From 789cbe3e60a282ecb29c14c4b0661fed3837d63e Mon Sep 17 00:00:00 2001 From: cuill Date: Tue, 2 Jan 2024 12:50:54 -0500 Subject: [PATCH] added new scripts for STOFS-3D --- .../AWIPS/GRIB2_mask/gen_mask.py | 0 .../AWIPS/SHEF/generate_station_timeseries.py | 0 .../Shapefiles/city_poly.dbf | Bin .../Shapefiles/city_poly.prj | 0 .../Shapefiles/city_poly.shp | Bin .../Shapefiles/city_poly.shx | Bin .../Convert2AdcircFmt/generate_adcirc.py | 0 .../Extract/extract_elev_fcst3d_netcdf4.py | 0 .../Extract/extract_slab_fcst_netcdf4.py | 0 .../GeoJSON/gen_geojson.py | 0 .../MaskLargeElevation/README | 0 .../Shapefiles/additional_masks.cpg | 0 .../Shapefiles/additional_masks.dbf | Bin .../Shapefiles/additional_masks.prj | 0 .../Shapefiles/additional_masks.shp | Bin .../Shapefiles/additional_masks.shx | Bin .../MaskLargeElevation/mask_boundary_elev.py | 0 .../MaskLargeElevation/mask_lbn_nd.sh | 0 .../Shared_with_NOAA/Convert2AdcircFmt | 0 .../Shared_with_NOAA/MaskLargeElevation | 0 .../Source_sink/v4/river_th_extract2asci.py | 0 .../Source_sink/v4/source_scale.txt | 0 .../Source_sink/v6.1/gen_sourcesink.py | 0 .../Source_sink/v6.1/relocate_map.txt | 0 .../v6.1/relocate_source_feeder_lean.py | 0 .../Source_sink/v6.1/sinks_conus.json | 0 .../Source_sink/v6.1/source_scale.txt | 0 .../v6.1/source_sink.in.before_relocate | 0 .../Source_sink/v6.1/sources_conus.json | 0 ...Trenberth_climatology_1990-2018_hourly.csv | 8762 +++++++++++++++++ .../STOFS-3D-Pac-operation/NWM/README | 1 + .../NWM/gen_sourcesink_oper.py | 250 + .../NWM/sinks_alaska_global.json | 1 + .../NWM/sinks_conus_global.json | 1 + .../NWM/sinks_hawaii_global.json | 1 + .../NWM/sources_alaska_global.json | 1 + .../NWM/sources_conus_global.json | 1 + .../NWM/sources_hawaii_global.json | 1 + .../STOFS-3D-Pac-operation/River/README | 24 + .../River/get_columbia_river_flow.py | 37 + .../River/riverOB_extract_stations_pacific.py | 41 + .../River/riverOB_gen_fluxth_new.py | 193 + .../River/riverOB_gen_temp_1_new.py | 143 + 43 files changed, 9457 insertions(+) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/AWIPS/GRIB2_mask/gen_mask.py (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/AWIPS/SHEF/generate_station_timeseries.py (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Convert2AdcircFmt/Shapefiles/city_poly.dbf (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Convert2AdcircFmt/Shapefiles/city_poly.prj (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Convert2AdcircFmt/Shapefiles/city_poly.shp (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Convert2AdcircFmt/Shapefiles/city_poly.shx (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Convert2AdcircFmt/generate_adcirc.py (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Extract/extract_elev_fcst3d_netcdf4.py (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Extract/extract_slab_fcst_netcdf4.py (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/GeoJSON/gen_geojson.py (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/MaskLargeElevation/README (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/MaskLargeElevation/Shapefiles/additional_masks.cpg (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/MaskLargeElevation/Shapefiles/additional_masks.dbf (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/MaskLargeElevation/Shapefiles/additional_masks.prj (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/MaskLargeElevation/Shapefiles/additional_masks.shp (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/MaskLargeElevation/Shapefiles/additional_masks.shx (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/MaskLargeElevation/mask_boundary_elev.py (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/MaskLargeElevation/mask_lbn_nd.sh (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Shared_with_NOAA/Convert2AdcircFmt (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Shared_with_NOAA/MaskLargeElevation (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Source_sink/v4/river_th_extract2asci.py (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Source_sink/v4/source_scale.txt (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Source_sink/v6.1/gen_sourcesink.py (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Source_sink/v6.1/relocate_map.txt (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Source_sink/v6.1/relocate_source_feeder_lean.py (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Source_sink/v6.1/sinks_conus.json (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Source_sink/v6.1/source_scale.txt (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Source_sink/v6.1/source_sink.in.before_relocate (100%) rename src/Utility/Pre-Processing/{STOFS-3D-Atl-shadow-VIMS/Operation => STOFS-3D-Atl-operation}/Source_sink/v6.1/sources_conus.json (100%) create mode 100644 src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/Dai_Trenberth_climatology_1990-2018_hourly.csv create mode 100644 src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/README create mode 100644 src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/gen_sourcesink_oper.py create mode 100644 src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/sinks_alaska_global.json create mode 100644 src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/sinks_conus_global.json create mode 100644 src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/sinks_hawaii_global.json create mode 100644 src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/sources_alaska_global.json create mode 100644 src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/sources_conus_global.json create mode 100644 src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/sources_hawaii_global.json create mode 100644 src/Utility/Pre-Processing/STOFS-3D-Pac-operation/River/README create mode 100644 src/Utility/Pre-Processing/STOFS-3D-Pac-operation/River/get_columbia_river_flow.py create mode 100644 src/Utility/Pre-Processing/STOFS-3D-Pac-operation/River/riverOB_extract_stations_pacific.py create mode 100644 src/Utility/Pre-Processing/STOFS-3D-Pac-operation/River/riverOB_gen_fluxth_new.py create mode 100644 src/Utility/Pre-Processing/STOFS-3D-Pac-operation/River/riverOB_gen_temp_1_new.py diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/AWIPS/GRIB2_mask/gen_mask.py b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/AWIPS/GRIB2_mask/gen_mask.py similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/AWIPS/GRIB2_mask/gen_mask.py rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/AWIPS/GRIB2_mask/gen_mask.py diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/AWIPS/SHEF/generate_station_timeseries.py b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/AWIPS/SHEF/generate_station_timeseries.py similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/AWIPS/SHEF/generate_station_timeseries.py rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/AWIPS/SHEF/generate_station_timeseries.py diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Convert2AdcircFmt/Shapefiles/city_poly.dbf b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Convert2AdcircFmt/Shapefiles/city_poly.dbf similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Convert2AdcircFmt/Shapefiles/city_poly.dbf rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Convert2AdcircFmt/Shapefiles/city_poly.dbf diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Convert2AdcircFmt/Shapefiles/city_poly.prj b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Convert2AdcircFmt/Shapefiles/city_poly.prj similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Convert2AdcircFmt/Shapefiles/city_poly.prj rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Convert2AdcircFmt/Shapefiles/city_poly.prj diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Convert2AdcircFmt/Shapefiles/city_poly.shp b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Convert2AdcircFmt/Shapefiles/city_poly.shp similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Convert2AdcircFmt/Shapefiles/city_poly.shp rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Convert2AdcircFmt/Shapefiles/city_poly.shp diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Convert2AdcircFmt/Shapefiles/city_poly.shx b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Convert2AdcircFmt/Shapefiles/city_poly.shx similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Convert2AdcircFmt/Shapefiles/city_poly.shx rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Convert2AdcircFmt/Shapefiles/city_poly.shx diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Convert2AdcircFmt/generate_adcirc.py b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Convert2AdcircFmt/generate_adcirc.py similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Convert2AdcircFmt/generate_adcirc.py rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Convert2AdcircFmt/generate_adcirc.py diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Extract/extract_elev_fcst3d_netcdf4.py b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Extract/extract_elev_fcst3d_netcdf4.py similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Extract/extract_elev_fcst3d_netcdf4.py rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Extract/extract_elev_fcst3d_netcdf4.py diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Extract/extract_slab_fcst_netcdf4.py b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Extract/extract_slab_fcst_netcdf4.py similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Extract/extract_slab_fcst_netcdf4.py rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Extract/extract_slab_fcst_netcdf4.py diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/GeoJSON/gen_geojson.py b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/GeoJSON/gen_geojson.py similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/GeoJSON/gen_geojson.py rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/GeoJSON/gen_geojson.py diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/README b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/README similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/README rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/README diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/Shapefiles/additional_masks.cpg b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/Shapefiles/additional_masks.cpg similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/Shapefiles/additional_masks.cpg rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/Shapefiles/additional_masks.cpg diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/Shapefiles/additional_masks.dbf b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/Shapefiles/additional_masks.dbf similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/Shapefiles/additional_masks.dbf rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/Shapefiles/additional_masks.dbf diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/Shapefiles/additional_masks.prj b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/Shapefiles/additional_masks.prj similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/Shapefiles/additional_masks.prj rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/Shapefiles/additional_masks.prj diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/Shapefiles/additional_masks.shp b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/Shapefiles/additional_masks.shp similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/Shapefiles/additional_masks.shp rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/Shapefiles/additional_masks.shp diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/Shapefiles/additional_masks.shx b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/Shapefiles/additional_masks.shx similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/Shapefiles/additional_masks.shx rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/Shapefiles/additional_masks.shx diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/mask_boundary_elev.py b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/mask_boundary_elev.py similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/mask_boundary_elev.py rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/mask_boundary_elev.py diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/mask_lbn_nd.sh b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/mask_lbn_nd.sh similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/MaskLargeElevation/mask_lbn_nd.sh rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/MaskLargeElevation/mask_lbn_nd.sh diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Shared_with_NOAA/Convert2AdcircFmt b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Shared_with_NOAA/Convert2AdcircFmt similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Shared_with_NOAA/Convert2AdcircFmt rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Shared_with_NOAA/Convert2AdcircFmt diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Shared_with_NOAA/MaskLargeElevation b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Shared_with_NOAA/MaskLargeElevation similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Shared_with_NOAA/MaskLargeElevation rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Shared_with_NOAA/MaskLargeElevation diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v4/river_th_extract2asci.py b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v4/river_th_extract2asci.py similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v4/river_th_extract2asci.py rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v4/river_th_extract2asci.py diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v4/source_scale.txt b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v4/source_scale.txt similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v4/source_scale.txt rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v4/source_scale.txt diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v6.1/gen_sourcesink.py b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v6.1/gen_sourcesink.py similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v6.1/gen_sourcesink.py rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v6.1/gen_sourcesink.py diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v6.1/relocate_map.txt b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v6.1/relocate_map.txt similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v6.1/relocate_map.txt rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v6.1/relocate_map.txt diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v6.1/relocate_source_feeder_lean.py b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v6.1/relocate_source_feeder_lean.py similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v6.1/relocate_source_feeder_lean.py rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v6.1/relocate_source_feeder_lean.py diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v6.1/sinks_conus.json b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v6.1/sinks_conus.json similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v6.1/sinks_conus.json rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v6.1/sinks_conus.json diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v6.1/source_scale.txt b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v6.1/source_scale.txt similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v6.1/source_scale.txt rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v6.1/source_scale.txt diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v6.1/source_sink.in.before_relocate b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v6.1/source_sink.in.before_relocate similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v6.1/source_sink.in.before_relocate rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v6.1/source_sink.in.before_relocate diff --git a/src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v6.1/sources_conus.json b/src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v6.1/sources_conus.json similarity index 100% rename from src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Operation/Source_sink/v6.1/sources_conus.json rename to src/Utility/Pre-Processing/STOFS-3D-Atl-operation/Source_sink/v6.1/sources_conus.json diff --git a/src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/Dai_Trenberth_climatology_1990-2018_hourly.csv b/src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/Dai_Trenberth_climatology_1990-2018_hourly.csv new file mode 100644 index 000000000..fa5757558 --- /dev/null +++ b/src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/Dai_Trenberth_climatology_1990-2018_hourly.csv @@ -0,0 +1,8762 @@ +date,1,572,5617,16459,17095,25129,29111,34259,39375,40526,43596,50688,50711,68606,76758,95960,97658,130830,140542,191120,202274,212635,217621,227608,231473,232974,233782,248983,266710,280308,310439,325089,328477,339606,345524,345541,365851,403535,405659,405936,430305,432091,439645,444399,466810,480284,480286,490019,502138,522163,548569,563391,577395,582235,613221,640171,643674,645998,653816,684667,707538,716896,716897,754203,759464,760747,763403,764934,765963,775811,782719,801215,843219,868447,884536,891536,915026,926796,932470,934672,934820,937412,945292,947825,953447,962079,964724,966726,967310,974847,987851,988308,1008820,1028018,1030244,1035252,1040191,1040244,1150607,1173267,1179045,1229579,1270249,1301039,1321687,1341035,1368220,1368222,1368303,1371841,1398072,1405534,1416700,1451834,1461916,1467129,1473891,1482081,1483375,1490484,1519050,1520728,1520729,1530195,1559604,1566617,1622416,1641267,1679856,1684642,1740529,1786291,2147460,2732075,2783120,2842016,2850700,2903060,2907924,2912365,2921092,2974785,2974797,3016680,3029630,3145014,3197369,3313410,3323140,3333054,3353284,3401505,3412681,3441643,3526094,3566473,3571849,3622628,3634496,3670133,3695451,3768973,3786685,3788363,3812289,3817016,3929483,3950928,3952416,4022336,4031580,4038434,4071709,4123312,4123344,4123483,4128674,4233414,4311476,4353113,4417150,4458433,4479818,4528317,4676178,4683109,4686931,4722293,4752760,4756122,4769164,4772133,4794533,4794562,4803915,4819094,4865731,4941677,4992509,5023818,5102614,5141000,5145639,5158833,5180187,5218094,5225358,5291186,5319385,5338728,5481470 +2023-01-01 00:00:00,0.0,2526.0557,46.651352,9.557857,47.04706,32.870003,271.06015,29.861263,52.914204,19.078106,28.636442,236.81032,133.62581,15.520833,56.57333,0.37343752,0.45124,51.144196,16.014635,24.871733,636.7091,12.959932,797.92267,125.05428,14.502964,48.030247,405.78934,69.69231,834.2222,253.83333,2793.12,31.790768,2836.182,279.73215,17.41875,17.603851,79.65024,233.01001,285.63333,487.18997,41.0,23.929167,10.680811,505.10333,212.3553,51.368084,7.2776747,551.2714,12.256843,595.8534,5.8978376,29.050018,0.0,742.71796,1746.3829,0.25224885,90.08064,14.300066,9879.687,25.699999,0.97869027,5.8,15.565945,7.105838,2.0316303,8.580953,235.57668,54.88889,4.800909,0.6408143,2.676732,117.52222,1.0414824,137.79167,137.0,1721.4,208.58333,86.50485,150.16667,768.69684,38.38882,31.85943,676.33954,54.959057,77.66607,10.187165,19.43984,189.77777,10.576195,10.249263,51.54813,16.275385,4008.0,18.041265,20.0,15.662199,9.587999,268.16666,50.05736,24.25,7.321857,6.5008183,14.432352,55.775753,74.388885,31.1,179.96799,18.26,4.4252014,44.44532,26.025,41.7,114.281334,21.039999,1.65,21.97143,13.326735,1800.1606,20.414827,0.82214284,22.925,11.402414,119.942154,87.23334,104.145996,7.757037,87.075,332.57126,244.72816,26.170866,242.10284,83.13333,47.708427,69.5717,91.69259,12.8089485,39.827892,488.5532,2.982143,5.6299996,199.40964,24.185715,8.655,24.404888,24.79383,253.24373,83.15,162.51057,1408.313,100.63636,1707.1154,1640.2916,12.58,12.625,1734.5546,23.638992,19.358334,443.3322,40.525,68.875,29.152634,120.64286,266.9158,437.0613,5.5099998,46.214287,170.975,376.26733,10.361923,91.35,10.916667,1.5783128,59.41981,0.98475677,1.086131,3.1179843,11.146667,31.788,19.180113,21.5,612.5027,53.5,30.928572,39.0,14.428572,84.625,12.383334,27.466667,11.05,73.18077,23.677141,36.604332,46.225,10.275,50.385715,39.649998,1.2323191,65.21229,10.443811,222.29373,7.4459414,299.4802,22.347593,1013.0953,133.3626,3.1697757,10.531111,155.95216,194.15941,943.65027,874.93646 +2023-01-01 01:00:00,0.0,2525.4832,46.634895,9.552101,47.00055,32.853577,270.9497,29.855635,52.900356,19.075672,28.631931,236.8177,133.62064,15.517257,56.565857,0.38015488,0.45607093,51.125027,16.128422,24.921877,636.4686,12.995181,797.44934,125.07107,14.552801,48.139347,405.54062,69.70668,834.46326,253.83986,2792.255,31.820534,2835.5732,280.2422,17.445889,17.620485,79.8079,233.00722,285.66562,487.7988,40.998657,23.9181,10.679886,505.05426,212.59819,51.448563,7.27648,551.3356,12.25905,595.8484,5.903902,29.053116,0.0,742.9468,1746.3949,0.25229022,90.02927,14.300691,9881.486,25.712458,0.97934854,5.7987456,15.566197,7.1162367,2.0358398,8.581305,235.66153,54.86656,4.7998567,0.6411197,2.680905,117.759544,1.0409002,137.80887,136.93535,1722.6893,208.46852,86.53456,150.222,768.75256,38.44102,31.89373,677.06696,54.95002,77.674065,10.186679,19.454767,189.82457,10.57877,10.248234,51.560154,16.28136,4008.2722,18.04111,20.022514,15.663012,9.593557,268.22937,50.071003,24.267809,7.3245764,6.5041504,14.4288025,55.773148,74.42122,31.128428,179.98888,18.260935,4.4353414,44.461266,26.019543,41.67942,114.28985,21.0259,1.649721,21.993874,13.32422,1799.3682,20.41905,0.821681,22.97752,11.407753,119.96589,87.20963,104.1311,7.7596717,87.09892,332.58658,244.70891,26.180828,242.07256,83.08902,47.705585,69.570854,91.76383,12.821621,39.847294,488.52298,2.9901235,5.6444426,199.51266,24.181395,8.656741,24.439734,24.82022,253.60204,83.22508,162.51852,1408.995,100.554306,1706.9761,1640.0563,12.5753355,12.617574,1734.1941,23.630606,19.348846,443.25772,40.50716,68.84738,29.14684,120.58014,266.89688,436.97528,5.508258,46.199455,170.85867,376.20975,10.356932,91.34223,10.913105,1.5780339,59.41739,0.98480135,1.0862887,3.1185002,11.145671,31.778414,19.176025,21.504704,611.951,53.483536,30.91465,38.989414,14.422734,84.658936,12.372828,27.576702,11.045565,73.1649,23.656012,36.569206,46.194443,10.272882,50.35198,39.617805,1.2320766,65.19724,10.442913,222.28584,7.4449024,299.41467,22.343206,1013.30035,133.33525,3.1694322,10.529201,155.92574,194.12863,943.57965,875.03687 +2023-01-01 02:00:00,0.0,2524.9106,46.61844,9.546346,46.954037,32.837154,270.8393,29.850008,52.88651,19.073236,28.62742,236.8251,133.61548,15.51368,56.558384,0.38687226,0.46090183,51.105854,16.242208,24.972023,636.2282,13.03043,796.9761,125.08785,14.602639,48.248447,405.29187,69.72105,834.7043,253.8464,2791.3896,31.850302,2834.9648,280.7522,17.473026,17.637121,79.96556,233.00443,285.6979,488.4076,40.99731,23.907034,10.678961,505.00516,212.84108,51.529037,7.2752857,551.3998,12.261258,595.8433,5.909966,29.056213,0.0,743.17554,1746.4067,0.2523316,89.97788,14.301315,9883.285,25.724915,0.9800068,5.797491,15.56645,7.1266356,2.0400493,8.581656,235.74637,54.844234,4.7988043,0.6414251,2.685078,117.99687,1.0403181,137.82607,136.8707,1723.9786,208.35371,86.56428,150.27733,768.80835,38.493217,31.928032,677.7944,54.940987,77.68206,10.186193,19.469696,189.87138,10.581345,10.247204,51.572174,16.287334,4008.5444,18.04095,20.045027,15.663824,9.599116,268.2921,50.084644,24.285618,7.327296,6.507483,14.425252,55.770546,74.45355,31.156855,180.00977,18.261871,4.445481,44.47721,26.014086,41.65884,114.29836,21.0118,1.6494422,22.01632,13.321705,1798.5757,20.423273,0.82121927,23.030039,11.413092,119.98963,87.185936,104.11621,7.762306,87.12285,332.60193,244.68964,26.190788,242.04227,83.04471,47.702747,69.57,91.83508,12.834293,39.8667,488.4928,2.9981039,5.658886,199.6157,24.177074,8.6584835,24.474579,24.846613,253.96033,83.30017,162.52646,1409.6771,100.47226,1706.8367,1639.821,12.570672,12.610147,1733.8337,23.62222,19.33936,443.1832,40.489315,68.819756,29.141047,120.51742,266.87793,436.88925,5.506516,46.18462,170.74234,376.1522,10.351941,91.334465,10.909543,1.577755,59.414967,0.98484594,1.0864463,3.1190164,11.144675,31.768827,19.171938,21.509409,611.3993,53.46707,30.90073,38.978832,14.416898,84.69288,12.362322,27.686739,11.041129,73.14904,23.634884,36.534084,46.163887,10.270765,50.31824,39.585617,1.2318342,65.1822,10.442015,222.27797,7.443863,299.34912,22.33882,1013.50543,133.3079,3.1690884,10.52729,155.8993,194.09785,943.509,875.13727 +2023-01-01 03:00:00,0.0,2524.3381,46.601982,9.54059,46.907528,32.82073,270.72885,29.84438,52.872665,19.070803,28.622908,236.83249,133.6103,15.510104,56.55091,0.39358962,0.46573275,51.086685,16.355995,25.022167,635.98773,13.065679,796.50275,125.10464,14.652476,48.357548,405.04315,69.73542,834.9454,253.85294,2790.5244,31.880068,2834.3562,281.26224,17.500164,17.653755,80.123215,233.00163,285.7302,489.01642,40.995968,23.895967,10.678037,504.9561,213.08397,51.609516,7.2740917,551.464,12.263466,595.8383,5.9160304,29.059309,0.0,743.4044,1746.4187,0.25237298,89.926506,14.30194,9885.085,25.737373,0.98066515,5.7962365,15.566703,7.1370344,2.0442588,8.582008,235.83122,54.82191,4.7977514,0.6417305,2.689251,118.2342,1.0397359,137.84325,136.80605,1725.2681,208.2389,86.593994,150.33267,768.8641,38.545418,31.962332,678.52185,54.93195,77.690056,10.185707,19.484623,189.91818,10.58392,10.246175,51.584198,16.29331,4008.8167,18.040794,20.067541,15.664636,9.604674,268.35483,50.098286,24.303427,7.330015,6.510815,14.421702,55.76794,74.485886,31.185282,180.03065,18.262806,4.455621,44.493156,26.008629,41.63826,114.30688,20.9977,1.6491632,22.038763,13.31919,1797.7832,20.427498,0.82075745,23.08256,11.41843,120.01337,87.16223,104.10132,7.7649403,87.146774,332.61725,244.67038,26.20075,242.01198,83.000404,47.699905,69.56915,91.90633,12.846966,39.8861,488.4626,3.0060844,5.673329,199.71873,24.172754,8.660225,24.509424,24.873003,254.31863,83.37525,162.53441,1410.3591,100.390205,1706.6974,1639.5857,12.566008,12.602722,1733.4733,23.613834,19.329872,443.1087,40.471474,68.79214,29.135252,120.4547,266.859,436.80322,5.504774,46.16979,170.626,376.0946,10.34695,91.3267,10.905981,1.5774761,59.41254,0.9848905,1.086604,3.1195323,11.14368,31.759241,19.16785,21.514112,610.84766,53.450603,30.886808,38.968246,14.41106,84.726814,12.351815,27.796774,11.036694,73.13317,23.613754,36.49896,46.13333,10.268649,50.284504,39.553425,1.2315918,65.16716,10.441116,222.27008,7.442824,299.2836,22.334433,1013.71045,133.28055,3.1687448,10.52538,155.87288,194.06708,943.43835,875.23773 +2023-01-01 04:00:00,0.0,2523.7656,46.58553,9.534834,46.86102,32.804302,270.6184,29.83875,52.858818,19.068367,28.618397,236.83987,133.60513,15.506528,56.543438,0.40030697,0.47056365,51.067513,16.469782,25.072313,635.7473,13.100927,796.0295,125.12143,14.702313,48.46665,404.7944,69.749794,835.1864,253.85948,2789.6592,31.909834,2833.7476,281.77225,17.527302,17.670391,80.28088,232.99884,285.76248,489.6252,40.994625,23.884901,10.677112,504.907,213.32686,51.689995,7.2728972,551.5282,12.265674,595.83325,5.9220943,29.062407,0.0,743.6332,1746.4305,0.25241435,89.87513,14.302566,9886.885,25.749832,0.9813234,5.7949824,15.566955,7.1474333,2.0484684,8.58236,235.91606,54.799583,4.796699,0.6420359,2.6934237,118.47153,1.0391538,137.86044,136.7414,1726.5574,208.1241,86.62371,150.388,768.9198,38.59762,31.996632,679.24927,54.922913,77.69805,10.185222,19.49955,189.96498,10.586494,10.245146,51.596222,16.299284,4009.0886,18.040636,20.090054,15.665448,9.610232,268.41754,50.111927,24.321236,7.332735,6.5141478,14.418152,55.765335,74.51822,31.21371,180.05154,18.263742,4.46576,44.5091,26.003172,41.61768,114.31539,20.9836,1.6488844,22.061207,13.316675,1796.9907,20.43172,0.8202957,23.13508,11.42377,120.03711,87.138535,104.086426,7.767575,87.17069,332.63257,244.65111,26.21071,241.9817,82.95609,47.697067,69.568306,91.97758,12.859638,39.905506,488.4324,3.0140648,5.687772,199.82176,24.168434,8.661967,24.544268,24.899393,254.67694,83.45034,162.54234,1411.0411,100.30816,1706.5581,1639.3505,12.561344,12.595296,1733.1129,23.605448,19.320385,443.0342,40.453632,68.76452,29.12946,120.391975,266.84006,436.7172,5.503032,46.154957,170.50967,376.03705,10.341958,91.31893,10.90242,1.5771973,59.41012,0.9849351,1.0867616,3.1200483,11.142684,31.749657,19.163763,21.518818,610.29596,53.43414,30.872889,38.95766,14.405223,84.76075,12.341309,27.90681,11.032258,73.11731,23.592625,36.463837,46.102776,10.266532,50.25077,39.521233,1.2313493,65.152115,10.440218,222.2622,7.441785,299.21808,22.330046,1013.9155,133.2532,3.168401,10.52347,155.84645,194.03632,943.3677,875.33813 +2023-01-01 05:00:00,0.0,2523.193,46.569073,9.5290785,46.81451,32.78788,270.508,29.833124,52.84497,19.065933,28.613886,236.84727,133.59998,15.502951,56.535965,0.40702435,0.47539458,51.048344,16.583569,25.122458,635.50684,13.136176,795.55615,125.138214,14.7521515,48.57575,404.5457,69.76416,835.4274,253.86601,2788.794,31.9396,2833.139,282.2823,17.55444,17.687025,80.43854,232.99605,285.79477,490.23404,40.99328,23.873835,10.676187,504.85794,213.56975,51.77047,7.271703,551.5924,12.267881,595.82825,5.9281588,29.065504,0.0,743.86206,1746.4425,0.25245574,89.823746,14.30319,9888.684,25.762291,0.9819817,5.793728,15.567207,7.157832,2.0526779,8.582713,236.00092,54.777256,4.7956467,0.64234126,2.6975968,118.708855,1.0385716,137.87764,136.67674,1727.8467,208.0093,86.65343,150.44333,768.9756,38.64982,32.030933,679.9767,54.91388,77.70605,10.184735,19.514477,190.0118,10.58907,10.244117,51.608242,16.30526,4009.3608,18.04048,20.112568,15.666261,9.61579,268.4803,50.12557,24.339046,7.3354545,6.51748,14.414602,55.76273,74.55055,31.242138,180.07243,18.264677,4.4759,44.525047,25.997715,41.597095,114.32391,20.969501,1.6486055,22.08365,13.31416,1796.1982,20.435944,0.8198339,23.1876,11.429109,120.060844,87.11483,104.07153,7.7702093,87.19462,332.64792,244.63185,26.220673,241.95142,82.91178,47.694225,69.56745,92.04882,12.872311,39.924908,488.4022,3.0220454,5.702215,199.9248,24.164114,8.663709,24.579113,24.925785,255.03525,83.52542,162.5503,1411.7231,100.226105,1706.4187,1639.1151,12.55668,12.58787,1732.7524,23.597061,19.310898,442.9597,40.435787,68.73689,29.123665,120.329254,266.82114,436.63116,5.50129,46.14012,170.39336,375.97946,10.336967,91.311165,10.898858,1.5769185,59.407696,0.9849797,1.0869193,3.1205645,11.141688,31.74007,19.159676,21.523521,609.74426,53.417675,30.858967,38.947075,14.399385,84.79469,12.330803,28.016846,11.0278225,73.10144,23.571497,36.42871,46.07222,10.264415,50.217033,39.489044,1.2311069,65.13707,10.43932,222.25432,7.4407454,299.15253,22.325659,1014.1206,133.22586,3.1680574,10.52156,155.82002,194.00554,943.29706,875.43854 +2023-01-01 06:00:00,0.0,2522.6206,46.552616,9.523323,46.767998,32.771454,270.39755,29.827496,52.831123,19.0635,28.609375,236.85466,133.5948,15.499374,56.528492,0.4137417,0.4802255,51.02917,16.697355,25.172604,635.2664,13.171425,795.0829,125.155,14.801989,48.68485,404.29694,69.778534,835.66846,253.87256,2787.9287,31.969368,2832.5305,282.7923,17.581577,17.703661,80.5962,232.99326,285.82706,490.84283,40.991936,23.862768,10.6752615,504.80884,213.81264,51.85095,7.2705083,551.65656,12.27009,595.8232,5.9342227,29.068602,0.0,744.0908,1746.4543,0.2524971,89.77237,14.303815,9890.483,25.774748,0.98264,5.7924733,15.56746,7.168231,2.0568874,8.583065,236.08575,54.75493,4.7945943,0.6426467,2.7017696,118.94619,1.0379895,137.89484,136.61209,1729.136,207.89449,86.68314,150.49866,769.0313,38.702015,32.06523,680.7041,54.904842,77.71404,10.184249,19.529406,190.0586,10.591645,10.243087,51.620266,16.311235,4009.633,18.040321,20.13508,15.667073,9.621349,268.543,50.13921,24.356855,7.338174,6.5208125,14.411053,55.760128,74.582886,31.270565,180.09332,18.265614,4.4860396,44.540993,25.992258,41.576515,114.33243,20.955402,1.6483266,22.106096,13.3116455,1795.4058,20.440166,0.8193721,23.24012,11.434447,120.08459,87.09113,104.05664,7.772844,87.218544,332.66324,244.61258,26.230633,241.92113,82.86747,47.691387,69.566605,92.12007,12.884983,39.944313,488.372,3.030026,5.716658,200.02783,24.159794,8.665451,24.613958,24.952175,255.39354,83.6005,162.55823,1412.4052,100.14406,1706.2794,1638.8798,12.552016,12.580443,1732.392,23.588675,19.30141,442.8852,40.417946,68.709274,29.117872,120.26653,266.8022,436.54514,5.499548,46.12529,170.27702,375.9219,10.331976,91.3034,10.895296,1.5766395,59.405273,0.9850243,1.087077,3.1210804,11.140693,31.730484,19.155588,21.528225,609.19257,53.40121,30.845047,38.936493,14.393549,84.82863,12.320296,28.126883,11.023387,73.08558,23.550367,36.393585,46.041664,10.262298,50.183296,39.456852,1.2308644,65.122025,10.438421,222.24644,7.4397063,299.087,22.321274,1014.3257,133.19852,3.1677139,10.5196495,155.7936,193.97476,943.22644,875.53894 +2023-01-01 07:00:00,0.0,2522.0483,46.53616,9.517568,46.72149,32.755028,270.2871,29.821867,52.81728,19.061064,28.604862,236.86205,133.58963,15.495798,56.52102,0.42045906,0.4850564,51.010002,16.811142,25.222748,635.02594,13.206674,794.60956,125.17178,14.851827,48.79395,404.04822,69.79291,835.9095,253.87909,2787.0635,31.999134,2831.9219,283.30234,17.608715,17.720295,80.75386,232.99048,285.85934,491.45166,40.990593,23.851702,10.674336,504.75977,214.05553,51.931427,7.2693143,551.72076,12.272298,595.8182,5.940287,29.0717,0.0,744.31964,1746.4663,0.25253847,89.72099,14.30444,9892.283,25.787207,0.9832983,5.7912188,15.567713,7.17863,2.061097,8.583417,236.17061,54.7326,4.793542,0.6429521,2.7059426,119.18352,1.0374073,137.91202,136.54744,1730.4254,207.77968,86.71286,150.55399,769.0871,38.754215,32.099533,681.4316,54.895805,77.72204,10.1837635,19.54433,190.1054,10.59422,10.242058,51.632286,16.31721,4009.9053,18.040165,20.157595,15.667886,9.626907,268.6057,50.15285,24.374664,7.3408933,6.5241446,14.407502,55.757523,74.61521,31.298992,180.11421,18.266548,4.4961796,44.556942,25.986801,41.555935,114.34094,20.941303,1.6480477,22.12854,13.309131,1794.6133,20.44439,0.8189103,23.29264,11.439786,120.10832,87.06743,104.04175,7.775478,87.24247,332.67856,244.59332,26.240595,241.89084,82.82316,47.688545,69.56576,92.191315,12.8976555,39.963715,488.3418,3.0380063,5.7311015,200.13086,24.155474,8.667192,24.648804,24.978565,255.75185,83.67559,162.56618,1413.0872,100.062004,1706.1401,1638.6445,12.547352,12.573017,1732.0316,23.580288,19.291925,442.81067,40.4001,68.681656,29.112078,120.20381,266.78326,436.4591,5.497806,46.110455,170.16069,375.86432,10.326984,91.29563,10.891734,1.5763607,59.40285,0.98506886,1.0872346,3.1215963,11.139697,31.720898,19.1515,21.53293,608.6409,53.384743,30.831125,38.925907,14.387712,84.862564,12.309791,28.236917,11.018951,73.06971,23.529238,36.358463,46.01111,10.260181,50.14956,39.424664,1.2306219,65.10698,10.437523,222.23856,7.4386673,299.02148,22.316887,1014.5307,133.17116,3.16737,10.51774,155.76715,193.94398,943.15576,875.63934 +2023-01-01 08:00:00,0.0,2521.4758,46.519703,9.511812,46.67498,32.738605,270.1767,29.81624,52.803432,19.05863,28.600351,236.86945,133.58447,15.492222,56.513546,0.42717645,0.48988733,50.99083,16.924929,25.272894,634.7855,13.241922,794.1363,125.18857,14.901664,48.90305,403.79947,69.807274,836.1506,253.88562,2786.1982,32.0289,2831.3132,283.81235,17.635853,17.73693,80.91152,232.98769,285.89163,492.06046,40.989246,23.840635,10.673412,504.7107,214.29842,52.011906,7.26812,551.785,12.274506,595.8132,5.946351,29.074795,0.0,744.54846,1746.4781,0.25257987,89.66961,14.305064,9894.082,25.799665,0.9839566,5.789964,15.5679655,7.1890287,2.0653064,8.583769,236.25546,54.710274,4.7924895,0.64325744,2.7101154,119.420845,1.0368252,137.92921,136.48279,1731.7147,207.66487,86.74258,150.60933,769.1428,38.806416,32.133835,682.159,54.886772,77.730034,10.183277,19.55926,190.1522,10.596795,10.241029,51.64431,16.323185,4010.1775,18.040007,20.180107,15.668698,9.632465,268.66846,50.166492,24.392473,7.3436127,6.5274773,14.403953,55.754917,74.647545,31.32742,180.1351,18.267485,4.506319,44.572887,25.981344,41.535355,114.34946,20.927204,1.6477687,22.150984,13.306616,1793.8208,20.448612,0.81844854,23.345161,11.445125,120.132065,87.04373,104.026855,7.7781124,87.266396,332.6939,244.57405,26.250557,241.86055,82.778854,47.685707,69.5649,92.26256,12.910328,39.98312,488.3116,3.045987,5.7455444,200.2339,24.151152,8.668934,24.68365,25.004957,256.11014,83.75067,162.57411,1413.7692,99.97996,1706.0009,1638.4092,12.542688,12.565592,1731.6711,23.571901,19.282438,442.73618,40.38226,68.65403,29.106283,120.14109,266.7643,436.37308,5.496064,46.095623,170.04436,375.80676,10.321994,91.287865,10.888172,1.5760819,59.400425,0.98511344,1.0873923,3.1221125,11.138701,31.711311,19.147413,21.537634,608.08923,53.36828,30.817205,38.91532,14.381874,84.89651,12.299284,28.346954,11.014516,73.05385,23.508108,36.323338,45.980553,10.258064,50.11582,39.39247,1.2303796,65.09194,10.4366255,222.23068,7.437628,298.95593,22.3125,1014.7358,133.14381,3.1670265,10.51583,155.74072,193.91321,943.08514,875.7398 +2023-01-01 09:00:00,0.0,2520.9033,46.503246,9.506057,46.62847,32.72218,270.06625,29.810612,52.789585,19.056196,28.59584,236.87683,133.5793,15.488646,56.506073,0.4338938,0.49471822,50.97166,17.038715,25.323038,634.54504,13.27717,793.66296,125.20535,14.951501,49.01215,403.55075,69.82165,836.3916,253.89217,2785.3328,32.058666,2830.7048,284.3224,17.66299,17.753565,81.06918,232.9849,285.92392,492.66928,40.987904,23.829569,10.672487,504.66162,214.5413,52.09238,7.2669253,551.8491,12.276713,595.8081,5.9524155,29.077892,0.0,744.7773,1746.4901,0.25262123,89.61823,14.305689,9895.882,25.812124,0.98461485,5.7887096,15.568218,7.1994276,2.069516,8.584121,236.3403,54.68795,4.7914367,0.64356285,2.7142885,119.65817,1.036243,137.94641,136.41815,1733.004,207.55006,86.77229,150.66466,769.19855,38.858616,32.168133,682.8864,54.877735,77.73803,10.182791,19.574186,190.199,10.59937,10.239999,51.656334,16.329159,4010.4497,18.03985,20.202621,15.66951,9.638024,268.73117,50.180134,24.410282,7.346332,6.5308094,14.400402,55.75231,74.67988,31.355846,180.15599,18.26842,4.516459,44.588833,25.975887,41.514774,114.35797,20.913103,1.6474899,22.17343,13.304101,1793.0283,20.452837,0.8179867,23.39768,11.450463,120.1558,87.02003,104.01196,7.780747,87.29032,332.70923,244.5548,26.260517,241.83026,82.73454,47.682865,69.56406,92.33381,12.923,40.00252,488.2814,3.0539675,5.7599874,200.33693,24.146832,8.670676,24.718494,25.031347,256.46844,83.82576,162.58206,1414.4512,99.8979,1705.8615,1638.174,12.538024,12.558166,1731.3108,23.563517,19.272951,442.66168,40.364418,68.62641,29.10049,120.07838,266.7454,436.28705,5.4943223,46.08079,169.92802,375.74918,10.317002,91.2801,10.88461,1.575803,59.398003,0.985158,1.0875499,3.1226285,11.137706,31.701725,19.143326,21.54234,607.53754,53.351814,30.803284,38.90474,14.376038,84.93044,12.288777,28.45699,11.010081,73.03798,23.48698,36.28821,45.949997,10.255947,50.082085,39.36028,1.2301371,65.0769,10.435727,222.2228,7.436589,298.8904,22.308113,1014.94086,133.11647,3.1666827,10.51392,155.7143,193.88243,943.01447,875.8402 +2023-01-01 10:00:00,0.0,2520.3308,46.486794,9.500301,46.58196,32.705757,269.9558,29.804983,52.775738,19.05376,28.59133,236.88422,133.57413,15.485069,56.4986,0.44061115,0.49954915,50.95249,17.152502,25.373184,634.3046,13.312419,793.1897,125.22214,15.001339,49.12125,403.302,69.83602,836.6326,253.8987,2784.4675,32.088432,2830.0962,284.83243,17.690128,17.7702,81.22684,232.9821,285.9562,493.2781,40.98656,23.818502,10.671562,504.61252,214.78418,52.17286,7.265731,551.9133,12.278921,595.8031,5.9584794,29.08099,0.0,745.0061,1746.5021,0.2526626,89.56686,14.3063135,9897.682,25.824581,0.9852731,5.7874556,15.568471,7.2098265,2.0737255,8.584473,236.42516,54.665623,4.7903843,0.64386827,2.7184613,119.8955,1.0356609,137.96361,136.3535,1734.2933,207.43526,86.802,150.71999,769.25433,38.910812,32.202435,683.61383,54.8687,77.746025,10.182305,19.589115,190.24582,10.601945,10.23897,51.668354,16.335135,4010.7217,18.039692,20.225134,15.670322,9.643582,268.79388,50.193775,24.428091,7.3490515,6.534142,14.3968525,55.74971,74.71221,31.384275,180.17688,18.269356,4.5265985,44.60478,25.97043,41.494194,114.366486,20.899004,1.647211,22.195873,13.301586,1792.2358,20.45706,0.81752497,23.450201,11.455802,120.17954,86.99633,103.99707,7.7833815,87.31425,332.72455,244.53552,26.27048,241.79997,82.69023,47.680027,69.5632,92.40505,12.935673,40.021927,488.2512,3.0619478,5.7744308,200.43996,24.142511,8.672418,24.75334,25.057737,256.82675,83.90084,162.59,1415.1333,99.81586,1705.7222,1637.9386,12.5333605,12.550739,1730.9503,23.55513,19.263464,442.58716,40.346573,68.59879,29.094696,120.015656,266.72644,436.20102,5.4925804,46.065956,169.81169,375.69162,10.312011,91.27233,10.881049,1.5755241,59.39558,0.9852026,1.0877076,3.1231444,11.13671,31.69214,19.139238,21.547043,606.98584,53.33535,30.789362,38.894154,14.3702,84.96438,12.278272,28.567026,11.005646,73.02212,23.46585,36.25309,45.91944,10.25383,50.04835,39.32809,1.2298946,65.06185,10.434829,222.21492,7.4355497,298.82486,22.303726,1015.14594,133.08913,3.1663392,10.51201,155.68787,193.85165,942.94385,875.9406 +2023-01-01 11:00:00,0.0,2519.7583,46.470337,9.494545,46.53545,32.68933,269.8454,29.799356,52.761894,19.051327,28.586817,236.89162,133.56897,15.481493,56.491127,0.44732854,0.50438005,50.93332,17.266289,25.423328,634.06415,13.347668,792.7164,125.23893,15.051176,49.23035,403.05328,69.850395,836.87366,253.90524,2783.6023,32.118202,2829.4875,285.34244,17.717266,17.786835,81.38451,232.97931,285.9885,493.8869,40.985214,23.807436,10.670637,504.56345,215.02707,52.253338,7.264537,551.97754,12.281129,595.79803,5.964544,29.084087,0.0,745.23486,1746.5139,0.252704,89.51548,14.306938,9899.48,25.83704,0.98593146,5.786201,15.568724,7.2202253,2.077935,8.584825,236.51,54.643295,4.789332,0.6441736,2.7226343,120.13283,1.0350786,137.98079,136.28885,1735.5828,207.32045,86.83172,150.77531,769.31006,38.963013,32.236736,684.34125,54.859665,77.75402,10.181819,19.604042,190.29262,10.60452,10.237941,51.680378,16.34111,4010.994,18.039536,20.247648,15.671135,9.64914,268.85663,50.207417,24.4459,7.3517714,6.537474,14.393302,55.747105,74.744545,31.412703,180.19777,18.27029,4.5367384,44.620724,25.964973,41.473614,114.375,20.884905,1.6469321,22.218317,13.299071,1791.4434,20.461283,0.81706315,23.502722,11.461142,120.20328,86.972626,103.98218,7.7860155,87.338165,332.7399,244.51627,26.28044,241.76968,82.64592,47.677185,69.562355,92.4763,12.948345,40.04133,488.221,3.0699284,5.7888737,200.543,24.138191,8.67416,24.788185,25.08413,257.18506,83.97593,162.59795,1415.8152,99.7338,1705.5829,1637.7034,12.528696,12.543313,1730.59,23.546743,19.253977,442.51266,40.32873,68.57117,29.088903,119.952934,266.70752,436.115,5.4908385,46.051125,169.69536,375.63403,10.30702,91.264565,10.877487,1.5752453,59.393158,0.9852472,1.0878654,3.1236603,11.135715,31.682554,19.135153,21.551746,606.4342,53.318886,30.775442,38.883568,14.364363,84.99832,12.267765,28.677061,11.00121,73.00625,23.444721,36.217964,45.888885,10.251714,50.014614,39.2959,1.2296522,65.04681,10.43393,222.20703,7.43451,298.75934,22.29934,1015.351,133.06178,3.1659956,10.510099,155.66144,193.82089,942.8732,876.041 +2023-01-01 12:00:00,0.0,2519.1858,46.45388,9.48879,46.48894,32.672905,269.73495,29.793728,52.748047,19.048891,28.582306,236.899,133.5638,15.477917,56.483654,0.4540459,0.50921094,50.91415,17.380075,25.473473,633.8237,13.382916,792.2431,125.255714,15.101013,49.33945,402.80453,69.86476,837.1147,253.91177,2782.737,32.14797,2828.8792,285.85248,17.744404,17.80347,81.54216,232.97652,286.02078,494.49573,40.98387,23.79637,10.669712,504.51437,215.26996,52.333813,7.2633424,552.04175,12.283337,595.793,5.9706078,29.087185,0.0,745.46375,1746.5259,0.25274536,89.464096,14.307564,9901.28,25.849499,0.9865897,5.7849464,15.568975,7.230624,2.0821447,8.585176,236.59485,54.620968,4.7882795,0.64447904,2.726807,120.370155,1.0344964,137.99799,136.2242,1736.8721,207.20564,86.861435,150.83064,769.3658,39.015213,32.271034,685.0687,54.850628,77.76202,10.181334,19.618969,190.33942,10.607096,10.236911,51.6924,16.347084,4011.266,18.039377,20.27016,15.6719475,9.654699,268.91934,50.221058,24.463709,7.3544908,6.5408063,14.389752,55.7445,74.77688,31.44113,180.21866,18.271227,4.546878,44.63667,25.959517,41.453033,114.383514,20.870806,1.6466532,22.24076,13.296556,1790.6509,20.465506,0.81660134,23.55524,11.46648,120.22702,86.94893,103.967285,7.78865,87.36209,332.75522,244.497,26.290401,241.73941,82.60161,47.674347,69.56151,92.54755,12.961018,40.060734,488.1908,3.0779088,5.803317,200.64603,24.133871,8.675901,24.823029,25.11052,257.54337,84.05101,162.60588,1416.4972,99.65176,1705.4435,1637.468,12.524033,12.535887,1730.2295,23.538357,19.24449,442.43817,40.31089,68.54355,29.083109,119.89021,266.68857,436.02896,5.4890966,46.036293,169.57903,375.57648,10.302029,91.2568,10.873925,1.5749664,59.39073,0.9852918,1.088023,3.1241765,11.134718,31.672968,19.131065,21.556452,605.8825,53.302418,30.76152,38.872982,14.358525,85.03226,12.257258,28.787098,10.996775,72.99039,23.423594,36.182842,45.858334,10.249597,49.980877,39.263706,1.2294097,65.03176,10.433032,222.19916,7.433471,298.69382,22.294952,1015.556,133.03442,3.1656518,10.508189,155.63501,193.79012,942.80255,876.1414 +2023-01-01 13:00:00,0.0,2518.6133,46.437424,9.483034,46.44243,32.656483,269.6245,29.7881,52.7342,19.046457,28.577795,236.90639,133.55862,15.47434,56.47618,0.46076325,0.5140419,50.894978,17.493862,25.523619,633.58325,13.418165,791.7698,125.2725,15.150851,49.44855,402.55582,69.879135,837.3557,253.9183,2781.8718,32.177734,2828.2705,286.3625,17.771542,17.820105,81.69982,232.97372,286.05307,495.10452,40.98253,23.785303,10.668788,504.4653,215.51285,52.41429,7.262148,552.10596,12.285544,595.78796,5.976672,29.09028,0.0,745.6925,1746.5377,0.25278673,89.41272,14.308188,9903.08,25.861956,0.987248,5.783692,15.569228,7.241023,2.0863543,8.585529,236.67969,54.59864,4.787227,0.64478445,2.7309802,120.60748,1.0339143,138.01518,136.15955,1738.1614,207.09084,86.89115,150.88599,769.4216,39.06741,32.305336,685.79614,54.84159,77.77001,10.180847,19.633896,190.38623,10.609671,10.235882,51.704422,16.35306,4011.5383,18.03922,20.292675,15.67276,9.660257,268.98206,50.2347,24.48152,7.35721,6.544139,14.386203,55.741898,74.80921,31.469557,180.23955,18.272161,4.557018,44.652615,25.95406,41.432453,114.39203,20.856707,1.6463743,22.263206,13.294042,1789.8583,20.469728,0.8161396,23.607761,11.471819,120.250755,86.925224,103.95239,7.7912846,87.38602,332.77054,244.47774,26.300362,241.70912,82.557304,47.671505,69.56065,92.6188,12.97369,40.080135,488.1606,3.0858893,5.81776,200.74907,24.12955,8.677644,24.857874,25.13691,257.90167,84.12609,162.61383,1417.1792,99.5697,1705.3042,1637.2327,12.519368,12.528461,1729.869,23.52997,19.235003,442.36365,40.293045,68.51593,29.077314,119.82749,266.66965,435.94293,5.4873548,46.021458,169.46269,375.5189,10.297037,91.24903,10.870363,1.5746876,59.38831,0.98533636,1.0881807,3.1246924,11.133722,31.663382,19.126978,21.561155,605.3308,53.285954,30.7476,38.8624,14.352689,85.06619,12.246753,28.897133,10.992339,72.97452,23.402464,36.147717,45.827778,10.247479,49.94714,39.231518,1.2291673,65.016716,10.432134,222.19127,7.432432,298.62827,22.290565,1015.7611,133.00708,3.1653082,10.506279,155.60858,193.75934,942.73193,876.2418 +2023-01-01 14:00:00,0.0,2518.0408,46.420967,9.477279,46.39592,32.640057,269.5141,29.782473,52.720352,19.044024,28.573284,236.91379,133.55347,15.470763,56.468708,0.46748063,0.5188728,50.87581,17.607649,25.573763,633.34283,13.453414,791.2965,125.28928,15.200688,49.55765,402.30707,69.89351,837.5968,253.92485,2781.0066,32.2075,2827.6619,286.87253,17.79868,17.83674,81.85748,232.97093,286.08536,495.71335,40.981182,23.774237,10.667863,504.4162,215.75574,52.49477,7.2609534,552.1701,12.287752,595.78296,5.982736,29.093378,0.0,745.9213,1746.5497,0.2528281,89.36134,14.308813,9904.88,25.874414,0.98790634,5.7824373,15.569481,7.251422,2.0905638,8.585881,236.76454,54.576313,4.786175,0.6450898,2.735153,120.84481,1.0333321,138.03238,136.0949,1739.4507,206.97603,86.92087,150.94131,769.4773,39.11961,32.339634,686.52356,54.832558,77.77801,10.180361,19.648825,190.43303,10.612246,10.234853,51.716446,16.359035,4011.8105,18.039062,20.315187,15.673573,9.665815,269.0448,50.24834,24.499329,7.3599296,6.547471,14.382652,55.739292,74.841545,31.497984,180.26044,18.273096,4.5671573,44.66856,25.948603,41.41187,114.40055,20.842607,1.6460954,22.28565,13.291527,1789.0658,20.473953,0.81567776,23.660282,11.477158,120.2745,86.90153,103.9375,7.793919,87.40994,332.7859,244.45847,26.310324,241.67883,82.51299,47.668667,69.55981,92.69004,12.986362,40.09954,488.1304,3.09387,5.832203,200.8521,24.12523,8.679385,24.89272,25.163301,258.25998,84.20118,162.62177,1417.8613,99.487656,1705.1649,1636.9974,12.514704,12.521035,1729.5087,23.521584,19.225515,442.28915,40.275204,68.488304,29.071522,119.76477,266.6507,435.8569,5.485613,46.006626,169.34636,375.46133,10.292047,91.241264,10.866801,1.5744087,59.385887,0.98538095,1.0883383,3.1252084,11.132727,31.653795,19.12289,21.56586,604.7791,53.26949,30.733679,38.851814,14.346851,85.100136,12.236246,29.00717,10.987904,72.95866,23.381334,36.11259,45.797222,10.245362,49.913403,39.199326,1.2289249,65.00168,10.431235,222.1834,7.4313927,298.56274,22.286179,1015.9662,132.97974,3.1649644,10.504369,155.58215,193.72856,942.66125,876.3423 +2023-01-01 15:00:00,0.0,2517.4683,46.40451,9.471523,46.34941,32.62363,269.40366,29.776844,52.70651,19.041588,28.568771,236.92117,133.5483,15.467187,56.461235,0.47419798,0.5237037,50.856636,17.721436,25.623909,633.10236,13.488663,790.8232,125.30607,15.250525,49.66675,402.05835,69.907875,837.8378,253.93138,2780.1414,32.237267,2827.0532,287.38254,17.825817,17.853374,82.01514,232.96814,286.11765,496.32214,40.97984,23.76317,10.666938,504.36713,215.99863,52.575245,7.2597594,552.2343,12.28996,595.77795,5.9888005,29.096476,0.0,746.15015,1746.5615,0.2528695,89.30996,14.309438,9906.679,25.886873,0.9885646,5.781183,15.569733,7.261821,2.0947733,8.586233,236.8494,54.55399,4.785122,0.6453952,2.739326,121.08214,1.03275,138.04956,136.03024,1740.7401,206.86122,86.95058,150.99664,769.5331,39.17181,32.373936,687.251,54.82352,77.786,10.179875,19.663752,190.47983,10.6148205,10.233824,51.72847,16.36501,4012.0828,18.038906,20.337702,15.674384,9.671373,269.1075,50.261982,24.517138,7.362649,6.5508037,14.379103,55.736687,74.87388,31.526411,180.28133,18.274033,4.577297,44.684505,25.943144,41.39129,114.409065,20.828506,1.6458166,22.308094,13.289012,1788.2733,20.478176,0.815216,23.712801,11.482496,120.29823,86.87782,103.92261,7.796553,87.43387,332.8012,244.43921,26.320286,241.64854,82.46868,47.665825,69.55896,92.761284,12.999034,40.118942,488.10022,3.1018503,5.8466463,200.95512,24.12091,8.681127,24.927565,25.189692,258.61826,84.27626,162.62971,1418.5433,99.4056,1705.0255,1636.7621,12.51004,12.513609,1729.1482,23.513199,19.216028,442.21466,40.25736,68.460686,29.065727,119.70205,266.63177,435.77087,5.4838705,45.99179,169.23004,375.40375,10.287055,91.2335,10.863239,1.5741298,59.383465,0.98542553,1.088496,3.1257246,11.131731,31.644209,19.118803,21.570564,604.2275,53.253025,30.719759,38.84123,14.341014,85.13407,12.22574,29.117205,10.983468,72.94279,23.360207,36.07747,45.766666,10.243245,49.879665,39.167133,1.2286824,64.98663,10.430337,222.1755,7.4303536,298.49722,22.281792,1016.17126,132.9524,3.1646209,10.502459,155.55573,193.69778,942.59064,876.4427 +2023-01-01 16:00:00,0.0,2516.8958,46.388058,9.465768,46.302902,32.60721,269.2932,29.771215,52.69266,19.039154,28.56426,236.92856,133.54312,15.463611,56.45376,0.48091534,0.52853465,50.837467,17.835222,25.674053,632.86194,13.523911,790.3499,125.32285,15.300364,49.775852,401.8096,69.92225,838.07886,253.93793,2779.2761,32.267033,2826.4448,287.89258,17.852955,17.87001,82.1728,232.96535,286.14993,496.93097,40.978493,23.752104,10.666013,504.31805,216.24152,52.655724,7.258565,552.2985,12.292168,595.7729,5.9948645,29.099573,0.0,746.37897,1746.5735,0.25291085,89.25858,14.310062,9908.479,25.899332,0.9892229,5.7799287,15.569986,7.2722197,2.0989828,8.586585,236.93423,54.531662,4.7840695,0.64570063,2.7434988,121.319466,1.0321678,138.06676,135.96559,1742.0294,206.74641,86.9803,151.05197,769.5888,39.22401,32.408237,687.97845,54.814484,77.794,10.179389,19.67868,190.52664,10.617395,10.232794,51.74049,16.370985,4012.3547,18.038748,20.360214,15.675197,9.676932,269.17023,50.275623,24.534946,7.3653684,6.554136,14.375552,55.73408,74.90621,31.554838,180.30222,18.274967,4.5874367,44.70045,25.937687,41.37071,114.41758,20.814407,1.6455376,22.33054,13.286497,1787.4808,20.482399,0.8147542,23.765322,11.487835,120.321976,86.854126,103.907715,7.7991877,87.457794,332.81653,244.41994,26.330246,241.61826,82.42437,47.662987,69.558105,92.832535,13.011706,40.138348,488.07,3.1098309,5.861089,201.05817,24.11659,8.682869,24.96241,25.216082,258.97656,84.35135,162.63765,1419.2253,99.323555,1704.8862,1636.5269,12.505376,12.506183,1728.7878,23.504812,19.206541,442.14014,40.239517,68.43307,29.059935,119.63933,266.61282,435.68484,5.4821286,45.97696,169.11371,375.3462,10.2820635,91.22573,10.859677,1.573851,59.381042,0.9854701,1.0886537,3.1262405,11.130735,31.634624,19.114716,21.57527,603.6758,53.23656,30.705837,38.830647,14.335176,85.168015,12.215234,29.227242,10.9790325,72.926926,23.339077,36.042343,45.73611,10.241129,49.845932,39.134945,1.2284399,64.97159,10.429439,222.16763,7.4293146,298.43167,22.277405,1016.37634,132.92505,3.1642773,10.500548,155.5293,193.667,942.52,876.5431 +2023-01-01 17:00:00,0.0,2516.3232,46.3716,9.4600115,46.25639,32.590782,269.1828,29.765587,52.678814,19.03672,28.55975,236.93596,133.53796,15.460034,56.446285,0.48763272,0.53336555,50.818295,17.949009,25.7242,632.62146,13.55916,789.8766,125.33964,15.350201,49.884953,401.56088,69.93662,838.3199,253.94446,2778.411,32.2968,2825.8362,288.40262,17.880093,17.886644,82.33046,232.96255,286.18222,497.5398,40.97715,23.741037,10.665088,504.26895,216.4844,52.736202,7.2573705,552.3627,12.294375,595.7679,6.000929,29.10267,0.0,746.6078,1746.5854,0.25295222,89.20721,14.310687,9910.278,25.911789,0.98988116,5.778674,15.570238,7.2826185,2.1031923,8.586937,237.01909,54.509335,4.783017,0.646006,2.7476718,121.5568,1.0315857,138.08395,135.90094,1743.3187,206.6316,87.01002,151.10732,769.64453,39.276207,32.442535,688.7059,54.80545,77.801994,10.178904,19.693607,190.57344,10.61997,10.231765,51.752514,16.376959,4012.627,18.038591,20.382729,15.676009,9.68249,269.23297,50.289265,24.552755,7.368088,6.5574684,14.372003,55.73148,74.938545,31.583267,180.3231,18.275904,4.5975766,44.716396,25.93223,41.35013,114.426094,20.800308,1.6452587,22.352983,13.283982,1786.6884,20.486622,0.81429243,23.817842,11.493174,120.34571,86.83042,103.89282,7.801822,87.48172,332.83188,244.40068,26.340208,241.58797,82.38006,47.660145,69.55726,92.90378,13.024379,40.15775,488.0398,3.1178112,5.875532,201.1612,24.11227,8.68461,24.997255,25.242474,259.33487,84.42643,162.6456,1419.9072,99.2415,1704.747,1636.2915,12.500712,12.498756,1728.4274,23.496426,19.197054,442.06564,40.221676,68.40544,29.05414,119.57661,266.5939,435.59882,5.4803867,45.962128,168.99738,375.2886,10.277073,91.217964,10.856116,1.573572,59.378616,0.9855147,1.0888113,3.1267564,11.12974,31.625038,19.110628,21.579973,603.1241,53.220093,30.691917,38.82006,14.32934,85.20195,12.204727,29.337276,10.974597,72.91106,23.317947,36.007217,45.705555,10.239012,49.812195,39.102753,1.2281976,64.95654,10.42854,222.15974,7.428275,298.36615,22.27302,1016.58136,132.89769,3.1639335,10.498638,155.50287,193.63623,942.44934,876.6435 +2023-01-01 18:00:00,0.0,2515.7507,46.355145,9.454256,46.20988,32.574356,269.07236,29.75996,52.664967,19.034285,28.555239,236.94334,133.53279,15.456458,56.438812,0.49435008,0.53819644,50.799126,18.062796,25.774343,632.38104,13.594409,789.4033,125.35642,15.400039,49.994053,401.31213,69.95099,838.5609,253.951,2777.5457,32.32657,2825.2275,288.91263,17.90723,17.90328,82.48812,232.95976,286.2145,498.1486,40.975807,23.72997,10.664164,504.21988,216.7273,52.81668,7.256176,552.4269,12.296584,595.7628,6.006993,29.105766,0.0,746.83655,1746.5973,0.2529936,89.15582,14.311312,9912.077,25.924248,0.99053943,5.7774196,15.570492,7.2930174,2.1074018,8.587289,237.10393,54.487007,4.781965,0.6463114,2.7518446,121.79413,1.0310035,138.10115,135.83629,1744.608,206.5168,87.039734,151.16264,769.7003,39.328407,32.476837,689.4333,54.796413,77.80999,10.178417,19.708534,190.62024,10.622545,10.230736,51.764534,16.382935,4012.8992,18.038433,20.405241,15.676822,9.688048,269.2957,50.302906,24.570564,7.3708076,6.5608006,14.368453,55.728874,74.97087,31.611694,180.344,18.276838,4.607716,44.73234,25.926773,41.329548,114.43461,20.78621,1.6449798,22.375427,13.281468,1785.8959,20.490845,0.8138306,23.870361,11.498512,120.369446,86.806725,103.87793,7.8044567,87.505646,332.8472,244.38141,26.350168,241.55768,82.335754,47.657307,69.55641,92.97503,13.037051,40.177155,488.0096,3.1257918,5.8899755,201.26422,24.10795,8.686353,25.0321,25.268864,259.69318,84.50151,162.65353,1420.5894,99.159454,1704.6075,1636.0562,12.496048,12.491331,1728.0669,23.488039,19.187567,441.99112,40.20383,68.37782,29.048347,119.513885,266.57495,435.5128,5.478645,45.947292,168.88104,375.23105,10.272081,91.2102,10.852554,1.5732932,59.376194,0.9855593,1.088969,3.1272726,11.128744,31.615452,19.10654,21.584677,602.5724,53.20363,30.677996,38.809475,14.323503,85.235886,12.1942215,29.447313,10.970161,72.895195,23.296818,35.972095,45.675,10.236895,49.778458,39.07056,1.2279551,64.9415,10.427642,222.15186,7.427236,298.30063,22.268633,1016.78644,132.87035,3.16359,10.496728,155.47644,193.60545,942.3787,876.7439 +2023-01-01 19:00:00,0.0,2515.1785,46.338688,9.448501,46.163372,32.557934,268.9619,29.754332,52.651123,19.03185,28.550726,236.95073,133.52762,15.452882,56.43134,0.50106746,0.5430274,50.779957,18.176582,25.82449,632.14056,13.629658,788.93,125.373215,15.449876,50.103153,401.06342,69.96536,838.802,253.95753,2776.6804,32.356335,2824.6191,289.42267,17.934368,17.919914,82.64578,232.95697,286.2468,498.75742,40.97446,23.718904,10.663239,504.1708,216.97018,52.897156,7.254982,552.4911,12.298792,595.7578,6.013057,29.108864,0.0,747.0654,1746.6093,0.25303498,89.10445,14.311937,9913.877,25.936707,0.99119776,5.776165,15.570744,7.3034163,2.1116114,8.587641,237.18878,54.46468,4.7809124,0.6466168,2.7560177,122.031456,1.0304214,138.11835,135.77164,1745.8975,206.402,87.06945,151.21797,769.75604,39.380608,32.51114,690.1607,54.787376,77.817986,10.177931,19.723461,190.66705,10.62512,10.229706,51.776558,16.38891,4013.1714,18.038277,20.427755,15.677634,9.693607,269.3584,50.316544,24.588373,7.373527,6.564133,14.3649025,55.72627,75.003204,31.640121,180.36488,18.277775,4.617856,44.748287,25.921316,41.308968,114.44312,20.77211,1.6447009,22.397871,13.278954,1785.1034,20.495068,0.81336886,23.922882,11.503852,120.39319,86.78302,103.86304,7.8070908,87.529564,332.86252,244.36215,26.36013,241.52739,82.29144,47.654465,69.55556,93.04627,13.049724,40.196556,487.9794,3.1337724,5.9044185,201.36726,24.10363,8.688094,25.066944,25.295254,260.05148,84.5766,162.66148,1421.2714,99.0774,1704.4683,1635.8209,12.4913845,12.483905,1727.7065,23.479652,19.17808,441.91663,40.18599,68.350204,29.042553,119.451164,266.55603,435.42676,5.476903,45.93246,168.76471,375.17346,10.26709,91.20243,10.848992,1.5730144,59.37377,0.98560387,1.0891266,3.1277885,11.1277485,31.605865,19.102453,21.589382,602.02075,53.187164,30.664074,38.798893,14.317665,85.26983,12.183715,29.557348,10.965726,72.879326,23.27569,35.93697,45.644444,10.234777,49.74472,39.038372,1.2277126,64.92646,10.4267435,222.14398,7.426197,298.23508,22.264246,1016.9915,132.843,3.1632462,10.494819,155.45001,193.57469,942.30804,876.84436 +2023-01-01 20:00:00,0.0,2514.606,46.32223,9.442745,46.116863,32.541508,268.8515,29.748703,52.637276,19.029415,28.546215,236.95813,133.52246,15.449306,56.423866,0.5077848,0.5478583,50.760784,18.290369,25.874634,631.90015,13.6649065,788.4567,125.39,15.499713,50.212254,400.81467,69.97974,839.043,253.96407,2775.8152,32.3861,2824.0105,289.93268,17.961506,17.93655,82.80344,232.95418,286.27908,499.3662,40.973118,23.707838,10.662313,504.12173,217.21307,52.977634,7.2537875,552.5553,12.301,595.7528,6.019121,29.111961,0.0,747.2942,1746.6211,0.25307634,89.05307,14.312562,9915.677,25.949165,0.99185604,5.7749104,15.570995,7.313815,2.115821,8.587993,237.27364,54.442352,4.77986,0.64692223,2.7601905,122.26878,1.0298392,138.13553,135.70699,1747.1868,206.28719,87.09917,151.2733,769.81177,39.432804,32.545437,690.8881,54.77834,77.82598,10.177445,19.738388,190.71385,10.627695,10.228677,51.78858,16.394884,4013.4436,18.038118,20.45027,15.678447,9.699165,269.42114,50.330185,24.606182,7.3762465,6.5674653,14.361353,55.723663,75.03554,31.668549,180.38577,18.27871,4.6279955,44.764233,25.91586,41.288387,114.45164,20.758009,1.644422,22.420317,13.276439,1784.3109,20.499292,0.81290704,23.975403,11.509191,120.41692,86.75932,103.848145,7.8097253,87.55349,332.87784,244.34288,26.370092,241.49712,82.24713,47.651627,69.55471,93.117516,13.062396,40.21596,487.94922,3.1417527,5.9188614,201.47029,24.09931,8.689836,25.10179,25.321646,260.4098,84.65168,162.66942,1421.9534,98.99535,1704.329,1635.5856,12.48672,12.476479,1727.3461,23.471266,19.168594,441.84213,40.168148,68.32258,29.036758,119.38844,266.53708,435.34073,5.475161,45.91763,168.64838,375.1159,10.262099,91.194664,10.84543,1.5727355,59.37135,0.98564845,1.0892843,3.1283045,11.126753,31.59628,19.098366,21.594086,601.46906,53.1707,30.650154,38.788307,14.311829,85.303764,12.173208,29.667383,10.96129,72.863464,23.25456,35.901848,45.613888,10.232661,49.710983,39.00618,1.2274702,64.911415,10.425845,222.1361,7.4251575,298.16956,22.25986,1017.1966,132.81566,3.1629026,10.4929085,155.42358,193.54391,942.2374,876.94476 +2023-01-01 21:00:00,0.0,2514.0334,46.305775,9.43699,46.07035,32.52508,268.74106,29.743076,52.62343,19.026981,28.541704,236.96552,133.51729,15.445729,56.416393,0.51450217,0.5526892,50.741615,18.404156,25.92478,631.65967,13.700155,787.9834,125.406784,15.549551,50.321354,400.56595,69.9941,839.28406,253.97061,2774.95,32.415867,2823.4019,290.44272,17.988644,17.953184,82.9611,232.9514,286.31137,499.97504,40.971775,23.696772,10.661388,504.07263,217.45596,53.058113,7.252593,552.6195,12.303207,595.74774,6.0251856,29.115059,0.0,747.5231,1746.633,0.25311774,89.001686,14.313187,9917.476,25.961622,0.9925143,5.773656,15.571249,7.324214,2.1200304,8.588346,237.35847,54.42003,4.778807,0.6472276,2.7643635,122.50611,1.029257,138.15273,135.64233,1748.4761,206.17238,87.128876,151.32863,769.86755,39.485004,32.57974,691.6156,54.769306,77.83397,10.176959,19.753317,190.76065,10.630271,10.227648,51.800602,16.40086,4013.7158,18.037962,20.472782,15.679258,9.704723,269.48386,50.343826,24.623991,7.378966,6.570798,14.357802,55.72106,75.06787,31.696976,180.40665,18.279646,4.6381354,44.78018,25.910402,41.267807,114.46015,20.74391,1.6441431,22.44276,13.273924,1783.5184,20.503515,0.8124453,24.027924,11.514529,120.44067,86.73562,103.83325,7.81236,87.577415,332.8932,244.32362,26.380053,241.46683,82.20282,47.648785,69.55386,93.18877,13.075068,40.235363,487.919,3.1497333,5.933305,201.57332,24.09499,8.691578,25.136635,25.348036,260.7681,84.72677,162.67737,1422.6353,98.9133,1704.1897,1635.3503,12.482057,12.469052,1726.9857,23.462881,19.159107,441.7676,40.150303,68.29496,29.030966,119.32572,266.51816,435.2547,5.473419,45.902794,168.53204,375.05832,10.257108,91.1869,10.841868,1.5724566,59.368927,0.98569304,1.089442,3.1288207,11.125757,31.586693,19.094278,21.598791,600.91736,53.154232,30.636232,38.77772,14.305991,85.3377,12.162703,29.77742,10.956855,72.847595,23.23343,35.866722,45.583332,10.230544,49.677246,38.97399,1.2272277,64.89637,10.424947,222.12822,7.4241185,298.10403,22.255472,1017.4016,132.7883,3.162559,10.490998,155.39714,193.51314,942.1668,877.04517 +2023-01-01 22:00:00,0.0,2513.461,46.28932,9.431234,46.02384,32.50866,268.6306,29.737448,52.60958,19.024548,28.537193,236.9729,133.51212,15.442152,56.40892,0.52121955,0.5575201,50.722443,18.517942,25.974924,631.41925,13.735404,787.51013,125.42357,15.599388,50.430454,400.3172,70.00848,839.5251,253.97714,2774.0847,32.445633,2822.7935,290.95273,18.015781,17.96982,83.11876,232.94861,286.34366,500.58383,40.97043,23.685705,10.660463,504.02356,217.69885,53.138588,7.2513986,552.68365,12.305415,595.74274,6.0312495,29.118156,0.0,747.75183,1746.6449,0.2531591,88.95031,14.313811,9919.275,25.974081,0.99317265,5.772402,15.571501,7.334613,2.12424,8.588697,237.44333,54.3977,4.777755,0.647533,2.7685363,122.74344,1.0286748,138.16992,135.57768,1749.7654,206.05757,87.15859,151.38397,769.9233,39.537205,32.61404,692.343,54.76027,77.841965,10.176474,19.768244,190.80746,10.632846,10.226618,51.812626,16.406834,4013.9878,18.037804,20.495296,15.680071,9.710282,269.5466,50.357468,24.641802,7.3816853,6.57413,14.354253,55.718456,75.100204,31.725403,180.42754,18.28058,4.648275,44.796127,25.904945,41.247227,114.468666,20.72981,1.6438643,22.465204,13.271409,1782.726,20.507738,0.81198347,24.080442,11.519868,120.4644,86.71192,103.81836,7.8149943,87.60134,332.9085,244.30435,26.390015,241.43654,82.15851,47.645947,69.55301,93.26001,13.087741,40.25477,487.88882,3.157714,5.9477477,201.67636,24.090668,8.693319,25.17148,25.374426,261.12637,84.80185,162.6853,1423.3174,98.83125,1704.0503,1635.115,12.477392,12.461626,1726.6252,23.454494,19.14962,441.6931,40.13246,68.26734,29.025171,119.263,266.4992,435.16867,5.4716773,45.887962,168.41571,375.00076,10.252116,91.17912,10.838306,1.5721778,59.3665,0.9857376,1.0895996,3.1293366,11.124762,31.577108,19.09019,21.603495,600.36566,53.137768,30.622313,38.767136,14.300154,85.37164,12.152196,29.887455,10.952419,72.83173,23.212303,35.831596,45.552776,10.228427,49.643513,38.9418,1.2269853,64.881325,10.424048,222.12033,7.4230795,298.03848,22.251085,1017.6067,132.76096,3.1622152,10.489088,155.37071,193.48236,942.0961,877.14557 +2023-01-01 23:00:00,0.0,2512.8884,46.272865,9.425479,45.977333,32.492233,268.5202,29.73182,52.595737,19.022112,28.53268,236.9803,133.50696,15.438576,56.401447,0.5279369,0.56235105,50.703274,18.63173,26.025068,631.1788,13.770653,787.0368,125.44035,15.649225,50.539555,400.06848,70.02285,839.7661,253.98369,2773.2195,32.4754,2822.1848,291.46277,18.04292,17.986454,83.27642,232.94582,286.37595,501.19266,40.969086,23.674639,10.659539,503.9745,217.94174,53.219067,7.2502046,552.74786,12.307623,595.7377,6.037314,29.121254,0.0,747.98065,1746.6569,0.25320047,88.89893,14.314436,9921.075,25.98654,0.9938309,5.7711473,15.571754,7.3450117,2.1284494,8.589049,237.52817,54.375374,4.7767024,0.6478384,2.7727094,122.98077,1.0280926,138.18712,135.51303,1751.0548,205.94276,87.18831,151.4393,769.97906,39.589405,32.64834,693.07043,54.751232,77.84996,10.175987,19.783173,190.85426,10.635421,10.225589,51.82465,16.41281,4014.26,18.037647,20.517809,15.680883,9.71584,269.6093,50.37111,24.65961,7.3844047,6.5774627,14.350703,55.71585,75.13254,31.753832,180.44843,18.281517,4.658415,44.812073,25.899488,41.226643,114.47719,20.715712,1.6435853,22.48765,13.268894,1781.9335,20.511961,0.8115217,24.132963,11.525207,120.488144,86.68822,103.80347,7.8176284,87.62527,332.92383,244.2851,26.399975,241.40625,82.1142,47.643105,69.55216,93.33126,13.100413,40.27417,487.8586,3.1656942,5.962191,201.77939,24.086348,8.695062,25.206326,25.400816,261.48468,84.87693,162.69325,1423.9994,98.7492,1703.911,1634.8796,12.472729,12.4542,1726.2648,23.446108,19.140133,441.61862,40.11462,68.239716,29.019379,119.20028,266.4803,435.08264,5.4699354,45.873127,168.29938,374.94318,10.247126,91.17136,10.834744,1.5718989,59.36408,0.9857822,1.0897573,3.1298525,11.123766,31.567522,19.086103,21.608198,599.814,53.121304,30.60839,38.756554,14.294316,85.40558,12.14169,29.997492,10.947984,72.815865,23.191174,35.796474,45.52222,10.22631,49.609776,38.909607,1.2267429,64.86628,10.42315,222.11246,7.42204,297.97296,22.246698,1017.81177,132.73361,3.1618717,10.487178,155.34428,193.45158,942.0255,877.246 +2023-01-02 00:00:00,0.0,2512.316,46.25641,9.419723,45.930824,32.475807,268.40976,29.726192,52.58189,19.019678,28.52817,236.98769,133.50179,15.434999,56.393974,0.53465426,0.56718194,50.6841,18.745516,26.075214,630.93835,13.805902,786.56354,125.45714,15.699063,50.648655,399.81976,70.03722,840.0072,253.99022,2772.3542,32.505165,2821.5762,291.97278,18.070059,18.00309,83.43408,232.94302,286.40823,501.80145,40.967743,23.663572,10.658614,503.9254,218.18463,53.299545,7.24901,552.8121,12.309831,595.73267,6.043378,29.12435,0.0,748.2095,1746.6687,0.25324187,88.84755,14.315061,9922.874,25.998999,0.9944892,5.7698927,15.572006,7.3554106,2.132659,8.589401,237.61302,54.353046,4.77565,0.64814377,2.7768822,123.218094,1.0275105,138.2043,135.4484,1752.3441,205.82796,87.218025,151.49463,770.0348,39.6416,32.68264,693.79785,54.7422,77.857956,10.175501,19.7981,190.90106,10.637996,10.22456,51.83667,16.418785,4014.5322,18.037489,20.540323,15.681696,9.721398,269.67203,50.38475,24.67742,7.387124,6.580795,14.347153,55.71325,75.16487,31.782259,180.46931,18.282452,4.6685543,44.82802,25.894032,41.206062,114.4857,20.701612,1.6433064,22.510094,13.266379,1781.141,20.516184,0.8110599,24.185484,11.530545,120.51188,86.66452,103.788574,7.820263,87.64919,332.93918,244.26582,26.409937,241.37596,82.06989,47.640266,69.55131,93.402504,13.113086,40.293575,487.82843,3.1736748,5.976634,201.88242,24.082027,8.696803,25.24117,25.427208,261.843,84.95202,162.70119,1424.6814,98.66715,1703.7717,1634.6444,12.468064,12.4467745,1725.9044,23.437721,19.130646,441.5441,40.096775,68.2121,29.013584,119.13756,266.46133,434.9966,5.4681935,45.858295,168.18306,374.88562,10.242134,91.16359,10.831183,1.5716201,59.361656,0.9858268,1.0899149,3.1303687,11.12277,31.557936,19.082016,21.612904,599.2623,53.10484,30.594471,38.745968,14.28848,85.439514,12.131184,30.107527,10.943548,72.8,23.170044,35.76135,45.491665,10.224194,49.57604,38.87742,1.2265004,64.85124,10.422253,222.10457,7.421001,297.9074,22.242311,1018.01685,132.70627,3.161528,10.485268,155.31786,193.4208,941.95483,877.34644 +2023-01-02 01:00:00,0.0,2511.7434,46.239952,9.413967,45.88431,32.459385,268.29932,29.720564,52.568043,19.017244,28.523659,236.99507,133.49661,15.431423,56.3865,0.54137164,0.57201284,50.664932,18.859303,26.125359,630.6979,13.841149,786.0902,125.47392,15.7489,50.757755,399.571,70.05159,840.2482,253.99675,2771.4888,32.53493,2820.9675,292.48282,18.097197,18.019724,83.591736,232.94023,286.44052,502.41028,40.966396,23.652506,10.657689,503.8763,218.42752,53.38002,7.2478156,552.8762,12.312038,595.7276,6.0494423,29.127447,0.0,748.4383,1746.6807,0.25328323,88.79617,14.315685,9924.674,26.011456,0.99514747,5.768638,15.57226,7.3658094,2.1368685,8.589753,237.69786,54.33072,4.7745976,0.6484492,2.7810552,123.45542,1.0269283,138.2215,135.38374,1753.6334,205.71315,87.24774,151.54996,770.0905,39.6938,32.716938,694.5253,54.733162,77.86595,10.175015,19.813026,190.94788,10.640571,10.223531,51.848694,16.424759,4014.8044,18.037333,20.562836,15.682508,9.726956,269.73477,50.39839,24.695229,7.389844,6.584127,14.343603,55.710644,75.197205,31.810686,180.4902,18.283388,4.6786942,44.843964,25.888575,41.185482,114.49422,20.687513,1.6430275,22.532537,13.2638645,1780.3485,20.520407,0.8105981,24.238003,11.535884,120.53562,86.640816,103.77368,7.8228974,87.67312,332.9545,244.24657,26.419897,241.34567,82.02558,47.637424,69.55046,93.473755,13.125758,40.312977,487.79822,3.1816552,5.991077,201.98546,24.077707,8.698545,25.276016,25.453598,262.2013,85.0271,162.70914,1425.3634,98.5851,1703.6323,1634.409,12.463401,12.439348,1725.544,23.429335,19.121159,441.4696,40.078934,68.18448,29.007792,119.07484,266.4424,434.91058,5.466451,45.843464,168.06673,374.82803,10.237143,91.15582,10.827621,1.5713412,59.359234,0.9858714,1.0900726,3.1308846,11.121775,31.54835,19.077929,21.617607,598.71063,53.088375,30.58055,38.735382,14.282642,85.47346,12.120677,30.217564,10.939113,72.784134,23.148916,35.726223,45.46111,10.222076,49.5423,38.845226,1.2262579,64.8362,10.421354,222.0967,7.419962,297.8419,22.237925,1018.2219,132.67892,3.1611843,10.483357,155.29143,193.39003,941.8842,877.44684 +2023-01-02 02:00:00,0.0,2511.171,46.223495,9.408212,45.837803,32.44296,268.1889,29.714935,52.554195,19.014809,28.519148,237.00247,133.49146,15.427847,56.37903,0.54808897,0.5768438,50.645763,18.97309,26.175505,630.45746,13.876398,785.61694,125.490715,15.7987385,50.866856,399.3223,70.06596,840.48926,254.0033,2770.6235,32.5647,2820.3591,292.99286,18.124334,18.03636,83.749405,232.93744,286.4728,503.0191,40.965054,23.64144,10.656764,503.82724,218.67041,53.4605,7.246621,552.9404,12.314246,595.7226,6.055506,29.130545,0.0,748.6671,1746.6926,0.2533246,88.7448,14.31631,9926.474,26.023914,0.99580574,5.7673836,15.572512,7.3762083,2.141078,8.590105,237.78271,54.308395,4.7735453,0.6487546,2.785228,123.69275,1.0263462,138.2387,135.31909,1754.9227,205.59834,87.27746,151.60529,770.1463,39.746002,32.75124,695.25275,54.724125,77.87395,10.174529,19.827953,190.99467,10.643146,10.222501,51.860718,16.430735,4015.0767,18.037174,20.58535,15.683321,9.732515,269.7975,50.412033,24.713037,7.3925633,6.5874596,14.340053,55.70804,75.22954,31.839113,180.5111,18.284323,4.6888337,44.85991,25.883118,41.1649,114.50273,20.673412,1.6427486,22.554981,13.26135,1779.556,20.524632,0.8101363,24.290524,11.541224,120.55936,86.61712,103.75879,7.825532,87.69704,332.96982,244.2273,26.42986,241.31538,81.98127,47.634586,69.549614,93.545,13.138431,40.332382,487.768,3.1896358,6.0055203,202.08849,24.073387,8.700287,25.310862,25.479988,262.5596,85.10219,162.71707,1426.0454,98.50305,1703.493,1634.1738,12.458736,12.431922,1725.1836,23.42095,19.111671,441.3951,40.06109,68.15685,29.001997,119.012115,266.4235,434.82455,5.4647093,45.82863,167.9504,374.77048,10.232152,91.148056,10.8240595,1.5710623,59.35681,0.98591596,1.0902303,3.1314006,11.120779,31.538763,19.073841,21.622313,598.15894,53.071907,30.56663,38.7248,14.276805,85.50739,12.110171,30.327599,10.934678,72.76827,23.127787,35.6911,45.430553,10.219959,49.508564,38.813034,1.2260154,64.82115,10.420456,222.0888,7.4189224,297.77637,22.233538,1018.42694,132.65157,3.1608407,10.481447,155.265,193.35927,941.8136,877.54724 +2023-01-02 03:00:00,0.0,2510.5984,46.20704,9.402456,45.791294,32.426537,268.07846,29.709309,52.54035,19.012375,28.514635,237.00986,133.48628,15.424271,56.371555,0.55480635,0.5816747,50.62659,19.086876,26.225649,630.217,13.911647,785.1436,125.5075,15.848576,50.975956,399.07355,70.08034,840.7303,254.00983,2769.7583,32.594467,2819.7505,293.50287,18.151472,18.052994,83.90706,232.93465,286.5051,503.6279,40.96371,23.630373,10.655839,503.77817,218.9133,53.540977,7.245427,553.00464,12.316454,595.7176,6.0615706,29.133642,0.0,748.8959,1746.7045,0.253366,88.69341,14.316936,9928.272,26.036373,0.9964641,5.766129,15.572763,7.386607,2.1452875,8.590457,237.86757,54.286068,4.7724924,0.64905995,2.789401,123.93008,1.025764,138.25589,135.25444,1756.2122,205.48354,87.307175,151.66063,770.202,39.798203,32.78554,695.98016,54.71509,77.88194,10.174043,19.842882,191.04149,10.6457205,10.221472,51.872738,16.436708,4015.3489,18.037018,20.607862,15.684133,9.738073,269.8602,50.425674,24.730846,7.3952827,6.5907917,14.336503,55.705433,75.26187,31.86754,180.53198,18.285257,4.6989737,44.875854,25.87766,41.14432,114.511246,20.659313,1.6424698,22.577427,13.258835,1778.7635,20.528854,0.8096745,24.343044,11.546562,120.5831,86.593414,103.7439,7.828166,87.72096,332.98517,244.20804,26.439821,241.2851,81.93696,47.631744,69.54876,93.61624,13.151103,40.351784,487.73782,3.1976163,6.0199633,202.19151,24.069067,8.702028,25.345705,25.50638,262.9179,85.17727,162.72502,1426.7274,98.421,1703.3538,1633.9385,12.454073,12.424496,1724.8231,23.412563,19.102184,441.3206,40.043247,68.129234,28.996202,118.9494,266.40454,434.73853,5.4629674,45.813797,167.83406,374.7129,10.22716,91.14029,10.8204975,1.5707835,59.354385,0.98596054,1.090388,3.1319165,11.119783,31.529177,19.069754,21.627016,597.6073,53.055443,30.552708,38.714214,14.270968,85.54133,12.099665,30.437635,10.930243,72.7524,23.106657,35.655975,45.399998,10.217842,49.474827,38.780846,1.2257731,64.80611,10.419558,222.08093,7.4178834,297.71082,22.22915,1018.632,132.62422,3.160497,10.479537,155.23857,193.32849,941.7429,877.64764 +2023-01-02 04:00:00,0.0,2510.026,46.190586,9.396701,45.74478,32.41011,267.96802,29.70368,52.526505,19.00994,28.510124,237.01724,133.48111,15.420694,56.364082,0.56152374,0.5865056,50.60742,19.200663,26.275795,629.97656,13.946896,784.67035,125.524284,15.898413,51.085056,398.82483,70.0947,840.9713,254.01637,2768.893,32.624233,2819.1418,294.0129,18.17861,18.06963,84.06472,232.93185,286.53738,504.23672,40.962364,23.619307,10.654915,503.72906,219.15617,53.621456,7.2442327,553.06885,12.318662,595.7125,6.0676346,29.13674,0.0,749.12476,1746.7164,0.25340736,88.64204,14.31756,9930.072,26.04883,0.99712235,5.764875,15.573017,7.397006,2.149497,8.590809,237.95241,54.26374,4.77144,0.64936537,2.7935739,124.16741,1.0251819,138.27307,135.18979,1757.5015,205.36873,87.33689,151.71596,770.25775,39.8504,32.81984,696.7076,54.706055,77.88994,10.173557,19.85781,191.08829,10.648296,10.220443,51.88476,16.442684,4015.6208,18.03686,20.630377,15.684945,9.743631,269.92294,50.439316,24.748655,7.398002,6.5941243,14.3329525,55.70283,75.294205,31.895967,180.55287,18.286194,4.709113,44.8918,25.872204,41.12374,114.51976,20.645214,1.6421908,22.59987,13.25632,1777.9711,20.533077,0.80921274,24.395563,11.551901,120.606834,86.56972,103.729004,7.8308005,87.74489,333.0005,244.18877,26.449781,241.25482,81.89265,47.628906,69.54791,93.68749,13.163775,40.37119,487.7076,3.2055967,6.0344067,202.29456,24.064747,8.703771,25.38055,25.53277,263.2762,85.25235,162.73296,1427.4094,98.33895,1703.2144,1633.7031,12.449409,12.417069,1724.4628,23.404177,19.092697,441.2461,40.025406,68.101616,28.99041,118.88668,266.38562,434.6525,5.4612255,45.798965,167.71773,374.65533,10.222169,91.13252,10.816936,1.5705045,59.351963,0.9860051,1.0905457,3.1324327,11.118788,31.519592,19.065666,21.63172,597.0556,53.03898,30.538786,38.70363,14.265131,85.57527,12.089158,30.54767,10.925807,72.73654,23.085527,35.620853,45.369442,10.215726,49.441093,38.748653,1.2255306,64.79106,10.418659,222.07304,7.4168444,297.6453,22.224766,1018.8371,132.59688,3.1601534,10.477627,155.21214,193.29771,941.6723,877.74805 +2023-01-02 05:00:00,0.0,2509.4534,46.17413,9.390945,45.698273,32.393684,267.85757,29.698051,52.512657,19.007505,28.505613,237.02464,133.47595,15.417118,56.35661,0.56824106,0.5913365,50.58825,19.314447,26.32594,629.7361,13.982144,784.197,125.54107,15.948251,51.194157,398.57608,70.10908,841.21234,254.0229,2768.0278,32.654,2818.5334,294.52292,18.205748,18.086264,84.22238,232.92906,286.56967,504.84552,40.96102,23.60824,10.65399,503.68,219.39906,53.70193,7.243038,553.133,12.320869,595.7075,6.073699,29.139835,0.0,749.3535,1746.7283,0.25344872,88.59066,14.318185,9931.872,26.061289,0.9977806,5.7636204,15.573269,7.407405,2.1537066,8.591162,238.03726,54.241413,4.7703876,0.6496708,2.797747,124.40474,1.0245997,138.29027,135.12514,1758.7908,205.25392,87.36661,151.77129,770.31354,39.9026,32.85414,697.43506,54.697018,77.897934,10.173071,19.872736,191.13509,10.650871,10.219413,51.896786,16.44866,4015.893,18.036703,20.65289,15.685758,9.74919,269.98566,50.452957,24.766464,7.4007215,6.5974565,14.329403,55.700226,75.32654,31.924395,180.57376,18.287128,4.719253,44.907745,25.866747,41.10316,114.528275,20.631115,1.641912,22.622314,13.253805,1777.1786,20.5373,0.8087509,24.448084,11.55724,120.63058,86.54601,103.71411,7.833435,87.768814,333.0158,244.16951,26.459743,241.22453,81.84834,47.626064,69.547066,93.758736,13.176448,40.39059,487.67743,3.2135773,6.0488496,202.39758,24.060427,8.705512,25.415396,25.55916,263.6345,85.32744,162.7409,1428.0914,98.2569,1703.0751,1633.4679,12.444744,12.409644,1724.1023,23.39579,19.08321,441.17157,40.00756,68.07399,28.984615,118.82396,266.36667,434.56647,5.4594836,45.78413,167.6014,374.59775,10.217178,91.124756,10.813374,1.5702257,59.34954,0.98604965,1.0907032,3.1329486,11.117792,31.510006,19.061579,21.636425,596.5039,53.022514,30.524866,38.693043,14.259294,85.60921,12.078652,30.657707,10.921371,72.72067,23.0644,35.585728,45.338886,10.213609,49.407356,38.71646,1.2252882,64.776024,10.417761,222.06517,7.415805,297.57977,22.220379,1019.0422,132.56953,3.1598098,10.475717,155.18571,193.26694,941.6016,877.8485 +2023-01-02 06:00:00,0.0,2508.8809,46.157673,9.38519,45.651764,32.377262,267.74716,29.692425,52.49881,19.005072,28.501102,237.03203,133.47078,15.413542,56.349136,0.57495844,0.59616745,50.56908,19.428234,26.376085,629.49567,14.017393,783.72375,125.55785,15.998088,51.303257,398.32736,70.12345,841.4534,254.02945,2767.1626,32.683765,2817.9248,295.03296,18.232885,18.102898,84.380035,232.92627,286.60196,505.45435,40.95968,23.597174,10.653065,503.63092,219.64195,53.78241,7.2418437,553.1972,12.323078,595.70245,6.079763,29.142933,0.0,749.58234,1746.7402,0.25349012,88.539276,14.3188095,9933.671,26.073748,0.99843895,5.762366,15.573523,7.417804,2.157916,8.591514,238.1221,54.219086,4.7693353,0.64997613,2.8019197,124.64207,1.0240176,138.30746,135.06049,1760.0801,205.13911,87.39632,151.82661,770.36926,39.9548,32.888443,698.1625,54.687984,77.90593,10.1725855,19.887665,191.1819,10.653446,10.218384,51.908806,16.454634,4016.1653,18.036545,20.675404,15.68657,9.754748,270.04837,50.4666,24.784275,7.403441,6.600789,14.325853,55.69762,75.35887,31.952824,180.59465,18.288065,4.7293925,44.92369,25.86129,41.08258,114.53679,20.617016,1.641633,22.64476,13.25129,1776.3861,20.541523,0.8082892,24.500605,11.562578,120.65431,86.522316,103.69922,7.8360696,87.79274,333.03116,244.15024,26.469704,241.19424,81.80403,47.623226,69.54621,93.82999,13.18912,40.409996,487.64722,3.2215576,6.0632925,202.50061,24.056107,8.707254,25.450241,25.585552,263.9928,85.40252,162.74884,1428.7736,98.17485,1702.9358,1633.2325,12.440081,12.402218,1723.7418,23.387403,19.073723,441.09708,39.98972,68.04637,28.978823,118.76124,266.34775,434.48044,5.4577417,45.7693,167.48506,374.5402,10.212187,91.11699,10.809813,1.5699469,59.34712,0.98609424,1.090861,3.1334646,11.1167965,31.50042,19.057491,21.641129,595.9522,53.00605,30.510944,38.68246,14.253456,85.64314,12.068146,30.767742,10.916936,72.70481,23.04327,35.550602,45.30833,10.211492,49.37362,38.684273,1.2250457,64.76098,10.4168625,222.05728,7.414766,297.51422,22.215992,1019.24725,132.54219,3.159466,10.473806,155.15929,193.23616,941.531,877.9489 +2023-01-02 07:00:00,0.0,2508.3086,46.141216,9.379434,45.605255,32.360836,267.63672,29.686796,52.484966,19.002636,28.49659,237.03941,133.4656,15.409965,56.341663,0.5816758,0.60099834,50.549908,19.54202,26.42623,629.2552,14.052642,783.2504,125.57464,16.047926,51.412357,398.0786,70.13782,841.69446,254.03598,2766.2974,32.71353,2817.3162,295.54297,18.260023,18.119534,84.5377,232.92348,286.63425,506.06314,40.958332,23.586105,10.65214,503.58185,219.88484,53.86289,7.2406497,553.2614,12.325286,595.69745,6.0858274,29.14603,0.0,749.81116,1746.7521,0.2535315,88.4879,14.319434,9935.471,26.086206,0.9990972,5.7611113,15.573774,7.4282026,2.1621256,8.591866,238.20695,54.19676,4.768283,0.65028155,2.8060927,124.879395,1.0234354,138.32466,134.99583,1761.3695,205.0243,87.42603,151.88194,770.425,40.006996,32.92274,698.8899,54.678947,77.913925,10.172099,19.902592,191.2287,10.656021,10.217355,51.92083,16.46061,4016.4375,18.036388,20.697916,15.687383,9.760306,270.1111,50.48024,24.802084,7.4061604,6.604121,14.322303,55.695015,75.3912,31.98125,180.61554,18.289,4.7395325,44.939636,25.855833,41.062,114.5453,20.602915,1.6413541,22.667204,13.2487755,1775.5936,20.545748,0.80782735,24.553123,11.567917,120.678055,86.49861,103.684326,7.8387036,87.816666,333.04648,244.13098,26.479666,241.16396,81.75972,47.620384,69.545364,93.90123,13.201793,40.429398,487.61703,3.2295382,6.077736,202.60365,24.051786,8.708996,25.485086,25.611942,264.3511,85.47761,162.75679,1429.4556,98.0928,1702.7964,1632.9973,12.435416,12.394792,1723.3815,23.379017,19.064236,441.02258,39.971878,68.01875,28.973028,118.69852,266.3288,434.3944,5.456,45.754467,167.36873,374.4826,10.207195,91.10922,10.806251,1.569668,59.344696,0.9861388,1.0910187,3.1339808,11.115801,31.490833,19.053406,21.645834,595.4006,52.989582,30.497025,38.671875,14.24762,85.677086,12.05764,30.877779,10.9125,72.68894,23.02214,35.51548,45.277775,10.209374,49.33988,38.65208,1.2248032,64.74593,10.415964,222.04941,7.413727,297.4487,22.211605,1019.4523,132.51483,3.1591225,10.471896,155.13286,193.20538,941.4604,878.0493 +2023-01-02 08:00:00,0.0,2507.736,46.12476,9.373678,45.558743,32.34441,267.52628,29.681168,52.47112,19.000202,28.492079,237.04681,133.46045,15.406388,56.33419,0.58839315,0.60582924,50.53074,19.655807,26.476374,629.0148,14.087891,782.77716,125.59142,16.097763,51.521458,397.8299,70.15219,841.9355,254.04251,2765.4321,32.743298,2816.7078,296.053,18.28716,18.136168,84.69536,232.92068,286.66653,506.67197,40.95699,23.575039,10.651215,503.53275,220.12773,53.943363,7.239455,553.3256,12.327494,595.6924,6.0918913,29.149128,0.0,750.04,1746.764,0.25357285,88.43652,14.320059,9937.2705,26.098663,0.9997555,5.7598567,15.574028,7.4386015,2.166335,8.592217,238.2918,54.174435,4.7672305,0.65058696,2.8102655,125.11672,1.0228533,138.34186,134.93118,1762.6588,204.9095,87.45575,151.93729,770.4808,40.059196,32.957043,699.6173,54.66991,77.92192,10.171613,19.917519,191.2755,10.658596,10.216326,51.93285,16.466583,4016.7097,18.03623,20.72043,15.688194,9.765865,270.17383,50.49388,24.819893,7.40888,6.607454,14.318753,55.692413,75.42353,32.009678,180.63643,18.289936,4.749672,44.95558,25.850376,41.041416,114.55382,20.588816,1.6410753,22.689648,13.246261,1774.8011,20.54997,0.8073656,24.605644,11.573256,120.70179,86.474915,103.66943,7.841338,87.84059,333.0618,244.11172,26.489626,241.13367,81.71541,47.617546,69.54452,93.97248,13.214465,40.448803,487.58682,3.2375188,6.092179,202.70668,24.047466,8.710738,25.519932,25.638332,264.7094,85.55269,162.76472,1430.1375,98.01075,1702.6571,1632.762,12.430753,12.387365,1723.021,23.370632,19.054749,440.94806,39.954033,67.99113,28.967236,118.635796,266.30988,434.30838,5.454258,45.73963,167.2524,374.42505,10.202205,91.101456,10.802689,1.5693891,59.34227,0.9861834,1.0911763,3.1344967,11.114805,31.481247,19.049318,21.650537,594.8489,52.973118,30.483103,38.66129,14.241782,85.71102,12.047133,30.987814,10.908065,72.67308,23.001013,35.480354,45.24722,10.207257,49.306145,38.619892,1.2245609,64.73089,10.415066,222.04152,7.4126873,297.38318,22.207218,1019.65735,132.48749,3.1587787,10.469987,155.10643,193.1746,941.3897,878.1497 +2023-01-02 09:00:00,0.0,2507.1636,46.108303,9.367923,45.512234,32.327988,267.41586,29.67554,52.45727,18.997768,28.487568,237.0542,133.45528,15.402812,56.326717,0.59511054,0.6106602,50.511566,19.769594,26.52652,628.7743,14.123139,782.30383,125.608215,16.1476,51.630558,397.58115,70.166565,842.1765,254.04906,2764.567,32.773067,2816.099,296.56302,18.314299,18.152803,84.85302,232.9179,286.69882,507.28076,40.955647,23.563972,10.6502905,503.48367,220.37062,54.02384,7.2382607,553.3898,12.329701,595.6874,6.0979557,29.152225,0.0,750.2688,1746.776,0.25361425,88.38515,14.3206835,9939.069,26.111122,1.0004138,5.758602,15.57428,7.4490004,2.1705446,8.592569,238.37665,54.152107,4.7661777,0.6508923,2.8144386,125.35405,1.022271,138.35904,134.86653,1763.9481,204.7947,87.485466,151.99261,770.5365,40.111397,32.991344,700.3447,54.660877,77.92992,10.171127,19.932446,191.32231,10.661171,10.215296,51.944874,16.472559,4016.982,18.036074,20.742943,15.689007,9.771423,270.23654,50.507523,24.837702,7.4115996,6.610786,14.315203,55.689808,75.455864,32.038105,180.65732,18.29087,4.759812,44.971527,25.84492,41.020836,114.56234,20.574717,1.6407963,22.712091,13.243746,1774.0087,20.554193,0.8069038,24.658165,11.578595,120.72553,86.45121,103.65454,7.8439727,87.86451,333.07715,244.09245,26.499588,241.10338,81.6711,47.614704,69.54366,94.043724,13.227138,40.468204,487.5566,3.2454991,6.1066217,202.80971,24.043146,8.71248,25.554777,25.664724,265.06772,85.62778,162.77267,1430.8195,97.928696,1702.5178,1632.5267,12.426088,12.379939,1722.6606,23.362246,19.045263,440.87357,39.93619,67.96351,28.961441,118.573074,266.29092,434.22235,5.452516,45.7248,167.13606,374.36746,10.197213,91.09369,10.799127,1.5691103,59.339848,0.986228,1.091334,3.1350126,11.11381,31.47166,19.04523,21.655241,594.2972,52.956654,30.469183,38.650707,14.235945,85.74496,12.036627,31.09785,10.903629,72.65721,22.979883,35.44523,45.216663,10.205141,49.272408,38.5877,1.2243184,64.71584,10.414167,222.03363,7.4116483,297.31763,22.202831,1019.8624,132.46014,3.158435,10.468077,155.08,193.14384,941.3191,878.2501 +2023-01-02 10:00:00,0.0,2506.591,46.09185,9.362167,45.465725,32.31156,267.30542,29.669912,52.443424,18.995333,28.483057,237.06158,133.4501,15.399236,56.319244,0.6018279,0.6154911,50.492397,19.88338,26.576664,628.5339,14.158388,781.83057,125.625,16.197437,51.73966,397.33243,70.18093,842.41754,254.05559,2763.7017,32.802834,2815.4905,297.07306,18.341436,18.169437,85.01068,232.91512,286.7311,507.8896,40.9543,23.552906,10.649365,503.4346,220.61351,54.10432,7.2370663,553.454,12.331909,595.6824,6.1040196,29.155321,0.0,750.49756,1746.7878,0.2536556,88.33376,14.321308,9940.869,26.12358,1.001072,5.757348,15.574532,7.459399,2.1747544,8.592921,238.4615,54.12978,4.7651253,0.65119773,2.8186114,125.59138,1.0216888,138.37624,134.80188,1765.2374,204.67989,87.51518,152.04794,770.5923,40.163597,33.025642,701.0722,54.65184,77.93791,10.170641,19.947372,191.36911,10.663746,10.214267,51.956898,16.478535,4017.2542,18.035915,20.765457,15.689819,9.776981,270.2993,50.521164,24.85551,7.414319,6.6141186,14.311653,55.687202,75.4882,32.066532,180.6782,18.291807,4.7699513,44.987473,25.839462,41.000256,114.570854,20.560617,1.6405175,22.734537,13.241231,1773.2162,20.558416,0.806442,24.710684,11.583934,120.74927,86.42751,103.63964,7.846607,87.888435,333.09247,244.0732,26.50955,241.07309,81.62679,47.611866,69.542816,94.11497,13.23981,40.48761,487.52643,3.2534797,6.121065,202.91275,24.038826,8.714221,25.589622,25.691114,265.42603,85.70286,162.78061,1431.5016,97.84665,1702.3785,1632.2914,12.421425,12.372514,1722.3002,23.353859,19.035776,440.79907,39.918346,67.93589,28.955647,118.51035,266.272,434.13632,5.4507737,45.709965,167.01974,374.3099,10.192222,91.08592,10.795565,1.5688314,59.337425,0.9862726,1.0914916,3.1355288,11.112813,31.462076,19.041143,21.659946,593.7455,52.94019,30.455261,38.64012,14.230108,85.7789,12.026121,31.207886,10.899194,72.64135,22.958754,35.410107,45.18611,10.203024,49.238674,38.555508,1.2240759,64.700806,10.413269,222.02576,7.4106092,297.2521,22.198444,1020.0675,132.4328,3.1580915,10.4661665,155.05357,193.11307,941.2484,878.3505 +2023-01-02 11:00:00,0.0,2506.0186,46.075394,9.356412,45.419216,32.295135,267.19498,29.664284,52.42958,18.992899,28.478544,237.06898,133.44495,15.395659,56.31177,0.60854524,0.620322,50.47323,19.997168,26.62681,628.2934,14.193637,781.35724,125.641785,16.247274,51.84876,397.08368,70.195305,842.6586,254.06213,2762.8364,32.8326,2814.8818,297.5831,18.368574,18.186073,85.16834,232.91232,286.7634,508.4984,40.952957,23.54184,10.64844,503.38553,220.8564,54.184795,7.2358723,553.5182,12.334117,595.6773,6.110084,29.158419,0.0,750.72644,1746.7998,0.25369698,88.28239,14.321934,9942.669,26.13604,1.0017303,5.7560935,15.574785,7.469798,2.178964,8.593273,238.54634,54.107452,4.764073,0.65150315,2.8227844,125.828705,1.0211067,138.39343,134.73723,1766.5269,204.56508,87.54489,152.10327,770.648,40.215794,33.059944,701.7996,54.642803,77.94591,10.170156,19.962301,191.41591,10.666321,10.213238,51.968918,16.484509,4017.5261,18.035759,20.78797,15.690632,9.782539,270.362,50.534805,24.87332,7.4170384,6.6174507,14.308104,55.6846,75.52053,32.09496,180.6991,18.292742,4.7800913,45.00342,25.834005,40.979675,114.57937,20.546518,1.6402385,22.75698,13.238716,1772.4237,20.56264,0.8059802,24.763205,11.5892725,120.773,86.40381,103.62475,7.8492413,87.91236,333.1078,244.05392,26.51951,241.04282,81.58248,47.609024,69.54197,94.18622,13.252482,40.50701,487.49622,3.2614603,6.135508,203.01578,24.034506,8.715963,25.624466,25.717505,265.78433,85.77794,162.78856,1432.1836,97.764595,1702.2391,1632.056,12.41676,12.3650875,1721.9397,23.345472,19.026289,440.72455,39.900505,67.908264,28.949854,118.44763,266.25305,434.0503,5.449032,45.695133,166.90341,374.25232,10.187231,91.078156,10.792003,1.5685526,59.335003,0.98631716,1.0916493,3.1360447,11.111817,31.45249,19.037056,21.66465,593.19385,52.92372,30.441341,38.629536,14.224271,85.812836,12.0156145,31.317923,10.894758,72.62548,22.937626,35.37498,45.155556,10.200907,49.204937,38.52332,1.2238334,64.68576,10.412371,222.01787,7.4095697,297.18658,22.194057,1020.2725,132.40544,3.1577477,10.464256,155.02713,193.08229,941.1778,878.451 +2023-01-02 12:00:00,0.0,2505.446,46.058937,9.3506565,45.372704,32.278713,267.08456,29.658657,52.415733,18.990463,28.474033,237.07637,133.43977,15.392083,56.3043,0.6152626,0.62515295,50.454056,20.110954,26.676954,628.053,14.228886,780.8839,125.65857,16.297113,51.95786,396.83496,70.20968,842.89966,254.06866,2761.9712,32.862366,2814.2734,298.0931,18.395712,18.202707,85.326004,232.90953,286.7957,509.1072,40.951614,23.530773,10.647515,503.33643,221.09929,54.265274,7.234678,553.5824,12.336325,595.6723,6.116148,29.161516,0.0,750.9552,1746.8116,0.25373837,88.23101,14.322558,9944.468,26.148497,1.0023887,5.754839,15.575037,7.480197,2.1831734,8.593625,238.6312,54.085125,4.7630205,0.6518085,2.8269572,126.06603,1.0205245,138.41063,134.67258,1767.8162,204.45026,87.57461,152.1586,770.70374,40.267994,33.094242,702.52704,54.63377,77.9539,10.169669,19.977228,191.46272,10.668896,10.212208,51.98094,16.490484,4017.7983,18.0356,20.810484,15.691444,9.788098,270.4247,50.548447,24.891129,7.419758,6.620783,14.304553,55.681995,75.552864,32.123386,180.71999,18.293678,4.7902308,45.019367,25.828548,40.959095,114.58788,20.53242,1.6399597,22.779425,13.236201,1771.6312,20.566862,0.8055184,24.815725,11.594611,120.796745,86.38011,103.609856,7.851876,87.93629,333.12314,244.03467,26.529472,241.01253,81.53817,47.606186,69.541115,94.25746,13.265155,40.526417,487.46603,3.2694407,6.149951,203.1188,24.030186,8.717705,25.659311,25.743896,266.1426,85.85303,162.7965,1432.8656,97.68255,1702.0999,1631.8208,12.412097,12.357661,1721.5793,23.337086,19.016802,440.65005,39.882664,67.880646,28.94406,118.38491,266.23413,433.96426,5.44729,45.6803,166.78708,374.19476,10.18224,91.07039,10.788441,1.5682737,59.33258,0.98636174,1.0918069,3.1365607,11.110822,31.442904,19.032969,21.669355,592.64215,52.907257,30.42742,38.61895,14.218433,85.84677,12.005108,31.427958,10.890323,72.60962,22.916496,35.33986,45.125,10.19879,49.1712,38.491127,1.2235911,64.670715,10.411472,222.01,7.4085307,297.12103,22.18967,1020.4776,132.3781,3.1574042,10.462346,155.0007,193.05151,941.1072,878.5514 +2023-01-02 13:00:00,0.0,2504.8735,46.04248,9.3449,45.326195,32.262287,266.97412,29.653028,52.401886,18.98803,28.469522,237.08376,133.4346,15.388507,56.296825,0.62198,0.62998384,50.434887,20.224741,26.7271,627.8125,14.264134,780.41064,125.675354,16.34695,52.06696,396.5862,70.224045,843.1407,254.0752,2761.106,32.89213,2813.6648,298.60315,18.42285,18.219343,85.48366,232.90674,286.82797,509.71603,40.950268,23.519707,10.64659,503.28735,221.34218,54.345753,7.2334833,553.64655,12.338532,595.66724,6.1222124,29.164614,0.0,751.1841,1746.8236,0.25377974,88.17963,14.323183,9946.268,26.160955,1.003047,5.7535844,15.575291,7.490596,2.187383,8.593978,238.71603,54.062798,4.761968,0.6521139,2.8311303,126.30336,1.0199424,138.42781,134.60793,1769.1055,204.33545,87.60433,152.21394,770.7595,40.320194,33.128544,703.25446,54.624733,77.9619,10.169183,19.992157,191.50952,10.671472,10.211179,51.992966,16.49646,4018.0706,18.035444,20.832996,15.692257,9.793656,270.48746,50.562088,24.908937,7.4224772,6.6241155,14.301003,55.67939,75.5852,32.151814,180.74088,18.294613,4.8003707,45.035313,25.823092,40.938515,114.5964,20.518318,1.6396807,22.80187,13.233686,1770.8387,20.571087,0.80505663,24.868246,11.59995,120.82048,86.35641,103.59496,7.8545103,87.96021,333.13846,244.0154,26.539433,240.98224,81.49386,47.603344,69.54027,94.32871,13.277827,40.54582,487.43582,3.2774212,6.1643944,203.22185,24.025864,8.719447,25.694157,25.770287,266.50092,85.92811,162.80444,1433.5476,97.600494,1701.9606,1631.5854,12.407433,12.350235,1721.2189,23.3287,19.007315,440.57556,39.86482,67.85303,28.938267,118.32219,266.21518,433.87823,5.445548,45.665466,166.67075,374.13718,10.177248,91.06262,10.78488,1.5679948,59.330154,0.9864063,1.0919646,3.1370769,11.109826,31.433317,19.028881,21.674059,592.09045,52.890793,30.413498,38.608368,14.212596,85.880714,11.994602,31.537994,10.885887,72.59375,22.895367,35.304733,45.094444,10.196673,49.137463,38.458935,1.2233486,64.65567,10.410574,222.0021,7.4074917,297.0555,22.185284,1020.6827,132.35075,3.1570604,10.460436,154.97427,193.02074,941.0365,878.6518 +2023-01-02 14:00:00,0.0,2504.301,46.026024,9.339145,45.279686,32.24586,266.86368,29.6474,52.38804,18.985596,28.465012,237.09116,133.42944,15.384931,56.289352,0.62869734,0.63481474,50.415714,20.338528,26.777245,627.5721,14.299383,779.9373,125.69214,16.396788,52.17606,396.3375,70.23842,843.3817,254.08174,2760.2407,32.921898,2813.0562,299.11316,18.449987,18.235977,85.64132,232.90395,286.86026,510.32483,40.948925,23.50864,10.645666,503.23828,221.58507,54.42623,7.232289,553.71075,12.34074,595.66223,6.1282763,29.167711,0.0,751.41284,1746.8354,0.2538211,88.12825,14.323808,9948.067,26.173414,1.0037053,5.75233,15.575542,7.500994,2.1915925,8.59433,238.80089,54.040474,4.7609158,0.6524193,2.835303,126.54069,1.0193602,138.445,134.54327,1770.3948,204.22064,87.63405,152.26927,770.81525,40.372395,33.162846,703.98193,54.615696,77.969894,10.168697,20.007084,191.55632,10.6740465,10.21015,52.004986,16.502434,4018.3428,18.035286,20.85551,15.6930685,9.799214,270.55017,50.57573,24.926746,7.4251966,6.6274476,14.297453,55.676785,75.61753,32.18024,180.76176,18.29555,4.8105106,45.051258,25.817635,40.917934,114.60491,20.50422,1.6394019,22.824314,13.231172,1770.0461,20.57531,0.8045948,24.920765,11.6052885,120.84422,86.33271,103.58007,7.857145,87.98414,333.15378,243.99614,26.549395,240.95195,81.44955,47.600506,69.53942,94.399956,13.2905,40.565224,487.40564,3.2854016,6.1788373,203.32487,24.021544,8.721189,25.729002,25.796677,266.85922,86.0032,162.8124,1434.2296,97.51845,1701.8212,1631.3502,12.402769,12.342809,1720.8585,23.320314,18.997828,440.50104,39.846977,67.8254,28.932472,118.25947,266.19626,433.7922,5.443806,45.650635,166.55441,374.07962,10.172257,91.054855,10.781318,1.567716,59.327732,0.9864509,1.0921223,3.1375928,11.10883,31.42373,19.024794,21.678764,591.53876,52.87433,30.399578,38.597782,14.206759,85.91465,11.984096,31.64803,10.881452,72.57789,22.874239,35.269608,45.06389,10.194556,49.103725,38.426746,1.2231061,64.640625,10.409676,221.99423,7.406452,296.99,22.180897,1020.88776,132.32341,3.1567168,10.458526,154.94785,192.98996,940.9659,878.7522 +2023-01-02 15:00:00,0.0,2503.7285,46.009567,9.333389,45.233173,32.22944,266.75327,29.641773,52.374195,18.98316,28.460499,237.09854,133.42427,15.381354,56.28188,0.6354147,0.63964564,50.396545,20.452314,26.82739,627.3316,14.334632,779.46405,125.70892,16.446625,52.28516,396.08875,70.25279,843.62274,254.08827,2759.3755,32.951664,2812.4478,299.6232,18.477125,18.252613,85.79898,232.90115,286.89255,510.93365,40.947582,23.497574,10.644741,503.1892,221.82796,54.506706,7.2310944,553.77496,12.342948,595.65717,6.134341,29.170807,0.0,751.64166,1746.8474,0.2538625,88.07687,14.324432,9949.867,26.185871,1.0043635,5.7510753,15.575796,7.511393,2.195802,8.594682,238.88573,54.018147,4.759863,0.6527247,2.839476,126.77802,1.0187781,138.4622,134.47862,1771.6842,204.10583,87.663765,152.3246,770.871,40.42459,33.197144,704.70935,54.606663,77.97789,10.168211,20.02201,191.60313,10.676621,10.20912,52.01701,16.50841,4018.615,18.03513,20.878025,15.693881,9.804773,270.61288,50.58937,24.944557,7.4279165,6.63078,14.293903,55.674183,75.649864,32.20867,180.78265,18.296484,4.82065,45.067204,25.812178,40.897354,114.61343,20.49012,1.639123,22.846758,13.228657,1769.2537,20.579533,0.80413306,24.973286,11.610627,120.86796,86.309006,103.56518,7.859779,88.008064,333.16913,243.97687,26.559355,240.92166,81.40524,47.597664,69.53857,94.47121,13.303172,40.584625,487.37543,3.2933822,6.1932807,203.42792,24.017223,8.722931,25.763847,25.823069,267.21753,86.07828,162.82033,1434.9116,97.43639,1701.6819,1631.1149,12.398105,12.335383,1720.498,23.311928,18.98834,440.42654,39.829136,67.79778,28.926678,118.19675,266.1773,433.70618,5.4420643,45.635803,166.43808,374.02203,10.167266,91.04709,10.777756,1.5674372,59.32531,0.9864955,1.0922799,3.1381087,11.107835,31.414145,19.020706,21.683468,590.98706,52.857864,30.385656,38.587196,14.200922,85.948586,11.97359,31.758064,10.877016,72.56202,22.85311,35.234486,45.033333,10.192439,49.06999,38.394554,1.2228637,64.62558,10.408777,221.98634,7.405413,296.92444,22.176512,1021.09283,132.29607,3.1563733,10.456615,154.92142,192.95918,940.8952,878.8526 +2023-01-02 16:00:00,0.0,2503.156,45.993114,9.327634,45.186665,32.213013,266.64282,29.636145,52.360348,18.980726,28.455988,237.10593,133.4191,15.377777,56.274406,0.6421321,0.6444766,50.377373,20.566101,26.877535,627.0912,14.369881,778.9907,125.725716,16.496462,52.39426,395.84003,70.26716,843.86383,254.09482,2758.5103,32.981434,2811.839,300.1332,18.504263,18.269247,85.95664,232.89836,286.92484,511.54245,40.946236,23.486507,10.643816,503.1401,222.07085,54.587185,7.2299004,553.8392,12.345156,595.65216,6.1404047,29.173904,0.0,751.8705,1746.8593,0.25390387,88.02549,14.325057,9951.666,26.19833,1.0050218,5.749821,15.576048,7.521792,2.2000115,8.595034,238.97058,53.99582,4.7588105,0.6530301,2.843649,127.01535,1.0181959,138.4794,134.41397,1772.9735,203.99103,87.69348,152.37993,770.92676,40.47679,33.231445,705.43677,54.597626,77.985886,10.167726,20.036938,191.64993,10.679196,10.208091,52.029034,16.514383,4018.8872,18.034971,20.900537,15.694694,9.810331,270.67563,50.603012,24.962366,7.430636,6.6341124,14.290354,55.671577,75.6822,32.2371,180.80354,18.297419,4.83079,45.08315,25.80672,40.876774,114.62194,20.47602,1.638844,22.869202,13.226142,1768.4612,20.583755,0.80367124,25.025806,11.615967,120.8917,86.28531,103.550285,7.8624134,88.03199,333.18445,243.95761,26.569317,240.89137,81.36093,47.594826,69.53772,94.54245,13.315845,40.60403,487.34525,3.3013628,6.2077236,203.53094,24.012903,8.724672,25.798693,25.849459,267.57584,86.15336,162.82828,1435.5936,97.35435,1701.5426,1630.8795,12.393441,12.327957,1720.1377,23.303541,18.978853,440.35202,39.81129,67.770164,28.920885,118.134026,266.1584,433.62015,5.4403224,45.620968,166.32175,373.96448,10.162274,91.03932,10.774194,1.5671582,59.322887,0.9865401,1.0924376,3.138625,11.106839,31.40456,19.016619,21.688171,590.4354,52.841396,30.371737,38.576614,14.195085,85.98253,11.963083,31.868101,10.872581,72.54616,22.83198,35.19936,45.002777,10.190322,49.036255,38.362362,1.2226212,64.61054,10.40788,221.97847,7.404374,296.85892,22.172125,1021.29785,132.2687,3.1560295,10.454705,154.89499,192.92842,940.8246,878.95306 +2023-01-02 17:00:00,0.0,2502.5835,45.976658,9.321878,45.140156,32.19659,266.53238,29.630516,52.3465,18.978292,28.451477,237.11333,133.41394,15.374201,56.266933,0.6488494,0.6493075,50.358204,20.679888,26.927681,626.8507,14.4051285,778.51746,125.7425,16.546299,52.50336,395.59128,70.28153,844.10486,254.10135,2757.6448,33.0112,2811.2305,300.64325,18.5314,18.285883,86.1143,232.89557,286.95712,512.15125,40.944893,23.475441,10.642891,503.09103,222.31374,54.667664,7.228706,553.9033,12.347363,595.64716,6.146469,29.177002,0.0,752.0993,1746.8712,0.25394523,87.97411,14.325682,9953.466,26.210789,1.0056801,5.7485666,15.576301,7.532191,2.204221,8.595386,239.05544,53.97349,4.757758,0.6533355,2.847822,127.25268,1.0176138,138.49658,134.34933,1774.2628,203.87622,87.72319,152.43526,770.9825,40.52899,33.265747,706.1642,54.58859,77.99388,10.167239,20.051867,191.69673,10.681771,10.207062,52.041054,16.520359,4019.1592,18.034815,20.923052,15.695506,9.815889,270.73834,50.616653,24.980175,7.4333553,6.637445,14.286803,55.668972,75.71453,32.265526,180.82443,18.298355,4.8409295,45.099094,25.801264,40.856194,114.630455,20.461922,1.6385652,22.891647,13.223627,1767.6687,20.587978,0.8032095,25.078325,11.621305,120.915436,86.261604,103.53539,7.865048,88.05591,333.19977,243.93834,26.579279,240.86108,81.31662,47.591984,69.536865,94.61369,13.328517,40.623432,487.31503,3.309343,6.2221665,203.63397,24.008583,8.726414,25.833538,25.875849,267.93414,86.22845,162.83621,1436.2756,97.27229,1701.4032,1630.6443,12.388777,12.320531,1719.7772,23.295155,18.969366,440.27753,39.79345,67.74254,28.91509,118.071304,266.13943,433.53412,5.4385805,45.606136,166.20541,373.9069,10.157284,91.031555,10.770632,1.5668794,59.32046,0.98658466,1.0925952,3.1391408,11.105844,31.394974,19.012531,21.692877,589.8837,52.824932,30.357815,38.56603,14.189247,86.016464,11.952577,31.978136,10.868145,72.53029,22.81085,35.164234,44.97222,10.188206,49.002518,38.330173,1.2223788,64.5955,10.406981,221.97058,7.4033346,296.79337,22.167738,1021.5029,132.24136,3.155686,10.452795,154.86856,192.89764,940.75397,879.05347 +2023-01-02 18:00:00,0.0,2502.011,45.9602,9.316123,45.093647,32.180164,266.42197,29.62489,52.332653,18.975857,28.446966,237.12071,133.40877,15.370625,56.25946,0.6555668,0.6541384,50.33903,20.793674,26.977825,626.6103,14.440377,778.0441,125.759285,16.596138,52.61246,395.34256,70.295906,844.3459,254.1079,2756.7795,33.040966,2810.622,301.1533,18.558538,18.302517,86.27196,232.89278,286.9894,512.7601,40.94355,23.464375,10.641966,503.04196,222.55663,54.74814,7.2275114,553.9675,12.349572,595.6421,6.152533,29.1801,0.0,752.3281,1746.8832,0.2539866,87.92274,14.326307,9955.266,26.223248,1.0063384,5.747312,15.576552,7.5425897,2.2084305,8.595737,239.14027,53.951164,4.7567058,0.65364087,2.8519948,127.490005,1.0170316,138.51378,134.28468,1775.5521,203.76141,87.75291,152.4906,771.03827,40.58119,33.300045,706.8916,54.579556,78.00188,10.166753,20.066793,191.74355,10.684346,10.206033,52.053078,16.526335,4019.4314,18.034657,20.945564,15.696319,9.821448,270.80106,50.630295,24.997984,7.4360747,6.640777,14.283254,55.66637,75.74686,32.293953,180.84532,18.29929,4.8510695,45.11504,25.795807,40.83561,114.63898,20.447823,1.6382862,22.914091,13.221112,1766.8762,20.592203,0.80274767,25.130846,11.626644,120.93918,86.23791,103.5205,7.8676825,88.079834,333.21512,243.91908,26.58924,240.8308,81.27231,47.589146,69.53602,94.684944,13.341189,40.642838,487.28482,3.3173237,6.23661,203.73701,24.004263,8.728156,25.868382,25.90224,268.29245,86.30353,162.84416,1436.9578,97.19025,1701.2639,1630.4089,12.384112,12.313105,1719.4167,23.286768,18.959879,440.20303,39.775608,67.71492,28.909298,118.00858,266.1205,433.4481,5.4368386,45.5913,166.08908,373.84933,10.152292,91.02379,10.76707,1.5666006,59.31804,0.98662925,1.0927529,3.1396568,11.104848,31.385387,19.008444,21.69758,589.33203,52.808468,30.343895,38.555443,14.183411,86.0504,11.942071,32.088173,10.863709,72.51443,22.789722,35.129112,44.941666,10.186089,48.96878,38.29798,1.2221364,64.58045,10.406083,221.9627,7.4022956,296.72784,22.163351,1021.708,132.21402,3.155342,10.450885,154.84213,192.86687,940.6833,879.1539 +2023-01-02 19:00:00,0.0,2501.4387,45.943745,9.310368,45.047134,32.16374,266.31152,29.61926,52.31881,18.973423,28.442453,237.1281,133.4036,15.367048,56.251987,0.6622842,0.65896934,50.319862,20.907461,27.02797,626.3698,14.475626,777.57086,125.77607,16.645975,52.72156,395.0938,70.31027,844.5869,254.11443,2755.9143,33.070732,2810.0134,301.6633,18.585676,18.319153,86.42962,232.88998,287.0217,513.3689,40.942204,23.453308,10.641041,502.99286,222.79951,54.828617,7.226317,554.03174,12.35178,595.6371,6.1585975,29.183197,0.0,752.5569,1746.895,0.254028,87.87135,14.326932,9957.064,26.235704,1.0069966,5.7460575,15.576805,7.5529885,2.21264,8.596089,239.22513,53.928837,4.7556534,0.6539463,2.8561678,127.72733,1.0164495,138.53098,134.22003,1776.8416,203.6466,87.78262,152.54593,771.094,40.63339,33.334347,707.6191,54.57052,78.00987,10.166267,20.081722,191.79034,10.686921,10.205003,52.065098,16.532309,4019.7036,18.0345,20.968079,15.697131,9.827006,270.8638,50.643936,25.015793,7.438794,6.6441097,14.279703,55.663765,75.77919,32.32238,180.86621,18.300226,4.861209,45.130985,25.79035,40.81503,114.64749,20.433722,1.6380074,22.936535,13.218597,1766.0837,20.596426,0.8022859,25.183367,11.631983,120.96291,86.2142,103.50561,7.8703165,88.10376,333.23044,243.89981,26.599201,240.80052,81.228,47.586304,69.53517,94.75619,13.353861,40.66224,487.25464,3.325304,6.251053,203.84004,23.999943,8.7298975,25.903227,25.92863,268.65073,86.37862,162.8521,1437.6396,97.10819,1701.1246,1630.1737,12.379449,12.305678,1719.0564,23.278381,18.950392,440.1285,39.757763,67.6873,28.903503,117.94586,266.10156,433.36206,5.4350967,45.57647,165.97276,373.79175,10.147301,91.01602,10.763509,1.5663216,59.315617,0.98667383,1.0929106,3.1401727,11.103852,31.375801,19.004356,21.702286,588.78033,52.792004,30.329973,38.544857,14.177573,86.08434,11.931564,32.198208,10.859274,72.49856,22.768593,35.093987,44.91111,10.183971,48.935043,38.26579,1.2218939,64.56541,10.405185,221.95482,7.401256,296.66232,22.158964,1021.9131,132.18668,3.1549985,10.448975,154.8157,192.83609,940.6127,879.2543 +2023-01-02 20:00:00,0.0,2500.8662,45.927288,9.304611,45.000626,32.147316,266.20108,29.613632,52.304962,18.970987,28.437943,237.13548,133.39844,15.363472,56.244514,0.6690015,0.66380024,50.300694,21.021248,27.078115,626.1294,14.510875,777.09753,125.792854,16.695812,52.83066,394.8451,70.324646,844.82794,254.12096,2755.049,33.1005,2809.4048,302.17334,18.612814,18.335787,86.58728,232.88719,287.054,513.9777,40.94086,23.442242,10.640117,502.9438,223.0424,54.909096,7.225123,554.09595,12.353988,595.632,6.1646614,29.186293,0.0,752.78577,1746.907,0.25406936,87.81998,14.327557,9958.864,26.248163,1.0076549,5.744803,15.577058,7.5633874,2.2168496,8.596441,239.30997,53.906513,4.754601,0.6542517,2.8603406,127.96466,1.0158672,138.54817,134.15538,1778.1309,203.5318,87.81234,152.60126,771.1497,40.68559,33.36865,708.3465,54.56148,78.01787,10.165781,20.09665,191.83714,10.689497,10.203974,52.07712,16.538284,4019.9758,18.034342,20.990591,15.697943,9.832564,270.9265,50.657578,25.033602,7.4415135,6.647442,14.276154,55.66116,75.81152,32.350807,180.8871,18.30116,4.871349,45.14693,25.784893,40.79445,114.656006,20.419622,1.6377285,22.95898,13.216083,1765.2913,20.600649,0.8018241,25.235886,11.637321,120.98666,86.190506,103.490715,7.872951,88.127686,333.24576,243.88055,26.609161,240.77023,81.18369,47.583466,69.53432,94.82744,13.366533,40.681644,487.22443,3.3332846,6.2654963,203.94307,23.995623,8.73164,25.938072,25.95502,269.00903,86.4537,162.86005,1438.3217,97.026146,1700.9854,1629.9384,12.374784,12.298253,1718.6959,23.269997,18.940905,440.05402,39.73992,67.659676,28.89771,117.88314,266.08264,433.27603,5.4333544,45.561638,165.85643,373.7342,10.14231,91.008255,10.759947,1.5660428,59.313194,0.9867184,1.0930682,3.140689,11.102857,31.366215,19.000269,21.70699,588.2287,52.77554,30.316053,38.534275,14.171736,86.11828,11.921058,32.308243,10.854839,72.4827,22.747463,35.058865,44.880554,10.181854,48.901306,38.2336,1.2216514,64.55036,10.404286,221.94695,7.400217,296.59677,22.154577,1022.1181,132.15933,3.154655,10.447064,154.78928,192.80531,940.542,879.3547 +2023-01-02 21:00:00,0.0,2500.2937,45.91083,9.298856,44.954117,32.13089,266.09067,29.608006,52.291115,18.968554,28.433432,237.14288,133.39326,15.359896,56.23704,0.6757189,0.66863114,50.28152,21.135035,27.12826,625.8889,14.5461235,776.62427,125.80964,16.74565,52.939762,394.59634,70.33902,845.06903,254.1275,2754.1838,33.130264,2808.7961,302.68335,18.639952,18.352423,86.74494,232.8844,287.08627,514.58655,40.939518,23.431175,10.639192,502.8947,223.2853,54.98957,7.2239285,554.1601,12.356195,595.627,6.170726,29.18939,0.0,753.0145,1746.9188,0.25411072,87.7686,14.328181,9960.664,26.260622,1.0083133,5.7435484,15.577311,7.5737863,2.221059,8.596794,239.39482,53.884186,4.753548,0.65455705,2.8645136,128.202,1.015285,138.56535,134.09073,1779.4202,203.41699,87.84206,152.65659,771.2055,40.73779,33.402946,709.0739,54.55245,78.02586,10.165295,20.111576,191.88396,10.692072,10.202945,52.089146,16.544258,4020.248,18.034185,21.013105,15.698755,9.838122,270.98923,50.67122,25.05141,7.444233,6.6507745,14.272603,55.658554,75.84386,32.379234,180.90799,18.302097,4.8814883,45.162876,25.779434,40.77387,114.66452,20.405523,1.6374496,22.981424,13.213568,1764.4988,20.604872,0.80136234,25.288406,11.64266,121.01039,86.1668,103.47582,7.8755856,88.15161,333.2611,243.86128,26.619123,240.73994,81.13938,47.580624,69.53347,94.89868,13.379206,40.701046,487.19424,3.3412652,6.279939,204.04611,23.991302,8.733381,25.972918,25.981413,269.36734,86.52878,162.86798,1439.0037,96.94409,1700.846,1629.703,12.370121,12.290827,1718.3356,23.26161,18.931417,439.97952,39.722076,67.63206,28.891916,117.82043,266.0637,433.19,5.4316125,45.546803,165.7401,373.6766,10.137319,91.00049,10.756385,1.565764,59.310772,0.986763,1.093226,3.1412048,11.101861,31.356628,18.996181,21.711693,587.677,52.75907,30.302132,38.52369,14.165899,86.152214,11.910552,32.41828,10.850404,72.46683,22.726336,35.02374,44.85,10.179737,48.86757,38.20141,1.221409,64.535324,10.403388,221.93906,7.399178,296.53125,22.15019,1022.3232,132.13197,3.1543112,10.445155,154.76285,192.77454,940.4714,879.45514 +2023-01-02 22:00:00,0.0,2499.7212,45.89438,9.2931,44.907608,32.114464,265.98022,29.602377,52.277267,18.96612,28.42892,237.15027,133.38809,15.356319,56.22957,0.6824363,0.67346203,50.262352,21.248821,27.178406,625.6485,14.581372,776.15094,125.82642,16.795486,53.048862,394.34763,70.35339,845.31006,254.13403,2753.3186,33.16003,2808.1877,303.1934,18.66709,18.369057,86.9026,232.8816,287.11856,515.1953,40.93817,23.420109,10.638267,502.84564,223.52817,55.07005,7.222734,554.2243,12.358403,595.622,6.1767898,29.192488,0.0,753.24335,1746.9308,0.25415212,87.71722,14.328806,9962.463,26.27308,1.0089716,5.742294,15.577563,7.584185,2.2252686,8.597146,239.47968,53.86186,4.752496,0.65486246,2.8686864,128.43932,1.0147029,138.58255,134.02608,1780.7095,203.30219,87.871765,152.71193,771.2612,40.789986,33.43725,709.80133,54.54341,78.03386,10.164809,20.126503,191.93076,10.694647,10.201915,52.101166,16.550234,4020.5203,18.034027,21.035618,15.699568,9.843681,271.05197,50.68486,25.06922,7.446953,6.6541066,14.269053,55.655952,75.87619,32.40766,180.92888,18.303032,4.8916283,45.17882,25.773977,40.75329,114.673035,20.391424,1.6371707,23.003868,13.211053,1763.7063,20.609095,0.8009005,25.340927,11.647999,121.034134,86.143105,103.46093,7.87822,88.17554,333.27643,243.84203,26.629086,240.70966,81.09507,47.577785,69.53262,94.969925,13.391878,40.72045,487.16403,3.3492455,6.294382,204.14914,23.986982,8.735123,26.007763,26.007803,269.72565,86.60387,162.87593,1439.6858,96.862045,1700.7067,1629.4678,12.365457,12.283401,1717.9751,23.253223,18.92193,439.905,39.704235,67.60444,28.886122,117.757706,266.04477,433.10397,5.4298706,45.53197,165.62376,373.61905,10.132327,90.99272,10.752823,1.5654851,59.308346,0.9868076,1.0933836,3.1417208,11.100865,31.347044,18.992094,21.716398,587.1253,52.742607,30.28821,38.513103,14.160062,86.18616,11.900045,32.528316,10.845968,72.450966,22.705206,34.988613,44.819443,10.177621,48.833836,38.16922,1.2211666,64.52028,10.40249,221.93118,7.3981385,296.46573,22.145803,1022.52826,132.10463,3.1539676,10.443245,154.73642,192.74376,940.40076,879.55554 +2023-01-02 23:00:00,0.0,2499.1487,45.877922,9.287345,44.861095,32.09804,265.86978,29.596748,52.263424,18.963684,28.42441,237.15765,133.38293,15.352743,56.22209,0.6891536,0.678293,50.24318,21.362608,27.22855,625.408,14.616621,775.6777,125.843216,16.845325,53.157963,394.09888,70.36776,845.5511,254.14058,2752.4534,33.1898,2807.579,303.7034,18.694227,18.385693,87.06026,232.87881,287.15088,515.80414,40.93683,23.409042,10.6373415,502.79654,223.77106,55.150528,7.2215395,554.2885,12.360611,595.61694,6.182854,29.195585,0.0,753.47217,1746.9426,0.25419348,87.66584,14.329431,9964.263,26.285538,1.0096298,5.7410398,15.577816,7.594584,2.2294781,8.597498,239.56451,53.83953,4.7514434,0.6551679,2.8728595,128.67665,1.0141207,138.59975,133.96143,1781.9989,203.18738,87.90149,152.76726,771.31696,40.842186,33.471546,710.5288,54.534374,78.041855,10.164323,20.14143,191.97757,10.697222,10.200886,52.11319,16.55621,4020.7922,18.03387,21.058132,15.70038,9.849239,271.1147,50.6985,25.08703,7.449672,6.6574388,14.265504,55.653347,75.90852,32.43609,180.94977,18.303968,4.9017677,45.194767,25.76852,40.732708,114.68155,20.377325,1.6368917,23.026312,13.208538,1762.9138,20.613317,0.80043876,25.393446,11.653338,121.05787,86.1194,103.44604,7.880854,88.19946,333.29175,243.82275,26.639046,240.67937,81.05076,47.574944,69.53177,95.041176,13.404551,40.739853,487.13385,3.3572261,6.3088255,204.25217,23.982662,8.736865,26.042608,26.034193,270.08395,86.67895,162.88387,1440.3677,96.77999,1700.5674,1629.2324,12.360793,12.275974,1717.6146,23.244837,18.912445,439.8305,39.686394,67.57681,28.88033,117.694984,266.02582,433.0179,5.4281287,45.51714,165.50743,373.56146,10.1273365,90.984955,10.749261,1.5652062,59.305923,0.98685217,1.0935413,3.142237,11.09987,31.337458,18.988007,21.721102,586.5736,52.726143,30.27429,38.50252,14.154224,86.22009,11.88954,32.63835,10.841533,72.4351,22.684076,34.95349,44.788887,10.175504,48.8001,38.137028,1.2209241,64.50523,10.401591,221.9233,7.3970995,296.40018,22.141417,1022.73334,132.07729,3.1536238,10.441335,154.70999,192.713,940.3301,879.65594 +2023-01-03 00:00:00,0.0,2498.5762,45.861465,9.2815895,44.814587,32.081615,265.75937,29.59112,52.249577,18.96125,28.419897,237.16505,133.37776,15.349167,56.21462,0.695871,0.6831239,50.22401,21.476395,27.278696,625.1676,14.65187,775.20435,125.86,16.895163,53.267063,393.85016,70.38213,845.7921,254.14711,2751.5881,33.219566,2806.9705,304.21344,18.721365,18.402327,87.21792,232.87604,287.18317,516.41296,40.935482,23.397976,10.636416,502.74747,224.01395,55.231003,7.2203455,554.35266,12.362819,595.61194,6.188918,29.198683,0.0,753.701,1746.9546,0.25423485,87.61446,14.330055,9966.0625,26.297997,1.0102881,5.739785,15.578069,7.604983,2.2336876,8.59785,239.64937,53.817204,4.750391,0.65547323,2.8770325,128.91397,1.0135386,138.61694,133.89677,1783.2882,203.07257,87.931206,152.82259,771.37274,40.894386,33.505848,711.2562,54.52534,78.04985,10.163837,20.156359,192.02437,10.699797,10.199857,52.125214,16.562183,4021.0645,18.033712,21.080645,15.701193,9.854797,271.1774,50.712143,25.10484,7.4523916,6.6607714,14.261953,55.65074,75.94086,32.464516,180.97066,18.304903,4.9119077,45.210712,25.763063,40.712128,114.69006,20.363224,1.6366129,23.048758,13.206023,1762.1213,20.617542,0.79997694,25.445967,11.658677,121.08161,86.0957,103.431145,7.8834887,88.22338,333.3071,243.8035,26.649008,240.64908,81.00645,47.572105,69.53092,95.11242,13.417223,40.759254,487.10364,3.3652067,6.3232684,204.35521,23.978342,8.738606,26.077454,26.060585,270.44226,86.754036,162.89182,1441.0497,96.697945,1700.428,1628.9972,12.356129,12.268548,1717.2543,23.23645,18.902958,439.756,39.66855,67.549194,28.874535,117.63226,266.0069,432.9319,5.426387,45.502304,165.3911,373.5039,10.122345,90.97719,10.745699,1.5649273,59.3035,0.98689675,1.093699,3.142753,11.098874,31.327871,18.98392,21.725807,586.022,52.70968,30.260368,38.491936,14.148387,86.254036,11.879033,32.748386,10.837097,72.419235,22.662949,34.918365,44.75833,10.173387,48.76636,38.104836,1.2206817,64.49019,10.400693,221.91542,7.3960605,296.33466,22.13703,1022.9384,132.04994,3.1532803,10.4394245,154.68356,192.68222,940.25946,879.75635 +2023-01-03 01:00:00,0.0,2498.0037,45.84501,9.275834,44.768078,32.06519,265.64893,29.585493,52.23573,18.958817,28.415386,237.17244,133.37259,15.34559,56.207146,0.7025884,0.6879548,50.204838,21.590181,27.32884,624.9271,14.687119,774.7311,125.876785,16.945,53.376163,393.60144,70.39651,846.03314,254.15364,2750.723,33.249332,2806.362,304.72345,18.748503,18.418962,87.37558,232.87325,287.21545,517.0218,40.93414,23.38691,10.635492,502.6984,224.25684,55.31148,7.219151,554.4169,12.365026,595.6069,6.1949825,29.201778,0.0,753.9298,1746.9666,0.25427625,87.56308,14.33068,9967.861,26.310455,1.0109464,5.7385306,15.5783205,7.6153817,2.2378972,8.598202,239.7342,53.794876,4.7493386,0.65577865,2.8812053,129.1513,1.0129564,138.63414,133.83212,1784.5775,202.95776,87.96092,152.87791,771.42847,40.946583,33.54015,711.98364,54.516304,78.057846,10.163351,20.171286,192.07117,10.702372,10.198828,52.137234,16.56816,4021.3367,18.033556,21.103159,15.702005,9.860356,271.24014,50.725784,25.122648,7.455111,6.6641035,14.258404,55.648136,75.97319,32.492943,180.99155,18.30584,4.922047,45.22666,25.757607,40.691547,114.69858,20.349125,1.636334,23.071201,13.203508,1761.3289,20.621765,0.7995151,25.498487,11.664016,121.10535,86.072,103.41625,7.886123,88.24731,333.32242,243.78423,26.658968,240.61879,80.96214,47.569263,69.530075,95.18367,13.429895,40.77866,487.07343,3.373187,6.3377113,204.45824,23.974022,8.740349,26.112299,26.086975,270.80057,86.82912,162.89975,1441.7317,96.61589,1700.2887,1628.7618,12.351465,12.261123,1716.8938,23.228064,18.89347,439.6815,39.650707,67.521576,28.868742,117.56954,265.98795,432.84586,5.424645,45.487473,165.27477,373.44632,10.117353,90.96942,10.742137,1.5646485,59.30108,0.98694134,1.0938566,3.1432688,11.097878,31.318285,18.979832,21.73051,585.4703,52.69321,30.246449,38.48135,14.14255,86.28797,11.868526,32.858425,10.832662,72.403366,22.641819,34.88324,44.727776,10.171269,48.732624,38.072647,1.2204392,64.47514,10.399795,221.90753,7.395021,296.26913,22.132643,1023.14343,132.02258,3.1529367,10.437514,154.65712,192.65144,940.1888,879.85675 +2023-01-03 02:00:00,0.0,2497.4312,45.828552,9.270079,44.721565,32.048767,265.53848,29.579865,52.22188,18.95638,28.410875,237.17982,133.36743,15.342013,56.199673,0.7093057,0.69278574,50.18567,21.703968,27.378986,624.6867,14.722367,774.25775,125.89357,16.994837,53.485264,393.3527,70.41087,846.2742,254.16019,2749.8577,33.2791,2805.7534,305.2335,18.77564,18.435596,87.53323,232.87045,287.24774,517.6306,40.932796,23.375843,10.634567,502.64932,224.49973,55.39196,7.2179565,554.4811,12.367234,595.60187,6.2010465,29.204876,0.0,754.15857,1746.9784,0.2543176,87.5117,14.3313055,9969.661,26.322912,1.0116047,5.737276,15.578573,7.6257806,2.2421067,8.598554,239.81906,53.772552,4.7482862,0.65608406,2.8853784,129.38863,1.0123743,138.65132,133.76747,1785.8668,202.84296,87.99063,152.93324,771.4842,40.998783,33.574448,712.71106,54.507267,78.06584,10.162865,20.186213,192.11798,10.7049465,10.197798,52.149258,16.574133,4021.609,18.033398,21.125671,15.702817,9.865914,271.30286,50.739426,25.140457,7.4578304,6.667436,14.254853,55.645535,76.00552,32.52137,181.01244,18.306774,4.932187,45.242607,25.75215,40.670967,114.70709,20.335026,1.6360551,23.093645,13.200994,1760.5364,20.625988,0.7990534,25.551008,11.669354,121.12909,86.0483,103.40136,7.8887577,88.27123,333.33774,243.76497,26.66893,240.5885,80.91783,47.566425,69.52922,95.25491,13.442568,40.79806,487.04324,3.3811677,6.3521547,204.56126,23.969702,8.74209,26.147142,26.113365,271.15884,86.9042,162.9077,1442.4138,96.533844,1700.1494,1628.5265,12.346801,12.253696,1716.5334,23.219679,18.883984,439.607,39.632866,67.49395,28.862947,117.50682,265.96902,432.75983,5.422903,45.47264,165.15843,373.38876,10.112363,90.961655,10.738576,1.5643697,59.298656,0.9869859,1.0940143,3.143785,11.096883,31.308699,18.975744,21.735214,584.9186,52.676746,30.232527,38.470768,14.136713,86.32191,11.858021,32.96846,10.828226,72.387505,22.62069,34.848118,44.69722,10.169153,48.698887,38.040455,1.2201967,64.460106,10.398896,221.89964,7.393982,296.20358,22.128258,1023.3485,131.99524,3.152593,10.435604,154.63069,192.62067,940.11816,879.9572 +2023-01-03 03:00:00,0.0,2496.8586,45.812096,9.264322,44.675056,32.03234,265.42807,29.574236,52.20804,18.953947,28.406364,237.18723,133.36226,15.338437,56.1922,0.7160231,0.69761664,50.166496,21.817755,27.42913,624.4462,14.757616,773.7845,125.910355,17.044674,53.594364,393.10397,70.42525,846.51526,254.16672,2748.9924,33.308865,2805.1448,305.74353,18.802778,18.452232,87.6909,232.86766,287.28003,518.2394,40.93145,23.364777,10.633642,502.60022,224.74261,55.47244,7.216762,554.5453,12.369442,595.5968,6.207111,29.207973,0.0,754.38745,1746.9904,0.25435898,87.46033,14.33193,9971.461,26.335371,1.012263,5.7360215,15.578826,7.6361794,2.2463162,8.598906,239.9039,53.750225,4.7472334,0.6563894,2.8895512,129.62596,1.0117921,138.66852,133.70282,1787.1562,202.72815,88.02035,152.98859,771.54,41.050983,33.60875,713.4385,54.498234,78.07384,10.162379,20.201141,192.16478,10.707521,10.196769,52.16128,16.580109,4021.881,18.033241,21.148186,15.7036295,9.871472,271.36557,50.753067,25.158266,7.46055,6.6707683,14.251304,55.64293,76.03786,32.549797,181.03333,18.30771,4.9423265,45.258553,25.746693,40.650383,114.715614,20.320927,1.6357762,23.11609,13.198479,1759.7439,20.63021,0.79859155,25.603527,11.674693,121.152824,86.0246,103.38647,7.8913918,88.29516,333.3531,243.7457,26.67889,240.55823,80.87352,47.563583,69.52837,95.326164,13.45524,40.817467,487.01303,3.389148,6.3665977,204.6643,23.965382,8.743833,26.181988,26.139757,271.51715,86.97929,162.91563,1443.0958,96.45179,1700.01,1628.2913,12.342137,12.24627,1716.173,23.211292,18.874496,439.53247,39.61502,67.46633,28.857155,117.4441,265.95007,432.6738,5.421161,45.457806,165.0421,373.33118,10.107371,90.95389,10.735014,1.5640907,59.29623,0.9870305,1.0941719,3.144301,11.095887,31.299112,18.971659,21.73992,584.3669,52.660282,30.218607,38.460182,14.130876,86.35585,11.847514,33.078495,10.823791,72.371635,22.59956,34.812992,44.666664,10.167036,48.66515,38.008263,1.2199544,64.44506,10.397998,221.89177,7.392943,296.13806,22.12387,1023.5536,131.9679,3.1522493,10.433694,154.60426,192.58989,940.04755,880.0576 +2023-01-03 04:00:00,0.0,2496.2861,45.795643,9.258567,44.628548,32.015915,265.31763,29.56861,52.19419,18.951511,28.401852,237.19461,133.35709,15.334861,56.184727,0.7227405,0.70244753,50.147327,21.931541,27.479277,624.2058,14.792865,773.31116,125.92714,17.094513,53.703465,392.85522,70.43962,846.7563,254.17326,2748.1272,33.33863,2804.5364,306.25354,18.829916,18.468866,87.848564,232.86487,287.31232,518.8482,40.930107,23.35371,10.632717,502.55115,224.9855,55.552914,7.215568,554.6095,12.37165,595.5918,6.213175,29.211071,0.0,754.6162,1747.0022,0.25440037,87.40894,14.332555,9973.26,26.34783,1.0129213,5.734767,15.579079,7.6465783,2.2505257,8.599257,239.98875,53.727898,4.746181,0.6566948,2.8937242,129.86328,1.01121,138.68571,133.63817,1788.4456,202.61334,88.050064,153.04391,771.5957,41.103184,33.64305,714.16595,54.489197,78.08183,10.161893,20.216068,192.21158,10.710096,10.19574,52.1733,16.586084,4022.1533,18.033083,21.170698,15.704442,9.877031,271.4283,50.76671,25.176075,7.463269,6.674101,14.247754,55.640324,76.07019,32.578228,181.05421,18.308645,4.9524665,45.274498,25.741236,40.629803,114.72413,20.306828,1.6354973,23.138535,13.195964,1758.9514,20.634434,0.7981298,25.656048,11.680032,121.17656,86.0009,103.371574,7.8940263,88.319084,333.3684,243.72644,26.688852,240.52794,80.82921,47.560745,69.52753,95.39741,13.467913,40.83687,486.98285,3.3971286,6.3810406,204.76733,23.96106,8.745574,26.216833,26.166147,271.87546,87.05437,162.92358,1443.7778,96.36974,1699.8707,1628.0559,12.337473,12.238844,1715.8125,23.202906,18.86501,439.45798,39.59718,67.43871,28.85136,117.38138,265.93115,432.58777,5.4194193,45.442974,164.92577,373.27362,10.10238,90.94612,10.731452,1.5638119,59.293808,0.9870751,1.0943296,3.1448169,11.094892,31.289528,18.967571,21.744623,583.81525,52.643818,30.204685,38.449596,14.125039,86.389786,11.8370075,33.18853,10.819355,72.355774,22.578432,34.77787,44.63611,10.164919,48.631413,37.976074,1.2197119,64.430016,10.3970995,221.88388,7.3919034,296.07254,22.119484,1023.75867,131.94055,3.1519055,10.431784,154.57784,192.55911,939.97687,880.158 +2023-01-03 05:00:00,0.0,2495.7136,45.779186,9.252811,44.58204,31.999493,265.20718,29.56298,52.180344,18.949078,28.39734,237.202,133.35193,15.3312845,56.177254,0.7294578,0.70727843,50.12816,22.045328,27.52942,623.96533,14.828114,772.8379,125.943924,17.14435,53.812565,392.6065,70.45399,846.9973,254.1798,2747.262,33.368397,2803.9277,306.76358,18.857054,18.485502,88.006226,232.86208,287.3446,519.45703,40.928764,23.342644,10.631792,502.50208,225.2284,55.633392,7.2143736,554.67365,12.3738575,595.5868,6.219239,29.214169,0.0,754.84503,1747.0142,0.25444174,87.35757,14.333179,9975.06,26.360289,1.0135796,5.733513,15.579331,7.656977,2.2547352,8.599609,240.07361,53.70557,4.7451286,0.65700024,2.897897,130.10062,1.0106277,138.70291,133.57352,1789.7349,202.49854,88.07978,153.09924,771.6515,41.15538,33.67735,714.8934,54.48016,78.08983,10.161407,20.230995,192.25839,10.712672,10.19471,52.185326,16.592058,4022.4253,18.032927,21.193213,15.705255,9.882589,271.49103,50.78035,25.193884,7.465989,6.677433,14.244204,55.637722,76.10252,32.606655,181.0751,18.309582,4.962606,45.290443,25.735779,40.609222,114.73264,20.292728,1.6352184,23.160978,13.193449,1758.1589,20.638657,0.797668,25.708569,11.68537,121.2003,85.977196,103.35668,7.896661,88.34301,333.38373,243.70717,26.698814,240.49765,80.7849,47.557903,69.52667,95.46865,13.480585,40.856274,486.95264,3.4051092,6.395484,204.87036,23.95674,8.747315,26.251678,26.192537,272.23376,87.129456,162.93152,1444.4597,96.28769,1699.7314,1627.8207,12.332809,12.231418,1715.4521,23.194519,18.855522,439.38348,39.579334,67.41109,28.845566,117.31866,265.91223,432.50174,5.4176774,45.42814,164.80945,373.21603,10.097389,90.938354,10.72789,1.5635331,59.291386,0.9871197,1.0944873,3.145333,11.093896,31.279942,18.963484,21.749329,583.26355,52.627354,30.190765,38.43901,14.119202,86.42372,11.826502,33.29857,10.814919,72.339905,22.557302,34.742744,44.605553,10.162802,48.59768,37.943882,1.2194694,64.41497,10.396201,221.876,7.3908644,296.007,22.115097,1023.96375,131.91321,3.151562,10.429873,154.5514,192.52834,939.90625,880.2584 +2023-01-03 06:00:00,0.0,2495.141,45.76273,9.247056,44.535526,31.983067,265.09677,29.557352,52.166496,18.946644,28.39283,237.2094,133.34676,15.327708,56.16978,0.7361752,0.7121094,50.108986,22.159115,27.579565,623.7249,14.863362,772.36456,125.96071,17.194187,53.921665,392.35776,70.46836,847.23834,254.18634,2746.3967,33.398167,2803.319,307.2736,18.884192,18.502136,88.16388,232.85928,287.3769,520.06586,40.927418,23.331577,10.630868,502.45297,225.47128,55.71387,7.213179,554.73785,12.376066,595.5817,6.225303,29.217264,0.0,755.07385,1747.026,0.2544831,87.30619,14.333804,9976.859,26.372746,1.0142379,5.7322583,15.579584,7.667376,2.2589447,8.599962,240.15845,53.683243,4.7440763,0.65730566,2.90207,130.33794,1.0100456,138.7201,133.50887,1791.0242,202.38373,88.1095,153.15457,771.7072,41.20758,33.71165,715.6208,54.471123,78.097824,10.160921,20.245924,192.30519,10.715247,10.193681,52.197346,16.598034,4022.6975,18.032768,21.215725,15.706067,9.888147,271.55374,50.79399,25.211693,7.4687085,6.6807656,14.240654,55.635117,76.13486,32.635082,181.096,18.310516,4.972746,45.30639,25.730322,40.588642,114.74116,20.278627,1.6349396,23.183422,13.190935,1757.3665,20.642881,0.7972062,25.761087,11.690709,121.22404,85.9535,103.34179,7.8992953,88.366936,333.39905,243.68791,26.708775,240.46736,80.74059,47.555065,69.525826,95.5399,13.4932575,40.875675,486.92245,3.4130895,6.409927,204.9734,23.95242,8.749058,26.286524,26.21893,272.59207,87.20454,162.93947,1445.1418,96.20564,1699.592,1627.5853,12.328145,12.223992,1715.0917,23.186132,18.846035,439.30896,39.561493,67.38347,28.839773,117.255936,265.89328,432.4157,5.415935,45.413307,164.69312,373.15848,10.092398,90.93059,10.724328,1.5632541,59.288963,0.98716426,1.0946449,3.145849,11.0929,31.270355,18.959396,21.754032,582.71185,52.610886,30.176844,38.42843,14.113364,86.457664,11.815995,33.408604,10.810484,72.32404,22.536173,34.70762,44.574997,10.160686,48.563942,37.91169,1.219227,64.399925,10.395303,221.86812,7.3898253,295.94147,22.11071,1024.1688,131.88585,3.1512184,10.427963,154.52498,192.49756,939.8356,880.3588 +2023-01-03 07:00:00,0.0,2494.5688,45.746273,9.241301,44.489017,31.966642,264.98633,29.551725,52.152653,18.944208,28.388319,237.21678,133.34158,15.324132,56.162308,0.74289256,0.7169403,50.089817,22.272902,27.629711,623.48444,14.898611,771.8913,125.9775,17.244024,54.030766,392.10904,70.482735,847.4794,254.19287,2745.5315,33.427933,2802.7104,307.78363,18.91133,18.518772,88.32154,232.85649,287.40918,520.6746,40.926075,23.32051,10.629943,502.4039,225.71417,55.794346,7.2119846,554.80206,12.378274,595.5767,6.2313676,29.220362,0.0,755.3027,1747.038,0.2545245,87.254814,14.334429,9978.658,26.385204,1.0148962,5.7310038,15.579837,7.677775,2.2631543,8.600314,240.2433,53.66092,4.743024,0.657611,2.9062428,130.57527,1.0094634,138.73729,133.44421,1792.3136,202.26892,88.139206,153.2099,771.76294,41.25978,33.745953,716.3482,54.46209,78.10582,10.160435,20.26085,192.35199,10.717822,10.192652,52.20937,16.604008,4022.9697,18.032612,21.23824,15.70688,9.893705,271.6165,50.807632,25.229504,7.471428,6.684098,14.237103,55.63251,76.16718,32.66351,181.11688,18.311451,4.9828854,45.322334,25.724865,40.56806,114.74967,20.264528,1.6346606,23.205868,13.18842,1756.574,20.647104,0.7967444,25.813608,11.696049,121.24778,85.929794,103.3269,7.9019294,88.390854,333.4144,243.66864,26.718737,240.43707,80.69628,47.552223,69.52497,95.611145,13.50593,40.89508,486.89224,3.42107,6.4243703,205.07643,23.9481,8.750799,26.32137,26.24532,272.95038,87.279625,162.9474,1445.8239,96.12359,1699.4528,1627.3501,12.323482,12.216566,1714.7313,23.177748,18.836548,439.23447,39.54365,67.35585,28.833979,117.193214,265.87436,432.32968,5.414193,45.398476,164.57678,373.1009,10.087406,90.92282,10.720766,1.5629753,59.28654,0.98720884,1.0948026,3.146365,11.091905,31.260769,18.955309,21.758736,582.16016,52.59442,30.162922,38.417843,14.107527,86.4916,11.80549,33.51864,10.806048,72.308174,22.515045,34.672497,44.54444,10.158568,48.530205,37.8795,1.2189845,64.38489,10.394404,221.86024,7.388786,295.87592,22.106323,1024.3739,131.8585,3.1508746,10.426053,154.49855,192.4668,939.76495,880.4592 +2023-01-03 08:00:00,0.0,2493.9963,45.729816,9.235545,44.44251,31.950218,264.8759,29.546097,52.138805,18.941774,28.383806,237.22417,133.33643,15.320556,56.154835,0.7496099,0.7217712,50.070644,22.386688,27.679855,623.244,14.93386,771.41797,125.994286,17.293861,54.139866,391.8603,70.4971,847.72046,254.1994,2744.6663,33.4577,2802.102,308.29364,18.938467,18.535406,88.4792,232.8537,287.44147,521.28345,40.924732,23.309444,10.629018,502.35483,225.95706,55.874825,7.2107906,554.8662,12.380482,595.57166,6.2374315,29.22346,0.0,755.5315,1747.0498,0.25456586,87.20343,14.335053,9980.458,26.397663,1.0155544,5.729749,15.58009,7.688174,2.2673638,8.600666,240.32814,53.63859,4.7419715,0.6579164,2.910416,130.8126,1.0088812,138.75449,133.37958,1793.6029,202.15411,88.16892,153.26524,771.8187,41.31198,33.78025,717.0757,54.453053,78.113815,10.159949,20.275778,192.3988,10.720397,10.191622,52.221394,16.609983,4023.242,18.032454,21.260754,15.707691,9.899264,271.6792,50.82127,25.247313,7.4741473,6.6874304,14.233554,55.629906,76.19952,32.691936,181.13777,18.312387,4.9930253,45.33828,25.719408,40.54748,114.75819,20.25043,1.6343817,23.228312,13.185905,1755.7815,20.651327,0.79628265,25.866129,11.701387,121.271515,85.9061,103.312004,7.904564,88.41478,333.42972,243.64938,26.728697,240.40678,80.65197,47.549385,69.524124,95.682396,13.518602,40.914482,486.86206,3.4290504,6.438813,205.17946,23.943779,8.752542,26.356215,26.27171,273.3087,87.354706,162.95535,1446.5059,96.04154,1699.3135,1627.1147,12.318817,12.20914,1714.3708,23.169361,18.82706,439.15997,39.525806,67.328224,28.828186,117.13049,265.8554,432.24365,5.4124513,45.38364,164.46045,373.04333,10.082416,90.915054,10.717205,1.5626965,59.284115,0.9872534,1.0949602,3.146881,11.090909,31.251183,18.951221,21.763441,581.6085,52.577957,30.149002,38.407257,14.10169,86.525536,11.794983,33.628674,10.801613,72.29231,22.493916,34.63737,44.51389,10.156451,48.496468,37.84731,1.2187421,64.36984,10.393507,221.85236,7.387747,295.8104,22.101936,1024.5789,131.83116,3.150531,10.424143,154.47212,192.43602,939.69434,880.5597 +2023-01-03 09:00:00,0.0,2493.4238,45.71336,9.229789,44.396,31.933792,264.76547,29.540468,52.124958,18.93934,28.379295,237.23157,133.33125,15.316978,56.14736,0.7563273,0.72660214,50.051476,22.500475,27.730001,623.00354,14.969108,770.9447,126.01107,17.343699,54.248966,391.61157,70.511475,847.9615,254.20595,2743.8008,33.487465,2801.4934,308.80368,18.965605,18.552042,88.636856,232.8509,287.47375,521.8923,40.923386,23.298378,10.628093,502.30576,226.19995,55.955303,7.209596,554.9304,12.382689,595.56665,6.243496,29.226557,0.0,755.76025,1747.0618,0.25460723,87.152054,14.335679,9982.258,26.410122,1.0162127,5.7284946,15.580341,7.6985726,2.2715735,8.601018,240.413,53.616264,4.7409186,0.65822184,2.9145887,131.04993,1.0082991,138.77168,133.31493,1794.8922,202.0393,88.19865,153.32057,771.87445,41.364178,33.814552,717.8031,54.444016,78.12181,10.159463,20.290705,192.4456,10.722972,10.190593,52.233414,16.61596,4023.5142,18.032297,21.283266,15.708504,9.904822,271.7419,50.83491,25.265121,7.4768667,6.6907625,14.230004,55.627304,76.23185,32.720364,181.15866,18.313322,5.003165,45.354225,25.713951,40.5269,114.7667,20.23633,1.6341028,23.250755,13.183391,1754.989,20.65555,0.79582083,25.918648,11.706726,121.29526,85.88239,103.29711,7.9071984,88.438705,333.44504,243.63011,26.738659,240.3765,80.60766,47.546543,69.52328,95.75364,13.531275,40.933887,486.83185,3.437031,6.453256,205.2825,23.939459,8.754283,26.391058,26.298101,273.66696,87.42979,162.96329,1447.1877,95.95949,1699.1742,1626.8794,12.314153,12.201714,1714.0105,23.160975,18.817574,439.08545,39.507965,67.300606,28.822392,117.06777,265.8365,432.15762,5.4107094,45.36881,164.34412,372.98575,10.077424,90.90729,10.713643,1.5624176,59.281693,0.987298,1.0951179,3.147397,11.089912,31.241596,18.947134,21.768145,581.0568,52.561493,30.13508,38.396675,14.095853,86.55948,11.784476,33.73871,10.797177,72.27644,22.472786,34.60225,44.483334,10.154334,48.46273,37.81512,1.2184997,64.3548,10.392609,221.84448,7.386708,295.74487,22.09755,1024.7839,131.80382,3.1501873,10.422234,154.4457,192.40524,939.62366,880.6601 +2023-01-03 10:00:00,0.0,2492.8513,45.696907,9.224033,44.349487,31.917368,264.65503,29.534842,52.11111,18.936905,28.374784,237.23895,133.32608,15.313402,56.13989,0.76304466,0.73143303,50.032303,22.614262,27.780146,622.7631,15.004356,770.4714,126.027855,17.393538,54.358067,391.36282,70.52585,848.2025,254.21248,2742.9355,33.51723,2800.8848,309.31372,18.992743,18.568676,88.79452,232.84811,287.50604,522.5011,40.922043,23.287312,10.627168,502.25665,226.44284,56.035778,7.2084017,554.9946,12.384897,595.5616,6.24956,29.229654,0.0,755.98914,1747.0737,0.25464863,87.10068,14.336304,9984.057,26.422579,1.016871,5.72724,15.580594,7.7089715,2.275783,8.60137,240.49783,53.593937,4.7398663,0.6585272,2.9187617,131.28726,1.0077169,138.78886,133.25027,1796.1815,201.9245,88.22836,153.3759,771.9302,41.416378,33.84885,718.5305,54.434982,78.12981,10.1589775,20.305634,192.4924,10.725547,10.189564,52.245438,16.621933,4023.7864,18.032139,21.30578,15.709316,9.91038,271.80466,50.848553,25.28293,7.479586,6.694095,14.226454,55.6247,76.26418,32.74879,181.17955,18.314259,5.0133047,45.37017,25.708494,40.50632,114.775215,20.22223,1.6338239,23.273201,13.180876,1754.1965,20.659773,0.7953591,25.971169,11.712065,121.31899,85.858696,103.28222,7.909833,88.46263,333.4604,243.61086,26.74862,240.3462,80.56335,47.543705,69.52242,95.82489,13.543947,40.95329,486.80164,3.4450116,6.4676995,205.38553,23.935139,8.756025,26.425903,26.324492,274.02527,87.504875,162.97124,1447.8699,95.87744,1699.0348,1626.6442,12.309489,12.194287,1713.65,23.152588,18.808086,439.01096,39.490124,67.27299,28.816597,117.00505,265.81754,432.0716,5.4089675,45.353977,164.22778,372.9282,10.0724325,90.89952,10.710081,1.5621387,59.27927,0.9873426,1.0952756,3.147913,11.088917,31.232012,18.943047,21.77285,580.5051,52.54503,30.12116,38.38609,14.090015,86.593414,11.773971,33.848747,10.792742,72.26058,22.451658,34.567123,44.452778,10.152217,48.428993,37.78293,1.2182572,64.33975,10.39171,221.8366,7.3856683,295.67932,22.093163,1024.989,131.77647,3.1498437,10.420323,154.41927,192.37447,939.55304,880.7605 +2023-01-03 11:00:00,0.0,2492.2788,45.68045,9.218278,44.30298,31.900944,264.5446,29.529213,52.097267,18.934471,28.370274,237.24634,133.32092,15.309826,56.132416,0.769762,0.73626393,50.013134,22.728048,27.830292,622.52264,15.039605,769.9981,126.04464,17.443375,54.467167,391.1141,70.540215,848.44354,254.21902,2742.0703,33.546997,2800.2764,309.82373,19.01988,18.58531,88.95218,232.84532,287.53833,523.1099,40.9207,23.276245,10.626244,502.20758,226.68573,56.116257,7.207207,555.05884,12.387105,595.5566,6.2556243,29.232752,0.0,756.2179,1747.0856,0.25469,87.04929,14.336928,9985.856,26.435038,1.0175292,5.725986,15.580847,7.7193704,2.2799926,8.601722,240.58269,53.57161,4.738814,0.6588326,2.9229345,131.52458,1.0071348,138.80606,133.18562,1797.471,201.8097,88.25808,153.43123,771.98596,41.46858,33.883152,719.25793,54.425945,78.1378,10.158491,20.32056,192.53922,10.728122,10.188535,52.25746,16.627909,4024.0583,18.031982,21.328293,15.710129,9.915939,271.86737,50.862194,25.30074,7.4823055,6.6974273,14.222904,55.622093,76.29652,32.777218,181.20044,18.315193,5.023444,45.386116,25.703037,40.48574,114.78373,20.20813,1.633545,23.295645,13.178361,1753.404,20.663998,0.79489726,26.02369,11.717403,121.342735,85.83499,103.26733,7.912467,88.48656,333.4757,243.59158,26.758581,240.31593,80.51904,47.540863,69.521576,95.89613,13.55662,40.972694,486.77145,3.452992,6.4821424,205.48856,23.930819,8.757767,26.460749,26.350882,274.38358,87.579956,162.97917,1448.5519,95.79539,1698.8955,1626.4088,12.304825,12.186862,1713.2896,23.144201,18.7986,438.93646,39.47228,67.24536,28.810804,116.94233,265.7986,431.98557,5.4072256,45.33914,164.11145,372.8706,10.067442,90.891754,10.706519,1.5618598,59.276848,0.9873872,1.0954332,3.148429,11.087921,31.222425,18.93896,21.777554,579.9534,52.52856,30.107239,38.375504,14.084178,86.62735,11.763464,33.958782,10.788306,72.24471,22.430529,34.531998,44.422222,10.150101,48.39526,37.750736,1.2180147,64.32471,10.390812,221.82872,7.3846292,295.6138,22.088776,1025.1941,131.74911,3.1495001,10.418413,154.39284,192.34369,939.48236,880.8609 +2023-01-03 12:00:00,0.0,2491.7063,45.663994,9.2125225,44.25647,31.884518,264.43417,29.523584,52.08342,18.932035,28.36576,237.25374,133.31575,15.30625,56.124943,0.77647936,0.7410948,49.99396,22.841835,27.880436,622.2822,15.074854,769.5248,126.061424,17.493212,54.576267,390.86536,70.55459,848.6846,254.22556,2741.205,33.576763,2799.6677,310.33377,19.047018,18.601946,89.10984,232.84253,287.57062,523.7187,40.919353,23.265179,10.625319,502.1585,226.92862,56.196735,7.206013,555.12305,12.389313,595.5516,6.261688,29.235847,0.0,756.4468,1747.0975,0.25473136,86.99792,14.337553,9987.656,26.447496,1.0181875,5.7247314,15.5810995,7.729769,2.284202,8.602074,240.66754,53.549282,4.7377615,0.659138,2.9271076,131.76192,1.0065526,138.82326,133.12097,1798.7603,201.69489,88.287796,153.48656,772.0417,41.520775,33.917454,719.98535,54.41691,78.1458,10.158005,20.335487,192.58601,10.730698,10.187505,52.26948,16.633884,4024.3306,18.031824,21.350807,15.710941,9.921497,271.93008,50.875835,25.318548,7.4850254,6.7007594,14.219354,55.619488,76.32885,32.805645,181.22133,18.31613,5.033584,45.40206,25.69758,40.465157,114.79225,20.19403,1.6332661,23.318089,13.175846,1752.6116,20.66822,0.79443544,26.076208,11.722742,121.36647,85.811295,103.25243,7.9151015,88.51048,333.49103,243.57233,26.768543,240.28564,80.47473,47.538025,69.52073,95.96738,13.569292,40.992096,486.74124,3.4609725,6.496586,205.5916,23.926498,8.759508,26.495594,26.377274,274.74188,87.655045,162.98712,1449.2339,95.71334,1698.7562,1626.1736,12.300161,12.179436,1712.9292,23.135815,18.789114,438.86194,39.454437,67.21774,28.80501,116.87961,265.77966,431.89954,5.4054837,45.32431,163.99512,372.81305,10.06245,90.88399,10.702957,1.561581,59.27442,0.98743176,1.095591,3.148945,11.0869255,31.21284,18.934872,21.782259,579.4018,52.512096,30.093319,38.364918,14.0783415,86.66129,11.752957,34.068817,10.783871,72.22885,22.409399,34.496876,44.391666,10.147984,48.361523,37.718548,1.2177722,64.30967,10.389914,221.82083,7.38359,295.54828,22.084389,1025.3992,131.72177,3.1491563,10.416503,154.36641,192.31291,939.41174,880.9613 +2023-01-03 13:00:00,0.0,2491.1338,45.647537,9.206767,44.209957,31.868093,264.32373,29.517958,52.069572,18.929602,28.36125,237.26112,133.31058,15.302673,56.11747,0.78319675,0.7459258,49.974792,22.955622,27.930582,622.04175,15.110103,769.0515,126.07821,17.543049,54.685368,390.61664,70.56896,848.92566,254.23209,2740.3398,33.606533,2799.059,310.84378,19.074156,18.61858,89.2675,232.83975,287.6029,524.3275,40.91801,23.254112,10.624393,502.10944,227.17151,56.277214,7.2048187,555.1872,12.3915205,595.5465,6.2677526,29.238945,0.0,756.67554,1747.1094,0.25477275,86.94654,14.338178,9989.455,26.459955,1.0188459,5.723477,15.581352,7.740168,2.2884116,8.602426,240.75238,53.52696,4.736709,0.6594434,2.9312804,131.99924,1.0059705,138.84045,133.05632,1800.0496,201.58008,88.317505,153.5419,772.0975,41.572975,33.95175,720.7128,54.407875,78.15379,10.157519,20.350414,192.63281,10.733273,10.186476,52.281506,16.639858,4024.6028,18.031668,21.37332,15.711754,9.927055,271.99283,50.889477,25.336357,7.487745,6.704092,14.215804,55.616886,76.36118,32.834072,181.24222,18.317064,5.0437236,45.418007,25.692123,40.444576,114.800766,20.179932,1.6329873,23.340532,13.173331,1751.8191,20.672443,0.7939737,26.128729,11.728081,121.39021,85.78759,103.23754,7.917736,88.53441,333.50638,243.55305,26.778503,240.25536,80.43042,47.535183,69.519875,96.03863,13.5819645,41.0115,486.71106,3.4689531,6.511029,205.69463,23.922178,8.7612505,26.53044,26.403664,275.1002,87.730125,162.99506,1449.9159,95.63129,1698.6168,1625.9382,12.295497,12.172009,1712.5687,23.12743,18.779627,438.78745,39.436596,67.190125,28.799217,116.81689,265.76074,431.8135,5.403742,45.309475,163.87878,372.75546,10.057459,90.87622,10.699395,1.5613022,59.272,0.98747635,1.0957485,3.149461,11.08593,31.203253,18.930784,21.786963,578.8501,52.495632,30.079397,38.354336,14.072504,86.69523,11.742452,34.178852,10.779436,72.21298,22.38827,34.46175,44.36111,10.145866,48.327785,37.686356,1.2175299,64.294624,10.389015,221.81296,7.3825507,295.48273,22.080004,1025.6042,131.69443,3.1488128,10.414593,154.33998,192.28214,939.3411,881.06177 +2023-01-03 14:00:00,0.0,2490.5613,45.63108,9.201012,44.16345,31.85167,264.2133,29.51233,52.055725,18.927168,28.356739,237.26851,133.30542,15.299097,56.109997,0.7899141,0.7507567,49.955624,23.069408,27.980726,621.80133,15.145351,768.5782,126.095,17.592886,54.794468,390.3679,70.58333,849.1667,254.23863,2739.4746,33.6363,2798.4507,311.35382,19.101294,18.635216,89.425156,232.83696,287.6352,524.93634,40.916668,23.243046,10.623468,502.06033,227.4144,56.35769,7.2036242,555.2514,12.393728,595.5415,6.273817,29.242043,0.0,756.90436,1747.1213,0.25481412,86.89516,14.338802,9991.255,26.472412,1.0195042,5.7222223,15.581605,7.750567,2.2926211,8.602778,240.83723,53.50463,4.7356567,0.6597488,2.9354534,132.23657,1.0053883,138.85764,132.99167,1801.3389,201.46527,88.34722,153.59723,772.1532,41.625175,33.986053,721.44025,54.398838,78.16179,10.157033,20.365343,192.67963,10.735847,10.185447,52.29353,16.645834,4024.875,18.03151,21.395834,15.712565,9.932614,272.05554,50.90312,25.354166,7.490464,6.707424,14.212254,55.61428,76.39352,32.8625,181.26309,18.318,5.0538635,45.433952,25.686666,40.423996,114.80928,20.165833,1.6327083,23.362978,13.170816,1751.0266,20.676666,0.79351187,26.18125,11.73342,121.41395,85.76389,103.22265,7.9203706,88.558334,333.5217,243.5338,26.788465,240.22507,80.38611,47.532345,69.51903,96.10987,13.594637,41.030903,486.68085,3.4769335,6.5254717,205.79767,23.917858,8.762992,26.565285,26.430054,275.4585,87.80521,163.003,1450.598,95.54924,1698.4775,1625.7029,12.290833,12.164583,1712.2084,23.119043,18.77014,438.71295,39.41875,67.1625,28.793423,116.754166,265.7418,431.72748,5.402,45.294643,163.76247,372.6979,10.052468,90.868454,10.695833,1.5610232,59.269577,0.98752093,1.0959063,3.149977,11.084934,31.193666,18.926697,21.791666,578.2984,52.479168,30.065475,38.34375,14.066667,86.729164,11.731945,34.28889,10.775001,72.19712,22.367142,34.426624,44.330555,10.143749,48.29405,37.654163,1.2172874,64.27958,10.388117,221.80507,7.3815117,295.4172,22.075617,1025.8093,131.66708,3.148469,10.412683,154.31354,192.25137,939.27045,881.1622 +2023-01-03 15:00:00,0.0,2489.9888,45.614624,9.195256,44.11694,31.835245,264.10287,29.5067,52.04188,18.924732,28.352228,237.27591,133.30025,15.295521,56.102524,0.79663146,0.7555876,49.93645,23.183195,28.030872,621.56085,15.1806,768.1049,126.111786,17.642725,54.90357,390.11917,70.5977,849.4077,254.24516,2738.6094,33.666065,2797.842,311.86383,19.128431,18.65185,89.58282,232.83417,287.66748,525.54517,40.91532,23.23198,10.622543,502.01126,227.65729,56.438168,7.20243,555.31555,12.395936,595.53644,6.279881,29.24514,0.0,757.1332,1747.1332,0.25485548,86.84378,14.339427,9993.055,26.48487,1.0201625,5.720968,15.581858,7.760966,2.2968307,8.60313,240.92207,53.482304,4.734604,0.6600542,2.9396262,132.47389,1.0048062,138.87483,132.92702,1802.6283,201.35046,88.37694,153.65256,772.2089,41.677376,34.020355,722.16766,54.3898,78.16978,10.156547,20.38027,192.72643,10.738422,10.184417,52.30555,16.651808,4025.1472,18.031353,21.418346,15.713378,9.938172,272.1183,50.91676,25.371975,7.4931836,6.710757,14.208704,55.611675,76.42585,32.890926,181.28398,18.318935,5.064003,45.4499,25.68121,40.403416,114.817795,20.151733,1.6324294,23.385422,13.168302,1750.234,20.68089,0.7930501,26.23377,11.738759,121.43769,85.74019,103.207756,7.9230046,88.58225,333.53702,243.51454,26.798426,240.19478,80.3418,47.529503,69.51818,96.18112,13.607309,41.05031,486.65067,3.484914,6.539915,205.9007,23.913538,8.764734,26.60013,26.456444,275.8168,87.880295,163.01094,1451.28,95.467186,1698.3383,1625.4677,12.286169,12.157157,1711.8479,23.110657,18.760653,438.63843,39.40091,67.13488,28.78763,116.69145,265.72287,431.64145,5.4002576,45.27981,163.64613,372.64032,10.047477,90.86069,10.692272,1.5607444,59.267155,0.9875655,1.096064,3.1504931,11.083939,31.18408,18.92261,21.796371,577.7467,52.4627,30.051556,38.333164,14.06083,86.76311,11.721439,34.398926,10.770565,72.18125,22.346012,34.391502,44.3,10.141633,48.26031,37.621975,1.217045,64.264534,10.387218,221.7972,7.3804727,295.35168,22.07123,1026.0144,131.63972,3.1481254,10.410772,154.28711,192.2206,939.1998,881.2626 +2023-01-03 16:00:00,0.0,2489.4163,45.59817,9.1895,44.07043,31.818819,263.99243,29.501074,52.028034,18.922298,28.347715,237.2833,133.29507,15.2919445,56.09505,0.8033488,0.76041853,49.917282,23.296982,28.081017,621.32043,15.215849,767.6316,126.12857,17.692562,55.01267,389.87042,70.612076,849.64874,254.25171,2737.7441,33.69583,2797.2334,312.37387,19.15557,18.668486,89.74048,232.83138,287.69977,526.15393,40.91398,23.220913,10.621619,501.9622,227.90016,56.518646,7.201236,555.37976,12.398144,595.53143,6.2859454,29.248238,0.0,757.362,1747.1451,0.25489688,86.792404,14.340052,9994.8545,26.49733,1.0208207,5.719713,15.582109,7.7713647,2.3010402,8.603482,241.00693,53.459976,4.7335515,0.66035956,2.9437993,132.71123,1.004224,138.89203,132.86237,1803.9176,201.23566,88.406654,153.70789,772.2647,41.729572,34.054653,722.8951,54.380768,78.17777,10.156061,20.395199,192.77324,10.740997,10.183388,52.317574,16.657784,4025.4194,18.031195,21.44086,15.7141905,9.94373,272.181,50.9304,25.389786,7.495903,6.714089,14.205154,55.609074,76.45818,32.919353,181.30487,18.319872,5.074143,45.465847,25.675753,40.382835,114.82631,20.137634,1.6321505,23.407866,13.165787,1749.4415,20.685112,0.7925883,26.28629,11.744098,121.461426,85.71649,103.19286,7.925639,88.60618,333.55237,243.49527,26.808388,240.16449,80.29749,47.526665,69.51733,96.252365,13.619982,41.06971,486.62045,3.4928944,6.554358,206.00372,23.909218,8.766476,26.634975,26.482836,276.1751,87.955376,163.01889,1451.9619,95.38514,1698.1989,1625.2323,12.281506,12.149732,1711.4874,23.10227,18.751165,438.56393,39.383064,67.10726,28.781836,116.62873,265.70392,431.55542,5.3985157,45.264977,163.5298,372.58276,10.042485,90.85292,10.68871,1.5604656,59.264732,0.9876101,1.0962216,3.151009,11.082943,31.174494,18.918522,21.801075,577.19507,52.446236,30.037634,38.322582,14.054993,86.79704,11.710933,34.50896,10.7661295,72.16539,22.324883,34.356377,44.269444,10.139516,48.226574,37.589783,1.2168025,64.24949,10.38632,221.7893,7.379433,295.28613,22.066843,1026.2195,131.61238,3.1477818,10.408862,154.26068,192.18982,939.12915,881.363 +2023-01-03 17:00:00,0.0,2488.8438,45.581715,9.183744,44.02392,31.802395,263.882,29.495445,52.014187,18.919865,28.343204,237.29068,133.28992,15.288368,56.087578,0.81006616,0.76524943,49.89811,23.410769,28.13116,621.07996,15.251098,767.1583,126.145355,17.7424,55.12177,389.6217,70.62645,849.8898,254.25824,2736.879,33.725597,2796.6248,312.88388,19.182707,18.68512,89.89815,232.82858,287.73206,526.76276,40.912636,23.209846,10.620694,501.91312,228.14305,56.59912,7.2000413,555.444,12.4003525,595.52637,6.2920094,29.251333,0.0,757.5908,1747.1571,0.25493824,86.74102,14.340677,9996.653,26.509787,1.021479,5.718459,15.582362,7.7817636,2.3052497,8.603834,241.09177,53.43765,4.732499,0.660665,2.947972,132.94855,1.0036418,138.90923,132.79771,1805.2069,201.12085,88.43637,153.76321,772.32043,41.781773,34.088955,723.62256,54.37173,78.18577,10.155575,20.410126,192.82004,10.743572,10.182359,52.329594,16.66376,4025.6917,18.031038,21.463373,15.715003,9.949288,272.2437,50.944042,25.407595,7.4986224,6.7174215,14.201604,55.60647,76.49052,32.947784,181.32576,18.320807,5.0842824,45.481792,25.670296,40.362255,114.83482,20.123533,1.6318716,23.430311,13.163272,1748.649,20.689337,0.79212654,26.33881,11.749436,121.48517,85.69279,103.17797,7.9282737,88.630104,333.5677,243.47601,26.818348,240.1342,80.25318,47.523823,69.51648,96.323616,13.632654,41.089115,486.59024,3.500875,6.568801,206.10677,23.904898,8.768218,26.669819,26.509226,276.5334,88.030464,163.02682,1452.6439,95.303085,1698.0596,1624.9971,12.276841,12.142305,1711.1271,23.093884,18.741678,438.4894,39.365223,67.079636,28.776041,116.56601,265.685,431.4694,5.396774,45.250145,163.41347,372.52518,10.037495,90.84515,10.685148,1.5601867,59.262306,0.9876547,1.0963793,3.151525,11.081947,31.16491,18.914434,21.80578,576.6434,52.42977,30.023714,38.311996,14.049155,86.83098,11.700426,34.618996,10.761694,72.14952,22.303755,34.321255,44.238888,10.137399,48.19284,37.55759,1.2165601,64.23444,10.385422,221.78142,7.378394,295.2206,22.062456,1026.4244,131.58504,3.147438,10.406952,154.23425,192.15904,939.05853,881.4634 +2023-01-03 18:00:00,0.0,2488.2712,45.565258,9.177989,43.97741,31.78597,263.77158,29.489817,52.00034,18.917429,28.338694,237.29808,133.28474,15.284791,56.080105,0.81678355,0.7700803,49.87894,23.524555,28.181307,620.83954,15.286346,766.685,126.16214,17.792236,55.23087,389.37296,70.640816,850.13086,254.26479,2736.0137,33.755363,2796.0164,313.39392,19.209845,18.701756,90.0558,232.82579,287.76434,527.3716,40.91129,23.19878,10.619769,501.864,228.38594,56.6796,7.198847,555.5082,12.40256,595.52136,6.298074,29.25443,0.0,757.8196,1747.169,0.2549796,86.689644,14.341302,9998.453,26.522245,1.0221373,5.7172046,15.582615,7.7921624,2.3094592,8.604186,241.17662,53.41532,4.7314467,0.6609704,2.952145,133.18588,1.0030596,138.92642,132.73306,1806.4962,201.00604,88.46608,153.81856,772.37616,41.833973,34.123257,724.35,54.362694,78.19376,10.155089,20.425053,192.86684,10.746147,10.181329,52.341618,16.669733,4025.9636,18.03088,21.485888,15.715816,9.954847,272.30646,50.957684,25.425404,7.501342,6.7207537,14.198054,55.603863,76.52284,32.97621,181.34665,18.321743,5.0944223,45.497738,25.664839,40.341675,114.84334,20.109434,1.6315928,23.452755,13.160757,1747.8566,20.69356,0.7916647,26.39133,11.754775,121.5089,85.66909,103.16308,7.930908,88.65403,333.583,243.45674,26.82831,240.10393,80.20887,47.520985,69.51563,96.39486,13.645327,41.108517,486.56006,3.5088556,6.5832443,206.2098,23.900576,8.769959,26.704664,26.535616,276.8917,88.105545,163.03477,1453.326,95.22104,1697.9203,1624.7617,12.272178,12.134879,1710.7666,23.085497,18.732191,438.41492,39.34738,67.05202,28.770248,116.50329,265.66605,431.38336,5.395032,45.235313,163.29713,372.46762,10.032503,90.83738,10.681586,1.5599078,59.259884,0.9876993,1.0965369,3.1520412,11.080952,31.155323,18.910347,21.810484,576.0917,52.413307,30.009792,38.30141,14.043318,86.86492,11.68992,34.729034,10.757258,72.13366,22.282625,34.28613,44.208332,10.135282,48.159103,37.525402,1.2163177,64.219406,10.384523,221.77354,7.377355,295.1551,22.05807,1026.6295,131.5577,3.1470945,10.405042,154.20782,192.12827,938.9879,881.56384 +2023-01-03 19:00:00,0.0,2487.6987,45.5488,9.172234,43.9309,31.769545,263.66113,29.48419,51.986496,18.914995,28.334183,237.30547,133.27957,15.281215,56.07263,0.8235009,0.7749113,49.859768,23.638342,28.231451,620.59906,15.321595,766.21173,126.178925,17.842073,55.33997,389.12424,70.65519,850.3719,254.27132,2735.1484,33.78513,2795.4077,313.90396,19.236982,18.71839,90.21346,232.823,287.79663,527.9804,40.909946,23.187714,10.618844,501.81494,228.62883,56.76008,7.1976523,555.5723,12.404768,595.51636,6.3041377,29.257528,0.0,758.04846,1747.1809,0.255021,86.63827,14.341927,10000.253,26.534704,1.0227956,5.71595,15.582868,7.8025613,2.3136687,8.604538,241.26147,53.392998,4.7303944,0.66127574,2.956318,133.42322,1.0024774,138.9436,132.66841,1807.7856,200.89124,88.4958,153.87389,772.43195,41.886173,34.157555,725.0774,54.35366,78.20176,10.154603,20.43998,192.91365,10.748722,10.1803,52.35364,16.675709,4026.2358,18.030724,21.5084,15.716627,9.960405,272.36917,50.971325,25.443213,7.5040617,6.7240863,14.194504,55.601257,76.555176,33.00464,181.36754,18.322678,5.104562,45.513683,25.659382,40.321095,114.85185,20.095335,1.6313138,23.475199,13.158242,1747.0641,20.697783,0.79120296,26.44385,11.760114,121.532646,85.645386,103.148186,7.9335423,88.677956,333.59836,243.43748,26.838272,240.07364,80.16456,47.518143,69.51478,96.4661,13.657999,41.127922,486.52985,3.516836,6.5976872,206.31282,23.896255,8.771701,26.73951,26.562008,277.25,88.180626,163.04271,1454.008,95.138985,1697.7809,1624.5264,12.267513,12.127453,1710.4062,23.077112,18.722704,438.34042,39.329536,67.0244,28.764454,116.44057,265.64713,431.29733,5.39329,45.220478,163.1808,372.41003,10.027512,90.82961,10.678024,1.559629,59.25746,0.98774385,1.0966946,3.1525571,11.079956,31.145737,18.90626,21.815187,575.54,52.396843,29.995872,38.290825,14.037481,86.89886,11.679414,34.83907,10.752823,72.11779,22.261496,34.251003,44.177776,10.133165,48.125366,37.49321,1.2160752,64.20436,10.383625,221.76566,7.3763156,295.08954,22.053682,1026.8346,131.53035,3.146751,10.4031315,154.1814,192.09749,938.91724,881.66425 +2023-01-03 20:00:00,0.0,2487.1265,45.532345,9.166478,43.88439,31.75312,263.5507,29.478561,51.97265,18.91256,28.32967,237.31285,133.27441,15.277638,56.06516,0.83021826,0.7797422,49.8406,23.752129,28.281597,620.35864,15.356844,765.7384,126.19571,17.89191,55.44907,388.8755,70.66956,850.6129,254.27785,2734.2832,33.8149,2794.799,314.41397,19.26412,18.735025,90.371124,232.8202,287.82892,528.58923,40.908604,23.176647,10.617919,501.76587,228.87172,56.840553,7.1964583,555.6366,12.406976,595.5113,6.310202,29.260626,0.0,758.2772,1747.1927,0.25506237,86.58688,14.342551,10002.052,26.547163,1.023454,5.7146955,15.58312,7.81296,2.3178782,8.60489,241.34631,53.37067,4.7293415,0.66158116,2.960491,133.66054,1.0018953,138.9608,132.60376,1809.075,200.77643,88.52552,153.92921,772.4877,41.93837,34.191856,725.8048,54.344624,78.209755,10.154117,20.454908,192.96045,10.751297,10.179271,52.36566,16.681683,4026.508,18.030565,21.530914,15.71744,9.965963,272.4319,50.984966,25.461021,7.506781,6.7274184,14.190954,55.598656,76.58751,33.033066,181.38843,18.323612,5.1147017,45.52963,25.653925,40.300514,114.86037,20.081236,1.631035,23.497643,13.155727,1746.2716,20.702005,0.79074115,26.49637,11.765452,121.55638,85.62169,103.13329,7.936177,88.70188,333.61368,243.41821,26.848232,240.04335,80.12025,47.515305,69.51393,96.53735,13.670671,41.147324,486.49966,3.5248165,6.61213,206.41586,23.891935,8.773443,26.774355,26.588398,277.6083,88.255714,163.05066,1454.69,95.05694,1697.6416,1624.2911,12.26285,12.120027,1710.0458,23.068726,18.713217,438.2659,39.311695,66.99677,28.758661,116.377846,265.62817,431.2113,5.391548,45.205647,163.06447,372.35248,10.022521,90.821846,10.674462,1.5593501,59.25504,0.98778844,1.0968523,3.153073,11.07896,31.13615,18.902172,21.819893,574.98834,52.380375,29.98195,38.280243,14.031644,86.93279,11.668907,34.949104,10.748387,72.10192,22.240368,34.21588,44.14722,10.131048,48.09163,37.461018,1.2158327,64.189316,10.382727,221.75778,7.3752766,295.02402,22.049295,1027.0397,131.50299,3.1464071,10.401221,154.15497,192.06671,938.8466,881.76465 +2023-01-03 21:00:00,0.0,2486.554,45.51589,9.160723,43.83788,31.736696,263.44028,29.472933,51.9588,18.910126,28.32516,237.32025,133.26924,15.274062,56.057686,0.83693564,0.7845731,49.821426,23.865915,28.331741,620.11816,15.392093,765.26514,126.2125,17.94175,55.55817,388.62677,70.68393,850.85394,254.2844,2733.418,33.844666,2794.1907,314.924,19.291258,18.75166,90.52878,232.81741,287.8612,529.198,40.907257,23.16558,10.616995,501.71677,229.11461,56.921032,7.195264,555.70074,12.4091835,595.5063,6.316266,29.263723,0.0,758.50604,1747.2047,0.25510374,86.53551,14.343176,10003.852,26.55962,1.0241122,5.713441,15.583373,7.823359,2.3220878,8.605242,241.43117,53.348343,4.728289,0.6618866,2.9646637,133.89787,1.0013131,138.978,132.53911,1810.3643,200.66162,88.55524,153.98454,772.54346,41.99057,34.22616,726.5322,54.335587,78.21775,10.153631,20.469835,193.00725,10.753873,10.178242,52.377686,16.687658,4026.7803,18.030409,21.553427,15.718252,9.971522,272.49463,50.998608,25.47883,7.5095005,6.730751,14.187405,55.59605,76.61984,33.061493,181.40932,18.324549,5.124841,45.545574,25.648468,40.27993,114.86889,20.067137,1.630756,23.520088,13.153213,1745.4791,20.706228,0.7902794,26.548891,11.770792,121.58012,85.597984,103.1184,7.9388113,88.72581,333.629,243.39896,26.858194,240.01306,80.075935,47.512463,69.513084,96.6086,13.683344,41.16673,486.46945,3.5327969,6.6265736,206.51889,23.887615,8.775185,26.8092,26.614788,277.9666,88.330795,163.0586,1455.372,94.974884,1697.5023,1624.0558,12.258185,12.1126,1709.6853,23.060339,18.70373,438.1914,39.293854,66.969154,28.752867,116.315125,265.60925,431.12527,5.3898063,45.19081,162.94814,372.2949,10.0175295,90.81408,10.6709,1.5590712,59.252617,0.987833,1.0970099,3.1535892,11.077965,31.126564,18.898085,21.824596,574.43665,52.36391,29.96803,38.269657,14.025806,86.966736,11.6584015,35.05914,10.743952,72.08606,22.219238,34.180756,44.116665,10.128931,48.05789,37.42883,1.2155902,64.17427,10.381828,221.7499,7.3742375,294.9585,22.044909,1027.2448,131.47565,3.1460636,10.399311,154.12854,192.03595,938.77594,881.86505 +2023-01-03 22:00:00,0.0,2485.9814,45.499435,9.154967,43.79137,31.720272,263.32983,29.467306,51.944954,18.907692,28.320648,237.32764,133.26407,15.270486,56.050213,0.84365296,0.789404,49.802258,23.979702,28.381887,619.87775,15.427341,764.7918,126.22929,17.991587,55.66727,388.37802,70.6983,851.095,254.29092,2732.5527,33.87443,2793.582,315.43402,19.318398,18.768295,90.68644,232.81462,287.8935,529.8068,40.905914,23.154514,10.61607,501.6677,229.3575,57.00151,7.1940694,555.76495,12.411391,595.5012,6.3223305,29.266819,0.0,758.73486,1747.2166,0.2551451,86.48413,14.343801,10005.651,26.572079,1.0247705,5.7121863,15.583626,7.833758,2.3262973,8.605595,241.516,53.326015,4.7272367,0.6621919,2.9688368,134.1352,1.000731,138.9952,132.47446,1811.6536,200.54681,88.584946,154.03987,772.5992,42.04277,34.260456,727.2597,54.326553,78.225746,10.153145,20.484762,193.05406,10.756448,10.177212,52.38971,16.693634,4027.0525,18.03025,21.575941,15.719065,9.97708,272.55734,51.01225,25.49664,7.51222,6.734083,14.183854,55.593445,76.652176,33.08992,181.4302,18.325483,5.134981,45.56152,25.643011,40.25935,114.8774,20.053038,1.6304771,23.542532,13.150698,1744.6866,20.710453,0.7898176,26.60141,11.776131,121.60386,85.57429,103.10351,7.941446,88.749725,333.64435,243.37968,26.868155,239.98277,80.03163,47.509624,69.51223,96.67985,13.696016,41.18613,486.43927,3.5407774,6.6410165,206.62192,23.883295,8.776927,26.844046,26.64118,278.32492,88.40588,163.06654,1456.0541,94.89284,1697.363,1623.8206,12.253521,12.105175,1709.325,23.051952,18.694242,438.1169,39.27601,66.941536,28.747074,116.2524,265.5903,431.03925,5.3880644,45.17598,162.8318,372.23734,10.012538,90.80631,10.667339,1.5587924,59.25019,0.9878776,1.0971676,3.1541052,11.076969,31.116978,18.893997,21.829302,573.88495,52.347446,29.95411,38.25907,14.01997,87.00067,11.647895,35.169178,10.739516,72.07019,22.198109,34.14563,44.08611,10.126814,48.024155,37.396637,1.2153479,64.159225,10.38093,221.74202,7.373198,294.89294,22.040522,1027.4498,131.4483,3.1457198,10.397402,154.10211,192.00517,938.7053,881.96545 +2023-01-03 23:00:00,0.0,2485.409,45.48298,9.149211,43.74486,31.703846,263.2194,29.461678,51.93111,18.905256,28.316137,237.33502,133.25891,15.26691,56.04274,0.85037035,0.79423493,49.78309,24.093489,28.432032,619.63727,15.46259,764.3185,126.24607,18.041424,55.77637,388.1293,70.71268,851.336,254.29747,2731.6875,33.904198,2792.9734,315.94406,19.345535,18.78493,90.8441,232.81183,287.92578,530.41565,40.90457,23.143448,10.615145,501.61862,229.60039,57.08199,7.192875,555.8291,12.413599,595.4962,6.3283944,29.269917,0.0,758.9637,1747.2285,0.2551865,86.43275,14.344425,10007.45,26.584538,1.0254288,5.7109323,15.5838785,7.8441567,2.3305068,8.605947,241.60086,53.303688,4.7261844,0.66249734,2.9730096,134.37253,1.0001488,139.01237,132.4098,1812.943,200.432,88.61466,154.09521,772.6549,42.094967,34.294758,727.9871,54.317516,78.23374,10.152659,20.49969,193.10086,10.759023,10.176183,52.40173,16.699608,4027.3247,18.030094,21.598454,15.719877,9.982638,272.62006,51.02589,25.514448,7.5149393,6.7374153,14.180305,55.59084,76.68451,33.118347,181.4511,18.32642,5.1451206,45.577465,25.637554,40.23877,114.88592,20.038937,1.6301982,23.564976,13.148183,1743.8942,20.714676,0.78935575,26.65393,11.781469,121.627594,85.55058,103.088615,7.94408,88.77365,333.65967,243.36043,26.878117,239.95248,79.98732,47.506783,69.51138,96.75109,13.708689,41.205536,486.40906,3.548758,6.65546,206.72496,23.878975,8.778668,26.878891,26.66757,278.68323,88.480965,163.07448,1456.7361,94.81078,1697.2236,1623.5852,12.2488575,12.097749,1708.9645,23.043566,18.684755,438.0424,39.258167,66.91391,28.74128,116.18968,265.57138,430.95322,5.3863225,45.161148,162.71547,372.17975,10.007547,90.798546,10.663777,1.5585135,59.24777,0.9879222,1.0973252,3.1546211,11.0759735,31.107393,18.889912,21.834005,573.33325,52.330982,29.940187,38.24849,14.0141325,87.03461,11.637389,35.279213,10.735081,72.05433,22.176981,34.110508,44.055553,10.124698,47.99042,37.36445,1.2151054,64.14419,10.380032,221.73413,7.372159,294.82742,22.036135,1027.6549,131.42096,3.1453762,10.395492,154.07568,191.9744,938.6347,882.0659 +2023-01-04 00:00:00,0.0,2484.8364,45.466522,9.1434555,43.69835,31.687422,263.10898,29.456049,51.917263,18.902822,28.311625,237.34242,133.25374,15.263333,56.035267,0.85708773,0.7990658,49.763916,24.207275,28.482178,619.39685,15.497839,763.8452,126.262856,18.09126,55.88547,387.88055,70.72704,851.5771,254.304,2730.8223,33.933964,2792.365,316.45407,19.372673,18.801565,91.00176,232.80904,287.95807,531.0245,40.903225,23.132381,10.61422,501.56955,229.84328,57.162464,7.191681,555.8933,12.415807,595.4912,6.334459,29.273014,0.0,759.1925,1747.2404,0.25522786,86.38137,14.34505,10009.25,26.596996,1.026087,5.7096777,15.58413,7.8545556,2.3347163,8.606298,241.68571,53.28136,4.725132,0.66280276,2.9771826,134.60985,0.9995667,139.02957,132.34515,1814.2323,200.3172,88.64438,154.15054,772.7107,42.147167,34.329056,728.71454,54.30848,78.24174,10.152173,20.514618,193.14766,10.761598,10.175154,52.413754,16.705584,4027.5967,18.029936,21.620968,15.72069,9.988197,272.6828,51.03953,25.532259,7.5176587,6.740748,14.176754,55.588238,76.71684,33.146774,181.47198,18.327354,5.1552606,45.59341,25.632097,40.21819,114.89443,20.024837,1.6299193,23.587421,13.145668,1743.1017,20.718899,0.788894,26.706451,11.786808,121.65134,85.526886,103.07372,7.9467144,88.79758,333.675,243.34116,26.888079,239.9222,79.94301,47.503944,69.51053,96.822334,13.72136,41.224937,486.37888,3.5567384,6.669903,206.82799,23.874655,8.78041,26.913736,26.69396,279.0415,88.55605,163.08243,1457.4181,94.72874,1697.0844,1623.35,12.244193,12.0903225,1708.6041,23.03518,18.675268,437.9679,39.240322,66.88629,28.735485,116.12696,265.55243,430.8672,5.3845806,45.146313,162.59915,372.1222,10.002556,90.79078,10.660215,1.5582347,59.245346,0.9879668,1.0974829,3.1551373,11.074978,31.097807,18.885824,21.838709,572.7816,52.314518,29.926268,38.237904,14.008295,87.06855,11.626883,35.389248,10.730645,72.03846,22.155851,34.075382,44.024998,10.122581,47.956684,37.332256,1.214863,64.12914,10.379134,221.72626,7.37112,294.76187,22.03175,1027.86,131.39362,3.1450326,10.393581,154.04926,191.94362,938.564,882.1663 +2023-01-04 01:00:00,0.0,2484.264,45.450066,9.1377,43.65184,31.670998,262.99854,29.450422,51.903416,18.900389,28.307114,237.34981,133.24857,15.259757,56.027794,0.86380506,0.8038967,49.744747,24.321062,28.532322,619.1564,15.533087,763.3719,126.27964,18.141098,55.99457,387.63184,70.74142,851.8181,254.31055,2729.9568,33.96373,2791.7563,316.9641,19.39981,18.8182,91.159424,232.80624,287.99036,531.63324,40.901882,23.121315,10.613295,501.52045,230.08617,57.242943,7.1904864,555.9575,12.418015,595.48615,6.340523,29.276112,0.0,759.42126,1747.2523,0.25526923,86.329994,14.345675,10011.05,26.609453,1.0267453,5.708423,15.584383,7.8649545,2.3389258,8.60665,241.77055,53.259037,4.7240796,0.6631081,2.9813554,134.84718,0.99898446,139.04677,132.28052,1815.5216,200.2024,88.674095,154.20587,772.7664,42.199368,34.363358,729.44196,54.299446,78.24973,10.151687,20.529545,193.19447,10.764173,10.174124,52.425777,16.711557,4027.869,18.02978,21.64348,15.721501,9.993755,272.7455,51.053173,25.550068,7.520378,6.74408,14.173204,55.585632,76.749176,33.1752,181.49287,18.32829,5.1654,45.609356,25.62664,40.19761,114.90295,20.010738,1.6296405,23.609865,13.143153,1742.3092,20.723122,0.7884322,26.75897,11.792147,121.67507,85.50318,103.05883,7.949349,88.8215,333.69034,243.3219,26.898039,239.8919,79.8987,47.501102,69.50968,96.893585,13.734033,41.244343,486.34866,3.564719,6.6843457,206.93102,23.870335,8.782152,26.94858,26.720352,279.3998,88.631134,163.09036,1458.1001,94.64668,1696.9451,1623.1146,12.23953,12.082896,1708.2437,23.026794,18.665783,437.8934,39.22248,66.85867,28.729692,116.06424,265.5335,430.78116,5.3828382,45.13148,162.48282,372.0646,9.997564,90.78301,10.656653,1.5579557,59.242924,0.98801136,1.0976406,3.1556532,11.073982,31.08822,18.881737,21.843414,572.2299,52.29805,29.912346,38.227318,14.002458,87.102486,11.616376,35.499283,10.72621,72.0226,22.134722,34.04026,43.994442,10.120463,47.922947,37.300064,1.2146205,64.1141,10.378236,221.71837,7.3700805,294.69635,22.027363,1028.0651,131.36626,3.1446888,10.391671,154.02283,191.91284,938.4934,882.2667 +2023-01-04 02:00:00,0.0,2483.6914,45.43361,9.131945,43.60533,31.654572,262.8881,29.444794,51.88957,18.897953,28.302603,237.3572,133.24341,15.256181,56.02032,0.87052244,0.8087277,49.725574,24.434849,28.582468,618.91595,15.568336,762.8986,126.296425,18.190937,56.103672,387.38312,70.75579,852.05914,254.31708,2729.0916,33.993496,2791.1477,317.47412,19.426949,18.834835,91.31708,232.80345,288.02264,532.24207,40.90054,23.110249,10.6123705,501.47137,230.32906,57.32342,7.189292,556.0217,12.420222,595.48114,6.346587,29.27921,0.0,759.65015,1747.2643,0.25531062,86.27861,14.3463,10012.849,26.621912,1.0274036,5.7071686,15.584636,7.8753533,2.3431354,8.607002,241.85541,53.23671,4.7230268,0.6634135,2.9855285,135.0845,0.9984023,139.06396,132.21587,1816.8109,200.08759,88.70381,154.2612,772.82214,42.251568,34.39766,730.16943,54.29041,78.25773,10.151201,20.544472,193.24127,10.766747,10.173095,52.437798,16.717533,4028.141,18.029621,21.665995,15.722314,9.999313,272.80823,51.066814,25.567877,7.523098,6.7474127,14.169655,55.583027,76.78151,33.20363,181.51376,18.329226,5.17554,45.6253,25.621183,40.17703,114.91146,19.99664,1.6293615,23.632309,13.140638,1741.5167,20.727345,0.7879704,26.811491,11.797485,121.698814,85.479485,103.04394,7.9519835,88.84543,333.70566,243.30263,26.908,239.86163,79.854385,47.498264,69.508835,96.96483,13.746705,41.263744,486.31845,3.5726995,6.698789,207.03406,23.866014,8.783894,26.983425,26.746742,279.75812,88.706215,163.09831,1458.7822,94.56464,1696.8057,1622.8793,12.234865,12.07547,1707.8833,23.018408,18.656296,437.81888,39.20464,66.83105,28.723898,116.00152,265.51456,430.69513,5.3810964,45.11665,162.36649,372.00705,9.992574,90.775246,10.653091,1.5576769,59.2405,0.98805594,1.0977982,3.1561692,11.072987,31.078634,18.87765,21.848118,571.6782,52.281586,29.898426,38.216732,13.996621,87.13642,11.60587,35.60932,10.721774,72.00673,22.113592,34.005135,43.963886,10.118346,47.88921,37.267876,1.214378,64.09905,10.377337,221.7105,7.3690414,294.63083,22.022976,1028.27,131.33891,3.1443453,10.389761,153.9964,191.88206,938.4227,882.3671 +2023-01-04 03:00:00,0.0,2483.119,45.417152,9.126189,43.558823,31.638147,262.77768,29.439165,51.875725,18.89552,28.298092,237.3646,133.23824,15.252604,56.012848,0.8772398,0.8135586,49.706406,24.548635,28.632612,618.6755,15.603584,762.4253,126.31321,18.240774,56.21277,387.13437,70.77016,852.3002,254.32361,2728.2263,34.023262,2790.539,317.98416,19.454086,18.851469,91.47474,232.80067,288.05493,532.8509,40.899193,23.099182,10.611445,501.4223,230.57195,57.403896,7.1880975,556.0859,12.42243,595.4761,6.352651,29.282305,0.0,759.8789,1747.2761,0.255352,86.227234,14.346925,10014.648,26.63437,1.0280619,5.705914,15.584888,7.885752,2.3473449,8.607354,241.94025,53.214382,4.7219744,0.66371894,2.9897013,135.32184,0.99782014,139.08115,132.15121,1818.1003,199.97278,88.73352,154.31654,772.8779,42.303764,34.431957,730.89685,54.281372,78.265724,10.150715,20.559399,193.28807,10.769322,10.172066,52.44982,16.723509,4028.4133,18.029465,21.688509,15.723126,10.004871,272.87097,51.080456,25.585686,7.5258174,6.750745,14.166104,55.580425,76.81384,33.232056,181.53465,18.330162,5.18568,45.641247,25.615725,40.15645,114.919975,19.98254,1.6290827,23.654753,13.1381235,1740.7242,20.731567,0.7875086,26.864012,11.802824,121.72255,85.45578,103.029045,7.9546175,88.869354,333.72098,243.28337,26.917961,239.83134,79.81008,47.495422,69.50798,97.03608,13.7593775,41.28315,486.28827,3.58068,6.713232,207.13708,23.861694,8.785636,27.01827,26.773132,280.11642,88.7813,163.10626,1459.4641,94.48258,1696.6664,1622.644,12.230202,12.068045,1707.5228,23.010021,18.646809,437.7444,39.186794,66.80343,28.718105,115.9388,265.49564,430.6091,5.3793545,45.101814,162.25015,371.94946,9.987582,90.76748,10.649529,1.5573981,59.238075,0.9881005,1.097956,3.156685,11.071991,31.069048,18.873562,21.852823,571.1265,52.26512,29.884504,38.20615,13.990784,87.170364,11.595364,35.719357,10.717339,71.99087,22.092464,33.97001,43.93333,10.116229,47.855473,37.235683,1.2141356,64.08401,10.376439,221.7026,7.3680024,294.56528,22.018589,1028.4751,131.31157,3.1440015,10.387851,153.96997,191.85129,938.3521,882.4675 +2023-01-04 04:00:00,0.0,2482.5464,45.4007,9.120434,43.51231,31.621723,262.66724,29.433538,51.861877,18.893084,28.29358,237.37198,133.23306,15.249027,56.005375,0.88395715,0.8183895,49.687233,24.662422,28.682756,618.43506,15.638833,761.952,126.33,18.290611,56.32187,386.88565,70.78453,852.5412,254.33015,2727.361,34.053032,2789.9307,318.4942,19.481224,18.868105,91.6324,232.79788,288.08722,533.4597,40.89785,23.088116,10.61052,501.37323,230.81483,57.484375,7.186903,556.1501,12.424638,595.47107,6.3587155,29.285402,0.0,760.1078,1747.2881,0.25539336,86.17586,14.347549,10016.448,26.646828,1.0287201,5.7046595,15.585141,7.896151,2.3515544,8.607706,242.0251,53.192055,4.720922,0.6640243,2.9938743,135.55916,0.997238,139.09834,132.08656,1819.3896,199.85797,88.76324,154.37187,772.93365,42.355965,34.46626,731.62427,54.27234,78.27372,10.150229,20.574327,193.33488,10.771898,10.171037,52.461845,16.729483,4028.6855,18.029306,21.711021,15.723939,10.01043,272.9337,51.094097,25.603495,7.528537,6.7540774,14.162555,55.57782,76.846176,33.260483,181.55554,18.331097,5.1958194,45.657196,25.610268,40.135868,114.92849,19.96844,1.6288037,23.677198,13.135609,1739.9318,20.735792,0.78704685,26.916533,11.808164,121.74629,85.43208,103.01415,7.957252,88.89328,333.73633,243.2641,26.927923,239.80106,79.76577,47.492584,69.50713,97.10732,13.77205,41.30255,486.25806,3.5886605,6.7276754,207.24011,23.857374,8.787377,27.053116,26.799524,280.47473,88.856384,163.1142,1460.1461,94.400536,1696.5271,1622.4087,12.225537,12.060618,1707.1624,23.001635,18.637321,437.66986,39.168953,66.77581,28.71231,115.876076,265.47668,430.52307,5.3776126,45.086983,162.13382,371.8919,9.982591,90.75971,10.645968,1.5571193,59.235653,0.9881451,1.0981135,3.1572013,11.070995,31.059462,18.869474,21.857527,570.5748,52.248657,29.870584,38.195564,13.984946,87.2043,11.584857,35.82939,10.712903,71.975,22.071335,33.934887,43.902775,10.114113,47.821735,37.20349,1.2138932,64.06897,10.375541,221.69473,7.366963,294.49976,22.014202,1028.6802,131.28423,3.143658,10.385941,153.94353,191.82053,938.2815,882.568 +2023-01-04 05:00:00,0.0,2481.9739,45.384243,9.114677,43.4658,31.605299,262.5568,29.42791,51.84803,18.89065,28.289068,237.37936,133.2279,15.245451,55.997902,0.89067453,0.8232204,49.668064,24.776209,28.732903,618.1946,15.674082,761.4787,126.34679,18.340448,56.43097,386.6369,70.798904,852.7823,254.33669,2726.4958,34.082798,2789.322,319.0042,19.508362,18.884739,91.790054,232.79509,288.1195,534.06854,40.896507,23.07705,10.609595,501.32413,231.05772,57.564854,7.185709,556.2143,12.4268465,595.466,6.3647795,29.2885,0.0,760.33655,1747.2999,0.25543475,86.12448,14.348174,10018.247,26.659286,1.0293785,5.7034054,15.585394,7.90655,2.355764,8.608058,242.10994,53.169727,4.7198696,0.6643297,2.998047,135.7965,0.9966558,139.11554,132.02191,1820.679,199.74316,88.79295,154.4272,772.9894,42.408165,34.50056,732.3517,54.2633,78.281715,10.149743,20.589254,193.38168,10.774473,10.170007,52.473866,16.735458,4028.9578,18.02915,21.733536,15.724751,10.015988,272.9964,51.10774,25.621304,7.531256,6.7574096,14.159004,55.575214,76.87851,33.28891,181.57643,18.332033,5.2059593,45.67314,25.60481,40.115288,114.937004,19.95434,1.6285249,23.699642,13.133094,1739.1393,20.740015,0.78658503,26.969051,11.813502,121.77003,85.40838,102.99926,7.9598866,88.9172,333.75165,243.24484,26.937883,239.77077,79.72146,47.489742,69.50629,97.17857,13.784722,41.321957,486.22787,3.5966408,6.7421184,207.34315,23.853054,8.78912,27.087961,26.825914,280.83304,88.93147,163.12215,1460.8281,94.31848,1696.3877,1622.1735,12.220874,12.053192,1706.802,22.993248,18.627834,437.59537,39.15111,66.748184,28.706516,115.813354,265.45776,430.43704,5.3758707,45.07215,162.01749,371.83432,9.9776,90.751945,10.642406,1.5568403,59.23323,0.9881897,1.0982713,3.1577172,11.07,31.049877,18.865387,21.86223,570.0232,52.23219,29.856663,38.18498,13.97911,87.238235,11.574351,35.939426,10.7084675,71.95914,22.050205,33.89976,43.87222,10.111996,47.788002,37.171303,1.2136507,64.053925,10.374642,221.68684,7.365924,294.43423,22.009815,1028.8853,131.25687,3.1433144,10.38403,153.9171,191.78975,938.2108,882.6684 +2023-01-04 06:00:00,0.0,2481.4014,45.367786,9.108922,43.419292,31.588873,262.44638,29.422281,51.834183,18.888216,28.284557,237.38676,133.22273,15.241875,55.990425,0.8973919,0.8280513,49.648895,24.889996,28.783047,617.95416,15.709331,761.00543,126.36357,18.390285,56.54007,386.38818,70.81327,853.0233,254.34323,2725.6306,34.112564,2788.7134,319.51425,19.5355,18.901375,91.947716,232.7923,288.1518,534.6773,40.89516,23.065983,10.60867,501.27505,231.30061,57.64533,7.1845145,556.27844,12.429054,595.461,6.370844,29.291597,0.0,760.56537,1747.3119,0.25547612,86.0731,14.348799,10020.047,26.671745,1.0300368,5.702151,15.585647,7.916949,2.3599734,8.608411,242.1948,53.147404,4.718817,0.6646351,3.0022202,136.03383,0.99607366,139.13274,131.95726,1821.9683,199.62836,88.82268,154.48253,773.04517,42.460365,34.53486,733.07916,54.254265,78.28971,10.149257,20.604183,193.42848,10.777048,10.168978,52.48589,16.741432,4029.2297,18.028992,21.756048,15.725564,10.021546,273.05914,51.12138,25.639112,7.5339756,6.760742,14.155455,55.57261,76.91084,33.31734,181.59732,18.332968,5.216099,45.689087,25.599354,40.094704,114.94552,19.94024,1.628246,23.722086,13.130579,1738.3468,20.744238,0.7861233,27.021572,11.818841,121.79377,85.38468,102.98437,7.962521,88.941124,333.76697,243.22557,26.947845,239.74048,79.67715,47.486904,69.50543,97.24982,13.797395,41.34136,486.19766,3.6046214,6.7565613,207.44618,23.848734,8.790861,27.122807,26.852304,281.19135,89.00655,163.13008,1461.5103,94.236435,1696.2484,1621.9381,12.216209,12.045766,1706.4415,22.984863,18.618347,437.52087,39.133266,66.720566,28.700724,115.75063,265.43884,430.351,5.374129,45.057316,161.90115,371.77676,9.972609,90.74418,10.6388445,1.5565615,59.23081,0.9882343,1.098429,3.1582332,11.069004,31.04029,18.8613,21.866936,569.4715,52.215725,29.842743,38.174397,13.973272,87.27218,11.563845,36.04946,10.704033,71.94327,22.029078,33.864635,43.841667,10.109879,47.754265,37.13911,1.2134082,64.03888,10.373744,221.67897,7.364885,294.36868,22.005428,1029.0903,131.22952,3.1429706,10.38212,153.89067,191.75897,938.1402,882.7688 +2023-01-04 07:00:00,0.0,2480.8289,45.35133,9.103167,43.372784,31.572449,262.33594,29.416653,51.82034,18.88578,28.280046,237.39415,133.21756,15.238298,55.982952,0.90410924,0.8328822,49.629723,25.003782,28.833193,617.7137,15.744579,760.5321,126.380356,18.440123,56.64917,386.13943,70.827644,853.26434,254.34976,2724.7654,34.14233,2788.105,320.02426,19.562637,18.918009,92.105385,232.7895,288.18408,535.28613,40.893818,23.054916,10.607746,501.22598,231.5435,57.725807,7.18332,556.34265,12.431262,595.456,6.376908,29.294695,0.0,760.7942,1747.3237,0.25551748,86.02172,14.349423,10021.847,26.684204,1.0306951,5.7008963,15.585898,7.9273477,2.3641832,8.608763,242.27965,53.125076,4.717765,0.6649405,3.006393,136.27115,0.9954915,139.14993,131.89261,1823.2577,199.51355,88.852394,154.53786,773.1009,42.51256,34.56916,733.8066,54.24523,78.29771,10.148771,20.61911,193.4753,10.779623,10.167949,52.49791,16.747408,4029.502,18.028835,21.778563,15.726376,10.027105,273.12186,51.13502,25.656921,7.536695,6.7640743,14.151905,55.570007,76.94317,33.345768,181.61821,18.333904,5.2262387,45.705032,25.593897,40.074123,114.95404,19.926142,1.627967,23.744532,13.128064,1737.5543,20.74846,0.78566146,27.074093,11.82418,121.817505,85.36098,102.969475,7.965155,88.96505,333.78232,243.20631,26.957808,239.71019,79.632835,47.484062,69.504585,97.32106,13.810067,41.360764,486.16748,3.612602,6.7710047,207.54921,23.844414,8.792603,27.157652,26.878696,281.54962,89.081635,163.13803,1462.1921,94.15438,1696.1091,1621.7028,12.211546,12.03834,1706.0812,22.976477,18.60886,437.44635,39.115425,66.69295,28.69493,115.68791,265.4199,430.26498,5.372387,45.042484,161.78482,371.71918,9.967617,90.73641,10.6352825,1.5562826,59.228386,0.98827887,1.0985866,3.1587493,11.068007,31.030704,18.857212,21.87164,568.9198,52.19926,29.828821,38.16381,13.967435,87.306114,11.553339,36.1595,10.699597,71.92741,22.007948,33.829514,43.81111,10.107761,47.720528,37.10692,1.2131658,64.023834,10.372846,221.67108,7.3638453,294.30316,22.001041,1029.2954,131.20218,3.142627,10.38021,153.86424,191.7282,938.0695,882.8692 +2023-01-04 08:00:00,0.0,2480.2566,45.334873,9.097411,43.32627,31.556025,262.2255,29.411026,51.80649,18.883347,28.275534,237.40154,133.2124,15.234722,55.97548,0.9108266,0.8377131,49.610554,25.117569,28.883337,617.47327,15.779828,760.05884,126.39714,18.489962,56.75827,385.89072,70.84202,853.5054,254.3563,2723.9001,34.172096,2787.4963,320.5343,19.589775,18.934645,92.26305,232.78671,288.21637,535.89496,40.89247,23.04385,10.606821,501.17688,231.78639,57.806286,7.1821256,556.40686,12.43347,595.4509,6.3829722,29.29779,0.0,761.023,1747.3357,0.25555888,85.970345,14.350049,10023.6455,26.696661,1.0313534,5.6996417,15.586151,7.9377465,2.3683927,8.609115,242.36449,53.10275,4.716712,0.6652459,3.010566,136.50848,0.99490935,139.16711,131.82796,1824.547,199.39874,88.88211,154.5932,773.1567,42.564762,34.603462,734.534,54.236195,78.3057,10.148285,20.634037,193.5221,10.782198,10.166919,52.509933,16.753384,4029.7742,18.028677,21.801075,15.727188,10.032663,273.18457,51.148663,25.67473,7.539415,6.767407,14.148355,55.5674,76.9755,33.374195,181.6391,18.334839,5.236378,45.720978,25.58844,40.053543,114.962555,19.912043,1.6276882,23.766975,13.125549,1736.7618,20.752684,0.7851997,27.126612,11.829518,121.84125,85.33728,102.95458,7.9677896,88.988976,333.79764,243.18704,26.967768,239.6799,79.58853,47.481224,69.50374,97.39231,13.82274,41.380165,486.13727,3.6205823,6.7854476,207.65225,23.840094,8.794345,27.192495,26.905087,281.90793,89.15672,163.14597,1462.8741,94.072334,1695.9697,1621.4675,12.2068815,12.030914,1705.7207,22.96809,18.599373,437.37186,39.097584,66.66532,28.689137,115.6252,265.40097,430.17896,5.370645,45.02765,161.66849,371.66162,9.962626,90.728645,10.631721,1.5560037,59.22596,0.98832345,1.0987443,3.1592653,11.067012,31.021118,18.853125,21.876345,568.3681,52.182796,29.8149,38.153225,13.961597,87.34006,11.542832,36.269535,10.695162,71.91154,21.986818,33.794388,43.780556,10.105645,47.68679,37.07473,1.2129234,64.00879,10.371947,221.66321,7.3628063,294.23764,21.996655,1029.5005,131.17484,3.1422832,10.3783,153.83781,191.69742,937.9989,882.9696 +2023-01-04 09:00:00,0.0,2479.684,45.318417,9.091656,43.279762,31.539598,262.11508,29.405397,51.792645,18.880913,28.271023,237.40894,133.20723,15.231146,55.968006,0.917544,0.8425441,49.59138,25.231356,28.933483,617.2328,15.815077,759.5855,126.413925,18.539799,56.86737,385.64197,70.85639,853.7464,254.36284,2723.035,34.201862,2786.8877,321.0443,19.616913,18.951279,92.4207,232.78392,288.24866,536.5038,40.89113,23.032784,10.605896,501.1278,232.02928,57.886765,7.1809316,556.47107,12.435678,595.4459,6.389036,29.300888,0.0,761.25183,1747.3477,0.25560024,85.91896,14.350674,10025.445,26.70912,1.0320116,5.698387,15.586404,7.9481454,2.3726022,8.609467,242.44934,53.08042,4.7156596,0.6655513,3.0147388,136.7458,0.9943272,139.18431,131.7633,1825.8363,199.28394,88.91182,154.64853,773.2124,42.616962,34.63776,735.2614,54.227158,78.3137,10.147799,20.648964,193.56891,10.784773,10.16589,52.521957,16.759357,4030.0464,18.02852,21.82359,15.728001,10.038221,273.2473,51.162304,25.692541,7.5421343,6.770739,14.144805,55.564796,77.007835,33.402622,181.65999,18.335773,5.246518,45.736923,25.582983,40.032963,114.97107,19.897943,1.6274092,23.78942,13.1230345,1735.9694,20.756907,0.7847379,27.179132,11.834857,121.86498,85.313576,102.93969,7.970424,89.0129,333.81296,243.16779,26.97773,239.64961,79.54422,47.478382,69.502884,97.463554,13.835412,41.39957,486.10706,3.628563,6.7998905,207.75528,23.835772,8.796086,27.22734,26.931477,282.26624,89.231804,163.15392,1463.5562,93.99028,1695.8304,1621.2322,12.202218,12.023488,1705.3602,22.959703,18.589886,437.29736,39.07974,66.6377,28.683342,115.56248,265.38202,430.09293,5.368903,45.012817,161.55217,371.60403,9.957635,90.72088,10.628159,1.5557249,59.223537,0.98836803,1.0989019,3.1597812,11.066016,31.011532,18.849037,21.881048,567.81647,52.166332,29.80098,38.142643,13.955761,87.37399,11.532326,36.37957,10.690726,71.895676,21.96569,33.759266,43.75,10.103528,47.653053,37.042538,1.2126809,63.993748,10.371049,221.65532,7.3617673,294.1721,21.992268,1029.7056,131.14749,3.1419396,10.3763895,153.81139,191.66664,937.9283,883.07 +2023-01-04 10:00:00,0.0,2479.1116,45.301964,9.0859,43.233253,31.523174,262.00464,29.399769,51.778797,18.878477,28.266512,237.41632,133.20206,15.22757,55.960533,0.92426133,0.847375,49.572212,25.345142,28.983627,616.9924,15.850326,759.11224,126.43071,18.589636,56.97647,385.39325,70.87076,853.9875,254.36937,2722.1697,34.23163,2786.2793,321.55435,19.64405,18.967915,92.57836,232.78113,288.28094,537.11255,40.889786,23.021717,10.604971,501.07874,232.27216,57.96724,7.179737,556.5353,12.437885,595.44086,6.3951006,29.303986,0.0,761.4806,1747.3595,0.2556416,85.867584,14.351298,10027.245,26.721579,1.0326699,5.6971326,15.586657,7.9585443,2.3768117,8.609818,242.53418,53.058094,4.7146072,0.66585666,3.0189118,136.98314,0.993745,139.2015,131.69865,1827.1256,199.16913,88.941536,154.70386,773.2681,42.66916,34.672062,735.98883,54.218124,78.32169,10.147313,20.66389,193.6157,10.787348,10.164861,52.533978,16.765333,4030.3186,18.028362,21.846102,15.728813,10.04378,273.31003,51.175945,25.71035,7.5448537,6.774071,14.141254,55.56219,77.04017,33.43105,181.68088,18.33671,5.2566576,45.75287,25.577526,40.012383,114.97958,19.883842,1.6271304,23.811863,13.12052,1735.1769,20.761131,0.7842761,27.231653,11.840196,121.888725,85.28988,102.9248,7.9730587,89.03683,333.8283,243.14851,26.98769,239.61934,79.49991,47.475544,69.50204,97.534805,13.848084,41.418972,486.07687,3.6365433,6.814334,207.8583,23.831451,8.797829,27.262186,26.957869,282.62454,89.30689,163.16185,1464.2383,93.90823,1695.6912,1620.997,12.197554,12.016062,1704.9999,22.951317,18.580399,437.22284,39.061897,66.610085,28.67755,115.499756,265.3631,430.0069,5.3671613,44.997986,161.43584,371.54648,9.952643,90.71311,10.624597,1.555446,59.221115,0.9884126,1.0990596,3.1602974,11.065021,31.001945,18.84495,21.885754,567.2648,52.149864,29.787058,38.132057,13.9499235,87.40793,11.52182,36.489605,10.686291,71.87981,21.944561,33.72414,43.719444,10.101411,47.619316,37.01035,1.2124385,63.978706,10.370151,221.64743,7.360728,294.10657,21.98788,1029.9106,131.12013,3.141596,10.37448,153.78496,191.63586,937.8576,883.1705 +2023-01-04 11:00:00,0.0,2478.539,45.285507,9.080145,43.186745,31.50675,261.8942,29.394142,51.764954,18.876043,28.262001,237.4237,133.1969,15.223993,55.95306,0.9309787,0.8522059,49.55304,25.45893,29.033773,616.7519,15.885574,758.6389,126.447495,18.639473,57.08557,385.1445,70.88513,854.2285,254.37592,2721.3044,34.2614,2785.6707,322.0644,19.671188,18.984549,92.73602,232.77834,288.31323,537.7214,40.88844,23.01065,10.604046,501.02966,232.51505,58.047718,7.1785426,556.5994,12.440093,595.43585,6.4011645,29.307083,0.0,761.7095,1747.3715,0.255683,85.81621,14.351923,10029.044,26.734037,1.0333282,5.695878,15.586909,7.968943,2.3810213,8.61017,242.61903,53.035767,4.713555,0.6661621,3.0230846,137.22046,0.9931629,139.2187,131.634,1828.415,199.05432,88.97125,154.75919,773.3239,42.72136,34.70636,736.7163,54.209087,78.32969,10.146827,20.67882,193.6625,10.789923,10.163831,52.546,16.771309,4030.5908,18.028206,21.868616,15.729626,10.049338,273.37274,51.189587,25.728159,7.547573,6.777404,14.137705,55.55959,77.0725,33.459476,181.70177,18.337645,5.2667975,45.768814,25.57207,39.991802,114.9881,19.869743,1.6268514,23.834309,13.118005,1734.3844,20.765354,0.7838143,27.284172,11.845534,121.91246,85.266174,102.909904,7.9756927,89.06075,333.84363,243.12926,26.997652,239.58905,79.4556,47.472702,69.50119,97.60605,13.860757,41.438377,486.04666,3.6445239,6.828777,207.96135,23.827131,8.79957,27.297031,26.984259,282.98285,89.38197,163.1698,1464.9203,93.82618,1695.5519,1620.7616,12.192889,12.0086355,1704.6394,22.94293,18.570911,437.14835,39.044052,66.58246,28.671755,115.437035,265.34415,429.92087,5.365419,44.98315,161.3195,371.4889,9.947653,90.705345,10.621036,1.5551672,59.218693,0.9884572,1.0992173,3.1608133,11.064025,30.992361,18.840862,21.890457,566.7131,52.1334,29.773138,38.12147,13.944086,87.44187,11.511313,36.599644,10.681855,71.863945,21.923431,33.689014,43.68889,10.099294,47.585583,36.978157,1.212196,63.96366,10.369252,221.63956,7.3596888,294.04105,21.983496,1030.1157,131.09279,3.1412523,10.37257,153.75853,191.60509,937.787,883.2709 +2023-01-04 12:00:00,0.0,2477.9666,45.26905,9.0743885,43.140232,31.490326,261.78375,29.388514,51.751106,18.873608,28.257488,237.4311,133.19173,15.220416,55.945587,0.9376961,0.8570368,49.53387,25.572716,29.083918,616.5115,15.920823,758.16565,126.46429,18.68931,57.19467,384.89578,70.899506,854.46954,254.38245,2720.4392,34.291164,2785.062,322.5744,19.698326,19.001184,92.89368,232.77554,288.34552,538.3302,40.887096,22.999584,10.603122,500.98056,232.75793,58.128197,7.177348,556.66364,12.442301,595.4308,6.407229,29.31018,0.0,761.93823,1747.3833,0.25572437,85.764824,14.352548,10030.844,26.746494,1.0339866,5.694624,15.587162,7.979342,2.3852308,8.610522,242.70387,53.013443,4.7125025,0.6664675,3.0272577,137.4578,0.99258065,139.23589,131.56935,1829.7043,198.93951,89.00097,154.81451,773.37964,42.77356,34.74066,737.4437,54.20005,78.337685,10.146341,20.693747,193.70932,10.792498,10.162802,52.558025,16.777283,4030.8628,18.028048,21.891129,15.730438,10.054896,273.4355,51.203228,25.745968,7.5502925,6.780736,14.134154,55.556984,77.104836,33.487904,181.72266,18.338581,5.276937,45.78476,25.566612,39.971222,114.99661,19.855644,1.6265726,23.856752,13.11549,1733.5919,20.769577,0.7833525,27.336693,11.850874,121.9362,85.24248,102.89501,7.9783273,89.08467,333.85895,243.10999,27.007612,239.55876,79.411285,47.469864,69.500336,97.6773,13.873429,41.45778,486.01648,3.6525044,6.8432198,208.06438,23.822811,8.801312,27.331877,27.010649,283.34116,89.457054,163.17773,1465.6023,93.74413,1695.4125,1620.5262,12.188226,12.001209,1704.279,22.934546,18.561424,437.07385,39.02621,66.55484,28.66596,115.37431,265.32523,429.83484,5.363677,44.96832,161.20317,371.43134,9.942661,90.69758,10.617474,1.5548882,59.21627,0.9885018,1.0993749,3.1613293,11.063029,30.982775,18.836775,21.89516,566.1614,52.116936,29.759216,38.110886,13.938249,87.47581,11.500807,36.70968,10.67742,71.848076,21.902302,33.653893,43.658333,10.0971775,47.551846,36.945965,1.2119536,63.948616,10.368354,221.63167,7.3586497,293.9755,21.979109,1030.3207,131.06544,3.1409087,10.37066,153.7321,191.57433,937.7163,883.3713 +2023-01-04 13:00:00,0.0,2477.394,45.252594,9.068633,43.093723,31.4739,261.67334,29.382885,51.73726,18.871174,28.252977,237.43849,133.18655,15.21684,55.938114,0.9444134,0.8618677,49.514698,25.686502,29.134064,616.271,15.956072,757.6923,126.48107,18.73915,57.303772,384.64703,70.91387,854.7106,254.38899,2719.574,34.32093,2784.4534,323.08444,19.725464,19.017818,93.05134,232.77275,288.3778,538.939,40.885754,22.988518,10.602197,500.9315,233.00082,58.20867,7.176154,556.72784,12.444509,595.4258,6.413293,29.313276,0.0,762.16705,1747.3953,0.25576574,85.71345,14.353172,10032.644,26.758953,1.0346448,5.6933694,15.587415,7.989741,2.3894403,8.610874,242.78873,52.991116,4.71145,0.66677284,3.0314305,137.69511,0.9919985,139.25308,131.5047,1830.9937,198.8247,89.030685,154.86986,773.43536,42.82576,34.774963,738.17114,54.191017,78.34568,10.145855,20.708675,193.75612,10.7950735,10.161773,52.570045,16.783258,4031.135,18.027891,21.913643,15.73125,10.060454,273.4982,51.21687,25.763777,7.553012,6.7840686,14.130605,55.55438,77.13717,33.51633,181.74355,18.339516,5.287077,45.800705,25.561155,39.95064,115.00513,19.841545,1.6262937,23.879196,13.112975,1732.7994,20.7738,0.78289074,27.389214,11.856213,121.95994,85.21877,102.88012,7.980962,89.1086,333.8743,243.09073,27.017574,239.52847,79.36698,47.467022,69.49949,97.74854,13.886102,41.477184,485.98627,3.6604848,6.857663,208.1674,23.818491,8.803054,27.366722,27.03704,283.69946,89.53214,163.18568,1466.2842,93.66208,1695.2732,1620.291,12.183561,11.993784,1703.9186,22.926159,18.551937,436.99933,39.00837,66.527214,28.660168,115.31159,265.30627,429.7488,5.361935,44.953487,161.08684,371.37375,9.93767,90.68981,10.613912,1.5546094,59.213844,0.9885464,1.0995326,3.1618454,11.062034,30.973188,18.832687,21.899866,565.60974,52.10047,29.745296,38.100304,13.932412,87.50974,11.490301,36.819714,10.672984,71.832214,21.881174,33.618767,43.627777,10.09506,47.51811,36.913776,1.2117112,63.933575,10.3674555,221.6238,7.35761,293.90997,21.974722,1030.5258,131.0381,3.140565,10.36875,153.70567,191.54355,937.6457,883.4717 +2023-01-04 14:00:00,0.0,2476.8215,45.236137,9.062878,43.047215,31.457476,261.5629,29.377258,51.72341,18.86874,28.248466,237.44588,133.1814,15.2132635,55.93064,0.9511308,0.8666986,49.49553,25.800287,29.184208,616.0306,15.991321,757.21906,126.497856,18.788986,57.412872,384.39832,70.928246,854.9516,254.39552,2718.7087,34.350697,2783.845,323.59445,19.752602,19.034452,93.209,232.76996,288.4101,539.54785,40.884407,22.977451,10.601272,500.88242,233.24371,58.28915,7.1749597,556.792,12.446716,595.4208,6.4193573,29.316374,0.0,762.3959,1747.4071,0.25580713,85.66207,14.353797,10034.442,26.771412,1.0353031,5.692115,15.587667,8.000139,2.3936498,8.611227,242.87358,52.96879,4.7103972,0.66707826,3.0356035,137.93245,0.99141634,139.27028,131.44005,1832.283,198.7099,89.060394,154.92519,773.49115,42.877956,34.80926,738.89856,54.18198,78.353676,10.145369,20.723602,193.80292,10.797648,10.160744,52.58207,16.789232,4031.4072,18.027733,21.936155,15.732062,10.066013,273.5609,51.23051,25.781586,7.5557313,6.7874007,14.127055,55.551777,77.1695,33.544758,181.76443,18.340452,5.2972164,45.81665,25.555698,39.93006,115.01364,19.827446,1.6260147,23.901642,13.11046,1732.007,20.778023,0.7824289,27.441732,11.861551,121.98367,85.195076,102.86523,7.9835963,89.13252,333.88962,243.07146,27.027536,239.49818,79.32267,47.464184,69.498634,97.819786,13.898774,41.496586,485.9561,3.6684654,6.872106,208.27045,23.81417,8.804795,27.401567,27.06343,284.05774,89.60722,163.19362,1466.9663,93.58003,1695.1339,1620.0557,12.178898,11.986358,1703.5581,22.917772,18.542452,436.92484,38.990524,66.499596,28.654373,115.24887,265.28735,429.66278,5.3601933,44.938652,160.9705,371.3162,9.932679,90.682045,10.61035,1.5543306,59.211422,0.9885909,1.0996902,3.1623614,11.061038,30.963602,18.8286,21.90457,565.05804,52.084007,29.731375,38.089718,13.926575,87.543686,11.4797945,36.92975,10.668549,71.816345,21.860044,33.58364,43.59722,10.092943,47.48437,36.881584,1.2114687,63.91853,10.366557,221.6159,7.356571,293.84442,21.970335,1030.7308,131.01076,3.1402214,10.366839,153.67924,191.51277,937.5751,883.5721 +2023-01-04 15:00:00,0.0,2476.249,45.21968,9.057122,43.0007,31.441051,261.45245,29.37163,51.709568,18.866304,28.243956,237.45328,133.17622,15.209687,55.92317,0.9578482,0.8715295,49.47636,25.914074,29.234352,615.7901,16.02657,756.7457,126.51464,18.838823,57.521973,384.14957,70.94262,855.1926,254.40205,2717.8435,34.380463,2783.2363,324.1045,19.77974,19.051088,93.36666,232.76717,288.44238,540.1566,40.883064,22.966385,10.600347,500.83334,233.4866,58.36963,7.173765,556.8562,12.448924,595.4157,6.425421,29.319471,0.0,762.6247,1747.4191,0.2558485,85.61069,14.354422,10036.242,26.783869,1.0359614,5.6908603,15.587919,8.010538,2.3978593,8.611579,242.95842,52.94646,4.709345,0.6673837,3.0397763,138.16977,0.9908342,139.28748,131.3754,1833.5724,198.5951,89.09011,154.98051,773.5469,42.930157,34.843563,739.62604,54.172943,78.36167,10.144883,20.73853,193.84973,10.800223,10.159714,52.594093,16.795208,4031.6794,18.027576,21.95867,15.732875,10.071571,273.62366,51.244152,25.799395,7.558451,6.7907333,14.123505,55.54917,77.201836,33.573185,181.78532,18.341387,5.3073564,45.832596,25.550241,39.909477,115.022156,19.813347,1.6257359,23.924086,13.107945,1731.2144,20.782248,0.78196716,27.494253,11.86689,122.007416,85.17137,102.850334,7.9862304,89.15645,333.90494,243.0522,27.037497,239.4679,79.27836,47.46134,69.49779,97.89104,13.911447,41.51599,485.92587,3.676446,6.8865495,208.37347,23.80985,8.806538,27.436413,27.08982,284.41605,89.68231,163.20157,1467.6483,93.49798,1694.9945,1619.8204,12.174233,11.978931,1703.1978,22.909386,18.532965,436.8503,38.972683,66.47198,28.64858,115.18615,265.2684,429.57675,5.3584514,44.92382,160.85417,371.2586,9.927688,90.67428,10.606788,1.5540518,59.209,0.9886355,1.0998479,3.1628773,11.060042,30.954016,18.824512,21.909275,564.50635,52.06754,29.717455,38.079132,13.920737,87.57762,11.469289,37.039787,10.664113,71.80048,21.838915,33.54852,43.566666,10.090826,47.450634,36.849392,1.2112262,63.903484,10.365659,221.60803,7.355532,293.7789,21.965948,1030.9359,130.9834,3.1398778,10.364929,153.65282,191.482,937.5044,883.67255 +2023-01-04 16:00:00,0.0,2475.6765,45.203228,9.051367,42.954193,31.424625,261.34204,29.366001,51.69572,18.86387,28.239443,237.46066,133.17105,15.206111,55.915695,0.9645655,0.8763605,49.457188,26.02786,29.284498,615.5497,16.061817,756.27246,126.531425,18.88866,57.631073,383.90085,70.956985,855.4337,254.4086,2716.9783,34.41023,2782.6277,324.6145,19.806877,19.067722,93.52432,232.76439,288.47467,540.76544,40.88172,22.955318,10.5994215,500.78424,233.72949,58.450104,7.1725707,556.9204,12.451132,595.4107,6.4314857,29.322569,0.0,762.8535,1747.4309,0.25588986,85.55931,14.355047,10038.042,26.796328,1.0366197,5.6896057,15.588172,8.020937,2.4020689,8.611931,243.04327,52.924133,4.7082925,0.667689,3.0439494,138.4071,0.990252,139.30466,131.31076,1834.8617,198.48029,89.119835,155.03584,773.60266,42.982357,34.877865,740.35345,54.16391,78.36967,10.144397,20.753456,193.89653,10.802798,10.158685,52.606113,16.801184,4031.9517,18.027418,21.981182,15.733687,10.077129,273.68637,51.257793,25.817204,7.5611706,6.7940655,14.119955,55.546566,77.23417,33.601612,181.80621,18.342323,5.317496,45.84854,25.544785,39.888897,115.03068,19.799246,1.6254569,23.94653,13.105431,1730.4219,20.78647,0.78150535,27.546774,11.872229,122.03115,85.147675,102.83544,7.988865,89.180374,333.9203,243.03293,27.047459,239.4376,79.23405,47.458504,69.49694,97.96228,13.924119,41.535393,485.8957,3.6844263,6.9009924,208.47652,23.80553,8.808279,27.471256,27.116213,284.77435,89.75739,163.2095,1468.3303,93.41593,1694.8552,1619.5851,12.16957,11.971505,1702.8373,22.901,18.523478,436.77582,38.95484,66.44435,28.642786,115.12343,265.24948,429.49072,5.3567095,44.908985,160.73784,371.20105,9.922696,90.66651,10.603226,1.5537728,59.206577,0.98868006,1.1000056,3.1633935,11.059047,30.94443,18.820425,21.913979,563.95465,52.051075,29.703533,38.06855,13.914901,87.61156,11.458782,37.149822,10.6596775,71.784615,21.817787,33.513393,43.53611,10.088709,47.416897,36.817204,1.2109838,63.888443,10.364761,221.60014,7.3544927,293.71338,21.961561,1031.141,130.95605,3.139534,10.363019,153.62639,191.45122,937.4338,883.77295 +2023-01-04 17:00:00,0.0,2475.104,45.18677,9.045611,42.907684,31.408201,261.2316,29.360374,51.681873,18.861437,28.234932,237.46805,133.1659,15.202535,55.908222,0.9712829,0.8811914,49.43802,26.141647,29.334642,615.3092,16.097067,755.79913,126.54821,18.938498,57.740173,383.6521,70.97136,855.67474,254.41513,2716.1128,34.439995,2782.0193,325.12454,19.834015,19.084358,93.68198,232.7616,288.50696,541.37427,40.880375,22.944252,10.598497,500.73517,233.97238,58.530582,7.1713767,556.9846,12.453341,595.40564,6.4375496,29.325666,0.0,763.0823,1747.4429,0.25593126,85.507935,14.355672,10039.842,26.808786,1.0372779,5.688351,15.588425,8.031336,2.4062784,8.612283,243.12811,52.901806,4.70724,0.66799444,3.0481222,138.64444,0.98966986,139.32185,131.24611,1836.151,198.36548,89.14955,155.09117,773.6584,43.034554,34.912163,741.0809,54.154873,78.37766,10.143911,20.768385,193.94333,10.805373,10.157656,52.618137,16.807158,4032.2239,18.027262,22.003696,15.7345,10.082688,273.74908,51.271435,25.835014,7.56389,6.797398,14.116405,55.54396,77.2665,33.63004,181.8271,18.343258,5.327636,45.864487,25.539328,39.868317,115.03919,19.785147,1.6251781,23.968973,13.102917,1729.6294,20.790693,0.7810436,27.599293,11.877567,122.05489,85.12397,102.82055,7.9914994,89.2043,333.9356,243.01367,27.057419,239.40732,79.189735,47.45566,69.496086,98.03353,13.936791,41.5548,485.86548,3.692407,6.9154353,208.57954,23.80121,8.810021,27.506102,27.142603,285.13266,89.83247,163.21745,1469.0122,93.33388,1694.716,1619.3497,12.164906,11.964079,1702.4769,22.892612,18.51399,436.70132,38.936996,66.41673,28.636993,115.06071,265.23053,429.4047,5.3549676,44.894154,160.6215,371.14346,9.917706,90.658745,10.599665,1.553494,59.20415,0.98872465,1.1001632,3.1639094,11.058051,30.934845,18.816338,21.918682,563.403,52.03461,29.689611,38.057964,13.909063,87.6455,11.448276,37.259857,10.655242,71.76875,21.796658,33.47827,43.505554,10.086593,47.383163,36.78501,1.2107414,63.873398,10.363863,221.59227,7.3534536,293.64783,21.957174,1031.3461,130.92871,3.1391904,10.361109,153.59996,191.42044,937.3631,883.87335 +2023-01-04 18:00:00,0.0,2474.5315,45.170315,9.039856,42.861176,31.391777,261.12115,29.354746,51.668026,18.859001,28.230421,237.47545,133.16072,15.198958,55.90075,0.9780003,0.88602227,49.418846,26.255434,29.384789,615.0688,16.132315,755.32587,126.564995,18.988335,57.849274,383.40338,70.98573,855.9158,254.42168,2715.2476,34.469765,2781.4106,325.63455,19.861153,19.100992,93.83964,232.7588,288.53925,541.9831,40.879032,22.933186,10.597572,500.6861,234.21527,58.61106,7.170182,557.0488,12.455548,595.40063,6.443614,29.328762,0.0,763.31116,1747.4548,0.25597262,85.45655,14.356297,10041.641,26.821245,1.0379362,5.687097,15.588677,8.041735,2.410488,8.612635,243.21297,52.879482,4.7061877,0.66829985,3.0522952,138.88176,0.9890877,139.33905,131.18146,1837.4403,198.25067,89.17926,155.14651,773.7141,43.086754,34.946465,741.8083,54.145836,78.38566,10.143425,20.783312,193.99014,10.807948,10.156626,52.630157,16.813133,4032.4958,18.027103,22.026209,15.735312,10.088246,273.81183,51.285076,25.852823,7.5666094,6.80073,14.112855,55.54136,77.29883,33.658466,181.84799,18.344194,5.337775,45.880436,25.53387,39.847736,115.04771,19.771048,1.6248991,23.991419,13.100402,1728.8369,20.794916,0.7805818,27.651814,11.882906,122.07863,85.10027,102.80566,7.994134,89.228226,333.95093,242.9944,27.06738,239.37704,79.14543,47.452824,69.49524,98.104774,13.949464,41.5742,485.83527,3.7003872,6.9298787,208.68257,23.79689,8.811763,27.540947,27.168993,285.49097,89.90756,163.22539,1469.6943,93.25183,1694.5765,1619.1145,12.160242,11.956654,1702.1165,22.884228,18.504503,436.6268,38.919155,66.389114,28.631199,114.997986,265.2116,429.31866,5.3532257,44.879322,160.50517,371.0859,9.912714,90.65098,10.596103,1.5532151,59.20173,0.98876923,1.1003209,3.1644254,11.057055,30.925259,18.81225,21.923388,562.8513,52.018147,29.675692,38.04738,13.903226,87.679436,11.43777,37.369892,10.650806,71.752884,21.775528,33.443146,43.475,10.0844755,47.349426,36.75282,1.2104989,63.858356,10.362965,221.58438,7.3524146,293.5823,21.952787,1031.5511,130.90137,3.1388466,10.359199,153.57352,191.38966,937.2925,883.97375 +2023-01-04 19:00:00,0.0,2473.959,45.15386,9.0341,42.814663,31.37535,261.01074,29.349117,51.654182,18.856567,28.22591,237.48283,133.15555,15.195382,55.893276,0.9847176,0.8908532,49.399677,26.36922,29.434933,614.8283,16.167564,754.85254,126.58179,19.038174,57.958374,383.15463,71.0001,856.1568,254.4282,2714.3823,34.49953,2780.802,326.1446,19.88829,19.117628,93.9973,232.75601,288.57153,542.5919,40.87769,22.92212,10.596647,500.63702,234.45816,58.691536,7.1689878,557.113,12.457756,595.39557,6.449678,29.33186,0.0,763.5399,1747.4667,0.256014,85.405174,14.356921,10043.44,26.833702,1.0385945,5.6858425,15.58893,8.052134,2.4146974,8.612987,243.2978,52.857155,4.7051353,0.66860527,3.056468,139.1191,0.98850554,139.35625,131.1168,1838.7297,198.13586,89.20898,155.20184,773.7699,43.138954,34.980766,742.5357,54.1368,78.393654,10.142939,20.79824,194.03694,10.810523,10.155597,52.64218,16.819107,4032.768,18.026947,22.048723,15.736124,10.093804,273.87454,51.298717,25.870632,7.569329,6.804063,14.109305,55.538754,77.33116,33.686897,181.86888,18.345129,5.347915,45.89638,25.528414,39.827156,115.05622,19.756948,1.6246203,24.013863,13.097887,1728.0444,20.799139,0.78012,27.704334,11.888246,122.10237,85.07657,102.790764,7.996768,89.25215,333.96625,242.97514,27.077341,239.34676,79.10112,47.44998,69.49439,98.176025,13.962136,41.593605,485.80508,3.7083678,6.9443216,208.78561,23.79257,8.813505,27.575792,27.195385,285.84927,89.98264,163.23334,1470.3763,93.16978,1694.4373,1618.8792,12.155578,11.949227,1701.7561,22.875841,18.495016,436.5523,38.90131,66.36149,28.625404,114.935265,265.19266,429.23264,5.351484,44.864487,160.38885,371.02832,9.907722,90.64321,10.592541,1.5529363,59.199306,0.9888138,1.1004785,3.1649413,11.05606,30.915672,18.808165,21.928091,562.2996,52.00168,29.66177,38.036793,13.897388,87.71337,11.427263,37.47993,10.646371,71.73702,21.7544,33.40802,43.444443,10.082358,47.31569,36.72063,1.2102565,63.84331,10.362066,221.5765,7.351375,293.51678,21.9484,1031.7562,130.87401,3.138503,10.357288,153.54709,191.3589,937.22186,884.07416 +2023-01-04 20:00:00,0.0,2473.3867,45.1374,9.028344,42.768154,31.358927,260.9003,29.34349,51.640335,18.854132,28.221397,237.49022,133.15039,15.191805,55.885803,0.991435,0.8956841,49.380505,26.483007,29.485079,614.5879,16.202812,754.3793,126.59857,19.08801,58.067474,382.9059,71.01447,856.3978,254.43474,2713.517,34.529297,2780.1936,326.65463,19.915428,19.134262,94.15495,232.75322,288.60382,543.2007,40.876343,22.911053,10.595722,500.58792,234.70105,58.772015,7.1677933,557.1772,12.459964,595.39056,6.4557424,29.334957,0.0,763.7688,1747.4786,0.25605538,85.3538,14.357546,10045.24,26.84616,1.0392528,5.684588,15.589183,8.062532,2.418907,8.613338,243.38266,52.834827,4.7040825,0.6689106,3.060641,139.35641,0.9879234,139.37343,131.05215,1840.019,198.02106,89.23869,155.25717,773.8256,43.191154,35.015064,743.2632,54.127766,78.40165,10.142453,20.813168,194.08374,10.813099,10.154568,52.654205,16.825083,4033.0403,18.026789,22.071236,15.736937,10.099363,273.93726,51.31236,25.888441,7.572048,6.807395,14.105755,55.536148,77.363495,33.715324,181.88977,18.346066,5.3580546,45.912327,25.522957,39.806576,115.064735,19.74285,1.6243414,24.036306,13.095372,1727.252,20.803362,0.7796582,27.756855,11.893584,122.12611,85.05287,102.77587,7.9994025,89.27607,333.9816,242.95587,27.087303,239.31647,79.05681,47.447144,69.49354,98.24727,13.974809,41.613007,485.77487,3.7163484,6.958765,208.88864,23.78825,8.815247,27.610638,27.221775,286.20758,90.05773,163.24127,1471.0583,93.08773,1694.298,1618.6439,12.150914,11.941801,1701.3956,22.867455,18.485529,436.4778,38.88347,66.33387,28.619612,114.87254,265.17374,429.1466,5.3497415,44.849655,160.27252,370.97076,9.902732,90.635445,10.588979,1.5526574,59.196884,0.9888584,1.1006362,3.1654575,11.055064,30.906086,18.804077,21.932796,561.7479,51.985214,29.64785,38.02621,13.891552,87.747314,11.416757,37.589966,10.641935,71.72115,21.73327,33.3729,43.413887,10.080241,47.28195,36.68844,1.210014,63.828266,10.361168,221.56862,7.350336,293.45123,21.944014,1031.9613,130.84666,3.1381595,10.355378,153.52066,191.32812,937.1512,884.1746 +2023-01-04 21:00:00,0.0,2472.8142,45.120945,9.022589,42.721645,31.342503,260.78986,29.337862,51.626488,18.851698,28.216887,237.49762,133.14522,15.188229,55.87833,0.9981524,0.900515,49.361336,26.596794,29.535223,614.3474,16.238062,753.90594,126.61536,19.137848,58.176575,382.65717,71.02885,856.6389,254.44128,2712.6519,34.559063,2779.585,327.16464,19.942566,19.150898,94.312614,232.75043,288.6361,543.8095,40.875,22.899986,10.594797,500.53885,234.94394,58.852493,7.1665993,557.2414,12.462172,595.38556,6.4618063,29.338055,0.0,763.99756,1747.4905,0.25609675,85.302414,14.3581705,10047.039,26.85862,1.0399112,5.6833334,15.589436,8.072931,2.4231164,8.61369,243.46751,52.8125,4.70303,0.66921604,3.064814,139.59375,0.9873412,139.39062,130.9875,1841.3083,197.90625,89.26841,155.3125,773.88135,43.24335,35.049366,743.9906,54.11873,78.409645,10.141967,20.828094,194.13055,10.815674,10.153538,52.666225,16.831059,4033.3125,18.026632,22.09375,15.737749,10.104921,274.0,51.325996,25.90625,7.5747676,6.810727,14.102205,55.533546,77.39583,33.74375,181.91066,18.347,5.3681946,45.928272,25.5175,39.785995,115.07325,19.728748,1.6240625,24.058752,13.092857,1726.4595,20.807587,0.77919644,27.809374,11.898923,122.14985,85.02917,102.76098,8.002037,89.299995,333.99692,242.93661,27.097265,239.28618,79.0125,47.4443,69.49269,98.31851,13.987481,41.63241,485.7447,3.7243288,6.973208,208.99167,23.78393,8.816988,27.645483,27.248165,286.56586,90.13281,163.24922,1471.7404,93.00568,1694.1587,1618.4086,12.14625,11.934375,1701.0352,22.859068,18.476042,436.4033,38.865627,66.30625,28.613817,114.80982,265.1548,429.06058,5.3479996,44.834824,160.15619,370.91318,9.89774,90.62768,10.585417,1.5523785,59.19446,0.988903,1.1007938,3.1659734,11.054069,30.8965,18.79999,21.9375,561.1963,51.96875,29.633928,38.015625,13.885715,87.78125,11.406251,37.7,10.6375,71.70529,21.712141,33.337772,43.38333,10.078125,47.248215,36.656246,1.2097715,63.813225,10.36027,221.56075,7.349297,293.3857,21.939629,1032.1663,130.81932,3.1378157,10.353468,153.49423,191.29735,937.08057,884.275 +2023-01-04 22:00:00,0.0,2472.2417,45.104492,9.016833,42.675137,31.326078,260.67944,29.332233,51.61264,18.849264,28.212376,237.505,133.14005,15.184652,55.870857,1.0048697,0.9053459,49.342163,26.71058,29.58537,614.10693,16.27331,753.4327,126.63214,19.187685,58.285675,382.40845,71.04321,856.87994,254.44781,2711.7866,34.58883,2778.9763,327.67468,19.969704,19.167532,94.47028,232.74763,288.6684,544.41833,40.873657,22.888918,10.593873,500.48978,235.18683,58.932972,7.165405,557.30554,12.464379,595.3805,6.4678707,29.341152,0.0,764.2264,1747.5024,0.25613812,85.25104,14.358795,10048.839,26.871078,1.0405694,5.682079,15.589687,8.08333,2.427326,8.614042,243.55235,52.790173,4.7019777,0.66952145,3.068987,139.83107,0.98675907,139.40782,130.92285,1842.5977,197.79144,89.29813,155.36783,773.93713,43.29555,35.083664,744.718,54.10969,78.41764,10.141481,20.843021,194.17735,10.818249,10.152509,52.67825,16.837032,4033.5847,18.026476,22.116264,15.738562,10.110479,274.0627,51.339638,25.924059,7.5774875,6.8140597,14.098655,55.53094,77.42816,33.77218,181.93155,18.347935,5.378334,45.944218,25.512043,39.765415,115.081764,19.71465,1.6237836,24.081196,13.0903425,1725.667,20.81181,0.7787346,27.861895,11.904262,122.173584,85.00547,102.746086,8.004671,89.32392,334.01224,242.91736,27.107225,239.25589,78.968185,47.441463,69.491844,98.38976,14.000154,41.651814,485.71448,3.7323093,6.987651,209.09471,23.77961,8.81873,27.680328,27.274557,286.92416,90.2079,163.25716,1472.4224,92.92363,1694.0193,1618.1733,12.141586,11.926949,1700.6748,22.850681,18.466555,436.3288,38.847782,66.278625,28.608025,114.7471,265.13586,428.97455,5.3462577,44.81999,160.03986,370.85562,9.892749,90.61991,10.581855,1.5520997,59.192036,0.9889476,1.1009516,3.1664894,11.053073,30.886913,18.795902,21.942204,560.6446,51.952286,29.620008,38.00504,13.879877,87.815186,11.395744,37.810036,10.633064,71.68942,21.691011,33.302647,43.352776,10.076008,47.214478,36.624058,1.2095292,63.79818,10.359371,221.55286,7.3482575,293.3202,21.935242,1032.3713,130.79198,3.1374722,10.351558,153.4678,191.26657,937.0099,884.3754 +2023-01-04 23:00:00,0.0,2471.6692,45.088036,9.011078,42.628624,31.309652,260.569,29.326607,51.598793,18.846828,28.207865,237.51239,133.13489,15.181076,55.863384,1.0115871,0.9101769,49.322994,26.824368,29.635513,613.8665,16.30856,752.95935,126.648926,19.237522,58.394775,382.1597,71.05759,857.121,254.45436,2710.9214,34.618595,2778.3677,328.1847,19.996841,19.184168,94.627945,232.74484,288.70068,545.02716,40.87231,22.877851,10.592948,500.44067,235.42972,59.013447,7.1642103,557.36975,12.466587,595.3755,6.4739347,29.344248,0.0,764.4552,1747.5143,0.2561795,85.19966,14.359421,10050.639,26.883535,1.0412277,5.6808243,15.58994,8.093729,2.4315355,8.614395,243.6372,52.767845,4.7009254,0.6698268,3.07316,140.0684,0.98617685,139.42502,130.8582,1843.8871,197.67664,89.327835,155.42317,773.99286,43.34775,35.117966,745.44543,54.10066,78.42564,10.140995,20.857948,194.22415,10.820824,10.15148,52.690273,16.843008,4033.857,18.026318,22.138777,15.739374,10.116037,274.12543,51.35328,25.941868,7.580207,6.817392,14.095105,55.528336,77.460495,33.800606,181.95244,18.348871,5.388474,45.960163,25.506586,39.744835,115.09028,19.70055,1.6235046,24.10364,13.087828,1724.8745,20.816032,0.7782728,27.914415,11.9096,122.19733,84.981766,102.73119,8.007306,89.34785,334.0276,242.89809,27.117188,239.2256,78.92388,47.43862,69.49099,98.461006,14.012826,41.671215,485.6843,3.7402897,7.0020943,209.19774,23.775288,8.820472,27.715172,27.300947,287.28247,90.28298,163.2651,1473.1044,92.841576,1693.88,1617.938,12.136922,11.919523,1700.3143,22.842295,18.457067,436.2543,38.82994,66.25101,28.60223,114.68438,265.1169,428.88852,5.344516,44.805157,159.92352,370.79803,9.887758,90.612144,10.578293,1.5518208,59.189613,0.98899215,1.1011093,3.1670055,11.052077,30.877329,18.791815,21.946909,560.0929,51.93582,29.606087,37.994457,13.874041,87.84913,11.385238,37.92007,10.628629,71.67356,21.669884,33.267525,43.32222,10.073891,47.180744,36.591866,1.2092867,63.78314,10.358473,221.54498,7.3472185,293.25464,21.930855,1032.5764,130.76463,3.1371284,10.349648,153.44138,191.2358,936.9393,884.4758 +2023-01-05 00:00:00,0.0,2471.0967,45.07158,9.005322,42.582115,31.293228,260.45856,29.320978,51.58495,18.844395,28.203354,237.51979,133.12971,15.1775,55.85591,1.0183045,0.91500777,49.303825,26.938154,29.685658,613.62604,16.343807,752.4861,126.66571,19.287361,58.503876,381.91098,71.07196,857.362,254.46089,2710.0562,34.64836,2777.7593,328.69473,20.02398,19.200802,94.7856,232.74205,288.73297,545.6359,40.870968,22.866785,10.592023,500.3916,235.6726,59.093925,7.163016,557.43396,12.468795,595.3704,6.479999,29.347345,0.0,764.68396,1747.5262,0.25622088,85.14828,14.360045,10052.4375,26.895994,1.041886,5.67957,15.590193,8.104128,2.435745,8.614747,243.72205,52.74552,4.699873,0.6701322,3.0773327,140.30573,0.9855947,139.44221,130.79355,1845.1764,197.56183,89.35755,155.4785,774.0486,43.399952,35.152267,746.1729,54.09162,78.43363,10.140509,20.872875,194.27097,10.823399,10.150451,52.702293,16.848982,4034.1292,18.026161,22.161291,15.740186,10.121596,274.18817,51.36692,25.959677,7.5829263,6.8207245,14.091556,55.52573,77.49283,33.829033,181.97333,18.349806,5.3986135,45.97611,25.50113,39.72425,115.09879,19.686451,1.6232258,24.126083,13.085313,1724.082,20.820255,0.77781105,27.966934,11.914939,122.22106,84.95807,102.7163,8.00994,89.37177,334.0429,242.87883,27.127148,239.19531,78.87957,47.435783,69.49014,98.53226,14.025498,41.69062,485.65408,3.7482703,7.016537,209.30077,23.770967,8.822214,27.750017,27.327337,287.64078,90.35806,163.27304,1473.7864,92.75953,1693.7407,1617.7026,12.132258,11.912097,1699.954,22.83391,18.44758,436.17978,38.8121,66.22339,28.596437,114.62166,265.098,428.8025,5.342774,44.790325,159.80719,370.74048,9.882767,90.60438,10.574732,1.5515419,59.18719,0.98903674,1.1012669,3.1675215,11.051082,30.867743,18.787727,21.951612,559.5412,51.919353,29.592167,37.98387,13.868203,87.883064,11.374732,38.03011,10.624194,71.65769,21.648754,33.2324,43.291664,10.071774,47.147007,36.559677,1.2090442,63.768093,10.357574,221.5371,7.3461795,293.18912,21.926468,1032.7815,130.73727,3.1367848,10.347738,153.41495,191.20502,936.86865,884.57623 +2023-01-05 01:00:00,0.0,2470.5242,45.055122,8.999566,42.535606,31.276804,260.34814,29.31535,51.571102,18.841959,28.198841,237.52718,133.12454,15.1739235,55.84844,1.0250218,0.91983867,49.284653,27.05194,29.735804,613.3856,16.379057,752.01276,126.682495,19.337198,58.612976,381.66226,71.08633,857.603,254.46744,2709.191,34.67813,2777.1506,329.20474,20.051117,19.217438,94.94326,232.73926,288.76526,546.24475,40.869625,22.855719,10.591098,500.34253,235.9155,59.174404,7.161822,557.49817,12.471003,595.3654,6.486063,29.350443,0.0,764.91284,1747.5381,0.25626224,85.0969,14.36067,10054.237,26.908453,1.0425442,5.6783156,15.5904455,8.114527,2.4399545,8.615099,243.8069,52.723194,4.6988206,0.67043763,3.0815058,140.54306,0.98501253,139.4594,130.7289,1846.4657,197.44702,89.38727,155.53383,774.1044,43.45215,35.186565,746.9003,54.082584,78.44163,10.140023,20.887804,194.31776,10.8259735,10.149421,52.714317,16.854958,4034.4011,18.026003,22.183804,15.740998,10.127154,274.2509,51.38056,25.977486,7.5856457,6.8240566,14.088005,55.52313,77.52516,33.85746,181.99422,18.350742,5.4087534,45.992054,25.495672,39.70367,115.107315,19.672352,1.6229469,24.14853,13.082798,1723.2896,20.824478,0.77734923,28.019455,11.920278,122.244804,84.934364,102.70141,8.012575,89.3957,334.05823,242.85956,27.13711,239.16504,78.83526,47.43294,69.489296,98.6035,14.038171,41.710022,485.6239,3.7562509,7.03098,209.40381,23.766647,8.823956,27.784863,27.35373,287.99908,90.43315,163.28099,1474.4684,92.677475,1693.6013,1617.4674,12.127594,11.904671,1699.5935,22.825523,18.438093,436.1053,38.794254,66.19576,28.590643,114.55894,265.07904,428.71646,5.341032,44.77549,159.69086,370.6829,9.877775,90.59661,10.57117,1.5512631,59.18477,0.9890813,1.1014246,3.1680374,11.050086,30.858156,18.78364,21.956318,558.98956,51.90289,29.578245,37.973286,13.862366,87.917,11.364225,38.140144,10.619759,71.64183,21.627625,33.197277,43.26111,10.069657,47.11327,36.527485,1.2088017,63.753048,10.356676,221.52922,7.34514,293.1236,21.922081,1032.9866,130.70993,3.1364412,10.345828,153.38852,191.17424,936.798,884.6767 +2023-01-05 02:00:00,0.0,2469.9517,45.038666,8.993811,42.489094,31.260378,260.2377,29.309723,51.557255,18.839525,28.19433,237.53456,133.11938,15.170347,55.840965,1.0317392,0.9246696,49.265484,27.165728,29.785948,613.14514,16.414305,751.5395,126.69929,19.387035,58.722076,381.4135,71.1007,857.8441,254.47397,2708.3257,34.707897,2776.542,329.71478,20.078255,19.234072,95.10092,232.73647,288.79755,546.8536,40.86828,22.844652,10.590173,500.29346,236.15839,59.25488,7.1606274,557.5624,12.47321,595.3604,6.4921274,29.35354,0.0,765.1416,1747.55,0.2563036,85.045525,14.361295,10056.037,26.920912,1.0432025,5.677061,15.590698,8.124926,2.444164,8.615451,243.89175,52.700867,4.6977677,0.670743,3.0856786,140.78038,0.9844304,139.4766,130.66425,1847.755,197.33221,89.416985,155.58916,774.1601,43.50435,35.220867,747.62775,54.07355,78.44962,10.139537,20.90273,194.36458,10.828548,10.148392,52.72634,16.860933,4034.6733,18.025846,22.206318,15.741811,10.132712,274.3136,51.394203,25.995296,7.588365,6.8273892,14.0844555,55.520523,77.557495,33.885887,182.0151,18.351677,5.418893,46.008,25.490215,39.68309,115.11583,19.658253,1.622668,24.170973,13.080283,1722.4971,20.828703,0.7768875,28.071976,11.925617,122.26854,84.91067,102.686516,8.015209,89.419624,334.07358,242.8403,27.147072,239.13475,78.79095,47.430103,69.48844,98.67474,14.050843,41.729427,485.5937,3.7642312,7.0454235,209.50684,23.762327,8.825697,27.819708,27.38012,288.3574,90.50823,163.28893,1475.1505,92.59543,1693.462,1617.232,12.12293,11.897244,1699.233,22.817137,18.428606,436.03076,38.776413,66.168144,28.584848,114.49622,265.06012,428.63043,5.33929,44.76066,159.57452,370.62534,9.872785,90.588844,10.567608,1.5509843,59.182346,0.9891259,1.1015822,3.1685536,11.04909,30.84857,18.779552,21.961021,558.43787,51.886425,29.564323,37.9627,13.856528,87.95094,11.35372,38.25018,10.615323,71.62596,21.606497,33.16215,43.230553,10.06754,47.079533,36.495293,1.2085593,63.738007,10.355778,221.52133,7.344101,293.05804,21.917694,1033.1917,130.68259,3.1360974,10.343918,153.36209,191.14348,936.72736,884.7771 +2023-01-05 03:00:00,0.0,2469.3792,45.02221,8.988055,42.442585,31.243954,260.12726,29.304094,51.543407,18.837091,28.18982,237.54196,133.11421,15.166771,55.833492,1.0384566,0.9295005,49.24631,27.279514,29.836094,612.9047,16.449553,751.06616,126.71607,19.436872,58.831177,381.1648,71.115074,858.08514,254.4805,2707.4604,34.737663,2775.9336,330.2248,20.105392,19.250708,95.25858,232.73367,288.82983,547.4624,40.866936,22.833586,10.589249,500.24435,236.40128,59.335358,7.159433,557.6265,12.475418,595.35535,6.4981914,29.356638,0.0,765.3705,1747.562,0.256345,84.99415,14.361919,10057.836,26.933369,1.0438608,5.6758065,15.590951,8.1353245,2.4483736,8.615803,243.9766,52.67854,4.6967154,0.6710484,3.0898516,141.01772,0.9838482,139.49379,130.5996,1849.0444,197.2174,89.44671,155.64449,774.2159,43.55655,35.25517,748.35516,54.064514,78.45762,10.1390505,20.91766,194.41138,10.831123,10.147363,52.73836,16.866907,4034.9456,18.025688,22.22883,15.742623,10.138271,274.37634,51.407845,26.013105,7.5910845,6.8307214,14.080905,55.517918,77.58983,33.914314,182.036,18.352613,5.429033,46.023945,25.484758,39.66251,115.124344,19.644152,1.6223891,24.193417,13.077768,1721.7046,20.832926,0.77642566,28.124495,11.930956,122.29228,84.88696,102.67162,8.017843,89.44354,334.0889,242.82103,27.157032,239.10446,78.746635,47.42726,69.487595,98.745995,14.063516,41.74883,485.56348,3.7722118,7.0598664,209.60986,23.758007,8.827439,27.854553,27.40651,288.7157,90.58332,163.29688,1475.8325,92.513374,1693.3228,1616.9968,12.118266,11.889818,1698.8727,22.80875,18.41912,435.95627,38.75857,66.140526,28.579056,114.4335,265.04117,428.5444,5.3375483,44.745823,159.45819,370.56775,9.867793,90.58108,10.564046,1.5507053,59.17992,0.9891705,1.1017399,3.1690695,11.048095,30.838984,18.775465,21.965725,557.88617,51.86996,29.550404,37.952118,13.850692,87.98488,11.343213,38.360214,10.610888,71.6101,21.585367,33.127026,43.199997,10.065423,47.045795,36.463104,1.2083169,63.72296,10.354879,221.51344,7.343062,292.99252,21.913307,1033.3967,130.65524,3.1357539,10.342008,153.33566,191.1127,936.6567,884.8775 +2023-01-05 04:00:00,0.0,2468.8066,45.005756,8.9823,42.396076,31.22753,260.01685,29.298466,51.529564,18.834656,28.185308,237.54935,133.10904,15.163195,55.82602,1.0451739,0.9343314,49.227142,27.393301,29.886238,612.66425,16.484802,750.5929,126.73286,19.48671,58.940277,380.91605,71.12945,858.3262,254.48705,2706.5952,34.76743,2775.325,330.73483,20.13253,19.267342,95.416245,232.73088,288.86212,548.0712,40.865593,22.82252,10.588324,500.19528,236.64415,59.415836,7.1582384,557.69073,12.477626,595.35034,6.504256,29.359735,0.0,765.59924,1747.5739,0.25638637,84.942764,14.362544,10059.636,26.945827,1.0445192,5.674552,15.591204,8.145723,2.452583,8.616155,244.06145,52.65621,4.695663,0.6713538,3.0940244,141.25505,0.98326606,139.51099,130.53494,1850.3337,197.1026,89.476425,155.69983,774.2716,43.608746,35.289467,749.0826,54.055477,78.465614,10.138565,20.932587,194.45818,10.833698,10.146333,52.750385,16.872883,4035.2178,18.025532,22.251345,15.743436,10.143829,274.43906,51.421486,26.030914,7.593804,6.834054,14.077355,55.515312,77.62216,33.94274,182.05688,18.353548,5.4391723,46.03989,25.479301,39.64193,115.13286,19.630053,1.6221102,24.215862,13.0752535,1720.9121,20.837149,0.7759639,28.177015,11.936295,122.31602,84.863266,102.65673,8.020478,89.46747,334.10422,242.80177,27.166994,239.07417,78.70233,47.424423,69.48675,98.81724,14.076188,41.768234,485.5333,3.7801924,7.0743093,209.7129,23.753687,8.829181,27.889399,27.432901,289.07397,90.6584,163.30481,1476.5144,92.43133,1693.1833,1616.7615,12.113602,11.882393,1698.5122,22.800364,18.409634,435.88177,38.740726,66.1129,28.573261,114.37078,265.02225,428.45837,5.3358064,44.73099,159.34187,370.5102,9.862802,90.57331,10.560484,1.5504265,59.177498,0.9892151,1.1018976,3.1695855,11.047099,30.829397,18.771378,21.97043,557.3345,51.853493,29.536482,37.941532,13.844854,88.018814,11.332706,38.470253,10.606452,71.59423,21.564238,33.091904,43.169445,10.063306,47.01206,36.430912,1.2080745,63.707916,10.353981,221.50557,7.3420224,292.927,21.90892,1033.6018,130.6279,3.13541,10.340097,153.30923,191.08192,936.58606,884.9779 +2023-01-05 05:00:00,0.0,2468.2341,44.9893,8.976544,42.349567,31.211105,259.9064,29.29284,51.515717,18.832222,28.180796,237.55673,133.10388,15.159617,55.818546,1.0518913,0.9391623,49.20797,27.507088,29.936384,612.4238,16.52005,750.11957,126.74964,19.536547,59.049377,380.66733,71.143814,858.5672,254.49358,2705.73,34.797195,2774.7163,331.24487,20.159668,19.283978,95.5739,232.72809,288.8944,548.68,40.864246,22.811453,10.587399,500.1462,236.88704,59.49631,7.1570444,557.75494,12.479835,595.3453,6.5103197,29.362831,0.0,765.82806,1747.5858,0.25642774,84.89139,14.363169,10061.436,26.958286,1.0451775,5.6732974,15.591456,8.156122,2.4567926,8.616507,244.14629,52.63389,4.6946106,0.6716592,3.0981975,141.49237,0.9826839,139.52817,130.47029,1851.623,196.9878,89.506134,155.75516,774.32733,43.660946,35.32377,749.81006,54.046444,78.47361,10.138079,20.947514,194.50499,10.836274,10.145304,52.762405,16.878857,4035.49,18.025373,22.273857,15.744248,10.149387,274.50177,51.435127,26.048723,7.596524,6.837386,14.073805,55.51271,77.654495,33.97117,182.07777,18.354485,5.449312,46.055836,25.473845,39.62135,115.14137,19.615953,1.6218313,24.238306,13.072739,1720.1196,20.841372,0.7755021,28.229536,11.941633,122.33976,84.83956,102.64184,8.023112,89.491394,334.11957,242.7825,27.176954,239.04388,78.65802,47.42158,69.48589,98.88849,14.08886,41.787636,485.50308,3.7881727,7.0887527,209.81593,23.749367,8.830923,27.924244,27.459291,289.43228,90.73348,163.31276,1477.1964,92.34927,1693.0441,1616.5261,12.108938,11.874967,1698.1519,22.791979,18.400146,435.80725,38.722885,66.08528,28.567469,114.30806,265.0033,428.37234,5.3340645,44.71616,159.22554,370.4526,9.857811,90.565544,10.556922,1.5501477,59.175076,0.98925966,1.1020552,3.1701016,11.0461035,30.819813,18.76729,21.975134,556.78284,51.83703,29.522562,37.930946,13.839017,88.05276,11.322201,38.580288,10.602016,71.57837,21.54311,33.056778,43.13889,10.061189,46.97832,36.39872,1.207832,63.692875,10.353083,221.49768,7.3409834,292.86145,21.904533,1033.8069,130.60054,3.1350665,10.338187,153.2828,191.05115,936.51544,885.0783 +2023-01-05 06:00:00,0.0,2467.6616,44.972843,8.970789,42.303055,31.19468,259.79596,29.28721,51.50187,18.829788,28.176285,237.56413,133.09871,15.156041,55.811073,1.0586087,0.9439933,49.1888,27.620874,29.986528,612.18335,16.5553,749.6463,126.766426,19.586386,59.158478,380.41858,71.15819,858.8082,254.50012,2704.8647,34.82696,2774.108,331.75488,20.186806,19.300611,95.73156,232.72531,288.9267,549.2888,40.862904,22.800386,10.586473,500.09714,237.12993,59.57679,7.15585,557.8191,12.482042,595.3403,6.516384,29.365929,0.0,766.0569,1747.5977,0.25646913,84.84001,14.363793,10063.234,26.970743,1.0458357,5.6720433,15.591708,8.166521,2.4610023,8.6168585,244.23114,52.61156,4.693558,0.6719646,3.1023703,141.7297,0.98210174,139.54536,130.40564,1852.9124,196.87299,89.53585,155.81049,774.3831,43.713146,35.35807,750.5375,54.037407,78.481606,10.137593,20.96244,194.55179,10.838849,10.144275,52.77443,16.884832,4035.7622,18.025217,22.296371,15.74506,10.154946,274.5645,51.44877,26.066532,7.599243,6.8407187,14.070255,55.510105,77.68683,33.999596,182.09866,18.35542,5.4594517,46.07178,25.468388,39.60077,115.14989,19.601854,1.6215523,24.26075,13.070224,1719.3271,20.845594,0.7750403,28.282055,11.946972,122.363495,84.815865,102.62694,8.025746,89.51532,334.1349,242.76324,27.186916,239.0136,78.61371,47.418743,69.48505,98.95973,14.101532,41.80704,485.4729,3.7961533,7.1031957,209.91896,23.745047,8.8326645,27.95909,27.485682,289.7906,90.80857,163.3207,1477.8785,92.26723,1692.9048,1616.2909,12.104274,11.86754,1697.7914,22.783592,18.39066,435.73276,38.70504,66.05766,28.561674,114.24534,264.98438,428.28632,5.332322,44.701324,159.1092,370.39505,9.852819,90.55778,10.55336,1.5498688,59.172653,0.98930424,1.1022129,3.1706176,11.045107,30.810226,18.763203,21.97984,556.23114,51.820564,29.50864,37.920364,13.83318,88.08669,11.311694,38.690323,10.597581,71.5625,21.52198,33.021652,43.108334,10.0590725,46.944588,36.36653,1.2075895,63.67783,10.352184,221.4898,7.3399444,292.79593,21.900146,1034.0118,130.5732,3.134723,10.336277,153.25638,191.02037,936.44476,885.1787 +2023-01-05 07:00:00,0.0,2467.089,44.956387,8.965034,42.256546,31.178255,259.68555,29.281582,51.48802,18.827353,28.171774,237.57152,133.09354,15.152465,55.8036,1.065326,0.94882417,49.16963,27.734661,30.036674,611.94293,16.590548,749.173,126.78321,19.636223,59.26758,380.16986,71.17256,859.0493,254.50665,2703.9995,34.856728,2773.4993,332.26492,20.213943,19.317247,95.88922,232.72252,288.95898,549.89764,40.86156,22.78932,10.585548,500.04803,237.37282,59.65727,7.1546555,557.8833,12.48425,595.3352,6.522448,29.369026,0.0,766.2857,1747.6096,0.2565105,84.78863,14.364419,10065.034,26.983202,1.046494,5.670789,15.591961,8.17692,2.4652119,8.617211,244.31598,52.589233,4.692506,0.67227,3.1065433,141.96703,0.9815196,139.56256,130.34099,1854.2018,196.75818,89.56557,155.86581,774.43884,43.765347,35.39237,751.2649,54.02837,78.4896,10.137107,20.97737,194.59859,10.841424,10.143246,52.786453,16.890808,4036.0342,18.025059,22.318884,15.7458725,10.160504,274.62723,51.46241,26.084341,7.6019626,6.844051,14.066706,55.5075,77.719154,34.028023,182.11955,18.356356,5.4695916,46.087727,25.46293,39.58019,115.1584,19.587755,1.6212735,24.283194,13.067709,1718.5347,20.849817,0.7745785,28.334576,11.952311,122.38723,84.79216,102.612045,8.028381,89.539246,334.1502,242.74397,27.196877,238.9833,78.5694,47.4159,69.48419,99.03098,14.114204,41.826443,485.4427,3.8041337,7.117639,210.022,23.740726,8.834407,27.993933,27.512074,290.1489,90.88365,163.32864,1478.5605,92.18517,1692.7654,1616.0555,12.09961,11.860114,1697.431,22.775206,18.381172,435.65826,38.6872,66.03004,28.55588,114.18262,264.96545,428.2003,5.33058,44.686493,158.99287,370.33746,9.847828,90.55001,10.549799,1.5495899,59.17023,0.9893488,1.1023705,3.1711335,11.044111,30.80064,18.759115,21.984543,555.67944,51.8041,29.49472,37.90978,13.827343,88.12063,11.3011875,38.800358,10.593145,71.54664,21.50085,32.98653,43.077778,10.056955,46.91085,36.33434,1.207347,63.66279,10.351287,221.48192,7.338905,292.73038,21.89576,1034.2169,130.54585,3.1343791,10.334367,153.22995,190.9896,936.37415,885.2792 +2023-01-05 08:00:00,0.0,2466.5168,44.93993,8.959277,42.210037,31.16183,259.5751,29.275955,51.47418,18.824919,28.167263,237.5789,133.08838,15.148889,55.796127,1.0720434,0.95365506,49.15046,27.848448,30.086819,611.70245,16.625797,748.6997,126.799995,19.68606,59.37668,379.9211,71.18693,859.29034,254.51318,2703.1343,34.886497,2772.8906,332.77493,20.241081,19.333881,96.046875,232.71973,288.99127,550.5065,40.860214,22.778254,10.584624,499.99896,237.6157,59.737747,7.153461,557.9475,12.486458,595.3302,6.5285125,29.372124,0.0,766.5145,1747.6215,0.25655186,84.73725,14.365044,10066.834,26.99566,1.0471523,5.669534,15.592214,8.187319,2.4694214,8.617563,244.40083,52.566906,4.691453,0.67257535,3.110716,142.20436,0.9809374,139.57976,130.27634,1855.4911,196.64337,89.59528,155.92116,774.49457,43.817543,35.42667,751.9923,54.019337,78.49759,10.1366205,20.992296,194.6454,10.843999,10.142216,52.798473,16.896782,4036.3064,18.024902,22.341398,15.746685,10.166062,274.68997,51.47605,26.10215,7.604682,6.8473835,14.063155,55.504898,77.75149,34.056454,182.14043,18.35729,5.479731,46.103676,25.457474,39.55961,115.166916,19.573654,1.6209946,24.30564,13.065194,1717.7422,20.854042,0.77411675,28.387096,11.957649,122.41097,84.76846,102.59715,8.031015,89.56317,334.16556,242.72472,27.206839,238.95302,78.525085,47.413063,69.483345,99.10223,14.126877,41.845848,485.4125,3.8121142,7.132082,210.12503,23.736406,8.836148,28.028778,27.538464,290.5072,90.95874,163.33658,1479.2426,92.10313,1692.6261,1615.8203,12.094946,11.852688,1697.0706,22.766819,18.371685,435.58374,38.669357,66.00242,28.550087,114.119896,264.9465,428.11426,5.3288383,44.67166,158.87654,370.2799,9.842837,90.542244,10.546237,1.549311,59.167805,0.9893934,1.1025282,3.1716497,11.043116,30.791054,18.755028,21.989246,555.12775,51.787636,29.480799,37.899193,13.821506,88.15457,11.290682,38.910397,10.58871,71.53077,21.479723,32.951405,43.047222,10.054838,46.877113,36.302147,1.2071047,63.647743,10.350389,221.47404,7.337866,292.66486,21.891375,1034.422,130.51851,3.1340356,10.332457,153.2035,190.95882,936.30347,885.3796 +2023-01-05 09:00:00,0.0,2465.9443,44.923473,8.953522,42.16353,31.145405,259.46466,29.270327,51.46033,18.822483,28.16275,237.5863,133.0832,15.145312,55.788654,1.0787607,0.958486,49.13129,27.962234,30.136965,611.46204,16.661045,748.2264,126.81679,19.735897,59.48578,379.6724,71.2013,859.5314,254.51973,2702.269,34.916264,2772.282,333.28497,20.268219,19.350517,96.20454,232.71693,289.02356,551.11523,40.85887,22.767187,10.583699,499.9499,237.8586,59.818222,7.152267,558.0117,12.488666,595.3252,6.5345764,29.375221,0.0,766.7433,1747.6334,0.25659326,84.685875,14.365668,10068.633,27.00812,1.0478106,5.6682796,15.592466,8.197718,2.473631,8.617915,244.48569,52.54458,4.6904006,0.67288077,3.1148891,142.44168,0.98035526,139.59694,130.2117,1856.7804,196.52856,89.625,155.97649,774.55035,43.869743,35.460968,752.7198,54.0103,78.505585,10.136135,21.007225,194.6922,10.846574,10.141187,52.810497,16.902758,4036.5786,18.024744,22.36391,15.747498,10.17162,274.7527,51.489693,26.119959,7.6074014,6.8507156,14.059606,55.502293,77.78382,34.08488,182.16132,18.358227,5.489871,46.11962,25.452015,39.539024,115.17543,19.559555,1.6207157,24.328083,13.062679,1716.9497,20.858265,0.77365494,28.439617,11.962989,122.43471,84.74476,102.58226,8.03365,89.5871,334.18088,242.70544,27.2168,238.92274,78.48078,47.41022,69.4825,99.17347,14.139549,41.86525,485.3823,3.8200948,7.146525,210.22806,23.732086,8.83789,28.063623,27.564854,290.8655,91.03382,163.34453,1479.9246,92.02107,1692.4868,1615.585,12.090282,11.845263,1696.7101,22.758432,18.362198,435.50925,38.651512,65.9748,28.544292,114.057175,264.92758,428.02823,5.3270965,44.656826,158.76021,370.22232,9.837846,90.53448,10.542675,1.5490322,59.165382,0.989438,1.1026859,3.1721656,11.04212,30.781467,18.75094,21.993952,554.5761,51.771168,29.466879,37.888607,13.815668,88.18851,11.280175,39.02043,10.584274,71.51491,21.458593,32.916283,43.016666,10.052721,46.843376,36.26996,1.2068622,63.632698,10.34949,221.46616,7.336827,292.59933,21.886988,1034.6271,130.49115,3.133692,10.330546,153.17708,190.92805,936.23285,885.48 +2023-01-05 10:00:00,0.0,2465.3718,44.90702,8.947766,42.117016,31.12898,259.35425,29.264698,51.446484,18.82005,28.15824,237.59369,133.07803,15.141736,55.78118,1.0854781,0.9633169,49.112118,28.076021,30.187109,611.22156,16.696295,747.7531,126.83357,19.785734,59.59488,379.42365,71.215675,859.7724,254.52626,2701.4036,34.94603,2771.6736,333.79498,20.295357,19.367151,96.3622,232.71414,289.05585,551.72406,40.85753,22.75612,10.582774,499.90082,238.10149,59.8987,7.1510725,558.07587,12.490873,595.3201,6.540641,29.378317,0.0,766.97217,1747.6454,0.25663462,84.63449,14.366293,10070.433,27.020576,1.0484688,5.667025,15.592719,8.208117,2.4778404,8.618267,244.57053,52.52225,4.689348,0.6731862,3.119062,142.67902,0.97977304,139.61414,130.14705,1858.0697,196.41376,89.65471,156.03181,774.6061,43.921944,35.49527,753.4472,54.001263,78.51358,10.135649,21.022152,194.739,10.849149,10.140158,52.82252,16.908733,4036.8508,18.024588,22.386425,15.74831,10.177179,274.8154,51.503334,26.13777,7.610121,6.854048,14.056055,55.499687,77.816154,34.113308,182.1822,18.359161,5.5000105,46.135567,25.446558,39.518444,115.18395,19.545456,1.6204368,24.350527,13.060164,1716.1572,20.862488,0.7731932,28.492136,11.9683275,122.45845,84.72106,102.56737,8.036284,89.611015,334.1962,242.68619,27.22676,238.89246,78.43647,47.407383,69.48164,99.24472,14.152222,41.884655,485.35208,3.8280752,7.1609683,210.3311,23.727766,8.839632,28.098469,27.591244,291.22382,91.1089,163.35246,1480.6066,91.939026,1692.3475,1615.3496,12.085618,11.837836,1696.3497,22.750046,18.35271,435.43475,38.63367,65.947174,28.5385,113.99445,264.90863,427.9422,5.3253546,44.641994,158.64388,370.16476,9.832854,90.52671,10.539113,1.5487534,59.16296,0.9894826,1.1028435,3.1726816,11.041124,30.771881,18.746853,21.998655,554.0244,51.754704,29.452957,37.878025,13.809832,88.22244,11.26967,39.130466,10.579839,71.49904,21.437464,32.881157,42.98611,10.050605,46.80964,36.237766,1.2066197,63.617657,10.348592,221.45828,7.3357873,292.53378,21.8826,1034.8322,130.4638,3.1333482,10.328636,153.15065,190.89728,936.16223,885.5804 +2023-01-05 11:00:00,0.0,2464.7993,44.890564,8.942011,42.070507,31.112556,259.2438,29.259071,51.432636,18.817616,28.153728,237.60107,133.07288,15.13816,55.77371,1.0921955,0.9681478,49.09295,28.189808,30.237253,610.98114,16.731543,747.2798,126.85036,19.835573,59.70398,379.17493,71.23004,860.0134,254.5328,2700.5383,34.975796,2771.065,334.30502,20.322495,19.383787,96.51986,232.71135,289.08813,552.3329,40.856182,22.745054,10.581849,499.8517,238.34438,59.97918,7.149878,558.1401,12.493081,595.3151,6.546705,29.381414,0.0,767.2009,1747.6572,0.256676,84.583115,14.366918,10072.232,27.033035,1.0491271,5.6657705,15.592972,8.218515,2.48205,8.618619,244.65538,52.499928,4.688296,0.67349154,3.123235,142.91634,0.9791909,139.63133,130.0824,1859.3591,196.29893,89.684425,156.08714,774.66187,43.974144,35.52957,754.1746,53.99223,78.521576,10.135163,21.037079,194.78581,10.851724,10.139128,52.83454,16.914707,4037.123,18.02443,22.408937,15.749123,10.182737,274.87814,51.516975,26.155579,7.61284,6.8573804,14.0525055,55.49708,77.84849,34.141735,182.2031,18.360096,5.5101504,46.151512,25.441101,39.497864,115.19247,19.531357,1.620158,24.372972,13.05765,1715.3647,20.86671,0.77273136,28.544657,11.973666,122.482185,84.69736,102.552475,8.0389185,89.63494,334.21155,242.66692,27.236723,238.86217,78.39216,47.40454,69.4808,99.31596,14.164894,41.904057,485.3219,3.8360558,7.175411,210.43413,23.723446,8.841373,28.133314,27.617636,291.5821,91.18399,163.36041,1481.2886,91.85697,1692.2081,1615.1144,12.080955,11.83041,1695.9893,22.741661,18.343224,435.36023,38.61583,65.919556,28.532705,113.93173,264.8897,427.85617,5.3236127,44.62716,158.52754,370.10718,9.827864,90.51894,10.535551,1.5484744,59.160538,0.98952717,1.1030012,3.1731977,11.040129,30.762297,18.742765,22.00336,553.4727,51.73824,29.439035,37.86744,13.803994,88.256386,11.259163,39.2405,10.575403,71.48318,21.416334,32.84603,42.955555,10.048488,46.7759,36.205578,1.2063773,63.60261,10.347693,221.4504,7.3347483,292.46826,21.878214,1035.0372,130.43646,3.1330047,10.326726,153.12422,190.8665,936.09155,885.6808 +2023-01-05 12:00:00,0.0,2464.2268,44.874107,8.936255,42.024,31.09613,259.13336,29.253443,51.418793,18.81518,28.149218,237.60847,133.0677,15.134583,55.766235,1.0989128,0.9729787,49.073776,28.303595,30.2874,610.74066,16.766792,746.80646,126.86714,19.88541,59.81308,378.92618,71.244415,860.25446,254.53934,2699.673,35.00556,2770.4563,334.81506,20.349632,19.400421,96.67752,232.70856,289.12042,552.9417,40.85484,22.733988,10.580924,499.80264,238.58727,60.059654,7.1486835,558.2043,12.495289,595.31006,6.552769,29.384512,0.0,767.42975,1747.6692,0.25671738,84.53174,14.367542,10074.031,27.045494,1.0497854,5.6645164,15.593225,8.228914,2.4862595,8.618971,244.74022,52.4776,4.6872435,0.67379695,3.1274078,143.15367,0.9786087,139.64853,130.01775,1860.6484,196.18413,89.71414,156.14247,774.7176,44.02634,35.56387,754.90204,53.983192,78.52957,10.134677,21.052006,194.83261,10.8543,10.138099,52.846565,16.920683,4037.3953,18.024273,22.431452,15.749934,10.188295,274.94086,51.530617,26.173388,7.61556,6.8607125,14.048956,55.49448,77.88082,34.170162,182.22398,18.361032,5.52029,46.167458,25.435644,39.477283,115.20098,19.517258,1.619879,24.395416,13.055135,1714.5723,20.870934,0.77226955,28.597178,11.979005,122.50593,84.67366,102.53758,8.0415535,89.65887,334.22687,242.64766,27.246683,238.83188,78.34785,47.401703,69.47995,99.387215,14.177567,41.923462,485.2917,3.844036,7.1898546,210.53716,23.719126,8.843116,28.16816,27.644026,291.9404,91.25907,163.36835,1481.9706,91.774925,1692.0688,1614.879,12.07629,11.822984,1695.6289,22.733274,18.333736,435.28574,38.597984,65.89194,28.526913,113.86901,264.87076,427.77014,5.321871,44.612328,158.41121,370.04962,9.822872,90.51118,10.531989,1.5481956,59.15811,0.98957175,1.1031588,3.1737137,11.039133,30.75271,18.738678,22.008064,552.921,51.721775,29.425116,37.856853,13.798157,88.29032,11.248656,39.35054,10.570968,71.46731,21.395206,32.81091,42.925,10.0463705,46.74217,36.173386,1.2061348,63.58757,10.346795,221.44252,7.3337092,292.40274,21.873827,1035.2423,130.40912,3.1326609,10.324817,153.0978,190.83572,936.02094,885.78125 +2023-01-05 13:00:00,0.0,2463.6543,44.85765,8.9305,41.977486,31.079706,259.02295,29.247814,51.404945,18.812746,28.144705,237.61586,133.06253,15.131007,55.75876,1.1056302,0.97780967,49.054607,28.417381,30.337543,610.50024,16.80204,746.3332,126.88393,19.935247,59.92218,378.67746,71.25879,860.49554,254.54588,2698.8079,35.035328,2769.848,335.32507,20.37677,19.417057,96.83518,232.70576,289.1527,553.55054,40.853493,22.722921,10.58,499.75357,238.83015,60.140133,7.1474895,558.2685,12.497497,595.30505,6.558833,29.38761,0.0,767.65857,1747.681,0.25675875,84.480354,14.368167,10075.831,27.057953,1.0504438,5.663262,15.593476,8.239313,2.490469,8.619323,244.82507,52.455273,4.686191,0.67410237,3.1315808,143.39099,0.97802657,139.66573,129.9531,1861.9377,196.06932,89.743866,156.19781,774.7733,44.07854,35.59817,755.62946,53.974155,78.53757,10.134191,21.066933,194.87941,10.856874,10.13707,52.85859,16.926657,4037.6672,18.024115,22.453964,15.750747,10.193854,275.00357,51.54426,26.191196,7.6182795,6.864045,14.045405,55.491875,77.913155,34.19859,182.24487,18.361967,5.53043,46.183403,25.430187,39.456703,115.209496,19.503159,1.6196,24.41786,13.05262,1713.7798,20.875156,0.7718078,28.649696,11.984344,122.52966,84.649956,102.52269,8.044188,89.68279,334.2422,242.62839,27.256645,238.80159,78.303535,47.39886,69.479095,99.45846,14.190239,41.942863,485.2615,3.8520167,7.2042975,210.6402,23.714806,8.844857,28.203005,27.670416,292.2987,91.33416,163.3763,1482.6526,91.69287,1691.9296,1614.6438,12.071627,11.8155575,1695.2684,22.724888,18.32425,435.2112,38.580143,65.86431,28.521118,113.80629,264.85184,427.6841,5.320129,44.597496,158.29489,369.99203,9.817881,90.50341,10.528428,1.5479168,59.15569,0.98961633,1.1033165,3.1742296,11.038137,30.743124,18.73459,22.01277,552.3694,51.70531,29.411194,37.84627,13.792319,88.324265,11.238151,39.460575,10.566532,71.45145,21.374077,32.775784,42.894444,10.044253,46.70843,36.141193,1.2058924,63.572525,10.345897,221.43463,7.3326697,292.3372,21.86944,1035.4474,130.38177,3.1323173,10.3229065,153.07137,190.80495,935.95026,885.88165 +2023-01-05 14:00:00,0.0,2463.0818,44.841194,8.924745,41.930977,31.063282,258.9125,29.242186,51.391098,18.810312,28.140194,237.62325,133.05737,15.12743,55.751286,1.1123476,0.98264056,49.035435,28.531168,30.38769,610.25977,16.83729,745.85986,126.90071,19.985085,60.03128,378.4287,71.273155,860.7366,254.55241,2697.9426,35.065094,2769.2393,335.8351,20.403908,19.433691,96.99284,232.70297,289.185,554.1593,40.85215,22.711855,10.579075,499.70447,239.07304,60.22061,7.146295,558.33264,12.499704,595.3,6.5648975,29.390707,0.0,767.8874,1747.693,0.25680012,84.42898,14.368792,10077.631,27.07041,1.051102,5.6620073,15.593729,8.249712,2.4946785,8.619675,244.90991,52.432945,4.685138,0.6744077,3.1357536,143.62833,0.9774444,139.6829,129.88844,1863.227,195.95451,89.773575,156.25314,774.8291,44.13074,35.632473,756.35693,53.965122,78.54556,10.133705,21.081861,194.92622,10.859449,10.13604,52.87061,16.932632,4037.9395,18.023958,22.476479,15.751559,10.199412,275.0663,51.5579,26.209005,7.620999,6.8673773,14.041856,55.48927,77.94549,34.227016,182.26576,18.362904,5.5405693,46.19935,25.42473,39.436123,115.21801,19.489058,1.6193212,24.440304,13.050105,1712.9873,20.879381,0.771346,28.702217,11.989682,122.553406,84.62626,102.5078,8.046822,89.70672,334.25754,242.60913,27.266605,238.7713,78.25923,47.396023,69.47825,99.52971,14.202911,41.96227,485.2313,3.8599973,7.2187405,210.74323,23.710484,8.8466,28.23785,27.696808,292.657,91.40924,163.38423,1483.3347,91.610825,1691.7902,1614.4084,12.066962,11.808132,1694.908,22.716501,18.314762,435.13672,38.562298,65.83669,28.515324,113.74357,264.8329,427.59808,5.318387,44.58266,158.17856,369.93448,9.81289,90.495636,10.524866,1.5476378,59.153267,0.9896609,1.1034743,3.1747456,11.037142,30.733538,18.730503,22.017473,551.8177,51.688843,29.397274,37.835686,13.786483,88.3582,11.227644,39.57061,10.562097,71.43558,21.352947,32.74066,42.863888,10.042137,46.674694,36.109005,1.20565,63.55748,10.344998,221.42676,7.3316307,292.27167,21.865053,1035.6525,130.35442,3.1319737,10.320996,153.04494,190.77417,935.87964,885.98206 +2023-01-05 15:00:00,0.0,2462.5093,44.824738,8.918988,41.884468,31.046858,258.80206,29.236559,51.37725,18.807877,28.135683,237.63065,133.0522,15.123854,55.743813,1.1190649,0.98747146,49.016266,28.644955,30.437834,610.01935,16.872538,745.3866,126.917496,20.034922,60.14038,378.18,71.28753,860.9776,254.55894,2697.0774,35.094864,2768.6306,336.34512,20.431046,19.450327,97.150505,232.70018,289.2173,554.7681,40.850807,22.700788,10.57815,499.6554,239.31593,60.301086,7.1451006,558.39685,12.501912,595.295,6.5709615,29.393803,0.0,768.1162,1747.7048,0.2568415,84.3776,14.369417,10079.43,27.082869,1.0517603,5.660753,15.593982,8.260111,2.498888,8.620028,244.99477,52.410618,4.684086,0.67471313,3.1399267,143.86566,0.97686225,139.7001,129.82379,1864.5165,195.8397,89.80329,156.30847,774.8848,44.182938,35.66677,757.08435,53.956085,78.55356,10.133219,21.096788,194.97302,10.862024,10.135011,52.882633,16.938608,4038.2117,18.0238,22.498991,15.752372,10.20497,275.12903,51.57154,26.226814,7.6237183,6.87071,14.038305,55.486664,77.97782,34.255444,182.28665,18.363838,5.5507092,46.215294,25.419273,39.415543,115.226524,19.474958,1.6190423,24.46275,13.04759,1712.1948,20.883604,0.7708842,28.754738,11.995021,122.57714,84.602554,102.492905,8.049457,89.730644,334.27286,242.58986,27.276567,238.74101,78.21492,47.39318,69.4774,99.60095,14.215584,41.98167,485.2011,3.8679776,7.233184,210.84625,23.706163,8.848341,28.272694,27.723198,293.01532,91.48433,163.39218,1484.0166,91.52877,1691.6509,1614.1732,12.062298,11.800706,1694.5476,22.708115,18.305275,435.06223,38.544456,65.809074,28.509531,113.68085,264.81396,427.51205,5.316645,44.56783,158.06223,369.8769,9.8078985,90.48787,10.521304,1.547359,59.150845,0.9897055,1.1036319,3.1752617,11.036146,30.723951,18.726418,22.022177,551.266,51.67238,29.383352,37.8251,13.780645,88.392136,11.217137,39.680645,10.557661,71.419716,21.33182,32.705536,42.833332,10.04002,46.640957,36.076813,1.2054075,63.54244,10.3441,221.41887,7.3305917,292.20615,21.860666,1035.8574,130.32707,3.13163,10.319086,153.01851,190.7434,935.809,886.08246 +2023-01-05 16:00:00,0.0,2461.9368,44.808285,8.913233,41.83796,31.030432,258.69165,29.23093,51.363407,18.805443,28.131172,237.63803,133.04703,15.120277,55.73634,1.1257823,0.9923024,48.997093,28.758741,30.48798,609.7789,16.907787,744.91327,126.93429,20.084759,60.24948,377.93124,71.3019,861.2186,254.56549,2696.2122,35.12463,2768.0222,336.85516,20.458183,19.46696,97.30817,232.69739,289.24957,555.37695,40.84946,22.689722,10.577225,499.60632,239.55882,60.381565,7.143906,558.46106,12.50412,595.29,6.577026,29.3969,0.0,768.345,1747.7168,0.25688288,84.32622,14.370042,10081.2295,27.095327,1.0524186,5.659498,15.594234,8.27051,2.5030975,8.620379,245.07962,52.38829,4.6830335,0.67501855,3.1440995,144.10298,0.9762801,139.7173,129.75914,1865.8058,195.7249,89.83301,156.3638,774.94055,44.235138,35.701073,757.81177,53.94705,78.561554,10.132733,21.111717,195.01982,10.864599,10.133982,52.894657,16.944582,4038.484,18.023643,22.521505,15.753184,10.210529,275.19174,51.585182,26.244623,7.6264377,6.874042,14.034756,55.484062,78.010155,34.28387,182.30754,18.364775,5.560849,46.23124,25.413816,39.394962,115.23504,19.46086,1.6187634,24.485193,13.045075,1711.4022,20.887827,0.7704224,28.807257,12.0003605,122.60088,84.57886,102.47801,8.052091,89.75457,334.28818,242.5706,27.28653,238.71072,78.17061,47.390343,69.47655,99.672195,14.228256,42.001076,485.1709,3.8759582,7.247627,210.9493,23.701843,8.850082,28.307539,27.749588,293.37363,91.55941,163.40013,1484.6986,91.446724,1691.5116,1613.9379,12.057634,11.79328,1694.1871,22.699728,18.29579,434.9877,38.526615,65.78145,28.503736,113.618126,264.795,427.42603,5.314903,44.552998,157.94589,369.81934,9.802907,90.4801,10.517742,1.5470802,59.148422,0.9897501,1.1037896,3.1757777,11.035151,30.714365,18.72233,22.026882,550.7143,51.655914,29.369432,37.814518,13.774808,88.42608,11.206632,39.79068,10.5532255,71.40385,21.31069,32.67041,42.802776,10.037903,46.60722,36.04462,1.205165,63.527393,10.343202,221.411,7.329552,292.1406,21.85628,1036.0625,130.29973,3.1312864,10.317176,152.99208,190.71263,935.73834,886.18286 +2023-01-05 17:00:00,0.0,2461.3643,44.79183,8.907477,41.791447,31.014008,258.5812,29.225302,51.34956,18.803007,28.12666,237.64542,133.04187,15.116701,55.728867,1.1324997,0.9971333,48.977924,28.872528,30.538124,609.53845,16.943035,744.44,126.95107,20.134598,60.35858,377.68253,71.31627,861.45966,254.57202,2695.347,35.154396,2767.4136,337.36517,20.485321,19.483597,97.46582,232.6946,289.28186,555.9858,40.848118,22.678656,10.5763,499.55725,239.80171,60.462044,7.1427116,558.52527,12.506329,595.2849,6.58309,29.399998,0.0,768.57385,1747.7286,0.25692424,84.27484,14.3706665,10083.029,27.107784,1.0530769,5.6582437,15.594487,8.280909,2.507307,8.620731,245.16446,52.365967,4.681981,0.6753239,3.1482725,144.34032,0.97569793,139.7345,129.69449,1867.0951,195.61009,89.862724,156.41913,774.99634,44.28734,35.735374,758.5392,53.938015,78.56955,10.132247,21.126644,195.06664,10.867174,10.132953,52.906677,16.950558,4038.756,18.023485,22.54402,15.753997,10.216087,275.2545,51.598824,26.262432,7.629157,6.8773746,14.031206,55.481457,78.04249,34.312298,182.32843,18.36571,5.5709887,46.247185,25.40836,39.374382,115.24355,19.44676,1.6184845,24.507637,13.042561,1710.6097,20.89205,0.76996064,28.859777,12.005699,122.62462,84.55515,102.46312,8.054726,89.778496,334.30353,242.55133,27.29649,238.68045,78.1263,47.3875,69.4757,99.74345,14.240929,42.020477,485.14072,3.8839388,7.2620697,211.05232,23.697523,8.851825,28.342384,27.77598,293.73193,91.63449,163.40807,1485.3806,91.36467,1691.3722,1613.7025,12.05297,11.785853,1693.8268,22.691343,18.286303,434.9132,38.50877,65.75383,28.497944,113.555405,264.7761,427.34,5.313161,44.538162,157.82956,369.76175,9.797916,90.472336,10.51418,1.5468013,59.145996,0.9897947,1.1039472,3.1762936,11.034155,30.70478,18.718243,22.031586,550.1626,51.63945,29.35551,37.803932,13.768971,88.460014,11.196125,39.90072,10.548791,71.387985,21.28956,32.63529,42.77222,10.035786,46.573483,36.012432,1.2049227,63.51235,10.342303,221.4031,7.328513,292.07507,21.851892,1036.2676,130.27238,3.1309426,10.315266,152.96565,190.68185,935.6677,886.2833 +2023-01-05 18:00:00,0.0,2460.7917,44.77537,8.901722,41.744938,30.997583,258.47076,29.219675,51.335712,18.800573,28.122149,237.65282,133.0367,15.113125,55.721394,1.139217,1.0019642,48.958755,28.986315,30.58827,609.298,16.978283,743.9667,126.96786,20.184435,60.46768,377.43378,71.33064,861.70074,254.57857,2694.4817,35.184162,2766.805,337.8752,20.512459,19.50023,97.62348,232.6918,289.31415,556.59454,40.846775,22.66759,10.575376,499.50815,240.0446,60.542522,7.1415176,558.5894,12.508536,595.2799,6.5891542,29.403095,0.0,768.8026,1747.7406,0.25696564,84.223465,14.371291,10084.829,27.120243,1.0537351,5.6569896,15.59474,8.291307,2.5115166,8.621083,245.24931,52.34364,4.6809287,0.6756293,3.1524453,144.57764,0.9751158,139.75168,129.62984,1868.3844,195.49529,89.89244,156.47447,775.05206,44.33954,35.769672,759.26666,53.928978,78.577545,10.131761,21.141571,195.11343,10.869749,10.131923,52.9187,16.956532,4039.0283,18.023329,22.566532,15.754808,10.221645,275.3172,51.612465,26.280241,7.6318765,6.880707,14.027656,55.47885,78.074814,34.340725,182.34932,18.366646,5.5811286,46.26313,25.402903,39.3538,115.25207,19.432661,1.6182057,24.530083,13.040046,1709.8173,20.896273,0.7694988,28.912298,12.011038,122.64836,84.531456,102.44823,8.05736,89.802414,334.31885,242.53207,27.306452,238.65016,78.081985,47.384663,69.47485,99.81469,14.253601,42.039883,485.1105,3.8919191,7.276513,211.15536,23.693203,8.853566,28.37723,27.80237,294.0902,91.70958,163.41602,1486.0627,91.28262,1691.2329,1613.4673,12.048306,11.778427,1693.4663,22.682957,18.276815,434.8387,38.49093,65.72621,28.49215,113.49268,264.75714,427.25397,5.311419,44.52333,157.71323,369.7042,9.792925,90.46457,10.510618,1.5465224,59.143574,0.98983926,1.1041049,3.1768098,11.033159,30.695194,18.714155,22.036291,549.61096,51.622982,29.34159,37.793346,13.763134,88.49395,11.185619,40.010754,10.544355,71.372116,21.268433,32.600163,42.741665,10.033669,46.53975,35.98024,1.2046802,63.497307,10.341405,221.39522,7.327474,292.00955,21.847506,1036.4727,130.24504,3.130599,10.313355,152.93922,190.65108,935.59705,886.3837 +2023-01-05 19:00:00,0.0,2460.2192,44.758915,8.895967,41.69843,30.981157,258.36035,29.214046,51.321865,18.79814,28.117638,237.6602,133.03152,15.109549,55.71392,1.1459343,1.0067952,48.939583,29.100101,30.638414,609.05756,17.013533,743.4934,126.98464,20.234272,60.576782,377.18506,71.34502,861.9418,254.5851,2693.6165,35.21393,2766.1963,338.38522,20.539597,19.516865,97.78114,232.68903,289.34644,557.20337,40.84543,22.656523,10.5744505,499.45908,240.28749,60.622997,7.140323,558.6536,12.510744,595.27484,6.595218,29.406193,0.0,769.0315,1747.7526,0.257007,84.17208,14.371916,10086.628,27.132702,1.0543934,5.655735,15.594993,8.301706,2.515726,8.621435,245.33415,52.321312,4.6798763,0.67593473,3.1566184,144.81497,0.9745336,139.76888,129.56519,1869.6738,195.38048,89.92215,156.5298,775.10785,44.391735,35.803974,759.9941,53.91994,78.58554,10.131275,21.156498,195.16023,10.872324,10.130894,52.93072,16.962507,4039.3003,18.02317,22.589046,15.755621,10.227203,275.3799,51.626106,26.298052,7.6345963,6.8840394,14.024106,55.47625,78.10715,34.369152,182.37021,18.36758,5.591268,46.279076,25.397446,39.333218,115.26059,19.418562,1.6179267,24.552526,13.037531,1709.0248,20.900497,0.76903707,28.964817,12.0163765,122.6721,84.50775,102.433334,8.059994,89.82634,334.33417,242.5128,27.316412,238.61987,78.037674,47.38182,69.474,99.88594,14.2662735,42.059284,485.0803,3.8998997,7.290956,211.25839,23.688883,8.855309,28.412075,27.82876,294.44852,91.78466,163.42395,1486.7446,91.20057,1691.0936,1613.2319,12.043642,11.771001,1693.1058,22.67457,18.267328,434.7642,38.473087,65.698586,28.486357,113.42996,264.73822,427.16794,5.309677,44.508495,157.5969,369.6466,9.787933,90.4568,10.507056,1.5462435,59.14115,0.98988384,1.1042626,3.1773257,11.032164,30.685608,18.710068,22.040995,549.05927,51.606518,29.32767,37.78276,13.757297,88.52789,11.175113,40.12079,10.53992,71.356255,21.247303,32.565037,42.71111,10.031552,46.506012,35.948048,1.2044377,63.48226,10.340507,221.38734,7.3264346,291.944,21.84312,1036.6777,130.21768,3.1302555,10.311445,152.9128,190.6203,935.5264,886.48413 +2023-01-05 20:00:00,0.0,2459.647,44.74246,8.890211,41.65192,30.964733,258.2499,29.208418,51.30802,18.795704,28.113127,237.66759,133.02637,15.105972,55.706448,1.1526518,1.011626,48.920414,29.213888,30.68856,608.8171,17.04878,743.0201,127.00143,20.28411,60.685883,376.9363,71.35939,862.1828,254.59163,2692.7512,35.243694,2765.588,338.89526,20.566734,19.5335,97.9388,232.68623,289.37872,557.8122,40.844086,22.645456,10.573525,499.41,240.53038,60.703476,7.1391287,558.71783,12.512952,595.26984,6.6012826,29.409288,0.0,769.26025,1747.7644,0.25704837,84.120705,14.37254,10088.428,27.14516,1.0550518,5.6544805,15.595245,8.312105,2.5199356,8.621787,245.419,52.298985,4.6788235,0.6762401,3.1607912,145.05229,0.97395146,139.78607,129.50053,1870.9631,195.26567,89.951866,156.58513,775.1636,44.443935,35.838272,760.7215,53.910908,78.59354,10.130789,21.171427,195.20705,10.874899,10.129865,52.942745,16.968483,4039.5725,18.023014,22.611559,15.7564335,10.232762,275.44266,51.639748,26.31586,7.6373158,6.8873715,14.0205555,55.473644,78.13948,34.39758,182.3911,18.368517,5.601408,46.29502,25.391989,39.312637,115.269104,19.40446,1.6176479,24.57497,13.035016,1708.2323,20.90472,0.76857525,29.017338,12.021715,122.69584,84.484055,102.41844,8.062629,89.850266,334.34952,242.49355,27.326374,238.58958,77.99337,47.378983,69.47315,99.957184,14.278946,42.07869,485.0501,3.90788,7.305399,211.36142,23.684563,8.85705,28.44692,27.855152,294.80682,91.85975,163.4319,1487.4266,91.11852,1690.9542,1612.9967,12.038979,11.763576,1692.7455,22.666183,18.257841,434.6897,38.455242,65.67097,28.480562,113.36725,264.71927,427.0819,5.307935,44.493664,157.48056,369.58905,9.782943,90.449036,10.503495,1.5459647,59.13873,0.9899284,1.1044202,3.1778417,11.031168,30.676022,18.70598,22.045698,548.50757,51.590054,29.313747,37.77218,13.751459,88.56183,11.164606,40.230824,10.535484,71.340385,21.226173,32.529915,42.680553,10.029435,46.472275,35.91586,1.2041953,63.46722,10.339608,221.37946,7.3253956,291.87848,21.838734,1036.8828,130.19034,3.1299117,10.309535,152.88637,190.58952,935.4558,886.58453 +2023-01-05 21:00:00,0.0,2459.0745,44.726,8.884455,41.605408,30.948309,258.13947,29.202791,51.294174,18.79327,28.108614,237.67499,133.0212,15.102396,55.698975,1.1593691,1.016457,48.90124,29.327675,30.738705,608.57666,17.08403,742.5468,127.01821,20.333946,60.794983,376.6876,71.37376,862.4238,254.59818,2691.886,35.27346,2764.9792,339.4053,20.593874,19.550135,98.09646,232.68344,289.411,558.421,40.842743,22.63439,10.5726,499.36093,240.77327,60.783955,7.137934,558.782,12.51516,595.2648,6.6073465,29.412386,0.0,769.4891,1747.7764,0.25708976,84.06933,14.373165,10090.228,27.157618,1.0557101,5.653226,15.595497,8.322504,2.5241451,8.622139,245.50385,52.276657,4.677771,0.6765455,3.1649642,145.28963,0.97336924,139.80327,129.43588,1872.2524,195.15086,89.98158,156.64046,775.2193,44.496136,35.872574,761.4489,53.90187,78.60153,10.130302,21.186354,195.25385,10.877475,10.128835,52.95477,16.974457,4039.8447,18.022856,22.634073,15.757246,10.23832,275.50537,51.65339,26.33367,7.640035,6.8907037,14.017006,55.47104,78.171814,34.42601,182.41199,18.369452,5.6115475,46.310966,25.386532,39.292057,115.27762,19.390362,1.6173689,24.597414,13.032501,1707.4398,20.908943,0.7681135,29.069859,12.027054,122.719574,84.46035,102.40355,8.065263,89.87419,334.36484,242.47427,27.336334,238.5593,77.94906,47.37614,69.4723,100.028435,14.291618,42.09809,485.0199,3.9158607,7.3198423,211.46446,23.680243,8.858792,28.481766,27.881542,295.16513,91.93483,163.43983,1488.1086,91.03647,1690.815,1612.7614,12.034314,11.756149,1692.385,22.657797,18.248354,434.6152,38.4374,65.64335,28.474768,113.30453,264.70035,426.99588,5.3061934,44.478832,157.36423,369.53146,9.777951,90.44127,10.499933,1.5456859,59.136307,0.989973,1.1045779,3.1783578,11.030172,30.666435,18.701893,22.050404,547.9559,51.57359,29.299828,37.761593,13.745623,88.595764,11.1541,40.340862,10.531049,71.324524,21.205044,32.49479,42.649998,10.027318,46.438538,35.883667,1.2039528,63.452175,10.33871,221.37158,7.3243566,291.81293,21.834347,1037.0879,130.163,3.129568,10.307625,152.85994,190.55875,935.38513,886.68494 +2023-01-05 22:00:00,0.0,2458.502,44.70955,8.878699,41.5589,30.931885,258.02905,29.197163,51.280327,18.790836,28.104103,237.68237,133.01602,15.09882,55.6915,1.1660864,1.0212879,48.882072,29.441462,30.788849,608.3362,17.119278,742.0735,127.034996,20.383785,60.904083,376.43884,71.38813,862.66486,254.6047,2691.0208,35.303226,2764.3706,339.9153,20.621012,19.56677,98.25412,232.68065,289.4433,559.02985,40.841396,22.623323,10.571675,499.31183,241.01614,60.86443,7.13674,558.8462,12.517367,595.25977,6.613411,29.415483,0.0,769.7179,1747.7882,0.25713113,84.017944,14.373791,10092.026,27.170076,1.0563684,5.6519713,15.59575,8.332903,2.5283546,8.622491,245.5887,52.25433,4.6767187,0.6768509,3.169137,145.52695,0.9727871,139.82045,129.37123,1873.5417,195.03606,90.0113,156.69579,775.2751,44.548332,35.906876,762.17633,53.892834,78.60953,10.129817,21.201283,195.30066,10.88005,10.127806,52.96679,16.980433,4040.117,18.0227,22.656586,15.758059,10.243878,275.56808,51.66703,26.351479,7.6427546,6.8940363,14.013455,55.468433,78.20415,34.454437,182.43288,18.370388,5.6216874,46.326916,25.381075,39.271477,115.28613,19.376263,1.61709,24.61986,13.029986,1706.6473,20.913166,0.7676517,29.12238,12.0323925,122.74332,84.43665,102.38866,8.067897,89.89812,334.38016,242.45502,27.346296,238.529,77.90475,47.373302,69.47145,100.09968,14.304291,42.117496,484.98972,3.9238412,7.3342853,211.56749,23.675922,8.860534,28.51661,27.907932,295.52344,92.00991,163.44778,1488.7908,90.95442,1690.6757,1612.526,12.029651,11.748723,1692.0247,22.64941,18.238867,434.54068,38.41956,65.61572,28.468975,113.241806,264.6814,426.90985,5.3044515,44.463997,157.2479,369.4739,9.77296,90.4335,10.496371,1.5454069,59.13388,0.9900176,1.1047355,3.1788738,11.029177,30.656849,18.697805,22.055107,547.40424,51.557125,29.285906,37.751007,13.739785,88.62971,11.143594,40.450897,10.526613,71.308655,21.183916,32.459667,42.619442,10.025201,46.4048,35.851475,1.2037104,63.43713,10.337811,221.3637,7.323317,291.7474,21.82996,1037.293,130.13565,3.1292243,10.305715,152.8335,190.52797,935.3145,886.7854 +2023-01-05 23:00:00,0.0,2457.9294,44.693092,8.872944,41.51239,30.915459,257.9186,29.191534,51.26648,18.7884,28.099592,237.68976,133.01086,15.0952425,55.68403,1.1728039,1.0261188,48.8629,29.555248,30.838995,608.09576,17.154528,741.6002,127.05178,20.433622,61.013184,376.19012,71.402504,862.90594,254.61125,2690.1555,35.332996,2763.7622,340.42535,20.64815,19.583405,98.41177,232.67786,289.4756,559.6386,40.840054,22.612257,10.570751,499.26276,241.25903,60.94491,7.1355457,558.9104,12.519575,595.25476,6.619475,29.418581,0.0,769.9467,1747.8002,0.2571725,83.96657,14.374415,10093.826,27.182535,1.0570266,5.650717,15.596003,8.343302,2.5325642,8.622844,245.67355,52.232006,4.6756663,0.67715627,3.17331,145.76428,0.9722049,139.83765,129.30658,1874.8312,194.92125,90.04102,156.75113,775.3308,44.600533,35.941174,762.9038,53.8838,78.61752,10.129331,21.21621,195.34746,10.882625,10.126777,52.978813,16.986406,4040.3892,18.022541,22.6791,15.758871,10.249437,275.63083,51.68067,26.369287,7.645474,6.8973684,14.009906,55.46583,78.23648,34.482864,182.45377,18.371323,5.631827,46.34286,25.375618,39.250896,115.29465,19.362164,1.6168112,24.642303,13.027472,1705.8549,20.917389,0.76718986,29.174898,12.037731,122.76705,84.41295,102.373764,8.070532,89.92204,334.3955,242.43575,27.356258,238.49872,77.860435,47.37046,69.470604,100.17092,14.316963,42.136898,484.9595,3.9318216,7.3487287,211.67052,23.671602,8.862275,28.551455,27.934324,295.88174,92.085,163.45572,1489.4728,90.87237,1690.5364,1612.2908,12.024986,11.741297,1691.6642,22.641026,18.22938,434.4662,38.401714,65.588104,28.46318,113.179085,264.66248,426.82382,5.3027096,44.449165,157.13158,369.41632,9.767969,90.425735,10.492809,1.5451281,59.13146,0.9900622,1.1048932,3.1793897,11.028181,30.647264,18.693718,22.059813,546.85254,51.540657,29.271986,37.740425,13.733948,88.66364,11.133087,40.560932,10.522178,71.29279,21.162786,32.42454,42.588886,10.023085,46.371063,35.819286,1.203468,63.42209,10.336914,221.35582,7.322278,291.6819,21.825573,1037.498,130.10829,3.1288807,10.303804,152.80707,190.4972,935.24384,886.8858 +2023-01-06 00:00:00,0.0,2457.357,44.676636,8.867188,41.46588,30.899035,257.80817,29.185907,51.252636,18.785967,28.095081,237.69716,133.00569,15.091666,55.676556,1.1795212,1.0309497,48.84373,29.669035,30.88914,607.8553,17.189775,741.1269,127.06857,20.48346,61.122284,375.9414,71.41687,863.147,254.61778,2689.2903,35.362762,2763.1536,340.93536,20.675287,19.60004,98.569435,232.67506,289.50787,560.24744,40.83871,22.60119,10.569826,499.21368,241.50192,61.025387,7.1343513,558.9746,12.521783,595.2497,6.6255393,29.421679,0.0,770.17554,1747.812,0.2572139,83.91519,14.37504,10095.626,27.194994,1.0576849,5.6494627,15.596254,8.353701,2.5367737,8.623196,245.75839,52.20968,4.674614,0.6774617,3.1774828,146.0016,0.97162277,139.85484,129.24194,1876.1205,194.80644,90.07074,156.80646,775.38654,44.652733,35.975475,763.6312,53.874763,78.62552,10.128845,21.231136,195.39426,10.8852,10.125748,52.990837,16.992382,4040.6614,18.022385,22.701612,15.759683,10.254995,275.69354,51.694313,26.387096,7.6481934,6.900701,14.006356,55.463226,78.268814,34.51129,182.47466,18.372257,5.641967,46.358807,25.370161,39.230316,115.30316,19.348064,1.6165322,24.664747,13.024957,1705.0624,20.921612,0.7667281,29.227419,12.043071,122.79079,84.38925,102.35887,8.073166,89.94597,334.41083,242.41649,27.366219,238.46843,77.816124,47.367622,69.46975,100.24217,14.329636,42.156303,484.92932,3.9398022,7.3631716,211.77356,23.667282,8.8640175,28.5863,27.960714,296.24005,92.16008,163.46367,1490.1548,90.79032,1690.397,1612.0554,12.020323,11.7338705,1691.3038,22.632639,18.219893,434.39166,38.383873,65.560486,28.457388,113.11636,264.64352,426.7378,5.3009677,44.434334,157.01524,369.35876,9.762978,90.41797,10.489247,1.5448493,59.129036,0.99010676,1.1050509,3.179906,11.027185,30.637678,18.68963,22.064516,546.30084,51.524193,29.258064,37.72984,13.728111,88.69758,11.1225815,40.670967,10.517742,71.276924,21.141657,32.389416,42.55833,10.0209675,46.33733,35.787094,1.2032255,63.407043,10.336016,221.34793,7.321239,291.61633,21.821186,1037.7031,130.08095,3.1285372,10.301895,152.78064,190.46643,935.1732,886.9862 +2023-01-06 01:00:00,0.0,2456.7844,44.66018,8.861433,41.41937,30.88261,257.69775,29.180279,51.23879,18.783531,28.090569,237.70454,133.00052,15.08809,55.669083,1.1862385,1.0357807,48.82456,29.782822,30.939285,607.61487,17.225025,740.6536,127.08536,20.533297,61.231384,375.69266,71.431244,863.388,254.62433,2688.425,35.39253,2762.545,341.4454,20.702425,19.616674,98.7271,232.67227,289.54016,560.85626,40.837364,22.590124,10.568901,499.16458,241.74481,61.10586,7.133157,559.0388,12.523991,595.2447,6.6316032,29.424774,0.0,770.4043,1747.824,0.25725526,83.863815,14.375665,10097.425,27.20745,1.0583432,5.648208,15.596508,8.3640995,2.5409832,8.623548,245.84325,52.18735,4.6735616,0.6777671,3.181656,146.23894,0.9710406,139.87204,129.17729,1877.4098,194.69164,90.10045,156.86179,775.4423,44.704933,36.009777,764.35864,53.865726,78.633514,10.128359,21.246063,195.44107,10.887774,10.124718,53.002857,16.998358,4040.9333,18.022226,22.724127,15.760495,10.260553,275.75626,51.707954,26.404905,7.650913,6.904033,14.002806,55.46062,78.30115,34.53972,182.49554,18.373194,5.6521063,46.374752,25.364704,39.209736,115.311676,19.333963,1.6162534,24.687193,13.022442,1704.2699,20.925837,0.7662663,29.27994,12.048409,122.81453,84.36555,102.34398,8.075801,89.96989,334.42615,242.39722,27.37618,238.43816,77.77182,47.36478,69.4689,100.313416,14.342308,42.175705,484.8991,3.9477825,7.3776145,211.87659,23.662962,8.865759,28.621145,27.987104,296.59836,92.23517,163.4716,1490.8367,90.70827,1690.2577,1611.8202,12.015658,11.726445,1690.9434,22.624252,18.210405,434.31717,38.366028,65.53286,28.451593,113.05364,264.6246,426.65176,5.2992253,44.4195,156.89891,369.30118,9.757986,90.4102,10.485685,1.5445703,59.126614,0.99015135,1.1052085,3.1804218,11.02619,30.628092,18.685543,22.06922,545.74915,51.50773,29.244144,37.719254,13.722274,88.73152,11.112075,40.781006,10.513307,71.26106,21.12053,32.354294,42.527775,10.01885,46.303593,35.754906,1.202983,63.392002,10.335117,221.34006,7.3201995,291.5508,21.8168,1037.9081,130.0536,3.1281934,10.299985,152.75421,190.43565,935.1026,887.0866 +2023-01-06 02:00:00,0.0,2456.212,44.643723,8.855678,41.37286,30.866184,257.5873,29.17465,51.22494,18.781097,28.086058,237.71193,132.99536,15.084514,55.66161,1.192956,1.0406115,48.80539,29.896608,30.98943,607.3744,17.260273,740.1803,127.10214,20.583134,61.340485,375.44394,71.44562,863.629,254.63086,2687.5596,35.422295,2761.9365,341.9554,20.729563,19.63331,98.884766,232.66948,289.57245,561.4651,40.83602,22.579058,10.567976,499.1155,241.9877,61.18634,7.131963,559.10297,12.526198,595.2396,6.6376677,29.427872,0.0,770.6332,1747.8359,0.25729662,83.81243,14.376289,10099.225,27.21991,1.0590014,5.6469536,15.59676,8.374498,2.5451927,8.623899,245.92809,52.165024,4.6725087,0.67807245,3.1858287,146.47627,0.97045845,139.88922,129.11264,1878.6991,194.57683,90.130165,156.91711,775.49805,44.75713,36.044075,765.08606,53.856693,78.64151,10.127872,21.260992,195.48787,10.890349,10.123689,53.01488,17.004332,4041.2056,18.02207,22.74664,15.761308,10.266112,275.819,51.721596,26.422714,7.6536326,6.907366,13.999256,55.458015,78.33348,34.568146,182.51643,18.374128,5.662246,46.390697,25.359247,39.189156,115.32019,19.319864,1.6159744,24.709637,13.019927,1703.4774,20.93006,0.7658045,29.332458,12.053748,122.838264,84.34185,102.32909,8.078435,89.99381,334.4415,242.37796,27.38614,238.40787,77.72751,47.361942,69.468056,100.38467,14.35498,42.19511,484.8689,3.955763,7.392058,211.97961,23.658642,8.867501,28.65599,28.013496,296.95663,92.31025,163.47955,1491.5188,90.62622,1690.1184,1611.5848,12.010995,11.719019,1690.5829,22.615866,18.200918,434.24268,38.348186,65.50524,28.445799,112.99092,264.60565,426.56573,5.2974834,44.404667,156.78258,369.24362,9.7529955,90.402435,10.482124,1.5442915,59.12419,0.99019593,1.1053662,3.1809378,11.025194,30.618505,18.681456,22.073925,545.1975,51.491264,29.230223,37.708668,13.716436,88.76546,11.101569,40.89104,10.508871,71.24519,21.0994,32.319168,42.49722,10.016733,46.269855,35.722713,1.2027406,63.376957,10.334219,221.33217,7.3191605,291.4853,21.812412,1038.1132,130.02626,3.1278498,10.298075,152.72778,190.40488,935.0319,887.187 +2023-01-06 03:00:00,0.0,2455.6394,44.627266,8.849922,41.32635,30.84976,257.47687,29.169024,51.211094,18.778664,28.081547,237.71933,132.99019,15.080937,55.654137,1.1996733,1.0454425,48.78622,30.010395,31.039576,607.134,17.295523,739.70703,127.11893,20.63297,61.449585,375.1952,71.459984,863.87006,254.63739,2686.6943,35.45206,2761.328,342.46545,20.7567,19.649944,99.04242,232.66669,289.60474,562.07385,40.83468,22.567991,10.567051,499.06644,242.23059,61.26682,7.1307683,559.1672,12.528406,595.2346,6.6437316,29.43097,0.0,770.86194,1747.8478,0.25733802,83.761055,14.376914,10101.024,27.232368,1.0596597,5.645699,15.597013,8.384897,2.5494022,8.624251,246.01294,52.142696,4.6714563,0.67837787,3.1900017,146.7136,0.9698763,139.90642,129.04799,1879.9885,194.46202,90.15988,156.97244,775.5538,44.80933,36.078377,765.81354,53.847656,78.649506,10.127387,21.275919,195.53467,10.892924,10.12266,53.026905,17.010307,4041.4778,18.021912,22.769154,15.76212,10.27167,275.8817,51.735237,26.440525,7.656352,6.910698,13.995706,55.455414,78.365814,34.596573,182.53732,18.375065,5.6723857,46.406643,25.35379,39.168575,115.328705,19.305765,1.6156956,24.73208,13.017412,1702.6849,20.934282,0.7653427,29.38498,12.059087,122.86201,84.318146,102.31419,8.081069,90.01774,334.45682,242.35869,27.396103,238.37758,77.6832,47.3591,69.4672,100.45591,14.367653,42.21451,484.8387,3.9637437,7.406501,212.08266,23.654322,8.869243,28.690836,28.039886,297.31494,92.38533,163.48749,1492.2008,90.54417,1689.979,1611.3495,12.0063305,11.711593,1690.2225,22.60748,18.191431,434.16815,38.330345,65.47762,28.440006,112.9282,264.58673,426.4797,5.2957416,44.389835,156.66624,369.18604,9.748004,90.39467,10.478562,1.5440127,59.121765,0.9902405,1.1055238,3.181454,11.024199,30.60892,18.677368,22.078629,544.6458,51.4748,29.216303,37.698086,13.710599,88.79939,11.091063,41.001076,10.504436,71.22933,21.07827,32.284042,42.466667,10.014617,46.23612,35.69052,1.2024982,63.36191,10.333321,221.3243,7.3181214,291.41974,21.808025,1038.3182,129.99892,3.127506,10.2961645,152.70135,190.3741,934.9613,887.2874 +2023-01-06 04:00:00,0.0,2455.067,44.61081,8.844166,41.27984,30.833336,257.36646,29.163395,51.19725,18.776228,28.077036,237.72672,132.98502,15.077361,55.646664,1.2063906,1.0502734,48.767048,30.124182,31.08972,606.8935,17.33077,739.2337,127.13571,20.68281,61.558685,374.94647,71.47436,864.1111,254.64394,2685.829,35.481827,2760.7192,342.97546,20.783838,19.66658,99.20008,232.6639,289.63702,562.6827,40.833332,22.556925,10.566126,499.01736,242.47348,61.347298,7.129574,559.2314,12.530615,595.2296,6.649796,29.434067,0.0,771.09076,1747.8597,0.25737938,83.70968,14.377539,10102.823,27.244827,1.060318,5.6444445,15.597265,8.395296,2.5536118,8.624603,246.09778,52.12037,4.670404,0.6786833,3.1941745,146.95093,0.96929413,139.92361,128.98334,1881.2778,194.34721,90.1896,157.02779,775.60956,44.86153,36.11268,766.54095,53.83862,78.6575,10.126901,21.290848,195.58148,10.8955,10.12163,53.038925,17.016281,4041.75,18.021755,22.791666,15.762933,10.277228,275.94443,51.74888,26.458334,7.6590714,6.9140306,13.992156,55.45281,78.39815,34.625,182.55821,18.376,5.6825256,46.42259,25.348333,39.14799,115.33722,19.291666,1.6154166,24.754524,13.014898,1701.8925,20.938505,0.76488096,29.4375,12.064425,122.88574,84.29445,102.2993,8.083704,90.041664,334.47214,242.33943,27.406063,238.34729,77.638885,47.356262,69.466354,100.52716,14.380325,42.233917,484.8085,3.971724,7.420944,212.18568,23.650002,8.870985,28.725681,28.066277,297.67325,92.46042,163.49544,1492.8828,90.46212,1689.8397,1611.1143,12.001667,11.704166,1689.862,22.599094,18.181944,434.09366,38.3125,65.45,28.434212,112.86548,264.56778,426.39368,5.2939997,44.375,156.54991,369.12848,9.743013,90.3869,10.475,1.5437338,59.119343,0.9902851,1.1056815,3.18197,11.023203,30.599333,18.67328,22.083334,544.0941,51.458332,29.202381,37.6875,13.704762,88.833336,11.080556,41.11111,10.5,71.21346,21.057142,32.24892,42.43611,10.0125,46.20238,35.658333,1.2022557,63.34687,10.332422,221.3164,7.317082,291.35422,21.803638,1038.5233,129.97156,3.1271625,10.294254,152.67493,190.34332,934.8906,887.3879 +2023-01-06 05:00:00,0.0,2454.4944,44.594357,8.83841,41.23333,30.816912,257.256,29.157766,51.183403,18.773794,28.072523,237.7341,132.97986,15.073785,55.63919,1.213108,1.0551043,48.74788,30.237968,31.139866,606.6531,17.36602,738.76044,127.1525,20.732647,61.667786,374.69772,71.48873,864.3522,254.65047,2684.9639,35.511593,2760.1106,343.4855,20.810976,19.683214,99.35774,232.6611,289.6693,563.2915,40.83199,22.545858,10.565202,498.96826,242.71637,61.427773,7.1283793,559.29553,12.532823,595.22455,6.6558604,29.437164,0.0,771.3196,1747.8716,0.25742075,83.658295,14.378163,10104.623,27.257284,1.0609764,5.64319,15.597517,8.405695,2.5578215,8.624955,246.18263,52.098045,4.6693516,0.6789887,3.1983476,147.18825,0.968712,139.94081,128.91869,1882.5671,194.2324,90.219315,157.08311,775.6653,44.91373,36.146976,767.2684,53.829582,78.6655,10.126415,21.305775,195.62828,10.898075,10.120601,53.05095,17.022257,4042.0222,18.021597,22.81418,15.763744,10.282786,276.00717,51.76252,26.476143,7.661791,6.9173627,13.988606,55.450203,78.43048,34.653427,182.5791,18.376936,5.692665,46.438534,25.342876,39.12741,115.34574,19.277567,1.6151377,24.77697,13.012383,1701.1,20.942728,0.76441914,29.490019,12.069764,122.909485,84.270744,102.28441,8.086338,90.06559,334.48746,242.32018,27.416025,238.317,77.594574,47.35342,69.46551,100.598404,14.392998,42.25332,484.77832,3.9797046,7.435387,212.28871,23.64568,8.872726,28.760527,28.092669,298.03156,92.5355,163.50337,1493.5648,90.380066,1689.7004,1610.8789,11.997003,11.69674,1689.5017,22.590708,18.172457,434.01917,38.29466,65.42238,28.42842,112.80276,264.54886,426.30765,5.292258,44.36017,156.43358,369.0709,9.738022,90.379135,10.471438,1.5434549,59.11692,0.9903297,1.1058393,3.1824858,11.022206,30.589746,18.669193,22.088037,543.5424,51.441868,29.18846,37.676914,13.698925,88.86727,11.07005,41.22115,10.495564,71.1976,21.036013,32.213795,42.405556,10.010383,46.168644,35.62614,1.2020133,63.331825,10.331524,221.30853,7.316043,291.2887,21.799252,1038.7284,129.94421,3.126819,10.292344,152.6485,190.31255,934.82,887.4883 +2023-01-06 06:00:00,0.0,2453.9219,44.5779,8.832655,41.18682,30.800486,257.14557,29.15214,51.169556,18.77136,28.068012,237.74149,132.97469,15.070209,55.631718,1.2198254,1.0599352,48.728706,30.351755,31.19001,606.4126,17.401268,738.2871,127.16928,20.782484,61.776886,374.449,71.5031,864.5932,254.65701,2684.0986,35.541363,2759.5022,343.99554,20.838114,19.69985,99.5154,232.65831,289.7016,563.9003,40.830647,22.534792,10.564277,498.9192,242.95926,61.50825,7.1271853,559.35974,12.53503,595.21954,6.6619244,29.44026,0.0,771.5484,1747.8835,0.2574621,83.60692,14.378789,10106.423,27.269743,1.0616347,5.6419353,15.597771,8.416094,2.562031,8.625307,246.26749,52.075718,4.668299,0.67929405,3.2025204,147.42558,0.9681298,139.95801,128.85403,1883.8564,194.1176,90.24902,157.13844,775.72107,44.965927,36.18128,767.9958,53.82055,78.67349,10.125929,21.320702,195.67508,10.90065,10.119572,53.06297,17.028233,4042.2944,18.02144,22.836693,15.764557,10.288345,276.0699,51.77616,26.493952,7.6645103,6.9206953,13.985056,55.4476,78.462814,34.681854,182.59999,18.37787,5.702805,46.45448,25.33742,39.10683,115.354256,19.263468,1.6148589,24.799414,13.009869,1700.3075,20.946953,0.7639574,29.54254,12.075103,122.93322,84.24705,102.269516,8.088972,90.089516,334.5028,242.3009,27.425987,238.28671,77.55027,47.350582,69.46465,100.66965,14.40567,42.272724,484.7481,3.9876852,7.44983,212.39175,23.64136,8.874468,28.79537,28.119059,298.38986,92.61059,163.51132,1494.2468,90.29802,1689.561,1610.6437,11.992338,11.689315,1689.1412,22.582321,18.162971,433.94464,38.276817,65.39476,28.422625,112.740036,264.5299,426.22162,5.290516,44.345333,156.31725,369.01334,9.73303,90.37137,10.467876,1.543176,59.1145,0.99037427,1.1059968,3.1830018,11.021211,30.580162,18.665106,22.092741,542.9908,51.425404,29.17454,37.666332,13.693088,88.90121,11.059544,41.331184,10.491129,71.18173,21.014883,32.178673,42.375,10.0082655,46.13491,35.59395,1.2017708,63.31678,10.330626,221.30064,7.3150034,291.22314,21.794867,1038.9335,129.91687,3.126475,10.290434,152.62207,190.28177,934.7494,887.5887 +2023-01-06 07:00:00,0.0,2453.3494,44.561443,8.8269,41.140312,30.784061,257.03516,29.146511,51.15571,18.768925,28.063501,237.74889,132.96953,15.066631,55.624245,1.2265427,1.0647662,48.709538,30.465542,31.240156,606.1722,17.436518,737.81384,127.18607,20.832321,61.885986,374.20026,71.51747,864.8342,254.66354,2683.2334,35.57113,2758.8936,344.50555,20.865252,19.716484,99.673065,232.65552,289.7339,564.50916,40.8293,22.523726,10.563352,498.87012,243.20215,61.58873,7.125991,559.42395,12.537238,595.2145,6.667989,29.443357,0.0,771.7772,1747.8954,0.2575035,83.55554,14.379414,10108.222,27.282202,1.0622929,5.6406813,15.598022,8.426493,2.5662405,8.62566,246.35233,52.05339,4.6672463,0.67959946,3.2066934,147.6629,0.96754766,139.97519,128.78938,1885.1459,194.00279,90.27874,157.19377,775.7768,45.018127,36.215576,768.72327,53.811512,78.68149,10.1254425,21.335627,195.7219,10.903225,10.118542,53.074993,17.034206,4042.5667,18.021282,22.859207,15.765369,10.293903,276.1326,51.789803,26.51176,7.6672297,6.9240274,13.981506,55.444996,78.49514,34.71028,182.62088,18.378807,5.7129445,46.470425,25.331963,39.08625,115.36277,19.249367,1.6145799,24.821857,13.007354,1699.515,20.951176,0.76349556,29.59506,12.080442,122.95696,84.22334,102.25462,8.091607,90.11344,334.51813,242.28165,27.435947,238.25642,77.50596,47.34774,69.463806,100.7409,14.418343,42.292126,484.71793,3.9956656,7.4642735,212.49478,23.63704,8.87621,28.830215,28.145449,298.74817,92.68567,163.51926,1494.9288,90.215965,1689.4218,1610.4083,11.987675,11.681889,1688.7808,22.573935,18.153484,433.87015,38.258972,65.367134,28.416832,112.677315,264.511,426.1356,5.288774,44.3305,156.20091,368.95575,9.72804,90.3636,10.464314,1.5428972,59.112076,0.99041885,1.1061546,3.183518,11.020215,30.570576,18.661018,22.097446,542.4391,51.40894,29.160618,37.655746,13.687251,88.93515,11.049037,41.44122,10.486693,71.16587,20.993753,32.143547,42.344444,10.006149,46.101173,35.56176,1.2015283,63.30174,10.329727,221.29277,7.3139644,291.15762,21.79048,1039.1385,129.88953,3.1261315,10.288524,152.59564,190.251,934.6787,887.6891 +2023-01-06 08:00:00,0.0,2452.7769,44.544987,8.821144,41.0938,30.767637,256.9247,29.140882,51.141865,18.76649,28.05899,237.75627,132.96436,15.063055,55.61677,1.23326,1.069597,48.690365,30.579329,31.2903,605.9317,17.471766,737.3405,127.20286,20.882158,61.995087,373.95154,71.531845,865.07526,254.67009,2682.3682,35.600895,2758.285,345.0156,20.89239,19.73312,99.83072,232.65273,289.76617,565.1179,40.827957,22.51266,10.562427,498.82104,243.44504,61.669205,7.1247964,559.48816,12.539446,595.2095,6.6740527,29.446455,0.0,772.006,1747.9073,0.25754488,83.50416,14.380038,10110.021,27.294659,1.0629512,5.6394267,15.598276,8.436892,2.57045,8.626012,246.43718,52.031063,4.666194,0.6799049,3.2108662,147.90024,0.96696544,139.99239,128.72473,1886.4352,193.88799,90.30846,157.2491,775.8325,45.070328,36.249878,769.4507,53.802475,78.68948,10.124957,21.350555,195.76869,10.9058,10.117513,53.087017,17.040182,4042.8386,18.021126,22.88172,15.766182,10.299461,276.19534,51.803444,26.52957,7.669949,6.9273596,13.977956,55.44239,78.52747,34.73871,182.64177,18.379742,5.7230844,46.48637,25.326506,39.06567,115.371284,19.235268,1.6143011,24.844303,13.004839,1698.7225,20.955399,0.7630338,29.64758,12.085781,122.9807,84.199646,102.23973,8.094241,90.13736,334.53345,242.26237,27.44591,238.22615,77.46165,47.344902,69.46296,100.81214,14.431015,42.31153,484.6877,4.003646,7.4787164,212.59781,23.632719,8.877952,28.86506,28.17184,299.10648,92.76075,163.5272,1495.6108,90.13392,1689.2825,1610.173,11.98301,11.674462,1688.4204,22.565548,18.143997,433.79565,38.24113,65.339516,28.411037,112.61459,264.49203,426.04956,5.287032,44.31567,156.0846,368.8982,9.723048,90.355835,10.4607525,1.5426184,59.10965,0.99046344,1.1063122,3.1840339,11.019219,30.56099,18.65693,22.10215,541.8874,51.39247,29.146698,37.64516,13.681414,88.969086,11.038531,41.551254,10.482258,71.15,20.972626,32.10842,42.31389,10.004032,46.067436,35.529568,1.201286,63.286694,10.328829,221.28488,7.3129253,291.0921,21.786093,1039.3436,129.86218,3.1257877,10.286613,152.56921,190.22023,934.6081,887.7895 +2023-01-06 09:00:00,0.0,2452.2046,44.52853,8.815389,41.04729,30.751211,256.81427,29.135256,51.128017,18.764055,28.054478,237.76366,132.95918,15.059479,55.6093,1.2399775,1.074428,48.671196,30.693115,31.340445,605.6913,17.507015,736.86725,127.21964,20.931997,62.104187,373.7028,71.54621,865.3163,254.67662,2681.503,35.63066,2757.6765,345.5256,20.919527,19.749754,99.98838,232.64995,289.79846,565.72675,40.826614,22.501593,10.5615015,498.77194,243.68793,61.749683,7.123602,559.55237,12.541654,595.2044,6.680117,29.449553,0.0,772.23486,1747.9192,0.25758624,83.45278,14.380663,10111.821,27.307117,1.0636095,5.638172,15.598528,8.44729,2.5746596,8.626364,246.52202,52.008736,4.6651416,0.68021023,3.2150393,148.13756,0.9663833,140.00958,128.66008,1887.7245,193.77318,90.33817,157.30444,775.8883,45.122524,36.28418,770.1781,53.79344,78.69748,10.124471,21.365482,195.81549,10.908375,10.116484,53.099037,17.046158,4043.1108,18.020967,22.904234,15.766994,10.30502,276.25806,51.817085,26.547379,7.672669,6.930692,13.974406,55.439785,78.55981,34.767136,182.66266,18.380678,5.733224,46.502316,25.321049,39.04509,115.3798,19.221169,1.6140221,24.866747,13.002324,1697.93,20.959621,0.762572,29.7001,12.09112,123.00444,84.17594,102.22484,8.096876,90.161285,334.5488,242.24312,27.45587,238.19586,77.417336,47.34206,69.462105,100.88339,14.4436865,42.330933,484.65753,4.0116267,7.4931593,212.70085,23.628399,8.879694,28.899906,28.19823,299.46475,92.83584,163.53514,1496.2928,90.051865,1689.1431,1609.9377,11.978347,11.667036,1688.0599,22.557161,18.13451,433.72113,38.223286,65.3119,28.405243,112.55187,264.4731,425.96353,5.2852902,44.300835,155.96826,368.8406,9.718057,90.34807,10.457191,1.5423394,59.107227,0.990508,1.1064699,3.1845498,11.018224,30.551403,18.652843,22.106855,541.3357,51.376007,29.132776,37.634575,13.675576,89.00302,11.028025,41.661293,10.477822,71.13414,20.951496,32.0733,42.283333,10.001915,46.0337,35.497375,1.2010435,63.271652,10.32793,221.27701,7.311886,291.02655,21.781706,1039.5487,129.83482,3.1254442,10.284703,152.54279,190.18945,934.5374,887.88995 +2023-01-06 10:00:00,0.0,2451.632,44.512074,8.809633,41.000782,30.734787,256.70386,29.129627,51.11417,18.761621,28.049967,237.77106,132.95403,15.0559025,55.601826,1.2466948,1.0792588,48.652027,30.806902,31.39059,605.4508,17.542263,736.3939,127.23643,20.981834,62.213287,373.45407,71.560585,865.5574,254.68315,2680.6377,35.660427,2757.0679,346.03564,20.946665,19.76639,100.14604,232.64716,289.83075,566.3356,40.825268,22.490526,10.560577,498.72287,243.93082,61.830162,7.122408,559.6165,12.543861,595.1994,6.686181,29.45265,0.0,772.4636,1747.9312,0.25762764,83.401405,14.381288,10113.62,27.319576,1.0642678,5.6369176,15.598782,8.457689,2.578869,8.626716,246.60687,51.986412,4.664089,0.68051565,3.219212,148.3749,0.9658011,140.02678,128.59543,1889.0138,193.65837,90.36789,157.35977,775.94403,45.174725,36.318478,770.9055,53.784405,78.705475,10.123984,21.38041,195.8623,10.91095,10.115455,53.11106,17.052132,4043.383,18.020811,22.926746,15.767807,10.310578,276.32077,51.830727,26.565187,7.6753883,6.9340243,13.970857,55.437183,78.59214,34.795567,182.68355,18.381613,5.743364,46.51826,25.315592,39.02451,115.38831,19.20707,1.6137433,24.88919,12.999809,1697.1376,20.963844,0.7621102,29.75262,12.096458,123.028175,84.152245,102.209946,8.09951,90.18521,334.56412,242.22385,27.465832,238.16557,77.373024,47.339222,69.46126,100.954636,14.456359,42.350338,484.62732,4.019607,7.5076027,212.80388,23.624079,8.881435,28.934752,28.22462,299.82306,92.91092,163.54309,1496.975,89.96982,1689.0038,1609.7024,11.973682,11.65961,1687.6996,22.548777,18.125023,433.64664,38.205444,65.28427,28.39945,112.48915,264.4542,425.8775,5.2835484,44.286003,155.85193,368.78305,9.713066,90.3403,10.4536295,1.5420606,59.104805,0.9905526,1.1066276,3.185066,11.017228,30.541817,18.648756,22.111559,540.78406,51.359543,29.118856,37.623993,13.669739,89.036964,11.017519,41.771328,10.473388,71.11827,20.930367,32.038174,42.252777,9.999798,45.99996,35.465187,1.200801,63.256607,10.327032,221.26912,7.310847,290.96103,21.777319,1039.7537,129.80748,3.1251006,10.282793,152.51636,190.15868,934.4668,887.99036 +2023-01-06 11:00:00,0.0,2451.0596,44.49562,8.803877,40.954273,30.718363,256.5934,29.123999,51.100323,18.759188,28.045456,237.77844,132.94885,15.052326,55.594353,1.2534121,1.0840898,48.632854,30.920689,31.440735,605.2104,17.57751,735.92065,127.25321,21.031672,62.322388,373.20532,71.57496,865.7984,254.6897,2679.7725,35.690193,2756.4592,346.54565,20.973803,19.783024,100.303696,232.64436,289.86304,566.9444,40.823925,22.47946,10.559652,498.6738,244.1737,61.910637,7.1212134,559.6807,12.546069,595.1944,6.6922455,29.455746,0.0,772.6925,1747.9431,0.257669,83.35002,14.381912,10115.42,27.332035,1.064926,5.635663,15.599033,8.468088,2.5830786,8.627068,246.69173,51.964085,4.663037,0.68082106,3.223385,148.61221,0.96521896,140.04396,128.53078,1890.3032,193.54356,90.397606,157.4151,775.99976,45.226925,36.35278,771.63293,53.775368,78.71347,10.123499,21.395338,195.9091,10.913525,10.114425,53.123085,17.058107,4043.6553,18.020653,22.94926,15.768619,10.316136,276.3835,51.844364,26.582996,7.6781077,6.937357,13.967306,55.434578,78.62447,34.823994,182.70444,18.38255,5.7535033,46.53421,25.310135,39.00393,115.39683,19.19297,1.6134644,24.911636,12.997294,1696.3451,20.968067,0.7616484,29.805141,12.101797,123.05192,84.12854,102.19505,8.102144,90.20914,334.57944,242.20459,27.475794,238.13528,77.32872,47.33638,69.46041,101.02588,14.469031,42.36974,484.5971,4.0275874,7.5220456,212.9069,23.619759,8.883177,28.969597,28.251013,300.18137,92.98601,163.55103,1497.657,89.887764,1688.8645,1609.4672,11.969019,11.6521845,1687.3391,22.54039,18.115536,433.5721,38.187603,65.25665,28.393656,112.42643,264.43524,425.79147,5.281806,44.27117,155.7356,368.72546,9.708075,90.332535,10.4500675,1.5417818,59.102383,0.9905972,1.1067852,3.185582,11.0162325,30.53223,18.64467,22.116264,540.23236,51.34308,29.104935,37.613407,13.663902,89.0709,11.007012,41.881363,10.468952,71.10241,20.909239,32.003048,42.22222,9.997681,45.966225,35.432995,1.2005585,63.24156,10.326134,221.26123,7.309808,290.8955,21.772932,1039.9587,129.78014,3.1247568,10.280883,152.48991,190.1279,934.3962,888.09076 +2023-01-06 12:00:00,0.0,2450.487,44.479164,8.798121,40.90776,30.701939,256.48297,29.118372,51.08648,18.756752,28.040945,237.78583,132.94368,15.04875,55.58688,1.2601296,1.0889207,48.613686,31.034475,31.490881,604.9699,17.61276,735.4473,127.27,21.081509,62.431488,372.9566,71.589325,866.0394,254.69623,2678.9072,35.71996,2755.8508,347.0557,21.00094,19.79966,100.46136,232.64157,289.89532,567.55316,40.822582,22.468393,10.558727,498.62473,244.4166,61.991116,7.120019,559.7449,12.548277,595.18933,6.6983094,29.458843,0.0,772.92126,1747.955,0.25771037,83.298645,14.382537,10117.22,27.344492,1.0655844,5.6344085,15.599285,8.478487,2.5872881,8.627419,246.77657,51.941757,4.6619844,0.6811264,3.227558,148.84955,0.9646368,140.06116,128.46613,1891.5925,193.42876,90.42732,157.47043,776.05554,45.279125,36.38708,772.3604,53.766335,78.721466,10.123013,21.410265,195.9559,10.9161,10.113396,53.135105,17.064081,4043.9275,18.020496,22.971775,15.769431,10.321695,276.44623,51.858006,26.600807,7.680827,6.940689,13.963757,55.431973,78.65681,34.85242,182.72533,18.383484,5.7636433,46.550156,25.304678,38.98335,115.40534,19.17887,1.6131854,24.93408,12.99478,1695.5526,20.972292,0.7611866,29.85766,12.107136,123.07565,84.10484,102.18016,8.104779,90.23306,334.5948,242.18532,27.485754,238.105,77.28441,47.33354,69.45956,101.09713,14.481704,42.389145,484.56693,4.035568,7.5364885,213.00995,23.615438,8.884919,29.004442,28.277403,300.53967,93.06109,163.55898,1498.3389,89.80572,1688.7252,1609.2318,11.9643545,11.644758,1686.9786,22.532003,18.106049,433.49762,38.169758,65.229034,28.387863,112.36371,264.41632,425.70544,5.280064,44.256336,155.61926,368.6679,9.703083,90.32477,10.446506,1.541503,59.09996,0.9906418,1.1069429,3.1860979,11.015237,30.522646,18.640583,22.120968,539.68066,51.326614,29.091015,37.60282,13.658065,89.104836,10.996506,41.991398,10.464517,71.08654,20.88811,31.967926,42.191666,9.995564,45.93249,35.400806,1.2003162,63.22652,10.325235,221.25336,7.3087683,290.82996,21.768545,1040.1638,129.75279,3.1244133,10.278973,152.46349,190.09712,934.3255,888.19116 +2023-01-06 13:00:00,0.0,2449.9146,44.462708,8.792366,40.86125,30.685513,256.37256,29.112743,51.07263,18.754318,28.036432,237.79323,132.93852,15.045174,55.579407,1.2668469,1.0937515,48.594513,31.148262,31.541025,604.7295,17.648008,734.97406,127.28678,21.131346,62.54059,372.70786,71.6037,866.28046,254.70277,2678.042,35.74973,2755.2422,347.56573,21.028078,19.816294,100.61902,232.63878,289.9276,568.162,40.821236,22.457327,10.557802,498.57562,244.65948,62.071594,7.1188245,559.8091,12.550485,595.1843,6.704374,29.46194,0.0,773.1501,1747.9669,0.25775176,83.24727,14.3831625,10119.019,27.35695,1.0662427,5.6331544,15.599539,8.488886,2.5914977,8.627771,246.86142,51.91943,4.6609316,0.68143183,3.231731,149.08688,0.96405464,140.07835,128.40147,1892.8818,193.31395,90.45704,157.52577,776.11127,45.33132,36.42138,773.0878,53.757298,78.72946,10.122527,21.425192,196.00272,10.918675,10.112367,53.14713,17.070057,4044.1997,18.020338,22.994287,15.770244,10.327253,276.50894,51.871647,26.618616,7.6835465,6.9440217,13.960206,55.429367,78.68914,34.880848,182.74622,18.384418,5.7737827,46.5661,25.299221,38.962765,115.41386,19.16477,1.6129066,24.956524,12.992265,1694.7601,20.976515,0.76072484,29.910181,12.112474,123.099396,84.08114,102.16527,8.107413,90.25699,334.6101,242.16606,27.495716,238.0747,77.2401,47.3307,69.45871,101.16837,14.494376,42.408546,484.5367,4.0435486,7.550932,213.11298,23.611118,8.886661,29.039286,28.303793,300.89798,93.13618,163.56691,1499.0209,89.72366,1688.5858,1608.9966,11.959691,11.637332,1686.6183,22.523617,18.096561,433.42313,38.151917,65.20141,28.382069,112.300995,264.39737,425.61942,5.278322,44.241505,155.50293,368.61032,9.698092,90.317,10.442944,1.541224,59.097534,0.99068636,1.1071005,3.186614,11.014241,30.51306,18.636496,22.125671,539.12897,51.310146,29.077093,37.59224,13.652227,89.13878,10.986,42.101433,10.460081,71.07068,20.86698,31.9328,42.16111,9.993447,45.898754,35.368614,1.2000737,63.211475,10.324337,221.24547,7.3077292,290.76443,21.764158,1040.3689,129.72543,3.1240695,10.277063,152.43706,190.06635,934.2549,888.29156 +2023-01-06 14:00:00,0.0,2449.342,44.44625,8.786611,40.814743,30.669088,256.26212,29.107115,51.058784,18.751884,28.031921,237.80061,132.93335,15.041597,55.571934,1.2735642,1.0985825,48.575344,31.262049,31.591171,604.489,17.683258,734.50073,127.30357,21.181183,62.64969,372.45914,71.61807,866.5215,254.7093,2677.1768,35.779495,2754.6335,348.07574,21.055216,19.83293,100.77668,232.63599,289.9599,568.7708,40.819893,22.44626,10.556877,498.52655,244.90237,62.15207,7.1176305,559.8733,12.552692,595.17926,6.710438,29.465038,0.0,773.3789,1747.9788,0.25779313,83.195885,14.383787,10120.818,27.36941,1.066901,5.6319,15.599791,8.499285,2.5957072,8.628123,246.94626,51.897102,4.659879,0.68173724,3.2359037,149.3242,0.9634725,140.09555,128.33682,1894.1711,193.19914,90.486755,157.5811,776.16705,45.383522,36.45568,773.81525,53.74826,78.73746,10.122041,21.44012,196.04951,10.92125,10.111337,53.159153,17.076033,4044.4717,18.020182,23.016802,15.771056,10.332811,276.5717,51.88529,26.636425,7.686266,6.947354,13.956656,55.426765,78.72147,34.909275,182.7671,18.385355,5.7839227,46.582047,25.293762,38.942184,115.42238,19.150671,1.6126276,24.978968,12.98975,1693.9677,20.980738,0.760263,29.962702,12.117814,123.12313,84.05744,102.150375,8.110047,90.280914,334.62543,242.14679,27.505676,238.04442,77.195786,47.32786,69.457855,101.239624,14.507049,42.42795,484.50653,4.051529,7.565375,213.216,23.606798,8.888403,29.074131,28.330185,301.2563,93.21126,163.57486,1499.703,89.64162,1688.4465,1608.7612,11.955027,11.629906,1686.2578,22.51523,18.087074,433.3486,38.134075,65.17379,28.376276,112.23827,264.37845,425.5334,5.2765803,44.22667,155.3866,368.55276,9.693101,90.309235,10.439382,1.5409452,59.09511,0.99073094,1.1072582,3.18713,11.013246,30.503473,18.632408,22.130377,538.57733,51.293682,29.063171,37.581654,13.64639,89.172714,10.975493,42.21147,10.455646,71.05481,20.845852,31.897676,42.130554,9.99133,45.865017,35.336422,1.1998312,63.196434,10.323439,221.2376,7.30669,290.69888,21.759771,1040.574,129.69809,3.123726,10.275153,152.41063,190.03558,934.1842,888.392 +2023-01-06 15:00:00,0.0,2448.7695,44.429794,8.780855,40.76823,30.652664,256.15167,29.101488,51.044937,18.749449,28.02741,237.808,132.92818,15.038021,55.56446,1.2802817,1.1034135,48.55617,31.375835,31.641315,604.2486,17.718506,734.02747,127.32036,21.231022,62.75879,372.2104,71.63245,866.7626,254.71584,2676.3115,35.80926,2754.025,348.5858,21.082354,19.849564,100.93434,232.6332,289.9922,569.37964,40.81855,22.435194,10.555953,498.47748,245.14526,62.232548,7.116436,559.9375,12.5549,595.17426,6.716502,29.468136,0.0,773.6077,1747.9907,0.2578345,83.14451,14.384412,10122.618,27.381868,1.0675592,5.6306453,15.600044,8.509684,2.5999167,8.628476,247.03111,51.874775,4.658827,0.6820426,3.2400768,149.56154,0.9628903,140.11273,128.27217,1895.4606,193.08434,90.516464,157.63643,776.2228,45.435722,36.489983,774.54266,53.739227,78.74545,10.121554,21.455048,196.09633,10.923825,10.110308,53.171173,17.082006,4044.744,18.020023,23.039314,15.771869,10.338369,276.6344,51.89893,26.654234,7.6889853,6.9506865,13.953106,55.42416,78.75381,34.937702,182.788,18.38629,5.794062,46.597992,25.288305,38.921604,115.43089,19.136572,1.6123488,25.001413,12.987235,1693.1752,20.98496,0.75980127,30.01522,12.123153,123.14687,84.03374,102.13548,8.112682,90.30483,334.64078,242.12753,27.515638,238.01413,77.151474,47.32502,69.45701,101.31087,14.519721,42.447353,484.47632,4.0595098,7.5798182,213.31905,23.602478,8.890144,29.108976,28.356575,301.6146,93.28634,163.5828,1500.385,89.55956,1688.3073,1608.5259,11.950363,11.622479,1685.8975,22.506844,18.077587,433.2741,38.11623,65.14617,28.370481,112.17555,264.3595,425.44736,5.2748384,44.211838,155.27026,368.49518,9.688109,90.30147,10.435821,1.5406663,59.09269,0.9907755,1.1074159,3.187646,11.01225,30.493887,18.62832,22.13508,538.02563,51.277218,29.049252,37.571068,13.640553,89.20665,10.964987,42.321507,10.45121,71.03895,20.824722,31.862553,42.1,9.989213,45.83128,35.304234,1.1995888,63.18139,10.322541,221.2297,7.3056507,290.63336,21.755384,1040.779,129.67075,3.1233823,10.273243,152.3842,190.0048,934.1136,888.49243 +2023-01-06 16:00:00,0.0,2448.197,44.413338,8.7751,40.72172,30.636238,256.04126,29.09586,51.031094,18.747015,28.0229,237.8154,132.92302,15.034444,55.556988,1.286999,1.1082443,48.537003,31.489622,31.691462,604.0081,17.753756,733.55414,127.33714,21.280859,62.86789,371.96167,71.64681,867.0036,254.72238,2675.4463,35.839027,2753.4165,349.0958,21.109491,19.8662,101.092,232.6304,290.02448,569.98846,40.817204,22.424128,10.555028,498.42838,245.38815,62.313026,7.1152415,560.00165,12.557109,595.1692,6.722566,29.471231,0.0,773.83655,1748.0026,0.2578759,83.09313,14.385036,10124.417,27.394325,1.0682175,5.6293907,15.600296,8.520082,2.6041262,8.628828,247.11595,51.85245,4.6577744,0.682348,3.2442496,149.79886,0.96230817,140.12993,128.20752,1896.7499,192.96953,90.54618,157.69176,776.2785,45.487923,36.52428,775.27014,53.73019,78.75345,10.121069,21.469975,196.14313,10.9264,10.109279,53.183197,17.087982,4045.016,18.019867,23.061829,15.772681,10.343928,276.6971,51.91257,26.672043,7.691705,6.9540186,13.949556,55.421555,78.78614,34.96613,182.80888,18.387226,5.804202,46.613937,25.282848,38.901024,115.43941,19.122473,1.6120698,25.023857,12.98472,1692.3827,20.989183,0.75933945,30.067741,12.128491,123.17061,84.01004,102.12059,8.115316,90.32876,334.6561,242.10826,27.525599,237.98386,77.10717,47.32218,69.45616,101.38212,14.532393,42.46676,484.44614,4.06749,7.594261,213.42207,23.598158,8.891887,29.143822,28.382965,301.97287,93.36143,163.59074,1501.0669,89.477516,1688.1678,1608.2906,11.945699,11.615054,1685.537,22.498459,18.0681,433.19962,38.09839,65.118546,28.364687,112.11283,264.34058,425.36133,5.2730966,44.197006,155.15393,368.43762,9.683119,90.2937,10.432259,1.5403874,59.090267,0.9908201,1.1075735,3.188162,11.011254,30.4843,18.624233,22.139786,537.47394,51.260754,29.03533,37.560482,13.634716,89.24059,10.954481,42.43154,10.4467745,71.02308,20.803593,31.827429,42.069443,9.987097,45.797543,35.27204,1.1993463,63.166344,10.321643,221.22183,7.3046117,290.56784,21.750998,1040.9841,129.6434,3.1230385,10.271333,152.35777,189.97403,934.04297,888.59283 +2023-01-06 17:00:00,0.0,2447.6245,44.396885,8.769343,40.675213,30.619814,255.93082,29.09023,51.017246,18.74458,28.018387,237.82278,132.91785,15.030868,55.549515,1.2937163,1.1130753,48.51783,31.603409,31.741606,603.7677,17.789003,733.0809,127.35393,21.330696,62.97699,371.71292,71.66119,867.2446,254.72891,2674.581,35.868793,2752.8079,349.60583,21.13663,19.882833,101.249664,232.62761,290.05676,570.5972,40.81586,22.413061,10.554103,498.3793,245.63103,62.393505,7.114047,560.0659,12.559317,595.1642,6.7286305,29.474329,0.0,774.0653,1748.0145,0.25791726,83.04175,14.385661,10126.217,27.406784,1.0688758,5.628136,15.60055,8.530481,2.6083357,8.62918,247.2008,51.830124,4.656722,0.6826534,3.2484226,150.0362,0.961726,140.14713,128.14288,1898.0392,192.85472,90.5759,157.74709,776.3343,45.54012,36.558582,775.99756,53.721153,78.761444,10.120583,21.484903,196.18993,10.928975,10.108249,53.195217,17.093956,4045.2883,18.019709,23.084341,15.773493,10.349486,276.75986,51.926212,26.689852,7.6944246,6.957351,13.946007,55.418953,78.818474,34.994556,182.82977,18.38816,5.8143415,46.629883,25.277391,38.880444,115.44792,19.108374,1.611791,25.0463,12.982205,1691.5901,20.993406,0.7588777,30.120262,12.13383,123.19434,83.986336,102.1057,8.117951,90.352684,334.67142,242.089,27.53556,237.95357,77.06286,47.31934,69.45531,101.45336,14.545066,42.48616,484.41592,4.0754704,7.608704,213.52512,23.593838,8.893628,29.178667,28.409357,302.33118,93.43651,163.59868,1501.7489,89.39546,1688.0286,1608.0553,11.941035,11.607628,1685.1766,22.490072,18.058613,433.1251,38.080547,65.09093,28.358894,112.05011,264.32162,425.2753,5.2713547,44.18217,155.0376,368.38004,9.678127,90.285934,10.428697,1.5401086,59.08784,0.9908647,1.1077312,3.188678,11.010259,30.474714,18.620146,22.14449,536.92224,51.24429,29.02141,37.5499,13.628879,89.27453,10.9439745,42.541576,10.442339,71.00721,20.782465,31.792303,42.038887,9.98498,45.763805,35.23985,1.199104,63.151302,10.3207445,221.21394,7.3035727,290.5023,21.746613,1041.1892,129.61606,3.122695,10.269423,152.33134,189.94325,933.9723,888.69324 +2023-01-06 18:00:00,0.0,2447.052,44.38043,8.763588,40.628704,30.60339,255.82037,29.084604,51.0034,18.742146,28.013876,237.83017,132.91267,15.027291,55.54204,1.3004338,1.1179062,48.49866,31.717196,31.791752,603.5272,17.824253,732.60754,127.37071,21.380533,63.08609,371.4642,71.67556,867.48566,254.73546,2673.7156,35.89856,2752.1992,350.11584,21.163767,19.89947,101.407326,232.62482,290.08905,571.20605,40.814518,22.401995,10.553178,498.33023,245.87392,62.47398,7.112853,560.13007,12.561524,595.1592,6.7346945,29.477427,0.0,774.2942,1748.0265,0.25795862,82.99037,14.386286,10128.017,27.419243,1.0695341,5.6268816,15.600801,8.54088,2.6125453,8.629532,247.28566,51.807796,4.6556697,0.6829588,3.2525954,150.27351,0.96114385,140.16432,128.07823,1899.3285,192.73991,90.60561,157.80243,776.39,45.59232,36.592884,776.725,53.71212,78.76944,10.120097,21.49983,196.23674,10.93155,10.10722,53.20724,17.099932,4045.5605,18.019552,23.106855,15.774305,10.355044,276.82257,51.939854,26.70766,7.697144,6.9606833,13.942456,55.416348,78.8508,35.022984,182.85066,18.389097,5.8244815,46.64583,25.271935,38.859863,115.456436,19.094273,1.6115121,25.068747,12.979691,1690.7976,20.997631,0.7584159,30.172781,12.139169,123.21809,83.96264,102.090805,8.120585,90.37661,334.68677,242.06973,27.545523,237.92328,77.01855,47.3165,69.45446,101.524605,14.557738,42.505566,484.3857,4.083451,7.6231475,213.62814,23.589518,8.89537,29.213512,28.435747,302.68948,93.5116,163.60663,1502.431,89.313416,1687.8893,1607.8201,11.936371,11.600202,1684.8162,22.481686,18.049126,433.0506,38.062702,65.06331,28.3531,111.98739,264.3027,425.18927,5.269613,44.16734,154.92128,368.32248,9.673136,90.27817,10.425135,1.5398297,59.08542,0.9909093,1.1078888,3.189194,11.009263,30.46513,18.616058,22.149193,536.3706,51.22782,29.007488,37.539314,13.623042,89.308464,10.933469,42.651615,10.437903,70.99135,20.761335,31.75718,42.00833,9.982862,45.730072,35.20766,1.1988615,63.136257,10.319846,221.20607,7.302533,290.43677,21.742226,1041.3943,129.5887,3.1223512,10.267512,152.30492,189.91248,933.9017,888.79364 +2023-01-06 19:00:00,0.0,2446.4795,44.36397,8.757833,40.58219,30.586964,255.70995,29.078976,50.98955,18.739712,28.009365,237.83757,132.90752,15.023715,55.53457,1.3071511,1.122737,48.479492,31.830982,31.841896,603.2868,17.8595,732.1343,127.3875,21.43037,63.19519,371.21545,71.689926,867.7267,254.74199,2672.8503,35.928326,2751.5908,350.6259,21.190905,19.916103,101.56499,232.62202,290.12134,571.8149,40.81317,22.390928,10.552253,498.28116,246.1168,62.55446,7.1116586,560.1943,12.563732,595.1541,6.740759,29.480524,0.0,774.52295,1748.0383,0.25800002,82.938995,14.38691,10129.816,27.4317,1.0701923,5.6256275,15.601055,8.551279,2.6167548,8.629884,247.3705,51.78547,4.654617,0.6832642,3.2567685,150.51085,0.96056163,140.1815,128.01358,1900.6179,192.6251,90.63533,157.85776,776.44574,45.64452,36.627182,777.4524,53.703083,78.777435,10.119611,21.514757,196.28354,10.934125,10.106191,53.219265,17.105907,4045.8328,18.019394,23.129368,15.775118,10.360603,276.88528,51.953495,26.72547,7.6998634,6.964016,13.938907,55.413742,78.88313,35.05141,182.87155,18.390032,5.834621,46.661774,25.266478,38.839283,115.46495,19.080173,1.6112332,25.09119,12.977176,1690.0051,21.001854,0.7579541,30.225302,12.144507,123.24182,83.938934,102.07591,8.1232195,90.400536,334.7021,242.05048,27.555483,237.89299,76.974236,47.31366,69.45361,101.595856,14.570411,42.524967,484.35553,4.0914316,7.6375904,213.73117,23.585196,8.897112,29.248358,28.462137,303.0478,93.58668,163.61456,1503.113,89.23136,1687.7499,1607.5847,11.931706,11.592775,1684.4557,22.473299,18.03964,432.9761,38.04486,65.03568,28.347307,111.92467,264.28375,425.10324,5.267871,44.152508,154.80495,368.2649,9.668145,90.2704,10.421573,1.5395509,59.082996,0.99095386,1.1080465,3.1897101,11.008267,30.455544,18.61197,22.153898,535.8189,51.211357,28.993568,37.52873,13.617205,89.34241,10.922962,42.76165,10.433468,70.97548,20.740206,31.722055,41.977776,9.980745,45.696335,35.17547,1.198619,63.121212,10.318948,221.19818,7.301494,290.37125,21.737839,1041.5992,129.56136,3.1220076,10.265602,152.27849,189.8817,933.831,888.8941 +2023-01-06 20:00:00,0.0,2445.907,44.347515,8.752077,40.535683,30.57054,255.59952,29.073347,50.975708,18.737276,28.004854,237.84496,132.90234,15.020139,55.527092,1.3138684,1.127568,48.46032,31.944769,31.89204,603.0463,17.89475,731.66095,127.40428,21.48021,63.30429,370.96674,71.7043,867.9678,254.74854,2671.985,35.958096,2750.9822,351.1359,21.218042,19.93274,101.72264,232.61923,290.15366,572.4237,40.81183,22.379862,10.551329,498.23206,246.3597,62.634937,7.110464,560.2584,12.56594,595.1491,6.746823,29.483622,0.0,774.7518,1748.0503,0.25804138,82.88761,14.387535,10131.615,27.444159,1.0708506,5.624373,15.601307,8.561678,2.6209643,8.630236,247.45535,51.76314,4.6535645,0.6835696,3.2609415,150.74817,0.9599795,140.1987,127.94893,1901.9072,192.5103,90.665054,157.91309,776.5015,45.696716,36.661484,778.1798,53.694046,78.78543,10.119124,21.529686,196.33034,10.936701,10.105162,53.231285,17.111881,4046.1047,18.019238,23.151882,15.77593,10.366161,276.94803,51.967136,26.74328,7.702583,6.967348,13.935356,55.411137,78.91547,35.079838,182.89244,18.390968,5.844761,46.67772,25.26102,38.818703,115.473465,19.066074,1.6109543,25.113634,12.974661,1689.2126,21.006077,0.7574923,30.277822,12.149846,123.265564,83.91524,102.06102,8.1258545,90.42446,334.7174,242.0312,27.565445,237.8627,76.929924,47.31082,69.45276,101.6671,14.583083,42.54437,484.32532,4.099412,7.652034,213.83421,23.580875,8.898853,29.283203,28.48853,303.4061,93.66176,163.62251,1503.795,89.149315,1687.6106,1607.3494,11.927043,11.585349,1684.0953,22.464912,18.030153,432.90158,38.027016,65.008064,28.341513,111.861946,264.26483,425.01718,5.266129,44.137672,154.68861,368.20734,9.663154,90.262634,10.418011,1.539272,59.080574,0.99099845,1.1082042,3.190226,11.007272,30.445957,18.607883,22.158602,535.2672,51.194893,28.979647,37.518147,13.611367,89.37634,10.912456,42.871685,10.429032,70.95962,20.719076,31.686932,41.94722,9.978629,45.662598,35.143276,1.1983765,63.10617,10.318049,221.1903,7.300455,290.3057,21.733452,1041.8043,129.53401,3.121664,10.263692,152.25206,189.85092,933.7604,888.9945 +2023-01-06 21:00:00,0.0,2445.3347,44.33106,8.746322,40.489174,30.554115,255.48907,29.067719,50.96186,18.734842,28.000343,237.85234,132.89717,15.016562,55.51962,1.3205858,1.132399,48.44115,32.058556,31.942186,602.8059,17.929998,731.1877,127.421074,21.530046,63.41339,370.718,71.71867,868.2088,254.75507,2671.1199,35.98786,2750.3735,351.64594,21.24518,19.949373,101.8803,232.61644,290.18594,573.03253,40.810482,22.368795,10.550404,498.18298,246.60258,62.715412,7.1092696,560.32263,12.568148,595.14404,6.7528872,29.48672,0.0,774.9806,1748.0621,0.25808275,82.836235,14.388161,10133.415,27.456617,1.071509,5.6231184,15.601559,8.572077,2.6251738,8.630588,247.54019,51.740814,4.652512,0.68387496,3.2651143,150.9855,0.9593973,140.2159,127.88428,1903.1965,192.3955,90.69476,157.96841,776.55725,45.748917,36.69578,778.9073,53.685013,78.79343,10.118639,21.544613,196.37715,10.939276,10.104132,53.24331,17.117857,4046.377,18.01908,23.174395,15.776743,10.371719,277.01074,51.980778,26.76109,7.7053022,6.97068,13.931807,55.408535,78.9478,35.108265,182.91333,18.391903,5.8549004,46.693665,25.255564,38.798122,115.48198,19.051975,1.6106753,25.136078,12.972146,1688.4202,21.0103,0.75703055,30.330341,12.155186,123.2893,83.89153,102.04613,8.128489,90.44839,334.73276,242.01195,27.575405,237.83241,76.88562,47.30798,69.45191,101.73835,14.595756,42.563774,484.29514,4.1073923,7.6664767,213.93724,23.576555,8.900596,29.318047,28.51492,303.7644,93.73685,163.63045,1504.477,89.06726,1687.4713,1607.1141,11.922379,11.577924,1683.7349,22.456526,18.020666,432.8271,38.009174,64.980446,28.33572,111.799225,264.24588,424.93115,5.2643867,44.12284,154.57228,368.14975,9.658162,90.25487,10.414449,1.5389931,59.07815,0.99104303,1.1083618,3.190742,11.006276,30.43637,18.603796,22.163307,534.7155,51.17843,28.965727,37.50756,13.60553,89.410286,10.90195,42.98172,10.424597,70.94375,20.697948,31.651806,41.916664,9.976512,45.62886,35.111088,1.1981341,63.091125,10.317151,221.18242,7.2994156,290.24017,21.729065,1042.0094,129.50667,3.1213202,10.261782,152.22563,189.82016,933.68976,889.0949 +2023-01-06 22:00:00,0.0,2444.7622,44.3146,8.740566,40.442665,30.537691,255.37865,29.062092,50.948013,18.732409,27.99583,237.85974,132.89201,15.012986,55.512146,1.3273032,1.1372298,48.421978,32.17234,31.99233,602.5654,17.965248,730.71436,127.43786,21.579884,63.52249,370.46927,71.73304,868.4498,254.7616,2670.2546,36.017628,2749.7651,352.15598,21.272318,19.96601,102.037964,232.61365,290.21823,573.6413,40.80914,22.357729,10.549479,498.1339,246.84547,62.79589,7.1080756,560.38684,12.570355,595.13904,6.758951,29.489815,0.0,775.2094,1748.0741,0.25812414,82.78486,14.388785,10135.215,27.469076,1.0721673,5.621864,15.601812,8.582476,2.6293833,8.6309395,247.62505,51.71849,4.6514597,0.6841804,3.2692873,151.22282,0.95881516,140.2331,127.819626,1904.4858,192.28069,90.72448,158.02374,776.613,45.801117,36.730083,779.6347,53.675976,78.80142,10.118153,21.55954,196.42395,10.941851,10.103103,53.255333,17.12383,4046.6492,18.018923,23.196909,15.777555,10.377278,277.07346,51.99442,26.778898,7.7080216,6.974013,13.928257,55.40593,78.98013,35.136692,182.93422,18.39284,5.8650403,46.70961,25.250107,38.77754,115.49049,19.037876,1.6103965,25.158524,12.969631,1687.6277,21.014523,0.75656873,30.382862,12.160524,123.31304,83.867836,102.031235,8.131123,90.47231,334.74808,241.99268,27.585367,237.80212,76.84131,47.30514,69.451065,101.80959,14.608428,42.583176,484.26492,4.115373,7.6809196,214.04027,23.572235,8.902337,29.352892,28.54131,304.1227,93.81193,163.6384,1505.1592,88.985214,1687.3319,1606.8788,11.917715,11.5704975,1683.3745,22.448141,18.011179,432.75256,37.991333,64.95282,28.329926,111.7365,264.22696,424.84512,5.262645,44.10801,154.45595,368.0922,9.653172,90.2471,10.410888,1.5387143,59.075726,0.9910876,1.1085196,3.191258,11.0052805,30.426785,18.599709,22.16801,534.1639,51.16196,28.951805,37.496975,13.599693,89.44422,10.891443,43.09176,10.420161,70.92789,20.676819,31.616682,41.88611,9.974395,45.595123,35.078896,1.1978917,63.076084,10.316253,221.17455,7.2983766,290.17465,21.724678,1042.2145,129.47932,3.1209767,10.2598715,152.1992,189.78938,933.6191,889.1953 +2023-01-06 23:00:00,0.0,2444.1897,44.29815,8.734811,40.396152,30.521265,255.26822,29.056463,50.934166,18.729973,27.99132,237.86713,132.88684,15.00941,55.504673,1.3340205,1.1420608,48.40281,32.28613,32.042477,602.325,18.000496,730.241,127.45464,21.62972,63.63159,370.22052,71.74741,868.69086,254.76814,2669.3894,36.047394,2749.1565,352.666,21.299456,19.982643,102.19562,232.61087,290.25052,574.2501,40.807796,22.346663,10.548553,498.08484,247.08836,62.87637,7.106881,560.45105,12.572563,595.134,6.7650156,29.492912,0.0,775.43823,1748.0859,0.2581655,82.73348,14.38941,10137.014,27.481533,1.0728256,5.6206093,15.602064,8.592875,2.6335928,8.631291,247.70988,51.696163,4.6504073,0.6844858,3.2734601,151.46016,0.958233,140.25029,127.754974,1905.7753,192.16588,90.754196,158.07909,776.66876,45.853317,36.764385,780.3621,53.66694,78.80942,10.117667,21.574469,196.47075,10.944426,10.102074,53.267353,17.129807,4046.9214,18.018764,23.219421,15.778367,10.382836,277.1362,52.00806,26.796707,7.7107415,6.977345,13.924706,55.403324,79.01247,35.165123,182.95511,18.393774,5.87518,46.725555,25.24465,38.756958,115.499016,19.023777,1.6101176,25.180967,12.967116,1686.8352,21.018747,0.7561069,30.435383,12.165863,123.33678,83.84413,102.01634,8.133758,90.49623,334.7634,241.97342,27.595327,237.77184,76.797,47.3023,69.45021,101.880844,14.6211,42.60258,484.23474,4.1233535,7.695363,214.14331,23.567915,8.904079,29.387737,28.567701,304.481,93.88702,163.64633,1505.8411,88.90316,1687.1926,1606.6436,11.913051,11.563071,1683.014,22.439754,18.001692,432.67807,37.973488,64.9252,28.324131,111.67378,264.208,424.7591,5.260903,44.093174,154.33961,368.0346,9.64818,90.239334,10.407326,1.5384355,59.073303,0.9911322,1.1086771,3.1917741,11.004285,30.417198,18.595621,22.172714,533.6122,51.145496,28.937883,37.486393,13.593856,89.47816,10.880937,43.201794,10.415726,70.91202,20.65569,31.581558,41.855553,9.972278,45.561386,35.046703,1.1976492,63.06104,10.315354,221.16666,7.2973375,290.1091,21.720291,1042.4196,129.45197,3.120633,10.257961,152.17278,189.7586,933.54846,889.2957 +2023-01-07 00:00:00,0.0,2443.6172,44.281693,8.729054,40.349644,30.50484,255.15778,29.050835,50.920322,18.72754,27.986809,237.87451,132.88167,15.005834,55.4972,1.3407379,1.1468916,48.383636,32.399914,32.09262,602.08453,18.035746,729.76776,127.47143,21.679558,63.740692,369.9718,71.76179,868.9319,254.77467,2668.5242,36.07716,2748.5479,353.17603,21.326593,19.999277,102.35328,232.60808,290.2828,574.85895,40.80645,22.335596,10.547628,498.03574,247.33125,62.956844,7.1056867,560.5152,12.574771,595.12897,6.7710795,29.49601,0.0,775.667,1748.0979,0.25820687,82.6821,14.390035,10138.813,27.493992,1.0734838,5.6193547,15.602318,8.603273,2.6378024,8.631644,247.79474,51.673836,4.649355,0.68479115,3.2776332,151.6975,0.95765084,140.26747,127.69032,1907.0646,192.05107,90.78391,158.13441,776.7245,45.905514,36.798683,781.08954,53.657906,78.81741,10.117181,21.589396,196.51756,10.9470005,10.101044,53.279377,17.135782,4047.1936,18.018608,23.241936,15.77918,10.388394,277.1989,52.0217,26.814516,7.713461,6.9806776,13.921157,55.40072,79.0448,35.19355,182.976,18.39471,5.8853197,46.7415,25.239193,38.736378,115.50753,19.009676,1.6098387,25.203411,12.9646015,1686.0427,21.02297,0.75564516,30.487902,12.171202,123.36052,83.820435,102.00145,8.136392,90.52016,334.77875,241.95415,27.60529,237.74156,76.752686,47.29946,69.44936,101.95209,14.633773,42.621983,484.20453,4.131334,7.709806,214.24634,23.563595,8.905821,29.422583,28.594091,304.8393,93.9621,163.65428,1506.5231,88.82111,1687.0533,1606.4082,11.908387,11.555645,1682.6536,22.431368,17.992205,432.60358,37.955647,64.89758,28.318338,111.61106,264.1891,424.67307,5.259161,44.078342,154.22328,367.97705,9.643188,90.23157,10.403764,1.5381565,59.07088,0.9911767,1.1088349,3.19229,11.003289,30.407614,18.591534,22.17742,533.0605,51.129032,28.923964,37.475807,13.588018,89.5121,10.870431,43.31183,10.41129,70.89616,20.634562,31.546434,41.824997,9.9701605,45.527653,35.014515,1.1974068,63.045994,10.314456,221.15878,7.296298,290.04358,21.715904,1042.6246,129.42462,3.1202893,10.256051,152.14635,189.72783,933.4778,889.3961 +2023-01-07 01:00:00,0.0,2443.0447,44.265236,8.723299,40.303135,30.488417,255.04735,29.045208,50.906475,18.725103,27.982298,237.88191,132.87651,15.002256,55.489727,1.3474553,1.1517226,48.364468,32.513702,32.142765,601.8441,18.070993,729.29443,127.48821,21.729397,63.849792,369.72308,71.77615,869.1729,254.78122,2667.659,36.106926,2747.9392,353.68604,21.353731,20.015913,102.51094,232.60529,290.3151,575.4678,40.805107,22.32453,10.546704,497.98666,247.57414,63.037323,7.104492,560.5794,12.576979,595.12396,6.777144,29.499107,0.0,775.8959,1748.1097,0.25824827,82.63072,14.390659,10140.613,27.50645,1.0741421,5.6181006,15.60257,8.613672,2.642012,8.631996,247.8796,51.65151,4.648302,0.68509656,3.281806,151.93481,0.9570687,140.28467,127.62567,1908.3539,191.93626,90.81363,158.18974,776.7803,45.957714,36.832985,781.817,53.64887,78.8254,10.116694,21.604322,196.56436,10.949575,10.100015,53.2914,17.141756,4047.4658,18.01845,23.264448,15.779992,10.393952,277.26166,52.035343,26.832325,7.7161803,6.9840097,13.917606,55.398117,79.07713,35.221977,182.99687,18.395645,5.895459,46.75745,25.233736,38.715797,115.516045,18.995577,1.6095598,25.225857,12.962087,1685.2502,21.027193,0.75518334,30.540422,12.17654,123.384254,83.79673,101.98656,8.139027,90.54408,334.79407,241.93489,27.615252,237.71127,76.708374,47.29662,69.44852,102.02333,14.646445,42.641388,484.17435,4.1393147,7.724249,214.34937,23.559275,8.907562,29.457428,28.620481,305.1976,94.03718,163.66222,1507.2051,88.73906,1686.9141,1606.1729,11.903723,11.548219,1682.2932,22.422981,17.982718,432.52905,37.937805,64.86996,28.312544,111.54834,264.17014,424.58704,5.257419,44.063507,154.10695,367.91946,9.638198,90.2238,10.400202,1.5378777,59.06846,0.9912213,1.1089926,3.192806,11.002294,30.398027,18.587446,22.182123,532.5088,51.112568,28.910042,37.46522,13.582182,89.546036,10.859924,43.421864,10.406855,70.88029,20.613432,31.511309,41.794445,9.968044,45.493916,34.982323,1.1971643,63.030952,10.313558,221.1509,7.295259,289.97806,21.711517,1042.8297,129.39728,3.1199458,10.254141,152.1199,189.69705,933.40717,889.4966 +2023-01-07 02:00:00,0.0,2442.4722,44.24878,8.717544,40.256622,30.47199,254.93692,29.03958,50.892628,18.72267,27.977785,237.8893,132.87134,14.99868,55.482254,1.3541726,1.1565535,48.345295,32.627487,32.192913,601.60364,18.106241,728.82117,127.505,21.779234,63.958893,369.47433,71.79053,869.414,254.78775,2666.7937,36.136692,2747.3308,354.19608,21.380869,20.032547,102.668594,232.6025,290.34738,576.07654,40.803764,22.313463,10.545779,497.9376,247.81703,63.1178,7.103298,560.6436,12.579186,595.1189,6.783208,29.502205,0.0,776.12463,1748.1217,0.25828964,82.579346,14.391284,10142.412,27.51891,1.0748004,5.616846,15.602823,8.624071,2.6462214,8.632348,247.96443,51.62918,4.6472497,0.685402,3.285979,152.17215,0.9564865,140.30186,127.56102,1909.6432,191.82146,90.84334,158.24507,776.836,46.009914,36.867287,782.54443,53.63983,78.8334,10.116209,21.619251,196.61116,10.95215,10.098986,53.30342,17.147732,4047.7378,18.018293,23.286963,15.780805,10.399511,277.32437,52.048985,26.850134,7.7188997,6.9873424,13.914057,55.39551,79.10947,35.250404,183.01776,18.396582,5.905599,46.773396,25.22828,38.695217,115.52456,18.981478,1.609281,25.2483,12.959572,1684.4578,21.031416,0.7547216,30.592943,12.181879,123.408,83.77303,101.971664,8.141661,90.56801,334.8094,241.91562,27.625212,237.68098,76.66407,47.29378,69.44766,102.09458,14.659118,42.66079,484.14413,4.147295,7.7386923,214.45241,23.554955,8.909305,29.492273,28.646872,305.5559,94.11227,163.67017,1507.8872,88.65701,1686.7747,1605.9376,11.899059,11.540793,1681.9327,22.414595,17.97323,432.45456,37.91996,64.84234,28.306751,111.48562,264.1512,424.501,5.255677,44.048676,153.99062,367.8619,9.633206,90.216034,10.39664,1.5375988,59.066036,0.9912659,1.1091502,3.1933222,11.001298,30.388441,18.583359,22.186829,531.95715,51.096104,28.896122,37.454636,13.5763445,89.57997,10.849419,43.531902,10.402419,70.864426,20.592302,31.476185,41.76389,9.965927,45.46018,34.950134,1.1969218,63.015907,10.312659,221.143,7.29422,289.9125,21.70713,1043.0348,129.36993,3.119602,10.252232,152.09348,189.66628,933.33655,889.597 +2023-01-07 03:00:00,0.0,2441.8997,44.232323,8.711788,40.210114,30.455566,254.82648,29.03395,50.87878,18.720236,27.973274,237.89668,132.86617,14.995104,55.47478,1.36089,1.1613843,48.326126,32.741276,32.243057,601.3632,18.14149,728.34784,127.52178,21.829071,64.06799,369.22562,71.8049,869.655,254.79428,2665.9285,36.166462,2746.7222,354.7061,21.408007,20.049183,102.826256,232.5997,290.37967,576.68536,40.802418,22.302397,10.544854,497.8885,248.05992,63.19828,7.1021037,560.70776,12.581394,595.1139,6.7892723,29.5053,0.0,776.35345,1748.1337,0.258331,82.52796,14.391909,10144.212,27.531366,1.0754586,5.6155915,15.603074,8.63447,2.6504312,8.6327,248.04929,51.606853,4.6461973,0.68570733,3.2901518,152.40947,0.95590436,140.31906,127.49637,1910.9326,191.70665,90.873055,158.3004,776.8917,46.06211,36.901585,783.27185,53.6308,78.84139,10.115723,21.634178,196.65797,10.954725,10.097957,53.315445,17.153708,4048.01,18.018135,23.309475,15.781617,10.405069,277.3871,52.062626,26.867943,7.721619,6.9906745,13.910507,55.392906,79.1418,35.27883,183.03865,18.397516,5.9157386,46.78934,25.222822,38.674637,115.53307,18.967379,1.609002,25.270744,12.957057,1683.6653,21.035639,0.75425977,30.645464,12.187218,123.43173,83.74933,101.95677,8.144295,90.591934,334.82474,241.89636,27.635174,237.6507,76.61976,47.29094,69.446815,102.165825,14.67179,42.680195,484.11392,4.1552753,7.753135,214.55544,23.550634,8.911046,29.527119,28.673264,305.9142,94.18735,163.6781,1508.5691,88.57496,1686.6354,1605.7023,11.894395,11.533367,1681.5724,22.406208,17.963743,432.38007,37.90212,64.81472,28.300957,111.4229,264.13226,424.41498,5.2539353,44.033844,153.8743,367.80432,9.628215,90.20827,10.393078,1.5373199,59.06361,0.9913105,1.1093079,3.1938381,11.000301,30.378855,18.579271,22.191532,531.40546,51.079636,28.8822,37.444054,13.570507,89.613914,10.838912,43.641937,10.397984,70.84856,20.571175,31.441061,41.733334,9.96381,45.42644,34.917942,1.1966795,63.000866,10.311761,221.13513,7.2931805,289.847,21.702744,1043.2399,129.34258,3.1192584,10.250321,152.06705,189.6355,933.26587,889.6974 +2023-01-07 04:00:00,0.0,2441.3271,44.215866,8.706033,40.163605,30.439142,254.71605,29.028324,50.864937,18.7178,27.968763,237.90408,132.86101,14.991528,55.467308,1.3676074,1.1662153,48.306957,32.85506,32.2932,601.12274,18.176739,727.8746,127.53857,21.878908,64.17709,368.97687,71.81927,869.89606,254.80083,2665.0632,36.196228,2746.1135,355.21613,21.435144,20.065817,102.98392,232.59691,290.41196,577.2942,40.801075,22.29133,10.543929,497.83942,248.30281,63.278755,7.100909,560.772,12.583603,595.1088,6.7953362,29.508398,0.0,776.5823,1748.1455,0.2583724,82.476585,14.392533,10146.012,27.543825,1.076117,5.614337,15.603327,8.644869,2.6546407,8.633052,248.13412,51.58453,4.645145,0.68601274,3.2943249,152.6468,0.9553222,140.33624,127.43172,1912.2219,191.59184,90.90277,158.35574,776.9475,46.11431,36.935886,783.99927,53.62176,78.84939,10.115236,21.649105,196.70477,10.9573,10.096927,53.327465,17.159681,4048.2822,18.017979,23.33199,15.78243,10.410627,277.44983,52.076267,26.885754,7.7243385,6.994007,13.906957,55.390305,79.17413,35.30726,183.05954,18.39845,5.9258785,46.805286,25.217365,38.654057,115.54159,18.95328,1.608723,25.293188,12.954542,1682.8728,21.039862,0.753798,30.697983,12.192556,123.455475,83.72563,101.94188,8.14693,90.61586,334.84006,241.87709,27.645134,237.6204,76.57545,47.2881,69.44596,102.237076,14.684463,42.699596,484.08374,4.163256,7.767578,214.65846,23.546314,8.912788,29.561964,28.699654,306.27252,94.262436,163.68605,1509.2511,88.49291,1686.4961,1605.467,11.889731,11.525941,1681.2119,22.397823,17.954256,432.30554,37.884274,64.787094,28.295162,111.360176,264.11334,424.32895,5.2521935,44.01901,153.75797,367.74677,9.623224,90.2005,10.389516,1.5370411,59.061188,0.99135506,1.1094655,3.194354,10.999306,30.369268,18.575184,22.196236,530.85376,51.06317,28.86828,37.433468,13.56467,89.64785,10.828405,43.751972,10.393549,70.832695,20.550045,31.405937,41.702778,9.961693,45.392704,34.88575,1.196437,62.98582,10.310863,221.12724,7.2921414,289.78143,21.698359,1043.4448,129.31523,3.1189148,10.248411,152.04062,189.60472,933.19525,889.7978 +2023-01-07 05:00:00,0.0,2440.7546,44.199413,8.700277,40.117096,30.422718,254.60562,29.022696,50.85109,18.715366,27.964252,237.91147,132.85583,14.987951,55.459835,1.3743247,1.1710463,48.287785,32.96885,32.343346,600.8823,18.211988,727.40125,127.55536,21.928745,64.286194,368.72815,71.83364,870.1371,254.80736,2664.198,36.225994,2745.5051,355.72617,21.462282,20.082453,103.14158,232.59412,290.44424,577.903,40.799732,22.280264,10.543004,497.79034,248.5457,63.359234,7.0997148,560.8362,12.585811,595.1038,6.8014007,29.511496,0.0,776.8111,1748.1575,0.25841376,82.42521,14.393159,10147.811,27.556284,1.0767753,5.6130824,15.6035795,8.655268,2.6588502,8.633404,248.21898,51.562202,4.6440926,0.68631816,3.2984977,152.88412,0.95474005,140.35344,127.36707,1913.5112,191.47704,90.93249,158.41107,777.00323,46.16651,36.97019,784.7267,53.612724,78.85738,10.114751,21.664034,196.75157,10.959876,10.095898,53.33949,17.165657,4048.5544,18.01782,23.354504,15.783241,10.416186,277.51254,52.08991,26.903563,7.727058,6.9973392,13.903407,55.3877,79.20647,35.335686,183.08043,18.399387,5.9360185,46.82123,25.211908,38.633476,115.5501,18.939178,1.6084442,25.315634,12.952027,1682.0803,21.044086,0.7533362,30.750504,12.197896,123.47921,83.70193,101.92699,8.149564,90.639786,334.85538,241.85783,27.655096,237.59012,76.531136,47.28526,69.445114,102.30832,14.697135,42.719,484.05353,4.1712365,7.7820215,214.7615,23.541994,8.91453,29.596807,28.726044,306.63083,94.33752,163.694,1509.9331,88.41086,1686.3567,1605.2317,11.885067,11.518515,1680.8514,22.389437,17.944769,432.23105,37.866432,64.759476,28.28937,111.297455,264.0944,424.24292,5.2504516,44.004177,153.64163,367.68918,9.618233,90.19273,10.385955,1.5367622,59.058765,0.99139965,1.1096232,3.1948702,10.99831,30.359682,18.571096,22.200941,530.30206,51.046707,28.854359,37.422882,13.558833,89.681786,10.8179,43.862007,10.389113,70.816826,20.528915,31.370811,41.672222,9.959577,45.358967,34.85356,1.1961945,62.970776,10.309964,221.11937,7.2911024,289.7159,21.693972,1043.6499,129.28789,3.118571,10.246501,152.01419,189.57396,933.1246,889.8982 +2023-01-07 06:00:00,0.0,2440.1821,44.182957,8.694522,40.070583,30.406292,254.49518,29.017067,50.837242,18.712933,27.95974,237.91885,132.85066,14.984375,55.452362,1.3810421,1.1758771,48.268616,33.082634,32.39349,600.64185,18.247236,726.928,127.57214,21.978582,64.395294,368.4794,71.848015,870.3781,254.8139,2663.3328,36.25576,2744.8965,356.23618,21.48942,20.099087,103.29924,232.59132,290.47653,578.51184,40.798386,22.269197,10.54208,497.74127,248.78859,63.439713,7.0985203,560.9004,12.588018,595.09875,6.8074646,29.514593,0.0,777.0399,1748.1693,0.25845513,82.373825,14.393784,10149.61,27.56874,1.0774336,5.611828,15.603832,8.665667,2.6630597,8.633756,248.30382,51.539875,4.64304,0.6866235,3.3026707,153.12146,0.9541578,140.37064,127.30242,1914.8005,191.36223,90.962204,158.4664,777.05896,46.21871,37.004486,785.45416,53.60369,78.86538,10.1142645,21.67896,196.79839,10.962451,10.094869,53.351513,17.17163,4048.8267,18.017664,23.377016,15.784054,10.421744,277.57526,52.10355,26.921371,7.729778,7.000672,13.899857,55.385094,79.2388,35.364113,183.10132,18.400322,5.946158,46.837177,25.206451,38.612896,115.55862,18.92508,1.6081653,25.338078,12.9495125,1681.2878,21.04831,0.75287443,30.803024,12.203235,123.50295,83.67823,101.912094,8.152198,90.663704,334.87073,241.83856,27.665056,237.55983,76.486824,47.28242,69.44427,102.37957,14.709807,42.738403,484.02335,4.179217,7.7964644,214.86453,23.537674,8.916272,29.631653,28.752436,306.9891,94.4126,163.70193,1510.6152,88.32881,1686.2174,1604.9963,11.8804035,11.511088,1680.4911,22.38105,17.935282,432.15656,37.84859,64.73186,28.283575,111.23473,264.07547,424.1569,5.248709,43.989346,153.5253,367.63162,9.613241,90.18497,10.382393,1.5364834,59.056343,0.99144423,1.1097809,3.1953862,10.997314,30.350098,18.567009,22.205645,529.75037,51.030243,28.840439,37.4123,13.552996,89.71573,10.807393,43.972042,10.384678,70.800964,20.507786,31.335688,41.641666,9.957459,45.32523,34.82137,1.195952,62.955734,10.309066,221.11148,7.290063,289.6504,21.689585,1043.855,129.26054,3.1182275,10.244591,151.98776,189.54318,933.05396,889.99866 +2023-01-07 07:00:00,0.0,2439.6096,44.1665,8.688766,40.024075,30.389868,254.38475,29.01144,50.823395,18.710497,27.955229,237.92625,132.8455,14.980799,55.44489,1.3877594,1.180708,48.249443,33.196423,32.443638,600.4014,18.282486,726.45465,127.58893,22.028421,64.504395,368.23068,71.86239,870.6192,254.82043,2662.4675,36.285526,2744.2878,356.74622,21.516558,20.115723,103.4569,232.58853,290.50882,579.1206,40.797043,22.258131,10.541155,497.69217,249.03148,63.520187,7.0973263,560.9646,12.590226,595.09375,6.813529,29.51769,0.0,777.2687,1748.1813,0.25849652,82.32245,14.394408,10151.41,27.5812,1.0780919,5.610574,15.604085,8.676065,2.6672692,8.634108,248.38867,51.517548,4.6419873,0.6869289,3.3068435,153.35878,0.9535757,140.38783,127.23777,1916.09,191.24742,90.99192,158.52173,777.11475,46.27091,37.038788,786.1816,53.594654,78.873375,10.113779,21.693888,196.84518,10.965026,10.093839,53.363533,17.177607,4049.0989,18.017506,23.39953,15.784866,10.427302,277.638,52.11719,26.93918,7.732497,7.004004,13.896307,55.38249,79.271126,35.39254,183.12221,18.401258,5.956298,46.853123,25.200994,38.59231,115.56713,18.91098,1.6078864,25.360521,12.946998,1680.4954,21.052532,0.7524126,30.855543,12.208573,123.52669,83.654526,101.8972,8.154833,90.68763,334.88605,241.8193,27.675018,237.52954,76.44252,47.27958,69.44341,102.45081,14.72248,42.75781,483.99313,4.187197,7.810908,214.96756,23.533354,8.918014,29.666498,28.778826,307.3474,94.487686,163.70988,1511.2972,88.24676,1686.0781,1604.7611,11.875739,11.503663,1680.1306,22.372663,17.925795,432.08203,37.830746,64.70423,28.277782,111.17202,264.05652,424.07086,5.2469673,43.97451,153.40897,367.57404,9.608251,90.1772,10.378831,1.5362045,59.05392,0.9914888,1.1099385,3.195902,10.996319,30.340511,18.562923,22.21035,529.1987,51.01378,28.826517,37.401714,13.547158,89.749664,10.796886,44.08208,10.380242,70.785095,20.486658,31.300564,41.61111,9.955342,45.291496,34.789177,1.1957096,62.94069,10.308168,221.1036,7.289024,289.58484,21.685198,1044.06,129.2332,3.1178837,10.242681,151.96133,189.5124,932.98334,890.09906 +2023-01-07 08:00:00,0.0,2439.037,44.150043,8.68301,39.977566,30.373444,254.2743,29.005812,50.80955,18.708063,27.950718,237.93364,132.84033,14.977222,55.437416,1.3944768,1.185539,48.230274,33.310207,32.493782,600.16095,18.317734,725.9814,127.60571,22.078259,64.613495,367.98193,71.876755,870.8602,254.82698,2661.6023,36.315292,2743.6794,357.25623,21.543695,20.132357,103.61456,232.58574,290.5411,579.72943,40.7957,22.247065,10.54023,497.6431,249.27437,63.600666,7.096132,561.02875,12.592434,595.08875,6.819593,29.520786,0.0,777.49756,1748.1931,0.2585379,82.27107,14.395033,10153.209,27.593658,1.0787501,5.609319,15.604338,8.686464,2.6714787,8.63446,248.47353,51.49522,4.640935,0.68723434,3.3110166,153.59612,0.9529935,140.40501,127.17312,1917.3793,191.13261,91.02164,158.57706,777.1705,46.32311,37.073086,786.909,53.585617,78.88137,10.113293,21.708815,196.892,10.967601,10.09281,53.375557,17.183582,4049.3708,18.01735,23.422043,15.785679,10.432861,277.7007,52.130833,26.95699,7.7352166,7.007336,13.892756,55.379887,79.30346,35.420967,183.1431,18.402193,5.9664373,46.86907,25.195538,38.57173,115.57565,18.896881,1.6076075,25.382967,12.944483,1679.7029,21.056755,0.75195086,30.908064,12.213912,123.55043,83.63083,101.88231,8.157467,90.711555,334.90137,241.80003,27.68498,237.49927,76.39821,47.27674,69.442566,102.52206,14.735152,42.77721,483.96295,4.195178,7.8253508,215.0706,23.529034,8.919755,29.701344,28.805216,307.70572,94.56277,163.71782,1511.9792,88.16471,1685.9387,1604.5258,11.871075,11.496237,1679.7703,22.364277,17.91631,432.00754,37.812904,64.67661,28.271988,111.1093,264.0376,423.98483,5.2452254,43.95968,153.29263,367.51648,9.603259,90.16943,10.375269,1.5359256,59.051495,0.9915334,1.1100962,3.1964183,10.995323,30.330925,18.558836,22.215054,528.64703,50.99731,28.812595,37.39113,13.541321,89.7836,10.786381,44.192116,10.375807,70.76923,20.465528,31.26544,41.580555,9.953225,45.25776,34.75699,1.1954672,62.925644,10.30727,221.09572,7.287985,289.51932,21.68081,1044.2651,129.20584,3.1175401,10.24077,151.9349,189.48163,932.91266,890.19946 +2023-01-07 09:00:00,0.0,2438.4648,44.133587,8.677255,39.931057,30.357018,254.16388,29.000183,50.795704,18.705627,27.946207,237.94102,132.83516,14.973646,55.429943,1.4011942,1.1903698,48.2111,33.423996,32.543926,599.92053,18.352983,725.50806,127.6225,22.128096,64.722595,367.73322,71.89113,871.10126,254.83351,2660.737,36.34506,2743.0708,357.76627,21.570833,20.148993,103.772224,232.58295,290.5734,580.33826,40.794353,22.235998,10.539305,497.59402,249.51726,63.681145,7.0949373,561.09296,12.594642,595.0837,6.8256574,29.523884,0.0,777.7263,1748.2051,0.25857925,82.21969,14.395658,10155.009,27.606117,1.0794084,5.6080647,15.60459,8.696863,2.6756883,8.634812,248.55836,51.472897,4.6398826,0.6875397,3.3151894,153.83344,0.95241135,140.42221,127.10847,1918.6686,191.0178,91.05135,158.6324,777.22626,46.37531,37.107388,787.6364,53.576584,78.889366,10.112806,21.723742,196.9388,10.970176,10.091781,53.38758,17.189556,4049.643,18.01719,23.444557,15.786491,10.438419,277.76343,52.144474,26.974798,7.737936,7.0106688,13.889207,55.37728,79.33579,35.449394,183.16399,18.40313,5.9765773,46.885014,25.19008,38.55115,115.58417,18.882782,1.6073287,25.40541,12.941968,1678.9104,21.060978,0.75148904,30.960585,12.219251,123.574165,83.607124,101.86742,8.160102,90.73548,334.91672,241.78078,27.69494,237.46898,76.3539,47.2739,69.44172,102.59331,14.747825,42.796616,483.93274,4.2031584,7.8397937,215.17363,23.524714,8.921497,29.736189,28.831608,308.06403,94.637856,163.72577,1512.6611,88.08266,1685.7994,1604.2905,11.866411,11.488811,1679.4098,22.355892,17.906822,431.933,37.795063,64.648994,28.266195,111.04658,264.01865,423.8988,5.2434835,43.944843,153.1763,367.4589,9.598268,90.16167,10.371707,1.5356468,59.049072,0.991578,1.1102538,3.1969342,10.994328,30.321339,18.554749,22.219759,528.09534,50.980846,28.798676,37.380543,13.535484,89.81754,10.775874,44.30215,10.371371,70.753365,20.444399,31.230314,41.55,9.951109,45.224022,34.724796,1.1952248,62.910603,10.306372,221.08784,7.2869453,289.4538,21.676424,1044.4702,129.1785,3.1171966,10.23886,151.90848,189.45085,932.84204,890.29987 +2023-01-07 10:00:00,0.0,2437.8923,44.11713,8.671499,39.884544,30.340593,254.05345,28.994556,50.781857,18.703194,27.941694,237.94843,132.83,14.970069,55.42247,1.4079115,1.1952008,48.191933,33.53778,32.59407,599.68005,18.388231,725.0348,127.63928,22.177933,64.831696,367.48447,71.9055,871.3423,254.84004,2659.8716,36.37483,2742.4622,358.27628,21.597971,20.165627,103.929886,232.58015,290.60568,580.9471,40.79301,22.224932,10.53838,497.54495,249.76015,63.76162,7.093743,561.15717,12.596849,595.0787,6.8317213,29.526981,0.0,777.9552,1748.217,0.25862062,82.16831,14.396282,10156.809,27.618574,1.0800667,5.60681,15.604843,8.707262,2.6798978,8.635164,248.64322,51.45057,4.63883,0.6878451,3.3193624,154.07077,0.9518292,140.4394,127.043816,1919.9579,190.903,91.08107,158.68773,777.282,46.42751,37.14169,788.3639,53.567547,78.89736,10.112321,21.738668,196.9856,10.972751,10.090751,53.3996,17.195532,4049.9153,18.017035,23.46707,15.787304,10.443977,277.82617,52.158115,26.992607,7.7406554,7.014001,13.885657,55.374676,79.368126,35.47782,183.18488,18.404064,5.9867167,46.90096,25.184624,38.53057,115.59268,18.868683,1.6070497,25.427855,12.939453,1678.1179,21.065203,0.7510272,31.013103,12.224589,123.5979,83.58343,101.85252,8.162736,90.75941,334.93204,241.7615,27.704903,237.43869,76.309586,47.27106,69.440865,102.66455,14.760497,42.816017,483.90253,4.2111387,7.854237,215.27666,23.520391,8.923239,29.771034,28.857998,308.42233,94.71294,163.7337,1513.3433,88.00061,1685.6602,1604.0552,11.861747,11.481384,1679.0494,22.347506,17.897335,431.85852,37.777218,64.62137,28.2604,110.98386,263.99973,423.81277,5.2417417,43.93001,153.05997,367.40134,9.593277,90.15389,10.368145,1.535368,59.04665,0.99162257,1.1104115,3.1974502,10.993332,30.311752,18.550661,22.224463,527.54364,50.964382,28.784754,37.36996,13.529647,89.85148,10.765368,44.412186,10.366936,70.7375,20.423271,31.19519,41.519444,9.948992,45.190285,34.692604,1.1949823,62.895557,10.305473,221.07996,7.2859063,289.38824,21.672037,1044.6753,129.15115,3.1168528,10.23695,151.88205,189.42007,932.77136,890.40027 +2023-01-07 11:00:00,0.0,2437.3198,44.100677,8.665744,39.838036,30.32417,253.94301,28.988928,50.76801,18.70076,27.937183,237.95581,132.82483,14.966493,55.414997,1.4146289,1.2000318,48.17276,33.65157,32.64422,599.43964,18.423481,724.56146,127.65607,22.22777,64.940796,367.23575,71.91987,871.5833,254.84659,2659.0063,36.404594,2741.8535,358.78632,21.625109,20.182262,104.08754,232.57736,290.63797,581.55585,40.791668,22.213863,10.537456,497.49585,250.00302,63.8421,7.092549,561.2213,12.599057,595.0736,6.8377857,29.530079,0.0,778.18396,1748.2289,0.25866202,82.116936,14.396907,10158.607,27.631033,1.080725,5.6055555,15.605095,8.717661,2.6841073,8.635516,248.72806,51.42824,4.637778,0.6881505,3.3235352,154.3081,0.95124704,140.4566,126.979164,1921.2473,190.7882,91.11078,158.74306,777.3377,46.479706,37.175987,789.0913,53.55851,78.90536,10.111835,21.753597,197.03241,10.975326,10.089722,53.411625,17.201506,4050.1875,18.016876,23.489584,15.7881155,10.449535,277.8889,52.171757,27.010416,7.743375,7.0173335,13.882107,55.37207,79.40046,35.50625,183.20576,18.405,5.9968567,46.916904,25.179167,38.50999,115.6012,18.854582,1.6067708,25.450298,12.936938,1677.3254,21.069426,0.75056547,31.065624,12.229928,123.62164,83.55972,101.83763,8.16537,90.78333,334.94736,241.74225,27.714863,237.4084,76.265274,47.26822,69.44002,102.7358,14.7731695,42.835423,483.87234,4.2191195,7.86868,215.3797,23.516071,8.924981,29.80588,28.884388,308.78064,94.788025,163.74165,1514.0253,87.91856,1685.5208,1603.82,11.857083,11.473958,1678.689,22.339119,17.887848,431.78403,37.759377,64.59375,28.254606,110.921135,263.9808,423.72675,5.24,43.91518,152.94363,367.34375,9.588285,90.146126,10.364584,1.535089,59.044228,0.99166715,1.1105692,3.1979663,10.992336,30.302166,18.546574,22.229166,526.992,50.947918,28.770834,37.359375,13.523809,89.885414,10.754862,44.522224,10.3625,70.721634,20.402142,31.160067,41.488888,9.946875,45.156548,34.660416,1.1947398,62.880516,10.304575,221.07208,7.2848673,289.32272,21.66765,1044.8804,129.12381,3.1165092,10.23504,151.85562,189.3893,932.70074,890.50073 +2023-01-07 12:00:00,0.0,2436.7473,44.08422,8.659988,39.791527,30.307743,253.83258,28.9833,50.754166,18.698324,27.932673,237.9632,132.81966,14.962916,55.407524,1.4213463,1.2048626,48.15359,33.765354,32.694363,599.19916,18.458729,724.0882,127.67286,22.277609,65.0499,366.987,71.93424,871.8244,254.85312,2658.141,36.43436,2741.245,359.29633,21.652246,20.198896,104.2452,232.57458,290.67026,582.1647,40.79032,22.202797,10.5365305,497.44678,250.24591,63.922577,7.0913544,561.2855,12.601265,595.0686,6.8438497,29.533176,0.0,778.4128,1748.2408,0.25870338,82.06555,14.397532,10160.407,27.643492,1.0813832,5.604301,15.605348,8.72806,2.6883168,8.635868,248.81291,51.405914,4.6367254,0.6884559,3.3277082,154.54543,0.9506649,140.4738,126.91452,1922.5366,190.67339,91.140495,158.79839,777.3935,46.531906,37.21029,789.8187,53.549477,78.91335,10.111349,21.768524,197.07921,10.977901,10.088693,53.42365,17.207481,4050.4597,18.01672,23.512096,15.788928,10.455094,277.9516,52.1854,27.028225,7.746094,7.0206656,13.878557,55.36947,79.43279,35.53468,183.22665,18.405935,6.006996,46.93285,25.17371,38.48941,115.60971,18.840483,1.6064919,25.472744,12.934423,1676.533,21.073648,0.75010365,31.118145,12.235268,123.64538,83.536026,101.82274,8.168005,90.80726,334.9627,241.72299,27.724825,237.37811,76.22097,47.26538,69.43917,102.807045,14.785842,42.854824,483.84213,4.2271,7.8831234,215.48273,23.511751,8.926723,29.840723,28.91078,309.13895,94.863106,163.74959,1514.7073,87.83651,1685.3815,1603.5846,11.852419,11.466533,1678.3285,22.330732,17.87836,431.7095,37.741535,64.56613,28.248814,110.85841,263.96185,423.64072,5.238258,43.900345,152.8273,367.2862,9.583294,90.13836,10.361022,1.5348102,59.0418,0.99171174,1.1107268,3.1984823,10.991341,30.292582,18.542486,22.233871,526.4403,50.93145,28.756912,37.34879,13.517973,89.91936,10.744355,44.63226,10.358065,70.70577,20.381012,31.124943,41.458332,9.944757,45.12281,34.628223,1.1944973,62.86547,10.303677,221.0642,7.283828,289.2572,21.663263,1045.0854,129.09647,3.1161654,10.2331295,151.8292,189.35854,932.6301,890.60114 +2023-01-07 13:00:00,0.0,2436.1748,44.067764,8.654232,39.745014,30.291319,253.72215,28.977673,50.74032,18.69589,27.928162,237.9706,132.8145,14.95934,55.40005,1.4280636,1.2096936,48.134422,33.879143,32.744507,598.95874,18.493979,723.61487,127.689644,22.327446,65.159,366.73828,71.948616,872.0654,254.85966,2657.276,36.464127,2740.6365,359.80637,21.679384,20.215532,104.40286,232.5718,290.70255,582.7735,40.78898,22.19173,10.535605,497.3977,250.4888,64.00305,7.09016,561.34973,12.603473,595.0636,6.849914,29.536272,0.0,778.6416,1748.2527,0.25874475,82.014175,14.398157,10162.207,27.65595,1.0820416,5.603047,15.6056,8.738459,2.6925263,8.63622,248.89777,51.383587,4.6356726,0.6887613,3.331881,154.78276,0.9500827,140.49098,126.84987,1923.8259,190.55858,91.17021,158.85371,777.4492,46.584106,37.24459,790.54614,53.54044,78.92135,10.110863,21.783451,197.126,10.980476,10.087664,53.43567,17.213457,4050.732,18.016562,23.53461,15.789741,10.460652,278.01434,52.19904,27.046036,7.748814,7.0239983,13.875007,55.366863,79.465126,35.563107,183.24754,18.406872,6.017136,46.948795,25.168253,38.46883,115.618225,18.826384,1.606213,25.495188,12.931909,1675.7405,21.077871,0.7496419,31.170664,12.240606,123.66912,83.51232,101.807846,8.170639,90.83118,334.97803,241.70372,27.734787,237.34782,76.17666,47.26254,69.43832,102.87829,14.798514,42.87423,483.81195,4.2350802,7.8975663,215.58575,23.507431,8.928464,29.875568,28.93717,309.49722,94.93819,163.75754,1515.3892,87.754456,1685.2422,1603.3492,11.847755,11.459106,1677.9681,22.322346,17.868874,431.635,37.72369,64.538506,28.24302,110.79569,263.94293,423.5547,5.236516,43.885513,152.71098,367.2286,9.578303,90.13059,10.35746,1.5345314,59.03938,0.9917563,1.1108845,3.1989982,10.990345,30.282995,18.538399,22.238575,525.8886,50.914986,28.742992,37.338207,13.5121355,89.95329,10.73385,44.742294,10.353629,70.6899,20.359884,31.089817,41.427776,9.942641,45.089077,34.596035,1.194255,62.850426,10.302778,221.05632,7.2827888,289.19165,21.658876,1045.2905,129.0691,3.1158218,10.231219,151.80276,189.32776,932.55945,890.70154 +2023-01-07 14:00:00,0.0,2435.6023,44.051308,8.648477,39.698505,30.274895,253.61171,28.972044,50.72647,18.693457,27.923649,237.97798,132.80933,14.955764,55.39258,1.434781,1.2145245,48.11525,33.992928,32.79465,598.71826,18.529226,723.1416,127.70643,22.377283,65.2681,366.48953,71.96298,872.30646,254.8662,2656.4106,36.493893,2740.0278,360.3164,21.706522,20.232166,104.56052,232.569,290.73483,583.3823,40.787636,22.180664,10.53468,497.34863,250.73169,64.083534,7.0889654,561.41394,12.60568,595.05853,6.855978,29.53937,0.0,778.8704,1748.2646,0.25878614,81.9628,14.398782,10164.006,27.668407,1.0826999,5.6017923,15.605853,8.7488575,2.6967359,8.636572,248.9826,51.36126,4.63462,0.6890667,3.336054,155.02008,0.94950056,140.50818,126.78522,1925.1152,190.44377,91.19993,158.90906,777.50494,46.636303,37.27889,791.27356,53.531403,78.929344,10.110376,21.79838,197.17282,10.983051,10.086634,53.447693,17.21943,4051.0042,18.016405,23.557123,15.790553,10.46621,278.07706,52.21268,27.063845,7.7515335,7.0273304,13.871457,55.364258,79.49746,35.591534,183.26843,18.407806,6.0272756,46.96474,25.162796,38.44825,115.62674,18.812284,1.6059341,25.517632,12.929394,1674.948,21.082094,0.7491801,31.223185,12.245945,123.692856,83.488625,101.79295,8.173273,90.8551,334.99335,241.68446,27.744747,237.31754,76.13235,47.2597,69.43747,102.94954,14.811186,42.89363,483.78174,4.243061,7.9120092,215.6888,23.50311,8.930206,29.910414,28.96356,309.85553,95.013275,163.76547,1516.0713,87.67241,1685.1029,1603.114,11.843091,11.45168,1677.6077,22.31396,17.859386,431.56052,37.70585,64.51089,28.237226,110.73297,263.92398,423.46866,5.234774,43.87068,152.59465,367.17105,9.573312,90.122826,10.353898,1.5342525,59.036957,0.9918009,1.1110421,3.1995142,10.989349,30.273409,18.534311,22.24328,525.3369,50.89852,28.72907,37.32762,13.506298,89.98723,10.723343,44.85233,10.349194,70.67404,20.338755,31.054693,41.39722,9.940524,45.05534,34.563843,1.1940125,62.835384,10.30188,221.04843,7.2817497,289.12613,21.65449,1045.4955,129.04176,3.1154783,10.22931,151.77634,189.29698,932.48883,890.80194 +2023-01-07 15:00:00,0.0,2435.0298,44.03485,8.642721,39.651997,30.25847,253.50128,28.966415,50.712624,18.691021,27.919138,237.98537,132.80415,14.952188,55.385105,1.4414984,1.2193553,48.09608,34.106716,32.8448,598.47784,18.564476,722.6683,127.72321,22.42712,65.3772,366.2408,71.977356,872.5475,254.87273,2655.5454,36.52366,2739.4194,360.82642,21.73366,20.248802,104.71818,232.56621,290.76712,583.99115,40.78629,22.169598,10.533755,497.29953,250.97458,64.16401,7.0877714,561.47815,12.607888,595.0535,6.8620424,29.542467,0.0,779.09924,1748.2765,0.2588275,81.911415,14.399406,10165.806,27.680866,1.0833582,5.600538,15.606106,8.759256,2.7009454,8.636924,249.06746,51.338936,4.633568,0.68937206,3.340227,155.25742,0.9489184,140.52538,126.720566,1926.4047,190.32896,91.229645,158.96439,777.5607,46.688503,37.31319,792.00104,53.52237,78.93734,10.109891,21.813307,197.21962,10.985626,10.085605,53.459717,17.225407,4051.2761,18.016247,23.579638,15.791366,10.471769,278.13977,52.226322,27.081654,7.754253,7.030663,13.867908,55.361656,79.52979,35.61996,183.28932,18.408743,6.0374155,46.98069,25.15734,38.42767,115.635254,18.798185,1.6056552,25.540077,12.926879,1674.1555,21.086317,0.7487183,31.275705,12.251284,123.7166,83.46492,101.77806,8.175908,90.87903,335.0087,241.66519,27.75471,237.28726,76.088036,47.25686,69.43662,103.02078,14.823858,42.913036,483.75156,4.2510414,7.9264526,215.79182,23.49879,8.931948,29.94526,28.989952,310.21384,95.088356,163.77342,1516.7533,87.590355,1684.9635,1602.8787,11.838428,11.444254,1677.2473,22.305574,17.8499,431.486,37.688004,64.48327,28.231432,110.67025,263.90506,423.38263,5.233032,43.855846,152.47832,367.11346,9.56832,90.11506,10.350336,1.5339736,59.034534,0.9918455,1.1111999,3.2000303,10.988354,30.263823,18.530224,22.247984,524.7853,50.882057,28.71515,37.317036,13.500461,90.02117,10.712836,44.962368,10.344758,70.65817,20.317625,31.01957,41.366665,9.938407,45.021603,34.53165,1.19377,62.82034,10.3009815,221.04056,7.28071,289.0606,21.650105,1045.7006,129.01442,3.1151345,10.2274,151.7499,189.2662,932.41815,890.90234 +2023-01-07 16:00:00,0.0,2434.4573,44.018394,8.636966,39.605488,30.242044,253.39085,28.960789,50.69878,18.688587,27.914627,237.99277,132.799,14.948611,55.377632,1.4482157,1.2241863,48.07691,34.2205,32.894943,598.23737,18.599724,722.195,127.74,22.476957,65.4863,365.99207,71.99173,872.7885,254.87927,2654.6802,36.553425,2738.8108,361.33646,21.760798,20.265436,104.87584,232.56342,290.7994,584.5999,40.784946,22.158531,10.532831,497.25046,251.21747,64.244484,7.086577,561.5423,12.610097,595.04846,6.8681064,29.545565,0.0,779.328,1748.2885,0.25886887,81.86004,14.400031,10167.605,27.693325,1.0840164,5.599283,15.606359,8.769655,2.705155,8.637277,249.1523,51.31661,4.6325154,0.6896775,3.3444,155.49474,0.94833624,140.54257,126.655914,1927.694,190.21416,91.25935,159.01971,777.61646,46.740704,37.347492,792.72845,53.513332,78.945335,10.109405,21.828234,197.26642,10.988201,10.084576,53.471737,17.23138,4051.5483,18.01609,23.60215,15.792177,10.477327,278.2025,52.239964,27.099463,7.7569723,7.033995,13.864357,55.35905,79.562126,35.648388,183.31021,18.409678,6.047555,46.996635,25.151882,38.407085,115.64377,18.784086,1.6053764,25.562521,12.924365,1673.363,21.090542,0.7482565,31.328226,12.256622,123.74033,83.44122,101.76317,8.178542,90.902954,335.02402,241.64594,27.76467,237.25697,76.043724,47.25402,69.43577,103.09203,14.836531,42.932438,483.72134,4.2590218,7.9408956,215.89485,23.49447,8.93369,29.980104,29.016342,310.57214,95.163445,163.78136,1517.4353,87.50831,1684.8242,1602.6434,11.833763,11.436828,1676.8868,22.297188,17.840412,431.4115,37.670162,64.45564,28.22564,110.60753,263.8861,423.2966,5.23129,43.841015,152.36198,367.0559,9.56333,90.10729,10.346774,1.5336947,59.032112,0.9918901,1.1113575,3.2005463,10.987358,30.254236,18.526136,22.252687,524.2336,50.865593,28.70123,37.30645,13.494624,90.05511,10.702331,45.072403,10.3403225,70.64231,20.296495,30.984446,41.33611,9.93629,44.987865,34.499462,1.1935276,62.805298,10.300083,221.03267,7.279671,288.99506,21.645718,1045.9056,128.98708,3.114791,10.22549,151.72346,189.23543,932.34753,891.0028 +2023-01-07 17:00:00,0.0,2433.8848,44.00194,8.63121,39.558975,30.22562,253.28041,28.95516,50.684933,18.686152,27.910116,238.00015,132.79382,14.945035,55.37016,1.454933,1.2290171,48.05774,34.33429,32.945087,597.99695,18.634974,721.7217,127.75678,22.526794,65.5954,365.74335,72.006096,873.0296,254.8858,2653.815,36.583195,2738.2021,361.84647,21.787935,20.282072,105.0335,232.56062,290.8317,585.20874,40.783604,22.147465,10.531906,497.2014,251.46036,64.32497,7.0853825,561.6065,12.612305,595.04346,6.874171,29.548662,0.0,779.5569,1748.3003,0.25891027,81.80866,14.400656,10169.404,27.705784,1.0846747,5.5980287,15.606611,8.780054,2.7093644,8.637629,249.23715,51.29428,4.631463,0.6899829,3.3485727,155.73207,0.9477541,140.55975,126.59126,1928.9833,190.09935,91.28908,159.07504,777.67224,46.792904,37.38179,793.4559,53.504295,78.95333,10.108919,21.843163,197.31323,10.990776,10.083546,53.48376,17.237356,4051.8206,18.015932,23.624664,15.79299,10.482885,278.26523,52.253605,27.117271,7.7596917,7.037328,13.860807,55.356445,79.59446,35.676815,183.3311,18.410612,6.057695,47.01258,25.146425,38.386505,115.65229,18.769985,1.6050974,25.584965,12.92185,1672.5706,21.094765,0.74779475,31.380745,12.261961,123.76408,83.41752,101.748276,8.181177,90.92688,335.03934,241.62666,27.774632,237.22668,75.99941,47.25118,69.43492,103.16328,14.849203,42.951843,483.69116,4.2670026,7.9553385,215.9979,23.49015,8.9354315,30.01495,29.042732,310.93045,95.238525,163.7893,1518.1173,87.426254,1684.6849,1602.4081,11.8291,11.429401,1676.5264,22.288801,17.830925,431.337,37.65232,64.428024,28.219845,110.54481,263.8672,423.21057,5.229548,43.82618,152.24565,366.99832,9.558338,90.099525,10.343212,1.5334159,59.029686,0.99193466,1.1115152,3.2010622,10.986362,30.24465,18.522049,22.257393,523.6819,50.849125,28.687307,37.295868,13.488787,90.08904,10.691824,45.182438,10.335887,70.62644,20.275368,30.949322,41.305553,9.934173,44.95413,34.46727,1.1932852,62.790253,10.299185,221.0248,7.278632,288.92953,21.64133,1046.1107,128.95972,3.114447,10.223579,151.69704,189.20465,932.2769,891.1032 +2023-01-07 18:00:00,0.0,2433.3123,43.985485,8.625455,39.512466,30.209196,253.16998,28.949532,50.671085,18.683718,27.905603,238.00754,132.78865,14.941458,55.362686,1.4616505,1.2338481,48.038567,34.448074,32.99523,597.7565,18.670221,721.2484,127.77357,22.576633,65.7045,365.4946,72.02047,873.2706,254.89235,2652.9497,36.61296,2737.5938,362.3565,21.815073,20.298706,105.19116,232.55783,290.86398,585.81757,40.782257,22.136398,10.530981,497.15228,251.70325,64.40544,7.084188,561.6707,12.614512,595.0384,6.8802347,29.551758,0.0,779.78564,1748.3123,0.25895163,81.757286,14.40128,10171.204,27.71824,1.085333,5.596774,15.606863,8.790453,2.713574,8.63798,249.32199,51.271954,4.6304107,0.6902883,3.3527458,155.96939,0.94717187,140.57695,126.52661,1930.2726,189.98454,91.318794,159.13039,777.72797,46.8451,37.416092,794.1833,53.49526,78.96133,10.108433,21.85809,197.36003,10.993351,10.082517,53.49578,17.243332,4052.0928,18.015776,23.647177,15.793802,10.488444,278.32794,52.267246,27.13508,7.762411,7.04066,13.857257,55.35384,79.626785,35.705242,183.35199,18.411549,6.0678344,47.028526,25.140968,38.365925,115.660805,18.755886,1.6048186,25.607409,12.919335,1671.778,21.098988,0.74733293,31.433266,12.2673,123.78781,83.39382,101.73338,8.183811,90.950806,335.05466,241.6074,27.784592,237.1964,75.95511,47.24834,69.434074,103.23453,14.861876,42.971245,483.66095,4.274983,7.969782,216.10092,23.48583,8.937174,30.049795,29.069124,311.28876,95.31361,163.79724,1518.7993,87.34421,1684.5455,1602.1727,11.824435,11.421976,1676.166,22.280415,17.821438,431.26248,37.634476,64.400406,28.21405,110.482086,263.84824,423.12454,5.227806,43.811348,152.12932,366.94077,9.553347,90.09176,10.339651,1.533137,59.027264,0.99197924,1.1116729,3.2015784,10.985367,30.235065,18.517962,22.262096,523.1302,50.83266,28.673388,37.285282,13.482949,90.122986,10.681318,45.292473,10.331451,70.61058,20.254238,30.914196,41.274998,9.932056,44.92039,34.435078,1.1930428,62.775208,10.298286,221.0169,7.2775927,288.864,21.636944,1046.3158,128.93237,3.1141036,10.221669,151.67061,189.17387,932.20624,891.2036 +2023-01-07 19:00:00,0.0,2432.7397,43.96903,8.6196995,39.465958,30.19277,253.05956,28.943905,50.657238,18.681284,27.901093,238.01494,132.7835,14.937881,55.355213,1.4683678,1.238679,48.019398,34.561863,33.045376,597.51605,18.70547,720.7751,127.79036,22.62647,65.8136,365.24588,72.03484,873.51166,254.89888,2652.0845,36.642727,2736.985,362.86652,21.842213,20.315342,105.348816,232.55504,290.89627,586.4264,40.780914,22.125332,10.530056,497.1032,251.94614,64.485916,7.082994,561.73486,12.61672,595.0334,6.886299,29.554855,0.0,780.01447,1748.3242,0.258993,81.7059,14.401905,10173.004,27.7307,1.0859913,5.59552,15.607116,8.800852,2.7177835,8.638332,249.40685,51.249626,4.629358,0.69059366,3.3569186,156.20673,0.9465897,140.59415,126.46196,1931.562,189.86974,91.34851,159.18571,777.7837,46.8973,37.45039,794.91077,53.486225,78.96932,10.107946,21.873016,197.40683,10.995926,10.081488,53.507805,17.249306,4052.365,18.015617,23.669691,15.794615,10.494002,278.3907,52.280888,27.15289,7.7651305,7.043992,13.853707,55.35124,79.65912,35.73367,183.37288,18.412483,6.0779743,47.04447,25.135511,38.345345,115.66932,18.741787,1.6045396,25.629854,12.916821,1670.9855,21.10321,0.7468712,31.485786,12.272639,123.811554,83.37012,101.71849,8.186445,90.97473,335.07,241.58813,27.794554,237.1661,75.9108,47.2455,69.43322,103.30577,14.874548,42.99065,483.63074,4.2829633,7.984225,216.20396,23.48151,8.938915,30.08464,29.095514,311.64706,95.388695,163.80519,1519.4814,87.26215,1684.4062,1601.9375,11.819772,11.41455,1675.8055,22.272028,17.81195,431.188,37.616634,64.37278,28.208258,110.419365,263.8293,423.0385,5.226064,43.796516,152.01299,366.88318,9.548356,90.08399,10.336089,1.5328581,59.02484,0.9920238,1.1118305,3.2020943,10.984371,30.22548,18.513874,22.266802,522.57855,50.816196,28.659466,37.274696,13.477113,90.15692,10.670812,45.40251,10.327016,70.59471,20.233109,30.879072,41.244442,9.929939,44.886658,34.40289,1.1928003,62.760166,10.297388,221.00902,7.2765536,288.79846,21.632557,1046.5209,128.90503,3.11376,10.219759,151.64418,189.14311,932.1356,891.304 +2023-01-07 20:00:00,0.0,2432.1672,43.95257,8.613943,39.41945,30.176346,252.94911,28.938276,50.643394,18.678848,27.896582,238.02232,132.77832,14.934305,55.34774,1.4750851,1.2435099,48.000225,34.675648,33.095524,597.2756,18.740719,720.3018,127.807144,22.676308,65.9227,364.99713,72.04921,873.7527,254.90543,2651.2192,36.672493,2736.3765,363.37656,21.86935,20.331976,105.50648,232.55225,290.92856,587.03516,40.77957,22.114265,10.529131,497.05414,252.18903,64.5664,7.0817995,561.7991,12.618928,595.0284,6.892363,29.557953,0.0,780.2433,1748.336,0.2590344,81.654526,14.402531,10174.804,27.743158,1.0866497,5.5942655,15.607368,8.811251,2.721993,8.638684,249.4917,51.2273,4.6283054,0.6908991,3.3610916,156.44405,0.94600755,140.61134,126.39731,1932.8513,189.75493,91.37823,159.24104,777.8395,46.9495,37.48469,795.6382,53.47719,78.97732,10.107461,21.887945,197.45364,10.998501,10.080459,53.51983,17.255281,4052.6372,18.015461,23.692204,15.795427,10.49956,278.4534,52.29453,27.170698,7.7678504,7.0473247,13.850158,55.348633,79.69145,35.762096,183.39377,18.41342,6.088114,47.060417,25.130053,38.324764,115.67783,18.727688,1.6042607,25.652298,12.914306,1670.193,21.107433,0.74640936,31.538305,12.277978,123.83529,83.34642,101.7036,8.18908,90.99866,335.08533,241.56888,27.804516,237.13582,75.866486,47.24266,69.43237,103.377014,14.88722,43.01005,483.60056,4.2909436,7.9986677,216.30699,23.47719,8.940657,30.119484,29.121904,312.00534,95.463776,163.81313,1520.1633,87.18011,1684.267,1601.7021,11.815107,11.407124,1675.4452,22.263641,17.802464,431.11346,37.598793,64.34516,28.202463,110.35664,263.81036,422.95248,5.2243223,43.78168,151.89665,366.82562,9.543365,90.076225,10.332527,1.5325793,59.02242,0.9920684,1.1119882,3.2026103,10.983376,30.215893,18.509787,22.271505,522.02686,50.799732,28.645546,37.264114,13.471275,90.19086,10.660305,45.512547,10.32258,70.57885,20.21198,30.843948,41.213886,9.927822,44.85292,34.370697,1.1925578,62.74512,10.29649,221.00114,7.2755146,288.73294,21.62817,1046.726,128.87769,3.1134162,10.217849,151.61775,189.11234,932.06494,891.4044 +2023-01-07 21:00:00,0.0,2431.595,43.936115,8.608188,39.372936,30.159922,252.83868,28.932648,50.629547,18.676414,27.89207,238.02971,132.77315,14.930729,55.340267,1.4818026,1.2483408,47.981056,34.789436,33.145668,597.03516,18.775967,719.8285,127.82393,22.726145,66.0318,364.7484,72.06358,873.9937,254.91196,2650.354,36.70226,2735.7678,363.88657,21.896488,20.348612,105.66415,232.54945,290.96085,587.644,40.778225,22.103199,10.528207,497.00507,252.43192,64.64687,7.080605,561.8633,12.621136,595.0233,6.8984275,29.56105,0.0,780.4721,1748.348,0.25907576,81.60315,14.403155,10176.603,27.755615,1.0873079,5.593011,15.607621,8.82165,2.7262025,8.639036,249.57654,51.204975,4.627253,0.6912045,3.3652644,156.68138,0.9454254,140.62852,126.332664,1934.1406,189.64012,91.40794,159.29637,777.8952,47.0017,37.518993,796.3656,53.46815,78.98531,10.106975,21.902872,197.50044,11.001077,10.079429,53.53185,17.261255,4052.9092,18.015303,23.714718,15.79624,10.505118,278.5161,52.30817,27.188509,7.77057,7.050657,13.846607,55.346027,79.723785,35.790524,183.41466,18.414354,6.0982537,47.076363,25.124596,38.304184,115.68635,18.713589,1.6039819,25.674742,12.911791,1669.4005,21.111656,0.7459476,31.590826,12.283317,123.85903,83.322716,101.688705,8.191714,91.022575,335.10065,241.5496,27.814476,237.10553,75.822174,47.23982,69.43152,103.448265,14.899893,43.029457,483.57034,4.2989244,8.013111,216.41002,23.47287,8.942399,30.15433,29.148296,312.36365,95.538864,163.82108,1520.8453,87.09805,1684.1276,1601.4669,11.810444,11.399697,1675.0847,22.255257,17.792978,431.03897,37.580948,64.31754,28.19667,110.29392,263.79144,422.86646,5.2225804,43.76685,151.78032,366.76804,9.538373,90.06846,10.328965,1.5323005,59.019997,0.992113,1.1121458,3.2031264,10.98238,30.206306,18.5057,22.276209,521.47516,50.783268,28.631624,37.25353,13.465438,90.2248,10.649799,45.62258,10.318146,70.56298,20.190851,30.808825,41.18333,9.925705,44.819183,34.338505,1.1923153,62.730076,10.295591,220.99326,7.274475,288.6674,21.623783,1046.931,128.85034,3.1130726,10.215939,151.59132,189.08156,931.9943,891.5048 +2023-01-07 22:00:00,0.0,2431.0225,43.91966,8.602432,39.326427,30.143497,252.72826,28.927021,50.6157,18.67398,27.887558,238.03711,132.76799,14.927153,55.332794,1.4885199,1.2531718,47.961887,34.90322,33.195812,596.7947,18.811216,719.3552,127.84071,22.775982,66.1409,364.49966,72.07796,874.23474,254.91849,2649.4888,36.732025,2735.1594,364.3966,21.923626,20.365246,105.82181,232.54666,290.99313,588.2528,40.776882,22.092133,10.527282,496.95596,252.6748,64.72735,7.0794106,561.9275,12.623343,595.0183,6.9044914,29.564148,0.0,780.7009,1748.3599,0.25911713,81.551765,14.40378,10178.402,27.768074,1.0879662,5.5917563,15.607874,8.832048,2.730412,8.639388,249.66139,51.182648,4.6262007,0.69150984,3.3694375,156.91872,0.94484323,140.64572,126.26801,1935.4299,189.52531,91.43765,159.3517,777.9509,47.053898,37.55329,797.093,53.459118,78.99331,10.106488,21.917799,197.54724,11.003652,10.0784,53.543873,17.267231,4053.1814,18.015146,23.73723,15.797051,10.510677,278.57886,52.32181,27.206318,7.773289,7.0539894,13.843058,55.343426,79.75612,35.81895,183.43555,18.41529,6.108393,47.092308,25.119139,38.283604,115.69486,18.699488,1.6037029,25.697187,12.909276,1668.608,21.115881,0.7454858,31.643347,12.288655,123.88277,83.29902,101.67381,8.194348,91.0465,335.116,241.53035,27.824438,237.07524,75.77786,47.23698,69.43067,103.51951,14.912565,43.04886,483.54016,4.306905,8.0275545,216.51306,23.46855,8.94414,30.189175,29.174686,312.72195,95.613945,163.82901,1521.5275,87.01601,1683.9883,1601.2316,11.805779,11.392271,1674.7242,22.24687,17.783491,430.96448,37.563107,64.28992,28.190876,110.2312,263.7725,422.78043,5.2208385,43.752018,151.664,366.71048,9.533382,90.06069,10.325403,1.5320215,59.01757,0.9921576,1.1123035,3.2036424,10.981384,30.19672,18.501612,22.280914,520.92346,50.7668,28.617704,37.242943,13.4596,90.258736,10.639293,45.732616,10.31371,70.54712,20.169722,30.773699,41.152775,9.923589,44.785446,34.306316,1.192073,62.715034,10.294693,220.98538,7.273436,288.60187,21.619396,1047.1361,128.82298,3.1127288,10.214028,151.5649,189.05078,931.9237,891.6053 +2023-01-07 23:00:00,0.0,2430.45,43.903206,8.596677,39.27992,30.127071,252.61781,28.921392,50.601852,18.671545,27.883047,238.0445,132.76282,14.923576,55.32532,1.4952372,1.2580026,47.942715,35.01701,33.245956,596.55426,18.846464,718.8819,127.8575,22.82582,66.25,364.25095,72.09232,874.4758,254.92503,2648.6235,36.76179,2734.5508,364.90665,21.950764,20.381882,105.97946,232.54387,291.02542,588.86163,40.77554,22.081066,10.526357,496.9069,252.9177,64.80783,7.0782166,561.9917,12.625551,595.01324,6.910556,29.567244,0.0,780.9297,1748.3718,0.25915852,81.50039,14.404405,10180.202,27.780533,1.0886245,5.590502,15.608127,8.842447,2.7346215,8.63974,249.74623,51.16032,4.6251483,0.69181526,3.3736103,157.15604,0.9442611,140.66292,126.20336,1936.7194,189.4105,91.46737,159.40704,778.0067,47.1061,37.587593,797.82043,53.45008,79.001305,10.106003,21.932728,197.59406,11.006227,10.077371,53.555897,17.273207,4053.4536,18.014988,23.759745,15.797864,10.516235,278.64157,52.335453,27.224127,7.7760086,7.0573215,13.839507,55.34082,79.78845,35.847378,183.45644,18.416225,6.118533,47.108253,25.113682,38.263023,115.70338,18.685389,1.6034241,25.719631,12.906761,1667.8156,21.120104,0.74502397,31.695866,12.293994,123.90651,83.275314,101.65892,8.196983,91.07043,335.13132,241.51108,27.834398,237.04497,75.73356,47.23414,69.429825,103.59076,14.925238,43.068264,483.50995,4.314885,8.041997,216.61609,23.46423,8.945883,30.22402,29.201077,313.08026,95.689026,163.83696,1522.2095,86.93395,1683.849,1600.9962,11.801115,11.384846,1674.3639,22.238483,17.774004,430.88995,37.54526,64.2623,28.185081,110.16848,263.75357,422.6944,5.2190967,43.737183,151.54767,366.6529,9.528391,90.052925,10.321841,1.5317427,59.01515,0.99220216,1.1124612,3.2041583,10.980389,30.187134,18.497524,22.285618,520.3718,50.750336,28.603783,37.232357,13.453764,90.29267,10.628786,45.842655,10.309275,70.53125,20.148594,30.738575,41.122223,9.921472,44.75171,34.274124,1.1918305,62.69999,10.293796,220.9775,7.272397,288.53635,21.61501,1047.3411,128.79564,3.1123853,10.212118,151.53847,189.02,931.853,891.7057 +2023-01-08 00:00:00,0.0,2429.8774,43.88675,8.590921,39.233406,30.110647,252.50739,28.915764,50.58801,18.669111,27.878536,238.05188,132.75764,14.92,55.31785,1.5019547,1.2628336,47.923546,35.130795,33.296104,596.3138,18.881714,718.4086,127.87428,22.875658,66.3591,364.0022,72.1067,874.71686,254.93156,2647.7583,36.791557,2733.9421,365.41666,21.977901,20.398516,106.13712,232.54108,291.0577,589.47046,40.774193,22.07,10.525432,496.85782,253.16058,64.888306,7.077022,562.05585,12.627759,595.00824,6.91662,29.570341,0.0,781.15857,1748.3837,0.2591999,81.44901,14.405029,10182.001,27.792992,1.0892828,5.589247,15.608379,8.852846,2.738831,8.640093,249.83109,51.137993,4.624096,0.6921207,3.3777833,157.39337,0.9436789,140.68011,126.13871,1938.0087,189.2957,91.497086,159.46237,778.06244,47.1583,37.621895,798.5479,53.441044,79.0093,10.105516,21.947655,197.64085,11.008801,10.076341,53.567917,17.27918,4053.7258,18.014832,23.782259,15.7986765,10.521793,278.70428,52.34909,27.241936,7.778728,7.060654,13.835958,55.338215,79.820786,35.875805,183.47733,18.417162,6.1286726,47.1242,25.108225,38.242443,115.71189,18.67129,1.6031451,25.742075,12.904246,1667.0231,21.124327,0.7445622,31.748386,12.299333,123.930244,83.25162,101.64403,8.199617,91.09435,335.14664,241.49182,27.84436,237.01468,75.68925,47.2313,69.42897,103.662,14.93791,43.087666,483.47977,4.322866,8.05644,216.71912,23.459908,8.947624,30.258865,29.227468,313.43857,95.764114,163.8449,1522.8914,86.851906,1683.7097,1600.761,11.796452,11.377419,1674.0034,22.230097,17.764517,430.81546,37.52742,64.23468,28.179289,110.10576,263.73462,422.60837,5.217355,43.72235,151.43134,366.59534,9.523399,90.04516,10.31828,1.5314639,59.012726,0.99224675,1.1126188,3.2046745,10.979393,30.17755,18.493437,22.290323,519.8201,50.73387,28.589863,37.221775,13.4479265,90.326614,10.61828,45.95269,10.304839,70.51539,20.127464,30.703451,41.091667,9.919354,44.71797,34.241932,1.191588,62.684948,10.292897,220.96962,7.2713575,288.4708,21.610622,1047.5461,128.7683,3.1120417,10.210208,151.51204,188.98923,931.7824,891.8061 +2023-01-08 01:00:00,0.0,2429.305,43.870293,8.585166,39.186897,30.094223,252.39696,28.910137,50.57416,18.666676,27.874025,238.05928,132.75249,14.916424,55.310375,1.508672,1.2676646,47.904373,35.244583,33.34625,596.07336,18.916962,717.9353,127.89107,22.925495,66.4682,363.75348,72.12107,874.9579,254.93811,2646.893,36.821327,2733.3337,365.9267,22.00504,20.415152,106.294785,232.53828,291.09,590.0792,40.77285,22.058933,10.524507,496.80875,253.40347,64.96878,7.0758276,562.12006,12.629967,595.0032,6.922684,29.573439,0.0,781.3873,1748.3956,0.25924125,81.39763,14.405654,10183.801,27.805449,1.089941,5.5879927,15.608632,8.863245,2.7430406,8.640445,249.91592,51.115665,4.623043,0.692426,3.381956,157.63069,0.94309676,140.6973,126.07406,1939.298,189.1809,91.5268,159.5177,778.11816,47.210495,37.656193,799.2753,53.43201,79.017296,10.105031,21.962582,197.68767,11.011376,10.075312,53.57994,17.285156,4053.998,18.014673,23.804771,15.799489,10.527352,278.76703,52.362732,27.259745,7.7814474,7.0639863,13.832407,55.33561,79.85312,35.904236,183.49821,18.418097,6.1388125,47.140144,25.102768,38.22186,115.720406,18.65719,1.6028663,25.764519,12.9017315,1666.2306,21.12855,0.7441004,31.800907,12.304671,123.95399,83.22791,101.629135,8.202252,91.11828,335.162,241.47255,27.85432,236.98439,75.644936,47.22846,69.42812,103.73325,14.9505825,43.10707,483.44955,4.3308463,8.070884,216.82216,23.455587,8.949367,30.29371,29.253859,313.79688,95.839195,163.85284,1523.5734,86.76985,1683.5703,1600.5256,11.791787,11.369993,1673.6431,22.22171,17.75503,430.74097,37.50958,64.207054,28.173494,110.043045,263.7157,422.52234,5.215613,43.70752,151.315,366.53775,9.518409,90.03739,10.314718,1.531185,59.010303,0.99229133,1.1127765,3.2051904,10.978397,30.167963,18.48935,22.295027,519.26843,50.717407,28.575941,37.21119,13.442089,90.36055,10.607774,46.062725,10.300404,70.49952,20.106335,30.668327,41.06111,9.917237,44.68424,34.209743,1.1913456,62.669903,10.291999,220.96173,7.2703185,288.40527,21.606236,1047.7512,128.74095,3.111698,10.208298,151.48561,188.95845,931.71173,891.9065 +2023-01-08 02:00:00,0.0,2428.7324,43.853836,8.579411,39.14039,30.077797,252.28651,28.904509,50.560314,18.664242,27.869513,238.06667,132.74731,14.9128475,55.302902,1.5153893,1.2724954,47.885204,35.358368,33.396393,595.8329,18.952211,717.46204,127.90786,22.975332,66.5773,363.50476,72.135445,875.1989,254.94464,2646.0276,36.851093,2732.725,366.4367,22.032177,20.431786,106.45244,232.5355,291.12228,590.68805,40.771507,22.047867,10.523582,496.75964,253.64636,65.04926,7.074633,562.18427,12.6321745,594.99817,6.928748,29.576536,0.0,781.6162,1748.4076,0.25928265,81.34625,14.406279,10185.601,27.817907,1.0905993,5.5867386,15.608884,8.873644,2.7472503,8.640797,250.00078,51.093338,4.6219907,0.69273144,3.3861291,157.86803,0.9425146,140.7145,126.00941,1940.5873,189.06609,91.55652,159.57303,778.17395,47.262695,37.690495,800.00275,53.422974,79.02529,10.104545,21.97751,197.73447,11.013951,10.074283,53.591965,17.291132,4054.2703,18.014517,23.827286,15.800302,10.53291,278.82974,52.376373,27.277554,7.784167,7.067319,13.828857,55.333008,79.88545,35.932663,183.5191,18.419033,6.148952,47.15609,25.097311,38.20128,115.72893,18.643091,1.6025873,25.786964,12.899217,1665.4381,21.132772,0.74363863,31.853426,12.310011,123.97772,83.204216,101.614235,8.204886,91.142204,335.1773,241.4533,27.864283,236.9541,75.600624,47.22562,69.42728,103.8045,14.963255,43.126472,483.41934,4.3388267,8.085326,216.92519,23.451267,8.951108,30.328556,29.280249,314.15518,95.91428,163.86078,1524.2555,86.687805,1683.431,1600.2904,11.787124,11.362567,1673.2826,22.213324,17.745543,430.66644,37.491734,64.179436,28.167702,109.98032,263.69675,422.4363,5.2138705,43.692684,151.19867,366.4802,9.513417,90.029625,10.311156,1.5309061,59.00788,0.9923359,1.1129341,3.2057064,10.977401,30.158377,18.485262,22.29973,518.71674,50.70094,28.56202,37.200603,13.436253,90.394485,10.597268,46.17276,10.295968,70.48366,20.085207,30.633202,41.030556,9.915121,44.6505,34.17755,1.1911031,62.654858,10.2911005,220.95386,7.2692795,288.33975,21.60185,1047.9563,128.71361,3.1113544,10.2063875,151.45918,188.92769,931.6411,892.0069 +2023-01-08 03:00:00,0.0,2428.16,43.83738,8.573654,39.09388,30.061373,252.17609,28.89888,50.546467,18.661808,27.865002,238.07405,132.74214,14.90927,55.295425,1.5221068,1.2773263,47.86603,35.472157,33.446537,595.59247,18.98746,716.9887,127.924644,23.02517,66.6864,363.256,72.14981,875.43994,254.95117,2645.1624,36.88086,2732.1165,366.94675,22.059315,20.448421,106.6101,232.53271,291.15457,591.2969,40.77016,22.0368,10.522657,496.71057,253.88925,65.12974,7.073439,562.2484,12.634382,594.99316,6.9348125,29.579634,0.0,781.845,1748.4194,0.259324,81.294876,14.406904,10187.399,27.830366,1.0912576,5.585484,15.609137,8.884043,2.7514598,8.641149,250.08563,51.071014,4.6209383,0.69303685,3.390302,158.10535,0.94193244,140.73169,125.944756,1941.8767,188.95128,91.586235,159.62836,778.2297,47.314896,37.724796,800.73016,53.413937,79.03329,10.104058,21.992437,197.78127,11.016526,10.073253,53.603985,17.297106,4054.5422,18.014359,23.849798,15.801114,10.538468,278.89246,52.390015,27.295362,7.7868867,7.070651,13.825308,55.330402,79.917786,35.96109,183.54,18.419968,6.159092,47.172035,25.091854,38.1807,115.73744,18.628992,1.6023084,25.809408,12.896702,1664.6456,21.136997,0.7431768,31.905947,12.31535,124.00146,83.18051,101.59934,8.2075205,91.16613,335.19263,241.43402,27.874245,236.92381,75.55631,47.22278,69.42642,103.87574,14.975927,43.145878,483.38916,4.3468075,8.09977,217.02821,23.446947,8.952849,30.3634,29.30664,314.51346,95.989365,163.86873,1524.9375,86.60575,1683.2917,1600.055,11.782459,11.355141,1672.9222,22.204939,17.736055,430.59195,37.473892,64.15182,28.161907,109.9176,263.67783,422.35028,5.2121286,43.677853,151.08234,366.4226,9.508426,90.02186,10.307594,1.5306273,59.005455,0.9923805,1.1130918,3.2062225,10.976405,30.14879,18.481176,22.304436,518.1651,50.684475,28.5481,37.19002,13.430415,90.42843,10.586761,46.282795,10.2915325,70.46779,20.064077,30.598078,41.0,9.913004,44.616764,34.145363,1.1908607,62.639816,10.290202,220.94597,7.26824,288.2742,21.597464,1048.1614,128.68625,3.1110106,10.204478,151.43275,188.89691,931.5705,892.10736 +2023-01-08 04:00:00,0.0,2427.5874,43.820923,8.567899,39.047367,30.044949,252.06566,28.893251,50.532623,18.659372,27.86049,238.08145,132.73698,14.905694,55.287952,1.5288241,1.2821573,47.846863,35.58594,33.49668,595.352,19.022709,716.51544,127.94143,23.075006,66.7955,363.0073,72.164185,875.681,254.95772,2644.297,36.910625,2731.508,367.45676,22.086452,20.465055,106.76776,232.52992,291.18686,591.9057,40.768818,22.025734,10.521732,496.6615,254.13214,65.21021,7.0722446,562.3126,12.636591,594.9881,6.9408765,29.58273,0.0,782.0738,1748.4314,0.25936538,81.24349,14.407529,10189.199,27.842825,1.0919158,5.5842295,15.609389,8.894442,2.7556694,8.6415,250.17047,51.048687,4.619886,0.6933422,3.394475,158.34268,0.9413503,140.74889,125.88011,1943.166,188.83647,91.61595,159.6837,778.28546,47.367096,37.759094,801.45764,53.404903,79.04128,10.103573,22.007364,197.82808,11.019102,10.072224,53.61601,17.303082,4054.8145,18.014202,23.872313,15.801926,10.544027,278.9552,52.403656,27.313171,7.789606,7.0739837,13.821757,55.327797,79.95012,35.989517,183.56088,18.420904,6.1692314,47.18798,25.086397,38.16012,115.74596,18.614891,1.6020296,25.831852,12.894187,1663.8531,21.14122,0.74271506,31.958467,12.320688,124.0252,83.156815,101.58445,8.2101555,91.19005,335.20798,241.41476,27.884205,236.89352,75.51201,47.21994,69.425575,103.94699,14.9886,43.16528,483.35895,4.354788,8.114213,217.13126,23.442627,8.954592,30.398245,29.33303,314.87177,96.06445,163.87666,1525.6195,86.523705,1683.1523,1599.8198,11.777796,11.347715,1672.5618,22.196552,17.726568,430.51746,37.45605,64.12419,28.156115,109.85488,263.65887,422.26425,5.2103868,43.663017,150.966,366.36505,9.503435,90.01409,10.304032,1.5303484,59.003033,0.9924251,1.1132495,3.2067385,10.9754095,30.139204,18.477089,22.30914,517.6134,50.66801,28.534178,37.179436,13.424578,90.462364,10.576255,46.392834,10.287097,70.45193,20.042948,30.562954,40.969444,9.910887,44.583027,34.11317,1.1906183,62.62477,10.289304,220.9381,7.267201,288.20868,21.593077,1048.3665,128.6589,3.110667,10.202568,151.40633,188.86613,931.4998,892.20776 +2023-01-08 05:00:00,0.0,2427.015,43.80447,8.562143,39.00086,30.028524,251.95522,28.887625,50.518776,18.656939,27.85598,238.08884,132.73181,14.902118,55.28048,1.5355414,1.2869881,47.82769,35.699726,33.54683,595.1116,19.057957,716.0421,127.95821,23.124846,66.9046,362.75854,72.17856,875.92206,254.96425,2643.432,36.94039,2730.8994,367.9668,22.11359,20.48169,106.92542,232.52713,291.21915,592.51447,40.76747,22.014668,10.520807,496.6124,254.37502,65.290695,7.07105,562.37683,12.638799,594.9831,6.946941,29.585827,0.0,782.3026,1748.4432,0.25940678,81.192116,14.408154,10190.999,27.855282,1.0925742,5.582975,15.609642,8.90484,2.7598789,8.641852,250.25533,51.02636,4.6188335,0.6936476,3.3986478,158.58,0.94076806,140.76608,125.81546,1944.4553,188.72166,91.64567,159.73903,778.3412,47.419292,37.793396,802.18506,53.395866,79.04928,10.103086,22.022293,197.87488,11.021677,10.071195,53.62803,17.309055,4055.0867,18.014044,23.894825,15.802738,10.549585,279.0179,52.417297,27.33098,7.7923255,7.077316,13.818208,55.32519,79.98245,36.017944,183.58177,18.421839,6.1793714,47.20393,25.08094,38.139538,115.75447,18.600792,1.6017506,25.854298,12.891672,1663.0607,21.145443,0.74225324,32.010986,12.326027,124.048935,83.13311,101.56956,8.21279,91.213974,335.2233,241.3955,27.894167,236.86324,75.4677,47.2171,69.42473,104.018234,15.001272,43.184685,483.32877,4.362768,8.128655,217.23428,23.438307,8.956333,30.43309,29.35942,315.23007,96.139534,163.88461,1526.3015,86.44165,1683.0131,1599.5845,11.773131,11.340289,1672.2013,22.188166,17.717081,430.44293,37.438206,64.09657,28.15032,109.79216,263.63995,422.17822,5.208645,43.648186,150.84967,366.30746,9.498444,90.006325,10.30047,1.5300695,59.00061,0.99246967,1.1134071,3.2072544,10.974414,30.129618,18.473001,22.313845,517.0617,50.651546,28.520258,37.16885,13.41874,90.49631,10.565749,46.50287,10.282661,70.43606,20.021818,30.52783,40.93889,9.90877,44.54929,34.08098,1.1903758,62.60973,10.288405,220.9302,7.266162,288.14316,21.58869,1048.5715,128.63156,3.1103234,10.200658,151.37988,188.83536,931.4292,892.30817 +2023-01-08 06:00:00,0.0,2426.4424,43.788013,8.556388,38.95435,30.012098,251.84479,28.881996,50.50493,18.654505,27.851467,238.09622,132.72664,14.898541,55.273006,1.5422589,1.2918191,47.80852,35.813515,33.596973,594.8711,19.093206,715.56885,127.975,23.174683,67.0137,362.50983,72.192924,876.1631,254.9708,2642.5667,36.970158,2730.2908,368.47684,22.140728,20.498325,107.083084,232.52434,291.25143,593.1233,40.76613,22.003601,10.519882,496.56332,254.6179,65.37117,7.0698557,562.44104,12.641006,594.978,6.953005,29.588924,0.0,782.53143,1748.4552,0.25944814,81.14074,14.408778,10192.798,27.86774,1.0932325,5.5817204,15.609895,8.915239,2.7640884,8.642204,250.34016,51.004032,4.617781,0.69395304,3.4028208,158.81734,0.9401859,140.78326,125.75081,1945.7446,188.60686,91.675385,159.79436,778.3969,47.471493,37.827694,802.9125,53.38683,79.057274,10.102601,22.03722,197.92168,11.024252,10.070166,53.640053,17.315031,4055.359,18.013887,23.91734,15.803551,10.555143,279.08063,52.43094,27.348791,7.795045,7.0806484,13.814657,55.32259,80.014786,36.04637,183.60266,18.422773,6.189511,47.219875,25.075483,38.118958,115.762985,18.586693,1.6014718,25.876741,12.889157,1662.2682,21.149666,0.7417915,32.063507,12.331366,124.07268,83.10941,101.554665,8.215424,91.2379,335.23862,241.37624,27.904127,236.83295,75.423386,47.21426,69.423874,104.089485,15.013945,43.204086,483.29855,4.370749,8.143099,217.33731,23.433987,8.958076,30.467936,29.385813,315.58838,96.214615,163.89255,1526.9835,86.359604,1682.8738,1599.3491,11.768468,11.332863,1671.841,22.17978,17.707594,430.36844,37.420364,64.068954,28.144526,109.72944,263.621,422.0922,5.206903,43.633354,150.73334,366.2499,9.493452,89.99856,10.296908,1.5297906,58.998188,0.99251425,1.1135648,3.2077703,10.973418,30.120033,18.468914,22.318548,516.51,50.635082,28.506336,37.158268,13.412904,90.53024,10.555243,46.612904,10.278226,70.4202,20.00069,30.492704,40.908333,9.906652,44.515553,34.04879,1.1901333,62.594685,10.287507,220.92233,7.2651224,288.0776,21.584303,1048.7766,128.60422,3.1099796,10.198748,151.35345,188.80458,931.3585,892.40857 +2023-01-08 07:00:00,0.0,2425.8699,43.771557,8.550632,38.90784,29.995674,251.73436,28.876368,50.49108,18.65207,27.846956,238.10362,132.72148,14.894965,55.265533,1.5489762,1.29665,47.789352,35.9273,33.647118,594.6307,19.128454,715.0955,127.99178,23.22452,67.1228,362.26108,72.2073,876.4041,254.97733,2641.7014,36.999924,2729.6821,368.98685,22.167866,20.51496,107.24074,232.52155,291.28372,593.7321,40.764786,21.992535,10.518958,496.51425,254.8608,65.45165,7.0686617,562.5052,12.643214,594.973,6.9590693,29.592022,0.0,782.76025,1748.467,0.2594895,81.089355,14.409403,10194.598,27.8802,1.0938908,5.580466,15.610147,8.925638,2.768298,8.642556,250.42502,50.981705,4.6167283,0.6942584,3.4069936,159.05466,0.93960375,140.80046,125.68616,1947.034,188.49205,91.70509,159.84969,778.4527,47.523693,37.861996,803.6399,53.377796,79.06527,10.102115,22.052147,197.96849,11.026827,10.069136,53.652077,17.321007,4055.631,18.01373,23.939852,15.804363,10.560701,279.14337,52.44458,27.3666,7.7977643,7.0839806,13.811108,55.319984,80.04711,36.0748,183.62355,18.42371,6.199651,47.23582,25.070026,38.098377,115.7715,18.572594,1.6011928,25.899185,12.886642,1661.4757,21.153889,0.74132967,32.116028,12.336704,124.09641,83.08571,101.53977,8.218059,91.261826,335.25397,241.35696,27.91409,236.80267,75.379074,47.21142,69.42303,104.16073,15.026617,43.22349,483.26837,4.3787293,8.157542,217.44035,23.429667,8.959817,30.50278,29.412203,315.9467,96.2897,163.9005,1527.6655,86.27755,1682.7344,1599.1139,11.7638035,11.325437,1671.4805,22.171392,17.698107,430.2939,37.402523,64.04133,28.138733,109.66672,263.60208,422.00616,5.205161,43.61852,150.617,366.19232,9.4884615,89.99079,10.293347,1.5295118,58.995766,0.99255884,1.1137224,3.2082865,10.972423,30.110447,18.464827,22.323254,515.9584,50.618614,28.492416,37.147682,13.407066,90.56418,10.544736,46.72294,10.27379,70.40433,19.97956,30.45758,40.877777,9.904536,44.48182,34.016598,1.1898909,62.57964,10.286609,220.91444,7.2640834,288.0121,21.579916,1048.9817,128.57686,3.109636,10.196837,151.32703,188.7738,931.2879,892.509 +2023-01-08 08:00:00,0.0,2425.2974,43.7551,8.544877,38.86133,29.97925,251.62392,28.87074,50.477238,18.649635,27.842445,238.11101,132.71631,14.891389,55.25806,1.5556935,1.3014809,47.77018,36.04109,33.69726,594.3902,19.163704,714.62225,128.00858,23.274357,67.2319,362.01236,72.22167,876.64514,254.98387,2640.8362,37.029694,2729.0737,369.4969,22.195004,20.531595,107.3984,232.51875,291.316,594.34094,40.76344,21.981468,10.518033,496.46518,255.10368,65.53213,7.067467,562.5694,12.645422,594.96796,6.965133,29.59512,0.0,782.989,1748.479,0.2595309,81.03798,14.4100275,10196.397,27.892656,1.0945491,5.5792117,15.6104,8.936037,2.7725074,8.642909,250.50986,50.95938,4.615676,0.6945638,3.4111667,159.29199,0.9390216,140.81766,125.621506,1948.3234,188.37724,91.73481,159.90501,778.5084,47.575893,37.896297,804.3674,53.36876,79.073265,10.101628,22.067074,198.01529,11.029402,10.068107,53.664097,17.32698,4055.9033,18.013573,23.962366,15.805176,10.56626,279.2061,52.45822,27.384409,7.8004837,7.0873127,13.807558,55.31738,80.079445,36.103226,183.64444,18.424644,6.20979,47.251766,25.06457,38.077797,115.780014,18.558495,1.600914,25.921629,12.884128,1660.6832,21.158112,0.7408679,32.16855,12.342043,124.120155,83.06201,101.52488,8.220693,91.28575,335.2693,241.3377,27.92405,236.77238,75.33476,47.20858,69.42218,104.23198,15.039289,43.242893,483.23816,4.3867097,8.171986,217.54338,23.425346,8.961559,30.537626,29.438593,316.305,96.364784,163.90843,1528.3475,86.1955,1682.5951,1598.8785,11.75914,11.31801,1671.1201,22.163008,17.68862,430.21942,37.384678,64.01371,28.132938,109.604,263.58313,421.92014,5.203419,43.603687,150.50069,366.13477,9.48347,89.983025,10.289785,1.529233,58.99334,0.9926034,1.1138802,3.2088025,10.971427,30.10086,18.46074,22.327957,515.4067,50.60215,28.478495,37.137096,13.401229,90.59812,10.53423,46.832977,10.269355,70.388466,19.958431,30.422457,40.84722,9.902419,44.448082,33.984406,1.1896485,62.564598,10.28571,220.90657,7.2630444,287.94656,21.57553,1049.1866,128.54951,3.1092923,10.194927,151.3006,188.74303,931.2173,892.60944 +2023-01-08 09:00:00,0.0,2424.725,43.738644,8.539121,38.81482,29.962824,251.51349,28.865112,50.46339,18.6472,27.837934,238.1184,132.71114,14.887813,55.250587,1.562411,1.3063118,47.75101,36.154873,33.74741,594.1498,19.198952,714.1489,128.02536,23.324194,67.341,361.7636,72.23604,876.8862,254.9904,2639.971,37.05946,2728.465,370.0069,22.222141,20.54823,107.55606,232.51596,291.3483,594.94977,40.762096,21.970402,10.517108,496.41608,255.34657,65.6126,7.0662727,562.6336,12.64763,594.96295,6.9711976,29.598217,0.0,783.2179,1748.4908,0.25957227,80.9866,14.410652,10198.196,27.905115,1.0952073,5.577957,15.610652,8.946436,2.776717,8.643261,250.59471,50.937054,4.6146235,0.6948692,3.4153395,159.52933,0.9384394,140.83485,125.556854,1949.6127,188.26244,91.76453,159.96036,778.56415,47.62809,37.930595,805.0948,53.359722,79.08126,10.101143,22.082,198.06209,11.031977,10.067078,53.67612,17.332956,4056.1753,18.013414,23.984879,15.805988,10.571818,279.2688,52.471863,27.402218,7.803203,7.0906453,13.804008,55.314777,80.11178,36.131653,183.66533,18.425581,6.21993,47.26771,25.059113,38.057217,115.78853,18.544394,1.600635,25.944075,12.881613,1659.8907,21.162336,0.7404061,32.22107,12.347383,124.14389,83.03831,101.50999,8.223328,91.30968,335.2846,241.31844,27.934011,236.7421,75.29046,47.205738,69.421326,104.30322,15.051962,43.2623,483.20798,4.39469,8.186428,217.64641,23.421026,8.963301,30.572472,29.464985,316.6633,96.43987,163.91638,1529.0295,86.11345,1682.4558,1598.6433,11.754476,11.310585,1670.7596,22.154621,17.679132,430.14493,37.366837,63.986088,28.127146,109.541275,263.5642,421.8341,5.2016773,43.588856,150.38435,366.07718,9.478478,89.97526,10.286223,1.528954,58.990917,0.992648,1.1140379,3.2093184,10.970431,30.091274,18.456652,22.33266,514.855,50.585686,28.464575,37.12651,13.395391,90.63206,10.523724,46.943012,10.264919,70.3726,19.937304,30.387333,40.816666,9.900302,44.414345,33.952217,1.189406,62.549553,10.284812,220.89868,7.262005,287.881,21.571142,1049.3917,128.52217,3.1089487,10.193017,151.27417,188.71227,931.1466,892.70984 +2023-01-08 10:00:00,0.0,2424.1526,43.722187,8.533365,38.76831,29.9464,251.40306,28.859484,50.449543,18.644766,27.833422,238.1258,132.70598,14.884236,55.243114,1.5691283,1.3111427,47.73184,36.26866,33.797554,593.9093,19.2342,713.6756,128.04214,23.374033,67.4501,361.5149,72.25041,877.12726,254.99693,2639.1057,37.089226,2727.8564,370.51694,22.249279,20.564865,107.713715,232.51317,291.38058,595.55853,40.760754,21.959335,10.516183,496.367,255.58946,65.693085,7.0650783,562.6978,12.6498375,594.95795,6.9772615,29.601313,0.0,783.44666,1748.5028,0.25961363,80.93522,14.411277,10199.996,27.917574,1.0958656,5.5767026,15.610905,8.956835,2.7809265,8.643613,250.67957,50.914726,4.613571,0.6951746,3.4195125,159.76665,0.9378573,140.85204,125.4922,1950.902,188.14761,91.79424,160.01569,778.61993,47.68029,37.964897,805.8222,53.35069,79.08926,10.1006565,22.096928,198.1089,11.034552,10.066048,53.688145,17.33893,4056.4475,18.013258,24.007393,15.8068,10.577376,279.33154,52.485504,27.420027,7.805923,7.0939775,13.800458,55.312172,80.14411,36.16008,183.68622,18.426516,6.2300696,47.283657,25.053656,38.036636,115.79704,18.530294,1.6003562,25.966518,12.879098,1659.0983,21.16656,0.7399443,32.273586,12.352721,124.16763,83.01461,101.495094,8.225962,91.3336,335.29996,241.29918,27.943974,236.7118,75.24615,47.2029,69.42048,104.374466,15.064634,43.2817,483.17776,4.402671,8.200871,217.74945,23.416706,8.965042,30.607317,29.491375,317.02158,96.51495,163.92432,1529.7117,86.0314,1682.3164,1598.408,11.749812,11.303159,1670.3992,22.146235,17.669647,430.0704,37.34899,63.95847,28.121351,109.47855,263.54526,421.74808,5.1999354,43.57402,150.26802,366.01962,9.473488,89.96749,10.282661,1.5286752,58.988495,0.9926926,1.1141955,3.2098346,10.969436,30.081688,18.452564,22.337366,514.3033,50.56922,28.450653,37.11593,13.389555,90.66599,10.513218,47.053047,10.260484,70.356735,19.916174,30.352207,40.78611,9.898185,44.380608,33.920025,1.1891636,62.534508,10.283914,220.8908,7.260966,287.8155,21.566755,1049.5968,128.49483,3.1086051,10.191107,151.24774,188.68149,931.076,892.81024 +2023-01-08 11:00:00,0.0,2423.58,43.705734,8.52761,38.7218,29.929976,251.29262,28.853857,50.435696,18.642332,27.82891,238.13318,132.7008,14.88066,55.23564,1.5758456,1.3159736,47.71267,36.382446,33.8477,593.6689,19.26945,713.20233,128.05893,23.42387,67.559204,361.26614,72.264786,877.3683,255.00348,2638.2405,37.11899,2727.248,371.02695,22.276417,20.5815,107.87138,232.51038,291.41287,596.16736,40.759407,21.948269,10.515258,496.31793,255.83235,65.77356,7.0638843,562.76196,12.652045,594.9529,6.983326,29.60441,0.0,783.6755,1748.5148,0.25965503,80.88384,14.411902,10201.796,27.930033,1.0965239,5.575448,15.611157,8.967234,2.785136,8.643965,250.7644,50.8924,4.612519,0.69548,3.4236853,160.00398,0.9372751,140.86923,125.42755,1952.1914,188.0328,91.82396,160.07101,778.67566,47.73249,37.9992,806.5496,53.341652,79.09725,10.100171,22.111855,198.1557,11.037127,10.065019,53.700165,17.344906,4056.7197,18.0131,24.029905,15.807612,10.582935,279.39426,52.499146,27.437836,7.8086424,7.09731,13.796907,55.309566,80.176445,36.188507,183.7071,18.427452,6.2402096,47.299603,25.048199,38.016052,115.80556,18.516195,1.6000773,25.988962,12.876583,1658.3058,21.170782,0.7394825,32.326107,12.35806,124.19137,82.990906,101.4802,8.228596,91.35752,335.31528,241.2799,27.953934,236.68152,75.201836,47.200058,69.419624,104.44572,15.077307,43.301105,483.14755,4.410651,8.215315,217.85248,23.412386,8.9667845,30.64216,29.517765,317.37988,96.590034,163.93227,1530.3936,85.94935,1682.1771,1598.1726,11.745148,11.2957325,1670.0388,22.137848,17.66016,429.9959,37.33115,63.930847,28.115559,109.41583,263.52634,421.66205,5.198193,43.55919,150.15169,365.96204,9.468496,89.959724,10.279099,1.5283964,58.986073,0.9927372,1.1143532,3.2103505,10.96844,30.072102,18.448477,22.34207,513.75165,50.552757,28.436731,37.105343,13.383718,90.699936,10.502711,47.163082,10.256048,70.340866,19.895044,30.317083,40.755554,9.896069,44.34687,33.887833,1.1889211,62.519466,10.283015,220.88292,7.259927,287.74994,21.562368,1049.8019,128.46748,3.1082613,10.189197,151.22131,188.65071,931.0053,892.91064 +2023-01-08 12:00:00,0.0,2423.0076,43.689278,8.521854,38.67529,29.913551,251.18219,28.848228,50.421852,18.639896,27.8244,238.14056,132.69563,14.877083,55.22817,1.582563,1.3208046,47.693497,36.496235,33.897842,593.4284,19.304697,712.729,128.07571,23.473707,67.668304,361.01743,72.27915,877.6093,255.01001,2637.3752,37.148758,2726.6394,371.537,22.303555,20.598135,108.029045,232.50758,291.44516,596.7762,40.758064,21.937202,10.514334,496.26886,256.07526,65.854034,7.06269,562.8262,12.654253,594.9479,6.98939,29.607508,0.0,783.9043,1748.5266,0.2596964,80.832466,14.412527,10203.595,27.94249,1.0971823,5.5741935,15.61141,8.9776325,2.7893455,8.644317,250.84926,50.87007,4.6114664,0.6957854,3.4278584,160.2413,0.93669295,140.88643,125.3629,1953.4807,187.918,91.85367,160.12634,778.73145,47.784687,38.033497,807.27704,53.332615,79.10525,10.099685,22.126783,198.2025,11.039701,10.06399,53.71219,17.350882,4056.992,18.012943,24.05242,15.808425,10.588493,279.45697,52.512787,27.455645,7.811362,7.100642,13.793358,55.30696,80.20878,36.216934,183.728,18.428387,6.250349,47.315548,25.042742,37.995472,115.81408,18.502096,1.5997983,26.011408,12.874068,1657.5133,21.175005,0.7390207,32.378628,12.363399,124.21511,82.96721,101.46531,8.231231,91.38145,335.3306,241.26065,27.963896,236.65123,75.157524,47.19722,69.41878,104.51696,15.089979,43.320507,483.11737,4.4186316,8.229757,217.9555,23.408066,8.968526,30.677006,29.544157,317.7382,96.66512,163.9402,1531.0756,85.8673,1682.0378,1597.9374,11.740483,11.288306,1669.6783,22.129461,17.650673,429.92142,37.31331,63.903225,28.109764,109.35311,263.50742,421.57602,5.196451,43.544353,150.03535,365.90448,9.463505,89.95196,10.2755375,1.5281175,58.98365,0.99278176,1.1145108,3.2108665,10.967444,30.062517,18.44439,22.346775,513.19995,50.53629,28.422812,37.094757,13.37788,90.73387,10.492205,47.27312,10.251613,70.325005,19.873917,30.28196,40.725,9.893951,44.313133,33.855644,1.1886787,62.50442,10.282117,220.87503,7.2588873,287.68442,21.557981,1050.007,128.44012,3.1079178,10.187286,151.19489,188.61993,930.9347,893.01105 +2023-01-08 13:00:00,0.0,2422.435,43.67282,8.516099,38.62878,29.897125,251.07175,28.8426,50.408005,18.637463,27.81989,238.14796,132.69048,14.873507,55.220695,1.5892804,1.3256354,47.674328,36.61002,33.947987,593.188,19.339947,712.25574,128.0925,23.523544,67.777405,360.76868,72.293526,877.85034,255.01656,2636.51,37.178524,2726.0308,372.047,22.330692,20.614769,108.18671,232.50479,291.47745,597.385,40.75672,21.926136,10.513409,496.21976,256.31815,65.93452,7.0614953,562.8904,12.656461,594.9428,6.9954543,29.610605,0.0,784.1331,1748.5386,0.25973776,80.78108,14.413152,10205.395,27.954948,1.0978405,5.572939,15.611663,8.988031,2.793555,8.644669,250.9341,50.847744,4.6104136,0.69609076,3.4320312,160.47864,0.9361108,140.90363,125.298256,1954.77,187.80319,91.88339,160.18167,778.7872,47.836887,38.0678,808.0045,53.32358,79.11324,10.099198,22.14171,198.24931,11.042277,10.06296,53.724213,17.356855,4057.2642,18.012785,24.074932,15.8092375,10.594051,279.5197,52.52643,27.473454,7.814081,7.103975,13.789808,55.30436,80.24111,36.24536,183.74889,18.429323,6.260489,47.331493,25.037285,37.97489,115.82259,18.487997,1.5995195,26.033852,12.871553,1656.7208,21.179228,0.73855895,32.43115,12.368737,124.238846,82.943504,101.45042,8.233865,91.40537,335.34595,241.24138,27.973856,236.62094,75.11321,47.194378,69.41793,104.58821,15.102652,43.339912,483.08716,4.4266124,8.244201,218.05855,23.403746,8.970268,30.711851,29.570547,318.0965,96.740204,163.94815,1531.7576,85.78525,1681.8986,1597.702,11.73582,11.28088,1669.318,22.121075,17.641186,429.8469,37.295464,63.875607,28.10397,109.29039,263.48846,421.49,5.1947093,43.529522,149.91902,365.8469,9.458514,89.94419,10.2719755,1.5278386,58.981224,0.99282634,1.1146685,3.2113826,10.966449,30.05293,18.440302,22.351479,512.64825,50.519825,28.40889,37.084175,13.372044,90.76781,10.481699,47.383156,10.247177,70.309135,19.852787,30.246836,40.694443,9.891834,44.2794,33.823452,1.1884363,62.48938,10.281219,220.86716,7.2578483,287.6189,21.553596,1050.212,128.41278,3.107574,10.185376,151.16846,188.58916,930.8641,893.1115 +2023-01-08 14:00:00,0.0,2421.8625,43.656364,8.510344,38.58227,29.880701,250.96132,28.836973,50.394157,18.635029,27.815376,238.15535,132.6853,14.86993,55.213223,1.5959977,1.3304664,47.65516,36.72381,33.998135,592.9475,19.375195,711.7824,128.10928,23.573381,67.886505,360.51996,72.3079,878.0914,255.02309,2635.6448,37.20829,2725.4224,372.55704,22.35783,20.631405,108.34436,232.502,291.50974,597.99384,40.755375,21.91507,10.512484,496.1707,256.561,66.01499,7.060301,562.9546,12.6586685,594.9378,7.0015182,29.613703,0.0,784.36194,1748.5504,0.25977913,80.729706,14.413776,10207.194,27.967407,1.0984988,5.571685,15.611916,8.99843,2.7977645,8.6450205,251.01895,50.82542,4.609361,0.6963962,3.4362042,160.71596,0.93552864,140.9208,125.233604,1956.0593,187.68839,91.91311,160.23701,778.8429,47.889088,38.1021,808.73193,53.314545,79.12124,10.098713,22.15664,198.29611,11.044852,10.061931,53.736233,17.362831,4057.5364,18.012629,24.097446,15.81005,10.59961,279.58243,52.54007,27.491264,7.8168006,7.107307,13.786258,55.301754,80.273445,36.273792,183.76978,18.430258,6.2706285,47.34744,25.031828,37.95431,115.83111,18.473898,1.5992405,26.056295,12.869039,1655.9283,21.183453,0.73809713,32.48367,12.374076,124.26259,82.91981,101.435524,8.236499,91.4293,335.36127,241.22212,27.983818,236.59065,75.06891,47.19154,69.417076,104.659454,15.115324,43.359314,483.05698,4.4345927,8.258644,218.16158,23.399426,8.97201,30.746696,29.596937,318.4548,96.81529,163.95609,1532.4397,85.7032,1681.7592,1597.4668,11.731155,11.273455,1668.9575,22.11269,17.631699,429.7724,37.277622,63.847984,28.098177,109.22767,263.46954,421.40396,5.1929674,43.51469,149.80269,365.78934,9.453523,89.936424,10.2684145,1.5275598,58.9788,0.9928709,1.1148262,3.2118986,10.965453,30.043344,18.436214,22.356182,512.09656,50.50336,28.39497,37.07359,13.366206,90.80175,10.471192,47.49319,10.242743,70.293274,19.831657,30.21171,40.663887,9.889717,44.245663,33.79126,1.1881938,62.474335,10.28032,220.85927,7.256809,287.55334,21.54921,1050.4171,128.38544,3.1072304,10.183466,151.14203,188.55838,930.7934,893.2119 +2023-01-08 15:00:00,0.0,2421.29,43.639908,8.504588,38.53576,29.864277,250.85089,28.831345,50.38031,18.632593,27.810865,238.16273,132.68013,14.866354,55.20575,1.6027151,1.3352973,47.635986,36.837593,34.04828,592.7071,19.410444,711.30914,128.12607,23.623219,67.995605,360.2712,72.322266,878.33246,255.02962,2634.7795,37.23806,2724.8137,373.06708,22.384968,20.648039,108.50202,232.49922,291.54202,598.6026,40.754032,21.904003,10.511559,496.1216,256.8039,66.09547,7.059107,563.01874,12.660876,594.9328,7.0075827,29.616798,0.0,784.5907,1748.5624,0.25982052,80.67833,14.414401,10208.993,27.979866,1.0991571,5.5704303,15.612168,9.008829,2.801974,8.645372,251.1038,50.803093,4.608309,0.6967016,3.440377,160.9533,0.9349465,140.938,125.16895,1957.3488,187.57358,91.942825,160.29234,778.8987,47.941288,38.1364,809.45935,53.305508,79.129234,10.098227,22.171566,198.34291,11.047427,10.060902,53.748257,17.368805,4057.8083,18.01247,24.119959,15.810863,10.605168,279.64514,52.55371,27.509073,7.81952,7.1106396,13.782708,55.29915,80.30578,36.30222,183.79066,18.431194,6.2807684,47.363384,25.026371,37.93373,115.83962,18.459797,1.5989617,26.07874,12.866524,1655.1359,21.187675,0.7376354,32.53619,12.379415,124.28632,82.8961,101.42063,8.239134,91.453224,335.3766,241.20285,27.99378,236.56038,75.0246,47.188698,69.41623,104.7307,15.127996,43.37872,483.02676,4.442573,8.273087,218.2646,23.395103,8.973751,30.781542,29.62333,318.8131,96.89037,163.96404,1533.1216,85.62115,1681.6199,1597.2314,11.726492,11.266028,1668.5972,22.104303,17.622211,429.6979,37.25978,63.820362,28.092382,109.16495,263.4506,421.31793,5.1912255,43.499855,149.68636,365.73175,9.448531,89.92866,10.264853,1.5272809,58.97638,0.9929155,1.1149838,3.2124145,10.9644575,30.033758,18.432127,22.360888,511.5449,50.486897,28.381048,37.063004,13.360369,90.835686,10.460686,47.603226,10.238307,70.277405,19.810528,30.176586,40.63333,9.887601,44.211926,33.75907,1.1879513,62.45929,10.279423,220.8514,7.2557697,287.48782,21.544823,1050.6222,128.3581,3.1068869,10.181557,151.1156,188.5276,930.7228,893.3123 +2023-01-08 16:00:00,0.0,2420.7175,43.62345,8.498832,38.48925,29.84785,250.74045,28.825716,50.366467,18.63016,27.806355,238.17014,132.67497,14.862778,55.198277,1.6094325,1.3401282,47.616817,36.95138,34.098423,592.4666,19.445692,710.8358,128.14285,23.673058,68.104706,360.0225,72.33664,878.5735,255.03616,2633.9143,37.267826,2724.205,373.5771,22.412106,20.664675,108.65968,232.49643,291.5743,599.2114,40.75269,21.892937,10.510633,496.07254,257.04678,66.17595,7.0579123,563.08295,12.663085,594.92773,7.0136466,29.619896,0.0,784.8196,1748.5742,0.2598619,80.62695,14.415026,10210.793,27.992323,1.0998154,5.5691757,15.612421,9.019228,2.8061836,8.645725,251.18864,50.780766,4.6072564,0.69700694,3.44455,161.19061,0.93436426,140.9552,125.1043,1958.6381,187.45877,91.97254,160.34767,778.9544,47.993484,38.1707,810.18677,53.296474,79.13723,10.09774,22.186493,198.38972,11.050002,10.059873,53.760277,17.37478,4058.0806,18.012314,24.142473,15.811674,10.610726,279.7079,52.567352,27.526882,7.8222394,7.1139717,13.779158,55.296543,80.33811,36.330647,183.81155,18.432129,6.290908,47.37933,25.020914,37.91315,115.84814,18.445698,1.5986828,26.101185,12.864009,1654.3434,21.191898,0.73717356,32.58871,12.384753,124.31007,82.872406,101.40574,8.241768,91.47715,335.39194,241.1836,28.00374,236.53009,74.980286,47.18586,69.41538,104.80195,15.140669,43.39812,482.99658,4.450554,8.28753,218.36765,23.390783,8.975493,30.816387,29.64972,319.17142,96.965454,163.97197,1533.8037,85.5391,1681.4806,1596.9961,11.7218275,11.258602,1668.2367,22.095917,17.612724,429.62338,37.241936,63.792744,28.08659,109.10223,263.43167,421.2319,5.1894836,43.485023,149.57002,365.6742,9.443541,89.92089,10.261291,1.5270021,58.973957,0.9929601,1.1151415,3.2129307,10.963462,30.024172,18.42804,22.365591,510.99323,50.47043,28.367128,37.052418,13.354531,90.86962,10.45018,47.713264,10.233871,70.26154,19.7894,30.141462,40.602776,9.885484,44.17819,33.72688,1.1877089,62.44425,10.278524,220.8435,7.2547307,287.4223,21.540436,1050.8273,128.33075,3.106543,10.1796465,151.08917,188.49683,930.6521,893.4127 +2023-01-08 17:00:00,0.0,2420.145,43.607,8.493076,38.44274,29.831427,250.63002,28.82009,50.35262,18.627724,27.801844,238.17752,132.6698,14.859201,55.190804,1.6161498,1.3449591,47.597645,37.065166,34.148567,592.2262,19.480942,710.36255,128.15964,23.722895,68.213806,359.77374,72.35101,878.8145,255.0427,2633.049,37.297592,2723.5964,374.08713,22.439243,20.681309,108.81734,232.49364,291.6066,599.82025,40.751343,21.88187,10.509709,496.02344,257.28967,66.256424,7.056718,563.14716,12.665293,594.9227,7.019711,29.622993,0.0,785.04834,1748.5862,0.25990325,80.57557,14.41565,10212.593,28.004782,1.1004736,5.567921,15.612673,9.029627,2.810393,8.646077,251.2735,50.75844,4.606204,0.69731236,3.4487228,161.42795,0.9337821,140.9724,125.03965,1959.9274,187.34396,92.00226,160.403,779.01013,48.045685,38.204998,810.91425,53.287437,79.145226,10.097255,22.20142,198.43652,11.052577,10.058843,53.7723,17.380756,4058.3528,18.012156,24.164986,15.812487,10.616284,279.7706,52.580994,27.544691,7.8249593,7.1173043,13.775608,55.29394,80.370445,36.359074,183.83244,18.433065,6.301048,47.395275,25.015457,37.89257,115.85665,18.431599,1.5984039,26.123629,12.861494,1653.5509,21.196121,0.7367118,32.641228,12.390093,124.3338,82.8487,101.39085,8.244403,91.501076,335.40726,241.16432,28.013702,236.4998,74.935974,47.183018,69.41453,104.87319,15.153341,43.417526,482.96637,4.4585342,8.301973,218.47067,23.386463,8.977235,30.851233,29.67611,319.52972,97.04054,163.97992,1534.4856,85.45705,1681.3412,1596.7609,11.717164,11.251176,1667.8762,22.08753,17.603237,429.5489,37.224094,63.76512,28.080795,109.039505,263.41272,421.14587,5.1877418,43.470192,149.4537,365.6166,9.438549,89.913124,10.257729,1.5267231,58.97153,0.9930047,1.1152991,3.2134466,10.962466,30.014585,18.423952,22.370296,510.44153,50.453964,28.353207,37.041836,13.348695,90.903564,10.439673,47.8233,10.229436,70.245674,19.76827,30.106339,40.57222,9.883367,44.14445,33.69469,1.1874665,62.429203,10.277626,220.83563,7.2536917,287.35675,21.536049,1051.0322,128.30339,3.1061995,10.177736,151.06274,188.46606,930.5815,893.5131 +2023-01-08 18:00:00,0.0,2419.5725,43.59054,8.487321,38.396233,29.815002,250.51959,28.81446,50.33877,18.62529,27.797333,238.1849,132.66463,14.855625,55.18333,1.6228672,1.3497901,47.578476,37.178955,34.198715,591.9857,19.51619,709.8892,128.17642,23.772732,68.32291,359.52502,72.36539,879.05554,255.04924,2632.1836,37.32736,2722.988,374.59714,22.466381,20.697945,108.975,232.49084,291.6389,600.4291,40.75,21.870804,10.508784,495.97437,257.53256,66.3369,7.0555234,563.2113,12.6675005,594.91766,7.025775,29.626091,0.0,785.27716,1748.5981,0.25994465,80.52419,14.416275,10214.393,28.01724,1.1011319,5.5666666,15.612926,9.040026,2.8146026,8.646429,251.35834,50.73611,4.605151,0.69761777,3.4528959,161.66528,0.93319994,140.9896,124.975,1961.2167,187.22916,92.03197,160.45834,779.0659,48.097885,38.2393,811.64166,53.2784,79.15321,10.096768,22.216349,198.48334,11.055152,10.057814,53.784325,17.38673,4058.625,18.012,24.1875,15.813299,10.621843,279.8333,52.594635,27.5625,7.8276787,7.1206365,13.7720585,55.291336,80.40277,36.3875,183.85333,18.434,6.3111877,47.411224,25.01,37.87199,115.865166,18.4175,1.598125,26.146072,12.858979,1652.7583,21.200344,0.73625,32.69375,12.3954315,124.357544,82.825005,101.37595,8.247037,91.524994,335.42258,241.14507,28.023663,236.46951,74.89166,47.180176,69.41368,104.94444,15.166014,43.436928,482.93616,4.4665146,8.316416,218.5737,23.382143,8.978977,30.886078,29.7025,319.888,97.11562,163.98785,1535.1677,85.375,1681.2019,1596.5255,11.7125,11.24375,1667.5159,22.079144,17.59375,429.47437,37.206253,63.7375,28.075,108.97679,263.3938,421.05984,5.186,43.455357,149.33737,365.55905,9.4335575,89.90536,10.254167,1.5264443,58.96911,0.99304926,1.1154568,3.2139626,10.961471,30.005001,18.419865,22.375,509.88983,50.4375,28.339287,37.03125,13.342857,90.9375,10.429167,47.933334,10.225,70.22981,19.74714,30.071213,40.541664,9.881249,44.110714,33.6625,1.187224,62.41416,10.276728,220.82774,7.252652,287.29123,21.531662,1051.2373,128.27605,3.105856,10.175826,151.03632,188.43529,930.51086,893.6135 +2023-01-08 19:00:00,0.0,2419.0,43.574085,8.481565,38.34972,29.798576,250.40915,28.808832,50.324924,18.622856,27.79282,238.1923,132.65947,14.852049,55.175858,1.6295846,1.3546209,47.559303,37.29274,34.24886,591.74524,19.55144,709.41595,128.1932,23.822569,68.43201,359.27628,72.37975,879.2966,255.05577,2631.3184,37.357124,2722.3794,375.10718,22.493519,20.714579,109.13266,232.48805,291.67117,601.03784,40.748657,21.859737,10.507859,495.9253,257.77545,66.41738,7.054329,563.2755,12.669708,594.91266,7.0318394,29.629189,0.0,785.506,1748.61,0.259986,80.47282,14.416901,10216.191,28.029697,1.1017902,5.565412,15.613178,9.050425,2.8188121,8.646781,251.44319,50.713783,4.604099,0.6979231,3.457069,161.9026,0.9326178,141.00677,124.91035,1962.506,187.11435,92.06168,160.51367,779.12164,48.15008,38.2736,812.3691,53.269367,79.16121,10.096283,22.231276,198.53014,11.057727,10.056785,53.796345,17.392706,4058.8972,18.011843,24.210014,15.814112,10.627401,279.89606,52.608276,27.580309,7.830398,7.1239686,13.768508,55.28873,80.435104,36.415928,183.8742,18.434935,6.321327,47.42717,25.004543,37.85141,115.87368,18.4034,1.597846,26.168518,12.856464,1651.9658,21.204567,0.7357882,32.74627,12.40077,124.38128,82.8013,101.36106,8.249671,91.54892,335.43793,241.12581,28.033625,236.43922,74.84736,47.177338,69.412834,105.015686,15.178685,43.45633,482.90598,4.4744954,8.330859,218.67674,23.377823,8.980719,30.920921,29.728891,320.2463,97.19071,163.9958,1535.8497,85.292946,1681.0626,1596.2903,11.707836,11.236324,1667.1554,22.070757,17.584263,429.39987,37.188408,63.70988,28.069208,108.91407,263.37485,420.97382,5.184258,43.440525,149.22104,365.50146,9.428567,89.89759,10.250605,1.5261655,58.966686,0.99309385,1.1156145,3.2144787,10.960475,29.995415,18.415777,22.379704,509.33817,50.421036,28.325365,37.020664,13.33702,90.971436,10.418661,48.04337,10.220565,70.21394,19.726013,30.036089,40.51111,9.879132,44.07698,33.630306,1.1869816,62.399117,10.275829,220.81987,7.251613,287.2257,21.527275,1051.4424,128.2487,3.1055121,10.173916,151.00987,188.40451,930.4402,893.714 +2023-01-08 20:00:00,0.0,2418.4275,43.55763,8.47581,38.30321,29.782152,250.29872,28.803205,50.311077,18.62042,27.78831,238.19969,132.6543,14.848473,55.168385,1.6363019,1.3594519,47.540134,37.40653,34.299004,591.5048,19.586687,708.9426,128.21,23.872406,68.54111,359.02756,72.39413,879.53766,255.06232,2630.4531,37.38689,2721.7708,375.6172,22.520657,20.731215,109.29032,232.48526,291.70346,601.64667,40.74731,21.848671,10.506934,495.8762,258.01834,66.497856,7.053135,563.3397,12.671916,594.9076,7.037904,29.632284,0.0,785.73486,1748.622,0.26002738,80.42143,14.417525,10217.991,28.042156,1.1024485,5.564158,15.613431,9.060823,2.8230217,8.647133,251.52803,50.69146,4.6030464,0.69822854,3.4612417,162.13994,0.9320356,141.02397,124.8457,1963.7954,186.99954,92.0914,160.569,779.17737,48.202282,38.3079,813.0965,53.26033,79.169205,10.095797,22.246204,198.57693,11.060303,10.055755,53.80837,17.39868,4059.1694,18.011684,24.232527,15.814924,10.632959,279.95877,52.621918,27.598118,7.8331175,7.127301,13.764958,55.28613,80.46744,36.444355,183.8951,18.435871,6.331467,47.443115,24.999086,37.830826,115.882195,18.389301,1.5975672,26.190962,12.85395,1651.1733,21.208792,0.7353264,32.79879,12.406109,124.405014,82.7776,101.34617,8.252306,91.572845,335.45325,241.10654,28.043585,236.40894,74.80305,47.174496,69.41198,105.08694,15.191358,43.475735,482.87576,4.4824758,8.345303,218.77977,23.373503,8.982461,30.955767,29.755281,320.6046,97.26579,164.00375,1536.5317,85.2109,1680.9232,1596.0549,11.703172,11.228898,1666.795,22.062372,17.574776,429.32538,37.170567,63.68226,28.063414,108.85135,263.35593,420.8878,5.182516,43.425694,149.1047,365.4439,9.423575,89.889824,10.247044,1.5258865,58.964264,0.99313843,1.1157721,3.2149947,10.959479,29.985828,18.41169,22.384409,508.78647,50.40457,28.311443,37.010082,13.331183,91.00538,10.4081545,48.153404,10.216129,70.19808,19.704884,30.000965,40.480553,9.877016,44.043243,33.598118,1.1867391,62.38407,10.274931,220.81198,7.250574,287.16016,21.522888,1051.6475,128.22136,3.1051686,10.172006,150.98344,188.37373,930.36957,893.8144 +2023-01-08 21:00:00,0.0,2417.855,43.541172,8.470055,38.256702,29.765728,250.1883,28.797577,50.297234,18.617987,27.783798,238.20708,132.64912,14.844895,55.16091,1.6430193,1.3642828,47.52096,37.520313,34.349148,591.26434,19.621937,708.46936,128.22679,23.922245,68.65021,358.7788,72.4085,879.7787,255.06885,2629.588,37.416656,2721.1624,376.12723,22.547794,20.747849,109.44798,232.48247,291.73575,602.2555,40.745968,21.837605,10.506009,495.82712,258.26123,66.57833,7.0519404,563.40393,12.674124,594.9026,7.0439677,29.635382,0.0,785.9636,1748.6338,0.26006877,80.370056,14.41815,10219.791,28.054615,1.1031069,5.5629034,15.613684,9.071222,2.8272312,8.647485,251.61288,50.669132,4.601994,0.69853395,3.4654148,162.37726,0.93145347,141.04117,124.78105,1965.0847,186.88474,92.12112,160.62433,779.23315,48.254482,38.3422,813.8239,53.251293,79.1772,10.09531,22.261131,198.62375,11.062878,10.054726,53.820393,17.404655,4059.4417,18.011528,24.255041,15.815736,10.638518,280.0215,52.63556,27.615927,7.835837,7.1306334,13.761408,55.283524,80.49977,36.472782,183.91599,18.436806,6.3416066,47.45906,24.99363,37.810246,115.89072,18.3752,1.5972883,26.213406,12.851435,1650.3809,21.213015,0.7348646,32.85131,12.411448,124.42876,82.7539,101.331276,8.25494,91.59677,335.46857,241.08728,28.053547,236.37865,74.758736,47.171658,69.41113,105.15818,15.20403,43.495136,482.84558,4.490456,8.359745,218.88281,23.369183,8.984202,30.990612,29.781672,320.96292,97.34087,164.01169,1537.2139,85.128845,1680.7839,1595.8196,11.698508,11.221472,1666.4346,22.053986,17.565289,429.25085,37.15272,63.654636,28.057621,108.78863,263.33698,420.80176,5.1807737,43.41086,148.98837,365.38632,9.418584,89.88206,10.243482,1.5256077,58.96184,0.993183,1.1159298,3.2155106,10.958484,29.976242,18.407602,22.389112,508.2348,50.388103,28.297523,36.999496,13.325346,91.039314,10.397649,48.263443,10.211694,70.18221,19.683754,29.965841,40.45,9.874899,44.009506,33.565926,1.1864966,62.36903,10.274033,220.80411,7.2495346,287.09464,21.518501,1051.8525,128.194,3.1048248,10.170095,150.95702,188.34296,930.2989,893.9148 +2023-01-08 22:00:00,0.0,2417.2827,43.524715,8.464299,38.210194,29.749304,250.07785,28.791948,50.283386,18.615551,27.779287,238.21448,132.64397,14.841319,55.15344,1.6497366,1.3691137,47.501793,37.6341,34.399296,591.0239,19.657185,707.99603,128.24358,23.972082,68.75931,358.5301,72.42287,880.0197,255.07538,2628.7227,37.446426,2720.5537,376.63724,22.574932,20.764484,109.60564,232.47968,291.76804,602.8643,40.744625,21.826538,10.505085,495.77805,258.50412,66.65881,7.050746,563.46814,12.6763315,594.8976,7.050032,29.63848,0.0,786.19244,1748.6458,0.26011014,80.31868,14.418775,10221.59,28.067074,1.1037651,5.561649,15.613936,9.081621,2.8314407,8.647837,251.69774,50.646805,4.6009417,0.6988393,3.4695876,162.6146,0.9308713,141.05836,124.7164,1966.374,186.76993,92.15083,160.67966,779.2889,48.306683,38.376503,814.5514,53.24226,79.185196,10.094825,22.276058,198.67055,11.065453,10.053697,53.832413,17.410631,4059.7136,18.01137,24.277554,15.816548,10.644076,280.08423,52.6492,27.633736,7.8385563,7.133966,13.757858,55.28092,80.532104,36.50121,183.93687,18.437742,6.3517466,47.475006,24.988173,37.789665,115.89923,18.361101,1.5970094,26.23585,12.84892,1649.5884,21.217237,0.73440284,32.90383,12.416786,124.45249,82.7302,101.31638,8.257575,91.6207,335.48392,241.06801,28.063509,236.34837,74.714424,47.168816,69.410286,105.22942,15.216702,43.51454,482.81537,4.4984365,8.374188,218.98584,23.364862,8.985944,31.025457,29.808064,321.32123,97.41596,164.01964,1537.8958,85.0468,1680.6447,1595.5844,11.693844,11.214046,1666.0741,22.045599,17.555801,429.17636,37.13488,63.627018,28.051826,108.72591,263.31805,420.71573,5.179032,43.396027,148.87204,365.32877,9.413593,89.87429,10.23992,1.5253289,58.959415,0.9932276,1.1160874,3.2160268,10.957488,29.966656,18.403515,22.393818,507.6831,50.37164,28.283602,36.98891,13.319509,91.07325,10.387142,48.373478,10.207258,70.16635,19.662626,29.930716,40.419445,9.872782,43.97577,33.533733,1.1862543,62.353985,10.273134,220.79622,7.2484956,287.0291,21.514114,1052.0576,128.16666,3.1044812,10.168185,150.93059,188.31218,930.2283,894.0152 +2023-01-08 23:00:00,0.0,2416.7102,43.508263,8.458543,38.16368,29.732878,249.96742,28.786322,50.26954,18.613117,27.774775,238.22186,132.6388,14.837743,55.145966,1.656454,1.3739446,47.482624,37.747887,34.44944,590.78345,19.692434,707.52277,128.26036,24.02192,68.86841,358.28134,72.43724,880.26074,255.08192,2627.8574,37.476192,2719.945,377.14728,22.60207,20.781118,109.7633,232.47688,291.80032,603.47314,40.74328,21.815472,10.50416,495.72897,258.747,66.73929,7.0495515,563.5323,12.678539,594.8925,7.056096,29.641577,0.0,786.42126,1748.6576,0.2601515,80.267296,14.419399,10223.39,28.07953,1.1044234,5.5603943,15.614189,9.09202,2.8356502,8.648189,251.78258,50.624477,4.5998893,0.6991447,3.4737606,162.85191,0.93028915,141.07555,124.65175,1967.6633,186.65512,92.18054,160.735,779.34467,48.35888,38.4108,815.2788,53.233223,79.19319,10.094338,22.290985,198.71735,11.0680275,10.052668,53.844437,17.416605,4059.9858,18.011213,24.300068,15.817361,10.649634,280.14694,52.66284,27.651546,7.8412757,7.137298,13.754308,55.278313,80.56444,36.529636,183.95776,18.438677,6.361886,47.49095,24.982716,37.769085,115.907745,18.347002,1.5967305,26.258295,12.846405,1648.7959,21.22146,0.733941,32.95635,12.422125,124.476234,82.7065,101.30149,8.260209,91.64462,335.49924,241.04875,28.07347,236.31808,74.67011,47.165977,69.40943,105.300674,15.229375,43.533943,482.7852,4.5064173,8.388632,219.08887,23.360542,8.987686,31.060303,29.834454,321.67953,97.49104,164.02757,1538.5778,84.964745,1680.5052,1595.349,11.68918,11.206619,1665.7137,22.037212,17.546316,429.10187,37.11704,63.599396,28.046034,108.663185,263.2991,420.6297,5.17729,43.38119,148.7557,365.27118,9.408602,89.86652,10.236358,1.52505,58.956993,0.9932722,1.1162452,3.2165427,10.956492,29.95707,18.399427,22.398521,507.13144,50.355175,28.269682,36.978325,13.313671,91.10719,10.376636,48.483513,10.202823,70.15048,19.641497,29.895592,40.38889,9.870665,43.94203,33.501545,1.1860118,62.33894,10.272236,220.78835,7.2474566,286.96356,21.509727,1052.2627,128.13931,3.1041377,10.166275,150.90416,188.2814,930.1576,894.1156 +2023-01-09 00:00:00,0.0,2416.1377,43.491806,8.452787,38.117172,29.716454,249.857,28.780693,50.25569,18.610683,27.770264,238.22925,132.63362,14.834167,55.138493,1.6631714,1.3787756,47.46345,37.861675,34.499584,590.543,19.727682,707.04944,128.27715,24.071756,68.97751,358.03262,72.451614,880.5018,255.08846,2626.9922,37.50596,2719.3367,377.65732,22.629208,20.797754,109.92096,232.47409,291.8326,604.0819,40.741936,21.804405,10.503235,495.67987,258.9899,66.81976,7.0483575,563.5965,12.680747,594.8875,7.0621605,29.644674,0.0,786.6501,1748.6696,0.2601929,80.21592,14.420024,10225.189,28.09199,1.1050817,5.5591397,15.614441,9.102419,2.83986,8.6485405,251.86743,50.60215,4.5988364,0.69945014,3.4779334,163.08925,0.929707,141.09274,124.5871,1968.9528,186.54031,92.210266,160.79033,779.4004,48.41108,38.445103,816.0062,53.224186,79.20119,10.093853,22.305914,198.76416,11.070602,10.051638,53.85646,17.42258,4060.258,18.011055,24.32258,15.818173,10.655193,280.2097,52.676483,27.669355,7.8439956,7.1406307,13.750758,55.27571,80.59677,36.558064,183.97865,18.439613,6.372026,47.506897,24.977259,37.748505,115.91626,18.332903,1.5964516,26.280739,12.84389,1648.0034,21.225683,0.73347926,33.00887,12.4274645,124.49997,82.6828,101.2866,8.262843,91.66855,335.51456,241.02948,28.083431,236.2878,74.62581,47.163136,69.408585,105.37192,15.242047,43.55335,482.75497,4.5143976,8.403074,219.19191,23.356222,8.989428,31.095148,29.860844,322.03784,97.56613,164.03552,1539.2598,84.8827,1680.366,1595.1138,11.684516,11.199194,1665.3533,22.028826,17.536829,429.02734,37.099194,63.571774,28.04024,108.600464,263.28018,420.54367,5.175548,43.36636,148.63937,365.21362,9.40361,89.85876,10.232796,1.5247711,58.95457,0.99331677,1.1164029,3.2170587,10.955496,29.947483,18.395342,22.403225,506.57974,50.33871,28.25576,36.967743,13.307835,91.14113,10.36613,48.593548,10.198387,70.13462,19.620367,29.860468,40.358334,9.868548,43.908295,33.469353,1.1857693,62.3239,10.2713375,220.78046,7.246417,286.89804,21.505342,1052.4678,128.11197,3.1037939,10.164365,150.87773,188.25064,930.087,894.21606 +2023-01-09 01:00:00,0.0,2415.5652,43.47535,8.447032,38.070663,29.70003,249.74655,28.775064,50.241848,18.608248,27.765753,238.23665,132.62846,14.83059,55.13102,1.6698887,1.3836064,47.444283,37.97546,34.54973,590.30255,19.762932,706.5762,128.29393,24.121593,69.08661,357.7839,72.46598,880.74286,255.095,2626.127,37.535725,2718.728,378.16733,22.656345,20.814388,110.07861,232.4713,291.8649,604.69073,40.740593,21.793339,10.50231,495.6308,259.2328,66.900246,7.047163,563.66064,12.682955,594.88245,7.0682244,29.64777,0.0,786.8789,1748.6814,0.26023427,80.16454,14.420649,10226.988,28.104448,1.10574,5.557885,15.614694,9.112818,2.8440695,8.648893,251.95227,50.579823,4.597784,0.6997555,3.4821064,163.32657,0.92912483,141.10994,124.522446,1970.2421,186.4255,92.23998,160.84566,779.4561,48.46328,38.479404,816.73364,53.215153,79.20918,10.093367,22.32084,198.81096,11.073177,10.050609,53.86848,17.428556,4060.5303,18.010899,24.345095,15.818986,10.660751,280.2724,52.690125,27.687164,7.846715,7.143963,13.747209,55.273106,80.629105,36.58649,183.99954,18.440548,6.3821654,47.522842,24.971802,37.727924,115.924774,18.318804,1.5961727,26.303183,12.841375,1647.2109,21.229908,0.73301744,33.06139,12.432803,124.52371,82.659096,101.271706,8.265478,91.692474,335.5299,241.01022,28.093391,236.2575,74.5815,47.160297,69.40774,105.44317,15.25472,43.57275,482.7248,4.522378,8.417518,219.29494,23.351902,8.99117,31.129993,29.887236,322.39612,97.64121,164.04346,1539.9419,84.800644,1680.2267,1594.8784,11.679852,11.191768,1664.9929,22.02044,17.527342,428.95285,37.081352,63.544155,28.034445,108.53774,263.26123,420.45764,5.173806,43.35153,148.52304,365.15604,9.39862,89.85099,10.229234,1.5244923,58.95215,0.99336135,1.1165605,3.2175746,10.9545,29.937899,18.391254,22.40793,506.02808,50.322243,28.24184,36.957157,13.301997,91.175064,10.355623,48.703587,10.193952,70.11875,19.599237,29.825344,40.327778,9.866431,43.87456,33.43716,1.1855268,62.308853,10.270439,220.77258,7.245378,286.83252,21.500956,1052.6729,128.08463,3.1034503,10.162455,150.8513,188.21986,930.01636,894.31647 +2023-01-09 02:00:00,0.0,2414.9927,43.458893,8.441277,38.02415,29.683603,249.63612,28.769438,50.228,18.605814,27.761242,238.24403,132.62329,14.827014,55.123547,1.676606,1.3884374,47.42511,38.08925,34.599873,590.06213,19.79818,706.10284,128.31071,24.17143,69.19571,357.53516,72.480354,880.9839,255.10153,2625.2617,37.56549,2718.1194,378.67737,22.683483,20.831024,110.23628,232.4685,291.8972,605.29956,40.739246,21.782272,10.501385,495.58173,259.47568,66.98072,7.0459685,563.72485,12.685163,594.87744,7.074289,29.650867,0.0,787.10767,1748.6934,0.26027563,80.11316,14.421274,10228.788,28.116907,1.1063982,5.556631,15.614946,9.123217,2.848279,8.649245,252.03712,50.5575,4.5967317,0.7000609,3.4862792,163.5639,0.9285427,141.12714,124.457794,1971.5314,186.3107,92.2697,160.90099,779.5119,48.51548,38.513702,817.4611,53.206116,79.21718,10.09288,22.33577,198.85776,11.075752,10.04958,53.880505,17.43453,4060.8025,18.01074,24.367607,15.819798,10.666309,280.3351,52.703766,27.704973,7.8494344,7.1472955,13.743658,55.2705,80.66144,36.614918,184.02043,18.441484,6.3923054,47.538788,24.966343,37.707344,115.93329,18.304703,1.5958937,26.325628,12.8388605,1646.4185,21.23413,0.7325557,33.11391,12.438142,124.54745,82.6354,101.25681,8.268112,91.71639,335.54523,240.99095,28.103354,236.22722,74.537186,47.157455,69.40688,105.51441,15.267392,43.592155,482.69458,4.530359,8.431961,219.39796,23.347582,8.992911,31.164837,29.913626,322.75443,97.7163,164.0514,1540.6238,84.7186,1680.0874,1594.6432,11.675188,11.184341,1664.6324,22.012054,17.517855,428.87836,37.06351,63.516533,28.028652,108.47502,263.2423,420.3716,5.1720643,43.336693,148.40671,365.09848,9.393628,89.84322,10.225672,1.5242134,58.949726,0.99340594,1.1167182,3.2180908,10.953505,29.928312,18.387167,22.412634,505.47638,50.30578,28.227919,36.94657,13.29616,91.20901,10.345117,48.81362,10.189516,70.10289,19.57811,29.790218,40.297222,9.864314,43.840824,33.404972,1.1852844,62.29381,10.269541,220.7647,7.244339,286.76697,21.496569,1052.8779,128.05727,3.1031065,10.160544,150.82487,188.18909,929.9457,894.4169 +2023-01-09 03:00:00,0.0,2414.4202,43.442436,8.435521,37.977642,29.66718,249.5257,28.76381,50.214153,18.60338,27.75673,238.25142,132.61812,14.823438,55.116074,1.6833235,1.3932682,47.40594,38.203033,34.65002,589.82166,19.833427,705.6296,128.3275,24.22127,69.30481,357.28644,72.49473,881.2249,255.10808,2624.3965,37.595257,2717.5107,379.18738,22.71062,20.847658,110.39394,232.46571,291.92947,605.9084,40.737904,21.771206,10.500461,495.53265,259.71857,67.0612,7.044774,563.78906,12.687371,594.8724,7.080353,29.653965,0.0,787.33655,1748.7053,0.26031703,80.06178,14.421899,10230.588,28.129364,1.1070565,5.5553765,15.615199,9.1336155,2.8524885,8.649597,252.12196,50.53517,4.5956793,0.7003663,3.4904523,163.80122,0.92796046,141.14432,124.39314,1972.8207,186.19589,92.29941,160.95631,779.5676,48.567677,38.548004,818.18854,53.19708,79.225174,10.092395,22.350697,198.90457,11.078327,10.04855,53.892525,17.440506,4061.0747,18.010584,24.390121,15.82061,10.671867,280.39786,52.717407,27.722782,7.852154,7.1506276,13.7401085,55.267895,80.69377,36.64335,184.04132,18.44242,6.402445,47.554733,24.960886,37.686764,115.9418,18.290604,1.5956149,26.348072,12.836347,1645.626,21.238354,0.7320939,33.16643,12.4434805,124.57119,82.611694,101.24192,8.270746,91.74032,335.56055,240.9717,28.113314,236.19693,74.492874,47.154617,69.40604,105.58566,15.280065,43.611557,482.66437,4.538339,8.446404,219.501,23.343262,8.994654,31.199682,29.940016,323.11273,97.79138,164.05934,1541.3058,84.63654,1679.948,1594.4078,11.670524,11.176915,1664.272,22.003668,17.508368,428.80383,37.045666,63.48891,28.022858,108.4123,263.22336,420.28558,5.1703224,43.32186,148.29039,365.0409,9.388637,89.83546,10.222111,1.5239346,58.9473,0.9934505,1.1168758,3.2186067,10.952509,29.918726,18.38308,22.41734,504.9247,50.289314,28.213997,36.93599,13.290323,91.24294,10.334611,48.923656,10.185081,70.08702,19.55698,29.755095,40.266666,9.862197,43.807087,33.37278,1.185042,62.278767,10.268642,220.7568,7.2432995,286.70145,21.492182,1053.0829,128.02992,3.102763,10.158634,150.79845,188.15831,929.87506,894.5173 +2023-01-09 04:00:00,0.0,2413.8477,43.42598,8.429766,37.931133,29.650755,249.41525,28.75818,50.200306,18.600945,27.752218,238.25882,132.61296,14.819861,55.1086,1.6900408,1.3980992,47.38677,38.316822,34.700165,589.58124,19.868677,705.15625,128.34428,24.271107,69.41391,357.0377,72.509094,881.46594,255.11461,2623.5312,37.625023,2716.9023,379.69742,22.737759,20.864294,110.551605,232.46292,291.96176,606.51715,40.73656,21.76014,10.499536,495.48355,259.96146,67.14168,7.04358,563.8533,12.689579,594.8674,7.086417,29.657063,0.0,787.5653,1748.7172,0.2603584,80.01041,14.4225235,10232.387,28.141823,1.1077149,5.554122,15.615452,9.144014,2.856698,8.649949,252.20682,50.512844,4.594627,0.70067173,3.494625,164.03856,0.9273783,141.16151,124.32849,1974.1101,186.08109,92.329124,161.01166,779.62335,48.619877,38.582306,818.91595,53.18804,79.23317,10.091908,22.365623,198.95137,11.080902,10.047521,53.90455,17.44648,4061.3467,18.010426,24.412634,15.821423,10.677426,280.46057,52.73105,27.740591,7.854873,7.15396,13.736558,55.265293,80.726105,36.671776,184.06221,18.443356,6.412585,47.57068,24.95543,37.666183,115.95032,18.276505,1.595336,26.370516,12.833832,1644.8335,21.242577,0.7316321,33.218952,12.448819,124.594925,82.588,101.22703,8.273381,91.764244,335.57587,240.95242,28.123276,236.16664,74.44856,47.151775,69.40518,105.656906,15.292737,43.630962,482.6342,4.5463195,8.460847,219.60403,23.338942,8.996395,31.234528,29.966408,323.47104,97.86646,164.06729,1541.9878,84.5545,1679.8087,1594.1725,11.66586,11.169489,1663.9116,21.995281,17.49888,428.72934,37.027824,63.461292,28.017065,108.34958,263.20444,420.19955,5.1685805,43.30703,148.17406,364.98334,9.383646,89.82769,10.218549,1.5236557,58.944878,0.9934951,1.1170335,3.2191226,10.951513,29.90914,18.378992,22.422043,504.37302,50.27285,28.200077,36.925404,13.284486,91.27688,10.324104,49.03369,10.180645,70.07116,19.53585,29.71997,40.23611,9.860081,43.77335,33.34059,1.1847996,62.26372,10.267744,220.74893,7.2422605,286.6359,21.487795,1053.288,128.00258,3.1024194,10.156725,150.77202,188.12753,929.8044,894.6177 +2023-01-09 05:00:00,0.0,2413.2751,43.409527,8.424009,37.884624,29.63433,249.30482,28.752554,50.186462,18.59851,27.747707,238.2662,132.60779,14.816284,55.101128,1.6967582,1.4029301,47.3676,38.430607,34.75031,589.34076,19.903925,704.683,128.36107,24.320944,69.52301,356.78897,72.52347,881.707,255.12114,2622.666,37.654793,2716.2937,380.20743,22.764896,20.880928,110.70926,232.46014,291.99405,607.126,40.735214,21.749073,10.4986105,495.43448,260.20435,67.22215,7.0423856,563.9175,12.691787,594.86237,7.092481,29.66016,0.0,787.7942,1748.7291,0.26039976,79.95902,14.423148,10234.187,28.154282,1.1083732,5.5528674,15.615705,9.154413,2.8609076,8.650301,252.29167,50.490517,4.5935745,0.7009771,3.4987981,164.2759,0.92679614,141.17871,124.26385,1975.3994,185.96628,92.35884,161.06699,779.67914,48.672077,38.616604,819.6434,53.17901,79.241165,10.091423,22.38055,198.99817,11.083478,10.046492,53.916573,17.452456,4061.619,18.01027,24.435148,15.822235,10.682984,280.5233,52.74469,27.7584,7.8575926,7.1572924,13.733008,55.262688,80.75844,36.700203,184.0831,18.44429,6.4227242,47.586624,24.949972,37.6456,115.95883,18.262405,1.5950571,26.39296,12.831317,1644.041,21.2468,0.7311703,33.271473,12.454158,124.61867,82.56429,101.212135,8.276015,91.78817,335.59122,240.93317,28.133238,236.13635,74.40426,47.148937,69.404335,105.72815,15.305409,43.650364,482.60397,4.5543003,8.47529,219.70706,23.33462,8.9981365,31.269373,29.992798,323.82935,97.94155,164.07523,1542.6699,84.47244,1679.6694,1593.9373,11.661196,11.162064,1663.5511,21.986895,17.489393,428.65485,37.00998,63.43367,28.01127,108.28686,263.1855,420.11353,5.1668386,43.292194,148.05772,364.92575,9.3786545,89.819916,10.214987,1.5233768,58.942455,0.9935397,1.1171912,3.2196388,10.950518,29.899553,18.374905,22.426746,503.82135,50.256386,28.186155,36.914818,13.278648,91.31082,10.313599,49.14373,10.176209,70.05529,19.514723,29.684847,40.205555,9.857964,43.739613,33.3084,1.1845571,62.24868,10.266846,220.74104,7.2412214,286.57037,21.483408,1053.493,127.975235,3.1020756,10.154815,150.74559,188.09676,929.73376,894.71814 +2023-01-09 06:00:00,0.0,2412.7026,43.39307,8.418254,37.83811,29.617905,249.1944,28.746925,50.172615,18.596075,27.743196,238.27359,132.60262,14.812708,55.093655,1.7034756,1.407761,47.348427,38.544395,34.800453,589.10034,19.939175,704.20966,128.37785,24.37078,69.63211,356.54022,72.53784,881.94806,255.12769,2621.8008,37.68456,2715.685,380.71747,22.792034,20.897564,110.86692,232.45735,292.02634,607.7348,40.73387,21.738007,10.497685,495.3854,260.44724,67.302635,7.041191,563.9817,12.6939945,594.8573,7.0985456,29.663256,0.0,788.02295,1748.741,0.26044115,79.907646,14.423773,10235.986,28.16674,1.1090314,5.551613,15.615957,9.164812,2.865117,8.650653,252.37651,50.46819,4.5925217,0.7012825,3.502971,164.51321,0.926214,141.1959,124.199196,1976.6887,185.85147,92.38856,161.12231,779.73486,48.724274,38.650906,820.3708,53.16997,79.24916,10.090937,22.39548,199.04498,11.086053,10.045462,53.928593,17.458431,4061.891,18.01011,24.45766,15.823048,10.688542,280.58603,52.75833,27.776209,7.860312,7.1606245,13.729459,55.260082,80.79077,36.72863,184.10399,18.445227,6.432864,47.60257,24.944515,37.62502,115.967354,18.248306,1.5947782,26.415405,12.828802,1643.2485,21.251022,0.73070854,33.32399,12.4594965,124.6424,82.540596,101.19724,8.27865,91.812096,335.60654,240.9139,28.143198,236.10608,74.35995,47.146095,69.40349,105.7994,15.318082,43.66977,482.5738,4.5622807,8.489734,219.8101,23.3303,8.999879,31.304218,30.019188,324.18765,98.01663,164.08318,1543.3519,84.390396,1679.53,1593.7019,11.656532,11.154637,1663.1908,21.978508,17.479906,428.58032,36.992138,63.406048,28.005478,108.22414,263.16656,420.0275,5.1650968,43.277363,147.94139,364.8682,9.373663,89.81215,10.211425,1.523098,58.940033,0.9935843,1.1173488,3.2201548,10.949522,29.889967,18.370817,22.431452,503.26965,50.239918,28.172235,36.904232,13.272811,91.34476,10.303092,49.253765,10.171774,70.03943,19.493593,29.649721,40.175,9.855846,43.705875,33.276207,1.1843146,62.233635,10.265948,220.73317,7.240182,286.50485,21.479021,1053.6981,127.94788,3.101732,10.1529045,150.71916,188.06598,929.66315,894.81854 +2023-01-09 07:00:00,0.0,2412.1301,43.376614,8.412498,37.791603,29.60148,249.08395,28.741297,50.158768,18.593641,27.738684,238.28099,132.59746,14.809132,55.08618,1.7101929,1.4125919,47.329258,38.65818,34.8506,588.85986,19.974422,703.7364,128.39464,24.420618,69.74121,356.2915,72.55221,882.1891,255.13422,2620.9355,37.714325,2715.0767,381.2275,22.819172,20.914198,111.02458,232.45456,292.05862,608.3436,40.73253,21.72694,10.49676,495.33633,260.69012,67.38311,7.0399966,564.04584,12.696202,594.8523,7.1046095,29.666353,0.0,788.2518,1748.7529,0.26048252,79.85627,14.424397,10237.785,28.179197,1.1096897,5.5503583,15.61621,9.175211,2.8693266,8.651005,252.46136,50.445866,4.5914693,0.7015879,3.507144,164.75055,0.9256318,141.21309,124.134544,1977.978,185.73666,92.418274,161.17764,779.79065,48.776474,38.685204,821.09827,53.160934,79.25716,10.09045,22.410406,199.09178,11.088628,10.044433,53.940617,17.464405,4062.1633,18.009954,24.480175,15.82386,10.694101,280.64874,52.771973,27.79402,7.863032,7.163957,13.725908,55.25748,80.8231,36.757057,184.12488,18.446161,6.4430037,47.618515,24.939058,37.60444,115.97587,18.234207,1.5944993,26.437849,12.826287,1642.456,21.255247,0.7302467,33.37651,12.464836,124.666145,82.51689,101.18235,8.281284,91.83602,335.62186,240.89464,28.15316,236.07579,74.315636,47.143257,69.40263,105.87064,15.330754,43.68917,482.54358,4.570261,8.504176,219.91313,23.32598,9.00162,31.339064,30.04558,324.54596,98.09172,164.09111,1544.0339,84.30834,1679.3907,1593.4667,11.651868,11.147211,1662.8303,21.970123,17.470419,428.50583,36.974297,63.37843,27.999683,108.161415,263.1476,419.94147,5.1633544,43.262527,147.82506,364.8106,9.368672,89.80438,10.207863,1.5228192,58.93761,0.99362886,1.1175065,3.2206707,10.948526,29.880383,18.36673,22.436155,502.718,50.223454,28.158314,36.89365,13.266974,91.37869,10.292585,49.3638,10.167339,70.02356,19.472464,29.614597,40.144444,9.853729,43.67214,33.24402,1.1840721,62.21859,10.26505,220.72528,7.239143,286.4393,21.474634,1053.9032,127.92054,3.1013882,10.150994,150.69273,188.03522,929.59247,894.91895 +2023-01-09 08:00:00,0.0,2411.5576,43.360157,8.406743,37.745094,29.585056,248.97353,28.73567,50.14492,18.591208,27.734173,238.28838,132.59229,14.805555,55.07871,1.7169102,1.4174229,47.31009,38.77197,34.900745,588.61945,20.009672,703.26306,128.41142,24.470457,69.85031,356.04276,72.56658,882.4301,255.14076,2620.0703,37.74409,2714.468,381.73752,22.84631,20.930834,111.18224,232.45177,292.0909,608.95245,40.731182,21.715874,10.495836,495.28723,260.933,67.463585,7.0388026,564.11005,12.69841,594.8472,7.110674,29.66945,0.0,788.4806,1748.7648,0.2605239,79.804886,14.425022,10239.585,28.191656,1.110348,5.549104,15.616462,9.18561,2.873536,8.651357,252.5462,50.42354,4.590417,0.70189327,3.5113168,164.98787,0.92504966,141.23029,124.06989,1979.2675,185.62186,92.44798,161.23297,779.8464,48.828674,38.719505,821.8257,53.1519,79.26515,10.089965,22.425335,199.13858,11.091203,10.043404,53.95264,17.47038,4062.4355,18.009796,24.502687,15.824673,10.699659,280.71146,52.785614,27.811829,7.8657513,7.1672893,13.722359,55.254875,80.85543,36.785484,184.14577,18.447096,6.4531436,47.634464,24.933601,37.58386,115.98438,18.220106,1.5942204,26.460293,12.823772,1641.6636,21.25947,0.72978497,33.42903,12.470175,124.68988,82.493195,101.16746,8.283918,91.85995,335.6372,240.87537,28.16312,236.0455,74.271324,47.140415,69.40179,105.941895,15.343427,43.708576,482.5134,4.578242,8.51862,220.01616,23.32166,9.003363,31.373909,30.07197,324.90424,98.1668,164.09906,1544.7158,84.226295,1679.2515,1593.2313,11.647204,11.139785,1662.47,21.961737,17.460932,428.4313,36.95645,63.350807,27.993889,108.098694,263.1287,419.85544,5.1616125,43.247696,147.70872,364.75305,9.363681,89.796616,10.204301,1.5225402,58.935184,0.99367344,1.1176641,3.2211869,10.947531,29.870796,18.362642,22.44086,502.1663,50.20699,28.144394,36.883064,13.261137,91.412636,10.28208,49.473835,10.162904,70.0077,19.451336,29.579473,40.113888,9.851613,43.638405,33.211826,1.1838298,62.20355,10.264152,220.7174,7.238104,286.37378,21.470247,1054.1083,127.89319,3.1010447,10.149084,150.66629,188.00444,929.52185,895.01935 +2023-01-09 09:00:00,0.0,2410.985,43.3437,8.400988,37.698586,29.56863,248.8631,28.730042,50.131077,18.588772,27.729662,238.29576,132.58711,14.801979,55.071236,1.7236277,1.4222537,47.290916,38.885754,34.95089,588.37897,20.04492,702.7898,128.4282,24.520294,69.95941,355.79404,72.580956,882.67114,255.1473,2619.205,37.773857,2713.8594,382.24756,22.873447,20.947468,111.339905,232.44897,292.1232,609.5612,40.72984,21.704807,10.494911,495.23816,261.1759,67.54407,7.037608,564.1742,12.700618,594.8422,7.116738,29.672548,0.0,788.7094,1748.7767,0.26056528,79.75351,14.425647,10241.385,28.204115,1.1110063,5.5478497,15.6167145,9.196009,2.8777456,8.65171,252.63106,50.40121,4.5893645,0.7021987,3.5154898,165.2252,0.9244675,141.24748,124.00524,1980.5568,185.50705,92.4777,161.28831,779.9021,48.880875,38.753807,822.5531,53.142864,79.27315,10.0894785,22.440262,199.1854,11.093778,10.042375,53.96466,17.476355,4062.7078,18.00964,24.525202,15.825484,10.705217,280.7742,52.799255,27.829638,7.8684707,7.170622,13.718808,55.25227,80.887764,36.81391,184.16666,18.448032,6.463283,47.65041,24.928144,37.56328,115.9929,18.206007,1.5939416,26.482738,12.821258,1640.8711,21.263693,0.72932315,33.481552,12.475513,124.71362,82.46949,101.152565,8.286553,91.883865,335.65253,240.85611,28.173082,236.01521,74.22701,47.137577,69.40094,106.01314,15.356099,43.727978,482.4832,4.586222,8.533063,220.1192,23.317339,9.005104,31.408754,30.09836,325.26254,98.24188,164.107,1545.398,84.14424,1679.112,1592.996,11.64254,11.132359,1662.1095,21.95335,17.451445,428.3568,36.93861,63.323185,27.988096,108.03597,263.10974,419.7694,5.1598706,43.232864,147.59239,364.69547,9.358689,89.78885,10.20074,1.5222614,58.932762,0.99371797,1.1178218,3.2217028,10.946535,29.86121,18.358555,22.445564,501.61462,50.190525,28.130472,36.87248,13.2553,91.44657,10.271573,49.583874,10.158468,69.99183,19.430206,29.54435,40.083332,9.849496,43.604668,33.179634,1.1835873,62.188503,10.263253,220.70952,7.2370644,286.30826,21.46586,1054.3134,127.865845,3.100701,10.147174,150.63986,187.97366,929.4512,895.11975 +2023-01-09 10:00:00,0.0,2410.4128,43.327244,8.395232,37.652073,29.552206,248.75266,28.724413,50.11723,18.586338,27.725151,238.30316,132.58195,14.798403,55.06376,1.730345,1.4270847,47.271748,38.999542,35.001034,588.13855,20.08017,702.31647,128.44499,24.570131,70.06851,355.5453,72.59532,882.9122,255.15382,2618.3398,37.803623,2713.251,382.75757,22.900585,20.964102,111.49756,232.44618,292.1555,610.17004,40.728493,21.69374,10.493986,495.1891,261.4188,67.62454,7.0364137,564.2384,12.702826,594.83716,7.1228023,29.675646,0.0,788.93823,1748.7886,0.26060665,79.70213,14.426272,10243.184,28.216572,1.1116645,5.546595,15.616967,9.206408,2.8819551,8.652061,252.7159,50.378883,4.588312,0.7025041,3.5196626,165.46252,0.92388535,141.26468,123.94059,1981.8461,185.39224,92.50742,161.34364,779.9579,48.93307,38.788105,823.2805,53.133827,79.28114,10.088992,22.455187,199.2322,11.096353,10.041345,53.976685,17.48233,4062.9797,18.009481,24.547714,15.826297,10.710776,280.8369,52.812897,27.847446,7.87119,7.173954,13.715259,55.249664,80.9201,36.84234,184.18755,18.448967,6.473423,47.666355,24.922688,37.542698,116.00141,18.191908,1.5936626,26.505182,12.818743,1640.0786,21.267916,0.72886133,33.534073,12.480852,124.73736,82.44579,101.13767,8.289187,91.90779,335.66785,240.83684,28.183043,235.98492,74.18271,47.134735,69.400085,106.08439,15.368772,43.747383,482.453,4.5942025,8.547505,220.22223,23.313019,9.006846,31.443598,30.124752,325.62085,98.31697,164.11494,1546.08,84.062195,1678.9728,1592.7607,11.6378765,11.124933,1661.749,21.944963,17.441957,428.28232,36.92077,63.295567,27.982302,107.97325,263.09082,419.68338,5.1581287,43.21803,147.47606,364.6379,9.353699,89.78108,10.197178,1.5219826,58.93034,0.99376255,1.1179795,3.2222188,10.945539,29.851624,18.354467,22.45027,501.06293,50.17406,28.116552,36.861897,13.249462,91.480515,10.261066,49.69391,10.154033,69.97597,19.409077,29.509224,40.052776,9.847379,43.57093,33.147446,1.1833448,62.173462,10.262355,220.70164,7.2360253,286.2427,21.461473,1054.5184,127.83849,3.1003573,10.145264,150.61343,187.94289,929.38055,895.2202 +2023-01-09 11:00:00,0.0,2409.8403,43.31079,8.389477,37.605564,29.535782,248.64223,28.718784,50.103382,18.583904,27.720638,238.31055,132.57678,14.7948265,55.056286,1.7370623,1.4319156,47.252575,39.113327,35.051178,587.8981,20.115417,701.8432,128.46179,24.619968,70.17761,355.29657,72.609695,883.1532,255.16037,2617.4744,37.83339,2712.6423,383.2676,22.927723,20.980738,111.65522,232.44339,292.18777,610.7789,40.72715,21.682674,10.493061,495.13998,261.66168,67.70502,7.035219,564.3026,12.705033,594.83215,7.128866,29.678741,0.0,789.167,1748.8005,0.260648,79.65075,14.426897,10244.983,28.22903,1.1123228,5.5453405,15.61722,9.216806,2.8861647,8.652413,252.80075,50.356556,4.58726,0.70280945,3.5238357,165.69986,0.9233032,141.28188,123.87594,1983.1354,185.27744,92.53714,161.39897,780.0136,48.98527,38.822407,824.008,53.124794,79.28914,10.088507,22.470116,199.27899,11.0989275,10.040316,53.98871,17.488306,4063.252,18.009325,24.570229,15.827109,10.716334,280.89963,52.826538,27.865255,7.8739095,7.1772866,13.711709,55.247063,80.95243,36.870766,184.20844,18.449903,6.4835625,47.6823,24.91723,37.522118,116.009926,18.177809,1.5933837,26.527626,12.816228,1639.2861,21.272139,0.7283996,33.586594,12.486191,124.76109,82.42209,101.12278,8.2918215,91.93172,335.6832,240.81758,28.193005,235.95464,74.1384,47.131897,69.39924,106.15563,15.381444,43.766785,482.4228,4.602183,8.561949,220.32526,23.308699,9.008588,31.478443,30.151142,325.97916,98.39205,164.12288,1546.762,83.98014,1678.8335,1592.5254,11.633212,11.117507,1661.3887,21.936577,17.43247,428.2078,36.902924,63.267944,27.97651,107.91053,263.07187,419.59735,5.156387,43.203197,147.35973,364.58032,9.348707,89.773315,10.193616,1.5217036,58.927917,0.99380714,1.1181371,3.222735,10.944544,29.842037,18.35038,22.454973,500.51126,50.157593,28.10263,36.85131,13.243626,91.51445,10.250561,49.803944,10.149597,69.9601,19.387949,29.4741,40.02222,9.845262,43.537193,33.115253,1.1831024,62.158417,10.2614565,220.69376,7.2349863,286.1772,21.457088,1054.7235,127.81115,3.1000137,10.143353,150.587,187.91211,929.30994,895.3206 +2023-01-09 12:00:00,0.0,2409.2678,43.294334,8.38372,37.559055,29.519356,248.5318,28.713158,50.089535,18.581469,27.716127,238.31793,132.57161,14.79125,55.048813,1.7437798,1.4367465,47.233406,39.227116,35.101326,587.65765,20.150667,701.3699,128.47858,24.669806,70.28671,355.04782,72.62407,883.3943,255.1669,2616.6091,37.86316,2712.0337,383.77762,22.95486,20.997372,111.81288,232.4406,292.22006,611.3877,40.725807,21.671608,10.492136,495.0909,261.90457,67.7855,7.034025,564.3668,12.707241,594.82715,7.1349306,29.681839,0.0,789.3959,1748.8125,0.2606894,79.59937,14.427522,10246.783,28.24149,1.1129811,5.544086,15.617473,9.227205,2.8903742,8.652765,252.8856,50.33423,4.586207,0.70311487,3.5280085,165.93718,0.922721,141.29906,123.811295,1984.4248,185.16263,92.56686,161.4543,780.06934,49.03747,38.85671,824.7354,53.115757,79.297134,10.08802,22.485043,199.3258,11.101503,10.039287,54.00073,17.49428,4063.5242,18.009167,24.592741,15.827922,10.721892,280.96237,52.84018,27.883064,7.876629,7.180619,13.7081585,55.244457,80.984764,36.899193,184.22932,18.450838,6.4937024,47.698246,24.911774,37.501537,116.01844,18.16371,1.5931048,26.55007,12.813713,1638.4937,21.276361,0.72793776,33.63911,12.491529,124.784836,82.39839,101.10789,8.2944565,91.95564,335.69852,240.79831,28.202967,235.92435,74.094086,47.129055,69.39839,106.226875,15.394116,43.78619,482.39258,4.6101637,8.576392,220.4283,23.304379,9.010329,31.513288,30.177532,326.33746,98.46714,164.13083,1547.4438,83.898094,1678.6941,1592.2902,11.628549,11.110081,1661.0282,21.92819,17.422983,428.1333,36.885082,63.240322,27.970715,107.84782,263.05295,419.51132,5.154645,43.188366,147.24341,364.52277,9.343716,89.76555,10.190054,1.5214248,58.92549,0.9938517,1.1182948,3.2232509,10.943548,29.83245,18.346292,22.459677,499.95956,50.14113,28.088709,36.840725,13.237788,91.548386,10.240054,49.91398,10.145162,69.94423,19.36682,29.438976,39.991665,9.843144,43.503456,33.08306,1.1828599,62.14337,10.260558,220.68588,7.233947,286.11166,21.452702,1054.9285,127.783806,3.09967,10.141443,150.56058,187.88133,929.23926,895.421 +2023-01-09 13:00:00,0.0,2408.6953,43.277878,8.377965,37.512543,29.502932,248.42136,28.70753,50.07569,18.579035,27.711617,238.32533,132.56645,14.787674,55.04134,1.7504971,1.4415774,47.214233,39.3409,35.15147,587.4172,20.185915,700.8966,128.49536,24.719643,70.39581,354.7991,72.63844,883.6353,255.17345,2615.744,37.892925,2711.425,384.28766,22.981998,21.014008,111.970535,232.4378,292.25235,611.99646,40.72446,21.660542,10.491212,495.04184,262.14746,67.865974,7.0328307,564.43097,12.709449,594.8221,7.1409945,29.684937,0.0,789.62463,1748.8243,0.26073077,79.548,14.428146,10248.582,28.253948,1.1136395,5.5428314,15.617725,9.237604,2.8945837,8.653117,252.97044,50.311905,4.5851545,0.7034203,3.5321815,166.17451,0.92213887,141.31625,123.74664,1985.7141,185.04782,92.59657,161.50963,780.1251,49.089672,38.891006,825.4628,53.10672,79.30513,10.087535,22.49997,199.3726,11.104078,10.038257,54.012753,17.500256,4063.7964,18.00901,24.615255,15.828734,10.72745,281.0251,52.853817,27.900873,7.8793483,7.1839514,13.704609,55.24185,81.0171,36.92762,184.25021,18.451775,6.503842,47.71419,24.906317,37.480957,116.026955,18.149609,1.5928259,26.572515,12.811198,1637.7012,21.280586,0.727476,33.69163,12.496868,124.80857,82.37469,101.092995,8.297091,91.97957,335.71384,240.77905,28.212927,235.89406,74.049774,47.126217,69.39754,106.29813,15.406789,43.80559,482.3624,4.618144,8.590835,220.53133,23.300058,9.012072,31.548134,30.203924,326.69577,98.54222,164.13876,1548.126,83.81604,1678.5548,1592.0548,11.623884,11.102654,1660.6678,21.919806,17.413498,428.0588,36.86724,63.212704,27.964922,107.785095,263.034,419.4253,5.152903,43.17353,147.12708,364.46518,9.338725,89.75778,10.186492,1.5211459,58.92307,0.9938963,1.1184524,3.2237668,10.942553,29.822866,18.342205,22.464382,499.4079,50.124664,28.07479,36.830143,13.231951,91.58233,10.229548,50.024014,10.140726,69.92837,19.34569,29.403852,39.96111,9.841028,43.46972,33.050873,1.1826175,62.12833,10.25966,220.678,7.232908,286.0461,21.448315,1055.1335,127.756454,3.0993264,10.139533,150.53415,187.85056,929.16864,895.5214 +2023-01-09 14:00:00,0.0,2408.1228,43.26142,8.37221,37.466034,29.486507,248.31093,28.7019,50.061844,18.5766,27.707106,238.33272,132.56128,14.784097,55.033867,1.7572144,1.4464084,47.195065,39.45469,35.201614,587.17676,20.221165,700.4233,128.51215,24.769482,70.50491,354.55035,72.65281,883.87634,255.17998,2614.8787,37.92269,2710.8167,384.79767,23.009136,21.030642,112.1282,232.43501,292.28464,612.6053,40.723118,21.649475,10.490287,494.99277,262.39035,67.94645,7.031636,564.49524,12.711657,594.8171,7.147059,29.688034,0.0,789.85345,1748.8363,0.26077214,79.49662,14.428771,10250.382,28.266405,1.1142977,5.5415773,15.617978,9.248003,2.8987932,8.653469,253.0553,50.289577,4.584102,0.70372564,3.5363543,166.41183,0.92155665,141.33345,123.68199,1987.0034,184.93301,92.62628,161.56497,780.18085,49.14187,38.92531,826.19025,53.097687,79.313126,10.087049,22.514896,199.41942,11.106653,10.037228,54.024776,17.50623,4064.0686,18.008852,24.63777,15.829547,10.733009,281.0878,52.86746,27.918682,7.882068,7.1872835,13.701058,55.239246,81.04943,36.956047,184.2711,18.45271,6.513982,47.730137,24.90086,37.460373,116.03547,18.13551,1.592547,26.59496,12.808683,1636.9087,21.28481,0.7270142,33.744152,12.502208,124.83231,82.35099,101.0781,8.299726,92.003494,335.7292,240.75978,28.222889,235.86378,74.00546,47.123375,69.39669,106.36937,15.419461,43.824997,482.33218,4.6261244,8.605278,220.63435,23.295738,9.013813,31.58298,30.230314,327.05408,98.6173,164.14671,1548.808,83.73399,1678.4155,1591.8195,11.619221,11.095228,1660.3074,21.911419,17.40401,427.98428,36.849396,63.18508,27.959127,107.722374,263.01508,419.33926,5.151161,43.1587,147.01074,364.40762,9.333734,89.750015,10.18293,1.5208671,58.920647,0.9939409,1.1186101,3.224283,10.941557,29.81328,18.338118,22.469086,498.8562,50.1082,28.060867,36.819557,13.226114,91.616264,10.219042,50.134052,10.136291,69.9125,19.32456,29.368727,39.930553,9.838911,43.435986,33.01868,1.1823751,62.113285,10.258761,220.67012,7.2318687,285.9806,21.443928,1055.3386,127.72911,3.0989828,10.137623,150.50772,187.8198,929.09796,895.6218 +2023-01-09 15:00:00,0.0,2407.5503,43.244965,8.366454,37.419525,29.470083,248.20049,28.696274,50.047997,18.574165,27.702593,238.3401,132.5561,14.78052,55.026394,1.7639319,1.4512392,47.17589,39.568474,35.25176,586.9363,20.256413,699.95,128.52893,24.819319,70.61401,354.30164,72.66718,884.1174,255.18652,2614.0134,37.952457,2710.208,385.3077,23.036274,21.047277,112.28586,232.43222,292.31693,613.2141,40.721775,21.638409,10.489362,494.94366,262.63324,68.02693,7.0304418,564.5594,12.713865,594.812,7.153123,29.691132,0.0,790.0823,1748.8481,0.2608135,79.44524,14.429396,10252.182,28.278864,1.114956,5.540323,15.61823,9.258402,2.9030027,8.653821,253.14014,50.26725,4.58305,0.70403105,3.5405273,166.64917,0.9209745,141.35065,123.61734,1988.2927,184.8182,92.656,161.6203,780.23663,49.19407,38.95961,826.91766,53.08865,79.32112,10.086562,22.529825,199.46622,11.109228,10.036199,54.036797,17.512205,4064.3408,18.008696,24.660282,15.8303585,10.738567,281.15054,52.8811,27.936491,7.8847876,7.190616,13.697509,55.236645,81.081764,36.984474,184.29199,18.453646,6.5241213,47.746082,24.895403,37.439793,116.04399,18.12141,1.5922681,26.617403,12.806169,1636.1162,21.289032,0.7265524,33.796673,12.507546,124.85605,82.327286,101.06321,8.30236,92.02742,335.7445,240.74052,28.23285,235.8335,73.96115,47.120537,69.39584,106.44062,15.432134,43.8444,482.302,4.634105,8.619721,220.7374,23.291418,9.015555,31.617825,30.256704,327.41235,98.69239,164.15465,1549.49,83.65194,1678.2762,1591.5842,11.614556,11.087802,1659.9469,21.903032,17.394524,427.9098,36.831554,63.15746,27.953333,107.65965,262.99615,419.25323,5.1494193,43.143864,146.89441,364.35004,9.328742,89.74225,10.179368,1.5205882,58.918224,0.9939855,1.1187679,3.224799,10.940561,29.803694,18.33403,22.473791,498.30453,50.091732,28.046947,36.80897,13.220277,91.6502,10.208535,50.244087,10.131855,69.89664,19.303432,29.333603,39.899998,9.836794,43.40225,32.98649,1.1821326,62.098244,10.257863,220.66223,7.2308292,285.91507,21.43954,1055.5437,127.70176,3.098639,10.135713,150.4813,187.78902,929.02734,895.7223 +2023-01-09 16:00:00,0.0,2406.9778,43.228508,8.360699,37.373016,29.453657,248.09006,28.690645,50.03415,18.571732,27.698082,238.34749,132.55095,14.776944,55.01892,1.7706492,1.4560702,47.156723,39.682262,35.301907,586.69586,20.291662,699.4767,128.54572,24.869156,70.723114,354.0529,72.68156,884.3584,255.19305,2613.1482,37.982224,2709.5994,385.81775,23.063412,21.063911,112.44353,232.42943,292.3492,613.82294,40.72043,21.627342,10.488437,494.8946,262.87613,68.10741,7.0292478,564.6236,12.716073,594.807,7.1591873,29.694227,0.0,790.3111,1748.8601,0.2608549,79.39386,14.43002,10253.98,28.291323,1.1156143,5.539068,15.618483,9.268801,2.9072123,8.654173,253.22499,50.244923,4.5819974,0.70433646,3.5447001,166.8865,0.92039233,141.36783,123.55269,1989.5822,184.7034,92.685715,161.67563,780.29236,49.24627,38.993908,827.64514,53.079613,79.32912,10.086077,22.544752,199.51302,11.111803,10.035169,54.04882,17.51818,4064.6128,18.008537,24.682796,15.831171,10.744125,281.21326,52.89474,27.954302,7.887507,7.1939483,13.693958,55.23404,81.1141,37.012905,184.31288,18.45458,6.534261,47.762028,24.889946,37.419212,116.052505,18.107311,1.5919893,26.639849,12.803654,1635.3237,21.293255,0.7260906,33.849194,12.512885,124.87979,82.30359,101.04832,8.304994,92.05134,335.75983,240.72125,28.242811,235.8032,73.91685,47.117695,69.39499,106.51186,15.444806,43.863804,482.2718,4.6420856,8.634165,220.84042,23.287098,9.017297,31.65267,30.283096,327.77066,98.76747,164.1626,1550.172,83.56989,1678.1368,1591.3489,11.609892,11.080377,1659.5865,21.894646,17.385036,427.8353,36.81371,63.129837,27.94754,107.59693,262.9772,419.1672,5.147677,43.129032,146.77808,364.29248,9.323751,89.73448,10.175807,1.5203093,58.915802,0.99403006,1.1189255,3.2253149,10.939566,29.794107,18.329943,22.478495,497.75284,50.075268,28.033026,36.798386,13.214439,91.68414,10.1980295,50.354122,10.127419,69.88077,19.282303,29.29848,39.869442,9.834677,43.36851,32.9543,1.1818901,62.0832,10.256965,220.65436,7.22979,285.84952,21.435154,1055.7488,127.674416,3.0982955,10.133802,150.45486,187.75824,928.9567,895.8227 +2023-01-09 17:00:00,0.0,2406.4053,43.212055,8.354943,37.326504,29.437233,247.97963,28.685017,50.020306,18.569296,27.693571,238.35489,132.54578,14.773368,55.011448,1.7773665,1.460901,47.137554,39.796047,35.35205,586.4554,20.32691,699.0034,128.5625,24.918993,70.832214,353.80417,72.69592,884.5995,255.19958,2612.283,38.01199,2708.991,386.32776,23.09055,21.080547,112.60118,232.42664,292.3815,614.43176,40.719086,21.616276,10.487512,494.84552,263.11902,68.18788,7.0280533,564.68774,12.718281,594.802,7.1652513,29.697325,0.0,790.5399,1748.872,0.26089627,79.34248,14.430646,10255.78,28.303782,1.1162726,5.5378137,15.618735,9.2792,2.9114218,8.654526,253.30984,50.222595,4.580945,0.7046418,3.5488732,167.12383,0.9198102,141.38503,123.48804,1990.8715,184.5886,92.71543,161.73096,780.3481,49.298466,39.02821,828.37256,53.07058,79.33711,10.08559,22.55968,199.55983,11.114378,10.03414,54.06084,17.524155,4064.885,18.00838,24.705309,15.831984,10.749684,281.27597,52.908382,27.97211,7.8902264,7.197281,13.690409,55.231434,81.14643,37.041332,184.33377,18.455517,6.5444007,47.777973,24.88449,37.398632,116.06102,18.093212,1.5917103,26.662292,12.801139,1634.5312,21.297478,0.72562885,33.901714,12.518224,124.90353,82.279884,101.033424,8.307629,92.075264,335.77518,240.702,28.252773,235.77292,73.872536,47.114857,69.39414,106.58311,15.457479,43.883205,482.2416,4.650066,8.648607,220.94345,23.282778,9.019038,31.687513,30.309486,328.12897,98.84256,164.17053,1550.854,83.48784,1677.9976,1591.1136,11.605228,11.07295,1659.2261,21.88626,17.37555,427.76077,36.795868,63.10222,27.941746,107.53421,262.95828,419.08118,5.145935,43.1142,146.66174,364.2349,9.31876,89.726715,10.172245,1.5200305,58.913376,0.99407464,1.1190832,3.2258308,10.93857,29.784521,18.325855,22.483198,497.20117,50.058804,28.019106,36.787804,13.208602,91.71808,10.187523,50.464157,10.122984,69.86491,19.261173,29.263355,39.838886,9.832561,43.334774,32.922108,1.1816478,62.068153,10.256066,220.64647,7.2287507,285.784,21.430767,1055.9539,127.647064,3.0979517,10.131893,150.42844,187.72746,928.88605,895.9231 +2023-01-09 18:00:00,0.0,2405.8328,43.1956,8.349188,37.279995,29.420809,247.86919,28.67939,50.00646,18.566862,27.68906,238.36227,132.5406,14.769792,55.003975,1.784084,1.465732,47.11838,39.909836,35.402195,586.21497,20.36216,698.5301,128.57928,24.96883,70.941315,353.55542,72.7103,884.8405,255.20613,2611.4177,38.041756,2708.3823,386.8378,23.11769,21.097181,112.75884,232.42386,292.4138,615.0405,40.717743,21.60521,10.486587,494.79645,263.3619,68.268364,7.026859,564.75195,12.720489,594.79694,7.1713157,29.700422,0.0,790.7687,1748.8839,0.26093763,79.2911,14.431271,10257.58,28.316238,1.1169308,5.536559,15.618988,9.289598,2.9156313,8.654878,253.39468,50.200268,4.579892,0.70494723,3.553046,167.36116,0.919228,141.40222,123.423386,1992.1608,184.47379,92.74515,161.78629,780.4039,49.350666,39.062508,829.1,53.061543,79.34511,10.085105,22.574608,199.60663,11.116953,10.033111,54.072865,17.53013,4065.1572,18.008223,24.727823,15.832796,10.755242,281.3387,52.922024,27.98992,7.892946,7.200613,13.686859,55.228832,81.17876,37.06976,184.35466,18.456451,6.5545406,47.79392,24.879032,37.37805,116.069534,18.079113,1.5914314,26.684736,12.798624,1633.7388,21.301702,0.72516704,33.954235,12.523562,124.92727,82.25619,101.01853,8.310263,92.09919,335.7905,240.68272,28.262733,235.74263,73.828224,47.112015,69.39329,106.65436,15.470151,43.90261,482.2114,4.6580467,8.663051,221.0465,23.278458,9.020781,31.722359,30.335876,328.48727,98.91764,164.17848,1551.5361,83.40579,1677.8583,1590.8783,11.600564,11.065524,1658.8657,21.877872,17.366062,427.68628,36.778027,63.074596,27.935953,107.47149,262.93933,418.99515,5.144193,43.099365,146.54541,364.17734,9.313768,89.71895,10.168683,1.5197517,58.910954,0.9941192,1.1192408,3.226347,10.937574,29.774935,18.321768,22.487904,496.64948,50.04234,28.005184,36.777218,13.202765,91.752014,10.177016,50.574196,10.118548,69.84904,19.240046,29.22823,39.80833,9.830443,43.301037,32.88992,1.1814053,62.053112,10.255168,220.6386,7.2277117,285.71844,21.42638,1056.1589,127.61972,3.097608,10.129983,150.40201,187.69669,928.8154,896.0235 +2023-01-09 19:00:00,0.0,2405.2603,43.179142,8.343431,37.233486,29.404383,247.75876,28.673761,49.99261,18.564428,27.684547,238.36966,132.53545,14.766215,54.996502,1.7908013,1.4705629,47.099213,40.02362,35.45234,585.9745,20.397408,698.0568,128.59607,25.01867,71.050415,353.3067,72.72467,885.08154,255.21266,2610.5525,38.07152,2707.7737,387.3478,23.144827,21.113817,112.916504,232.42107,292.44608,615.64935,40.716396,21.594143,10.485662,494.74734,263.6048,68.34884,7.0256643,564.81616,12.722696,594.79193,7.1773796,29.70352,0.0,790.99756,1748.8959,0.26097903,79.23972,14.431895,10259.38,28.328697,1.1175891,5.5353045,15.619241,9.299997,2.9198408,8.65523,253.47954,50.177944,4.57884,0.70525265,3.557219,167.59848,0.91864586,141.41942,123.358734,1993.4501,184.35898,92.77486,161.84163,780.4596,49.402866,39.09681,829.8274,53.052505,79.3531,10.084619,22.589535,199.65343,11.119528,10.032082,54.08489,17.536104,4065.4294,18.008066,24.750336,15.833609,10.7608,281.40143,52.935665,28.007729,7.895665,7.203945,13.683309,55.226227,81.21109,37.098186,184.37555,18.457388,6.56468,47.809864,24.873575,37.35747,116.07805,18.065012,1.5911525,26.70718,12.796109,1632.9462,21.305925,0.7247053,34.006752,12.528901,124.951004,82.23248,101.00364,8.312897,92.123116,335.80582,240.66347,28.272696,235.71234,73.78391,47.109177,69.39244,106.7256,15.482823,43.922012,482.18118,4.666027,8.677494,221.14952,23.274137,9.022522,31.757204,30.362268,328.84558,98.99272,164.18642,1552.218,83.32374,1677.7189,1590.643,11.595901,11.058098,1658.5052,21.869488,17.356575,427.61176,36.76018,63.046974,27.930159,107.40877,262.9204,418.90912,5.1424513,43.084534,146.42908,364.11975,9.308778,89.71118,10.165121,1.5194727,58.90853,0.9941638,1.1193985,3.226863,10.936579,29.76535,18.31768,22.492607,496.0978,50.025875,27.991264,36.766632,13.196928,91.78596,10.166511,50.68423,10.114113,69.833176,19.218916,29.193106,39.77778,9.828326,43.2673,32.857727,1.1811628,62.038067,10.25427,220.6307,7.2266726,285.65292,21.421993,1056.364,127.59238,3.0972645,10.128073,150.37558,187.66591,928.74475,896.1239 +2023-01-09 20:00:00,0.0,2404.6877,43.162685,8.337676,37.186977,29.387959,247.64833,28.668133,49.978764,18.561993,27.680037,238.37706,132.53027,14.762639,54.98903,1.7975186,1.4753938,47.08004,40.13741,35.502487,585.7341,20.432655,697.5835,128.61285,25.068506,71.159515,353.05795,72.73904,885.3226,255.21921,2609.6873,38.10129,2707.1653,387.85785,23.171965,21.130451,113.07416,232.41827,292.47836,616.2582,40.715054,21.583076,10.484737,494.69827,263.8477,68.42931,7.0244703,564.8804,12.724904,594.78687,7.183444,29.706617,0.0,791.2263,1748.9077,0.2610204,79.18835,14.43252,10261.179,28.341156,1.1182475,5.53405,15.6194935,9.310396,2.9240503,8.655581,253.56438,50.155617,4.5777874,0.705558,3.5613918,167.83582,0.9180637,141.4366,123.29408,1994.7395,184.24417,92.80458,161.89696,780.5153,49.455067,39.13111,830.5549,53.043472,79.3611,10.084132,22.604462,199.70024,11.122103,10.031052,54.09691,17.54208,4065.7017,18.007908,24.77285,15.834421,10.766359,281.46414,52.949306,28.025537,7.8983846,7.207278,13.679759,55.22362,81.24342,37.126614,184.39644,18.458323,6.57482,47.82581,24.868118,37.33689,116.08656,18.050913,1.5908736,26.729626,12.793594,1632.1537,21.310148,0.72424346,34.059273,12.53424,124.97475,82.208786,100.98875,8.315532,92.14704,335.82117,240.6442,28.282656,235.68205,73.7396,47.106335,69.391594,106.79685,15.495496,43.941418,482.151,4.6740074,8.6919365,221.25256,23.269815,9.024264,31.79205,30.388659,329.2039,99.06781,164.19437,1552.9,83.24169,1677.5796,1590.4077,11.591236,11.050672,1658.1448,21.861101,17.347088,427.53726,36.74234,63.019356,27.924364,107.34605,262.90146,418.8231,5.1407094,43.069702,146.31274,364.0622,9.303786,89.703415,10.161559,1.5191939,58.90611,0.9942084,1.1195562,3.2273788,10.935583,29.755764,18.313595,22.497313,495.5461,50.009407,27.977343,36.75605,13.191091,91.81989,10.156004,50.794266,10.109677,69.81731,19.197786,29.157982,39.747223,9.826209,43.233566,32.825535,1.1809204,62.02302,10.253371,220.62282,7.225633,285.5874,21.417606,1056.5691,127.565025,3.0969207,10.126163,150.34915,187.63513,928.67413,896.2243 +2023-01-09 21:00:00,0.0,2404.1152,43.14623,8.331921,37.140465,29.371534,247.53789,28.662506,49.96492,18.559559,27.675526,238.38445,132.5251,14.759063,54.981556,1.804236,1.4802247,47.06087,40.251194,35.55263,585.4936,20.467905,697.11017,128.62964,25.118343,71.268616,352.80923,72.75341,885.5636,255.22574,2608.822,38.131058,2706.5566,388.36786,23.199102,21.147087,113.23182,232.41548,292.51065,616.867,40.71371,21.57201,10.483812,494.6492,264.09058,68.509796,7.023276,564.9445,12.727112,594.78186,7.189508,29.709713,0.0,791.4552,1748.9197,0.26106176,79.13696,14.433145,10262.979,28.353613,1.1189058,5.532796,15.619746,9.320795,2.9282598,8.655933,253.64923,50.13329,4.576735,0.7058634,3.5655649,168.07314,0.91748154,141.4538,123.22944,1996.0288,184.12936,92.8343,161.95229,780.5711,49.507263,39.16541,831.2823,53.034435,79.369095,10.083647,22.61939,199.74704,11.124679,10.030023,54.108932,17.548056,4065.9739,18.007751,24.795362,15.835233,10.771917,281.5269,52.962948,28.043346,7.9011045,7.21061,13.6762085,55.221016,81.27576,37.15504,184.41733,18.459257,6.5849595,47.841755,24.862661,37.31631,116.09508,18.036814,1.5905948,26.75207,12.7910795,1631.3612,21.314371,0.72378165,34.111794,12.539578,124.99848,82.18508,100.973854,8.318166,92.17097,335.8365,240.62494,28.292618,235.65176,73.6953,47.103497,69.39074,106.868095,15.508168,43.96082,482.1208,4.6819882,8.70638,221.35559,23.265495,9.026006,31.826895,30.415049,329.5622,99.14289,164.2023,1553.5822,83.15964,1677.4403,1590.1724,11.586573,11.043246,1657.7844,21.852715,17.3376,427.46277,36.7245,62.991734,27.918571,107.283325,262.88254,418.73706,5.1389675,43.054867,146.19641,364.0046,9.298795,89.69565,10.157997,1.518915,58.903687,0.994253,1.1197138,3.227895,10.9345875,29.746178,18.309507,22.502016,494.99445,49.992943,27.96342,36.745464,13.185254,91.85383,10.145498,50.9043,10.105242,69.801445,19.176659,29.122858,39.716667,9.824093,43.19983,32.793346,1.1806779,62.00798,10.252473,220.61494,7.224594,285.52185,21.41322,1056.774,127.53768,3.0965772,10.124252,150.32272,187.60435,928.6035,896.32477 +2023-01-09 22:00:00,0.0,2403.543,43.129772,8.326165,37.093956,29.35511,247.42746,28.656878,49.951073,18.557123,27.671015,238.39183,132.51994,14.7554865,54.974083,1.8109534,1.4850557,47.0417,40.364983,35.602776,585.2532,20.503153,696.6369,128.64642,25.16818,71.377716,352.5605,72.767784,885.8047,255.23227,2607.9568,38.160824,2705.948,388.8779,23.22624,21.163721,113.38948,232.41269,292.54294,617.47577,40.712364,21.560944,10.482887,494.6001,264.33347,68.59027,7.0220814,565.0088,12.72932,594.7768,7.1955724,29.71281,0.0,791.68396,1748.9315,0.26110315,79.08559,14.433769,10264.778,28.366072,1.119564,5.5315413,15.619999,9.331194,2.9324694,8.656285,253.73407,50.110962,4.5756826,0.70616883,3.5697377,168.31047,0.9168994,141.471,123.16479,1997.3181,184.01456,92.86401,162.00761,780.62683,49.559464,39.19971,832.0097,53.0254,79.37709,10.08316,22.634317,199.79384,11.127254,10.028994,54.120956,17.55403,4066.2458,18.007593,24.817877,15.836045,10.777475,281.5896,52.97659,28.061155,7.903824,7.2139425,13.672659,55.218414,81.30809,37.183468,184.43822,18.460194,6.5950994,47.857704,24.857204,37.29573,116.10359,18.022715,1.5903158,26.774513,12.788565,1630.5687,21.318594,0.7233199,34.164314,12.544918,125.022224,82.161385,100.95896,8.320801,92.19489,335.8518,240.60567,28.302578,235.62149,73.650986,47.100655,69.38989,106.93935,15.520841,43.980225,482.0906,4.6899686,8.720823,221.45862,23.261175,9.027748,31.86174,30.44144,329.92047,99.21798,164.21025,1554.2642,83.07759,1677.3009,1589.9371,11.581908,11.03582,1657.424,21.844328,17.328114,427.38824,36.706654,62.96411,27.912777,107.220604,262.8636,418.65103,5.1372256,43.040035,146.0801,363.94705,9.293804,89.68788,10.154436,1.5186361,58.90126,0.99429756,1.1198715,3.228411,10.933592,29.736591,18.30542,22.50672,494.44275,49.97648,27.949501,36.73488,13.179417,91.88777,10.134992,51.01434,10.100806,69.785576,19.155529,29.087734,39.68611,9.821976,43.166092,32.761154,1.1804355,61.992935,10.251575,220.60706,7.223555,285.45633,21.408834,1056.9791,127.51033,3.0962334,10.122342,150.29628,187.5736,928.53284,896.4252 +2023-01-09 23:00:00,0.0,2402.9705,43.11332,8.32041,37.047447,29.338684,247.31703,28.651249,49.937225,18.55469,27.666502,238.39923,132.51477,14.751909,54.96661,1.8176707,1.4898865,47.02253,40.478767,35.65292,585.0127,20.538403,696.1636,128.66321,25.218018,71.48682,352.31177,72.78215,886.0457,255.23882,2607.0916,38.19059,2705.3394,389.38794,23.253378,21.180357,113.54714,232.4099,292.57523,618.0846,40.71102,21.549877,10.481962,494.55103,264.57635,68.670746,7.020887,565.07294,12.731527,594.7718,7.2016363,29.715908,0.0,791.9128,1748.9435,0.26114452,79.03421,14.434394,10266.577,28.37853,1.1202223,5.530287,15.620251,9.341593,2.9366791,8.656637,253.81892,50.088634,4.5746303,0.7064742,3.5739107,168.54779,0.9163172,141.48819,123.100136,1998.6074,183.89975,92.89372,162.06296,780.68256,49.611664,39.234013,832.7371,53.016365,79.385086,10.082675,22.649246,199.84065,11.129828,10.027964,54.132977,17.560005,4066.518,18.007437,24.84039,15.836858,10.783033,281.6523,52.99023,28.078964,7.9065433,7.2172747,13.669109,55.21581,81.34042,37.211895,184.4591,18.461128,6.605239,47.87365,24.851748,37.275146,116.11211,18.008615,1.590037,26.796959,12.78605,1629.7762,21.322817,0.7228581,34.216835,12.550257,125.04596,82.13768,100.94407,8.323435,92.21882,335.86716,240.58641,28.31254,235.5912,73.606674,47.097816,69.389046,107.01059,15.533512,43.999626,482.0604,4.697949,8.735266,221.56166,23.256855,9.0294895,31.896585,30.46783,330.27878,99.29306,164.21819,1554.946,82.99554,1677.1616,1589.7018,11.577245,11.028394,1657.0636,21.835941,17.318626,427.31375,36.688812,62.936493,27.906984,107.15788,262.84467,418.565,5.1354837,43.025204,145.96376,363.88947,9.288813,89.680115,10.150874,1.5183573,58.898838,0.99434215,1.1200291,3.228927,10.932595,29.727005,18.301332,22.511425,493.89108,49.960014,27.93558,36.724293,13.173579,91.92171,10.124485,51.124374,10.096371,69.769714,19.1344,29.052608,39.655556,9.819859,43.132355,32.728962,1.1801931,61.977894,10.250677,220.59918,7.2225156,285.3908,21.404448,1057.1842,127.48299,3.0958898,10.120432,150.26985,187.54282,928.4622,896.5256 +2023-01-10 00:00:00,0.0,2402.398,43.096863,8.314654,37.00094,29.32226,247.20659,28.645622,49.923378,18.552256,27.661991,238.40662,132.5096,14.748333,54.959137,1.8243881,1.4947175,47.003357,40.592556,35.703064,584.7723,20.57365,695.6903,128.68,25.267855,71.59592,352.06305,72.796524,886.28674,255.24535,2606.2263,38.220356,2704.731,389.89795,23.280516,21.196991,113.7048,232.4071,292.6075,618.6934,40.70968,21.53881,10.481038,494.50195,264.81924,68.75123,7.019693,565.1371,12.733735,594.7668,7.2077007,29.719006,0.0,792.1416,1748.9553,0.26118588,78.98283,14.435019,10268.377,28.39099,1.1208806,5.529032,15.620503,9.351992,2.9408886,8.656989,253.90378,50.066307,4.5735774,0.7067796,3.5780835,168.78513,0.91573507,141.50537,123.035484,1999.8969,183.78494,92.92344,162.11829,780.73834,49.66386,39.26831,833.46454,53.007328,79.39308,10.082189,22.664173,199.88745,11.132403,10.026935,54.145,17.56598,4066.7903,18.007278,24.862904,15.83767,10.788592,281.71506,53.003872,28.096775,7.9092627,7.2206073,13.665559,55.213203,81.37276,37.240322,184.48,18.462065,6.615379,47.889595,24.84629,37.254566,116.12063,17.994516,1.589758,26.819403,12.783535,1628.9838,21.327042,0.7223963,34.269356,12.555595,125.0697,82.11398,100.92918,8.326069,92.24274,335.88248,240.56714,28.322502,235.56091,73.56236,47.094975,69.38819,107.08183,15.546185,44.01903,482.0302,4.7059293,8.749709,221.66469,23.252535,9.031231,31.93143,30.49422,330.6371,99.36815,164.22614,1555.628,82.91349,1677.0223,1589.4666,11.57258,11.0209675,1656.7031,21.827555,17.30914,427.23926,36.670967,62.90887,27.90119,107.09516,262.8257,418.47897,5.133742,43.01037,145.84743,363.8319,9.283821,89.67235,10.147312,1.5180784,58.896416,0.99438673,1.1201868,3.229443,10.9316,29.717419,18.297245,22.516129,493.3394,49.94355,27.92166,36.71371,13.167742,91.95564,10.113979,51.23441,10.091935,69.753845,19.11327,29.017485,39.625,9.817741,43.098618,32.696774,1.1799506,61.96285,10.249779,220.5913,7.2214766,285.32526,21.40006,1057.3893,127.455635,3.0955462,10.118522,150.24342,187.51204,928.39154,896.626 +2023-01-10 01:00:00,0.0,2401.8254,43.080406,8.308898,36.954426,29.305836,247.09616,28.639994,49.909534,18.54982,27.65748,238.414,132.50444,14.744757,54.951664,1.8311055,1.4995484,46.984188,40.70634,35.753212,584.5318,20.6089,695.217,128.6968,25.317694,71.70502,351.8143,72.8109,886.5278,255.25189,2605.361,38.250122,2704.1223,390.408,23.307653,21.213627,113.86246,232.40431,292.6398,619.30225,40.708332,21.527744,10.480113,494.45288,265.06213,68.8317,7.0184984,565.2013,12.735943,594.7617,7.2137647,29.722103,0.0,792.3704,1748.9673,0.26122728,78.93145,14.435644,10270.177,28.403446,1.1215389,5.5277777,15.620756,9.3623905,2.9450982,8.657342,253.98862,50.043983,4.572525,0.707085,3.5822566,169.02245,0.91515285,141.52257,122.97083,2001.1862,183.67014,92.953156,162.17361,780.79407,49.71606,39.302612,834.192,52.99829,79.40108,10.081702,22.6791,199.93425,11.134978,10.025906,54.157024,17.571955,4067.0625,18.007122,24.885416,15.838483,10.79415,281.77777,53.017513,28.114584,7.911982,7.2239394,13.662009,55.2106,81.40509,37.26875,184.50089,18.463,6.6255183,47.90554,24.840834,37.233986,116.12914,17.980415,1.5894792,26.841846,12.78102,1628.1913,21.331264,0.7219345,34.321873,12.560934,125.09344,82.09028,100.91428,8.328704,92.26666,335.8978,240.54788,28.332462,235.53062,73.51805,47.092136,69.387344,107.15308,15.558857,44.038433,482.0,4.71391,8.764153,221.76772,23.248215,9.032973,31.966274,30.520613,330.9954,99.44323,164.23407,1556.3102,82.831436,1676.883,1589.2312,11.567917,11.013541,1656.3428,21.81917,17.299652,427.16473,36.653126,62.88125,27.895397,107.03244,262.8068,418.39294,5.132,42.995537,145.7311,363.77432,9.278831,89.66458,10.14375,1.5177996,58.893993,0.9944313,1.1203444,3.229959,10.930604,29.707834,18.293158,22.520834,492.78772,49.927082,27.907738,36.703125,13.161905,91.989586,10.103473,51.344444,10.087501,69.73798,19.092142,28.98236,39.594444,9.815624,43.06488,32.66458,1.1797081,61.947803,10.24888,220.58342,7.2204375,285.25974,21.395674,1057.5944,127.42829,3.0952024,10.1166115,150.217,187.48126,928.3209,896.7264 +2023-01-10 02:00:00,0.0,2401.253,43.06395,8.303143,36.907917,29.28941,246.98573,28.634365,49.895687,18.547386,27.65297,238.4214,132.49927,14.74118,54.94419,1.8378228,1.5043793,46.96502,40.82013,35.803356,584.2914,20.644148,694.7437,128.71358,25.36753,71.81412,351.56558,72.825264,886.7688,255.25842,2604.4958,38.27989,2703.5137,390.918,23.334791,21.23026,114.02012,232.40152,292.6721,619.9111,40.70699,21.516676,10.479188,494.40378,265.305,68.912186,7.017304,565.2655,12.738151,594.7567,7.219829,29.7252,0.0,792.59924,1748.9791,0.26126865,78.88007,14.436269,10271.976,28.415905,1.1221972,5.526523,15.621009,9.372789,2.9493077,8.657694,254.07347,50.021656,4.5714726,0.70739037,3.5864294,169.25978,0.9145707,141.53976,122.90618,2002.4755,183.55533,92.98287,162.22894,780.84985,49.76826,39.336914,834.91943,52.989258,79.40907,10.081217,22.694027,199.98106,11.137553,10.024877,54.169044,17.57793,4067.3347,18.006964,24.90793,15.839294,10.799708,281.84048,53.031155,28.132393,7.9147015,7.227272,13.658459,55.207996,81.43742,37.297176,184.52177,18.463936,6.6356583,47.921486,24.835377,37.213406,116.13766,17.966316,1.5892003,26.86429,12.778505,1627.3988,21.335487,0.72147274,34.374393,12.566273,125.11718,82.06658,100.89939,8.331338,92.29059,335.91315,240.52863,28.342424,235.50034,73.47375,47.089294,69.3865,107.22433,15.571529,44.05784,481.96982,4.7218904,8.778595,221.87076,23.243895,9.034715,32.00112,30.547003,331.3537,99.51831,164.24202,1556.9922,82.74939,1676.7437,1588.9958,11.563252,11.006116,1655.9823,21.810783,17.290167,427.09024,36.635284,62.85363,27.889603,106.96972,262.78784,418.30692,5.1302576,42.9807,145.61476,363.71677,9.273839,89.656815,10.140188,1.5175207,58.89157,0.9944759,1.1205021,3.230475,10.929608,29.698248,18.28907,22.525537,492.23602,49.910618,27.893818,36.69254,13.156068,92.02352,10.092966,51.454483,10.083065,69.722115,19.071012,28.947237,39.56389,9.813508,43.031147,32.63239,1.1794657,61.932762,10.247982,220.57553,7.219398,285.1942,21.391287,1057.7994,127.40095,3.094859,10.114701,150.19057,187.45049,928.2503,896.82684 +2023-01-10 03:00:00,0.0,2400.6804,43.047493,8.297387,36.86141,29.272985,246.87529,28.628738,49.88184,18.544952,27.648457,238.42879,132.4941,14.737604,54.936718,1.8445402,1.5092102,46.945847,40.933914,35.8535,584.0509,20.679398,694.2704,128.73036,25.417368,71.92322,351.31683,72.83964,887.0099,255.26497,2603.6304,38.309658,2702.9053,391.42804,23.361929,21.246897,114.17778,232.39873,292.70438,620.51984,40.705647,21.50561,10.478263,494.3547,265.54788,68.99266,7.0161095,565.3297,12.740359,594.75165,7.225893,29.728296,0.0,792.828,1748.9911,0.26131,78.82869,14.436893,10273.775,28.428364,1.1228554,5.525269,15.621262,9.383188,2.9535172,8.658046,254.15831,49.99933,4.5704203,0.7076958,3.5906024,169.49712,0.91398853,141.55696,122.84153,2003.7648,183.44052,93.01259,162.28427,780.9056,49.82046,39.371212,835.64685,52.98022,79.41707,10.08073,22.708956,200.02786,11.140128,10.023847,54.18107,17.583904,4067.607,18.006807,24.930443,15.840107,10.805267,281.90323,53.044796,28.150202,7.917421,7.230604,13.654909,55.20539,81.46976,37.325603,184.54266,18.46487,6.6457977,47.93743,24.82992,37.192825,116.14617,17.952217,1.5889213,26.886736,12.7759905,1626.6063,21.33971,0.7210109,34.426914,12.571611,125.140915,82.04288,100.8845,8.333972,92.314514,335.92847,240.50935,28.352385,235.47005,73.429436,47.086456,69.38564,107.29558,15.584202,44.07724,481.9396,4.729871,8.793038,221.97379,23.239574,9.036457,32.035965,30.573393,331.712,99.5934,164.24995,1557.6742,82.667336,1676.6044,1588.7606,11.558589,10.99869,1655.6218,21.802397,17.28068,427.01575,36.61744,62.826008,27.883808,106.907,262.76892,418.2209,5.1285157,42.96587,145.49843,363.65918,9.268847,89.64905,10.136626,1.5172418,58.889145,0.9945205,1.1206598,3.2309911,10.928613,29.688662,18.284983,22.530241,491.68436,49.894154,27.879896,36.681957,13.15023,92.05746,10.08246,51.564518,10.0786295,69.70625,19.049883,28.912111,39.533333,9.811391,42.99741,32.6002,1.1792233,61.917717,10.247084,220.56766,7.218359,285.12866,21.3869,1058.0045,127.3736,3.094515,10.112791,150.16414,187.41971,928.1796,896.92725 +2023-01-10 04:00:00,0.0,2400.108,43.031036,8.291632,36.814896,29.256561,246.76486,28.62311,49.867992,18.542517,27.643946,238.43617,132.48894,14.734028,54.929245,1.8512576,1.5140412,46.926678,41.047703,35.903645,583.8105,20.714645,693.7971,128.74715,25.467205,72.03232,351.0681,72.85401,887.2509,255.2715,2602.7651,38.339424,2702.2966,391.93805,23.389067,21.26353,114.335434,232.39594,292.73666,621.12866,40.7043,21.494543,10.477338,494.30563,265.79077,69.073135,7.0149155,565.3939,12.742567,594.74664,7.2319574,29.731394,0.0,793.0569,1749.003,0.2613514,78.77731,14.437518,10275.575,28.440823,1.1235137,5.5240145,15.621514,9.393587,2.9577267,8.658398,254.24316,49.977,4.569368,0.7080012,3.5947752,169.73444,0.9134064,141.57416,122.776886,2005.0542,183.32571,93.0423,162.33961,780.9613,49.872658,39.405514,836.37427,52.971184,79.425064,10.080244,22.723883,200.07466,11.142704,10.022818,54.19309,17.58988,4067.8792,18.006649,24.952957,15.8409195,10.810825,281.96594,53.058437,28.16801,7.9201407,7.233937,13.65136,55.202785,81.50209,37.354034,184.56355,18.465807,6.6559377,47.953377,24.824463,37.172245,116.154686,17.938118,1.5886425,26.90918,12.773476,1625.8138,21.343933,0.72054917,34.479435,12.57695,125.16465,82.01918,100.869606,8.336607,92.33844,335.9438,240.4901,28.362347,235.43976,73.385124,47.083614,69.384796,107.36682,15.596874,44.096645,481.9094,4.7378516,8.807482,222.07681,23.235254,9.038198,32.070812,30.599785,332.0703,99.66848,164.2579,1558.3562,82.58529,1676.4651,1588.5253,11.553925,10.991263,1655.2615,21.79401,17.271193,426.94122,36.599598,62.798386,27.878016,106.84428,262.74997,418.13486,5.126774,42.95104,145.3821,363.60162,9.263857,89.64128,10.133064,1.516963,58.886723,0.99456507,1.1208174,3.231507,10.927617,29.679075,18.280895,22.534946,491.13266,49.87769,27.865976,36.67137,13.144394,92.0914,10.071954,51.674553,10.074194,69.690384,19.028755,28.876987,39.502777,9.809274,42.963673,32.56801,1.1789808,61.902676,10.246185,220.55977,7.21732,285.06314,21.382513,1058.2096,127.34625,3.0941715,10.110881,150.13771,187.38893,928.109,897.02765 +2023-01-10 05:00:00,0.0,2399.5354,43.014584,8.285876,36.768387,29.240137,246.65443,28.617481,49.85415,18.540083,27.639435,238.44357,132.48376,14.730452,54.921772,1.8579749,1.518872,46.907505,41.161488,35.953793,583.57,20.749895,693.3238,128.76393,25.517042,72.14142,350.81937,72.86838,887.49194,255.27803,2601.9,38.36919,2701.688,392.4481,23.416204,21.280167,114.493095,232.39314,292.76895,621.7375,40.702957,21.483477,10.476414,494.25656,266.03366,69.15362,7.013721,565.45807,12.744775,594.7416,7.2380214,29.734491,0.0,793.28564,1749.0149,0.26139277,78.72594,14.438143,10277.374,28.45328,1.1241721,5.52276,15.621767,9.403986,2.9619362,8.65875,254.328,49.954674,4.5683155,0.70830655,3.5989482,169.97177,0.9128242,141.59134,122.712234,2006.3435,183.2109,93.072014,162.39494,781.0171,49.92486,39.43981,837.10175,52.96215,79.43306,10.079759,22.738811,200.12148,11.145279,10.021789,54.205112,17.595856,4068.1511,18.006493,24.97547,15.841732,10.816383,282.02866,53.07208,28.18582,7.92286,7.237269,13.647809,55.200184,81.534424,37.38246,184.58444,18.466742,6.666077,47.969322,24.819006,37.151665,116.1632,17.924019,1.5883635,26.931623,12.770961,1625.0214,21.348158,0.72008735,34.531956,12.58229,125.18839,81.995476,100.85471,8.339241,92.362366,335.95914,240.47083,28.372307,235.40948,73.34081,47.080776,69.38395,107.43807,15.609547,44.116047,481.8792,4.745832,8.821924,222.17986,23.230934,9.039941,32.105656,30.626175,332.4286,99.74357,164.26584,1559.0382,82.503235,1676.3257,1588.29,11.54926,10.983837,1654.901,21.785624,17.261705,426.86673,36.581757,62.770767,27.872221,106.781555,262.73105,418.04883,5.125032,42.936203,145.26576,363.54404,9.258865,89.633514,10.129503,1.5166842,58.8843,0.99460965,1.1209751,3.232023,10.926621,29.669489,18.276808,22.53965,490.581,49.86122,27.852055,36.660786,13.1385565,92.125336,10.061448,51.784588,10.069758,69.67452,19.007626,28.841864,39.47222,9.807157,42.929935,32.53582,1.1787384,61.88763,10.245287,220.5519,7.2162805,284.99762,21.378126,1058.4147,127.3189,3.093828,10.108972,150.11128,187.35817,928.0383,897.12805 +2023-01-10 06:00:00,0.0,2398.963,42.998127,8.280121,36.721878,29.223711,246.54399,28.611855,49.8403,18.537647,27.634924,238.45096,132.47859,14.726875,54.9143,1.8646923,1.523703,46.888336,41.275276,36.003937,583.3296,20.785143,692.8505,128.78072,25.566881,72.25052,350.57065,72.88275,887.733,255.28458,2601.0347,38.398956,2701.0796,392.9581,23.443342,21.2968,114.650764,232.39035,292.80124,622.3463,40.701614,21.47241,10.475489,494.20746,266.27655,69.23409,7.0125265,565.5223,12.746983,594.7366,7.244086,29.737589,0.0,793.51447,1749.0269,0.26143414,78.67455,14.438767,10279.174,28.465738,1.1248304,5.5215054,15.622019,9.414385,2.9661458,8.6591015,254.41286,49.932346,4.5672626,0.70861197,3.603121,170.20909,0.91224205,141.60854,122.64758,2007.6328,183.0961,93.10173,162.45027,781.0728,49.97706,39.474113,837.82916,52.953114,79.441055,10.079272,22.753738,200.16827,11.147854,10.020759,54.217136,17.60183,4068.4233,18.006334,24.997984,15.842545,10.821942,282.0914,53.08572,28.203629,7.9255795,7.240601,13.644259,55.19758,81.56676,37.41089,184.60533,18.467678,6.676217,47.985268,24.813549,37.131084,116.171715,17.909918,1.5880847,26.95407,12.768446,1624.2289,21.35238,0.7196256,34.584476,12.587628,125.21213,81.97178,100.83982,8.341876,92.38629,335.97446,240.45157,28.382269,235.3792,73.2965,47.077934,69.383095,107.509315,15.622219,44.135452,481.849,4.7538123,8.836368,222.28288,23.226614,9.041682,32.1405,30.652565,332.7869,99.81865,164.27379,1559.7202,82.42119,1676.1864,1588.0547,11.544597,10.976411,1654.5406,21.777237,17.252218,426.7922,36.56391,62.743145,27.866428,106.71884,262.7121,417.9628,5.12329,42.92137,145.14943,363.48648,9.253874,89.62575,10.125941,1.5164052,58.881878,0.99465424,1.1211327,3.2325392,10.925626,29.659903,18.27272,22.544355,490.0293,49.844757,27.838133,36.6502,13.132719,92.15927,10.050941,51.894627,10.065323,69.65865,18.986496,28.80674,39.441666,9.80504,42.8962,32.503628,1.1784959,61.872585,10.244389,220.544,7.2152414,284.93207,21.37374,1058.6196,127.29156,3.0934842,10.107061,150.08485,187.3274,927.9677,897.22845 +2023-01-10 07:00:00,0.0,2398.3904,42.98167,8.274365,36.67537,29.207287,246.43356,28.606226,49.826454,18.535213,27.630411,238.45834,132.47343,14.723299,54.906826,1.8714097,1.5285339,46.869164,41.38906,36.05408,583.0891,20.820393,692.3772,128.7975,25.616718,72.35962,350.3219,72.897125,887.974,255.2911,2600.1694,38.428722,2700.471,393.46814,23.47048,21.313437,114.808426,232.38756,292.83353,622.9551,40.700268,21.461344,10.474564,494.1584,266.51944,69.31457,7.011332,565.5865,12.74919,594.73157,7.2501497,29.740686,0.0,793.7433,1749.0387,0.26147553,78.62318,14.439392,10280.974,28.478197,1.1254886,5.520251,15.622272,9.424784,2.9703553,8.659453,254.49771,49.910023,4.5662103,0.7089174,3.607294,170.44643,0.9116599,141.62573,122.58293,2008.9221,182.9813,93.131454,162.5056,781.12854,50.02926,39.508415,838.5566,52.944077,79.44905,10.078787,22.768665,200.21509,11.150429,10.01973,54.229156,17.607805,4068.6956,18.006178,25.020496,15.843357,10.8275,282.1541,53.09936,28.221437,7.928299,7.2439337,13.640709,55.194973,81.59908,37.439316,184.62622,18.468613,6.6863565,48.001213,24.808092,37.110504,116.18023,17.895819,1.5878057,26.976513,12.765931,1623.4364,21.356604,0.7191638,34.636997,12.592967,125.23587,81.948074,100.82493,8.34451,92.41021,335.98978,240.4323,28.392231,235.3489,73.2522,47.075096,69.38225,107.58056,15.6348915,44.154854,481.81882,4.761793,8.850811,222.38591,23.222294,9.043424,32.175346,30.678957,333.1452,99.89373,164.28172,1560.4022,82.339134,1676.0471,1587.8193,11.539932,10.968986,1654.1802,21.768852,17.242731,426.7177,36.54607,62.715523,27.860634,106.65612,262.69318,417.87677,5.121548,42.90654,145.03311,363.4289,9.248883,89.61798,10.122379,1.5161264,58.879456,0.9946988,1.1212904,3.233055,10.92463,29.650318,18.268633,22.549059,489.47763,49.828293,27.824213,36.639618,13.126882,92.193214,10.040435,52.00466,10.060887,69.64279,18.965368,28.771614,39.41111,9.802923,42.86246,32.471436,1.1782534,61.857544,10.24349,220.53613,7.2142024,284.86655,21.369352,1058.8247,127.264206,3.0931406,10.105151,150.05843,187.29662,927.8971,897.3289 +2023-01-10 08:00:00,0.0,2397.8179,42.965214,8.268609,36.628857,29.190863,246.32314,28.600597,49.812607,18.53278,27.6259,238.46574,132.46826,14.719722,54.899353,1.878127,1.5333648,46.849995,41.50285,36.104225,582.8487,20.85564,691.90393,128.81429,25.666555,72.46872,350.07318,72.9115,888.215,255.29765,2599.3042,38.45849,2699.8623,393.97818,23.497618,21.33007,114.96608,232.38478,292.8658,623.5639,40.698925,21.450277,10.473639,494.1093,266.76233,69.39505,7.0101376,565.65063,12.751398,594.7265,7.256214,29.743782,0.0,793.9721,1749.0507,0.2615169,78.5718,14.440018,10282.772,28.490654,1.1261469,5.5189962,15.622524,9.435182,2.9745648,8.659805,254.58255,49.887695,4.565158,0.70922273,3.611467,170.68375,0.91107774,141.64293,122.51828,2010.2115,182.86649,93.16117,162.56093,781.1843,50.081455,39.542713,839.284,52.935043,79.45705,10.0783,22.783592,200.26189,11.153004,10.018701,54.24118,17.61378,4068.9678,18.00602,25.04301,15.844169,10.833058,282.21683,53.113003,28.239246,7.9310184,7.247266,13.637159,55.192368,81.63142,37.467743,184.64711,18.46955,6.6964965,48.01716,24.802633,37.08992,116.18874,17.88172,1.5875269,26.998957,12.763416,1622.6439,21.360826,0.718702,34.689514,12.598306,125.259605,81.92438,100.810036,8.347144,92.434135,336.00513,240.41304,28.402191,235.31862,73.207886,47.072254,69.3814,107.65181,15.647564,44.17426,481.7886,4.7697735,8.865253,222.48895,23.217974,9.045166,32.21019,30.705347,333.5035,99.96882,164.28967,1561.0842,82.25709,1675.9077,1587.5841,11.535269,10.961559,1653.8197,21.760466,17.233244,426.64322,36.52823,62.687904,27.854841,106.5934,262.67422,417.79074,5.1198063,42.891705,144.91678,363.37134,9.243892,89.610214,10.118817,1.5158476,58.87703,0.9947434,1.1214482,3.233571,10.923635,29.640732,18.264545,22.553764,488.92593,49.81183,27.810291,36.629032,13.121045,92.22715,10.029929,52.114697,10.056452,69.62692,18.944239,28.73649,39.380554,9.800806,42.828728,32.439247,1.1780111,61.8425,10.242592,220.52824,7.213163,284.80103,21.364965,1059.0298,127.23686,3.0927968,10.103241,150.032,187.26584,927.8264,897.4293 +2023-01-10 09:00:00,0.0,2397.2454,42.948757,8.262854,36.582348,29.174437,246.21269,28.59497,49.798763,18.530344,27.62139,238.47313,132.46309,14.7161455,54.89188,1.8848444,1.5381957,46.830826,41.616634,36.15437,582.6082,20.89089,691.4306,128.83107,25.716393,72.57782,349.82443,72.925865,888.4561,255.30418,2598.439,38.488255,2699.2537,394.4882,23.524755,21.346706,115.12374,232.38199,292.8981,624.1727,40.697582,21.43921,10.472713,494.06024,267.00522,69.475525,7.0089436,565.71484,12.753606,594.7215,7.262278,29.74688,0.0,794.2009,1749.0625,0.26155826,78.52042,14.440642,10284.572,28.503113,1.1268052,5.517742,15.622777,9.4455805,2.9787743,8.660158,254.6674,49.865368,4.5641055,0.70952815,3.61564,170.92108,0.9104956,141.66011,122.45363,2011.5009,182.75168,93.19089,162.61627,781.24005,50.133656,39.577015,840.0115,52.926006,79.46504,10.077814,22.798521,200.30869,11.155579,10.017671,54.253204,17.619755,4069.24,18.005863,25.065525,15.844981,10.838616,282.27957,53.126644,28.257057,7.9337378,7.2505984,13.633609,55.189766,81.66375,37.49617,184.668,18.470484,6.7066364,48.033104,24.797176,37.06934,116.19726,17.86762,1.587248,27.0214,12.760901,1621.8514,21.36505,0.7182402,34.742035,12.603644,125.28335,81.90067,100.79514,8.349779,92.45806,336.02045,240.39377,28.412153,235.28833,73.163574,47.069416,69.38055,107.72305,15.660236,44.19366,481.75842,4.777754,8.879697,222.59198,23.213654,9.046907,32.245037,30.731737,333.86182,100.0439,164.29762,1561.7664,82.17503,1675.7684,1587.3488,11.530604,10.954133,1653.4594,21.752079,17.223757,426.5687,36.510384,62.660282,27.849047,106.53068,262.6553,417.7047,5.1180644,42.876873,144.80045,363.31375,9.2389,89.60245,10.115255,1.5155687,58.874607,0.994788,1.1216058,3.234087,10.922639,29.631145,18.260458,22.558468,488.37424,49.795364,27.796371,36.618446,13.115208,92.261086,10.019423,52.22473,10.052016,69.61106,18.92311,28.701366,39.35,9.798689,42.79499,32.407055,1.1777686,61.827454,10.2416935,220.52037,7.212124,284.73547,21.36058,1059.2349,127.20952,3.0924532,10.101331,150.00557,187.23506,927.7558,897.5297 +2023-01-10 10:00:00,0.0,2396.673,42.9323,8.257098,36.53584,29.158012,246.10226,28.589342,49.784916,18.52791,27.616879,238.48051,132.45793,14.712569,54.884407,1.8915617,1.5430266,46.811653,41.730423,36.204517,582.3678,20.926138,690.95734,128.84785,25.76623,72.68692,349.5757,72.94024,888.69714,255.31071,2597.5737,38.518024,2698.6453,394.99823,23.551893,21.36334,115.2814,232.3792,292.9304,624.78156,40.696236,21.428144,10.471789,494.01114,267.2481,69.556,7.007749,565.77905,12.755814,594.71643,7.2683425,29.749977,0.0,794.4297,1749.0745,0.26159966,78.46904,14.441267,10286.372,28.515572,1.1274635,5.5164876,15.62303,9.455979,2.9829838,8.66051,254.75224,49.84304,4.563053,0.70983356,3.6198127,171.1584,0.9099134,141.6773,122.38898,2012.7902,182.63687,93.2206,162.6716,781.29584,50.185856,39.611317,840.7389,52.91697,79.47304,10.077329,22.813448,200.3555,11.158154,10.016642,54.265224,17.62573,4069.5122,18.005705,25.088037,15.845794,10.844175,282.3423,53.140285,28.274866,7.9364576,7.2539306,13.630059,55.18716,81.69608,37.524597,184.68889,18.471418,6.716776,48.04905,24.79172,37.04876,116.20578,17.853521,1.586969,27.043846,12.758387,1621.059,21.369272,0.7177784,34.794556,12.608983,125.30708,81.876976,100.78025,8.352413,92.48199,336.03577,240.37451,28.422113,235.25804,73.11926,47.066574,69.3797,107.794304,15.672909,44.213066,481.7282,4.7857347,8.89414,222.695,23.209333,9.04865,32.27988,30.75813,334.22012,100.11899,164.30556,1562.4482,82.09299,1675.6292,1587.1135,11.525941,10.946707,1653.0989,21.743692,17.21427,426.4942,36.492542,62.63266,27.843252,106.46796,262.63635,417.61868,5.1163225,42.862038,144.68411,363.2562,9.23391,89.59468,10.111693,1.5152898,58.872185,0.9948326,1.1217635,3.2346032,10.921643,29.62156,18.25637,22.563171,487.82257,49.778896,27.78245,36.607864,13.10937,92.29503,10.008916,52.334766,10.047581,69.59519,18.90198,28.666243,39.319443,9.796573,42.761253,32.374863,1.1775261,61.812412,10.240795,220.51248,7.211085,284.66995,21.356194,1059.44,127.18217,3.0921097,10.099421,149.97914,187.20428,927.6851,897.6301 +2023-01-10 11:00:00,0.0,2396.1006,42.915848,8.251343,36.48933,29.141588,245.99184,28.583714,49.77107,18.525476,27.612366,238.48792,132.45276,14.708993,54.876934,1.8982791,1.5478575,46.792484,41.844208,36.25466,582.1273,20.961386,690.484,128.86464,25.816067,72.79602,349.32697,72.95461,888.9382,255.31726,2596.7085,38.54779,2698.0366,395.50824,23.579031,21.379976,115.439064,232.3764,292.96268,625.3904,40.694893,21.417078,10.470864,493.96207,267.491,69.63648,7.0065546,565.84326,12.758021,594.7114,7.2744064,29.753075,0.0,794.65857,1749.0864,0.26164103,78.41766,14.441892,10288.171,28.52803,1.1281217,5.515233,15.6232815,9.466378,2.9871933,8.660862,254.8371,49.820713,4.5620008,0.7101389,3.6239858,171.39574,0.90933126,141.6945,122.324326,2014.0795,182.52206,93.25031,162.72693,781.35156,50.238052,39.645615,841.4663,52.907936,79.48103,10.076842,22.828373,200.4023,11.160728,10.015613,54.27725,17.631704,4069.7842,18.005548,25.110552,15.846606,10.849733,282.405,53.153927,28.292675,7.939177,7.257263,13.62651,55.184555,81.72842,37.553024,184.70978,18.472355,6.726916,48.064995,24.786263,37.02818,116.214294,17.839422,1.5866902,27.06629,12.755872,1620.2665,21.373497,0.7173166,34.847076,12.614322,125.330826,81.85327,100.76536,8.355047,92.50591,336.05112,240.35524,28.432076,235.22775,73.07495,47.063736,69.378845,107.86555,15.685581,44.232468,481.698,4.793715,8.908584,222.79805,23.205011,9.050391,32.314728,30.78452,334.57843,100.19407,164.3135,1563.1302,82.01093,1675.4897,1586.8782,11.521276,10.9392805,1652.7385,21.735306,17.204782,426.4197,36.474697,62.60504,27.83746,106.405235,262.61743,417.53265,5.1145806,42.847206,144.56778,363.1986,9.228918,89.586914,10.108131,1.515011,58.869762,0.99487716,1.1219211,3.235119,10.920648,29.611973,18.252283,22.567877,487.27087,49.762432,27.76853,36.59728,13.103533,92.328964,9.99841,52.444805,10.043145,69.57933,18.880852,28.631117,39.288887,9.794456,42.727516,32.342674,1.1772836,61.797367,10.239897,220.5046,7.2100453,284.6044,21.351807,1059.645,127.15482,3.0917659,10.09751,149.95271,187.17351,927.6145,897.7305 +2023-01-10 12:00:00,0.0,2395.528,42.89939,8.245587,36.442818,29.125164,245.8814,28.578087,49.75722,18.52304,27.607855,238.4953,132.44759,14.705417,54.86946,1.9049965,1.5526885,46.77331,41.957996,36.304806,581.8869,20.996635,690.01074,128.88142,25.865906,72.90512,349.07825,72.96898,889.1792,255.32379,2595.8433,38.577557,2697.428,396.01828,23.606169,21.39661,115.596725,232.37361,292.99496,625.99915,40.69355,21.406012,10.469939,493.913,267.7339,69.71696,7.00536,565.9075,12.760229,594.70636,7.280471,29.756172,0.0,794.8873,1749.0983,0.2616824,78.36629,14.442516,10289.971,28.540487,1.1287801,5.5139785,15.623535,9.476777,2.9914029,8.661214,254.92194,49.79839,4.560948,0.71044433,3.6281586,171.63306,0.90874904,141.7117,122.259674,2015.3689,182.40726,93.28003,162.78226,781.4073,50.290253,39.679916,842.1937,52.8989,79.48902,10.076357,22.843302,200.4491,11.163303,10.014584,54.289272,17.63768,4070.0564,18.00539,25.133064,15.847419,10.855291,282.46774,53.16757,28.310484,7.9418964,7.2605953,13.622959,55.181953,81.76075,37.58145,184.73065,18.47329,6.7370553,48.080944,24.780806,37.0076,116.22281,17.825321,1.5864112,27.088734,12.753357,1619.474,21.37772,0.7168548,34.899597,12.619661,125.35456,81.829575,100.750465,8.357682,92.52984,336.06644,240.33598,28.442036,235.19746,73.03065,47.060894,69.378,107.9368,15.698254,44.251873,481.66782,4.8016953,8.923026,222.90108,23.200691,9.052134,32.34957,30.81091,334.9367,100.26915,164.32144,1563.8123,81.92889,1675.3505,1586.6428,11.516613,10.931855,1652.378,21.726921,17.195295,426.34518,36.456856,62.57742,27.831665,106.342514,262.59848,417.44662,5.1128383,42.832375,144.45145,363.14105,9.223927,89.57915,10.10457,1.5147321,58.86734,0.99492174,1.1220788,3.235635,10.919652,29.602386,18.248196,22.57258,486.7192,49.745968,27.754608,36.586693,13.097696,92.3629,9.987904,52.55484,10.03871,69.56346,18.859722,28.595993,39.25833,9.792338,42.69378,32.310482,1.1770413,61.782326,10.238998,220.49672,7.2090063,284.53888,21.34742,1059.8501,127.12747,3.0914223,10.0956,149.92627,187.14275,927.5439,897.831 +2023-01-10 13:00:00,0.0,2394.9556,42.882935,8.239832,36.39631,29.108738,245.77097,28.572458,49.743378,18.520607,27.603344,238.50269,132.44243,14.70184,54.861988,1.9117138,1.5575193,46.754143,42.07178,36.35495,581.6464,21.031883,689.5374,128.89821,25.915743,73.01422,348.8295,72.98335,889.4202,255.33034,2594.978,38.607323,2696.8196,396.5283,23.633307,21.413244,115.75438,232.37082,293.02725,626.608,40.692204,21.394945,10.469014,493.8639,267.97678,69.79743,7.004166,565.9716,12.762437,594.70135,7.286535,29.759268,0.0,795.1162,1749.1102,0.2617238,78.3149,14.443141,10291.7705,28.552946,1.1294384,5.512724,15.623787,9.487176,2.9956124,8.661566,255.00679,49.776062,4.5598955,0.71074975,3.6323316,171.87039,0.9081669,141.72888,122.19503,2016.6582,182.29245,93.309746,162.83759,781.4631,50.342453,39.71422,842.92114,52.889862,79.49702,10.0758705,22.858229,200.49591,11.165879,10.013554,54.301292,17.643654,4070.3286,18.005234,25.155579,15.848231,10.86085,282.53046,53.18121,28.328293,7.944616,7.263928,13.61941,55.179348,81.79308,37.60988,184.75154,18.474226,6.7471952,48.09689,24.775349,36.98702,116.23132,17.811222,1.5861324,27.11118,12.750842,1618.6815,21.381943,0.71639305,34.952118,12.625,125.3783,81.80587,100.73557,8.360316,92.553764,336.08176,240.31671,28.451998,235.16719,72.986336,47.058056,69.37715,108.00804,15.710926,44.271275,481.6376,4.8096757,8.9374695,223.0041,23.196371,9.053875,32.384415,30.8373,335.295,100.34424,164.32939,1564.4944,81.84683,1675.2112,1586.4076,11.511949,10.924429,1652.0176,21.718534,17.185808,426.2707,36.439014,62.549797,27.825872,106.27979,262.57956,417.3606,5.1110964,42.81754,144.33511,363.08347,9.218936,89.57138,10.101008,1.5144532,58.864914,0.9949663,1.1222365,3.2361512,10.918656,29.592802,18.244108,22.577286,486.1675,49.729504,27.740688,36.576107,13.091859,92.39684,9.977398,52.664875,10.034274,69.5476,18.838593,28.56087,39.227776,9.790221,42.66004,32.27829,1.1767988,61.76728,10.2381,220.48883,7.2079673,284.47336,21.343033,1060.0552,127.10013,3.0910788,10.09369,149.89984,187.11197,927.4732,897.9314 +2023-01-10 14:00:00,0.0,2394.383,42.866478,8.2340765,36.3498,29.092314,245.66054,28.56683,49.72953,18.518171,27.598833,238.51009,132.43726,14.698264,54.854515,1.9184312,1.5623503,46.73497,42.185566,36.405098,581.406,21.067133,689.06415,128.915,25.96558,73.12332,348.58078,72.99773,889.6613,255.33687,2594.1128,38.63709,2696.211,397.03833,23.660444,21.42988,115.91204,232.36803,293.05954,627.2168,40.69086,21.383879,10.468089,493.81482,268.21967,69.877914,7.0029716,566.0358,12.764645,594.69635,7.292599,29.762365,0.0,795.345,1749.1221,0.26176515,78.26353,14.443766,10293.569,28.565405,1.1300967,5.5114694,15.624039,9.497575,2.999822,8.661918,255.09164,49.753735,4.558843,0.7110551,3.6365044,172.10773,0.9075847,141.74608,122.13038,2017.9475,182.17764,93.33946,162.89293,781.5188,50.394653,39.748516,843.6486,52.88083,79.50501,10.075384,22.873158,200.54271,11.168454,10.012525,54.313316,17.64963,4070.6008,18.005075,25.178091,15.849043,10.866408,282.5932,53.19485,28.346102,7.9473352,7.26726,13.615859,55.176743,81.82542,37.638306,184.77243,18.47516,6.7573347,48.112835,24.769892,36.96644,116.23984,17.797123,1.5858535,27.133623,12.748327,1617.889,21.386166,0.71593124,35.004635,12.630339,125.40204,81.78217,100.72068,8.362951,92.57768,336.0971,240.29745,28.46196,235.1369,72.942024,47.055214,69.3763,108.079285,15.7235985,44.29068,481.60742,4.8176565,8.951913,223.10715,23.19205,9.055616,32.419262,30.863691,335.65332,100.41932,164.33733,1565.1763,81.764786,1675.0719,1586.1722,11.507285,10.917003,1651.6572,21.710148,17.176321,426.1962,36.42117,62.52218,27.820078,106.21707,262.5606,417.27457,5.1093545,42.802708,144.21878,363.0259,9.213944,89.563614,10.097446,1.5141743,58.86249,0.9950109,1.1223941,3.2366672,10.917661,29.583216,18.24002,22.58199,485.61584,49.71304,27.726767,36.565525,13.086021,92.43078,9.966891,52.77491,10.029839,69.53173,18.817465,28.525745,39.19722,9.788104,42.62631,32.2461,1.1765563,61.752235,10.237203,220.48096,7.206928,284.4078,21.338646,1060.2603,127.07278,3.090735,10.09178,149.87341,187.08119,927.4026,898.0318 +2023-01-10 15:00:00,0.0,2393.8105,42.85002,8.22832,36.303288,29.07589,245.5501,28.561203,49.715683,18.515738,27.59432,238.51747,132.43208,14.694688,54.847042,1.9251486,1.5671812,46.7158,42.299355,36.455242,581.1655,21.10238,688.5908,128.93178,26.015417,73.23242,348.33203,73.01209,889.90234,255.34341,2593.2476,38.666855,2695.6023,397.54834,23.687582,21.446514,116.0697,232.36523,293.09183,627.8256,40.689518,21.372812,10.467165,493.76575,268.46255,69.95839,7.001777,566.10004,12.766853,594.6913,7.298663,29.765463,0.0,795.5738,1749.134,0.26180652,78.21215,14.44439,10295.369,28.577864,1.130755,5.5102153,15.624292,9.507974,3.0040314,8.66227,255.17648,49.731407,4.5577908,0.7113605,3.6406775,172.34505,0.90700257,141.76328,122.06573,2019.2368,182.06284,93.36917,162.94826,781.5745,50.44685,39.782818,844.37604,52.87179,79.51301,10.074899,22.888084,200.58951,11.171029,10.011496,54.325336,17.655605,4070.873,18.00492,25.200605,15.849855,10.871966,282.6559,53.208492,28.36391,7.9500546,7.2705927,13.612309,55.174137,81.85775,37.666733,184.79332,18.476097,6.7674747,48.12878,24.764435,36.945858,116.24835,17.783024,1.5855746,27.156067,12.745813,1617.0966,21.390388,0.7154695,35.057156,12.635677,125.42578,81.75847,100.70579,8.365585,92.60161,336.11243,240.27818,28.47192,235.10661,72.89771,47.052376,69.37545,108.150536,15.736271,44.31008,481.5772,4.825637,8.966355,223.21017,23.18773,9.057359,32.454105,30.890081,336.01163,100.49441,164.34528,1565.8584,81.68273,1674.9325,1585.937,11.502621,10.909576,1651.2968,21.701761,17.166836,426.12167,36.403328,62.494556,27.814283,106.15435,262.5417,417.18854,5.1076126,42.787876,144.10245,362.96832,9.208953,89.55585,10.093884,1.5138955,58.86007,0.9950555,1.1225518,3.237183,10.916665,29.57363,18.235933,22.586693,485.06415,49.69657,27.712845,36.55494,13.080185,92.464714,9.956385,52.88495,10.025403,69.51587,18.796335,28.49062,39.166664,9.785988,42.59257,32.21391,1.1763139,61.737194,10.236304,220.47307,7.2058887,284.3423,21.334259,1060.4653,127.04543,3.0903914,10.0898695,149.84698,187.05042,927.3319,898.1322 +2023-01-10 16:00:00,0.0,2393.238,42.833565,8.222565,36.25678,29.059464,245.43967,28.555574,49.701836,18.513304,27.58981,238.52486,132.42693,14.691111,54.83957,1.9318659,1.5720121,46.69663,42.41314,36.505386,580.9251,21.13763,688.11755,128.94858,26.065254,73.34152,348.0833,73.02647,890.1434,255.34995,2592.3823,38.69662,2694.994,398.05838,23.71472,21.46315,116.227356,232.36244,293.1241,628.43445,40.68817,21.361746,10.46624,493.71667,268.70544,70.038864,7.0005827,566.1642,12.769061,594.6863,7.3047276,29.76856,0.0,795.8026,1749.1459,0.2618479,78.16077,14.445016,10297.169,28.59032,1.1314132,5.5089607,15.624544,9.518373,3.008241,8.6626215,255.26134,49.70908,4.5567384,0.7116659,3.6448503,172.58238,0.9064204,141.78047,122.001076,2020.5262,181.94803,93.39889,163.00359,781.6303,50.49905,39.817116,845.10345,52.862755,79.521,10.074412,22.903011,200.63632,11.173604,10.010466,54.33736,17.66158,4071.1453,18.00476,25.223118,15.850668,10.877525,282.71863,53.222134,28.38172,7.952774,7.273925,13.60876,55.171535,81.89008,37.69516,184.81421,18.477032,6.777614,48.144726,24.758978,36.925278,116.25687,17.768925,1.5852957,27.17851,12.743299,1616.3041,21.394611,0.71500766,35.109676,12.641016,125.44952,81.73477,100.690895,8.368219,92.625534,336.12775,240.25893,28.481882,235.07632,72.8534,47.049534,69.3746,108.22178,15.748943,44.329487,481.54703,4.833617,8.980799,223.3132,23.18341,9.0591,32.488953,30.916471,336.36993,100.56949,164.35321,1566.5403,81.600685,1674.7932,1585.7017,11.497957,10.90215,1650.9364,21.693375,17.157349,426.04718,36.385487,62.466934,27.80849,106.09163,262.52277,417.1025,5.1058707,42.77304,143.98611,362.91077,9.203962,89.54808,10.0903225,1.5136167,58.857647,0.9951001,1.1227094,3.2376993,10.915669,29.564043,18.231848,22.591398,484.51248,49.680107,27.698925,36.544353,13.0743475,92.49866,9.945879,52.994984,10.0209675,69.5,18.775206,28.455496,39.13611,9.783871,42.558834,32.181717,1.1760714,61.72215,10.235406,220.4652,7.2048497,284.27676,21.329872,1060.6703,127.01809,3.0900476,10.087959,149.82056,187.01964,927.2613,898.2326 +2023-01-10 17:00:00,0.0,2392.6655,42.817112,8.216809,36.21027,29.04304,245.32924,28.549946,49.687992,18.510868,27.585299,238.53226,132.42175,14.687534,54.832092,1.9385833,1.576843,46.67746,42.526928,36.55553,580.68463,21.172878,687.6442,128.96536,26.115093,73.45062,347.83456,73.04084,890.3844,255.35648,2591.517,38.72639,2694.3853,398.56842,23.741858,21.479784,116.38502,232.35965,293.15643,629.0432,40.68683,21.35068,10.465315,493.66757,268.94833,70.11935,6.9993887,566.2284,12.771269,594.6812,7.3107915,29.771658,0.0,796.0314,1749.1578,0.26188928,78.10939,14.445641,10298.968,28.60278,1.1320715,5.507706,15.624798,9.528771,3.0124505,8.662973,255.34618,49.686752,4.555686,0.71197134,3.6490233,172.8197,0.90583825,141.79767,121.936424,2021.8156,181.83322,93.42861,163.05891,781.68604,50.55125,39.851418,845.8309,52.853718,79.529,10.073927,22.917938,200.68312,11.176179,10.009437,54.349384,17.667555,4071.4172,18.004604,25.245632,15.8514805,10.883083,282.78137,53.235775,28.39953,7.955494,7.277257,13.605209,55.16893,81.92242,37.72359,184.8351,18.477968,6.787754,48.16067,24.753521,36.904694,116.26538,17.754826,1.5850167,27.200956,12.740784,1615.5116,21.398836,0.7145459,35.162197,12.646355,125.47326,81.71107,100.676,8.370854,92.64946,336.14307,240.23965,28.491842,235.04604,72.8091,47.046696,69.37375,108.29303,15.761616,44.34889,481.5168,4.841598,8.995242,223.41624,23.17909,9.0608425,32.523796,30.942863,336.72824,100.64458,164.36116,1567.2224,81.51863,1674.6539,1585.4664,11.493293,10.894725,1650.5759,21.684988,17.147861,425.97266,36.36764,62.439316,27.802696,106.02891,262.5038,417.01645,5.104129,42.75821,143.8698,362.85318,9.198971,89.54031,10.0867605,1.5133377,58.85522,0.99514467,1.1228671,3.2382152,10.914674,29.554457,18.22776,22.596102,483.9608,49.663643,27.685003,36.53377,13.06851,92.53259,9.935372,53.10502,10.016532,69.48414,18.754078,28.420372,39.105553,9.781754,42.525097,32.14953,1.175829,61.707108,10.234508,220.4573,7.20381,284.2112,21.325485,1060.8754,126.99074,3.089704,10.086049,149.79413,186.98886,927.1907,898.333 +2023-01-10 18:00:00,0.0,2392.093,42.800655,8.211054,36.16376,29.026615,245.2188,28.544317,49.674145,18.508434,27.580788,238.53964,132.41658,14.683958,54.82462,1.9453007,1.581674,46.65829,42.640713,36.605675,580.4442,21.208128,687.17096,128.98215,26.16493,73.55972,347.58585,73.05521,890.6254,255.36302,2590.6519,38.756157,2693.7766,399.07843,23.768995,21.49642,116.54268,232.35686,293.18872,629.65204,40.685482,21.339613,10.46439,493.6185,269.19122,70.19982,6.998194,566.2926,12.773477,594.6762,7.316856,29.774754,0.0,796.26025,1749.1697,0.26193064,78.058014,14.446265,10300.768,28.615238,1.1327298,5.5064516,15.62505,9.53917,3.01666,8.663326,255.43103,49.66443,4.554633,0.7122767,3.6531963,173.05704,0.9052561,141.81485,121.87177,2023.1049,181.71841,93.45833,163.11424,781.74176,50.60345,39.88572,846.55835,52.844685,79.536995,10.073441,22.932867,200.72992,11.178754,10.008408,54.361404,17.673529,4071.6895,18.004446,25.268145,15.852293,10.888641,282.8441,53.249416,28.41734,7.9582133,7.2805896,13.60166,55.166325,81.95474,37.752018,184.85599,18.478903,6.7978935,48.176617,24.748064,36.884113,116.273895,17.740725,1.5847379,27.2234,12.738269,1614.7191,21.403059,0.7140841,35.214718,12.651693,125.496994,81.68737,100.66111,8.373488,92.673386,336.15842,240.2204,28.501804,235.01575,72.764786,47.043854,69.3729,108.36427,15.774288,44.36829,481.48663,4.8495784,9.009685,223.51927,23.17477,9.062584,32.558643,30.969254,337.08655,100.71966,164.3691,1567.9044,81.436584,1674.5145,1585.2311,11.488629,10.887299,1650.2156,21.676603,17.138374,425.89816,36.3498,62.411694,27.796904,105.96619,262.4849,416.93042,5.102387,42.743378,143.75346,362.79562,9.193979,89.53255,10.0831995,1.5130589,58.8528,0.99518925,1.1230248,3.2387311,10.913678,29.54487,18.223673,22.600807,483.40912,49.64718,27.671083,36.523186,13.062673,92.566536,9.924866,53.215054,10.012097,69.46827,18.732948,28.385248,39.075,9.779636,42.49136,32.117336,1.1755866,61.692062,10.233609,220.44943,7.202771,284.1457,21.321098,1061.0804,126.963394,3.0893605,10.08414,149.7677,186.95808,927.12,898.4335 +2023-01-10 19:00:00,0.0,2391.5205,42.7842,8.205298,36.11725,29.01019,245.10837,28.53869,49.660297,18.506,27.576277,238.54703,132.41142,14.680382,54.817146,1.952018,1.5865048,46.63912,42.7545,36.655823,580.20374,21.243376,686.69763,128.99893,26.214767,73.66882,347.3371,73.06958,890.8665,255.36955,2589.7864,38.785923,2693.168,399.58847,23.796133,21.513054,116.70034,232.35406,293.221,630.26086,40.68414,21.328547,10.463465,493.56943,269.4341,70.2803,6.9969997,566.3568,12.775684,594.6712,7.32292,29.777851,0.0,796.489,1749.1816,0.261972,78.00663,14.44689,10302.567,28.627697,1.133388,5.505197,15.625303,9.549569,3.0208695,8.663678,255.51588,49.6421,4.5535808,0.7125821,3.6573691,173.29436,0.90467393,141.83205,121.80712,2024.3942,181.6036,93.48804,163.16959,781.79755,50.655647,39.920017,847.28577,52.835648,79.54499,10.072954,22.947794,200.77673,11.181329,10.007379,54.37343,17.679504,4071.9617,18.00429,25.290659,15.853106,10.894199,282.9068,53.263058,28.435148,7.9609327,7.2839217,13.598109,55.16372,81.987076,37.780445,184.87688,18.47984,6.8080335,48.192562,24.742607,36.863533,116.28242,17.726625,1.584459,27.245844,12.735754,1613.9266,21.407282,0.71362233,35.26724,12.657033,125.52074,81.663666,100.64622,8.376122,92.69731,336.17374,240.20113,28.511766,234.98546,72.720474,47.041016,69.372055,108.43552,15.786961,44.387695,481.45642,4.8575587,9.024128,223.6223,23.17045,9.064325,32.593487,30.995644,337.44482,100.79474,164.37704,1568.5864,81.35453,1674.3752,1584.9957,11.483965,10.879872,1649.8551,21.668217,17.128887,425.82367,36.331955,62.38407,27.79111,105.903465,262.46594,416.8444,5.100645,42.728542,143.63713,362.73804,9.188989,89.52478,10.079638,1.5127801,58.850376,0.99523383,1.1231824,3.2392473,10.912683,29.535286,18.219585,22.60551,482.85742,49.63071,27.657162,36.5126,13.056836,92.60047,9.91436,53.325092,10.007662,69.45241,18.711819,28.350122,39.044445,9.77752,42.457623,32.085148,1.1753441,61.677017,10.232711,220.44154,7.201732,284.08017,21.316711,1061.2855,126.93604,3.0890167,10.08223,149.74127,186.92732,927.0494,898.5339 +2023-01-10 20:00:00,0.0,2390.948,42.767742,8.199543,36.07074,28.993765,244.99792,28.533062,49.64645,18.503565,27.571764,238.55443,132.40625,14.6768055,54.809673,1.9587353,1.5913358,46.61995,42.868286,36.705967,579.9633,21.278625,686.22437,129.01572,26.264605,73.77792,347.08838,73.083954,891.10754,255.3761,2588.9211,38.81569,2692.5596,400.09848,23.82327,21.52969,116.858,232.35127,293.2533,630.8697,40.682796,21.31748,10.462541,493.52036,269.677,70.36078,6.9958053,566.421,12.777892,594.66614,7.3289843,29.780949,0.0,796.7179,1749.1936,0.2620134,77.95525,14.447515,10304.367,28.640154,1.1340463,5.5039425,15.625555,9.559968,3.025079,8.66403,255.60072,49.619774,4.5525284,0.7128875,3.6615422,173.5317,0.9040918,141.84924,121.74248,2025.6836,181.4888,93.51775,163.22491,781.8533,50.707848,39.95432,848.0132,52.82661,79.552986,10.072469,22.962723,200.82353,11.183905,10.006349,54.385452,17.68548,4072.234,18.004131,25.313171,15.853917,10.899758,282.96954,53.2767,28.452957,7.963652,7.2872543,13.59456,55.161118,82.01941,37.808872,184.89777,18.480774,6.818173,48.208508,24.73715,36.842953,116.29093,17.712526,1.5841801,27.26829,12.733239,1613.134,21.411505,0.7131605,35.31976,12.662372,125.54447,81.63997,100.631325,8.378757,92.72124,336.18906,240.18187,28.521727,234.95517,72.67616,47.038174,69.3712,108.50677,15.799633,44.407097,481.4262,4.8655396,9.038571,223.72534,23.16613,9.066068,32.62833,31.022036,337.80313,100.86983,164.38498,1569.2683,81.272484,1674.236,1584.7605,11.4793005,10.872446,1649.4946,21.65983,17.1194,425.74915,36.314114,62.356453,27.785316,105.840744,262.44702,416.75836,5.098903,42.71371,143.5208,362.68048,9.183997,89.51701,10.076076,1.5125012,58.847954,0.9952784,1.1233401,3.2397633,10.911687,29.5257,18.215498,22.610214,482.30576,49.614246,27.643242,36.502018,13.050999,92.63441,9.903853,53.435127,10.003226,69.43654,18.690691,28.314999,39.01389,9.775403,42.42389,32.052956,1.1751016,61.661976,10.2318125,220.43367,7.2006927,284.01462,21.312326,1061.4906,126.9087,3.088673,10.080319,149.71484,186.89655,926.9787,898.6343 +2023-01-10 21:00:00,0.0,2390.3755,42.751286,8.193787,36.02423,28.97734,244.8875,28.527433,49.632607,18.501131,27.567253,238.56181,132.40108,14.673229,54.8022,1.9654528,1.5961667,46.600777,42.982075,36.75611,579.72284,21.313873,685.75104,129.0325,26.314442,73.887024,346.83963,73.09832,891.3486,255.38263,2588.056,38.845455,2691.951,400.60852,23.850409,21.546324,117.01566,232.3485,293.28558,631.47845,40.68145,21.306414,10.461616,493.47125,269.9199,70.44125,6.9946113,566.48517,12.7801,594.66113,7.335048,29.784046,0.0,796.94666,1749.2054,0.26205477,77.90388,14.448139,10306.166,28.652613,1.1347047,5.5026884,15.625807,9.570367,3.0292888,8.664382,255.68558,49.597446,4.551476,0.7131929,3.665715,173.76901,0.9035096,141.86644,121.677826,2026.9729,181.374,93.54747,163.28024,781.90906,50.760048,39.98862,848.7406,52.817577,79.56098,10.071982,22.97765,200.87033,11.18648,10.00532,54.397472,17.691454,4072.506,18.003975,25.335686,15.85473,10.905316,283.03226,53.29034,28.470766,7.9663715,7.2905865,13.59101,55.158512,82.05174,37.8373,184.91866,18.48171,6.828313,48.224453,24.731693,36.822372,116.299446,17.698427,1.5839012,27.290733,12.730724,1612.3416,21.415728,0.7126987,35.372276,12.66771,125.56821,81.616264,100.616425,8.381392,92.74516,336.2044,240.1626,28.531689,234.9249,72.63185,47.035336,69.37035,108.57801,15.812305,44.426502,481.39603,4.87352,9.053014,223.82837,23.16181,9.067809,32.663177,31.048426,338.16144,100.94491,164.39293,1569.9504,81.19043,1674.0966,1584.5251,11.474637,10.86502,1649.1343,21.651443,17.109913,425.67465,36.296272,62.32883,27.779522,105.77802,262.42807,416.67233,5.097161,42.698875,143.40446,362.6229,9.179006,89.50925,10.072514,1.5122223,58.84553,0.995323,1.1234977,3.2402792,10.91069,29.516113,18.21141,22.61492,481.75406,49.597782,27.62932,36.491432,13.045161,92.66835,9.893348,53.545162,9.998791,69.42068,18.669561,28.279875,38.983334,9.773286,42.390152,32.020763,1.1748592,61.64693,10.230914,220.42578,7.1996536,283.9491,21.30794,1061.6957,126.88135,3.0883293,10.078409,149.68842,186.86577,926.9081,898.7347 +2023-01-10 22:00:00,0.0,2389.8032,42.73483,8.188031,35.977722,28.960917,244.77707,28.521807,49.61876,18.498695,27.562742,238.5692,132.39592,14.669653,54.794727,1.9721701,1.6009976,46.581608,43.09586,36.806255,579.4824,21.349123,685.2778,129.04929,26.36428,73.996124,346.5909,73.11269,891.5896,255.38916,2587.1907,38.87522,2691.3423,401.11853,23.877546,21.56296,117.173325,232.3457,293.31787,632.0873,40.680107,21.295347,10.4606905,493.42218,270.16278,70.521736,6.993417,566.5494,12.782308,594.65607,7.3411126,29.787144,0.0,797.1755,1749.2174,0.26209614,77.85249,14.448764,10307.966,28.665071,1.135363,5.501434,15.6260605,9.580766,3.0334983,8.664734,255.77042,49.57512,4.5504236,0.7134983,3.669888,174.00635,0.90292746,141.88362,121.613174,2028.2622,181.25919,93.57719,163.33557,781.9648,50.812244,40.02292,849.468,52.80854,79.56898,10.071496,22.992577,200.91714,11.1890545,10.004291,54.409496,17.69743,4072.7783,18.003817,25.358198,15.855542,10.910874,283.09497,53.30398,28.488575,7.969091,7.293919,13.58746,55.155907,82.084076,37.865726,184.93954,18.482645,6.8384523,48.2404,24.726236,36.801792,116.30796,17.684328,1.5836223,27.313177,12.7282095,1611.5491,21.419952,0.71223694,35.424797,12.673049,125.59195,81.59257,100.60153,8.384027,92.76908,336.21973,240.14334,28.541649,234.8946,72.58755,47.032494,69.36951,108.64926,15.824978,44.445904,481.3658,4.8815002,9.067457,223.93141,23.15749,9.069551,32.69802,31.074816,338.51974,101.02,164.40086,1570.6324,81.10838,1673.9573,1584.2899,11.469973,10.8575945,1648.7738,21.643057,17.100426,425.60016,36.278427,62.30121,27.773727,105.7153,262.40915,416.5863,5.095419,42.684044,143.28813,362.56534,9.174015,89.50148,10.068952,1.5119435,58.843105,0.9953676,1.1236554,3.2407954,10.909695,29.506527,18.207323,22.619623,481.2024,49.581318,27.6154,36.480846,13.039325,92.702286,9.882841,53.655197,9.994355,69.40481,18.648432,28.244751,38.952778,9.771169,42.356415,31.988573,1.1746168,61.631886,10.230016,220.41791,7.1986146,283.88358,21.303553,1061.9008,126.854004,3.0879858,10.076499,149.66199,186.83499,926.83746,898.8351 +2023-01-10 23:00:00,0.0,2389.2307,42.718376,8.182276,35.93121,28.94449,244.66663,28.516178,49.60491,18.496262,27.558231,238.5766,132.39075,14.666077,54.787254,1.9788874,1.6058285,46.562435,43.20965,36.856403,579.24194,21.38437,684.80444,129.06607,26.414118,74.105225,346.34216,73.12707,891.8306,255.3957,2586.3254,38.904987,2690.734,401.62857,23.904684,21.579594,117.330986,232.34291,293.35016,632.6961,40.678764,21.28428,10.459765,493.3731,270.40567,70.60221,6.9922223,566.6136,12.784515,594.65106,7.3471766,29.79024,0.0,797.4043,1749.2292,0.26213753,77.80112,14.4493885,10309.766,28.677528,1.1360213,5.5001793,15.626312,9.591165,3.0377078,8.665086,255.85527,49.55279,4.5493712,0.7138037,3.6740608,174.24367,0.90234524,141.90082,121.54852,2029.5515,181.14438,93.6069,163.3909,782.0205,50.864445,40.05722,850.1955,52.799503,79.57697,10.071011,23.007504,200.96394,11.191629,10.003261,54.42152,17.703405,4073.0503,18.00366,25.380713,15.856355,10.916433,283.1577,53.317623,28.506384,7.9718103,7.297251,13.58391,55.153305,82.11641,37.894154,184.96043,18.483582,6.8485923,48.256344,24.72078,36.78121,116.316475,17.670227,1.5833434,27.33562,12.725695,1610.7566,21.424175,0.7117751,35.477318,12.678388,125.615685,81.56886,100.58664,8.386661,92.79301,336.23505,240.12407,28.55161,234.86432,72.543236,47.029655,69.36865,108.720505,15.83765,44.46531,481.33563,4.889481,9.081901,224.03444,23.15317,9.071293,32.73287,31.101208,338.87805,101.09508,164.40881,1571.3145,81.02633,1673.818,1584.0546,11.465309,10.850168,1648.4135,21.63467,17.090939,425.52563,36.260586,62.27359,27.767935,105.65258,262.3902,416.50027,5.093677,42.669212,143.1718,362.50775,9.1690235,89.49371,10.06539,1.5116646,58.840683,0.9954122,1.1238132,3.2413113,10.908699,29.49694,18.203236,22.624329,480.6507,49.564854,27.601479,36.47026,13.033487,92.73622,9.8723345,53.765236,9.98992,69.38895,18.627302,28.209625,38.922222,9.7690525,42.322678,31.956383,1.1743743,61.616844,10.229117,220.41002,7.197575,283.81802,21.299166,1062.1058,126.82666,3.0876422,10.074589,149.63556,186.80421,926.7668,898.93555 +2023-01-11 00:00:00,0.0,2388.6582,42.70192,8.17652,35.8847,28.928066,244.5562,28.51055,49.591064,18.493828,27.553719,238.58398,132.38557,14.6625,54.77978,1.9856049,1.6106594,46.543266,43.323433,36.906548,579.0015,21.41962,684.3312,129.08286,26.463955,74.214325,346.09344,73.14144,892.07166,255.40224,2585.4602,38.934757,2690.1252,402.1386,23.931822,21.59623,117.48865,232.34012,293.38245,633.30493,40.677418,21.273214,10.45884,493.324,270.64856,70.682686,6.991028,566.67773,12.786723,594.646,7.353241,29.793337,0.0,797.6331,1749.2412,0.2621789,77.74974,14.450014,10311.564,28.689987,1.1366795,5.4989247,15.626566,9.601563,3.0419173,8.665438,255.94011,49.530468,4.5483184,0.71410906,3.6782339,174.481,0.9017631,141.91801,121.48387,2030.841,181.02957,93.63661,163.44624,782.0763,50.916645,40.091522,850.9229,52.79047,79.58497,10.070524,23.022432,201.01076,11.194204,10.002232,54.43354,17.70938,4073.3225,18.003502,25.403225,15.857167,10.921991,283.22043,53.331264,28.524193,7.97453,7.300584,13.580359,55.1507,82.14874,37.92258,184.98132,18.484516,6.8587317,48.27229,24.715322,36.76063,116.32499,17.656128,1.5830646,27.358067,12.72318,1609.9641,21.428398,0.71131337,35.52984,12.683726,125.63943,81.545166,100.57175,8.389295,92.81693,336.2504,240.10481,28.561571,234.83403,72.498924,47.026814,69.367805,108.791756,15.850323,44.48471,481.30542,4.8974614,9.096344,224.13747,23.14885,9.073035,32.76771,31.127598,339.23636,101.17016,164.41675,1571.9965,80.94428,1673.6786,1583.8192,11.460645,10.842742,1648.053,21.626286,17.081451,425.45114,36.242744,62.245968,27.76214,105.58987,262.37128,416.41425,5.091935,42.654377,143.05547,362.4502,9.164032,89.48595,10.061828,1.5113857,58.83826,0.99545676,1.1239707,3.2418272,10.907703,29.487354,18.199148,22.629032,480.09903,49.548386,27.587557,36.45968,13.02765,92.770164,9.861829,53.87527,9.985484,69.37308,18.606174,28.174501,38.891666,9.766935,42.28894,31.924192,1.1741319,61.6018,10.228219,220.40215,7.196536,283.7525,21.294779,1062.3109,126.79931,3.0872984,10.072679,149.60913,186.77344,926.69617,899.03595 +2023-01-11 01:00:00,0.0,2388.0857,42.685463,8.170765,35.838192,28.911642,244.44577,28.504923,49.57722,18.491392,27.549208,238.59137,132.38042,14.658923,54.77231,1.9923222,1.6154903,46.524094,43.43722,36.95669,578.76105,21.454868,683.85785,129.09964,26.513792,74.323425,345.84473,73.15581,892.31274,255.40878,2584.595,38.964523,2689.5166,402.64862,23.95896,21.612864,117.6463,232.33733,293.41473,633.91376,40.676075,21.262148,10.457916,493.27493,270.89145,70.76317,6.989834,566.74194,12.788931,594.641,7.359305,29.796434,0.0,797.86194,1749.253,0.26222026,77.69836,14.450639,10313.364,28.702446,1.1373378,5.49767,15.626818,9.611962,3.0461268,8.66579,256.02496,49.50814,4.547266,0.7144145,3.6824067,174.71834,0.9011809,141.93521,121.41922,2032.1302,180.91476,93.66633,163.50157,782.132,50.968845,40.12582,851.6503,52.781433,79.592964,10.070039,23.03736,201.05756,11.196779,10.001203,54.445564,17.715355,4073.5947,18.003345,25.42574,15.85798,10.927549,283.28314,53.344906,28.542004,7.9772496,7.303916,13.57681,55.148094,82.181076,37.951008,185.00221,18.48545,6.8688717,48.288235,24.709866,36.74005,116.3335,17.642029,1.5827856,27.38051,12.720665,1609.1716,21.432621,0.71085155,35.58236,12.689065,125.66316,81.52146,100.556854,8.39193,92.84086,336.26572,240.08554,28.571533,234.80374,72.45461,47.023975,69.36695,108.863,15.862995,44.504116,481.27524,4.9054418,9.110786,224.24051,23.144527,9.074777,32.80256,31.153988,339.59467,101.24525,164.4247,1572.6785,80.86223,1673.5393,1583.584,11.455981,10.835316,1647.6925,21.617899,17.071964,425.37665,36.2249,62.218346,27.756348,105.527145,262.35233,416.32822,5.0901933,42.639545,142.93913,362.3926,9.159041,89.47817,10.058267,1.5111068,58.83584,0.99550134,1.1241285,3.2423432,10.906708,29.47777,18.19506,22.633736,479.54733,49.53192,27.573637,36.449093,13.021812,92.8041,9.851322,53.985306,9.981049,69.357216,18.585045,28.139378,38.86111,9.764818,42.255203,31.892,1.1738894,61.586758,10.227321,220.39426,7.195497,283.68695,21.290392,1062.5159,126.771965,3.0869548,10.070768,149.5827,186.74266,926.6255,899.13635 +2023-01-11 02:00:00,0.0,2387.5132,42.669006,8.1650095,35.79168,28.895216,244.33533,28.499294,49.563374,18.488958,27.544697,238.59877,132.37524,14.655347,54.764835,1.9990395,1.6203213,46.504925,43.551006,37.006836,578.5206,21.490118,683.3846,129.11642,26.56363,74.432526,345.59598,73.17018,892.5538,255.41531,2583.7297,38.99429,2688.9082,403.15866,23.986097,21.6295,117.80396,232.33453,293.44702,634.5225,40.674732,21.251081,10.456991,493.22586,271.13434,70.84364,6.9886394,566.80615,12.791139,594.636,7.3653693,29.799532,0.0,798.0907,1749.265,0.26226166,77.64698,14.451263,10315.164,28.714905,1.1379961,5.4964156,15.627071,9.622361,3.0503364,8.666142,256.1098,49.485813,4.5462136,0.7147199,3.6865797,174.95566,0.90059876,141.9524,121.35457,2033.4196,180.79996,93.696045,163.5569,782.18774,51.02104,40.160122,852.37775,52.772396,79.60096,10.069552,23.052288,201.10435,11.199354,10.000173,54.45759,17.721329,4073.867,18.003187,25.448254,15.858791,10.933108,283.3459,53.358543,28.559813,7.979969,7.3072486,13.573259,55.14549,82.21341,37.979435,185.0231,18.486387,6.879011,48.304184,24.704409,36.719467,116.34202,17.62793,1.5825067,27.402954,12.71815,1608.3792,21.436844,0.7103898,35.63488,12.694405,125.686905,81.497765,100.54196,8.394564,92.864784,336.28104,240.06628,28.581495,234.77345,72.4103,47.021133,69.366104,108.93424,15.875668,44.523518,481.24503,4.913422,9.12523,224.34354,23.140207,9.076518,32.837402,31.18038,339.95297,101.32033,164.43263,1573.3605,80.78018,1673.4,1583.3486,11.451317,10.827889,1647.3322,21.609512,17.062477,425.30212,36.207058,62.190727,27.750553,105.464424,262.3334,416.2422,5.0884514,42.624714,142.82281,362.33505,9.15405,89.470406,10.054705,1.510828,58.833416,0.9955459,1.124286,3.2428594,10.905712,29.468184,18.190973,22.638441,478.99567,49.515457,27.559715,36.438507,13.015976,92.838036,9.840816,54.09534,9.976613,69.34135,18.563915,28.104254,38.830555,9.762701,42.22147,31.85981,1.1736469,61.571712,10.226422,220.38638,7.1944575,283.62143,21.286005,1062.721,126.74461,3.086611,10.068858,149.55626,186.7119,926.5549,899.23676 +2023-01-11 03:00:00,0.0,2386.9407,42.65255,8.159254,35.74517,28.878792,244.2249,28.493666,49.549526,18.486525,27.540186,238.60616,132.37007,14.651771,54.757362,2.0057569,1.6251521,46.485756,43.664795,37.056984,578.28015,21.525366,682.91125,129.13321,26.613466,74.541626,345.34726,73.184555,892.7948,255.42186,2582.8645,39.024055,2688.2996,403.66867,24.013235,21.646133,117.961624,232.33174,293.4793,635.13135,40.673386,21.240015,10.456066,493.1768,271.37723,70.92412,6.987445,566.87036,12.793347,594.6309,7.3714333,29.80263,0.0,798.3196,1749.277,0.26230302,77.595604,14.451888,10316.963,28.727362,1.1386544,5.4951615,15.627323,9.63276,3.0545459,8.666494,256.19467,49.463486,4.5451612,0.71502525,3.6907525,175.193,0.9000166,141.96959,121.28992,2034.7089,180.68515,93.72577,163.61223,782.2435,51.073242,40.19442,853.1052,52.763363,79.608955,10.069066,23.067215,201.15117,11.201929,9.999144,54.46961,17.727304,4074.1392,18.00303,25.470766,15.859604,10.938666,283.4086,53.372185,28.577621,7.9826884,7.3105807,13.56971,55.142887,82.24574,38.007862,185.04399,18.487322,6.889151,48.32013,24.698952,36.698887,116.35053,17.61383,1.5822278,27.4254,12.715635,1607.5867,21.441067,0.709928,35.687397,12.699743,125.71064,81.47406,100.52707,8.397198,92.88871,336.2964,240.04701,28.591455,234.74316,72.366,47.018295,69.36526,109.00549,15.88834,44.542923,481.2148,4.921403,9.139673,224.44656,23.135887,9.07826,32.872246,31.20677,340.31125,101.39542,164.44058,1574.0425,80.69813,1673.2607,1583.1134,11.446653,10.820464,1646.9717,21.601126,17.05299,425.22763,36.189217,62.163105,27.74476,105.4017,262.31445,416.15616,5.0867095,42.60988,142.70648,362.27747,9.149058,89.46264,10.051143,1.5105492,58.83099,0.9955905,1.1244438,3.2433753,10.9047165,29.458597,18.186886,22.643145,478.44397,49.498993,27.545795,36.427925,13.0101385,92.87198,9.83031,54.205376,9.9721775,69.325485,18.542788,28.069128,38.8,9.760585,42.187733,31.82762,1.1734046,61.556667,10.225524,220.3785,7.1934185,283.5559,21.281618,1062.926,126.71727,3.0862675,10.066948,149.52983,186.68112,926.48425,899.33716 +2023-01-11 04:00:00,0.0,2386.3682,42.636093,8.153498,35.69866,28.862368,244.11447,28.488039,49.53568,18.484089,27.535673,238.61354,132.36491,14.648194,54.74989,2.0124743,1.6299831,46.466583,43.77858,37.10713,578.03973,21.560614,682.438,129.15,26.663305,74.65073,345.0985,73.19892,893.0358,255.42839,2581.9993,39.05382,2687.691,404.1787,24.040373,21.66277,118.11928,232.32895,293.5116,635.7402,40.672043,21.228949,10.455141,493.1277,271.62012,71.0046,6.9862504,566.9345,12.795555,594.6259,7.3774977,29.805725,0.0,798.54834,1749.2888,0.2623444,77.54422,14.452513,10318.763,28.73982,1.1393127,5.493907,15.627577,9.643159,3.0587554,8.666846,256.2795,49.44116,4.544109,0.71533066,3.6949255,175.43031,0.89943445,141.98679,121.225266,2035.9983,180.57034,93.755486,163.66757,782.29926,51.125443,40.22872,853.83264,52.754326,79.61695,10.068581,23.082142,201.19797,11.204504,9.998115,54.481632,17.73328,4074.4114,18.002872,25.49328,15.860416,10.944224,283.4713,53.385826,28.59543,7.985408,7.3139133,13.56616,55.14028,82.278076,38.03629,185.06488,18.488258,6.8992906,48.336075,24.693495,36.678307,116.359055,17.599731,1.5819489,27.447844,12.71312,1606.7942,21.445292,0.7094662,35.739918,12.705082,125.73438,81.45036,100.51218,8.399833,92.912636,336.3117,240.02776,28.601418,234.71288,72.321686,47.015453,69.3644,109.07674,15.901011,44.562325,481.18463,4.9293833,9.154116,224.5496,23.131567,9.080002,32.907093,31.23316,340.66956,101.4705,164.44852,1574.7245,80.61608,1673.1213,1582.878,11.441989,10.813038,1646.6113,21.59274,17.043505,425.1531,36.17137,62.135483,27.738966,105.33898,262.29553,416.07013,5.0849676,42.595047,142.59015,362.2199,9.144068,89.45487,10.047581,1.5102702,58.828568,0.9956351,1.1246015,3.2438912,10.903721,29.44901,18.182798,22.64785,477.8923,49.48253,27.531874,36.41734,13.004301,92.905914,9.819803,54.315414,9.967742,69.309616,18.521658,28.034004,38.769444,9.758468,42.153996,31.79543,1.1731621,61.541626,10.224626,220.3706,7.1923795,283.49036,21.277231,1063.1311,126.68992,3.085924,10.065038,149.5034,186.65034,926.4136,899.4376 +2023-01-11 05:00:00,0.0,2385.7957,42.61964,8.147742,35.652153,28.845943,244.00403,28.48241,49.521835,18.481655,27.531162,238.62094,132.35974,14.644618,54.742416,2.0191917,1.634814,46.447414,43.89237,37.157272,577.79926,21.595863,681.96466,129.16678,26.713142,74.75983,344.8498,73.213295,893.27686,255.43492,2581.134,39.083588,2687.0823,404.68872,24.06751,21.679403,118.27694,232.32616,293.54388,636.349,40.6707,21.217882,10.454216,493.0786,271.863,71.085075,6.9850564,566.9987,12.797763,594.62085,7.3835616,29.808823,0.0,798.77716,1749.3008,0.2623858,77.49284,14.453137,10320.5625,28.75228,1.139971,5.4926524,15.627829,9.653558,3.062965,8.667198,256.36435,49.41883,4.5430565,0.7156361,3.6990983,175.66765,0.8988523,142.00398,121.16062,2037.2876,180.45554,93.7852,163.7229,782.35504,51.17764,40.263023,854.56006,52.74529,79.62495,10.068094,23.097069,201.24477,11.20708,9.997086,54.493652,17.739254,4074.6833,18.002716,25.515793,15.861229,10.949782,283.53406,53.399467,28.61324,7.988127,7.3172455,13.56261,55.137676,82.31041,38.064716,185.08577,18.489193,6.9094305,48.35202,24.688038,36.657726,116.36757,17.58563,1.58167,27.470287,12.710606,1606.0017,21.449514,0.7090044,35.79244,12.710421,125.75812,81.42666,100.497284,8.402467,92.936554,336.32703,240.00848,28.611378,234.6826,72.277374,47.012615,69.363556,109.14799,15.913684,44.58173,481.15442,4.9373636,9.168559,224.65263,23.127247,9.081744,32.941936,31.259552,341.02786,101.54558,164.45647,1575.4066,80.53403,1672.982,1582.6427,11.4373255,10.805612,1646.2509,21.584352,17.034018,425.0786,36.15353,62.107864,27.733171,105.27626,262.27658,415.9841,5.0832257,42.58021,142.47382,362.16232,9.139076,89.447105,10.044019,1.5099914,58.826145,0.9956797,1.1247591,3.2444074,10.902725,29.439425,18.17871,22.652554,477.3406,49.46606,27.517954,36.406754,12.998464,92.93985,9.809298,54.42545,9.963306,69.293755,18.500528,27.99888,38.738888,9.7563505,42.12026,31.763237,1.1729196,61.52658,10.223727,220.36273,7.19134,283.42484,21.272844,1063.3362,126.662575,3.08558,10.0631275,149.47697,186.61957,926.34296,899.538 +2023-01-11 06:00:00,0.0,2385.2231,42.603184,8.141987,35.60564,28.829517,243.8936,28.476782,49.507988,18.47922,27.526651,238.62833,132.35457,14.641042,54.734943,2.025909,1.6396449,46.42824,44.006153,37.207417,577.55884,21.631111,681.4914,129.18358,26.76298,74.86893,344.60104,73.22767,893.51794,255.44147,2580.2688,39.113354,2686.4739,405.19876,24.094648,21.69604,118.4346,232.32336,293.57617,636.95776,40.669353,21.206816,10.453292,493.02954,272.1059,71.16555,6.983862,567.0629,12.799971,594.61584,7.389626,29.81192,0.0,799.006,1749.3126,0.26242715,77.44147,14.453762,10322.361,28.764738,1.1406293,5.491398,15.62808,9.663957,3.0671744,8.66755,256.4492,49.396507,4.5420036,0.7159414,3.7032714,175.90497,0.89827013,142.02116,121.09597,2038.5769,180.34073,93.81491,163.77823,782.41077,51.22984,40.29732,855.2875,52.736256,79.63294,10.067609,23.111998,201.29158,11.209655,9.996056,54.505676,17.74523,4074.9556,18.002558,25.538307,15.862041,10.955341,283.59677,53.41311,28.631048,7.9908466,7.3205776,13.55906,55.13507,82.34274,38.093147,185.10666,18.49013,6.91957,48.367966,24.68258,36.637146,116.37608,17.571531,1.5813911,27.492731,12.708091,1605.2092,21.453737,0.70854264,35.84496,12.715759,125.78186,81.40296,100.48239,8.405102,92.96048,336.34238,239.98923,28.62134,234.65231,72.23306,47.009773,69.36271,109.21923,15.926356,44.60113,481.12424,4.9453444,9.183002,224.75566,23.122927,9.083486,32.976784,31.285942,341.38617,101.62067,164.4644,1576.0886,80.45198,1672.8428,1582.4075,11.432661,10.798185,1645.8905,21.575968,17.02453,425.00412,36.135685,62.080242,27.727379,105.21354,262.25766,415.89807,5.081484,42.56538,142.35748,362.10477,9.134085,89.43934,10.040457,1.5097126,58.823723,0.99572426,1.1249168,3.2449234,10.90173,29.429838,18.174623,22.657259,476.78894,49.449596,27.504032,36.396168,12.992627,92.97379,9.798791,54.535484,9.958871,69.277885,18.4794,27.963757,38.708332,9.754233,42.08652,31.731047,1.1726772,61.51154,10.22283,220.35484,7.190301,283.3593,21.268457,1063.5413,126.63523,3.0852365,10.061218,149.45055,186.58879,926.2723,899.6384 +2023-01-11 07:00:00,0.0,2384.6506,42.586727,8.136231,35.55913,28.813093,243.78317,28.471155,49.49414,18.476786,27.52214,238.63571,132.34941,14.6374655,54.72747,2.0326264,1.6444758,46.409073,44.11994,37.25756,577.31836,21.66636,681.01807,129.20036,26.812817,74.97803,344.35233,73.242035,893.759,255.448,2579.4036,39.143124,2685.8652,405.70877,24.121786,21.712673,118.592255,232.32057,293.60846,637.5666,40.66801,21.19575,10.452367,492.98047,272.3488,71.24603,6.9826674,567.12714,12.802178,594.6108,7.39569,29.815018,0.0,799.2348,1749.3246,0.26246852,77.39008,14.454388,10324.161,28.777195,1.1412876,5.4901433,15.628334,9.6743555,3.071384,8.667902,256.53406,49.37418,4.5409513,0.71624684,3.7074442,176.1423,0.897688,142.03836,121.03132,2039.8662,180.22592,93.84463,163.83356,782.4665,51.28204,40.331623,856.0149,52.72722,79.64094,10.067122,23.126925,201.33838,11.21223,9.995027,54.5177,17.751204,4075.2278,18.002401,25.56082,15.862854,10.960899,283.6595,53.42675,28.648857,7.9935665,7.32391,13.55551,55.13247,82.37507,38.121574,185.12755,18.491064,6.92971,48.38391,24.677124,36.616566,116.3846,17.557432,1.5811123,27.515177,12.705576,1604.4167,21.45796,0.7080808,35.89748,12.721098,125.805595,81.37926,100.4675,8.407736,92.984406,336.3577,239.96996,28.6313,234.62202,72.18875,47.006935,69.361855,109.29048,15.939029,44.620537,481.09402,4.953325,9.197445,224.8587,23.118607,9.085228,33.011627,31.312332,341.74448,101.69575,164.47235,1576.7705,80.36993,1672.7034,1582.1721,11.427998,10.790759,1645.53,21.567581,17.015043,424.9296,36.117844,62.05262,27.721584,105.15082,262.2387,415.81204,5.0797415,42.55055,142.24115,362.04718,9.129094,89.43157,10.036896,1.5094337,58.8213,0.99576885,1.1250744,3.2454393,10.900734,29.420254,18.170536,22.661963,476.23724,49.433132,27.490112,36.385586,12.98679,93.00773,9.788284,54.64552,9.954435,69.262024,18.458271,27.92863,38.677776,9.752116,42.052784,31.698856,1.1724347,61.496494,10.221931,220.34697,7.189262,283.29376,21.264072,1063.7463,126.60788,3.0848927,10.059308,149.42412,186.55801,926.20166,899.73883 +2023-01-11 08:00:00,0.0,2384.0781,42.57027,8.130476,35.512623,28.796669,243.67273,28.465527,49.480293,18.474352,27.517628,238.64311,132.34424,14.633889,54.719997,2.0393438,1.6493068,46.3899,44.233727,37.30771,577.07794,21.701609,680.5448,129.21715,26.862654,75.08713,344.10358,73.25641,894.0,255.45454,2578.5383,39.17289,2685.2566,406.2188,24.148924,21.72931,118.749916,232.31778,293.64075,638.1754,40.666668,21.184683,10.451442,492.93137,272.59167,71.32651,6.981473,567.1913,12.804386,594.6058,7.4017544,29.818115,0.0,799.4636,1749.3364,0.2625099,77.33871,14.455012,10325.961,28.789654,1.1419458,5.4888887,15.628586,9.684754,3.0755935,8.668254,256.6189,49.351852,4.539899,0.71655226,3.7116172,176.37962,0.8971058,142.05556,120.96667,2041.1556,180.11111,93.874344,163.88889,782.5223,51.33424,40.365925,856.7424,52.71818,79.64893,10.066636,23.141853,201.38518,11.214805,9.993998,54.52972,17.75718,4075.5,18.002243,25.583334,15.863666,10.966457,283.72223,53.44039,28.666666,7.996286,7.3272424,13.55196,55.129864,82.4074,38.15,185.14844,18.492,6.9398494,48.399857,24.671667,36.595985,116.39311,17.543333,1.5808333,27.53762,12.703061,1603.6243,21.462183,0.7076191,35.95,12.726437,125.82934,81.35556,100.45261,8.41037,93.00833,336.37302,239.9507,28.641262,234.59174,72.14444,47.004093,69.36101,109.361725,15.951701,44.63994,481.06384,4.961305,9.211888,224.96173,23.114286,9.086969,33.046474,31.338724,342.10278,101.770836,164.48029,1577.4525,80.28787,1672.5641,1581.9369,11.423333,10.783333,1645.1696,21.559195,17.005556,424.8551,36.100002,62.025,27.715792,105.0881,262.2198,415.726,5.0779996,42.535713,142.12482,361.98962,9.124103,89.423805,10.033334,1.5091548,58.818874,0.9958134,1.1252321,3.2459555,10.899738,29.410667,18.166449,22.666666,475.68558,49.416668,27.47619,36.375,12.980952,93.041664,9.777779,54.755558,9.95,69.246155,18.437141,27.893507,38.64722,9.75,42.01905,31.666664,1.1721923,61.48145,10.221033,220.33908,7.1882224,283.22824,21.259686,1063.9514,126.580536,3.0845492,10.057398,149.39769,186.52724,926.13104,899.83923 +2023-01-11 09:00:00,0.0,2383.5056,42.553814,8.124721,35.466114,28.780243,243.5623,28.459898,49.46645,18.471916,27.513117,238.6505,132.33907,14.630313,54.712524,2.046061,1.6541376,46.37073,44.347515,37.357853,576.83746,21.736858,680.0715,129.23393,26.912493,75.19623,343.85486,73.27078,894.241,255.46107,2577.673,39.202656,2684.6482,406.72885,24.176062,21.745943,118.90758,232.31499,293.67303,638.78424,40.66532,21.173616,10.450517,492.8823,272.83456,71.40698,6.980279,567.2555,12.806594,594.60077,7.407819,29.82121,0.0,799.6924,1749.3484,0.26255128,77.28733,14.455637,10327.76,28.802113,1.1426041,5.487634,15.6288395,9.695153,3.079803,8.668606,256.70374,49.329525,4.5388465,0.7168576,3.71579,176.61696,0.89652365,142.07275,120.902016,2042.445,179.99629,93.90406,163.94423,782.578,51.386436,40.400223,857.4698,52.70915,79.65693,10.066151,23.15678,201.43199,11.21738,9.992968,54.541744,17.763155,4075.7722,18.002087,25.605846,15.864478,10.972016,283.78494,53.454033,28.684475,7.9990053,7.330575,13.54841,55.12726,82.439735,38.17843,185.16933,18.492935,6.9499893,48.415802,24.66621,36.575405,116.40163,17.529234,1.5805544,27.560064,12.700546,1602.8318,21.466408,0.70715725,36.00252,12.731775,125.85307,81.331856,100.43771,8.413005,93.03226,336.38837,239.93144,28.651224,234.56145,72.100136,47.001255,69.36016,109.43297,15.964374,44.659344,481.03363,4.969286,9.226332,225.06476,23.109966,9.088711,33.081318,31.365114,342.4611,101.84592,164.48824,1578.1346,80.205826,1672.4248,1581.7015,11.418669,10.7759075,1644.8092,21.550808,16.996069,424.7806,36.082157,61.99738,27.709997,105.025375,262.20084,415.63998,5.0762577,42.52088,142.00848,361.93204,9.119111,89.41604,10.029772,1.508876,58.816452,0.995858,1.1253898,3.2464714,10.898743,29.401081,18.162361,22.671371,475.13388,49.4002,27.462269,36.364414,12.975116,93.07561,9.767272,54.865593,9.945564,69.23029,18.416012,27.858383,38.616665,9.747883,41.985313,31.634474,1.1719499,61.466408,10.220135,220.3312,7.1871834,283.16272,21.255299,1064.1565,126.553185,3.0842056,10.055488,149.37126,186.49646,926.06036,899.9397 +2023-01-11 10:00:00,0.0,2382.933,42.537357,8.118965,35.4196,28.763819,243.45187,28.454271,49.452602,18.469482,27.508606,238.65788,132.33391,14.626736,54.70505,2.0527785,1.6589686,46.35156,44.4613,37.407997,576.59705,21.772106,679.59814,129.25072,26.96233,75.30533,343.6061,73.28515,894.48206,255.46762,2576.8079,39.23242,2684.0396,407.23886,24.2032,21.762579,119.06524,232.3122,293.70532,639.39307,40.66398,21.16255,10.449592,492.83322,273.07745,71.487465,6.9790845,567.3197,12.808802,594.5957,7.4138827,29.824308,0.0,799.92126,1749.3602,0.26259264,77.235954,14.456262,10329.56,28.81457,1.1432624,5.48638,15.629091,9.705552,3.0840125,8.668959,256.7886,49.307198,4.537794,0.717163,3.719963,176.85428,0.89594144,142.08995,120.837364,2043.7343,179.88148,93.93378,163.99956,782.6337,51.438637,40.434525,858.1972,52.70011,79.664925,10.065664,23.171707,201.47879,11.2199545,9.991939,54.55377,17.769129,4076.0444,18.001928,25.62836,15.865291,10.977574,283.84766,53.467674,28.702286,8.001724,7.333907,13.54486,55.124657,82.47207,38.206856,185.19022,18.493872,6.960129,48.431747,24.660753,36.554825,116.41014,17.515133,1.5802755,27.58251,12.698031,1602.0393,21.47063,0.70669544,36.05504,12.737115,125.876816,81.30816,100.42282,8.415639,93.05618,336.4037,239.91217,28.661184,234.53116,72.055824,46.998413,69.35931,109.50422,15.977046,44.678745,481.00345,4.9772663,9.240774,225.1678,23.105646,9.090453,33.116165,31.391504,342.81937,101.921,164.49617,1578.8167,80.12377,1672.2854,1581.4662,11.414005,10.768481,1644.4487,21.542421,16.986582,424.7061,36.064316,61.969757,27.704205,104.962654,262.18192,415.55396,5.074516,42.50605,141.89215,361.87448,9.1141205,89.40827,10.02621,1.5085971,58.81403,0.9959026,1.1255474,3.2469873,10.897747,29.391495,18.158274,22.676075,474.5822,49.383736,27.448349,36.353832,12.969278,93.10954,9.756765,54.975628,9.941129,69.214424,18.394884,27.82326,38.58611,9.745766,41.951576,31.602283,1.1717074,61.451363,10.219236,220.32332,7.1861444,283.09717,21.250912,1064.3615,126.52584,3.0838618,10.053577,149.34483,186.4657,925.98975,900.0401 +2023-01-11 11:00:00,0.0,2382.3608,42.5209,8.113209,35.373093,28.747395,243.34143,28.448643,49.438755,18.467049,27.504095,238.66528,132.32874,14.623159,54.69758,2.059496,1.6637995,46.33239,44.57509,37.45814,576.35657,21.807356,679.1249,129.2675,27.012167,75.41443,343.3574,73.29952,894.72314,255.47415,2575.9424,39.262188,2683.431,407.7489,24.230337,21.779213,119.2229,232.30942,293.7376,640.00183,40.662636,21.151484,10.448668,492.78415,273.32034,71.56794,6.97789,567.3839,12.811009,594.5907,7.419947,29.827406,0.0,800.15,1749.3722,0.26263404,77.18457,14.456886,10331.359,28.827028,1.1439207,5.4851255,15.629345,9.715951,3.088222,8.669311,256.87344,49.284874,4.5367413,0.71746844,3.7241359,177.09161,0.8953593,142.10713,120.77271,2045.0236,179.76668,93.963486,164.05489,782.6895,51.490837,40.468826,858.9246,52.691074,79.67292,10.065178,23.186634,201.52559,11.222529,9.99091,54.56579,17.775105,4076.3167,18.001772,25.650873,15.866103,10.983132,283.9104,53.481316,28.720095,8.004444,7.3372397,13.54131,55.12205,82.5044,38.235283,185.2111,18.494806,6.9702687,48.447693,24.655296,36.534245,116.418655,17.501034,1.5799966,27.604954,12.695517,1601.2468,21.474854,0.7062337,36.10756,12.742454,125.90055,81.284454,100.40793,8.418273,93.08011,336.419,239.89291,28.671146,234.50087,72.01151,46.995575,69.35846,109.57546,15.989718,44.69815,480.97324,4.9852467,9.255218,225.27083,23.101326,9.092195,33.15101,31.417896,343.17767,101.996086,164.50412,1579.4985,80.041725,1672.1461,1581.231,11.409341,10.761055,1644.0884,21.534037,16.977095,424.6316,36.046474,61.94214,27.69841,104.89993,262.16296,415.46793,5.072774,42.491215,141.77582,361.8169,9.109129,89.400505,10.022648,1.5083183,58.811607,0.9959472,1.1257051,3.2475035,10.896751,29.381908,18.154186,22.68078,474.03052,49.36727,27.434427,36.343246,12.963441,93.14348,9.74626,55.085663,9.936694,69.19856,18.373755,27.788134,38.555553,9.743649,41.91784,31.570093,1.1714649,61.436317,10.218338,220.31544,7.185105,283.03165,21.246525,1064.5665,126.49849,3.0835183,10.051667,149.3184,186.43492,925.91907,900.1405 +2023-01-11 12:00:00,0.0,2381.7883,42.504448,8.107453,35.326584,28.730968,243.231,28.443014,49.424908,18.464613,27.499582,238.67267,132.32356,14.619583,54.690105,2.0662131,1.6686304,46.31322,44.688873,37.50829,576.11615,21.842604,678.65155,129.28429,27.062004,75.52353,343.10864,73.313896,894.9642,255.48068,2575.0771,39.291954,2682.8225,408.2589,24.257475,21.795849,119.38056,232.30663,293.7699,640.61066,40.66129,21.140417,10.447742,492.73505,273.56323,71.648415,6.9766955,567.44806,12.813217,594.58563,7.426011,29.830503,0.0,800.3789,1749.3842,0.2626754,77.133194,14.457511,10333.158,28.839487,1.1445789,5.483871,15.629597,9.72635,3.0924315,8.669662,256.95828,49.262547,4.535689,0.7177738,3.728309,177.32895,0.8947771,142.12433,120.70807,2046.313,179.65187,93.9932,164.11021,782.74524,51.543037,40.503124,859.6521,52.68204,79.680916,10.0646925,23.201563,201.5724,11.225105,9.98988,54.577812,17.781078,4076.5886,18.001614,25.673388,15.866916,10.988691,283.9731,53.494957,28.737904,8.007164,7.340572,13.53776,55.119446,82.536736,38.26371,185.232,18.495743,6.980408,48.46364,24.64984,36.51366,116.42717,17.486935,1.5797178,27.627398,12.693002,1600.4543,21.479076,0.70577186,36.16008,12.747792,125.92429,81.26076,100.393036,8.420908,93.10403,336.43436,239.87364,28.681107,234.4706,71.9672,46.992733,69.35761,109.64671,16.002392,44.717552,480.94302,4.9932275,9.269661,225.37386,23.097006,9.093937,33.185852,31.444286,343.53598,102.07117,164.51205,1580.1807,79.95967,1672.0068,1580.9956,11.404677,10.753629,1643.7279,21.52565,16.967607,424.5571,36.02863,61.914516,27.692616,104.83721,262.14404,415.3819,5.071032,42.476383,141.6595,361.75934,9.104137,89.39274,10.019086,1.5080394,58.80918,0.99599177,1.1258627,3.2480195,10.895756,29.372322,18.1501,22.685484,473.47885,49.350807,27.420507,36.33266,12.957603,93.17742,9.735753,55.1957,9.932259,69.18269,18.352625,27.75301,38.524998,9.741532,41.8841,31.5379,1.1712224,61.421276,10.21744,220.30756,7.184066,282.96613,21.242138,1064.7716,126.471146,3.0831745,10.049757,149.29198,186.40414,925.84845,900.2409 +2023-01-11 13:00:00,0.0,2381.2158,42.48799,8.101698,35.28007,28.714544,243.12057,28.437387,49.411064,18.46218,27.495071,238.68005,132.3184,14.616007,54.682632,2.0729306,1.6734613,46.29405,44.80266,37.558434,575.8757,21.877853,678.1783,129.30107,27.111841,75.63263,342.85992,73.32826,895.2052,255.48723,2574.212,39.32172,2682.2139,408.76895,24.284613,21.812483,119.53822,232.30383,293.8022,641.2195,40.659946,21.12935,10.446817,492.68597,273.80612,71.7289,6.9755015,567.51227,12.815425,594.5806,7.4320755,29.833601,0.0,800.60767,1749.396,0.26271677,77.08182,14.458136,10334.958,28.851946,1.1452373,5.4826164,15.6298485,9.736749,3.096641,8.670014,257.04312,49.24022,4.5346365,0.7180792,3.7324817,177.56627,0.89419496,142.14153,120.64342,2047.6023,179.53706,94.02292,164.16554,782.801,51.595234,40.537426,860.3795,52.673004,79.68891,10.064206,23.216488,201.6192,11.22768,9.988851,54.589836,17.787054,4076.8608,18.001457,25.6959,15.867727,10.994249,284.03583,53.5086,28.755713,8.009883,7.3439045,13.53421,55.11684,82.56907,38.292137,185.25288,18.496677,6.990548,48.479584,24.64438,36.49308,116.43569,17.472836,1.5794388,27.649841,12.690487,1599.6619,21.4833,0.7053101,36.2126,12.753131,125.94803,81.23705,100.37814,8.423542,93.12795,336.44968,239.85439,28.691069,234.4403,71.92289,46.989895,69.35676,109.71796,16.015064,44.736958,480.91284,5.001208,9.284103,225.4769,23.092686,9.095678,33.2207,31.470676,343.8943,102.146255,164.52,1580.8627,79.877625,1671.8674,1580.7604,11.400013,10.746202,1643.3674,21.517263,16.95812,424.48257,36.010788,61.886894,27.686823,104.77449,262.1251,415.29587,5.06929,42.461548,141.54317,361.70175,9.099147,89.38497,10.015524,1.5077605,58.80676,0.99603635,1.1260204,3.2485354,10.89476,29.362736,18.146013,22.690187,472.92715,49.334343,27.406586,36.322075,12.951767,93.21136,9.725247,55.305737,9.927823,69.16683,18.331497,27.717886,38.494442,9.739415,41.850365,31.50571,1.1709801,61.40623,10.216541,220.29968,7.183027,282.90057,21.237751,1064.9767,126.4438,3.082831,10.047847,149.26555,186.37337,925.77783,900.3413 +2023-01-11 14:00:00,0.0,2380.6433,42.471535,8.0959425,35.233562,28.69812,243.01013,28.431759,49.397217,18.459743,27.49056,238.68745,132.31323,14.612431,54.67516,2.079648,1.6782923,46.27488,44.916447,37.608578,575.63525,21.913101,677.70496,129.31786,27.161678,75.74173,342.61118,73.342636,895.4462,255.49376,2573.3467,39.35149,2681.6052,409.27896,24.31175,21.829119,119.695885,232.30104,293.83447,641.8283,40.658604,21.118284,10.445892,492.6369,274.049,71.80937,6.974307,567.5764,12.817634,594.57556,7.4381394,29.836697,0.0,800.8365,1749.408,0.26275817,77.03043,14.45876,10336.758,28.864403,1.1458956,5.481362,15.630101,9.747148,3.1008506,8.670366,257.128,49.21789,4.533584,0.7183846,3.7366548,177.8036,0.8936128,142.15872,120.578766,2048.8916,179.42226,94.05264,164.22089,782.85675,51.647434,40.571724,861.10693,52.663967,79.69691,10.063721,23.231415,201.666,11.230255,9.987822,54.601856,17.79303,4077.133,18.001299,25.718414,15.86854,10.999807,284.09857,53.52224,28.773521,8.012603,7.3472366,13.530661,55.11424,82.6014,38.320564,185.27377,18.497612,7.0006876,48.49553,24.638924,36.4725,116.44421,17.458736,1.57916,27.672287,12.687972,1598.8694,21.487522,0.7048483,36.26512,12.75847,125.97176,81.213356,100.36325,8.426177,93.15188,336.465,239.83511,28.701029,234.41002,71.878586,46.987053,69.35591,109.78921,16.027737,44.75636,480.88263,5.009188,9.298547,225.57993,23.088366,9.097421,33.255543,31.497068,344.2526,102.22134,164.52794,1581.5447,79.79557,1671.7281,1580.525,11.3953495,10.738777,1643.0071,21.508877,16.948633,424.40808,35.992943,61.859276,27.681028,104.71177,262.10617,415.20984,5.0675483,42.446716,141.42683,361.6442,9.094155,89.377205,10.011963,1.5074817,58.804337,0.99608094,1.1261781,3.2490516,10.8937645,29.353151,18.141926,22.694893,472.3755,49.317875,27.392666,36.311493,12.94593,93.24529,9.714741,55.41577,9.923388,69.15096,18.310368,27.682762,38.463886,9.737298,41.816628,31.47352,1.1707376,61.39119,10.215643,220.2918,7.1819873,282.83505,21.233364,1065.1818,126.41645,3.0824873,10.045937,149.23912,186.34259,925.70715,900.4417 +2023-01-11 15:00:00,0.0,2380.0708,42.45508,8.090187,35.187054,28.681696,242.8997,28.42613,49.38337,18.45731,27.48605,238.69484,132.30806,14.608854,54.667686,2.0863652,1.6831231,46.255707,45.030235,37.658722,575.3948,21.94835,677.2317,129.33464,27.211517,75.85083,342.36246,73.35701,895.68726,255.5003,2572.4814,39.381256,2680.9966,409.789,24.338888,21.845753,119.853546,232.29825,293.86676,642.4371,40.657257,21.107218,10.444967,492.5878,274.29187,71.88985,6.9731126,567.6407,12.819841,594.57056,7.444204,29.839794,0.0,801.0653,1749.4198,0.26279953,76.97906,14.459386,10338.557,28.876862,1.1465539,5.4801073,15.630354,9.757546,3.10506,8.670718,257.21283,49.195564,4.5325317,0.71869,3.7408276,178.04092,0.89303064,142.1759,120.514114,2050.181,179.30745,94.08235,164.27621,782.9125,51.699635,40.606026,861.83435,52.654934,79.7049,10.063234,23.246344,201.71281,11.23283,9.986793,54.61388,17.799004,4077.4053,18.001143,25.740927,15.869352,11.005365,284.1613,53.53588,28.79133,8.015322,7.3505692,13.52711,55.111633,82.633736,38.34899,185.29466,18.498549,7.0108275,48.51148,24.633467,36.45192,116.45272,17.444637,1.578881,27.69473,12.685457,1598.0769,21.491747,0.70438653,36.317642,12.763808,125.99551,81.18965,100.34836,8.428811,93.175804,336.48035,239.81586,28.71099,234.37973,71.834274,46.984215,69.355064,109.86045,16.04041,44.775764,480.85245,5.0171685,9.31299,225.68295,23.084045,9.099162,33.29039,31.523458,344.6109,102.296425,164.53589,1582.2267,79.713524,1671.5889,1580.2898,11.390685,10.731351,1642.6466,21.50049,16.939146,424.33356,35.9751,61.831654,27.675236,104.64905,262.08722,415.1238,5.0658064,42.431885,141.3105,361.5866,9.089164,89.36944,10.008401,1.5072027,58.801914,0.9961255,1.1263357,3.2495675,10.892769,29.343565,18.137838,22.699596,471.8238,49.30141,27.378744,36.300907,12.940092,93.279236,9.704234,55.525806,9.918952,69.1351,18.289238,27.647636,38.43333,9.735181,41.782894,31.44133,1.1704952,61.376144,10.214745,220.28392,7.1809483,282.76953,21.228977,1065.3868,126.38911,3.0821435,10.044026,149.21268,186.31181,925.63654,900.5422 +2023-01-11 16:00:00,0.0,2379.4983,42.43862,8.084432,35.140545,28.66527,242.78928,28.420504,49.369522,18.454876,27.481537,238.70222,132.3029,14.605278,54.660213,2.0930827,1.6879541,46.236538,45.14402,37.708866,575.15436,21.983599,676.75836,129.35143,27.261354,75.95993,342.1137,73.371376,895.92834,255.50684,2571.6162,39.411022,2680.3882,410.299,24.366028,21.862389,120.0112,232.29546,293.89905,643.0459,40.655914,21.096151,10.444043,492.53873,274.53476,71.97033,6.971918,567.70483,12.822049,594.56555,7.450268,29.842892,0.0,801.2941,1749.4318,0.2628409,76.92768,14.460011,10340.356,28.88932,1.1472121,5.478853,15.630607,9.767945,3.1092696,8.67107,257.29767,49.173237,4.5314794,0.7189954,3.7450006,178.27826,0.8924485,142.1931,120.44946,2051.4702,179.19264,94.11207,164.33154,782.96826,51.75183,40.640327,862.56177,52.645897,79.7129,10.062748,23.26127,201.75961,11.235405,9.985763,54.6259,17.80498,4077.6775,18.000984,25.763441,15.870165,11.010924,284.224,53.549522,28.80914,8.018042,7.3539014,13.523561,55.109028,82.66607,38.37742,185.31555,18.499483,7.020967,48.527424,24.62801,36.43134,116.461235,17.430536,1.5786021,27.717175,12.682942,1597.2844,21.49597,0.7039247,36.37016,12.769147,126.01924,81.165955,100.333466,8.431445,93.19973,336.49567,239.79659,28.720953,234.34944,71.78996,46.981373,69.35421,109.931694,16.053082,44.795166,480.82224,5.0251493,9.327433,225.786,23.079723,9.1009035,33.325233,31.549849,344.9692,102.371506,164.54382,1582.9087,79.63147,1671.4496,1580.0544,11.386022,10.723925,1642.2863,21.492104,16.929659,424.25906,35.95726,61.80403,27.669441,104.58633,262.0683,415.03778,5.0640645,42.41705,141.19417,361.52905,9.084173,89.36167,10.004839,1.5069239,58.79949,0.9961701,1.1264935,3.2500834,10.891773,29.333979,18.13375,22.704302,471.27213,49.284946,27.364824,36.29032,12.934256,93.31317,9.693728,55.635845,9.914516,69.11923,18.26811,27.612513,38.40278,9.733065,41.749157,31.409138,1.1702527,61.3611,10.213846,220.27603,7.179909,282.70398,21.22459,1065.5919,126.361755,3.0818,10.042116,149.18625,186.28104,925.56586,900.6426 +2023-01-11 17:00:00,0.0,2378.9258,42.422165,8.078675,35.094032,28.648846,242.67883,28.414875,49.35568,18.45244,27.477026,238.70963,132.29773,14.601702,54.65274,2.0998,1.6927849,46.217365,45.25781,37.759014,574.9139,22.018848,676.2851,129.36821,27.311192,76.06903,341.865,73.38575,896.1694,255.51337,2570.751,39.44079,2679.7795,410.80905,24.393166,21.879023,120.16886,232.29266,293.93134,643.6547,40.65457,21.085085,10.443118,492.48965,274.77765,72.050804,6.970724,567.76904,12.824257,594.5605,7.456332,29.84599,0.0,801.52295,1749.4436,0.2628823,76.8763,14.460635,10342.156,28.90178,1.1478704,5.4775987,15.630859,9.778344,3.1134791,8.671422,257.38254,49.150913,4.5304265,0.7193008,3.7491734,178.51558,0.8918663,142.2103,120.38481,2052.7595,179.07784,94.141785,164.38687,783.024,51.80403,40.674625,863.28925,52.63686,79.720894,10.062263,23.2762,201.80643,11.23798,9.984734,54.637924,17.810953,4077.9497,18.000828,25.785954,15.870977,11.016482,284.28674,53.563164,28.826948,8.020761,7.3572335,13.52001,55.106422,82.6984,38.405846,185.33644,18.50042,7.031107,48.54337,24.622553,36.41076,116.46975,17.416437,1.5783232,27.73962,12.680428,1596.492,21.500193,0.70346296,36.42268,12.774487,126.042984,81.14225,100.31857,8.43408,93.223656,336.511,239.77733,28.730913,234.31915,71.74565,46.978535,69.35336,110.002945,16.065754,44.81457,480.79205,5.0331297,9.341876,225.88902,23.075403,9.102646,33.36008,31.57624,345.32748,102.44659,164.55177,1583.5908,79.54942,1671.3102,1579.8191,11.381357,10.716498,1641.9258,21.483719,16.920174,424.18457,35.939415,61.776413,27.663647,104.52361,262.04938,414.95175,5.062322,42.402218,141.07784,361.47147,9.079182,89.353905,10.001277,1.5066451,58.797066,0.9962147,1.126651,3.2505994,10.890778,29.324392,18.129663,22.709005,470.72043,49.268482,27.350903,36.27974,12.928418,93.34711,9.683222,55.74588,9.910081,69.10337,18.24698,27.577389,38.372223,9.7309475,41.71542,31.376947,1.1700103,61.346058,10.212948,220.26816,7.1788697,282.63846,21.220203,1065.797,126.33441,3.0814562,10.040206,149.15982,186.25027,925.49524,900.743 +2023-01-11 18:00:00,0.0,2378.3533,42.405712,8.07292,35.047523,28.632421,242.5684,28.409246,49.34183,18.450006,27.472515,238.71701,132.29256,14.598125,54.645267,2.1065173,1.6976159,46.198196,45.371593,37.80916,574.67346,22.054096,675.81177,129.385,27.361029,76.17813,341.61624,73.40012,896.4104,255.51991,2569.8857,39.470554,2679.171,411.3191,24.420303,21.895657,120.32652,232.28987,293.96362,644.26355,40.653225,21.074018,10.442193,492.44058,275.02054,72.13128,6.9695296,567.83325,12.826465,594.5555,7.462396,29.849087,0.0,801.7517,1749.4556,0.26292366,76.82492,14.46126,10343.955,28.914236,1.1485287,5.476344,15.631112,9.788743,3.1176887,8.671775,257.46738,49.128586,4.529374,0.71960616,3.7533464,178.75291,0.89128417,142.2275,120.32016,2054.049,178.96303,94.1715,164.4422,783.0797,51.85623,40.708927,864.01666,52.627827,79.72889,10.061776,23.291126,201.85323,11.240555,9.983705,54.64995,17.816929,4078.2217,18.00067,25.808468,15.87179,11.02204,284.34946,53.576805,28.844759,8.02348,7.360566,13.51646,55.10382,82.73073,38.434273,185.35733,18.501354,7.0412464,48.559315,24.617096,36.39018,116.478264,17.402338,1.5780443,27.762064,12.677913,1595.6995,21.504416,0.70300114,36.4752,12.779825,126.06672,81.11855,100.30368,8.436714,93.24758,336.52634,239.75806,28.740875,234.28886,71.70134,46.975693,69.35251,110.07419,16.078424,44.833973,480.76184,5.04111,9.356319,225.99205,23.071083,9.104387,33.394924,31.60263,345.6858,102.521675,164.55971,1584.2727,79.46737,1671.1709,1579.5839,11.376694,10.709072,1641.5653,21.475332,16.910686,424.11005,35.921574,61.74879,27.657854,104.46089,262.03043,414.86572,5.0605803,42.387386,140.9615,361.4139,9.07419,89.34614,9.997715,1.5063663,58.794643,0.9962592,1.1268088,3.2511156,10.889782,29.314806,18.125576,22.713709,470.16876,49.252018,27.33698,36.269154,12.922581,93.38105,9.672715,55.855915,9.905645,69.0875,18.225851,27.542265,38.341667,9.72883,41.681683,31.344757,1.1697679,61.331013,10.2120495,220.26027,7.1778307,282.5729,21.215818,1066.0021,126.30706,3.0811126,10.038296,149.13339,186.2195,925.4246,900.8434 +2023-01-11 19:00:00,0.0,2377.7808,42.389256,8.067164,35.001015,28.615995,242.45798,28.40362,49.327984,18.447573,27.468004,238.7244,132.2874,14.594548,54.637794,2.1132348,1.7024468,46.179024,45.485382,37.859303,574.433,22.089344,675.3385,129.40178,27.410866,76.28723,341.36752,73.4145,896.6514,255.52644,2569.0205,39.50032,2678.5625,411.8291,24.447441,21.912292,120.48418,232.28708,293.9959,644.8724,40.651882,21.062952,10.441268,492.39148,275.26343,72.21176,6.968335,567.89746,12.828672,594.5504,7.4684606,29.852184,0.0,801.9806,1749.4675,0.26296502,76.773544,14.4618845,10345.755,28.926695,1.149187,5.4750896,15.631365,9.799142,3.1218982,8.672127,257.55222,49.10626,4.5283217,0.7199116,3.7575192,178.99023,0.890702,142.24467,120.25551,2055.3384,178.84822,94.20122,164.49754,783.1355,51.908432,40.74323,864.7441,52.61879,79.736885,10.061291,23.306053,201.90002,11.24313,9.982675,54.66197,17.822905,4078.494,18.000513,25.83098,15.8726015,11.027599,284.41217,53.590446,28.862568,8.0262,7.3638983,13.51291,55.101215,82.76306,38.462704,185.37822,18.50229,7.0513864,48.57526,24.611639,36.3696,116.48678,17.388239,1.5777655,27.784508,12.675398,1594.907,21.508638,0.7025394,36.52772,12.785164,126.09046,81.09485,100.28879,8.439348,93.2715,336.54166,239.7388,28.750835,234.25858,71.657036,46.972855,69.35166,110.14544,16.091097,44.85338,480.73163,5.049091,9.370763,226.0951,23.066763,9.10613,33.429768,31.62902,346.0441,102.596756,164.56766,1584.9547,79.38532,1671.0316,1579.3485,11.372029,10.701647,1641.205,21.466946,16.9012,424.03555,35.903732,61.72117,27.65206,104.39817,262.0115,414.7797,5.0588384,42.37255,140.84517,361.35632,9.0692,89.33837,9.994153,1.5060873,58.79222,0.9963038,1.1269665,3.2516315,10.888786,29.30522,18.121489,22.718414,469.61707,49.23555,27.323061,36.258568,12.916743,93.414986,9.6622095,55.96595,9.90121,69.07164,18.204723,27.50714,38.31111,9.726713,41.647945,31.312565,1.1695254,61.31597,10.211151,220.25238,7.1767917,282.5074,21.211432,1066.207,126.27972,3.080769,10.0363865,149.10696,186.18872,925.35394,900.9438 +2023-01-11 20:00:00,0.0,2377.2083,42.3728,8.061409,34.954506,28.599571,242.34753,28.397991,49.314137,18.445137,27.463491,238.7318,132.28223,14.590972,54.63032,2.1199522,1.7072777,46.159855,45.599167,37.909447,574.19257,22.124594,674.8652,129.41856,27.460705,76.39633,341.11877,73.42886,896.89246,255.53299,2568.1553,39.530087,2677.9539,412.33914,24.474579,21.928926,120.64184,232.28429,294.0282,645.48114,40.65054,21.051886,10.440343,492.3424,275.50632,72.29224,6.9671407,567.9616,12.83088,594.5454,7.4745245,29.85528,0.0,802.20935,1749.4794,0.26300642,76.72216,14.462509,10347.555,28.939154,1.1498454,5.473835,15.631617,9.809541,3.126108,8.672479,257.63705,49.08393,4.5272694,0.720217,3.7616923,179.22757,0.89011985,142.26187,120.19086,2056.6277,178.73341,94.23093,164.55287,783.1912,51.96063,40.777527,865.4715,52.609753,79.74488,10.060804,23.32098,201.94684,11.245705,9.981646,54.673992,17.828878,4078.766,18.000355,25.853495,15.873414,11.033157,284.4749,53.604088,28.880377,8.028919,7.367231,13.50936,55.09861,82.795395,38.49113,185.39911,18.503225,7.061526,48.591206,24.606182,36.34902,116.49529,17.37414,1.5774865,27.806952,12.672883,1594.1145,21.512861,0.70207757,36.580242,12.790503,126.1142,81.07115,100.273895,8.441983,93.295425,336.55698,239.71953,28.760798,234.2283,71.612724,46.970013,69.350815,110.21668,16.10377,44.87278,480.70145,5.057071,9.385205,226.19812,23.062443,9.107871,33.464615,31.655413,346.4024,102.671844,164.57559,1585.6367,79.30327,1670.8922,1579.1133,11.367366,10.694221,1640.8445,21.458559,16.891712,423.96106,35.885887,61.69355,27.646267,104.33545,261.99255,414.69366,5.0570965,42.35772,140.72884,361.29877,9.064208,89.330605,9.990591,1.5058085,58.7898,0.9963484,1.1271241,3.2521474,10.88779,29.295635,18.117401,22.723118,469.0654,49.219086,27.30914,36.247982,12.910907,93.44892,9.651703,56.07599,9.896774,69.05577,18.183594,27.472015,38.280556,9.724596,41.61421,31.280375,1.1692829,61.300926,10.210253,220.2445,7.175752,282.44186,21.207045,1066.4121,126.25237,3.0804253,10.034476,149.08054,186.15794,925.2833,901.04425 +2023-01-11 21:00:00,0.0,2376.6357,42.356342,8.055654,34.907993,28.583147,242.2371,28.392363,49.300293,18.442703,27.45898,238.73918,132.27705,14.587396,54.62285,2.1266694,1.7121086,46.140686,45.712955,37.959595,573.9521,22.159842,674.3919,129.43536,27.510542,76.50543,340.87006,73.44324,897.1335,255.53952,2567.29,39.559853,2677.3452,412.84915,24.501717,21.945562,120.7995,232.2815,294.0605,646.08997,40.649193,21.04082,10.439419,492.29333,275.7492,72.37272,6.965946,568.0258,12.833088,594.54034,7.480589,29.858377,0.0,802.4382,1749.4913,0.26304778,76.670784,14.463134,10349.3545,28.95161,1.1505036,5.4725804,15.631869,9.81994,3.1303174,8.672831,257.72192,49.061604,4.526217,0.72052234,3.765865,179.46489,0.88953763,142.27907,120.12621,2057.917,178.6186,94.26064,164.6082,783.24695,52.01283,40.81183,866.199,52.60072,79.75288,10.060318,23.335909,201.99364,11.248281,9.980617,54.686016,17.834854,4079.0383,18.000198,25.876009,15.874227,11.038715,284.53763,53.61773,28.898186,8.031639,7.370563,13.505811,55.09601,82.82773,38.519558,185.42,18.504162,7.071666,48.60715,24.600725,36.328434,116.50381,17.36004,1.5772077,27.829397,12.670368,1593.3219,21.517086,0.70161575,36.632763,12.795841,126.13794,81.04745,100.259,8.444617,93.31935,336.57233,239.70027,28.770758,234.19801,71.56841,46.967175,69.34996,110.28793,16.116442,44.892185,480.67123,5.0650516,9.399649,226.30116,23.058123,9.109613,33.49946,31.681803,346.7607,102.746925,164.58354,1586.3188,79.22122,1670.7529,1578.8779,11.362701,10.686794,1640.4841,21.450172,16.882225,423.88654,35.868046,61.665928,27.640472,104.27273,261.97363,414.60764,5.0553546,42.342888,140.61252,361.24118,9.0592165,89.32284,9.98703,1.5055296,58.787376,0.99639297,1.1272818,3.2526636,10.886794,29.286049,18.113314,22.727823,468.5137,49.20262,27.29522,36.2374,12.905069,93.482864,9.641197,56.186024,9.892339,69.03991,18.162464,27.436892,38.25,9.72248,41.580475,31.248184,1.1690404,61.28588,10.209354,220.23662,7.174713,282.3763,21.202658,1066.6172,126.22502,3.0800817,10.032566,149.05411,186.12717,925.21265,901.14465 +2023-01-11 22:00:00,0.0,2376.0632,42.339886,8.049898,34.861485,28.566723,242.12666,28.386736,49.286446,18.440268,27.45447,238.74657,132.2719,14.583819,54.615376,2.1333869,1.7169396,46.121513,45.82674,38.00974,573.7117,22.195091,673.9186,129.45215,27.560379,76.61453,340.6213,73.45761,897.3746,255.54607,2566.4248,39.589622,2676.7368,413.3592,24.528854,21.962196,120.95716,232.2787,294.09277,646.6988,40.64785,21.029753,10.438494,492.24426,275.9921,72.45319,6.964752,568.08997,12.835296,594.53534,7.486653,29.861475,0.0,802.667,1749.5032,0.26308915,76.61941,14.463759,10351.153,28.96407,1.1511619,5.4713264,15.632122,9.8303385,3.134527,8.6731825,257.80676,49.039276,4.5251646,0.72082776,3.7700381,179.70222,0.8889555,142.29626,120.06156,2059.2063,178.5038,94.29036,164.66353,783.30273,52.06503,40.84613,866.9264,52.591682,79.76087,10.059833,23.350836,202.04044,11.250855,9.979588,54.698036,17.84083,4079.3105,18.00004,25.898521,15.875039,11.044274,284.60034,53.63137,28.915995,8.034358,7.3738956,13.50226,55.093403,82.86006,38.547985,185.44089,18.505096,7.0818057,48.623096,24.595268,36.307854,116.51233,17.34594,1.5769287,27.851841,12.667853,1592.5294,21.521309,0.701154,36.685284,12.80118,126.161674,81.02375,100.24411,8.447252,93.34328,336.58765,239.681,28.78072,234.16772,71.5241,46.964333,69.34911,110.35918,16.129114,44.911587,480.64105,5.0730324,9.414092,226.40419,23.053802,9.111355,33.534306,31.708193,347.11902,102.82201,164.59149,1587.0007,79.13917,1670.6136,1578.6426,11.358037,10.679368,1640.1237,21.441786,16.872738,423.81204,35.850204,61.638306,27.63468,104.21001,261.95468,414.5216,5.0536127,42.328053,140.49619,361.18362,9.054226,89.31507,9.983468,1.5052508,58.78495,0.99643755,1.1274394,3.2531796,10.885798,29.276463,18.109226,22.732527,467.962,49.186157,27.281298,36.226814,12.899232,93.5168,9.630691,56.29606,9.887903,69.02404,18.141335,27.401768,38.219444,9.720363,41.546738,31.215994,1.1687981,61.27084,10.208457,220.22874,7.173674,282.3108,21.19827,1066.8223,126.19768,3.079738,10.030656,149.02768,186.09639,925.142,901.24506 +2023-01-11 23:00:00,0.0,2375.491,42.32343,8.044143,34.814976,28.550297,242.01624,28.381107,49.2726,18.437834,27.449959,238.75397,132.26672,14.580243,54.607903,2.1401043,1.7217704,46.102345,45.94053,38.059883,573.4712,22.23034,673.4453,129.46893,27.610216,76.72363,340.3726,73.47198,897.6156,255.5526,2565.5596,39.61939,2676.1282,413.8692,24.555992,21.978832,121.11482,232.27591,294.12506,647.3076,40.646507,21.018686,10.437569,492.19516,276.235,72.53367,6.9635577,568.1542,12.837503,594.53033,7.4927173,29.864573,0.0,802.8958,1749.5151,0.26313052,76.56802,14.464384,10352.953,28.976528,1.1518202,5.470072,15.632375,9.840737,3.1387365,8.673534,257.8916,49.016953,4.5241117,0.7211332,3.774211,179.93956,0.8883733,142.31345,119.99691,2060.4956,178.38899,94.320076,164.71886,783.35846,52.11723,40.88043,867.6538,52.582645,79.76887,10.059346,23.365765,202.08725,11.25343,9.978558,54.71006,17.846804,4079.5828,17.999884,25.921036,15.875852,11.049832,284.6631,53.64501,28.933804,8.037078,7.377228,13.498711,55.090797,82.892395,38.576412,185.46178,18.506033,7.091945,48.63904,24.589811,36.287273,116.52084,17.33184,1.5766499,27.874285,12.6653385,1591.7369,21.525532,0.7006922,36.7378,12.806519,126.18542,81.000046,100.22922,8.449886,93.3672,336.60297,239.66174,28.790682,234.13744,71.47979,46.961494,69.34827,110.43042,16.141787,44.930992,480.61084,5.0810127,9.4285345,226.50722,23.049482,9.113096,33.56915,31.734585,347.47733,102.897095,164.59943,1587.6827,79.05712,1670.4742,1578.4073,11.353374,10.671942,1639.7633,21.433401,16.86325,423.73755,35.83236,61.610687,27.628885,104.147285,261.93576,414.43558,5.051871,42.31322,140.37985,361.12604,9.049234,89.307304,9.979906,1.5049719,58.782528,0.99648213,1.1275971,3.2536955,10.884803,29.266876,18.105139,22.73723,467.41034,49.16969,27.267378,36.21623,12.893395,93.550735,9.620184,56.406094,9.883468,69.00818,18.120207,27.366642,38.18889,9.7182455,41.513,31.183802,1.1685556,61.255795,10.207559,220.22086,7.1726346,282.24527,21.193884,1067.0273,126.17033,3.0793943,10.028746,149.00125,186.06561,925.0714,901.34546 +2023-01-12 00:00:00,0.0,2374.9185,42.306976,8.038386,34.768463,28.533873,241.9058,28.375479,49.25875,18.4354,27.445446,238.76135,132.26155,14.576667,54.600426,2.1468215,1.7266014,46.08317,46.054314,38.110027,573.2308,22.265589,672.972,129.48572,27.660053,76.83273,340.12384,73.48635,897.8566,255.55913,2564.6943,39.649155,2675.5195,414.37924,24.58313,21.995466,121.27248,232.27313,294.15735,647.9164,40.64516,21.00762,10.436644,492.1461,276.47787,72.61415,6.9623632,568.2184,12.839711,594.52527,7.498781,29.86767,0.0,803.12463,1749.527,0.2631719,76.51665,14.465009,10354.753,28.988987,1.1524785,5.468817,15.6326275,9.851136,3.142946,8.673886,257.97647,48.994625,4.5230594,0.7214385,3.778384,180.17688,0.88779116,142.33064,119.93226,2061.785,178.27419,94.3498,164.7742,783.41425,52.169426,40.91473,868.3812,52.573612,79.77686,10.058861,23.380692,202.13405,11.256005,9.977529,54.722084,17.85278,4079.8547,17.999725,25.943548,15.876664,11.05539,284.7258,53.658653,28.951612,8.039797,7.3805604,13.49516,55.088192,82.92473,38.60484,185.48267,18.506968,7.102085,48.654987,24.584354,36.266693,116.52936,17.317741,1.576371,27.89673,12.662824,1590.9445,21.529755,0.7002304,36.79032,12.811858,126.20915,80.97635,100.214325,8.45252,93.39113,336.61832,239.64247,28.800642,234.10715,71.435486,46.958652,69.34741,110.50167,16.154459,44.950394,480.58066,5.088993,9.442978,226.61026,23.045162,9.114839,33.603996,31.760975,347.8356,102.972176,164.60738,1588.3647,78.97507,1670.335,1578.172,11.348709,10.664516,1639.4028,21.425014,16.853764,423.66302,35.814518,61.583065,27.62309,104.084564,261.9168,414.34955,5.050129,42.298386,140.26352,361.06848,9.044243,89.29954,9.976344,1.504693,58.780106,0.9965267,1.1277548,3.2542117,10.883807,29.25729,18.101051,22.741936,466.85864,49.153225,27.253456,36.205647,12.887558,93.58468,9.609678,56.51613,9.879032,68.99231,18.099077,27.331518,38.158333,9.716128,41.479263,31.151611,1.1683131,61.24075,10.20666,220.21298,7.1715956,282.17972,21.189497,1067.2324,126.14298,3.0790508,10.026835,148.97482,186.03485,925.00073,901.44586 +2023-01-12 01:00:00,0.0,2374.346,42.29052,8.032631,34.721954,28.517448,241.79536,28.36985,49.244907,18.432964,27.440935,238.76874,132.2564,14.573091,54.592953,2.153539,1.7314323,46.064003,46.168102,38.160175,572.9903,22.300837,672.4987,129.5025,27.70989,76.94183,339.87512,73.500725,898.09766,255.56567,2563.829,39.67892,2674.911,414.88928,24.610268,22.012102,121.430145,232.27034,294.18964,648.5252,40.643818,20.996553,10.435719,492.09702,276.72076,72.694626,6.961169,568.2826,12.841919,594.52026,7.5048456,29.870766,0.0,803.3534,1749.539,0.26321328,76.46527,14.465633,10356.552,29.001444,1.1531367,5.4675627,15.63288,9.861535,3.1471555,8.674238,258.0613,48.972298,4.522007,0.72174394,3.7825568,180.41422,0.887209,142.34784,119.86761,2063.0742,178.15938,94.37952,164.82953,783.47,52.221626,40.94903,869.10864,52.564575,79.78486,10.058374,23.395618,202.18085,11.25858,9.9765,54.734104,17.858753,4080.127,17.999569,25.966063,15.877476,11.060948,284.7885,53.672295,28.969421,8.042517,7.3838925,13.491611,55.08559,82.95706,38.633266,185.50356,18.507904,7.1122246,48.670933,24.578897,36.246113,116.53787,17.303642,1.576092,27.919174,12.660309,1590.152,21.533978,0.6997686,36.842842,12.817197,126.232895,80.952644,100.19943,8.455155,93.415054,336.63364,239.62321,28.810604,234.07686,71.391174,46.955814,69.346565,110.572914,16.167131,44.9698,480.55045,5.096974,9.457421,226.71329,23.040842,9.11658,33.63884,31.787365,348.1939,103.047264,164.61531,1589.0469,78.89302,1670.1957,1577.9368,11.344046,10.65709,1639.0424,21.416628,16.844276,423.58853,35.796673,61.555443,27.617298,104.02184,261.8979,414.26352,5.048387,42.283554,140.14719,361.0109,9.039252,89.29177,9.972782,1.5044142,58.777683,0.9965713,1.1279124,3.2547276,10.882812,29.247704,18.096964,22.74664,466.30698,49.13676,27.239536,36.19506,12.881721,93.618614,9.599172,56.626167,9.874597,68.97645,18.077948,27.296394,38.127777,9.714012,41.445526,31.119421,1.1680707,61.225708,10.205762,220.2051,7.1705565,282.1142,21.18511,1067.4375,126.11563,3.078707,10.024925,148.9484,186.00407,924.9301,901.5463 +2023-01-12 02:00:00,0.0,2373.7734,42.274063,8.0268755,34.675446,28.501022,241.68494,28.364223,49.23106,18.43053,27.436424,238.77614,132.25122,14.569514,54.58548,2.1602564,1.7362632,46.04483,46.281887,38.21032,572.7499,22.336086,672.0254,129.51929,27.75973,77.050934,339.6264,73.51509,898.3387,255.5722,2562.9639,39.708687,2674.3025,415.3993,24.637405,22.028736,121.58781,232.26755,294.22192,649.13403,40.64247,20.985487,10.434794,492.0479,276.96365,72.7751,6.959975,568.3468,12.844128,594.5152,7.5109096,29.873863,0.0,803.5823,1749.5508,0.26325464,76.41389,14.466258,10358.352,29.013903,1.153795,5.466308,15.633133,9.871934,3.151365,8.674591,258.14615,48.94997,4.5209546,0.72204936,3.7867298,180.65154,0.88662684,142.36504,119.802956,2064.3638,178.04457,94.409225,164.88486,783.5257,52.273827,40.98333,869.8361,52.55554,79.792854,10.057888,23.410545,202.22766,11.261155,9.97547,54.746128,17.864729,4080.3992,17.99941,25.988575,15.878288,11.066507,284.85126,53.685936,28.98723,8.045237,7.387225,13.488061,55.082985,82.989395,38.661694,185.52444,18.508839,7.1223645,48.68688,24.57344,36.225533,116.54639,17.289543,1.5758132,27.941618,12.657795,1589.3595,21.538202,0.69930685,36.895363,12.8225355,126.25663,80.92895,100.18454,8.457789,93.43898,336.64896,239.60394,28.820564,234.04657,71.34686,46.952972,69.34572,110.644165,16.179804,44.9892,480.52026,5.1049542,9.471864,226.81631,23.036522,9.118322,33.673683,31.813757,348.55222,103.122345,164.62326,1589.7289,78.81097,1670.0563,1577.7014,11.339381,10.649664,1638.682,21.408241,16.83479,423.514,35.77883,61.527824,27.611504,103.95912,261.87894,414.1775,5.0466447,42.268723,140.03085,360.95334,9.034261,89.284004,9.96922,1.5041353,58.77526,0.9966159,1.1280701,3.2552435,10.881816,29.23812,18.092876,22.751345,465.75528,49.120296,27.225615,36.184475,12.875883,93.65256,9.588665,56.736202,9.870161,68.96058,18.05682,27.26127,38.09722,9.711895,41.41179,31.087229,1.1678282,61.210663,10.204864,220.19722,7.169517,282.04868,21.180723,1067.6426,126.08829,3.0783634,10.023015,148.92197,185.9733,924.85944,901.6467 +2023-01-12 03:00:00,0.0,2373.201,42.257607,8.02112,34.628937,28.484598,241.57451,28.358595,49.217213,18.428097,27.431913,238.78352,132.24605,14.565937,54.578007,2.1669736,1.7410941,46.02566,46.395676,38.260464,572.5094,22.371334,671.5521,129.53607,27.809566,77.160034,339.37766,73.529465,898.5798,255.57875,2562.0984,39.738453,2673.6938,415.90933,24.664543,22.045372,121.74547,232.26476,294.2542,649.74286,40.64113,20.97442,10.433869,491.99884,277.20654,72.85558,6.9587803,568.411,12.846335,594.5102,7.516974,29.87696,0.0,803.81104,1749.5627,0.26329604,76.36251,14.466883,10360.151,29.026361,1.1544533,5.4650536,15.633385,9.882333,3.1555746,8.674943,258.231,48.927643,4.519902,0.72235477,3.7909026,180.88887,0.8860447,142.38223,119.738304,2065.653,177.92976,94.43894,164.94019,783.5815,52.326023,41.01763,870.56354,52.5465,79.80085,10.057403,23.425474,202.27446,11.26373,9.974441,54.75815,17.870705,4080.6714,17.999254,26.01109,15.879101,11.072065,284.91397,53.699577,29.005041,8.0479555,7.3905573,13.48451,55.08038,83.02173,38.69012,185.54533,18.509773,7.132504,48.702824,24.567984,36.204952,116.5549,17.275442,1.5755342,27.964062,12.65528,1588.567,21.542425,0.698845,36.947884,12.827874,126.28037,80.90524,100.16965,8.460423,93.4629,336.66428,239.58469,28.830526,234.01628,71.30255,46.950134,69.344864,110.71541,16.192476,45.008606,480.49005,5.1129346,9.486307,226.91936,23.032202,9.120064,33.70853,31.840147,348.91052,103.197426,164.6312,1590.4109,78.72892,1669.917,1577.4661,11.334718,10.642238,1638.3215,21.399855,16.825302,423.4395,35.76099,61.500202,27.605711,103.8964,261.86002,414.09146,5.044903,42.253887,139.91452,360.89575,9.029269,89.27624,9.965659,1.5038564,58.772835,0.9966605,1.1282277,3.2557597,10.88082,29.228533,18.088789,22.756048,465.2036,49.103832,27.211693,36.173893,12.870047,93.68649,9.578159,56.846237,9.8657255,68.94472,18.03569,27.226147,38.066666,9.709778,41.378056,31.055038,1.1675858,61.19562,10.203965,220.18933,7.168478,281.98312,21.176336,1067.8477,126.06094,3.0780196,10.021105,148.89554,185.94252,924.7888,901.74713 +2023-01-12 04:00:00,0.0,2372.6284,42.24115,8.015365,34.582424,28.468174,241.46407,28.352966,49.203365,18.425661,27.4274,238.79091,132.24089,14.562361,54.570534,2.173691,1.7459251,46.00649,46.50946,38.310608,572.269,22.406584,671.0788,129.55286,27.859404,77.269135,339.12894,73.54384,898.8208,255.58528,2561.2332,39.76822,2673.0852,416.41934,24.69168,22.062006,121.90312,232.26196,294.2865,650.3517,40.639786,20.963354,10.432944,491.94977,277.44943,72.93606,6.957586,568.47516,12.848543,594.5052,7.523038,29.880058,0.0,804.0399,1749.5747,0.2633374,76.311134,14.467507,10361.95,29.03882,1.1551116,5.4637995,15.633637,9.892732,3.159784,8.675295,258.31586,48.905315,4.51885,0.7226601,3.7950757,181.12619,0.8854625,142.39941,119.67366,2066.9424,177.81496,94.46866,164.99551,783.6372,52.378223,41.05193,871.29095,52.537468,79.808846,10.056916,23.440401,202.32126,11.266306,9.973412,54.770172,17.876678,4080.9436,17.999096,26.033602,15.879913,11.077623,284.97668,53.71322,29.02285,8.050675,7.3938894,13.480961,55.077774,83.05406,38.718548,185.56622,18.51071,7.142644,48.71877,24.562527,36.184372,116.563416,17.261343,1.5752554,27.986507,12.652765,1587.7745,21.546648,0.6983833,37.000404,12.833213,126.30411,80.881546,100.154755,8.463058,93.486824,336.67963,239.56541,28.840488,233.98601,71.25824,46.947292,69.34402,110.78665,16.205149,45.028008,480.45984,5.120915,9.500751,227.02238,23.027882,9.121805,33.743374,31.866537,349.26883,103.272514,164.63914,1591.0928,78.646866,1669.7777,1577.2308,11.330053,10.634811,1637.9612,21.391468,16.815815,423.36502,35.743145,61.47258,27.599916,103.83368,261.84106,414.00543,5.043161,42.239056,139.79819,360.8382,9.024279,89.26847,9.962097,1.5035776,58.770412,0.99670506,1.1283854,3.2562757,10.879825,29.218946,18.084702,22.760754,464.65192,49.087364,27.197773,36.163307,12.864209,93.72043,9.567653,56.956272,9.86129,68.92885,18.01456,27.191021,38.03611,9.707661,41.34432,31.022848,1.1673434,61.180576,10.203067,220.18146,7.167439,281.9176,21.17195,1068.0527,126.03359,3.077676,10.019195,148.86911,185.91174,924.7182,901.84753 +2023-01-12 05:00:00,0.0,2372.056,42.224693,8.009609,34.535915,28.45175,241.35364,28.34734,49.18952,18.423227,27.42289,238.79831,132.23572,14.5587845,54.56306,2.1804085,1.7507559,45.98732,46.62325,38.360752,572.0285,22.441832,670.6055,129.56964,27.90924,77.378235,338.8802,73.558205,899.0618,255.59181,2560.368,39.79799,2672.4768,416.92938,24.718819,22.078642,122.06078,232.25917,294.3188,650.96045,40.63844,20.952288,10.432019,491.9007,277.69232,73.01653,6.9563913,568.53937,12.850751,594.5001,7.5291023,29.883156,0.0,804.2687,1749.5865,0.26337877,76.25975,14.468132,10363.75,29.051277,1.15577,5.462545,15.63389,9.903131,3.1639936,8.675647,258.4007,48.88299,4.517797,0.72296554,3.7992485,181.36353,0.88488036,142.41661,119.60901,2068.2317,177.70015,94.498375,165.05086,783.69293,52.430424,41.08623,872.0184,52.52843,79.81683,10.05643,23.45533,202.36807,11.268881,9.972382,54.782196,17.882654,4081.2158,17.99894,26.056116,15.880726,11.083182,285.03943,53.72686,29.040659,8.053394,7.397222,13.47741,55.075172,83.086395,38.746975,185.5871,18.511644,7.1527834,48.73472,24.55707,36.16379,116.57193,17.247244,1.5749764,28.008951,12.65025,1586.982,21.55087,0.69792145,37.05292,12.8385515,126.32785,80.85784,100.13986,8.4656925,93.51075,336.69495,239.54616,28.850449,233.95572,71.213936,46.944454,69.34317,110.8579,16.217821,45.047413,480.42966,5.1288958,9.515193,227.12541,23.023561,9.123548,33.77822,31.892927,349.62714,103.347595,164.64708,1591.7749,78.56482,1669.6384,1576.9955,11.32539,10.627386,1637.6007,21.383083,16.806328,423.2905,35.725304,61.44496,27.594124,103.77096,261.82214,413.9194,5.041419,42.224224,139.68185,360.7806,9.019287,89.260704,9.958535,1.5032988,58.76799,0.99674964,1.1285431,3.2567916,10.878829,29.20936,18.080614,22.765457,464.10025,49.0709,27.183851,36.15272,12.858372,93.75437,9.557147,57.06631,9.856855,68.91299,17.993433,27.155897,38.005554,9.705544,41.31058,30.990658,1.1671009,61.16553,10.202168,220.17357,7.1663995,281.85208,21.167564,1068.2577,126.00625,3.0773325,10.017284,148.84267,185.88097,924.6475,901.94794 +2023-01-12 06:00:00,0.0,2371.4834,42.20824,8.003854,34.489407,28.435324,241.24321,28.341711,49.175674,18.420792,27.418379,238.8057,132.23055,14.555208,54.555588,2.1871257,1.7555869,45.96815,46.737034,38.4109,571.7881,22.477081,670.1322,129.58643,27.959078,77.487335,338.63147,73.57258,899.30286,255.59836,2559.5027,39.827755,2671.8682,417.4394,24.745956,22.095276,122.218445,232.25638,294.35107,651.5693,40.637096,20.941221,10.431094,491.8516,277.9352,73.097015,6.9551973,568.6035,12.852959,594.4951,7.5351663,29.886251,0.0,804.4975,1749.5985,0.26342016,76.208374,14.468758,10365.55,29.063736,1.1564282,5.4612904,15.634143,9.913529,3.168203,8.675999,258.48553,48.860664,4.5167446,0.72327095,3.8034215,181.60085,0.8842982,142.4338,119.54436,2069.521,177.58534,94.52809,165.10619,783.7487,52.482624,41.120533,872.74585,52.519394,79.82483,10.055944,23.470257,202.41487,11.271456,9.971353,54.794216,17.888628,4081.4878,17.998781,26.078629,15.881538,11.08874,285.10214,53.7405,29.058468,8.056114,7.400554,13.473861,55.072567,83.11873,38.775402,185.60799,18.51258,7.1629233,48.750664,24.551613,36.143208,116.580444,17.233145,1.5746976,28.031395,12.647736,1586.1896,21.555094,0.6974597,37.105442,12.84389,126.351585,80.834145,100.12497,8.4683275,93.534676,336.71027,239.52689,28.86041,233.92543,71.169624,46.941612,69.342316,110.929146,16.230494,45.066814,480.39944,5.136876,9.529636,227.22845,23.01924,9.125289,33.813065,31.91932,349.98544,103.42268,164.65503,1592.4569,78.482765,1669.499,1576.7603,11.320725,10.61996,1637.2402,21.374697,16.796843,423.216,35.707462,61.41734,27.58833,103.70824,261.8032,413.83337,5.039677,42.20939,139.56552,360.72305,9.014296,89.25294,9.954973,1.5030198,58.765568,0.9967942,1.1287007,3.2573078,10.877833,29.199774,18.076527,22.77016,463.54855,49.054436,27.169931,36.142136,12.852534,93.78831,9.54664,57.176346,9.85242,68.89712,17.972303,27.120773,37.975,9.703427,41.276844,30.958466,1.1668584,61.15049,10.20127,220.1657,7.1653605,281.78653,21.163177,1068.4628,125.9789,3.0769887,10.015374,148.81624,185.85019,924.5769,902.0484 +2023-01-12 07:00:00,0.0,2370.911,42.191784,7.998098,34.442898,28.4189,241.13277,28.336082,49.161827,18.418358,27.413868,238.81308,132.22539,14.551632,54.548115,2.1938431,1.7604178,45.94898,46.850822,38.461044,571.5476,22.51233,669.65894,129.60321,28.008917,77.596436,338.38272,73.58695,899.5439,255.60489,2558.6375,39.85752,2671.2595,417.94943,24.773094,22.111912,122.3761,232.25359,294.38336,652.1781,40.635754,20.930155,10.43017,491.80252,278.1781,73.17749,6.954003,568.6677,12.855166,594.49005,7.5412307,29.889349,0.0,804.7263,1749.6104,0.26346153,76.157,14.469382,10367.349,29.076195,1.1570865,5.460036,15.634396,9.923928,3.1724126,8.676351,258.5704,48.838337,4.515692,0.7235763,3.8075943,181.83818,0.88371605,142.451,119.479706,2070.8103,177.47054,94.5578,165.16151,783.80444,52.53482,41.15483,873.47327,52.51036,79.832825,10.055458,23.485184,202.46167,11.274031,9.970324,54.80624,17.894604,4081.76,17.998625,26.101143,15.88235,11.094298,285.1649,53.754143,29.076277,8.058833,7.403887,13.470311,55.06996,83.151054,38.80383,185.62888,18.513515,7.173063,48.76661,24.546156,36.122627,116.58897,17.219046,1.5744187,28.05384,12.645221,1585.3971,21.559317,0.6969979,37.157963,12.84923,126.37532,80.81044,100.11008,8.470962,93.5586,336.72562,239.50763,28.87037,233.89514,71.12531,46.938774,69.34147,111.0004,16.243166,45.08622,480.36926,5.1448565,9.54408,227.33148,23.01492,9.127031,33.84791,31.94571,350.34372,103.497765,164.66296,1593.1389,78.40072,1669.3597,1576.5249,11.316062,10.612534,1636.8799,21.36631,16.787355,423.1415,35.689617,61.389717,27.582535,103.645515,261.78427,413.74734,5.0379353,42.194557,139.4492,360.66547,9.009305,89.24517,9.951411,1.502741,58.763145,0.9968388,1.1288584,3.2578237,10.876838,29.190187,18.07244,22.774866,462.9969,49.03797,27.15601,36.131554,12.846698,93.82224,9.536134,57.28638,9.847984,68.88125,17.951174,27.08565,37.944443,9.70131,41.243107,30.926275,1.166616,61.135445,10.200372,220.1578,7.1643214,281.721,21.15879,1068.6678,125.95155,3.0766451,10.013464,148.78981,185.81943,924.5062,902.1488 +2023-01-12 08:00:00,0.0,2370.3384,42.175327,7.992342,34.396385,28.402475,241.02234,28.330456,49.14798,18.415924,27.409355,238.82048,132.22021,14.548056,54.54064,2.2005606,1.7652487,45.92981,46.964607,38.51119,571.3072,22.547579,669.1856,129.62,28.058754,77.705536,338.134,73.60132,899.785,255.61143,2557.7722,39.887287,2670.6511,418.45944,24.800232,22.128546,122.53376,232.2508,294.41565,652.7869,40.634407,20.919088,10.429245,491.75345,278.421,73.257965,6.9528084,568.73193,12.857374,594.48505,7.5472946,29.892447,0.0,804.95514,1749.6223,0.2635029,76.10562,14.470007,10369.148,29.088654,1.1577448,5.4587812,15.634648,9.934327,3.1766222,8.6767025,258.65524,48.81601,4.51464,0.7238817,3.8117673,182.0755,0.8831339,142.46819,119.415054,2072.0996,177.35573,94.58752,165.21684,783.8602,52.58702,41.189133,874.2007,52.501324,79.84082,10.054973,23.50011,202.50848,11.276606,9.969295,54.818264,17.90058,4082.0322,17.998466,26.123655,15.8831625,11.099857,285.2276,53.767784,29.094086,8.061553,7.407219,13.466761,55.06736,83.18339,38.83226,185.64977,18.514452,7.1832027,48.782555,24.540699,36.102047,116.59748,17.204947,1.5741397,28.076284,12.642706,1584.6046,21.563541,0.69653606,37.210484,12.8545685,126.39906,80.78674,100.095184,8.473596,93.58253,336.74094,239.48836,28.880333,233.86485,71.081,46.935932,69.340614,111.07164,16.255838,45.10562,480.33905,5.1528373,9.558523,227.43451,23.0106,9.128773,33.882755,31.9721,350.70203,103.57285,164.67091,1593.8208,78.318665,1669.2205,1576.2897,11.311398,10.605107,1636.5194,21.357924,16.777868,423.067,35.671776,61.3621,27.576742,103.582794,261.76532,413.66132,5.0361934,42.17972,139.33287,360.6079,9.004313,89.237404,9.947849,1.5024621,58.76072,0.9968834,1.129016,3.2583396,10.875842,29.180603,18.068354,22.77957,462.4452,49.021507,27.14209,36.120968,12.84086,93.856186,9.525628,57.396416,9.843549,68.86539,17.930044,27.050524,37.913887,9.699193,41.20937,30.894085,1.1663736,61.120403,10.199473,220.14993,7.163282,281.65546,21.154404,1068.8729,125.9242,3.0763016,10.011555,148.76338,185.78865,924.4356,902.2492 +2023-01-12 09:00:00,0.0,2369.7659,42.15887,7.9865866,34.349876,28.38605,240.91191,28.324827,49.134136,18.413488,27.404844,238.82787,132.21504,14.544479,54.53317,2.2072778,1.7700796,45.910637,47.078396,38.561333,571.0667,22.582827,668.71234,129.63678,28.108591,77.81464,337.88525,73.61569,900.026,255.61797,2556.907,39.917053,2670.0425,418.96948,24.82737,22.145182,122.69142,232.248,294.44794,653.39575,40.633064,20.908022,10.42832,491.70438,278.66388,73.33845,6.951614,568.79614,12.859582,594.48,7.553359,29.895544,0.0,805.18396,1749.6342,0.2635443,76.05424,14.470632,10370.948,29.10111,1.158403,5.4575267,15.634901,9.944726,3.1808317,8.677054,258.74008,48.793682,4.5135875,0.72418714,3.8159401,182.31284,0.88255167,142.48538,119.3504,2073.389,177.24092,94.61723,165.27219,783.91595,52.63922,41.223434,874.9281,52.492287,79.848816,10.054486,23.51504,202.55528,11.279181,9.968265,54.830284,17.906553,4082.3044,17.99831,26.14617,15.883975,11.105415,285.2903,53.781425,29.111895,8.064273,7.4105515,13.463211,55.064754,83.21572,38.860687,185.67065,18.515387,7.193342,48.7985,24.535242,36.081467,116.605995,17.190845,1.5738609,28.098728,12.640191,1583.8121,21.567764,0.6960743,37.263004,12.859907,126.4228,80.76304,100.08029,8.476231,93.60645,336.75626,239.4691,28.890293,233.83456,71.03669,46.933094,69.33977,111.14289,16.26851,45.125027,480.30887,5.1608176,9.572966,227.53755,23.006279,9.130515,33.917603,31.998491,351.06033,103.647934,164.67885,1594.5029,78.23662,1669.081,1576.0543,11.306734,10.597681,1636.159,21.349537,16.768381,422.9925,35.65393,61.334476,27.570948,103.52007,261.7464,413.5753,5.0344515,42.16489,139.21654,360.55032,8.999322,89.22964,9.944287,1.5021833,58.758297,0.996928,1.1291738,3.2588556,10.874846,29.171017,18.064266,22.784275,461.89352,49.00504,27.128168,36.110382,12.835023,93.89012,9.515121,57.506454,9.839113,68.84952,17.908916,27.0154,37.88333,9.697076,41.175636,30.861893,1.1661311,61.10536,10.198575,220.14204,7.162243,281.58994,21.150017,1069.078,125.89686,3.0759578,10.0096445,148.73695,185.75787,924.365,902.3496 +2023-01-12 10:00:00,0.0,2369.1934,42.142414,7.980831,34.303368,28.369625,240.80147,28.319199,49.12029,18.411055,27.400333,238.83525,132.20988,14.540903,54.525696,2.2139952,1.7749104,45.891468,47.19218,38.61148,570.8263,22.618076,668.239,129.65356,28.158428,77.92374,337.63654,73.630066,900.267,255.62451,2556.0417,39.94682,2669.4338,419.47952,24.854507,22.161816,122.84908,232.24521,294.48022,654.0045,40.63172,20.896955,10.427395,491.65527,278.90677,73.41892,6.95042,568.8603,12.86179,594.475,7.559423,29.898642,0.0,805.4127,1749.6461,0.26358566,76.00286,14.471256,10372.747,29.11357,1.1590613,5.4562726,15.635154,9.955125,3.1850412,8.677407,258.82492,48.77136,4.512535,0.7244925,3.8201132,182.55017,0.8819695,142.50258,119.28575,2074.6785,177.12611,94.64696,165.32751,783.9717,52.69142,41.257732,875.6556,52.483253,79.85681,10.054,23.529966,202.60208,11.281755,9.967236,54.842308,17.912529,4082.5767,17.998152,26.168682,15.884788,11.110973,285.35306,53.795067,29.129704,8.066992,7.4138837,13.459661,55.06215,83.248055,38.889114,185.69154,18.516323,7.203482,48.814445,24.529785,36.060886,116.61451,17.176746,1.5735819,28.121172,12.637676,1583.0197,21.571987,0.6956125,37.315525,12.865246,126.44654,80.73934,100.0654,8.478865,93.63037,336.7716,239.44983,28.900255,233.80428,70.992386,46.930252,69.33892,111.214134,16.281183,45.14443,480.27866,5.168798,9.587409,227.64058,23.001959,9.1322565,33.952446,32.024883,351.41864,103.723015,164.6868,1595.1849,78.154564,1668.9418,1575.819,11.30207,10.590256,1635.7986,21.341152,16.758894,422.918,35.63609,61.306854,27.565155,103.45735,261.72745,413.48926,5.0327096,42.15006,139.1002,360.49277,8.994331,89.22187,9.940726,1.5019044,58.755875,0.99697256,1.1293315,3.2593718,10.873851,29.16143,18.060179,22.788979,461.34183,48.988575,27.114248,36.0998,12.829186,93.92406,9.504615,57.61649,9.834678,68.83366,17.887787,26.980276,37.852776,9.69496,41.1419,30.829702,1.1658887,61.090313,10.197677,220.13417,7.161204,281.5244,21.14563,1069.2831,125.869514,3.0756142,10.007734,148.71053,185.7271,924.2943,902.45 +2023-01-12 11:00:00,0.0,2368.621,42.125957,7.9750757,34.25686,28.3532,240.69104,28.313572,49.10644,18.40862,27.395823,238.84265,132.20471,14.537327,54.518223,2.2207127,1.7797414,45.872295,47.30597,38.661625,570.5858,22.653324,667.76575,129.67036,28.208265,78.03284,337.3878,73.64444,900.50806,255.63104,2555.1765,39.976585,2668.8252,419.98953,24.881645,22.178452,123.00674,232.24242,294.5125,654.61334,40.630375,20.88589,10.42647,491.6062,279.14966,73.4994,6.9492254,568.92456,12.863997,594.47,7.5654874,29.901737,0.0,805.6416,1749.6581,0.26362702,75.951485,14.471881,10374.547,29.126028,1.1597196,5.455018,15.635406,9.965524,3.1892507,8.677759,258.9098,48.74903,4.5114822,0.7247979,3.824286,182.78749,0.88138735,142.51978,119.2211,2075.9678,177.0113,94.67667,165.38284,784.02747,52.743618,41.292034,876.383,52.474216,79.86481,10.0535145,23.544895,202.6489,11.28433,9.966207,54.854332,17.918503,4082.8489,17.997995,26.191196,15.8856,11.116531,285.41577,53.80871,29.147514,8.069712,7.4172163,13.456111,55.059544,83.28039,38.91754,185.71243,18.517258,7.2136216,48.83039,24.524328,36.040306,116.623024,17.162647,1.5733031,28.143618,12.635161,1582.2272,21.57621,0.69515073,37.368042,12.8705845,126.470276,80.71564,100.05051,8.481499,93.6543,336.78693,239.43057,28.910217,233.77399,70.948074,46.927414,69.338066,111.28538,16.293856,45.163834,480.24844,5.176779,9.601852,227.7436,22.997639,9.133998,33.98729,32.051273,351.77695,103.7981,164.69473,1595.867,78.07252,1668.8025,1575.5837,11.297406,10.582829,1635.4381,21.332766,16.749407,422.84348,35.618248,61.279236,27.55936,103.39464,261.70853,413.40323,5.0309677,42.135223,138.98387,360.43518,8.98934,89.2141,9.937164,1.5016255,58.753452,0.99701715,1.1294891,3.2598877,10.872855,29.151844,18.056091,22.793682,460.79016,48.97211,27.100327,36.089214,12.823349,93.958,9.494109,57.726524,9.830242,68.81779,17.866657,26.945152,37.82222,9.6928425,41.108162,30.797512,1.1656462,61.07527,10.196778,220.12628,7.1601644,281.45886,21.141243,1069.4882,125.84216,3.0752704,10.005824,148.6841,185.69632,924.2237,902.5504 +2023-01-12 12:00:00,0.0,2368.0486,42.109505,7.96932,34.210346,28.336777,240.58061,28.307943,49.092594,18.406185,27.39131,238.85004,132.19954,14.53375,54.51075,2.2274299,1.7845724,45.853127,47.419754,38.71177,570.3454,22.688572,667.2924,129.68715,28.258102,78.14194,337.13907,73.658806,900.7491,255.63757,2554.3113,40.006355,2668.2168,420.49957,24.908783,22.195086,123.1644,232.23962,294.5448,655.22217,40.629032,20.874823,10.425546,491.55713,279.39255,73.57988,6.948031,568.9887,12.866205,594.4649,7.5715513,29.904835,0.0,805.87036,1749.6699,0.26366842,75.9001,14.472506,10376.347,29.138485,1.160378,5.4537635,15.635658,9.975923,3.1934602,8.678111,258.99463,48.726704,4.51043,0.7251033,3.828459,183.02483,0.8808052,142.53696,119.15645,2077.257,176.8965,94.70638,165.43817,784.0832,52.79582,41.326336,877.1104,52.46518,79.8728,10.053028,23.559822,202.6957,11.286905,9.965177,54.866352,17.924479,4083.1208,17.997837,26.213709,15.886413,11.12209,285.4785,53.82235,29.165323,8.072431,7.4205484,13.45256,55.056942,83.31272,38.94597,185.73332,18.518194,7.2237616,48.846336,24.518871,36.019726,116.63154,17.148548,1.5730242,28.166061,12.632647,1581.4347,21.580433,0.6946889,37.420563,12.875923,126.49402,80.69194,100.035614,8.484134,93.67822,336.80225,239.4113,28.920177,233.74371,70.90376,46.924572,69.33722,111.35663,16.306528,45.183235,480.21826,5.184759,9.616295,227.84665,22.993319,9.13574,34.022137,32.077663,352.13525,103.873184,164.70268,1596.549,77.99046,1668.6631,1575.3484,11.292742,10.575403,1635.0778,21.324379,16.73992,422.76898,35.600403,61.251614,27.553566,103.33192,261.68958,413.3172,5.0292253,42.12039,138.86754,360.37762,8.984348,89.20634,9.933602,1.5013467,58.75103,0.9970617,1.1296468,3.2604036,10.87186,29.142258,18.052004,22.798388,460.23846,48.955647,27.086405,36.07863,12.817512,93.991936,9.483603,57.83656,9.825807,68.801926,17.84553,26.910027,37.791664,9.690725,41.074425,30.765322,1.1654038,61.060226,10.19588,220.1184,7.1591253,281.39334,21.136856,1069.6932,125.81482,3.0749269,10.003914,148.65767,185.66554,924.153,902.6509 +2023-01-12 13:00:00,0.0,2367.476,42.09305,7.9635644,34.163837,28.32035,240.47017,28.302315,49.07875,18.403751,27.386799,238.85742,132.19438,14.530173,54.503277,2.2341473,1.7894032,45.833958,47.533543,38.761913,570.1049,22.723822,666.81915,129.70393,28.307941,78.25104,336.89032,73.67318,900.9901,255.64412,2553.446,40.03612,2667.6082,421.00958,24.93592,22.211721,123.32206,232.23683,294.5771,655.831,40.62769,20.863756,10.424621,491.50806,279.63544,73.660355,6.9468365,569.0529,12.868413,594.4599,7.5776157,29.907932,0.0,806.0992,1749.6819,0.26370978,75.848724,14.47313,10378.1455,29.150944,1.1610363,5.452509,15.635911,9.986321,3.1976697,8.678463,259.07947,48.704376,4.5093775,0.7254087,3.8326318,183.26215,0.88022304,142.55415,119.091805,2078.5464,176.7817,94.7361,165.4935,784.1389,52.84802,41.360634,877.8378,52.456146,79.8808,10.052543,23.574749,202.74251,11.289481,9.964148,54.878376,17.930454,4083.393,17.99768,26.236223,15.887224,11.127648,285.54123,53.83599,29.183132,8.0751505,7.423881,13.449011,55.054337,83.345055,38.974396,185.75421,18.519129,7.233901,48.86228,24.513414,35.999146,116.64005,17.134449,1.5727453,28.188505,12.630132,1580.6422,21.584658,0.69422716,37.473083,12.881262,126.51775,80.668236,100.02072,8.486768,93.70215,336.8176,239.39204,28.93014,233.71342,70.85945,46.921734,69.33637,111.42787,16.3192,45.20264,480.18805,5.1927395,9.630738,227.94968,22.988998,9.137482,34.05698,32.104053,352.49356,103.94827,164.71062,1597.2311,77.90842,1668.5238,1575.1132,11.288077,10.567977,1634.7173,21.315992,16.730433,422.69446,35.58256,61.22399,27.547773,103.269196,261.67065,413.23117,5.0274835,42.10556,138.7512,360.32004,8.979358,89.19857,9.93004,1.5010679,58.748604,0.9971063,1.1298044,3.2609198,10.870864,29.132671,18.047916,22.803091,459.6868,48.93918,27.072485,36.068043,12.811674,94.02587,9.473097,57.946598,9.821371,68.78606,17.8244,26.874903,37.76111,9.688608,41.040688,30.73313,1.1651614,61.04518,10.194982,220.11052,7.1580863,281.32782,21.13247,1069.8983,125.78747,3.0745833,10.002004,148.63124,185.63477,924.0824,902.7513 +2023-01-12 14:00:00,0.0,2366.9036,42.07659,7.957809,34.11733,28.303926,240.35974,28.296688,49.064903,18.401316,27.382288,238.86482,132.18921,14.526597,54.495804,2.2408648,1.7942342,45.814785,47.647327,38.812057,569.8645,22.75907,666.3458,129.72072,28.357779,78.36014,336.6416,73.68755,901.2312,255.65065,2552.5808,40.065887,2666.9995,421.51962,24.963058,22.228355,123.47972,232.23405,294.60938,656.43976,40.626343,20.85269,10.423696,491.45895,279.87833,73.74083,6.9456425,569.11707,12.870622,594.45483,7.5836797,29.91103,0.0,806.328,1749.6937,0.26375115,75.79735,14.473756,10379.945,29.163403,1.1616945,5.4512544,15.636164,9.99672,3.2018793,8.678815,259.16434,48.68205,4.508325,0.7257141,3.8368049,183.49948,0.8796409,142.57135,119.02715,2079.8357,176.66689,94.765816,165.54884,784.1947,52.900215,41.394936,878.56525,52.44711,79.888794,10.052056,23.589676,202.7893,11.292056,9.963119,54.890396,17.936428,4083.6653,17.997522,26.258736,15.888037,11.133206,285.60394,53.849632,29.200941,8.077869,7.427213,13.445461,55.05173,83.37739,39.002823,185.7751,18.520065,7.244041,48.878227,24.507957,35.978565,116.64857,17.120348,1.5724664,28.21095,12.627617,1579.8497,21.58888,0.69376534,37.525604,12.8866005,126.5415,80.64454,100.00583,8.489403,93.726074,336.83292,239.37277,28.9401,233.68314,70.81514,46.91889,69.33552,111.49912,16.331873,45.222042,480.15787,5.2007203,9.645182,228.0527,22.984678,9.139224,34.091827,32.130444,352.85184,104.02335,164.71857,1597.9131,77.82636,1668.3845,1574.8778,11.283414,10.560551,1634.3569,21.307606,16.720945,422.61996,35.56472,61.196373,27.541979,103.206474,261.6517,413.14514,5.0257416,42.090725,138.63487,360.26248,8.974366,89.1908,9.926478,1.5007889,58.74618,0.9971509,1.1299621,3.2614357,10.869868,29.123087,18.043829,22.807796,459.1351,48.922714,27.058563,36.05746,12.805838,94.059814,9.46259,58.056633,9.816936,68.770195,17.80327,26.839779,37.730556,9.686492,41.00695,30.70094,1.1649189,61.03014,10.194084,220.10263,7.157047,281.26227,21.128082,1070.1033,125.760124,3.0742395,10.000093,148.60481,185.60399,924.0118,902.8517 +2023-01-12 15:00:00,0.0,2366.331,42.060135,7.952053,34.070816,28.287502,240.24931,28.29106,49.051056,18.398882,27.377777,238.87221,132.18404,14.523021,54.48833,2.247582,1.7990651,45.795616,47.761116,38.862206,569.624,22.79432,665.87256,129.7375,28.407616,78.46924,336.39285,73.70192,901.4722,255.6572,2551.7156,40.095654,2666.391,422.02963,24.990196,22.244991,123.63738,232.23126,294.64166,657.0486,40.625,20.841621,10.4227705,491.40988,280.12122,73.82131,6.944448,569.1813,12.872829,594.4498,7.589744,29.914127,0.0,806.5568,1749.7057,0.26379254,75.745964,14.4743805,10381.745,29.175861,1.1623528,5.45,15.636416,10.007119,3.2060888,8.679167,259.24918,48.65972,4.5072727,0.7260195,3.8409777,183.7368,0.8790587,142.58855,118.9625,2081.125,176.55208,94.79553,165.60417,784.2504,52.952415,41.429234,879.2927,52.438072,79.89679,10.05157,23.604603,202.8361,11.294631,9.96209,54.90242,17.942404,4083.9375,17.997366,26.28125,15.888849,11.138765,285.66666,53.863274,29.21875,8.080589,7.430546,13.441911,55.049126,83.40972,39.03125,185.79599,18.521,7.2541804,48.894173,24.5025,35.95798,116.65708,17.106249,1.5721874,28.233395,12.625102,1579.0573,21.593103,0.6933036,37.578125,12.89194,126.56523,80.620834,99.99094,8.492037,93.75,336.84824,239.35352,28.950062,233.65285,70.770836,46.916054,69.33467,111.570366,16.344545,45.241447,480.12766,5.2087007,9.659624,228.15575,22.980358,9.140965,34.12667,32.156834,353.21014,104.098434,164.7265,1598.595,77.744316,1668.2451,1574.6425,11.278749,10.553125,1633.9965,21.29922,16.711458,422.54547,35.546875,61.16875,27.536186,103.14375,261.63278,413.0591,5.0239997,42.075893,138.51854,360.2049,8.969375,89.18304,9.922916,1.5005101,58.74376,0.9971955,1.1301198,3.2619517,10.868873,29.1135,18.039742,22.8125,458.58344,48.90625,27.044643,36.046875,12.8,94.09375,9.452084,58.166668,9.8125,68.754326,17.782143,26.804655,37.7,9.684375,40.973217,30.668749,1.1646764,61.015095,10.193186,220.09476,7.156008,281.19675,21.123695,1070.3083,125.73277,3.073896,9.998183,148.57838,185.57323,923.9411,902.9521 +2023-01-12 16:00:00,0.0,2365.7585,42.04368,7.9462976,34.024307,28.271076,240.13887,28.28543,49.03721,18.396448,27.373266,238.8796,132.17888,14.519444,54.480858,2.2542994,1.803896,45.776443,47.8749,38.91235,569.38354,22.829567,665.39923,129.75429,28.457453,78.57834,336.14413,73.71629,901.71326,255.66373,2550.8503,40.12542,2665.7825,422.53967,25.017334,22.261625,123.795044,232.22847,294.67395,657.6574,40.623657,20.830555,10.421845,491.3608,280.3641,73.90179,6.9432535,569.2455,12.875037,594.44476,7.595808,29.917223,0.0,806.78564,1749.7175,0.2638339,75.69459,14.475005,10383.544,29.188318,1.1630111,5.4487457,15.636669,10.017518,3.2102983,8.679519,259.334,48.637398,4.5062203,0.72632486,3.8451507,183.97414,0.87847656,142.60574,118.89785,2082.4143,176.43727,94.82524,165.6595,784.30615,53.004616,41.463535,880.02014,52.42904,79.904785,10.0510845,23.61953,202.88292,11.297206,9.96106,54.914444,17.948378,4084.2097,17.99721,26.303764,15.889662,11.144323,285.7294,53.87691,29.236559,8.083309,7.433878,13.438361,55.046524,83.442055,39.059677,185.81688,18.521935,7.2643204,48.91012,24.497044,35.9374,116.665596,17.09215,1.5719086,28.255838,12.622587,1578.2648,21.597326,0.69284177,37.630646,12.897279,126.588974,80.59714,99.97604,8.494671,93.773926,336.8636,239.33426,28.960022,233.62256,70.726524,46.91321,69.333824,111.64162,16.357218,45.26085,480.09747,5.216681,9.6740675,228.25877,22.976038,9.142708,34.16152,32.183228,353.56845,104.17352,164.73445,1599.277,77.66226,1668.1058,1574.4072,11.274086,10.545699,1633.6361,21.290834,16.701971,422.47095,35.529034,61.14113,27.530392,103.08103,261.61383,412.97308,5.022258,42.06106,138.40222,360.14734,8.964384,89.17527,9.919355,1.5002313,58.741337,0.99724007,1.1302774,3.2624679,10.867877,29.103914,18.035654,22.817204,458.03174,48.889786,27.030722,36.03629,12.794163,94.127686,9.441578,58.276703,9.808064,68.738464,17.761013,26.76953,37.669445,9.682258,40.93948,30.636559,1.164434,61.000053,10.192287,220.08687,7.1549687,281.13123,21.11931,1070.5134,125.70543,3.0735521,9.996273,148.55196,185.54245,923.8705,903.0525 +2023-01-12 17:00:00,0.0,2365.186,42.02722,7.940542,33.9778,28.254652,240.02844,28.279804,49.02336,18.394012,27.368753,238.887,132.1737,14.515868,54.473385,2.2610168,1.8087269,45.757275,47.98869,38.962494,569.1431,22.864817,664.92596,129.77107,28.50729,78.68744,335.8954,73.73067,901.9543,255.67026,2549.985,40.155186,2665.1738,423.04968,25.044472,22.278261,123.952705,232.22568,294.70624,658.26624,40.62231,20.819489,10.420921,491.3117,280.607,73.98227,6.942059,569.3097,12.877245,594.43976,7.6018724,29.92032,0.0,807.0144,1749.7295,0.26387528,75.64321,14.47563,10385.344,29.200777,1.1636693,5.447491,15.636922,10.027917,3.2145078,8.679871,259.41888,48.61507,4.5051675,0.7266303,3.8493237,184.21146,0.8778944,142.62292,118.8332,2083.7036,176.32246,94.85496,165.71483,784.36194,53.056816,41.497837,880.74756,52.420002,79.91278,10.050598,23.634457,202.92972,11.299781,9.960031,54.926464,17.954353,4084.482,17.997051,26.326277,15.890474,11.149881,285.7921,53.890553,29.254368,8.086028,7.43721,13.434811,55.04392,83.47439,39.088104,185.83777,18.522871,7.27446,48.926064,24.491587,35.91682,116.67412,17.07805,1.5716296,28.278282,12.620072,1577.4723,21.60155,0.69238,37.683167,12.902617,126.61271,80.57343,99.96115,8.497306,93.797844,336.8789,239.31499,28.969984,233.59227,70.68221,46.910374,69.33297,111.71286,16.36989,45.28025,480.06726,5.2246614,9.688511,228.3618,22.971718,9.144449,34.19636,32.209618,353.92676,104.248604,164.74239,1599.9591,77.580215,1667.9666,1574.1719,11.269422,10.538273,1633.2756,21.282448,16.692484,422.39645,35.511192,61.11351,27.5246,103.01831,261.5949,412.88705,5.020516,42.046227,138.28589,360.08975,8.959393,89.1675,9.915793,1.4999523,58.73891,0.99728465,1.1304351,3.2629838,10.866881,29.094328,18.031567,22.821909,457.48007,48.87332,27.016802,36.025707,12.788326,94.16163,9.431071,58.386738,9.803629,68.722595,17.739883,26.734406,37.63889,9.6801405,40.905743,30.604366,1.1641916,60.98501,10.191389,220.079,7.153929,281.06567,21.114923,1070.7185,125.678085,3.0732086,9.994363,148.52553,185.51167,923.7998,903.15295 +2023-01-12 18:00:00,0.0,2364.6135,42.01077,7.9347863,33.93129,28.238228,239.91801,28.274176,49.009518,18.391579,27.364243,238.89438,132.16853,14.512292,54.46591,2.267734,1.8135579,45.738102,48.102474,39.012638,568.90265,22.900064,664.45264,129.78786,28.557129,78.79654,335.64667,73.74503,902.1953,255.6768,2549.1199,40.18495,2664.5654,423.55972,25.07161,22.294895,124.11037,232.22289,294.73853,658.87506,40.620968,20.808422,10.419996,491.26263,280.84988,74.062744,6.940865,569.37384,12.879453,594.43475,7.6079364,29.923418,0.0,807.2433,1749.7413,0.26391667,75.59183,14.476254,10387.144,29.213236,1.1643276,5.4462366,15.637174,10.038316,3.2187176,8.6802225,259.50372,48.592743,4.504115,0.7269357,3.8534966,184.44879,0.87731224,142.64012,118.76855,2084.9932,176.20766,94.884674,165.77016,784.41766,53.109013,41.532135,881.475,52.410965,79.92078,10.050113,23.649385,202.97652,11.302356,9.959002,54.938488,17.96033,4084.7542,17.996895,26.348791,15.891286,11.15544,285.85483,53.904194,29.272177,8.088748,7.4405427,13.431261,55.041313,83.506714,39.11653,185.85866,18.523806,7.2846,48.94201,24.48613,35.89624,116.68263,17.063951,1.5713508,28.300728,12.617558,1576.6798,21.605772,0.6919182,37.735683,12.907956,126.63645,80.549736,99.94626,8.49994,93.82177,336.89423,239.29573,28.979946,233.56198,70.6379,46.90753,69.33212,111.7841,16.382563,45.299656,480.03708,5.232642,9.702953,228.46484,22.967398,9.146191,34.231205,32.236008,354.28506,104.32369,164.75034,1600.6411,77.49816,1667.8273,1573.9366,11.264758,10.530847,1632.9152,21.274061,16.682997,422.32196,35.493347,61.085888,27.518805,102.95559,261.57596,412.80103,5.018774,42.031395,138.16956,360.0322,8.954401,89.15974,9.912231,1.4996735,58.73649,0.99732924,1.1305927,3.2634997,10.865885,29.084742,18.02748,22.826612,456.92838,48.856853,27.00288,36.01512,12.782489,94.195564,9.420565,58.496777,9.799193,68.70673,17.718754,26.699282,37.608334,9.678024,40.872005,30.572176,1.1639491,60.969963,10.190491,220.0711,7.15289,281.00015,21.110537,1070.9236,125.650734,3.072865,9.992453,148.4991,185.4809,923.7292,903.25336 +2023-01-12 19:00:00,0.0,2364.041,41.994312,7.929031,33.884777,28.221802,239.80757,28.268547,48.99567,18.389143,27.359732,238.90176,132.16338,14.508716,54.45844,2.2744515,1.8183887,45.718933,48.216263,39.062786,568.66223,22.935314,663.9794,129.80464,28.606966,78.90564,335.39792,73.75941,902.4364,255.68333,2548.2546,40.21472,2663.9568,424.06976,25.098747,22.311531,124.26802,232.2201,294.7708,659.4838,40.619625,20.797356,10.419071,491.21356,281.09277,74.14322,6.9396706,569.4381,12.88166,594.4297,7.614001,29.926516,0.0,807.47205,1749.7533,0.26395804,75.54045,14.476879,10388.942,29.225695,1.1649859,5.444982,15.637426,10.048715,3.222927,8.680575,259.58856,48.570415,4.5030627,0.72724104,3.8576696,184.68611,0.8767301,142.65732,118.703896,2086.2825,176.09285,94.91439,165.8255,784.47345,53.161213,41.566437,882.20245,52.40193,79.92877,10.049626,23.664312,203.02333,11.304931,9.957972,54.950512,17.966303,4085.0261,17.996737,26.371304,15.892098,11.160998,285.91757,53.917835,29.289986,8.091467,7.443875,13.4277115,55.03871,83.53905,39.14496,185.87955,18.524742,7.2947392,48.95796,24.48067,35.87566,116.69115,17.049852,1.5710719,28.323172,12.615043,1575.8873,21.609997,0.69145644,37.788204,12.913295,126.66019,80.52603,99.931366,8.502575,93.845695,336.90958,239.27646,28.989906,233.53171,70.59359,46.904694,69.331276,111.855354,16.395235,45.319057,480.00687,5.2406225,9.717397,228.56787,22.963078,9.147933,34.266052,32.262398,354.64337,104.39877,164.75827,1601.323,77.416115,1667.6879,1573.7013,11.260094,10.52342,1632.5548,21.265675,16.67351,422.24744,35.475506,61.058266,27.51301,102.89287,261.55704,412.715,5.017032,42.01656,138.05322,359.9746,8.94941,89.15197,9.908669,1.4993947,58.734066,0.9973738,1.1307504,3.264016,10.864889,29.075155,18.023392,22.831318,456.3767,48.84039,26.98896,36.004536,12.776651,94.2295,9.410059,58.60681,9.794758,68.690865,17.697626,26.664158,37.577778,9.675907,40.83827,30.539986,1.1637067,60.95492,10.189592,220.06323,7.151851,280.93463,21.10615,1071.1287,125.62339,3.0725212,9.990542,148.47266,185.45012,923.65857,903.35376 +2023-01-12 20:00:00,0.0,2363.4685,41.977856,7.9232755,33.83827,28.205378,239.69714,28.26292,48.981823,18.38671,27.35522,238.90916,132.1582,14.505139,54.450966,2.281169,1.8232197,45.69976,48.330048,39.11293,568.42175,22.970562,663.50604,129.82143,28.656803,79.01474,335.1492,73.77378,902.6774,255.68988,2547.3892,40.244488,2663.3481,424.57977,25.125885,22.328165,124.42568,232.2173,294.8031,660.09265,40.61828,20.78629,10.418146,491.1645,281.33566,74.2237,6.938476,569.50226,12.883868,594.4247,7.6200647,29.929613,0.0,807.70087,1749.7653,0.2639994,75.489075,14.477504,10390.742,29.238152,1.1656442,5.4437275,15.637679,10.0591135,3.2271366,8.680927,259.6734,48.548088,4.5020103,0.72754645,3.8618424,184.92345,0.87614787,142.67451,118.63925,2087.5718,175.97804,94.94411,165.88083,784.5292,53.213413,41.60074,882.9299,52.392895,79.93677,10.04914,23.679241,203.07013,11.307507,9.956943,54.962532,17.972279,4085.2983,17.99658,26.393818,15.892911,11.166556,285.9803,53.931477,29.307796,8.094187,7.4472075,13.424161,55.036106,83.57138,39.173386,185.90044,18.525677,7.304879,48.973904,24.475214,35.85508,116.69966,17.035751,1.570793,28.345615,12.612528,1575.0948,21.61422,0.6909946,37.840725,12.918633,126.68393,80.502335,99.91647,8.505209,93.86962,336.9249,239.2572,28.999868,233.50142,70.549286,46.90185,69.33042,111.9266,16.407907,45.338463,479.97665,5.248603,9.73184,228.6709,22.958757,9.149674,34.300896,32.288788,355.00168,104.473854,164.76622,1602.005,77.33406,1667.5486,1573.466,11.25543,10.515995,1632.1943,21.257288,16.664024,422.17294,35.45766,61.030647,27.507217,102.83015,261.53812,412.62897,5.0152903,42.001728,137.93689,359.91705,8.944419,89.1442,9.9051075,1.4991158,58.731644,0.9974184,1.130908,3.2645319,10.8638935,29.06557,18.019304,22.836021,455.825,48.823925,26.975039,35.99395,12.770814,94.26344,9.399552,58.716846,9.790322,68.675,17.676497,26.629032,37.547222,9.67379,40.80453,30.507793,1.1634642,60.939877,10.188694,220.05534,7.1508117,280.86908,21.101763,1071.3337,125.59604,3.0721776,9.988633,148.44623,185.41934,923.5879,903.45416 +2023-01-12 21:00:00,0.0,2362.896,41.9614,7.91752,33.79176,28.188953,239.58672,28.257292,48.967976,18.384275,27.350708,238.91655,132.15303,14.501562,54.443493,2.2878861,1.8280506,45.68059,48.443836,39.163074,568.18134,23.005812,663.0327,129.83821,28.70664,79.12384,334.90045,73.78815,902.91846,255.69641,2546.524,40.274254,2662.7395,425.0898,25.153023,22.3448,124.58334,232.21451,294.8354,660.7015,40.616936,20.775223,10.417221,491.1154,281.57855,74.30418,6.9372816,569.56647,12.886076,594.4196,7.626129,29.932709,0.0,807.9297,1749.7771,0.2640408,75.43769,14.478129,10392.542,29.25061,1.1663026,5.442473,15.637932,10.069512,3.2313461,8.681279,259.75827,48.52576,4.500958,0.72785187,3.8660154,185.16078,0.8755657,142.6917,118.5746,2088.861,175.86324,94.97383,165.93616,784.5849,53.26561,41.635036,883.6573,52.383858,79.94476,10.048655,23.694168,203.11693,11.3100815,9.955914,54.974556,17.978254,4085.5706,17.996422,26.41633,15.8937235,11.172114,286.043,53.945118,29.325605,8.096906,7.4505396,13.420611,55.0335,83.603714,39.201817,185.92133,18.526613,7.3150187,48.98985,24.469757,35.8345,116.708176,17.021652,1.5705141,28.368061,12.610013,1574.3024,21.618443,0.6905328,37.893246,12.923972,126.707664,80.47863,99.90158,8.507843,93.89355,336.94022,239.23793,29.009829,233.47113,70.504974,46.899014,69.329575,111.99785,16.42058,45.357864,479.94647,5.2565837,9.746283,228.77394,22.954435,9.151417,34.335743,32.315178,355.35995,104.54894,164.77415,1602.6871,77.252014,1667.4093,1573.2307,11.250766,10.508569,1631.834,21.248901,16.654537,422.09845,35.43982,61.003025,27.501423,102.767426,261.51917,412.54294,5.0135484,41.986897,137.82056,359.85947,8.939427,89.13643,9.901546,1.4988369,58.72922,0.997463,1.1310657,3.2650478,10.862898,29.055984,18.015217,22.840725,455.27335,48.80746,26.961117,35.983368,12.764977,94.29738,9.389046,58.82688,9.785887,68.659134,17.655367,26.593908,37.516666,9.671673,40.770798,30.475603,1.1632217,60.924835,10.187796,220.04747,7.1497726,280.80356,21.097376,1071.5388,125.568695,3.0718338,9.986723,148.4198,185.38857,923.5173,903.55457 +2023-01-12 22:00:00,0.0,2362.3235,41.944942,7.911764,33.74525,28.17253,239.47627,28.251663,48.954132,18.38184,27.346197,238.92393,132.14787,14.497986,54.43602,2.2946036,1.8328815,45.661423,48.55762,39.21322,567.94086,23.04106,662.55945,129.855,28.756477,79.23294,334.65173,73.80252,903.1595,255.70296,2545.6587,40.30402,2662.131,425.59982,25.18016,22.361435,124.741,232.21172,294.86768,661.3103,40.615593,20.764156,10.416297,491.0663,281.82144,74.38465,6.9360876,569.6306,12.888284,594.4146,7.632193,29.935806,0.0,808.1585,1749.7891,0.26408216,75.386314,14.478754,10394.342,29.26307,1.1669608,5.441219,15.638185,10.079911,3.2355556,8.681631,259.8431,48.503437,4.4999056,0.7281572,3.8701882,185.3981,0.87498355,142.7089,118.50995,2090.1504,175.74843,95.00354,165.99149,784.6407,53.31781,41.66934,884.3847,52.374825,79.95276,10.048168,23.709095,203.16374,11.312656,9.954884,54.98658,17.984228,4085.8428,17.996265,26.438845,15.894536,11.177673,286.10574,53.95876,29.343414,8.099626,7.453872,13.417061,55.030895,83.63605,39.230244,185.94221,18.527548,7.3251586,49.005795,24.4643,35.81392,116.71669,17.007553,1.5702353,28.390505,12.607498,1573.5098,21.622665,0.69007105,37.945766,12.929312,126.73141,80.45493,99.88669,8.510478,93.91747,336.95557,239.21867,29.01979,233.44084,70.46066,46.89617,69.32873,112.06909,16.433252,45.37727,479.91626,5.264564,9.760726,228.87697,22.950115,9.153158,34.370586,32.34157,355.71826,104.62402,164.7821,1603.3691,77.16996,1667.2699,1572.9954,11.246102,10.5011425,1631.4735,21.240517,16.64505,422.02393,35.421978,60.975403,27.49563,102.704704,261.50024,412.4569,5.011806,41.97206,137.70422,359.8019,8.934437,89.12866,9.897984,1.498558,58.726795,0.9975076,1.1312234,3.265564,10.861902,29.046398,18.01113,22.84543,454.72165,48.790993,26.947197,35.972782,12.75914,94.331314,9.37854,58.93692,9.781452,68.64327,17.63424,26.558784,37.48611,9.669557,40.73706,30.443413,1.1629794,60.90979,10.186897,220.03958,7.1487336,280.73804,21.092989,1071.7439,125.54134,3.0714903,9.984813,148.39337,185.3578,923.4466,903.655 +2023-01-12 23:00:00,0.0,2361.7512,41.928486,7.9060087,33.69874,28.156103,239.36584,28.246037,48.940285,18.379406,27.341686,238.93134,132.1427,14.49441,54.428547,2.301321,1.8377124,45.64225,48.671406,39.263363,567.70044,23.07631,662.0861,129.87178,28.806314,79.34204,334.40298,73.816895,903.4005,255.70949,2544.7935,40.333786,2661.5225,426.10986,25.207298,22.378069,124.89866,232.20892,294.89996,661.91907,40.614246,20.75309,10.415372,491.01724,282.06433,74.46513,6.934893,569.6948,12.8904915,594.40955,7.6382575,29.938904,0.0,808.3873,1749.8009,0.26412353,75.33494,14.479379,10396.141,29.275526,1.1676191,5.4399643,15.638437,10.09031,3.2397652,8.681983,259.92795,48.48111,4.4988527,0.72846264,3.8743613,185.63544,0.8744014,142.72609,118.4453,2091.4397,175.63362,95.03326,166.04681,784.6964,53.37001,41.70364,885.1121,52.365788,79.960754,10.047682,23.724022,203.21054,11.315231,9.953855,54.9986,17.990204,4086.115,17.996107,26.461357,15.895349,11.183231,286.16846,53.9724,29.361223,8.102345,7.4572043,13.413511,55.028294,83.66838,39.25867,185.9631,18.528484,7.335298,49.02174,24.458843,35.79334,116.725204,16.993454,1.5699563,28.412949,12.604983,1572.7173,21.626888,0.6896092,37.998287,12.93465,126.75514,80.43123,99.871796,8.513112,93.9414,336.9709,239.1994,29.02975,233.41055,70.41635,46.893333,69.32787,112.14034,16.445925,45.39667,479.88608,5.2725444,9.775169,228.98001,22.945795,9.154901,34.405434,32.36796,356.07657,104.69911,164.79004,1604.0511,77.08791,1667.1306,1572.7601,11.241438,10.493716,1631.113,21.23213,16.635563,421.94943,35.404133,60.947784,27.489836,102.64198,261.4813,412.37088,5.010064,41.95723,137.58789,359.74432,8.929445,89.120895,9.894423,1.4982792,58.724373,0.99755216,1.131381,3.26608,10.860907,29.036812,18.007042,22.850134,454.16998,48.77453,26.933275,35.962196,12.753303,94.36526,9.368033,59.046955,9.777017,68.6274,17.61311,26.52366,37.455555,9.667439,40.703323,30.411222,1.1627369,60.894745,10.185999,220.03171,7.147694,280.6725,21.088602,1071.9489,125.514,3.0711467,9.982903,148.36694,185.32703,923.376,903.75543 +2023-01-13 00:00:00,0.0,2361.1787,41.912033,7.9002533,33.65223,28.139679,239.25542,28.240408,48.926437,18.376972,27.337175,238.93872,132.13753,14.490833,54.421074,2.3080382,1.8425434,45.62308,48.785194,39.31351,567.45996,23.111557,661.61285,129.88857,28.856153,79.45114,334.15427,73.83126,903.6416,255.71602,2543.9282,40.363552,2660.9138,426.61987,25.234436,22.394705,125.05632,232.20613,294.93225,662.5279,40.612904,20.742023,10.414447,490.96817,282.30722,74.54561,6.9336987,569.75903,12.892699,594.40454,7.6443214,29.942001,0.0,808.6161,1749.8129,0.26416492,75.283554,14.480003,10397.94,29.287985,1.1682774,5.4387097,15.63869,10.100709,3.2439747,8.682335,260.01282,48.458782,4.4978004,0.72876805,3.878534,185.87276,0.87381923,142.74329,118.380646,2092.729,175.51881,95.06297,166.10216,784.75214,53.42221,41.737938,885.8396,52.35675,79.96875,10.047196,23.73895,203.25734,11.317806,9.952826,55.010624,17.996178,4086.3872,17.99595,26.483871,15.89616,11.188789,286.23117,53.986042,29.379032,8.105064,7.460537,13.409962,55.02569,83.700714,39.287098,185.984,18.529419,7.345438,49.037685,24.453386,35.772755,116.73372,16.979355,1.5696774,28.435392,12.6024685,1571.9248,21.631111,0.6891475,38.050804,12.939989,126.77888,80.40753,99.8569,8.515746,93.965324,336.9862,239.18015,29.039713,233.38026,70.37204,46.89049,69.32703,112.211586,16.458597,45.416077,479.85587,5.280525,9.789612,229.08304,22.941475,9.156642,34.440277,32.394352,356.43488,104.77419,164.79799,1604.7332,77.00586,1666.9913,1572.5248,11.236774,10.48629,1630.7527,21.223743,16.626076,421.8749,35.38629,60.920162,27.484043,102.57926,261.46237,412.28485,5.0083222,41.942398,137.47156,359.68677,8.924454,89.11313,9.890861,1.4980004,58.72195,0.99759674,1.1315387,3.2665958,10.859911,29.027225,18.002954,22.85484,453.6183,48.758064,26.919355,35.951614,12.747466,94.39919,9.357528,59.15699,9.772581,68.61154,17.59198,26.488535,37.425,9.665322,40.669586,30.37903,1.1624944,60.879704,10.185101,220.02382,7.146655,280.60696,21.084215,1072.1539,125.48666,3.070803,9.980992,148.34052,185.29625,923.30536,903.85583 +2023-01-13 01:00:00,0.0,2360.6062,41.895576,7.8944974,33.60572,28.123255,239.14497,28.23478,48.91259,18.374537,27.332663,238.9461,132.13237,14.487257,54.4136,2.3147557,1.8473742,45.60391,48.89898,39.363655,567.21954,23.146807,661.1395,129.90536,28.90599,79.56024,333.90555,73.845634,903.8826,255.72256,2543.063,40.39332,2660.3054,427.1299,25.261574,22.411339,125.21398,232.20334,294.96454,663.1367,40.61156,20.730957,10.413522,490.91907,282.5501,74.62608,6.932504,569.82324,12.894907,594.39954,7.650386,29.945099,0.0,808.845,1749.8247,0.2642063,75.23218,14.480628,10399.74,29.300444,1.1689357,5.437455,15.638943,10.111108,3.2481842,8.682687,260.09766,48.436455,4.496748,0.7290734,3.882707,186.11009,0.8732371,142.76047,118.315994,2094.0183,175.404,95.09269,166.15749,784.8079,53.474407,41.77224,886.567,52.347717,79.976746,10.04671,23.753878,203.30415,11.320381,9.951797,55.022648,18.002153,4086.6592,17.995792,26.506384,15.896973,11.194348,286.2939,53.999683,29.396841,8.107784,7.463869,13.406411,55.023083,83.73305,39.315525,186.00488,18.530355,7.3555775,49.05363,24.44793,35.752174,116.74223,16.965256,1.5693985,28.457838,12.599954,1571.1323,21.635336,0.68868566,38.103325,12.945328,126.80262,80.38383,99.84201,8.518381,93.98924,337.00156,239.16087,29.049675,233.34998,70.327736,46.887653,69.32617,112.28283,16.47127,45.43548,479.82568,5.2885056,9.804055,229.18607,22.937155,9.158383,34.47512,32.420742,356.79318,104.84927,164.80592,1605.4152,76.92381,1666.8519,1572.2894,11.23211,10.478865,1630.3922,21.215357,16.616589,421.8004,35.36845,60.89254,27.478249,102.51654,261.44342,412.19882,5.0065804,41.927563,137.35522,359.62918,8.919463,89.10536,9.887299,1.4977214,58.71953,0.9976413,1.1316963,3.267112,10.858915,29.01764,17.998867,22.859543,453.06662,48.7416,26.905434,35.94103,12.741629,94.43313,9.347021,59.267025,9.768146,68.59567,17.570852,26.453411,37.394444,9.663205,40.63585,30.34684,1.162252,60.86466,10.184202,220.01595,7.145616,280.5414,21.079828,1072.359,125.459305,3.0704594,9.979082,148.31409,185.26547,923.2347,903.95624 +2023-01-13 02:00:00,0.0,2360.0337,41.87912,7.888742,33.559208,28.106829,239.03455,28.229153,48.898746,18.372103,27.328152,238.95349,132.1272,14.483681,54.406128,2.3214731,1.8522052,45.58474,49.012768,39.4138,566.97906,23.182055,660.66626,129.92215,28.955828,79.66934,333.6568,73.86001,904.12366,255.7291,2542.1978,40.423088,2659.6968,427.63995,25.288712,22.427975,125.37164,232.20055,294.99683,663.74554,40.610214,20.71989,10.412597,490.87,282.793,74.706566,6.93131,569.8874,12.897116,594.3945,7.65645,29.948195,0.0,809.0737,1749.8367,0.26424766,75.1808,14.481253,10401.539,29.312902,1.1695939,5.4362006,15.6391945,10.121507,3.2523937,8.683039,260.1825,48.414127,4.4956956,0.7293788,3.88688,186.34741,0.8726549,142.77766,118.25134,2095.3079,175.2892,95.122406,166.21281,784.86365,53.526608,41.806538,887.29443,52.33868,79.98474,10.046225,23.768806,203.35095,11.322956,9.950767,55.034668,18.00813,4086.9314,17.995636,26.528898,15.897785,11.199906,286.35663,54.013325,29.41465,8.110503,7.4672017,13.402862,55.02048,83.76538,39.343952,186.02577,18.53129,7.3657174,49.069576,24.442472,35.731594,116.750755,16.951155,1.5691196,28.480282,12.597439,1570.3398,21.639559,0.6882239,38.155846,12.950666,126.826355,80.36013,99.82712,8.521015,94.01317,337.01688,239.14162,29.059635,233.31969,70.283424,46.88481,69.325325,112.35408,16.483942,45.454884,479.79547,5.296486,9.818499,229.28911,22.932835,9.160126,34.509968,32.447132,357.1515,104.92436,164.81387,1606.0972,76.84176,1666.7126,1572.0542,11.227446,10.471438,1630.0319,21.20697,16.607101,421.72592,35.350605,60.864918,27.472454,102.45382,261.4245,412.1128,5.0048385,41.91273,137.2389,359.57162,8.914472,89.097595,9.883737,1.4974426,58.717106,0.9976859,1.131854,3.267628,10.85792,29.008055,17.99478,22.864246,452.51492,48.725136,26.891514,35.930443,12.735791,94.46707,9.336514,59.377064,9.76371,68.57981,17.549723,26.418287,37.363888,9.661088,40.60211,30.31465,1.1620095,60.849613,10.183304,220.00806,7.1445765,280.4759,21.075443,1072.5641,125.43196,3.0701156,9.977172,148.28766,185.2347,923.16406,904.05664 +2023-01-13 03:00:00,0.0,2359.4612,41.862663,7.8829865,33.5127,28.090405,238.9241,28.223524,48.8849,18.369667,27.32364,238.96089,132.12202,14.480104,54.398655,2.3281903,1.857036,45.565567,49.126553,39.463943,566.73865,23.217304,660.19293,129.93893,29.005665,79.77844,333.40808,73.874374,904.3647,255.73564,2541.3325,40.452854,2659.0881,428.14996,25.31585,22.444609,125.5293,232.19777,295.0291,664.3544,40.60887,20.708824,10.411672,490.82092,283.03586,74.78704,6.9301157,569.9516,12.899323,594.38947,7.662514,29.951292,0.0,809.3026,1749.8485,0.26428902,75.12942,14.481877,10403.339,29.32536,1.1702522,5.434946,15.639447,10.131906,3.2566032,8.683392,260.26733,48.3918,4.494643,0.72968423,3.891053,186.58475,0.87207276,142.79486,118.18669,2096.5972,175.1744,95.152115,166.26814,784.91943,53.578808,41.84084,888.02185,52.329643,79.99274,10.045738,23.783733,203.39775,11.325531,9.949738,55.04669,18.014103,4087.2036,17.995478,26.55141,15.898598,11.205464,286.41934,54.026966,29.432459,8.113223,7.470534,13.399311,55.017876,83.797714,39.37238,186.04666,18.532227,7.375857,49.08552,24.437016,35.711014,116.75927,16.937056,1.5688407,28.502726,12.594924,1569.5474,21.643782,0.6877621,38.208366,12.956005,126.8501,80.336426,99.812225,8.52365,94.037094,337.0322,239.12234,29.069597,233.28941,70.23911,46.881973,69.32448,112.42532,16.496614,45.474285,479.7653,5.3044667,9.832942,229.39214,22.928514,9.161867,34.54481,32.473522,357.5098,104.99944,164.82181,1606.7792,76.75971,1666.5734,1571.8188,11.222782,10.464012,1629.6714,21.198584,16.597614,421.6514,35.332764,60.8373,27.466661,102.3911,261.40555,412.02676,5.0030966,41.897896,137.12257,359.51404,8.90948,89.08983,9.880175,1.4971638,58.71468,0.9977305,1.1320118,3.268144,10.856924,28.998468,17.990692,22.868952,451.96326,48.708668,26.877592,35.919857,12.729954,94.50101,9.326009,59.4871,9.7592745,68.56394,17.528593,26.383163,37.333332,9.658972,40.56838,30.282457,1.1617671,60.83457,10.182405,220.00018,7.1435375,280.41037,21.071056,1072.7692,125.40461,3.069772,9.975262,148.26123,185.20392,923.0934,904.1571 +2023-01-13 04:00:00,0.0,2358.8887,41.846207,7.8772306,33.46619,28.07398,238.81367,28.217896,48.87105,18.367233,27.31913,238.96828,132.11687,14.476528,54.391182,2.3349078,1.861867,45.5464,49.24034,39.51409,566.49817,23.252552,659.71967,129.95572,29.055502,79.88754,333.15933,73.88875,904.6057,255.74217,2540.4673,40.48262,2658.4797,428.66,25.342987,22.461245,125.68696,232.19498,295.0614,664.96313,40.60753,20.697758,10.410748,490.77185,283.27875,74.867516,6.928921,570.0158,12.901531,594.3844,7.668578,29.95439,0.0,809.5314,1749.8605,0.26433042,75.07804,14.482502,10405.139,29.337818,1.1709106,5.4336915,15.6397,10.142304,3.2608128,8.6837435,260.3522,48.369476,4.493591,0.7299896,3.8952258,186.82207,0.8714906,142.81206,118.12204,2097.8865,175.05959,95.18183,166.32347,784.97516,53.63101,41.87514,888.7493,52.32061,80.00073,10.045252,23.79866,203.44456,11.328106,9.948709,55.058712,18.020079,4087.4758,17.995321,26.573925,15.89941,11.211023,286.4821,54.040607,29.45027,8.115942,7.473866,13.3957615,55.01527,83.83005,39.400806,186.06755,18.533161,7.385997,49.101467,24.431559,35.690434,116.767784,16.922956,1.5685618,28.525171,12.592409,1568.7549,21.648005,0.6873003,38.260887,12.961344,126.87383,80.31273,99.79733,8.526284,94.06102,337.04755,239.10309,29.079557,233.25912,70.1948,46.87913,69.32362,112.496574,16.509287,45.49369,479.73508,5.312447,9.847384,229.49516,22.924194,9.1636095,34.57966,32.499912,357.86807,105.07453,164.82976,1607.4612,76.67766,1666.4341,1571.5836,11.218118,10.456586,1629.3109,21.190199,16.588127,421.5769,35.31492,60.809677,27.460867,102.32838,261.38663,411.94073,5.0013547,41.883064,137.00624,359.45648,8.9044895,89.08206,9.876613,1.496885,58.712257,0.9977751,1.1321694,3.2686598,10.855928,28.988882,17.986607,22.873655,451.41156,48.692204,26.863672,35.909275,12.724117,94.53494,9.315502,59.597134,9.754839,68.54808,17.507465,26.348038,37.302776,9.656855,40.53464,30.250267,1.1615247,60.819527,10.181507,219.9923,7.142498,280.34482,21.06667,1072.9742,125.377266,3.0694284,9.9733515,148.2348,185.17314,923.02277,904.2575 +2023-01-13 05:00:00,0.0,2358.3162,41.82975,7.871475,33.41968,28.057556,238.70325,28.212269,48.857204,18.3648,27.314617,238.97566,132.1117,14.472952,54.38371,2.3416252,1.8666979,45.527225,49.354126,39.564236,566.25775,23.2878,659.24634,129.9725,29.105341,79.99664,332.9106,73.90312,904.8468,255.7487,2539.602,40.512386,2657.871,429.17,25.370125,22.477879,125.84462,232.19218,295.0937,665.57196,40.606182,20.686691,10.409822,490.72275,283.52164,74.948,6.9277267,570.07996,12.903739,594.3794,7.6746426,29.957487,0.0,809.7602,1749.8724,0.26437178,75.026665,14.483128,10406.9375,29.350277,1.1715689,5.4324374,15.639953,10.152703,3.2650223,8.684095,260.43704,48.34715,4.492538,0.730295,3.8993988,187.0594,0.87090844,142.82924,118.057396,2099.1758,174.94478,95.21155,166.37881,785.0309,53.683205,41.90944,889.47675,52.311573,80.00873,10.044766,23.813587,203.49136,11.330682,9.947679,55.070736,18.026052,4087.748,17.995163,26.596437,15.900223,11.216581,286.5448,54.05425,29.468079,8.118662,7.4771986,13.392211,55.012665,83.86238,39.429234,186.08844,18.534096,7.3961363,49.117413,24.426102,35.669853,116.7763,16.908857,1.568283,28.547615,12.589894,1567.9624,21.652227,0.6868385,38.313408,12.966683,126.897575,80.289024,99.78244,8.528918,94.084946,337.06287,239.08382,29.08952,233.22884,70.15049,46.876293,69.32278,112.56782,16.52196,45.513092,479.70486,5.3204274,9.861828,229.5982,22.919874,9.165351,34.614502,32.526306,358.22638,105.14961,164.83769,1608.1433,76.59561,1666.2947,1571.3483,11.213454,10.44916,1628.9506,21.181812,16.57864,421.5024,35.297077,60.782055,27.455074,102.26566,261.36768,411.8547,4.999613,41.868233,136.88991,359.3989,8.899498,89.074295,9.873052,1.496606,58.709835,0.99781966,1.1323271,3.269176,10.854933,28.979296,17.98252,22.87836,450.8599,48.67574,26.84975,35.89869,12.71828,94.568886,9.304996,59.70717,9.750403,68.53221,17.486336,26.312914,37.27222,9.654737,40.500904,30.218077,1.1612822,60.804485,10.18061,219.9844,7.141459,280.2793,21.062283,1073.1793,125.349915,3.0690846,9.971441,148.20837,185.14238,922.95215,904.3579 +2023-01-13 06:00:00,0.0,2357.7437,41.813297,7.86572,33.37317,28.04113,238.5928,28.20664,48.84336,18.362364,27.310106,238.98306,132.10652,14.469375,54.376236,2.3483424,1.8715287,45.508057,49.467915,39.61438,566.0173,23.32305,658.7731,129.98929,29.155178,80.10574,332.66187,73.917496,905.0878,255.75525,2538.7368,40.542152,2657.2625,429.68005,25.397263,22.494514,126.00229,232.18939,295.12598,666.1808,40.60484,20.675625,10.408897,490.67368,283.76453,75.02847,6.9265327,570.14417,12.905947,594.3744,7.6807065,29.960585,0.0,809.989,1749.8843,0.26441315,74.97529,14.483752,10408.737,29.362736,1.1722271,5.431183,15.640205,10.163102,3.2692318,8.684447,260.52188,48.32482,4.4914856,0.7306004,3.9035716,187.29672,0.8703263,142.84644,117.992744,2100.465,174.82997,95.241264,166.43414,785.0867,53.735405,41.94374,890.20416,52.302536,80.01672,10.04428,23.828516,203.53818,11.333257,9.94665,55.08276,18.032028,4088.0203,17.995007,26.618952,15.901034,11.222139,286.6075,54.06789,29.485888,8.121382,7.4805307,13.388661,55.010063,83.894714,39.45766,186.10933,18.535032,7.406276,49.133358,24.420645,35.649273,116.78481,16.894758,1.568004,28.570059,12.587379,1567.1699,21.656452,0.68637675,38.36593,12.972022,126.92131,80.26533,99.76755,8.531553,94.10887,337.0782,239.06456,29.099482,233.19855,70.10618,46.87345,69.32193,112.63906,16.534632,45.532497,479.67468,5.328408,9.876271,229.70123,22.915554,9.167092,34.64935,32.552696,358.5847,105.2247,164.84564,1608.8252,76.51356,1666.1554,1571.113,11.20879,10.441733,1628.5901,21.173426,16.569153,421.4279,35.279236,60.754436,27.44928,102.20294,261.34875,411.76868,4.997871,41.853397,136.77357,359.34134,8.894506,89.06653,9.86949,1.4963272,58.707413,0.99786425,1.1324847,3.269692,10.853937,28.96971,17.978432,22.883064,450.3082,48.659275,26.835829,35.888103,12.712442,94.60282,9.29449,59.817207,9.745968,68.51635,17.465206,26.27779,37.241665,9.65262,40.467167,30.185886,1.1610397,60.78944,10.179711,219.97653,7.14042,280.21378,21.057896,1073.3844,125.32257,3.068741,9.969531,148.18195,185.1116,922.8815,904.4583 +2023-01-13 07:00:00,0.0,2357.1711,41.79684,7.8599644,33.32666,28.024706,238.48238,28.201012,48.829514,18.35993,27.305595,238.99045,132.10136,14.465798,54.36876,2.3550599,1.8763597,45.488888,49.5817,39.664524,565.77686,23.358297,658.29974,130.00607,29.205015,80.21484,332.41315,73.93186,905.32886,255.76178,2537.8716,40.57192,2656.6538,430.19006,25.4244,22.511148,126.15994,232.1866,295.15826,666.7896,40.603493,20.664558,10.407972,490.6246,284.00742,75.10895,6.9253383,570.2084,12.9081545,594.3693,7.686771,29.963682,0.0,810.21783,1749.8962,0.26445454,74.923904,14.484377,10410.537,29.375193,1.1728854,5.4299283,15.640458,10.173501,3.2734413,8.684799,260.60675,48.302494,4.490433,0.7309058,3.9077446,187.53406,0.86974406,142.86363,117.92809,2101.7544,174.71516,95.27098,166.48947,785.1424,53.787605,41.978043,890.9316,52.293503,80.02472,10.043795,23.843443,203.58498,11.335832,9.945621,55.09478,18.038004,4088.2922,17.994848,26.641464,15.901847,11.227697,286.67026,54.08153,29.503696,8.124101,7.4838634,13.385112,55.007458,83.92704,39.486088,186.13022,18.535967,7.4164157,49.149303,24.415188,35.628693,116.79333,16.880657,1.5677251,28.592503,12.584865,1566.3774,21.660675,0.68591493,38.418446,12.977361,126.94505,80.24162,99.752655,8.534187,94.1328,337.09354,239.04529,29.109442,233.16826,70.061874,46.870613,69.321075,112.71031,16.547304,45.5519,479.64447,5.3363886,9.890714,229.80426,22.911234,9.168835,34.684193,32.579086,358.943,105.29978,164.85358,1609.5072,76.43151,1666.0161,1570.8777,11.204126,10.434308,1628.2297,21.16504,16.559666,421.3534,35.26139,60.726814,27.443487,102.14022,261.3298,411.68265,4.9961286,41.838566,136.65724,359.28375,8.889516,89.05876,9.865928,1.4960483,58.70499,0.99790883,1.1326424,3.270208,10.8529415,28.960123,17.974344,22.88777,449.75653,48.64281,26.821909,35.87752,12.706605,94.636765,9.283983,59.927242,9.741532,68.50048,17.444077,26.242666,37.21111,9.650504,40.43343,30.153694,1.1607972,60.774395,10.178813,219.96864,7.1393805,280.14822,21.053509,1073.5895,125.29523,3.0683973,9.967621,148.15552,185.08083,922.81085,904.5587 +2023-01-13 08:00:00,0.0,2356.5986,41.780384,7.8542085,33.28015,28.008282,238.37195,28.195383,48.815666,18.357496,27.301085,238.99783,132.09619,14.462222,54.361286,2.3617773,1.8811907,45.469715,49.695488,39.714672,565.5364,23.393547,657.8265,130.02286,29.254852,80.323944,332.1644,73.946236,905.5699,255.76833,2537.0063,40.601685,2656.0454,430.7001,25.451538,22.527784,126.317604,232.1838,295.19055,667.3984,40.60215,20.653492,10.407047,490.5755,284.2503,75.18943,6.924144,570.2726,12.910362,594.3643,7.692835,29.966778,0.0,810.44666,1749.9081,0.2644959,74.87253,14.485002,10412.336,29.387651,1.1735437,5.4286737,15.640711,10.1839,3.2776508,8.685151,260.6916,48.280167,4.489381,0.7312112,3.9119174,187.7714,0.8691619,142.88083,117.86344,2103.0437,174.60036,95.3007,166.5448,785.1981,53.8398,42.01234,891.659,52.284466,80.032715,10.043308,23.858372,203.63177,11.338407,9.944591,55.106804,18.043978,4088.5645,17.994692,26.663979,15.902659,11.233256,286.73297,54.095173,29.521505,8.126821,7.4871955,13.381561,55.004852,83.95937,39.514515,186.15111,18.536903,7.4265556,49.16525,24.40973,35.608112,116.80184,16.866558,1.5674462,28.614948,12.58235,1565.585,21.664898,0.6854531,38.470966,12.982699,126.96879,80.217926,99.73776,8.536821,94.156715,337.10886,239.02603,29.119404,233.13797,70.01756,46.86777,69.32023,112.781555,16.559977,45.571304,479.6143,5.344369,9.905157,229.9073,22.906914,9.170576,34.71904,32.605476,359.3013,105.37486,164.86153,1610.1892,76.34946,1665.8767,1570.6423,11.199462,10.426882,1627.8693,21.156652,16.550179,421.2789,35.24355,60.699192,27.437693,102.0775,261.31088,411.59662,4.9943867,41.823734,136.54091,359.2262,8.884524,89.050995,9.862366,1.4957694,58.702564,0.9979534,1.1328001,3.270724,10.851946,28.950539,17.970257,22.892473,449.20483,48.626343,26.807987,35.866936,12.700768,94.6707,9.273478,60.037277,9.737097,68.48462,17.422949,26.20754,37.180553,9.648387,40.399693,30.121504,1.1605549,60.759354,10.177915,219.96077,7.1383414,280.0827,21.049122,1073.7944,125.267876,3.0680537,9.965711,148.12909,185.05005,922.7402,904.6591 +2023-01-13 09:00:00,0.0,2356.0261,41.763927,7.848453,33.233643,27.991856,238.2615,28.189756,48.80182,18.35506,27.296572,239.00523,132.09102,14.458646,54.353813,2.3684945,1.8860215,45.450546,49.809273,39.764816,565.29596,23.428795,657.35315,130.03964,29.30469,80.433044,331.91568,73.96061,905.8109,255.77486,2536.141,40.631454,2655.4368,431.2101,25.478676,22.544418,126.475266,232.18102,295.22284,668.0072,40.600807,20.642426,10.406123,490.52643,284.4932,75.269905,6.9229493,570.3368,12.91257,594.35925,7.6988993,29.969875,0.0,810.6754,1749.92,0.26453727,74.82115,14.485626,10414.136,29.40011,1.174202,5.427419,15.640963,10.194299,3.2818604,8.685503,260.77643,48.25784,4.4883285,0.7315166,3.9160905,188.00871,0.86857975,142.89803,117.79879,2104.333,174.48555,95.330414,166.60013,785.2539,53.892002,42.046642,892.3865,52.27543,80.04071,10.042822,23.873299,203.67859,11.3409815,9.943562,55.118828,18.049953,4088.8367,17.994534,26.686491,15.903472,11.238814,286.7957,54.108814,29.539314,8.1295395,7.490528,13.378012,55.002247,83.99171,39.542942,186.172,18.537838,7.436695,49.1812,24.404274,35.58753,116.810356,16.852459,1.5671673,28.637392,12.579835,1564.7925,21.66912,0.68499136,38.523487,12.988038,126.99253,80.19422,99.72287,8.539456,94.18064,337.12418,239.00676,29.129364,233.10768,69.97325,46.864933,69.31938,112.852806,16.572649,45.590706,479.58408,5.3523493,9.9196005,230.01033,22.902594,9.172318,34.753883,32.631866,359.6596,105.44995,164.86946,1610.8713,76.26741,1665.7374,1570.4071,11.194798,10.419456,1627.5089,21.148266,16.540693,421.20438,35.225708,60.671574,27.431898,102.01478,261.29193,411.5106,4.992645,41.8089,136.42458,359.1686,8.879533,89.04323,9.858804,1.4954906,58.70014,0.997998,1.1329577,3.27124,10.85095,28.940952,17.96617,22.897177,448.65317,48.60988,26.794067,35.85635,12.694931,94.704636,9.262971,60.147312,9.732661,68.46875,17.40182,26.172417,37.149998,9.64627,40.36596,30.089314,1.1603124,60.74431,10.177016,219.95288,7.1373024,280.01718,21.044735,1073.9995,125.24053,3.0677102,9.963801,148.10265,185.01927,922.66956,904.7596 +2023-01-13 10:00:00,0.0,2355.4536,41.74747,7.8426976,33.18713,27.975431,238.15108,28.184128,48.787975,18.352627,27.29206,239.01262,132.08586,14.45507,54.34634,2.375212,1.8908525,45.431374,49.92306,39.81496,565.0555,23.464045,656.8799,130.05643,29.354527,80.54214,331.66693,73.974976,906.05194,255.7814,2535.276,40.66122,2654.8281,431.72015,25.505814,22.561054,126.63292,232.17822,295.25513,668.616,40.59946,20.63136,10.405198,490.47736,284.73608,75.35038,6.921755,570.40094,12.914778,594.35425,7.704963,29.972973,0.0,810.9043,1749.9319,0.26457867,74.76977,14.486251,10415.936,29.412567,1.1748602,5.4261646,15.641215,10.204698,3.2860699,8.685855,260.86127,48.235516,4.487276,0.73182195,3.9202633,188.24605,0.8679976,142.9152,117.73414,2105.6226,174.37074,95.36013,166.65547,785.30963,53.944202,42.080944,893.1139,52.266396,80.048706,10.042336,23.888226,203.72539,11.343556,9.942533,55.130848,18.055927,4089.109,17.994377,26.709005,15.9042845,11.244372,286.85843,54.122456,29.557123,8.132259,7.4938602,13.374461,54.999645,84.02404,39.571373,186.19289,18.538774,7.446835,49.197144,24.398817,35.566948,116.81887,16.83836,1.5668885,28.659836,12.57732,1564.0,21.673344,0.68452954,38.576008,12.993377,127.016266,80.170525,99.70798,8.54209,94.20457,337.13953,238.9875,29.139326,233.0774,69.92894,46.86209,69.31853,112.92405,16.585321,45.61011,479.5539,5.36033,9.934043,230.11336,22.898273,9.17406,34.788727,32.658257,360.0179,105.52503,164.87741,1611.5532,76.185356,1665.5981,1570.1718,11.190134,10.412029,1627.1484,21.139881,16.531206,421.12988,35.207863,60.64395,27.426105,101.95206,261.273,411.42456,4.990903,41.794067,136.30824,359.11105,8.874542,89.03546,9.855242,1.4952117,58.69772,0.9980426,1.1331154,3.271756,10.849955,28.931366,17.962082,22.901882,448.10147,48.593414,26.780146,35.845768,12.689094,94.73858,9.252464,60.257347,9.728226,68.45289,17.38069,26.137293,37.119442,9.644153,40.332222,30.057121,1.16007,60.729267,10.176118,219.945,7.136263,279.95163,21.040348,1074.2046,125.21318,3.0673664,9.961891,148.07622,184.9885,922.59894,904.86 +2023-01-13 11:00:00,0.0,2354.8813,41.731014,7.8369417,33.14062,27.959007,238.04065,28.1785,48.774128,18.350191,27.28755,239.02,132.08069,14.451493,54.338867,2.3819294,1.8956834,45.412205,50.036846,39.865105,564.81506,23.499292,656.40656,130.07321,29.404366,80.65124,331.4182,73.98935,906.293,255.78793,2534.4106,40.690987,2654.2197,432.2302,25.532951,22.577688,126.79058,232.17543,295.2874,669.22485,40.598118,20.620293,10.404273,490.42828,284.97897,75.43086,6.920561,570.46515,12.9169855,594.3492,7.7110276,29.97607,0.0,811.13306,1749.9438,0.26462004,74.71839,14.486876,10417.734,29.425026,1.1755185,5.4249105,15.641468,10.215096,3.2902794,8.686208,260.94614,48.21319,4.486223,0.73212737,3.9244363,188.48337,0.8674154,142.9324,117.66949,2106.9119,174.25594,95.38985,166.7108,785.3654,53.996403,42.115242,893.8413,52.25736,80.0567,10.04185,23.903152,203.77219,11.346131,9.941504,55.14287,18.061903,4089.381,17.994219,26.73152,15.905097,11.249931,286.92114,54.136097,29.574932,8.134979,7.497193,13.370912,54.99704,84.05637,39.5998,186.21378,18.53971,7.456975,49.21309,24.39336,35.546368,116.82739,16.82426,1.5666095,28.682281,12.574805,1563.2075,21.677567,0.6840678,38.62853,12.998715,127.04001,80.14682,99.693085,8.544725,94.22849,337.15485,238.96823,29.149286,233.04712,69.88463,46.859253,69.31768,112.9953,16.597994,45.629513,479.52368,5.3683105,9.948486,230.2164,22.893953,9.175802,34.823574,32.68465,360.37622,105.60012,164.88536,1612.2354,76.10331,1665.4587,1569.9365,11.185471,10.404603,1626.788,21.131495,16.521719,421.05536,35.19002,60.61633,27.420311,101.889336,261.25406,411.33853,4.989161,41.779232,136.19193,359.05347,8.869551,89.027695,9.85168,1.4949329,58.695297,0.99808717,1.133273,3.272272,10.848959,28.92178,17.957994,22.906586,447.54977,48.57695,26.766226,35.835182,12.683257,94.772514,9.241959,60.367386,9.72379,68.43702,17.359562,26.102169,37.088886,9.642036,40.298485,30.024931,1.1598275,60.714222,10.17522,219.93712,7.135224,279.8861,21.035961,1074.4097,125.18584,3.0670228,9.959981,148.04979,184.95772,922.52826,904.9604 +2023-01-13 12:00:00,0.0,2354.3088,41.71456,7.8311863,33.094112,27.942581,237.9302,28.172873,48.76028,18.347757,27.28304,239.0274,132.07552,14.447917,54.331394,2.3886466,1.9005142,45.393032,50.150635,39.91525,564.5746,23.534542,655.9333,130.09,29.454203,80.76034,331.16946,74.00372,906.53406,255.79446,2533.5452,40.720753,2653.611,432.7402,25.56009,22.594324,126.94824,232.17264,295.3197,669.8337,40.596775,20.609226,10.403348,490.37918,285.22186,75.51134,6.9193664,570.52936,12.919193,594.3442,7.7170916,29.979168,0.0,811.3619,1749.9558,0.2646614,74.667015,14.487501,10419.534,29.437485,1.1761768,5.423656,15.641721,10.225495,3.294489,8.68656,261.03098,48.19086,4.485171,0.7324328,3.9286091,188.7207,0.86683327,142.9496,117.60484,2108.2012,174.14113,95.419556,166.76613,785.42114,54.0486,42.149544,894.5687,52.24832,80.0647,10.041365,23.918081,203.819,11.348707,9.940474,55.154896,18.067879,4089.6533,17.994062,26.754032,15.905909,11.255489,286.98386,54.14974,29.592741,8.137698,7.500525,13.367362,54.994434,84.08871,39.628227,186.23466,18.540646,7.4671144,49.229034,24.387903,35.525787,116.83591,16.810162,1.5663307,28.704725,12.57229,1562.415,21.681791,0.68360597,38.68105,13.004055,127.06374,80.12312,99.67819,8.547359,94.25242,337.17017,238.94897,29.159248,233.01683,69.840324,46.85641,69.31683,113.06654,16.610666,45.64892,479.49347,5.376291,9.96293,230.31943,22.889631,9.177544,34.858418,32.71104,360.7345,105.6752,164.8933,1612.9172,76.021255,1665.3195,1569.7012,11.180806,10.397178,1626.4276,21.123108,16.512232,420.98087,35.17218,60.58871,27.414518,101.826614,261.23514,411.2525,4.987419,41.7644,136.07559,358.9959,8.864559,89.01993,9.848119,1.4946539,58.69287,0.99813175,1.1334307,3.272788,10.847963,28.912193,17.953907,22.911291,446.9981,48.560482,26.752304,35.824596,12.67742,94.80645,9.231452,60.47742,9.719355,68.42116,17.338432,26.067043,37.058334,9.639919,40.264748,29.99274,1.159585,60.699177,10.174321,219.92924,7.134185,279.8206,21.031574,1074.6147,125.158485,3.066679,9.958071,148.02336,184.92696,922.45764,905.0608 +2023-01-13 13:00:00,0.0,2353.7363,41.698105,7.825431,33.0476,27.926157,237.81978,28.167244,48.746433,18.345324,27.278526,239.03479,132.07036,14.444341,54.32392,2.395364,1.9053452,45.373863,50.26442,39.965397,564.33417,23.56979,655.45996,130.10678,29.50404,80.86944,330.92075,74.01809,906.7751,255.80101,2532.68,40.75052,2653.0024,433.25024,25.587227,22.610958,127.1059,232.16985,295.352,670.44244,40.59543,20.59816,10.402423,490.3301,285.46475,75.59181,6.918172,570.5935,12.921401,594.3392,7.723156,29.982264,0.0,811.5907,1749.9677,0.2647028,74.61563,14.488126,10421.334,29.449944,1.1768352,5.4224014,15.6419735,10.235894,3.2986984,8.686912,261.1158,48.168533,4.4841185,0.73273814,3.9327822,188.95802,0.8662511,142.9668,117.54019,2109.4905,174.02632,95.44927,166.82146,785.47687,54.1008,42.18384,895.2962,52.23929,80.07269,10.040878,23.933008,203.8658,11.351282,9.939445,55.166916,18.073853,4089.9253,17.993904,26.776546,15.906721,11.261047,287.0466,54.16338,29.610552,8.140418,7.5038576,13.3638115,54.991833,84.12104,39.656654,186.25555,18.54158,7.4772544,49.24498,24.382446,35.505207,116.84442,16.79606,1.5660517,28.727169,12.569776,1561.6226,21.686014,0.6831442,38.733566,13.009394,127.08749,80.09942,99.6633,8.5499935,94.276344,337.18552,238.9297,29.16921,232.98654,69.79601,46.853573,69.31598,113.13779,16.623339,45.66832,479.4633,5.3842716,9.977372,230.42245,22.885311,9.179285,34.893265,32.73743,361.0928,105.75028,164.90125,1613.5994,75.93921,1665.1802,1569.4658,11.176143,10.389751,1626.0671,21.114721,16.502745,420.90637,35.154335,60.56109,27.408724,101.76389,261.2162,411.16647,4.9856772,41.74957,135.95926,358.93832,8.859569,89.01216,9.844557,1.4943751,58.69045,0.99817634,1.1335884,3.273304,10.846968,28.902607,17.94982,22.915995,446.4464,48.544018,26.738384,35.81401,12.671582,94.84039,9.220945,60.587456,9.714919,68.40529,17.317303,26.03192,37.02778,9.637802,40.23101,29.96055,1.1593426,60.684135,10.173423,219.92136,7.1331453,279.75504,21.02719,1074.8198,125.13114,3.0663354,9.956161,147.99693,184.89618,922.38696,905.1612 +2023-01-13 14:00:00,0.0,2353.1638,41.68165,7.819675,33.00109,27.909733,237.70935,28.161615,48.73259,18.342888,27.274015,239.04218,132.06519,14.440763,54.31645,2.4020815,1.9101762,45.35469,50.37821,40.01554,564.0937,23.60504,654.9867,130.12357,29.553877,80.97854,330.672,74.03246,907.0161,255.80754,2531.8147,40.780285,2652.394,433.76025,25.614365,22.627594,127.263565,232.16705,295.38428,671.0513,40.594086,20.587093,10.401499,490.28104,285.70764,75.672295,6.9169774,570.6577,12.92361,594.3341,7.72922,29.985361,0.0,811.8195,1749.9796,0.26474416,74.564255,14.48875,10423.133,29.4624,1.1774935,5.421147,15.642226,10.246293,3.302908,8.6872635,261.20068,48.146206,4.483066,0.73304355,3.936955,189.19536,0.86566895,142.98398,117.47554,2110.7798,173.91151,95.47899,166.8768,785.53265,54.153,42.218143,896.0236,52.23025,80.08069,10.040392,23.947937,203.9126,11.353857,9.938416,55.17894,18.079828,4090.1975,17.993748,26.799059,15.907534,11.266606,287.1093,54.17702,29.62836,8.143137,7.5071898,13.360262,54.989227,84.15337,39.68508,186.27644,18.542517,7.487394,49.260925,24.37699,35.484627,116.852936,16.781961,1.5657729,28.749613,12.567262,1560.8301,21.690237,0.6826824,38.786087,13.014732,127.11122,80.07572,99.64841,8.5526285,94.30027,337.20084,238.91045,29.17917,232.95625,69.7517,46.85073,69.31513,113.20904,16.636011,45.687725,479.43307,5.392252,9.991816,230.5255,22.880991,9.181027,34.92811,32.76382,361.4511,105.82537,164.90918,1614.2814,75.857155,1665.0408,1569.2306,11.171478,10.382325,1625.7068,21.106335,16.493258,420.83185,35.136494,60.533466,27.40293,101.70117,261.19727,411.08044,4.9839354,41.734734,135.84293,358.88077,8.854577,89.004395,9.840995,1.4940963,58.688026,0.9982209,1.133746,3.2738202,10.845972,28.893023,17.945732,22.920698,445.89474,48.527554,26.724463,35.80343,12.665745,94.87433,9.21044,60.69749,9.710484,68.38943,17.296175,25.996796,36.997223,9.635685,40.197273,29.928358,1.1591002,60.66909,10.172524,219.91348,7.1321063,279.6895,21.022802,1075.0249,125.1038,3.0659919,9.95425,147.9705,184.8654,922.31635,905.26166 +2023-01-13 15:00:00,0.0,2352.5913,41.66519,7.8139195,32.954582,27.893309,237.5989,28.155989,48.718742,18.340454,27.269505,239.04958,132.06001,14.437187,54.308975,2.4087987,1.915007,45.33552,50.491993,40.065685,563.8533,23.640287,654.51337,130.14035,29.603714,81.08764,330.42328,74.04684,907.25714,255.81409,2530.9495,40.81005,2651.7854,434.2703,25.641504,22.644228,127.42122,232.16426,295.41656,671.6601,40.592743,20.576027,10.400574,490.23196,285.95053,75.75277,6.9157834,570.7219,12.9258175,594.3291,7.7352843,29.988459,0.0,812.04834,1749.9915,0.26478553,74.51288,14.489375,10424.933,29.47486,1.1781517,5.4198923,15.642479,10.256692,3.3071175,8.687615,261.28552,48.123882,4.4820137,0.73334897,3.941128,189.43268,0.8650868,143.00117,117.41089,2112.069,173.7967,95.508705,166.93213,785.5884,54.2052,42.252445,896.75104,52.221214,80.088684,10.0399065,23.962862,203.95941,11.356432,9.937386,55.19096,18.085802,4090.4697,17.99359,26.821573,15.908346,11.272164,287.17203,54.190662,29.64617,8.145857,7.510522,13.356711,54.98662,84.18571,39.71351,186.29733,18.543451,7.497534,49.27687,24.371532,35.464046,116.86145,16.767862,1.565494,28.772058,12.564747,1560.0376,21.69446,0.68222064,38.838608,13.020071,127.134964,80.05202,99.633514,8.555263,94.32419,337.21616,238.89117,29.189133,232.92596,69.70739,46.847893,69.31428,113.28028,16.648684,45.707127,479.4029,5.4002323,10.006259,230.62852,22.87667,9.182769,34.962955,32.79021,361.80942,105.90045,164.91713,1614.9634,75.77511,1664.9015,1568.9952,11.166815,10.374899,1625.3463,21.09795,16.48377,420.75735,35.11865,60.505848,27.397137,101.63845,261.1783,410.99442,4.9821935,41.719902,135.7266,358.82318,8.849586,88.99663,9.837433,1.4938174,58.685604,0.9982655,1.1339037,3.274336,10.844976,28.883436,17.941645,22.925404,445.34305,48.51109,26.71054,35.792843,12.659908,94.908264,9.199933,60.80753,9.706049,68.37356,17.275045,25.961672,36.966667,9.633568,40.163536,29.896168,1.1588577,60.654045,10.171626,219.9056,7.1310673,279.62396,21.018415,1075.23,125.07645,3.065648,9.95234,147.94408,184.83463,922.2457,905.36206 +2023-01-13 16:00:00,0.0,2352.0188,41.648735,7.808164,32.908073,27.876883,237.48848,28.15036,48.704895,18.33802,27.264994,239.05696,132.05486,14.433611,54.301502,2.4155161,1.919838,45.316353,50.60578,40.11583,563.6128,23.675537,654.0401,130.15715,29.653553,81.19674,330.17453,74.0612,907.4982,255.82062,2530.0842,40.839817,2651.1768,434.7803,25.668642,22.660864,127.57888,232.16147,295.44885,672.2689,40.591396,20.56496,10.399649,490.18286,286.19342,75.83325,6.914589,570.78613,12.928025,594.32404,7.7413483,29.991556,0.0,812.2771,1750.0034,0.26482692,74.461494,14.49,10426.732,29.487318,1.17881,5.4186378,15.642732,10.267091,3.311327,8.687967,261.37036,48.101555,4.4809613,0.7336544,3.9453008,189.67001,0.86450464,143.01837,117.34624,2113.3584,173.6819,95.53842,166.98746,785.6441,54.257397,42.286743,897.47845,52.212177,80.09668,10.03942,23.977789,204.00621,11.359007,9.936357,55.202984,18.091778,4090.742,17.993433,26.844086,15.909159,11.277722,287.23477,54.204304,29.663979,8.148576,7.5138545,13.353162,54.984016,84.21804,39.741936,186.31822,18.544388,7.5076733,49.292816,24.366076,35.443466,116.869965,16.753763,1.565215,28.794502,12.562232,1559.2451,21.698683,0.6817588,38.89113,13.02541,127.1587,80.02832,99.61862,8.557897,94.348114,337.23148,238.87192,29.199093,232.89568,69.66308,46.84505,69.31343,113.35153,16.661356,45.726532,479.37268,5.408213,10.020702,230.73155,22.87235,9.184511,34.9978,32.8166,362.16772,105.97554,164.92506,1615.6453,75.693054,1664.7622,1568.76,11.16215,10.367473,1624.9858,21.089563,16.474283,420.68286,35.100807,60.478226,27.391342,101.57573,261.1594,410.9084,4.9804516,41.70507,135.61026,358.76562,8.844595,88.98886,9.833871,1.4935385,58.68318,0.9983101,1.1340613,3.274852,10.843981,28.87385,17.937557,22.930107,444.79138,48.494625,26.69662,35.782257,12.654071,94.94221,9.189427,60.917564,9.701613,68.3577,17.253916,25.926546,36.93611,9.631452,40.129803,29.863977,1.1586152,60.639004,10.170728,219.89772,7.130028,279.55844,21.014029,1075.435,125.0491,3.0653045,9.95043,147.91765,184.80385,922.17505,905.46246 +2023-01-13 17:00:00,0.0,2351.4463,41.63228,7.8024087,32.86156,27.860458,237.37805,28.144732,48.691048,18.335585,27.26048,239.06435,132.04968,14.430035,54.29403,2.4222336,1.9246688,45.29718,50.719566,40.165977,563.3724,23.710785,653.5668,130.17393,29.70339,81.30584,329.9258,74.07558,907.73926,255.82715,2529.219,40.869587,2650.568,435.29034,25.69578,22.677498,127.73654,232.15869,295.48114,672.8777,40.590054,20.553894,10.398724,490.1338,286.4363,75.91373,6.9133945,570.85034,12.930233,594.31903,7.7474127,29.994654,0.0,812.506,1750.0153,0.2648683,74.41012,14.490624,10428.531,29.499777,1.1794683,5.4173837,15.642983,10.27749,3.3155367,8.688319,261.4552,48.079227,4.4799085,0.73395973,3.9494739,189.90733,0.8639225,143.03557,117.281586,2114.6477,173.5671,95.568146,167.04279,785.6999,54.309597,42.321045,898.2059,52.203144,80.104675,10.038934,23.992718,204.05301,11.361582,9.935328,55.215008,18.097754,4091.0142,17.993275,26.8666,15.909971,11.28328,287.2975,54.217945,29.681787,8.151296,7.5171866,13.349612,54.981415,84.250374,39.770363,186.33911,18.545322,7.517813,49.30876,24.360619,35.422886,116.87848,16.739664,1.5649362,28.816946,12.559717,1558.4526,21.702908,0.68129706,38.94365,13.030748,127.182434,80.004616,99.60372,8.560532,94.37204,337.24683,238.85265,29.209055,232.86539,69.618774,46.842213,69.312584,113.422775,16.674028,45.745934,479.3425,5.4161935,10.035145,230.8346,22.86803,9.186253,35.032642,32.842995,362.52603,106.05062,164.93301,1616.3274,75.61101,1664.6229,1568.5247,11.157486,10.360047,1624.6255,21.081177,16.464796,420.60834,35.082966,60.450603,27.38555,101.51301,261.14044,410.82236,4.978709,41.690235,135.49393,358.70804,8.839603,88.981094,9.830309,1.4932597,58.680756,0.9983547,1.134219,3.2753682,10.842984,28.864264,17.93347,22.934813,444.2397,48.478157,26.6827,35.771675,12.648233,94.97614,9.178921,61.0276,9.697178,68.34183,17.232786,25.891422,36.905556,9.629334,40.096066,29.831787,1.1583729,60.62396,10.169829,219.88983,7.1289887,279.49292,21.009642,1075.64,125.02175,3.0649607,9.94852,147.89122,184.77307,922.10443,905.56287 +2023-01-13 18:00:00,0.0,2350.8738,41.615826,7.796653,32.815052,27.844034,237.26761,28.139105,48.677204,18.33315,27.25597,239.07175,132.04451,14.426458,54.286556,2.4289508,1.9294997,45.27801,50.833355,40.21612,563.1319,23.746035,653.0935,130.19072,29.753227,81.41494,329.67706,74.08995,907.9803,255.8337,2528.3538,40.899353,2649.9597,435.80038,25.722918,22.694134,127.894196,232.1559,295.51343,673.4865,40.58871,20.542828,10.397799,490.08472,286.6792,75.9942,6.9122,570.9145,12.932441,594.31396,7.7534766,29.99775,0.0,812.73474,1750.0272,0.26490965,74.35874,14.491249,10430.331,29.512234,1.1801265,5.416129,15.643236,10.287889,3.3197463,8.688671,261.54007,48.0569,4.478856,0.73426515,3.9536467,190.14467,0.86334026,143.05275,117.216934,2115.9373,173.45229,95.597855,167.09811,785.7556,54.361797,42.355347,898.93335,52.194107,80.11267,10.038448,24.007645,204.09982,11.364157,9.9342985,55.227028,18.103727,4091.2864,17.993118,26.889112,15.910783,11.288839,287.3602,54.231586,29.699596,8.154016,7.5205193,13.346062,54.97881,84.2827,39.79879,186.36,18.546257,7.5279527,49.324707,24.355162,35.4023,116.88699,16.725565,1.5646572,28.839392,12.557202,1557.6602,21.70713,0.68083525,38.99617,13.036087,127.20618,79.98092,99.58883,8.563166,94.395966,337.26215,238.83339,29.219015,232.8351,69.57446,46.83937,69.31173,113.494026,16.6867,45.76534,479.3123,5.424174,10.049588,230.93762,22.86371,9.187995,35.06749,32.869385,362.88434,106.1257,164.94095,1617.0094,75.52895,1664.4835,1568.2893,11.1528225,10.352621,1624.265,21.07279,16.455309,420.53384,35.06512,60.422985,27.379755,101.45029,261.12152,410.73633,4.9769673,41.675404,135.3776,358.65048,8.834612,88.97333,9.826747,1.4929808,58.678333,0.99839926,1.1343768,3.2758842,10.841989,28.854677,17.929382,22.939516,443.68802,48.461693,26.66878,35.76109,12.642397,95.01008,9.168414,61.137634,9.692742,68.325966,17.211658,25.856298,36.875,9.627217,40.06233,29.799595,1.1581304,60.608917,10.168931,219.88196,7.1279497,279.42737,21.005255,1075.8451,124.99441,3.0646172,9.9466095,147.86479,184.7423,922.03375,905.66327 +2023-01-13 19:00:00,0.0,2350.3013,41.59937,7.7908974,32.768543,27.827608,237.15718,28.133476,48.663357,18.330715,27.25146,239.07913,132.03935,14.422882,54.279083,2.4356682,1.9343307,45.25884,50.94714,40.266266,562.8915,23.781282,652.6202,130.2075,29.803064,81.52404,329.42834,74.10432,908.2213,255.84023,2527.4885,40.92912,2649.351,436.3104,25.750055,22.710768,128.05186,232.1531,295.54572,674.09534,40.587364,20.531761,10.396874,490.0356,286.9221,76.074684,6.911006,570.9787,12.9346485,594.30896,7.759541,30.000847,0.0,812.9636,1750.0391,0.26495105,74.30736,14.491874,10432.131,29.524693,1.1807848,5.4148746,15.643489,10.298287,3.3239558,8.689024,261.6249,48.034573,4.4778037,0.73457056,3.9578197,190.382,0.8627581,143.06995,117.15228,2117.2266,173.33748,95.62757,167.15346,785.81134,54.413994,42.389645,899.66077,52.18507,80.12067,10.037962,24.022572,204.14662,11.366732,9.933269,55.23905,18.109703,4091.5583,17.99296,26.911627,15.911595,11.294397,287.42294,54.245228,29.717405,8.156734,7.5238514,13.342512,54.976204,84.31503,39.827217,186.38089,18.547194,7.5380926,49.340652,24.349705,35.38172,116.89551,16.711464,1.5643784,28.861835,12.5546875,1556.8677,21.711353,0.6803735,39.04869,13.041427,127.22991,79.957214,99.57394,8.565801,94.41989,337.27747,238.81412,29.228977,232.80482,69.53015,46.836533,69.31088,113.56527,16.699373,45.78474,479.2821,5.432154,10.064032,231.04065,22.85939,9.189736,35.102333,32.895775,363.2426,106.20079,164.9489,1617.6914,75.44691,1664.3442,1568.0541,11.148158,10.345195,1623.9047,21.064404,16.445822,420.45935,35.04728,60.395363,27.373962,101.387566,261.10257,410.6503,4.9752254,41.660572,135.26126,358.5929,8.829621,88.96556,9.823186,1.4927019,58.67591,0.99844384,1.1345344,3.2764,10.840993,28.84509,17.925295,22.94422,443.13632,48.44523,26.654858,35.750504,12.6365595,95.04402,9.157908,61.247673,9.688307,68.3101,17.190529,25.821175,36.844444,9.6251,40.02859,29.767405,1.1578879,60.593872,10.168033,219.87407,7.12691,279.36185,21.000868,1076.0502,124.96706,3.0642736,9.944699,147.83836,184.71153,921.96313,905.76373 +2023-01-13 20:00:00,0.0,2349.7288,41.582912,7.785142,32.722034,27.811184,237.04675,28.127848,48.64951,18.328281,27.246948,239.08652,132.03418,14.419306,54.27161,2.4423857,1.9391615,45.23967,51.06093,40.31641,562.651,23.81653,652.1469,130.22429,29.852901,81.63314,329.1796,74.11869,908.46234,255.84677,2526.6233,40.958885,2648.7424,436.82043,25.777193,22.727404,128.20952,232.15031,295.578,674.70416,40.58602,20.520695,10.395949,489.98654,287.16498,76.15516,6.9098115,571.0429,12.936856,594.30396,7.765605,30.003944,0.0,813.1924,1750.051,0.26499242,74.25598,14.492499,10433.93,29.537151,1.1814432,5.41362,15.643742,10.308686,3.3281653,8.689376,261.70975,48.012245,4.4767513,0.7348759,3.9619925,190.61932,0.86217594,143.08714,117.08763,2118.5159,173.22267,95.65729,167.20879,785.8671,54.466194,42.423946,900.3882,52.176037,80.12866,10.037477,24.037498,204.19342,11.369307,9.93224,55.251076,18.115679,4091.8306,17.992804,26.93414,15.912408,11.299955,287.48566,54.25887,29.735214,8.159454,7.527184,13.338962,54.9736,84.34737,39.855644,186.40178,18.548128,7.548232,49.356598,24.344248,35.36114,116.90403,16.697365,1.5640994,28.88428,12.552173,1556.0752,21.715576,0.6799117,39.101208,13.046765,127.253654,79.93352,99.559044,8.568435,94.44382,337.29282,238.79486,29.23894,232.77454,69.48584,46.83369,69.310036,113.63651,16.712046,45.804146,479.2519,5.440135,10.078474,231.14369,22.85507,9.191478,35.13718,32.922165,363.60092,106.27587,164.95683,1618.3734,75.36485,1664.205,1567.8187,11.143495,10.337769,1623.5442,21.056017,16.436335,420.38483,35.029438,60.36774,27.368168,101.324844,261.08365,410.56427,4.9734836,41.645737,135.14493,358.53534,8.82463,88.957794,9.819624,1.492423,58.67349,0.9984884,1.1346921,3.276916,10.839997,28.835506,17.921207,22.948925,442.58466,48.428764,26.640938,35.739918,12.630722,95.07796,9.147402,61.357708,9.683871,68.294235,17.1694,25.786049,36.81389,9.622984,39.994854,29.735214,1.1576455,60.578827,10.167134,219.86618,7.125871,279.29633,20.99648,1076.2552,124.93971,3.0639298,9.942789,147.81194,184.68076,921.8925,905.86414 +2023-01-13 21:00:00,0.0,2349.1562,41.566456,7.779386,32.67552,27.79476,236.93631,28.122221,48.635662,18.325848,27.242435,239.09392,132.029,14.4157295,54.264137,2.4491029,1.9439925,45.220497,51.174713,40.366554,562.4106,23.85178,651.6736,130.24107,29.902739,81.74224,328.93088,74.133064,908.7034,255.8533,2525.758,40.98865,2648.134,437.33044,25.80433,22.744038,128.36719,232.14752,295.6103,675.313,40.58468,20.509628,10.395024,489.93747,287.40787,76.235634,6.908617,571.10706,12.939064,594.2989,7.7716694,30.007042,0.0,813.4212,1750.063,0.26503378,74.204605,14.493124,10435.7295,29.54961,1.1821015,5.4123654,15.643994,10.319085,3.3323748,8.689728,261.79462,47.98992,4.475699,0.73518133,3.9661655,190.85666,0.8615938,143.10434,117.02299,2119.8052,173.10786,95.687004,167.26411,785.92285,54.518394,42.45825,901.1156,52.167,80.13666,10.03699,24.052427,204.24023,11.371882,9.9312105,55.263096,18.121653,4092.1028,17.992645,26.956654,15.91322,11.305514,287.54837,54.27251,29.753025,8.162173,7.530516,13.335412,54.970997,84.3797,39.88407,186.42267,18.549065,7.558372,49.372543,24.33879,35.34056,116.912544,16.683266,1.5638206,28.906723,12.549658,1555.2827,21.719799,0.67944986,39.15373,13.052104,127.27739,79.90981,99.54415,8.571069,94.46774,337.30814,238.77559,29.2489,232.74425,69.44153,46.830853,69.30918,113.70776,16.724718,45.823547,479.22168,5.4481153,10.092917,231.24672,22.85075,9.19322,35.172024,32.948555,363.95923,106.35096,164.96478,1619.0554,75.28281,1664.0656,1567.5835,11.13883,10.330342,1623.1838,21.047632,16.426847,420.31033,35.011593,60.340122,27.362373,101.26212,261.06473,410.47824,4.9717417,41.630905,135.02861,358.47775,8.819638,88.95003,9.816062,1.4921442,58.671066,0.998533,1.1348497,3.2774322,10.839002,28.82592,17.91712,22.953629,442.03296,48.4123,26.627016,35.729336,12.624885,95.11189,9.136895,61.467743,9.679436,68.278366,17.148272,25.750925,36.783333,9.620867,39.961117,29.703022,1.157403,60.563786,10.166237,219.8583,7.124832,279.23077,20.992094,1076.4603,124.91237,3.0635862,9.94088,147.7855,184.64998,921.82184,905.96454 +2023-01-13 22:00:00,0.0,2348.5837,41.55,7.7736306,32.629013,27.778336,236.82588,28.116592,48.62182,18.323412,27.237925,239.1013,132.02385,14.412153,54.256664,2.4558203,1.9488235,45.20133,51.2885,40.416702,562.1701,23.887028,651.2003,130.25786,29.952578,81.85134,328.68213,74.14743,908.94446,255.85985,2524.8928,41.018417,2647.5254,437.84048,25.831469,22.760674,128.52484,232.14473,295.64258,675.92175,40.583332,20.498562,10.394099,489.8884,287.65076,76.31612,6.9074225,571.17126,12.941272,594.2939,7.777734,30.01014,0.0,813.65,1750.0748,0.26507518,74.15322,14.493749,10437.529,29.562067,1.1827598,5.411111,15.644247,10.329484,3.3365843,8.69008,261.87946,47.967594,4.4746466,0.73548675,3.9703383,191.09398,0.8610116,143.12152,116.958336,2121.0945,172.99306,95.71672,167.31944,785.97864,54.570595,42.492546,901.8431,52.157963,80.14465,10.036504,24.067354,204.28703,11.374457,9.930181,55.27512,18.127628,4092.375,17.992489,26.979166,15.914033,11.311072,287.6111,54.28615,29.770834,8.164893,7.533849,13.3318615,54.96839,84.41203,39.9125,186.44354,18.55,7.5685115,49.38849,24.333334,35.31998,116.92106,16.669167,1.5635417,28.929169,12.547143,1554.4902,21.724022,0.6789881,39.20625,13.057443,127.30113,79.886116,99.52926,8.573704,94.49167,337.32346,238.75633,29.258862,232.71396,69.397224,46.82801,69.308334,113.77901,16.73739,45.842953,479.1915,5.4560957,10.107361,231.34976,22.84643,9.194962,35.20687,32.974945,364.31754,106.42604,164.97272,1619.7374,75.20075,1663.9263,1567.3481,11.134167,10.322917,1622.8234,21.039246,16.417362,420.23584,34.99375,60.3125,27.35658,101.1994,261.04578,410.3922,4.97,41.61607,134.91228,358.4202,8.814648,88.94226,9.8125,1.4918654,58.66864,0.9985776,1.1350074,3.2779481,10.838006,28.816334,17.913033,22.958334,441.4813,48.395832,26.613094,35.71875,12.619048,95.145836,9.1263895,61.577778,9.675,68.262505,17.127142,25.715801,36.752777,9.61875,39.927383,29.670832,1.1571606,60.54874,10.1653385,219.85042,7.1237926,279.16525,20.987707,1076.6654,124.88502,3.0632424,9.93897,147.75906,184.6192,921.7512,906.06494 +2023-01-13 23:00:00,0.0,2348.0112,41.533543,7.767875,32.582504,27.76191,236.71545,28.110964,48.60797,18.320978,27.233414,239.10869,132.01868,14.408576,54.24919,2.4625378,1.9536543,45.182156,51.402287,40.466846,561.9297,23.922277,650.727,130.27464,30.002415,81.96044,328.4334,74.161804,909.1855,255.86638,2524.0276,41.048183,2646.9167,438.3505,25.858606,22.777308,128.6825,232.14194,295.67487,676.5306,40.58199,20.487495,10.393174,489.8393,287.89365,76.39659,6.9062285,571.2355,12.94348,594.2888,7.7837977,30.013235,0.0,813.87885,1750.0868,0.26511654,74.101845,14.494373,10439.329,29.574526,1.183418,5.409857,15.6445,10.339883,3.3407938,8.690432,261.9643,47.945267,4.4735937,0.7357921,3.9745114,191.33131,0.86042947,143.13872,116.893684,2122.3838,172.87825,95.74643,167.37477,786.03436,54.62279,42.526848,902.5705,52.14893,80.15264,10.036018,24.082283,204.33385,11.377032,9.929152,55.287144,18.133602,4092.6472,17.99233,27.00168,15.9148445,11.31663,287.67383,54.299793,29.788643,8.167612,7.537181,13.328312,54.965786,84.44437,39.94093,186.46443,18.550936,7.5786514,49.404438,24.327877,35.2994,116.92957,16.655067,1.5632627,28.951612,12.544628,1553.6976,21.728247,0.6785263,39.25877,13.062781,127.32487,79.86241,99.514366,8.576338,94.51559,337.3388,238.73708,29.268822,232.68367,69.35291,46.825172,69.30749,113.85026,16.750063,45.862354,479.1613,5.4640765,10.121803,231.45279,22.84211,9.196704,35.241714,33.00134,364.67584,106.50112,164.98067,1620.4194,75.118706,1663.787,1567.1128,11.129502,10.315491,1622.4629,21.030859,16.407875,420.16132,34.975906,60.284878,27.350786,101.13669,261.02686,410.30618,4.968258,41.60124,134.79594,358.3626,8.809656,88.934494,9.808938,1.4915864,58.666218,0.9986222,1.1351651,3.278464,10.83701,28.806747,17.908945,22.963037,440.9296,48.379368,26.599174,35.708164,12.613211,95.17977,9.115883,61.687817,9.670565,68.246635,17.106012,25.680677,36.72222,9.616632,39.893646,29.638641,1.1569182,60.5337,10.16444,219.84254,7.1227536,279.09973,20.98332,1076.8705,124.85767,3.0628989,9.937059,147.73264,184.58842,921.68054,906.16534 +2023-01-14 00:00:00,0.0,2347.439,41.51709,7.7621193,32.535995,27.745485,236.60501,28.105337,48.594124,18.318544,27.228903,239.11609,132.0135,14.405,54.24172,2.469255,1.9584852,45.162987,51.516075,40.51699,561.6892,23.957525,650.2537,130.29143,30.052252,82.06954,328.1847,74.17618,909.4265,255.87291,2523.1624,41.077953,2646.3083,438.86053,25.885744,22.793943,128.84016,232.13914,295.70715,677.1394,40.580647,20.476429,10.39225,489.79022,288.13654,76.477066,6.905034,571.2997,12.945687,594.2838,7.789862,30.016333,0.0,814.10767,1750.0986,0.2651579,74.05047,14.494998,10441.128,29.586985,1.1840763,5.408602,15.644752,10.350282,3.3450034,8.6907835,262.04913,47.92294,4.4725413,0.7360975,3.9786842,191.56863,0.8598473,143.15591,116.82903,2123.673,172.76344,95.776146,167.43011,786.0901,54.67499,42.561146,903.2979,52.139893,80.16064,10.035532,24.09721,204.38065,11.379607,9.9281225,55.299164,18.139578,4092.9194,17.992174,27.024193,15.915657,11.322189,287.73657,54.313435,29.806452,8.170332,7.5405135,13.324762,54.963184,84.4767,39.969357,186.48532,18.55187,7.588791,49.420383,24.32242,35.27882,116.93809,16.640966,1.5629839,28.974056,12.542113,1552.9052,21.73247,0.6780645,39.31129,13.06812,127.34861,79.838715,99.49947,8.578972,94.53951,337.35413,238.7178,29.278784,232.65338,69.3086,46.82233,69.30663,113.9215,16.762735,45.88176,479.1311,5.472057,10.136247,231.55582,22.83779,9.198445,35.276558,33.02773,365.03415,106.57621,164.9886,1621.1014,75.03665,1663.6476,1566.8776,11.124839,10.308064,1622.1025,21.022472,16.398388,420.08682,34.958065,60.25726,27.344994,101.07397,261.0079,410.22015,4.966516,41.586407,134.67961,358.30505,8.804665,88.92673,9.805376,1.4913076,58.663795,0.99866676,1.1353227,3.2789803,10.836015,28.797161,17.90486,22.967741,440.37793,48.362904,26.585253,35.697582,12.607373,95.21371,9.105377,61.79785,9.666129,68.230774,17.084885,25.645552,36.691666,9.614516,39.85991,29.606451,1.1566757,60.518654,10.163542,219.83466,7.1217146,279.03418,20.978935,1077.0756,124.83032,3.0625553,9.935149,147.7062,184.55765,921.6099,906.2658 +2023-01-14 01:00:00,0.0,2346.8665,41.500633,7.756364,32.489483,27.729061,236.49458,28.099709,48.580276,18.316109,27.22439,239.12347,132.00835,14.401423,54.234245,2.4759724,1.9633162,45.143818,51.62986,40.567135,561.4488,23.992775,649.7804,130.30821,30.102089,82.17864,327.93594,74.19055,909.66754,255.87946,2522.297,41.10772,2645.6997,439.37054,25.912882,22.810577,128.99782,232.13635,295.73944,677.7482,40.5793,20.465363,10.391325,489.74115,288.37943,76.55755,6.9038396,571.3639,12.947896,594.27875,7.795926,30.01943,0.0,814.3364,1750.1106,0.2651993,73.99909,14.495623,10442.928,29.599442,1.1847346,5.4073477,15.645004,10.360681,3.349213,8.691135,262.134,47.90061,4.471489,0.7364029,3.9828572,191.80597,0.85926515,143.17311,116.76438,2124.9624,172.64864,95.80586,167.48544,786.1459,54.727192,42.595448,904.0253,52.130856,80.16863,10.035047,24.112137,204.42744,11.382182,9.927093,55.311188,18.145554,4093.1917,17.992016,27.046707,15.91647,11.327747,287.7993,54.327076,29.82426,8.173052,7.5438457,13.321212,54.96058,84.50903,39.997784,186.50621,18.552807,7.598931,49.43633,24.316961,35.25824,116.9466,16.626867,1.5627049,28.996502,12.539598,1552.1127,21.736692,0.6776027,39.36381,13.073459,127.372345,79.81501,99.48458,8.581607,94.56344,337.36945,238.69855,29.288744,232.6231,69.26429,46.819492,69.305786,113.99275,16.775408,45.90116,479.1009,5.480037,10.15069,231.65886,22.83347,9.200188,35.311405,33.05412,365.39246,106.65129,164.99655,1621.7836,74.954605,1663.5083,1566.6422,11.120174,10.300638,1621.7421,21.014086,16.3889,420.0123,34.940224,60.229637,27.3392,101.011246,260.98898,410.13412,4.964774,41.57157,134.56328,358.24747,8.799674,88.91896,9.801815,1.4910288,58.661373,0.99871135,1.1354804,3.2794962,10.835019,28.787575,17.900772,22.972446,439.82623,48.34644,26.571333,35.686996,12.601537,95.24765,9.094871,61.907887,9.661694,68.214905,17.063755,25.610428,36.66111,9.612399,39.82617,29.574259,1.1564332,60.50361,10.162643,219.82678,7.120675,278.96866,20.974548,1077.2806,124.80298,3.0622115,9.933239,147.67978,184.52687,921.5393,906.3662 +2023-01-14 02:00:00,0.0,2346.294,41.484177,7.7506084,32.442974,27.712635,236.38416,28.09408,48.566433,18.313675,27.21988,239.13086,132.00317,14.397847,54.226772,2.4826899,1.968147,45.124645,51.74365,40.617283,561.2083,24.028023,649.3071,130.325,30.151926,82.28774,327.68723,74.20492,909.9086,255.88599,2521.432,41.137486,2645.091,439.88058,25.94002,22.827213,129.15549,232.13356,295.77173,678.357,40.577957,20.454296,10.3904,489.69208,288.6223,76.63802,6.902645,571.42804,12.950104,594.27374,7.8019905,30.022528,0.0,814.5653,1750.1224,0.26524067,73.94771,14.496247,10444.728,29.6119,1.1853929,5.406093,15.645257,10.371079,3.3534224,8.691487,262.21884,47.878284,4.4704366,0.7367083,3.98703,192.04329,0.858683,143.1903,116.69973,2126.252,172.53383,95.83558,167.54077,786.2016,54.77939,42.62975,904.75275,52.121822,80.17663,10.03456,24.127064,204.47426,11.384757,9.926064,55.323208,18.151527,4093.4636,17.99186,27.06922,15.917282,11.333305,287.862,54.340717,29.84207,8.175771,7.547178,13.317662,54.957973,84.54137,40.02621,186.5271,18.553741,7.6090703,49.452274,24.311504,35.23766,116.95512,16.612768,1.5624261,29.018946,12.537084,1551.3202,21.740915,0.67714095,39.41633,13.078797,127.39609,79.79131,99.46969,8.584241,94.587364,337.3848,238.67928,29.298706,232.59282,69.21998,46.81665,69.30494,114.063995,16.78808,45.920567,479.0707,5.488018,10.1651325,231.76189,22.829147,9.201929,35.34625,33.08051,365.75073,106.72638,165.00449,1622.4656,74.87255,1663.369,1566.407,11.115511,10.293212,1621.3817,21.0057,16.379414,419.9378,34.92238,60.202015,27.333406,100.948524,260.97003,410.0481,4.9630322,41.55674,134.44695,358.1899,8.7946825,88.911194,9.798253,1.49075,58.65895,0.99875593,1.135638,3.2800121,10.834023,28.777988,17.896685,22.97715,439.27457,48.32997,26.557411,35.67641,12.595699,95.281586,9.084364,62.01792,9.657258,68.19904,17.042625,25.575304,36.630554,9.610282,39.792435,29.542068,1.1561908,60.488567,10.161745,219.8189,7.119636,278.90314,20.970161,1077.4857,124.77563,3.061868,9.931329,147.65335,184.4961,921.4686,906.4666 +2023-01-14 03:00:00,0.0,2345.7214,41.46772,7.744853,32.396465,27.69621,236.27371,28.088453,48.552586,18.31124,27.215368,239.13826,131.998,14.394271,54.2193,2.489407,1.972978,45.105476,51.857433,40.667427,560.9679,24.063272,648.8338,130.34178,30.201765,82.39684,327.43848,74.21929,910.14966,255.89253,2520.5667,41.16725,2644.4824,440.39062,25.967157,22.843847,129.31314,232.13077,295.80402,678.9658,40.576614,20.44323,10.389475,489.64297,288.8652,76.7185,6.901451,571.4922,12.9523115,594.26874,7.8080544,30.025625,0.0,814.79407,1750.1344,0.26528203,73.89633,14.496872,10446.526,29.62436,1.1860511,5.4048386,15.64551,10.381478,3.357632,8.69184,262.30368,47.85596,4.469384,0.7370137,3.991203,192.28062,0.85810083,143.20749,116.63508,2127.5413,172.41902,95.865295,167.5961,786.2573,54.83159,42.664047,905.4802,52.112785,80.18462,10.034074,24.141993,204.52106,11.387332,9.9250345,55.33523,18.157503,4093.7358,17.991701,27.091734,15.918095,11.338863,287.92474,54.35436,29.859879,8.178491,7.5505104,13.314112,54.955368,84.5737,40.054638,186.54799,18.554678,7.6192102,49.46822,24.306047,35.217075,116.96363,16.59867,1.5621471,29.04139,12.534569,1550.5277,21.745138,0.67667913,39.46885,13.084137,127.41982,79.76761,99.454796,8.586876,94.61129,337.40012,238.66002,29.308668,232.56253,69.175674,46.813812,69.304085,114.13524,16.80075,45.93997,479.0405,5.4959984,10.179576,231.86491,22.824827,9.2036705,35.381096,33.1069,366.10904,106.80146,165.01244,1623.1475,74.790504,1663.2296,1566.1716,11.1108465,10.285787,1621.0212,20.997314,16.369926,419.8633,34.904537,60.174397,27.327612,100.8858,260.9511,409.96207,4.96129,41.54191,134.33061,358.13232,8.789691,88.90343,9.794691,1.490471,58.656525,0.99880046,1.1357957,3.2805283,10.833028,28.768404,17.892597,22.981855,438.72287,48.313507,26.543491,35.665825,12.589862,95.31552,9.073858,62.12796,9.6528225,68.183174,17.021496,25.54018,36.6,9.608165,39.758698,29.509878,1.1559484,60.473522,10.160847,219.81102,7.118597,278.8376,20.965775,1077.6907,124.74828,3.0615244,9.929419,147.62692,184.46533,921.398,906.567 +2023-01-14 04:00:00,0.0,2345.149,41.451263,7.739097,32.349953,27.679787,236.16328,28.082825,48.53874,18.308805,27.210857,239.14565,131.99284,14.390695,54.211826,2.4961245,1.977809,45.086304,51.971222,40.71757,560.7274,24.09852,648.36053,130.35857,30.251602,82.50594,327.18976,74.233665,910.3907,255.89906,2519.7012,41.197018,2643.874,440.90063,25.994295,22.860481,129.4708,232.12798,295.8363,679.57465,40.575268,20.432163,10.38855,489.5939,289.1081,76.79898,6.9002566,571.55646,12.954519,594.2637,7.814119,30.02872,0.0,815.0229,1750.1464,0.26532343,73.844955,14.497498,10448.326,29.636818,1.1867094,5.403584,15.645762,10.391877,3.3618414,8.692192,262.38855,47.833633,4.4683313,0.7373191,3.9953759,192.51794,0.8575187,143.22469,116.570435,2128.8306,172.30421,95.89501,167.65143,786.3131,54.88379,42.69835,906.20764,52.10375,80.19262,10.033588,24.15692,204.56786,11.389908,9.9240055,55.347256,18.163477,4094.008,17.991545,27.114246,15.918907,11.344422,287.98746,54.368,29.877687,8.18121,7.5538425,13.310562,54.952766,84.60603,40.083065,186.56888,18.555613,7.6293497,49.484165,24.30059,35.196495,116.972145,16.58457,1.5618683,29.063833,12.532054,1549.7352,21.749361,0.6762174,39.52137,13.089476,127.443565,79.74391,99.4399,8.58951,94.635216,337.41544,238.64075,29.318628,232.53224,69.13136,46.81097,69.30324,114.20649,16.813423,45.959373,479.01028,5.5039787,10.194019,231.96796,22.820507,9.205413,35.41594,33.13329,366.46735,106.87655,165.02037,1623.8295,74.70845,1663.0903,1565.9364,11.106183,10.27836,1620.6608,20.988928,16.36044,419.7888,34.886696,60.146774,27.321817,100.82308,260.93216,409.87604,4.959548,41.527073,134.21428,358.07477,8.7847,88.89566,9.791129,1.4901922,58.654102,0.99884504,1.1359534,3.2810442,10.832032,28.758818,17.88851,22.986559,438.1712,48.297043,26.52957,35.655243,12.584024,95.349464,9.063352,62.237995,9.648387,68.16731,17.000368,25.505054,36.569443,9.606048,39.724964,29.477686,1.1557059,60.458477,10.159948,219.80313,7.1175575,278.77206,20.961388,1077.8958,124.72094,3.0611806,9.927508,147.6005,184.43456,921.32733,906.6674 +2023-01-14 05:00:00,0.0,2344.5764,41.434807,7.7333417,32.303444,27.663363,236.05284,28.077196,48.52489,18.306372,27.206345,239.15303,131.98767,14.387118,54.204353,2.502842,1.9826398,45.067135,52.085007,40.767715,560.487,24.13377,647.8872,130.37535,30.30144,82.61504,326.941,74.24803,910.6317,255.90561,2518.836,41.226784,2643.2654,441.41068,26.021433,22.877117,129.62846,232.12518,295.8686,680.1835,40.573925,20.421097,10.387626,489.54483,289.35098,76.879456,6.899062,571.6206,12.956727,594.25867,7.820183,30.031818,0.0,815.2517,1750.1582,0.2653648,73.79357,14.498122,10450.126,29.649275,1.1873678,5.40233,15.646015,10.402276,3.366051,8.692544,262.4734,47.811306,4.467279,0.73762447,3.999549,192.75528,0.85693645,143.24188,116.50578,2130.1199,172.1894,95.92473,167.70677,786.36884,54.93599,42.73265,906.93506,52.094715,80.200615,10.033102,24.171848,204.61467,11.392483,9.922976,55.359276,18.169453,4094.2803,17.991386,27.13676,15.919719,11.34998,288.05017,54.381638,29.895496,8.183929,7.557175,13.307013,54.95016,84.63837,40.111492,186.58977,18.55655,7.6394897,49.50011,24.295134,35.175915,116.98067,16.57047,1.5615894,29.086279,12.529539,1548.9427,21.753586,0.67575556,39.57389,13.094814,127.4673,79.72021,99.42501,8.592144,94.65914,337.4308,238.62149,29.32859,232.50195,69.08705,46.808132,69.30239,114.27773,16.826096,45.978775,478.9801,5.5119596,10.208462,232.07098,22.816187,9.207154,35.450787,33.159683,366.82565,106.95163,165.02832,1624.5116,74.6264,1662.951,1565.701,11.101519,10.270934,1620.3004,20.980541,16.350952,419.7143,34.86885,60.119152,27.316025,100.76036,260.91324,409.79,4.957806,41.51224,134.09795,358.01718,8.779709,88.88789,9.787567,1.4899133,58.65168,0.9988896,1.136111,3.2815602,10.831037,28.749231,17.884422,22.991264,437.6195,48.28058,26.51565,35.644657,12.578188,95.3834,9.052845,62.34803,9.643951,68.15144,16.979239,25.46993,36.538887,9.603931,39.691227,29.445496,1.1554635,60.443436,10.15905,219.79526,7.1165185,278.70654,20.957,1078.1008,124.69359,3.060837,9.925598,147.57407,184.40378,921.2567,906.7679 +2023-01-14 06:00:00,0.0,2344.004,41.418354,7.7275863,32.256935,27.646936,235.94241,28.07157,48.511047,18.303936,27.201834,239.16043,131.9825,14.383542,54.19688,2.5095592,1.9874707,45.047962,52.198795,40.817863,560.2465,24.169018,647.41394,130.39215,30.351276,82.724144,326.6923,74.262405,910.87274,255.91214,2517.9707,41.25655,2642.6567,441.9207,26.04857,22.893751,129.78612,232.1224,295.90088,680.7923,40.572582,20.41003,10.386701,489.49576,289.59387,76.95993,6.8978677,571.6848,12.958935,594.2536,7.826247,30.034916,0.0,815.4805,1750.1702,0.26540616,73.742195,14.498747,10451.925,29.661734,1.1880261,5.4010754,15.646268,10.412675,3.3702605,8.692896,262.55823,47.78898,4.4662266,0.7379299,4.0037217,192.99261,0.8563543,143.25908,116.44113,2131.4092,172.0746,95.954445,167.7621,786.4246,54.988186,42.76695,907.6625,52.08568,80.20861,10.032617,24.186775,204.66147,11.395058,9.921947,55.3713,18.175428,4094.5525,17.99123,27.159275,15.920531,11.355538,288.1129,54.39528,29.913307,8.186648,7.5605073,13.303462,54.947556,84.6707,40.13992,186.61066,18.557484,7.649629,49.516056,24.289677,35.155334,116.98918,16.55637,1.5613104,29.108723,12.527024,1548.1503,21.757809,0.6752938,39.62641,13.100153,127.49104,79.69651,99.41012,8.594779,94.68306,337.4461,238.60222,29.33855,232.47166,69.04274,46.80529,69.30154,114.34898,16.838768,45.99818,478.9499,5.51994,10.222905,232.17401,22.811867,9.208897,35.48563,33.186073,367.18396,107.02671,165.03625,1625.1936,74.54435,1662.8118,1565.4657,11.096854,10.263508,1619.94,20.972155,16.341465,419.6398,34.85101,60.091534,27.31023,100.69764,260.8943,409.70398,4.956064,41.497406,133.98163,357.95963,8.774717,88.88013,9.784005,1.4896345,58.649258,0.9989342,1.1362687,3.2820764,10.830041,28.739645,17.880335,22.995968,437.06784,48.264114,26.501728,35.63407,12.5723505,95.417336,9.042339,62.458065,9.639516,68.13558,16.958109,25.434807,36.50833,9.601814,39.65749,29.413305,1.155221,60.42839,10.158152,219.78737,7.1154795,278.641,20.952614,1078.3059,124.666245,3.0604932,9.923688,147.54764,184.373,921.1861,906.8683 +2023-01-14 07:00:00,0.0,2343.4314,41.401897,7.7218304,32.210426,27.630512,235.83199,28.06594,48.4972,18.301502,27.197323,239.16782,131.97734,14.379966,54.189407,2.5162766,1.9923017,45.028793,52.31258,40.868008,560.0061,24.204268,646.9406,130.40894,30.401114,82.833244,326.44354,74.27678,911.1138,255.91867,2517.1055,41.28632,2642.0483,442.43073,26.075708,22.910387,129.94379,232.11961,295.93317,681.40106,40.571236,20.398964,10.385776,489.44666,289.83676,77.04041,6.8966737,571.749,12.961143,594.2486,7.832311,30.038013,0.0,815.70935,1750.182,0.26544753,73.69082,14.499372,10453.725,29.674192,1.1886843,5.399821,15.646521,10.423074,3.37447,8.693248,262.64307,47.76665,4.465174,0.7382353,4.0078945,193.22993,0.85577214,143.27626,116.37648,2132.6985,171.95978,95.98416,167.81743,786.48035,55.040386,42.80125,908.38995,52.07664,80.216606,10.03213,24.201702,204.70827,11.397633,9.9209175,55.383324,18.181402,4094.8247,17.991072,27.181787,15.921344,11.361097,288.17563,54.40892,29.931116,8.189368,7.56384,13.299912,54.94495,84.703026,40.168346,186.63155,18.558418,7.659769,49.532,24.28422,35.134754,116.997696,16.54227,1.5610316,29.131166,12.524509,1547.3578,21.762032,0.674832,39.678932,13.105492,127.51478,79.672806,99.395226,8.597413,94.706985,337.46143,238.58296,29.348513,232.44138,68.99843,46.802452,69.30069,114.42023,16.85144,46.017582,478.9197,5.5279202,10.237349,232.27705,22.807547,9.210638,35.520473,33.212463,367.54227,107.1018,165.0442,1625.8755,74.4623,1662.6724,1565.2305,11.092191,10.256082,1619.5796,20.963768,16.331978,419.56528,34.833168,60.06391,27.304438,100.63492,260.87537,409.61795,4.9543223,41.482574,133.8653,357.90204,8.769727,88.87236,9.780443,1.4893556,58.646835,0.9989788,1.1364263,3.2825923,10.829045,28.730059,17.876247,23.000671,436.51614,48.247646,26.487806,35.62349,12.566513,95.45128,9.031833,62.5681,9.63508,68.11971,16.936981,25.399683,36.477776,9.599697,39.623753,29.381115,1.1549785,60.41335,10.157253,219.7795,7.11444,278.57547,20.948227,1078.511,124.63889,3.0601497,9.921778,147.52121,184.34222,921.1154,906.9687 +2023-01-14 08:00:00,0.0,2342.859,41.38544,7.716075,32.163914,27.614088,235.72154,28.060312,48.483353,18.299068,27.192812,239.1752,131.97217,14.376389,54.181934,2.522994,1.9971325,45.00962,52.42637,40.91815,559.7656,24.239515,646.4673,130.42572,30.45095,82.942345,326.19482,74.291145,911.35486,255.92522,2516.2402,41.316086,2641.4397,442.94073,26.102846,22.927021,130.10144,232.11682,295.96545,682.0099,40.569893,20.387897,10.3848505,489.39758,290.07965,77.12089,6.895479,571.81323,12.96335,594.2436,7.8383756,30.041111,0.0,815.9381,1750.194,0.26548892,73.639435,14.499996,10455.524,29.686651,1.1893426,5.3985662,15.646772,10.433473,3.3786795,8.6936,262.72794,47.744324,4.464122,0.73854065,4.012068,193.46727,0.85519,143.29346,116.31183,2133.9878,171.84497,96.01387,167.87276,786.5361,55.092587,42.835552,909.1174,52.067608,80.2246,10.031644,24.216629,204.75508,11.4002075,9.919888,55.395344,18.187378,4095.0967,17.990915,27.204302,15.922156,11.366655,288.23834,54.42256,29.948925,8.192088,7.567172,13.296362,54.94235,84.73536,40.196774,186.65244,18.559355,7.6699085,49.547947,24.278763,35.114174,117.00621,16.528172,1.5607526,29.153612,12.521995,1546.5653,21.766254,0.67437017,39.731453,13.11083,127.53852,79.64911,99.38033,8.600047,94.73091,337.47678,238.56369,29.358475,232.41109,68.954124,46.79961,69.299835,114.49147,16.864113,46.036987,478.8895,5.5359006,10.251791,232.38008,22.803226,9.212379,35.55532,33.238853,367.90057,107.17688,165.05214,1626.5576,74.38025,1662.5331,1564.9951,11.087526,10.248656,1619.2191,20.955381,16.32249,419.49078,34.815323,60.03629,27.298643,100.5722,260.8564,409.53192,4.9525805,41.467743,133.74896,357.84448,8.764735,88.86459,9.776882,1.4890767,58.64441,0.9990234,1.136584,3.2831082,10.82805,28.720472,17.87216,23.005377,435.96448,48.231182,26.473886,35.612904,12.560676,95.485214,9.021327,62.67814,9.630645,68.10385,16.915852,25.36456,36.44722,9.59758,39.590015,29.348923,1.1547362,60.398304,10.156355,219.7716,7.113401,278.50992,20.94384,1078.7161,124.61155,3.059806,9.9198675,147.49478,184.31145,921.0448,907.0691 +2023-01-14 09:00:00,0.0,2342.2864,41.368984,7.7103195,32.117405,27.597662,235.61111,28.054686,48.469505,18.296633,27.1883,239.1826,131.967,14.372812,54.17446,2.5297112,2.0019634,44.99045,52.540154,40.968296,559.5252,24.274765,645.994,130.4425,30.50079,83.051445,325.94608,74.30552,911.5959,255.93175,2515.375,41.34585,2640.831,443.45078,26.129984,22.943657,130.2591,232.11403,295.99774,682.6187,40.56855,20.376831,10.383925,489.3485,290.32254,77.20136,6.8942847,571.8774,12.965558,594.2385,7.8444395,30.044207,0.0,816.167,1750.2058,0.2655303,73.58806,14.500621,10457.323,29.699108,1.1900009,5.3973117,15.647025,10.4438715,3.382889,8.693952,262.81277,47.722,4.4630694,0.73884606,4.0162406,193.70459,0.8546078,143.31065,116.24718,2135.277,171.73016,96.04359,167.92809,786.59186,55.144787,42.86985,909.8448,52.05857,80.2326,10.031158,24.231558,204.80188,11.402782,9.918859,55.407368,18.193352,4095.369,17.990757,27.226814,15.922969,11.372213,288.3011,54.436203,29.966734,8.194807,7.5705047,13.292812,54.939743,84.76769,40.2252,186.67332,18.56029,7.6800485,49.563892,24.273306,35.093594,117.014725,16.514072,1.5604738,29.176056,12.51948,1545.7728,21.770477,0.6739084,39.78397,13.116169,127.562256,79.625404,99.36544,8.602682,94.75484,337.4921,238.54443,29.368435,232.3808,68.90981,46.796772,69.29899,114.56272,16.876785,46.05639,478.8593,5.5438814,10.266234,232.48311,22.798906,9.214122,35.590164,33.265244,368.25885,107.25197,165.06009,1627.2396,74.2982,1662.3938,1564.7599,11.082863,10.24123,1618.8586,20.946997,16.313004,419.4163,34.79748,60.00867,27.292849,100.509476,260.8375,409.4459,4.9508386,41.452908,133.63263,357.7869,8.759744,88.85683,9.77332,1.4887979,58.641987,0.99906796,1.1367418,3.2836244,10.827054,28.710888,17.868073,23.01008,435.41278,48.214718,26.459965,35.602318,12.554839,95.51915,9.01082,62.788174,9.62621,68.08798,16.894722,25.329433,36.416664,9.595464,39.55628,29.316732,1.1544937,60.38326,10.155457,219.76373,7.112362,278.4444,20.939453,1078.9211,124.5842,3.0594623,9.917957,147.46835,184.28067,920.9741,907.1695 +2023-01-14 10:00:00,0.0,2341.7139,41.352528,7.7045636,32.070896,27.581238,235.50069,28.049057,48.45566,18.294199,27.183788,239.18999,131.96184,14.369236,54.16699,2.5364287,2.0067945,44.971283,52.653942,41.01844,559.2847,24.310013,645.5207,130.45929,30.550627,83.160545,325.69736,74.31989,911.8369,255.9383,2514.5098,41.375618,2640.2227,443.9608,26.157122,22.96029,130.41676,232.11124,296.03003,683.22754,40.567204,20.365765,10.383001,489.2994,290.56543,77.281845,6.8930902,571.9416,12.967766,594.2335,7.850504,30.047304,0.0,816.39575,1750.2178,0.26557165,73.53668,14.5012455,10459.123,29.711567,1.1906592,5.396057,15.647278,10.45427,3.3870986,8.6943035,262.8976,47.699673,4.4620166,0.7391515,4.0204134,193.94193,0.85402566,143.32785,116.182526,2136.5667,171.61536,96.0733,167.98343,786.6476,55.196983,42.904152,910.5722,52.049534,80.24059,10.030672,24.246485,204.84868,11.405357,9.9178295,55.41939,18.199327,4095.641,17.9906,27.249329,15.923781,11.377772,288.3638,54.449844,29.984543,8.197527,7.573837,13.289263,54.937138,84.800026,40.253628,186.69421,18.561226,7.690188,49.579838,24.267849,35.073013,117.02324,16.499973,1.5601948,29.1985,12.516965,1544.9803,21.774702,0.6734466,39.83649,13.121509,127.58599,79.60171,99.35055,8.605316,94.77876,337.50742,238.52516,29.378397,232.35052,68.8655,46.79393,69.29814,114.633965,16.889458,46.075794,478.8291,5.551862,10.280678,232.58615,22.794586,9.215863,35.62501,33.291634,368.61716,107.32705,165.06802,1627.9216,74.21615,1662.2544,1564.5245,11.078198,10.233804,1618.4983,20.93861,16.303516,419.34177,34.779636,59.98105,27.287056,100.446754,260.81854,409.35986,4.9490967,41.438076,133.5163,357.72934,8.754753,88.84906,9.769758,1.488519,58.639565,0.99911255,1.1368994,3.2841403,10.826058,28.701302,17.863985,23.014786,434.8611,48.198254,26.446045,35.591732,12.549002,95.55309,9.000314,62.89821,9.621775,68.07212,16.873594,25.29431,36.38611,9.593347,39.522545,29.284542,1.1542512,60.368217,10.154558,219.75584,7.1113224,278.37888,20.935066,1079.1262,124.556854,3.0591187,9.916048,147.44193,184.24991,920.9035,907.2699 +2023-01-14 11:00:00,0.0,2341.1414,41.33607,7.698808,32.024387,27.564814,235.39024,28.043428,48.441814,18.291763,27.179277,239.19737,131.95667,14.36566,54.159515,2.5431461,2.0116253,44.95211,52.767727,41.06859,559.0443,24.345263,645.0474,130.47607,30.600464,83.269646,325.4486,74.33426,912.07794,255.94482,2513.6445,41.405384,2639.614,444.47083,26.18426,22.976927,130.57443,232.10844,296.06232,683.83636,40.56586,20.354698,10.382076,489.25034,290.80832,77.36232,6.8918962,572.00574,12.969974,594.22845,7.856568,30.050402,0.0,816.62463,1750.2296,0.26561305,73.4853,14.501871,10460.923,29.724026,1.1913174,5.394803,15.647531,10.464669,3.391308,8.694656,262.98248,47.677345,4.460964,0.73945683,4.024586,194.17924,0.8534435,143.34503,116.117874,2137.856,171.50055,96.10302,168.03876,786.7033,55.249184,42.93845,911.2997,52.0405,80.24859,10.030186,24.261412,204.8955,11.407932,9.9168,55.43141,18.205303,4095.9133,17.990442,27.271841,15.924593,11.38333,288.4265,54.463486,30.002352,8.200246,7.5771694,13.285712,54.934536,84.83236,40.282055,186.7151,18.56216,7.700328,49.595783,24.262392,35.052433,117.03175,16.485872,1.559916,29.220943,12.51445,1544.1879,21.778925,0.67298484,39.88901,13.126847,127.60973,79.578,99.335655,8.607951,94.80269,337.52277,238.5059,29.388357,232.32024,68.82119,46.791092,69.29729,114.705215,16.90213,46.095196,478.79892,5.559842,10.295121,232.68918,22.790266,9.217606,35.659855,33.318027,368.97546,107.40213,165.07597,1628.6036,74.1341,1662.1151,1564.2892,11.073535,10.2263775,1618.1378,20.930223,16.294031,419.26727,34.761795,59.953426,27.281261,100.38403,260.79962,409.27383,4.947355,41.423244,133.39996,357.67175,8.749762,88.84129,9.766196,1.4882401,58.637142,0.99915713,1.1370571,3.2846563,10.825063,28.691715,17.859898,23.01949,434.30942,48.18179,26.432123,35.58115,12.543164,95.58703,8.989808,63.008244,9.617339,68.05625,16.852465,25.259186,36.355556,9.591229,39.488808,29.25235,1.1540087,60.353172,10.15366,219.74797,7.1102834,278.31332,20.930681,1079.3313,124.52951,3.058775,9.914138,147.4155,184.21913,920.8329,907.37036 +2023-01-14 12:00:00,0.0,2340.569,41.31962,7.693053,31.977875,27.54839,235.27982,28.037802,48.427967,18.28933,27.174767,239.20477,131.95149,14.362083,54.152042,2.5498633,2.0164561,44.93294,52.881516,41.118732,558.80383,24.38051,644.5741,130.49286,30.650301,83.378746,325.1999,74.34863,912.319,255.95135,2512.7793,41.43515,2639.0054,444.98087,26.211397,22.99356,130.73209,232.10565,296.0946,684.4451,40.564518,20.343632,10.381151,489.20126,291.0512,77.4428,6.890702,572.07,12.972181,594.22345,7.8626323,30.0535,0.0,816.8534,1750.2416,0.2656544,73.43392,14.502496,10462.722,29.736483,1.1919758,5.3935485,15.647783,10.475068,3.3955176,8.695008,263.06732,47.655018,4.459912,0.73976225,4.0287595,194.41658,0.85286134,143.36223,116.05322,2139.1453,171.38574,96.13274,168.09409,786.7591,55.301384,42.97275,912.0271,52.031464,80.256584,10.0297,24.27634,204.94229,11.410507,9.915771,55.443436,18.211277,4096.1855,17.990286,27.294355,15.9254055,11.388888,288.48926,54.477127,30.02016,8.202966,7.5805016,13.282163,54.93193,84.86469,40.310486,186.736,18.563097,7.7104673,49.611732,24.256935,35.031853,117.04027,16.471773,1.5596371,29.24339,12.511935,1543.3954,21.783148,0.672523,39.941532,13.132186,127.63347,79.554306,99.32076,8.610585,94.826614,337.5381,238.48663,29.39832,232.28995,68.77688,46.78825,69.29644,114.77646,16.914803,46.1146,478.7687,5.567823,10.309564,232.7922,22.785946,9.219347,35.694702,33.344418,369.33377,107.47722,165.08391,1629.2856,74.05205,1661.9758,1564.054,11.068871,10.218951,1617.7775,20.921837,16.284544,419.19275,34.743954,59.925808,27.275469,100.32131,260.78067,409.1878,4.9456124,41.40841,133.28363,357.6142,8.74477,88.83353,9.762634,1.4879613,58.63472,0.9992017,1.1372147,3.2851722,10.824067,28.682129,17.85581,23.024193,433.75775,48.16532,26.418203,35.570564,12.537328,95.620964,8.979301,63.118282,9.612904,68.04039,16.831335,25.224062,36.325,9.589112,39.45507,29.22016,1.1537664,60.33813,10.152761,219.74008,7.1092443,278.2478,20.926294,1079.5363,124.50216,3.0584314,9.912228,147.38905,184.18835,920.7622,907.47076 +2023-01-14 13:00:00,0.0,2339.9966,41.30316,7.6872973,31.931366,27.531963,235.16939,28.032173,48.41412,18.286896,27.170254,239.21216,131.94633,14.358507,54.14457,2.5565808,2.0212872,44.91377,52.9953,41.168877,558.5634,24.415758,644.1008,130.50964,30.700138,83.48785,324.95114,74.36301,912.56006,255.9579,2511.914,41.464916,2638.3967,445.49088,26.238535,23.010197,130.88974,232.10286,296.1269,685.05396,40.56317,20.332565,10.380226,489.1522,291.2941,77.52328,6.8895073,572.13416,12.97439,594.2184,7.868696,30.056597,0.0,817.0822,1750.2535,0.26569578,73.382545,14.50312,10464.521,29.748941,1.1926341,5.392294,15.648036,10.485467,3.399727,8.69536,263.15216,47.63269,4.4588594,0.74006766,4.0329323,194.6539,0.8522792,143.37943,115.98858,2140.4346,171.27094,96.162445,168.14941,786.8148,55.35358,43.007053,912.7545,52.022427,80.26458,10.029214,24.291267,204.98909,11.413083,9.9147415,55.455456,18.217253,4096.4575,17.990128,27.316868,15.926218,11.394446,288.55197,54.49077,30.03797,8.205685,7.583834,13.278612,54.929325,84.897026,40.338913,186.75688,18.564032,7.7206073,49.627678,24.251478,35.01127,117.04878,16.457674,1.5593582,29.265833,12.50942,1542.6029,21.78737,0.67206126,39.994053,13.137525,127.65721,79.5306,99.30587,8.613219,94.85053,337.5534,238.46738,29.40828,232.25966,68.732574,46.78541,69.29559,114.84771,16.927475,46.134003,478.7385,5.5758033,10.324007,232.89525,22.781626,9.221089,35.729546,33.370808,369.69208,107.5523,165.09186,1629.9678,73.97,1661.8364,1563.8186,11.064207,10.211526,1617.417,20.91345,16.275057,419.11826,34.72611,59.898186,27.269674,100.25859,260.76175,409.10178,4.9438705,41.393578,133.1673,357.5566,8.739779,88.82576,9.759072,1.4876825,58.632294,0.9992463,1.1373724,3.2856884,10.8230715,28.672543,17.851723,23.028898,433.20605,48.148857,26.404282,35.55998,12.53149,95.65491,8.968795,63.228317,9.608468,68.02452,16.810207,25.188936,36.294445,9.586996,39.421333,29.18797,1.1535239,60.323086,10.151864,219.7322,7.108205,278.18228,20.921907,1079.7413,124.474815,3.0580878,9.910317,147.36263,184.15758,920.6916,907.57117 +2023-01-14 14:00:00,0.0,2339.424,41.286705,7.6815414,31.884855,27.51554,235.05894,28.026545,48.400276,18.28446,27.165743,239.21954,131.94116,14.354931,54.137093,2.5632982,2.026118,44.8946,53.10909,41.21902,558.32294,24.451008,643.6275,130.52643,30.749977,83.59695,324.70242,74.37737,912.8011,255.96443,2511.0488,41.494686,2637.7883,446.00092,26.265673,23.02683,131.04741,232.10007,296.1592,685.6628,40.56183,20.321499,10.379301,489.1031,291.537,77.60375,6.888313,572.19836,12.976598,594.2134,7.8747606,30.059692,0.0,817.31104,1750.2654,0.26573718,73.33116,14.503745,10466.321,29.7614,1.1932924,5.3910394,15.648289,10.495866,3.4039366,8.695712,263.237,47.610367,4.457807,0.740373,4.037105,194.89124,0.851697,143.39662,115.92393,2141.7239,171.15613,96.19217,168.20474,786.87054,55.40578,43.04135,913.48193,52.013393,80.272575,10.0287285,24.306194,205.0359,11.415658,9.9137125,55.46748,18.223227,4096.73,17.989971,27.339382,15.927031,11.400005,288.6147,54.50441,30.05578,8.208405,7.5871663,13.275063,54.92672,84.92936,40.36734,186.77777,18.564968,7.7307467,49.643623,24.246021,34.99069,117.0573,16.443575,1.5590793,29.288277,12.506906,1541.8104,21.791594,0.67159945,40.046574,13.142863,127.68095,79.506905,99.29098,8.615854,94.87446,337.56876,238.4481,29.418242,232.22937,68.68826,46.78257,69.29474,114.91895,16.940147,46.153404,478.7083,5.5837836,10.33845,232.99828,22.777306,9.222831,35.764393,33.397198,370.05038,107.62739,165.0998,1630.6497,73.88795,1661.6971,1563.5834,11.059543,10.2041,1617.0566,20.905066,16.26557,419.04376,34.708267,59.870564,27.263882,100.19587,260.7428,409.01572,4.9421287,41.378746,133.05096,357.49905,8.734788,88.81799,9.755511,1.4874035,58.62987,0.9992909,1.1375301,3.2862043,10.822076,28.662956,17.847635,23.033602,432.6544,48.132393,26.390362,35.549397,12.525653,95.68884,8.958289,63.338352,9.6040325,68.00866,16.789078,25.153812,36.26389,9.584879,39.387596,29.155779,1.1532815,60.30804,10.150966,219.72432,7.107166,278.11673,20.91752,1079.9464,124.447464,3.057744,9.908407,147.3362,184.1268,920.6209,907.6716 +2023-01-14 15:00:00,0.0,2338.8516,41.27025,7.675786,31.838346,27.499115,234.94852,28.020916,48.38643,18.282026,27.161232,239.22694,131.93599,14.351355,54.12962,2.5700154,2.0309489,44.875427,53.222874,41.26917,558.0825,24.486256,643.15424,130.54321,30.799814,83.70605,324.45367,74.39175,913.0421,255.97098,2510.1836,41.524452,2637.1797,446.51093,26.29281,23.043467,131.20506,232.09727,296.1915,686.2716,40.560482,20.310432,10.378377,489.05402,291.77985,77.684235,6.887119,572.2626,12.978806,594.2084,7.8808246,30.06279,0.0,817.5398,1750.2773,0.26577854,73.279785,14.50437,10468.12,29.773859,1.1939507,5.389785,15.6485405,10.506265,3.4081464,8.696064,263.32187,47.58804,4.4567547,0.7406784,4.0412784,195.12856,0.85111487,143.41382,115.859276,2143.0132,171.04132,96.221886,168.26009,786.92633,55.45798,43.075653,914.20935,52.004356,80.28057,10.028242,24.321123,205.0827,11.418233,9.912683,55.479504,18.229202,4097.002,17.989813,27.361895,15.927843,11.405563,288.67743,54.51805,30.07359,8.211124,7.5904984,13.271513,54.924118,84.96169,40.395767,186.79866,18.565903,7.7408867,49.65957,24.240564,34.970108,117.06582,16.429476,1.5588003,29.310722,12.504391,1541.018,21.795816,0.6711377,40.09909,13.148202,127.70469,79.4832,99.276085,8.618488,94.898384,337.58408,238.42885,29.428204,232.19908,68.64395,46.77973,69.29389,114.9902,16.95282,46.17281,478.6781,5.5917645,10.352893,233.1013,22.772985,9.224572,35.799236,33.423588,370.4087,107.70247,165.10774,1631.3317,73.8059,1661.5579,1563.348,11.054879,10.196673,1616.6962,20.896679,16.256083,418.96924,34.690426,59.842945,27.258087,100.13315,260.72388,408.9297,4.940387,41.36391,132.93465,357.44147,8.729796,88.81023,9.751949,1.4871247,58.62745,0.99933547,1.1376877,3.2867203,10.821079,28.653372,17.843548,23.038307,432.1027,48.11593,26.37644,35.53881,12.519815,95.722786,8.9477825,63.448387,9.599597,67.99279,16.767948,25.118689,36.233334,9.582762,39.35386,29.123587,1.153039,60.293,10.150067,219.71643,7.106127,278.0512,20.913134,1080.1515,124.42012,3.0574005,9.906497,147.30977,184.09602,920.5503,907.772 +2023-01-14 16:00:00,0.0,2338.279,41.25379,7.6700306,31.791836,27.482689,234.83809,28.01529,48.37258,18.279593,27.156721,239.23433,131.93083,14.347778,54.122147,2.5767329,2.03578,44.85626,53.336662,41.319313,557.84204,24.521505,642.6809,130.56,30.849651,83.81515,324.20496,74.40612,913.28314,255.97751,2509.3184,41.55422,2636.571,447.02097,26.319948,23.0601,131.36272,232.09448,296.2238,686.8804,40.55914,20.299366,10.377452,489.00494,292.02274,77.76471,6.8859243,572.3268,12.981013,594.2033,7.886889,30.065887,0.0,817.7687,1750.2892,0.2658199,73.22841,14.504994,10469.92,29.786316,1.1946089,5.3885303,15.648793,10.516664,3.412356,8.696416,263.4067,47.565712,4.455702,0.74098384,4.045451,195.36589,0.85053265,143.431,115.794624,2144.3025,170.92651,96.2516,168.31541,786.98206,55.51018,43.109955,914.9368,51.99532,80.28857,10.027756,24.336048,205.12952,11.420808,9.9116535,55.491524,18.235178,4097.2744,17.989656,27.384409,15.928656,11.411121,288.74014,54.531693,30.091398,8.213843,7.593831,13.267962,54.921513,84.994026,40.424194,186.81955,18.56684,7.751026,49.675514,24.235107,34.949528,117.07433,16.415377,1.5585215,29.333166,12.501876,1540.2255,21.800041,0.6706759,40.15161,13.153541,127.728424,79.4595,99.26119,8.621122,94.92231,337.5994,238.40958,29.438164,232.1688,68.59964,46.77689,69.293045,115.06145,16.965492,46.19221,478.64792,5.599745,10.367336,233.20435,22.768665,9.226315,35.83408,33.449978,370.76697,107.77755,165.11568,1632.0137,73.72385,1661.4185,1563.1127,11.050215,10.189247,1616.3357,20.888292,16.246595,418.89474,34.67258,59.815323,27.252293,100.070435,260.70493,408.84366,4.938645,41.34908,132.81831,357.3839,8.724806,88.80246,9.748387,1.4868459,58.625027,0.99938005,1.1378454,3.2872365,10.820084,28.643785,17.83946,23.04301,431.55103,48.09946,26.362518,35.528225,12.513979,95.75672,8.937277,63.558426,9.595161,67.97693,16.746819,25.083565,36.202778,9.580645,39.320126,29.091396,1.1527965,60.277954,10.149169,219.70856,7.1050873,277.9857,20.908747,1080.3566,124.39277,3.0570567,9.904587,147.28334,184.06525,920.4797,907.87244 +2023-01-14 17:00:00,0.0,2337.7065,41.237335,7.6642747,31.745327,27.466265,234.72765,28.00966,48.358734,18.277157,27.15221,239.24171,131.92566,14.344201,54.114674,2.5834503,2.0406108,44.83709,53.450447,41.369457,557.6016,24.556753,642.20764,130.57678,30.899488,83.92425,323.9562,74.420494,913.5242,255.98405,2508.4531,41.583984,2635.9626,447.53098,26.347086,23.076736,131.52039,232.09169,296.25607,687.4892,40.557796,20.2883,10.376527,488.95587,292.26562,77.845184,6.88473,572.3909,12.983221,594.1983,7.892953,30.068985,0.0,817.99744,1750.3011,0.2658613,73.177025,14.505619,10471.72,29.798775,1.1952672,5.387276,15.649046,10.527062,3.4165654,8.696768,263.49155,47.543385,4.4546494,0.7412892,4.049624,195.60323,0.8499505,143.4482,115.72997,2145.5918,170.8117,96.28132,168.37074,787.03784,55.562378,43.144253,915.66425,51.986286,80.29656,10.02727,24.350975,205.17632,11.423383,9.9106245,55.503548,18.241152,4097.5464,17.989498,27.406921,15.929467,11.41668,288.80286,54.545334,30.109207,8.216563,7.597163,13.264413,54.918907,85.02636,40.45262,186.84044,18.567774,7.761166,49.69146,24.22965,34.928947,117.08285,16.401276,1.5582426,29.35561,12.499361,1539.433,21.804264,0.6702141,40.204132,13.15888,127.75217,79.4358,99.2463,8.623757,94.946236,337.61475,238.39032,29.448126,232.1385,68.55533,46.77405,69.29219,115.13269,16.978165,46.211617,478.6177,5.607725,10.38178,233.30737,22.764343,9.228056,35.868927,33.47637,371.12527,107.85264,165.12363,1632.6958,73.6418,1661.2792,1562.8774,11.045551,10.181821,1615.9753,20.879906,16.237108,418.82025,34.65474,59.7877,27.2465,100.00771,260.686,408.75763,4.936903,41.334244,132.70198,357.32632,8.719814,88.794685,9.744825,1.486567,58.6226,0.99942464,1.138003,3.2877524,10.819088,28.6342,17.835373,23.047714,430.99933,48.082996,26.348598,35.517643,12.5081415,95.79066,8.92677,63.66846,9.590726,67.96106,16.72569,25.048439,36.172222,9.578528,39.28639,29.059206,1.1525542,60.26291,10.148271,219.70067,7.1040483,277.92014,20.90436,1080.5616,124.365425,3.056713,9.902677,147.25691,184.03448,920.409,907.97284 +2023-01-14 18:00:00,0.0,2337.134,41.220882,7.6585193,31.698816,27.44984,234.61722,28.004032,48.34489,18.274723,27.147697,239.24911,131.92049,14.340625,54.1072,2.5901675,2.0454416,44.817917,53.564236,41.4196,557.36115,24.592003,641.7343,130.59357,30.949326,84.03335,323.7075,74.43486,913.76526,255.99059,2507.588,41.61375,2635.354,448.04102,26.374224,23.09337,131.67804,232.0889,296.28836,688.098,40.55645,20.277233,10.375602,488.90677,292.5085,77.92567,6.8835354,572.45514,12.985429,594.19324,7.8990173,30.072083,0.0,818.2263,1750.313,0.26590267,73.12565,14.506244,10473.519,29.811234,1.1959255,5.3860216,15.649299,10.537461,3.420775,8.69712,263.57642,47.521057,4.453597,0.7415946,4.053797,195.84055,0.84936833,143.4654,115.66532,2146.8813,170.6969,96.311035,168.42607,787.09357,55.61458,43.178555,916.39166,51.97725,80.30456,10.026784,24.365904,205.22311,11.425958,9.909595,55.51557,18.247128,4097.8184,17.989342,27.429436,15.93028,11.422238,288.8656,54.558975,30.127016,8.219282,7.600496,13.260862,54.9163,85.058685,40.48105,186.86133,18.56871,7.7713056,49.707405,24.224194,34.908367,117.09136,16.387177,1.5579637,29.378054,12.496846,1538.6405,21.808487,0.6697523,40.256653,13.164219,127.7759,79.4121,99.23141,8.626391,94.97016,337.63007,238.37105,29.458086,232.10823,68.511024,46.77121,69.29134,115.20394,16.990837,46.231018,478.58752,5.615706,10.396222,233.4104,22.760023,9.229798,35.90377,33.50276,371.48358,107.92772,165.13156,1633.3777,73.559746,1661.1399,1562.6421,11.040887,10.174396,1615.6149,20.87152,16.227621,418.74573,34.636894,59.760082,27.240705,99.94499,260.66705,408.6716,4.935161,41.319412,132.58565,357.26877,8.714823,88.78692,9.741263,1.4862881,58.62018,0.9994692,1.1381607,3.2882683,10.818092,28.624613,17.831285,23.05242,430.44766,48.066532,26.334677,35.507057,12.502304,95.8246,8.916264,63.778496,9.58629,67.9452,16.704561,25.013315,36.141666,9.576411,39.25265,29.027016,1.1523117,60.247868,10.147372,219.6928,7.103009,277.8546,20.899973,1080.7667,124.33808,3.0563695,9.900766,147.23048,184.00371,920.3384,908.07324 +2023-01-14 19:00:00,0.0,2336.5615,41.204426,7.652764,31.652308,27.433414,234.50679,27.998405,48.331043,18.272287,27.143187,239.2565,131.91533,14.337049,54.099728,2.596885,2.0502727,44.798748,53.67802,41.469746,557.1207,24.62725,641.26105,130.61035,30.999165,84.14245,323.45874,74.449234,914.0063,255.99712,2506.7227,41.643517,2634.7454,448.55106,26.401361,23.110006,131.8357,232.0861,296.32065,688.70685,40.555107,20.266167,10.374677,488.8577,292.7514,78.00614,6.8823414,572.5193,12.987637,594.18823,7.9050813,30.075178,0.0,818.4551,1750.325,0.26594403,73.07427,14.506869,10475.318,29.823692,1.1965837,5.384767,15.649551,10.54786,3.4249845,8.697472,263.66125,47.49873,4.4525447,0.7419,4.05797,196.07788,0.8487862,143.48259,115.60067,2148.1707,170.58209,96.340744,168.48141,787.1493,55.66678,43.212856,917.1191,51.968212,80.31255,10.0262985,24.38083,205.26993,11.428533,9.9085655,55.52759,18.253103,4098.091,17.989183,27.451948,15.931092,11.427796,288.9283,54.572617,30.144825,8.222002,7.603828,13.257313,54.9137,85.09102,40.509476,186.88222,18.569645,7.7814455,49.72335,24.218737,34.887787,117.09988,16.373077,1.5576848,29.4005,12.494331,1537.848,21.81271,0.6692905,40.309174,13.169558,127.799644,79.3884,99.216515,8.629026,94.99409,337.6454,238.35179,29.468048,232.07794,68.46671,46.76837,69.2905,115.275185,17.00351,46.250423,478.5573,5.6236863,10.4106655,233.51344,22.755703,9.23154,35.938618,33.529152,371.8419,108.00281,165.13951,1634.0597,73.4777,1661.0006,1562.4069,11.036222,10.166969,1615.2545,20.863132,16.218134,418.67123,34.619053,59.73246,27.234913,99.88227,260.64813,408.58557,4.933419,41.30458,132.46931,357.21118,8.709832,88.77915,9.737701,1.4860092,58.617756,0.9995138,1.1383184,3.2887845,10.817097,28.615026,17.827198,23.057123,429.89597,48.050068,26.320757,35.49647,12.496468,95.858536,8.905758,63.88853,9.581855,67.92933,16.683432,24.978191,36.11111,9.574294,39.218914,28.994823,1.1520692,60.232822,10.146474,219.6849,7.1019697,277.7891,20.895586,1080.9718,124.31073,3.0560257,9.898856,147.20406,183.97293,920.2677,908.17365 +2023-01-14 20:00:00,0.0,2335.989,41.18797,7.647008,31.605797,27.41699,234.39635,27.992777,48.317196,18.269854,27.138676,239.26389,131.91016,14.333472,54.092255,2.6036024,2.0551035,44.779575,53.79181,41.519894,556.88025,24.6625,640.7877,130.62714,31.049002,84.25155,323.21002,74.46361,914.2473,256.00366,2505.8572,41.673283,2634.137,449.06107,26.4285,23.12664,131.99336,232.08333,296.35294,689.3157,40.553764,20.2551,10.373753,488.80862,292.9943,78.08662,6.881147,572.5835,12.989844,594.18317,7.9111457,30.078276,0.0,818.6839,1750.3369,0.26598543,73.02289,14.507494,10477.118,29.83615,1.197242,5.3835125,15.649804,10.558259,3.429194,8.6978245,263.7461,47.476406,4.4514923,0.7422054,4.062143,196.3152,0.848204,143.49977,115.536026,2149.46,170.46729,96.37046,168.53674,787.2051,55.71898,43.247154,917.84656,51.95918,80.32055,10.025812,24.395758,205.31673,11.431108,9.9075365,55.539616,18.259077,4098.363,17.989027,27.474463,15.931905,11.433355,288.99103,54.586258,30.162634,8.224721,7.6071606,13.253762,54.911095,85.12335,40.537903,186.9031,18.570581,7.791585,49.739296,24.21328,34.867207,117.10839,16.358978,1.557406,29.422943,12.4918165,1537.0555,21.816933,0.6688287,40.361694,13.174896,127.82338,79.3647,99.20162,8.63166,95.018005,337.66074,238.33252,29.478008,232.04765,68.4224,46.76553,69.28964,115.346436,17.016182,46.269825,478.5271,5.6316667,10.425109,233.61647,22.751383,9.233282,35.97346,33.555542,372.2002,108.07789,165.14745,1634.7417,73.395645,1660.8612,1562.1715,11.031559,10.159543,1614.894,20.854748,16.208647,418.59674,34.60121,59.704838,27.229118,99.81955,260.62918,408.49954,4.9316773,41.289745,132.35298,357.15363,8.704841,88.771385,9.734139,1.4857304,58.615334,0.9995584,1.138476,3.2893004,10.816101,28.60544,17.823112,23.061829,429.3443,48.033604,26.306835,35.485886,12.49063,95.89247,8.895251,63.99857,9.577419,67.91347,16.662304,24.943068,36.080555,9.572177,39.185177,28.962633,1.1518267,60.21778,10.145576,219.67703,7.1009307,277.72354,20.8912,1081.1769,124.28339,3.0556822,9.896946,147.17763,183.94215,920.1971,908.27405 +2023-01-14 21:00:00,0.0,2335.4165,41.171513,7.6412525,31.559288,27.400566,234.28592,27.987148,48.30335,18.26742,27.134165,239.27129,131.90498,14.329896,54.08478,2.6103196,2.0599344,44.760406,53.905594,41.570038,556.63983,24.697748,640.31445,130.64394,31.098839,84.36065,322.96127,74.477974,914.48834,256.0102,2504.992,41.703053,2633.5283,449.5711,26.455637,23.143276,132.15102,232.08054,296.38522,689.92444,40.552418,20.244034,10.372828,488.75952,293.23718,78.1671,6.8799524,572.6477,12.992052,594.17816,7.9172096,30.081373,0.0,818.9127,1750.3488,0.2660268,72.97151,14.508119,10478.917,29.848608,1.1979004,5.382258,15.650057,10.568658,3.4334035,8.698176,263.83096,47.45408,4.45044,0.7425108,4.0663157,196.55254,0.84762186,143.51697,115.471375,2150.7493,170.35248,96.40018,168.59207,787.2608,55.771175,43.281456,918.574,51.95014,80.328545,10.025326,24.410686,205.36353,11.433683,9.9065075,55.55164,18.265053,4098.6353,17.988869,27.496975,15.932717,11.438913,289.05377,54.5999,30.180443,8.227441,7.6104927,13.250213,54.90849,85.155685,40.56633,186.924,18.571516,7.801725,49.75524,24.207823,34.846626,117.116905,16.34488,1.557127,29.445387,12.489302,1536.2631,21.821157,0.6683669,40.414215,13.180235,127.84712,79.340996,99.18673,8.6342945,95.04193,337.67606,238.31326,29.48797,232.01736,68.37809,46.76269,69.288795,115.41768,17.028854,46.28923,478.49692,5.639647,10.439551,233.7195,22.747063,9.2350235,36.00831,33.581932,372.5585,108.15298,165.1554,1635.4238,73.3136,1660.7219,1561.9363,11.026895,10.152117,1614.5336,20.846361,16.19916,418.52222,34.583366,59.67722,27.223326,99.75683,260.61026,408.4135,4.9299355,41.274914,132.23665,357.09604,8.699849,88.76362,9.730578,1.4854515,58.61291,0.999603,1.1386337,3.2898164,10.815105,28.595856,17.819025,23.066532,428.7926,48.017136,26.292915,35.475304,12.484793,95.926414,8.884745,64.108604,9.572984,67.8976,16.641174,24.907942,36.05,9.57006,39.15144,28.930443,1.1515843,60.202736,10.144677,219.66914,7.0998917,277.65802,20.886812,1081.3818,124.256035,3.0553384,9.895036,147.1512,183.91138,920.12646,908.3745 +2023-01-14 22:00:00,0.0,2334.844,41.155056,7.635497,31.512777,27.384142,234.17549,27.981522,48.289505,18.264984,27.129652,239.27867,131.89983,14.32632,54.07731,2.617037,2.0647655,44.741234,54.019382,41.620182,556.39935,24.732998,639.8411,130.66072,31.148676,84.46975,322.71255,74.49235,914.7294,256.01672,2504.1267,41.73282,2632.9197,450.08112,26.482775,23.15991,132.30869,232.07774,296.4175,690.53326,40.551075,20.232967,10.371902,488.71045,293.48007,78.247574,6.878758,572.7119,12.99426,594.17316,7.923274,30.08447,0.0,819.14154,1750.3607,0.26606816,72.920135,14.508743,10480.717,29.861067,1.1985587,5.3810034,15.650309,10.579057,3.437613,8.698528,263.9158,47.43175,4.449387,0.7428162,4.0704885,196.78986,0.8470397,143.53416,115.40672,2152.0386,170.23767,96.42989,168.6474,787.3165,55.823376,43.315758,919.3014,51.941105,80.33654,10.02484,24.425613,205.41034,11.436258,9.905478,55.56366,18.271027,4098.907,17.988712,27.51949,15.93353,11.444471,289.1165,54.61354,30.198254,8.230161,7.6138253,13.246663,54.905888,85.18802,40.594757,186.94489,18.57245,7.8118644,49.771187,24.202366,34.826042,117.12542,16.33078,1.556848,29.467833,12.486787,1535.4706,21.82538,0.66790515,40.466732,13.185574,127.87086,79.3173,99.17184,8.6369295,95.06586,337.69138,238.29399,29.497932,231.98708,68.33378,46.75985,69.28794,115.48892,17.041527,46.30863,478.4667,5.647628,10.453995,233.82254,22.742743,9.236765,36.04315,33.608322,372.9168,108.22806,165.16333,1636.1058,73.231544,1660.5826,1561.7009,11.022231,10.1446905,1614.1732,20.837975,16.189672,418.44772,34.565525,59.649597,27.217531,99.69411,260.59134,408.32748,4.928193,41.260082,132.12032,357.03848,8.694859,88.75585,9.727016,1.4851726,58.610485,0.99964756,1.1387913,3.2903326,10.81411,28.58627,17.814938,23.071236,428.24094,48.00067,26.278994,35.464718,12.478955,95.96035,8.874239,64.21864,9.568548,67.88174,16.620045,24.872818,36.019444,9.567944,39.117706,28.89825,1.1513419,60.18769,10.143779,219.66127,7.098852,277.59247,20.882427,1081.5869,124.22869,3.0549948,9.893126,147.12477,183.8806,920.0558,908.4749 +2023-01-14 23:00:00,0.0,2334.2715,41.1386,7.6297417,31.466269,27.367716,234.06505,27.975893,48.275658,18.26255,27.125141,239.28606,131.89465,14.322743,54.069836,2.6237545,2.0695963,44.722065,54.133167,41.670326,556.15894,24.768246,639.36786,130.6775,31.198513,84.57885,322.4638,74.50672,914.9704,256.0233,2503.2615,41.762585,2632.311,450.59116,26.509912,23.176546,132.46634,232.07495,296.4498,691.1421,40.549732,20.2219,10.370977,488.66138,293.72296,78.32805,6.8775635,572.7761,12.996468,594.1681,7.929338,30.087568,0.0,819.37036,1750.3726,0.26610956,72.86876,14.509368,10482.517,29.873524,1.199217,5.379749,15.65056,10.589456,3.4418225,8.69888,264.00064,47.409424,4.4483347,0.74312156,4.0746617,197.02719,0.84645754,143.55136,115.34207,2153.328,170.12286,96.45961,168.70273,787.3723,55.875576,43.350056,920.0288,51.93207,80.344536,10.024354,24.44054,205.45714,11.438833,9.9044485,55.575684,18.277002,4099.179,17.988554,27.542004,15.934341,11.450029,289.1792,54.627182,30.216063,8.23288,7.6171575,13.243113,54.903282,85.22035,40.623184,186.96577,18.573387,7.8220043,49.787132,24.196909,34.80546,117.133934,16.316679,1.5565692,29.490276,12.484272,1534.678,21.829603,0.66744334,40.519253,13.190912,127.8946,79.293594,99.156944,8.639564,95.08978,337.70673,238.27473,29.507893,231.95679,68.289474,46.75701,69.287094,115.56017,17.0542,46.328037,478.43652,5.655608,10.468438,233.92557,22.738422,9.238507,36.077995,33.634712,373.2751,108.30314,165.17128,1636.7878,73.1495,1660.4432,1561.4656,11.017567,10.137265,1613.8127,20.829588,16.180185,418.3732,34.547684,59.621975,27.211737,99.631386,260.5724,408.24146,4.926451,41.245247,132.00398,356.9809,8.689867,88.748085,9.723454,1.4848938,58.608063,0.99969214,1.138949,3.2908485,10.813114,28.576683,17.81085,23.075941,427.68924,47.984207,26.265074,35.454132,12.473119,95.994286,8.863732,64.328674,9.564113,67.86587,16.598917,24.837694,35.988888,9.565826,39.08397,28.86606,1.1510994,60.17265,10.14288,219.65338,7.097813,277.52695,20.87804,1081.792,124.20134,3.0546513,9.891216,147.09834,183.84982,919.98517,908.5753 +2023-01-15 00:00:00,0.0,2333.6992,41.122147,7.623986,31.419758,27.351292,233.95462,27.970264,48.26181,18.260117,27.12063,239.29346,131.88948,14.319167,54.062363,2.6304717,2.0744271,44.702892,54.246956,41.720474,555.91846,24.803495,638.89453,130.69429,31.24835,84.68795,322.2151,74.52109,915.2115,256.02982,2502.3962,41.79235,2631.7026,451.10117,26.53705,23.19318,132.624,232.07216,296.4821,691.7509,40.548386,20.210835,10.370052,488.6123,293.96585,78.40853,6.8763695,572.84033,12.998675,594.1631,7.9354024,30.090666,0.0,819.5991,1750.3845,0.26615092,72.817375,14.509993,10484.316,29.885983,1.1998752,5.3784947,15.650814,10.599854,3.446032,8.699232,264.08548,47.387096,4.4472823,0.743427,4.0788345,197.26451,0.8458754,143.56854,115.27742,2154.6172,170.00806,96.48933,168.75807,787.42804,55.927773,43.384357,920.7562,51.923035,80.35253,10.023869,24.45547,205.50394,11.441408,9.9034195,55.587708,18.282978,4099.4517,17.988398,27.564516,15.935154,11.455588,289.24194,54.640823,30.233871,8.2355995,7.62049,13.239563,54.900677,85.252686,40.65161,186.98666,18.574322,7.8321443,49.803078,24.191452,34.78488,117.142456,16.30258,1.5562903,29.51272,12.481757,1533.8855,21.833826,0.6669816,40.571774,13.196252,127.918335,79.2699,99.14205,8.642198,95.11371,337.72205,238.25546,29.517855,231.9265,68.24516,46.75417,69.28625,115.63142,17.066872,46.34744,478.4063,5.6635885,10.482882,234.02861,22.734102,9.240249,36.112843,33.661106,373.6334,108.37823,165.17923,1637.4697,73.067444,1660.304,1561.2303,11.012903,10.129839,1613.4524,20.821201,16.1707,418.2987,34.52984,59.594357,27.205944,99.568665,260.55347,408.15543,4.9247093,41.230415,131.88765,356.92334,8.6848755,88.74032,9.7198925,1.484615,58.60564,0.9997367,1.1391068,3.2913644,10.812119,28.567097,17.806763,23.080645,427.13754,47.967743,26.251152,35.44355,12.467281,96.02823,8.853227,64.43871,9.559677,67.850006,16.577787,24.80257,35.958332,9.563709,39.050232,28.83387,1.150857,60.157604,10.141982,219.64551,7.096774,277.46143,20.873653,1081.9971,124.173996,3.0543075,9.889306,147.07191,183.81906,919.9145,908.6757 +2023-01-15 01:00:00,0.0,2333.1267,41.10569,7.6182303,31.373247,27.334867,233.8442,27.964638,48.247963,18.25768,27.11612,239.30084,131.88432,14.31559,54.05489,2.6371891,2.0792582,44.683723,54.36074,41.77062,555.67804,24.838743,638.42126,130.71107,31.29819,84.79705,321.96637,74.53546,915.4525,256.03635,2501.531,41.822117,2631.094,451.6112,26.564188,23.209816,132.78166,232.06937,296.51437,692.3597,40.547043,20.199768,10.369128,488.5632,294.20874,78.489006,6.875175,572.9045,13.000884,594.158,7.9414663,30.093761,0.0,819.828,1750.3964,0.2661923,72.766,14.510617,10486.115,29.898441,1.2005335,5.37724,15.651066,10.610253,3.4502416,8.699584,264.17035,47.36477,4.44623,0.7437324,4.0830073,197.50185,0.8452932,143.58574,115.21277,2155.9065,169.89325,96.51904,168.8134,787.4838,55.979973,43.418655,921.4837,51.913998,80.36053,10.023382,24.470396,205.55075,11.443983,9.90239,55.599728,18.288952,4099.7236,17.98824,27.58703,15.9359665,11.461146,289.30466,54.654465,30.25168,8.238318,7.623822,13.236012,54.89807,85.28502,40.680042,187.00755,18.575258,7.8422837,49.819023,24.185995,34.7643,117.15097,16.28848,1.5560114,29.535164,12.479243,1533.093,21.838049,0.66651976,40.624294,13.201591,127.94208,79.24619,99.12716,8.644833,95.137634,337.73737,238.2362,29.527815,231.89621,68.20085,46.75133,69.28539,115.70267,17.079544,46.366844,478.37613,5.6715693,10.497324,234.13164,22.729782,9.241991,36.147686,33.687496,373.9917,108.45331,165.18716,1638.1519,72.9854,1660.1647,1560.995,11.008239,10.122413,1613.0919,20.812815,16.161213,418.2242,34.511997,59.566734,27.20015,99.50594,260.53452,408.0694,4.9229674,41.21558,131.77133,356.86575,8.679885,88.73255,9.716331,1.484336,58.603218,0.9997813,1.1392643,3.2918806,10.811123,28.55751,17.802675,23.08535,426.58588,47.95128,26.23723,35.432964,12.461444,96.062164,8.84272,64.548744,9.555242,67.83414,16.556658,24.767445,35.927776,9.561592,39.016495,28.80168,1.1506145,60.142563,10.141084,219.63762,7.0957346,277.39587,20.869267,1082.2021,124.14665,3.053964,9.887396,147.04549,183.78828,919.8439,908.7761 +2023-01-15 02:00:00,0.0,2332.5542,41.089233,7.612475,31.326738,27.318441,233.73375,27.95901,48.23412,18.255247,27.111607,239.30823,131.87915,14.312014,54.047417,2.6439066,2.084089,44.664555,54.47453,41.820763,555.43756,24.873993,637.94794,130.72786,31.348026,84.90615,321.71762,74.549835,915.69354,256.04288,2500.6658,41.851883,2630.4854,452.12122,26.591326,23.22645,132.93933,232.06657,296.54666,692.9685,40.5457,20.188702,10.368203,488.51413,294.45163,78.56948,6.8739805,572.9687,13.003092,594.153,7.9475307,30.096859,0.0,820.05676,1750.4083,0.26623368,72.71462,14.511243,10487.915,29.9109,1.2011918,5.3759856,15.6513195,10.620652,3.454451,8.699936,264.2552,47.342445,4.4451776,0.7440378,4.08718,197.73917,0.84471107,143.60294,115.14812,2157.196,169.77844,96.54876,168.86873,787.53955,56.032173,43.452957,922.2111,51.90496,80.36852,10.022896,24.485323,205.59755,11.446558,9.9013605,55.61175,18.294928,4099.996,17.988083,27.609543,15.936779,11.466704,289.36737,54.668106,30.26949,8.241038,7.6271544,13.232463,54.89547,85.31735,40.70847,187.02844,18.576193,7.8524237,49.834972,24.180538,34.74372,117.159485,16.274382,1.5557325,29.55761,12.476728,1532.3005,21.842272,0.666058,40.676815,13.206929,127.96581,79.222496,99.11227,8.647467,95.16156,337.7527,238.21693,29.537777,231.86594,68.15654,46.74849,69.284546,115.77391,17.092216,46.386246,478.34592,5.6795497,10.511767,234.23466,22.725462,9.243732,36.182533,33.713886,374.35,108.5284,165.19511,1638.8339,72.90334,1660.0253,1560.7598,11.003575,10.114986,1612.7314,20.80443,16.151726,418.1497,34.494156,59.539112,27.194357,99.44322,260.5156,407.98337,4.9212255,41.20075,131.655,356.8082,8.674893,88.724785,9.712769,1.4840572,58.600796,0.9998259,1.139422,3.2923965,10.810127,28.547924,17.798588,23.090054,426.03418,47.93481,26.22331,35.42238,12.455606,96.0961,8.832213,64.65878,9.550807,67.818275,16.535528,24.73232,35.89722,9.559476,38.982758,28.769487,1.150372,60.127518,10.140185,219.62975,7.0946956,277.33035,20.86488,1082.4072,124.1193,3.05362,9.885486,147.01904,183.7575,919.77325,908.8766 +2023-01-15 03:00:00,0.0,2331.9817,41.072777,7.606719,31.280228,27.302017,233.62332,27.95338,48.220272,18.252811,27.107096,239.31563,131.87398,14.308437,54.039944,2.6506238,2.0889199,44.645382,54.588314,41.870907,555.19714,24.90924,637.4747,130.74464,31.397863,85.01525,321.4689,74.5642,915.9346,256.0494,2499.8005,41.88165,2629.877,452.63126,26.618464,23.243086,133.09698,232.06378,296.57895,693.57733,40.544353,20.177635,10.367278,488.46506,294.69452,78.64996,6.872786,573.03284,13.0053,594.14795,7.9535947,30.099957,0.0,820.2856,1750.4202,0.26627505,72.66324,14.511868,10489.715,29.923357,1.20185,5.374731,15.651571,10.631051,3.4586606,8.700288,264.34003,47.320118,4.444125,0.74434316,4.0913534,197.9765,0.84412885,143.62013,115.083466,2158.4854,169.66364,96.578476,168.92406,787.5953,56.084373,43.48726,922.93854,51.895927,80.37652,10.02241,24.500252,205.64435,11.449133,9.9003315,55.62377,18.300901,4100.268,17.987925,27.632057,15.937592,11.472263,289.4301,54.681747,30.287298,8.243757,7.630487,13.228913,54.892864,85.349686,40.736897,187.04933,18.57713,7.862563,49.850918,24.175081,34.72314,117.168,16.260283,1.5554537,29.580053,12.474214,1531.508,21.846497,0.6655962,40.729336,13.212268,127.98955,79.19879,99.097374,8.650102,95.185486,337.76804,238.19768,29.547737,231.83565,68.11223,46.74565,69.2837,115.84516,17.104889,46.40565,478.31573,5.68753,10.526211,234.3377,22.721142,9.245475,36.217377,33.740276,374.7083,108.60348,165.20305,1639.5159,72.8213,1659.886,1560.5244,10.998911,10.10756,1612.3711,20.796043,16.142239,418.0752,34.47631,59.511494,27.188562,99.3805,260.49664,407.89734,4.9194837,41.185917,131.53867,356.7506,8.669902,88.71702,9.709207,1.4837784,58.59837,0.9998705,1.1395797,3.2929125,10.809132,28.53834,17.7945,23.094759,425.4825,47.918346,26.209389,35.411793,12.44977,96.13004,8.821708,64.76882,9.546371,67.80241,16.5144,24.697197,35.866665,9.557359,38.94902,28.737297,1.1501297,60.112473,10.139287,219.62186,7.0936565,277.26483,20.860493,1082.6123,124.09196,3.0532765,9.883575,146.99261,183.72673,919.7026,908.977 +2023-01-15 04:00:00,0.0,2331.4092,41.05632,7.6009636,31.233719,27.285593,233.5129,27.947754,48.206425,18.250378,27.102585,239.32301,131.86882,14.304861,54.03247,2.6573412,2.093751,44.626213,54.702103,41.921055,554.95667,24.944489,637.00134,130.76143,31.4477,85.12435,321.22015,74.578575,916.1756,256.05597,2498.9353,41.91142,2629.2683,453.1413,26.645601,23.25972,133.25464,232.06099,296.61124,694.18616,40.54301,20.166569,10.366353,488.416,294.9374,78.73044,6.871592,573.09705,13.007507,594.14294,7.959659,30.103054,0.0,820.5144,1750.4321,0.2663164,72.61186,14.512492,10491.514,29.935816,1.2025084,5.3734765,15.651825,10.64145,3.4628701,8.700641,264.4249,47.29779,4.4430723,0.7446486,4.095526,198.21384,0.8435467,143.63731,115.018814,2159.7747,169.54883,96.608185,168.97939,787.65106,56.13657,43.521557,923.66595,51.88689,80.384514,10.021924,24.515179,205.69116,11.451708,9.899302,55.635796,18.306877,4100.5405,17.987768,27.65457,15.938404,11.477821,289.49283,54.69539,30.305107,8.246477,7.633819,13.225363,54.89026,85.38202,40.765324,187.07022,18.578064,7.872703,49.866863,24.169624,34.70256,117.17651,16.246181,1.5551747,29.602497,12.471699,1530.7156,21.85072,0.66513443,40.781853,13.217607,128.01329,79.175095,99.08248,8.652736,95.209404,337.78336,238.1784,29.5577,231.80536,68.06792,46.74281,69.282845,115.916405,17.117561,46.425053,478.28552,5.695511,10.540653,234.44073,22.716822,9.247216,36.252224,33.766666,375.06662,108.67856,165.211,1640.1978,72.73924,1659.7467,1560.2891,10.994247,10.100134,1612.0106,20.787657,16.132751,418.0007,34.45847,59.48387,27.182768,99.31778,260.47772,407.8113,4.917742,41.17108,131.42233,356.69305,8.664911,88.70925,9.705646,1.4834995,58.595947,0.99991506,1.1397374,3.2934284,10.808136,28.528753,17.790413,23.099463,424.93082,47.901882,26.195469,35.40121,12.443933,96.16398,8.811201,64.87885,9.541936,67.78654,16.49327,24.662073,35.83611,9.555242,38.915287,28.705107,1.1498872,60.09743,10.138389,219.61397,7.092617,277.19928,20.856106,1082.8174,124.064606,3.052933,9.881665,146.96619,183.69595,919.63196,909.0774 +2023-01-15 05:00:00,0.0,2330.8367,41.039864,7.595208,31.187208,27.269169,233.40245,27.942125,48.192577,18.247944,27.098074,239.3304,131.86365,14.301285,54.024998,2.6640587,2.0985818,44.60704,54.815887,41.9712,554.71625,24.979738,636.5281,130.77821,31.497538,85.23345,320.97144,74.59295,916.4167,256.0625,2498.07,41.941185,2628.6597,453.6513,26.672739,23.276356,133.41231,232.0582,296.64352,694.795,40.541668,20.155502,10.365428,488.36688,295.1803,78.81091,6.8703976,573.16125,13.009715,594.13794,7.965723,30.106152,0.0,820.7432,1750.4441,0.2663578,72.560486,14.513117,10493.313,29.948275,1.2031667,5.372222,15.652077,10.651849,3.4670796,8.700993,264.50974,47.275463,4.44202,0.744954,4.099699,198.45116,0.84296453,143.65451,114.95417,2161.064,169.43402,96.6379,169.03473,787.7068,56.18877,43.55586,924.39343,51.877853,80.39251,10.021438,24.530106,205.73796,11.454284,9.8982725,55.64782,18.312853,4100.8125,17.98761,27.677084,15.939216,11.483379,289.55554,54.70903,30.322916,8.249197,7.6371517,13.221813,54.887657,85.41435,40.79375,187.09111,18.579,7.8828425,49.88281,24.164167,34.68198,117.18503,16.232082,1.5548959,29.624943,12.469184,1529.9231,21.854942,0.6646726,40.834373,13.222945,128.03703,79.15139,99.06759,8.65537,95.23333,337.79868,238.15915,29.567661,231.77507,68.02361,46.73997,69.282,115.98765,17.130234,46.444458,478.2553,5.703491,10.555097,234.54376,22.712502,9.248958,36.287067,33.793056,375.42493,108.75365,165.21893,1640.8799,72.657196,1659.6074,1560.0538,10.989583,10.092709,1611.6503,20.77927,16.123264,417.92618,34.440624,59.45625,27.176975,99.25506,260.45877,407.72528,4.916,41.15625,131.306,356.63547,8.65992,88.701485,9.702084,1.4832206,58.593525,0.99995965,1.139895,3.2939446,10.80714,28.519167,17.786325,23.104166,424.37915,47.885418,26.181547,35.390625,12.438095,96.197914,8.800694,64.98889,9.5375,67.770676,16.472141,24.626947,35.805553,9.553124,38.88155,28.672915,1.1496447,60.082386,10.137491,219.6061,7.091578,277.13376,20.851719,1083.0225,124.03726,3.0525892,9.879755,146.93976,183.66518,919.5613,909.1778 +2023-01-15 06:00:00,0.0,2330.2642,41.02341,7.5894523,31.1407,27.252743,233.29202,27.936497,48.178734,18.245508,27.093561,239.3378,131.85847,14.2977085,54.017525,2.670776,2.1034126,44.58787,54.929676,42.021343,554.47577,25.014986,636.05475,130.795,31.547377,85.34255,320.7227,74.607315,916.6577,256.06903,2497.2048,41.97095,2628.0513,454.16135,26.699877,23.29299,133.56996,232.0554,296.6758,695.40375,40.54032,20.144434,10.364504,488.3178,295.4232,78.891396,6.869203,573.22546,13.011923,594.1329,7.9717875,30.109247,0.0,820.97205,1750.4559,0.26639917,72.5091,14.5137415,10495.113,29.960733,1.203825,5.370968,15.6523285,10.662248,3.4712892,8.7013445,264.59457,47.253136,4.4409676,0.74525934,4.103872,198.68849,0.8423824,143.6717,114.88952,2162.3533,169.31921,96.66762,169.09006,787.7625,56.24097,43.59016,925.12085,51.86882,80.400505,10.020952,24.545034,205.78476,11.456859,9.8972435,55.65984,18.318827,4101.0845,17.987453,27.699596,15.940028,11.488938,289.6183,54.72267,30.340725,8.251916,7.640484,13.218263,54.88505,85.446686,40.822178,187.112,18.579935,7.8929825,49.898754,24.15871,34.6614,117.19354,16.217983,1.5546169,29.647387,12.466669,1529.1306,21.859165,0.66421086,40.886894,13.228284,128.06076,79.12769,99.0527,8.658005,95.257256,337.81403,238.1399,29.577621,231.74478,67.9793,46.73713,69.28115,116.0589,17.142906,46.46386,478.22513,5.7114716,10.56954,234.6468,22.708181,9.2507,36.32191,33.81945,375.7832,108.82873,165.22688,1641.5619,72.57514,1659.468,1559.8185,10.98492,10.085282,1611.2898,20.770884,16.113777,417.85168,34.422783,59.42863,27.17118,99.19234,260.43985,407.63925,4.914258,41.14142,131.18967,356.5779,8.654928,88.69372,9.698522,1.4829417,58.591103,1.0000043,1.1400527,3.2944605,10.806145,28.50958,17.782238,23.108871,423.82745,47.86895,26.167627,35.38004,12.432259,96.23186,8.790189,65.09892,9.533065,67.75481,16.451014,24.591824,35.774998,9.551008,38.847813,28.640724,1.1494023,60.06734,10.136593,219.5982,7.090539,277.06824,20.847332,1083.2274,124.00991,3.0522456,9.877845,146.91333,183.6344,919.49066,909.2782 +2023-01-15 07:00:00,0.0,2329.6917,41.006954,7.583697,31.094189,27.236319,233.1816,27.93087,48.164886,18.243074,27.08905,239.34518,131.85332,14.294132,54.01005,2.6774933,2.1082437,44.5687,55.04346,42.071487,554.23535,25.050236,635.5815,130.81178,31.597214,85.45165,320.47397,74.62169,916.89874,256.07556,2496.3396,42.000717,2627.4426,454.67136,26.727015,23.309626,133.72762,232.05261,296.7081,696.0126,40.53898,20.133368,10.363579,488.26874,295.66608,78.97187,6.8680086,573.2897,13.014131,594.12787,7.9778514,30.112345,0.0,821.2008,1750.4679,0.26644054,72.457726,14.514366,10496.912,29.97319,1.2044833,5.3697133,15.652582,10.6726465,3.4754987,8.701696,264.6794,47.23081,4.439915,0.74556476,4.108045,198.92581,0.8418002,143.6889,114.82487,2163.6426,169.2044,96.697334,169.14539,787.8183,56.293167,43.62446,925.84827,51.859783,80.4085,10.020466,24.559961,205.83157,11.459434,9.8962145,55.671864,18.324802,4101.357,17.987295,27.72211,15.940841,11.494496,289.681,54.736313,30.358536,8.254636,7.6438165,13.214713,54.882446,85.47901,40.850605,187.13289,18.580872,7.903122,49.9147,24.153252,34.640816,117.20206,16.203884,1.554338,29.66983,12.464154,1528.3381,21.863388,0.66374904,40.939415,13.233623,128.0845,79.10399,99.0378,8.660639,95.28118,337.82935,238.12062,29.587584,231.7145,67.93499,46.73429,69.2803,116.13014,17.155579,46.483265,478.19492,5.7194524,10.583982,234.74983,22.70386,9.252441,36.35676,33.84584,376.1415,108.90382,165.23482,1642.2439,72.493095,1659.3287,1559.5833,10.980255,10.077856,1610.9294,20.762497,16.10429,417.7772,34.40494,59.40101,27.165388,99.129616,260.4209,407.55322,4.912516,41.126583,131.07333,356.52032,8.649938,88.68595,9.69496,1.4826629,58.58868,1.0000489,1.1402104,3.2949765,10.805149,28.499994,17.77815,23.113575,423.2758,47.852486,26.153706,35.369457,12.426421,96.26579,8.779682,65.20896,9.528629,67.738945,16.429884,24.5567,35.744442,9.548891,38.814075,28.608534,1.1491598,60.0523,10.1356945,219.59033,7.0894995,277.0027,20.842945,1083.4325,123.98257,3.0519018,9.875935,146.8869,183.60362,919.42004,909.3786 +2023-01-15 08:00:00,0.0,2329.1191,40.990498,7.5779414,31.04768,27.219894,233.07115,27.925241,48.15104,18.24064,27.08454,239.35257,131.84814,14.290556,54.00258,2.6842108,2.1130745,44.54953,55.157246,42.12163,553.9949,25.085484,635.10815,130.82857,31.64705,85.56075,320.22522,74.63606,917.1398,256.0821,2495.4744,42.030483,2626.834,455.1814,26.754152,23.32626,133.88528,232.04982,296.7404,696.6214,40.537636,20.122301,10.362654,488.21967,295.90897,79.052345,6.8668146,573.3539,13.016338,594.1228,7.983916,30.115442,0.0,821.4297,1750.4797,0.26648194,72.40635,14.514991,10498.712,29.98565,1.2051415,5.3684587,15.652834,10.683045,3.4797082,8.702048,264.76428,47.208485,4.438863,0.7458702,4.112218,199.16315,0.84121805,143.7061,114.760216,2164.932,169.0896,96.72705,169.20071,787.874,56.345367,43.65876,926.5757,51.850746,80.4165,10.01998,24.574888,205.87837,11.462008,9.8951845,55.683887,18.330776,4101.629,17.987139,27.744623,15.941653,11.500054,289.7437,54.749954,30.376345,8.257355,7.6471486,13.2111635,54.87984,85.511345,40.879032,187.15378,18.581806,7.913262,49.930645,24.147795,34.620235,117.21057,16.189785,1.5540591,29.692274,12.461639,1527.5457,21.86761,0.6632872,40.991936,13.238962,128.10825,79.08029,99.02291,8.663273,95.30511,337.84467,238.10136,29.597544,231.6842,67.89068,46.73145,69.27945,116.20139,17.168251,46.502666,478.16473,5.7274327,10.598426,234.85286,22.69954,9.254184,36.3916,33.87223,376.49982,108.9789,165.24277,1642.9259,72.41104,1659.1895,1559.3479,10.975592,10.07043,1610.569,20.754112,16.094803,417.70267,34.387096,59.373386,27.159594,99.066895,260.40198,407.4672,4.9107738,41.11175,130.957,356.46277,8.644946,88.678185,9.691398,1.4823841,58.586254,1.0000933,1.140368,3.2954926,10.804153,28.490408,17.774063,23.11828,422.7241,47.83602,26.139786,35.35887,12.420584,96.29973,8.7691765,65.319,9.524194,67.723076,16.408754,24.521576,35.713886,9.546774,38.78034,28.576344,1.1489174,60.037254,10.134796,219.58244,7.0884604,276.93716,20.838558,1083.6376,123.95522,3.0515583,9.874024,146.86047,183.57286,919.34937,909.47906 +2023-01-15 09:00:00,0.0,2328.5466,40.97404,7.572186,31.00117,27.203468,232.96072,27.919613,48.13719,18.238205,27.080029,239.35997,131.84297,14.28698,53.995106,2.690928,2.1179054,44.530357,55.271034,42.17178,553.75446,25.120733,634.6349,130.84535,31.696888,85.66985,319.9765,74.65043,917.3808,256.08865,2494.6091,42.06025,2626.2253,455.6914,26.78129,23.342894,134.04294,232.04704,296.77267,697.2302,40.53629,20.111235,10.361729,488.17056,296.15186,79.13283,6.86562,573.418,13.018546,594.1178,7.9899797,30.11854,0.0,821.65845,1750.4917,0.2665233,72.354965,14.515615,10500.512,29.998108,1.2057998,5.367204,15.653088,10.693444,3.4839177,8.7024,264.84912,47.186157,4.4378104,0.7461755,4.1163907,199.40047,0.8406359,143.72328,114.695564,2166.2212,168.9748,96.75676,169.25604,787.9298,56.397568,43.69306,927.3031,51.841713,80.42449,10.019494,24.589817,205.92517,11.464583,9.8941555,55.695908,18.336752,4101.9014,17.98698,27.767138,15.942466,11.505612,289.80646,54.763596,30.394154,8.260075,7.650481,13.207613,54.87724,85.54368,40.90746,187.17467,18.582743,7.9234014,49.94659,24.142338,34.599655,117.21909,16.175686,1.5537802,29.71472,12.459125,1526.7532,21.871836,0.66282547,41.044456,13.244301,128.13199,79.05659,99.00802,8.665908,95.32903,337.86002,238.08209,29.607506,231.65393,67.84637,46.72861,69.2786,116.27264,17.180923,46.52207,478.13452,5.735413,10.612869,234.9559,22.695219,9.255925,36.42645,33.89862,376.85812,109.05398,165.2507,1643.608,72.328995,1659.05,1559.1125,10.970927,10.063004,1610.2085,20.745726,16.085316,417.62817,34.369255,59.345768,27.153801,99.00417,260.38303,407.38116,4.909032,41.096916,130.84067,356.40518,8.639955,88.67042,9.687836,1.4821051,58.58383,1.0001379,1.1405257,3.2960086,10.803158,28.480824,17.769976,23.122984,422.17242,47.819557,26.125864,35.348286,12.414746,96.33367,8.75867,65.42903,9.519758,67.707214,16.387627,24.48645,35.683334,9.544657,38.7466,28.544151,1.148675,60.022213,10.133898,219.57457,7.0874214,276.87164,20.834173,1083.8427,123.92787,3.0512147,9.872114,146.83405,183.54208,919.27875,909.57947 +2023-01-15 10:00:00,0.0,2327.974,40.957584,7.56643,30.95466,27.187044,232.85028,27.913986,48.12335,18.235771,27.075516,239.36736,131.83781,14.283402,53.987633,2.6976454,2.1227362,44.51119,55.38482,42.221924,553.514,25.155981,634.16156,130.86214,31.746725,85.77895,319.72775,74.6648,917.6219,256.09518,2493.744,42.090015,2625.617,456.20145,26.808428,23.35953,134.20059,232.04425,296.80496,697.839,40.534946,20.100168,10.360804,488.1215,296.39474,79.2133,6.8644257,573.48224,13.020754,594.1128,7.996044,30.121637,0.0,821.8873,1750.5035,0.26656467,72.30359,14.516241,10502.311,30.010567,1.2064581,5.3659496,15.653339,10.703843,3.4881272,8.702752,264.93396,47.16383,4.4367576,0.74648094,4.1205635,199.6378,0.84005374,143.74048,114.63091,2167.5107,168.85999,96.786476,169.31139,787.98553,56.449768,43.72736,928.0306,51.832676,80.43249,10.019008,24.604744,205.97198,11.467158,9.8931265,55.70793,18.342728,4102.1733,17.986824,27.78965,15.943277,11.511171,289.86917,54.777237,30.411963,8.262794,7.6538134,13.204063,54.874634,85.57601,40.935886,187.19556,18.583677,7.9335413,49.962536,24.13688,34.579075,117.22761,16.161585,1.5535014,29.737164,12.45661,1525.9607,21.876059,0.66236365,41.096977,13.2496395,128.15572,79.03289,98.993126,8.668542,95.35296,337.87534,238.06284,29.617468,231.62364,67.80206,46.72577,69.27775,116.34388,17.193596,46.541473,478.10434,5.7433934,10.627312,235.05893,22.690899,9.257667,36.461292,33.92501,377.21643,109.12907,165.25865,1644.29,72.24694,1658.9108,1558.8773,10.966263,10.055578,1609.8481,20.737339,16.075829,417.55365,34.351414,59.318146,27.148006,98.94146,260.3641,407.29514,4.90729,41.082085,130.72435,356.34763,8.634964,88.66265,9.684275,1.4818263,58.58141,1.0001825,1.1406833,3.2965245,10.802162,28.471237,17.765888,23.127687,421.62073,47.803093,26.111942,35.3377,12.40891,96.36761,8.748163,65.53907,9.515323,67.691345,16.366497,24.451326,35.65278,9.54254,38.712868,28.511961,1.1484325,60.007168,10.132999,219.56668,7.086382,276.8061,20.829786,1084.0477,123.90053,3.050871,9.870204,146.80762,183.5113,919.20807,909.6799 +2023-01-15 11:00:00,0.0,2327.4016,40.941128,7.5606747,30.90815,27.17062,232.73985,27.908358,48.1095,18.233335,27.071005,239.37474,131.83264,14.279826,53.98016,2.7043629,2.1275673,44.49202,55.498608,42.272068,553.27356,25.19123,633.6883,130.87894,31.796562,85.888054,319.47903,74.67918,917.8629,256.1017,2492.8787,42.119785,2625.0083,456.71146,26.835566,23.376163,134.35826,232.04146,296.83725,698.4478,40.533604,20.089102,10.3598795,488.07242,296.63763,79.293785,6.863231,573.5464,13.022962,594.1077,8.002109,30.124733,0.0,822.1161,1750.5155,0.26660603,72.25221,14.516866,10504.11,30.023024,1.2071164,5.364695,15.653593,10.714242,3.4923368,8.703104,265.01883,47.141502,4.435705,0.74678636,4.124737,199.87512,0.8394716,143.75768,114.56626,2168.8,168.74518,96.8162,169.36671,788.04126,56.501965,43.76166,928.758,51.82364,80.44048,10.018522,24.61967,206.01878,11.469733,9.8920965,55.719955,18.348701,4102.446,17.986666,27.812164,15.94409,11.516729,289.9319,54.79088,30.429771,8.265513,7.657146,13.200513,54.87203,85.608345,40.964314,187.21645,18.584612,7.943681,49.97848,24.131424,34.558495,117.23612,16.147486,1.5532224,29.759607,12.454095,1525.1682,21.880281,0.6619019,41.149494,13.254978,128.17946,79.009186,98.97823,8.671177,95.37688,337.89066,238.04356,29.627428,231.59335,67.75775,46.72293,69.2769,116.41513,17.206268,46.56088,478.07413,5.7513742,10.641755,235.16196,22.686579,9.259409,36.49614,33.9514,377.57474,109.20415,165.26659,1644.9719,72.164894,1658.7715,1558.642,10.961599,10.048152,1609.4877,20.728952,16.066341,417.47916,34.33357,59.290524,27.142212,98.87874,260.34515,407.2091,4.905548,41.067253,130.60802,356.29004,8.629972,88.654884,9.680713,1.4815475,58.578987,1.0002271,1.140841,3.2970407,10.801167,28.46165,17.7618,23.132393,421.06906,47.786625,26.098022,35.327118,12.403072,96.40154,8.737658,65.64911,9.510887,67.67548,16.345367,24.416203,35.622223,9.540423,38.67913,28.47977,1.14819,59.992123,10.132101,219.5588,7.085343,276.74057,20.8254,1084.2528,123.87318,3.0505273,9.868295,146.78119,183.48053,919.13745,909.7803 +2023-01-15 12:00:00,0.0,2326.8293,40.924675,7.5549192,30.86164,27.154194,232.62943,27.902729,48.095654,18.230902,27.066494,239.38214,131.82747,14.27625,53.972687,2.71108,2.1323981,44.472847,55.612392,42.322212,553.0331,25.226479,633.21497,130.89572,31.846401,85.997154,319.2303,74.69355,918.10394,256.10825,2492.0132,42.14955,2624.3997,457.2215,26.862703,23.3928,134.51591,232.03867,296.86954,699.05664,40.532257,20.078035,10.358954,488.02332,296.88052,79.37426,6.862037,573.6106,13.025169,594.1027,8.008172,30.12783,0.0,822.3449,1750.5275,0.26664743,72.20083,14.51749,10505.91,30.035482,1.2077746,5.363441,15.653845,10.724641,3.4965463,8.703457,265.10367,47.119175,4.434653,0.7470917,4.1289096,200.11246,0.8388894,143.77487,114.50162,2170.0894,168.63037,96.84592,169.42204,788.09705,56.554165,43.79596,929.4854,51.814606,80.44848,10.018036,24.6346,206.0656,11.472309,9.8910675,55.731976,18.354677,4102.718,17.98651,27.834677,15.944902,11.522287,289.99463,54.80452,30.44758,8.268233,7.660478,13.196963,54.869423,85.64068,40.99274,187.23734,18.585548,7.9538207,49.994427,24.125967,34.537914,117.24464,16.133387,1.5529436,29.782053,12.45158,1524.3757,21.884504,0.6614401,41.202015,13.260317,128.2032,78.98549,98.96334,8.673811,95.4008,337.906,238.0243,29.63739,231.56306,67.71344,46.72009,69.276054,116.486374,17.21894,46.58028,478.0439,5.7593546,10.6561985,235.265,22.682259,9.26115,36.530983,33.977795,377.93304,109.279236,165.27454,1645.6539,72.08284,1658.6321,1558.4067,10.956935,10.040726,1609.1273,20.720566,16.056854,417.40466,34.315727,59.262905,27.13642,98.81602,260.32623,407.12308,4.903806,41.052418,130.49168,356.23248,8.624981,88.64712,9.677151,1.4812685,58.57656,1.0002717,1.1409987,3.2975566,10.800171,28.452065,17.757713,23.137096,420.51736,47.77016,26.0841,35.316532,12.397235,96.435486,8.727151,65.75914,9.506452,67.659615,16.324238,24.381079,35.591667,9.538306,38.645393,28.447578,1.1479475,59.97708,10.131203,219.55092,7.084304,276.67505,20.821012,1084.4579,123.84583,3.0501835,9.8663845,146.75476,183.44975,919.06683,909.8807 +2023-01-15 13:00:00,0.0,2326.2568,40.90822,7.5491633,30.81513,27.13777,232.51898,27.897102,48.081806,18.228468,27.061983,239.38953,131.82231,14.272674,53.965214,2.7177975,2.137229,44.45368,55.72618,42.37236,552.79266,25.261728,632.7417,130.9125,31.896238,86.106255,318.98157,74.70792,918.345,256.11478,2491.148,42.179317,2623.7913,457.73154,26.889843,23.409433,134.67358,232.03587,296.90182,699.66547,40.530914,20.066969,10.358029,487.97424,297.1234,79.454735,6.8608427,573.6748,13.027378,594.09766,8.014236,30.130928,0.0,822.5737,1750.5393,0.2666888,72.14945,14.518115,10507.709,30.047941,1.208433,5.3621864,15.6540985,10.73504,3.5007558,8.703809,265.1885,47.09685,4.4336004,0.7473971,4.1330824,200.34978,0.83830726,143.79205,114.436966,2171.3787,168.51556,96.87563,169.47737,788.1528,56.606365,43.83026,930.2128,51.80557,80.456474,10.01755,24.649527,206.1124,11.474884,9.8900385,55.744,18.360651,4102.9897,17.986351,27.857191,15.945715,11.527846,290.05734,54.81816,30.46539,8.270952,7.6638103,13.193413,54.86682,85.67301,41.021168,187.25822,18.586483,7.96396,50.010372,24.12051,34.517334,117.25315,16.119287,1.5526646,29.804497,12.449065,1523.5833,21.888727,0.6609783,41.254536,13.2656555,128.22694,78.961784,98.94845,8.676445,95.42473,337.92133,238.00504,29.64735,231.53278,67.66913,46.71725,69.2752,116.557625,17.231613,46.599686,478.01373,5.767335,10.670641,235.36803,22.677938,9.262893,36.56583,34.004185,378.29132,109.35432,165.28247,1646.336,72.00079,1658.4928,1558.1714,10.952271,10.033299,1608.7668,20.712181,16.047369,417.33014,34.297882,59.235283,27.130625,98.753296,260.30728,407.03705,4.9020643,41.037586,130.37535,356.1749,8.61999,88.63935,9.673589,1.4809897,58.57414,1.0003163,1.1411563,3.2980726,10.799175,28.442478,17.753626,23.141802,419.9657,47.753696,26.07018,35.305946,12.391398,96.46942,8.716644,65.86918,9.502016,67.64375,16.30311,24.345953,35.56111,9.536189,38.611656,28.415388,1.1477052,59.962036,10.130304,219.54305,7.0832644,276.6095,20.816626,1084.663,123.81848,3.04984,9.864474,146.72833,183.41898,918.99615,909.98114 +2023-01-15 14:00:00,0.0,2325.6843,40.89176,7.543408,30.76862,27.121346,232.40855,27.891474,48.067963,18.226032,27.05747,239.39691,131.81714,14.269097,53.95774,2.724515,2.14206,44.434505,55.839966,42.422504,552.5522,25.296976,632.2684,130.92929,31.946075,86.215355,318.73282,74.72229,918.586,256.12134,2490.2827,42.209084,2623.1826,458.24155,26.91698,23.42607,134.83124,232.03308,296.9341,700.2743,40.52957,20.055902,10.357104,487.92517,297.3663,79.53522,6.859648,573.739,13.029586,594.09265,8.020301,30.134026,0.0,822.80255,1750.5513,0.26673016,72.098076,14.51874,10509.509,30.060398,1.2090913,5.360932,15.65435,10.745439,3.5049655,8.704161,265.27335,47.074524,4.432548,0.74770254,4.137255,200.58711,0.83772504,143.80925,114.372314,2172.668,168.40076,96.90535,169.5327,788.2085,56.658566,43.864563,930.9403,51.79653,80.46447,10.017064,24.664454,206.1592,11.477459,9.889009,55.75602,18.366627,4103.262,17.986195,27.879704,15.9465275,11.533404,290.12006,54.831802,30.483198,8.273672,7.667143,13.189863,54.864216,85.705345,41.0496,187.27911,18.58742,7.9741,50.026318,24.115053,34.496754,117.261665,16.105188,1.5523857,29.82694,12.44655,1522.7908,21.892952,0.6605165,41.307056,13.270994,128.25067,78.93809,98.933556,8.67908,95.448654,337.93665,237.98578,29.657312,231.50249,67.62482,46.71441,69.27435,116.62887,17.244286,46.619087,477.98352,5.7753158,10.685084,235.47105,22.673618,9.264634,36.600674,34.030575,378.64963,109.4294,165.29042,1647.0181,71.91874,1658.3535,1557.936,10.947607,10.025873,1608.4064,20.703794,16.037882,417.25565,34.28004,59.20766,27.124832,98.690575,260.28836,406.95102,4.9003224,41.022755,130.25902,356.11734,8.614999,88.631584,9.670027,1.4807109,58.571716,1.0003608,1.141314,3.2985888,10.798179,28.432892,17.749538,23.146505,419.414,47.737232,26.05626,35.295364,12.385561,96.50336,8.706139,65.97921,9.497581,67.627884,16.28198,24.31083,35.530556,9.534072,38.57792,28.383198,1.1474627,59.946995,10.129406,219.53516,7.0822253,276.54398,20.812239,1084.868,123.79114,3.0494964,9.862564,146.7019,183.3882,918.92554,910.08154 +2023-01-15 15:00:00,0.0,2325.1118,40.875305,7.5376525,30.72211,27.104921,232.29813,27.885845,48.054115,18.223598,27.05296,239.40431,131.81197,14.265521,53.950268,2.7312322,2.1468909,44.415337,55.953754,42.47265,552.31177,25.332226,631.7951,130.94608,31.995913,86.324455,318.4841,74.736664,918.8271,256.12787,2489.4175,42.23885,2622.574,458.7516,26.944118,23.442703,134.9889,232.03029,296.9664,700.88306,40.528225,20.044836,10.356179,487.8761,297.6092,79.61569,6.8584538,573.80316,13.031794,594.0876,8.026365,30.137123,0.0,823.0314,1750.5631,0.26677155,72.04669,14.519364,10511.309,30.072857,1.2097496,5.3596773,15.654602,10.755837,3.509175,8.704513,265.35822,47.052197,4.4314957,0.7480079,4.1414285,200.82445,0.8371429,143.82645,114.30766,2173.9573,168.28595,96.93506,169.58804,788.2643,56.710762,43.89886,931.6677,51.7875,80.472466,10.016578,24.679382,206.20601,11.480034,9.8879795,55.768044,18.372602,4103.534,17.986036,27.902218,15.94734,11.538962,290.1828,54.845444,30.501009,8.276391,7.670475,13.186314,54.86161,85.73768,41.078026,187.3,18.588354,7.9842396,50.042263,24.109596,34.476173,117.27018,16.091087,1.5521069,29.849384,12.444036,1521.9983,21.897175,0.66005474,41.359577,13.276334,128.27441,78.91438,98.91866,8.681714,95.47258,337.952,237.9665,29.667273,231.4722,67.58051,46.71157,69.2735,116.70012,17.256958,46.638493,477.95334,5.783296,10.699528,235.5741,22.669298,9.2663765,36.635517,34.056965,379.00793,109.504486,165.29836,1647.7,71.83669,1658.2141,1557.7008,10.942944,10.018448,1608.046,20.695408,16.028395,417.18115,34.2622,59.180042,27.119038,98.62785,260.2694,406.865,4.8985806,41.00792,130.14268,356.05975,8.610007,88.62382,9.666465,1.480432,58.569294,1.0004054,1.1414716,3.2991047,10.797183,28.423307,17.745451,23.151209,418.86234,47.720768,26.04234,35.28478,12.379724,96.5373,8.695632,66.08925,9.493145,67.61202,16.26085,24.275705,35.5,9.531956,38.54418,28.351007,1.1472203,59.93195,10.128508,219.52728,7.0811863,276.47842,20.807852,1085.0731,123.763794,3.0491526,9.860654,146.67548,183.35744,918.85486,910.18195 +2023-01-15 16:00:00,0.0,2324.5393,40.85885,7.5318966,30.6756,27.088495,232.18768,27.880219,48.040268,18.221165,27.048449,239.4117,131.80681,14.261945,53.942795,2.7379496,2.1517217,44.396164,56.06754,42.522793,552.0713,25.367474,631.3218,130.96286,32.04575,86.433556,318.23535,74.75103,919.0681,256.1344,2488.5522,42.268616,2621.9656,459.2616,26.971256,23.45934,135.14656,232.0275,296.9987,701.4919,40.526882,20.03377,10.355255,487.827,297.85208,79.69617,6.8572598,573.86743,13.034001,594.0826,8.032429,30.140219,0.0,823.26013,1750.5751,0.26681292,71.995316,14.519989,10513.107,30.085316,1.2104079,5.3584228,15.654856,10.766236,3.5133846,8.7048645,265.44305,47.02987,4.430443,0.7483133,4.1456013,201.06177,0.8365607,143.84364,114.24301,2175.2466,168.17114,96.964775,169.64337,788.32,56.762962,43.933163,932.39514,51.77846,80.48045,10.016092,24.69431,206.2528,11.482609,9.8869505,55.780067,18.378576,4103.8066,17.98588,27.92473,15.948152,11.544521,290.2455,54.859085,30.518818,8.279111,7.6738076,13.182763,54.85901,85.77001,41.106453,187.32088,18.58929,7.9943795,50.058212,24.10414,34.45559,117.278694,16.076988,1.5518279,29.87183,12.441521,1521.2058,21.901398,0.6595929,41.412098,13.2816725,128.29816,78.890686,98.90377,8.684348,95.496506,337.96732,237.94725,29.677235,231.44191,67.5362,46.70873,69.27265,116.77136,17.26963,46.657894,477.92313,5.7912765,10.71397,235.67712,22.664978,9.268118,36.670364,34.083355,379.36624,109.57957,165.3063,1648.382,71.75464,1658.0748,1557.4655,10.938279,10.011022,1607.6855,20.687021,16.018908,417.10663,34.244354,59.15242,27.113245,98.56513,260.2505,406.77896,4.8968387,40.993088,130.02635,356.0022,8.605017,88.61605,9.662903,1.4801531,58.56687,1.00045,1.1416293,3.2996206,10.796187,28.413721,17.741365,23.155914,418.31064,47.7043,26.028418,35.274193,12.373886,96.571236,8.685126,66.19929,9.488709,67.59615,16.239723,24.240582,35.469444,9.529839,38.510445,28.318815,1.1469778,59.916904,10.127609,219.5194,7.080147,276.4129,20.803465,1085.2781,123.73644,3.048809,9.858744,146.64903,183.32666,918.78424,910.28235 +2023-01-15 17:00:00,0.0,2323.9668,40.842392,7.526141,30.629091,27.072071,232.07726,27.87459,48.02642,18.218729,27.043938,239.41908,131.80164,14.2583685,53.93532,2.744667,2.1565528,44.376995,56.181328,42.572937,551.8309,25.402723,630.8485,130.97964,32.09559,86.542656,317.98663,74.7654,919.30914,256.14093,2487.687,42.29838,2621.357,459.77164,26.998394,23.475973,135.30423,232.0247,297.03098,702.1007,40.52554,20.022703,10.35433,487.77792,298.09497,79.77665,6.8560653,573.9316,13.036209,594.0776,8.038493,30.143316,0.0,823.489,1750.5869,0.2668543,71.94394,14.520614,10514.907,30.097775,1.2110661,5.357168,15.6551075,10.776635,3.517594,8.705216,265.5279,47.00754,4.4293904,0.7486187,4.149774,201.2991,0.83597857,143.86082,114.17836,2176.536,168.05634,96.99449,169.6987,788.37573,56.815163,43.967464,933.12256,51.769424,80.48845,10.015606,24.709236,206.2996,11.485184,9.8859215,55.792088,18.384552,4104.0786,17.985722,27.947245,15.948964,11.550079,290.30826,54.872726,30.536627,8.28183,7.6771398,13.179214,54.856403,85.802345,41.13488,187.34177,18.590225,8.004519,50.074158,24.098682,34.43501,117.28721,16.06289,1.5515491,29.894274,12.439006,1520.4133,21.90562,0.65913117,41.464615,13.287011,128.3219,78.86698,98.88888,8.686983,95.52043,337.98264,237.92798,29.687197,231.41164,67.49189,46.70589,69.271805,116.842606,17.282303,46.6773,477.89294,5.7992573,10.728414,235.78015,22.660658,9.269859,36.705208,34.109745,379.72455,109.654655,165.31424,1649.0641,71.67259,1657.9355,1557.2302,10.933616,10.003595,1607.3252,20.678635,16.00942,417.03214,34.226513,59.124798,27.10745,98.50241,260.23154,406.69293,4.8950963,40.978256,129.91002,355.9446,8.600025,88.608284,9.659342,1.4798743,58.564445,1.0004946,1.141787,3.3001368,10.795192,28.404135,17.737278,23.160618,417.75897,47.687836,26.014498,35.263607,12.36805,96.60517,8.67462,66.30932,9.484274,67.58029,16.218594,24.205456,35.43889,9.527721,38.47671,28.286625,1.1467354,59.901863,10.126711,219.51152,7.0791078,276.34738,20.799078,1085.4832,123.7091,3.0484655,9.856833,146.6226,183.29588,918.7136,910.38275 +2023-01-15 18:00:00,0.0,2323.3943,40.82594,7.5203857,30.58258,27.055647,231.96683,27.868961,48.012577,18.216295,27.039425,239.42648,131.79646,14.254792,53.92785,2.7513843,2.1613836,44.357822,56.295113,42.623085,551.5904,25.437971,630.3752,130.99643,32.145424,86.65176,317.73788,74.77978,919.5502,256.14746,2486.8218,42.328148,2620.7483,460.28165,27.025532,23.492609,135.46188,232.02191,297.06326,702.70953,40.524193,20.011637,10.353405,487.72885,298.33786,79.857124,6.854871,573.9958,13.038417,594.0725,8.044558,30.146414,0.0,823.7178,1750.5989,0.26689568,71.892555,14.521239,10516.707,30.110231,1.2117244,5.355914,15.655361,10.787034,3.5218036,8.705568,265.61276,46.985214,4.428338,0.7489241,4.153947,201.53642,0.8353964,143.87802,114.11371,2177.8254,167.94153,97.02421,169.75403,788.4315,56.86736,44.001762,933.85,51.76039,80.496445,10.0151205,24.724163,206.34642,11.487759,9.8848915,55.80411,18.390528,4104.3506,17.985565,27.969759,15.949777,11.555637,290.37097,54.886364,30.554436,8.28455,7.6804724,13.175663,54.853798,85.83467,41.163307,187.36266,18.591162,8.014659,50.090103,24.093225,34.41443,117.29573,16.04879,1.5512701,29.916718,12.436491,1519.6208,21.909843,0.65866935,41.517136,13.29235,128.34563,78.843285,98.873985,8.689617,95.54435,337.998,237.90872,29.697157,231.38135,67.44758,46.70305,69.27095,116.91386,17.294975,46.6967,477.86273,5.8072376,10.742857,235.8832,22.656338,9.271602,36.740055,34.13614,380.08286,109.72974,165.32219,1649.7461,71.59054,1657.7963,1556.9949,10.928951,9.996169,1606.9647,20.670248,15.999933,416.95764,34.20867,59.09718,27.101656,98.43969,260.21262,406.6069,4.8933544,40.96342,129.79369,355.88705,8.595034,88.60052,9.65578,1.4795954,58.562023,1.0005392,1.1419446,3.3006527,10.794196,28.394548,17.73319,23.165323,417.20728,47.67137,26.000576,35.253025,12.362212,96.639114,8.664113,66.41936,9.479838,67.56442,16.197464,24.170332,35.408333,9.525604,38.442974,28.254435,1.146493,59.886818,10.125813,219.50363,7.0780687,276.28183,20.794691,1085.6882,123.68175,3.0481217,9.854923,146.59618,183.2651,918.64294,910.4832 +2023-01-15 19:00:00,0.0,2322.8218,40.809483,7.5146303,30.536072,27.03922,231.85638,27.863335,47.99873,18.21386,27.034914,239.43387,131.7913,14.251215,53.920376,2.7581017,2.1662145,44.338654,56.4089,42.67323,551.35,25.47322,629.90186,131.01321,32.195263,86.76086,317.48917,74.79414,919.7912,256.15402,2485.9565,42.357918,2620.1396,460.7917,27.05267,23.509243,135.61954,232.01912,297.09555,703.3183,40.52285,20.00057,10.35248,487.67978,298.58075,79.9376,6.8536763,574.05994,13.040625,594.0675,8.050622,30.149511,0.0,823.9466,1750.6107,0.26693705,71.84118,14.521864,10518.506,30.12269,1.2123827,5.3546596,15.655613,10.797433,3.5260131,8.70592,265.6976,46.96289,4.4272857,0.7492295,4.15812,201.77376,0.83481425,143.89522,114.04906,2179.1147,167.82672,97.053925,169.80936,788.48724,56.91956,44.036064,934.57745,51.751354,80.50444,10.014634,24.73909,206.39322,11.490334,9.8838625,55.816135,18.396502,4104.623,17.985407,27.992271,15.950589,11.561195,290.4337,54.900005,30.572245,8.28727,7.6838045,13.172113,54.851192,85.867004,41.191734,187.38354,18.592096,8.024798,50.10605,24.087769,34.39385,117.304245,16.03469,1.5509913,29.939163,12.433976,1518.8284,21.914066,0.65820754,41.569656,13.2976885,128.36937,78.81958,98.85909,8.692252,95.568275,338.0133,237.88945,29.707119,231.35106,67.40327,46.70021,69.2701,116.9851,17.307648,46.716106,477.83255,5.815218,10.7573,235.98622,22.652018,9.273343,36.7749,34.16253,380.44116,109.804825,165.33012,1650.4281,71.50849,1657.6569,1556.7596,10.924288,9.988743,1606.6042,20.661863,15.990446,416.88312,34.190826,59.069557,27.095863,98.37697,260.19366,406.52087,4.8916125,40.94859,129.67735,355.82947,8.590043,88.59275,9.652218,1.4793166,58.5596,1.0005838,1.1421024,3.3011687,10.7932005,28.384962,17.729103,23.170027,416.6556,47.654907,25.986654,35.24244,12.356375,96.67305,8.653607,66.52939,9.475404,67.54856,16.176336,24.135208,35.377777,9.523488,38.409237,28.222244,1.1462505,59.871773,10.124914,219.49576,7.077029,276.2163,20.790304,1085.8933,123.6544,3.0477781,9.853013,146.56975,183.23433,918.5723,910.5836 +2023-01-15 20:00:00,0.0,2322.2493,40.793026,7.5088744,30.489561,27.022797,231.74596,27.857706,47.984882,18.211426,27.030403,239.44125,131.78613,14.247639,53.912903,2.7648191,2.1710455,44.319485,56.522686,42.723373,551.1095,25.508469,629.4286,131.03,32.245102,86.86996,317.24042,74.80852,920.0322,256.16055,2485.0913,42.387684,2619.5312,461.30173,27.079807,23.525879,135.7772,232.01633,297.12784,703.9271,40.521507,19.989504,10.351555,487.63068,298.82364,80.01808,6.8524823,574.12415,13.042832,594.06244,8.056685,30.152609,0.0,824.1754,1750.6227,0.2669784,71.7898,14.522489,10520.306,30.135149,1.2130411,5.353405,15.655867,10.807832,3.5302227,8.706273,265.78244,46.940563,4.4262333,0.7495349,4.162293,202.01108,0.8342321,143.91241,113.984406,2180.404,167.71191,97.08363,169.8647,788.543,56.97176,44.070366,935.3049,51.742317,80.512436,10.014148,24.754017,206.44002,11.4929085,9.8828335,55.828156,18.402477,4104.895,17.98525,28.014786,15.951402,11.566754,290.49643,54.913647,30.590054,8.2899885,7.687137,13.168564,54.84859,85.89934,41.22016,187.40443,18.593033,8.034938,50.121994,24.082312,34.37327,117.31276,16.020592,1.5507123,29.961607,12.431461,1518.0359,21.918291,0.6577458,41.622177,13.303027,128.39311,78.79588,98.8442,8.694886,95.5922,338.02863,237.8702,29.71708,231.32077,67.35896,46.69737,69.26926,117.05635,17.32032,46.735508,477.80234,5.823199,10.771743,236.08925,22.647697,9.275085,36.809746,34.18892,380.79944,109.879906,165.33807,1651.1101,71.42644,1657.5176,1556.5243,10.919623,9.9813175,1606.2439,20.653477,15.980959,416.80862,34.172985,59.041935,27.090069,98.31425,260.17474,406.43484,4.8898706,40.933754,129.56104,355.7719,8.585052,88.584984,9.648656,1.4790376,58.55718,1.0006284,1.14226,3.3016846,10.792205,28.375376,17.725016,23.17473,416.1039,47.63844,25.972734,35.231853,12.350538,96.706985,8.643101,66.63943,9.470968,67.53269,16.155207,24.100084,35.34722,9.521371,38.3755,28.190052,1.146008,59.85673,10.124016,219.48787,7.07599,276.1508,20.78592,1086.0984,123.62705,3.0474343,9.851103,146.54332,183.20355,918.50165,910.684 +2023-01-15 21:00:00,0.0,2321.6768,40.77657,7.503119,30.443052,27.006372,231.63553,27.852077,47.971035,18.208992,27.025892,239.44865,131.78096,14.244062,53.905426,2.7715364,2.1758764,44.300312,56.636475,42.773518,550.8691,25.543716,628.95526,131.04678,32.294937,86.97906,316.9917,74.82289,920.2733,256.16708,2484.226,42.41745,2618.9226,461.81174,27.106945,23.542513,135.93486,232.01353,297.16013,704.53595,40.52016,19.978437,10.350631,487.5816,299.06653,80.09856,6.851288,574.18835,13.04504,594.05743,8.06275,30.155704,0.0,824.40424,1750.6346,0.2670198,71.73843,14.523113,10522.105,30.147608,1.2136993,5.3521504,15.656118,10.818231,3.5344322,8.706625,265.86728,46.918236,4.425181,0.74984026,4.1664658,202.24841,0.83364993,143.92961,113.91976,2181.6934,167.5971,97.11336,169.92003,788.59875,57.02396,44.104664,936.0323,51.733284,80.52043,10.013662,24.768946,206.48683,11.495484,9.8818035,55.84018,18.408451,4105.1675,17.985092,28.037298,15.952214,11.572312,290.55914,54.927288,30.607862,8.292708,7.6904693,13.165013,54.845985,85.93167,41.24859,187.42532,18.593967,8.045078,50.13794,24.076855,34.352688,117.32127,16.00649,1.5504334,29.98405,12.4289465,1517.2434,21.922514,0.65728396,41.674698,13.308366,128.41684,78.77218,98.82931,8.69752,95.61613,338.04398,237.85092,29.727041,231.29048,67.31465,46.69453,69.2684,117.127594,17.332993,46.754913,477.77213,5.831179,10.786186,236.19229,22.643377,9.276827,36.84459,34.21531,381.15775,109.95499,165.34601,1651.7921,71.34439,1657.3783,1556.289,10.91496,9.973891,1605.8834,20.64509,15.971472,416.7341,34.155144,59.014317,27.084276,98.251526,260.1558,406.34882,4.8881288,40.918922,129.4447,355.71432,8.58006,88.57722,9.645094,1.4787588,58.554756,1.0006729,1.1424177,3.3022008,10.791209,28.365791,17.720928,23.179436,415.55225,47.621975,25.958813,35.22127,12.344701,96.74093,8.632594,66.749466,9.466533,67.51683,16.134077,24.064959,35.316666,9.519254,38.341763,28.157862,1.1457655,59.841686,10.123118,219.47998,7.074951,276.08524,20.781532,1086.3035,123.59971,3.0470908,9.849193,146.51689,183.17278,918.431,910.7844 +2023-01-15 22:00:00,0.0,2321.1042,40.760113,7.4973636,30.396542,26.989948,231.52509,27.846449,47.95719,18.206556,27.02138,239.45604,131.7758,14.240486,53.897953,2.7782538,2.1807072,44.281143,56.75026,42.823666,550.6286,25.578966,628.482,131.06357,32.344776,87.08816,316.74295,74.83726,920.51434,256.1736,2483.3608,42.447216,2618.314,462.32178,27.134083,23.559149,136.09253,232.01074,297.1924,705.1448,40.518818,19.967371,10.349706,487.53253,299.30942,80.17903,6.8500934,574.25256,13.047248,594.05237,8.068814,30.158802,0.0,824.63306,1750.6465,0.26706117,71.68704,14.523738,10523.904,30.160065,1.2143576,5.350896,15.65637,10.8286295,3.5386417,8.706977,265.95215,46.89591,4.424128,0.7501457,4.1706386,202.48573,0.8330678,143.9468,113.85511,2182.9827,167.4823,97.143074,169.97536,788.6545,57.076157,44.138966,936.7597,51.724247,80.52843,10.013176,24.783873,206.53363,11.498059,9.8807745,55.852203,18.414427,4105.4395,17.984936,28.059813,15.953026,11.57787,290.62186,54.94093,30.625671,8.295427,7.693802,13.161464,54.84338,85.964005,41.277016,187.44621,18.594904,8.055218,50.153885,24.071398,34.332108,117.32979,15.992392,1.5501546,30.006495,12.426432,1516.4509,21.926737,0.6568222,41.72722,13.313705,128.44058,78.74848,98.814415,8.700155,95.64005,338.0593,237.83167,29.737001,231.2602,67.27034,46.69169,69.267555,117.198845,17.345665,46.774315,477.74194,5.8391595,10.80063,236.29532,22.639055,9.278569,36.879433,34.2417,381.51605,110.030075,165.35396,1652.4741,71.26234,1657.2389,1556.0537,10.9102955,9.966465,1605.5231,20.636703,15.961985,416.6596,34.1373,58.986694,27.078482,98.188805,260.13687,406.2628,4.886387,40.90409,129.32837,355.65677,8.575069,88.56945,9.641532,1.47848,58.55233,1.0007175,1.1425754,3.3027167,10.790214,28.356205,17.71684,23.18414,415.00055,47.60551,25.944893,35.210686,12.338863,96.774864,8.622088,66.8595,9.462097,67.50096,16.11295,24.029835,35.28611,9.517137,38.308025,28.125671,1.1455232,59.826645,10.12222,219.4721,7.0739117,276.0197,20.777145,1086.5085,123.572365,3.0467472,9.847282,146.49046,183.14201,918.3604,910.8848 +2023-01-15 23:00:00,0.0,2320.5317,40.743656,7.4916077,30.350033,26.973522,231.41466,27.840822,47.943344,18.204123,27.016869,239.46342,131.77063,14.23691,53.89048,2.7849712,2.1855383,44.26197,56.864048,42.87381,550.3882,25.614214,628.00867,131.08035,32.39461,87.19726,316.49423,74.85163,920.7554,256.18018,2482.4956,42.476982,2617.7056,462.8318,27.16122,23.575783,136.25018,232.00797,297.2247,705.7536,40.51747,19.956305,10.348781,487.48343,299.5523,80.259514,6.848899,574.3167,13.049456,594.04736,8.074879,30.1619,0.0,824.8618,1750.6584,0.26710254,71.635666,14.524363,10525.704,30.172523,1.2150159,5.3496413,15.656623,10.839028,3.5428512,8.707329,266.037,46.87358,4.4230757,0.7504511,4.174812,202.72307,0.8324856,143.96399,113.79046,2184.272,167.3675,97.17279,170.03069,788.71027,57.128357,44.173264,937.4872,51.71521,80.53642,10.01269,24.7988,206.58043,11.500634,9.8797455,55.864223,18.420403,4105.712,17.984777,28.082325,15.953838,11.583429,290.6846,54.95457,30.64348,8.298147,7.697134,13.157913,54.840775,85.99634,41.305443,187.4671,18.595839,8.065357,50.16983,24.06594,34.311527,117.3383,15.978292,1.5498756,30.02894,12.423917,1515.6584,21.93096,0.6563604,41.77974,13.319044,128.46432,78.72478,98.79952,8.702789,95.66398,338.07462,237.8124,29.746964,231.2299,67.22603,46.68885,69.26671,117.27009,17.358337,46.79372,477.71173,5.84714,10.815072,236.39835,22.634735,9.280311,36.91428,34.26809,381.87436,110.105156,165.3619,1653.1561,71.18029,1657.0996,1555.8184,10.905631,9.959039,1605.1626,20.628317,15.952498,416.5851,34.119457,58.959072,27.07269,98.12608,260.11792,406.17676,4.884645,40.889256,129.21204,355.59918,8.570078,88.56168,9.637971,1.478201,58.549908,1.0007621,1.142733,3.3032327,10.789218,28.346619,17.712753,23.188845,414.44888,47.589046,25.930971,35.2001,12.333026,96.80881,8.611582,66.969536,9.457662,67.4851,16.09182,23.99471,35.255554,9.515019,38.274292,28.09348,1.1452807,59.8116,10.121322,219.46422,7.0728726,275.9542,20.772758,1086.7136,123.54501,3.0464034,9.845372,146.46404,183.11124,918.28973,910.9853 +2023-01-16 00:00:00,0.0,2319.9595,40.727203,7.4858522,30.303522,26.957098,231.30423,27.835194,47.929497,18.201689,27.012358,239.47083,131.76546,14.233334,53.883007,2.7916884,2.1903691,44.2428,56.977833,42.923954,550.1477,25.649464,627.5354,131.09714,32.44445,87.30636,316.24548,74.866005,920.9964,256.1867,2481.6304,42.50675,2617.097,463.34183,27.188358,23.592419,136.40784,232.00517,297.257,706.36237,40.51613,19.945238,10.347856,487.43436,299.7952,80.33999,6.847705,574.3809,13.051663,594.04236,8.080942,30.164997,0.0,825.0907,1750.6703,0.26714393,71.58429,14.524987,10527.504,30.184982,1.2156742,5.3483872,15.656876,10.849427,3.5470607,8.707681,266.12183,46.851254,4.4220233,0.75075644,4.1789846,202.96039,0.83190346,143.98119,113.72581,2185.5613,167.25269,97.2025,170.08603,788.766,57.180557,44.207565,938.2146,51.706177,80.54442,10.012204,24.813728,206.62724,11.503209,9.878716,55.876247,18.426376,4105.984,17.984621,28.10484,15.954651,11.588987,290.7473,54.968212,30.661291,8.300866,7.7004666,13.154364,54.838173,86.02867,41.33387,187.48799,18.596773,8.075497,50.185776,24.060484,34.290947,117.34682,15.964193,1.5495968,30.051384,12.421402,1514.8658,21.935183,0.65589863,41.832256,13.324383,128.48807,78.70108,98.78463,8.705423,95.687904,338.08997,237.79314,29.756926,231.19962,67.18172,46.68601,69.265854,117.34133,17.37101,46.81312,477.68155,5.8551207,10.829515,236.50139,22.630415,9.282052,36.949123,34.294483,382.23267,110.180244,165.36984,1653.8381,71.098236,1656.9603,1555.5831,10.900968,9.951612,1604.8022,20.61993,15.943011,416.5106,34.101612,58.931454,27.066895,98.06336,260.099,406.09073,4.882903,40.874424,129.0957,355.54163,8.565086,88.55392,9.634409,1.4779222,58.547485,1.0008067,1.1428907,3.3037488,10.788222,28.337032,17.708666,23.193548,413.8972,47.572582,25.917051,35.189518,12.327189,96.84274,8.601076,67.079575,9.453226,67.46923,16.07069,23.959587,35.225,9.512903,38.240555,28.061289,1.1450382,59.796555,10.120423,219.45634,7.0718336,275.88864,20.768372,1086.9187,123.51767,3.0460598,9.843463,146.4376,183.08046,918.2191,911.0857 +2023-01-16 01:00:00,0.0,2319.387,40.710747,7.480097,30.257011,26.940674,231.19379,27.829565,47.91565,18.199253,27.007847,239.47821,131.7603,14.229757,53.875534,2.798406,2.1952,44.22363,57.09162,42.9741,549.9073,25.684711,627.0621,131.11392,32.494286,87.41546,315.99677,74.88037,921.2374,256.19324,2480.7651,42.536514,2616.4883,463.85184,27.215496,23.609053,136.5655,232.00238,297.28928,706.9712,40.514786,19.934172,10.3469305,487.38528,300.0381,80.42046,6.8465104,574.4451,13.053872,594.0373,8.087007,30.168095,0.0,825.31946,1750.6823,0.2671853,71.532906,14.525613,10529.304,30.19744,1.2163324,5.3471327,15.657128,10.859826,3.5512702,8.708033,266.2067,46.82893,4.420971,0.75106186,4.1831574,203.19772,0.83132124,143.99838,113.661156,2186.8506,167.13788,97.232216,170.14136,788.8217,57.232758,44.241867,938.942,51.69714,80.552414,10.011718,24.828655,206.67404,11.505784,9.8776865,55.888268,18.432352,4106.256,17.984463,28.127352,15.955463,11.594545,290.81003,54.981853,30.6791,8.303586,7.703799,13.150814,54.835567,86.061005,41.362297,187.50888,18.59771,8.085637,50.20172,24.055027,34.270363,117.35533,15.950093,1.5493178,30.073828,12.418887,1514.0734,21.939407,0.6554368,41.884777,13.329721,128.5118,78.677376,98.76974,8.708058,95.71183,338.1053,237.77386,29.766886,231.16934,67.13741,46.68317,69.26501,117.41258,17.383682,46.832527,477.65134,5.863101,10.843959,236.60442,22.626095,9.283794,36.98397,34.320873,382.59097,110.255325,165.37778,1654.5203,71.01619,1656.8209,1555.3478,10.896303,9.944187,1604.4418,20.611546,15.933524,416.4361,34.08377,58.90383,27.0611,98.00064,260.08008,406.0047,4.881161,40.859592,128.97937,355.48404,8.560096,88.54615,9.630847,1.4776434,58.545063,1.0008513,1.1430483,3.3042648,10.787227,28.327446,17.704578,23.198254,413.34552,47.556114,25.90313,35.178932,12.321352,96.87668,8.5905695,67.189606,9.448791,67.45337,16.04956,23.924461,35.194443,9.510786,38.206818,28.029099,1.1447958,59.781513,10.119525,219.44846,7.070794,275.82312,20.763985,1087.1237,123.49032,3.045716,9.841553,146.41118,183.04968,918.14844,911.1861 +2023-01-16 02:00:00,0.0,2318.8145,40.69429,7.474341,30.210503,26.924248,231.08336,27.823938,47.901806,18.19682,27.003334,239.4856,131.75513,14.226181,53.86806,2.8051233,2.200031,44.20446,57.205406,43.024242,549.6668,25.719961,626.5888,131.13072,32.544125,87.52456,315.74805,74.894745,921.4785,256.19977,2479.9,42.566284,2615.88,464.36188,27.242634,23.625689,136.72316,231.99959,297.32156,707.58,40.51344,19.923105,10.346006,487.3362,300.28098,80.500946,6.845316,574.5093,13.05608,594.0323,8.093071,30.17119,0.0,825.54834,1750.6941,0.26722667,71.48153,14.5262375,10531.103,30.209898,1.2169907,5.345878,15.657381,10.870225,3.5554798,8.7083845,266.29153,46.806602,4.4199185,0.7513673,4.1873302,203.43506,0.8307391,144.01556,113.596504,2188.1401,167.02307,97.26193,170.19669,788.8775,57.284954,44.276165,939.66943,51.688103,80.56041,10.011232,24.843582,206.72084,11.508359,9.8766575,55.90029,18.438326,4106.5283,17.984306,28.149866,15.956276,11.600104,290.87277,54.995495,30.696909,8.306306,7.707131,13.147264,54.832962,86.09334,41.390724,187.52977,18.598644,8.095777,50.217667,24.04957,34.249783,117.363846,15.935994,1.549039,30.096273,12.416372,1513.2809,21.94363,0.65497506,41.937298,13.33506,128.53554,78.65368,98.754845,8.710692,95.73575,338.1206,237.75461,29.776848,231.13905,67.0931,46.68033,69.26416,117.483826,17.396355,46.85193,477.62115,5.8710814,10.858401,236.70746,22.621775,9.285536,37.018814,34.347263,382.94928,110.33041,165.38573,1655.2021,70.934135,1656.6816,1555.1124,10.89164,9.936761,1604.0813,20.603159,15.924037,416.3616,34.06593,58.87621,27.055307,97.93792,260.06113,405.91867,4.8794193,40.844757,128.86304,355.42648,8.555104,88.53838,9.627285,1.4773645,58.54264,1.0008959,1.143206,3.3047807,10.786231,28.31786,17.70049,23.202957,412.79382,47.53965,25.88921,35.168346,12.315515,96.91062,8.580063,67.299644,9.444355,67.4375,16.028433,23.889338,35.163887,9.508669,38.17308,27.996908,1.1445533,59.766468,10.118627,219.44058,7.069755,275.7576,20.759598,1087.3287,123.462975,3.0453725,9.839643,146.38475,183.0189,918.0778,911.2865 +2023-01-16 03:00:00,0.0,2318.242,40.677834,7.4685855,30.163992,26.907824,230.97293,27.81831,47.88796,18.194384,26.998823,239.493,131.74995,14.222605,53.860588,2.8118405,2.2048619,44.185287,57.319195,43.07439,549.4264,25.755209,626.1155,131.1475,32.593964,87.63366,315.4993,74.90912,921.71954,256.2063,2479.0347,42.59605,2615.2712,464.8719,27.269772,23.642323,136.88081,231.9968,297.35385,708.18884,40.512096,19.912039,10.345081,487.2871,300.52383,80.58142,6.8441215,574.5735,13.058288,594.0272,8.099135,30.174288,0.0,825.7771,1750.706,0.26726806,71.43015,14.526862,10532.902,30.222357,1.217649,5.3446236,15.657634,10.880624,3.5596893,8.708736,266.37637,46.784275,4.418866,0.7516726,4.1915035,203.67238,0.8301569,144.03276,113.53185,2189.4294,166.90826,97.29165,170.25201,788.9332,57.337154,44.310467,940.39685,51.67907,80.568405,10.010746,24.858511,206.76765,11.510934,9.875628,55.912315,18.444302,4106.8003,17.984148,28.172379,15.957088,11.605662,290.9355,55.009136,30.714718,8.309025,7.7104635,13.143714,54.83036,86.12567,41.419155,187.55066,18.59958,8.105916,50.233612,24.044113,34.229202,117.37237,15.921895,1.54876,30.118717,12.413857,1512.4884,21.947853,0.65451324,41.98982,13.340399,128.55928,78.629974,98.73995,8.713327,95.759674,338.13596,237.73534,29.786808,231.10876,67.04879,46.67749,69.263306,117.55508,17.409027,46.871334,477.59094,5.879062,10.872845,236.81049,22.617455,9.287278,37.05366,34.373653,383.3076,110.405495,165.39366,1655.8842,70.85209,1656.5424,1554.8772,10.886975,9.929335,1603.721,20.594772,15.91455,416.28708,34.048084,58.84859,27.049513,97.8752,260.0422,405.83264,4.877677,40.829926,128.7467,355.3689,8.550113,88.53062,9.623723,1.4770856,58.540215,1.0009404,1.1433637,3.305297,10.785235,28.308275,17.696404,23.20766,412.24216,47.523186,25.875288,35.15776,12.309677,96.94456,8.569557,67.409676,9.439919,67.42164,16.007303,23.854214,35.13333,9.506552,38.139343,27.964716,1.144311,59.751427,10.117728,219.4327,7.068716,275.69205,20.75521,1087.5338,123.43562,3.045029,9.837732,146.35832,182.98813,918.0072,911.3869 +2023-01-16 04:00:00,0.0,2317.6694,40.661377,7.46283,30.117483,26.8914,230.86249,27.812681,47.87411,18.19195,26.994312,239.50038,131.7448,14.2190275,53.853115,2.818558,2.2096927,44.16612,57.43298,43.124535,549.1859,25.790459,625.6422,131.16429,32.6438,87.74276,315.25058,74.92349,921.9606,256.21286,2478.1692,42.625816,2614.6626,465.38193,27.29691,23.658958,137.03848,231.994,297.38614,708.79767,40.510754,19.900972,10.344156,487.23804,300.76672,80.661896,6.8429275,574.6377,13.060495,594.0222,8.105199,30.177385,0.0,826.0059,1750.718,0.26730943,71.37877,14.527487,10534.702,30.234816,1.2183073,5.343369,15.6578865,10.891023,3.5638988,8.709089,266.4612,46.761948,4.4178133,0.75197804,4.1956763,203.90971,0.82957476,144.04996,113.46721,2190.7188,166.79346,97.321365,170.30734,788.989,57.389355,44.34477,941.1243,51.670033,80.5764,10.01026,24.873438,206.81445,11.51351,9.8745985,55.924335,18.450277,4107.0728,17.983992,28.194893,15.9579,11.61122,290.9982,55.022778,30.732527,8.311745,7.7137957,13.140163,54.827755,86.158005,41.447582,187.57155,18.600515,8.1160555,50.249557,24.038656,34.208622,117.38088,15.907795,1.5484812,30.141161,12.411343,1511.6959,21.952076,0.6540515,42.04234,13.345737,128.58302,78.60628,98.72506,8.715961,95.7836,338.15128,237.71608,29.79677,231.07848,67.00448,46.67465,69.26246,117.62632,17.4217,46.890736,477.56073,5.8870425,10.887288,236.91351,22.613134,9.28902,37.088505,34.400043,383.66586,110.480576,165.40161,1656.5662,70.770035,1656.403,1554.6418,10.882312,9.921908,1603.3605,20.586386,15.905063,416.2126,34.030243,58.82097,27.04372,97.812485,260.02325,405.7466,4.875935,40.81509,128.63037,355.31134,8.545122,88.52285,9.620161,1.4768068,58.537792,1.000985,1.1435213,3.3058128,10.78424,28.298689,17.692316,23.212366,411.69046,47.50672,25.861366,35.14718,12.303841,96.97849,8.559051,67.519714,9.435484,67.40577,15.986175,23.81909,35.102776,9.504436,38.105606,27.932526,1.1440685,59.73638,10.11683,219.42482,7.0676765,275.62653,20.750824,1087.7389,123.40828,3.0446851,9.835822,146.3319,182.95735,917.9365,911.4873 +2023-01-16 05:00:00,0.0,2317.097,40.64492,7.4570746,30.070972,26.874975,230.75206,27.807055,47.860264,18.189516,26.989801,239.50777,131.73962,14.215451,53.845642,2.8252754,2.2145238,44.14695,57.54677,43.17468,548.9455,25.825706,625.1689,131.18108,32.693638,87.85186,315.00183,74.93786,922.2016,256.2194,2477.304,42.655582,2614.054,465.89197,27.324047,23.675592,137.19615,231.99121,297.41843,709.40643,40.509407,19.889906,10.343231,487.18896,301.0096,80.74238,6.841733,574.7019,13.062703,594.01715,8.111263,30.180483,0.0,826.23474,1750.7299,0.2673508,71.32739,14.528111,10536.501,30.247272,1.2189656,5.3421144,15.658138,10.901422,3.5681083,8.709441,266.54608,46.73962,4.416761,0.75228345,4.199849,204.14703,0.8289926,144.06715,113.40256,2192.008,166.67865,97.351074,170.36269,789.04474,57.44155,44.379066,941.85175,51.660995,80.5844,10.009774,24.888365,206.86127,11.516085,9.8735695,55.93636,18.456251,4107.3447,17.983833,28.217405,15.958713,11.616778,291.06094,55.03642,30.750336,8.314464,7.7171283,13.136614,54.82515,86.19034,41.47601,187.59244,18.601452,8.126196,50.265503,24.0332,34.18804,117.3894,15.893696,1.5482023,30.163605,12.408828,1510.9034,21.956299,0.65358967,42.09486,13.351077,128.60675,78.58257,98.71017,8.7185955,95.807526,338.1666,237.69681,29.80673,231.04819,66.96017,46.67181,69.261604,117.69757,17.434372,46.91014,477.53055,5.895023,10.901731,237.01656,22.608814,9.290762,37.12335,34.426434,384.02417,110.555664,165.40955,1657.2483,70.68799,1656.2637,1554.4066,10.877647,9.914482,1603.0001,20.578,15.895576,416.1381,34.0124,58.793346,27.037926,97.74976,260.00433,405.66058,4.874193,40.80026,128.51405,355.25375,8.540131,88.51508,9.616599,1.4765279,58.53537,1.0010296,1.143679,3.3063288,10.783244,28.289103,17.688229,23.21707,411.1388,47.490257,25.847446,35.136593,12.298003,97.012436,8.548544,67.62975,9.431048,67.38991,15.965045,23.783964,35.07222,9.502318,38.071873,27.900335,1.143826,59.721336,10.1159315,219.41693,7.0666375,275.56097,20.746437,1087.944,123.380936,3.0443416,9.833912,146.30547,182.92659,917.8659,911.58777 +2023-01-16 06:00:00,0.0,2316.5244,40.628468,7.4513187,30.024464,26.85855,230.64163,27.801426,47.84642,18.18708,26.985289,239.51517,131.73445,14.211875,53.83817,2.8319926,2.2193546,44.127777,57.660553,43.224823,548.705,25.860956,624.6956,131.19786,32.743473,87.96096,314.7531,74.95223,922.4426,256.22592,2476.4387,42.68535,2613.4456,466.40198,27.351185,23.692228,137.3538,231.98842,297.4507,710.01526,40.508064,19.87884,10.342306,487.1399,301.2525,80.82285,6.8405385,574.7661,13.064911,594.01215,8.117328,30.18358,0.0,826.46356,1750.7418,0.2673922,71.27602,14.528736,10538.301,30.259731,1.2196239,5.3408604,15.658391,10.91182,3.5723178,8.709793,266.63092,46.717293,4.4157085,0.7525888,4.204022,204.38437,0.82841045,144.08434,113.337906,2193.2974,166.56384,97.38079,170.41801,789.10046,57.49375,44.41337,942.57916,51.651962,80.59239,10.009288,24.903294,206.90807,11.51866,9.87254,55.948383,18.462227,4107.6167,17.983677,28.23992,15.959525,11.622337,291.12366,55.05006,30.768145,8.3171835,7.7204604,13.133063,54.822544,86.22267,41.504436,187.61333,18.602386,8.136335,50.281452,24.027742,34.16746,117.39791,15.879597,1.5479233,30.18605,12.406313,1510.111,21.960522,0.6531279,42.147377,13.356416,128.6305,78.558876,98.695274,8.7212305,95.83145,338.18195,237.67755,29.816692,231.0179,66.91586,46.66897,69.26076,117.768814,17.447044,46.929543,477.50034,5.9030037,10.916174,237.11958,22.604494,9.292503,37.158195,34.452827,384.38248,110.630745,165.4175,1657.9303,70.605934,1656.1244,1554.1713,10.872984,9.907057,1602.6396,20.569613,15.886089,416.06357,33.994556,58.765728,27.032131,97.68704,259.98538,405.57455,4.8724513,40.785427,128.39772,355.1962,8.535139,88.50732,9.613038,1.4762491,58.532948,1.0010742,1.1438366,3.306845,10.7822485,28.279516,17.684141,23.221775,410.5871,47.47379,25.833525,35.126007,12.292166,97.04637,8.538038,67.739784,9.426613,67.37404,15.943916,23.74884,35.041664,9.500201,38.038136,27.868143,1.1435835,59.706295,10.115033,219.40906,7.0655985,275.49545,20.74205,1088.149,123.353584,3.0439978,9.832002,146.27902,182.89581,917.7952,911.6882 +2023-01-16 07:00:00,0.0,2315.952,40.61201,7.4455633,29.977953,26.842125,230.53119,27.795797,47.832573,18.184647,26.980778,239.52255,131.7293,14.208299,53.830696,2.83871,2.2241855,44.10861,57.77434,43.27497,548.4646,25.896204,624.2223,131.21465,32.793312,88.07006,314.50436,74.966606,922.6837,256.23245,2475.5735,42.715115,2612.837,466.91202,27.378323,23.708862,137.51146,231.98563,297.483,710.6241,40.50672,19.867773,10.341382,487.0908,301.4954,80.903336,6.839344,574.83026,13.067119,594.00714,8.123392,30.186676,0.0,826.6924,1750.7537,0.26743355,71.22463,14.529361,10540.101,30.27219,1.2202822,5.339606,15.658644,10.922219,3.5765274,8.710145,266.71576,46.69497,4.414656,0.7528942,4.208195,204.62169,0.8278283,144.10153,113.273254,2194.5867,166.44904,97.410515,170.47334,789.15625,57.54595,44.44767,943.3066,51.642925,80.60039,10.008802,24.91822,206.95486,11.5212345,9.8715105,55.960403,18.4682,4107.889,17.983519,28.262432,15.960338,11.627895,291.18637,55.0637,30.785954,8.319902,7.723793,13.129514,54.819942,86.255,41.532864,187.63422,18.603323,8.146475,50.297398,24.022285,34.14688,117.406425,15.865497,1.5476445,30.208494,12.403798,1509.3185,21.964746,0.6526661,42.199898,13.361754,128.65424,78.53517,98.68038,8.723865,95.85538,338.19727,237.65828,29.826654,230.98761,66.87155,46.66613,69.25991,117.84006,17.459717,46.948948,477.47015,5.910984,10.930617,237.22261,22.600174,9.294245,37.19304,34.479218,384.74078,110.705826,165.42543,1658.6123,70.52389,1655.9851,1553.9359,10.8683195,9.899631,1602.2792,20.561228,15.876602,415.98907,33.976715,58.738106,27.026339,97.62432,259.96646,405.48853,4.8707094,40.77059,128.28139,355.1386,8.5301485,88.49955,9.609476,1.4759701,58.530525,1.0011188,1.1439943,3.307361,10.781253,28.26993,17.680054,23.226479,410.03543,47.457325,25.819605,35.115425,12.286329,97.08031,8.527532,67.84982,9.422177,67.35818,15.922787,23.713717,35.011112,9.498084,38.0044,27.835953,1.1433411,59.69125,10.114135,219.40117,7.064559,275.42993,20.737665,1088.3541,123.32624,3.0436542,9.830091,146.2526,182.86504,917.7246,911.7886 +2023-01-16 08:00:00,0.0,2315.3794,40.595554,7.439808,29.931444,26.8257,230.42076,27.79017,47.818726,18.182213,26.976267,239.52994,131.72412,14.204722,53.823223,2.8454275,2.2290165,44.089436,57.888126,43.325115,548.2241,25.931454,623.749,131.23143,32.84315,88.17916,314.25565,74.98097,922.92474,256.23898,2474.7083,42.74488,2612.2283,467.42203,27.40546,23.725498,137.66913,231.98283,297.5153,711.2329,40.505375,19.856707,10.340457,487.04172,301.73828,80.98381,6.83815,574.8945,13.069326,594.0021,8.129456,30.189774,0.0,826.92114,1750.7656,0.26747492,71.173256,14.529985,10541.899,30.284649,1.2209405,5.3383512,15.658896,10.932618,3.5807369,8.710497,266.80063,46.67264,4.413604,0.75319964,4.212368,204.85902,0.8272461,144.11873,113.2086,2195.876,166.33423,97.44023,170.52867,789.212,57.598152,44.481968,944.03406,51.63389,80.60838,10.008316,24.933147,207.00168,11.523809,9.8704815,55.972427,18.474176,4108.161,17.983362,28.284946,15.96115,11.633453,291.2491,55.077343,30.803764,8.322622,7.727125,13.125964,54.817337,86.28733,41.56129,187.6551,18.604258,8.156614,50.313343,24.016829,34.1263,117.41494,15.8513975,1.5473655,30.230938,12.401283,1508.526,21.96897,0.6522043,42.25242,13.367093,128.67798,78.511475,98.66549,8.726499,95.8793,338.2126,237.63902,29.836615,230.95732,66.82724,46.66329,69.259056,117.91131,17.47239,46.96835,477.43994,5.9189644,10.945061,237.32565,22.595854,9.295987,37.227886,34.505608,385.0991,110.780914,165.43338,1659.2942,70.44183,1655.8457,1553.7007,10.863656,9.892204,1601.9188,20.552841,15.867115,415.91455,33.95887,58.710484,27.020544,97.5616,259.9475,405.4025,4.8689675,40.75576,128.16505,355.08105,8.525157,88.49178,9.605914,1.4756913,58.5281,1.0011634,1.144152,3.3078768,10.780257,28.260344,17.675966,23.231182,409.48373,47.44086,25.805683,35.10484,12.280492,97.11425,8.517026,67.95986,9.417742,67.34231,15.901658,23.678593,34.980556,9.495968,37.97066,27.803762,1.1430987,59.676205,10.113236,219.3933,7.06352,275.36438,20.733278,1088.5592,123.29889,3.0433106,9.828181,146.22617,182.83426,917.654,911.889 +2023-01-16 09:00:00,0.0,2314.807,40.579098,7.434052,29.884933,26.809275,230.31033,27.784542,47.80488,18.179777,26.971756,239.53734,131.71895,14.201146,53.81575,2.8521447,2.2338474,44.070267,58.001915,43.37526,547.9837,25.966702,623.2757,131.24821,32.892986,88.28826,314.0069,74.995346,923.1658,256.24554,2473.843,42.77465,2611.6199,467.93207,27.432598,23.742132,137.82678,231.98004,297.54758,711.8417,40.504032,19.84564,10.339532,486.99265,301.98117,81.064285,6.8369555,574.9587,13.071534,593.9971,8.13552,30.192871,0.0,827.15,1750.7775,0.26751631,71.12188,14.530611,10543.699,30.297106,1.2215987,5.3370967,15.659149,10.943017,3.5849464,8.710849,266.88547,46.650314,4.4125514,0.753505,4.216541,205.09634,0.826664,144.13593,113.14395,2197.1653,166.21942,97.46995,170.584,789.2677,57.65035,44.51627,944.7615,51.624855,80.61638,10.00783,24.948076,207.04848,11.526384,9.869452,55.98445,18.480152,4108.4336,17.983204,28.307459,15.961963,11.639012,291.31183,55.090984,30.821573,8.325342,7.730458,13.122414,54.81473,86.319664,41.589718,187.676,18.605194,8.166755,50.32929,24.011372,34.10572,117.423454,15.837298,1.5470867,30.253384,12.398768,1507.7335,21.973192,0.6517425,42.30494,13.372432,128.7017,78.48777,98.6506,8.729134,95.90322,338.22794,237.61975,29.846577,230.92705,66.78293,46.66045,69.25821,117.98255,17.485062,46.987755,477.40976,5.926945,10.959503,237.42868,22.591534,9.297729,37.26273,34.531998,385.4574,110.855995,165.44131,1659.9763,70.35979,1655.7064,1553.4653,10.858992,9.884778,1601.5583,20.544455,15.857628,415.84006,33.94103,58.682865,27.014751,97.49888,259.9286,405.31647,4.8672256,40.74093,128.04872,355.02347,8.520165,88.48402,9.602352,1.4754125,58.525677,1.001208,1.1443096,3.308393,10.779262,28.25076,17.671879,23.235888,408.93207,47.424397,25.791763,35.094254,12.274654,97.148186,8.506519,68.06989,9.413306,67.32645,15.880529,23.643467,34.95,9.493851,37.936924,27.771572,1.1428562,59.661163,10.112338,219.3854,7.062481,275.29886,20.728891,1088.7643,123.271545,3.0429668,9.826271,146.19974,182.80348,917.5833,911.9894 +2023-01-16 10:00:00,0.0,2314.2344,40.56264,7.4282966,29.838425,26.79285,230.19989,27.778913,47.791035,18.177343,26.967243,239.54472,131.71379,14.19757,53.808277,2.8588622,2.2386782,44.051094,58.1157,43.425404,547.7432,26.001951,622.8024,131.265,32.942825,88.39736,313.75818,75.00972,923.4068,256.25208,2472.9778,42.804417,2611.0112,468.44208,27.459736,23.758768,137.98444,231.97725,297.57986,712.4505,40.50269,19.834574,10.338607,486.94357,302.22406,81.14477,6.835761,575.0228,13.073742,593.992,8.141584,30.195969,0.0,827.3788,1750.7894,0.26755768,71.070496,14.531236,10545.499,30.309565,1.222257,5.335842,15.659402,10.953416,3.589156,8.711201,266.9703,46.627987,4.4114985,0.7538104,4.2207136,205.33368,0.8260818,144.1531,113.0793,2198.4548,166.10461,97.499664,170.63934,789.3235,57.70255,44.550568,945.4889,51.615818,80.624374,10.007344,24.963003,207.09528,11.528959,9.868423,55.99647,18.486126,4108.7056,17.983047,28.329973,15.962774,11.64457,291.37454,55.104626,30.839382,8.328061,7.73379,13.118864,54.812126,86.352,41.618145,187.69688,18.606129,8.176894,50.345234,24.005915,34.085136,117.43197,15.823198,1.5468078,30.275827,12.396254,1506.941,21.977415,0.6512807,42.35746,13.37777,128.72545,78.46407,98.635704,8.731768,95.92715,338.24326,237.6005,29.856537,230.89676,66.73862,46.657608,69.25736,118.0538,17.497734,47.007156,477.37955,5.9349256,10.973947,237.53171,22.587214,9.299471,37.297577,34.558388,385.8157,110.93108,165.44926,1660.6583,70.27773,1655.5671,1553.2301,10.854328,9.877352,1601.198,20.536068,15.848141,415.76556,33.923187,58.655243,27.008957,97.43616,259.90964,405.23044,4.8654838,40.726093,127.93239,354.9659,8.515175,88.47625,9.59879,1.4751337,58.523254,1.0012525,1.1444674,3.308909,10.778266,28.241173,17.667791,23.240591,408.38037,47.40793,25.777842,35.083668,12.268817,97.18212,8.496013,68.17993,9.408871,67.31058,15.8594,23.608343,34.919445,9.491734,37.903187,27.73938,1.1426138,59.64612,10.11144,219.37753,7.0614414,275.23334,20.724504,1088.9692,123.244194,3.0426233,9.824361,146.17331,182.7727,917.5127,912.08984 +2023-01-16 11:00:00,0.0,2313.6619,40.546185,7.422541,29.791914,26.776426,230.08946,27.773287,47.777187,18.174908,26.962732,239.55211,131.70862,14.193994,53.800804,2.8655796,2.2435093,44.031925,58.22949,43.47555,547.5028,26.037199,622.3291,131.28178,32.99266,88.50646,313.50943,75.024086,923.6478,256.2586,2472.1125,42.834183,2610.4026,468.95212,27.486874,23.775402,138.1421,231.97446,297.61215,713.0593,40.501343,19.823507,10.337682,486.89447,302.46695,81.22524,6.8345666,575.08704,13.07595,593.987,8.147649,30.199066,0.0,827.6076,1750.8013,0.26759905,71.01912,14.53186,10547.298,30.322023,1.2229153,5.3345876,15.659655,10.963815,3.5933654,8.711553,267.05515,46.60566,4.410446,0.7541158,4.224887,205.571,0.82549965,144.1703,113.01465,2199.7441,165.9898,97.52937,170.69467,789.3792,57.75475,44.58487,946.2163,51.60678,80.63237,10.006858,24.97793,207.14209,11.531534,9.8673935,56.008495,18.492102,4108.978,17.98289,28.352486,15.963587,11.650128,291.4373,55.118267,30.857191,8.330781,7.7371225,13.115314,54.809525,86.38433,41.646572,187.71777,18.607065,8.187034,50.36118,24.000458,34.064556,117.44048,15.809099,1.5465289,30.298271,12.393739,1506.1486,21.981638,0.65081894,42.40998,13.383109,128.74919,78.44037,98.62081,8.734403,95.95107,338.25858,237.58122,29.866499,230.86647,66.69431,46.65477,69.25651,118.125046,17.510406,47.02656,477.34937,5.942906,10.98839,237.63475,22.582893,9.301212,37.33242,34.584778,386.17398,111.006165,165.4572,1661.3403,70.19569,1655.4277,1552.9948,10.849664,9.869926,1600.8375,20.527681,15.838654,415.69104,33.905342,58.62762,27.003164,97.373436,259.89072,405.1444,4.863742,40.71126,127.816055,354.90833,8.510183,88.46848,9.595228,1.4748547,58.520832,1.0012971,1.144625,3.3094249,10.77727,28.231586,17.663704,23.245296,407.8287,47.391464,25.763922,35.073086,12.26298,97.216064,8.485507,68.28996,9.404435,67.294716,15.838271,23.57322,34.88889,9.489616,37.869453,27.70719,1.1423713,59.631077,10.110541,219.36964,7.0604024,275.1678,20.720118,1089.1743,123.21685,3.0422795,9.822451,146.14688,182.74193,917.442,912.19025 +2023-01-16 12:00:00,0.0,2313.0894,40.52973,7.4167852,29.745403,26.760002,229.97903,27.767658,47.76334,18.172474,26.958221,239.55951,131.70346,14.190416,53.79333,2.8722968,2.2483401,44.012756,58.343273,43.525696,547.2623,26.072449,621.85583,131.29857,33.0425,88.61556,313.2607,75.03846,923.8889,256.26514,2471.2473,42.86395,2609.794,469.46216,27.514011,23.792038,138.29976,231.97168,297.64444,713.66815,40.5,19.81244,10.336758,486.8454,302.70984,81.30572,6.833372,575.15125,13.078157,593.98193,8.153713,30.202164,0.0,827.8364,1750.8132,0.2676404,70.96774,14.532485,10549.098,30.33448,1.2235737,5.333333,15.659907,10.974213,3.5975752,8.711905,267.14,46.583336,4.409394,0.75442123,4.2290597,205.80833,0.82491744,144.1875,112.95,2201.0334,165.875,97.55909,170.75,789.43494,57.806946,44.61917,946.9437,51.597748,80.640366,10.006372,24.992859,207.18889,11.534109,9.8663645,56.020515,18.498077,4109.25,17.982733,28.375,15.964399,11.655687,291.5,55.13191,30.875,8.3335,7.7404547,13.111764,54.80692,86.416664,41.675,187.73866,18.608,8.197174,50.377125,23.994999,34.043976,117.449005,15.795,1.54625,30.320717,12.391224,1505.3561,21.985863,0.6503571,42.4625,13.388449,128.77292,78.41667,98.60591,8.737037,95.975,338.27393,237.56197,29.876461,230.83618,66.65,46.651928,69.25566,118.19629,17.523079,47.045963,477.31915,5.9508867,11.002832,237.73778,22.578571,9.302954,37.367264,34.611168,386.5323,111.08125,165.46515,1662.0222,70.11363,1655.2885,1552.7595,10.844999,9.8625,1600.477,20.519295,15.829166,415.61655,33.8875,58.6,26.99737,97.310715,259.87177,405.05838,4.8619995,40.696426,127.69972,354.85077,8.505192,88.46071,9.591667,1.4745759,58.51841,1.0013417,1.1447827,3.3099408,10.776274,28.222,17.659618,23.25,407.277,47.375,25.75,35.0625,12.257143,97.25,8.475,68.4,9.4,67.27885,15.8171425,23.538095,34.858334,9.487499,37.835716,27.675,1.142129,59.61603,10.109644,219.36176,7.0593634,275.10226,20.71573,1089.3794,123.1895,3.041936,9.820541,146.12045,182.71115,917.3714,912.29065 +2023-01-16 13:00:00,0.0,2312.517,40.513275,7.41103,29.698895,26.743576,229.86859,27.76203,47.749493,18.17004,26.95371,239.5669,131.69829,14.18684,53.78586,2.8790143,2.253171,43.993584,58.45706,43.57584,547.02185,26.107697,621.3825,131.31535,33.09234,88.72466,313.01196,75.05283,924.12994,256.27167,2470.382,42.893715,2609.1855,469.97217,27.54115,23.808672,138.45743,231.96889,297.67673,714.277,40.498657,19.801374,10.335833,486.79633,302.95273,81.3862,6.832178,575.21545,13.080366,593.9769,8.159777,30.20526,0.0,828.06525,1750.8252,0.2676818,70.91636,14.53311,10550.897,30.34694,1.224232,5.332079,15.660159,10.9846115,3.6017847,8.712257,267.22485,46.56101,4.4083414,0.7547266,4.2332325,206.04567,0.8243353,144.2047,112.88535,2202.3228,165.7602,97.588806,170.80533,789.4907,57.859146,44.65347,947.6712,51.58871,80.64836,10.005886,25.007786,207.23569,11.536685,9.865335,56.03254,18.504051,4109.522,17.982576,28.397514,15.965212,11.661245,291.5627,55.14555,30.892809,8.33622,7.743787,13.108214,54.804314,86.449,41.703426,187.75955,18.608934,8.207314,50.39307,23.989542,34.023396,117.45752,15.7809,1.545971,30.34316,12.38871,1504.5636,21.990086,0.64989537,42.51502,13.393787,128.79666,78.39297,98.59102,8.739671,95.998924,338.28925,237.54271,29.886421,230.8059,66.60569,46.649086,69.254814,118.26754,17.53575,47.065365,477.28894,5.958867,11.017276,237.8408,22.574251,9.304696,37.40211,34.63756,386.8906,111.156334,165.4731,1662.7043,70.031586,1655.1492,1552.5242,10.840336,9.855074,1600.1167,20.51091,15.81968,415.54205,33.86966,58.57238,26.991575,97.24799,259.85284,404.97235,4.8602576,40.681595,127.5834,354.79318,8.500201,88.45294,9.588105,1.474297,58.515984,1.0013863,1.1449404,3.310457,10.775278,28.212414,17.65553,23.254704,406.7253,47.358536,25.736078,35.051914,12.251306,97.283936,8.464494,68.51004,9.395565,67.262985,15.796013,23.502972,34.827778,9.485383,37.80198,27.642807,1.1418865,59.600986,10.108746,219.35388,7.058324,275.03674,20.711344,1089.5845,123.162155,3.0415924,9.818631,146.09402,182.68039,917.3008,912.39105 +2023-01-16 14:00:00,0.0,2311.9446,40.49682,7.4052744,29.652384,26.727152,229.75816,27.756403,47.735645,18.167604,26.9492,239.57428,131.69312,14.183264,53.778385,2.8857317,2.258002,43.974415,58.570847,43.625984,546.78143,26.142944,620.90924,131.33214,33.142174,88.83376,312.76324,75.0672,924.371,256.27823,2469.5168,42.92348,2608.577,470.4822,27.568287,23.825306,138.61508,231.9661,297.709,714.88574,40.49731,19.790308,10.334908,486.74722,303.19562,81.466675,6.8309836,575.27966,13.082574,593.9719,8.165841,30.208357,0.0,828.29407,1750.837,0.26772317,70.86498,14.533734,10552.696,30.359398,1.2248902,5.3308244,15.660412,10.99501,3.6059942,8.712609,267.3097,46.53868,4.407289,0.755032,4.237406,206.28299,0.8237531,144.2219,112.8207,2203.612,165.64539,97.61852,170.86066,789.54645,57.911346,44.68777,948.3986,51.579674,80.65636,10.0054,25.022713,207.2825,11.53926,9.8643055,56.044563,18.510027,4109.7944,17.982418,28.420027,15.966024,11.666803,291.62546,55.15919,30.910618,8.338939,7.7471194,13.104664,54.801712,86.48133,41.731853,187.78044,18.60987,8.217453,50.409016,23.984085,34.002815,117.466034,15.766801,1.5456922,30.365604,12.386195,1503.7711,21.994308,0.64943355,42.56754,13.399126,128.8204,78.36926,98.576126,8.742306,96.02285,338.30457,237.52344,29.896383,230.7756,66.56138,46.646248,69.25396,118.33878,17.548422,47.08477,477.25876,5.9668474,11.031719,237.94385,22.569931,9.3064375,37.436954,34.66395,387.2489,111.231415,165.48103,1663.3864,69.94953,1655.0098,1552.2888,10.835671,9.847648,1599.7562,20.502523,15.810193,415.46753,33.851814,58.544758,26.985783,97.18527,259.8339,404.88632,4.8585157,40.666763,127.467064,354.7356,8.49521,88.445175,9.584543,1.4740181,58.51356,1.0014309,1.145098,3.310973,10.774282,28.202827,17.651443,23.259409,406.17365,47.34207,25.722158,35.041332,12.245469,97.31788,8.453988,68.62007,9.3911295,67.247116,15.774884,23.467846,34.797222,9.483266,37.76824,27.610617,1.141644,59.585945,10.107847,219.346,7.057285,274.9712,20.706957,1089.7896,123.13481,3.0412486,9.816721,146.0676,182.64961,917.2301,912.49146 +2023-01-16 15:00:00,0.0,2311.372,40.480362,7.399519,29.605875,26.710728,229.64772,27.750774,47.7218,18.16517,26.944687,239.58167,131.68796,14.1796875,53.770912,2.892449,2.2628329,43.955242,58.684635,43.67613,546.54095,26.178194,620.4359,131.34892,33.192013,88.94286,312.5145,75.08157,924.612,256.28476,2468.6516,42.953247,2607.9683,470.99222,27.595425,23.841942,138.77274,231.9633,297.7413,715.49457,40.495968,19.779242,10.333982,486.69815,303.4385,81.54715,6.829789,575.3438,13.084782,593.96686,8.1719055,30.211454,0.0,828.5228,1750.849,0.26776454,70.81361,14.534359,10554.496,30.371857,1.2255485,5.32957,15.660665,11.005409,3.6102037,8.712961,267.39456,46.516354,4.406236,0.7553374,4.2415786,206.52032,0.82317096,144.23907,112.75605,2204.9014,165.53058,97.64824,170.916,789.60223,57.963547,44.722073,949.12604,51.570637,80.66435,10.004914,25.03764,207.3293,11.541835,9.8632765,56.056583,18.516,4110.0664,17.982262,28.442541,15.966836,11.672361,291.68817,55.172832,30.928427,8.341659,7.7504516,13.101114,54.799107,86.513664,41.76028,187.80133,18.610806,8.227592,50.42496,23.978628,33.982235,117.47455,15.752701,1.5454133,30.388048,12.38368,1502.9786,21.998531,0.6489718,42.62006,13.404465,128.84415,78.345566,98.56123,8.74494,96.046776,338.3199,237.50418,29.906343,230.74532,66.51707,46.643406,69.25311,118.410034,17.561094,47.10417,477.22855,5.974828,11.046162,238.04688,22.56561,9.30818,37.4718,34.690342,387.6072,111.3065,165.48898,1664.0684,69.867485,1654.8705,1552.0536,10.831008,9.840221,1599.3959,20.494137,15.800706,415.39304,33.833973,58.517136,26.979988,97.12255,259.81497,404.8003,4.856774,40.651928,127.35073,354.67804,8.490219,88.43741,9.580981,1.4737393,58.51114,1.0014755,1.1452557,3.3114889,10.773287,28.193241,17.647356,23.264112,405.62195,47.325603,25.708237,35.030746,12.239632,97.351814,8.443481,68.73011,9.386694,67.231255,15.753755,23.432722,34.766666,9.481149,37.734505,27.578426,1.1414015,59.5709,10.106949,219.33812,7.0562453,274.90567,20.70257,1089.9946,123.10746,3.040905,9.814811,146.04117,182.61884,917.1595,912.5919 +2023-01-16 16:00:00,0.0,2310.7996,40.463905,7.393763,29.559364,26.694302,229.5373,27.745146,47.707954,18.162735,26.940176,239.58907,131.68279,14.176111,53.76344,2.8991663,2.2676637,43.936073,58.79842,43.726276,546.30054,26.213442,619.96265,131.36572,33.241848,89.05196,312.26578,75.09595,924.853,256.2913,2467.7864,42.983017,2607.3599,471.50226,27.622562,23.858576,138.9304,231.96051,297.7736,716.1034,40.494625,19.768175,10.333057,486.64908,303.6814,81.62763,6.8285947,575.408,13.086989,593.96185,8.17797,30.214552,0.0,828.7517,1750.8608,0.26780593,70.76222,14.534985,10556.296,30.384314,1.2262068,5.3283153,15.660917,11.015808,3.6144133,8.713313,267.4794,46.494026,4.405184,0.7556428,4.2457514,206.75764,0.8225888,144.25627,112.6914,2206.1907,165.41577,97.67795,170.97133,789.65796,58.015743,44.75637,949.85345,51.561604,80.67235,10.004428,25.052568,207.3761,11.54441,9.862247,56.068607,18.521976,4110.339,17.982103,28.465054,15.9676485,11.67792,291.7509,55.186474,30.946236,8.344378,7.753784,13.097564,54.7965,86.546,41.78871,187.82222,18.611742,8.237733,50.440907,23.973171,33.961655,117.48306,15.738602,1.5451344,30.410494,12.3811655,1502.1862,22.002754,0.64851,42.67258,13.409803,128.86787,78.32186,98.54634,8.747575,96.070694,338.33524,237.48491,29.916306,230.71504,66.47276,46.640568,69.252266,118.48128,17.573767,47.123577,477.19836,5.9828086,11.060605,238.1499,22.56129,9.309921,37.506645,34.716732,387.9655,111.381584,165.49692,1664.7505,69.78543,1654.7312,1551.8182,10.826344,9.832796,1599.0354,20.48575,15.791219,415.31854,33.81613,58.489517,26.974195,97.05983,259.79602,404.71426,4.855032,40.637096,127.2344,354.62045,8.485228,88.42964,9.577419,1.4734604,58.508717,1.00152,1.1454133,3.312005,10.772291,28.183657,17.643269,23.268818,405.07028,47.30914,25.694317,35.02016,12.233794,97.38575,8.432975,68.84014,9.382258,67.215385,15.732626,23.397598,34.73611,9.479032,37.700768,27.546236,1.141159,59.55586,10.1060505,219.33023,7.0552063,274.84015,20.698183,1090.1997,123.08012,3.0405612,9.812901,146.01474,182.58806,917.0888,912.6923 +2023-01-16 17:00:00,0.0,2310.227,40.44745,7.3880076,29.512856,26.677877,229.42686,27.73952,47.694107,18.160301,26.935665,239.59645,131.67761,14.172535,53.755966,2.9058838,2.2724946,43.9169,58.91221,43.77642,546.06006,26.248692,619.4893,131.3825,33.291687,89.161064,312.01703,75.11031,925.09406,256.29782,2466.9211,43.012783,2606.7512,472.01227,27.6497,23.875212,139.08806,231.95772,297.80588,716.7122,40.49328,19.757109,10.332132,486.6,303.9243,81.70811,6.8274007,575.4722,13.089197,593.9568,8.184033,30.21765,0.0,828.98047,1750.8728,0.2678473,70.710846,14.535609,10558.095,30.396772,1.226865,5.3270607,15.66117,11.026207,3.6186228,8.713665,267.56424,46.4717,4.4041314,0.7559482,4.249924,206.99498,0.82200664,144.27347,112.62675,2207.48,165.30096,97.707664,171.02666,789.7137,58.067944,44.790672,950.58093,51.552567,80.68034,10.003942,25.067495,207.42291,11.546985,9.861218,56.08063,18.527952,4110.611,17.981947,28.487568,15.968461,11.683478,291.81363,55.200115,30.964046,8.347097,7.7571163,13.094014,54.793896,86.57833,41.81714,187.84311,18.612677,8.247872,50.456852,23.967714,33.941074,117.49158,15.724503,1.5448555,30.432938,12.378651,1501.3937,22.006977,0.6480482,42.7251,13.415142,128.89162,78.298164,98.53145,8.750209,96.09462,338.35056,237.46565,29.926266,230.68475,66.42845,46.637726,69.25141,118.55253,17.58644,47.14298,477.16815,5.990789,11.075048,238.25294,22.55697,9.311664,37.541492,34.743122,388.32382,111.45667,165.50487,1665.4324,69.703384,1654.5918,1551.583,10.82168,9.82537,1598.675,20.477364,15.781732,415.24402,33.798286,58.461895,26.968401,96.99711,259.7771,404.62823,4.85329,40.622265,127.11807,354.5629,8.480236,88.421875,9.573857,1.4731816,58.50629,1.0015646,1.145571,3.312521,10.771296,28.17407,17.639181,23.273521,404.5186,47.292675,25.680395,35.009575,12.227957,97.41969,8.422469,68.95018,9.377823,67.199524,15.711497,23.362474,34.705555,9.476915,37.667034,27.514044,1.1409167,59.540813,10.105152,219.32236,7.0541673,274.7746,20.693796,1090.4048,123.052765,3.0402176,9.81099,145.98831,182.55728,917.0182,912.7927 +2023-01-16 18:00:00,0.0,2309.6545,40.430992,7.382252,29.466345,26.661453,229.31642,27.73389,47.68026,18.157867,26.931154,239.60384,131.67245,14.168959,53.748493,2.912601,2.2773256,43.89773,59.025993,43.826565,545.81964,26.28394,619.01605,131.39929,33.341526,89.270164,311.7683,75.12469,925.33514,256.30438,2466.056,43.04255,2606.1426,472.5223,27.676838,23.891846,139.24571,231.95493,297.83817,717.321,40.491936,19.746042,10.331208,486.5509,304.16718,81.78858,6.826206,575.5364,13.091405,593.9518,8.190098,30.220745,0.0,829.2093,1750.8846,0.26788867,70.65947,14.536234,10559.895,30.409231,1.2275233,5.325806,15.661423,11.036606,3.6228323,8.714017,267.64908,46.449375,4.403079,0.7562536,4.2540975,207.2323,0.8214245,144.29066,112.562096,2208.7693,165.18616,97.73739,171.08199,789.7695,58.120144,44.824974,951.30835,51.54353,80.68834,10.003456,25.082424,207.46971,11.54956,9.8601885,56.09265,18.533926,4110.8833,17.981789,28.51008,15.969274,11.689036,291.87634,55.213757,30.981855,8.349817,7.760449,13.090465,54.791294,86.61066,41.845566,187.864,18.613613,8.258012,50.472797,23.962257,33.920494,117.50009,15.7104025,1.5445766,30.455381,12.376136,1500.6012,22.011202,0.6475864,42.777622,13.420481,128.91536,78.27446,98.516556,8.752843,96.118546,338.36588,237.44638,29.936228,230.65446,66.38414,46.634888,69.250565,118.62377,17.599112,47.162384,477.13797,5.9987693,11.089491,238.35597,22.55265,9.313405,37.576336,34.769512,388.6821,111.53175,165.5128,1666.1144,69.62133,1654.4525,1551.3477,10.817016,9.817944,1598.3146,20.468979,15.772244,415.16953,33.780445,58.434273,26.962608,96.93439,259.75815,404.5422,4.851548,40.60743,127.00174,354.5053,8.475245,88.41411,9.570295,1.4729027,58.50387,1.0016092,1.1457287,3.313037,10.7703,28.164484,17.635094,23.278225,403.96692,47.27621,25.666475,34.998993,12.22212,97.45363,8.4119625,69.06022,9.373387,67.183655,15.690368,23.327349,34.675,9.474798,37.633297,27.481853,1.1406742,59.52577,10.104254,219.31447,7.053128,274.70908,20.689411,1090.6099,123.02542,3.039874,9.80908,145.96188,182.5265,916.9476,912.8931 +2023-01-16 19:00:00,0.0,2309.082,40.41454,7.3764963,29.419836,26.645027,229.206,27.728262,47.666416,18.155432,26.926641,239.61124,131.66728,14.165382,53.74102,2.9193184,2.2821565,43.87856,59.139782,43.87671,545.57916,26.31919,618.5427,131.41608,33.39136,89.379265,311.51956,75.13906,925.5762,256.3109,2465.1907,43.072315,2605.5342,473.03232,27.703976,23.908482,139.40338,231.95213,297.87045,717.9298,40.490593,19.734976,10.330283,486.50183,304.41006,81.869064,6.8250117,575.6006,13.093613,593.9468,8.196162,30.223843,0.0,829.4381,1750.8966,0.26793006,70.60809,14.536859,10561.694,30.42169,1.2281816,5.324552,15.661675,11.047005,3.6270418,8.714369,267.73395,46.427048,4.4020267,0.75655895,4.2582703,207.46964,0.8208423,144.30785,112.497444,2210.0588,165.07135,97.767105,171.13731,789.8252,58.172344,44.859272,952.03577,51.534496,80.696335,10.00297,25.09735,207.51651,11.5521345,9.859159,56.104675,18.539902,4111.1553,17.981632,28.532595,15.970086,11.694595,291.93906,55.227398,30.999664,8.352536,7.763781,13.086914,54.78869,86.64299,41.873993,187.88489,18.614548,8.268151,50.488747,23.9568,33.89991,117.508606,15.696303,1.5442977,30.477827,12.373621,1499.8087,22.015425,0.6471246,42.83014,13.425819,128.9391,78.25076,98.50166,8.755478,96.14247,338.38123,237.42712,29.94619,230.62418,66.33983,46.632046,69.24972,118.695015,17.611784,47.181786,477.10776,6.00675,11.103934,238.459,22.54833,9.315146,37.611183,34.795906,389.0404,111.606834,165.52075,1666.7964,69.53928,1654.3132,1551.1123,10.812352,9.810517,1597.9541,20.460592,15.762758,415.095,33.7626,58.406654,26.956814,96.871666,259.73923,404.45618,4.8498063,40.592598,126.88541,354.44775,8.470254,88.40634,9.566734,1.4726238,58.501446,1.0016538,1.1458863,3.313553,10.769304,28.154898,17.631006,23.28293,403.41522,47.259743,25.652554,34.988407,12.216283,97.487564,8.401457,69.17025,9.368952,67.16779,15.669239,23.292225,34.644444,9.472681,37.59956,27.449663,1.1404318,59.510727,10.103355,219.3066,7.0520887,274.64355,20.685024,1090.8148,122.99807,3.0395303,9.80717,145.93544,182.49573,916.8769,912.9935 +2023-01-16 20:00:00,0.0,2308.5095,40.398083,7.370741,29.373325,26.628603,229.09557,27.722635,47.65257,18.152998,26.92213,239.61862,131.66211,14.161806,53.733547,2.926036,2.2869873,43.85939,59.253567,43.926857,545.33875,26.354437,618.06946,131.43286,33.4412,89.488365,311.27084,75.15343,925.8172,256.31744,2464.3254,43.10208,2604.9255,473.54236,27.731113,23.925116,139.56105,231.94934,297.90274,718.53864,40.489246,19.72391,10.329358,486.45276,304.65295,81.94954,6.8238173,575.6648,13.09582,593.9417,8.202227,30.22694,0.0,829.66693,1750.9084,0.26797143,70.55671,14.537483,10563.493,30.434147,1.2288399,5.3232975,15.661927,11.057404,3.6312513,8.714721,267.8188,46.40472,4.4009743,0.75686437,4.262443,207.70695,0.82026017,144.32504,112.4328,2211.3481,164.95654,97.796814,171.19266,789.8809,58.22454,44.893574,952.7632,51.52546,80.70433,10.002484,25.112276,207.56332,11.55471,9.85813,56.1167,18.545876,4111.4272,17.981474,28.555107,15.970899,11.700153,292.0018,55.24104,31.017473,8.355256,7.7671137,13.0833645,54.786083,86.67532,41.90242,187.90578,18.615484,8.278292,50.504692,23.951344,33.87933,117.51712,15.682204,1.5440187,30.50027,12.371106,1499.0162,22.019648,0.64666283,42.88266,13.431159,128.96283,78.22706,98.48677,8.758112,96.1664,338.39655,237.40785,29.95615,230.59389,66.29552,46.629208,69.24886,118.766266,17.624456,47.20119,477.07758,6.0147305,11.118378,238.56204,22.54401,9.316889,37.646027,34.822296,389.3987,111.68192,165.52869,1667.4785,69.45723,1654.174,1550.8771,10.807688,9.803091,1597.5938,20.452206,15.753271,415.0205,33.74476,58.379032,26.95102,96.808945,259.72028,404.37015,4.8480644,40.577766,126.76907,354.39017,8.465262,88.398575,9.563172,1.472345,58.499023,1.0016984,1.146044,3.314069,10.768309,28.145311,17.626919,23.287634,402.86356,47.24328,25.638634,34.97782,12.210445,97.52151,8.39095,69.28029,9.364516,67.151924,15.648109,23.257101,34.613888,9.470564,37.565823,27.417473,1.1401893,59.49568,10.102457,219.2987,7.0510497,274.578,20.680637,1091.0199,122.970726,3.0391867,9.80526,145.90901,182.46497,916.8063,913.094 +2023-01-16 21:00:00,0.0,2307.937,40.381626,7.3649855,29.326817,26.612179,228.98512,27.717007,47.63872,18.150564,26.91762,239.626,131.65695,14.158229,53.726074,2.932753,2.2918184,43.84022,59.367355,43.977,545.09827,26.389687,617.5961,131.44965,33.491035,89.597466,311.0221,75.1678,926.0582,256.32397,2463.46,43.131847,2604.317,474.0524,27.758251,23.941751,139.7187,231.94655,297.93503,719.14746,40.487904,19.712843,10.328433,486.4037,304.89584,82.030014,6.8226233,575.729,13.098028,593.9367,8.20829,30.230038,0.0,829.89575,1750.9204,0.2680128,70.50533,14.538108,10565.293,30.446606,1.2294983,5.322043,15.66218,11.067802,3.6354609,8.715074,267.90363,46.382393,4.3999214,0.7571698,4.266616,207.94429,0.819678,144.34224,112.36815,2212.6375,164.84174,97.82653,171.24799,789.9367,58.27674,44.92787,953.49066,51.516422,80.712326,10.001998,25.127205,207.61012,11.557285,9.8571005,56.12872,18.551851,4111.6997,17.981318,28.577621,15.97171,11.705711,292.0645,55.25468,31.035282,8.357975,7.770446,13.079814,54.783478,86.70766,41.930847,187.92667,18.616419,8.288431,50.520638,23.945887,33.85875,117.525635,15.668104,1.5437399,30.522715,12.368591,1498.2238,22.02387,0.646201,42.93518,13.436498,128.98657,78.20336,98.47188,8.760746,96.19032,338.41187,237.3886,29.966112,230.5636,66.25121,46.626366,69.24802,118.83751,17.637129,47.220592,477.04736,6.022711,11.13282,238.66507,22.53969,9.31863,37.68087,34.848686,389.75702,111.757,165.53664,1668.1605,69.37518,1654.0345,1550.6417,10.803024,9.795666,1597.2333,20.443819,15.743784,414.946,33.726917,58.35141,26.945227,96.74623,259.70135,404.28412,4.8463225,40.56293,126.65274,354.3326,8.460272,88.39081,9.55961,1.4720662,58.4966,1.001743,1.1462016,3.314585,10.767313,28.135725,17.622831,23.29234,402.31186,47.226814,25.624712,34.96724,12.204609,97.55544,8.380444,69.39033,9.360081,67.13606,15.626981,23.221977,34.583332,9.468448,37.532085,27.38528,1.1399468,59.480637,10.101559,219.29083,7.05001,274.51248,20.67625,1091.225,122.94338,3.038843,9.8033495,145.88258,182.43419,916.7356,913.1944 +2023-01-16 22:00:00,0.0,2307.3645,40.36517,7.35923,29.280306,26.595755,228.8747,27.711378,47.624874,18.148129,26.913109,239.6334,131.65178,14.154653,53.7186,2.9394705,2.2966492,43.82105,59.48114,44.027145,544.85785,26.424934,617.12286,131.46643,33.540874,89.706566,310.77338,75.182175,926.29926,256.3305,2462.5947,43.161613,2603.7083,474.5624,27.785389,23.958385,139.87636,231.94376,297.96732,719.7563,40.48656,19.701777,10.327508,486.35458,305.13873,82.1105,6.821429,575.7932,13.100236,593.93164,8.2143545,30.233135,0.0,830.1245,1750.9324,0.2680542,70.45396,14.538733,10567.093,30.459064,1.2301565,5.3207884,15.662433,11.078201,3.6396704,8.7154255,267.9885,46.360065,4.398869,0.75747514,4.270789,208.18161,0.81909585,144.35944,112.3035,2213.9268,164.72693,97.85625,171.30331,789.99243,58.32894,44.962173,954.2181,51.50739,80.72032,10.001512,25.142132,207.65694,11.55986,9.856071,56.140743,18.557827,4111.9717,17.98116,28.600134,15.972523,11.711269,292.12723,55.268322,31.053091,8.360695,7.7737784,13.076264,54.780876,86.73999,41.959274,187.94756,18.617355,8.298571,50.536583,23.94043,33.83817,117.53416,15.654005,1.543461,30.545158,12.366076,1497.4313,22.028093,0.64573926,42.9877,13.441836,129.01031,78.17966,98.456985,8.763381,96.21425,338.42722,237.36932,29.976072,230.53331,66.2069,46.623528,69.24716,118.90876,17.649801,47.239998,477.01715,6.0306916,11.147264,238.7681,22.53537,9.320373,37.715717,34.875076,390.11533,111.83209,165.54457,1668.8425,69.29313,1653.8953,1550.4065,10.79836,9.7882395,1596.8729,20.435432,15.734297,414.8715,33.709072,58.32379,26.939432,96.68351,259.6824,404.1981,4.84458,40.5481,126.536415,354.27502,8.45528,88.38304,9.556048,1.4717872,58.494175,1.0017875,1.1463593,3.3151011,10.766317,28.12614,17.618744,23.297043,401.7602,47.21035,25.61079,34.956654,12.198771,97.58938,8.369938,69.50036,9.355645,67.12019,15.605852,23.186852,34.552776,9.466331,37.49835,27.35309,1.1397045,59.465595,10.10066,219.28294,7.048971,274.44693,20.671864,1091.43,122.91603,3.0384994,9.801439,145.85616,182.40341,916.665,913.2948 +2023-01-16 23:00:00,0.0,2306.792,40.348713,7.353474,29.233797,26.579329,228.76427,27.705751,47.61103,18.145695,26.908596,239.6408,131.6466,14.151076,53.71113,2.946188,2.30148,43.80188,59.59493,44.07729,544.6174,26.460184,616.64954,131.48322,33.590714,89.81567,310.52463,75.19655,926.54034,256.33707,2461.7295,43.191383,2603.0999,475.07245,27.812527,23.975021,140.03403,231.94096,297.9996,720.36505,40.485214,19.69071,10.326584,486.3055,305.38162,82.19097,6.8202343,575.85736,13.102444,593.92664,8.220419,30.23623,0.0,830.3534,1750.9442,0.26809555,70.40257,14.539357,10568.892,30.471523,1.2308148,5.319534,15.662685,11.0886,3.64388,8.715777,268.07333,46.337738,4.3978167,0.75778055,4.274962,208.41895,0.8185137,144.37662,112.238846,2215.216,164.61212,97.88596,171.35864,790.0482,58.381138,44.996475,954.9455,51.498352,80.72832,10.001026,25.157059,207.70374,11.562435,9.855042,56.152767,18.5638,4112.244,17.981003,28.622648,15.973335,11.716828,292.18997,55.281963,31.0709,8.363415,7.7771106,13.072714,54.77827,86.77232,41.9877,187.96844,18.61829,8.30871,50.55253,23.934973,33.81759,117.54267,15.639906,1.5431821,30.567604,12.363562,1496.6388,22.032316,0.64527744,43.040222,13.447175,129.03406,78.15596,98.44209,8.766015,96.23817,338.44254,237.35007,29.986034,230.50302,66.16259,46.620686,69.246315,118.98,17.662474,47.2594,476.98697,6.038672,11.161707,238.87114,22.53105,9.322114,37.75056,34.901466,390.47363,111.90717,165.55252,1669.5244,69.21108,1653.756,1550.1711,10.793696,9.780813,1596.5125,20.427046,15.72481,414.797,33.69123,58.29617,26.93364,96.62079,259.66348,404.11206,4.8428383,40.533264,126.42008,354.21747,8.450289,88.375275,9.552486,1.4715084,58.491753,1.0018321,1.146517,3.315617,10.765322,28.116554,17.614656,23.301746,401.2085,47.193886,25.59687,34.946068,12.192934,97.62332,8.359431,69.6104,9.35121,67.10433,15.5847225,23.151728,34.52222,9.464213,37.464615,27.3209,1.139462,59.45055,10.099762,219.27507,7.047932,274.3814,20.667477,1091.6351,122.88869,3.0381558,9.799529,145.82973,182.37263,916.59436,913.3952 +2023-01-17 00:00:00,0.0,2306.2195,40.332256,7.3477187,29.187286,26.562904,228.65382,27.700123,47.597183,18.14326,26.904085,239.64818,131.64145,14.1475,53.703655,2.9529052,2.3063111,43.782707,59.708714,44.127434,544.37695,26.495432,616.1763,131.5,33.64055,89.92477,310.2759,75.210915,926.7814,256.3436,2460.8643,43.22115,2602.4912,475.58246,27.839664,23.991655,140.19168,231.93817,298.0319,720.9739,40.48387,19.679644,10.325659,486.25644,305.6245,82.27145,6.81904,575.9216,13.104652,593.9216,8.226483,30.239328,0.0,830.58215,1750.9562,0.26813692,70.3512,14.539983,10570.691,30.48398,1.2314731,5.3182793,15.662938,11.098999,3.6480894,8.716129,268.15817,46.315414,4.3967643,0.75808597,4.2791348,208.65628,0.8179315,144.39381,112.174194,2216.5054,164.49731,97.91568,171.41397,790.10394,58.43334,45.030773,955.6729,51.489315,80.73631,10.00054,25.171986,207.75053,11.56501,9.8540125,56.164787,18.569777,4112.516,17.980844,28.64516,15.974148,11.722386,292.2527,55.295605,31.088709,8.366134,7.7804427,13.069164,54.775665,86.80466,42.01613,187.98933,18.619226,8.3188505,50.568474,23.929516,33.79701,117.551186,15.625806,1.5429032,30.590048,12.361047,1495.8463,22.036541,0.6448157,43.092743,13.452514,129.05779,78.132256,98.4272,8.76865,96.26209,338.45786,237.3308,29.995995,230.47275,66.11828,46.617847,69.24547,119.051254,17.675146,47.278805,476.95676,6.0466523,11.176149,238.97417,22.52673,9.323856,37.785408,34.927856,390.83194,111.982254,165.56046,1670.2065,69.12903,1653.6166,1549.9358,10.789032,9.773387,1596.152,20.418661,15.7153225,414.7225,33.67339,58.268547,26.927845,96.55807,259.64453,404.02603,4.8410964,40.518433,126.30375,354.15988,8.445298,88.36751,9.548924,1.4712296,58.48933,1.0018767,1.1466746,3.316133,10.764326,28.106968,17.610569,23.306452,400.65683,47.177418,25.582949,34.935482,12.187097,97.65726,8.348925,69.72043,9.346774,67.08846,15.563594,23.116604,34.491665,9.462096,37.430878,27.288708,1.1392195,59.43551,10.098864,219.26718,7.0468926,274.3159,20.66309,1091.8402,122.861336,3.037812,9.797619,145.8033,182.34186,916.5237,913.4956 +2023-01-17 01:00:00,0.0,2305.6472,40.315804,7.3419633,29.140776,26.54648,228.5434,27.694494,47.583336,18.140825,26.899574,239.65558,131.63628,14.143924,53.696182,2.9596226,2.311142,43.76354,59.822502,44.17758,544.1365,26.530682,615.70294,131.51678,33.690388,90.03387,310.0272,75.22529,927.0224,256.35013,2459.999,43.250916,2601.8826,476.0925,27.866802,24.008291,140.34933,231.93538,298.06418,721.5827,40.48253,19.668577,10.324734,486.20737,305.8674,82.35193,6.817846,575.9858,13.10686,593.91656,8.232547,30.242426,0.0,830.81104,1750.968,0.2681783,70.29982,14.540607,10572.491,30.496439,1.2321314,5.317025,15.663191,11.109398,3.652299,8.716481,268.243,46.293087,4.395712,0.7583913,4.2833076,208.8936,0.8173493,144.41101,112.10954,2217.7947,164.3825,97.94539,171.46931,790.15967,58.48554,45.065075,956.4003,51.48028,80.74431,10.000054,25.186914,207.79735,11.567585,9.852983,56.17681,18.57575,4112.788,17.980688,28.667675,15.97496,11.727944,292.3154,55.309246,31.10652,8.368854,7.7837753,13.065615,54.773064,86.83699,42.044556,188.01022,18.620161,8.32899,50.58442,23.924059,33.77643,117.5597,15.611707,1.5426244,30.612492,12.358532,1495.0537,22.040764,0.64435387,43.14526,13.457852,129.08153,78.10856,98.41231,8.771284,96.28602,338.4732,237.31154,30.005957,230.44246,66.07397,46.615005,69.24461,119.1225,17.687819,47.298206,476.92657,6.054633,11.190593,239.07721,22.52241,9.325598,37.82025,34.95425,391.19022,112.05734,165.5684,1670.8885,69.04698,1653.4773,1549.7006,10.7843685,9.765961,1595.7916,20.410275,15.705835,414.64798,33.655544,58.24093,26.92205,96.495346,259.6256,403.94,4.8393545,40.5036,126.187416,354.10233,8.440307,88.35974,9.545362,1.4709507,58.486908,1.0019213,1.1468323,3.3166492,10.76333,28.097382,17.606482,23.311155,400.10513,47.160954,25.569029,34.9249,12.18126,97.69119,8.338419,69.83047,9.342339,67.0726,15.542464,23.08148,34.46111,9.45998,37.39714,27.256517,1.138977,59.420464,10.097965,219.25931,7.0458536,274.25034,20.658703,1092.0453,122.83399,3.0374684,9.79571,145.77687,182.31108,916.45306,913.596 +2023-01-17 02:00:00,0.0,2305.0747,40.299347,7.3362074,29.094267,26.530054,228.43297,27.688868,47.56949,18.138391,26.895063,239.66296,131.6311,14.1403475,53.68871,2.96634,2.3159728,43.744366,59.936287,44.227726,543.89606,26.56593,615.2297,131.53357,33.740223,90.14297,309.77844,75.23966,927.2634,256.35666,2459.1338,43.28068,2601.2742,476.6025,27.89394,24.024925,140.507,231.9326,298.09647,722.1915,40.481182,19.65751,10.323809,486.15826,306.1103,82.4324,6.8166513,576.0499,13.109068,593.91156,8.238611,30.245523,0.0,831.0398,1750.98,0.26821968,70.248436,14.541232,10574.291,30.508898,1.2327896,5.3157706,15.663444,11.119797,3.6565084,8.716833,268.32788,46.27076,4.3946595,0.75869673,4.287481,209.13094,0.81676716,144.4282,112.04489,2219.084,164.2677,97.975105,171.52464,790.21545,58.53774,45.099377,957.1278,51.471245,80.752304,9.999568,25.201841,207.84415,11.57016,9.851954,56.18883,18.581726,4113.0605,17.98053,28.690187,15.975773,11.733503,292.37814,55.322887,31.124329,8.3715725,7.7871075,13.062064,54.77046,86.86932,42.072983,188.03111,18.621096,8.339129,50.600365,23.918602,33.755848,117.568214,15.597608,1.5423454,30.634937,12.356017,1494.2612,22.044987,0.6438921,43.19778,13.463191,129.10527,78.084854,98.397415,8.773918,96.309944,338.48853,237.29227,30.015919,230.41217,66.029655,46.612167,69.24377,119.19374,17.70049,47.31761,476.89636,6.0626135,11.205036,239.18024,22.51809,9.327339,37.8551,34.98064,391.54852,112.13242,165.57634,1671.5706,68.96493,1653.338,1549.4652,10.779704,9.758534,1595.4312,20.401888,15.696349,414.5735,33.637703,58.213306,26.916258,96.432625,259.6067,403.85397,4.8376126,40.488766,126.07108,354.04474,8.435315,88.351974,9.541801,1.4706718,58.484486,1.0019659,1.14699,3.3171651,10.762335,28.087795,17.602394,23.31586,399.55347,47.14449,25.555107,34.914314,12.175423,97.725136,8.327912,69.940506,9.337903,67.05673,15.521336,23.046354,34.430553,9.457863,37.363403,27.224327,1.1387346,59.40542,10.097067,219.25142,7.0448146,274.1848,20.654316,1092.2504,122.80664,3.0371246,9.793799,145.75044,182.2803,916.3824,913.6965 +2023-01-17 03:00:00,0.0,2304.5022,40.28289,7.330452,29.047756,26.51363,228.32253,27.683239,47.555645,18.135956,26.89055,239.67035,131.62595,14.136771,53.681236,2.9730573,2.3208039,43.725197,60.050076,44.27787,543.6556,26.60118,614.75635,131.55035,33.790062,90.25207,309.52972,75.25403,927.50446,256.3632,2458.2686,43.310448,2600.6655,477.11255,27.921078,24.041561,140.66466,231.92981,298.12875,722.8003,40.47984,19.646444,10.322884,486.1092,306.35318,82.51288,6.815457,576.11414,13.111276,593.9065,8.244676,30.248621,0.0,831.2686,1750.9918,0.26826105,70.19706,14.541857,10576.09,30.521355,1.2334479,5.314516,15.663696,11.130196,3.660718,8.717185,268.41272,46.248432,4.3936067,0.75900215,4.2916536,209.36826,0.816185,144.44539,111.98024,2220.3735,164.1529,98.00482,171.57997,790.2712,58.589935,45.133675,957.8552,51.462208,80.7603,9.999082,25.21677,207.89095,11.572735,9.850925,56.200855,18.587702,4113.3325,17.980373,28.712702,15.976584,11.739061,292.44086,55.33653,31.142138,8.374292,7.79044,13.058515,54.767853,86.90166,42.10141,188.052,18.622032,8.349269,50.61631,23.913145,33.735268,117.57673,15.583508,1.5420666,30.657381,12.353502,1493.4688,22.04921,0.6434303,43.2503,13.468531,129.12901,78.06116,98.38252,8.776553,96.33387,338.50385,237.27301,30.025879,230.38188,65.98535,46.609325,69.24292,119.26499,17.713163,47.337013,476.86618,6.070594,11.21948,239.28326,22.513767,9.329082,37.889942,35.00703,391.90683,112.20751,165.58429,1672.2526,68.88288,1653.1986,1549.23,10.77504,9.751109,1595.0708,20.393501,15.686862,414.499,33.619858,58.185684,26.910463,96.3699,259.58774,403.76794,4.8358707,40.473934,125.95476,353.98718,8.430325,88.34421,9.5382395,1.470393,58.48206,1.0020105,1.1471477,3.317681,10.761339,28.078209,17.598307,23.320564,399.00177,47.128025,25.541187,34.90373,12.169585,97.75907,8.317407,70.05054,9.3334675,67.04087,15.500207,23.01123,34.399998,9.455746,37.329666,27.192137,1.1384922,59.390377,10.0961685,219.24355,7.043775,274.1193,20.64993,1092.4554,122.7793,3.036781,9.791889,145.72401,182.24954,916.31177,913.7969 +2023-01-17 04:00:00,0.0,2303.9297,40.266434,7.3246965,29.001247,26.497206,228.2121,27.67761,47.541798,18.133522,26.88604,239.67775,131.62077,14.133195,53.67376,2.9797747,2.3256347,43.706024,60.16386,44.328014,543.41516,26.636427,614.2831,131.56714,33.839897,90.36117,309.28098,75.2684,927.74554,256.36975,2457.4033,43.340214,2600.057,477.62256,27.948215,24.058195,140.82233,231.92702,298.16104,723.4091,40.478493,19.635378,10.3219595,486.06012,306.59607,82.59336,6.8142624,576.17834,13.113483,593.9015,8.25074,30.251717,0.0,831.49744,1751.0038,0.26830244,70.14568,14.542481,10577.89,30.533813,1.2341063,5.3132615,15.663948,11.1405945,3.6649275,8.717537,268.49756,46.226105,4.3925543,0.7593075,4.2958264,209.60559,0.81560284,144.46259,111.91559,2221.6628,164.03809,98.034546,171.6353,790.3269,58.642136,45.167976,958.58264,51.453175,80.768295,9.998596,25.231697,207.93776,11.57531,9.8498955,56.21288,18.593676,4113.605,17.980215,28.735214,15.977397,11.744619,292.50357,55.35017,31.159946,8.377011,7.793772,13.054964,54.765247,86.93399,42.129837,188.07289,18.622967,8.359409,50.632256,23.907688,33.714684,117.58524,15.569408,1.5417876,30.679825,12.350987,1492.6763,22.053432,0.64296854,43.302822,13.473869,129.15274,78.03745,98.36763,8.779187,96.357796,338.5192,237.25374,30.035841,230.3516,65.94104,46.606487,69.242065,119.336235,17.725836,47.35642,476.83597,6.078574,11.233922,239.3863,22.509447,9.330823,37.924786,35.03342,392.26514,112.28259,165.59222,1672.9346,68.80083,1653.0593,1548.9946,10.770376,9.743683,1594.7103,20.385115,15.677375,414.42447,33.602016,58.158066,26.90467,96.30718,259.56882,403.68192,4.834129,40.459103,125.838425,353.9296,8.425333,88.33644,9.5346775,1.4701141,58.479637,1.002055,1.1473054,3.3181973,10.760344,28.068624,17.59422,23.32527,398.4501,47.11156,25.527266,34.893147,12.163748,97.793015,8.3069,70.160576,9.329032,67.025,15.479077,22.976107,34.369442,9.453629,37.29593,27.159945,1.1382498,59.37533,10.095271,219.23566,7.042736,274.05374,20.645542,1092.6605,122.75195,3.0364375,9.789979,145.69759,182.21877,916.24115,913.8973 +2023-01-17 05:00:00,0.0,2303.3572,40.249977,7.3189406,28.954737,26.480782,228.10167,27.671982,47.52795,18.131088,26.881529,239.68513,131.6156,14.129619,53.666286,2.9864922,2.3304656,43.686855,60.27765,44.378162,543.1747,26.671675,613.80975,131.58392,33.889736,90.47027,309.03226,75.282776,927.9866,256.37628,2456.538,43.36998,2599.4485,478.1326,27.975353,24.074831,140.97998,231.92422,298.19333,724.01794,40.47715,19.624311,10.321034,486.01102,306.83896,82.673836,6.8130684,576.24255,13.115691,593.8964,8.2568035,30.254814,0.0,831.72626,1751.0157,0.2683438,70.0943,14.543106,10579.689,30.546272,1.2347646,5.312007,15.664201,11.150993,3.669137,8.71789,268.58243,46.203777,4.391502,0.7596129,4.299999,209.84291,0.8150207,144.47978,111.850945,2222.9521,163.92328,98.06426,171.69064,790.3827,58.694336,45.20228,959.31006,51.444138,80.77629,9.99811,25.246624,207.98456,11.577886,9.848866,56.2249,18.599651,4113.877,17.980059,28.757729,15.9782095,11.750178,292.5663,55.36381,31.177755,8.379731,7.797105,13.0514145,54.762646,86.966324,42.158268,188.09378,18.623903,8.369549,50.6482,23.902231,33.694103,117.59376,15.555308,1.5415087,30.702269,12.348473,1491.8838,22.057657,0.6425067,43.355343,13.479208,129.17648,78.013756,98.35274,8.781821,96.38172,338.53452,237.23448,30.045801,230.3213,65.89673,46.603645,69.24122,119.407486,17.738508,47.37582,476.80576,6.086555,11.248365,239.48933,22.505127,9.332565,37.959633,35.05981,392.62344,112.35767,165.60017,1673.6166,68.71878,1652.92,1548.7593,10.765712,9.736257,1594.35,20.376728,15.667888,414.34998,33.584175,58.130444,26.898876,96.24446,259.54987,403.5959,4.832387,40.444267,125.72209,353.87204,8.4203415,88.328674,9.531116,1.4698352,58.477215,1.0020996,1.147463,3.3187132,10.759348,28.059038,17.590132,23.329973,397.8984,47.095093,25.513346,34.88256,12.157911,97.82695,8.296393,70.270615,9.324596,67.00914,15.457949,22.940983,34.33889,9.451511,37.262196,27.127754,1.1380073,59.36029,10.094373,219.22777,7.041697,273.98822,20.641157,1092.8655,122.7246,3.0360937,9.788069,145.67116,182.18799,916.1705,913.9977 +2023-01-17 06:00:00,0.0,2302.7847,40.23352,7.313185,28.908228,26.464355,227.99123,27.666355,47.514103,18.128653,26.877018,239.69252,131.61044,14.126041,53.658813,2.9932094,2.3352966,43.667686,60.391434,44.428307,542.93427,26.706924,613.3364,131.60071,33.939575,90.57937,308.7835,75.29714,928.2276,256.3828,2455.6729,43.39975,2598.8398,478.64264,28.002491,24.091465,141.13763,231.92143,298.22562,724.6268,40.475807,19.613245,10.320109,485.96194,307.08185,82.75432,6.811874,576.3067,13.117899,593.8914,8.262868,30.257912,0.0,831.9551,1751.0276,0.26838517,70.04292,14.543731,10581.488,30.558731,1.2354228,5.3107524,15.6644535,11.161392,3.6733465,8.718242,268.66727,46.181454,4.3904495,0.75991833,4.3041725,210.08025,0.8144385,144.49698,111.78629,2224.2415,163.80846,98.09398,171.74597,790.4384,58.746536,45.236576,960.03754,51.4351,80.78429,9.997623,25.26155,208.03136,11.580461,9.847837,56.236923,18.605625,4114.1494,17.9799,28.780241,15.979022,11.755736,292.62903,55.377453,31.195564,8.382451,7.800437,13.047865,54.76004,86.99866,42.186695,188.11467,18.624838,8.379688,50.664146,23.896774,33.673523,117.60227,15.541209,1.5412298,30.724714,12.345958,1491.0913,22.06188,0.6420449,43.407864,13.484547,129.20023,77.99005,98.337845,8.784456,96.40565,338.54984,237.21521,30.055763,230.29102,65.85242,46.600807,69.24037,119.47873,17.75118,47.395226,476.77557,6.0945354,11.262809,239.59236,22.500807,9.334307,37.994476,35.0862,392.98175,112.43276,165.60811,1674.2986,68.63673,1652.7806,1548.524,10.761048,9.72883,1593.9895,20.368343,15.658401,414.27545,33.56633,58.10282,26.893084,96.18174,259.53094,403.50986,4.830645,40.429436,125.60576,353.81445,8.415351,88.32091,9.527554,1.4695563,58.474792,1.0021442,1.1476207,3.3192291,10.758352,28.049452,17.586044,23.334677,397.34674,47.07863,25.499424,34.871975,12.152074,97.860886,8.285888,70.380646,9.320162,66.99327,15.436819,22.905857,34.308334,9.449395,37.22846,27.095564,1.1377648,59.345245,10.093474,219.2199,7.0406575,273.9227,20.63677,1093.0706,122.69726,3.0357502,9.786159,145.64473,182.15721,916.09985,914.0981 +2023-01-17 07:00:00,0.0,2302.2122,40.217068,7.30743,28.861717,26.447931,227.8808,27.660727,47.50026,18.126219,26.872505,239.69992,131.60527,14.122465,53.65134,2.9999268,2.3401275,43.648514,60.505222,44.47845,542.6938,26.742172,612.86316,131.61751,33.98941,90.68847,308.5348,75.311516,928.4686,256.38934,2454.8076,43.429516,2598.2312,479.15265,28.029629,24.1081,141.2953,231.91864,298.2579,725.2356,40.47446,19.602179,10.319184,485.91287,307.32474,82.83479,6.8106794,576.3709,13.120107,593.88635,8.268932,30.26101,0.0,832.18384,1751.0396,0.26842657,69.99155,14.544356,10583.288,30.571188,1.2360811,5.3094983,15.664706,11.171791,3.677556,8.718594,268.7521,46.159126,4.389397,0.7602237,4.3083453,210.31757,0.81385636,144.51418,111.72164,2225.5308,163.69365,98.12369,171.8013,790.4942,58.798733,45.270878,960.76495,51.426067,80.79228,9.997138,25.27648,208.07817,11.583035,9.8468075,56.248947,18.6116,4114.4214,17.979744,28.802755,15.979835,11.761294,292.69174,55.39109,31.213373,8.38517,7.8037696,13.044314,54.757435,87.03098,42.215122,188.13556,18.625774,8.389828,50.68009,23.891317,33.652943,117.610794,15.52711,1.5409509,30.747158,12.343443,1490.2988,22.066103,0.64158314,43.460384,13.489885,129.22395,77.966354,98.32295,8.78709,96.429565,338.5652,237.19595,30.065723,230.26073,65.808105,46.597965,69.23952,119.54998,17.763853,47.414627,476.74536,6.1025157,11.277251,239.6954,22.496487,9.336049,38.029324,35.112595,393.34006,112.50784,165.61606,1674.9806,68.55468,1652.6414,1548.2887,10.756384,9.721404,1593.629,20.359957,15.648913,414.20096,33.54849,58.075203,26.88729,96.11902,259.512,403.42383,4.828903,40.4146,125.48943,353.7569,8.410359,88.31314,9.523992,1.4692775,58.47237,1.0021888,1.1477783,3.319745,10.757357,28.039865,17.581957,23.339382,396.79504,47.062164,25.485502,34.861393,12.146236,97.89483,8.275381,70.490685,9.315726,66.97741,15.41569,22.870733,34.27778,9.447278,37.19472,27.063372,1.1375223,59.3302,10.092576,219.212,7.0396185,273.85715,20.632383,1093.2756,122.66991,3.0354064,9.784248,145.6183,182.12643,916.0292,914.19855 +2023-01-17 08:00:00,0.0,2301.6396,40.20061,7.3016744,28.815208,26.431507,227.77037,27.655098,47.486412,18.123783,26.867994,239.7073,131.6001,14.118889,53.643867,3.0066442,2.3449583,43.629345,60.619007,44.528595,542.45337,26.777422,612.38983,131.6343,34.03925,90.79757,308.28604,75.32589,928.70966,256.39587,2453.9424,43.459282,2597.6226,479.6627,28.056767,24.124735,141.45296,231.91585,298.2902,725.84436,40.473118,19.591112,10.318259,485.8638,307.56763,82.91527,6.809485,576.43506,13.122314,593.88135,8.274997,30.264107,0.0,832.4127,1751.0514,0.26846793,69.94016,14.544981,10585.088,30.583647,1.2367394,5.3082438,15.664959,11.18219,3.6817656,8.7189455,268.83698,46.1368,4.388345,0.7605291,4.312518,210.5549,0.8132742,144.53136,111.65699,2226.82,163.57884,98.153404,171.85663,790.5499,58.850933,45.30518,961.4924,51.41703,80.80028,9.996652,25.291407,208.12497,11.58561,9.845778,56.260967,18.617577,4114.6934,17.979586,28.82527,15.980647,11.766852,292.7545,55.40473,31.231182,8.38789,7.8071017,13.040765,54.75483,87.06332,42.24355,188.15645,18.626709,8.399968,50.696037,23.88586,33.632362,117.61931,15.51301,1.5406721,30.769602,12.340928,1489.5063,22.070326,0.6411213,43.5129,13.495224,129.2477,77.94265,98.30806,8.789725,96.45349,338.5805,237.17668,30.075686,230.23045,65.7638,46.595127,69.23867,119.62122,17.776525,47.434032,476.71518,6.1104965,11.291695,239.79843,22.492167,9.3377905,38.064167,35.138985,393.69833,112.58293,165.624,1675.6627,68.472626,1652.5021,1548.0535,10.75172,9.713979,1593.2687,20.35157,15.639427,414.12646,33.530647,58.04758,26.881495,96.0563,259.49307,403.3378,4.827161,40.39977,125.3731,353.6993,8.405368,88.305374,9.520431,1.4689987,58.469944,1.0022334,1.147936,3.3202612,10.756361,28.03028,17.57787,23.344086,396.24338,47.0457,25.471582,34.850807,12.1404,97.928764,8.264874,70.600716,9.311291,66.96154,15.394562,22.83561,34.247223,9.445161,37.160984,27.031181,1.13728,59.31516,10.091678,219.20413,7.0385795,273.79163,20.627996,1093.4807,122.64256,3.0350628,9.782338,145.59187,182.09566,915.95856,914.29895 +2023-01-17 09:00:00,0.0,2301.0671,40.184155,7.2959185,28.768698,26.415081,227.65993,27.649471,47.472565,18.12135,26.863483,239.71469,131.59494,14.115313,53.636395,3.0133615,2.3497894,43.610172,60.732796,44.578743,542.2129,26.81267,611.91656,131.65108,34.089085,90.90667,308.03732,75.340256,928.9507,256.40244,2453.0771,43.489048,2597.0142,480.1727,28.083904,24.14137,141.61063,231.91306,298.32248,726.4532,40.471775,19.580046,10.317335,485.8147,307.81052,82.99575,6.808291,576.4993,13.124522,593.87634,8.28106,30.267202,0.0,832.6415,1751.0634,0.2685093,69.88879,14.545606,10586.887,30.596106,1.2373977,5.306989,15.665212,11.192589,3.685975,8.719297,268.9218,46.11447,4.387292,0.7608345,4.316691,210.79222,0.81269205,144.54855,111.59234,2228.1094,163.46404,98.18312,171.91196,790.60565,58.903133,45.339478,962.2198,51.407993,80.808266,9.996166,25.306335,208.17177,11.588185,9.844749,56.27299,18.62355,4114.966,17.97943,28.847782,15.981459,11.772411,292.8172,55.418373,31.248991,8.390609,7.8104343,13.037214,54.752228,87.09565,42.271976,188.17732,18.627645,8.410108,50.711987,23.880404,33.611782,117.62782,15.498911,1.5403931,30.792048,12.338413,1488.7139,22.074549,0.6406596,43.565422,13.500563,129.27144,77.91895,98.29317,8.792359,96.47742,338.59583,237.15742,30.085648,230.20016,65.71949,46.592285,69.23782,119.69247,17.789198,47.453434,476.68497,6.118477,11.306138,239.90146,22.487846,9.339532,38.099014,35.165375,394.05664,112.65801,165.63194,1676.3447,68.39058,1652.3628,1547.8181,10.747056,9.7065525,1592.9082,20.343184,15.62994,414.05194,33.512802,58.01996,26.875702,95.993576,259.47412,403.25177,4.825419,40.384937,125.25677,353.64175,8.400377,88.29761,9.516869,1.4687197,58.46752,1.002278,1.1480937,3.3207772,10.755365,28.020693,17.573784,23.348791,395.69168,47.029232,25.45766,34.84022,12.1345625,97.9627,8.254369,70.710754,9.306855,66.94568,15.373432,22.800486,34.216667,9.443044,37.127247,26.998991,1.1370375,59.300114,10.090779,219.19624,7.03754,273.7261,20.62361,1093.6858,122.61521,3.0347192,9.780428,145.56543,182.06488,915.88794,914.39935 +2023-01-17 10:00:00,0.0,2300.4946,40.167698,7.290163,28.722189,26.398657,227.5495,27.643843,47.458717,18.118916,26.858973,239.72209,131.58977,14.111736,53.62892,3.020079,2.3546202,43.591003,60.84658,44.628887,541.9725,26.84792,611.44324,131.66786,34.138924,91.01577,307.78857,75.35463,929.1918,256.40897,2452.212,43.518814,2596.4055,480.68274,28.111042,24.158005,141.76828,231.91026,298.35477,727.062,40.47043,19.56898,10.31641,485.76562,308.0534,83.076225,6.8070965,576.5635,13.12673,593.8713,8.287125,30.2703,0.0,832.8703,1751.0752,0.2685507,69.83741,14.54623,10588.687,30.608564,1.238056,5.3057346,15.665464,11.202988,3.6901846,8.719649,269.00665,46.092144,4.3862395,0.76113987,4.320864,211.02956,0.8121099,144.56575,111.52769,2229.3987,163.34923,98.21284,171.9673,790.66144,58.95533,45.37378,962.9472,51.39896,80.81626,9.99568,25.321262,208.21858,11.59076,9.8437195,56.285015,18.629526,4115.238,17.97927,28.870296,15.982271,11.777969,292.87994,55.432014,31.266802,8.393329,7.8137665,13.033665,54.749622,87.12798,42.300404,188.19821,18.62858,8.420247,50.727932,23.874947,33.5912,117.63634,15.484812,1.5401143,30.814491,12.335898,1487.9214,22.078772,0.64019775,43.617943,13.505902,129.29518,77.89525,98.278275,8.794993,96.50134,338.61118,237.13815,30.095608,230.16988,65.67518,46.589447,69.23697,119.76372,17.80187,47.47284,476.6548,6.126457,11.3205805,240.0045,22.483526,9.341274,38.133858,35.191765,394.41495,112.7331,165.63988,1677.0266,68.308525,1652.2234,1547.5829,10.742393,9.699126,1592.5479,20.334797,15.620453,413.97745,33.49496,57.99234,26.869907,95.930855,259.4552,403.16574,4.823677,40.370102,125.140434,353.58417,8.395386,88.28984,9.513307,1.4684409,58.4651,1.0023226,1.1482513,3.321293,10.75437,28.011108,17.569696,23.353495,395.14,47.012768,25.44374,34.829636,12.128725,97.99664,8.243862,70.82079,9.30242,66.92981,15.3523035,22.76536,34.18611,9.4409275,37.09351,26.9668,1.136795,59.28507,10.089881,219.18837,7.036501,273.66055,20.619223,1093.8909,122.58787,3.0343754,9.778518,145.539,182.03412,915.81726,914.49976 +2023-01-17 11:00:00,0.0,2299.922,40.15124,7.2844076,28.675678,26.382233,227.43907,27.638214,47.444874,18.11648,26.85446,239.72948,131.5846,14.10816,53.62145,3.0267963,2.359451,43.57183,60.96037,44.67903,541.732,26.883167,610.97,131.68465,34.188763,91.12487,307.53986,75.369,929.4328,256.4155,2451.3467,43.54858,2595.7969,481.19275,28.13818,24.17464,141.92595,231.90747,298.38705,727.67084,40.469086,19.557913,10.315485,485.71655,308.2963,83.1567,6.805902,576.6277,13.128938,593.8663,8.293189,30.273397,0.0,833.0991,1751.0872,0.26859206,69.786026,14.546855,10590.486,30.621021,1.2387142,5.30448,15.665716,11.213387,3.6943944,8.720001,269.0915,46.069817,4.385187,0.7614453,4.325037,211.26689,0.81152767,144.58295,111.463036,2230.6882,163.23442,98.24255,172.02263,790.71716,59.00753,45.408077,963.6747,51.389923,80.82426,9.9951935,25.33619,208.26538,11.593335,9.84269,56.297035,18.635502,4115.5103,17.979115,28.892809,15.983084,11.783527,292.94266,55.445656,31.28461,8.396048,7.817099,13.030115,54.747017,87.16032,42.32883,188.2191,18.629517,8.430387,50.743877,23.86949,33.57062,117.64485,15.470712,1.5398353,30.836935,12.333384,1487.1289,22.082996,0.639736,43.670464,13.511241,129.31891,77.87155,98.26338,8.797628,96.52527,338.6265,237.1189,30.10557,230.13959,65.63087,46.586605,69.23612,119.83496,17.814543,47.49224,476.62457,6.134438,11.335024,240.10753,22.479206,9.343016,38.1687,35.218155,394.77325,112.80818,165.64783,1677.7086,68.22648,1652.0841,1547.3475,10.737728,9.6917,1592.1874,20.32641,15.610966,413.90295,33.47712,57.964718,26.864115,95.86813,259.43625,403.0797,4.821935,40.35527,125.0241,353.5266,8.390394,88.282074,9.509745,1.4681621,58.462677,1.0023671,1.148409,3.3218093,10.753373,28.001522,17.565609,23.358198,394.58832,46.996304,25.42982,34.819054,12.122888,98.03058,8.233356,70.930824,9.297984,66.91395,15.331174,22.730236,34.155556,9.43881,37.059776,26.934608,1.1365526,59.270027,10.088983,219.18048,7.035462,273.59503,20.614836,1094.096,122.560524,3.0340319,9.7766075,145.51257,182.00334,915.74664,914.60016 +2023-01-17 12:00:00,0.0,2299.3496,40.134785,7.2786517,28.62917,26.365807,227.32863,27.632587,47.431026,18.114046,26.849949,239.73686,131.57944,14.104584,53.613976,3.0335135,2.3642821,43.55266,61.074154,44.729176,541.4916,26.918417,610.49664,131.70143,34.238598,91.23397,307.2911,75.38337,929.6738,256.42203,2450.4814,43.578346,2595.1885,481.7028,28.16532,24.191275,142.0836,231.90468,298.41934,728.2796,40.467743,19.546846,10.31456,485.66748,308.53918,83.23718,6.8047075,576.6919,13.131146,593.8612,8.299253,30.276495,0.0,833.32794,1751.099,0.26863343,69.73465,14.54748,10592.285,30.63348,1.2393725,5.3032255,15.665969,11.223785,3.6986039,8.720353,269.17636,46.047493,4.384135,0.7617507,4.32921,211.50421,0.8109455,144.60013,111.39839,2231.9775,163.11961,98.27226,172.07796,790.7729,59.05973,45.44238,964.4021,51.380886,80.83225,9.994708,25.351116,208.31218,11.595911,9.841661,56.30906,18.641476,4115.782,17.978956,28.915323,15.983896,11.789086,293.00537,55.459297,31.30242,8.398767,7.820431,13.026565,54.744415,87.19265,42.357258,188.23999,18.630451,8.440527,50.759823,23.864033,33.55004,117.653366,15.456613,1.5395564,30.859379,12.330869,1486.3364,22.08722,0.6392742,43.722984,13.51658,129.34265,77.84785,98.24849,8.800262,96.549194,338.6418,237.09962,30.11553,230.1093,65.586555,46.583767,69.23527,119.90621,17.827215,47.511646,476.5944,6.1424184,11.349467,240.21056,22.474886,9.344758,38.20355,35.244545,395.13156,112.88326,165.65576,1678.3907,68.144424,1651.9448,1547.1122,10.733065,9.684274,1591.8269,20.318026,15.601479,413.82843,33.459274,57.937096,26.85832,95.80541,259.41733,402.99368,4.8201933,40.34044,124.907776,353.46902,8.385404,88.27431,9.506183,1.4678832,58.46025,1.0024117,1.1485666,3.3223252,10.7523775,27.991936,17.561522,23.362904,394.03665,46.97984,25.4159,34.808468,12.117051,98.064514,8.22285,71.04086,9.293549,66.89808,15.310045,22.695112,34.125,9.436693,37.02604,26.902418,1.1363101,59.254982,10.088084,219.1726,7.0344224,273.52948,20.610449,1094.301,122.53317,3.0336883,9.774697,145.48615,181.97256,915.67596,914.7006 +2023-01-17 13:00:00,0.0,2298.7773,40.118332,7.2728963,28.582659,26.349382,227.2182,27.626959,47.41718,18.111612,26.845438,239.74426,131.57426,14.101007,53.606503,3.040231,2.369113,43.53349,61.187943,44.77932,541.2511,26.953665,610.0234,131.71822,34.288437,91.34307,307.0424,75.39774,929.91486,256.42856,2449.616,43.608112,2594.5798,482.21283,28.192457,24.20791,142.24127,231.90189,298.45163,728.8884,40.466396,19.53578,10.313635,485.61838,308.78207,83.31766,6.8035135,576.7561,13.133354,593.8562,8.305317,30.279593,0.0,833.55676,1751.111,0.26867482,69.68327,14.548104,10594.085,30.645939,1.2400309,5.3019714,15.666222,11.234184,3.7028134,8.720706,269.2612,46.025166,4.3830824,0.76205605,4.3333826,211.74155,0.81036335,144.61732,111.33374,2233.2668,163.0048,98.30198,172.13329,790.8287,59.11193,45.47668,965.1295,51.371853,80.84025,9.994222,25.366045,208.359,11.598486,9.840632,56.32108,18.647451,4116.054,17.9788,28.937836,15.984709,11.794644,293.0681,55.47294,31.320229,8.401487,7.8237634,13.023015,54.74181,87.22498,42.385685,188.26088,18.631388,8.450666,50.77577,23.858576,33.52946,117.66188,15.442513,1.5392776,30.881824,12.328354,1485.544,22.091442,0.6388124,43.775505,13.521918,129.3664,77.82415,98.2336,8.8028965,96.57312,338.65717,237.08037,30.125492,230.07901,65.54225,46.580925,69.23442,119.977455,17.839888,47.531048,476.56418,6.1503987,11.36391,240.3136,22.470566,9.346499,38.23839,35.27094,395.48987,112.95835,165.66371,1679.0728,68.06238,1651.8054,1546.877,10.7284,9.676848,1591.4666,20.309639,15.591991,413.75394,33.441433,57.909477,26.852528,95.74269,259.39838,402.90765,4.8184514,40.325603,124.79144,353.41147,8.380412,88.26654,9.502621,1.4676043,58.45783,1.0024563,1.1487243,3.3228412,10.751382,27.98235,17.557434,23.367607,393.48495,46.963375,25.401978,34.797882,12.111214,98.09846,8.212343,71.150894,9.289113,66.88222,15.288917,22.659988,34.094444,9.434576,36.992302,26.870228,1.1360677,59.23994,10.087186,219.16472,7.0333834,273.46396,20.606062,1094.5061,122.50583,3.0333445,9.772787,145.45972,181.94179,915.60535,914.801 +2023-01-17 14:00:00,0.0,2298.2048,40.101875,7.267141,28.536148,26.332958,227.10777,27.62133,47.40333,18.109177,26.840927,239.75165,131.56909,14.097431,53.59903,3.0469484,2.3739438,43.51432,61.301727,44.829468,541.0107,26.988914,609.55005,131.735,34.338272,91.45217,306.79364,75.41212,930.1559,256.43512,2448.7507,43.637882,2593.9712,482.72284,28.219595,24.224545,142.39893,231.8991,298.48392,729.49725,40.465054,19.524714,10.312711,485.5693,309.02496,83.39813,6.802319,576.82025,13.135562,593.85114,8.311381,30.282688,0.0,833.7855,1751.1229,0.2687162,69.63189,14.548729,10595.885,30.658396,1.2406892,5.300717,15.666474,11.244583,3.707023,8.721058,269.34604,46.00284,4.38203,0.76236147,4.337556,211.97887,0.8097812,144.63452,111.26909,2234.5562,162.89,98.3317,172.18861,790.8844,59.164127,45.51098,965.85693,51.362816,80.84824,9.993736,25.380972,208.40579,11.601061,9.839602,56.333103,18.653425,4116.3267,17.978642,28.96035,15.985521,11.800202,293.13083,55.48658,31.338037,8.404206,7.827096,13.0194645,54.739204,87.25732,42.414112,188.28177,18.632322,8.460806,50.791714,23.853119,33.508877,117.670395,15.428413,1.5389986,30.904268,12.325839,1484.7515,22.095665,0.6383506,43.828022,13.527257,129.39014,77.800446,98.218704,8.8055315,96.59704,338.6725,237.0611,30.135452,230.04872,65.49794,46.578087,69.233574,120.048706,17.85256,47.550453,476.53397,6.1583796,11.378353,240.41663,22.466246,9.348242,38.27324,35.29733,395.84818,113.03343,165.67165,1679.7546,67.98032,1651.6661,1546.6416,10.723737,9.669422,1591.1061,20.301252,15.582504,413.67944,33.423588,57.881855,26.846733,95.67997,259.37946,402.82162,4.8167095,40.310772,124.67511,353.35388,8.375421,88.25877,9.499059,1.4673254,58.455406,1.0025009,1.148882,3.3233573,10.750386,27.972763,17.553347,23.372313,392.9333,46.946907,25.388058,34.7873,12.105376,98.13239,8.201838,71.26093,9.2846775,66.86635,15.267787,22.624863,34.06389,9.43246,36.958565,26.838036,1.1358253,59.224895,10.0862875,219.15685,7.0323443,273.39844,20.601675,1094.711,122.47848,3.033001,9.770878,145.43329,181.91101,915.5347,914.9014 +2023-01-17 15:00:00,0.0,2297.6323,40.08542,7.261385,28.48964,26.316534,226.99733,27.615704,47.38949,18.106743,26.836414,239.75903,131.56393,14.093854,53.591557,3.0536656,2.378775,43.49515,61.415516,44.879612,540.7702,27.024162,609.0768,131.75179,34.38811,91.56127,306.54492,75.42649,930.397,256.44165,2447.8855,43.66765,2593.3628,483.23288,28.246733,24.24118,142.55658,231.8963,298.5162,730.1061,40.46371,19.513647,10.311786,485.52023,309.26785,83.478615,6.8011246,576.88446,13.13777,593.8461,8.317446,30.285786,0.0,834.0144,1751.1348,0.26875755,69.58051,14.549355,10597.684,30.670855,1.2413474,5.2994623,15.666727,11.254982,3.7112324,8.72141,269.4309,45.98051,4.380977,0.7626669,4.3417287,212.2162,0.80919904,144.65172,111.20444,2235.8455,162.77519,98.36142,172.24396,790.9401,59.216328,45.54528,966.5844,51.35378,80.85624,9.99325,25.3959,208.4526,11.603636,9.838573,56.345127,18.6594,4116.5986,17.978485,28.982862,15.986333,11.805761,293.19354,55.50022,31.355846,8.406926,7.830428,13.015915,54.7366,87.28965,42.44254,188.30266,18.633257,8.470945,50.80766,23.847662,33.488297,117.67891,15.414314,1.5387198,30.926712,12.323324,1483.959,22.099888,0.63788885,43.880543,13.532596,129.41386,77.77675,98.20381,8.808166,96.620964,338.6878,237.04184,30.145414,230.01843,65.45363,46.575245,69.23272,120.11995,17.865232,47.569855,476.50378,6.16636,11.3927965,240.51965,22.461926,9.349983,38.308083,35.32372,396.20645,113.10852,165.6796,1680.4366,67.89828,1651.5269,1546.4064,10.719072,9.661996,1590.7457,20.292866,15.573018,413.60492,33.405746,57.854233,26.840939,95.617256,259.3605,402.7356,4.8149676,40.29594,124.55878,353.29633,8.37043,88.25101,9.495498,1.4670466,58.452984,1.0025455,1.1490396,3.3238733,10.749391,27.963177,17.54926,23.377016,392.3816,46.930443,25.374136,34.776714,12.09954,98.16633,8.191331,71.37097,9.280242,66.85049,15.246658,22.589739,34.033333,9.430343,36.924828,26.805845,1.1355828,59.20985,10.085389,219.14896,7.031305,273.3329,20.597288,1094.9161,122.45113,3.0326571,9.768968,145.40686,181.88023,915.46405,915.00183 +2023-01-17 16:00:00,0.0,2297.0598,40.068962,7.2556295,28.443129,26.300108,226.8869,27.610075,47.37564,18.104307,26.831903,239.76643,131.55876,14.090278,53.584084,3.060383,2.3836057,43.47598,61.5293,44.929756,540.5298,27.059412,608.60345,131.76857,34.43795,91.67037,306.29617,75.44086,930.638,256.44818,2447.0203,43.697414,2592.7542,483.7429,28.27387,24.257814,142.71425,231.89352,298.5485,730.7149,40.462364,19.50258,10.310861,485.47113,309.5107,83.55909,6.79993,576.9486,13.139977,593.8411,8.32351,30.288883,0.0,834.24316,1751.1467,0.26879892,69.52914,14.549979,10599.483,30.683313,1.2420057,5.2982078,15.66698,11.265381,3.715442,8.721762,269.51575,45.958183,4.379925,0.76297224,4.3459015,212.45352,0.8086169,144.6689,111.139786,2237.1348,162.66039,98.39113,172.29929,790.9959,59.268528,45.579582,967.3118,51.344746,80.864235,9.9927635,25.410828,208.4994,11.606211,9.837544,56.357147,18.665377,4116.871,17.978327,29.005377,15.987145,11.811319,293.2563,55.513863,31.373655,8.409645,7.8337607,13.012364,54.733997,87.32198,42.470966,188.32355,18.634193,8.481086,50.823605,23.842205,33.467716,117.68743,15.400215,1.5384408,30.949158,12.320809,1483.1665,22.104113,0.63742703,43.933064,13.537934,129.4376,77.753044,98.18892,8.810801,96.64489,338.70316,237.02257,30.155376,229.98816,65.40932,46.572407,69.23187,120.19119,17.877905,47.58926,476.47357,6.1743402,11.40724,240.6227,22.457605,9.351725,38.34293,35.35011,396.56476,113.1836,165.68753,1681.1188,67.81622,1651.3875,1546.171,10.714408,9.65457,1590.3853,20.28448,15.563531,413.53043,33.387905,57.826614,26.835146,95.554535,259.34158,402.64957,4.8132257,40.281105,124.442444,353.23874,8.365438,88.24324,9.491936,1.4667677,58.45056,1.0025901,1.1491973,3.3243892,10.748395,27.953592,17.545172,23.38172,391.82993,46.91398,25.360214,34.76613,12.093702,98.20027,8.180824,71.481,9.275806,66.83462,15.225529,22.554615,34.002777,9.4282255,36.89109,26.773655,1.1353403,59.19481,10.084491,219.14108,7.030266,273.26736,20.592903,1095.1212,122.42378,3.0323136,9.767057,145.38043,181.84946,915.39343,915.10223 +2023-01-17 17:00:00,0.0,2296.4873,40.052505,7.249874,28.39662,26.283684,226.77646,27.604446,47.361794,18.101873,26.827393,239.77382,131.55359,14.086701,53.57661,3.0671005,2.3884366,43.45681,61.643085,44.9799,540.2893,27.09466,608.1302,131.78535,34.487785,91.77947,306.04745,75.45523,930.879,256.4547,2446.155,43.72718,2592.1455,484.25293,28.301008,24.274448,142.8719,231.89073,298.58078,731.32367,40.46102,19.491514,10.309936,485.42206,309.7536,83.639565,6.798736,577.0128,13.142185,593.83606,8.329574,30.29198,0.0,834.47205,1751.1586,0.2688403,69.47776,14.550604,10601.283,30.695772,1.242664,5.296953,15.6672325,11.27578,3.7196515,8.722114,269.6006,45.93586,4.3788724,0.76327765,4.3500743,212.69086,0.8080347,144.6861,111.075134,2238.424,162.54558,98.420845,172.35461,791.05164,59.32073,45.61388,968.03925,51.33571,80.87223,9.992278,25.425755,208.5462,11.608786,9.836514,56.36917,18.67135,4117.143,17.97817,29.02789,15.987958,11.816877,293.319,55.527504,31.391464,8.412365,7.837093,13.008815,54.73139,87.35432,42.499393,188.34444,18.635128,8.491225,50.83955,23.836748,33.447136,117.695946,15.386115,1.538162,30.971601,12.318295,1482.374,22.108335,0.6369653,43.985584,13.543274,129.46135,77.72935,98.17403,8.813435,96.668816,338.71848,237.00331,30.165337,229.95787,65.365005,46.569565,69.231026,120.26244,17.890577,47.60866,476.4434,6.1823206,11.421682,240.72572,22.453285,9.353467,38.377773,35.3765,396.92307,113.25868,165.69548,1681.8008,67.73418,1651.2482,1545.9357,10.709744,9.647143,1590.0248,20.276094,15.554044,413.4559,33.37006,57.798992,26.829351,95.49181,259.32263,402.56354,4.8114834,40.266273,124.32612,353.18118,8.360447,88.23547,9.488374,1.4664888,58.448135,1.0026346,1.1493549,3.3249054,10.747399,27.944006,17.541084,23.386425,391.27823,46.897514,25.346294,34.755543,12.087865,98.23421,8.170319,71.59104,9.271371,66.818756,15.2044,22.519491,33.97222,9.426108,36.857353,26.741465,1.135098,59.179764,10.083592,219.1332,7.029227,273.20184,20.588516,1095.3263,122.39644,3.03197,9.765147,145.354,181.8187,915.32275,915.2027 +2023-01-17 18:00:00,0.0,2295.9148,40.03605,7.2441187,28.35011,26.26726,226.66603,27.59882,47.347946,18.09944,26.822882,239.7812,131.54843,14.083125,53.569138,3.0738177,2.3932676,43.437637,61.756874,45.03005,540.0489,27.12991,607.65686,131.80214,34.537624,91.88857,305.7987,75.469604,931.12006,256.46127,2445.2898,43.756947,2591.5369,484.76294,28.328146,24.291084,143.02956,231.88794,298.61307,731.9325,40.45968,19.480448,10.3090105,485.373,309.9965,83.72005,6.7975416,577.077,13.144393,593.83105,8.335638,30.295078,0.0,834.7008,1751.1705,0.26888168,69.42638,14.551229,10603.082,30.70823,1.2433223,5.2956986,15.667485,11.286179,3.723861,8.7224655,269.68542,45.913532,4.37782,0.76358306,4.3542476,212.92818,0.80745256,144.7033,111.01048,2239.7134,162.43077,98.45056,172.40994,791.1074,59.372925,45.648182,968.76666,51.32667,80.880226,9.991792,25.440681,208.59302,11.611361,9.835485,56.381195,18.677326,4117.4155,17.978012,29.050404,15.9887705,11.822435,293.3817,55.541145,31.409275,8.415084,7.8404255,13.005265,54.728786,87.38664,42.527824,188.36533,18.636065,8.501365,50.855495,23.83129,33.426556,117.70446,15.372016,1.537883,30.994045,12.31578,1481.5815,22.112558,0.63650346,44.038105,13.548613,129.48509,77.70564,98.159134,8.816069,96.69274,338.7338,236.98404,30.175299,229.92758,65.3207,46.566727,69.23017,120.33369,17.90325,47.628067,476.41318,6.1903014,11.436126,240.82875,22.448963,9.355208,38.41262,35.40289,397.28137,113.33377,165.70341,1682.4828,67.65212,1651.1089,1545.7004,10.70508,9.639718,1589.6644,20.267708,15.544557,413.3814,33.35222,57.77137,26.823559,95.42909,259.3037,402.4775,4.8097415,40.25144,124.209785,353.1236,8.355456,88.22771,9.484812,1.46621,58.445713,1.0026792,1.1495126,3.3254213,10.746404,27.93442,17.536997,23.391129,390.72656,46.88105,25.332373,34.74496,12.082027,98.26814,8.159812,71.70108,9.266935,66.80289,15.183271,22.484365,33.941666,9.423991,36.82362,26.709272,1.1348555,59.164722,10.082694,219.12532,7.0281873,273.1363,20.58413,1095.5314,122.369095,3.0316262,9.763237,145.32758,181.78792,915.25214,915.3031 +2023-01-17 19:00:00,0.0,2295.3423,40.019596,7.238363,28.3036,26.250834,226.5556,27.593191,47.334103,18.097004,26.818369,239.7886,131.54326,14.079549,53.561665,3.0805352,2.3980985,43.41847,61.87066,45.080193,539.8084,27.165157,607.1836,131.81892,34.58746,91.99767,305.55,75.48397,931.3611,256.4678,2444.4246,43.786713,2590.9285,485.27298,28.355284,24.307718,143.18723,231.88515,298.64536,732.5413,40.458332,19.46938,10.308086,485.3239,310.23938,83.80052,6.796347,577.14124,13.146601,593.826,8.341702,30.298174,0.0,834.9296,1751.1824,0.26892304,69.375,14.551853,10604.882,30.720688,1.2439805,5.2944446,15.667737,11.296577,3.7280705,8.722817,269.7703,45.891205,4.3767676,0.7638884,4.3584204,213.16551,0.8068704,144.72049,110.94583,2241.003,162.31596,98.48028,172.46527,791.16315,59.425125,45.682484,969.4941,51.31764,80.88822,9.991306,25.45561,208.63982,11.613935,9.834456,56.393215,18.6833,4117.6875,17.977856,29.072916,15.989583,11.827994,293.44446,55.554787,31.427084,8.417804,7.8437576,13.001715,54.72618,87.418976,42.55625,188.38622,18.637,8.511504,50.87144,23.825832,33.405975,117.712975,15.357916,1.5376041,31.016489,12.313265,1480.7891,22.116781,0.63604164,44.090626,13.553951,129.50882,77.681946,98.14424,8.818704,96.71667,338.74915,236.96478,30.185259,229.8973,65.27639,46.563885,69.229324,120.40494,17.915922,47.64747,476.383,6.198282,11.450569,240.9318,22.444643,9.356951,38.447464,35.429283,397.63968,113.40885,165.71136,1683.1648,67.570076,1650.9695,1545.4651,10.700417,9.632292,1589.304,20.259321,15.535069,413.30692,33.334377,57.74375,26.817764,95.36637,259.28476,402.39148,4.8079996,40.236607,124.09345,353.06604,8.350465,88.21994,9.48125,1.4659312,58.44329,1.0027238,1.1496704,3.3259373,10.745408,27.924833,17.53291,23.395834,390.17487,46.864582,25.318453,34.734375,12.076191,98.302086,8.149306,71.81111,9.2625,66.787025,15.162142,22.449242,33.91111,9.421875,36.789883,26.677082,1.134613,59.149677,10.081796,219.11743,7.0271482,273.07077,20.579742,1095.7365,122.34174,3.0312827,9.761327,145.30115,181.75714,915.1815,915.4035 +2023-01-17 20:00:00,0.0,2294.7698,40.00314,7.2326074,28.25709,26.23441,226.44516,27.587563,47.320255,18.09457,26.813858,239.79599,131.53809,14.075973,53.55419,3.0872526,2.4029293,43.399296,61.984447,45.130337,539.568,27.200407,606.71027,131.83571,34.6373,92.10677,305.30124,75.498344,931.6022,256.47433,2443.5593,43.81648,2590.3198,485.783,28.382421,24.324354,143.34488,231.88235,298.67764,733.15015,40.45699,19.458313,10.307161,485.2748,310.48227,83.881,6.7951527,577.20544,13.1488085,593.821,8.347767,30.301271,0.0,835.15845,1751.1943,0.26896444,69.32362,14.552478,10606.682,30.733147,1.2446389,5.29319,15.66799,11.306976,3.73228,8.723169,269.85513,45.868877,4.3757153,0.76419383,4.362593,213.40283,0.80628824,144.73769,110.88118,2242.2922,162.20116,98.509995,172.52061,791.2189,59.477325,45.71678,970.22156,51.3086,80.89622,9.99082,25.470535,208.68661,11.61651,9.833427,56.40524,18.689276,4117.9595,17.977697,29.09543,15.990395,11.833552,293.50717,55.568428,31.444893,8.420524,7.8470902,12.998165,54.72358,87.45131,42.58468,188.4071,18.637936,8.521645,50.887386,23.820375,33.385395,117.72149,15.343817,1.5373253,31.038935,12.31075,1479.9966,22.121004,0.6355799,44.143147,13.55929,129.53256,77.65824,98.12935,8.821338,96.74059,338.76447,236.94553,30.19522,229.867,65.23208,46.561047,69.22848,120.47618,17.928595,47.666874,476.35278,6.206262,11.465012,241.03482,22.440323,9.358692,38.482307,35.455673,397.998,113.48394,165.7193,1683.8469,67.48802,1650.8302,1545.2299,10.695752,9.624866,1588.9436,20.250935,15.525582,413.2324,33.316532,57.71613,26.811972,95.30365,259.26584,402.30545,4.8062577,40.221775,123.97712,353.00845,8.345473,88.21217,9.477688,1.4656522,58.44087,1.0027684,1.149828,3.3264534,10.744412,27.915247,17.528822,23.400537,389.6232,46.848118,25.304531,34.72379,12.0703535,98.33602,8.1388,71.92115,9.258064,66.77116,15.141013,22.414118,33.880554,9.419758,36.756145,26.644892,1.1343706,59.134632,10.080898,219.10956,7.026109,273.00525,20.575356,1095.9415,122.3144,3.0309389,9.759417,145.27472,181.72636,915.11084,915.5039 +2023-01-17 21:00:00,0.0,2294.1973,39.986683,7.226852,28.21058,26.217985,226.33473,27.581936,47.306408,18.092136,26.809347,239.80338,131.53293,14.072396,53.54672,3.0939698,2.4077604,43.380127,62.098232,45.18048,539.3275,27.235655,606.237,131.85251,34.687138,92.21587,305.05252,75.51272,931.8432,256.48087,2442.694,43.84625,2589.7112,486.29303,28.40956,24.340988,143.50253,231.87956,298.70993,733.7589,40.455647,19.447247,10.306236,485.22574,310.72516,83.96148,6.7939587,577.26965,13.151016,593.816,8.35383,30.304369,0.0,835.38727,1751.2063,0.2690058,69.27224,14.5531025,10608.48,30.745605,1.2452972,5.2919354,15.668242,11.317375,3.7364895,8.723522,269.93997,45.84655,4.3746624,0.76449925,4.366766,213.64017,0.8057061,144.75487,110.816536,2243.5815,162.08635,98.5397,172.57594,791.27466,59.529522,45.751083,970.949,51.299564,80.90421,9.990334,25.485462,208.73343,11.619086,9.832397,56.417263,18.695251,4118.232,17.977541,29.117943,15.991207,11.83911,293.5699,55.58207,31.462702,8.423243,7.8504224,12.994615,54.720974,87.48364,42.613106,188.428,18.63887,8.531784,50.90333,23.814919,33.364815,117.73,15.329718,1.5370463,31.061378,12.308235,1479.2041,22.125227,0.63511807,44.195663,13.564629,129.5563,77.634544,98.114456,8.823972,96.76451,338.7798,236.92625,30.205183,229.83672,65.18777,46.558205,69.22762,120.547424,17.941267,47.686275,476.32257,6.214243,11.479455,241.13785,22.436003,9.360434,38.517155,35.482063,398.3563,113.55902,165.72725,1684.5288,67.405975,1650.6909,1544.9945,10.691089,9.617439,1588.5831,20.242548,15.516096,413.1579,33.29869,57.688507,26.806177,95.24093,259.2469,402.21942,4.804516,40.20694,123.86079,352.9509,8.340483,88.20441,9.474127,1.4653734,58.438446,1.002813,1.1499857,3.3269694,10.743417,27.90566,17.524734,23.405241,389.0715,46.831654,25.290611,34.713207,12.064516,98.36996,8.128293,72.03118,9.253629,66.755295,15.1198845,22.378994,33.85,9.417641,36.72241,26.612701,1.1341281,59.11959,10.08,219.10167,7.0250697,272.9397,20.570969,1096.1466,122.28705,3.0305953,9.757506,145.24829,181.69559,915.0402,915.6043 +2023-01-17 22:00:00,0.0,2293.6248,39.970226,7.221096,28.16407,26.201561,226.2243,27.576307,47.29256,18.0897,26.804836,239.81078,131.52776,14.06882,53.539246,3.1006873,2.4125912,43.360954,62.21202,45.230625,539.0871,27.270903,605.7637,131.8693,34.736973,92.324974,304.80377,75.527084,932.0842,256.4874,2441.8289,43.876015,2589.1028,486.80307,28.436697,24.357624,143.6602,231.87677,298.74222,734.36774,40.4543,19.43618,10.305311,485.17667,310.96805,84.041954,6.792764,577.3338,13.153224,593.8109,8.359895,30.307467,0.0,835.6161,1751.2181,0.26904717,69.22086,14.553727,10610.28,30.758062,1.2459555,5.290681,15.668495,11.327774,3.740699,8.723874,270.02484,45.824223,4.37361,0.7648046,4.3709393,213.8775,0.80512387,144.77206,110.751884,2244.8708,161.97154,98.56942,172.63127,791.3304,59.581722,45.78538,971.6764,51.29053,80.91221,9.989848,25.500391,208.78023,11.621661,9.831368,56.429283,18.701225,4118.504,17.977383,29.140457,15.99202,11.844669,293.63263,55.59571,31.48051,8.425962,7.853755,12.991065,54.71837,87.515976,42.641533,188.44888,18.639807,8.5419235,50.919277,23.809462,33.344234,117.73852,15.315618,1.5367675,31.083822,12.30572,1478.4116,22.129452,0.6346563,44.248184,13.569967,129.58003,77.61084,98.09956,8.826607,96.78844,338.79514,236.907,30.215143,229.80643,65.143456,46.555367,69.226776,120.618675,17.95394,47.70568,476.2924,6.2222233,11.493898,241.24089,22.431683,9.362176,38.552,35.508453,398.71457,113.6341,165.73518,1685.2108,67.32392,1650.5516,1544.7592,10.686424,9.610013,1588.2228,20.234161,15.506609,413.0834,33.280846,57.66089,26.800383,95.17821,259.22797,402.1334,4.802774,40.19211,123.74446,352.8933,8.335491,88.19664,9.470565,1.4650946,58.43602,1.0028576,1.1501433,3.3274853,10.742421,27.896076,17.520647,23.409946,388.51984,46.81519,25.27669,34.70262,12.05868,98.4039,8.117787,72.14122,9.249193,66.739426,15.098755,22.343868,33.819443,9.415524,36.68867,26.58051,1.1338857,59.104546,10.079102,219.09378,7.0240307,272.87418,20.566582,1096.3517,122.259705,3.0302517,9.755596,145.22186,181.66481,914.96954,915.7047 +2023-01-17 23:00:00,0.0,2293.0522,39.95377,7.2153406,28.117561,26.185135,226.11386,27.570679,47.278717,18.087267,26.800323,239.81816,131.52258,14.065244,53.531773,3.1074047,2.417422,43.341785,62.325806,45.280773,538.8466,27.306152,605.2904,131.88608,34.78681,92.434074,304.55505,75.54146,932.32526,256.49396,2440.9636,43.90578,2588.4941,487.31308,28.463835,24.374258,143.81786,231.87398,298.7745,734.97656,40.452957,19.425114,10.304386,485.1276,311.21094,84.12243,6.7915697,577.398,13.155432,593.8059,8.365959,30.310564,0.0,835.84485,1751.2301,0.26908857,69.16949,14.554353,10612.08,30.770521,1.2466137,5.2894263,15.668748,11.338173,3.7449086,8.724226,270.10968,45.8019,4.3725576,0.76511,4.375112,214.11482,0.8045417,144.78926,110.68723,2246.1602,161.85674,98.59914,172.6866,791.3861,59.633923,45.819683,972.4038,51.281494,80.920204,9.989362,25.515318,208.82703,11.624236,9.830339,56.441307,18.707201,4118.7764,17.977226,29.16297,15.992832,11.850227,293.69534,55.609352,31.49832,8.428681,7.857087,12.987515,54.715767,87.54831,42.66996,188.46977,18.640741,8.552063,50.935226,23.804005,33.32365,117.74703,15.301518,1.5364885,31.106268,12.3032055,1477.6191,22.133675,0.6341945,44.300705,13.575306,129.60378,77.58714,98.08467,8.829241,96.81236,338.81046,236.88773,30.225105,229.77615,65.09915,46.552525,69.22593,120.68992,17.966612,47.725082,476.26218,6.2302036,11.508341,241.34392,22.427362,9.363917,38.586845,35.534843,399.07288,113.70919,165.74313,1685.8928,67.241875,1650.4122,1544.5239,10.681761,9.602588,1587.8623,20.225777,15.497122,413.00888,33.263004,57.633266,26.79459,95.115486,259.209,402.04736,4.801032,40.177277,123.62813,352.83575,8.3305,88.18887,9.467003,1.4648157,58.433598,1.0029022,1.150301,3.3280013,10.7414255,27.88649,17.51656,23.41465,387.96814,46.79872,25.26277,34.692036,12.052842,98.437836,8.107281,72.25126,9.244759,66.72356,15.077626,22.308744,33.788887,9.413407,36.654934,26.548319,1.1336433,59.0895,10.078203,219.0859,7.0229917,272.80865,20.562195,1096.5566,122.23235,3.029908,9.753686,145.19542,181.63403,914.8989,915.8052 +2023-01-18 00:00:00,0.0,2292.4797,39.937313,7.209585,28.07105,26.16871,226.00343,27.565052,47.26487,18.084831,26.795813,239.82555,131.51743,14.0616665,53.5243,3.114122,2.4222531,43.322617,62.439594,45.330917,538.6062,27.3414,604.8171,131.90286,34.836647,92.543175,304.30634,75.55583,932.5663,256.5005,2440.0984,43.935547,2587.8855,487.82312,28.490973,24.390894,143.97552,231.87119,298.8068,735.5854,40.451614,19.414047,10.303462,485.0785,311.45383,84.20291,6.790375,577.46216,13.15764,593.80084,8.372024,30.31366,0.0,836.0737,1751.242,0.26912993,69.1181,14.554977,10613.879,30.78298,1.247272,5.288172,15.669001,11.348572,3.749118,8.724578,270.19452,45.77957,4.3715053,0.76541543,4.379285,214.35216,0.80395955,144.80646,110.62258,2247.4495,161.74193,98.62885,172.74193,791.4419,59.686123,45.853985,973.1313,51.272457,80.9282,9.988875,25.530247,208.87384,11.626811,9.829309,56.453327,18.713175,4119.0483,17.977068,29.185484,15.993645,11.855785,293.75806,55.622993,31.516129,8.431401,7.8604193,12.983965,54.71316,87.58064,42.698387,188.49066,18.641678,8.562203,50.95117,23.798548,33.30307,117.75555,15.287419,1.5362097,31.128712,12.300692,1476.8267,22.137897,0.63373274,44.353226,13.580645,129.62752,77.56344,98.06978,8.831876,96.83629,338.82578,236.86847,30.235065,229.74586,65.05484,46.549686,69.225075,120.76117,17.979284,47.744488,476.232,6.2381845,11.522784,241.44695,22.423042,9.36566,38.62169,35.561234,399.43118,113.78427,165.75107,1686.575,67.15982,1650.273,1544.2886,10.677096,9.595161,1587.5018,20.21739,15.487635,412.9344,33.245163,57.605644,26.788795,95.052765,259.1901,401.96133,4.79929,40.16244,123.511795,352.77817,8.325509,88.18111,9.463441,1.4645368,58.431175,1.0029467,1.1504586,3.3285174,10.74043,27.876904,17.512472,23.419355,387.41647,46.782257,25.248848,34.68145,12.047005,98.47177,8.096774,72.36129,9.240323,66.707695,15.056497,22.27362,33.75833,9.41129,36.6212,26.516129,1.1334008,59.07446,10.077305,219.07802,7.021952,272.7431,20.557808,1096.7617,122.20501,3.0295644,9.751776,145.16899,181.60326,914.8283,915.9056 +2023-01-18 01:00:00,0.0,2291.9075,39.92086,7.2038293,28.02454,26.152287,225.893,27.559423,47.251022,18.082397,26.791302,239.83295,131.51225,14.05809,53.516827,3.1208394,2.427084,43.303444,62.55338,45.38106,538.3657,27.37665,604.3438,131.91965,34.886486,92.652275,304.0576,75.5702,932.8074,256.50702,2439.2332,43.965313,2587.277,488.33313,28.51811,24.407528,144.13318,231.8684,298.83908,736.1942,40.450268,19.40298,10.302537,485.02942,311.69672,84.28339,6.789181,577.52637,13.159848,593.79584,8.378087,30.316757,0.0,836.3025,1751.2539,0.2691713,69.06673,14.555602,10615.679,30.795439,1.2479303,5.2869177,15.669253,11.358971,3.7533276,8.72493,270.27936,45.757244,4.370453,0.76572084,4.3834577,214.58948,0.8033774,144.82364,110.55793,2248.7388,161.62712,98.65858,172.79727,791.4976,59.73832,45.888283,973.8587,51.26342,80.936195,9.98839,25.545174,208.92064,11.629386,9.82828,56.46535,18.71915,4119.321,17.976912,29.207996,15.994457,11.861344,293.8208,55.636635,31.533937,8.43412,7.863752,12.980415,54.710556,87.612976,42.726814,188.51155,18.642612,8.572343,50.967117,23.79309,33.28249,117.76407,15.273319,1.5359308,31.151155,12.298177,1476.0342,22.14212,0.6332709,44.405746,13.585984,129.65126,77.53974,98.054886,8.83451,96.860214,338.8411,236.8492,30.245028,229.71558,65.01053,46.546844,69.22423,120.83241,17.991957,47.76389,476.20178,6.246165,11.537228,241.54999,22.418722,9.367401,38.656536,35.587627,399.7895,113.85936,165.75902,1687.2568,67.077774,1650.1337,1544.0533,10.672433,9.587735,1587.1415,20.209003,15.4781475,412.8599,33.227318,57.578026,26.783003,94.99004,259.17114,401.8753,4.7975483,40.14761,123.39546,352.7206,8.320518,88.17334,9.459879,1.464258,58.428753,1.0029913,1.1506163,3.3290334,10.739434,27.867317,17.508385,23.424059,386.86478,46.765793,25.234926,34.670868,12.041167,98.505714,8.086268,72.47133,9.235888,66.691826,15.035368,22.238497,33.727776,9.409173,36.587463,26.483936,1.1331583,59.059414,10.0764065,219.07014,7.020913,272.67758,20.553421,1096.9668,122.177666,3.0292206,9.749866,145.14256,181.5725,914.7576,916.006 +2023-01-18 02:00:00,0.0,2291.335,39.904404,7.198074,27.978031,26.13586,225.78256,27.553795,47.237175,18.079964,26.78679,239.84033,131.50708,14.054514,53.509354,3.1275568,2.4319148,43.284275,62.667168,45.431206,538.1253,27.411898,603.8705,131.93643,34.93632,92.761375,303.80887,75.58457,933.0484,256.51355,2438.368,43.99508,2586.6685,488.84317,28.545248,24.424164,144.29085,231.8656,298.87137,736.803,40.448925,19.391914,10.301612,484.98035,311.9396,84.36387,6.7879868,577.5906,13.162056,593.7908,8.384151,30.319855,0.0,836.5313,1751.2657,0.2692127,69.01535,14.556227,10617.479,30.807896,1.2485886,5.285663,15.669505,11.3693695,3.7575371,8.725282,270.36423,45.734917,4.3694005,0.7660262,4.387631,214.82681,0.80279523,144.84084,110.49328,2250.028,161.51231,98.68829,172.8526,791.5534,59.79052,45.922585,974.5861,51.254387,80.94419,9.987904,25.5601,208.96744,11.631961,9.827251,56.477375,18.725126,4119.593,17.976753,29.23051,15.995269,11.866902,293.8835,55.650276,31.551746,8.43684,7.867084,12.976865,54.70795,87.64531,42.75524,188.53244,18.643549,8.582482,50.983063,23.787634,33.26191,117.77258,15.25922,1.5356519,31.1736,12.295662,1475.2416,22.146343,0.63280916,44.458267,13.591323,129.67499,77.51604,98.03999,8.837144,96.88414,338.85645,236.82994,30.254988,229.68529,64.96622,46.544006,69.22338,120.90366,18.00463,47.783295,476.1716,6.254145,11.55167,241.65302,22.414402,9.3691435,38.69138,35.614017,400.1478,113.93444,165.76697,1687.9388,66.99572,1649.9943,1543.818,10.6677685,9.580309,1586.781,20.200617,15.46866,412.78537,33.209476,57.550404,26.777208,94.92732,259.15222,401.78928,4.7958064,40.132774,123.27914,352.66302,8.315526,88.16557,9.456317,1.4639791,58.42633,1.0030359,1.150774,3.3295493,10.738439,27.85773,17.504297,23.428764,386.31308,46.74933,25.221006,34.660282,12.035331,98.53965,8.075762,72.58136,9.231452,66.675964,15.014239,22.203371,33.69722,9.407056,36.553726,26.451746,1.1329159,59.044373,10.075508,219.06226,7.019874,272.61206,20.549034,1097.1719,122.150314,3.028877,9.747956,145.11613,181.54172,914.687,916.1064 +2023-01-18 03:00:00,0.0,2290.7625,39.887947,7.1923184,27.93152,26.119436,225.67213,27.548168,47.22333,18.077528,26.782278,239.84772,131.50192,14.050938,53.50188,3.134274,2.4367456,43.265102,62.780952,45.481354,537.8848,27.447147,603.3972,131.95322,34.98616,92.870476,303.56012,75.598946,933.2894,256.52008,2437.5027,44.024845,2586.0598,489.35318,28.572386,24.440798,144.4485,231.86281,298.90366,737.4118,40.447582,19.380848,10.300687,484.93127,312.1825,84.44434,6.7867923,577.6548,13.164264,593.78577,8.390216,30.322952,0.0,836.76013,1751.2777,0.26925406,68.96397,14.556851,10619.278,30.820354,1.2492468,5.2844086,15.669758,11.379768,3.7617466,8.725634,270.44907,45.71259,4.3683476,0.7663316,4.3918037,215.06413,0.8022131,144.85803,110.42863,2251.3176,161.3975,98.718,172.90793,791.60913,59.84272,45.956886,975.31354,51.24535,80.95219,9.987418,25.575027,209.01425,11.634536,9.826221,56.489395,18.7311,4119.8647,17.976597,29.253025,15.996081,11.87246,293.94623,55.663918,31.569557,8.43956,7.8704166,12.973315,54.70535,87.67764,42.78367,188.55333,18.644484,8.592623,50.99901,23.782177,33.24133,117.7811,15.245121,1.535373,31.196045,12.293147,1474.4491,22.150566,0.63234735,44.510784,13.596662,129.69873,77.49234,98.0251,8.839779,96.908066,338.87177,236.81067,30.26495,229.655,64.921906,46.541164,69.22253,120.97491,18.017302,47.802696,476.1414,6.262126,11.566113,241.75606,22.410082,9.370885,38.726223,35.640408,400.5061,114.00952,165.7749,1688.6208,66.91367,1649.855,1543.5826,10.663105,9.572883,1586.4207,20.19223,15.459173,412.71088,33.191635,57.52278,26.771414,94.8646,259.1333,401.70325,4.794064,40.117943,123.1628,352.60547,8.310535,88.15781,9.452755,1.4637003,58.423904,1.0030805,1.1509316,3.3300655,10.737443,27.848145,17.50021,23.433468,385.7614,46.732864,25.207085,34.649696,12.029493,98.573586,8.065256,72.6914,9.227016,66.660095,14.99311,22.168247,33.666668,9.40494,36.51999,26.419556,1.1326735,59.029327,10.07461,219.05438,7.0188346,272.5465,20.54465,1097.377,122.12297,3.0285335,9.746046,145.0897,181.51094,914.61633,916.2068 +2023-01-18 04:00:00,0.0,2290.19,39.87149,7.186563,27.885012,26.103012,225.5617,27.54254,47.209484,18.075094,26.777767,239.85512,131.49675,14.047361,53.494408,3.1409914,2.4415767,43.245934,62.89474,45.531498,537.6444,27.482395,602.9239,131.97,35.036,92.979576,303.3114,75.61331,933.53046,256.52664,2436.6375,44.054615,2585.4512,489.86322,28.599524,24.457434,144.60617,231.86002,298.93594,738.0206,40.446236,19.369781,10.299762,484.88217,312.42538,84.52482,6.785598,577.719,13.1664715,593.78076,8.39628,30.32605,0.0,836.98895,1751.2896,0.26929542,68.91259,14.557476,10621.077,30.832813,1.2499051,5.283154,15.670011,11.390167,3.7659562,8.725986,270.5339,45.69026,4.3672953,0.766637,4.3959765,215.30147,0.8016309,144.87523,110.36398,2252.607,161.2827,98.74772,172.96326,791.66486,59.894917,45.991184,976.04095,51.236313,80.96018,9.986932,25.589956,209.06105,11.637112,9.825192,56.50142,18.737076,4120.137,17.976439,29.275537,15.996894,11.878018,294.00897,55.67756,31.587366,8.442279,7.873749,12.969766,54.702744,87.70998,42.812096,188.57422,18.645418,8.602762,51.014954,23.77672,33.22075,117.78961,15.231021,1.535094,31.218489,12.290632,1473.6566,22.15479,0.6318856,44.563305,13.602,129.72247,77.468636,98.01021,8.842413,96.93199,338.8871,236.79141,30.274912,229.62471,64.8776,46.538326,69.22168,121.04615,18.029974,47.8221,476.1112,6.2701063,11.580557,241.85909,22.405762,9.372626,38.76107,35.666798,400.8644,114.08461,165.78285,1689.303,66.83162,1649.7157,1543.3474,10.658441,9.565457,1586.0602,20.183844,15.449687,412.63635,33.17379,57.495163,26.765621,94.80188,259.11435,401.61722,4.792322,40.10311,123.04647,352.54788,8.305544,88.15004,9.449194,1.4634213,58.421482,1.0031251,1.1510893,3.3305814,10.736447,27.83856,17.496122,23.438171,385.20972,46.716396,25.193165,34.639114,12.023656,98.60753,8.0547495,72.80144,9.222581,66.64423,14.971981,22.133123,33.636112,9.4028225,36.48625,26.387365,1.132431,59.014282,10.073711,219.0465,7.0177956,272.481,20.540262,1097.582,122.09562,3.0281897,9.744136,145.06328,181.48016,914.5457,916.30725 +2023-01-18 05:00:00,0.0,2289.6174,39.855034,7.180807,27.838501,26.086588,225.45126,27.536911,47.195637,18.07266,26.773256,239.8625,131.49158,14.043785,53.486935,3.147709,2.4464076,43.22676,63.008526,45.581642,537.40393,27.517645,602.4506,131.98679,35.085835,93.08868,303.06265,75.627686,933.7715,256.53317,2435.772,44.08438,2584.8428,490.37323,28.626661,24.474068,144.76382,231.85724,298.96823,738.62946,40.444893,19.358715,10.298838,484.8331,312.66827,84.6053,6.7844033,577.7832,13.168679,593.7757,8.402344,30.329147,0.0,837.2178,1751.3015,0.26933682,68.86121,14.558101,10622.877,30.84527,1.2505635,5.2818995,15.670263,11.400566,3.7701657,8.726338,270.61877,45.66794,4.366243,0.7669424,4.4001493,215.53879,0.80104876,144.89241,110.29933,2253.8962,161.1679,98.777435,173.01859,791.72064,59.947117,46.025486,976.76843,51.22728,80.96818,9.986445,25.604883,209.10785,11.639687,9.824163,56.513443,18.74305,4120.409,17.976282,29.298052,15.997706,11.883577,294.0717,55.6912,31.605175,8.444999,7.8770814,12.966215,54.700138,87.74231,42.840523,188.59511,18.646355,8.612902,51.0309,23.771263,33.20017,117.79813,15.216922,1.5348152,31.240932,12.288117,1472.8641,22.159014,0.6314238,44.615826,13.607339,129.74622,77.44494,97.995316,8.845047,96.95591,338.90244,236.77214,30.284872,229.59442,64.83329,46.535484,69.220825,121.1174,18.042646,47.841503,476.081,6.2780867,11.594999,241.96211,22.401442,9.374369,38.795914,35.693188,401.2227,114.15969,165.79079,1689.985,66.74957,1649.5763,1543.112,10.653777,9.558031,1585.6997,20.175459,15.4402,412.56186,33.15595,57.46754,26.759827,94.73916,259.09543,401.5312,4.7905803,40.088276,122.93014,352.49033,8.300552,88.14227,9.445632,1.4631425,58.41906,1.0031697,1.1512469,3.3310974,10.735452,27.828974,17.492037,23.442877,384.65805,46.699932,25.179243,34.62853,12.017818,98.641464,8.044243,72.91147,9.218145,66.628365,14.950851,22.098,33.605556,9.400705,36.452515,26.355173,1.1321886,58.99924,10.072813,219.03862,7.0167565,272.41544,20.535875,1097.7871,122.068275,3.027846,9.742226,145.03685,181.44939,914.4751,916.40765 +2023-01-18 06:00:00,0.0,2289.045,39.838577,7.1750517,27.791992,26.070162,225.34084,27.531284,47.18179,18.070225,26.768745,239.86989,131.48642,14.040209,53.47946,3.154426,2.4512384,43.207592,63.122314,45.631786,537.1635,27.552893,601.9773,132.00357,35.135674,93.19778,302.81393,75.64206,934.0125,256.5397,2434.9067,44.114147,2584.2341,490.88327,28.6538,24.490704,144.92148,231.85445,299.00052,739.2383,40.44355,19.347649,10.297913,484.78403,312.91116,84.685776,6.7832093,577.84735,13.170887,593.7707,8.408408,30.332243,0.0,837.44653,1751.3135,0.2693782,68.80983,14.558726,10624.677,30.857729,1.2512218,5.280645,15.670516,11.410965,3.7743752,8.72669,270.7036,45.64561,4.3651905,0.7672478,4.4043226,215.77612,0.8004666,144.9096,110.23468,2255.1855,161.05309,98.80715,173.07393,791.77637,59.999317,46.059788,977.49585,51.218243,80.97617,9.98596,25.619812,209.15466,11.6422615,9.823134,56.525463,18.749025,4120.6816,17.976124,29.320564,15.998519,11.889135,294.1344,55.70484,31.622984,8.447718,7.8804135,12.962666,54.697536,87.77464,42.86895,188.616,18.64729,8.623041,51.046844,23.765806,33.17959,117.80664,15.202823,1.5345362,31.263378,12.285603,1472.0717,22.163237,0.63096195,44.668346,13.612678,129.76994,77.421234,97.98042,8.847682,96.979836,338.91776,236.75288,30.294834,229.56413,64.78898,46.532646,69.21998,121.188644,18.055319,47.86091,476.05078,6.286067,11.609443,242.06516,22.397121,9.37611,38.83076,35.719578,401.581,114.23478,165.79874,1690.667,66.66752,1649.437,1542.8768,10.649113,9.550605,1585.3394,20.167072,15.430713,412.48737,33.138107,57.43992,26.754034,94.67644,259.07648,401.44516,4.7888384,40.073444,122.813805,352.43274,8.295562,88.13451,9.44207,1.4628637,58.416637,1.0032142,1.1514046,3.3316135,10.734456,27.819387,17.48795,23.44758,384.10635,46.683468,25.165323,34.617943,12.011982,98.6754,8.033737,73.02151,9.21371,66.6125,14.929723,22.062874,33.575,9.398588,36.41878,26.322983,1.1319461,58.984196,10.071915,219.03073,7.015717,272.3499,20.531488,1097.9922,122.040924,3.0275023,9.740315,145.01042,181.41861,914.4044,916.50806 +2023-01-18 07:00:00,0.0,2288.4724,39.822124,7.1692963,27.745481,26.053738,225.23041,27.525656,47.167946,18.067791,26.764233,239.87729,131.48125,14.036633,53.47199,3.1611435,2.4560695,43.18842,63.2361,45.68193,536.92303,27.588142,601.504,132.02036,35.18551,93.30688,302.5652,75.656425,934.2536,256.54623,2434.0415,44.143913,2583.6255,491.3933,28.680937,24.507338,145.07915,231.85165,299.0328,739.84705,40.442204,19.336582,10.296988,484.73492,313.15405,84.76625,6.782015,577.91156,13.173095,593.7656,8.414473,30.33534,0.0,837.6754,1751.3253,0.26941955,68.75845,14.559351,10626.476,30.870188,1.25188,5.2793903,15.670769,11.421364,3.7785847,8.727042,270.78845,45.623283,4.364138,0.7675532,4.4084954,216.01344,0.79988444,144.9268,110.17003,2256.4749,160.93828,98.83687,173.12926,791.8321,60.051517,46.094086,978.22327,51.209206,80.98417,9.985474,25.634739,209.20146,11.644836,9.822104,56.537487,18.755001,4120.9536,17.975967,29.343079,15.999331,11.894693,294.19714,55.718483,31.640793,8.450438,7.883746,12.959115,54.69493,87.80697,42.89738,188.63689,18.648226,8.633182,51.06279,23.76035,33.159008,117.815155,15.188723,1.5342574,31.285822,12.283088,1471.2792,22.16746,0.6305002,44.720867,13.618016,129.79369,77.39754,97.96553,8.850316,97.00376,338.93307,236.73361,30.304794,229.53386,64.74467,46.529804,69.21913,121.259895,18.067991,47.88031,476.0206,6.294048,11.623886,242.16818,22.392801,9.377852,38.865604,35.745968,401.9393,114.30986,165.80667,1691.3489,66.58547,1649.2977,1542.6415,10.644448,9.543179,1584.9789,20.158686,15.421226,412.41284,33.120262,57.4123,26.74824,94.613716,259.05756,401.35913,4.7870965,40.058613,122.69748,352.37518,8.29057,88.12674,9.438508,1.4625847,58.414215,1.0032588,1.1515623,3.3321295,10.73346,27.809801,17.483862,23.452286,383.5547,46.667004,25.151402,34.607357,12.006145,98.70934,8.023231,73.131546,9.209274,66.596634,14.908594,22.02775,33.544445,9.396471,36.385044,26.290792,1.1317036,58.969154,10.071016,219.02286,7.014678,272.2844,20.527102,1098.1973,122.01358,3.0271587,9.738405,144.984,181.38783,914.3338,916.60846 +2023-01-18 08:00:00,0.0,2287.9,39.805668,7.1635404,27.698973,26.037313,225.11996,27.520027,47.1541,18.065355,26.759722,239.88467,131.47607,14.033055,53.464516,3.167861,2.4609003,43.16925,63.349888,45.73208,536.6826,27.62339,601.0307,132.03714,35.235348,93.41598,302.31647,75.6708,934.4946,256.55276,2433.1763,44.17368,2583.017,491.90332,28.708075,24.523973,145.2368,231.84886,299.0651,740.4559,40.44086,19.325516,10.296062,484.68585,313.39694,84.84673,6.7808204,577.9757,13.1753025,593.7606,8.420537,30.338438,0.0,837.9042,1751.3373,0.26946095,68.70708,14.559976,10628.275,30.882647,1.2525383,5.2781363,15.671021,11.431763,3.7827942,8.727394,270.8733,45.600956,4.3630857,0.76785856,4.412668,216.25078,0.7993023,144.944,110.10538,2257.7642,160.82347,98.86658,173.18459,791.8879,60.103714,46.128387,978.9507,51.200172,80.992165,9.984988,25.649666,209.24826,11.647411,9.821075,56.54951,18.760975,4121.2256,17.97581,29.365591,16.000143,11.900252,294.25986,55.732124,31.658602,8.453156,7.8870783,12.955565,54.692326,87.8393,42.925808,188.65778,18.64916,8.643321,51.078735,23.754892,33.138424,117.82367,15.1746235,1.5339785,31.308266,12.280573,1470.4867,22.171682,0.6300384,44.773388,13.623356,129.81743,77.37383,97.95064,8.852951,97.02769,338.94843,236.71436,30.314756,229.50357,64.700356,46.526966,69.21828,121.33114,18.080664,47.899715,475.9904,6.302028,11.638329,242.27121,22.38848,9.379594,38.90045,35.77236,402.2976,114.38495,165.81462,1692.031,66.50342,1649.1584,1542.4062,10.639785,9.535752,1584.6185,20.1503,15.411738,412.33835,33.10242,57.384678,26.742447,94.550995,259.0386,401.2731,4.7853546,40.043777,122.58115,352.3176,8.285579,88.118965,9.434946,1.4623059,58.41179,1.0033034,1.1517199,3.3326454,10.732465,27.800215,17.479774,23.45699,383.003,46.65054,25.137482,34.596775,12.000307,98.74328,8.012724,73.24158,9.204839,66.58077,14.887465,21.992626,33.51389,9.394355,36.351307,26.2586,1.1314613,58.95411,10.070118,219.01497,7.013639,272.21884,20.522715,1098.4022,121.98624,3.0268152,9.736495,144.95757,181.35707,914.2631,916.70886 +2023-01-18 09:00:00,0.0,2287.3274,39.78921,7.157785,27.652462,26.020887,225.00954,27.5144,47.14025,18.062922,26.75521,239.89206,131.47092,14.029479,53.457043,3.1745782,2.4657311,43.15008,63.463673,45.782223,536.44214,27.65864,600.55743,132.05392,35.285187,93.52508,302.06772,75.68517,934.73566,256.55933,2432.311,44.203445,2582.4084,492.41336,28.735212,24.540607,145.39445,231.84607,299.09738,741.0647,40.439518,19.31445,10.295137,484.63678,313.63983,84.92721,6.779626,578.0399,13.17751,593.75555,8.4266,30.341536,0.0,838.13306,1751.3491,0.2695023,68.65569,14.5606,10630.075,30.895103,1.2531966,5.2768817,15.671274,11.442162,3.7870038,8.727746,270.95816,45.57863,4.362033,0.768164,4.416841,216.48811,0.79872006,144.96118,110.040726,2259.0535,160.70866,98.89629,173.23991,791.9436,60.155914,46.162685,979.67816,51.191135,81.00016,9.984502,25.664593,209.29507,11.649986,9.820046,56.56153,18.76695,4121.498,17.975653,29.388105,16.000956,11.90581,294.32257,55.745766,31.67641,8.455876,7.890411,12.952015,54.68972,87.871635,42.954235,188.67867,18.650097,8.6534605,51.09468,23.749435,33.117844,117.832184,15.160523,1.5336996,31.33071,12.278058,1469.6942,22.175907,0.6295766,44.82591,13.628695,129.84117,77.350136,97.935745,8.855585,97.05161,338.96375,236.69508,30.324717,229.47328,64.65605,46.524124,69.21743,121.40239,18.093336,47.919117,475.9602,6.3100085,11.652772,242.37425,22.38416,9.381336,38.935295,35.79875,402.6559,114.46003,165.82256,1692.713,66.42137,1649.019,1542.1709,10.63512,9.528327,1584.258,20.141912,15.402251,412.26385,33.084576,57.357056,26.736652,94.48828,259.01968,401.18707,4.7836127,40.028946,122.46481,352.26004,8.280588,88.1112,9.431384,1.4620271,58.409367,1.003348,1.1518776,3.3331616,10.731469,27.790628,17.475687,23.461693,382.45132,46.63407,25.12356,34.58619,11.994471,98.777214,8.002218,73.351616,9.200403,66.5649,14.866336,21.957502,33.483334,9.392238,36.31757,26.22641,1.1312188,58.939064,10.06922,219.0071,7.0125995,272.15332,20.518328,1098.6073,121.958885,3.0264714,9.734585,144.93114,181.3263,914.1925,916.8093 +2023-01-18 10:00:00,0.0,2286.755,39.772755,7.1520295,27.605953,26.004463,224.89911,27.508772,47.126404,18.060488,26.7507,239.89946,131.46574,14.025903,53.44957,3.1812956,2.4705622,43.13091,63.57746,45.832367,536.2017,27.693888,600.0841,132.07071,35.335022,93.63418,301.819,75.69955,934.9767,256.56586,2431.4458,44.23321,2581.7998,492.92337,28.76235,24.557243,145.55212,231.84328,299.12967,741.6735,40.43817,19.303383,10.294213,484.5877,313.88272,85.00768,6.778432,578.1041,13.179718,593.75055,8.432665,30.344633,0.0,838.3618,1751.3611,0.26954368,68.60432,14.561225,10631.874,30.907562,1.2538549,5.275627,15.671526,11.45256,3.7912135,8.728098,271.043,45.5563,4.3609805,0.7684694,4.4210143,216.72543,0.7981379,144.97838,109.976074,2260.3428,160.59386,98.92601,173.29526,791.9994,60.208115,46.196987,980.4056,51.1821,81.008156,9.984015,25.679522,209.34187,11.652561,9.819016,56.573555,18.772926,4121.77,17.975494,29.410618,16.001768,11.911368,294.3853,55.759407,31.69422,8.458596,7.893743,12.948465,54.68712,87.90397,42.982662,188.69955,18.651031,8.6636,51.110626,23.743979,33.097263,117.840706,15.146424,1.5334207,31.353155,12.275543,1468.9017,22.18013,0.6291148,44.878426,13.634033,129.8649,77.32643,97.92085,8.858219,97.07554,338.97906,236.67583,30.334679,229.443,64.61174,46.521286,69.21658,121.47363,18.106009,47.938522,475.93,6.3179893,11.667215,242.47728,22.379839,9.383078,38.97014,35.82514,403.01422,114.53511,165.8305,1693.395,66.33932,1648.8798,1541.9355,10.630457,9.520901,1583.8976,20.133526,15.392764,412.18933,33.066734,57.329437,26.730858,94.42556,259.00073,401.10104,4.781871,40.01411,122.34848,352.20245,8.275597,88.10343,9.427822,1.4617482,58.406944,1.0033926,1.1520352,3.3336775,10.730473,27.781044,17.4716,23.466398,381.89963,46.617607,25.109638,34.575603,11.988633,98.81116,7.9917116,73.46165,9.195968,66.54904,14.845206,21.922377,33.452778,9.3901205,36.283833,26.19422,1.1309763,58.924023,10.068321,218.9992,7.0115604,272.0878,20.51394,1098.8124,121.93154,3.0261278,9.732675,144.90471,181.29552,914.1219,916.9097 +2023-01-18 11:00:00,0.0,2286.1824,39.756298,7.1462736,27.559443,25.988039,224.78867,27.503143,47.11256,18.058052,26.74619,239.90685,131.46057,14.022326,53.442093,3.188013,2.475393,43.11174,63.691246,45.88251,535.96124,27.729137,599.61084,132.08751,35.38486,93.74328,301.57025,75.71391,935.2177,256.5724,2430.5806,44.26298,2581.1914,493.4334,28.789488,24.573877,145.70978,231.84048,299.162,742.2823,40.43683,19.292316,10.293288,484.5386,314.1256,85.088165,6.7772374,578.16833,13.181926,593.74554,8.438729,30.347729,0.0,838.59064,1751.3729,0.26958507,68.55294,14.56185,10633.674,30.920021,1.2545131,5.2743726,15.671779,11.462959,3.795423,8.72845,271.12784,45.533978,4.359928,0.76877475,4.425187,216.96277,0.79755574,144.99557,109.91142,2261.6323,160.47905,98.955734,173.35059,792.0551,60.260315,46.23129,981.133,51.173065,81.01615,9.98353,25.694448,209.38869,11.655136,9.817987,56.58558,18.7789,4122.0425,17.975338,29.433132,16.00258,11.916927,294.44803,55.77305,31.71203,8.461315,7.897075,12.944916,54.684513,87.9363,43.01109,188.72044,18.651968,8.67374,51.12657,23.738522,33.076683,117.84922,15.132325,1.5331417,31.375599,12.273028,1468.1093,22.184353,0.62865305,44.930946,13.639372,129.88864,77.302734,97.90596,8.860854,97.099464,338.99442,236.65656,30.34464,229.4127,64.56743,46.518444,69.21573,121.544876,18.118681,47.957924,475.8998,6.3259697,11.681659,242.5803,22.375519,9.384819,39.004986,35.851532,403.37253,114.6102,165.83844,1694.0769,66.25727,1648.7405,1541.7003,10.6257925,9.513474,1583.5372,20.125141,15.383278,412.11484,33.048893,57.301815,26.725065,94.36284,258.9818,401.01498,4.780129,39.99928,122.23215,352.1449,8.270605,88.095665,9.424261,1.4614693,58.404522,1.0034372,1.152193,3.3341935,10.729477,27.771458,17.467512,23.471102,381.34796,46.601143,25.095718,34.56502,11.982796,98.84509,7.9812055,73.571686,9.191532,66.53317,14.824078,21.887253,33.422222,9.388003,36.250095,26.16203,1.1307338,58.908978,10.067423,218.99133,7.0105214,272.02225,20.509554,1099.0175,121.90419,3.025784,9.730764,144.87828,181.26474,914.0512,917.01013 +2023-01-18 12:00:00,0.0,2285.6099,39.73984,7.140518,27.512932,25.971615,224.67824,27.497515,47.098713,18.055618,26.741676,239.91423,131.45541,14.01875,53.43462,3.1947303,2.480224,43.092567,63.805035,45.93266,535.7208,27.764385,599.1375,132.1043,35.434696,93.85238,301.32153,75.72829,935.4588,256.57892,2429.7153,44.292747,2580.5828,493.94342,28.816626,24.590513,145.86743,231.83769,299.19427,742.8911,40.435482,19.28125,10.292363,484.48953,314.3685,85.16864,6.776043,578.2325,13.1841345,593.7405,8.444794,30.350826,0.0,838.81946,1751.3849,0.26962644,68.50156,14.562474,10635.474,30.93248,1.2551715,5.273118,15.672031,11.473358,3.7996325,8.728802,271.2127,45.51165,4.3588758,0.76908016,4.42936,217.20009,0.7969736,145.01277,109.84677,2262.9216,160.36424,98.98544,173.40591,792.11084,60.31251,46.265587,981.8604,51.16403,81.02415,9.983044,25.709377,209.43549,11.657711,9.816958,56.5976,18.784876,4122.3145,17.97518,29.455645,16.003393,11.922485,294.51074,55.78669,31.72984,8.464035,7.900408,12.941365,54.681908,87.968636,43.039516,188.74133,18.652903,8.68388,51.142517,23.733065,33.056103,117.857735,15.118225,1.5328629,31.398043,12.270514,1467.3168,22.188576,0.62819123,44.983467,13.644711,129.91238,77.27903,97.89107,8.863488,97.12338,339.00974,236.6373,30.3546,229.38242,64.52312,46.515606,69.21488,121.61613,18.131353,47.977325,475.8696,6.33395,11.696101,242.68335,22.371199,9.386561,39.03983,35.877922,403.73083,114.68528,165.84639,1694.759,66.17522,1648.6011,1541.465,10.621129,9.506048,1583.1768,20.116755,15.373791,412.04034,33.031048,57.274193,26.71927,94.30012,258.96286,400.92896,4.778387,39.984447,122.11582,352.0873,8.2656145,88.0879,9.420699,1.4611905,58.4021,1.0034817,1.1523507,3.3347096,10.728481,27.761871,17.463425,23.475807,380.79626,46.58468,25.081797,34.554436,11.976958,98.879036,7.9706993,73.681725,9.187097,66.51731,14.802949,21.852129,33.391666,9.385887,36.216362,26.129837,1.1304915,58.893932,10.066525,218.98344,7.009482,271.95673,20.505167,1099.2225,121.87685,3.0254405,9.728854,144.85185,181.23396,913.9806,917.11053 +2023-01-18 13:00:00,0.0,2285.0376,39.72339,7.134763,27.466423,25.955189,224.56781,27.491888,47.084866,18.053185,26.737165,239.92163,131.45024,14.015174,53.427147,3.2014477,2.485055,43.0734,63.91882,45.982803,535.48035,27.799633,598.66425,132.12108,35.484535,93.96148,301.07278,75.74266,935.6998,256.58545,2428.85,44.322514,2579.974,494.45346,28.843763,24.607147,146.0251,231.8349,299.22656,743.49994,40.43414,19.270184,10.291438,484.44046,314.6114,85.249115,6.7748485,578.29675,13.186342,593.7355,8.450857,30.353924,0.0,839.0482,1751.3969,0.2696678,68.45018,14.563099,10637.272,30.944937,1.2558298,5.2718635,15.672284,11.483757,3.803842,8.729154,271.29755,45.489323,4.3578234,0.7693856,4.433533,217.43742,0.7963914,145.02997,109.78213,2264.211,160.24944,99.01516,173.46124,792.1666,60.36471,46.29989,982.5878,51.15499,81.03214,9.982558,25.724304,209.48228,11.660287,9.815929,56.609623,18.79085,4122.587,17.975023,29.478159,16.004206,11.928043,294.5735,55.80033,31.747648,8.466754,7.90374,12.937816,54.679302,88.00097,43.067944,188.76222,18.65384,8.694019,51.158466,23.727608,33.035522,117.86625,15.104126,1.532584,31.420488,12.267999,1466.5243,22.192799,0.6277295,45.035988,13.650049,129.93613,77.25533,97.876175,8.866122,97.14731,339.02505,236.61803,30.364563,229.35213,64.478806,46.512764,69.214035,121.68737,18.144026,47.99673,475.8394,6.341931,11.710545,242.78638,22.366879,9.388303,39.074677,35.904312,404.0891,114.76037,165.85432,1695.441,66.09317,1648.4618,1541.2297,10.616465,9.498622,1582.8164,20.108368,15.364304,411.96582,33.013206,57.246574,26.713478,94.2374,258.94394,400.84293,4.7766447,39.969612,121.99949,352.02975,8.260623,88.08013,9.417137,1.4609116,58.399673,1.0035263,1.1525083,3.3352256,10.727486,27.752285,17.459337,23.48051,380.2446,46.56821,25.067877,34.54385,11.971122,98.91297,7.960193,73.791756,9.182661,66.50144,14.781819,21.817005,33.36111,9.38377,36.182625,26.097647,1.130249,58.87889,10.065627,218.97556,7.008443,271.8912,20.50078,1099.4276,121.849495,3.025097,9.726944,144.82541,181.20319,913.9099,917.21094 +2023-01-18 14:00:00,0.0,2284.465,39.706932,7.1290073,27.419912,25.938765,224.45737,27.48626,47.07102,18.050749,26.732655,239.92902,131.44507,14.011598,53.419674,3.2081652,2.4898858,43.054226,64.03261,46.032948,535.2399,27.834883,598.1909,132.13786,35.534374,94.07058,300.82407,75.75703,935.94086,256.592,2427.9849,44.35228,2579.3655,494.9635,28.870901,24.623783,146.18275,231.8321,299.25885,744.10876,40.432796,19.259117,10.290513,484.3914,314.85428,85.3296,6.7736545,578.3609,13.18855,593.7304,8.456922,30.357021,0.0,839.2771,1751.4087,0.2697092,68.3988,14.5637245,10639.072,30.957396,1.2564881,5.2706094,15.672537,11.494156,3.8080516,8.7295065,271.3824,45.466995,4.356771,0.76969093,4.437706,217.67474,0.79580927,145.04715,109.717476,2265.5002,160.13463,99.044876,173.51657,792.22235,60.416912,46.33419,983.3153,51.145958,81.04014,9.982072,25.739231,209.5291,11.662862,9.814899,56.621643,18.796825,4122.859,17.974865,29.500671,16.005018,11.933601,294.6362,55.813972,31.765457,8.469474,7.9070725,12.934265,54.6767,88.0333,43.09637,188.78311,18.654774,8.704159,51.17441,23.72215,33.014942,117.87476,15.090027,1.5323051,31.442932,12.265484,1465.7318,22.197021,0.62726766,45.08851,13.655388,129.95985,77.23163,97.86128,8.868757,97.171234,339.0404,236.59877,30.374523,229.32184,64.4345,46.509926,69.21318,121.75862,18.156698,48.016132,475.8092,6.349911,11.724988,242.8894,22.362558,9.390045,39.10952,35.930706,404.44742,114.83545,165.86227,1696.123,66.011116,1648.3225,1540.9944,10.611801,9.491197,1582.4559,20.099981,15.354816,411.89133,32.995365,57.218952,26.707684,94.174675,258.925,400.7569,4.774903,39.95478,121.883156,351.97217,8.255631,88.072365,9.413575,1.4606328,58.39725,1.0035709,1.152666,3.3357415,10.72649,27.742699,17.45525,23.485214,379.6929,46.551746,25.053955,34.533268,11.965284,98.94691,7.9496865,73.901794,9.1782255,66.48558,14.760691,21.78188,33.330555,9.381653,36.148888,26.065456,1.1300066,58.863846,10.064729,218.96768,7.007404,271.82565,20.496395,1099.6327,121.82215,3.024753,9.725034,144.79898,181.17241,913.8393,917.3114 +2023-01-18 15:00:00,0.0,2283.8926,39.690475,7.1232514,27.373404,25.92234,224.34694,27.48063,47.057175,18.048315,26.728144,239.9364,131.43991,14.008021,53.4122,3.2148824,2.4947166,43.035057,64.14639,46.08309,534.99945,27.87013,597.71765,132.15465,35.58421,94.17968,300.57532,75.7714,936.1819,256.59854,2427.1196,44.382046,2578.757,495.4735,28.898039,24.640417,146.34042,231.82932,299.29114,744.7176,40.43145,19.24805,10.289589,484.3423,315.09717,85.41007,6.77246,578.4251,13.190758,593.7254,8.462986,30.360119,0.0,839.50586,1751.4207,0.26975057,68.34743,14.564349,10640.872,30.969854,1.2571464,5.269355,15.67279,11.504555,3.812261,8.729858,271.46722,45.444668,4.355718,0.76999635,4.441879,217.91208,0.7952271,145.06435,109.652824,2266.7896,160.01982,99.07459,173.57191,792.2781,60.46911,46.36849,984.0427,51.13692,81.048134,9.9815855,25.754158,209.5759,11.665437,9.81387,56.633667,18.802801,4123.131,17.974709,29.523186,16.00583,11.93916,294.6989,55.827614,31.783266,8.472193,7.9104047,12.930716,54.674095,88.065636,43.124798,188.804,18.65571,8.714299,51.190357,23.716694,32.99436,117.88328,15.075927,1.5320262,31.465376,12.262969,1464.9393,22.201246,0.6268059,45.14103,13.6607275,129.9836,77.20793,97.84639,8.871391,97.19516,339.05573,236.5795,30.384485,229.29156,64.39019,46.507084,69.21233,121.829865,18.16937,48.035538,475.779,6.3578916,11.73943,242.99245,22.358238,9.391787,39.144367,35.957096,404.80573,114.91053,165.87021,1696.805,65.92907,1648.1831,1540.759,10.607137,9.48377,1582.0956,20.091595,15.345329,411.8168,32.97752,57.19133,26.70189,94.11195,258.90607,400.67087,4.773161,39.93995,121.76682,351.9146,8.250641,88.0646,9.410013,1.4603539,58.39483,1.0036155,1.1528236,3.3362575,10.725494,27.733112,17.451162,23.48992,379.14124,46.535282,25.040035,34.522682,11.959447,98.98085,7.9391804,74.01183,9.17379,66.46971,14.739561,21.746756,33.3,9.379536,36.11515,26.033264,1.1297641,58.848804,10.06383,218.9598,7.0063643,271.76013,20.492008,1099.8378,121.79481,3.0244095,9.7231245,144.77255,181.14165,913.7687,917.4118 +2023-01-18 16:00:00,0.0,2283.32,39.67402,7.117496,27.326893,25.905914,224.23651,27.475004,47.043327,18.04588,26.72363,239.9438,131.43474,14.004445,53.404728,3.2215998,2.4995477,43.01589,64.26018,46.13324,534.75903,27.90538,597.2443,132.17143,35.63405,94.28878,300.3266,75.785774,936.4229,256.60507,2426.2544,44.41181,2578.1484,495.98355,28.925177,24.657053,146.49808,231.82652,299.32343,745.32635,40.430107,19.236984,10.288664,484.2932,315.34006,85.49055,6.7712655,578.48926,13.1929655,593.72034,8.46905,30.363214,0.0,839.73474,1751.4325,0.26979193,68.29604,14.564974,10642.671,30.982311,1.2578046,5.2681003,15.673042,11.514954,3.8164706,8.73021,271.5521,45.422344,4.3546658,0.77030176,4.4460516,218.1494,0.79464495,145.08154,109.58817,2268.0789,159.90501,99.10431,173.62724,792.33386,60.52131,46.40279,984.77014,51.127884,81.05613,9.9811,25.769087,209.6227,11.668012,9.812841,56.64569,18.808775,4123.4033,17.97455,29.545698,16.006643,11.944718,294.76166,55.841255,31.801075,8.474913,7.9137373,12.927166,54.67149,88.09797,43.153225,188.82489,18.656645,8.724439,51.206303,23.711237,32.97378,117.89179,15.061828,1.5317473,31.48782,12.260454,1464.1469,22.20547,0.6263441,45.193546,13.666066,130.00734,77.18423,97.8315,8.874026,97.219086,339.07104,236.56024,30.394445,229.26128,64.34588,46.504246,69.21149,121.901115,18.182043,48.05494,475.7488,6.3658724,11.753874,243.09547,22.353918,9.393529,39.17921,35.983486,405.16403,114.98562,165.87816,1697.487,65.847015,1648.0438,1540.5238,10.602473,9.476344,1581.7351,20.08321,15.335842,411.7423,32.95968,57.16371,26.696096,94.04923,258.88712,400.58484,4.771419,39.925114,121.65049,351.85703,8.245649,88.05683,9.406451,1.460075,58.392406,1.0036601,1.1529813,3.3367736,10.724499,27.723528,17.447075,23.494623,378.58954,46.518818,25.026114,34.512096,11.95361,99.014786,7.928674,74.121864,9.169355,66.45385,14.718432,21.711632,33.269444,9.377419,36.081413,26.001074,1.1295216,58.83376,10.062932,218.95192,7.0053253,271.6946,20.487621,1100.0428,121.767456,3.0240657,9.721214,144.74612,181.11087,913.698,917.5122 +2023-01-18 17:00:00,0.0,2282.7476,39.657562,7.1117406,27.280384,25.88949,224.12607,27.469376,47.02948,18.043446,26.71912,239.95119,131.42957,14.000868,53.397255,3.2283173,2.5043786,42.996716,64.37397,46.183384,534.51855,27.940628,596.77106,132.18822,35.683884,94.39788,300.07785,75.80014,936.664,256.6116,2425.3892,44.441578,2577.5398,496.49356,28.952314,24.673687,146.65575,231.82373,299.3557,745.9352,40.428764,19.225918,10.287739,484.24414,315.58295,85.57103,6.770071,578.55347,13.195173,593.71533,8.475114,30.366312,0.0,839.9635,1751.4445,0.26983333,68.24467,14.5655985,10644.471,30.99477,1.2584629,5.2668457,15.673294,11.5253525,3.8206801,8.730562,271.63693,45.400017,4.3536134,0.7706071,4.450225,218.38673,0.7940628,145.09874,109.52352,2269.3682,159.7902,99.13402,173.68257,792.3896,60.57351,46.43709,985.49756,51.11885,81.064125,9.980614,25.784014,209.66951,11.670587,9.811811,56.65771,18.81475,4123.6753,17.974394,29.568213,16.007454,11.950276,294.82437,55.854897,31.818884,8.4776325,7.9170694,12.923615,54.668888,88.1303,43.181652,188.84578,18.657581,8.734578,51.222248,23.70578,32.953197,117.90031,15.047729,1.5314684,31.510265,12.257939,1463.3544,22.209692,0.6258823,45.246067,13.671405,130.03107,77.16053,97.816605,8.87666,97.24301,339.0864,236.54097,30.404408,229.23099,64.30157,46.501404,69.21063,121.97236,18.194715,48.074345,475.7186,6.3738527,11.768317,243.1985,22.349598,9.39527,39.214058,36.009876,405.52234,115.0607,165.8861,1698.1692,65.76497,1647.9045,1540.2885,10.597809,9.468918,1581.3746,20.074823,15.326356,411.66782,32.941833,57.13609,26.690302,93.98651,258.8682,400.4988,4.769677,39.910282,121.534164,351.79947,8.240658,88.049065,9.40289,1.4597962,58.38998,1.0037047,1.153139,3.3372896,10.723503,27.713942,17.442987,23.499329,378.03787,46.502354,25.012194,34.50151,11.947773,99.04872,7.918168,74.2319,9.16492,66.43798,14.697304,21.676508,33.238888,9.375302,36.047676,25.968884,1.1292793,58.818714,10.062034,218.94403,7.0042863,271.62906,20.483234,1100.2479,121.74011,3.0237222,9.719304,144.7197,181.0801,913.6274,917.6126 +2023-01-18 18:00:00,0.0,2282.175,39.641106,7.1059847,27.233873,25.873066,224.01564,27.463747,47.015633,18.041012,26.71461,239.95857,131.42441,13.997292,53.389782,3.2350345,2.5092094,42.977547,64.487755,46.23353,534.27814,27.975878,596.2977,132.205,35.733723,94.50698,299.82913,75.814514,936.905,256.61816,2424.524,44.471348,2576.9314,497.0036,28.979452,24.690323,146.8134,231.82094,299.388,746.544,40.427418,19.214851,10.286814,484.19504,315.82584,85.651505,6.768877,578.6177,13.197381,593.7103,8.481178,30.36941,0.0,840.1923,1751.4563,0.2698747,68.19329,14.566223,10646.2705,31.007229,1.2591212,5.265591,15.673547,11.535751,3.8248897,8.730914,271.72177,45.37769,4.352561,0.7709125,4.4543977,218.62405,0.79348063,145.11592,109.45887,2270.6575,159.6754,99.163734,173.7379,792.4453,60.62571,46.47139,986.22504,51.109814,81.07212,9.980127,25.798943,209.71631,11.6731615,9.810782,56.669735,18.820724,4123.9478,17.974236,29.590725,16.008266,11.955835,294.8871,55.868538,31.836693,8.480351,7.920402,12.920066,54.666283,88.16263,43.21008,188.86667,18.658516,8.744718,51.238194,23.700323,32.932617,117.90882,15.033628,1.5311896,31.53271,12.2554245,1462.5619,22.213915,0.6254205,45.298588,13.6767435,130.05481,77.136826,97.80171,8.879294,97.26694,339.1017,236.52171,30.41437,229.2007,64.257256,46.498566,69.209785,122.0436,18.207388,48.093746,475.68842,6.381833,11.78276,243.30154,22.345278,9.397012,39.2489,36.036266,405.88065,115.13579,165.89404,1698.8511,65.682915,1647.7651,1540.0532,10.593145,9.461492,1581.0143,20.066437,15.316869,411.5933,32.923992,57.108467,26.68451,93.92379,258.84924,400.41278,4.7679353,39.89545,121.41783,351.74188,8.235667,88.0413,9.399328,1.4595172,58.387558,1.0037493,1.1532966,3.3378055,10.722507,27.704355,17.4389,23.504032,377.48618,46.485886,24.998272,34.49093,11.941936,99.082664,7.9076614,74.341934,9.160484,66.42212,14.676174,21.641384,33.208332,9.373185,36.013943,25.936693,1.1290368,58.803673,10.061135,218.93616,7.003247,271.56354,20.478848,1100.4529,121.71276,3.0233786,9.717394,144.69327,181.04932,913.5567,917.713 +2023-01-18 19:00:00,0.0,2281.6025,39.624653,7.1002293,27.187365,25.85664,223.90521,27.45812,47.00179,18.038576,26.710098,239.96597,131.41924,13.993715,53.38231,3.241752,2.5140405,42.958374,64.60154,46.283672,534.03766,28.011126,595.8244,132.22179,35.78356,94.61608,299.58038,75.82889,937.14606,256.6247,2423.6587,44.501114,2576.3228,497.5136,29.00659,24.706957,146.97107,231.81816,299.4203,747.15283,40.426075,19.203785,10.285889,484.14597,316.06873,85.73198,6.7676826,578.6819,13.199589,593.70526,8.487243,30.372507,0.0,840.42114,1751.4683,0.26991606,68.14191,14.566848,10648.069,31.019688,1.2597795,5.2643366,15.6737995,11.54615,3.8290992,8.731266,271.80664,45.355362,4.3515086,0.77121794,4.4585705,218.86139,0.7928985,145.13312,109.39422,2271.947,159.5606,99.19345,173.79323,792.5011,60.677906,46.50569,986.95245,51.100777,81.08012,9.979642,25.81387,209.7631,11.675736,9.809753,56.68176,18.8267,4124.2197,17.97408,29.61324,16.009079,11.961393,294.94983,55.88218,31.854504,8.483071,7.923734,12.916515,54.663677,88.19496,43.23851,188.88756,18.65945,8.754858,51.25414,23.694866,32.912037,117.917336,15.019529,1.5309106,31.555153,12.25291,1461.7694,22.218138,0.6249587,45.35111,13.682082,130.07855,77.11313,97.78682,8.881929,97.290855,339.11703,236.50244,30.42433,229.17041,64.21295,46.495724,69.20893,122.11485,18.22006,48.11315,475.6582,6.3898134,11.797203,243.40457,22.340958,9.398754,39.283745,36.062656,406.23895,115.21087,165.90198,1699.5331,65.60087,1647.6259,1539.8179,10.588481,9.454066,1580.6538,20.05805,15.307382,411.5188,32.90615,57.08085,26.678715,93.86107,258.83032,400.32675,4.7661934,39.880615,121.3015,351.68433,8.230676,88.03353,9.395766,1.4592384,58.385136,1.0037938,1.1534543,3.3383217,10.721512,27.694769,17.434813,23.508736,376.9345,46.46942,24.98435,34.480343,11.936098,99.1166,7.8971553,74.45197,9.156049,66.40625,14.6550455,21.606258,33.177776,9.371068,35.980206,25.904501,1.1287943,58.788628,10.060237,218.92827,7.0022078,271.498,20.47446,1100.658,121.68542,3.0230348,9.715484,144.66684,181.01854,913.4861,917.8134 +2023-01-18 20:00:00,0.0,2281.03,39.608196,7.094474,27.140854,25.840216,223.79477,27.452492,46.98794,18.036142,26.705585,239.97336,131.41406,13.990139,53.374836,3.2484694,2.5188713,42.939205,64.715324,46.333817,533.79724,28.046375,595.35114,132.23857,35.833397,94.72518,299.33167,75.843254,937.3871,256.63123,2422.7935,44.53088,2575.714,498.02365,29.033728,24.723593,147.12872,231.81537,299.45258,747.7616,40.424732,19.192719,10.284965,484.0969,316.3116,85.81246,6.766488,578.74603,13.201797,593.70026,8.493307,30.375605,0.0,840.64996,1751.4801,0.26995742,68.09053,14.567472,10649.869,31.032145,1.2604377,5.2630825,15.674052,11.556549,3.8333087,8.731618,271.89148,45.333035,4.350456,0.7715233,4.4627433,219.09872,0.79231626,145.15031,109.329575,2273.2363,159.44579,99.22317,173.84857,792.5568,60.730106,46.53999,987.6799,51.091743,81.08811,9.979156,25.828796,209.80992,11.678312,9.808723,56.69378,18.832676,4124.4917,17.97392,29.635754,16.009892,11.966951,295.01254,55.895817,31.872313,8.48579,7.927067,12.912966,54.66107,88.227295,43.266937,188.90845,18.660387,8.7649975,51.270084,23.68941,32.891457,117.92586,15.00543,1.5306317,31.577599,12.250395,1460.9769,22.222363,0.62449694,45.40363,13.687421,130.1023,77.089424,97.77193,8.884563,97.31478,339.1324,236.48318,30.434292,229.14012,64.16864,46.492886,69.208084,122.1861,18.232733,48.132553,475.62802,6.3977942,11.811646,243.5076,22.336637,9.400496,39.318592,36.08905,406.59723,115.28595,165.90993,1700.2152,65.518814,1647.4866,1539.5825,10.583817,9.44664,1580.2935,20.049664,15.2978945,411.4443,32.888306,57.053226,26.672922,93.79835,258.81137,400.24072,4.7644515,39.865784,121.185165,351.62674,8.225684,88.025764,9.392204,1.4589596,58.382713,1.0038384,1.1536119,3.3388376,10.720516,27.685183,17.430725,23.513441,376.3828,46.452957,24.97043,34.469757,11.930262,99.150536,7.886649,74.56201,9.151613,66.39039,14.633916,21.571135,33.14722,9.368952,35.94647,25.87231,1.1285518,58.773586,10.059339,218.9204,7.0011687,271.43246,20.470074,1100.863,121.658066,3.0226912,9.713573,144.64041,180.98776,913.41547,917.9139 +2023-01-18 21:00:00,0.0,2280.4575,39.59174,7.088718,27.094345,25.823792,223.68434,27.446863,46.974094,18.033709,26.701075,239.98074,131.4089,13.986563,53.367363,3.2551866,2.5237021,42.920033,64.82912,46.383965,533.55676,28.081623,594.8778,132.25536,35.883236,94.83428,299.08292,75.85763,937.6281,256.63776,2421.928,44.560646,2575.1057,498.53366,29.060865,24.740227,147.28638,231.81258,299.48486,748.3704,40.423386,19.181652,10.2840395,484.04782,316.5545,85.89294,6.7652936,578.8103,13.204004,593.6952,8.499371,30.3787,0.0,840.8788,1751.4921,0.26999882,68.039154,14.568098,10651.669,31.044603,1.2610961,5.261828,15.674305,11.566948,3.8375182,8.73197,271.97632,45.310707,4.3494034,0.7718287,4.4669166,219.33604,0.7917341,145.16751,109.26492,2274.5256,159.33098,99.25289,173.9039,792.6126,60.782307,46.57429,988.4073,51.082706,81.09611,9.97867,25.843723,209.85672,11.680887,9.807694,56.705803,18.83865,4124.764,17.973764,29.658266,16.010704,11.97251,295.07526,55.90946,31.890121,8.48851,7.930399,12.909416,54.65847,88.25963,43.295364,188.92934,18.661322,8.775137,51.28603,23.683952,32.870876,117.93437,14.99133,1.5303528,31.600042,12.24788,1460.1844,22.226585,0.6240351,45.45615,13.6927595,130.12602,77.06573,97.757034,8.8871975,97.33871,339.1477,236.46391,30.444252,229.10983,64.12433,46.490044,69.20724,122.25735,18.245405,48.15196,475.5978,6.4057746,11.826089,243.61064,22.332317,9.402238,39.353436,36.11544,406.95554,115.36104,165.91786,1700.8972,65.43677,1647.3473,1539.3473,10.579153,9.439214,1579.933,20.041277,15.288407,411.36978,32.870464,57.025604,26.667128,93.73563,258.79245,400.1547,4.7627096,39.85095,121.06884,351.56918,8.220694,88.018,9.388642,1.4586807,58.38029,1.003883,1.1537696,3.3393536,10.719521,27.675596,17.426638,23.518145,375.83115,46.436493,24.956509,34.459175,11.924424,99.18448,7.876143,74.67204,9.147178,66.37452,14.612787,21.53601,33.116665,9.366835,35.91273,25.84012,1.1283094,58.75854,10.05844,218.9125,7.000129,271.36694,20.465687,1101.0681,121.63072,3.0223475,9.711663,144.61398,180.95699,913.3448,918.0143 +2023-01-18 22:00:00,0.0,2279.885,39.575283,7.0829625,27.047834,25.807367,223.5739,27.441236,46.960247,18.031273,26.696564,239.98814,131.40373,13.982986,53.35989,3.261904,2.5285332,42.900864,64.9429,46.43411,533.31635,28.116873,594.40454,132.27214,35.93307,94.94338,298.8342,75.872,937.86914,256.6443,2421.0627,44.590412,2574.497,499.0437,29.088003,24.75686,147.44405,231.80978,299.51715,748.97925,40.422043,19.170586,10.283114,483.99872,316.7974,85.97341,6.7640996,578.87445,13.206212,593.6902,8.505435,30.381798,0.0,841.10754,1751.504,0.27004018,67.98777,14.568723,10653.468,31.057062,1.2617544,5.2605734,15.674558,11.577347,3.8417277,8.732323,272.06116,45.288383,4.348351,0.7721341,4.4710894,219.57338,0.79115194,145.1847,109.20027,2275.815,159.21617,99.28261,173.95923,792.66833,60.834507,46.608593,989.13477,51.07367,81.1041,9.978184,25.85865,209.90352,11.683462,9.806665,56.717827,18.844625,4125.036,17.973606,29.68078,16.011517,11.978068,295.138,55.9231,31.90793,8.491229,7.9337316,12.905866,54.655865,88.29196,43.32379,188.95023,18.662258,8.785276,51.301975,23.678495,32.850296,117.94289,14.977231,1.5300739,31.622486,12.245365,1459.392,22.230808,0.62357336,45.50867,13.698099,130.14977,77.04202,97.74214,8.8898325,97.36263,339.16302,236.44466,30.454214,229.07954,64.08002,46.487206,69.20638,122.32859,18.258076,48.17136,475.5676,6.413755,11.840532,243.71367,22.327997,9.403979,39.388283,36.14183,407.31384,115.43612,165.92581,1701.5791,65.35471,1647.2079,1539.1119,10.574489,9.4317875,1579.5725,20.032892,15.27892,411.2953,32.852623,56.997986,26.661333,93.672905,258.7735,400.06866,4.7609673,39.836117,120.95251,351.5116,8.215702,88.01023,9.38508,1.4584018,58.377865,1.0039276,1.1539273,3.3398697,10.718525,27.666012,17.42255,23.52285,375.27945,46.42003,24.942589,34.44859,11.918587,99.218414,7.8656363,74.78208,9.142742,66.35866,14.591659,21.500887,33.08611,9.3647175,35.878994,25.807928,1.128067,58.743496,10.057542,218.90463,6.99909,271.3014,20.4613,1101.2732,121.60338,3.022004,9.709753,144.58755,180.92622,913.2742,918.1147 +2023-01-18 23:00:00,0.0,2279.3125,39.558826,7.077207,27.001326,25.790941,223.46347,27.435608,46.946404,18.02884,26.692053,239.99553,131.39856,13.97941,53.352417,3.2686214,2.533364,42.88169,65.05669,46.484253,533.07587,28.15212,593.9312,132.28893,35.98291,95.05248,298.58545,75.88637,938.1102,256.65085,2420.1975,44.62018,2573.8884,499.55374,29.11514,24.773497,147.6017,231.80699,299.54944,749.5881,40.4207,19.15952,10.282189,483.94965,317.04028,86.053894,6.762905,578.9386,13.20842,593.6852,8.511499,30.384895,0.0,841.3364,1751.5159,0.27008155,67.93639,14.569347,10655.268,31.06952,1.2624127,5.259319,15.67481,11.587746,3.8459373,8.732675,272.14603,45.266056,4.3472986,0.7724395,4.475262,219.8107,0.7905698,145.20189,109.13562,2277.1042,159.10136,99.31232,174.01456,792.72406,60.886703,46.64289,989.8622,51.064636,81.1121,9.977697,25.873577,209.95033,11.686037,9.805636,56.729847,18.8506,4125.3086,17.97345,29.703293,16.01233,11.983626,295.2007,55.93674,31.92574,8.493949,7.9370637,12.902316,54.65326,88.324295,43.35222,188.97112,18.663193,8.795417,51.31792,23.673038,32.829716,117.9514,14.963131,1.529795,31.64493,12.24285,1458.5995,22.235031,0.62311155,45.561188,13.703438,130.17351,77.018326,97.72725,8.892467,97.38656,339.17838,236.42538,30.464176,229.04927,64.035706,46.484364,69.205536,122.39983,18.270748,48.190765,475.5374,6.421736,11.854976,243.8167,22.323675,9.405721,39.423126,36.16822,407.67215,115.51121,165.93375,1702.2611,65.27267,1647.0686,1538.8767,10.569825,9.424361,1579.2122,20.024506,15.269433,411.2208,32.834778,56.970364,26.65554,93.61018,258.75458,399.98264,4.7592254,39.821285,120.836174,351.45404,8.210711,88.002464,9.381518,1.458123,58.375443,1.0039722,1.1540849,3.3403857,10.717529,27.656425,17.418463,23.527554,374.72778,46.40356,24.928667,34.438004,11.912749,99.25235,7.85513,74.89211,9.138307,66.34279,14.570529,21.465761,33.055553,9.3626,35.845257,25.775738,1.1278245,58.728455,10.0566435,218.89674,6.998051,271.23587,20.456913,1101.4783,121.57603,3.0216603,9.707843,144.56113,180.89545,913.2035,918.2151 +2023-01-19 00:00:00,0.0,2278.74,39.54237,7.0714517,26.954815,25.774517,223.35304,27.42998,46.932556,18.026403,26.68754,240.00291,131.3934,13.975834,53.344944,3.2753386,2.538195,42.862522,65.17047,46.534397,532.83545,28.18737,593.45795,132.30571,36.032745,95.16158,298.33673,75.90074,938.35126,256.65738,2419.3323,44.649944,2573.2798,500.06375,29.142279,24.79013,147.75937,231.8042,299.58173,750.1969,40.419353,19.148453,10.281264,483.90057,317.28317,86.13437,6.7617106,579.0028,13.2106285,593.6801,8.517564,30.387993,0.0,841.5652,1751.5278,0.27012295,67.88502,14.569972,10657.067,31.081978,1.263071,5.2580643,15.675063,11.598145,3.8501468,8.7330265,272.23087,45.24373,4.3462462,0.7727449,4.479435,220.04803,0.7899876,145.21909,109.07097,2278.3936,158.98656,99.34203,174.06989,792.77985,60.938904,46.677193,990.5896,51.0556,81.120094,9.977212,25.888504,209.99713,11.688612,9.804606,56.74187,18.856575,4125.5806,17.973291,29.725807,16.013142,11.989184,295.26343,55.950382,31.943548,8.496669,7.940396,12.898766,54.650654,88.35663,43.380646,188.992,18.66413,8.805556,51.333866,23.66758,32.809135,117.959915,14.949032,1.5295161,31.667376,12.240335,1457.807,22.239254,0.6226498,45.61371,13.708776,130.19725,76.99462,97.71236,8.895102,97.410484,339.1937,236.40613,30.474136,229.01898,63.991398,46.481525,69.20469,122.471085,18.28342,48.210167,475.5072,6.429716,11.869419,243.91974,22.319355,9.407463,39.457973,36.19461,408.03046,115.58629,165.9417,1702.9432,65.19061,1646.9293,1538.6414,10.565161,9.416935,1578.8517,20.016119,15.259947,411.14627,32.816936,56.94274,26.649746,93.54746,258.73563,399.8966,4.7574835,39.80645,120.71984,351.39645,8.20572,87.9947,9.377957,1.4578441,58.37302,1.0040168,1.1542426,3.3409016,10.716534,27.64684,17.414375,23.532259,374.1761,46.387096,24.914747,34.427418,11.906913,99.28629,7.844624,75.00215,9.133871,66.32693,14.5494,21.430637,33.024998,9.360483,35.811523,25.743547,1.1275821,58.71341,10.055745,218.88887,6.9970117,271.17035,20.452526,1101.6833,121.54868,3.0213165,9.705933,144.5347,180.86467,913.1329,918.3155 +2023-01-19 01:00:00,0.0,2278.1677,39.525917,7.065696,26.908304,25.758093,223.2426,27.424353,46.91871,18.02397,26.68303,240.01031,131.38823,13.972258,53.33747,3.282056,2.543026,42.843353,65.28426,46.584545,532.595,28.222618,592.9846,132.3225,36.082584,95.27068,298.088,75.915115,938.5923,256.6639,2418.467,44.679714,2572.6714,500.5738,29.169416,24.806767,147.91702,231.8014,299.614,750.80566,40.41801,19.137386,10.28034,483.8515,317.52606,86.21485,6.760516,579.067,13.212836,593.6751,8.523627,30.39109,0.0,841.794,1751.5397,0.2701643,67.83363,14.570597,10658.866,31.094437,1.2637292,5.2568097,15.675315,11.608543,3.8543563,8.733378,272.3157,45.2214,4.345194,0.7730503,4.4836082,220.28535,0.78940547,145.23628,109.00632,2279.6829,158.87175,99.37175,174.12523,792.8356,60.991104,46.711494,991.317,51.046562,81.12809,9.976726,25.903433,210.04393,11.691187,9.803577,56.75389,18.86255,4125.853,17.973135,29.74832,16.013954,11.994743,295.32617,55.964024,31.961357,8.499388,7.9437284,12.895216,54.648052,88.38896,43.409073,189.0129,18.665064,8.815696,51.34981,23.662123,32.788555,117.96843,14.934933,1.5292373,31.68982,12.237821,1457.0145,22.243477,0.622188,45.66623,13.714115,130.22098,76.970924,97.697464,8.897736,97.43441,339.209,236.38686,30.484098,228.9887,63.947086,46.478683,69.203835,122.54233,18.296093,48.229572,475.47702,6.4376965,11.883862,244.02277,22.315035,9.4092045,39.492817,36.221,408.38876,115.66138,165.94963,1703.6252,65.10857,1646.7899,1538.4061,10.560497,9.40951,1578.4913,20.007732,15.25046,411.07178,32.799095,56.915123,26.643953,93.48474,258.7167,399.81058,4.7557416,39.79162,120.60351,351.3389,8.200728,87.98693,9.374395,1.4575653,58.370598,1.0040613,1.1544002,3.3414178,10.715538,27.637253,17.41029,23.536963,373.62442,46.370632,24.900826,34.416836,11.901075,99.32023,7.834118,75.11219,9.129436,66.31106,14.528271,21.395514,32.994442,9.358367,35.777786,25.711357,1.1273396,58.698364,10.054847,218.88098,6.9959726,271.1048,20.448141,1101.8884,121.52133,3.020973,9.704022,144.50827,180.8339,913.06226,918.41595 +2023-01-19 02:00:00,0.0,2277.5952,39.50946,7.0599403,26.861795,25.741667,223.13217,27.418724,46.90486,18.021536,26.678518,240.0177,131.38306,13.96868,53.329998,3.2887735,2.5478568,42.82418,65.39805,46.63469,532.35455,28.257868,592.51135,132.3393,36.132423,95.37978,297.83926,75.92949,938.8333,256.67044,2417.6018,44.70948,2572.0627,501.0838,29.196554,24.8234,148.07468,231.79861,299.6463,751.4145,40.416668,19.12632,10.279415,483.8024,317.76895,86.29533,6.759322,579.1312,13.215044,593.67004,8.529692,30.394186,0.0,842.0228,1751.5516,0.27020568,67.78226,14.571221,10660.666,31.106895,1.2643875,5.2555556,15.675568,11.618942,3.8585658,8.73373,272.40057,45.199074,4.344141,0.77335566,4.487781,220.52269,0.7888233,145.25348,108.941666,2280.9722,158.75694,99.40147,174.18056,792.8913,61.0433,46.745792,992.04443,51.03753,81.13608,9.97624,25.91836,210.09074,11.693762,9.802548,56.765915,18.868525,4126.125,17.972977,29.770834,16.014767,12.000301,295.3889,55.977665,31.979166,8.502108,7.9470606,12.891666,54.645447,88.421295,43.4375,189.03378,18.666,8.825835,51.36576,23.656666,32.76797,117.976944,14.920833,1.5289583,31.712263,12.235306,1456.2219,22.247702,0.6217262,45.71875,13.719454,130.24472,76.94722,97.68257,8.90037,97.45833,339.22437,236.3676,30.494059,228.9584,63.90278,46.475845,69.20299,122.61358,18.308765,48.248974,475.4468,6.4456773,11.898305,244.1258,22.310715,9.410947,39.52766,36.247395,408.74707,115.73646,165.95758,1704.3073,65.02651,1646.6506,1538.1708,10.555833,9.402083,1578.1309,19.999346,15.2409725,410.99725,32.78125,56.8875,26.638159,93.42203,258.69775,399.72455,4.7539997,39.776787,120.48718,351.2813,8.195737,87.979164,9.370833,1.4572864,58.368176,1.0041059,1.154558,3.3419337,10.714542,27.627666,17.406202,23.541666,373.07272,46.354168,24.886906,34.40625,11.895238,99.354164,7.8236113,75.22222,9.125,66.2952,14.507142,21.36039,32.96389,9.35625,35.74405,25.679165,1.1270971,58.683323,10.053948,218.87311,6.9949336,271.03928,20.443754,1102.0935,121.49399,3.0206294,9.702112,144.48184,180.80312,912.9916,918.51636 +2023-01-19 03:00:00,0.0,2277.0227,39.493004,7.054185,26.815285,25.725243,223.02174,27.413095,46.891018,18.0191,26.674007,240.02509,131.3779,13.965104,53.322525,3.2954907,2.5526876,42.80501,65.51183,46.684834,532.1141,28.293116,592.038,132.35608,36.18226,95.488884,297.59055,75.943855,939.07434,256.67697,2416.7366,44.739246,2571.454,501.59384,29.223692,24.840036,148.23235,231.79582,299.6786,752.0233,40.41532,19.115253,10.27849,483.75333,318.01184,86.3758,6.7581277,579.19543,13.217252,593.66504,8.535756,30.397284,0.0,842.25165,1751.5635,0.27024707,67.73088,14.571846,10662.466,31.119352,1.2650458,5.254301,15.67582,11.629341,3.8627753,8.734082,272.4854,45.176746,4.3430886,0.7736611,4.491954,220.76001,0.78824115,145.27066,108.877014,2282.2617,158.64214,99.43118,174.23589,792.9471,61.0955,46.780094,992.7719,51.028492,81.14407,9.975754,25.933289,210.13754,11.696337,9.801518,56.77794,18.8745,4126.397,17.97282,29.793346,16.01558,12.005859,295.45163,55.991306,31.996975,8.504827,7.950393,12.888116,54.64284,88.45363,43.465927,189.05466,18.666935,8.835976,51.381706,23.651209,32.74739,117.98546,14.9067335,1.5286794,31.734709,12.232791,1455.4294,22.251925,0.6212644,45.77127,13.7247925,130.26846,76.92352,97.66768,8.903005,97.482254,339.2397,236.34834,30.50402,228.92812,63.858467,46.473003,69.20214,122.68482,18.321438,48.26838,475.41663,6.4536576,11.912748,244.22884,22.306395,9.412688,39.562508,36.273785,409.10535,115.81154,165.96552,1704.9893,64.944466,1646.5114,1537.9354,10.551169,9.394657,1577.7704,19.99096,15.231485,410.92276,32.76341,56.85988,26.632366,93.35931,258.67883,399.63852,4.752258,39.76195,120.37085,351.22375,8.190746,87.9714,9.367271,1.4570075,58.36575,1.0041505,1.1547157,3.3424497,10.713547,27.61808,17.402115,23.546371,372.52106,46.3377,24.872984,34.395664,11.889401,99.38811,7.813105,75.33226,9.120564,66.27933,14.486013,21.325264,32.933334,9.354133,35.71031,25.646975,1.1268548,58.668278,10.05305,218.86522,6.993894,270.97375,20.439367,1102.2985,121.46664,3.0202856,9.700202,144.4554,180.77234,912.92096,918.61676 +2023-01-19 04:00:00,0.0,2276.4502,39.476547,7.048429,26.768776,25.708818,222.9113,27.407469,46.87717,18.016666,26.669495,240.03249,131.37273,13.961528,53.315052,3.3022082,2.5575187,42.78584,65.62562,46.734978,531.87366,28.328365,591.56476,132.37286,36.232098,95.597984,297.3418,75.95823,939.3154,256.68353,2415.8713,44.769012,2570.8457,502.10385,29.25083,24.85667,148.39,231.79303,299.71088,752.63214,40.41398,19.104187,10.277565,483.70425,318.2547,86.45628,6.756933,579.2596,13.21946,593.66,8.541821,30.400381,0.0,842.48047,1751.5754,0.27028844,67.6795,14.572471,10664.266,31.131811,1.2657042,5.2530465,15.676073,11.63974,3.8669848,8.734434,272.57025,45.154423,4.3420362,0.7739665,4.4961267,220.99734,0.787659,145.28786,108.81236,2283.551,158.52733,99.46089,174.29121,793.0028,61.1477,46.814396,993.4993,51.019455,81.15207,9.975267,25.948215,210.18436,11.698912,9.800489,56.78996,18.880474,4126.6694,17.972662,29.81586,16.01639,12.011418,295.51434,56.004948,32.014786,8.507546,7.9537253,12.884566,54.64024,88.48596,43.494354,189.07555,18.667871,8.846115,51.39765,23.645752,32.72681,117.99397,14.892634,1.5284005,31.757153,12.230276,1454.637,22.256147,0.62080264,45.82379,13.730131,130.2922,76.89982,97.65279,8.905639,97.50618,339.255,236.32907,30.51398,228.89783,63.81416,46.470165,69.20129,122.75607,18.33411,48.28778,475.3864,6.461638,11.927191,244.33186,22.302074,9.414431,39.59735,36.300175,409.46365,115.88663,165.97346,1705.6713,64.86241,1646.372,1537.7002,10.546505,9.387231,1577.41,19.982574,15.221998,410.84827,32.745564,56.83226,26.626572,93.296585,258.65988,399.5525,4.750516,39.74712,120.25452,351.16617,8.185755,87.96363,9.363709,1.4567287,58.363327,1.0041951,1.1548733,3.3429658,10.712551,27.608494,17.398027,23.551075,371.96936,46.321236,24.859062,34.385082,11.883564,99.42204,7.802599,75.4423,9.116129,66.263466,14.464884,21.29014,32.90278,9.3520155,35.676575,25.614784,1.1266123,58.653236,10.052153,218.85735,6.992855,270.9082,20.43498,1102.5035,121.43929,3.019942,9.698293,144.42897,180.74156,912.8503,918.71716 +2023-01-19 05:00:00,0.0,2275.8777,39.46009,7.0426736,26.722265,25.692394,222.80087,27.40184,46.863323,18.014233,26.664984,240.03987,131.36755,13.957952,53.30758,3.3089256,2.5623496,42.76667,65.73941,46.785122,531.6332,28.363613,591.09143,132.38965,36.281933,95.707085,297.09308,75.9726,939.55646,256.69006,2415.006,44.79878,2570.237,502.6139,29.277967,24.873306,148.54767,231.79024,299.74316,753.2409,40.412636,19.09312,10.27664,483.65518,318.4976,86.53676,6.7557387,579.3238,13.221667,593.65497,8.547885,30.403479,0.0,842.7092,1751.5874,0.2703298,67.62812,14.573096,10666.064,31.14427,1.2663624,5.251792,15.676326,11.650139,3.8711944,8.734786,272.6551,45.132095,4.340984,0.77427185,4.5003,221.23466,0.78707683,145.30505,108.74772,2284.8403,158.41252,99.49061,174.34654,793.0586,61.1999,46.848694,994.22675,51.01042,81.160065,9.974782,25.963142,210.23116,11.701488,9.79946,56.801983,18.88645,4126.9414,17.972506,29.838373,16.017202,12.016976,295.57706,56.01859,32.032593,8.510265,7.957058,12.881016,54.637634,88.518295,43.52278,189.09644,18.668806,8.856255,51.413597,23.640295,32.70623,118.002495,14.878534,1.5281216,31.779596,12.227761,1453.8445,22.26037,0.6203408,45.87631,13.73547,130.31593,76.87612,97.63789,8.908273,97.530106,339.27036,236.30981,30.523943,228.86754,63.769848,46.467323,69.20044,122.82732,18.346783,48.307186,475.3562,6.469619,11.941634,244.4349,22.297754,9.416172,39.6322,36.326565,409.82196,115.96171,165.9814,1706.3533,64.780365,1646.2327,1537.4648,10.5418415,9.379805,1577.0496,19.974188,15.212511,410.77374,32.727722,56.804638,26.620777,93.233864,258.64096,399.46646,4.748774,39.732285,120.13818,351.1086,8.180763,87.955864,9.360147,1.4564499,58.360905,1.0042397,1.155031,3.3434818,10.7115555,27.59891,17.39394,23.55578,371.4177,46.30477,24.845142,34.374496,11.877727,99.45598,7.792093,75.55233,9.111693,66.2476,14.443755,21.255016,32.872223,9.349899,35.642838,25.582594,1.1263698,58.63819,10.051254,218.84946,6.991816,270.84268,20.430593,1102.7086,121.41195,3.0195982,9.6963825,144.40254,180.71078,912.77966,918.81757 +2023-01-19 06:00:00,0.0,2275.3052,39.443634,7.036918,26.675756,25.675968,222.69044,27.396212,46.849476,18.011797,26.660473,240.04726,131.3624,13.954375,53.300106,3.3156428,2.5671804,42.747498,65.853195,46.83527,531.39276,28.39886,590.61816,132.40643,36.33177,95.816185,296.84433,75.98697,939.7975,256.6966,2414.1409,44.828545,2569.6284,503.1239,29.305105,24.88994,148.70532,231.78745,299.77545,753.84973,40.41129,19.082054,10.275716,483.60608,318.74048,86.61723,6.7545447,579.388,13.223875,593.64996,8.553948,30.406576,0.0,842.9381,1751.5992,0.2703712,67.576744,14.573721,10667.864,31.156729,1.2670207,5.2505374,15.6765785,11.660538,3.875404,8.735139,272.73996,45.109768,4.3399315,0.77457726,4.5044727,221.472,0.7864947,145.32225,108.68307,2286.1296,158.29771,99.520325,174.40189,793.1143,61.252098,46.882996,994.95416,51.001385,81.16806,9.974296,25.97807,210.27795,11.704062,9.79843,56.814007,18.892426,4127.214,17.972347,29.860888,16.018015,12.022534,295.6398,56.03223,32.050404,8.512985,7.96039,12.877466,54.63503,88.55063,43.55121,189.11732,18.669743,8.866394,51.429543,23.634838,32.68565,118.01101,14.864435,1.5278428,31.80204,12.225246,1453.052,22.264593,0.619879,45.92883,13.740809,130.33968,76.85242,97.623,8.910908,97.55403,339.28568,236.29054,30.533905,228.83727,63.725536,46.464485,69.19959,122.89856,18.359455,48.326588,475.32602,6.477599,11.956078,244.53793,22.293434,9.417913,39.66704,36.352955,410.18027,116.0368,165.98935,1707.0353,64.69831,1646.0934,1537.2296,10.537177,9.372379,1576.6892,19.965801,15.203025,410.69925,32.70988,56.777016,26.614985,93.17114,258.62204,399.38043,4.747032,39.717453,120.02185,351.05103,8.175773,87.9481,9.356586,1.4561709,58.358482,1.0042843,1.1551886,3.3439977,10.71056,27.589323,17.389853,23.560484,370.866,46.288307,24.83122,34.36391,11.871889,99.48992,7.781586,75.66237,9.107258,66.231735,14.4226265,21.219893,32.841667,9.347782,35.609104,25.550402,1.1261274,58.623146,10.050356,218.84157,6.9907765,270.77716,20.426207,1102.9137,121.3846,3.0192547,9.694472,144.37611,180.68002,912.70905,918.918 +2023-01-19 07:00:00,0.0,2274.7327,39.42718,7.0311623,26.629246,25.659544,222.58,27.390585,46.835632,18.009363,26.655962,240.05466,131.35722,13.950799,53.292633,3.3223603,2.5720115,42.72833,65.96698,46.885414,531.1523,28.43411,590.14484,132.42322,36.38161,95.925285,296.5956,76.00134,940.0385,256.70312,2413.2756,44.85831,2569.02,503.63394,29.332243,24.906576,148.86298,231.78465,299.80774,754.45856,40.409946,19.070988,10.274791,483.557,318.98337,86.697716,6.7533503,579.45215,13.226083,593.6449,8.560013,30.409672,0.0,843.1669,1751.6112,0.27041256,67.52536,14.574346,10669.664,31.169186,1.267679,5.249283,15.67683,11.670937,3.8796134,8.735491,272.8248,45.08744,4.338879,0.7748827,4.5086455,221.70934,0.78591245,145.33943,108.618416,2287.419,158.1829,99.55004,174.45721,793.17004,61.3043,46.917294,995.68164,50.992348,81.176056,9.97381,25.992998,210.32477,11.706637,9.797401,56.826027,18.8984,4127.486,17.97219,29.8834,16.018827,12.028093,295.7025,56.04587,32.06821,8.515705,7.9637227,12.873916,54.632423,88.582954,43.579636,189.13821,18.670677,8.876534,51.445488,23.629381,32.66507,118.01952,14.850336,1.5275638,31.824486,12.222732,1452.2595,22.268816,0.61941725,45.98135,13.746148,130.36342,76.82872,97.60811,8.913542,97.57796,339.301,236.27129,30.543865,228.80698,63.68123,46.461643,69.19874,122.96981,18.372128,48.345993,475.2958,6.4855795,11.97052,244.64096,22.289114,9.419656,39.70189,36.379345,410.53857,116.11188,165.99728,1707.7173,64.616264,1645.954,1536.9943,10.532514,9.364953,1576.3287,19.957415,15.193538,410.62476,32.692036,56.749397,26.60919,93.10842,258.6031,399.2944,4.7452903,39.70262,119.905525,350.99347,8.170781,87.94033,9.3530245,1.4558921,58.35606,1.0043288,1.1553463,3.3445137,10.709564,27.579737,17.385765,23.565187,370.31433,46.271843,24.8173,34.353325,11.866053,99.52386,7.77108,75.7724,9.102822,66.215866,14.401497,21.184767,32.81111,9.345665,35.575367,25.518211,1.1258849,58.608105,10.049458,218.8337,6.9897375,270.7116,20.42182,1103.1188,121.357254,3.0189111,9.692562,144.34969,180.64925,912.63837,919.01843 +2023-01-19 08:00:00,0.0,2274.1602,39.410725,7.025407,26.582737,25.64312,222.46957,27.384956,46.821785,18.006927,26.65145,240.06204,131.35205,13.947223,53.28516,3.3290777,2.5768423,42.709156,66.080765,46.93556,530.91187,28.469358,589.6716,132.44,36.431446,96.034386,296.34686,76.01572,940.27954,256.70966,2412.4104,44.88808,2568.4114,504.14398,29.35938,24.92321,149.02065,231.78188,299.84003,755.0674,40.408604,19.059921,10.273866,483.50793,319.22626,86.77819,6.752156,579.51636,13.228291,593.6399,8.566077,30.41277,0.0,843.39575,1751.623,0.27045393,67.47398,14.57497,10671.463,31.181644,1.2683372,5.2480288,15.677082,11.681335,3.8838232,8.735843,272.90964,45.065113,4.3378263,0.775188,4.5128183,221.94666,0.7853303,145.35663,108.553764,2288.7083,158.0681,99.57976,174.51254,793.2258,61.3565,46.951595,996.40906,50.983315,81.18405,9.973324,26.007925,210.37157,11.709212,9.796372,56.83805,18.904375,4127.7583,17.972033,29.905914,16.01964,12.033651,295.76523,56.059513,32.08602,8.518424,7.967055,12.870366,54.62982,88.61529,43.608067,189.1591,18.671612,8.886674,51.461433,23.623924,32.64449,118.02804,14.836236,1.527285,31.84693,12.220217,1451.467,22.27304,0.61895543,46.03387,13.751487,130.38715,76.805016,97.59321,8.916177,97.60188,339.31635,236.25201,30.553827,228.77669,63.636917,46.458805,69.19789,123.04105,18.3848,48.365395,475.26562,6.49356,11.984963,244.744,22.284794,9.421397,39.736732,36.40574,410.89688,116.18696,166.00523,1708.3994,64.53421,1645.8147,1536.7589,10.527849,9.357527,1575.9684,19.949028,15.184051,410.55023,32.674194,56.721775,26.603397,93.0457,258.58417,399.20837,4.743548,39.687786,119.78919,350.93588,8.16579,87.93256,9.3494625,1.4556133,58.353634,1.0043734,1.155504,3.3450298,10.708568,27.57015,17.381678,23.569893,369.76263,46.255375,24.80338,34.342743,11.860215,99.55779,7.760574,75.88244,9.098387,66.200005,14.380368,21.149643,32.780556,9.343548,35.54163,25.486021,1.1256425,58.59306,10.048559,218.8258,6.9886985,270.6461,20.417433,1103.3239,121.3299,3.0185673,9.690652,144.32326,180.61847,912.56775,919.11884 +2023-01-19 09:00:00,0.0,2273.5876,39.394268,7.0196514,26.536226,25.626694,222.35915,27.379328,46.807938,18.004494,26.646938,240.06943,131.3469,13.943646,53.277687,3.335795,2.5816731,42.689987,66.19456,46.985703,530.6714,28.504608,589.19824,132.45679,36.481285,96.143486,296.09814,76.03008,940.5206,256.71622,2411.5452,44.917847,2567.8027,504.654,29.386518,24.939846,149.1783,231.77908,299.8723,755.6762,40.407257,19.048855,10.272941,483.45883,319.46915,86.858665,6.7509613,579.58057,13.230498,593.6348,8.572142,30.415867,0.0,843.6245,1751.635,0.27049533,67.42261,14.575595,10673.263,31.194103,1.2689955,5.246774,15.677336,11.691734,3.8880327,8.736195,272.9945,45.042786,4.336774,0.77549344,4.5169916,222.18399,0.78474814,145.37383,108.48911,2289.9976,157.9533,99.609474,174.56787,793.28156,61.408695,46.985897,997.1365,50.974277,81.19205,9.972837,26.022854,210.41837,11.711787,9.795343,56.850075,18.91035,4128.0303,17.971876,29.928427,16.020452,12.039209,295.82797,56.073154,32.103832,8.521144,7.9703875,12.8668165,54.627216,88.64762,43.636494,189.18,18.672548,8.896813,51.47738,23.618467,32.62391,118.03655,14.822137,1.527006,31.869373,12.217702,1450.6746,22.277264,0.6184937,46.08639,13.756825,130.41089,76.78132,97.578316,8.918811,97.62581,339.33167,236.23276,30.563787,228.7464,63.592606,46.455963,69.197044,123.112305,18.397472,48.3848,475.2354,6.5015407,11.999407,244.84703,22.280474,9.42314,39.771576,36.43213,411.2552,116.26205,166.01317,1709.0813,64.45216,1645.6754,1536.5237,10.523185,9.3501005,1575.6079,19.940641,15.174563,410.47574,32.656353,56.694153,26.597603,92.98298,258.56522,399.12234,4.741806,39.672955,119.67286,350.87833,8.160799,87.9248,9.345901,1.4553343,58.35121,1.004418,1.1556616,3.3455458,10.707572,27.560564,17.37759,23.574596,369.21097,46.23891,24.78946,34.332157,11.854378,99.591736,7.7500677,75.99248,9.093951,66.184135,14.359239,21.11452,32.75,9.341432,35.507893,25.453829,1.1254001,58.57802,10.047661,218.81793,6.987659,270.58057,20.413046,1103.5289,121.30256,3.0182238,9.688742,144.29683,180.58769,912.4971,919.21924 +2023-01-19 10:00:00,0.0,2273.0151,39.37781,7.013896,26.489717,25.61027,222.2487,27.373701,46.79409,18.00206,26.642427,240.07683,131.34172,13.94007,53.270214,3.3425124,2.586504,42.67082,66.30834,47.03585,530.43097,28.539856,588.725,132.47357,36.53112,96.25259,295.8494,76.04446,940.76166,256.72275,2410.68,44.947613,2567.194,505.16403,29.413658,24.95648,149.33597,231.77629,299.9046,756.285,40.405914,19.037788,10.272016,483.40976,319.71204,86.93915,6.7497673,579.6448,13.232706,593.6298,8.578205,30.418964,0.0,843.85333,1751.6469,0.2705367,67.37122,14.57622,10675.0625,31.206562,1.2696538,5.2455196,15.6775875,11.702133,3.8922422,8.7365465,273.07935,45.020462,4.3357215,0.77579886,4.5211644,222.42131,0.784166,145.39102,108.42446,2291.2869,157.83849,99.63919,174.6232,793.3373,61.460896,47.020195,997.8639,50.96524,81.20004,9.972352,26.03778,210.46518,11.714362,9.794313,56.862095,18.916325,4128.3022,17.971718,29.950941,16.021265,12.044767,295.8907,56.086796,32.12164,8.523863,7.9737196,12.863266,54.62461,88.679955,43.66492,189.20088,18.673483,8.906953,51.493324,23.61301,32.60333,118.04507,14.808038,1.5267271,31.891819,12.215187,1449.8821,22.281487,0.61803186,46.138912,13.762164,130.43463,76.757614,97.56342,8.921445,97.64973,339.347,236.21349,30.57375,228.71611,63.548298,46.453125,69.19619,123.18355,18.410145,48.4042,475.20523,6.509521,12.013849,244.95006,22.276154,9.424881,39.806423,36.45852,411.61346,116.33713,166.02112,1709.7633,64.37011,1645.5361,1536.2883,10.518521,9.342674,1575.2474,19.932257,15.165076,410.40125,32.638508,56.666534,26.59181,92.92026,258.5463,399.03632,4.740064,39.658123,119.556526,350.82074,8.1558075,87.91703,9.342339,1.4550555,58.34879,1.0044626,1.1558193,3.3460617,10.706576,27.550978,17.373503,23.579302,368.65927,46.222446,24.775537,34.32157,11.848541,99.62567,7.739561,76.10251,9.089517,66.168274,14.33811,21.079395,32.719444,9.339314,35.474155,25.421638,1.1251576,58.562973,10.046762,218.81004,6.98662,270.515,20.408659,1103.734,121.27521,3.01788,9.686831,144.2704,180.55692,912.42645,919.31964 +2023-01-19 11:00:00,0.0,2272.4426,39.361355,7.00814,26.443207,25.593845,222.13828,27.368073,46.780247,17.999624,26.637917,240.08421,131.33655,13.936493,53.26274,3.3492298,2.591335,42.651646,66.42213,47.085995,530.1905,28.575106,588.25165,132.49036,36.58096,96.36169,295.60068,76.05883,941.0027,256.72928,2409.8147,44.97738,2566.5857,505.67404,29.440796,24.973116,149.49362,231.7735,299.9369,756.8938,40.40457,19.026722,10.271091,483.3607,319.95493,87.01962,6.748573,579.709,13.234915,593.62476,8.58427,30.422062,0.0,844.08215,1751.6588,0.27057806,67.31985,14.576844,10676.861,31.219019,1.2703121,5.244265,15.677841,11.712532,3.8964517,8.736898,273.16418,44.998135,4.334669,0.7761043,4.525337,222.65865,0.7835838,145.4082,108.35981,2292.5764,157.72368,99.66891,174.67854,793.39307,61.513096,47.054497,998.5913,50.956203,81.20804,9.971866,26.052708,210.51198,11.716937,9.793284,56.87412,18.9223,4128.5747,17.971561,29.973454,16.022078,12.050326,295.9534,56.100437,32.13945,8.526583,7.9770517,12.859716,54.622005,88.71229,43.693348,189.22177,18.67442,8.917093,51.50927,23.607553,32.582745,118.05358,14.793938,1.5264482,31.914263,12.212673,1449.0896,22.28571,0.6175701,46.191433,13.767503,130.45837,76.73392,97.54853,8.92408,97.67365,339.3623,236.19423,30.58371,228.68582,63.503986,46.450283,69.19534,123.2548,18.422817,48.423607,475.17502,6.5175014,12.028293,245.0531,22.271833,9.426623,39.841267,36.48491,411.97177,116.41222,166.02905,1710.4453,64.28806,1645.3967,1536.0531,10.513857,9.335249,1574.8871,19.92387,15.155589,410.32672,32.620667,56.638912,26.586016,92.85754,258.52734,398.9503,4.7383223,39.643288,119.44019,350.76318,8.150816,87.90926,9.338777,1.4547766,58.346367,1.0045072,1.1559769,3.346578,10.705581,27.541393,17.369415,23.584005,368.1076,46.205982,24.761616,34.31099,11.842704,99.65961,7.729055,76.21255,9.085081,66.152405,14.316981,21.04427,32.68889,9.337197,35.44042,25.389448,1.1249151,58.547928,10.045864,218.80217,6.985581,270.4495,20.404272,1103.9391,121.24786,3.0175364,9.684921,144.24397,180.52614,912.35583,919.4201 +2023-01-19 12:00:00,0.0,2271.87,39.3449,7.0023847,26.396698,25.57742,222.02785,27.362444,46.7664,17.99719,26.633404,240.0916,131.33139,13.932917,53.25527,3.355947,2.596166,42.632477,66.53591,47.13614,529.9501,28.610353,587.7784,132.50714,36.6308,96.47079,295.35193,76.0732,941.2437,256.7358,2408.9495,45.007145,2565.977,506.18408,29.467934,24.98975,149.65128,231.7707,299.96918,757.5026,40.403225,19.015656,10.270166,483.3116,320.1978,87.1001,6.7473783,579.77313,13.237123,593.61975,8.590334,30.425158,0.0,844.311,1751.6707,0.27061945,67.26847,14.577469,10678.661,31.231478,1.2709703,5.2430105,15.678093,11.722931,3.9006612,8.73725,273.24905,44.975807,4.3336167,0.7764096,4.52951,222.89597,0.78300166,145.4254,108.295166,2293.8657,157.60887,99.69862,174.73387,793.4488,61.565296,47.0888,999.3188,50.94717,81.216034,9.971379,26.067635,210.55878,11.719513,9.792255,56.88614,18.928274,4128.8467,17.971403,29.995968,16.02289,12.055884,296.01614,56.11408,32.157257,8.529302,7.9803843,12.856166,54.619404,88.74462,43.721775,189.24266,18.675354,8.927233,51.525215,23.602097,32.562164,118.062096,14.779839,1.5261693,31.936707,12.210158,1448.2971,22.289932,0.6171083,46.24395,13.772841,130.4821,76.71021,97.53364,8.926714,97.69758,339.37766,236.17496,30.593672,228.65553,63.45968,46.447445,69.19449,123.32604,18.43549,48.44301,475.14484,6.525482,12.042736,245.15613,22.267513,9.428365,39.876114,36.5113,412.33008,116.4873,166.037,1711.1274,64.20601,1645.2574,1535.8177,10.509193,9.327823,1574.5266,19.915483,15.146102,410.25223,32.60282,56.61129,26.580221,92.794815,258.50842,398.86426,4.7365804,39.628456,119.32387,350.7056,8.145825,87.9015,9.335215,1.4544978,58.34394,1.0045518,1.1561346,3.3470938,10.704585,27.531807,17.365328,23.588709,367.5559,46.189518,24.747696,34.300404,11.836866,99.69355,7.718549,76.322586,9.080646,66.13654,14.295852,21.009146,32.658333,9.33508,35.406685,25.357258,1.1246727,58.532887,10.044966,218.79428,6.9845414,270.38394,20.399887,1104.144,121.22052,3.0171928,9.683011,144.21754,180.49536,912.28516,919.5205 +2023-01-19 13:00:00,0.0,2271.2976,39.328445,6.996629,26.350187,25.560995,221.9174,27.356817,46.752552,17.994757,26.628893,240.099,131.32622,13.92934,53.247795,3.3626645,2.6009967,42.613304,66.649704,47.186283,529.7096,28.645603,587.30505,132.52393,36.680634,96.57989,295.1032,76.08757,941.48474,256.74237,2408.084,45.03691,2565.3684,506.6941,29.495071,25.006386,149.80894,231.76791,300.00146,758.11145,40.401882,19.00459,10.269241,483.2625,320.4407,87.18058,6.746184,579.83734,13.23933,593.61475,8.596398,30.428255,0.0,844.5398,1751.6826,0.27066082,67.217094,14.5780945,10680.461,31.243937,1.2716287,5.241756,15.678347,11.73333,3.9048707,8.737602,273.3339,44.95348,4.3325644,0.77671504,4.5336833,223.1333,0.7824195,145.4426,108.230515,2295.155,157.49406,99.72833,174.7892,793.5045,61.617493,47.123096,1000.0462,50.938133,81.22403,9.970894,26.082563,210.60559,11.722088,9.791225,56.898163,18.93425,4129.119,17.971247,30.01848,16.023703,12.061442,296.07886,56.12772,32.175068,8.5320215,7.9837165,12.852616,54.6168,88.776955,43.750202,189.26355,18.67629,8.937372,51.54116,23.59664,32.541584,118.07061,14.7657385,1.5258905,31.95915,12.2076435,1447.5046,22.294157,0.6166465,46.29647,13.778181,130.50584,76.686516,97.518745,8.929348,97.721504,339.39297,236.1557,30.603634,228.62524,63.415367,46.444603,69.19364,123.397285,18.448162,48.462414,475.11462,6.5334625,12.0571785,245.25916,22.263191,9.430106,39.910957,36.53769,412.6884,116.56238,166.04494,1711.8093,64.12396,1645.1182,1535.5824,10.504529,9.320396,1574.1663,19.907097,15.136616,410.17773,32.58498,56.58367,26.574429,92.73209,258.48947,398.77823,4.7348385,39.613625,119.207535,350.64804,8.140834,87.89373,9.331654,1.4542189,58.34152,1.0045964,1.1562923,3.3476098,10.703589,27.52222,17.36124,23.593414,367.00424,46.17305,24.733774,34.289818,11.831029,99.727486,7.7080426,76.43262,9.07621,66.120674,14.274723,20.974022,32.627777,9.332963,35.372948,25.325066,1.1244303,58.51784,10.044067,218.7864,6.9835024,270.31842,20.3955,1104.3491,121.19317,3.016849,9.681101,144.19112,180.4646,912.21454,919.6209 +2023-01-19 14:00:00,0.0,2270.7253,39.31199,6.9908733,26.303677,25.54457,221.80698,27.351189,46.738705,17.992321,26.624382,240.10638,131.32104,13.925764,53.240322,3.369382,2.6058278,42.594135,66.76349,47.23643,529.4692,28.680851,586.8318,132.54071,36.730473,96.68899,294.85446,76.101944,941.7258,256.7489,2407.2188,45.066677,2564.76,507.20413,29.52221,25.02302,149.9666,231.76512,300.03375,758.7202,40.40054,18.993523,10.268316,483.21344,320.6836,87.261055,6.74499,579.90155,13.241538,593.6097,8.602462,30.431353,0.0,844.76855,1751.6946,0.27070218,67.16571,14.578719,10682.26,31.256395,1.272287,5.240502,15.678598,11.743729,3.9090803,8.737955,273.41873,44.931152,4.3315115,0.77702045,4.537856,223.37062,0.78183734,145.4598,108.16586,2296.4443,157.37926,99.75805,174.84453,793.5603,61.669693,47.1574,1000.7736,50.929096,81.232025,9.9704075,26.09749,210.65239,11.724663,9.790196,56.910187,18.940226,4129.391,17.971088,30.040995,16.024515,12.067001,296.14157,56.14136,32.192875,8.534741,7.987049,12.849067,54.614193,88.80929,43.77863,189.28444,18.677225,8.947512,51.557106,23.591183,32.521004,118.07913,14.751639,1.5256115,31.981596,12.205129,1446.7122,22.29838,0.6161847,46.34899,13.78352,130.52959,76.66281,97.50385,8.931983,97.74543,339.4083,236.13643,30.613594,228.59497,63.371056,46.441765,69.192795,123.46854,18.460835,48.481815,475.0844,6.541443,12.071622,245.3622,22.258871,9.431849,39.945805,36.564083,413.0467,116.63747,166.05289,1712.4915,64.04191,1644.9788,1535.3472,10.499866,9.31297,1573.8058,19.89871,15.127129,410.1032,32.56714,56.55605,26.568634,92.66937,258.47055,398.6922,4.7330966,39.59879,119.0912,350.59045,8.135842,87.88596,9.328092,1.45394,58.339096,1.0046409,1.1564499,3.348126,10.702594,27.512634,17.357153,23.598118,366.45255,46.156586,24.719854,34.279232,11.825192,99.76142,7.697536,76.542656,9.0717745,66.10481,14.253593,20.938898,32.59722,9.330847,35.33921,25.292875,1.1241878,58.502796,10.043169,218.77852,6.9824634,270.2529,20.391113,1104.5542,121.165825,3.0165055,9.679191,144.16469,180.43382,912.14386,919.7213 +2023-01-19 15:00:00,0.0,2270.1528,39.295532,6.985118,26.257168,25.528147,221.69655,27.34556,46.72486,17.989887,26.619871,240.11377,131.31589,13.922188,53.23285,3.376099,2.6106586,42.574963,66.87727,47.286575,529.2287,28.7161,586.35846,132.5575,36.780308,96.79809,294.60574,76.11631,941.96686,256.75543,2406.3535,45.096443,2564.1514,507.71417,29.549347,25.039656,150.12427,231.76233,300.06604,759.32904,40.399193,18.982456,10.267391,483.16437,320.92648,87.34153,6.7437954,579.9657,13.243746,593.6047,8.608526,30.43445,0.0,844.99744,1751.7064,0.27074358,67.114334,14.579344,10684.06,31.268852,1.2729453,5.2392473,15.678852,11.7541275,3.9132898,8.738307,273.50357,44.90883,4.330459,0.7773258,4.542029,223.60796,0.7812552,145.47697,108.10121,2297.7336,157.26445,99.787766,174.89987,793.616,61.721893,47.1917,1001.50104,50.920063,81.24002,9.969922,26.11242,210.69919,11.727238,9.789167,56.922207,18.9462,4129.663,17.970932,30.063509,16.025328,12.072559,296.2043,56.155003,32.210686,8.53746,7.9903812,12.845516,54.61159,88.84162,43.807056,189.30533,18.678162,8.957652,51.57305,23.585726,32.500423,118.08765,14.73754,1.5253327,32.00404,12.202614,1445.9197,22.302603,0.61572295,46.401512,13.788858,130.55333,76.639114,97.48896,8.934617,97.769356,339.42365,236.11717,30.623556,228.56468,63.326748,46.438923,69.19194,123.53978,18.473507,48.50122,475.05423,6.5494237,12.086065,245.46523,22.25455,9.43359,39.980648,36.590473,413.405,116.71255,166.06084,1713.1733,63.959858,1644.8395,1535.1118,10.495201,9.305544,1573.4453,19.890326,15.117641,410.02872,32.549294,56.528427,26.562841,92.60665,258.4516,398.60617,4.7313547,39.583958,118.97487,350.5329,8.130852,87.8782,9.32453,1.4536612,58.336674,1.0046855,1.1566076,3.3486419,10.701598,27.503048,17.353065,23.602823,365.90085,46.14012,24.705933,34.26865,11.819355,99.795364,7.68703,76.65269,9.067339,66.08894,14.232465,20.903772,32.566666,9.32873,35.305473,25.260685,1.1239454,58.487755,10.042271,218.77065,6.981424,270.18735,20.386726,1104.7593,121.13847,3.0161617,9.67728,144.13826,180.40305,912.07324,919.8217 +2023-01-19 16:00:00,0.0,2269.5803,39.279076,6.9793625,26.210657,25.51172,221.5861,27.339933,46.711014,17.987452,26.615358,240.12117,131.31071,13.918612,53.225376,3.3828166,2.6154895,42.555794,66.99106,47.33672,528.9883,28.751348,585.8852,132.5743,36.830147,96.90719,294.357,76.130684,942.2079,256.76196,2405.4883,45.126213,2563.5427,508.22418,29.576485,25.05629,150.28192,231.75954,300.09833,759.93787,40.39785,18.97139,10.266467,483.1153,321.16937,87.42201,6.742601,580.0299,13.245954,593.5996,8.614591,30.437548,0.0,845.2262,1751.7184,0.27078494,67.06296,14.579968,10685.859,31.281311,1.2736036,5.237993,15.679104,11.764526,3.9174993,8.738659,273.58844,44.8865,4.3294067,0.7776312,4.5462017,223.84528,0.780673,145.49417,108.03656,2299.023,157.14964,99.81748,174.9552,793.6718,61.774094,47.225998,1002.2285,50.911026,81.24802,9.969436,26.127346,210.746,11.729813,9.788138,56.93423,18.952175,4129.9355,17.970774,30.086021,16.026138,12.078117,296.26703,56.168644,32.228493,8.54018,7.993714,12.841967,54.608986,88.873955,43.835484,189.32622,18.679096,8.967792,51.589,23.580269,32.479843,118.09616,14.72344,1.5250537,32.026485,12.200099,1445.1272,22.306826,0.61526114,46.454033,13.794197,130.57706,76.61541,97.47407,8.937252,97.79328,339.43896,236.0979,30.633516,228.5344,63.282436,46.436085,69.19109,123.61103,18.48618,48.520622,475.02402,6.557404,12.100508,245.56825,22.25023,9.435332,40.01549,36.616863,413.7633,116.787636,166.06877,1713.8555,63.877808,1644.7002,1534.8766,10.490538,9.298119,1573.085,19.881939,15.108154,409.9542,32.531452,56.50081,26.557047,92.54393,258.43268,398.52014,4.729613,39.569122,118.85854,350.4753,8.12586,87.87043,9.320968,1.4533824,58.33425,1.0047301,1.1567652,3.3491578,10.700603,27.493462,17.348978,23.607527,365.34918,46.123657,24.692013,34.258064,11.813518,99.8293,7.6765237,76.762726,9.062903,66.07308,14.211336,20.868649,32.53611,9.326612,35.271736,25.228493,1.1237029,58.47271,10.041372,218.76276,6.980385,270.12183,20.38234,1104.9644,121.11113,3.015818,9.675371,144.11182,180.37227,912.0026,919.9222 +2023-01-19 17:00:00,0.0,2269.0078,39.26262,6.9736066,26.164148,25.495296,221.47568,27.334305,46.697166,17.985018,26.610847,240.12856,131.30554,13.915035,53.217903,3.389534,2.6203206,42.53662,67.10485,47.386864,528.7478,28.786598,585.41187,132.59108,36.879986,97.01629,294.10828,76.14506,942.4489,256.7685,2404.623,45.15598,2562.9343,508.73422,29.603622,25.072926,150.43958,231.75674,300.1306,760.5467,40.396507,18.960323,10.265542,483.0662,321.41226,87.50249,6.7414064,580.0941,13.248161,593.5946,8.620655,30.440643,0.0,845.455,1751.7302,0.2708263,67.01157,14.580593,10687.658,31.29377,1.2742618,5.236738,15.679356,11.774925,3.9217088,8.739011,273.67328,44.864174,4.3283544,0.77793664,4.550375,224.08261,0.78009087,145.51137,107.97191,2300.3123,157.03484,99.8472,175.01053,793.72754,61.82629,47.2603,1002.95593,50.90199,81.25601,9.968949,26.142273,210.7928,11.732388,9.787108,56.946255,18.958149,4130.2075,17.970617,30.108536,16.02695,12.083676,296.32974,56.182285,32.246304,8.542899,7.997046,12.838416,54.60638,88.90629,43.86391,189.3471,18.680033,8.977931,51.604946,23.574812,32.459263,118.104675,14.709341,1.5247749,32.048927,12.197584,1444.3347,22.311049,0.6147993,46.506554,13.799536,130.6008,76.59171,97.459175,8.939886,97.8172,339.45428,236.07864,30.643478,228.5041,63.23813,46.433243,69.19025,123.682274,18.498852,48.540028,474.99384,6.5653844,12.114951,245.6713,22.24591,9.437074,40.05034,36.643253,414.12158,116.86272,166.07672,1714.5375,63.795757,1644.5608,1534.6412,10.485873,9.290692,1572.7245,19.873552,15.098667,409.8797,32.51361,56.473186,26.551252,92.48121,258.41373,398.4341,4.727871,39.55429,118.74221,350.41776,8.120869,87.86266,9.317406,1.4531034,58.331825,1.0047747,1.1569229,3.349674,10.699607,27.483877,17.34489,23.61223,364.7975,46.10719,24.678091,34.24748,11.807681,99.863235,7.6660175,76.872765,9.058468,66.05721,14.190207,20.833525,32.505554,9.324495,35.238,25.196302,1.1234605,58.45767,10.040474,218.75488,6.979346,270.0563,20.377953,1105.1694,121.08378,3.0154746,9.673461,144.08539,180.34149,911.93195,920.0226 +2023-01-19 18:00:00,0.0,2268.4353,39.246162,6.967851,26.117638,25.478872,221.36525,27.328676,46.68332,17.982584,26.606337,240.13594,131.30038,13.911459,53.210426,3.3962512,2.6251514,42.517452,67.218636,47.437008,528.5074,28.821846,584.9386,132.60786,36.92982,97.12539,293.85953,76.159424,942.68994,256.77505,2403.7578,45.185745,2562.3257,509.24423,29.63076,25.08956,150.59724,231.75395,300.1629,761.1555,40.39516,18.949257,10.264617,483.01712,321.65515,87.58296,6.740212,580.1583,13.250369,593.58954,8.6267185,30.44374,0.0,845.68384,1751.7422,0.2708677,66.9602,14.581218,10689.458,31.306227,1.2749201,5.2354836,15.679609,11.785324,3.9259183,8.739363,273.75812,44.841846,4.327302,0.778242,4.554548,224.31995,0.77950865,145.52856,107.90726,2301.6016,156.92003,99.87692,175.06586,793.78326,61.87849,47.294598,1003.68335,50.892956,81.26401,9.968464,26.1572,210.8396,11.734962,9.786079,56.958275,18.964125,4130.48,17.970459,30.131048,16.027763,12.089234,296.3925,56.195927,32.264114,8.545619,8.000379,12.834867,54.603775,88.938614,43.892338,189.368,18.680967,8.988071,51.62089,23.569355,32.438683,118.11319,14.695242,1.524496,32.071373,12.195069,1443.5422,22.315271,0.61433756,46.55907,13.804874,130.62454,76.56801,97.44428,8.94252,97.841125,339.46964,236.05937,30.653439,228.47382,63.193817,46.430405,69.18939,123.753525,18.511524,48.55943,474.96362,6.573365,12.129395,245.77432,22.24159,9.438816,40.085182,36.669643,414.4799,116.9378,166.08466,1715.2195,63.713707,1644.4215,1534.4059,10.48121,9.283266,1572.3641,19.865166,15.08918,409.8052,32.495766,56.445564,26.54546,92.41849,258.3948,398.34808,4.7261286,39.53946,118.62588,350.36017,8.115878,87.8549,9.313844,1.4528246,58.329403,1.0048193,1.1570807,3.35019,10.698611,27.47429,17.340803,23.616936,364.24582,46.090725,24.664171,34.236897,11.801844,99.89718,7.655511,76.982796,9.054032,66.04135,14.169078,20.7984,32.475,9.322379,35.20426,25.164112,1.123218,58.442623,10.039576,218.747,6.9783063,269.99075,20.373566,1105.3745,121.056435,3.0151308,9.671551,144.05896,180.31071,911.8613,920.123 +2023-01-19 19:00:00,0.0,2267.8628,39.22971,6.9620957,26.071129,25.462446,221.2548,27.323048,46.669476,17.980148,26.601826,240.14334,131.29521,13.907882,53.202953,3.4029686,2.6299822,42.498283,67.33242,47.487156,528.2669,28.857096,584.4653,132.62465,36.97966,97.23449,293.6108,76.1738,942.93097,256.7816,2402.8926,45.21551,2561.717,509.75427,29.657898,25.106195,150.75491,231.75116,300.1952,761.7643,40.393818,18.93819,10.263692,482.96805,321.89804,87.663445,6.739018,580.22253,13.252577,593.58453,8.632783,30.446838,0.0,845.91266,1751.754,0.27090907,66.90882,14.581842,10691.258,31.318686,1.2755784,5.234229,15.679861,11.795723,3.9301279,8.739715,273.843,44.81952,4.3262496,0.7785474,4.5587206,224.55727,0.7789265,145.54576,107.842606,2302.891,156.80522,99.90663,175.12119,793.83905,61.93069,47.3289,1004.41077,50.88392,81.272,9.967978,26.172129,210.88641,11.737537,9.78505,56.9703,18.9701,4130.752,17.970303,30.153563,16.028576,12.094792,296.4552,56.209568,32.28192,8.548338,8.003711,12.831317,54.601173,88.97095,43.920765,189.38889,18.681904,8.998211,51.636837,23.563898,32.418102,118.121704,14.681142,1.524217,32.09382,12.192554,1442.7498,22.319496,0.61387575,46.61159,13.810213,130.64828,76.54431,97.42939,8.945155,97.86505,339.48495,236.04012,30.6634,228.44353,63.149506,46.427563,69.188545,123.82477,18.524197,48.578835,474.93344,6.5813456,12.143838,245.87735,22.23727,9.4405575,40.12003,36.696033,414.8382,117.012886,166.0926,1715.9014,63.631657,1644.2822,1534.1707,10.476545,9.27584,1572.0037,19.85678,15.079693,409.73068,32.477924,56.417946,26.539665,92.35577,258.37585,398.26205,4.7243867,39.524624,118.509544,350.3026,8.110887,87.84713,9.310282,1.4525458,58.32698,1.0048639,1.1572382,3.3507059,10.697616,27.464705,17.336716,23.62164,363.69412,46.07426,24.65025,34.22631,11.796006,99.931114,7.6450047,77.092834,9.049597,66.02548,14.147948,20.763275,32.444443,9.320262,35.17053,25.131922,1.1229756,58.427578,10.038677,218.73912,6.9772673,269.92523,20.369179,1105.5796,121.02909,3.0147872,9.669641,144.03253,180.27994,911.79065,920.2234 +2023-01-19 20:00:00,0.0,2267.2903,39.213253,6.9563403,26.024618,25.446022,221.14438,27.317421,46.65563,17.977715,26.597313,240.15073,131.29004,13.904305,53.19548,3.409686,2.6348133,42.47911,67.446205,47.5373,528.0265,28.892344,583.992,132.64143,37.029495,97.34359,293.36206,76.18817,943.17206,256.78812,2402.0273,45.245277,2561.1084,510.26428,29.685036,25.12283,150.91257,231.74837,300.22748,762.3731,40.39247,18.927124,10.262767,482.91895,322.14093,87.74392,6.7378235,580.2867,13.254785,593.5795,8.638847,30.449936,0.0,846.1415,1751.766,0.27095044,66.85744,14.582468,10693.057,31.331144,1.2762368,5.232975,15.680115,11.806122,3.9343374,8.740067,273.92783,44.79719,4.3251967,0.7788528,4.5628934,224.7946,0.77834433,145.56294,107.777954,2304.1804,156.69041,99.93635,175.17653,793.8948,61.982887,47.3632,1005.1382,50.87488,81.28,9.967492,26.187056,210.93321,11.740112,9.78402,56.982323,18.976074,4131.0244,17.970144,30.176075,16.029388,12.10035,296.5179,56.22321,32.299732,8.551058,8.007043,12.827766,54.598568,89.00328,43.949192,189.40977,18.682838,9.00835,51.652782,23.558441,32.39752,118.13022,14.667043,1.5239382,32.11626,12.19004,1441.9573,22.323719,0.613414,46.664112,13.815553,130.67201,76.52061,97.4145,8.947789,97.88898,339.50027,236.02084,30.673363,228.41324,63.105198,46.424725,69.1877,123.89601,18.53687,48.598236,474.90323,6.589326,12.15828,245.9804,22.23295,9.442299,40.154873,36.722427,415.1965,117.08797,166.10054,1716.5835,63.549606,1644.1428,1533.9353,10.471882,9.268414,1571.6433,19.848392,15.070207,409.6562,32.460083,56.390324,26.533873,92.29305,258.35693,398.17603,4.722645,39.509792,118.39321,350.24503,8.105895,87.83936,9.306721,1.4522668,58.32456,1.0049084,1.157396,3.351222,10.69662,27.455118,17.332628,23.626345,363.14246,46.057796,24.636328,34.215725,11.790169,99.96506,7.6344986,77.202866,9.045161,66.00962,14.12682,20.728151,32.413887,9.318145,35.13679,25.09973,1.1227331,58.412537,10.03778,218.73123,6.976228,269.8597,20.364792,1105.7847,121.00174,3.0144434,9.66773,144.0061,180.24918,911.72003,920.3238 +2023-01-19 21:00:00,0.0,2266.7178,39.196796,6.9505844,25.97811,25.429598,221.03395,27.311792,46.64178,17.97528,26.592802,240.15811,131.28488,13.900729,53.188007,3.4164033,2.6396441,42.45994,67.56,47.587444,527.786,28.927591,583.5187,132.65822,37.079334,97.45269,293.11334,76.202545,943.4131,256.79465,2401.162,45.275043,2560.5,510.77432,29.712173,25.139465,151.07022,231.74557,300.25977,762.98193,40.39113,18.916058,10.261843,482.86987,322.38382,87.8244,6.736629,580.3509,13.256992,593.57446,8.644912,30.453033,0.0,846.37024,1751.778,0.27099183,66.80606,14.583093,10694.856,31.343603,1.276895,5.2317204,15.6803665,11.816521,3.938547,8.740418,274.01266,44.774868,4.3241444,0.7791582,4.5670667,225.03192,0.7777622,145.58014,107.71331,2305.4697,156.5756,99.966064,175.23186,793.9505,62.035088,47.3975,1005.86566,50.86585,81.287994,9.967006,26.201984,210.98003,11.742688,9.782991,56.994343,18.98205,4131.2964,17.969988,30.19859,16.030201,12.105909,296.58066,56.23685,32.31754,8.553778,8.010376,12.824217,54.595963,89.035614,43.977623,189.43066,18.683773,9.01849,51.668728,23.552984,32.376938,118.13873,14.652944,1.5236592,32.138706,12.187525,1441.1648,22.327942,0.6129522,46.716633,13.820891,130.69576,76.49691,97.399605,8.950423,97.9129,339.51562,236.00159,30.683323,228.38295,63.060886,46.421883,69.186844,123.96726,18.549541,48.61764,474.87302,6.5973063,12.172724,246.08342,22.22863,9.444041,40.18972,36.748817,415.5548,117.163055,166.10849,1717.2655,63.467556,1644.0035,1533.7001,10.467217,9.260988,1571.2828,19.840008,15.0607195,409.5817,32.442238,56.3627,26.528078,92.23033,258.33798,398.09,4.720903,39.49496,118.276886,350.18747,8.100904,87.8316,9.303159,1.451988,58.322136,1.004953,1.1575536,3.351738,10.695624,27.445532,17.328543,23.631048,362.59076,46.041332,24.622408,34.205143,11.784332,99.99899,7.6239924,77.312904,9.040726,65.99375,14.105691,20.693027,32.38333,9.316028,35.103054,25.06754,1.1224906,58.39749,10.036881,218.72334,6.9751887,269.79416,20.360405,1105.9896,120.974396,3.0140998,9.66582,143.97968,180.2184,911.6494,920.4242 +2023-01-19 22:00:00,0.0,2266.1453,39.18034,6.944829,25.931599,25.413174,220.92351,27.306164,46.627934,17.972845,26.588291,240.16551,131.27971,13.897153,53.180534,3.4231207,2.644475,42.44077,67.67378,47.63759,527.5456,28.962841,583.0454,132.675,37.12917,97.56179,292.8646,76.21691,943.6541,256.80118,2400.2969,45.30481,2559.8914,511.28433,29.739311,25.1561,151.22789,231.7428,300.29205,763.59076,40.389786,18.904991,10.260918,482.8208,322.6267,87.90488,6.7354345,580.4151,13.2592,593.56946,8.650975,30.456131,0.0,846.5991,1751.7898,0.2710332,66.754684,14.583717,10696.656,31.35606,1.2775533,5.230466,15.68062,11.82692,3.9427564,8.740771,274.0975,44.75254,4.323092,0.7794636,4.5712395,225.26926,0.77718,145.59734,107.64866,2306.759,156.4608,99.99578,175.28719,794.0063,62.087288,47.4318,1006.5931,50.85681,81.29599,9.966519,26.21691,211.02682,11.745263,9.781962,57.006367,18.988024,4131.5684,17.96983,30.221102,16.031013,12.111467,296.64337,56.250492,32.33535,8.556497,8.013708,12.820666,54.593357,89.06795,44.00605,189.45155,18.68471,9.02863,51.684673,23.547527,32.356358,118.14725,14.638844,1.5233804,32.161148,12.18501,1440.3723,22.332165,0.6124904,46.769154,13.82623,130.7195,76.473206,97.38471,8.953058,97.93683,339.53094,235.98232,30.693285,228.35268,63.01658,46.419044,69.186,124.038506,18.562214,48.637043,474.84283,6.605287,12.187167,246.18645,22.22431,9.445783,40.224564,36.775208,415.91312,117.23814,166.11642,1717.9475,63.385506,1643.8643,1533.4647,10.462554,9.253562,1570.9224,19.831621,15.051232,409.50717,32.424397,56.335083,26.522285,92.16761,258.31906,398.00397,4.719161,39.480125,118.16055,350.12988,8.095913,87.82383,9.299597,1.4517092,58.31971,1.0049976,1.1577113,3.352254,10.694629,27.435946,17.324455,23.635754,362.0391,46.024864,24.608486,34.194557,11.778495,100.03293,7.613486,77.42294,9.03629,65.97789,14.084561,20.657904,32.352776,9.313911,35.069317,25.035349,1.1222483,58.38245,10.035983,218.71547,6.9741497,269.72864,20.356018,1106.1947,120.947044,3.0137563,9.66391,143.95325,180.18762,911.57874,920.52466 +2023-01-19 23:00:00,0.0,2265.5728,39.163883,6.9390736,25.88509,25.396748,220.81308,27.300537,46.61409,17.970411,26.58378,240.1729,131.27454,13.893577,53.17306,3.4298382,2.649306,42.4216,67.78757,47.687737,527.3051,28.998089,582.5721,132.69179,37.17901,97.67089,292.61588,76.231285,943.89514,256.80774,2399.4316,45.33458,2559.2827,511.79437,29.766449,25.172735,151.38554,231.74,300.32434,764.1996,40.38844,18.893925,10.259993,482.77173,322.8696,87.98535,6.7342405,580.47925,13.261409,593.5644,8.65704,30.459227,0.0,846.8279,1751.8018,0.27107456,66.7033,14.584342,10698.455,31.368519,1.2782116,5.2292113,15.680872,11.837318,3.946966,8.741123,274.18237,44.730213,4.3220396,0.779769,4.5754123,225.50658,0.77659786,145.61453,107.58401,2308.0483,156.346,100.0255,175.34251,794.062,62.13949,47.466103,1007.3205,50.847775,81.303986,9.966034,26.231836,211.07362,11.747838,9.780932,57.018387,18.994,4131.841,17.969673,30.243616,16.031826,12.117025,296.7061,56.264133,32.353157,8.5592165,8.01704,12.817117,54.590755,89.10028,44.034477,189.47244,18.685644,9.03877,51.70062,23.54207,32.335777,118.15577,14.624744,1.5231014,32.183594,12.182495,1439.5798,22.336388,0.6120286,46.821674,13.831569,130.74324,76.44951,97.36982,8.955692,97.960754,339.54626,235.96306,30.703245,228.32239,62.972267,46.416203,69.18515,124.10976,18.574886,48.65645,474.81262,6.6132674,12.20161,246.28949,22.21999,9.447525,40.25941,36.801598,416.27142,117.313225,166.12437,1718.6295,63.303455,1643.725,1533.2295,10.45789,9.246136,1570.562,19.823235,15.041745,409.43268,32.40655,56.30746,26.51649,92.10489,258.3001,397.91794,4.717419,39.465294,118.04422,350.07233,8.090921,87.81606,9.296035,1.4514303,58.317287,1.0050422,1.157869,3.3527699,10.693633,27.426361,17.320368,23.640457,361.4874,46.0084,24.594566,34.18397,11.772657,100.06687,7.6029797,77.532974,9.031855,65.96202,14.063433,20.622778,32.32222,9.311794,35.03558,25.003157,1.1220058,58.367405,10.035085,218.70758,6.97311,269.66312,20.351633,1106.3998,120.9197,3.0134125,9.662,143.92682,180.15685,911.5081,920.62506 +2023-01-20 00:00:00,0.0,2265.0002,39.147427,6.9333177,25.83858,25.380323,220.70264,27.294909,46.600243,17.967976,26.579268,240.18028,131.26938,13.89,53.16559,3.4365554,2.654137,42.402428,67.90135,47.73788,527.0647,29.033339,582.0988,132.70857,37.228848,97.77999,292.36713,76.24566,944.13617,256.81427,2398.5664,45.364346,2558.6743,512.3044,29.793587,25.18937,151.5432,231.73721,300.35663,764.80835,40.387096,18.882858,10.259068,482.72263,323.1125,88.065834,6.733046,580.54346,13.263617,593.5594,8.663104,30.462324,0.0,847.05676,1751.8136,0.27111593,66.651924,14.584967,10700.255,31.380978,1.2788699,5.227957,15.681124,11.847717,3.9511755,8.741475,274.2672,44.707886,4.320987,0.78007436,4.579585,225.74391,0.7760157,145.63171,107.519356,2309.3376,156.23119,100.05521,175.39784,794.1178,62.191685,47.5004,1008.0479,50.83874,81.31198,9.965548,26.246765,211.12044,11.750413,9.779903,57.03041,18.999975,4132.113,17.969515,30.266129,16.032639,12.122584,296.76883,56.277775,32.370968,8.561935,8.020372,12.813566,54.58815,89.132614,44.062904,189.49333,18.68658,9.048909,51.716564,23.536613,32.315197,118.16428,14.610645,1.5228226,32.20604,12.17998,1438.7874,22.340612,0.61156684,46.874195,13.836907,130.76697,76.425804,97.35493,8.958327,97.98467,339.5616,235.94379,30.713207,228.2921,62.927956,46.413364,69.184296,124.181,18.587559,48.67585,474.78244,6.621248,12.216053,246.39252,22.21567,9.449266,40.294254,36.827988,416.6297,117.388306,166.13231,1719.3115,63.221405,1643.5856,1532.9941,10.453225,9.238709,1570.2015,19.814848,15.032258,409.3582,32.38871,56.27984,26.510696,92.04217,258.2812,397.8319,4.7156773,39.45046,117.92789,350.01474,8.085931,87.8083,9.292473,1.4511514,58.314865,1.0050868,1.1580266,3.353286,10.692637,27.416775,17.31628,23.64516,360.93573,45.991936,24.580645,34.173386,11.76682,100.10081,7.5924735,77.64301,9.027419,65.94616,14.042303,20.587654,32.291668,9.309677,35.001842,24.970966,1.1217633,58.35236,10.034186,218.6997,6.972071,269.59756,20.347246,1106.6049,120.89235,3.013069,9.6600895,143.90039,180.12607,911.43744,920.72546 +2023-01-20 01:00:00,0.0,2264.4277,39.130974,6.927562,25.792068,25.3639,220.59221,27.28928,46.586395,17.965542,26.574757,240.18767,131.2642,13.886424,53.158115,3.4432728,2.6589677,42.38326,68.015144,47.788025,526.8242,29.068586,581.6255,132.72536,37.278683,97.88909,292.1184,76.260025,944.37726,256.8208,2397.7012,45.39411,2558.0657,512.81445,29.820724,25.206005,151.70087,231.73442,300.38892,765.4172,40.385754,18.871792,10.258142,482.67355,323.35538,88.14631,6.7318516,580.60767,13.265824,593.5544,8.669168,30.465422,0.0,847.2855,1751.8256,0.27115732,66.60055,14.585591,10702.055,31.393436,1.2795281,5.226702,15.681377,11.858116,3.955385,8.741827,274.35205,44.68556,4.319935,0.7803798,4.5837584,225.98123,0.77543354,145.64891,107.454704,2310.627,156.11638,100.08492,175.45319,794.1735,62.243885,47.534702,1008.7754,50.829704,81.31998,9.965062,26.261692,211.16724,11.752988,9.778874,57.042435,19.005949,4132.3853,17.969358,30.288643,16.033451,12.128142,296.83154,56.291416,32.38878,8.564655,8.023705,12.810017,54.585545,89.16495,44.09133,189.51422,18.687515,9.059049,51.73251,23.531157,32.294617,118.1728,14.596545,1.5225437,32.22848,12.177465,1437.9949,22.344835,0.611105,46.926712,13.842246,130.79071,76.40211,97.340034,8.960961,98.0086,339.57693,235.92453,30.72317,228.26181,62.883648,46.410522,69.18345,124.25224,18.600231,48.695255,474.75223,6.6292286,12.230496,246.49554,22.21135,9.451008,40.329098,36.854378,416.988,117.46339,166.14026,1719.9935,63.139355,1643.4463,1532.7588,10.448562,9.231283,1569.8412,19.806461,15.022771,409.28366,32.37087,56.252216,26.504904,91.97945,258.26224,397.74588,4.7139354,39.435627,117.811554,349.95718,8.080939,87.80053,9.288911,1.4508725,58.312443,1.0051314,1.1581843,3.353802,10.691642,27.407188,17.312193,23.649866,360.38403,45.97547,24.566725,34.162804,11.760983,100.13474,7.5819674,77.75305,9.022984,65.93029,14.021174,20.55253,32.261112,9.30756,34.96811,24.938776,1.1215209,58.33732,10.033288,218.69182,6.971032,269.53204,20.34286,1106.8099,120.865005,3.012725,9.658179,143.87396,180.09529,911.3668,920.82587 +2023-01-20 02:00:00,0.0,2263.8555,39.114517,6.921807,25.74556,25.347473,220.48178,27.283653,46.572548,17.963108,26.570246,240.19507,131.25903,13.882848,53.150642,3.4499903,2.6637988,42.364086,68.12893,47.83817,526.5838,29.103836,581.1522,132.74214,37.32852,97.99819,291.8697,76.2744,944.6183,256.82733,2396.836,45.423878,2557.457,513.32446,29.847862,25.22264,151.85852,231.73163,300.4212,766.026,40.384407,18.860725,10.257217,482.62448,323.59827,88.22678,6.730657,580.6719,13.268032,593.5493,8.675232,30.46852,0.0,847.51434,1751.8374,0.2711987,66.549164,14.586216,10703.854,31.405893,1.2801864,5.2254477,15.681629,11.868515,3.9595945,8.742179,274.43692,44.66323,4.318882,0.7806852,4.587931,226.21857,0.7748514,145.6661,107.39005,2311.9163,156.00157,100.11464,175.50851,794.22925,62.296085,47.569004,1009.5028,50.820667,81.32797,9.964576,26.276619,211.21404,11.755563,9.777845,57.054455,19.011925,4132.657,17.9692,30.311155,16.034264,12.1337,296.89426,56.305058,32.406586,8.567374,8.027038,12.806467,54.582943,89.19728,44.11976,189.53511,18.688452,9.069189,51.748455,23.5257,32.274036,118.18131,14.582446,1.5222647,32.250927,12.174951,1437.2024,22.349058,0.61064327,46.979233,13.847585,130.81445,76.3784,97.32514,8.963595,98.032524,339.59225,235.90526,30.73313,228.23152,62.839336,46.407684,69.182594,124.323494,18.612904,48.714657,474.72205,6.637209,12.244939,246.59859,22.20703,9.45275,40.363945,36.880768,417.3463,117.538475,166.1482,1720.6755,63.057304,1643.307,1532.5236,10.443897,9.223858,1569.4807,19.798075,15.013285,409.20917,32.353024,56.224598,26.49911,91.916725,258.24332,397.65985,4.7121935,39.420795,117.69523,349.8996,8.075948,87.79276,9.28535,1.4505937,58.31002,1.0051758,1.1583419,3.354318,10.690646,27.397602,17.308105,23.65457,359.83237,45.959007,24.552803,34.152218,11.755146,100.168686,7.5714607,77.86308,9.018548,65.91443,14.000046,20.517406,32.230556,9.305443,34.934372,24.906586,1.1212784,58.322273,10.03239,218.68394,6.9699926,269.4665,20.338472,1107.015,120.83766,3.0123816,9.656269,143.84753,180.06451,911.2962,920.9263 +2023-01-20 03:00:00,0.0,2263.283,39.09806,6.916051,25.699049,25.331049,220.37134,27.278025,46.558704,17.960672,26.565735,240.20245,131.25388,13.8792715,53.14317,3.4567075,2.6686296,42.344917,68.242714,47.888313,526.3433,29.139084,580.6789,132.75893,37.378357,98.10729,291.62094,76.28877,944.8593,256.83386,2395.9707,45.453644,2556.8486,513.8345,29.875,25.239273,152.01617,231.72884,300.4535,766.6348,40.383064,18.849659,10.256293,482.5754,323.84116,88.30727,6.729463,580.736,13.27024,593.5443,8.681296,30.471617,0.0,847.74316,1751.8494,0.27124006,66.49779,14.586841,10705.653,31.418352,1.2808447,5.2241936,15.681883,11.878914,3.963804,8.742531,274.52176,44.640907,4.3178296,0.78099054,4.592104,226.45589,0.7742692,145.6833,107.3254,2313.2058,155.88676,100.144356,175.56384,794.28503,62.348286,47.603302,1010.2302,50.811634,81.33597,9.964089,26.291546,211.26085,11.758138,9.776815,57.06648,19.017899,4132.929,17.969044,30.33367,16.035076,12.139259,296.957,56.3187,32.424397,8.570094,8.03037,12.802917,54.580338,89.229614,44.148186,189.556,18.689386,9.079329,51.7644,23.520243,32.253456,118.18983,14.568347,1.5219859,32.273373,12.172436,1436.4098,22.353281,0.61018145,47.031754,13.852924,130.83818,76.354706,97.31025,8.96623,98.05645,339.6076,235.886,30.743092,228.20123,62.79503,46.404842,69.18175,124.39474,18.625576,48.734062,474.69183,6.6451893,12.259382,246.70161,22.20271,9.454492,40.39879,36.90716,417.70462,117.613556,166.15614,1721.3575,62.975254,1643.1676,1532.2882,10.439234,9.216432,1569.1202,19.78969,15.003798,409.13464,32.335182,56.196976,26.493317,91.854004,258.22437,397.57382,4.710451,39.40596,117.578896,349.84204,8.070957,87.784996,9.281788,1.4503149,58.307594,1.0052204,1.1584996,3.354834,10.689651,27.388016,17.304018,23.659275,359.28067,45.94254,24.538883,34.141632,11.749309,100.20262,7.5609546,77.97312,9.014113,65.89856,13.978916,20.48228,32.2,9.303327,34.900635,24.874393,1.121036,58.307228,10.031491,218.67606,6.9689536,269.40097,20.334085,1107.2201,120.81031,3.012038,9.654359,143.8211,180.03375,911.2255,921.02673 +2023-01-20 04:00:00,0.0,2262.7104,39.081604,6.9102955,25.65254,25.314625,220.26091,27.272396,46.544857,17.958239,26.561222,240.20984,131.2487,13.875694,53.135696,3.463425,2.6734605,42.32575,68.3565,47.93846,526.1029,29.174334,580.2056,132.77571,37.428196,98.21639,291.37222,76.30314,945.10034,256.84042,2395.1055,45.48341,2556.24,514.3445,29.902138,25.255909,152.17384,231.72604,300.48578,767.2436,40.38172,18.838593,10.255368,482.5263,324.08405,88.38774,6.7282686,580.80023,13.272448,593.53925,8.687361,30.474712,0.0,847.972,1751.8612,0.27128145,66.44641,14.587466,10707.453,31.43081,1.281503,5.222939,15.682135,11.889313,3.9680135,8.742883,274.6066,44.61858,4.316777,0.78129596,4.5962768,226.69322,0.77368706,145.70049,107.26076,2314.495,155.77196,100.17407,175.61917,794.34076,62.400482,47.637604,1010.95764,50.802597,81.34396,9.963604,26.306475,211.30765,11.760714,9.775786,57.078503,19.023874,4133.2017,17.968885,30.356182,16.035887,12.144817,297.0197,56.33234,32.442204,8.572814,8.033702,12.799367,54.577732,89.26195,44.176613,189.57689,18.690323,9.089468,51.780346,23.514786,32.232876,118.19834,14.554247,1.5217069,32.295815,12.169921,1435.6173,22.357504,0.6097197,47.084274,13.858263,130.86192,76.331,97.29536,8.968864,98.080376,339.62292,235.86673,30.753052,228.17094,62.750717,46.402004,69.1809,124.46599,18.638248,48.753464,474.66165,6.65317,12.273826,246.80466,22.198387,9.456234,40.433636,36.93355,418.06293,117.688644,166.16408,1722.0397,62.893204,1643.0283,1532.053,10.434569,9.209005,1568.7599,19.781303,14.99431,409.06015,32.31734,56.169353,26.487522,91.79128,258.20544,397.4878,4.7087092,39.39113,117.46256,349.78445,8.065966,87.77722,9.278226,1.4500359,58.305172,1.005265,1.1586573,3.35535,10.688655,27.37843,17.29993,23.663979,358.729,45.926075,24.524961,34.13105,11.743472,100.23656,7.5504484,78.08315,9.009678,65.8827,13.9577875,20.447157,32.169445,9.301209,34.866898,24.842203,1.1207936,58.292187,10.030593,218.66818,6.9679146,269.33545,20.329699,1107.4252,120.78297,3.0116942,9.652449,143.79468,180.00298,911.1549,921.12714 +2023-01-20 05:00:00,0.0,2262.138,39.065147,6.90454,25.60603,25.2982,220.15048,27.26677,46.53101,17.955805,26.556711,240.21724,131.24353,13.872118,53.128223,3.4701424,2.6782916,42.306576,68.47028,47.988605,525.8624,29.209581,579.7323,132.7925,37.478035,98.32549,291.12347,76.31751,945.3414,256.84695,2394.24,45.513176,2555.6313,514.85455,29.929276,25.272543,152.3315,231.72325,300.51807,767.8524,40.380375,18.827526,10.254443,482.47723,324.32693,88.468216,6.727074,580.8644,13.274655,593.53424,8.693425,30.47781,0.0,848.2008,1751.8732,0.27132282,66.39503,14.588091,10709.253,31.443268,1.2821614,5.2216845,15.682388,11.899712,3.972223,8.743235,274.69144,44.596252,4.315725,0.78160137,4.60045,226.93056,0.77310485,145.71768,107.196106,2315.7844,155.65714,100.20379,175.6745,794.3965,62.452682,47.671906,1011.68506,50.79356,81.35196,9.963118,26.321402,211.35445,11.7632885,9.774757,57.090523,19.02985,4133.4736,17.968729,30.378696,16.0367,12.150375,297.08243,56.34598,32.460014,8.575533,8.037034,12.795816,54.575127,89.29428,44.20504,189.59778,18.691257,9.099607,51.79629,23.509329,32.212296,118.206856,14.540148,1.5214281,32.31826,12.167406,1434.8248,22.361727,0.6092579,47.136795,13.863602,130.88567,76.307304,97.280464,8.9714985,98.1043,339.63824,235.84747,30.763014,228.14066,62.706406,46.399162,69.180046,124.53723,18.65092,48.77287,474.63144,6.6611505,12.288268,246.90768,22.194067,9.457975,40.46848,36.95994,418.42123,117.763725,166.17203,1722.7217,62.811153,1642.889,1531.8176,10.429906,9.201579,1568.3994,19.772917,14.984823,408.98566,32.299496,56.141735,26.48173,91.72856,258.1865,397.40176,4.7069674,39.376297,117.34623,349.7269,8.060974,87.769455,9.274664,1.4497571,58.30275,1.0053096,1.1588149,3.355866,10.687659,27.368845,17.295843,23.668682,358.1773,45.90961,24.51104,34.120464,11.737635,100.2705,7.5399423,78.19319,9.005242,65.86683,13.936658,20.412033,32.13889,9.299092,34.83316,24.810013,1.1205511,58.27714,10.029695,218.6603,6.966875,269.2699,20.325312,1107.6302,120.755615,3.0113506,9.650539,143.76825,179.9722,911.0842,921.22754 +2023-01-20 06:00:00,0.0,2261.5654,39.04869,6.8987846,25.55952,25.281775,220.04004,27.26114,46.517162,17.95337,26.5522,240.22462,131.23837,13.868542,53.12075,3.4768596,2.6831224,42.287407,68.584076,48.03875,525.622,29.244831,579.259,132.80928,37.52787,98.43459,290.87476,76.33189,945.58246,256.8535,2393.3748,45.542946,2555.0227,515.36456,29.956413,25.289179,152.48917,231.72046,300.55035,768.46124,40.379032,18.81646,10.253518,482.42816,324.56982,88.5487,6.7258797,580.92865,13.276863,593.5292,8.699489,30.480907,0.0,848.42957,1751.8851,0.27136418,66.34365,14.588716,10711.052,31.455727,1.2828196,5.22043,15.68264,11.91011,3.9764326,8.7435875,274.7763,44.573925,4.3146725,0.7819067,4.604623,227.16788,0.7725227,145.73488,107.131454,2317.0737,155.54233,100.233505,175.72984,794.4523,62.504883,47.706203,1012.41254,50.784527,81.359955,9.962631,26.33633,211.40126,11.765863,9.773727,57.102547,19.035824,4133.746,17.96857,30.401209,16.037512,12.155933,297.14517,56.359623,32.47782,8.578253,8.040367,12.792267,54.572525,89.326614,44.233467,189.61867,18.692194,9.109748,51.81224,23.50387,32.19171,118.21537,14.526048,1.5211492,32.340706,12.164891,1434.0323,22.365952,0.60879606,47.189316,13.86894,130.90941,76.2836,97.26557,8.9741335,98.12823,339.6536,235.8282,30.772974,228.11038,62.662098,46.396324,69.1792,124.60848,18.663593,48.79227,474.60123,6.669131,12.3027115,247.01071,22.189747,9.459718,40.503326,36.986332,418.77954,117.838806,166.17996,1723.4036,62.729103,1642.7496,1531.5823,10.425241,9.194153,1568.0391,19.76453,14.975336,408.91113,32.281654,56.114113,26.475935,91.66584,258.16757,397.31573,4.7052255,39.36146,117.2299,349.6693,8.055984,87.76169,9.271102,1.4494783,58.300327,1.0053542,1.1589726,3.3563821,10.686664,27.359259,17.291756,23.673388,357.62564,45.893147,24.49712,34.10988,11.731797,100.304436,7.5294356,78.30323,9.000807,65.85097,13.915529,20.37691,32.108334,9.296975,34.799423,24.777822,1.1203086,58.2621,10.028796,218.65242,6.965836,269.20438,20.320925,1107.8353,120.72827,3.0110068,9.648629,143.7418,179.94142,911.0136,921.32794 +2023-01-20 07:00:00,0.0,2260.993,39.032238,6.8930287,25.51301,25.26535,219.92961,27.255512,46.50332,17.950935,26.54769,240.23201,131.2332,13.864965,53.113277,3.483577,2.6879532,42.268234,68.69786,48.088894,525.38153,29.280079,578.7857,132.82608,37.57771,98.54369,290.626,76.34625,945.8235,256.86002,2392.5095,45.572712,2554.4143,515.8746,29.983551,25.305813,152.64682,231.71767,300.58264,769.07007,40.37769,18.805393,10.252593,482.3791,324.8127,88.62917,6.7246857,580.9928,13.279071,593.5242,8.705553,30.484005,0.0,848.65845,1751.897,0.27140558,66.292274,14.58934,10712.852,31.468185,1.2834779,5.2191753,15.682892,11.920509,3.9806423,8.743939,274.86115,44.551598,4.31362,0.78221214,4.6087956,227.40521,0.7719405,145.75208,107.0668,2318.363,155.42752,100.26322,175.78517,794.508,62.55708,47.740505,1013.13995,50.77549,81.36795,9.962146,26.351257,211.44806,11.768438,9.772698,57.11457,19.0418,4134.018,17.968414,30.423723,16.038324,12.161492,297.2079,56.373264,32.495632,8.580972,8.043699,12.788717,54.56992,89.35894,44.261894,189.63956,18.693129,9.119887,51.828186,23.498413,32.17113,118.223885,14.511949,1.5208703,32.363148,12.162376,1433.2399,22.370174,0.6083343,47.241833,13.874279,130.93314,76.2599,97.25068,8.976768,98.15215,339.6689,235.80894,30.782936,228.0801,62.617786,46.393482,69.17835,124.679726,18.676266,48.811676,474.57104,6.6771116,12.317155,247.11375,22.185427,9.461459,40.53817,37.012722,419.13782,117.913895,166.18791,1724.0856,62.647053,1642.6104,1531.347,10.420578,9.186728,1567.6786,19.756144,14.965849,408.83664,32.26381,56.08649,26.47014,91.60312,258.14865,397.2297,4.7034836,39.34663,117.11357,349.61176,8.050992,87.75392,9.26754,1.4491994,58.297905,1.0053988,1.1591302,3.356898,10.685667,27.349672,17.287668,23.678091,357.07394,45.87668,24.483198,34.099293,11.72596,100.33837,7.5189295,78.41326,8.996371,65.8351,13.894401,20.341784,32.077778,9.294859,34.76569,24.74563,1.1200662,58.247055,10.027898,218.64453,6.964797,269.13885,20.316538,1108.0403,120.70092,3.0106633,9.646719,143.71538,179.91064,910.943,921.42834 +2023-01-20 08:00:00,0.0,2260.4204,39.01578,6.8872733,25.466501,25.248926,219.81918,27.249886,46.48947,17.9485,26.543177,240.23941,131.22803,13.861389,53.105804,3.4902945,2.6927843,42.249065,68.811646,48.13904,525.1411,29.315329,578.3124,132.84286,37.627544,98.652794,290.3773,76.36063,946.0645,256.86655,2391.6443,45.602478,2553.8057,516.38464,30.010689,25.322449,152.80447,231.71487,300.61493,769.6789,40.376343,18.794327,10.251669,482.33,325.0556,88.70965,6.723491,581.057,13.281279,593.51917,8.711617,30.487103,0.0,848.8872,1751.9089,0.27144694,66.2409,14.589965,10714.651,31.480644,1.2841362,5.217921,15.6831455,11.930908,3.9848518,8.744291,274.94598,44.52927,4.312567,0.78251755,4.6129684,227.64253,0.7713584,145.76926,107.00215,2319.6523,155.31271,100.29294,175.8405,794.5638,62.60928,47.774803,1013.8674,50.766453,81.375946,9.961659,26.366184,211.49486,11.771013,9.771669,57.12659,19.047775,4134.2905,17.968256,30.446236,16.039137,12.16705,297.2706,56.386906,32.51344,8.583692,8.047031,12.785167,54.567314,89.39127,44.29032,189.66045,18.694065,9.130027,51.84413,23.492956,32.15055,118.23241,14.497849,1.5205914,32.385593,12.159862,1432.4474,22.374397,0.6078725,47.294353,13.879618,130.95688,76.2362,97.23579,8.979403,98.17607,339.68423,235.78967,30.792898,228.0498,62.573475,46.390644,69.1775,124.75097,18.688938,48.831078,474.54083,6.685092,12.331598,247.21678,22.181107,9.463201,40.573013,37.039112,419.49612,117.988976,166.19585,1724.7677,62.565002,1642.4711,1531.1117,10.415914,9.179301,1567.3181,19.747757,14.956362,408.76215,32.245968,56.058872,26.464348,91.5404,258.1297,397.14368,4.7017417,39.331795,116.99724,349.55417,8.0460005,87.746155,9.263978,1.4489205,58.29548,1.0054433,1.1592879,3.357414,10.684671,27.340086,17.28358,23.682796,356.52228,45.860214,24.469278,34.08871,11.720123,100.372314,7.5084233,78.5233,8.991936,65.81924,13.873271,20.30666,32.047222,9.292742,34.731953,24.71344,1.1198238,58.23201,10.026999,218.63666,6.9637575,269.0733,20.312151,1108.2454,120.67358,3.0103197,9.644809,143.68895,179.87987,910.8723,921.5288 +2023-01-20 09:00:00,0.0,2259.848,38.999325,6.881518,25.41999,25.2325,219.70874,27.244257,46.475624,17.946066,26.538666,240.2468,131.22287,13.857813,53.09833,3.4970117,2.6976151,42.229893,68.92543,48.189186,524.90063,29.350576,577.8391,132.85965,37.677383,98.761894,290.12854,76.375,946.30554,256.8731,2390.779,45.632244,2553.197,516.89465,30.037827,25.339083,152.96214,231.71208,300.64722,770.28766,40.375,18.78326,10.250744,482.2809,325.2985,88.79013,6.7222967,581.1212,13.283486,593.5141,8.717682,30.490198,0.0,849.116,1751.9208,0.2714883,66.189514,14.59059,10716.45,31.493101,1.2847944,5.2166667,15.683397,11.941307,3.9890614,8.744643,275.03085,44.506947,4.311515,0.7828229,4.6171417,227.87987,0.7707762,145.78645,106.9375,2320.9417,155.1979,100.32265,175.89583,794.6195,62.66148,47.809105,1014.5948,50.75742,81.38394,9.961174,26.381111,211.54167,11.773588,9.770639,57.138615,19.05375,4134.5625,17.9681,30.46875,16.03995,12.172608,297.33334,56.400543,32.53125,8.5864105,8.050364,12.781617,54.564713,89.42361,44.31875,189.68134,18.695,9.140166,51.860077,23.4875,32.12997,118.24092,14.483749,1.5203125,32.40804,12.157347,1431.6549,22.37862,0.6074107,47.346874,13.884956,130.98062,76.2125,97.220894,8.982037,98.2,339.6996,235.77042,30.802858,228.01952,62.529167,46.387802,69.17665,124.82222,18.70161,48.85048,474.51065,6.6930723,12.346041,247.31981,22.176786,9.464943,40.60786,37.065506,419.85443,118.064064,166.2038,1725.4497,62.482952,1642.3318,1530.8765,10.41125,9.171875,1566.9578,19.739372,14.946876,408.68762,32.228127,56.03125,26.458553,91.47768,258.11078,397.05765,4.7,39.316963,116.880905,349.4966,8.04101,87.73839,9.260417,1.4486417,58.293056,1.0054879,1.1594455,3.3579302,10.683676,27.3305,17.279493,23.6875,355.97058,45.84375,24.455357,34.078125,11.714286,100.40625,7.497917,78.63333,8.9875,65.80337,13.852142,20.271536,32.016666,9.290625,34.698215,24.68125,1.1195813,58.21697,10.026101,218.62877,6.9627185,269.00778,20.307766,1108.4504,120.64623,3.009976,9.642899,143.66252,179.84909,910.8017,921.6292 +2023-01-20 10:00:00,0.0,2259.2754,38.98287,6.875762,25.373482,25.216076,219.59831,27.238628,46.461777,17.943632,26.534155,240.25418,131.2177,13.854237,53.09086,3.503729,2.702446,42.210724,69.03922,48.23933,524.66016,29.385826,577.3658,132.87643,37.727222,98.870995,289.87982,76.389366,946.5466,256.87964,2389.9138,45.66201,2552.5886,517.40466,30.064964,25.355719,153.11981,231.70929,300.6795,770.8965,40.373657,18.772192,10.249819,482.23184,325.54138,88.870605,6.721102,581.1854,13.285694,593.5091,8.723745,30.493296,0.0,849.34485,1751.9327,0.2715297,66.13814,14.591214,10718.25,31.50556,1.2854527,5.215412,15.68365,11.951706,3.9932709,8.744995,275.1157,44.48462,4.3104625,0.7831283,4.6213145,228.11719,0.77019405,145.80365,106.87285,2322.231,155.0831,100.35236,175.95116,794.67523,62.71368,47.843407,1015.32227,50.748383,81.39194,9.960688,26.39604,211.58847,11.776163,9.76961,57.15064,19.059725,4134.8345,17.967943,30.491264,16.040762,12.178167,297.39606,56.414185,32.54906,8.58913,8.053696,12.778067,54.562107,89.45594,44.34718,189.70222,18.695934,9.150307,51.876022,23.482042,32.10939,118.249435,14.46965,1.5200336,32.43048,12.154832,1430.8624,22.382843,0.6069489,47.399395,13.890296,131.00436,76.1888,97.206,8.984671,98.22392,339.7149,235.75116,30.81282,227.98923,62.484856,46.384964,69.175804,124.89346,18.714283,48.869884,474.48044,6.7010527,12.360484,247.42285,22.172466,9.466684,40.642704,37.091896,420.21274,118.139145,166.21173,1726.1316,62.4009,1642.1924,1530.6411,10.406586,9.164449,1566.5973,19.730986,14.937388,408.61313,32.21028,56.003628,26.45276,91.414955,258.09183,396.97162,4.698258,39.30213,116.76457,349.43903,8.036018,87.73062,9.256855,1.4483628,58.290634,1.0055325,1.1596032,3.3584461,10.68268,27.320913,17.275406,23.692204,355.4189,45.827286,24.441437,34.06754,11.708448,100.440186,7.4874105,78.74337,8.983065,65.787506,13.831013,20.236412,31.98611,9.288507,34.66448,24.649057,1.1193389,58.201923,10.025203,218.6209,6.9616795,268.94226,20.30338,1108.6555,120.61888,3.0096323,9.640988,143.6361,179.81833,910.731,921.7296 +2023-01-20 11:00:00,0.0,2258.703,38.96641,6.8700066,25.326971,25.199652,219.48788,27.233002,46.44793,17.941196,26.529644,240.26158,131.21252,13.85066,53.083385,3.5104465,2.707277,42.19155,69.15301,48.289474,524.41974,29.421074,576.8925,132.89322,37.777058,98.980095,289.63107,76.40374,946.78766,256.88617,2389.0486,45.691776,2551.98,517.9147,30.092102,25.372353,153.27747,231.70651,300.7118,771.5053,40.37231,18.761126,10.248894,482.18274,325.78427,88.95108,6.719908,581.2496,13.287903,593.504,8.72981,30.496393,0.0,849.57367,1751.9446,0.27157107,66.08676,14.59184,10720.05,31.518019,1.286111,5.2141576,15.683903,11.962105,3.9974804,8.745347,275.20053,44.46229,4.30941,0.78343374,4.6254873,228.35452,0.7696119,145.82085,106.8082,2323.5205,154.96829,100.38208,176.0065,794.731,62.765877,47.877705,1016.0497,50.739346,81.39993,9.960201,26.410967,211.63527,11.778738,9.768581,57.16266,19.065699,4135.107,17.967785,30.513777,16.041574,12.183725,297.45877,56.427826,32.566868,8.59185,8.057029,12.774517,54.5595,89.48827,44.375607,189.72311,18.69687,9.160446,51.891968,23.476585,32.08881,118.25795,14.455551,1.5197546,32.452927,12.152317,1430.07,22.387066,0.60648715,47.451916,13.895635,131.02809,76.1651,97.19111,8.987306,98.24785,339.73022,235.73189,30.82278,227.95894,62.440548,46.382122,69.17495,124.964714,18.726955,48.889286,474.45026,6.7090335,12.3749275,247.52588,22.168146,9.468427,40.67755,37.118286,420.57104,118.214226,166.21968,1726.8136,62.31885,1642.0531,1530.4058,10.401922,9.157022,1566.2369,19.722599,14.927901,408.53864,32.19244,55.97601,26.446966,91.352234,258.0729,396.8856,4.696516,39.287296,116.64825,349.38147,8.031027,87.722855,9.253293,1.4480839,58.28821,1.0055771,1.159761,3.358962,10.6816845,27.311329,17.271318,23.696909,354.86722,45.81082,24.427515,34.056957,11.702612,100.47413,7.4769044,78.85341,8.978629,65.77164,13.809884,20.201286,31.955555,9.286391,34.63074,24.616867,1.1190964,58.186882,10.024305,218.613,6.96064,268.8767,20.298992,1108.8606,120.59154,3.0092885,9.639078,143.60966,179.78755,910.6604,921.83 +2023-01-20 12:00:00,0.0,2258.1304,38.949955,6.864251,25.28046,25.183228,219.37744,27.227373,46.434086,17.938763,26.525133,240.26897,131.20737,13.847084,53.075912,3.5171638,2.712108,42.172382,69.26679,48.33962,524.17926,29.456324,576.4192,132.91,37.826897,99.089195,289.38235,76.41811,947.0287,256.8927,2388.1833,45.721542,2551.3713,518.42474,30.11924,25.388988,153.43512,231.70372,300.74408,772.11414,40.370968,18.75006,10.247969,482.13367,326.02716,89.03156,6.7187138,581.3138,13.290111,593.499,8.735874,30.49949,0.0,849.8025,1751.9565,0.27161244,66.03538,14.592464,10721.849,31.530478,1.2867694,5.212903,15.684155,11.972504,4.00169,8.745699,275.28537,44.439964,4.3083577,0.7837391,4.6296606,228.59184,0.76902974,145.83804,106.743546,2324.8098,154.85349,100.4118,176.06183,794.78674,62.818077,47.912006,1016.7771,50.730312,81.40793,9.959716,26.425896,211.68208,11.781313,9.767552,57.174683,19.071674,4135.379,17.967628,30.536291,16.042387,12.189283,297.5215,56.441467,32.58468,8.594569,8.060361,12.7709675,54.556896,89.52061,44.404034,189.744,18.697805,9.170586,51.907913,23.471128,32.06823,118.266464,14.441451,1.5194758,32.47537,12.149802,1429.2775,22.39129,0.60602534,47.504436,13.900973,131.05183,76.141396,97.176216,8.98994,98.271774,339.74557,235.71263,30.832743,227.92865,62.396236,46.379284,69.1741,125.03596,18.739628,48.90869,474.42004,6.717014,12.38937,247.6289,22.163826,9.470168,40.712395,37.144676,420.92935,118.289314,166.22762,1727.4957,62.2368,1641.9138,1530.1705,10.397258,9.149597,1565.8765,19.714212,14.918414,408.4641,32.1746,55.948387,26.441174,91.28951,258.05396,396.79956,4.694774,39.272465,116.53191,349.32388,8.026036,87.71509,9.249731,1.447805,58.28579,1.0056217,1.1599185,3.3594782,10.680689,27.301743,17.267231,23.701612,354.31555,45.794353,24.413595,34.04637,11.6967745,100.508064,7.4663982,78.96344,8.974194,65.755775,13.788755,20.166162,31.925,9.284274,34.597004,24.584677,1.118854,58.171837,10.023407,218.60513,6.959601,268.8112,20.294605,1109.0657,120.564186,3.008945,9.637168,143.58324,179.75677,910.5898,921.9304 +2023-01-20 13:00:00,0.0,2257.5579,38.933502,6.858495,25.233952,25.166801,219.26701,27.221745,46.42024,17.936327,26.52062,240.27635,131.2022,13.843507,53.06844,3.5238812,2.7169387,42.153214,69.38058,48.389767,523.93884,29.491571,575.9459,132.92679,37.87673,99.198296,289.1336,76.43248,947.2697,256.89926,2387.318,45.751312,2550.763,518.93475,30.146378,25.405622,153.59279,231.70093,300.77637,772.7229,40.369625,18.738993,10.247045,482.0846,326.27005,89.11204,6.7175193,581.3779,13.292318,593.49396,8.741939,30.502588,0.0,850.03125,1751.9684,0.27165383,65.984,14.593089,10723.648,31.542934,1.2874277,5.2116485,15.684408,11.982903,4.0058994,8.746051,275.37024,44.417637,4.3073053,0.7840445,4.6338334,228.82918,0.7684476,145.85522,106.6789,2326.099,154.73868,100.44151,176.11716,794.84247,62.870277,47.94631,1017.5045,50.721275,81.415924,9.959229,26.440823,211.72888,11.783889,9.766522,57.186703,19.07765,4135.6514,17.96747,30.558804,16.0432,12.194842,297.58423,56.45511,32.602486,8.597289,8.063693,12.767417,54.554295,89.55294,44.43246,189.7649,18.698742,9.180725,51.92386,23.465672,32.04765,118.27498,14.427352,1.5191969,32.497814,12.147287,1428.485,22.395514,0.6055636,47.556957,13.906312,131.07558,76.1177,97.16132,8.992575,98.2957,339.7609,235.69336,30.842703,227.89838,62.351925,46.376442,69.173256,125.10721,18.7523,48.928093,474.38986,6.724994,12.403813,247.73195,22.159506,9.47191,40.747242,37.171066,421.28766,118.364395,166.23557,1728.1777,62.15475,1641.7744,1529.9352,10.392593,9.142171,1565.5161,19.705826,14.908927,408.38962,32.156754,55.920765,26.435379,91.22679,258.03503,396.71353,4.693032,39.257633,116.41558,349.26633,8.021045,87.70732,9.246169,1.4475262,58.283363,1.0056663,1.1600763,3.3599942,10.679693,27.292156,17.263144,23.706318,353.76385,45.77789,24.399673,34.035786,11.690937,100.542,7.4558916,79.07348,8.969758,65.73991,13.767626,20.131039,31.894444,9.282157,34.56327,24.552486,1.1186116,58.15679,10.022509,218.59724,6.958562,268.74567,20.290218,1109.2708,120.53684,3.0086014,9.635258,143.55681,179.726,910.5191,922.0309 +2023-01-20 14:00:00,0.0,2256.9856,38.917046,6.85274,25.18744,25.150377,219.15659,27.216118,46.40639,17.933893,26.51611,240.28375,131.19702,13.839931,53.060966,3.5305986,2.7217698,42.13404,69.49437,48.43991,523.69836,29.52682,575.4726,132.94357,37.92657,99.307396,288.8849,76.44685,947.51074,256.9058,2386.453,45.78108,2550.1543,519.44476,30.173515,25.422258,153.75044,231.69814,300.80865,773.3317,40.36828,18.727926,10.2461195,482.03552,326.51294,89.19251,6.716325,581.4422,13.294526,593.48895,8.748002,30.505684,0.0,850.26013,1751.9803,0.2716952,65.932625,14.593714,10725.448,31.555393,1.2880859,5.210394,15.68466,11.993301,4.010109,8.746403,275.45508,44.39531,4.3062525,0.7843499,4.638006,229.0665,0.7678654,145.87242,106.61425,2327.3884,154.62387,100.47122,176.17249,794.89825,62.922474,47.980606,1018.23193,50.71224,81.42392,9.958744,26.45575,211.7757,11.786464,9.765493,57.198727,19.083624,4135.9233,17.967314,30.581318,16.044012,12.2004,297.64694,56.46875,32.620296,8.600008,8.067025,12.763867,54.55169,89.58527,44.460888,189.78578,18.699677,9.1908655,51.939804,23.460215,32.02707,118.28349,14.413253,1.518918,32.52026,12.144773,1427.6925,22.399736,0.60510176,47.609474,13.911651,131.09932,76.093994,97.14643,8.995209,98.319626,339.7762,235.6741,30.852665,227.86809,62.307617,46.373604,69.1724,125.17845,18.764973,48.9475,474.35965,6.732975,12.418257,247.83498,22.155186,9.473652,40.782085,37.197456,421.64594,118.43948,166.2435,1728.8597,62.0727,1641.6351,1529.7,10.38793,9.134745,1565.1556,19.69744,14.89944,408.3151,32.138912,55.893147,26.429585,91.16408,258.01608,396.6275,4.69129,39.242798,116.29925,349.20874,8.016053,87.699554,9.242607,1.4472474,58.28094,1.0057108,1.1602339,3.36051,10.678698,27.28257,17.259056,23.711021,353.2122,45.761425,24.385752,34.0252,11.6851,100.57594,7.4453855,79.18352,8.9653225,65.724045,13.746497,20.095915,31.863888,9.28004,34.529533,24.520294,1.1183691,58.14175,10.02161,218.58936,6.9575224,268.6801,20.285831,1109.4758,120.50949,3.0082576,9.6333475,143.53038,179.69522,910.4485,922.1313 +2023-01-20 15:00:00,0.0,2256.413,38.90059,6.8469844,25.140932,25.133953,219.04614,27.21049,46.392544,17.93146,26.511599,240.29114,131.19186,13.836354,53.053493,3.5373158,2.7266006,42.114872,69.608154,48.490055,523.45795,29.562069,574.9993,132.96036,37.97641,99.4165,288.63614,76.46123,947.7518,256.91232,2385.5876,45.810844,2549.5457,519.9548,30.200653,25.438892,153.9081,231.69534,300.84094,773.94055,40.366936,18.71686,10.245194,481.98642,326.75583,89.272995,6.715131,581.50635,13.296734,593.48395,8.754066,30.508781,0.0,850.4889,1751.9923,0.27173656,65.88124,14.594338,10727.247,31.567852,1.2887442,5.20914,15.684913,12.0037,4.0143185,8.746756,275.53992,44.372986,4.3052,0.7846553,4.642179,229.30383,0.76728326,145.88962,106.5496,2328.6777,154.50906,100.500946,176.22781,794.954,62.974674,48.014908,1018.9594,50.703205,81.431915,9.958258,26.470676,211.8225,11.789039,9.764464,57.21075,19.0896,4136.196,17.967155,30.60383,16.044823,12.205958,297.7097,56.48239,32.638103,8.602728,8.070358,12.760317,54.549084,89.61761,44.489315,189.80667,18.700613,9.201005,51.95575,23.454758,32.006485,118.29201,14.399153,1.5186391,32.5427,12.142258,1426.9,22.40396,0.60464,47.661995,13.916989,131.12305,76.0703,97.13154,8.997843,98.343544,339.79156,235.65483,30.862627,227.8378,62.263306,46.37076,69.171555,125.249695,18.777645,48.9669,474.32944,6.7409554,12.432699,247.938,22.150866,9.475393,40.81693,37.22385,422.00424,118.514565,166.25145,1729.5417,61.99065,1641.4958,1529.4646,10.3832655,9.127318,1564.7952,19.689054,14.889954,408.2406,32.12107,55.865524,26.423792,91.10136,257.99716,396.54147,4.689548,39.227966,116.182915,349.15118,8.011063,87.69179,9.239046,1.4469684,58.27852,1.0057554,1.1603916,3.3610263,10.677702,27.272984,17.254969,23.715725,352.6605,45.74496,24.371832,34.014618,11.679263,100.60988,7.4348793,79.29355,8.960887,65.708176,13.7253685,20.06079,31.833332,9.277924,34.495796,24.488104,1.1181266,58.126705,10.020712,218.58148,6.9564834,268.6146,20.281445,1109.6809,120.48215,3.007914,9.631437,143.50395,179.66444,910.3778,922.2317 +2023-01-20 16:00:00,0.0,2255.8406,38.884132,6.841229,25.094421,25.117527,218.93571,27.20486,46.3787,17.929024,26.507088,240.29852,131.18669,13.832778,53.04602,3.5440333,2.7314315,42.0957,69.72194,48.5402,523.21747,29.597317,574.526,132.97714,38.026245,99.5256,288.38742,76.4756,947.9928,256.91885,2384.7224,45.84061,2548.937,520.46484,30.22779,25.455528,154.06577,231.69255,300.87323,774.5494,40.365593,18.705793,10.244269,481.93735,326.9987,89.35347,6.7139363,581.57056,13.298942,593.4789,8.760131,30.511879,0.0,850.7177,1752.0042,0.27177796,65.829865,14.594963,10729.047,31.580309,1.2894025,5.2078853,15.685165,12.014099,4.018528,8.7471075,275.6248,44.35066,4.3041477,0.7849607,4.6463523,229.54117,0.76670104,145.90681,106.48495,2329.967,154.39426,100.53066,176.28316,795.0097,63.026875,48.04921,1019.6868,50.694168,81.43991,9.957771,26.485605,211.8693,11.791614,9.763434,57.22277,19.095573,4136.468,17.967,30.626345,16.045635,12.211516,297.7724,56.496033,32.655914,8.605447,8.07369,12.756767,54.54648,89.64994,44.517742,189.82756,18.701548,9.211144,51.971695,23.4493,31.985907,118.30052,14.385054,1.5183603,32.565147,12.139743,1426.1075,22.408182,0.6041782,47.714516,13.922328,131.14679,76.04659,97.116646,9.000478,98.36747,339.8069,235.63557,30.872587,227.80751,62.218998,46.367924,69.17071,125.320946,18.790318,48.986305,474.29926,6.7489357,12.447143,248.04105,22.146545,9.477136,40.851776,37.25024,422.36255,118.589645,166.25938,1730.2239,61.9086,1641.3564,1529.2292,10.378602,9.119892,1564.4348,19.680668,14.880466,408.1661,32.103226,55.837902,26.417997,91.038635,257.9782,396.45544,4.687806,39.213135,116.06659,349.0936,8.006071,87.68402,9.235484,1.4466896,58.276096,1.0058,1.1605493,3.3615422,10.676706,27.263397,17.250881,23.72043,352.10883,45.728493,24.35791,34.004032,11.673426,100.643814,7.424373,79.40359,8.956451,65.692314,13.704239,20.025665,31.802778,9.275806,34.46206,24.455914,1.1178842,58.11166,10.019814,218.5736,6.9554443,268.54907,20.277058,1109.8859,120.4548,3.0075703,9.629527,143.47752,179.63367,910.3072,922.3321 +2023-01-20 17:00:00,0.0,2255.268,38.867676,6.835473,25.047913,25.101103,218.82529,27.199234,46.364853,17.92659,26.502575,240.30592,131.18152,13.829202,53.038548,3.5507507,2.7362623,42.07653,69.835724,48.590347,522.97705,29.632566,574.05273,132.99393,38.076084,99.6347,288.13867,76.48997,948.2339,256.92538,2383.8572,45.870377,2548.3286,520.97485,30.254929,25.472162,154.22342,231.68976,300.90552,775.1582,40.364246,18.694727,10.243344,481.88828,327.24158,89.433945,6.712742,581.63477,13.301149,593.4739,8.766195,30.514977,0.0,850.94653,1752.0161,0.27181932,65.77849,14.595588,10730.847,31.592768,1.2900608,5.2066307,15.685418,12.024498,4.0227375,8.747459,275.70963,44.32833,4.3030953,0.7852661,4.650525,229.77849,0.7661189,145.924,106.420296,2331.2563,154.27945,100.56038,176.33849,795.0655,63.079075,48.083508,1020.41425,50.68513,81.44791,9.957286,26.500532,211.9161,11.7941885,9.762405,57.234795,19.10155,4136.7397,17.96684,30.648857,16.046448,12.217075,297.8351,56.509674,32.67372,8.608167,8.077023,12.753217,54.543877,89.682274,44.54617,189.84845,18.702484,9.221284,51.98764,23.443844,31.965324,118.30904,14.3709545,1.5180813,32.587593,12.137228,1425.3151,22.412407,0.6037164,47.767036,13.927667,131.17053,76.022896,97.10175,9.003112,98.391396,339.8222,235.6163,30.88255,227.77722,62.174686,46.36508,69.16985,125.39219,18.80299,49.005707,474.26904,6.7569165,12.461586,248.14407,22.142225,9.478877,40.88662,37.27663,422.72086,118.664734,166.26733,1730.9058,61.82655,1641.2172,1528.994,10.373938,9.112467,1564.0743,19.672281,14.870979,408.09158,32.085384,55.810284,26.412205,90.975914,257.9593,396.36942,4.6860642,39.1983,115.95026,349.03604,8.00108,87.676254,9.231922,1.4464108,58.27367,1.0058446,1.1607069,3.3620582,10.675711,27.253813,17.246796,23.725134,351.55713,45.71203,24.34399,33.993446,11.667588,100.67776,7.4138665,79.51362,8.952016,65.676445,13.68311,19.990541,31.772223,9.273689,34.42832,24.423721,1.1176418,58.09662,10.018915,218.56572,6.954405,268.48352,20.27267,1110.091,120.42745,3.0072267,9.627618,143.4511,179.60289,910.2366,922.4325 +2023-01-20 18:00:00,0.0,2254.6956,38.85122,6.8297176,25.001402,25.084679,218.71484,27.193605,46.351006,17.924156,26.498064,240.31331,131.17636,13.825625,53.031075,3.557468,2.7410934,42.057358,69.94952,48.64049,522.7366,29.667814,573.5794,133.01071,38.12592,99.7438,287.88995,76.50434,948.4749,256.93195,2382.992,45.900143,2547.72,521.48486,30.282066,25.488798,154.38107,231.68697,300.9378,775.76697,40.362904,18.68366,10.24242,481.8392,327.48447,89.51443,6.7115474,581.699,13.303357,593.4688,8.772259,30.518074,0.0,851.17535,1752.028,0.2718607,65.727104,14.596212,10732.6455,31.605227,1.290719,5.205376,15.685671,12.034897,4.026947,8.747811,275.79446,44.306004,4.302043,0.78557146,4.654698,230.01582,0.7655367,145.9412,106.355644,2332.5457,154.16464,100.590096,176.39381,795.1212,63.13127,48.11781,1021.14166,50.676098,81.4559,9.9567995,26.515461,211.9629,11.796763,9.761376,57.24682,19.107525,4137.012,17.966684,30.671371,16.04726,12.222633,297.89786,56.523315,32.691532,8.610887,8.080355,12.749667,54.54127,89.7146,44.574596,189.86934,18.703419,9.231424,52.003586,23.438387,31.944744,118.31756,14.356854,1.5178024,32.610035,12.134713,1424.5226,22.41663,0.6032546,47.819557,13.933006,131.19426,75.99919,97.08686,9.005746,98.41532,339.83755,235.59705,30.89251,227.74693,62.130375,46.362244,69.16901,125.46344,18.815662,49.025112,474.23886,6.764897,12.476028,248.2471,22.137905,9.480619,40.921467,37.30302,423.07916,118.739815,166.27527,1731.5878,61.7445,1641.0779,1528.7587,10.369274,9.105041,1563.714,19.663895,14.861492,408.0171,32.06754,55.78266,26.40641,90.91319,257.94034,396.2834,4.6843224,39.183468,115.83392,348.97845,7.9960885,87.66849,9.22836,1.446132,58.271248,1.0058892,1.1608646,3.362574,10.674715,27.244226,17.242708,23.72984,351.00546,45.695564,24.330069,33.982864,11.661752,100.71169,7.4033604,79.62366,8.94758,65.660576,13.661981,19.955418,31.741667,9.271572,34.394585,24.391531,1.1173993,58.081573,10.018017,218.55783,6.953366,268.418,20.268284,1110.296,120.40011,3.0068831,9.625708,143.42467,179.57213,910.1659,922.5329 +2023-01-20 19:00:00,0.0,2254.123,38.834766,6.823962,24.954893,25.068253,218.60442,27.187977,46.33716,17.92172,26.493553,240.3207,131.17119,13.822049,53.0236,3.5641854,2.7459242,42.03819,70.0633,48.690636,522.49615,29.703064,573.10614,133.0275,38.17576,99.8529,287.6412,76.518715,948.71594,256.93848,2382.1267,45.92991,2547.1113,521.99493,30.309204,25.505432,154.53874,231.68417,300.9701,776.3758,40.36156,18.672594,10.241495,481.7901,327.72736,89.5949,6.7103534,581.7631,13.305565,593.4638,8.778323,30.52117,0.0,851.4042,1752.0399,0.27190208,65.67573,14.596838,10734.445,31.617685,1.2913773,5.2041216,15.685924,12.045296,4.0311565,8.748163,275.8793,44.283676,4.3009906,0.78587687,4.6588707,230.25314,0.76495457,145.95839,106.29099,2333.8352,154.04984,100.61981,176.44914,795.177,63.18347,48.152107,1021.86914,50.66706,81.4639,9.956314,26.530388,212.0097,11.799338,9.760347,57.25884,19.113499,4137.284,17.966526,30.693884,16.048073,12.228191,297.96057,56.536957,32.709343,8.6136055,8.083688,12.746118,54.538666,89.74693,44.603024,189.89023,18.704355,9.241564,52.01953,23.43293,31.924164,118.32607,14.342755,1.5175235,32.63248,12.132198,1423.7301,22.420853,0.6027928,47.872078,13.938345,131.218,75.975494,97.07197,9.008381,98.43925,339.85287,235.57777,30.902472,227.71664,62.086067,46.3594,69.16815,125.53468,18.828335,49.044514,474.20865,6.772877,12.490472,248.35014,22.133583,9.482361,40.95631,37.32941,423.43747,118.8149,166.28322,1732.2698,61.66245,1640.9385,1528.5234,10.36461,9.097614,1563.3535,19.655508,14.852005,407.9426,32.049698,55.75504,26.400616,90.85047,257.92142,396.19736,4.6825805,39.168633,115.71759,348.9209,7.9910975,87.66072,9.224798,1.445853,58.268826,1.0059338,1.1610222,3.3630903,10.673719,27.23464,17.23862,23.734543,350.45377,45.6791,24.316149,33.97228,11.655914,100.74563,7.392854,79.733696,8.943145,65.644714,13.640852,19.920292,31.711111,9.269455,34.36085,24.35934,1.1171569,58.066532,10.017118,218.54996,6.952327,268.35245,20.263897,1110.5011,120.37276,3.0065393,9.623797,143.39824,179.54135,910.0953,922.63336 +2023-01-20 20:00:00,0.0,2253.5505,38.81831,6.8182063,24.908382,25.051828,218.49399,27.18235,46.323315,17.919287,26.489042,240.3281,131.16602,13.818473,53.01613,3.5709028,2.750755,42.01902,70.177086,48.74078,522.2557,29.738312,572.6328,133.04428,38.225597,99.962,287.3925,76.53308,948.957,256.945,2381.2615,45.95968,2546.503,522.50494,30.336342,25.522068,154.6964,231.68138,301.00238,776.9846,40.360214,18.661528,10.24057,481.74103,327.97025,89.675385,6.709159,581.82733,13.307773,593.45874,8.784388,30.524267,0.0,851.63293,1752.0518,0.27194345,65.62435,14.597463,10736.245,31.630142,1.2920356,5.202867,15.686176,12.055695,4.035366,8.748515,275.96417,44.261353,4.2999377,0.7861823,4.663044,230.49048,0.7643724,145.97559,106.22635,2335.1245,153.93503,100.64952,176.50449,795.2327,63.235672,48.18641,1022.59656,50.658024,81.471886,9.955828,26.545315,212.05652,11.801914,9.759317,57.270863,19.119474,4137.5566,17.96637,30.716398,16.048885,12.23375,298.02332,56.5506,32.72715,8.616325,8.08702,12.742567,54.536064,89.77927,44.63145,189.9111,18.70529,9.251703,52.03548,23.427473,31.903584,118.33459,14.328655,1.5172446,32.654926,12.1296835,1422.9376,22.425076,0.60233104,47.924595,13.943684,131.24174,75.95179,97.057076,9.011015,98.46317,339.8682,235.55852,30.912432,227.68636,62.041756,46.356564,69.167305,125.605934,18.841007,49.06392,474.17847,6.780858,12.504915,248.45317,22.129263,9.484103,40.991158,37.3558,423.79578,118.889984,166.29115,1732.9519,61.5804,1640.7992,1528.2881,10.359946,9.090188,1562.993,19.647123,14.842518,407.86807,32.031857,55.72742,26.394823,90.78775,257.90247,396.11133,4.6808386,39.1538,115.60126,348.8633,7.9861064,87.652954,9.221236,1.4455742,58.266403,1.0059783,1.1611799,3.3636062,10.672724,27.225054,17.234533,23.739246,349.9021,45.662636,24.302227,33.961693,11.650077,100.77957,7.382348,79.84373,8.93871,65.628845,13.619723,19.885168,31.680555,9.267339,34.327114,24.32715,1.1169144,58.051487,10.01622,218.54207,6.9512873,268.28693,20.259512,1110.7062,120.34541,3.0061958,9.621887,143.3718,179.51057,910.0246,922.73376 +2023-01-20 21:00:00,0.0,2252.978,38.801853,6.812451,24.861874,25.035404,218.38354,27.176722,46.309467,17.916851,26.48453,240.33548,131.16086,13.814897,53.008656,3.57762,2.7555861,41.999847,70.29087,48.790928,522.01526,29.773561,572.15955,133.06108,38.275433,100.0711,287.14374,76.547455,949.198,256.95154,2380.3962,45.989445,2545.8943,523.01495,30.36348,25.538702,154.85406,231.67859,301.03467,777.59344,40.35887,18.650461,10.239645,481.69196,328.21313,89.75586,6.7079644,581.8915,13.30998,593.45374,8.790452,30.527365,0.0,851.8618,1752.0637,0.27198482,65.57297,14.598087,10738.044,31.642601,1.292694,5.201613,15.686429,12.066093,4.0395756,8.748867,276.049,44.239025,4.2988853,0.78648764,4.667217,230.7278,0.76379025,145.99277,106.1617,2336.4138,153.82022,100.67924,176.55981,795.28845,63.287872,48.22071,1023.324,50.64899,81.47988,9.955341,26.560242,212.10332,11.804489,9.758288,57.282887,19.125448,4137.8286,17.966211,30.73891,16.049698,12.239308,298.08603,56.56424,32.74496,8.619044,8.090352,12.7390175,54.53346,89.8116,44.659878,189.93199,18.706226,9.261843,52.051426,23.422016,31.883001,118.3431,14.314556,1.5169657,32.67737,12.127169,1422.1451,22.429298,0.6018692,47.977116,13.949022,131.26549,75.92809,97.04218,9.01365,98.4871,339.88354,235.53925,30.922394,227.65608,61.997448,46.35372,69.16646,125.67718,18.85368,49.08332,474.14825,6.7888384,12.519358,248.5562,22.124943,9.485845,41.026,37.382195,424.15408,118.96507,166.2991,1733.6338,61.49835,1640.6599,1528.0529,10.355282,9.082762,1562.6327,19.638737,14.833031,407.79358,32.01401,55.6998,26.389029,90.72503,257.88354,396.0253,4.6790967,39.13897,115.48493,348.80576,7.981115,87.64519,9.217674,1.4452953,58.26398,1.0060229,1.1613376,3.3641222,10.671728,27.215467,17.230446,23.743952,349.3504,45.646168,24.288307,33.951107,11.644239,100.81351,7.3718414,79.953766,8.934275,65.61298,13.598594,19.850044,31.65,9.265222,34.293377,24.294958,1.1166719,58.03644,10.015322,218.5342,6.9502482,268.2214,20.255125,1110.9113,120.31806,3.0058522,9.619977,143.34537,179.4798,909.954,922.83417 +2023-01-20 22:00:00,0.0,2252.4055,38.785397,6.8066955,24.815363,25.01898,218.27312,27.171093,46.29562,17.914417,26.480019,240.34286,131.15569,13.811319,53.001183,3.5843375,2.760417,41.98068,70.40466,48.841072,521.7748,29.80881,571.6862,133.07787,38.32527,100.1802,286.89502,76.56183,949.4391,256.95807,2379.5308,46.01921,2545.2856,523.52496,30.390617,25.555338,155.01172,231.6758,301.06696,778.2022,40.35753,18.639395,10.23872,481.64288,328.45602,89.836334,6.70677,581.9557,13.312188,593.4487,8.796515,30.530462,0.0,852.0906,1752.0757,0.2720262,65.52159,14.598712,10739.844,31.65506,1.2933522,5.2003584,15.686681,12.076492,4.043785,8.749219,276.13385,44.216698,4.297833,0.78679305,4.6713896,230.96513,0.7632081,146.00996,106.097046,2337.7031,153.70541,100.708954,176.61514,795.34424,63.34007,48.25501,1024.0514,50.639954,81.48788,9.954856,26.57517,212.15012,11.807064,9.757259,57.294907,19.131424,4138.1006,17.966055,30.761425,16.05051,12.244866,298.14874,56.57788,32.762768,8.621764,8.093684,12.735467,54.530853,89.84393,44.688305,189.95288,18.70716,9.271983,52.06737,23.41656,31.862421,118.351616,14.300457,1.5166868,32.699814,12.124654,1421.3527,22.433521,0.60140747,48.029636,13.954361,131.28922,75.90439,97.02729,9.016284,98.51102,339.89886,235.51999,30.932356,227.6258,61.953136,46.350883,69.1656,125.74842,18.866352,49.102726,474.11804,6.7968187,12.533801,248.65924,22.120623,9.487586,41.06085,37.408585,424.51236,119.04015,166.30704,1734.3158,61.416298,1640.5206,1527.8175,10.350618,9.0753355,1562.2722,19.63035,14.8235445,407.7191,31.99617,55.672176,26.383236,90.66231,257.8646,395.93927,4.677355,39.124134,115.3686,348.74817,7.976124,87.63742,9.214113,1.4450165,58.261555,1.0060675,1.1614952,3.3646383,10.6707325,27.205881,17.226358,23.748655,348.79874,45.629704,24.274385,33.940525,11.638403,100.84744,7.3613353,80.063805,8.929839,65.597115,13.577465,19.81492,31.619444,9.263104,34.25964,24.262768,1.1164296,58.0214,10.014423,218.5263,6.949209,268.15585,20.250738,1111.1163,120.29072,3.0055084,9.618067,143.31894,179.44902,909.88336,922.9346 +2023-01-20 23:00:00,0.0,2251.833,38.76894,6.8009396,24.768854,25.002554,218.16269,27.165466,46.281773,17.911983,26.475508,240.35027,131.15051,13.807743,52.99371,3.591055,2.7652478,41.961506,70.51845,48.891216,521.53436,29.844059,571.21295,133.09465,38.375107,100.2893,286.64627,76.576195,949.6801,256.96463,2378.6655,46.048977,2544.6772,524.03503,30.417755,25.571972,155.16937,231.673,301.09924,778.81104,40.356182,18.628328,10.237796,481.59378,328.6989,89.91682,6.705576,582.0199,13.314397,593.44366,8.80258,30.53356,0.0,852.31946,1752.0875,0.27206758,65.470215,14.599337,10741.644,31.667519,1.2940105,5.199104,15.6869335,12.086891,4.0479946,8.749572,276.21872,44.19437,4.2967806,0.78709847,4.6755624,231.20245,0.76262593,146.02716,106.032394,2338.9924,153.5906,100.73867,176.67047,795.39996,63.39227,48.28931,1024.7788,50.630917,81.49587,9.95437,26.590097,212.19693,11.809639,9.756229,57.30693,19.1374,4138.373,17.965897,30.783937,16.051323,12.250425,298.2115,56.591522,32.78058,8.624483,8.097016,12.731917,54.528248,89.87627,44.716736,189.97377,18.708096,9.282123,52.083317,23.411102,31.84184,118.36013,14.286357,1.516408,32.72226,12.12214,1420.5602,22.437746,0.60094565,48.082157,13.9597,131.31296,75.88069,97.0124,9.018918,98.53494,339.91418,235.50072,30.942316,227.5955,61.908825,46.34804,69.16476,125.81967,18.879025,49.122128,474.08786,6.804799,12.548244,248.76227,22.116302,9.489328,41.09569,37.434975,424.87067,119.115234,166.31499,1734.9978,61.334248,1640.3812,1527.5822,10.345954,9.06791,1561.9119,19.621964,14.814057,407.64456,31.978327,55.644558,26.377441,90.59959,257.84567,395.85324,4.6756124,39.109303,115.252266,348.6906,7.9711328,87.629654,9.210551,1.4447376,58.259132,1.0061121,1.1616529,3.3651543,10.669737,27.196297,17.222271,23.75336,348.24704,45.61324,24.260464,33.92994,11.6325655,100.881386,7.350829,80.173836,8.925404,65.58125,13.556335,19.779797,31.588888,9.260987,34.225903,24.230577,1.1161871,58.006355,10.013525,218.51843,6.9481697,268.09033,20.246351,1111.3214,120.263374,3.0051649,9.616157,143.29251,179.41824,909.8127,923.035 +2023-01-21 00:00:00,0.0,2251.2605,38.752483,6.795184,24.722343,24.98613,218.05225,27.159838,46.26793,17.909548,26.470997,240.35765,131.14536,13.804167,52.986237,3.5977721,2.770079,41.942337,70.63223,48.94136,521.2939,29.879307,570.7396,133.11143,38.424946,100.3984,286.39755,76.59057,949.92114,256.97116,2377.8003,46.078743,2544.0686,524.54504,30.444893,25.588608,155.32704,231.67021,301.13153,779.41986,40.35484,18.617262,10.236871,481.5447,328.9418,89.99729,6.7043815,582.0841,13.316605,593.43866,8.808644,30.536655,0.0,852.5482,1752.0995,0.27210894,65.41883,14.599961,10743.442,31.679976,1.2946688,5.1978493,15.687186,12.09729,4.052204,8.749924,276.30356,44.172043,4.295728,0.7874039,4.6797357,231.43979,0.7620438,146.04436,105.96774,2340.2817,153.4758,100.76839,176.7258,795.4557,63.44447,48.323612,1025.5062,50.62188,81.50387,9.953883,26.605022,212.24373,11.812214,9.7552,57.31895,19.143373,4138.645,17.96574,30.806452,16.052135,12.255983,298.2742,56.605164,32.798386,8.627203,8.100349,12.728368,54.525646,89.9086,44.745163,189.99466,18.709032,9.292262,52.099262,23.405645,31.82126,118.368645,14.272258,1.516129,32.7447,12.119625,1419.7677,22.441969,0.6004839,48.134678,13.965038,131.3367,75.85699,96.997505,9.021553,98.55887,339.9295,235.48146,30.952278,227.56522,61.864517,46.345203,69.16391,125.890915,18.891697,49.141533,474.05765,6.81278,12.562687,248.8653,22.111982,9.49107,41.130535,37.461365,425.22897,119.19032,166.32292,1735.6799,61.252197,1640.242,1527.3469,10.34129,9.060484,1561.5514,19.613577,14.80457,407.57007,31.960484,55.616936,26.371649,90.536865,257.82672,395.7672,4.6738706,39.09447,115.13593,348.63303,7.966141,87.62189,9.206989,1.4444587,58.25671,1.0061567,1.1618105,3.3656702,10.668741,27.18671,17.218184,23.758064,347.69537,45.596775,24.246544,33.919353,11.626728,100.91532,7.340323,80.283875,8.920968,65.565384,13.535207,19.74467,31.558332,9.258871,34.192165,24.198385,1.1159446,57.991314,10.012627,218.51054,6.9471307,268.0248,20.241964,1111.5265,120.23602,3.004821,9.614246,143.26608,179.38747,909.74207,923.13544 +2023-01-21 01:00:00,0.0,2250.688,38.73603,6.7894287,24.675833,24.969706,217.94182,27.15421,46.25408,17.907114,26.466484,240.36504,131.14018,13.8005905,52.97876,3.6044896,2.7749097,41.923164,70.74602,48.991505,521.05347,29.914557,570.26636,133.12822,38.47478,100.5075,286.14883,76.60494,950.1622,256.9777,2376.935,46.10851,2543.46,525.05505,30.47203,25.605242,155.48471,231.66743,301.16382,780.0287,40.353493,18.606195,10.235946,481.49564,329.1847,90.07777,6.703187,582.1483,13.318812,593.4336,8.814709,30.539753,0.0,852.77704,1752.1113,0.27215034,65.367455,14.600586,10745.242,31.692434,1.2953271,5.1965947,15.687439,12.107689,4.0564137,8.750276,276.3884,44.149715,4.294676,0.78770924,4.6839085,231.67711,0.7614616,146.06155,105.90309,2341.571,153.361,100.7981,176.78114,795.5115,63.496666,48.35791,1026.2336,50.612846,81.51186,9.953398,26.619951,212.29053,11.814789,9.754171,57.330975,19.14935,4138.9175,17.965582,30.828964,16.052948,12.261541,298.3369,56.618805,32.816196,8.629923,8.103682,12.724817,54.52304,89.94093,44.77359,190.01555,18.709967,9.302402,52.115208,23.400188,31.80068,118.37716,14.258159,1.5158501,32.767147,12.11711,1418.9752,22.446192,0.6000221,48.1872,13.970378,131.36044,75.83329,96.98261,9.024187,98.582794,339.94485,235.46219,30.962238,227.53493,61.820206,46.34236,69.163055,125.962166,18.90437,49.160934,474.02747,6.8207603,12.57713,248.96834,22.107662,9.492812,41.165382,37.487755,425.58728,119.2654,166.33087,1736.3619,61.170147,1640.1027,1527.1116,10.336626,9.053058,1561.1909,19.60519,14.795083,407.49554,31.942642,55.589314,26.365854,90.474144,257.8078,395.68118,4.6721287,39.079636,115.01961,348.57547,7.96115,87.61412,9.203427,1.4441799,58.254288,1.0062013,1.1619682,3.3661864,10.667746,27.177124,17.214096,23.76277,347.14368,45.58031,24.232622,33.90877,11.620891,100.949265,7.3298163,80.393906,8.9165325,65.54952,13.514078,19.709547,31.527777,9.256754,34.158432,24.166195,1.1157022,57.97627,10.011728,218.50267,6.9460917,267.95926,20.237577,1111.7314,120.20868,3.0044775,9.612336,143.23965,179.3567,909.6714,923.23584 +2023-01-21 02:00:00,0.0,2250.1157,38.719574,6.7836733,24.629324,24.95328,217.83139,27.14858,46.240234,17.90468,26.461973,240.37244,131.13501,13.797014,52.971287,3.611207,2.7797406,41.903996,70.85981,49.041653,520.813,29.949804,569.793,133.145,38.52462,100.6166,285.9001,76.61931,950.4032,256.98422,2376.0698,46.138275,2542.8513,525.5651,30.499168,25.621878,155.64236,231.66464,301.1961,780.6375,40.35215,18.595129,10.235021,481.44653,329.42758,90.15825,6.7019925,582.2125,13.32102,593.4286,8.820772,30.54285,0.0,853.00586,1752.1233,0.2721917,65.31608,14.601211,10747.042,31.704893,1.2959853,5.19534,15.687692,12.118088,4.060623,8.7506275,276.47324,44.12739,4.293623,0.78801465,4.6880813,231.91444,0.76087946,146.07874,105.83844,2342.8604,153.24619,100.82782,176.83647,795.5672,63.548866,48.392212,1026.9612,50.60381,81.51986,9.952911,26.634878,212.33734,11.817364,9.753141,57.343,19.155323,4139.1895,17.965425,30.851479,16.05376,12.267099,298.39966,56.632446,32.834007,8.632642,8.107014,12.721268,54.520435,89.97327,44.802017,190.03644,18.710903,9.312542,52.131153,23.394732,31.780098,118.38567,14.244059,1.5155712,32.78959,12.114595,1418.1827,22.450415,0.5995603,48.239716,13.975717,131.38417,75.809586,96.96772,9.026821,98.60672,339.96017,235.44293,30.9722,227.50464,61.775898,46.339523,69.16221,126.03341,18.917042,49.18034,473.99725,6.8287406,12.591574,249.07137,22.103342,9.494554,41.200226,37.514145,425.9456,119.34049,166.3388,1737.044,61.088097,1639.9633,1526.8763,10.331963,9.045631,1560.8306,19.596806,14.785596,407.42105,31.924799,55.561695,26.36006,90.41142,257.78885,395.59515,4.670387,39.064804,114.903275,348.51788,7.956159,87.60635,9.199865,1.443901,58.251865,1.0062459,1.162126,3.3667023,10.66675,27.167538,17.210009,23.767473,346.592,45.563843,24.218702,33.898186,11.615054,100.9832,7.31931,80.503944,8.912097,65.53365,13.492949,19.674423,31.497221,9.254637,34.124695,24.134005,1.1154597,57.961224,10.01083,218.49478,6.945052,267.89374,20.23319,1111.9365,120.18133,3.004134,9.610426,143.21323,179.32593,909.60077,923.33624 +2023-01-21 03:00:00,0.0,2249.5432,38.703117,6.7779174,24.582813,24.936855,217.72095,27.142954,46.226387,17.902245,26.457462,240.37982,131.12985,13.793438,52.963814,3.6179242,2.7845716,41.884823,70.973595,49.091797,520.5726,29.985054,569.31976,133.16179,38.57446,100.7257,285.65137,76.63368,950.6443,256.99075,2375.2046,46.168045,2542.243,526.07513,30.526306,25.638512,155.80002,231.66185,301.2284,781.2463,40.350807,18.584063,10.234096,481.39746,329.67047,90.23872,6.7007985,582.2767,13.323228,593.4236,8.826837,30.545948,0.0,853.2347,1752.1351,0.27223307,65.264694,14.601836,10748.841,31.717352,1.2966436,5.194086,15.687944,12.128487,4.0648327,8.750979,276.5581,44.105064,4.2925706,0.78832006,4.692254,232.15178,0.7602973,146.09593,105.77379,2344.15,153.13138,100.85754,176.8918,795.623,63.601067,48.426514,1027.6886,50.594772,81.527855,9.952426,26.649807,212.38414,11.819939,9.752112,57.35502,19.161299,4139.462,17.965267,30.873991,16.054571,12.272658,298.46237,56.646088,32.851814,8.635362,8.110346,12.717717,54.51783,90.0056,44.830444,190.05733,18.711838,9.322681,52.1471,23.389275,31.759518,118.394196,14.2299595,1.5152923,32.812035,12.112081,1417.3903,22.454638,0.5990985,48.292236,13.981055,131.40791,75.78589,96.95283,9.029456,98.630646,339.9755,235.42366,30.982162,227.47435,61.731586,46.33668,69.16136,126.10465,18.929714,49.19974,473.96707,6.8367214,12.606017,249.1744,22.099022,9.496295,41.235073,37.54054,426.3039,119.41557,166.34676,1737.7258,61.006046,1639.824,1526.641,10.327298,9.038205,1560.4701,19.588419,14.776109,407.34656,31.906956,55.534073,26.354267,90.3487,257.76993,395.50912,4.668645,39.04997,114.78694,348.46033,7.9511676,87.59859,9.196303,1.4436221,58.24944,1.0062904,1.1622835,3.3672183,10.665754,27.157951,17.205921,23.772177,346.0403,45.54738,24.20478,33.8876,11.609217,101.017136,7.308804,80.61398,8.907661,65.51779,13.47182,19.6393,31.466665,9.25252,34.090958,24.101814,1.1152173,57.946182,10.0099325,218.48691,6.944013,267.82822,20.228804,1112.1416,120.153984,3.0037901,9.608516,143.1868,179.29515,909.53015,923.43665 +2023-01-21 04:00:00,0.0,2248.9707,38.68666,6.772162,24.536304,24.920431,217.61052,27.137325,46.212543,17.89981,26.452951,240.3872,131.12468,13.789862,52.95634,3.6246417,2.7894025,41.865654,71.08738,49.14194,520.3321,30.020302,568.84644,133.17857,38.624294,100.8348,285.40262,76.648056,950.8853,256.9973,2374.3394,46.19781,2541.6343,526.58514,30.553444,25.655148,155.95769,231.65906,301.26068,781.8551,40.34946,18.572996,10.233171,481.3484,329.91336,90.3192,6.699604,582.3409,13.325436,593.4185,8.832901,30.549046,0.0,853.4635,1752.1471,0.27227443,65.21332,14.602461,10750.641,31.729809,1.297302,5.1928315,15.688197,12.1388855,4.069042,8.751331,276.64294,44.082737,4.291518,0.7886254,4.6964273,232.3891,0.7597151,146.11313,105.70914,2345.4392,153.01657,100.88725,176.94713,795.6787,63.653267,48.46081,1028.416,50.58574,81.53585,9.95194,26.664734,212.43094,11.822514,9.751083,57.367043,19.167274,4139.734,17.96511,30.896505,16.055384,12.278216,298.5251,56.65973,32.869625,8.638081,8.113679,12.714168,54.51523,90.03793,44.85887,190.07822,18.712774,9.332821,52.163044,23.383818,31.738937,118.40271,14.21586,1.5150135,32.83448,12.109566,1416.5977,22.458862,0.59863675,48.344757,13.986394,131.43166,75.762184,96.937935,9.03209,98.65457,339.99084,235.4044,30.992123,227.44406,61.687275,46.333843,69.16051,126.1759,18.942387,49.219147,473.93686,6.844702,12.62046,249.27744,22.094702,9.498037,41.269917,37.56693,426.6622,119.490654,166.3547,1738.408,60.923996,1639.6847,1526.4056,10.322634,9.03078,1560.1097,19.580032,14.766623,407.27203,31.889114,55.50645,26.348473,90.28598,257.75098,395.4231,4.666903,39.035137,114.67061,348.40274,7.9461765,87.59082,9.192742,1.4433433,58.247017,1.006335,1.1624413,3.3677344,10.664759,27.148365,17.201834,23.776882,345.48862,45.530914,24.19086,33.877018,11.603379,101.05108,7.298298,80.724014,8.903226,65.50192,13.45069,19.604174,31.436111,9.250403,34.05722,24.069622,1.1149749,57.931137,10.009034,218.47902,6.942974,267.76266,20.224417,1112.3467,120.12663,3.0034466,9.606606,143.16037,179.26437,909.4595,923.53705 +2023-01-21 05:00:00,0.0,2248.3982,38.670204,6.7664065,24.489794,24.904007,217.50008,27.131697,46.198696,17.897375,26.448439,240.3946,131.1195,13.786285,52.948868,3.631359,2.7942333,41.846485,71.201164,49.192085,520.0917,30.055552,568.37317,133.19536,38.674133,100.9439,285.1539,76.66242,951.12634,257.00385,2373.474,46.227577,2541.0256,527.09515,30.580582,25.671782,156.11534,231.65627,301.29297,782.4639,40.348118,18.56193,10.232246,481.29932,330.15625,90.39968,6.6984096,582.405,13.327643,593.4135,8.838965,30.552141,0.0,853.69226,1752.1589,0.27231583,65.16194,14.6030855,10752.44,31.742268,1.2979603,5.191577,15.688449,12.149284,4.0732517,8.751683,276.72778,44.06041,4.290466,0.78893083,4.7006,232.62643,0.7591329,146.13033,105.64449,2346.7285,152.90176,100.91696,177.00246,795.73444,63.705463,48.495113,1029.1434,50.576702,81.543846,9.951453,26.67966,212.47775,11.825089,9.750054,57.379066,19.173248,4140.006,17.964952,30.91902,16.056196,12.283774,298.58783,56.67337,32.887432,8.6408,8.117011,12.710618,54.512623,90.07027,44.8873,190.0991,18.713709,9.342961,52.17899,23.37836,31.718357,118.411224,14.20176,1.5147345,32.856922,12.107051,1415.8052,22.463085,0.5981749,48.397278,13.991733,131.4554,75.73849,96.92304,9.034725,98.6785,340.00616,235.38513,31.002085,227.41379,61.642967,46.331,69.15966,126.24715,18.95506,49.23855,473.90668,6.852682,12.634903,249.38046,22.090382,9.499779,41.304764,37.59332,427.02048,119.56574,166.36264,1739.09,60.841946,1639.5453,1526.1704,10.31797,9.023354,1559.7493,19.571646,14.757135,407.19754,31.871271,55.478832,26.34268,90.22326,257.73206,395.33707,4.665161,39.020306,114.554276,348.34518,7.9411855,87.58305,9.18918,1.4430645,58.244595,1.0063796,1.1625988,3.3682504,10.663762,27.13878,17.197746,23.781586,344.93695,45.51445,24.176939,33.866432,11.597543,101.085014,7.2877913,80.83405,8.89879,65.48606,13.429562,19.56905,31.405556,9.248286,34.023483,24.037432,1.1147324,57.916092,10.008136,218.47115,6.9419346,267.69714,20.22003,1112.5518,120.09929,3.0031028,9.604695,143.13394,179.2336,909.38885,923.6375 +2023-01-21 06:00:00,0.0,2247.8257,38.653748,6.7606506,24.443285,24.88758,217.38965,27.12607,46.18485,17.894941,26.443928,240.402,131.11435,13.782708,52.941395,3.6380763,2.7990644,41.827312,71.31496,49.242233,519.8512,30.0908,567.89984,133.21214,38.72397,101.053,284.90515,76.676796,951.3674,257.01038,2372.609,46.257343,2540.4172,527.6052,30.60772,25.688417,156.27301,231.65347,301.32526,783.07275,40.346775,18.550863,10.231321,481.2502,330.39914,90.480156,6.697215,582.46924,13.329851,593.40845,8.845029,30.555239,0.0,853.92114,1752.1709,0.2723572,65.110565,14.60371,10754.24,31.754726,1.2986186,5.1903224,15.688702,12.159683,4.0774612,8.752035,276.81265,44.038082,4.2894135,0.78923625,4.704773,232.86375,0.75855076,146.1475,105.57984,2348.0178,152.78696,100.94668,177.0578,795.7902,63.757664,48.52941,1029.8708,50.567665,81.55184,9.950968,26.694588,212.52455,11.827664,9.749024,57.391087,19.179224,4140.2783,17.964796,30.941532,16.057009,12.289333,298.65054,56.68701,32.905243,8.643519,8.120343,12.7070675,54.510017,90.1026,44.915726,190.12,18.714645,9.353101,52.194935,23.372904,31.697777,118.41974,14.187661,1.5144557,32.879368,12.104536,1415.0127,22.467308,0.5977131,48.4498,13.997071,131.47913,75.71478,96.90815,9.037359,98.702415,340.02148,235.36588,31.012045,227.3835,61.598656,46.328163,69.15881,126.3184,18.967731,49.257954,473.87646,6.860663,12.649346,249.4835,22.086061,9.501521,41.339607,37.61971,427.37878,119.64082,166.37059,1739.772,60.759895,1639.406,1525.935,10.313306,9.015927,1559.3889,19.56326,14.747648,407.12305,31.853428,55.45121,26.336885,90.16054,257.7131,395.25104,4.6634192,39.00547,114.43795,348.2876,7.936194,87.57529,9.185618,1.4427855,58.242172,1.0064242,1.1627566,3.3687663,10.662766,27.129194,17.193659,23.786291,344.38525,45.497982,24.16302,33.855846,11.591705,101.11895,7.277285,80.944084,8.894355,65.47019,13.408433,19.533926,31.375,9.246169,33.989746,24.005241,1.1144899,57.90105,10.007237,218.46326,6.9408956,267.63162,20.215643,1112.7568,120.071945,3.0027592,9.602786,143.10751,179.20282,909.3182,923.7379 +2023-01-21 07:00:00,0.0,2247.2532,38.637295,6.754895,24.396774,24.871157,217.27922,27.120441,46.171,17.892508,26.439417,240.40938,131.10918,13.779132,52.93392,3.6447937,2.8038952,41.808144,71.42874,49.292377,519.6108,30.126047,567.4266,133.22893,38.773808,101.1621,284.65643,76.69117,951.6084,257.0169,2371.7437,46.28711,2539.8086,528.11523,30.634857,25.705051,156.43066,231.65068,301.35754,783.6815,40.34543,18.539797,10.230396,481.20114,330.64203,90.56063,6.6960206,582.53345,13.332059,593.40344,8.851093,30.558336,0.0,854.1499,1752.1829,0.27239856,65.05918,14.604335,10756.039,31.767183,1.2992768,5.189068,15.688954,12.170082,4.0816708,8.752388,276.8975,44.015755,4.288361,0.7895416,4.7089458,233.10109,0.7579686,146.1647,105.51519,2349.3071,152.67215,100.976395,177.11313,795.84595,63.809864,48.563713,1030.5983,50.55863,81.55984,9.950481,26.709517,212.57135,11.830239,9.747995,57.40311,19.1852,4140.5503,17.964638,30.964046,16.057821,12.294891,298.71326,56.700653,32.92305,8.646239,8.123675,12.703518,54.507416,90.134926,44.944153,190.14088,18.71558,9.36324,52.21088,23.367447,31.677195,118.42825,14.173562,1.5141767,32.901814,12.102021,1414.2202,22.47153,0.59725136,48.50232,14.00241,131.50287,75.691086,96.89326,9.039993,98.72634,340.03683,235.3466,31.022007,227.35321,61.554344,46.32532,69.15796,126.38964,18.980402,49.277355,473.84625,6.8686433,12.663789,249.58653,22.081741,9.5032625,41.37445,37.6461,427.7371,119.71591,166.37852,1740.4539,60.677845,1639.2667,1525.6998,10.308642,9.008501,1559.0284,19.554873,14.738161,407.04852,31.835585,55.423588,26.331093,90.09782,257.69418,395.165,4.6616774,38.99064,114.32162,348.23004,7.931203,87.56752,9.182056,1.4425067,58.23975,1.0064688,1.1629143,3.3692825,10.661771,27.119608,17.189571,23.790995,343.8336,45.481518,24.149097,33.84526,11.585868,101.15289,7.266779,81.05412,8.889919,65.45433,13.387303,19.498802,31.344444,9.244052,33.956013,23.973051,1.1142474,57.886005,10.006339,218.45537,6.9398565,267.56607,20.211258,1112.9619,120.04459,3.0024157,9.600876,143.08109,179.17204,909.24756,923.8383 +2023-01-21 08:00:00,0.0,2246.6807,38.62084,6.74914,24.350266,24.854733,217.16878,27.114813,46.157158,17.890072,26.434906,240.41678,131.104,13.775556,52.92645,3.6515112,2.808726,41.78897,71.54253,49.34252,519.3703,30.161297,566.95325,133.24571,38.823647,101.2712,284.40768,76.70554,951.8494,257.02344,2370.8784,46.316875,2539.2,528.62524,30.661995,25.721685,156.58832,231.64789,301.38983,784.29034,40.344086,18.52873,10.229471,481.15207,330.88492,90.64111,6.6948266,582.59766,13.334267,593.3984,8.857158,30.561434,0.0,854.3788,1752.1947,0.27243996,65.007805,14.6049595,10757.839,31.779642,1.2999351,5.1878133,15.689207,12.180481,4.0858803,8.75274,276.98233,43.99343,4.287308,0.789847,4.713119,233.33841,0.75738645,146.1819,105.45054,2350.5964,152.55734,101.00611,177.16846,795.9017,63.862064,48.598015,1031.3257,50.549595,81.56783,9.949996,26.724443,212.61816,11.832814,9.746966,57.415134,19.191174,4140.8228,17.964481,30.986559,16.058634,12.300449,298.776,56.714294,32.94086,8.648959,8.127008,12.699967,54.50481,90.16726,44.97258,190.16177,18.716516,9.37338,52.226826,23.36199,31.656614,118.43677,14.159462,1.5138979,32.924255,12.099506,1413.4277,22.475754,0.59678954,48.55484,14.00775,131.52661,75.66738,96.878365,9.042628,98.75027,340.05215,235.32735,31.031967,227.32292,61.510036,46.322483,69.15711,126.46089,18.993074,49.29676,473.81607,6.8766236,12.678232,249.68956,22.077421,9.505005,41.409298,37.67249,428.0954,119.79099,166.38647,1741.136,60.595795,1639.1273,1525.4645,10.303978,9.001075,1558.668,19.546488,14.728674,406.97403,31.817743,55.39597,26.325298,90.0351,257.67526,395.07898,4.659935,38.975807,114.205284,348.17245,7.926212,87.55975,9.178494,1.4422278,58.237324,1.0065134,1.1630719,3.3697984,10.660775,27.110022,17.185484,23.795698,343.2819,45.465054,24.135176,33.83468,11.58003,101.18683,7.256273,81.16416,8.885484,65.43846,13.366175,19.463676,31.313889,9.241935,33.922276,23.940859,1.1140051,57.870964,10.005441,218.4475,6.938817,267.50055,20.206871,1113.167,120.01725,3.0020719,9.598966,143.05466,179.14128,909.17694,923.9387 +2023-01-21 09:00:00,0.0,2246.1082,38.60438,6.743384,24.303755,24.838306,217.05835,27.109186,46.14331,17.887638,26.430393,240.42416,131.09885,13.771979,52.918976,3.6582284,2.8135571,41.769802,71.65631,49.392666,519.1299,30.196545,566.48,133.2625,38.87348,101.3803,284.15897,76.71991,952.0905,257.03,2370.0132,46.34664,2538.5916,529.1353,30.689135,25.738321,156.74599,231.6451,301.42212,784.8992,40.342743,18.517664,10.228547,481.103,331.1278,90.72159,6.693632,582.6618,13.336474,593.3934,8.863222,30.564531,0.0,854.60754,1752.2067,0.27248132,64.95643,14.605584,10759.639,31.7921,1.3005934,5.186559,15.68946,12.19088,4.09009,8.753092,277.06717,43.971104,4.286256,0.79015243,4.717292,233.57574,0.7568043,146.1991,105.38589,2351.8857,152.44254,101.03583,177.22379,795.95746,63.91426,48.632313,1032.0531,50.540558,81.57583,9.94951,26.739372,212.66496,11.835389,9.745936,57.427155,19.19715,4141.0947,17.964323,31.009073,16.059446,12.306008,298.8387,56.727936,32.958668,8.651678,8.130341,12.696418,54.502205,90.19959,45.001007,190.18266,18.717451,9.38352,52.24277,23.356533,31.636034,118.44528,14.145363,1.513619,32.9467,12.096992,1412.6353,22.479977,0.5963278,48.607357,14.013088,131.55035,75.643684,96.86347,9.045262,98.77419,340.06747,235.30807,31.04193,227.29263,61.465725,46.31964,69.15626,126.532135,19.005747,49.316162,473.78586,6.8846045,12.692676,249.7926,22.0731,9.506746,41.44414,37.698883,428.4537,119.86607,166.39441,1741.818,60.513744,1638.988,1525.2291,10.2993145,8.9936495,1558.3076,19.538101,14.719187,406.89954,31.7999,55.368347,26.319504,89.97238,257.6563,394.99295,4.658193,38.96097,114.08895,348.1149,7.9212203,87.55199,9.1749325,1.441949,58.2349,1.006558,1.1632296,3.3703144,10.65978,27.100435,17.181396,23.800404,342.73022,45.44859,24.121256,33.824093,11.574194,101.220764,7.245766,81.27419,8.881048,65.4226,13.345045,19.428553,31.283333,9.239819,33.88854,23.908669,1.1137626,57.85592,10.004542,218.4396,6.937778,267.435,20.202484,1113.3721,119.9899,3.0017283,9.597055,143.02823,179.1105,909.10626,924.0391 +2023-01-21 10:00:00,0.0,2245.5356,38.587925,6.7376285,24.257246,24.821882,216.94792,27.103558,46.129463,17.885204,26.425882,240.43155,131.09367,13.768403,52.911503,3.6649458,2.818388,41.75063,71.7701,49.44281,518.8894,30.231794,566.00665,133.27928,38.92332,101.4894,283.91022,76.73428,952.33154,257.03653,2369.148,46.376408,2537.983,529.6453,30.716272,25.754955,156.90364,231.6423,301.4544,785.508,40.341396,18.506598,10.227622,481.0539,331.3707,90.80206,6.6924376,582.7261,13.338682,593.38837,8.869286,30.567629,0.0,854.8364,1752.2185,0.2725227,64.905045,14.60621,10761.4375,31.80456,1.3012516,5.1853046,15.689713,12.201279,4.0942993,8.753444,277.15204,43.948776,4.2852035,0.7904578,4.7214646,233.81306,0.7562221,146.21628,105.321236,2353.175,152.32773,101.06554,177.27911,796.0132,63.96646,48.666615,1032.7805,50.531525,81.583824,9.949023,26.7543,212.71178,11.837964,9.744907,57.43918,19.203123,4141.3667,17.964167,31.031586,16.060259,12.311566,298.90143,56.741577,32.97648,8.654398,8.133673,12.692867,54.4996,90.231926,45.029434,190.20355,18.718388,9.39366,52.25872,23.351076,31.615454,118.4538,14.131263,1.51334,32.969147,12.094477,1411.8428,22.484201,0.59586596,48.659878,14.018427,131.57408,75.61998,96.84858,9.047896,98.79812,340.08282,235.28882,31.051891,227.26234,61.421417,46.316803,69.15541,126.60338,19.01842,49.335567,473.75568,6.892585,12.707118,249.89563,22.068779,9.508488,41.47899,37.725273,428.812,119.94116,166.40236,1742.5,60.431694,1638.8488,1524.9939,10.29465,8.986223,1557.9471,19.529715,14.7097,406.825,31.782057,55.340725,26.313711,89.90966,257.6374,394.90692,4.656451,38.94614,113.97262,348.0573,7.9162292,87.54422,9.1713705,1.4416701,58.23248,1.0066025,1.1633872,3.3708303,10.658784,27.090849,17.177309,23.805107,342.17853,45.432125,24.107334,33.813507,11.5683565,101.25471,7.23526,81.38423,8.876613,65.40673,13.323916,19.393429,31.252777,9.237701,33.8548,23.876478,1.1135201,57.840874,10.003644,218.43173,6.936739,267.36948,20.198097,1113.577,119.962555,3.0013845,9.595145,143.00179,179.07973,909.03564,924.1396 +2023-01-21 11:00:00,0.0,2244.9631,38.57147,6.731873,24.210735,24.805458,216.83748,27.097929,46.115616,17.882769,26.421371,240.43895,131.0885,13.764827,52.90403,3.6716633,2.8232188,41.73146,71.88389,49.492958,518.649,30.267042,565.5334,133.29607,38.973156,101.5985,283.6615,76.74866,952.5726,257.04306,2368.2827,46.406178,2537.3743,530.15533,30.74341,25.771591,157.0613,231.63951,301.4867,786.1168,40.340054,18.495531,10.226697,481.00482,331.6136,90.882545,6.691243,582.7902,13.340891,593.3833,8.87535,30.570724,0.0,855.0652,1752.2305,0.27256408,64.85367,14.606834,10763.237,31.817017,1.3019099,5.18405,15.689965,12.211678,4.098509,8.753796,277.23688,43.92645,4.284151,0.7907632,4.7256374,234.0504,0.75564,146.23347,105.256584,2354.4646,152.21292,101.09526,177.33446,796.0689,64.01866,48.700916,1033.508,50.522488,81.59182,9.948538,26.769226,212.75858,11.840539,9.743878,57.4512,19.209099,4141.639,17.964008,31.0541,16.061071,12.317124,298.96417,56.75522,32.99429,8.657117,8.137005,12.689318,54.496998,90.26426,45.05786,190.22444,18.719322,9.403799,52.274666,23.34562,31.594872,118.46231,14.117164,1.5130612,32.99159,12.091962,1411.0503,22.488424,0.5954042,48.7124,14.023766,131.59782,75.59628,96.83369,9.050531,98.822044,340.09814,235.26955,31.061852,227.23206,61.377106,46.31396,69.154564,126.67463,19.031092,49.35497,473.72546,6.900565,12.721561,249.99866,22.064459,9.51023,41.513832,37.751663,429.17032,120.01624,166.4103,1743.182,60.349644,1638.7095,1524.7585,10.289987,8.978797,1557.5868,19.521328,14.700213,406.75052,31.764214,55.313107,26.307917,89.84694,257.61844,394.8209,4.6547093,38.93131,113.85629,347.99976,7.911238,87.53645,9.1678095,1.4413912,58.230057,1.0066471,1.1635449,3.3713465,10.657788,27.081264,17.173222,23.809813,341.62686,45.415657,24.093414,33.802925,11.562519,101.28864,7.224754,81.49427,8.872177,65.39087,13.302788,19.358305,31.222221,9.235584,33.821064,23.844286,1.1132777,57.825832,10.002746,218.42384,6.9356995,267.30396,20.19371,1113.7821,119.9352,3.001041,9.593235,142.97536,179.04895,908.96497,924.24 +2023-01-21 12:00:00,0.0,2244.3906,38.55501,6.7261176,24.164227,24.789032,216.72705,27.092302,46.101772,17.880335,26.41686,240.44633,131.08334,13.7612505,52.896557,3.6783805,2.82805,41.712288,71.99767,49.543102,518.4085,30.302292,565.06006,133.31287,39.022995,101.7076,283.41275,76.76302,952.8136,257.0496,2367.4175,46.435944,2536.7656,530.66534,30.770548,25.788225,157.21896,231.63672,301.51898,786.7256,40.33871,18.484465,10.225772,480.95575,331.85648,90.96302,6.690049,582.85443,13.343099,593.3783,8.881414,30.573822,0.0,855.294,1752.2423,0.27260545,64.80229,14.607459,10765.037,31.829475,1.3025682,5.1827955,15.690218,12.222076,4.1027184,8.754148,277.32172,43.90412,4.2830987,0.7910686,4.7298107,234.28772,0.7550578,146.25067,105.19194,2355.754,152.09811,101.12498,177.38979,796.1247,64.07086,48.735214,1034.2355,50.51345,81.599815,9.948051,26.784153,212.80537,11.843115,9.742849,57.463223,19.215075,4141.911,17.963852,31.076612,16.061884,12.322682,299.0269,56.76886,33.012096,8.659837,8.140337,12.685768,54.494392,90.29659,45.086292,190.24533,18.720257,9.4139385,52.29061,23.34016,31.574291,118.47083,14.103065,1.5127822,33.014034,12.089447,1410.2578,22.492647,0.5949424,48.76492,14.029104,131.62157,75.57258,96.818794,9.053165,98.84597,340.11346,235.25029,31.071814,227.20177,61.332794,46.311123,69.15371,126.74587,19.043764,49.374374,473.69528,6.9085455,12.736005,250.1017,22.060139,9.511971,41.54868,37.778053,429.5286,120.09133,166.41824,1743.864,60.267593,1638.5701,1524.5233,10.285322,8.971371,1557.2263,19.512941,14.690726,406.676,31.746372,55.285484,26.302124,89.78422,257.59952,394.73486,4.6529675,38.916473,113.73996,347.94217,7.9062467,87.52869,9.1642475,1.4411124,58.22763,1.0066917,1.1637026,3.3718624,10.656793,27.071678,17.169134,23.814516,341.07516,45.399193,24.079493,33.79234,11.556683,101.32258,7.2142477,81.6043,8.867742,65.375,13.281658,19.32318,31.191666,9.233467,33.787327,23.812096,1.1130352,57.810787,10.001847,218.41597,6.9346604,267.2384,20.189323,1113.9872,119.90786,3.0006974,9.591325,142.94893,179.01817,908.89435,924.3404 +2023-01-21 13:00:00,0.0,2243.818,38.53856,6.7203617,24.117716,24.772608,216.61662,27.086674,46.087925,17.8779,26.412348,240.45372,131.07817,13.757674,52.889084,3.685098,2.8328807,41.69312,72.11146,49.593246,518.1681,30.33754,564.5868,133.32965,39.072834,101.8167,283.16403,76.7774,953.0546,257.05615,2366.5522,46.46571,2536.1572,531.1754,30.797686,25.804861,157.37662,231.63393,301.55127,787.3344,40.337364,18.473398,10.224847,480.90665,332.09937,91.043495,6.6888547,582.9186,13.345306,593.3732,8.887479,30.57692,0.0,855.5228,1752.2543,0.2726468,64.75091,14.608084,10766.836,31.841934,1.3032266,5.181541,15.69047,12.232475,4.106928,8.754499,277.4066,43.881794,4.2820463,0.79137397,4.7339835,234.52505,0.75447565,146.26787,105.12729,2357.0432,151.9833,101.15469,177.44511,796.1804,64.12306,48.769516,1034.9629,50.504417,81.60781,9.947566,26.799082,212.85219,11.84569,9.741819,57.475246,19.221048,4142.1836,17.963694,31.099127,16.062696,12.328241,299.0896,56.7825,33.029907,8.662556,8.14367,12.682218,54.491787,90.328926,45.11472,190.26622,18.721193,9.424079,52.306557,23.334703,31.55371,118.47935,14.088964,1.5125034,33.03648,12.086932,1409.4653,22.49687,0.59448063,48.81744,14.034443,131.6453,75.54888,96.8039,9.0558,98.86989,340.1288,235.23102,31.081774,227.1715,61.288486,46.30828,69.15286,126.81712,19.056437,49.393776,473.66507,6.9165263,12.750447,250.20473,22.055819,9.513714,41.583523,37.804443,429.8869,120.16641,166.42618,1744.5461,60.185543,1638.4308,1524.288,10.280659,8.963944,1556.8658,19.504555,14.681239,406.6015,31.728529,55.257862,26.29633,89.7215,257.58057,394.64883,4.6512256,38.90164,113.62363,347.8846,7.9012556,87.52092,9.160686,1.4408334,58.22521,1.0067363,1.1638602,3.3723783,10.655797,27.062092,17.165049,23.81922,340.5235,45.38273,24.065573,33.781754,11.550845,101.35652,7.203741,81.71434,8.863306,65.35914,13.2605295,19.288055,31.16111,9.231351,33.753593,23.779905,1.1127928,57.795746,10.000949,218.40808,6.9336214,267.17288,20.184937,1114.1923,119.880516,3.0003536,9.589415,142.9225,178.9874,908.8237,924.4408 +2023-01-21 14:00:00,0.0,2243.2458,38.522102,6.7146063,24.071205,24.756184,216.50618,27.081045,46.074078,17.875465,26.407837,240.46112,131.073,13.754098,52.88161,3.6918154,2.8377116,41.67395,72.22525,49.64339,517.9276,30.37279,564.11346,133.34644,39.12267,101.925804,282.91528,76.79177,953.2957,257.06268,2365.6868,46.495476,2535.5486,531.6854,30.824823,25.821495,157.53429,231.63115,301.58356,787.94324,40.33602,18.462332,10.223923,480.85757,332.34225,91.12398,6.68766,582.9828,13.347514,593.3682,8.893542,30.580017,0.0,855.75165,1752.2662,0.2726882,64.69953,14.608708,10768.636,31.854393,1.3038849,5.1802864,15.690722,12.242874,4.1111374,8.754851,277.49142,43.85947,4.2809935,0.7916794,4.7381563,234.76239,0.7538935,146.28505,105.06264,2358.3325,151.8685,101.18441,177.50044,796.2362,64.175255,48.803818,1035.6903,50.49538,81.61581,9.94708,26.814009,212.89899,11.848265,9.74079,57.487267,19.227024,4142.4556,17.963537,31.12164,16.063509,12.333799,299.15234,56.796143,33.047714,8.665276,8.147002,12.678668,54.48918,90.36126,45.143147,190.28711,18.722128,9.434218,52.322502,23.329247,31.53313,118.48786,14.074865,1.5122244,33.05892,12.084417,1408.6729,22.501093,0.5940188,48.86996,14.039782,131.66904,75.52518,96.78901,9.0584345,98.893814,340.14413,235.21176,31.091736,227.1412,61.244175,46.305443,69.152016,126.88837,19.069109,49.41318,473.63486,6.9245067,12.764891,250.30775,22.051498,9.515455,41.618366,37.830833,430.2452,120.2415,166.43413,1745.228,60.103493,1638.2915,1524.0527,10.275994,8.956519,1556.5055,19.49617,14.671752,406.527,31.710686,55.230244,26.290535,89.658775,257.56165,394.5628,4.6494837,38.886806,113.50729,347.82703,7.8962646,87.51315,9.157124,1.4405546,58.222786,1.0067809,1.1640179,3.3728945,10.654801,27.052505,17.160961,23.823925,339.9718,45.366264,24.051651,33.771168,11.545008,101.39046,7.193235,81.82437,8.858871,65.34327,13.2394,19.252932,31.130554,9.229234,33.719856,23.747715,1.1125504,57.7807,10.000051,218.4002,6.932582,267.10736,20.18055,1114.3973,119.853165,3.00001,9.587504,142.89607,178.95662,908.75305,924.5412 +2023-01-21 15:00:00,0.0,2242.6733,38.505646,6.708851,24.024696,24.73976,216.39575,27.075418,46.06023,17.873032,26.403326,240.4685,131.06784,13.750521,52.874138,3.6985326,2.8425426,41.654778,72.339035,49.69354,517.6872,30.408037,563.6402,133.36322,39.17251,102.034904,282.66656,76.80614,953.53674,257.0692,2364.8215,46.52524,2534.94,532.19543,30.851961,25.83813,157.69194,231.62836,301.61584,788.55206,40.33468,18.451265,10.222998,480.8085,332.58514,91.20445,6.6864657,583.047,13.349722,593.36316,8.899607,30.583115,0.0,855.98047,1752.2781,0.27272958,64.648155,14.609333,10770.436,31.86685,1.3045431,5.1790323,15.690975,12.253273,4.115347,8.755204,277.57626,43.837143,4.279941,0.7919848,4.742329,234.99971,0.7533113,146.30225,104.997986,2359.6218,151.7537,101.21413,177.55577,796.29193,64.227455,48.838116,1036.4177,50.486343,81.6238,9.946593,26.828938,212.94579,11.85084,9.739761,57.49929,19.232998,4142.728,17.963379,31.144154,16.06432,12.339357,299.21506,56.809784,33.065525,8.667995,8.150334,12.6751175,54.48658,90.39359,45.171574,190.308,18.723064,9.444358,52.338448,23.32379,31.51255,118.496376,14.060766,1.5119456,33.081367,12.0819025,1407.8804,22.505316,0.59355706,48.922478,14.045121,131.69278,75.50148,96.77412,9.061069,98.91774,340.15945,235.19249,31.101696,227.11092,61.199867,46.3026,69.15116,126.95962,19.081781,49.432583,473.60468,6.932487,12.779334,250.4108,22.047178,9.517198,41.653214,37.857227,430.60352,120.31658,166.44206,1745.91,60.021442,1638.1521,1523.8174,10.271331,8.949093,1556.145,19.487783,14.662265,406.45248,31.692842,55.20262,26.284742,89.596054,257.5427,394.47678,4.647742,38.871975,113.39096,347.76947,7.891273,87.50539,9.153562,1.4402758,58.220364,1.0068254,1.1641755,3.3734105,10.653806,27.04292,17.156874,23.828629,339.42014,45.3498,24.037731,33.760586,11.53917,101.42439,7.182729,81.93441,8.854436,65.32741,13.218271,19.217808,31.1,9.227117,33.68612,23.715523,1.1123079,57.765656,9.999152,218.39232,6.931543,267.0418,20.176163,1114.6024,119.82582,2.9996662,9.585594,142.86964,178.92586,908.68243,924.6416 +2023-01-21 16:00:00,0.0,2242.1008,38.48919,6.703095,23.978186,24.723333,216.28532,27.06979,46.046387,17.870596,26.398815,240.47589,131.06267,13.746944,52.866665,3.70525,2.8473735,41.63561,72.45282,49.743683,517.4467,30.443287,563.1669,133.38,39.222343,102.144005,282.41782,76.82051,953.7778,257.07574,2363.9563,46.555008,2534.3315,532.70544,30.879099,25.854765,157.84961,231.62556,301.64813,789.1609,40.333332,18.440199,10.222073,480.75943,332.82803,91.28493,6.6852717,583.1112,13.35193,593.35815,8.905671,30.58621,0.0,856.2092,1752.29,0.27277094,64.59677,14.609958,10772.234,31.879309,1.3052014,5.177778,15.691228,12.263672,4.1195564,8.755556,277.66113,43.814816,4.2788887,0.79229015,4.7465024,235.23705,0.7527291,146.31944,104.933334,2360.9111,151.63889,101.243835,177.61111,796.34766,64.279655,48.872417,1037.1451,50.47731,81.6318,9.946108,26.843864,212.9926,11.853415,9.738731,57.511314,19.238974,4143.0,17.963223,31.166666,16.065132,12.344916,299.27777,56.823425,33.083332,8.670714,8.1536665,12.671568,54.483974,90.42593,45.2,190.32889,18.723999,9.454497,52.354393,23.318333,31.491968,118.50489,14.046666,1.5116667,33.103813,12.079388,1407.0879,22.50954,0.59309524,48.975,14.05046,131.71652,75.477776,96.759224,9.063704,98.941666,340.1748,235.17323,31.111658,227.08063,61.155556,46.299763,69.150314,127.03086,19.094454,49.45199,473.57446,6.940468,12.793777,250.51382,22.042858,9.518939,41.688057,37.883617,430.96182,120.39166,166.45001,1746.5922,59.939392,1638.0128,1523.582,10.266666,8.941667,1555.7847,19.479397,14.652778,406.378,31.675001,55.175,26.278948,89.53333,257.52377,394.39075,4.646,38.857143,113.274635,347.71188,7.886282,87.49762,9.15,1.439997,58.21794,1.00687,1.1643332,3.3739264,10.65281,27.033333,17.152786,23.833334,338.86844,45.333332,24.02381,33.75,11.533334,101.458336,7.1722226,82.04445,8.85,65.31154,13.197143,19.182682,31.069445,9.224999,33.65238,23.683332,1.1120654,57.750614,9.998254,218.38445,6.930504,266.9763,20.171776,1114.8075,119.79847,2.9993227,9.583684,142.84322,178.89508,908.61176,924.74207 +2023-01-21 17:00:00,0.0,2241.5283,38.472733,6.6973395,23.931677,24.70691,216.17488,27.064161,46.03254,17.868162,26.394302,240.48329,131.0575,13.743368,52.85919,3.7119672,2.8522043,41.616436,72.566605,49.793827,517.2063,30.478535,562.69354,133.39679,39.272182,102.253105,282.1691,76.834885,954.0188,257.08228,2363.091,46.584774,2533.723,533.2155,30.906237,25.8714,158.00726,231.62277,301.68042,789.76965,40.33199,18.429132,10.221148,480.71033,333.07092,91.36541,6.6840773,583.17535,13.354137,593.35315,8.911736,30.589308,0.0,856.43805,1752.3019,0.27281234,64.545395,14.610582,10774.034,31.891768,1.3058597,5.176523,15.691481,12.274071,4.1237664,8.755908,277.74597,43.79249,4.2778363,0.79259557,4.750675,235.47437,0.75214696,146.33664,104.86868,2362.2004,151.52408,101.27355,177.66644,796.40344,64.331856,48.906715,1037.8726,50.468273,81.63979,9.9456215,26.858791,213.0394,11.855989,9.737702,57.523335,19.24495,4143.272,17.963064,31.18918,16.065945,12.350474,299.3405,56.837067,33.101143,8.673434,8.157,12.668018,54.48137,90.45826,45.228428,190.34978,18.724936,9.464638,52.37034,23.312876,31.471388,118.513405,14.032567,1.5113877,33.126255,12.076873,1406.2954,22.513763,0.5926334,49.02752,14.055799,131.74025,75.45408,96.74433,9.066338,98.96559,340.19012,235.15398,31.12162,227.05034,61.111244,46.29692,69.14947,127.102104,19.107126,49.47139,473.54428,6.948448,12.80822,250.61685,22.038538,9.52068,41.722904,37.910007,431.32013,120.46675,166.45795,1747.2742,59.85734,1637.8735,1523.3468,10.262002,8.93424,1555.4242,19.47101,14.6432905,406.3035,31.657158,55.14738,26.273155,89.47061,257.50482,394.30472,4.644258,38.842308,113.1583,347.65433,7.881291,87.48985,9.146438,1.439718,58.215515,1.0069146,1.1644909,3.3744426,10.651814,27.023746,17.148699,23.838037,338.31677,45.316868,24.009888,33.739414,11.527496,101.49227,7.161716,82.15448,8.845565,65.29568,13.176013,19.147558,31.038889,9.222883,33.618645,23.651142,1.1118231,57.73557,9.997355,218.37656,6.9294643,266.91077,20.167389,1115.0126,119.771126,2.998979,9.581774,142.81679,178.8643,908.54114,924.84247 +2023-01-21 18:00:00,0.0,2240.9558,38.456276,6.691584,23.885166,24.690485,216.06445,27.058535,46.018692,17.865728,26.389791,240.49068,131.05234,13.739792,52.85172,3.7186847,2.8570354,41.597267,72.6804,49.84397,516.9658,30.513784,562.2203,133.41357,39.32202,102.362206,281.92035,76.84925,954.2598,257.08884,2362.2258,46.614544,2533.1143,533.7255,30.933374,25.888035,158.16492,231.61998,301.7127,790.3785,40.330647,18.418066,10.220222,480.66125,333.3138,91.445885,6.682883,583.23956,13.356345,593.3481,8.9178,30.592405,0.0,856.6669,1752.3138,0.2728537,64.49402,14.611208,10775.834,31.904224,1.306518,5.1752687,15.691733,12.28447,4.127976,8.75626,277.8308,43.77016,4.276784,0.792901,4.754848,235.7117,0.7515648,146.35384,104.80403,2363.4897,151.40927,101.30327,177.72177,796.45917,64.384056,48.941017,1038.6,50.459236,81.64779,9.945135,26.873718,213.0862,11.858564,9.736673,57.53536,19.250923,4143.5444,17.962908,31.211693,16.066757,12.356032,299.40323,56.850708,33.11895,8.676153,8.160332,12.664468,54.478767,90.490585,45.256855,190.37067,18.72587,9.474777,52.386284,23.307419,31.450808,118.52192,14.018468,1.5111089,33.1487,12.074358,1405.5029,22.517986,0.59217167,49.08004,14.061137,131.76399,75.430374,96.72944,9.068972,98.98952,340.20544,235.1347,31.13158,227.02005,61.066936,46.294083,69.14861,127.173355,19.119799,49.490795,473.51407,6.9564285,12.822663,250.7199,22.034218,9.522423,41.757748,37.936398,431.67844,120.54183,166.4659,1747.956,59.77529,1637.7341,1523.1115,10.257339,8.926814,1555.0637,19.462624,14.633804,406.22897,31.639315,55.11976,26.26736,89.40789,257.4859,394.2187,4.6425157,38.827477,113.04197,347.59674,7.8762994,87.482086,9.142877,1.4394392,58.213093,1.0069592,1.1646485,3.3749585,10.650819,27.014162,17.144611,23.842741,337.76508,45.300404,23.995968,33.728832,11.521659,101.52621,7.15121,82.26452,8.841129,65.27981,13.154884,19.112434,31.008333,9.220766,33.584908,23.61895,1.1115806,57.720524,9.996457,218.36868,6.9284253,266.8452,20.163004,1115.2177,119.743774,2.9986353,9.579864,142.79036,178.83353,908.4705,924.9429 +2023-01-21 19:00:00,0.0,2240.3833,38.43982,6.685828,23.838657,24.674059,215.95403,27.052906,46.004845,17.863293,26.38528,240.49806,131.04716,13.736216,52.844246,3.725402,2.8618662,41.578094,72.79418,49.89412,516.7254,30.549032,561.74695,133.43036,39.371857,102.471306,281.67163,76.863625,954.5009,257.09537,2361.3606,46.64431,2532.5059,534.23553,30.960512,25.90467,158.32257,231.61719,301.745,790.9873,40.3293,18.407,10.219298,480.61218,333.5567,91.52637,6.6816883,583.3038,13.358553,593.3431,8.923863,30.595503,0.0,856.8957,1752.3257,0.27289507,64.442635,14.611833,10777.633,31.916683,1.3071762,5.174014,15.691986,12.294868,4.1321855,8.756612,277.91565,43.747837,4.275731,0.79320633,4.759021,235.94902,0.75098264,146.37102,104.73938,2364.7793,151.29446,101.332985,177.7771,796.5149,64.43626,48.97532,1039.3275,50.450203,81.655785,9.94465,26.888647,213.13301,11.861139,9.735643,57.547382,19.256899,4143.8164,17.96275,31.234207,16.06757,12.361591,299.46594,56.86435,33.13676,8.678873,8.163664,12.660918,54.476162,90.52292,45.285282,190.39156,18.726807,9.484917,52.40223,23.301962,31.430227,118.53043,14.004368,1.5108299,33.171143,12.071843,1404.7104,22.52221,0.59170985,49.13256,14.066476,131.78773,75.40668,96.71455,9.071607,99.01344,340.2208,235.11545,31.141542,226.98976,61.022625,46.29124,69.147766,127.2446,19.132471,49.510197,473.4839,6.9644094,12.837107,250.82292,22.029898,9.524164,41.792595,37.962788,432.0367,120.61692,166.47383,1748.6381,59.69324,1637.5948,1522.8762,10.252674,8.919389,1554.7034,19.454239,14.624317,406.15448,31.621471,55.092136,26.261568,89.34517,257.46695,394.13266,4.640774,38.812645,112.92564,347.53918,7.8713083,87.47432,9.139315,1.4391603,58.21067,1.0070038,1.1648062,3.3754745,10.649823,27.004576,17.140524,23.847446,337.2134,45.28394,23.982046,33.718246,11.515822,101.56015,7.1407037,82.37456,8.836694,65.26395,13.133755,19.07731,30.977777,9.218649,33.55117,23.58676,1.1113381,57.705482,9.99556,218.3608,6.9273863,266.7797,20.158617,1115.4227,119.71643,2.9982917,9.577954,142.76393,178.80275,908.39984,925.0433 +2023-01-21 20:00:00,0.0,2239.8108,38.423367,6.680073,23.792147,24.657635,215.84358,27.047277,45.991,17.860859,26.38077,240.50546,131.04199,13.732639,52.836773,3.7321193,2.866697,41.558926,72.90797,49.944263,516.4849,30.584282,561.2737,133.44714,39.421696,102.58041,281.42288,76.878,954.74194,257.1019,2360.4954,46.674076,2531.8972,534.7456,30.98765,25.921305,158.48024,231.6144,301.77728,791.5961,40.327957,18.395933,10.218373,480.5631,333.7996,91.60684,6.6804943,583.368,13.360761,593.338,8.929928,30.5986,0.0,857.1245,1752.3376,0.27293646,64.39126,14.612457,10779.433,31.929142,1.3078346,5.1727595,15.692238,12.305267,4.136395,8.756964,278.00052,43.72551,4.2746787,0.79351175,4.763194,236.18636,0.7504005,146.38821,104.67473,2366.0686,151.17966,101.3627,177.83243,796.5707,64.48846,49.009617,1040.0549,50.441166,81.66378,9.944163,26.903574,213.17981,11.863714,9.734614,57.559402,19.262873,4144.089,17.962593,31.25672,16.068382,12.367149,299.5287,56.87799,33.15457,8.681592,8.166996,12.657368,54.473557,90.55525,45.31371,190.41245,18.727741,9.495056,52.418175,23.296505,31.409645,118.53895,13.990269,1.5105511,33.19359,12.069328,1403.918,22.526432,0.5912481,49.18508,14.071815,131.81148,75.38297,96.69965,9.074241,99.03736,340.2361,235.09618,31.151503,226.95949,60.978317,46.288403,69.14692,127.31585,19.145144,49.529602,473.45367,6.9723897,12.851549,250.92595,22.025578,9.525907,41.82744,37.989178,432.39502,120.692,166.48178,1749.3202,59.61119,1637.4556,1522.6409,10.248011,8.9119625,1554.3429,19.445852,14.61483,406.08,31.60363,55.064518,26.255774,89.28245,257.44803,394.04663,4.639032,38.79781,112.80931,347.4816,7.8663173,87.46655,9.135753,1.4388815,58.20825,1.0070484,1.1649638,3.3759906,10.648828,26.99499,17.136436,23.85215,336.6617,45.26747,23.968126,33.70766,11.509985,101.594086,7.1301975,82.48459,8.832258,65.24808,13.112626,19.042185,30.947222,9.216532,33.517437,23.55457,1.1110957,57.690437,9.994661,218.35292,6.926347,266.71417,20.15423,1115.6277,119.68909,2.997948,9.576044,142.7375,178.77197,908.3292,925.1437 +2023-01-21 21:00:00,0.0,2239.2383,38.40691,6.6743174,23.745638,24.64121,215.73315,27.04165,45.977154,17.858423,26.376257,240.51285,131.03683,13.729063,52.8293,3.7388368,2.8715281,41.539753,73.02175,49.994408,516.2445,30.61953,560.80035,133.46393,39.47153,102.68951,281.17416,76.892365,954.983,257.10843,2359.6301,46.703842,2531.2886,535.2556,31.014788,25.93794,158.63791,231.6116,301.80957,792.2049,40.326614,18.384867,10.217448,480.514,334.04248,91.68732,6.6793,583.4321,13.362968,593.333,8.935992,30.601696,0.0,857.3533,1752.3495,0.27297783,64.33988,14.613082,10781.232,31.9416,1.3084929,5.171505,15.692491,12.315666,4.1406045,8.757316,278.08536,43.703182,4.2736263,0.79381716,4.767367,236.42368,0.7498183,146.40541,104.610085,2367.358,151.06485,101.39241,177.88777,796.6264,64.54065,49.04392,1040.7823,50.43213,81.671776,9.943678,26.918503,213.22661,11.86629,9.733585,57.571426,19.268848,4144.361,17.962435,31.279234,16.069195,12.372707,299.5914,56.891632,33.17238,8.684312,8.170328,12.653818,54.47095,90.587585,45.342136,190.43333,18.728678,9.505197,52.43412,23.291048,31.389065,118.54747,13.97617,1.5102721,33.216034,12.066813,1403.1255,22.530657,0.5907863,49.237602,14.077153,131.8352,75.359276,96.68476,9.076876,99.06129,340.25143,235.07692,31.161465,226.9292,60.934006,46.28556,69.146065,127.38709,19.157816,49.549004,473.4235,6.98037,12.865993,251.02899,22.021257,9.527648,41.862286,38.015568,432.75333,120.76708,166.48972,1750.0022,59.52914,1637.3162,1522.4055,10.243346,8.904536,1553.9825,19.437466,14.605343,406.00546,31.585787,55.036896,26.249979,89.21973,257.42908,393.9606,4.63729,38.782978,112.69298,347.42404,7.8613257,87.458786,9.132191,1.4386026,58.205826,1.007093,1.1651216,3.3765066,10.647832,26.985403,17.132349,23.856855,336.11005,45.251007,23.954205,33.697075,11.504148,101.62802,7.119691,82.59463,8.827823,65.232216,13.091497,19.007061,30.916666,9.214415,33.4837,23.522379,1.1108532,57.675396,9.993763,218.34503,6.9253078,266.64862,20.149843,1115.8328,119.661736,2.9976044,9.574134,142.71107,178.7412,908.25854,925.24414 +2023-01-21 22:00:00,0.0,2238.6658,38.390453,6.668562,23.699127,24.624786,215.62273,27.036022,45.963306,17.85599,26.371746,240.52023,131.03166,13.725487,52.821827,3.7455542,2.876359,41.520584,73.135544,50.04455,516.004,30.654778,560.3271,133.48071,39.52137,102.79861,280.9254,76.90674,955.224,257.11496,2358.765,46.73361,2530.68,535.7656,31.041925,25.954575,158.79556,231.60881,301.84186,792.8137,40.325268,18.3738,10.216523,480.46494,334.28537,91.7678,6.6781054,583.49634,13.365177,593.32794,8.942057,30.604794,0.0,857.58215,1752.3615,0.2730192,64.2885,14.613707,10783.031,31.954058,1.3091512,5.170251,15.692743,12.326065,4.144814,8.757668,278.1702,43.680855,4.272574,0.7941225,4.7715397,236.66101,0.74923617,146.4226,104.54543,2368.6472,150.95004,101.422134,177.9431,796.6822,64.59285,49.07822,1041.5098,50.423096,81.67977,9.943192,26.93343,213.27342,11.868865,9.732556,57.583447,19.274824,4144.6333,17.962278,31.301746,16.070007,12.378265,299.6541,56.905273,33.19019,8.687032,8.173661,12.650269,54.46835,90.61992,45.370564,190.45422,18.729612,9.515336,52.450066,23.285591,31.368484,118.555984,13.9620695,1.5099933,33.238476,12.064299,1402.333,22.53488,0.5903245,49.29012,14.082492,131.85895,75.33557,96.66987,9.07951,99.08521,340.26678,235.05765,31.171425,226.89891,60.889694,46.282722,69.14522,127.45834,19.170488,49.56841,473.39328,6.988351,12.880436,251.13202,22.016937,9.52939,41.89713,38.04196,433.11163,120.84217,166.49767,1750.6842,59.44709,1637.1769,1522.1703,10.238683,8.89711,1553.6221,19.42908,14.595856,405.93097,31.567944,55.009274,26.244186,89.157005,257.41016,393.87457,4.635548,38.768143,112.576645,347.36646,7.8563347,87.45102,9.128629,1.4383237,58.2034,1.0071375,1.1652793,3.3770225,10.646836,26.975817,17.128262,23.861559,335.55835,45.234543,23.940285,33.686493,11.49831,101.661964,7.1091847,82.70466,8.823387,65.21635,13.070368,18.971937,30.88611,9.212298,33.449963,23.490187,1.1106108,57.66035,9.992865,218.33714,6.9242687,266.5831,20.145456,1116.0378,119.63439,2.9972608,9.572224,142.68465,178.71042,908.1879,925.34454 +2023-01-21 23:00:00,0.0,2238.0933,38.373997,6.662806,23.652618,24.60836,215.51228,27.030394,45.94946,17.853556,26.367235,240.52763,131.02649,13.72191,52.814354,3.7522714,2.8811898,41.501415,73.24933,50.094696,515.7636,30.690027,559.85376,133.4975,39.571205,102.90771,280.6767,76.92111,955.465,257.12152,2357.8997,46.763374,2530.0715,536.27563,31.069063,25.97121,158.95323,231.60602,301.87415,793.42255,40.323925,18.362734,10.215598,480.41586,334.52826,91.848274,6.676911,583.56055,13.367385,593.32294,8.94812,30.607891,0.0,857.8109,1752.3734,0.2730606,64.23712,14.614331,10784.831,31.966516,1.3098094,5.1689963,15.692996,12.336464,4.1490235,8.75802,278.25507,43.658527,4.2715216,0.79442793,4.7757125,236.89833,0.748654,146.43979,104.48078,2369.9365,150.83524,101.45185,177.99843,796.7379,64.64505,49.11252,1042.2372,50.41406,81.68777,9.942705,26.948357,213.32022,11.87144,9.731526,57.59547,19.280798,4144.9053,17.96212,31.32426,16.07082,12.383824,299.71686,56.91891,33.207996,8.689751,8.176993,12.646718,54.465744,90.65225,45.39899,190.47511,18.730549,9.5254755,52.466015,23.280134,31.347904,118.5645,13.94797,1.5097144,33.26092,12.061784,1401.5405,22.539103,0.5898627,49.34264,14.0878315,131.88269,75.311874,96.654976,9.082144,99.10914,340.2821,235.03839,31.181387,226.86862,60.845387,46.27988,69.14437,127.52959,19.18316,49.58781,473.36307,6.996331,12.894878,251.23505,22.012617,9.531132,41.931973,38.06835,433.46994,120.91725,166.5056,1751.3662,59.36504,1637.0376,1521.9349,10.234018,8.889684,1553.2617,19.420692,14.586369,405.85645,31.550102,54.981655,26.238392,89.094284,257.3912,393.78854,4.633806,38.75331,112.46031,347.3089,7.8513436,87.44325,9.125067,1.4380449,58.200977,1.0071821,1.1654369,3.3775387,10.645841,26.96623,17.124174,23.866264,335.00668,45.21808,23.926363,33.675907,11.492474,101.6959,7.0986786,82.8147,8.818952,65.200485,13.049239,18.936813,30.855555,9.210181,33.416225,23.457996,1.1103684,57.645306,9.991966,218.32927,6.923229,266.51758,20.14107,1116.2429,119.60704,2.996917,9.570313,142.6582,178.67966,908.1173,925.44495 +2023-01-22 00:00:00,0.0,2237.5208,38.35754,6.6570506,23.606108,24.591936,215.40186,27.024767,45.935616,17.85112,26.362724,240.53502,131.02133,13.718333,52.80688,3.7589889,2.8860207,41.482243,73.36311,50.144844,515.52313,30.725275,559.3805,133.51428,39.621044,103.01681,280.42798,76.93548,955.7061,257.12805,2357.0344,46.79314,2529.463,536.7857,31.0962,25.987844,159.11089,231.60323,301.90643,794.0314,40.322582,18.351667,10.214674,480.3668,334.77115,91.92875,6.675717,583.62476,13.369593,593.31793,8.954185,30.610989,0.0,858.0398,1752.3853,0.27310196,64.185745,14.614956,10786.631,31.978975,1.3104677,5.167742,15.693249,12.346863,4.153233,8.758372,278.3399,43.6362,4.270469,0.79473335,4.779886,237.13567,0.74807185,146.45699,104.41613,2371.2258,150.72043,101.48157,178.05376,796.79364,64.69725,49.14682,1042.9646,50.40502,81.69576,9.94222,26.963284,213.36702,11.874015,9.730497,57.607494,19.286774,4145.1772,17.961964,31.346775,16.071632,12.389382,299.77957,56.932552,33.225807,8.692471,8.1803255,12.643168,54.46314,90.684586,45.427418,190.496,18.731483,9.535615,52.48196,23.274677,31.327324,118.57301,13.93387,1.5094354,33.283367,12.059269,1400.748,22.543325,0.58940095,49.39516,14.09317,131.90643,75.28817,96.64008,9.084779,99.133064,340.29742,235.01912,31.191349,226.83833,60.801075,46.277042,69.14352,127.60083,19.195833,49.607216,473.3329,7.0043116,12.909322,251.33809,22.008295,9.532873,41.96682,38.09474,433.82825,120.99234,166.51355,1752.0482,59.28299,1636.8983,1521.6997,10.229355,8.882258,1552.9012,19.412306,14.576882,405.78195,31.532259,54.954033,26.2326,89.03156,257.37228,393.7025,4.6320643,38.73848,112.34398,347.2513,7.846352,87.43548,9.121506,1.4377661,58.198555,1.0072267,1.1655946,3.3780546,10.644845,26.956646,17.120087,23.870968,334.455,45.201614,23.912443,33.66532,11.486636,101.729836,7.0881724,82.924736,8.814516,65.184616,13.0281105,18.901688,30.824999,9.208064,33.38249,23.425806,1.1101259,57.630264,9.991068,218.32138,6.92219,266.45203,20.136683,1116.448,119.5797,2.9965734,9.568403,142.63177,178.64888,908.04663,925.54535 +2023-01-22 01:00:00,0.0,2236.9482,38.341084,6.651295,23.559597,24.575512,215.29143,27.019138,45.92177,17.848686,26.358212,240.5424,131.01616,13.714757,52.799408,3.7657063,2.8908517,41.463074,73.4769,50.19499,515.2827,30.760525,558.90717,133.53107,39.670883,103.12591,280.17923,76.94985,955.94714,257.13458,2356.1692,46.82291,2528.8542,537.2957,31.123339,26.00448,159.26855,231.60043,301.93872,794.6402,40.321236,18.340601,10.213749,480.3177,335.01404,92.00923,6.6745224,583.6889,13.3718,593.31287,8.960249,30.614086,0.0,858.26855,1752.3972,0.27314332,64.13436,14.6155815,10788.43,31.991434,1.311126,5.166487,15.693501,12.357262,4.1574426,8.758724,278.42474,43.613876,4.2694163,0.7950387,4.7840586,237.373,0.7474897,146.47418,104.35148,2372.5151,150.60562,101.51128,178.1091,796.8494,64.74945,49.18112,1043.692,50.39599,81.70376,9.941733,26.97821,213.41383,11.87659,9.729468,57.619514,19.292747,4145.4497,17.961805,31.369287,16.072445,12.39494,299.8423,56.946194,33.243614,8.695189,8.183658,12.639618,54.460533,90.71692,45.45585,190.51689,18.732418,9.545755,52.497906,23.26922,31.306742,118.58153,13.919771,1.5091566,33.30581,12.056754,1399.9556,22.547548,0.58893913,49.44768,14.098509,131.93016,75.26447,96.62519,9.087413,99.15699,340.31277,234.99986,31.20131,226.80804,60.756767,46.2742,69.14267,127.67208,19.208506,49.626617,473.30267,7.012292,12.923765,251.44112,22.003975,9.5346155,42.001663,38.12113,434.18655,121.06742,166.52148,1752.7302,59.20094,1636.7589,1521.4644,10.22469,8.874832,1552.5408,19.403921,14.567395,405.70746,31.514416,54.92641,26.226805,88.96885,257.35333,393.6165,4.6303225,38.723644,112.22765,347.19376,7.841361,87.42771,9.117944,1.4374871,58.196133,1.0072713,1.1657522,3.3785706,10.643849,26.94706,17.116,23.875671,333.90332,45.185146,23.898521,33.65474,11.480799,101.76378,7.077666,83.03477,8.810081,65.168755,13.006981,18.866564,30.794443,9.205947,33.34875,23.393614,1.1098834,57.61522,9.99017,218.3135,6.921151,266.3865,20.132296,1116.6531,119.552345,2.9962296,9.566493,142.60535,178.6181,907.976,925.64575 +2023-01-22 02:00:00,0.0,2236.3757,38.32463,6.6455393,23.513088,24.559086,215.18098,27.01351,45.90792,17.846252,26.3537,240.5498,131.01099,13.711181,52.791935,3.7724235,2.8956826,41.4439,73.59069,50.245132,515.04224,30.795773,558.4339,133.54787,39.72072,103.23501,279.9305,76.964226,956.1882,257.1411,2355.304,46.852676,2528.2458,537.8057,31.150476,26.021114,159.42621,231.59764,301.971,795.24896,40.319893,18.329535,10.212824,480.26862,335.25693,92.08971,6.673328,583.7531,13.374008,593.30786,8.966313,30.617182,0.0,858.49744,1752.409,0.27318472,64.082985,14.616206,10790.2295,32.00389,1.3117843,5.1652327,15.693754,12.3676605,4.161652,8.759076,278.50958,43.59155,4.268364,0.7953441,4.7882314,237.61032,0.7469075,146.49138,104.28683,2373.8044,150.49081,101.54099,178.16443,796.90515,64.80165,49.21542,1044.4194,50.38695,81.711754,9.941248,26.993137,213.46063,11.879165,9.728438,57.63154,19.298723,4145.7217,17.961649,31.391802,16.073256,12.400499,299.90503,56.959835,33.261425,8.697909,8.186991,12.636068,54.45793,90.74925,45.484276,190.53778,18.733355,9.555895,52.51385,23.263763,31.286161,118.59004,13.905672,1.5088776,33.328255,12.054239,1399.1631,22.551771,0.5884774,49.500202,14.1038475,131.9539,75.24077,96.6103,9.090047,99.180916,340.3281,234.98059,31.211271,226.77776,60.712456,46.271362,69.141815,127.743324,19.221178,49.646023,473.2725,7.0202727,12.938208,251.54414,21.999655,9.536357,42.03651,38.147522,434.54483,121.1425,166.52943,1753.4122,59.11889,1636.6196,1521.229,10.220027,8.867406,1552.1804,19.395535,14.557908,405.63293,31.496572,54.898792,26.221012,88.90613,257.3344,393.53046,4.6285806,38.708813,112.11132,347.13617,7.83637,87.419945,9.114382,1.4372083,58.19371,1.0073159,1.1659099,3.3790865,10.642854,26.937473,17.111912,23.880377,333.35162,45.168682,23.8846,33.644154,11.474961,101.797714,7.0671597,83.144806,8.805645,65.152885,12.985852,18.83144,30.76389,9.203831,33.315018,23.361423,1.109641,57.600178,9.989271,218.30562,6.9201117,266.32095,20.127909,1116.8582,119.525,2.995886,9.564583,142.57892,178.58733,907.90533,925.7462 +2023-01-22 03:00:00,0.0,2235.8035,38.308174,6.639784,23.466578,24.542662,215.07056,27.007883,45.894073,17.843817,26.34919,240.55719,131.00583,13.707604,52.784462,3.779141,2.9005134,41.424732,73.704475,50.295277,514.8018,30.831022,557.9606,133.56465,39.770557,103.34411,279.68176,76.9786,956.4292,257.14764,2354.4387,46.882442,2527.6372,538.3158,31.177614,26.03775,159.58386,231.59485,302.0033,795.8578,40.31855,18.318468,10.211899,480.21954,335.49982,92.17018,6.6721334,583.8173,13.376216,593.3028,8.972377,30.62028,0.0,858.7262,1752.421,0.27322608,64.03161,14.616831,10792.029,32.01635,1.3124425,5.163978,15.694007,12.378059,4.1658616,8.759428,278.59445,43.56922,4.2673116,0.7956495,4.792404,237.84766,0.7463253,146.50856,104.222176,2375.094,150.376,101.57071,178.21976,796.9609,64.85385,49.24972,1045.1469,50.377914,81.71975,9.940762,27.008064,213.50745,11.88174,9.727409,57.643562,19.304699,4145.994,17.96149,31.414314,16.074068,12.406057,299.96774,56.973476,33.279232,8.700628,8.190323,12.632518,54.455326,90.781586,45.512703,190.55867,18.73429,9.566034,52.529797,23.258307,31.265581,118.59856,13.891572,1.5085988,33.3507,12.051724,1398.3706,22.555996,0.58801556,49.552723,14.109186,131.97765,75.21707,96.595406,9.092682,99.204834,340.3434,234.96133,31.221231,226.74747,60.668144,46.26852,69.14097,127.814575,19.23385,49.665424,473.24228,7.028253,12.952651,251.64719,21.995335,9.538099,42.071354,38.173912,434.90314,121.21759,166.53737,1754.0942,59.03684,1636.4803,1520.9938,10.215363,8.85998,1551.82,19.387148,14.548421,405.55844,31.478731,54.87117,26.215218,88.84341,257.31546,393.44443,4.6268387,38.69398,111.99499,347.0786,7.8313785,87.41218,9.11082,1.4369295,58.191284,1.0073605,1.1660676,3.3796027,10.641858,26.927887,17.107824,23.88508,332.79996,45.152218,23.87068,33.633568,11.469125,101.83165,7.0566535,83.25484,8.801209,65.137024,12.964723,18.796316,30.733334,9.201714,33.28128,23.329233,1.1093986,57.585133,9.988373,218.29774,6.9190726,266.25543,20.123522,1117.0632,119.49766,2.9955425,9.562673,142.55249,178.55655,907.8347,925.8466 +2023-01-22 04:00:00,0.0,2235.231,38.291718,6.6340284,23.420069,24.526237,214.96013,27.002254,45.88023,17.841383,26.344679,240.56458,131.00066,13.704028,52.77699,3.7858584,2.9053445,41.40556,73.81826,50.345425,514.56134,30.86627,557.4873,133.58144,39.820393,103.45321,279.43304,76.992966,956.6702,257.1542,2353.5735,46.91221,2527.0286,538.8258,31.204752,26.054384,159.74153,231.59207,302.03558,796.4666,40.317204,18.307402,10.210974,480.17044,335.7427,92.25066,6.6709394,583.8815,13.378424,593.2978,8.978441,30.623377,0.0,858.955,1752.4329,0.27326745,63.98023,14.6174555,10793.828,32.02881,1.3131008,5.162724,15.694259,12.388458,4.170071,8.75978,278.6793,43.546894,4.266259,0.7959549,4.7965775,238.08498,0.74574316,146.52576,104.15753,2376.3833,150.2612,101.600426,178.27509,797.01666,64.90605,49.28402,1045.8744,50.36888,81.727745,9.940275,27.022993,213.55424,11.8843155,9.72638,57.655582,19.310673,4146.266,17.961334,31.436829,16.07488,12.411615,300.03046,56.987118,33.297043,8.703348,8.193655,12.628968,54.45272,90.81392,45.54113,190.57956,18.735226,9.576174,52.545742,23.25285,31.245,118.60707,13.877473,1.5083199,33.373142,12.04921,1397.5781,22.560219,0.58755374,49.60524,14.114525,132.00137,75.19337,96.580505,9.095316,99.22876,340.35876,234.94206,31.231194,226.7172,60.623837,46.265682,69.14012,127.88582,19.246523,49.68483,473.2121,7.0362334,12.967094,251.75021,21.991014,9.539841,42.1062,38.200306,435.26144,121.29267,166.54532,1754.7764,58.95479,1636.341,1520.7584,10.210699,8.852553,1551.4596,19.378761,14.538934,405.48395,31.460888,54.843548,26.209423,88.780685,257.29654,393.3584,4.6250963,38.679146,111.878654,347.02103,7.8263874,87.40441,9.107258,1.4366505,58.18886,1.007405,1.1662252,3.3801186,10.6408615,26.9183,17.103737,23.889786,332.24826,45.135754,23.856758,33.622982,11.463287,101.86559,7.0461473,83.364876,8.796774,65.121155,12.943594,18.76119,30.702778,9.199596,33.247543,23.297043,1.1091561,57.570087,9.987474,218.28986,6.9180336,266.1899,20.119135,1117.2683,119.47031,2.9951987,9.560762,142.52606,178.52577,907.7641,925.947 +2023-01-22 05:00:00,0.0,2234.6584,38.27526,6.6282725,23.373558,24.509813,214.84969,26.996626,45.866383,17.838947,26.340166,240.57198,130.99548,13.700452,52.769516,3.7925756,2.9101753,41.38639,73.932045,50.39557,514.3209,30.90152,557.014,133.59822,39.87023,103.56231,279.1843,77.00734,956.91125,257.16074,2352.7083,46.941975,2526.4202,539.3358,31.23189,26.07102,159.89919,231.58928,302.06787,797.07544,40.31586,18.296335,10.21005,480.12137,335.98557,92.33114,6.669745,583.9457,13.380631,593.2927,8.984506,30.626474,0.0,859.18384,1752.4448,0.27330884,63.92885,14.61808,10795.628,32.041267,1.3137592,5.1614695,15.694511,12.398857,4.1742806,8.760132,278.76413,43.524567,4.265207,0.7962603,4.8007503,238.32231,0.745161,146.54295,104.09288,2377.6726,150.1464,101.63014,178.33041,797.0724,64.958244,49.31832,1046.6018,50.359844,81.73574,9.93979,27.03792,213.60104,11.88689,9.72535,57.667606,19.316648,4146.538,17.961176,31.459341,16.075693,12.417174,300.0932,57.00076,33.314854,8.706068,8.196987,12.625419,54.45012,90.84625,45.569557,190.60045,18.73616,9.586314,52.561687,23.247393,31.224419,118.615585,13.863374,1.508041,33.395588,12.046695,1396.7855,22.564442,0.587092,49.65776,14.1198635,132.02512,75.16967,96.56561,9.097951,99.252686,340.37408,234.9228,31.241154,226.6869,60.579525,46.26284,69.13927,127.95707,19.259195,49.70423,473.1819,7.0442142,12.981537,251.85326,21.986694,9.541583,42.141045,38.226696,435.61975,121.36776,166.55325,1755.4583,58.872738,1636.2017,1520.5232,10.206035,8.845128,1551.0991,19.370375,14.529447,405.40942,31.443045,54.81593,26.20363,88.717964,257.2776,393.27237,4.6233544,38.664314,111.76232,346.96347,7.8213964,87.396645,9.103696,1.4363717,58.18644,1.0074496,1.1663829,3.3806345,10.639866,26.908714,17.09965,23.89449,331.6966,45.11929,23.842838,33.6124,11.45745,101.89953,7.0356407,83.474915,8.792338,65.10529,12.922465,18.726067,30.672222,9.197479,33.213806,23.26485,1.1089137,57.555046,9.986576,218.28198,6.916994,266.12436,20.11475,1117.4733,119.44296,2.9948552,9.558852,142.49963,178.495,907.6934,926.0474 +2023-01-22 06:00:00,0.0,2234.086,38.258804,6.622517,23.32705,24.493387,214.73926,26.991,45.852535,17.836514,26.335655,240.57936,130.99033,13.696876,52.762043,3.799293,2.9150062,41.367218,74.04584,50.445713,514.08044,30.936768,556.5407,133.615,39.92007,103.67141,278.93558,77.02171,957.15234,257.16727,2351.8428,46.97174,2525.8115,539.8458,31.259027,26.087654,160.05684,231.58649,302.10016,797.6842,40.314518,18.285269,10.209125,480.0723,336.22845,92.41161,6.6685505,584.0099,13.382839,593.2877,8.99057,30.629572,0.0,859.41266,1752.4568,0.2733502,63.877472,14.618705,10797.428,32.053726,1.3144175,5.160215,15.694764,12.409256,4.17849,8.760484,278.849,43.50224,4.2641544,0.7965657,4.804923,238.55963,0.74457884,146.56015,104.02823,2378.962,150.03159,101.65985,178.38576,797.1282,65.010445,49.352623,1047.3292,50.350807,81.74374,9.939303,27.052849,213.64786,11.889465,9.724321,57.67963,19.322624,4146.8105,17.96102,31.481855,16.076506,12.422732,300.1559,57.0144,33.33266,8.708787,8.20032,12.621868,54.447514,90.878586,45.597984,190.62134,18.737097,9.596454,52.577633,23.241936,31.203838,118.62411,13.849274,1.5077621,33.418034,12.04418,1395.993,22.568665,0.58663017,49.71028,14.125203,132.04886,75.145966,96.55072,9.100585,99.27661,340.3894,234.90353,31.251116,226.65662,60.535213,46.260002,69.13842,128.0283,19.271868,49.723637,473.15167,7.0521946,12.99598,251.95628,21.982374,9.543324,42.175888,38.253086,435.97806,121.44284,166.5612,1756.1403,58.790688,1636.0624,1520.2878,10.20137,8.837702,1550.7386,19.361988,14.519959,405.33493,31.425201,54.788307,26.197836,88.65524,257.25867,393.18634,4.6216125,38.64948,111.645996,346.90588,7.816405,87.38888,9.100134,1.4360929,58.184017,1.0074942,1.1665405,3.3811507,10.63887,26.89913,17.095562,23.899193,331.1449,45.10282,23.828917,33.601814,11.451613,101.933464,7.0251346,83.584946,8.787903,65.089424,12.901336,18.690943,30.641666,9.195363,33.18007,23.23266,1.1086712,57.54,9.985678,218.2741,6.915955,266.05884,20.110363,1117.6783,119.41561,2.9945114,9.556942,142.4732,178.46423,907.6228,926.1478 +2023-01-22 07:00:00,0.0,2233.5134,38.242348,6.6167617,23.280539,24.476963,214.62881,26.98537,45.838688,17.83408,26.331144,240.58675,130.98515,13.693299,52.75457,3.8060105,2.9198372,41.34805,74.15962,50.495857,513.84,30.972017,556.0674,133.63179,39.969906,103.78051,278.68683,77.03608,957.3934,257.1738,2350.9775,47.001507,2525.203,540.3559,31.286165,26.10429,160.21451,231.5837,302.13245,798.293,40.31317,18.274202,10.2081995,480.02322,336.47134,92.492096,6.667356,584.0741,13.385047,593.2827,8.996634,30.632668,0.0,859.6415,1752.4686,0.27339157,63.82609,14.619329,10799.228,32.06618,1.3150758,5.1589603,15.695017,12.419655,4.1826997,8.760837,278.93384,43.479916,4.2631016,0.79687107,4.809096,238.79697,0.7439967,146.57733,103.96358,2380.2512,149.91678,101.68957,178.44109,797.1839,65.062645,49.38692,1048.0566,50.341774,81.75173,9.938817,27.067776,213.69466,11.89204,9.723292,57.69165,19.328598,4147.0825,17.960861,31.504368,16.077318,12.42829,300.21863,57.02804,33.35047,8.711507,8.203652,12.618319,54.44491,90.91091,45.62641,190.64223,18.738031,9.606593,52.59358,23.236479,31.183258,118.63262,13.835175,1.5074832,33.440475,12.041665,1395.2006,22.572887,0.5861684,49.762802,14.130542,132.0726,75.12227,96.53583,9.103219,99.30054,340.40475,234.88428,31.261078,226.62633,60.490906,46.25716,69.13757,128.09956,19.28454,49.74304,473.1215,7.060175,13.010424,252.05931,21.978054,9.545066,42.210735,38.279476,436.33636,121.51792,166.56914,1756.8223,58.708637,1635.923,1520.0525,10.196707,8.830276,1550.3783,19.353603,14.510473,405.26044,31.40736,54.760685,26.192043,88.59252,257.23972,393.1003,4.6198707,38.634647,111.52966,346.84833,7.811414,87.38111,9.096573,1.435814,58.181595,1.0075388,1.1666982,3.3816667,10.637875,26.889544,17.091475,23.903898,330.59323,45.086357,23.814997,33.59123,11.445776,101.96741,7.0146284,83.694984,8.783468,65.07356,12.880207,18.655819,30.61111,9.193246,33.14633,23.20047,1.1084287,57.524956,9.984779,218.26622,6.914916,265.99332,20.105976,1117.8834,119.38827,2.9941678,9.555033,142.44678,178.43346,907.5521,926.2483 +2023-01-22 08:00:00,0.0,2232.941,38.225895,6.6110063,23.23403,24.460539,214.51839,26.979742,45.824844,17.831644,26.326633,240.59415,130.97998,13.689723,52.747093,3.8127277,2.924668,41.32888,74.27341,50.546,513.59955,31.007265,555.5941,133.64857,40.019745,103.88961,278.4381,77.05045,957.6344,257.18036,2350.1123,47.031277,2524.5942,540.8659,31.313303,26.120924,160.37216,231.5809,302.16476,798.90186,40.31183,18.263136,10.207274,479.97412,336.71423,92.57257,6.666162,584.1383,13.387255,593.27765,9.002698,30.635765,0.0,859.87024,1752.4806,0.27343294,63.77471,14.619954,10801.026,32.07864,1.315734,5.157706,15.69527,12.430054,4.186909,8.7611885,279.01868,43.45759,4.262049,0.7971765,4.813269,239.03429,0.7434145,146.59453,103.898926,2381.5405,149.80197,101.71929,178.49641,797.2396,65.114845,49.421223,1048.784,50.332737,81.75973,9.938332,27.082703,213.74146,11.894615,9.722263,57.703674,19.334574,4147.355,17.960705,31.526882,16.07813,12.433848,300.28137,57.041683,33.36828,8.714226,8.2069845,12.614768,54.442303,90.943245,45.65484,190.66312,18.738968,9.616733,52.609524,23.231022,31.162678,118.641136,13.821075,1.5072043,33.46292,12.03915,1394.4081,22.577112,0.5857066,49.815323,14.13588,132.09633,75.098564,96.520935,9.105854,99.32446,340.42007,234.865,31.271038,226.59604,60.446594,46.254322,69.13672,128.1708,19.297213,49.76244,473.09128,7.068156,13.024866,252.16235,21.973734,9.546808,42.24558,38.305866,436.69467,121.59301,166.57709,1757.5044,58.626587,1635.7837,1519.8173,10.192042,8.822849,1550.0178,19.345217,14.500986,405.1859,31.389517,54.733067,26.186249,88.5298,257.2208,393.01425,4.618129,38.619816,111.41333,346.79074,7.8064227,87.373344,9.093011,1.4355351,58.17917,1.0075834,1.1668559,3.3821826,10.636879,26.879957,17.087387,23.908602,330.04153,45.069893,23.801075,33.580647,11.439939,102.00134,7.0041223,83.80502,8.779033,65.05769,12.859077,18.620693,30.580555,9.191129,33.1126,23.16828,1.1081864,57.509914,9.983881,218.25833,6.9138765,265.92776,20.10159,1118.0885,119.360916,2.9938242,9.5531225,142.42035,178.40268,907.4815,926.3487 +2023-01-22 09:00:00,0.0,2232.3684,38.20944,6.6052504,23.18752,24.444113,214.40796,26.974113,45.810997,17.82921,26.322123,240.60153,130.97482,13.686146,52.73962,3.8194451,2.929499,41.309708,74.38719,50.59615,513.35913,31.042515,555.1208,133.66536,40.06958,103.99871,278.18936,77.06483,957.8754,257.1869,2349.247,47.061043,2523.9858,541.3759,31.34044,26.13756,160.52982,231.57811,302.19705,799.5107,40.310482,18.25207,10.206349,479.92505,336.95712,92.653046,6.6649675,584.20245,13.389462,593.27264,9.008762,30.638863,0.0,860.09906,1752.4924,0.27347434,63.723335,14.62058,10802.826,32.0911,1.3163923,5.156451,15.695522,12.440453,4.1911187,8.76154,279.10352,43.43526,4.260997,0.7974819,4.817442,239.27162,0.74283236,146.61172,103.834274,2382.8298,149.68716,101.74901,178.55174,797.2954,65.167046,49.455524,1049.5115,50.3237,81.76772,9.937845,27.09763,213.78827,11.89719,9.721233,57.7157,19.340548,4147.627,17.960546,31.549395,16.078943,12.439407,300.3441,57.055325,33.38609,8.716946,8.210317,12.611218,54.4397,90.97558,45.683266,190.684,18.739902,9.626873,52.62547,23.225565,31.142097,118.64965,13.806975,1.5069253,33.485363,12.036635,1393.6156,22.581335,0.58524483,49.867844,14.141219,132.12007,75.07487,96.50604,9.108488,99.34839,340.4354,234.84575,31.281,226.56575,60.402287,46.25148,69.13587,128.24205,19.309885,49.781845,473.0611,7.076136,13.0393095,252.26538,21.969414,9.54855,42.280426,38.332256,437.05295,121.66809,166.58502,1758.1863,58.544537,1635.6444,1519.5819,10.187379,8.815423,1549.6575,19.33683,14.491499,405.11142,31.371674,54.705444,26.180456,88.46708,257.20184,392.92822,4.616387,38.60498,111.297,346.7332,7.801431,87.36558,9.089449,1.4352562,58.176746,1.007628,1.1670135,3.3826988,10.635883,26.87037,17.083302,23.913307,329.48987,45.05343,23.787155,33.57006,11.434101,102.035286,6.9936156,83.915054,8.774597,65.04183,12.837949,18.58557,30.55,9.189012,33.07886,23.136087,1.1079439,57.49487,9.982983,218.25046,6.9128375,265.86224,20.097202,1118.2936,119.33357,2.9934804,9.551212,142.39392,178.3719,907.4109,926.4491 +2023-01-22 10:00:00,0.0,2231.796,38.19298,6.599495,23.14101,24.427689,214.29752,26.968487,45.79715,17.826777,26.31761,240.60892,130.96965,13.6825695,52.732147,3.8261626,2.93433,41.29054,74.500984,50.646294,513.11865,31.077763,554.6475,133.68214,40.11942,104.10781,277.94064,77.07919,958.11646,257.19342,2348.3818,47.09081,2523.3772,541.886,31.367579,26.154194,160.68748,231.57532,302.22934,800.1195,40.30914,18.241003,10.205425,479.87598,337.2,92.73353,6.663773,584.26666,13.391671,593.2676,9.014827,30.64196,0.0,860.3279,1752.5044,0.2735157,63.671955,14.621204,10804.626,32.103558,1.3170506,5.155197,15.695775,12.450851,4.195328,8.761892,279.1884,43.412933,4.2599444,0.7977873,4.8216147,239.50894,0.7422502,146.62892,103.76962,2384.1191,149.57236,101.778725,178.60707,797.35114,65.219246,49.489822,1050.2389,50.314663,81.77572,9.93736,27.112558,213.83507,11.899765,9.720204,57.72772,19.346523,4147.8994,17.96039,31.571909,16.079756,12.444965,300.4068,57.068966,33.403896,8.719665,8.213649,12.607669,54.437096,91.00791,45.711693,190.7049,18.740839,9.6370125,52.641415,23.220108,31.121515,118.658165,13.792876,1.5066465,33.50781,12.0341215,1392.8231,22.585558,0.584783,49.920364,14.146558,132.14381,75.05116,96.49115,9.111122,99.372314,340.4507,234.82648,31.29096,226.53546,60.357975,46.248642,69.135025,128.3133,19.322557,49.801247,473.03088,7.0841165,13.053753,252.36841,21.965094,9.550292,42.31527,38.35865,437.41125,121.74318,166.59297,1758.8684,58.462486,1635.505,1519.3467,10.182714,8.807998,1549.297,19.328444,14.482012,405.0369,31.35383,54.677822,26.174662,88.40436,257.18292,392.8422,4.614645,38.59015,111.180664,346.6756,7.79644,87.35781,9.085887,1.4349774,58.174324,1.0076725,1.1671712,3.3832147,10.634888,26.860785,17.079214,23.91801,328.93817,45.03696,23.773233,33.559475,11.428265,102.06922,6.9831095,84.02509,8.770162,65.02596,12.81682,18.550446,30.519444,9.186895,33.045124,23.103897,1.1077014,57.479828,9.982084,218.24257,6.9117985,265.79672,20.092815,1118.4987,119.30623,2.993137,9.549302,142.3675,178.34113,907.3402,926.5495 +2023-01-22 11:00:00,0.0,2231.2234,38.176525,6.5937395,23.0945,24.411264,214.18709,26.962858,45.783302,17.82434,26.313099,240.61632,130.96448,13.678993,52.724674,3.8328798,2.9391608,41.271366,74.61477,50.696438,512.87823,31.113012,554.1742,133.69893,40.16926,104.21691,277.6919,77.09357,958.35754,257.19995,2347.5166,47.120575,2522.7686,542.396,31.394716,26.17083,160.84514,231.57253,302.26163,800.7283,40.307796,18.229937,10.2045,479.8269,337.4429,92.814,6.6625786,584.3309,13.393879,593.2626,9.02089,30.645058,0.0,860.55664,1752.5162,0.27355707,63.62058,14.621829,10806.425,32.116016,1.3177088,5.1539426,15.696027,12.46125,4.1995378,8.762244,279.27322,43.390606,4.258892,0.79809266,4.825788,239.74628,0.74166805,146.64612,103.70497,2385.4087,149.45755,101.80844,178.66241,797.40686,65.27145,49.524124,1050.9663,50.30563,81.783714,9.936873,27.127485,213.88187,11.90234,9.719175,57.739742,19.352499,4148.1714,17.960232,31.594421,16.080568,12.450523,300.46954,57.082607,33.421707,8.722384,8.216982,12.604118,54.43449,91.040245,45.74012,190.72578,18.741774,9.647152,52.65736,23.214651,31.100935,118.66668,13.778777,1.5063676,33.530254,12.031607,1392.0306,22.58978,0.58432126,49.97288,14.151896,132.16756,75.027466,96.47626,9.113757,99.39623,340.46606,234.80722,31.300922,226.50517,60.313663,46.2458,69.13417,128.38455,19.33523,49.820652,473.0007,7.0920973,13.068196,252.47145,21.960773,9.552033,42.350117,38.38504,437.76956,121.81826,166.6009,1759.5503,58.380436,1635.3657,1519.1113,10.178051,8.800571,1548.9366,19.320057,14.472525,404.9624,31.335989,54.650204,26.168867,88.34164,257.164,392.75616,4.612903,38.575317,111.06434,346.61804,7.791449,87.350044,9.082325,1.4346986,58.1719,1.0077171,1.1673288,3.3837306,10.633892,26.851198,17.075127,23.922714,328.3865,45.020496,23.759312,33.548893,11.422427,102.10316,6.9726033,84.135124,8.765726,65.0101,12.795691,18.515322,30.488888,9.184778,33.011387,23.071707,1.107459,57.464783,9.981187,218.2347,6.910759,265.73117,20.088428,1118.7037,119.27888,2.992793,9.547392,142.34106,178.31035,907.2696,926.6499 +2023-01-22 12:00:00,0.0,2230.651,38.16007,6.5879836,23.047989,24.39484,214.07666,26.95723,45.76946,17.821907,26.308588,240.6237,130.95932,13.675417,52.7172,3.8395972,2.9439917,41.252197,74.72855,50.746582,512.63776,31.14826,553.7009,133.71571,40.219093,104.32601,277.44318,77.10794,958.5986,257.20648,2346.6514,47.15034,2522.1602,542.906,31.421854,26.187464,161.0028,231.56973,302.2939,801.3371,40.30645,18.21887,10.203575,479.7778,337.6858,92.89448,6.6613846,584.395,13.396087,593.25757,9.026955,30.648153,0.0,860.7855,1752.5282,0.27359846,63.5692,14.622454,10808.225,32.128475,1.3183672,5.152688,15.69628,12.471649,4.2037473,8.762596,279.35806,43.36828,4.2578397,0.7983981,4.829961,239.98361,0.7410859,146.6633,103.64032,2386.698,149.34274,101.83815,178.71774,797.46265,65.32364,49.558426,1051.6937,50.296593,81.79171,9.936387,27.142414,213.92868,11.904915,9.718145,57.751762,19.358473,4148.4434,17.960075,31.616936,16.08138,12.456082,300.53226,57.09625,33.439518,8.725104,8.220314,12.600569,54.431885,91.07258,45.768547,190.74667,18.74271,9.657291,52.673306,23.209194,31.080355,118.67519,13.764677,1.5060887,33.552696,12.029092,1391.2382,22.594004,0.58385944,50.025402,14.157235,132.19128,75.00376,96.461365,9.116391,99.42016,340.48138,234.78795,31.310884,226.4749,60.269356,46.24296,69.13332,128.4558,19.347902,49.840054,472.9705,7.1000776,13.082639,252.57448,21.956453,9.553775,42.38496,38.41143,438.12787,121.89335,166.60886,1760.2324,58.298386,1635.2264,1518.8761,10.173387,8.793145,1548.5762,19.31167,14.4630375,404.8879,31.318146,54.62258,26.163074,88.278915,257.14505,392.67014,4.611161,38.560482,110.948006,346.56046,7.7864575,87.34228,9.078763,1.4344196,58.16948,1.0077617,1.1674865,3.3842468,10.632896,26.841614,17.07104,23.92742,327.8348,45.004032,23.745392,33.538307,11.41659,102.1371,6.962097,84.24516,8.761291,64.99423,12.774562,18.480196,30.458332,9.182661,32.97765,23.039515,1.1072166,57.449738,9.9802885,218.2268,6.90972,265.66565,20.084042,1118.9088,119.25153,2.9924495,9.545482,142.31464,178.27957,907.1989,926.7503 +2023-01-22 13:00:00,0.0,2230.0784,38.143612,6.582228,23.00148,24.378414,213.96622,26.951603,45.75561,17.819471,26.304077,240.63109,130.95415,13.671841,52.70973,3.8463147,2.9488227,41.233025,74.84234,50.79673,512.39734,31.18351,553.2276,133.7325,40.268932,104.43511,277.19443,77.12231,958.8396,257.21304,2345.7861,47.180107,2521.5515,543.416,31.448992,26.204098,161.16046,231.56694,302.3262,801.9459,40.305107,18.207804,10.20265,479.72873,337.92868,92.97496,6.66019,584.4592,13.398294,593.2525,9.033019,30.65125,0.0,861.0143,1752.54,0.27363983,63.51782,14.623078,10810.024,32.140934,1.3190255,5.1514335,15.696532,12.482048,4.207957,8.762948,279.44293,43.345955,4.256787,0.7987035,4.8341336,240.22093,0.74050367,146.6805,103.575676,2387.9873,149.22794,101.86787,178.77307,797.5184,65.37584,49.592724,1052.4213,50.287556,81.7997,9.935902,27.157341,213.97548,11.907491,9.717116,57.763786,19.364449,4148.716,17.959917,31.639448,16.082193,12.46164,300.595,57.10989,33.457325,8.727823,8.223646,12.597018,54.429283,91.10491,45.796974,190.76755,18.743645,9.667432,52.689255,23.203737,31.059774,118.68371,13.750578,1.5058098,33.57514,12.026577,1390.4457,22.598227,0.5833977,50.077923,14.162575,132.21503,74.980064,96.44647,9.119026,99.444084,340.4967,234.76869,31.320845,226.44461,60.225044,46.24012,69.13248,128.52704,19.360575,49.85946,472.9403,7.108058,13.097082,252.6775,21.952133,9.555517,42.419804,38.43782,438.48618,121.96843,166.61679,1760.9144,58.216335,1635.0872,1518.6407,10.168723,8.785719,1548.2157,19.303286,14.453551,404.8134,31.300303,54.59496,26.15728,88.216194,257.12613,392.5841,4.609419,38.54565,110.83167,346.5029,7.7814665,87.33451,9.075202,1.4341408,58.167053,1.0078063,1.1676443,3.3847628,10.631901,26.832027,17.066952,23.932123,327.28314,44.987568,23.73147,33.52772,11.410753,102.171036,6.9515905,84.3552,8.756855,64.97837,12.753432,18.445072,30.427778,9.180544,32.943913,23.007324,1.1069741,57.434696,9.97939,218.21893,6.908681,265.60013,20.079655,1119.1139,119.22418,2.992106,9.543571,142.2882,178.24881,907.1283,926.85077 +2023-01-22 14:00:00,0.0,2229.5059,38.12716,6.5764728,22.95497,24.36199,213.85579,26.945974,45.741764,17.817038,26.299564,240.63849,130.94897,13.668264,52.702255,3.8530319,2.9536536,41.213856,74.95612,50.846874,512.15686,31.218758,552.75433,133.74928,40.318768,104.54421,276.9457,77.13668,959.0806,257.21957,2344.921,47.209873,2520.9429,543.9261,31.47613,26.220734,161.31812,231.56415,302.3585,802.55475,40.303764,18.196737,10.201725,479.67966,338.17157,93.055435,6.6589956,584.52344,13.400502,593.2475,9.0390835,30.654348,0.0,861.24316,1752.552,0.2736812,63.466442,14.623703,10811.823,32.153393,1.3196838,5.150179,15.696785,12.492447,4.2121663,8.7633,279.52777,43.323627,4.2557344,0.79900885,4.8383064,240.45827,0.7399215,146.6977,103.511024,2389.2766,149.11313,101.89758,178.8284,797.5741,65.42804,49.627026,1053.1487,50.278522,81.80769,9.935415,27.172268,214.02228,11.910066,9.716087,57.77581,19.370422,4148.988,17.95976,31.661963,16.083004,12.467198,300.6577,57.12353,33.475136,8.730543,8.226978,12.593469,54.426678,91.137245,45.825405,190.78844,18.744581,9.677571,52.7052,23.19828,31.039194,118.69222,13.736478,1.505531,33.597588,12.024062,1389.6532,22.602451,0.58293587,50.130444,14.167913,132.23877,74.95636,96.43158,9.12166,99.46801,340.51205,234.74942,31.330807,226.41432,60.180737,46.23728,69.13162,128.59828,19.373247,49.87886,472.9101,7.1160383,13.111526,252.78055,21.947811,9.557259,42.45465,38.46421,438.84448,122.04351,166.62474,1761.5964,58.134285,1634.9478,1518.4054,10.164059,8.778293,1547.8553,19.294899,14.444064,404.7389,31.28246,54.56734,26.151487,88.15347,257.10718,392.49808,4.607677,38.53082,110.71534,346.4453,7.7764754,87.326744,9.07164,1.433862,58.16463,1.0078509,1.1678019,3.3852787,10.630905,26.822441,17.062864,23.936829,326.73145,44.971104,23.71755,33.517136,11.404916,102.20497,6.9410844,84.46523,8.752419,64.9625,12.732304,18.409948,30.397223,9.178427,32.91018,22.975134,1.1067317,57.41965,9.978492,218.21104,6.9076414,265.53458,20.075268,1119.3188,119.19684,2.9917622,9.541661,142.26176,178.21803,907.0577,926.9512 +2023-01-22 15:00:00,0.0,2228.9336,38.110703,6.570717,22.90846,24.345566,213.74536,26.940346,45.727917,17.814604,26.295053,240.64587,130.94382,13.664688,52.694782,3.8597493,2.9584844,41.194683,75.069916,50.89702,511.9164,31.254005,552.281,133.76607,40.368607,104.65331,276.69696,77.151054,959.32166,257.2261,2344.0557,47.239643,2520.3345,544.4361,31.503267,26.237368,161.47578,231.56136,302.39078,803.1635,40.302418,18.18567,10.200801,479.63055,338.41446,93.13592,6.657801,584.58765,13.40271,593.24243,9.045147,30.657446,0.0,861.4719,1752.564,0.2737226,63.415062,14.624328,10813.623,32.165848,1.3203421,5.1489244,15.697038,12.502846,4.216376,8.763652,279.6126,43.3013,4.254682,0.79931426,4.8424797,240.69559,0.73933935,146.71489,103.44637,2390.566,148.99832,101.9273,178.88373,797.6299,65.48024,49.661327,1053.8761,50.269485,81.81569,9.93493,27.187195,214.06909,11.912641,9.715058,57.78783,19.376398,4149.2603,17.959602,31.684475,16.083817,12.472757,300.72043,57.137173,33.492943,8.733262,8.230311,12.589919,54.424072,91.16958,45.853832,190.80933,18.745516,9.687711,52.721146,23.192823,31.018612,118.700745,13.722379,1.505252,33.62003,12.021547,1388.8607,22.606674,0.5824741,50.182964,14.173252,132.26251,74.93266,96.41669,9.124294,99.491936,340.52737,234.73016,31.340767,226.38403,60.136425,46.23444,69.130775,128.66953,19.38592,49.898266,472.87988,7.124019,13.125968,252.88358,21.943491,9.559001,42.489494,38.4906,439.2028,122.1186,166.63268,1762.2783,58.052235,1634.8085,1518.1702,10.159395,8.770866,1547.4949,19.286512,14.434577,404.6644,31.264618,54.53972,26.145693,88.09075,257.08826,392.41205,4.605935,38.515984,110.599014,346.38776,7.771484,87.31898,9.068078,1.433583,58.16221,1.0078955,1.1679596,3.3857949,10.6299095,26.812855,17.058777,23.941532,326.17978,44.954636,23.703629,33.506554,11.399078,102.238914,6.930578,84.57527,8.747984,64.94664,12.711175,18.374825,30.366667,9.176311,32.876442,22.942944,1.1064892,57.40461,9.977593,218.20316,6.9066024,265.46906,20.07088,1119.5239,119.16949,2.9914186,9.539751,142.23534,178.18726,906.987,927.0516 +2023-01-22 16:00:00,0.0,2228.361,38.094246,6.5649614,22.86195,24.32914,213.63492,26.93472,45.714073,17.812168,26.290543,240.65326,130.93864,13.661112,52.68731,3.8664668,2.9633155,41.175514,75.1837,50.947163,511.67596,31.289255,551.80774,133.78285,40.418446,104.76241,276.44824,77.16542,959.56274,257.23264,2343.1904,47.26941,2519.7258,544.9461,31.530405,26.254004,161.63344,231.55856,302.42307,803.77234,40.301075,18.174604,10.199876,479.58148,338.65735,93.21639,6.656607,584.65186,13.404918,593.2374,9.051211,30.660543,0.0,861.7008,1752.5758,0.27376395,63.36368,14.624952,10815.423,32.178307,1.3210003,5.1476703,15.69729,12.513245,4.2205853,8.764005,279.69745,43.278973,4.2536297,0.7996197,4.8466525,240.93292,0.7387572,146.73207,103.38172,2391.8552,148.88351,101.957016,178.93907,797.6856,65.53244,49.695625,1054.6035,50.26045,81.823685,9.934443,27.202124,214.11589,11.9152155,9.714028,57.799854,19.382374,4149.532,17.959446,31.70699,16.08463,12.478315,300.78317,57.150814,33.510754,8.735982,8.233644,12.586369,54.42147,91.20191,45.88226,190.83022,18.74645,9.69785,52.73709,23.187366,30.998032,118.70926,13.70828,1.504973,33.642475,12.0190325,1388.0682,22.610897,0.5820123,50.235485,14.178591,132.28624,74.90896,96.401794,9.126929,99.51586,340.5427,234.71089,31.350729,226.35374,60.092113,46.2316,69.12992,128.74078,19.398592,49.917667,472.8497,7.1319995,13.140411,252.9866,21.93917,9.560742,42.52434,38.516994,439.56107,122.19368,166.64062,1762.9604,57.970184,1634.6692,1517.9348,10.154731,8.763441,1547.1345,19.278126,14.42509,404.58987,31.246775,54.512096,26.139898,88.02803,257.0693,392.32602,4.604193,38.501152,110.48268,346.33017,7.766493,87.31121,9.064516,1.4333042,58.159786,1.00794,1.1681172,3.3863108,10.628914,26.803268,17.05469,23.946236,325.62808,44.93817,23.689709,33.495968,11.393241,102.27285,6.920072,84.68531,8.743548,64.93077,12.690045,18.339699,30.336111,9.174193,32.842705,22.910751,1.1062467,57.389565,9.976695,218.19528,6.9055634,265.4035,20.066496,1119.729,119.14214,2.991075,9.537841,142.20891,178.15648,906.9164,927.152 +2023-01-22 17:00:00,0.0,2227.7886,38.07779,6.559206,22.815441,24.312716,213.52449,26.92909,45.700226,17.809734,26.286032,240.66066,130.93347,13.657535,52.679836,3.873184,2.9681463,41.156345,75.297485,50.997307,511.43552,31.324503,551.3344,133.79965,40.46828,104.87151,276.1995,77.179794,959.8038,257.23917,2342.3252,47.299175,2519.1172,545.4562,31.557543,26.270638,161.7911,231.55579,302.45535,804.38116,40.299732,18.163538,10.198951,479.5324,338.90024,93.29687,6.6554127,584.716,13.407125,593.23236,9.057276,30.66364,0.0,861.92957,1752.5878,0.27380532,63.312305,14.625578,10817.222,32.190765,1.3216586,5.1464157,15.697543,12.523643,4.224795,8.764357,279.78232,43.256645,4.2525773,0.799925,4.8508253,241.17024,0.73817503,146.74927,103.31707,2393.1445,148.7687,101.986725,178.9944,797.7414,65.58464,49.729927,1055.3309,50.251415,81.83168,9.933957,27.21705,214.16269,11.91779,9.712999,57.81188,19.388348,4149.804,17.959288,31.729504,16.085442,12.483873,300.8459,57.164455,33.52856,8.738701,8.236976,12.582819,54.418865,91.234245,45.910686,190.8511,18.747387,9.707991,52.753036,23.181908,30.977451,118.71777,13.69418,1.5046942,33.66492,12.016518,1387.2758,22.61512,0.5815505,50.288002,14.183929,132.30998,74.88526,96.3869,9.129563,99.53979,340.55804,234.69164,31.36069,226.32346,60.047806,46.22876,69.129074,128.81203,19.411264,49.937073,472.8195,7.13998,13.154855,253.08965,21.93485,9.562485,42.559185,38.543385,439.91937,122.26877,166.64857,1763.6425,57.888134,1634.5298,1517.6996,10.150067,8.756015,1546.774,19.26974,14.415603,404.51538,31.228931,54.484478,26.134106,87.96531,257.05038,392.24,4.6024513,38.486317,110.36635,346.2726,7.761502,87.303444,9.060954,1.4330254,58.15736,1.0079846,1.1682749,3.3868268,10.627918,26.793682,17.050602,23.950941,325.0764,44.921707,23.675787,33.485382,11.387404,102.306786,6.9095654,84.79534,8.739113,64.91491,12.668917,18.304575,30.305555,9.172076,32.808968,22.878561,1.1060044,57.37452,9.975797,218.1874,6.904524,265.33798,20.062109,1119.9341,119.1148,2.9907312,9.535931,142.18248,178.1257,906.8457,927.2524 +2023-01-22 18:00:00,0.0,2227.216,38.061333,6.5534506,22.76893,24.296291,213.41406,26.923462,45.68638,17.8073,26.281519,240.66805,130.92831,13.653958,52.672363,3.8799014,2.9729772,41.137173,75.41127,51.047455,511.19507,31.359753,550.86115,133.81644,40.51812,104.98061,275.95078,77.19417,960.0448,257.24573,2341.46,47.32894,2518.5085,545.9662,31.58468,26.287273,161.94876,231.553,302.48764,804.99,40.298386,18.152472,10.198026,479.48334,339.14313,93.37735,6.654218,584.7802,13.409333,593.22736,9.06334,30.666737,0.0,862.15845,1752.5996,0.27384672,63.260925,14.626203,10819.021,32.203224,1.3223169,5.145161,15.697796,12.534041,4.2290044,8.7647085,279.86716,43.23432,4.251525,0.80023044,4.854998,241.40758,0.7375929,146.76646,103.25242,2394.4338,148.6539,102.01645,179.04973,797.7971,65.63684,49.764225,1056.0583,50.24238,81.839676,9.933472,27.231977,214.2095,11.920365,9.71197,57.8239,19.394323,4150.0767,17.959131,31.752016,16.086254,12.489431,300.9086,57.178097,33.54637,8.741421,8.240308,12.579268,54.41626,91.26657,45.939114,190.872,18.748322,9.71813,52.768982,23.17645,30.956871,118.72629,13.68008,1.5044153,33.687363,12.014003,1386.4833,22.619343,0.5810887,50.340523,14.189268,132.33372,74.86156,96.37201,9.132197,99.563705,340.57336,234.67236,31.370651,226.29317,60.003494,46.22592,69.12823,128.88327,19.423937,49.956474,472.7893,7.1479607,13.169297,253.19267,21.93053,9.564226,42.594032,38.569775,440.27768,122.34385,166.65651,1764.3245,57.806084,1634.3905,1517.4642,10.145403,8.748589,1546.4136,19.261354,14.406116,404.4409,31.21109,54.456856,26.128311,87.90259,257.03143,392.15396,4.6007094,38.471485,110.250015,346.21503,7.7565103,87.29568,9.057392,1.4327465,58.154938,1.0080292,1.1684326,3.3873427,10.626923,26.784098,17.046515,23.955645,324.52472,44.905243,23.661867,33.4748,11.381567,102.34073,6.8990593,84.90538,8.734677,64.89904,12.647787,18.269451,30.275,9.169959,32.77523,22.84637,1.1057619,57.359478,9.974898,218.17952,6.903485,265.27246,20.057722,1120.1392,119.08745,2.9903877,9.53402,142.15605,178.09492,906.7751,927.35284 +2023-01-22 19:00:00,0.0,2226.6436,38.044876,6.5476947,22.722422,24.279865,213.30362,26.917835,45.67253,17.804865,26.277008,240.67543,130.92314,13.650382,52.66489,3.8866189,2.9778082,41.118004,75.52506,51.0976,510.95462,31.395,550.3878,133.83322,40.567955,105.089714,275.70203,77.20854,960.2858,257.25226,2340.5947,47.358707,2517.9001,546.4762,31.611818,26.303907,162.10641,231.5502,302.51993,805.5988,40.297043,18.141405,10.197101,479.43423,339.38602,93.457825,6.6530237,584.8444,13.411541,593.22235,9.069404,30.669834,0.0,862.3872,1752.6116,0.27388808,63.20955,14.626827,10820.821,32.215683,1.3229752,5.1439066,15.698048,12.54444,4.233214,8.76506,279.952,43.211994,4.250472,0.80053586,4.8591714,241.6449,0.7370107,146.78366,103.18777,2395.7234,148.5391,102.046165,179.10506,797.85284,65.68903,49.798527,1056.7858,50.23334,81.84767,9.932985,27.246906,214.2563,11.92294,9.71094,57.835922,19.400297,4150.3486,17.958973,31.77453,16.087067,12.49499,300.97134,57.19174,33.56418,8.744141,8.243641,12.575719,54.413654,91.298904,45.96754,190.89288,18.749258,9.72827,52.784927,23.170994,30.936289,118.7348,13.665981,1.5041364,33.70981,12.011488,1385.6908,22.623566,0.5806269,50.393044,14.194607,132.35747,74.83786,96.35712,9.134832,99.58763,340.58868,234.6531,31.380613,226.26288,59.959187,46.22308,69.12737,128.95451,19.43661,49.97588,472.7591,7.155941,13.183741,253.2957,21.92621,9.565968,42.628876,38.596165,440.636,122.41893,166.66446,1765.0065,57.724033,1634.2512,1517.2289,10.140739,8.741162,1546.0532,19.252968,14.396628,404.36636,31.193247,54.429234,26.122519,87.839874,257.0125,392.06793,4.5989676,38.456654,110.13368,346.15747,7.751519,87.28791,9.05383,1.4324676,58.152515,1.0080738,1.1685902,3.3878589,10.625927,26.774511,17.042427,23.96035,323.97302,44.88878,23.647945,33.464214,11.37573,102.374664,6.888553,85.01541,8.730242,64.88318,12.626658,18.234327,30.244444,9.167843,32.741493,22.814178,1.1055194,57.344433,9.974,218.17163,6.902446,265.2069,20.053335,1120.3442,119.060104,2.9900439,9.53211,142.12962,178.06415,906.70447,927.45325 +2023-01-22 20:00:00,0.0,2226.071,38.028423,6.5419393,22.67591,24.263441,213.19319,26.912207,45.658688,17.802431,26.272497,240.68283,130.91797,13.646806,52.657417,3.893336,2.982639,41.09883,75.63885,51.147743,510.71417,31.43025,549.91455,133.85,40.617794,105.198814,275.4533,77.22291,960.52686,257.2588,2339.7295,47.388474,2517.2915,546.9862,31.638956,26.320543,162.26408,231.54741,302.55222,806.2076,40.2957,18.130339,10.196177,479.38516,339.6289,93.5383,6.6518292,584.90857,13.413749,593.2173,9.075468,30.672932,0.0,862.616,1752.6234,0.27392945,63.15817,14.627452,10822.62,32.22814,1.3236334,5.142652,15.6983,12.554839,4.2374234,8.765412,280.03687,43.189667,4.2494197,0.8008412,4.863344,241.88223,0.73642856,146.80084,103.12312,2397.0127,148.42429,102.07588,179.16039,797.9086,65.741234,49.83283,1057.5132,50.224308,81.85567,9.9325,27.261833,214.30312,11.925516,9.709911,57.847946,19.406273,4150.621,17.958817,31.797043,16.08788,12.500548,301.03406,57.20538,33.58199,8.74686,8.246973,12.572168,54.411053,91.33124,45.995968,190.91377,18.750193,9.73841,52.800873,23.165537,30.915709,118.74332,13.651881,1.5038575,33.732254,12.008973,1384.8983,22.62779,0.58016515,50.445564,14.199946,132.3812,74.814156,96.342224,9.137466,99.61156,340.60403,234.63383,31.390574,226.2326,59.914875,46.22024,69.126526,129.02576,19.449282,49.99528,472.7289,7.1639214,13.198184,253.39874,21.92189,9.56771,42.66372,38.622555,440.9943,122.49402,166.6724,1765.6885,57.641983,1634.1118,1516.9937,10.136075,8.733736,1545.6927,19.244581,14.387142,404.29187,31.175404,54.401615,26.116724,87.77715,256.99356,391.9819,4.5972257,38.44182,110.01736,346.09988,7.746528,87.28014,9.050269,1.4321887,58.150093,1.0081184,1.1687479,3.3883748,10.624931,26.764925,17.03834,23.965054,323.42136,44.87231,23.634024,33.45363,11.369892,102.4086,6.878047,85.12545,8.725806,64.86731,12.60553,18.199202,30.213888,9.165726,32.70776,22.781988,1.105277,57.329388,9.973102,218.16376,6.9014063,265.1414,20.048948,1120.5493,119.03275,2.9897003,9.530201,142.1032,178.03339,906.6338,927.55365 +2023-01-22 21:00:00,0.0,2225.4985,38.011967,6.536184,22.629402,24.247017,213.08276,26.906578,45.64484,17.799995,26.267986,240.69022,130.91281,13.6432295,52.649944,3.9000535,2.98747,41.079662,75.75263,51.197887,510.47372,31.465498,549.4412,133.86679,40.66763,105.307915,275.20456,77.23728,960.7679,257.26532,2338.8643,47.41824,2516.6829,547.4963,31.666094,26.337177,162.42174,231.54462,302.5845,806.8164,40.294353,18.119272,10.195251,479.3361,339.8718,93.61878,6.6506352,584.9728,13.4159565,593.2123,9.0815325,30.67603,0.0,862.84485,1752.6354,0.27397084,63.10679,14.628077,10824.42,32.2406,1.3242918,5.1413975,15.698553,12.565238,4.241633,8.765764,280.1217,43.16734,4.2483673,0.8011466,4.867517,242.11955,0.7358464,146.81804,103.05847,2398.302,148.30948,102.10559,179.21573,797.96436,65.793434,49.867126,1058.2406,50.21527,81.86366,9.9320135,27.27676,214.34991,11.928091,9.708882,57.859966,19.412249,4150.893,17.958658,31.819557,16.088692,12.506106,301.09677,57.21902,33.5998,8.749579,8.250305,12.568619,54.408447,91.36357,46.024395,190.93466,18.75113,9.748549,52.81682,23.16008,30.895128,118.75183,13.637782,1.5035787,33.754696,12.006458,1384.1058,22.632013,0.57970333,50.498085,14.205285,132.40494,74.79046,96.32733,9.140101,99.63548,340.61935,234.61458,31.400536,226.20232,59.870564,46.2174,69.12568,129.09702,19.461954,50.014687,472.6987,7.171902,13.212626,253.50177,21.91757,9.569451,42.698566,38.648945,441.3526,122.5691,166.68034,1766.3705,57.559933,1633.9725,1516.7583,10.131411,8.726311,1545.3324,19.236195,14.377655,404.21735,31.15756,54.373993,26.110931,87.71443,256.97464,391.89587,4.595484,38.426987,109.901024,346.04233,7.7415366,87.27238,9.046707,1.4319099,58.14767,1.008163,1.1689055,3.3888907,10.623936,26.755339,17.034252,23.969759,322.86966,44.855846,23.620104,33.443043,11.364056,102.44254,6.8675404,85.23549,8.721371,64.85145,12.5844,18.164078,30.183332,9.163609,32.674023,22.749798,1.1050345,57.314346,9.972203,218.15587,6.9003673,265.07587,20.044561,1120.7544,119.00541,2.9893568,9.528291,142.07677,178.00261,906.5632,927.65405 +2023-01-22 22:00:00,0.0,2224.926,37.99551,6.530428,22.582891,24.230593,212.97232,26.900951,45.630993,17.797562,26.263474,240.6976,130.90764,13.639653,52.64247,3.906771,2.992301,41.06049,75.86642,51.248035,510.23328,31.500748,548.96796,133.88358,40.71747,105.417015,274.95584,77.251656,961.009,257.27185,2337.9988,47.44801,2516.0745,548.0063,31.693232,26.353813,162.57939,231.54182,302.6168,807.42523,40.29301,18.108206,10.194326,479.28702,340.1147,93.69926,6.649441,585.037,13.418165,593.2072,9.087597,30.679125,0.0,863.07367,1752.6473,0.2740122,63.055412,14.628701,10826.22,32.253056,1.3249501,5.1401434,15.698806,12.575637,4.2458425,8.766116,280.20654,43.14501,4.247315,0.80145204,4.87169,242.35689,0.73526424,146.83524,102.99382,2399.5913,148.19467,102.13531,179.27106,798.0201,65.845634,49.90143,1058.9681,50.206234,81.87166,9.931527,27.291689,214.39671,11.930666,9.707852,57.87199,19.418222,4151.1655,17.958502,31.84207,16.089504,12.511665,301.15952,57.232662,33.617607,8.752298,8.253637,12.565069,54.40584,91.395905,46.052822,190.95555,18.752064,9.758689,52.832764,23.154623,30.874548,118.760345,13.623683,1.5032997,33.77714,12.003943,1383.3134,22.636236,0.5792416,50.550606,14.210624,132.42868,74.766754,96.31244,9.1427355,99.65941,340.63467,234.5953,31.410496,226.17203,59.826256,46.21456,69.124825,129.16826,19.474627,50.03409,472.6685,7.1798825,13.22707,253.6048,21.91325,9.571194,42.73341,38.67534,441.7109,122.64419,166.68828,1767.0525,57.477882,1633.8333,1516.5231,10.126747,8.718884,1544.9719,19.227808,14.368168,404.14285,31.139719,54.34637,26.105137,87.65171,256.9557,391.80984,4.593742,38.412155,109.78469,345.98474,7.7365456,87.26461,9.043145,1.4316311,58.145245,1.0082076,1.1690632,3.389407,10.62294,26.745752,17.030165,23.974463,322.318,44.839382,23.606182,33.43246,11.358218,102.47648,6.857034,85.34552,8.716935,64.83558,12.5632715,18.128954,30.152777,9.161491,32.640285,22.717607,1.1047921,57.2993,9.971305,218.148,6.899328,265.0103,20.040174,1120.9595,118.97806,2.989013,9.526381,142.05034,177.97183,906.4925,927.75446 +2023-01-22 23:00:00,0.0,2224.3535,37.979053,6.5246725,22.536383,24.214167,212.8619,26.895323,45.617146,17.795128,26.258963,240.705,130.90247,13.636077,52.635,3.9134881,2.9971318,41.04132,75.98021,51.29818,509.99283,31.535995,548.4946,133.90036,40.767307,105.526115,274.7071,77.26602,961.25,257.2784,2337.1335,47.477776,2515.4658,548.5163,31.72037,26.370447,162.73706,231.53903,302.64908,808.03406,40.291668,18.097137,10.193401,479.2379,340.35757,93.77973,6.6482463,585.1012,13.420373,593.2022,9.09366,30.682222,0.0,863.3024,1752.6592,0.27405357,63.004032,14.629326,10828.019,32.265514,1.3256084,5.138889,15.699059,12.586036,4.250052,8.766468,280.29138,43.122684,4.2462626,0.8017574,4.875863,242.59422,0.7346821,146.85243,102.92917,2400.8806,148.07986,102.16502,179.32639,798.07587,65.897835,49.93573,1059.6956,50.1972,81.879654,9.931042,27.306616,214.44353,11.933241,9.706823,57.88401,19.424198,4151.4375,17.958344,31.864584,16.090317,12.517223,301.22223,57.246304,33.635418,8.755018,8.256969,12.561519,54.403236,91.42824,46.08125,190.97644,18.753,9.768828,52.84871,23.149166,30.853968,118.76886,13.609583,1.5030208,33.799583,12.001429,1382.5209,22.64046,0.57877976,50.603127,14.215962,132.45241,74.74306,96.29755,9.14537,99.683334,340.65002,234.57605,31.420458,226.14174,59.781944,46.21172,69.12398,129.2395,19.487299,50.053493,472.6383,7.187863,13.241513,253.70784,21.90893,9.572935,42.768257,38.70173,442.06918,122.71927,166.69623,1767.7345,57.395832,1633.6938,1516.2877,10.122083,8.711458,1544.6115,19.219421,14.358681,404.06836,31.121876,54.318752,26.099342,87.58899,256.93677,391.72382,4.5919995,38.39732,109.66836,345.9272,7.7315545,87.25684,9.039583,1.4313521,58.142822,1.0082521,1.1692209,3.3899229,10.621944,26.736166,17.026077,23.979166,321.7663,44.822918,23.592262,33.421875,11.352381,102.510414,6.846528,85.45556,8.7125,64.81972,12.542142,18.09383,30.122221,9.159375,32.60655,22.685415,1.1045496,57.28426,9.970407,218.1401,6.8982887,264.9448,20.035788,1121.1644,118.950714,2.9886694,9.52447,142.02391,177.94106,906.4219,927.8549 +2023-01-23 00:00:00,0.0,2223.781,37.962597,6.518917,22.489872,24.197742,212.75146,26.889694,45.603302,17.792692,26.254452,240.71239,130.89731,13.632501,52.627525,3.9202056,3.0019627,41.022152,76.093994,51.348324,509.75238,31.571245,548.02136,133.91714,40.817142,105.635216,274.45837,77.280396,961.491,257.28494,2336.2683,47.50754,2514.8572,549.0263,31.747507,26.387083,162.89471,231.53624,302.68137,808.6428,40.29032,18.086071,10.192476,479.18884,340.60046,93.860214,6.647052,585.1654,13.422581,593.19714,9.099725,30.68532,0.0,863.53125,1752.6711,0.27409497,62.952652,14.6299515,10829.818,32.277973,1.3262666,5.1376343,15.699311,12.596435,4.2542615,8.766821,280.37625,43.10036,4.24521,0.8020628,4.880036,242.83154,0.73409986,146.86963,102.86452,2402.17,147.96506,102.19474,179.38171,798.1316,65.950035,49.970028,1060.423,50.188164,81.88765,9.930555,27.321543,214.49033,11.935816,9.705794,57.896034,19.430172,4151.7095,17.958187,31.887096,16.09113,12.522781,301.28494,57.259945,33.653225,8.757737,8.260303,12.557969,54.400635,91.46057,46.109676,190.99733,18.753935,9.778969,52.864655,23.14371,30.833385,118.777374,13.595484,1.5027419,33.82203,11.998914,1381.7284,22.644682,0.578318,50.655643,14.221301,132.47615,74.71935,96.28265,9.148005,99.70726,340.66534,234.5568,31.430418,226.11145,59.737637,46.20888,69.12313,129.31075,19.499971,50.072895,472.6081,7.1958437,13.255957,253.81087,21.90461,9.574677,42.8031,38.72812,442.4275,122.79435,166.70416,1768.4166,57.31378,1633.5546,1516.0524,10.117419,8.704032,1544.2511,19.211037,14.349194,403.99384,31.104033,54.29113,26.09355,87.52627,256.91782,391.6378,4.5902576,38.38249,109.552025,345.8696,7.726563,87.24908,9.036021,1.4310733,58.1404,1.0082967,1.1693785,3.3904388,10.620949,26.726582,17.02199,23.983871,321.21463,44.80645,23.57834,33.41129,11.346544,102.54436,6.836022,85.56559,8.708065,64.80385,12.521013,18.058704,30.091667,9.157258,32.57281,22.653225,1.1043072,57.269215,9.969508,218.13223,6.8972497,264.87927,20.0314,1121.3695,118.92337,2.9883256,9.52256,141.99748,177.91028,906.35126,927.9553 +2023-01-23 01:00:00,0.0,2223.2085,37.94614,6.513161,22.443361,24.181318,212.64102,26.884068,45.589455,17.790258,26.24994,240.71977,130.89214,13.628924,52.620052,3.926923,3.0067937,41.00298,76.20778,51.398468,509.51193,31.606493,547.54803,133.93393,40.86698,105.744316,274.20966,77.29477,961.73206,257.29147,2335.403,47.537308,2514.2488,549.5364,31.774645,26.403717,163.05237,231.53345,302.71365,809.25165,40.28898,18.075005,10.191552,479.13977,340.84335,93.94069,6.645858,585.22955,13.424788,593.19214,9.105789,30.688417,0.0,863.7601,1752.683,0.27413633,62.901276,14.630576,10831.618,32.290432,1.3269249,5.1363797,15.699564,12.606833,4.258471,8.767173,280.4611,43.078033,4.2441573,0.8023682,4.8842087,243.06888,0.7335177,146.88681,102.799866,2403.4592,147.85025,102.22446,179.43704,798.1874,66.002235,50.00433,1061.1504,50.179127,81.895645,9.930069,27.336472,214.53712,11.938391,9.704765,57.90806,19.436148,4151.982,17.958029,31.90961,16.09194,12.52834,301.3477,57.273586,33.671036,8.760457,8.263635,12.554419,54.39803,91.492905,46.138103,191.01822,18.754871,9.789108,52.8806,23.138252,30.812805,118.7859,13.581385,1.502463,33.844475,11.996399,1380.9359,22.648907,0.5778562,50.708164,14.22664,132.4999,74.695656,96.26776,9.150639,99.73118,340.68066,234.53752,31.44038,226.08116,59.693325,46.20604,69.12228,129.38199,19.512644,50.0923,472.5779,7.203824,13.270399,253.9139,21.90029,9.576419,42.837948,38.75451,442.7858,122.86944,166.71211,1769.0986,57.23173,1633.4153,1515.8171,10.112755,8.696606,1543.8906,19.20265,14.339706,403.91934,31.08619,54.263508,26.087755,87.46355,256.8989,391.55176,4.5885158,38.367653,109.4357,345.81204,7.721572,87.24131,9.032459,1.4307945,58.137978,1.0083413,1.1695362,3.390955,10.619953,26.716995,17.017902,23.988575,320.66293,44.789986,23.56442,33.400707,11.340707,102.57829,6.8255153,85.67563,8.7036295,64.78799,12.499885,18.02358,30.061111,9.155141,32.539074,22.621035,1.1040647,57.25417,9.96861,218.12434,6.8962107,264.81372,20.027014,1121.5746,118.89602,2.987982,9.52065,141.97105,177.8795,906.2806,928.0557 +2023-01-23 02:00:00,0.0,2222.636,37.929688,6.5074058,22.396852,24.164892,212.5306,26.878439,45.575607,17.787825,26.245428,240.72717,130.88696,13.625347,52.61258,3.9336402,3.0116246,40.98381,76.32156,51.448616,509.27148,31.641743,547.07477,133.95071,40.916817,105.85342,273.9609,77.309135,961.9731,257.298,2334.5378,47.567074,2513.6401,550.0464,31.801783,26.420353,163.21005,231.53065,302.74594,809.8605,40.287636,18.063938,10.190627,479.0907,341.08624,94.021164,6.6446633,585.2937,13.426996,593.18713,9.111854,30.691515,0.0,863.9889,1752.695,0.2741777,62.849895,14.631201,10833.417,32.30289,1.3275832,5.135125,15.699816,12.617232,4.2626805,8.767525,280.54593,43.055706,4.243105,0.8026736,4.8883815,243.3062,0.73293555,146.904,102.735214,2404.7485,147.73544,102.254166,179.49239,798.2431,66.05443,50.03863,1061.8778,50.170094,81.90364,9.929584,27.351397,214.58394,11.940966,9.703735,57.92008,19.442123,4152.254,17.957872,31.932123,16.092752,12.533898,301.4104,57.287228,33.688843,8.763177,8.266967,12.550869,54.395424,91.52524,46.16653,191.03911,18.755806,9.799248,52.896545,23.132795,30.792225,118.79441,13.567285,1.5021842,33.866917,11.993884,1380.1434,22.65313,0.5773944,50.760685,14.231978,132.52364,74.67195,96.25287,9.153273,99.755104,340.696,234.51826,31.450342,226.05087,59.649014,46.2032,69.12143,129.45325,19.525316,50.111702,472.5477,7.2118044,13.2848425,254.01694,21.89597,9.57816,42.87279,38.7809,443.1441,122.94452,166.72005,1769.7805,57.14968,1633.276,1515.5818,10.108091,8.68918,1543.5303,19.194263,14.330219,403.84485,31.068348,54.23589,26.081963,87.400826,256.87994,391.46573,4.586774,38.35282,109.31937,345.75446,7.716581,87.23354,9.028897,1.4305156,58.135555,1.0083859,1.1696938,3.391471,10.618957,26.707409,17.013815,23.99328,320.11127,44.77352,23.550499,33.39012,11.334869,102.61223,6.815009,85.78567,8.699194,64.77212,12.478755,17.988457,30.030556,9.153024,32.50534,22.588842,1.1038222,57.23913,9.967711,218.11647,6.895171,264.7482,20.022627,1121.7797,118.868675,2.9876385,9.51874,141.94463,177.84872,906.20996,928.1561 +2023-01-23 03:00:00,0.0,2222.0637,37.91323,6.5016503,22.350342,24.148468,212.42017,26.87281,45.56176,17.785389,26.240917,240.73456,130.8818,13.621771,52.605106,3.9403577,3.0164554,40.964638,76.435356,51.49876,509.03104,31.67699,546.60144,133.9675,40.966656,105.96252,273.7122,77.32351,962.2142,257.30453,2333.6726,47.59684,2513.0315,550.5564,31.82892,26.436987,163.3677,231.52786,302.77823,810.4693,40.28629,18.052872,10.189702,479.0416,341.32913,94.10165,6.643469,585.358,13.429204,593.18207,9.117917,30.694613,0.0,864.21765,1752.7068,0.2742191,62.798515,14.631825,10835.217,32.31535,1.3282415,5.1338706,15.700068,12.627631,4.26689,8.767877,280.6308,43.03338,4.2420526,0.802979,4.8925548,243.54353,0.7323534,146.9212,102.67056,2406.038,147.62064,102.28388,179.54771,798.2988,66.10663,50.07293,1062.6052,50.161057,81.91164,9.929097,27.366323,214.63074,11.943541,9.702706,57.932102,19.448097,4152.5264,17.957714,31.954638,16.093565,12.539456,301.4731,57.30087,33.706654,8.765896,8.270299,12.547319,54.392822,91.55757,46.19496,191.06,18.756742,9.809387,52.912495,23.127338,30.771645,118.802925,13.553185,1.5019052,33.889362,11.991369,1379.351,22.657352,0.5769326,50.813206,14.237318,132.54736,74.648254,96.237976,9.155908,99.77903,340.71133,234.499,31.460302,226.0206,59.604706,46.20036,69.12058,129.52449,19.537989,50.131107,472.51752,7.2197847,13.299286,254.11996,21.89165,9.579903,42.90764,38.80729,443.5024,123.01961,166.728,1770.4625,57.06763,1633.1366,1515.3466,10.103427,8.681754,1543.1698,19.185877,14.320733,403.77032,31.050505,54.208267,26.076168,87.338104,256.86102,391.3797,4.585032,38.33799,109.20303,345.6969,7.7115893,87.22578,9.025336,1.4302367,58.13313,1.0084305,1.1698515,3.3919868,10.617961,26.697823,17.009727,23.997984,319.55957,44.757057,23.53658,33.379536,11.329032,102.64617,6.804503,85.8957,8.694758,64.756256,12.457626,17.953333,30.0,9.150907,32.471603,22.556652,1.1035799,57.224083,9.966814,218.10858,6.894132,264.68268,20.018242,1121.9847,118.841324,2.9872947,9.5168295,141.91818,177.81796,906.1393,928.25653 +2023-01-23 04:00:00,0.0,2221.4912,37.896774,6.495895,22.303833,24.132044,212.30972,26.867184,45.547916,17.782955,26.236406,240.74194,130.87663,13.618195,52.597633,3.9470751,3.0212865,40.94547,76.54914,51.548904,508.7906,31.71224,546.1281,133.98428,41.016495,106.07162,273.46344,77.33788,962.4552,257.3111,2332.8074,47.626606,2512.4229,551.06647,31.856058,26.453623,163.52538,231.52507,302.81052,811.0781,40.284946,18.041805,10.188777,478.99252,341.57202,94.18212,6.6422744,585.4221,13.431412,593.17706,9.123981,30.697708,0.0,864.44653,1752.7188,0.27426046,62.74714,14.63245,10837.017,32.32781,1.3288999,5.1326165,15.700321,12.63803,4.2710996,8.768229,280.71564,43.01105,4.241,0.8032844,4.8967276,243.78085,0.73177123,146.9384,102.60591,2407.3274,147.50581,102.3136,179.60304,798.3546,66.15883,50.10723,1063.3326,50.15202,81.91963,9.928612,27.381252,214.67754,11.9461155,9.701677,57.944126,19.454073,4152.7983,17.957558,31.97715,16.094378,12.545014,301.53586,57.31451,33.72446,8.768616,8.273632,12.543769,54.390217,91.589905,46.22339,191.08089,18.757677,9.819528,52.92844,23.121881,30.751062,118.81144,13.539086,1.5016264,33.911808,11.988854,1378.5585,22.661575,0.5764708,50.865726,14.242657,132.5711,74.62455,96.22308,9.158542,99.802956,340.72665,234.47974,31.470264,225.99031,59.560394,46.19752,69.11973,129.59573,19.550661,50.15051,472.4873,7.2277656,13.313728,254.22299,21.88733,9.581644,42.942482,38.833683,443.86072,123.09469,166.73593,1771.1447,56.98558,1632.9973,1515.1112,10.098763,8.674328,1542.8094,19.17749,14.311246,403.69583,31.032661,54.180645,26.070375,87.27538,256.84207,391.29367,4.58329,38.323154,109.0867,345.6393,7.7065983,87.21801,9.021774,1.4299579,58.130707,1.0084751,1.1700091,3.392503,10.616965,26.688236,17.00564,24.002687,319.0079,44.740593,23.522657,33.36895,11.323195,102.68011,6.793997,86.00574,8.690323,64.74039,12.436497,17.91821,29.969444,9.14879,32.437866,22.524462,1.1033374,57.20904,9.965916,218.10071,6.893093,264.61713,20.013855,1122.1898,118.81398,2.986951,9.514919,141.89175,177.78719,906.06866,928.357 +2023-01-23 05:00:00,0.0,2220.9187,37.880318,6.490139,22.257322,24.11562,212.1993,26.861555,45.53407,17.78052,26.231895,240.74934,130.87146,13.614618,52.59016,3.9537923,3.0261173,40.926296,76.662926,51.59905,508.55014,31.747488,545.65485,134.00107,41.06633,106.18072,273.21472,77.35225,962.6962,257.31763,2331.9421,47.656376,2511.8145,551.5765,31.883196,26.470257,163.68303,231.52228,302.8428,811.6869,40.283604,18.030739,10.187852,478.94345,341.8149,94.262596,6.6410804,585.4863,13.4336195,593.172,9.130046,30.700806,0.0,864.6753,1752.7306,0.27430183,62.69576,14.633075,10838.815,32.340267,1.3295581,5.131362,15.700574,12.648429,4.275309,8.76858,280.80048,42.988724,4.239948,0.80358976,4.9009004,244.01819,0.7311891,146.95558,102.54127,2408.6167,147.391,102.34332,179.65837,798.41034,66.21103,50.14153,1064.06,50.142986,81.92763,9.928125,27.39618,214.72435,11.948691,9.700647,57.956146,19.460049,4153.071,17.9574,31.999664,16.09519,12.550573,301.59857,57.32815,33.74227,8.771335,8.276964,12.540219,54.38761,91.62224,46.251816,191.10178,18.758612,9.829667,52.944386,23.116425,30.730482,118.819954,13.524986,1.5013474,33.93425,11.98634,1377.766,22.665798,0.57600904,50.918247,14.247995,132.59485,74.60085,96.20819,9.161177,99.82688,340.742,234.46046,31.480225,225.96002,59.516083,46.19468,69.11888,129.66698,19.563334,50.169914,472.45712,7.235746,13.328172,254.32603,21.883007,9.583386,42.977325,38.860073,444.21902,123.16978,166.74388,1771.8267,56.90353,1632.858,1514.876,10.094099,8.666902,1542.449,19.169104,14.301759,403.62134,31.014818,54.153027,26.06458,87.21266,256.82315,391.20764,4.581548,38.308323,108.97037,345.58176,7.701607,87.21024,9.018212,1.429679,58.128284,1.0085196,1.1701669,3.393019,10.61597,26.67865,17.001554,24.007393,318.4562,44.724125,23.508736,33.358368,11.317358,102.71404,6.78349,86.115776,8.685887,64.724525,12.415368,17.883083,29.938889,9.146673,32.40413,22.492271,1.1030949,57.193996,9.965017,218.09282,6.8920536,264.5516,20.009468,1122.3949,118.78663,2.9866073,9.513009,141.86533,177.75641,905.99805,928.4574 +2023-01-23 06:00:00,0.0,2220.3462,37.86386,6.4843836,22.210814,24.099194,212.08887,26.855927,45.52022,17.778086,26.227383,240.75673,130.8663,13.611042,52.582687,3.9605098,3.0309482,40.907127,76.77671,51.649193,508.3097,31.782736,545.1815,134.01785,41.11617,106.28982,272.96597,77.36662,962.93726,257.32416,2331.077,47.686142,2511.2058,552.0865,31.910334,26.486893,163.84068,231.51949,302.8751,812.2957,40.282257,18.019672,10.186928,478.89435,342.0578,94.34308,6.639886,585.55054,13.435827,593.167,9.13611,30.703903,0.0,864.9042,1752.7426,0.27434322,62.644382,14.633699,10840.615,32.352722,1.3302164,5.1301074,15.700827,12.658828,4.2795186,8.768932,280.8853,42.9664,4.2388954,0.8038952,4.905073,244.25551,0.7306069,146.97278,102.476616,2409.906,147.2762,102.37304,179.71371,798.46606,66.26323,50.17583,1064.7875,50.13395,81.93562,9.927639,27.411106,214.77115,11.951266,9.699618,57.96817,19.466022,4153.343,17.957243,32.02218,16.096003,12.556131,301.6613,57.341793,33.760082,8.774055,8.280296,12.536669,54.385006,91.65457,46.280243,191.12267,18.759548,9.839807,52.96033,23.110968,30.709902,118.82847,13.510887,1.5010686,33.956696,11.983825,1376.9734,22.670021,0.5755472,50.970764,14.253334,132.61859,74.57715,96.1933,9.163811,99.85081,340.75732,234.44121,31.490187,225.92973,59.471775,46.19184,69.118034,129.73824,19.576006,50.189316,472.4269,7.2437263,13.342615,254.42906,21.878687,9.585128,43.012173,38.886463,444.5773,123.24486,166.75182,1772.5085,56.82148,1632.7186,1514.6406,10.089436,8.659475,1542.0885,19.160719,14.292272,403.5468,30.996977,54.125404,26.058786,87.14994,256.8042,391.1216,4.5798063,38.29349,108.85404,345.52417,7.6966157,87.20248,9.01465,1.4294001,58.125862,1.0085642,1.1703246,3.393535,10.614974,26.669065,16.997467,24.012096,317.90454,44.70766,23.494816,33.347782,11.311521,102.747986,6.772984,86.22581,8.681452,64.70866,12.394239,17.84796,29.908333,9.144556,32.37039,22.46008,1.1028525,57.17895,9.964119,218.08493,6.8910146,264.48608,20.005081,1122.6,118.759285,2.9862638,9.511099,141.8389,177.72563,905.92737,928.5578 +2023-01-23 07:00:00,0.0,2219.7737,37.847404,6.478628,22.164303,24.08277,211.97842,26.8503,45.506374,17.775652,26.222872,240.76411,130.86113,13.607466,52.575214,3.9672272,3.0357792,40.887955,76.8905,51.69934,508.06924,31.817986,544.70825,134.03465,41.166004,106.39892,272.71725,77.381,963.1783,257.3307,2330.2117,47.715908,2510.5972,552.5965,31.937473,26.503527,163.99835,231.51671,302.90738,812.90454,40.280914,18.008606,10.186003,478.84528,342.3007,94.42355,6.6386914,585.61475,13.438035,593.1619,9.142174,30.707,0.0,865.13293,1752.7545,0.2743846,62.593002,14.634324,10842.415,32.36518,1.3308747,5.128853,15.701079,12.669227,4.283728,8.769284,280.97018,42.944073,4.2378426,0.8042006,4.9092464,244.49284,0.73002476,146.98997,102.411964,2411.1953,147.16139,102.402756,179.76904,798.52185,66.31543,50.210133,1065.515,50.124912,81.94362,9.927154,27.426035,214.81795,11.953841,9.698589,57.980194,19.471998,4153.6147,17.957085,32.04469,16.096815,12.561689,301.72403,57.355434,33.77789,8.776773,8.283628,12.533119,54.382404,91.6869,46.30867,191.14355,18.760483,9.849946,52.976276,23.10551,30.689322,118.83698,13.496787,1.5007896,33.97914,11.98131,1376.1809,22.674246,0.57508546,51.023285,14.258673,132.64232,74.55345,96.178406,9.166445,99.87473,340.77264,234.42194,31.500147,225.89944,59.427464,46.189,69.11718,129.80948,19.588678,50.20872,472.3967,7.251707,13.357058,254.5321,21.874367,9.58687,43.047016,38.912853,444.9356,123.31994,166.75977,1773.1907,56.73943,1632.5793,1514.4053,10.084771,8.65205,1541.7281,19.152332,14.282784,403.47232,30.979134,54.097782,26.052994,87.08722,256.78528,391.03558,4.5780644,38.278656,108.73771,345.4666,7.6916246,87.19471,9.011088,1.4291213,58.12344,1.0086088,1.1704822,3.394051,10.613978,26.65948,16.99338,24.016802,317.35284,44.691196,23.480894,33.337196,11.305684,102.78192,6.762478,86.335846,8.677016,64.692795,12.37311,17.812836,29.877777,9.142439,32.336655,22.427889,1.10261,57.16391,9.963221,218.07706,6.8899755,264.42053,20.000694,1122.805,118.73194,2.9859202,9.509189,141.81247,177.69485,905.85675,928.6582 +2023-01-23 08:00:00,0.0,2219.2012,37.83095,6.4728723,22.117794,24.066345,211.868,26.844671,45.49253,17.773216,26.21836,240.77151,130.85596,13.603889,52.56774,3.9739444,3.04061,40.868786,77.00429,51.749485,507.8288,31.853233,544.2349,134.05144,41.215843,106.50802,272.4685,77.39536,963.4194,257.33725,2329.3464,47.745674,2509.9888,553.10657,31.964611,26.520163,164.156,231.51392,302.93967,813.51337,40.27957,17.99754,10.185078,478.7962,342.54358,94.50403,6.637497,585.6789,13.440243,593.1569,9.148238,30.710098,0.0,865.3618,1752.7664,0.27442595,62.541622,14.63495,10844.215,32.37764,1.331533,5.1275983,15.701332,12.6796255,4.2879376,8.769637,281.05502,42.921745,4.23679,0.80450594,4.9134192,244.73016,0.7294426,147.00717,102.34731,2412.4846,147.04659,102.432465,179.82437,798.5776,66.36763,50.24443,1066.2424,50.11588,81.951614,9.926667,27.440962,214.86476,11.956416,9.69756,57.992214,19.477972,4153.887,17.956928,32.067204,16.097628,12.567248,301.78674,57.369076,33.7957,8.779493,8.286961,12.52957,54.3798,91.71923,46.337097,191.16444,18.76142,9.860086,52.99222,23.100054,30.668741,118.8455,13.482688,1.5005107,34.001583,11.978795,1375.3884,22.678469,0.57462364,51.075806,14.264011,132.66606,74.52975,96.16351,9.16908,99.89866,340.788,234.40268,31.510109,225.86916,59.383156,46.18616,69.11633,129.88072,19.60135,50.228123,472.36652,7.2596874,13.371501,254.63513,21.870047,9.588612,43.081863,38.939243,445.2939,123.39503,166.7677,1773.8727,56.65738,1632.4401,1514.17,10.080108,8.644624,1541.3677,19.143946,14.273297,403.3978,30.96129,54.070164,26.0472,87.0245,256.76633,390.94955,4.5763226,38.263824,108.621376,345.40903,7.6866336,87.18694,9.007526,1.4288424,58.121014,1.0086534,1.1706399,3.394567,10.612983,26.649893,16.989292,24.021505,316.80118,44.674732,23.466974,33.326614,11.299847,102.81586,6.7519717,86.44588,8.672581,64.676926,12.351981,17.777712,29.847221,9.140323,32.30292,22.395699,1.1023676,57.148865,9.962322,218.06917,6.888936,264.355,19.996307,1123.0101,118.70459,2.9855764,9.507279,141.78604,177.66408,905.7861,928.7586 +2023-01-23 09:00:00,0.0,2218.6287,37.814495,6.467117,22.071283,24.04992,211.75757,26.839043,45.478683,17.770782,26.21385,240.7789,130.8508,13.600313,52.56027,3.9806619,3.045441,40.849617,77.11807,51.79963,507.58835,31.888483,543.76166,134.06822,41.265682,106.61712,272.2198,77.40974,963.6604,257.34378,2328.4812,47.77544,2509.3801,553.6166,31.991749,26.536797,164.31366,231.51112,302.97195,814.12213,40.278225,17.986473,10.184153,478.74713,342.78647,94.58451,6.636303,585.7431,13.442451,593.1519,9.154303,30.713194,0.0,865.5906,1752.7783,0.27446735,62.490246,14.635574,10846.014,32.3901,1.3321912,5.1263437,15.701585,12.690024,4.292147,8.769989,281.13986,42.899418,4.235738,0.80481136,4.917592,244.9675,0.72886044,147.02435,102.28266,2413.774,146.93178,102.46218,179.8797,798.6333,66.41983,50.278732,1066.9698,50.106842,81.95961,9.926182,27.455889,214.91156,11.958991,9.69653,58.00424,19.483948,4154.159,17.95677,32.089718,16.09844,12.572806,301.84946,57.382717,33.813507,8.782213,8.290294,12.526019,54.377193,91.751564,46.365524,191.18533,18.762354,9.870226,53.008167,23.094597,30.648159,118.85401,13.468589,1.5002319,34.02403,11.97628,1374.596,22.682692,0.5741619,51.128326,14.26935,132.6898,74.50605,96.14862,9.171714,99.92258,340.8033,234.3834,31.520071,225.83887,59.338844,46.18332,69.11548,129.95197,19.614023,50.247528,472.3363,7.267668,13.385944,254.73816,21.865726,9.590353,43.116707,38.965633,445.65222,123.47011,166.77565,1774.5547,56.57533,1632.3007,1513.9347,10.075443,8.6371975,1541.0073,19.13556,14.263811,403.3233,30.943447,54.04254,26.041407,86.96178,256.7474,390.86353,4.57458,38.248993,108.50504,345.35147,7.681642,87.17918,9.003965,1.4285636,58.11859,1.008698,1.1707975,3.395083,10.611987,26.640306,16.985205,24.026209,316.24948,44.658268,23.453053,33.31603,11.294009,102.8498,6.741465,86.555916,8.668145,64.661064,12.3308525,17.742586,29.816666,9.138206,32.269184,22.363508,1.1021252,57.13382,9.961424,218.0613,6.887897,264.28946,19.99192,1123.2151,118.677246,2.9852328,9.505369,141.75961,177.6333,905.71545,928.859 +2023-01-23 10:00:00,0.0,2218.0562,37.79804,6.4613614,22.024775,24.033495,211.64713,26.833416,45.464836,17.768349,26.209337,240.78629,130.84563,13.596737,52.552795,3.9873793,3.0502717,40.830444,77.23186,51.849773,507.3479,31.92373,543.2883,134.085,41.315517,106.72622,271.97104,77.42411,963.9014,257.3503,2327.616,47.805206,2508.7715,554.1266,32.018887,26.553432,164.47133,231.50833,303.00424,814.73096,40.276882,17.975407,10.183228,478.69803,343.02936,94.664986,6.6351085,585.80725,13.444659,593.14685,9.160367,30.716291,0.0,865.81946,1752.7902,0.2745087,62.438866,14.636199,10847.813,32.402557,1.3328495,5.125089,15.701837,12.700423,4.2963567,8.770341,281.22473,42.87709,4.2346854,0.8051168,4.921765,245.20483,0.7282783,147.04155,102.21801,2415.0632,146.81697,102.4919,179.93503,798.6891,66.47202,50.313034,1067.6973,50.097805,81.967606,9.925695,27.470818,214.95836,11.961566,9.695501,58.01626,19.489923,4154.4316,17.956614,32.112232,16.099253,12.578364,301.9122,57.39636,33.831318,8.784932,8.293626,12.5224695,54.37459,91.7839,46.39395,191.20622,18.76329,9.880365,53.024113,23.08914,30.627579,118.86253,13.454489,1.4999529,34.046474,11.973765,1373.8035,22.686914,0.5737001,51.180847,14.274689,132.71355,74.482346,96.13373,9.174348,99.9465,340.81863,234.36415,31.530031,225.80858,59.294533,46.18048,69.11463,130.02321,19.626696,50.26693,472.30612,7.2756486,13.400387,254.8412,21.861406,9.592095,43.151554,38.992023,446.01053,123.5452,166.78358,1775.2367,56.49328,1632.1614,1513.6995,10.070779,8.629771,1540.6469,19.127172,14.254324,403.2488,30.925606,54.01492,26.035612,86.899055,256.72845,390.7775,4.5728383,38.234158,108.38872,345.29388,7.676651,87.17141,9.000403,1.4282846,58.11617,1.0087426,1.1709552,3.395599,10.6109915,26.63072,16.981117,24.030914,315.6978,44.6418,23.439133,33.305443,11.288172,102.883736,6.730959,86.665955,8.66371,64.645195,12.309723,17.707462,29.78611,9.136088,32.235447,22.331316,1.1018827,57.11878,9.9605255,218.0534,6.8868575,264.22394,19.987534,1123.4202,118.649895,2.984889,9.503459,141.73318,177.60252,905.64484,928.9595 +2023-01-23 11:00:00,0.0,2217.4836,37.78158,6.4556055,21.978264,24.01707,211.5367,26.827787,45.45099,17.765913,26.204826,240.79367,130.84045,13.59316,52.545322,3.9940965,3.0551028,40.811275,77.34565,51.89992,507.10745,31.95898,542.81506,134.10179,41.365356,106.83532,271.72232,77.43848,964.14246,257.35684,2326.7507,47.834972,2508.163,554.63666,32.046024,26.570066,164.62898,231.50554,303.03653,815.3398,40.27554,17.96434,10.182302,478.64896,343.27225,94.74546,6.633914,585.8715,13.446867,593.14185,9.16643,30.719389,0.0,866.0482,1752.8021,0.27455008,62.387486,14.636824,10849.613,32.415016,1.3335078,5.123835,15.702089,12.710822,4.300566,8.770693,281.30957,42.854763,4.233633,0.8054221,4.925938,245.44215,0.72769606,147.05875,102.15336,2416.3528,146.70216,102.521614,179.99037,798.7448,66.52422,50.347332,1068.4247,50.08877,81.9756,9.925209,27.485744,215.00517,11.964141,9.694472,58.028282,19.495897,4154.7036,17.956455,32.134743,16.100065,12.583923,301.9749,57.41,33.849125,8.787652,8.296958,12.518919,54.371986,91.81623,46.42238,191.22711,18.764225,9.890505,53.04006,23.083683,30.606998,118.87105,13.44039,1.4996741,34.068916,11.971251,1373.011,22.691137,0.5732383,51.233368,14.280028,132.73727,74.45865,96.118835,9.176983,99.97043,340.83398,234.34488,31.539993,225.7783,59.250225,46.17764,69.113785,130.09447,19.639368,50.286335,472.2759,7.283629,13.41483,254.94423,21.857086,9.593837,43.186398,39.018417,446.36884,123.62028,166.79153,1775.9187,56.41123,1632.0221,1513.4641,10.066115,8.622345,1540.2864,19.118786,14.244837,403.1743,30.907763,53.987297,26.029818,86.836334,256.70953,390.69147,4.5710964,38.219326,108.272385,345.23633,7.67166,87.16364,8.996841,1.4280058,58.113747,1.0087872,1.1711129,3.396115,10.609996,26.621134,16.97703,24.035618,315.14612,44.625336,23.42521,33.294857,11.282335,102.91767,6.720453,86.775986,8.659274,64.62933,12.288594,17.672338,29.755556,9.133971,32.20171,22.299126,1.1016402,57.103733,9.959627,218.04553,6.8858185,264.15842,19.983147,1123.6252,118.62255,2.9845455,9.501549,141.70676,177.57176,905.57416,929.0599 +2023-01-23 12:00:00,0.0,2216.9111,37.765125,6.44985,21.931755,24.000645,211.42625,26.822159,45.437145,17.76348,26.200315,240.80107,130.8353,13.589583,52.53785,4.000814,3.0599337,40.792103,77.459435,51.950066,506.867,31.994228,542.34174,134.11858,41.41519,106.94442,271.47357,77.45285,964.3835,257.36337,2325.8855,47.86474,2507.5544,555.14667,32.073162,26.586702,164.78665,231.50275,303.06882,815.9486,40.274193,17.953274,10.181378,478.59988,343.51514,94.82594,6.6327195,585.93567,13.449075,593.1368,9.172495,30.722486,0.0,866.27704,1752.814,0.27459145,62.33611,14.637448,10851.412,32.427475,1.334166,5.1225805,15.702342,12.721221,4.3047757,8.771045,281.3944,42.83244,4.2325807,0.80572754,4.930111,245.67949,0.7271139,147.07594,102.088715,2417.642,146.58736,102.55133,180.0457,798.8006,66.57642,50.381634,1069.1521,50.079735,81.9836,9.924724,27.500671,215.05197,11.966717,9.693442,58.040306,19.501873,4154.9756,17.956299,32.157257,16.100878,12.589481,302.03763,57.423637,33.866936,8.790371,8.30029,12.515369,54.36938,91.848564,46.450806,191.248,18.765162,9.900645,53.056004,23.078226,30.586418,118.87956,13.4262905,1.4993951,34.091362,11.968736,1372.2185,22.695362,0.5727765,51.28589,14.285367,132.76102,74.434944,96.10394,9.179617,99.994354,340.8493,234.32562,31.549953,225.74802,59.205914,46.1748,69.11293,130.16571,19.65204,50.305737,472.24573,7.2916093,13.429274,255.04726,21.852766,9.595579,43.22124,39.044807,446.72714,123.69536,166.79947,1776.6008,56.329178,1631.8828,1513.2288,10.061451,8.61492,1539.926,19.110401,14.23535,403.0998,30.88992,53.95968,26.024025,86.77361,256.6906,390.60544,4.5693545,38.20449,108.15605,345.17874,7.6666684,87.155876,8.993279,1.427727,58.11132,1.0088317,1.1712705,3.396631,10.609,26.61155,16.972942,24.040323,314.59445,44.60887,23.411291,33.284275,11.276498,102.951614,6.7099466,86.886024,8.654839,64.613464,12.267465,17.637215,29.725,9.131855,32.167973,22.266935,1.1013978,57.08869,9.958729,218.03764,6.8847795,264.09286,19.97876,1123.8303,118.5952,2.984202,9.499639,141.68033,177.54099,905.50354,929.1603 +2023-01-23 13:00:00,0.0,2216.3386,37.74867,6.4440947,21.885244,23.98422,211.31583,26.816532,45.423298,17.761044,26.195805,240.80846,130.83012,13.586007,52.530376,4.007531,3.0647645,40.772934,77.57322,52.00021,506.62656,32.029476,541.86847,134.13536,41.46503,107.05352,271.22485,77.467224,964.6246,257.36993,2325.0203,47.89451,2506.9458,555.6567,32.1003,26.603336,164.9443,231.49995,303.1011,816.55743,40.27285,17.942207,10.180453,478.5508,343.75803,94.90642,6.6315255,585.9999,13.4512825,593.1318,9.178559,30.725584,0.0,866.50586,1752.8259,0.27463284,62.28473,14.638073,10853.212,32.43993,1.3348244,5.121326,15.702595,12.73162,4.308985,8.771397,281.47925,42.810112,4.231528,0.80603296,4.9342837,245.91681,0.72653174,147.09312,102.02406,2418.9314,146.47255,102.58104,180.10103,798.8563,66.628624,50.415936,1069.8795,50.070698,81.99159,9.924237,27.5156,215.09879,11.969292,9.692413,58.052326,19.507847,4155.248,17.95614,32.17977,16.101688,12.595039,302.10037,57.43728,33.884743,8.793091,8.303623,12.511819,54.366776,91.8809,46.479233,191.26889,18.766096,9.910785,53.07195,23.07277,30.565836,118.88808,13.41219,1.4991163,34.113804,11.966221,1371.426,22.699585,0.57231474,51.338406,14.290706,132.78476,74.41125,96.08905,9.182252,100.01828,340.86462,234.30635,31.559916,225.71773,59.161606,46.17196,69.11208,130.23695,19.664713,50.32514,472.2155,7.29959,13.443716,255.1503,21.848446,9.597321,43.25609,39.071198,447.08545,123.77045,166.80742,1777.2827,56.247128,1631.7434,1512.9935,10.0567875,8.607493,1539.5656,19.102015,14.2258625,403.0253,30.872078,53.932056,26.01823,86.7109,256.67166,390.5194,4.5676126,38.18966,108.03972,345.1212,7.6616774,87.14811,8.9897175,1.4274482,58.1089,1.0088763,1.1714282,3.397147,10.608005,26.601963,16.968855,24.045027,314.04276,44.592407,23.39737,33.27369,11.27066,102.98555,6.69944,86.996056,8.650403,64.5976,12.246336,17.602089,29.694445,9.129738,32.134235,22.234743,1.1011554,57.073647,9.95783,218.02977,6.88374,264.02734,19.974373,1124.0354,118.567856,2.983858,9.497728,141.6539,177.51021,905.43286,929.2607 +2023-01-23 14:00:00,0.0,2215.766,37.732216,6.438339,21.838734,23.967796,211.2054,26.810904,45.40945,17.75861,26.191292,240.81584,130.82495,13.582431,52.522903,4.014249,3.0695956,40.75376,77.687004,52.050354,506.3861,32.064728,541.39514,134.15215,41.51487,107.16262,270.9761,77.4816,964.8656,257.37646,2324.1548,47.924274,2506.3372,556.1667,32.127438,26.619972,165.10196,231.49716,303.1334,817.1662,40.271507,17.93114,10.179528,478.5017,344.00092,94.9869,6.630331,586.0641,13.45349,593.1268,9.184624,30.72868,0.0,866.7347,1752.8379,0.2746742,62.23335,14.638698,10855.012,32.45239,1.3354827,5.1200714,15.7028475,12.742019,4.313195,8.771749,281.56412,42.787785,4.2304754,0.8063383,4.9384565,246.15414,0.7259496,147.11032,101.95941,2420.2207,146.35774,102.610756,180.15636,798.91205,66.680824,50.450233,1070.6069,50.061665,81.99959,9.923752,27.530527,215.14558,11.971867,9.691384,58.06435,19.513823,4155.52,17.955984,32.202286,16.1025,12.600597,302.1631,57.45092,33.902554,8.79581,8.306955,12.508269,54.364174,91.91323,46.50766,191.28978,18.767033,9.920924,53.087894,23.067312,30.545256,118.89659,13.398091,1.4988374,34.13625,11.963706,1370.6335,22.703808,0.5718529,51.390926,14.296044,132.80849,74.38754,96.07416,9.184886,100.042206,340.87997,234.2871,31.569878,225.68744,59.117294,46.16912,69.11124,130.3082,19.677385,50.344543,472.1853,7.3075705,13.458159,255.25333,21.844126,9.599062,43.29093,39.097588,447.44373,123.84553,166.81535,1777.9647,56.165077,1631.6041,1512.7582,10.052123,8.600067,1539.2052,19.093628,14.216375,402.95078,30.854235,53.904434,26.012438,86.64818,256.65274,390.43338,4.565871,38.174828,107.923386,345.0636,7.6566863,87.14034,8.9861555,1.4271692,58.106476,1.0089209,1.1715858,3.397663,10.607009,26.592377,16.964767,24.04973,313.4911,44.57594,23.383448,33.263103,11.264824,103.019485,6.688934,87.106094,8.6459675,64.58173,12.225207,17.566965,29.663889,9.127621,32.100502,22.202553,1.1009129,57.0586,9.956932,218.02188,6.882701,263.96182,19.969988,1124.2405,118.54051,2.9835145,9.495818,141.62747,177.47943,905.36224,929.3611 +2023-01-23 15:00:00,0.0,2215.1938,37.71576,6.4325833,21.792225,23.951372,211.09496,26.805275,45.395603,17.756176,26.18678,240.82324,130.8198,13.578855,52.515427,4.020966,3.0744264,40.734592,77.8008,52.1005,506.14566,32.099976,540.9219,134.16893,41.564705,107.27172,270.7274,77.495964,965.1066,257.383,2323.2896,47.95404,2505.7288,556.67676,32.154575,26.636606,165.25963,231.49437,303.16568,817.775,40.27016,17.920074,10.178603,478.45264,344.2438,95.067375,6.6291366,586.1283,13.455698,593.1217,9.190687,30.731777,0.0,866.96344,1752.8497,0.27471557,62.181973,14.639323,10856.811,32.464848,1.336141,5.118817,15.7031,12.752418,4.3174047,8.7721,281.64896,42.765457,4.229423,0.8066437,4.94263,246.39146,0.7253674,147.12752,101.89476,2421.51,146.24294,102.64048,180.21169,798.96783,66.733025,50.484535,1071.3344,50.052628,82.00758,9.923265,27.545454,215.19238,11.974442,9.690354,58.076374,19.519798,4155.7925,17.955826,32.2248,16.103313,12.606156,302.2258,57.46456,33.920364,8.79853,8.310287,12.50472,54.36157,91.945564,46.536087,191.31067,18.767967,9.931064,53.10384,23.061855,30.524675,118.905106,13.383992,1.4985584,34.158695,11.961191,1369.8411,22.70803,0.57139117,51.443447,14.301383,132.83223,74.363846,96.059265,9.18752,100.06613,340.8953,234.26782,31.579838,225.65715,59.072983,46.16628,69.11038,130.37944,19.690058,50.36395,472.15512,7.315551,13.472603,255.35635,21.839806,9.600804,43.32578,39.123978,447.80203,123.920616,166.8233,1778.6467,56.083027,1631.4648,1512.523,10.04746,8.592641,1538.8447,19.085241,14.206888,402.87628,30.836391,53.876816,26.006643,86.58546,256.6338,390.34735,4.564129,38.159992,107.80706,345.00604,7.651695,87.132576,8.982594,1.4268904,58.104053,1.0089655,1.1717435,3.398179,10.606013,26.58279,16.96068,24.054436,312.9394,44.559475,23.369528,33.25252,11.258986,103.05343,6.6784277,87.21613,8.641532,64.565865,12.204078,17.531841,29.633333,9.125504,32.066765,22.170362,1.1006705,57.04356,9.956034,218.014,6.881662,263.89627,19.965601,1124.4456,118.51316,2.9831707,9.493908,141.60104,177.44865,905.2916,929.46155 +2023-01-23 16:00:00,0.0,2214.6213,37.699303,6.426828,21.745714,23.934946,210.98453,26.799646,45.38176,17.75374,26.18227,240.83063,130.81462,13.575278,52.507954,4.0276833,3.0792572,40.71542,77.91458,52.150646,505.9052,32.135223,540.44855,134.18571,41.614544,107.38082,270.47864,77.51034,965.34766,257.38953,2322.4243,47.983807,2505.12,557.18677,32.181713,26.65324,165.41728,231.49158,303.19797,818.38385,40.268818,17.909008,10.177678,478.40356,344.4867,95.14785,6.627942,586.19244,13.457906,593.1167,9.196752,30.734875,0.0,867.19226,1752.8617,0.27475697,62.130592,14.639948,10858.61,32.477306,1.3367993,5.1175623,15.703353,12.762816,4.3216143,8.772453,281.7338,42.74313,4.2283707,0.80694914,4.9468026,246.6288,0.72478527,147.14471,101.83011,2422.7993,146.12813,102.6702,180.26703,799.02356,66.785225,50.518833,1072.0619,50.04359,82.01558,9.922779,27.560383,215.2392,11.977016,9.689325,58.088394,19.525772,4156.0645,17.95567,32.24731,16.104126,12.611714,302.28854,57.478203,33.93817,8.8012495,8.31362,12.501169,54.358963,91.9779,46.564518,191.33156,18.768904,9.941204,53.119785,23.056398,30.504095,118.91362,13.369892,1.4982796,34.181137,11.958676,1369.0486,22.712254,0.57092935,51.495968,14.306722,132.85597,74.34014,96.04437,9.190155,100.09005,340.9106,234.24857,31.5898,225.62686,59.028675,46.16344,69.109535,130.4507,19.702728,50.38335,472.1249,7.323531,13.487045,255.4594,21.835485,9.602546,43.360622,39.150368,448.16034,123.9957,166.83124,1779.3289,56.000977,1631.3254,1512.2876,10.042795,8.585215,1538.4843,19.076855,14.197402,402.8018,30.818548,53.849194,26.00085,86.522736,256.61487,390.26132,4.562387,38.14516,107.69073,344.94846,7.6467037,87.12481,8.9790325,1.4266115,58.10163,1.0090101,1.1719012,3.398695,10.605018,26.573204,16.956593,24.05914,312.38773,44.54301,23.355606,33.241936,11.253149,103.087364,6.6679215,87.326164,8.637096,64.55,12.182949,17.496717,29.602777,9.123386,32.033028,22.138172,1.100428,57.028515,9.955135,218.00612,6.8806224,263.83075,19.961214,1124.6506,118.48582,2.9828272,9.491998,141.57462,177.41788,905.22095,929.56195 +2023-01-23 17:00:00,0.0,2214.0488,37.682846,6.4210725,21.699205,23.918522,210.8741,26.79402,45.367912,17.751307,26.17776,240.83801,130.80945,13.571702,52.50048,4.034401,3.0840883,40.69625,78.028366,52.20079,505.66476,32.17047,539.9753,134.2025,41.66438,107.48992,270.22992,77.52471,965.5887,257.39606,2321.559,48.013573,2504.5115,557.6968,32.20885,26.669876,165.57494,231.48878,303.23026,818.9927,40.26747,17.897942,10.176754,478.35446,344.72955,95.22833,6.626748,586.25665,13.460114,593.11163,9.202816,30.737972,0.0,867.4211,1752.8735,0.27479833,62.079216,14.640573,10860.41,32.489765,1.3374575,5.116308,15.703604,12.773215,4.325824,8.772805,281.81866,42.720802,4.2273183,0.8072545,4.9509754,246.86612,0.7242031,147.16191,101.76546,2424.0886,146.01332,102.699905,180.32236,799.0793,66.83742,50.553135,1072.7893,50.034557,82.023575,9.922294,27.57531,215.286,11.979591,9.688296,58.100418,19.531748,4156.337,17.955511,32.269825,16.104939,12.617272,302.35126,57.491844,33.955982,8.803968,8.316953,12.49762,54.356358,92.01023,46.592945,191.35245,18.769838,9.951344,53.135735,23.050941,30.483515,118.922134,13.355793,1.4980006,34.203583,11.9561615,1368.2561,22.716476,0.57046753,51.54849,14.31206,132.87971,74.316444,96.02948,9.192789,100.113976,340.92596,234.2293,31.59976,225.59657,58.984364,46.1606,69.10869,130.52194,19.7154,50.402756,472.09473,7.331512,13.501489,255.56242,21.831165,9.604288,43.39547,39.17676,448.51865,124.07078,166.83919,1780.0107,55.918926,1631.1862,1512.0522,10.038132,8.577789,1538.1239,19.068468,14.187915,402.72726,30.800707,53.82157,25.995056,86.460014,256.59592,390.1753,4.560645,38.13033,107.574394,344.8909,7.6417127,87.11704,8.975471,1.4263326,58.099205,1.0090547,1.1720588,3.3992112,10.604022,26.563618,16.952505,24.063845,311.83603,44.526546,23.341686,33.23135,11.247312,103.12131,6.657415,87.4362,8.632661,64.534134,12.161819,17.461592,29.572222,9.12127,31.99929,22.10598,1.1001856,57.013474,9.954237,217.99825,6.8795834,263.76523,19.956827,1124.8557,118.458466,2.9824836,9.4900875,141.54817,177.3871,905.1503,929.66235 +2023-01-23 18:00:00,0.0,2213.4763,37.66639,6.4153166,21.652695,23.902098,210.76366,26.788391,45.354065,17.748873,26.173246,240.84541,130.80429,13.568126,52.493008,4.041118,3.0889192,40.677082,78.14215,52.250935,505.42432,32.205723,539.50195,134.21928,41.71422,107.59902,269.98117,77.53908,965.8297,257.40262,2320.6938,48.04334,2503.903,558.20685,32.23599,26.68651,165.7326,231.486,303.26254,819.6015,40.26613,17.886875,10.175829,478.3054,344.97244,95.30881,6.6255536,586.3208,13.462321,593.1066,9.20888,30.74107,0.0,867.6499,1752.8855,0.2748397,62.027836,14.641197,10862.209,32.502224,1.3381158,5.1150537,15.703857,12.783614,4.3300333,8.773157,281.9035,42.69848,4.226266,0.8075599,4.955148,247.10345,0.72362095,147.1791,101.700806,2425.378,145.89851,102.72962,180.37769,799.1351,66.88962,50.587437,1073.5167,50.02552,82.03157,9.921807,27.590237,215.3328,11.982166,9.687267,58.112442,19.537722,4156.609,17.955355,32.29234,16.105751,12.622831,302.41397,57.505486,33.97379,8.806688,8.320285,12.494069,54.353756,92.04256,46.621372,191.37334,18.770773,9.961483,53.15168,23.045485,30.462933,118.93065,13.341694,1.4977218,34.22603,11.953647,1367.4636,22.720701,0.5700058,51.60101,14.3174,132.90344,74.29274,96.01459,9.195423,100.1379,340.94128,234.21004,31.609722,225.56628,58.940056,46.15776,69.107834,130.59319,19.728073,50.422157,472.0645,7.3394923,13.515932,255.66545,21.826845,9.6060295,43.430313,39.20315,448.87695,124.14587,166.84712,1780.6927,55.836876,1631.0469,1511.817,10.033467,8.570363,1537.7634,19.060083,14.178428,402.65277,30.782864,53.793953,25.989262,86.39729,256.577,390.08926,4.5589027,38.115494,107.45806,344.8333,7.636721,87.109276,8.971909,1.4260538,58.096783,1.0090992,1.1722165,3.399727,10.603026,26.554033,16.948418,24.068548,311.28436,44.510082,23.327765,33.220768,11.241475,103.15524,6.6469088,87.54624,8.628226,64.51827,12.140691,17.426468,29.541666,9.119153,31.965553,22.07379,1.0999432,56.99843,9.953339,217.99036,6.8785443,263.69968,19.95244,1125.0607,118.43112,2.9821398,9.488177,141.52174,177.35634,905.07965,929.76276 +2023-01-23 19:00:00,0.0,2212.9038,37.649933,6.409561,21.606186,23.885672,210.65323,26.782763,45.340218,17.746437,26.168736,240.8528,130.79912,13.564549,52.485535,4.0478354,3.09375,40.65791,78.25594,52.30108,505.18387,32.24097,539.0287,134.23607,41.764053,107.70812,269.73245,77.55345,966.0708,257.40915,2319.8286,48.073105,2503.2944,558.71686,32.263126,26.703146,165.89026,231.4832,303.29483,820.21027,40.264786,17.875809,10.174904,478.25632,345.21533,95.38928,6.624359,586.385,13.464529,593.10156,9.214944,30.744165,0.0,867.87866,1752.8973,0.2748811,61.976456,14.641822,10864.009,32.514683,1.3387741,5.113799,15.704109,12.794013,4.334243,8.773509,281.98834,42.67615,4.225213,0.8078653,4.9593215,247.34077,0.7230388,147.19629,101.636154,2426.6675,145.7837,102.75934,180.43301,799.1908,66.94182,50.621735,1074.2441,50.016483,82.039566,9.921321,27.605165,215.37961,11.984741,9.686237,58.124462,19.543697,4156.881,17.955196,32.314854,16.106564,12.628389,302.4767,57.519127,33.9916,8.809407,8.323617,12.49052,54.35115,92.07489,46.6498,191.39423,18.77171,9.971622,53.167625,23.040028,30.442352,118.93917,13.327594,1.4974428,34.24847,11.951132,1366.6711,22.724924,0.56954396,51.653526,14.322739,132.92719,74.26904,95.999695,9.198058,100.16183,340.9566,234.19077,31.619682,225.53601,58.895744,46.15492,69.10699,130.66443,19.740746,50.441563,472.03433,7.3474727,13.5303755,255.7685,21.822525,9.607772,43.465157,39.22954,449.23526,124.22095,166.85507,1781.3748,55.754826,1630.9075,1511.5817,10.028804,8.562937,1537.4031,19.051697,14.168941,402.57825,30.76502,53.76633,25.983469,86.33457,256.55804,390.00323,4.557161,38.100662,107.34173,344.77576,7.63173,87.10151,8.968347,1.4257749,58.09436,1.0091438,1.1723741,3.400243,10.602031,26.544447,16.94433,24.073254,310.73267,44.493614,23.313845,33.210182,11.235638,103.18918,6.6364026,87.65627,8.623791,64.5024,12.119562,17.391344,29.51111,9.117036,31.931818,22.0416,1.0997007,56.983383,9.952441,217.98248,6.877505,263.63416,19.948053,1125.2657,118.40377,2.9817963,9.486267,141.49532,177.32556,905.00903,929.86316 +2023-01-23 20:00:00,0.0,2212.3313,37.63348,6.4038057,21.559675,23.869247,210.5428,26.777136,45.326374,17.744003,26.164225,240.86018,130.79395,13.560972,52.47806,4.054553,3.098581,40.63874,78.36973,52.351227,504.94342,32.27622,538.55536,134.25285,41.813892,107.81722,269.4837,77.567825,966.3118,257.41568,2318.9634,48.102875,2502.6858,559.22687,32.290264,26.71978,166.04791,231.48042,303.32712,820.8191,40.26344,17.864742,10.173979,478.20724,345.45822,95.469765,6.6231647,586.4492,13.466737,593.09656,9.221008,30.747263,0.0,868.10754,1752.9093,0.27492246,61.92508,14.6424465,10865.809,32.527138,1.3394325,5.1125445,15.704363,12.804412,4.3384523,8.773861,282.07318,42.653824,4.2241607,0.8081707,4.9634943,247.57811,0.72245663,147.21349,101.5715,2427.9568,145.6689,102.789055,180.48834,799.2466,66.99402,50.656036,1074.9716,50.00745,82.04756,9.9208355,27.620092,215.4264,11.987316,9.685208,58.136486,19.549673,4157.1533,17.95504,32.337364,16.107376,12.633947,302.53943,57.53277,34.009407,8.812127,8.326949,12.48697,54.348545,92.10722,46.678226,191.41512,18.772644,9.981763,53.18357,23.03457,30.421772,118.947685,13.313495,1.497164,34.270916,11.948617,1365.8787,22.729147,0.5690822,51.706047,14.328077,132.95093,74.24534,95.9848,9.200692,100.18575,340.97195,234.17151,31.629644,225.50572,58.851433,46.15208,69.10614,130.73569,19.753418,50.460964,472.00412,7.3554535,13.544818,255.87152,21.818203,9.609513,43.500004,39.25593,449.59357,124.296036,166.863,1782.0569,55.672775,1630.7682,1511.3464,10.024139,8.5555105,1537.0426,19.04331,14.159453,402.50375,30.747177,53.73871,25.977674,86.27185,256.53912,389.9172,4.555419,38.085827,107.2254,344.71817,7.626739,87.093735,8.964785,1.4254961,58.091938,1.0091884,1.1725318,3.4007592,10.601035,26.53486,16.940243,24.077957,310.181,44.47715,23.299923,33.199596,11.2298,103.22312,6.6258965,87.76631,8.619355,64.48654,12.098433,17.35622,29.480555,9.114919,31.89808,22.009407,1.0994582,56.96834,9.951543,217.9746,6.876466,263.56863,19.943666,1125.4708,118.37643,2.9814525,9.484357,141.46889,177.29478,904.9384,929.9636 +2023-01-23 21:00:00,0.0,2211.7588,37.617023,6.39805,21.513166,23.852823,210.43236,26.771507,45.312527,17.741568,26.159714,240.86758,130.78879,13.557396,52.47059,4.06127,3.103412,40.619568,78.48351,52.40137,504.70297,32.311466,538.0821,134.26965,41.86373,107.92632,269.235,77.58219,966.55286,257.4222,2318.0981,48.13264,2502.0774,559.7369,32.3174,26.736416,166.20558,231.47763,303.3594,821.4279,40.262096,17.853676,10.173054,478.15814,345.7011,95.55024,6.6219707,586.5134,13.468945,593.09155,9.227073,30.75036,0.0,868.3363,1752.9211,0.27496383,61.8737,14.643071,10867.607,32.539597,1.3400908,5.11129,15.704615,12.814811,4.342662,8.774213,282.15805,42.631496,4.2231083,0.8084761,4.967667,247.81544,0.7218745,147.23068,101.50686,2429.246,145.5541,102.81877,180.54369,799.3023,67.04622,50.69034,1075.699,49.998413,82.05556,9.920349,27.63502,215.4732,11.989892,9.684179,58.14851,19.555647,4157.4253,17.954882,32.35988,16.108189,12.639506,302.60214,57.54641,34.027218,8.814846,8.330281,12.483419,54.345943,92.13956,46.706654,191.436,18.77358,9.991902,53.199516,23.029114,30.401192,118.9562,13.299395,1.4968851,34.29336,11.946102,1365.0862,22.73337,0.5686204,51.758568,14.333416,132.97467,74.22164,95.96991,9.203327,100.20968,340.98727,234.15224,31.639606,225.47543,58.807125,46.14924,69.105286,130.80693,19.76609,50.48037,471.97394,7.363434,13.559261,255.97455,21.813883,9.611255,43.534847,39.282322,449.95184,124.37112,166.87096,1782.7389,55.590725,1630.6289,1511.1111,10.019476,8.548084,1536.6823,19.034924,14.149966,402.42926,30.729336,53.71109,25.971882,86.20913,256.52017,389.83118,4.553677,38.070995,107.10907,344.6606,7.6217475,87.08597,8.961223,1.4252172,58.089516,1.009233,1.1726896,3.4012752,10.6000395,26.525274,16.936155,24.08266,309.6293,44.460686,23.286003,33.18901,11.223963,103.25706,6.61539,87.87634,8.61492,64.47067,12.077304,17.321095,29.449999,9.1128025,31.864344,21.977217,1.0992157,56.953297,9.9506445,217.96672,6.875427,263.50308,19.93928,1125.6759,118.34908,2.981109,9.482448,141.44246,177.264,904.86774,930.064 +2023-01-23 22:00:00,0.0,2211.1863,37.600567,6.3922944,21.466656,23.8364,210.32193,26.765879,45.29868,17.739134,26.155201,240.87497,130.78362,13.55382,52.463116,4.0679874,3.1082428,40.6004,78.5973,52.451515,504.46252,32.346714,537.60876,134.28644,41.913567,108.03542,268.98624,77.596565,966.7939,257.42874,2317.233,48.162407,2501.4688,560.24695,32.34454,26.75305,166.36324,231.47484,303.3917,822.03674,40.260754,17.84261,10.17213,478.10907,345.944,95.630714,6.620776,586.57764,13.471153,593.0865,9.233137,30.753458,0.0,868.5652,1752.9331,0.27500522,61.82232,14.643696,10869.407,32.552055,1.340749,5.1100354,15.704868,12.82521,4.3468714,8.774565,282.2429,42.60917,4.222056,0.8087815,4.97184,248.05276,0.72129226,147.24786,101.44221,2430.5354,145.43929,102.84848,180.59901,799.35803,67.09842,50.724636,1076.4264,49.989376,82.06355,9.919864,27.649948,215.52002,11.992467,9.683149,58.16053,19.561623,4157.6978,17.954725,32.382393,16.109001,12.645064,302.6649,57.56005,34.04503,8.817566,8.333614,12.47987,54.343338,92.17189,46.73508,191.4569,18.774515,10.002042,53.21546,23.023657,30.380611,118.964714,13.2852955,1.4966062,34.315804,11.943588,1364.2937,22.737593,0.5681586,51.81109,14.338755,132.9984,74.19794,95.95502,9.205961,100.233604,341.0026,234.13298,31.649567,225.44514,58.762814,46.1464,69.10444,130.87817,19.778763,50.49977,471.94373,7.371414,13.573705,256.07758,21.809563,9.612997,43.569695,39.308712,450.31015,124.4462,166.87889,1783.4209,55.508675,1630.4895,1510.8757,10.0148115,8.540659,1536.3218,19.026537,14.14048,402.35474,30.711493,53.683468,25.966087,86.14641,256.50125,389.74515,4.551935,38.056164,106.99274,344.60303,7.6167564,87.0782,8.957662,1.4249383,58.08709,1.0092776,1.1728472,3.401791,10.599044,26.515688,16.932068,24.087366,309.07764,44.44422,23.272081,33.17843,11.218126,103.29099,6.6048837,87.98638,8.610484,64.45481,12.056174,17.28597,29.419445,9.110685,31.830608,21.945026,1.0989734,56.93825,9.949746,217.95883,6.8743873,263.43756,19.934893,1125.881,118.32173,2.9807653,9.480537,141.41603,177.23323,904.7971,930.1644 +2023-01-23 23:00:00,0.0,2210.6138,37.58411,6.386539,21.420147,23.819973,210.2115,26.760252,45.284832,17.7367,26.15069,240.88235,130.77844,13.550243,52.455643,4.074705,3.1130738,40.581226,78.71109,52.50166,504.22208,32.381966,537.1355,134.30322,41.963406,108.14452,268.73752,77.61094,967.0349,257.4353,2316.3677,48.192173,2500.86,560.75696,32.371677,26.769686,166.5209,231.47205,303.42398,822.6455,40.259407,17.831543,10.171205,478.06,346.1869,95.7112,6.6195817,586.64185,13.473361,593.0815,9.239201,30.756556,0.0,868.79395,1752.9451,0.2750466,61.770943,14.644321,10871.207,32.564514,1.3414073,5.1087813,15.70512,12.8356085,4.351081,8.774917,282.32773,42.586845,4.2210035,0.8090869,4.976013,248.2901,0.7207101,147.26506,101.377556,2431.8247,145.32448,102.8782,180.65434,799.4138,67.15062,50.758938,1077.1538,49.98034,82.07155,9.919377,27.664875,215.56682,11.995042,9.68212,58.172554,19.567596,4157.9697,17.954567,32.404907,16.109814,12.650622,302.7276,57.573692,34.062836,8.820286,8.3369465,12.476319,54.340733,92.20422,46.763508,191.47778,18.775452,10.012181,53.231407,23.018198,30.36003,118.97323,13.271196,1.4963273,34.33825,11.941073,1363.5012,22.741816,0.5676968,51.86361,14.344093,133.02214,74.17424,95.940125,9.208595,100.25752,341.0179,234.11371,31.659529,225.41486,58.718506,46.14356,69.103584,130.94942,19.791435,50.519176,471.9135,7.379395,13.588147,256.18063,21.805243,9.614738,43.604538,39.335106,450.66846,124.521286,166.88684,1784.1028,55.426624,1630.3502,1510.6405,10.010148,8.533233,1535.9613,19.018152,14.130993,402.28024,30.69365,53.655846,25.960295,86.08369,256.4823,389.65912,4.5501933,38.04133,106.8764,344.54547,7.6117654,87.070435,8.9541,1.4246595,58.084667,1.0093222,1.1730049,3.4023073,10.598048,26.506102,16.92798,24.09207,308.52594,44.427757,23.25816,33.167843,11.212289,103.324936,6.5943775,88.09642,8.606049,64.43894,12.035046,17.250847,29.38889,9.108568,31.796871,21.912836,1.0987309,56.92321,9.948848,217.95094,6.873348,263.372,19.930506,1126.086,118.29439,2.9804215,9.478627,141.3896,177.20245,904.72644,930.26483 +2023-01-24 00:00:00,0.0,2210.0413,37.567654,6.3807836,21.373636,23.803549,210.10106,26.754623,45.27099,17.734264,26.14618,240.88976,130.77328,13.546667,52.44817,4.0814223,3.1179047,40.562057,78.824875,52.551807,503.98163,32.417213,536.6622,134.32,42.01324,108.253624,268.48877,77.625305,967.276,257.44183,2315.5024,48.22194,2500.2515,561.26697,32.398815,26.78632,166.67856,231.46925,303.45627,823.25433,40.258064,17.820477,10.1702795,478.01093,346.42978,95.79167,6.618387,586.706,13.475569,593.0764,9.245265,30.759651,0.0,869.0228,1752.9569,0.27508795,61.719563,14.644946,10873.006,32.576973,1.3420656,5.107527,15.705374,12.846007,4.3552904,8.7752695,282.4126,42.564518,4.219951,0.8093923,4.980186,248.52742,0.72012794,147.28226,101.312904,2433.114,145.20967,102.90791,180.70967,799.46954,67.20281,50.79324,1077.8812,49.971306,82.079544,9.918891,27.679802,215.61362,11.997617,9.681091,58.184574,19.573572,4158.2417,17.95441,32.427418,16.110626,12.65618,302.7903,57.587334,34.080647,8.823005,8.340279,12.47277,54.338127,92.23656,46.791935,191.49867,18.776386,10.022322,53.247353,23.012741,30.339449,118.98174,13.257096,1.4960483,34.360695,11.938559,1362.7087,22.74604,0.56723505,51.91613,14.349432,133.04588,74.150536,95.92523,9.21123,100.28145,341.03326,234.09445,31.669489,225.38457,58.674194,46.14072,69.10274,131.02066,19.804108,50.538578,471.88333,7.3873754,13.602591,256.28366,21.800922,9.616481,43.639385,39.361496,451.02676,124.59637,166.89478,1784.7849,55.344574,1630.2109,1510.4052,10.005484,8.525806,1535.601,19.009766,14.121506,402.20575,30.675806,53.628227,25.9545,86.020966,256.46338,389.5731,4.5484514,38.026497,106.76007,344.48788,7.606774,87.06267,8.950538,1.4243807,58.082245,1.0093668,1.1731625,3.4028232,10.597053,26.496517,16.923893,24.096775,307.97427,44.41129,23.24424,33.157257,11.206451,103.35887,6.5838714,88.20645,8.601613,64.42308,12.013917,17.215723,29.358334,9.106451,31.763134,21.880644,1.0984885,56.908165,9.947949,217.94307,6.872309,263.3065,19.926119,1126.2911,118.26704,2.980078,9.476717,141.36317,177.17168,904.6558,930.36523 +2023-01-24 01:00:00,0.0,2209.4688,37.551197,6.3750277,21.327126,23.787125,209.99063,26.748995,45.25714,17.73183,26.141668,240.89714,130.76811,13.543091,52.440697,4.0881395,3.1227355,40.542885,78.93866,52.60195,503.74118,32.45246,536.1889,134.33679,42.06308,108.362724,268.24005,77.63968,967.517,257.44836,2314.6372,48.251705,2499.643,561.777,32.425953,26.802956,166.83621,231.46646,303.48856,823.86316,40.25672,17.80941,10.169354,477.96182,346.67267,95.87215,6.617193,586.7702,13.477777,593.0714,9.251329,30.762749,0.0,869.2516,1752.9689,0.27512935,61.668182,14.645571,10874.806,32.58943,1.3427238,5.106272,15.705626,12.856406,4.3595,8.775621,282.49744,42.54219,4.2188983,0.8096977,4.984359,248.76476,0.7195458,147.29945,101.24825,2434.4033,145.09486,102.93764,180.765,799.52527,67.25501,50.827538,1078.6088,49.96227,82.08754,9.918406,27.69473,215.66043,12.000192,9.680061,58.196598,19.579548,4158.514,17.954252,32.449932,16.111437,12.661739,302.85306,57.600975,34.098454,8.825725,8.343611,12.46922,54.335526,92.26889,46.820362,191.51956,18.777323,10.032461,53.263298,23.007284,30.318869,118.99026,13.242997,1.4957695,34.383137,11.936044,1361.9163,22.750263,0.56677324,51.96865,14.354772,133.06963,74.12684,95.91034,9.213864,100.305374,341.04858,234.07518,31.679451,225.35428,58.629883,46.13788,69.10189,131.09192,19.81678,50.557983,471.85312,7.3953557,13.617034,256.3867,21.796602,9.618222,43.67423,39.387886,451.38507,124.671455,166.90273,1785.4669,55.262524,1630.0717,1510.1699,10.000819,8.51838,1535.2405,19.001379,14.112019,402.13123,30.657965,53.600605,25.948706,85.958244,256.44443,389.48706,4.5467095,38.011665,106.643745,344.43033,7.601783,87.0549,8.946976,1.4241017,58.079823,1.0094113,1.1733202,3.4033391,10.596056,26.48693,16.919807,24.101479,307.42258,44.394825,23.230318,33.146675,11.200615,103.39281,6.5733647,88.31649,8.5971775,64.40721,11.992787,17.180597,29.327778,9.104335,31.729399,21.848454,1.098246,56.893124,9.947051,217.93518,6.8712697,263.24097,19.921734,1126.4962,118.23969,2.9797342,9.474807,141.33675,177.14091,904.5852,930.4657 +2023-01-24 02:00:00,0.0,2208.8962,37.534744,6.369272,21.280617,23.770699,209.8802,26.743368,45.243294,17.729397,26.137156,240.90453,130.76294,13.539515,52.433224,4.094857,3.1275666,40.523716,79.052444,52.652096,503.50073,32.48771,535.7156,134.35358,42.11292,108.471825,267.99133,77.65405,967.75806,257.4549,2313.772,48.28147,2499.0344,562.28705,32.45309,26.81959,166.99388,231.46367,303.52084,824.472,40.255375,17.798344,10.168429,477.91275,346.91556,95.95263,6.6159987,586.83435,13.479984,593.06635,9.257394,30.765846,0.0,869.48047,1752.9807,0.2751707,61.616806,14.646195,10876.605,32.60189,1.3433821,5.1050177,15.705877,12.866805,4.3637094,8.775973,282.58228,42.519863,4.217846,0.8100031,4.9885316,249.00208,0.7189636,147.31664,101.1836,2435.6926,144.98006,102.967354,180.82034,799.58105,67.30721,50.86184,1079.3362,49.95323,82.095535,9.917919,27.709658,215.70723,12.002767,9.679032,58.208622,19.585522,4158.786,17.954096,32.472446,16.11225,12.667297,302.91577,57.614616,34.116264,8.828444,8.346944,12.46567,54.33292,92.30122,46.84879,191.54045,18.778257,10.042601,53.279243,23.001827,30.298288,118.99877,13.228898,1.4954906,34.405582,11.933529,1361.1238,22.754486,0.5663115,52.021168,14.36011,133.09335,74.103134,95.89545,9.216498,100.3293,341.0639,234.05592,31.689411,225.32399,58.585575,46.13504,69.101036,131.16316,19.829453,50.577385,471.82294,7.4033365,13.631476,256.48972,21.792282,9.619965,43.709076,39.414276,451.74338,124.74654,166.91066,1786.1489,55.180473,1629.9323,1509.9346,9.996156,8.510954,1534.8801,18.992992,14.102531,402.05673,30.640121,53.572983,25.942913,85.89552,256.4255,389.40103,4.5449677,37.99683,106.52741,344.37274,7.5967917,87.047134,8.943414,1.4238229,58.0774,1.0094559,1.1734779,3.403855,10.59506,26.477345,16.91572,24.106182,306.8709,44.37836,23.216398,33.13609,11.1947775,103.42675,6.5628586,88.42653,8.592742,64.39135,11.971659,17.145473,29.297222,9.102218,31.695662,21.816263,1.0980035,56.87808,9.946153,217.9273,6.8702307,263.1754,19.917347,1126.7013,118.21234,2.9793906,9.472897,141.31032,177.11014,904.5145,930.5661 +2023-01-24 03:00:00,0.0,2208.324,37.518288,6.363517,21.234106,23.754274,209.76976,26.73774,45.229446,17.726961,26.132645,240.91193,130.75778,13.535938,52.42575,4.1015744,3.1323974,40.504547,79.16624,52.70224,503.26028,32.52296,535.2423,134.37036,42.162754,108.580925,267.74258,77.66842,967.9991,257.46143,2312.9067,48.31124,2498.4258,562.79706,32.48023,26.836226,167.15154,231.46088,303.55313,825.0808,40.254032,17.787277,10.167505,477.86368,347.15845,96.033104,6.6148043,586.89856,13.482192,593.06134,9.263457,30.768944,0.0,869.7092,1752.9927,0.27521208,61.565426,14.64682,10878.404,32.61435,1.3440404,5.103763,15.706131,12.877204,4.367919,8.776325,282.66714,42.497536,4.2167935,0.81030846,4.992705,249.23941,0.71838146,147.33383,101.11895,2436.9822,144.86525,102.99707,180.87567,799.6368,67.35941,50.896137,1080.0636,49.9442,82.10353,9.917434,27.724583,215.75403,12.005342,9.678003,58.220642,19.591497,4159.0586,17.953938,32.49496,16.113062,12.672855,302.9785,57.628258,34.13407,8.831163,8.350276,12.46212,54.330315,92.33356,46.877216,191.56134,18.779194,10.05274,53.29519,22.99637,30.277706,119.007286,13.214798,1.4952117,34.428024,11.931014,1360.3313,22.758709,0.56584966,52.07369,14.365449,133.1171,74.07944,95.880554,9.219133,100.353226,341.07925,234.03665,31.699373,225.29372,58.541264,46.1322,69.10019,131.2344,19.842125,50.59679,471.79272,7.411317,13.64592,256.59274,21.787962,9.621706,43.74392,39.440666,452.10168,124.821625,166.91861,1786.8308,55.098423,1629.793,1509.6993,9.991491,8.503529,1534.5197,18.984606,14.093044,401.98224,30.622278,53.545364,25.937119,85.8328,256.40656,389.315,4.543226,37.982,106.41108,344.3152,7.5918,87.03937,8.939852,1.423544,58.074974,1.0095005,1.1736355,3.4043713,10.594065,26.467758,16.911633,24.110888,306.3192,44.361897,23.202477,33.125504,11.18894,103.460686,6.5523524,88.53656,8.588306,64.37548,11.950529,17.11035,29.266666,9.1001005,31.661924,21.784071,1.0977612,56.863033,9.945254,217.91942,6.8691916,263.1099,19.91296,1126.9062,118.185,2.979047,9.470986,141.28389,177.07936,904.4439,930.6665 +2023-01-24 04:00:00,0.0,2207.7515,37.50183,6.357761,21.187597,23.73785,209.65933,26.732111,45.215603,17.724527,26.128134,240.91931,130.75261,13.532361,52.418278,4.1082916,3.1372283,40.485374,79.28002,52.752384,503.01984,32.55821,534.769,134.38715,42.212593,108.690025,267.49387,77.68279,968.2401,257.468,2312.0415,48.341007,2497.8174,563.30707,32.507366,26.85286,167.3092,231.45808,303.58542,825.6896,40.25269,17.77621,10.16658,477.8146,347.40134,96.11358,6.61361,586.96277,13.4844,593.05634,9.269522,30.772041,0.0,869.93805,1753.0045,0.27525347,61.51405,14.647445,10880.204,32.626804,1.3446987,5.1025085,15.706383,12.887603,4.3721285,8.776677,282.75198,42.47521,4.215741,0.8106139,4.9968777,249.47673,0.7177993,147.35103,101.054306,2438.2715,144.75044,103.02678,180.931,799.69257,67.41161,50.93044,1080.791,49.93516,82.11153,9.916947,27.739511,215.80084,12.007917,9.676974,58.232666,19.597473,4159.3306,17.953781,32.51747,16.113874,12.678414,303.04123,57.6419,34.151882,8.833882,8.353608,12.45857,54.32771,92.36589,46.905643,191.58223,18.780128,10.0628805,53.311134,22.990913,30.257126,119.01581,13.200699,1.4949328,34.45047,11.928499,1359.5388,22.762932,0.56538785,52.12621,14.370788,133.14084,74.05573,95.86566,9.221767,100.37715,341.09457,234.0174,31.709335,225.26343,58.496952,46.12936,69.09934,131.30565,19.854797,50.61619,471.76254,7.419297,13.660363,256.69577,21.783642,9.623447,43.778763,39.467056,452.45996,124.896706,166.92654,1787.513,55.016373,1629.6537,1509.464,9.986828,8.496102,1534.1592,18.97622,14.083557,401.9077,30.604435,53.517742,25.931326,85.77008,256.38763,389.22897,4.5414834,37.967163,106.29475,344.2576,7.586809,87.0316,8.93629,1.4232652,58.07255,1.0095451,1.1737932,3.4048872,10.593069,26.458172,16.907545,24.115591,305.76755,44.34543,23.188557,33.114918,11.183103,103.49462,6.5418463,88.6466,8.583871,64.35962,11.9294,17.075226,29.23611,9.097983,31.62819,21.75188,1.0975187,56.847992,9.944356,217.91154,6.868152,263.04437,19.908573,1127.1113,118.15765,2.9787033,9.469076,141.25746,177.04858,904.3732,930.7669 +2023-01-24 05:00:00,0.0,2207.179,37.485374,6.3520055,21.141087,23.721426,209.5489,26.726484,45.201756,17.722092,26.123623,240.9267,130.74744,13.528785,52.410805,4.1150093,3.1420593,40.466206,79.39381,52.802532,502.7794,32.593456,534.2957,134.40393,42.26243,108.799126,267.24512,77.69717,968.4812,257.47452,2311.1763,48.370773,2497.2087,563.81714,32.534504,26.869495,167.46686,231.45529,303.6177,826.2984,40.251343,17.765144,10.165655,477.7655,347.64423,96.19406,6.612416,587.027,13.486608,593.0513,9.275586,30.775137,0.0,870.1669,1753.0165,0.27529484,61.46267,14.648069,10882.004,32.639263,1.3453571,5.1012545,15.706636,12.898002,4.376338,8.777029,282.83682,42.452885,4.214689,0.8109193,5.0010505,249.71407,0.71721715,147.36823,100.989655,2439.5608,144.63564,103.056496,180.98633,799.7483,67.46381,50.96474,1081.5184,49.926125,82.11952,9.916461,27.754438,215.84764,12.010492,9.675944,58.24469,19.603447,4159.603,17.953623,32.539986,16.114687,12.683972,303.10394,57.65554,34.16969,8.836602,8.35694,12.45502,54.325108,92.398224,46.934074,191.60312,18.781065,10.07302,53.32708,22.985456,30.236546,119.02432,13.1866,1.4946539,34.472916,11.925984,1358.7463,22.767157,0.5649261,52.17873,14.376126,133.16458,74.032036,95.85077,9.224402,100.40108,341.1099,233.99812,31.719296,225.23314,58.452644,46.12652,69.09849,131.37689,19.86747,50.635597,471.73233,7.4272776,13.674806,256.79883,21.779322,9.62519,43.81361,39.49345,452.81827,124.97179,166.9345,1788.195,54.934322,1629.5143,1509.2286,9.982163,8.488676,1533.7988,18.967834,14.074071,401.83322,30.586594,53.49012,25.925531,85.70736,256.36868,389.14294,4.5397415,37.95233,106.17842,344.20004,7.581818,87.023834,8.932729,1.4229863,58.07013,1.0095897,1.1739508,3.4054031,10.592073,26.448586,16.903458,24.120296,305.21585,44.328964,23.174635,33.104336,11.177266,103.528564,6.5313396,88.75663,8.579435,64.34375,11.908272,17.0401,29.205555,9.095867,31.594452,21.71969,1.0972762,56.832947,9.943458,217.90366,6.867113,262.97882,19.904186,1127.3164,118.1303,2.9783597,9.467166,141.23103,177.0178,904.3026,930.8673 +2023-01-24 06:00:00,0.0,2206.6064,37.468918,6.34625,21.094578,23.705,209.43846,26.720856,45.18791,17.719658,26.11911,240.9341,130.74228,13.525208,52.40333,4.1217265,3.1468902,40.447033,79.50759,52.852676,502.53894,32.628704,533.8224,134.42072,42.312267,108.908226,266.9964,77.71153,968.7222,257.48105,2310.311,48.40054,2496.6,564.32715,32.56164,26.88613,167.62453,231.4525,303.65,826.9072,40.25,17.754078,10.16473,477.71643,347.88712,96.274536,6.6112213,587.0912,13.488815,593.04626,9.281651,30.778234,0.0,870.3957,1753.0283,0.2753362,61.41129,14.648695,10883.803,32.651722,1.3460153,5.1,15.706888,12.908401,4.3805475,8.777381,282.92166,42.430557,4.2136364,0.81122464,5.0052233,249.95139,0.716635,147.3854,100.925,2440.85,144.52083,103.08621,181.04166,799.804,67.516014,50.99904,1082.2458,49.91709,82.12752,9.915976,27.769365,215.89444,12.013067,9.674915,58.25671,19.609423,4159.875,17.953466,32.5625,16.1155,12.68953,303.1667,57.66918,34.1875,8.839322,8.360273,12.451469,54.322502,92.43056,46.9625,191.624,18.782,10.083159,53.343025,22.98,30.215965,119.03284,13.1725,1.494375,34.495358,11.92347,1357.9539,22.77138,0.5644643,52.23125,14.381465,133.18831,74.00833,95.83588,9.227036,100.425,341.12524,233.97887,31.729258,225.20285,58.408333,46.12368,69.09764,131.44815,19.880142,50.655,471.70215,7.4352584,13.689249,256.90186,21.775002,9.626931,43.848454,39.51984,453.17657,125.046875,166.94244,1788.877,54.852272,1629.375,1508.9934,9.9775,8.48125,1533.4384,18.959448,14.064584,401.75873,30.56875,53.4625,25.919739,85.64464,256.34976,389.05692,4.5379996,37.9375,106.06209,344.14246,7.576827,87.01607,8.929167,1.4227074,58.067707,1.0096343,1.1741085,3.4059193,10.591078,26.439,16.89937,24.125,304.66418,44.3125,23.160713,33.09375,11.171429,103.5625,6.5208335,88.86667,8.575,64.32789,11.887142,17.004976,29.175,9.09375,31.560715,21.6875,1.0970337,56.8179,9.942559,217.89578,6.866074,262.9133,19.8998,1127.5215,118.10296,2.978016,9.465256,141.20459,176.98703,904.23193,930.9678 +2023-01-24 07:00:00,0.0,2206.034,37.45246,6.340494,21.048067,23.688576,209.32803,26.715227,45.17406,17.717224,26.1146,240.94148,130.7371,13.521632,52.39586,4.1284437,3.151721,40.427864,79.62138,52.90282,502.2985,32.663956,533.3491,134.4375,42.362106,109.01733,266.74765,77.72591,968.96326,257.48758,2309.4456,48.430305,2495.9917,564.83716,32.58878,26.902765,167.7822,231.4497,303.68228,827.51605,40.248657,17.743011,10.163805,477.66736,348.13,96.35501,6.610027,587.15533,13.491023,593.0412,9.287715,30.781332,0.0,870.62445,1753.0403,0.2753776,61.359913,14.64932,10885.603,32.66418,1.3466736,5.0987453,15.707142,12.918799,4.384757,8.777733,283.00653,42.40823,4.2125835,0.81153005,5.0093966,250.18872,0.71605283,147.4026,100.86035,2442.1394,144.40602,103.11593,181.097,799.8598,67.56821,51.03334,1082.9733,49.908054,82.135506,9.915489,27.784294,215.94125,12.015642,9.673886,58.268734,19.615396,4160.147,17.95331,32.585014,16.116312,12.695089,303.2294,57.682823,34.20531,8.842041,8.3636055,12.44792,54.319897,92.46288,46.99093,191.64488,18.782934,10.0933,53.358974,22.974543,30.195385,119.04135,13.158401,1.494096,34.517803,11.920955,1357.1613,22.775602,0.5640025,52.28377,14.386804,133.21205,73.984634,95.820984,9.229671,100.44892,341.14056,233.95961,31.739218,225.17256,58.364025,46.12084,69.096794,131.5194,19.892815,50.6744,471.67194,7.4432387,13.703692,257.00488,21.770681,9.628674,43.8833,39.54623,453.53488,125.121956,166.95038,1789.5591,54.77022,1629.2357,1508.758,9.972836,8.473824,1533.078,18.951061,14.055097,401.6842,30.550907,53.43488,25.913944,85.581924,256.3308,388.9709,4.5362577,37.922665,105.945755,344.0849,7.5718355,87.0083,8.925605,1.4224286,58.065285,1.0096788,1.1742662,3.4064353,10.590082,26.429415,16.895283,24.129704,304.1125,44.296036,23.146793,33.083164,11.165591,103.596436,6.5103273,88.97671,8.570564,64.31202,11.866014,16.969852,29.144444,9.091633,31.52698,21.655308,1.0967913,56.80286,9.941661,217.8879,6.8650346,262.84778,19.895412,1127.7266,118.07561,2.9776723,9.463346,141.17816,176.95625,904.1613,931.0682 +2023-01-24 08:00:00,0.0,2205.4614,37.43601,6.3347387,21.001558,23.672152,209.2176,26.7096,45.160213,17.714788,26.110088,240.94887,130.73193,13.518056,52.388386,4.1351614,3.156552,40.40869,79.73517,52.952965,502.05804,32.699203,532.8758,134.45428,42.41194,109.12643,266.49893,77.74028,969.2043,257.49414,2308.5803,48.46007,2495.383,565.34717,32.615917,26.9194,167.93985,231.44691,303.71457,828.1248,40.24731,17.731945,10.162881,477.61826,348.3729,96.43549,6.6088324,587.21954,13.493231,593.0362,9.293778,30.78443,0.0,870.8533,1753.0522,0.27541897,61.308533,14.649944,10887.402,32.67664,1.3473319,5.097491,15.707394,12.929198,4.3889666,8.778085,283.09137,42.385902,4.211531,0.81183547,5.0135694,250.42606,0.7154707,147.4198,100.7957,2443.4287,144.29121,103.145645,181.15233,799.9155,67.62041,51.067642,1083.7007,49.899017,82.1435,9.915004,27.799221,215.98805,12.018217,9.672856,58.280758,19.621372,4160.4194,17.953152,32.60753,16.117125,12.700647,303.2921,57.696465,34.223118,8.844761,8.366938,12.44437,54.317295,92.49522,47.019356,191.66577,18.78387,10.103439,53.37492,22.969086,30.174803,119.049866,13.144301,1.4938172,34.54025,11.91844,1356.3688,22.779825,0.5635407,52.33629,14.392143,133.2358,73.96093,95.80609,9.232306,100.47285,341.15588,233.94034,31.74918,225.14227,58.319714,46.117996,69.09594,131.59064,19.905487,50.693806,471.64172,7.451219,13.718136,257.1079,21.766361,9.630415,43.918144,39.57262,453.8932,125.197044,166.95833,1790.241,54.68817,1629.0963,1508.5228,9.968172,8.466398,1532.7175,18.942675,14.045609,401.6097,30.533066,53.407257,25.90815,85.5192,256.3119,388.88486,4.534516,37.907833,105.82942,344.0273,7.5668445,87.000534,8.922043,1.4221497,58.06286,1.0097234,1.1744238,3.4069512,10.589087,26.419828,16.891195,24.134409,303.5608,44.27957,23.132872,33.072582,11.159755,103.63038,6.4998207,89.08674,8.566129,64.29616,11.844884,16.934729,29.113888,9.089516,31.493242,21.623117,1.0965489,56.787815,9.9407625,217.88002,6.8639956,262.78223,19.891026,1127.9316,118.04826,2.9773288,9.461435,141.15173,176.92549,904.0907,931.1686 +2023-01-24 09:00:00,0.0,2204.889,37.41955,6.3289833,20.955048,23.655725,209.10716,26.703972,45.14637,17.712355,26.105577,240.95627,130.72678,13.51448,52.380913,4.1418786,3.161383,40.389523,79.84895,53.003113,501.8176,32.73445,532.4025,134.47107,42.46178,109.23553,266.25018,77.754654,969.4453,257.50067,2307.715,48.489838,2494.7744,565.85724,32.643055,26.936035,168.0975,231.44412,303.74686,828.73364,40.245968,17.720879,10.161956,477.56918,348.61578,96.51597,6.607638,587.28375,13.49544,593.0311,9.299843,30.787527,0.0,871.0821,1753.0641,0.27546033,61.257153,14.650569,10889.202,32.6891,1.3479902,5.096236,15.707645,12.939597,4.393176,8.778438,283.1762,42.363575,4.210479,0.8121408,5.017742,250.66338,0.71488845,147.437,100.73105,2444.718,144.1764,103.175354,181.20766,799.97125,67.67261,51.10194,1084.4281,49.889984,82.1515,9.914517,27.814148,216.03487,12.020792,9.671827,58.292778,19.627348,4160.6914,17.952995,32.63004,16.117937,12.706205,303.35486,57.710106,34.24093,8.84748,8.37027,12.44082,54.31469,92.52755,47.047783,191.68666,18.784805,10.113579,53.390865,22.963629,30.154222,119.05838,13.130201,1.4935383,34.56269,11.915925,1355.5763,22.784048,0.56307894,52.38881,14.397482,133.25952,73.93723,95.7912,9.23494,100.49677,341.17123,233.92108,31.75914,225.11198,58.275402,46.115158,69.09509,131.66188,19.91816,50.713207,471.61154,7.4592,13.732578,257.21094,21.762041,9.632157,43.95299,39.59901,454.2515,125.272125,166.96626,1790.9231,54.60612,1628.957,1508.2875,9.963508,8.458972,1532.357,18.934288,14.036122,401.5352,30.515223,53.37964,25.902357,85.45648,256.29294,388.79883,4.532774,37.893,105.71309,343.96976,7.5618534,86.99277,8.918481,1.4218708,58.060436,1.009768,1.1745815,3.4074674,10.588091,26.410242,16.887108,24.139112,303.00912,44.263103,23.118952,33.061996,11.153917,103.664314,6.4893146,89.19678,8.561693,64.28029,11.823755,16.899603,29.083334,9.087399,31.459505,21.590927,1.0963064,56.772774,9.939864,217.87213,6.8629565,262.7167,19.886639,1128.1367,118.02091,2.976985,9.459525,141.1253,176.89471,904.02,931.269 +2023-01-24 10:00:00,0.0,2204.3164,37.403095,6.323228,20.908539,23.639301,208.99673,26.698343,45.132523,17.709919,26.101067,240.96365,130.7216,13.510903,52.37344,4.148596,3.1662138,40.37035,79.96274,53.053257,501.57715,32.7697,531.9292,134.48785,42.511616,109.34463,266.00146,77.76902,969.6864,257.5072,2306.8499,48.519608,2494.1658,566.36725,32.670193,26.95267,168.25517,231.44135,303.77914,829.34247,40.244625,17.709812,10.161031,477.5201,348.85867,96.59645,6.606444,587.3479,13.497647,593.0261,9.305907,30.790623,0.0,871.3109,1753.076,0.27550173,61.205776,14.651194,10891.001,32.701557,1.3486484,5.0949817,15.707899,12.949996,4.3973856,8.7787895,283.26108,42.341248,4.2094264,0.81244624,5.0219154,250.90071,0.7143063,147.4542,100.6664,2446.0073,144.0616,103.20507,181.26299,800.02704,67.72481,51.136242,1085.1556,49.880947,82.15949,9.914031,27.829077,216.08167,12.023367,9.670798,58.304802,19.633322,4160.964,17.952837,32.652554,16.11875,12.711763,303.41757,57.723747,34.258736,8.8502,8.373602,12.43727,54.312084,92.55988,47.07621,191.70755,18.785742,10.123718,53.40681,22.958172,30.133642,119.066895,13.116102,1.4932594,34.585136,11.91341,1354.7838,22.78827,0.5626171,52.44133,14.402821,133.28326,73.91353,95.776306,9.237575,100.5207,341.18655,233.90181,31.769102,225.08171,58.231094,46.112316,69.094246,131.73312,19.930832,50.732613,471.58133,7.4671803,13.747022,257.31396,21.757719,9.633899,43.987835,39.6254,454.6098,125.347206,166.97421,1791.605,54.52407,1628.8177,1508.0521,9.958844,8.451546,1531.9967,18.925901,14.026635,401.4607,30.49738,53.352016,25.896563,85.39376,256.27402,388.7128,4.531032,37.878166,105.59676,343.91217,7.556862,86.985,8.914919,1.421592,58.058014,1.0098126,1.1747391,3.4079833,10.587095,26.400656,16.88302,24.143818,302.45743,44.24664,23.10503,33.05141,11.14808,103.69825,6.4788084,89.30681,8.557258,64.26443,11.802627,16.86448,29.052778,9.085282,31.42577,21.558737,1.096064,56.75773,9.938967,217.86426,6.861917,262.65118,19.882252,1128.3418,117.99357,2.9766414,9.457616,141.09888,176.86394,903.9494,931.3694 +2023-01-24 11:00:00,0.0,2203.744,37.38664,6.317472,20.862028,23.622877,208.8863,26.692717,45.118675,17.707485,26.096554,240.97104,130.71643,13.507327,52.365967,4.1553135,3.1710448,40.35118,80.07653,53.1034,501.3367,32.80495,531.45593,134.50464,42.561455,109.45373,265.75272,77.783394,969.9274,257.51373,2305.9846,48.549374,2493.5574,566.87726,32.69733,26.969305,168.41283,231.43855,303.81143,829.9513,40.24328,17.698746,10.160106,477.47104,349.10156,96.676926,6.6052494,587.4121,13.499855,593.0211,9.311972,30.79372,0.0,871.5397,1753.0879,0.2755431,61.154396,14.651818,10892.801,32.714012,1.3493067,5.0937276,15.708151,12.960395,4.401595,8.779141,283.34592,42.318924,4.208374,0.81275165,5.026088,251.13803,0.71372414,147.47137,100.601746,2447.2966,143.9468,103.23479,181.31833,800.08276,67.77701,51.170544,1085.883,49.87191,82.16749,9.913546,27.844004,216.12846,12.025942,9.669769,58.316822,19.639297,4161.236,17.95268,32.675068,16.119562,12.717322,303.4803,57.73739,34.276546,8.852919,8.376935,12.43372,54.30948,92.59222,47.104637,191.72844,18.786676,10.133859,53.422756,22.952715,30.113062,119.07541,13.102002,1.4929805,34.607582,11.910895,1353.9913,22.792496,0.56215537,52.49385,14.408159,133.307,73.88983,95.76141,9.240209,100.544624,341.20187,233.88255,31.779064,225.05142,58.186783,46.109478,69.09339,131.80438,19.943504,50.752014,471.55115,7.4751606,13.761465,257.41702,21.753399,9.63564,44.02268,39.651794,454.96808,125.422295,166.98215,1792.2871,54.44202,1628.6783,1507.8169,9.95418,8.444119,1531.6362,18.917517,14.017149,401.3862,30.479536,53.324394,25.89077,85.33104,256.25507,388.62677,4.52929,37.863335,105.48043,343.8546,7.551871,86.977234,8.911358,1.4213132,58.05559,1.0098572,1.1748968,3.4084992,10.5861,26.39107,16.878933,24.148521,301.90576,44.230175,23.09111,33.040825,11.142242,103.73219,6.4683022,89.41685,8.552823,64.24856,11.781497,16.829355,29.022223,9.083165,31.392033,21.526545,1.0958215,56.742683,9.938068,217.85637,6.860878,262.58563,19.877865,1128.5469,117.966225,2.9762979,9.455706,141.07245,176.83316,903.8787,931.4698 +2023-01-24 12:00:00,0.0,2203.1714,37.370182,6.3117166,20.815517,23.606453,208.77586,26.687088,45.104828,17.705051,26.092043,240.97844,130.71127,13.503751,52.358494,4.1620307,3.1758757,40.332012,80.190315,53.153545,501.09625,32.8402,530.9826,134.52144,42.611294,109.56283,265.504,77.79777,970.16846,257.52026,2305.1194,48.57914,2492.9487,567.3873,32.72447,26.985939,168.5705,231.43576,303.84372,830.5601,40.241936,17.68768,10.159181,477.42194,349.34445,96.7574,6.604055,587.4763,13.502063,593.01605,9.318035,30.796818,0.0,871.76855,1753.0999,0.27558446,61.103016,14.652443,10894.601,32.72647,1.3499651,5.092473,15.708405,12.970794,4.4058046,8.779493,283.43076,42.296597,4.207321,0.813057,5.030261,251.37537,0.713142,147.48857,100.537094,2448.5862,143.83199,103.26451,181.37366,800.1385,67.82921,51.20484,1086.6105,49.862877,82.17548,9.913059,27.85893,216.17528,12.028517,9.668739,58.328846,19.645271,4161.5083,17.952522,32.697582,16.120373,12.72288,303.54303,57.75103,34.294353,8.8556385,8.380267,12.43017,54.306877,92.62455,47.133064,191.74933,18.787613,10.143998,53.4387,22.947258,30.09248,119.08392,13.087903,1.4927016,34.630024,11.9083805,1353.1989,22.796719,0.56169355,52.54637,14.413498,133.33075,73.86613,95.74652,9.242843,100.56855,341.21722,233.86328,31.789024,225.02113,58.142475,46.106636,69.092545,131.87563,19.956177,50.77142,471.52094,7.4831414,13.7759075,257.52005,21.749079,9.6373825,44.057526,39.678185,455.3264,125.497375,166.9901,1792.9691,54.35997,1628.5391,1507.5815,9.949516,8.436693,1531.2759,18.90913,14.007662,401.31168,30.461695,53.296776,25.884975,85.26832,256.23615,388.54074,4.5275483,37.848503,105.3641,343.79703,7.54688,86.96947,8.907796,1.4210342,58.05317,1.0099018,1.1750546,3.4090154,10.585104,26.381483,16.874846,24.153225,301.35406,44.21371,23.077188,33.030243,11.136406,103.76613,6.4577956,89.526886,8.548388,64.2327,11.760368,16.794231,28.991667,9.081048,31.358295,21.494354,1.0955791,56.727642,9.93717,217.8485,6.859839,262.5201,19.87348,1128.7518,117.93887,2.975954,9.453795,141.04602,176.80238,903.8081,931.57025 +2023-01-24 13:00:00,0.0,2202.5989,37.353725,6.305961,20.769009,23.590027,208.66544,26.68146,45.090984,17.702616,26.087532,240.98582,130.7061,13.500174,52.35102,4.168748,3.1807065,40.31284,80.3041,53.20369,500.8558,32.875446,530.50934,134.53822,42.66113,109.67193,265.25525,77.81213,970.4095,257.52682,2304.2542,48.608906,2492.34,567.89734,32.751606,27.002575,168.72815,231.43297,303.876,831.1689,40.240593,17.676613,10.158257,477.37286,349.58734,96.83788,6.6028605,587.5405,13.504271,593.01105,9.3241,30.799915,0.0,871.9973,1753.1117,0.27562582,61.05164,14.653068,10896.399,32.73893,1.3506234,5.0912185,15.708656,12.981193,4.410014,8.779845,283.5156,42.27427,4.206269,0.8133624,5.034434,251.61269,0.7125598,147.50577,100.47245,2449.8755,143.71718,103.29422,181.42899,800.1943,67.88141,51.239143,1087.3379,49.85384,82.18348,9.912573,27.87386,216.22208,12.031093,9.66771,58.34087,19.651247,4161.7803,17.952366,32.720093,16.121185,12.728438,303.60574,57.76467,34.312164,8.858358,8.383599,12.4266205,54.30427,92.65688,47.16149,191.77022,18.788548,10.154138,53.454647,22.941801,30.0719,119.092445,13.073804,1.4924227,34.65247,11.905866,1352.4064,22.800941,0.5612318,52.598892,14.418837,133.35448,73.84243,95.73163,9.245478,100.592476,341.23254,233.84402,31.798986,224.99084,58.098164,46.103798,69.0917,131.94687,19.96885,50.79082,471.49075,7.491122,13.790351,257.62308,21.744759,9.639124,44.09237,39.704575,455.6847,125.572464,166.99803,1793.6511,54.27792,1628.3998,1507.3463,9.944852,8.429267,1530.9154,18.900743,13.998175,401.23718,30.443851,53.269154,25.87918,85.2056,256.21722,388.4547,4.5258064,37.833668,105.247765,343.73947,7.541888,86.9617,8.904234,1.4207554,58.050743,1.0099463,1.1752121,3.4095314,10.584108,26.371899,16.870758,24.15793,300.8024,44.197243,23.063269,33.019657,11.1305685,103.800064,6.4472895,89.63692,8.543952,64.21683,11.739239,16.759106,28.961111,9.078931,31.32456,21.462164,1.0953367,56.712597,9.936272,217.8406,6.8587995,262.4546,19.869093,1128.9569,117.91153,2.9756105,9.451885,141.01959,176.7716,903.7375,931.67065 +2023-01-24 14:00:00,0.0,2202.0264,37.337273,6.300205,20.722498,23.573603,208.555,26.675833,45.077137,17.700182,26.083021,240.99321,130.70093,13.496597,52.343548,4.1754656,3.1855376,40.29367,80.417885,53.253838,500.61536,32.910694,530.036,134.55501,42.710968,109.78103,265.00653,77.82651,970.6505,257.53336,2303.389,48.63867,2491.7317,568.40735,32.778744,27.019209,168.8858,231.43018,303.9083,831.7777,40.239246,17.665546,10.157331,477.3238,349.83023,96.91836,6.6016665,587.6047,13.506478,593.006,9.330164,30.803013,0.0,872.2262,1753.1237,0.27566722,61.00026,14.653693,10898.199,32.75139,1.3512816,5.089964,15.70891,12.991591,4.4142237,8.780197,283.60046,42.25194,4.2052164,0.81366783,5.038607,251.85002,0.71197766,147.52296,100.4078,2451.1648,143.60237,103.32394,181.48431,800.25,67.93361,51.27344,1088.0653,49.844803,82.191475,9.912087,27.888786,216.26888,12.033668,9.666681,58.35289,19.657223,4162.0522,17.952208,32.742607,16.121998,12.733997,303.66846,57.778313,34.32997,8.861077,8.386931,12.42307,54.301666,92.68922,47.18992,191.7911,18.789484,10.164277,53.470592,22.936344,30.05132,119.10096,13.059704,1.4921438,34.674915,11.903351,1351.6139,22.805164,0.56077,52.651413,14.424175,133.37822,73.818726,95.716736,9.248112,100.616394,341.24786,233.82475,31.808947,224.96056,58.053852,46.100956,69.09084,132.01811,19.981522,50.810226,471.46054,7.499102,13.804794,257.7261,21.740438,9.640866,44.127216,39.730965,456.043,125.647545,167.00598,1794.333,54.19587,1628.2605,1507.111,9.940187,8.421842,1530.555,18.892357,13.9886875,401.1627,30.426008,53.24153,25.873388,85.142876,256.19827,388.36868,4.524064,37.818836,105.13143,343.6819,7.536897,86.95393,8.900672,1.4204766,58.04832,1.0099909,1.1753699,3.4100473,10.583113,26.362312,16.86667,24.162634,300.2507,44.18078,23.049347,33.00907,11.124731,103.83401,6.4367833,89.746956,8.539516,64.200966,11.71811,16.723982,28.930555,9.076815,31.290823,21.429972,1.0950942,56.697556,9.935373,217.83273,6.8577604,262.38904,19.864706,1129.162,117.88418,2.9752667,9.449975,140.99316,176.74083,903.6668,931.77106 +2023-01-24 15:00:00,0.0,2201.4539,37.320816,6.29445,20.67599,23.557178,208.44456,26.670204,45.06329,17.697748,26.078508,241.00061,130.69577,13.493021,52.336075,4.182183,3.1903684,40.274498,80.53168,53.30398,500.3749,32.945942,529.5627,134.5718,42.760803,109.89013,264.75778,77.84088,970.89154,257.5399,2302.5237,48.668438,2491.123,568.91736,32.80588,27.035845,169.04346,231.42738,303.94058,832.38654,40.237904,17.65448,10.156406,477.27472,350.07312,96.99883,6.600472,587.6689,13.508686,593.001,9.336228,30.806108,0.0,872.45496,1753.1356,0.2757086,60.948883,14.654318,10899.999,32.763847,1.3519399,5.0887094,15.709162,13.00199,4.418433,8.780549,283.6853,42.229614,4.204164,0.8139732,5.04278,252.08734,0.7113955,147.54015,100.34315,2452.454,143.48756,103.35365,181.53964,800.3058,67.9858,51.307743,1088.7927,49.83577,82.19947,9.911601,27.903713,216.31569,12.0362425,9.665651,58.364914,19.663197,4162.3247,17.952051,32.76512,16.12281,12.739555,303.7312,57.791954,34.347782,8.863797,8.3902645,12.41952,54.29906,92.72155,47.218346,191.812,18.790419,10.1744175,53.486538,22.930887,30.030739,119.109474,13.045605,1.4918649,34.697357,11.900836,1350.8214,22.809387,0.56030816,52.70393,14.429514,133.40196,73.79503,95.70184,9.250746,100.64032,341.2632,233.8055,31.818909,224.93027,58.009544,46.098118,69.09,132.08937,19.994194,50.829628,471.43033,7.507083,13.819237,257.82913,21.736118,9.642608,44.16206,39.757355,456.4013,125.722626,167.01392,1795.0151,54.11382,1628.1211,1506.8756,9.935524,8.414415,1530.1946,18.88397,13.9792,401.08817,30.408165,53.213913,25.867594,85.080154,256.17935,388.28265,4.522322,37.804,105.01511,343.62433,7.531906,86.94617,8.89711,1.4201977,58.0459,1.0100355,1.1755275,3.4105635,10.582117,26.352726,16.862583,24.16734,299.69904,44.164314,23.035425,32.99849,11.118895,103.86794,6.426277,89.856995,8.535081,64.1851,11.696981,16.688858,28.9,9.0746975,31.257086,21.397781,1.0948517,56.68251,9.934475,217.82484,6.8567214,262.32352,19.86032,1129.3671,117.856834,2.9749231,9.448065,140.96674,176.71005,903.5962,931.87146 +2023-01-24 16:00:00,0.0,2200.8816,37.30436,6.2886944,20.629478,23.540752,208.33414,26.664576,45.049442,17.695312,26.073997,241.008,130.6906,13.489445,52.3286,4.1889,3.1951993,40.25533,80.64546,53.354126,500.13446,32.981194,529.0894,134.58858,42.810642,109.99923,264.50906,77.85525,971.1326,257.54642,2301.6584,48.698204,2490.5144,569.4274,32.83302,27.052479,169.20113,231.42459,303.97287,832.99536,40.23656,17.643414,10.155481,477.22562,350.316,97.079315,6.5992775,587.7331,13.510894,592.996,9.342292,30.809206,0.0,872.68384,1753.1475,0.27574995,60.897503,14.6549425,10901.798,32.776306,1.3525982,5.087455,15.709414,13.012389,4.4226427,8.780901,283.77014,42.207287,4.2031116,0.8142786,5.0469527,252.32468,0.71081334,147.55734,100.278496,2453.7434,143.37276,103.38337,181.59499,800.3615,68.038,51.342045,1089.5201,49.826733,82.207466,9.911116,27.918642,216.36249,12.038817,9.664622,58.376938,19.669172,4162.5967,17.951893,32.787636,16.123623,12.745113,303.7939,57.805595,34.365593,8.866516,8.393597,12.41597,54.29646,92.75388,47.246773,191.83289,18.791355,10.184557,53.502483,22.92543,30.010159,119.11799,13.031506,1.491586,34.719803,11.898321,1350.0289,22.813612,0.5598464,52.75645,14.434854,133.4257,73.771324,95.68695,9.253381,100.664246,341.27853,233.78622,31.82887,224.89998,57.965233,46.095276,69.08914,132.16061,20.006866,50.849033,471.40015,7.5150633,13.83368,257.93216,21.731798,9.644349,44.196907,39.783745,456.7596,125.797714,167.02187,1795.6971,54.03177,1627.9818,1506.6404,9.93086,8.406989,1529.8341,18.875584,13.969713,401.01367,30.390324,53.18629,25.861801,85.01743,256.1604,388.19662,4.5205803,37.78917,104.89877,343.56674,7.5269146,86.9384,8.893548,1.4199188,58.043476,1.0100801,1.1756852,3.4110794,10.581121,26.34314,16.858496,24.172043,299.14734,44.14785,23.021505,32.987904,11.113057,103.90188,6.4157705,89.967026,8.530645,64.169235,11.675852,16.653734,28.869444,9.07258,31.22335,21.365591,1.0946093,56.667465,9.933577,217.81696,6.855682,262.25797,19.855932,1129.5721,117.82948,2.9745796,9.446155,140.9403,176.67929,903.5255,931.97186 +2023-01-24 17:00:00,0.0,2200.309,37.287903,6.2829385,20.58297,23.524328,208.2237,26.658949,45.0356,17.692879,26.069487,241.01538,130.68542,13.485868,52.32113,4.1956177,3.20003,40.236156,80.75925,53.40427,499.894,33.01644,528.6161,134.60536,42.86048,110.10833,264.2603,77.86962,971.37366,257.55295,2300.7932,48.727974,2489.906,569.93744,32.860157,27.069115,169.35878,231.4218,304.00516,833.6041,40.235214,17.632347,10.154556,477.17654,350.5589,97.15979,6.598083,587.7973,13.513102,592.9909,9.348356,30.812304,0.0,872.9126,1753.1594,0.27579135,60.846123,14.655567,10903.598,32.788765,1.3532565,5.0862007,15.709667,13.022788,4.426852,8.781254,283.855,42.184963,4.2020593,0.814584,5.0511255,252.56201,0.7102312,147.57454,100.213844,2455.0327,143.25795,103.413086,181.65031,800.41724,68.0902,51.376343,1090.2476,49.817696,82.21546,9.910629,27.933569,216.40929,12.041392,9.663593,58.388958,19.675146,4162.869,17.951736,32.810146,16.124435,12.750672,303.85663,57.819237,34.3834,8.869236,8.396929,12.41242,54.293854,92.78622,47.2752,191.85378,18.79229,10.194696,53.51843,22.919973,29.989576,119.1265,13.0174055,1.4913071,34.742245,11.895806,1349.2365,22.817835,0.5593846,52.80897,14.440192,133.44943,73.74763,95.67206,9.256015,100.68817,341.29385,233.76697,31.83883,224.86969,57.920925,46.092438,69.088295,132.23186,20.019539,50.868435,471.36993,7.5230436,13.848124,258.03522,21.727478,9.646091,44.23175,39.81014,457.11792,125.872795,167.0298,1796.3792,53.94972,1627.8425,1506.405,9.926196,8.399563,1529.4738,18.867199,13.960226,400.93918,30.37248,53.15867,25.856007,84.95471,256.14148,388.1106,4.5188384,37.774338,104.78244,343.5092,7.5219235,86.93063,8.889986,1.41964,58.04105,1.0101247,1.1758429,3.4115953,10.580126,26.333553,16.854408,24.176746,298.59567,44.131386,23.007584,32.977318,11.10722,103.93582,6.4052644,90.077065,8.52621,64.153366,11.654723,16.618608,28.838888,9.070463,31.189613,21.3334,1.0943669,56.652424,9.932678,217.80908,6.854643,262.19244,19.851545,1129.7772,117.80214,2.9742358,9.444244,140.91388,176.64851,903.4549,932.0723 +2023-01-24 18:00:00,0.0,2199.7366,37.271446,6.277183,20.536459,23.507904,208.11327,26.65332,45.02175,17.690443,26.064976,241.02278,130.68027,13.482292,52.313656,4.202335,3.2048612,40.216988,80.87303,53.45442,499.65356,33.05169,528.1428,134.62215,42.910316,110.21743,264.0116,77.883995,971.6147,257.5595,2299.928,48.75774,2489.2974,570.44745,32.887295,27.085749,169.51645,231.419,304.03745,834.21295,40.23387,17.62128,10.153632,477.12747,350.8018,97.240265,6.596889,587.86145,13.515309,592.9859,9.354421,30.815401,0.0,873.1414,1753.1713,0.2758327,60.794746,14.656192,10905.397,32.801224,1.3539147,5.084946,15.709919,13.033187,4.4310617,8.781606,283.93985,42.162636,4.2010064,0.8148894,5.055299,252.79933,0.709649,147.59174,100.14919,2456.322,143.14314,103.442795,181.70564,800.473,68.1424,51.410645,1090.975,49.808662,82.22346,9.910143,27.948496,216.4561,12.043967,9.662563,58.40098,19.681122,4163.141,17.951578,32.83266,16.125248,12.75623,303.91937,57.83288,34.40121,8.871955,8.400261,12.408871,54.29125,92.81854,47.30363,191.87466,18.793226,10.204836,53.534374,22.914516,29.968996,119.13502,13.003306,1.4910282,34.76469,11.893291,1348.444,22.822058,0.5589228,52.861492,14.445531,133.47318,73.72392,95.657166,9.25865,100.7121,341.3092,233.7477,31.848793,224.83942,57.876614,46.089596,69.08745,132.3031,20.032211,50.88784,471.33975,7.531024,13.862566,258.13824,21.723158,9.647833,44.266594,39.83653,457.4762,125.94788,167.03775,1797.0612,53.86767,1627.7031,1506.1698,9.921532,8.392137,1529.1133,18.858812,13.95074,400.86465,30.354637,53.13105,25.850214,84.89199,256.12253,388.02457,4.5170965,37.759502,104.66611,343.4516,7.5169325,86.92287,8.886425,1.4193611,58.038628,1.0101693,1.1760005,3.4121115,10.57913,26.323967,16.85032,24.181452,298.04398,44.114918,22.993664,32.966732,11.101382,103.96976,6.394758,90.187096,8.521774,64.137505,11.6335945,16.583485,28.808332,9.068347,31.155876,21.301208,1.0941244,56.63738,9.93178,217.8012,6.853604,262.12692,19.847158,1129.9823,117.774796,2.9738922,9.442334,140.88745,176.61774,903.3843,932.1727 +2023-01-24 19:00:00,0.0,2199.164,37.25499,6.2714276,20.48995,23.491478,208.00284,26.647692,45.007904,17.68801,26.060463,241.03017,130.6751,13.478716,52.306183,4.209052,3.209692,40.19782,80.986824,53.504562,499.41312,33.086937,527.6695,134.63893,42.960155,110.32653,263.76285,77.89836,971.8557,257.56604,2299.0627,48.787506,2488.6887,570.9575,32.914433,27.102385,169.6741,231.41621,304.06973,834.8218,40.23253,17.610214,10.152707,477.0784,351.04468,97.32075,6.5956945,587.92566,13.517517,592.98083,9.360485,30.818499,0.0,873.37024,1753.1832,0.27587408,60.743366,14.6568165,10907.196,32.81368,1.354573,5.0836916,15.710173,13.043586,4.4352713,8.781958,284.0247,42.14031,4.199954,0.8151948,5.0594716,253.03667,0.70906687,147.60892,100.08454,2457.6113,143.02834,103.47251,181.76097,800.52875,68.1946,51.444946,1091.7025,49.799625,82.23145,9.9096575,27.963425,216.5029,12.046542,9.661534,58.413006,19.687098,4163.413,17.951422,32.855175,16.12606,12.761788,303.9821,57.84652,34.419018,8.874675,8.403593,12.40532,54.288647,92.850876,47.332058,191.89555,18.79416,10.214976,53.55032,22.90906,29.948416,119.14353,12.989207,1.4907494,34.787136,11.890777,1347.6515,22.82628,0.558461,52.914013,14.45087,133.49692,73.700226,95.64227,9.261284,100.73602,341.32452,233.72844,31.858753,224.80913,57.832302,46.086758,69.08659,132.37434,20.044884,50.90724,471.30954,7.539005,13.877009,258.24127,21.718838,9.649575,44.30144,39.86292,457.8345,126.022964,167.04568,1797.7432,53.785618,1627.5638,1505.9344,9.916868,8.384711,1528.7529,18.850426,13.941253,400.79016,30.336794,53.103428,25.84442,84.82927,256.1036,387.93854,4.5153546,37.74467,104.549774,343.39404,7.511941,86.9151,8.882863,1.4190823,58.036205,1.0102139,1.1761582,3.4126275,10.578135,26.314383,16.846233,24.186155,297.4923,44.098454,22.979742,32.95615,11.095546,104.00369,6.384252,90.297134,8.517339,64.121635,11.612465,16.54836,28.777777,9.06623,31.122139,21.269018,1.093882,56.622334,9.9308815,217.79332,6.8525643,262.06137,19.842772,1130.1874,117.747444,2.9735484,9.440424,140.86102,176.58696,903.3136,932.27313 +2023-01-24 20:00:00,0.0,2198.5916,37.238537,6.265672,20.44344,23.475054,207.8924,26.642065,44.994057,17.685575,26.055952,241.03755,130.66992,13.47514,52.29871,4.21577,3.2145228,40.178646,81.10061,53.554707,499.17267,33.12219,527.1962,134.65572,43.00999,110.43563,263.51413,77.912735,972.09674,257.57257,2298.1975,48.817272,2488.08,571.4675,32.94157,27.119019,169.83176,231.41342,304.10202,835.4306,40.231182,17.599148,10.151782,477.0293,351.28757,97.40122,6.5945,587.98987,13.519725,592.9758,9.366549,30.821596,0.0,873.59906,1753.1951,0.27591547,60.691986,14.657441,10908.996,32.826138,1.3552313,5.082437,15.710424,13.053985,4.439481,8.78231,284.10953,42.11798,4.1989017,0.8155002,5.0636444,253.27399,0.70848465,147.62611,100.0199,2458.901,142.91353,103.50223,181.8163,800.5845,68.2468,51.479244,1092.4299,49.79059,82.23945,9.909171,27.978352,216.5497,12.049118,9.660505,58.425026,19.693071,4163.6855,17.951263,32.87769,16.126873,12.767346,304.0448,57.86016,34.43683,8.877395,8.406926,12.401771,54.28604,92.88321,47.360485,191.91644,18.795095,10.225116,53.56627,22.903603,29.927835,119.15205,12.975107,1.4904704,34.809578,11.888262,1346.859,22.830503,0.55799925,52.966534,14.456208,133.52066,73.67652,95.62738,9.263918,100.75995,341.33984,233.70917,31.868715,224.77884,57.787994,46.083916,69.08575,132.4456,20.057556,50.926647,471.27936,7.546985,13.891453,258.3443,21.714518,9.651317,44.336285,39.88931,458.1928,126.098045,167.05363,1798.4252,53.703568,1627.4246,1505.6991,9.912204,8.377285,1528.3925,18.84204,13.931766,400.71564,30.318953,53.075806,25.838625,84.76655,256.08466,387.8525,4.5136127,37.72984,104.43345,343.33646,7.50695,86.90733,8.879301,1.4188033,58.033783,1.0102584,1.1763158,3.4131434,10.577139,26.304796,16.842146,24.19086,296.9406,44.08199,22.965822,32.945564,11.089708,104.037636,6.3737454,90.40717,8.512903,64.105774,11.591336,16.513237,28.747223,9.064113,31.088404,21.236828,1.0936395,56.607292,9.929983,217.78543,6.8515253,261.99585,19.838385,1130.3925,117.7201,2.9732049,9.438514,140.83458,176.55618,903.243,932.37354 +2023-01-24 21:00:00,0.0,2198.019,37.22208,6.2599163,20.39693,23.45863,207.78197,26.636436,44.980213,17.68314,26.051441,241.04495,130.66476,13.471563,52.291237,4.222487,3.219354,40.159477,81.21439,53.60485,498.93222,33.157436,526.7229,134.6725,43.05983,110.54473,263.26538,77.92711,972.3378,257.5791,2297.3323,48.84704,2487.4717,571.97754,32.968708,27.135653,169.98943,231.41063,304.1343,836.0394,40.22984,17.588081,10.150857,476.98022,351.53046,97.4817,6.5933056,588.0541,13.521934,592.97076,9.372613,30.824692,0.0,873.8279,1753.207,0.27595684,60.64061,14.658066,10910.796,32.838596,1.3558897,5.0811825,15.710677,13.0643835,4.4436903,8.782661,284.1944,42.095654,4.1978493,0.81580555,5.067817,253.51132,0.7079025,147.64331,99.955246,2460.1902,142.79872,103.531944,181.87164,800.64026,68.299,51.513546,1093.1573,49.781555,82.247444,9.908686,27.993279,216.59651,12.051693,9.659476,58.43705,19.699047,4163.9575,17.951107,32.9002,16.127686,12.772905,304.10754,57.873802,34.454636,8.880114,8.410258,12.39822,54.283436,92.91554,47.388912,191.93733,18.796032,10.235255,53.582214,22.898146,29.907253,119.16056,12.961008,1.4901916,34.832024,11.885747,1346.0665,22.834726,0.55753744,53.01905,14.461547,133.54439,73.652824,95.61249,9.266553,100.78387,341.3552,233.68991,31.878675,224.74855,57.743683,46.081078,69.0849,132.51685,20.070229,50.94605,471.24915,7.5549655,13.905895,258.44733,21.710197,9.653059,44.37113,39.9157,458.55112,126.173134,167.06157,1799.1072,53.621517,1627.2852,1505.4639,9.90754,8.369859,1528.032,18.833652,13.922278,400.64114,30.30111,53.048187,25.832832,84.70383,256.06573,387.76648,4.511871,37.715004,104.317116,343.2789,7.501959,86.89957,8.875739,1.4185245,58.03136,1.0103029,1.1764735,3.4136593,10.576143,26.29521,16.838058,24.195564,296.38895,44.065525,22.9519,32.93498,11.083871,104.07157,6.3632393,90.517204,8.508468,64.089905,11.570207,16.478111,28.716667,9.0619955,31.054667,21.204636,1.093397,56.592247,9.929085,217.77756,6.8504863,261.93033,19.833998,1130.5975,117.69275,2.9728613,9.436604,140.80815,176.5254,903.1723,932.47394 +2023-01-24 22:00:00,0.0,2197.4465,37.205624,6.254161,20.35042,23.442205,207.67154,26.630808,44.966366,17.680706,26.04693,241.05234,130.65959,13.467986,52.28376,4.229204,3.2241848,40.140305,81.32818,53.654995,498.69177,33.192684,526.24963,134.68929,43.109665,110.65383,263.01666,77.941475,972.57886,257.58563,2296.467,48.876804,2486.863,572.48755,32.995846,27.152288,170.14708,231.40784,304.1666,836.6482,40.228493,17.577015,10.149932,476.93115,351.77335,97.56218,6.5921116,588.1182,13.524141,592.96576,9.378677,30.82779,0.0,874.05664,1753.2189,0.2759982,60.58923,14.658691,10912.595,32.851055,1.356548,5.079928,15.71093,13.074782,4.4479,8.783013,284.27924,42.07333,4.196797,0.81611097,5.0719905,253.74864,0.70732033,147.6605,99.890594,2461.4795,142.68391,103.56167,181.92697,800.696,68.3512,51.547848,1093.8848,49.77252,82.25544,9.908199,28.008205,216.64331,12.054268,9.658446,58.44907,19.70502,4164.23,17.950949,32.922714,16.128498,12.778463,304.17026,57.887444,34.472446,8.8828335,8.41359,12.3946705,54.28083,92.947876,47.41734,191.95822,18.796967,10.245395,53.59816,22.892689,29.886673,119.169075,12.946909,1.4899126,34.85447,11.883232,1345.274,22.838951,0.5570757,53.07157,14.466886,133.56813,73.62912,95.597595,9.269187,100.80779,341.3705,233.67064,31.888638,224.71826,57.699375,46.078236,69.084045,132.58809,20.082901,50.965454,471.21896,7.5629463,13.920339,258.55038,21.705877,9.6548,44.405975,39.94209,458.90942,126.248215,167.06952,1799.7892,53.539467,1627.1459,1505.2285,9.902876,8.3624325,1527.6716,18.825268,13.912791,400.56665,30.283266,53.020565,25.827038,84.641106,256.04678,387.68045,4.510129,37.700172,104.20078,343.2213,7.4969673,86.8918,8.872177,1.4182457,58.028934,1.0103475,1.1766312,3.4141755,10.575148,26.285624,16.833973,24.20027,295.83725,44.04906,22.93798,32.924397,11.078033,104.105515,6.352733,90.62724,8.504032,64.07404,11.549078,16.442987,28.686111,9.059878,31.02093,21.172445,1.0931547,56.577206,9.928186,217.76967,6.849447,261.86478,19.82961,1130.8025,117.665405,2.9725175,9.434694,140.78172,176.49463,903.1017,932.5744 +2023-01-24 23:00:00,0.0,2196.874,37.189167,6.2484055,20.303911,23.42578,207.5611,26.62518,44.95252,17.678272,26.042418,241.05972,130.65442,13.46441,52.276287,4.235922,3.2290156,40.121136,81.44196,53.705143,498.45132,33.227932,525.7763,134.70607,43.159504,110.76293,262.7679,77.95585,972.8199,257.5922,2295.6016,48.90657,2486.2544,572.9976,33.022984,27.168922,170.30475,231.40506,304.19888,837.257,40.22715,17.565948,10.149008,476.88205,352.01624,97.642654,6.590917,588.18243,13.526349,592.96075,9.384742,30.830887,0.0,874.28546,1753.2308,0.2760396,60.53785,14.659316,10914.395,32.863514,1.3572062,5.078674,15.711182,13.085181,4.4521093,8.783365,284.36407,42.051003,4.1957445,0.8164164,5.0761633,253.98598,0.7067382,147.6777,99.82594,2462.7688,142.5691,103.591385,181.9823,800.7518,68.4034,51.582146,1094.6122,49.76348,82.263435,9.907713,28.023134,216.69011,12.056843,9.657417,58.461094,19.710997,4164.502,17.950792,32.94523,16.12931,12.784021,304.23297,57.901085,34.490257,8.885552,8.416923,12.391121,54.27823,92.98021,47.445766,191.97911,18.797903,10.255535,53.614105,22.887232,29.866093,119.1776,12.932809,1.4896337,34.87691,11.880717,1344.4816,22.843174,0.55661386,53.124092,14.472225,133.59187,73.60542,95.582695,9.271821,100.83172,341.38583,233.65138,31.8986,224.68797,57.655064,46.075397,69.0832,132.65933,20.095573,50.984856,471.18875,7.5709267,13.934782,258.6534,21.701557,9.656542,44.440823,39.968483,459.26773,126.3233,167.07745,1800.4713,53.457417,1627.0066,1504.9933,9.898212,8.355006,1527.3112,18.816881,13.903304,400.49213,30.265423,52.992943,25.821245,84.578384,256.02786,387.59442,4.5083866,37.685337,104.08445,343.16376,7.4919763,86.88403,8.868615,1.4179667,58.026512,1.0103921,1.1767888,3.4146914,10.574151,26.276037,16.829885,24.204973,295.28558,44.032593,22.924059,32.91381,11.072197,104.13945,6.342227,90.73728,8.499597,64.058174,11.527949,16.407864,28.655556,9.057762,30.987194,21.140255,1.0929122,56.56216,9.927288,217.7618,6.8484077,261.79926,19.825226,1131.0076,117.638054,2.972174,9.432784,140.7553,176.46387,903.03107,932.6748 +2023-01-25 00:00:00,0.0,2196.3015,37.17271,6.2426496,20.2574,23.409355,207.45067,26.619553,44.93867,17.675837,26.037907,241.06712,130.64926,13.460834,52.268814,4.242639,3.2338467,40.101963,81.555756,53.755287,498.21088,33.263184,525.30304,134.72285,43.209343,110.87203,262.5192,77.97022,973.0609,257.59872,2294.7363,48.93634,2485.646,573.5076,33.05012,27.185558,170.4624,231.40227,304.23117,837.86584,40.225807,17.554882,10.148083,476.83298,352.25912,97.72313,6.5897226,588.24664,13.528557,592.9557,9.390805,30.833984,0.0,874.5143,1753.2428,0.27608097,60.486473,14.659941,10916.194,32.875973,1.3578645,5.0774193,15.711434,13.09558,4.456319,8.783717,284.44894,42.028675,4.1946917,0.81672174,5.080336,254.2233,0.706156,147.69489,99.76129,2464.058,142.4543,103.62109,182.03763,800.8075,68.4556,51.616447,1095.3396,49.754448,82.27143,9.9072275,28.038061,216.73692,12.059418,9.656388,58.473118,19.716972,4164.7744,17.950634,32.967743,16.130121,12.78958,304.29572,57.914726,34.508064,8.888272,8.420256,12.38757,54.275623,93.01254,47.474194,192.0,18.798838,10.265675,53.63005,22.881775,29.845512,119.18611,12.91871,1.4893548,34.899357,11.878202,1343.6891,22.847397,0.5561521,53.176613,14.477564,133.6156,73.58172,95.5678,9.274456,100.855644,341.40118,233.63211,31.90856,224.65768,57.610752,46.072556,69.08235,132.73058,20.108246,51.00426,471.15854,7.578907,13.949224,258.75644,21.697237,9.658284,44.475666,39.994873,459.62604,126.398384,167.0854,1801.1533,53.375366,1626.8672,1504.7579,9.893548,8.347581,1526.9508,18.808495,13.893817,400.41763,30.247581,52.965324,25.81545,84.51567,256.0089,387.5084,4.5066447,37.670506,103.968124,343.10617,7.486985,86.87627,8.865053,1.4176879,58.02409,1.0104367,1.1769465,3.4152074,10.573155,26.26645,16.825798,24.209677,294.7339,44.01613,22.910137,32.903225,11.0663595,104.173386,6.3317204,90.84731,8.495161,64.04231,11.50682,16.37274,28.625,9.055645,30.953457,21.108065,1.0926697,56.547115,9.92639,217.7539,6.8473687,261.73373,19.820839,1131.2126,117.61071,2.9718301,9.430874,140.72887,176.43309,902.9604,932.7752 +2023-01-25 01:00:00,0.0,2195.729,37.156254,6.236894,20.21089,23.392931,207.34024,26.613924,44.924828,17.673403,26.033396,241.07451,130.64409,13.457257,52.26134,4.2493563,3.2386775,40.082794,81.66954,53.80543,497.97043,33.29843,524.8297,134.73964,43.25918,110.98113,262.27048,77.9846,973.30194,257.60526,2293.871,48.966106,2485.0374,574.01764,33.07726,27.202192,170.62006,231.39948,304.26346,838.4747,40.22446,17.543816,10.147158,476.7839,352.502,97.80361,6.588528,588.3108,13.530765,592.9507,9.39687,30.837082,0.0,874.7431,1753.2546,0.27612233,60.435093,14.660565,10917.993,32.88843,1.3585228,5.0761647,15.711687,13.105979,4.4605284,8.78407,284.53378,42.006348,4.1936393,0.81702715,5.084509,254.46063,0.70557386,147.71208,99.69664,2465.3474,142.3395,103.65081,182.09296,800.8632,68.5078,51.650745,1096.067,49.74541,82.27943,9.906741,28.05299,216.78372,12.061993,9.655358,58.485138,19.722946,4165.0464,17.950478,32.990257,16.130934,12.795138,304.35843,57.928364,34.525875,8.890991,8.423588,12.384021,54.273018,93.044876,47.50262,192.02089,18.799774,10.275814,53.645996,22.876318,29.824932,119.194626,12.90461,1.4890759,34.921803,11.875688,1342.8966,22.85162,0.5556903,53.229134,14.482903,133.63934,73.55802,95.55291,9.27709,100.87957,341.4165,233.61285,31.918522,224.6274,57.566444,46.069717,69.0815,132.80183,20.120918,51.023663,471.12836,7.586888,13.963668,258.85947,21.692915,9.660026,44.51051,40.021263,459.9843,126.47347,167.09334,1801.8352,53.293316,1626.7279,1504.5227,9.888885,8.340155,1526.5903,18.800108,13.884331,400.34314,30.229738,52.937702,25.809658,84.45295,255.98997,387.42236,4.504903,37.655674,103.85179,343.0486,7.4819937,86.8685,8.861492,1.4174091,58.021667,1.0104812,1.1771041,3.4157236,10.57216,26.256866,16.82171,24.214382,294.18222,43.999664,22.896217,32.892643,11.060522,104.20733,6.321214,90.95735,8.4907255,64.02644,11.485691,16.337614,28.594444,9.053528,30.91972,21.075872,1.0924273,56.532074,9.925491,217.74603,6.846329,261.66818,19.816452,1131.4177,117.58337,2.9714866,9.428964,140.70244,176.40231,902.8898,932.8756 +2023-01-25 02:00:00,0.0,2195.1565,37.1398,6.2311387,20.164381,23.376505,207.2298,26.608295,44.91098,17.670967,26.028885,241.0819,130.63892,13.453681,52.25387,4.256074,3.2435083,40.06362,81.783325,53.855576,497.72998,33.33368,524.35645,134.75644,43.309017,111.09023,262.02173,77.99896,973.543,257.6118,2293.0059,48.995872,2484.4287,574.52765,33.104397,27.218828,170.77773,231.39668,304.29575,839.08344,40.223118,17.53275,10.146233,476.73483,352.7449,97.88409,6.587334,588.375,13.532972,592.9456,9.402934,30.840178,0.0,874.9719,1753.2666,0.27616373,60.383717,14.66119,10919.793,32.900887,1.359181,5.07491,15.71194,13.116378,4.464738,8.784422,284.61862,41.98402,4.192587,0.81733257,5.088682,254.69795,0.7049917,147.72928,99.63199,2466.6367,142.22469,103.68053,182.1483,800.919,68.56,51.685047,1096.7944,49.736374,82.28742,9.906256,28.067917,216.83054,12.064568,9.654329,58.49716,19.728922,4165.3184,17.95032,33.012768,16.131746,12.800696,304.42114,57.942005,34.543682,8.893711,8.42692,12.38047,54.270412,93.07721,47.531048,192.04178,18.800709,10.2859535,53.66194,22.870861,29.80435,119.20314,12.890511,1.4887971,34.944244,11.873173,1342.1041,22.855843,0.55522853,53.281654,14.488241,133.66309,73.53432,95.53802,9.279725,100.903496,341.43182,233.59358,31.928482,224.59712,57.522133,46.066875,69.08065,132.87308,20.13359,51.043068,471.09814,7.594868,13.978111,258.9625,21.688595,9.661768,44.545357,40.047653,460.34262,126.54855,167.10129,1802.5172,53.211266,1626.5886,1504.2874,9.88422,8.332728,1526.23,18.791721,13.874844,400.26862,30.211895,52.91008,25.803864,84.39023,255.97105,387.33633,4.503161,37.64084,103.73546,342.99103,7.4770026,86.86073,8.85793,1.4171302,58.019245,1.0105258,1.1772618,3.4162395,10.571164,26.24728,16.817623,24.219086,293.63052,43.9832,22.882296,32.882057,11.054686,104.241264,6.310708,91.06738,8.48629,64.01058,11.464561,16.30249,28.563889,9.051411,30.885984,21.043682,1.0921848,56.51703,9.924594,217.73814,6.84529,261.60266,19.812065,1131.6228,117.556015,2.971143,9.427053,140.67601,176.37154,902.8191,932.976 +2023-01-25 03:00:00,0.0,2194.584,37.123344,6.225383,20.11787,23.36008,207.11937,26.602669,44.897133,17.668533,26.024372,241.0893,130.63376,13.450105,52.246395,4.262791,3.2483394,40.044453,81.89711,53.905724,497.48953,33.368927,523.8831,134.77322,43.358852,111.19933,261.773,78.013336,973.78406,257.61835,2292.1406,49.02564,2483.8203,575.0377,33.131535,27.235462,170.93538,231.39389,304.32803,839.69226,40.221775,17.521683,10.145308,476.68573,352.9878,97.96456,6.5861397,588.4392,13.53518,592.9406,9.4089985,30.843275,0.0,875.2007,1753.2784,0.2762051,60.332336,14.661815,10921.593,32.913345,1.3598393,5.0736556,15.712193,13.126777,4.4689474,8.784774,284.70346,41.961693,4.1915345,0.8176379,5.092855,254.93529,0.70440954,147.74648,99.56734,2467.926,142.10988,103.71024,182.20363,800.97473,68.6122,51.71935,1097.5219,49.72734,82.29542,9.905769,28.082844,216.87733,12.0671425,9.6533,58.509186,19.734898,4165.591,17.950163,33.035282,16.132559,12.806255,304.4839,57.955647,34.561493,8.896431,8.430252,12.376921,54.26781,93.10954,47.559475,192.06267,18.801645,10.296094,53.677887,22.865404,29.78377,119.211655,12.876411,1.4885181,34.96669,11.870658,1341.3116,22.860067,0.5547667,53.334175,14.49358,133.68683,73.51062,95.523125,9.282359,100.92742,341.44717,233.57433,31.938444,224.56683,57.47782,46.064037,69.0798,132.94432,20.146263,51.06247,471.06796,7.6028485,13.992555,259.06552,21.684275,9.663509,44.5802,40.074043,460.70093,126.623634,167.10922,1803.1993,53.129215,1626.4493,1504.052,9.879556,8.325302,1525.8695,18.783335,13.865356,400.19412,30.194054,52.88246,25.798069,84.32751,255.95212,387.2503,4.501419,37.626007,103.619125,342.93347,7.4720116,86.85297,8.854368,1.4168513,58.01682,1.0105704,1.1774195,3.4167554,10.5701685,26.237694,16.813536,24.223791,293.07886,43.966732,22.868376,32.87147,11.048848,104.2752,6.300202,91.17742,8.481854,63.994713,11.443433,16.267366,28.533333,9.049294,30.852247,21.011492,1.0919424,56.501987,9.923696,217.73027,6.844251,261.53714,19.807678,1131.8279,117.52867,2.9707992,9.425143,140.64958,176.34076,902.7485,933.0765 +2023-01-25 04:00:00,0.0,2194.0117,37.106888,6.2196274,20.071362,23.343657,207.00894,26.59704,44.883286,17.6661,26.019861,241.09668,130.62859,13.446528,52.238922,4.2695084,3.2531703,40.025284,82.0109,53.955868,497.24908,33.40418,523.40985,134.79001,43.40869,111.30843,261.52426,78.02771,974.0251,257.62488,2291.2754,49.055405,2483.2117,575.5477,33.158672,27.252098,171.09303,231.3911,304.36032,840.3011,40.22043,17.510616,10.144383,476.63666,353.23068,98.045044,6.584945,588.5034,13.537388,592.93555,9.415062,30.846373,0.0,875.42957,1753.2904,0.27624646,60.280956,14.662439,10923.392,32.925804,1.3604977,5.072401,15.712445,13.137176,4.473157,8.785126,284.78833,41.93937,4.190482,0.81794333,5.097028,255.17262,0.7038274,147.76366,99.502686,2469.2156,141.99507,103.73996,182.25896,801.03046,68.6644,51.753647,1098.2494,49.718304,82.30341,9.905283,28.09777,216.92413,12.069717,9.65227,58.521206,19.740871,4165.863,17.950005,33.057796,16.133371,12.811813,304.5466,57.969288,34.5793,8.89915,8.433585,12.37337,54.265205,93.14188,47.587902,192.08356,18.80258,10.306233,53.693832,22.859947,29.76319,119.22017,12.862311,1.4882393,34.989136,11.868143,1340.5192,22.86429,0.5543049,53.386692,14.498919,133.71056,73.486916,95.50823,9.284993,100.95134,341.4625,233.55505,31.948404,224.53654,57.433514,46.061195,69.07895,133.01556,20.158936,51.081875,471.03775,7.6108294,14.006997,259.16858,21.679955,9.665252,44.615047,40.100433,461.05923,126.69872,167.11717,1803.8813,53.047165,1626.3099,1503.8168,9.874892,8.317876,1525.509,18.77495,13.855869,400.11963,30.17621,52.85484,25.792276,84.264786,255.93318,387.16428,4.499677,37.611176,103.50279,342.8759,7.46702,86.8452,8.850806,1.4165725,58.014397,1.010615,1.1775771,3.4172716,10.569173,26.228107,16.809448,24.228495,292.52716,43.950268,22.854454,32.860886,11.043011,104.30914,6.2896953,91.28746,8.47742,63.978848,11.422304,16.232243,28.502777,9.047177,30.81851,20.9793,1.0917,56.486942,9.922797,217.72238,6.8432117,261.4716,19.803291,1132.033,117.50132,2.9704556,9.423233,140.62315,176.30998,902.67786,933.1769 +2023-01-25 05:00:00,0.0,2193.4392,37.09043,6.213872,20.02485,23.327232,206.8985,26.591412,44.869442,17.663664,26.01535,241.10406,130.62341,13.442952,52.23145,4.276226,3.258001,40.00611,82.12469,54.006012,497.00864,33.439426,522.9365,134.8068,43.45853,111.417534,261.27554,78.042076,974.2661,257.6314,2290.4102,49.08517,2482.603,576.05774,33.18581,27.268732,171.2507,231.3883,304.3926,840.9099,40.219086,17.49955,10.143458,476.5876,353.47354,98.12552,6.5837507,588.5676,13.539596,592.93054,9.421126,30.84947,0.0,875.6583,1753.3022,0.27628785,60.22958,14.663065,10925.191,32.938263,1.361156,5.0711465,15.712698,13.147574,4.4773664,8.785478,284.87317,41.91704,4.1894298,0.81824875,5.1012006,255.40994,0.7032452,147.78085,99.43804,2470.505,141.88026,103.76967,182.31429,801.08624,68.71659,51.78795,1098.9768,49.709267,82.31141,9.904798,28.112698,216.97095,12.072293,9.651241,58.53323,19.746847,4166.1353,17.949848,33.08031,16.134184,12.817371,304.6093,57.98293,34.59711,8.90187,8.436917,12.369821,54.2626,93.17421,47.61633,192.10445,18.803516,10.316373,53.709778,22.854488,29.742609,119.22868,12.848212,1.4879603,35.011578,11.865628,1339.7267,22.868513,0.55384314,53.439213,14.504257,133.7343,73.46322,95.49334,9.287628,100.975266,341.4778,233.5358,31.958366,224.50626,57.389202,46.058357,69.0781,133.0868,20.171608,51.101276,471.00757,7.6188097,14.0214405,259.2716,21.675634,9.666993,44.64989,40.126823,461.41754,126.7738,167.1251,1804.5632,52.965115,1626.1707,1503.5814,9.870228,8.310451,1525.1487,18.766563,13.846382,400.0451,30.158367,52.827217,25.786482,84.202065,255.91425,387.07825,4.4979353,37.59634,103.38647,342.81833,7.462029,86.83743,8.847244,1.4162936,58.011974,1.0106596,1.1777349,3.4177876,10.568177,26.218521,16.80536,24.233198,291.9755,43.933804,22.840534,32.850304,11.037173,104.34308,6.279189,91.39749,8.472984,63.962982,11.401175,16.197117,28.472221,9.04506,30.784775,20.94711,1.0914575,56.471897,9.921899,217.71451,6.8421726,261.40607,19.798904,1132.238,117.473976,2.9701118,9.421323,140.59673,176.2792,902.6072,933.2773 +2023-01-25 06:00:00,0.0,2192.8667,37.073975,6.2081165,19.978342,23.310806,206.78807,26.585785,44.855595,17.66123,26.01084,241.11147,130.61826,13.439376,52.223976,4.2829432,3.2628322,39.986942,82.23847,54.056156,496.7682,33.474674,522.46326,134.82358,43.508366,111.526634,261.0268,78.05645,974.50714,257.63794,2289.545,49.114937,2481.9944,576.5678,33.212948,27.285368,171.40836,231.38551,304.4249,841.51874,40.217743,17.488483,10.142533,476.5385,353.71643,98.20599,6.5825567,588.6318,13.541803,592.92554,9.427191,30.852568,0.0,875.8872,1753.3142,0.27632922,60.1782,14.66369,10926.991,32.95072,1.3618143,5.0698924,15.712951,13.157973,4.481576,8.78583,284.958,41.894714,4.188377,0.8185541,5.105374,255.64728,0.70266306,147.79805,99.37339,2471.7942,141.76546,103.799385,182.36961,801.14197,68.76879,51.82225,1099.7042,49.700233,82.319405,9.904311,28.127625,217.01775,12.074868,9.650212,58.545254,19.752821,4166.407,17.94969,33.10282,16.134996,12.822929,304.67206,57.99657,34.614918,8.904589,8.440249,12.366271,54.26,93.20654,47.644756,192.12534,18.804451,10.326512,53.725723,22.849031,29.722027,119.2372,12.834113,1.4876814,35.034023,11.863113,1338.9342,22.872736,0.5533813,53.491734,14.509597,133.75804,73.439514,95.47845,9.290262,100.99919,341.49316,233.51653,31.968328,224.47597,57.344894,46.055515,69.07725,133.15807,20.18428,51.12068,470.97736,7.62679,14.035884,259.37463,21.671314,9.668735,44.68474,40.153217,461.77585,126.84889,167.13306,1805.2454,52.883064,1626.0314,1503.3462,9.865564,8.303024,1524.7882,18.758177,13.836895,399.9706,30.140524,52.7996,25.78069,84.13934,255.89531,386.99222,4.4961934,37.58151,103.270134,342.76074,7.457038,86.829666,8.843682,1.4160148,58.009552,1.0107042,1.1778924,3.4183035,10.567182,26.208935,16.801273,24.237904,291.4238,43.91734,22.826612,32.839718,11.031337,104.377014,6.268683,91.50753,8.468549,63.947117,11.380046,16.161993,28.441666,9.042943,30.751038,20.914919,1.091215,56.456856,9.9210005,217.70662,6.8411336,261.3405,19.794518,1132.4431,117.446625,2.9697683,9.419413,140.5703,176.24844,902.53656,933.3777 +2023-01-25 07:00:00,0.0,2192.2942,37.057518,6.2023606,19.931831,23.294382,206.67764,26.580156,44.841747,17.658796,26.006327,241.11885,130.61308,13.435799,52.216503,4.2896605,3.267663,39.96777,82.35226,54.106304,496.52774,33.509922,521.9899,134.84036,43.558205,111.635735,260.77808,78.07082,974.74817,257.64447,2288.6797,49.144703,2481.386,577.0778,33.240086,27.302002,171.56601,231.38272,304.45718,842.1275,40.216396,17.477417,10.141608,476.4894,353.95932,98.286476,6.5813622,588.696,13.544011,592.9205,9.433255,30.855663,0.0,876.11597,1753.3262,0.27637058,60.12682,14.664314,10928.791,32.96318,1.3624725,5.068638,15.713202,13.168372,4.4857855,8.786181,285.04288,41.872387,4.1873245,0.8188595,5.1095467,255.8846,0.70208085,147.81525,99.30874,2473.0835,141.65065,103.8291,182.42496,801.1977,68.82099,51.85655,1100.4316,49.691196,82.3274,9.903825,28.142551,217.06454,12.077443,9.649183,58.557274,19.758797,4166.679,17.949533,33.125336,16.135809,12.828488,304.73477,58.010212,34.63273,8.907309,8.443582,12.3627205,54.257393,93.23887,47.673187,192.14622,18.805387,10.336653,53.74167,22.843575,29.701447,119.24571,12.820013,1.4874026,35.056465,11.860599,1338.1416,22.876959,0.55291957,53.544254,14.5149355,133.78178,73.41582,95.463554,9.292896,101.02312,341.50848,233.49727,31.978289,224.44568,57.300583,46.052677,69.0764,133.22931,20.196953,51.140083,470.94714,7.6347704,14.050326,259.47766,21.666994,9.670477,44.71958,40.179607,462.13416,126.92397,167.14099,1805.9274,52.801014,1625.892,1503.1108,9.8609,8.295598,1524.4279,18.74979,13.827409,399.8961,30.122683,52.771976,25.774895,84.07662,255.87637,386.9062,4.4944515,37.566677,103.1538,342.7032,7.4520464,86.8219,8.840121,1.4157358,58.00713,1.0107487,1.1780502,3.4188197,10.566186,26.19935,16.797186,24.242607,290.87213,43.900875,22.812693,32.829132,11.025499,104.41096,6.258177,91.61756,8.464113,63.93125,11.358916,16.12687,28.411112,9.040827,30.7173,20.882729,1.0909725,56.44181,9.920102,217.69873,6.840094,261.275,19.79013,1132.6481,117.41928,2.9694247,9.417502,140.54387,176.21767,902.4659,933.4781 +2023-01-25 08:00:00,0.0,2191.7217,37.041065,6.196605,19.885323,23.277958,206.5672,26.574528,44.8279,17.65636,26.001816,241.12624,130.60791,13.432222,52.20903,4.296378,3.2724938,39.9486,82.46605,54.15645,496.2873,33.54517,521.51666,134.85715,43.60804,111.744835,260.52933,78.08519,974.98926,257.65103,2287.8145,49.174473,2480.7773,577.5878,33.267223,27.318638,171.72368,231.37993,304.48947,842.7363,40.215054,17.46635,10.140683,476.44034,354.2022,98.36695,6.580168,588.7602,13.546219,592.91547,9.439319,30.85876,0.0,876.34485,1753.338,0.27641198,60.075443,14.664939,10930.59,32.97564,1.3631308,5.0673833,15.713455,13.178771,4.489995,8.786533,285.12772,41.85006,4.186272,0.81916493,5.1137195,256.12192,0.7014987,147.83243,99.24409,2474.3728,141.53584,103.858826,182.48029,801.2535,68.87319,51.89085,1101.159,49.68216,82.335396,9.903339,28.15748,217.11136,12.080018,9.648153,58.569298,19.764772,4166.9517,17.949375,33.14785,16.136621,12.834046,304.7975,58.023853,34.65054,8.9100275,8.446914,12.359171,54.254787,93.2712,47.701614,192.16711,18.806322,10.346792,53.757614,22.838118,29.680866,119.254234,12.805914,1.4871236,35.07891,11.858084,1337.3491,22.881182,0.55245775,53.596775,14.520274,133.80551,73.39211,95.44866,9.295531,101.04704,341.5238,233.478,31.98825,224.41539,57.25627,46.049835,69.075554,133.30055,20.209625,51.15949,470.91696,7.642751,14.06477,259.5807,21.662674,9.672218,44.75443,40.205997,462.49243,126.999054,167.14894,1806.6094,52.718964,1625.7527,1502.8755,9.856236,8.288172,1524.0674,18.741404,13.817922,399.8216,30.10484,52.744354,25.7691,84.0139,255.85744,386.82016,4.4927096,37.55184,103.03747,342.6456,7.4470553,86.81413,8.836559,1.415457,58.004704,1.0107933,1.1782079,3.4193356,10.56519,26.189764,16.793098,24.247313,290.32043,43.884407,22.79877,32.81855,11.019662,104.44489,6.24767,91.7276,8.459678,63.915386,11.337788,16.091745,28.380556,9.03871,30.683565,20.850536,1.0907302,56.426765,9.919204,217.69086,6.839055,261.20947,19.785744,1132.8531,117.39194,2.969081,9.415592,140.51744,176.18689,902.39526,933.5785 +2023-01-25 09:00:00,0.0,2191.1492,37.02461,6.19085,19.838812,23.261532,206.45677,26.568901,44.814056,17.653927,25.997305,241.13364,130.60275,13.428646,52.201557,4.3030953,3.277325,39.92943,82.579834,54.206593,496.04684,33.58042,521.04333,134.87393,43.65788,111.853935,260.2806,78.09956,975.2303,257.65756,2286.9492,49.20424,2480.1687,578.09784,33.29436,27.335272,171.88133,231.37714,304.52176,843.34515,40.21371,17.455284,10.139759,476.39127,354.4451,98.44743,6.5789733,588.82434,13.548428,592.9104,9.445383,30.861858,0.0,876.5736,1753.35,0.27645335,60.024063,14.665564,10932.39,32.988094,1.3637891,5.0661287,15.713708,13.18917,4.4942045,8.786886,285.21255,41.827732,4.18522,0.81947035,5.1178923,256.35925,0.7009165,147.84962,99.179436,2475.662,141.42104,103.888535,182.53561,801.3092,68.92539,51.92515,1101.8865,49.673122,82.34339,9.902853,28.17241,217.15816,12.082593,9.647124,58.581318,19.770746,4167.2236,17.949219,33.170364,16.137434,12.839604,304.86023,58.037495,34.668346,8.912747,8.450247,12.35562,54.252182,93.303535,47.73004,192.188,18.807257,10.356932,53.77356,22.83266,29.660286,119.26275,12.791815,1.4868448,35.101357,11.85557,1336.5566,22.885406,0.551996,53.649296,14.525613,133.82925,73.368416,95.43377,9.298165,101.07097,341.53912,233.45874,31.99821,224.3851,57.211964,46.046997,69.0747,133.3718,20.222298,51.17889,470.88675,7.6507316,14.079213,259.68372,21.658354,9.673961,44.789272,40.232388,462.85074,127.07414,167.15688,1807.2914,52.636913,1625.6134,1502.6403,9.851572,8.2807455,1523.7069,18.733017,13.8084345,399.7471,30.086996,52.716736,25.763308,83.95118,255.8385,386.73413,4.4909673,37.53701,102.921135,342.58804,7.4420643,86.806366,8.832997,1.4151782,58.00228,1.0108379,1.1783655,3.4198515,10.564195,26.180178,16.789011,24.252016,289.76877,43.867943,22.78485,32.807964,11.013825,104.47883,6.237164,91.83764,8.455242,63.89952,11.316659,16.056622,28.35,9.0365925,30.649828,20.818346,1.0904877,56.411724,9.918305,217.68297,6.838016,261.14392,19.781357,1133.0582,117.364586,2.9687374,9.413682,140.49101,176.15611,902.32465,933.67896 +2023-01-25 10:00:00,0.0,2190.5767,37.008152,6.185094,19.792303,23.245108,206.34634,26.563272,44.80021,17.651491,25.992794,241.14102,130.59758,13.42507,52.194084,4.3098125,3.2821558,39.91026,82.69362,54.256737,495.8064,33.61567,520.57007,134.89072,43.707718,111.963036,260.03186,78.11394,975.4713,257.6641,2286.084,49.234005,2479.5603,578.6079,33.3215,27.351908,172.039,231.37434,304.55405,843.954,40.212364,17.444218,10.138834,476.34216,354.688,98.52791,6.5777793,588.88855,13.550635,592.9054,9.4514475,30.864956,0.0,876.8024,1753.3618,0.2764947,59.972683,14.666188,10934.189,33.000553,1.3644474,5.064874,15.713961,13.199569,4.498414,8.787238,285.2974,41.80541,4.1841674,0.8197757,5.1220655,256.5966,0.70033437,147.86682,99.114784,2476.9514,141.30623,103.91825,182.59094,801.365,68.97759,51.95945,1102.6139,49.66409,82.35139,9.902368,28.187336,217.20496,12.085168,9.646095,58.59334,19.776722,4167.496,17.94906,33.192875,16.138247,12.845163,304.92294,58.051136,34.686157,8.915467,8.453579,12.352071,54.24958,93.33587,47.75847,192.2089,18.808193,10.367071,53.78951,22.827204,29.639706,119.27126,12.777715,1.4865658,35.1238,11.853055,1335.7642,22.88963,0.5515342,53.701813,14.5309515,133.853,73.34471,95.41888,9.3008,101.094894,341.55447,233.43947,32.00817,224.35483,57.167652,46.044155,69.07385,133.44305,20.23497,51.198296,470.85657,7.658712,14.093656,259.78677,21.654034,9.675702,44.824116,40.258778,463.20905,127.14922,167.16483,1807.9734,52.554863,1625.474,1502.4049,9.846909,8.27332,1523.3466,18.724632,13.798947,399.67258,30.069153,52.689114,25.757513,83.88846,255.81956,386.6481,4.4892254,37.522175,102.80481,342.53046,7.4370728,86.7986,8.829435,1.4148992,57.99986,1.0108825,1.1785232,3.4203677,10.563199,26.170591,16.784924,24.25672,289.21707,43.85148,22.77093,32.79738,11.007988,104.51277,6.226658,91.94767,8.450807,63.883656,11.295529,16.021496,28.319445,9.034475,30.61609,20.786156,1.0902452,56.39668,9.917407,217.6751,6.8369765,261.0784,19.776972,1133.2633,117.33724,2.9683936,9.411772,140.46457,176.12534,902.25397,933.77936 +2023-01-25 11:00:00,0.0,2190.0042,36.991695,6.1793385,19.745792,23.228683,206.2359,26.557644,44.78636,17.649057,25.988281,241.1484,130.5924,13.421494,52.18661,4.31653,3.2869866,39.891087,82.8074,54.30688,495.56595,33.650917,520.09674,134.9075,43.757553,112.072136,259.78314,78.1283,975.71234,257.67062,2285.2188,49.26377,2478.9517,579.1179,33.348637,27.368542,172.19667,231.37155,304.58633,844.5628,40.21102,17.433151,10.137909,476.2931,354.93088,98.60838,6.576585,588.95276,13.552843,592.9003,9.457512,30.868053,0.0,877.03125,1753.3738,0.2765361,59.921307,14.666813,10935.988,33.013012,1.3651056,5.0636196,15.714213,13.209968,4.502624,8.78759,285.38226,41.78308,4.183115,0.8200811,5.1262383,256.83392,0.6997522,147.88402,99.05013,2478.2407,141.19142,103.94797,182.64629,801.4207,69.02979,51.99375,1103.3413,49.655052,82.35938,9.901881,28.202263,217.25177,12.087743,9.645065,58.605366,19.782696,4167.768,17.948904,33.21539,16.13906,12.850721,304.98566,58.064777,34.703964,8.918186,8.456911,12.348521,54.246975,93.3682,47.786896,192.22978,18.809128,10.377212,53.805454,22.821747,29.619123,119.27978,12.763616,1.486287,35.146244,11.85054,1334.9717,22.893852,0.5510724,53.754333,14.53629,133.87674,73.321014,95.403984,9.303434,101.11882,341.5698,233.42021,32.018135,224.32454,57.123344,46.041317,69.073006,133.5143,20.247643,51.217697,470.82635,7.6666927,14.108099,259.8898,21.649714,9.677444,44.858963,40.285168,463.56735,127.22431,167.17276,1808.6555,52.472813,1625.3347,1502.1697,9.842244,8.265894,1522.9861,18.716246,13.78946,399.59808,30.051311,52.66149,25.75172,83.82574,255.80063,386.56207,4.4874835,37.507343,102.68848,342.4729,7.4320817,86.79083,8.825873,1.4146204,57.997437,1.0109271,1.1786808,3.4208837,10.562203,26.161005,16.780836,24.261425,288.6654,43.835014,22.757008,32.786793,11.002151,104.54671,6.2161517,92.05771,8.446371,63.86779,11.274401,15.986372,28.288889,9.032358,30.582355,20.753963,1.0900028,56.381638,9.916509,217.6672,6.8359375,261.01288,19.772585,1133.4684,117.30989,2.96805,9.4098625,140.43814,176.09456,902.18335,933.87976 +2023-01-25 12:00:00,0.0,2189.4316,36.97524,6.173583,19.699284,23.212257,206.12547,26.552017,44.772514,17.646624,25.98377,241.1558,130.58725,13.417917,52.17914,4.3232474,3.2918177,39.871918,82.921196,54.35703,495.3255,33.686165,519.6235,134.92429,43.807392,112.18124,259.5344,78.14268,975.95337,257.67715,2284.3535,49.293537,2478.343,579.6279,33.375774,27.385178,172.35432,231.36876,304.61862,845.1716,40.20968,17.422085,10.136984,476.24402,355.17377,98.688866,6.5753903,589.01697,13.555051,592.8953,9.463575,30.87115,0.0,877.2601,1753.3856,0.27657747,59.869926,14.667438,10937.788,33.02547,1.3657639,5.0623655,15.714466,13.2203665,4.5068336,8.787942,285.4671,41.760754,4.182062,0.8203865,5.130411,257.07123,0.69917005,147.9012,98.98549,2479.5303,141.07661,103.977684,182.70161,801.47644,69.081985,52.028053,1104.0687,49.646015,82.36738,9.901395,28.21719,217.29857,12.090319,9.644036,58.617386,19.788671,4168.0405,17.948746,33.237904,16.13987,12.856279,305.0484,58.07842,34.721775,8.920906,8.460243,12.344971,54.24437,93.400536,47.815323,192.25067,18.810064,10.387351,53.8214,22.81629,29.598543,119.28829,12.7495165,1.486008,35.16869,11.848025,1334.1792,22.898075,0.5506106,53.806854,14.541629,133.90047,73.29731,95.38909,9.306068,101.14274,341.5851,233.40094,32.028095,224.29425,57.079033,46.038475,69.07215,133.58554,20.260315,51.237103,470.79617,7.674673,14.122542,259.99283,21.645393,9.679186,44.893806,40.31156,463.92566,127.29939,167.18071,1809.3374,52.390762,1625.1954,1501.9343,9.837581,8.258468,1522.6257,18.707859,13.779973,399.5236,30.033468,52.633873,25.745926,83.763016,255.7817,386.47604,4.4857416,37.49251,102.57214,342.4153,7.4270906,86.783066,8.822311,1.4143416,57.99501,1.0109717,1.1788385,3.4213996,10.561208,26.151419,16.776749,24.266129,288.1137,43.81855,22.743088,32.77621,10.996313,104.58064,6.205645,92.16775,8.441936,63.851925,11.253271,15.951248,28.258333,9.030242,30.548618,20.721773,1.0897603,56.366592,9.91561,217.65933,6.8348985,260.94733,19.768198,1133.6735,117.28255,2.9677064,9.407952,140.41171,176.06378,902.1127,933.98016 +2023-01-25 13:00:00,0.0,2188.8591,36.958782,6.167827,19.652773,23.195833,206.01505,26.546389,44.75867,17.644188,25.97926,241.1632,130.58208,13.414341,52.171665,4.3299646,3.2966485,39.85275,83.03498,54.407173,495.08505,33.721416,519.15015,134.94107,43.857227,112.29034,259.28568,78.15705,976.19446,257.68372,2283.4883,49.323303,2477.7346,580.138,33.402912,27.401812,172.512,231.36598,304.6509,845.7804,40.208332,17.411018,10.136059,476.19495,355.41666,98.76934,6.574196,589.0812,13.557259,592.8903,9.46964,30.874247,0.0,877.4889,1753.3976,0.27661884,59.81855,14.668063,10939.588,33.03793,1.3664223,5.061111,15.714719,13.230765,4.511043,8.788294,285.55194,41.738426,4.18101,0.8206919,5.134584,257.30856,0.6985879,147.9184,98.92084,2480.8196,140.9618,104.0074,182.75694,801.5322,69.134186,52.06235,1104.7963,49.636982,82.375374,9.900909,28.232117,217.34537,12.092894,9.643007,58.62941,19.794647,4168.3125,17.94859,33.260418,16.140682,12.861838,305.1111,58.09206,34.739582,8.923625,8.463576,12.341421,54.241768,93.43287,47.84375,192.27156,18.810999,10.3974905,53.837345,22.810833,29.577963,119.29681,12.735416,1.4857292,35.19113,11.8455105,1333.3867,22.902298,0.55014884,53.859375,14.546968,133.92421,73.27361,95.3742,9.308703,101.166664,341.60046,233.38168,32.038055,224.26396,57.03472,46.035637,69.071304,133.65678,20.272987,51.256504,470.76596,7.6826534,14.136985,260.09586,21.641073,9.680927,44.928654,40.33795,464.28397,127.37447,167.18864,1810.0194,52.308712,1625.0562,1501.699,9.832916,8.251041,1522.2653,18.699472,13.770486,399.44907,30.015625,52.60625,25.740133,83.700294,255.76276,386.39,4.4839997,37.477676,102.45581,342.35776,7.422099,86.7753,8.818749,1.4140627,57.992588,1.0110162,1.1789961,3.4219155,10.560212,26.141834,16.772661,24.270834,287.56204,43.802082,22.729166,32.765625,10.990477,104.614586,6.195139,92.27778,8.4375,63.83606,11.232142,15.916123,28.227777,9.028125,30.514881,20.689583,1.089518,56.351547,9.914712,217.65144,6.833859,260.8818,19.763811,1133.8785,117.255196,2.9673626,9.406042,140.38528,176.03302,902.04205,934.08057 +2023-01-25 14:00:00,0.0,2188.2866,36.94233,6.1620717,19.606262,23.179409,205.9046,26.54076,44.744823,17.641754,25.974749,241.17058,130.5769,13.410765,52.164192,4.3366823,3.3014793,39.833576,83.148766,54.457317,494.8446,33.756664,518.6769,134.95786,43.907066,112.39944,259.03693,78.17142,976.4355,257.69025,2282.623,49.35307,2477.126,580.648,33.43005,27.418447,172.66965,231.36319,304.6832,846.3892,40.20699,17.39995,10.135135,476.14584,355.65955,98.849815,6.573002,589.1453,13.559466,592.88525,9.475704,30.877344,0.0,877.71765,1753.4094,0.27666023,59.76717,14.668688,10941.387,33.05039,1.3670806,5.0598564,15.714971,13.241164,4.5152526,8.788646,285.6368,41.7161,4.1799574,0.8209973,5.138757,257.5459,0.69800574,147.9356,98.856186,2482.109,140.847,104.03711,182.81227,801.58795,69.186386,52.096653,1105.5237,49.627945,82.38337,9.900423,28.247046,217.39218,12.0954685,9.641978,58.641434,19.800621,4168.5845,17.948431,33.28293,16.141495,12.867396,305.17383,58.1057,34.757393,8.926345,8.466908,12.337871,54.239162,93.4652,47.872177,192.29245,18.811935,10.40763,53.85329,22.805376,29.557383,119.30532,12.721317,1.4854503,35.213577,11.842996,1332.5942,22.90652,0.549687,53.911896,14.552307,133.94795,73.24991,95.35931,9.311337,101.19059,341.61578,233.36243,32.04802,224.23367,56.990414,46.032795,69.07046,133.72803,20.28566,51.27591,470.73578,7.6906343,14.151428,260.19888,21.636753,9.68267,44.963497,40.36434,464.64227,127.44956,167.1966,1810.7014,52.22666,1624.9167,1501.4637,9.828253,8.243615,1521.9048,18.691086,13.761,399.37457,29.997782,52.57863,25.734339,83.63757,255.74382,386.304,4.482258,37.462845,102.339485,342.30017,7.417108,86.76753,8.815188,1.4137838,57.990166,1.0110608,1.1791538,3.4224317,10.5592165,26.132248,16.768574,24.275537,287.01035,43.785618,22.715246,32.75504,10.984639,104.64852,6.184633,92.38782,8.433064,63.820194,11.211014,15.881,28.197222,9.026008,30.481146,20.657393,1.0892755,56.336506,9.913814,217.64357,6.83282,260.81628,19.759424,1134.0836,117.22785,2.967019,9.404132,140.35886,176.00224,901.97144,934.181 +2023-01-25 15:00:00,0.0,2187.714,36.925873,6.1563163,19.559753,23.162985,205.79417,26.535133,44.730976,17.63932,25.970236,241.17798,130.57175,13.407187,52.15672,4.3433995,3.3063104,39.814407,83.26255,54.50746,494.60416,33.791912,518.20355,134.97464,43.956905,112.50854,258.7882,78.18579,976.6765,257.69678,2281.7576,49.38284,2476.5173,581.158,33.457188,27.435081,172.8273,231.3604,304.71548,846.99805,40.205647,17.388884,10.13421,476.09677,355.90244,98.9303,6.5718074,589.20953,13.561674,592.88025,9.481769,30.880442,0.0,877.9465,1753.4214,0.2767016,59.71579,14.6693125,10943.187,33.062847,1.3677388,5.058602,15.715223,13.251563,4.519462,8.788998,285.72165,41.69377,4.178905,0.8213027,5.14293,257.78323,0.6974236,147.95279,98.791534,2483.3982,140.7322,104.066826,182.8676,801.6437,69.23859,52.13095,1106.2511,49.618908,82.391365,9.899938,28.261974,217.43898,12.098043,9.640948,58.653454,19.806597,4168.857,17.948275,33.305443,16.142307,12.872954,305.23657,58.119343,34.7752,8.929064,8.470241,12.334321,54.236557,93.497536,47.900604,192.31334,18.81287,10.41777,53.869236,22.79992,29.536802,119.313835,12.707217,1.4851713,35.236023,11.840481,1331.8018,22.910746,0.5492252,53.964417,14.557646,133.9717,73.22621,95.34441,9.3139715,101.214516,341.6311,233.34315,32.05798,224.20338,56.946102,46.029957,69.0696,133.79929,20.298332,51.29531,470.70557,7.6986146,14.165872,260.3019,21.632431,9.684411,44.998344,40.39073,465.00055,127.52464,167.20453,1811.3835,52.14461,1624.7775,1501.2284,9.823588,8.23619,1521.5444,18.6827,13.751513,399.30008,29.97994,52.55101,25.728544,83.57485,255.72488,386.21796,4.480516,37.448013,102.22315,342.2426,7.412117,86.75976,8.811626,1.413505,57.987743,1.0111054,1.1793115,3.4229476,10.558221,26.122662,16.764486,24.280241,286.45868,43.769154,22.701324,32.744457,10.978802,104.68246,6.1741266,92.49785,8.428629,63.80433,11.189884,15.845875,28.166666,9.0238905,30.447409,20.6252,1.089033,56.32146,9.912915,217.63568,6.831781,260.75073,19.755037,1134.2887,117.20051,2.9666753,9.402222,140.33243,175.97147,901.90076,934.28143 +2023-01-25 16:00:00,0.0,2187.1418,36.909416,6.150561,19.513243,23.146559,205.68375,26.529505,44.71713,17.636885,25.965725,241.18536,130.56657,13.403611,52.149246,4.3501167,3.3111413,39.795235,83.37634,54.55761,494.3637,33.82716,517.7303,134.99142,44.00674,112.61764,258.53946,78.200165,976.91754,257.7033,2280.8923,49.412605,2475.9087,581.668,33.484325,27.451717,172.98497,231.3576,304.74777,847.6068,40.2043,17.377817,10.133285,476.0477,356.14532,99.01077,6.570613,589.27374,13.563882,592.8752,9.487832,30.88354,0.0,878.1753,1753.4333,0.27674296,59.664413,14.669937,10944.986,33.075306,1.3683971,5.0573473,15.715476,13.261962,4.5236716,8.78935,285.8065,41.671448,4.1778526,0.82160807,5.147103,258.02057,0.6968414,147.96999,98.72688,2484.6875,140.61739,104.09654,182.92294,801.69946,69.29079,52.165253,1106.9785,49.609875,82.39936,9.899451,28.276901,217.48578,12.100618,9.639919,58.665478,19.81257,4169.129,17.948116,33.327957,16.14312,12.878512,305.2993,58.132984,34.79301,8.931784,8.473573,12.330771,54.23395,93.52987,47.92903,192.33423,18.813807,10.42791,53.88518,22.794462,29.51622,119.32235,12.693118,1.4848925,35.258465,11.837966,1331.0093,22.914968,0.54876345,54.016933,14.562984,133.99542,73.20251,95.32952,9.3166065,101.23844,341.64645,233.3239,32.06794,224.1731,56.901794,46.027115,69.068756,133.87053,20.311005,51.314716,470.67535,7.706595,14.180315,260.40497,21.62811,9.686153,45.033188,40.41712,465.35886,127.59973,167.21248,1812.0654,52.06256,1624.6382,1500.9932,9.818925,8.228764,1521.184,18.674314,13.742025,399.22556,29.962097,52.523388,25.722752,83.51213,255.70595,386.13193,4.478774,37.433178,102.10682,342.18503,7.4071255,86.75199,8.808064,1.4132261,57.98532,1.01115,1.1794691,3.4234636,10.557225,26.113075,16.760399,24.284946,285.90698,43.75269,22.687405,32.73387,10.972965,104.7164,6.16362,92.60789,8.424193,63.788464,11.168756,15.810751,28.13611,9.021774,30.413671,20.59301,1.0887905,56.30642,9.912017,217.6278,6.8307414,260.6852,19.75065,1134.4937,117.17316,2.9663317,9.400311,140.306,175.94069,901.83014,934.38184 +2023-01-25 17:00:00,0.0,2186.5693,36.89296,6.144805,19.466734,23.130135,205.5733,26.523876,44.703285,17.63445,25.961214,241.19275,130.5614,13.400035,52.141773,4.3568344,3.315972,39.776066,83.49013,54.607754,494.12326,33.86241,517.25696,135.00822,44.05658,112.72674,258.29074,78.21453,977.15857,257.70984,2280.027,49.44237,2475.3003,582.1781,33.511463,27.468351,173.14262,231.35481,304.78006,848.21564,40.202957,17.36675,10.1323595,475.99863,356.3882,99.09125,6.5694184,589.3379,13.56609,592.8702,9.4938965,30.886635,0.0,878.4041,1753.4452,0.27678433,59.613033,14.670562,10946.785,33.08776,1.3690554,5.0560927,15.715729,13.272361,4.527881,8.789702,285.89133,41.64912,4.1768003,0.8219135,5.1512756,258.25787,0.69625926,147.98717,98.66223,2485.9768,140.50258,104.12626,182.97827,801.7552,69.34299,52.199554,1107.7059,49.600838,82.40736,9.898965,28.291828,217.5326,12.103193,9.63889,58.6775,19.818546,4169.4014,17.94796,33.35047,16.143932,12.884071,305.362,58.146626,34.81082,8.934504,8.476905,12.327221,54.23135,93.5622,47.95746,192.35512,18.814741,10.438049,53.901127,22.789005,29.49564,119.33087,12.679019,1.4846135,35.28091,11.835451,1330.2168,22.919191,0.54830164,54.069454,14.568323,134.01917,73.17881,95.31463,9.319241,101.26237,341.66177,233.30463,32.0779,224.14282,56.857483,46.024277,69.06791,133.94177,20.323677,51.334118,470.64517,7.714576,14.194757,260.508,21.62379,9.687895,45.06803,40.443512,465.71716,127.67481,167.22041,1812.7474,51.98051,1624.4988,1500.7578,9.8142605,8.221337,1520.8236,18.665928,13.732538,399.15106,29.944254,52.495766,25.716957,83.44941,255.68701,386.0459,4.477032,37.418346,101.990486,342.12747,7.4021344,86.744225,8.8045025,1.4129473,57.982895,1.0111946,1.1796268,3.4239798,10.55623,26.103489,16.756311,24.28965,285.35532,43.73622,22.673483,32.723286,10.967128,104.750336,6.153114,92.717926,8.419758,63.7726,11.147626,15.775626,28.105555,9.019657,30.379936,20.56082,1.0885482,56.291374,9.9111185,217.61992,6.8297024,260.6197,19.746264,1134.6987,117.14581,2.9659882,9.398401,140.27957,175.90991,901.75946,934.48224 +2023-01-25 18:00:00,0.0,2185.9968,36.876503,6.1390495,19.420223,23.11371,205.46288,26.51825,44.689438,17.632015,25.956703,241.20015,130.55624,13.396459,52.1343,4.3635516,3.3208032,39.756893,83.60391,54.657898,493.8828,33.89766,516.7837,135.02501,44.106415,112.83584,258.042,78.228905,977.39966,257.7164,2279.1619,49.472137,2474.6917,582.6881,33.5386,27.484987,173.3003,231.35202,304.81235,848.82446,40.201614,17.355684,10.131434,475.94952,356.6311,99.17173,6.5682244,589.4021,13.568297,592.8652,9.499961,30.889732,0.0,878.63293,1753.4572,0.27682573,59.561653,14.671186,10948.585,33.10022,1.3697137,5.0548387,15.7159815,13.28276,4.5320907,8.790054,285.9762,41.626793,4.1757474,0.8222189,5.155449,258.4952,0.6956771,148.00436,98.59758,2487.266,140.38777,104.155975,183.0336,801.811,69.39519,52.233852,1108.4333,49.5918,82.41535,9.898479,28.306755,217.57939,12.105768,9.63786,58.68952,19.824522,4169.6733,17.947802,33.372982,16.144745,12.889629,305.42474,58.160267,34.82863,8.9372225,8.480238,12.323671,54.228745,93.59453,47.985886,192.376,18.815678,10.448189,53.917072,22.783548,29.47506,119.339386,12.664919,1.4843347,35.303356,11.832936,1329.4243,22.923414,0.5478399,54.121975,14.573662,134.04291,73.155106,95.299736,9.321876,101.28629,341.6771,233.28537,32.087864,224.11253,56.81317,46.021435,69.067055,134.01302,20.33635,51.353523,470.61496,7.722556,14.209201,260.61102,21.61947,9.689636,45.10288,40.469906,466.07547,127.7499,167.22836,1813.4294,51.89846,1624.3595,1500.5226,9.809596,8.213911,1520.4631,18.657541,13.723051,399.07654,29.92641,52.468147,25.711164,83.386696,255.66808,385.95987,4.4752903,37.40351,101.87415,342.0699,7.3971434,86.73646,8.8009405,1.4126683,57.980473,1.0112392,1.1797844,3.4244957,10.555234,26.093903,16.752226,24.294355,284.80362,43.719757,22.659561,32.7127,10.96129,104.78427,6.1426077,92.82796,8.415322,63.756733,11.126497,15.740502,28.074999,9.01754,30.346199,20.52863,1.0883057,56.27633,9.910221,217.61205,6.8286633,260.55414,19.741877,1134.9038,117.11846,2.9656444,9.396491,140.25314,175.87914,901.68884,934.58264 +2023-01-25 19:00:00,0.0,2185.4243,36.860046,6.133294,19.373714,23.097284,205.35243,26.51262,44.67559,17.629581,25.95219,241.20753,130.55107,13.392882,52.126827,4.370269,3.325634,39.737724,83.7177,54.708042,493.64236,33.932907,516.31036,135.0418,44.156254,112.94494,257.79327,78.24328,977.6407,257.72293,2278.2966,49.501904,2474.083,583.1981,33.56574,27.501621,173.45795,231.34923,304.84464,849.4333,40.200268,17.344618,10.13051,475.90045,356.874,99.252205,6.56703,589.4663,13.570505,592.8601,9.506025,30.89283,0.0,878.8617,1753.469,0.2768671,59.510277,14.671811,10950.385,33.11268,1.3703719,5.053584,15.716234,13.293159,4.5363,8.790406,286.06104,41.604465,4.174695,0.82252425,5.1596217,258.73254,0.6950949,148.02156,98.53293,2488.5554,140.27296,104.1857,183.08893,801.8667,69.44739,52.268154,1109.1608,49.582767,82.42335,9.897993,28.321682,217.6262,12.108343,9.636831,58.701546,19.830496,4169.946,17.947645,33.395496,16.145557,12.895187,305.48746,58.17391,34.84644,8.939942,8.48357,12.320121,54.22614,93.62686,48.014313,192.3969,18.816612,10.458329,53.933018,22.778091,29.45448,119.3479,12.65082,1.4840558,35.325798,11.830421,1328.6318,22.927637,0.54737806,54.174496,14.579,134.06664,73.13141,95.28484,9.32451,101.31021,341.69244,233.2661,32.097824,224.08224,56.768864,46.018597,69.06621,134.08426,20.349022,51.372925,470.58478,7.7305365,14.223644,260.71405,21.61515,9.691379,45.137722,40.496296,466.43378,127.82498,167.2363,1814.1116,51.81641,1624.2202,1500.2872,9.804933,8.206485,1520.1028,18.649155,13.713564,399.00204,29.90857,52.440525,25.70537,83.323975,255.64914,385.87384,4.473548,37.38868,101.75783,342.01233,7.392152,86.72869,8.797379,1.4123895,57.97805,1.0112838,1.1799421,3.4250116,10.554238,26.084318,16.748138,24.299059,284.25195,43.703293,22.645641,32.702118,10.955453,104.818214,6.1321015,92.937996,8.410887,63.740868,11.105369,15.705378,28.044445,9.015423,30.312462,20.496437,1.0880632,56.261288,9.909323,217.60416,6.827624,260.48862,19.73749,1135.1089,117.09112,2.9653008,9.394581,140.22672,175.84836,901.6182,934.6831 +2023-01-25 20:00:00,0.0,2184.8518,36.843594,6.127538,19.327204,23.08086,205.242,26.506992,44.661743,17.627148,25.94768,241.21492,130.5459,13.389306,52.119354,4.3769865,3.3304648,39.71855,83.83149,54.758186,493.40192,33.968155,515.8371,135.05858,44.20609,113.05403,257.54453,78.25765,977.8817,257.72946,2277.4314,49.53167,2473.4746,583.7082,33.592876,27.518257,173.6156,231.34644,304.87692,850.0421,40.198925,17.333551,10.129585,475.85138,357.11688,99.33268,6.5658355,589.5305,13.572713,592.8551,9.512089,30.895927,0.0,879.0906,1753.481,0.27690846,59.458897,14.672437,10952.184,33.125137,1.3710303,5.0523295,15.716487,13.303557,4.5405097,8.790758,286.14587,41.582138,4.1736426,0.82282966,5.1637945,258.96988,0.6945127,148.03876,98.46828,2489.845,140.15816,104.21541,183.14426,801.9224,69.49958,52.302456,1109.8882,49.57373,82.43134,9.897508,28.33661,217.673,12.110918,9.635802,58.71357,19.836472,4170.218,17.947487,33.41801,16.14637,12.900746,305.55017,58.18755,34.864246,8.942661,8.486902,12.316571,54.223534,93.659195,48.042744,192.41779,18.817549,10.468469,53.948963,22.772635,29.433897,119.356415,12.636721,1.4837769,35.348244,11.827907,1327.8394,22.931862,0.5469163,54.227016,14.58434,134.09038,73.107704,95.26995,9.327144,101.33414,341.70776,233.24684,32.107784,224.05196,56.724552,46.015755,69.06536,134.15552,20.361694,51.39233,470.55457,7.738517,14.238087,260.81708,21.61083,9.69312,45.17257,40.522686,466.79208,127.90006,167.24425,1814.7936,51.73436,1624.0808,1500.0519,9.800268,8.1990595,1519.7423,18.640768,13.704078,398.92755,29.890726,52.412903,25.699577,83.26125,255.6302,385.7878,4.471806,37.373848,101.641495,341.95474,7.387161,86.720924,8.7938175,1.4121107,57.975628,1.0113283,1.1800998,3.4255278,10.553243,26.074732,16.744051,24.303764,283.70026,43.68683,22.63172,32.691532,10.949616,104.85215,6.121595,93.04803,8.406451,63.725002,11.084239,15.670254,28.01389,9.013307,30.278727,20.464247,1.0878208,56.246243,9.908424,217.59628,6.826585,260.4231,19.733103,1135.314,117.06377,2.964957,9.392671,140.20029,175.8176,901.54755,934.7835 +2023-01-25 21:00:00,0.0,2184.2793,36.827137,6.121783,19.280695,23.064436,205.13158,26.501366,44.6479,17.624712,25.943169,241.22232,130.54074,13.38573,52.11188,4.3837037,3.335296,39.699383,83.945274,54.808334,493.16147,34.003407,515.3638,135.07536,44.255928,113.16313,257.2958,78.27202,978.12274,257.736,2276.5662,49.561436,2472.866,584.2182,33.620014,27.534891,173.77327,231.34364,304.9092,850.6509,40.197582,17.322485,10.12866,475.8023,357.35977,99.41316,6.564641,589.5947,13.574922,592.85004,9.518153,30.899025,0.0,879.31934,1753.4928,0.27694985,59.407516,14.673061,10953.983,33.137596,1.3716886,5.051075,15.71674,13.313956,4.544719,8.79111,286.23074,41.559814,4.1725903,0.8231351,5.1679673,259.20718,0.69393057,148.05594,98.40363,2491.1343,140.04335,104.245125,183.1996,801.9782,69.55178,52.336754,1110.6157,49.564693,82.43934,9.897021,28.351538,217.7198,12.113494,9.634772,58.72559,19.842445,4170.4897,17.94733,33.440525,16.147182,12.906304,305.6129,58.20119,34.882057,8.945381,8.490234,12.313021,54.220932,93.69153,48.07117,192.43867,18.818483,10.478608,53.96491,22.767178,29.413317,119.36493,12.622621,1.483498,35.370686,11.825392,1327.0469,22.936085,0.5464545,54.279537,14.589679,134.11412,73.08401,95.25506,9.329779,101.35806,341.72308,233.22757,32.11775,224.02167,56.680244,46.012917,69.06451,134.22676,20.374367,51.41173,470.52438,7.7464976,14.25253,260.92014,21.60651,9.694862,45.207413,40.549076,467.1504,127.97515,167.2522,1815.4756,51.65231,1623.9415,1499.8167,9.795605,8.191633,1519.3818,18.632383,13.694591,398.85303,29.872883,52.385284,25.693783,83.19853,255.61127,385.70178,4.470064,37.359013,101.52516,341.8972,7.3821697,86.71316,8.790256,1.4118319,57.973206,1.0113729,1.1802574,3.4260437,10.552247,26.065145,16.739964,24.308468,283.14856,43.670364,22.6178,32.680946,10.943779,104.886086,6.1110888,93.158066,8.402017,63.709137,11.06311,15.635129,27.983334,9.011189,30.24499,20.432056,1.0875783,56.231197,9.907526,217.5884,6.825546,260.35754,19.728718,1135.519,117.03642,2.9646134,9.39076,140.17386,175.78682,901.4769,934.8839 +2023-01-25 22:00:00,0.0,2183.7068,36.81068,6.1160274,19.234184,23.048012,205.02113,26.495737,44.634052,17.622278,25.938658,241.2297,130.53557,13.3821535,52.10441,4.390421,3.3401268,39.680214,84.05906,54.85848,492.92102,34.038654,514.8905,135.09215,44.305767,113.27223,257.04706,78.28639,978.3638,257.74252,2275.701,49.591206,2472.2573,584.7282,33.647152,27.551527,173.93092,231.34085,304.9415,851.2597,40.196236,17.311419,10.127735,475.7532,357.60266,99.49364,6.5634465,589.6589,13.577129,592.84503,9.524218,30.90212,0.0,879.5482,1753.5048,0.27699122,59.35614,14.673686,10955.783,33.150055,1.3723469,5.0498204,15.716991,13.324355,4.5489287,8.791462,286.31558,41.537487,4.171538,0.82344043,5.1721406,259.44452,0.6933484,148.07314,98.33898,2492.4236,139.92854,104.27484,183.25493,802.03394,69.60398,52.371056,1111.3431,49.55566,82.447334,9.896535,28.366467,217.76662,12.116069,9.633743,58.737614,19.848421,4170.762,17.947172,33.46304,16.147995,12.911862,305.67563,58.214832,34.899864,8.948101,8.493567,12.309471,54.218327,93.72386,48.099598,192.45956,18.819418,10.488749,53.980854,22.76172,29.392736,119.37344,12.608521,1.483219,35.39313,11.822877,1326.2544,22.940308,0.54599273,54.332058,14.595017,134.13786,73.0603,95.240166,9.332413,101.38199,341.73843,233.20831,32.12771,223.99138,56.635933,46.010075,69.06366,134.298,20.38704,51.431137,470.49417,7.754478,14.2669735,261.02316,21.60219,9.696604,45.24226,40.575466,467.5087,128.05023,167.26013,1816.1575,51.57026,1623.8022,1499.5813,9.79094,8.184207,1519.0215,18.623997,13.685103,398.77853,29.855042,52.357662,25.687988,83.13581,255.59233,385.61575,4.4683223,37.34418,101.40883,341.8396,7.377178,86.70539,8.786694,1.4115529,57.97078,1.0114175,1.1804152,3.4265597,10.55125,26.05556,16.735876,24.313171,282.5969,43.653896,22.603878,32.670364,10.937942,104.92003,6.1005826,93.268105,8.397581,63.69327,11.041981,15.600005,27.952778,9.009072,30.211252,20.399864,1.087336,56.216156,9.906628,217.58052,6.8245063,260.29202,19.72433,1135.7241,117.00908,2.9642699,9.38885,140.14743,175.75604,901.40625,934.9843 +2023-01-25 23:00:00,0.0,2183.1343,36.794224,6.1102715,19.187675,23.031586,204.9107,26.490108,44.620205,17.619844,25.934145,241.23709,130.5304,13.378577,52.096935,4.3971386,3.3449576,39.66104,84.172844,54.908623,492.68057,34.073902,514.4172,135.10893,44.355602,113.38133,256.79834,78.300766,978.60486,257.74908,2274.8357,49.62097,2471.649,585.2382,33.67429,27.568161,174.08858,231.33806,304.9738,851.8685,40.194893,17.300352,10.12681,475.70413,357.84555,99.57411,6.5622525,589.7231,13.579337,592.83997,9.530282,30.905218,0.0,879.777,1753.5167,0.27703258,59.30476,14.674311,10957.582,33.162514,1.3730052,5.048566,15.717244,13.334754,4.5531383,8.791814,286.40042,41.51516,4.1704855,0.82374585,5.1763134,259.68185,0.69276625,148.09033,98.27433,2493.713,139.81374,104.30456,183.31026,802.08966,69.65618,52.405357,1112.0706,49.546623,82.45533,9.8960495,28.381393,217.81342,12.118644,9.632714,58.749634,19.854397,4171.034,17.947016,33.48555,16.148806,12.917421,305.73834,58.228474,34.917675,8.95082,8.4969,12.305922,54.21572,93.756195,48.128025,192.48045,18.820354,10.498888,53.9968,22.756264,29.372156,119.38196,12.594422,1.4829402,35.415577,11.820362,1325.4619,22.94453,0.5455309,54.384575,14.600356,134.16159,73.036606,95.22527,9.335047,101.405914,341.75375,233.18904,32.13767,223.96109,56.59162,46.007236,69.062805,134.36925,20.399712,51.45054,470.46396,7.7624583,14.281416,261.1262,21.59787,9.698346,45.277103,40.601856,467.86697,128.12532,167.26808,1816.8396,51.48821,1623.6628,1499.3461,9.786277,8.176781,1518.661,18.61561,13.675616,398.70404,29.837198,52.33004,25.682196,83.07309,255.5734,385.52972,4.4665804,37.32935,101.292496,341.78204,7.372187,86.697624,8.783132,1.4112741,57.968357,1.0114621,1.1805727,3.4270759,10.550255,26.045973,16.731789,24.317877,282.0452,43.637432,22.589958,32.65978,10.932104,104.953964,6.0900764,93.378136,8.393146,63.677406,11.020852,15.56488,27.922222,9.006955,30.177517,20.367674,1.0870935,56.20111,9.905729,217.57263,6.8234673,260.22647,19.719944,1135.9292,116.98173,2.963926,9.386941,140.121,175.72527,901.33563,935.0847 +2023-01-26 00:00:00,0.0,2182.5618,36.777767,6.104516,19.141165,23.015162,204.80028,26.484482,44.606358,17.617409,25.929634,241.24449,130.52524,13.375,52.089462,4.403856,3.3497887,39.641872,84.28664,54.958767,492.44012,34.10915,513.9439,135.12572,44.40544,113.49043,256.54962,78.31513,978.8459,257.7556,2273.9705,49.650738,2471.0403,585.7483,33.701427,27.584797,174.24625,231.33527,305.00607,852.47736,40.19355,17.289286,10.125886,475.65506,358.08844,99.654594,6.561058,589.7873,13.581545,592.83496,9.5363455,30.908316,0.0,880.00586,1753.5286,0.27707398,59.253384,14.674935,10959.382,33.17497,1.3736634,5.047312,15.717497,13.345153,4.557348,8.792166,286.48526,41.492832,4.1694326,0.82405126,5.180486,259.9192,0.6921841,148.10753,98.20968,2495.0022,139.69893,104.334274,183.36559,802.14545,69.70838,52.439655,1112.798,49.537586,82.46332,9.895563,28.39632,217.86021,12.121219,9.631685,58.761658,19.86037,4171.3066,17.946857,33.508064,16.149618,12.922979,305.8011,58.242115,34.935482,8.95354,8.500232,12.302371,54.21312,93.78853,48.156452,192.50133,18.82129,10.5090275,54.01275,22.750807,29.351576,119.39047,12.580322,1.4826612,35.43802,11.817847,1324.6694,22.948753,0.54506916,54.437096,14.605695,134.18533,73.0129,95.21038,9.337682,101.42984,341.76907,233.16978,32.14763,223.9308,56.547314,46.004395,69.06196,134.4405,20.412384,51.469944,470.43378,7.770439,14.295859,261.22922,21.59355,9.700088,45.311947,40.62825,468.22528,128.2004,167.27602,1817.5216,51.40616,1623.5236,1499.1107,9.781612,8.169354,1518.3007,18.607224,13.666129,398.62952,29.819355,52.30242,25.676401,83.01037,255.55446,385.4437,4.4648385,37.314514,101.17617,341.72446,7.367196,86.68986,8.77957,1.4109952,57.965935,1.0115067,1.1807305,3.4275918,10.549259,26.036386,16.727701,24.32258,281.49353,43.620968,22.576036,32.649193,10.926268,104.9879,6.07957,93.488174,8.38871,63.66154,10.999723,15.529757,27.891666,9.004839,30.14378,20.335484,1.086851,56.18607,9.904831,217.56474,6.822428,260.16095,19.715557,1136.1343,116.954384,2.9635825,9.385031,140.09456,175.69449,901.265,935.1852 +2023-01-26 01:00:00,0.0,2181.9893,36.76131,6.0987606,19.094654,22.998737,204.68983,26.478853,44.592514,17.614975,25.925123,241.25188,130.52007,13.371424,52.08199,4.410573,3.3546195,39.6227,84.40042,55.008915,492.19968,34.144398,513.4706,135.1425,44.455276,113.59953,256.30087,78.329506,979.0869,257.76215,2273.1052,49.680504,2470.4316,586.2583,33.728565,27.60143,174.4039,231.33247,305.03836,853.0861,40.192204,17.27822,10.124961,475.60596,358.33133,99.73507,6.5598636,589.85144,13.583753,592.82996,9.54241,30.911413,0.0,880.2346,1753.5405,0.27711535,59.202003,14.67556,10961.182,33.187428,1.3743217,5.046057,15.71775,13.355552,4.5615573,8.792519,286.57013,41.470505,4.1683803,0.8243566,5.184659,260.1565,0.69160193,148.12471,98.14503,2496.2915,139.58412,104.36398,183.42091,802.2012,69.76058,52.473957,1113.5254,49.528553,82.47131,9.895077,28.411247,217.90703,12.123794,9.630655,58.77368,19.866346,4171.5786,17.946701,33.53058,16.15043,12.928537,305.8638,58.255756,34.953293,8.956259,8.503564,12.298821,54.210514,93.82086,48.18488,192.52222,18.822226,10.519167,54.028694,22.74535,29.330994,119.39899,12.566223,1.4823824,35.460464,11.815332,1323.877,22.952976,0.54460734,54.489616,14.611033,134.20908,72.989204,95.19549,9.340316,101.453766,341.78442,233.15051,32.157593,223.90053,56.503002,46.001556,69.06111,134.51175,20.425055,51.489346,470.40356,7.7784195,14.310303,261.33224,21.58923,9.701829,45.346794,40.65464,468.5836,128.27548,167.28397,1818.2036,51.32411,1623.3843,1498.8754,9.776949,8.161929,1517.9402,18.598837,13.656642,398.55502,29.801512,52.2748,25.670609,82.94765,255.53552,385.35767,4.4630966,37.299683,101.05984,341.6669,7.3622046,86.68209,8.776008,1.4107163,57.963512,1.0115513,1.1808882,3.4281077,10.548264,26.026802,16.723614,24.327286,280.94183,43.604504,22.562117,32.638607,10.92043,105.02184,6.0690637,93.59821,8.3842745,63.645676,10.978594,15.494632,27.86111,9.002722,30.110043,20.303293,1.0866085,56.171024,9.903933,217.55687,6.8213887,260.09543,19.71117,1136.3392,116.92703,2.963239,9.383121,140.06813,175.66371,901.19434,935.2856 +2023-01-26 02:00:00,0.0,2181.4167,36.744858,6.093005,19.048145,22.982311,204.5794,26.473225,44.578667,17.61254,25.920612,241.25926,130.5149,13.367847,52.074516,4.4172907,3.3594503,39.60353,84.514206,55.05906,491.95923,34.17965,512.9973,135.15929,44.505116,113.70863,256.05215,78.34388,979.32794,257.76868,2272.24,49.71027,2469.823,586.7683,33.755703,27.618065,174.56155,231.3297,305.07065,853.69495,40.19086,17.267153,10.124036,475.5569,358.57422,99.815544,6.558669,589.91565,13.58596,592.8249,9.548474,30.91451,0.0,880.46344,1753.5524,0.2771567,59.150623,14.676185,10962.98,33.199886,1.37498,5.0448027,15.718002,13.365951,4.565767,8.7928705,286.65497,41.448177,4.167328,0.824662,5.1888323,260.39383,0.6910198,148.1419,98.080376,2497.5808,139.46931,104.3937,183.47626,802.25696,69.81278,52.508255,1114.2528,49.519516,82.47931,9.894591,28.426176,217.95383,12.1263685,9.629626,58.7857,19.872322,4171.8506,17.946543,33.553093,16.151243,12.934095,305.92654,58.269398,34.971104,8.958979,8.506897,12.295271,54.20791,93.853195,48.213306,192.5431,18.82316,10.529307,54.04464,22.739893,29.310413,119.40751,12.552124,1.4821035,35.48291,11.812818,1323.0845,22.957201,0.5441456,54.542137,14.616372,134.23282,72.9655,95.180595,9.342951,101.477684,341.79974,233.13126,32.167553,223.87024,56.45869,45.998714,69.06026,134.583,20.437727,51.50875,470.37338,7.7864,14.324745,261.43527,21.58491,9.703571,45.381638,40.68103,468.9419,128.35057,167.2919,1818.8855,51.242058,1623.245,1498.6401,9.7722845,8.154503,1517.5797,18.59045,13.647155,398.48053,29.78367,52.247177,25.664814,82.884926,255.51659,385.27164,4.4613547,37.284847,100.943504,341.6093,7.3572135,86.674324,8.772446,1.4104375,57.96109,1.0115958,1.1810458,3.428624,10.547268,26.017216,16.719526,24.33199,280.39017,43.58804,22.548195,32.628025,10.914593,105.05578,6.0585575,93.708244,8.379839,63.62981,10.957465,15.459508,27.830555,9.000605,30.076307,20.271101,1.086366,56.15598,9.903034,217.54898,6.8203497,260.02988,19.706783,1136.5443,116.89969,2.9628952,9.38121,140.0417,175.63293,901.1237,935.386 +2023-01-26 03:00:00,0.0,2180.8442,36.7284,6.0872493,19.001635,22.965887,204.46898,26.467598,44.56482,17.610106,25.9161,241.26666,130.50974,13.364271,52.067043,4.424008,3.3642812,39.58436,84.62799,55.109203,491.71878,34.214897,512.524,135.17607,44.554955,113.81773,255.8034,78.358246,979.569,257.77524,2271.3748,49.740036,2469.2146,587.2783,33.78284,27.6347,174.71922,231.3269,305.10294,854.3038,40.189518,17.256086,10.123111,475.5078,358.8171,99.89603,6.557475,589.97986,13.588168,592.8199,9.554539,30.917606,0.0,880.69226,1753.5643,0.2771981,59.099247,14.676809,10964.78,33.212345,1.3756382,5.043548,15.718255,13.376349,4.5699763,8.793222,286.7398,41.425854,4.1662755,0.82496744,5.193005,260.63116,0.6904376,148.1591,98.015724,2498.87,139.35449,104.423416,183.53159,802.3127,69.864975,52.542557,1114.9802,49.51048,82.487305,9.894105,28.441103,218.00063,12.128943,9.628597,58.797726,19.878296,4172.123,17.946386,33.575603,16.152056,12.939654,305.98926,58.28304,34.98891,8.961698,8.510229,12.291721,54.205303,93.88553,48.241734,192.564,18.824097,10.539447,54.060585,22.734436,29.289833,119.41602,12.538024,1.4818246,35.505352,11.810303,1322.292,22.961424,0.54368377,54.594658,14.621711,134.25655,72.9418,95.1657,9.345585,101.50161,341.81506,233.11198,32.177513,223.83995,56.414383,45.995876,69.05941,134.65424,20.4504,51.528152,470.34317,7.7943807,14.339189,261.53833,21.58059,9.705313,45.416485,40.70742,469.3002,128.42566,167.29985,1819.5676,51.160007,1623.1056,1498.4048,9.767621,8.147077,1517.2194,18.582066,13.637669,398.406,29.765827,52.21956,25.65902,82.822205,255.49767,385.1856,4.459613,37.270016,100.82717,341.55176,7.3522224,86.66656,8.768885,1.4101586,57.958664,1.0116404,1.1812035,3.4291399,10.546272,26.00763,16.715439,24.336693,279.83847,43.57157,22.534273,32.61744,10.908756,105.089714,6.0480514,93.81828,8.375403,63.613945,10.9363365,15.424383,27.8,8.998487,30.04257,20.23891,1.0861237,56.140938,9.902136,217.5411,6.8193107,259.96436,19.702396,1136.7494,116.87234,2.9625516,9.3793,140.01527,175.60216,901.05304,935.4864 +2023-01-26 04:00:00,0.0,2180.272,36.711945,6.081494,18.955126,22.949463,204.35854,26.46197,44.550972,17.607672,25.911589,241.27405,130.50456,13.360695,52.05957,4.430725,3.3691123,39.56519,84.74178,55.159348,491.47833,34.250145,512.05066,135.19286,44.60479,113.926834,255.55467,78.37262,979.81,257.78177,2270.5095,49.769802,2468.606,587.7884,33.80998,27.651335,174.87688,231.32411,305.13522,854.9126,40.18817,17.24502,10.122186,475.45874,359.06,99.9765,6.5562806,590.04407,13.590376,592.8148,9.560602,30.920704,0.0,880.9211,1753.5762,0.27723947,59.047867,14.677435,10966.58,33.224804,1.3762965,5.0422935,15.718508,13.386748,4.574186,8.793574,286.82468,41.403526,4.165223,0.8252728,5.197178,260.8685,0.68985546,148.1763,97.95108,2500.1597,139.23969,104.45313,183.58691,802.3684,69.917175,52.57686,1115.7076,49.501446,82.4953,9.89362,28.456032,218.04744,12.131519,9.627567,58.80975,19.884272,4172.395,17.946228,33.598118,16.152868,12.945212,306.05197,58.29668,35.00672,8.964417,8.513561,12.288172,54.2027,93.91786,48.27016,192.58488,18.825031,10.549586,54.07653,22.72898,29.269253,119.42454,12.523925,1.4815457,35.527798,11.807788,1321.4995,22.965647,0.54322195,54.64718,14.62705,134.28029,72.9181,95.15081,9.348219,101.525536,341.8304,233.09273,32.187477,223.80966,56.37007,45.993034,69.05856,134.72548,20.463072,51.547558,470.313,7.802361,14.353632,261.64136,21.57627,9.707055,45.45133,40.73381,469.6585,128.50073,167.30779,1820.2496,51.077957,1622.9663,1498.1696,9.762957,8.13965,1516.8589,18.573679,13.628181,398.3315,29.747984,52.191936,25.653227,82.75948,255.47873,385.09958,4.4578705,37.255184,100.71084,341.49417,7.347231,86.65879,8.765323,1.4098798,57.95624,1.011685,1.1813611,3.4296558,10.545277,25.998043,16.711351,24.341398,279.2868,43.555107,22.520353,32.606853,10.902919,105.12366,6.0375447,93.928314,8.370968,63.59808,10.915207,15.389259,27.769444,8.99637,30.008833,20.20672,1.0858812,56.125893,9.9012375,217.53322,6.818271,259.89883,19.69801,1136.9545,116.84499,2.9622078,9.37739,139.98885,175.5714,900.9824,935.5868 +2023-01-26 05:00:00,0.0,2179.6995,36.695488,6.0757384,18.908615,22.933039,204.24811,26.45634,44.53713,17.605236,25.907078,241.28143,130.49939,13.357119,52.052094,4.437443,3.373943,39.546017,84.85557,55.209496,491.23785,34.285393,511.5774,135.20964,44.65463,114.035934,255.30594,78.38699,980.0511,257.7883,2269.6443,49.799572,2467.9973,588.2984,33.83712,27.66797,175.03455,231.32132,305.16754,855.5214,40.18683,17.233953,10.121262,475.40964,359.3029,100.056984,6.555086,590.1082,13.592584,592.8098,9.566667,30.923801,0.0,881.14984,1753.5881,0.27728084,58.996487,14.67806,10968.379,33.237263,1.3769549,5.041039,15.71876,13.397147,4.5783954,8.793926,286.90952,41.3812,4.1641707,0.8255782,5.201351,261.10583,0.6892733,148.1935,97.88643,2501.449,139.12488,104.48285,183.64224,802.4242,69.969376,52.611156,1116.435,49.49241,82.503296,9.893133,28.470959,218.09424,12.134094,9.626538,58.82177,19.890245,4172.6675,17.946072,33.620632,16.15368,12.95077,306.11472,58.31032,35.02453,8.967137,8.516893,12.284621,54.200096,93.950195,48.298588,192.60577,18.825968,10.559726,54.092476,22.723522,29.24867,119.43305,12.509826,1.4812667,35.550243,11.805273,1320.707,22.96987,0.5427602,54.699696,14.632389,134.30403,72.8944,95.13592,9.350854,101.54946,341.84573,233.07346,32.197437,223.77937,56.325764,45.990196,69.05771,134.79674,20.475744,51.56696,470.28278,7.8103414,14.368074,261.7444,21.571949,9.7087965,45.486176,40.7602,470.0168,128.57582,167.31573,1820.9316,50.995907,1622.827,1497.9342,9.758293,8.132224,1516.4985,18.565292,13.618694,398.257,29.73014,52.164314,25.647432,82.69676,255.4598,385.01352,4.4561286,37.24035,100.59451,341.4366,7.34224,86.651024,8.761761,1.4096009,57.95382,1.0117296,1.1815188,3.4301717,10.544281,25.988457,16.707264,24.346102,278.7351,43.538643,22.506432,32.59627,10.897081,105.15759,6.0270386,94.03835,8.366532,63.582214,10.894078,15.354135,27.738888,8.994254,29.975098,20.174528,1.0856388,56.11085,9.900339,217.52534,6.817232,259.83328,19.693623,1137.1595,116.81765,2.9618642,9.37548,139.96242,175.54062,900.9118,935.6872 +2023-01-26 06:00:00,0.0,2179.127,36.67903,6.0699825,18.862106,22.916613,204.13768,26.450712,44.52328,17.602802,25.902567,241.28883,130.49423,13.353542,52.04462,4.44416,3.378774,39.526848,84.96935,55.25964,490.9974,34.320644,511.1041,135.22643,44.704464,114.145035,255.0572,78.40136,980.2921,257.79483,2268.779,49.829338,2467.389,588.8084,33.864258,27.684605,175.1922,231.31853,305.19983,856.1302,40.185482,17.222887,10.120337,475.36057,359.54578,100.13746,6.5538917,590.1724,13.594791,592.80475,9.572731,30.926899,0.0,881.37866,1753.6,0.27732223,58.94511,14.678684,10970.179,33.24972,1.3776132,5.039785,15.719012,13.407546,4.582605,8.794278,286.99435,41.35887,4.163118,0.8258836,5.205524,261.34314,0.6886911,148.21068,97.82178,2502.7383,139.01007,104.512566,183.69757,802.4799,70.021576,52.64546,1117.1626,49.48337,82.51129,9.892647,28.485884,218.14104,12.136669,9.625509,58.833794,19.896221,4172.9395,17.945913,33.643147,16.154493,12.956329,306.17743,58.323963,35.04234,8.969856,8.520226,12.281072,54.19749,93.98253,48.327015,192.62666,18.826902,10.569866,54.10842,22.718065,29.22809,119.44157,12.495726,1.4809879,35.572685,11.802758,1319.9146,22.974092,0.5422984,54.752216,14.637728,134.32777,72.8707,95.121025,9.353488,101.57339,341.86105,233.0542,32.207397,223.74908,56.281452,45.987354,69.05686,134.86798,20.488417,51.58636,470.2526,7.818322,14.382518,261.8474,21.567627,9.710539,45.52102,40.786594,470.3751,128.65091,167.32367,1821.6136,50.913857,1622.6876,1497.6989,9.753629,8.124799,1516.1381,18.556906,13.609207,398.1825,29.7123,52.136696,25.64164,82.63404,255.44086,384.9275,4.4543867,37.225517,100.47818,341.37903,7.337249,86.64326,8.758199,1.409322,57.951397,1.0117742,1.1816765,3.430688,10.543285,25.97887,16.703176,24.350807,278.18344,43.52218,22.492512,32.585686,10.891244,105.191536,6.0165324,94.14839,8.362097,63.56635,10.872949,15.319011,27.708334,8.992137,29.94136,20.142338,1.0853963,56.095806,9.899441,217.51746,6.816193,259.76776,19.689236,1137.3646,116.7903,2.9615207,9.3735695,139.93599,175.50984,900.8411,935.78766 +2023-01-26 07:00:00,0.0,2178.5544,36.662575,6.064227,18.815596,22.900188,204.02724,26.445086,44.509434,17.600368,25.898056,241.29622,130.48906,13.349966,52.037148,4.450877,3.383605,39.50768,85.08314,55.309784,490.75696,34.355892,510.6308,135.24323,44.754303,114.254135,254.80847,78.41573,980.53314,257.80136,2267.9136,49.859104,2466.7803,589.3185,33.891396,27.70124,175.34985,231.31573,305.23212,856.739,40.18414,17.21182,10.119411,475.3115,359.78867,100.21793,6.5526977,590.2366,13.596999,592.79974,9.578795,30.929996,0.0,881.6075,1753.6119,0.2773636,58.89373,14.679309,10971.979,33.26218,1.3782715,5.0385303,15.719265,13.417945,4.5868144,8.79463,287.07922,41.336544,4.1620655,0.826189,5.209697,261.58047,0.6881089,148.22787,97.757126,2504.0276,138.89526,104.54228,183.75291,802.53564,70.07378,52.67976,1117.89,49.47434,82.51929,9.892161,28.500813,218.18785,12.139244,9.62448,58.845818,19.902197,4173.212,17.945757,33.665657,16.155306,12.961887,306.24014,58.337605,35.060146,8.972576,8.523559,12.277521,54.194885,94.014854,48.355442,192.64755,18.827839,10.580006,54.124367,22.712608,29.20751,119.45008,12.4816265,1.480709,35.59513,11.800243,1319.1221,22.978317,0.5418366,54.804737,14.643066,134.3515,72.847,95.10613,9.356122,101.59731,341.8764,233.03493,32.21736,223.7188,56.23714,45.984516,69.056015,134.93922,20.50109,51.605766,470.22238,7.8263025,14.396961,261.95044,21.563307,9.71228,45.555866,40.812984,470.7334,128.72598,167.33162,1822.2958,50.831806,1622.5483,1497.4636,9.748964,8.1173725,1515.7776,18.54852,13.59972,398.108,29.694456,52.109074,25.635845,82.57132,255.42192,384.84146,4.452645,37.210686,100.36185,341.32147,7.3322573,86.63549,8.754637,1.4090432,57.948975,1.0118188,1.1818341,3.4312038,10.54229,25.969286,16.69909,24.35551,277.63174,43.50571,22.47859,32.5751,10.885407,105.22547,6.0060263,94.25842,8.357661,63.550484,10.85182,15.283886,27.677778,8.99002,29.907623,20.110147,1.0851538,56.08076,9.898542,217.50958,6.8151536,259.70224,19.684849,1137.5697,116.762955,2.9611769,9.371659,139.90956,175.47906,900.7705,935.88806 +2023-01-26 08:00:00,0.0,2177.982,36.646122,6.0584717,18.769087,22.883764,203.91681,26.439457,44.495586,17.597933,25.893543,241.3036,130.48389,13.34639,52.029675,4.457595,3.3884358,39.488506,85.19693,55.35993,490.5165,34.39114,510.1575,135.26001,44.804142,114.363235,254.55974,78.43011,980.7742,257.80792,2267.0483,49.88887,2466.1716,589.8285,33.918533,27.717875,175.50752,231.31294,305.2644,857.34784,40.182796,17.200754,10.118486,475.26242,360.03156,100.298416,6.551503,590.30084,13.599207,592.79474,9.584859,30.933094,0.0,881.8363,1753.6239,0.27740496,58.84235,14.679934,10973.778,33.274635,1.3789297,5.037276,15.719518,13.428344,4.591024,8.794982,287.16406,41.314217,4.161013,0.8264944,5.2138696,261.8178,0.68752676,148.24507,97.692474,2505.317,138.78046,104.572,183.80824,802.59143,70.12598,52.714058,1118.6174,49.4653,82.52728,9.891675,28.51574,218.23465,12.141819,9.62345,58.857838,19.90817,4173.484,17.945599,33.68817,16.156118,12.967445,306.3029,58.351246,35.077957,8.975295,8.526891,12.273972,54.192284,94.04719,48.38387,192.66844,18.828773,10.590145,54.140312,22.707151,29.18693,119.458595,12.467526,1.4804301,35.617577,11.797729,1318.3295,22.98254,0.5413748,54.857258,14.648405,134.37524,72.823296,95.09124,9.358757,101.62124,341.89172,233.01567,32.22732,223.6885,56.192833,45.981674,69.05516,135.01047,20.513762,51.625168,470.19217,7.834283,14.411404,262.05347,21.558987,9.714022,45.59071,40.839375,471.0917,128.80107,167.33955,1822.9778,50.749756,1622.409,1497.2283,9.744301,8.109946,1515.4172,18.540133,13.590233,398.03348,29.676613,52.08145,25.630053,82.5086,255.40298,384.75543,4.450903,37.19585,100.245514,341.2639,7.327266,86.62772,8.751075,1.4087644,57.94655,1.0118634,1.1819918,3.4317198,10.541294,25.9597,16.695002,24.360214,277.08008,43.489246,22.46467,32.564518,10.87957,105.25941,5.9955196,94.36846,8.353226,63.53462,10.830691,15.248762,27.647223,8.987903,29.873888,20.077957,1.0849115,56.06572,9.897644,217.5017,6.8141146,259.6367,19.680464,1137.7748,116.7356,2.9608333,9.369749,139.88313,175.44829,900.6998,935.98846 +2023-01-26 09:00:00,0.0,2177.4094,36.629665,6.052716,18.722576,22.867338,203.80638,26.433828,44.481743,17.595499,25.889032,241.311,130.47873,13.342813,52.0222,4.464312,3.3932667,39.469337,85.310715,55.410072,490.27606,34.426388,509.6842,135.2768,44.853977,114.472336,254.311,78.44447,981.0152,257.81445,2266.183,49.918636,2465.5632,590.3385,33.94567,27.73451,175.66518,231.31015,305.2967,857.95667,40.18145,17.189688,10.117561,475.21332,360.27444,100.37889,6.5503087,590.365,13.601416,592.7897,9.590923,30.93619,0.0,882.06506,1753.6357,0.27744636,58.790974,14.680558,10975.577,33.287094,1.379588,5.036021,15.71977,13.438743,4.5952334,8.795334,287.2489,41.291893,4.1599607,0.8267998,5.218043,262.05515,0.6869446,148.26227,97.62782,2506.6062,138.66565,104.601715,183.86357,802.64716,70.17818,52.74836,1119.3448,49.456264,82.53528,9.89119,28.530666,218.28145,12.144394,9.622421,58.86986,19.914146,4173.756,17.945442,33.710686,16.15693,12.973004,306.3656,58.364887,35.095768,8.978015,8.530223,12.270422,54.18968,94.07952,48.4123,192.68933,18.82971,10.600285,54.156258,22.701694,29.16635,119.46711,12.453427,1.4801512,35.64002,11.795214,1317.537,22.986763,0.54091305,54.90978,14.653744,134.39899,72.7996,95.07635,9.361391,101.645164,341.90704,232.9964,32.23728,223.65823,56.14852,45.978836,69.05431,135.08171,20.526434,51.644573,470.162,7.842263,14.425847,262.15652,21.554667,9.715764,45.625553,40.865765,471.45,128.87616,167.3475,1823.6597,50.667706,1622.2697,1496.993,9.739636,8.10252,1515.0568,18.531748,13.580746,397.95898,29.65877,52.053833,25.624258,82.44588,255.38405,384.6694,4.449161,37.18102,100.12919,341.20633,7.322275,86.61996,8.747513,1.4084854,57.944126,1.0119079,1.1821494,3.432236,10.540298,25.950113,16.690914,24.36492,276.52838,43.472782,22.450748,32.553932,10.873733,105.29335,5.9850135,94.4785,8.34879,63.518753,10.809562,15.213637,27.616667,8.985786,29.84015,20.045765,1.084669,56.050674,9.896746,217.49382,6.8130755,259.57117,19.676077,1137.9799,116.70826,2.9604895,9.367839,139.8567,175.41751,900.6292,936.08887 +2023-01-26 10:00:00,0.0,2176.837,36.61321,6.0469604,18.676067,22.850914,203.69594,26.428202,44.467896,17.593063,25.884521,241.31839,130.47356,13.339236,52.01473,4.4710293,3.3980978,39.450165,85.4245,55.46022,490.0356,34.46164,509.2109,135.29358,44.903816,114.581436,254.06227,78.45885,981.2563,257.82098,2265.3179,49.948402,2464.9546,590.8485,33.97281,27.751144,175.82285,231.30736,305.32898,858.5654,40.180107,17.178621,10.116637,475.16425,360.51733,100.459366,6.549114,590.4292,13.603623,592.78467,9.596988,30.939287,0.0,882.29395,1753.6477,0.27748773,58.739594,14.681183,10977.377,33.299553,1.3802463,5.0347667,15.720023,13.4491415,4.599443,8.795687,287.33374,41.269566,4.1589084,0.82710516,5.2222157,262.29245,0.68636245,148.27945,97.56317,2507.8955,138.55084,104.631424,183.9189,802.7029,70.23037,52.78266,1120.0723,49.44723,82.543274,9.890703,28.545593,218.32826,12.146969,9.621392,58.88188,19.92012,4174.0283,17.945284,33.7332,16.157743,12.978562,306.4283,58.37853,35.113575,8.980734,8.533555,12.266871,54.187073,94.111855,48.440727,192.71022,18.830645,10.610425,54.172203,22.696238,29.145767,119.475624,12.439328,1.4798723,35.662464,11.792699,1316.7445,22.990986,0.5404512,54.9623,14.659082,134.42271,72.775894,95.061455,9.364026,101.66908,341.9224,232.97714,32.247242,223.62794,56.104214,45.975994,69.05347,135.15297,20.539106,51.663975,470.13177,7.850244,14.44029,262.25955,21.550346,9.717505,45.6604,40.892155,471.80832,128.95125,167.35544,1824.3417,50.585655,1622.1304,1496.7577,9.734973,8.095094,1514.6964,18.523361,13.5712595,397.8845,29.640928,52.02621,25.618464,82.383156,255.36511,384.58337,4.447419,37.166187,100.012856,341.14874,7.3172836,86.61219,8.743952,1.4082066,57.941704,1.0119525,1.1823071,3.432752,10.539303,25.940527,16.686827,24.369623,275.9767,43.456318,22.436829,32.543346,10.867896,105.327286,5.9745073,94.58853,8.344355,63.502888,10.788433,15.178514,27.586111,8.983669,29.806414,20.013575,1.0844265,56.03563,9.895848,217.48593,6.812036,259.50565,19.67169,1138.1848,116.68091,2.960146,9.365929,139.83028,175.38673,900.5586,936.1893 +2023-01-26 11:00:00,0.0,2176.2644,36.596752,6.041205,18.629557,22.83449,203.58551,26.422573,44.45405,17.59063,25.88001,241.32578,130.46838,13.33566,52.007256,4.477747,3.4029286,39.430996,85.538284,55.510365,489.79517,34.496887,508.7376,135.31036,44.95365,114.69054,253.81354,78.47322,981.4973,257.8275,2264.4526,49.97817,2464.346,591.3586,33.999947,27.76778,175.9805,231.30457,305.36127,859.17426,40.178764,17.167555,10.115712,475.11517,360.76022,100.53985,6.54792,590.4934,13.605831,592.7796,9.603052,30.942385,0.0,882.5227,1753.6595,0.2775291,58.688217,14.6818075,10979.177,33.31201,1.3809046,5.033512,15.720276,13.45954,4.6036525,8.796039,287.4186,41.24724,4.157856,0.8274106,5.2263885,262.5298,0.6857803,148.29665,97.49852,2509.1848,138.43604,104.66114,183.97423,802.75867,70.28257,52.81696,1120.7997,49.438194,82.55127,9.890217,28.560522,218.37506,12.149544,9.620362,58.893906,19.926096,4174.3003,17.945127,33.75571,16.158554,12.98412,306.49106,58.39217,35.131386,8.983454,8.536888,12.263322,54.18447,94.14419,48.469154,192.73111,18.831581,10.620564,54.18815,22.690779,29.125187,119.484146,12.425228,1.4795934,35.684906,11.790184,1315.952,22.995209,0.5399895,55.01482,14.664422,134.44646,72.7522,95.04656,9.36666,101.69301,341.9377,232.95787,32.257206,223.59766,56.059902,45.973156,69.05261,135.22421,20.551779,51.68338,470.1016,7.8582244,14.454734,262.36258,21.546026,9.719248,45.695244,40.918545,472.16663,129.02632,167.36339,1825.0238,50.503605,1621.9911,1496.5223,9.730309,8.087667,1514.3359,18.514975,13.561772,397.80997,29.623085,51.99859,25.61267,82.320435,255.34618,384.49734,4.4456773,37.151352,99.89652,341.0912,7.3122926,86.60442,8.74039,1.4079278,57.93928,1.0119971,1.1824648,3.4332678,10.538307,25.93094,16.68274,24.374329,275.42502,43.439854,22.422907,32.53276,10.862059,105.36122,5.964001,94.69857,8.339919,63.487022,10.767303,15.143389,27.555555,8.981552,29.772678,19.981384,1.084184,56.020588,9.89495,217.47806,6.810997,259.4401,19.667303,1138.3899,116.653564,2.9598024,9.364018,139.80385,175.35597,900.4879,936.28973 +2023-01-26 12:00:00,0.0,2175.692,36.580296,6.0354495,18.583046,22.818066,203.47508,26.416945,44.4402,17.588196,25.875498,241.33318,130.46323,13.332084,51.999783,4.484464,3.4077594,39.411823,85.65208,55.56051,489.55472,34.532135,508.2643,135.32715,45.00349,114.79964,253.56482,78.487595,981.73834,257.83405,2263.5874,50.00794,2463.7373,591.8686,34.027084,27.784414,176.13815,231.30177,305.39355,859.7831,40.177418,17.156488,10.114787,475.06607,361.0031,100.62032,6.5467257,590.5576,13.608039,592.7746,9.609116,30.945482,0.0,882.7516,1753.6715,0.2775705,58.636837,14.682433,10980.976,33.32447,1.381563,5.032258,15.720529,13.469939,4.607862,8.796391,287.50345,41.22491,4.156803,0.827716,5.2305613,262.76712,0.6851981,148.31384,97.43387,2510.4744,138.32123,104.69086,184.02957,802.8144,70.33477,52.85126,1121.5271,49.429157,82.559265,9.889731,28.575449,218.42188,12.152119,9.619333,58.90593,19.932072,4174.5728,17.94497,33.778225,16.159367,12.989678,306.55377,58.40581,35.149193,8.986174,8.54022,12.259771,54.181866,94.17652,48.49758,192.752,18.832516,10.630704,54.204094,22.685322,29.104607,119.49266,12.411129,1.4793146,35.70735,11.787669,1315.1595,22.999432,0.53952765,55.067337,14.669761,134.4702,72.72849,95.03167,9.369294,101.716934,341.95303,232.93861,32.267166,223.56737,56.01559,45.970314,69.051765,135.29546,20.564451,51.70278,470.07138,7.8662047,14.469176,262.4656,21.541706,9.720989,45.73009,40.94494,472.52493,129.10141,167.37132,1825.7058,50.421555,1621.8517,1496.2871,9.725645,8.080242,1513.9756,18.506588,13.552285,397.73547,29.605242,51.97097,25.606876,82.25772,255.32724,384.41132,4.4439354,37.13652,99.78019,341.0336,7.3073015,86.59666,8.736828,1.4076488,57.93686,1.0120417,1.1826224,3.433784,10.537312,25.921354,16.678652,24.379032,274.87335,43.423386,22.408985,32.52218,10.856221,105.395164,5.9534945,94.8086,8.335484,63.471157,10.746175,15.108265,27.525,8.979435,29.738941,19.949192,1.0839417,56.005543,9.894052,217.47017,6.809958,259.37457,19.662916,1138.595,116.62622,2.9594586,9.362109,139.77742,175.3252,900.4173,936.39014 +2023-01-26 13:00:00,0.0,2175.1194,36.56384,6.0296936,18.536537,22.80164,203.36464,26.411318,44.426357,17.58576,25.870987,241.34056,130.45805,13.328507,51.99231,4.4911814,3.4125905,39.392654,85.76586,55.610653,489.31427,34.567383,507.79102,135.34393,45.05333,114.90874,253.31609,78.50196,981.9794,257.8406,2262.7222,50.037704,2463.129,592.3786,34.054222,27.80105,176.29582,231.29898,305.42584,860.3919,40.176075,17.145422,10.113862,475.017,361.246,100.7008,6.5455313,590.62177,13.610247,592.76953,9.61518,30.94858,0.0,882.98035,1753.6833,0.27761185,58.585457,14.683058,10982.775,33.33693,1.3822212,5.0310035,15.72078,13.480338,4.6120715,8.796742,287.5883,41.202583,4.1557508,0.82802135,5.2347345,263.00446,0.68461597,148.33104,97.369225,2511.7637,138.20642,104.72057,184.0849,802.8702,70.38697,52.88556,1122.2545,49.420124,82.56726,9.889245,28.590378,218.46867,12.154695,9.618304,58.91795,19.938046,4174.8447,17.944813,33.80074,16.16018,12.995237,306.6165,58.419453,35.167004,8.988893,8.543552,12.256222,54.17926,94.208855,48.52601,192.77289,18.83345,10.640843,54.22004,22.679865,29.084026,119.501175,12.39703,1.4790356,35.729797,11.785154,1314.3671,23.003656,0.5390659,55.119858,14.675099,134.49394,72.704796,95.01678,9.371929,101.74086,341.96838,232.91934,32.277126,223.53708,55.971283,45.967476,69.05091,135.3667,20.577124,51.722187,470.0412,7.8741856,14.48362,262.56863,21.537386,9.722732,45.764935,40.97133,472.8832,129.1765,167.37927,1826.3877,50.339504,1621.7124,1496.0518,9.720981,8.072816,1513.6151,18.498201,13.542798,397.66098,29.587399,51.943348,25.601084,82.195,255.3083,384.3253,4.4421935,37.121685,99.66386,340.97604,7.30231,86.58889,8.733266,1.40737,57.934433,1.0120863,1.1827801,3.4343,10.536316,25.91177,16.674564,24.383736,274.32166,43.40692,22.395065,32.511593,10.850384,105.4291,5.9429884,94.91864,8.331048,63.45529,10.725046,15.07314,27.494444,8.977319,29.705204,19.917002,1.0836992,55.9905,9.893153,217.4623,6.8089185,259.30902,19.65853,1138.8,116.59887,2.959115,9.360199,139.75099,175.29442,900.3466,936.49054 +2023-01-26 14:00:00,0.0,2174.5469,36.547386,6.023938,18.490026,22.785215,203.25421,26.40569,44.41251,17.583326,25.866476,241.34795,130.45288,13.324931,51.984837,4.497899,3.4174213,39.37348,85.87965,55.6608,489.07382,34.602634,507.31772,135.36072,45.103165,115.01784,253.06735,78.516335,982.2204,257.84714,2261.857,50.06747,2462.5203,592.8887,34.08136,27.817684,176.45348,231.29619,305.45813,861.00073,40.174732,17.134356,10.112937,474.96793,361.4889,100.78128,6.544337,590.686,13.612454,592.7645,9.621244,30.951675,0.0,883.2092,1753.6953,0.27765322,58.53408,14.683682,10984.575,33.34939,1.3828795,5.029749,15.721033,13.490737,4.616281,8.797094,287.67316,41.180256,4.1546984,0.82832676,5.2389073,263.2418,0.6840338,148.34822,97.30457,2513.053,138.09161,104.75029,184.14023,802.9259,70.43917,52.91986,1122.9819,49.411087,82.57526,9.88876,28.605305,218.51547,12.1572695,9.617274,58.929974,19.944021,4175.1167,17.944654,33.823254,16.160992,13.000795,306.67923,58.43309,35.18481,8.991612,8.546885,12.252671,54.176655,94.24119,48.554436,192.79378,18.834387,10.650984,54.23599,22.674408,29.063444,119.50969,12.38293,1.4787567,35.75224,11.7826395,1313.5746,23.00788,0.5386041,55.17238,14.680438,134.51767,72.68109,95.001884,9.374563,101.764786,341.9837,232.90009,32.28709,223.50679,55.92697,45.964634,69.050064,135.43794,20.589796,51.74159,470.011,7.882166,14.498063,262.67166,21.533066,9.724473,45.79978,40.99772,473.24152,129.25157,167.3872,1827.0697,50.257454,1621.5731,1495.8165,9.716317,8.06539,1513.2546,18.489815,13.533311,397.58646,29.569557,51.915726,25.59529,82.13228,255.28937,384.23926,4.440451,37.106853,99.54753,340.91846,7.297319,86.58112,8.729704,1.4070911,57.93201,1.0121309,1.1829377,3.434816,10.53532,25.902184,16.670479,24.388441,273.77,43.390457,22.381144,32.501007,10.844547,105.463036,5.9324822,95.02868,8.326612,63.439426,10.703917,15.038016,27.463888,8.975202,29.671469,19.884811,1.0834568,55.975456,9.892255,217.4544,6.8078794,259.2435,19.654142,1139.0051,116.571526,2.9587712,9.358289,139.72455,175.26364,900.276,936.59094 +2023-01-26 15:00:00,0.0,2173.9744,36.53093,6.0181828,18.443518,22.768791,203.14378,26.40006,44.398663,17.580893,25.861965,241.35535,130.44772,13.321355,51.977364,4.5046163,3.4222522,39.354313,85.99343,55.710945,488.83337,34.637882,506.84442,135.3775,45.153004,115.12694,252.81862,78.53071,982.4615,257.85367,2260.9917,50.097237,2461.9116,593.3987,34.108498,27.83432,176.61113,231.2934,305.49042,861.6095,40.173386,17.12329,10.112013,474.91885,361.73178,100.861755,6.543143,590.7501,13.614662,592.7595,9.627309,30.954773,0.0,883.438,1753.7073,0.2776946,58.4827,14.684307,10986.374,33.361843,1.3835378,5.0284944,15.721286,13.501136,4.6204906,8.797446,287.758,41.157932,4.153646,0.8286322,5.24308,263.4791,0.68345165,148.36542,97.23992,2514.3423,137.9768,104.780014,184.19556,802.9816,70.49137,52.954163,1123.7095,49.40205,82.58325,9.888273,28.620232,218.56229,12.159844,9.616245,58.941998,19.949995,4175.389,17.944498,33.845768,16.161804,13.006353,306.74194,58.44673,35.20262,8.994331,8.550218,12.249122,54.174053,94.27352,48.582863,192.81467,18.835321,10.661123,54.251934,22.668951,29.042864,119.5182,12.368831,1.4784778,35.774685,11.780125,1312.7821,23.012102,0.53814226,55.2249,14.685777,134.54141,72.657394,94.98699,9.377197,101.78871,341.99902,232.88081,32.29705,223.4765,55.882664,45.961796,69.04922,135.5092,20.602468,51.760994,469.98077,7.8901463,14.512506,262.77472,21.528746,9.726214,45.834625,41.02411,473.59982,129.32666,167.39516,1827.7518,50.175404,1621.4338,1495.5812,9.711653,8.057963,1512.8943,18.48143,13.523824,397.51196,29.551714,51.888107,25.589497,82.06956,255.27043,384.15323,4.4387093,37.092022,99.4312,340.8609,7.292328,86.57336,8.726142,1.4068123,57.92959,1.0121754,1.1830955,3.435332,10.534325,25.892597,16.666391,24.393145,273.2183,43.373993,22.367224,32.490425,10.83871,105.49698,5.921976,95.13871,8.322178,63.42356,10.682788,15.002892,27.433332,8.973084,29.637732,19.852621,1.0832143,55.96041,9.891356,217.44652,6.8068404,259.17798,19.649755,1139.2102,116.544174,2.9584277,9.356379,139.69812,175.23286,900.2054,936.69135 +2023-01-26 16:00:00,0.0,2173.402,36.514473,6.012427,18.397007,22.752365,203.03334,26.394434,44.384815,17.578457,25.857452,241.36273,130.44255,13.317779,51.96989,4.5113335,3.4270833,39.335144,86.10722,55.76109,488.59293,34.67313,506.37112,135.39429,45.20284,115.23604,252.56989,78.545074,982.7025,257.8602,2260.1265,50.127003,2461.3032,593.9087,34.135635,27.850954,176.76881,231.29062,305.5227,862.2183,40.172043,17.112223,10.111088,474.86975,361.97467,100.94223,6.5419483,590.81433,13.61687,592.75446,9.633372,30.95787,0.0,883.6669,1753.7191,0.27773598,58.43132,14.684932,10988.174,33.374302,1.384196,5.02724,15.721539,13.511535,4.6247,8.797798,287.84283,41.135605,4.1525936,0.82893753,5.247253,263.71643,0.6828695,148.38261,97.17527,2515.6316,137.862,104.80972,184.2509,803.0374,70.54357,52.98846,1124.4369,49.393017,82.59125,9.887787,28.635159,218.60909,12.162419,9.615216,58.954018,19.95597,4175.661,17.94434,33.86828,16.162617,13.011912,306.80466,58.460373,35.22043,8.997051,8.55355,12.245572,54.171448,94.305855,48.61129,192.83556,18.836258,10.671263,54.26788,22.663494,29.022284,119.52672,12.354732,1.4781989,35.79713,11.77761,1311.9896,23.016325,0.5376805,55.27742,14.691115,134.56516,72.63369,94.9721,9.379832,101.81264,342.01437,232.86156,32.30701,223.44621,55.838352,45.958954,69.04836,135.58044,20.61514,51.780396,469.9506,7.898127,14.526949,262.87775,21.524426,9.727957,45.86947,41.0505,473.95813,129.40175,167.40309,1828.4338,50.093353,1621.2944,1495.346,9.706989,8.050537,1512.5338,18.473043,13.514338,397.43744,29.53387,51.860485,25.583702,82.006836,255.2515,384.0672,4.4369674,37.077187,99.314865,340.8033,7.2873363,86.56559,8.722581,1.4065334,57.927166,1.01222,1.1832532,3.435848,10.533329,25.88301,16.662304,24.39785,272.66663,43.35753,22.353302,32.47984,10.832872,105.530914,5.9114695,95.24875,8.317742,63.407696,10.661658,14.967768,27.402777,8.970967,29.603994,19.820429,1.0829718,55.94537,9.890458,217.43864,6.805801,259.11243,19.645369,1139.4153,116.51683,2.958084,9.354468,139.67169,175.20209,900.1347,936.7918 +2023-01-26 17:00:00,0.0,2172.8296,36.498016,6.0066714,18.350498,22.73594,202.92291,26.388805,44.37097,17.576023,25.852942,241.37012,130.43738,13.314202,51.962418,4.518051,3.431914,39.31597,86.22101,55.811234,488.35248,34.708378,505.89783,135.41107,45.252678,115.34514,252.32115,78.55945,982.94354,257.86673,2259.2612,50.15677,2460.6946,594.4187,34.162773,27.86759,176.92647,231.28783,305.555,862.82715,40.1707,17.101156,10.110163,474.82068,362.21753,101.02271,6.540754,590.87854,13.619078,592.74945,9.639437,30.960968,0.0,883.8956,1753.7311,0.27777734,58.379944,14.685556,10989.974,33.38676,1.3848543,5.0259852,15.721791,13.521934,4.6289096,8.79815,287.92767,41.113277,4.151541,0.82924294,5.251426,263.95377,0.6822873,148.39981,97.11062,2516.921,137.7472,104.83944,184.30623,803.09314,70.595764,53.022762,1125.1643,49.38398,82.59924,9.887301,28.650087,218.65588,12.164994,9.614187,58.96604,19.961946,4175.9336,17.944183,33.890793,16.16343,13.01747,306.8674,58.474014,35.23824,8.99977,8.556882,12.242022,54.168842,94.33819,48.639717,192.85645,18.837193,10.681402,54.283825,22.658037,29.001703,119.53523,12.3406315,1.47792,35.819572,11.775095,1311.1971,23.020548,0.5372187,55.32994,14.696454,134.5889,72.60999,94.95721,9.382466,101.836555,342.0297,232.84229,32.31697,223.41594,55.79404,45.956116,69.047516,135.65169,20.627813,51.7998,469.92038,7.9061074,14.541392,262.98077,21.520105,9.729698,45.904316,41.07689,474.31644,129.47682,167.41104,1829.1158,50.011303,1621.1552,1495.1106,9.702325,8.043112,1512.1735,18.464657,13.50485,397.36295,29.51603,51.832863,25.577908,81.944115,255.23256,383.98117,4.4352255,37.062355,99.19853,340.74576,7.2823453,86.55782,8.719019,1.4062545,57.92474,1.0122646,1.1834108,3.436364,10.532333,25.873425,16.658216,24.402554,272.11493,43.34106,22.339382,32.469254,10.827035,105.56485,5.9009633,95.35878,8.313307,63.39183,10.64053,14.932643,27.372223,8.96885,29.57026,19.788239,1.0827295,55.930325,9.88956,217.43076,6.804762,259.0469,19.640982,1139.6204,116.48948,2.9577403,9.352558,139.64526,175.17131,900.0641,936.8922 +2023-01-26 18:00:00,0.0,2172.257,36.48156,6.000916,18.303988,22.719517,202.81248,26.383177,44.357124,17.573587,25.84843,241.37752,130.43222,13.310625,51.954945,4.5247684,3.436745,39.296803,86.33479,55.861378,488.11203,34.743626,505.42453,135.42786,45.302513,115.45424,252.07242,78.57382,983.1846,257.8733,2258.396,50.186535,2460.086,594.9288,34.18991,27.884224,177.08414,231.28503,305.58728,863.436,40.169353,17.09009,10.109238,474.7716,362.46042,101.10319,6.5395594,590.94275,13.621285,592.7444,9.645501,30.964066,0.0,884.12445,1753.7429,0.27781874,58.328564,14.686181,10991.772,33.39922,1.3855126,5.024731,15.722044,13.532332,4.633119,8.798503,288.01254,41.09095,4.1504884,0.82954836,5.255599,264.1911,0.6817051,148.41699,97.04597,2518.2102,137.63239,104.869156,184.36156,803.14886,70.647964,53.057064,1125.8917,49.374943,82.60724,9.886815,28.665014,218.7027,12.167569,9.613157,58.978065,19.96792,4176.2056,17.944025,33.913307,16.164242,13.023028,306.9301,58.487656,35.25605,9.00249,8.560214,12.238472,54.166237,94.370514,48.668144,192.87733,18.838129,10.691543,54.29977,22.65258,28.981123,119.54375,12.326532,1.4776411,35.84202,11.77258,1310.4047,23.02477,0.53675693,55.382458,14.701794,134.61263,72.58629,94.942314,9.385101,101.86048,342.045,232.82303,32.326935,223.38565,55.749733,45.953274,69.04667,135.72293,20.640486,51.819202,469.8902,7.914088,14.555835,263.0838,21.515785,9.731441,45.93916,41.103283,474.67474,129.55191,167.41898,1829.7979,49.929253,1621.0159,1494.8752,9.697661,8.035686,1511.813,18.45627,13.495363,397.28845,29.498186,51.805244,25.572115,81.88139,255.21362,383.89514,4.4334836,37.047523,99.0822,340.68817,7.2773542,86.55006,8.715457,1.4059757,57.922318,1.0123092,1.1835685,3.43688,10.531338,25.863838,16.654129,24.407259,271.56326,43.324596,22.32546,32.458668,10.821198,105.59879,5.890457,95.46882,8.308871,63.375965,10.619401,14.897519,27.341667,8.966734,29.536522,19.756048,1.082487,55.915283,9.888661,217.42288,6.803723,258.98138,19.636595,1139.8254,116.462135,2.9573967,9.350648,139.61884,175.14055,899.9934,936.9926 +2023-01-26 19:00:00,0.0,2171.6846,36.465103,5.99516,18.257479,22.70309,202.70204,26.37755,44.343277,17.571154,25.84392,241.3849,130.42705,13.307049,51.94747,4.5314856,3.441576,39.27763,86.44858,55.911526,487.87158,34.778877,504.95123,135.44464,45.352352,115.56334,251.82368,78.58819,983.4256,257.87982,2257.5308,50.216305,2459.4775,595.4388,34.21705,27.90086,177.24179,231.28224,305.61957,864.04474,40.16801,17.079023,10.108313,474.72253,362.7033,101.18366,6.5383654,591.00696,13.623493,592.7394,9.651566,30.967161,0.0,884.3533,1753.7549,0.2778601,58.277184,14.686807,10993.572,33.41168,1.3861709,5.0234766,15.722297,13.542731,4.6373286,8.798855,288.09738,41.068623,4.149436,0.8298537,5.259772,264.4284,0.68112296,148.43419,96.981316,2519.4995,137.51758,104.89887,184.41689,803.20465,70.700165,53.091362,1126.6191,49.36591,82.615234,9.886329,28.679943,218.7495,12.170144,9.612128,58.990086,19.973896,4176.478,17.943869,33.93582,16.165054,13.028587,306.99283,58.501297,35.273857,9.00521,8.563546,12.234921,54.163635,94.40285,48.69657,192.89822,18.839064,10.701682,54.315716,22.647123,28.96054,119.55226,12.312433,1.4773623,35.864464,11.770065,1309.6122,23.028996,0.5362951,55.43498,14.707132,134.63637,72.56259,94.92742,9.387735,101.88441,342.06036,232.80376,32.336895,223.35536,55.70542,45.950436,69.045815,135.79419,20.653158,51.838608,469.86,7.9220686,14.570278,263.18683,21.511465,9.733182,45.974007,41.129673,475.03305,129.627,167.42693,1830.4799,49.847202,1620.8765,1494.64,9.692997,8.028259,1511.4525,18.447884,13.485876,397.21393,29.480343,51.777622,25.56632,81.81867,255.19469,383.8091,4.4317417,37.03269,98.96587,340.6306,7.2723627,86.54229,8.711895,1.4056969,57.919895,1.0123538,1.1837261,3.437396,10.530342,25.854254,16.650042,24.411963,271.01157,43.308132,22.31154,32.448086,10.815361,105.63273,5.879951,95.57886,8.304436,63.3601,10.598271,14.862394,27.311111,8.964617,29.502785,19.723858,1.0822445,55.900238,9.887763,217.415,6.8026834,258.91583,19.63221,1140.0305,116.43479,2.957053,9.348738,139.5924,175.10977,899.9228,937.093 +2023-01-26 20:00:00,0.0,2171.112,36.448647,5.9894047,18.210968,22.686666,202.59161,26.371922,44.32943,17.56872,25.839407,241.39229,130.42188,13.3034725,51.94,4.5382032,3.4464068,39.25846,86.56237,55.96167,487.63113,34.814125,504.4779,135.46143,45.40219,115.67244,251.57495,78.60256,983.6666,257.88635,2256.6655,50.24607,2458.869,595.9488,34.244186,27.917494,177.39944,231.27945,305.65186,864.65356,40.166668,17.067957,10.107388,474.67343,362.9462,101.264145,6.537171,591.07117,13.625702,592.7344,9.657629,30.970259,0.0,884.5821,1753.7667,0.27790147,58.225807,14.687431,10995.372,33.424137,1.3868291,5.022222,15.7225485,13.55313,4.641538,8.799207,288.18222,41.046295,4.1483836,0.8301591,5.2639446,264.66574,0.6805408,148.45139,96.91667,2520.789,137.40277,104.92859,184.47221,803.2604,70.752365,53.125664,1127.3466,49.356873,82.62323,9.885843,28.69487,218.7963,12.17272,9.611099,59.00211,19.97987,4176.75,17.94371,33.958332,16.165867,13.034145,307.05557,58.51494,35.291668,9.007929,8.566879,12.231372,54.16103,94.43518,48.725,192.91911,18.84,10.711822,54.33166,22.641666,28.93996,119.560776,12.298333,1.4770833,35.886906,11.767551,1308.8197,23.033218,0.53583336,55.4875,14.712471,134.66011,72.53889,94.91253,9.390369,101.90833,342.07568,232.7845,32.346855,223.32507,55.66111,45.947594,69.04497,135.86543,20.66583,51.85801,469.8298,7.930049,14.584722,263.28986,21.507145,9.734924,46.00885,41.156063,475.39133,129.70209,167.43486,1831.1619,49.765152,1620.7372,1494.4047,9.6883335,8.020833,1511.0922,18.439499,13.476389,397.13943,29.4625,51.75,25.560528,81.75595,255.17575,383.72308,4.43,37.017857,98.84954,340.57303,7.2673717,86.53452,8.708333,1.4054179,57.917473,1.0123984,1.1838838,3.437912,10.529346,25.844667,16.645954,24.416666,270.4599,43.291668,22.297619,32.4375,10.809524,105.666664,5.8694444,95.68889,8.3,63.344234,10.577143,14.8272705,27.280556,8.9625,29.469048,19.691666,1.082002,55.885193,9.886865,217.40712,6.8016443,258.8503,19.627823,1140.2355,116.40744,2.9567094,9.3468275,139.56598,175.079,899.8522,937.1934 +2023-01-26 21:00:00,0.0,2170.5396,36.432194,5.9836493,18.16446,22.670242,202.48117,26.366293,44.315586,17.566284,25.834896,241.39967,130.41672,13.299896,51.932526,4.5449204,3.4512377,39.23929,86.676155,56.011814,487.3907,34.849373,504.0046,135.47821,45.452026,115.78154,251.32622,78.616936,983.9077,257.89288,2255.8003,50.275837,2458.2603,596.45886,34.271324,27.93413,177.5571,231.27666,305.68414,865.2624,40.16532,17.05689,10.106463,474.62436,363.1891,101.34462,6.5359764,591.1353,13.62791,592.7293,9.663693,30.973356,0.0,884.81085,1753.7787,0.27794284,58.174427,14.688056,10997.171,33.436596,1.3874875,5.0209675,15.722801,13.563529,4.6457477,8.799559,288.2671,41.02397,4.147331,0.83046454,5.268118,264.90308,0.67995864,148.46858,96.85202,2522.0784,137.28796,104.9583,184.52756,803.31616,70.804565,53.159966,1128.074,49.347836,82.631226,9.885357,28.709797,218.84311,12.175295,9.610069,59.01413,19.985846,4177.022,17.943554,33.980846,16.16668,13.039703,307.1183,58.52858,35.309475,9.010649,8.570211,12.227822,54.158424,94.467514,48.753426,192.94,18.840935,10.721961,54.347607,22.63621,28.91938,119.5693,12.284234,1.4768044,35.90935,11.765037,1308.0272,23.037441,0.53537154,55.54002,14.71781,134.68385,72.51519,94.89764,9.393004,101.93226,342.091,232.76524,32.35682,223.29478,55.616802,45.944756,69.04412,135.93668,20.678503,51.877415,469.7996,7.9380293,14.599164,263.3929,21.502823,9.736666,46.043697,41.182453,475.74963,129.77716,167.44281,1831.8439,49.683098,1620.5979,1494.1694,9.683669,8.013407,1510.7317,18.431112,13.466902,397.06494,29.444658,51.722378,25.554733,81.69323,255.15681,383.63705,4.428258,37.00302,98.73321,340.51547,7.2623806,86.52676,8.704771,1.4051391,57.91505,1.012443,1.1840415,3.438428,10.52835,25.835081,16.641867,24.421371,269.9082,43.2752,22.283697,32.426914,10.803687,105.70061,5.858938,95.79893,8.295565,63.32837,10.556013,14.792146,27.25,8.960382,29.435312,19.659475,1.0817596,55.87015,9.885966,217.39923,6.800605,258.7848,19.623436,1140.4406,116.3801,2.9563658,9.344917,139.53955,175.04822,899.7815,937.2939 +2023-01-26 22:00:00,0.0,2169.967,36.415737,5.977894,18.117949,22.653818,202.37074,26.360666,44.30174,17.56385,25.830385,241.40707,130.41154,13.29632,51.925053,4.5516376,3.4560688,39.22012,86.78994,56.06196,487.15024,34.88462,503.5313,135.49501,45.501865,115.89064,251.07748,78.6313,984.14874,257.89944,2254.935,50.305603,2457.6516,596.9689,34.298462,27.950764,177.71477,231.27386,305.71643,865.8712,40.16398,17.045824,10.105538,474.5753,363.43198,101.425095,6.534782,591.1995,13.630117,592.7243,9.669758,30.976454,0.0,885.0397,1753.7905,0.27798423,58.12305,14.688681,10998.971,33.44905,1.3881458,5.019713,15.723054,13.573928,4.649957,8.799911,288.35193,41.001644,4.146279,0.83076996,5.2722907,265.1404,0.6793765,148.48578,96.78737,2523.3677,137.17316,104.988014,184.58289,803.3719,70.856766,53.194263,1128.8014,49.3388,82.63922,9.8848715,28.724724,218.88991,12.17787,9.60904,59.026154,19.991821,4177.2944,17.943396,34.00336,16.16749,13.045261,307.181,58.54222,35.327286,9.013368,8.573544,12.224272,54.155823,94.49985,48.781857,192.96089,18.841871,10.732101,54.363552,22.630753,28.8988,119.57781,12.270134,1.4765255,35.931797,11.762522,1307.2347,23.041664,0.5349098,55.59254,14.723148,134.70758,72.491486,94.882744,9.395638,101.956184,342.10632,232.74597,32.36678,223.2645,55.57249,45.941914,69.04327,136.00792,20.691175,51.896816,469.7694,7.9460096,14.613607,263.49594,21.498503,9.738407,46.07854,41.208843,476.10794,129.85225,167.45074,1832.5259,49.601048,1620.4585,1493.9341,9.679005,8.005981,1510.3713,18.422726,13.457415,396.99042,29.426815,51.69476,25.54894,81.63051,255.13788,383.55103,4.426516,36.98819,98.616875,340.4579,7.257389,86.51899,8.701209,1.4048603,57.912624,1.0124875,1.1841991,3.438944,10.527354,25.825495,16.63778,24.426075,269.35654,43.258736,22.269777,32.416332,10.79785,105.73454,5.848432,95.908966,8.291129,63.312504,10.534884,14.757022,27.219444,8.958266,29.401575,19.627285,1.0815172,55.855106,9.885068,217.39136,6.799566,258.71924,19.61905,1140.6456,116.352745,2.956022,9.343007,139.51312,175.01744,899.7109,937.3943 +2023-01-26 23:00:00,0.0,2169.3945,36.39928,5.972138,18.07144,22.637392,202.26031,26.355038,44.28789,17.561417,25.825874,241.41446,130.40639,13.292744,51.91758,4.5583553,3.4608996,39.20095,86.903725,56.112106,486.9098,34.919872,503.058,135.5118,45.5517,115.99974,250.82875,78.645676,984.3898,257.90598,2254.0696,50.33537,2457.0432,597.4789,34.3256,27.9674,177.87242,231.27107,305.74872,866.48004,40.162636,17.034758,10.104613,474.5262,363.67487,101.50558,6.533588,591.2637,13.632325,592.71924,9.675822,30.979551,0.0,885.2685,1753.8025,0.2780256,58.07167,14.689305,11000.7705,33.46151,1.3888041,5.0184584,15.723307,13.584327,4.6541667,8.800262,288.43677,40.979317,4.145226,0.8310753,5.2764635,265.37772,0.6787943,148.50296,96.72272,2524.657,137.05835,105.01773,184.63821,803.4276,70.908966,53.228565,1129.5288,49.329765,82.64722,9.884385,28.739653,218.9367,12.180445,9.608011,59.038177,19.997795,4177.5664,17.94324,34.025875,16.168303,13.05082,307.24374,58.555862,35.345093,9.016088,8.576876,12.220722,54.153217,94.53218,48.810284,192.98178,18.842806,10.742241,54.379498,22.625296,28.87822,119.58633,12.256035,1.4762466,35.95424,11.760007,1306.4423,23.045887,0.53444797,55.64506,14.728487,134.73132,72.46779,94.86785,9.3982725,101.98011,342.12167,232.72672,32.37674,223.2342,55.528183,45.939075,69.04242,136.07916,20.703848,51.91622,469.7392,7.9539905,14.628051,263.59897,21.494183,9.7401495,46.113384,41.235233,476.46625,129.92734,167.4587,1833.208,49.518997,1620.3192,1493.6987,9.674341,7.998555,1510.0109,18.41434,13.447928,396.91592,29.408972,51.667137,25.543146,81.56779,255.11894,383.465,4.424774,36.97336,98.50054,340.40033,7.252398,86.51122,8.697648,1.4045814,57.910202,1.0125321,1.1843568,3.43946,10.526359,25.815908,16.633692,24.43078,268.80484,43.24227,22.255856,32.405746,10.792012,105.76848,5.837926,96.019,8.286694,63.29664,10.513756,14.721897,27.188889,8.956149,29.367838,19.595093,1.0812747,55.84006,9.88417,217.38347,6.798527,258.65372,19.614662,1140.8507,116.3254,2.9556785,9.341097,139.4867,174.98666,899.6402,937.4947 +2023-01-27 00:00:00,0.0,2168.822,36.382824,5.9663825,18.02493,22.620968,202.14987,26.34941,44.274044,17.55898,25.821362,241.42184,130.40121,13.289167,51.910107,4.5650725,3.4657304,39.181778,87.01752,56.16225,486.66934,34.95512,502.58472,135.52858,45.60154,116.10884,250.58002,78.66005,984.6308,257.9125,2253.2043,50.365135,2456.4346,597.9889,34.352737,27.984034,178.03009,231.26828,305.781,867.0888,40.16129,17.023691,10.103688,474.4771,363.91776,101.58605,6.5323935,591.3279,13.634533,592.71423,9.681887,30.982647,0.0,885.4973,1753.8145,0.27806696,58.02029,14.68993,11002.569,33.47397,1.3894624,5.017204,15.723559,13.594726,4.658376,8.800614,288.5216,40.95699,4.1441736,0.8313807,5.2806363,265.61505,0.67821217,148.52016,96.658066,2525.9463,136.94354,105.04745,184.69354,803.4834,70.96117,53.262863,1130.2563,49.32073,82.65521,9.883899,28.75458,218.98352,12.18302,9.606981,59.050198,20.00377,4177.839,17.94308,34.048386,16.169115,13.056378,307.30646,58.569504,35.362904,9.018806,8.580209,12.217172,54.15061,94.564514,48.83871,193.00267,18.843742,10.75238,54.395443,22.619839,28.857637,119.59484,12.241936,1.4759678,35.976685,11.757492,1305.6498,23.050112,0.5339862,55.697582,14.733826,134.75507,72.444084,94.85296,9.4009075,102.00403,342.137,232.70744,32.3867,223.20393,55.48387,45.936234,69.04157,136.15042,20.71652,51.935623,469.70898,7.961971,14.642494,263.702,21.489862,9.741891,46.14823,41.261623,476.82455,130.00241,167.46663,1833.8899,49.436947,1620.1799,1493.4635,9.669677,7.991129,1509.6504,18.405952,13.438441,396.84143,29.391129,51.639515,25.537352,81.505066,255.1,383.37897,4.423032,36.958523,98.38422,340.34274,7.247407,86.503456,8.694086,1.4043025,57.90778,1.0125767,1.1845144,3.439976,10.525363,25.806322,16.629604,24.435484,268.25317,43.225807,22.241936,32.39516,10.786175,105.80242,5.8274193,96.129036,8.282258,63.280773,10.492626,14.686773,27.158333,8.954032,29.334103,19.562902,1.0810323,55.82502,9.883271,217.3756,6.7974873,258.5882,19.610275,1141.0558,116.29805,2.9553347,9.339187,139.46027,174.95589,899.5696,937.5951 +2023-01-27 01:00:00,0.0,2168.2495,36.366367,5.960627,17.978418,22.604544,202.03944,26.343782,44.2602,17.556547,25.81685,241.42924,130.39604,13.285591,51.902634,4.5717897,3.4705615,39.16261,87.1313,56.212395,486.4289,34.990368,502.11142,135.54536,45.65138,116.21794,250.33128,78.674416,984.8718,257.91904,2252.339,50.3949,2455.826,598.49896,34.379875,28.00067,178.18774,231.26549,305.8133,867.69763,40.159946,17.012625,10.102763,474.42804,364.16064,101.66653,6.531199,591.3921,13.636741,592.70917,9.68795,30.985744,0.0,885.7261,1753.8263,0.27810836,57.968914,14.690555,11004.369,33.486427,1.3901206,5.0159497,15.723812,13.605124,4.6625857,8.800966,288.60648,40.93466,4.1431212,0.83168614,5.2848096,265.8524,0.67763,148.53735,96.593414,2527.2356,136.82874,105.07716,184.74887,803.5391,71.01336,53.297165,1130.9838,49.31169,82.66321,9.883413,28.769508,219.03032,12.185595,9.605952,59.06222,20.009747,4178.111,17.942924,34.0709,16.169928,13.061936,307.36917,58.583145,35.38071,9.021526,8.583541,12.213622,54.148006,94.59685,48.867138,193.02356,18.844677,10.76252,54.41139,22.614382,28.837057,119.603355,12.227836,1.4756888,35.999126,11.754977,1304.8573,23.054335,0.5335244,55.7501,14.739165,134.77881,72.42039,94.838066,9.403542,102.027954,342.1523,232.68819,32.396664,223.17365,55.43956,45.933395,69.04072,136.22166,20.729193,51.95503,469.6788,7.969951,14.656937,263.80502,21.485542,9.743633,46.183075,41.288017,477.18286,130.0775,167.47458,1834.5719,49.354897,1620.0405,1493.2281,9.665013,7.9837027,1509.29,18.397566,13.428954,396.7669,29.373287,51.611897,25.531559,81.442345,255.08107,383.29294,4.42129,36.94369,98.26788,340.2852,7.2424154,86.49569,8.690524,1.4040236,57.905357,1.0126213,1.1846721,3.4404922,10.524367,25.796736,16.625517,24.440187,267.70148,43.209343,22.228014,32.384575,10.780338,105.83636,5.816913,96.23907,8.2778225,63.264908,10.471498,14.6516485,27.127777,8.951915,29.300365,19.530712,1.0807898,55.809975,9.882373,217.3677,6.796448,258.52264,19.605888,1141.2609,116.270706,2.954991,9.337277,139.43384,174.92513,899.49896,937.6955 +2023-01-27 02:00:00,0.0,2167.677,36.34991,5.954871,17.93191,22.588118,201.92902,26.338154,44.246353,17.554111,25.81234,241.43663,130.39088,13.282014,51.89516,4.5785074,3.4753923,39.143436,87.24509,56.26254,486.18845,35.025616,501.63812,135.56215,45.701214,116.32704,250.08255,78.68879,985.1129,257.92557,2251.4739,50.42467,2455.2175,599.009,34.407013,28.017303,178.3454,231.2627,305.84558,868.30646,40.158604,17.001558,10.101839,474.37897,364.40353,101.74701,6.5300045,591.4563,13.638948,592.70416,9.694015,30.988842,0.0,885.95496,1753.8383,0.27814972,57.917534,14.691179,11006.169,33.498886,1.3907789,5.014695,15.724065,13.615523,4.6667953,8.801319,288.6913,40.91234,4.142069,0.8319915,5.2889824,266.08972,0.67704785,148.55455,96.52876,2528.525,136.71393,105.10688,184.80421,803.59485,71.06556,53.331467,1131.7112,49.302658,82.6712,9.882927,28.784435,219.07712,12.1881695,9.604923,59.074245,20.01572,4178.3833,17.942766,34.093414,16.17074,13.067495,307.43192,58.596786,35.39852,9.024246,8.586873,12.2100725,54.145405,94.62918,48.895565,193.04445,18.845612,10.77266,54.427334,22.608925,28.816477,119.61187,12.213737,1.47541,36.021572,11.752462,1304.0648,23.058558,0.5330626,55.80262,14.744504,134.80254,72.39668,94.82317,9.406177,102.05188,342.16766,232.66891,32.406624,223.14336,55.395252,45.930553,69.03987,136.29291,20.741865,51.97443,469.6486,7.977932,14.67138,263.90808,21.481222,9.745375,46.217922,41.314407,477.54117,130.15259,167.48251,1835.2539,49.272846,1619.9012,1492.9929,9.660349,7.976277,1508.9296,18.389181,13.419467,396.6924,29.355444,51.584274,25.525764,81.37962,255.06213,383.2069,4.419548,36.92886,98.15155,340.2276,7.2374244,86.48792,8.686962,1.4037448,57.902935,1.0126659,1.1848298,3.441008,10.523372,25.787151,16.62143,24.444893,267.1498,43.192875,22.214094,32.373993,10.774501,105.87029,5.806407,96.349106,8.273387,63.249043,10.450368,14.616525,27.097221,8.949799,29.266628,19.498522,1.0805473,55.794933,9.881475,217.35983,6.795409,258.45712,19.601501,1141.466,116.24336,2.9546475,9.335367,139.40741,174.89435,899.4283,937.7959 +2023-01-27 03:00:00,0.0,2167.1045,36.333458,5.9491158,17.885399,22.571693,201.81857,26.332525,44.232506,17.551678,25.807829,241.44402,130.38571,13.278438,51.887688,4.5852246,3.4802232,39.124268,87.35887,56.312687,485.948,35.060867,501.16483,135.57893,45.751053,116.43614,249.83382,78.70316,985.35394,257.93213,2250.6086,50.454437,2454.609,599.519,34.43415,28.03394,178.50307,231.2599,305.87787,868.9153,40.157257,16.990492,10.100914,474.32986,364.64642,101.827484,6.5288105,591.5205,13.641156,592.69916,9.700079,30.99194,0.0,886.1837,1753.8501,0.2781911,57.866154,14.691805,11007.968,33.511345,1.3914372,5.0134406,15.724318,13.625922,4.671005,8.801671,288.77615,40.89001,4.1410165,0.8322969,5.293155,266.32706,0.6764657,148.57173,96.46411,2529.8142,136.59912,105.1366,184.85954,803.65063,71.11776,53.365765,1132.4386,49.29362,82.6792,9.8824415,28.799362,219.12393,12.190744,9.603894,59.086266,20.021696,4178.6553,17.94261,34.11593,16.171553,13.073053,307.49463,58.610428,35.416332,9.026965,8.590205,12.206522,54.1428,94.661514,48.923992,193.06534,18.846548,10.7828,54.443283,22.603468,28.795897,119.620384,12.199637,1.475131,36.044018,11.749948,1303.2723,23.06278,0.5326008,55.85514,14.749843,134.82628,72.372986,94.80828,9.408811,102.075806,342.18298,232.64966,32.416584,223.11307,55.35094,45.927715,69.039024,136.36415,20.754538,51.993835,469.6184,7.9859123,14.685823,264.0111,21.476902,9.747116,46.252766,41.340797,477.89944,130.22768,167.49046,1835.936,49.190796,1619.762,1492.7576,9.655685,7.9688506,1508.5692,18.380795,13.40998,396.6179,29.3376,51.556652,25.519972,81.3169,255.0432,383.12088,4.417806,36.914024,98.03522,340.17004,7.2324333,86.480156,8.6834,1.4034659,57.90051,1.0127105,1.1849874,3.441524,10.522376,25.777565,16.617342,24.449596,266.5981,43.17641,22.200172,32.363407,10.768663,105.904236,5.795901,96.459145,8.268951,63.233177,10.429239,14.5814,27.066666,8.947681,29.232893,19.46633,1.080305,55.77989,9.880577,217.35194,6.7943697,258.3916,19.597115,1141.671,116.21601,2.9543037,9.333457,139.38097,174.86357,899.35767,937.89636 +2023-01-27 04:00:00,0.0,2166.532,36.317,5.9433603,17.83889,22.55527,201.70815,26.326899,44.21866,17.549244,25.803316,241.45142,130.38054,13.274861,51.880215,4.591942,3.4850543,39.105095,87.472664,56.36283,485.70755,35.096115,500.69153,135.59572,45.800888,116.54524,249.58508,78.71753,985.595,257.93866,2249.7434,50.484203,2454.0002,600.029,34.46129,28.050573,178.66072,231.25711,305.91016,869.52405,40.155914,16.979425,10.099989,474.2808,364.8893,101.90797,6.527616,591.58466,13.643364,592.6941,9.706143,30.995037,0.0,886.4126,1753.862,0.27823249,57.814777,14.69243,11009.768,33.523804,1.3920956,5.012186,15.724569,13.636321,4.6752143,8.802023,288.86102,40.867683,4.139964,0.8326023,5.297328,266.56436,0.6758835,148.58893,96.39946,2531.1038,136.48431,105.16631,184.91487,803.70636,71.16996,53.400066,1133.166,49.284584,82.687195,9.881955,28.81429,219.17073,12.193319,9.602864,59.09829,20.02767,4178.9272,17.942451,34.13844,16.172365,13.078611,307.55734,58.62407,35.43414,9.029685,8.593537,12.202972,54.140194,94.69385,48.95242,193.08623,18.847483,10.792939,54.45923,22.598011,28.775314,119.6289,12.185537,1.4748521,36.06646,11.747433,1302.4799,23.067003,0.532139,55.90766,14.755181,134.85002,72.34928,94.79339,9.411445,102.09973,342.1983,232.63039,32.426548,223.08278,55.306633,45.924873,69.03817,136.4354,20.76721,52.013237,469.5882,7.9938927,14.700266,264.11414,21.472582,9.748858,46.287613,41.367188,478.25775,130.30275,167.4984,1836.618,49.108746,1619.6227,1492.5222,9.651021,7.961425,1508.2087,18.372408,13.400493,396.5434,29.319757,51.529034,25.514177,81.25418,255.02426,383.03485,4.4160643,36.899193,97.91889,340.11246,7.227442,86.47239,8.679838,1.403187,57.898087,1.012755,1.1851451,3.4420402,10.52138,25.767979,16.613255,24.454302,266.04645,43.159946,22.186253,32.35282,10.762827,105.93817,5.785394,96.569176,8.264516,63.21731,10.408111,14.546276,27.036112,8.945564,29.199156,19.43414,1.0800625,55.764843,9.879679,217.34407,6.7933307,258.32605,19.592728,1141.8761,116.18867,2.9539602,9.331547,139.35454,174.8328,899.287,937.99677 +2023-01-27 05:00:00,0.0,2165.9597,36.300545,5.9376044,17.79238,22.538845,201.59772,26.32127,44.204815,17.546808,25.798805,241.4588,130.37538,13.271285,51.87274,4.5986595,3.489885,39.085926,87.58645,56.412975,485.4671,35.131363,500.21823,135.6125,45.850727,116.65434,249.33635,78.7319,985.836,257.9452,2248.8782,50.51397,2453.3918,600.53906,34.488426,28.06721,178.81839,231.25432,305.94244,870.1329,40.15457,16.968359,10.099064,474.23172,365.1322,101.98844,6.5264215,591.64886,13.645572,592.6891,9.712207,30.998133,0.0,886.64136,1753.8739,0.27827385,57.763397,14.693054,11011.567,33.536263,1.3927538,5.0109315,15.724822,13.64672,4.679424,8.802375,288.94586,40.845356,4.1389112,0.8329077,5.3015013,266.8017,0.6753013,148.60612,96.334816,2532.393,136.3695,105.19603,184.9702,803.7621,71.22216,53.43437,1133.8934,49.27555,82.69519,9.881469,28.829218,219.21754,12.195895,9.601835,59.110313,20.033646,4179.1997,17.942295,34.160954,16.173178,13.08417,307.6201,58.63771,35.45195,9.032404,8.59687,12.199422,54.13759,94.72618,48.980846,193.10712,18.84842,10.803079,54.475174,22.592554,28.754734,119.63741,12.171438,1.4745733,36.088905,11.744918,1301.6874,23.071226,0.53167725,55.960182,14.76052,134.87375,72.325584,94.778496,9.41408,102.12366,342.21365,232.61113,32.43651,223.05249,55.26232,45.922035,69.03732,136.50665,20.779882,52.032642,469.558,8.001873,14.714709,264.21716,21.468262,9.7506,46.322456,41.393578,478.61606,130.37784,167.50635,1837.3,49.026695,1619.4833,1492.287,9.646358,7.9539986,1507.8484,18.364021,13.391006,396.4689,29.301916,51.50141,25.508383,81.19147,255.00534,382.94882,4.4143224,36.88436,97.80256,340.0549,7.2224507,86.46462,8.676277,1.4029082,57.895664,1.0127996,1.1853027,3.4425561,10.520385,25.758392,16.609167,24.459005,265.49475,43.143482,22.17233,32.34224,10.7569895,105.97211,5.774888,96.679214,8.26008,63.201447,10.386981,14.511151,27.005556,8.943447,29.165419,19.401949,1.07982,55.7498,9.87878,217.33618,6.7922916,258.26053,19.58834,1142.081,116.161316,2.9536164,9.329637,139.32811,174.80202,899.2164,938.09717 +2023-01-27 06:00:00,0.0,2165.3872,36.28409,5.931849,17.74587,22.522419,201.48727,26.315641,44.190968,17.544374,25.794294,241.46619,130.37021,13.267709,51.86527,4.6053767,3.494716,39.066753,87.70023,56.46312,485.22665,35.16661,499.74493,135.62929,45.900566,116.76344,249.08762,78.74628,986.077,257.95172,2248.013,50.543736,2452.7832,601.0491,34.515564,28.083843,178.97604,231.25154,305.97473,870.7417,40.153225,16.957293,10.098139,474.18265,365.3751,102.06892,6.525227,591.7131,13.647779,592.684,9.718271,31.00123,0.0,886.87024,1753.8859,0.27831522,57.712017,14.693679,11013.366,33.548717,1.3934121,5.009677,15.725075,13.657119,4.6836333,8.802727,289.0307,40.82303,4.137859,0.8332131,5.305674,267.03903,0.67471915,148.62332,96.270164,2533.6824,136.2547,105.22574,185.02553,803.8179,71.27436,53.468666,1134.6208,49.266514,82.703186,9.880983,28.844145,219.26434,12.19847,9.600806,59.122334,20.039621,4179.4717,17.942137,34.183468,16.17399,13.089728,307.6828,58.651352,35.469757,9.035124,8.600203,12.195872,54.134987,94.758514,49.009274,193.128,18.849354,10.813219,54.49112,22.587097,28.734154,119.645935,12.157339,1.4742943,36.11135,11.742403,1300.8949,23.07545,0.5312154,56.012703,14.765859,134.89749,72.30188,94.7636,9.416714,102.14758,342.22897,232.59186,32.44647,223.0222,55.21801,45.919193,69.03647,136.5779,20.792555,52.052044,469.5278,8.009853,14.729153,264.3202,21.463942,9.752342,46.357304,41.419968,478.97437,130.45293,167.51428,1837.9819,48.944645,1619.344,1492.0516,9.641693,7.9465723,1507.4879,18.355635,13.381519,396.39438,29.284073,51.47379,25.50259,81.128746,254.9864,382.8628,4.4125805,36.869526,97.686226,339.9973,7.2174597,86.456856,8.672715,1.4026294,57.89324,1.0128442,1.1854604,3.443072,10.519389,25.748806,16.60508,24.463709,264.94308,43.127018,22.15841,32.331654,10.751152,106.00605,5.764382,96.78925,8.255645,63.18558,10.365852,14.4760275,26.975,8.94133,29.131683,19.369757,1.0795776,55.734756,9.877882,217.32831,6.791252,258.19498,19.583956,1142.2861,116.13397,2.9532728,9.327726,139.30168,174.77124,899.14575,938.1976 +2023-01-27 07:00:00,0.0,2164.8147,36.26763,5.9260936,17.69936,22.505995,201.37685,26.310015,44.17712,17.54194,25.789783,241.47359,130.36504,13.2641325,51.857796,4.612094,3.499547,39.047585,87.81402,56.513264,484.9862,35.20186,499.27164,135.64607,45.9504,116.87254,248.83888,78.76065,986.3181,257.95825,2247.1477,50.5735,2452.1746,601.5591,34.5427,28.100477,179.1337,231.24875,306.00702,871.3505,40.151882,16.946226,10.097215,474.13354,365.61798,102.1494,6.524033,591.7772,13.649987,592.679,9.724336,31.004328,0.0,887.099,1753.8978,0.2783566,57.66064,14.6943035,11015.166,33.561176,1.3940704,5.008423,15.7253275,13.667518,4.687843,8.803079,289.11554,40.8007,4.1368065,0.8335185,5.309847,267.27637,0.674137,148.6405,96.20551,2534.9717,136.1399,105.255455,185.08087,803.8736,71.32656,53.502968,1135.3483,49.257477,82.71118,9.880497,28.85907,219.31114,12.201045,9.599776,59.134357,20.045595,4179.744,17.94198,34.205982,16.174803,13.095286,307.7455,58.664993,35.487568,9.037843,8.603535,12.192322,54.13238,94.79084,49.0377,193.1489,18.85029,10.823359,54.507065,22.58164,28.713573,119.65445,12.143239,1.4740155,36.133793,11.739888,1300.1024,23.079674,0.5307537,56.06522,14.771197,134.92123,72.27818,94.74871,9.419348,102.1715,342.2443,232.5726,32.45643,222.99191,55.173702,45.916355,69.03562,136.64914,20.805227,52.07145,469.4976,8.017835,14.743595,264.42322,21.459621,9.754084,46.392147,41.44636,479.33267,130.528,167.52223,1838.6641,48.862595,1619.2047,1491.8164,9.63703,7.9391465,1507.1274,18.347248,13.372032,396.3199,29.26623,51.44617,25.496796,81.066025,254.96747,382.77676,4.4108386,36.854694,97.56989,339.93976,7.212468,86.44909,8.669153,1.4023504,57.89082,1.0128888,1.1856182,3.4435883,10.5183935,25.73922,16.600992,24.468414,264.3914,43.11055,22.14449,32.321068,10.745315,106.039986,5.7538757,96.899284,8.251209,63.169716,10.344724,14.440903,26.944445,8.939214,29.097946,19.337566,1.0793351,55.719715,9.876984,217.32042,6.790213,258.12946,19.579569,1142.4912,116.10662,2.9529293,9.325816,139.27525,174.74046,899.0751,938.298 +2023-01-27 08:00:00,0.0,2164.2422,36.251175,5.920338,17.652851,22.48957,201.26642,26.304386,44.163273,17.539505,25.78527,241.48097,130.35988,13.260556,51.850323,4.6188116,3.5043778,39.028416,87.9278,56.56341,484.74576,35.23711,498.79834,135.66286,46.00024,116.98164,248.59015,78.77502,986.55914,257.9648,2246.2825,50.603268,2451.566,602.06915,34.56984,28.117113,179.29137,231.24596,306.0393,871.95935,40.15054,16.93516,10.09629,474.08447,365.86087,102.22987,6.5228386,591.84143,13.652196,592.67395,9.7304,31.007425,0.0,887.3279,1753.9097,0.27839798,57.60926,14.694928,11016.966,33.573635,1.3947287,5.0071683,15.72558,13.677917,4.692053,8.803431,289.2004,40.778378,4.135754,0.83382386,5.3140197,267.51367,0.67355484,148.6577,96.14086,2536.261,136.02509,105.28517,185.1362,803.9294,71.37875,53.53727,1136.0757,49.248444,82.71918,9.880011,28.873999,219.35796,12.20362,9.598747,59.146378,20.05157,4180.016,17.941822,34.228493,16.175615,13.100844,307.80826,58.678635,35.505375,9.040563,8.606867,12.188772,54.129776,94.82317,49.066128,193.16978,18.851225,10.833498,54.52301,22.576183,28.692993,119.662964,12.12914,1.4737365,36.15624,11.737373,1299.3099,23.083897,0.53029186,56.11774,14.776536,134.94498,72.25448,94.73382,9.421983,102.19543,342.25964,232.55333,32.466393,222.96164,55.12939,45.913513,69.034775,136.72038,20.8179,52.09085,469.4674,8.025815,14.7580385,264.52628,21.455301,9.755826,46.42699,41.47275,479.69098,130.60309,167.53017,1839.3461,48.780544,1619.0653,1491.581,9.632365,7.9317203,1506.7671,18.338863,13.362545,396.2454,29.248386,51.41855,25.491003,81.0033,254.94853,382.69073,4.4090967,36.83986,97.45356,339.88217,7.207477,86.44132,8.665591,1.4020716,57.888393,1.0129334,1.1857758,3.4441042,10.517398,25.729635,16.596905,24.473118,263.83972,43.094086,22.130568,32.310482,10.739478,106.07392,5.743369,97.00932,8.246775,63.15385,10.323594,14.405779,26.913889,8.937097,29.064209,19.305376,1.0790927,55.70467,9.876085,217.31253,6.789174,258.06393,19.575182,1142.6963,116.07928,2.9525855,9.323906,139.24883,174.70969,899.00446,938.39844 +2023-01-27 09:00:00,0.0,2163.6697,36.234722,5.9145823,17.60634,22.473145,201.15598,26.298758,44.14943,17.537071,25.78076,241.48836,130.3547,13.25698,51.84285,4.625529,3.5092087,39.009243,88.041595,56.613556,484.5053,35.272358,498.32504,135.67964,46.050076,117.090744,248.34142,78.78939,986.8002,257.97134,2245.4172,50.633034,2450.9575,602.57916,34.596977,28.133747,179.44902,231.24316,306.0716,872.5681,40.149193,16.924093,10.095365,474.0354,366.10376,102.31035,6.521644,591.90564,13.654404,592.66895,9.736464,31.010523,0.0,887.55664,1753.9216,0.27843934,57.557884,14.695553,11018.766,33.586094,1.3953869,5.0059137,15.725833,13.688315,4.6962624,8.803782,289.28525,40.75605,4.1347017,0.8341293,5.318193,267.751,0.6729727,148.6749,96.07621,2537.5503,135.91028,105.31489,185.19153,803.9851,71.430954,53.571568,1136.8032,49.239407,82.72717,9.879525,28.888926,219.40475,12.206195,9.597718,59.1584,20.057545,4180.288,17.941666,34.251007,16.176428,13.106403,307.87097,58.692276,35.523186,9.0432825,8.6102,12.185223,54.127174,94.85551,49.094555,193.19067,18.852161,10.843638,54.538956,22.570726,28.672411,119.67148,12.115041,1.4734577,36.178684,11.7348585,1298.5173,23.08812,0.5298301,56.17026,14.781876,134.9687,72.23078,94.718925,9.424617,102.21935,342.27496,232.53407,32.476353,222.93135,55.085083,45.910675,69.03392,136.79164,20.830572,52.110256,469.4372,8.033795,14.772482,264.6293,21.450981,9.757567,46.461838,41.49914,480.0493,130.67818,167.53812,1840.0281,48.698494,1618.926,1491.3457,9.627702,7.9242945,1506.4066,18.330477,13.353058,396.17087,29.230545,51.390926,25.485209,80.94058,254.9296,382.6047,4.4073544,36.825027,97.337234,339.82462,7.202486,86.433556,8.662029,1.4017928,57.88597,1.012978,1.1859335,3.4446201,10.516402,25.720049,16.592817,24.477823,263.28802,43.07762,22.116648,32.2999,10.733641,106.107864,5.732863,97.119354,8.242339,63.137985,10.302465,14.370654,26.883333,8.934979,29.030474,19.273186,1.0788503,55.689625,9.875187,217.30466,6.7881346,257.99838,19.570795,1142.9014,116.05193,2.952242,9.321996,139.2224,174.67892,898.9338,938.49884 +2023-01-27 10:00:00,0.0,2163.0972,36.218266,5.908827,17.559832,22.45672,201.04555,26.29313,44.135582,17.534636,25.776249,241.49576,130.34953,13.253404,51.835377,4.632246,3.5140395,38.990074,88.15538,56.6637,484.26486,35.307606,497.85175,135.69643,46.099915,117.199844,248.09268,78.803764,987.0412,257.97787,2244.552,50.662804,2450.3489,603.0892,34.624115,28.150383,179.60669,231.24037,306.10388,873.17694,40.14785,16.913027,10.0944395,473.98633,366.34665,102.39083,6.5204496,591.96985,13.656611,592.66394,9.742528,31.013618,0.0,887.78546,1753.9335,0.27848074,57.506504,14.696178,11020.564,33.598553,1.3960452,5.004659,15.726086,13.698714,4.700472,8.804135,289.3701,40.733723,4.1336493,0.8344347,5.3223658,267.98834,0.6723905,148.6921,96.01156,2538.8396,135.79547,105.344604,185.24686,804.04083,71.483154,53.60587,1137.5306,49.23037,82.73517,9.879039,28.903854,219.45155,12.20877,9.596689,59.170425,20.06352,4180.5605,17.941507,34.27352,16.177238,13.111961,307.9337,58.705917,35.540993,9.046001,8.613532,12.181672,54.12457,94.88784,49.122982,193.21156,18.853096,10.853778,54.5549,22.56527,28.65183,119.67999,12.100941,1.4731787,36.201126,11.732344,1297.7249,23.092342,0.5293683,56.222782,14.787214,134.99245,72.20708,94.70403,9.427252,102.24328,342.29028,232.5148,32.486313,222.90106,55.04077,45.907833,69.03307,136.86288,20.843245,52.129658,469.407,8.041776,14.786924,264.73233,21.446661,9.759309,46.49668,41.52553,480.40756,130.75325,167.54607,1840.71,48.616444,1618.7867,1491.1105,9.623037,7.916868,1506.0463,18.32209,13.343571,396.09637,29.212702,51.363308,25.479416,80.87786,254.91066,382.51868,4.4056125,36.810196,97.2209,339.76703,7.1974945,86.42579,8.658467,1.4015139,57.88355,1.0130225,1.1860911,3.4451363,10.515407,25.710463,16.588732,24.482527,262.73633,43.061157,22.102726,32.289314,10.727803,106.1418,5.722357,97.22939,8.237904,63.12212,10.281336,14.33553,26.852777,8.932862,28.996737,19.240993,1.0786078,55.674583,9.874289,217.29677,6.7870955,257.93286,19.566408,1143.1064,116.02458,2.951898,9.320086,139.19597,174.64815,898.86316,938.59924 +2023-01-27 11:00:00,0.0,2162.5247,36.20181,5.9030714,17.51332,22.440296,200.93512,26.287502,44.121735,17.532202,25.771738,241.50314,130.34438,13.249826,51.827904,4.6389637,3.5188706,38.9709,88.269165,56.713844,484.0244,35.342854,497.37845,135.71321,46.149754,117.308945,247.84395,78.81813,987.2822,257.9844,2243.6868,50.69257,2449.7402,603.5992,34.651253,28.167017,179.76434,231.23758,306.13617,873.78577,40.146507,16.90196,10.093514,473.93723,366.58954,102.471306,6.519255,592.034,13.658819,592.6589,9.748592,31.016716,0.0,888.0143,1753.9454,0.2785221,57.455124,14.696803,11022.364,33.61101,1.3967035,5.0034046,15.726338,13.709113,4.7046814,8.804487,289.45496,40.711395,4.1325965,0.83474004,5.3265386,268.22568,0.67180836,148.70927,95.94691,2540.129,135.68066,105.37431,185.30219,804.0966,71.535355,53.640167,1138.258,49.221336,82.743164,9.878553,28.918781,219.49837,12.211345,9.595659,59.182446,20.069496,4180.8325,17.94135,34.296036,16.178051,13.117519,307.99643,58.71956,35.558804,9.048721,8.616864,12.1781225,54.121964,94.92017,49.151413,193.23245,18.854033,10.863917,54.570847,22.559813,28.63125,119.68851,12.086842,1.4728999,36.22357,11.729829,1296.9324,23.096567,0.5289065,56.275303,14.792553,135.01619,72.18338,94.68914,9.429886,102.267204,342.30563,232.49554,32.496277,222.87077,54.99646,45.904995,69.03223,136.93413,20.855917,52.149063,469.3768,8.049756,14.801368,264.83536,21.442339,9.761051,46.53153,41.55192,480.76587,130.82834,167.554,1841.3921,48.534393,1618.6473,1490.8751,9.618373,7.909442,1505.6858,18.313704,13.334084,396.02188,29.194859,51.335686,25.473621,80.81514,254.89172,382.43265,4.4038706,36.79536,97.10457,339.70947,7.1925035,86.418015,8.654905,1.401235,57.881126,1.0130671,1.1862488,3.4456522,10.514411,25.700876,16.584644,24.48723,262.18466,43.04469,22.088806,32.27873,10.721967,106.175735,5.7118506,97.33943,8.233468,63.106255,10.260207,14.3004055,26.822222,8.930746,28.963,19.208803,1.0783653,55.65954,9.87339,217.2889,6.7860565,257.86734,19.562021,1143.3115,115.99724,2.9515545,9.318175,139.16954,174.61737,898.79254,938.69965 +2023-01-27 12:00:00,0.0,2161.9521,36.185352,5.8973155,17.466812,22.42387,200.82468,26.281874,44.107887,17.529768,25.767225,241.51053,130.3392,13.24625,51.820427,4.645681,3.5237014,38.951733,88.38295,56.763992,483.78397,35.378105,496.90515,135.73001,46.19959,117.418045,247.59521,78.832504,987.5233,257.99094,2242.8215,50.722336,2449.1318,604.10925,34.67839,28.183653,179.922,231.23479,306.16846,874.3946,40.14516,16.890894,10.09259,473.88815,366.83243,102.55178,6.518061,592.0982,13.661027,592.6539,9.754657,31.019814,0.0,888.2431,1753.9573,0.27856347,57.403748,14.697428,11024.164,33.62347,1.3973618,5.00215,15.72659,13.719512,4.708891,8.804839,289.5398,40.689068,4.131544,0.83504546,5.3307114,268.463,0.6712262,148.72647,95.88226,2541.4185,135.56586,105.40404,185.35753,804.15234,71.587555,53.67447,1138.9855,49.2123,82.75116,9.878067,28.933708,219.54517,12.213921,9.59463,59.19447,20.07547,4181.105,17.941193,34.31855,16.178864,13.123078,308.05914,58.7332,35.576614,9.05144,8.620196,12.174572,54.119358,94.95251,49.17984,193.25334,18.854967,10.874057,54.586792,22.554356,28.61067,119.69702,12.0727415,1.472621,36.246017,11.727314,1296.1399,23.10079,0.5284447,56.327824,14.797892,135.03993,72.159676,94.67425,9.43252,102.29113,342.32095,232.47627,32.506237,222.84048,54.952152,45.902153,69.03137,137.00537,20.86859,52.168465,469.34662,8.057736,14.815811,264.9384,21.438019,9.762793,46.566372,41.578312,481.12418,130.90343,167.56195,1842.0741,48.452343,1618.508,1490.6399,9.613709,7.902016,1505.3253,18.305317,13.324597,395.94736,29.177017,51.308064,25.467827,80.75242,254.87279,382.34662,4.4021287,36.78053,96.988235,339.6519,7.1875124,86.41025,8.651344,1.4009562,57.8787,1.0131117,1.1864065,3.4461682,10.513415,25.69129,16.580557,24.491936,261.63297,43.028225,22.074884,32.268147,10.716129,106.20968,5.701344,97.44946,8.2290325,63.09039,10.2390785,14.265282,26.791666,8.928629,28.929264,19.176613,1.0781229,55.644493,9.872492,217.281,6.785017,257.8018,19.557634,1143.5166,115.96989,2.951211,9.316265,139.14311,174.5866,898.72186,938.80005 +2023-01-27 13:00:00,0.0,2161.3796,36.168896,5.89156,17.420301,22.407446,200.71425,26.276245,44.094044,17.527332,25.762714,241.51793,130.33403,13.242674,51.812954,4.652398,3.5285323,38.93256,88.49674,56.814137,483.54352,35.413353,496.43185,135.7468,46.249428,117.527145,247.3465,78.84688,987.76434,257.9975,2241.9563,50.7521,2448.5232,604.61926,34.70553,28.200287,180.07965,231.232,306.20074,875.0034,40.143818,16.879827,10.091665,473.83908,367.07532,102.63226,6.5168667,592.1624,13.663235,592.6488,9.76072,31.022911,0.0,888.47186,1753.9692,0.27860487,57.352367,14.698052,11025.963,33.635925,1.3980201,5.000896,15.726843,13.729911,4.7131004,8.805191,289.62463,40.66674,4.1304917,0.8353509,5.3348846,268.70032,0.67064404,148.74367,95.81761,2542.7078,135.45105,105.433754,185.41286,804.20807,71.639755,53.70877,1139.7129,49.203262,82.759155,9.877581,28.948635,219.59196,12.2164955,9.593601,59.206493,20.081446,4181.377,17.941036,34.34106,16.179676,13.128636,308.12186,58.74684,35.59442,9.05416,8.623529,12.171022,54.116756,94.98484,49.208267,193.27423,18.855904,10.884197,54.602737,22.548899,28.590088,119.705536,12.058642,1.472342,36.26846,11.724799,1295.3474,23.105013,0.52798295,56.380344,14.80323,135.06366,72.13598,94.659355,9.435155,102.315056,342.33627,232.45702,32.516197,222.8102,54.90784,45.899315,69.030525,137.07661,20.881262,52.18787,469.3164,8.065718,14.830254,265.0414,21.433699,9.764535,46.60122,41.604706,481.48248,130.97852,167.56989,1842.7561,48.370293,1618.3688,1490.4045,9.609045,7.89459,1504.965,18.29693,13.31511,395.87286,29.159174,51.280445,25.462034,80.6897,254.85385,382.2606,4.400387,36.765697,96.8719,339.59433,7.182521,86.40248,8.647782,1.4006773,57.876278,1.0131563,1.1865641,3.4466841,10.51242,25.681704,16.57647,24.49664,261.0813,43.01176,22.060965,32.25756,10.710292,106.243614,5.690838,97.5595,8.224597,63.074524,10.217949,14.230157,26.76111,8.926512,28.895527,19.14442,1.0778805,55.62945,9.871593,217.27313,6.783978,257.73627,19.553247,1143.7217,115.94254,2.9508672,9.314356,139.11668,174.55582,898.65125,938.9005 +2023-01-27 14:00:00,0.0,2160.8071,36.15244,5.8858047,17.37379,22.391022,200.60382,26.270618,44.080196,17.524899,25.758204,241.52531,130.32887,13.239098,51.80548,4.659116,3.5333633,38.91339,88.61053,56.86428,483.30307,35.4486,495.95856,135.76358,46.299263,117.636246,247.09776,78.861244,988.0054,258.00403,2241.091,50.781868,2447.9146,605.1293,34.732666,28.216923,180.23732,231.2292,306.23303,875.6122,40.14247,16.868761,10.09074,473.78998,367.3182,102.71274,6.515672,592.2266,13.665442,592.6438,9.766785,31.026009,0.0,888.7007,1753.9811,0.27864623,57.300987,14.698677,11027.763,33.648384,1.3986784,4.9996414,15.727096,13.74031,4.71731,8.805543,289.70947,40.644417,4.1294394,0.8356562,5.3390574,268.93765,0.6700619,148.76086,95.75296,2543.997,135.33624,105.46347,185.46819,804.26385,71.691956,53.74307,1140.4403,49.19423,82.76715,9.877095,28.963564,219.63878,12.21907,9.592571,59.218513,20.08742,4181.6494,17.940878,34.363575,16.180489,13.134194,308.1846,58.760483,35.612232,9.056879,8.626862,12.167473,54.11415,95.01717,49.236694,193.29512,18.856838,10.894337,54.618683,22.543442,28.569508,119.71405,12.044543,1.4720632,36.290905,11.722284,1294.5549,23.109236,0.52752113,56.43286,14.808569,135.0874,72.112274,94.64446,9.437789,102.33898,342.35162,232.43774,32.526157,222.7799,54.863533,45.896473,69.02968,137.14787,20.893934,52.20727,469.28622,8.073698,14.844697,265.14447,21.429379,9.766276,46.636063,41.631096,481.8408,131.05359,167.57784,1843.4381,48.288242,1618.2294,1490.1693,9.604382,7.887164,1504.6045,18.288546,13.305623,395.79834,29.14133,51.252823,25.45624,80.626976,254.83492,382.17456,4.398645,36.750862,96.75558,339.53674,7.17753,86.394714,8.64422,1.4003984,57.873856,1.0132009,1.1867218,3.4472003,10.511424,25.67212,16.572382,24.501345,260.5296,42.995296,22.047043,32.246975,10.704454,106.27756,5.6803317,97.66953,8.220161,63.05866,10.19682,14.195033,26.730555,8.924395,28.86179,19.11223,1.077638,55.614407,9.870695,217.26524,6.782939,257.67075,19.54886,1143.9266,115.91519,2.9505236,9.312446,139.09026,174.52504,898.58057,939.0009 +2023-01-27 15:00:00,0.0,2160.2346,36.135986,5.8800488,17.327282,22.374598,200.49338,26.26499,44.06635,17.522465,25.753693,241.5327,130.3237,13.235521,51.798008,4.665833,3.5381942,38.89422,88.72431,56.914425,483.06262,35.48385,495.48526,135.78036,46.349102,117.745346,246.84903,78.87562,988.2464,258.01056,2240.2256,50.811634,2447.3062,605.63934,34.759804,28.233557,180.39497,231.22641,306.26532,876.221,40.14113,16.857695,10.089815,473.7409,367.5611,102.79321,6.5144777,592.2908,13.66765,592.63873,9.772849,31.029104,0.0,888.9295,1753.993,0.2786876,57.24961,14.699302,11029.5625,33.660843,1.3993367,4.998387,15.727348,13.750709,4.7215195,8.805895,289.79434,40.62209,4.128387,0.83596164,5.3432302,269.175,0.66947967,148.77806,95.68831,2545.2864,135.22144,105.49319,185.52351,804.3196,71.74415,53.77737,1141.1677,49.185192,82.77515,9.876609,28.97849,219.68558,12.221645,9.591542,59.230537,20.093395,4181.9214,17.940722,34.38609,16.181301,13.139753,308.2473,58.774124,35.63004,9.059599,8.630194,12.163922,54.111546,95.04951,49.26512,193.31601,18.857773,10.904476,54.63463,22.537985,28.548927,119.72257,12.030443,1.4717842,36.313347,11.7197695,1293.7625,23.113459,0.5270593,56.485382,14.813908,135.11115,72.08858,94.62957,9.440423,102.3629,342.36694,232.41849,32.53612,222.74962,54.81922,45.893635,69.028824,137.21912,20.906607,52.226677,469.256,8.081678,14.85914,265.2475,21.425058,9.768019,46.670906,41.657486,482.1991,131.12868,167.58577,1844.1201,48.206192,1618.0901,1489.934,9.599717,7.879738,1504.2441,18.280159,13.296136,395.72385,29.123487,51.2252,25.450447,80.564255,254.81598,382.08853,4.396903,36.73603,96.639244,339.4792,7.1725388,86.38695,8.640658,1.4001195,57.871433,1.0132455,1.1868794,3.4477162,10.510428,25.662533,16.568295,24.506048,259.97794,42.978832,22.033121,32.236393,10.698618,106.31149,5.6698256,97.77957,8.215726,63.042793,10.175691,14.159909,26.7,8.922278,28.828054,19.08004,1.0773956,55.599365,9.869797,217.25737,6.7818995,257.6052,19.544474,1144.1317,115.88785,2.9501798,9.310535,139.06383,174.49426,898.50995,939.1013 +2023-01-27 16:00:00,0.0,2159.662,36.11953,5.8742933,17.280771,22.358171,200.38295,26.259361,44.0525,17.52003,25.74918,241.5401,130.31853,13.231945,51.790535,4.67255,3.543025,38.87505,88.8381,56.96457,482.82217,35.5191,495.01196,135.79715,46.398937,117.85445,246.6003,78.88999,988.4874,258.0171,2239.3604,50.8414,2446.6975,606.14935,34.78694,28.250193,180.55264,231.22362,306.2976,876.82983,40.139786,16.846628,10.08889,473.69183,367.804,102.873695,6.5132837,592.355,13.669858,592.6337,9.7789135,31.032202,0.0,889.1583,1754.005,0.278729,57.19823,14.699926,11031.361,33.6733,1.399995,4.9971323,15.727601,13.761107,4.725729,8.806247,289.87918,40.599762,4.1273346,0.83626705,5.347403,269.41232,0.6688975,148.79524,95.62366,2546.5757,135.10663,105.5229,185.57884,804.37537,71.79635,53.811672,1141.8951,49.176155,82.78314,9.876123,28.99342,219.73238,12.22422,9.590513,59.24256,20.099371,4182.1934,17.940563,34.408604,16.182114,13.145311,308.31003,58.787766,35.64785,9.062319,8.633526,12.160373,54.10894,95.08184,49.29355,193.3369,18.85871,10.914616,54.650574,22.532526,28.528347,119.73109,12.016344,1.4715054,36.335793,11.717255,1292.97,23.117682,0.52659756,56.537903,14.819247,135.13489,72.06487,94.61468,9.443058,102.386826,342.38226,232.39922,32.54608,222.71935,54.77491,45.890793,69.02798,137.29036,20.91928,52.24608,469.2258,8.089659,14.873583,265.35052,21.420738,9.76976,46.705753,41.683876,482.5574,131.20377,167.59372,1844.8021,48.12414,1617.9508,1489.6986,9.595054,7.8723116,1503.8837,18.271772,13.286649,395.64935,29.105646,51.197582,25.444653,80.50153,254.79704,382.0025,4.395161,36.721195,96.52291,339.4216,7.167547,86.37918,8.637096,1.3998407,57.86901,1.01329,1.1870371,3.4482322,10.509433,25.652946,16.564207,24.510754,259.42624,42.962364,22.019201,32.225807,10.6927805,106.34543,5.659319,97.88961,8.21129,63.026928,10.154562,14.124784,26.669445,8.920161,28.794317,19.04785,1.0771531,55.58432,9.868898,217.24948,6.7808604,257.53967,19.540087,1144.3368,115.860504,2.9498363,9.308625,139.0374,174.4635,898.43933,939.2017 +2023-01-27 17:00:00,0.0,2159.0898,36.103073,5.868538,17.234262,22.341747,200.27252,26.253735,44.03866,17.517595,25.744669,241.54749,130.31337,13.228369,51.783062,4.679268,3.547856,38.85588,88.95189,57.014717,482.58173,35.554348,494.53867,135.81393,46.448776,117.96355,246.35156,78.90436,988.72845,258.02362,2238.495,50.87117,2446.0889,606.65936,34.81408,28.266827,180.7103,231.22083,306.3299,877.43866,40.13844,16.835562,10.087966,473.64276,368.04688,102.95417,6.5120893,592.4192,13.672066,592.6287,9.784977,31.0353,0.0,889.3871,1754.0168,0.27877036,57.14685,14.700551,11033.161,33.68576,1.4006532,4.9958777,15.727854,13.771506,4.7299385,8.806599,289.96402,40.577435,4.1262817,0.8365724,5.3515763,269.64963,0.66831535,148.81244,95.559006,2547.865,134.99182,105.55261,185.63419,804.4311,71.84855,53.84597,1142.6226,49.16712,82.79113,9.875637,29.008347,219.77919,12.226795,9.589483,59.25458,20.105345,4182.466,17.940407,34.431114,16.182926,13.150869,308.37277,58.801407,35.665657,9.065038,8.636858,12.156822,54.10634,95.114174,49.321976,193.35777,18.859644,10.924756,54.666523,22.52707,28.507767,119.7396,12.002245,1.4712265,36.35824,11.71474,1292.1775,23.121906,0.52613574,56.590424,14.824586,135.15862,72.041176,94.599785,9.445692,102.41075,342.3976,232.37996,32.55604,222.68906,54.730602,45.887955,69.02713,137.3616,20.931952,52.265484,469.19562,8.097639,14.888026,265.45355,21.416418,9.771502,46.740597,41.710266,482.91568,131.27884,167.60165,1845.4841,48.04209,1617.8115,1489.4634,9.590389,7.864886,1503.5232,18.263386,13.277162,395.57483,29.087803,51.16996,25.43886,80.43881,254.7781,381.91647,4.3934193,36.706364,96.40658,339.36404,7.162556,86.371414,8.633534,1.3995619,57.866585,1.0133346,1.1871948,3.4487484,10.508437,25.64336,16.56012,24.515457,258.87457,42.9459,22.00528,32.21522,10.686943,106.37937,5.648813,97.99964,8.206855,63.011063,10.133433,14.089661,26.63889,8.918044,28.76058,19.015657,1.0769107,55.569275,9.868,217.24161,6.7798214,257.47415,19.535702,1144.5419,115.83315,2.9494927,9.306715,139.01096,174.43272,898.36865,939.3021 +2023-01-27 18:00:00,0.0,2158.5173,36.086617,5.8627825,17.187752,22.325323,200.16208,26.248106,44.02481,17.51516,25.740158,241.55487,130.3082,13.2247925,51.77559,4.685985,3.552687,38.836708,89.065674,57.06486,482.34128,35.589596,494.06537,135.83072,46.498615,118.07265,246.10283,78.91873,988.96954,258.03018,2237.63,50.900936,2445.4802,607.1694,34.841217,28.283463,180.86795,231.21803,306.36218,878.0474,40.137096,16.824495,10.087041,473.59366,368.28976,103.034645,6.510895,592.4834,13.6742735,592.62366,9.791041,31.038397,0.0,889.61597,1754.0288,0.27881172,57.095474,14.701177,11034.961,33.69822,1.4013115,4.994623,15.7281065,13.781905,4.734148,8.8069515,290.0489,40.555107,4.1252294,0.8368778,5.355749,269.88696,0.6677332,148.82964,95.494354,2549.1543,134.87701,105.58233,185.68951,804.4868,71.90075,53.880272,1143.3501,49.158085,82.799126,9.875151,29.023273,219.82599,12.22937,9.588454,59.266605,20.11132,4182.738,17.940248,34.45363,16.183739,13.156427,308.4355,58.81505,35.683468,9.067758,8.640191,12.153273,54.103733,95.1465,49.350403,193.37866,18.86058,10.9348955,54.68247,22.521612,28.487185,119.748116,11.988145,1.4709476,36.38068,11.712225,1291.385,23.12613,0.525674,56.642944,14.829925,135.18236,72.01747,94.58489,9.448327,102.43468,342.41293,232.36069,32.566006,222.65877,54.68629,45.885113,69.026276,137.43285,20.944624,52.284885,469.1654,8.105619,14.90247,265.55658,21.412098,9.773244,46.775444,41.736656,483.274,131.35393,167.6096,1846.1661,47.96004,1617.6721,1489.228,9.585726,7.8574595,1503.1628,18.255,13.267675,395.50034,29.06996,51.142338,25.433065,80.37609,254.75917,381.83044,4.3916774,36.691532,96.290245,339.30646,7.157565,86.36365,8.629973,1.3992829,57.864162,1.0133792,1.1873524,3.4492643,10.5074415,25.633774,16.556032,24.52016,258.32288,42.929436,21.99136,32.204636,10.681106,106.41331,5.6383066,98.10968,8.202419,62.995197,10.112304,14.054536,26.608334,8.915927,28.726845,18.983467,1.0766683,55.554234,9.867103,217.23372,6.778782,257.4086,19.531315,1144.747,115.80581,2.949149,9.304805,138.98453,174.40195,898.29803,939.4026 +2023-01-27 19:00:00,0.0,2157.9448,36.07016,5.8570266,17.141243,22.308897,200.05165,26.242477,44.010963,17.512726,25.735647,241.56227,130.30302,13.221216,51.768116,4.6927023,3.5575178,38.81754,89.17946,57.115005,482.10083,35.624844,493.59207,135.8475,46.54845,118.18175,245.8541,78.933105,989.2106,258.0367,2236.7646,50.930702,2444.8718,607.67944,34.868355,28.300097,181.02562,231.21526,306.39447,878.65625,40.135754,16.813429,10.086116,473.5446,368.53265,103.11513,6.5097003,592.54755,13.676481,592.61865,9.797106,31.041494,0.0,889.8447,1754.0406,0.27885312,57.044094,14.701801,11036.76,33.71068,1.4019698,4.993369,15.728358,13.792304,4.7383575,8.807303,290.13373,40.53278,4.124177,0.83718324,5.359922,270.1243,0.66715103,148.84683,95.4297,2550.4436,134.7622,105.612045,185.74484,804.5426,71.95295,53.914574,1144.0775,49.149048,82.80712,9.874665,29.0382,219.87279,12.231945,9.587425,59.27863,20.117296,4183.0103,17.940092,34.476143,16.184551,13.161986,308.49823,58.82869,35.70128,9.070477,8.643523,12.149723,54.101128,95.17883,49.37883,193.39955,18.861515,10.945035,54.698414,22.516155,28.466604,119.75663,11.974046,1.4706687,36.403126,11.70971,1290.5925,23.130352,0.52521217,56.695465,14.835263,135.2061,71.993774,94.56999,9.450961,102.4586,342.42825,232.34143,32.575966,222.62848,54.64198,45.882275,69.02543,137.5041,20.957296,52.30429,469.13522,8.1136,14.916913,265.6596,21.407778,9.774985,46.810287,41.76305,483.6323,131.42902,167.61754,1846.8483,47.87799,1617.5328,1488.9928,9.581061,7.8500333,1502.8024,18.246613,13.258188,395.42584,29.052116,51.11472,25.42727,80.31337,254.74023,381.74442,4.389935,36.676697,96.17392,339.2489,7.1525736,86.35588,8.626411,1.3990041,57.86174,1.0134238,1.1875101,3.4497802,10.506445,25.624187,16.551945,24.524866,257.7712,42.91297,21.977438,32.194054,10.675269,106.44724,5.6278005,98.21972,8.197984,62.97933,10.091175,14.019412,26.577778,8.913811,28.693108,18.951277,1.0764258,55.53919,9.866204,217.22585,6.777743,257.34308,19.526928,1144.952,115.77846,2.9488053,9.302895,138.9581,174.37117,898.22736,939.503 +2023-01-27 20:00:00,0.0,2157.3723,36.053703,5.851271,17.094732,22.292473,199.94122,26.23685,43.997116,17.510292,25.731134,241.56966,130.29787,13.217639,51.760643,4.69942,3.5623488,38.798367,89.29324,57.16515,481.86038,35.660095,493.11877,135.86429,46.59829,118.29085,245.60536,78.94747,989.4516,258.04324,2235.8994,50.96047,2444.2632,608.18945,34.895493,28.316732,181.18329,231.21246,306.42676,879.2651,40.134407,16.802362,10.085191,473.4955,368.77554,103.1956,6.5085063,592.61176,13.67869,592.6136,9.80317,31.04459,0.0,890.0736,1754.0526,0.27889448,56.992718,14.702426,11038.56,33.723137,1.4026282,4.9921145,15.728611,13.802703,4.742567,8.807655,290.21857,40.510456,4.1231246,0.8374886,5.3640947,270.36163,0.6665689,148.86401,95.36505,2551.7332,134.6474,105.64176,185.80017,804.5983,72.00515,53.94887,1144.8049,49.140015,82.81512,9.874179,29.05313,219.9196,12.23452,9.586396,59.29065,20.12327,4183.282,17.939934,34.498657,16.185364,13.167544,308.56094,58.84233,35.719086,9.073196,8.646855,12.146173,54.098526,95.21117,49.407257,193.42044,18.862452,10.955174,54.71436,22.510698,28.446024,119.765144,11.959947,1.4703897,36.42557,11.707195,1289.8,23.134575,0.5247504,56.747982,14.840602,135.22983,71.97007,94.5551,9.453595,102.48253,342.4436,232.32216,32.585926,222.59819,54.59767,45.879433,69.024574,137.57535,20.969969,52.323692,469.105,8.121581,14.931355,265.76266,21.403458,9.776728,46.845135,41.78944,483.9906,131.5041,167.62549,1847.5303,47.79594,1617.3936,1488.7574,9.576398,7.8426075,1502.442,18.238228,13.248701,395.35132,29.034275,51.087097,25.421478,80.25065,254.7213,381.6584,4.388193,36.661865,96.05759,339.1913,7.1475825,86.348114,8.622849,1.3987253,57.859318,1.0134684,1.1876677,3.4502964,10.505449,25.614603,16.547857,24.52957,257.2195,42.896507,21.963518,32.183468,10.669432,106.481186,5.617294,98.32975,8.193548,62.963463,10.070045,13.984287,26.547222,8.911694,28.65937,18.919086,1.0761833,55.524147,9.865306,217.21796,6.776704,257.27753,19.522541,1145.1571,115.751114,2.9484618,9.300984,138.93167,174.3404,898.15674,939.6034 +2023-01-27 21:00:00,0.0,2156.7998,36.03725,5.8455157,17.048223,22.276049,199.83078,26.231222,43.983273,17.507856,25.726624,241.57704,130.2927,13.214063,51.75317,4.706137,3.5671797,38.779198,89.407036,57.215298,481.61993,35.695343,492.64548,135.88107,46.648125,118.39995,245.35663,78.961845,989.6926,258.04977,2235.0342,50.990234,2443.6545,608.69946,34.92263,28.333366,181.34094,231.20967,306.45905,879.8739,40.133064,16.791296,10.084266,473.44644,369.01843,103.27608,6.507312,592.67596,13.680898,592.6086,9.809234,31.047688,0.0,890.30237,1754.0645,0.27893585,56.941338,14.703051,11040.359,33.73559,1.4032865,4.99086,15.728864,13.813102,4.7467766,8.808007,290.3034,40.48813,4.122072,0.837794,5.368268,270.59894,0.6659867,148.88121,95.30041,2553.0225,134.5326,105.67148,185.85551,804.65405,72.05735,53.983173,1145.5323,49.130978,82.82311,9.873693,29.068056,219.9664,12.237096,9.585366,59.302673,20.129246,4183.554,17.939777,34.521168,16.186176,13.173102,308.62366,58.855972,35.736897,9.075915,8.6501875,12.142623,54.09592,95.2435,49.435684,193.44133,18.863386,10.965315,54.730305,22.505241,28.425444,119.77366,11.945847,1.4701109,36.448013,11.70468,1289.0076,23.138798,0.5242886,56.800503,14.845941,135.25357,71.94637,94.54021,9.45623,102.506454,342.45892,232.3029,32.595886,222.5679,54.55336,45.876595,69.02373,137.64659,20.982641,52.343098,469.07483,8.129561,14.945799,265.8657,21.399137,9.778469,46.87998,41.81583,484.3489,131.57918,167.63342,1848.2122,47.71389,1617.2542,1488.5221,9.571733,7.835181,1502.0815,18.229841,13.239214,395.27682,29.016432,51.059475,25.415684,80.18793,254.70236,381.57236,4.3864512,36.647034,95.94125,339.13376,7.1425915,86.34035,8.6192875,1.3984464,57.856895,1.013513,1.1878254,3.4508123,10.504454,25.605017,16.54377,24.534275,256.66785,42.88004,21.949596,32.172882,10.663594,106.51512,5.6067877,98.43979,8.189113,62.947598,10.048917,13.949163,26.516666,8.909576,28.625635,18.886894,1.0759408,55.5091,9.864408,217.21008,6.7756643,257.212,19.518154,1145.3622,115.72376,2.948118,9.299074,138.90524,174.30962,898.0861,939.7038 +2023-01-27 22:00:00,0.0,2156.2273,36.020794,5.83976,17.001713,22.259624,199.72035,26.225594,43.969425,17.505423,25.722113,241.58444,130.28752,13.210486,51.745697,4.7128544,3.5720105,38.760025,89.52082,57.26544,481.3795,35.73059,492.17218,135.89786,46.697964,118.50905,245.1079,78.97622,989.93365,258.05634,2234.169,51.02,2443.0461,609.20953,34.949768,28.350002,181.49861,231.20688,306.49133,880.4827,40.13172,16.78023,10.083342,473.39734,369.26132,103.35656,6.5061173,592.7401,13.683105,592.6035,9.815298,31.050785,0.0,890.53125,1754.0764,0.27897725,56.889957,14.703675,11042.158,33.74805,1.4039447,4.9896054,15.729116,13.823501,4.750986,8.808359,290.38828,40.4658,4.12102,0.8380994,5.372441,270.83627,0.66540456,148.8984,95.235756,2554.3118,134.41779,105.701195,185.91084,804.70984,72.10955,54.01747,1146.2598,49.12194,82.83111,9.873207,29.082985,220.0132,12.239671,9.584337,59.314693,20.13522,4183.8267,17.93962,34.543682,16.186987,13.178661,308.6864,58.869614,35.754704,9.078635,8.653521,12.139072,54.093315,95.27583,49.46411,193.46222,18.864323,10.975454,54.74625,22.499784,28.404861,119.78217,11.931747,1.469832,36.47046,11.702166,1288.2151,23.14302,0.52382684,56.853024,14.851279,135.27731,71.92267,94.525314,9.458864,102.53037,342.47424,232.28363,32.60585,222.53761,54.509052,45.873753,69.02288,137.71783,20.995314,52.3625,469.04462,8.137542,14.960242,265.96872,21.394817,9.780211,46.91482,41.84222,484.7072,131.65427,167.64137,1848.8942,47.63184,1617.1149,1488.2869,9.56707,7.8277555,1501.7212,18.221455,13.229727,395.20233,28.998589,51.031857,25.409891,80.125206,254.68343,381.48633,4.3847094,36.6322,95.82492,339.07617,7.1376,86.33258,8.6157255,1.3981675,57.85447,1.0135576,1.1879832,3.4513283,10.503458,25.59543,16.539682,24.538979,256.11615,42.863575,21.935677,32.1623,10.657758,106.54906,5.5962815,98.54982,8.184677,62.931732,10.027788,13.914039,26.48611,8.907459,28.591898,18.854704,1.0756985,55.494057,9.863509,217.2022,6.7746253,257.14648,19.513767,1145.5673,115.69642,2.9477744,9.297164,138.87881,174.27884,898.01544,939.8042 +2023-01-27 23:00:00,0.0,2155.6548,36.004337,5.8340044,16.955204,22.243198,199.60992,26.219967,43.955578,17.502989,25.717602,241.59183,130.28236,13.20691,51.738224,4.719572,3.5768416,38.740856,89.634605,57.315586,481.13904,35.76584,491.69888,135.91464,46.747803,118.61815,244.85916,78.99059,990.17474,258.06287,2233.3037,51.049767,2442.4375,609.71954,34.976906,28.366636,181.65627,231.20409,306.52362,881.0915,40.130375,16.769163,10.082417,473.34827,369.5042,103.437035,6.504923,592.8043,13.685313,592.5985,9.8213625,31.053883,0.0,890.76,1754.0884,0.2790186,56.83858,14.7043,11043.958,33.76051,1.404603,4.988351,15.729369,13.8338995,4.7551956,8.808711,290.4731,40.443474,4.119967,0.8384048,5.3766136,271.0736,0.6648224,148.9156,95.171104,2555.601,134.30298,105.73091,185.96617,804.76556,72.16174,54.051773,1146.9872,49.112907,82.8391,9.872721,29.097912,220.06001,12.242246,9.583308,59.326717,20.141195,4184.0986,17.939463,34.566196,16.1878,13.184219,308.7491,58.883255,35.772514,9.081355,8.656853,12.135523,54.09071,95.30817,49.492542,193.48311,18.865257,10.985594,54.762196,22.494328,28.384281,119.79069,11.917648,1.4695531,36.492905,11.699651,1287.4226,23.147245,0.523365,56.905544,14.856619,135.30106,71.89897,94.51042,9.461498,102.5543,342.4896,232.26437,32.61581,222.50732,54.46474,45.870914,69.022026,137.78908,21.007986,52.381905,469.0144,8.145522,14.974685,266.07175,21.390497,9.781953,46.94967,41.86861,485.06552,131.72935,167.6493,1849.5763,47.54979,1616.9756,1488.0515,9.562406,7.820329,1501.3607,18.213068,13.22024,395.1278,28.980745,51.004234,25.404097,80.06249,254.66449,381.4003,4.3829675,36.617367,95.708595,339.01862,7.132609,86.324814,8.612164,1.3978887,57.852047,1.0136021,1.1881407,3.4518445,10.502462,25.585844,16.535595,24.543682,255.56448,42.84711,21.921755,32.151714,10.65192,106.583,5.5857754,98.65986,8.180242,62.915867,10.006659,13.878915,26.455555,8.905342,28.55816,18.822514,1.075456,55.479015,9.862611,217.1943,6.7735863,257.08093,19.50938,1145.7722,115.669075,2.9474306,9.295254,138.85239,174.24808,897.9448,939.9046 +2023-01-28 00:00:00,0.0,2155.0823,35.98788,5.828249,16.908693,22.226774,199.49948,26.214338,43.94173,17.500553,25.713089,241.59921,130.27719,13.203334,51.73075,4.7262893,3.5816724,38.721684,89.74839,57.36573,480.8986,35.801086,491.2256,135.93143,46.797638,118.72725,244.61043,79.00496,990.4158,258.0694,2232.4385,51.079536,2441.8289,610.22955,35.004044,28.383272,181.81393,231.2013,306.5559,881.7003,40.129032,16.758097,10.081491,473.2992,369.7471,103.51752,6.503729,592.8685,13.687521,592.5935,9.827427,31.05698,0.0,890.9889,1754.1002,0.27905998,56.7872,14.704925,11045.758,33.77297,1.4052613,4.9870963,15.729622,13.844298,4.759405,8.809063,290.55795,40.421146,4.1189146,0.8387102,5.3807864,271.31094,0.66424024,148.93279,95.10645,2556.8904,134.18817,105.76063,186.0215,804.82135,72.21394,54.086075,1147.7146,49.10387,82.8471,9.872235,29.112839,220.10681,12.244821,9.582278,59.33874,20.147171,4184.371,17.939304,34.58871,16.188612,13.189777,308.81183,58.896896,35.79032,9.084074,8.660185,12.131972,54.088108,95.3405,49.52097,193.504,18.866194,10.995733,54.77814,22.48887,28.3637,119.79921,11.903548,1.4692742,36.515347,11.697136,1286.6301,23.151468,0.52290326,56.958065,14.861958,135.32478,71.87527,94.49553,9.464133,102.578224,342.5049,232.2451,32.62577,222.47705,54.42043,45.868073,69.02118,137.86034,21.020658,52.401306,468.98422,8.153502,14.989128,266.17477,21.386177,9.783694,46.984512,41.895,485.4238,131.80443,167.65726,1850.2583,47.46774,1616.8362,1487.8163,9.557741,7.812903,1501.0002,18.204681,13.2107525,395.0533,28.962904,50.976612,25.398302,79.99977,254.64555,381.31427,4.3812256,36.60253,95.59226,338.96103,7.127618,86.31705,8.608602,1.3976098,57.849625,1.0136467,1.1882985,3.4523604,10.501467,25.576258,16.531507,24.548388,255.0128,42.830647,21.907833,32.14113,10.646083,106.616936,5.5752687,98.7699,8.175806,62.9,9.98553,13.84379,26.425,8.903226,28.524426,18.790321,1.0752136,55.46397,9.861712,217.18643,6.772547,257.0154,19.504993,1145.9773,115.64172,2.947087,9.293344,138.82596,174.2173,897.87415,940.00507 +2023-01-28 01:00:00,0.0,2154.5098,35.971424,5.822493,16.862183,22.21035,199.38905,26.20871,43.927887,17.49812,25.708578,241.60661,130.27202,13.199758,51.723278,4.7330065,3.5865033,38.702515,89.86218,57.415874,480.65814,35.836338,490.7523,135.94821,46.847477,118.83635,244.3617,79.01933,990.6568,258.07593,2231.5732,51.109303,2441.2205,610.73956,35.03118,28.399906,181.97159,231.1985,306.5882,882.30914,40.12769,16.74703,10.080566,473.25012,369.99,103.59799,6.5025344,592.93274,13.689729,592.58844,9.83349,31.060078,0.0,891.21765,1754.1122,0.27910134,56.73582,14.705549,11047.557,33.785427,1.4059196,4.985842,15.729875,13.854697,4.7636147,8.809415,290.64282,40.398823,4.117862,0.8390156,5.3849597,271.54828,0.6636581,148.94998,95.0418,2558.1797,134.07336,105.790344,186.07683,804.8771,72.26614,54.120373,1148.442,49.094833,82.855095,9.871749,29.127766,220.15363,12.2473955,9.581249,59.35076,20.153145,4184.643,17.939148,34.61122,16.189425,13.195336,308.87457,58.910538,35.808132,9.086794,8.663517,12.128423,54.085503,95.37283,49.549397,193.52489,18.867128,11.005874,54.794086,22.483414,28.34312,119.807724,11.889449,1.4689953,36.537792,11.694621,1285.8376,23.155691,0.52244145,57.010586,14.867296,135.34853,71.85157,94.48064,9.466767,102.60215,342.52023,232.22585,32.635735,222.44676,54.37612,45.865234,69.02033,137.93158,21.03333,52.42071,468.954,8.161483,15.0035715,266.27783,21.381857,9.785437,47.01936,41.921394,485.7821,131.87952,167.66519,1850.9403,47.38569,1616.6969,1487.5809,9.553078,7.805477,1500.6399,18.196297,13.201266,394.9788,28.94506,50.948994,25.39251,79.93705,254.62662,381.22824,4.3794837,36.5877,95.47593,338.90347,7.1226263,86.30928,8.605041,1.397331,57.847202,1.0136913,1.188456,3.4528763,10.500471,25.566671,16.52742,24.553091,254.46112,42.81418,21.893913,32.130543,10.640245,106.65087,5.5647626,98.87993,8.171371,62.884136,9.9644,13.808666,26.394444,8.901109,28.490688,18.758131,1.0749711,55.448925,9.860814,217.17854,6.7715077,256.9499,19.500607,1146.1824,115.61438,2.9467435,9.291433,138.79953,174.18652,897.8035,940.10547 +2023-01-28 02:00:00,0.0,2153.9373,35.954967,5.8167377,16.815674,22.193924,199.27861,26.203083,43.91404,17.495684,25.704067,241.614,130.26686,13.196181,51.715805,4.739724,3.5913343,38.683346,89.97597,57.466022,480.4177,35.871586,490.279,135.965,46.897312,118.94545,244.11296,79.03371,990.8978,258.08246,2230.708,51.13907,2440.6118,611.24963,35.05832,28.416542,182.12924,231.19571,306.62048,882.91797,40.126343,16.735964,10.079641,473.20102,370.23288,103.67847,6.50134,592.99695,13.6919365,592.58344,9.839555,31.063173,0.0,891.4465,1754.124,0.27914274,56.684444,14.706175,11049.356,33.797886,1.4065778,4.9845877,15.730127,13.865096,4.767824,8.809768,290.72766,40.376495,4.11681,0.83932096,5.3891325,271.78558,0.66307586,148.96718,94.97715,2559.469,133.95856,105.82005,186.13217,804.9328,72.318344,54.154675,1149.1694,49.0858,82.86309,9.871263,29.142694,220.20042,12.24997,9.58022,59.362785,20.15912,4184.9155,17.93899,34.633736,16.190237,13.200894,308.9373,58.92418,35.82594,9.089513,8.66685,12.124873,54.082897,95.40517,49.577824,193.54578,18.868065,11.016013,54.81003,22.477957,28.32254,119.81624,11.875349,1.4687164,36.560238,11.692106,1285.0452,23.159914,0.52197963,57.063107,14.872635,135.37227,71.827866,94.465744,9.469402,102.626076,342.53558,232.20657,32.645695,222.41647,54.33181,45.862392,69.01948,138.00282,21.046003,52.440113,468.92383,8.169464,15.018014,266.38086,21.377535,9.787178,47.054203,41.947784,486.1404,131.9546,167.67314,1851.6223,47.30364,1616.5576,1487.3456,9.548413,7.798051,1500.2794,18.18791,13.191779,394.9043,28.927217,50.92137,25.386715,79.87433,254.60768,381.1422,4.377742,36.57287,95.3596,338.8459,7.1176353,86.30151,8.601479,1.397052,57.84478,1.0137359,1.1886138,3.4533925,10.4994755,25.557087,16.523333,24.557796,253.90944,42.797714,21.879992,32.11996,10.634409,106.684814,5.5542564,98.98997,8.166936,62.86827,9.943272,13.773541,26.36389,8.898992,28.456951,18.72594,1.0747286,55.433884,9.859916,217.17067,6.7704687,256.88434,19.49622,1146.3875,115.58703,2.9463997,9.289524,138.7731,174.15575,897.7329,940.2059 +2023-01-28 03:00:00,0.0,2153.3647,35.938515,5.810982,16.769163,22.1775,199.16818,26.197454,43.900192,17.49325,25.699556,241.62138,130.26169,13.192605,51.708332,4.7464414,3.5961652,38.664173,90.08975,57.516167,480.17725,35.906834,489.8057,135.9818,46.94715,119.05455,243.86423,79.04807,991.13885,258.08902,2229.8428,51.168835,2440.0032,611.75964,35.085457,28.433176,182.28691,231.19292,306.65277,883.52673,40.125,16.724895,10.078717,473.15195,370.47577,103.75895,6.5001454,593.0611,13.694144,592.57837,9.845619,31.06627,0.0,891.6753,1754.136,0.2791841,56.633064,14.7067995,11051.156,33.810345,1.4072361,4.983333,15.730379,13.875495,4.7720337,8.81012,290.8125,40.354168,4.1157575,0.8396264,5.3933053,272.02292,0.6624937,148.98438,94.9125,2560.7583,133.84375,105.84977,186.1875,804.9886,72.370544,54.188976,1149.897,49.076763,82.871086,9.870777,29.157621,220.24722,12.252545,9.579191,59.37481,20.165094,4185.1875,17.938833,34.65625,16.19105,13.206452,309.0,58.93782,35.84375,9.092233,8.670182,12.121323,54.08029,95.4375,49.60625,193.56667,18.869,11.026153,54.825977,22.4725,28.301958,119.82475,11.86125,1.4684374,36.58268,11.689591,1284.2527,23.164137,0.5215179,57.115623,14.877974,135.39601,71.80417,94.45085,9.472036,102.65,342.5509,232.18732,32.655655,222.38618,54.287502,45.859554,69.01863,138.07407,21.058676,52.45952,468.89362,8.177444,15.032457,266.4839,21.373215,9.78892,47.08905,41.974174,486.49872,132.02968,167.68108,1852.3043,47.22159,1616.4182,1487.1104,9.54375,7.790625,1499.9191,18.179523,13.182292,394.8298,28.909374,50.89375,25.380922,79.81161,254.58875,381.05618,4.376,36.558033,95.24326,338.78833,7.112644,86.29375,8.597917,1.3967732,57.842354,1.0137805,1.1887715,3.4539084,10.49848,25.5475,16.519245,24.5625,253.35776,42.78125,21.866072,32.109375,10.6285715,106.71875,5.54375,99.100006,8.1625,62.852406,9.922143,13.738418,26.333334,8.896874,28.423216,18.69375,1.0744863,55.41884,9.859017,217.16278,6.769429,256.81882,19.491833,1146.5925,115.559685,2.9460561,9.287614,138.74667,174.12497,897.66223,940.3063 +2023-01-28 04:00:00,0.0,2152.7922,35.92206,5.805227,16.722654,22.161076,199.05775,26.191826,43.886345,17.490816,25.695045,241.62878,130.25652,13.189029,51.70086,4.7531586,3.600996,38.645004,90.20354,57.56631,479.9368,35.94208,489.3324,135.99858,46.99699,119.16365,243.6155,79.06245,991.37994,258.09555,2228.9775,51.1986,2439.3945,612.26965,35.112595,28.449812,182.44456,231.19012,306.68506,884.13556,40.123657,16.713829,10.077792,473.10287,370.71866,103.839424,6.4989514,593.1253,13.696352,592.57336,9.851684,31.069368,0.0,891.90405,1754.1478,0.27922547,56.581684,14.707424,11052.955,33.8228,1.4078944,4.9820786,15.730631,13.885894,4.776243,8.810472,290.89734,40.33184,4.114705,0.8399318,5.3974786,272.26025,0.66191155,149.00157,94.847855,2562.0479,133.72894,105.879486,186.24283,805.0443,72.422745,54.223274,1150.6244,49.067726,82.87908,9.870291,29.17255,220.29404,12.255121,9.578161,59.38683,20.17107,4185.4595,17.938677,34.678764,16.191862,13.21201,309.06274,58.951458,35.86156,9.094952,8.673514,12.117773,54.07769,95.46983,49.634678,193.58755,18.869934,11.036292,54.841923,22.467043,28.281378,119.83327,11.847151,1.4681586,36.605125,11.687077,1283.4602,23.168362,0.52105606,57.168144,14.883312,135.41974,71.780464,94.43596,9.47467,102.67393,342.56622,232.16806,32.665615,222.3559,54.24319,45.856712,69.017784,138.14532,21.071348,52.47892,468.86343,8.185425,15.046901,266.5869,21.368895,9.790662,47.123894,42.000565,486.85703,132.10477,167.68903,1852.9863,47.139538,1616.2789,1486.875,9.539085,7.783199,1499.5586,18.171137,13.172805,394.75528,28.891533,50.86613,25.375128,79.748886,254.56981,380.97015,4.374258,36.5432,95.12694,338.73074,7.1076527,86.28598,8.594355,1.3964944,57.83993,1.013825,1.1889291,3.4544244,10.497484,25.537914,16.515158,24.567204,252.80606,42.764786,21.85215,32.09879,10.622734,106.752686,5.5332437,99.21004,8.158065,62.83654,9.901013,13.703293,26.302778,8.894758,28.389479,18.661558,1.0742438,55.403797,9.858119,217.1549,6.76839,256.7533,19.487448,1146.7976,115.53233,2.9457123,9.285704,138.72025,174.0942,897.5916,940.4067 +2023-01-28 05:00:00,0.0,2152.22,35.9056,5.799471,16.676144,22.144651,198.94731,26.1862,43.872498,17.48838,25.690533,241.63617,130.25136,13.1854515,51.693386,4.7598763,3.605827,38.62583,90.31733,57.616455,479.69635,35.977333,488.8591,136.01537,47.046825,119.27275,243.36676,79.07682,991.621,258.10208,2228.1123,51.228367,2438.7861,612.77966,35.139732,28.466446,182.60223,231.18733,306.71735,884.7444,40.12231,16.702763,10.076867,473.05377,370.96155,103.9199,6.497757,593.1895,13.69856,592.56836,9.857747,31.072466,0.0,892.1329,1754.1598,0.27926686,56.530308,14.708049,11054.755,33.83526,1.4085528,4.980824,15.730885,13.896293,4.7804527,8.810823,290.9822,40.309513,4.113652,0.84023714,5.4016514,272.4976,0.6613294,149.01875,94.7832,2563.3372,133.61414,105.9092,186.29816,805.10004,72.474945,54.257576,1151.3518,49.058693,82.88708,9.869805,29.187477,220.34084,12.257696,9.577132,59.398853,20.177046,4185.732,17.938519,34.70128,16.192675,13.217569,309.12546,58.9651,35.879368,9.0976715,8.6768465,12.114223,54.075085,95.50217,49.663105,193.60844,18.87087,11.0464325,54.85787,22.461586,28.260798,119.84178,11.833051,1.4678797,36.627567,11.684562,1282.6677,23.172585,0.5205943,57.220665,14.888651,135.44348,71.75677,94.42107,9.477305,102.697845,342.58157,232.14879,32.67558,222.3256,54.19888,45.853874,69.01693,138.21657,21.08402,52.49832,468.83322,8.193405,15.061343,266.68994,21.364574,9.792403,47.158737,42.026955,487.21533,132.17986,167.69696,1853.6683,47.057487,1616.1396,1486.6398,9.534422,7.7757726,1499.1981,18.16275,13.163318,394.6808,28.87369,50.83851,25.369335,79.686165,254.55087,380.88412,4.3725157,36.52837,95.010605,338.6732,7.1026616,86.27821,8.590793,1.3962154,57.83751,1.0138696,1.1890868,3.4549406,10.496489,25.528328,16.51107,24.571909,252.25438,42.74832,21.83823,32.088207,10.616898,106.78663,5.5227375,99.320076,8.153629,62.820675,9.879885,13.668169,26.272223,8.892641,28.355742,18.629368,1.0740013,55.388752,9.857221,217.14702,6.767351,256.68774,19.48306,1147.0027,115.50499,2.9453688,9.283793,138.69382,174.06342,897.52094,940.50714 +2023-01-28 06:00:00,0.0,2151.6475,35.889145,5.7937155,16.629635,22.128225,198.83688,26.18057,43.858654,17.485947,25.686022,241.64355,130.24619,13.181875,51.685913,4.7665935,3.610658,38.606663,90.431114,57.666603,479.4559,36.01258,488.3858,136.03215,47.096664,119.38185,243.11803,79.09119,991.862,258.1086,2227.247,51.258133,2438.1775,613.28973,35.16687,28.483082,182.75989,231.18454,306.74963,885.3532,40.120968,16.691696,10.075942,473.0047,371.2044,104.00038,6.4965625,593.25366,13.7007675,592.5633,9.8638115,31.075563,0.0,892.3617,1754.1716,0.27930823,56.478928,14.7086735,11056.555,33.847717,1.409211,4.9795694,15.731136,13.906692,4.7846622,8.811175,291.06705,40.287186,4.1126,0.84054255,5.405824,272.7349,0.66074723,149.03595,94.71855,2564.6265,133.49933,105.93892,186.35349,805.1558,72.52714,54.291878,1152.0792,49.049656,82.89507,9.869319,29.202404,220.38763,12.260271,9.576103,59.410877,20.18302,4186.004,17.938362,34.72379,16.193487,13.223127,309.18817,58.97874,35.89718,9.100391,8.680179,12.110673,54.07248,95.5345,49.691532,193.62933,18.871805,11.056572,54.873814,22.45613,28.240217,119.850296,11.818952,1.4676008,36.650013,11.682047,1281.8752,23.176807,0.5201325,57.273186,14.8939905,135.46722,71.73306,94.40617,9.479939,102.72177,342.5969,232.12953,32.68554,222.29532,54.15457,45.851032,69.01608,138.28781,21.096693,52.517727,468.80304,8.2013855,15.075787,266.79297,21.360254,9.794146,47.193584,42.053345,487.57364,132.25494,167.70491,1854.3503,46.975437,1616.0004,1486.4044,9.5297575,7.768347,1498.8378,18.154364,13.153831,394.6063,28.855846,50.810886,25.36354,79.62344,254.53194,380.7981,4.370774,36.513535,94.89427,338.6156,7.0976706,86.27045,8.587231,1.3959366,57.835087,1.0139142,1.1892444,3.4554565,10.495493,25.518742,16.506985,24.576612,251.7027,42.731853,21.824308,32.07762,10.61106,106.820564,5.5122313,99.43011,8.149194,62.80481,9.858755,13.633044,26.241667,8.890524,28.322006,18.597178,1.0737588,55.373707,9.856322,217.13914,6.7663116,256.62222,19.478674,1147.2078,115.477646,2.9450252,9.281883,138.66739,174.03265,897.4503,940.60754 +2023-01-28 07:00:00,0.0,2151.075,35.87269,5.78796,16.583124,22.111801,198.72646,26.174942,43.844807,17.483511,25.68151,241.65096,130.24101,13.178299,51.67844,4.7733107,3.6154888,38.58749,90.5449,57.716747,479.21545,36.04783,487.9125,136.04893,47.1465,119.49095,242.8693,79.10556,992.103,258.11514,2226.3818,51.287903,2437.5688,613.79974,35.194008,28.499716,182.91754,231.18175,306.78192,885.96204,40.119625,16.68063,10.075017,472.95563,371.4473,104.08086,6.495368,593.3179,13.702975,592.5583,9.869876,31.07866,0.0,892.5905,1754.1836,0.2793496,56.42755,14.709298,11058.354,33.860176,1.4098693,4.9783154,15.73139,13.91709,4.788872,8.811527,291.1519,40.264862,4.1115475,0.84084797,5.409997,272.97223,0.6601651,149.05315,94.6539,2565.9158,133.38452,105.96863,186.40883,805.21155,72.57934,54.326176,1152.8066,49.04062,82.90307,9.868833,29.21733,220.43445,12.262846,9.575073,59.422897,20.188995,4186.2764,17.938204,34.746304,16.1943,13.228685,309.25092,58.992382,35.914986,9.10311,8.683512,12.107123,54.069878,95.566826,49.71996,193.65022,18.872742,11.066711,54.889763,22.450672,28.219635,119.85881,11.8048525,1.4673219,36.67246,11.679532,1281.0828,23.18103,0.5196707,57.325706,14.899329,135.49097,71.709366,94.39128,9.482574,102.7457,342.6122,232.11026,32.6955,222.26505,54.11026,45.848194,69.015236,138.35905,21.109365,52.53713,468.77283,8.209366,15.09023,266.89603,21.355934,9.795887,47.228428,42.07974,487.93195,132.33002,167.71284,1855.0325,46.893387,1615.861,1486.1692,9.525094,7.7609205,1498.4773,18.145979,13.144343,394.53177,28.838005,50.783268,25.357746,79.56072,254.51302,380.71207,4.369032,36.498703,94.77794,338.55804,7.092679,86.26268,8.583669,1.3956578,57.832664,1.0139588,1.1894021,3.4559724,10.494497,25.509155,16.502897,24.581318,251.15102,42.71539,21.810389,32.067036,10.605223,106.8545,5.5017247,99.540146,8.144758,62.788944,9.837626,13.59792,26.211111,8.888407,28.288269,18.564985,1.0735164,55.358665,9.855424,217.13126,6.7652726,256.5567,19.474287,1147.4128,115.450294,2.9446814,9.279973,138.64095,174.00188,897.3797,940.70795 +2023-01-28 08:00:00,0.0,2150.5024,35.85623,5.782204,16.536615,22.095377,198.61601,26.169315,43.83096,17.481077,25.677,241.65834,130.23586,13.174723,51.670967,4.7800283,3.6203198,38.56832,90.65868,57.76689,478.975,36.083076,487.43918,136.06572,47.19634,119.60005,242.62056,79.119934,992.34406,258.1217,2225.5164,51.31767,2436.9604,614.30975,35.221146,28.516352,183.0752,231.17896,306.8142,886.5708,40.11828,16.669563,10.074093,472.90656,371.6902,104.16133,6.494174,593.3821,13.705184,592.5532,9.87594,31.081757,0.0,892.81934,1754.1956,0.279391,56.37617,14.709923,11060.153,33.872635,1.4105276,4.977061,15.731642,13.927489,4.7930813,8.811879,291.23676,40.242535,4.110495,0.8411534,5.4141703,273.20956,0.6595829,149.07034,94.58925,2567.205,133.26971,105.998344,186.46416,805.2673,72.63154,54.360477,1153.534,49.03158,82.911064,9.868347,29.232258,220.48125,12.265421,9.574044,59.43492,20.19497,4186.5483,17.938047,34.768818,16.195112,13.234244,309.31363,59.006023,35.932796,9.10583,8.686844,12.103573,54.067272,95.59916,49.748386,193.67111,18.873676,11.076851,54.90571,22.445215,28.199055,119.867325,11.790752,1.467043,36.6949,11.677018,1280.2903,23.185253,0.5192089,57.378227,14.904668,135.5147,71.68566,94.37639,9.4852085,102.76962,342.62753,232.091,32.705463,222.23476,54.065952,45.845352,69.01438,138.4303,21.122038,52.556534,468.7426,8.217346,15.104673,266.99905,21.351614,9.797629,47.263275,42.10613,488.29022,132.4051,167.7208,1855.7144,46.811337,1615.7217,1485.9338,9.52043,7.7534947,1498.117,18.137592,13.134857,394.45728,28.820162,50.755646,25.351954,79.498,254.49408,380.62604,4.36729,36.48387,94.661606,338.50046,7.087688,86.25491,8.580108,1.395379,57.83024,1.0140034,1.1895597,3.4564884,10.493502,25.49957,16.49881,24.586021,250.59933,42.698925,21.796467,32.05645,10.599385,106.88844,5.4912186,99.650185,8.140323,62.77308,9.816498,13.562796,26.180555,8.886291,28.254532,18.532795,1.073274,55.34362,9.854526,217.12338,6.7642336,256.49115,19.4699,1147.6179,115.42295,2.9443378,9.278063,138.61452,173.9711,897.309,940.80835 +2023-01-28 09:00:00,0.0,2149.93,35.83978,5.7764487,16.490105,22.07895,198.50558,26.163687,43.817112,17.478643,25.672487,241.66573,130.23068,13.171146,51.663494,4.7867455,3.6251507,38.54915,90.77248,57.817036,478.73456,36.11833,486.96588,136.0825,47.246178,119.70915,242.37183,79.1343,992.58514,258.12823,2224.6511,51.347435,2436.3518,614.8198,35.248283,28.532986,183.23286,231.17618,306.8465,887.1796,40.116936,16.658497,10.073168,472.85745,371.93307,104.24181,6.4929795,593.4463,13.707392,592.5482,9.882004,31.084854,0.0,893.0481,1754.2074,0.27943236,56.32479,14.710548,11061.953,33.885094,1.4111859,4.975806,15.731895,13.937888,4.797291,8.812231,291.3216,40.220207,4.1094427,0.84145874,5.418343,273.4469,0.65900075,149.08752,94.5246,2568.4944,133.1549,106.02807,186.51949,805.32306,72.68374,54.39478,1154.2615,49.02255,82.91906,9.867861,29.247185,220.52805,12.267996,9.573015,59.44694,20.200945,4186.821,17.93789,34.791332,16.195923,13.239802,309.37634,59.019665,35.950603,9.108549,8.690176,12.100023,54.064667,95.63149,49.776814,193.692,18.874613,11.086991,54.921654,22.439758,28.178474,119.87585,11.776653,1.4667641,36.717346,11.674503,1279.4978,23.189476,0.51874715,57.430744,14.9100065,135.53844,71.661964,94.361496,9.487843,102.79355,342.64288,232.07173,32.715424,222.20447,54.02164,45.842514,69.013535,138.50156,21.13471,52.575935,468.71243,8.2253275,15.119116,267.10208,21.347294,9.799371,47.29812,42.13252,488.64853,132.4802,167.72873,1856.3964,46.729286,1615.5824,1485.6985,9.515766,7.7460685,1497.7565,18.129206,13.12537,394.38278,28.802319,50.728024,25.346159,79.43528,254.47514,380.54,4.365548,36.469036,94.54528,338.4429,7.082697,86.24715,8.576546,1.3951,57.827816,1.014048,1.1897174,3.4570045,10.492506,25.489985,16.494722,24.590725,250.04765,42.68246,21.782545,32.045868,10.593549,106.92238,5.4807124,99.760216,8.135887,62.757214,9.795368,13.527672,26.15,8.884173,28.220797,18.500605,1.0730315,55.32858,9.853628,217.1155,6.763194,256.42563,19.465513,1147.8229,115.3956,2.943994,9.276153,138.58809,173.94032,897.2384,940.90875 +2023-01-28 10:00:00,0.0,2149.3574,35.823322,5.7706933,16.443596,22.062527,198.39516,26.158058,43.80327,17.476208,25.667976,241.67313,130.22551,13.16757,51.65602,4.7934628,3.6299815,38.52998,90.88626,57.867184,478.4941,36.153576,486.49258,136.09929,47.296013,119.81825,242.1231,79.148674,992.8262,258.13477,2223.786,51.3772,2435.7432,615.32983,35.27542,28.549622,183.39052,231.17339,306.87878,887.78845,40.115593,16.64743,10.072243,472.80838,372.17596,104.32229,6.491785,593.5105,13.7095995,592.54315,9.888068,31.087952,0.0,893.277,1754.2194,0.27947372,56.273415,14.711173,11063.753,33.897552,1.4118441,4.9745517,15.732147,13.948287,4.8015003,8.812583,291.40643,40.19788,4.1083903,0.84176415,5.422516,273.68423,0.6584186,149.10472,94.459946,2569.7837,133.0401,106.057785,186.57481,805.3788,72.73594,54.429077,1154.9889,49.01351,82.927055,9.867375,29.262112,220.57486,12.270571,9.571985,59.458965,20.20692,4187.093,17.937733,34.813843,16.196735,13.24536,309.4391,59.033306,35.968414,9.111269,8.693508,12.096473,54.06206,95.663826,49.80524,193.71289,18.875547,11.097131,54.9376,22.434301,28.157894,119.88436,11.762554,1.4664853,36.73979,11.6719885,1278.7052,23.1937,0.51828533,57.483265,14.915345,135.56218,71.63826,94.3466,9.490478,102.817474,342.6582,232.05247,32.725384,222.17418,53.97733,45.839672,69.01269,138.5728,21.147383,52.59534,468.68222,8.233308,15.133559,267.2051,21.342974,9.801113,47.332966,42.15891,489.00684,132.55527,167.73668,1857.0784,46.647236,1615.443,1485.4633,9.511102,7.738642,1497.3961,18.12082,13.115883,394.30826,28.784475,50.700405,25.340366,79.37256,254.4562,380.45398,4.3638062,36.454205,94.42895,338.3853,7.0777054,86.23938,8.572984,1.3948212,57.825394,1.0140926,1.1898751,3.4575205,10.49151,25.480398,16.490635,24.59543,249.49597,42.665993,21.768625,32.035282,10.587711,106.956314,5.4702063,99.870255,8.131452,62.74135,9.77424,13.492547,26.119444,8.882056,28.18706,18.468414,1.0727891,55.313534,9.85273,217.10762,6.762155,256.3601,19.461126,1148.028,115.368256,2.9436505,9.274242,138.56166,173.90955,897.1677,941.0092 +2023-01-28 11:00:00,0.0,2148.785,35.806866,5.7649374,16.397085,22.046103,198.28471,26.152431,43.78942,17.473774,25.663465,241.68051,130.22035,13.163994,51.64855,4.8001804,3.6348126,38.51081,91.000046,57.917328,478.25366,36.188824,486.0193,136.11607,47.34585,119.92735,241.87436,79.16305,993.0672,258.1413,2222.9207,51.406967,2435.1348,615.83984,35.30256,28.566256,183.54819,231.1706,306.91107,888.3973,40.114246,16.636364,10.071318,472.7593,372.41885,104.40276,6.4905906,593.57465,13.711807,592.53815,9.894133,31.09105,0.0,893.50574,1754.2312,0.27951512,56.222034,14.711798,11065.552,33.910007,1.4125024,4.973297,15.732399,13.958686,4.80571,8.812936,291.49127,40.175552,4.1073375,0.84206957,5.4266887,273.92154,0.65783644,149.12192,94.395294,2571.073,132.9253,106.0875,186.63014,805.4346,72.78814,54.46338,1155.7163,49.004475,82.93505,9.866889,29.27704,220.62166,12.273146,9.570956,59.47099,20.212894,4187.3647,17.937574,34.836357,16.197548,13.250919,309.5018,59.046947,35.98622,9.113988,8.696841,12.092923,54.05946,95.69616,49.833668,193.73378,18.876484,11.10727,54.953545,22.428844,28.137314,119.892876,11.748454,1.4662063,36.762234,11.669474,1277.9127,23.197924,0.5178236,57.535786,14.920684,135.58592,71.61456,94.33171,9.493112,102.8414,342.67352,232.0332,32.735344,222.14389,53.93302,45.836834,69.01183,138.64404,21.160053,52.614742,468.65204,8.241288,15.148003,267.30814,21.338654,9.802855,47.36781,42.1853,489.36514,132.63036,167.74461,1857.7605,46.565186,1615.3037,1485.2279,9.506438,7.7312164,1497.0356,18.112432,13.106396,394.23376,28.766634,50.672783,25.334572,79.30984,254.43727,380.36795,4.3620644,36.43937,94.312614,338.32776,7.0727143,86.23161,8.569422,1.3945423,57.82297,1.0141371,1.1900327,3.4580364,10.490515,25.470812,16.486547,24.600134,248.94429,42.64953,21.754704,32.024696,10.581874,106.99026,5.4596996,99.980286,8.127016,62.725483,9.75311,13.457423,26.088888,8.879939,28.153322,18.436222,1.0725466,55.29849,9.851831,217.09973,6.761116,256.29456,19.45674,1148.233,115.340904,2.943307,9.272332,138.53523,173.87877,897.0971,941.1096 +2023-01-28 12:00:00,0.0,2148.2124,35.79041,5.759182,16.350574,22.029678,198.17429,26.146803,43.775574,17.47134,25.658955,241.6879,130.21518,13.160418,51.641075,4.8068976,3.6396434,38.49164,91.11383,57.967472,478.0132,36.22407,485.546,136.13286,47.395687,120.03645,241.62564,79.177414,993.3082,258.14783,2222.0554,51.436733,2434.5261,616.34985,35.329697,28.58289,183.70584,231.1678,306.94336,889.00604,40.112904,16.625298,10.070393,472.71024,372.66174,104.483246,6.4893966,593.63885,13.714015,592.53314,9.900197,31.094145,0.0,893.7346,1754.2432,0.27955648,56.170654,14.712422,11067.352,33.922466,1.4131608,4.9720426,15.732653,13.969085,4.8099194,8.813288,291.57614,40.153225,4.106285,0.8423749,5.430862,274.15887,0.6572543,149.13911,94.33064,2572.3625,132.81049,106.11722,186.68549,805.4903,72.84034,54.497677,1156.4438,48.99544,82.94305,9.866403,29.291967,220.66846,12.275721,9.569927,59.48301,20.21887,4187.637,17.937418,34.85887,16.19836,13.256477,309.5645,59.06059,36.004032,9.116708,8.700173,12.089374,54.056854,95.72849,49.8621,193.75467,18.877419,11.11741,54.96949,22.423388,28.116732,119.90139,11.734355,1.4659274,36.78468,11.666959,1277.1202,23.202147,0.51736176,57.588306,14.926023,135.60965,71.59086,94.31682,9.495746,102.865326,342.68887,232.01395,32.745308,222.1136,53.88871,45.833992,69.01099,138.71529,21.172726,52.634148,468.62183,8.249269,15.162445,267.41116,21.334333,9.804596,47.402657,42.21169,489.72345,132.70544,167.75256,1858.4424,46.483135,1615.1644,1484.9927,9.501774,7.72379,1496.6752,18.104046,13.096909,394.15924,28.74879,50.64516,25.32878,79.247116,254.41833,380.28192,4.3603225,36.424538,94.19628,338.27017,7.0677233,86.22385,8.56586,1.3942635,57.82055,1.0141817,1.1901904,3.4585526,10.489519,25.461226,16.48246,24.60484,248.39261,42.633064,21.740784,32.014114,10.576037,107.02419,5.4491935,100.090324,8.122581,62.709618,9.731981,13.422298,26.058332,8.877822,28.119587,18.404032,1.0723042,55.283447,9.850933,217.09186,6.7600765,256.22903,19.452353,1148.4381,115.31356,2.9429631,9.270422,138.5088,173.84799,897.0265,941.21 +2023-01-28 13:00:00,0.0,2147.64,35.773952,5.7534266,16.304066,22.013252,198.06386,26.141174,43.761726,17.468904,25.654442,241.6953,130.21,13.15684,51.633602,4.813615,3.6444743,38.47247,91.22762,58.017616,477.77277,36.259323,485.0727,136.14964,47.445526,120.14555,241.3769,79.19179,993.54926,258.1544,2221.1902,51.4665,2433.9175,616.8599,35.356834,28.599525,183.8635,231.16501,306.97565,889.61487,40.11156,16.614231,10.0694685,472.66113,372.90463,104.56372,6.488202,593.70306,13.716223,592.5281,9.9062605,31.097242,0.0,893.9634,1754.255,0.27959785,56.119278,14.713047,11069.151,33.934925,1.4138191,4.9707885,15.732904,13.979484,4.814129,8.81364,291.66098,40.1309,4.1052327,0.84268034,5.4350348,274.3962,0.65667206,149.1563,94.266,2573.6519,132.69568,106.14693,186.74081,805.546,72.89253,54.53198,1157.1713,48.986404,82.95104,9.865917,29.306896,220.71527,12.278296,9.568898,59.495033,20.224844,4187.909,17.93726,34.881386,16.199173,13.262035,309.62726,59.07423,36.021843,9.119428,8.7035055,12.085823,54.05425,95.760826,49.890526,193.77556,18.878355,11.12755,54.985435,22.41793,28.096151,119.909904,11.720256,1.4656485,36.807125,11.664444,1276.3278,23.20637,0.5169,57.640827,14.931362,135.63339,71.56716,94.301926,9.498381,102.889244,342.7042,231.99467,32.75527,222.08331,53.844402,45.831154,69.01013,138.78653,21.185398,52.65355,468.59164,8.257249,15.176888,267.51422,21.330013,9.806338,47.4375,42.238083,490.08176,132.78052,167.7605,1859.1244,46.401085,1615.025,1484.7573,9.49711,7.7163644,1496.3148,18.095661,13.087421,394.08475,28.730947,50.617542,25.322985,79.184395,254.3994,380.1959,4.3585806,36.409706,94.07995,338.21262,7.0627317,86.21608,8.562298,1.3939846,57.818123,1.0142263,1.190348,3.4590685,10.4885235,25.45164,16.478373,24.609543,247.84093,42.6166,21.726862,32.00353,10.5702,107.05813,5.4386873,100.20036,8.118145,62.693752,9.710853,13.387175,26.027779,8.875706,28.08585,18.371841,1.0720618,55.268402,9.850035,217.08397,6.7590375,256.16348,19.447966,1148.6432,115.28622,2.9426196,9.268512,138.48238,173.81723,896.9558,941.3104 +2023-01-28 14:00:00,0.0,2147.0674,35.757496,5.747671,16.257555,21.996828,197.95341,26.135548,43.747883,17.46647,25.649931,241.70268,130.20485,13.153264,51.62613,4.8203325,3.6493053,38.453297,91.34141,58.06776,477.53232,36.29457,484.5994,136.16643,47.495365,120.254654,241.12817,79.20616,993.7903,258.16092,2220.325,51.49627,2433.3088,617.36993,35.383972,28.61616,184.02116,231.16222,307.00793,890.2237,40.110214,16.603165,10.068543,472.61206,373.14752,104.644196,6.4870076,593.7672,13.7184305,592.5231,9.912325,31.10034,0.0,894.19226,1754.267,0.27963924,56.067898,14.713672,11070.95,33.947384,1.4144773,4.969534,15.733158,13.989882,4.8183384,8.813992,291.74582,40.108574,4.1041803,0.84298575,5.4392076,274.63354,0.6560899,149.1735,94.20135,2574.9412,132.58087,106.17664,186.79614,805.6018,72.94473,54.56628,1157.8987,48.977367,82.95904,9.865431,29.321823,220.76207,12.280871,9.567868,59.507057,20.23082,4188.1816,17.937103,34.903896,16.199986,13.267593,309.68997,59.08787,36.03965,9.122147,8.706838,12.0822735,54.051647,95.79316,49.918953,193.79645,18.87929,11.13769,55.00138,22.412474,28.075571,119.91842,11.706156,1.4653696,36.829567,11.661929,1275.5353,23.210592,0.5164382,57.693348,14.936701,135.65714,71.54346,94.28703,9.501015,102.91317,342.7195,231.97542,32.76523,222.05302,53.80009,45.828312,69.009285,138.85779,21.19807,52.672955,468.56143,8.265229,15.191332,267.61725,21.325693,9.80808,47.472343,42.264473,490.44006,132.8556,167.76845,1859.8064,46.319035,1614.8857,1484.522,9.492446,7.708938,1495.9543,18.087275,13.077935,394.01025,28.713104,50.58992,25.31719,79.12167,254.38046,380.10986,4.356838,36.39487,93.96362,338.15503,7.0577407,86.20831,8.558737,1.3937057,57.8157,1.0142709,1.1905057,3.4595845,10.487528,25.442055,16.474285,24.614246,247.28925,42.600136,21.712942,31.992943,10.564363,107.09207,5.428181,100.310394,8.113709,62.677887,9.689723,13.35205,25.997223,8.873589,28.052113,18.33965,1.0718193,55.253357,9.849136,217.0761,6.7579985,256.09796,19.44358,1148.8483,115.258865,2.9422758,9.266602,138.45595,173.78645,896.8852,941.4108 +2023-01-28 15:00:00,0.0,2146.4949,35.741043,5.741915,16.211046,21.980404,197.84299,26.12992,43.734035,17.464035,25.64542,241.71007,130.19968,13.149688,51.618656,4.8270497,3.6541362,38.434128,91.45519,58.11791,477.29187,36.32982,484.1261,136.18321,47.5452,120.363754,240.87944,79.22053,994.0314,258.16745,2219.4597,51.526035,2432.7004,617.87994,35.41111,28.632795,184.17882,231.15942,307.04022,890.8325,40.10887,16.592098,10.067618,472.563,373.3904,104.72468,6.485813,593.8314,13.720638,592.518,9.918389,31.103437,0.0,894.421,1754.2788,0.2796806,56.016518,14.714296,11072.75,33.959843,1.4151356,4.9682794,15.73341,14.000281,4.822548,8.814343,291.8307,40.086246,4.103128,0.8432911,5.4433804,274.87085,0.65550774,149.19069,94.136696,2576.2305,132.46606,106.20636,186.85147,805.65753,72.99693,54.60058,1158.6261,48.968334,82.96703,9.864945,29.33675,220.80887,12.283446,9.566839,59.519077,20.236795,4188.4536,17.936945,34.92641,16.200798,13.273152,309.7527,59.101513,36.05746,9.1248665,8.71017,12.078723,54.04904,95.82549,49.94738,193.81734,18.880226,11.147829,55.017326,22.407017,28.05499,119.92693,11.692057,1.4650908,36.852013,11.659414,1274.7428,23.214817,0.51597637,57.74587,14.9420395,135.68086,71.51976,94.27214,9.50365,102.937096,342.73486,231.95615,32.775192,222.02275,53.75578,45.825474,69.00844,138.92903,21.210743,52.692356,468.53125,8.273211,15.205774,267.72028,21.321373,9.809822,47.50719,42.290863,490.79834,132.9307,167.77638,1860.4885,46.236984,1614.7465,1484.2867,9.487782,7.701512,1495.594,18.078888,13.068448,393.93573,28.695263,50.562298,25.311398,79.05895,254.36153,380.02383,4.3550963,36.38004,93.84729,338.09747,7.0527496,86.20055,8.555175,1.3934269,57.81328,1.0143155,1.1906635,3.4601007,10.486532,25.432468,16.470198,24.618952,246.73756,42.583668,21.69902,31.982359,10.558525,107.12601,5.4176745,100.42043,8.109274,62.66202,9.668594,13.316926,25.966667,8.871471,28.018377,18.307459,1.0715768,55.238316,9.848238,217.0682,6.756959,256.03244,19.439194,1149.0533,115.23152,2.9419322,9.264692,138.42952,173.75568,896.8145,941.5113 +2023-01-28 16:00:00,0.0,2145.9224,35.724586,5.73616,16.164536,21.963978,197.73256,26.12429,43.72019,17.461601,25.64091,241.71747,130.1945,13.1461115,51.611183,4.833767,3.658967,38.414955,91.56898,58.168053,477.05142,36.365067,483.6528,136.2,47.59504,120.472855,240.6307,79.2349,994.2724,258.17398,2218.5945,51.5558,2432.0918,618.39,35.438248,28.64943,184.33649,231.15663,307.0725,891.44135,40.10753,16.581032,10.066693,472.51392,373.6333,104.80515,6.484619,593.8956,13.722846,592.513,9.924454,31.106535,0.0,894.64984,1754.2908,0.27972198,55.96514,14.714921,11074.55,33.9723,1.4157939,4.967025,15.733664,14.01068,4.8267574,8.814695,291.91553,40.06392,4.1020756,0.8435965,5.4475536,275.1082,0.6549256,149.20789,94.072044,2577.5198,132.35126,106.23608,186.9068,805.71326,73.04913,54.63488,1159.3535,48.959297,82.97503,9.864459,29.351677,220.85568,12.286021,9.56581,59.5311,20.24277,4188.7256,17.936789,34.948925,16.20161,13.27871,309.81543,59.115154,36.075268,9.127585,8.713503,12.075173,54.046436,95.85783,49.975807,193.83823,18.88116,11.1579685,55.03327,22.40156,28.03441,119.93545,11.677957,1.4648118,36.87446,11.656899,1273.9503,23.21904,0.5155146,57.798386,14.947378,135.7046,71.496056,94.25725,9.506284,102.96102,342.75018,231.93689,32.785152,221.99246,53.71147,45.82263,69.00758,139.00027,21.223415,52.71176,468.50104,8.281191,15.220218,267.8233,21.31705,9.8115635,47.542034,42.317253,491.15665,133.00578,167.78433,1861.1705,46.154934,1614.6072,1484.0514,9.483118,7.694086,1495.2335,18.070501,13.058961,393.86124,28.67742,50.53468,25.305603,78.99623,254.34259,379.9378,4.3533545,36.365208,93.73096,338.0399,7.047758,86.19278,8.551613,1.3931481,57.810856,1.0143601,1.190821,3.4606166,10.485537,25.422882,16.46611,24.623655,246.18588,42.567204,21.6851,31.971775,10.552689,107.15994,5.4071684,100.53047,8.104838,62.646156,9.647466,13.281801,25.936111,8.869354,27.98464,18.275269,1.0713344,55.22327,9.84734,217.06032,6.75592,255.9669,19.434807,1149.2584,115.20417,2.9415886,9.262782,138.40309,173.7249,896.7439,941.6117 +2023-01-28 17:00:00,0.0,2145.35,35.70813,5.7304044,16.118027,21.947554,197.62212,26.118664,43.70634,17.459167,25.636396,241.72485,130.18935,13.142535,51.60371,4.8404846,3.6637979,38.395786,91.68277,58.218197,476.81097,36.400314,483.1795,136.2168,47.644875,120.581955,240.38197,79.249275,994.5134,258.1805,2217.7292,51.585567,2431.4832,618.9,35.465385,28.666065,184.49414,231.15384,307.1048,892.0501,40.106182,16.569965,10.065768,472.4648,373.8762,104.88563,6.4834247,593.95984,13.725054,592.50793,9.930517,31.10963,0.0,894.87866,1754.3027,0.27976337,55.91376,14.715547,11076.349,33.98476,1.4164522,4.9657702,15.733915,14.021079,4.830967,8.815047,292.00037,40.04159,4.1010227,0.84390193,5.4517264,275.34552,0.6543434,149.22507,94.00739,2578.809,132.23645,106.26579,186.96214,805.76904,73.10133,54.66918,1160.0809,48.95026,82.983025,9.863973,29.366606,220.90248,12.288596,9.56478,59.543125,20.248745,4188.998,17.93663,34.97144,16.202423,13.284268,309.87814,59.128796,36.09308,9.130305,8.716835,12.071623,54.04383,95.89016,50.004234,193.85912,18.882095,11.168109,55.049217,22.396103,28.013828,119.94396,11.663857,1.464533,36.8969,11.654385,1273.1578,23.223263,0.5150528,57.850906,14.952717,135.72835,71.47236,94.242355,9.508918,102.98495,342.7655,231.91762,32.795113,221.96217,53.66716,45.819794,69.00674,139.07152,21.236088,52.731163,468.47083,8.289171,15.234661,267.92633,21.31273,9.813306,47.57688,42.343643,491.51495,133.08086,167.79227,1861.8525,46.072884,1614.4678,1483.8162,9.478454,7.68666,1494.873,18.062115,13.049474,393.78674,28.659576,50.507057,25.29981,78.93352,254.32365,379.85178,4.3516126,36.350372,93.614624,337.98233,7.042767,86.18501,8.548051,1.3928691,57.80843,1.0144047,1.1909788,3.4611325,10.484541,25.413296,16.462023,24.62836,245.6342,42.55074,21.671179,31.96119,10.546851,107.193886,5.396662,100.6405,8.100403,62.63029,9.626336,13.246677,25.905556,8.867238,27.950903,18.243078,1.071092,55.20823,9.846441,217.05244,6.754881,255.90137,19.43042,1149.4635,115.17683,2.9412448,9.260872,138.37666,173.69412,896.6733,941.7121 +2023-01-28 18:00:00,0.0,2144.7776,35.691673,5.7246485,16.071516,21.93113,197.51169,26.113035,43.692497,17.456732,25.631886,241.73224,130.18417,13.138959,51.596237,4.847202,3.668629,38.376614,91.796555,58.26834,476.57053,36.435566,482.7062,136.23358,47.694714,120.691055,240.13324,79.26365,994.75446,258.18707,2216.864,51.615334,2430.8748,619.41003,35.492523,28.6827,184.6518,231.15105,307.1371,892.65894,40.10484,16.558899,10.064844,472.41574,374.11908,104.96611,6.48223,594.02405,13.727262,592.5029,9.936582,31.112728,0.0,895.1075,1754.3146,0.27980474,55.862385,14.716171,11078.148,33.99722,1.4171104,4.9645157,15.734167,14.031478,4.8351765,8.815399,292.08524,40.019264,4.0999703,0.8442073,5.4558992,275.58286,0.65376127,149.24226,93.94274,2580.0984,132.12164,106.2955,187.01747,805.82477,73.153534,54.70348,1160.8083,48.941227,82.99102,9.863487,29.381533,220.9493,12.291171,9.563751,59.555145,20.25472,4189.27,17.936474,34.99395,16.203236,13.289827,309.94086,59.142437,36.110886,9.133024,8.720167,12.068073,54.04123,95.922485,50.03266,193.88,18.883032,11.178248,55.065163,22.390646,27.993248,119.952484,11.649758,1.464254,36.919346,11.65187,1272.3654,23.227486,0.51459104,57.903427,14.9580555,135.75209,71.448654,94.22746,9.511553,103.00887,342.78085,231.89836,32.805077,221.93188,53.62285,45.81695,69.00589,139.14276,21.24876,52.75057,468.44064,8.297152,15.249104,268.02936,21.30841,9.815047,47.611725,42.370033,491.87326,133.15594,167.80022,1862.5344,45.990833,1614.3285,1483.5808,9.47379,7.6792336,1494.5127,18.053728,13.039987,393.71222,28.641733,50.479435,25.294016,78.8708,254.30472,379.76575,4.3498707,36.33554,93.4983,337.92474,7.037776,86.177246,8.544489,1.3925903,57.806007,1.0144492,1.1911364,3.4616487,10.483544,25.40371,16.457935,24.633064,245.08252,42.534275,21.657257,31.950605,10.541014,107.22782,5.386156,100.75054,8.095967,62.614426,9.605207,13.211553,25.875,8.865121,27.917168,18.210886,1.0708495,55.193184,9.845543,217.04456,6.7538414,255.83583,19.426033,1149.6685,115.149475,2.9409013,9.258962,138.35023,173.66335,896.6026,941.8125 +2023-01-28 19:00:00,0.0,2144.205,35.675217,5.718893,16.025007,21.914703,197.40126,26.107407,43.67865,17.454298,25.627375,241.73964,130.179,13.135383,51.58876,4.853919,3.6734598,38.357445,91.91034,58.31849,476.33008,36.470814,482.2329,136.25037,47.74455,120.800156,239.8845,79.278015,994.9955,258.1936,2215.9988,51.6451,2430.266,619.92004,35.51966,28.699335,184.80946,231.14825,307.16937,893.26776,40.103493,16.547832,10.063919,472.36667,374.36197,105.046585,6.4810357,594.0882,13.729469,592.4979,9.942646,31.115826,0.0,895.3363,1754.3265,0.2798461,55.811005,14.716796,11079.948,34.009674,1.4177687,4.963261,15.734421,14.041877,4.839386,8.815752,292.17007,39.99694,4.098918,0.8445127,5.460072,275.82016,0.6531791,149.25946,93.87809,2581.3877,132.00684,106.325226,187.0728,805.88055,73.205734,54.73778,1161.5358,48.93219,82.999016,9.863001,29.396461,220.9961,12.293746,9.562722,59.56717,20.260695,4189.5425,17.936316,35.016464,16.204048,13.295385,310.0036,59.15608,36.128696,9.135744,8.723499,12.064524,54.038624,95.95482,50.06109,193.9009,18.883966,11.188388,55.08111,22.38519,27.972668,119.961,11.635658,1.4639751,36.941788,11.649355,1271.5729,23.231709,0.5141292,57.955948,14.963394,135.77582,71.42496,94.21257,9.514187,103.0328,342.79617,231.87909,32.815037,221.9016,53.57854,45.814114,69.005035,139.21402,21.261433,52.76997,468.41043,8.305132,15.263547,268.13242,21.30409,9.816789,47.646572,42.396423,492.23157,133.23103,167.80815,1863.2166,45.908783,1614.1892,1483.3455,9.469126,7.671808,1494.1522,18.045343,13.030499,393.63773,28.623892,50.451817,25.288223,78.808075,254.28578,379.67972,4.348129,36.320705,93.381966,337.8672,7.0327845,86.16948,8.540927,1.3923115,57.803585,1.0144938,1.1912941,3.4621646,10.482549,25.394123,16.453848,24.63777,244.53084,42.51781,21.643337,31.94002,10.535176,107.261765,5.3756495,100.86057,8.091533,62.59856,9.584078,13.176429,25.844444,8.863004,27.88343,18.178696,1.0706071,55.17814,9.844645,217.03668,6.7528024,255.77031,19.421646,1149.8735,115.12213,2.9405575,9.257051,138.3238,173.63257,896.532,941.9129 +2023-01-28 20:00:00,0.0,2143.6326,35.65876,5.7131376,15.978497,21.89828,197.29082,26.101778,43.664803,17.451864,25.622864,241.74702,130.17384,13.131806,51.581287,4.8606367,3.6782906,38.338276,92.024124,58.368633,476.08963,36.50606,481.7596,136.26715,47.794388,120.909256,239.63577,79.29239,995.2366,258.20013,2215.1335,51.674866,2429.6575,620.4301,35.5468,28.71597,184.96712,231.14546,307.20166,893.8766,40.10215,16.536766,10.062994,472.31757,374.60486,105.12706,6.4798417,594.1524,13.731678,592.49286,9.94871,31.118923,0.0,895.56506,1754.3384,0.2798875,55.759624,14.717421,11081.747,34.022133,1.418427,4.962007,15.734673,14.052276,4.8435955,8.816104,292.2549,39.974613,4.0978656,0.8448181,5.4642453,276.0575,0.65259695,149.27666,93.813446,2582.6772,131.89203,106.35494,187.12813,805.9363,73.25793,54.772083,1162.2632,48.923153,83.00701,9.8625145,29.411388,221.0429,12.296322,9.561692,59.57919,20.26667,4189.8145,17.93616,35.03898,16.20486,13.300943,310.0663,59.16972,36.146507,9.138464,8.726832,12.060973,54.03602,95.98715,50.089516,193.92178,18.884903,11.198527,55.097054,22.379732,27.952087,119.96951,11.621559,1.4636962,36.964233,11.64684,1270.7804,23.235931,0.51366746,58.00847,14.968733,135.79956,71.40125,94.19768,9.516821,103.05672,342.8115,231.85983,32.824997,221.8713,53.53423,45.81127,69.00419,139.28526,21.274105,52.789375,468.38025,8.313112,15.27799,268.23544,21.29977,9.818531,47.681416,42.422817,492.58987,133.3061,167.8161,1863.8986,45.826733,1614.0498,1483.1102,9.464462,7.6643815,1493.7919,18.036957,13.021012,393.56323,28.606049,50.424194,25.282429,78.74535,254.26685,379.5937,4.346387,36.305874,93.26563,337.8096,7.0277934,86.16171,8.537365,1.3920325,57.801163,1.0145384,1.1914518,3.4626806,10.481553,25.384539,16.44976,24.642473,243.97916,42.501343,21.629416,31.929436,10.52934,107.2957,5.3651433,100.97061,8.087097,62.582695,9.562949,13.141304,25.813889,8.860887,27.849693,18.146505,1.0703646,55.163097,9.843746,217.0288,6.7517633,255.70477,19.41726,1150.0786,115.09479,2.940214,9.255141,138.29738,173.60179,896.4613,942.0133 +2023-01-28 21:00:00,0.0,2143.06,35.642307,5.7073817,15.931987,21.881855,197.18039,26.096151,43.650955,17.449429,25.618351,241.75441,130.16867,13.12823,51.573814,4.867354,3.6831217,38.319103,92.13792,58.418777,475.84918,36.54131,481.28632,136.28394,47.844227,121.01836,239.38704,79.30676,995.4776,258.20667,2214.2683,51.704636,2429.049,620.9401,35.573936,28.732605,185.12479,231.14267,307.23395,894.48535,40.100807,16.5257,10.062069,472.2685,374.84775,105.20754,6.478647,594.2166,13.733886,592.48785,9.954774,31.12202,0.0,895.7939,1754.3503,0.27992886,55.70825,14.718045,11083.547,34.03459,1.4190854,4.9607525,15.734926,14.0626745,4.847805,8.816456,292.33975,39.952286,4.096813,0.84512347,5.468418,276.29483,0.6520148,149.29385,93.748795,2583.9666,131.77722,106.38466,187.18346,805.992,73.31013,54.80638,1162.9907,48.91412,83.01501,9.862029,29.426315,221.0897,12.298897,9.560663,59.591213,20.272644,4190.087,17.936,35.061493,16.205671,13.306502,310.12903,59.18336,36.164314,9.141183,8.730165,12.057424,54.033413,96.019485,50.117943,193.94267,18.885838,11.208668,55.113003,22.374275,27.931505,119.97803,11.60746,1.4634173,36.98668,11.644325,1269.9879,23.240156,0.51320565,58.06099,14.974072,135.8233,71.377556,94.182785,9.519456,103.08064,342.82684,231.84056,32.834957,221.84102,53.48992,45.808434,69.00334,139.3565,21.286777,52.808777,468.35004,8.321093,15.292433,268.33847,21.29545,9.820272,47.71626,42.449207,492.94818,133.3812,167.82404,1864.5806,45.744682,1613.9105,1482.8749,9.459798,7.6569557,1493.4314,18.02857,13.011526,393.4887,28.588205,50.396572,25.276634,78.68263,254.24791,379.50766,4.344645,36.291042,93.1493,337.75204,7.0228024,86.153946,8.533804,1.3917537,57.79874,1.014583,1.1916094,3.4631968,10.480557,25.374952,16.445673,24.647177,243.42747,42.48488,21.615496,31.91885,10.523502,107.329636,5.354637,101.08065,8.082662,62.56683,9.541821,13.10618,25.783333,8.85877,27.815958,18.114315,1.0701221,55.148052,9.842848,217.02092,6.750724,255.63924,19.412872,1150.2837,115.06744,2.9398704,9.253231,138.27094,173.57103,896.3907,942.1138 +2023-01-28 22:00:00,0.0,2142.4875,35.62585,5.7016263,15.885477,21.86543,197.06996,26.090523,43.63711,17.446995,25.61384,241.76181,130.1635,13.124653,51.56634,4.874071,3.6879525,38.299934,92.2517,58.46892,475.60873,36.57656,480.81302,136.30072,47.894062,121.12746,239.1383,79.32113,995.7186,258.21323,2213.403,51.7344,2428.4404,621.45013,35.601074,28.749239,185.28244,231.1399,307.26624,895.0942,40.09946,16.514633,10.061144,472.21942,375.09064,105.28802,6.4774528,594.28076,13.7360935,592.4828,9.960838,31.125116,0.0,896.0227,1754.3622,0.27997023,55.656868,14.71867,11085.347,34.04705,1.4197437,4.959498,15.735178,14.073072,4.8520145,8.816808,292.42462,39.92996,4.095761,0.8454289,5.472591,276.53217,0.65143263,149.31104,93.68414,2585.2559,131.66241,106.41437,187.2388,806.0478,73.36233,54.840683,1163.7181,48.905083,83.023,9.861543,29.441242,221.1365,12.301472,9.559634,59.603237,20.27862,4190.359,17.935844,35.084007,16.206484,13.31206,310.19177,59.197002,36.182125,9.143903,8.733497,12.053873,54.03081,96.05182,50.14637,193.96356,18.886774,11.218807,55.12895,22.368816,27.910925,119.98654,11.59336,1.4631385,37.00912,11.64181,1269.1954,23.244379,0.5127439,58.113506,14.979411,135.84705,71.35385,94.16789,9.52209,103.10457,342.84216,231.8213,32.84492,221.81073,53.44561,45.80559,69.00249,139.42775,21.29945,52.828182,468.31985,8.329074,15.306876,268.4415,21.29113,9.822015,47.751106,42.475597,493.30646,133.45628,167.83199,1865.2625,45.662632,1613.7712,1482.6396,9.455134,7.6495295,1493.0709,18.020184,13.002039,393.4142,28.570364,50.368954,25.270842,78.61991,254.22897,379.42163,4.342903,36.276207,93.03297,337.69446,7.017811,86.14618,8.530242,1.3914748,57.796314,1.0146276,1.1917671,3.4637127,10.479562,25.365366,16.441586,24.651882,242.8758,42.468414,21.601574,31.908266,10.517665,107.36358,5.344131,101.19068,8.078226,62.550964,9.520691,13.071055,25.752777,8.856653,27.78222,18.082123,1.0698798,55.13301,9.841949,217.01303,6.749685,255.57372,19.408485,1150.4888,115.04009,2.9395266,9.251321,138.2445,173.54025,896.32007,942.2142 +2023-01-28 23:00:00,0.0,2141.915,35.609394,5.695871,15.838967,21.849005,196.95952,26.084894,43.623264,17.44456,25.60933,241.7692,130.15834,13.121077,51.55887,4.880789,3.6927834,38.28076,92.365486,58.519066,475.3683,36.61181,480.33972,136.3175,47.9439,121.23656,238.88957,79.3355,995.95966,258.21976,2212.5378,51.764168,2427.8318,621.9602,35.628212,28.765875,185.4401,231.1371,307.29852,895.703,40.098118,16.503567,10.06022,472.17035,375.33353,105.3685,6.4762583,594.345,13.738301,592.4778,9.966903,31.128214,0.0,896.2515,1754.3741,0.28001162,55.605488,14.719295,11087.1455,34.05951,1.4204019,4.9582434,15.735432,14.083471,4.856224,8.81716,292.50946,39.90763,4.094708,0.8457343,5.4767637,276.7695,0.6508505,149.32823,93.61949,2586.5452,131.5476,106.444084,187.29413,806.1035,73.41453,54.87498,1164.4456,48.896046,83.031,9.861057,29.456171,221.1833,12.304047,9.558605,59.615257,20.284595,4190.631,17.935686,35.106518,16.207296,13.317618,310.2545,59.210644,36.199932,9.146622,8.736829,12.0503235,54.028206,96.08415,50.174797,193.98445,18.887709,11.228947,55.144894,22.36336,27.890345,119.995056,11.579261,1.4628595,37.031567,11.639296,1268.403,23.248602,0.5122821,58.166027,14.98475,135.87077,71.330154,94.153,9.524725,103.128494,342.85748,231.80203,32.85488,221.78046,53.4013,45.802753,69.00164,139.49901,21.312122,52.847584,468.28964,8.337054,15.32132,268.54453,21.28681,9.823756,47.78595,42.501987,493.66476,133.53137,167.83994,1865.9446,45.58058,1613.6318,1482.4043,9.45047,7.642103,1492.7106,18.011797,12.992552,393.3397,28.55252,50.34133,25.265047,78.55719,254.21004,379.3356,4.3411613,36.261375,92.91664,337.6369,7.01282,86.13841,8.52668,1.391196,57.79389,1.0146722,1.1919247,3.4642286,10.478566,25.35578,16.437498,24.656586,242.32411,42.45195,21.587654,31.897682,10.511828,107.397514,5.3336244,101.30072,8.073791,62.5351,9.499562,13.035932,25.722221,8.854536,27.748484,18.049932,1.0696373,55.117966,9.841051,217.00516,6.748646,255.50818,19.404099,1150.6938,115.01274,2.939183,9.249411,138.21808,173.50948,896.2494,942.3146 +2023-01-29 00:00:00,0.0,2141.3425,35.592937,5.6901155,15.792458,21.83258,196.84909,26.079268,43.609417,17.442125,25.604818,241.77658,130.15317,13.1175,51.551395,4.887506,3.6976144,38.261593,92.47927,58.569214,475.12784,36.647057,479.86642,136.33429,47.993736,121.34566,238.64084,79.34988,996.2007,258.2263,2211.6724,51.793934,2427.2231,622.4702,35.65535,28.782509,185.59775,231.13431,307.3308,896.3118,40.096775,16.4925,10.059295,472.12125,375.57642,105.448975,6.475064,594.4092,13.740509,592.4727,9.972967,31.131311,0.0,896.48035,1754.3861,0.280053,55.55411,14.71992,11088.945,34.071968,1.4210602,4.956989,15.735683,14.09387,4.8604336,8.817512,292.5943,39.885307,4.0936556,0.84603965,5.480937,277.0068,0.65026826,149.34543,93.55484,2587.8345,131.4328,106.4738,187.34946,806.15924,73.46673,54.909283,1165.173,48.887012,83.038994,9.860571,29.471098,221.23012,12.306622,9.557575,59.62728,20.29057,4190.9033,17.93553,35.129032,16.208109,13.323176,310.3172,59.224285,36.217743,9.149342,8.740162,12.046774,54.0256,96.116486,50.203224,194.00534,18.888645,11.239087,55.16084,22.357903,27.869764,120.00357,11.565162,1.4625807,37.054012,11.636781,1267.6105,23.252825,0.5118203,58.218548,14.990088,135.89452,71.30645,94.13811,9.527359,103.15242,342.87283,231.78278,32.86484,221.75017,53.35699,45.79991,69.00079,139.57025,21.324795,52.86699,468.25943,8.345035,15.335762,268.64758,21.28249,9.825499,47.820797,42.528378,494.02307,133.60645,167.84787,1866.6266,45.49853,1613.4926,1482.169,9.4458065,7.6346774,1492.3501,18.003412,12.983065,393.2652,28.534678,50.31371,25.259254,78.49447,254.1911,379.24957,4.339419,36.246544,92.80031,337.5793,7.0078287,86.130646,8.523118,1.3909171,57.79147,1.0147167,1.1920824,3.4647446,10.477571,25.346193,16.43341,24.661291,241.77243,42.435482,21.573732,31.887096,10.505991,107.43145,5.323118,101.41075,8.069355,62.519234,9.478433,13.000807,25.691668,8.852419,27.714746,18.017742,1.0693948,55.10292,9.840153,216.99727,6.7476063,255.44264,19.399712,1150.8989,114.9854,2.9388392,9.2475,138.19165,173.4787,896.1788,942.415 +2023-01-29 01:00:00,0.0,2140.77,35.57648,5.6843596,15.745948,21.816156,196.73866,26.073639,43.59557,17.439692,25.600306,241.78398,130.148,13.113924,51.543922,4.894223,3.7024453,38.24242,92.59306,58.619358,474.8874,36.682304,479.39313,136.35107,48.043575,121.45476,238.3921,79.36424,996.4418,258.23282,2210.8071,51.8237,2426.6147,622.9802,35.682487,28.799145,185.75543,231.13152,307.3631,896.92065,40.09543,16.481434,10.05837,472.07217,375.8193,105.52945,6.47387,594.4734,13.742717,592.4677,9.979031,31.134409,0.0,896.7091,1754.398,0.28009436,55.50273,14.720545,11090.745,34.084427,1.4217185,4.9557343,15.735935,14.104269,4.864643,8.817863,292.67917,39.86298,4.092603,0.84634507,5.48511,277.24414,0.6496861,149.36263,93.49019,2589.1238,131.318,106.50352,187.40479,806.215,73.51893,54.943584,1165.9004,48.877975,83.04699,9.860085,29.486027,221.27692,12.309196,9.556546,59.639305,20.296545,4191.1753,17.935371,35.151546,16.208921,13.328735,310.37994,59.237926,36.23555,9.1520605,8.743494,12.043223,54.023,96.14882,50.231655,194.02623,18.88958,11.249227,55.176785,22.352446,27.849184,120.012085,11.551062,1.4623017,37.076454,11.634266,1266.818,23.257048,0.5113585,58.27107,14.995427,135.91826,71.28275,94.123215,9.529993,103.176346,342.88815,231.7635,32.874805,221.71988,53.31268,45.797073,68.99994,139.6415,21.337467,52.88639,468.22925,8.353015,15.350205,268.7506,21.27817,9.82724,47.85564,42.554768,494.38138,133.68153,167.85582,1867.3086,45.41648,1613.3533,1481.9337,9.441142,7.627251,1491.9897,17.995026,12.9735775,393.1907,28.516834,50.28609,25.25346,78.43175,254.17216,379.16354,4.337677,36.23171,92.683975,337.52176,7.002837,86.12288,8.519556,1.3906382,57.789047,1.0147613,1.1922401,3.4652607,10.476575,25.336607,16.429323,24.665995,241.22075,42.419018,21.559813,31.876513,10.500154,107.46539,5.312612,101.52079,8.064919,62.50337,9.457304,12.965683,25.661112,8.850302,27.681011,17.98555,1.0691524,55.08788,9.839255,216.9894,6.7465672,255.3771,19.395327,1151.104,114.958046,2.9384956,9.24559,138.16522,173.44792,896.1081,942.5154 +2023-01-29 02:00:00,0.0,2140.1975,35.560024,5.678604,15.699438,21.79973,196.62822,26.06801,43.581726,17.437256,25.595795,241.79137,130.14284,13.110348,51.53645,4.900941,3.707276,38.22325,92.70685,58.669502,474.64694,36.717556,478.91983,136.36786,48.093414,121.56386,238.14337,79.37862,996.6828,258.23935,2209.942,51.853466,2426.006,623.49023,35.709625,28.815779,185.91309,231.12872,307.3954,897.5294,40.094086,16.470367,10.057445,472.0231,376.0622,105.60993,6.4726753,594.53754,13.744925,592.4627,9.985095,31.137506,0.0,896.938,1754.4099,0.28013575,55.451355,14.721169,11092.544,34.09688,1.4223768,4.95448,15.736189,14.114668,4.8688526,8.818215,292.764,39.840652,4.091551,0.8466505,5.4892826,277.48148,0.64910394,149.3798,93.42554,2590.413,131.20317,106.53323,187.46013,806.27075,73.57113,54.977882,1166.6278,48.86894,83.054985,9.859599,29.500954,221.32372,12.311771,9.555517,59.651325,20.302519,4191.4478,17.935215,35.17406,16.209734,13.334293,310.44266,59.251568,36.25336,9.15478,8.746826,12.039674,54.020393,96.18115,50.260082,194.04712,18.890516,11.259366,55.19273,22.346989,27.828602,120.0206,11.5369625,1.4620229,37.0989,11.631751,1266.0255,23.26127,0.5108967,58.32359,15.000766,135.942,71.25905,94.10832,9.532628,103.20027,342.90347,231.74425,32.884766,221.68959,53.26837,45.79423,68.99909,139.71274,21.35014,52.905796,468.19904,8.360995,15.364649,268.85364,21.27385,9.828981,47.890488,42.58116,494.7397,133.75662,167.86375,1867.9906,45.33443,1613.2139,1481.6984,9.436479,7.6198254,1491.6293,17.986639,12.96409,393.11618,28.498993,50.25847,25.247665,78.369026,254.15323,379.0775,4.335935,36.216877,92.56764,337.46417,6.997846,86.11511,8.515994,1.3903594,57.786625,1.0148059,1.1923977,3.4657767,10.475579,25.327023,16.425238,24.670698,240.66907,42.402554,21.54589,31.865927,10.494316,107.49933,5.302106,101.63083,8.060484,62.487503,9.436175,12.930558,25.630556,8.848186,27.647274,17.95336,1.0689099,55.072834,9.838357,216.9815,6.745528,255.31158,19.39094,1151.3091,114.9307,2.938152,9.24368,138.1388,173.41714,896.0375,942.61584 +2023-01-29 03:00:00,0.0,2139.625,35.54357,5.6728487,15.652928,21.783306,196.51779,26.062384,43.56788,17.434822,25.591284,241.79875,130.13766,13.106771,51.528976,4.907658,3.7121072,38.204082,92.82063,58.719646,474.4065,36.752804,478.44653,136.38464,48.14325,121.67296,237.89464,79.39299,996.9238,258.2459,2209.0767,51.883232,2425.3975,624.0003,35.736763,28.832415,186.07076,231.12593,307.42767,898.13824,40.092743,16.459301,10.0565195,471.97403,376.30508,105.69041,6.471481,594.60175,13.747132,592.45764,9.991159,31.140602,0.0,897.16675,1754.4218,0.28017712,55.399975,14.721794,11094.344,34.10934,1.423035,4.9532256,15.736441,14.125067,4.873062,8.818568,292.84885,39.818325,4.0904984,0.84695584,5.4934554,277.7188,0.6485218,149.397,93.360886,2591.7024,131.08836,106.56294,187.51546,806.3265,73.62333,55.012184,1167.3552,48.859905,83.06298,9.859113,29.51588,221.37053,12.314346,9.554487,59.66335,20.308495,4191.7197,17.935057,35.19657,16.210546,13.339851,310.50537,59.26521,36.271168,9.1575,8.750158,12.036123,54.017788,96.213486,50.28851,194.06801,18.89145,11.2695055,55.208675,22.341532,27.808022,120.02911,11.522863,1.461744,37.121346,11.629236,1265.233,23.265495,0.5104349,58.37611,15.006104,135.96573,71.23535,94.09343,9.535262,103.22419,342.91882,231.72498,32.894726,221.6593,53.22406,45.791393,68.99824,139.78398,21.362812,52.925198,468.16885,8.368976,15.379092,268.95667,21.26953,9.830724,47.92533,42.60755,495.098,133.8317,167.8717,1868.6727,45.25238,1613.0746,1481.4631,9.431814,7.612399,1491.2689,17.978252,12.954604,393.0417,28.48115,50.230846,25.241873,78.306305,254.1343,378.9915,4.334193,36.202045,92.45131,337.40662,6.992855,86.107346,8.512433,1.3900806,57.7842,1.0148505,1.1925554,3.4662926,10.474584,25.317436,16.42115,24.675404,240.11739,42.38609,21.53197,31.855343,10.48848,107.533264,5.2915993,101.74086,8.056048,62.471638,9.415046,12.895434,25.6,8.846068,27.613537,17.92117,1.0686675,55.05779,9.837459,216.97363,6.7444887,255.24605,19.386553,1151.514,114.90336,2.9378083,9.241771,138.11237,173.38637,895.96686,942.71625 +2023-01-29 04:00:00,0.0,2139.0525,35.527115,5.667093,15.606419,21.766882,196.40735,26.056755,43.55403,17.432388,25.586773,241.80615,130.13249,13.103195,51.521503,4.9143753,3.716938,38.18491,92.93442,58.769794,474.16605,36.78805,477.97324,136.40143,48.19309,121.78206,237.6459,79.40736,997.16486,258.25244,2208.2114,51.913,2424.789,624.5103,35.7639,28.849049,186.22841,231.12314,307.45996,898.7471,40.091396,16.448235,10.055595,471.92493,376.54797,105.77088,6.4702864,594.6659,13.74934,592.45264,9.997224,31.1437,0.0,897.3956,1754.4337,0.28021848,55.348595,14.722419,11096.144,34.1218,1.4236934,4.951971,15.736694,14.135466,4.8772717,8.81892,292.9337,39.795998,4.089446,0.84726125,5.4976287,277.95612,0.6479396,149.4142,93.296234,2592.992,130.97356,106.59266,187.57079,806.38226,73.67552,55.046486,1168.0826,48.85087,83.07098,9.858627,29.530807,221.41733,12.316921,9.553458,59.675373,20.31447,4191.9917,17.9349,35.219086,16.211359,13.34541,310.5681,59.27885,36.28898,9.160219,8.75349,12.032574,54.015182,96.24582,50.316936,194.0889,18.892387,11.279646,55.22462,22.336075,27.787441,120.037636,11.508763,1.461465,37.143787,11.626721,1264.4406,23.269718,0.5099731,58.42863,15.011444,135.98947,71.21165,94.07854,9.537896,103.248116,342.93414,231.70572,32.904686,221.62901,53.17975,45.78855,68.99739,139.85524,21.375484,52.944603,468.13864,8.376957,15.393535,269.0597,21.26521,9.832465,47.960175,42.63394,495.4563,133.90678,167.87964,1869.3547,45.17033,1612.9353,1481.2278,9.42715,7.604973,1490.9084,17.969866,12.945117,392.9672,28.463306,50.203228,25.236078,78.24358,254.11536,378.90546,4.3324513,36.18721,92.334984,337.34903,6.9878635,86.09958,8.508871,1.3898016,57.781776,1.0148951,1.192713,3.4668088,10.473588,25.30785,16.417063,24.680107,239.5657,42.369625,21.51805,31.844759,10.482642,107.56721,5.281093,101.8509,8.051613,62.455772,9.393917,12.86031,25.569445,8.843951,27.579802,17.888979,1.068425,55.042747,9.83656,216.96574,6.7434497,255.18051,19.382166,1151.7191,114.87601,2.9374647,9.239861,138.08594,173.3556,895.8962,942.81665 +2023-01-29 05:00:00,0.0,2138.4802,35.51066,5.6613374,15.559909,21.750458,196.29692,26.051126,43.540184,17.429953,25.58226,241.81354,130.12733,13.099619,51.51403,4.921093,3.7217689,38.16574,93.04821,58.81994,473.9256,36.8233,477.49994,136.41821,48.242924,121.89116,237.39717,79.42173,997.4059,258.25897,2207.3462,51.94277,2424.1804,625.0203,35.79104,28.865685,186.38608,231.12035,307.49225,899.3559,40.090054,16.437168,10.05467,471.87585,376.79086,105.851364,6.4690924,594.73016,13.751548,592.4476,10.003287,31.146797,0.0,897.6244,1754.4456,0.28025985,55.29722,14.723043,11097.942,34.13426,1.4243517,4.9507165,15.736946,14.1458645,4.8814816,8.819272,293.01855,39.77367,4.088393,0.84756666,5.5018015,278.19345,0.64735746,149.4314,93.23159,2594.2812,130.85875,106.62238,187.62611,806.438,73.72772,55.080784,1168.81,48.84183,83.07897,9.858141,29.545736,221.46413,12.319497,9.552429,59.687393,20.320444,4192.264,17.934742,35.2416,16.212172,13.350968,310.63083,59.292492,36.30679,9.162939,8.756824,12.029024,54.01258,96.27815,50.345364,194.10979,18.893322,11.289785,55.240566,22.330618,27.766861,120.04615,11.494664,1.4611862,37.166233,11.624207,1263.6481,23.273941,0.50951135,58.481148,15.016783,136.01321,71.18795,94.063644,9.540531,103.27204,342.94946,231.68645,32.91465,221.59872,53.13544,45.785713,68.996544,139.92648,21.388157,52.964005,468.10846,8.384937,15.407978,269.16272,21.26089,9.834208,47.99502,42.66033,495.81458,133.98187,167.88759,1870.0366,45.08828,1612.796,1480.9926,9.422486,7.597547,1490.548,17.96148,12.93563,392.89267,28.445463,50.175606,25.230286,78.18086,254.09642,378.81943,4.3307095,36.17238,92.21865,337.29147,6.9828725,86.09181,8.505309,1.3895228,57.779354,1.0149397,1.1928707,3.4673247,10.472592,25.298264,16.412975,24.684813,239.01402,42.353157,21.504128,31.834173,10.476805,107.60114,5.270587,101.96094,8.047177,62.439907,9.372787,12.825186,25.538889,8.841834,27.546064,17.856787,1.0681826,55.027702,9.835662,216.95787,6.7424107,255.11499,19.377779,1151.9242,114.84866,2.937121,9.23795,138.05951,173.32483,895.82556,942.91705 +2023-01-29 06:00:00,0.0,2137.9077,35.4942,5.655582,15.513399,21.734032,196.1865,26.0455,43.52634,17.427519,25.57775,241.82092,130.12216,13.096043,51.506557,4.92781,3.7266,38.14657,93.161995,58.870083,473.68515,36.85855,477.02664,136.435,48.292763,122.00026,237.14844,79.436104,997.6469,258.2655,2206.481,51.972534,2423.5718,625.5304,35.818176,28.882318,186.54373,231.11755,307.52454,899.9647,40.08871,16.426102,10.053745,471.82678,377.03375,105.93184,6.467898,594.7943,13.753756,592.44257,10.009352,31.149895,0.0,897.8533,1754.4575,0.28030124,55.24584,14.723668,11099.742,34.146717,1.42501,4.949462,15.737199,14.156263,4.885691,8.819624,293.1034,39.751347,4.087341,0.847872,5.5059743,278.4308,0.6467753,149.44858,93.16694,2595.5706,130.74394,106.6521,187.68144,806.4938,73.77992,55.115086,1169.5376,48.832798,83.08697,9.857655,29.560663,221.51094,12.322072,9.5514,59.699417,20.32642,4192.536,17.934586,35.264114,16.212984,13.356526,310.69354,59.306133,36.324596,9.165658,8.760156,12.025474,54.009975,96.310486,50.37379,194.13068,18.894257,11.299925,55.25651,22.325161,27.746279,120.054665,11.480565,1.4609072,37.18868,11.621692,1262.8556,23.278164,0.50904953,58.53367,15.022121,136.03694,71.164246,94.04875,9.543165,103.29597,342.9648,231.66719,32.92461,221.56844,53.09113,45.78287,68.99569,139.99773,21.40083,52.98341,468.07825,8.392918,15.422421,269.26578,21.256569,9.835949,48.029865,42.68672,496.17288,134.05695,167.89552,1870.7186,45.00623,1612.6566,1480.7572,9.417822,7.590121,1490.1876,17.953094,12.926143,392.81818,28.427622,50.147984,25.224491,78.11814,254.07748,378.7334,4.3289676,36.157543,92.10232,337.2339,6.9778814,86.084045,8.501747,1.389244,57.77693,1.0149843,1.1930285,3.4678407,10.471597,25.288677,16.408888,24.689516,238.46234,42.336693,21.490208,31.82359,10.470968,107.63508,5.260081,102.07097,8.042742,62.42404,9.351659,12.790061,25.508333,8.839718,27.512327,17.824596,1.0679401,55.01266,9.834764,216.94998,6.741371,255.04945,19.373392,1152.1293,114.82131,2.9367774,9.23604,138.03308,173.29405,895.7549,943.01746 +2023-01-29 07:00:00,0.0,2137.3352,35.477745,5.649826,15.466888,21.717607,196.07605,26.039871,43.512493,17.425083,25.573238,241.82832,130.11699,13.092465,51.499084,4.9345274,3.7314308,38.1274,93.27578,58.920227,473.4447,36.8938,476.55334,136.4518,48.3426,122.10936,236.8997,79.45047,997.888,258.27203,2205.6157,52.0023,2422.9634,626.0404,35.845314,28.898954,186.70139,231.11476,307.55682,900.5735,40.087364,16.415035,10.05282,471.77768,377.27664,106.012314,6.4667034,594.8585,13.755963,592.43756,10.015416,31.152992,0.0,898.08203,1754.4694,0.2803426,55.194458,14.724293,11101.542,34.159176,1.4256682,4.9482074,15.737452,14.166662,4.8899007,8.819976,293.18823,39.72902,4.0862885,0.84817743,5.510147,278.66812,0.64619315,149.46577,93.10229,2596.8599,130.62914,106.681816,187.73679,806.5495,73.83212,55.149387,1170.265,48.82376,83.09496,9.857169,29.575592,221.55774,12.324647,9.55037,59.71144,20.332394,4192.8086,17.934427,35.286625,16.213797,13.362085,310.7563,59.319775,36.342407,9.168378,8.763488,12.021924,54.00737,96.34281,50.402218,194.15157,18.895193,11.310064,55.272457,22.319704,27.725698,120.06318,11.466465,1.4606284,37.21112,11.619177,1262.0631,23.282387,0.5085878,58.58619,15.02746,136.06068,71.14055,94.03386,9.5458,103.31989,342.98013,231.64792,32.93457,221.53816,53.04682,45.780033,68.99484,140.06897,21.413502,53.00281,468.04807,8.400898,15.436864,269.3688,21.252247,9.83769,48.064713,42.71311,496.5312,134.13203,167.90347,1871.4008,44.92418,1612.5173,1480.5219,9.413158,7.582695,1489.8271,17.944708,12.916656,392.74368,28.409779,50.120365,25.218699,78.05542,254.05855,378.64737,4.3272257,36.14271,91.985985,337.17633,6.97289,86.07627,8.498185,1.388965,57.77451,1.0150288,1.193186,3.4683568,10.470601,25.27909,16.4048,24.69422,237.91066,42.32023,21.476286,31.813004,10.465131,107.66902,5.249574,102.18101,8.038306,62.408176,9.33053,12.754937,25.477777,8.837601,27.478592,17.792406,1.0676976,54.997616,9.833865,216.94211,6.740332,254.98392,19.369005,1152.3344,114.79397,2.9364338,9.23413,138.00665,173.26328,895.68427,943.1179 +2023-01-29 08:00:00,0.0,2136.7627,35.46129,5.6440706,15.420379,21.701183,195.96562,26.034243,43.498646,17.42265,25.568727,241.83571,130.11183,13.088889,51.49161,4.941245,3.7362616,38.108227,93.389565,58.970375,473.20425,36.929047,476.08005,136.46858,48.392437,122.21846,236.65097,79.46484,998.129,258.2786,2204.7505,52.032066,2422.3547,626.5504,35.87245,28.915588,186.85904,231.11197,307.5891,901.1823,40.08602,16.403969,10.051895,471.7286,377.51953,106.0928,6.465509,594.9227,13.758172,592.4325,10.021481,31.156088,0.0,898.31085,1754.4813,0.28038397,55.14308,14.724918,11103.341,34.171635,1.4263265,4.9469533,15.737704,14.177061,4.89411,8.820328,293.2731,39.70669,4.085236,0.84848285,5.5143204,278.90546,0.645611,149.48297,93.037636,2598.1492,130.51433,106.71153,187.79211,806.6052,73.88432,55.183685,1170.9924,48.814724,83.10296,9.856683,29.590519,221.60454,12.327222,9.549341,59.72346,20.33837,4193.0806,17.93427,35.30914,16.21461,13.367643,310.819,59.333416,36.360214,9.171097,8.76682,12.0183735,54.004765,96.375145,50.430645,194.17245,18.896128,11.320205,55.288403,22.314247,27.705118,120.07169,11.452366,1.4603494,37.233566,11.616662,1261.2706,23.286612,0.50812596,58.63871,15.032799,136.08443,71.116844,94.01897,9.548434,103.34382,342.99545,231.62866,32.944534,221.50787,53.00251,45.77719,68.993996,140.14021,21.426174,53.022217,468.01785,8.408878,15.451307,269.47183,21.247927,9.839433,48.099556,42.739506,496.8895,134.20712,167.9114,1872.0828,44.84213,1612.378,1480.2866,9.408494,7.5752687,1489.4668,17.936321,12.907168,392.66916,28.391935,50.092743,25.212904,77.9927,254.03963,378.56134,4.325484,36.12788,91.86965,337.11874,6.967899,86.068504,8.494623,1.3886862,57.772083,1.0150734,1.1933438,3.4688728,10.469605,25.269506,16.400713,24.698925,237.35898,42.303764,21.462366,31.80242,10.459293,107.70296,5.239068,102.29104,8.033871,62.39231,9.309401,12.719812,25.447222,8.835484,27.444855,17.760214,1.0674553,54.98257,9.832967,216.93422,6.739293,254.91838,19.364618,1152.5394,114.76662,2.93609,9.23222,137.98022,173.2325,895.61365,943.2183 +2023-01-29 09:00:00,0.0,2136.1902,35.444836,5.638315,15.373869,21.684757,195.8552,26.028616,43.4848,17.420216,25.564215,241.8431,130.10666,13.085313,51.48414,4.9479623,3.7410927,38.089058,93.50336,59.02052,472.9638,36.964294,475.60675,136.48537,48.442276,122.32756,236.40224,79.47922,998.37006,258.28513,2203.8853,52.061832,2421.746,627.0604,35.89959,28.932224,187.01671,231.10918,307.6214,901.79114,40.08468,16.392902,10.050971,471.67953,377.76242,106.17327,6.464315,594.98694,13.76038,592.4275,10.027544,31.159185,0.0,898.5397,1754.4933,0.28042537,55.0917,14.725543,11105.141,34.184093,1.4269848,4.9456987,15.737956,14.18746,4.8983197,8.82068,293.35794,39.684364,4.0841837,0.8487882,5.518493,279.14276,0.6450288,149.50017,92.972984,2599.4385,130.39952,106.74124,187.84744,806.661,73.93652,55.217987,1171.7198,48.80569,83.110954,9.856197,29.605444,221.65135,12.329797,9.548312,59.735485,20.344345,4193.353,17.934113,35.331654,16.21542,13.373201,310.8817,59.347057,36.378025,9.173817,8.770153,12.014824,54.002163,96.40748,50.459072,194.19334,18.897064,11.330344,55.304348,22.30879,27.684538,120.08021,11.438266,1.4600706,37.25601,11.614147,1260.4781,23.290834,0.5076642,58.69123,15.038137,136.10817,71.09315,94.004074,9.551068,103.367744,343.0108,231.60939,32.954494,221.47758,52.9582,45.774353,68.99314,140.21147,21.438847,53.04162,467.98764,8.416859,15.465751,269.57486,21.243607,9.841174,48.134403,42.765896,497.2478,134.28221,167.91936,1872.7646,44.76008,1612.2386,1480.0513,9.403831,7.5678425,1489.1063,17.927935,12.897681,392.59467,28.374092,50.06512,25.20711,77.92998,254.02069,378.4753,4.323742,36.113045,91.75333,337.0612,6.962908,86.06074,8.491061,1.3884073,57.76966,1.015118,1.1935014,3.4693887,10.46861,25.25992,16.396626,24.703629,236.8073,42.2873,21.448444,31.791834,10.453456,107.73689,5.228562,102.40108,8.029435,62.376446,9.288272,12.684689,25.416666,8.833366,27.411118,17.728024,1.0672128,54.96753,9.832068,216.92633,6.7382536,254.85286,19.360231,1152.7445,114.73927,2.9357464,9.2303095,137.9538,173.20172,895.54297,943.3187 +2023-01-29 10:00:00,0.0,2135.6177,35.42838,5.63256,15.327359,21.668333,195.74475,26.022987,43.470955,17.41778,25.559704,241.8505,130.10149,13.081737,51.476665,4.9546795,3.7459235,38.069885,93.61714,59.070663,472.72336,36.999542,475.13345,136.50215,48.49211,122.43666,236.1535,79.49359,998.6111,258.29166,2203.02,52.0916,2421.1375,627.5705,35.926727,28.948858,187.17436,231.10638,307.6537,902.39996,40.083332,16.381836,10.050046,471.63046,378.0053,106.253746,6.4631205,595.0511,13.762588,592.4224,10.033608,31.162283,0.0,898.7685,1754.5051,0.28046674,55.04032,14.726168,11106.94,34.19655,1.4276431,4.944444,15.738209,14.197859,4.9025292,8.821032,293.44278,39.662037,4.083131,0.8490936,5.522666,279.3801,0.6444467,149.51736,92.90833,2600.7278,130.28471,106.77096,187.90277,806.71674,73.98872,55.252285,1172.4473,48.796654,83.11894,9.855711,29.620373,221.69815,12.332372,9.547282,59.747505,20.350319,4193.625,17.933956,35.354168,16.216232,13.378759,310.94446,59.3607,36.395832,9.176537,8.773485,12.011274,53.999557,96.43981,50.4875,194.21423,18.897999,11.340484,55.320297,22.303333,27.663958,120.08872,11.424167,1.4597917,37.278454,11.611632,1259.6855,23.295057,0.5072024,58.74375,15.043476,136.1319,71.06944,93.98918,9.553703,103.39166,343.02612,231.59013,32.964455,221.4473,52.91389,45.77151,68.992294,140.28271,21.451519,53.061024,467.95746,8.424839,15.480193,269.6779,21.239286,9.8429165,48.169247,42.792286,497.6061,134.35728,167.92729,1873.4467,44.67803,1612.0994,1479.816,9.399166,7.5604167,1488.7458,17.919548,12.888195,392.52014,28.35625,50.037502,25.201317,77.86726,254.00175,378.38928,4.3219995,36.098213,91.63699,337.0036,6.9579163,86.05297,8.4875,1.3881285,57.76724,1.0151626,1.1936591,3.469905,10.467614,25.250334,16.392538,24.708334,236.25562,42.270832,21.434525,31.78125,10.447619,107.770836,5.2180557,102.511116,8.025,62.36058,9.267142,12.649564,25.38611,8.83125,27.377382,17.695833,1.0669703,54.952484,9.83117,216.91846,6.7372146,254.78732,19.355844,1152.9496,114.71193,2.9354029,9.228399,137.92737,173.17094,895.47235,943.4191 +2023-01-29 11:00:00,0.0,2135.0452,35.411922,5.626804,15.280849,21.651909,195.63432,26.017359,43.457108,17.415346,25.555193,241.85788,130.09633,13.07816,51.469193,4.961397,3.7507544,38.050716,93.73093,59.120808,472.4829,37.034794,474.66016,136.51894,48.54195,122.54576,235.90477,79.50796,998.8521,258.2982,2202.1548,52.121365,2420.529,628.0805,35.953865,28.965494,187.33203,231.10359,307.68597,903.0087,40.08199,16.37077,10.049121,471.58136,378.2482,106.33423,6.461926,595.1153,13.764795,592.4174,10.039673,31.16538,0.0,898.9973,1754.5171,0.2805081,54.988945,14.726792,11108.74,34.209007,1.4283013,4.9431896,15.7384615,14.208258,4.9067388,8.821384,293.52762,39.63971,4.0820785,0.84939903,5.526839,279.61743,0.64386445,149.53455,92.84368,2602.017,130.1699,106.800674,187.9581,806.77246,74.04092,55.286587,1173.1747,48.787617,83.12694,9.855225,29.6353,221.74496,12.334947,9.546253,59.75953,20.356295,4193.897,17.933798,35.37668,16.217045,13.384318,311.00717,59.37434,36.413643,9.1792555,8.776817,12.007724,53.996952,96.472145,50.515926,194.2351,18.898935,11.350623,55.336243,22.297876,27.643375,120.09724,11.410068,1.4595127,37.3009,11.6091175,1258.8931,23.29928,0.5067406,58.79627,15.048816,136.15564,71.045746,93.97429,9.556337,103.41559,343.04144,231.57088,32.974415,221.417,52.86958,45.768673,68.99145,140.35396,21.464191,53.080425,467.92725,8.43282,15.494637,269.7809,21.234966,9.844658,48.204094,42.818676,497.96442,134.43237,167.93524,1874.1288,44.595978,1611.9601,1479.5807,9.394503,7.5529904,1488.3855,17.911161,12.878708,392.44565,28.338408,50.00988,25.195522,77.80454,253.98282,378.30325,4.3202577,36.08338,91.52066,336.94604,6.952925,86.045204,8.483938,1.3878496,57.764816,1.0152072,1.1938168,3.4704208,10.466619,25.240747,16.38845,24.713037,235.70393,42.254368,21.420603,31.770666,10.441782,107.80477,5.207549,102.62115,8.020564,62.344715,9.246014,12.61444,25.355556,8.829133,27.343645,17.663643,1.0667279,54.937443,9.830272,216.91057,6.7361755,254.72179,19.351458,1153.1547,114.68458,2.935059,9.226489,137.90092,173.14018,895.4017,943.51953 +2023-01-29 12:00:00,0.0,2134.4727,35.395466,5.6210485,15.23434,21.635483,195.5239,26.011732,43.44326,17.412912,25.550682,241.86526,130.09116,13.074584,51.46172,4.9681144,3.7555854,38.031548,93.84471,59.17095,472.24246,37.07004,474.18686,136.53572,48.59179,122.65486,235.65604,79.52233,999.0932,258.30472,2201.2896,52.151134,2419.9204,628.5905,35.981003,28.982128,187.48969,231.10081,307.71826,903.61755,40.080647,16.359703,10.048196,471.5323,378.4911,106.4147,6.4607315,595.17944,13.767003,592.41235,10.045737,31.168478,0.0,899.2261,1754.5289,0.2805495,54.937565,14.727417,11110.539,34.221466,1.4289596,4.941935,15.738714,14.218657,4.9109483,8.821736,293.6125,39.617386,4.081026,0.8497044,5.531012,279.85477,0.6432823,149.55174,92.77904,2603.3066,130.0551,106.83039,188.01344,806.82825,74.09312,55.32089,1173.9021,48.778584,83.13493,9.854739,29.650227,221.79176,12.3375225,9.545224,59.771553,20.362268,4194.1694,17.933641,35.399193,16.217857,13.389876,311.06992,59.38798,36.43145,9.181975,8.780149,12.004174,53.99435,96.50448,50.544353,194.256,18.89987,11.360764,55.35219,22.29242,27.622795,120.10575,11.3959675,1.4592339,37.32334,11.606603,1258.1006,23.303503,0.5062788,58.84879,15.054154,136.17938,71.02204,93.9594,9.558971,103.439514,343.0568,231.5516,32.98438,221.38672,52.82527,45.76583,68.99059,140.4252,21.476864,53.09983,467.89706,8.440801,15.50908,269.88397,21.230646,9.8464,48.238937,42.845066,498.3227,134.50746,167.94318,1874.8108,44.513927,1611.8207,1479.3453,9.389838,7.5455647,1488.025,17.902777,12.869221,392.37115,28.320564,49.982258,25.18973,77.74182,253.96388,378.21722,4.318516,36.068546,91.40433,336.88846,6.947934,86.03744,8.480376,1.3875707,57.76239,1.0152518,1.1939744,3.4709368,10.465623,25.231161,16.384363,24.717741,235.15225,42.237904,21.406681,31.76008,10.435945,107.83871,5.197043,102.731186,8.0161295,62.32885,9.224885,12.579315,25.325,8.827016,27.309908,17.63145,1.0664854,54.922398,9.829373,216.9027,6.735136,254.65627,19.347073,1153.3596,114.657234,2.9347155,9.224579,137.8745,173.1094,895.33105,943.62 +2023-01-29 13:00:00,0.0,2133.9001,35.37901,5.615293,15.18783,21.619059,195.41345,26.006104,43.429413,17.410477,25.54617,241.87267,130.08598,13.071008,51.454247,4.9748316,3.7604163,38.012375,93.9585,59.2211,472.002,37.10529,473.71356,136.5525,48.641624,122.76396,235.40732,79.536705,999.3342,258.31128,2200.4243,52.1809,2419.3118,629.1005,36.00814,28.998764,187.64734,231.09802,307.75055,904.2264,40.0793,16.348637,10.047271,471.48322,378.73398,106.49518,6.4595375,595.24365,13.769211,592.40735,10.051802,31.171574,0.0,899.4549,1754.5409,0.28059086,54.88619,14.728042,11112.339,34.233925,1.429618,4.9406805,15.738967,14.229055,4.915158,8.822088,293.69733,39.59506,4.0799737,0.8500098,5.535185,280.09207,0.64270014,149.56894,92.714386,2604.596,129.94029,106.86011,188.06877,806.884,74.14532,55.355186,1174.6295,48.769547,83.14293,9.854253,29.665154,221.83856,12.340097,9.544194,59.783573,20.368244,4194.4414,17.933483,35.421707,16.21867,13.395434,311.13263,59.401623,36.44926,9.184694,8.783483,12.000624,53.991745,96.53681,50.57278,194.27689,18.900806,11.370903,55.368134,22.286963,27.602215,120.11427,11.381868,1.4589549,37.345787,11.604088,1257.3081,23.307726,0.505817,58.90131,15.059493,136.20312,70.998344,93.9445,9.561606,103.46344,343.0721,231.53235,32.99434,221.35643,52.78096,45.762993,68.989746,140.49646,21.489536,53.119232,467.86685,8.448781,15.523522,269.987,21.226326,9.848142,48.27378,42.871456,498.681,134.58253,167.95113,1875.4928,44.431877,1611.6814,1479.1101,9.385175,7.5381384,1487.6647,17.89439,12.859734,392.29663,28.302721,49.95464,25.183935,77.6791,253.94495,378.1312,4.316774,36.053715,91.288,336.8309,6.942943,86.02967,8.476814,1.3872919,57.759968,1.0152963,1.1941321,3.471453,10.464627,25.221575,16.380276,24.722446,234.60057,42.22144,21.392761,31.749496,10.430108,107.87265,5.186537,102.841225,8.011694,62.312984,9.203755,12.544191,25.294445,8.824899,27.276173,17.59926,1.066243,54.907352,9.828475,216.8948,6.734097,254.59073,19.342686,1153.5647,114.62988,2.9343717,9.222669,137.84807,173.07863,895.26044,943.7204 +2023-01-29 14:00:00,0.0,2133.3276,35.362553,5.609537,15.14132,21.602634,195.30302,26.000475,43.41557,17.408043,25.541658,241.88005,130.08083,13.067431,51.446774,4.9815493,3.765247,37.993206,94.07229,59.271244,471.76157,37.140537,473.24026,136.56929,48.691463,122.87306,235.15858,79.55107,999.57526,258.3178,2199.559,52.210667,2418.7034,629.6106,36.03528,29.015398,187.80501,231.09523,307.78284,904.8352,40.077957,16.33757,10.046347,471.43414,378.97687,106.57566,6.458343,595.30786,13.771419,592.40234,10.057865,31.174671,0.0,899.6837,1754.5527,0.28063223,54.83481,14.728666,11114.139,34.246384,1.4302763,4.9394264,15.73922,14.239454,4.9193673,8.82244,293.78217,39.57273,4.0789213,0.8503152,5.5393577,280.3294,0.642118,149.58614,92.649734,2605.8853,129.82549,106.88982,188.1241,806.93976,74.19752,55.38949,1175.3569,48.76051,83.150925,9.853766,29.680082,221.88538,12.342672,9.543165,59.795597,20.37422,4194.714,17.933327,35.44422,16.219482,13.400993,311.19534,59.415264,36.46707,9.187414,8.786815,11.997074,53.98914,96.569145,50.60121,194.29778,18.901741,11.3810425,55.38408,22.281506,27.581635,120.12279,11.367769,1.4586761,37.368233,11.601573,1256.5156,23.31195,0.50535524,58.95383,15.064832,136.22685,70.97464,93.92961,9.56424,103.487366,343.08743,231.51308,33.0043,221.32616,52.73665,45.76015,68.9889,140.5677,21.502209,53.138638,467.83667,8.456761,15.537966,270.09003,21.222006,9.849883,48.308628,42.89785,499.0393,134.65762,167.95906,1876.1748,44.349827,1611.5421,1478.8748,9.38051,7.530712,1487.3042,17.886003,12.850246,392.22214,28.28488,49.927017,25.178143,77.61638,253.92601,378.04517,4.315032,36.03888,91.17167,336.77332,6.9379516,86.021904,8.473252,1.3870131,57.757545,1.0153409,1.1942897,3.471969,10.463632,25.211988,16.376188,24.72715,234.04889,42.20497,21.37884,31.73891,10.424271,107.906586,5.1760306,102.951256,8.007258,62.29712,9.182627,12.509067,25.26389,8.8227825,27.242435,17.56707,1.0660006,54.89231,9.827577,216.88693,6.733058,254.52519,19.338299,1153.7698,114.60254,2.9340281,9.220758,137.82164,173.04785,895.18976,943.8208 +2023-01-29 15:00:00,0.0,2132.7551,35.3461,5.6037817,15.0948105,21.58621,195.1926,25.994848,43.401722,17.405607,25.537148,241.88744,130.07565,13.063855,51.4393,4.9882665,3.7700782,37.974033,94.18607,59.32139,471.52112,37.17579,472.76697,136.58607,48.7413,122.98216,234.90985,79.565445,999.8163,258.32434,2198.6938,52.240433,2418.0947,630.1206,36.062416,29.032032,187.96266,231.09244,307.81512,905.44403,40.076614,16.326504,10.045422,471.38504,379.21976,106.656136,6.4571486,595.3721,13.773626,592.3973,10.06393,31.177769,0.0,899.91254,1754.5647,0.28067362,54.78343,14.729291,11115.9375,34.258842,1.4309345,4.938172,15.739472,14.249853,4.923577,8.822792,293.86703,39.550404,4.077869,0.85062057,5.5435305,280.56674,0.6415358,149.60332,92.58508,2607.1746,129.71068,106.91953,188.17943,806.9955,74.24972,55.42379,1176.0845,48.751476,83.15892,9.853281,29.69501,221.93217,12.345247,9.542136,59.80762,20.380194,4194.986,17.933168,35.466732,16.220295,13.406551,311.2581,59.428905,36.48488,9.190133,8.790147,11.993524,53.986534,96.60148,50.62964,194.31866,18.902678,11.391182,55.400024,22.276049,27.561052,120.1313,11.353669,1.4583972,37.390675,11.599058,1255.7231,23.316174,0.5048934,59.00635,15.07017,136.2506,70.95094,93.91472,9.566875,103.51129,343.10278,231.49382,33.014263,221.29587,52.69234,45.757313,68.988045,140.63895,21.514881,53.15804,467.80646,8.464742,15.552409,270.19305,21.217686,9.851625,48.34347,42.92424,499.3976,134.73271,167.96701,1876.8569,44.267776,1611.4027,1478.6395,9.375847,7.5232863,1486.9437,17.877617,12.840759,392.14764,28.267036,49.899395,25.172348,77.55366,253.90707,377.95914,4.31329,36.024048,91.055336,336.71576,6.9329605,86.01414,8.46969,1.3867341,57.755123,1.0153854,1.1944474,3.4724848,10.462636,25.202404,16.3721,24.731855,233.49721,42.188507,21.36492,31.728327,10.418433,107.94052,5.165524,103.061295,8.002823,62.281254,9.161497,12.473943,25.233334,8.820665,27.208698,17.534878,1.0657581,54.877266,9.826678,216.87904,6.7320185,254.45966,19.333912,1153.9749,114.57519,2.9336846,9.218848,137.79521,173.01707,895.11914,943.9212 +2023-01-29 16:00:00,0.0,2132.1826,35.329643,5.5980263,15.048301,21.569784,195.08215,25.98922,43.387875,17.403173,25.532637,241.89484,130.07048,13.060278,51.431828,4.9949837,3.774909,37.954865,94.29986,59.371532,471.28067,37.211037,472.29367,136.60286,48.791138,123.09126,234.66112,79.57982,1000.0573,258.33087,2197.8284,52.2702,2417.486,630.6306,36.089554,29.048668,188.12033,231.08965,307.8474,906.0528,40.075268,16.315437,10.044497,471.33597,379.46265,106.73661,6.455954,595.4363,13.775834,592.3923,10.069994,31.180866,0.0,900.14136,1754.5767,0.280715,54.73205,14.729917,11117.737,34.2713,1.4315928,4.9369173,15.739724,14.260252,4.9277864,8.823144,293.95187,39.528076,4.076816,0.850926,5.5477037,280.80408,0.64095366,149.62051,92.52043,2608.4639,129.59587,106.94926,188.23476,807.0512,74.30192,55.458088,1176.8119,48.74244,83.166916,9.852795,29.709938,221.97897,12.347822,9.541107,59.81964,20.38617,4195.2583,17.933012,35.489246,16.221107,13.412109,311.3208,59.442547,36.50269,9.192853,8.793479,11.989974,53.983932,96.63381,50.658066,194.33955,18.903612,11.401322,55.41597,22.270592,27.540472,120.13982,11.33957,1.4581183,37.41312,11.596543,1254.9307,23.320396,0.50443166,59.058872,15.075509,136.27434,70.92724,93.899826,9.5695095,103.53522,343.1181,231.47455,33.024223,221.26558,52.64803,45.75447,68.9872,140.71019,21.527554,53.177444,467.77625,8.472722,15.566853,270.29608,21.213366,9.853367,48.37832,42.95063,499.75592,134.8078,167.97495,1877.5388,44.185726,1611.2634,1478.4042,9.371182,7.51586,1486.5834,17.86923,12.831272,392.07312,28.249193,49.871777,25.166553,77.49094,253.88814,377.8731,4.311548,36.009216,90.939,336.65817,6.9279695,86.00637,8.466128,1.3864553,57.7527,1.01543,1.1946051,3.4730008,10.461639,25.192818,16.368013,24.736559,232.94553,42.172043,21.350998,31.717741,10.412596,107.974464,5.155018,103.171326,7.9983873,62.26539,9.140368,12.438818,25.202778,8.818548,27.174963,17.502687,1.0655156,54.86222,9.82578,216.87117,6.7309794,254.39413,19.329525,1154.1799,114.547844,2.9333408,9.216939,137.76878,172.9863,895.04846,944.0216 +2023-01-29 17:00:00,0.0,2131.61,35.313187,5.5922704,15.001791,21.55336,194.97173,25.983591,43.374027,17.40074,25.528124,241.90222,130.06532,13.056702,51.424355,5.0017014,3.7797399,37.93569,94.41364,59.42168,471.04022,37.246284,471.82037,136.61964,48.840973,123.20036,234.41238,79.594185,1000.2984,258.33743,2196.9631,52.299965,2416.8777,631.1407,36.11669,29.065302,188.27798,231.08685,307.8797,906.6616,40.073925,16.30437,10.043571,471.2869,379.70554,106.81709,6.45476,595.5004,13.778042,592.3872,10.076058,31.183964,0.0,900.3701,1754.5885,0.28075635,54.68067,14.730541,11119.537,34.283756,1.4322511,4.9356627,15.739977,14.270651,4.931996,8.823496,294.0367,39.50575,4.0757637,0.8512314,5.5518765,281.04138,0.6403715,149.63771,92.45578,2609.7532,129.48106,106.97897,188.2901,807.107,74.35412,55.49239,1177.5393,48.733402,83.17491,9.852309,29.724865,222.02579,12.350397,9.540077,59.831665,20.392145,4195.5303,17.932854,35.51176,16.22192,13.417668,311.3835,59.456184,36.520496,9.195573,8.796811,11.986424,53.981327,96.666145,50.686493,194.36044,18.904549,11.411462,55.431915,22.265135,27.519892,120.14833,11.325471,1.4578394,37.435566,11.594028,1254.1382,23.32462,0.50396985,59.111393,15.080848,136.29808,70.90354,93.88493,9.572144,103.55914,343.13342,231.45529,33.034184,221.23529,52.603718,45.751633,68.98635,140.78143,21.540226,53.196846,467.74606,8.480703,15.581295,270.3991,21.209045,9.855109,48.413162,42.97702,500.11423,134.88287,167.9829,1878.2208,44.103676,1611.1241,1478.1688,9.366518,7.508434,1486.2229,17.860844,12.821786,391.99863,28.231352,49.844154,25.16076,77.428215,253.8692,377.78708,4.3098063,35.99438,90.82267,336.60062,6.922978,85.998604,8.462567,1.3861765,57.750275,1.0154746,1.1947627,3.473517,10.460644,25.183231,16.363926,24.741264,232.39383,42.15558,21.337078,31.707157,10.406759,108.0084,5.1445117,103.281364,7.993952,62.249523,9.11924,12.403694,25.172222,8.816431,27.141226,17.470497,1.0652733,54.84718,9.8248825,216.86328,6.7299404,254.3286,19.325138,1154.385,114.5205,2.9329972,9.215029,137.74236,172.95552,894.97784,944.1221 +2023-01-29 18:00:00,0.0,2131.0378,35.29673,5.586515,14.95528,21.536936,194.8613,25.977964,43.360184,17.398304,25.523613,241.9096,130.06015,13.053125,51.41688,5.0084186,3.784571,37.916523,94.527435,59.471825,470.79977,37.281532,471.34708,136.63643,48.890812,123.30946,234.16365,79.60856,1000.5394,258.34396,2196.098,52.32973,2416.269,631.6507,36.14383,29.081938,188.43564,231.08406,307.912,907.27045,40.072582,16.293304,10.042646,471.23782,379.9484,106.89757,6.4535656,595.56464,13.78025,592.3822,10.082122,31.187061,0.0,900.599,1754.6005,0.28079775,54.62929,14.731166,11121.336,34.296215,1.4329094,4.934408,15.74023,14.28105,4.9362054,8.823848,294.12155,39.483425,4.0747113,0.85153675,5.5560493,281.27872,0.63978934,149.6549,92.39113,2611.0425,129.36626,107.00868,188.34543,807.1627,74.40631,55.52669,1178.2667,48.72437,83.18291,9.851823,29.739792,222.07259,12.352972,9.539048,59.84369,20.398119,4195.8022,17.932697,35.534275,16.222733,13.423226,311.44626,59.469826,36.538307,9.198292,8.800144,11.982874,53.97872,96.69847,50.71492,194.38133,18.905483,11.421601,55.44786,22.259678,27.499311,120.156845,11.311371,1.4575604,37.458008,11.591514,1253.3457,23.328842,0.5035081,59.16391,15.086187,136.32181,70.87984,93.87004,9.574779,103.58306,343.14877,231.43602,33.044144,221.205,52.55941,45.74879,68.9855,140.85269,21.552898,53.21625,467.71585,8.488684,15.595738,270.50217,21.204725,9.856851,48.44801,43.00341,500.47253,134.95796,167.99083,1878.9028,44.021626,1610.9849,1477.9336,9.361855,7.501008,1485.8625,17.852459,12.812299,391.92413,28.213509,49.816532,25.154966,77.36549,253.85027,377.70105,4.3080645,35.97955,90.706345,336.54303,6.917987,85.99084,8.459005,1.3858976,57.747852,1.0155191,1.1949204,3.4740329,10.459648,25.173645,16.359838,24.745968,231.84215,42.139114,21.323156,31.696573,10.400922,108.042336,5.1340055,103.3914,7.9895163,62.233658,9.09811,12.368569,25.141666,8.814314,27.107489,17.438307,1.0650308,54.832134,9.823984,216.85541,6.728901,254.26306,19.320751,1154.5901,114.49315,2.9326534,9.213119,137.71593,172.92476,894.9072,944.2225 +2023-01-29 19:00:00,0.0,2130.4653,35.280273,5.5807595,14.908771,21.52051,194.75085,25.972336,43.346336,17.39587,25.519102,241.917,130.05498,13.049549,51.40941,5.015136,3.7894018,37.89735,94.64122,59.52197,470.55933,37.316784,470.87375,136.65321,48.94065,123.418564,233.91492,79.62293,1000.78046,258.3505,2195.2327,52.3595,2415.6604,632.1607,36.170967,29.098572,188.59329,231.08127,307.94427,907.8793,40.071236,16.282238,10.041722,471.18872,380.19128,106.97805,6.452371,595.62885,13.782458,592.37714,10.088186,31.190157,0.0,900.82776,1754.6123,0.28083912,54.577915,14.731791,11123.136,34.308674,1.4335676,4.9331536,15.740482,14.291449,4.940415,8.824201,294.20642,39.461098,4.073659,0.85184216,5.560222,281.51605,0.6392072,149.67209,92.32648,2612.3318,129.25145,107.0384,188.40076,807.21844,74.45851,55.56099,1178.9941,48.715332,83.1909,9.8513365,29.754719,222.11938,12.355547,9.538019,59.85571,20.404095,4196.0747,17.932539,35.55679,16.223545,13.428784,311.50897,59.483467,36.556114,9.201012,8.803476,11.979324,53.976116,96.730804,50.743347,194.40222,18.906418,11.431741,55.463806,22.254221,27.478731,120.16536,11.297272,1.4572816,37.480453,11.589,1252.5532,23.333067,0.5030463,59.21643,15.091526,136.34555,70.85614,93.85515,9.577413,103.60699,343.1641,231.41676,33.054108,221.17471,52.5151,45.745953,68.98465,140.92393,21.56557,53.235653,467.68567,8.496664,15.610182,270.6052,21.200405,9.858593,48.482853,43.0298,500.8308,135.03305,167.99878,1879.585,43.939575,1610.8455,1477.6982,9.35719,7.493582,1485.5021,17.844072,12.802812,391.8496,28.195665,49.788914,25.149174,77.30277,253.83133,377.61502,4.306322,35.964718,90.59001,336.48547,6.912996,85.98307,8.455443,1.3856187,57.74543,1.0155637,1.195078,3.4745488,10.4586525,25.164059,16.355751,24.750671,231.29047,42.122646,21.309235,31.685987,10.395084,108.07628,5.123499,103.501434,7.9850807,62.217793,9.076982,12.333446,25.11111,8.812198,27.073753,17.406115,1.0647883,54.817093,9.823086,216.84752,6.727862,254.19754,19.316364,1154.7952,114.465805,2.9323099,9.211208,137.6895,172.89398,894.83655,944.3229 +2023-01-29 20:00:00,0.0,2129.8928,35.263817,5.575004,14.862261,21.504086,194.64043,25.966707,43.33249,17.393436,25.514591,241.9244,130.04982,13.045973,51.401936,5.0218534,3.7942326,37.87818,94.755005,59.572113,470.31888,37.35203,470.40045,136.67,48.990486,123.527664,233.66618,79.6373,1001.0215,258.35703,2194.3674,52.389267,2415.0518,632.6707,36.198105,29.115208,188.75096,231.07848,307.97656,908.48804,40.069893,16.271172,10.040797,471.13965,380.43417,107.058525,6.4511766,595.693,13.784666,592.37213,10.094251,31.193254,0.0,901.05664,1754.6243,0.28088048,54.526535,14.732415,11124.936,34.321133,1.434226,4.9318995,15.740735,14.301847,4.9446244,8.824553,294.29126,39.43877,4.0726066,0.8521476,5.5643954,281.7534,0.638625,149.68929,92.261826,2613.6213,129.13664,107.068115,188.45609,807.27423,74.51071,55.59529,1179.7216,48.706295,83.1989,9.850851,29.769648,222.1662,12.358122,9.536989,59.867733,20.410069,4196.3467,17.932383,35.5793,16.224356,13.434342,311.5717,59.49711,36.573925,9.203731,8.806808,11.975774,53.973515,96.76314,50.771774,194.42311,18.907354,11.441881,55.47975,22.248764,27.458149,120.173874,11.283173,1.4570026,37.5029,11.586485,1251.7607,23.33729,0.5025845,59.26895,15.096865,136.3693,70.832436,93.840256,9.580047,103.63091,343.1794,231.39749,33.064068,221.14442,52.47079,45.74311,68.983795,140.99518,21.578243,53.25506,467.65546,8.504644,15.624624,270.70822,21.196085,9.860334,48.517696,43.056194,501.18912,135.10812,168.00671,1880.2668,43.857525,1610.7062,1477.463,9.352527,7.486156,1485.1417,17.835686,12.793324,391.77512,28.177822,49.76129,25.14338,77.24005,253.8124,377.529,4.30458,35.949883,90.47368,336.4279,6.9080043,85.9753,8.451881,1.3853399,57.743008,1.0156083,1.1952357,3.475065,10.457657,25.154472,16.351664,24.755377,230.73878,42.106182,21.295315,31.675404,10.389247,108.110214,5.112993,103.61147,7.980645,62.201927,9.055852,12.298322,25.080555,8.810081,27.040016,17.373924,1.0645459,54.802048,9.822187,216.83965,6.726823,254.132,19.311977,1155.0002,114.43845,2.9319663,9.209298,137.66307,172.8632,894.7659,944.4233 +2023-01-29 21:00:00,0.0,2129.3203,35.247364,5.569248,14.815751,21.487661,194.53,25.96108,43.31864,17.391,25.510078,241.93178,130.04465,13.042397,51.394463,5.0285707,3.7990637,37.859013,94.86879,59.622257,470.07843,37.38728,469.92715,136.68678,49.040325,123.636765,233.41745,79.65167,1001.2625,258.36356,2193.5022,52.419033,2414.4434,633.1808,36.225243,29.131842,188.90862,231.07568,308.00885,909.09686,40.06855,16.260105,10.039872,471.09058,380.67706,107.139,6.4499826,595.7572,13.786874,592.3671,10.100315,31.196352,0.0,901.2854,1754.6361,0.28092188,54.475155,14.73304,11126.734,34.33359,1.4348843,4.930645,15.740988,14.312246,4.948834,8.824904,294.3761,39.416443,4.071554,0.852453,5.568568,281.99072,0.63804287,149.70648,92.19718,2614.9106,129.02184,107.09783,188.51141,807.32996,74.56291,55.62959,1180.449,48.697258,83.206894,9.850365,29.784575,222.213,12.360698,9.53596,59.879753,20.416044,4196.619,17.932224,35.601814,16.225168,13.439901,311.63443,59.51075,36.591732,9.20645,8.810141,11.972224,53.97091,96.79547,50.8002,194.444,18.908289,11.452021,55.495697,22.243307,27.437569,120.18239,11.269073,1.4567238,37.52534,11.58397,1250.9683,23.341513,0.5021227,59.321472,15.102203,136.39304,70.80874,93.82536,9.582682,103.65484,343.19473,231.37823,33.074028,221.11414,52.42648,45.740273,68.98295,141.06642,21.590916,53.27446,467.62527,8.512625,15.639068,270.81125,21.191763,9.862076,48.552544,43.082584,501.54742,135.18321,168.01466,1880.9489,43.775475,1610.5669,1477.2277,9.347862,7.4787297,1484.7812,17.8273,12.783837,391.70062,28.15998,49.73367,25.137585,77.17733,253.79346,377.44296,4.3028383,35.93505,90.357346,336.37033,6.903013,85.96754,8.448319,1.385061,57.740585,1.0156529,1.1953934,3.475581,10.456661,25.144888,16.347576,24.76008,230.1871,42.089718,21.281393,31.664818,10.38341,108.14415,5.1024866,103.721504,7.9762096,62.18606,9.034723,12.263197,25.05,8.807963,27.006279,17.341734,1.0643034,54.787003,9.821289,216.83176,6.7257833,254.06647,19.30759,1155.2053,114.41111,2.9316225,9.207388,137.63664,172.83243,894.69525,944.5237 +2023-01-29 22:00:00,0.0,2128.7478,35.230907,5.563493,14.769241,21.471237,194.41956,25.955452,43.3048,17.388567,25.505568,241.93918,130.03947,13.03882,51.38699,5.035288,3.8038945,37.83984,94.98258,59.672405,469.83798,37.422527,469.45386,136.70358,49.09016,123.745865,233.16872,79.666046,1001.5036,258.37012,2192.637,52.4488,2413.8347,633.6908,36.25238,29.148478,189.06628,231.07289,308.04114,909.7057,40.067204,16.249039,10.038947,471.04147,380.91995,107.21948,6.448788,595.8214,13.789082,592.36206,10.106379,31.19945,0.0,901.5143,1754.6481,0.28096324,54.42378,14.7336645,11128.534,34.34605,1.4355426,4.9293904,15.7412405,14.322645,4.9530435,8.825256,294.46097,39.394115,4.0705013,0.85275835,5.572741,282.22803,0.6374607,149.72368,92.13253,2616.2,128.90703,107.12755,188.56676,807.38574,74.61511,55.66389,1181.1764,48.688225,83.21489,9.849879,29.799503,222.2598,12.363273,9.534931,59.891777,20.42202,4196.891,17.932068,35.62433,16.22598,13.445459,311.69714,59.52439,36.609543,9.209169,8.813474,11.968675,53.968304,96.827805,50.82863,194.46489,18.909225,11.46216,55.511642,22.23785,27.416988,120.19091,11.254973,1.4564449,37.547787,11.581455,1250.1758,23.345736,0.50166094,59.373993,15.107542,136.41676,70.785034,93.81047,9.585316,103.678764,343.21008,231.35896,33.083992,221.08386,52.382168,45.73743,68.9821,141.13766,21.603588,53.293865,467.59506,8.520605,15.653511,270.91428,21.187443,9.863818,48.587387,43.108974,501.90573,135.2583,168.0226,1881.6309,43.693424,1610.4275,1476.9924,9.343199,7.4713035,1484.4208,17.818913,12.77435,391.6261,28.142138,49.70605,25.131792,77.11461,253.77452,377.35693,4.3010964,35.920216,90.24101,336.31274,6.898022,85.95977,8.444757,1.3847821,57.73816,1.0156975,1.195551,3.4760969,10.455666,25.135302,16.34349,24.764786,229.63542,42.073254,21.267473,31.654234,10.377573,108.17809,5.0919805,103.83154,7.971774,62.170197,9.013595,12.228073,25.019444,8.805846,26.972544,17.309544,1.064061,54.77196,9.820391,216.82388,6.7247443,254.00093,19.303204,1155.4103,114.38376,2.931279,9.205478,137.61021,172.80165,894.62463,944.6241 +2023-01-29 23:00:00,0.0,2128.1753,35.21445,5.5577374,14.722732,21.454811,194.30913,25.949823,43.29095,17.386131,25.501057,241.94656,130.03432,13.035244,51.379517,5.0420055,3.8087254,37.82067,95.09637,59.72255,469.59753,37.45778,468.98056,136.72037,49.14,123.854965,232.91998,79.68041,1001.7446,258.37665,2191.7717,52.478565,2413.226,634.2008,36.27952,29.165112,189.22394,231.0701,308.07343,910.3145,40.06586,16.237972,10.038022,470.9924,381.16284,107.29996,6.4475937,595.8856,13.791289,592.35706,10.112443,31.202547,0.0,901.74304,1754.6599,0.2810046,54.3724,14.73429,11130.334,34.35851,1.4362009,4.928136,15.741493,14.333044,4.957253,8.825608,294.5458,39.37179,4.069449,0.85306376,5.576914,282.46536,0.6368785,149.74086,92.06788,2617.4893,128.79222,107.15726,188.62209,807.44147,74.66731,55.698193,1181.9039,48.679188,83.222885,9.849393,29.81443,222.30661,12.365848,9.533901,59.9038,20.427994,4197.163,17.93191,35.646843,16.226793,13.451017,311.75986,59.538033,36.627354,9.211889,8.816806,11.965124,53.965702,96.86014,50.857056,194.48578,18.91016,11.4723,55.527588,22.232393,27.396408,120.199425,11.240873,1.456166,37.57023,11.57894,1249.3833,23.349958,0.5011991,59.426514,15.112881,136.4405,70.76134,93.79558,9.587951,103.70269,343.2254,231.3397,33.093952,221.05357,52.33786,45.734592,68.98125,141.20892,21.61626,53.313267,467.56488,8.528585,15.6679535,271.01733,21.183123,9.86556,48.622234,43.135365,502.26404,135.33337,168.03055,1882.313,43.611374,1610.2882,1476.7571,9.338534,7.4638777,1484.0604,17.810528,12.764864,391.5516,28.124294,49.67843,25.125998,77.05189,253.75558,377.2709,4.2993546,35.905384,90.12469,336.2552,6.8930306,85.952,8.441196,1.3845032,57.735737,1.0157421,1.1957088,3.476613,10.45467,25.125715,16.339403,24.76949,229.08374,42.05679,21.253551,31.64365,10.371736,108.21203,5.081474,103.94158,7.9673386,62.15433,8.992465,12.192948,24.98889,8.80373,26.938807,17.277351,1.0638186,54.756916,9.819492,216.816,6.7237053,253.93541,19.298819,1155.6154,114.356415,2.9309351,9.2035675,137.58379,172.77087,894.554,944.72455 +2023-01-30 00:00:00,0.0,2127.6028,35.197994,5.5519814,14.676222,21.438387,194.1987,25.944197,43.277103,17.383698,25.496546,241.95395,130.02914,13.031667,51.372044,5.0487227,3.8135562,37.8015,95.21015,59.772694,469.3571,37.493027,468.50726,136.73715,49.18984,123.964066,232.67125,79.694786,1001.98566,258.38318,2190.9065,52.50833,2412.6177,634.7109,36.306656,29.181747,189.38159,231.0673,308.1057,910.92334,40.064518,16.226906,10.037098,470.94333,381.40573,107.38043,6.446399,595.9498,13.793497,592.352,10.118507,31.205643,0.0,901.97186,1754.6719,0.281046,54.321022,14.734915,11132.133,34.370964,1.4368591,4.9268813,15.741745,14.343443,4.9614625,8.82596,294.63065,39.349464,4.0683966,0.8533692,5.581087,282.7027,0.63629633,149.75806,92.00323,2618.7786,128.67741,107.18697,188.67741,807.4972,74.71951,55.73249,1182.6313,48.67015,83.23088,9.8489065,29.829357,222.35341,12.3684225,9.532872,59.91582,20.43397,4197.4355,17.931753,35.669353,16.227606,13.456576,311.8226,59.551674,36.64516,9.214609,8.820138,11.961575,53.963097,96.89247,50.885483,194.50667,18.911097,11.48244,55.543537,22.226936,27.375828,120.20794,11.226774,1.4558871,37.592674,11.576426,1248.5908,23.354181,0.50073737,59.47903,15.118219,136.46425,70.73763,93.780685,9.590585,103.726616,343.24072,231.32043,33.103912,221.02328,52.29355,45.73175,68.9804,141.28017,21.628933,53.332672,467.53467,8.536567,15.682397,271.12036,21.178802,9.867302,48.657078,43.161755,502.62234,135.40846,168.03848,1882.995,43.529324,1610.1489,1476.5217,9.333871,7.4564514,1483.7,17.802141,12.755377,391.47708,28.106451,49.650806,25.120205,76.98917,253.73665,377.18488,4.2976127,35.890553,90.008354,336.1976,6.8880396,85.94424,8.437634,1.3842244,57.733315,1.0157866,1.1958663,3.477129,10.453674,25.116129,16.335316,24.774193,228.53206,42.04032,21.239632,31.633064,10.365899,108.245964,5.0709677,104.05161,7.962903,62.138466,8.971336,12.1578245,24.958334,8.801613,26.90507,17.245161,1.0635761,54.741875,9.818594,216.8081,6.722666,253.86987,19.294432,1155.8204,114.32907,2.9305916,9.201657,137.55734,172.7401,894.48334,944.82495 +2023-01-30 01:00:00,0.0,2127.0303,35.181538,5.546226,14.629712,21.421963,194.08826,25.938568,43.263256,17.381264,25.492033,241.96135,130.02397,13.0280905,51.36457,5.05544,3.8183873,37.78233,95.32394,59.822838,469.11664,37.528275,468.03397,136.75394,49.239674,124.073166,232.42252,79.70916,1002.2267,258.3897,2190.0413,52.538097,2412.009,635.2209,36.333794,29.198381,189.53926,231.06453,308.138,911.5321,40.06317,16.21584,10.036173,470.89426,381.64862,107.460915,6.445205,596.014,13.795705,592.347,10.124572,31.20874,0.0,902.2007,1754.6838,0.28108737,54.26964,14.735539,11133.933,34.383423,1.4375174,4.9256268,15.741998,14.353842,4.965672,8.826312,294.71548,39.327137,4.067344,0.85367453,5.58526,282.94003,0.6357142,149.77525,91.938576,2620.0679,128.5626,107.21669,188.73274,807.553,74.771706,55.766792,1183.3588,48.661118,83.23888,9.848421,29.844284,222.4002,12.370997,9.531843,59.927845,20.439943,4197.7075,17.931595,35.691868,16.228418,13.462134,311.8853,59.565315,36.66297,9.217328,8.82347,11.958024,53.96049,96.924805,50.91391,194.52756,18.912031,11.492579,55.559483,22.22148,27.355246,120.21645,11.212675,1.4556082,37.61512,11.573911,1247.7983,23.358406,0.50027555,59.53155,15.123558,136.48798,70.713936,93.76579,9.593219,103.750534,343.25607,231.30118,33.113873,220.993,52.24924,45.728912,68.97955,141.35141,21.641605,53.352074,467.50446,8.544547,15.69684,271.2234,21.174482,9.869043,48.691925,43.188145,502.98065,135.48355,168.04643,1883.677,43.447273,1610.0095,1476.2865,9.329206,7.4490256,1483.3396,17.793755,12.74589,391.4026,28.08861,49.623188,25.11441,76.926445,253.71771,377.09885,4.295871,35.875717,89.89202,336.14005,6.8830485,85.93647,8.4340725,1.3839456,57.730892,1.0158312,1.1960241,3.477645,10.452679,25.106543,16.331228,24.778898,227.98038,42.023857,21.22571,31.62248,10.360062,108.27991,5.0604615,104.16165,7.958468,62.1226,8.950208,12.1227,24.927778,8.799496,26.871334,17.21297,1.0633336,54.72683,9.817696,216.80023,6.7216268,253.80434,19.290045,1156.0255,114.30172,2.930248,9.199747,137.53091,172.70932,894.4127,944.92535 +2023-01-30 02:00:00,0.0,2126.4578,35.16508,5.5404706,14.583202,21.405537,193.97783,25.93294,43.249413,17.378828,25.487522,241.96873,130.01881,13.024514,51.357094,5.0621576,3.823218,37.763157,95.43773,59.872986,468.87616,37.563522,467.56067,136.77072,49.289513,124.18227,232.17378,79.723526,1002.4677,258.39624,2189.176,52.567867,2411.4004,635.7309,36.360935,29.215017,189.69691,231.06174,308.17032,912.1409,40.06183,16.204773,10.035248,470.84515,381.8915,107.54139,6.4440107,596.0782,13.797913,592.3419,10.130635,31.211838,0.0,902.4295,1754.6957,0.28112873,54.21826,14.736164,11135.732,34.39588,1.4381757,4.9243727,15.74225,14.364241,4.9698815,8.826664,294.80035,39.30481,4.066292,0.85397995,5.5894327,283.17734,0.635132,149.79245,91.873924,2621.3572,128.4478,107.246414,188.78807,807.6087,74.823906,55.801094,1184.0862,48.65208,83.24687,9.847935,29.859211,222.44702,12.373572,9.530814,59.93987,20.445919,4197.98,17.931438,35.714382,16.22923,13.467692,311.94803,59.578957,36.68078,9.220048,8.826802,11.954474,53.957886,96.95714,50.942337,194.54845,18.912968,11.502719,55.575428,22.216022,27.334665,120.22497,11.198575,1.4553293,37.63756,11.571396,1247.0059,23.362629,0.49981377,59.584072,15.128898,136.51172,70.69023,93.7509,9.595854,103.77446,343.2714,231.2819,33.123837,220.9627,52.20493,45.72607,68.9787,141.42265,21.654278,53.371475,467.47427,8.552527,15.711283,271.32642,21.170162,9.870786,48.72677,43.21454,503.33893,135.55864,168.05437,1884.3589,43.365223,1609.8702,1476.0511,9.324543,7.4415994,1482.9791,17.785368,12.7364025,391.3281,28.070766,49.595566,25.108618,76.86372,253.69878,377.0128,4.294129,35.860886,89.77569,336.08246,6.878057,85.9287,8.4305105,1.3836666,57.72847,1.0158758,1.1961818,3.478161,10.451683,25.096956,16.32714,24.783602,227.4287,42.007393,21.21179,31.611895,10.354224,108.31384,5.0499554,104.27169,7.9540324,62.106735,8.929078,12.087576,24.897223,8.797379,26.837597,17.180779,1.0630912,54.711784,9.816797,216.79234,6.7205877,253.73882,19.285658,1156.2306,114.274376,2.9299042,9.197837,137.50449,172.67856,894.34204,945.02576 +2023-01-30 03:00:00,0.0,2125.8853,35.14863,5.5347147,14.536693,21.389112,193.8674,25.92731,43.235565,17.376394,25.483011,241.97612,130.01364,13.020938,51.34962,5.068875,3.828049,37.743988,95.55151,59.92313,468.6357,37.59877,467.08737,136.7875,49.339348,124.29137,231.92505,79.7379,1002.70874,258.4028,2188.3108,52.597633,2410.792,636.2409,36.388073,29.231651,189.85458,231.05894,308.2026,912.74976,40.060482,16.193707,10.034323,470.79608,382.1344,107.621864,6.4428163,596.1424,13.80012,592.3369,10.1367,31.214935,0.0,902.65826,1754.7076,0.28117013,54.166885,14.736789,11137.531,34.40834,1.438834,4.923118,15.742503,14.3746395,4.974091,8.827016,294.8852,39.282482,4.0652394,0.85428536,5.593606,283.41467,0.63454986,149.80965,91.80927,2622.6465,128.333,107.27613,188.84341,807.6644,74.87611,55.835392,1184.8136,48.643044,83.25487,9.847449,29.87414,222.49382,12.376147,9.529784,59.95189,20.451895,4198.252,17.93128,35.736897,16.230043,13.473251,312.01077,59.592598,36.69859,9.222767,8.830135,11.950925,53.955284,96.98947,50.970768,194.56934,18.913902,11.512858,55.591373,22.210566,27.314085,120.23348,11.184476,1.4550503,37.660007,11.568881,1246.2134,23.366852,0.49935198,59.636593,15.134236,136.53546,70.666534,93.73601,9.598488,103.798386,343.2867,231.26265,33.133797,220.93242,52.160618,45.723232,68.97785,141.4939,21.66695,53.39088,467.44406,8.560508,15.725726,271.42944,21.165842,9.872527,48.761612,43.24093,503.69724,135.63371,168.06232,1885.041,43.283173,1609.731,1475.8159,9.319879,7.434173,1482.6187,17.776981,12.726915,391.25357,28.052923,49.567944,25.102823,76.801,253.67984,376.92676,4.292387,35.846054,89.65936,336.0249,6.873066,85.92094,8.426949,1.3833878,57.726044,1.0159204,1.1963394,3.478677,10.450687,25.087372,16.323053,24.788307,226.87701,41.99093,21.197868,31.60131,10.348387,108.347786,5.0394487,104.38172,7.949597,62.09087,8.907949,12.052451,24.866667,8.795262,26.80386,17.148588,1.0628488,54.696743,9.815899,216.78447,6.719548,253.67328,19.281271,1156.4357,114.247025,2.9295607,9.195927,137.47806,172.64778,894.2714,945.12616 +2023-01-30 04:00:00,0.0,2125.3127,35.13217,5.5289593,14.490183,21.372688,193.75696,25.921684,43.221718,17.37396,25.4785,241.98352,130.00847,13.017362,51.342148,5.075592,3.83288,37.724815,95.6653,59.973274,468.39526,37.63402,466.61407,136.80429,49.389187,124.40047,231.67632,79.75227,1002.9498,258.40933,2187.4456,52.6274,2410.1833,636.751,36.41521,29.248287,190.01224,231.05615,308.2349,913.3586,40.05914,16.18264,10.033398,470.747,382.3773,107.70235,6.441622,596.20654,13.802328,592.3319,10.142764,31.218033,0.0,902.8871,1754.7195,0.2812115,54.115505,14.737413,11139.331,34.4208,1.4394922,4.9218636,15.742756,14.385038,4.9783006,8.827369,294.97003,39.260155,4.0641866,0.8545907,5.597779,283.652,0.6339677,149.82683,91.74463,2623.936,128.21819,107.30585,188.89874,807.7202,74.92831,55.869694,1185.541,48.63401,83.26286,9.846963,29.889069,222.54063,12.378723,9.528755,59.963913,20.457869,4198.5244,17.931124,35.759407,16.230856,13.478809,312.0735,59.60624,36.716396,9.225487,8.8334675,11.947374,53.95268,97.021805,50.999195,194.59023,18.914839,11.522999,55.60732,22.205107,27.293505,120.242,11.170377,1.4547715,37.682453,11.566366,1245.4209,23.371075,0.4988902,59.689114,15.139575,136.5592,70.64283,93.721115,9.601122,103.82231,343.30206,231.24338,33.143757,220.90213,52.11631,45.72039,68.977005,141.56516,21.679623,53.410282,467.41388,8.568488,15.74017,271.53247,21.161522,9.874269,48.79646,43.26732,504.05554,135.7088,168.07025,1885.723,43.201122,1609.5916,1475.5806,9.315215,7.4267473,1482.2583,17.768595,12.717428,391.17908,28.03508,49.540325,25.097029,76.73829,253.6609,376.84073,4.290645,35.83122,89.54303,335.96732,6.868075,85.91317,8.423387,1.383109,57.72362,1.015965,1.1964971,3.479193,10.449692,25.077785,16.318966,24.79301,226.32533,41.97446,21.183947,31.590725,10.34255,108.38172,5.0289426,104.49176,7.9451613,62.075005,8.88682,12.017327,24.836111,8.793145,26.770124,17.116398,1.0626063,54.681698,9.815001,216.77658,6.718509,253.60774,19.276884,1156.6407,114.21968,2.9292169,9.194017,137.45163,172.617,894.2008,945.2266 +2023-01-30 05:00:00,0.0,2124.7402,35.115715,5.523204,14.443673,21.356264,193.64653,25.916056,43.20787,17.371525,25.47399,241.9909,130.00331,13.013785,51.334675,5.0823097,3.8377109,37.705647,95.77908,60.02342,468.15482,37.66927,466.14078,136.82108,49.439026,124.50957,231.42758,79.76665,1003.19086,258.41586,2186.5803,52.657166,2409.5747,637.261,36.44235,29.264921,190.16989,231.05336,308.26718,913.96735,40.057796,16.171574,10.032474,470.69794,382.62018,107.78282,6.440428,596.27075,13.804536,592.32684,10.1488285,31.221128,0.0,903.1159,1754.7314,0.28125286,54.064125,14.738038,11141.131,34.433258,1.4401506,4.920609,15.743009,14.395437,4.98251,8.827721,295.0549,39.23783,4.063134,0.8548961,5.6019516,283.88934,0.63338554,149.84402,91.67998,2625.2253,128.10338,107.335556,188.95407,807.77594,74.98051,55.903996,1186.2684,48.624973,83.27086,9.846477,29.903996,222.58743,12.381298,9.527726,59.975937,20.463844,4198.7964,17.930965,35.78192,16.231668,13.484367,312.1362,59.61988,36.734207,9.228206,8.8368,11.943825,53.950073,97.05414,51.027622,194.61111,18.915773,11.533138,55.623264,22.19965,27.272923,120.25051,11.156277,1.4544926,37.704895,11.563851,1244.6284,23.375298,0.4984284,59.741634,15.144914,136.58293,70.61913,93.70622,9.603757,103.84624,343.31738,231.22412,33.15372,220.87184,52.072,45.717552,68.97615,141.6364,21.692295,53.429688,467.38367,8.576468,15.754612,271.63553,21.157202,9.876011,48.831303,43.29371,504.41385,135.78389,168.0782,1886.405,43.119072,1609.4523,1475.3452,9.310551,7.419321,1481.8978,17.76021,12.707941,391.10458,28.017239,49.512703,25.091236,76.67557,253.64197,376.7547,4.2889028,35.816387,89.4267,335.90976,6.8630834,85.9054,8.419825,1.3828301,57.7212,1.0160096,1.1966547,3.4797091,10.448696,25.0682,16.314878,24.797714,225.77365,41.957996,21.170027,31.580141,10.336713,108.41566,5.0184364,104.60179,7.940726,62.05914,8.865691,11.982203,24.805555,8.791028,26.736387,17.084208,1.0623639,54.666653,9.814102,216.7687,6.71747,253.54222,19.272497,1156.8458,114.19233,2.9288733,9.192107,137.4252,172.58623,894.1301,945.327 +2023-01-30 06:00:00,0.0,2124.168,35.09926,5.5174484,14.397163,21.339838,193.5361,25.910427,43.194027,17.369091,25.469477,241.99829,129.99814,13.010209,51.3272,5.089027,3.8425417,37.686478,95.892876,60.073563,467.91437,37.704517,465.66748,136.83786,49.48886,124.61867,231.17885,79.78101,1003.4319,258.4224,2185.715,52.68693,2408.966,637.771,36.469486,29.281557,190.32758,231.05057,308.29947,914.5762,40.05645,16.160507,10.0315485,470.64883,382.86307,107.8633,6.4392333,596.33496,13.806744,592.32184,10.154892,31.224226,0.0,903.3447,1754.7433,0.28129426,54.01275,14.738663,11142.93,34.445717,1.4408089,4.9193544,15.743261,14.405836,4.9867196,8.828073,295.13974,39.215504,4.062082,0.85520154,5.6061244,284.12668,0.6328034,149.86122,91.615326,2626.5146,127.98857,107.36527,189.0094,807.83167,75.03271,55.938293,1186.9958,48.615936,83.278854,9.845991,29.918922,222.63423,12.383873,9.526696,59.987957,20.469818,4199.0684,17.930809,35.804436,16.232481,13.489925,312.19894,59.633522,36.752018,9.230926,8.840132,11.940274,53.947468,97.08647,51.05605,194.632,18.91671,11.543278,55.63921,22.194193,27.252342,120.259026,11.142178,1.4542137,37.72734,11.5613365,1243.8359,23.37952,0.49796662,59.79415,15.150252,136.60667,70.59543,93.69133,9.606391,103.87016,343.3327,231.20485,33.16368,220.84157,52.02769,45.71471,68.9753,141.70764,21.704967,53.44909,467.3535,8.58445,15.769055,271.73856,21.152882,9.877752,48.86615,43.3201,504.77216,135.85896,168.08614,1887.0869,43.03702,1609.313,1475.11,9.305887,7.4118953,1481.5375,17.751823,12.698455,391.03006,27.999395,49.48508,25.085442,76.61285,253.62303,376.66867,4.287161,35.801556,89.31036,335.85217,6.8580923,85.89764,8.416264,1.3825512,57.718777,1.0160542,1.1968124,3.480225,10.4477005,25.058613,16.310791,24.80242,225.22197,41.941532,21.156105,31.569557,10.330875,108.4496,5.0079303,104.71183,7.9362903,62.043274,8.844563,11.947079,24.775,8.788911,26.70265,17.052015,1.0621214,54.65161,9.813204,216.76082,6.7164307,253.47668,19.26811,1157.0509,114.164986,2.9285297,9.190197,137.39877,172.55545,894.0595,945.4274 +2023-01-30 07:00:00,0.0,2123.5955,35.0828,5.5116925,14.350653,21.323414,193.42566,25.9048,43.18018,17.366655,25.464966,242.00568,129.99297,13.006633,51.31973,5.095744,3.8473728,37.667305,96.00666,60.12371,467.67392,37.739765,465.19418,136.85464,49.5387,124.72777,230.93011,79.79539,1003.6729,258.42892,2184.8499,52.716698,2408.3577,638.28107,36.496624,29.298191,190.48523,231.04778,308.33176,915.185,40.055107,16.14944,10.030623,470.59976,383.10596,107.94378,6.438039,596.3992,13.808952,592.3168,10.160956,31.227324,0.0,903.5735,1754.7552,0.28133562,53.96137,14.739288,11144.7295,34.458176,1.4414672,4.9181,15.743513,14.416235,4.990929,8.828424,295.22458,39.193176,4.0610294,0.8555069,5.6102977,284.36398,0.6322212,149.87842,91.550674,2627.804,127.873764,107.39499,189.06474,807.88745,75.08491,55.972595,1187.7233,48.606903,83.28685,9.845505,29.93385,222.68105,12.386448,9.525667,59.99998,20.475794,4199.341,17.93065,35.82695,16.233294,13.495484,312.26166,59.647163,36.769825,9.233645,8.843465,11.936725,53.944866,97.1188,51.084476,194.6529,18.917645,11.553417,55.655155,22.188736,27.231762,120.26755,11.128078,1.4539348,37.749786,11.558822,1243.0435,23.383745,0.4975048,59.846672,15.155591,136.63042,70.57173,93.67644,9.609026,103.89409,343.34805,231.1856,33.17364,220.81128,51.98338,45.711872,68.97446,141.77888,21.71764,53.468494,467.32327,8.59243,15.783499,271.84158,21.148561,9.879495,48.900993,43.34649,505.13046,135.93405,168.09409,1887.769,42.95497,1609.1737,1474.8746,9.301223,7.404469,1481.177,17.743437,12.688968,390.95557,27.981552,49.45746,25.079649,76.550125,253.6041,376.58264,4.285419,35.78672,89.19403,335.79462,6.8531013,85.88987,8.412702,1.3822724,57.716354,1.0160987,1.1969701,3.480741,10.446705,25.049026,16.306704,24.807123,224.67029,41.925068,21.142185,31.558971,10.325039,108.483536,4.9974236,104.82187,7.9318547,62.02741,8.823433,11.911954,24.744444,8.786794,26.668915,17.019825,1.0618789,54.636566,9.812305,216.75294,6.7153916,253.41115,19.263723,1157.2559,114.13764,2.928186,9.188287,137.37234,172.52467,893.98883,945.52783 +2023-01-30 08:00:00,0.0,2123.023,35.066345,5.505937,14.304143,21.30699,193.31523,25.899172,43.166332,17.364222,25.460455,242.01308,129.98781,13.003057,51.312256,5.102462,3.8522036,37.648136,96.120445,60.173855,467.43347,37.775017,464.7209,136.87143,49.588535,124.83687,230.68138,79.80976,1003.91394,258.4355,2183.9844,52.746464,2407.749,638.7911,36.52376,29.314827,190.64288,231.04498,308.36404,915.7938,40.053764,16.138374,10.029698,470.5507,383.34885,108.024254,6.4368443,596.4633,13.81116,592.31177,10.167021,31.230421,0.0,903.80237,1754.7672,0.281377,53.90999,14.739913,11146.529,34.47063,1.4421254,4.9168453,15.743766,14.426634,4.9951386,8.828776,295.30942,39.17085,4.059977,0.8558123,5.6144705,284.60132,0.63163906,149.8956,91.48602,2629.0933,127.75896,107.424706,189.12007,807.9432,75.13711,56.006893,1188.4508,48.597866,83.294846,9.845018,29.948776,222.72784,12.389023,9.524638,60.012,20.48177,4199.613,17.930494,35.84946,16.234104,13.501042,312.32437,59.660805,36.787636,9.236364,8.846797,11.933174,53.94226,97.15113,51.112904,194.67378,18.918581,11.563558,55.6711,22.183279,27.211182,120.27606,11.113978,1.453656,37.77223,11.556307,1242.251,23.387968,0.497043,59.899193,15.16093,136.65416,70.54803,93.661545,9.61166,103.91801,343.36337,231.16632,33.1836,220.78099,51.939068,45.70903,68.9736,141.85014,21.730312,53.487896,467.29306,8.60041,15.797941,271.9446,21.144241,9.881236,48.93584,43.37288,505.48877,136.00914,168.10202,1888.451,42.87292,1609.0343,1474.6394,9.296558,7.3970428,1480.8165,17.73505,12.679481,390.88107,27.963709,49.42984,25.073854,76.487404,253.58516,376.4966,4.283677,35.77189,89.077705,335.73703,6.8481097,85.8821,8.40914,1.3819935,57.71393,1.0161433,1.1971277,3.481257,10.445709,25.03944,16.302616,24.811829,224.1186,41.908604,21.128263,31.548388,10.319201,108.51747,4.9869175,104.9319,7.927419,62.011543,8.802304,11.87683,24.713888,8.7846775,26.635178,16.987635,1.0616366,54.621525,9.811407,216.74506,6.714352,253.34561,19.259336,1157.4609,114.11029,2.9278424,9.186377,137.34592,172.4939,893.9182,945.62823 +2023-01-30 09:00:00,0.0,2122.4504,35.049892,5.5001817,14.257633,21.290564,193.20479,25.893543,43.152485,17.361788,25.455944,242.02046,129.98264,12.999479,51.304783,5.109179,3.8570344,37.628963,96.23423,60.224,467.19302,37.810265,464.2476,136.88821,49.638374,124.94597,230.43265,79.82413,1004.155,258.44202,2183.1191,52.776234,2407.1404,639.3011,36.5509,29.33146,190.80055,231.04219,308.39633,916.40265,40.052418,16.127308,10.028773,470.5016,383.59174,108.10473,6.4356503,596.5275,13.813368,592.30676,10.173085,31.233519,0.0,904.0311,1754.779,0.28141835,53.858612,14.740538,11148.328,34.48309,1.4427837,4.9155912,15.744019,14.437033,4.999348,8.829128,295.3943,39.14852,4.0589247,0.8561177,5.6186433,284.83865,0.6310569,149.9128,91.42137,2630.3826,127.64415,107.45442,189.1754,807.99896,75.1893,56.041195,1189.1782,48.58883,83.30284,9.844533,29.963705,222.77464,12.391598,9.523609,60.024025,20.487743,4199.8853,17.930336,35.871975,16.234917,13.5066,312.38712,59.674446,36.805443,9.239084,8.850129,11.929625,53.939655,97.183464,51.14133,194.69467,18.919516,11.573697,55.687046,22.177822,27.190601,120.28458,11.099879,1.453377,37.794674,11.553792,1241.4585,23.39219,0.49658123,59.951714,15.166269,136.67789,70.52433,93.64665,9.614294,103.94193,343.3787,231.14706,33.193565,220.7507,51.89476,45.706192,68.972755,141.92139,21.742985,53.5073,467.26288,8.608391,15.812385,272.04764,21.139921,9.8829775,48.970684,43.399273,505.84705,136.08423,168.10997,1889.133,42.79087,1608.895,1474.404,9.291895,7.389617,1480.4562,17.726664,12.669993,390.80655,27.945868,49.402218,25.068062,76.42468,253.56622,376.41058,4.281935,35.757053,88.96137,335.67947,6.8431187,85.87434,8.405578,1.3817146,57.711506,1.0161879,1.1972854,3.4817731,10.444714,25.029856,16.298529,24.816532,223.56693,41.892136,21.114344,31.537802,10.313364,108.551414,4.9764113,105.04194,7.9229836,61.995678,8.781175,11.841705,24.683332,8.78256,26.60144,16.955442,1.0613941,54.60648,9.81051,216.73718,6.713313,253.28009,19.25495,1157.666,114.08295,2.9274986,9.184466,137.31949,172.46313,893.8476,945.7287 +2023-01-30 10:00:00,0.0,2121.878,35.033436,5.494426,14.211123,21.27414,193.09436,25.887917,43.13864,17.359352,25.451431,242.02785,129.97746,12.995903,51.29731,5.115896,3.8618655,37.609795,96.34802,60.274143,466.95258,37.845512,463.7743,136.905,49.688213,125.05507,230.18391,79.8385,1004.39606,258.44855,2182.254,52.806,2406.532,639.8111,36.578037,29.348097,190.9582,231.0394,308.42862,917.0114,40.051075,16.116241,10.027848,470.4525,383.83463,108.18521,6.434456,596.59174,13.815576,592.3017,10.179149,31.236614,0.0,904.26,1754.791,0.28145975,53.80723,14.741162,11150.128,34.49555,1.443442,4.9143367,15.744271,14.447432,5.0035577,8.82948,295.47913,39.126194,4.057872,0.8564231,5.622816,285.076,0.6304747,149.93,91.35672,2631.6719,127.52934,107.48413,189.23073,808.0547,75.2415,56.075497,1189.9056,48.579796,83.31084,9.844047,29.978634,222.82146,12.394173,9.522579,60.03605,20.49372,4200.157,17.93018,35.89449,16.23573,13.512159,312.44983,59.688087,36.823254,9.241803,8.853461,11.926075,53.937054,97.2158,51.169758,194.71556,18.92045,11.583837,55.70299,22.172365,27.17002,120.29309,11.08578,1.453098,37.81712,11.551277,1240.666,23.396414,0.49611944,60.004234,15.171608,136.70163,70.500626,93.63176,9.616929,103.96586,343.39404,231.12779,33.203526,220.72041,51.85045,45.70335,68.9719,141.99263,21.755657,53.526703,467.23267,8.616371,15.826828,272.15067,21.135601,9.88472,49.00553,43.425663,506.20535,136.1593,168.1179,1889.8151,42.70882,1608.7557,1474.1687,9.2872305,7.3821907,1480.0957,17.718277,12.660506,390.73206,27.928024,49.374596,25.062267,76.36196,253.5473,376.32455,4.2801933,35.74222,88.84504,335.6219,6.8381276,85.86657,8.402016,1.3814358,57.709084,1.0162325,1.197443,3.482289,10.443718,25.02027,16.294441,24.821236,223.01524,41.87567,21.100422,31.527218,10.307527,108.58535,4.965905,105.15198,7.9185486,61.979813,8.760046,11.8065815,24.652779,8.780443,26.567705,16.923252,1.0611516,54.591434,9.809611,216.7293,6.712274,253.21455,19.250565,1157.8711,114.055595,2.927155,9.182556,137.29306,172.43236,893.7769,945.8291 +2023-01-30 11:00:00,0.0,2121.3054,35.01698,5.4886703,14.164614,21.257715,192.98393,25.882288,43.124794,17.356918,25.44692,242.03525,129.9723,12.992327,51.289837,5.122614,3.8666964,37.590622,96.46181,60.32429,466.71213,37.88076,463.301,136.92178,49.73805,125.16417,229.93518,79.852875,1004.6371,258.45508,2181.3887,52.835766,2405.9233,640.32117,36.605175,29.36473,191.11588,231.0366,308.4609,917.62024,40.049732,16.105175,10.026924,470.40344,384.0775,108.265686,6.4332614,596.65594,13.817783,592.2967,10.185213,31.239712,0.0,904.4888,1754.8029,0.2815011,53.755856,14.741787,11151.928,34.508007,1.4441003,4.913082,15.744524,14.45783,5.007767,8.829832,295.56396,39.10387,4.0568194,0.8567285,5.6269894,285.3133,0.6298925,149.94719,91.29207,2632.9612,127.414536,107.51385,189.28606,808.1104,75.2937,56.109795,1190.633,48.57076,83.31883,9.843561,29.993557,222.86826,12.396748,9.52155,60.04807,20.499693,4200.429,17.930021,35.917004,16.236542,13.517717,312.51254,59.70173,36.84106,9.244523,8.856794,11.922524,53.93445,97.24813,51.198185,194.73645,18.921387,11.593977,55.718937,22.166908,27.149439,120.301605,11.07168,1.4528192,37.83956,11.548762,1239.8734,23.400637,0.49565765,60.056755,15.176947,136.72537,70.47693,93.61687,9.619563,103.989784,343.40936,231.10854,33.213486,220.69012,51.80614,45.700512,68.971054,142.06387,21.76833,53.54611,467.20248,8.6243515,15.841271,272.25372,21.13128,9.886461,49.040375,43.452053,506.56366,136.23439,168.12585,1890.4971,42.62677,1608.6163,1473.9335,9.282567,7.374765,1479.7354,17.709892,12.651019,390.65753,27.910181,49.346977,25.056473,76.29924,253.52837,376.23853,4.2784514,35.72739,88.72871,335.56433,6.833136,85.8588,8.398454,1.3811569,57.70666,1.0162771,1.1976007,3.482805,10.442722,25.010683,16.290354,24.825941,222.46356,41.859207,21.086502,31.516634,10.30169,108.619286,4.9553986,105.26201,7.914113,61.963947,8.738917,11.771457,24.622223,8.778326,26.533968,16.891062,1.0609092,54.576393,9.808713,216.72142,6.7112346,253.14902,19.246178,1158.0762,114.02825,2.9268115,9.180646,137.26663,172.40158,893.7063,945.9295 +2023-01-30 12:00:00,0.0,2120.733,35.000523,5.482915,14.118104,21.241291,192.87349,25.87666,43.110947,17.354485,25.44241,242.04263,129.96713,12.98875,51.282364,5.129331,3.8715272,37.571453,96.57559,60.374435,466.47168,37.91601,462.8277,136.93858,49.787888,125.27327,229.68646,79.86724,1004.8781,258.4616,2180.5234,52.865532,2405.3147,640.8312,36.632313,29.381367,191.27353,231.03381,308.4932,918.22906,40.048386,16.094109,10.025999,470.35437,384.3204,108.34616,6.432067,596.7201,13.819991,592.2916,10.1912775,31.24281,0.0,904.71765,1754.8148,0.28154248,53.704475,14.742412,11153.728,34.520466,1.4447587,4.9118276,15.744777,14.468229,5.0119767,8.830185,295.64883,39.081543,4.055767,0.8570339,5.631162,285.55063,0.62931037,149.96437,91.22742,2634.2507,127.29973,107.54357,189.3414,808.1662,75.3459,56.144096,1191.3605,48.56172,83.32683,9.843075,30.008486,222.91505,12.3993225,9.520521,60.060093,20.505669,4200.7017,17.929865,35.939518,16.237354,13.523275,312.5753,59.71537,36.85887,9.247242,8.8601265,11.918975,53.931843,97.280464,51.226612,194.75734,18.922321,11.604116,55.734882,22.161451,27.128859,120.31012,11.057581,1.4525403,37.862007,11.5462475,1239.0809,23.404861,0.49519587,60.109276,15.182285,136.74911,70.453224,93.601974,9.622197,104.01371,343.42468,231.08926,33.22345,220.65984,51.76183,45.69767,68.97021,142.13512,21.781002,53.56551,467.17227,8.632332,15.855714,272.35675,21.126959,9.888204,49.07522,43.478443,506.92197,136.30948,168.1338,1891.1791,42.54472,1608.477,1473.6981,9.277903,7.3673387,1479.3749,17.701506,12.641533,390.58304,27.89234,49.319355,25.05068,76.23652,253.50943,376.1525,4.2767096,35.712555,88.61237,335.50674,6.828145,85.851036,8.394893,1.3808781,57.70424,1.0163217,1.1977584,3.4833212,10.441727,25.001097,16.286266,24.830645,221.91188,41.842743,21.07258,31.506048,10.295853,108.65323,4.9448924,105.37205,7.9096775,61.948082,8.717788,11.736333,24.591667,8.77621,26.50023,16.858871,1.0606668,54.561348,9.807815,216.71353,6.7101955,253.0835,19.24179,1158.2812,114.0009,2.9264677,9.178736,137.2402,172.3708,893.6356,946.0299 +2023-01-30 13:00:00,0.0,2120.1604,34.984066,5.477159,14.071594,21.224865,192.76306,25.871033,43.0971,17.352049,25.437899,242.05002,129.96196,12.985174,51.27489,5.1360483,3.8763583,37.55228,96.68938,60.42458,466.23123,37.95126,462.3544,136.95537,49.837723,125.38237,229.43773,79.881615,1005.11914,258.46817,2179.6582,52.895298,2404.7063,641.3412,36.65945,29.398,191.43118,231.03102,308.52548,918.8379,40.047043,16.083042,10.025074,470.30527,384.5633,108.42664,6.4308724,596.7843,13.822199,592.2866,10.197342,31.245907,0.0,904.9464,1754.8267,0.28158388,53.653095,14.743036,11155.526,34.532925,1.4454169,4.910573,15.745029,14.478628,5.016186,8.830537,295.73367,39.059216,4.0547147,0.85733926,5.635335,285.78796,0.6287282,149.98157,91.16277,2635.54,127.18492,107.57329,189.39673,808.2219,75.3981,56.1784,1192.0879,48.55269,83.33482,9.842588,30.023415,222.96187,12.401898,9.519491,60.072117,20.511644,4200.9736,17.929707,35.96203,16.238167,13.528834,312.638,59.72901,36.87668,9.249962,8.863459,11.915424,53.929237,97.3128,51.25504,194.77823,18.923258,11.614256,55.750828,22.155994,27.108278,120.318634,11.043481,1.4522614,37.88445,11.543733,1238.2885,23.409084,0.49473408,60.161793,15.187624,136.77284,70.42953,93.58708,9.624832,104.037636,343.44003,231.07,33.23341,220.62955,51.717518,45.69483,68.96935,142.20638,21.793674,53.584915,467.1421,8.640313,15.870157,272.45978,21.122639,9.889945,49.110065,43.504833,507.28027,136.38455,168.14174,1891.8611,42.46267,1608.3378,1473.4629,9.273239,7.3599124,1479.0145,17.69312,12.632046,390.50854,27.874496,49.291733,25.044886,76.1738,253.4905,376.06647,4.2749677,35.697723,88.49605,335.4492,6.823154,85.84327,8.391331,1.3805991,57.701813,1.0163662,1.197916,3.4838371,10.440731,24.99151,16.282179,24.83535,221.3602,41.82628,21.058659,31.495464,10.290015,108.687164,4.9343863,105.48208,7.905242,61.932217,8.696659,11.701208,24.561111,8.774093,26.466496,16.82668,1.0604243,54.546307,9.806916,216.70566,6.7091565,253.01796,19.237404,1158.4863,113.97356,2.926124,9.176826,137.21378,172.34003,893.565,946.1303 +2023-01-30 14:00:00,0.0,2119.588,34.96761,5.4714036,14.0250845,21.20844,192.65263,25.865404,43.083256,17.349615,25.433386,242.05742,129.9568,12.981598,51.267418,5.142766,3.881189,37.53311,96.80317,60.474724,465.99078,37.986507,461.8811,136.97215,49.88756,125.49147,229.189,79.89599,1005.3602,258.4747,2178.793,52.925064,2404.0977,641.8512,36.68659,29.414637,191.58885,231.02823,308.55777,919.44666,40.0457,16.071976,10.024149,470.2562,384.80618,108.50712,6.4296784,596.8485,13.824407,592.28156,10.203405,31.249004,0.0,905.1753,1754.8386,0.28162524,53.60172,14.743662,11157.326,34.545383,1.4460752,4.9093184,15.745282,14.489027,5.0203958,8.830889,295.8185,39.03689,4.0536623,0.8576447,5.639508,286.0253,0.62814605,149.99876,91.09812,2636.8293,127.070114,107.603,189.45206,808.27765,75.4503,56.212696,1192.8153,48.54365,83.34282,9.842103,30.038342,223.00867,12.404473,9.518462,60.084137,20.517618,4201.246,17.92955,35.984543,16.23898,13.534392,312.7007,59.742653,36.89449,9.252682,8.866791,11.911875,53.926636,97.34513,51.283466,194.79912,18.924192,11.624395,55.766777,22.150537,27.087696,120.32715,11.029382,1.4519825,37.906895,11.541218,1237.496,23.413307,0.4942723,60.214314,15.192963,136.79659,70.40582,93.57219,9.627466,104.06156,343.45535,231.05074,33.24337,220.59927,51.67321,45.69199,68.968506,142.27762,21.806347,53.604317,467.11188,8.6482935,15.884601,272.5628,21.118319,9.891687,49.14491,43.531223,507.63858,136.45964,168.14969,1892.5431,42.38062,1608.1984,1473.2275,9.268575,7.3524866,1478.654,17.684732,12.622559,390.43402,27.856653,49.264114,25.039093,76.11108,253.47156,375.98044,4.273226,35.68289,88.379715,335.3916,6.8181624,85.8355,8.387769,1.3803203,57.69939,1.0164108,1.1980737,3.484353,10.439735,24.981924,16.278091,24.840054,220.80852,41.80981,21.044739,31.484879,10.284178,108.7211,4.92388,105.59212,7.9008064,61.91635,8.6755295,11.666084,24.530556,8.7719755,26.432758,16.794489,1.0601819,54.53126,9.806018,216.69777,6.708117,252.95242,19.233017,1158.6914,113.94621,2.9257803,9.174915,137.18733,172.30925,893.4944,946.2308 +2023-01-30 15:00:00,0.0,2119.0154,34.951157,5.465648,13.978575,21.192017,192.54219,25.859776,43.06941,17.34718,25.428875,242.0648,129.95163,12.978022,51.259945,5.149483,3.88602,37.513943,96.916954,60.52487,465.75034,38.021755,461.4078,136.98894,49.937397,125.60057,228.94026,79.910355,1005.60126,258.48123,2177.9277,52.95483,2403.489,642.36127,36.713726,29.43127,191.7465,231.02545,308.59006,920.0555,40.044353,16.06091,10.023224,470.20712,385.04907,108.58759,6.428484,596.9127,13.826614,592.27655,10.20947,31.2521,0.0,905.40405,1754.8505,0.2816666,53.55034,14.744287,11159.126,34.55784,1.4467335,4.9080644,15.745534,14.499426,5.0246053,8.831241,295.90335,39.01456,4.05261,0.8579501,5.643681,286.2626,0.6275639,150.01596,91.03347,2638.1187,126.95531,107.63271,189.50739,808.33344,75.5025,56.246998,1193.5427,48.534615,83.350815,9.841617,30.053268,223.05547,12.407048,9.517433,60.09616,20.523594,4201.518,17.929392,36.007057,16.239792,13.53995,312.76346,59.756294,36.9123,9.255401,8.870123,11.908325,53.92403,97.377464,51.311893,194.82,18.925129,11.634536,55.782722,22.14508,27.067116,120.33566,11.015283,1.4517037,37.92934,11.538703,1236.7035,23.41753,0.4938105,60.266834,15.198301,136.82033,70.382126,93.55729,9.630101,104.08549,343.47067,231.03148,33.25333,220.56898,51.6289,45.68915,68.96766,142.34886,21.81902,53.623722,467.0817,8.656274,15.899043,272.66583,21.113998,9.893429,49.179756,43.557617,507.9969,136.53473,168.15762,1893.2252,42.29857,1608.0591,1472.9922,9.263911,7.3450603,1478.2936,17.676346,12.613071,390.35953,27.83881,49.236492,25.033298,76.048355,253.45262,375.8944,4.2714834,35.668056,88.26338,335.33405,6.8131714,85.827736,8.384207,1.3800415,57.696968,1.0164554,1.1982313,3.4848692,10.438739,24.97234,16.274004,24.844759,220.25684,41.793346,21.030817,31.474295,10.278341,108.75504,4.9133735,105.702156,7.896371,61.900482,8.654401,11.6309595,24.5,8.769858,26.399021,16.762299,1.0599394,54.516216,9.8051195,216.6899,6.707078,252.88689,19.22863,1158.8965,113.91886,2.9254367,9.173005,137.1609,172.27847,893.4237,946.3312 +2023-01-30 16:00:00,0.0,2118.4429,34.9347,5.4598927,13.932065,21.17559,192.43176,25.854149,43.05556,17.344746,25.424364,242.07219,129.94646,12.974445,51.252472,5.1562004,3.890851,37.49477,97.03074,60.575016,465.5099,38.057003,460.9345,137.00572,49.987236,125.70967,228.69153,79.92473,1005.8423,258.48776,2177.0625,52.9846,2402.8804,642.8713,36.740864,29.447906,191.90416,231.02266,308.62234,920.6643,40.04301,16.049843,10.0223,470.15805,385.29196,108.668076,6.4272895,596.97687,13.828822,592.27155,10.215534,31.255198,0.0,905.6329,1754.8624,0.281708,53.49896,14.744911,11160.925,34.570297,1.4473917,4.90681,15.745787,14.509825,5.028815,8.831593,295.98822,38.992233,4.051557,0.85825545,5.647854,286.49994,0.62698174,150.03314,90.96882,2639.408,126.8405,107.66243,189.56271,808.38916,75.554695,56.2813,1194.2701,48.52558,83.35881,9.841131,30.068195,223.10228,12.409623,9.516403,60.108185,20.52957,4201.7905,17.929235,36.02957,16.240604,13.545508,312.82617,59.769936,36.930107,9.258121,8.873456,11.904775,53.921425,97.4098,51.340324,194.8409,18.926064,11.644675,55.798668,22.139624,27.046535,120.344185,11.001183,1.4514247,37.951782,11.536188,1235.911,23.421753,0.49334872,60.319355,15.203641,136.84406,70.35842,93.5424,9.632735,104.109406,343.48602,231.0122,33.263294,220.5387,51.584587,45.68631,68.966805,142.4201,21.831692,53.643124,467.05148,8.664254,15.9134865,272.76886,21.109678,9.89517,49.2146,43.584007,508.35516,136.6098,168.16557,1893.9072,42.21652,1607.9198,1472.757,9.259247,7.337634,1477.9332,17.66796,12.603584,390.28503,27.820969,49.20887,25.027504,75.985634,253.43369,375.80838,4.2697415,35.653225,88.14705,335.27646,6.8081803,85.81997,8.380645,1.3797626,57.694546,1.0165,1.198389,3.4853852,10.437743,24.962753,16.269917,24.849463,219.70515,41.776882,21.016897,31.463709,10.272504,108.78898,4.9028673,105.81219,7.8919353,61.884617,8.633272,11.595836,24.469444,8.767742,26.365286,16.730106,1.0596969,54.501175,9.804221,216.682,6.706039,252.82137,19.224243,1159.1014,113.89152,2.9250932,9.171095,137.13448,172.24771,893.3531,946.4316 +2023-01-30 17:00:00,0.0,2117.8704,34.918243,5.454137,13.885555,21.159166,192.32133,25.84852,43.041714,17.342312,25.419853,242.07959,129.9413,12.970869,51.245,5.162918,3.8956819,37.4756,97.14452,60.62516,465.26944,38.092255,460.4612,137.0225,50.037075,125.81877,228.4428,79.9391,1006.0833,258.49432,2176.1973,53.014366,2402.272,643.3813,36.768,29.46454,192.06183,231.01987,308.65463,921.27313,40.041668,16.038776,10.021375,470.10895,385.53485,108.74855,6.426095,597.0411,13.83103,592.2665,10.221599,31.258295,0.0,905.8617,1754.8744,0.28174937,53.447582,14.745536,11162.725,34.582756,1.44805,4.9055552,15.746039,14.520224,5.0330243,8.831944,296.07306,38.96991,4.0505047,0.85856086,5.6520267,286.73727,0.6263996,150.05034,90.90417,2640.6973,126.72569,107.69215,189.61806,808.44495,75.606895,56.315598,1194.9977,48.516544,83.366806,9.840645,30.083122,223.14908,12.412198,9.515374,60.120205,20.535543,4202.0625,17.929077,36.052082,16.241417,13.551067,312.8889,59.783577,36.947918,9.260839,8.876788,11.901225,53.918823,97.44213,51.36875,194.86179,18.927,11.654815,55.814613,22.134167,27.025955,120.3527,10.987083,1.4511459,37.974228,11.533673,1235.1185,23.425976,0.49288693,60.371876,15.20898,136.8678,70.334724,93.527504,9.635369,104.13333,343.50134,230.99295,33.273254,220.5084,51.54028,45.68347,68.96596,142.49135,21.844364,53.66253,467.02127,8.672235,15.92793,272.87192,21.105358,9.896913,49.249447,43.610397,508.71347,136.68489,168.17351,1894.5891,42.134468,1607.7805,1472.5216,9.254583,7.3302083,1477.5728,17.659575,12.594097,390.2105,27.803125,49.18125,25.021711,75.92291,253.41475,375.72235,4.2679996,35.63839,88.030716,335.2189,6.803189,85.8122,8.377083,1.3794837,57.69212,1.0165446,1.1985466,3.485901,10.436748,24.953167,16.26583,24.854166,219.15347,41.760418,21.002975,31.453125,10.266666,108.822914,4.892361,105.922226,7.8875,61.86875,8.612143,11.560711,24.438889,8.765625,26.331549,16.697916,1.0594546,54.48613,9.803323,216.67412,6.7049994,252.75583,19.219856,1159.3065,113.86417,2.9247494,9.169186,137.10805,172.21693,893.2824,946.532 +2023-01-30 18:00:00,0.0,2117.298,34.901787,5.4483814,13.839045,21.142742,192.21089,25.842892,43.02787,17.339876,25.41534,242.08698,129.93613,12.967292,51.237526,5.1696353,3.9005127,37.45643,97.258316,60.675304,465.029,38.127502,459.9879,137.03929,50.08691,125.92787,228.19406,79.95347,1006.32434,258.50085,2175.332,53.044132,2401.6633,643.89136,36.79514,29.481176,192.21948,231.01707,308.68692,921.88196,40.04032,16.027708,10.02045,470.05988,385.77774,108.82903,6.424901,597.1053,13.833238,592.2615,10.227662,31.261393,0.0,906.0905,1754.8862,0.28179073,53.396202,14.7461605,11164.524,34.595215,1.4487083,4.9043007,15.746292,14.5306225,5.037234,8.832296,296.1579,38.947582,4.0494523,0.8588663,5.6561995,286.9746,0.6258174,150.06754,90.839516,2641.9866,126.610886,107.72186,189.67339,808.5007,75.659096,56.3499,1195.7251,48.507507,83.3748,9.840158,30.098051,223.19588,12.414773,9.514345,60.13223,20.54152,4202.3345,17.92892,36.074596,16.24223,13.556625,312.95163,59.79722,36.965725,9.263559,8.88012,11.897675,53.916218,97.47446,51.39718,194.88268,18.927935,11.664954,55.83056,22.12871,27.005375,120.36121,10.972984,1.4508669,37.996674,11.531158,1234.326,23.4302,0.49242514,60.424397,15.214318,136.89154,70.31102,93.51261,9.638004,104.15726,343.51666,230.9737,33.283215,220.47812,51.495968,45.68063,68.96511,142.5626,21.857037,53.68193,466.9911,8.680215,15.942372,272.97495,21.101038,9.898654,49.28429,43.636787,509.07178,136.75998,168.18146,1895.2711,42.052418,1607.6411,1472.2864,9.249919,7.322782,1477.2124,17.651188,12.58461,390.13602,27.785282,49.15363,25.015917,75.86019,253.39581,375.63632,4.266258,35.623558,87.91439,335.16132,6.7981977,85.804436,8.373521,1.3792049,57.689697,1.0165892,1.1987044,3.4864173,10.435752,24.94358,16.261744,24.858871,218.60179,41.74395,20.989056,31.442541,10.26083,108.85686,4.881855,106.03226,7.8830647,61.852886,8.591014,11.525587,24.408333,8.763508,26.297812,16.665726,1.0592121,54.471085,9.802424,216.66624,6.7039604,252.69029,19.21547,1159.5116,113.83682,2.9244058,9.167275,137.08162,172.18616,893.2118,946.6324 +2023-01-30 19:00:00,0.0,2116.7256,34.88533,5.442626,13.792535,21.126316,192.10046,25.837265,43.014023,17.337442,25.41083,242.09436,129.93095,12.963716,51.230053,5.1763525,3.9053438,37.43726,97.3721,60.72545,464.78854,38.16275,459.51462,137.05608,50.13675,126.03697,227.94533,79.96784,1006.5654,258.5074,2174.4668,53.0739,2401.0547,644.40137,36.822277,29.49781,192.37714,231.01428,308.7192,922.4907,40.03898,16.016642,10.019525,470.0108,386.02063,108.90951,6.4237065,597.1695,13.835446,592.2564,10.2337265,31.26449,0.0,906.3193,1754.8982,0.28183213,53.344822,14.746785,11166.323,34.607674,1.4493666,4.903046,15.746545,14.541021,5.0414433,8.832648,296.24277,38.925255,4.0484,0.8591716,5.6603727,287.21194,0.62523526,150.08473,90.774864,2643.276,126.49608,107.75157,189.72871,808.5564,75.711296,56.3842,1196.4525,48.498474,83.3828,9.839673,30.11298,223.24269,12.417348,9.513316,60.14425,20.547493,4202.607,17.928762,36.09711,16.24304,13.562183,313.01434,59.81086,36.983536,9.266278,8.883452,11.894125,53.913612,97.50679,51.425606,194.90356,18.928871,11.675095,55.846504,22.123253,26.984793,120.36973,10.958884,1.450588,38.019115,11.528644,1233.5336,23.434423,0.49196333,60.476913,15.219657,136.91528,70.28732,93.49772,9.640638,104.18118,343.532,230.95442,33.29318,220.44783,51.45166,45.67779,68.96426,142.63385,21.869709,53.701336,466.96088,8.688196,15.956816,273.07797,21.096718,9.900396,49.319134,43.663177,509.43008,136.83507,168.18939,1895.9532,41.970367,1607.5018,1472.051,9.245255,7.3153563,1476.8519,17.642801,12.575124,390.06152,27.767439,49.126007,25.010124,75.79747,253.37688,375.5503,4.264516,35.608727,87.79806,335.10376,6.7932067,85.79667,8.36996,1.378926,57.687275,1.0166337,1.1988621,3.4869332,10.434756,24.933994,16.257656,24.863575,218.05011,41.727486,20.975134,31.431955,10.2549925,108.89079,4.8713484,106.142296,7.878629,61.83702,8.569884,11.490462,24.377777,8.761391,26.264076,16.633535,1.0589696,54.456043,9.801526,216.65836,6.7029214,252.62477,19.211082,1159.7167,113.80947,2.924062,9.165365,137.05519,172.15538,893.1412,946.7328 +2023-01-30 20:00:00,0.0,2116.153,34.868874,5.43687,13.746025,21.109892,191.99004,25.831636,43.000175,17.335009,25.406319,242.10176,129.9258,12.960139,51.22258,5.18307,3.9101746,37.418087,97.485886,60.775597,464.5481,38.197998,459.04132,137.07286,50.186584,126.14607,227.6966,79.982216,1006.80646,258.51392,2173.6016,53.103664,2400.4463,644.9114,36.849415,29.514444,192.5348,231.01149,308.7515,923.09955,40.037636,16.005575,10.0185995,469.96173,386.26352,108.98998,6.422512,597.23364,13.837654,592.2514,10.239791,31.267586,0.0,906.5481,1754.91,0.2818735,53.293446,14.74741,11168.123,34.620132,1.4500248,4.9017916,15.746798,14.55142,5.045653,8.833001,296.3276,38.902927,4.0473475,0.85947704,5.6645455,287.44925,0.6246531,150.10193,90.71022,2644.5654,126.38127,107.78129,189.78404,808.6122,75.7635,56.4185,1197.1799,48.489437,83.39079,9.839187,30.127907,223.28949,12.419924,9.512286,60.156273,20.553469,4202.879,17.928606,36.119625,16.243853,13.567742,313.07706,59.8245,37.001343,9.268998,8.8867855,11.890575,53.911007,97.53912,51.454033,194.92445,18.929806,11.685234,55.86245,22.117796,26.964212,120.37824,10.944785,1.4503092,38.04156,11.526129,1232.7411,23.438646,0.49150154,60.529434,15.224996,136.93901,70.26362,93.48283,9.643272,104.20511,343.54733,230.93517,33.30314,220.41754,51.40735,45.67495,68.96341,142.7051,21.88238,53.720737,466.9307,8.696177,15.971259,273.181,21.092398,9.902138,49.35398,43.689568,509.7884,136.91014,168.19734,1896.6353,41.888317,1607.3625,1471.8158,9.240591,7.30793,1476.4915,17.634415,12.565637,389.987,27.749598,49.09839,25.00433,75.73475,253.35794,375.46426,4.262774,35.59389,87.681725,335.04617,6.788215,85.7889,8.366398,1.3786472,57.684853,1.0166783,1.1990197,3.4874492,10.433761,24.924408,16.253569,24.86828,217.49843,41.71102,20.961214,31.421371,10.249155,108.92473,4.860842,106.252335,7.8741937,61.821156,8.548756,11.4553385,24.347221,8.759274,26.23034,16.601343,1.0587271,54.440998,9.800628,216.65048,6.701882,252.55923,19.206696,1159.9218,113.78213,2.9237185,9.163455,137.02876,172.1246,893.0705,946.83325 +2023-01-30 21:00:00,0.0,2115.5806,34.85242,5.4311147,13.699515,21.093468,191.8796,25.826008,42.98633,17.332573,25.401808,242.10915,129.92062,12.956563,51.215107,5.1897874,3.9150054,37.39892,97.59967,60.82574,464.30765,38.23325,458.56802,137.08965,50.236423,126.25517,227.44786,79.99658,1007.0475,258.52045,2172.7363,53.13343,2399.8376,645.4214,36.876553,29.53108,192.69246,231.0087,308.78378,923.7084,40.03629,15.99451,10.017675,469.91263,386.5064,109.070465,6.4213176,597.29785,13.839862,592.24634,10.245855,31.270683,0.0,906.7769,1754.922,0.28191486,53.242065,14.7480345,11169.923,34.63259,1.4506832,4.9005375,15.74705,14.561819,5.0498624,8.833353,296.41245,38.8806,4.046295,0.85978246,5.6687183,287.68658,0.6240709,150.11911,90.64557,2645.8547,126.266464,107.811005,189.83937,808.6679,75.8157,56.4528,1197.9073,48.4804,83.39879,9.838701,30.142834,223.33629,12.422499,9.511257,60.168297,20.559444,4203.1514,17.928448,36.142136,16.244665,13.5733,313.1398,59.838142,37.019154,9.271718,8.890118,11.887025,53.908405,97.57146,51.48246,194.94534,18.930742,11.695374,55.878395,22.112339,26.943632,120.38676,10.930686,1.4500302,38.064007,11.523614,1231.9486,23.44287,0.49103975,60.581955,15.230334,136.96275,70.23992,93.46793,9.645907,104.229034,343.56265,230.9159,33.3131,220.38727,51.363037,45.67211,68.96256,142.77634,21.895052,53.740143,466.90048,8.704157,15.985702,273.28403,21.088078,9.90388,49.388824,43.71596,510.1467,136.98523,168.20528,1897.3173,41.806267,1607.2231,1471.5804,9.235927,7.3005037,1476.1311,17.626028,12.5561495,389.9125,27.731754,49.070766,24.998537,75.67203,253.339,375.37823,4.261032,35.57906,87.56539,334.98862,6.783224,85.781136,8.362836,1.3783683,57.68243,1.0167229,1.1991774,3.4879653,10.432765,24.914824,16.249481,24.872984,216.94675,41.694557,20.947292,31.410786,10.243318,108.95867,4.850336,106.362366,7.869758,61.80529,8.527627,11.420214,24.316668,8.757157,26.196602,16.569153,1.0584847,54.425957,9.799729,216.6426,6.700843,252.4937,19.20231,1160.1268,113.75478,2.923375,9.161545,137.00233,172.09383,892.9999,946.93365 +2023-01-30 22:00:00,0.0,2115.008,34.835964,5.4253592,13.653006,21.077044,191.76917,25.820381,42.972485,17.33014,25.397295,242.11653,129.91545,12.952987,51.207634,5.1965046,3.9198365,37.379745,97.71346,60.875885,464.0672,38.268497,458.09473,137.10643,50.286263,126.36427,227.19913,80.010956,1007.2885,258.527,2171.871,53.163197,2399.229,645.93146,36.90369,29.547714,192.85013,231.0059,308.81607,924.3172,40.034946,15.983443,10.01675,469.86356,386.7493,109.15094,6.4201236,597.36206,13.84207,592.24133,10.251919,31.27378,0.0,907.00574,1754.9338,0.28195626,53.19069,14.74866,11171.722,34.64505,1.4513415,4.899283,15.747302,14.572218,5.054072,8.833705,296.4973,38.858273,4.0452423,0.8600878,5.672891,287.92392,0.6234887,150.1363,90.58092,2647.144,126.15166,107.84072,189.89471,808.72363,75.8679,56.4871,1198.6348,48.471367,83.406784,9.838215,30.15776,223.3831,12.425074,9.510228,60.180317,20.565418,4203.4233,17.928291,36.16465,16.245478,13.578858,313.2025,59.851784,37.03696,9.274437,8.89345,11.883475,53.9058,97.60379,51.510887,194.96623,18.931677,11.705513,55.89434,22.106882,26.923052,120.39527,10.916586,1.4497514,38.08645,11.521099,1231.1561,23.447092,0.49057797,60.634476,15.235673,136.9865,70.21622,93.45304,9.648541,104.25296,343.578,230.89664,33.323063,220.35698,51.31873,45.66927,68.96171,142.84758,21.907724,53.759544,466.8703,8.712137,16.000145,273.38705,21.083757,9.905622,49.42367,43.74235,510.505,137.06032,168.21323,1897.9993,41.724216,1607.0839,1471.3451,9.231263,7.293078,1475.7706,17.617641,12.546662,389.83798,27.713911,49.043144,24.992743,75.609314,253.32007,375.2922,4.25929,35.564228,87.449066,334.93103,6.778233,85.77337,8.359274,1.3780894,57.680004,1.0167675,1.199335,3.4884813,10.431769,24.905237,16.245394,24.877687,216.39507,41.678093,20.93337,31.400202,10.237481,108.99261,4.83983,106.472404,7.8653226,61.789425,8.506497,11.38509,24.286112,8.75504,26.162867,16.536963,1.0582423,54.41091,9.798831,216.63472,6.699804,252.42816,19.197924,1160.3319,113.72743,2.923031,9.159635,136.9759,172.06305,892.9292,947.03406 +2023-01-30 23:00:00,0.0,2114.4355,34.819508,5.4196033,13.606496,21.060617,191.65874,25.814753,42.958637,17.327703,25.392784,242.12393,129.9103,12.94941,51.20016,5.2032223,3.9246674,37.360577,97.82725,60.92603,463.82675,38.303745,457.62143,137.12321,50.336098,126.47337,226.9504,80.02533,1007.52954,258.53354,2171.0059,53.192966,2398.6206,646.44147,36.93083,29.56435,193.00778,231.00311,308.84836,924.92596,40.033604,15.972377,10.015825,469.81448,386.9922,109.231415,6.418929,597.4263,13.844277,592.2363,10.257983,31.276878,0.0,907.2345,1754.9458,0.28199762,53.13931,14.749285,11173.521,34.657505,1.4519998,4.8980284,15.747555,14.582617,5.0582814,8.834057,296.58215,38.83595,4.04419,0.8603932,5.6770644,288.16125,0.62290657,150.1535,90.516266,2648.4333,126.03685,107.870445,189.95004,808.7794,75.92009,56.5214,1199.3622,48.46233,83.41478,9.8377285,30.172688,223.4299,12.427649,9.509198,60.19234,20.571394,4203.696,17.928133,36.187164,16.24629,13.584417,313.26523,59.865425,37.05477,9.277157,8.896782,11.879925,53.903194,97.63612,51.539314,194.98712,18.932611,11.715653,55.910286,22.101425,26.90247,120.403786,10.902487,1.4494724,38.108894,11.518584,1230.3636,23.451317,0.49011618,60.686996,15.241013,137.01024,70.19252,93.43815,9.651176,104.27688,343.59332,230.87737,33.333023,220.32669,51.274418,45.66643,68.96086,142.91884,21.920397,53.77895,466.8401,8.720118,16.014587,273.4901,21.079437,9.907363,49.458515,43.76874,510.8633,137.13539,168.22116,1898.6813,41.642166,1606.9446,1471.1099,9.226599,7.2856517,1475.4103,17.609257,12.537175,389.7635,27.696068,49.015526,24.986948,75.54659,253.30113,375.20618,4.2575483,35.549393,87.33273,334.87347,6.7732415,85.7656,8.355712,1.3778106,57.67758,1.0168121,1.1994927,3.4889972,10.430774,24.89565,16.241306,24.882393,215.84338,41.661625,20.91945,31.389616,10.231644,109.02654,4.8293233,106.58244,7.860887,61.77356,8.485369,11.349965,24.255556,8.752923,26.12913,16.504772,1.0579998,54.395866,9.797933,216.62683,6.6987643,252.36264,19.193537,1160.537,113.70009,2.9226875,9.157724,136.94948,172.03229,892.8586,947.13446 +2023-01-31 00:00:00,0.0,2113.863,34.80305,5.413848,13.559986,21.044193,191.5483,25.809124,42.94479,17.32527,25.388273,242.13132,129.90512,12.945834,51.192688,5.2099395,3.9294982,37.341408,97.94103,60.976177,463.5863,38.338993,457.14813,137.14,50.385937,126.58247,226.70166,80.0397,1007.77057,258.54007,2170.1404,53.222733,2398.012,646.9515,36.957966,29.580984,193.16544,231.00032,308.88065,925.5348,40.032257,15.96131,10.0149,469.76538,387.23508,109.3119,6.4177346,597.4904,13.846485,592.23126,10.264048,31.279976,0.0,907.4634,1754.9578,0.282039,53.08793,14.749909,11175.321,34.669964,1.452658,4.896774,15.7478075,14.593016,5.062491,8.834409,296.667,38.81362,4.0431376,0.86069864,5.681237,288.39856,0.6223244,150.1707,90.451614,2649.7227,125.92204,107.90016,190.00537,808.83514,75.97229,56.555702,1200.0896,48.453293,83.422775,9.837243,30.187616,223.47672,12.430223,9.508169,60.204365,20.577368,4203.968,17.927977,36.20968,16.247103,13.589975,313.32797,59.879066,37.072582,9.279876,8.900115,11.876375,53.90059,97.66846,51.56774,195.00801,18.933548,11.725793,55.92623,22.095968,26.88189,120.4123,10.888388,1.4491936,38.13134,11.516069,1229.5712,23.45554,0.4896544,60.739517,15.246351,137.03397,70.168816,93.423256,9.6538105,104.300804,343.60864,230.85811,33.342983,220.2964,51.23011,45.66359,68.960014,142.99008,21.93307,53.79835,466.80988,8.728098,16.029032,273.59314,21.075117,9.909105,49.493362,43.79513,511.2216,137.21048,168.22911,1899.3633,41.560116,1606.8052,1470.8745,9.221935,7.278226,1475.0498,17.60087,12.527688,389.689,27.678226,48.987904,24.981155,75.48387,253.2822,375.12015,4.255806,35.53456,87.2164,334.8159,6.7682505,85.757835,8.35215,1.3775316,57.67516,1.0168567,1.1996504,3.4895132,10.429778,24.886065,16.237219,24.887096,215.2917,41.64516,20.905529,31.379032,10.225806,109.060486,4.818817,106.692474,7.8564515,61.757694,8.464239,11.314841,24.225,8.750806,26.095392,16.47258,1.0577574,54.380825,9.797034,216.61896,6.6977253,252.2971,19.18915,1160.7421,113.67274,2.9223437,9.155814,136.92305,172.00151,892.78796,947.23486 +2023-01-31 01:00:00,0.0,2113.2905,34.786594,5.4080925,13.513476,21.02777,191.43787,25.803497,42.930943,17.322836,25.383762,242.1387,129.89995,12.942258,51.185215,5.2166567,3.9343293,37.322235,98.05482,61.02632,463.34586,38.374245,456.67484,137.15678,50.435772,126.691574,226.45293,80.05407,1008.01166,258.5466,2169.2751,53.2525,2397.4033,647.46155,36.985104,29.59762,193.3231,230.99753,308.91293,926.1436,40.030914,15.950244,10.013975,469.7163,387.47797,109.39237,6.41654,597.5546,13.848693,592.22626,10.270112,31.283072,0.0,907.69214,1754.9696,0.28208038,53.036552,14.750534,11177.12,34.682423,1.4533163,4.8955193,15.74806,14.603415,5.0667005,8.834761,296.75183,38.791294,4.042085,0.861004,5.68541,288.6359,0.62174225,150.18788,90.38696,2651.012,125.807236,107.92987,190.0607,808.89087,76.02449,56.59,1200.817,48.44426,83.43077,9.836757,30.202545,223.52351,12.432798,9.50714,60.216385,20.583344,4204.2397,17.927818,36.23219,16.247915,13.595533,313.3907,59.892708,37.09039,9.282596,8.903447,11.872825,53.897987,97.70079,51.59617,195.0289,18.934483,11.735932,55.942177,22.090511,26.86131,120.420815,10.874288,1.4489146,38.15378,11.513555,1228.7787,23.459763,0.4891926,60.792038,15.25169,137.05771,70.14512,93.40836,9.656445,104.32473,343.624,230.83884,33.352943,220.26611,51.1858,45.66075,68.95916,143.06133,21.945742,53.817757,466.7797,8.736078,16.043474,273.69617,21.070797,9.910847,49.528206,43.82152,511.5799,137.28557,168.23705,1900.0453,41.478065,1606.6659,1470.6393,9.217271,7.2707996,1474.6895,17.592484,12.518202,389.61447,27.660383,48.96028,24.97536,75.42115,253.26326,375.03412,4.254064,35.51973,87.10007,334.75833,6.7632594,85.75007,8.348589,1.3772528,57.672737,1.0169013,1.199808,3.4900293,10.428782,24.876478,16.233131,24.891802,214.74002,41.628696,20.89161,31.368448,10.21997,109.09442,4.808311,106.80251,7.852016,61.74183,8.44311,11.2797165,24.194445,8.74869,26.061655,16.44039,1.0575149,54.36578,9.796137,216.61107,6.6966863,252.23157,19.184763,1160.947,113.64539,2.9220002,9.153904,136.89662,171.97073,892.7173,947.3353 +2023-01-31 02:00:00,0.0,2112.718,34.770138,5.402337,13.466967,21.011343,191.32744,25.797869,42.9171,17.3204,25.37925,242.1461,129.89479,12.938682,51.177742,5.2233744,3.93916,37.303066,98.16861,61.076466,463.1054,38.409492,456.20154,137.17357,50.48561,126.800674,226.2042,80.06844,1008.2527,258.55313,2168.41,53.282265,2396.7947,647.97156,37.01224,29.614254,193.48076,230.99474,308.94522,926.75244,40.02957,15.9391775,10.013051,469.66724,387.72086,109.47285,6.415346,597.61884,13.850901,592.2212,10.2761755,31.28617,0.0,907.921,1754.9816,0.28212175,52.985172,14.751159,11178.92,34.69488,1.4539746,4.8942647,15.748313,14.613813,5.0709105,8.835113,296.8367,38.768967,4.041033,0.8613094,5.689583,288.87323,0.6211601,150.20508,90.32231,2652.3013,125.69243,107.95959,190.11603,808.94666,76.07669,56.624302,1201.5446,48.435223,83.43877,9.83627,30.217472,223.57031,12.435373,9.506111,60.22841,20.58932,4204.512,17.927662,36.254704,16.248728,13.601091,313.4534,59.90635,37.1082,9.285315,8.906779,11.869275,53.895382,97.73312,51.624596,195.04979,18.93542,11.746072,55.958122,22.085054,26.840729,120.42934,10.8601885,1.4486357,38.176228,11.51104,1227.9862,23.463985,0.48873082,60.844555,15.257029,137.08145,70.121414,93.39347,9.65908,104.348656,343.6393,230.81958,33.362907,220.23582,51.141487,45.65791,68.95831,143.13257,21.958414,53.83716,466.74948,8.74406,16.057917,273.7992,21.066477,9.912589,49.56305,43.84791,511.9382,137.36064,168.245,1900.7273,41.396015,1606.5266,1470.4039,9.212607,7.2633734,1474.329,17.584097,12.508715,389.53998,27.64254,48.932663,24.969568,75.35843,253.24432,374.9481,4.252322,35.504894,86.983734,334.70074,6.758268,85.7423,8.345027,1.376974,57.670315,1.0169458,1.1999657,3.4905453,10.427787,24.866892,16.229044,24.896505,214.18834,41.612232,20.877687,31.357862,10.214132,109.12836,4.797805,106.912544,7.8475804,61.725964,8.421982,11.244593,24.163889,8.7465725,26.02792,16.4082,1.0572724,54.35074,9.7952385,216.6032,6.695647,252.16605,19.180376,1161.1521,113.61804,2.9216566,9.151994,136.8702,171.93996,892.64667,947.4357 +2023-01-31 03:00:00,0.0,2112.1455,34.753685,5.396581,13.420457,20.994919,191.217,25.79224,42.90325,17.317966,25.374739,242.15349,129.88962,12.935104,51.17027,5.2300916,3.943991,37.283894,98.282394,61.12661,462.86496,38.44474,455.72824,137.19037,50.53545,126.909775,225.95546,80.08282,1008.4937,258.5597,2167.5447,53.31203,2396.1863,648.48157,37.03938,29.63089,193.63843,230.99194,308.9775,927.36127,40.028225,15.928111,10.012126,469.61816,387.96375,109.55333,6.4141517,597.683,13.853108,592.2162,10.28224,31.289267,0.0,908.1498,1754.9934,0.2821631,52.933792,14.751783,11180.72,34.70734,1.4546329,4.8930106,15.748566,14.624212,5.07512,8.8354645,296.92154,38.74664,4.0399804,0.8616148,5.693756,289.11057,0.62057793,150.22227,90.25766,2653.5906,125.57762,107.9893,190.17137,809.0024,76.12889,56.658604,1202.272,48.426186,83.44676,9.835785,30.232399,223.61713,12.437948,9.505081,60.240433,20.595293,4204.784,17.927504,36.277218,16.24954,13.60665,313.51614,59.91999,37.126007,9.288034,8.910111,11.8657255,53.892776,97.76546,51.653023,195.07068,18.936354,11.756212,55.974068,22.079597,26.820148,120.43785,10.846088,1.4483569,38.19867,11.508525,1227.1937,23.468208,0.48826903,60.897076,15.262367,137.1052,70.09772,93.37858,9.661714,104.37258,343.65463,230.80031,33.372868,220.20554,51.09718,45.65507,68.95746,143.20383,21.971087,53.856564,466.7193,8.75204,16.072361,273.90222,21.062155,9.9143305,49.597897,43.874306,512.2965,137.43573,168.25293,1901.4094,41.313965,1606.3872,1470.1686,9.207943,7.2559476,1473.9685,17.57571,12.499228,389.46548,27.624697,48.90504,24.963774,75.29571,253.22539,374.86206,4.2505803,35.490063,86.86741,334.6432,6.753277,85.73453,8.341465,1.3766952,57.66789,1.0169904,1.2001233,3.4910612,10.426791,24.857307,16.224957,24.901209,213.63666,41.595768,20.863768,31.347279,10.208295,109.1623,4.787298,107.02258,7.8431454,61.7101,8.400852,11.209468,24.133333,8.744455,25.994183,16.376007,1.0570301,54.335693,9.79434,216.5953,6.6946077,252.10051,19.17599,1161.3572,113.5907,2.9213128,9.150084,136.84377,171.90918,892.576,947.53613 +2023-01-31 04:00:00,0.0,2111.573,34.73723,5.3908257,13.373947,20.978495,191.10657,25.786613,42.889404,17.315533,25.370228,242.16087,129.88445,12.931528,51.162796,5.236809,3.948822,37.264725,98.39618,61.176754,462.6245,38.47999,455.25494,137.20715,50.585285,127.018875,225.70673,80.09718,1008.73474,258.56622,2166.6794,53.341797,2395.5776,648.9916,37.066517,29.647524,193.79608,230.98917,309.0098,927.97003,40.026882,15.917045,10.011201,469.56906,388.20663,109.633804,6.412957,597.7472,13.855316,592.2111,10.288304,31.292364,0.0,908.37866,1755.0054,0.2822045,52.882416,14.752408,11182.519,34.7198,1.4552913,4.891756,15.748818,14.634611,5.0793295,8.835817,297.00638,38.724316,4.0389276,0.8619202,5.697929,289.3479,0.6199958,150.23947,90.19301,2654.8801,125.462814,108.01902,190.2267,809.05817,76.18109,56.6929,1202.9994,48.417152,83.45475,9.835299,30.247326,223.66393,12.440523,9.504052,60.252453,20.601269,4205.0566,17.927347,36.299732,16.250353,13.612208,313.57886,59.93363,37.143818,9.290754,8.913444,11.862175,53.890175,97.79779,51.68145,195.09155,18.93729,11.766352,55.990017,22.07414,26.799566,120.446365,10.831989,1.4480779,38.221115,11.50601,1226.4012,23.472431,0.48780724,60.949596,15.267706,137.12892,70.07401,93.363686,9.664348,104.39651,343.66998,230.78105,33.382828,220.17525,51.052868,45.65223,68.95661,143.27507,21.983759,53.875965,466.6891,8.76002,16.086803,274.00528,21.057835,9.916073,49.63274,43.900696,512.6548,137.51082,168.26088,1902.0913,41.231915,1606.2479,1469.9333,9.2032795,7.2485213,1473.6082,17.567326,12.48974,389.39096,27.606855,48.87742,24.957981,75.23299,253.20645,374.77603,4.2488384,35.475227,86.751076,334.5856,6.748286,85.72676,8.337903,1.3764162,57.665466,1.017035,1.200281,3.4915774,10.425796,24.847721,16.22087,24.905914,213.08498,41.5793,20.849846,31.336693,10.202457,109.196236,4.776792,107.13262,7.83871,61.694233,8.379724,11.174344,24.102777,8.742338,25.960445,16.343817,1.0567876,54.32065,9.793442,216.58743,6.6935687,252.03497,19.171602,1161.5623,113.563354,2.9209692,9.148173,136.81732,171.8784,892.5054,947.63654 +2023-01-31 05:00:00,0.0,2111.0005,34.72077,5.3850703,13.327437,20.96207,190.99614,25.780985,42.875557,17.313097,25.365717,242.16827,129.87929,12.927952,51.155323,5.2435265,3.9536529,37.245552,98.509964,61.226902,462.38406,38.51524,454.78165,137.22394,50.635124,127.127975,225.458,80.11156,1008.97577,258.57275,2165.8142,53.371563,2394.969,649.50165,37.093655,29.66416,193.95374,230.98637,309.04208,928.57886,40.02554,15.905978,10.010276,469.52,388.44952,109.71428,6.4117627,597.8114,13.857524,592.2061,10.294369,31.295462,0.0,908.6074,1755.0172,0.28224587,52.831036,14.753033,11184.318,34.732258,1.4559495,4.8905015,15.749071,14.64501,5.083539,8.836169,297.09125,38.70199,4.037875,0.8622256,5.7021017,289.5852,0.6194136,150.25665,90.128365,2656.1694,125.34801,108.04874,190.28203,809.1139,76.23329,56.727203,1203.7268,48.408115,83.462746,9.834813,30.262253,223.71072,12.443099,9.503023,60.264477,20.607243,4205.3286,17.927189,36.322243,16.251165,13.617766,313.6416,59.947273,37.161625,9.293473,8.916777,11.858625,53.88757,97.830124,51.70988,195.11244,18.938225,11.776491,56.005962,22.068684,26.778986,120.45488,10.81789,1.4477991,38.24356,11.503495,1225.6088,23.476656,0.48734546,61.002117,15.273045,137.15266,70.050316,93.34879,9.666983,104.42043,343.6853,230.76178,33.39279,220.14497,51.00856,45.64939,68.955765,143.34631,21.996431,53.89537,466.6589,8.768001,16.101246,274.1083,21.053514,9.917814,49.667587,43.927086,513.0131,137.5859,168.26881,1902.7733,41.149864,1606.1086,1469.698,9.198615,7.2410955,1473.2477,17.558939,12.480253,389.31647,27.589012,48.8498,24.952187,75.170265,253.18752,374.69,4.2470965,35.460396,86.63474,334.52805,6.7432942,85.718994,8.334341,1.3761374,57.663044,1.0170796,1.2004387,3.4920933,10.4248,24.838135,16.216782,24.910618,212.5333,41.562836,20.835926,31.326109,10.196621,109.23017,4.766286,107.24265,7.8342743,61.678368,8.358594,11.139219,24.072222,8.740222,25.92671,16.311626,1.0565451,54.305607,9.792543,216.57954,6.692529,251.96944,19.167215,1161.7673,113.536,2.9206257,9.146263,136.7909,171.84763,892.43475,947.73694 +2023-01-31 06:00:00,0.0,2110.4282,34.704315,5.3793144,13.280928,20.945644,190.8857,25.775356,42.861713,17.310663,25.361204,242.17566,129.87411,12.924376,51.14785,5.2502437,3.9584837,37.226383,98.62376,61.277046,462.14362,38.550488,454.30835,137.24072,50.68496,127.237076,225.20926,80.12593,1009.21686,258.57928,2164.949,53.40133,2394.3606,650.01166,37.120792,29.680794,194.11139,230.98358,309.07437,929.1877,40.024193,15.894912,10.009351,469.47092,388.69238,109.79476,6.4105687,597.8756,13.859732,592.2011,10.300432,31.29856,0.0,908.8363,1755.0292,0.28228724,52.779655,14.753658,11186.118,34.744713,1.4566078,4.889247,15.749323,14.655409,5.0877485,8.836521,297.1761,38.67966,4.036823,0.862531,5.7062745,289.82254,0.61883146,150.27385,90.06371,2657.4587,125.2332,108.078445,190.33736,809.1696,76.285484,56.761505,1204.4542,48.39908,83.47074,9.834327,30.277182,223.75754,12.445674,9.501993,60.2765,20.613218,4205.6006,17.927032,36.344757,16.251978,13.623325,313.7043,59.96091,37.179436,9.296193,8.920109,11.855075,53.884964,97.86246,51.738308,195.13333,18.939161,11.786631,56.021908,22.063227,26.758406,120.463394,10.80379,1.4475201,38.266003,11.50098,1224.8163,23.480879,0.48688367,61.054638,15.278384,137.1764,70.02661,93.3339,9.669617,104.44435,343.70062,230.74252,33.402752,220.11469,50.96425,45.64655,68.95491,143.41756,22.009104,53.914772,466.6287,8.775981,16.11569,274.21133,21.049194,9.919556,49.70243,43.953476,513.3714,137.66098,168.27676,1903.4553,41.067814,1605.9694,1469.4628,9.193952,7.2336693,1472.8873,17.550552,12.470766,389.24197,27.571169,48.822178,24.946392,75.107544,253.16858,374.60397,4.2453547,35.445564,86.51841,334.47046,6.738303,85.71123,8.330779,1.3758585,57.66062,1.0171242,1.2005963,3.4926093,10.423804,24.828548,16.212694,24.915323,211.9816,41.54637,20.822004,31.315525,10.1907835,109.264114,4.7557797,107.35269,7.8298388,61.662502,8.337465,11.104095,24.041666,8.738105,25.892973,16.279436,1.0563027,54.29056,9.791645,216.57167,6.69149,251.90392,19.162828,1161.9724,113.50866,2.920282,9.144354,136.76447,171.81686,892.3641,947.8374 +2023-01-31 07:00:00,0.0,2109.8557,34.68786,5.373559,13.234417,20.92922,190.77527,25.76973,42.847866,17.308228,25.356693,242.18304,129.86894,12.920799,51.140377,5.256961,3.9633148,37.207214,98.73754,61.32719,461.90317,38.585735,453.83502,137.2575,50.7348,127.346176,224.96053,80.1403,1009.4579,258.58582,2164.0837,53.4311,2393.752,650.52167,37.14793,29.69743,194.26906,230.98079,309.10666,929.7965,40.02285,15.883845,10.008427,469.42184,388.93527,109.87524,6.409374,597.9398,13.86194,592.19604,10.306497,31.301655,0.0,909.06506,1755.041,0.28232864,52.72828,14.754283,11187.917,34.75717,1.4572661,4.8879924,15.749576,14.665808,5.091958,8.836873,297.26093,38.657333,4.0357704,0.8628364,5.710448,290.05988,0.6182493,150.29105,89.99906,2658.748,125.118385,108.10816,190.39268,809.2254,76.337685,56.795803,1205.1816,48.39004,83.47874,9.83384,30.29211,223.80434,12.448249,9.500964,60.28852,20.619194,4205.873,17.926874,36.36727,16.252789,13.628883,313.76703,59.974552,37.197243,9.298912,8.923441,11.851525,53.88236,97.89478,51.766735,195.15422,18.940096,11.796771,56.037853,22.05777,26.737825,120.47191,10.789691,1.4472413,38.28845,11.4984665,1224.0238,23.485102,0.48642185,61.10716,15.283723,137.20015,70.002914,93.31901,9.672252,104.46828,343.71594,230.72325,33.412712,220.0844,50.919937,45.64371,68.95406,143.4888,22.021776,53.934177,466.5985,8.783961,16.130133,274.31436,21.044874,9.921298,49.737278,43.979866,513.72974,137.73607,168.2847,1904.1375,40.985764,1605.83,1469.2274,9.189287,7.226243,1472.5269,17.542166,12.461279,389.16745,27.553328,48.794556,24.9406,75.04482,253.14964,374.51794,4.243613,35.43073,86.40208,334.4129,6.733312,85.70346,8.327217,1.3755797,57.6582,1.0171688,1.200754,3.4931254,10.422809,24.818962,16.208607,24.920027,211.42992,41.529907,20.808083,31.30494,10.184946,109.29805,4.745273,107.46272,7.825403,61.646637,8.316337,11.068971,24.01111,8.735988,25.859236,16.247244,1.0560602,54.275517,9.790747,216.56378,6.690451,251.83838,19.158442,1162.1775,113.48131,2.9199383,9.142444,136.73804,171.78609,892.29346,947.9378 +2023-01-31 08:00:00,0.0,2109.2832,34.671402,5.3678036,13.187907,20.912796,190.66484,25.764101,42.83402,17.305794,25.352182,242.19044,129.86378,12.917223,51.132904,5.2636786,3.9681456,37.18804,98.851326,61.377335,461.66272,38.620983,453.36172,137.27429,50.784637,127.45528,224.71179,80.15467,1009.6989,258.59238,2163.2185,53.460865,2393.1433,651.03174,37.175068,29.714064,194.42671,230.978,309.13895,930.40533,40.021507,15.872779,10.007502,469.37274,389.17816,109.95571,6.4081798,598.00397,13.864148,592.19104,10.312561,31.304752,0.0,909.2939,1755.053,0.28237,52.6769,14.754908,11189.717,34.76963,1.4579244,4.886738,15.749828,14.676207,5.0961676,8.837225,297.34576,38.635006,4.034718,0.8631418,5.7146206,290.2972,0.6176671,150.30824,89.93441,2660.0374,125.00358,108.13788,190.44803,809.2811,76.389885,56.830105,1205.909,48.38101,83.48673,9.833355,30.307037,223.85114,12.450824,9.499935,60.300545,20.625168,4206.145,17.926718,36.389786,16.253601,13.634441,313.82977,59.988194,37.215054,9.301632,8.926773,11.847976,53.879757,97.92712,51.795162,195.17511,18.941032,11.8069105,56.0538,22.052313,26.717245,120.48042,10.775592,1.4469624,38.310894,11.495952,1223.2313,23.489325,0.48596007,61.159676,15.289062,137.22388,69.97921,93.304115,9.674886,104.4922,343.7313,230.704,33.422672,220.05411,50.87563,45.64087,68.95322,143.56006,22.034449,53.95358,466.5683,8.791943,16.144577,274.4174,21.040554,9.923039,49.77212,44.006256,514.088,137.81116,168.29265,1904.8193,40.903713,1605.6907,1468.9921,9.184624,7.218817,1472.1664,17.53378,12.451793,389.09296,27.535484,48.766937,24.934805,74.9821,253.1307,374.43192,4.241871,35.415897,86.28575,334.35532,6.7283206,85.695694,8.323656,1.3753008,57.655773,1.0172133,1.2009116,3.4936414,10.421813,24.809376,16.20452,24.92473,210.87823,41.51344,20.794163,31.294355,10.17911,109.331985,4.734767,107.57276,7.8209677,61.63077,8.295207,11.033847,23.980556,8.7338705,25.8255,16.215054,1.0558178,54.260475,9.789848,216.5559,6.6894116,251.77284,19.154057,1162.3826,113.453964,2.9195945,9.140533,136.71161,171.75531,892.2228,948.0382 +2023-01-31 09:00:00,0.0,2108.7107,34.65495,5.3620477,13.141397,20.89637,190.5544,25.758472,42.82017,17.30336,25.347672,242.19783,129.85861,12.913647,51.125427,5.2703958,3.9729764,37.168873,98.96511,61.427483,461.42227,38.65623,452.88843,137.29108,50.834473,127.56438,224.46306,80.169044,1009.93994,258.5989,2162.3533,53.49063,2392.535,651.54175,37.202206,29.7307,194.58438,230.9752,309.17123,931.0141,40.02016,15.8617115,10.006577,469.32367,389.42105,110.036194,6.4069853,598.0682,13.866356,592.186,10.318625,31.30785,0.0,909.5227,1755.065,0.28241137,52.625523,14.755532,11191.517,34.78209,1.4585826,4.8854837,15.750081,14.686605,5.100377,8.837577,297.43063,38.61268,4.0336657,0.8634472,5.7187934,290.53452,0.6170849,150.32544,89.86976,2661.3267,124.88877,108.1676,190.50336,809.33685,76.442085,56.864403,1206.6365,48.37197,83.49473,9.832869,30.321964,223.89795,12.453399,9.498905,60.312565,20.631144,4206.4175,17.92656,36.4123,16.254414,13.64,313.8925,60.001835,37.232864,9.304351,8.930106,11.844425,53.87715,97.95945,51.82359,195.196,18.941967,11.81705,56.069744,22.046856,26.696663,120.48894,10.761492,1.4466834,38.333336,11.493437,1222.4388,23.493547,0.48549828,61.212196,15.2944,137.24762,69.95551,93.28922,9.67752,104.51613,343.7466,230.68472,33.432636,220.02382,50.831318,45.63803,68.95236,143.6313,22.047121,53.972984,466.5381,8.799923,16.15902,274.52042,21.036234,9.924782,49.806965,44.03265,514.44635,137.88623,168.30058,1905.5013,40.821663,1605.5514,1468.7568,9.179959,7.211391,1471.806,17.525393,12.442306,389.01843,27.517641,48.739315,24.929012,74.91938,253.11177,374.3459,4.240129,35.401066,86.16942,334.29776,6.7233295,85.68793,8.320094,1.3750219,57.65335,1.0172579,1.2010694,3.4941573,10.420817,24.799791,16.200432,24.929436,210.32655,41.496975,20.780241,31.28377,10.173272,109.36593,4.724261,107.6828,7.816532,61.614906,8.274078,10.998722,23.95,8.731754,25.791763,16.182863,1.0555754,54.24543,9.78895,216.54802,6.6883726,251.70732,19.14967,1162.5876,113.42661,2.919251,9.138623,136.68518,171.72453,892.15216,948.1386 +2023-01-31 10:00:00,0.0,2108.1382,34.638493,5.3562922,13.094888,20.879946,190.44397,25.752844,42.806328,17.300924,25.343159,242.20522,129.85344,12.91007,51.117954,5.277113,3.9778073,37.1497,99.0789,61.477627,461.18182,38.691483,452.41513,137.30786,50.88431,127.67348,224.21432,80.18341,1010.18097,258.60544,2161.488,53.520397,2391.9263,652.05176,37.229343,29.747334,194.74205,230.97241,309.20352,931.6229,40.018818,15.850645,10.005651,469.2746,389.66394,110.11667,6.4057913,598.1324,13.868564,592.18097,10.324689,31.310947,0.0,909.7515,1755.0768,0.28245276,52.574142,14.756157,11193.315,34.794548,1.4592409,4.884229,15.750334,14.697004,5.1045866,8.837929,297.51547,38.590355,4.032613,0.8637526,5.722966,290.77185,0.61650276,150.34262,89.80511,2662.616,124.773964,108.19731,190.55869,809.39264,76.494286,56.898705,1207.3639,48.362934,83.50272,9.832383,30.336891,223.94475,12.455974,9.497876,60.32459,20.637117,4206.6895,17.926403,36.43481,16.255226,13.645558,313.9552,60.015476,37.25067,9.307071,8.933438,11.840876,53.874546,97.99178,51.852016,195.21689,18.942904,11.827189,56.08569,22.041397,26.676083,120.49745,10.747393,1.4464046,38.35578,11.490922,1221.6464,23.49777,0.4850365,61.264717,15.299739,137.27136,69.93181,93.27433,9.680155,104.540054,343.76193,230.66547,33.442596,219.99353,50.78701,45.63519,68.951515,143.70255,22.059793,53.992386,466.5079,8.807903,16.173462,274.62347,21.031914,9.926523,49.841812,44.05904,514.8046,137.96132,168.30853,1906.1833,40.739613,1605.412,1468.5215,9.175296,7.203965,1471.4456,17.517008,12.432818,388.94394,27.499798,48.711693,24.923218,74.85666,253.09283,374.25986,4.2383866,35.38623,86.053085,334.24017,6.7183385,85.68016,8.316532,1.3747431,57.65093,1.0173025,1.2012271,3.4946735,10.419822,24.790205,16.196344,24.93414,209.77487,41.48051,20.766321,31.273186,10.167435,109.399864,4.7137547,107.79283,7.8120966,61.59904,8.25295,10.963598,23.919445,8.729637,25.758026,16.150671,1.0553329,54.23039,9.788052,216.54013,6.6873336,251.64178,19.145283,1162.7927,113.39927,2.9189074,9.136713,136.65875,171.69376,892.08154,948.239 +2023-01-31 11:00:00,0.0,2107.5657,34.622036,5.350537,13.048378,20.863522,190.33353,25.747217,42.79248,17.29849,25.338648,242.21262,129.84828,12.906493,51.11048,5.2838306,3.9826384,37.13053,99.19269,61.52777,460.94138,38.72673,451.94183,137.32465,50.934147,127.78258,223.96559,80.197784,1010.42206,258.61197,2160.6228,53.550163,2391.3176,652.56177,37.25648,29.76397,194.89972,230.96962,309.2358,932.23175,40.01747,15.839579,10.004726,469.2255,389.90683,110.19714,6.404597,598.19653,13.870771,592.17596,10.330753,31.314045,0.0,909.9803,1755.0887,0.28249413,52.522762,14.756782,11195.115,34.807007,1.4598992,4.8829746,15.7505865,14.707403,5.108796,8.838281,297.6003,38.568027,4.0315604,0.86405796,5.7271395,291.0092,0.6159206,150.35982,89.740456,2663.9053,124.65916,108.22703,190.61401,809.44836,76.546486,56.933006,1208.0914,48.3539,83.51072,9.831897,30.351818,223.99155,12.458549,9.496847,60.336613,20.643093,4206.962,17.926245,36.457325,16.256039,13.651116,314.01794,60.029118,37.268482,9.309791,8.93677,11.837325,53.87194,98.02412,51.880444,195.23778,18.943838,11.83733,56.101635,22.03594,26.655502,120.505974,10.733294,1.4461256,38.378227,11.488407,1220.8539,23.501995,0.4845747,61.317238,15.305078,137.29509,69.90811,93.25944,9.682789,104.56398,343.77728,230.6462,33.452557,219.96324,50.7427,45.63235,68.95067,143.77379,22.072466,54.01179,466.4777,8.815884,16.187906,274.7265,21.027594,9.928265,49.876656,44.08543,515.1629,138.0364,168.31647,1906.8655,40.657562,1605.2727,1468.2863,9.170631,7.196539,1471.0852,17.508621,12.423331,388.86945,27.481956,48.684074,24.917425,74.79394,253.0739,374.17383,4.2366447,35.3714,85.93675,334.18262,6.713347,85.67239,8.31297,1.3744642,57.648506,1.0173471,1.2013847,3.4951894,10.418826,24.780619,16.192257,24.938845,209.22319,41.464046,20.7524,31.2626,10.161597,109.43381,4.703248,107.90287,7.807661,61.583176,8.23182,10.928473,23.88889,8.72752,25.72429,16.11848,1.0550904,54.215343,9.787153,216.53226,6.686294,251.57625,19.140896,1162.9977,113.371925,2.9185636,9.134803,136.63232,171.66298,892.01086,948.3395 +2023-01-31 12:00:00,0.0,2106.9932,34.60558,5.3447814,13.001868,20.847095,190.2231,25.741589,42.778633,17.296057,25.334137,242.22,129.84311,12.902917,51.10301,5.290548,3.9874692,37.11136,99.30647,61.577915,460.70093,38.76198,451.46854,137.34143,50.983986,127.89168,223.71686,80.21216,1010.6631,258.6185,2159.7576,53.57993,2390.709,653.07184,37.28362,29.780603,195.05737,230.96683,309.2681,932.8406,40.01613,15.828512,10.003802,469.17642,390.14972,110.277626,6.4034023,598.26074,13.872979,592.1709,10.336818,31.31714,0.0,910.2091,1755.1006,0.2825355,52.471386,14.757406,11196.915,34.819466,1.4605575,4.88172,15.750839,14.717802,5.1130056,8.838634,297.68518,38.5457,4.030508,0.8643634,5.7313123,291.24652,0.61533844,150.37701,89.67581,2665.1948,124.54435,108.256744,190.66936,809.50415,76.59869,56.967304,1208.8188,48.344864,83.518715,9.83141,30.366745,224.03836,12.461124,9.495818,60.348633,20.649069,4207.234,17.926088,36.47984,16.256851,13.656674,314.08066,60.04276,37.28629,9.31251,8.940103,11.8337755,53.86934,98.05645,51.90887,195.25867,18.944773,11.847469,56.11758,22.030483,26.634922,120.51449,10.719193,1.4458468,38.40067,11.485892,1220.0613,23.506218,0.48411292,61.36976,15.310416,137.31883,69.88441,93.244545,9.685423,104.587906,343.7926,230.62694,33.46252,219.93295,50.698387,45.62951,68.949814,143.84503,22.085138,54.031193,466.4475,8.823864,16.202349,274.82953,21.023273,9.930007,49.911503,44.11182,515.52124,138.1115,168.32442,1907.5475,40.575512,1605.1334,1468.0509,9.165967,7.1891127,1470.7247,17.500235,12.413844,388.79492,27.464113,48.656452,24.91163,74.73122,253.05498,374.0878,4.234903,35.356564,85.82042,334.12503,6.708356,85.66463,8.309408,1.3741853,57.64608,1.0173917,1.2015424,3.4957054,10.41783,24.771032,16.18817,24.943548,208.67151,41.447582,20.73848,31.252016,10.155761,109.46774,4.692742,108.01291,7.803226,61.56731,8.210691,10.89335,23.858334,8.725403,25.690554,16.08629,1.054848,54.2003,9.786255,216.52437,6.685255,251.51073,19.136509,1163.2028,113.344574,2.91822,9.132893,136.6059,171.6322,891.94025,948.4399 +2023-01-31 13:00:00,0.0,2106.4207,34.589123,5.3390255,12.9553585,20.830671,190.11267,25.73596,42.764786,17.293621,25.329626,242.22739,129.83794,12.899341,51.095535,5.297265,3.9923,37.09219,99.42026,61.628063,460.46048,38.797226,450.99524,137.35822,51.03382,128.00078,223.46814,80.226524,1010.9041,258.62506,2158.8923,53.609695,2390.1006,653.58185,37.310757,29.79724,195.21503,230.96404,309.30038,933.44934,40.014786,15.817446,10.002877,469.12735,390.3926,110.3581,6.402208,598.32495,13.875187,592.1659,10.342882,31.320238,0.0,910.4379,1755.1125,0.28257686,52.420006,14.758032,11198.715,34.83192,1.4612159,4.8804655,15.751091,14.728201,5.117215,8.838985,297.77002,38.523373,4.0294557,0.8646688,5.735485,291.48383,0.6147563,150.39421,89.61116,2666.4841,124.42954,108.28646,190.72469,809.5599,76.65089,57.001606,1209.5463,48.335827,83.52671,9.830925,30.381672,224.08516,12.463699,9.494788,60.360657,20.655043,4207.506,17.92593,36.502354,16.257664,13.662233,314.14337,60.0564,37.3041,9.315229,8.943435,11.830226,53.866734,98.08878,51.937298,195.27956,18.94571,11.857609,56.133526,22.025026,26.61434,120.523,10.705094,1.4455678,38.423115,11.483377,1219.2688,23.51044,0.48365113,61.42228,15.315755,137.34258,69.86071,93.22965,9.688058,104.61183,343.80792,230.60767,33.47248,219.90268,50.65408,45.62667,68.94897,143.91629,22.09781,54.0506,466.4173,8.831844,16.216791,274.93256,21.018953,9.931748,49.946346,44.13821,515.8795,138.18657,168.33235,1908.2295,40.49346,1604.994,1467.8156,9.1613035,7.181687,1470.3643,17.491848,12.404357,388.72043,27.44627,48.62883,24.905836,74.668495,253.03604,374.00177,4.233161,35.341732,85.704094,334.06747,6.703365,85.65686,8.305846,1.3739065,57.643658,1.0174363,1.2017,3.4962215,10.416834,24.761446,16.184082,24.948254,208.11983,41.431114,20.724558,31.241432,10.149923,109.50168,4.6822357,108.12294,7.7987905,61.551445,8.189562,10.858225,23.827778,8.723286,25.656816,16.0541,1.0546056,54.185257,9.7853565,216.5165,6.684216,251.44519,19.132122,1163.4078,113.31723,2.9178762,9.130982,136.57947,171.60143,891.86957,948.5403 +2023-01-31 14:00:00,0.0,2105.8481,34.572666,5.33327,12.908849,20.814247,190.00223,25.730333,42.750942,17.291187,25.325113,242.23479,129.83278,12.895764,51.088062,5.3039827,3.997131,37.073017,99.53405,61.678207,460.22003,38.832478,450.52194,137.375,51.08366,128.10988,223.2194,80.2409,1011.14514,258.6316,2158.027,53.639465,2389.492,654.09186,37.337894,29.813873,195.37268,230.96124,309.33267,934.05817,40.01344,15.806379,10.001952,469.07828,390.6355,110.43858,6.401014,598.38916,13.877395,592.1608,10.348946,31.323336,0.0,910.66675,1755.1244,0.28261825,52.368626,14.7586565,11200.514,34.84438,1.4618741,4.879211,15.751344,14.7386,5.1214247,8.839337,297.85486,38.501045,4.0284033,0.86497414,5.739658,291.72116,0.6141741,150.41139,89.54651,2667.7734,124.314735,108.31618,190.78001,809.6156,76.70308,57.035908,1210.2737,48.326794,83.534706,9.830439,30.396599,224.13196,12.466274,9.493759,60.37268,20.661018,4207.7783,17.925774,36.524864,16.258476,13.667791,314.20612,60.07004,37.321907,9.317948,8.946768,11.826675,53.86413,98.12112,51.965725,195.30045,18.946644,11.867748,56.14947,22.01957,26.59376,120.53152,10.690995,1.445289,38.44556,11.480863,1218.4763,23.514664,0.48318934,61.4748,15.3210945,137.36632,69.837006,93.21476,9.690692,104.63575,343.82327,230.58841,33.48244,219.87239,50.609768,45.62383,68.94812,143.98753,22.110483,54.07,466.38712,8.839825,16.231236,275.03558,21.014633,9.933491,49.981194,44.1646,516.23785,138.26166,168.3403,1908.9114,40.41141,1604.8547,1467.5803,9.156639,7.1742606,1470.0039,17.483461,12.39487,388.64594,27.428427,48.60121,24.900043,74.605774,253.0171,373.91574,4.231419,35.3269,85.58776,334.0099,6.6983733,85.64909,8.302284,1.3736277,57.641235,1.0174809,1.2018577,3.4967375,10.415838,24.75186,16.179996,24.952957,207.56815,41.41465,20.710638,31.230846,10.144086,109.53562,4.6717296,108.23298,7.794355,61.53558,8.168433,10.823101,23.797222,8.721169,25.623081,16.021908,1.0543631,54.17021,9.784458,216.5086,6.6831765,251.37965,19.127735,1163.6129,113.28988,2.9175327,9.129072,136.55304,171.57066,891.79895,948.6407 +2023-01-31 15:00:00,0.0,2105.2756,34.556213,5.3275146,12.862339,20.797823,189.8918,25.724705,42.737095,17.288752,25.320602,242.24217,129.8276,12.892188,51.08059,5.3107,4.001962,37.05385,99.647835,61.72835,459.97958,38.867725,450.04865,137.39178,51.1335,128.21898,222.97067,80.25527,1011.38617,258.63812,2157.1619,53.66923,2388.8833,654.60187,37.365032,29.83051,195.53035,230.95845,309.36496,934.667,40.012096,15.795313,10.001027,469.02917,390.8784,110.51906,6.3998194,598.45337,13.879602,592.1558,10.35501,31.326433,0.0,910.8955,1755.1364,0.28265962,52.31725,14.759281,11202.313,34.85684,1.4625324,4.877957,15.751596,14.748999,5.125634,8.839689,297.9397,38.478718,4.027351,0.86527956,5.743831,291.9585,0.61359197,150.42859,89.48186,2669.0627,124.19993,108.34589,190.83534,809.6714,76.75528,57.070206,1211.0011,48.317757,83.5427,9.829953,30.411528,224.17877,12.468849,9.49273,60.3847,20.666994,4208.0503,17.925615,36.54738,16.259289,13.673349,314.26883,60.083683,37.339718,9.320668,8.9501,11.823126,53.861526,98.15345,51.994152,195.32133,18.94758,11.877889,56.165417,22.014112,26.57318,120.54003,10.676895,1.4450101,38.468002,11.478348,1217.6838,23.518887,0.48272756,61.527317,15.326433,137.39005,69.81331,93.19987,9.693327,104.659676,343.8386,230.56914,33.4924,219.8421,50.565456,45.62099,68.947266,144.05878,22.123156,54.089405,466.3569,8.847806,16.245678,275.1386,21.010313,9.935232,50.016037,44.190994,516.5961,138.33675,168.34824,1909.5935,40.32936,1604.7155,1467.345,9.151976,7.1668344,1469.6434,17.475075,12.385384,388.5714,27.410585,48.57359,24.894249,74.54305,252.99817,373.8297,4.229677,35.312065,85.47143,333.95233,6.6933823,85.64133,8.298723,1.3733487,57.638813,1.0175254,1.2020154,3.4972534,10.414843,24.742275,16.175909,24.95766,207.01646,41.398186,20.696716,31.220263,10.138248,109.56956,4.661223,108.34301,7.7899194,61.519714,8.147305,10.787976,23.766666,8.719052,25.589344,15.9897175,1.0541207,54.15517,9.78356,216.50073,6.6821375,251.31412,19.123348,1163.818,113.262535,2.9171891,9.127162,136.52661,171.53989,891.72833,948.7411 +2023-01-31 16:00:00,0.0,2104.7031,34.539757,5.3217587,12.815829,20.781397,189.78137,25.719076,42.723248,17.286318,25.316092,242.24956,129.82243,12.888612,51.073116,5.317417,4.006793,37.03468,99.76162,61.778496,459.73914,38.902973,449.57535,137.40857,51.183334,128.32808,222.72194,80.269646,1011.6272,258.64465,2156.2964,53.698997,2388.275,655.11194,37.39217,29.847143,195.688,230.95566,309.39725,935.2758,40.010754,15.784246,10.000102,468.9801,391.12128,110.59953,6.398625,598.5175,13.88181,592.15076,10.361074,31.32953,0.0,911.1244,1755.1483,0.282701,52.26587,14.759906,11204.113,34.869297,1.4631907,4.8767023,15.751849,14.7593975,5.1298437,8.840041,298.02457,38.456394,4.026298,0.86558497,5.748004,292.19583,0.6130098,150.44579,89.417206,2670.352,124.08512,108.3756,190.89067,809.7271,76.80748,57.104507,1211.7285,48.30872,83.5507,9.829467,30.426456,224.22557,12.471424,9.4917,60.396725,20.672968,4208.3228,17.925459,36.569893,16.260101,13.678908,314.33154,60.097324,37.35753,9.323387,8.953432,11.819575,53.85892,98.18578,52.02258,195.34222,18.948515,11.888028,56.181362,22.008656,26.552599,120.548546,10.662796,1.4447312,38.490448,11.475833,1216.8914,23.523111,0.48226577,61.579838,15.331772,137.41379,69.789604,93.184975,9.695961,104.6836,343.8539,230.54988,33.502365,219.81181,50.52115,45.61815,68.94642,144.13002,22.135828,54.108807,466.3267,8.855786,16.26012,275.24167,21.005993,9.936975,50.050884,44.217384,516.95447,138.41182,168.35619,1910.2755,40.24731,1604.576,1467.1097,9.147311,7.1594086,1469.2831,17.46669,12.375896,388.49692,27.392742,48.545967,24.888456,74.48034,252.97923,373.74368,4.2279353,35.297234,85.355095,333.89474,6.688391,85.63356,8.295161,1.3730699,57.63639,1.01757,1.202173,3.4977694,10.413847,24.732689,16.171822,24.962366,206.46478,41.38172,20.682795,31.209677,10.132412,109.60349,4.650717,108.45305,7.785484,61.50385,8.126175,10.752852,23.73611,8.716935,25.555607,15.957526,1.0538782,54.140125,9.782661,216.49284,6.6810985,251.2486,19.118961,1164.0231,113.23518,2.9168453,9.125252,136.50018,171.50911,891.65765,948.8415 +2023-01-31 17:00:00,0.0,2104.1306,34.5233,5.3160033,12.76932,20.764973,189.67093,25.71345,42.7094,17.283884,25.31158,242.25696,129.81728,12.8850355,51.065643,5.324135,4.011624,37.015507,99.875404,61.82864,459.4987,38.93822,449.10205,137.42537,51.233173,128.43718,222.4732,80.28401,1011.8683,258.6512,2155.4312,53.728764,2387.6663,655.62195,37.419308,29.86378,195.84567,230.95287,309.42953,935.88464,40.009407,15.77318,9.999178,468.93103,391.36417,110.680016,6.3974304,598.5817,13.884018,592.14575,10.367139,31.332626,0.0,911.35315,1755.1602,0.28274238,52.21449,14.76053,11205.912,34.881756,1.463849,4.8754478,15.752102,14.769796,5.134053,8.840393,298.1094,38.434067,4.0252457,0.8658903,5.752177,292.43317,0.61242765,150.46298,89.352554,2671.6414,123.970314,108.40532,190.94601,809.78284,76.85968,57.13881,1212.4559,48.299686,83.55869,9.82898,30.441383,224.27238,12.473999,9.490671,60.40875,20.678944,4208.5947,17.9253,36.592407,16.260914,13.684466,314.3943,60.110966,37.375336,9.326107,8.956764,11.816026,53.856316,98.21812,52.051006,195.36311,18.949451,11.898168,56.197308,22.003199,26.532019,120.55706,10.648696,1.4444523,38.51289,11.473318,1216.0989,23.527334,0.48180398,61.63236,15.3371105,137.43753,69.76591,93.17008,9.698595,104.70753,343.86926,230.53061,33.512325,219.78152,50.476837,45.61531,68.945564,144.20128,22.1485,54.128212,466.2965,8.863767,16.274565,275.3447,21.00167,9.938716,50.085728,44.243774,517.31274,138.48691,168.36412,1910.9575,40.16526,1604.4368,1466.8744,9.142648,7.1519823,1468.9226,17.458303,12.366409,388.42242,27.374899,48.51835,24.882662,74.41762,252.9603,373.65765,4.2261934,35.282402,85.23877,333.8372,6.6833997,85.62579,8.291599,1.372791,57.633965,1.0176146,1.2023307,3.4982855,10.412851,24.723103,16.167734,24.96707,205.9131,41.365257,20.668875,31.199093,10.1265745,109.637436,4.6402106,108.56309,7.7810483,61.487984,8.105046,10.717728,23.705555,8.714818,25.521872,15.925336,1.0536358,54.12508,9.781764,216.48497,6.680059,251.18306,19.114574,1164.2281,113.20784,2.9165018,9.123342,136.47375,171.47833,891.58704,948.94196 +2023-01-31 18:00:00,0.0,2103.5583,34.506844,5.310248,12.722809,20.748549,189.5605,25.70782,42.695557,17.281448,25.307068,242.26434,129.8121,12.881459,51.05817,5.330852,4.0164547,36.996338,99.9892,61.878788,459.25824,38.973473,448.62875,137.44215,51.28301,128.54628,222.22447,80.298386,1012.1093,258.65775,2154.566,53.75853,2387.0576,656.13196,37.446445,29.880413,196.00333,230.95009,309.46182,936.4934,40.008064,15.762114,9.998253,468.88196,391.60706,110.76049,6.3962364,598.64594,13.886226,592.14075,10.373202,31.335724,0.0,911.58203,1755.1721,0.28278375,52.163113,14.761155,11207.712,34.894215,1.4645072,4.874193,15.752355,14.780195,5.1382627,8.840745,298.19424,38.41174,4.0241933,0.86619574,5.7563496,292.67047,0.6118455,150.48016,89.2879,2672.9307,123.85551,108.435036,191.00134,809.8386,76.91188,57.173107,1213.1833,48.29065,83.56669,9.828495,30.45631,224.31918,12.476574,9.489642,60.42077,20.684917,4208.8667,17.925144,36.614918,16.261726,13.690024,314.457,60.124607,37.393147,9.328827,8.960097,11.812475,53.85371,98.25044,52.079437,195.384,18.950386,11.908307,56.213257,21.997742,26.511436,120.565575,10.634597,1.4441733,38.535336,11.470803,1215.3064,23.531557,0.4813422,61.68488,15.342449,137.46127,69.7422,93.15519,9.70123,104.73145,343.88458,230.51135,33.522285,219.75124,50.43253,45.61247,68.94472,144.27252,22.161173,54.147614,466.2663,8.871747,16.289007,275.44772,20.99735,9.940457,50.12057,44.270164,517.671,138.562,168.37207,1911.6395,40.08321,1604.2975,1466.6392,9.137983,7.1445565,1468.5623,17.449917,12.356922,388.3479,27.357056,48.490726,24.876867,74.3549,252.94136,373.57162,4.2244515,35.267567,85.12244,333.7796,6.6784086,85.61803,8.288037,1.3725122,57.631542,1.0176592,1.2024883,3.4988015,10.411856,24.713516,16.163647,24.971775,205.36142,41.34879,20.654953,31.188509,10.120737,109.67137,4.6297045,108.67312,7.7766128,61.47212,8.083917,10.682604,23.675,8.712702,25.488134,15.893145,1.0533934,54.11004,9.780866,216.47708,6.67902,251.11752,19.110188,1164.4332,113.1805,2.916158,9.121432,136.44731,171.44756,891.51636,949.04236 +2023-01-31 19:00:00,0.0,2102.9858,34.490387,5.304492,12.676299,20.732122,189.45007,25.702192,42.68171,17.279015,25.302557,242.27173,129.80693,12.877883,51.050697,5.337569,4.0212855,36.977165,100.10298,61.928932,459.0178,39.00872,448.15546,137.45894,51.332848,128.65538,221.97574,80.31276,1012.35034,258.66428,2153.7007,53.788296,2386.4492,656.642,37.473583,29.897049,196.16098,230.9473,309.4941,937.10223,40.00672,15.751047,9.997328,468.83286,391.84995,110.840965,6.395042,598.7101,13.888434,592.1357,10.379267,31.338821,0.0,911.8108,1755.184,0.2828251,52.111732,14.76178,11209.512,34.906673,1.4651655,4.8729386,15.752607,14.790594,5.1424723,8.841097,298.2791,38.389412,4.023141,0.86650115,5.760523,292.9078,0.6112633,150.49736,89.22325,2674.22,123.7407,108.46476,191.05667,809.89435,76.96408,57.20741,1213.9108,48.281612,83.574684,9.828009,30.471237,224.36598,12.479149,9.488612,60.432793,20.690893,4209.139,17.924986,36.637432,16.262537,13.695583,314.5197,60.13825,37.410954,9.331546,8.963429,11.808926,53.85111,98.282776,52.107864,195.40489,18.951323,11.9184475,56.229202,21.992285,26.490856,120.57409,10.620498,1.4438945,38.55778,11.468288,1214.5139,23.53578,0.48088038,61.7374,15.347788,137.485,69.718506,93.1403,9.703864,104.75538,343.8999,230.49208,33.53225,219.72095,50.388218,45.60963,68.94387,144.34377,22.173845,54.16702,466.2361,8.879727,16.30345,275.55075,20.99303,9.9422,50.15542,44.296555,518.02936,138.63707,168.38,1912.3215,40.00116,1604.1582,1466.4038,9.13332,7.1371303,1468.2018,17.44153,12.347435,388.2734,27.339214,48.463104,24.871075,74.292175,252.92242,373.4856,4.2227097,35.252735,85.0061,333.72205,6.6734176,85.61026,8.284475,1.3722333,57.62912,1.0177038,1.202646,3.4993174,10.41086,24.70393,16.15956,24.976479,204.80974,41.332325,20.641033,31.177923,10.114901,109.70531,4.619198,108.78316,7.772177,61.456253,8.062788,10.647479,23.644445,8.710585,25.454397,15.860954,1.0531509,54.094994,9.779967,216.46921,6.677981,251.052,19.105803,1164.6383,113.153145,2.9158144,9.119522,136.42088,171.41678,891.44574,949.14276 +2023-01-31 20:00:00,0.0,2102.4133,34.47393,5.2987366,12.629789,20.715698,189.33963,25.696566,42.667862,17.27658,25.298046,242.27913,129.80177,12.874306,51.043224,5.344287,4.0261164,36.957996,100.21677,61.979076,458.77734,39.04397,447.68216,137.47572,51.382687,128.76448,221.727,80.327126,1012.5914,258.6708,2152.8354,53.81806,2385.8406,657.15204,37.50072,29.913683,196.31865,230.9445,309.5264,937.71106,40.005375,15.739981,9.996403,468.78378,392.09283,110.92145,6.3938475,598.7743,13.890642,592.1307,10.385331,31.341919,0.0,912.0397,1755.1959,0.2828665,52.060356,14.762404,11211.311,34.919132,1.4658239,4.871684,15.75286,14.800993,5.146682,8.84145,298.36395,38.367085,4.0220885,0.8668065,5.7646956,293.14514,0.6106811,150.51456,89.1586,2675.5095,123.62589,108.49448,191.112,809.95013,77.01628,57.241707,1214.6383,48.27258,83.58268,9.827522,30.486164,224.4128,12.481724,9.487583,60.444813,20.696869,4209.411,17.92483,36.659946,16.26335,13.701141,314.58246,60.15189,37.428764,9.334266,8.966762,11.805376,53.848503,98.31511,52.13629,195.42578,18.952257,11.928587,56.245148,21.986828,26.470276,120.58261,10.606398,1.4436156,38.580223,11.465774,1213.7214,23.540003,0.4804186,61.78992,15.353127,137.50874,69.6948,93.125404,9.706498,104.779305,343.91525,230.47282,33.54221,219.69066,50.343906,45.60679,68.943016,144.41501,22.186518,54.18642,466.2059,8.887708,16.317894,275.65378,20.98871,9.943941,50.19026,44.322945,518.38763,138.71216,168.38795,1913.0035,39.91911,1604.0188,1466.1685,9.128655,7.129704,1467.8413,17.433144,12.337948,388.19888,27.321371,48.435486,24.86528,74.229454,252.90349,373.39957,4.2209673,35.2379,84.88977,333.66446,6.668426,85.60249,8.280913,1.3719544,57.626698,1.0177484,1.2028037,3.4998336,10.409864,24.694344,16.155472,24.981182,204.25806,41.31586,20.627111,31.16734,10.109063,109.73925,4.6086917,108.893196,7.767742,61.440388,8.041659,10.612355,23.61389,8.7084675,25.420662,15.828763,1.0529084,54.07995,9.779069,216.46132,6.6769414,250.98647,19.101416,1164.8433,113.1258,2.9154708,9.117612,136.39445,171.386,891.3751,949.24316 +2023-01-31 21:00:00,0.0,2101.8408,34.457478,5.292981,12.58328,20.699274,189.2292,25.690937,42.654015,17.274145,25.293535,242.28651,129.7966,12.870729,51.03575,5.351004,4.0309477,36.938824,100.33055,62.02922,458.5369,39.079216,447.20886,137.49251,51.43252,128.87358,221.47827,80.3415,1012.8324,258.67734,2151.9702,53.84783,2385.232,657.66205,37.52786,29.930319,196.4763,230.94171,309.5587,938.3199,40.004032,15.728914,9.995478,468.7347,392.33572,111.00192,6.392653,598.8385,13.89285,592.1256,10.391396,31.345016,0.0,912.26843,1755.2078,0.28290787,52.008976,14.76303,11213.11,34.931587,1.4664822,4.87043,15.753112,14.811392,5.1508913,8.841802,298.4488,38.344757,4.021036,0.8671119,5.7688684,293.38248,0.61009896,150.53175,89.093956,2676.7988,123.511086,108.524185,191.16733,810.00586,77.068474,57.27601,1215.3657,48.263542,83.590675,9.827037,30.501093,224.4596,12.4843,9.486554,60.456837,20.702843,4209.6836,17.924671,36.68246,16.264162,13.706699,314.64517,60.16553,37.44657,9.336985,8.970094,11.801826,53.845898,98.34744,52.16472,195.44667,18.953194,11.938726,56.261093,21.98137,26.449696,120.591125,10.5922985,1.4433367,38.60267,11.463259,1212.929,23.544226,0.4799568,61.842438,15.358466,137.53249,69.671104,93.11051,9.709133,104.80322,343.93057,230.45355,33.55217,219.66039,50.2996,45.60395,68.94217,144.48625,22.19919,54.205826,466.17572,8.895689,16.332336,275.7568,20.98439,9.9456835,50.22511,44.34934,518.746,138.78725,168.39589,1913.6855,39.83706,1603.8795,1465.9332,9.123992,7.122278,1467.481,17.424757,12.328462,388.1244,27.303528,48.407864,24.859488,74.16673,252.88455,373.31354,4.2192254,35.22307,84.77344,333.6069,6.663435,85.59473,8.277352,1.3716756,57.624275,1.0177929,1.2029613,3.5003495,10.408869,24.68476,16.151384,24.985888,203.70638,41.299397,20.613192,31.156754,10.103226,109.773186,4.5981855,109.00323,7.7633066,61.424522,8.02053,10.57723,23.583334,8.70635,25.386925,15.796573,1.052666,54.064907,9.778171,216.45345,6.6759024,250.92093,19.097029,1165.0483,113.09845,2.915127,9.115702,136.36803,171.35524,891.30444,949.34357 +2023-01-31 22:00:00,0.0,2101.2683,34.44102,5.2872257,12.53677,20.68285,189.11877,25.685308,42.64017,17.271711,25.289022,242.2939,129.79143,12.867153,51.02828,5.3577213,4.0357785,36.919655,100.44434,62.07937,458.29645,39.114468,446.73557,137.5093,51.48236,128.98268,221.22954,80.35587,1013.0735,258.6839,2151.105,53.877598,2384.6233,658.17206,37.554996,29.946953,196.63397,230.93892,309.59097,938.92865,40.00269,15.717848,9.994554,468.68564,392.5786,111.0824,6.391459,598.9027,13.895058,592.1206,10.397459,31.348112,0.0,912.4973,1755.2197,0.28294924,51.957596,14.763655,11214.91,34.944046,1.4671404,4.8691754,15.753365,14.821791,5.155101,8.842154,298.53363,38.322433,4.0199833,0.86741734,5.7730412,293.61978,0.6095168,150.54893,89.029305,2678.0881,123.39628,108.5539,191.22267,810.0616,77.120674,57.31031,1216.0931,48.254505,83.59867,9.8265505,30.516022,224.5064,12.486875,9.485525,60.46886,20.708818,4209.9556,17.924515,36.70497,16.264975,13.712257,314.7079,60.179173,37.464382,9.3397045,8.973427,11.798276,53.843292,98.379776,52.193146,195.46756,18.954128,11.948866,56.27704,21.975914,26.429113,120.59964,10.578199,1.4430578,38.625114,11.460744,1212.1365,23.54845,0.47949502,61.89496,15.363805,137.55623,69.6474,93.09562,9.711767,104.82715,343.9459,230.4343,33.56213,219.6301,50.255287,45.60111,68.94132,144.55751,22.211863,54.225227,466.1455,8.903669,16.346779,275.85986,20.98007,9.947425,50.259953,44.37573,519.10425,138.86234,168.40384,1914.3676,39.75501,1603.7402,1465.6979,9.119328,7.114852,1467.1205,17.416372,12.3189745,388.0499,27.285685,48.38024,24.853693,74.10401,252.86562,373.2275,4.2174835,35.208237,84.65711,333.54932,6.658444,85.58696,8.27379,1.3713968,57.62185,1.0178375,1.203119,3.5008655,10.407873,24.675173,16.147297,24.990591,203.1547,41.28293,20.59927,31.14617,10.097388,109.80712,4.5876794,109.113266,7.758871,61.408657,7.999401,10.542107,23.552778,8.704234,25.353188,15.764381,1.0524236,54.049862,9.777272,216.44556,6.6748633,250.8554,19.092642,1165.2534,113.071106,2.9147835,9.113791,136.3416,171.32446,891.2338,949.44403 +2023-01-31 23:00:00,0.0,2100.6958,34.424564,5.28147,12.49026,20.666424,189.00833,25.679682,42.626324,17.269276,25.284512,242.3013,129.78627,12.863577,51.020805,5.364439,4.0406094,36.900482,100.55813,62.129513,458.056,39.149715,446.26227,137.52608,51.532196,129.09178,220.9808,80.37024,1013.3145,258.69043,2150.2397,53.907364,2384.015,658.6821,37.582134,29.963589,196.79163,230.93613,309.62326,939.5375,40.001343,15.706781,9.9936285,468.63654,392.8215,111.16288,6.3902645,598.9669,13.897265,592.11554,10.403523,31.35121,0.0,912.7261,1755.2316,0.28299063,51.90622,14.764279,11216.709,34.956505,1.4677987,4.867921,15.753617,14.83219,5.1593103,8.842505,298.6185,38.300106,4.018931,0.8677227,5.7772145,293.85712,0.60893464,150.56613,88.96465,2679.3774,123.28147,108.58362,191.278,810.1174,77.172874,57.34461,1216.8206,48.245472,83.60667,9.826065,30.530949,224.5532,12.4894495,9.484495,60.48088,20.714792,4210.228,17.924356,36.727486,16.265787,13.717816,314.77063,60.192814,37.48219,9.342423,8.976759,11.794725,53.84069,98.41211,52.221573,195.48845,18.955065,11.959006,56.292984,21.970457,26.408533,120.608154,10.564099,1.442779,38.647556,11.458229,1211.344,23.552673,0.47903323,61.94748,15.3691435,137.57996,69.6237,93.08073,9.714402,104.851074,343.96124,230.41502,33.572094,219.59981,50.21098,45.59827,68.94047,144.62875,22.224535,54.244633,466.11533,8.91165,16.361223,275.9629,20.97575,9.949167,50.2948,44.40212,519.4626,138.93741,168.41177,1915.0497,39.67296,1603.6008,1465.4626,9.114664,7.107426,1466.7601,17.407986,12.309487,387.97537,27.267843,48.352623,24.8479,74.04129,252.84668,373.14148,4.2157416,35.1934,84.54078,333.49176,6.6534524,85.57919,8.270228,1.3711178,57.619427,1.0178821,1.2032766,3.5013816,10.4068775,24.665586,16.14321,24.995296,202.60301,41.266464,20.58535,31.135584,10.091552,109.841064,4.5771728,109.2233,7.7544355,61.39279,7.978272,10.506982,23.522223,8.702117,25.319452,15.732191,1.0521811,54.03482,9.776374,216.43768,6.673824,250.78987,19.088255,1165.4585,113.043755,2.9144397,9.111881,136.31517,171.29369,891.16315,949.54443 +2023-02-01 00:00:00,0.0,2100.1233,34.408108,5.2757144,12.44375,20.65,188.8979,25.674053,42.612476,17.266842,25.28,242.30869,129.7811,12.860001,51.013332,5.371156,4.04544,36.881313,100.67191,62.179657,457.81555,39.184963,445.78897,137.54286,51.582035,129.20088,220.73207,80.38461,1013.55554,258.69696,2149.3745,53.93713,2383.4062,659.19214,37.609272,29.980223,196.94928,230.93333,309.65555,940.1463,40.0,15.695715,9.992703,468.58746,393.0644,111.243355,6.38907,599.03107,13.899473,592.11053,10.409588,31.354307,0.0,912.9549,1755.2435,0.283032,51.85484,14.764904,11218.509,34.968964,1.468457,4.8666663,15.75387,14.842588,5.16352,8.842857,298.70334,38.27778,4.0178785,0.8680281,5.7813873,294.09445,0.6083525,150.58333,88.9,2680.6667,123.166664,108.613335,191.33333,810.1731,77.225075,57.37891,1217.548,48.236435,83.61466,9.825579,30.545876,224.6,12.492024,9.483466,60.492905,20.720768,4210.5,17.9242,36.75,16.2666,13.723374,314.83334,60.206455,37.5,9.345143,8.980091,11.791176,53.838085,98.44444,52.25,195.50934,18.956,11.969146,56.30893,21.965,26.387953,120.61667,10.55,1.4425,38.670002,11.455714,1210.5515,23.556896,0.47857144,62.0,15.374482,137.6037,69.6,93.065834,9.717036,104.875,343.97656,230.39577,33.582054,219.56952,50.166668,45.59543,68.93962,144.7,22.237207,54.264034,466.0851,8.91963,16.375666,276.06592,20.97143,9.950909,50.329643,44.42851,519.82086,139.0125,168.41972,1915.7317,39.590908,1603.4615,1465.2273,9.11,7.1,1466.3997,17.3996,12.3,387.90088,27.25,48.325,24.842106,73.97857,252.82774,373.05545,4.2139997,35.17857,84.424446,333.43417,6.6484613,85.57143,8.266666,1.370839,57.617004,1.0179267,1.2034343,3.5018976,10.405882,24.656,16.139122,25.0,202.05133,41.25,20.571428,31.125,10.085714,109.875,4.5666666,109.333336,7.75,61.376926,7.957143,10.471858,23.491667,8.7,25.285715,15.7,1.0519387,54.019775,9.7754755,216.4298,6.672785,250.72433,19.083868,1165.6636,113.01641,2.914096,9.109971,136.28874,171.26291,891.0925,949.64484 +2023-02-01 01:00:00,0.0,2100.597,34.397724,5.2750616,12.436433,20.656012,188.87854,25.673248,42.61963,17.272984,25.290018,242.17046,129.95207,12.858912,50.969227,5.3828135,4.043685,36.871635,100.58064,62.125095,457.7431,39.15699,445.63718,137.53828,51.54737,129.36935,220.65405,80.37889,1013.16486,258.7247,2148.8662,53.920628,2383.355,659.10925,37.598286,29.973463,196.90384,230.7955,309.59644,940.4601,40.0186,15.690661,9.992152,468.9362,393.3516,111.17593,6.4169984,598.49646,13.928703,591.67487,10.412965,31.374983,0.0,913.68445,1755.8947,0.2830371,51.831226,14.771682,11225.724,34.985718,1.4686829,4.884424,15.7748,14.864733,5.1696267,8.85382,298.82797,38.261658,4.0324755,0.8684855,5.7848253,294.37067,0.6080226,150.71645,88.89137,2680.4585,123.181046,108.6304,191.31218,810.87305,77.2276,57.39132,1216.9,48.255634,83.57556,9.826468,30.554455,224.59134,12.489885,9.482111,60.519096,20.714712,4211.0776,17.92924,36.73512,16.270195,13.734246,314.8889,60.2653,37.48884,9.34538,8.982358,11.816784,53.858887,98.544266,52.239212,195.56264,18.97339,11.978869,56.36385,21.986555,26.381258,120.6778,10.562821,1.4428014,38.642616,11.455121,1210.5093,23.558086,0.48544183,62.14881,15.3837805,137.734,69.62956,93.167175,9.715094,104.88434,344.1991,230.76266,33.599953,219.69011,50.255707,45.604,68.94105,144.72159,22.244116,54.276752,466.0779,8.930053,16.385845,276.17047,20.955635,9.945898,50.383156,44.46324,520.0863,139.08394,168.42708,1915.811,39.578667,1603.3899,1464.9352,9.1058035,7.096416,1466.1769,17.399588,12.294842,387.84048,27.238356,48.311497,24.833376,73.956436,252.82541,372.95978,4.2120266,35.16958,84.37322,333.39288,6.6459665,85.568306,8.265117,1.3712641,57.618523,1.0182713,1.2038836,3.5043797,10.40551,24.65153,16.13655,25.00243,202.01956,41.233135,20.5625,31.122396,10.081207,109.837425,4.564757,109.17733,7.747396,61.380733,7.9482884,10.461703,23.474966,8.701227,25.270834,15.684276,1.0518129,54.031277,9.773452,216.3847,6.671462,250.73985,19.080471,1165.5465,113.01014,2.9157546,9.1075735,136.29951,171.27318,891.09894,949.5266 +2023-02-01 02:00:00,0.0,2101.0703,34.38734,5.2744093,12.429116,20.662024,188.85919,25.672443,42.626778,17.279123,25.300035,242.03223,130.12306,12.857824,50.925117,5.3944707,4.0419292,36.861958,100.48937,62.070534,457.6707,39.12902,445.48535,137.53369,51.51271,129.53781,220.57603,80.37317,1012.7741,258.7524,2148.3577,53.904125,2383.3035,659.02637,37.5873,29.966703,196.85838,230.65767,309.53735,940.7738,40.0372,15.685609,9.991601,469.2849,393.63876,111.108505,6.4449267,597.9618,13.957933,591.23926,10.416343,31.395658,0.0,914.41406,1756.5459,0.2830422,51.807617,14.77846,11232.9375,35.002472,1.4689087,4.902182,15.795731,14.886877,5.1757336,8.864782,298.95258,38.245537,4.0470724,0.86894286,5.788264,294.64688,0.6076927,150.84958,88.88274,2680.2502,123.195435,108.64747,191.29103,811.573,77.23012,57.403725,1216.2521,48.274834,83.53645,9.827359,30.563032,224.58267,12.487745,9.480757,60.545284,20.708654,4211.6553,17.934278,36.720238,16.27379,13.745118,314.94446,60.324146,37.47768,9.345616,8.984626,11.842393,53.87969,98.64409,52.228424,195.61592,18.990782,11.988593,56.41877,22.00811,26.374565,120.738945,10.575643,1.4431027,38.61523,11.454529,1210.4672,23.559277,0.49231222,62.29762,15.393079,137.86429,69.65913,93.26852,9.713151,104.89368,344.42166,231.12956,33.617855,219.8107,50.34474,45.61257,68.94248,144.74318,22.251026,54.289467,466.07074,8.940476,16.396025,276.275,20.93984,9.940887,50.436665,44.49798,520.35175,139.1554,168.43443,1915.8903,39.56642,1603.3182,1464.6432,9.101606,7.092832,1465.9541,17.399576,12.289682,387.7801,27.226711,48.297993,24.824644,73.93431,252.82309,372.8641,4.2100534,35.160583,84.32201,333.35156,6.6434717,85.56519,8.263566,1.3716891,57.620045,1.0186161,1.204333,3.5068617,10.405139,24.64706,16.13398,25.004862,201.98781,41.21627,20.553572,31.119791,10.076701,109.79985,4.562847,109.021324,7.7447915,61.384537,7.9394345,10.451549,23.458267,8.7024555,25.255953,15.668551,1.0516871,54.04278,9.771427,216.33961,6.6701393,250.75537,19.077076,1165.4294,113.00387,2.917413,9.105176,136.31029,171.28346,891.10535,949.4083 +2023-02-01 03:00:00,0.0,2101.544,34.376953,5.2737565,12.421799,20.668036,188.83983,25.671638,42.63393,17.285265,25.310053,241.89398,130.29404,12.856737,50.881012,5.406128,4.040174,36.85228,100.3981,62.01597,457.59824,39.101048,445.33356,137.52911,51.478046,129.70628,220.49802,80.36744,1012.3834,258.78015,2147.8494,53.887623,2383.2522,658.94354,37.57631,29.959944,196.81294,230.51984,309.47824,941.0876,40.055805,15.680555,9.991049,469.63364,393.92596,111.04108,6.4728556,597.42725,13.987164,590.8036,10.41972,31.416334,0.0,915.1436,1757.197,0.28304732,51.784004,14.785237,11240.152,35.019226,1.4691346,4.91994,15.816662,14.909021,5.18184,8.875744,299.0772,38.229416,4.0616693,0.86940026,5.791702,294.9231,0.6073628,150.9827,88.87411,2680.0422,123.209816,108.664536,191.26988,812.273,77.23264,57.416134,1215.6041,48.294033,83.49735,9.828249,30.57161,224.57402,12.485606,9.479402,60.571476,20.702599,4212.2334,17.939318,36.705357,16.277386,13.75599,315.0,60.38299,37.46652,9.345853,8.986893,11.868001,53.90049,98.74391,52.217632,195.66922,19.008175,11.998316,56.47369,22.029665,26.36787,120.80008,10.588465,1.443404,38.587845,11.453936,1210.4249,23.560467,0.4991826,62.44643,15.402378,137.9946,69.68869,93.36986,9.711208,104.903015,344.6442,231.49646,33.635754,219.93129,50.43378,45.621143,68.94391,144.76479,22.257935,54.302185,466.06354,8.950899,16.406202,276.37955,20.924046,9.935876,50.490177,44.53271,520.6172,139.22684,168.44179,1915.9696,39.55418,1603.2465,1464.3511,9.09741,7.089248,1465.7313,17.399565,12.284524,387.7197,27.215067,48.28449,24.815914,73.91218,252.82076,372.7684,4.2080803,35.151592,84.27078,333.31027,6.640977,85.56207,8.262016,1.3721142,57.621563,1.0189607,1.2047822,3.5093439,10.404767,24.64259,16.131409,25.007292,201.95604,41.199406,20.544643,31.117188,10.072194,109.762276,4.5609374,108.86532,7.7421875,61.388344,7.93058,10.441394,23.441566,8.703683,25.241072,15.652827,1.0515614,54.054283,9.769403,216.29451,6.6688166,250.7709,19.073679,1165.3123,112.9976,2.9190717,9.1027775,136.32108,171.29373,891.11176,949.2901 +2023-02-01 04:00:00,0.0,2102.0173,34.36657,5.2731037,12.414482,20.674047,188.82048,25.670834,42.641083,17.291407,25.32007,241.75575,130.46501,12.855649,50.836903,5.417785,4.0384183,36.8426,100.30682,61.961407,457.52582,39.073074,445.18176,137.52454,51.443386,129.87476,220.42,80.36172,1011.99274,258.80786,2147.3408,53.871124,2383.2007,658.86066,37.565323,29.953184,196.7675,230.382,309.41916,941.4013,40.074406,15.675503,9.990498,469.98236,394.21313,110.973656,6.500784,596.8926,14.016394,590.3679,10.423097,31.43701,0.0,915.8732,1757.8483,0.2830524,51.760395,14.792015,11247.367,35.03598,1.4693604,4.937698,15.837592,14.931166,5.187947,8.886706,299.20184,38.213295,4.076266,0.86985767,5.79514,295.19934,0.6070329,151.11581,88.86548,2679.834,123.224205,108.68161,191.24873,812.97296,77.23517,57.42854,1214.9562,48.31323,83.45825,9.82914,30.580189,224.56535,12.483467,9.478046,60.597668,20.69654,4212.811,17.944357,36.690475,16.280981,13.766862,315.05557,60.441833,37.455357,9.346089,8.98916,11.893609,53.921288,98.84374,52.206844,195.7225,19.025566,12.008039,56.52861,22.05122,26.361177,120.86121,10.601286,1.4437053,38.56046,11.453343,1210.3828,23.561659,0.50605303,62.595238,15.411676,138.1249,69.718254,93.4712,9.709265,104.91235,344.86676,231.86336,33.653656,220.05188,50.52282,45.62971,68.945335,144.78638,22.264845,54.314903,466.05637,8.961322,16.416382,276.4841,20.908249,9.930865,50.543686,44.567448,520.8827,139.29828,168.44914,1916.049,39.541935,1603.1748,1464.059,9.093214,7.0856647,1465.5084,17.399553,12.279366,387.6593,27.203423,48.270985,24.807182,73.890045,252.81842,372.67273,4.2061067,35.1426,84.21956,333.26895,6.638482,85.55896,8.260466,1.3725393,57.623085,1.0193055,1.2052317,3.5118258,10.404396,24.638119,16.128838,25.009722,201.92427,41.18254,20.535713,31.114584,10.067687,109.7247,4.5590277,108.709305,7.7395835,61.39215,7.921726,10.431239,23.424866,8.70491,25.22619,15.637103,1.0514357,54.065784,9.76738,216.24942,6.667494,250.78642,19.070284,1165.1952,112.99132,2.92073,9.10038,136.33185,171.304,891.11816,949.1718 +2023-02-01 05:00:00,0.0,2102.491,34.356186,5.2724514,12.407165,20.68006,188.80112,25.670029,42.64823,17.297548,25.330088,241.61752,130.636,12.854561,50.792797,5.4294424,4.036663,36.832924,100.21555,61.906845,457.45337,39.045105,445.02994,137.51994,51.408722,130.04323,220.34198,80.355995,1011.602,258.8356,2146.8325,53.85462,2383.1494,658.7778,37.554337,29.946424,196.72206,230.24417,309.36005,941.7151,40.093006,15.670449,9.989946,470.33105,394.50034,110.90623,6.5287123,596.358,14.045624,589.9323,10.426475,31.457685,0.0,916.6028,1758.4994,0.2830575,51.736782,14.798793,11254.582,35.052734,1.4695863,4.955456,15.858522,14.95331,5.1940536,8.897669,299.32645,38.197174,4.0908628,0.870315,5.798578,295.47556,0.606703,151.24895,88.85685,2679.6257,123.23859,108.69868,191.22758,813.6729,77.237686,57.44095,1214.3083,48.332428,83.41915,9.8300295,30.588766,224.55669,12.481328,9.476692,60.623856,20.690485,4213.3887,17.949396,36.675594,16.284576,13.777734,315.1111,60.50068,37.444195,9.346326,8.991427,11.919218,53.94209,98.943565,52.196056,195.7758,19.042957,12.017763,56.58353,22.072775,26.354483,120.922356,10.614107,1.4440067,38.533073,11.45275,1210.3406,23.562849,0.5129234,62.74405,15.420975,138.25519,69.74782,93.57254,9.707322,104.92169,345.0893,232.23026,33.671555,220.17247,50.611855,45.638283,68.94677,144.80797,22.271753,54.32762,466.04916,8.9717455,16.426561,276.58865,20.892454,9.925855,50.5972,44.60218,521.14813,139.36974,168.4565,1916.1282,39.529694,1603.1031,1463.767,9.089018,7.082081,1465.2856,17.399542,12.274206,387.5989,27.191778,48.257477,24.798452,73.86792,252.8161,372.57706,4.2041335,35.13361,84.16834,333.22766,6.6359873,85.55584,8.258916,1.3729644,57.624603,1.0196501,1.205681,3.514308,10.404024,24.63365,16.126266,25.012154,201.89252,41.165676,20.526785,31.111979,10.06318,109.687126,4.557118,108.5533,7.736979,61.395958,7.912872,10.421084,23.408167,8.706139,25.21131,15.621379,1.05131,54.077286,9.765355,216.20433,6.666171,250.80194,19.066887,1165.0781,112.98505,2.9223886,9.097982,136.34262,171.31427,891.1246,949.0536 +2023-02-01 06:00:00,0.0,2102.9646,34.345802,5.2717986,12.399848,20.686071,188.78175,25.669224,42.655384,17.303688,25.340105,241.4793,130.80698,12.853473,50.748688,5.4410996,4.034908,36.823246,100.12428,61.852283,457.38095,39.01713,444.87814,137.51537,51.374058,130.21169,220.26396,80.35027,1011.2113,258.86334,2146.3242,53.83812,2383.098,658.6949,37.54335,29.939665,196.6766,230.10634,309.30093,942.0288,40.111607,15.665396,9.989395,470.67978,394.78754,110.8388,6.5566406,595.82336,14.074854,589.49664,10.429852,31.478361,0.0,917.3324,1759.1506,0.2830626,51.713173,14.805571,11261.796,35.06949,1.469812,4.973214,15.879453,14.975454,5.2001605,8.908631,299.45108,38.181053,4.1054597,0.8707724,5.8020163,295.75177,0.60637313,151.38206,88.84821,2679.4175,123.252975,108.715744,191.20644,814.37286,77.24021,57.453354,1213.6604,48.351627,83.38004,9.830919,30.597343,224.54802,12.479188,9.475337,60.650047,20.68443,4213.9663,17.954435,36.660713,16.288172,13.788606,315.1667,60.559525,37.433037,9.346563,8.993694,11.944826,53.96289,99.04339,52.18527,195.82909,19.060349,12.027487,56.63845,22.09433,26.347788,120.98349,10.626928,1.444308,38.505688,11.452157,1210.2985,23.56404,0.5197938,62.892857,15.430273,138.38548,69.77738,93.67388,9.7053795,104.93103,345.31186,232.59715,33.689457,220.29306,50.700893,45.646854,68.9482,144.82956,22.278662,54.340336,466.042,8.982168,16.43674,276.69318,20.87666,9.920844,50.650707,44.636917,521.4136,139.44118,168.46385,1916.2075,39.51745,1603.0315,1463.4749,9.084821,7.078497,1465.0629,17.39953,12.269048,387.5385,27.180134,48.243973,24.78972,73.84579,252.81377,372.48138,4.2021604,35.124615,84.11712,333.18637,6.6334925,85.55273,8.257366,1.3733894,57.62612,1.0199947,1.2061303,3.5167902,10.403653,24.629179,16.123695,25.014584,201.86075,41.14881,20.517857,31.109375,10.058674,109.64955,4.555208,108.39729,7.734375,61.39976,7.904018,10.41093,23.391466,8.707366,25.19643,15.605655,1.0511842,54.08879,9.763331,216.15924,6.6648483,250.81746,19.063492,1164.961,112.978775,2.924047,9.095585,136.3534,171.32455,891.1309,948.9353 +2023-02-01 07:00:00,0.0,2103.438,34.335415,5.271146,12.39253,20.692083,188.7624,25.668419,42.662537,17.30983,25.350124,241.34105,130.97795,12.852385,50.704582,5.452757,4.033152,36.81357,100.03301,61.79772,457.3085,38.989162,444.72635,137.51077,51.339397,130.38016,220.18594,80.34455,1010.8206,258.89105,2145.8157,53.821617,2383.0466,658.612,37.532364,29.932905,196.63116,229.9685,309.24185,942.3426,40.130207,15.660343,9.988844,471.0285,395.0747,110.77138,6.584569,595.28876,14.104084,589.061,10.4332285,31.499037,0.0,918.062,1759.8018,0.2830677,51.68956,14.812347,11269.011,35.086243,1.4700379,4.990972,15.900383,14.997599,5.206267,8.919594,299.5757,38.164932,4.1200566,0.8712298,5.8054543,296.02798,0.6060432,151.51518,88.839584,2679.2092,123.26736,108.73282,191.1853,815.0728,77.24274,57.465763,1213.0125,48.370827,83.34094,9.83181,30.605923,224.53935,12.477049,9.473982,60.67624,20.678371,4214.5444,17.959475,36.645832,16.291767,13.799478,315.22223,60.61837,37.421875,9.3468,8.995961,11.970434,53.983692,99.14321,52.17448,195.88239,19.077742,12.0372095,56.69337,22.115885,26.341095,121.04463,10.6397505,1.4446094,38.478302,11.451565,1210.2562,23.56523,0.5266642,63.041668,15.439572,138.51578,69.806946,93.77522,9.703437,104.94036,345.5344,232.96405,33.707355,220.41365,50.789932,45.655426,68.94962,144.85115,22.285572,54.353054,466.0348,8.992592,16.446918,276.79773,20.860865,9.9158325,50.70422,44.67165,521.679,139.51263,168.47122,1916.2869,39.505207,1602.9597,1463.1827,9.080625,7.074913,1464.8401,17.399519,12.263889,387.47812,27.16849,48.23047,24.78099,73.82366,252.81143,372.38568,4.200187,35.115623,84.065895,333.14505,6.630997,85.54961,8.2558155,1.3738145,57.627644,1.0203395,1.2065796,3.519272,10.403281,24.624708,16.121124,25.017014,201.829,41.131943,20.508928,31.106771,10.054167,109.61198,4.5532985,108.24129,7.731771,61.40357,7.8951635,10.400775,23.374765,8.708593,25.18155,15.589931,1.0510584,54.100292,9.761307,216.11415,6.6635256,250.83298,19.060095,1164.8439,112.9725,2.9257054,9.093187,136.36417,171.33482,891.1373,948.8171 +2023-02-01 08:00:00,0.0,2103.9116,34.32503,5.2704935,12.385214,20.698095,188.74304,25.667614,42.669685,17.315971,25.360142,241.20282,131.14894,12.851296,50.660477,5.464414,4.031397,36.803886,99.94174,61.743156,457.23605,38.96119,444.57452,137.5062,51.304733,130.54863,220.10793,80.33883,1010.4299,258.9188,2145.3074,53.805115,2382.995,658.5291,37.521374,29.926146,196.58572,229.83066,309.18274,942.6563,40.14881,15.65529,9.988293,471.37723,395.3619,110.70395,6.6124973,594.7541,14.133314,588.62537,10.436605,31.519712,0.0,918.7915,1760.4529,0.28307283,51.66595,14.819125,11276.226,35.102993,1.4702637,5.00873,15.921314,15.019743,5.2123737,8.930555,299.70035,38.14881,4.1346536,0.8716872,5.8088923,296.3042,0.6057133,151.64832,88.830956,2679.001,123.281746,108.749886,191.16415,815.7728,77.245255,57.47817,1212.3645,48.390026,83.30184,9.8327,30.614502,224.5307,12.47491,9.472628,60.702427,20.672316,4215.122,17.964512,36.63095,16.295362,13.810349,315.2778,60.677216,37.410713,9.347036,8.998228,11.996043,54.004494,99.243034,52.16369,195.93568,19.095133,12.046933,56.74829,22.13744,26.3344,121.10577,10.652572,1.4449108,38.450916,11.450972,1210.214,23.56642,0.5335346,63.190475,15.448871,138.64609,69.83651,93.876564,9.701494,104.9497,345.75696,233.33095,33.725258,220.53424,50.87897,45.663998,68.95106,144.87274,22.29248,54.365772,466.02762,9.003015,16.457098,276.90228,20.84507,9.910822,50.75773,44.706387,521.94446,139.58408,168.47858,1916.3662,39.492966,1602.8881,1462.8907,9.076428,7.071329,1464.6173,17.399506,12.25873,387.41772,27.156845,48.216965,24.772259,73.80153,252.8091,372.29,4.198214,35.106632,84.01467,333.10376,6.6285024,85.54649,8.254266,1.3742396,57.62916,1.0206841,1.2070289,3.5217543,10.40291,24.620237,16.118553,25.019444,201.79723,41.115078,20.5,31.104166,10.04966,109.5744,4.5513887,108.08528,7.7291665,61.407375,7.8863096,10.39062,23.358067,8.709822,25.166668,15.574206,1.0509326,54.111794,9.759283,216.06905,6.662203,250.8485,19.0567,1164.7268,112.96623,2.927364,9.090789,136.37495,171.3451,891.14374,948.6988 +2023-02-01 09:00:00,0.0,2104.385,34.314648,5.2698407,12.377896,20.704107,188.7237,25.66681,42.676838,17.322111,25.37016,241.06459,131.31992,12.850209,50.616367,5.4760714,4.0296416,36.79421,99.85047,61.688595,457.16364,38.933216,444.42273,137.50162,51.270073,130.7171,220.0299,80.3331,1010.0392,258.9465,2144.7988,53.788612,2382.9438,658.4463,37.510387,29.919386,196.54025,229.69283,309.12366,942.9701,40.16741,15.650237,9.9877405,471.72595,395.64908,110.63653,6.640426,594.2195,14.162544,588.1897,10.439983,31.540388,0.0,919.5211,1761.1041,0.28307793,51.642338,14.825903,11283.44,35.119747,1.4704896,5.026488,15.942245,15.041887,5.2184806,8.941518,299.82495,38.13269,4.1492505,0.8721446,5.8123302,296.5804,0.6053834,151.78143,88.82233,2678.793,123.29613,108.76695,191.143,816.4728,77.24778,57.490578,1211.7166,48.409225,83.26274,9.83359,30.62308,224.52203,12.47277,9.471272,60.72862,20.66626,4215.6997,17.969551,36.61607,16.298956,13.821221,315.33334,60.73606,37.399555,9.347273,9.000496,12.021651,54.025295,99.34286,52.1529,195.98897,19.112524,12.056657,56.80321,22.158997,26.327705,121.1669,10.665393,1.445212,38.42353,11.450379,1210.1719,23.56761,0.540405,63.339287,15.458169,138.77638,69.86607,93.977905,9.699552,104.95904,345.9795,233.69785,33.743156,220.65483,50.968006,45.67257,68.952484,144.89435,22.299389,54.37849,466.02042,9.013437,16.467278,277.0068,20.829275,9.905811,50.81124,44.74112,522.2099,139.65552,168.48593,1916.4456,39.48072,1602.8164,1462.5986,9.072232,7.067745,1464.3945,17.399494,12.2535715,387.35736,27.1452,48.20346,24.763529,73.779396,252.80678,372.19434,4.196241,35.097637,83.963455,333.06247,6.6260076,85.54337,8.252715,1.3746645,57.630684,1.0210289,1.2074782,3.5242362,10.402538,24.615768,16.115982,25.021875,201.76546,41.098213,20.491072,31.101562,10.045153,109.53683,4.549479,107.929276,7.7265625,61.411182,7.877455,10.3804655,23.341366,8.711049,25.151787,15.558482,1.0508069,54.123295,9.757259,216.02396,6.66088,250.86403,19.053303,1164.6097,112.95996,2.9290226,9.088391,136.38573,171.35538,891.15015,948.58057 +2023-02-01 10:00:00,0.0,2104.8586,34.304264,5.269188,12.37058,20.71012,188.70433,25.666004,42.68399,17.328253,25.380177,240.92636,131.49089,12.849121,50.57226,5.4877286,4.027886,36.78453,99.75919,61.634033,457.0912,38.905247,444.27094,137.49702,51.23541,130.88556,219.95189,80.32738,1009.64844,258.97424,2144.2905,53.772114,2382.8923,658.3634,37.4994,29.912626,196.49481,229.555,309.06454,943.2838,40.186012,15.645184,9.987189,472.07468,395.93628,110.5691,6.6683545,593.6849,14.191774,587.754,10.44336,31.561064,0.0,920.25073,1761.7552,0.28308302,51.618725,14.832681,11290.654,35.1365,1.4707154,5.0442457,15.963176,15.064032,5.2245874,8.95248,299.9496,38.11657,4.163847,0.872602,5.8157687,296.85666,0.60505354,151.91455,88.81369,2678.5847,123.31052,108.78403,191.12186,817.1727,77.2503,57.502987,1211.0686,48.42842,83.22363,9.83448,30.631657,224.51337,12.470631,9.469917,60.754807,20.660202,4216.2773,17.97459,36.60119,16.302551,13.832092,315.3889,60.794907,37.388393,9.347509,9.002763,12.047259,54.046093,99.44269,52.142113,196.04227,19.129915,12.0663805,56.85813,22.180552,26.321012,121.22804,10.678214,1.4455134,38.39614,11.449786,1210.1296,23.568802,0.54727536,63.488094,15.467467,138.90668,69.89563,94.079254,9.697608,104.968376,346.20206,234.06474,33.76106,220.77542,51.057045,45.681137,68.95391,144.91594,22.3063,54.391205,466.01324,9.023861,16.477457,277.11136,20.813478,9.900801,50.86475,44.775856,522.47534,139.72697,168.49329,1916.5248,39.46848,1602.7448,1462.3065,9.068035,7.064162,1464.1716,17.399483,12.248413,387.29697,27.133556,48.189957,24.754797,73.75727,252.80444,372.09866,4.1942677,35.088646,83.91223,333.02115,6.6235127,85.54026,8.251165,1.3750896,57.632202,1.0213735,1.2079275,3.5267184,10.402167,24.611298,16.11341,25.024305,201.7337,41.08135,20.482143,31.098959,10.040647,109.49925,4.5475693,107.77327,7.7239585,61.414986,7.8686013,10.370311,23.324665,8.712276,25.136906,15.542758,1.0506811,54.1348,9.755235,215.97887,6.6595573,250.87955,19.049908,1164.4927,112.95368,2.930681,9.085994,136.3965,171.36565,891.15656,948.4623 +2023-02-01 11:00:00,0.0,2105.3323,34.293877,5.2685356,12.363262,20.716131,188.68497,25.6652,42.69114,17.334394,25.390194,240.78812,131.66188,12.848033,50.528152,5.499386,4.0261307,36.774853,99.66792,61.57947,457.01877,38.877274,444.11914,137.49245,51.200745,131.05403,219.87387,80.321655,1009.25775,259.00198,2143.7822,53.75561,2382.841,658.2805,37.488415,29.905867,196.44937,229.41716,309.00543,943.5976,40.204613,15.64013,9.986638,472.4234,396.22348,110.50167,6.696283,593.15027,14.2210045,587.3184,10.446737,31.58174,0.0,920.98035,1762.4065,0.28308812,51.595116,14.839458,11297.869,35.153255,1.4709413,5.0620036,15.984106,15.086176,5.230694,8.963443,300.07422,38.10045,4.178444,0.87305933,5.8192067,297.13287,0.60472363,152.04768,88.80506,2678.3765,123.3249,108.8011,191.10071,817.8727,77.25282,57.515392,1210.4207,48.44762,83.18453,9.83537,30.640236,224.5047,12.468492,9.468563,60.781,20.654146,4216.8555,17.97963,36.58631,16.306147,13.842964,315.44446,60.853752,37.37723,9.347746,9.00503,12.072868,54.066895,99.54251,52.131325,196.09555,19.147308,12.076104,56.91305,22.202106,26.314318,121.28918,10.691036,1.4458147,38.368755,11.449193,1210.0875,23.569992,0.55414575,63.636906,15.476767,139.03697,69.92519,94.180595,9.695665,104.977715,346.4246,234.43164,33.778957,220.89601,51.146084,45.68971,68.955345,144.93753,22.313208,54.403923,466.00604,9.034284,16.487635,277.2159,20.797684,9.895789,50.918262,44.81059,522.74084,139.79842,168.50064,1916.6041,39.456234,1602.6731,1462.0145,9.063839,7.060578,1463.9489,17.399471,12.243254,387.23657,27.121912,48.176453,24.746067,73.73514,252.80211,372.003,4.1922946,35.079655,83.86101,332.97986,6.621018,85.53714,8.249616,1.3755147,57.633724,1.0217183,1.2083768,3.5292003,10.401795,24.606827,16.11084,25.026735,201.70193,41.064484,20.473213,31.096354,10.0361395,109.461685,4.5456595,107.617256,7.721354,61.418793,7.859747,10.360156,23.307964,8.713504,25.122025,15.527034,1.0505553,54.1463,9.753211,215.93378,6.6582346,250.89507,19.04651,1164.3755,112.94741,2.9323394,9.083596,136.40727,171.37592,891.16296,948.34406 +2023-02-01 12:00:00,0.0,2105.8057,34.283493,5.267883,12.355946,20.722143,188.66562,25.664394,42.69829,17.340536,25.400211,240.64989,131.83286,12.846945,50.484047,5.511043,4.024375,36.765175,99.57665,61.52491,456.94632,38.8493,443.96732,137.48787,51.166084,131.2225,219.79585,80.31593,1008.86707,259.0297,2143.2737,53.73911,2382.7896,658.19763,37.47743,29.899107,196.40393,229.27933,308.94635,943.9113,40.223213,15.635077,9.986087,472.77213,396.51065,110.43425,6.724211,592.6156,14.250235,586.88275,10.450115,31.602415,0.0,921.70984,1763.0576,0.2830932,51.571503,14.846236,11305.084,35.17001,1.4711671,5.0797615,16.005037,15.10832,5.2368007,8.974405,300.19882,38.084328,4.193041,0.87351674,5.8226447,297.4091,0.6043937,152.1808,88.79643,2678.1682,123.33929,108.81817,191.07956,818.57263,77.25535,57.5278,1209.7727,48.46682,83.14543,9.836261,30.648815,224.49603,12.466352,9.467208,60.80719,20.64809,4217.433,17.984669,36.57143,16.309742,13.853836,315.5,60.912594,37.36607,9.347982,9.0072975,12.098476,54.087696,99.642334,52.120537,196.14885,19.1647,12.085827,56.96797,22.223661,26.307625,121.35031,10.703857,1.4461161,38.34137,11.448601,1210.0453,23.571182,0.56101614,63.785713,15.486065,139.16727,69.95476,94.28194,9.693723,104.98705,346.64716,234.79854,33.79686,221.0166,51.23512,45.69828,68.95677,144.95912,22.320118,54.41664,465.99887,9.044706,16.497814,277.32047,20.781889,9.890779,50.97177,44.845325,523.0063,139.86986,168.508,1916.6836,39.443993,1602.6013,1461.7224,9.059643,7.056994,1463.7261,17.39946,12.238095,387.17618,27.110268,48.16295,24.737335,73.713005,252.79979,371.9073,4.190321,35.070663,83.80979,332.93854,6.618523,85.53403,8.248065,1.3759398,57.635242,1.0220629,1.2088262,3.5316825,10.401424,24.602358,16.10827,25.029167,201.67017,41.04762,20.464285,31.09375,10.031632,109.42411,4.54375,107.46125,7.71875,61.4226,7.850893,10.35,23.291265,8.714732,25.107143,15.51131,1.0504297,54.157803,9.751187,215.88869,6.656912,250.91058,19.043116,1164.2584,112.94114,2.9339979,9.081199,136.41806,171.38618,891.1694,948.22577 +2023-02-01 13:00:00,0.0,2106.2793,34.27311,5.26723,12.348628,20.728155,188.64626,25.663591,42.70544,17.346676,25.410229,240.51166,132.00383,12.845857,50.43994,5.5227003,4.0226197,36.755497,99.48538,61.470345,456.87387,38.82133,443.81552,137.48328,51.13142,131.39096,219.71783,80.31021,1008.4763,259.05743,2142.7654,53.722607,2382.7383,658.11475,37.46644,29.892347,196.35847,229.1415,308.88724,944.2251,40.241814,15.630024,9.985536,473.12085,396.79785,110.36682,6.7521396,592.081,14.279465,586.4471,10.453492,31.62309,0.0,922.43945,1763.7087,0.28309834,51.547894,14.853014,11312.298,35.186764,1.471393,5.0975194,16.025967,15.130465,5.2429075,8.985367,300.32346,38.068207,4.207638,0.87397414,5.826083,297.6853,0.60406387,152.31392,88.787796,2677.96,123.35367,108.835236,191.05841,819.27264,77.257866,57.540207,1209.1248,48.48602,83.10633,9.837151,30.657394,224.48738,12.464212,9.465854,60.833378,20.642033,4218.0107,17.989708,36.55655,16.313337,13.864708,315.55557,60.97144,37.35491,9.348219,9.009564,12.124084,54.108498,99.74216,52.10975,196.20215,19.18209,12.095551,57.022892,22.245216,26.30093,121.41145,10.716679,1.4464175,38.313984,11.448008,1210.003,23.572372,0.5678866,63.934525,15.495363,139.29756,69.98432,94.38328,9.69178,104.99639,346.8697,235.16544,33.81476,221.13719,51.324158,45.706852,68.9582,144.98071,22.327026,54.42936,465.99167,9.05513,16.507994,277.425,20.766094,9.885768,51.025284,44.88006,523.2717,139.94131,168.51535,1916.7627,39.43175,1602.5297,1461.4303,9.055446,7.05341,1463.5033,17.399448,12.232937,387.11578,27.098623,48.149445,24.728605,73.69088,252.79745,371.8116,4.188348,35.06167,83.75857,332.89725,6.6160283,85.53091,8.246515,1.3763648,57.63676,1.0224075,1.2092755,3.5341647,10.401052,24.597887,16.1057,25.031597,201.63841,41.030754,20.455357,31.091146,10.027126,109.386536,4.54184,107.305244,7.716146,61.426407,7.8420386,10.339846,23.274565,8.71596,25.092262,15.495585,1.0503039,54.169308,9.749163,215.84358,6.655589,250.9261,19.039719,1164.1414,112.93487,2.9356565,9.0788,136.42883,171.39647,891.1758,948.10754 +2023-02-01 14:00:00,0.0,2106.753,34.262726,5.2665777,12.341311,20.734167,188.6269,25.662786,42.712593,17.352818,25.420246,240.37343,132.17482,12.8447695,50.395832,5.5343575,4.0208645,36.74582,99.39411,61.415783,456.80145,38.793358,443.66373,137.4787,51.09676,131.55943,219.63982,80.30448,1008.08563,259.08514,2142.257,53.706104,2382.6868,658.03186,37.455452,29.885588,196.31303,229.00366,308.82816,944.5389,40.260418,15.62497,9.984983,473.46957,397.08502,110.2994,6.780068,591.5464,14.308695,586.0114,10.456869,31.643766,0.0,923.16907,1764.36,0.28310344,51.52428,14.859792,11319.513,35.203518,1.4716188,5.1152773,16.046898,15.152609,5.2490144,8.996329,300.4481,38.052086,4.2222347,0.8744315,5.829521,297.96152,0.60373396,152.44704,88.77917,2677.7517,123.36805,108.85231,191.03726,819.9726,77.26039,57.552616,1208.4769,48.50522,83.06722,9.83804,30.665972,224.47871,12.462073,9.4644985,60.85957,20.635977,4218.5884,17.994747,36.541668,16.316933,13.87558,315.6111,61.030285,37.34375,9.348455,9.011831,12.149693,54.1293,99.84198,52.098957,196.25543,19.199482,12.105274,57.077812,22.266771,26.294235,121.47259,10.7295,1.4467187,38.2866,11.447415,1209.9609,23.573563,0.574757,64.083336,15.504662,139.42787,70.013885,94.48462,9.689837,105.00573,347.09222,235.53233,33.83266,221.25778,51.413197,45.715424,68.959625,145.00232,22.333935,54.442074,465.9845,9.065553,16.518173,277.52954,20.7503,9.880757,51.078793,44.914795,523.5372,140.01276,168.5227,1916.8422,39.419506,1602.458,1461.1383,9.0512495,7.049826,1463.2805,17.399437,12.2277775,387.0554,27.086979,48.135937,24.719875,73.66875,252.79512,371.71594,4.1863747,35.052677,83.707344,332.85596,6.6135335,85.527794,8.244965,1.3767899,57.638283,1.0227523,1.2097248,3.5366466,10.4006815,24.593416,16.103128,25.034027,201.60664,41.01389,20.446428,31.088541,10.022619,109.34896,4.5399303,107.14924,7.7135415,61.43021,7.8331847,10.329691,23.257864,8.717187,25.077381,15.479861,1.0501782,54.18081,9.747139,215.7985,6.6542664,250.94162,19.036324,1164.0243,112.9286,2.937315,9.076403,136.4396,171.40674,891.1822,947.98926 +2023-02-01 15:00:00,0.0,2107.2263,34.252342,5.265925,12.333994,20.74018,188.60754,25.661982,42.719746,17.35896,25.430264,240.23518,132.3458,12.843681,50.351727,5.546015,4.019109,36.73614,99.30284,61.36122,456.729,38.76539,443.5119,137.4741,51.062096,131.7279,219.5618,80.29876,1007.69495,259.11288,2141.7485,53.6896,2382.6355,657.94904,37.444466,29.878828,196.2676,228.86583,308.76904,944.8526,40.27902,15.619918,9.984432,473.81827,397.37222,110.23197,6.8079967,591.0118,14.337925,585.5758,10.460247,31.664442,0.0,923.8986,1765.0111,0.28310853,51.50067,14.8665695,11326.728,35.220272,1.4718447,5.133035,16.067827,15.174753,5.2551208,9.007292,300.5727,38.035965,4.2368317,0.8748889,5.832959,298.23773,0.60340405,152.58017,88.77054,2677.5437,123.38244,108.86938,191.01611,820.67255,77.26292,57.56502,1207.829,48.524418,83.02812,9.838931,30.67455,224.47005,12.459934,9.463143,60.88576,20.62992,4219.1665,17.999786,36.526787,16.320528,13.886452,315.6667,61.08913,37.33259,9.348692,9.014099,12.175302,54.1501,99.9418,52.08817,196.30873,19.216875,12.114998,57.132732,22.288326,26.287542,121.53373,10.742322,1.44702,38.259212,11.446822,1209.9187,23.574753,0.58162737,64.23214,15.51396,139.55817,70.04345,94.58596,9.687895,105.01507,347.3148,235.89923,33.85056,221.37837,51.50223,45.723995,68.96106,145.02391,22.340845,54.454792,465.9773,9.075976,16.52835,277.6341,20.734505,9.875747,51.132305,44.949528,523.8026,140.0842,168.53006,1916.9215,39.407265,1602.3864,1460.8462,9.047053,7.046242,1463.0577,17.399426,12.222619,386.995,27.075335,48.122433,24.711143,73.646614,252.7928,371.62027,4.1844015,35.043686,83.65613,332.81464,6.6110387,85.52467,8.243415,1.377215,57.6398,1.0230969,1.2101741,3.5391288,10.40031,24.588947,16.100557,25.036459,201.57487,40.997025,20.4375,31.085938,10.018112,109.311386,4.5380206,106.99323,7.7109375,61.434017,7.8243303,10.319536,23.241165,8.718415,25.0625,15.464137,1.0500524,54.19231,9.745114,215.7534,6.6529436,250.95715,19.032927,1163.9071,112.922325,2.9389734,9.074005,136.45038,171.417,891.1886,947.87103 +2023-02-01 16:00:00,0.0,2107.7,34.241955,5.265272,12.326677,20.746191,188.58818,25.661177,42.726894,17.365099,25.44028,240.09695,132.51677,12.842593,50.307617,5.557672,4.0173535,36.726463,99.21157,61.30666,456.6566,38.737415,443.3601,137.46953,51.02743,131.89638,219.48378,80.29304,1007.3042,259.14062,2141.2402,53.673103,2382.584,657.86615,37.43348,29.872068,196.22214,228.728,308.70993,945.1664,40.29762,15.614864,9.983881,474.167,397.65942,110.16454,6.835925,590.4772,14.367155,585.14014,10.463624,31.685118,0.0,924.62823,1765.6624,0.28311363,51.47706,14.873347,11333.942,35.237026,1.4720705,5.150793,16.088758,15.1968975,5.2612276,9.018254,300.69733,38.01984,4.251428,0.8753463,5.836397,298.51398,0.60307413,152.71329,88.76191,2677.3354,123.39682,108.886444,190.99496,821.3725,77.265434,57.57743,1207.181,48.543617,82.98902,9.839821,30.683126,224.46138,12.457794,9.461789,60.91195,20.623863,4219.744,18.004826,36.511906,16.324123,13.897324,315.72223,61.147976,37.32143,9.348929,9.016366,12.20091,54.170902,100.04163,52.07738,196.36201,19.234266,12.124721,57.187653,22.309881,26.280848,121.594864,10.755143,1.4473214,38.231827,11.446229,1209.8766,23.575943,0.58849776,64.38095,15.523259,139.68846,70.07301,94.6873,9.685951,105.02441,347.53732,236.26613,33.86846,221.49898,51.59127,45.732563,68.96249,145.0455,22.347754,54.46751,465.97012,9.086399,16.53853,277.73865,20.718708,9.870735,51.185814,44.984264,524.06805,140.15565,168.53741,1917.0007,39.39502,1602.3147,1460.5541,9.042857,7.042659,1462.835,17.399414,12.217461,386.9346,27.06369,48.10893,24.702414,73.62449,252.79047,371.5246,4.1824284,35.03469,83.604904,332.77335,6.608544,85.52156,8.241865,1.37764,57.641323,1.0234417,1.2106234,3.5416107,10.399939,24.584476,16.097986,25.038889,201.54312,40.98016,20.428572,31.083334,10.013605,109.27381,4.536111,106.83723,7.7083335,61.437824,7.815476,10.3093815,23.224464,8.719643,25.04762,15.448413,1.0499266,54.20381,9.743091,215.70831,6.651621,250.97267,19.029531,1163.79,112.91605,2.9406319,9.071608,136.46115,171.42729,891.19495,947.75275 +2023-02-01 17:00:00,0.0,2108.1733,34.23157,5.2646194,12.31936,20.752201,188.56883,25.660372,42.734047,17.37124,25.450298,239.95872,132.68776,12.841505,50.26351,5.5693293,4.0155983,36.716785,99.12029,61.252098,456.58414,38.709442,443.2083,137.46495,50.99277,132.06483,219.40576,80.287315,1006.9135,259.16833,2140.7317,53.6566,2382.5327,657.78326,37.422493,29.865309,196.1767,228.59016,308.65085,945.4801,40.31622,15.609812,9.98333,474.51572,397.9466,110.09712,6.8638535,589.9425,14.396385,584.70447,10.467001,31.705793,0.0,925.3578,1766.3135,0.28311872,51.45345,14.880125,11341.156,35.25378,1.4722964,5.1685514,16.10969,15.219042,5.2673345,9.029217,300.82196,38.00372,4.266025,0.87580365,5.8398356,298.7902,0.6027443,152.8464,88.75327,2677.1272,123.41121,108.90351,190.97382,822.07245,77.26796,57.589836,1206.5331,48.562813,82.94992,9.840711,30.691704,224.45271,12.455655,9.460434,60.93814,20.617807,4220.322,18.009865,36.497025,16.327719,13.9081955,315.7778,61.20682,37.31027,9.349166,9.018633,12.226518,54.1917,100.14146,52.066593,196.41531,19.251657,12.134444,57.242573,22.331436,26.274155,121.656,10.767964,1.4476228,38.20444,11.445637,1209.8344,23.577135,0.59536815,64.52976,15.5325575,139.81876,70.10258,94.78864,9.684009,105.033745,347.7599,236.63303,33.88636,221.61957,51.68031,45.741135,68.96391,145.0671,22.354664,54.48023,465.96292,9.096822,16.54871,277.84317,20.702913,9.865725,51.239326,45.018997,524.3335,140.2271,168.54477,1917.0801,39.38278,1602.2429,1460.2621,9.03866,7.039075,1462.612,17.399403,12.212302,386.8742,27.052046,48.095425,24.693682,73.602356,252.78813,371.4289,4.180455,35.0257,83.55368,332.73203,6.606049,85.51844,8.2403145,1.3780651,57.64284,1.0237863,1.2110727,3.544093,10.399567,24.580006,16.095415,25.041319,201.51135,40.963295,20.419643,31.080729,10.009099,109.23624,4.534201,106.68122,7.705729,61.44163,7.806622,10.299227,23.207764,8.72087,25.03274,15.432689,1.0498009,54.215317,9.741067,215.66321,6.650298,250.98819,19.026134,1163.673,112.909775,2.9422903,9.06921,136.47194,171.43756,891.20135,947.6345 +2023-02-01 18:00:00,0.0,2108.647,34.221188,5.263967,12.312043,20.758213,188.54947,25.659567,42.7412,17.377382,25.460316,239.8205,132.85873,12.840417,50.219402,5.5809865,4.0138426,36.707108,99.02902,61.197533,456.51172,38.681473,443.0565,137.46036,50.958107,132.2333,219.32774,80.28159,1006.5228,259.19608,2140.2234,53.6401,2382.4812,657.7004,37.411503,29.85855,196.13126,228.45233,308.59174,945.7939,40.33482,15.604758,9.982779,474.86444,398.2338,110.02969,6.891782,589.40796,14.425615,584.26886,10.470379,31.726469,0.0,926.0874,1766.9647,0.28312385,51.429836,14.886903,11348.371,35.270535,1.4725221,5.1863093,16.13062,15.241186,5.2734413,9.040179,300.9466,37.9876,4.280622,0.87626106,5.8432736,299.0664,0.60241437,152.97954,88.744644,2676.919,123.42559,108.92058,190.95267,822.77246,77.270485,57.602245,1205.8851,48.582012,82.91081,9.841601,30.700283,224.44405,12.453516,9.459079,60.964333,20.61175,4220.8994,18.014904,36.482143,16.331314,13.919067,315.83334,61.265667,37.299107,9.349402,9.020901,12.252127,54.2125,100.24128,52.055805,196.4686,19.269049,12.144168,57.297493,22.352991,26.26746,121.71714,10.780786,1.4479241,38.177055,11.445044,1209.7922,23.578325,0.60223854,64.67857,15.541856,139.94905,70.13214,94.889984,9.682066,105.04308,347.98242,236.99992,33.904263,221.74016,51.76935,45.749706,68.96535,145.08868,22.361572,54.492943,465.95575,9.107245,16.55889,277.94772,20.687119,9.860714,51.292835,45.053734,524.599,140.29855,168.55212,1917.1593,39.370533,1602.1713,1459.97,9.034464,7.035491,1462.3893,17.399391,12.207143,386.8138,27.040401,48.08192,24.684952,73.58023,252.78581,371.33322,4.178482,35.01671,83.50246,332.69073,6.6035542,85.51532,8.238765,1.3784902,57.64436,1.024131,1.211522,3.546575,10.399196,24.575537,16.092844,25.04375,201.4796,40.94643,20.410713,31.078125,10.004592,109.19866,4.5322914,106.52521,7.703125,61.445435,7.7977676,10.289072,23.191065,8.722098,25.017859,15.416965,1.0496751,54.226818,9.739042,215.61812,6.6489754,251.00371,19.02274,1163.5559,112.9035,2.943949,9.0668125,136.48271,171.44783,891.20776,947.51624 +2023-02-01 19:00:00,0.0,2109.1206,34.210804,5.2633142,12.304726,20.764225,188.53012,25.658762,42.74835,17.383522,25.470333,239.68225,133.02971,12.83933,50.175297,5.5926437,4.0120873,36.69743,98.93775,61.14297,456.43927,38.6535,442.9047,137.45578,50.923447,132.40178,219.24973,80.27587,1006.1321,259.2238,2139.715,53.623596,2382.43,657.6175,37.400517,29.85179,196.0858,228.3145,308.53262,946.1076,40.353424,15.599705,9.982226,475.21317,398.52097,109.96227,6.91971,588.8733,14.454845,583.8332,10.473756,31.747145,0.0,926.81696,1767.6158,0.28312895,51.406223,14.893681,11355.586,35.28729,1.472748,5.204067,16.15155,15.26333,5.279548,9.051141,301.0712,37.971478,4.295219,0.87671846,5.8467116,299.34262,0.60208446,153.11266,88.736015,2676.7107,123.43998,108.93765,190.93152,823.4724,77.273,57.61465,1205.2372,48.60121,82.87171,9.842491,30.708862,224.4354,12.451377,9.457725,60.99052,20.605694,4221.4775,18.019943,36.467262,16.33491,13.929939,315.8889,61.324512,37.287945,9.349639,9.023168,12.277735,54.233303,100.3411,52.045013,196.5219,19.286442,12.153892,57.352413,22.374546,26.260765,121.778275,10.793608,1.4482255,38.14967,11.444451,1209.75,23.579515,0.6091089,64.82738,15.551154,140.07936,70.161705,94.991325,9.680123,105.05242,348.205,237.36682,33.92216,221.86075,51.858383,45.758278,68.966774,145.11028,22.36848,54.50566,465.94855,9.117668,16.569069,278.05228,20.671324,9.855703,51.346348,45.088467,524.86444,140.37,168.55948,1917.2388,39.35829,1602.0996,1459.678,9.030268,7.031907,1462.1665,17.39938,12.201984,386.75342,27.028757,48.068417,24.67622,73.5581,252.78348,371.23755,4.176509,35.007717,83.45124,332.64944,6.6010594,85.51221,8.237214,1.3789153,57.64588,1.0244757,1.2119713,3.549057,10.398824,24.571066,16.090273,25.04618,201.44783,40.92956,20.401785,31.075521,10.000085,109.16109,4.5303817,106.3692,7.700521,61.44924,7.7889137,10.278917,23.174364,8.723326,25.002977,15.40124,1.0495495,54.23832,9.737019,215.57303,6.6476526,251.01923,19.019342,1163.4387,112.89723,2.9456074,9.064414,136.49348,171.4581,891.2142,947.398 +2023-02-01 20:00:00,0.0,2109.594,34.200417,5.2626615,12.297409,20.770237,188.51076,25.657957,42.7555,17.389664,25.48035,239.54402,133.2007,12.838242,50.13119,5.604301,4.0103316,36.68775,98.84648,61.08841,456.36682,38.625526,442.7529,137.4512,50.888783,132.57025,219.1717,80.27014,1005.7414,259.25153,2139.2065,53.607094,2382.3784,657.5346,37.38953,29.84503,196.04036,228.17667,308.47354,946.4214,40.372025,15.594652,9.981675,475.5619,398.80817,109.894844,6.9476385,588.3387,14.484076,583.3975,10.477133,31.76782,0.0,927.5466,1768.267,0.28313404,51.382614,14.900458,11362.8,35.304043,1.4729738,5.221825,16.172482,15.285475,5.2856545,9.062103,301.19583,37.955357,4.309816,0.8771758,5.85015,299.61884,0.60175455,153.24577,88.72738,2676.5024,123.45436,108.95472,190.91039,824.17236,77.27553,57.62706,1204.5892,48.62041,82.83261,9.843382,30.717442,224.42673,12.449237,9.456369,61.016712,20.599636,4222.055,18.024982,36.45238,16.338505,13.940811,315.94446,61.383354,37.276787,9.349875,9.0254345,12.303343,54.254105,100.440926,52.034225,196.5752,19.303833,12.163615,57.407333,22.396101,26.254072,121.83941,10.806429,1.4485267,38.122284,11.443858,1209.7078,23.580706,0.6159793,64.97619,15.560453,140.20966,70.19127,95.09267,9.678181,105.06175,348.42752,237.73372,33.940063,221.98134,51.947422,45.76685,68.9682,145.13188,22.375391,54.51838,465.94138,9.128091,16.579247,278.1568,20.655529,9.850692,51.399857,45.123203,525.1299,140.44144,168.56683,1917.3181,39.34605,1602.028,1459.3859,9.026072,7.028323,1461.9437,17.399368,12.196826,386.69302,27.017113,48.054913,24.66749,73.535965,252.78114,371.14188,4.1745353,34.998722,83.40002,332.60812,6.598564,85.50909,8.235664,1.3793403,57.6474,1.0248203,1.2124207,3.5515392,10.398453,24.566595,16.087702,25.04861,201.41606,40.912697,20.392857,31.072916,9.995579,109.12351,4.528472,106.213196,7.6979165,61.45305,7.7800593,10.268763,23.157663,8.724553,24.988096,15.385515,1.0494237,54.24982,9.734995,215.52794,6.64633,251.03474,19.015947,1163.3217,112.89096,2.9472659,9.0620165,136.50426,171.46838,891.2206,947.2797 +2023-02-01 21:00:00,0.0,2110.0676,34.190033,5.262009,12.2900915,20.776249,188.4914,25.657152,42.762653,17.395805,25.49037,239.40579,133.37167,12.837153,50.087082,5.615958,4.0085764,36.678074,98.75521,61.033848,456.2944,38.597557,442.60107,137.44661,50.85412,132.73871,219.09369,80.26442,1005.3507,259.27927,2138.6982,53.59059,2382.3271,657.4518,37.378544,29.83827,195.99492,228.03883,308.41443,946.7351,40.390625,15.589599,9.981124,475.9106,399.09534,109.827415,6.9755673,587.8041,14.513306,582.9619,10.48051,31.788496,0.0,928.2761,1768.9182,0.28313914,51.359,14.907235,11370.015,35.320797,1.4731997,5.239583,16.19341,15.307619,5.2917614,9.073066,301.32047,37.939236,4.324413,0.8776332,5.853588,299.89505,0.6014247,153.3789,88.71875,2676.2944,123.46875,108.97179,190.88924,824.8723,77.278046,57.63947,1203.9413,48.63961,82.7935,9.844272,30.726019,224.41806,12.447098,9.455014,61.042904,20.59358,4222.633,18.030022,36.4375,16.3421,13.951683,316.0,61.4422,37.265625,9.350112,9.027702,12.328952,54.274906,100.54075,52.023438,196.62848,19.321224,12.173338,57.462254,22.417656,26.247377,121.90055,10.81925,1.4488281,38.0949,11.443265,1209.6656,23.581896,0.6228497,65.125,15.569752,140.33995,70.22083,95.19401,9.676238,105.07109,348.6501,238.10062,33.957962,222.10193,52.03646,45.77542,68.969635,145.15347,22.3823,54.531097,465.93417,9.1385145,16.589426,278.26135,20.639734,9.845681,51.45337,45.157936,525.3953,140.5129,168.5742,1917.3973,39.333805,1601.9563,1459.0938,9.021874,7.0247393,1461.721,17.399357,12.191667,386.63263,27.005468,48.04141,24.658758,73.51384,252.77882,371.04617,4.172562,34.98973,83.34879,332.56683,6.5960693,85.505974,8.234115,1.3797654,57.648922,1.0251651,1.21287,3.5540211,10.398081,24.562124,16.08513,25.051043,201.38431,40.895832,20.383928,31.070312,9.991072,109.08594,4.526562,106.05719,7.6953125,61.456856,7.7712054,10.258608,23.140965,8.725781,24.973215,15.369791,1.0492979,54.261326,9.73297,215.48285,6.645007,251.05028,19.01255,1163.2046,112.88469,2.9489243,9.059619,136.51503,171.47865,891.227,947.1615 +2023-02-01 22:00:00,0.0,2110.541,34.17965,5.2613564,12.282774,20.78226,188.47205,25.656347,42.769802,17.401947,25.500387,239.26756,133.54265,12.836065,50.042976,5.6276155,4.006821,36.668392,98.66394,60.979286,456.22195,38.569584,442.44928,137.44203,50.819458,132.90718,219.01567,80.2587,1004.95996,259.30698,2138.1897,53.57409,2382.276,657.3689,37.367558,29.83151,195.94948,227.90099,308.35535,947.0489,40.409225,15.584546,9.980573,476.25934,399.38254,109.759995,7.0034957,587.2694,14.542536,582.52625,10.483888,31.809172,0.0,929.0057,1769.5693,0.28314424,51.335392,14.914013,11377.2295,35.33755,1.4734255,5.257341,16.214342,15.329763,5.2978683,9.084028,301.44507,37.923115,4.3390093,0.8780906,5.857026,300.17126,0.6010948,153.51202,88.71012,2676.0862,123.48313,108.98886,190.86809,825.57227,77.28057,57.651875,1203.2933,48.65881,82.7544,9.845161,30.734596,224.4094,12.444959,9.45366,61.06909,20.587524,4223.2104,18.03506,36.42262,16.345695,13.962555,316.05557,61.501045,37.254463,9.350348,9.029969,12.35456,54.295708,100.64058,52.01265,196.68178,19.338615,12.183062,57.517174,22.43921,26.240683,121.961685,10.832071,1.4491295,38.067513,11.442673,1209.6234,23.583086,0.6297201,65.27381,15.57905,140.47025,70.2504,95.29535,9.674294,105.08043,348.87262,238.46751,33.975864,222.22252,52.125496,45.78399,68.97106,145.17506,22.389208,54.54381,465.927,9.148937,16.599606,278.3659,20.623938,9.840671,51.50688,45.192673,525.66077,140.58434,168.58156,1917.4767,39.321564,1601.8845,1458.8018,9.017678,7.021156,1461.4982,17.399345,12.186508,386.57224,26.993824,48.0279,24.650028,73.49171,252.77649,370.9505,4.170589,34.98074,83.29758,332.52554,6.5935745,85.50285,8.232564,1.3801905,57.65044,1.0255097,1.2133193,3.5565033,10.39771,24.557655,16.08256,25.053473,201.35254,40.878967,20.375,31.067709,9.986565,109.04836,4.524653,105.901184,7.6927085,61.46066,7.762351,10.248453,23.124264,8.727009,24.958334,15.354067,1.0491722,54.272827,9.730947,215.43774,6.6436844,251.0658,19.009155,1163.0875,112.87842,2.9505827,9.057221,136.52582,171.48892,891.2334,947.0432 +2023-02-01 23:00:00,0.0,2111.0146,34.169266,5.2607036,12.275457,20.788273,188.45268,25.655542,42.776955,17.408087,25.510405,239.12932,133.71364,12.834977,49.998867,5.639272,4.0050654,36.658714,98.57266,60.92472,456.14954,38.54161,442.2975,137.43744,50.784794,133.07565,218.93765,80.252975,1004.5693,259.33472,2137.6814,53.55759,2382.2244,657.286,37.356567,29.82475,195.90402,227.76315,308.29623,947.3626,40.427826,15.579493,9.980021,476.60806,399.66974,109.692566,7.031424,586.7348,14.571766,582.0906,10.487265,31.829847,0.0,929.73535,1770.2206,0.28314936,51.31178,14.920791,11384.444,35.3543,1.4736514,5.275099,16.235271,15.351908,5.303975,9.094991,301.5697,37.906994,4.353606,0.87854797,5.860464,300.4475,0.6007649,153.64514,88.70149,2675.878,123.49752,109.00593,190.84694,826.2723,77.2831,57.664284,1202.6455,48.67801,82.7153,9.846052,30.743176,224.40073,12.442819,9.452305,61.095284,20.581467,4223.788,18.040098,36.407738,16.34929,13.973427,316.1111,61.55989,37.243305,9.350585,9.032236,12.380168,54.31651,100.7404,52.00186,196.73506,19.356009,12.192785,57.572094,22.460766,26.23399,122.02282,10.844893,1.4494308,38.040127,11.44208,1209.5813,23.584276,0.6365905,65.42262,15.588348,140.60054,70.27996,95.39669,9.672352,105.08977,349.09518,238.83441,33.993763,222.34311,52.214535,45.79256,68.97249,145.19666,22.396118,54.55653,465.9198,9.159361,16.609785,278.47046,20.608143,9.83566,51.56039,45.227406,525.9262,140.65578,168.58891,1917.556,39.30932,1601.8129,1458.5096,9.013482,7.017572,1461.2754,17.399332,12.18135,386.51184,26.98218,48.014397,24.641296,73.469574,252.77415,370.85483,4.168616,34.971745,83.24635,332.48422,6.5910797,85.49974,8.231014,1.3806155,57.65196,1.0258543,1.2137686,3.5589852,10.397338,24.553185,16.079988,25.055902,201.32077,40.862103,20.366072,31.065104,9.982058,109.01079,4.522743,105.74518,7.690104,61.464466,7.753497,10.238298,23.107563,8.728236,24.943453,15.338343,1.0490464,54.28433,9.728923,215.39265,6.6423616,251.08131,19.005758,1162.9703,112.87214,2.9522414,9.054824,136.53659,171.4992,891.2398,946.925 +2023-02-02 00:00:00,0.0,2111.4883,34.15888,5.2600513,12.26814,20.794285,188.43333,25.654737,42.784107,17.414228,25.520422,238.99109,133.88461,12.833889,49.95476,5.6509295,4.00331,36.649036,98.48139,60.87016,456.0771,38.51364,442.14566,137.43286,50.750134,133.24411,218.85963,80.24725,1004.1786,259.36243,2137.173,53.54109,2382.173,657.2031,37.34558,29.817991,195.85858,227.62532,308.23712,947.6764,40.44643,15.574439,9.97947,476.9568,399.9569,109.625145,7.0593524,586.2002,14.600996,581.65497,10.490642,31.850523,0.0,930.46484,1770.8717,0.28315446,51.28817,14.927568,11391.658,35.371056,1.4738773,5.2928567,16.256203,15.374052,5.3100815,9.105952,301.69434,37.890873,4.368203,0.8790054,5.8639026,300.72372,0.600435,153.77827,88.692856,2675.6697,123.5119,109.022995,190.82579,826.9722,77.285614,57.67669,1201.9976,48.697205,82.6762,9.846942,30.75175,224.39207,12.44068,9.45095,61.121475,20.57541,4224.366,18.045137,36.392857,16.352886,13.984299,316.1667,61.618736,37.232143,9.3508215,9.034503,12.405777,54.337307,100.840225,51.99107,196.78836,19.3734,12.202509,57.627014,22.48232,26.227295,122.08396,10.857715,1.4497322,38.01274,11.441486,1209.5391,23.585468,0.64346087,65.57143,15.597648,140.73085,70.309525,95.49803,9.670409,105.099106,349.31772,239.20131,34.011665,222.4637,52.303574,45.801132,68.97392,145.21825,22.403027,54.56925,465.91263,9.169784,16.619963,278.57498,20.592348,9.830649,51.613903,45.262142,526.19165,140.72723,168.59627,1917.6353,39.297077,1601.7412,1458.2175,9.009285,7.013988,1461.0525,17.39932,12.17619,386.45145,26.970535,48.000893,24.632566,73.44745,252.77182,370.75916,4.1666427,34.962753,83.19513,332.44293,6.588585,85.49662,8.229464,1.3810406,57.65348,1.0261991,1.2142179,3.5614674,10.396967,24.548714,16.077417,25.058332,201.28902,40.845238,20.357143,31.0625,9.977551,108.97321,4.5208335,105.58917,7.6875,61.468273,7.7446427,10.228144,23.090862,8.729465,24.928572,15.3226185,1.0489206,54.29583,9.726898,215.34756,6.641039,251.09683,19.002363,1162.8533,112.86587,2.9538999,9.052425,136.54736,171.50948,891.2462,946.8067 +2023-02-02 01:00:00,0.0,2111.9617,34.148495,5.2593985,12.260823,20.800297,188.41397,25.653933,42.791256,17.42037,25.53044,238.85286,134.05559,12.832802,49.910652,5.6625867,4.001555,36.63936,98.39012,60.815598,456.00467,38.48567,441.99387,137.42828,50.71547,133.41258,218.78162,80.24152,1003.78784,259.39017,2136.6646,53.524586,2382.1216,657.12024,37.334595,29.811232,195.81314,227.48749,308.17804,947.9902,40.46503,15.5693865,9.978918,477.30548,400.2441,109.55772,7.0872808,585.6656,14.630226,581.2193,10.4940195,31.871199,0.0,931.19446,1771.5228,0.28315955,51.264557,14.934346,11398.873,35.38781,1.4741031,5.3106146,16.277134,15.396196,5.3161883,9.116915,301.81894,37.874752,4.3828,0.8794628,5.8673406,300.99994,0.6001051,153.91139,88.68423,2675.4614,123.52628,109.04007,190.80464,827.6722,77.28814,57.6891,1201.3496,48.716404,82.63709,9.847832,30.76033,224.3834,12.43854,9.449595,61.147663,20.569355,4224.944,18.050177,36.377975,16.35648,13.995171,316.22223,61.67758,37.22098,9.351058,9.036771,12.431385,54.35811,100.94005,51.98028,196.84166,19.39079,12.212232,57.681934,22.503876,26.220602,122.145096,10.870536,1.4500334,37.985355,11.440894,1209.4968,23.586658,0.6503313,65.72024,15.606946,140.86115,70.33909,95.59937,9.668467,105.108444,349.54025,239.5682,34.029564,222.58429,52.39261,45.809704,68.97535,145.23985,22.409937,54.581963,465.90543,9.180206,16.630142,278.67953,20.576553,9.825638,51.66741,45.296875,526.45715,140.79868,168.60362,1917.7146,39.284836,1601.6696,1457.9255,9.005089,7.010404,1460.8297,17.39931,12.171032,386.39105,26.95889,47.98739,24.623837,73.425316,252.7695,370.66348,4.1646695,34.953762,83.14391,332.4016,6.58609,85.49351,8.227914,1.3814657,57.655,1.0265437,1.2146672,3.5639496,10.396595,24.544245,16.074846,25.060764,201.25725,40.828373,20.348213,31.059896,9.973044,108.93564,4.5189238,105.43316,7.684896,61.47208,7.735789,10.217989,23.074163,8.730692,24.91369,15.306894,1.0487949,54.307335,9.7248745,215.30247,6.639716,251.11235,18.998966,1162.7362,112.8596,2.9555583,9.050028,136.55814,171.51974,891.2526,946.6885 +2023-02-02 02:00:00,0.0,2112.4353,34.13811,5.2587457,12.253506,20.806309,188.3946,25.653128,42.79841,17.42651,25.540457,238.71463,134.22658,12.831714,49.866547,5.674244,3.9997993,36.62968,98.29885,60.761036,455.93222,38.4577,441.84207,137.42369,50.680805,133.58105,218.7036,80.2358,1003.39716,259.4179,2136.1562,53.508083,2382.0703,657.0374,37.32361,29.804472,195.76767,227.34966,308.11893,948.3039,40.48363,15.564333,9.978367,477.6542,400.53128,109.49029,7.115209,585.131,14.659456,580.7836,10.497396,31.891874,0.0,931.9241,1772.1741,0.28316465,51.240948,14.941124,11406.088,35.404564,1.474329,5.3283725,16.298063,15.418341,5.322295,9.127877,301.94357,37.85863,4.397397,0.8799201,5.8707786,301.27615,0.5997752,154.04451,88.6756,2675.2534,123.54067,109.05714,190.7835,828.37213,77.290665,57.701504,1200.7017,48.735603,82.59799,9.848722,30.76891,224.37474,12.436401,9.44824,61.173855,20.563297,4225.5215,18.055216,36.363094,16.360075,14.0060425,316.2778,61.736427,37.20982,9.351295,9.039038,12.456993,54.37891,101.03987,51.969494,196.89494,19.408182,12.221955,57.736855,22.525433,26.213907,122.20624,10.883357,1.4503348,37.95797,11.440301,1209.4547,23.587849,0.6572017,65.86905,15.616244,140.99144,70.36865,95.700714,9.666524,105.11778,349.76282,239.9351,34.047466,222.70488,52.481647,45.818275,68.976776,145.26144,22.416845,54.59468,465.89825,9.19063,16.640322,278.7841,20.560759,9.820627,51.720924,45.33161,526.7226,140.87012,168.61098,1917.794,39.27259,1601.5978,1457.6334,9.000893,7.00682,1460.6069,17.399298,12.165874,386.33066,26.947247,47.973885,24.615105,73.40318,252.76717,370.56778,4.1626964,34.944767,83.09269,332.36032,6.5835953,85.49039,8.226364,1.3818907,57.65652,1.0268885,1.2151165,3.5664315,10.396223,24.539774,16.072275,25.063194,201.22548,40.81151,20.339285,31.057291,9.968537,108.89806,4.517014,105.27715,7.6822915,61.475883,7.7269344,10.207834,23.057463,8.731919,24.89881,15.29117,1.0486691,54.318836,9.72285,215.25739,6.6383934,251.12787,18.995571,1162.6191,112.853325,2.9572167,9.04763,136.56891,171.53001,891.25903,946.5702 +2023-02-02 03:00:00,0.0,2112.9087,34.127728,5.2580934,12.246189,20.81232,188.37526,25.652323,42.80556,17.432652,25.550474,238.57639,134.39755,12.830626,49.82244,5.685901,3.998044,36.620003,98.20758,60.706474,455.85977,38.429726,441.69025,137.41911,50.646145,133.74953,218.62558,80.23008,1003.0064,259.44562,2135.6477,53.49158,2382.0188,656.9545,37.312622,29.797712,195.72223,227.21182,308.05984,948.6177,40.50223,15.55928,9.977816,478.00293,400.81848,109.42287,7.143138,584.5963,14.688686,580.348,10.500773,31.91255,0.0,932.6537,1772.8252,0.28316975,51.217335,14.947902,11413.303,35.421318,1.4745548,5.3461304,16.318995,15.440485,5.328402,9.13884,302.0682,37.84251,4.411994,0.88037753,5.8742166,301.55237,0.5994453,154.17764,88.66697,2675.0452,123.55505,109.0742,190.76234,829.0721,77.29318,57.713913,1200.0537,48.754803,82.55889,9.849612,30.777489,224.36607,12.434261,9.446885,61.200047,20.557241,4226.099,18.060255,36.348213,16.36367,14.016914,316.33334,61.795273,37.19866,9.351532,9.041305,12.482602,54.39971,101.139694,51.958706,196.94824,19.425575,12.231679,57.791775,22.546988,26.207212,122.26737,10.896179,1.4506361,37.930584,11.439709,1209.4125,23.589039,0.6640721,66.01786,15.625543,141.12173,70.39822,95.802055,9.664581,105.12712,349.98535,240.302,34.065365,222.82547,52.570686,45.826847,68.97821,145.28304,22.423754,54.6074,465.89105,9.201053,16.650501,278.8886,20.544964,9.815617,51.774433,45.366344,526.98804,140.94157,168.61833,1917.8733,39.26035,1601.5261,1457.3413,8.996696,7.0032363,1460.3842,17.399286,12.160714,386.2703,26.935602,47.96038,24.606375,73.38106,252.76483,370.4721,4.160723,34.935776,83.041466,332.31903,6.5811005,85.487274,8.224813,1.3823158,57.65804,1.0272331,1.2155658,3.5689137,10.395852,24.535303,16.069704,25.065624,201.19373,40.794643,20.330357,31.054688,9.96403,108.86049,4.5151043,105.12115,7.6796875,61.47969,7.7180805,10.1976795,23.040762,8.733147,24.88393,15.275446,1.0485435,54.330338,9.720826,215.21228,6.6370707,251.1434,18.992174,1162.5021,112.84705,2.9588752,9.045233,136.5797,171.5403,891.2654,946.45197 +2023-02-02 04:00:00,0.0,2113.3823,34.11734,5.2574406,12.238872,20.818333,188.3559,25.651518,42.81271,17.438793,25.560492,238.43816,134.56853,12.829537,49.77833,5.6975584,3.9962885,36.610325,98.11631,60.651913,455.78735,38.401752,441.53845,137.41454,50.61148,133.91798,218.54756,80.22436,1002.6157,259.47336,2135.1394,53.47508,2381.9675,656.87164,37.301632,29.790953,195.67679,227.07399,308.00073,948.9314,40.520832,15.554227,9.977264,478.35165,401.10568,109.35544,7.1710663,584.0617,14.7179165,579.91235,10.504151,31.933226,0.0,933.3832,1773.4764,0.28317487,51.193726,14.9546795,11420.517,35.438072,1.4747807,5.3638887,16.339926,15.462629,5.3345084,9.149802,302.1928,37.82639,4.426591,0.88083494,5.877655,301.82858,0.59911543,154.31076,88.65833,2674.837,123.56944,109.09127,190.7412,829.7721,77.29571,57.72632,1199.4058,48.774002,82.51979,9.850503,30.786066,224.3574,12.432122,9.445531,61.226234,20.551186,4226.6772,18.065294,36.333332,16.367266,14.027786,316.3889,61.854115,37.1875,9.3517685,9.043572,12.50821,54.420513,101.23952,51.947918,197.00153,19.442966,12.241403,57.846695,22.568542,26.20052,122.32851,10.909,1.4509375,37.9032,11.439116,1209.3704,23.590229,0.6709425,66.166664,15.634841,141.25203,70.42778,95.9034,9.662638,105.13646,350.20792,240.6689,34.083267,222.94606,52.659725,45.835415,68.97964,145.30463,22.430664,54.620117,465.88388,9.211475,16.660679,278.99316,20.529167,9.810606,51.827946,45.40108,527.2535,141.01302,168.62569,1917.9526,39.248104,1601.4545,1457.0493,8.992499,6.999653,1460.1614,17.399275,12.155556,386.2099,26.923958,47.946877,24.597643,73.358925,252.76251,370.37643,4.1587496,34.926785,82.99024,332.2777,6.5786057,85.48415,8.223264,1.3827409,57.659557,1.0275779,1.2160152,3.5713956,10.39548,24.530834,16.067133,25.068056,201.16196,40.77778,20.321428,31.052084,9.959524,108.822914,4.5131946,104.96514,7.6770835,61.483498,7.709226,10.187525,23.024063,8.734375,24.86905,15.259722,1.0484177,54.341843,9.718802,215.16719,6.635748,251.15892,18.98878,1162.3849,112.84078,2.9605339,9.042835,136.59047,171.55057,891.2718,946.3337 +2023-02-02 05:00:00,0.0,2113.856,34.106956,5.256788,12.231555,20.824345,188.33655,25.650713,42.819862,17.444935,25.570509,238.29993,134.73952,12.828449,49.734226,5.7092156,3.994533,36.600647,98.02504,60.597347,455.7149,38.373783,441.38666,137.40994,50.57682,134.08646,218.46954,80.218636,1002.22504,259.50107,2134.631,53.45858,2381.916,656.78876,37.290646,29.784193,195.63135,226.93616,307.94162,949.2452,40.539436,15.549173,9.976713,478.70038,401.39285,109.28802,7.1989946,583.5271,14.747147,579.4767,10.507528,31.953901,0.0,934.1128,1774.1276,0.28317997,51.170113,14.961457,11427.731,35.454826,1.4750065,5.3816466,16.360855,15.484774,5.3406153,9.160764,302.31744,37.81027,4.4411874,0.8812923,5.881093,302.10483,0.5987855,154.44388,88.649704,2674.6287,123.583824,109.10834,190.72005,830.47205,77.29823,57.738728,1198.7578,48.7932,82.48068,9.851393,30.794643,224.34875,12.429983,9.444176,61.252426,20.545128,4227.255,18.070333,36.31845,16.370861,14.038657,316.44446,61.91296,37.17634,9.352005,9.045839,12.533818,54.441315,101.33935,51.937126,197.05482,19.460358,12.251126,57.901615,22.590097,26.193825,122.38965,10.921822,1.4512389,37.87581,11.438522,1209.3281,23.59142,0.6778129,66.315475,15.64414,141.38232,70.45734,96.004745,9.660695,105.1458,350.43045,241.0358,34.101166,223.06665,52.74876,45.843987,68.981064,145.32622,22.437572,54.63283,465.87668,9.221899,16.670858,279.09772,20.513372,9.805594,51.881454,45.435814,527.5189,141.08446,168.63304,1918.0319,39.235863,1601.3828,1456.7572,8.988303,6.996069,1459.9386,17.399263,12.150397,386.1495,26.912313,47.933372,24.588913,73.3368,252.76018,370.28076,4.1567764,34.917793,82.939026,332.23642,6.576111,85.48104,8.221713,1.383166,57.66108,1.0279225,1.2164645,3.5738778,10.395109,24.526363,16.064562,25.070486,201.1302,40.760914,20.3125,31.049479,9.955017,108.78534,4.511285,104.809135,7.674479,61.487305,7.700372,10.17737,23.007362,8.735602,24.854168,15.243998,1.0482919,54.353344,9.716778,215.1221,6.634425,251.17444,18.985382,1162.2678,112.83451,2.9621923,9.040437,136.60124,171.56084,891.2782,946.21545 +2023-02-02 06:00:00,0.0,2114.3293,34.096573,5.2561355,12.224237,20.830357,188.31718,25.649908,42.827015,17.451075,25.580526,238.1617,134.91049,12.827362,49.690117,5.720873,3.9927776,36.59097,97.93376,60.542786,455.6425,38.34581,441.23483,137.40536,50.542156,134.25493,218.39153,80.21291,1001.8343,259.5288,2134.1226,53.442078,2381.8647,656.7059,37.27966,29.777433,195.58589,226.79832,307.88254,949.5589,40.558037,15.544121,9.976161,479.0491,401.68005,109.22059,7.226923,582.9925,14.776377,579.0411,10.510905,31.974577,0.0,934.8424,1774.7788,0.28318506,51.1465,14.968235,11434.946,35.47158,1.4752324,5.3994045,16.381786,15.506918,5.346722,9.171726,302.44208,37.794147,4.4557843,0.8817497,5.884531,302.38104,0.5984556,154.57701,88.641075,2674.4204,123.59821,109.12541,190.6989,831.172,77.30075,57.751137,1198.1099,48.812397,82.44158,9.852283,30.803223,224.34009,12.427843,9.442821,61.278614,20.539072,4227.8325,18.075373,36.30357,16.374456,14.049529,316.5,61.971806,37.16518,9.3522415,9.048106,12.559427,54.462112,101.43917,51.92634,197.10811,19.477749,12.260849,57.956535,22.611652,26.187132,122.45078,10.934643,1.4515402,37.848423,11.43793,1209.286,23.592611,0.68468326,66.46429,15.653439,141.51263,70.4869,96.10609,9.658752,105.155136,350.653,241.4027,34.11907,223.18724,52.8378,45.85256,68.9825,145.34781,22.44448,54.64555,465.8695,9.232322,16.681038,279.20227,20.497578,9.800584,51.934967,45.47055,527.78436,141.15591,168.6404,1918.1112,39.223618,1601.3112,1456.4651,8.984107,6.992485,1459.7157,17.399252,12.145238,386.0891,26.90067,47.91987,24.580181,73.31467,252.75784,370.18506,4.1548033,34.9088,82.8878,332.19513,6.573616,85.47792,8.220163,1.3835909,57.662598,1.0282671,1.2169138,3.57636,10.394737,24.521893,16.06199,25.072916,201.09843,40.74405,20.303572,31.046875,9.95051,108.747765,4.509375,104.65313,7.671875,61.491108,7.691518,10.167215,22.990662,8.73683,24.839287,15.228273,1.0481662,54.364845,9.714754,215.07701,6.6331024,251.18996,18.981987,1162.1508,112.82823,2.9638507,9.038039,136.61201,171.57112,891.2846,946.09717 +2023-02-02 07:00:00,0.0,2114.803,34.08619,5.2554827,12.216921,20.836369,188.29782,25.649103,42.834164,17.457216,25.590544,238.02345,135.08147,12.826274,49.64601,5.73253,3.9910223,36.58129,97.84249,60.488224,455.57004,38.317837,441.08304,137.40077,50.507492,134.4234,218.31349,80.207184,1001.4436,259.55655,2133.6143,53.425575,2381.8132,656.623,37.268673,29.770674,195.54045,226.66049,307.82343,949.8727,40.576637,15.539067,9.97561,479.39783,401.96722,109.15316,7.2548513,582.4579,14.805607,578.6054,10.514283,31.995253,0.0,935.5719,1775.4299,0.28319016,51.12289,14.975013,11442.16,35.488335,1.4754581,5.4171624,16.402716,15.529062,5.352829,9.182689,302.5667,37.778027,4.4703813,0.8822071,5.8879695,302.65726,0.59812576,154.71013,88.63244,2674.2122,123.612595,109.14248,190.67775,831.87195,77.303276,57.763542,1197.4619,48.831596,82.40248,9.853173,30.811802,224.33142,12.425704,9.441466,61.304806,20.533014,4228.41,18.080412,36.28869,16.378052,14.060401,316.55557,62.03065,37.15402,9.352478,9.050374,12.585035,54.482914,101.538994,51.91555,197.1614,19.495142,12.270573,58.011456,22.633207,26.180437,122.51192,10.947465,1.4518415,37.821037,11.437337,1209.2438,23.593801,0.69155365,66.6131,15.662737,141.64293,70.516464,96.20743,9.65681,105.164474,350.87555,241.7696,34.136967,223.30783,52.926838,45.86113,68.983925,145.36942,22.451391,54.658268,465.8623,9.242745,16.691217,279.3068,20.481783,9.795573,51.988476,45.505283,528.0498,141.22736,168.64775,1918.1907,39.211376,1601.2394,1456.1731,8.979911,6.988901,1459.4929,17.39924,12.1400795,386.02872,26.889025,47.90636,24.571451,73.292534,252.75552,370.0894,4.15283,34.899807,82.83658,332.1538,6.571121,85.47481,8.218614,1.384016,57.66412,1.0286119,1.2173631,3.578842,10.394366,24.517424,16.05942,25.075348,201.06667,40.727184,20.294643,31.044271,9.946004,108.71019,4.5074654,104.49712,7.669271,61.494915,7.6826634,10.157061,22.973963,8.738058,24.824406,15.212549,1.0480404,54.376347,9.71273,215.03192,6.6317797,251.20547,18.97859,1162.0337,112.82196,2.9655092,9.035642,136.62279,171.58139,891.291,945.97894 +2023-02-02 08:00:00,0.0,2115.2764,34.075806,5.25483,12.209603,20.84238,188.27847,25.648298,42.841316,17.463358,25.600561,237.88522,135.25246,12.825186,49.601902,5.7441874,3.9892669,36.571613,97.75122,60.433662,455.49762,38.289867,440.93124,137.3962,50.47283,134.59186,218.23547,80.20146,1001.0529,259.58426,2133.106,53.409073,2381.762,656.54016,37.257687,29.763914,195.49501,226.52266,307.76434,950.1864,40.595238,15.534015,9.975059,479.74655,402.25443,109.08574,7.2827797,581.9232,14.834837,578.16974,10.51766,32.015926,0.0,936.3016,1776.081,0.28319526,51.099277,14.981791,11449.375,35.50509,1.475684,5.4349203,16.423647,15.551207,5.3589354,9.193651,302.6913,37.761906,4.484978,0.88266444,5.8914075,302.93347,0.59779584,154.84325,88.62381,2674.0042,123.62698,109.15955,190.65662,832.5719,77.3058,57.77595,1196.8141,48.850796,82.36338,9.854063,30.820381,224.32275,12.423565,9.440111,61.330997,20.526958,4228.9883,18.085451,36.27381,16.381647,14.071273,316.6111,62.089497,37.142857,9.352715,9.052641,12.610643,54.503716,101.63882,51.904762,197.2147,19.512533,12.280296,58.066376,22.654762,26.173742,122.57306,10.960286,1.4521428,37.79365,11.436745,1209.2015,23.594992,0.69842404,66.7619,15.672035,141.77322,70.54603,96.30877,9.654867,105.17381,351.0981,242.1365,34.15487,223.42842,53.015873,45.8697,68.98535,145.391,22.4583,54.670986,465.85513,9.253168,16.701395,279.41135,20.465988,9.790563,52.04199,45.54002,528.3153,141.29881,168.6551,1918.2698,39.199135,1601.1677,1455.881,8.975714,6.985317,1459.2701,17.39923,12.134921,385.96832,26.87738,47.892857,24.56272,73.27041,252.75319,369.9937,4.150857,34.890816,82.78536,332.11252,6.5686264,85.47169,8.217063,1.3844411,57.665638,1.0289565,1.2178124,3.581324,10.393994,24.512953,16.056849,25.077778,201.03491,40.710316,20.285713,31.041666,9.941497,108.67262,4.5055556,104.34111,7.6666665,61.498722,7.6738095,10.146906,22.957262,8.739285,24.809525,15.196825,1.0479146,54.38785,9.710706,214.98682,6.630457,251.221,18.975195,1161.9165,112.81569,2.9671676,9.033244,136.63358,171.59166,891.2974,945.86066 +2023-02-02 09:00:00,0.0,2115.75,34.06542,5.2541776,12.202287,20.848392,188.25911,25.647493,42.848465,17.469498,25.610579,237.747,135.42343,12.824098,49.557796,5.7558446,3.9875114,36.561935,97.65995,60.3791,455.42517,38.261894,440.77945,137.39162,50.438168,134.76033,218.15746,80.19574,1000.6622,259.612,2132.5974,53.39257,2381.7104,656.4573,37.246696,29.757154,195.44955,226.38483,307.70523,950.5002,40.61384,15.528961,9.974507,480.09528,402.54163,109.01831,7.3107085,581.3886,14.864067,577.73413,10.521037,32.036602,0.0,937.0311,1776.7323,0.28320035,51.07567,14.988568,11456.59,35.521843,1.4759098,5.452678,16.444578,15.573351,5.365042,9.204614,302.81595,37.745785,4.499575,0.88312185,5.8948455,303.2097,0.59746593,154.97638,88.61518,2673.796,123.641365,109.17662,190.63547,833.27185,77.30832,57.788357,1196.1661,48.869995,82.32427,9.854954,30.828959,224.31409,12.421426,9.438756,61.357185,20.520903,4229.566,18.09049,36.25893,16.385242,14.082145,316.6667,62.148342,37.131695,9.352951,9.054908,12.636252,54.524517,101.73864,51.893974,197.26799,19.529924,12.29002,58.121296,22.676317,26.16705,122.63419,10.973107,1.4524442,37.766266,11.4361515,1209.1594,23.596182,0.70529443,66.91071,15.6813345,141.90352,70.57559,96.41011,9.652925,105.18314,351.32065,242.5034,34.172768,223.54901,53.10491,45.878273,68.986786,145.4126,22.46521,54.6837,465.84793,9.263591,16.711575,279.5159,20.450193,9.785551,52.095497,45.574753,528.58075,141.37025,168.66246,1918.3492,39.18689,1601.0961,1455.5889,8.971518,6.9817333,1459.0474,17.399218,12.129762,385.90793,26.865736,47.879353,24.55399,73.248276,252.75085,369.89804,4.148884,34.88182,82.73414,332.0712,6.566131,85.468575,8.215513,1.3848661,57.66716,1.0293013,1.2182617,3.583806,10.393623,24.508482,16.054277,25.080208,201.00314,40.69345,20.276785,31.039062,9.93699,108.63505,4.503646,104.185104,7.6640625,61.50253,7.664955,10.136751,22.940561,8.740513,24.794643,15.181101,1.0477889,54.399353,9.708682,214.94173,6.629134,251.23653,18.971798,1161.7994,112.80942,2.9688263,9.030847,136.64435,171.60193,891.30383,945.74243 +2023-02-02 10:00:00,0.0,2116.2236,34.055035,5.253525,12.194969,20.854404,188.23976,25.646688,42.855618,17.47564,25.620596,237.60876,135.5944,12.8230095,49.51369,5.767502,3.985756,36.552258,97.56868,60.324535,455.35272,38.233925,440.62762,137.38702,50.403507,134.9288,218.07944,80.19002,1000.2715,259.6397,2132.089,53.37607,2381.6592,656.3744,37.23571,29.750395,195.40411,226.247,307.64612,950.8139,40.63244,15.523908,9.973956,480.44397,402.8288,108.95089,7.338637,580.854,14.893296,577.29846,10.524414,32.057278,0.0,937.76074,1777.3834,0.28320548,51.052055,14.995345,11463.805,35.538597,1.4761357,5.470436,16.465508,15.595495,5.371149,9.215575,302.94058,37.729664,4.514172,0.88357925,5.8982835,303.4859,0.597136,155.1095,88.60655,2673.5876,123.655754,109.193695,190.61432,833.97186,77.310844,57.800766,1195.5182,48.889194,82.28517,9.855844,30.837536,224.30544,12.419286,9.437402,61.383377,20.514845,4230.1436,18.09553,36.24405,16.388838,14.093017,316.72223,62.207188,37.120537,9.353188,9.057176,12.66186,54.54532,101.83846,51.883186,197.32129,19.547316,12.299743,58.176212,22.697872,26.160355,122.695335,10.985929,1.4527456,37.73888,11.435558,1209.1172,23.597372,0.7121648,67.059525,15.690633,142.03381,70.605156,96.51145,9.650981,105.19248,351.5432,242.8703,34.19067,223.6696,53.19395,45.88684,68.98821,145.43419,22.472118,54.69642,465.84076,9.274014,16.721754,279.62045,20.434397,9.78054,52.14901,45.60949,528.8462,141.4417,168.66982,1918.4286,39.17465,1601.0244,1455.2969,8.967321,6.97815,1458.8246,17.399206,12.124603,385.84753,26.854092,47.86585,24.545258,73.22614,252.74854,369.80237,4.1469107,34.87283,82.682915,332.0299,6.5636363,85.465454,8.2139635,1.3852912,57.66868,1.0296459,1.218711,3.5862882,10.393251,24.504011,16.051708,25.08264,200.97137,40.676586,20.267857,31.036459,9.932483,108.59747,4.501736,104.0291,7.6614585,61.506332,7.656101,10.1265955,22.923862,8.741741,24.779762,15.165377,1.0476632,54.410854,9.706658,214.89664,6.6278114,251.25204,18.968403,1161.6824,112.80315,2.9704847,9.028448,136.65512,171.61221,891.31024,945.62415 +2023-02-02 11:00:00,0.0,2116.697,34.04465,5.252872,12.187653,20.860416,188.2204,25.645884,42.86277,17.481781,25.630615,237.47052,135.7654,12.821922,49.46958,5.779159,3.9840007,36.54258,97.47741,60.269974,455.2803,38.20595,440.47583,137.38245,50.368843,135.09726,218.00142,80.184296,999.8808,259.66745,2131.5806,53.35957,2381.6077,656.2915,37.224724,29.743635,195.35867,226.10916,307.58704,951.1277,40.651043,15.518855,9.973404,480.7927,403.116,108.88346,7.366565,580.3194,14.922526,576.8628,10.527792,32.077953,0.0,938.4903,1778.0347,0.28321058,51.028446,15.002123,11471.019,35.55535,1.4763615,5.488194,16.486439,15.61764,5.377256,9.226538,303.0652,37.713543,4.5287685,0.8840366,5.901722,303.76212,0.59680617,155.24261,88.597916,2673.3794,123.670135,109.21076,190.59317,834.6718,77.31337,57.81317,1194.8702,48.908394,82.24607,9.856733,30.846113,224.29677,12.417147,9.436047,61.40957,20.50879,4230.721,18.100569,36.229168,16.392433,14.1038885,316.7778,62.266033,37.109375,9.353424,9.0594425,12.687469,54.56612,101.93829,51.872395,197.37457,19.564707,12.309466,58.231133,22.719427,26.15366,122.75647,10.99875,1.4530469,37.711494,11.434966,1209.0751,23.598562,0.7190352,67.208336,15.699931,142.16412,70.63472,96.61279,9.649038,105.20182,351.76575,243.2372,34.20857,223.79019,53.282986,45.895412,68.98964,145.45578,22.479027,54.709137,465.83356,9.284437,16.731934,279.72498,20.418602,9.77553,52.20252,45.644222,529.11163,141.51315,168.67719,1918.5078,39.162403,1600.9526,1455.0048,8.963124,6.974566,1458.6018,17.399195,12.119445,385.78714,26.842447,47.852345,24.536528,73.20402,252.7462,369.70667,4.144937,34.86384,82.6317,331.98862,6.5611415,85.46234,8.212413,1.3857163,57.670197,1.0299906,1.2191603,3.5887702,10.39288,24.499542,16.049137,25.08507,200.93962,40.65972,20.258928,31.033854,9.927977,108.5599,4.4998264,103.87309,7.658854,61.51014,7.647247,10.116441,22.907162,8.742969,24.764881,15.1496525,1.0475374,54.422356,9.704634,214.85155,6.6264887,251.26756,18.965006,1161.5653,112.796875,2.9721432,9.026051,136.6659,171.62248,891.31665,945.5059 +2023-02-02 12:00:00,0.0,2117.1707,34.034267,5.2522197,12.180335,20.866428,188.20103,25.645079,42.86992,17.487923,25.640633,237.33229,135.93637,12.820834,49.425476,5.7908163,3.9822452,36.5329,97.38613,60.215412,455.20786,38.17798,440.32404,137.37787,50.33418,135.26573,217.9234,80.178566,999.49005,259.6952,2131.0723,53.343067,2381.5564,656.2086,37.213737,29.736876,195.31323,225.97133,307.52792,951.4414,40.669643,15.513802,9.972853,481.14142,403.40317,108.81603,7.3944936,579.7847,14.9517565,576.4272,10.531169,32.09863,0.0,939.2199,1778.6858,0.28321567,51.004833,15.008901,11478.233,35.572105,1.4765874,5.505952,16.50737,15.639784,5.383363,9.2375,303.18982,37.697422,4.5433655,0.884494,5.90516,304.03836,0.59647626,155.37573,88.58929,2673.1711,123.684525,109.22783,190.57202,835.37177,77.31589,57.82558,1194.2223,48.927593,82.20697,9.857624,30.85469,224.2881,12.415008,9.434692,61.435757,20.502731,4231.2993,18.105608,36.214287,16.396029,14.11476,316.83334,62.324875,37.098213,9.353662,9.061709,12.713078,54.58692,102.03812,51.861607,197.42787,19.5821,12.31919,58.286053,22.740982,26.146967,122.817604,11.011572,1.4533482,37.68411,11.434373,1209.0328,23.599752,0.7259056,67.35714,15.709229,142.29442,70.66428,96.714134,9.647096,105.21116,351.98828,243.6041,34.22647,223.91078,53.372025,45.903984,68.99107,145.47737,22.485937,54.721855,465.8264,9.29486,16.742111,279.82953,20.402807,9.770519,52.25603,45.67896,529.3771,141.5846,168.68454,1918.5872,39.15016,1600.881,1454.7126,8.958928,6.970982,1458.379,17.399183,12.114285,385.72675,26.830803,47.83884,24.527796,73.181885,252.74387,369.611,4.142964,34.854847,82.580475,331.9473,6.5586467,85.45922,8.210863,1.3861414,57.67172,1.0303353,1.2196097,3.5912523,10.3925085,24.495071,16.046566,25.0875,200.90785,40.642857,20.25,31.03125,9.92347,108.52232,4.4979167,103.71709,7.65625,61.513947,7.638393,10.106286,22.890461,8.744196,24.75,15.133928,1.0474117,54.43386,9.70261,214.80646,6.625166,251.28308,18.96161,1161.4481,112.790596,2.9738016,9.023653,136.67667,171.63275,891.32306,945.38763 +2023-02-02 13:00:00,0.0,2117.644,34.02388,5.251567,12.173018,20.87244,188.18169,25.644274,42.87707,17.494062,25.65065,237.19406,136.10735,12.819746,49.381367,5.8024735,3.9804897,36.52322,97.29486,60.16085,455.13544,38.15001,440.1722,137.37328,50.29952,135.4342,217.84538,80.172844,999.09937,259.7229,2130.564,53.326565,2381.505,656.12573,37.20275,29.730116,195.26778,225.83348,307.46884,951.7552,40.688244,15.508748,9.9723015,481.49014,403.69037,108.74861,7.422422,579.2501,14.980987,575.9915,10.534546,32.119305,0.0,939.94946,1779.3369,0.28322077,50.981224,15.015678,11485.448,35.58886,1.4768132,5.52371,16.5283,15.661928,5.389469,9.248463,303.31445,37.6813,4.5579624,0.8849514,5.908598,304.31458,0.59614635,155.50887,88.58066,2672.963,123.698906,109.2449,190.55087,836.0717,77.31841,57.837986,1193.5743,48.94679,82.16786,9.858514,30.86327,224.27943,12.412868,9.433337,61.46195,20.496675,4231.877,18.110647,36.199406,16.399624,14.125632,316.8889,62.38372,37.087055,9.353898,9.063977,12.738686,54.60772,102.13794,51.85082,197.48117,19.599491,12.328914,58.340973,22.762537,26.140272,122.878746,11.024393,1.4536495,37.656723,11.433781,1208.9906,23.600945,0.73277605,67.50595,15.718529,142.42471,70.69385,96.815475,9.645153,105.2205,352.21085,243.971,34.24437,224.03137,53.461063,45.912556,68.9925,145.49898,22.492846,54.73457,465.81918,9.305284,16.75229,279.93408,20.387012,9.765509,52.30954,45.71369,529.6425,141.65604,168.6919,1918.6664,39.137917,1600.8093,1454.4207,8.954732,6.967398,1458.1561,17.399172,12.109127,385.66635,26.819159,47.825336,24.519066,73.15975,252.74155,369.51532,4.1409907,34.84585,82.52925,331.906,6.556152,85.4561,8.209312,1.3865664,57.673237,1.03068,1.220059,3.5937345,10.392138,24.4906,16.043995,25.089931,200.87608,40.62599,20.241072,31.028646,9.9189625,108.48475,4.496007,103.56108,7.653646,61.51775,7.6295385,10.096131,22.873762,8.745424,24.735119,15.118204,1.0472859,54.445362,9.700585,214.76135,6.623843,251.2986,18.958214,1161.331,112.784325,2.97546,9.0212555,136.68745,171.64304,891.3294,945.2694 +2023-02-02 14:00:00,0.0,2118.1177,34.013496,5.250914,12.165701,20.878452,188.16232,25.64347,42.884224,17.500204,25.660667,237.05583,136.27834,12.818658,49.33726,5.814131,3.9787343,36.513542,97.20359,60.10629,455.063,38.122036,440.02042,137.3687,50.264854,135.60268,217.76736,80.16712,998.7087,259.75064,2130.0554,53.310062,2381.4536,656.0429,37.191765,29.723356,195.22232,225.69565,307.40973,952.069,40.706844,15.5036955,9.97175,481.83887,403.97757,108.68118,7.4503503,578.7155,15.010217,575.55585,10.537924,32.13998,0.0,940.679,1779.9882,0.28322586,50.95761,15.022456,11492.663,35.605614,1.4770391,5.5414677,16.54923,15.6840725,5.395576,9.259425,303.43906,37.66518,4.5725594,0.88540876,5.9120364,304.5908,0.59581643,155.64198,88.57202,2672.755,123.71329,109.26197,190.52972,836.77167,77.32093,57.850395,1192.9264,48.96599,82.12876,9.859404,30.87185,224.27077,12.410728,9.431982,61.48814,20.49062,4232.4546,18.115685,36.184525,16.40322,14.136504,316.94446,62.442566,37.075893,9.354135,9.066244,12.764294,54.62852,102.23776,51.84003,197.53445,19.616882,12.338637,58.395893,22.784092,26.13358,122.93988,11.037214,1.4539509,37.629337,11.4331875,1208.9485,23.602135,0.73964643,67.65476,15.727827,142.55501,70.72341,96.91682,9.64321,105.229836,352.43338,244.33789,34.26227,224.15196,53.550102,45.921127,68.99393,145.52057,22.499756,54.747288,465.812,9.315706,16.76247,280.0386,20.371218,9.760497,52.363052,45.748425,529.90796,141.7275,168.69925,1918.7458,39.125675,1600.7377,1454.1285,8.950536,6.9638143,1457.9333,17.39916,12.103969,385.60596,26.807514,47.811832,24.510336,73.13763,252.73921,369.41965,4.1390176,34.83686,82.478035,331.8647,6.553657,85.45299,8.207763,1.3869915,57.67476,1.0310247,1.2205083,3.5962164,10.391766,24.486132,16.041424,25.092361,200.84433,40.609127,20.232143,31.026041,9.914455,108.447174,4.494097,103.405075,7.6510415,61.521557,7.6206846,10.085977,22.857061,8.746652,24.72024,15.10248,1.0471601,54.456863,9.698562,214.71626,6.6225204,251.31412,18.954819,1161.214,112.77805,2.9771187,9.018858,136.69823,171.6533,891.3358,945.1512 +2023-02-02 15:00:00,0.0,2118.5913,34.003113,5.250262,12.158384,20.884464,188.14297,25.642666,42.891373,17.506346,25.670685,236.91759,136.44931,12.81757,49.293156,5.825788,3.976979,36.503864,97.11232,60.051723,454.99054,38.094063,439.86862,137.3641,50.23019,135.77113,217.68935,80.1614,998.31793,259.77835,2129.547,53.29356,2381.402,655.96,37.180775,29.716597,195.17688,225.55782,307.35062,952.3827,40.725445,15.498642,9.971199,482.1876,404.26474,108.61376,7.478279,578.1809,15.039447,575.12024,10.541301,32.160656,0.0,941.4086,1780.6393,0.283231,50.934,15.029234,11499.877,35.622364,1.4772649,5.559226,16.57016,15.706217,5.401683,9.270387,303.5637,37.64906,4.5871563,0.88586617,5.9154744,304.867,0.5954866,155.7751,88.56339,2672.5466,123.72768,109.27904,190.50858,837.4717,77.323456,57.862804,1192.2784,48.985188,82.08966,9.860294,30.880428,224.26212,12.408589,9.430628,61.514328,20.484562,4233.032,18.120724,36.169643,16.406815,14.147376,317.0,62.50141,37.06473,9.354371,9.068511,12.789903,54.649323,102.337585,51.829243,197.58775,19.634274,12.34836,58.450813,22.805647,26.126884,123.001015,11.050035,1.4542522,37.60195,11.432594,1208.9062,23.603325,0.7465168,67.80357,15.737125,142.6853,70.752975,97.01816,9.641268,105.239174,352.65594,244.70479,34.28017,224.27255,53.639137,45.9297,68.99535,145.54216,22.506664,54.760006,465.8048,9.32613,16.77265,280.14316,20.355423,9.7554865,52.41656,45.78316,530.17346,141.79893,168.7066,1918.8252,39.113434,1600.666,1453.8364,8.946339,6.9602304,1457.7106,17.399147,12.098809,385.54556,26.79587,47.79833,24.501604,73.11549,252.73688,369.32397,4.1370444,34.82787,82.42681,331.8234,6.5511622,85.44987,8.206213,1.3874166,57.676277,1.0313693,1.2209576,3.5986986,10.391395,24.48166,16.038853,25.094791,200.81256,40.592262,20.223213,31.023438,9.909949,108.4096,4.4921875,103.24906,7.6484375,61.525364,7.61183,10.075822,22.84036,8.747879,24.705359,15.086756,1.0470344,54.46837,9.696538,214.67117,6.6211977,251.32965,18.951422,1161.0969,112.77178,2.9787772,9.016459,136.709,171.66357,891.3422,945.0329 +2023-02-02 16:00:00,0.0,2119.0647,33.99273,5.249609,12.151067,20.890476,188.12361,25.641861,42.898525,17.512486,25.680702,236.77936,136.62029,12.816482,49.249046,5.8374453,3.9752235,36.494186,97.02105,59.99716,454.91812,38.066093,439.7168,137.35953,50.19553,135.9396,217.61133,80.15568,997.92725,259.8061,2129.0386,53.277058,2381.3508,655.87714,37.16979,29.709837,195.13144,225.41998,307.29153,952.6965,40.74405,15.493589,9.970648,482.53632,404.55194,108.54633,7.5062075,577.6463,15.068677,574.6846,10.544678,32.18133,0.0,942.1382,1781.2905,0.2832361,50.91039,15.036012,11507.092,35.63912,1.4774908,5.576984,16.591091,15.728361,5.4077897,9.281349,303.68832,37.63294,4.601753,0.8863235,5.9189124,305.14322,0.59515667,155.90823,88.55476,2672.3384,123.74206,109.29611,190.48743,838.17163,77.32598,57.87521,1191.6305,49.004387,82.05055,9.861184,30.889006,224.25345,12.40645,9.429273,61.54052,20.478506,4233.6104,18.125763,36.154762,16.41041,14.158248,317.05557,62.560257,37.05357,9.354608,9.070778,12.815511,54.670124,102.43741,51.81845,197.64104,19.651667,12.358084,58.505733,22.827202,26.12019,123.06216,11.062858,1.4545536,37.574566,11.432002,1208.8641,23.604515,0.7533872,67.95238,15.746424,142.81561,70.78254,97.1195,9.639325,105.24851,352.87848,245.07169,34.298073,224.39314,53.728176,45.938267,68.99679,145.56375,22.513573,54.772724,465.79764,9.336553,16.78283,280.2477,20.339626,9.750476,52.470074,45.817894,530.4389,141.87038,168.71396,1918.9044,39.10119,1600.5942,1453.5444,8.9421425,6.956647,1457.4878,17.399136,12.093651,385.48517,26.784225,47.78482,24.492874,73.09337,252.73454,369.22827,4.1350713,34.818874,82.37559,331.7821,6.5486674,85.446754,8.204662,1.3878416,57.677795,1.031714,1.2214069,3.6011806,10.391023,24.47719,16.036282,25.097221,200.7808,40.575397,20.214285,31.020834,9.905442,108.372025,4.490278,103.093056,7.6458335,61.52917,7.6029763,10.065667,22.823662,8.749107,24.690477,15.071032,1.0469086,54.47987,9.694513,214.62608,6.619875,251.34517,18.948027,1160.9797,112.76551,2.9804356,9.014062,136.71977,171.67384,891.34863,944.9147 +2023-02-02 17:00:00,0.0,2119.5383,33.98234,5.248956,12.14375,20.896488,188.10425,25.641056,42.905678,17.518627,25.69072,236.64113,136.79128,12.815394,49.20494,5.8491025,3.973468,36.48451,96.92978,59.9426,454.84567,38.03812,439.565,137.35495,50.160866,136.10808,217.53331,80.14995,997.5365,259.83383,2128.5303,53.260555,2381.2993,655.79425,37.158802,29.703077,195.086,225.28215,307.23242,953.0102,40.76265,15.488536,9.970096,482.88504,404.8391,108.478905,7.534136,577.1117,15.097907,574.2489,10.548056,32.202007,0.0,942.8678,1781.9417,0.28324118,50.886776,15.042789,11514.307,35.655872,1.4777166,5.594742,16.612022,15.750505,5.413896,9.292312,303.81293,37.616817,4.6163497,0.8867809,5.9223504,305.41943,0.59482676,156.04135,88.546135,2672.1301,123.75645,109.31318,190.46628,838.8716,77.3285,57.88762,1190.9827,49.023586,82.01145,9.862075,30.897583,224.24478,12.40431,9.4279175,61.56671,20.47245,4234.188,18.130802,36.13988,16.414003,14.16912,317.1111,62.619102,37.04241,9.354844,9.073046,12.841119,54.690926,102.53724,51.807663,197.69434,19.669058,12.367807,58.560654,22.848757,26.113497,123.12329,11.075679,1.4548548,37.54718,11.431409,1208.8219,23.605705,0.7602576,68.10119,15.755722,142.9459,70.8121,97.22084,9.637382,105.25785,353.10104,245.43858,34.31597,224.51373,53.817215,45.94684,68.998215,145.58534,22.520483,54.78544,465.79044,9.346975,16.793007,280.35226,20.323832,9.745465,52.523582,45.85263,530.70435,141.94183,168.72131,1918.9838,39.088947,1600.5226,1453.2523,8.937946,6.953063,1457.265,17.399124,12.088492,385.42477,26.772581,47.771317,24.484142,73.071236,252.73222,369.1326,4.133098,34.809883,82.32436,331.74078,6.5461726,85.443634,8.203113,1.3882667,57.679317,1.0320587,1.2218562,3.6036627,10.390652,24.472721,16.03371,25.099653,200.74904,40.558533,20.205357,31.018229,9.900935,108.33445,4.488368,102.93705,7.643229,61.532974,7.594122,10.055512,22.806961,8.750335,24.675596,15.055307,1.0467829,54.49137,9.69249,214.581,6.618552,251.36069,18.94463,1160.8627,112.75924,2.982094,9.011664,136.73056,171.68413,891.35504,944.7964 +2023-02-02 18:00:00,0.0,2120.0117,33.97196,5.248304,12.136433,20.9025,188.0849,25.640251,42.912827,17.524769,25.700737,236.5029,136.96225,12.814306,49.16083,5.8607597,3.9717126,36.47483,96.83851,59.88804,454.77325,38.010147,439.4132,137.35036,50.126205,136.27655,217.45529,80.144226,997.1458,259.86154,2128.022,53.244057,2381.248,655.71136,37.147816,29.696318,195.04054,225.14432,307.17334,953.324,40.78125,15.483482,9.969544,483.23376,405.1263,108.41148,7.562064,576.577,15.127137,573.81323,10.551433,32.222683,0.0,943.5974,1782.5929,0.28324628,50.863167,15.049567,11521.5205,35.672626,1.4779425,5.6124997,16.632954,15.77265,5.420003,9.303274,303.93756,37.600697,4.6309466,0.8872383,5.925789,305.69568,0.5944969,156.17447,88.5375,2671.9219,123.77083,109.330246,190.44513,839.57153,77.331024,57.900024,1190.3347,49.042786,81.97235,9.862965,30.906162,224.23611,12.402171,9.426563,61.5929,20.466393,4234.7656,18.135841,36.125,16.417599,14.179992,317.1667,62.677948,37.03125,9.355081,9.075313,12.866728,54.711727,102.63706,51.796875,197.74762,19.68645,12.377531,58.615574,22.870312,26.106802,123.18443,11.0885,1.4551562,37.519794,11.430817,1208.7798,23.606895,0.767128,68.25,15.765021,143.0762,70.84167,97.32218,9.635439,105.26719,353.32358,245.80548,34.333874,224.63432,53.90625,45.95541,68.99964,145.60695,22.527391,54.798157,465.78326,9.357399,16.803186,280.4568,20.308037,9.740454,52.577095,45.887363,530.9698,142.01328,168.72867,1919.0631,39.076702,1600.4509,1452.9602,8.93375,6.949479,1457.0422,17.399113,12.083334,385.36438,26.760937,47.757812,24.475412,73.0491,252.72989,369.03693,4.131125,34.80089,82.27315,331.6995,6.543678,85.44052,8.201562,1.3886918,57.680836,1.0324033,1.2223055,3.606145,10.39028,24.46825,16.03114,25.102083,200.71727,40.541668,20.196428,31.015625,9.896429,108.296875,4.4864583,102.781044,7.640625,61.53678,7.585268,10.045358,22.79026,8.751562,24.660715,15.039583,1.0466572,54.502872,9.690466,214.53589,6.6172295,251.3762,18.941235,1160.7456,112.75297,2.9837525,9.009267,136.74133,171.6944,891.36145,944.67816 +2023-02-02 19:00:00,0.0,2120.4854,33.961575,5.247651,12.129115,20.908512,188.06554,25.639446,42.91998,17.53091,25.710754,236.36465,137.13322,12.813218,49.116726,5.872417,3.9699574,36.465153,96.74723,59.833477,454.7008,37.982178,439.26138,137.34578,50.09154,136.445,217.37727,80.138504,996.7551,259.88928,2127.5134,53.227554,2381.1968,655.6285,37.13683,29.689558,194.99509,225.00648,307.11423,953.6377,40.79985,15.47843,9.968993,483.5825,405.4135,108.344055,7.5899925,576.0424,15.156367,573.3776,10.55481,32.24336,0.0,944.327,1783.244,0.28325137,50.839554,15.056345,11528.735,35.68938,1.4781682,5.6302576,16.653883,15.794793,5.42611,9.314237,304.0622,37.584576,4.6455436,0.88769567,5.929227,305.9719,0.594167,156.3076,88.52887,2671.7136,123.78522,109.34731,190.42398,840.2715,77.33355,57.912434,1189.6868,49.06198,81.93325,9.863854,30.914738,224.22745,12.400032,9.425208,61.61909,20.460337,4235.3433,18.14088,36.11012,16.421194,14.190864,317.22223,62.736794,37.02009,9.355317,9.0775795,12.892336,54.73253,102.736885,51.786087,197.80092,19.70384,12.387254,58.670494,22.891869,26.10011,123.24557,11.101321,1.4554576,37.49241,11.430223,1208.7375,23.608088,0.7739984,68.39881,15.77432,143.2065,70.87123,97.42352,9.633496,105.27653,353.54614,246.17238,34.351772,224.75491,53.99529,45.96398,69.001076,145.62854,22.5343,54.810875,465.77606,9.367822,16.813366,280.56134,20.292242,9.735443,52.630608,45.9221,531.2352,142.08473,168.73602,1919.1423,39.06446,1600.3793,1452.6682,8.929553,6.945895,1456.8193,17.399101,12.078175,385.304,26.749292,47.74431,24.46668,73.02698,252.72755,368.94125,4.1291513,34.7919,82.221924,331.6582,6.541183,85.4374,8.200012,1.3891169,57.682358,1.0327481,1.2227548,3.6086268,10.389909,24.46378,16.028568,25.104513,200.68552,40.524803,20.1875,31.013021,9.891922,108.2593,4.4845486,102.62504,7.638021,61.54059,7.5764136,10.035203,22.77356,8.75279,24.645834,15.023859,1.0465314,54.514378,9.688441,214.4908,6.6159067,251.39172,18.937838,1160.6285,112.74669,2.9854112,9.006869,136.7521,171.70467,891.36786,944.5599 +2023-02-02 20:00:00,0.0,2120.959,33.95119,5.2469983,12.1217985,20.914524,188.04619,25.638641,42.92713,17.53705,25.720772,236.22643,137.30421,12.81213,49.072617,5.884074,3.9682019,36.455475,96.65596,59.77891,454.6284,37.954205,439.1096,137.3412,50.056877,136.61348,217.29926,80.13278,996.3644,259.917,2127.0051,53.211052,2381.1453,655.54565,37.12584,29.682798,194.94965,224.86865,307.0551,953.9515,40.81845,15.473376,9.968442,483.93118,405.70068,108.276634,7.617921,575.5078,15.185597,572.94196,10.558187,32.264034,0.0,945.0565,1783.8951,0.2832565,50.815945,15.063123,11535.95,35.706135,1.4783942,5.6480155,16.674814,15.816937,5.4322166,9.325198,304.18683,37.568455,4.6601405,0.8881531,5.932665,306.2481,0.5938371,156.44072,88.52024,2671.5056,123.7996,109.36438,190.40283,840.9715,77.33607,57.92484,1189.0388,49.08118,81.89414,9.864745,30.923317,224.2188,12.397892,9.423853,61.645283,20.45428,4235.921,18.14592,36.095238,16.42479,14.2017355,317.2778,62.795635,37.00893,9.355554,9.079847,12.917944,54.753326,102.83671,51.7753,197.85422,19.721233,12.396977,58.725414,22.913424,26.093414,123.3067,11.114143,1.4557589,37.465023,11.42963,1208.6953,23.609278,0.78086877,68.54762,15.783618,143.33679,70.900795,97.524864,9.631554,105.285866,353.76868,246.53928,34.369675,224.8755,54.084328,45.972553,69.0025,145.65013,22.54121,54.823593,465.7689,9.378244,16.823545,280.6659,20.276447,9.7304325,52.684116,45.956833,531.5007,142.15617,168.74338,1919.2217,39.05222,1600.3076,1452.3761,8.925357,6.9423113,1456.5966,17.39909,12.073016,385.2436,26.737648,47.730804,24.45795,73.004845,252.72523,368.84555,4.127178,34.782906,82.1707,331.61688,6.538688,85.43429,8.1984625,1.3895419,57.683876,1.0330927,1.2232043,3.611109,10.389537,24.45931,16.025997,25.106945,200.65375,40.507935,20.178572,31.010416,9.887415,108.221725,4.482639,102.46903,7.6354165,61.544395,7.5675597,10.025048,22.75686,8.754018,24.630953,15.008135,1.0464057,54.52588,9.686418,214.44571,6.614584,251.40724,18.934443,1160.5114,112.74042,2.9870696,9.004471,136.76288,171.71495,891.37427,944.44165 +2023-02-02 21:00:00,0.0,2121.4324,33.940807,5.246346,12.114481,20.920536,188.02682,25.637836,42.93428,17.543192,25.73079,236.0882,137.47519,12.811042,49.02851,5.8957314,3.9664464,36.445797,96.56469,59.72435,454.55594,37.926235,438.9578,137.33661,50.022217,136.78195,217.22124,80.12706,995.9737,259.94473,2126.4966,53.19455,2381.094,655.46277,37.114853,29.676039,194.9042,224.73082,306.99603,954.2652,40.837055,15.468324,9.967891,484.2799,405.98788,108.209206,7.6458497,574.97314,15.214828,572.5063,10.561564,32.28471,0.0,945.78613,1784.5464,0.2832616,50.79233,15.0699005,11543.165,35.72289,1.47862,5.6657734,16.695744,15.839082,5.438323,9.336161,304.31143,37.552334,4.6747375,0.8886105,5.936103,306.52432,0.5935072,156.57384,88.51161,2671.2974,123.81399,109.381454,190.3817,841.67145,77.33859,57.93725,1188.3909,49.10038,81.85504,9.865635,30.931896,224.21013,12.395753,9.422499,61.67147,20.448223,4236.499,18.150959,36.080357,16.428385,14.212607,317.33334,62.85448,36.99777,9.35579,9.082114,12.943552,54.774128,102.93653,51.764507,197.9075,19.738625,12.406701,58.780334,22.934978,26.08672,123.36784,11.126965,1.4560603,37.437637,11.429038,1208.6532,23.610468,0.78773916,68.69643,15.792916,143.4671,70.93036,97.626205,9.629611,105.295204,353.99124,246.90617,34.387573,224.9961,54.173363,45.981125,69.00393,145.67172,22.548119,54.836308,465.7617,9.388668,16.833723,280.77042,20.260653,9.725422,52.73763,45.99157,531.7661,142.22762,168.75073,1919.301,39.039974,1600.2358,1452.084,8.921161,6.9387274,1456.3738,17.399078,12.067858,385.18323,26.726004,47.7173,24.449219,72.98271,252.7229,368.74988,4.125205,34.773914,82.119484,331.5756,6.5361934,85.43117,8.196912,1.389967,57.685394,1.0334374,1.2236536,3.613591,10.389166,24.45484,16.023426,25.109375,200.62198,40.49107,20.169643,31.007812,9.882908,108.18415,4.480729,102.31303,7.6328125,61.5482,7.5587053,10.014894,22.74016,8.755245,24.616072,14.992411,1.0462799,54.53738,9.684393,214.40062,6.613261,251.42278,18.931046,1160.3943,112.734146,2.988728,9.002073,136.77365,171.72522,891.3807,944.32336 +2023-02-02 22:00:00,0.0,2121.906,33.93042,5.245693,12.107164,20.926548,188.00746,25.637032,42.941433,17.549334,25.740807,235.94997,137.64616,12.809955,48.984406,5.9073887,3.964691,36.43612,96.47342,59.66979,454.4835,37.898262,438.80597,137.33203,49.987553,136.95041,217.14322,80.12134,995.583,259.97247,2125.9883,53.178047,2381.0425,655.3799,37.103867,29.66928,194.85876,224.59299,306.93692,954.579,40.855656,15.46327,9.967339,484.62863,406.27505,108.14178,7.673778,574.4386,15.244058,572.0707,10.564941,32.305386,0.0,946.51575,1785.1975,0.2832667,50.768723,15.076678,11550.379,35.739643,1.4788458,5.6835313,16.716675,15.861226,5.44443,9.347123,304.43607,37.536213,4.6893344,0.8890678,5.9395413,306.80054,0.5931773,156.70697,88.502975,2671.089,123.82837,109.39852,190.36055,842.3714,77.34112,57.949654,1187.7429,49.11958,81.81594,9.866525,30.940475,224.20146,12.393614,9.421144,61.697662,20.442167,4237.0767,18.155998,36.065475,16.43198,14.223479,317.3889,62.913326,36.986607,9.356028,9.084381,12.969161,54.79493,103.036354,51.75372,197.9608,19.756016,12.416425,58.835255,22.956533,26.080027,123.42898,11.139786,1.4563617,37.41025,11.428445,1208.611,23.611658,0.79460955,68.84524,15.802216,143.5974,70.95992,97.72755,9.627668,105.30454,354.21378,247.27307,34.405476,225.1167,54.2624,45.989693,69.00536,145.69331,22.555029,54.849026,465.75452,9.399091,16.843903,280.87497,20.244856,9.720411,52.791138,46.026302,532.0316,142.29907,168.75809,1919.3804,39.027733,1600.1642,1451.792,8.916964,6.935144,1456.151,17.399067,12.062698,385.12283,26.71436,47.703796,24.440489,72.96059,252.72057,368.6542,4.123232,34.764923,82.06826,331.53427,6.5336986,85.428055,8.195362,1.3903921,57.686916,1.0337821,1.2241029,3.6160731,10.388794,24.450369,16.020855,25.111805,200.59023,40.474205,20.160713,31.005209,9.878402,108.146576,4.4788194,102.15701,7.6302085,61.552006,7.549851,10.004739,22.72346,8.756473,24.60119,14.9766865,1.0461541,54.54888,9.682369,214.35551,6.6119385,251.4383,18.92765,1160.2772,112.727875,2.9903865,8.999676,136.78444,171.73549,891.3871,944.20514 +2023-02-02 23:00:00,0.0,2122.3796,33.920036,5.2450404,12.099847,20.93256,187.98811,25.636227,42.948586,17.555473,25.750824,235.81172,137.81715,12.8088665,48.940296,5.919046,3.9629357,36.42644,96.38215,59.615227,454.41107,37.87029,438.65417,137.32744,49.952892,137.11888,217.0652,80.11561,995.19226,260.00018,2125.48,53.161545,2380.9912,655.297,37.09288,29.66252,194.81331,224.45515,306.87784,954.8927,40.874256,15.458217,9.966787,484.97736,406.56226,108.074356,7.7017064,573.90393,15.273288,571.635,10.568318,32.32606,0.0,947.24524,1785.8488,0.2832718,50.74511,15.083456,11557.594,35.756397,1.4790717,5.701289,16.737606,15.88337,5.4505367,9.358086,304.5607,37.52009,4.703931,0.88952523,5.9429793,307.07675,0.5928474,156.84009,88.49435,2670.8809,123.84276,109.41559,190.3394,843.07135,77.343636,57.962063,1187.095,49.13878,81.77684,9.867415,30.949053,224.1928,12.391475,9.419788,61.72385,20.43611,4237.6543,18.161037,36.050594,16.435575,14.234351,317.44446,62.97217,36.975445,9.356264,9.086649,12.994769,54.81573,103.136185,51.74293,198.01408,19.773407,12.426148,58.890175,22.978088,26.073332,123.49011,11.152607,1.4566629,37.382866,11.427853,1208.5688,23.612848,0.80147994,68.99405,15.811514,143.72769,70.98948,97.82889,9.625725,105.31387,354.43634,247.63997,34.423374,225.23729,54.35144,45.998264,69.00679,145.7149,22.561937,54.861744,465.7473,9.409514,16.854082,280.97952,20.229061,9.7154,52.84465,46.06104,532.29706,142.37051,168.76544,1919.4597,39.015488,1600.0925,1451.4999,8.912767,6.93156,1455.9282,17.399055,12.05754,385.06244,26.702715,47.690292,24.431757,72.93845,252.71825,368.55853,4.1212587,34.755928,82.01704,331.49298,6.5312033,85.424934,8.193811,1.390817,57.688435,1.0341268,1.2245522,3.618555,10.388423,24.445898,16.018284,25.114237,200.55846,40.45734,20.151785,31.002604,9.873895,108.109,4.4769096,102.00101,7.627604,61.555813,7.540997,9.994584,22.70676,8.757701,24.58631,14.960962,1.0460284,54.560387,9.680346,214.31042,6.6106157,251.45381,18.924253,1160.1602,112.7216,2.992045,8.997278,136.79521,171.74576,891.3935,944.08685 +2023-02-03 00:00:00,0.0,2122.853,33.909653,5.2443876,12.09253,20.938572,187.96875,25.635422,42.955734,17.561615,25.760841,235.6735,137.98813,12.807778,48.89619,5.930703,3.9611802,36.416763,96.29088,59.560665,454.33862,37.84232,438.50238,137.32286,49.91823,137.28735,216.98718,80.109886,994.8016,260.02792,2124.9714,53.145046,2380.9397,655.2141,37.081894,29.65576,194.76787,224.31732,306.81873,955.2065,40.892857,15.453164,9.966236,485.32608,406.84946,108.00693,7.729635,573.3693,15.302518,571.19934,10.571696,32.346737,0.0,947.97485,1786.4999,0.2832769,50.721497,15.090233,11564.809,35.77315,1.4792975,5.719047,16.758535,15.905515,5.4566436,9.369048,304.6853,37.503967,4.718528,0.88998264,5.9464173,307.35297,0.5925175,156.9732,88.48572,2670.6726,123.85714,109.43266,190.31825,843.7713,77.34616,57.974472,1186.447,49.157978,81.73773,9.868305,30.95763,224.18413,12.389335,9.418434,61.750042,20.430054,4238.232,18.166077,36.035713,16.43917,14.245222,317.5,63.031017,36.964287,9.356501,9.088916,13.020377,54.836533,103.23601,51.732143,198.06738,19.7908,12.435871,58.945095,22.999643,26.066639,123.551254,11.165429,1.4569643,37.355476,11.427259,1208.5266,23.614038,0.8083503,69.14286,15.820812,143.85799,71.01904,97.93024,9.623782,105.32321,354.65887,248.00687,34.441277,225.35788,54.440475,46.006836,69.00822,145.73651,22.568846,54.87446,465.7401,9.419937,16.864262,281.08408,20.213266,9.710389,52.89816,46.09577,532.5625,142.44196,168.7728,1919.539,39.003246,1600.0209,1451.2078,8.908571,6.927976,1455.7054,17.399044,12.0523815,385.00204,26.69107,47.67679,24.423027,72.91632,252.71591,368.46286,4.1192856,34.746937,81.96582,331.4517,6.5287085,85.42182,8.192262,1.3912421,57.689957,1.0344715,1.2250015,3.6210372,10.388051,24.44143,16.015713,25.116667,200.52669,40.440475,20.142857,31.0,9.869388,108.07143,4.475,101.845,7.625,61.55962,7.5321426,9.984429,22.69006,8.758928,24.57143,14.945238,1.0459026,54.571888,9.678321,214.26534,6.609293,251.46933,18.920858,1160.043,112.71533,2.9937034,8.994881,136.80598,171.75604,891.39984,943.9686 +2023-02-03 01:00:00,0.0,2123.3267,33.89927,5.2437353,12.085213,20.944584,187.9494,25.634617,42.962887,17.567757,25.77086,235.53526,138.1591,12.80669,48.85208,5.9423604,3.9594247,36.407085,96.1996,59.5061,454.2662,37.814346,438.35056,137.31828,49.883564,137.45583,216.90916,80.104164,994.4109,260.05563,2124.4631,53.128544,2380.8884,655.1313,37.070904,29.649,194.72243,224.17949,306.7596,955.5202,40.911457,15.448111,9.965685,485.6748,407.13663,107.93951,7.757563,572.8347,15.331748,570.76373,10.575073,32.367413,0.0,948.70447,1787.151,0.283282,50.697887,15.097011,11572.023,35.789906,1.4795234,5.736805,16.779467,15.927659,5.46275,9.380011,304.80994,37.487846,4.7331247,0.89044,5.949856,307.6292,0.5921876,157.10634,88.47708,2670.4646,123.87153,109.44973,190.2971,844.4713,77.34868,57.986877,1185.7992,49.177177,81.69863,9.869196,30.96621,224.17546,12.387196,9.417079,61.776234,20.423998,4238.81,18.171116,36.020832,16.442766,14.256094,317.55557,63.089863,36.953125,9.356737,9.091183,13.045986,54.857334,103.33583,51.721355,198.12068,19.808191,12.445595,59.000015,23.021198,26.059944,123.61239,11.17825,1.4572656,37.32809,11.426666,1208.4844,23.615229,0.8152208,69.291664,15.830111,143.98828,71.04861,98.03158,9.62184,105.33255,354.8814,248.37376,34.459175,225.47847,54.529514,46.015408,69.00965,145.7581,22.575756,54.887177,465.73294,9.43036,16.87444,281.1886,20.197472,9.705379,52.95167,46.13051,532.82794,142.51341,168.78017,1919.6183,38.991,1599.9492,1450.9158,8.904375,6.924392,1455.4827,17.399033,12.047222,384.94165,26.679426,47.66328,24.414295,72.894196,252.71358,368.36716,4.1173124,34.737946,81.9146,331.41037,6.5262136,85.4187,8.190712,1.3916672,57.691475,1.0348161,1.2254508,3.6235194,10.387679,24.436958,16.013142,25.119097,200.49493,40.42361,20.133928,30.997396,9.864881,108.03385,4.47309,101.688995,7.622396,61.563423,7.5232887,9.974275,22.673359,8.760156,24.55655,14.929514,1.045777,54.58339,9.676297,214.22025,6.6079707,251.48485,18.917461,1159.9259,112.70905,2.995362,8.992482,136.81676,171.76631,891.40625,943.85034 +2023-02-03 02:00:00,0.0,2123.8,33.88888,5.2430825,12.077896,20.950596,187.93004,25.633812,42.97004,17.573896,25.780878,235.39703,138.3301,12.805602,48.807976,5.9540176,3.9576693,36.397408,96.10833,59.451538,454.19376,37.786373,438.19876,137.31369,49.848904,137.62428,216.83115,80.09844,994.02014,260.08337,2123.9548,53.11204,2380.837,655.0484,37.059917,29.64224,194.67697,224.04166,306.70053,955.834,40.93006,15.443058,9.965134,486.02353,407.42383,107.87208,7.7854915,572.3001,15.360978,570.32806,10.57845,32.38809,0.0,949.4341,1787.8022,0.2832871,50.674274,15.103788,11579.237,35.80666,1.4797492,5.7545633,16.800396,15.949803,5.468857,9.390972,304.93457,37.471725,4.7477217,0.8908974,5.953294,307.90543,0.59185773,157.23946,88.46845,2670.2563,123.88591,109.4668,190.27596,845.17126,77.351204,57.999287,1185.1512,49.196373,81.65953,9.870086,30.974789,224.16681,12.3850565,9.415724,61.80242,20.41794,4239.3877,18.176155,36.00595,16.446362,14.266966,317.6111,63.14871,36.941963,9.356974,9.093451,13.071594,54.87813,103.43565,51.710564,198.17397,19.825583,12.455318,59.054935,23.042753,26.05325,123.67352,11.1910715,1.457567,37.300705,11.426074,1208.4423,23.61642,0.82209116,69.440475,15.83941,144.11858,71.07817,98.13292,9.619897,105.34189,355.10397,248.74066,34.477077,225.59906,54.618553,46.02398,69.01108,145.7797,22.582664,54.899895,465.72574,9.4407835,16.884619,281.29315,20.181677,9.700368,53.00518,46.16524,533.0934,142.58485,168.78752,1919.6976,38.97876,1599.8774,1450.6237,8.900178,6.9208083,1455.2598,17.399021,12.042064,384.88126,26.667782,47.649776,24.405565,72.87206,252.71126,368.27148,4.1153393,34.728954,81.86337,331.36908,6.523719,85.41559,8.189161,1.3920923,57.692993,1.0351609,1.2259,3.6260014,10.387308,24.432487,16.01057,25.121529,200.46317,40.406746,20.125,30.994791,9.860374,107.99628,4.4711804,101.53299,7.6197915,61.56723,7.5144343,9.96412,22.65666,8.761384,24.541668,14.91379,1.0456512,54.59489,9.6742735,214.17516,6.606648,251.50037,18.914066,1159.8088,112.70278,2.9970205,8.990085,136.82753,171.77658,891.41266,943.7321 +2023-02-03 03:00:00,0.0,2124.2737,33.878498,5.2424297,12.070579,20.956606,187.91068,25.633007,42.97719,17.580038,25.790895,235.25879,138.50107,12.804514,48.763866,5.965675,3.955914,36.387726,96.01706,59.396976,454.12134,37.758404,438.04697,137.30911,49.81424,137.79276,216.75313,80.09272,993.62946,260.1111,2123.4463,53.09554,2380.7856,654.9655,37.04893,29.63548,194.63153,223.90382,306.64142,956.14777,40.94866,15.4380045,9.964582,486.37225,407.711,107.80465,7.8134203,571.76544,15.390208,569.8924,10.581828,32.408764,0.0,950.16364,1788.4534,0.2832922,50.650665,15.110566,11586.452,35.823414,1.4799751,5.772321,16.821327,15.971948,5.4749637,9.401935,305.05917,37.455605,4.7623186,0.8913548,5.956732,308.18164,0.5915278,157.37257,88.45982,2670.048,123.90029,109.483864,190.2548,845.8712,77.35373,58.011692,1184.5033,49.215572,81.62043,9.8709755,30.983366,224.15814,12.382917,9.41437,61.828613,20.411884,4239.9653,18.181194,35.99107,16.449957,14.277838,317.6667,63.207554,36.930805,9.35721,9.095717,13.097202,54.898933,103.53548,51.699776,198.22726,19.842974,12.465042,59.109856,23.064308,26.046556,123.734665,11.203893,1.4578683,37.27332,11.425481,1208.4,23.61761,0.82896155,69.58929,15.848708,144.24889,71.107735,98.23426,9.617954,105.35123,355.3265,249.10756,34.494976,225.71965,54.707592,46.03255,69.012505,145.80128,22.589575,54.912613,465.71857,9.451206,16.894798,281.3977,20.165882,9.695356,53.058693,46.199978,533.3588,142.6563,168.79488,1919.7769,38.96652,1599.8058,1450.3315,8.895982,6.9172244,1455.037,17.39901,12.036905,384.82086,26.656137,47.636272,24.396835,72.84994,252.70892,368.1758,4.1133657,34.71996,81.81215,331.32776,6.521224,85.41247,8.187612,1.3925173,57.694515,1.0355055,1.2263494,3.6284835,10.386936,24.428019,16.008,25.123959,200.43141,40.38988,20.116072,30.992188,9.855867,107.9587,4.4692707,101.37698,7.6171875,61.571037,7.5055804,9.953965,22.63996,8.762611,24.526787,14.898066,1.0455254,54.606396,9.672249,214.13005,6.605325,251.5159,18.91067,1159.6918,112.69651,2.998679,8.987687,136.83832,171.78687,891.41907,943.61383 +2023-02-03 04:00:00,0.0,2124.7473,33.868114,5.2417774,12.063262,20.962618,187.89133,25.632202,42.98434,17.58618,25.800913,235.12056,138.67204,12.803427,48.71976,5.977332,3.9541585,36.378048,95.92579,59.342415,454.0489,37.73043,437.89517,137.30453,49.77958,137.96123,216.67511,80.08699,993.2388,260.13882,2122.938,53.079037,2380.7341,654.8826,37.037945,29.628721,194.58609,223.76598,306.58234,956.4615,40.967262,15.432951,9.96403,486.72098,407.9982,107.73723,7.8413486,571.23083,15.419438,569.4568,10.585205,32.42944,0.0,950.8932,1789.1046,0.2832973,50.627052,15.117344,11593.667,35.840168,1.4802009,5.790079,16.842258,15.994092,5.4810705,9.412897,305.1838,37.439484,4.7769156,0.89181215,5.96017,308.45786,0.5911979,157.5057,88.451195,2669.8398,123.91468,109.50094,190.23366,846.57117,77.35625,58.0241,1183.8553,49.23477,81.58132,9.871866,30.991943,224.14948,12.380777,9.413014,61.854805,20.405827,4240.543,18.186234,35.97619,16.453552,14.28871,317.72223,63.266396,36.919643,9.357447,9.097984,13.122811,54.919735,103.6353,51.688988,198.28055,19.860367,12.474765,59.164776,23.085863,26.039862,123.7958,11.216715,1.4581696,37.245934,11.424889,1208.3579,23.618801,0.83583194,69.7381,15.8580065,144.37918,71.1373,98.3356,9.616012,105.360565,355.54907,249.47446,34.51288,225.84024,54.796627,46.04112,69.01394,145.82288,22.596483,54.925327,465.71136,9.461629,16.904978,281.50226,20.150085,9.690346,53.1122,46.23471,533.62427,142.72775,168.80223,1919.8563,38.954273,1599.7341,1450.0396,8.891786,6.913641,1454.8142,17.398998,12.031746,384.76047,26.644493,47.62277,24.388103,72.827805,252.70659,368.08014,4.1113925,34.710968,81.76093,331.28647,6.518729,85.409355,8.186061,1.3929424,57.696033,1.0358502,1.2267988,3.6309655,10.386565,24.423548,16.005428,25.126389,200.39964,40.373016,20.107143,30.989584,9.85136,107.92113,4.467361,101.22098,7.6145835,61.574844,7.496726,9.94381,22.623259,8.763839,24.511906,14.882341,1.0453997,54.617897,9.670225,214.08496,6.6040025,251.53142,18.907274,1159.5747,112.69024,3.0003374,8.98529,136.84909,171.79713,891.4255,943.4956 +2023-02-03 05:00:00,0.0,2125.2207,33.85773,5.2411246,12.055944,20.96863,187.87196,25.631397,42.99149,17.592321,25.81093,234.98233,138.84303,12.802339,48.675655,5.9889894,3.952403,36.36837,95.83452,59.287853,453.97644,37.70246,437.74335,137.29994,49.744915,138.1297,216.59709,80.08127,992.848,260.16656,2122.4294,53.062534,2380.6829,654.79974,37.02696,29.621962,194.54065,223.62814,306.52322,956.77527,40.985863,15.427898,9.963479,487.06967,408.2854,107.6698,7.869277,570.6962,15.4486685,569.0211,10.588582,32.450115,0.0,951.6228,1789.7557,0.2833024,50.603443,15.124122,11600.881,35.856922,1.4804268,5.807837,16.86319,16.016237,5.4871774,9.42386,305.30844,37.423363,4.791512,0.89226955,5.9636083,308.73407,0.59086806,157.63882,88.44256,2669.6316,123.92906,109.51801,190.21251,847.2711,77.35877,58.036507,1183.2074,49.25397,81.54222,9.872756,31.00052,224.14081,12.378638,9.411659,61.880993,20.39977,4241.121,18.19127,35.96131,16.457148,14.299582,317.7778,63.32524,36.90848,9.357683,9.100251,13.148419,54.940536,103.73513,51.6782,198.33385,19.877758,12.4844885,59.219696,23.107418,26.033167,123.85694,11.229536,1.458471,37.218548,11.424295,1208.3157,23.619991,0.8427023,69.8869,15.867305,144.50948,71.16686,98.43694,9.614068,105.3699,355.7716,249.84135,34.530777,225.96083,54.885666,46.04969,69.015366,145.84448,22.603392,54.938046,465.7042,9.472053,16.915155,281.60678,20.13429,9.685335,53.165714,46.269447,533.8897,142.7992,168.80959,1919.9357,38.94203,1599.6625,1449.7474,8.8875885,6.910057,1454.5914,17.398987,12.0265875,384.70007,26.632849,47.609264,24.379374,72.80567,252.70425,367.98444,4.1094193,34.701977,81.70971,331.24518,6.5162344,85.406235,8.184511,1.3933675,57.697556,1.0361949,1.2272481,3.6334476,10.386193,24.419077,16.002857,25.128819,200.36787,40.35615,20.098213,30.986979,9.846854,107.88356,4.4654512,101.064964,7.611979,61.578648,7.487872,9.933656,22.60656,8.765067,24.497025,14.866617,1.0452739,54.6294,9.668201,214.03987,6.6026797,251.54694,18.903877,1159.4575,112.68397,3.0019958,8.982892,136.85986,171.8074,891.4319,943.3773 +2023-02-03 06:00:00,0.0,2125.6943,33.847343,5.240472,12.048628,20.974642,187.85262,25.630592,42.998642,17.598461,25.820948,234.8441,139.014,12.80125,48.631546,6.0006466,3.9506476,36.358692,95.74325,59.233288,453.90402,37.674488,437.59155,137.29536,49.71025,138.29816,216.51907,80.07555,992.45734,260.19427,2121.9211,53.046036,2380.6313,654.71686,37.01597,29.615202,194.49518,223.49031,306.4641,957.089,41.004463,15.422845,9.962928,487.4184,408.57257,107.60238,7.8972054,570.1616,15.477899,568.58545,10.59196,32.47079,0.0,952.35236,1790.407,0.28330752,50.57983,15.130899,11608.096,35.873672,1.4806526,5.825595,16.884119,16.038382,5.4932837,9.434822,305.43307,37.40724,4.806109,0.89272696,5.9670463,309.01028,0.59053814,157.77194,88.43393,2669.4233,123.94345,109.53508,190.19136,847.9711,77.3613,58.048916,1182.5594,49.27317,81.50312,9.873646,31.0091,224.13214,12.376499,9.410305,61.907185,20.393715,4241.6987,18.19631,35.94643,16.460743,14.310453,317.83334,63.384087,36.89732,9.35792,9.102519,13.174027,54.961338,103.83495,51.66741,198.38713,19.89515,12.494212,59.274616,23.128973,26.026474,123.918076,11.242357,1.4587723,37.191162,11.423702,1208.2736,23.621181,0.8495727,70.03571,15.876603,144.63977,71.19643,98.538284,9.612125,105.37924,355.99417,250.20825,34.54868,226.08142,54.974705,46.05826,69.01679,145.86607,22.610302,54.950764,465.697,9.482475,16.925335,281.71133,20.118496,9.680325,53.219223,46.30418,534.1552,142.87065,168.81694,1920.0149,38.929787,1599.5907,1449.4553,8.883392,6.906473,1454.3687,17.398973,12.021429,384.63968,26.621204,47.59576,24.370642,72.78355,252.70193,367.88876,4.107446,34.69298,81.658485,331.20386,6.5137396,85.403114,8.182961,1.3937925,57.699074,1.0365396,1.2276974,3.6359298,10.385822,24.414608,16.000286,25.13125,200.33612,40.339287,20.089285,30.984375,9.842347,107.845985,4.4635415,100.90896,7.609375,61.582455,7.4790177,9.923501,22.589859,8.7662945,24.482143,14.850893,1.0451481,54.640903,9.666177,213.99478,6.601357,251.56245,18.900482,1159.3405,112.6777,3.0036545,8.9804945,136.87064,171.81769,891.4383,943.2591 +2023-02-03 07:00:00,0.0,2126.1677,33.83696,5.2398195,12.04131,20.980654,187.83325,25.629787,43.005795,17.604603,25.830965,234.70586,139.18498,12.800162,48.58744,6.012304,3.9488924,36.349014,95.65198,59.178726,453.83157,37.646515,437.43976,137.29077,49.67559,138.46663,216.44106,80.069824,992.06665,260.22202,2121.4128,53.029533,2380.58,654.63403,37.004982,29.608442,194.44974,223.35248,306.40503,957.4028,41.023064,15.417792,9.962377,487.76712,408.85977,107.53495,7.9251337,569.627,15.507129,568.14984,10.595337,32.491467,0.0,953.082,1791.0581,0.28331262,50.55622,15.137677,11615.311,35.890427,1.4808785,5.843353,16.905048,16.060526,5.4993906,9.445784,305.55768,37.39112,4.820706,0.8931843,5.9704843,309.28653,0.59020823,157.90508,88.4253,2669.2153,123.95783,109.552155,190.17021,848.6711,77.363815,58.06132,1181.9115,49.29237,81.46402,9.8745365,31.017677,224.12349,12.374359,9.40895,61.933376,20.387657,4242.2764,18.20135,35.93155,16.464338,14.321325,317.8889,63.442932,36.88616,9.358156,9.104786,13.199636,54.98214,103.93478,51.656624,198.44043,19.91254,12.503936,59.329536,23.150528,26.01978,123.97921,11.255178,1.4590737,37.163776,11.42311,1208.2313,23.622372,0.8564431,70.184525,15.885902,144.77007,71.22599,98.639626,9.610183,105.38858,356.2167,250.57515,34.566578,226.20201,55.06374,46.066833,69.01823,145.88766,22.61721,54.96348,465.68982,9.492899,16.935514,281.8159,20.102701,9.675313,53.272736,46.338917,534.42065,142.9421,168.8243,1920.0942,38.917545,1599.519,1449.1633,8.879196,6.9028893,1454.1459,17.398962,12.01627,384.57928,26.60956,47.582256,24.361912,72.76141,252.6996,367.7931,4.105473,34.68399,81.60727,331.16257,6.511245,85.4,8.181411,1.3942176,57.700596,1.0368843,1.2281467,3.6384118,10.38545,24.410137,15.997716,25.13368,200.30435,40.322422,20.080357,30.981771,9.83784,107.80841,4.461632,100.75295,7.606771,61.58626,7.470164,9.913346,22.573158,8.767522,24.467262,14.835169,1.0450224,54.652405,9.664153,213.94969,6.600034,251.57797,18.897085,1159.2234,112.671425,3.005313,8.978096,136.88141,171.82796,891.4447,943.1408 +2023-02-03 08:00:00,0.0,2126.6414,33.826576,5.2391667,12.033994,20.986666,187.81389,25.628983,43.012943,17.610744,25.840982,234.56763,139.35597,12.799074,48.54333,6.023961,3.9471369,36.339336,95.5607,59.124165,453.75916,37.618546,437.28793,137.2862,49.640926,138.6351,216.36304,80.0641,991.6759,260.24976,2120.9043,53.01303,2380.5286,654.55115,36.993996,29.601683,194.4043,223.21465,306.34592,957.7165,41.041668,15.412739,9.961825,488.11584,409.14694,107.46752,7.953062,569.09235,15.536359,567.7142,10.598714,32.512142,0.0,953.8115,1791.7092,0.28331771,50.532608,15.144455,11622.525,35.90718,1.4811043,5.8611107,16.92598,16.08267,5.5054975,9.456746,305.6823,37.375,4.835303,0.8936417,5.9739227,309.56274,0.5898783,158.0382,88.41667,2669.007,123.97222,109.56922,190.14906,849.37103,77.36634,58.07373,1181.2635,49.31157,81.42491,9.875426,31.026257,224.11482,12.37222,9.407595,61.959564,20.381601,4242.854,18.206388,35.916668,16.467934,14.332197,317.94446,63.501778,36.875,9.358394,9.107053,13.2252445,55.00294,104.0346,51.645832,198.49373,19.929934,12.5136595,59.384457,23.172083,26.013086,124.04035,11.268001,1.459375,37.13639,11.422517,1208.1891,23.623562,0.8633135,70.333336,15.895201,144.90038,71.255554,98.74097,9.60824,105.39792,356.43927,250.94205,34.58448,226.3226,55.15278,46.075405,69.01965,145.90926,22.624119,54.976196,465.68262,9.503322,16.945694,281.9204,20.086906,9.670302,53.326244,46.37365,534.6861,143.01353,168.83165,1920.1736,38.905304,1599.4474,1448.8712,8.875,6.8993053,1453.9231,17.39895,12.011111,384.5189,26.597916,47.568752,24.35318,72.73928,252.69727,367.69742,4.1035,34.675,81.556046,331.12128,6.50875,85.39688,8.179861,1.3946427,57.702114,1.037229,1.228596,3.640894,10.385079,24.405666,15.995145,25.13611,200.27258,40.305557,20.071428,30.979166,9.833333,107.770836,4.459722,100.59695,7.6041665,61.59007,7.4613094,9.903191,22.556458,8.76875,24.452381,14.819445,1.0448966,54.663906,9.662128,213.90459,6.5987115,251.5935,18.893688,1159.1063,112.665146,3.0069714,8.975698,136.8922,171.83823,891.4511,943.0226 +2023-02-03 09:00:00,0.0,2127.115,33.816193,5.238514,12.026676,20.992678,187.79454,25.628178,43.020096,17.616884,25.851,234.4294,139.52695,12.797987,48.499226,6.0356183,3.9453814,36.32966,95.46943,59.069603,453.6867,37.590572,437.13614,137.28162,49.606266,138.80356,216.28502,80.05838,991.2852,260.27747,2120.396,52.99653,2380.4773,654.46826,36.98301,29.594923,194.35884,223.07681,306.2868,958.0303,41.06027,15.407685,9.961273,488.46457,409.43414,107.4001,7.980991,568.55774,15.565589,567.2785,10.602091,32.532818,0.0,954.54114,1792.3605,0.2833228,50.508995,15.151233,11629.739,35.923935,1.4813302,5.8788686,16.94691,16.104815,5.5116043,9.467709,305.80695,37.35888,4.8499,0.8940991,5.9773607,309.83896,0.58954847,158.17131,88.408035,2668.7988,123.9866,109.58629,190.12791,850.071,77.368866,58.086136,1180.6156,49.330765,81.38581,9.876317,31.034836,224.10616,12.370081,9.40624,61.985756,20.375546,4243.432,18.211428,35.901787,16.471529,14.343069,318.0,63.560623,36.86384,9.35863,9.109321,13.250853,55.02374,104.13442,51.635044,198.54701,19.947325,12.523382,59.439377,23.193638,26.006392,124.10149,11.280822,1.4596764,37.109005,11.421925,1208.147,23.624754,0.8701839,70.48214,15.904499,145.03067,71.28512,98.84231,9.6062975,105.40726,356.6618,251.30894,34.60238,226.44319,55.241817,46.083977,69.02108,145.93085,22.63103,54.988914,465.67545,9.513744,16.955873,282.02496,20.071112,9.665292,53.379757,46.408386,534.95154,143.08499,168.839,1920.2529,38.89306,1599.3757,1448.5792,8.870803,6.8957214,1453.7002,17.39894,12.005953,384.4585,26.586273,47.555244,24.34445,72.717155,252.69495,367.60175,4.1015267,34.666008,81.50482,331.07996,6.506255,85.39377,8.17831,1.3950678,57.703632,1.0375736,1.2290453,3.6433759,10.384707,24.401197,15.992574,25.138542,200.24083,40.28869,20.0625,30.976562,9.828827,107.73326,4.4578123,100.44094,7.6015625,61.593872,7.4524555,9.893036,22.539759,8.769978,24.4375,14.80372,1.044771,54.675407,9.660105,213.8595,6.5973887,251.60902,18.890293,1158.9891,112.658875,3.0086298,8.973301,136.90297,171.8485,891.4575,942.9043 +2023-02-03 10:00:00,0.0,2127.5884,33.80581,5.2378616,12.01936,20.99869,187.77518,25.627373,43.02725,17.623026,25.861017,234.29117,139.69794,12.796899,48.455116,6.0472755,3.943626,36.31998,95.37816,59.01504,453.6143,37.5626,436.98434,137.27702,49.5716,138.97203,216.207,80.05265,990.8945,260.3052,2119.8875,52.980026,2380.4258,654.3854,36.972023,29.588163,194.3134,222.93898,306.22772,958.344,41.07887,15.402633,9.960722,488.8133,409.72134,107.33267,8.008919,568.02313,15.594819,566.8429,10.605469,32.553493,0.0,955.2707,1793.0116,0.2833279,50.485386,15.1580105,11636.954,35.94069,1.4815559,5.8966265,16.967842,16.126959,5.5177107,9.478671,305.93155,37.34276,4.8644967,0.89455646,5.9807987,310.11517,0.58921856,158.30443,88.39941,2668.5906,124.00099,109.603355,190.10678,850.77094,77.37138,58.098545,1179.9678,49.349964,81.34671,9.877207,31.043413,224.09749,12.367942,9.404885,62.011948,20.369488,4244.01,18.216467,35.886906,16.475122,14.353941,318.05557,63.61947,36.85268,9.358867,9.111588,13.276462,55.04454,104.234245,51.624256,198.60031,19.964716,12.533106,59.494297,23.215193,25.999697,124.16262,11.293643,1.4599776,37.08162,11.421331,1208.1047,23.625944,0.8770543,70.63095,15.913797,145.16096,71.31468,98.94365,9.604355,105.416595,356.88437,251.67584,34.62028,226.56378,55.330853,46.09255,69.022514,145.95244,22.637938,55.001633,465.66824,9.524168,16.966051,282.12952,20.055315,9.660281,53.433266,46.44312,535.217,143.15643,168.84636,1920.3323,38.880817,1599.3041,1448.2871,8.866607,6.892138,1453.4774,17.398928,12.000793,384.3981,26.574629,47.54174,24.335718,72.69502,252.69261,367.50604,4.099553,34.657013,81.453606,331.03867,6.5037603,85.39065,8.176761,1.3954928,57.705154,1.0379183,1.2294946,3.645858,10.384336,24.396727,15.990003,25.140972,200.20906,40.271824,20.053572,30.973959,9.82432,107.69569,4.4559026,100.284935,7.5989585,61.59768,7.443601,9.882881,22.523058,8.771205,24.422619,14.787996,1.0446452,54.686913,9.658081,213.8144,6.596066,251.62454,18.886896,1158.8721,112.6526,3.0102882,8.970903,136.91374,171.85878,891.46387,942.7861 +2023-02-03 11:00:00,0.0,2128.062,33.79542,5.237209,12.012042,21.004702,187.75583,25.626568,43.034397,17.629168,25.871035,234.15294,139.86891,12.795811,48.41101,6.058933,3.9418707,36.310303,95.28689,58.960476,453.54184,37.53463,436.83252,137.27245,49.536938,139.1405,216.12898,80.04693,990.5038,260.33292,2119.3792,52.963524,2380.3745,654.3025,36.961033,29.581404,194.26796,222.80115,306.1686,958.6578,41.09747,15.397579,9.960171,489.16202,410.0085,107.26525,8.036847,567.4885,15.624049,566.4072,10.608846,32.57417,0.0,956.00024,1793.6628,0.28333303,50.461773,15.164788,11644.169,35.957443,1.4817818,5.9143844,16.988771,16.149103,5.5238175,9.489634,306.05618,37.326637,4.8790936,0.89501387,5.9842367,310.3914,0.58888865,158.43756,88.39078,2668.3823,124.01537,109.62042,190.08563,851.47095,77.37391,58.110954,1179.3198,49.369164,81.3076,9.878097,31.05199,224.08882,12.365802,9.403531,62.038136,20.363432,4244.5874,18.221506,35.872025,16.478718,14.364813,318.1111,63.678314,36.84152,9.359103,9.113854,13.30207,55.065342,104.33407,51.61347,198.6536,19.982107,12.5428295,59.549217,23.23675,25.993004,124.22376,11.306464,1.460279,37.054234,11.420738,1208.0626,23.627134,0.88392466,70.77976,15.923097,145.29126,71.344246,99.04499,9.602411,105.425934,357.1069,252.04274,34.63818,226.68437,55.41989,46.101116,69.02394,145.97404,22.644848,55.01435,465.66107,9.534591,16.97623,282.23407,20.03952,9.655271,53.48678,46.477856,535.4824,143.22787,168.85371,1920.4115,38.868572,1599.2323,1447.995,8.862411,6.888554,1453.2546,17.398916,11.995635,384.3377,26.562984,47.528236,24.326988,72.67289,252.69028,367.41037,4.09758,34.64802,81.40238,330.99734,6.5012655,85.387535,8.175211,1.3959179,57.706673,1.038263,1.2299439,3.6483402,10.383965,24.392256,15.987432,25.143402,200.17729,40.25496,20.044643,30.971354,9.819813,107.65811,4.453993,100.12893,7.596354,61.601486,7.434747,9.872726,22.506357,8.772433,24.40774,14.772272,1.0445194,54.698414,9.656056,213.76932,6.5947433,251.64006,18.883501,1158.755,112.64633,3.011947,8.968506,136.92451,171.86905,891.4703,942.6678 +2023-02-03 12:00:00,0.0,2128.5354,33.785038,5.236556,12.004725,21.010714,187.73647,25.625763,43.04155,17.63531,25.881052,234.0147,140.03989,12.794723,48.366905,6.07059,3.9401152,36.300625,95.19562,58.905914,453.4694,37.506657,436.68073,137.26787,49.502277,139.30898,216.05096,80.04121,990.1131,260.36066,2118.8708,52.94702,2380.323,654.2196,36.950047,29.574644,194.2225,222.66331,306.10953,958.9715,41.11607,15.392526,9.9596195,489.51074,410.29572,107.19782,8.064776,566.95386,15.653279,565.97156,10.612223,32.594845,0.0,956.72986,1794.314,0.28333813,50.438164,15.171566,11651.383,35.974197,1.4820076,5.9321423,17.009703,16.171247,5.5299244,9.500595,306.18082,37.310516,4.89369,0.8954713,5.987675,310.6676,0.58855873,158.57068,88.38214,2668.174,124.02976,109.6375,190.06448,852.1709,77.376434,58.12336,1178.6719,49.388363,81.2685,9.878987,31.06057,224.08017,12.363663,9.402176,62.064327,20.357376,4245.165,18.226545,35.857143,16.482313,14.375685,318.1667,63.737156,36.830357,9.35934,9.116122,13.327678,55.086143,104.4339,51.60268,198.7069,19.9995,12.552553,59.604137,23.258305,25.98631,124.2849,11.319286,1.4605803,37.026848,11.420146,1208.0204,23.628325,0.89079505,70.92857,15.932395,145.42155,71.37381,99.14633,9.600469,105.435265,357.32947,252.40964,34.656082,226.80496,55.50893,46.109688,69.02537,145.99564,22.651756,55.027065,465.65387,9.545013,16.98641,282.3386,20.023726,9.650259,53.540287,46.51259,535.74786,143.29933,168.86107,1920.4908,38.85633,1599.1606,1447.703,8.858214,6.88497,1453.0319,17.398905,11.990477,384.2773,26.55134,47.514732,24.318256,72.650764,252.68796,367.3147,4.095607,34.63903,81.35116,330.95605,6.49877,85.384415,8.17366,1.396343,57.708195,1.0386077,1.2303933,3.6508222,10.383594,24.387785,15.98486,25.145834,200.14554,40.238094,20.035713,30.96875,9.815307,107.62054,4.452083,99.972916,7.59375,61.605293,7.425893,9.862572,22.489658,8.773661,24.392859,14.756547,1.0443937,54.709915,9.654033,213.72423,6.5934205,251.65558,18.880104,1158.638,112.64006,3.0136054,8.966107,136.9353,171.87932,891.4767,942.54956 +2023-02-03 13:00:00,0.0,2129.009,33.774654,5.2359037,11.997408,21.016726,187.7171,25.624958,43.048702,17.641449,25.89107,233.87646,140.21088,12.793634,48.322796,6.0822473,3.9383597,36.290947,95.10435,58.851353,453.39697,37.478683,436.52893,137.26328,49.467613,139.47743,215.97295,80.035484,989.72235,260.38837,2118.3623,52.930523,2380.2717,654.1368,36.93906,29.567884,194.17706,222.52548,306.0504,959.2853,41.134674,15.387473,9.959068,489.85947,410.5829,107.130394,8.092705,566.4193,15.682509,565.53595,10.615601,32.61552,0.0,957.4595,1794.9652,0.28334323,50.41455,15.178343,11658.598,35.99095,1.4822335,5.9499006,17.030634,16.193392,5.5360312,9.511558,306.30542,37.294395,4.908287,0.8959286,5.991113,310.94385,0.5882289,158.7038,88.37351,2667.966,124.04414,109.654564,190.04333,852.87085,77.37895,58.13577,1178.0239,49.407562,81.2294,9.879877,31.069149,224.0715,12.361524,9.400821,62.09052,20.351318,4245.743,18.231585,35.842262,16.485909,14.386557,318.22223,63.796,36.819195,9.359576,9.118389,13.353287,55.106945,104.53372,51.59189,198.76018,20.016891,12.562276,59.659058,23.27986,25.979616,124.34604,11.332108,1.4608817,36.999462,11.419553,1207.9783,23.629515,0.8976655,71.07738,15.941693,145.55186,71.40337,99.24767,9.598526,105.4446,357.552,252.77654,34.67398,226.92555,55.59797,46.11826,69.0268,146.01723,22.658665,55.039783,465.6467,9.555437,16.99659,282.44315,20.00793,9.645248,53.5938,46.547325,536.01337,143.37077,168.86842,1920.5702,38.844086,1599.089,1447.4109,8.854017,6.8813863,1452.8091,17.398893,11.985317,384.21692,26.539696,47.50123,24.309526,72.62863,252.68562,367.21902,4.0936337,34.630035,81.299934,330.91476,6.4962754,85.3813,8.172111,1.396768,57.709713,1.0389524,1.2308426,3.6533043,10.383222,24.383316,15.98229,25.148264,200.11377,40.22123,20.026785,30.966146,9.8108,107.58296,4.4501734,99.81691,7.591146,61.609097,7.4170384,9.852417,22.472958,8.774888,24.377977,14.740823,1.0442679,54.721416,9.652009,213.67912,6.5920978,251.6711,18.876709,1158.5208,112.63379,3.0152638,8.96371,136.94608,171.8896,891.4831,942.4313 +2023-02-03 14:00:00,0.0,2129.4827,33.76427,5.235251,11.990091,21.022738,187.69775,25.624153,43.05585,17.64759,25.901089,233.73824,140.38185,12.792547,48.27869,6.0939045,3.9366043,36.28127,95.01307,58.79679,453.32452,37.450714,436.3771,137.2587,49.432953,139.6459,215.89493,80.02976,989.33167,260.4161,2117.854,52.91402,2380.2202,654.0539,36.928074,29.561125,194.13162,222.38765,305.9913,959.599,41.153275,15.38242,9.958516,490.2082,410.8701,107.06297,8.120633,565.88464,15.71174,565.1003,10.618978,32.636196,0.0,958.1891,1795.6163,0.28334832,50.39094,15.185121,11665.8125,36.007706,1.4824593,5.9676585,17.051563,16.215536,5.5421376,9.52252,306.43005,37.278275,4.922884,0.896386,5.994551,311.22006,0.58789897,158.83693,88.36488,2667.7578,124.05853,109.67163,190.02219,853.5708,77.38148,58.148174,1177.376,49.42676,81.1903,9.880768,31.077724,224.06284,12.359384,9.3994665,62.116707,20.345263,4246.321,18.236624,35.82738,16.489504,14.3974285,318.27777,63.854847,36.808037,9.359813,9.120656,13.378895,55.127747,104.633545,51.5811,198.81348,20.034283,12.572,59.713978,23.301414,25.972921,124.40717,11.344929,1.4611831,36.972076,11.418961,1207.936,23.630705,0.9045359,71.22619,15.950992,145.68216,71.43294,99.349014,9.596583,105.45394,357.77454,253.14343,34.691883,227.04614,55.687004,46.12683,69.02823,146.03882,22.665575,55.0525,465.6395,9.56586,17.006767,282.5477,19.992136,9.640238,53.64731,46.582058,536.2788,143.44221,168.8758,1920.6494,38.831844,1599.0173,1447.1188,8.849821,6.8778024,1452.5863,17.398882,11.980159,384.15656,26.528051,47.487724,24.300795,72.60651,252.68329,367.12335,4.0916605,34.621044,81.24872,330.87344,6.4937806,85.37818,8.17056,1.3971931,57.71123,1.039297,1.2312919,3.6557863,10.382851,24.378845,15.979719,25.150694,200.08202,40.204365,20.017857,30.963541,9.806293,107.54539,4.4482636,99.660904,7.5885415,61.612904,7.4081845,9.842262,22.456257,8.776115,24.363096,14.725099,1.0441421,54.73292,9.649984,213.63403,6.590775,251.68663,18.873312,1158.4037,112.62751,3.0169222,8.961312,136.95685,171.89987,891.4895,942.31305 +2023-02-03 15:00:00,0.0,2129.956,33.753883,5.234598,11.982774,21.02875,187.67839,25.62335,43.063004,17.653732,25.911106,233.6,140.55283,12.791459,48.23458,6.1055617,3.934849,36.27159,94.9218,58.74223,453.2521,37.42274,436.2253,137.2541,49.39829,139.81438,215.81691,80.02403,988.941,260.44385,2117.3455,52.89752,2380.169,653.971,36.917088,29.554365,194.08618,222.24982,305.93222,959.9128,41.171875,15.377367,9.957965,490.5569,411.1573,106.995544,8.1485615,565.35004,15.74097,564.6646,10.6223545,32.65687,0.0,958.9186,1796.2675,0.28335342,50.36733,15.191898,11673.027,36.02446,1.4826852,5.9854164,17.072495,16.23768,5.5482445,9.533483,306.5547,37.262154,4.937481,0.89684343,5.997989,311.49628,0.58756906,158.97005,88.356255,2667.5496,124.072914,109.688705,190.00104,854.27075,77.384,58.160583,1176.728,49.445957,81.15119,9.881658,31.086304,224.05417,12.3572445,9.398111,62.1429,20.339205,4246.8984,18.241663,35.8125,16.4931,14.4083,318.33334,63.913692,36.796875,9.360049,9.122924,13.404503,55.14855,104.73337,51.570312,198.86678,20.051674,12.581723,59.768898,23.32297,25.966227,124.46831,11.35775,1.4614843,36.94469,11.418367,1207.8938,23.631897,0.9114063,71.375,15.960291,145.81245,71.4625,99.450356,9.594641,105.46328,357.9971,253.51033,34.70978,227.16673,55.776043,46.135403,69.029655,146.06041,22.672483,55.06522,465.63232,9.576283,17.016947,282.65222,19.976341,9.635227,53.70082,46.616795,536.54425,143.51367,168.88315,1920.7288,38.819603,1598.9456,1446.8268,8.845625,6.8742185,1452.3634,17.39887,11.975,384.09616,26.516407,47.47422,24.292065,72.58437,252.68097,367.02765,4.0896873,34.612053,81.197495,330.83215,6.491286,85.37507,8.16901,1.3976182,57.712753,1.0396417,1.2317412,3.6582685,10.382479,24.374374,15.977148,25.153126,200.05025,40.1875,20.008928,30.960938,9.801785,107.50781,4.446354,99.5049,7.5859375,61.61671,7.39933,9.832108,22.439558,8.777344,24.348215,14.709374,1.0440164,54.744423,9.647961,213.58894,6.5894523,251.70215,18.869917,1158.2866,112.62124,3.0185807,8.958915,136.96762,171.91014,891.4959,942.19476 +2023-02-03 16:00:00,0.0,2130.4297,33.7435,5.233946,11.975456,21.034761,187.65904,25.622545,43.070156,17.659872,25.921124,233.46176,140.72382,12.790371,48.190475,6.117219,3.9330935,36.261913,94.83053,58.687664,453.17966,37.39477,436.07352,137.24953,49.363625,139.98285,215.73889,80.01831,988.55023,260.47156,2116.8372,52.881016,2380.1177,653.8881,36.906097,29.547606,194.04073,222.11198,305.8731,960.22656,41.190475,15.3723135,9.957414,490.9056,411.44446,106.92812,8.17649,564.8154,15.7702,564.229,10.625732,32.677547,0.0,959.6482,1796.9187,0.28335854,50.34372,15.198676,11680.241,36.041214,1.482911,6.0031743,17.093424,16.259825,5.5543513,9.544445,306.6793,37.246033,4.952078,0.8973008,6.0014277,311.7725,0.5872392,159.10316,88.34762,2667.3413,124.087296,109.70577,189.97989,854.97076,77.38652,58.17299,1176.0801,49.465157,81.11209,9.882547,31.094883,224.0455,12.355105,9.396756,62.16909,20.333149,4247.476,18.246702,35.79762,16.496695,14.419172,318.3889,63.972538,36.785713,9.360286,9.125191,13.430112,55.169346,104.83319,51.559525,198.92006,20.069067,12.591447,59.82382,23.344524,25.959534,124.52945,11.370572,1.4617857,36.917305,11.417774,1207.8517,23.633087,0.91827667,71.52381,15.969589,145.94275,71.492065,99.5517,9.592698,105.47262,358.21964,253.87723,34.727684,227.28732,55.86508,46.143974,69.03108,146.08202,22.679392,55.077934,465.62512,9.586706,17.027126,282.75677,19.960545,9.630216,53.754333,46.651527,536.8097,143.58511,168.8905,1920.8081,38.807358,1598.8739,1446.5347,8.841428,6.870635,1452.1406,17.398859,11.969841,384.03577,26.504763,47.460716,24.283335,72.56224,252.67863,366.93198,4.087714,34.603058,81.14627,330.79086,6.488791,85.37195,8.16746,1.3980433,57.71427,1.0399864,1.2321905,3.6607504,10.382108,24.369905,15.974577,25.155556,200.01848,40.170635,20.0,30.958334,9.797279,107.47024,4.444444,99.34889,7.5833335,61.620518,7.390476,9.821953,22.422857,8.778571,24.333334,14.69365,1.0438907,54.755924,9.645936,213.54385,6.5881295,251.71767,18.86652,1158.1696,112.61497,3.0202394,8.956517,136.9784,171.92041,891.5023,942.07654 +2023-02-03 17:00:00,0.0,2130.903,33.733116,5.233293,11.96814,21.040773,187.63968,25.62174,43.077305,17.666014,25.93114,233.32353,140.89479,12.789283,48.14637,6.128876,3.931338,36.252235,94.73926,58.633102,453.1072,37.3668,435.9217,137.24495,49.328964,140.1513,215.66087,80.01259,988.15955,260.4993,2116.3289,52.864513,2380.0662,653.80524,36.89511,29.540846,193.99529,221.97415,305.81403,960.5403,41.209076,15.36726,9.956862,491.25433,411.73166,106.860695,8.204418,564.28076,15.79943,563.79333,10.629109,32.698223,0.0,960.3778,1797.5698,0.28336364,50.320107,15.205454,11687.456,36.05797,1.4831369,6.020932,17.114355,16.28197,5.560458,9.555407,306.80392,37.22991,4.966675,0.8977582,6.0048656,312.0487,0.5869093,159.2363,88.33899,2667.133,124.101685,109.72284,189.95874,855.6707,77.389046,58.1854,1175.4321,49.484356,81.07299,9.883438,31.10346,224.03685,12.352966,9.395402,62.19528,20.327093,4248.0537,18.251741,35.782738,16.50029,14.430044,318.44446,64.03138,36.774555,9.360522,9.127458,13.45572,55.190147,104.933014,51.548737,198.97336,20.086458,12.601171,59.87874,23.36608,25.952839,124.59058,11.383393,1.462087,36.88992,11.417182,1207.8094,23.634277,0.92514706,71.67262,15.978888,146.07304,71.52163,99.65304,9.5907545,105.48196,358.4422,254.24413,34.745583,227.40791,55.954117,46.152542,69.03252,146.1036,22.686302,55.090652,465.61795,9.597129,17.037306,282.86133,19.94475,9.625205,53.807842,46.686264,537.07513,143.65657,168.89786,1920.8875,38.795116,1598.8022,1446.2426,8.837232,6.867051,1451.9178,17.398848,11.964683,383.97537,26.493118,47.447212,24.274603,72.540115,252.6763,366.8363,4.085741,34.594067,81.095055,330.74954,6.486296,85.368835,8.16591,1.3984683,57.715794,1.0403311,1.2326398,3.6632326,10.381736,24.365435,15.972006,25.157986,199.98672,40.15377,19.991072,30.955729,9.792772,107.43266,4.4425344,99.19289,7.580729,61.62432,7.381622,9.811798,22.406157,8.7797985,24.318453,14.677926,1.043765,54.76743,9.643912,213.49876,6.586807,251.73318,18.863125,1158.0524,112.608696,3.0218978,8.954119,136.98918,171.9307,891.5087,941.95825 +2023-02-03 18:00:00,0.0,2131.3767,33.722733,5.2326403,11.960822,21.046785,187.62032,25.620935,43.084457,17.672155,25.941158,233.1853,141.06577,12.788195,48.10226,6.1405334,3.9295826,36.242554,94.64799,58.57854,453.0348,37.338825,435.7699,137.24036,49.2943,140.31978,215.58286,80.00687,987.76886,260.527,2115.8203,52.84801,2380.015,653.72235,36.884125,29.534086,193.94984,221.8363,305.7549,960.85406,41.22768,15.362207,9.956311,491.60306,412.01883,106.79327,8.232347,563.74615,15.82866,563.35767,10.632486,32.7189,0.0,961.1073,1798.2211,0.28336874,50.296494,15.212232,11694.671,36.074722,1.4833627,6.03869,17.135286,16.304113,5.5665646,9.566369,306.92856,37.21379,4.9812713,0.8982156,6.0083036,312.32492,0.5865794,159.36942,88.33036,2666.9248,124.116066,109.739914,189.93759,856.37067,77.39156,58.197803,1174.7842,49.503555,81.03389,9.884328,31.112038,224.02818,12.350826,9.394047,62.22147,20.321035,4248.632,18.25678,35.767857,16.503885,14.440916,318.5,64.090225,36.763393,9.36076,9.129725,13.481328,55.21095,105.032845,51.537945,199.02664,20.10385,12.610893,59.93366,23.387634,25.946144,124.65172,11.3962145,1.4623884,36.862534,11.416589,1207.7673,23.635468,0.93201745,71.82143,15.988186,146.20334,71.551186,99.75438,9.588812,105.491295,358.66473,254.61102,34.763485,227.5285,56.043156,46.161114,69.03394,146.1252,22.69321,55.10337,465.61075,9.607553,17.047483,282.96588,19.928955,9.620194,53.861355,46.720997,537.3406,143.72801,168.90521,1920.9668,38.78287,1598.7306,1445.9506,8.833035,6.863467,1451.6951,17.398836,11.959524,383.91498,26.481474,47.433704,24.265873,72.51798,252.67398,366.74063,4.0837674,34.585075,81.04383,330.70825,6.4838014,85.365715,8.16436,1.3988934,57.71731,1.0406758,1.2330891,3.6657147,10.381365,24.360964,15.969435,25.160418,199.95496,40.136906,19.982143,30.953125,9.788265,107.39509,4.440625,99.03688,7.578125,61.628128,7.372768,9.801643,22.389458,8.781027,24.303572,14.662202,1.0436392,54.77893,9.641889,213.45366,6.585484,251.7487,18.859728,1157.9353,112.602425,3.0235562,8.951721,136.99995,171.94096,891.51514,941.84 +2023-02-03 19:00:00,0.0,2131.8503,33.712345,5.231988,11.9535055,21.052797,187.60097,25.62013,43.09161,17.678297,25.951176,233.04707,141.23676,12.7871065,48.058155,6.1521907,3.9278274,36.232876,94.55672,58.52398,452.96234,37.310856,435.6181,137.23578,49.25964,140.48825,215.50484,80.001144,987.3781,260.55475,2115.312,52.831512,2379.9634,653.6395,36.87314,29.527327,193.90439,221.69847,305.6958,961.1678,41.24628,15.357154,9.95576,491.95178,412.30603,106.725845,8.260275,563.21155,15.85789,562.922,10.635864,32.739574,0.0,961.8369,1798.8722,0.28337383,50.272884,15.219009,11701.886,36.091476,1.4835886,6.056448,17.156216,16.326258,5.5726714,9.577332,307.0532,37.19767,4.995868,0.89867294,6.011742,312.60114,0.5862495,159.50253,88.321724,2666.7168,124.130455,109.75698,189.91644,857.0706,77.39409,58.210213,1174.1364,49.522755,80.99478,9.885218,31.120617,224.01952,12.348687,9.392692,62.247658,20.31498,4249.2095,18.26182,35.752975,16.50748,14.451788,318.55557,64.14907,36.75223,9.360996,9.131992,13.506937,55.23175,105.13267,51.527157,199.07994,20.12124,12.620617,59.98858,23.40919,25.939451,124.71286,11.409036,1.4626898,36.835144,11.415997,1207.7251,23.636658,0.93888783,71.97024,15.997484,146.33365,71.58075,99.85572,9.586869,105.50063,358.8873,254.97792,34.781384,227.6491,56.132195,46.169685,69.03537,146.14679,22.70012,55.11609,465.60358,9.617975,17.057663,283.0704,19.91316,9.615184,53.914864,46.755733,537.606,143.79945,168.91257,1921.046,38.77063,1598.6589,1445.6584,8.828839,6.8598833,1451.4723,17.398825,11.954365,383.85458,26.46983,47.4202,24.257141,72.49585,252.67165,366.64493,4.0817943,34.576084,80.99261,330.66693,6.4813066,85.3626,8.162809,1.3993185,57.71883,1.0410205,1.2335384,3.6681967,10.380993,24.356495,15.966864,25.162848,199.92319,40.12004,19.973213,30.950521,9.783758,107.35751,4.4387155,98.88087,7.575521,61.631935,7.3639135,9.791489,22.372757,8.782254,24.28869,14.646478,1.0435134,54.790432,9.639864,213.40857,6.5841613,251.76422,18.856333,1157.8182,112.59615,3.0252147,8.949324,137.01073,171.95123,891.52155,941.72174 +2023-02-03 20:00:00,0.0,2132.3237,33.70196,5.231335,11.946188,21.05881,187.5816,25.619326,43.09876,17.684437,25.961193,232.90883,141.40773,12.786019,48.014046,6.1638474,3.926072,36.223198,94.46545,58.469418,452.88992,37.282883,435.46628,137.2312,49.224976,140.65671,215.42682,79.99542,986.9874,260.5825,2114.8035,52.81501,2379.912,653.55664,36.862152,29.520567,193.85895,221.56064,305.63672,961.48157,41.26488,15.352101,9.955208,492.3005,412.5932,106.65842,8.288203,562.67694,15.88712,562.4864,10.639241,32.76025,0.0,962.5665,1799.5233,0.28337893,50.24927,15.225787,11709.1,36.10823,1.4838145,6.074206,17.177147,16.348402,5.5787783,9.588294,307.1778,37.18155,5.010465,0.89913034,6.01518,312.87738,0.5859196,159.63567,88.313095,2666.5085,124.14484,109.77405,189.8953,857.77057,77.396614,58.222622,1173.4884,49.541954,80.95568,9.886108,31.129196,224.01085,12.346548,9.391337,62.27385,20.308922,4249.787,18.266857,35.738094,16.511076,14.462659,318.6111,64.20792,36.74107,9.361233,9.134259,13.532545,55.252552,105.23249,51.51637,199.13324,20.138632,12.630341,60.0435,23.430744,25.932756,124.773994,11.421857,1.4629911,36.80776,11.415403,1207.6829,23.637848,0.9457582,72.11905,16.006783,146.46394,71.61031,99.95707,9.584927,105.50997,359.10983,255.34482,34.799286,227.76968,56.22123,46.178257,69.036804,146.16838,22.70703,55.128803,465.59637,9.628398,17.067842,283.17496,19.897366,9.610173,53.968376,46.790466,537.8715,143.87091,168.91992,1921.1254,38.758385,1598.5872,1445.3663,8.824642,6.8562994,1451.2495,17.398813,11.949206,383.7942,26.458185,47.406696,24.248411,72.473724,252.66931,366.54926,4.079821,34.56709,80.94139,330.62564,6.4788117,85.35948,8.16126,1.3997434,57.720352,1.0413651,1.2339878,3.6706789,10.380622,24.352024,15.964293,25.165277,199.89143,40.103176,19.964285,30.947916,9.779252,107.31994,4.4368057,98.72486,7.5729165,61.63574,7.3550596,9.781334,22.356056,8.783482,24.27381,14.6307535,1.0433877,54.801933,9.63784,213.36348,6.5828385,251.77975,18.852936,1157.7012,112.58988,3.026873,8.946926,137.0215,171.96152,891.52795,941.6035 +2023-02-03 21:00:00,0.0,2132.7974,33.691578,5.2306824,11.938871,21.064821,187.56226,25.61852,43.10591,17.690578,25.97121,232.7706,141.5787,12.784931,47.96994,6.1755047,3.9243164,36.21352,94.37417,58.414852,452.81747,37.25491,435.31448,137.22661,49.19031,140.82518,215.3488,79.98969,986.59674,260.6102,2114.2952,52.798508,2379.8606,653.47375,36.851162,29.513807,193.8135,221.4228,305.5776,961.7953,41.28348,15.347048,9.954657,492.64923,412.8804,106.590996,8.316132,562.14233,15.91635,562.0507,10.642618,32.780926,0.0,963.29614,1800.1746,0.28338405,50.225662,15.232565,11716.314,36.12498,1.4840403,6.091964,17.198078,16.370546,5.584885,9.5992565,307.30243,37.16543,5.025062,0.89958775,6.018618,313.1536,0.5855897,159.76878,88.30447,2666.3003,124.159225,109.791115,189.87415,858.4706,77.39913,58.235027,1172.8405,49.561153,80.91658,9.886998,31.137775,224.00218,12.344408,9.389982,62.30004,20.302866,4250.3647,18.271896,35.723213,16.514671,14.473531,318.6667,64.26676,36.72991,9.361469,9.136526,13.558153,55.273354,105.33231,51.50558,199.18652,20.156025,12.640064,60.09842,23.4523,25.926064,124.83513,11.434679,1.4632924,36.780373,11.41481,1207.6407,23.639038,0.9526286,72.26786,16.01608,146.59424,71.63988,100.05841,9.582984,105.51931,359.3324,255.71172,34.817184,227.89027,56.31027,46.18683,69.03823,146.18997,22.713938,55.14152,465.5892,9.638822,17.078022,283.2795,19.88157,9.605162,54.021885,46.825203,538.13696,143.94235,168.92728,1921.2047,38.746143,1598.5155,1445.0743,8.820446,6.8527155,1451.0267,17.3988,11.944048,383.7338,26.44654,47.393192,24.23968,72.45159,252.66698,366.45358,4.077848,34.558098,80.89017,330.58435,6.476317,85.35637,8.15971,1.4001685,57.72187,1.0417098,1.2344371,3.6731608,10.38025,24.347553,15.961721,25.167707,199.85966,40.08631,19.955357,30.945312,9.774745,107.282364,4.434896,98.568855,7.5703125,61.639545,7.346205,9.771179,22.339357,8.78471,24.25893,14.615029,1.0432619,54.81344,9.635817,213.31839,6.581516,251.79527,18.84954,1157.584,112.5836,3.0285318,8.944529,137.03227,171.97179,891.5343,941.4852 +2023-02-03 22:00:00,0.0,2133.271,33.681194,5.23003,11.931554,21.070833,187.5429,25.617716,43.113064,17.69672,25.981228,232.63237,141.7497,12.783843,47.92583,6.187162,3.922561,36.203842,94.2829,58.36029,452.74506,37.22694,435.1627,137.22203,49.15565,140.99365,215.27078,79.98397,986.206,260.63794,2113.7869,52.782005,2379.8093,653.39087,36.840176,29.507048,193.76807,221.28497,305.51852,962.1091,41.302082,15.341994,9.954105,492.99796,413.1676,106.52357,8.34406,561.6077,15.9455805,561.61505,10.645995,32.8016,0.0,964.0257,1800.8257,0.28338915,50.20205,15.239343,11723.529,36.141735,1.4842662,6.1097217,17.219007,16.39269,5.590992,9.610218,307.42706,37.149307,5.039659,0.9000451,6.022056,313.4298,0.5852598,159.9019,88.29584,2666.092,124.17361,109.80818,189.85301,859.17053,77.40166,58.247437,1172.1925,49.58035,80.87748,9.887889,31.146353,223.99353,12.342269,9.388627,62.32623,20.29681,4250.943,18.276936,35.708332,16.518267,14.484403,318.72223,64.32561,36.71875,9.361706,9.138794,13.583761,55.29415,105.43214,51.494793,199.23982,20.173416,12.649787,60.15334,23.473854,25.919369,124.89627,11.4475,1.4635937,36.752987,11.414218,1207.5985,23.64023,0.959499,72.416664,16.025381,146.72453,71.66944,100.15975,9.581041,105.52865,359.55493,256.0786,34.835087,228.01086,56.399307,46.1954,69.03966,146.21158,22.720848,55.15424,465.582,9.649244,17.0882,283.38406,19.865774,9.600151,54.075397,46.859936,538.4024,144.0138,168.93463,1921.2839,38.733902,1598.4438,1444.7822,8.81625,6.849132,1450.8038,17.398788,11.938889,383.6734,26.434896,47.37969,24.23095,72.42946,252.66466,366.3579,4.075875,34.549107,80.83894,330.54303,6.473822,85.35325,8.158159,1.4005936,57.723392,1.0420545,1.2348864,3.675643,10.379879,24.343084,15.95915,25.17014,199.8279,40.069443,19.946428,30.942709,9.770238,107.24479,4.4329863,98.41285,7.5677085,61.643353,7.3373513,9.761024,22.322657,8.785937,24.24405,14.599305,1.0431361,54.82494,9.633792,213.2733,6.580193,251.81079,18.846144,1157.4669,112.57733,3.0301902,8.94213,137.04306,171.98206,891.5407,941.367 +2023-02-03 23:00:00,0.0,2133.7444,33.67081,5.2293773,11.924237,21.076845,187.52353,25.61691,43.120213,17.70286,25.991245,232.49414,141.92067,12.782755,47.881725,6.198819,3.9208057,36.194164,94.19163,58.30573,452.6726,37.198967,435.01086,137.21744,49.120987,141.16212,215.19276,79.97825,985.8153,260.66565,2113.2783,52.765503,2379.7578,653.308,36.82919,29.500288,193.7226,221.14714,305.4594,962.4228,41.320686,15.336942,9.953554,493.34668,413.45477,106.45614,8.371988,561.07306,15.974811,561.17944,10.649373,32.822277,0.0,964.7553,1801.4769,0.28339425,50.17844,15.24612,11730.743,36.15849,1.484492,6.1274796,17.239939,16.414835,5.5970984,9.621181,307.55167,37.133186,5.054256,0.9005025,6.0254946,313.70602,0.5849299,160.03503,88.2872,2665.8838,124.187996,109.82526,189.83186,859.8705,77.40418,58.259842,1171.5446,49.59955,80.83837,9.888779,31.15493,223.98486,12.34013,9.387273,62.35242,20.290752,4251.5205,18.281975,35.69345,16.521862,14.495275,318.77777,64.38445,36.70759,9.361942,9.141061,13.60937,55.314953,105.53196,51.484,199.2931,20.190807,12.659511,60.20826,23.495409,25.912674,124.957405,11.460321,1.4638951,36.7256,11.413625,1207.5564,23.64142,0.9663694,72.565475,16.03468,146.85483,71.699005,100.26109,9.579098,105.53799,359.7775,256.44553,34.852985,228.13145,56.488346,46.203968,69.04109,146.23317,22.727757,55.166958,465.57483,9.659668,17.09838,283.4886,19.84998,9.59514,54.128906,46.894672,538.66785,144.08525,168.94199,1921.3634,38.721657,1598.3722,1444.4901,8.812054,6.845548,1450.581,17.398777,11.93373,383.613,26.423252,47.366184,24.222218,72.40733,252.66232,366.26224,4.0739017,34.54011,80.78773,330.50174,6.4713273,85.35013,8.15661,1.4010187,57.72491,1.0423992,1.2353357,3.6781251,10.379507,24.338614,15.956579,25.17257,199.79614,40.052578,19.9375,30.940104,9.765732,107.207214,4.4310765,98.25684,7.565104,61.64716,7.328497,9.75087,22.305956,8.787165,24.229168,14.583581,1.0430105,54.83644,9.631768,213.2282,6.5788703,251.82631,18.842749,1157.3499,112.57106,3.0318487,8.939733,137.05383,171.99232,891.5471,941.2487 +2023-02-04 00:00:00,0.0,2134.218,33.660423,5.2287245,11.91692,21.082857,187.50418,25.616106,43.127365,17.709002,26.001263,232.3559,142.09164,12.781667,47.83762,6.2104764,3.9190502,36.184486,94.10036,58.251167,452.60016,37.170998,434.85907,137.21286,49.086327,141.33058,215.11475,79.97253,985.42456,260.6934,2112.77,52.749,2379.7065,653.22516,36.818203,29.493528,193.67715,221.00931,305.4003,962.7366,41.339287,15.331888,9.953003,493.69537,413.74197,106.38872,8.399918,560.53845,16.00404,560.7438,10.65275,32.842953,0.0,965.48486,1802.128,0.28339934,50.154827,15.252898,11737.958,36.175243,1.4847178,6.145238,17.260868,16.43698,5.603205,9.632143,307.6763,37.117065,5.0688524,0.9009599,6.0289326,313.98224,0.58460003,160.16815,88.27857,2665.6758,124.20238,109.84232,189.81071,860.57043,77.4067,58.27225,1170.8966,49.618748,80.79927,9.889668,31.163507,223.9762,12.337991,9.385918,62.378613,20.284697,4252.098,18.287014,35.67857,16.525457,14.506146,318.83334,64.4433,36.69643,9.362179,9.143328,13.634978,55.335754,105.63179,51.473213,199.3464,20.208199,12.669234,60.26318,23.516964,25.905981,125.01855,11.473143,1.4641964,36.698215,11.413033,1207.5142,23.64261,0.9732398,72.71429,16.043978,146.98514,71.72857,100.362434,9.577155,105.547325,360.00003,256.8124,34.870888,228.25204,56.57738,46.21254,69.04252,146.25476,22.734667,55.179672,465.56763,9.670091,17.108559,283.59314,19.834185,9.59013,54.18242,46.929405,538.9333,144.1567,168.94934,1921.4427,38.709415,1598.3005,1444.1981,8.807857,6.8419642,1450.3583,17.398766,11.928572,383.5526,26.411608,47.35268,24.213488,72.3852,252.65999,366.16653,4.0719285,34.53112,80.7365,330.46042,6.4688325,85.347015,8.155059,1.4014437,57.72643,1.0427439,1.235785,3.680607,10.379135,24.334143,15.954009,25.175,199.76437,40.035713,19.928572,30.9375,9.761225,107.16964,4.429167,98.10084,7.5625,61.650963,7.319643,9.740715,22.289257,8.788393,24.214287,14.567857,1.0428847,54.847942,9.629745,213.1831,6.5775476,251.84183,18.839352,1157.2328,112.56479,3.033507,8.937335,137.0646,172.00261,891.5535,941.1305 +2023-02-04 01:00:00,0.0,2134.6914,33.65004,5.228072,11.909603,21.08887,187.48482,25.615301,43.134514,17.715143,26.01128,232.21767,142.26263,12.78058,47.79351,6.2221336,3.9172947,36.17481,94.00909,58.196606,452.52774,37.143024,434.70728,137.20828,49.051662,141.49905,215.03673,79.966805,985.0339,260.72113,2112.2617,52.732502,2379.655,653.1423,36.807217,29.486769,193.63171,220.87148,305.34122,963.0503,41.357887,15.326836,9.952451,494.0441,414.02914,106.32129,8.427846,560.0038,16.03327,560.3081,10.656127,32.86363,0.0,966.2145,1802.7793,0.28340444,50.131218,15.259676,11745.173,36.191998,1.4849436,6.162996,17.2818,16.459124,5.609312,9.6431055,307.80093,37.100945,5.0834494,0.90141726,6.0323706,314.25845,0.5842701,160.30127,88.26994,2665.4675,124.21677,109.85939,189.78957,861.2704,77.409225,58.284657,1170.2487,49.637947,80.76017,9.890559,31.172085,223.96753,12.335851,9.3845625,62.4048,20.27864,4252.676,18.292053,35.66369,16.529053,14.517018,318.8889,64.502144,36.68527,9.362415,9.145596,13.660586,55.356556,105.73161,51.462425,199.39969,20.225592,12.678958,60.3181,23.538519,25.899286,125.07968,11.485965,1.4644978,36.67083,11.412439,1207.472,23.6438,0.9801102,72.8631,16.053276,147.11543,71.75813,100.463776,9.5752125,105.556656,360.22256,257.17932,34.888786,228.37263,56.66642,46.22111,69.043945,146.27635,22.741575,55.19239,465.56046,9.680513,17.118738,283.6977,19.81839,9.585118,54.235928,46.96414,539.1987,144.22813,168.9567,1921.522,38.69717,1598.2288,1443.906,8.80366,6.8383803,1450.1355,17.398754,11.923413,383.49222,26.399963,47.339176,24.204756,72.363075,252.65767,366.07086,4.0699553,34.52213,80.68528,330.41913,6.466337,85.343895,8.153509,1.4018688,57.72795,1.0430886,1.2362343,3.6830893,10.378764,24.329672,15.951438,25.177431,199.73262,40.01885,19.919643,30.934896,9.756718,107.132065,4.427257,97.94483,7.559896,61.65477,7.3107886,9.73056,22.272556,8.78962,24.199406,14.552133,1.042759,54.859447,9.62772,213.13802,6.576225,251.85735,18.835957,1157.1157,112.55852,3.0351655,8.9349375,137.07538,172.01288,891.55994,941.0122 +2023-02-04 02:00:00,0.0,2135.165,33.639656,5.2274194,11.902286,21.094881,187.46547,25.614496,43.141666,17.721285,26.021297,232.07944,142.43361,12.779491,47.749405,6.233791,3.9155393,36.16513,93.917816,58.142044,452.4553,37.11505,434.55548,137.20369,49.017,141.66753,214.95871,79.961075,984.6432,260.74884,2111.7532,52.716,2379.6038,653.0594,36.796227,29.48001,193.58626,220.73364,305.2821,963.3641,41.376488,15.321782,9.9519,494.39282,414.31635,106.25387,8.455774,559.46924,16.0625,559.8725,10.659505,32.884304,0.0,966.94403,1803.4304,0.28340957,50.107605,15.266453,11752.388,36.20875,1.4851695,6.1807537,17.30273,16.481268,5.615419,9.654068,307.92554,37.084824,5.0980463,0.90187466,6.0358086,314.5347,0.5839402,160.4344,88.261314,2665.2593,124.23115,109.876465,189.76842,861.9704,77.41175,58.297066,1169.6007,49.657146,80.72107,9.891449,31.180664,223.95886,12.333712,9.383208,62.430992,20.272583,4253.254,18.297092,35.64881,16.532646,14.52789,318.94446,64.56099,36.674107,9.362652,9.147862,13.686195,55.377357,105.831436,51.451637,199.45299,20.242983,12.688682,60.37302,23.560074,25.892593,125.140816,11.498786,1.464799,36.643444,11.411846,1207.4298,23.64499,0.9869806,73.0119,16.062574,147.24573,71.7877,100.56512,9.57327,105.565994,360.44513,257.5462,34.90669,228.49323,56.75546,46.229683,69.04538,146.29794,22.748484,55.20511,465.55325,9.690937,17.128916,283.80222,19.802595,9.580108,54.28944,46.998875,539.4642,144.29959,168.96405,1921.6013,38.68493,1598.1571,1443.6139,8.799464,6.8347964,1449.9127,17.398743,11.918254,383.43182,26.388319,47.325672,24.196026,72.34094,252.65533,365.9752,4.0679817,34.513138,80.634056,330.37784,6.4638424,85.34078,8.151959,1.4022939,57.72947,1.0434332,1.2366836,3.6855712,10.378392,24.325203,15.948867,25.179861,199.70085,40.001984,19.910713,30.932291,9.752211,107.0945,4.4253473,97.78882,7.5572915,61.658577,7.3019347,9.720406,22.255856,8.790848,24.184525,14.536408,1.0426332,54.87095,9.625696,213.09293,6.574902,251.87288,18.83256,1156.9985,112.552246,3.0368242,8.93254,137.08615,172.02315,891.56635,940.894 +2023-02-04 03:00:00,0.0,2135.6387,33.629272,5.2267666,11.894969,21.100893,187.4461,25.613691,43.14882,17.727425,26.031315,231.94121,142.60458,12.778403,47.705296,6.245448,3.913784,36.155453,93.82654,58.08748,452.38287,37.087082,434.40366,137.19911,48.982338,141.836,214.88069,79.95535,984.25244,260.77658,2111.2449,52.699497,2379.5522,652.9765,36.78524,29.47325,193.54082,220.59581,305.22302,963.67786,41.39509,15.316729,9.951348,494.74155,414.60355,106.18644,8.483703,558.9346,16.09173,559.4368,10.662882,32.90498,0.0,967.6736,1804.0815,0.28341466,50.083992,15.273231,11759.602,36.225506,1.4853953,6.1985116,17.323662,16.503412,5.6215253,9.66503,308.05017,37.068703,5.1126432,0.90233207,6.039247,314.8109,0.58361036,160.56752,88.25268,2665.051,124.24553,109.89354,189.74727,862.67035,77.41427,58.30947,1168.9528,49.676346,80.68196,9.892339,31.189243,223.95021,12.331573,9.381853,62.457184,20.266527,4253.8315,18.302132,35.63393,16.536242,14.538762,319.0,64.619835,36.662945,9.362888,9.150129,13.711803,55.39816,105.93126,51.44085,199.50629,20.260374,12.698404,60.42794,23.581629,25.885899,125.20196,11.511607,1.4651004,36.61606,11.411254,1207.3876,23.646181,0.993851,73.16071,16.071873,147.37602,71.81726,100.66646,9.571327,105.57533,360.66766,257.91312,34.924587,228.61382,56.844494,46.238255,69.04681,146.31955,22.755394,55.217823,465.54608,9.70136,17.139095,283.90677,19.7868,9.575097,54.34295,47.033607,539.7297,144.37103,168.9714,1921.6807,38.672688,1598.0854,1443.3219,8.795267,6.8312125,1449.69,17.398731,11.913095,383.37143,26.376675,47.312164,24.187296,72.31881,252.653,365.87952,4.0660086,34.504143,80.58284,330.33652,6.4613476,85.33766,8.150409,1.4027189,57.73099,1.043778,1.2371329,3.6880534,10.378021,24.320732,15.946296,25.182291,199.66908,39.98512,19.901785,30.929688,9.7477045,107.05692,4.4234376,97.63281,7.5546875,61.662384,7.2930803,9.710251,22.239155,8.792076,24.169643,14.520684,1.0425074,54.88245,9.623672,213.04782,6.5735793,251.8884,18.829165,1156.8815,112.545975,3.0384827,8.930141,137.09694,172.03343,891.57275,940.77576 +2023-02-04 04:00:00,0.0,2136.112,33.618885,5.2261143,11.887651,21.106905,187.42674,25.612886,43.155968,17.733566,26.041334,231.80296,142.77557,12.777315,47.66119,6.2571054,3.9120286,36.145775,93.73527,58.032917,452.31042,37.05911,434.25186,137.19453,48.947674,142.00446,214.80267,79.94963,983.86176,260.8043,2110.7363,52.682995,2379.501,652.8936,36.774254,29.46649,193.49538,220.45798,305.1639,963.9916,41.41369,15.311676,9.950797,495.09027,414.89072,106.11901,8.511631,558.39996,16.12096,559.00116,10.666259,32.925655,0.0,968.4032,1804.7328,0.28341976,50.060383,15.280008,11766.816,36.24226,1.4856212,6.2162695,17.344591,16.525557,5.627632,9.675992,308.1748,37.05258,5.12724,0.9027894,6.042685,315.08713,0.58328044,160.70064,88.24405,2664.8428,124.25992,109.91061,189.72612,863.3703,77.416794,58.32188,1168.3049,49.69554,80.64286,9.8932295,31.197823,223.94154,12.3294325,9.380498,62.48337,20.260471,4254.409,18.30717,35.61905,16.539837,14.549634,319.05557,64.67868,36.651787,9.363126,9.152397,13.7374115,55.41896,106.03108,51.43006,199.55957,20.277765,12.708128,60.48286,23.603186,25.879204,125.26309,11.524428,1.4654018,36.588673,11.410661,1207.3455,23.647373,1.0007213,73.309525,16.081171,147.50632,71.846825,100.7678,9.569385,105.58467,360.89023,258.28,34.94249,228.7344,56.933533,46.246826,69.04823,146.34114,22.762302,55.23054,465.53888,9.711782,17.149275,284.01132,19.771004,9.5700865,54.39646,47.068344,539.9951,144.44247,168.97878,1921.76,38.660442,1598.0138,1443.0298,8.791071,6.827629,1449.467,17.39872,11.907937,383.31104,26.36503,47.29866,24.178564,72.296684,252.65068,365.7838,4.0640354,34.49515,80.53162,330.29523,6.458853,85.33455,8.148859,1.403144,57.73251,1.0441226,1.2375823,3.6905353,10.377649,24.316261,15.943725,25.184723,199.63733,39.968254,19.892857,30.927084,9.743197,107.01935,4.421528,97.47681,7.5520835,61.666187,7.284226,9.700096,22.222456,8.7933035,24.154762,14.50496,1.0423816,54.89395,9.621648,213.00273,6.5722566,251.90392,18.825768,1156.7644,112.539696,3.040141,8.927744,137.10771,172.0437,891.57916,940.6575 +2023-02-04 05:00:00,0.0,2136.5857,33.6085,5.2254615,11.880335,21.112917,187.4074,25.612082,43.16312,17.739708,26.051352,231.66473,142.94655,12.776227,47.61708,6.2687626,3.910273,36.136097,93.644,57.978355,452.238,37.031136,434.10007,137.18994,48.913013,142.17293,214.72466,79.94391,983.47107,260.83203,2110.228,52.666492,2379.4495,652.8107,36.763268,29.45973,193.44994,220.32014,305.1048,964.30536,41.432293,15.3066225,9.950246,495.439,415.17792,106.05159,8.539559,557.86536,16.15019,558.56555,10.669637,32.94633,0.0,969.13275,1805.3839,0.28342485,50.03677,15.286786,11774.031,36.259014,1.485847,6.2340274,17.365522,16.5477,5.633739,9.6869545,308.29944,37.03646,5.141837,0.9032468,6.046123,315.36334,0.58295053,160.83377,88.23542,2664.6345,124.2743,109.92767,189.70497,864.07025,77.41931,58.33429,1167.657,49.71474,80.60376,9.894119,31.2064,223.93288,12.327293,9.379144,62.509563,20.254414,4254.987,18.31221,35.604168,16.543432,14.560506,319.1111,64.737526,36.640625,9.363362,9.154664,13.7630205,55.43976,106.130905,51.41927,199.61287,20.295158,12.717852,60.53778,23.62474,25.87251,125.32423,11.5372505,1.4657031,36.561287,11.410068,1207.3032,23.648563,1.0075917,73.458336,16.09047,147.63663,71.87639,100.86914,9.567442,105.59401,361.11276,258.6469,34.96039,228.85501,57.02257,46.255394,69.04967,146.36273,22.76921,55.24326,465.5317,9.722206,17.159454,284.11588,19.755209,9.565075,54.44997,47.103077,540.26056,144.51393,168.98613,1921.8394,38.6482,1597.9421,1442.7377,8.786875,6.824045,1449.2443,17.398708,11.902778,383.25064,26.353386,47.285156,24.169834,72.27455,252.64835,365.68814,4.0620623,34.48616,80.48039,330.25394,6.456358,85.33143,8.147308,1.4035691,57.73403,1.0444673,1.2380316,3.6930175,10.377278,24.311792,15.941154,25.187153,199.60556,39.95139,19.883928,30.924479,9.73869,106.98177,4.419618,97.3208,7.549479,61.669994,7.275372,9.689941,22.205755,8.794531,24.139881,14.489236,1.0422559,54.905457,9.619624,212.95764,6.570934,251.91943,18.822372,1156.6473,112.533424,3.0417995,8.925346,137.11848,172.05397,891.5856,940.53925 +2023-02-04 06:00:00,0.0,2137.059,33.598118,5.2248087,11.873017,21.118929,187.38803,25.611277,43.170273,17.745848,26.061369,231.5265,143.11752,12.77514,47.572975,6.28042,3.9085176,36.12642,93.55273,57.923794,452.16556,37.003166,433.94824,137.18536,48.87835,142.3414,214.64664,79.93819,983.0803,260.85977,2109.7197,52.64999,2379.3982,652.7279,36.75228,29.45297,193.40448,220.18231,305.04572,964.6191,41.450893,15.30157,9.949694,495.78772,415.4651,105.98416,8.567488,557.33075,16.17942,558.1299,10.673014,32.967007,0.0,969.8624,1806.0352,0.28342995,50.01316,15.293564,11781.246,36.27577,1.4860729,6.2517853,17.386452,16.569845,5.639846,9.697917,308.42404,37.02034,5.1564336,0.9037042,6.0495615,315.63956,0.5826206,160.96689,88.22678,2664.4265,124.28869,109.94475,189.68382,864.7702,77.42184,58.346695,1167.009,49.73394,80.56465,9.89501,31.214977,223.92421,12.325154,9.377789,62.535755,20.248358,4255.565,18.31725,35.589287,16.547028,14.571378,319.1667,64.79637,36.629463,9.363599,9.156931,13.788629,55.46056,106.230736,51.40848,199.66615,20.31255,12.727575,60.5927,23.646296,25.865816,125.38537,11.550072,1.4660045,36.5339,11.409475,1207.2611,23.649754,1.0144621,73.60714,16.099768,147.76692,71.90595,100.97048,9.565498,105.60335,361.33533,259.0138,34.97829,228.9756,57.111607,46.263966,69.051094,146.38432,22.776121,55.255978,465.5245,9.732629,17.169634,284.2204,19.739414,9.560064,54.503483,47.137814,540.526,144.58537,168.99348,1921.9186,38.635956,1597.8704,1442.4457,8.782679,6.8204613,1449.0215,17.398697,11.897619,383.19025,26.341742,47.271652,24.161102,72.25242,252.64601,365.59247,4.060089,34.477165,80.42918,330.21262,6.453863,85.328316,8.145759,1.4039941,57.73555,1.044812,1.2384809,3.6954997,10.376906,24.307322,15.938582,25.189583,199.57379,39.934525,19.875,30.921875,9.734183,106.9442,4.4177084,97.164795,7.546875,61.6738,7.2665176,9.679786,22.189054,8.795758,24.125,14.473512,1.0421301,54.916958,9.6175995,212.91255,6.569611,251.93495,18.818975,1156.5302,112.52715,3.043458,8.922949,137.12926,172.06424,891.592,940.42096 +2023-02-04 07:00:00,0.0,2137.5327,33.587734,5.2241564,11.865701,21.12494,187.36868,25.610472,43.17742,17.75199,26.071386,231.38828,143.28851,12.774052,47.52887,6.292077,3.9067624,36.11674,93.46146,57.869232,452.0931,36.975193,433.79645,137.18077,48.843685,142.50986,214.56862,79.932465,982.68964,260.88748,2109.2112,52.633488,2379.3467,652.645,36.74129,29.44621,193.35904,220.04448,304.9866,964.93286,41.469494,15.296516,9.949142,496.13644,415.7523,105.91674,8.595416,556.7961,16.20865,557.6942,10.676391,32.987682,0.0,970.5919,1806.6863,0.28343508,49.989548,15.300342,11788.46,36.292522,1.4862987,6.269543,17.407383,16.59199,5.645952,9.708879,308.54868,37.004215,5.1710305,0.9041616,6.0529995,315.91577,0.58229077,161.1,88.218155,2664.2183,124.30307,109.961815,189.66267,865.4702,77.42436,58.359104,1166.3611,49.75314,80.52555,9.8959,31.223557,223.91554,12.323015,9.376434,62.561943,20.2423,4256.1426,18.322289,35.574406,16.550623,14.58225,319.22223,64.85522,36.618305,9.363835,9.159199,13.814237,55.48136,106.33056,51.397694,199.71945,20.32994,12.737298,60.64762,23.66785,25.859121,125.4465,11.562893,1.4663059,36.506516,11.408882,1207.2189,23.650944,1.0213326,73.75595,16.109068,147.89722,71.93552,101.07182,9.563556,105.612686,361.55786,259.3807,34.99619,229.09619,57.200645,46.272537,69.05252,146.40591,22.78303,55.268692,465.51733,9.7430525,17.179811,284.32495,19.72362,9.555054,54.55699,47.172546,540.79144,144.65683,169.00084,1921.9979,38.623714,1597.7987,1442.1536,8.7784815,6.8168774,1448.7987,17.398685,11.892461,383.12985,26.330097,47.25815,24.152372,72.23029,252.64369,365.4968,4.058116,34.468174,80.37795,330.17133,6.4513683,85.325195,8.144209,1.4044192,57.73707,1.0451566,1.2389302,3.6979816,10.376535,24.30285,15.936011,25.192015,199.54204,39.91766,19.866072,30.919271,9.729677,106.906624,4.4157987,97.00879,7.544271,61.67761,7.2576637,9.669631,22.172356,8.796987,24.110119,14.4577875,1.0420045,54.92846,9.615576,212.86746,6.5682883,251.95047,18.81558,1156.4131,112.52088,3.0451167,8.920551,137.14003,172.07452,891.5983,940.30273 +2023-02-04 08:00:00,0.0,2138.0063,33.577347,5.2235036,11.858383,21.130953,187.34932,25.609667,43.184574,17.758131,26.081404,231.25003,143.45949,12.772964,47.48476,6.3037343,3.905007,36.10706,93.370186,57.814667,452.0207,36.94722,433.64465,137.1762,48.809025,142.67833,214.4906,79.926735,982.29895,260.91522,2108.703,52.61699,2379.2954,652.56213,36.730305,29.439451,193.3136,219.90665,304.92752,965.2466,41.488094,15.291463,9.948591,496.48517,416.0395,105.84931,8.623344,556.2615,16.23788,557.2586,10.679769,33.008358,0.0,971.32153,1807.3374,0.28344017,49.96594,15.307119,11795.675,36.309277,1.4865246,6.287301,17.428314,16.614134,5.652059,9.719842,308.6733,36.988094,5.1856275,0.904619,6.0564375,316.19202,0.58196086,161.23312,88.209526,2664.01,124.31746,109.97888,189.64153,866.17017,77.42688,58.37151,1165.7131,49.77234,80.48645,9.89679,31.232136,223.90688,12.320875,9.375079,62.588135,20.236244,4256.72,18.327328,35.559525,16.554218,14.593122,319.27777,64.914055,36.607143,9.364072,9.161466,13.839846,55.502163,106.43038,51.386906,199.77275,20.347332,12.747022,60.70254,23.689405,25.852428,125.507645,11.575714,1.4666071,36.47913,11.40829,1207.1766,23.652134,1.028203,73.90476,16.118366,148.02751,71.96508,101.173164,9.561613,105.622025,361.78043,259.7476,35.01409,229.21678,57.289684,46.28111,69.053955,146.4275,22.78994,55.28141,465.51013,9.753475,17.189991,284.4295,19.707825,9.550043,54.610504,47.207283,541.0569,144.72827,169.0082,1922.0773,38.61147,1597.727,1441.8615,8.774285,6.8132935,1448.5759,17.398674,11.887301,383.0695,26.318453,47.244644,24.14364,72.20816,252.64136,365.40112,4.056143,34.459183,80.32673,330.13,6.4488735,85.32208,8.142658,1.4048443,57.73859,1.0455014,1.2393795,3.7004638,10.3761635,24.298382,15.93344,25.194445,199.51027,39.900795,19.857143,30.916666,9.72517,106.86905,4.413889,96.85278,7.5416665,61.68141,7.2488093,9.659476,22.155655,8.798214,24.09524,14.442063,1.0418787,54.939964,9.613552,212.82236,6.5669656,251.966,18.812183,1156.296,112.51461,3.046775,8.918153,137.15082,172.0848,891.60474,940.18445 +2023-02-04 09:00:00,0.0,2138.4797,33.566963,5.222851,11.851067,21.136965,187.32996,25.608862,43.191727,17.76427,26.091421,231.1118,143.63046,12.771875,47.440655,6.3153915,3.9032514,36.09738,93.278915,57.760105,451.94824,36.91925,433.49283,137.17162,48.77436,142.8468,214.41258,79.92101,981.9082,260.94293,2108.1943,52.600487,2379.244,652.47925,36.71932,29.432692,193.26813,219.7688,304.8684,965.56036,41.506695,15.28641,9.94804,496.8339,416.32666,105.78188,8.651273,555.72687,16.26711,556.82294,10.6831455,33.029034,0.0,972.05115,1807.9886,0.28344527,49.942326,15.313897,11802.89,36.32603,1.4867504,6.305059,17.449244,16.636278,5.658166,9.7308035,308.7979,36.971973,5.2002244,0.9050764,6.0598755,316.46823,0.58163095,161.36626,88.2009,2663.8018,124.33184,109.99596,189.62038,866.8701,77.429405,58.38392,1165.0652,49.79154,80.44735,9.89768,31.240711,223.89822,12.318736,9.373724,62.614326,20.230188,4257.298,18.332367,35.544643,16.557814,14.603993,319.33334,64.9729,36.59598,9.364308,9.163733,13.865454,55.522964,106.530205,51.376118,199.82603,20.364725,12.756745,60.75746,23.71096,25.845734,125.56878,11.588536,1.4669085,36.451744,11.407697,1207.1345,23.653324,1.0350734,74.05357,16.127665,148.1578,71.994644,101.274506,9.55967,105.63136,362.00296,260.1145,35.03199,229.33737,57.378723,46.28968,69.05538,146.44911,22.796848,55.29413,465.50296,9.763898,17.20017,284.53403,19.69203,9.5450325,54.664013,47.242016,541.3223,144.79971,169.01555,1922.1565,38.599228,1597.6554,1441.5695,8.770089,6.8097095,1448.3531,17.398663,11.882143,383.0091,26.306808,47.23114,24.13491,72.18603,252.63902,365.30542,4.0541697,34.45019,80.27551,330.0887,6.4463787,85.31896,8.1411085,1.4052694,57.74011,1.045846,1.2398288,3.7029457,10.3757925,24.293911,15.930869,25.196875,199.4785,39.88393,19.848213,30.914062,9.720663,106.831474,4.411979,96.69677,7.5390625,61.68522,7.2399554,9.649322,22.138954,8.799441,24.080359,14.426339,1.0417529,54.951466,9.611527,212.77727,6.565643,251.98152,18.808788,1156.179,112.50834,3.0484335,8.915755,137.16159,172.09506,891.61115,940.0662 +2023-02-04 10:00:00,0.0,2138.9534,33.55658,5.222198,11.843749,21.142977,187.31061,25.608057,43.198875,17.770412,26.101439,230.97357,143.80145,12.770787,47.396545,6.327049,3.901496,36.087704,93.18764,57.705544,451.87582,36.891277,433.34103,137.16702,48.7397,143.01527,214.33456,79.91529,981.5175,260.97067,2107.686,52.583984,2379.1926,652.39636,36.708332,29.425932,193.22269,219.63097,304.8093,965.8741,41.5253,15.281357,9.947489,497.1826,416.61386,105.71446,8.679201,555.19226,16.29634,556.38727,10.6865225,33.04971,0.0,972.78064,1808.6398,0.28345037,49.918716,15.320675,11810.104,36.342785,1.4869763,6.322817,17.470175,16.658422,5.664273,9.741766,308.92255,36.955853,5.2148213,0.90553373,6.063314,316.74445,0.5813011,161.49937,88.19226,2663.5935,124.34623,110.01302,189.59923,867.57007,77.43193,58.396324,1164.4172,49.810738,80.40824,9.89857,31.24929,223.88956,12.316597,9.37237,62.640514,20.22413,4257.876,18.337406,35.529762,16.561409,14.614865,319.3889,65.031746,36.58482,9.364545,9.166,13.891062,55.543766,106.63003,51.365326,199.87933,20.382116,12.766469,60.81238,23.732515,25.83904,125.62991,11.601357,1.4672098,36.42436,11.407104,1207.0923,23.654514,1.0419438,74.20238,16.136963,148.2881,72.02421,101.37585,9.557728,105.6407,362.22552,260.48138,35.049892,229.45796,57.46776,46.298252,69.05681,146.4707,22.803757,55.306847,465.49576,9.774322,17.21035,284.63858,19.676233,9.540021,54.717525,47.276752,541.5878,144.87117,169.0229,1922.2358,38.586987,1597.5836,1441.2773,8.765893,6.806126,1448.1304,17.398651,11.876985,382.9487,26.295164,47.217636,24.126179,72.1639,252.6367,365.20975,4.052196,34.441196,80.22429,330.04742,6.443884,85.31585,8.139558,1.4056944,57.74163,1.0461907,1.2402781,3.705428,10.375421,24.28944,15.928298,25.199306,199.44675,39.86706,19.839285,30.911459,9.716157,106.7939,4.4100695,96.540764,7.5364585,61.689026,7.231101,9.639167,22.122255,8.80067,24.065477,14.410615,1.0416272,54.962967,9.609504,212.73218,6.56432,251.99704,18.805391,1156.0618,112.50206,3.050092,8.913358,137.17236,172.10535,891.61755,939.94794 +2023-02-04 11:00:00,0.0,2139.4268,33.546196,5.2215457,11.836432,21.148989,187.29124,25.607252,43.206028,17.776554,26.111456,230.83534,143.97243,12.769699,47.35244,6.338706,3.8997407,36.078026,93.09637,57.65098,451.80338,36.863308,433.18924,137.16245,48.705036,143.18373,214.25655,79.90957,981.12683,260.9984,2107.1777,52.567482,2379.141,652.3135,36.697346,29.419172,193.17725,219.49313,304.7502,966.18787,41.5439,15.276303,9.946938,497.5313,416.90103,105.64703,8.7071295,554.65765,16.325571,555.95166,10.689899,33.070385,0.0,973.51025,1809.291,0.28345546,49.895103,15.327453,11817.318,36.35954,1.487202,6.340575,17.491104,16.680567,5.670379,9.752728,309.04718,36.93973,5.2294183,0.90599114,6.066752,317.02066,0.5809712,161.63249,88.18363,2663.3853,124.36061,110.03009,189.5781,868.27,77.43445,58.408733,1163.7693,49.829933,80.36914,9.89946,31.25787,223.88089,12.314457,9.371015,62.666706,20.218075,4258.4536,18.342443,35.51488,16.565004,14.625737,319.44446,65.09059,36.57366,9.364781,9.168267,13.916671,55.564568,106.72985,51.354538,199.93262,20.399508,12.776193,60.867302,23.75407,25.832346,125.691055,11.614179,1.4675112,36.396973,11.406511,1207.0502,23.655706,1.0488142,74.35119,16.146261,148.41841,72.05377,101.47719,9.555785,105.65004,362.44806,260.8483,35.06779,229.57855,57.556797,46.30682,69.05824,146.4923,22.810667,55.31956,465.4886,9.784744,17.220528,284.74313,19.660439,9.53501,54.771034,47.311485,541.8533,144.94261,169.03026,1922.3152,38.57474,1597.512,1440.9852,8.761696,6.802542,1447.9075,17.39864,11.871825,382.8883,26.28352,47.20413,24.117449,72.14177,252.63437,365.11407,4.050223,34.432205,80.173065,330.0061,6.441389,85.31273,8.138008,1.4061195,57.74315,1.0465354,1.2407274,3.70791,10.37505,24.284971,15.925728,25.201736,199.41498,39.850197,19.830357,30.908854,9.71165,106.756325,4.4081597,96.38476,7.533854,61.692833,7.222247,9.629012,22.105555,8.801897,24.050596,14.394891,1.0415014,54.97447,9.607479,212.68709,6.5629973,252.01256,18.801996,1155.9447,112.49579,3.0517504,8.91096,137.18314,172.11562,891.62396,939.8297 +2023-02-04 12:00:00,0.0,2139.9004,33.535812,5.220893,11.829115,21.154999,187.27188,25.606447,43.21318,17.782696,26.121473,230.6971,144.1434,12.768612,47.308334,6.3503633,3.8979852,36.068348,93.0051,57.59642,451.73096,36.835335,433.0374,137.15787,48.670372,143.3522,214.17853,79.90385,980.7361,261.02612,2106.6692,52.55098,2379.0898,652.23065,36.686356,29.412413,193.1318,219.3553,304.6911,966.5016,41.5625,15.271251,9.946385,497.88004,417.18823,105.57961,8.735059,554.12305,16.354801,555.516,10.693277,33.09106,0.0,974.23987,1809.9421,0.28346056,49.87149,15.33423,11824.533,36.37629,1.487428,6.358333,17.512035,16.70271,5.676486,9.763691,309.17178,36.92361,5.2440147,0.90644854,6.07019,317.29688,0.58064127,161.76562,88.175,2663.1772,124.375,110.04716,189.55695,868.97,77.43697,58.42114,1163.1213,49.849133,80.33004,9.900351,31.266447,223.87222,12.312318,9.369659,62.692894,20.212017,4259.0312,18.347483,35.5,16.5686,14.636609,319.5,65.14944,36.5625,9.365018,9.170534,13.942279,55.585365,106.82968,51.34375,199.98592,20.416899,12.785915,60.922222,23.775625,25.825651,125.75219,11.627,1.4678125,36.369587,11.405918,1207.0079,23.656897,1.0556846,74.5,16.15556,148.5487,72.08333,101.57853,9.553842,105.65938,362.6706,261.21518,35.085693,229.69914,57.645836,46.31539,69.05967,146.51389,22.817575,55.33228,465.48138,9.795167,17.230707,284.8477,19.644644,9.53,54.824547,47.346222,542.1187,145.01405,169.03761,1922.3945,38.5625,1597.4403,1440.6932,8.7575,6.7989583,1447.6847,17.398628,11.866667,382.8279,26.271875,47.190624,24.108717,72.119644,252.63203,365.0184,4.0482497,34.423214,80.12184,329.9648,6.4388943,85.309616,8.136458,1.4065446,57.744667,1.04688,1.2411768,3.710392,10.374678,24.2805,15.923157,25.204166,199.38321,39.833332,19.821428,30.90625,9.707143,106.71875,4.40625,96.22875,7.53125,61.696636,7.2133927,9.618857,22.088854,8.803124,24.035715,14.379167,1.0413756,54.985973,9.605455,212.642,6.5616746,252.02808,18.7986,1155.8276,112.48952,3.053409,8.908563,137.19391,172.12589,891.6304,939.7114 +2023-02-04 13:00:00,0.0,2140.374,33.525425,5.22024,11.821797,21.16101,187.25253,25.605642,43.22033,17.788836,26.13149,230.55887,144.31439,12.767524,47.264225,6.3620205,3.8962297,36.05867,92.913826,57.541855,451.6585,36.80736,432.88562,137.15327,48.63571,143.52068,214.10051,79.89812,980.3454,261.05386,2106.161,52.534477,2379.0386,652.14777,36.67537,29.405653,193.08635,219.21747,304.63202,966.81537,41.5811,15.266197,9.945834,498.22876,417.47543,105.512184,8.762987,553.5884,16.384031,555.0803,10.696654,33.111736,0.0,974.9695,1810.5934,0.28346568,49.84788,15.341008,11831.748,36.393044,1.4876537,6.376091,17.532967,16.724854,5.682593,9.774653,309.29642,36.90749,5.2586117,0.9069059,6.0736284,317.5731,0.58031136,161.89874,88.16637,2662.969,124.38938,110.064224,189.5358,869.67,77.4395,58.433548,1162.4735,49.868332,80.29094,9.90124,31.275024,223.86356,12.310179,9.368305,62.719086,20.205961,4259.609,18.352522,35.48512,16.572195,14.647481,319.55557,65.20828,36.55134,9.365254,9.172801,13.967887,55.606167,106.929504,51.332962,200.0392,20.434292,12.795639,60.977142,23.79718,25.818958,125.813324,11.639822,1.4681138,36.3422,11.405326,1206.9658,23.658087,1.062555,74.64881,16.164858,148.679,72.11289,101.67987,9.551899,105.66872,362.89316,261.5821,35.103592,229.81973,57.73487,46.323963,69.0611,146.53548,22.824486,55.344997,465.4742,9.805591,17.240887,284.9522,19.628849,9.524989,54.87806,47.380955,542.38416,145.08551,169.04497,1922.4739,38.550255,1597.3687,1440.4011,8.753304,6.7953744,1447.4619,17.398615,11.861508,382.76752,26.260231,47.17712,24.099987,72.09751,252.6297,364.92273,4.0462766,34.41422,80.070625,329.9235,6.4363995,85.306496,8.134908,1.4069695,57.74619,1.0472248,1.2416261,3.7128742,10.374307,24.27603,15.920586,25.206596,199.35146,39.816467,19.8125,30.903646,9.702636,106.681175,4.4043403,96.07275,7.528646,61.700443,7.204539,9.608703,22.072155,8.804353,24.020834,14.363442,1.0412499,54.997475,9.603432,212.5969,6.560352,252.0436,18.795204,1155.7106,112.483246,3.0550675,8.906164,137.2047,172.13615,891.6368,939.5932 +2023-02-04 14:00:00,0.0,2140.8474,33.51504,5.219588,11.814481,21.167023,187.23317,25.604837,43.22748,17.794977,26.141508,230.42064,144.48537,12.766436,47.22012,6.3736777,3.8944743,36.048992,92.822556,57.487293,451.58606,36.779392,432.73383,137.1487,48.601048,143.68915,214.02249,79.892395,979.9547,261.08157,2105.6523,52.51798,2378.987,652.0649,36.664383,29.398893,193.04091,219.07964,304.5729,967.1291,41.5997,15.261145,9.945283,498.57748,417.7626,105.444756,8.7909155,553.0538,16.413261,554.6447,10.700031,33.132412,0.0,975.699,1811.2445,0.28347078,49.82427,15.347786,11838.962,36.409798,1.4878796,6.393849,17.553898,16.746998,5.6886997,9.785615,309.42105,36.89137,5.2732086,0.9073633,6.0770664,317.8493,0.5799815,162.03186,88.15774,2662.7607,124.40377,110.0813,189.51465,870.36993,77.44202,58.445953,1161.8256,49.88753,80.25183,9.902131,31.283604,223.8549,12.30804,9.36695,62.745277,20.199905,4260.1865,18.357561,35.470238,16.57579,14.658353,319.6111,65.26713,36.54018,9.365492,9.175069,13.993496,55.62697,107.02933,51.322174,200.0925,20.451683,12.805363,61.032063,23.818735,25.812263,125.874466,11.652643,1.4684151,36.31481,11.404733,1206.9236,23.659277,1.0694253,74.79762,16.174156,148.8093,72.142456,101.78121,9.549956,105.67805,363.1157,261.94897,35.121494,229.94032,57.82391,46.332535,69.06253,146.55707,22.831394,55.357716,465.467,9.816013,17.251066,285.05676,19.613054,9.519978,54.93157,47.41569,542.6496,145.15695,169.05232,1922.5532,38.538013,1597.297,1440.109,8.749106,6.7917905,1447.2391,17.398603,11.856349,382.70712,26.248587,47.163616,24.091255,72.07538,252.62738,364.82703,4.0443034,34.405228,80.0194,329.8822,6.433904,85.30338,8.133358,1.4073946,57.747707,1.0475694,1.2420754,3.715356,10.373935,24.271559,15.918015,25.209028,199.31969,39.799603,19.803572,30.901041,9.69813,106.6436,4.4024305,95.91674,7.5260415,61.70425,7.1956844,9.598548,22.055454,8.80558,24.005953,14.347718,1.0411242,55.008976,9.601407,212.5518,6.559029,252.05913,18.791807,1155.5934,112.476974,3.056726,8.903767,137.21547,172.14644,891.6432,939.4749 +2023-02-04 15:00:00,0.0,2141.321,33.504658,5.218935,11.807163,21.173035,187.21382,25.604033,43.234634,17.801119,26.151525,230.28241,144.65634,12.7653475,47.17601,6.385335,3.8927188,36.039314,92.731285,57.43273,451.51364,36.75142,432.582,137.14412,48.566387,143.8576,213.94447,79.88667,979.56396,261.1093,2105.144,52.501476,2378.9358,651.982,36.653397,29.392134,192.99547,218.9418,304.5138,967.4429,41.618305,15.256091,9.944732,498.9262,418.0498,105.377335,8.818844,552.51917,16.442492,554.20905,10.703409,33.153088,0.0,976.42865,1811.8956,0.28347588,49.80066,15.354564,11846.177,36.42655,1.4881054,6.411607,17.574827,16.769142,5.6948066,9.796577,309.54565,36.875248,5.2878056,0.9078207,6.0805044,318.12555,0.5796516,162.165,88.14911,2662.5525,124.41815,110.098366,189.4935,871.0699,77.44454,58.458363,1161.1776,49.90673,80.21273,9.903021,31.292183,223.84624,12.3059,9.365595,62.771465,20.193848,4260.7646,18.3626,35.455357,16.579386,14.669224,319.6667,65.32597,36.52902,9.365728,9.177336,14.019104,55.64777,107.12915,51.311382,200.1458,20.469074,12.815086,61.086983,23.84029,25.80557,125.9356,11.665464,1.4687165,36.287426,11.4041395,1206.8813,23.660467,1.0762957,74.94643,16.183456,148.93959,72.17202,101.88256,9.548014,105.687386,363.33826,262.3159,35.139393,230.06091,57.91295,46.341106,69.06396,146.57867,22.838303,55.37043,465.45984,9.826436,17.261244,285.16132,19.59726,9.514967,54.98508,47.450424,542.91504,145.2284,169.05968,1922.6324,38.52577,1597.2252,1439.817,8.74491,6.7882066,1447.0164,17.398592,11.851191,382.64673,26.236942,47.150112,24.082525,72.05325,252.62505,364.73135,4.0423303,34.396236,79.96818,329.8409,6.4314094,85.30026,8.131807,1.4078197,57.74923,1.0479141,1.2425247,3.7178383,10.373564,24.26709,15.915443,25.211458,199.28793,39.782738,19.794643,30.898438,9.693623,106.606026,4.400521,95.760735,7.5234375,61.708057,7.1868305,9.588393,22.038754,8.8068075,23.991072,14.331994,1.0409985,55.020477,9.599383,212.50671,6.5577064,252.07465,18.788412,1155.4763,112.4707,3.0583844,8.901369,137.22624,172.15671,891.6496,939.3567 +2023-02-04 16:00:00,0.0,2141.7944,33.494274,5.218282,11.799847,21.179047,187.19446,25.60323,43.241783,17.807259,26.161543,230.14417,144.82733,12.764259,47.131905,6.396992,3.8909636,36.029636,92.64001,57.37817,451.4412,36.723446,432.4302,137.13953,48.531723,144.02608,213.86646,79.88095,979.1733,261.13705,2104.6357,52.484974,2378.8843,651.8991,36.64241,29.385374,192.95001,218.80397,304.4547,967.75665,41.636906,15.251038,9.9441805,499.27493,418.33698,105.309906,8.846772,551.9845,16.471722,553.7734,10.706786,33.173763,0.0,977.1582,1812.5469,0.28348097,49.777046,15.3613405,11853.392,36.443306,1.4883313,6.4293647,17.595757,16.791286,5.700913,9.80754,309.6703,36.859127,5.3024025,0.90827805,6.0839424,318.40176,0.5793217,162.29811,88.14048,2662.3442,124.43253,110.11543,189.47235,871.76984,77.44707,58.47077,1160.5297,49.92593,80.17363,9.903911,31.30076,223.83757,12.303761,9.364241,62.797657,20.187792,4261.3423,18.36764,35.440475,16.582981,14.680096,319.72223,65.38482,36.517857,9.365965,9.179603,14.044712,55.66857,107.22897,51.300594,200.19908,20.486465,12.824809,61.141903,23.861845,25.798876,125.996735,11.678286,1.4690179,36.26004,11.403547,1206.8392,23.661657,1.0831661,75.09524,16.192755,149.0699,72.201584,101.9839,9.546071,105.696724,363.5608,262.68277,35.157295,230.1815,58.001984,46.349678,69.065384,146.60027,22.845213,55.38315,465.45264,9.83686,17.271423,285.26587,19.581463,9.509956,55.03859,47.48516,543.1805,145.29985,169.06703,1922.7118,38.513527,1597.1536,1439.5249,8.740714,6.784623,1446.7936,17.39858,11.846032,382.58633,26.225298,47.13661,24.073795,72.03112,252.62271,364.63568,4.040357,34.387245,79.91696,329.7996,6.4289145,85.29715,8.130258,1.4082448,57.750748,1.0482588,1.242974,3.7203202,10.373192,24.262619,15.912872,25.213888,199.25616,39.765873,19.785713,30.895834,9.689116,106.56845,4.398611,95.60472,7.5208335,61.71186,7.177976,9.5782385,22.022053,8.808036,23.97619,14.31627,1.0408727,55.031982,9.59736,212.46162,6.5563836,252.09016,18.785015,1155.3593,112.46443,3.0600429,8.898972,137.23701,172.16698,891.656,939.2384 +2023-02-04 17:00:00,0.0,2142.268,33.483887,5.21763,11.792529,21.185059,187.1751,25.602425,43.248936,17.8134,26.17156,230.00594,144.9983,12.763172,47.087795,6.4086494,3.889208,36.01996,92.54874,57.32361,451.36877,36.695477,432.2784,137.13495,48.49706,144.19455,213.78844,79.87523,978.78253,261.16476,2104.1272,52.46847,2378.833,651.8162,36.63142,29.378614,192.90457,218.66614,304.3956,968.0704,41.655506,15.245985,9.943628,499.62366,418.62418,105.242485,8.874701,551.44995,16.500952,553.33777,10.710163,33.19444,0.0,977.88776,1813.198,0.28348607,49.753437,15.368118,11860.605,36.46006,1.4885571,6.4471226,17.616688,16.81343,5.70702,9.818502,309.79492,36.843006,5.3169994,0.90873545,6.087381,318.67798,0.5789918,162.43123,88.13184,2662.136,124.44692,110.13251,189.4512,872.4698,77.449585,58.483177,1159.8817,49.945126,80.13453,9.904801,31.30934,223.8289,12.301621,9.362885,62.82385,20.181736,4261.92,18.372679,35.425594,16.586576,14.690968,319.77777,65.443665,36.506695,9.366201,9.18187,14.070321,55.689373,107.3288,51.289806,200.25238,20.503859,12.834533,61.196823,23.8834,25.792181,126.05788,11.691108,1.4693192,36.232655,11.402954,1206.797,23.66285,1.0900365,75.24405,16.202053,149.2002,72.23115,102.08524,9.544128,105.70606,363.78336,263.04968,35.175194,230.3021,58.091022,46.358246,69.06681,146.62186,22.852121,55.395866,465.44547,9.847282,17.281603,285.3704,19.565668,9.504946,55.092102,47.519894,543.446,145.37129,169.07439,1922.791,38.501286,1597.0819,1439.2328,8.736518,6.781039,1446.5707,17.39857,11.840873,382.52594,26.213654,47.123104,24.065063,72.00899,252.62039,364.54,4.0383835,34.37825,79.86574,329.7583,6.4264197,85.29403,8.128708,1.4086698,57.752266,1.0486035,1.2434233,3.7228024,10.372821,24.258148,15.910301,25.21632,199.2244,39.74901,19.776785,30.893229,9.684609,106.530876,4.3967013,95.448715,7.518229,61.715668,7.169122,9.568084,22.005354,8.809263,23.96131,14.300546,1.0407469,55.043484,9.595335,212.41653,6.555061,252.10568,18.78162,1155.2422,112.45815,3.0617015,8.896574,137.2478,172.17726,891.6624,939.1202 +2023-02-04 18:00:00,0.0,2142.7417,33.473503,5.216977,11.7852125,21.19107,187.15575,25.60162,43.25609,17.819542,26.18158,229.8677,145.16928,12.762084,47.04369,6.4203067,3.8874526,36.01028,92.457466,57.269043,451.29633,36.667503,432.1266,137.13036,48.4624,144.363,213.71042,79.86951,978.39185,261.1925,2103.619,52.45197,2378.7815,651.7334,36.620434,29.371855,192.85913,218.5283,304.3365,968.38416,41.674107,15.2409315,9.943077,499.97238,418.91138,105.17506,8.902629,550.9153,16.530182,552.9021,10.713541,33.215115,0.0,978.6174,1813.8492,0.2834912,49.729824,15.374896,11867.82,36.476814,1.488783,6.4648805,17.637619,16.835575,5.7131267,9.829465,309.91956,36.826885,5.3315964,0.90919286,6.090819,318.9542,0.5786619,162.56436,88.123215,2661.928,124.4613,110.149574,189.43005,873.1698,77.45211,58.495586,1159.2338,49.964325,80.09542,9.905691,31.317917,223.82024,12.299481,9.36153,62.850037,20.175678,4262.4976,18.377718,35.410713,16.590172,14.701839,319.83334,65.50251,36.495537,9.366438,9.184137,14.095929,55.71017,107.42862,51.27902,200.30566,20.52125,12.844256,61.251743,23.904955,25.785488,126.11901,11.703929,1.4696206,36.20527,11.402362,1206.7549,23.66404,1.0969069,75.39286,16.211351,149.33049,72.26071,102.186584,9.542185,105.7154,364.0059,263.41656,35.193096,230.42268,58.18006,46.366817,69.068245,146.64345,22.85903,55.408585,465.43826,9.857706,17.291782,285.47495,19.549873,9.499935,55.14561,47.55463,543.7114,145.44275,169.08176,1922.8705,38.48904,1597.0103,1438.9408,8.732321,6.7774553,1446.3479,17.398558,11.835714,382.46555,26.20201,47.1096,24.056334,71.98686,252.61806,364.4443,4.0364103,34.36926,79.814514,329.717,6.423925,85.29091,8.127157,1.4090949,57.753788,1.0489482,1.2438726,3.7252846,10.372449,24.25368,15.90773,25.21875,199.19264,39.732143,19.767857,30.890625,9.680102,106.4933,4.3947916,95.29271,7.515625,61.719475,7.160268,9.557929,21.988653,8.810491,23.94643,14.2848215,1.0406212,55.054985,9.593311,212.37143,6.553738,252.1212,18.778223,1155.125,112.45188,3.06336,8.8941765,137.25858,172.18753,891.66876,939.0019 +2023-02-04 19:00:00,0.0,2143.215,33.46312,5.2163243,11.777895,21.197083,187.13638,25.600815,43.263237,17.825684,26.191597,229.72948,145.34027,12.760996,46.999584,6.431964,3.8856971,36.000603,92.366196,57.21448,451.22388,36.639534,431.9748,137.12578,48.427734,144.53148,213.6324,79.86378,978.00116,261.2202,2103.1106,52.435467,2378.7302,651.6505,36.609447,29.365095,192.81367,218.39047,304.2774,968.6979,41.692707,15.235879,9.942526,500.3211,419.19855,105.10763,8.930557,550.3807,16.559412,552.46643,10.716918,33.23579,0.0,979.3469,1814.5004,0.2834963,49.706215,15.381674,11875.035,36.49357,1.4890089,6.4826384,17.65855,16.85772,5.7192335,9.840426,310.04416,36.810764,5.346193,0.9096502,6.094257,319.2304,0.578332,162.69748,88.114586,2661.7197,124.47569,110.16664,189.4089,873.86975,77.454636,58.50799,1158.5858,49.983524,80.05632,9.906582,31.326494,223.81158,12.297342,9.360176,62.87623,20.169622,4263.0757,18.382757,35.395832,16.593765,14.712711,319.8889,65.561356,36.484375,9.366674,9.186404,14.121537,55.730972,107.52845,51.26823,200.35896,20.538641,12.85398,61.306664,23.92651,25.778793,126.18015,11.71675,1.4699218,36.177883,11.401769,1206.7126,23.66523,1.1037773,75.541664,16.22065,149.46078,72.290276,102.287926,9.540242,105.72474,364.22845,263.78348,35.210995,230.54327,58.2691,46.37539,69.06967,146.66504,22.86594,55.4213,465.4311,9.868129,17.30196,285.5795,19.534079,9.494924,55.199123,47.589363,543.97687,145.51419,169.08911,1922.9498,38.4768,1596.9385,1438.6487,8.728125,6.7738714,1446.1251,17.398546,11.830556,382.40515,26.190365,47.096096,24.047602,71.96473,252.61572,364.34863,4.034437,34.360268,79.7633,329.6757,6.42143,85.287796,8.1256075,1.40952,57.755306,1.0492928,1.2443221,3.7277665,10.372078,24.249208,15.905159,25.22118,199.16087,39.71528,19.758928,30.888021,9.675595,106.45573,4.392882,95.1367,7.513021,61.72328,7.1514134,9.547774,21.971952,8.811719,23.93155,14.269097,1.0404954,55.06649,9.591288,212.32634,6.5524154,252.13672,18.774828,1155.0079,112.44561,3.0650184,8.891778,137.26935,172.1978,891.6752,938.88367 +2023-02-04 20:00:00,0.0,2143.6887,33.452736,5.215672,11.770578,21.203094,187.11703,25.60001,43.27039,17.831823,26.201614,229.59123,145.51125,12.759908,46.955475,6.443621,3.883942,35.990925,92.274925,57.15992,451.15146,36.61156,431.823,137.1212,48.393074,144.69995,213.55437,79.858055,977.6104,261.24796,2102.602,52.41897,2378.6787,651.5676,36.59846,29.358335,192.76823,218.25264,304.2183,969.01166,41.71131,15.230825,9.941975,500.6698,419.48575,105.04021,8.958486,549.84607,16.588642,552.0308,10.720295,33.256466,0.0,980.07654,1815.1515,0.2835014,49.682602,15.388452,11882.25,36.510323,1.4892347,6.5003963,17.67948,16.879864,5.72534,9.851389,310.1688,36.794643,5.36079,0.9101076,6.097695,319.50662,0.5780021,162.8306,88.10596,2661.5115,124.490074,110.18371,189.38776,874.5697,77.45715,58.5204,1157.9379,50.002724,80.01722,9.907472,31.335072,223.80292,12.295203,9.358821,62.90242,20.163567,4263.6533,18.387796,35.38095,16.59736,14.723583,319.94446,65.6202,36.473213,9.366911,9.188672,14.147146,55.751774,107.62827,51.25744,200.41226,20.556032,12.863704,61.361584,23.948065,25.772099,126.24129,11.729571,1.4702232,36.150497,11.4011755,1206.6704,23.66642,1.1106477,75.690475,16.229948,149.59108,72.31984,102.38927,9.5383,105.73408,364.451,264.15036,35.228897,230.66386,58.358135,46.38396,69.0711,146.68665,22.872849,55.434017,465.4239,9.8785515,17.31214,285.68402,19.518284,9.489913,55.252632,47.6241,544.2423,145.58563,169.09647,1923.029,38.464554,1596.8668,1438.3566,8.723928,6.7702875,1445.9023,17.398535,11.825397,382.34476,26.17872,47.08259,24.038872,71.9426,252.6134,364.25296,4.032464,34.351273,79.712074,329.6344,6.4189353,85.284676,8.124058,1.409945,57.75683,1.0496376,1.2447714,3.7302487,10.371706,24.244738,15.902588,25.223612,199.1291,39.698414,19.75,30.885416,9.671088,106.41815,4.390972,94.9807,7.5104165,61.727085,7.1425595,9.53762,21.955254,8.812946,23.916668,14.253373,1.0403696,55.07799,9.589263,212.28125,6.5510926,252.15225,18.771431,1154.8909,112.43934,3.0666769,8.88938,137.28012,172.20807,891.6816,938.7654 +2023-02-04 21:00:00,0.0,2144.162,33.44235,5.215019,11.763261,21.209106,187.09767,25.599205,43.27754,17.837965,26.211632,229.453,145.68222,12.75882,46.91137,6.4552784,3.8821864,35.981247,92.183655,57.10536,451.079,36.583588,431.6712,137.11661,48.35841,144.86842,213.47635,79.85233,977.2197,261.2757,2102.0938,52.402466,2378.6274,651.48474,36.587475,29.351576,192.7228,218.1148,304.1592,969.3254,41.72991,15.225772,9.941423,501.01852,419.77292,104.97278,8.986414,549.3114,16.617872,551.59515,10.723673,33.27714,0.0,980.8061,1815.8027,0.28350648,49.658993,15.395229,11889.464,36.527077,1.4894606,6.518154,17.70041,16.902008,5.7314467,9.862351,310.29343,36.778522,5.3753867,0.910565,6.1011333,319.78287,0.57767224,162.96373,88.09732,2661.3032,124.50446,110.200775,189.36661,875.26965,77.45968,58.532806,1157.2899,50.021923,79.97812,9.908361,31.34365,223.79425,12.293064,9.357466,62.928608,20.157509,4264.231,18.392836,35.36607,16.600956,14.734455,320.0,65.67905,36.462055,9.367147,9.190939,14.172754,55.772575,107.728096,51.24665,200.46555,20.573425,12.873426,61.416504,23.969622,25.765406,126.30242,11.7423935,1.4705245,36.12311,11.400583,1206.6283,23.66761,1.1175181,75.83929,16.239246,149.72139,72.3494,102.49061,9.536357,105.743416,364.67355,264.51727,35.246796,230.78445,58.447174,46.392532,69.07253,146.70824,22.879759,55.446735,465.41672,9.888975,17.322319,285.78857,19.50249,9.484902,55.306145,47.658833,544.50775,145.65709,169.10382,1923.1084,38.452312,1596.7952,1438.0646,8.719732,6.7667036,1445.6796,17.398523,11.820238,382.28436,26.167076,47.069084,24.03014,71.92047,252.61107,364.1573,4.030491,34.34228,79.66085,329.59308,6.4164405,85.28156,8.122507,1.4103701,57.758347,1.0499822,1.2452207,3.7327306,10.371335,24.240269,15.900017,25.226042,199.09735,39.68155,19.741072,30.882812,9.666582,106.38058,4.3890624,94.82469,7.5078125,61.730892,7.133705,9.527465,21.938553,8.814174,23.901787,14.237649,1.0402439,55.089493,9.587239,212.23616,6.54977,252.16777,18.768036,1154.7738,112.43307,3.0683353,8.886983,137.2909,172.21835,891.688,938.64716 +2023-02-04 22:00:00,0.0,2144.6357,33.431965,5.2143664,11.755944,21.215118,187.07831,25.5984,43.28469,17.844107,26.22165,229.31477,145.85321,12.757731,46.86726,6.4669356,3.880431,35.971565,92.092384,57.050797,451.0066,36.55562,431.51938,137.11203,48.323746,145.03688,213.39833,79.84661,976.82904,261.3034,2101.5852,52.385963,2378.576,651.40186,36.576485,29.344816,192.67735,217.97697,304.1001,969.63916,41.748512,15.220719,9.940872,501.36725,420.06012,104.90536,9.014342,548.7768,16.647102,551.1595,10.72705,33.297817,0.0,981.5357,1816.4539,0.28351158,49.63538,15.402007,11896.679,36.54383,1.4896864,6.5359125,17.72134,16.924152,5.7375536,9.873314,310.41803,36.7624,5.3899837,0.91102237,6.1045713,320.05908,0.57734233,163.09685,88.08869,2661.095,124.518845,110.21785,189.34546,875.9696,77.4622,58.545216,1156.6421,50.041122,79.93901,9.909252,31.35223,223.78558,12.290924,9.356112,62.9548,20.151453,4264.8086,18.397875,35.35119,16.604551,14.745327,320.05557,65.73789,36.450893,9.367384,9.193206,14.198362,55.793377,107.82792,51.235863,200.51884,20.590816,12.88315,61.471424,23.991177,25.75871,126.36356,11.755215,1.4708259,36.095726,11.39999,1206.586,23.6688,1.1243885,75.9881,16.248545,149.85168,72.37897,102.59195,9.534414,105.752754,364.8961,264.88416,35.264698,230.90504,58.536213,46.401104,69.07396,146.72983,22.886667,55.459454,465.40952,9.899398,17.332499,285.89313,19.486692,9.479892,55.359653,47.69357,544.7732,145.72853,169.11118,1923.1877,38.44007,1596.7235,1437.7725,8.715535,6.76312,1445.4568,17.398512,11.81508,382.22397,26.155432,47.05558,24.02141,71.89834,252.60873,364.0616,4.0285177,34.33329,79.60963,329.5518,6.4139457,85.27844,8.120957,1.4107952,57.759865,1.050327,1.24567,3.7352128,10.370963,24.235798,15.897447,25.228472,199.06558,39.664684,19.732143,30.880209,9.662075,106.343,4.3871527,94.668686,7.5052085,61.7347,7.124851,9.51731,21.921852,8.815402,23.886906,14.221925,1.0401182,55.100994,9.585215,212.19107,6.548447,252.18329,18.764639,1154.6566,112.426796,3.069994,8.884585,137.30168,172.22862,891.6944,938.5289 +2023-02-04 23:00:00,0.0,2145.1094,33.42158,5.213714,11.748627,21.22113,187.05896,25.597595,43.291843,17.850246,26.231667,229.17654,146.02419,12.756644,46.823154,6.478593,3.8786755,35.961887,92.00111,56.99623,450.93414,36.527645,431.36758,137.10745,48.289085,145.20535,213.32031,79.84089,976.4383,261.33115,2101.077,52.36946,2378.5247,651.31903,36.5655,29.338057,192.6319,217.83913,304.041,969.9529,41.767113,15.215666,9.94032,501.71597,420.34732,104.83793,9.042271,548.2422,16.676332,550.7238,10.730427,33.318493,0.0,982.26526,1817.1051,0.2835167,49.611767,15.408785,11903.894,36.560585,1.4899123,6.5536704,17.742271,16.946297,5.7436604,9.884276,310.54266,36.74628,5.4045806,0.9114798,6.1080093,320.3353,0.5770124,163.22997,88.08006,2660.887,124.53323,110.234924,189.32431,876.6696,77.46472,58.55762,1155.9941,50.06032,79.89991,9.910142,31.360807,223.77692,12.288785,9.354756,62.98099,20.145395,4265.3867,18.402914,35.33631,16.608147,14.756199,320.1111,65.79673,36.43973,9.36762,9.195474,14.223971,55.81418,107.92774,51.225075,200.57213,20.608208,12.892874,61.526344,24.012732,25.752018,126.4247,11.768036,1.4711273,36.06834,11.399398,1206.544,23.66999,1.1312588,76.1369,16.257843,149.98198,72.40853,102.69329,9.532472,105.76209,365.11865,265.25107,35.282597,231.02563,58.625248,46.40967,69.075386,146.75142,22.893576,55.472168,465.40234,9.909821,17.342678,285.99768,19.470898,9.47488,55.413166,47.728302,545.03864,145.79997,169.11853,1923.2671,38.427826,1596.6519,1437.4805,8.711339,6.7595363,1445.234,17.3985,11.80992,382.16357,26.143787,47.042076,24.012678,71.87621,252.60641,363.9659,4.0265446,34.3243,79.55841,329.5105,6.411451,85.27533,8.119407,1.4112203,57.761387,1.0506716,1.2461193,3.737695,10.370592,24.231327,15.894876,25.230904,199.03381,39.647816,19.723213,30.877604,9.657568,106.305435,4.385243,94.51267,7.502604,61.738506,7.115997,9.507155,21.905153,8.816629,23.872025,14.206201,1.0399925,55.1125,9.583191,212.14597,6.5471244,252.1988,18.761244,1154.5396,112.42052,3.0716524,8.882188,137.31245,172.23889,891.7008,938.41064 +2023-02-05 00:00:00,0.0,2145.5828,33.411198,5.2130613,11.74131,21.227142,187.0396,25.59679,43.298992,17.856388,26.241684,229.0383,146.19516,12.755556,46.779045,6.49025,3.8769202,35.95221,91.909836,56.94167,450.86172,36.499672,431.2158,137.10286,48.25442,145.37383,213.2423,79.83516,976.0476,261.35886,2100.5686,52.35296,2378.4731,651.23615,36.554512,29.331297,192.58646,217.7013,303.9819,970.26666,41.785713,15.210613,9.939769,502.0647,420.6345,104.7705,9.0702,547.7076,16.705563,550.2882,10.733804,33.33917,0.0,982.9949,1817.7562,0.2835218,49.588158,15.415563,11911.108,36.57734,1.490138,6.5714283,17.763203,16.968441,5.749767,9.895238,310.6673,36.73016,5.4191775,0.9119372,6.111448,320.6115,0.5766825,163.3631,88.07143,2660.6787,124.547615,110.252,189.30318,877.36957,77.46725,58.57003,1155.3462,50.079517,79.86081,9.911032,31.369387,223.76826,12.286646,9.353401,63.00718,20.13934,4265.9644,18.407953,35.32143,16.611742,14.767071,320.1667,65.855576,36.42857,9.367858,9.197741,14.249579,55.83498,108.027565,51.214287,200.62543,20.625599,12.902597,61.581264,24.034286,25.745323,126.48583,11.780857,1.4714285,36.040955,11.398805,1206.5017,23.671183,1.1381292,76.28571,16.267143,150.11227,72.438095,102.79463,9.530528,105.77143,365.3412,265.61795,35.3005,231.14622,58.714287,46.418243,69.07682,146.77301,22.900486,55.484886,465.39514,9.920244,17.352856,286.1022,19.455103,9.46987,55.466675,47.76304,545.30414,145.87143,169.12589,1923.3464,38.415585,1596.5801,1437.1884,8.707143,6.7559524,1445.0111,17.398489,11.804762,382.10318,26.132143,47.028572,24.003948,71.85408,252.60408,363.87024,4.0245714,34.315304,79.50719,329.46918,6.408956,85.27221,8.117857,1.4116453,57.762905,1.0510162,1.2465686,3.740177,10.37022,24.226858,15.892304,25.233334,199.00206,39.63095,19.714285,30.875,9.653061,106.26786,4.383333,94.35667,7.5,61.74231,7.107143,9.497001,21.888453,8.817857,23.857143,14.190476,1.0398667,55.124,9.581167,212.10088,6.5458016,252.21432,18.757847,1154.4225,112.414246,3.0733109,8.879789,137.32323,172.24918,891.7072,938.29236 +2023-02-05 01:00:00,0.0,2146.0564,33.40081,5.2124085,11.733993,21.233154,187.02025,25.595985,43.306145,17.86253,26.251701,228.90007,146.36615,12.754468,46.73494,6.5019073,3.8751647,35.94253,91.818565,56.887108,450.78928,36.471703,431.06396,137.09828,48.21976,145.5423,213.16428,79.82944,975.6569,261.3866,2100.06,52.336456,2378.4219,651.15326,36.543526,29.324537,192.54102,217.56346,303.9228,970.5804,41.804314,15.20556,9.939218,502.41342,420.9217,104.70308,9.098128,547.173,16.734793,549.85254,10.737182,33.359844,0.0,983.7245,1818.4075,0.2835269,49.564545,15.42234,11918.322,36.594093,1.490364,6.589186,17.784132,16.990585,5.7558737,9.9062,310.7919,36.71404,5.433774,0.9123945,6.114886,320.88773,0.57635266,163.49622,88.0628,2660.4705,124.562004,110.269066,189.28203,878.0695,77.469765,58.58244,1154.6982,50.098717,79.8217,9.911922,31.377964,223.7596,12.284506,9.352047,63.03337,20.133284,4266.542,18.412992,35.30655,16.615337,14.777943,320.22223,65.91442,36.41741,9.368094,9.200007,14.2751875,55.855778,108.127396,51.2035,200.67871,20.642992,12.91232,61.636185,24.055841,25.738628,126.546974,11.793679,1.4717299,36.01357,11.3982115,1206.4596,23.672373,1.1449996,76.434525,16.276442,150.24257,72.46766,102.89597,9.528585,105.78077,365.56372,265.98486,35.318398,231.26682,58.803326,46.426815,69.07825,146.7946,22.907394,55.497604,465.38794,9.930667,17.363035,286.20676,19.439308,9.464859,55.520187,47.79777,545.5696,145.94287,169.13324,1923.4257,38.40334,1596.5084,1436.8962,8.702946,6.7523685,1444.7883,17.398478,11.799603,382.0428,26.120499,47.015068,23.995216,71.83195,252.60175,363.77457,4.022598,34.306313,79.45596,329.4279,6.4064612,85.2691,8.116307,1.4120704,57.764427,1.051361,1.2470179,3.742659,10.369848,24.222387,15.889733,25.235764,198.97029,39.614086,19.705357,30.872396,9.648555,106.230286,4.3814235,94.20066,7.497396,61.746117,7.0982885,9.486846,21.871752,8.819084,23.842262,14.174752,1.0397409,55.1355,9.579143,212.05579,6.544479,252.22984,18.754452,1154.3054,112.407974,3.0749693,8.877392,137.334,172.25945,891.7136,938.17413 +2023-02-05 02:00:00,0.0,2146.5298,33.390427,5.211756,11.726676,21.239166,187.00089,25.59518,43.313297,17.868671,26.261719,228.76184,146.53712,12.75338,46.690834,6.5135646,3.8734093,35.932854,91.727295,56.832546,450.71683,36.44373,430.91217,137.09369,48.185097,145.71075,213.08626,79.823715,975.2662,261.41434,2099.5518,52.319954,2378.3704,651.0704,36.53254,29.317778,192.49554,217.42563,303.8637,970.89417,41.822918,15.200506,9.938666,502.76215,421.20886,104.63565,9.126057,546.63837,16.764023,549.4169,10.740559,33.38052,0.0,984.454,1819.0586,0.283532,49.540936,15.429118,11925.537,36.610847,1.4905897,6.606944,17.805063,17.01273,5.7619805,9.917163,310.91653,36.697918,5.448371,0.9128519,6.118324,321.16394,0.57602274,163.62933,88.05417,2660.2622,124.576385,110.28613,189.26088,878.7695,77.47229,58.594845,1154.0503,50.117916,79.7826,9.912812,31.386543,223.75093,12.282367,9.350692,63.059563,20.127226,4267.1196,18.41803,35.291668,16.618933,14.788815,320.27777,65.97327,36.40625,9.368331,9.202274,14.3007965,55.87658,108.22722,51.192707,200.73201,20.660383,12.922044,61.691105,24.077396,25.731936,126.60811,11.8065,1.4720312,35.986183,11.397619,1206.4174,23.673563,1.15187,76.583336,16.28574,150.37288,72.49722,102.997314,9.526643,105.79011,365.7863,266.35175,35.3363,231.3874,58.89236,46.435387,69.07967,146.81621,22.914303,55.51032,465.38077,9.941091,17.373215,286.3113,19.423513,9.459848,55.573696,47.832508,545.835,146.01431,169.1406,1923.505,38.391098,1596.4368,1436.6042,8.69875,6.7487845,1444.5656,17.398466,11.794445,381.98242,26.108854,47.001564,23.986486,71.80982,252.59941,363.6789,4.0206246,34.29732,79.40475,329.3866,6.4039664,85.265976,8.114757,1.4124955,57.765945,1.0517056,1.2474672,3.745141,10.369477,24.217916,15.887162,25.238194,198.93854,39.59722,19.696428,30.869791,9.644048,106.19271,4.3795137,94.044655,7.4947915,61.749924,7.0894346,9.476691,21.855053,8.8203125,23.827381,14.159028,1.0396152,55.147003,9.577119,212.0107,6.543156,252.24538,18.751055,1154.1884,112.4017,3.0766277,8.874994,137.34477,172.26971,891.72003,938.05585 +2023-02-05 03:00:00,0.0,2147.0034,33.380043,5.2111034,11.719358,21.245178,186.98152,25.594376,43.320446,17.874811,26.271736,228.62361,146.7081,12.752292,46.646725,6.525222,3.8716538,35.923176,91.636024,56.777985,450.6444,36.415756,430.76038,137.08911,48.150433,145.87923,213.00824,79.81799,974.8755,261.44205,2099.0432,52.303455,2378.319,650.9875,36.52155,29.311018,192.4501,217.2878,303.8046,971.2079,41.84152,15.195454,9.938115,503.11087,421.49606,104.56823,9.153985,546.1037,16.793253,548.98126,10.743936,33.401196,0.0,985.1836,1819.7097,0.2835371,49.517323,15.435896,11932.752,36.6276,1.4908156,6.624702,17.825993,17.034874,5.7680874,9.928125,311.04117,36.681797,5.462968,0.91330934,6.121762,321.44016,0.57569283,163.76247,88.04554,2660.054,124.590775,110.3032,189.23973,879.4694,77.474815,58.607254,1153.4023,50.137115,79.7435,9.913703,31.395123,223.74226,12.280228,9.349337,63.08575,20.12117,4267.6978,18.423069,35.276787,16.622528,14.799686,320.33334,66.03211,36.39509,9.368567,9.204542,14.326405,55.89738,108.32704,51.18192,200.78531,20.677774,12.931767,61.746025,24.098951,25.72524,126.66925,11.819322,1.4723326,35.958797,11.397026,1206.3751,23.674753,1.1587404,76.73214,16.295038,150.50317,72.52679,103.098656,9.5247,105.79944,366.00882,266.71866,35.3542,231.508,58.9814,46.44396,69.08111,146.8378,22.921213,55.523037,465.37357,9.951513,17.383394,286.41583,19.407719,9.454837,55.62721,47.86724,546.10046,146.08577,169.14795,1923.5844,38.378853,1596.3651,1436.3121,8.694553,6.7452006,1444.3428,17.398455,11.789286,381.92203,26.09721,46.98806,23.977755,71.78769,252.59709,363.5832,4.0186515,34.288326,79.35352,329.34528,6.401471,85.26286,8.113207,1.4129205,57.767467,1.0520504,1.2479166,3.7476232,10.369105,24.213446,15.884591,25.240625,198.90677,39.580357,19.6875,30.867188,9.639541,106.155136,4.377604,93.88865,7.4921875,61.75373,7.08058,9.4665365,21.838352,8.82154,23.8125,14.143303,1.0394894,55.15851,9.575095,211.9656,6.5418334,252.2609,18.74766,1154.0712,112.39543,3.0782864,8.872597,137.35556,172.27998,891.72644,937.9376 +2023-02-05 04:00:00,0.0,2147.477,33.36966,5.2104506,11.712042,21.25119,186.96217,25.59357,43.3276,17.880953,26.281754,228.48537,146.87909,12.7512045,46.60262,6.536879,3.8698986,35.913498,91.544754,56.72342,450.57196,36.387787,430.60855,137.08453,48.115772,146.0477,212.93022,79.81227,974.4848,261.4698,2098.535,52.286953,2378.2676,650.9046,36.510563,29.304258,192.40466,217.14996,303.74548,971.52167,41.86012,15.1904,9.937563,503.4596,421.78326,104.5008,9.181913,545.5691,16.822483,548.5456,10.7473135,33.42187,0.0,985.9132,1820.361,0.28354222,49.493713,15.442674,11939.966,36.644352,1.4910414,6.64246,17.846924,17.057018,5.774194,9.939088,311.16577,36.665676,5.477565,0.9137667,6.1252003,321.7164,0.5753629,163.89558,88.0369,2659.8457,124.605156,110.32027,189.21858,880.16943,77.47733,58.61966,1152.7544,50.156315,79.7044,9.914593,31.403698,223.7336,12.278089,9.347982,63.111942,20.115112,4268.2754,18.428108,35.261906,16.626123,14.810558,320.3889,66.09096,36.38393,9.368804,9.206809,14.352013,55.918182,108.426865,51.17113,200.8386,20.695166,12.941491,61.800945,24.120506,25.718548,126.730385,11.832143,1.472634,35.93141,11.396434,1206.333,23.675943,1.1656108,76.88095,16.304337,150.63347,72.55635,103.2,9.522758,105.80878,366.23138,267.08554,35.3721,231.62859,59.07044,46.45253,69.082535,146.85939,22.928122,55.535755,465.3664,9.961936,17.393572,286.5204,19.391922,9.449826,55.680717,47.901978,546.3659,146.15721,169.1553,1923.6636,38.36661,1596.2935,1436.02,8.690357,6.741617,1444.12,17.398441,11.784127,381.86163,26.085566,46.974556,23.969025,71.76556,252.59476,363.48752,4.0166783,34.279335,79.3023,329.304,6.3989763,85.25974,8.111656,1.4133456,57.768986,1.052395,1.2483659,3.7501051,10.368734,24.208977,15.88202,25.243055,198.875,39.56349,19.678572,30.864584,9.635035,106.11756,4.3756943,93.73264,7.4895835,61.757534,7.0717263,9.456381,21.821651,8.822767,23.797619,14.127579,1.0393636,55.17001,9.573071,211.9205,6.5405107,252.27641,18.744263,1153.9541,112.38916,3.0799448,8.870199,137.36633,172.29027,891.7328,937.81934 +2023-02-05 05:00:00,0.0,2147.9504,33.359276,5.2097983,11.704724,21.257202,186.94281,25.592766,43.33475,17.887094,26.29177,228.34714,147.05006,12.750116,46.55851,6.5485363,3.868143,35.90382,91.453476,56.668858,450.49954,36.359814,430.45676,137.07994,48.08111,146.21616,212.8522,79.80655,974.09406,261.4975,2098.0266,52.27045,2378.2163,650.8218,36.499577,29.297499,192.35922,217.01213,303.6864,971.83545,41.87872,15.185348,9.937012,503.8083,422.07043,104.43337,9.209842,545.0345,16.851713,548.1099,10.75069,33.442547,0.0,986.6428,1821.0121,0.2835473,49.4701,15.4494505,11947.181,36.661106,1.4912673,6.660218,17.867855,17.079163,5.7803006,9.950049,311.2904,36.649555,5.4921618,0.9142241,6.1286383,321.9926,0.57503307,164.0287,88.028275,2659.6377,124.61954,110.33734,189.19743,880.8694,77.47986,58.63207,1152.1064,50.175514,79.66529,9.9154825,31.412277,223.72495,12.275949,9.346627,63.138134,20.109056,4268.853,18.433147,35.247025,16.629719,14.82143,320.44446,66.1498,36.37277,9.3690405,9.209076,14.377621,55.938984,108.52669,51.160343,200.89189,20.712557,12.951215,61.85586,24.142061,25.711853,126.79152,11.844964,1.4729353,35.904026,11.395841,1206.2908,23.677134,1.1724812,77.02976,16.313635,150.76376,72.585915,103.30134,9.520815,105.818115,366.45392,267.45245,35.39,231.74918,59.159473,46.461098,69.08396,146.88098,22.935032,55.548473,465.3592,9.97236,17.403751,286.62494,19.376127,9.444816,55.73423,47.93671,546.63135,146.22867,169.16266,1923.7429,38.35437,1596.2217,1435.728,8.68616,6.7380333,1443.8972,17.39843,11.778969,381.80124,26.073921,46.96105,23.960295,71.74343,252.59242,363.39185,4.014705,34.270344,79.25108,329.26266,6.3964815,85.25663,8.110106,1.4137707,57.770504,1.0527396,1.2488152,3.7525873,10.368362,24.204506,15.879449,25.245485,198.84325,39.546627,19.669643,30.861979,9.6305275,106.07999,4.3737845,93.57664,7.486979,61.76134,7.062872,9.446226,21.804953,8.823996,23.78274,14.111855,1.039238,55.18151,9.571047,211.87541,6.539188,252.29193,18.740868,1153.837,112.38289,3.0816033,8.867801,137.3771,172.30054,891.7392,937.7011 +2023-02-05 06:00:00,0.0,2148.424,33.34889,5.2091455,11.697408,21.263214,186.92346,25.59196,43.3419,17.893234,26.301788,228.20891,147.22104,12.749028,46.514404,6.5601935,3.8663876,35.894142,91.362206,56.614296,450.4271,36.331844,430.30496,137.07536,48.046448,146.38463,212.77419,79.80082,973.70337,261.52524,2097.518,52.25395,2378.1648,650.7389,36.48859,29.29074,192.31377,216.8743,303.6273,972.1492,41.89732,15.180294,9.9364605,504.157,422.35764,104.36595,9.23777,544.4999,16.880943,547.6743,10.754067,33.463223,0.0,987.3723,1821.6633,0.2835524,49.44649,15.456228,11954.3955,36.67786,1.4914931,6.6779757,17.888786,17.101307,5.7864075,9.961012,311.41504,36.633434,5.5067587,0.9146815,6.1320763,322.26883,0.57470316,164.16182,88.019646,2659.4294,124.63393,110.35441,189.17628,881.56934,77.48238,58.644474,1151.4585,50.194714,79.62619,9.916373,31.420855,223.71628,12.273809,9.345273,63.16432,20.103,4269.4307,18.438187,35.232143,16.633314,14.832302,320.5,66.20865,36.361607,9.369277,9.211344,14.40323,55.959785,108.62651,51.149555,200.94518,20.72995,12.9609375,61.91078,24.163616,25.705158,126.85266,11.857786,1.4732366,35.87664,11.395247,1206.2487,23.678324,1.1793516,77.17857,16.322933,150.89406,72.61548,103.40268,9.518871,105.82745,366.67648,267.81934,35.4079,231.86977,59.248512,46.46967,69.085396,146.90257,22.94194,55.561188,465.35202,9.982782,17.41393,286.7295,19.360332,9.439805,55.78774,47.971447,546.8968,146.30011,169.17001,1923.8223,38.342125,1596.15,1435.4359,8.681964,6.7344494,1443.6744,17.398418,11.773809,381.74084,26.062277,46.947544,23.951563,71.7213,252.5901,363.29617,4.012732,34.26135,79.19986,329.22137,6.3939867,85.25351,8.108557,1.4141958,57.772026,1.0530844,1.2492645,3.7550695,10.367991,24.200035,15.876878,25.247917,198.81148,39.529762,19.660713,30.859375,9.62602,106.04241,4.371875,93.42062,7.484375,61.76515,7.054018,9.436071,21.788252,8.825223,23.767859,14.09613,1.0391122,55.193012,9.569023,211.83032,6.537865,252.30745,18.73747,1153.72,112.37661,3.0832617,8.865403,137.38788,172.3108,891.7456,937.5828 +2023-02-05 07:00:00,0.0,2148.8977,33.338505,5.2084928,11.69009,21.269226,186.9041,25.591156,43.349052,17.899376,26.311808,228.07068,147.39203,12.74794,46.470295,6.571851,3.8646321,35.884464,91.270935,56.559734,450.35468,36.30387,430.15314,137.07079,48.011784,146.5531,212.69617,79.7951,973.3127,261.55298,2097.0098,52.237446,2378.1135,650.656,36.477604,29.28398,192.26833,216.73647,303.5682,972.46295,41.915924,15.1752405,9.935909,504.50574,422.6448,104.29852,9.265698,543.9652,16.910173,547.23865,10.757445,33.4839,0.0,988.1019,1822.3145,0.2835575,49.42288,15.463006,11961.61,36.694614,1.491719,6.6957335,17.909716,17.123451,5.7925143,9.971974,311.53967,36.617313,5.521355,0.91513884,6.1355147,322.54504,0.57437325,164.29495,88.01101,2659.2212,124.64831,110.371475,189.15514,882.2693,77.4849,58.656883,1150.8107,50.21391,79.58709,9.917263,31.429434,223.70761,12.27167,9.343918,63.190514,20.096943,4270.009,18.443226,35.217262,16.63691,14.843174,320.55557,66.267494,36.350445,9.3695135,9.213611,14.428838,55.980587,108.72634,51.138763,200.99847,20.747341,12.970661,61.965702,24.185171,25.698465,126.913795,11.870607,1.4735379,35.849255,11.394655,1206.2064,23.679516,1.1862221,77.32738,16.332232,151.02435,72.645035,103.50402,9.516929,105.83679,366.89902,268.18625,35.4258,231.99036,59.33755,46.47824,69.08682,146.92418,22.948849,55.573906,465.34482,9.993205,17.42411,286.834,19.344538,9.434794,55.84125,48.00618,547.1623,146.37155,169.17738,1923.9016,38.329884,1596.0784,1435.1438,8.677768,6.7308655,1443.4515,17.398407,11.768651,381.68045,26.050632,46.93404,23.942833,71.699165,252.58777,363.2005,4.010759,34.252357,79.148636,329.18008,6.391492,85.2504,8.107006,1.4146208,57.773544,1.053429,1.2497138,3.7575514,10.3676195,24.195566,15.874307,25.250347,198.77971,39.512897,19.651785,30.856771,9.621513,106.00484,4.369965,93.26462,7.481771,61.76895,7.0451636,9.425917,21.771551,8.82645,23.752977,14.080406,1.0389864,55.204517,9.5669985,211.78523,6.5365424,252.32297,18.734076,1153.6028,112.37034,3.0849202,8.863006,137.39865,172.32109,891.752,937.4646 +2023-02-05 08:00:00,0.0,2149.371,33.32812,5.2078404,11.682774,21.275238,186.88474,25.590351,43.356205,17.905518,26.321825,227.93243,147.563,12.746852,46.42619,6.583508,3.862877,35.874786,91.179665,56.505173,450.28223,36.275898,430.00134,137.0662,47.97712,146.72157,212.61815,79.789375,972.92194,261.5807,2096.5012,52.220943,2378.062,650.5731,36.466614,29.27722,192.22289,216.59863,303.5091,972.7767,41.934525,15.170188,9.935358,504.85446,422.932,104.2311,9.293627,543.43066,16.939404,546.803,10.760822,33.504574,0.0,988.83154,1822.9656,0.2835626,49.399265,15.469784,11968.824,36.71137,1.4919448,6.7134914,17.930645,17.145596,5.798621,9.982937,311.66428,36.601192,5.535952,0.91559625,6.1389527,322.82126,0.5740434,164.42807,88.00238,2659.013,124.6627,110.38855,189.13399,882.96924,77.48743,58.66929,1150.1627,50.23311,79.54799,9.918153,31.438011,223.69894,12.26953,9.342563,63.2167,20.090887,4270.5864,18.448265,35.20238,16.640505,14.854046,320.6111,66.32634,36.339287,9.36975,9.215878,14.454446,56.001385,108.826164,51.127975,201.05177,20.764732,12.980385,62.020622,24.206726,25.69177,126.97493,11.883429,1.4738393,35.82187,11.394062,1206.1642,23.680706,1.1930925,77.47619,16.34153,151.15466,72.6746,103.60536,9.514986,105.84613,367.12158,268.55313,35.443703,232.11095,59.42659,46.486813,69.08825,146.94577,22.95576,55.586624,465.33765,10.003629,17.434288,286.93857,19.328743,9.429783,55.89476,48.040916,547.42773,146.44301,169.18474,1923.981,38.31764,1596.0067,1434.8518,8.673572,6.7272816,1443.2288,17.398396,11.763493,381.62006,26.038988,46.920536,23.934101,71.67704,252.58543,363.1048,4.0087857,34.243366,79.09741,329.13876,6.388997,85.24728,8.105456,1.4150459,57.775066,1.0537738,1.2501631,3.7600336,10.367249,24.191095,15.871736,25.252777,198.74796,39.496033,19.642857,30.854166,9.617007,105.96726,4.3680553,93.10861,7.4791665,61.77276,7.0363097,9.415762,21.754852,8.827679,23.738096,14.064682,1.0388607,55.21602,9.564975,211.74013,6.5352197,252.3385,18.730679,1153.4857,112.36407,3.0865788,8.860608,137.40944,172.33136,891.7584,937.3463 +2023-02-05 09:00:00,0.0,2149.8447,33.317738,5.2071877,11.675456,21.28125,186.86539,25.589546,43.363354,17.91166,26.331842,227.7942,147.73398,12.745765,46.382084,6.5951653,3.8611214,35.86511,91.088394,56.450607,450.20978,36.24793,429.84955,137.06161,47.94246,146.89003,212.54013,79.78365,972.53125,261.60843,2095.993,52.204445,2378.0107,650.49023,36.455627,29.27046,192.17743,216.4608,303.44998,973.09045,41.953125,15.165134,9.934806,505.2032,423.21918,104.16367,9.321555,542.896,16.968634,546.3674,10.764199,33.52525,0.0,989.5611,1823.6168,0.28356773,49.375656,15.476562,11976.039,36.728123,1.4921707,6.73125,17.951576,17.16774,5.8047276,9.993899,311.7889,36.58507,5.550549,0.91605365,6.1423907,323.09747,0.5737135,164.56119,87.99375,2658.8047,124.67708,110.40562,189.11284,883.66925,77.489944,58.681698,1149.5148,50.252308,79.50888,9.919044,31.44659,223.69028,12.267391,9.341208,63.242893,20.084831,4271.164,18.453304,35.1875,16.6441,14.864918,320.6667,66.385185,36.328125,9.369987,9.218145,14.480055,56.022186,108.92599,51.117188,201.10506,20.782124,12.9901085,62.075542,24.228281,25.685076,127.03607,11.89625,1.4741406,35.79448,11.39347,1206.1221,23.681896,1.1999629,77.625,16.35083,151.28496,72.70416,103.7067,9.513043,105.85547,367.34412,268.92004,35.4616,232.23154,59.515625,46.495384,69.08968,146.96736,22.962667,55.599342,465.33044,10.014051,17.444468,287.04312,19.312948,9.424772,55.948273,48.07565,547.6932,146.51445,169.1921,1924.0603,38.305397,1595.935,1434.5597,8.669374,6.7236977,1443.006,17.398384,11.758333,381.55966,26.027344,46.907032,23.925371,71.65491,252.58311,363.00912,4.006812,34.234375,79.046196,329.09747,6.3865023,85.24416,8.103906,1.415471,57.776585,1.0541184,1.2506124,3.7625155,10.366877,24.186625,15.869165,25.255209,198.71619,39.479168,19.633928,30.851562,9.6125,105.92969,4.3661456,92.95261,7.4765625,61.776566,7.0274553,9.405607,21.738152,8.828906,23.723215,14.048958,1.0387349,55.22752,9.56295,211.69504,6.533897,252.35402,18.727283,1153.3687,112.357796,3.0882373,8.858211,137.42021,172.34163,891.76483,937.2281 +2023-02-05 10:00:00,0.0,2150.318,33.30735,5.206535,11.6681385,21.287262,186.84602,25.588741,43.370506,17.917799,26.34186,227.65598,147.90497,12.744677,46.337975,6.6068225,3.859366,35.85543,90.99712,56.396046,450.13736,36.219955,429.69772,137.05702,47.907795,147.0585,212.46211,79.77793,972.1405,261.63614,2095.4846,52.187943,2377.9595,650.40735,36.44464,29.2637,192.13199,216.32297,303.3909,973.4042,41.971725,15.160081,9.934255,505.5519,423.50638,104.096245,9.3494835,542.3614,16.997864,545.9317,10.767576,33.545925,0.0,990.2907,1824.268,0.28357282,49.352043,15.483339,11983.254,36.744877,1.4923965,6.7490077,17.972507,17.189884,5.8108344,10.004861,311.91354,36.56895,5.565146,0.916511,6.1458287,323.37372,0.57338357,164.69432,87.98512,2658.5964,124.69147,110.42268,189.09169,884.3692,77.49247,58.694107,1148.8668,50.271507,79.46978,9.919933,31.45517,223.68163,12.265252,9.339853,63.269085,20.078773,4271.7417,18.458344,35.17262,16.647696,14.875789,320.72223,66.44403,36.316963,9.370224,9.220412,14.505663,56.042988,109.02581,51.1064,201.15836,20.799517,12.999831,62.130463,24.249836,25.678383,127.097206,11.909072,1.474442,35.767094,11.392877,1206.0798,23.683086,1.2068332,77.77381,16.360128,151.41525,72.73373,103.80805,9.511101,105.86481,367.56668,269.28693,35.479504,232.35213,59.604664,46.503956,69.09111,146.98895,22.969578,55.612057,465.32327,10.024475,17.454647,287.14767,19.297152,9.419762,56.001785,48.110386,547.9586,146.58589,169.19945,1924.1395,38.293156,1595.8633,1434.2676,8.665178,6.720114,1442.7832,17.398373,11.753175,381.49927,26.0157,46.893528,23.91664,71.63278,252.58078,362.91345,4.004839,34.22538,78.99497,329.05615,6.3840075,85.24104,8.102356,1.4158959,57.778103,1.0544631,1.2510617,3.7649977,10.366506,24.182156,15.866594,25.257639,198.68442,39.462303,19.625,30.848959,9.607993,105.89211,4.364236,92.7966,7.4739585,61.780373,7.018601,9.3954525,21.72145,8.830133,23.708334,14.033234,1.0386091,55.239025,9.560926,211.64995,6.532574,252.36954,18.723886,1153.2516,112.351524,3.0898957,8.855812,137.43098,172.3519,891.77124,937.1098 +2023-02-05 11:00:00,0.0,2150.7917,33.296967,5.2058825,11.660822,21.293274,186.82668,25.587936,43.37766,17.92394,26.351877,227.51775,148.07594,12.743588,46.29387,6.6184797,3.8576105,35.845753,90.90585,56.341484,450.0649,36.191982,429.54593,137.05244,47.873135,147.22697,212.3841,79.7722,971.7498,261.66388,2094.976,52.17144,2377.908,650.3245,36.433655,29.25694,192.08655,216.18513,303.3318,973.71796,41.990326,15.155028,9.933703,505.90063,423.79358,104.028824,9.377412,541.8268,17.027094,545.49603,10.770954,33.5666,0.0,991.02026,1824.9192,0.28357792,49.328434,15.490117,11990.469,36.76163,1.4926224,6.7667656,17.993439,17.212029,5.8169413,10.015823,312.03815,36.55283,5.579743,0.9169684,6.149267,323.64993,0.57305366,164.82744,87.97649,2658.3884,124.70585,110.43975,189.07054,885.06915,77.494995,58.706512,1148.2189,50.290707,79.43068,9.920824,31.463747,223.67296,12.263113,9.338498,63.295273,20.072718,4272.3193,18.463383,35.157738,16.651289,14.886661,320.77777,66.50288,36.305805,9.3704605,9.222679,14.531271,56.06379,109.12563,51.09561,201.21164,20.816908,13.009555,62.185383,24.27139,25.671688,127.15834,11.921893,1.4747432,35.739708,11.392283,1206.0377,23.684277,1.2137036,77.92262,16.369427,151.54555,72.76329,103.90939,9.509158,105.874146,367.7892,269.65384,35.497402,232.47273,59.693703,46.512524,69.09254,147.01054,22.976486,55.624775,465.31607,10.034898,17.464827,287.2522,19.281357,9.414751,56.055294,48.14512,548.22406,146.65735,169.2068,1924.2189,38.28091,1595.7916,1433.9756,8.660982,6.7165303,1442.5604,17.398361,11.748016,381.43887,26.004055,46.880024,23.90791,71.61065,252.57845,362.81778,4.002866,34.21639,78.94375,329.01486,6.3815126,85.23792,8.100806,1.416321,57.779625,1.0548078,1.2515111,3.76748,10.366134,24.177685,15.864023,25.260069,198.65266,39.445435,19.616072,30.846354,9.603486,105.85454,4.362326,92.640594,7.471354,61.784176,7.009747,9.385298,21.70475,8.831362,23.693453,14.017509,1.0384834,55.250526,9.558903,211.60486,6.5312514,252.38506,18.720491,1153.1344,112.34525,3.0915542,8.853415,137.44176,172.36218,891.77765,936.9916 +2023-02-05 12:00:00,0.0,2151.2654,33.286583,5.2052298,11.653504,21.299286,186.80731,25.587132,43.384808,17.930082,26.361895,227.3795,148.24692,12.7425,46.24976,6.630137,3.8558552,35.836075,90.814575,56.286922,449.9925,36.164013,429.39413,137.04787,47.83847,147.39545,212.30608,79.76648,971.35913,261.69162,2094.4678,52.154938,2377.8567,650.24164,36.42267,29.250181,192.04109,216.0473,303.2727,974.0317,42.00893,15.149975,9.933152,506.24936,424.08075,103.961395,9.405341,541.2921,17.056324,545.0604,10.774331,33.587276,0.0,991.7499,1825.5703,0.28358302,49.30482,15.496895,11997.683,36.778385,1.4928482,6.7845235,18.014368,17.234173,5.823048,10.026786,312.16278,36.53671,5.59434,0.9174258,6.152705,323.92615,0.5727238,164.96056,87.96786,2658.1802,124.72024,110.45682,189.04941,885.7691,77.49751,58.71892,1147.5709,50.309906,79.39158,9.921714,31.472324,223.66429,12.260973,9.337144,63.321465,20.066662,4272.8975,18.468422,35.142857,16.654884,14.897532,320.83334,66.56172,36.294643,9.370697,9.224947,14.55688,56.08459,109.22546,51.08482,201.26494,20.8343,13.019279,62.240303,24.292946,25.664995,127.21948,11.934714,1.4750446,35.712322,11.391691,1205.9955,23.685467,1.220574,78.07143,16.378725,151.67584,72.792854,104.010735,9.507215,105.883484,368.01178,270.02072,35.515305,232.59332,59.782738,46.521095,69.09397,147.03214,22.983395,55.637493,465.3089,10.0453205,17.475004,287.35675,19.265562,9.4097395,56.108807,48.179855,548.4895,146.72879,169.21416,1924.2981,38.26867,1595.72,1433.6835,8.656785,6.7129464,1442.3376,17.39835,11.742857,381.37848,25.99241,46.86652,23.899178,71.58852,252.57613,362.7221,4.0008926,34.207397,78.89253,328.97357,6.379018,85.23481,8.099256,1.4167461,57.781143,1.0551524,1.2519604,3.7699618,10.365763,24.173214,15.861452,25.2625,198.6209,39.42857,19.607143,30.84375,9.59898,105.81696,4.3604164,92.48459,7.46875,61.787983,7.0008926,9.375143,21.688051,8.832589,23.678572,14.001785,1.0383576,55.262028,9.556878,211.55977,6.5299287,252.40057,18.717094,1153.0173,112.338974,3.0932126,8.851017,137.45255,172.37245,891.78406,936.8733 +2023-02-05 13:00:00,0.0,2151.7388,33.2762,5.204577,11.646188,21.305298,186.78795,25.586327,43.39196,17.936222,26.371912,227.24127,148.41791,12.741412,46.205654,6.641794,3.8540998,35.826393,90.723305,56.23236,449.92004,36.13604,429.2423,137.04327,47.803806,147.5639,212.22806,79.76076,970.9684,261.71933,2093.9595,52.138435,2377.8052,650.15875,36.411682,29.243422,191.99565,215.90947,303.2136,974.34546,42.02753,15.144922,9.932601,506.59808,424.36795,103.893974,9.4332695,540.7575,17.085554,544.62476,10.777708,33.607952,0.0,992.47943,1826.2216,0.2835881,49.28121,15.503673,12004.897,36.79514,1.493074,6.8022814,18.0353,17.256317,5.8291545,10.037748,312.2874,36.520588,5.6089363,0.91788316,6.156143,324.20236,0.5723939,165.09369,87.95923,2657.972,124.73462,110.47389,189.02826,886.46906,77.50004,58.731327,1146.923,50.3291,79.35247,9.922604,31.480902,223.65562,12.258834,9.335789,63.347656,20.060604,4273.475,18.473461,35.127975,16.65848,14.908404,320.8889,66.62057,36.28348,9.370934,9.227214,14.582488,56.105392,109.32529,51.07403,201.31822,20.85169,13.029002,62.295223,24.3145,25.6583,127.28062,11.9475355,1.475346,35.684937,11.391098,1205.9534,23.686659,1.2274444,78.22024,16.388023,151.80615,72.82242,104.112076,9.505272,105.89282,368.2343,270.38763,35.533203,232.71391,59.871777,46.529667,69.0954,147.05374,22.990305,55.65021,465.3017,10.055744,17.485184,287.4613,19.249767,9.404729,56.162315,48.21459,548.75494,146.80023,169.22151,1924.3776,38.256424,1595.6483,1433.3914,8.652589,6.7093625,1442.1147,17.398338,11.737699,381.31808,25.980766,46.853016,23.890448,71.56639,252.57379,362.6264,3.9989195,34.198402,78.84131,328.93225,6.376523,85.23169,8.097706,1.4171712,57.782665,1.0554972,1.2524097,3.772444,10.365391,24.168745,15.858881,25.26493,198.58914,39.411705,19.598213,30.841146,9.594473,105.77939,4.358507,92.328575,7.466146,61.79179,6.9920387,9.364988,21.67135,8.833817,23.66369,13.986061,1.038232,55.27353,9.554854,211.51466,6.528606,252.41609,18.7137,1152.9003,112.3327,3.0948713,8.848619,137.46332,172.38272,891.79047,936.75507 +2023-02-05 14:00:00,0.0,2152.2124,33.265812,5.2039247,11.63887,21.31131,186.7686,25.585522,43.399113,17.942364,26.38193,227.10304,148.58888,12.740324,46.16155,6.6534514,3.8523443,35.816715,90.632034,56.177795,449.8476,36.10807,429.0905,137.0387,47.769146,147.73238,212.15004,79.755035,970.5777,261.74707,2093.451,52.121933,2377.754,650.07587,36.400692,29.236662,191.95021,215.77162,303.15448,974.6592,42.04613,15.139869,9.93205,506.9468,424.65512,103.826546,9.461198,540.2229,17.114784,544.1891,10.781086,33.628628,0.0,993.209,1826.8727,0.28359324,49.2576,15.51045,12012.112,36.811893,1.4932998,6.8200393,18.05623,17.278461,5.8352613,10.048711,312.41202,36.504463,5.6235332,0.91834056,6.159581,324.47858,0.572064,165.2268,87.9506,2657.7637,124.74901,110.49096,189.00711,887.16907,77.50256,58.743736,1146.275,50.3483,79.31337,9.923494,31.489481,223.64696,12.256695,9.334434,63.373844,20.054548,4274.0527,18.4785,35.113094,16.662075,14.919276,320.94446,66.67941,36.27232,9.37117,9.229481,14.608096,56.12619,109.42511,51.063244,201.37152,20.869083,13.038726,62.350143,24.336058,25.651606,127.34176,11.960358,1.4756473,35.65755,11.390506,1205.9111,23.687849,1.2343148,78.36905,16.397322,151.93645,72.85198,104.21342,9.503329,105.90216,368.45685,270.75452,35.551105,232.8345,59.960815,46.53824,69.096825,147.07533,22.997213,55.662926,465.29453,10.066167,17.495363,287.56583,19.233973,9.399718,56.215828,48.249325,549.02045,146.87169,169.22887,1924.4569,38.244183,1595.5765,1433.0994,8.648393,6.7057786,1441.892,17.398327,11.73254,381.2577,25.969122,46.839508,23.881716,71.54426,252.57146,362.53073,3.9969463,34.18941,78.790085,328.89096,6.374028,85.22858,8.096155,1.4175962,57.784184,1.0558418,1.252859,3.774926,10.36502,24.164274,15.85631,25.26736,198.55737,39.39484,19.589285,30.838541,9.589966,105.74181,4.3565974,92.17257,7.4635415,61.795597,6.9831843,9.354834,21.65465,8.835045,23.64881,13.970337,1.0381062,55.285034,9.552831,211.46957,6.527283,252.43163,18.710302,1152.7832,112.32643,3.0965297,8.846222,137.47409,172.393,891.7969,936.6368 +2023-02-05 15:00:00,0.0,2152.6858,33.25543,5.203272,11.631554,21.317322,186.74924,25.584717,43.40626,17.948505,26.391947,226.96481,148.75986,12.739237,46.11744,6.6651087,3.8505888,35.807037,90.540764,56.123234,449.77518,36.080097,428.93872,137.03412,47.73448,147.90085,212.07202,79.74931,970.187,261.77478,2092.9426,52.105434,2377.7024,649.993,36.389706,29.229902,191.90475,215.63379,303.0954,974.97296,42.06473,15.134815,9.931498,507.2955,424.94232,103.75912,9.489126,539.6883,17.144014,543.7535,10.784463,33.649303,0.0,993.9386,1827.5238,0.28359833,49.23399,15.517228,12019.326,36.828648,1.4935257,6.837797,18.07716,17.300606,5.841368,10.059673,312.53665,36.488342,5.63813,0.91879797,6.1630197,324.7548,0.5717341,165.35992,87.94196,2657.5554,124.76339,110.508026,188.98596,887.869,77.50508,58.75614,1145.6271,50.3675,79.27427,9.924384,31.498058,223.63829,12.254555,9.333079,63.400036,20.04849,4274.6304,18.48354,35.098213,16.66567,14.930148,321.0,66.73825,36.26116,9.371407,9.231749,14.633705,56.14699,109.52493,51.052456,201.42482,20.886475,13.048449,62.405064,24.357613,25.644913,127.40289,11.973179,1.4759487,35.630165,11.389913,1205.8689,23.68904,1.2411852,78.51786,16.40662,152.06674,72.881546,104.31476,9.501387,105.9115,368.6794,271.12143,35.569004,232.9551,60.04985,46.54681,69.09826,147.09692,23.004122,55.675644,465.28732,10.07659,17.505543,287.67038,19.218178,9.394708,56.269337,48.284058,549.2859,146.94313,169.23622,1924.5361,38.231937,1595.5049,1432.8073,8.6441965,6.7021947,1441.6692,17.398315,11.727381,381.1973,25.957478,46.826004,23.872986,71.522125,252.56914,362.43506,3.994973,34.18042,78.73887,328.84967,6.3715334,85.22546,8.094605,1.4180213,57.7857,1.0561866,1.2533083,3.7774081,10.364648,24.159803,15.853739,25.269793,198.5256,39.377975,19.580357,30.835938,9.58546,105.70424,4.3546877,92.01656,7.4609375,61.7994,6.9743304,9.344679,21.63795,8.836272,23.633928,13.954613,1.0379804,55.296535,9.550806,211.42448,6.5259604,252.44714,18.706907,1152.666,112.32016,3.0981882,8.843823,137.48486,172.40327,891.8032,936.51855 +2023-02-05 16:00:00,0.0,2153.1594,33.245045,5.202619,11.624236,21.323334,186.72989,25.583912,43.413414,17.954647,26.401964,226.82657,148.93085,12.738149,46.073334,6.6767654,3.8488336,35.79736,90.44949,56.068672,449.70273,36.052124,428.78693,137.02953,47.69982,148.0693,211.994,79.74359,969.79626,261.80252,2092.434,52.088932,2377.6511,649.91016,36.37872,29.223143,191.85931,215.49596,303.0363,975.28674,42.083332,15.129763,9.930946,507.64423,425.22952,103.691696,9.517055,539.1537,17.173244,543.3178,10.78784,33.66998,0.0,994.66815,1828.175,0.28360343,49.210377,15.524006,12026.541,36.8454,1.4937515,6.855555,18.098091,17.32275,5.847475,10.070635,312.6613,36.47222,5.652727,0.9192553,6.1664577,325.031,0.5714042,165.49306,87.933334,2657.3472,124.77777,110.5251,188.96481,888.569,77.50761,58.76855,1144.9792,50.3867,79.23517,9.925274,31.506638,223.62964,12.252416,9.331724,63.426228,20.042435,4275.2085,18.488579,35.083332,16.669266,14.94102,321.05557,66.7971,36.25,9.371643,9.234015,14.659313,56.167793,109.624756,51.041668,201.4781,20.903866,13.058172,62.459984,24.379168,25.638218,127.46403,11.986,1.4762499,35.60278,11.389319,1205.8268,23.69023,1.2480556,78.666664,16.415918,152.19704,72.91111,104.4161,9.499444,105.92084,368.90195,271.4883,35.586906,233.07568,60.13889,46.55538,69.099686,147.11852,23.011032,55.688362,465.28015,10.087013,17.51572,287.77493,19.202381,9.389696,56.32285,48.318794,549.55133,147.01459,169.24358,1924.6155,38.219696,1595.4332,1432.5151,8.639999,6.6986113,1441.4464,17.398304,11.722222,381.1369,25.945833,46.8125,23.864254,71.5,252.5668,362.3394,3.9929998,34.17143,78.687645,328.80835,6.3690386,85.22234,8.093056,1.4184464,57.787224,1.0565312,1.2537576,3.77989,10.364277,24.155334,15.851168,25.272223,198.49385,39.36111,19.571428,30.833334,9.580953,105.666664,4.352778,91.86056,7.4583335,61.803207,6.965476,9.334524,21.62125,8.8375,23.61905,13.938889,1.0378547,55.308037,9.548782,211.3794,6.5246377,252.46266,18.70351,1152.549,112.31389,3.0998466,8.841426,137.49564,172.41354,891.80963,936.40027 +2023-02-05 17:00:00,0.0,2153.633,33.23466,5.2019663,11.6169195,21.329346,186.71053,25.583109,43.420563,17.960787,26.411982,226.68834,149.10182,12.737061,46.029224,6.6884227,3.847078,35.78768,90.35822,56.01411,449.6303,36.024155,428.6351,137.02495,47.665157,148.23778,211.91599,79.73786,969.4056,261.83026,2091.9258,52.07243,2377.5996,649.8273,36.367733,29.216383,191.81386,215.35812,302.9772,975.60046,42.101936,15.124709,9.930395,507.99295,425.5167,103.62427,9.544983,538.619,17.202475,542.88214,10.791218,33.690655,0.0,995.39777,1828.8262,0.28360853,49.186764,15.530784,12033.756,36.862156,1.4939774,6.873313,18.11902,17.344894,5.8535814,10.081597,312.78592,36.4561,5.667324,0.9197127,6.1698956,325.30725,0.5710743,165.62617,87.924706,2657.1392,124.79216,110.54217,188.94366,889.2689,77.51013,58.780956,1144.3313,50.4059,79.19606,9.926165,31.515217,223.62097,12.250277,9.330369,63.452415,20.036379,4275.786,18.493616,35.06845,16.672861,14.951892,321.1111,66.85594,36.23884,9.37188,9.236282,14.684921,56.188595,109.72458,51.030876,201.5314,20.921257,13.067896,62.514904,24.400723,25.631525,127.52517,11.998821,1.4765513,35.575394,11.388727,1205.7845,23.69142,1.254926,78.815475,16.425219,152.32733,72.940674,104.51744,9.497501,105.93017,369.1245,271.85522,35.604805,233.19627,60.22793,46.563953,69.10111,147.1401,23.01794,55.70108,465.27295,10.097436,17.5259,287.8795,19.186586,9.3846855,56.376358,48.353527,549.8168,147.08603,169.25093,1924.6948,38.207455,1595.3616,1432.2231,8.635803,6.6950274,1441.2236,17.398293,11.717064,381.0765,25.934189,46.798996,23.855524,71.47787,252.56447,362.24368,3.9910266,34.162434,78.63642,328.76706,6.3665433,85.21922,8.091505,1.4188714,57.788742,1.0568758,1.2542069,3.7823722,10.363905,24.150864,15.848597,25.274652,198.46208,39.344246,19.5625,30.830729,9.576446,105.62909,4.350868,91.70455,7.455729,61.807014,6.956622,9.324369,21.60455,8.838727,23.604168,13.923164,1.0377289,55.31954,9.546758,211.3343,6.523315,252.47818,18.700113,1152.4319,112.30762,3.101505,8.839028,137.50642,172.42381,891.81604,936.28204 +2023-02-05 18:00:00,0.0,2154.1064,33.224277,5.201314,11.609602,21.335358,186.69116,25.582304,43.427715,17.966928,26.421999,226.55011,149.2728,12.735972,45.98512,6.70008,3.8453226,35.778004,90.266945,55.95955,449.55786,35.99618,428.4833,137.02036,47.630493,148.40625,211.83797,79.73214,969.0149,261.85797,2091.4175,52.055927,2377.5483,649.7444,36.356747,29.209623,191.76842,215.22029,302.9181,975.91425,42.120537,15.119657,9.929844,508.34167,425.8039,103.55685,9.572911,538.0844,17.231705,542.44653,10.794595,33.71133,0.0,996.1273,1829.4774,0.28361362,49.163155,15.537561,12040.971,36.87891,1.4942033,6.891071,18.139952,17.367039,5.8596883,10.09256,312.91052,36.43998,5.681921,0.92017007,6.173334,325.58347,0.5707444,165.7593,87.91607,2656.931,124.80654,110.559235,188.92252,889.9689,77.51265,58.793365,1143.6833,50.4251,79.15696,9.927054,31.523794,223.6123,12.248137,9.329015,63.478607,20.030321,4276.364,18.498655,35.05357,16.676456,14.962764,321.1667,66.91479,36.22768,9.372116,9.238549,14.71053,56.209396,109.8244,51.02009,201.58469,20.93865,13.07762,62.569824,24.422277,25.62483,127.5863,12.011643,1.4768527,35.548008,11.388134,1205.7424,23.69261,1.2617964,78.96429,16.434517,152.45764,72.97024,104.61878,9.495559,105.93951,369.34705,272.2221,35.622707,233.31686,60.316967,46.57252,69.10254,147.16171,23.02485,55.713795,465.26578,10.10786,17.53608,287.984,19.170792,9.379675,56.42987,48.38826,550.0822,147.15747,169.25829,1924.7742,38.19521,1595.2899,1431.931,8.631607,6.6914434,1441.0009,17.398281,11.711905,381.0161,25.922544,46.785492,23.846794,71.455734,252.56213,362.148,3.9890532,34.153442,78.585205,328.72574,6.3640485,85.21611,8.089955,1.4192965,57.790264,1.0572206,1.2546562,3.7848544,10.363534,24.146393,15.846025,25.277082,198.43031,39.32738,19.553572,30.828125,9.5719385,105.591515,4.3489585,91.548546,7.453125,61.81082,6.9477677,9.314215,21.58785,8.839955,23.589287,13.90744,1.0376031,55.331043,9.544734,211.2892,6.521992,252.4937,18.696718,1152.3148,112.301346,3.1031637,8.836631,137.5172,172.4341,891.82245,936.1638 +2023-02-05 19:00:00,0.0,2154.58,33.21389,5.200661,11.602285,21.34137,186.67181,25.5815,43.434868,17.97307,26.432016,226.41188,149.44379,12.734884,45.94101,6.711737,3.8435671,35.768326,90.175674,55.904984,449.48544,35.96821,428.3315,137.01578,47.595833,148.57472,211.75995,79.72642,968.62415,261.8857,2090.909,52.039425,2377.4968,649.6615,36.345757,29.202864,191.72296,215.08246,302.85898,976.22797,42.139137,15.114603,9.929293,508.6904,426.09106,103.48942,9.60084,537.5498,17.260935,542.01086,10.797972,33.732006,0.0,996.85693,1830.1285,0.28361875,49.13954,15.544338,12048.185,36.89566,1.4944291,6.9088287,18.160883,17.389183,5.865795,10.103522,313.03516,36.42386,5.696518,0.9206275,6.176772,325.85968,0.57041454,165.89243,87.90744,2656.7227,124.82093,110.57631,188.90137,890.6689,77.515175,58.80577,1143.0354,50.444298,79.11786,9.927945,31.532372,223.60364,12.245997,9.32766,63.5048,20.024265,4276.9414,18.503695,35.03869,16.680052,14.973636,321.22223,66.97363,36.21652,9.372353,9.240817,14.736138,56.230198,109.924225,51.0093,201.63799,20.956041,13.087343,62.624744,24.443832,25.618135,127.64744,12.024465,1.477154,35.520622,11.387542,1205.7002,23.6938,1.2686667,79.1131,16.443815,152.58794,72.9998,104.72012,9.493615,105.948845,369.5696,272.58902,35.640606,233.43745,60.406002,46.581093,69.10397,147.1833,23.03176,55.726513,465.25858,10.118282,17.546259,288.08856,19.154997,9.374664,56.48338,48.422997,550.34766,147.22893,169.26564,1924.8535,38.18297,1595.2181,1431.6389,8.627411,6.6878595,1440.7781,17.398268,11.706746,380.95575,25.9109,46.771988,23.838062,71.43361,252.55981,362.05234,3.98708,34.14445,78.53398,328.68445,6.3615537,85.21299,8.088405,1.4197216,57.791782,1.0575652,1.2551056,3.7873363,10.363162,24.141922,15.843454,25.279514,198.39856,39.310516,19.544643,30.825521,9.567432,105.55394,4.3470488,91.39254,7.450521,61.814625,6.938914,9.30406,21.57115,8.841183,23.574406,13.891716,1.0374774,55.342545,9.54271,211.24411,6.5206695,252.50923,18.693321,1152.1976,112.29507,3.1048222,8.834233,137.52797,172.44437,891.82886,936.04553 +2023-02-05 20:00:00,0.0,2155.0535,33.203506,5.2000084,11.594968,21.347382,186.65245,25.580694,43.442017,17.97921,26.442034,226.27365,149.61476,12.733797,45.896904,6.7233944,3.841812,35.758648,90.084404,55.85042,449.413,35.94024,428.1797,137.0112,47.56117,148.74318,211.68193,79.720695,968.23346,261.91342,2090.4006,52.022923,2377.4456,649.5786,36.33477,29.196104,191.67752,214.94463,302.7999,976.54175,42.157738,15.1095495,9.9287405,509.03912,426.37827,103.42199,9.628768,537.01514,17.290165,541.5752,10.80135,33.75268,0.0,997.58655,1830.7798,0.28362384,49.115932,15.551116,12055.399,36.912415,1.494655,6.926587,18.181812,17.411327,5.871902,10.114485,313.1598,36.407738,5.7111144,0.9210849,6.18021,326.1359,0.57008463,166.02554,87.89881,2656.5144,124.83531,110.59338,188.88022,891.36884,77.5177,58.81818,1142.3875,50.463493,79.07875,9.928835,31.54095,223.59497,12.243858,9.326304,63.530987,20.018208,4277.5195,18.508734,35.02381,16.683647,14.984508,321.27777,67.03248,36.205357,9.37259,9.243084,14.761746,56.251,110.024055,50.998512,201.69127,20.973433,13.097066,62.679665,24.465387,25.611443,127.70858,12.037286,1.4774554,35.493237,11.386949,1205.6581,23.694992,1.2755371,79.2619,16.453114,152.71823,73.029366,104.821465,9.4916725,105.95818,369.79214,272.9559,35.65851,233.55804,60.49504,46.589664,69.1054,147.2049,23.038668,55.73923,465.2514,10.128705,17.556438,288.1931,19.139202,9.369654,56.536892,48.45773,550.6131,147.30037,169.273,1924.9329,38.170723,1595.1465,1431.3469,8.623214,6.6842756,1440.5552,17.398256,11.701588,380.89536,25.899256,46.758484,23.829332,71.411476,252.55748,361.95667,3.985107,34.135456,78.48276,328.64316,6.359059,85.20988,8.086855,1.4201467,57.7933,1.05791,1.2555549,3.7898185,10.362791,24.137453,15.840884,25.281944,198.36679,39.29365,19.535713,30.822916,9.562925,105.51637,4.345139,91.23653,7.4479165,61.81843,6.9300594,9.293905,21.55445,8.84241,23.559525,13.875992,1.0373517,55.354046,9.540686,211.19902,6.5193467,252.52475,18.689926,1152.0806,112.288795,3.1064806,8.831835,137.53874,172.45464,891.83527,935.9273 +2023-02-05 21:00:00,0.0,2155.527,33.193123,5.199356,11.587651,21.353394,186.6331,25.57989,43.44917,17.985352,26.452053,226.1354,149.78574,12.732709,45.8528,6.7350516,3.8400564,35.74897,89.99313,55.79586,449.34055,35.912266,428.0279,137.0066,47.526505,148.91165,211.60391,79.71497,967.8428,261.94116,2089.892,52.00642,2377.394,649.4957,36.323784,29.189344,191.63208,214.8068,302.74078,976.85547,42.17634,15.104497,9.928189,509.38785,426.66547,103.35457,9.656696,536.4806,17.319395,541.1396,10.804727,33.773357,0.0,998.31604,1831.4309,0.28362894,49.09232,15.557894,12062.614,36.92917,1.4948808,6.944345,18.202744,17.433472,5.8780084,10.125446,313.2844,36.391617,5.7257113,0.9215422,6.183648,326.4121,0.5697547,166.15866,87.89018,2656.3062,124.8497,110.61045,188.85907,892.0688,77.52022,58.83059,1141.7395,50.482693,79.03965,9.929725,31.54953,223.58632,12.241719,9.32495,63.55718,20.012152,4278.097,18.513773,35.00893,16.687243,14.995379,321.33334,67.091324,36.194195,9.372827,9.245351,14.787355,56.271797,110.12388,50.987724,201.74457,20.990824,13.10679,62.734585,24.486942,25.604748,127.769714,12.050107,1.4777567,35.46585,11.386355,1205.6158,23.696182,1.2824075,79.41071,16.462412,152.84853,73.05893,104.922806,9.48973,105.96752,370.0147,273.3228,35.676407,233.67863,60.58408,46.598236,69.10683,147.22649,23.045578,55.75195,465.2442,10.139129,17.566616,288.29764,19.123407,9.364642,56.5904,48.492466,550.8786,147.37181,169.28036,1925.0121,38.15848,1595.0748,1431.0548,8.619018,6.6806917,1440.3324,17.398245,11.696428,380.83496,25.887611,46.74498,23.8206,71.38935,252.55515,361.861,3.9831338,34.126465,78.43153,328.60184,6.356564,85.20676,8.085305,1.4205717,57.794823,1.0582546,1.2560042,3.7923005,10.362419,24.132982,15.838313,25.284374,198.33502,39.276787,19.526785,30.820312,9.558418,105.4788,4.3432293,91.08052,7.4453125,61.82224,6.9212055,9.283751,21.53775,8.843638,23.544643,13.860268,1.037226,55.36555,9.538662,211.15393,6.518024,252.54027,18.68653,1151.9635,112.282524,3.108139,8.829437,137.54951,172.46492,891.8417,935.809 +2023-02-05 22:00:00,0.0,2156.0007,33.18274,5.1987033,11.580334,21.359404,186.61374,25.579084,43.45632,17.991493,26.46207,225.99718,149.95673,12.731621,45.80869,6.746709,3.838301,35.739292,89.90186,55.7413,449.26813,35.884293,427.8761,137.00203,47.491844,149.08012,211.5259,79.70924,967.452,261.9689,2089.3838,51.98992,2377.3428,649.4129,36.312798,29.182585,191.58664,214.66896,302.6817,977.16925,42.19494,15.099443,9.927638,509.73657,426.95264,103.28714,9.684625,535.9459,17.348625,540.7039,10.808104,33.794033,0.0,999.04565,1832.082,0.28363404,49.06871,15.5646715,12069.829,36.945923,1.4951067,6.962103,18.223675,17.455616,5.884115,10.136409,313.40903,36.375496,5.7403083,0.92199963,6.1870866,326.68832,0.5694248,166.2918,87.881546,2656.0981,124.86408,110.62752,188.83792,892.76874,77.52274,58.842995,1141.0916,50.501892,79.00055,9.930615,31.55811,223.57765,12.239579,9.323595,63.58337,20.006096,4278.675,18.518812,34.99405,16.690838,15.006251,321.3889,67.15017,36.183037,9.373063,9.247619,14.8129635,56.2926,110.2237,50.976936,201.79787,21.008217,13.116513,62.789505,24.508497,25.598053,127.83086,12.062929,1.478058,35.438465,11.385763,1205.5736,23.697372,1.2892779,79.559525,16.47171,152.97882,73.08849,105.02415,9.487787,105.97686,370.23724,273.6897,35.69431,233.79922,60.673115,46.606808,69.10826,147.24808,23.052486,55.764664,465.23703,10.149551,17.576796,288.4022,19.10761,9.359632,56.643913,48.5272,551.14404,147.44327,169.28772,1925.0914,38.146236,1595.0032,1430.7627,8.614821,6.677108,1440.1096,17.398233,11.69127,380.77457,25.875967,46.731472,23.81187,71.36722,252.55283,361.7653,3.9811604,34.117474,78.38032,328.56055,6.354069,85.20364,8.083755,1.4209968,57.79634,1.0585992,1.2564535,3.7947826,10.362048,24.128511,15.835742,25.286806,198.30327,39.259922,19.517857,30.817709,9.553911,105.44122,4.3413196,90.924515,7.4427085,61.826046,6.912351,9.273596,21.52105,8.844866,23.529762,13.844543,1.0371002,55.377052,9.536638,211.10884,6.516701,252.55579,18.683134,1151.8464,112.27625,3.1097975,8.82704,137.5603,172.47519,891.8481,935.6908 +2023-02-05 23:00:00,0.0,2156.474,33.17235,5.1980505,11.573017,21.365416,186.59438,25.57828,43.46347,17.997633,26.472088,225.85895,150.1277,12.730533,45.764584,6.758366,3.8365455,35.729614,89.81059,55.686737,449.19568,35.856323,427.72427,136.99745,47.45718,149.2486,211.44788,79.70352,967.06134,261.9966,2088.8755,51.97342,2377.2913,649.33,36.30181,29.175825,191.54118,214.53113,302.6226,977.483,42.213543,15.094391,9.927087,510.0853,427.23984,103.21972,9.712554,535.4113,17.377855,540.26825,10.8114805,33.81471,0.0,999.77527,1832.7333,0.28363913,49.045097,15.571449,12077.043,36.962677,1.4953325,6.979861,18.244604,17.47776,5.890222,10.147371,313.53366,36.359375,5.754905,0.92245704,6.1905246,326.96457,0.56909496,166.42491,87.87292,2655.89,124.87847,110.64459,188.81677,893.4687,77.52527,58.855404,1140.4436,50.52109,78.96145,9.931505,31.566685,223.56898,12.23744,9.32224,63.60956,20.000038,4279.2524,18.523851,34.979168,16.694433,15.017123,321.44446,67.209015,36.171875,9.3733,9.249886,14.838572,56.3134,110.323524,50.966145,201.85115,21.025608,13.126237,62.844425,24.530052,25.59136,127.89199,12.07575,1.4783593,35.41108,11.38517,1205.5315,23.698563,1.2961483,79.708336,16.481009,153.10912,73.11806,105.12549,9.485845,105.9862,370.4598,274.0566,35.712208,233.91982,60.762154,46.61538,69.10969,147.26967,23.059397,55.77738,465.22983,10.159974,17.586975,288.50674,19.091816,9.354621,56.697422,48.561935,551.4095,147.51471,169.29507,1925.1707,38.133995,1594.9314,1430.4707,8.610624,6.6735244,1439.8868,17.398222,11.686111,380.71417,25.864323,46.717968,23.803139,71.345085,252.55049,361.66962,3.9791873,34.108482,78.329094,328.51923,6.3515744,85.20052,8.082205,1.4214219,57.797863,1.058944,1.2569028,3.7972648,10.361676,24.124043,15.833171,25.289236,198.2715,39.243057,19.508928,30.815104,9.549405,105.40365,4.33941,90.76851,7.440104,61.82985,6.903497,9.263441,21.504349,8.846093,23.514881,13.828819,1.0369744,55.388554,9.534614,211.06374,6.5153785,252.5713,18.679737,1151.7292,112.26998,3.1114562,8.824642,137.57108,172.48546,891.8545,935.5725 +2023-02-06 00:00:00,0.0,2156.9478,33.16197,5.197398,11.5657,21.371428,186.57503,25.577475,43.470623,18.003775,26.482105,225.72072,150.29868,12.7294445,45.720474,6.7700233,3.8347902,35.719936,89.71932,55.632175,449.12326,35.82835,427.57248,136.99286,47.42252,149.41705,211.36986,79.6978,966.67065,262.02435,2088.367,51.956917,2377.24,649.24713,36.29082,29.169065,191.49574,214.3933,302.56348,977.79675,42.232143,15.089337,9.926536,510.43402,427.527,103.15229,9.740482,534.8767,17.407085,539.8326,10.814858,33.835384,0.0,1000.5049,1833.3844,0.28364426,49.02149,15.578227,12084.258,36.97943,1.4955584,6.9976187,18.265535,17.499905,5.896329,10.158334,313.65826,36.343254,5.769502,0.9229144,6.1939626,327.24078,0.56876504,166.55803,87.86429,2655.6816,124.89285,110.66166,188.79562,894.1687,77.52779,58.86781,1139.7957,50.54029,78.92234,9.932396,31.575264,223.56032,12.235301,9.320886,63.63575,19.993982,4279.8306,18.52889,34.964287,16.698029,15.027995,321.5,67.26786,36.160713,9.373536,9.252152,14.864181,56.3342,110.42335,50.955357,201.90445,21.043,13.13596,62.899345,24.551607,25.584665,127.953125,12.088572,1.4786607,35.383694,11.384577,1205.4893,23.699753,1.3030187,79.85714,16.490307,153.23943,73.14762,105.22683,9.483902,105.99554,370.68234,274.4235,35.73011,234.0404,60.851192,46.623947,69.111115,147.29128,23.066305,55.7901,465.22266,10.170398,17.597155,288.6113,19.076021,9.34961,56.750935,48.59667,551.6749,147.58615,169.30243,1925.25,38.121754,1594.8597,1430.1786,8.606428,6.6699405,1439.6641,17.39821,11.680952,380.65378,25.852678,46.704464,23.794409,71.32296,252.54816,361.57394,3.977214,34.099487,78.27787,328.47794,6.3490796,85.19741,8.080654,1.4218469,57.79938,1.0592886,1.2573521,3.7997468,10.361305,24.119572,15.8306,25.291666,198.23975,39.22619,19.5,30.8125,9.544898,105.36607,4.3375,90.6125,7.4375,61.833656,6.894643,9.253286,21.487648,8.8473215,23.5,13.813095,1.0368487,55.400055,9.53259,211.01865,6.5140557,252.58682,18.676342,1151.6122,112.26371,3.1131146,8.822245,137.58185,172.49573,891.8609,935.4543 +2023-02-06 01:00:00,0.0,2157.4211,33.151585,5.1967454,11.558383,21.37744,186.55566,25.57667,43.477776,18.009916,26.492123,225.58247,150.46967,12.728357,45.67637,6.7816806,3.8330348,35.71026,89.628044,55.57761,449.0508,35.80038,427.4207,136.98828,47.387856,149.58553,211.29184,79.69208,966.2799,262.05206,2087.8586,51.940414,2377.1885,649.16425,36.279835,29.162306,191.4503,214.25546,302.5044,978.1105,42.250744,15.084284,9.925983,510.7827,427.8142,103.08486,9.768411,534.3421,17.436316,539.397,10.818235,33.85606,0.0,1001.2344,1834.0356,0.28364936,48.997875,15.585005,12091.473,36.996185,1.4957842,7.0153766,18.286465,17.522049,5.902436,10.169296,313.7829,36.327133,5.784099,0.9233718,6.1974006,327.517,0.56843513,166.69116,87.85566,2655.4734,124.90724,110.67873,188.77449,894.86865,77.53031,58.88022,1139.1478,50.55949,78.88324,9.933286,31.583841,223.55165,12.233162,9.3195305,63.66194,19.987926,4280.408,18.53393,34.949406,16.701624,15.038867,321.55557,67.326706,36.149555,9.373773,9.25442,14.889789,56.355003,110.52317,50.94457,201.95773,21.06039,13.145683,62.954266,24.573162,25.577972,128.01427,12.101393,1.4789621,35.356308,11.383985,1205.4471,23.700943,1.3098891,80.00595,16.499605,153.36972,73.177185,105.32817,9.481958,106.004875,370.90488,274.7904,35.74801,234.161,60.940228,46.63252,69.11255,147.31287,23.073214,55.802814,465.21545,10.18082,17.607332,288.71582,19.060226,9.344599,56.804443,48.631405,551.94037,147.65761,169.30978,1925.3293,38.10951,1594.7881,1429.8865,8.602232,6.6663566,1439.4413,17.3982,11.675794,380.59338,25.841034,46.69096,23.785677,71.30083,252.54584,361.47827,3.975241,34.090496,78.226654,328.43665,6.346585,85.19429,8.079104,1.422272,57.800903,1.0596334,1.2578014,3.802229,10.360933,24.1151,15.828029,25.294098,198.20798,39.209324,19.491072,30.809896,9.540391,105.3285,4.3355904,90.4565,7.434896,61.837463,6.8857884,9.243132,21.47095,8.848549,23.485119,13.797371,1.0367229,55.41156,9.530566,210.97356,6.512733,252.60236,18.672945,1151.4951,112.25743,3.114773,8.819847,137.59262,172.50601,891.86725,935.336 +2023-02-06 02:00:00,0.0,2157.8948,33.1412,5.1960926,11.551065,21.383451,186.53632,25.575865,43.484924,18.016058,26.50214,225.44424,150.64064,12.727269,45.63226,6.793338,3.8312793,35.70058,89.53677,55.52305,448.9784,35.772408,427.26886,136.98369,47.35319,149.754,211.21382,79.686356,965.8892,262.0798,2087.35,51.923912,2377.1372,649.08136,36.26885,29.155546,191.40485,214.11763,302.44528,978.42426,42.269344,15.079231,9.925432,511.13144,428.1014,103.01744,9.796339,533.8075,17.465546,538.9613,10.821612,33.876736,0.0,1001.964,1834.6868,0.28365445,48.974262,15.591783,12098.687,37.01294,1.4960101,7.0331345,18.307396,17.544193,5.908542,10.180258,313.90753,36.311012,5.7986956,0.9238292,6.200839,327.7932,0.5681052,166.82428,87.84702,2655.2651,124.92162,110.69579,188.75334,895.5686,77.53283,58.892624,1138.4999,50.578686,78.84414,9.9341755,31.592419,223.543,12.231022,9.318175,63.68813,19.981869,4280.986,18.538969,34.934525,16.70522,15.049739,321.6111,67.38555,36.138393,9.374009,9.256687,14.915397,56.375805,110.623,50.93378,202.01103,21.077784,13.155407,63.009186,24.594717,25.571278,128.07541,12.114215,1.4792634,35.328922,11.383391,1205.4049,23.702135,1.3167595,80.15476,16.508905,153.50002,73.20674,105.42951,9.480016,106.01421,371.12744,275.1573,35.76591,234.28159,61.029266,46.64109,69.113976,147.33446,23.080124,55.815533,465.20828,10.191244,17.617512,288.82037,19.044432,9.339588,56.857956,48.666138,552.2058,147.72905,169.31714,1925.4087,38.097267,1594.7164,1429.5945,8.598036,6.6627727,1439.2184,17.398188,11.670635,380.533,25.82939,46.677456,23.776947,71.278694,252.5435,361.38257,3.9732676,34.081505,78.17543,328.39532,6.34409,85.19118,8.077555,1.4226971,57.80242,1.059978,1.2582507,3.8047109,10.360561,24.110632,15.825458,25.296528,198.17621,39.19246,19.482143,30.807291,9.535885,105.290924,4.3336806,90.30049,7.4322915,61.84127,6.8769345,9.232976,21.454248,8.849776,23.47024,13.781647,1.0365971,55.42306,9.528542,210.92847,6.51141,252.61787,18.66955,1151.378,112.25116,3.1164315,8.817449,137.6034,172.51628,891.87366,935.2178 +2023-02-06 03:00:00,0.0,2158.3684,33.130814,5.1954403,11.543749,21.389463,186.51695,25.57506,43.492077,18.022198,26.512157,225.30602,150.81161,12.726181,45.588154,6.804995,3.8295238,35.6909,89.4455,55.468487,448.90594,35.744434,427.11707,136.97911,47.31853,149.92247,211.1358,79.680626,965.4985,262.10754,2086.8418,51.90741,2377.0857,648.9985,36.257862,29.148787,191.3594,213.9798,302.3862,978.738,42.287945,15.074178,9.924881,511.48016,428.38858,102.95001,9.824267,533.2728,17.494776,538.52563,10.82499,33.89741,0.0,1002.6936,1835.3379,0.28365955,48.950653,15.59856,12105.901,37.029694,1.4962358,7.0508924,18.328327,17.566338,5.914649,10.19122,314.03214,36.29489,5.8132925,0.92428654,6.204277,328.06943,0.56777537,166.9574,87.838394,2655.057,124.93601,110.71286,188.7322,896.26855,77.535355,58.905033,1137.8519,50.597885,78.80504,9.935066,31.600998,223.53433,12.228883,9.316821,63.71432,19.975813,4281.5635,18.544008,34.919643,16.708813,15.060611,321.6667,67.4444,36.12723,9.374246,9.258954,14.941006,56.396606,110.722824,50.922993,202.06433,21.095175,13.165131,63.064106,24.616272,25.564583,128.13654,12.127036,1.4795647,35.301537,11.382799,1205.3627,23.703325,1.3236299,80.30357,16.518204,153.63031,73.236305,105.53085,9.478073,106.02355,371.34998,275.5242,35.78381,234.40218,61.118305,46.649662,69.1154,147.35605,23.087032,55.82825,465.20108,10.201667,17.627691,288.92493,19.028637,9.334578,56.911465,48.700874,552.47125,147.80049,169.3245,1925.488,38.085022,1594.6448,1429.3024,8.593839,6.6591887,1438.9956,17.398176,11.665476,380.4726,25.817745,46.66395,23.768215,71.25657,252.54117,361.2869,3.9712944,34.07251,78.12421,328.35403,6.341595,85.18806,8.076004,1.423122,57.80394,1.0603228,1.2587001,3.807193,10.36019,24.106161,15.822886,25.298958,198.14445,39.175594,19.473213,30.804688,9.531378,105.25335,4.331771,90.14448,7.4296875,61.845074,6.86808,9.222821,21.437548,8.851005,23.455359,13.765923,1.0364714,55.434563,9.526518,210.88338,6.5100875,252.63339,18.666153,1151.261,112.24489,3.11809,8.815051,137.61418,172.52655,891.88007,935.0995 +2023-02-06 04:00:00,0.0,2158.8418,33.12043,5.1947875,11.536431,21.395475,186.49759,25.574255,43.49923,18.02834,26.522175,225.16779,150.9826,12.725093,45.54405,6.8166523,3.8277686,35.68122,89.35423,55.413925,448.8335,35.716465,426.96527,136.97453,47.283867,150.09093,211.05779,79.674904,965.1078,262.13525,2086.3335,51.89091,2377.0344,648.91565,36.246876,29.142027,191.31396,213.84196,302.3271,979.05176,42.30655,15.069125,9.92433,511.8289,428.67578,102.88259,9.852196,532.7382,17.524006,538.09,10.828367,33.918087,0.0,1003.4232,1835.9891,0.28366464,48.92704,15.605338,12113.116,37.046448,1.4964617,7.0686502,18.349258,17.588482,5.920756,10.202183,314.15677,36.27877,5.8278894,0.92474395,6.207715,328.34564,0.56744546,167.09052,87.829765,2654.8489,124.95039,110.729935,188.71104,896.9685,77.53788,58.91744,1137.204,50.617085,78.76593,9.935956,31.609577,223.52567,12.226744,9.315466,63.74051,19.969757,4282.1416,18.549047,34.904762,16.712408,15.071483,321.72223,67.50324,36.11607,9.374482,9.261222,14.966614,56.417404,110.82265,50.9122,202.11761,21.112566,13.174854,63.119026,24.637827,25.55789,128.19768,12.139857,1.479866,35.274147,11.382206,1205.3206,23.704515,1.3305002,80.45238,16.527502,153.7606,73.26587,105.632195,9.4761305,106.03289,371.57254,275.8911,35.801712,234.52277,61.207344,46.658234,69.11684,147.37764,23.09394,55.84097,465.1939,10.21209,17.63787,289.02945,19.01284,9.329567,56.964977,48.735607,552.73676,147.87195,169.33185,1925.5674,38.07278,1594.573,1429.0103,8.589643,6.655605,1438.7728,17.398165,11.660317,380.4122,25.8061,46.650448,23.759485,71.234436,252.53885,361.19122,3.9693213,34.06352,78.07299,328.31274,6.3391004,85.18494,8.074454,1.4235471,57.80546,1.0606674,1.2591494,3.8096752,10.359818,24.10169,15.820315,25.30139,198.11269,39.15873,19.464285,30.802084,9.526871,105.215775,4.329861,89.98847,7.4270835,61.84888,6.859226,9.2126665,21.420849,8.852232,23.440477,13.750198,1.0363457,55.446064,9.524493,210.83827,6.5087647,252.64891,18.662758,1151.1438,112.23862,3.1197486,8.812654,137.62495,172.53683,891.8865,934.98126 +2023-02-06 05:00:00,0.0,2159.3154,33.110046,5.1941347,11.529115,21.401487,186.47824,25.57345,43.50638,18.034481,26.532192,225.02954,151.15358,12.724005,45.49994,6.8283095,3.826013,35.671543,89.26296,55.359364,448.76108,35.68849,426.81345,136.96994,47.249207,150.2594,210.97977,79.66918,964.7171,262.163,2085.825,51.87441,2376.983,648.83276,36.235886,29.135267,191.26852,213.70412,302.26797,979.36554,42.32515,15.064072,9.923779,512.1776,428.96295,102.81516,9.880124,532.2036,17.553236,537.65436,10.831744,33.938763,0.0,1004.1528,1836.6403,0.28366977,48.90343,15.612116,12120.331,37.0632,1.4966875,7.086408,18.370188,17.610626,5.9268627,10.213145,314.2814,36.26265,5.8424864,0.92520136,6.2111535,328.6219,0.56711555,167.22365,87.82113,2654.6406,124.964775,110.747,188.6899,897.6685,77.5404,58.929848,1136.556,50.636284,78.72683,9.936846,31.618156,223.517,12.224604,9.314112,63.7667,19.9637,4282.719,18.554087,34.88988,16.716003,15.082354,321.77777,67.56209,36.10491,9.374719,9.263489,14.992222,56.438206,110.92247,50.901413,202.17091,21.129957,13.184577,63.173946,24.659382,25.551195,128.25882,12.1526785,1.4801674,35.24676,11.381613,1205.2783,23.705706,1.3373706,80.60119,16.5368,153.89091,73.29543,105.73354,9.474188,106.04223,371.79507,276.258,35.81961,234.64336,61.29638,46.666805,69.11826,147.39925,23.100851,55.853683,465.1867,10.222513,17.648048,289.134,18.997046,9.324556,57.018486,48.770344,553.0022,147.94339,169.3392,1925.6466,38.06054,1594.5013,1428.7183,8.585446,6.6520214,1438.55,17.398153,11.655159,380.3518,25.794456,46.636944,23.750755,71.2123,252.53651,361.09555,3.967348,34.054527,78.02177,328.27142,6.3366055,85.18182,8.072904,1.4239722,57.80698,1.061012,1.2595987,3.8121572,10.3594475,24.097221,15.817744,25.30382,198.08092,39.141865,19.455357,30.799479,9.522364,105.1782,4.3279514,89.832466,7.424479,61.852688,6.850372,9.202512,21.404148,8.853459,23.425596,13.734474,1.03622,55.45757,9.5224695,210.79318,6.507442,252.66443,18.65936,1151.0267,112.232346,3.121407,8.810256,137.63573,172.5471,891.8929,934.863 +2023-02-06 06:00:00,0.0,2159.789,33.099663,5.1934824,11.521797,21.4075,186.45888,25.572645,43.51353,18.04062,26.54221,224.89131,151.32455,12.722917,45.455833,6.839967,3.8242576,35.661865,89.17169,55.3048,448.68863,35.66052,426.66165,136.96536,47.214542,150.42787,210.90175,79.66346,964.32635,262.1907,2085.3167,51.857906,2376.9316,648.7499,36.2249,29.128508,191.22305,213.56628,302.2089,979.67926,42.34375,15.059018,9.923227,512.5263,429.25015,102.747734,9.908052,531.669,17.582466,537.2187,10.835122,33.95944,0.0,1004.8823,1837.2915,0.28367487,48.879818,15.618894,12127.545,37.079956,1.4969134,7.104166,18.391119,17.63277,5.932969,10.224108,314.40604,36.24653,5.8570833,0.9256587,6.2145915,328.8981,0.5667857,167.35677,87.8125,2654.4324,124.979164,110.76407,188.66875,898.36847,77.54292,58.942257,1135.9081,50.655483,78.68773,9.9377365,31.626734,223.50833,12.222465,9.312757,63.792892,19.957644,4283.297,18.559126,34.875,16.719599,15.0932255,321.83334,67.62093,36.09375,9.374956,9.265756,15.01783,56.459007,111.02229,50.890625,202.2242,21.14735,13.194301,63.228867,24.680939,25.544502,128.31995,12.165501,1.4804688,35.219376,11.381021,1205.2362,23.706896,1.344241,80.75,16.546099,154.02121,73.325,105.834885,9.472245,106.05156,372.01764,276.6249,35.837513,234.76395,61.385418,46.675373,69.11969,147.42084,23.10776,55.8664,465.17953,10.232936,17.658228,289.23856,18.98125,9.319545,57.072,48.805077,553.26764,148.01485,169.34656,1925.726,38.048294,1594.4297,1428.4261,8.581249,6.6484375,1438.3273,17.398142,11.65,380.2914,25.782812,46.62344,23.742023,71.19018,252.53418,360.99988,3.9653747,34.045536,77.97054,328.23013,6.3341103,85.1787,8.071354,1.4243973,57.808502,1.0613568,1.260048,3.8146393,10.359076,24.09275,15.815173,25.30625,198.04916,39.125,19.446428,30.796875,9.517858,105.140625,4.3260417,89.67646,7.421875,61.856495,6.841518,9.192357,21.387447,8.854688,23.410715,13.71875,1.0360942,55.46907,9.520446,210.7481,6.5061193,252.67995,18.655966,1150.9097,112.226074,3.1230655,8.807858,137.6465,172.55737,891.8993,934.74475 +2023-02-06 07:00:00,0.0,2160.2625,33.08928,5.1928296,11.51448,21.413511,186.43953,25.57184,43.520683,18.046762,26.552227,224.75308,151.49554,12.721829,45.411724,6.851624,3.8225021,35.652187,89.080414,55.250237,448.6162,35.63255,426.50986,136.96078,47.17988,150.59633,210.82373,79.65774,963.93567,262.21844,2084.808,51.841404,2376.8804,648.667,36.213913,29.121748,191.17761,213.42845,302.14978,979.99304,42.36235,15.053966,9.922675,512.87506,429.53735,102.68031,9.935981,531.1344,17.611696,536.7831,10.838499,33.980114,0.0,1005.61194,1837.9426,0.28367996,48.85621,15.625671,12134.76,37.09671,1.4971392,7.1219244,18.412048,17.654915,5.939076,10.235069,314.53064,36.230408,5.8716803,0.9261161,6.2180295,329.17432,0.5664558,167.48988,87.80387,2654.224,124.993546,110.78114,188.6476,899.0684,77.54545,58.954662,1135.2601,50.674683,78.64863,9.938626,31.635311,223.49968,12.220325,9.311401,63.81908,19.951586,4283.8745,18.564163,34.86012,16.723194,15.104097,321.8889,67.67977,36.08259,9.375193,9.268023,15.043439,56.47981,111.122116,50.879837,202.2775,21.164742,13.204024,63.283787,24.702494,25.537807,128.38109,12.178322,1.4807701,35.19199,11.380427,1205.194,23.708086,1.3511114,80.89881,16.555397,154.1515,73.35456,105.936226,9.470302,106.0609,372.24017,276.9918,35.85541,234.88454,61.474457,46.683945,69.121124,147.44243,23.11467,55.87912,465.17233,10.243359,17.668407,289.3431,18.965456,9.314534,57.12551,48.839813,553.5331,148.08629,169.35391,1925.8054,38.036053,1594.358,1428.134,8.577053,6.6448536,1438.1045,17.39813,11.644841,380.23102,25.771168,46.609932,23.733294,71.168045,252.53185,360.90417,3.9634016,34.03654,77.91932,328.1888,6.3316154,85.17559,8.069804,1.4248223,57.81002,1.0617014,1.2604973,3.8171213,10.358705,24.08828,15.812603,25.30868,198.0174,39.108135,19.4375,30.794271,9.5133505,105.10305,4.324132,89.520454,7.419271,61.8603,6.8326635,9.182202,21.370749,8.855915,23.395834,13.703026,1.0359684,55.48057,9.518421,210.703,6.5047965,252.69548,18.652569,1150.7926,112.2198,3.124724,8.80546,137.65727,172.56764,891.9057,934.62646 +2023-02-06 08:00:00,0.0,2160.736,33.07889,5.192177,11.507163,21.419523,186.42017,25.571035,43.527832,18.052904,26.562244,224.61485,151.66652,12.720741,45.36762,6.8632812,3.820747,35.64251,88.98914,55.195675,448.54376,35.604576,426.35803,136.95619,47.145218,150.7648,210.74571,79.652016,963.545,262.2462,2084.2998,51.8249,2376.8289,648.5841,36.202927,29.114988,191.13217,213.29062,302.09067,980.30676,42.38095,15.048912,9.922124,513.22375,429.82452,102.612885,9.963909,530.59973,17.640926,536.3474,10.841876,34.00079,0.0,1006.3415,1838.5939,0.28368506,48.832596,15.632448,12141.975,37.113464,1.4973651,7.1396823,18.43298,17.67706,5.945183,10.246032,314.65527,36.214287,5.8862767,0.9265735,6.2214675,329.45053,0.56612587,167.62302,87.79524,2654.0159,125.007935,110.79821,188.62645,899.7684,77.547966,58.96707,1134.6122,50.693882,78.60952,9.939517,31.643888,223.49101,12.218186,9.310047,63.845272,19.94553,4284.452,18.569202,34.845238,16.72679,15.114969,321.94446,67.73862,36.07143,9.375429,9.27029,15.069047,56.50061,111.22195,50.86905,202.33078,21.182133,13.213748,63.338707,24.724049,25.531113,128.44223,12.191143,1.4810715,35.164604,11.379835,1205.1519,23.709276,1.3579819,81.04762,16.564695,154.2818,73.384125,106.03757,9.468359,106.07024,372.46274,277.3587,35.873314,235.00513,61.56349,46.692516,69.12255,147.46402,23.121578,55.891838,465.16516,10.253782,17.678587,289.44763,18.949661,9.309524,57.17902,48.874546,553.7985,148.15773,169.36127,1925.8846,38.023808,1594.2864,1427.842,8.572857,6.6412697,1437.8817,17.398119,11.639683,380.17062,25.759523,46.596428,23.724562,71.14592,252.52953,360.8085,3.9614284,34.02755,77.8681,328.14752,6.3291206,85.17247,8.0682535,1.4252474,57.81154,1.0620462,1.2609466,3.8196034,10.358333,24.083809,15.810032,25.311111,197.98563,39.09127,19.428572,30.791666,9.508843,105.065475,4.322222,89.36445,7.4166665,61.864105,6.8238096,9.172048,21.354048,8.857142,23.380953,13.687302,1.0358427,55.492073,9.516397,210.65791,6.5034738,252.711,18.649174,1150.6754,112.213524,3.1263824,8.803062,137.66806,172.57793,891.9121,934.50824 +2023-02-06 09:00:00,0.0,2161.2095,33.06851,5.1915245,11.4998455,21.425535,186.4008,25.57023,43.534985,18.059046,26.572262,224.47661,151.8375,12.719653,45.32351,6.8749385,3.8189914,35.63283,88.89787,55.141113,448.47134,35.576607,426.20624,136.95161,47.110554,150.93327,210.6677,79.646286,963.15424,262.2739,2083.7915,51.8084,2376.7776,648.5012,36.19194,29.108229,191.08672,213.15279,302.0316,980.62054,42.399555,15.043859,9.921573,513.5725,430.11172,102.54546,9.9918375,530.0651,17.670156,535.91174,10.845254,34.021465,0.0,1007.0711,1839.245,0.28369015,48.808987,15.639226,12149.188,37.13022,1.4975909,7.15744,18.45391,17.699203,5.9512897,10.256994,314.7799,36.198166,5.9008737,0.92703086,6.224906,329.72675,0.56579596,167.75613,87.786606,2653.8076,125.022316,110.81528,188.6053,900.4683,77.55049,58.979477,1133.9642,50.713078,78.57042,9.940407,31.652466,223.48235,12.216046,9.308692,63.871464,19.939474,4285.0303,18.574242,34.830357,16.730385,15.125841,322.0,67.79746,36.06027,9.375666,9.272557,15.094655,56.52141,111.32177,50.858257,202.38408,21.199524,13.223471,63.393627,24.745604,25.52442,128.50336,12.203964,1.4813727,35.13722,11.379242,1205.1096,23.710468,1.3648523,81.19643,16.573994,154.4121,73.41369,106.13891,9.466416,106.079575,372.68527,277.7256,35.891212,235.12572,61.65253,46.701088,69.12398,147.48561,23.128487,55.904552,465.15796,10.264205,17.688765,289.5522,18.933867,9.304513,57.232533,48.909283,554.06396,148.22919,169.36862,1925.964,38.011566,1594.2146,1427.5499,8.568661,6.637686,1437.6588,17.398108,11.634524,380.11023,25.747879,46.582924,23.715832,71.12379,252.52719,360.71283,3.9594553,34.01856,77.81688,328.10623,6.326626,85.16936,8.066704,1.4256725,57.81306,1.0623908,1.2613959,3.8220854,10.357962,24.07934,15.807461,25.313541,197.95387,39.074406,19.419643,30.789062,9.504337,105.0279,4.3203125,89.20844,7.4140625,61.867912,6.814955,9.161893,21.337347,8.858371,23.366072,13.671577,1.0357169,55.50358,9.514374,210.61281,6.502151,252.72652,18.645777,1150.5583,112.20725,3.128041,8.800665,137.67883,172.5882,891.9185,934.38995 +2023-02-06 10:00:00,0.0,2161.683,33.058125,5.1908717,11.492529,21.431547,186.38145,25.569426,43.542137,18.065186,26.58228,224.33838,152.00848,12.718565,45.279404,6.8865957,3.817236,35.623154,88.8066,55.08655,448.3989,35.548634,426.05444,136.94702,47.075893,151.10175,210.58968,79.640564,962.76355,262.30164,2083.283,51.7919,2376.726,648.4184,36.18095,29.101469,191.04128,213.01495,301.97247,980.93427,42.418156,15.038806,9.921021,513.9212,430.3989,102.478035,10.019766,529.5305,17.699387,535.47614,10.848631,34.04214,0.0,1007.80066,1839.8961,0.28369528,48.785374,15.646004,12156.403,37.14697,1.4978168,7.175198,18.47484,17.721348,5.957396,10.267957,314.9045,36.182045,5.9154706,0.92748827,6.228344,330.00296,0.5654661,167.88925,87.77798,2653.5996,125.036705,110.83235,188.58415,901.16833,77.55302,58.991886,1133.3164,50.732277,78.53132,9.941297,31.661045,223.47368,12.213907,9.307337,63.89765,19.933416,4285.608,18.57928,34.815475,16.73398,15.136713,322.05557,67.85631,36.049107,9.375902,9.274824,15.120264,56.54221,111.42159,50.84747,202.43738,21.216917,13.233194,63.448547,24.767159,25.517725,128.5645,12.216786,1.4816741,35.109833,11.378649,1205.0674,23.711658,1.3717227,81.34524,16.583292,154.5424,73.44325,106.24025,9.464474,106.08891,372.90784,278.0925,35.909115,235.2463,61.74157,46.70966,69.12541,147.5072,23.135397,55.91727,465.1508,10.274629,17.698944,289.65674,18.91807,9.299501,57.28604,48.944016,554.3294,148.30063,169.37598,1926.0432,37.99932,1594.143,1427.2578,8.564464,6.634102,1437.436,17.398094,11.629365,380.04984,25.736235,46.56942,23.7071,71.101654,252.52486,360.61716,3.9574819,34.009563,77.765656,328.0649,6.324131,85.16624,8.065153,1.4260975,57.81458,1.0627354,1.2618452,3.8245676,10.35759,24.07487,15.80489,25.315971,197.9221,39.05754,19.410713,30.786459,9.49983,104.990326,4.318403,89.05243,7.4114585,61.87172,6.8061013,9.151738,21.320648,8.859598,23.35119,13.655853,1.0355911,55.51508,9.512349,210.56772,6.5008283,252.74203,18.642382,1150.4413,112.20098,3.1296995,8.798267,137.6896,172.59846,891.9249,934.2717 +2023-02-06 11:00:00,0.0,2162.1567,33.04774,5.190219,11.485211,21.43756,186.36209,25.56862,43.549286,18.071327,26.592299,224.20015,152.17946,12.717477,45.2353,6.898253,3.8154805,35.613476,88.71533,55.031986,448.32645,35.52066,425.90262,136.94244,47.04123,151.2702,210.51166,79.63484,962.37286,262.32935,2082.7747,51.7754,2376.6748,648.3355,36.169964,29.09471,190.99583,212.87712,301.9134,981.24805,42.436756,15.033752,9.92047,514.26996,430.6861,102.41061,10.047695,528.99585,17.728617,535.04047,10.852008,34.062817,0.0,1008.5303,1840.5474,0.28370038,48.76176,15.6527815,12163.618,37.163723,1.4980426,7.192956,18.495771,17.743492,5.963503,10.278919,315.02914,36.165924,5.9300675,0.9279457,6.231782,330.27917,0.5651362,168.02238,87.76935,2653.3914,125.05109,110.84942,188.563,901.8683,77.555534,59.00429,1132.6685,50.751476,78.49221,9.942187,31.669624,223.46501,12.211768,9.305983,63.923843,19.92736,4286.1855,18.58432,34.800594,16.737576,15.147585,322.1111,67.91515,36.037945,9.376139,9.277092,15.145872,56.56301,111.521416,50.83668,202.49066,21.234308,13.242918,63.503468,24.788713,25.51103,128.62564,12.229608,1.4819754,35.082447,11.378057,1205.0253,23.712849,1.3785931,81.49405,16.592592,154.6727,73.47282,106.34159,9.462531,106.09825,373.13037,278.45938,35.927013,235.3669,61.830605,46.71823,69.12684,147.52881,23.142305,55.92999,465.1436,10.285051,17.709124,289.7613,18.902275,9.294491,57.339554,48.978752,554.5949,148.37207,169.38335,1926.1226,37.98708,1594.0713,1426.9658,8.560267,6.6305184,1437.2133,17.398083,11.624207,379.98944,25.72459,46.555916,23.69837,71.07953,252.52254,360.52148,3.9555087,34.000572,77.71444,328.02362,6.321636,85.163124,8.063603,1.4265226,57.8161,1.0630802,1.2622947,3.8270497,10.357219,24.070398,15.802319,25.318403,197.89035,39.040676,19.401785,30.783854,9.495323,104.95275,4.316493,88.89642,7.408854,61.875523,6.797247,9.141583,21.303947,8.860826,23.33631,13.640129,1.0354655,55.52658,9.510325,210.52263,6.4995055,252.75755,18.638985,1150.3242,112.19471,3.131358,8.79587,137.70038,172.60875,891.93134,934.15344 +2023-02-06 12:00:00,0.0,2162.6301,33.037354,5.1895666,11.477895,21.443571,186.34274,25.567816,43.55644,18.077469,26.602316,224.06192,152.35043,12.71639,45.19119,6.90991,3.8137252,35.603798,88.62406,54.977425,448.25403,35.49269,425.75082,136.93787,47.006565,151.43867,210.43364,79.62912,961.9821,262.3571,2082.2664,51.758896,2376.6233,648.2526,36.158978,29.08795,190.9504,212.73929,301.85428,981.56177,42.455357,15.0287,9.919918,514.61865,430.9733,102.343185,10.0756235,528.4613,17.757847,534.6048,10.855385,34.083492,0.0,1009.2599,1841.1985,0.28370547,48.73815,15.659559,12170.833,37.180477,1.4982685,7.210714,18.5167,17.765636,5.9696097,10.289881,315.15378,36.149803,5.9446645,0.928403,6.2352204,330.55542,0.5648063,168.1555,87.76071,2653.183,125.065475,110.866486,188.54185,902.56824,77.55806,59.0167,1132.0205,50.770676,78.45311,9.943077,31.678204,223.45636,12.209628,9.304627,63.950035,19.921303,4286.763,18.58936,34.785713,16.74117,15.158457,322.1667,67.974,36.026787,9.376375,9.279359,15.17148,56.583813,111.62124,50.825893,202.54396,21.2517,13.252642,63.558388,24.810268,25.504337,128.68677,12.242429,1.4822768,35.05506,11.377463,1204.983,23.714039,1.3854635,81.64286,16.60189,154.803,73.50238,106.44293,9.460588,106.10759,373.3529,278.8263,35.944916,235.48749,61.919643,46.7268,69.128265,147.5504,23.149214,55.942707,465.1364,10.295474,17.719303,289.8658,18.88648,9.28948,57.393063,49.013485,554.86035,148.44353,169.3907,1926.2019,37.97484,1593.9996,1426.6737,8.556071,6.6269345,1436.9905,17.398071,11.619048,379.92905,25.712946,46.54241,23.689638,71.057396,252.5202,360.42578,3.9535356,33.99158,77.663216,327.98233,6.3191414,85.16,8.062054,1.4269477,57.81762,1.0634248,1.262744,3.8295317,10.356847,24.06593,15.799747,25.320833,197.85858,39.023808,19.392857,30.78125,9.490816,104.91518,4.3145833,88.74042,7.40625,61.87933,6.788393,9.131429,21.287247,8.862053,23.321428,13.624405,1.0353397,55.538086,9.508301,210.47754,6.498183,252.77307,18.63559,1150.207,112.18844,3.1330163,8.793471,137.71115,172.61902,891.9377,934.0352 +2023-02-06 13:00:00,0.0,2163.1038,33.02697,5.188914,11.470577,21.449583,186.32338,25.56701,43.563587,18.083609,26.612333,223.92368,152.52142,12.7153015,45.147083,6.9215674,3.8119698,35.59412,88.53279,54.922863,448.18158,35.464718,425.59903,136.93327,46.971905,151.60715,210.35562,79.6234,961.59143,262.38483,2081.7578,51.742393,2376.572,648.16974,36.14799,29.08119,190.90494,212.60146,301.79517,981.87555,42.473957,15.023646,9.919367,514.9674,431.26047,102.27576,10.103552,527.92664,17.787077,534.1692,10.858763,34.104168,0.0,1009.9894,1841.8497,0.28371057,48.71454,15.666337,12178.047,37.19723,1.4984943,7.2284718,18.537632,17.78778,5.9757166,10.300843,315.27838,36.133682,5.9592614,0.9288604,6.2386584,330.83163,0.56447643,168.28862,87.75208,2652.9749,125.07986,110.88355,188.5207,903.2682,77.56058,59.029106,1131.3726,50.789875,78.41401,9.943967,31.68678,223.4477,12.207489,9.303272,63.976223,19.915247,4287.3413,18.594398,34.770832,16.744766,15.169329,322.22223,68.032845,36.015625,9.376612,9.281626,15.197089,56.604614,111.72106,50.815105,202.59724,21.26909,13.262365,63.613308,24.831823,25.497643,128.74791,12.25525,1.4825782,35.027676,11.376871,1204.9409,23.715229,1.3923339,81.791664,16.611189,154.93329,73.531944,106.54427,9.458645,106.11693,373.57547,279.19318,35.962814,235.60808,62.008682,46.73537,69.1297,147.57199,23.156124,55.95542,465.1292,10.305898,17.729483,289.97037,18.870686,9.28447,57.446575,49.04822,555.1258,148.51497,169.39806,1926.2812,37.962593,1593.928,1426.3817,8.551875,6.6233506,1436.7677,17.39806,11.613889,379.86868,25.701302,46.528908,23.680908,71.03526,252.51787,360.3301,3.9515624,33.98259,77.61199,327.941,6.3166466,85.15689,8.060503,1.4273728,57.819138,1.0637696,1.2631932,3.8320138,10.356476,24.061459,15.797176,25.323263,197.82681,39.006943,19.383928,30.778646,9.48631,104.8776,4.3126736,88.58441,7.403646,61.883137,6.7795386,9.121274,21.270548,8.863281,23.30655,13.608681,1.035214,55.549587,9.506277,210.43243,6.49686,252.7886,18.632193,1150.09,112.18217,3.1346748,8.791074,137.72194,172.62929,891.9441,933.91693 +2023-02-06 14:00:00,0.0,2163.5771,33.016586,5.188261,11.463261,21.455595,186.30402,25.566206,43.57074,18.08975,26.62235,223.78545,152.6924,12.714213,45.102974,6.9332247,3.8102143,35.584442,88.44151,54.8683,448.10916,35.436745,425.44724,136.9287,46.93724,151.77562,210.2776,79.61767,961.20074,262.41254,2081.2495,51.72589,2376.5205,648.08685,36.137005,29.07443,190.8595,212.46362,301.73608,982.1893,42.49256,15.018593,9.918816,515.3161,431.54767,102.208336,10.13148,527.392,17.816307,533.7335,10.86214,34.124844,0.0,1010.719,1842.5009,0.28371567,48.69093,15.673115,12185.262,37.213985,1.4987202,7.2462296,18.558563,17.809925,5.981823,10.311806,315.403,36.11756,5.973858,0.92931783,6.2420964,331.10785,0.5641465,168.42175,87.743454,2652.7666,125.094246,110.90062,188.49957,903.96814,77.5631,59.041515,1130.7246,50.809074,78.37491,9.944858,31.695358,223.43903,12.20535,9.301918,64.00241,19.909191,4287.919,18.599438,34.75595,16.748362,15.180201,322.27777,68.09169,36.004463,9.376848,9.283894,15.222697,56.625416,111.82089,50.804314,202.65054,21.286484,13.272088,63.66823,24.853378,25.49095,128.80905,12.268072,1.4828794,35.00029,11.376278,1204.8987,23.71642,1.3992043,81.940475,16.620487,155.06358,73.56151,106.645615,9.456702,106.12627,373.798,279.5601,35.980717,235.72867,62.09772,46.743942,69.13113,147.59358,23.163033,55.96814,465.12204,10.31632,17.73966,290.07492,18.85489,9.279458,57.500084,49.082954,555.39124,148.58641,169.40541,1926.3606,37.95035,1593.8562,1426.0896,8.547678,6.6197667,1436.5449,17.398048,11.60873,379.8083,25.689657,46.515404,23.672176,71.01314,252.51555,360.23444,3.949589,33.973595,77.560776,327.89972,6.314152,85.15377,8.058953,1.4277978,57.82066,1.0641142,1.2636425,3.8344958,10.356104,24.056988,15.794605,25.325695,197.79506,38.990078,19.375,30.776041,9.481803,104.84003,4.310764,88.428406,7.4010415,61.886944,6.7706847,9.111119,21.253847,8.864509,23.291668,13.592957,1.0350882,55.56109,9.504253,210.38734,6.4955373,252.80412,18.628798,1149.9729,112.17589,3.1363335,8.788676,137.73271,172.63956,891.9505,933.7987 +2023-02-06 15:00:00,0.0,2164.0508,33.006203,5.1876087,11.455943,21.461607,186.28467,25.565401,43.577892,18.095892,26.632368,223.64722,152.86337,12.713125,45.05887,6.944882,3.8084588,35.574764,88.35024,54.81374,448.0367,35.408775,425.2954,136.92412,46.90258,151.94408,210.19958,79.611946,960.81,262.44028,2080.741,51.70939,2376.4692,648.004,36.126015,29.06767,190.81406,212.32579,301.67697,982.50305,42.51116,15.01354,9.918264,515.6648,431.83484,102.14091,10.159409,526.8574,17.845537,533.29785,10.865517,34.14552,0.0,1011.4486,1843.152,0.2837208,48.667316,15.679893,12192.477,37.23074,1.4989461,7.2639875,18.579494,17.83207,5.98793,10.322768,315.52765,36.10144,5.988455,0.9297752,6.2455344,331.38406,0.5638166,168.55487,87.734825,2652.5586,125.10863,110.917694,188.47842,904.66815,77.56563,59.053925,1130.0767,50.828274,78.3358,9.945747,31.703938,223.43036,12.203211,9.300563,64.0286,19.903133,4288.4966,18.604477,34.74107,16.751957,15.191072,322.33334,68.150536,35.993305,9.377085,9.28616,15.248305,56.646217,111.920715,50.793526,202.70384,21.303875,13.281812,63.72315,24.874933,25.484255,128.87018,12.280893,1.4831808,34.972904,11.375685,1204.8564,23.71761,1.4060746,82.08929,16.629786,155.1939,73.59107,106.746956,9.45476,106.135605,374.02057,279.92697,35.998615,235.84926,62.186756,46.752514,69.13255,147.61517,23.169943,55.980858,465.11484,10.326743,17.74984,290.17944,18.839096,9.274447,57.553596,49.11769,555.6567,148.65787,169.41277,1926.44,37.938107,1593.7845,1425.7975,8.543482,6.616183,1436.3221,17.398037,11.603572,379.7479,25.678013,46.5019,23.663446,70.991005,252.51321,360.13876,3.9476159,33.964603,77.50955,327.8584,6.311657,85.15066,8.057403,1.4282229,57.822178,1.0644588,1.2640918,3.836978,10.355733,24.052519,15.792034,25.328125,197.76329,38.973213,19.366072,30.773438,9.477296,104.80245,4.308854,88.2724,7.3984375,61.890747,6.7618303,9.100965,21.237146,8.865736,23.276787,13.577232,1.0349624,55.57259,9.502229,210.34225,6.4942145,252.81964,18.6254,1149.8558,112.16962,3.137992,8.786279,137.74348,172.64984,891.9569,933.6804 +2023-02-06 16:00:00,0.0,2164.5244,32.995815,5.186956,11.4486265,21.467619,186.2653,25.564596,43.58504,18.102034,26.642385,223.50899,153.03436,12.712037,45.014763,6.956539,3.8067036,35.565086,88.25897,54.759174,447.96426,35.380802,425.14362,136.91953,46.867916,152.11255,210.12157,79.606224,960.4193,262.468,2080.2327,51.692886,2376.4177,647.92114,36.11503,29.060911,190.7686,212.18796,301.6179,982.8168,42.529762,15.008487,9.917713,516.01355,432.12204,102.07348,10.187337,526.32275,17.874767,532.86224,10.868895,34.166195,0.0,1012.1782,1843.8032,0.2837259,48.643707,15.68667,12199.691,37.247494,1.4991719,7.2817454,18.600424,17.854214,5.9940367,10.333731,315.65228,36.08532,6.0030518,0.9302326,6.248973,331.66028,0.5634867,168.68799,87.72619,2652.3503,125.12302,110.93476,188.45728,905.3681,77.568146,59.06633,1129.4287,50.84747,78.2967,9.946638,31.712517,223.42169,12.201071,9.299208,64.054794,19.897078,4289.074,18.609516,34.72619,16.755552,15.201944,322.3889,68.20938,35.982143,9.377322,9.288427,15.273914,56.66702,112.02054,50.782738,202.75713,21.321266,13.291535,63.77807,24.896488,25.47756,128.93132,12.293715,1.4834821,34.94552,11.3750925,1204.8143,23.718801,1.412945,82.2381,16.639084,155.32419,73.620636,106.8483,9.452817,106.14494,374.2431,280.29388,36.016518,235.96985,62.275795,46.761086,69.13399,147.63676,23.176851,55.993576,465.10767,10.337167,17.76002,290.284,18.8233,9.269437,57.607105,49.152424,555.9221,148.72931,169.42012,1926.5192,37.925865,1593.7129,1425.5055,8.539286,6.612599,1436.0992,17.398026,11.5984125,379.6875,25.666368,46.48839,23.654715,70.96887,252.51088,360.04306,3.9456427,33.955612,77.45833,327.8171,6.309162,85.14754,8.055853,1.428648,57.8237,1.0648036,1.2645411,3.8394601,10.355361,24.048048,15.789463,25.330555,197.73152,38.95635,19.357143,30.770834,9.472789,104.76488,4.3069444,88.116394,7.3958335,61.894554,6.752976,9.09081,21.220448,8.866964,23.261906,13.561508,1.0348366,55.584095,9.500205,210.29716,6.492892,252.83516,18.622005,1149.7386,112.163345,3.1396503,8.783881,137.75426,172.66011,891.9633,933.5622 +2023-02-06 17:00:00,0.0,2164.9978,32.98543,5.186303,11.441309,21.47363,186.24596,25.563793,43.592194,18.108173,26.652403,223.37074,153.20534,12.710949,44.970654,6.9681964,3.804948,35.55541,88.1677,54.704613,447.89185,35.35283,424.99182,136.91495,46.833252,152.28102,210.04355,79.6005,960.02856,262.49573,2079.7244,51.676388,2376.3665,647.83826,36.104042,29.054152,190.72316,212.05013,301.55878,983.13055,42.548363,15.003434,9.917162,516.36224,432.40924,102.00606,10.215265,525.7882,17.903997,532.4266,10.872272,34.18687,0.0,1012.9077,1844.4543,0.28373098,48.620094,15.693448,12206.905,37.264248,1.4993978,7.2995033,18.621353,17.876358,6.0001435,10.344692,315.7769,36.0692,6.0176487,0.93069,6.252411,331.9365,0.56315684,168.82112,87.71756,2652.142,125.1374,110.951836,188.43613,906.06805,77.57067,59.07874,1128.7808,50.86667,78.2576,9.947528,31.721094,223.41304,12.198932,9.297853,64.080986,19.891022,4289.6523,18.614555,34.71131,16.759148,15.212816,322.44446,68.26823,35.97098,9.377559,9.290695,15.299522,56.687817,112.12036,50.77195,202.81042,21.338657,13.301259,63.83299,24.918043,25.470867,128.99246,12.306536,1.4837835,34.918133,11.374499,1204.7721,23.719992,1.4198154,82.3869,16.648382,155.45448,73.6502,106.94964,9.450874,106.15428,374.46567,280.66077,36.034416,236.09044,62.364834,46.769657,69.135414,147.65837,23.18376,56.00629,465.10046,10.3475895,17.770199,290.38855,18.807505,9.264426,57.660618,49.18716,556.18756,148.80077,169.42747,1926.5985,37.913624,1593.6412,1425.2134,8.535089,6.6090155,1435.8765,17.398014,11.593254,379.6271,25.654724,46.474888,23.645985,70.94675,252.50856,359.9474,3.9436696,33.946617,77.407104,327.77582,6.3066673,85.144424,8.054303,1.429073,57.82522,1.0651482,1.2649904,3.841942,10.35499,24.043577,15.786892,25.332987,197.69977,38.939484,19.348213,30.768229,9.468283,104.72731,4.3050346,87.96038,7.393229,61.89836,6.744122,9.080655,21.203747,8.868192,23.247025,13.545784,1.0347109,55.595596,9.498181,210.25208,6.491569,252.85068,18.618608,1149.6216,112.157074,3.1413088,8.781483,137.76505,172.67038,891.9697,933.4439 +2023-02-06 18:00:00,0.0,2165.4714,32.975048,5.185651,11.433992,21.479643,186.2266,25.562988,43.599346,18.114315,26.66242,223.23251,153.37631,12.709862,44.926548,6.9798536,3.8031926,35.545727,88.07643,54.65005,447.8194,35.32486,424.84,136.91035,46.79859,152.44948,209.96553,79.59478,959.6379,262.52347,2079.2158,51.659885,2376.315,647.7554,36.093056,29.047392,190.67772,211.9123,301.49966,983.44434,42.566963,14.998381,9.91661,516.711,432.6964,101.93863,10.243194,525.25354,17.933228,531.9909,10.8756485,34.207546,0.0,1013.6373,1845.1056,0.28373608,48.596485,15.700226,12214.12,37.281002,1.4996235,7.3172617,18.642284,17.898502,6.0062504,10.355655,315.90152,36.053078,6.0322456,0.93114734,6.255849,332.21274,0.56282693,168.95424,87.70893,2651.9338,125.15178,110.9689,188.41498,906.768,77.5732,59.091145,1128.1329,50.885868,78.2185,9.948418,31.729671,223.40437,12.196793,9.296498,64.10718,19.884964,4290.23,18.619595,34.69643,16.762743,15.223688,322.5,68.32707,35.95982,9.377795,9.292962,15.32513,56.70862,112.220184,50.76116,202.86371,21.356049,13.310982,63.88791,24.939598,25.464172,129.05359,12.319357,1.4840848,34.890747,11.373907,1204.73,23.721182,1.4266858,82.53571,16.65768,155.58478,73.67976,107.05098,9.448932,106.16362,374.6882,281.02768,36.05232,236.21104,62.45387,46.778225,69.13684,147.67996,23.19067,56.01901,465.0933,10.358013,17.780376,290.4931,18.79171,9.259416,57.714127,49.221893,556.45306,148.87221,169.43483,1926.6777,37.90138,1593.5695,1424.9213,8.530892,6.6054316,1435.6537,17.398003,11.588096,379.5667,25.64308,46.461384,23.637255,70.924614,252.50623,359.8517,3.9416962,33.937626,77.35589,327.7345,6.3041725,85.141304,8.0527525,1.4294981,57.826736,1.065493,1.2654397,3.8444242,10.354618,24.039108,15.784322,25.335417,197.668,38.92262,19.339285,30.765625,9.463776,104.689735,4.303125,87.804375,7.390625,61.902164,6.7352676,9.0705,21.187046,8.869419,23.232143,13.53006,1.0345851,55.607098,9.496157,210.20697,6.4902463,252.8662,18.615213,1149.5045,112.1508,3.1429672,8.779085,137.77582,172.68066,891.97614,933.3257 +2023-02-06 19:00:00,0.0,2165.9448,32.964664,5.184998,11.426675,21.485655,186.20723,25.562183,43.606495,18.120457,26.672438,223.09428,153.5473,12.708774,44.88244,6.991511,3.8014371,35.53605,87.98516,54.59549,447.74698,35.296886,424.6882,136.90578,46.763927,152.61795,209.88751,79.58906,959.2472,262.55118,2078.7075,51.643383,2376.2637,647.6725,36.08207,29.040632,190.63226,211.77444,301.44058,983.75806,42.585564,14.993327,9.916059,517.0597,432.9836,101.87121,10.271122,524.71893,17.962458,531.5553,10.879026,34.22822,0.0,1014.36694,1845.7567,0.28374118,48.572872,15.707004,12221.335,37.297756,1.4998494,7.3350196,18.663216,17.920647,6.0123568,10.366617,316.02615,36.036957,6.0468426,0.93160474,6.259287,332.48895,0.562497,169.08736,87.7003,2651.7256,125.16617,110.98598,188.39383,907.46796,77.575714,59.103554,1127.485,50.905067,78.17939,9.949308,31.73825,223.3957,12.194653,9.295143,64.13337,19.878908,4290.8076,18.624634,34.68155,16.766338,15.23456,322.55557,68.38592,35.94866,9.378032,9.295229,15.3507395,56.72942,112.32001,50.750374,202.917,21.373442,13.320705,63.94283,24.961153,25.45748,129.11473,12.332179,1.4843862,34.86336,11.373314,1204.6877,23.722372,1.4335562,82.684525,16.66698,155.71507,73.70933,107.15232,9.446988,106.17295,374.91077,281.39456,36.070217,236.33163,62.542908,46.786797,69.13827,147.70155,23.197578,56.031727,465.0861,10.368436,17.790556,290.59763,18.775915,9.254404,57.76764,49.25663,556.7185,148.94365,169.44218,1926.7571,37.889137,1593.4978,1424.6293,8.526696,6.6018476,1435.4309,17.397991,11.582936,379.50632,25.631435,46.44788,23.628523,70.90249,252.50389,359.75604,3.939723,33.928635,77.304665,327.6932,6.301677,85.13819,8.051203,1.4299232,57.82826,1.0658376,1.2658892,3.8469062,10.354247,24.034637,15.781751,25.337847,197.63623,38.905754,19.330357,30.763021,9.459269,104.65216,4.301215,87.64837,7.388021,61.90597,6.7264137,9.060346,21.170345,8.870647,23.217262,13.514335,1.0344595,55.6186,9.494133,210.16188,6.4889235,252.88173,18.611816,1149.3875,112.14453,3.144626,8.776688,137.78659,172.69093,891.98254,933.2074 +2023-02-06 20:00:00,0.0,2166.4185,32.954277,5.1843452,11.419358,21.491667,186.18788,25.561378,43.613647,18.126596,26.682455,222.95605,153.71828,12.707685,44.838333,7.003168,3.799682,35.52637,87.89388,54.540928,447.67453,35.268917,424.5364,136.9012,46.729267,152.78642,209.8095,79.58333,958.85645,262.57892,2078.199,51.62688,2376.2122,647.5896,36.07108,29.033873,190.58682,211.63661,301.38147,984.07184,42.604168,14.988275,9.915507,517.40845,433.27078,101.80378,10.29905,524.1843,17.991688,531.1196,10.882403,34.248898,0.0,1015.09644,1846.408,0.2837463,48.549263,15.713781,12228.549,37.31451,1.5000752,7.3527775,18.684147,17.942791,6.0184636,10.37758,316.15076,36.020836,6.0614395,0.93206215,6.2627254,332.76517,0.5621671,169.22049,87.691666,2651.5173,125.18055,111.003044,188.37268,908.16797,77.57824,59.11596,1126.837,50.924267,78.14029,9.950198,31.746828,223.38704,12.192513,9.293789,64.15955,19.872852,4291.3853,18.629673,34.666668,16.769932,15.245432,322.6111,68.44476,35.9375,9.378268,9.297497,15.376348,56.75022,112.41983,50.739582,202.97029,21.390833,13.330429,63.99775,24.982708,25.450785,129.17587,12.345,1.4846874,34.835976,11.372721,1204.6456,23.723562,1.4404266,82.833336,16.67628,155.84537,73.73889,107.25366,9.445045,106.18229,375.1333,281.76147,36.08812,236.45222,62.631947,46.79537,69.1397,147.72314,23.204489,56.044445,465.07892,10.378859,17.800735,290.70218,18.76012,9.249393,57.821148,49.291363,556.98395,149.0151,169.44954,1926.8364,37.876892,1593.4261,1424.3372,8.5225,6.5982637,1435.2081,17.39798,11.577778,379.44592,25.619791,46.434376,23.619793,70.880356,252.50157,359.66037,3.9377499,33.91964,77.25344,327.6519,6.2991824,85.13507,8.049652,1.4303483,57.829777,1.0661824,1.2663385,3.8493884,10.353875,24.030167,15.77918,25.340279,197.60448,38.88889,19.321428,30.760416,9.454762,104.614586,4.2993054,87.49236,7.3854165,61.90978,6.7175593,9.050191,21.153646,8.871875,23.202381,13.4986105,1.0343337,55.630104,9.492109,210.11679,6.487601,252.89725,18.608421,1149.2703,112.13826,3.1462843,8.77429,137.79736,172.7012,891.98895,933.0892 +2023-02-06 21:00:00,0.0,2166.892,32.943893,5.183693,11.412041,21.497679,186.16852,25.560574,43.6208,18.132738,26.692472,222.81781,153.88925,12.706597,44.794224,7.0148253,3.7979264,35.516693,87.80261,54.486362,447.6021,35.240944,424.38458,136.8966,46.694603,152.9549,209.73148,79.57761,958.46576,262.60663,2077.6907,51.61038,2376.161,647.5068,36.060093,29.027113,190.54138,211.49878,301.3224,984.38556,42.62277,14.983221,9.914956,517.75714,433.55798,101.73635,10.326979,523.6497,18.020918,530.68396,10.88578,34.269573,0.0,1015.8261,1847.0591,0.2837514,48.52565,15.720559,12235.764,37.331264,1.5003011,7.3705354,18.705076,17.964935,6.0245705,10.388542,316.2754,36.00471,6.076036,0.9325195,6.2661633,333.04138,0.56183726,169.3536,87.68304,2651.3093,125.19494,111.02011,188.35153,908.8679,77.580765,59.12837,1126.1891,50.943466,78.10119,9.951089,31.755405,223.37837,12.190374,9.292434,64.185745,19.866795,4291.9634,18.634712,34.651787,16.773527,15.256304,322.6667,68.50361,35.92634,9.378505,9.299764,15.401956,56.771023,112.51966,50.728794,203.02359,21.408224,13.340153,64.052666,25.004263,25.44409,129.23701,12.357821,1.4849888,34.80859,11.3721285,1204.6034,23.724752,1.447297,82.98214,16.685577,155.97568,73.76845,107.355,9.443103,106.19163,375.35587,282.12836,36.106018,236.57281,62.72098,46.80394,69.14113,147.74474,23.211397,56.05716,465.07172,10.389282,17.810915,290.80673,18.744326,9.244383,57.87466,49.3261,557.2494,149.08655,169.4569,1926.9158,37.86465,1593.3545,1424.045,8.518303,6.59468,1434.9854,17.397968,11.572619,379.38553,25.608147,46.42087,23.611061,70.85822,252.49924,359.56467,3.9357765,33.91065,77.202225,327.6106,6.2966876,85.13196,8.048102,1.4307733,57.8313,1.066527,1.2667878,3.8518703,10.353504,24.025696,15.776608,25.342709,197.57271,38.872025,19.3125,30.757812,9.450255,104.57701,4.2973957,87.33636,7.3828125,61.913586,6.7087054,9.040036,21.136946,8.873102,23.1875,13.482886,1.0342079,55.641605,9.490085,210.0717,6.486278,252.91277,18.605024,1149.1532,112.13198,3.1479428,8.771893,137.80814,172.71147,891.99536,932.9709 +2023-02-06 22:00:00,0.0,2167.3655,32.93351,5.18304,11.404724,21.50369,186.14917,25.559769,43.62795,18.13888,26.70249,222.67958,154.06024,12.705509,44.75012,7.0264826,3.796171,35.507015,87.71134,54.4318,447.52966,35.21297,424.2328,136.89203,46.65994,153.12335,209.65346,79.571884,958.0751,262.63437,2077.1824,51.593876,2376.1094,647.4239,36.049107,29.020353,190.49593,211.36095,301.26328,984.69934,42.64137,14.9781685,9.914405,518.1059,433.84518,101.66893,10.354907,523.11505,18.050148,530.24835,10.889158,34.29025,0.0,1016.55566,1847.7102,0.2837565,48.502037,15.727336,12242.979,37.34802,1.5005269,7.3882933,18.726007,17.98708,6.0306773,10.399505,316.40002,35.98859,6.090633,0.9329769,6.2696013,333.3176,0.56150734,169.48672,87.67441,2651.101,125.20932,111.037186,188.33038,909.5679,77.58328,59.140774,1125.5411,50.96266,78.06209,9.951979,31.763985,223.3697,12.188235,9.291079,64.21194,19.860739,4292.541,18.63975,34.636906,16.777122,15.267176,322.72223,68.562454,35.91518,9.378741,9.302031,15.427565,56.791824,112.619484,50.718006,203.07689,21.425615,13.349876,64.10759,25.025818,25.437397,129.29814,12.370643,1.4852902,34.7812,11.371535,1204.5612,23.725945,1.4541674,83.13095,16.694876,156.10597,73.79801,107.456345,9.44116,106.200966,375.5784,282.49527,36.12392,236.6934,62.81002,46.81251,69.142555,147.76634,23.218306,56.069878,465.06454,10.399705,17.821093,290.91125,18.728529,9.239372,57.92817,49.360832,557.51483,149.15799,169.46425,1926.9951,37.852406,1593.2828,1423.753,8.514107,6.591096,1434.7625,17.397957,11.56746,379.32513,25.596502,46.407368,23.602331,70.8361,252.4969,359.469,3.9338033,33.901657,77.151,327.5693,6.294193,85.12884,8.046553,1.4311984,57.832817,1.0668716,1.2672371,3.8543525,10.353132,24.021227,15.774037,25.345139,197.54095,38.85516,19.303572,30.755209,9.445748,104.53944,4.295486,87.18035,7.3802085,61.91739,6.699851,9.0298815,21.120245,8.8743305,23.172619,13.467162,1.0340822,55.653107,9.488061,210.02661,6.4849553,252.92828,18.60163,1149.0361,112.12571,3.1496012,8.769494,137.81892,172.72176,892.0017,932.85266 +2023-02-06 23:00:00,0.0,2167.839,32.923126,5.1823874,11.397407,21.509703,186.1298,25.558964,43.6351,18.145021,26.712507,222.54135,154.23122,12.704422,44.706013,7.03814,3.7944155,35.497337,87.62007,54.37724,447.4572,35.185,424.081,136.88745,46.62528,153.29182,209.57544,79.56616,957.6843,262.6621,2076.6738,51.577377,2376.058,647.341,36.03812,29.013594,190.45047,211.22311,301.20416,985.01306,42.65997,14.973115,9.913853,518.4546,434.13235,101.6015,10.382836,522.58044,18.079378,529.8127,10.892535,34.310925,0.0,1017.2853,1848.3615,0.2837616,48.478428,15.734114,12250.193,37.364773,1.5007528,7.406051,18.746937,18.009224,6.0367837,10.410466,316.52463,35.97247,6.10523,0.9334343,6.27304,333.5938,0.56117743,169.61986,87.66577,2650.8928,125.22371,111.05425,188.30923,910.2678,77.58581,59.153183,1124.8932,50.98186,78.02298,9.952868,31.772564,223.36105,12.186095,9.289724,64.23813,19.854681,4293.1187,18.644789,34.622025,16.780718,15.278048,322.77777,68.62129,35.90402,9.378978,9.304297,15.453173,56.812626,112.71931,50.70722,203.13017,21.443008,13.359599,64.162506,25.047375,25.430702,129.35928,12.383465,1.4855915,34.753815,11.370943,1204.519,23.727135,1.4610378,83.27976,16.704174,156.23627,73.827576,107.557686,9.439218,106.210304,375.80096,282.86215,36.14182,236.814,62.89906,46.821083,69.14399,147.78793,23.225216,56.082596,465.05734,10.410128,17.831272,291.0158,18.712734,9.234361,57.98168,49.39557,557.7803,149.22945,169.4716,1927.0745,37.840164,1593.211,1423.4609,8.509911,6.5875125,1434.5397,17.397945,11.562302,379.26474,25.584858,46.393864,23.5936,70.813965,252.49457,359.37332,3.9318302,33.892666,77.09978,327.52798,6.291698,85.12572,8.045002,1.4316235,57.83434,1.0672164,1.2676864,3.8568347,10.352761,24.016756,15.771466,25.347569,197.50919,38.838295,19.294643,30.752604,9.441241,104.50186,4.2935762,87.024345,7.377604,61.921196,6.690997,9.019727,21.103546,8.875558,23.15774,13.451438,1.0339564,55.66461,9.486036,209.9815,6.4836326,252.9438,18.598232,1148.9191,112.11944,3.1512597,8.7670965,137.8297,172.73203,892.0081,932.7344 +2023-02-07 00:00:00,0.0,2168.3125,32.912743,5.181735,11.39009,21.515715,186.11044,25.558159,43.642254,18.151161,26.722527,222.40312,154.40219,12.703334,44.661903,7.049797,3.7926602,35.48766,87.5288,54.322678,447.3848,35.15703,423.92917,136.88286,46.590614,153.4603,209.49742,79.56044,957.29364,262.68982,2076.1655,51.560875,2376.0066,647.2581,36.027134,29.006834,190.40503,211.08528,301.14508,985.32684,42.67857,14.968061,9.913301,518.80334,434.41956,101.53408,10.410765,522.04584,18.108608,529.377,10.895912,34.3316,0.0,1018.01483,1849.0126,0.2837667,48.454815,15.740891,12257.407,37.381527,1.5009786,7.423809,18.767868,18.031368,6.0428905,10.421429,316.64926,35.95635,6.119827,0.93389165,6.276478,333.87006,0.5608476,169.75298,87.65714,2650.6846,125.23809,111.07132,188.28809,910.9678,77.58833,59.16559,1124.2452,51.00106,77.98388,9.953759,31.781141,223.35239,12.183956,9.288369,64.26432,19.848625,4293.6963,18.649828,34.607143,16.784313,15.288919,322.83334,68.68014,35.892857,9.379214,9.306565,15.478781,56.833424,112.81913,50.69643,203.18347,21.4604,13.369323,64.21743,25.06893,25.424007,129.42043,12.396286,1.4858929,34.72643,11.37035,1204.4768,23.728325,1.4679081,83.42857,16.713472,156.36656,73.85714,107.65903,9.437275,106.21964,376.0235,283.22906,36.15972,236.93459,62.9881,46.82965,69.14542,147.80952,23.232124,56.095314,465.05017,10.420551,17.841452,291.12036,18.69694,9.22935,58.03519,49.4303,558.0457,149.30089,169.47897,1927.1537,37.827923,1593.1394,1423.1688,8.505714,6.5839286,1434.3169,17.397934,11.557143,379.20435,25.573214,46.380356,23.58487,70.79183,252.49225,359.27765,3.929857,33.88367,77.04856,327.4867,6.289203,85.122604,8.043452,1.4320484,57.835857,1.067561,1.2681357,3.8593166,10.352389,24.012285,15.768895,25.35,197.47742,38.82143,19.285713,30.75,9.436735,104.46429,4.2916665,86.86833,7.375,61.925003,6.6821427,9.009571,21.086845,8.876785,23.142859,13.435714,1.0338306,55.676113,9.484013,209.93642,6.4823103,252.95932,18.594837,1148.802,112.11317,3.1529183,8.764699,137.84047,172.7423,892.0145,932.61615 +2023-02-07 01:00:00,0.0,2168.7861,32.902355,5.1810822,11.382772,21.521727,186.0911,25.557354,43.649403,18.157303,26.732544,222.26488,154.57318,12.702246,44.617798,7.0614543,3.7909048,35.47798,87.43753,54.268116,447.31235,35.129055,423.77737,136.87828,46.555954,153.62877,209.4194,79.55471,956.90295,262.71756,2075.657,51.544373,2375.9553,647.17523,36.016144,29.000074,190.35959,210.94745,301.08597,985.64056,42.697174,14.963009,9.91275,519.15204,434.70673,101.46665,10.438693,521.5112,18.137838,528.94135,10.899289,34.352276,0.0,1018.74445,1849.6638,0.28377178,48.431206,15.747669,12264.622,37.39828,1.5012045,7.441567,18.7888,18.053513,6.0489974,10.432391,316.7739,35.940228,6.1344237,0.93434906,6.279916,334.14627,0.56051767,169.8861,87.64851,2650.4763,125.25248,111.088394,188.26694,911.6677,77.59085,59.177998,1123.5973,51.02026,77.94478,9.954649,31.789719,223.34372,12.181817,9.287014,64.29051,19.84257,4294.2744,18.654867,34.592262,16.787909,15.29979,322.8889,68.73898,35.881695,9.379451,9.308832,15.50439,56.854225,112.91895,50.68564,203.23676,21.47779,13.379046,64.27235,25.090485,25.417315,129.48155,12.409107,1.4861941,34.699043,11.369757,1204.4347,23.729515,1.4747785,83.57738,16.72277,156.49686,73.8867,107.760376,9.435331,106.22898,376.24603,283.59595,36.17762,237.05518,63.077133,46.838223,69.14684,147.83112,23.239033,56.10803,465.04297,10.430974,17.851631,291.2249,18.681145,9.2243395,58.088703,49.46504,558.31116,149.37233,169.48633,1927.233,37.815678,1593.0677,1422.8768,8.501517,6.5803447,1434.0941,17.397923,11.551984,379.14395,25.56157,46.36685,23.576138,70.76971,252.48991,359.18195,3.9278836,33.87468,76.99734,327.4454,6.2867084,85.119484,8.041902,1.4324735,57.837376,1.0679058,1.268585,3.8617988,10.352017,24.007816,15.766324,25.35243,197.44566,38.80456,19.276785,30.747396,9.432228,104.42671,4.289757,86.712326,7.372396,61.92881,6.673289,8.999416,21.070145,8.878014,23.127977,13.41999,1.0337049,55.687614,9.481989,209.89133,6.4809875,252.97485,18.59144,1148.6848,112.106895,3.1545768,8.762301,137.85124,172.75258,892.02094,932.49786 +2023-02-07 02:00:00,0.0,2169.2598,32.89197,5.1804295,11.375456,21.527739,186.07173,25.55655,43.656555,18.163445,26.742561,222.12665,154.74416,12.701158,44.57369,7.0731115,3.7891493,35.468304,87.34626,54.21355,447.23993,35.101086,423.62558,136.87369,46.52129,153.79723,209.34138,79.54899,956.5122,262.74527,2075.1487,51.52787,2375.9038,647.09235,36.005157,28.993315,190.31413,210.80962,301.0269,985.95435,42.715775,14.957955,9.912199,519.50073,434.99393,101.39922,10.466621,520.97656,18.167068,528.50574,10.902667,34.37295,0.0,1019.474,1850.315,0.2837769,48.407593,15.754447,12271.837,37.41503,1.5014303,7.459325,18.809729,18.075657,6.0551043,10.443354,316.8985,35.924107,6.1490207,0.93480647,6.283354,334.4225,0.56018776,170.01921,87.639885,2650.268,125.26686,111.10546,188.2458,912.36774,77.593376,59.190407,1122.9493,51.03946,77.90568,9.955539,31.798298,223.33505,12.179678,9.28566,64.316696,19.836512,4294.852,18.659906,34.57738,16.791504,15.310662,322.94446,68.79783,35.870537,9.379688,9.311099,15.529998,56.875027,113.018776,50.67485,203.29005,21.495182,13.38877,64.32727,25.11204,25.41062,129.5427,12.421928,1.4864955,34.671658,11.369164,1204.3925,23.730705,1.4816489,83.72619,16.732069,156.62717,73.91627,107.86172,9.433389,106.23832,376.4686,283.96286,36.195522,237.17577,63.166172,46.846794,69.14828,147.8527,23.245943,56.120747,465.03577,10.441398,17.861809,291.32944,18.66535,9.219329,58.142212,49.49977,558.57666,149.44379,169.49368,1927.3125,37.803436,1592.9961,1422.5847,8.497321,6.576761,1433.8713,17.39791,11.546825,379.08356,25.549925,46.353348,23.567408,70.747574,252.48758,359.08627,3.9259105,33.86569,76.94611,327.40408,6.2842135,85.11637,8.040352,1.4328986,57.838898,1.0682504,1.2690343,3.8642807,10.351646,24.003345,15.763753,25.35486,197.4139,38.787697,19.267857,30.744791,9.427721,104.38914,4.287847,86.55632,7.3697915,61.932613,6.6644344,8.989262,21.053446,8.879241,23.113096,13.404265,1.0335792,55.699116,9.479964,209.84624,6.479665,252.99037,18.588045,1148.5677,112.100624,3.1562352,8.759904,137.86201,172.76285,892.02734,932.37964 +2023-02-07 03:00:00,0.0,2169.7332,32.881588,5.1797767,11.368138,21.53375,186.05238,25.555744,43.663708,18.169584,26.752579,221.98842,154.91513,12.700069,44.529583,7.084769,3.7873938,35.458626,87.25498,54.15899,447.16748,35.073112,423.47375,136.86911,46.486626,153.9657,209.26337,79.54327,956.1215,262.773,2074.6404,51.511368,2375.8525,647.0095,35.99417,28.986555,190.26869,210.67178,300.96777,986.26807,42.734375,14.952903,9.911648,519.8495,435.28113,101.3318,10.49455,520.442,18.196299,528.07007,10.906044,34.393627,0.0,1020.20355,1850.9661,0.283782,48.383984,15.761225,12279.052,37.431786,1.5016562,7.4770827,18.83066,18.097801,6.0612106,10.454316,317.02313,35.907986,6.163617,0.9352638,6.2867923,334.6987,0.55985785,170.15234,87.63125,2650.06,125.28125,111.12253,188.22466,913.0677,77.5959,59.202812,1122.3015,51.05866,77.86657,9.9564295,31.806875,223.32639,12.177538,9.284305,64.34289,19.830456,4295.4297,18.664946,34.5625,16.7951,15.321534,323.0,68.856674,35.859375,9.379925,9.313367,15.555606,56.89583,113.11861,50.664062,203.34335,21.512575,13.398493,64.38219,25.133595,25.403927,129.60384,12.434751,1.4867969,34.64427,11.368571,1204.3502,23.731895,1.4885193,83.875,16.741367,156.75746,73.94583,107.96306,9.431446,106.24766,376.69113,284.32974,36.21342,237.29636,63.25521,46.855366,69.149704,147.8743,23.252851,56.133465,465.0286,10.45182,17.871988,291.434,18.649555,9.214318,58.195724,49.534508,558.8421,149.51523,169.50104,1927.3917,37.79119,1592.9243,1422.2926,8.493125,6.573177,1433.6486,17.397898,11.541667,379.02316,25.53828,46.339844,23.558676,70.72544,252.48526,358.9906,3.9239373,33.856693,76.8949,327.3628,6.2817187,85.11325,8.038802,1.4333237,57.840416,1.068595,1.2694837,3.8667629,10.3512745,23.998875,15.761182,25.357292,197.38213,38.770832,19.258928,30.742188,9.423214,104.35156,4.2859373,86.400314,7.3671875,61.93642,6.6555805,8.979107,21.036745,8.880468,23.098215,13.388541,1.0334535,55.71062,9.477941,209.80115,6.478342,253.00589,18.584648,1148.4507,112.094345,3.1578937,8.757505,137.8728,172.77312,892.03375,932.26135 +2023-02-07 04:00:00,0.0,2170.2068,32.871204,5.1791244,11.360821,21.539762,186.03302,25.55494,43.670856,18.175726,26.762596,221.85019,155.08612,12.698982,44.485474,7.096426,3.7856386,35.448948,87.16371,54.104427,447.09506,35.045143,423.32196,136.86453,46.451965,154.13417,209.18535,79.537544,955.73083,262.80075,2074.1318,51.494865,2375.8013,646.92664,35.983185,28.979795,190.22325,210.53395,300.90866,986.58185,42.752975,14.947849,9.911096,520.1982,435.5683,101.26437,10.522478,519.90735,18.225529,527.6344,10.909421,34.414303,0.0,1020.93317,1851.6173,0.2837871,48.36037,15.7680025,12286.266,37.44854,1.501882,7.4948406,18.85159,18.119946,6.0673175,10.465278,317.14777,35.891865,6.178214,0.9357212,6.2902303,334.9749,0.559528,170.28546,87.62262,2649.8518,125.29563,111.139595,188.2035,913.76764,77.59842,59.21522,1121.6536,51.077858,77.82747,9.957319,31.815453,223.31773,12.175399,9.28295,64.36908,19.824398,4296.0073,18.669985,34.54762,16.798695,15.332406,323.05557,68.91552,35.848213,9.380161,9.315634,15.581215,56.91663,113.21843,50.653275,203.39664,21.529966,13.408216,64.43711,25.15515,25.397232,129.66496,12.447572,1.4870982,34.616886,11.367979,1204.3081,23.733086,1.4953897,84.02381,16.750668,156.88776,73.975395,108.0644,9.429503,106.256996,376.9137,284.69666,36.231323,237.41695,63.344246,46.863937,69.15113,147.8959,23.259762,56.14618,465.0214,10.462243,17.882168,291.53854,18.633759,9.209307,58.249237,49.56924,559.10754,149.58669,169.50839,1927.4711,37.77895,1592.8527,1422.0006,8.488928,6.569593,1433.4258,17.397886,11.536508,378.96277,25.526636,46.32634,23.549946,70.703316,252.48293,358.89493,3.9219642,33.847702,76.84367,327.32147,6.279224,85.11014,8.037251,1.4337487,57.841938,1.0689398,1.269933,3.869245,10.3509035,23.994406,15.758611,25.359722,197.35037,38.753967,19.25,30.739584,9.418708,104.31399,4.2840276,86.24431,7.3645835,61.940228,6.646726,8.968952,21.020044,8.881696,23.083334,13.372817,1.0333277,55.722122,9.475917,209.75604,6.4770193,253.02141,18.581253,1148.3336,112.08807,3.159552,8.755108,137.88358,172.7834,892.04016,932.1431 +2023-02-07 05:00:00,0.0,2170.6802,32.860817,5.1784716,11.353504,21.545774,186.01366,25.554134,43.67801,18.181868,26.772614,221.71194,155.2571,12.697894,44.44137,7.1080832,3.783883,35.43927,87.07244,54.049866,447.0226,35.01717,423.17017,136.85994,46.4173,154.30263,209.10733,79.53182,955.3401,262.82846,2073.6235,51.478367,2375.7498,646.84375,35.9722,28.973036,190.17781,210.39612,300.84958,986.89557,42.771576,14.942796,9.910544,520.54694,435.8555,101.19695,10.550406,519.37274,18.254759,527.1988,10.912799,34.43498,0.0,1021.6627,1852.2684,0.2837922,48.33676,15.77478,12293.48,37.465294,1.5021079,7.512599,18.87252,18.14209,6.0734243,10.47624,317.2724,35.875744,6.192811,0.9361786,6.2936683,335.25113,0.5591981,170.41858,87.61399,2649.6436,125.31002,111.15666,188.18236,914.4676,77.600945,59.227627,1121.0056,51.097054,77.78837,9.95821,31.824032,223.30907,12.17326,9.281595,64.39527,19.818342,4296.585,18.675024,34.532738,16.80229,15.343278,323.1111,68.974365,35.837055,9.380398,9.317901,15.606823,56.93743,113.31825,50.642487,203.44994,21.547358,13.41794,64.49203,25.176704,25.390537,129.7261,12.460393,1.4873996,34.5895,11.367386,1204.2659,23.734278,1.5022601,84.17262,16.759966,157.01805,74.00496,108.16574,9.427561,106.266335,377.13623,285.06354,36.24922,237.53754,63.433285,46.87251,69.152565,147.9175,23.26667,56.158897,465.01422,10.472667,17.892347,291.6431,18.617964,9.204296,58.302746,49.603977,559.373,149.65813,169.51575,1927.5503,37.766705,1592.781,1421.7085,8.484732,6.5660095,1433.2029,17.397875,11.531349,378.90237,25.514992,46.312836,23.541214,70.68118,252.48059,358.79926,3.9199908,33.83871,76.79245,327.28018,6.276729,85.10702,8.035702,1.4341738,57.843456,1.0692844,1.2703823,3.871727,10.350532,23.989935,15.756041,25.362152,197.3186,38.737103,19.241072,30.736979,9.414201,104.27641,4.282118,86.0883,7.361979,61.944035,6.637872,8.958797,21.003345,8.882924,23.068453,13.357093,1.0332019,55.733624,9.473892,209.71095,6.4756966,253.03693,18.577856,1148.2164,112.0818,3.1612105,8.75271,137.89435,172.79367,892.0466,932.02484 +2023-02-07 06:00:00,0.0,2171.1538,32.850433,5.177819,11.346187,21.551786,185.99431,25.55333,43.68516,18.188007,26.78263,221.57372,155.42807,12.696806,44.397263,7.1197405,3.7821276,35.429592,86.98117,53.995304,446.95016,34.989197,423.01834,136.85536,46.38264,154.4711,209.02931,79.5261,954.9494,262.8562,2073.1152,51.461864,2375.6985,646.76086,35.96121,28.966276,190.13235,210.25829,300.79047,987.20935,42.79018,14.937743,9.909993,520.8956,436.14267,101.129524,10.578335,518.83813,18.283989,526.7631,10.916176,34.455654,0.0,1022.39233,1852.9197,0.2837973,48.31315,15.781558,12300.695,37.482048,1.5023336,7.530357,18.893452,18.164234,6.079531,10.487203,317.397,35.859623,6.207408,0.936636,6.2971067,335.52734,0.55886817,170.55171,87.605354,2649.4353,125.3244,111.17374,188.16121,915.16754,77.60346,59.240036,1120.3577,51.116253,77.74926,9.9591,31.832611,223.3004,12.17112,9.28024,64.42146,19.812286,4297.163,18.680063,34.517857,16.805885,15.35415,323.1667,69.03321,35.825893,9.380634,9.3201685,15.632431,56.95823,113.418076,50.631695,203.50322,21.564749,13.427664,64.54695,25.19826,25.383844,129.78725,12.473214,1.4877009,34.562115,11.366793,1204.2238,23.735468,1.5091305,84.32143,16.769264,157.14835,74.03452,108.26708,9.425618,106.27567,377.3588,285.43045,36.267124,237.65813,63.522324,46.881077,69.15399,147.93909,23.273579,56.171616,465.00702,10.483089,17.902527,291.74762,18.602169,9.1992855,58.35626,49.63871,559.6384,149.72957,169.5231,1927.6296,37.754463,1592.7094,1421.4164,8.4805355,6.5624256,1432.9801,17.397863,11.526191,378.84198,25.503347,46.29933,23.532484,70.65906,252.47827,358.70355,3.9180176,33.82972,76.74123,327.2389,6.2742343,85.103905,8.034152,1.4345989,57.844975,1.0696292,1.2708316,3.8742092,10.350161,23.985464,15.753469,25.364584,197.28683,38.720238,19.232143,30.734375,9.409694,104.23884,4.280208,85.9323,7.359375,61.947838,6.629018,8.948643,20.986645,8.884151,23.053572,13.341369,1.0330762,55.745125,9.4718685,209.66586,6.474374,253.05244,18.574461,1148.0994,112.07553,3.1628692,8.750313,137.90512,172.80394,892.053,931.9066 +2023-02-07 07:00:00,0.0,2171.6274,32.84005,5.1771665,11.33887,21.557798,185.97495,25.552525,43.69231,18.194149,26.792648,221.43549,155.59906,12.695718,44.353153,7.1313977,3.7803721,35.419914,86.8899,53.94074,446.87775,34.961227,422.86655,136.85078,46.347977,154.63957,208.9513,79.52037,954.5587,262.8839,2072.6067,51.445362,2375.647,646.678,35.950222,28.959517,190.08691,210.12045,300.73138,987.52313,42.80878,14.93269,9.909442,521.2444,436.42987,101.062096,10.606263,518.30347,18.31322,526.32745,10.919553,34.47633,0.0,1023.12195,1853.5708,0.28380242,48.289536,15.788336,12307.909,37.498802,1.5025595,7.548115,18.914383,18.186378,6.0856376,10.498165,317.52164,35.843502,6.222005,0.9370934,6.3005447,335.8036,0.55853826,170.68483,87.596725,2649.227,125.33878,111.1908,188.14006,915.86755,77.60599,59.25244,1119.7097,51.135452,77.71016,9.95999,31.841188,223.29173,12.168981,9.278886,64.44765,19.806229,4297.7407,18.685102,34.502975,16.80948,15.365022,323.22223,69.09206,35.81473,9.380871,9.322435,15.65804,56.97903,113.5179,50.620907,203.55652,21.582142,13.437387,64.60187,25.219814,25.37715,129.84837,12.486036,1.4880022,34.53473,11.3662,1204.1815,23.736658,1.5160009,84.47024,16.778563,157.27866,74.06409,108.36842,9.423676,106.28501,377.58133,285.79733,36.285023,237.77872,63.61136,46.88965,69.15542,147.96068,23.280489,56.184334,464.99985,10.493512,17.912704,291.85217,18.586374,9.194275,58.409767,49.673443,559.9039,149.80103,169.53046,1927.709,37.74222,1592.6377,1421.1244,8.476339,6.5588417,1432.7573,17.397852,11.521031,378.78162,25.491703,46.285828,23.523754,70.636925,252.47594,358.60788,3.9160445,33.820724,76.69001,327.19757,6.2717395,85.100784,8.032601,1.4350239,57.846497,1.0699738,1.2712809,3.876691,10.349789,23.980995,15.750898,25.367014,197.25508,38.703373,19.223213,30.731771,9.405188,104.20126,4.2782984,85.77628,7.356771,61.951645,6.6201634,8.938488,20.969944,8.885379,23.03869,13.3256445,1.0329504,55.75663,9.469844,209.62077,6.473051,253.06798,18.571064,1147.9823,112.06926,3.1645277,8.747915,137.9159,172.81421,892.0594,931.7884 +2023-02-07 08:00:00,0.0,2172.1008,32.829666,5.1765137,11.3315525,21.563808,185.9556,25.55172,43.699463,18.20029,26.802666,221.29726,155.77003,12.69463,44.309048,7.143055,3.778617,35.410233,86.79863,53.886177,446.8053,34.933254,422.71475,136.84619,46.313313,154.80804,208.87328,79.51465,954.16797,262.91165,2072.0984,51.42886,2375.5957,646.5951,35.939236,28.952757,190.04147,209.98262,300.67227,987.83685,42.82738,14.927636,9.908891,521.5931,436.71704,100.994675,10.6341915,517.7689,18.34245,525.89185,10.922931,34.497005,0.0,1023.85156,1854.222,0.28380752,48.265926,15.795114,12315.124,37.515556,1.5027853,7.5658727,18.935312,18.208523,6.0917444,10.509128,317.64627,35.82738,6.236602,0.9375508,6.3039827,336.0798,0.5582084,170.81795,87.5881,2649.0188,125.35317,111.20787,188.11891,916.5675,77.60851,59.26485,1119.0618,51.15465,77.67106,9.96088,31.849766,223.28307,12.1668415,9.277531,64.47384,19.800173,4298.3184,18.690142,34.488094,16.813076,15.375894,323.27777,69.1509,35.80357,9.381107,9.324702,15.683648,56.999832,113.61772,50.61012,203.6098,21.599533,13.44711,64.65679,25.24137,25.370457,129.90952,12.4988575,1.4883035,34.507343,11.365607,1204.1394,23.737848,1.5228714,84.61905,16.78786,157.40895,74.09365,108.469765,9.421732,106.29434,377.8039,286.16425,36.302925,237.8993,63.700397,46.89822,69.15685,147.98227,23.287397,56.19705,464.99265,10.503936,17.922884,291.95673,18.57058,9.189263,58.46328,49.70818,560.1693,149.87247,169.53781,1927.7883,37.729977,1592.5659,1420.8323,8.472142,6.555258,1432.5345,17.39784,11.515873,378.72122,25.480059,46.272324,23.515022,70.61479,252.4736,358.5122,3.9140713,33.811733,76.63879,327.15628,6.269244,85.09767,8.031052,1.435449,57.848015,1.0703185,1.2717302,3.8791733,10.349418,23.976524,15.748327,25.369444,197.22331,38.68651,19.214285,30.729166,9.400681,104.16369,4.276389,85.62028,7.3541665,61.955452,6.6113095,8.928333,20.953243,8.886607,23.02381,13.30992,1.0328246,55.76813,9.46782,209.57568,6.4717283,253.0835,18.567669,1147.8652,112.06299,3.166186,8.745517,137.92668,172.8245,892.0658,931.6701 +2023-02-07 09:00:00,0.0,2172.5745,32.81928,5.175861,11.324236,21.56982,185.93623,25.550915,43.70661,18.206432,26.812683,221.15901,155.94101,12.693542,44.26494,7.154712,3.7768614,35.400555,86.70735,53.831615,446.73288,34.90528,422.56296,136.84161,46.278652,154.9765,208.79524,79.50893,953.7773,262.9394,2071.5898,51.412357,2375.5442,646.51227,35.92825,28.945997,189.99602,209.84479,300.61316,988.15063,42.84598,14.922584,9.9083395,521.94183,437.00424,100.927246,10.66212,517.23425,18.37168,525.4562,10.926308,34.51768,0.0,1024.581,1854.8732,0.2838126,48.242313,15.801891,12322.339,37.53231,1.5030112,7.5836306,18.956242,18.230667,6.0978513,10.520089,317.77087,35.81126,6.2511983,0.9380081,6.3074207,336.35602,0.5578785,170.95108,87.57947,2648.8108,125.36755,111.224945,188.09776,917.26746,77.61103,59.277256,1118.4138,51.17385,77.63196,9.96177,31.858345,223.27441,12.164702,9.2761755,64.50003,19.794117,4298.896,18.69518,34.473213,16.816671,15.3867655,323.33334,69.20975,35.79241,9.381344,9.32697,15.709256,57.020634,113.71755,50.59933,203.6631,21.616924,13.456834,64.71171,25.262924,25.363762,129.97066,12.511679,1.4886049,34.479958,11.365015,1204.0972,23.739038,1.5297418,84.76786,16.79716,157.53925,74.123215,108.571106,9.419789,106.30368,378.02643,286.53113,36.320824,238.0199,63.789436,46.90679,69.15828,148.00388,23.294308,56.209766,464.98547,10.5143585,17.933064,292.06125,18.554785,9.184253,58.51679,49.742912,560.4348,149.94391,169.54517,1927.8677,37.717735,1592.4943,1420.5402,8.467946,6.551674,1432.3118,17.39783,11.510715,378.66083,25.468414,46.258816,23.506292,70.59267,252.47128,358.41653,3.912098,33.802742,76.58756,327.11496,6.2667494,85.09455,8.029501,1.4358741,57.849537,1.0706632,1.2721795,3.8816552,10.349046,23.972054,15.745756,25.371876,197.19156,38.669643,19.205357,30.726562,9.3961735,104.126114,4.2744794,85.46427,7.3515625,61.95926,6.602455,8.918179,20.936544,8.887835,23.008928,13.294196,1.0326989,55.779633,9.465796,209.53058,6.4704056,253.09901,18.564272,1147.748,112.05672,3.1678445,8.743119,137.93745,172.83476,892.07214,931.5519 +2023-02-07 10:00:00,0.0,2173.0479,32.808895,5.1752086,11.316918,21.575832,185.91687,25.55011,43.713764,18.212572,26.8227,221.02078,156.112,12.692454,44.220833,7.1663694,3.775106,35.390877,86.61608,53.777054,446.66043,34.87731,422.41113,136.83702,46.243988,155.14497,208.71722,79.503204,953.38654,262.9671,2071.0815,51.395855,2375.493,646.4294,35.917263,28.939238,189.95056,209.70694,300.55408,988.46436,42.864582,14.91753,9.907787,522.2905,437.29144,100.859825,10.690048,516.69965,18.40091,525.0205,10.929685,34.538357,0.0,1025.3107,1855.5243,0.2838177,48.218704,15.808669,12329.554,37.549065,1.503237,7.6013885,18.977173,18.252811,6.103958,10.531052,317.8955,35.79514,6.265795,0.93846554,6.310859,336.63223,0.5575486,171.0842,87.57083,2648.6025,125.38194,111.24201,188.07661,917.9674,77.613556,59.289665,1117.7659,51.19305,77.59285,9.96266,31.866924,223.26575,12.162562,9.274821,64.52622,19.78806,4299.474,18.70022,34.458332,16.820267,15.397637,323.3889,69.26859,35.78125,9.38158,9.329237,15.734865,57.041435,113.817375,50.588543,203.7164,21.634315,13.4665575,64.76663,25.28448,25.357067,130.03178,12.5245,1.4889063,34.45257,11.364422,1204.0549,23.740229,1.5366122,84.916664,16.806458,157.66954,74.15278,108.67245,9.417847,106.31302,378.249,286.89804,36.338726,238.14049,63.87847,46.915363,69.159706,148.02547,23.301216,56.222485,464.97827,10.524782,17.943243,292.1658,18.538988,9.179242,58.5703,49.77765,560.70026,150.01537,169.55252,1927.947,37.70549,1592.4226,1420.2482,8.46375,6.54809,1432.089,17.397818,11.505556,378.60043,25.45677,46.24531,23.49756,70.57053,252.46895,358.32086,3.9101248,33.793747,76.53635,327.07367,6.2642546,85.09144,8.027951,1.4362992,57.851055,1.0710078,1.2726288,3.8841374,10.348675,23.967583,15.743185,25.374306,197.15979,38.65278,19.196428,30.723959,9.391666,104.08854,4.2725697,85.308266,7.3489585,61.963062,6.593601,8.908024,20.919844,8.889062,22.99405,13.278472,1.0325732,55.791134,9.463772,209.48549,6.469083,253.11453,18.560877,1147.631,112.05044,3.169503,8.740722,137.94823,172.84503,892.07855,931.4336 +2023-02-07 11:00:00,0.0,2173.5215,32.79851,5.174556,11.309602,21.581844,185.89752,25.549305,43.720917,18.218714,26.832718,220.88255,156.28297,12.691366,44.176723,7.1780267,3.7733505,35.3812,86.52481,53.722492,446.588,34.84934,422.25934,136.83244,46.209328,155.31345,208.6392,79.49748,952.99585,262.99484,2070.5732,51.379353,2375.4414,646.3465,35.906273,28.932478,189.90512,209.5691,300.49496,988.77814,42.883186,14.9124775,9.907236,522.6392,437.5786,100.7924,10.717978,516.16504,18.43014,524.5849,10.933063,34.559032,0.0,1026.0403,1856.1755,0.2838228,48.19509,15.815446,12336.768,37.56582,1.5034629,7.6191463,18.998104,18.274956,6.110065,10.542014,318.02014,35.77902,6.280392,0.93892294,6.314297,336.90845,0.55721873,171.21732,87.5622,2648.3943,125.396324,111.25908,188.05547,918.66736,77.61608,59.302074,1117.1179,51.212246,77.55375,9.963551,31.875504,223.25708,12.160423,9.273466,64.552414,19.782003,4300.052,18.70526,34.44345,16.823862,15.408509,323.44446,69.32744,35.77009,9.381817,9.331504,15.760473,57.062237,113.9172,50.57775,203.76968,21.651709,13.476281,64.82155,25.306034,25.350374,130.09293,12.537322,1.4892076,34.425186,11.363829,1204.0128,23.74142,1.5434825,85.065475,16.815756,157.79984,74.18234,108.77379,9.415904,106.32236,378.47153,287.26492,36.356625,238.26108,63.96751,46.923935,69.16114,148.04706,23.308125,56.235203,464.9711,10.535205,17.95342,292.27036,18.523193,9.174232,58.62381,49.81238,560.9657,150.0868,169.55988,1928.0262,37.69325,1592.351,1419.956,8.459554,6.5445065,1431.8661,17.397806,11.500397,378.54004,25.445126,46.231808,23.48883,70.5484,252.46661,358.22516,3.9081516,33.784756,76.48512,327.03238,6.2617598,85.08832,8.0264015,1.4367242,57.852573,1.0713526,1.2730782,3.8866196,10.348303,23.963114,15.740614,25.376736,197.12802,38.635914,19.1875,30.721354,9.38716,104.050964,4.27066,85.15226,7.346354,61.96687,6.584747,8.897869,20.903143,8.89029,22.979168,13.262748,1.0324475,55.80264,9.461748,209.4404,6.46776,253.13005,18.55748,1147.5139,112.04417,3.1711617,8.738324,137.959,172.85532,892.08496,931.31537 +2023-02-07 12:00:00,0.0,2173.995,32.788128,5.173903,11.302284,21.587856,185.87816,25.5485,43.728065,18.224855,26.842735,220.74432,156.45395,12.690278,44.132618,7.189684,3.7715952,35.37152,86.43354,53.667927,446.51556,34.821365,422.10754,136.82787,46.174664,155.48192,208.56119,79.49175,952.60516,263.02255,2070.0647,51.362854,2375.3901,646.2636,35.895287,28.925718,189.85966,209.43127,300.43588,989.09186,42.901787,14.907424,9.906685,522.988,437.8658,100.72497,10.745906,515.6304,18.45937,524.14923,10.9364395,34.57971,0.0,1026.7698,1856.8267,0.28382793,48.171482,15.822224,12343.982,37.582573,1.5036887,7.6369042,19.019035,18.2971,6.1161714,10.552977,318.14474,35.762897,6.294989,0.9393803,6.317735,337.18466,0.5568888,171.35045,87.55357,2648.186,125.41071,111.27615,188.03432,919.3674,77.6186,59.31448,1116.4701,51.231445,77.51465,9.96444,31.88408,223.24841,12.158284,9.272111,64.578606,19.775948,4300.6294,18.710299,34.42857,16.827456,15.419381,323.5,69.386284,35.75893,9.382054,9.333772,15.786081,57.08304,114.01702,50.566963,203.82298,21.6691,13.486004,64.87647,25.327589,25.34368,130.15407,12.550143,1.4895089,34.3978,11.363236,1203.9706,23.74261,1.5503529,85.21429,16.825054,157.93013,74.21191,108.87513,9.413961,106.331696,378.6941,287.63184,36.374527,238.38167,64.05655,46.932503,69.16257,148.06865,23.315035,56.247917,464.9639,10.545628,17.9636,292.3749,18.507399,9.16922,58.677322,49.84712,561.23114,150.15825,169.56723,1928.1056,37.681007,1592.2793,1419.664,8.455357,6.5409226,1431.6433,17.397795,11.495238,378.47964,25.433481,46.218304,23.480099,70.526276,252.4643,358.1295,3.9061785,33.775764,76.4339,326.99106,6.259265,85.085205,8.024851,1.4371493,57.854095,1.0716972,1.2735275,3.8891015,10.347932,23.958643,15.738043,25.379168,197.09627,38.61905,19.178572,30.71875,9.382653,104.01339,4.26875,84.996254,7.34375,61.970676,6.575893,8.887714,20.886444,8.891518,22.964287,13.247024,1.0323217,55.81414,9.459724,209.39531,6.4664373,253.14557,18.554085,1147.3969,112.037895,3.17282,8.735927,137.96979,172.86559,892.0914,931.1971 +2023-02-07 13:00:00,0.0,2174.4685,32.777744,5.1732507,11.294968,21.593868,185.85881,25.547695,43.735218,18.230995,26.852753,220.60608,156.62494,12.68919,44.088512,7.2013407,3.7698398,35.361843,86.34227,53.613365,446.4431,34.793396,421.95572,136.82327,46.14,155.65038,208.48317,79.48603,952.2144,263.0503,2069.5564,51.34635,2375.3386,646.1807,35.8843,28.918959,189.81422,209.29344,300.37677,989.40564,42.920387,14.90237,9.906134,523.3367,438.15298,100.65755,10.773834,515.09576,18.4886,523.71356,10.939816,34.600384,0.0,1027.4994,1857.4779,0.28383303,48.14787,15.829001,12351.197,37.599327,1.5039146,7.654662,19.039965,18.319244,6.122278,10.563939,318.26938,35.746777,6.309586,0.9398377,6.321173,337.4609,0.5565589,171.48357,87.544945,2647.9778,125.425095,111.29322,188.01317,920.0673,77.621124,59.32689,1115.8221,51.250645,77.47555,9.965331,31.892658,223.23975,12.156144,9.270757,64.60479,19.76989,4301.207,18.715336,34.41369,16.83105,15.430253,323.55557,69.44513,35.74777,9.382291,9.336039,15.811689,57.103836,114.116844,50.556175,203.87627,21.686491,13.495728,64.93139,25.349144,25.336987,130.2152,12.562964,1.4898102,34.370415,11.362643,1203.9285,23.743801,1.5572233,85.3631,16.834354,158.06044,74.24147,108.97647,9.412019,106.341034,378.91663,287.99872,36.392426,238.50226,64.145584,46.941074,69.163994,148.09024,23.321943,56.260635,464.95673,10.556051,17.97378,292.47943,18.491604,9.164209,58.73083,49.88185,561.4966,150.2297,169.57458,1928.1849,37.668762,1592.2075,1419.372,8.45116,6.5373387,1431.4205,17.397783,11.49008,378.41925,25.421837,46.2048,23.471369,70.50414,252.46196,358.0338,3.904205,33.766773,76.38268,326.94977,6.25677,85.082085,8.023301,1.4375744,57.855614,1.0720419,1.2739768,3.8915837,10.34756,23.954172,15.735472,25.381598,197.0645,38.602184,19.169643,30.716146,9.378146,103.975815,4.2668405,84.84025,7.341146,61.974483,6.5670385,8.87756,20.869743,8.892745,22.949406,13.231299,1.0321959,55.82564,9.4577,209.35022,6.4651146,253.1611,18.550688,1147.2797,112.031624,3.1744785,8.733529,137.98056,172.87585,892.0978,931.07886 +2023-02-07 14:00:00,0.0,2174.9421,32.767357,5.172598,11.28765,21.59988,185.83945,25.54689,43.74237,18.237137,26.862772,220.46785,156.79591,12.688102,44.044403,7.212998,3.7680843,35.352165,86.251,53.558804,446.3707,34.765423,421.80392,136.8187,46.10534,155.81885,208.40515,79.48031,951.8237,263.07803,2069.0479,51.32985,2375.2874,646.0979,35.873314,28.912199,189.76878,209.15561,300.31766,989.71936,42.938988,14.897318,9.905582,523.6854,438.4402,100.59012,10.801763,514.56116,18.51783,523.27795,10.943193,34.62106,0.0,1028.229,1858.129,0.28383812,48.12426,15.835779,12358.412,37.61608,1.5041405,7.67242,19.060896,18.341389,6.128385,10.574901,318.394,35.730656,6.324183,0.9402951,6.3246117,337.73712,0.556229,171.61668,87.53631,2647.7698,125.43948,111.310295,187.99202,920.7673,77.62365,59.339294,1115.1742,51.269844,77.43644,9.966221,31.901236,223.2311,12.154005,9.269402,64.63098,19.763834,4301.785,18.720375,34.39881,16.834646,15.441125,323.6111,69.503975,35.736607,9.382527,9.338305,15.837298,57.124638,114.21667,50.545387,203.92957,21.703882,13.505451,64.98631,25.370699,25.330292,130.27634,12.575786,1.4901116,34.34303,11.362051,1203.8862,23.744991,1.5640937,85.5119,16.843653,158.19073,74.271034,109.07781,9.410075,106.35037,379.13916,288.36563,36.410328,238.62285,64.23463,46.949646,69.16543,148.11183,23.328852,56.273354,464.94952,10.566474,17.98396,292.58398,18.47581,9.159199,58.784344,49.916588,561.762,150.30115,169.58195,1928.2642,37.65652,1592.1359,1419.0798,8.446964,6.533755,1431.1978,17.397772,11.4849205,378.35886,25.410192,46.191296,23.462637,70.48201,252.45963,357.93814,3.902232,33.75778,76.33146,326.90848,6.2542753,85.07897,8.02175,1.4379994,57.857136,1.0723866,1.2744261,3.8940656,10.347189,23.949703,15.732901,25.384027,197.03273,38.585316,19.160713,30.713541,9.373639,103.93825,4.2649307,84.684235,7.3385415,61.978287,6.5581846,8.867405,20.853043,8.893973,22.934525,13.215575,1.0320702,55.837147,9.455676,209.30511,6.463792,253.17662,18.547293,1147.1626,112.02535,3.176137,8.731131,137.99133,172.88612,892.1042,930.9606 +2023-02-07 15:00:00,0.0,2175.4158,32.756973,5.171945,11.2803335,21.605892,185.82008,25.546085,43.74952,18.243279,26.87279,220.32962,156.96689,12.687015,44.000298,7.224655,3.7663288,35.342487,86.15973,53.504242,446.29825,34.737453,421.65213,136.81412,46.070675,155.98732,208.32713,79.47459,951.43304,263.10574,2068.5396,51.313347,2375.2358,646.015,35.862328,28.90544,189.72334,209.01778,300.25858,990.03314,42.95759,14.892264,9.90503,524.0341,438.7274,100.5227,10.829691,514.02655,18.54706,522.8423,10.946571,34.641735,0.0,1028.9586,1858.7802,0.28384322,48.100647,15.842557,12365.626,37.632835,1.5043663,7.690178,19.081827,18.363533,6.134492,10.585863,318.51862,35.714535,6.3387794,0.94075245,6.3280497,338.01334,0.55589914,171.74982,87.52768,2647.5615,125.453865,111.32736,187.97089,921.4672,77.62617,59.351704,1114.5262,51.289043,77.39734,9.967111,31.909813,223.22243,12.151866,9.268046,64.65717,19.757776,4302.363,18.725414,34.38393,16.838242,15.451997,323.6667,69.56281,35.725445,9.382764,9.340572,15.862906,57.14544,114.3165,50.5346,203.98286,21.721275,13.515175,65.04123,25.392254,25.323597,130.33748,12.588608,1.490413,34.315643,11.361458,1203.844,23.746181,1.5709641,85.66071,16.852951,158.32103,74.30059,109.17915,9.408133,106.35971,379.36172,288.7325,36.428226,238.74344,64.32366,46.958218,69.166855,148.13344,23.335762,56.28607,464.94235,10.576897,17.994137,292.68854,18.460014,9.154188,58.837852,49.95132,562.02747,150.37259,169.58931,1928.3435,37.644276,1592.0642,1418.7877,8.442767,6.530171,1430.975,17.39776,11.479762,378.29846,25.398548,46.17779,23.453907,70.459885,252.45729,357.84244,3.9002588,33.748787,76.280235,326.86716,6.2517805,85.07585,8.020201,1.4384245,57.858654,1.0727313,1.2748754,3.8965478,10.346817,23.945232,15.7303295,25.386457,197.00098,38.56845,19.151785,30.710938,9.369133,103.90067,4.263021,84.52823,7.3359375,61.982094,6.54933,8.85725,20.836344,8.895201,22.919643,13.199851,1.0319444,55.848648,9.453652,209.26003,6.462469,253.19214,18.543896,1147.0455,112.01908,3.1777954,8.728733,138.0021,172.89641,892.1106,930.84235 +2023-02-07 16:00:00,0.0,2175.8892,32.74659,5.171293,11.273016,21.611904,185.80074,25.54528,43.75667,18.24942,26.882807,220.19139,157.13788,12.685926,43.95619,7.2363124,3.7645736,35.33281,86.06845,53.44968,446.22583,34.70948,421.5003,136.80952,46.036015,156.15578,208.24911,79.468864,951.0423,263.13348,2068.0312,51.296844,2375.1846,645.9321,35.851337,28.89868,189.67789,208.87994,300.19946,990.34686,42.97619,14.887212,9.904479,524.3829,439.01456,100.45527,10.857619,513.49194,18.57629,522.4066,10.949948,34.66241,0.0,1029.6882,1859.4314,0.28384832,48.077034,15.849335,12372.841,37.64959,1.5045922,7.7079363,19.102757,18.385677,6.1405983,10.596826,318.64325,35.698414,6.3533764,0.94120985,6.3314877,338.28955,0.55556923,171.88293,87.51905,2647.3533,125.468254,111.34444,187.94974,922.1672,77.62869,59.36411,1113.8783,51.308243,77.35824,9.968001,31.918392,223.21376,12.149727,9.266692,64.683365,19.75172,4302.9404,18.730453,34.36905,16.841837,15.462869,323.72223,69.62166,35.714287,9.383,9.34284,15.8885145,57.16624,114.41632,50.52381,204.03615,21.738667,13.524899,65.09615,25.41381,25.316904,130.39862,12.601429,1.4907143,34.288258,11.360865,1203.8019,23.747372,1.5778345,85.809525,16.86225,158.45132,74.330154,109.280495,9.40619,106.36905,379.58426,289.09943,36.44613,238.86403,64.4127,46.96679,69.16828,148.15503,23.34267,56.298786,464.93515,10.58732,18.004316,292.79306,18.444218,9.149178,58.891365,49.986057,562.29297,150.44405,169.59666,1928.4229,37.632034,1591.9926,1418.4957,8.438571,6.526587,1430.7522,17.397749,11.474604,378.23807,25.386904,46.164288,23.445175,70.43775,252.45497,357.74677,3.8982856,33.739796,76.22901,326.82587,6.2492857,85.07273,8.018651,1.4388496,57.860172,1.073076,1.2753247,3.89903,10.346446,23.940762,15.727759,25.38889,196.96921,38.551586,19.142857,30.708334,9.364626,103.8631,4.2611113,84.37222,7.3333335,61.9859,6.5404763,8.8470955,20.819643,8.896428,22.904762,13.184127,1.0318186,55.86015,9.451628,209.21494,6.4611464,253.20766,18.5405,1146.9285,112.0128,3.179454,8.726336,138.01288,172.90668,892.117,930.72406 +2023-02-07 17:00:00,0.0,2176.3628,32.736206,5.17064,11.265699,21.617916,185.78137,25.544476,43.763824,18.25556,26.892824,220.05315,157.30885,12.684838,43.912083,7.2479696,3.762818,35.32313,85.97718,53.395115,446.15338,34.681507,421.3485,136.80495,46.00135,156.32425,208.1711,79.46314,950.6516,263.1612,2067.5227,51.280342,2375.133,645.84924,35.84035,28.89192,189.63245,208.74211,300.14035,990.66064,42.994793,14.882158,9.903928,524.73157,439.30176,100.38784,10.885548,512.9573,18.60552,521.971,10.953325,34.683086,0.0,1030.4177,1860.0825,0.28385344,48.053425,15.8561125,12380.056,37.66634,1.504818,7.725694,19.123688,18.407822,6.146705,10.607788,318.76788,35.682293,6.3679733,0.94166726,6.334926,338.56577,0.5552393,172.01605,87.510414,2647.145,125.482635,111.3615,187.92859,922.8672,77.63121,59.37652,1113.2303,51.327442,77.31914,9.968891,31.926971,223.2051,12.147587,9.265337,64.70956,19.745665,4303.518,18.735493,34.354168,16.845432,15.473741,323.77777,69.680504,35.703125,9.383237,9.345107,15.914124,57.187042,114.51614,50.51302,204.08945,21.756058,13.534621,65.15107,25.435366,25.31021,130.45975,12.61425,1.4910157,34.260868,11.360272,1203.7596,23.748562,1.5847049,85.958336,16.871548,158.58162,74.35972,109.381836,9.404247,106.37839,379.80682,289.4663,36.464027,238.98462,64.50174,46.97536,69.169716,148.17662,23.34958,56.311504,464.92798,10.597743,18.014496,292.8976,18.428423,9.144166,58.944874,50.02079,562.5584,150.51549,169.60402,1928.5022,37.61979,1591.9209,1418.2036,8.434375,6.5230036,1430.5294,17.397736,11.469444,378.17767,25.37526,46.150784,23.436445,70.41563,252.45264,357.6511,3.8963122,33.7308,76.177795,326.78455,6.246791,85.06962,8.0171,1.4392747,57.861694,1.0734206,1.275774,3.901512,10.346074,23.936293,15.725188,25.39132,196.93744,38.53472,19.133928,30.705729,9.360119,103.82552,4.2592015,84.21622,7.330729,61.989708,6.531622,8.836941,20.802942,8.897656,22.889881,13.168403,1.031693,55.87165,9.449604,209.16985,6.4598236,253.22318,18.537104,1146.8113,112.00653,3.1811125,8.723938,138.02367,172.91695,892.1234,930.60583 +2023-02-07 18:00:00,0.0,2176.8362,32.72582,5.169987,11.258382,21.623928,185.76202,25.543673,43.770973,18.261702,26.902842,219.91492,157.47983,12.68375,43.867977,7.259627,3.7610626,35.313454,85.88591,53.340553,446.08093,34.653538,421.19672,136.80035,45.966686,156.49272,208.09308,79.45741,950.2609,263.18893,2067.0144,51.263844,2375.0818,645.76636,35.829365,28.88516,189.587,208.60428,300.08127,990.9744,43.013393,14.877105,9.903377,525.0803,439.58893,100.32042,10.913476,512.42267,18.63475,521.53534,10.956703,34.703762,0.0,1031.1473,1860.7338,0.28385854,48.02981,15.86289,12387.27,37.683094,1.5050439,7.743452,19.144617,18.429966,6.152812,10.618751,318.89252,35.666172,6.3825703,0.9421246,6.338364,338.84198,0.5549094,172.14919,87.501785,2646.9368,125.49702,111.37857,187.90744,923.56714,77.633736,59.388924,1112.5824,51.346638,77.28003,9.969781,31.93555,223.19643,12.145448,9.263982,64.73575,19.739607,4304.096,18.740532,34.339287,16.849028,15.484612,323.83334,69.73935,35.691963,9.383473,9.347374,15.939732,57.207844,114.61597,50.50223,204.14273,21.773449,13.544345,65.20599,25.45692,25.303514,130.52089,12.627071,1.4913169,34.233482,11.359679,1203.7175,23.749754,1.5915753,86.10714,16.880846,158.71193,74.38928,109.48318,9.402305,106.387726,380.02936,289.83322,36.48193,239.10521,64.590775,46.98393,69.17114,148.19821,23.35649,56.324223,464.92078,10.608167,18.024675,293.00217,18.412628,9.139155,58.998386,50.055527,562.82385,150.58694,169.61137,1928.5815,37.607548,1591.8491,1417.9115,8.430179,6.5194197,1430.3065,17.397724,11.464286,378.11728,25.363615,46.137276,23.427715,70.39349,252.4503,357.55542,3.894339,33.72181,76.12657,326.74326,6.244296,85.0665,8.015551,1.4396996,57.863213,1.0737654,1.2762233,3.903994,10.345703,23.931822,15.722617,25.39375,196.90569,38.517857,19.125,30.703125,9.355613,103.78795,4.257292,84.06021,7.328125,61.99351,6.522768,8.826786,20.786243,8.898884,22.875,13.1526785,1.0315672,55.883156,9.447579,209.12474,6.458501,253.2387,18.533709,1146.6942,112.00026,3.182771,8.72154,138.03444,172.92723,892.1298,930.48755 +2023-02-07 19:00:00,0.0,2177.3098,32.715435,5.169335,11.251065,21.62994,185.74266,25.542868,43.778126,18.267843,26.912859,219.77669,157.65082,12.682662,43.823868,7.271284,3.7593071,35.303776,85.79464,53.28599,446.0085,34.625565,421.0449,136.79578,45.932026,156.6612,208.01506,79.45169,949.8702,263.21667,2066.5059,51.24734,2375.0303,645.6835,35.81838,28.8784,189.54155,208.46645,300.02216,991.28815,43.031994,14.872052,9.902825,525.429,439.87613,100.25299,10.941404,511.88806,18.66398,521.0997,10.96008,34.724438,0.0,1031.877,1861.3849,0.28386363,48.006203,15.869668,12394.484,37.69985,1.5052696,7.76121,19.165548,18.45211,6.158919,10.629712,319.01712,35.65005,6.397167,0.942582,6.341802,339.1182,0.55457956,172.2823,87.49316,2646.7285,125.511406,111.39564,187.88629,924.2671,77.63626,59.401333,1111.9344,51.365837,77.24093,9.970672,31.944128,223.18777,12.143309,9.262628,64.76193,19.733551,4304.674,18.745571,34.324406,16.852623,15.495484,323.8889,69.798195,35.680805,9.38371,9.349642,15.96534,57.228645,114.71579,50.491444,204.19603,21.790842,13.554069,65.26091,25.478476,25.296822,130.58203,12.639894,1.4916183,34.206097,11.359087,1203.6753,23.750944,1.5984457,86.25595,16.890144,158.84222,74.418846,109.58452,9.400362,106.397064,380.25192,290.2001,36.49983,239.2258,64.67981,46.9925,69.17257,148.2198,23.363398,56.33694,464.9136,10.618589,18.034853,293.10672,18.396833,9.134145,59.051895,50.09026,563.0893,150.65839,169.61873,1928.6608,37.595306,1591.7775,1417.6195,8.4259815,6.515836,1430.0837,17.397713,11.459127,378.0569,25.35197,46.12377,23.418983,70.37136,252.44798,357.45975,3.892366,33.71282,76.07535,326.70197,6.2418013,85.063385,8.014,1.4401248,57.864735,1.07411,1.2766727,3.906476,10.345331,23.927351,15.720046,25.396181,196.87392,38.50099,19.116072,30.700521,9.351106,103.750374,4.255382,83.904205,7.325521,61.99732,6.5139136,8.816631,20.769543,8.900111,22.860119,13.136954,1.0314415,55.894657,9.445556,209.07965,6.457178,253.25423,18.530312,1146.5771,111.99399,3.1844294,8.719142,138.04521,172.9375,892.13617,930.3693 +2023-02-07 20:00:00,0.0,2177.7834,32.70505,5.168682,11.243748,21.635952,185.7233,25.542063,43.78528,18.273983,26.922876,219.63846,157.8218,12.681575,43.779762,7.2829413,3.757552,35.294098,85.70337,53.23143,445.93607,34.59759,420.8931,136.7912,45.89736,156.82965,207.93704,79.44597,949.4795,263.2444,2065.9976,51.23084,2374.979,645.60065,35.807392,28.871641,189.49611,208.32861,299.96307,991.6019,43.050594,14.866999,9.902273,525.7777,440.16333,100.18557,10.969333,511.35345,18.69321,520.66406,10.963457,34.745113,0.0,1032.6064,1862.0361,0.28386873,47.98259,15.876446,12401.699,37.716602,1.5054955,7.778968,19.18648,18.474255,6.165025,10.640675,319.14175,35.63393,6.411764,0.9430394,6.34524,339.39444,0.55424964,172.41542,87.48453,2646.5205,125.52579,111.412704,187.86514,924.96704,77.63878,59.413742,1111.2865,51.385036,77.20183,9.971561,31.952705,223.17911,12.141169,9.261272,64.788124,19.727493,4305.2515,18.75061,34.309525,16.856218,15.506355,323.94446,69.85704,35.669643,9.383946,9.351909,15.990949,57.249443,114.81561,50.480656,204.24931,21.808233,13.563792,65.315834,25.50003,25.290127,130.64316,12.652715,1.4919196,34.17871,11.358494,1203.6332,23.752134,1.605316,86.40476,16.899443,158.97252,74.44841,109.68587,9.398418,106.4064,380.47446,290.56702,36.51773,239.34639,64.76885,47.001072,69.173996,148.24141,23.370308,56.349655,464.9064,10.629012,18.045033,293.21124,18.381039,9.129134,59.105408,50.124996,563.35474,150.72983,169.62608,1928.7401,37.58306,1591.7058,1417.3274,8.421785,6.512252,1429.861,17.397701,11.453968,377.9965,25.340326,46.110268,23.410254,70.349236,252.44565,357.36404,3.8903928,33.703827,76.02413,326.66064,6.2393064,85.060265,8.01245,1.4405499,57.866253,1.0744547,1.277122,3.9089582,10.34496,23.922882,15.717475,25.398611,196.84216,38.484127,19.107143,30.697916,9.346599,103.7128,4.2534723,83.7482,7.3229165,62.001125,6.5050597,8.806477,20.752842,8.901339,22.845238,13.12123,1.0313157,55.90616,9.443532,209.03456,6.4558554,253.26974,18.526917,1146.4601,111.98772,3.1860878,8.716744,138.05598,172.94777,892.1426,930.25104 +2023-02-07 21:00:00,0.0,2178.2568,32.694668,5.1680293,11.236431,21.641964,185.70395,25.541258,43.792427,18.280125,26.932894,219.50021,157.99277,12.680487,43.735653,7.2945986,3.7557964,35.28442,85.6121,53.17687,445.86365,34.569622,420.7413,136.7866,45.8627,156.99812,207.85902,79.44025,949.0888,263.27213,2065.4893,51.214336,2374.9275,645.51776,35.796402,28.864882,189.45067,208.19078,299.90396,991.91565,43.069195,14.861946,9.901722,526.12646,440.4505,100.11814,10.997261,510.81882,18.72244,520.2284,10.966835,34.76579,0.0,1033.336,1862.6873,0.28387383,47.95898,15.883224,12408.914,37.733356,1.5057213,7.7967257,19.207409,18.496399,6.171132,10.651637,319.2664,35.61781,6.4263606,0.94349676,6.3486786,339.67065,0.55391973,172.54855,87.47589,2646.3123,125.54018,111.42978,187.844,925.667,77.641304,59.426147,1110.6387,51.404236,77.16273,9.972452,31.961285,223.17044,12.1390295,9.259917,64.814316,19.721437,4305.829,18.75565,34.294643,16.859814,15.517227,324.0,69.915886,35.65848,9.384183,9.354176,16.016558,57.270245,114.91544,50.469868,204.30261,21.825624,13.573515,65.37075,25.521585,25.283434,130.7043,12.665536,1.492221,34.151325,11.357901,1203.591,23.753325,1.6121864,86.55357,16.908743,159.10281,74.477974,109.78721,9.396476,106.41573,380.69702,290.9339,36.53563,239.46698,64.85789,47.009644,69.17543,148.263,23.377216,56.362373,464.89923,10.639436,18.055212,293.3158,18.365244,9.124123,59.158916,50.15973,563.6202,150.80128,169.63344,1928.8196,37.57082,1591.6342,1417.0353,8.417589,6.508668,1429.6382,17.39769,11.44881,377.9361,25.328682,46.096764,23.401522,70.3271,252.44331,357.26837,3.8884194,33.69483,75.97291,326.61935,6.236811,85.05715,8.0109005,1.4409748,57.867775,1.0747994,1.2775713,3.9114401,10.344588,23.918411,15.714904,25.401041,196.8104,38.467262,19.098213,30.695312,9.342092,103.675224,4.2515626,83.592186,7.3203125,62.004932,6.4962053,8.796322,20.736143,8.902567,22.830359,13.105506,1.0311899,55.91766,9.441507,208.98947,6.4545326,253.28526,18.52352,1146.3429,111.981445,3.1877465,8.714347,138.06676,172.95804,892.149,930.1328 +2023-02-07 22:00:00,0.0,2178.7305,32.68428,5.167377,11.229114,21.647976,185.68459,25.540453,43.79958,18.286266,26.942911,219.36198,158.16376,12.679399,43.691547,7.306256,3.754041,35.274742,85.52082,53.122307,445.7912,34.54165,420.58948,136.78203,45.828037,157.1666,207.781,79.434525,948.69806,263.29984,2064.9807,51.197834,2374.8762,645.4349,35.785416,28.858122,189.40523,208.05295,299.84485,992.22943,43.0878,14.856893,9.901171,526.47516,440.7377,100.05071,11.025189,510.2842,18.75167,519.7927,10.970212,34.786465,0.0,1034.0657,1863.3384,0.28387895,47.935368,15.890001,12416.128,37.75011,1.5059472,7.8144836,19.22834,18.518543,6.177239,10.6626,319.391,35.60169,6.4409575,0.94395417,6.3521166,339.94687,0.5535899,172.68167,87.46726,2646.104,125.55456,111.446846,187.82285,926.367,77.64383,59.438557,1109.9907,51.423435,77.12362,9.973342,31.96986,223.16177,12.13689,9.258563,64.84051,19.715382,4306.407,18.760689,34.279762,16.863409,15.528099,324.05557,69.97473,35.64732,9.38442,9.356443,16.042166,57.291046,115.01527,50.459076,204.35591,21.843016,13.583239,65.425674,25.54314,25.27674,130.76544,12.678357,1.4925224,34.12394,11.357308,1203.5487,23.754515,1.6190568,86.70238,16.918041,159.23311,74.50754,109.88855,9.394533,106.42507,380.91956,291.3008,36.55353,239.58757,64.94692,47.018215,69.17686,148.28459,23.384125,56.37509,464.89203,10.649858,18.065392,293.42035,18.349447,9.119112,59.21243,50.194466,563.8856,150.87273,169.6408,1928.8987,37.558575,1591.5624,1416.7433,8.413393,6.505084,1429.4154,17.397678,11.443651,377.8757,25.317038,46.08326,23.392792,70.30497,252.441,357.1727,3.8864462,33.68584,75.921684,326.57806,6.2343163,85.05403,8.00935,1.4413999,57.869293,1.075144,1.2780206,3.9139223,10.344217,23.91394,15.712333,25.403473,196.77863,38.450397,19.089285,30.692709,9.337585,103.63765,4.249653,83.43618,7.3177085,62.008736,6.487351,8.786166,20.719442,8.903794,22.815477,13.089782,1.0310642,55.929165,9.439484,208.94438,6.45321,253.30078,18.520124,1146.2258,111.975174,3.189405,8.711949,138.07755,172.96832,892.1554,930.0145 +2023-02-07 23:00:00,0.0,2179.2039,32.673897,5.166724,11.221797,21.653988,185.66524,25.539648,43.806732,18.292408,26.952929,219.22375,158.33473,12.67831,43.647438,7.317913,3.7522855,35.26506,85.42955,53.06774,445.71878,34.51368,420.43768,136.77745,45.793373,157.33507,207.70299,79.428795,948.3074,263.32758,2064.4724,51.18133,2374.8247,645.352,35.77443,28.851362,189.35977,207.91512,299.78577,992.54315,43.1064,14.851839,9.9006195,526.8239,441.02487,99.98329,11.053119,509.7496,18.780901,519.3571,10.973589,34.80714,0.0,1034.7952,1863.9896,0.28388405,47.91176,15.896779,12423.343,37.766865,1.506173,7.8322415,19.249271,18.540688,6.183346,10.673562,319.51562,35.585567,6.4555545,0.9444116,6.3555546,340.22308,0.55325997,172.81479,87.45863,2645.8958,125.56895,111.46391,187.8017,927.06696,77.64635,59.450962,1109.3428,51.442635,77.08452,9.974232,31.97844,223.1531,12.134751,9.257208,64.8667,19.709324,4306.985,18.765728,34.26488,16.867004,15.538971,324.1111,70.03358,35.63616,9.384657,9.35871,16.067774,57.311848,115.11509,50.448288,204.4092,21.860409,13.592962,65.48059,25.564695,25.270044,130.82657,12.691179,1.4928236,34.096554,11.356715,1203.5066,23.755705,1.6259272,86.85119,16.92734,159.36342,74.5371,109.98989,9.3925905,106.43441,381.14212,291.6677,36.57143,239.70816,65.035965,47.026787,69.17828,148.30618,23.391035,56.38781,464.88486,10.660281,18.07557,293.5249,18.333652,9.114101,59.265938,50.2292,564.1511,150.94417,169.64815,1928.9781,37.546333,1591.4907,1416.4512,8.409196,6.5015006,1429.1926,17.397667,11.438492,377.8153,25.305393,46.069756,23.38406,70.282845,252.43866,357.07703,3.884473,33.67685,75.87047,326.53674,6.2318215,85.05092,8.0078,1.441825,57.87081,1.0754888,1.2784699,3.9164045,10.343845,23.90947,15.709762,25.405903,196.74687,38.433533,19.080357,30.690104,9.333078,103.600075,4.247743,83.280174,7.315104,62.012543,6.478497,8.776011,20.702742,8.905022,22.800596,13.074058,1.0309384,55.940666,9.43746,208.89928,6.451887,253.3163,18.516727,1146.1088,111.968895,3.1910634,8.709552,138.08832,172.97859,892.1618,929.8963 +2023-02-08 00:00:00,0.0,2179.6775,32.663513,5.1660714,11.214479,21.66,185.64587,25.538843,43.81388,18.298548,26.962946,219.08553,158.5057,12.677222,43.603333,7.3295703,3.7505302,35.255383,85.33828,53.01318,445.64633,34.485706,420.2859,136.77286,45.758713,157.50352,207.62497,79.42307,947.9166,263.3553,2063.9639,51.164833,2374.7734,645.2691,35.763443,28.844603,189.31433,207.77728,299.72665,992.85693,43.125,14.8467865,9.900068,527.1726,441.31207,99.91586,11.081047,509.21497,18.810131,518.92145,10.976967,34.827816,0.0,1035.5249,1864.6407,0.28388914,47.888145,15.903557,12430.558,37.78362,1.5063989,7.8499994,19.270203,18.562832,6.189452,10.684525,319.64026,35.569447,6.4701514,0.9448689,6.3589926,340.4993,0.55293006,172.9479,87.45,2645.6875,125.58333,111.48099,187.78055,927.7669,77.64887,59.46337,1108.6948,51.46183,77.04542,9.975122,31.987019,223.14444,12.132611,9.255854,64.89288,19.703268,4307.5625,18.770767,34.25,16.8706,15.549843,324.1667,70.09242,35.625,9.384893,9.360977,16.093382,57.33265,115.21491,50.4375,204.4625,21.8778,13.602686,65.535515,25.58625,25.263351,130.88771,12.704,1.493125,34.069168,11.356123,1203.4644,23.756897,1.6327976,87.0,16.936638,159.49371,74.566666,110.09123,9.390648,106.44375,381.36465,292.0346,36.589333,239.82877,65.125,47.035355,69.17972,148.32777,23.397943,56.400524,464.87766,10.670705,18.085749,293.62943,18.317858,9.109091,59.31945,50.263935,564.41656,151.01562,169.6555,1929.0574,37.53409,1591.4191,1416.1592,8.405,6.4979167,1428.9697,17.397655,11.433333,377.75494,25.29375,46.05625,23.37533,70.26071,252.43633,356.98132,3.8824997,33.667854,75.819244,326.49545,6.2293267,85.0478,8.006249,1.44225,57.872334,1.0758334,1.2789192,3.9188864,10.343473,23.905,15.7071905,25.408333,196.7151,38.416668,19.071428,30.6875,9.328571,103.5625,4.2458334,83.12417,7.3125,62.01635,6.4696426,8.765857,20.686043,8.90625,22.785715,13.058333,1.0308127,55.952168,9.435435,208.85419,6.4505644,253.33182,18.513332,1145.9917,111.96262,3.1927218,8.707153,138.09909,172.98886,892.1682,929.778 +2023-02-08 01:00:00,0.0,2180.1511,32.65313,5.165419,11.207162,21.666012,185.62651,25.538038,43.821033,18.30469,26.972963,218.9473,158.6767,12.676134,43.559227,7.3412275,3.7487748,35.245705,85.24701,52.95862,445.57388,34.457733,420.13406,136.76828,45.72405,157.672,207.54695,79.41735,947.52594,263.38303,2063.4556,51.14833,2374.7222,645.1862,35.752457,28.837843,189.26889,207.63943,299.66757,993.17065,43.1436,14.841733,9.899517,527.52136,441.59927,99.84844,11.108975,508.68036,18.839361,518.4858,10.980344,34.84849,0.0,1036.2544,1865.292,0.28389424,47.864532,15.910334,12437.771,37.800373,1.5066247,7.8677573,19.291132,18.584976,6.195559,10.695486,319.76486,35.553326,6.4847484,0.9453263,6.362431,340.7755,0.55260015,173.08104,87.44137,2645.4792,125.59772,111.498055,187.7594,928.46686,77.6514,59.475777,1108.0469,51.48103,77.00631,9.976012,31.995598,223.13579,12.130472,9.2544985,64.919075,19.697212,4308.14,18.775806,34.23512,16.874195,15.560715,324.22223,70.15127,35.61384,9.38513,9.363245,16.11899,57.35345,115.314735,50.426712,204.51578,21.895191,13.61241,65.59043,25.607805,25.256657,130.94885,12.716822,1.4934263,34.041782,11.35553,1203.4222,23.758087,1.639668,87.14881,16.945936,159.62401,74.59623,110.19257,9.388705,106.45309,381.5872,292.4015,36.60723,239.94936,65.214035,47.043926,69.181145,148.34937,23.404854,56.413242,464.87048,10.681128,18.095928,293.73398,18.302063,9.10408,59.372963,50.298668,564.682,151.08707,169.66286,1929.1367,37.521847,1591.3474,1415.8671,8.400804,6.494333,1428.747,17.397644,11.428175,377.69455,25.282106,46.042747,23.366598,70.23858,252.434,356.88565,3.8805265,33.658863,75.76802,326.45413,6.226832,85.044685,8.0047,1.4426751,57.87385,1.0761781,1.2793685,3.9213686,10.343102,23.90053,15.704619,25.410765,196.68333,38.399803,19.0625,30.684896,9.324065,103.524925,4.2439237,82.96816,7.309896,62.020153,6.4607887,8.755702,20.669342,8.907477,22.770834,13.042609,1.030687,55.963673,9.433412,208.8091,6.4492416,253.34735,18.509935,1145.8746,111.95635,3.1943803,8.704756,138.10986,172.99915,892.1746,929.6598 +2023-02-08 02:00:00,0.0,2180.6245,32.642746,5.1647663,11.199845,21.672024,185.60716,25.537233,43.828186,18.310831,26.98298,218.80905,158.84767,12.675047,43.515118,7.352885,3.7470193,35.236027,85.15574,52.904057,445.50146,34.429764,419.98227,136.7637,45.68939,157.84047,207.46893,79.41163,947.13525,263.41077,2062.9473,51.13183,2374.6707,645.1034,35.741467,28.831083,189.22342,207.5016,299.60846,993.48444,43.1622,14.83668,9.898965,527.87006,441.88644,99.78101,11.136904,508.14575,18.868591,518.0502,10.983721,34.869167,0.0,1036.984,1865.9431,0.28389934,47.840923,15.917111,12444.986,37.817127,1.5068506,7.885515,19.312061,18.60712,6.201666,10.706449,319.8895,35.537205,6.4993453,0.94578373,6.365869,341.05176,0.5522703,173.21416,87.43274,2645.2712,125.6121,111.51512,187.73825,929.1668,77.653915,59.488186,1107.3989,51.50023,76.96721,9.976903,32.004173,223.12712,12.128333,9.253143,64.94527,19.691154,4308.718,18.780846,34.220238,16.87779,15.571587,324.27777,70.21011,35.60268,9.385366,9.365512,16.144598,57.37425,115.41456,50.415924,204.56908,21.912582,13.622132,65.645355,25.62936,25.249964,131.00998,12.729643,1.4937277,34.014397,11.354937,1203.38,23.759277,1.6465384,87.29762,16.955235,159.7543,74.62579,110.293915,9.386762,106.462425,381.80975,292.7684,36.625134,240.06995,65.30308,47.052498,69.18257,148.37097,23.411762,56.42596,464.86328,10.69155,18.106108,293.83853,18.286268,9.099069,59.42647,50.333405,564.94745,151.15851,169.67021,1929.2161,37.509605,1591.2758,1415.575,8.396606,6.490749,1428.5242,17.397633,11.423016,377.63416,25.270462,46.029243,23.357868,70.21645,252.43167,356.78998,3.8785534,33.64987,75.7168,326.41284,6.224337,85.041565,8.00315,1.4431002,57.875374,1.0765228,1.2798179,3.9238505,10.3427305,23.896059,15.702048,25.413195,196.65158,38.382935,19.053572,30.682291,9.319558,103.48735,4.242014,82.81216,7.3072915,62.02396,6.4519343,8.745547,20.652641,8.908705,22.755953,13.026885,1.0305612,55.975174,9.431388,208.764,6.447919,253.36287,18.506538,1145.7574,111.95008,3.196039,8.702358,138.12064,173.00941,892.181,929.5415 +2023-02-08 03:00:00,0.0,2181.0981,32.63236,5.1641135,11.192528,21.678036,185.5878,25.536428,43.835335,18.31697,26.992998,218.67082,159.01866,12.673959,43.471012,7.364542,3.7452638,35.22635,85.06447,52.849495,445.42902,34.40179,419.83047,136.75911,45.654724,158.00893,207.39091,79.40591,946.7445,263.43848,2062.4387,51.115326,2374.6194,645.0205,35.73048,28.824324,189.17798,207.36377,299.54935,993.79816,43.180805,14.831627,9.898414,528.2188,442.17365,99.713585,11.164832,507.61108,18.897821,517.6145,10.987098,34.889843,0.0,1037.7136,1866.5944,0.28390446,47.81731,15.923889,12452.201,37.83388,1.5070764,7.9032736,19.332993,18.629265,6.2077727,10.717411,320.01413,35.521084,6.5139422,0.9462411,6.369307,341.32797,0.5519404,173.34727,87.42411,2645.063,125.62649,111.532196,187.7171,929.8668,77.65644,59.50059,1106.751,51.51943,76.92811,9.977793,32.012753,223.11845,12.126193,9.251789,64.97146,19.685099,4309.296,18.785885,34.205357,16.881386,15.5824585,324.33334,70.26896,35.59152,9.385603,9.367779,16.170206,57.39505,115.51438,50.405132,204.62236,21.929974,13.631856,65.70027,25.650915,25.243269,131.07112,12.742464,1.494029,33.98701,11.354344,1203.3379,23.760468,1.6534088,87.44643,16.964533,159.8846,74.65536,110.395256,9.384819,106.47176,382.0323,293.13528,36.643032,240.19054,65.39211,47.06107,69.184006,148.39256,23.41867,56.438675,464.8561,10.701974,18.116287,293.94305,18.270473,9.094058,59.479984,50.368137,565.2129,151.22997,169.67757,1929.2954,37.49736,1591.204,1415.283,8.39241,6.487165,1428.3014,17.397621,11.417857,377.57376,25.258818,46.015736,23.349136,70.19432,252.42934,356.6943,3.8765802,33.64088,75.66558,326.37155,6.2218423,85.03845,8.001599,1.4435253,57.876892,1.0768675,1.2802672,3.9263327,10.34236,23.89159,15.699478,25.415625,196.61981,38.36607,19.044643,30.679688,9.315051,103.449776,4.240104,82.65615,7.3046875,62.027767,6.4430804,8.735393,20.63594,8.909933,22.741072,13.011161,1.0304354,55.986675,9.429363,208.71892,6.446596,253.37839,18.503143,1145.6404,111.94381,3.1976974,8.699961,138.13142,173.01968,892.18744,929.4233 +2023-02-08 04:00:00,0.0,2181.5715,32.621975,5.163461,11.185211,21.684048,185.56845,25.535624,43.842487,18.323112,27.003017,218.5326,159.18964,12.672871,43.426903,7.3761992,3.7435083,35.21667,84.9732,52.79493,445.3566,34.373817,419.67865,136.75453,45.62006,158.1774,207.3129,79.400185,946.3538,263.46622,2061.9304,51.098824,2374.5679,644.9376,35.719494,28.817564,189.13254,207.22594,299.49026,994.11194,43.199406,14.826573,9.897862,528.5675,442.46082,99.646164,11.19276,507.07648,18.927052,517.17883,10.990476,34.91052,0.0,1038.4431,1867.2455,0.28390956,47.7937,15.930667,12459.416,37.850636,1.5073023,7.9210315,19.353924,18.65141,6.2138796,10.728374,320.13876,35.50496,6.5285387,0.9466985,6.3727455,341.6042,0.55161047,173.48041,87.415474,2644.8547,125.64087,111.54926,187.69597,930.5668,77.658966,59.513,1106.103,51.538628,76.88901,9.9786825,32.02133,223.10979,12.124054,9.250434,64.99765,19.679043,4309.8735,18.790922,34.190475,16.884981,15.59333,324.3889,70.327805,35.580357,9.385839,9.370046,16.195816,57.41585,115.61421,50.394344,204.67566,21.947367,13.64158,65.755196,25.67247,25.236574,131.13226,12.755286,1.4943304,33.959625,11.353751,1203.2957,23.761658,1.6602792,87.59524,16.973831,160.01491,74.68492,110.4966,9.382876,106.4811,382.25485,293.5022,36.660934,240.31113,65.481155,47.06964,69.18543,148.41415,23.425581,56.451393,464.8489,10.712397,18.126465,294.0476,18.254677,9.089047,59.533493,50.402874,565.47833,151.3014,169.68494,1929.3748,37.48512,1591.1323,1414.9908,8.388214,6.483581,1428.0786,17.39761,11.412699,377.51337,25.247173,46.00223,23.340406,70.172195,252.427,356.59863,3.8746068,33.631886,75.61436,326.33023,6.2193475,85.03533,8.00005,1.4439503,57.87841,1.0772122,1.2807165,3.928815,10.341988,23.88712,15.696907,25.418055,196.58804,38.349205,19.035713,30.677084,9.310544,103.4122,4.2381945,82.50014,7.3020835,62.031574,6.434226,8.725238,20.619242,8.91116,22.72619,12.995437,1.0303097,55.998177,9.42734,208.67381,6.4452734,253.3939,18.499746,1145.5233,111.93754,3.1993558,8.697563,138.1422,173.02995,892.19385,929.305 +2023-02-08 05:00:00,0.0,2182.0452,32.61159,5.1628084,11.177894,21.69006,185.54909,25.534819,43.84964,18.329254,27.013035,218.39436,159.36061,12.6717825,43.382797,7.3878565,3.741753,35.206993,84.88192,52.740368,445.28415,34.345848,419.52686,136.74994,45.5854,158.34587,207.23488,79.394455,945.96313,263.49393,2061.422,51.08232,2374.5166,644.85474,35.708508,28.810804,189.0871,207.0881,299.43115,994.42566,43.218006,14.821521,9.897311,528.9162,442.74802,99.578735,11.220689,506.54187,18.956282,516.74316,10.993853,34.931194,0.0,1039.1727,1867.8966,0.28391466,47.77009,15.937445,12466.63,37.86739,1.5075281,7.9387894,19.374855,18.673553,6.219986,10.739336,320.26337,35.48884,6.5431356,0.9471559,6.3761835,341.8804,0.55128056,173.61353,87.406845,2644.6465,125.65526,111.56633,187.67482,931.2667,77.66148,59.52541,1105.4551,51.557827,76.8499,9.979573,32.02991,223.10112,12.121915,9.249079,65.02384,19.672985,4310.451,18.795961,34.175594,16.888575,15.604202,324.44446,70.38665,35.569195,9.386076,9.3723135,16.221424,57.436653,115.714035,50.383556,204.72896,21.964758,13.651303,65.81011,25.694025,25.229881,131.19339,12.768107,1.4946316,33.93224,11.353158,1203.2534,23.762848,1.6671495,87.74405,16.98313,160.1452,74.714485,110.59794,9.380934,106.49044,382.4774,293.86908,36.678833,240.43172,65.57019,47.078213,69.18686,148.43575,23.43249,56.46411,464.84174,10.72282,18.136644,294.15216,18.238882,9.084037,59.587006,50.437607,565.7438,151.37286,169.69229,1929.4541,37.472874,1591.0607,1414.6987,8.384018,6.4799976,1427.8558,17.397598,11.407539,377.45297,25.235529,45.988728,23.331675,70.15006,252.42468,356.50293,3.8726337,33.622894,75.56313,326.28894,6.2168527,85.03222,7.9984994,1.4443754,57.879932,1.0775568,1.2811658,3.9312968,10.341617,23.882648,15.694336,25.420486,196.55629,38.33234,19.026785,30.674479,9.306038,103.374626,4.2362847,82.34413,7.299479,62.035378,6.425372,8.715083,20.602541,8.912388,22.71131,12.9797125,1.0301839,56.00968,9.425315,208.62872,6.4439507,253.40942,18.496351,1145.4062,111.93126,3.2010143,8.695165,138.15297,173.04024,892.20026,929.18677 +2023-02-08 06:00:00,0.0,2182.5188,32.601208,5.1621556,11.170577,21.696072,185.52972,25.534014,43.85679,18.335396,27.023052,218.25612,159.5316,12.670694,43.338688,7.3995137,3.7399976,35.197315,84.79065,52.685806,445.21173,34.317875,419.37506,136.74536,45.550735,158.51434,207.15686,79.38873,945.5724,263.52167,2060.9136,51.06582,2374.465,644.77185,35.69752,28.804045,189.04164,206.95027,299.37207,994.73944,43.236607,14.816467,9.89676,529.26495,443.03522,99.511314,11.248617,506.00726,18.985512,516.30756,10.99723,34.95187,0.0,1039.9023,1868.5479,0.28391975,47.74648,15.944222,12473.845,37.884144,1.507754,7.9565473,19.395784,18.695698,6.226093,10.750298,320.388,35.472717,6.5577326,0.94761324,6.3796215,342.15662,0.5509507,173.74664,87.39822,2644.4382,125.66964,111.5834,187.65367,931.9667,77.66401,59.537815,1104.8073,51.577026,76.8108,9.980463,32.03849,223.09247,12.119776,9.247725,65.050026,19.66693,4311.029,18.801,34.160713,16.89217,15.615074,324.5,70.44549,35.558037,9.3863125,9.37458,16.247032,57.457455,115.81386,50.37277,204.78224,21.98215,13.661026,65.865036,25.71558,25.223186,131.25453,12.780929,1.494933,33.904854,11.352566,1203.2113,23.764038,1.6740199,87.89286,16.99243,160.2755,74.74405,110.69928,9.378991,106.49978,382.69995,294.236,36.696735,240.5523,65.659225,47.086784,69.18829,148.45734,23.4394,56.47683,464.83453,10.733243,18.146824,294.2567,18.223087,9.079025,59.640514,50.472343,566.0093,151.4443,169.69965,1929.5333,37.460632,1590.989,1414.4067,8.379821,6.4764137,1427.633,17.397587,11.402381,377.39258,25.223885,45.975224,23.322945,70.12793,252.42235,356.40726,3.8706605,33.613903,75.51192,326.24762,6.214358,85.0291,7.996949,1.4448005,57.88145,1.0779015,1.2816151,3.933779,10.341245,23.87818,15.691765,25.422916,196.52452,38.315475,19.017857,30.671875,9.301531,103.33705,4.234375,82.188126,7.296875,62.039185,6.4165177,8.704928,20.58584,8.913616,22.696428,12.963988,1.0300581,56.021183,9.423291,208.58363,6.442628,253.42496,18.492954,1145.2891,111.92499,3.2026727,8.692767,138.16374,173.0505,892.2066,929.0685 +2023-02-08 07:00:00,0.0,2182.9922,32.59082,5.1615033,11.1632595,21.702084,185.51038,25.533209,43.86394,18.341536,27.03307,218.11789,159.70258,12.669607,43.294582,7.411171,3.7382421,35.187637,84.69938,52.631245,445.13928,34.2899,419.22327,136.74078,45.516075,158.6828,207.07884,79.38301,945.1817,263.5494,2060.4053,51.04932,2374.4138,644.68896,35.68653,28.797285,188.9962,206.81244,299.31296,995.0532,43.255207,14.811414,9.896208,529.61365,443.3224,99.443886,11.276546,505.47266,19.014742,515.8719,11.0006075,34.972546,0.0,1040.632,1869.199,0.28392485,47.722866,15.951,12481.06,37.900898,1.5079798,7.974305,19.416716,18.717842,6.2321997,10.76126,320.51263,35.456596,6.5723295,0.94807065,6.3830595,342.43283,0.5506208,173.87978,87.38959,2644.23,125.68402,111.600464,187.63252,932.6666,77.666534,59.550224,1104.1593,51.596222,76.7717,9.981353,32.047066,223.0838,12.117636,9.246369,65.07622,19.660872,4311.607,18.80604,34.145832,16.895765,15.625946,324.55557,70.50433,35.546875,9.386549,9.376847,16.27264,57.478256,115.91368,50.36198,204.83554,21.99954,13.67075,65.91995,25.737135,25.216492,131.31567,12.79375,1.4952344,33.87747,11.351973,1203.1691,23.76523,1.6808903,88.041664,17.001728,160.40579,74.77361,110.80062,9.3770485,106.50912,382.9225,294.60287,36.714634,240.6729,65.74827,47.095352,69.18972,148.47894,23.446308,56.489544,464.82736,10.743666,18.157003,294.36124,18.207293,9.074015,59.694027,50.507076,566.2747,151.51575,169.707,1929.6127,37.44839,1590.9172,1414.1146,8.375625,6.47283,1427.4102,17.397575,11.3972225,377.33218,25.21224,45.96172,23.314215,70.105804,252.42001,356.31158,3.8686874,33.604908,75.46069,326.20633,6.211863,85.025986,7.995399,1.4452255,57.882973,1.0782462,1.2820644,3.936261,10.340874,23.873709,15.689194,25.425346,196.49277,38.29861,19.008928,30.669271,9.297024,103.29948,4.2324653,82.03212,7.294271,62.04299,6.407664,8.694774,20.569141,8.914844,22.68155,12.948264,1.0299324,56.032684,9.4212675,208.53854,6.441305,253.44048,18.48956,1145.172,111.91872,3.2043314,8.69037,138.17451,173.06078,892.213,928.95026 +2023-02-08 08:00:00,0.0,2183.4658,32.580437,5.1608505,11.155943,21.708096,185.49101,25.532404,43.87109,18.347677,27.043087,217.97966,159.87355,12.668519,43.250477,7.422828,3.7364867,35.17796,84.60811,52.576683,445.06683,34.261932,419.07144,136.73619,45.48141,158.85127,207.00082,79.37729,944.791,263.57712,2059.8967,51.032818,2374.3623,644.60614,35.675545,28.790525,188.95076,206.6746,299.25385,995.36694,43.27381,14.806361,9.895657,529.9624,443.6096,99.37646,11.304474,504.938,19.043972,515.4362,11.003984,34.99322,0.0,1041.3615,1869.8502,0.28392997,47.699257,15.957778,12488.274,37.91765,1.5082057,7.992063,19.437645,18.739986,6.2383065,10.7722225,320.63724,35.440475,6.5869265,0.94852805,6.386498,342.70905,0.5502909,174.0129,87.38095,2644.022,125.69841,111.61754,187.61137,933.36664,77.66905,59.56263,1103.5114,51.61542,76.7326,9.982244,32.055645,223.07513,12.115497,9.245014,65.10241,19.654816,4312.1846,18.811079,34.13095,16.89936,15.636818,324.6111,70.56318,35.535713,9.386786,9.379115,16.298248,57.499058,116.013504,50.35119,204.88882,22.016933,13.680473,65.97488,25.75869,25.209799,131.3768,12.806572,1.4955357,33.850082,11.35138,1203.127,23.76642,1.6877608,88.190475,17.011026,160.53609,74.80318,110.90196,9.375105,106.518456,383.14505,294.9698,36.732536,240.79349,65.8373,47.103924,69.19115,148.50053,23.453217,56.502262,464.82016,10.754089,18.167181,294.4658,18.191498,9.069004,59.747536,50.541813,566.54016,151.5872,169.71436,1929.692,37.436146,1590.8456,1413.8225,8.3714285,6.469246,1427.1874,17.397562,11.392063,377.2718,25.200596,45.948215,23.305483,70.08367,252.4177,356.2159,3.866714,33.595917,75.40947,326.16504,6.209368,85.022865,7.993849,1.4456506,57.88449,1.0785909,1.2825137,3.938743,10.340502,23.869238,15.686623,25.427778,196.461,38.281746,19.0,30.666666,9.292517,103.2619,4.2305555,81.876114,7.2916665,62.0468,6.3988094,8.684619,20.55244,8.916071,22.666668,12.93254,1.0298067,56.044186,9.419243,208.49345,6.4399824,253.456,18.486162,1145.0549,111.912445,3.2059898,8.687972,138.1853,173.07106,892.2194,928.832 +2023-02-08 09:00:00,0.0,2183.9392,32.570053,5.1601977,11.148625,21.714108,185.47166,25.531599,43.878242,18.353819,27.053104,217.84143,160.04454,12.667431,43.206367,7.4344854,3.7347314,35.16828,84.51684,52.522118,444.99442,34.23396,418.91965,136.73161,45.446747,159.01974,206.9228,79.37157,944.40027,263.60486,2059.3884,51.016315,2374.311,644.52325,35.66456,28.783766,188.9053,206.53677,299.19476,995.6807,43.29241,14.801308,9.895105,530.3111,443.89676,99.30904,11.332402,504.40338,19.073202,515.0006,11.007361,35.013897,0.0,1042.0911,1870.5013,0.28393507,47.675644,15.964556,12495.488,37.934402,1.5084314,8.009821,19.458576,18.76213,6.244413,10.783185,320.76187,35.424355,6.6015234,0.9489854,6.389936,342.9853,0.54996103,174.14601,87.37232,2643.8137,125.71279,111.634605,187.59023,934.0666,77.67158,59.57504,1102.8634,51.63462,76.69349,9.983133,32.064224,223.06647,12.113358,9.24366,65.1286,19.64876,4312.762,18.816118,34.11607,16.902956,15.64769,324.66666,70.622025,35.524555,9.387023,9.381382,16.323856,57.519855,116.11333,50.3404,204.94212,22.034325,13.690197,66.02979,25.780247,25.203104,131.43794,12.819393,1.4958371,33.822697,11.350787,1203.0847,23.76761,1.6946312,88.33929,17.020325,160.66638,74.83274,111.0033,9.373162,106.527794,383.36758,295.33667,36.750435,240.91408,65.92634,47.112495,69.19258,148.52213,23.460127,56.51498,464.813,10.764512,18.17736,294.57034,18.175703,9.063993,59.80105,50.576546,566.8056,151.65865,169.72171,1929.7712,37.423904,1590.7739,1413.5305,8.367232,6.465662,1426.9646,17.39755,11.386905,377.2114,25.188951,45.93471,23.296753,70.06154,252.41536,356.12024,3.8647408,33.586926,75.35825,326.12372,6.2068734,85.019745,7.992299,1.4460757,57.88601,1.0789356,1.282963,3.9412253,10.340131,23.864769,15.6840515,25.430208,196.42923,38.26488,18.991072,30.664062,9.288011,103.22433,4.228646,81.72011,7.2890625,62.050602,6.3899555,8.674464,20.53574,8.917299,22.651787,12.916816,1.029681,56.05569,9.417219,208.44835,6.4386597,253.47151,18.482767,1144.9379,111.90617,3.2076483,8.685575,138.19608,173.08133,892.2258,928.71375 +2023-02-08 10:00:00,0.0,2184.4128,32.55967,5.159545,11.141309,21.72012,185.4523,25.530794,43.885395,18.359959,27.063122,217.70319,160.21552,12.666343,43.162262,7.4461427,3.732976,35.158604,84.42557,52.467556,444.92197,34.20599,418.76785,136.72704,45.412086,159.18822,206.84479,79.36584,944.0096,263.63257,2058.8801,50.999813,2374.2595,644.44037,35.653572,28.777006,188.85986,206.39894,299.13565,995.99445,43.311012,14.796255,9.894554,530.65985,444.18396,99.24161,11.360331,503.86877,19.102432,514.56494,11.010739,35.034573,0.0,1042.8207,1871.1525,0.28394017,47.65203,15.9713335,12502.703,37.951157,1.5086573,8.027579,19.479507,18.784275,6.2505198,10.7941475,320.8865,35.408234,6.61612,0.9494428,6.393374,343.2615,0.5496311,174.27914,87.36369,2643.6055,125.72718,111.65167,187.56908,934.76654,77.674095,59.587444,1102.2155,51.65382,76.65439,9.984024,32.0728,223.0578,12.1112175,9.242305,65.15479,19.642702,4313.34,18.821157,34.10119,16.906551,15.658562,324.72223,70.68087,35.513393,9.3872595,9.383649,16.349466,57.540657,116.21316,50.329613,204.99542,22.051716,13.699921,66.08472,25.801802,25.196411,131.49908,12.832214,1.4961383,33.79531,11.350194,1203.0425,23.7688,1.7015016,88.4881,17.029623,160.79669,74.8623,111.104645,9.37122,106.537125,383.59015,295.70358,36.768337,241.03467,66.01538,47.121067,69.19401,148.54372,23.467035,56.5277,464.8058,10.774935,18.18754,294.67487,18.159906,9.058982,59.854557,50.611282,567.07104,151.73009,169.72906,1929.8506,37.41166,1590.7023,1413.2384,8.363035,6.462078,1426.7418,17.39754,11.381746,377.151,25.177307,45.921207,23.288021,70.03941,252.41302,356.02454,3.8627677,33.57793,75.30703,326.08243,6.204378,85.01663,7.990749,1.4465008,57.88753,1.0792803,1.2834125,3.9437072,10.339759,23.860298,15.68148,25.432638,196.39748,38.248016,18.982143,30.661459,9.283504,103.18675,4.226736,81.5641,7.2864585,62.05441,6.381101,8.6643095,20.519041,8.918527,22.636906,12.901091,1.0295552,56.067192,9.415195,208.40326,6.437337,253.48703,18.47937,1144.8207,111.8999,3.2093067,8.683176,138.20685,173.0916,892.23224,928.59546 +2023-02-08 11:00:00,0.0,2184.8865,32.549282,5.1588926,11.133991,21.726131,185.43294,25.52999,43.892544,18.3661,27.07314,217.56496,160.38649,12.665255,43.118153,7.4578,3.7312205,35.148926,84.33429,52.412994,444.84955,34.178017,418.61603,136.72244,45.377422,159.35667,206.76677,79.360115,943.6189,263.6603,2058.3716,50.98331,2374.2083,644.3575,35.642586,28.770247,188.81442,206.26111,299.07657,996.3082,43.329613,14.791202,9.894003,531.00854,444.47116,99.17419,11.38826,503.33414,19.131662,514.1293,11.014116,35.05525,0.0,1043.5503,1871.8037,0.28394526,47.62842,15.978111,12509.918,37.96791,1.5088831,8.045337,19.500437,18.80642,6.2566266,10.805109,321.0111,35.392113,6.630717,0.9499002,6.3968124,343.53772,0.5493012,174.41226,87.35506,2643.3972,125.74156,111.66875,187.54793,935.4665,77.67662,59.599854,1101.5675,51.67302,76.61529,9.984914,32.08138,223.04915,12.109078,9.24095,65.180984,19.636646,4313.918,18.826197,34.08631,16.910147,15.669434,324.77777,70.739716,35.50223,9.387496,9.385917,16.375074,57.56146,116.31298,50.318825,205.0487,22.069107,13.709643,66.13963,25.823357,25.189716,131.56023,12.845036,1.4964397,33.767925,11.349602,1203.0004,23.76999,1.708372,88.6369,17.038921,160.92699,74.89186,111.205986,9.369277,106.54646,383.81268,296.07047,36.786236,241.15526,66.104416,47.12964,69.195435,148.5653,23.473944,56.540413,464.7986,10.785358,18.19772,294.77942,18.144112,9.053971,59.90807,50.646015,567.3365,151.80154,169.73642,1929.9299,37.399418,1590.6306,1412.9463,8.358839,6.4584947,1426.519,17.397528,11.376587,377.0906,25.165663,45.9077,23.279291,70.01728,252.4107,355.92886,3.8607945,33.56894,75.255806,326.04114,6.2018833,85.01351,7.9891987,1.4469258,57.88905,1.079625,1.2838618,3.9461894,10.339388,23.855827,15.678909,25.43507,196.3657,38.23115,18.973213,30.658854,9.278996,103.149185,4.2248263,81.40809,7.283854,62.058216,6.372247,8.654155,20.50234,8.919754,22.622025,12.885366,1.0294294,56.078693,9.413171,208.35817,6.436014,253.50255,18.475975,1144.7036,111.89363,3.2109652,8.6807785,138.21762,173.10187,892.23865,928.47723 +2023-02-08 12:00:00,0.0,2185.3599,32.5389,5.15824,11.126675,21.732143,185.41359,25.529184,43.899696,18.372242,27.083157,217.42673,160.55748,12.664166,43.074047,7.469457,3.729465,35.139248,84.24302,52.358433,444.7771,34.150043,418.46423,136.71786,45.342762,159.52515,206.68875,79.35439,943.22815,263.68805,2057.8633,50.96681,2374.1567,644.2746,35.6316,28.763487,188.76898,206.12328,299.01746,996.62195,43.348213,14.786148,9.893452,531.3573,444.75833,99.10676,11.416188,502.79953,19.160892,513.69366,11.017493,35.075924,0.0,1044.2798,1872.4548,0.28395036,47.60481,15.984889,12517.132,37.984665,1.509109,8.063095,19.521368,18.828564,6.2627335,10.8160715,321.13574,35.37599,6.6453137,0.95035756,6.4002504,343.81393,0.5489713,174.54538,87.34643,2643.189,125.75595,111.68582,187.52678,936.16644,77.679146,59.61226,1100.9196,51.69222,76.57619,9.985804,32.08996,223.04048,12.106939,9.239595,65.20717,19.630589,4314.4956,18.831236,34.07143,16.913742,15.6803055,324.83334,70.79856,35.49107,9.3877325,9.388184,16.400682,57.58226,116.4128,50.308037,205.102,22.0865,13.719367,66.19456,25.844912,25.183022,131.62135,12.857858,1.496741,33.740536,11.349009,1202.9581,23.771181,1.7152424,88.78571,17.04822,161.05728,74.921425,111.30733,9.367334,106.5558,384.03522,296.43738,36.80414,241.27585,66.19345,47.13821,69.19687,148.5869,23.480854,56.55313,464.7914,10.795781,18.207897,294.88397,18.128317,9.048961,59.96158,50.68075,567.6019,151.87299,169.74377,1930.0093,37.387173,1590.5588,1412.6543,8.354643,6.4549108,1426.2963,17.397516,11.3714285,377.0302,25.154018,45.894196,23.27056,69.99515,252.40837,355.8332,3.8588212,33.559948,75.20459,325.99982,6.1993885,85.0104,7.9876485,1.4473509,57.89057,1.0799696,1.284311,3.9486713,10.339016,23.851357,15.676338,25.4375,196.33394,38.214287,18.964285,30.65625,9.27449,103.11161,4.2229166,81.25208,7.28125,62.062023,6.363393,8.644,20.48564,8.920982,22.607143,12.869642,1.0293037,56.090195,9.411147,208.31308,6.4346914,253.51808,18.472578,1144.5865,111.88735,3.2126238,8.678381,138.2284,173.11215,892.24506,928.35895 +2023-02-08 13:00:00,0.0,2185.8335,32.528515,5.157587,11.119357,21.738155,185.39423,25.52838,43.90685,18.378382,27.093174,217.2885,160.72845,12.663079,43.02994,7.4811144,3.7277098,35.129566,84.15175,52.30387,444.70465,34.122074,418.31244,136.71327,45.308098,159.69362,206.61073,79.34867,942.83746,263.71576,2057.3547,50.95031,2374.1055,644.1918,35.62061,28.756727,188.72353,205.98544,298.95834,996.9357,43.366814,14.7810955,9.8928995,531.706,445.04553,99.03933,11.444117,502.26492,19.190123,513.258,11.02087,35.0966,0.0,1045.0094,1873.1061,0.28395548,47.5812,15.991667,12524.347,38.00142,1.5093349,8.0808525,19.542297,18.850708,6.26884,10.827034,321.26038,35.35987,6.6599107,0.95081496,6.4036884,344.09015,0.54864144,174.67851,87.3378,2642.981,125.77033,111.70289,187.50563,936.86646,77.68166,59.62467,1100.2716,51.71142,76.53708,9.986694,32.098537,223.03181,12.1048,9.23824,65.23336,19.624533,4315.073,18.836275,34.05655,16.917337,15.691177,324.8889,70.85741,35.47991,9.387969,9.3904505,16.42629,57.60306,116.51263,50.29725,205.15529,22.103891,13.729091,66.24947,25.866467,25.176329,131.6825,12.870679,1.4970424,33.71315,11.348416,1202.916,23.772371,1.7221128,88.934525,17.057518,161.18758,74.95099,111.40867,9.365392,106.56514,384.25778,296.80426,36.822037,241.39644,66.28249,47.14678,69.198296,148.6085,23.487762,56.56585,464.78424,10.806205,18.218077,294.98853,18.112522,9.04395,60.01509,50.715485,567.86743,151.94443,169.75113,1930.0886,37.37493,1590.4872,1412.3622,8.350446,6.451327,1426.0735,17.397505,11.36627,376.96982,25.142374,45.88069,23.26183,69.97302,252.40604,355.73752,3.856848,33.550957,75.153366,325.95853,6.1968937,85.00728,7.9860983,1.447776,57.89209,1.0803143,1.2847604,3.9511535,10.338645,23.846888,15.673767,25.43993,196.30219,38.197422,18.955357,30.653646,9.269983,103.074036,4.221007,81.09608,7.278646,62.065826,6.3545384,8.633845,20.46894,8.92221,22.592262,12.853918,1.0291779,56.1017,9.409122,208.26799,6.4333687,253.5336,18.469183,1144.4695,111.88108,3.2142823,8.675983,138.23918,173.12242,892.25146,928.2407 +2023-02-08 14:00:00,0.0,2186.3071,32.51813,5.1569347,11.1120405,21.744167,185.37488,25.527575,43.913998,18.384523,27.103191,217.15025,160.89943,12.661991,42.985832,7.4927716,3.7259543,35.11989,84.06048,52.249306,444.63223,34.0941,418.1606,136.7087,45.273434,159.86208,206.53271,79.34295,942.4468,263.7435,2056.8464,50.933807,2374.054,644.1089,35.609623,28.749968,188.67809,205.84761,298.89926,997.24945,43.385418,14.776042,9.892348,532.05475,445.3327,98.97191,11.472045,501.7303,19.219353,512.8223,11.024248,35.117275,0.0,1045.739,1873.7572,0.28396058,47.557587,15.998444,12531.562,38.018173,1.5095607,8.098611,19.563229,18.872852,6.2749467,10.8379965,321.38498,35.34375,6.6745076,0.95127237,6.4071264,344.36636,0.54831153,174.81163,87.32917,2642.7727,125.78472,111.719955,187.48448,937.5664,77.68419,59.637074,1099.6237,51.730614,76.49798,9.987584,32.107117,223.02315,12.10266,9.236885,65.25955,19.618477,4315.651,18.841314,34.041668,16.920933,15.702049,324.94446,70.91625,35.46875,9.388206,9.392718,16.451899,57.623863,116.61245,50.286457,205.20859,22.121283,13.738814,66.3044,25.888021,25.169634,131.74364,12.8835,1.4973438,33.685764,11.347823,1202.8738,23.773563,1.7289832,89.083336,17.066816,161.31787,74.98055,111.51001,9.363448,106.57448,384.48032,297.17117,36.83994,241.51703,66.37153,47.15535,69.19972,148.6301,23.494673,56.578568,464.77704,10.8166275,18.228256,295.09305,18.096727,9.038939,60.0686,50.75022,568.1329,152.01588,169.75848,1930.1678,37.36269,1590.4155,1412.0701,8.34625,6.447743,1425.8506,17.397493,11.361111,376.90942,25.13073,45.867188,23.253098,69.95089,252.40372,355.6418,3.8548748,33.54196,75.10214,325.9172,6.194399,85.004166,7.9845486,1.448201,57.89361,1.080659,1.2852097,3.9536355,10.338273,23.842417,15.671197,25.442362,196.27042,38.180557,18.946428,30.651041,9.265476,103.03646,4.219097,80.94007,7.2760415,62.069633,6.3456845,8.623691,20.45224,8.923437,22.577381,12.838194,1.0290521,56.1132,9.407099,208.22289,6.432046,253.54912,18.465786,1144.3523,111.87481,3.2159407,8.673586,138.24995,173.13269,892.2579,928.12244 +2023-02-08 15:00:00,0.0,2186.7805,32.507748,5.156282,11.104723,21.75018,185.35551,25.52677,43.92115,18.390665,27.113209,217.01202,161.07042,12.660903,42.941727,7.504429,3.7241988,35.11021,83.96921,52.194744,444.55978,34.066128,418.00882,136.70412,45.238773,160.03055,206.4547,79.33723,942.056,263.7712,2056.3381,50.917305,2374.0027,644.026,35.598637,28.743208,188.63263,205.70976,298.84015,997.56323,43.40402,14.770989,9.891797,532.40344,445.6199,98.90448,11.499973,501.19568,19.248583,512.3867,11.027625,35.13795,0.0,1046.4685,1874.4084,0.28396568,47.533978,16.005222,12538.776,38.034927,1.5097866,8.116368,19.58416,18.894997,6.2810535,10.848959,321.5096,35.32763,6.6891046,0.9517297,6.410565,344.6426,0.5479816,174.94475,87.32053,2642.5645,125.7991,111.73703,187.46333,938.26636,77.686714,59.649483,1098.9758,51.749813,76.45888,9.988474,32.115692,223.01448,12.100521,9.235531,65.28574,19.61242,4316.229,18.846354,34.026787,16.924528,15.71292,325.0,70.9751,35.45759,9.388442,9.394985,16.477507,57.64466,116.71227,50.27567,205.26187,22.138674,13.748537,66.359314,25.909576,25.162941,131.80476,12.896321,1.4976451,33.65838,11.34723,1202.8317,23.774754,1.7358536,89.23214,17.076117,161.44818,75.01012,111.61136,9.3615055,106.58382,384.70288,297.53806,36.857838,241.63762,66.46056,47.16392,69.20116,148.65169,23.501581,56.59128,464.76987,10.82705,18.238436,295.1976,18.080933,9.033928,60.122112,50.784954,568.3983,152.08733,169.76584,1930.2472,37.350445,1590.3439,1411.7781,8.342053,6.444159,1425.6278,17.397482,11.355952,376.84903,25.119085,45.853683,23.244368,69.928764,252.40138,355.54614,3.8529017,33.53297,75.05092,325.87592,6.191904,85.001045,7.9829984,1.448626,57.89513,1.0810037,1.285659,3.9561176,10.337902,23.837946,15.668626,25.444792,196.23865,38.16369,18.9375,30.648438,9.260969,102.998886,4.2171874,80.784065,7.2734375,62.07344,6.33683,8.613536,20.43554,8.9246645,22.5625,12.82247,1.0289265,56.124702,9.405075,208.1778,6.430723,253.56464,18.46239,1144.2352,111.86854,3.2175992,8.671187,138.26073,173.14297,892.2643,928.0042 +2023-02-08 16:00:00,0.0,2187.2542,32.49736,5.155629,11.097406,21.756191,185.33615,25.525965,43.928303,18.396807,27.123226,216.8738,161.2414,12.659815,42.897617,7.516086,3.7224433,35.100533,83.87794,52.140182,444.48737,34.03816,417.85703,136.69952,45.20411,160.19902,206.37668,79.3315,941.66534,263.79895,2055.8296,50.900803,2373.9512,643.9431,35.58765,28.736448,188.58719,205.57193,298.78107,997.87695,43.42262,14.765936,9.891246,532.75214,445.9071,98.83706,11.527902,500.66107,19.277813,511.95105,11.031002,35.158627,0.0,1047.1981,1875.0596,0.28397077,47.510365,16.012,12545.99,38.05168,1.5100124,8.134127,19.605091,18.917141,6.2871604,10.8599205,321.63425,35.31151,6.703701,0.9521871,6.414003,344.91882,0.54765177,175.07788,87.311905,2642.3562,125.81349,111.7541,187.4422,938.9663,77.68923,59.661892,1098.3279,51.769012,76.41978,9.989365,32.12427,223.00583,12.098382,9.234176,65.311935,19.606363,4316.8066,18.851393,34.011906,16.928123,15.723792,325.05557,71.03394,35.44643,9.388679,9.397252,16.503117,57.665462,116.8121,50.26488,205.31517,22.156067,13.758261,66.41424,25.931131,25.156246,131.8659,12.909143,1.4979464,33.630993,11.346638,1202.7894,23.775944,1.742724,89.38095,17.085415,161.57848,75.03968,111.7127,9.359563,106.593155,384.9254,297.90497,36.87574,241.75821,66.54961,47.172493,69.20258,148.67328,23.50849,56.604,464.76266,10.837474,18.248613,295.30215,18.065136,9.028917,60.17562,50.81969,568.66376,152.15878,169.7732,1930.3267,37.338203,1590.2722,1411.486,8.337857,6.440575,1425.405,17.39747,11.350794,376.78864,25.10744,45.84018,23.235636,69.90663,252.39905,355.45047,3.8509283,33.52398,74.9997,325.83463,6.1894093,84.99793,7.981448,1.4490511,57.89665,1.0813484,1.2861083,3.9585998,10.33753,23.833477,15.666055,25.447222,196.2069,38.146824,18.928572,30.645834,9.256463,102.96131,4.2152777,80.62806,7.2708335,62.077248,6.327976,8.603381,20.418839,8.925893,22.547619,12.806746,1.0288007,56.136208,9.40305,208.1327,6.4294004,253.58015,18.458994,1144.1182,111.86227,3.2192576,8.66879,138.2715,173.15324,892.2706,927.8859 +2023-02-08 17:00:00,0.0,2187.7275,32.486977,5.154977,11.090089,21.762201,185.3168,25.52516,43.93545,18.402946,27.133244,216.73557,161.41237,12.658727,42.85351,7.5277433,3.720688,35.090855,83.78667,52.08562,444.41492,34.010185,417.7052,136.69495,45.16945,160.3675,206.29866,79.325775,941.2746,263.8267,2055.3213,50.8843,2373.9,643.8602,35.576664,28.729689,188.54173,205.4341,298.72195,998.19073,43.44122,14.760882,9.890695,533.1009,446.19427,98.76963,11.55583,500.1264,19.307043,511.5154,11.03438,35.179302,0.0,1047.9277,1875.7107,0.28397587,47.486755,16.018778,12553.205,38.068436,1.5102383,8.151884,19.62602,18.939285,6.2932673,10.870883,321.75888,35.295387,6.718298,0.9526445,6.417441,345.19504,0.54732186,175.211,87.303276,2642.148,125.82787,111.771164,187.42105,939.66626,77.69176,59.674297,1097.6799,51.78821,76.38067,9.990254,32.132847,222.99716,12.096242,9.2328205,65.33813,19.600307,4317.3843,18.856432,33.997025,16.931719,15.734664,325.1111,71.09279,35.43527,9.388915,9.39952,16.528725,57.686264,116.91193,50.254093,205.36847,22.173458,13.767984,66.469154,25.952686,25.149551,131.92705,12.921965,1.4982477,33.603607,11.346045,1202.7472,23.777134,1.7495943,89.52976,17.094713,161.70877,75.069244,111.81404,9.35762,106.60249,385.14798,298.27188,36.89364,241.8788,66.63864,47.181065,69.20401,148.69487,23.5154,56.61672,464.7555,10.847897,18.258793,295.4067,18.049341,9.023907,60.229134,50.854424,568.9292,152.23022,169.78055,1930.4058,37.32596,1590.2004,1411.1938,8.33366,6.4369917,1425.1823,17.397459,11.345635,376.72824,25.095797,45.826675,23.226906,69.8845,252.39673,355.3548,3.8489552,33.514984,74.94848,325.7933,6.1869144,84.99481,7.979898,1.4494762,57.89817,1.081693,1.2865576,3.9610817,10.337159,23.829006,15.663484,25.449654,196.17513,38.12996,18.919643,30.643229,9.251956,102.92374,4.213368,80.47205,7.268229,62.08105,6.319122,8.593226,20.40214,8.92712,22.532738,12.791021,1.028675,56.14771,9.401027,208.08762,6.4280777,253.59567,18.455599,1144.0011,111.855995,3.2209163,8.666392,138.28229,173.16351,892.27704,927.7677 +2023-02-08 18:00:00,0.0,2188.2012,32.476593,5.154324,11.082772,21.768213,185.29744,25.524355,43.942604,18.409088,27.143263,216.59732,161.58336,12.6576395,42.809402,7.5394006,3.7189326,35.081177,83.69539,52.03106,444.3425,33.982216,417.5534,136.69037,45.134785,160.53595,206.22064,79.32005,940.8839,263.8544,2054.8127,50.867798,2373.8484,643.77734,35.565674,28.722929,188.49629,205.29626,298.66284,998.50446,43.45982,14.75583,9.890142,533.4496,446.48148,98.7022,11.583758,499.5918,19.336273,511.07974,11.037757,35.199978,0.0,1048.6572,1876.3619,0.283981,47.463142,16.025555,12560.42,38.08519,1.5104641,8.169642,19.64695,18.96143,6.2993736,10.881845,321.88348,35.279266,6.732895,0.9531019,6.420879,345.47125,0.54699194,175.34412,87.29465,2641.9397,125.84226,111.78824,187.3999,940.3663,77.69428,59.686707,1097.032,51.80741,76.34157,9.991145,32.141426,222.9885,12.094103,9.231466,65.36431,19.59425,4317.962,18.861471,33.982143,16.935314,15.745536,325.16666,71.151634,35.424107,9.389153,9.401787,16.554333,57.707066,117.01175,50.243305,205.42175,22.19085,13.777708,66.52408,25.974241,25.142859,131.98817,12.934786,1.4985491,33.57622,11.345452,1202.7051,23.778324,1.7564647,89.67857,17.104012,161.83907,75.09881,111.91538,9.355678,106.61183,385.3705,298.63876,36.91154,241.99939,66.72768,47.189636,69.205444,148.71646,23.522308,56.629436,464.7483,10.858319,18.268972,295.51123,18.033546,9.018896,60.282642,50.88916,569.19464,152.30167,169.78792,1930.4852,37.313717,1590.1288,1410.9019,8.329464,6.433408,1424.9595,17.397448,11.340476,376.66788,25.084152,45.81317,23.218174,69.86237,252.3944,355.25912,3.846982,33.505993,74.897255,325.752,6.1844196,84.9917,7.978348,1.4499012,57.89969,1.0820377,1.287007,3.963564,10.336787,23.824535,15.6609125,25.452084,196.14337,38.113094,18.910713,30.640625,9.247449,102.88616,4.211458,80.31604,7.265625,62.084858,6.310268,8.583072,20.385439,8.928348,22.517859,12.775297,1.0285492,56.15921,9.399003,208.04253,6.426755,253.6112,18.452202,1143.8839,111.84972,3.2225747,8.663995,138.29306,173.17378,892.28345,927.6494 +2023-02-08 19:00:00,0.0,2188.6748,32.46621,5.1536713,11.075455,21.774225,185.27809,25.523552,43.949757,18.41523,27.15328,216.45909,161.75433,12.656551,42.765297,7.551058,3.7171772,35.0715,83.60412,51.976494,444.27005,33.954243,417.4016,136.68578,45.10012,160.70442,206.14262,79.31433,940.4932,263.88214,2054.3044,50.851295,2373.797,643.6945,35.554688,28.71617,188.45084,205.15843,298.60376,998.81824,43.478424,14.750776,9.889591,533.79834,446.76865,98.63478,11.611687,499.0572,19.365503,510.6441,11.041134,35.220654,0.0,1049.387,1877.0131,0.2839861,47.43953,16.032333,12567.635,38.101944,1.51069,8.1874,19.667881,18.983574,6.3054805,10.892808,322.00812,35.263145,6.747492,0.9535593,6.4243174,345.74747,0.54666203,175.47725,87.28601,2641.7317,125.85664,111.805305,187.37875,941.0662,77.6968,59.699112,1096.384,51.82661,76.30247,9.992035,32.150005,222.97983,12.091964,9.230111,65.3905,19.588194,4318.54,18.866508,33.967262,16.93891,15.756408,325.22223,71.21048,35.412945,9.389389,9.404054,16.57994,57.727867,117.11157,50.232513,205.47505,22.20824,13.787432,66.578995,25.995796,25.136164,132.04932,12.947607,1.4988505,33.548836,11.344859,1202.6628,23.779514,1.7633351,89.82738,17.11331,161.96936,75.12837,112.01672,9.353735,106.62117,385.59308,299.00568,36.92944,242.11998,66.81672,47.198204,69.20687,148.73807,23.529219,56.64215,464.74112,10.868743,18.279152,295.61578,18.017752,9.013885,60.336155,50.923893,569.4601,152.37312,169.79527,1930.5646,37.301476,1590.0571,1410.6097,8.325268,6.429824,1424.7367,17.397436,11.335318,376.60748,25.072508,45.799667,23.209444,69.84024,252.39206,355.16342,3.8450089,33.497,74.84604,325.7107,6.181925,84.98858,7.976798,1.4503263,57.90121,1.0823824,1.2874563,3.9660459,10.336416,23.820066,15.658341,25.454514,196.1116,38.09623,18.901785,30.638021,9.242942,102.84859,4.2095485,80.160034,7.263021,62.088665,6.3014135,8.572917,20.368738,8.929576,22.502977,12.759573,1.0284234,56.17071,9.396978,207.99742,6.425432,253.62672,18.448807,1143.7668,111.843445,3.2242332,8.661597,138.30383,173.18407,892.28986,927.5312 +2023-02-08 20:00:00,0.0,2189.1482,32.455822,5.153019,11.068138,21.780237,185.25873,25.522747,43.956905,18.42137,27.163298,216.32086,161.92531,12.655463,42.72119,7.562715,3.7154217,35.06182,83.51285,51.921932,444.1976,33.92627,417.2498,136.6812,45.06546,160.8729,206.0646,79.30861,940.1025,263.90985,2053.7961,50.834797,2373.7456,643.61163,35.5437,28.70941,188.4054,205.0206,298.54465,999.132,43.497025,14.745724,9.88904,534.14703,447.05585,98.56735,11.639615,498.52258,19.394733,510.20847,11.044512,35.24133,0.0,1050.1165,1877.6643,0.2839912,47.41592,16.03911,12574.849,38.1187,1.5109158,8.205158,19.688812,19.005718,6.3115873,10.90377,322.13275,35.247025,6.762089,0.9540166,6.4277554,346.02368,0.5463322,175.61037,87.27738,2641.5234,125.871025,111.82237,187.3576,941.7662,77.699326,59.71152,1095.7361,51.845806,76.26336,9.992925,32.158585,222.97116,12.089825,9.228756,65.416695,19.582138,4319.1177,18.871548,33.95238,16.942505,15.76728,325.27777,71.269325,35.401787,9.389626,9.406321,16.605549,57.74867,117.211395,50.221725,205.52834,22.225634,13.797154,66.63392,26.017351,25.129469,132.11046,12.960429,1.4991518,33.52145,11.344266,1202.6207,23.780706,1.7702055,89.97619,17.122608,162.09967,75.157936,112.118065,9.351792,106.63051,385.8156,299.37256,36.947342,242.24057,66.905754,47.206776,69.2083,148.75966,23.536127,56.65487,464.73392,10.879166,18.289331,295.72034,18.001957,9.008874,60.389664,50.958626,569.7256,152.44456,169.80263,1930.6438,37.28923,1589.9855,1410.3176,8.321072,6.42624,1424.5138,17.397425,11.330159,376.5471,25.060863,45.78616,23.200714,69.81811,252.38972,355.06775,3.8430355,33.48801,74.794815,325.6694,6.17943,84.985466,7.975248,1.4507514,57.90273,1.0827271,1.2879056,3.968528,10.336044,23.815596,15.65577,25.456944,196.07983,38.079365,18.892857,30.635416,9.238436,102.81101,4.2076387,80.00403,7.2604165,62.092472,6.2925596,8.562761,20.35204,8.930803,22.488096,12.743849,1.0282977,56.182217,9.394955,207.95233,6.4241095,253.64224,18.44541,1143.6498,111.83717,3.2258916,8.659199,138.3146,173.19434,892.29626,927.41296 +2023-02-08 21:00:00,0.0,2189.6218,32.44544,5.152366,11.060821,21.78625,185.23936,25.521942,43.964058,18.427511,27.173315,216.18263,162.0963,12.654375,42.677082,7.5743723,3.7136664,35.052143,83.42158,51.86737,444.12518,33.8983,417.098,136.6766,45.030796,161.04137,205.98659,79.30288,939.7118,263.9376,2053.2876,50.818295,2373.6943,643.52875,35.532715,28.70265,188.35995,204.88277,298.48557,999.44574,43.515625,14.74067,9.888489,534.4958,447.34302,98.49993,11.667543,497.98798,19.423964,509.7728,11.047889,35.262005,0.0,1050.8461,1878.3154,0.28399628,47.392307,16.045887,12582.063,38.135452,1.5111417,8.222917,19.709743,19.027863,6.317694,10.914732,322.25735,35.230904,6.7766857,0.95447403,6.4311934,346.29993,0.54600227,175.74348,87.26875,2641.3152,125.885414,111.83944,187.33646,942.4661,77.70184,59.723927,1095.0881,51.865005,76.22426,9.993815,32.16716,222.96251,12.087685,9.227402,65.44289,19.57608,4319.6953,18.876587,33.9375,16.946098,15.7781515,325.33334,71.32817,35.390625,9.389862,9.408588,16.631157,57.76947,117.31122,50.210938,205.58163,22.243025,13.806878,66.688835,26.038906,25.122776,132.17159,12.97325,1.4994531,33.494064,11.343674,1202.5785,23.781897,1.7770759,90.125,17.131907,162.22997,75.1875,112.219406,9.349849,106.63985,386.03818,299.73947,36.96524,242.36116,66.99479,47.215347,69.209724,148.78125,23.543036,56.667587,464.72675,10.889589,18.29951,295.82486,17.986162,9.003863,60.443176,50.993362,569.991,152.516,169.80998,1930.7231,37.27699,1589.9138,1410.0256,8.3168745,6.422656,1424.291,17.397413,11.325,376.4867,25.04922,45.772655,23.191982,69.79598,252.3874,354.97208,3.8410623,33.479015,74.74359,325.6281,6.176935,84.982346,7.9736977,1.4511764,57.904247,1.0830718,1.2883549,3.9710102,10.335673,23.811125,15.653199,25.459375,196.04808,38.0625,18.883928,30.632812,9.233929,102.77344,4.205729,79.84802,7.2578125,62.096275,6.283705,8.552607,20.335339,8.932031,22.473215,12.728125,1.0281719,56.193718,9.392931,207.90724,6.4227867,253.65776,18.442015,1143.5327,111.8309,3.22755,8.656801,138.32538,173.2046,892.3027,927.2947 +2023-02-08 22:00:00,0.0,2190.0952,32.435055,5.1517134,11.053503,21.792261,185.22002,25.521137,43.97121,18.433653,27.183332,216.04439,162.26727,12.653287,42.632977,7.5860295,3.711911,35.042465,83.33031,51.81281,444.05273,33.870327,416.9462,136.67203,44.99613,161.20982,205.90857,79.29716,939.3211,263.96533,2052.7793,50.801792,2373.643,643.44586,35.52173,28.69589,188.31451,204.74493,298.42645,999.7595,43.534225,14.735617,9.887938,534.8445,447.63022,98.4325,11.695472,497.45337,19.453194,509.33716,11.051266,35.28268,0.0,1051.5757,1878.9666,0.28400138,47.3687,16.052666,12589.278,38.152206,1.5113674,8.240674,19.730673,19.050007,6.3238006,10.925694,322.382,35.214783,6.791282,0.95493144,6.434632,346.57614,0.54567236,175.87662,87.26012,2641.107,125.899796,111.85651,187.3153,943.1661,77.70437,59.736336,1094.4402,51.884205,76.18516,9.994705,32.17574,222.95384,12.085546,9.226047,65.46908,19.570024,4320.273,18.881626,33.92262,16.949694,15.789023,325.3889,71.38701,35.379463,9.390099,9.410855,16.656767,57.790268,117.41105,50.20015,205.63493,22.260416,13.816602,66.74376,26.060461,25.116081,132.23273,12.986072,1.4997544,33.46668,11.3430805,1202.5363,23.783087,1.7839463,90.27381,17.141205,162.36026,75.217064,112.32075,9.347906,106.649185,386.2607,300.10635,36.983143,242.48175,67.08383,47.22392,69.21116,148.80284,23.549946,56.680305,464.71954,10.900012,18.309689,295.9294,17.970366,8.998853,60.49669,51.028095,570.2565,152.58746,169.81734,1930.8025,37.264744,1589.842,1409.7335,8.312678,6.419072,1424.0682,17.397402,11.319841,376.4263,25.037575,45.75915,23.183252,69.77385,252.38507,354.8764,3.8390892,33.470024,74.692375,325.5868,6.1744404,84.97923,7.9721475,1.4516015,57.90577,1.0834165,1.2888042,3.9734921,10.335301,23.806656,15.650628,25.461805,196.01631,38.045635,18.875,30.630209,9.229422,102.73586,4.2038193,79.69202,7.2552085,62.100082,6.2748513,8.542452,20.318638,8.933259,22.458334,12.7124,1.0280461,56.20522,9.390906,207.86215,6.421464,253.67328,18.438618,1143.4155,111.82463,3.2292087,8.654404,138.33617,173.21489,892.3091,927.17645 +2023-02-08 23:00:00,0.0,2190.5688,32.42467,5.151061,11.046186,21.798273,185.20065,25.520332,43.97836,18.439795,27.19335,215.90616,162.43825,12.6522,42.588867,7.597687,3.7101555,35.032787,83.23904,51.758247,443.98032,33.842354,416.79437,136.66745,44.96147,161.3783,205.83055,79.291435,938.93036,263.99304,2052.271,50.78529,2373.5916,643.363,35.51074,28.68913,188.26906,204.6071,298.36734,1000.07324,43.552826,14.730564,9.887385,535.19324,447.91742,98.365074,11.723401,496.9187,19.482424,508.90152,11.054644,35.303356,0.0,1052.3052,1879.6178,0.2840065,47.345085,16.059443,12596.492,38.168957,1.5115933,8.258432,19.751604,19.072151,6.3299074,10.936657,322.50662,35.19866,6.805879,0.9553888,6.43807,346.85236,0.54534245,176.00974,87.25149,2640.8987,125.914185,111.87358,187.29416,943.8661,77.706894,59.74874,1093.7922,51.903404,76.14606,9.995595,32.18432,222.94518,12.083406,9.224692,65.49526,19.563967,4320.8506,18.886665,33.907738,16.953289,15.799895,325.44446,71.445854,35.368305,9.390335,9.413122,16.682375,57.81107,117.51087,50.18936,205.68822,22.277807,13.826325,66.798676,26.082016,25.109388,132.29387,12.998893,1.5000558,33.439293,11.342488,1202.4941,23.784277,1.7908167,90.42262,17.150505,162.49055,75.24663,112.42209,9.3459635,106.65852,386.48328,300.47327,37.00104,242.60234,67.17287,47.23249,69.212585,148.82443,23.556854,56.69302,464.71237,10.910435,18.319868,296.03397,17.95457,8.993842,60.550198,51.06283,570.5219,152.6589,169.82469,1930.8818,37.252502,1589.7704,1409.4414,8.308482,6.4154887,1423.8455,17.397388,11.314683,376.3659,25.02593,45.745647,23.17452,69.75172,252.38274,354.78073,3.837116,33.461033,74.64115,325.5455,6.1719456,84.97611,7.9705977,1.4520266,57.907288,1.0837611,1.2892535,3.9759743,10.33493,23.802185,15.648057,25.464235,195.98454,38.02877,18.866072,30.627604,9.2249155,102.69829,4.2019095,79.53601,7.252604,62.10389,6.265997,8.532297,20.301939,8.934486,22.443453,12.696676,1.0279205,56.21672,9.388883,207.81705,6.420141,253.6888,18.435223,1143.2985,111.81836,3.2308671,8.652006,138.34694,173.22516,892.3155,927.05817 +2023-02-09 00:00:00,0.0,2191.0425,32.414284,5.1504083,11.038869,21.804285,185.1813,25.519527,43.98551,18.445934,27.203367,215.76793,162.60924,12.651112,42.54476,7.609344,3.7084,35.02311,83.14776,51.703682,443.90787,33.814384,416.64258,136.66286,44.926807,161.54677,205.75253,79.28571,938.5397,264.02078,2051.7625,50.768787,2373.5403,643.2801,35.499752,28.682371,188.22362,204.46927,298.30826,1000.387,43.57143,14.725511,9.886834,535.54193,448.2046,98.29765,11.751329,496.3841,19.511654,508.46585,11.058021,35.32403,0.0,1053.0348,1880.2689,0.2840116,47.321476,16.066221,12603.707,38.18571,1.5118191,8.27619,19.772533,19.094296,6.3360143,10.947619,322.63123,35.18254,6.820476,0.9558462,6.441508,347.12857,0.5450126,176.14285,87.24286,2640.6904,125.928566,111.89065,187.27301,944.56604,77.70941,59.76115,1093.1444,51.922604,76.10695,9.996486,32.192898,222.93651,12.081266,9.223337,65.521454,19.55791,4321.4287,18.891705,33.892857,16.956884,15.810767,325.5,71.5047,35.357143,9.390572,9.41539,16.707983,57.83187,117.610695,50.17857,205.74152,22.2952,13.836048,66.8536,26.10357,25.102694,132.355,13.011715,1.5003572,33.411907,11.341895,1202.4519,23.785467,1.797687,90.57143,17.159803,162.62085,75.27619,112.52343,9.344021,106.667854,386.7058,300.84015,37.018944,242.72293,67.2619,47.241062,69.21401,148.84604,23.563763,56.705738,464.70517,10.920858,18.330048,296.13852,17.938776,8.988831,60.60371,51.097565,570.78735,152.73035,169.83205,1930.9612,37.240257,1589.6987,1409.1494,8.304285,6.411905,1423.6227,17.397377,11.309524,376.3055,25.014286,45.732143,23.16579,69.72959,252.38042,354.68503,3.8351426,33.452038,74.58993,325.5042,6.1694503,84.973,7.9690475,1.4524517,57.90881,1.0841058,1.2897028,3.9784563,10.3345585,23.797714,15.645486,25.466667,195.95279,38.011906,18.857143,30.625,9.220408,102.66071,4.2,79.380005,7.25,62.107697,6.257143,8.522142,20.285238,8.935714,22.428572,12.680952,1.0277947,56.228226,9.386858,207.77196,6.4188185,253.70433,18.431826,1143.1814,111.81209,3.2325256,8.649609,138.35771,173.23543,892.3219,926.93994 +2023-02-09 01:00:00,0.0,2191.5159,32.4039,5.1497555,11.031552,21.810297,185.16194,25.518723,43.992664,18.452076,27.213385,215.6297,162.78021,12.650023,42.500652,7.6210012,3.7066448,35.01343,83.05649,51.64912,443.83545,33.78641,416.49078,136.65828,44.892147,161.71523,205.67451,79.27999,938.149,264.0485,2051.2542,50.752285,2373.4888,643.19727,35.488766,28.675611,188.17818,204.33144,298.24915,1000.70074,43.59003,14.720458,9.886283,535.8906,448.4918,98.230225,11.779258,495.8495,19.540884,508.0302,11.061398,35.344707,0.0,1053.7644,1880.9202,0.2840167,47.297863,16.072998,12610.922,38.202465,1.512045,8.293948,19.793465,19.11644,6.342121,10.958582,322.75586,35.16642,6.835073,0.9563036,6.444946,347.4048,0.5446827,176.27597,87.23423,2640.4824,125.942955,111.907715,187.25186,945.266,77.71194,59.77356,1092.4965,51.941803,76.06785,9.9973755,32.201477,222.92784,12.079127,9.221982,65.547646,19.551855,4322.0063,18.896744,33.877975,16.96048,15.821639,325.55557,71.563545,35.34598,9.390808,9.417657,16.733591,57.852673,117.71052,50.16778,205.7948,22.312592,13.845772,66.908516,26.125126,25.095999,132.41614,13.024536,1.5006585,33.38452,11.341302,1202.4098,23.786657,1.8045574,90.72024,17.169102,162.75114,75.305756,112.62477,9.342078,106.67719,386.92834,301.20706,37.036842,242.84352,67.350945,47.24963,69.21545,148.86763,23.570673,56.718456,464.69797,10.931281,18.340225,296.24304,17.922981,8.98382,60.65722,51.1323,571.0528,152.8018,169.8394,1931.0404,37.228016,1589.6271,1408.8573,8.300089,6.408321,1423.3999,17.397366,11.304365,376.24512,25.002642,45.71864,23.157059,69.70746,252.37808,354.58936,3.8331695,33.443047,74.538704,325.4629,6.1669555,84.96988,7.9674973,1.4528767,57.910328,1.0844505,1.2901521,3.9809384,10.334187,23.793243,15.642916,25.469097,195.92102,37.99504,18.848213,30.622396,9.215901,102.62314,4.19809,79.22399,7.247396,62.1115,6.2482886,8.511988,20.268538,8.936942,22.41369,12.665228,1.027669,56.239727,9.384834,207.72687,6.4174957,253.71985,18.42843,1143.0643,111.80581,3.234184,8.647211,138.36848,173.2457,892.3283,926.82166 +2023-02-09 02:00:00,0.0,2191.9895,32.393517,5.149103,11.024235,21.816309,185.14258,25.517918,43.999813,18.458218,27.223402,215.49146,162.95119,12.648935,42.456547,7.6326585,3.7048893,35.003754,82.96522,51.59456,443.763,33.75844,416.339,136.6537,44.857483,161.8837,205.5965,79.27426,937.75824,264.07623,2050.7456,50.735786,2373.4375,643.1144,35.47778,28.668852,188.13272,204.1936,298.19006,1001.0145,43.60863,14.7154045,9.885732,536.2394,448.77896,98.1628,11.807186,495.31485,19.570114,507.59454,11.0647745,35.365383,0.0,1054.494,1881.5713,0.2840218,47.274254,16.079777,12618.137,38.21922,1.5122708,8.311706,19.814396,19.138584,6.3482275,10.969543,322.8805,35.1503,6.84967,0.95676094,6.4483843,347.681,0.54435277,176.4091,87.22559,2640.2742,125.95734,111.92479,187.23071,945.96594,77.71446,59.785965,1091.8485,51.961002,76.02875,9.998266,32.210052,222.91919,12.076988,9.220628,65.57384,19.545797,4322.584,18.901783,33.863094,16.964075,15.832511,325.6111,71.62239,35.33482,9.391045,9.419924,16.7592,57.873474,117.81034,50.156994,205.8481,22.329983,13.855495,66.96344,26.146683,25.089306,132.47728,13.037357,1.5009598,33.357136,11.34071,1202.3676,23.787848,1.8114278,90.86905,17.1784,162.88145,75.33532,112.72611,9.340136,106.68653,387.1509,301.57394,37.054745,242.96411,67.43998,47.2582,69.21687,148.88922,23.577581,56.73117,464.6908,10.941704,18.350405,296.3476,17.907187,8.978809,60.71073,51.167034,571.31824,152.87325,169.84676,1931.1198,37.215775,1589.5553,1408.5652,8.295893,6.404737,1423.1771,17.397354,11.299207,376.18472,24.990997,45.705135,23.148329,69.68533,252.37575,354.49368,3.8311963,33.434055,74.48749,325.4216,6.1644607,84.96677,7.965947,1.4533018,57.911846,1.0847952,1.2906015,3.9834204,10.333816,23.788774,15.640345,25.471527,195.88925,37.978176,18.839285,30.619791,9.211394,102.58556,4.1961803,79.067986,7.2447915,62.115307,6.2394347,8.501833,20.251839,8.9381695,22.39881,12.649504,1.0275432,56.25123,9.382811,207.68178,6.416173,253.73537,18.425034,1142.9473,111.79954,3.2358425,8.644813,138.37926,173.25598,892.3347,926.7034 +2023-02-09 03:00:00,0.0,2192.463,32.383133,5.1484504,11.016918,21.82232,185.12323,25.517113,44.006966,18.464357,27.23342,215.35323,163.12218,12.647847,42.41244,7.6443157,3.7031338,34.994076,82.87395,51.539997,443.69055,33.73047,416.18716,136.64911,44.82282,162.05217,205.51848,79.26854,937.36755,264.10397,2050.2373,50.719284,2373.386,643.0315,35.466793,28.662092,188.08728,204.05577,298.13095,1001.32825,43.62723,14.710351,9.88518,536.5881,449.06616,98.095375,11.8351145,494.78024,19.599344,507.1589,11.068152,35.38606,0.0,1055.2235,1882.2225,0.2840269,47.25064,16.086554,12625.351,38.235973,1.5124967,8.329464,19.835325,19.160728,6.3543344,10.980506,323.00513,35.13418,6.864267,0.95721835,6.4518223,347.9572,0.5440229,176.54222,87.216965,2640.066,125.971725,111.94186,187.20956,946.6659,77.71698,59.798374,1091.2006,51.980198,75.98965,9.999156,32.21863,222.91052,12.074849,9.219273,65.60003,19.539742,4323.1616,18.906822,33.848213,16.96767,15.843383,325.66666,71.68124,35.32366,9.391281,9.422192,16.784807,57.894276,117.910164,50.146206,205.90138,22.347374,13.865219,67.01836,26.168238,25.082611,132.5384,13.050179,1.5012611,33.32975,11.3401165,1202.3254,23.78904,1.8182982,91.01786,17.187698,163.01175,75.36488,112.82745,9.338192,106.69587,387.37344,301.94086,37.072643,243.0847,67.52902,47.266773,69.2183,148.91081,23.584492,56.74389,464.6836,10.952127,18.360584,296.45215,17.891392,8.973799,60.76424,51.20177,571.58374,152.9447,169.85411,1931.1991,37.20353,1589.4836,1408.2732,8.291697,6.401153,1422.9542,17.397343,11.294047,376.12433,24.979353,45.69163,23.139597,69.6632,252.37343,354.398,3.8292232,33.425064,74.436264,325.38028,6.161966,84.963646,7.964397,1.4537269,57.91337,1.0851399,1.2910508,3.9859025,10.333444,23.784304,15.6377735,25.473959,195.8575,37.961308,18.830357,30.617188,9.206888,102.54799,4.1942706,78.91198,7.2421875,62.119114,6.2305803,8.491678,20.235138,8.939397,22.383928,12.63378,1.0274174,56.262733,9.380786,207.63669,6.41485,253.75089,18.421638,1142.8301,111.79327,3.2375011,8.642415,138.39005,173.26625,892.34106,926.58514 +2023-02-09 04:00:00,0.0,2192.9365,32.37275,5.1477976,11.009601,21.828333,185.10387,25.516308,44.014114,18.470499,27.243437,215.215,163.29315,12.646759,42.368332,7.655973,3.7013783,34.984394,82.78268,51.485435,443.61813,33.702496,416.03537,136.64453,44.78816,162.22064,205.44046,79.26282,936.97687,264.13168,2049.729,50.70278,2373.3347,642.9486,35.455803,28.655333,188.04184,203.91794,298.07184,1001.642,43.645832,14.705298,9.884629,536.9368,449.35336,98.02795,11.863043,494.2456,19.628574,506.72327,11.071529,35.406734,0.0,1055.9531,1882.8737,0.284032,47.227028,16.093332,12632.565,38.252728,1.5127225,8.347221,19.856256,19.182873,6.360441,10.991468,323.12973,35.118057,6.8788633,0.95767576,6.4552603,348.23346,0.543693,176.67534,87.208336,2639.8577,125.98611,111.95892,187.18842,947.36584,77.719505,59.81078,1090.5526,51.999397,75.95054,10.000046,32.22721,222.90186,12.072709,9.217917,65.62622,19.533684,4323.7397,18.911861,33.833332,16.971266,15.854255,325.72223,71.74008,35.3125,9.391519,9.4244585,16.810417,57.915077,118.009995,50.135418,205.95468,22.364767,13.874943,67.07328,26.189793,25.075918,132.59955,13.063001,1.5015625,33.302364,11.339524,1202.2832,23.79023,1.8251686,91.166664,17.196997,163.14204,75.39444,112.928795,9.336249,106.70521,387.596,302.30774,37.090546,243.20529,67.61806,47.275345,69.219734,148.9324,23.5914,56.756607,464.67642,10.96255,18.370764,296.55667,17.875595,8.968787,60.817753,51.236504,571.8492,153.01614,169.86147,1931.2783,37.191288,1589.412,1407.9811,8.287499,6.397569,1422.7314,17.397331,11.288889,376.06393,24.967709,45.678127,23.130867,69.64107,252.3711,354.3023,3.8272498,33.41607,74.38504,325.339,6.159471,84.960526,7.962847,1.4541519,57.914886,1.0854845,1.2915001,3.9883847,10.333073,23.779833,15.635202,25.476389,195.82573,37.944443,18.821428,30.614584,9.202381,102.510414,4.1923614,78.755974,7.2395835,62.12292,6.221726,8.4815235,20.218437,8.940625,22.36905,12.618055,1.0272917,56.274235,9.378762,207.59158,6.4135275,253.7664,18.418242,1142.713,111.786995,3.2391596,8.6400175,138.40082,173.27652,892.3475,926.4669 +2023-02-09 05:00:00,0.0,2193.4102,32.362362,5.1471453,11.002284,21.834345,185.08452,25.515503,44.021267,18.47664,27.253454,215.07677,163.46413,12.645672,42.324226,7.66763,3.699623,34.974716,82.69141,51.43087,443.5457,33.674526,415.88358,136.63994,44.753494,162.3891,205.36244,79.257095,936.5861,264.15942,2049.2205,50.68628,2373.2832,642.8657,35.444817,28.648573,187.9964,203.7801,298.01276,1001.95575,43.664436,14.700245,9.884077,537.2855,449.64053,97.960526,11.890971,493.711,19.657804,506.2876,11.074906,35.42741,0.0,1056.6827,1883.5248,0.2840371,47.20342,16.10011,12639.78,38.26948,1.5129484,8.36498,19.877186,19.205017,6.366548,11.002431,323.25436,35.101936,6.8934603,0.9581331,6.4586987,348.50967,0.5433631,176.80847,87.1997,2639.6494,126.000496,111.97599,187.16728,948.06586,77.72203,59.82319,1089.9047,52.018597,75.91144,10.0009365,32.235786,222.89319,12.07057,9.216563,65.652405,19.527628,4324.3174,18.9169,33.81845,16.974861,15.865127,325.77777,71.79893,35.30134,9.391755,9.426725,16.836025,57.935875,118.10982,50.124626,206.00798,22.382158,13.8846655,67.1282,26.211348,25.069223,132.66069,13.075822,1.5018638,33.27498,11.338931,1202.241,23.79142,1.832039,91.315475,17.206295,163.27234,75.424,113.030136,9.334307,106.71455,387.81854,302.67465,37.108444,243.32588,67.70709,47.283916,69.22116,148.954,23.598309,56.769325,464.66922,10.972974,18.380941,296.66122,17.8598,8.963777,60.87126,51.27124,572.1146,153.08759,169.86882,1931.3577,37.179043,1589.3403,1407.689,8.283303,6.3939857,1422.5087,17.39732,11.2837305,376.00354,24.956064,45.66462,23.122135,69.61894,252.36876,354.20663,3.8252766,33.407078,74.333824,325.2977,6.156976,84.95741,7.961297,1.454577,57.91641,1.0858293,1.2919494,3.9908667,10.332701,23.775364,15.632631,25.478819,195.79398,37.927578,18.8125,30.611979,9.197874,102.47284,4.1904516,78.59997,7.236979,62.126724,6.212872,8.471369,20.201738,8.941853,22.354168,12.602331,1.0271659,56.285736,9.376739,207.5465,6.4122047,253.78192,18.414846,1142.596,111.78072,3.240818,8.63762,138.41159,173.2868,892.3539,926.34863 +2023-02-09 06:00:00,0.0,2193.8835,32.35198,5.1464925,10.9949665,21.840357,185.06516,25.514698,44.02842,18.482782,27.263472,214.93852,163.63512,12.644584,42.280117,7.6792874,3.6978676,34.96504,82.600136,51.37631,443.47327,33.646553,415.73175,136.63536,44.718834,162.55757,205.28442,79.25137,936.19543,264.18713,2048.7122,50.669777,2373.232,642.78284,35.43383,28.641813,187.95093,203.64226,297.95364,1002.26953,43.683037,14.695191,9.883526,537.6343,449.92773,97.8931,11.9189,493.1764,19.687035,505.85196,11.078284,35.448086,0.0,1057.4124,1884.176,0.2840422,47.179806,16.106888,12646.994,38.286236,1.5131742,8.382737,19.898117,19.227161,6.3726544,11.013393,323.379,35.085815,6.908057,0.9585905,6.4621367,348.7859,0.5430332,176.94159,87.19107,2639.4412,126.01488,111.993065,187.14613,948.7658,77.72455,59.835594,1089.2567,52.037796,75.87234,10.001826,32.244366,222.88452,12.068431,9.215208,65.6786,19.521572,4324.895,18.92194,33.80357,16.978456,15.8759985,325.83334,71.85777,35.29018,9.391992,9.428993,16.861633,57.956676,118.20964,50.11384,206.06126,22.39955,13.894389,67.18312,26.232903,25.062529,132.72183,13.088643,1.5021652,33.247593,11.338338,1202.1989,23.79261,1.8389094,91.46429,17.215593,163.40263,75.45357,113.13148,9.332364,106.723885,388.0411,303.04153,37.126347,243.44647,67.796135,47.29249,69.22259,148.9756,23.605219,56.78204,464.66205,10.983397,18.39112,296.76578,17.844006,8.958766,60.924774,51.305973,572.38007,153.15904,169.87617,1931.4371,37.1668,1589.2687,1407.397,8.279107,6.390402,1422.2859,17.397308,11.278571,375.94315,24.94442,45.651115,23.113405,69.59681,252.36644,354.11096,3.8233035,33.398087,74.2826,325.25638,6.1544814,84.95429,7.959747,1.4550021,57.917927,1.0861739,1.2923987,3.9933488,10.33233,23.770893,15.63006,25.48125,195.7622,37.910713,18.803572,30.609375,9.193368,102.435265,4.188542,78.44396,7.234375,62.13053,6.2040176,8.461214,20.185038,8.94308,22.339287,12.586607,1.0270402,56.297237,9.374714,207.5014,6.410882,253.79745,18.41145,1142.4789,111.77445,3.2424765,8.635222,138.42236,173.29707,892.3603,926.2304 +2023-02-09 07:00:00,0.0,2194.3572,32.341595,5.1458397,10.98765,21.846369,185.04579,25.513893,44.03557,18.488922,27.27349,214.8003,163.80609,12.643496,42.23601,7.6909447,3.6961122,34.95536,82.50886,51.321747,443.40082,33.61858,415.57996,136.63078,44.68417,162.72604,205.2064,79.24565,935.80475,264.21487,2048.2036,50.653275,2373.1804,642.7,35.422844,28.635054,187.90549,203.50443,297.89453,1002.58325,43.701637,14.690139,9.882975,537.983,450.2149,97.825676,11.946828,492.64172,19.716265,505.41632,11.081661,35.46876,0.0,1058.1418,1884.8271,0.2840473,47.156197,16.113665,12654.209,38.30299,1.5134001,8.400496,19.919048,19.249306,6.3787613,11.024356,323.5036,35.069695,6.922654,0.9590479,6.4655747,349.0621,0.54270333,177.0747,87.18244,2639.2332,126.02927,112.01013,187.12498,949.46576,77.72707,59.848003,1088.6088,52.056995,75.83324,10.002717,32.252945,222.87585,12.066291,9.213853,65.70479,19.515514,4325.4727,18.92698,33.78869,16.982052,15.88687,325.8889,71.91662,35.27902,9.392228,9.43126,16.887241,57.977478,118.30946,50.10305,206.11456,22.41694,13.904113,67.23804,26.254457,25.055836,132.78296,13.101464,1.5024666,33.220203,11.337746,1202.1566,23.7938,1.8457798,91.6131,17.224892,163.53294,75.48313,113.23282,9.330421,106.73322,388.26364,303.40845,37.144245,243.56708,67.88517,47.301056,69.22402,148.9972,23.612127,56.794758,464.65485,10.993819,18.4013,296.87033,17.82821,8.953755,60.978283,51.34071,572.6455,153.23048,169.88354,1931.5164,37.154556,1589.1969,1407.1049,8.274911,6.386818,1422.0631,17.397297,11.273413,375.88275,24.932775,45.63761,23.104673,69.57468,252.3641,354.0153,3.82133,33.38909,74.23138,325.2151,6.1519866,84.95118,7.9581966,1.4554272,57.919445,1.0865186,1.292848,3.9958308,10.331958,23.766422,15.627489,25.48368,195.73044,37.89385,18.794643,30.606771,9.188861,102.39769,4.186632,78.28796,7.231771,62.13434,6.1951637,8.451059,20.168337,8.944307,22.324406,12.570883,1.0269145,56.308743,9.37269,207.45631,6.4095592,253.81297,18.408054,1142.3617,111.76817,3.244135,8.632824,138.43314,173.30734,892.3667,926.1121 +2023-02-09 08:00:00,0.0,2194.8306,32.33121,5.1451874,10.980332,21.85238,185.02644,25.513088,44.04272,18.495064,27.283508,214.66206,163.97707,12.642407,42.191902,7.702602,3.6943567,34.945683,82.41759,51.267185,443.3284,33.59061,415.42816,136.62619,44.649506,162.89452,205.12839,79.23992,935.414,264.2426,2047.6953,50.636776,2373.1292,642.6171,35.411858,28.628294,187.86005,203.3666,297.83545,1002.89703,43.720238,14.685085,9.882423,538.3317,450.5021,97.75825,11.974756,492.10712,19.745495,504.98065,11.085038,35.489437,0.0,1058.8715,1885.4784,0.2840524,47.132584,16.120443,12661.424,38.319744,1.5136259,8.418254,19.93998,19.27145,6.384868,11.035317,323.62823,35.053574,6.937251,0.95950526,6.4690127,349.33832,0.5423734,177.20784,87.17381,2639.025,126.04365,112.02721,187.10384,950.1657,77.7296,59.86041,1087.9608,52.076195,75.79413,10.003607,32.26152,222.8672,12.064152,9.212499,65.73098,19.509459,4326.051,18.932018,33.77381,16.985647,15.897742,325.94446,71.975464,35.267857,9.392465,9.433527,16.91285,57.99828,118.40929,50.092262,206.16785,22.434334,13.9138365,67.29296,26.276012,25.04914,132.8441,13.114286,1.5027678,33.192818,11.3371525,1202.1145,23.79499,1.8526503,91.7619,17.234192,163.66324,75.512695,113.33416,9.328479,106.74256,388.4862,303.77533,37.162148,243.68767,67.974205,47.309628,69.22545,149.01878,23.619036,56.807476,464.64767,11.004243,18.41148,296.97485,17.812416,8.948744,61.031796,51.375443,572.91095,153.30193,169.8909,1931.5957,37.142315,1589.1252,1406.8127,8.270714,6.383234,1421.8403,17.397285,11.268254,375.82236,24.921131,45.624107,23.095943,69.55255,252.36177,353.91962,3.819357,33.3801,74.18016,325.1738,6.149492,84.94806,7.9566464,1.4558522,57.920967,1.0868633,1.2932973,3.998313,10.331587,23.761953,15.624918,25.48611,195.69868,37.876984,18.785713,30.604166,9.184354,102.36012,4.1847224,78.13194,7.2291665,62.138145,6.1863093,8.440905,20.151638,8.945536,22.309525,12.555159,1.0267887,56.320244,9.370666,207.41122,6.4082365,253.82849,18.404657,1142.2446,111.7619,3.2457936,8.630426,138.44392,173.31761,892.3731,925.9939 +2023-02-09 09:00:00,0.0,2195.3042,32.320824,5.1445346,10.973016,21.858393,185.00708,25.512283,44.049873,18.501205,27.293526,214.52383,164.14806,12.641319,42.147797,7.714259,3.6926014,34.936005,82.32632,51.212624,443.25595,33.562637,415.27634,136.62161,44.614845,163.06297,205.05037,79.2342,935.0233,264.27032,2047.1869,50.620274,2373.0776,642.53424,35.400867,28.621534,187.81459,203.22876,297.77634,1003.2108,43.73884,14.680033,9.881872,538.6804,450.7893,97.69082,12.002685,491.5725,19.774725,504.545,11.088416,35.510113,0.0,1059.6011,1886.1295,0.2840575,47.108974,16.12722,12668.639,38.3365,1.5138518,8.436011,19.960909,19.293594,6.390975,11.04628,323.75287,35.037453,6.951848,0.95996267,6.472451,349.61453,0.5420435,177.34096,87.16518,2638.8167,126.05803,112.04428,187.08269,950.86566,77.73212,59.872818,1087.313,52.09539,75.75503,10.004497,32.2701,222.85854,12.062013,9.2111435,65.75717,19.503403,4326.6284,18.937057,33.75893,16.989243,15.908614,326.0,72.03431,35.256695,9.392701,9.435795,16.938457,58.01908,118.50911,50.081474,206.22115,22.451725,13.923559,67.34788,26.297567,25.042446,132.90524,13.127108,1.5030692,33.165432,11.33656,1202.0723,23.796183,1.8595207,91.91071,17.24349,163.79353,75.54226,113.4355,9.326535,106.7519,388.70874,304.14224,37.180046,243.80826,68.06325,47.3182,69.226875,149.04037,23.625946,56.820194,464.64047,11.014666,18.421658,297.0794,17.796621,8.943733,61.085304,51.41018,573.1764,153.37338,169.89825,1931.6749,37.130074,1589.0536,1406.5208,8.266518,6.37965,1421.6174,17.397274,11.263095,375.76196,24.909487,45.610603,23.087214,69.53042,252.35945,353.8239,3.8173838,33.37111,74.12894,325.13248,6.146997,84.94495,7.9550967,1.4562773,57.922485,1.087208,1.2937466,4.000795,10.331215,23.757483,15.622347,25.488543,195.66692,37.86012,18.776785,30.601562,9.179847,102.32255,4.1828127,77.97594,7.2265625,62.14195,6.1774554,8.43075,20.134937,8.946763,22.294643,12.539434,1.026663,56.331745,9.368642,207.36612,6.4069138,253.84401,18.401262,1142.1276,111.75563,3.247452,8.628029,138.4547,173.3279,892.3795,925.8756 +2023-02-09 10:00:00,0.0,2195.7778,32.31044,5.143882,10.965698,21.864405,184.98773,25.511478,44.057022,18.507345,27.303543,214.38559,164.31903,12.640232,42.10369,7.725916,3.690846,34.926327,82.23505,51.15806,443.1835,33.534664,415.12454,136.61703,44.58018,163.23145,204.97235,79.22848,934.63257,264.29807,2046.6785,50.60377,2373.0264,642.45135,35.38988,28.614775,187.76915,203.09093,297.71725,1003.52454,43.75744,14.674979,9.88132,539.0291,451.07648,97.6234,12.030613,491.0379,19.803953,504.10938,11.091793,35.53079,0.0,1060.3306,1886.7806,0.28406262,47.08536,16.133997,12675.853,38.353252,1.5140777,8.45377,19.981838,19.315739,6.397082,11.057242,323.87747,35.02133,6.966445,0.9604201,6.475889,349.89078,0.5417136,177.47408,87.15655,2638.6084,126.07242,112.06135,187.06154,951.5657,77.73464,59.885227,1086.665,52.11459,75.71593,10.005387,32.27868,222.84987,12.059874,9.209788,65.78336,19.497345,4327.206,18.942095,33.74405,16.992838,15.919485,326.05557,72.093155,35.245537,9.392938,9.438062,16.964066,58.039883,118.60893,50.070686,206.27444,22.469116,13.933283,67.402794,26.319122,25.035753,132.96637,13.139929,1.5033705,33.138046,11.335967,1202.03,23.797373,1.8663911,92.059525,17.252789,163.92383,75.57182,113.53685,9.324593,106.76124,388.9313,304.50912,37.19795,243.92885,68.15228,47.32677,69.22831,149.06197,23.632854,56.83291,464.6333,11.025088,18.431837,297.18396,17.780825,8.938723,61.138817,51.444912,573.4419,153.44482,169.90561,1931.7543,37.11783,1588.9819,1406.2286,8.262321,6.376066,1421.3947,17.397263,11.2579365,375.70157,24.897842,45.5971,23.078482,69.508286,252.35712,353.72824,3.8154106,33.362118,74.07771,325.0912,6.144502,84.941826,7.9535465,1.4567024,57.924007,1.0875527,1.294196,4.0032773,10.330844,23.753012,15.619776,25.490973,195.63515,37.843254,18.767857,30.598959,9.175341,102.28497,4.180903,77.81993,7.2239585,62.145756,6.168601,8.420595,20.118237,8.94799,22.279762,12.52371,1.0265372,56.343246,9.366618,207.32103,6.405591,253.85953,18.397865,1142.0105,111.74936,3.2491105,8.625631,138.46547,173.33817,892.3859,925.7574 +2023-02-09 11:00:00,0.0,2196.2512,32.300056,5.1432295,10.958382,21.870417,184.96837,25.510674,44.064175,18.513487,27.31356,214.24736,164.49,12.639144,42.05958,7.737573,3.6890905,34.91665,82.143776,51.103497,443.11108,33.506695,414.97275,136.61244,44.54552,163.39992,204.89433,79.222755,934.2419,264.32578,2046.1702,50.58727,2372.9749,642.36847,35.378895,28.608015,187.72371,202.9531,297.65814,1003.8383,43.776043,14.669926,9.880769,539.37787,451.36368,97.55597,12.058542,490.5033,19.833183,503.6737,11.09517,35.551464,0.0,1061.0603,1887.4319,0.28406772,47.061752,16.140776,12683.067,38.370007,1.5143034,8.471527,20.00277,19.337883,6.403188,11.068205,324.0021,35.00521,6.9810414,0.9608774,6.479327,350.167,0.54138374,177.60721,87.14792,2638.4001,126.0868,112.078415,187.04039,952.2656,77.73717,59.897633,1086.0171,52.13379,75.67683,10.006277,32.28726,222.8412,12.057734,9.208434,65.80955,19.49129,4327.7837,18.947134,33.729168,16.996433,15.930357,326.1111,72.152,35.234375,9.393174,9.440329,16.989676,58.06068,118.70876,50.059895,206.32773,22.486507,13.9430065,67.45772,26.340677,25.029058,133.02751,13.15275,1.5036719,33.11066,11.335374,1201.9879,23.798563,1.8732615,92.208336,17.262087,164.05412,75.60139,113.63819,9.32265,106.77058,389.15384,304.87604,37.215847,244.04944,68.24132,47.335342,69.22974,149.08357,23.639765,56.845627,464.6261,11.035512,18.442017,297.2885,17.76503,8.933712,61.192326,51.47965,573.70734,153.51627,169.91296,1931.8337,37.105587,1588.9102,1405.9365,8.258124,6.372483,1421.1719,17.397251,11.252778,375.64117,24.886198,45.583595,23.069752,69.48616,252.35478,353.63257,3.8134372,33.353123,74.02649,325.04987,6.1420074,84.93871,7.9519963,1.4571273,57.925526,1.0878973,1.2946453,4.0057592,10.330472,23.748543,15.617205,25.493402,195.6034,37.82639,18.758928,30.596354,9.170834,102.2474,4.178993,77.663925,7.221354,62.149563,6.159747,8.41044,20.101536,8.949219,22.264881,12.507986,1.0264114,56.35475,9.3645935,207.27594,6.4042683,253.87505,18.39447,1141.8933,111.74309,3.250769,8.623234,138.47624,173.34843,892.39233,925.6391 +2023-02-09 12:00:00,0.0,2196.7249,32.289673,5.1425767,10.951064,21.876429,184.949,25.509869,44.071327,18.519629,27.323578,214.10913,164.661,12.638056,42.015476,7.7492304,3.687335,34.90697,82.052505,51.048935,443.03864,33.47872,414.82092,136.60786,44.510857,163.56837,204.81631,79.21703,933.8512,264.35352,2045.6617,50.570766,2372.9236,642.28564,35.36791,28.601255,187.67825,202.81526,297.59903,1004.15204,43.794643,14.664873,9.880218,539.72656,451.65085,97.48855,12.086471,489.9687,19.862413,503.23807,11.098548,35.57214,0.0,1061.7898,1888.083,0.28407282,47.03814,16.147552,12690.282,38.38676,1.5145293,8.489285,20.0237,19.360027,6.409295,11.079167,324.12674,34.989086,6.9956384,0.9613348,6.482765,350.4432,0.54105383,177.74033,87.13929,2638.1921,126.10119,112.09548,187.01924,952.9656,77.739685,59.91004,1085.3691,52.15299,75.63772,10.007167,32.295834,222.83253,12.055594,9.207079,65.83574,19.485233,4328.362,18.952173,33.714287,17.000029,15.941229,326.16666,72.210846,35.223213,9.393411,9.4425955,17.015284,58.081482,118.808586,50.049107,206.38103,22.503899,13.95273,67.512634,26.362232,25.022366,133.08865,13.165571,1.5039732,33.083275,11.334782,1201.9457,23.799753,1.8801318,92.35714,17.271385,164.18443,75.63095,113.73953,9.320707,106.779915,389.3764,305.24292,37.23375,244.17003,68.33036,47.343914,69.23116,149.10516,23.646673,56.858345,464.61893,11.045935,18.452196,297.39304,17.749235,8.928701,61.24584,51.51438,573.9728,153.58772,169.92032,1931.9128,37.09334,1588.8385,1405.6445,8.253928,6.368899,1420.9491,17.39724,11.247619,375.5808,24.874554,45.57009,23.06102,69.46403,252.35245,353.5369,3.811464,33.34413,73.97527,325.00858,6.1395125,84.93559,7.950446,1.4575524,57.927044,1.088242,1.2950946,4.008241,10.330101,23.744072,15.6146345,25.495832,195.57162,37.809525,18.75,30.59375,9.1663265,102.20982,4.1770835,77.50792,7.21875,62.153366,6.1508927,8.400286,20.084837,8.950446,22.25,12.492262,1.0262856,56.366253,9.36257,207.23085,6.4029455,253.89058,18.391073,1141.7762,111.73682,3.2524273,8.620835,138.48703,173.35872,892.39874,925.5209 +2023-02-09 13:00:00,0.0,2197.1982,32.279285,5.141924,10.9437475,21.88244,184.92966,25.509064,44.078476,18.52577,27.333595,213.9709,164.83197,12.636968,41.971367,7.7608876,3.6855798,34.897293,81.96123,50.994373,442.96622,33.450752,414.66913,136.60327,44.476192,163.73685,204.7383,79.2113,933.46045,264.38126,2045.1533,50.554264,2372.872,642.20276,35.356922,28.594496,187.63281,202.67743,297.53995,1004.4658,43.813244,14.65982,9.879666,540.0753,451.93805,97.42112,12.114399,489.43402,19.891644,502.8024,11.101925,35.592815,0.0,1062.5194,1888.7343,0.2840779,47.01453,16.154331,12697.497,38.403515,1.5147551,8.507043,20.044632,19.382172,6.415402,11.090129,324.25134,34.972965,7.0102353,0.96179223,6.4862037,350.71942,0.5407239,177.87344,87.13065,2637.984,126.11557,112.11255,186.9981,953.6655,77.74221,59.922447,1084.7212,52.172188,75.59862,10.008058,32.304413,222.82388,12.053455,9.205724,65.86193,19.479176,4328.9395,18.957212,33.699406,17.003622,15.952101,326.22223,72.26969,35.212055,9.393647,9.444863,17.040892,58.102283,118.90841,50.03832,206.43431,22.521292,13.962454,67.56756,26.383787,25.01567,133.14978,13.178393,1.5042745,33.05589,11.334188,1201.9036,23.800943,1.8870022,92.50595,17.280684,164.31473,75.660515,113.84087,9.318765,106.789246,389.59894,305.60983,37.251648,244.29062,68.419395,47.35248,69.2326,149.12675,23.653582,56.871063,464.61172,11.056358,18.462374,297.4976,17.73344,8.92369,61.299347,51.549118,574.2382,153.65916,169.92767,1931.9923,37.0811,1588.7668,1405.3524,8.249732,6.365315,1420.7263,17.397228,11.24246,375.52042,24.86291,45.556587,23.05229,69.4419,252.35013,353.4412,3.809491,33.33514,73.92405,324.9673,6.1370173,84.93248,7.948896,1.4579775,57.928566,1.0885867,1.2955439,4.010723,10.329729,23.739601,15.612063,25.498264,195.53986,37.79266,18.741072,30.591146,9.161819,102.17225,4.1751738,77.35191,7.216146,62.157173,6.142039,8.390131,20.068136,8.9516735,22.235119,12.476538,1.0261599,56.377754,9.360546,207.18576,6.401623,253.9061,18.387678,1141.6592,111.730545,3.254086,8.618438,138.4978,173.36899,892.4051,925.4026 +2023-02-09 14:00:00,0.0,2197.6719,32.2689,5.1412716,10.93643,21.888453,184.9103,25.508259,44.08563,18.53191,27.343613,213.83266,165.00294,12.6358795,41.92726,7.772545,3.6838243,34.887615,81.86996,50.93981,442.89377,33.42278,414.51733,136.5987,44.441532,163.90532,204.66028,79.20558,933.06976,264.40897,2044.6449,50.53776,2372.8208,642.1199,35.345932,28.587736,187.58737,202.5396,297.48083,1004.77954,43.831844,14.654767,9.879115,540.424,452.22525,97.35369,12.142327,488.8994,19.920874,502.36676,11.105302,35.61349,0.0,1063.249,1889.3854,0.284083,46.990917,16.161108,12704.711,38.42027,1.514981,8.524801,20.065561,19.404316,6.421509,11.101091,324.37598,34.956844,7.0248322,0.9622496,6.4896417,350.99564,0.54039407,178.00658,87.122025,2637.7756,126.12996,112.12962,186.97694,954.3655,77.74473,59.934856,1084.0732,52.191387,75.55952,10.008947,32.312992,222.81522,12.051315,9.20437,65.88812,19.47312,4329.517,18.962252,33.684525,17.007217,15.962973,326.27777,72.32853,35.200893,9.393885,9.44713,17.0665,58.123085,119.00823,50.02753,206.48761,22.538683,13.972177,67.622475,26.405342,25.008976,133.21092,13.191215,1.5045758,33.028503,11.333596,1201.8613,23.802134,1.8938726,92.65476,17.289982,164.44502,75.69008,113.942215,9.316822,106.798584,389.82147,305.9767,37.26955,244.41121,68.50843,47.361053,69.234024,149.14835,23.660492,56.883778,464.60455,11.066781,18.472553,297.60214,17.717646,8.918679,61.35286,51.58385,574.50366,153.7306,169.93503,1932.0717,37.06886,1588.6952,1405.0604,8.245536,6.361731,1420.5035,17.397217,11.237302,375.46002,24.851265,45.54308,23.043558,69.41977,252.3478,353.34552,3.8075178,33.326145,73.872826,324.92596,6.1345224,84.92936,7.947346,1.4584026,57.930084,1.0889314,1.2959932,4.0132055,10.329358,23.73513,15.609492,25.500694,195.5081,37.775795,18.732143,30.588541,9.157313,102.134674,4.173264,77.19591,7.2135415,62.16098,6.1331844,8.379976,20.051435,8.952902,22.220238,12.4608135,1.0260342,56.389256,9.358521,207.14066,6.4003,253.92162,18.384281,1141.5421,111.724266,3.2557445,8.61604,138.50858,173.37926,892.4115,925.28436 +2023-02-09 15:00:00,0.0,2198.1455,32.25852,5.140619,10.929113,21.894464,184.89095,25.507454,44.09278,18.538052,27.35363,213.69443,165.17393,12.634792,41.883156,7.784202,3.6820688,34.877937,81.77869,50.885246,442.82132,33.394806,414.3655,136.59412,44.406868,164.07379,204.58226,79.19986,932.6791,264.4367,2044.1366,50.521263,2372.7693,642.037,35.334946,28.580976,187.54193,202.40176,297.42175,1005.0933,43.850445,14.6497135,9.878563,540.77277,452.51242,97.28627,12.170256,488.3648,19.950104,501.93112,11.108679,35.634167,0.0,1063.9785,1890.0366,0.28408813,46.967304,16.167887,12711.926,38.43702,1.5152068,8.542559,20.086493,19.42646,6.427615,11.112054,324.5006,34.940723,7.039429,0.962707,6.4930797,351.27185,0.54006416,178.1397,87.113396,2637.5674,126.14434,112.14669,186.9558,955.0655,77.74725,59.94726,1083.4253,52.210587,75.52041,10.009838,32.32157,222.80655,12.049176,9.203014,65.914314,19.467062,4330.0947,18.96729,33.669643,17.010813,15.973845,326.33334,72.387375,35.18973,9.394121,9.449397,17.092108,58.143887,119.108055,50.016743,206.5409,22.556074,13.9819,67.6774,26.426897,25.002283,133.27206,13.204036,1.5048772,33.001118,11.333003,1201.8192,23.803324,1.900743,92.80357,17.29928,164.57532,75.71964,114.04356,9.314878,106.80792,390.04404,306.34363,37.28745,244.5318,68.59747,47.369625,69.23545,149.16994,23.6674,56.896496,464.59735,11.077204,18.482733,297.70667,17.70185,8.913669,61.40637,51.618587,574.7691,153.80206,169.94238,1932.1509,37.056614,1588.6235,1404.7683,8.241339,6.358147,1420.2808,17.397203,11.232142,375.39963,24.83962,45.529575,23.034828,69.39764,252.34546,353.24985,3.8055444,33.317154,73.82161,324.88467,6.1320276,84.92625,7.945796,1.4588276,57.931606,1.0892761,1.2964425,4.0156875,10.328986,23.730661,15.606921,25.503124,195.47633,37.75893,18.723213,30.585938,9.152806,102.0971,4.1713543,77.039894,7.2109375,62.164787,6.1243305,8.369822,20.034737,8.954129,22.205359,12.445089,1.0259085,56.40076,9.356498,207.09557,6.3989773,253.93713,18.380886,1141.4249,111.717995,3.257403,8.613643,138.51935,173.38953,892.4179,925.1661 +2023-02-09 16:00:00,0.0,2198.619,32.248135,5.139966,10.921796,21.900476,184.87158,25.506649,44.09993,18.544193,27.363647,213.5562,165.34491,12.633704,41.839046,7.7958593,3.6803133,34.86826,81.687416,50.830685,442.7489,33.366837,414.2137,136.58952,44.372208,164.24225,204.50424,79.19414,932.2883,264.46442,2043.6282,50.50476,2372.718,641.9541,35.32396,28.574217,187.49648,202.26393,297.36264,1005.40704,43.86905,14.64466,9.878012,541.12146,452.79962,97.21884,12.198184,487.83017,19.979334,501.49545,11.112057,35.654842,0.0,1064.7081,1890.6877,0.28409323,46.943695,16.174664,12719.141,38.453773,1.5154327,8.560317,20.107424,19.448605,6.433722,11.123016,324.62524,34.924603,7.054026,0.9631644,6.496518,351.5481,0.53973424,178.27281,87.10476,2637.3591,126.15873,112.16376,186.93465,955.76544,77.74978,59.95967,1082.7773,52.229782,75.48131,10.010728,32.330147,222.79788,12.047037,9.201659,65.9405,19.461006,4330.673,18.97233,33.654762,17.014408,15.984716,326.3889,72.44622,35.17857,9.394358,9.451665,17.117716,58.16469,119.20788,50.00595,206.5942,22.573465,13.991624,67.732315,26.448452,24.995588,133.33319,13.216857,1.5051786,32.973732,11.33241,1201.777,23.804516,1.9076134,92.95238,17.308578,164.70561,75.74921,114.1449,9.312936,106.81726,390.26657,306.7105,37.30535,244.65239,68.68651,47.378197,69.236885,149.19153,23.67431,56.909214,464.59018,11.087627,18.492912,297.81122,17.686054,8.908658,61.45988,51.65332,575.03455,153.8735,169.94974,1932.2302,37.044373,1588.5518,1404.4762,8.237143,6.354563,1420.0579,17.397192,11.226984,375.33923,24.827976,45.51607,23.026096,69.37551,252.34314,353.15417,3.8035712,33.308163,73.770386,324.84335,6.129533,84.92313,7.944246,1.4592527,57.933125,1.0896207,1.2968918,4.0181694,10.328615,23.72619,15.60435,25.505556,195.44458,37.74206,18.714285,30.583334,9.148299,102.059525,4.1694446,76.88389,7.2083335,62.16859,6.115476,8.359667,20.018036,8.955357,22.190477,12.429365,1.0257827,56.412262,9.354474,207.05048,6.3976545,253.95265,18.37749,1141.3079,111.71172,3.2590613,8.611245,138.53012,173.39981,892.4243,925.04785 +2023-02-09 17:00:00,0.0,2199.0925,32.237747,5.139313,10.914479,21.906488,184.85222,25.505844,44.107082,18.550333,27.373665,213.41797,165.51588,12.632616,41.79494,7.8075166,3.678558,34.85858,81.596146,50.776123,442.67645,33.338863,414.06192,136.58495,44.337543,164.41072,204.42622,79.188416,931.89764,264.49216,2043.1198,50.48826,2372.6665,641.8712,35.312973,28.567457,187.45103,202.1261,297.30353,1005.7208,43.88765,14.639607,9.8774605,541.4702,453.0868,97.15142,12.226112,487.29556,20.008564,501.0598,11.115434,35.675518,0.0,1065.4377,1891.3389,0.28409833,46.920082,16.181442,12726.3545,38.470528,1.5156585,8.578074,20.128353,19.470749,6.439829,11.133979,324.74985,34.90848,7.0686226,0.96362174,6.499956,351.8243,0.53940433,178.40594,87.09613,2637.151,126.17311,112.18083,186.9135,956.4654,77.7523,59.972076,1082.1294,52.24898,75.44221,10.011618,32.338726,222.78922,12.044898,9.200305,65.96669,19.45495,4331.2505,18.97737,33.63988,17.018003,15.995588,326.44446,72.505066,35.16741,9.394594,9.453932,17.143326,58.18549,119.30771,49.995163,206.64749,22.590858,14.001348,67.78724,26.470007,24.988895,133.39433,13.229679,1.5054799,32.946346,11.331818,1201.7347,23.805706,1.9144838,93.10119,17.317879,164.8359,75.77877,114.24624,9.310993,106.8266,390.48914,307.07742,37.32325,244.77298,68.77554,47.38677,69.23831,149.21313,23.68122,56.921932,464.58298,11.09805,18.503092,297.91577,17.67026,8.903646,61.51339,51.688057,575.30005,153.94496,169.95709,1932.3096,37.032127,1588.4801,1404.1842,8.232946,6.35098,1419.8351,17.39718,11.221826,375.27884,24.816332,45.502567,23.017366,69.35338,252.3408,353.0585,3.801598,33.29917,73.71916,324.80206,6.127038,84.92001,7.9426956,1.4596778,57.934647,1.0899655,1.2973411,4.020652,10.328243,23.72172,15.601779,25.507986,195.41281,37.725197,18.705357,30.580729,9.143793,102.02195,4.167535,76.72788,7.205729,62.172398,6.106622,8.349512,20.001335,8.956585,22.175596,12.413641,1.0256569,56.423763,9.352449,207.00539,6.396332,253.96817,18.374094,1141.1908,111.70545,3.2607198,8.608847,138.54091,173.41008,892.4307,924.92957 +2023-02-09 18:00:00,0.0,2199.566,32.227364,5.138661,10.907162,21.9125,184.83287,25.50504,44.114235,18.556475,27.383682,213.27972,165.68687,12.631528,41.75083,7.819174,3.6768026,34.8489,81.504875,50.72156,442.60403,33.31089,413.9101,136.58037,44.30288,164.5792,204.3482,79.18269,931.50696,264.5199,2042.6113,50.471756,2372.6152,641.7884,35.301987,28.560698,187.4056,201.98827,297.24445,1006.03455,43.90625,14.634554,9.876909,541.8189,453.374,97.08399,12.254041,486.76096,20.037794,500.62418,11.118811,35.696194,0.0,1066.1674,1891.9901,0.28410342,46.896473,16.18822,12733.569,38.48728,1.5158844,8.595833,20.149284,19.492893,6.4459357,11.14494,324.87448,34.89236,7.0832195,0.96407914,6.503394,352.10052,0.5390745,178.53906,87.0875,2636.9429,126.1875,112.1979,186.89236,957.16534,77.75482,59.984486,1081.4816,52.26818,75.40311,10.012508,32.347305,222.78056,12.042758,9.19895,65.99288,19.448893,4331.828,18.982409,33.625,17.021599,16.00646,326.5,72.56391,35.15625,9.394831,9.456199,17.168934,58.206287,119.40753,49.984375,206.70078,22.60825,14.01107,67.842155,26.491562,24.9822,133.45547,13.2425,1.5057813,32.91896,11.331224,1201.6926,23.806896,1.9213542,93.25,17.327177,164.96622,75.808334,114.34758,9.309051,106.83594,390.71167,307.4443,37.341152,244.89357,68.864586,47.39534,69.23974,149.23473,23.688128,56.934647,464.5758,11.108473,18.51327,298.02032,17.654465,8.898636,61.566902,51.72279,575.5655,154.0164,169.96445,1932.3889,37.019886,1588.4084,1403.8921,8.22875,6.347396,1419.6123,17.39717,11.216667,375.21844,24.804688,45.489063,23.008635,69.331245,252.33847,352.9628,3.799625,33.290176,73.667946,324.76077,6.124543,84.91689,7.9411454,1.4601028,57.936165,1.0903101,1.2977905,4.0231338,10.327872,23.71725,15.599208,25.510416,195.38104,37.708332,18.696428,30.578125,9.139286,101.984375,4.165625,76.57188,7.203125,62.176205,6.097768,8.339356,19.984636,8.957812,22.160715,12.397917,1.0255312,56.43527,9.350426,206.9603,6.395009,253.9837,18.370697,1141.0737,111.69918,3.2623785,8.606449,138.55168,173.42035,892.43713,924.81134 +2023-02-09 19:00:00,0.0,2200.0396,32.21698,5.138008,10.899844,21.918512,184.8135,25.504234,44.121384,18.562616,27.3937,213.1415,165.85785,12.63044,41.706726,7.830831,3.6750472,34.839222,81.413605,50.667,442.5316,33.28292,413.7583,136.57578,44.26822,164.74767,204.27019,79.17696,931.1162,264.5476,2042.1029,50.455254,2372.564,641.7055,35.290997,28.553938,187.36014,201.85043,297.18533,1006.3483,43.92485,14.629501,9.876358,542.16766,453.6612,97.01656,12.281969,486.22632,20.067024,500.1885,11.122189,35.71687,0.0,1066.8969,1892.6412,0.28410852,46.87286,16.194998,12740.784,38.504036,1.5161102,8.613591,20.170214,19.515038,6.452042,11.155903,324.9991,34.87624,7.0978165,0.96453655,6.506832,352.37674,0.53874457,178.67218,87.07887,2636.7346,126.20188,112.214966,186.87122,957.8653,77.75735,59.99689,1080.8336,52.28738,75.364,10.013398,32.355885,222.7719,12.040619,9.197595,66.01907,19.442837,4332.406,18.987448,33.61012,17.025194,16.017332,326.55557,72.62276,35.14509,9.395067,9.458467,17.194542,58.22709,119.507355,49.973587,206.75407,22.62564,14.020794,67.89708,26.513119,24.975506,133.5166,13.2553215,1.5060825,32.891575,11.330632,1201.6504,23.808086,1.9282246,93.39881,17.336475,165.09651,75.8379,114.44892,9.307108,106.845276,390.93423,307.81122,37.35905,245.01416,68.95362,47.403908,69.24117,149.25632,23.695038,56.947365,464.5686,11.1188965,18.523449,298.12485,17.63867,8.893625,61.620415,51.757526,575.83093,154.08784,169.9718,1932.4683,37.00764,1588.3368,1403.6,8.224553,6.343812,1419.3895,17.397158,11.211508,375.15805,24.793043,45.47556,22.999905,69.30912,252.33615,352.86713,3.7976515,33.281185,73.61672,324.71945,6.1220484,84.91378,7.9395957,1.4605279,57.937683,1.0906549,1.2982398,4.0256157,10.3275,23.71278,15.596637,25.512848,195.34929,37.691467,18.6875,30.575521,9.134779,101.9468,4.1637154,76.41587,7.200521,62.18001,6.0889134,8.329202,19.967936,8.95904,22.145834,12.382193,1.0254054,56.44677,9.348401,206.91519,6.3936863,253.99922,18.367302,1140.9565,111.69291,3.264037,8.604052,138.56245,173.43063,892.44354,924.69305 +2023-02-09 20:00:00,0.0,2200.5132,32.206596,5.1373553,10.892528,21.924524,184.79416,25.503431,44.128536,18.568756,27.403717,213.00327,166.02882,12.629352,41.662617,7.8424883,3.6732917,34.829544,81.32233,50.61244,442.45917,33.254948,413.6065,136.5712,44.233555,164.91612,204.19217,79.17124,930.7255,264.57535,2041.5946,50.43875,2372.5125,641.6226,35.28001,28.547178,187.3147,201.71259,297.12625,1006.6621,43.94345,14.624448,9.875807,542.51636,453.94836,96.94914,12.309897,485.6917,20.096254,499.75287,11.125566,35.737545,0.0,1067.6265,1893.2925,0.28411365,46.84925,16.201775,12747.999,38.52079,1.5163361,8.631349,20.191145,19.537182,6.458149,11.166865,325.12372,34.86012,7.1124134,0.9649939,6.5102706,352.65295,0.53841466,178.80531,87.07024,2636.5264,126.21626,112.23204,186.85007,958.5653,77.759865,60.0093,1080.1857,52.30658,75.3249,10.014288,32.364464,222.76323,12.03848,9.19624,66.045265,19.436779,4332.9834,18.992487,33.595238,17.02879,16.028204,326.6111,72.6816,35.13393,9.395304,9.460733,17.22015,58.24789,119.60718,49.9628,206.80736,22.643032,14.030518,67.951996,26.534674,24.968813,133.57774,13.268143,1.5063839,32.86419,11.330039,1201.6083,23.809277,1.935095,93.54762,17.345774,165.2268,75.86746,114.55026,9.305165,106.854614,391.15677,308.1781,37.376953,245.13475,69.042656,47.41248,69.2426,149.27791,23.701946,56.960083,464.56143,11.129319,18.533628,298.2294,17.622875,8.888615,61.673923,51.79226,576.0964,154.1593,169.97916,1932.5475,36.9954,1588.2651,1403.308,8.220357,6.340228,1419.1667,17.397146,11.206349,375.09766,24.781399,45.462055,22.991175,69.28699,252.33382,352.77145,3.7956784,33.272194,73.5655,324.67816,6.1195536,84.91066,7.9380455,1.460953,57.939205,1.0909995,1.2986891,4.0280976,10.327129,23.70831,15.594066,25.515278,195.31752,37.674603,18.678572,30.572916,9.130272,101.909225,4.1618056,76.259865,7.1979165,62.183815,6.0800595,8.319047,19.951235,8.960268,22.130953,12.366468,1.0252796,56.45827,9.346377,206.8701,6.3923635,254.01474,18.363905,1140.8395,111.68664,3.2656953,8.601654,138.57323,173.4409,892.44995,924.5748 +2023-02-09 21:00:00,0.0,2200.9866,32.196213,5.136703,10.88521,21.930536,184.7748,25.502626,44.13569,18.574898,27.413736,212.86504,166.19981,12.628264,41.61851,7.8541455,3.6715364,34.819866,81.23106,50.557873,442.38672,33.226974,413.45468,136.5666,44.198895,165.0846,204.11415,79.16552,930.33484,264.60306,2041.0862,50.422253,2372.4612,641.53973,35.269024,28.540419,187.26924,201.57475,297.06714,1006.9758,43.962055,14.619394,9.875255,542.86505,454.23557,96.881714,12.337826,485.1571,20.125484,499.31723,11.1289425,35.75822,0.0,1068.3561,1893.9436,0.28411874,46.825638,16.208553,12755.213,38.537544,1.5165619,8.649107,20.212076,19.559326,6.464256,11.177828,325.24835,34.843998,7.1270103,0.9654513,6.5137086,352.92917,0.53808475,178.93843,87.06161,2636.318,126.23065,112.24911,186.82892,959.26526,77.76239,60.02171,1079.5377,52.32578,75.2858,10.015179,32.37304,222.75456,12.03634,9.194885,66.07146,19.430723,4333.5615,18.997526,33.580357,17.032385,16.039076,326.66666,72.74045,35.12277,9.39554,9.463,17.245758,58.268692,119.707,49.952007,206.86066,22.660425,14.040241,68.00692,26.556229,24.962118,133.63889,13.280965,1.5066853,32.836803,11.329446,1201.566,23.810467,1.9419653,93.69643,17.355072,165.3571,75.897026,114.6516,9.303222,106.86395,391.37933,308.545,37.39485,245.25534,69.1317,47.42105,69.244026,149.2995,23.708855,56.9728,464.55423,11.139743,18.543808,298.33395,17.60708,8.883604,61.727436,51.826996,576.3618,154.23074,169.98653,1932.6268,36.98316,1588.1934,1403.0159,8.216161,6.336644,1418.944,17.397135,11.201191,375.03726,24.769754,45.44855,22.982443,69.264854,252.33148,352.67578,3.7937052,33.2632,73.51428,324.63687,6.1170588,84.90754,7.9364953,1.4613781,57.940723,1.0913441,1.2991384,4.03058,10.326757,23.70384,15.591495,25.517708,195.28575,37.657738,18.669643,30.570312,9.125766,101.87165,4.159896,76.10386,7.1953125,62.187622,6.071205,8.308892,19.934536,8.961495,22.116072,12.350744,1.025154,56.469772,9.344354,206.82501,6.391041,254.03026,18.36051,1140.7224,111.68036,3.2673538,8.5992565,138.584,173.45117,892.45636,924.45654 +2023-02-09 22:00:00,0.0,2201.4602,32.185825,5.13605,10.877893,21.936548,184.75543,25.501822,44.142838,18.58104,27.423754,212.72679,166.37079,12.627176,41.574406,7.865803,3.669781,34.81019,81.139786,50.50331,442.31427,33.199005,413.3029,136.56203,44.16423,165.25307,204.03612,79.1598,929.9441,264.6308,2040.5778,50.40575,2372.4097,641.45685,35.258038,28.533659,187.2238,201.43692,297.00803,1007.2896,43.980656,14.614342,9.874703,543.2138,454.52274,96.81429,12.365754,484.62244,20.154715,498.88156,11.13232,35.778896,0.0,1069.0857,1894.5947,0.28412384,46.80203,16.21533,12762.428,38.5543,1.5167878,8.666864,20.233006,19.58147,6.4703627,11.18879,325.373,34.827877,7.1416073,0.9659087,6.5171466,353.20538,0.5377549,179.07155,87.05298,2636.1099,126.24503,112.266174,186.80777,959.9652,77.764915,60.034115,1078.8898,52.34498,75.2467,10.016068,32.381615,222.7459,12.034201,9.193531,66.09764,19.424667,4334.139,19.002565,33.565475,17.03598,16.049948,326.72223,72.79929,35.111607,9.395777,9.465268,17.271366,58.289494,119.80682,49.94122,206.91396,22.677816,14.049965,68.06184,26.577784,24.955423,133.70001,13.293786,1.5069866,32.809418,11.328854,1201.5238,23.811657,1.9488357,93.84524,17.36437,165.4874,75.92659,114.752945,9.301279,106.87329,391.60187,308.9119,37.412754,245.37593,69.22073,47.429623,69.24545,149.3211,23.715765,56.985516,464.54706,11.150166,18.553986,298.43848,17.591284,8.8785925,61.780945,51.86173,576.62726,154.30219,169.99388,1932.7062,36.970913,1588.1217,1402.7238,8.211964,6.3330603,1418.7212,17.397123,11.196032,374.97687,24.75811,45.435043,22.973713,69.24273,252.32916,352.5801,3.791732,33.254208,73.46306,324.59555,6.114564,84.90443,7.934945,1.4618031,57.942245,1.0916889,1.2995877,4.033062,10.326386,23.69937,15.588923,25.52014,195.254,37.640873,18.660713,30.567709,9.121259,101.834076,4.157986,75.947845,7.1927085,62.19143,6.062351,8.298738,19.917835,8.962723,22.10119,12.33502,1.0250282,56.481277,9.342329,206.77992,6.389718,254.04578,18.357113,1140.6053,111.67409,3.2690122,8.596858,138.59479,173.46144,892.46277,924.3383 +2023-02-09 23:00:00,0.0,2201.9338,32.17544,5.1353974,10.870576,21.94256,184.73608,25.501017,44.14999,18.587181,27.433771,212.58856,166.54176,12.626088,41.530296,7.87746,3.6680255,34.80051,81.048515,50.44875,442.24185,33.171032,413.1511,136.55745,44.129566,165.42152,203.9581,79.154076,929.5534,264.65854,2040.0693,50.389248,2372.3584,641.37396,35.24705,28.5269,187.17834,201.29909,296.94894,1007.60333,43.999256,14.609288,9.874152,543.5625,454.80994,96.746864,12.393683,484.08783,20.183945,498.44592,11.135697,35.799572,0.0,1069.8152,1895.246,0.28412893,46.778416,16.222109,12769.643,38.571053,1.5170135,8.684623,20.253937,19.603615,6.476469,11.199752,325.4976,34.811756,7.1562037,0.96636605,6.520585,353.48163,0.537425,179.20467,87.04434,2635.9016,126.25942,112.28324,186.78662,960.66516,77.76743,60.046524,1078.2418,52.364174,75.20759,10.016959,32.390194,222.73724,12.032062,9.192176,66.12383,19.41861,4334.717,19.007605,33.550594,17.039576,16.06082,326.77777,72.85814,35.100445,9.396013,9.467535,17.296976,58.310295,119.906654,49.93043,206.96724,22.695208,14.059688,68.11676,26.599339,24.94873,133.76115,13.306607,1.507288,32.782032,11.32826,1201.4817,23.812849,1.9557061,93.99405,17.373669,165.6177,75.95615,114.85429,9.299336,106.88263,391.82443,309.2788,37.430653,245.49652,69.30978,47.438194,69.24689,149.3427,23.722673,56.998234,464.53986,11.160588,18.564165,298.54303,17.575489,8.873582,61.834457,51.896465,576.8927,154.37364,170.00124,1932.7854,36.95867,1588.05,1402.4318,8.2077675,6.329477,1418.4983,17.397112,11.190873,374.91647,24.746466,45.42154,22.964981,69.2206,252.32683,352.4844,3.7897587,33.245216,73.411835,324.55426,6.112069,84.901306,7.933395,1.4622282,57.943764,1.0920335,1.300037,4.035544,10.3260145,23.694899,15.586353,25.52257,195.22223,37.62401,18.651785,30.565104,9.116752,101.7965,4.1560764,75.79184,7.190104,62.195236,6.053497,8.288583,19.901134,8.963951,22.08631,12.319296,1.0249025,56.49278,9.340305,206.73483,6.3883953,254.0613,18.353718,1140.4882,111.667816,3.270671,8.5944605,138.60556,173.47173,892.4692,924.22003 +2023-02-10 00:00:00,0.0,2202.4072,32.16506,5.134745,10.863259,21.948572,184.71672,25.500212,44.15714,18.59332,27.443789,212.45033,166.71275,12.625,41.48619,7.8891172,3.66627,34.790833,80.957245,50.394188,442.1694,33.143063,412.9993,136.55286,44.094906,165.59,203.88008,79.148346,929.1627,264.68625,2039.561,50.372746,2372.307,641.29114,35.23606,28.52014,187.1329,201.16125,296.88983,1007.9171,44.017857,14.604236,9.873601,543.91125,455.09714,96.679436,12.421612,483.55322,20.213175,498.01028,11.139074,35.820248,0.0,1070.5448,1895.8971,0.28413403,46.754803,16.228886,12776.857,38.587807,1.5172395,8.70238,20.274868,19.62576,6.482576,11.210714,325.62222,34.795635,7.1708007,0.96682346,6.524023,353.75784,0.53709507,179.3378,87.03571,2635.6936,126.2738,112.30031,186.76547,961.3651,77.76996,60.05893,1077.5939,52.383373,75.16849,10.017849,32.398773,222.72858,12.0299225,9.190821,66.150024,19.412554,4335.2944,19.012644,33.535713,17.04317,16.071692,326.83334,72.916985,35.089287,9.396251,9.469802,17.322584,58.331097,120.00648,49.919643,207.02054,22.712599,14.069411,68.17168,26.620893,24.942036,133.8223,13.319428,1.5075892,32.754646,11.327667,1201.4395,23.81404,1.9625765,94.14286,17.382967,165.748,75.98571,114.95563,9.297394,106.89197,392.04697,309.6457,37.448555,245.61711,69.39881,47.446766,69.248314,149.36429,23.729584,57.010952,464.53268,11.171012,18.574345,298.64758,17.559694,8.868571,61.887966,51.9312,577.1582,154.44508,170.00859,1932.8647,36.946426,1587.9784,1402.1396,8.203571,6.325893,1418.2755,17.3971,11.185715,374.85608,24.734821,45.408035,22.956251,69.19847,252.3245,352.38873,3.7877855,33.23622,73.36061,324.51294,6.1095743,84.89819,7.931845,1.4626533,57.945282,1.0923783,1.3004863,4.0380263,10.325644,23.69043,15.583782,25.525,195.19046,37.607143,18.642857,30.5625,9.112245,101.75893,4.1541667,75.63583,7.1875,62.19904,6.044643,8.278428,19.884434,8.9651785,22.071428,12.303572,1.0247767,56.50428,9.338282,206.68973,6.3870726,254.07683,18.35032,1140.3711,111.661545,3.2723293,8.592063,138.61633,173.482,892.4755,924.1018 +2023-02-10 01:00:00,0.0,2202.8809,32.154675,5.1340923,10.855942,21.954584,184.69737,25.499407,44.16429,18.599463,27.453806,212.3121,166.88373,12.623912,41.44208,7.9007745,3.6645148,34.781155,80.865974,50.339626,442.097,33.11509,412.84747,136.54828,44.06024,165.75847,203.80206,79.142624,928.772,264.714,2039.0526,50.356243,2372.2556,641.20825,35.225075,28.51338,187.08746,201.02342,296.83075,1008.23083,44.036457,14.599182,9.87305,544.25995,455.3843,96.612015,12.44954,483.01862,20.242405,497.57462,11.142452,35.840923,0.0,1071.2744,1896.5483,0.28413916,46.731194,16.235662,12784.071,38.60456,1.5174652,8.720139,20.2958,19.647903,6.4886827,11.221677,325.74686,34.779514,7.1853976,0.96728086,6.527461,354.03406,0.5367652,179.47092,87.027084,2635.4854,126.28819,112.31738,186.74432,962.0651,77.77248,60.07134,1076.9459,52.402573,75.12939,10.018739,32.407352,222.71991,12.027782,9.189466,66.176216,19.406498,4335.8726,19.017681,33.520832,17.046766,16.082563,326.8889,72.97583,35.078125,9.396487,9.472069,17.348192,58.351894,120.1063,49.908855,207.07382,22.729992,14.079135,68.2266,26.642448,24.935343,133.88344,13.332251,1.5078906,32.72726,11.327075,1201.3973,23.81523,1.9694469,94.291664,17.392267,165.8783,76.015274,115.05697,9.295451,106.901306,392.2695,310.0126,37.466454,245.7377,69.48785,47.455334,69.24974,149.38588,23.736492,57.023666,464.52548,11.181435,18.584524,298.75214,17.5439,8.863561,61.94148,51.965935,577.42365,154.51653,170.01595,1932.9442,36.934185,1587.9067,1401.8475,8.199375,6.322309,1418.0527,17.397089,11.180555,374.7957,24.723177,45.39453,22.94752,69.17634,252.32216,352.29306,3.7858124,33.22723,73.309395,324.47165,6.1070795,84.89507,7.930295,1.4630783,57.946804,1.0927229,1.3009356,4.0405083,10.325272,23.685959,15.581211,25.52743,195.1587,37.59028,18.633928,30.559896,9.1077385,101.72135,4.152257,75.47983,7.184896,62.202847,6.0357885,8.268273,19.867735,8.966406,22.05655,12.2878475,1.0246509,56.51578,9.336257,206.64464,6.38575,254.09235,18.346926,1140.254,111.65527,3.2739878,8.589665,138.6271,173.49226,892.48193,923.9835 +2023-02-10 02:00:00,0.0,2203.3542,32.144287,5.1334395,10.848625,21.960596,184.67801,25.498602,44.171444,18.605604,27.463823,212.17386,167.0547,12.622825,41.397976,7.9124317,3.6627593,34.771477,80.7747,50.28506,442.02454,33.087116,412.69568,136.5437,44.02558,165.92694,203.72404,79.1369,928.3813,264.7417,2038.5442,50.33974,2372.204,641.12537,35.21409,28.50662,187.042,200.88559,296.77164,1008.5446,44.05506,14.594129,9.872498,544.6087,455.6715,96.544586,12.4774685,482.484,20.271635,497.13898,11.145829,35.8616,0.0,1072.0039,1897.1995,0.28414425,46.70758,16.242441,12791.286,38.621315,1.5176911,8.737896,20.316729,19.670048,6.4947896,11.232639,325.87146,34.763393,7.1999946,0.9677382,6.530899,354.31027,0.5364353,179.60403,87.018456,2635.277,126.302574,112.33445,186.72318,962.7651,77.775,60.083744,1076.298,52.421772,75.09029,10.0196295,32.41593,222.71124,12.025643,9.188111,66.20241,19.40044,4336.45,19.02272,33.50595,17.050362,16.093435,326.94446,73.034676,35.066963,9.396724,9.474337,17.3738,58.372696,120.20612,49.898064,207.12712,22.747383,14.088859,68.28152,26.664003,24.928648,133.94456,13.345072,1.508192,32.69987,11.326482,1201.3551,23.81642,1.9763173,94.440475,17.401566,166.00859,76.04484,115.15831,9.293509,106.91064,392.49207,310.3795,37.484356,245.85829,69.57689,47.463905,69.251175,149.40747,23.7434,57.036385,464.5183,11.191857,18.594702,298.85666,17.528105,8.858549,61.994987,52.000668,577.6891,154.58798,170.0233,1933.0234,36.921944,1587.835,1401.5555,8.195178,6.318725,1417.83,17.397078,11.175397,374.7353,24.711533,45.381027,22.93879,69.154205,252.31984,352.1974,3.7838392,33.21824,73.25817,324.43036,6.104584,84.89196,7.928745,1.4635034,57.948322,1.0930676,1.301385,4.04299,10.3249,23.681488,15.57864,25.529861,195.12694,37.573414,18.625,30.557291,9.103231,101.68378,4.150347,75.32382,7.1822915,62.206654,6.0269346,8.258119,19.851034,8.967633,22.041668,12.272122,1.0245252,56.527287,9.334233,206.59955,6.384427,254.10786,18.343529,1140.137,111.649,3.2756462,8.587268,138.63788,173.50255,892.48834,923.8653 +2023-02-10 03:00:00,0.0,2203.828,32.133904,5.132787,10.841308,21.966606,184.65865,25.497797,44.178593,18.611744,27.47384,212.03563,167.2257,12.621737,41.353867,7.924089,3.6610038,34.7618,80.683426,50.2305,441.95212,33.059147,412.54388,136.53911,43.990917,166.0954,203.64603,79.13118,927.99054,264.76944,2038.0358,50.323242,2372.1528,641.0425,35.203102,28.49986,186.99657,200.74776,296.71252,1008.85834,44.07366,14.589076,9.871946,544.9574,455.95868,96.477165,12.505397,481.94934,20.300865,496.7033,11.149206,35.882275,0.0,1072.7336,1897.8507,0.28414935,46.68397,16.249218,12798.501,38.63807,1.5179169,8.755654,20.337658,19.692192,6.5008965,11.243602,325.9961,34.747272,7.2145915,0.9681956,6.5343375,354.5865,0.5361054,179.73717,87.00982,2635.0688,126.31696,112.35152,186.70203,963.465,77.77753,60.096153,1075.6501,52.44097,75.05118,10.020519,32.424507,222.70258,12.023504,9.186756,66.2286,19.394384,4337.028,19.02776,33.49107,17.053957,16.104307,327.0,73.09352,35.055805,9.39696,9.4766035,17.399408,58.393497,120.30595,49.887276,207.1804,22.764774,14.098581,68.33644,26.685558,24.921953,134.0057,13.357893,1.5084933,32.672485,11.32589,1201.313,23.81761,1.9831877,94.58929,17.410864,166.13889,76.0744,115.25965,9.291565,106.919975,392.7146,310.7464,37.502254,245.97888,69.665924,47.472477,69.2526,149.42906,23.75031,57.049103,464.5111,11.202281,18.604881,298.9612,17.51231,8.8535385,62.0485,52.035404,577.9545,154.65942,170.03065,1933.1028,36.9097,1587.7633,1401.2634,8.190982,6.315141,1417.6072,17.397066,11.1702385,374.6749,24.699888,45.367523,22.930058,69.13208,252.3175,352.10168,3.7818658,33.209248,73.20695,324.38904,6.1020894,84.88884,7.9271946,1.4639285,57.949844,1.0934123,1.3018343,4.0454726,10.324529,23.677017,15.576069,25.532291,195.09518,37.55655,18.616072,30.554688,9.098724,101.6462,4.1484375,75.167816,7.1796875,62.21046,6.01808,8.247964,19.834333,8.968862,22.026787,12.256398,1.0243994,56.538788,9.33221,206.55446,6.3831043,254.12338,18.340134,1140.0199,111.64272,3.2773046,8.584869,138.64867,173.51282,892.49475,923.747 +2023-02-10 04:00:00,0.0,2204.3015,32.12352,5.1321344,10.833991,21.972618,184.6393,25.496992,44.185745,18.617886,27.483858,211.8974,167.39667,12.620648,41.30976,7.935746,3.6592484,34.75212,80.592155,50.175938,441.87967,33.031174,412.39206,136.53453,43.956253,166.26387,203.56801,79.12546,927.59985,264.79718,2037.5273,50.30674,2372.1013,640.9596,35.192116,28.493101,186.95113,200.60992,296.65344,1009.1721,44.092262,14.5840225,9.871395,545.30615,456.24588,96.40974,12.533325,481.41473,20.330095,496.26767,11.152583,35.90295,0.0,1073.4631,1898.5018,0.28415444,46.66036,16.255997,12805.715,38.654823,1.5181428,8.773412,20.35859,19.714336,6.507003,11.254563,326.12073,34.73115,7.2291884,0.968653,6.5377755,354.8627,0.5357755,179.87029,87.00119,2634.8606,126.331345,112.36859,186.68088,964.165,77.780045,60.10856,1075.0022,52.46017,75.01208,10.021409,32.433086,222.69392,12.021364,9.185402,66.25478,19.388329,4337.6055,19.032799,33.47619,17.057552,16.11518,327.05557,73.15237,35.044643,9.397197,9.47887,17.425016,58.4143,120.40577,49.876488,207.2337,22.782166,14.108305,68.39136,26.707113,24.91526,134.06685,13.370714,1.5087947,32.6451,11.325296,1201.2708,23.8188,1.9900581,94.7381,17.420162,166.2692,76.103966,115.36099,9.289622,106.92931,392.93716,311.11328,37.520157,246.09947,69.75496,47.48105,69.25403,149.45067,23.75722,57.06182,464.50394,11.212704,18.61506,299.06577,17.496513,8.848528,62.10201,52.070137,578.22,154.73088,170.03801,1933.182,36.897457,1587.6917,1400.9713,8.186786,6.3115573,1417.3844,17.397055,11.165079,374.6145,24.688244,45.35402,22.921328,69.10995,252.31517,352.006,3.7798927,33.200253,73.15573,324.34775,6.0995946,84.88573,7.925645,1.4643534,57.951363,1.0937569,1.3022836,4.0479546,10.324157,23.672548,15.573498,25.534721,195.06342,37.53968,18.607143,30.552084,9.094218,101.60863,4.146528,75.01181,7.1770835,62.214264,6.0092263,8.237809,19.817635,8.970089,22.011906,12.240674,1.0242736,56.55029,9.330185,206.50935,6.3817816,254.1389,18.336737,1139.9027,111.63645,3.2789633,8.582472,138.65944,173.52309,892.50116,923.6288 +2023-02-10 05:00:00,0.0,2204.775,32.113136,5.1314816,10.8266735,21.97863,184.61993,25.496187,44.192898,18.624027,27.493876,211.75917,167.56764,12.61956,41.265656,7.9474034,3.657493,34.742443,80.500885,50.121376,441.80722,33.0032,412.24026,136.52994,43.921593,166.43234,203.48999,79.119736,927.20917,264.8249,2037.019,50.290237,2372.05,640.8767,35.181126,28.486341,186.90569,200.47209,296.59433,1009.48584,44.110863,14.578969,9.870844,545.65485,456.53308,96.34231,12.561254,480.88013,20.359325,495.83203,11.155961,35.923626,0.0,1074.1926,1899.153,0.28415954,46.63675,16.262774,12812.93,38.671577,1.5183686,8.79117,20.37952,19.73648,6.5131097,11.265526,326.24536,34.71503,7.243785,0.96911037,6.5412135,355.13895,0.53544563,180.0034,86.99256,2634.6523,126.34573,112.385666,186.65973,964.8649,77.78257,60.120968,1074.3542,52.479366,74.97298,10.0223,32.441666,222.68526,12.019225,9.184047,66.280975,19.38227,4338.1836,19.037838,33.46131,17.061148,16.12605,327.1111,73.21121,35.03348,9.397433,9.481138,17.450626,58.4351,120.5056,49.8657,207.287,22.799559,14.118029,68.44628,26.728668,24.908566,134.12798,13.383536,1.509096,32.617714,11.324703,1201.2285,23.819992,1.9969285,94.8869,17.42946,166.39949,76.13353,115.46234,9.28768,106.93865,393.1597,311.4802,37.538055,246.22006,69.844,47.48962,69.25546,149.47226,23.76413,57.074535,464.49673,11.223127,18.62524,299.17032,17.480719,8.843517,62.15552,52.104874,578.4854,154.80232,170.04536,1933.2614,36.885212,1587.62,1400.6793,8.182589,6.307974,1417.1615,17.397043,11.159921,374.5541,24.6766,45.340515,22.912596,69.087814,252.31285,351.91034,3.7779195,33.19126,73.10451,324.30643,6.0971,84.88261,7.9240947,1.4647785,57.95288,1.0941017,1.302733,4.0504365,10.323786,23.668077,15.570927,25.537153,195.03165,37.522816,18.598213,30.549479,9.089711,101.57106,4.144618,74.8558,7.174479,62.21807,6.000372,8.227654,19.800934,8.971316,21.997025,12.22495,1.024148,56.561794,9.328161,206.46426,6.380459,254.15442,18.333342,1139.7856,111.63018,3.2806218,8.580074,138.67021,173.53336,892.50757,923.5105 +2023-02-10 06:00:00,0.0,2205.2485,32.10275,5.1308293,10.819357,21.984642,184.60059,25.495382,44.200047,18.630169,27.503893,211.62093,167.73863,12.618472,41.221546,7.9590607,3.6557376,34.732765,80.409615,50.066814,441.7348,32.97523,412.08847,136.52536,43.88693,166.60081,203.41197,79.114006,926.8184,264.85263,2036.5106,50.273735,2371.9985,640.7939,35.17014,28.479582,186.86023,200.33426,296.53525,1009.7996,44.129463,14.573916,9.870293,546.00354,456.82025,96.27489,12.589182,480.3455,20.388556,495.39636,11.159338,35.9443,0.0,1074.9224,1899.8042,0.28416467,46.613136,16.269552,12820.145,38.688328,1.5185945,8.8089285,20.400452,19.758625,6.5192165,11.276488,326.36996,34.69891,7.258382,0.9695678,6.5446515,355.41516,0.5351157,180.13654,86.98393,2634.4443,126.360115,112.40273,186.6386,965.56494,77.785095,60.133377,1073.7063,52.498566,74.933876,10.02319,32.450245,222.67659,12.017086,9.182692,66.30717,19.376215,4338.761,19.042877,33.44643,17.064741,16.136923,327.16666,73.27005,35.02232,9.39767,9.483405,17.476234,58.455902,120.60542,49.85491,207.34029,22.81695,14.127752,68.5012,26.750223,24.901873,134.18912,13.396358,1.5093973,32.59033,11.324111,1201.1864,23.821182,2.003799,95.03571,17.438759,166.52979,76.16309,115.56368,9.285737,106.94799,393.38226,311.84708,37.555958,246.34065,69.93304,47.49819,69.25689,149.49385,23.771038,57.087254,464.48956,11.23355,18.635418,299.27484,17.464924,8.838506,62.20903,52.139606,578.75085,154.87376,170.05272,1933.3408,36.87297,1587.5482,1400.3872,8.178392,6.30439,1416.9387,17.39703,11.154762,374.49374,24.664955,45.32701,22.903866,69.06569,252.31052,351.81467,3.7759464,33.18227,73.05328,324.26514,6.094605,84.87949,7.9225445,1.4652036,57.954403,1.0944463,1.3031822,4.0529184,10.323414,23.663607,15.568356,25.539583,194.9999,37.50595,18.589285,30.546875,9.085204,101.533485,4.1427083,74.69979,7.171875,62.221878,5.991518,8.2175,19.784233,8.972545,21.982143,12.209226,1.0240222,56.573296,9.326137,206.41917,6.379136,254.16995,18.329945,1139.6686,111.62391,3.2822802,8.577677,138.68098,173.54364,892.514,923.3923 +2023-02-10 07:00:00,0.0,2205.722,32.092365,5.1301765,10.812039,21.990654,184.58122,25.494577,44.2072,18.636309,27.51391,211.4827,167.9096,12.617384,41.17744,7.970718,3.6539822,34.723087,80.318344,50.01225,441.66235,32.947258,411.93665,136.52078,43.85227,166.76927,203.33395,79.108284,926.42773,264.88034,2036.0022,50.257233,2371.9473,640.711,35.159153,28.472822,186.81479,200.19643,296.47614,1010.11334,44.148064,14.568863,9.869741,546.3523,457.10745,96.20746,12.61711,479.81088,20.417786,494.96072,11.162715,35.964977,0.0,1075.6519,1900.4553,0.28416976,46.589527,16.276329,12827.359,38.705082,1.5188203,8.826686,20.421381,19.78077,6.5253234,11.287451,326.4946,34.68279,7.272979,0.9700252,6.54809,355.69138,0.5347858,180.26965,86.975296,2634.236,126.374504,112.4198,186.61745,966.2649,77.78761,60.145782,1073.0583,52.517765,74.89477,10.02408,32.45882,222.66792,12.014947,9.181337,66.33336,19.370157,4339.339,19.047916,33.43155,17.068336,16.147795,327.22223,73.328896,35.01116,9.397906,9.485672,17.501842,58.4767,120.705246,49.844124,207.39359,22.834341,14.137476,68.55612,26.771778,24.895178,134.25026,13.409179,1.5096986,32.562943,11.323518,1201.1442,23.822372,2.0106692,95.184525,17.448057,166.66008,76.19266,115.66502,9.283794,106.95733,393.6048,312.214,37.573856,246.46124,70.02207,47.50676,69.258316,149.51544,23.777946,57.09997,464.48236,11.243973,18.645597,299.3794,17.44913,8.833495,62.262543,52.174343,579.01636,154.94522,170.06007,1933.4199,36.860725,1587.4766,1400.0951,8.174196,6.300806,1416.716,17.397018,11.149603,374.43335,24.65331,45.313503,22.895134,69.04356,252.30818,351.719,3.773973,33.173275,73.00207,324.22385,6.09211,84.87637,7.9209943,1.4656287,57.95592,1.094791,1.3036315,4.055401,10.323043,23.659138,15.565784,25.542013,194.96812,37.489086,18.580357,30.544271,9.080697,101.49591,4.1407986,74.543785,7.169271,62.225685,5.9826636,8.207345,19.767534,8.973772,21.967262,12.193501,1.0238965,56.584797,9.324113,206.37408,6.3778133,254.18547,18.32655,1139.5515,111.61764,3.2839386,8.575279,138.69176,173.55391,892.5204,923.274 +2023-02-10 08:00:00,0.0,2206.1956,32.08198,5.1295238,10.804723,21.996666,184.56186,25.493773,44.21435,18.64245,27.523928,211.34447,168.08058,12.616297,41.13333,7.982375,3.6522267,34.71341,80.227066,49.957687,441.58994,32.91929,411.78485,136.51619,43.817604,166.93774,203.25594,79.10256,926.03705,264.90808,2035.4938,50.24073,2371.8958,640.6281,35.148167,28.466063,186.76935,200.0586,296.41702,1010.4271,44.166668,14.56381,9.869189,546.701,457.39462,96.14004,12.645039,479.27628,20.447016,494.5251,11.166093,35.985653,0.0,1076.3815,1901.1066,0.28417486,46.565914,16.283108,12834.573,38.721836,1.5190462,8.844444,20.442312,19.802914,6.53143,11.298413,326.61923,34.666668,7.2875757,0.9704825,6.551528,355.9676,0.5344559,180.40277,86.96667,2634.0278,126.388885,112.436874,186.5963,966.96484,77.79014,60.15819,1072.4104,52.536964,74.85567,10.02497,32.4674,222.65926,12.012807,9.179982,66.35955,19.364101,4339.9165,19.052956,33.416668,17.071932,16.158667,327.27777,73.38774,35.0,9.398143,9.48794,17.52745,58.4975,120.80507,49.833332,207.44687,22.851732,14.147199,68.61104,26.793333,24.888483,134.31139,13.422,1.51,32.535557,11.322926,1201.102,23.823563,2.0175397,95.333336,17.457355,166.79037,76.22222,115.766365,9.281852,106.96667,393.82736,312.58087,37.59176,246.58183,70.111115,47.51533,69.25975,149.53703,23.784857,57.11269,464.4752,11.254396,18.655777,299.48395,17.433334,8.828485,62.31605,52.209076,579.2818,155.01666,170.06743,1933.4994,36.848484,1587.4049,1399.8031,8.17,6.297222,1416.4932,17.397007,11.144444,374.37296,24.641666,45.3,22.886404,69.02142,252.30586,351.6233,3.7719998,33.164284,72.95084,324.18253,6.0896153,84.87326,7.919444,1.4660537,57.957443,1.0951357,1.3040808,4.057883,10.322671,23.654667,15.563213,25.544445,194.93636,37.47222,18.571428,30.541666,9.076191,101.458336,4.138889,74.38778,7.1666665,62.22949,5.9738092,8.19719,19.750834,8.974999,21.952381,12.177777,1.0237707,56.5963,9.322089,206.329,6.3764906,254.20099,18.323153,1139.4343,111.61137,3.285597,8.572882,138.70255,173.56418,892.5268,923.15576 +2023-02-10 09:00:00,0.0,2206.6692,32.071598,5.1288714,10.797405,22.002678,184.54251,25.492968,44.2215,18.648592,27.533945,211.20624,168.25157,12.615209,41.089226,7.9940324,3.6504714,34.703728,80.135796,49.903126,441.5175,32.891315,411.63306,136.51161,43.78294,167.10622,203.17792,79.09684,925.6463,264.93582,2034.9855,50.224228,2371.8445,640.5452,35.13718,28.459303,186.72389,199.92076,296.35794,1010.7409,44.18527,14.558757,9.868638,547.04974,457.68182,96.07261,12.672967,478.74164,20.476246,494.08942,11.16947,36.00633,0.0,1077.1111,1901.7577,0.28417996,46.5423,16.289885,12841.788,38.73859,1.5192721,8.862202,20.463242,19.825058,6.5375366,11.309375,326.74384,34.650547,7.3021727,0.97093993,6.554966,356.2438,0.53412604,180.5359,86.95804,2633.8196,126.40327,112.45394,186.57515,967.6648,77.79266,60.170597,1071.7625,52.556164,74.81657,10.02586,32.47598,222.6506,12.010668,9.178627,66.385735,19.358046,4340.4946,19.057995,33.401787,17.075527,16.169538,327.33334,73.44659,34.98884,9.398379,9.490207,17.553059,58.518303,120.90489,49.822544,207.50017,22.869125,14.156922,68.66596,26.814888,24.88179,134.37253,13.434822,1.5103014,32.50817,11.322332,1201.0598,23.824753,2.02441,95.48214,17.466654,166.92068,76.251785,115.86771,9.279909,106.976006,394.0499,312.94778,37.609657,246.70242,70.20015,47.523903,69.26118,149.55864,23.791765,57.125404,464.468,11.264819,18.665956,299.58847,17.41754,8.823474,62.369564,52.24381,579.54724,155.0881,170.07478,1933.5787,36.836243,1587.3333,1399.511,8.165803,6.293638,1416.2704,17.396996,11.139286,374.31256,24.630022,45.286495,22.877674,68.9993,252.30353,351.52762,3.7700267,33.155293,72.89962,324.14124,6.0871205,84.87014,7.9178944,1.4664788,57.95896,1.0954803,1.3045301,4.0603647,10.3223,23.650196,15.560642,25.546875,194.9046,37.455357,18.5625,30.539062,9.071684,101.42076,4.136979,74.23177,7.1640625,62.233295,5.9649553,8.187036,19.734133,8.976228,21.9375,12.162053,1.0236449,56.607803,9.320065,206.28389,6.375168,254.2165,18.319756,1139.3173,111.605095,3.2872558,8.570483,138.71332,173.57446,892.5332,923.03754 +2023-02-10 10:00:00,0.0,2207.1426,32.061214,5.1282187,10.790089,22.00869,184.52315,25.492163,44.228653,18.654732,27.543962,211.06801,168.42255,12.6141205,41.045116,8.00569,3.648716,34.69405,80.044525,49.848564,441.44507,32.863342,411.48123,136.50703,43.74828,167.27467,203.0999,79.09112,925.2556,264.96353,2034.477,50.20773,2371.793,640.46234,35.12619,28.452543,186.67844,199.78293,296.29883,1011.0546,44.20387,14.553703,9.868087,547.39844,457.96902,96.00518,12.700896,478.20703,20.505476,493.65378,11.172847,36.027004,0.0,1077.8407,1902.4089,0.28418505,46.518692,16.296663,12849.003,38.755344,1.5194979,8.87996,20.484173,19.847202,6.5436435,11.320337,326.86847,34.634426,7.3167696,0.97139734,6.5584044,356.52002,0.53379613,180.66902,86.9494,2633.6113,126.417656,112.47101,186.554,968.36475,77.79518,60.183006,1071.1145,52.575363,74.77746,10.026751,32.48456,222.64194,12.008529,9.177273,66.41193,19.351988,4341.0723,19.063034,33.386906,17.079123,16.18041,327.3889,73.50543,34.97768,9.398617,9.492474,17.578667,58.539104,121.004715,49.811756,207.55345,22.886517,14.166646,68.72088,26.836443,24.875095,134.43367,13.447643,1.5106027,32.480785,11.321739,1201.0177,23.825943,2.0312805,95.63095,17.475954,167.05098,76.28135,115.96905,9.277966,106.985344,394.27246,313.31467,37.62756,246.82301,70.289185,47.532475,69.2626,149.58023,23.798674,57.138123,464.46082,11.275242,18.676136,299.69302,17.401745,8.818463,62.423073,52.278545,579.8127,155.15956,170.08214,1933.658,36.823997,1587.2616,1399.2189,8.161607,6.2900543,1416.0476,17.396984,11.134127,374.25217,24.618378,45.27299,22.868942,68.977165,252.3012,351.43195,3.7680533,33.1463,72.8484,324.09995,6.0846257,84.86703,7.916344,1.4669039,57.96048,1.0958251,1.3049796,4.062847,10.321928,23.645727,15.558072,25.549305,194.87283,37.43849,18.553572,30.536459,9.067177,101.38319,4.1350694,74.07577,7.1614585,62.237103,5.956101,8.176881,19.717434,8.977455,21.922619,12.146329,1.0235192,56.619305,9.318041,206.2388,6.373845,254.23203,18.31636,1139.2002,111.598816,3.2889142,8.568086,138.72409,173.58473,892.53955,922.91925 +2023-02-10 11:00:00,0.0,2207.6162,32.050827,5.127566,10.782771,22.014702,184.5038,25.491358,44.235806,18.660873,27.553982,210.92976,168.59352,12.613032,41.00101,8.017346,3.6469605,34.684372,79.953255,49.794003,441.37262,32.835373,411.32944,136.50244,43.713615,167.44315,203.02188,79.08539,924.8649,264.99127,2033.9686,50.191227,2371.7417,640.3795,35.115204,28.445784,186.633,199.64508,296.23975,1011.3684,44.22247,14.548651,9.867536,547.7472,458.2562,95.93776,12.728825,477.67242,20.534706,493.21814,11.176225,36.04768,0.0,1078.5702,1903.06,0.28419018,46.49508,16.30344,12856.218,38.7721,1.5197238,8.897717,20.505104,19.869347,6.5497503,11.3313,326.9931,34.618305,7.3313665,0.9718547,6.5618424,356.79623,0.5334662,180.80214,86.94077,2633.4033,126.43204,112.48808,186.53285,969.06476,77.79771,60.19541,1070.4667,52.594563,74.73836,10.02764,32.493134,222.63327,12.006389,9.175918,66.43812,19.345932,4341.65,19.068073,33.372025,17.082718,16.191282,327.44446,73.56428,34.96652,9.398853,9.494741,17.604275,58.559906,121.10454,49.80097,207.60675,22.903908,14.17637,68.7758,26.858,24.8684,134.4948,13.4604645,1.510904,32.4534,11.321147,1200.9755,23.827133,2.0381508,95.77976,17.485252,167.18127,76.31091,116.07039,9.276023,106.99468,394.495,313.68158,37.64546,246.9436,70.37823,47.541046,69.26404,149.60182,23.805584,57.15084,464.4536,11.2856655,18.686314,299.79758,17.385948,8.813452,62.476585,52.31328,580.0781,155.231,170.08951,1933.7373,36.811756,1587.1898,1398.9269,8.157411,6.2864704,1415.8248,17.396973,11.128968,374.19177,24.606733,45.259487,22.860212,68.95504,252.29887,351.33627,3.7660801,33.137306,72.79718,324.05862,6.082131,84.86391,7.914794,1.4673289,57.962,1.0961697,1.3054289,4.065329,10.321557,23.641256,15.555501,25.551737,194.84106,37.421627,18.544643,30.533854,9.06267,101.34561,4.1331596,73.91976,7.158854,62.24091,5.947247,8.166726,19.700733,8.9786825,21.907738,12.130605,1.0233934,56.630806,9.316017,206.19371,6.3725224,254.24756,18.312963,1139.0831,111.592545,3.2905726,8.565688,138.73486,173.595,892.54596,922.801 +2023-02-10 12:00:00,0.0,2208.0896,32.040443,5.1269135,10.7754545,22.020714,184.48444,25.490553,44.242954,18.667015,27.564,210.79153,168.76451,12.611944,40.956905,8.029004,3.645205,34.674694,79.861984,49.739437,441.30017,32.8074,411.17764,136.49786,43.678955,167.61162,202.94386,79.079666,924.4742,265.01898,2033.4602,50.174725,2371.6902,640.29663,35.104218,28.439024,186.58755,199.50725,296.18063,1011.6821,44.24107,14.543597,9.866984,548.0959,458.5434,95.87033,12.756753,477.13776,20.563936,492.78247,11.179602,36.068356,0.0,1079.2998,1903.7112,0.28419527,46.47147,16.310219,12863.432,38.788853,1.5199496,8.915476,20.526033,19.89149,6.5558567,11.342262,327.1177,34.602184,7.345963,0.9723121,6.5652804,357.07248,0.53313637,180.93527,86.932144,2633.195,126.44643,112.50515,186.5117,969.7647,77.80023,60.20782,1069.8187,52.613758,74.69926,10.028531,32.501713,222.6246,12.00425,9.174562,66.46431,19.339874,4342.2275,19.073112,33.357143,17.086313,16.202154,327.5,73.62312,34.955357,9.39909,9.497008,17.629885,58.580708,121.20437,49.79018,207.66005,22.921299,14.186092,68.83072,26.879555,24.861708,134.55594,13.473286,1.5112053,32.426014,11.320554,1200.9332,23.828325,2.0450213,95.92857,17.49455,167.31157,76.34048,116.17173,9.27408,107.00402,394.71753,314.04846,37.66336,247.0642,70.46726,47.549618,69.265465,149.62341,23.812492,57.16356,464.44644,11.296088,18.696493,299.90213,17.370153,8.808441,62.530094,52.348015,580.34357,155.30244,170.09686,1933.8167,36.79951,1587.1182,1398.6348,8.153214,6.282887,1415.6019,17.396961,11.12381,374.13138,24.595089,45.245983,22.85148,68.93291,252.29654,351.24057,3.764107,33.128315,72.74596,324.01733,6.079636,84.860794,7.913244,1.467754,57.96352,1.0965145,1.3058782,4.067811,10.321185,23.636786,15.55293,25.554167,194.80931,37.404762,18.535713,30.53125,9.058164,101.30804,4.13125,73.76375,7.15625,62.244713,5.9383926,8.156571,19.684032,8.979911,21.892859,12.114881,1.0232677,56.642307,9.3139925,206.14862,6.3711996,254.26308,18.309568,1138.966,111.58627,3.292231,8.563291,138.74564,173.60527,892.55237,922.68274 +2023-02-10 13:00:00,0.0,2208.5632,32.03006,5.1262608,10.768137,22.026726,184.46507,25.489748,44.250107,18.673157,27.574017,210.6533,168.93549,12.610857,40.912796,8.040661,3.6434498,34.665016,79.77071,49.684875,441.22775,32.779427,411.02582,136.49327,43.64429,167.78009,202.86584,79.073944,924.0835,265.04672,2032.9518,50.158222,2371.639,640.21375,35.09323,28.432264,186.5421,199.36942,296.12152,1011.9959,44.259674,14.538545,9.866432,548.44464,458.83057,95.80291,12.784681,476.60315,20.593166,492.34683,11.182979,36.08903,0.0,1080.0294,1904.3624,0.28420037,46.447857,16.316996,12870.646,38.805607,1.5201755,8.933233,20.546965,19.913635,6.5619636,11.353225,327.24234,34.586063,7.36056,0.9727695,6.5687184,357.3487,0.53280646,181.06839,86.923515,2632.9868,126.46081,112.52222,186.49055,970.46466,77.80275,60.220226,1069.1708,52.632957,74.66016,10.029421,32.510292,222.61594,12.0021105,9.173208,66.4905,19.333818,4342.8057,19.078152,33.342262,17.089909,16.213026,327.55557,73.68197,34.944195,9.399326,9.499275,17.655493,58.60151,121.30419,49.77939,207.71333,22.938692,14.195816,68.88564,26.90111,24.855013,134.61708,13.486108,1.5115067,32.39863,11.319962,1200.8911,23.829515,2.0518916,96.07738,17.503849,167.44186,76.37004,116.27307,9.272138,107.01336,394.9401,314.41537,37.68126,247.18478,70.5563,47.55819,69.26689,149.645,23.819403,57.176273,464.43924,11.306512,18.706673,300.00665,17.354359,8.803431,62.583607,52.382748,580.609,155.3739,170.10422,1933.896,36.78727,1587.0465,1398.3427,8.149017,6.279303,1415.3792,17.39695,11.11865,374.07098,24.583445,45.23248,22.84275,68.910774,252.2942,351.1449,3.7621338,33.119324,72.69473,323.976,6.0771413,84.85767,7.9116936,1.4681791,57.965042,1.0968591,1.3063275,4.070293,10.320814,23.632317,15.550359,25.556597,194.77754,37.387897,18.526785,30.528646,9.053657,101.27046,4.12934,73.60774,7.153646,62.24852,5.9295387,8.146417,19.667334,8.981138,21.877977,12.099156,1.023142,56.653812,9.311969,206.10353,6.369877,254.2786,18.306171,1138.8489,111.58,3.2938895,8.560893,138.75642,173.61555,892.5588,922.5645 +2023-02-10 14:00:00,0.0,2209.0369,32.019676,5.125608,10.76082,22.032738,184.44572,25.488943,44.25726,18.679296,27.584034,210.51508,169.10646,12.609769,40.86869,8.052319,3.6416943,34.65534,79.67944,49.630314,441.1553,32.751457,410.87402,136.4887,43.609627,167.94855,202.78783,79.06822,923.6928,265.07446,2032.4435,50.14172,2371.5874,640.13086,35.082245,28.425505,186.49666,199.23158,296.06244,1012.30963,44.278275,14.533491,9.865881,548.79333,459.11777,95.73548,12.81261,476.06854,20.622396,491.9112,11.186357,36.109707,0.0,1080.7589,1905.0135,0.28420547,46.424248,16.323772,12877.861,38.82236,1.5204012,8.950992,20.567894,19.93578,6.5680704,11.364187,327.36697,34.569942,7.375157,0.97322685,6.572157,357.6249,0.53247654,181.2015,86.91488,2632.7786,126.4752,112.53928,186.4694,971.1646,77.805275,60.232635,1068.5228,52.652157,74.62105,10.030311,32.51887,222.60727,11.999971,9.171853,66.51669,19.327763,4343.3833,19.08319,33.32738,17.093504,16.223898,327.6111,73.740814,34.933037,9.399563,9.501543,17.6811,58.622307,121.404015,49.7686,207.76663,22.956083,14.20554,68.94056,26.922665,24.84832,134.6782,13.498929,1.511808,32.371243,11.319368,1200.8489,23.830706,2.058762,96.22619,17.513147,167.57216,76.399605,116.37441,9.270195,107.0227,395.16263,314.78226,37.69916,247.30539,70.64534,47.566757,69.268326,149.6666,23.826311,57.18899,464.43207,11.316935,18.716852,300.1112,17.338564,8.79842,62.637115,52.417484,580.8745,155.44534,170.11157,1933.9753,36.775024,1586.9749,1398.0507,8.144821,6.275719,1415.1564,17.396938,11.113492,374.0106,24.5718,45.218975,22.834019,68.88865,252.29189,351.04922,3.7601604,33.11033,72.64352,323.93472,6.0746465,84.85455,7.910144,1.4686042,57.96656,1.0972037,1.3067768,4.0727754,10.320442,23.627846,15.547788,25.559029,194.74579,37.371033,18.517857,30.526041,9.0491495,101.23289,4.1274304,73.45174,7.1510415,62.252327,5.9206843,8.136262,19.650633,8.982366,21.863096,12.083432,1.0230162,56.665314,9.309944,206.05843,6.368554,254.29411,18.302776,1138.7318,111.57373,3.2955482,8.558495,138.7672,173.62582,892.5652,922.4462 +2023-02-10 15:00:00,0.0,2209.5103,32.00929,5.1249557,10.753503,22.03875,184.42636,25.488138,44.26441,18.685438,27.594051,210.37683,169.27745,12.608681,40.82458,8.063975,3.6399388,34.64566,79.588165,49.575752,441.0829,32.723484,410.72223,136.48412,43.574966,168.11702,202.70981,79.0625,923.30206,265.10217,2031.935,50.125217,2371.5361,640.048,35.071255,28.418745,186.45122,199.09375,296.00333,1012.6234,44.296875,14.528438,9.86533,549.142,459.40497,95.66805,12.840538,475.53394,20.651627,491.47552,11.1897335,36.130383,0.0,1081.4885,1905.6648,0.28421056,46.400635,16.330551,12885.075,38.839115,1.5206271,8.968749,20.588825,19.957924,6.5741773,11.375149,327.4916,34.55382,7.389754,0.97368425,6.575595,357.90112,0.53214663,181.33464,86.90625,2632.5703,126.48958,112.55635,186.44826,971.86456,77.8078,60.245045,1067.8749,52.671356,74.58195,10.031201,32.52745,222.59862,11.997831,9.170498,66.54288,19.321705,4343.961,19.08823,33.3125,17.0971,16.234768,327.66666,73.79966,34.921875,9.399799,9.50381,17.706709,58.64311,121.50384,49.757812,207.81992,22.973475,14.215263,68.99548,26.94422,24.841625,134.73935,13.51175,1.5121094,32.343857,11.318775,1200.8068,23.831896,2.0656323,96.375,17.522446,167.70247,76.42917,116.47575,9.268252,107.03203,395.3852,315.14917,37.71706,247.42598,70.734375,47.57533,69.26975,149.6882,23.83322,57.20171,464.42487,11.327357,18.72703,300.21576,17.32277,8.793408,62.690628,52.452217,581.13995,155.5168,170.11893,1934.0546,36.762783,1586.9031,1397.7585,8.140625,6.2721353,1414.9336,17.396927,11.108334,373.9502,24.560156,45.20547,22.825289,68.866516,252.28955,350.95355,3.7581873,33.101337,72.59229,323.89343,6.072151,84.85144,7.9085937,1.4690292,57.968082,1.0975485,1.3072261,4.0752573,10.320071,23.623375,15.545217,25.561459,194.71402,37.354168,18.508928,30.523438,9.044643,101.19531,4.1255207,73.29573,7.1484375,62.256134,5.9118304,8.126107,19.633932,8.983594,21.848215,12.067708,1.0228904,56.676815,9.30792,206.01334,6.3672314,254.30963,18.29938,1138.6147,111.56746,3.2972066,8.556097,138.77797,173.6361,892.5716,922.328 +2023-02-10 16:00:00,0.0,2209.984,31.998905,5.124303,10.746185,22.044762,184.40701,25.487333,44.27156,18.69158,27.604069,210.2386,169.44843,12.607593,40.780476,8.075633,3.6381834,34.635983,79.496895,49.52119,441.01044,32.69551,410.5704,136.47952,43.540302,168.28549,202.63179,79.05678,922.9114,265.1299,2031.4266,50.10872,2371.4849,639.9651,35.06027,28.411985,186.40576,198.95592,295.9442,1012.93713,44.315475,14.523385,9.8647785,549.4908,459.69214,95.60063,12.868466,474.99933,20.680857,491.0399,11.19311,36.15106,0.0,1082.2181,1906.3159,0.2842157,46.377026,16.337328,12892.29,38.85587,1.5208529,8.986507,20.609756,19.980068,6.5802836,11.386111,327.6162,34.5377,7.4043508,0.97414166,6.579033,358.17734,0.5318168,181.46776,86.89762,2632.362,126.50397,112.573425,186.42711,972.5646,77.81032,60.25745,1067.2269,52.690556,74.54285,10.032091,32.536026,222.58995,11.995692,9.169144,66.56907,19.315649,4344.5386,19.093267,33.29762,17.100695,16.24564,327.72223,73.858505,34.910713,9.400036,9.506077,17.732317,58.66391,121.60366,49.747025,207.87321,22.990866,14.224987,69.0504,26.965775,24.83493,134.80049,13.524571,1.5124108,32.31647,11.318183,1200.7645,23.833086,2.0725029,96.52381,17.531744,167.83276,76.45873,116.577095,9.266309,107.04137,395.60773,315.51605,37.734962,247.54657,70.82341,47.5839,69.27118,149.7098,23.84013,57.214428,464.4177,11.337781,18.73721,300.32028,17.306974,8.788398,62.74414,52.486954,581.4054,155.58824,170.12628,1934.1339,36.75054,1586.8314,1397.4664,8.136428,6.2685513,1414.7108,17.396915,11.103174,373.8898,24.548512,45.191963,22.816557,68.84438,252.28722,350.85788,3.7562141,33.092346,72.54107,323.8521,6.0696564,84.84832,7.9070435,1.4694543,57.9696,1.0978931,1.3076754,4.0777392,10.319699,23.618904,15.542645,25.563889,194.68225,37.337303,18.5,30.520834,9.040136,101.15774,4.123611,73.139725,7.1458335,62.259937,5.902976,8.115952,19.617233,8.984821,21.833334,12.051984,1.0227647,56.688316,9.305897,205.96825,6.3659086,254.32515,18.295984,1138.4976,111.56118,3.298865,8.5536995,138.78874,173.64638,892.578,922.2097 +2023-02-10 17:00:00,0.0,2210.4573,31.988522,5.12365,10.738869,22.050774,184.38765,25.486528,44.278713,18.69772,27.614086,210.10037,169.6194,12.606504,40.73637,8.08729,3.636428,34.626305,79.405624,49.466625,440.938,32.66754,410.4186,136.47495,43.505642,168.45396,202.55377,79.05105,922.5206,265.15762,2030.9182,50.092216,2371.4333,639.88226,35.049282,28.405226,186.36032,198.81808,295.88513,1013.2509,44.334076,14.518332,9.864227,549.8395,459.97934,95.5332,12.896395,474.46472,20.710087,490.60422,11.196487,36.171734,0.0,1082.9478,1906.967,0.28422078,46.353413,16.344107,12899.505,38.872623,1.5210788,9.004266,20.630688,20.002213,6.5863905,11.397074,327.74084,34.52158,7.4189477,0.974599,6.582471,358.45355,0.53148687,181.60088,86.88899,2632.154,126.51835,112.59049,186.40596,973.2645,77.81284,60.26986,1066.579,52.709755,74.503746,10.032981,32.5446,222.58128,11.993553,9.1677885,66.59526,19.309593,4345.116,19.098307,33.282738,17.10429,16.256512,327.77777,73.91735,34.899555,9.400272,9.508344,17.757925,58.68471,121.70348,49.736237,207.92651,23.008259,14.23471,69.10532,26.98733,24.828238,134.86162,13.537394,1.512712,32.289085,11.31759,1200.7223,23.834276,2.0793731,96.67262,17.541042,167.96306,76.4883,116.67844,9.264366,107.050705,395.8303,315.88297,37.75286,247.66716,70.91245,47.592472,69.27261,149.73138,23.847038,57.227142,464.4105,11.348204,18.747389,300.42484,17.291178,8.783387,62.79765,52.521687,581.67084,155.65968,170.13364,1934.2133,36.738297,1586.7598,1397.1744,8.132232,6.2649674,1414.488,17.396904,11.098016,373.8294,24.536867,45.17846,22.807827,68.82226,252.28488,350.76218,3.754241,33.083355,72.48985,323.81082,6.0671616,84.84521,7.9054933,1.4698794,57.97112,1.0982379,1.3081247,4.0802217,10.319328,23.614435,15.540074,25.566319,194.6505,37.320435,18.491072,30.518229,9.035629,101.12016,4.1217012,72.98372,7.143229,62.263744,5.894122,8.105797,19.600533,8.986049,21.818453,12.03626,1.0226389,56.69982,9.303872,205.92316,6.364586,254.34068,18.292587,1138.3805,111.55491,3.3005235,8.551302,138.79953,173.65665,892.5844,922.0915 +2023-02-10 18:00:00,0.0,2210.931,31.978136,5.1229978,10.731551,22.056786,184.36829,25.485723,44.285862,18.703861,27.624104,209.96214,169.79039,12.605417,40.69226,8.098948,3.6346726,34.616627,79.314354,49.412064,440.86557,32.63957,410.2668,136.47037,43.470978,168.62242,202.47575,79.04533,922.12994,265.18536,2030.4099,50.075714,2371.382,639.7994,35.038296,28.398466,186.31488,198.68025,295.82602,1013.56464,44.35268,14.513279,9.863675,550.18823,460.2665,95.46578,12.924323,473.93005,20.739317,490.16858,11.199865,36.19241,0.0,1083.6772,1907.6183,0.28422588,46.3298,16.350883,12906.72,38.889378,1.5213046,9.022023,20.651617,20.024357,6.5924973,11.408036,327.86548,34.50546,7.433544,0.9750564,6.5859094,358.7298,0.53115696,181.73401,86.880356,2631.9458,126.53274,112.60756,186.38481,973.9645,77.81536,60.282265,1065.931,52.72895,74.46464,10.033872,32.55318,222.57262,11.991413,9.166433,66.62145,19.303535,4345.6943,19.103346,33.267857,17.107885,16.267384,327.83334,73.9762,34.888393,9.400509,9.510612,17.783535,58.705513,121.803314,49.725445,207.9798,23.02565,14.244433,69.16024,27.008884,24.821543,134.92276,13.550215,1.5130134,32.2617,11.316998,1200.6802,23.835468,2.0862436,96.82143,17.55034,168.09335,76.51785,116.77978,9.2624235,107.06004,396.05283,316.24985,37.770763,247.78775,71.00149,47.601044,69.27404,149.75298,23.853947,57.23986,464.40332,11.358626,18.757568,300.5294,17.275383,8.778377,62.851162,52.556423,581.9363,155.73114,170.14099,1934.2925,36.726055,1586.6881,1396.8823,8.128036,6.261384,1414.2651,17.396893,11.092857,373.769,24.525223,45.164955,22.799095,68.800125,252.28256,350.6665,3.7522676,33.07436,72.43863,323.76953,6.0646667,84.84209,7.903943,1.4703044,57.97264,1.0985825,1.3085741,4.0827036,10.318956,23.609964,15.537503,25.56875,194.61873,37.30357,18.482143,30.515625,9.031122,101.08259,4.1197915,72.82771,7.140625,62.26755,5.8852677,8.095642,19.583832,8.987276,21.803572,12.020535,1.0225132,56.711323,9.301848,205.87807,6.363263,254.3562,18.289192,1138.2634,111.54864,3.302182,8.548904,138.8103,173.66692,892.5908,921.9732 +2023-02-10 19:00:00,0.0,2211.4045,31.967752,5.122345,10.724235,22.062798,184.34894,25.484919,44.293015,18.710003,27.63412,209.8239,169.96136,12.604329,40.648155,8.110604,3.6329172,34.60695,79.22308,49.357502,440.79312,32.6116,410.11502,136.46577,43.436314,168.7909,202.39774,79.039604,921.73926,265.2131,2029.9015,50.05921,2371.3306,639.7165,35.02731,28.391706,186.26942,198.54242,295.76694,1013.8784,44.37128,14.508225,9.863124,550.5369,460.5537,95.39835,12.952251,473.39545,20.768547,489.73294,11.203242,36.213085,0.0,1084.4069,1908.2694,0.28423098,46.30619,16.357662,12913.934,38.90613,1.5215305,9.039782,20.672546,20.046501,6.598604,11.418999,327.99008,34.489334,7.448141,0.9755138,6.5893474,359.006,0.5308271,181.86713,86.87173,2631.7375,126.54712,112.62463,186.36368,974.6644,77.81789,60.294674,1065.2831,52.74815,74.42554,10.034761,32.56176,222.56395,11.989274,9.165079,66.647644,19.29748,4346.272,19.108385,33.252975,17.11148,16.278255,327.8889,74.03504,34.87723,9.400745,9.512878,17.809143,58.726315,121.90314,49.714657,208.0331,23.043041,14.254157,69.215164,27.03044,24.81485,134.9839,13.563036,1.5133147,32.234314,11.316404,1200.638,23.836658,2.093114,96.97024,17.55964,168.22365,76.54742,116.88112,9.260481,107.06938,396.2754,316.61676,37.788662,247.90834,71.09053,47.609615,69.27547,149.77457,23.860857,57.25258,464.39612,11.36905,18.767746,300.63394,17.259588,8.773365,62.90467,52.591156,582.2017,155.80258,170.14835,1934.3718,36.71381,1586.6165,1396.5902,8.123839,6.2578,1414.0424,17.396881,11.087698,373.70862,24.513578,45.15145,22.790365,68.778,252.28023,350.57083,3.7502944,33.06537,72.387405,323.7282,6.062172,84.838974,7.9023933,1.4707295,57.97416,1.0989273,1.3090234,4.0851855,10.318585,23.605494,15.534932,25.57118,194.58696,37.286705,18.473213,30.513021,9.026616,101.04501,4.117882,72.6717,7.138021,62.27136,5.876414,8.085487,19.567131,8.988504,21.78869,12.004811,1.0223874,56.722824,9.299825,205.83296,6.3619404,254.37172,18.285795,1138.1464,111.542366,3.3038406,8.546506,138.82108,173.67719,892.5972,921.855 +2023-02-10 20:00:00,0.0,2211.878,31.957367,5.121692,10.716917,22.06881,184.32957,25.484114,44.300163,18.716145,27.644138,209.68567,170.13234,12.603241,40.604046,8.122262,3.6311617,34.59727,79.13181,49.30294,440.7207,32.583626,409.9632,136.4612,43.401653,168.95937,202.31972,79.03388,921.3485,265.2408,2029.3931,50.04271,2371.2793,639.6336,35.01632,28.384947,186.22398,198.40459,295.70782,1014.19214,44.38988,14.503172,9.862573,550.8857,460.84088,95.330925,12.98018,472.8608,20.797777,489.29727,11.206619,36.23376,0.0,1085.1365,1908.9207,0.28423607,46.282578,16.364439,12921.148,38.922886,1.5217563,9.057539,20.693478,20.068645,6.604711,11.42996,328.11472,34.473213,7.462738,0.97597116,6.5927854,359.28223,0.5304972,182.00024,86.8631,2631.5293,126.56151,112.6417,186.34253,975.3644,77.82041,60.30708,1064.6353,52.76735,74.38644,10.035652,32.57034,222.5553,11.987135,9.163724,66.673836,19.291424,4346.8496,19.113424,33.238094,17.115076,16.289127,327.94446,74.09389,34.86607,9.400983,9.515145,17.834751,58.747116,122.00296,49.70387,208.08638,23.060432,14.263881,69.27008,27.051994,24.808155,135.04504,13.575857,1.5136161,32.20693,11.315811,1200.5958,23.837849,2.0999844,97.11905,17.56894,168.35396,76.57698,116.98246,9.258538,107.07872,396.49792,316.98364,37.806564,248.02893,71.179565,47.618183,69.2769,149.79616,23.867765,57.265297,464.38895,11.379473,18.777925,300.73846,17.243793,8.768354,62.958183,52.625893,582.46716,155.87402,170.1557,1934.4513,36.70157,1586.5447,1396.2982,8.119642,6.254216,1413.8196,17.39687,11.08254,373.64822,24.501934,45.137947,22.781633,68.75587,252.2779,350.47516,3.7483213,33.056377,72.33618,323.68692,6.059677,84.83585,7.900843,1.4711546,57.97568,1.0992719,1.3094727,4.087668,10.318213,23.601025,15.532361,25.57361,194.5552,37.26984,18.464285,30.510416,9.022109,101.00744,4.115972,72.51569,7.1354165,62.27516,5.8675594,8.075333,19.550432,8.989732,21.77381,11.989087,1.0222617,56.73433,9.2978,205.78787,6.3606176,254.38724,18.2824,1138.0292,111.536095,3.305499,8.544108,138.83185,173.68747,892.60364,921.7367 +2023-02-10 21:00:00,0.0,2212.3516,31.946983,5.12104,10.7096,22.074821,184.31023,25.48331,44.307316,18.722284,27.654156,209.54744,170.30333,12.602153,40.55994,8.133919,3.6294065,34.587593,79.040535,49.24838,440.64825,32.555653,409.8114,136.4566,43.36699,169.12782,202.2417,79.02816,920.9578,265.26855,2028.8846,50.026207,2371.2278,639.5507,35.005333,28.378187,186.17854,198.26675,295.6487,1014.5059,44.40848,14.498119,9.862021,551.2344,461.12808,95.263504,13.008108,472.3262,20.827007,488.86163,11.209997,36.254436,0.0,1085.866,1909.5718,0.2842412,46.25897,16.371218,12928.363,38.939636,1.5219822,9.075297,20.714409,20.09079,6.6108174,11.440923,328.23935,34.457092,7.477335,0.97642857,6.596224,359.55844,0.5301673,182.13336,86.85446,2631.321,126.57589,112.65877,186.32138,976.0644,77.82293,60.31949,1063.9873,52.78655,74.347336,10.036542,32.57892,222.54663,11.984996,9.16237,66.70002,19.285366,4347.4272,19.118464,33.223213,17.118671,16.3,328.0,74.15273,34.85491,9.401219,9.517413,17.86036,58.767914,122.10278,49.69308,208.13968,23.077824,14.273603,69.325005,27.07355,24.80146,135.10617,13.588678,1.5139174,32.17954,11.315219,1200.5536,23.839039,2.106855,97.26786,17.578238,168.48425,76.606544,117.0838,9.256596,107.08806,396.7205,317.35056,37.824463,248.14952,71.2686,47.626755,69.27833,149.81776,23.874676,57.27801,464.38174,11.389896,18.788105,300.84302,17.227999,8.763344,63.011692,52.660625,582.73267,155.94548,170.16306,1934.5305,36.689327,1586.473,1396.0061,8.115446,6.2506323,1413.5968,17.396856,11.077381,373.58783,24.49029,45.124443,22.772903,68.733734,252.27557,350.3795,3.7463481,33.047382,72.284966,323.6456,6.0571823,84.83274,7.899293,1.4715797,57.9772,1.0996165,1.309922,4.09015,10.3178425,23.596554,15.529791,25.576042,194.52344,37.252975,18.455357,30.507812,9.017602,100.969864,4.1140623,72.35969,7.1328125,62.27897,5.8587055,8.065178,19.533731,8.990959,21.758928,11.973363,1.022136,56.74583,9.295776,205.74278,6.359295,254.40276,18.279003,1137.9121,111.52982,3.3071575,8.541711,138.84262,173.69774,892.61,921.61847 +2023-02-10 22:00:00,0.0,2212.8252,31.9366,5.120387,10.702283,22.080833,184.29086,25.482506,44.31447,18.728426,27.664173,209.40921,170.4743,12.601065,40.51583,8.1455765,3.627651,34.577915,78.949265,49.193813,440.57584,32.527683,409.6596,136.45203,43.33233,169.2963,202.16368,79.02243,920.56714,265.29626,2028.3762,50.00971,2371.1765,639.46783,34.994347,28.371428,186.1331,198.12892,295.58963,1014.8197,44.427082,14.493066,9.86147,551.5831,461.41528,95.196075,13.036037,471.7916,20.856237,488.426,11.213374,36.275112,0.0,1086.5957,1910.223,0.2842463,46.235355,16.377995,12935.577,38.95639,1.522208,9.093055,20.73534,20.112934,6.6169243,11.451885,328.36395,34.44097,7.491932,0.976886,6.599662,359.83466,0.52983737,182.2665,86.84583,2631.1128,126.59027,112.675835,186.30023,976.76434,77.825455,60.331894,1063.3394,52.805748,74.30823,10.037432,32.587494,222.53796,11.982856,9.161015,66.72621,19.27931,4348.0054,19.123503,33.208332,17.122265,16.310871,328.05557,74.21157,34.84375,9.401456,9.51968,17.885967,58.788715,122.20261,49.682293,208.19296,23.095217,14.283327,69.37992,27.095104,24.794767,135.16731,13.6015005,1.5142187,32.152153,11.314626,1200.5115,23.840229,2.1137252,97.416664,17.587536,168.61455,76.63611,117.18514,9.254652,107.0974,396.94302,317.71744,37.842365,248.27011,71.35764,47.635326,69.279755,149.83936,23.881584,57.29073,464.37457,11.400319,18.798285,300.94757,17.212204,8.758333,63.065205,52.695362,582.9981,156.01692,170.17041,1934.6099,36.677082,1586.4014,1395.714,8.11125,6.2470484,1413.374,17.396845,11.072222,373.52744,24.478645,45.11094,22.764174,68.71161,252.27324,350.28378,3.7443748,33.03839,72.23374,323.6043,6.0546875,84.82962,7.8977427,1.4720047,57.978718,1.0999613,1.3103713,4.092632,10.317471,23.592083,15.52722,25.578472,194.49167,37.23611,18.446428,30.505209,9.013096,100.93229,4.1121526,72.20368,7.1302085,62.282776,5.849851,8.055023,19.51703,8.9921875,21.744047,11.957639,1.0220102,56.75733,9.293753,205.6977,6.357972,254.41827,18.275608,1137.795,111.52355,3.308816,8.539313,138.85341,173.70801,892.6164,921.5002 +2023-02-10 23:00:00,0.0,2213.2986,31.926214,5.1197343,10.694966,22.086845,184.2715,25.4817,44.321617,18.734568,27.67419,209.27097,170.64528,12.599977,40.471725,8.157233,3.6258955,34.568233,78.857994,49.13925,440.5034,32.49971,409.50778,136.44745,43.297665,169.46477,202.08566,79.01671,920.1764,265.324,2027.8679,49.993206,2371.125,639.385,34.98336,28.364668,186.08765,197.99109,295.53052,1015.1334,44.445686,14.488013,9.860919,551.9318,461.70245,95.128654,13.063966,471.25696,20.885468,487.99033,11.216751,36.295788,0.0,1087.3252,1910.8741,0.2842514,46.211746,16.384773,12942.792,38.973145,1.5224339,9.110813,20.75627,20.135078,6.623031,11.462848,328.4886,34.42485,7.506529,0.9773433,6.6031,360.11087,0.5295075,182.39961,86.837204,2630.9048,126.60466,112.6929,186.27908,977.4643,77.82798,60.344303,1062.6914,52.824947,74.26913,10.038322,32.596073,222.5293,11.980717,9.159659,66.7524,19.273252,4348.583,19.128542,33.19345,17.12586,16.321743,328.1111,74.27042,34.83259,9.401692,9.521947,17.911575,58.809517,122.30243,49.6715,208.24626,23.112608,14.293051,69.434845,27.11666,24.788073,135.22845,13.614322,1.51452,32.124767,11.3140335,1200.4692,23.84142,2.1205957,97.565475,17.596834,168.74484,76.66567,117.28648,9.252709,107.106735,397.1656,318.08435,37.860264,248.3907,71.44668,47.643898,69.28118,149.86095,23.888493,57.303448,464.36737,11.410742,18.808462,301.0521,17.196407,8.753323,63.118713,52.730095,583.26355,156.08836,170.17776,1934.6892,36.66484,1586.3297,1395.422,8.107054,6.2434645,1413.1512,17.396833,11.067063,373.46707,24.467001,45.097435,22.755442,68.689476,252.2709,350.1881,3.7424016,33.0294,72.18252,323.56302,6.0521927,84.82651,7.8961926,1.4724298,57.98024,1.1003059,1.3108206,4.0951138,10.3171,23.587614,15.524649,25.580902,194.45992,37.219246,18.4375,30.502604,9.008589,100.894714,4.1102433,72.047676,7.127604,62.28658,5.8409967,8.044868,19.500332,8.993415,21.729168,11.941915,1.0218844,56.768833,9.291728,205.6526,6.3566494,254.4338,18.272211,1137.678,111.51727,3.3104744,8.536916,138.86418,173.71829,892.6228,921.38196 +2023-02-11 00:00:00,0.0,2213.7722,31.91583,5.1190815,10.687649,22.092857,184.25215,25.480896,44.32877,18.740707,27.684208,209.13274,170.81627,12.598889,40.42762,8.168891,3.62414,34.558556,78.76672,49.08469,440.43094,32.471737,409.356,136.44286,43.263,169.63324,202.00764,79.01099,919.7857,265.35175,2027.3595,49.976704,2371.0737,639.3021,34.972374,28.357908,186.0422,197.85326,295.47144,1015.4472,44.464287,14.48296,9.860367,552.2805,461.98965,95.061226,13.091894,470.72235,20.914698,487.5547,11.220129,36.316463,0.0,1088.0548,1911.5253,0.2842565,46.188133,16.39155,12950.007,38.9899,1.5226597,9.128571,20.7772,20.157223,6.629138,11.47381,328.61322,34.40873,7.5211253,0.9778007,6.606538,360.3871,0.5291776,182.53273,86.828575,2630.6965,126.61904,112.70998,186.25793,978.16425,77.8305,60.356712,1062.0435,52.844147,74.23003,10.039212,32.604652,222.52063,11.978578,9.158305,66.778595,19.267197,4349.1606,19.133581,33.17857,17.129456,16.332615,328.16666,74.32926,34.82143,9.401929,9.524215,17.937185,58.83032,122.40226,49.660713,208.29956,23.13,14.302774,69.48976,27.138214,24.78138,135.28958,13.627143,1.5148214,32.09738,11.31344,1200.427,23.84261,2.127466,97.71429,17.606133,168.87514,76.69524,117.38783,9.250767,107.11607,397.38812,318.45123,37.878166,248.51129,71.53571,47.65247,69.282616,149.88254,23.895403,57.316162,464.36017,11.421165,18.818642,301.15665,17.180613,8.748311,63.172226,52.76483,583.529,156.15982,170.18512,1934.7684,36.652596,1586.258,1395.1299,8.102857,6.239881,1412.9285,17.396822,11.061905,373.40668,24.455357,45.08393,22.746712,68.66734,252.26859,350.09244,3.7404284,33.02041,72.1313,323.5217,6.049698,84.82339,7.894643,1.4728549,57.98176,1.1006507,1.3112699,4.097596,10.316728,23.583143,15.522078,25.583334,194.42815,37.20238,18.428572,30.5,9.004082,100.85714,4.1083336,71.89167,7.125,62.290386,5.832143,8.034714,19.483631,8.994642,21.714287,11.92619,1.0217587,56.78034,9.289704,205.6075,6.3553267,254.44933,18.268816,1137.5608,111.511,3.3121328,8.534517,138.87495,173.72856,892.6292,921.2637 +2023-02-11 01:00:00,0.0,2214.2456,31.905445,5.118429,10.680332,22.09887,184.23279,25.480091,44.335922,18.74685,27.694227,208.9945,170.98724,12.597801,40.38351,8.180548,3.6223848,34.548878,78.67545,49.03013,440.35852,32.443768,409.2042,136.43828,43.22834,169.8017,201.92963,79.005264,919.395,265.37946,2026.8511,49.9602,2371.0222,639.21924,34.961384,28.351149,185.99677,197.71542,295.41232,1015.7609,44.482887,14.477906,9.859816,552.6293,462.27682,94.9938,13.1198225,470.18774,20.943928,487.11905,11.223506,36.33714,0.0,1088.7844,1912.1765,0.28426158,46.164524,16.398329,12957.222,39.006653,1.5228856,9.146329,20.798132,20.179367,6.6352444,11.484772,328.73782,34.39261,7.5357223,0.97825813,6.6099763,360.66333,0.5288477,182.66586,86.81994,2630.4883,126.63343,112.72704,186.23679,978.8642,77.83302,60.369118,1061.3955,52.863342,74.190926,10.040102,32.61323,222.51198,11.9764385,9.15695,66.80479,19.26114,4349.7383,19.13862,33.16369,17.13305,16.343487,328.22223,74.38811,34.81027,9.402165,9.526482,17.962793,58.85112,122.50208,49.649925,208.35284,23.14739,14.312498,69.544685,27.15977,24.774685,135.35072,13.639964,1.5151228,32.069996,11.312847,1200.3849,23.843801,2.1343365,97.8631,17.61543,169.00545,76.7248,117.489174,9.248824,107.12541,397.61066,318.81815,37.896065,248.63188,71.624756,47.66104,69.28404,149.90413,23.902311,57.32888,464.353,11.431588,18.828821,301.2612,17.164818,8.7433,63.225735,52.799564,583.79443,156.23126,170.19249,1934.8479,36.640354,1586.1863,1394.8378,8.09866,6.236297,1412.7056,17.39681,11.0567465,373.34628,24.443712,45.070423,22.73798,68.64522,252.26625,349.99677,3.7384553,33.011414,72.08008,323.4804,6.047203,84.820274,7.8930926,1.4732798,57.98328,1.1009953,1.3117192,4.100078,10.316356,23.578672,15.519506,25.585764,194.3964,37.185516,18.419643,30.497396,8.999575,100.819565,4.106424,71.735664,7.122396,62.294193,5.8232884,8.024559,19.46693,8.995871,21.699406,11.910466,1.0216329,56.79184,9.28768,205.56241,6.3540044,254.46484,18.265419,1137.4437,111.50473,3.3137915,8.53212,138.88573,173.73883,892.6356,921.14545 +2023-02-11 02:00:00,0.0,2214.7192,31.895061,5.1177764,10.673015,22.104881,184.21344,25.479286,44.34307,18.75299,27.704245,208.85628,171.15822,12.596713,40.339405,8.192205,3.6206293,34.5392,78.58418,48.975567,440.28607,32.415794,409.05237,136.4337,43.193676,169.97017,201.85161,78.99954,919.0043,265.4072,2026.3427,49.9437,2370.971,639.13635,34.950397,28.344389,185.9513,197.57758,295.3532,1016.0747,44.501488,14.472854,9.859264,552.97797,462.56403,94.92638,13.147751,469.6531,20.973158,486.68338,11.226883,36.357815,0.0,1089.5139,1912.8276,0.2842667,46.14091,16.405106,12964.436,39.023407,1.5231113,9.164086,20.819061,20.201511,6.641351,11.495734,328.86246,34.376488,7.550319,0.9787155,6.6134143,360.93954,0.5285178,182.79898,86.81131,2630.28,126.64781,112.744125,186.21564,979.5642,77.83555,60.381527,1060.7476,52.88254,74.15182,10.040993,32.621807,222.50331,11.9742985,9.155595,66.83098,19.255083,4350.3164,19.14366,33.14881,17.136646,16.354359,328.27777,74.44695,34.799107,9.402402,9.5287485,17.988401,58.87192,122.601906,49.639137,208.40614,23.164783,14.322221,69.5996,27.181324,24.76799,135.41187,13.652786,1.5154241,32.04261,11.312255,1200.3427,23.844992,2.1412067,98.0119,17.62473,169.13574,76.754364,117.590515,9.2468815,107.13475,397.83322,319.18503,37.913967,248.75247,71.71379,47.66961,69.28547,149.92574,23.909222,57.3416,464.3458,11.442011,18.839,301.36575,17.149023,8.73829,63.279247,52.8343,584.0599,156.30272,170.19984,1934.927,36.62811,1586.1146,1394.5458,8.094464,6.232713,1412.4828,17.3968,11.051587,373.2859,24.432068,45.05692,22.72925,68.623085,252.26392,349.90106,3.736482,33.002422,72.028854,323.4391,6.0447083,84.817154,7.8915424,1.4737049,57.9848,1.1013399,1.3121686,4.10256,10.315985,23.574203,15.516935,25.588194,194.36462,37.16865,18.410713,30.494791,8.995069,100.782,4.104514,71.57965,7.1197915,62.298,5.8144345,8.014404,19.450232,8.997098,21.684525,11.894742,1.0215071,56.80334,9.285656,205.51732,6.3526816,254.48036,18.262024,1137.3267,111.49846,3.31545,8.529722,138.8965,173.74911,892.642,921.02716 +2023-02-11 03:00:00,0.0,2215.1929,31.884676,5.1171236,10.665698,22.110893,184.19408,25.478481,44.350224,18.75913,27.714262,208.71803,171.32921,12.595625,40.295296,8.203862,3.6188738,34.529522,78.49291,48.921,440.21365,32.38782,408.90057,136.42911,43.159016,170.13864,201.77359,78.99382,918.6136,265.4349,2025.8344,49.927197,2370.9194,639.05347,34.93941,28.33763,185.90585,197.43974,295.29413,1016.3884,44.52009,14.4678,9.858713,553.3267,462.85123,94.85895,13.175679,469.11847,21.002388,486.24774,11.23026,36.37849,0.0,1090.2435,1913.4789,0.2842718,46.1173,16.411882,12971.65,39.04016,1.5233372,9.181845,20.839993,20.223656,6.647458,11.506697,328.9871,34.360367,7.564916,0.9791729,6.6168523,361.21576,0.52818793,182.9321,86.80268,2630.0718,126.6622,112.76119,186.19449,980.26416,77.838066,60.393932,1060.0996,52.90174,74.11272,10.0418825,32.630386,222.49464,11.972159,9.154241,66.85716,19.249027,4350.894,19.148699,33.13393,17.140242,16.36523,328.33334,74.5058,34.787945,9.402638,9.531016,18.01401,58.89272,122.70173,49.62835,208.45943,23.182175,14.331944,69.654526,27.202879,24.761297,135.47299,13.665607,1.5157255,32.015224,11.311662,1200.3005,23.846182,2.1480772,98.16071,17.63403,169.26604,76.78393,117.69186,9.244939,107.14409,398.05576,319.55194,37.931866,248.87306,71.802826,47.67818,69.2869,149.94733,23.91613,57.354317,464.33862,11.452435,18.84918,301.47028,17.133228,8.733279,63.332756,52.869034,584.3253,156.37416,170.2072,1935.0065,36.615868,1586.043,1394.2537,8.090267,6.2291293,1412.26,17.396788,11.046429,373.2255,24.420424,45.043415,22.720518,68.60095,252.2616,349.8054,3.7345088,32.99343,71.97764,323.3978,6.0422134,84.81404,7.889992,1.47413,57.986317,1.1016847,1.3126179,4.1050425,10.315613,23.569733,15.514364,25.590626,194.33286,37.151787,18.401785,30.492188,8.9905615,100.74442,4.1026044,71.423645,7.1171875,62.301804,5.80558,8.00425,19.43353,8.998325,21.669643,11.879018,1.0213815,56.814842,9.283632,205.47223,6.351359,254.49588,18.258627,1137.2096,111.49219,3.3171084,8.527325,138.90729,173.75938,892.64844,920.90894 +2023-02-11 04:00:00,0.0,2215.6663,31.874292,5.1164713,10.6583805,22.116905,184.17471,25.477676,44.357376,18.765272,27.72428,208.5798,171.50018,12.594537,40.25119,8.21552,3.6171184,34.519844,78.401634,48.86644,440.1412,32.35985,408.74878,136.42453,43.12435,170.30711,201.69557,78.98809,918.2229,265.46265,2025.3259,49.910694,2370.8682,638.9706,34.928425,28.33087,185.86041,197.30191,295.23502,1016.7022,44.53869,14.462747,9.858162,553.6754,463.1384,94.79153,13.203608,468.58386,21.031618,485.81207,11.233638,36.399166,0.0,1090.9731,1914.13,0.2842769,46.09369,16.418661,12978.865,39.056915,1.523563,9.199603,20.860922,20.2458,6.653565,11.517659,329.11172,34.344246,7.579513,0.9796303,6.6202908,361.49197,0.527858,183.06523,86.794044,2629.8635,126.67658,112.77826,186.17334,980.9641,77.84059,60.40634,1059.4517,52.92094,74.073616,10.042773,32.63896,222.48598,11.97002,9.152885,66.883354,19.24297,4351.4717,19.153738,33.11905,17.143837,16.376102,328.3889,74.564644,34.776787,9.402875,9.533283,18.039618,58.91352,122.80155,49.61756,208.51273,23.199566,14.341668,69.70944,27.224436,24.754602,135.53413,13.678429,1.5160267,31.987839,11.3110695,1200.2583,23.847372,2.1549475,98.309525,17.643328,169.39633,76.81349,117.7932,9.242995,107.15342,398.27832,319.91882,37.949768,248.99365,71.89187,47.686752,69.28833,149.96892,23.923038,57.36703,464.33142,11.462857,18.859358,301.57483,17.117434,8.728268,63.38627,52.90377,584.59076,156.4456,170.21455,1935.0858,36.603626,1585.9713,1393.9617,8.086071,6.2255454,1412.0372,17.396776,11.04127,373.1651,24.40878,45.02991,22.711788,68.57883,252.25926,349.70972,3.7325356,32.984436,71.926414,323.3565,6.039718,84.81092,7.888442,1.4745551,57.98784,1.1020293,1.3130672,4.1075244,10.315242,23.565262,15.511793,25.593056,194.3011,37.134922,18.392857,30.489584,8.986054,100.70685,4.1006947,71.26764,7.1145835,62.30561,5.796726,7.994095,19.41683,8.999554,21.654762,11.863294,1.0212557,56.826347,9.281608,205.42714,6.350036,254.5114,18.255232,1137.0925,111.485916,3.3187668,8.524927,138.91806,173.76965,892.65485,920.79065 +2023-02-11 05:00:00,0.0,2216.14,31.863907,5.1158185,10.651064,22.122917,184.15536,25.476871,44.364525,18.771414,27.734297,208.44157,171.67116,12.59345,40.20708,8.227177,3.6153631,34.510166,78.31036,48.81188,440.0688,32.33188,408.59695,136.41994,43.089687,170.47557,201.61755,78.98237,917.83215,265.4904,2024.8175,49.894196,2370.8167,638.88776,34.91744,28.32411,185.81497,197.16408,295.17593,1017.0159,44.557293,14.457694,9.85761,554.0242,463.4256,94.7241,13.231536,468.04926,21.060848,485.37643,11.237015,36.41984,0.0,1091.7028,1914.7811,0.284282,46.070076,16.425438,12986.08,39.07367,1.5237889,9.2173605,20.881853,20.267944,6.6596713,11.528622,329.23633,34.328125,7.59411,0.98008764,6.6237288,361.7682,0.5275281,183.19835,86.785416,2629.6555,126.69097,112.79533,186.15219,981.66406,77.84311,60.418747,1058.8038,52.94014,74.03451,10.043663,32.647545,222.47731,11.96788,9.15153,66.909546,19.236914,4352.0493,19.158777,33.104168,17.147432,16.386974,328.44446,74.62349,34.765625,9.403111,9.53555,18.065226,58.934322,122.901375,49.60677,208.56602,23.216957,14.351392,69.764366,27.24599,24.747908,135.59528,13.69125,1.5163281,31.960453,11.310476,1200.2161,23.848562,2.161818,98.458336,17.652626,169.52663,76.843056,117.89454,9.241053,107.16276,398.50085,320.28574,37.967667,249.11424,71.9809,47.695324,69.28976,149.99051,23.929949,57.37975,464.32425,11.473281,18.869537,301.67938,17.101637,8.723257,63.439777,52.938503,584.85626,156.51706,170.22191,1935.165,36.59138,1585.8997,1393.6696,8.081875,6.2219615,1411.8145,17.396765,11.036111,373.1047,24.397135,45.016407,22.703056,68.556694,252.25693,349.61404,3.7305624,32.975445,71.87519,323.3152,6.0372233,84.80781,7.8868923,1.4749801,57.989357,1.1023741,1.3135165,4.1100063,10.31487,23.560791,15.509222,25.595486,194.26933,37.118053,18.383928,30.486979,8.981547,100.66927,4.098785,71.11163,7.111979,62.309418,5.787872,7.98394,19.400131,9.000781,21.639881,11.847569,1.02113,56.83785,9.279584,205.38203,6.3487134,254.52693,18.251835,1136.9753,111.47964,3.3204253,8.522529,138.92883,173.77992,892.66125,920.6724 +2023-02-11 06:00:00,0.0,2216.6133,31.853523,5.1151657,10.643746,22.12893,184.136,25.476067,44.371677,18.777555,27.744314,208.30334,171.84215,12.592361,40.162975,8.238834,3.6136076,34.50049,78.21909,48.757317,439.99634,32.30391,408.44516,136.41536,43.055027,170.64404,201.53954,78.97665,917.44147,265.5181,2024.3091,49.877693,2370.7654,638.8049,34.90645,28.31735,185.76952,197.02625,295.11682,1017.3297,44.575893,14.452641,9.857059,554.37286,463.71277,94.65667,13.259464,467.51465,21.090078,484.9408,11.240392,36.440517,0.0,1092.4323,1915.4324,0.2842871,46.046467,16.432217,12993.294,39.090424,1.5240147,9.235119,20.902782,20.290089,6.665778,11.539583,329.36096,34.312004,7.6087065,0.98054504,6.6271667,362.0444,0.52719826,183.33147,86.77679,2629.4473,126.70535,112.81239,186.13104,982.364,77.845634,60.431156,1058.1559,52.95934,73.99541,10.044553,32.65612,222.46866,11.965741,9.150176,66.93574,19.230858,4352.6274,19.163816,33.089287,17.151028,16.397846,328.5,74.682335,34.754463,9.403349,9.537818,18.090836,58.955124,123.001205,49.59598,208.61931,23.23435,14.3611145,69.81928,27.267546,24.741215,135.6564,13.704072,1.5166295,31.933067,11.309883,1200.174,23.849752,2.1686883,98.60714,17.661924,169.65692,76.87262,117.99588,9.23911,107.1721,398.72342,320.65265,37.98557,249.23483,72.06994,47.703896,69.29119,150.0121,23.936857,57.392467,464.31705,11.483704,18.879717,301.78394,17.085842,8.718246,63.49329,52.97324,585.1217,156.5885,170.22926,1935.2444,36.57914,1585.8279,1393.3774,8.077679,6.218378,1411.5917,17.396753,11.030952,373.0443,24.38549,45.002903,22.694326,68.53457,252.25461,349.51837,3.728589,32.966454,71.82397,323.2739,6.0347285,84.80469,7.885342,1.4754052,57.99088,1.1027187,1.3139658,4.1124883,10.314499,23.556322,15.506651,25.597918,194.23756,37.10119,18.375,30.484375,8.977041,100.6317,4.096875,70.95563,7.109375,62.313225,5.779018,7.9737854,19.38343,9.002008,21.625,11.831845,1.0210042,56.84935,9.27756,205.33694,6.3473907,254.54245,18.24844,1136.8583,111.473366,3.322084,8.520131,138.9396,173.7902,892.66766,920.55414 +2023-02-11 07:00:00,0.0,2217.087,31.843138,5.1145134,10.63643,22.134941,184.11665,25.475262,44.37883,18.783695,27.754332,208.1651,172.01312,12.591273,40.11887,8.250491,3.6118522,34.49081,78.12782,48.702755,439.9239,32.275936,408.29337,136.41078,43.020363,170.81252,201.46152,78.970924,917.0508,265.54584,2023.8007,49.86119,2370.7139,638.722,34.895462,28.31059,185.72408,196.88841,295.0577,1017.64343,44.594494,14.447588,9.856507,554.7216,463.99997,94.58925,13.287393,466.98004,21.119308,484.50513,11.24377,36.461193,0.0,1093.1619,1916.0835,0.28429222,46.022854,16.438993,13000.509,39.107178,1.5242406,9.252876,20.923714,20.312233,6.671885,11.550546,329.4856,34.295883,7.6233034,0.98100245,6.6306047,362.32065,0.52686834,183.4646,86.76816,2629.239,126.71974,112.82947,186.1099,983.064,77.84816,60.44356,1057.5079,52.97854,73.95631,10.045444,32.6647,222.45999,11.963602,9.148821,66.96193,19.2248,4353.205,19.168854,33.074406,17.154623,16.408718,328.55557,74.74118,34.743305,9.403585,9.540085,18.116444,58.975925,123.10103,49.585194,208.6726,23.251741,14.370838,69.87421,27.2891,24.73452,135.71754,13.716893,1.5169308,31.905682,11.309291,1200.1317,23.850943,2.1755588,98.75595,17.671223,169.78723,76.90218,118.09722,9.237167,107.181435,398.94595,321.01953,38.003468,249.35542,72.15898,47.712467,69.29262,150.03369,23.943766,57.405186,464.30988,11.494126,18.889896,301.88846,17.070047,8.713236,63.5468,53.007973,585.38715,156.65994,170.23662,1935.3237,36.566895,1585.7562,1393.0854,8.073482,6.214794,1411.3689,17.396742,11.025794,372.98392,24.373846,44.9894,22.685595,68.512436,252.25227,349.42267,3.726616,32.957462,71.77275,323.2326,6.0322337,84.801575,7.883792,1.4758303,57.992397,1.1030633,1.3144151,4.1149707,10.314127,23.551851,15.50408,25.600348,194.20581,37.084324,18.366072,30.481771,8.972534,100.594124,4.0949655,70.79962,7.106771,62.317028,5.7701635,7.9636307,19.36673,9.003237,21.610119,11.816121,1.0208784,56.860855,9.275536,205.29185,6.346068,254.55797,18.245043,1136.7412,111.467094,3.3237424,8.517734,138.95038,173.80048,892.674,920.4359 +2023-02-11 08:00:00,0.0,2217.5605,31.832754,5.1138606,10.629112,22.140953,184.09729,25.474457,44.38598,18.789837,27.764349,208.02687,172.1841,12.590185,40.07476,8.262149,3.6100967,34.481133,78.03655,48.64819,439.85147,32.247963,408.14154,136.40619,42.985703,170.98097,201.3835,78.9652,916.66003,265.57355,2023.2924,49.84469,2370.6626,638.6391,34.884476,28.303831,185.67863,196.75058,294.99863,1017.9572,44.613094,14.442534,9.855956,555.0703,464.28717,94.52182,13.315321,466.44537,21.148539,484.0695,11.247147,36.48187,0.0,1093.8915,1916.7347,0.28429732,45.999245,16.445772,13007.724,39.12393,1.5244665,9.270635,20.944645,20.334377,6.677992,11.561508,329.6102,34.279762,7.6379004,0.9814598,6.634043,362.59686,0.52653843,183.59772,86.75952,2629.0308,126.73412,112.846535,186.08876,983.764,77.85068,60.45597,1056.86,52.997734,73.917206,10.046333,32.67328,222.45132,11.961463,9.147466,66.98811,19.218744,4353.7827,19.173893,33.059525,17.158218,16.41959,328.6111,74.800026,34.732143,9.403822,9.542352,18.142052,58.996727,123.20085,49.574406,208.72589,23.269133,14.380562,69.92912,27.310656,24.727827,135.77869,13.729714,1.5172322,31.878296,11.308698,1200.0896,23.852135,2.182429,98.90476,17.680521,169.91753,76.93175,118.19856,9.235225,107.19077,399.16852,321.38644,38.02137,249.47601,72.24802,47.721035,69.294044,150.0553,23.950676,57.4179,464.30267,11.50455,18.900074,301.993,17.054253,8.708225,63.60031,53.04271,585.6526,156.7314,170.24397,1935.4031,36.554653,1585.6846,1392.7933,8.069285,6.2112103,1411.146,17.39673,11.020635,372.92352,24.362202,44.975895,22.676865,68.4903,252.24994,349.327,3.7246428,32.948467,71.72153,323.19128,6.029739,84.798454,7.8822417,1.4762553,57.993916,1.1034081,1.3148644,4.1174526,10.313756,23.54738,15.50151,25.602777,194.17404,37.06746,18.357143,30.479166,8.968027,100.55655,4.0930557,70.643616,7.1041665,62.320835,5.7613096,7.9534755,19.350029,9.004464,21.595238,11.800397,1.0207527,56.872356,9.273512,205.24677,6.344745,254.57349,18.241648,1136.6241,111.46082,3.3254008,8.515336,138.96117,173.81075,892.6804,920.3176 +2023-02-11 09:00:00,0.0,2218.034,31.822369,5.113208,10.621796,22.146965,184.07793,25.473652,44.39313,18.795979,27.774366,207.88864,172.35509,12.589097,40.030655,8.273806,3.6083415,34.471455,77.94528,48.593628,439.77902,32.219994,407.98975,136.40161,42.95104,171.14944,201.30548,78.95947,916.26935,265.6013,2022.7839,49.828186,2370.611,638.5562,34.87349,28.297071,185.63318,196.61275,294.9395,1018.271,44.631695,14.437481,9.855405,555.41907,464.57434,94.4544,13.343249,465.91077,21.177769,483.63385,11.250524,36.502544,0.0,1094.621,1917.3859,0.2843024,45.97563,16.452549,13014.9375,39.140686,1.5246923,9.288392,20.965576,20.356522,6.6840982,11.572471,329.73483,34.26364,7.6524973,0.9819172,6.637481,362.87308,0.5262085,183.73083,86.75089,2628.8225,126.748505,112.8636,186.06761,984.4639,77.8532,60.468376,1056.212,53.016933,73.8781,10.047223,32.681854,222.44266,11.959323,9.1461115,67.014305,19.212688,4354.3604,19.178932,33.044643,17.161814,16.430462,328.66666,74.85887,34.72098,9.404058,9.544619,18.16766,59.01753,123.300674,49.563618,208.77919,23.286524,14.3902855,69.98405,27.33221,24.721132,135.83981,13.742536,1.5175334,31.85091,11.308105,1200.0474,23.853325,2.1892996,99.05357,17.68982,170.04782,76.96131,118.299904,9.233282,107.20011,399.39105,321.75333,38.03927,249.5966,72.33705,47.729607,69.29548,150.07689,23.957584,57.43062,464.2955,11.514973,18.910254,302.09756,17.038458,8.703214,63.65382,53.077442,585.918,156.80284,170.25133,1935.4824,36.54241,1585.6129,1392.5012,8.065089,6.2076263,1410.9232,17.396719,11.015476,372.86313,24.350557,44.962387,22.668135,68.46818,252.2476,349.23132,3.7226696,32.939476,71.6703,323.15,6.027244,84.795334,7.880692,1.4766804,57.995438,1.1037527,1.3153137,4.1199346,10.313384,23.542912,15.498939,25.605207,194.14227,37.050594,18.348213,30.476562,8.963521,100.518974,4.091146,70.4876,7.1015625,62.324642,5.752455,7.9433208,19.33333,9.005692,21.580359,11.784673,1.0206269,56.883858,9.271487,205.20166,6.3434224,254.589,18.23825,1136.507,111.45455,3.3270593,8.5129385,138.97194,173.82103,892.6868,920.1994 +2023-02-11 10:00:00,0.0,2218.5076,31.811985,5.1125555,10.614478,22.152977,184.05858,25.472847,44.400284,18.802118,27.784384,207.75041,172.52606,12.58801,39.986546,8.285463,3.606586,34.461777,77.854004,48.539066,439.7066,32.19202,407.83795,136.39703,42.916374,171.31792,201.22746,78.95375,915.8786,265.62903,2022.2755,49.811684,2370.5598,638.4734,34.862503,28.290312,185.58774,196.47491,294.88043,1018.5847,44.6503,14.432428,9.854853,555.76776,464.86154,94.38697,13.371179,465.37616,21.206999,483.19818,11.2539015,36.52322,0.0,1095.3506,1918.0371,0.2843075,45.952023,16.459328,13022.152,39.15744,1.5249182,9.30615,20.986506,20.378666,6.690205,11.583433,329.85947,34.24752,7.667094,0.9823746,6.640919,363.1493,0.52587867,183.86397,86.74226,2628.6145,126.76289,112.88068,186.04646,985.1639,77.85573,60.480785,1055.5641,53.036133,73.839,10.048114,32.690434,222.43399,11.957184,9.144756,67.0405,19.20663,4354.9385,19.183971,33.029762,17.16541,16.441334,328.72223,74.91772,34.70982,9.404295,9.546886,18.193268,59.038326,123.4005,49.552826,208.83247,23.303917,14.400009,70.03896,27.353765,24.714437,135.90096,13.755358,1.5178348,31.823524,11.307512,1200.0052,23.854515,2.1961699,99.20238,17.699118,170.17812,76.990875,118.401245,9.2313385,107.20945,399.61362,322.12024,38.05717,249.7172,72.426094,47.73818,69.296906,150.09848,23.964495,57.443336,464.2883,11.525395,18.920433,302.2021,17.022663,8.698203,63.707333,53.11218,586.1835,156.87428,170.25868,1935.5616,36.530167,1585.5411,1392.2092,8.060893,6.2040424,1410.7004,17.396708,11.010318,372.80273,24.338913,44.948883,22.659403,68.446045,252.24529,349.13565,3.7206962,32.930485,71.61909,323.10867,6.0247493,84.79222,7.879142,1.4771055,57.996956,1.1040975,1.3157631,4.122417,10.313013,23.53844,15.496367,25.60764,194.11052,37.03373,18.339285,30.473959,8.959014,100.4814,4.0892363,70.3316,7.0989585,62.32845,5.7436013,7.933166,19.31663,9.006919,21.565477,11.768949,1.0205011,56.89536,9.269464,205.15657,6.3420997,254.60452,18.234856,1136.3899,111.44828,3.3287177,8.51054,138.98271,173.8313,892.69324,920.0811 +2023-02-11 11:00:00,0.0,2218.981,31.8016,5.1119027,10.6071615,22.158989,184.03922,25.472042,44.407433,18.80826,27.794401,207.61217,172.69704,12.586922,39.94244,8.29712,3.6048305,34.4521,77.76273,48.484505,439.63416,32.164047,407.68613,136.39244,42.881714,171.48639,201.14944,78.94803,915.4879,265.65674,2021.7671,49.795185,2370.5083,638.3905,34.851517,28.283552,185.5423,196.33708,294.82132,1018.8985,44.6689,14.427375,9.854301,556.11646,465.1487,94.31954,13.399107,464.84152,21.236229,482.76254,11.257278,36.543896,0.0,1096.0802,1918.6882,0.2843126,45.92841,16.466105,13029.367,39.174194,1.525144,9.323908,21.007435,20.40081,6.696312,11.594395,329.98407,34.2314,7.681691,0.98283195,6.644357,363.4255,0.52554876,183.99709,86.733635,2628.4062,126.777275,112.89774,186.02531,985.86383,77.858246,60.493195,1054.9161,53.055332,73.7999,10.049004,32.699013,222.42534,11.955045,9.143401,67.06669,19.200575,4355.516,19.18901,33.01488,17.169004,16.452206,328.77777,74.97656,34.69866,9.4045315,9.549153,18.218876,59.059128,123.50032,49.542038,208.88577,23.321308,14.409732,70.09389,27.37532,24.707745,135.9621,13.768179,1.5181361,31.796137,11.306919,1199.963,23.855705,2.2030404,99.35119,17.708416,170.30841,77.02044,118.50259,9.229396,107.21879,399.83615,322.48712,38.07507,249.83778,72.51513,47.74675,69.29833,150.12007,23.971403,57.456055,464.28113,11.535819,18.930613,302.30664,17.006866,8.6931925,63.76084,53.14691,586.4489,156.94574,170.26604,1935.641,36.517925,1585.4695,1391.9171,8.056696,6.2004585,1410.4777,17.396696,11.005158,372.74234,24.327269,44.93538,22.650673,68.42391,252.24295,349.03995,3.718723,32.92149,71.56786,323.06738,6.0222545,84.7891,7.8775916,1.4775306,57.998478,1.1044421,1.3162124,4.124899,10.312641,23.53397,15.493796,25.61007,194.07875,37.016865,18.330357,30.471354,8.954507,100.443825,4.0873265,70.17559,7.096354,62.332253,5.734747,7.9230113,19.299929,9.008147,21.550596,11.753224,1.0203755,56.906864,9.26744,205.11148,6.340777,254.62006,18.231459,1136.2728,111.44201,3.3303764,8.508142,138.99348,173.84157,892.69965,919.9629 +2023-02-11 12:00:00,0.0,2219.4546,31.791216,5.11125,10.599844,22.165,184.01987,25.471237,44.414585,18.814402,27.804419,207.47394,172.86803,12.585834,39.89833,8.308778,3.603075,34.44242,77.67146,48.429943,439.5617,32.136078,407.53433,136.38786,42.84705,171.65485,201.07143,78.94231,915.0972,265.68448,2021.2588,49.778683,2370.457,638.3076,34.840527,28.276793,185.49684,196.19925,294.7622,1019.2122,44.6875,14.422322,9.85375,556.4652,465.4359,94.25212,13.427035,464.30692,21.26546,482.3269,11.260655,36.56457,0.0,1096.8098,1919.3394,0.28431773,45.9048,16.472883,13036.582,39.19095,1.5253699,9.341666,21.028366,20.422955,6.702419,11.605357,330.1087,34.21528,7.696288,0.98328936,6.6477957,363.70172,0.52521884,184.1302,86.725,2628.198,126.791664,112.91481,186.00417,986.56384,77.86077,60.5056,1054.2682,53.07453,73.760796,10.049894,32.70759,222.41667,11.952905,9.142047,67.09288,19.194519,4356.0938,19.19405,33.0,17.1726,16.463078,328.83334,75.03541,34.6875,9.404768,9.55142,18.244484,59.07993,123.60014,49.53125,208.93907,23.3387,14.419456,70.1488,27.396875,24.70105,136.02322,13.781,1.5184375,31.768751,11.306327,1199.9208,23.856895,2.2099106,99.5,17.717716,170.43872,77.05,118.60393,9.227453,107.22813,400.05872,322.85403,38.09297,249.95837,72.604164,47.75532,69.29977,150.14166,23.978312,57.46877,464.27393,11.546242,18.94079,302.4112,16.991072,8.688182,63.814354,53.18165,586.7144,157.01718,170.27339,1935.7203,36.50568,1585.3978,1391.625,8.0525,6.196875,1410.2549,17.396683,11.0,372.68195,24.315624,44.921875,22.641941,68.40179,252.24062,348.94427,3.71675,32.9125,71.51664,323.0261,6.0197597,84.78599,7.8760414,1.4779556,57.999996,1.1047869,1.3166617,4.127381,10.31227,23.529501,15.491225,25.6125,194.047,37.0,18.321428,30.46875,8.95,100.40625,4.085417,70.019585,7.09375,62.33606,5.725893,7.9128566,19.28323,9.009375,21.535715,11.7375,1.0202497,56.918365,9.265415,205.06639,6.339454,254.63557,18.228064,1136.1558,111.43573,3.3320348,8.505745,139.00427,173.85184,892.70605,919.8446 +2023-02-11 13:00:00,0.0,2219.9282,31.780832,5.1105976,10.592526,22.171011,184.0005,25.470432,44.421738,18.820543,27.814436,207.33571,173.039,12.584745,39.854225,8.320435,3.6013196,34.43274,77.58019,48.375378,439.4893,32.108105,407.38254,136.38329,42.81239,171.82332,200.99341,78.936584,914.7065,265.7122,2020.7504,49.76218,2370.4058,638.22473,34.82954,28.270033,185.4514,196.06142,294.70312,1019.526,44.7061,14.417269,9.853199,556.8139,465.7231,94.18469,13.454964,463.7723,21.29469,481.89124,11.264033,36.585247,0.0,1097.5393,1919.9906,0.28432283,45.881187,16.47966,13043.796,39.2077,1.5255957,9.359424,21.049297,20.445097,6.7085257,11.61632,330.23334,34.199158,7.7108846,0.98374677,6.6512337,363.97797,0.52488893,184.26334,86.71637,2627.9897,126.806046,112.93188,185.98302,987.2638,77.8633,60.51801,1053.6202,53.09373,73.72169,10.050784,32.716167,222.408,11.950766,9.140692,67.11907,19.188461,4356.6714,19.19909,32.98512,17.176195,16.47395,328.8889,75.094246,34.67634,9.4050045,9.553688,18.270094,59.10073,123.699974,49.520462,208.99236,23.35609,14.429179,70.20373,27.41843,24.694357,136.08437,13.793821,1.5187389,31.741365,11.305734,1199.8787,23.858086,2.2167811,99.64881,17.727015,170.56902,77.07956,118.70527,9.225511,107.237465,400.28125,323.22092,38.11087,250.07896,72.69321,47.763893,69.30119,150.16327,23.985222,57.481487,464.26675,11.556664,18.95097,302.51575,16.975277,8.68317,63.867867,53.21638,586.97986,157.08862,170.28075,1935.7996,36.49344,1585.3262,1391.333,8.048304,6.193291,1410.0321,17.396671,10.994842,372.62155,24.30398,44.90837,22.633211,68.379654,252.2383,348.8486,3.7147765,32.903507,71.46542,322.98477,6.017265,84.78287,7.874491,1.4783807,58.00152,1.1051315,1.317111,4.129863,10.311898,23.52503,15.488654,25.614931,194.01523,36.983135,18.3125,30.466146,8.945494,100.368675,4.083507,69.86358,7.091146,62.339867,5.7170386,7.902702,19.26653,9.010602,21.520834,11.721776,1.020124,56.929867,9.2633915,205.0213,6.3381314,254.6511,18.224667,1136.0386,111.42946,3.3336933,8.503347,139.01505,173.86212,892.71246,919.7264 +2023-02-11 14:00:00,0.0,2220.4016,31.770447,5.109945,10.58521,22.177023,183.98114,25.469627,44.428886,18.826683,27.824455,207.19748,173.20998,12.583657,39.81012,8.332092,3.5995643,34.42306,77.48892,48.320816,439.41684,32.080135,407.2307,136.3787,42.777725,171.99179,200.91539,78.93086,914.3158,265.73993,2020.242,49.745678,2370.3542,638.14185,34.818554,28.263273,185.40596,195.92358,294.644,1019.8397,44.7247,14.412215,9.852648,557.16266,466.01028,94.11727,13.482892,463.23767,21.32392,481.4556,11.26741,36.605923,0.0,1098.269,1920.6417,0.28432792,45.857574,16.486439,13051.011,39.224453,1.5258216,9.377182,21.070229,20.467241,6.714632,11.627282,330.35797,34.183037,7.7254815,0.9842041,6.6546717,364.25418,0.5245591,184.39645,86.70774,2627.7815,126.820435,112.948944,185.96187,987.96375,77.865814,60.530415,1052.9724,53.112926,73.68259,10.051674,32.724747,222.39934,11.9486265,9.139337,67.145256,19.182405,4357.249,19.204128,32.970238,17.17979,16.484821,328.94446,75.15309,34.66518,9.405241,9.555955,18.295702,59.121532,123.7998,49.509674,209.04565,23.373484,14.438903,70.258644,27.439985,24.687662,136.14551,13.8066435,1.5190402,31.71398,11.305141,1199.8364,23.859278,2.2236514,99.79762,17.736313,170.69931,77.10912,118.80661,9.223568,107.2468,400.50378,323.58783,38.128773,250.19955,72.78224,47.77246,69.30262,150.18486,23.99213,57.494205,464.25955,11.567088,18.96115,302.62027,16.959482,8.67816,63.921375,53.251118,587.2453,157.16008,170.28812,1935.8789,36.481194,1585.2545,1391.0409,8.0441065,6.1897073,1409.8092,17.39666,10.989682,372.56116,24.292336,44.894867,22.62448,68.35752,252.23596,348.75293,3.7128034,32.894512,71.4142,322.94348,6.01477,84.779755,7.8729415,1.4788058,58.003036,1.1054761,1.3175603,4.132345,10.311527,23.52056,15.486083,25.617361,193.98346,36.96627,18.303572,30.463541,8.940987,100.3311,4.0815973,69.70757,7.0885415,62.343674,5.7081842,7.892547,19.249828,9.01183,21.505953,11.706052,1.0199982,56.94137,9.261368,204.9762,6.3368087,254.66661,18.221272,1135.9215,111.42319,3.3353517,8.50095,139.02582,173.87239,892.7189,919.6081 +2023-02-11 15:00:00,0.0,2220.8752,31.760063,5.109292,10.577892,22.183035,183.96179,25.468822,44.43604,18.832825,27.834473,207.05923,173.38097,12.582569,39.76601,8.343749,3.5978088,34.413383,77.39765,48.266254,439.34442,32.052162,407.07892,136.37411,42.74306,172.16026,200.83737,78.92513,913.9251,265.76767,2019.7335,49.729176,2370.303,638.05896,34.807568,28.256514,185.3605,195.78575,294.58493,1020.1535,44.743305,14.407163,9.852097,557.51135,466.2975,94.04984,13.51082,462.70306,21.35315,481.01996,11.270787,36.6266,0.0,1098.9985,1921.293,0.28433302,45.833965,16.493216,13058.226,39.241207,1.5260473,9.39494,21.091158,20.489386,6.720739,11.638245,330.48257,34.166916,7.7400784,0.9846615,6.65811,364.5304,0.52422917,184.52957,86.699104,2627.5732,126.834816,112.96602,185.94072,988.6637,77.86834,60.542824,1052.3245,53.132126,73.643486,10.052565,32.733326,222.39067,11.946487,9.137982,67.17145,19.176348,4357.827,19.209167,32.955357,17.183384,16.495693,329.0,75.21194,34.65402,9.405478,9.558222,18.32131,59.142334,123.89962,49.498882,209.09894,23.390875,14.448626,70.31357,27.46154,24.680967,136.20665,13.819465,1.5193415,31.686594,11.304548,1199.7943,23.860468,2.230522,99.94643,17.745611,170.8296,77.13869,118.90795,9.221625,107.25614,400.72635,323.9547,38.14667,250.32014,72.87128,47.781033,69.304054,150.20645,23.99904,57.506924,464.25238,11.577511,18.971329,302.72482,16.943687,8.673149,63.974888,53.28585,587.51074,157.23152,170.29547,1935.9584,36.468952,1585.1827,1390.7488,8.03991,6.1861234,1409.5864,17.396648,10.984524,372.50076,24.280691,44.881363,22.61575,68.335396,252.23363,348.65726,3.7108302,32.88552,71.362976,322.90216,6.012275,84.776634,7.8713913,1.4792308,58.004555,1.1058209,1.3180096,4.134827,10.311155,23.51609,15.483512,25.619791,193.9517,36.949406,18.294643,30.460938,8.93648,100.293526,4.0796876,69.55157,7.0859375,62.347477,5.6993303,7.8823924,19.23313,9.013058,21.491072,11.690328,1.0198724,56.952873,9.259343,204.9311,6.335486,254.68213,18.217875,1135.8044,111.416916,3.3370101,8.498551,139.03659,173.88266,892.7253,919.48987 +2023-02-11 16:00:00,0.0,2221.3486,31.749678,5.1086397,10.570576,22.189047,183.94243,25.468018,44.443188,18.838966,27.84449,206.921,173.55194,12.581482,39.721905,8.355407,3.5960534,34.403706,77.30638,48.211693,439.27197,32.02419,406.92712,136.36952,42.7084,172.32872,200.75935,78.91941,913.53436,265.79538,2019.2251,49.712673,2370.2515,637.97614,34.79658,28.249754,185.31506,195.6479,294.52582,1020.4672,44.761906,14.402109,9.851544,557.8601,466.58466,93.982414,13.538749,462.16843,21.38238,480.5843,11.274164,36.647274,0.0,1099.728,1921.9441,0.28433812,45.810352,16.499992,13065.44,39.25796,1.5262733,9.412698,21.11209,20.51153,6.7268457,11.649206,330.6072,34.150795,7.7546754,0.9851189,6.661548,364.8066,0.52389926,184.6627,86.690475,2627.3652,126.849205,112.983086,185.91957,989.36365,77.870865,60.55523,1051.6765,53.151325,73.604385,10.053454,32.741905,222.38202,11.944347,9.136627,67.19764,19.170292,4358.405,19.214207,32.940475,17.18698,16.506565,329.05557,75.27078,34.642857,9.405715,9.56049,18.346918,59.163136,123.99944,49.488094,209.15224,23.408266,14.458349,70.368484,27.483095,24.674274,136.26778,13.832286,1.5196428,31.659208,11.303955,1199.7521,23.861658,2.2373922,100.09524,17.75491,170.9599,77.16825,119.00929,9.219682,107.26548,400.94888,324.32162,38.164574,250.44073,72.96032,47.789604,69.30548,150.22804,24.005949,57.519638,464.24518,11.5879345,18.981506,302.82938,16.927893,8.6681385,64.0284,53.320587,587.7762,157.30298,170.30283,1936.0376,36.45671,1585.1111,1390.4568,8.035714,6.1825395,1409.3636,17.396637,10.979365,372.44037,24.269047,44.86786,22.607018,68.31326,252.23131,348.56155,3.708857,32.87653,71.31176,322.86087,6.0097804,84.77352,7.869841,1.4796559,58.006077,1.1061655,1.3184589,4.137309,10.310784,23.51162,15.480941,25.622223,193.91994,36.93254,18.285713,30.458334,8.9319725,100.25595,4.077778,69.39555,7.0833335,62.351284,5.690476,7.8722377,19.216429,9.014285,21.47619,11.674603,1.0197467,56.964375,9.257319,204.88602,6.334163,254.69765,18.21448,1135.6874,111.410645,3.3386688,8.496154,139.04736,173.89294,892.7317,919.3716 +2023-02-11 17:00:00,0.0,2221.8223,31.739294,5.107987,10.563258,22.195059,183.92307,25.467213,44.45034,18.845106,27.854507,206.78278,173.72292,12.580394,39.677795,8.3670635,3.594298,34.394028,77.2151,48.15713,439.19955,31.996218,406.77533,136.36494,42.673737,172.4972,200.68134,78.91369,913.1437,265.82312,2018.7168,49.696175,2370.2002,637.89325,34.78559,28.242994,185.2696,195.51007,294.4667,1020.781,44.780506,14.397057,9.850993,558.2088,466.87186,93.91499,13.566677,461.63382,21.41161,480.14865,11.277542,36.66795,0.0,1100.4578,1922.5952,0.2843432,45.786743,16.506771,13072.654,39.274715,1.526499,9.430456,21.13302,20.533674,6.7329526,11.660169,330.73184,34.134674,7.7692723,0.9855763,6.664986,365.08282,0.5235694,184.79582,86.68185,2627.157,126.86359,113.00015,185.89842,990.0636,77.87338,60.56764,1051.0286,53.170525,73.56528,10.054345,32.75048,222.37335,11.942208,9.135272,67.22383,19.164236,4358.9824,19.219246,32.925594,17.190575,16.517437,329.1111,75.32963,34.631695,9.4059515,9.562757,18.372526,59.183933,124.099266,49.477306,209.20554,23.425657,14.468073,70.42341,27.50465,24.66758,136.32892,13.845107,1.5199442,31.631823,11.303363,1199.7098,23.862848,2.2442627,100.24405,17.764208,171.09021,77.197815,119.110634,9.217739,107.27481,401.17145,324.6885,38.182472,250.56133,73.049355,47.798176,69.30691,150.24963,24.012857,57.532356,464.238,11.598357,18.991686,302.9339,16.912096,8.663127,64.08191,53.35532,588.0416,157.37442,170.31018,1936.117,36.444466,1585.0394,1390.1647,8.031518,6.1789556,1409.1409,17.396626,10.974206,372.38,24.257402,44.854355,22.598288,68.29114,252.22897,348.46588,3.7068837,32.86754,71.26054,322.81958,6.007285,84.7704,7.868291,1.480081,58.007595,1.1065103,1.3189083,4.1397915,10.310412,23.507149,15.47837,25.624653,193.88817,36.915676,18.276785,30.455729,8.927466,100.218376,4.075868,69.23955,7.080729,62.35509,5.681622,7.862083,19.199728,9.015513,21.46131,11.658878,1.0196209,56.975876,9.255296,204.84093,6.3328404,254.71318,18.211082,1135.5702,111.40437,3.3403273,8.493756,139.05815,173.90321,892.7381,919.25336 +2023-02-11 18:00:00,0.0,2222.296,31.728909,5.107334,10.555942,22.20107,183.90372,25.466408,44.457493,18.851248,27.864525,206.64455,173.8939,12.579306,39.63369,8.378721,3.5925426,34.38435,77.12383,48.10257,439.1271,31.968246,406.6235,136.36037,42.639076,172.66566,200.60332,78.90797,912.753,265.85083,2018.2084,49.679672,2370.1487,637.81036,34.774605,28.236235,185.22417,195.37224,294.40762,1021.0947,44.799107,14.392003,9.850442,558.55756,467.15906,93.847565,13.594605,461.09918,21.44084,479.71298,11.280919,36.688625,0.0,1101.1873,1923.2465,0.28434834,45.76313,16.513548,13079.869,39.29147,1.5267249,9.448214,21.15395,20.555819,6.739059,11.671131,330.85645,34.118553,7.7838693,0.9860337,6.668424,365.35904,0.5232395,184.92894,86.67322,2626.9487,126.877975,113.01723,185.87727,990.7636,77.87591,60.580044,1050.3806,53.189724,73.52618,10.055235,32.75906,222.36469,11.940069,9.133918,67.25002,19.158178,4359.56,19.224285,32.910713,17.19417,16.528309,329.16666,75.38847,34.620537,9.406188,9.565023,18.398134,59.204735,124.19909,49.46652,209.25882,23.44305,14.477797,70.478325,27.526205,24.660885,136.39006,13.857929,1.5202456,31.604437,11.30277,1199.6677,23.864038,2.251133,100.39286,17.773506,171.2205,77.22738,119.211975,9.215796,107.28415,401.39398,325.05542,38.200375,250.68192,73.1384,47.806747,69.30834,150.27122,24.019768,57.545074,464.2308,11.60878,19.001865,303.03845,16.896301,8.658116,64.13542,53.390057,588.30707,157.44586,170.31754,1936.1963,36.432224,1584.9678,1389.8726,8.027321,6.175372,1408.9181,17.396614,10.969048,372.3196,24.245758,44.840847,22.589556,68.269005,252.22664,348.3702,3.7049105,32.858543,71.20931,322.77826,6.0047903,84.76729,7.8667407,1.4805061,58.009117,1.1068549,1.3193576,4.1422734,10.310041,23.502678,15.475799,25.627083,193.85641,36.898808,18.267857,30.453125,8.922959,100.1808,4.0739584,69.08354,7.078125,62.3589,5.6727676,7.851928,19.18303,9.016741,21.446428,11.643154,1.0194952,56.987377,9.253271,204.79584,6.3315177,254.7287,18.207687,1135.4531,111.398094,3.3419857,8.491359,139.06892,173.91348,892.74445,919.1351 +2023-02-11 19:00:00,0.0,2222.7693,31.718525,5.106682,10.548624,22.207083,183.88435,25.465603,44.46464,18.85739,27.874542,206.5063,174.06488,12.5782175,39.589584,8.390378,3.5907872,34.374672,77.03256,48.048004,439.05466,31.940275,406.4717,136.35577,42.604412,172.83412,200.5253,78.902245,912.36224,265.87857,2017.7,49.66317,2370.0974,637.7275,34.76362,28.229475,185.17871,195.2344,294.3485,1021.4085,44.817707,14.38695,9.849891,558.90625,467.44623,93.78014,13.622534,460.56458,21.47007,479.27734,11.284296,36.7093,0.0,1101.9169,1923.8976,0.28435344,45.73952,16.520327,13087.084,39.308224,1.5269507,9.465972,21.174881,20.577963,6.745166,11.682094,330.98108,34.102432,7.7984657,0.9864911,6.6718626,365.63525,0.5229096,185.06206,86.66458,2626.7405,126.89236,113.034294,185.85612,991.46356,77.87843,60.592453,1049.7327,53.208923,73.487076,10.056125,32.76764,222.35602,11.937929,9.132563,67.276215,19.152122,4360.138,19.229324,32.895832,17.197765,16.53918,329.22223,75.44732,34.609375,9.4064245,9.567291,18.423744,59.225536,124.29892,49.45573,209.31212,23.460442,14.48752,70.53325,27.54776,24.654192,136.45119,13.87075,1.5205469,31.577051,11.302177,1199.6255,23.865229,2.2580035,100.541664,17.782804,171.3508,77.25694,119.31332,9.213854,107.29349,401.61655,325.4223,38.218273,250.8025,73.22743,47.81532,69.30977,150.29283,24.026676,57.557793,464.22363,11.619204,19.012045,303.143,16.880507,8.653106,64.18893,53.42479,588.5726,157.51732,170.32489,1936.2755,36.41998,1584.896,1389.5806,8.023125,6.171788,1408.6953,17.396603,10.963889,372.25922,24.234114,44.827343,22.580826,68.24687,252.22432,348.27454,3.7029374,32.849552,71.15809,322.73697,6.0022955,84.76417,7.865191,1.480931,58.010635,1.1071995,1.3198069,4.1447554,10.3096695,23.498209,15.473228,25.629515,193.82465,36.881943,18.258928,30.450521,8.918452,100.14323,4.0720487,68.927536,7.075521,62.3627,5.6639137,7.841773,19.166328,9.017968,21.431547,11.62743,1.0193695,56.998882,9.251247,204.75073,6.330195,254.74422,18.20429,1135.336,111.39182,3.3436441,8.488961,139.0797,173.92375,892.75085,919.01685 +2023-02-11 20:00:00,0.0,2223.243,31.70814,5.106029,10.541307,22.213095,183.865,25.464798,44.471794,18.863531,27.88456,206.36807,174.23586,12.577129,39.545475,8.402036,3.5890317,34.364994,76.94129,47.993443,438.98224,31.912304,406.31992,136.3512,42.569748,173.0026,200.44728,78.896515,911.97156,265.9063,2017.1915,49.646667,2370.046,637.6446,34.752632,28.222715,185.13327,195.09657,294.28943,1021.7222,44.83631,14.381897,9.8493395,559.25494,467.73343,93.712715,13.650462,460.02997,21.4993,478.8417,11.287674,36.729977,0.0,1102.6465,1924.5488,0.28435853,45.715908,16.527103,13094.298,39.324978,1.5271766,9.483729,21.19581,20.600107,6.7512727,11.693056,331.1057,34.08631,7.8130627,0.98694843,6.6753006,365.9115,0.52257967,185.19519,86.65595,2626.5322,126.906746,113.05136,185.83499,992.1635,77.88095,60.604862,1049.0847,53.228123,73.447975,10.057015,32.77622,222.34735,11.93579,9.131208,67.3024,19.146065,4360.716,19.234364,32.88095,17.20136,16.550053,329.27777,75.506165,34.598213,9.406661,9.569558,18.449352,59.246338,124.39874,49.44494,209.3654,23.477833,14.497243,70.588165,27.569315,24.647497,136.51233,13.883572,1.5208482,31.549665,11.301584,1199.5834,23.866419,2.2648737,100.690475,17.792103,171.4811,77.28651,119.414665,9.211911,107.302826,401.83908,325.7892,38.236176,250.92311,73.31647,47.823887,69.311195,150.31442,24.033585,57.570507,464.21643,11.629626,19.022223,303.24756,16.864712,8.648095,64.24244,53.459526,588.838,157.58876,170.33224,1936.355,36.407738,1584.8243,1389.2885,8.018929,6.1682043,1408.4725,17.396591,10.95873,372.19882,24.22247,44.81384,22.572094,68.22475,252.22198,348.17886,3.7009642,32.84056,71.10687,322.69568,5.9998007,84.761055,7.863641,1.4813561,58.012154,1.1075443,1.3202562,4.147238,10.3092985,23.493738,15.470657,25.631945,193.79288,36.865078,18.25,30.447916,8.913946,100.10565,4.070139,68.77153,7.0729165,62.36651,5.6550593,7.8316183,19.149628,9.0191965,21.416668,11.611706,1.0192437,57.010384,9.249223,204.70564,6.328872,254.75974,18.200895,1135.219,111.38555,3.3453026,8.486564,139.09047,173.93404,892.75726,918.89856 +2023-02-11 21:00:00,0.0,2223.7163,31.697756,5.1053762,10.53399,22.219107,183.84564,25.463993,44.478947,18.86967,27.894577,206.22984,174.40685,12.576042,39.50137,8.413692,3.5872762,34.355316,76.85002,47.93888,438.9098,31.88433,406.1681,136.34662,42.535088,173.17107,200.36926,78.89079,911.5809,265.93402,2016.6831,49.630165,2369.9946,637.5617,34.741646,28.215956,185.08783,194.95874,294.23032,1022.036,44.85491,14.376843,9.848787,559.6037,468.0206,93.64529,13.6783905,459.49536,21.52853,478.40604,11.291051,36.750652,0.0,1103.3761,1925.2,0.28436363,45.6923,16.533882,13101.513,39.341732,1.5274024,9.501488,21.216742,20.622252,6.7573795,11.704019,331.23032,34.07019,7.8276596,0.98740584,6.6787386,366.1877,0.5222498,185.32831,86.64732,2626.324,126.92113,113.068436,185.81384,992.86346,77.88348,60.617268,1048.4368,53.24732,73.40887,10.057905,32.784794,222.33868,11.933651,9.129853,67.32859,19.140009,4361.2935,19.239403,32.86607,17.204956,16.560925,329.33334,75.56501,34.587055,9.406898,9.571825,18.47496,59.26714,124.498566,49.43415,209.4187,23.495224,14.506967,70.64309,27.590872,24.640804,136.57347,13.896393,1.5211495,31.522278,11.300991,1199.5411,23.86761,2.2717443,100.83929,17.801403,171.61139,77.31607,119.51601,9.209969,107.312164,402.06165,326.1561,38.254074,251.0437,73.40551,47.83246,69.31263,150.33601,24.040495,57.583225,464.20926,11.640049,19.032402,303.35208,16.848917,8.643085,64.29595,53.49426,589.10345,157.6602,170.3396,1936.4341,36.395493,1584.7527,1388.9963,8.014732,6.1646204,1408.2496,17.39658,10.953571,372.13843,24.210825,44.800335,22.563364,68.202614,252.21965,348.08316,3.6989908,32.831566,71.05565,322.65436,5.997306,84.757935,7.8620906,1.4817812,58.013676,1.1078889,1.3207055,4.1497197,10.308927,23.489267,15.468086,25.634375,193.76112,36.848213,18.241072,30.445312,8.909439,100.06808,4.068229,68.615524,7.0703125,62.370316,5.6462054,7.8214636,19.132929,9.020424,21.401787,11.595982,1.019118,57.021885,9.247199,204.66055,6.3275495,254.77525,18.197498,1135.1018,111.37928,3.3469613,8.484165,139.10124,173.9443,892.7637,918.78033 +2023-02-11 22:00:00,0.0,2224.19,31.68737,5.104724,10.526673,22.225119,183.82628,25.46319,44.486095,18.875813,27.904594,206.09161,174.57782,12.574954,39.45726,8.42535,3.585521,34.34564,76.75875,47.88432,438.83737,31.85636,406.0163,136.34203,42.500423,173.33954,200.29124,78.88507,911.1901,265.96176,2016.1748,49.613663,2369.943,637.4789,34.730656,28.209196,185.04239,194.8209,294.1712,1022.3498,44.873512,14.371791,9.848236,559.9524,468.3078,93.577866,13.70632,458.9607,21.55776,477.9704,11.294428,36.771328,0.0,1104.1056,1925.8512,0.28436872,45.668686,16.540659,13108.728,39.358486,1.5276283,9.519245,21.237673,20.644396,6.763486,11.71498,331.35495,34.05407,7.8422565,0.9878632,6.682177,366.46393,0.5219199,185.46143,86.63869,2626.116,126.93551,113.0855,185.7927,993.5634,77.885994,60.629677,1047.7888,53.266518,73.36977,10.058795,32.793373,222.33003,11.931512,9.128498,67.35478,19.133953,4361.871,19.24444,32.85119,17.208551,16.571796,329.3889,75.623856,34.575893,9.407134,9.574092,18.500568,59.28794,124.59839,49.423363,209.47198,23.512617,14.51669,70.698006,27.612427,24.63411,136.6346,13.909215,1.5214509,31.494892,11.300399,1199.499,23.868801,2.2786148,100.9881,17.810701,171.7417,77.345634,119.61735,9.208026,107.3215,402.28418,326.523,38.271976,251.16429,73.494545,47.84103,69.31406,150.3576,24.047403,57.595943,464.20206,11.650473,19.042582,303.45663,16.833122,8.638073,64.349464,53.52899,589.3689,157.73166,170.34695,1936.5135,36.38325,1584.681,1388.7043,8.010535,6.1610365,1408.0269,17.396568,10.948413,372.07803,24.19918,44.78683,22.554634,68.18048,252.21732,347.9875,3.6970177,32.822575,71.004425,322.61307,5.994811,84.75482,7.8605404,1.4822062,58.015194,1.1082337,1.3211548,4.1522017,10.308556,23.484798,15.465515,25.636805,193.72935,36.83135,18.232143,30.442709,8.904932,100.0305,4.0663195,68.45952,7.0677085,62.374123,5.637351,7.811309,19.116228,9.021651,21.386906,11.580257,1.0189922,57.03339,9.245175,204.61546,6.3262267,254.79077,18.194103,1134.9847,111.37301,3.3486197,8.481768,139.11203,173.95457,892.7701,918.6621 +2023-02-11 23:00:00,0.0,2224.6636,31.676987,5.104071,10.519356,22.23113,183.80693,25.462385,44.493248,18.881954,27.914612,205.95337,174.7488,12.573866,39.413155,8.437007,3.5837655,34.33596,76.66747,47.829758,438.76492,31.828388,405.8645,136.33745,42.46576,173.508,200.21323,78.87935,910.79944,265.98947,2015.6664,49.59716,2369.8918,637.396,34.71967,28.202436,184.99693,194.68307,294.11212,1022.6635,44.892113,14.366737,9.847685,560.30115,468.595,93.51044,13.734248,458.4261,21.58699,477.53476,11.297806,36.792004,0.0,1104.8352,1926.5023,0.28437385,45.645073,16.547438,13115.942,39.37524,1.5278541,9.5370035,21.258602,20.66654,6.769593,11.725943,331.47958,34.03795,7.8568535,0.9883206,6.685615,366.74014,0.52159,185.59456,86.63006,2625.9077,126.9499,113.10258,185.77155,994.2634,77.88852,60.642082,1047.141,53.285717,73.330666,10.059686,32.80195,222.32137,11.929372,9.127144,67.380974,19.127895,4362.449,19.24948,32.83631,17.212147,16.582668,329.44446,75.6827,34.56473,9.407371,9.57636,18.526176,59.30874,124.69821,49.412575,209.52528,23.530008,14.526414,70.75293,27.633982,24.627415,136.69574,13.922036,1.5217522,31.467506,11.299806,1199.4568,23.869991,2.285485,101.1369,17.82,171.872,77.3752,119.71869,9.206082,107.33084,402.50674,326.8899,38.289875,251.28488,73.58358,47.8496,69.31548,150.3792,24.054314,57.60866,464.1949,11.660895,19.052761,303.5612,16.817326,8.633062,64.40297,53.56373,589.63434,157.8031,170.35431,1936.5929,36.37101,1584.6094,1388.4122,8.006339,6.1574526,1407.8041,17.396557,10.9432535,372.01764,24.187536,44.773327,22.545902,68.158356,252.215,347.8918,3.6950445,32.813583,70.95321,322.57175,5.9923162,84.7517,7.85899,1.4826313,58.016716,1.1085783,1.3216041,4.1546836,10.308184,23.480328,15.462944,25.639236,193.69759,36.814484,18.223213,30.440104,8.900425,99.992935,4.0644097,68.303505,7.065104,62.377926,5.628497,7.801154,19.099527,9.02288,21.372025,11.564533,1.0188664,57.04489,9.243151,204.57037,6.324904,254.8063,18.190706,1134.8677,111.36674,3.3502781,8.47937,139.1228,173.96486,892.7765,918.5438 +2023-02-12 00:00:00,0.0,2225.137,31.666601,5.1034184,10.512039,22.237143,183.78757,25.46158,44.5004,18.888094,27.92463,205.81514,174.91978,12.572778,39.369045,8.448665,3.58201,34.326283,76.5762,47.775192,438.6925,31.800415,405.71268,136.33286,42.4311,173.67647,200.13521,78.87363,910.4087,266.0172,2015.158,49.58066,2369.8403,637.3131,34.708683,28.195677,184.95149,194.54524,294.053,1022.9773,44.910713,14.361684,9.847134,560.64984,468.88217,93.443016,13.7621765,457.89148,21.61622,477.0991,11.301183,36.81268,0.0,1105.5648,1927.1534,0.28437895,45.621464,16.554214,13123.156,39.391994,1.52808,9.554761,21.279533,20.688684,6.7756996,11.736905,331.6042,34.021828,7.8714504,0.988778,6.689053,367.01636,0.5212601,185.72768,86.62143,2625.6995,126.96428,113.119644,185.7504,994.9634,77.891045,60.65449,1046.493,53.304916,73.29156,10.0605755,32.810528,222.3127,11.927233,9.125789,67.407166,19.12184,4363.027,19.254519,32.82143,17.215742,16.59354,329.5,75.74155,34.55357,9.407607,9.578627,18.551785,59.32954,124.798035,49.401787,209.57858,23.5474,14.536137,70.807846,27.655537,24.620722,136.75688,13.934857,1.5220536,31.44012,11.299213,1199.4146,23.871181,2.2923555,101.28571,17.829298,172.00229,77.40476,119.82003,9.20414,107.34018,402.72928,327.2568,38.307777,251.40547,73.67262,47.858173,69.31691,150.4008,24.061222,57.621376,464.18768,11.671319,19.06294,303.66574,16.80153,8.628052,64.45648,53.59846,589.8998,157.87454,170.36166,1936.6721,36.358765,1584.5376,1388.1201,8.002143,6.153869,1407.5813,17.396545,10.938095,371.95724,24.175892,44.759823,22.537172,68.13622,252.21266,347.79614,3.6930714,32.804592,70.901985,322.53046,5.9898214,84.74859,7.8574405,1.4830564,58.018234,1.108923,1.3220534,4.157166,10.307812,23.475857,15.460373,25.641666,193.66583,36.79762,18.214285,30.4375,8.895919,99.95536,4.0625,68.1475,7.0625,62.381733,5.6196427,7.7909994,19.082829,9.024107,21.357143,11.548809,1.0187407,57.056393,9.241127,204.52527,6.323581,254.82182,18.187311,1134.7506,111.360466,3.3519366,8.476973,139.13358,173.97513,892.7829,918.4256 +2023-02-12 01:00:00,0.0,2225.6106,31.656218,5.102766,10.504722,22.243155,183.76822,25.460775,44.50755,18.894236,27.934647,205.67691,175.09076,12.57169,39.32494,8.460321,3.5802546,34.316605,76.48493,47.72063,438.62006,31.772444,405.56088,136.32828,42.396435,173.84494,200.05719,78.8679,910.018,266.04495,2014.6495,49.56416,2369.789,637.2302,34.697697,28.188917,184.90605,194.40741,293.99393,1023.291,44.929314,14.356631,9.846582,560.9986,469.16937,93.37559,13.790105,457.35687,21.64545,476.66345,11.30456,36.833355,0.0,1106.2943,1927.8047,0.28438404,45.59785,16.560993,13130.371,39.40875,1.5283058,9.572519,21.300465,20.710829,6.7818065,11.747868,331.72882,34.005707,7.886047,0.98923534,6.692491,367.29257,0.52093023,185.8608,86.6128,2625.4912,126.97867,113.13672,185.72925,995.6633,77.89356,60.666897,1045.8451,53.324116,73.25246,10.061466,32.819107,222.30403,11.925094,9.1244335,67.43335,19.115784,4363.6045,19.259558,32.80655,17.219337,16.604412,329.55557,75.80039,34.54241,9.407844,9.5808935,18.577394,59.35034,124.897865,49.391,209.63187,23.56479,14.54586,70.86277,27.677092,24.614027,136.81801,13.947679,1.5223548,31.412735,11.29862,1199.3724,23.872372,2.2992258,101.434525,17.838596,172.13258,77.434326,119.92137,9.202197,107.34952,402.9518,327.6237,38.325676,251.52606,73.76166,47.866745,69.318344,150.4224,24.06813,57.634094,464.1805,11.681742,19.073118,303.77026,16.785736,8.623041,64.509995,53.633198,590.1652,157.946,170.36902,1936.7515,36.346523,1584.466,1387.8281,7.9979463,6.1502852,1407.3585,17.396534,10.932937,371.89685,24.164248,44.74632,22.52844,68.11409,252.21033,347.70044,3.691098,32.795597,70.85076,322.48917,5.9873266,84.74547,7.8558903,1.4834814,58.019753,1.1092677,1.3225029,4.159648,10.307441,23.471388,15.457802,25.644096,193.63406,36.780754,18.205357,30.434896,8.891412,99.917786,4.0605903,67.99149,7.059896,62.38554,5.610789,7.7808447,19.066128,9.025334,21.342262,11.533085,1.0186149,57.067894,9.239103,204.48018,6.3222585,254.83734,18.183914,1134.6335,111.35419,3.353595,8.474575,139.14435,173.9854,892.7893,918.3073 +2023-02-12 02:00:00,0.0,2226.084,31.645832,5.1021132,10.497405,22.249166,183.74886,25.45997,44.5147,18.900377,27.944664,205.53868,175.26173,12.570601,39.280834,8.471979,3.5784993,34.306927,76.39366,47.66607,438.5476,31.744473,405.4091,136.3237,42.361774,174.01341,199.97917,78.862175,909.6273,266.07266,2014.1412,49.547657,2369.7375,637.14734,34.68671,28.182158,184.8606,194.26958,293.9348,1023.6048,44.947918,14.351578,9.846031,561.3473,469.45654,93.30816,13.818033,456.82224,21.67468,476.2278,11.307938,36.85403,0.0,1107.0239,1928.4558,0.28438914,45.57424,16.56777,13137.586,39.425503,1.5285317,9.590278,21.321396,20.732973,6.787913,11.75883,331.85345,33.989582,7.900644,0.98969275,6.6959295,367.56882,0.5206003,185.99393,86.604164,2625.283,126.99305,113.153786,185.7081,996.3633,77.89609,60.679306,1045.1971,53.343315,73.213356,10.062356,32.827686,222.29536,11.922954,9.123079,67.45954,19.109726,4364.182,19.264597,32.791668,17.222933,16.615284,329.6111,75.85924,34.53125,9.408081,9.583161,18.603003,59.371143,124.99769,49.380207,209.68517,23.582184,14.555584,70.91769,27.698647,24.607334,136.87915,13.960501,1.5226562,31.38535,11.298027,1199.3302,23.873562,2.3060963,101.583336,17.847895,172.26288,77.46389,120.02271,9.200254,107.35886,403.17438,327.9906,38.34358,251.64665,73.85069,47.875313,69.31977,150.44398,24.07504,57.646812,464.1733,11.692164,19.083298,303.87482,16.769941,8.61803,64.56351,53.66793,590.4307,158.01744,170.37637,1936.8308,36.33428,1584.3943,1387.536,7.9937496,6.1467013,1407.1357,17.396523,10.927778,371.83646,24.152603,44.732815,22.51971,68.091965,252.20801,347.60477,3.6891248,32.786606,70.799545,322.44785,5.984832,84.74235,7.85434,1.4839065,58.021275,1.1096123,1.3229522,4.16213,10.307069,23.466917,15.455231,25.646528,193.60231,36.76389,18.196428,30.432291,8.886905,99.88021,4.0586805,67.83549,7.0572915,62.389347,5.6019344,7.77069,19.049427,9.026563,21.327381,11.517361,1.0184892,57.0794,9.237079,204.43509,6.3209357,254.85286,18.18052,1134.5164,111.347916,3.3552537,8.472177,139.15512,173.99567,892.7957,918.1891 +2023-02-12 03:00:00,0.0,2226.5576,31.635448,5.1014605,10.4900875,22.255178,183.72949,25.459166,44.521854,18.906519,27.954681,205.40044,175.43272,12.569514,39.236725,8.483636,3.5767438,34.29725,76.30239,47.611507,438.4752,31.716501,405.25726,136.3191,42.32711,174.18187,199.90115,78.85645,909.2366,266.1004,2013.6328,49.531155,2369.6863,637.06445,34.67572,28.175398,184.81516,194.13174,293.8757,1023.9185,44.96652,14.346524,9.845479,561.69604,469.74374,93.24074,13.845962,456.28763,21.70391,475.79214,11.311315,36.874706,0.0,1107.7535,1929.107,0.28439423,45.55063,16.574549,13144.8,39.442257,1.5287575,9.608035,21.342325,20.755117,6.7940197,11.769792,331.9781,33.97346,7.915241,0.99015015,6.6993675,367.84503,0.5202704,186.12704,86.595535,2625.0747,127.00744,113.17085,185.68695,997.06323,77.89861,60.69171,1044.5492,53.36251,73.174255,10.063246,32.836266,222.28671,11.9208145,9.121724,67.48573,19.10367,4364.7603,19.269636,32.776787,17.226528,16.626156,329.66666,75.91808,34.52009,9.408318,9.585428,18.62861,59.391945,125.09751,49.36942,209.73845,23.599575,14.565308,70.97261,27.720201,24.60064,136.94029,13.973322,1.5229576,31.357964,11.297435,1199.2881,23.874754,2.3129666,101.73214,17.857193,172.39317,77.493454,120.124054,9.198312,107.368195,403.3969,328.35748,38.361477,251.76724,73.939735,47.883884,69.3212,150.46558,24.08195,57.659527,464.16614,11.702588,19.093477,303.97937,16.754147,8.613019,64.61701,53.702667,590.69617,158.0889,170.38373,1936.9102,36.322037,1584.3226,1387.2439,7.9895535,6.1431174,1406.9128,17.396511,10.922619,371.77606,24.140959,44.719307,22.510979,68.06983,252.20567,347.5091,3.6871517,32.777615,70.74832,322.40656,5.982337,84.739235,7.85279,1.4843316,58.022793,1.1099571,1.3234015,4.1646123,10.306698,23.462446,15.45266,25.648958,193.57054,36.747025,18.1875,30.429688,8.882399,99.842636,4.056771,67.67948,7.0546875,62.39315,5.5930805,7.7605352,19.032726,9.02779,21.3125,11.5016365,1.0183635,57.0909,9.235055,204.39,6.319613,254.86838,18.177122,1134.3993,111.341644,3.3569121,8.469779,139.16591,174.00595,892.8021,918.0708 +2023-02-12 04:00:00,0.0,2227.0312,31.625065,5.100808,10.482771,22.26119,183.71014,25.45836,44.529003,18.912659,27.9647,205.2622,175.6037,12.568426,39.19262,8.495294,3.5749884,34.287567,76.21112,47.556946,438.40274,31.688528,405.10547,136.31453,42.292446,174.35034,199.82314,78.85073,908.8459,266.1281,2013.1244,49.514652,2369.6348,636.9816,34.664734,28.168638,184.76971,193.99391,293.81662,1024.2323,44.98512,14.341472,9.844928,562.04474,470.03094,93.17331,13.87389,455.753,21.73314,475.3565,11.314692,36.895382,0.0,1108.4832,1929.7582,0.28439936,45.52702,16.581326,13152.015,39.459007,1.5289834,9.625793,21.363255,20.777262,6.8001266,11.780754,332.1027,33.95734,7.9298377,0.9906075,6.7028055,368.12125,0.51994056,186.26016,86.58691,2624.8667,127.02182,113.18792,185.6658,997.76324,77.90113,60.70412,1043.9012,53.38171,73.13515,10.0641365,32.84484,222.27805,11.918675,9.120369,67.511925,19.097614,4365.338,19.274675,32.761906,17.230124,16.637028,329.72223,75.97693,34.50893,9.408554,9.587695,18.654219,59.412746,125.197334,49.35863,209.79175,23.616966,14.575031,71.02753,27.741756,24.593945,137.00142,13.986143,1.5232589,31.330578,11.296842,1199.2458,23.875944,2.319837,101.88095,17.866491,172.52348,77.52302,120.225395,9.196369,107.37753,403.61948,328.7244,38.37938,251.88783,74.02877,47.892456,69.32263,150.48717,24.088858,57.672245,464.15894,11.713011,19.103657,304.0839,16.738352,8.608008,64.670525,53.7374,590.9616,158.16034,170.3911,1936.9895,36.309795,1584.251,1386.9519,7.985357,6.1395335,1406.6901,17.396498,10.91746,371.71567,24.129314,44.705803,22.502249,68.04771,252.20334,347.41342,3.6851785,32.76862,70.6971,322.36526,5.979842,84.736115,7.8512397,1.4847567,58.024315,1.1103017,1.3238508,4.167094,10.306326,23.457977,15.4500885,25.651388,193.53877,36.73016,18.178572,30.427084,8.877892,99.80506,4.054861,67.523476,7.0520835,62.396957,5.584226,7.7503805,19.016027,9.029017,21.297619,11.485912,1.0182377,57.1024,9.23303,204.34491,6.31829,254.8839,18.173727,1134.2822,111.33537,3.3585706,8.4673815,139.17668,174.01622,892.8085,917.9526 +2023-02-12 05:00:00,0.0,2227.5046,31.61468,5.1001554,10.475453,22.267202,183.69078,25.457556,44.536156,18.9188,27.974718,205.12398,175.77467,12.567338,39.14851,8.50695,3.573233,34.27789,76.11985,47.50238,438.33032,31.660557,404.95367,136.30995,42.257786,174.51881,199.74512,78.84501,908.4552,266.15585,2012.616,49.49815,2369.5835,636.89874,34.653748,28.161879,184.72427,193.85608,293.7575,1024.546,45.00372,14.336418,9.844377,562.39343,470.3181,93.10589,13.901818,455.21838,21.762371,474.92087,11.3180685,36.916058,0.0,1109.2126,1930.4093,0.28440446,45.503407,16.588102,13159.2295,39.47576,1.5292093,9.643551,21.384186,20.799406,6.8062334,11.791717,332.22733,33.94122,7.9444346,0.9910649,6.7062435,368.39746,0.51961064,186.3933,86.57828,2624.6584,127.03621,113.20499,185.64465,998.4632,77.903656,60.71653,1043.2533,53.40091,73.09605,10.065026,32.85342,222.26938,11.916536,9.119015,67.53812,19.091557,4365.9155,19.279715,32.747025,17.233719,16.647898,329.77777,76.03577,34.49777,9.408791,9.589963,18.679827,59.433548,125.29716,49.347843,209.84505,23.634357,14.584754,71.08244,27.763311,24.587252,137.06256,13.998964,1.5235603,31.303192,11.296248,1199.2036,23.877134,2.3267074,102.02976,17.875792,172.65378,77.55258,120.32674,9.194426,107.38687,403.842,329.09128,38.397278,252.00842,74.117805,47.901028,69.32406,150.50876,24.095768,57.684963,464.15176,11.7234335,19.113834,304.18845,16.722555,8.602998,64.72404,53.772137,591.22705,158.23178,170.39845,1937.0688,36.29755,1584.1792,1386.6598,7.9811606,6.1359496,1406.4673,17.396486,10.912302,371.65527,24.11767,44.6923,22.493517,68.02557,252.20102,347.31775,3.6832051,32.75963,70.645874,322.32394,5.9773474,84.733,7.84969,1.4851817,58.025833,1.1106464,1.3243,4.169576,10.305955,23.453506,15.447517,25.65382,193.50702,36.713295,18.169643,30.424479,8.873384,99.76749,4.0529513,67.36747,7.049479,62.400764,5.5753717,7.740226,18.999327,9.030245,21.282738,11.470188,1.018112,57.113903,9.231007,204.2998,6.3169675,254.89943,18.17033,1134.1652,111.3291,3.360229,8.464984,139.18745,174.02649,892.8149,917.8343 +2023-02-12 06:00:00,0.0,2227.9783,31.604296,5.0995026,10.468137,22.273214,183.67143,25.45675,44.54331,18.924942,27.984735,204.98575,175.94566,12.56625,39.104404,8.518607,3.5714777,34.26821,76.02857,47.44782,438.25787,31.632586,404.80185,136.30536,42.22312,174.68727,199.6671,78.83929,908.06445,266.1836,2012.1075,49.48165,2369.532,636.81586,34.64276,28.155119,184.6788,193.71825,293.6984,1024.8597,45.02232,14.331366,9.843825,562.7422,470.60532,93.03846,13.929747,454.68378,21.791601,474.4852,11.321446,36.936733,0.0,1109.9424,1931.0605,0.28440955,45.479797,16.594881,13166.444,39.492516,1.529435,9.661309,21.405117,20.82155,6.8123403,11.802679,332.35196,33.9251,7.9590316,0.9915223,6.709682,368.67368,0.51928073,186.52641,86.56964,2624.4502,127.05059,113.22206,185.6235,999.16315,77.90618,60.728935,1042.6053,53.42011,73.056946,10.065916,32.862,222.26071,11.914396,9.11766,67.56431,19.0855,4366.493,19.284754,32.732143,17.237314,16.65877,329.83334,76.09461,34.486607,9.409027,9.59223,18.705435,59.454346,125.39698,49.337055,209.89833,23.651749,14.594478,71.13737,27.784866,24.580557,137.1237,14.0117855,1.5238616,31.275805,11.295656,1199.1615,23.878325,2.3335779,102.17857,17.88509,172.78407,77.582146,120.42808,9.192483,107.39621,404.06458,329.4582,38.41518,252.12901,74.20685,47.9096,69.325485,150.53036,24.102676,57.69768,464.14456,11.733857,19.124014,304.293,16.70676,8.597987,64.77755,53.80687,591.4925,158.30324,170.4058,1937.1481,36.28531,1584.1075,1386.3677,7.976964,6.132366,1406.2445,17.396475,10.907143,371.59488,24.106026,44.678795,22.484787,68.00344,252.19868,347.22205,3.681232,32.750637,70.59466,322.28265,5.9748526,84.72988,7.84814,1.4856068,58.02735,1.1109911,1.3247494,4.172058,10.305583,23.449036,15.444947,25.65625,193.47525,36.69643,18.160713,30.421875,8.868877,99.72991,4.0510416,67.21146,7.046875,62.404568,5.566518,7.7300706,18.982626,9.031473,21.267859,11.454464,1.0179862,57.12541,9.228983,204.25471,6.3156447,254.91495,18.166935,1134.048,111.32283,3.3618875,8.462586,139.19823,174.03677,892.8213,917.71606 +2023-02-12 07:00:00,0.0,2228.452,31.59391,5.0988503,10.460819,22.279226,183.65207,25.455946,44.550457,18.931082,27.994753,204.8475,176.11664,12.565162,39.060295,8.530265,3.5697222,34.258533,75.9373,47.393257,438.18546,31.604614,404.65005,136.30078,42.18846,174.85574,199.58908,78.83356,907.67377,266.2113,2011.5992,49.46515,2369.4807,636.733,34.631775,28.14836,184.63336,193.5804,293.6393,1025.1736,45.040924,14.326312,9.843274,563.0909,470.8925,92.97103,13.957675,454.14914,21.820831,474.04956,11.324823,36.95741,0.0,1110.6719,1931.7117,0.28441465,45.456184,16.601658,13173.658,39.50927,1.5296609,9.679067,21.426048,20.843695,6.8184466,11.813642,332.47656,33.908978,7.973628,0.99197966,6.71312,368.9499,0.5189508,186.65953,86.56101,2624.242,127.06498,113.23913,185.60236,999.8631,77.9087,60.741344,1041.9574,53.43931,73.017845,10.066807,32.870575,222.25204,11.912257,9.116304,67.59049,19.079443,4367.0713,19.289793,32.717262,17.240908,16.669641,329.8889,76.15346,34.475445,9.409264,9.594497,18.731045,59.475147,125.49681,49.326263,209.95163,23.669142,14.604201,71.19228,27.806421,24.573862,137.18484,14.024608,1.5241629,31.248419,11.295063,1199.1193,23.879515,2.3404481,102.32738,17.894388,172.91437,77.6117,120.52942,9.19054,107.40554,404.2871,329.82507,38.43308,252.2496,74.29588,47.91817,69.32692,150.55196,24.109587,57.710396,464.1374,11.74428,19.134193,304.39755,16.690966,8.592976,64.831055,53.841606,591.75793,158.37468,170.41316,1937.2274,36.273064,1584.0359,1386.0757,7.972768,6.1287823,1406.0217,17.396463,10.901984,371.5345,24.094381,44.66529,22.476055,67.981316,252.19635,347.12637,3.6792588,32.741646,70.543434,322.24133,5.9723573,84.72677,7.8465896,1.4860319,58.028873,1.1113358,1.3251987,4.1745405,10.305212,23.444565,15.442376,25.65868,193.44348,36.67956,18.151785,30.419271,8.864371,99.69234,4.049132,67.05545,7.044271,62.408375,5.5576634,7.719916,18.965927,9.032701,21.252977,11.43874,1.0178604,57.13691,9.226958,204.20963,6.314322,254.93047,18.163538,1133.9309,111.31655,3.3635461,8.460188,139.209,174.04704,892.8277,917.5978 +2023-02-12 08:00:00,0.0,2228.9253,31.583527,5.0981975,10.453503,22.285238,183.6327,25.455141,44.55761,18.937223,28.00477,204.70927,176.28761,12.5640745,39.01619,8.541922,3.5679667,34.248856,75.84603,47.338696,438.113,31.576641,404.49826,136.29619,42.153797,175.02422,199.51106,78.827835,907.2831,266.23904,2011.0908,49.448647,2369.4292,636.6501,34.620785,28.1416,184.58792,193.44257,293.5802,1025.4873,45.059525,14.321259,9.842722,563.43964,471.1797,92.90361,13.985603,453.61453,21.850061,473.6139,11.3282,36.978085,0.0,1111.4014,1932.3629,0.28441975,45.43257,16.608437,13180.873,39.526024,1.5298867,9.696825,21.446978,20.865839,6.8245535,11.824603,332.6012,33.892857,7.988225,0.99243706,6.716558,369.22614,0.51862097,186.79266,86.55238,2624.0337,127.07936,113.256195,185.5812,1000.56305,77.911224,60.75375,1041.3096,53.458508,72.97874,10.067697,32.879154,222.2434,11.910118,9.11495,67.616684,19.073387,4367.649,19.294832,32.70238,17.244503,16.680513,329.94446,76.2123,34.464287,9.4095,9.596765,18.756653,59.49595,125.596634,49.315475,210.00491,23.686533,14.613925,71.24721,27.827976,24.56717,137.24597,14.037429,1.5244642,31.221033,11.294471,1199.0771,23.880705,2.3473186,102.47619,17.903687,173.04466,77.641266,120.63076,9.188598,107.41488,404.50967,330.192,38.45098,252.3702,74.38492,47.92674,69.32835,150.57355,24.116495,57.723114,464.1302,11.7547035,19.144373,304.50208,16.67517,8.587965,64.88457,53.87634,592.0234,158.44612,170.42052,1937.3066,36.260822,1583.9642,1385.7836,7.968571,6.1251984,1405.799,17.396452,10.896826,371.4741,24.082737,44.651787,22.467325,67.95918,252.19403,347.0307,3.6772857,32.73265,70.49221,322.20004,5.9698625,84.72365,7.8450394,1.4864569,58.03039,1.1116805,1.325648,4.1770225,10.30484,23.440096,15.439805,25.661112,193.41173,36.662697,18.142857,30.416666,8.859864,99.65476,4.047222,66.899445,7.0416665,62.41218,5.5488095,7.709761,18.949226,9.033928,21.238096,11.423016,1.0177346,57.14841,9.224935,204.16454,6.3129992,254.94598,18.160143,1133.8138,111.31028,3.3652046,8.45779,139.21979,174.05731,892.8341,917.47955 +2023-02-12 09:00:00,0.0,2229.399,31.573141,5.0975447,10.446185,22.29125,183.61336,25.454336,44.564762,18.943365,28.014788,204.57104,176.4586,12.562986,38.972084,8.553579,3.5662112,34.239178,75.75476,47.284134,438.04056,31.54867,404.34644,136.29161,42.119133,175.19269,199.43304,78.82211,906.89233,266.26675,2010.5824,49.432144,2369.378,636.56726,34.6098,28.13484,184.54247,193.30473,293.52112,1025.801,45.078125,14.316206,9.842171,563.7883,471.46686,92.83618,14.013532,453.0799,21.879292,473.17825,11.331578,36.99876,0.0,1112.1311,1933.014,0.28442487,45.408962,16.615213,13188.088,39.542778,1.5301126,9.714582,21.467907,20.887983,6.8306603,11.835566,332.72583,33.876736,8.002822,0.9928945,6.7199965,369.50235,0.51829106,186.92578,86.54375,2623.8257,127.09375,113.27327,185.56007,1001.26306,77.91374,60.76616,1040.6616,53.477707,72.93964,10.068587,32.887733,222.23473,11.907978,9.113595,67.642876,19.067331,4368.2266,19.299871,32.6875,17.248098,16.691385,330.0,76.27115,34.453125,9.409737,9.599031,18.78226,59.51675,125.69646,49.304688,210.05821,23.703924,14.623648,71.302124,27.849531,24.560474,137.30711,14.05025,1.5247656,31.193647,11.293878,1199.0349,23.881895,2.354189,102.625,17.912985,173.17497,77.67083,120.7321,9.186655,107.42422,404.7322,330.55887,38.46888,252.49078,74.47396,47.93531,69.32977,150.59514,24.123404,57.735832,464.12302,11.765126,19.15455,304.60663,16.659376,8.582954,64.93808,53.911076,592.2889,158.51758,170.42787,1937.386,36.248577,1583.8926,1385.4915,7.9643745,6.1216145,1405.5762,17.39644,10.891666,371.4137,24.071093,44.638283,22.458593,67.93705,252.1917,346.93503,3.6753123,32.72366,70.440994,322.15875,5.9673676,84.720535,7.843489,1.486882,58.031914,1.1120251,1.3260974,4.1795044,10.304469,23.435625,15.437234,25.663542,193.37996,36.645832,18.133928,30.414062,8.855357,99.61719,4.0453124,66.74344,7.0390625,62.41599,5.539955,7.6996064,18.932526,9.035156,21.223215,11.407291,1.017609,57.159916,9.222911,204.11945,6.3116765,254.9615,18.156746,1133.6968,111.30401,3.366863,8.455393,139.23056,174.06758,892.8405,917.36127 +2023-02-12 10:00:00,0.0,2229.8723,31.562757,5.096892,10.438868,22.297262,183.594,25.453531,44.57191,18.949505,28.024805,204.43282,176.62958,12.561898,38.927975,8.565236,3.564456,34.2295,75.66349,47.22957,437.96814,31.520699,404.19464,136.28703,42.084473,175.36115,199.35503,78.81639,906.50165,266.2945,2010.074,49.41564,2369.3267,636.4844,34.598812,28.12808,184.49702,193.1669,293.462,1026.1149,45.096725,14.311152,9.8416195,564.1371,471.75406,92.76876,14.041461,452.5453,21.908522,472.7426,11.334955,37.019436,0.0,1112.8606,1933.6653,0.28442997,45.38535,16.621992,13195.303,39.559532,1.5303384,9.732341,21.488838,20.910128,6.836767,11.846528,332.85043,33.860615,8.017419,0.9933518,6.7234344,369.77856,0.51796114,187.0589,86.53512,2623.6174,127.10813,113.29034,185.53893,1001.963,77.91627,60.778564,1040.0137,53.496902,72.900536,10.069477,32.896313,222.22606,11.905839,9.11224,67.66907,19.061274,4368.804,19.30491,32.67262,17.251694,16.702257,330.05557,76.329994,34.441963,9.409973,9.601298,18.807869,59.53755,125.79628,49.2939,210.1115,23.721315,14.633371,71.35705,27.871086,24.553782,137.36826,14.063071,1.525067,31.166262,11.293284,1198.9928,23.883087,2.3610594,102.77381,17.922283,173.30527,77.70039,120.83344,9.184712,107.433556,404.95477,330.92578,38.486782,252.61137,74.562996,47.943882,69.33121,150.61673,24.130314,57.74855,464.1158,11.775549,19.16473,304.71118,16.643581,8.577944,64.99159,53.94581,592.5543,158.58902,170.43523,1937.4653,36.236336,1583.8208,1385.1995,7.9601784,6.1180305,1405.3533,17.39643,10.886508,371.3533,24.059448,44.62478,22.449863,67.914925,252.18936,346.83932,3.6733391,32.71467,70.38977,322.11743,5.964873,84.717415,7.8419394,1.4873071,58.033432,1.1123699,1.3265467,4.181987,10.304097,23.431154,15.434663,25.665972,193.34819,36.628967,18.125,30.411459,8.85085,99.57961,4.0434027,66.58743,7.0364585,62.419792,5.531101,7.6894517,18.915827,9.036384,21.208334,11.391567,1.0174832,57.171417,9.220886,204.07434,6.3103538,254.97702,18.15335,1133.5796,111.29774,3.3685215,8.452995,139.24133,174.07787,892.8469,917.24304 +2023-02-12 11:00:00,0.0,2230.346,31.552372,5.0962396,10.431551,22.303274,183.57465,25.452726,44.579063,18.955647,28.034822,204.29457,176.80055,12.56081,38.88387,8.576894,3.5627005,34.219822,75.57222,47.175007,437.8957,31.492727,404.04285,136.28244,42.04981,175.52962,199.277,78.81067,906.11096,266.32224,2009.5657,49.39914,2369.2751,636.4015,34.587826,28.12132,184.45158,193.02907,293.4029,1026.4286,45.115326,14.3061,9.841068,564.4858,472.04126,92.70133,14.069389,452.01068,21.937752,472.30695,11.338332,37.04011,0.0,1113.5902,1934.3164,0.28443506,45.36174,16.628769,13202.517,39.576286,1.5305643,9.750098,21.50977,20.932272,6.8428736,11.857491,332.97507,33.844494,8.032016,0.9938092,6.7268724,370.05478,0.5176313,187.19203,86.52649,2623.4092,127.12251,113.3074,185.51778,1002.66296,77.91879,60.790974,1039.3657,53.5161,72.861435,10.070367,32.904892,222.21739,11.9037,9.110886,67.69526,19.055218,4369.382,19.30995,32.657738,17.25529,16.713129,330.1111,76.38884,34.430805,9.41021,9.603566,18.833477,59.558353,125.8961,49.28311,210.1648,23.738708,14.643095,71.411964,27.892641,24.547087,137.42938,14.075893,1.5253683,31.138876,11.292692,1198.9506,23.884277,2.3679297,102.92262,17.931581,173.43556,77.72996,120.934784,9.182769,107.442894,405.1773,331.29266,38.50468,252.73196,74.65203,47.952454,69.332634,150.63834,24.137222,57.761265,464.10864,11.785973,19.17491,304.8157,16.627785,8.572932,65.045105,53.980545,592.81976,158.66046,170.44258,1937.5447,36.224094,1583.7491,1384.9073,7.9559817,6.1144466,1405.1305,17.396418,10.88135,371.29294,24.047804,44.61127,22.441133,67.89279,252.18704,346.74365,3.671366,32.705673,70.33855,322.07614,5.962378,84.7143,7.8403893,1.4877322,58.034954,1.1127145,1.326996,4.1844687,10.303726,23.426685,15.432092,25.668404,193.31644,36.612103,18.116072,30.408854,8.846344,99.54204,4.041493,66.43143,7.033854,62.4236,5.522247,7.679297,18.899126,9.037611,21.193453,11.375843,1.0173575,57.18292,9.218863,204.02925,6.309031,254.99255,18.149954,1133.4625,111.291466,3.37018,8.450598,139.2521,174.08813,892.85333,917.12476 +2023-02-12 12:00:00,0.0,2230.8196,31.541988,5.095587,10.424233,22.309286,183.55528,25.451921,44.586212,18.961788,28.04484,204.15634,176.97154,12.559722,38.83976,8.588551,3.560945,34.210144,75.48094,47.120445,437.82327,31.464754,403.89105,136.27786,42.01515,175.69809,199.19897,78.80494,905.7202,266.34995,2009.0573,49.38264,2369.2239,636.3186,34.57684,28.114561,184.40614,192.89124,293.3438,1026.7423,45.13393,14.301046,9.840517,564.83453,472.32843,92.6339,14.097318,451.476,21.966982,471.8713,11.34171,37.060787,0.0,1114.3198,1934.9675,0.28444016,45.338127,16.635548,13209.731,39.59304,1.5307901,9.767857,21.5307,20.954416,6.8489804,11.868453,333.0997,33.828373,8.046613,0.9942666,6.7303104,370.331,0.5173014,187.32515,86.51786,2623.201,127.1369,113.32448,185.49663,1003.3629,77.92131,60.80338,1038.7178,53.5353,72.82233,10.071258,32.913467,222.20872,11.901561,9.10953,67.72145,19.04916,4369.96,19.31499,32.642857,17.258884,16.724,330.16666,76.447685,34.419643,9.410447,9.605833,18.859085,59.579155,125.995926,49.27232,210.2181,23.7561,14.652819,71.46689,27.914196,24.540392,137.49052,14.088715,1.5256696,31.11149,11.292099,1198.9083,23.885468,2.3748002,103.07143,17.94088,173.56586,77.75952,121.036125,9.180826,107.45223,405.39984,331.65958,38.522583,252.85255,74.74107,47.961025,69.33406,150.65993,24.144133,57.773983,464.10144,11.796395,19.18509,304.92026,16.61199,8.567922,65.09861,54.015278,593.0852,158.73192,170.44994,1937.624,36.21185,1583.6775,1384.6152,7.9517856,6.110863,1404.9077,17.396406,10.87619,371.23254,24.03616,44.597767,22.432402,67.87066,252.18471,346.64798,3.6693928,32.696682,70.28733,322.03482,5.959883,84.71118,7.838839,1.4881572,58.036472,1.1130592,1.3274453,4.1869507,10.303354,23.422215,15.429521,25.670834,193.28467,36.595238,18.107143,30.40625,8.841837,99.50446,4.039583,66.27542,7.03125,62.427406,5.513393,7.6691422,18.882425,9.038839,21.178572,11.360119,1.0172317,57.19442,9.216839,203.98416,6.3077083,255.00807,18.146559,1133.3455,111.285194,3.3718386,8.448199,139.26288,174.0984,892.85974,917.00653 +2023-02-12 13:00:00,0.0,2231.293,31.531603,5.094934,10.416917,22.315298,183.53592,25.451117,44.593365,18.96793,28.054857,204.01811,177.14252,12.558635,38.795654,8.600208,3.5591896,34.200466,75.38967,47.065884,437.75082,31.436783,403.73923,136.27328,41.980484,175.86656,199.12096,78.79922,905.3295,266.3777,2008.5488,49.36614,2369.1724,636.2357,34.56585,28.107801,184.36069,192.7534,293.2847,1027.056,45.15253,14.295993,9.839965,565.1832,472.61563,92.56648,14.125246,450.9414,21.996212,471.43567,11.345087,37.081463,0.0,1115.0494,1935.6188,0.28444526,45.314518,16.642324,13216.946,39.609795,1.531016,9.785615,21.55163,20.97656,6.8550873,11.879415,333.2243,33.812252,8.06121,0.994724,6.733749,370.6072,0.51697147,187.45827,86.509224,2622.9927,127.15128,113.341545,185.47548,1004.06287,77.923836,60.81579,1038.0698,53.5545,72.783226,10.072147,32.922047,222.20007,11.899421,9.108175,67.747635,19.043104,4370.5376,19.320026,32.627975,17.26248,16.734873,330.22223,76.50653,34.40848,9.410684,9.6081,18.884695,59.599953,126.09576,49.26153,210.27138,23.77349,14.662542,71.521805,27.935751,24.533699,137.55167,14.101536,1.5259709,31.084105,11.291507,1198.8662,23.886658,2.3816705,103.22024,17.950178,173.69615,77.789085,121.13747,9.178884,107.46157,405.6224,332.02646,38.54048,252.97314,74.83011,47.969597,69.335495,150.68152,24.151041,57.7867,464.09427,11.806818,19.195267,305.0248,16.596195,8.562911,65.15212,54.050014,593.35065,158.80336,170.45729,1937.7034,36.199608,1583.6058,1384.3232,7.947589,6.1072793,1404.6849,17.396395,10.871032,371.17215,24.024515,44.584263,22.423672,67.84853,252.18237,346.5523,3.6674194,32.68769,70.23611,321.99353,5.9573884,84.70807,7.837289,1.4885823,58.03799,1.1134039,1.3278946,4.1894326,10.302983,23.417744,15.4269495,25.673264,193.25291,36.578373,18.098213,30.403646,8.83733,99.46689,4.0376735,66.11941,7.028646,62.431213,5.5045385,7.6589875,18.865726,9.040067,21.16369,11.344395,1.0171059,57.205925,9.214814,203.93907,6.3063855,255.02359,18.143162,1133.2284,111.27892,3.373497,8.445802,139.27367,174.10869,892.86615,916.88824 +2023-02-12 14:00:00,0.0,2231.7666,31.52122,5.0942817,10.409599,22.32131,183.51657,25.450312,44.600517,18.97407,28.064875,203.87988,177.31349,12.557547,38.75155,8.611865,3.5574343,34.19079,75.2984,47.011322,437.67838,31.408812,403.58743,136.26869,41.94582,176.03502,199.04294,78.793495,904.93884,266.4054,2008.0404,49.349636,2369.121,636.15283,34.554863,28.101042,184.31525,192.61557,293.22562,1027.3699,45.17113,14.29094,9.839414,565.532,472.9028,92.499054,14.153174,450.4068,22.025442,471.0,11.348464,37.10214,0.0,1115.7789,1936.2699,0.28445038,45.290905,16.649103,13224.16,39.62655,1.5312418,9.803372,21.572561,20.998705,6.861194,11.890377,333.34894,33.79613,8.075807,0.9951814,6.737187,370.88342,0.51664156,187.5914,86.500595,2622.7844,127.16567,113.35861,185.45433,1004.7629,77.92636,60.828194,1037.4219,53.5737,72.744125,10.073037,32.930626,222.1914,11.897282,9.106821,67.77383,19.037048,4371.115,19.325066,32.613094,17.266075,16.745745,330.27777,76.56538,34.39732,9.41092,9.610367,18.910303,59.620754,126.19558,49.250744,210.32468,23.790882,14.672265,71.57673,27.957308,24.527004,137.6128,14.114357,1.5262723,31.056719,11.290914,1198.824,23.887848,2.388541,103.36905,17.959478,173.82646,77.81865,121.23881,9.176941,107.47091,405.84494,332.39337,38.558384,253.09373,74.91915,47.978165,69.33692,150.70311,24.15795,57.79942,464.08707,11.817242,19.205446,305.12936,16.5804,8.5579,65.205635,54.084747,593.6161,158.87482,170.46465,1937.7826,36.187363,1583.534,1384.0311,7.9433928,6.1036954,1404.4622,17.396383,10.865873,371.11176,24.01287,44.57076,22.41494,67.8264,252.18004,346.45663,3.6654463,32.6787,70.18488,321.95224,5.9548936,84.70495,7.835739,1.4890074,58.039513,1.1137486,1.3283439,4.191915,10.302611,23.413275,15.424378,25.675694,193.22115,36.56151,18.089285,30.401041,8.832824,99.42931,4.0357637,65.9634,7.0260415,62.435017,5.4956846,7.648833,18.849026,9.041294,21.14881,11.3286705,1.0169802,57.217426,9.2127905,203.89397,6.305063,255.03911,18.139767,1133.1112,111.272644,3.3751554,8.443404,139.28444,174.11896,892.87256,916.77 +2023-02-12 15:00:00,0.0,2232.24,31.510834,5.093629,10.402283,22.327322,183.49721,25.449507,44.607666,18.980211,28.074892,203.74164,177.48448,12.556458,38.70744,8.623523,3.5556788,34.18111,75.20713,46.956757,437.60596,31.38084,403.43564,136.26411,41.91116,176.20349,198.96492,78.78777,904.5481,266.43314,2007.532,49.333134,2369.0696,636.07,34.543877,28.094282,184.2698,192.47774,293.1665,1027.6836,45.18973,14.285887,9.838862,565.8807,473.19,92.43163,14.181103,449.8722,22.054672,470.56436,11.351842,37.122814,0.0,1116.5085,1936.9211,0.28445548,45.267296,16.65588,13231.375,39.643303,1.5314677,9.821131,21.59349,21.02085,6.8673005,11.90134,333.47357,33.78001,8.090404,0.9956388,6.740625,371.15967,0.5163117,187.72452,86.49197,2622.5764,127.18005,113.37568,185.43318,1005.4628,77.92888,60.840603,1036.7739,53.5929,72.705025,10.073928,32.9392,222.18274,11.895143,9.105466,67.80002,19.03099,4371.693,19.330105,32.598213,17.26967,16.756617,330.33334,76.62422,34.38616,9.411157,9.612635,18.935911,59.641556,126.2954,49.239956,210.37796,23.808275,14.681989,71.631645,27.978863,24.520311,137.67393,14.127179,1.5265737,31.029333,11.29032,1198.7819,23.889038,2.3954113,103.51786,17.968777,173.95676,77.84821,121.34016,9.174998,107.48025,406.0675,332.76025,38.576283,253.21432,75.00819,47.986736,69.33835,150.7247,24.16486,57.812134,464.0799,11.827664,19.215626,305.2339,16.564606,8.552889,65.25915,54.119484,593.88153,158.94626,170.472,1937.862,36.17512,1583.4624,1383.739,7.939196,6.1001115,1404.2394,17.396372,10.860714,371.05136,24.001226,44.557255,22.40621,67.804276,252.17772,346.36093,3.6634731,32.669704,70.13366,321.91092,5.952399,84.701836,7.834189,1.4894323,58.04103,1.1140933,1.3287932,4.194397,10.30224,23.408804,15.421807,25.678125,193.18938,36.544643,18.080357,30.398438,8.828317,99.39174,4.033854,65.807396,7.0234375,62.438824,5.48683,7.638678,18.832325,9.042522,21.133928,11.312946,1.0168544,57.228928,9.210766,203.84888,6.30374,255.05463,18.13637,1132.9941,111.26637,3.376814,8.441007,139.29521,174.12923,892.8789,916.65173 +2023-02-12 16:00:00,0.0,2232.7136,31.50045,5.092976,10.394965,22.333334,183.47786,25.448702,44.61482,18.986353,28.08491,203.60341,177.65546,12.55537,38.663334,8.6351795,3.5539234,34.171432,75.11586,46.902195,437.5335,31.352867,403.2838,136.25952,41.876495,176.37196,198.8869,78.78205,904.1574,266.46088,2007.0237,49.31663,2369.0183,635.9871,34.53289,28.087523,184.22435,192.3399,293.1074,1027.9973,45.208332,14.280834,9.838311,566.2294,473.4772,92.364204,14.209031,449.33755,22.083902,470.12872,11.355219,37.14349,0.0,1117.2382,1937.5723,0.28446057,45.243683,16.662659,13238.59,39.660057,1.5316935,9.838888,21.614422,21.042994,6.8734074,11.912302,333.5982,33.76389,8.105,0.99609613,6.7440634,371.43588,0.5159818,187.85764,86.48334,2622.3682,127.19444,113.392746,185.41203,1006.1628,77.931404,60.853012,1036.126,53.6121,72.66592,10.074818,32.94778,222.17407,11.8930025,9.104111,67.82621,19.024935,4372.271,19.335144,32.583332,17.273266,16.767488,330.3889,76.68307,34.375,9.411393,9.614902,18.96152,59.662357,126.395226,49.229168,210.43126,23.825666,14.691712,71.68657,28.000418,24.513617,137.73508,14.14,1.526875,31.001945,11.289728,1198.7396,23.890228,2.4022818,103.666664,17.978075,174.08705,77.87778,121.4415,9.173056,107.489586,406.29004,333.12717,38.594185,253.33492,75.09722,47.995308,69.33978,150.74629,24.171768,57.824852,464.0727,11.838088,19.225805,305.33844,16.548811,8.547878,65.31265,54.154217,594.14703,159.0177,170.47935,1937.9414,36.16288,1583.3907,1383.447,7.935,6.0965276,1404.0166,17.39636,10.855556,370.99097,23.989582,44.54375,22.397478,67.78214,252.17538,346.26526,3.6615,32.660713,70.08244,321.86963,5.949904,84.698715,7.8326387,1.4898574,58.042553,1.1144379,1.3292425,4.196879,10.301868,23.404333,15.419236,25.680555,193.15762,36.52778,18.071428,30.395834,8.82381,99.354164,4.0319443,65.65139,7.0208335,62.44263,5.4779763,7.6285233,18.815624,9.04375,21.119047,11.297222,1.0167286,57.24043,9.208742,203.80379,6.3024173,255.07016,18.132973,1132.8771,111.2601,3.3784723,8.438609,139.30598,174.1395,892.8853,916.5335 +2023-02-12 17:00:00,0.0,2233.1873,31.490067,5.092324,10.387649,22.339346,183.4585,25.447897,44.62197,18.992493,28.094927,203.46518,177.82645,12.554282,38.619225,8.646837,3.552168,34.161755,75.02459,46.847633,437.4611,31.324896,403.13202,136.25494,41.841835,176.54042,198.80888,78.77633,903.76666,266.4886,2006.5153,49.30013,2368.9668,635.90424,34.521904,28.080763,184.17891,192.20207,293.0483,1028.311,45.226936,14.275781,9.83776,566.5781,473.76437,92.296776,14.236959,448.80295,22.113132,469.69305,11.358596,37.164165,0.0,1117.9677,1938.2235,0.28446567,45.22007,16.669436,13245.805,39.67681,1.5319194,9.856647,21.635353,21.065138,6.879514,11.9232645,333.7228,33.74777,8.1195965,0.99655354,6.7475014,371.7121,0.5156519,187.99075,86.4747,2622.16,127.208824,113.40982,185.39088,1006.86273,77.93393,60.865417,1035.4781,53.631294,72.626816,10.075708,32.95636,222.1654,11.890863,9.1027565,67.8524,19.018879,4372.8486,19.340183,32.56845,17.276861,16.77836,330.44446,76.74191,34.36384,9.41163,9.617168,18.987127,59.68316,126.49505,49.218376,210.48454,23.843058,14.701436,71.741486,28.021973,24.506922,137.7962,14.152822,1.5271764,30.97456,11.289135,1198.6975,23.89142,2.409152,103.815475,17.987373,174.21735,77.90734,121.54284,9.171112,107.498924,406.5126,333.49405,38.612083,253.4555,75.186264,48.00388,69.34121,150.7679,24.178677,57.83757,464.06552,11.848511,19.235985,305.443,16.533014,8.542868,65.366165,54.188953,594.4125,159.08916,170.48671,1938.0206,36.150635,1583.3191,1383.1549,7.9308033,6.0929437,1403.7937,17.396349,10.850397,370.93057,23.97794,44.530247,22.388748,67.76001,252.17305,346.1696,3.6595266,32.651722,70.03122,321.82834,5.947409,84.6956,7.8310885,1.4902825,58.04407,1.1147826,1.3296919,4.1993613,10.301497,23.399864,15.416666,25.682985,193.12585,36.510914,18.0625,30.393229,8.819303,99.31659,4.0300345,65.495384,7.018229,62.446438,5.469122,7.618368,18.798925,9.044977,21.104168,11.281498,1.016603,57.251934,9.206718,203.7587,6.3010945,255.08568,18.129578,1132.76,111.25383,3.380131,8.436211,139.31677,174.14978,892.8917,916.4152 +2023-02-12 18:00:00,0.0,2233.6606,31.479681,5.091671,10.380331,22.345358,183.43913,25.447092,44.62912,18.998634,28.104946,203.32695,177.99742,12.553194,38.57512,8.658494,3.5504127,34.152073,74.93332,46.79307,437.38864,31.296925,402.98022,136.25037,41.80717,176.7089,198.73087,78.7706,903.376,266.51633,2006.0068,49.283627,2368.9155,635.82135,34.510914,28.074003,184.13347,192.06424,292.9892,1028.6249,45.245537,14.270727,9.837209,566.9268,474.05157,92.229355,14.264888,448.2683,22.142363,469.25742,11.361973,37.18484,0.0,1118.6973,1938.8746,0.28447077,45.19646,16.676214,13253.019,39.693565,1.5321451,9.874404,21.656284,21.087282,6.885621,11.934226,333.84744,33.731647,8.134193,0.99701095,6.7509394,371.9883,0.51532197,188.12389,86.46607,2621.9517,127.22321,113.42689,185.36974,1007.5627,77.93645,60.877827,1034.8302,53.650494,72.587715,10.076598,32.964935,222.15675,11.888724,9.101401,67.878586,19.012821,4373.4263,19.345222,32.55357,17.280457,16.789232,330.5,76.80076,34.35268,9.411866,9.619436,19.012735,59.70396,126.59487,49.20759,210.53784,23.860449,14.711159,71.79641,28.043528,24.500229,137.85735,14.165643,1.5274776,30.947174,11.288543,1198.6553,23.89261,2.4160225,103.96429,17.996672,174.34764,77.936905,121.64418,9.169169,107.50826,406.73514,333.86096,38.629986,253.5761,75.2753,48.01245,69.342636,150.78949,24.185587,57.85029,464.05832,11.858933,19.246162,305.54755,16.51722,8.537857,65.41968,54.223686,594.6779,159.1606,170.49408,1938.1,36.138393,1583.2474,1382.8629,7.926607,6.08936,1403.5709,17.396338,10.845238,370.87018,23.966295,44.516743,22.380016,67.737885,252.17073,346.0739,3.6575534,32.642727,69.979996,321.78702,5.9449143,84.69248,7.8295383,1.4907076,58.04559,1.1151273,1.3301412,4.2018433,10.301126,23.395393,15.414095,25.685417,193.09409,36.49405,18.053572,30.390625,8.814796,99.279015,4.0281253,65.33938,7.015625,62.45024,5.460268,7.6082134,18.782225,9.0462055,21.089287,11.265774,1.0164772,57.263435,9.204694,203.71361,6.299772,255.1012,18.12618,1132.6428,111.24756,3.3817894,8.433813,139.32755,174.16005,892.89813,916.297 +2023-02-12 19:00:00,0.0,2234.1343,31.469297,5.091018,10.373014,22.35137,183.41978,25.446287,44.636272,19.004776,28.114964,203.18872,178.1684,12.552107,38.53101,8.670152,3.5486572,34.142395,74.84204,46.73851,437.31622,31.268951,402.8284,136.24577,41.772507,176.87737,198.65285,78.76488,902.9853,266.54404,2005.4984,49.267128,2368.864,635.73846,34.499928,28.067244,184.08801,191.9264,292.9301,1028.9386,45.264137,14.265675,9.836657,567.2756,474.33875,92.16193,14.292816,447.7337,22.171593,468.82178,11.365351,37.205517,0.0,1119.4269,1939.5258,0.2844759,45.172848,16.682991,13260.233,39.710316,1.532371,9.892162,21.677214,21.109426,6.8917274,11.9451885,333.97208,33.715527,8.14879,0.9974683,6.7543774,372.26453,0.5149921,188.257,86.45744,2621.7434,127.237595,113.443954,185.34859,1008.2627,77.93897,60.890232,1034.1823,53.669693,72.54861,10.077488,32.973515,222.14809,11.886585,9.100047,67.90478,19.006765,4374.004,19.350262,32.53869,17.284052,16.800104,330.55554,76.859604,34.34152,9.412103,9.621703,19.038343,59.72476,126.694695,49.1968,210.59114,23.877842,14.720882,71.851326,28.065083,24.493534,137.91849,14.178465,1.527779,30.919788,11.28795,1198.613,23.8938,2.4228928,104.1131,18.00597,174.47794,77.96647,121.74552,9.167227,107.5176,406.9577,334.22784,38.647884,253.69669,75.364334,48.021023,69.34407,150.81108,24.192495,57.863003,464.05115,11.869357,19.256342,305.65207,16.501425,8.532846,65.47319,54.258423,594.94336,159.23204,170.50143,1938.1792,36.12615,1583.1757,1382.5708,7.9224105,6.0857763,1403.3481,17.396324,10.840079,370.80978,23.95465,44.50324,22.371286,67.71575,252.1684,345.97824,3.6555803,32.633736,69.92878,321.74573,5.9424195,84.68936,7.8279886,1.4911326,58.04711,1.115472,1.3305905,4.204325,10.300755,23.390923,15.411524,25.687847,193.06233,36.47718,18.044643,30.388021,8.810289,99.24144,4.0262156,65.18337,7.013021,62.45405,5.4514136,7.5980587,18.765524,9.047433,21.074406,11.25005,1.0163515,57.274937,9.20267,203.6685,6.298449,255.11671,18.122786,1132.5258,111.24129,3.383448,8.431416,139.33832,174.17032,892.90454,916.1787 +2023-02-12 20:00:00,0.0,2234.6077,31.458912,5.090366,10.365697,22.357382,183.40042,25.445482,44.643425,19.010918,28.12498,203.05048,178.33939,12.551019,38.486904,8.681808,3.5469017,34.132717,74.75077,46.683945,437.24377,31.24098,402.6766,136.2412,41.737846,177.04584,198.57483,78.759155,902.59454,266.57178,2004.9901,49.250626,2368.8127,635.6556,34.48894,28.060484,184.04257,191.78857,292.871,1029.2523,45.282738,14.260621,9.836105,567.62427,474.62595,92.094505,14.3207445,447.1991,22.200823,468.3861,11.368728,37.226192,0.0,1120.1565,1940.177,0.284481,45.14924,16.689768,13267.448,39.72707,1.5325968,9.90992,21.698145,21.13157,6.8978343,11.956151,334.09668,33.699406,8.163387,0.9979257,6.757816,372.54074,0.5146622,188.39012,86.44881,2621.5352,127.25198,113.46103,185.32744,1008.96265,77.9415,60.90264,1033.5343,53.688892,72.50951,10.078379,32.982094,222.13942,11.884445,9.098692,67.93097,19.00071,4374.582,19.3553,32.52381,17.287647,16.810976,330.6111,76.91845,34.330357,9.412339,9.62397,19.063953,59.74556,126.794525,49.186012,210.64442,23.895233,14.730606,71.90625,28.086637,24.48684,137.97961,14.191286,1.5280803,30.892403,11.287356,1198.5709,23.89499,2.4297633,104.2619,18.015268,174.60825,77.99603,121.84686,9.165284,107.52693,407.18024,334.59476,38.665787,253.81728,75.45338,48.029594,69.3455,150.83267,24.199406,57.87572,464.04395,11.87978,19.266521,305.75662,16.48563,8.527835,65.526695,54.293156,595.2088,159.3035,170.50879,1938.2585,36.113907,1583.104,1382.2787,7.918214,6.0821924,1403.1254,17.396313,10.834921,370.7494,23.943007,44.48973,22.362555,67.69362,252.16606,345.88254,3.653607,32.624744,69.877556,321.7044,5.9399242,84.68625,7.8264384,1.4915577,58.04863,1.1158167,1.3310398,4.2068076,10.300383,23.386452,15.408953,25.690277,193.03056,36.460316,18.035713,30.385416,8.805782,99.20387,4.024306,65.02736,7.0104165,62.457855,5.4425592,7.587904,18.748825,9.04866,21.059525,11.234325,1.0162257,57.286438,9.200646,203.62341,6.2971263,255.13223,18.119389,1132.4087,111.23501,3.3851063,8.429018,139.34909,174.1806,892.91095,916.0605 +2023-02-12 21:00:00,0.0,2235.0813,31.448528,5.089713,10.35838,22.363394,183.38107,25.444677,44.650574,19.017057,28.134998,202.91225,178.51036,12.549931,38.4428,8.693466,3.5451462,34.12304,74.6595,46.629383,437.17133,31.213009,402.5248,136.23662,41.703182,177.2143,198.49681,78.75343,902.20386,266.5995,2004.4817,49.234123,2368.7612,635.57275,34.477955,28.053724,183.99712,191.65073,292.8119,1029.566,45.30134,14.2555685,9.835554,567.973,474.91315,92.02708,14.348673,446.66446,22.230053,467.95047,11.372105,37.24687,0.0,1120.886,1940.8281,0.2844861,45.125626,16.696547,13274.663,39.743824,1.5328227,9.927678,21.719076,21.153715,6.903941,11.9671135,334.2213,33.683285,8.177984,0.9983831,6.761254,372.817,0.5143323,188.52325,86.44018,2621.3271,127.266365,113.4781,185.30629,1009.6626,77.944016,60.915047,1032.8864,53.70809,72.470406,10.079268,32.990673,222.13075,11.882306,9.097337,67.95716,18.994652,4375.1597,19.36034,32.50893,17.291243,16.821848,330.66666,76.97729,34.319195,9.412576,9.626238,19.089561,59.76636,126.89435,49.175224,210.69772,23.912624,14.74033,71.96117,28.108192,24.480146,138.04076,14.204107,1.5283817,30.865017,11.286764,1198.5287,23.896181,2.4366338,104.41071,18.024567,174.73854,78.0256,121.948204,9.1633415,107.53627,407.4028,334.96164,38.683685,253.93787,75.54241,48.038162,69.346924,150.85426,24.206314,57.88844,464.03677,11.8902025,19.276701,305.86118,16.469835,8.522824,65.58021,54.327892,595.47424,159.37494,170.51614,1938.3379,36.10166,1583.0323,1381.9867,7.9140177,6.0786085,1402.9026,17.396301,10.8297615,370.689,23.931362,44.476227,22.353825,67.67149,252.16374,345.78687,3.6516337,32.615753,69.82633,321.66312,5.9374294,84.68313,7.824888,1.4919828,58.05015,1.1161613,1.3314891,4.2092896,10.300012,23.381983,15.406382,25.692709,192.9988,36.44345,18.026785,30.382812,8.801275,99.1663,4.022396,64.87135,7.0078125,62.461662,5.4337053,7.5777493,18.732124,9.049888,21.044643,11.218601,1.0160999,57.297943,9.198622,203.57832,6.2958035,255.14775,18.115993,1132.2916,111.22874,3.3867648,8.4266205,139.35986,174.19087,892.91736,915.9422 +2023-02-12 22:00:00,0.0,2235.555,31.438143,5.0890603,10.351063,22.369404,183.36171,25.443872,44.657726,19.0232,28.145016,202.77402,178.68134,12.548842,38.39869,8.705123,3.543391,34.11336,74.56823,46.57482,437.0989,31.185038,402.373,136.23203,41.66852,177.38277,198.4188,78.74771,901.8132,266.62723,2003.9733,49.21762,2368.71,635.48987,34.46697,28.046965,183.95168,191.5129,292.7528,1029.8799,45.31994,14.250515,9.835003,568.3217,475.20032,91.95965,14.376602,446.12985,22.259283,467.5148,11.375483,37.267544,0.0,1121.6156,1941.4794,0.28449118,45.102016,16.703323,13281.877,39.76058,1.5330485,9.945436,21.740005,21.17586,6.910048,11.978076,334.34595,33.667164,8.192581,0.99884045,6.764692,373.0932,0.51400244,188.65637,86.43155,2621.119,127.280754,113.49517,185.28516,1010.36255,77.94654,60.927456,1032.2384,53.72729,72.431305,10.080159,32.999252,222.12209,11.880167,9.095983,67.98335,18.988596,4375.7373,19.36538,32.49405,17.294838,16.83272,330.72223,77.03613,34.308037,9.412813,9.628505,19.11517,59.787163,126.99417,49.164436,210.751,23.930016,14.750053,72.01609,28.129747,24.473452,138.1019,14.2169285,1.5286831,30.837631,11.286171,1198.4866,23.897371,2.443504,104.559525,18.033865,174.86884,78.05516,122.049545,9.161399,107.54561,407.62534,335.32855,38.701588,254.05846,75.63145,48.046734,69.34836,150.87585,24.213223,57.901157,464.02957,11.900626,19.286879,305.9657,16.45404,8.517814,65.63372,54.362625,595.7397,159.44638,170.5235,1938.4172,36.08942,1582.9607,1381.6946,7.909821,6.0750246,1402.6798,17.39629,10.824603,370.6286,23.919718,44.462723,22.345093,67.64936,252.1614,345.6912,3.6496606,32.60676,69.775116,321.62183,5.9349346,84.680016,7.823338,1.4924078,58.05167,1.116506,1.3319384,4.2117715,10.29964,23.377512,15.4038105,25.695139,192.96704,36.426586,18.017857,30.380209,8.796769,99.12872,4.0204864,64.71535,7.0052085,62.465466,5.424851,7.5675945,18.715424,9.051116,21.029762,11.202877,1.0159742,57.309444,9.196598,203.53323,6.294481,255.16328,18.112597,1132.1744,111.222466,3.3884234,8.424222,139.37065,174.20114,892.92377,915.824 +2023-02-12 23:00:00,0.0,2236.0283,31.42776,5.088408,10.343746,22.375416,183.34235,25.44307,44.66488,19.02934,28.155033,202.63579,178.85233,12.547754,38.354584,8.716781,3.5416355,34.103683,74.47696,46.52026,437.02646,31.157064,402.2212,136.22745,41.633858,177.55124,198.34077,78.74198,901.4224,266.65497,2003.4648,49.20112,2368.6584,635.407,34.45598,28.040205,183.90622,191.37506,292.6937,1030.1936,45.338543,14.245461,9.834452,568.6705,475.48752,91.89223,14.404531,445.59525,22.288513,467.07916,11.3788595,37.28822,0.0,1122.3452,1942.1305,0.28449628,45.078403,16.710102,13289.092,39.777332,1.5332744,9.963194,21.760935,21.198004,6.916155,11.9890375,334.47055,33.651043,8.207178,0.99929786,6.76813,373.36942,0.51367253,188.78949,86.42292,2620.9106,127.295135,113.51224,185.264,1011.0625,77.949066,60.93986,1031.5905,53.746487,72.3922,10.081049,33.007828,222.11343,11.878027,9.094627,68.009544,18.982538,4376.315,19.370419,32.479168,17.298431,16.843592,330.77777,77.09498,34.296875,9.41305,9.630772,19.140778,59.807964,127.093994,49.153645,210.8043,23.947409,14.759776,72.07101,28.151302,24.466759,138.16302,14.229751,1.5289843,30.810246,11.285579,1198.4443,23.898563,2.4503746,104.708336,18.043165,174.99913,78.084724,122.15089,9.159455,107.55495,407.8479,335.69543,38.719486,254.17905,75.72049,48.055305,69.349785,150.89746,24.220133,57.91387,464.0224,11.911049,19.297058,306.07025,16.438244,8.512803,65.68723,54.39736,596.0052,159.51784,170.53085,1938.4966,36.07718,1582.8889,1381.4025,7.905625,6.0714407,1402.4569,17.396278,10.819445,370.5682,23.908073,44.44922,22.336363,67.62723,252.15907,345.59552,3.6476874,32.597767,69.72389,321.5805,5.93244,84.676895,7.821788,1.4928329,58.05319,1.1168507,1.3323877,4.2142534,10.299269,23.373041,15.401239,25.697569,192.93527,36.40972,18.008928,30.377604,8.792262,99.09115,4.0185766,64.55934,7.002604,62.469273,5.415997,7.55744,18.698725,9.052343,21.014881,11.187153,1.0158484,57.320946,9.194574,203.48814,6.293158,255.1788,18.109201,1132.0574,111.216194,3.390082,8.421824,139.38142,174.21141,892.9302,915.7057 +2023-02-13 00:00:00,0.0,2236.502,31.417374,5.087755,10.336429,22.381428,183.323,25.442265,44.672028,19.03548,28.16505,202.49754,179.0233,12.546667,38.310474,8.728437,3.53988,34.094006,74.38569,46.4657,436.95404,31.129093,402.0694,136.22285,41.599194,177.71971,198.26276,78.73626,901.03174,266.68268,2002.9564,49.184616,2368.6072,635.3241,34.444992,28.033445,183.86078,191.23723,292.6346,1030.5073,45.357143,14.240409,9.8338995,569.01917,475.7747,91.8248,14.432459,445.0606,22.317743,466.64352,11.3822365,37.308895,0.0,1123.0747,1942.7816,0.2845014,45.054794,16.716879,13296.307,39.794086,1.5335002,9.980952,21.781866,21.220148,6.922261,12.0,334.59518,33.634922,8.221775,0.99975526,6.7715683,373.64563,0.5133426,188.92262,86.41428,2620.7024,127.30952,113.52931,185.24286,1011.7625,77.951584,60.95227,1030.9425,53.765686,72.353096,10.081939,33.016407,222.10477,11.875888,9.093272,68.03573,18.976482,4376.893,19.375458,32.464287,17.302027,16.854464,330.83334,77.153824,34.285713,9.413286,9.633039,19.166386,59.828766,127.19382,49.142857,210.8576,23.9648,14.7695,72.12593,28.172857,24.460064,138.22417,14.242572,1.5292857,30.78286,11.284986,1198.4021,23.899754,2.4572449,104.85714,18.052464,175.12943,78.11429,122.25223,9.157513,107.564285,408.07043,336.06235,38.73739,254.29964,75.809525,48.063877,69.35121,150.91905,24.227041,57.92659,464.0152,11.921473,19.307238,306.1748,16.42245,8.5077915,65.74074,54.432095,596.2706,159.58928,170.53821,1938.5759,36.064934,1582.8173,1381.1105,7.901428,6.0678573,1402.2341,17.396267,10.814285,370.5078,23.89643,44.435715,22.327633,67.6051,252.15675,345.49982,3.645714,32.588776,69.67267,321.5392,5.929945,84.67378,7.820238,1.493258,58.05471,1.1171954,1.332837,4.216736,10.298897,23.368572,15.398668,25.7,192.90352,36.392857,18.0,30.375,8.787755,99.05357,4.016667,64.403336,7.0,62.47308,5.4071426,7.547285,18.682024,9.053571,21.0,11.171429,1.0157228,57.33245,9.19255,203.44304,6.2918353,255.19432,18.105804,1131.9403,111.20992,3.3917403,8.419427,139.3922,174.2217,892.9366,915.58746 +2023-02-13 01:00:00,0.0,2236.9753,31.40699,5.0871024,10.329112,22.38744,183.30363,25.44146,44.67918,19.041622,28.175068,202.35931,179.19427,12.545579,38.26637,8.740095,3.5381246,34.084328,74.29441,46.411133,436.8816,31.101122,401.91757,136.21828,41.564533,177.88817,198.18474,78.73054,900.64105,266.71042,2002.4481,49.168118,2368.5557,635.2412,34.434006,28.026686,183.81534,191.0994,292.5755,1030.8212,45.375744,14.235355,9.833348,569.36786,476.0619,91.75738,14.460387,444.526,22.346973,466.20786,11.385614,37.32957,0.0,1123.8044,1943.4329,0.2845065,45.03118,16.723658,13303.5205,39.81084,1.5337261,9.99871,21.802795,21.242292,6.928368,12.0109625,334.71982,33.6188,8.236372,1.0002127,6.7750063,373.92184,0.5130127,189.05574,86.405655,2620.4941,127.323906,113.54638,185.22171,1012.46246,77.95411,60.96468,1030.2946,53.784885,72.313995,10.082829,33.024986,222.0961,11.873749,9.091918,68.06192,18.970427,4377.4707,19.380497,32.449406,17.305622,16.865335,330.8889,77.21267,34.274555,9.413523,9.635306,19.191994,59.849567,127.29364,49.13207,210.91089,23.982191,14.779223,72.18085,28.194412,24.45337,138.28531,14.255393,1.529587,30.755472,11.284392,1198.36,23.900944,2.4641154,105.00595,18.061762,175.25974,78.14385,122.35357,9.15557,107.57362,408.29297,336.42923,38.755287,254.42023,75.89856,48.07245,69.35264,150.94064,24.233952,57.93931,464.008,11.931895,19.317417,306.27936,16.406654,8.502781,65.79425,54.46683,596.5361,159.66074,170.54556,1938.6552,36.052692,1582.7456,1380.8184,7.897232,6.0642734,1402.0114,17.396255,10.809127,370.44742,23.884785,44.42221,22.318901,67.58297,252.15442,345.40414,3.643741,32.57978,69.62145,321.4979,5.92745,84.67066,7.818688,1.4936831,58.05623,1.1175401,1.3332864,4.219218,10.298525,23.364101,15.396097,25.70243,192.87175,36.37599,17.991072,30.372396,8.783249,99.016,4.014757,64.24733,6.997396,62.476887,5.3982887,7.5371304,18.665323,9.054799,20.985119,11.1557045,1.015597,57.343952,9.190526,203.39795,6.2905126,255.20984,18.10241,1131.8232,111.20365,3.3933988,8.417029,139.40297,174.23196,892.94293,915.4692 +2023-02-13 02:00:00,0.0,2237.449,31.396605,5.08645,10.3217945,22.393452,183.28429,25.440655,44.686333,19.047764,28.185085,202.22108,179.36526,12.544491,38.22226,8.751752,3.5363693,34.07465,74.20314,46.35657,436.80917,31.07315,401.76578,136.2137,41.52987,178.05664,198.10672,78.724815,900.2503,266.73813,2001.9397,49.151615,2368.5044,635.1583,34.42302,28.019926,183.76988,190.96156,292.5164,1031.1349,45.394344,14.230302,9.832797,569.7166,476.3491,91.68995,14.488316,443.9914,22.376204,465.77222,11.388991,37.350246,0.0,1124.5339,1944.084,0.2845116,45.00757,16.730434,13310.735,39.827595,1.5339519,10.016468,21.823727,21.264437,6.934475,12.021925,334.84445,33.60268,8.250969,1.0006701,6.7784443,374.19806,0.51268286,189.18886,86.397026,2620.286,127.33829,113.563446,185.20056,1013.1624,77.95663,60.977085,1029.6467,53.804085,72.274895,10.083719,33.03356,222.08743,11.87161,9.090563,68.08811,18.964369,4378.0483,19.385536,32.434525,17.309217,16.876207,330.94446,77.271515,34.263393,9.413759,9.637573,19.217604,59.870365,127.39347,49.12128,210.96419,23.999582,14.788947,72.23577,28.215967,24.446676,138.34645,14.268214,1.5298884,30.728086,11.2838,1198.3177,23.902134,2.4709857,105.15476,18.07106,175.39003,78.17341,122.45491,9.153627,107.58296,408.51553,336.79614,38.77319,254.54082,75.9876,48.08102,69.35407,150.96223,24.24086,57.952023,464.00082,11.942318,19.327595,306.38388,16.39086,8.49777,65.84776,54.501564,596.8015,159.73218,170.55292,1938.7345,36.040447,1582.674,1380.5262,7.8930354,6.0606894,1401.7886,17.396244,10.803968,370.38702,23.87314,44.408707,22.310171,67.560844,252.15208,345.30847,3.6417677,32.57079,69.57023,321.4566,5.9249554,84.66755,7.8171377,1.4941081,58.05775,1.1178848,1.3337357,4.2216997,10.298154,23.35963,15.393526,25.70486,192.83998,36.359127,17.982143,30.369791,8.778742,98.978424,4.0128474,64.091324,6.9947915,62.48069,5.3894343,7.5269756,18.648624,9.056026,20.970238,11.13998,1.0154712,57.355453,9.188501,203.35286,6.28919,255.22536,18.099012,1131.7062,111.19738,3.3950572,8.414632,139.41374,174.24223,892.94934,915.35095 +2023-02-13 03:00:00,0.0,2237.9226,31.38622,5.0857973,10.314478,22.399464,183.26492,25.43985,44.69348,19.053905,28.195103,202.08286,179.53624,12.543403,38.178154,8.76341,3.5346138,34.064972,74.11187,46.30201,436.73672,31.045177,401.61398,136.2091,41.49521,178.22511,198.0287,78.71909,899.8596,266.76587,2001.4313,49.135113,2368.453,635.0755,34.412033,28.013166,183.72444,190.82373,292.4573,1031.4486,45.412945,14.225249,9.832246,570.0653,476.63626,91.62252,14.516244,443.45673,22.405434,465.33658,11.392368,37.370922,0.0,1125.2635,1944.7352,0.2845167,44.98396,16.737213,13317.95,39.84435,1.5341778,10.034225,21.844658,21.286581,6.940582,12.032887,334.96906,33.58656,8.265566,1.0011274,6.781883,374.47427,0.51235294,189.32199,86.38839,2620.078,127.35268,113.58052,185.17941,1013.86237,77.95915,60.989494,1028.9988,53.823284,72.23579,10.084609,33.04214,222.07877,11.86947,9.089208,68.1143,18.958313,4378.626,19.390575,32.419643,17.312813,16.88708,331.0,77.33036,34.25223,9.413996,9.639841,19.243212,59.891167,127.49329,49.110493,211.01747,24.016975,14.79867,72.29069,28.237522,24.439981,138.40758,14.281036,1.5301898,30.7007,11.283207,1198.2756,23.903324,2.4778562,105.30357,18.080359,175.52032,78.20297,122.55625,9.151685,107.5923,408.73807,337.16302,38.79109,254.66142,76.07664,48.08959,69.3555,150.98383,24.247768,57.96474,463.99362,11.952742,19.337774,306.48843,16.375065,8.49276,65.901276,54.5363,597.06696,159.80362,170.56027,1938.8137,36.028206,1582.6023,1380.2343,7.8888392,6.0571055,1401.5658,17.396233,10.798809,370.32663,23.861496,44.395203,22.30144,67.53871,252.14977,345.2128,3.6397946,32.5618,69.519005,321.4153,5.9224606,84.66443,7.8155875,1.4945332,58.05927,1.1182295,1.334185,4.224182,10.297782,23.355162,15.390955,25.707293,192.80823,36.342262,17.973213,30.367188,8.774235,98.94085,4.0109377,63.935314,6.9921875,62.484497,5.3805804,7.516821,18.631924,9.057254,20.955357,11.124256,1.0153455,57.366955,9.186478,203.30777,6.287867,255.24088,18.095617,1131.589,111.1911,3.3967159,8.412233,139.42453,174.25252,892.95575,915.23267 +2023-02-13 04:00:00,0.0,2238.396,31.375835,5.0851445,10.30716,22.405476,183.24556,25.439045,44.700634,19.060045,28.20512,201.94461,179.70721,12.542315,38.13405,8.775066,3.5328584,34.055294,74.0206,46.247448,436.66428,31.017206,401.46216,136.20453,41.460545,178.39357,197.95068,78.71337,899.46893,266.7936,2000.9229,49.11861,2368.4016,634.9926,34.401043,28.006407,183.679,190.6859,292.3982,1031.7623,45.43155,14.220196,9.831695,570.41406,476.92346,91.5551,14.544172,442.92212,22.434664,464.9009,11.395746,37.391598,0.0,1125.9932,1945.3864,0.2845218,44.960346,16.74399,13325.165,39.861103,1.5344037,10.051984,21.86559,21.308725,6.946688,12.04385,335.0937,33.57044,8.280163,1.0015848,6.7853208,374.75052,0.51202303,189.45511,86.37976,2619.8696,127.36706,113.59759,185.15826,1014.5623,77.96168,61.0019,1028.3508,53.842484,72.196686,10.0855,33.05072,222.0701,11.867331,9.087853,68.140495,18.952255,4379.204,19.395613,32.404762,17.316408,16.897951,331.05554,77.389206,34.24107,9.414232,9.642108,19.26882,59.91197,127.59312,49.0997,211.07077,24.034367,14.8083935,72.34561,28.259077,24.433289,138.46872,14.293858,1.5304911,30.673315,11.282615,1198.2334,23.904514,2.4847264,105.45238,18.089657,175.65062,78.23254,122.65759,9.149742,107.60164,408.96063,337.52994,38.80899,254.78201,76.16567,48.09816,69.356926,151.00543,24.254679,57.97746,463.98645,11.963164,19.347954,306.593,16.35927,8.487749,65.95478,54.571033,597.3324,159.87508,170.56763,1938.8931,36.01596,1582.5305,1379.9421,7.8846426,6.0535216,1401.343,17.396221,10.793651,370.26627,23.849852,44.3817,22.29271,67.51658,252.14743,345.11713,3.6378212,32.552803,69.46778,321.374,5.9199657,84.661316,7.8140373,1.4949583,58.060787,1.1185741,1.3346343,4.226664,10.297411,23.35069,15.388385,25.709723,192.77646,36.325397,17.964285,30.364584,8.769728,98.903275,4.009028,63.77931,6.9895835,62.488304,5.371726,7.5066657,18.615223,9.058482,20.940477,11.108532,1.0152197,57.37846,9.184454,203.26268,6.2865443,255.25641,18.09222,1131.4719,111.18483,3.3983743,8.409836,139.4353,174.26279,892.96216,915.11444 +2023-02-13 05:00:00,0.0,2238.8696,31.365452,5.084492,10.299844,22.411488,183.22621,25.43824,44.707787,19.066187,28.215137,201.80638,179.8782,12.541227,38.08994,8.786724,3.531103,34.045616,73.92933,46.192886,436.59186,30.989235,401.31036,136.19995,41.42588,178.56204,197.87267,78.70764,899.0782,266.82132,2000.4146,49.102108,2368.35,634.9097,34.390057,27.999647,183.63356,190.54807,292.3391,1032.0762,45.45015,14.215143,9.831142,570.76276,477.21063,91.48767,14.572101,442.3875,22.463894,464.46527,11.399123,37.412273,0.0,1126.7227,1946.0376,0.2845269,44.936737,16.750769,13332.379,39.877857,1.5346295,10.069741,21.886518,21.33087,6.952795,12.0548115,335.21832,33.554317,8.294759,1.0020422,6.7887588,375.02673,0.5116931,189.58823,86.37113,2619.6614,127.38145,113.614655,185.13712,1015.2623,77.964195,61.01431,1027.7029,53.861683,72.157585,10.08639,33.059296,222.06145,11.865191,9.086498,68.16669,18.9462,4379.7817,19.400652,32.38988,17.320004,16.908823,331.1111,77.44805,34.22991,9.414469,9.644375,19.294428,59.93277,127.69294,49.088913,211.12405,24.051758,14.818117,72.40053,28.280632,24.426594,138.52986,14.306679,1.5307924,30.64593,11.2820215,1198.1913,23.905704,2.491597,105.60119,18.098955,175.78091,78.2621,122.758934,9.147799,107.61098,409.18317,337.89682,38.82689,254.9026,76.254715,48.10673,69.35836,151.02702,24.261587,57.990177,463.97925,11.973587,19.358133,306.6975,16.343473,8.482738,66.00829,54.60577,597.59784,159.94652,170.57498,1938.9724,36.00372,1582.4589,1379.65,7.8804464,6.0499377,1401.1202,17.39621,10.788492,370.20587,23.838207,44.36819,22.283978,67.49445,252.1451,345.02142,3.635848,32.54381,69.416565,321.3327,5.917471,84.658195,7.8124876,1.4953833,58.06231,1.1189188,1.3350836,4.229146,10.297039,23.34622,15.385814,25.712152,192.74469,36.308533,17.955357,30.361979,8.765222,98.8657,4.007118,63.6233,6.986979,62.49211,5.362872,7.496511,18.598524,9.05971,20.925596,11.092808,1.0150939,57.38996,9.182429,203.21758,6.2852216,255.27193,18.088825,1131.3549,111.17856,3.4000328,8.407438,139.44608,174.27306,892.96857,914.99615 +2023-02-13 06:00:00,0.0,2239.3433,31.355068,5.0838394,10.292526,22.4175,183.20685,25.437435,44.714935,19.072329,28.225155,201.66815,180.04918,12.540139,38.045834,8.798381,3.5293477,34.03594,73.83806,46.13832,436.5194,30.961264,401.15857,136.19536,41.39122,178.73051,197.79465,78.70192,898.6875,266.84906,1999.9061,49.085606,2368.2988,634.82684,34.37907,27.992887,183.5881,190.41023,292.28,1032.3899,45.46875,14.21009,9.830591,571.1115,477.49783,91.42025,14.600029,441.8529,22.493124,464.02963,11.4025,37.43295,0.0,1127.4523,1946.6887,0.284532,44.913124,16.757545,13339.594,39.89461,1.5348554,10.0875,21.90745,21.353014,6.958902,12.065774,335.34293,33.538197,8.309356,1.0024996,6.7921968,375.30295,0.51136327,189.72136,86.3625,2619.4531,127.39583,113.63172,185.11597,1015.9623,77.96672,61.026714,1027.0549,53.88088,72.118484,10.08728,33.06788,222.05278,11.863051,9.085143,68.19287,18.940144,4380.3594,19.405691,32.375,17.323599,16.919695,331.16666,77.5069,34.21875,9.414705,9.646642,19.320036,59.95357,127.79276,49.078125,211.17735,24.069149,14.827841,72.45545,28.302189,24.419899,138.59099,14.3195,1.5310937,30.618544,11.281428,1198.149,23.906897,2.4984672,105.75,18.108253,175.91122,78.291664,122.860275,9.145856,107.620316,409.40573,338.26373,38.84479,255.0232,76.34375,48.115303,69.35979,151.04861,24.268496,58.00289,463.97208,11.984011,19.36831,306.80206,16.327679,8.477727,66.061806,54.640503,597.86334,160.01796,170.58234,1939.0518,35.991478,1582.3872,1379.358,7.87625,6.0463543,1400.8973,17.396198,10.783333,370.14548,23.826563,44.354687,22.275248,67.47232,252.14276,344.92575,3.633875,32.53482,69.36534,321.2914,5.914976,84.65508,7.8109374,1.4958084,58.063828,1.1192635,1.3355329,4.231628,10.296668,23.341751,15.383243,25.714582,192.71294,36.291668,17.946428,30.359375,8.760715,98.828125,4.0052085,63.467293,6.984375,62.495914,5.3540177,7.4863563,18.581823,9.060937,20.910715,11.077084,1.0149682,57.401463,9.180406,203.17249,6.283899,255.28745,18.085428,1131.2378,111.17229,3.4016912,8.405041,139.45685,174.28333,892.975,914.8779 +2023-02-13 07:00:00,0.0,2239.8167,31.344683,5.0831866,10.285209,22.423512,183.1875,25.43663,44.722088,19.078468,28.235174,201.52992,180.22015,12.539051,38.001724,8.810039,3.5275922,34.02626,73.74679,46.08376,436.447,30.93329,401.00674,136.19078,41.356556,178.89899,197.71663,78.6962,898.2968,266.87677,1999.3977,49.069107,2368.2476,634.74396,34.368084,27.986128,183.54266,190.2724,292.2209,1032.7036,45.48735,14.205036,9.83004,571.4602,477.78503,91.35282,14.627957,441.31827,22.522354,463.59396,11.405877,37.453625,0.0,1128.1819,1947.3398,0.2845371,44.889515,16.764324,13346.809,39.911366,1.5350811,10.105257,21.92838,21.375158,6.9650087,12.076736,335.46756,33.522076,8.323953,1.002957,6.795635,375.57916,0.51103336,189.85448,86.35387,2619.2449,127.41022,113.64879,185.09482,1016.66223,77.969246,61.039124,1026.407,53.900078,72.07938,10.08817,33.076454,222.04411,11.860912,9.083789,68.21906,18.934086,4380.937,19.41073,32.36012,17.327194,16.930567,331.22223,77.56574,34.20759,9.414942,9.64891,19.345644,59.974373,127.892586,49.067337,211.23065,24.086542,14.837564,72.51037,28.323744,24.413206,138.65213,14.332322,1.5313951,30.591158,11.280836,1198.1068,23.908087,2.5053377,105.89881,18.117554,176.04152,78.32123,122.96162,9.143913,107.629654,409.62827,338.6306,38.86269,255.14378,76.432785,48.123875,69.36121,151.0702,24.275406,58.01561,463.96487,11.994433,19.37849,306.90662,16.311884,8.472716,66.11532,54.67524,598.1288,160.08942,170.5897,1939.1311,35.979233,1582.3156,1379.0659,7.872053,6.0427704,1400.6746,17.396187,10.778174,370.08508,23.814919,44.341183,22.266516,67.45019,252.14044,344.83008,3.6319017,32.52583,69.31412,321.2501,5.9124813,84.65196,7.809387,1.4962335,58.06535,1.1196082,1.3359822,4.2341104,10.296296,23.33728,15.3806715,25.717014,192.68117,36.274803,17.9375,30.356771,8.756207,98.79055,4.0032988,63.311287,6.981771,62.49972,5.345164,7.4762015,18.565123,9.062165,20.895834,11.061359,1.0148425,57.412964,9.178382,203.1274,6.282576,255.30296,18.082033,1131.1206,111.166016,3.4033496,8.402643,139.46762,174.29361,892.9814,914.75964 +2023-02-13 08:00:00,0.0,2240.2903,31.3343,5.0825343,10.277892,22.429523,183.16814,25.435825,44.729237,19.08461,28.245192,201.39168,180.39114,12.537963,37.95762,8.821695,3.5258367,34.016582,73.65551,46.029198,436.37454,30.90532,400.85495,136.18619,41.321896,179.06744,197.63861,78.690475,897.90607,266.9045,1998.8893,49.052605,2368.196,634.66113,34.357098,27.979368,183.49722,190.13457,292.1618,1033.0173,45.50595,14.199984,9.829489,571.80896,478.0722,91.28539,14.655886,440.78363,22.551584,463.15833,11.409255,37.4743,0.0,1128.9115,1947.9911,0.2845422,44.865902,16.771101,13354.023,39.92812,1.535307,10.123015,21.94931,21.397303,6.971115,12.087699,335.5922,33.505955,8.33855,1.0034144,6.799073,375.85538,0.51070344,189.9876,86.34524,2619.0369,127.4246,113.66586,185.07367,1017.3622,77.97176,61.05153,1025.759,53.919277,72.040276,10.08906,33.085033,222.03545,11.858773,9.082434,68.245255,18.92803,4381.5146,19.41577,32.345238,17.33079,16.941439,331.27777,77.62459,34.19643,9.415179,9.651176,19.371254,59.995174,127.99242,49.05655,211.28394,24.103933,14.847287,72.56529,28.345299,24.406511,138.71327,14.345143,1.5316964,30.563772,11.280243,1198.0647,23.909277,2.512208,106.04762,18.126852,176.17181,78.35079,123.06296,9.141971,107.63899,409.85083,338.99753,38.880592,255.26437,76.52183,48.132446,69.36265,151.0918,24.282314,58.028328,463.9577,12.004857,19.38867,307.01117,16.29609,8.467706,66.16883,54.709972,598.3942,160.16086,170.59706,1939.2104,35.96699,1582.2439,1378.7738,7.867857,6.0391865,1400.4518,17.396175,10.773016,370.0247,23.803274,44.32768,22.257786,67.42806,252.1381,344.7344,3.6299284,32.516834,69.2629,321.2088,5.9099865,84.64885,7.807837,1.4966586,58.066868,1.1199529,1.3364315,4.2365923,10.295925,23.33281,15.3781,25.719444,192.6494,36.257935,17.928572,30.354166,8.7517,98.752975,4.001389,63.155277,6.9791665,62.50353,5.3363094,7.466047,18.548424,9.063393,20.880953,11.045635,1.0147167,57.42447,9.176357,203.0823,6.2812533,255.31848,18.078636,1131.0035,111.159744,3.4050083,8.400246,139.47841,174.30388,892.9878,914.6414 +2023-02-13 09:00:00,0.0,2240.7637,31.323914,5.0818815,10.270575,22.435535,183.14877,25.43502,44.73639,19.090752,28.255209,201.25345,180.56212,12.536875,37.91351,8.833353,3.5240812,34.0069,73.56424,45.974636,436.30212,30.877348,400.70316,136.18161,41.28723,179.23592,197.5606,78.68475,897.5154,266.93225,1998.3809,49.036102,2368.1448,634.57825,34.346107,27.972609,183.45177,189.99673,292.1027,1033.3312,45.524555,14.19493,9.828938,572.15765,478.3594,91.21797,14.683814,440.24902,22.580814,462.72266,11.412632,37.494976,0.0,1129.641,1948.6422,0.2845473,44.842293,16.777878,13361.237,39.944874,1.5355328,10.140773,21.970242,21.419447,6.977222,12.098661,335.7168,33.48983,8.353147,1.0038717,6.802511,376.1316,0.5103736,190.12073,86.33661,2618.8286,127.43899,113.68293,185.05252,1018.06213,77.97429,61.06394,1025.1111,53.938477,72.001175,10.089951,33.093613,222.02678,11.856634,9.081079,68.27145,18.921974,4382.093,19.420809,32.330357,17.334385,16.95231,331.33334,77.68343,34.18527,9.415416,9.653443,19.396862,60.015972,128.09224,49.045757,211.33723,24.121325,14.857011,72.62021,28.366854,24.399817,138.7744,14.3579645,1.5319978,30.536386,11.279651,1198.0225,23.910467,2.5190785,106.19643,18.13615,176.30211,78.380356,123.1643,9.140028,107.64832,410.07336,339.3644,38.89849,255.38496,76.61086,48.141014,69.364075,151.11339,24.289225,58.041046,463.9505,12.01528,19.39885,307.1157,16.280294,8.462694,66.222336,54.74471,598.65967,160.2323,170.60442,1939.2897,35.954746,1582.1721,1378.4818,7.8636603,6.0356026,1400.229,17.396164,10.767858,369.9643,23.79163,44.314175,22.249054,67.40593,252.13577,344.6387,3.6279552,32.507843,69.21168,321.16748,5.907491,84.64573,7.806287,1.4970835,58.06839,1.1202976,1.3368809,4.239074,10.295553,23.328339,15.375529,25.721874,192.61765,36.24107,17.919643,30.351562,8.747194,98.7154,3.9994793,62.99927,6.9765625,62.507336,5.3274555,7.455892,18.531723,9.06462,20.866072,11.02991,1.014591,57.43597,9.174334,203.03722,6.2799306,255.334,18.075241,1130.8865,111.153465,3.4066668,8.397847,139.48918,174.31415,892.9942,914.52313 +2023-02-13 10:00:00,0.0,2241.2373,31.31353,5.0812287,10.263258,22.441547,183.12943,25.434216,44.74354,19.096893,28.265226,201.11522,180.7331,12.535787,37.869404,8.84501,3.522326,33.997223,73.47297,45.920074,436.22968,30.849377,400.55136,136.17703,41.252567,179.40439,197.48257,78.67902,897.12463,266.95996,1997.8726,49.0196,2368.0933,634.49536,34.33512,27.965849,183.40631,189.8589,292.0436,1033.6449,45.543156,14.1898775,9.828386,572.50635,478.64658,91.15054,14.711743,439.71442,22.610044,462.28702,11.416009,37.51565,0.0,1130.3706,1949.2935,0.28455243,44.81868,16.784657,13368.452,39.961624,1.5357587,10.158531,21.991173,21.441591,6.983329,12.109623,335.84143,33.47371,8.3677435,1.0043291,6.805949,376.40784,0.5100437,190.25385,86.32798,2618.6204,127.45337,113.7,185.03139,1018.76215,77.976814,61.076347,1024.4631,53.957676,71.962074,10.09084,33.10219,222.01813,11.854494,9.079724,68.29764,18.915916,4382.6704,19.425848,32.315475,17.33798,16.963182,331.3889,77.74228,34.174107,9.415652,9.655711,19.42247,60.036774,128.19206,49.03497,211.39052,24.138716,14.8667345,72.67513,28.388409,24.393124,138.83554,14.370786,1.532299,30.509,11.2790575,1197.9803,23.911657,2.5259488,106.34524,18.145449,176.4324,78.40992,123.26565,9.138085,107.65766,410.29593,339.73132,38.916393,255.50555,76.6999,48.149586,69.3655,151.135,24.296133,58.05376,463.94333,12.025702,19.409027,307.22025,16.2645,8.457684,66.27585,54.77944,598.9251,160.30376,170.61177,1939.3691,35.942505,1582.1005,1378.1897,7.859464,6.0320187,1400.0062,17.39615,10.762698,369.9039,23.779985,44.30067,22.240324,67.3838,252.13345,344.54303,3.625982,32.49885,69.16045,321.1262,5.9049964,84.64262,7.804737,1.4975086,58.06991,1.1206422,1.3373302,4.2415566,10.295182,23.32387,15.372958,25.724306,192.58588,36.224205,17.910713,30.348959,8.742687,98.677826,3.9975696,62.843266,6.9739585,62.51114,5.318601,7.4457374,18.515022,9.065848,20.85119,11.014186,1.0144652,57.44747,9.172309,202.99211,6.278608,255.34953,18.071844,1130.7694,111.147194,3.4083252,8.39545,139.49995,174.32443,893.0006,914.4049 +2023-02-13 11:00:00,0.0,2241.711,31.303144,5.0805764,10.25594,22.44756,183.11006,25.43341,44.75069,19.103033,28.275244,200.97699,180.90408,12.534699,37.8253,8.8566675,3.5205705,33.987545,73.3817,45.86551,436.15723,30.821404,400.39954,136.17244,41.217907,179.57286,197.40456,78.6733,896.73395,266.9877,1997.3641,49.003098,2368.042,634.4125,34.324135,27.95909,183.36087,189.72107,291.9845,1033.9586,45.561756,14.184824,9.827834,572.8551,478.93378,91.08312,14.739672,439.17978,22.639275,461.85138,11.419387,37.536327,0.0,1131.1002,1949.9446,0.28455752,44.795067,16.791433,13375.667,39.97838,1.5359845,10.17629,22.012104,21.463736,6.9894357,12.120585,335.96606,33.45759,8.38234,1.0047865,6.8093877,376.68405,0.50971377,190.38696,86.31934,2618.412,127.46775,113.71707,185.01024,1019.4621,77.97933,61.088753,1023.81525,53.976875,71.922966,10.09173,33.110767,222.00946,11.852355,9.078369,68.32382,18.90986,4383.248,19.430887,32.300594,17.341576,16.974054,331.44446,77.801125,34.162945,9.415889,9.657978,19.448078,60.057575,128.29189,49.02418,211.44382,24.156109,14.876458,72.73005,28.409964,24.386429,138.89668,14.383608,1.5326004,30.481613,11.278464,1197.9381,23.912848,2.5328193,106.49405,18.154747,176.56271,78.43948,123.36699,9.136143,107.667,410.51846,340.0982,38.93429,255.62614,76.78894,48.158157,69.366936,151.15659,24.303041,58.06648,463.93613,12.036126,19.419207,307.3248,16.248703,8.452673,66.32936,54.814175,599.19055,160.3752,170.61913,1939.4485,35.930264,1582.0288,1377.8976,7.8552675,6.0284348,1399.7834,17.39614,10.75754,369.8435,23.768341,44.287167,22.231594,67.36167,252.13112,344.44736,3.624009,32.489857,69.10924,321.0849,5.9025016,84.639496,7.803187,1.4979337,58.071426,1.1209869,1.3377795,4.2440386,10.29481,23.319399,15.370387,25.726736,192.55412,36.20734,17.901785,30.346354,8.73818,98.64025,3.9956598,62.68726,6.971354,62.514946,5.3097467,7.4355826,18.498322,9.067076,20.83631,10.998462,1.0143394,57.458977,9.170285,202.94702,6.277285,255.36505,18.068449,1130.6522,111.14092,3.4099836,8.393052,139.51073,174.3347,893.007,914.2867 +2023-02-13 12:00:00,0.0,2242.1843,31.29276,5.0799236,10.248624,22.453571,183.09071,25.432606,44.757843,19.109175,28.285261,200.83875,181.07506,12.533611,37.78119,8.868324,3.518815,33.977867,73.29043,45.810947,436.0848,30.793432,400.24774,136.16786,41.183243,179.74132,197.32654,78.66758,896.34326,267.0154,1996.8557,48.986595,2367.9905,634.3296,34.31315,27.95233,183.31541,189.58322,291.92538,1034.2725,45.580357,14.17977,9.827283,573.2038,479.22098,91.01569,14.7676,438.64517,22.668505,461.4157,11.422764,37.557003,0.0,1131.8297,1950.5957,0.28456262,44.771458,16.798212,13382.881,39.995132,1.5362104,10.194047,22.033033,21.48588,6.995542,12.131548,336.09067,33.441467,8.396937,1.0052439,6.8128257,376.96027,0.50938386,190.5201,86.310715,2618.2039,127.48214,113.73414,184.98909,1020.16205,77.98186,61.101162,1023.1673,53.99607,71.883865,10.092621,33.119347,222.0008,11.850216,9.077014,68.35001,18.903805,4383.8257,19.435926,32.285713,17.345171,16.984926,331.5,77.85997,34.151787,9.416125,9.660245,19.473686,60.078377,128.39171,49.013393,211.49712,24.1735,14.886181,72.78497,28.431519,24.379736,138.95781,14.396429,1.5329018,30.454227,11.277872,1197.8959,23.91404,2.5396895,106.64286,18.164045,176.69301,78.46905,123.46833,9.134199,107.67634,410.74103,340.46512,38.952194,255.74673,76.877975,48.16673,69.36836,151.17818,24.309952,58.079197,463.92896,12.046549,19.429386,307.42935,16.232908,8.447662,66.38287,54.84891,599.456,160.44664,170.62648,1939.5277,35.91802,1581.9572,1377.6056,7.8510714,6.0248513,1399.5605,17.396128,10.752381,369.7831,23.756697,44.273663,22.222862,67.33954,252.12878,344.35168,3.6220355,32.480865,69.058014,321.04358,5.900007,84.63638,7.8016367,1.4983587,58.07295,1.1213316,1.3382288,4.2465205,10.294439,23.314928,15.367816,25.729166,192.52235,36.190475,17.892857,30.34375,8.733674,98.60268,3.99375,62.53125,6.96875,62.518753,5.300893,7.425428,18.481623,9.068303,20.821428,10.982738,1.0142137,57.470478,9.168262,202.90193,6.2759624,255.38057,18.065052,1130.5352,111.13465,3.411642,8.390655,139.52151,174.34497,893.01337,914.1684 +2023-02-13 13:00:00,0.0,2242.658,31.282375,5.079271,10.241306,22.459583,183.07135,25.4318,44.764996,19.115316,28.295279,200.70052,181.24603,12.532523,37.737083,8.879982,3.5170596,33.96819,73.19916,45.756386,436.01236,30.765461,400.09595,136.16328,41.148582,179.90979,197.24852,78.66186,895.9525,267.04315,1996.3473,48.970093,2367.9392,634.2467,34.302162,27.94557,183.26997,189.44539,291.8663,1034.5862,45.598957,14.174718,9.826732,573.55255,479.50815,90.948265,14.795528,438.11057,22.697735,460.98007,11.426141,37.57768,0.0,1132.5593,1951.247,0.2845677,44.747845,16.804989,13390.096,40.011887,1.5364362,10.211805,22.053965,21.508024,7.001649,12.14251,336.2153,33.425346,8.411534,1.0057013,6.8162637,377.23648,0.509054,190.65321,86.302086,2617.9956,127.49652,113.751205,184.96794,1020.862,77.984375,61.113567,1022.5194,54.01527,71.844765,10.093511,33.127922,221.99213,11.848076,9.07566,68.376205,18.897747,4384.404,19.440966,32.270832,17.348766,16.995798,331.55554,77.91881,34.140625,9.416362,9.662513,19.499294,60.09918,128.49153,49.002605,211.5504,24.190891,14.895905,72.83989,28.453074,24.373041,139.01895,14.40925,1.5332031,30.426842,11.277279,1197.8538,23.91523,2.54656,106.791664,18.173344,176.8233,78.49861,123.56967,9.1322565,107.68568,410.96356,340.832,38.970093,255.86732,76.96702,48.1753,69.36979,151.19977,24.31686,58.091915,463.92175,12.056972,19.439566,307.53387,16.217113,8.442651,66.43638,54.883644,599.7215,160.5181,170.63383,1939.607,35.905777,1581.8855,1377.3135,7.8468747,6.0212674,1399.3378,17.396116,10.747222,369.72272,23.745052,44.26016,22.214132,67.31741,252.12646,344.256,3.6200624,32.471874,69.00679,321.0023,5.897512,84.63326,7.8000865,1.4987838,58.074467,1.1216763,1.3386781,4.249003,10.294067,23.31046,15.365245,25.731598,192.49059,36.17361,17.883928,30.341146,8.729167,98.5651,3.9918404,62.375244,6.966146,62.52256,5.2920384,7.415273,18.464922,9.069531,20.806547,10.967013,1.0140879,57.48198,9.166237,202.85684,6.2746396,255.39609,18.061657,1130.4181,111.12838,3.4133008,8.388257,139.53229,174.35524,893.0198,914.0502 +2023-02-13 14:00:00,0.0,2243.1313,31.271992,5.0786185,10.23399,22.465595,183.05199,25.430996,44.772144,19.121456,28.305296,200.56229,181.41702,12.531435,37.692974,8.891639,3.5153043,33.95851,73.10788,45.701824,435.93994,30.737488,399.94412,136.15869,41.11392,180.07826,197.1705,78.656136,895.5618,267.0709,1995.839,48.953594,2367.8877,634.1639,34.291172,27.93881,183.22453,189.30756,291.8072,1034.8999,45.61756,14.169664,9.82618,573.90125,479.79535,90.880844,14.823457,437.57593,22.726965,460.54443,11.429519,37.598354,0.0,1133.289,1951.8981,0.2845728,44.724236,16.811768,13397.311,40.02864,1.5366621,10.229563,22.074894,21.530169,7.0077558,12.153473,336.33994,33.409225,8.426131,1.0061586,6.819702,377.5127,0.5087241,190.78633,86.29345,2617.7876,127.51091,113.76828,184.9468,1021.56195,77.9869,61.125977,1021.87146,54.03447,71.80566,10.094401,33.1365,221.98346,11.845937,9.074305,68.4024,18.891691,4384.9814,19.446005,32.25595,17.352362,17.00667,331.6111,77.97765,34.129463,9.416598,9.66478,19.524904,60.11998,128.59135,48.991814,211.6037,24.208282,14.905628,72.89481,28.474628,24.366346,139.0801,14.422071,1.5335045,30.399456,11.276687,1197.8115,23.91642,2.5534303,106.940475,18.182642,176.9536,78.528175,123.67101,9.130314,107.695015,411.1861,341.1989,38.987995,255.98792,77.05605,48.183872,69.37122,151.22136,24.323769,58.10463,463.91458,12.067395,19.449745,307.63843,16.201319,8.43764,66.48989,54.91838,599.98694,160.58954,170.64119,1939.6863,35.89353,1581.8137,1377.0214,7.8426785,6.0176835,1399.115,17.396105,10.7420635,369.66232,23.733408,44.24665,22.2054,67.29528,252.12413,344.1603,3.6180892,32.462883,68.95557,320.961,5.895017,84.63014,7.7985363,1.4992089,58.07599,1.122021,1.3391274,4.251485,10.293696,23.305988,15.362674,25.734028,192.45883,36.156746,17.875,30.338541,8.72466,98.52753,3.9899306,62.21924,6.9635415,62.526363,5.2831845,7.4051185,18.448221,9.070759,20.791668,10.951289,1.0139621,57.49348,9.164213,202.81175,6.273317,255.4116,18.05826,1130.301,111.12211,3.4149592,8.385859,139.54306,174.36552,893.0262,913.9319 +2023-02-13 15:00:00,0.0,2243.605,31.261606,5.0779657,10.226672,22.471607,183.03264,25.430191,44.779297,19.127598,28.315313,200.42406,181.588,12.530347,37.64887,8.903296,3.5135489,33.948833,73.01661,45.647263,435.8675,30.709517,399.79233,136.15411,41.079254,180.24672,197.09248,78.65041,895.17114,267.0986,1995.3306,48.93709,2367.8364,634.081,34.280186,27.93205,183.1791,189.16972,291.74808,1035.2136,45.63616,14.164612,9.825629,574.25,480.08252,90.813416,14.851385,437.04132,22.756195,460.10876,11.432896,37.61903,0.0,1134.0186,1952.5493,0.28457794,44.700623,16.818544,13404.525,40.045395,1.5368879,10.247321,22.095825,21.552313,7.0138626,12.164434,336.46457,33.393105,8.440728,1.006616,6.82314,377.7889,0.5083942,190.91945,86.28482,2617.5793,127.52529,113.78535,184.92564,1022.26196,77.989426,61.138382,1021.2235,54.05367,71.766556,10.095291,33.14508,221.97481,11.843798,9.07295,68.42859,18.885633,4385.559,19.451044,32.24107,17.355957,17.017542,331.66666,78.0365,34.118305,9.416835,9.667047,19.550512,60.140778,128.69118,48.981026,211.65698,24.225674,14.915352,72.94973,28.496183,24.359653,139.14122,14.434893,1.5338058,30.37207,11.2760935,1197.7694,23.91761,2.5603008,107.08929,18.19194,177.0839,78.55774,123.772354,9.128371,107.70435,411.40866,341.5658,39.005894,256.1085,77.14509,48.19244,69.37265,151.24297,24.330679,58.117348,463.90738,12.077818,19.459923,307.74298,16.185524,8.43263,66.5434,54.953114,600.2524,160.661,170.64854,1939.7656,35.88129,1581.7421,1376.7294,7.838482,6.0140996,1398.8922,17.396093,10.736905,369.60193,23.721764,44.233147,22.19667,67.27315,252.1218,344.06464,3.616116,32.453888,68.90435,320.91968,5.8925223,84.62703,7.7969866,1.499634,58.077507,1.1223656,1.3395767,4.253967,10.293324,23.301517,15.360104,25.736458,192.42706,36.13988,17.866072,30.335938,8.720153,98.48995,3.988021,62.06323,6.9609375,62.53017,5.27433,7.3949633,18.431522,9.071986,20.776787,10.935565,1.0138365,57.504986,9.1621895,202.76665,6.271994,255.42712,18.054865,1130.1838,111.11584,3.4166176,8.383461,139.55383,174.3758,893.0326,913.81366 +2023-02-13 16:00:00,0.0,2244.0786,31.251223,5.077313,10.219356,22.47762,183.01328,25.429386,44.78645,19.13374,28.32533,200.28581,181.75897,12.52926,37.604763,8.914953,3.5117934,33.939156,72.92534,45.5927,435.79504,30.681545,399.64053,136.14952,41.044594,180.41519,197.01447,78.644684,894.7804,267.12634,1994.8221,48.92059,2367.785,633.9981,34.2692,27.925291,183.13364,189.03189,291.689,1035.5275,45.654762,14.159558,9.825077,574.5987,480.36972,90.745995,14.879313,436.5067,22.785425,459.67313,11.436273,37.639706,0.0,1134.748,1953.2004,0.28458303,44.677013,16.825323,13411.739,40.06215,1.5371138,10.265079,22.116755,21.574457,7.0199695,12.175397,336.58917,33.376984,8.455325,1.0070734,6.826578,378.06512,0.50806427,191.05258,86.27619,2617.371,127.53968,113.802414,184.9045,1022.9619,77.99194,61.15079,1020.57556,54.07287,71.727455,10.096181,33.15366,221.96614,11.841659,9.071595,68.45478,18.879578,4386.1367,19.456083,32.22619,17.35955,17.028414,331.72223,78.095345,34.107143,9.417071,9.669314,19.57612,60.16158,128.791,48.970238,211.71028,24.243067,14.925076,73.004654,28.517738,24.352959,139.20236,14.447715,1.5341071,30.344685,11.2755,1197.7272,23.9188,2.567171,107.2381,18.20124,177.21419,78.5873,123.873695,9.126429,107.71369,411.6312,341.9327,39.023796,256.2291,77.23413,48.20101,69.37408,151.26456,24.337587,58.130066,463.9002,12.088242,19.470102,307.8475,16.16973,8.427619,66.59692,54.98785,600.5178,160.73244,170.6559,1939.845,35.869045,1581.6704,1376.4373,7.8342857,6.0105157,1398.6694,17.396082,10.731746,369.54153,23.71012,44.219643,22.187939,67.25102,252.11948,343.96896,3.6141427,32.444897,68.85313,320.8784,5.8900275,84.62391,7.7954364,1.500059,58.079025,1.1227103,1.340026,4.2564487,10.2929535,23.297049,15.3575325,25.73889,192.3953,36.123016,17.857143,30.333334,8.715647,98.45238,3.9861112,61.907223,6.9583335,62.533978,5.265476,7.3848085,18.414822,9.073214,20.761906,10.919841,1.0137107,57.516487,9.160165,202.72156,6.2706714,255.44266,18.051468,1130.0668,111.10956,3.418276,8.381063,139.5646,174.38606,893.039,913.6954 +2023-02-13 17:00:00,0.0,2244.552,31.240837,5.07666,10.212038,22.483631,182.99393,25.428581,44.7936,19.13988,28.335348,200.14758,181.92996,12.528172,37.560654,8.926611,3.510038,33.929478,72.83407,45.538136,435.72263,30.653574,399.4887,136.14494,41.00993,180.58366,196.93645,78.63896,894.3897,267.15405,1994.3137,48.904087,2367.7336,633.9152,34.258213,27.918531,183.0882,188.89406,291.62988,1035.8412,45.673363,14.154505,9.824526,574.94745,480.65692,90.678566,14.907242,435.97205,22.814655,459.2375,11.43965,37.66038,0.0,1135.4778,1953.8517,0.28458813,44.6534,16.8321,13418.954,40.078903,1.5373396,10.282837,22.137684,21.596601,7.026076,12.186359,336.7138,33.360863,8.469921,1.0075308,6.830016,378.34137,0.5077344,191.1857,86.26756,2617.1628,127.55406,113.81949,184.88335,1023.66187,77.99447,61.163197,1019.9277,54.092068,71.688354,10.097072,33.16224,221.95747,11.839519,9.07024,68.480965,18.873522,4386.715,19.461123,32.21131,17.363146,17.039286,331.77777,78.15419,34.09598,9.417308,9.671581,19.601728,60.18238,128.89084,48.95945,211.76357,24.260458,14.934798,73.05957,28.539293,24.346266,139.2635,14.460536,1.5344085,30.317299,11.274908,1197.685,23.91999,2.5740416,107.3869,18.210539,177.3445,78.61687,123.97504,9.124486,107.72303,411.85376,342.2996,39.041695,256.34967,77.323166,48.209583,69.37551,151.28615,24.344498,58.142784,463.893,12.098664,19.480282,307.95206,16.153933,8.422608,66.65042,55.022583,600.78326,160.80388,170.66325,1939.9243,35.856804,1581.5988,1376.1451,7.830089,6.006932,1398.4467,17.39607,10.726587,369.48114,23.698475,44.20614,22.179209,67.22889,252.11714,343.8733,3.6121695,32.435905,68.8019,320.83707,5.8875327,84.6208,7.793886,1.5004841,58.080547,1.123055,1.3404754,4.258931,10.292582,23.292578,15.354961,25.74132,192.36354,36.10615,17.848213,30.330729,8.71114,98.41481,3.9842014,61.751217,6.955729,62.53778,5.256622,7.374654,18.39812,9.074442,20.747025,10.904117,1.013585,57.52799,9.158141,202.67647,6.2693486,255.45818,18.048073,1129.9497,111.10329,3.4199345,8.378666,139.5754,174.39635,893.0454,913.57715 +2023-02-13 18:00:00,0.0,2245.0256,31.230453,5.076008,10.204721,22.489643,182.97456,25.427776,44.80075,19.14602,28.345366,200.00935,182.10094,12.527083,37.51655,8.938268,3.5082827,33.9198,72.7428,45.483574,435.65018,30.6256,399.3369,136.14037,40.97527,180.75214,196.85843,78.63324,893.999,267.1818,1993.8053,48.887585,2367.6821,633.83234,34.247227,27.911772,183.04276,188.75623,291.5708,1036.1549,45.691963,14.149452,9.823975,575.29614,480.9441,90.61114,14.93517,435.43744,22.843885,458.80182,11.4430275,37.681057,0.0,1136.2073,1954.5028,0.28459322,44.62979,16.838879,13426.169,40.095657,1.5375655,10.300594,22.158615,21.618746,7.0321827,12.197322,336.83844,33.34474,8.484518,1.0079882,6.8334546,378.61758,0.5074045,191.31882,86.25893,2616.9546,127.56845,113.83656,184.8622,1024.3618,77.996994,61.175606,1019.2797,54.111267,71.64925,10.097961,33.170815,221.9488,11.837379,9.068886,68.50716,18.867464,4387.2925,19.466162,32.19643,17.366741,17.050158,331.83334,78.213036,34.08482,9.417545,9.673848,19.627337,60.203182,128.99066,48.94866,211.81686,24.27785,14.944522,73.114494,28.560848,24.339571,139.32463,14.473357,1.5347098,30.289913,11.274315,1197.6428,23.92118,2.5809119,107.53571,18.219837,177.4748,78.64643,124.07638,9.122542,107.73237,412.0763,342.6665,39.059597,256.47028,77.4122,48.218155,69.37694,151.30774,24.351406,58.1555,463.88583,12.109087,19.490461,308.0566,16.138138,8.417597,66.70393,55.05732,601.0487,160.87534,170.67061,1940.0037,35.844563,1581.527,1375.8531,7.8258924,6.0033484,1398.2239,17.396059,10.721429,369.42075,23.68683,44.192635,22.170477,67.20676,252.1148,343.77762,3.6101964,32.42691,68.75069,320.79578,5.885038,84.617676,7.792336,1.5009092,58.082066,1.1233997,1.3409247,4.261413,10.292211,23.288107,15.35239,25.74375,192.33177,36.089287,17.839285,30.328125,8.706633,98.377235,3.9822917,61.59521,6.953125,62.541588,5.247768,7.364499,18.381422,9.075669,20.732143,10.888392,1.0134592,57.53949,9.156117,202.63138,6.268026,255.4737,18.044676,1129.8326,111.097015,3.4215932,8.376268,139.58617,174.40662,893.0518,913.45886 +2023-02-13 19:00:00,0.0,2245.499,31.220068,5.075355,10.197404,22.495655,182.9552,25.426971,44.807903,19.152163,28.355383,199.87112,182.27191,12.525995,37.47244,8.949925,3.5065272,33.910122,72.65153,45.429012,435.57776,30.59763,399.18512,136.13577,40.940605,180.9206,196.78041,78.62752,893.6083,267.20953,1993.297,48.871082,2367.6309,633.74945,34.236237,27.905012,182.9973,188.6184,291.5117,1036.4686,45.710564,14.144399,9.823423,575.6449,481.2313,90.54372,14.963099,434.90283,22.873116,458.36618,11.446404,37.701733,0.0,1136.9368,1955.1539,0.28459832,44.60618,16.845655,13433.383,40.11241,1.5377913,10.318353,22.179546,21.64089,7.0382895,12.208284,336.96304,33.32862,8.499115,1.0084456,6.8368926,378.8938,0.5070746,191.45195,86.2503,2616.7463,127.58283,113.85363,184.84105,1025.0618,77.99951,61.18801,1018.6318,54.130463,71.610146,10.098851,33.179394,221.94014,11.83524,9.067531,68.53335,18.861408,4387.87,19.471199,32.18155,17.370337,17.06103,331.8889,78.27188,34.07366,9.417782,9.676115,19.652945,60.223984,129.09048,48.937874,211.87016,24.29524,14.954246,73.16941,28.582403,24.332876,139.38577,14.486178,1.5350112,30.262527,11.273723,1197.6006,23.922373,2.5877824,107.684525,18.229136,177.60509,78.675995,124.17772,9.1206,107.74171,412.29886,343.03342,39.077496,256.59088,77.50124,48.226727,69.378365,151.32933,24.358315,58.168217,463.87863,12.119511,19.500639,308.16116,16.122343,8.412586,66.75745,55.092052,601.31415,160.94678,170.67796,1940.083,35.832317,1581.4553,1375.561,7.8216963,5.9997644,1398.001,17.396048,10.7162695,369.36035,23.675186,44.17913,22.161747,67.18463,252.11247,343.68192,3.6082232,32.41792,68.69946,320.7545,5.882543,84.61456,7.7907863,1.5013342,58.083588,1.1237444,1.341374,4.263895,10.291839,23.283638,15.349819,25.74618,192.3,36.072422,17.830357,30.325521,8.7021265,98.33966,3.980382,61.4392,6.950521,62.545395,5.2389135,7.3543444,18.364721,9.076897,20.717262,10.872668,1.0133334,57.550995,9.154093,202.58627,6.266703,255.48921,18.04128,1129.7155,111.090744,3.4232516,8.37387,139.59694,174.41689,893.0582,913.34064 +2023-02-13 20:00:00,0.0,2245.9727,31.209684,5.0747023,10.190087,22.501667,182.93585,25.426167,44.815052,19.158304,28.3654,199.73288,182.4429,12.524907,37.428333,8.961582,3.5047717,33.900444,72.56026,45.37445,435.5053,30.569658,399.0333,136.1312,40.90594,181.08907,196.7024,78.621796,893.2176,267.23724,1992.7886,48.854584,2367.5793,633.6666,34.22525,27.898252,182.95186,188.48056,291.45258,1036.7825,45.729168,14.139346,9.822872,575.9936,481.51846,90.47629,14.991027,434.36823,22.902346,457.93054,11.449781,37.72241,0.0,1137.6665,1955.8052,0.28460342,44.582565,16.852434,13440.598,40.129166,1.5380172,10.33611,22.200478,21.663034,7.0443964,12.219246,337.08768,33.3125,8.513712,1.0089029,6.8403306,379.17,0.50674474,191.58507,86.24167,2616.5383,127.59722,113.8707,184.8199,1025.7617,78.00204,61.20042,1017.9838,54.149662,71.571045,10.099742,33.187973,221.93149,11.8331,9.066175,68.55954,18.85535,4388.4478,19.476238,32.166668,17.373932,17.0719,331.94446,78.33073,34.0625,9.418018,9.678383,19.678555,60.244785,129.1903,48.927082,211.92345,24.312634,14.963969,73.224335,28.603958,24.326183,139.44691,14.499001,1.5353125,30.23514,11.273129,1197.5585,23.923563,2.5946527,107.833336,18.238434,177.73538,78.70555,124.27906,9.118657,107.751045,412.5214,343.4003,39.095398,256.71146,77.59028,48.2353,69.3798,151.35092,24.365225,58.180935,463.87146,12.129933,19.510818,308.2657,16.106548,8.407576,66.81096,55.12679,601.57965,161.01822,170.68532,1940.1622,35.820076,1581.3837,1375.2689,7.8174996,5.9961805,1397.7782,17.396036,10.711111,369.29996,23.663542,44.165627,22.153015,67.1625,252.11015,343.58624,3.6062498,32.408928,68.64824,320.71317,5.8800483,84.61144,7.789236,1.5017593,58.085106,1.124089,1.3418233,4.2663774,10.291468,23.279167,15.347248,25.748611,192.26825,36.055553,17.821428,30.322916,8.697619,98.302086,3.9784722,61.283195,6.9479165,62.549202,5.2300596,7.3441896,18.34802,9.078125,20.702381,10.856944,1.0132077,57.562496,9.152069,202.54118,6.2653804,255.50473,18.037884,1129.5984,111.08447,3.42491,8.371472,139.60771,174.42715,893.06464,913.22235 +2023-02-13 21:00:00,0.0,2246.4463,31.1993,5.07405,10.18277,22.507679,182.91649,25.425362,44.822205,19.164444,28.37542,199.59465,182.61388,12.523819,37.384224,8.97324,3.5030162,33.890766,72.46898,45.31989,435.4329,30.541687,398.8815,136.12662,40.87128,181.25754,196.62437,78.616066,892.8269,267.26498,1992.2802,48.83808,2367.528,633.58374,34.214264,27.891493,182.90642,188.34273,291.3935,1037.0962,45.74777,14.134293,9.822321,576.3423,481.80566,90.40887,15.018955,433.83362,22.931576,457.49487,11.453159,37.743084,0.0,1138.396,1956.4563,0.28460854,44.558956,16.859211,13447.8125,40.14592,1.5382429,10.3538685,22.221407,21.685179,7.050503,12.230208,337.2123,33.29638,8.528309,1.0093603,6.843769,379.44623,0.50641483,191.71819,86.23303,2616.33,127.6116,113.887764,184.79875,1026.4617,78.00456,61.21283,1017.3359,54.16886,71.531944,10.100632,33.19655,221.92282,11.830961,9.064821,68.58573,18.849295,4389.026,19.481277,32.151787,17.377527,17.082771,332.0,78.38957,34.05134,9.418255,9.68065,19.704163,60.265587,129.29013,48.916294,211.97675,24.330025,14.973692,73.27925,28.625513,24.319489,139.50806,14.511822,1.5356138,30.207754,11.272536,1197.5162,23.924753,2.6015232,107.98214,18.247732,177.86568,78.735115,124.3804,9.1167145,107.76038,412.74396,343.7672,39.113297,256.83206,77.67931,48.243866,69.381226,151.37253,24.372133,58.193653,463.86426,12.140356,19.520998,308.37024,16.090754,8.402565,66.86446,55.161522,601.8451,161.08968,170.69269,1940.2416,35.80783,1581.312,1374.9769,7.8133035,5.9925966,1397.5554,17.396025,10.705953,369.23956,23.651897,44.152122,22.144285,67.140366,252.10782,343.49057,3.6042767,32.399937,68.59702,320.67188,5.8775535,84.60833,7.787686,1.5021844,58.086624,1.1244338,1.3422726,4.2688594,10.291096,23.274696,15.344677,25.751041,192.23648,36.03869,17.8125,30.320312,8.693112,98.26451,3.9765625,61.12719,6.9453125,62.553005,5.221205,7.334035,18.331322,9.079352,20.6875,10.84122,1.0130819,57.573997,9.150044,202.4961,6.2640576,255.52025,18.034489,1129.4813,111.0782,3.4265685,8.369075,139.61848,174.43744,893.07104,913.1041 +2023-02-13 22:00:00,0.0,2246.9197,31.188915,5.073397,10.175453,22.51369,182.89714,25.424557,44.829357,19.170586,28.385437,199.45642,182.78485,12.522732,37.34012,8.984897,3.501261,33.88109,72.37771,45.265324,435.36044,30.513714,398.7297,136.12202,40.836617,181.42601,196.54636,78.610344,892.43616,267.2927,1991.7717,48.82158,2367.4766,633.50085,34.203278,27.884733,182.86098,188.2049,291.33438,1037.4099,45.76637,14.129239,9.821769,576.69104,482.09286,90.34144,15.046885,433.29898,22.960806,457.05923,11.456536,37.76376,0.0,1139.1256,1957.1075,0.28461364,44.535343,16.865988,13455.027,40.162674,1.5384688,10.371627,22.242338,21.707323,7.0566096,12.241171,337.3369,33.28026,8.542906,1.0098177,6.847207,379.72244,0.5060849,191.85132,86.2244,2616.1218,127.62599,113.90483,184.7776,1027.1616,78.00708,61.225235,1016.688,54.18806,71.492836,10.101522,33.205128,221.91415,11.828822,9.063466,68.61192,18.843239,4389.6035,19.486317,32.136906,17.381123,17.093643,332.05554,78.44842,34.04018,9.418491,9.682917,19.72977,60.286385,129.38995,48.905506,212.03003,24.347416,14.983416,73.334175,28.647068,24.312794,139.56918,14.524643,1.5359151,30.180368,11.271944,1197.4741,23.925943,2.6083937,108.13095,18.25703,177.99599,78.76468,124.48174,9.114772,107.769714,412.9665,344.1341,39.1312,256.95264,77.76836,48.252438,69.38265,151.39412,24.379044,58.206367,463.8571,12.15078,19.531178,308.4748,16.074959,8.397553,66.91798,55.19626,602.11053,161.16112,170.70004,1940.3209,35.79559,1581.2404,1374.6848,7.809107,5.9890127,1397.3326,17.396013,10.700793,369.1792,23.640253,44.138615,22.135553,67.11824,252.10548,343.3949,3.6023035,32.39094,68.5458,320.63055,5.875058,84.60521,7.7861357,1.5026095,58.088146,1.1247784,1.3427219,4.2713413,10.290725,23.270226,15.342106,25.753471,192.20473,36.021824,17.803572,30.317709,8.688605,98.22694,3.9746528,60.97118,6.9427085,62.556812,5.2123513,7.32388,18.314621,9.08058,20.672619,10.825496,1.0129563,57.5855,9.148021,202.451,6.262735,255.53578,18.031092,1129.3643,111.07192,3.428227,8.366677,139.62927,174.44771,893.0774,912.98584 +2023-02-13 23:00:00,0.0,2247.3933,31.178532,5.0727444,10.168136,22.519703,182.87778,25.423752,44.836506,19.176727,28.395454,199.31819,182.95584,12.521644,37.296013,8.996554,3.4995055,33.871407,72.28644,45.210762,435.288,30.485743,398.57788,136.11745,40.801956,181.59447,196.46834,78.60462,892.0455,267.32043,1991.2633,48.805077,2367.4253,633.41797,34.19229,27.877974,182.81552,188.06706,291.2753,1037.7236,45.78497,14.1241865,9.821218,577.03973,482.38004,90.27401,15.074813,432.76434,22.990036,456.62357,11.459913,37.784435,0.0,1139.8552,1957.7587,0.28461874,44.511734,16.872766,13462.241,40.17943,1.5386946,10.389384,22.26327,21.729467,7.0627165,12.252133,337.46155,33.264137,8.557503,1.0102751,6.850645,379.9987,0.505755,191.98444,86.215775,2615.9136,127.64037,113.921906,184.75647,1027.8617,78.009605,61.237644,1016.04004,54.20726,71.453735,10.102412,33.213707,221.90549,11.826683,9.062111,68.63811,18.837181,4390.181,19.491356,32.122025,17.384718,17.104515,332.1111,78.50726,34.02902,9.418728,9.6851845,19.755379,60.307186,129.48978,48.89472,212.08333,24.364807,14.993139,73.38909,28.668625,24.3061,139.63033,14.537464,1.5362165,30.152983,11.271351,1197.4319,23.927134,2.615264,108.27976,18.266329,178.12628,78.79424,124.583084,9.112829,107.77905,413.18906,344.501,39.149097,257.07324,77.85739,48.26101,69.38409,151.41571,24.385952,58.219086,463.84988,12.161202,19.541355,308.5793,16.059162,8.392543,66.97149,55.23099,602.376,161.23256,170.7074,1940.4001,35.783344,1581.1686,1374.3927,7.8049107,5.985429,1397.1099,17.396002,10.695635,369.1188,23.628609,44.12511,22.126823,67.09611,252.10316,343.2992,3.60033,32.38195,68.494576,320.58926,5.8725634,84.6021,7.7845855,1.5030345,58.089664,1.1251231,1.3431712,4.2738233,10.290353,23.265757,15.339535,25.755903,192.17296,36.00496,17.794643,30.315104,8.684099,98.18936,3.972743,60.815174,6.940104,62.56062,5.203497,7.3137255,18.29792,9.081808,20.657738,10.809772,1.0128305,57.597004,9.145997,202.40591,6.261412,255.5513,18.027697,1129.2471,111.06565,3.4298856,8.36428,139.64005,174.45798,893.0838,912.8676 +2023-02-14 00:00:00,0.0,2247.8667,31.168146,5.072092,10.160819,22.525715,182.85841,25.422949,44.84366,19.182867,28.405472,199.17995,183.12682,12.5205555,37.251904,9.008211,3.49775,33.86173,72.19517,45.1562,435.21558,30.457771,398.4261,136.11285,40.767292,181.76294,196.39032,78.5989,891.6548,267.34818,1990.755,48.788574,2367.3738,633.3351,34.1813,27.871214,182.77008,187.92923,291.2162,1038.0375,45.80357,14.119133,9.820666,577.3885,482.66724,90.20659,15.102741,432.22974,23.019266,456.18793,11.463291,37.80511,0.0,1140.5847,1958.4098,0.28462383,44.48812,16.879543,13469.456,40.196182,1.5389205,10.407143,22.284199,21.751612,7.0688233,12.263096,337.58618,33.248016,8.5721,1.0107325,6.854083,380.2749,0.50542516,192.11755,86.207146,2615.7053,127.654755,113.93897,184.73532,1028.5616,78.01213,61.25005,1015.3921,54.22646,71.414635,10.103302,33.222282,221.89682,11.824543,9.060757,68.6643,18.831125,4390.759,19.496395,32.107143,17.388313,17.115387,332.16666,78.56611,34.017857,9.418964,9.687451,19.780987,60.327988,129.5896,48.88393,212.13663,24.3822,15.002863,73.444016,28.69018,24.299406,139.69147,14.550286,1.5365179,30.125597,11.270758,1197.3896,23.928324,2.6221344,108.42857,18.275627,178.25658,78.82381,124.684425,9.110886,107.78839,413.4116,344.8679,39.167,257.19382,77.94643,48.26958,69.38551,151.4373,24.39286,58.231804,463.8427,12.171626,19.551535,308.68387,16.043367,8.387532,67.025,55.265728,602.6414,161.30402,170.71475,1940.4795,35.771103,1581.0969,1374.1007,7.800714,5.9818454,1396.8871,17.39599,10.690476,369.0584,23.616964,44.111607,22.118093,67.07398,252.10083,343.20352,3.598357,32.37296,68.44335,320.54797,5.8700686,84.598976,7.7830358,1.5034596,58.091187,1.1254678,1.3436205,4.2763057,10.289982,23.261286,15.336964,25.758333,192.14119,35.988094,17.785713,30.3125,8.679592,98.15179,3.9708333,60.65917,6.9375,62.564426,5.194643,7.3035707,18.28122,9.083035,20.642857,10.794047,1.0127047,57.608505,9.143972,202.36081,6.2600894,255.56682,18.0243,1129.13,111.05938,3.431544,8.361881,139.65082,174.46826,893.0902,912.7493 +2023-02-14 01:00:00,0.0,2248.3403,31.157763,5.0714393,10.1535015,22.531727,182.83907,25.422144,44.85081,19.189009,28.41549,199.04172,183.29779,12.519467,37.207798,9.019869,3.4959946,33.85205,72.1039,45.10164,435.14313,30.4298,398.2743,136.10828,40.732628,181.93141,196.3123,78.59318,891.26404,267.3759,1990.2466,48.77207,2367.3225,633.2522,34.170315,27.864454,182.72464,187.7914,291.15707,1038.3512,45.822174,14.114079,9.820115,577.7372,482.9544,90.13916,15.13067,431.69513,23.048496,455.7523,11.466668,37.825787,0.0,1141.3143,1959.061,0.28462893,44.46451,16.886322,13476.671,40.212936,1.5391463,10.4249,22.30513,21.773756,7.0749297,12.274057,337.71082,33.231895,8.586697,1.0111899,6.8575215,380.55112,0.50509524,192.25069,86.19851,2615.497,127.66914,113.95604,184.71417,1029.2616,78.01465,61.26246,1014.74414,54.245655,71.375534,10.104193,33.23086,221.88817,11.822404,9.0594015,68.69049,18.82507,4391.337,19.501434,32.092262,17.391909,17.126259,332.22223,78.624954,34.006695,9.419201,9.689718,19.806595,60.34879,129.68942,48.87314,212.18991,24.399591,15.012587,73.49893,28.711735,24.292713,139.7526,14.5631075,1.5368192,30.098211,11.270165,1197.3475,23.929516,2.6290047,108.57738,18.284927,178.38687,78.85337,124.78577,9.108943,107.79773,413.63412,345.2348,39.1849,257.31442,78.03547,48.278152,69.38694,151.4589,24.39977,58.24452,463.8355,12.182049,19.561714,308.78842,16.027573,8.382522,67.07851,55.30046,602.90686,161.37546,170.7221,1940.5588,35.75886,1581.0253,1373.8086,7.796518,5.9782615,1396.6642,17.395979,10.685317,368.99802,23.60532,44.098103,22.109362,67.05185,252.0985,343.10785,3.5963838,32.363964,68.392136,320.50665,5.8675737,84.59586,7.7814856,1.5038847,58.092705,1.1258125,1.34407,4.2787876,10.28961,23.256815,15.334393,25.760763,192.10944,35.97123,17.776785,30.309896,8.675085,98.11421,3.9689236,60.503162,6.934896,62.56823,5.1857886,7.293416,18.26452,9.084263,20.627977,10.778323,1.012579,57.620007,9.141949,202.31572,6.2587667,255.58234,18.020905,1129.013,111.05311,3.4332025,8.359484,139.66159,174.47853,893.0966,912.6311 +2023-02-14 02:00:00,0.0,2248.814,31.147377,5.0707865,10.146185,22.537739,182.8197,25.421339,44.85796,19.19515,28.425507,198.90349,183.46878,12.518379,37.16369,9.031526,3.4942393,33.842373,72.01263,45.047077,435.0707,30.401827,398.12247,136.1037,40.697968,182.09987,196.23428,78.587456,890.87335,267.40363,1989.7382,48.755573,2367.271,633.1694,34.15933,27.857695,182.67917,187.65356,291.098,1038.6649,45.840775,14.109027,9.819564,578.08594,483.2416,90.07174,15.158598,431.1605,23.077726,455.31662,11.470045,37.846462,0.0,1142.044,1959.7122,0.28463405,44.4409,16.893099,13483.886,40.229687,1.5393722,10.442658,22.326061,21.7959,7.0810366,12.28502,337.83542,33.215775,8.601294,1.0116472,6.8609595,380.82733,0.50476533,192.3838,86.18988,2615.289,127.683525,113.973114,184.69302,1029.9615,78.01717,61.274864,1014.09625,54.264854,71.336426,10.1050825,33.23944,221.8795,11.820265,9.058046,68.71668,18.819012,4391.9146,19.506474,32.07738,17.395504,17.13713,332.27777,78.6838,33.995537,9.419437,9.691986,19.832203,60.36959,129.78925,48.86235,212.24321,24.416983,15.022309,73.553856,28.73329,24.286018,139.81374,14.575929,1.5371206,30.070826,11.269572,1197.3053,23.930706,2.6358752,108.72619,18.294226,178.51717,78.882935,124.88711,9.107,107.80707,413.8567,345.60168,39.2028,257.435,78.124504,48.286724,69.38837,151.4805,24.40668,58.257236,463.82834,12.1924715,19.571894,308.89297,16.011778,8.377511,67.13202,55.335197,603.1723,161.44691,170.72946,1940.6382,35.746616,1580.9536,1373.5165,7.792321,5.9746776,1396.4414,17.395966,10.680159,368.93762,23.593676,44.0846,22.100632,67.02972,252.09618,343.01218,3.5944107,32.354973,68.34091,320.46536,5.865079,84.59274,7.7799354,1.5043097,58.094223,1.1261572,1.3445193,4.2812696,10.289238,23.252346,15.331822,25.763195,192.07767,35.954365,17.767857,30.307291,8.670578,98.07664,3.9670138,60.347153,6.9322915,62.572037,5.1769342,7.283261,18.24782,9.085491,20.613096,10.762599,1.0124532,57.63151,9.139925,202.27063,6.257444,255.59785,18.017508,1128.8959,111.04684,3.434861,8.357086,139.67236,174.4888,893.103,912.5128 +2023-02-14 03:00:00,0.0,2249.2874,31.136993,5.070134,10.138867,22.54375,182.80035,25.420534,44.865112,19.201292,28.435524,198.76526,183.63976,12.517292,37.119583,9.043182,3.4924839,33.832695,71.92135,44.99251,434.99826,30.373856,397.97067,136.0991,40.663303,182.26834,196.15627,78.581726,890.4826,267.43134,1989.2297,48.73907,2367.2197,633.0865,34.148342,27.850935,182.63373,187.51572,291.03888,1038.9788,45.859375,14.103973,9.819012,578.43463,483.5288,90.00431,15.186526,430.6259,23.106956,454.88098,11.473423,37.867138,0.0,1142.7736,1960.3634,0.28463915,44.41729,16.899878,13491.1,40.24644,1.5395981,10.460416,22.346992,21.818045,7.0871434,12.295982,337.96005,33.199654,8.6158905,1.0121046,6.8643975,381.10355,0.5044354,192.51692,86.18125,2615.0808,127.697914,113.99018,184.67188,1030.6615,78.0197,61.287273,1013.4483,54.284054,71.297325,10.105973,33.24802,221.87083,11.818125,9.056692,68.742874,18.812956,4392.492,19.511513,32.0625,17.3991,17.148003,332.33334,78.742645,33.984375,9.419674,9.694253,19.857813,60.390392,129.88907,48.851562,212.2965,24.434374,15.032033,73.60877,28.754845,24.279324,139.87488,14.58875,1.5374218,30.04344,11.26898,1197.2632,23.931896,2.6427455,108.875,18.303524,178.64748,78.9125,124.98845,9.105058,107.81641,414.07922,345.9686,39.2207,257.5556,78.21354,48.29529,69.3898,151.50209,24.413588,58.269955,463.82114,12.202895,19.582071,308.9975,15.995982,8.372499,67.18553,55.36993,603.4378,161.51836,170.73682,1940.7175,35.734375,1580.8818,1373.2245,7.788125,5.9710937,1396.2186,17.395954,10.675,368.87723,23.582031,44.071095,22.0919,67.00759,252.09384,342.9165,3.5924373,32.34598,68.28969,320.42407,5.862584,84.58963,7.778385,1.5047348,58.095745,1.1265018,1.3449686,4.283752,10.288867,23.247875,15.329251,25.765625,192.0459,35.9375,17.758928,30.304688,8.666072,98.03906,3.9651043,60.191147,6.9296875,62.575844,5.1680803,7.273106,18.23112,9.086719,20.598215,10.746875,1.0123274,57.643013,9.1379,202.22554,6.256121,255.61337,18.014112,1128.7788,111.040565,3.4365194,8.354689,139.68315,174.49907,893.10944,912.3946 +2023-02-14 04:00:00,0.0,2249.761,31.126608,5.0694814,10.13155,22.549763,182.78099,25.41973,44.87226,19.207432,28.445541,198.62701,183.81073,12.516204,37.075474,9.05484,3.4907284,33.823017,71.83008,44.93795,434.92584,30.345884,397.81888,136.09453,40.628643,182.43681,196.07825,78.576004,890.0919,267.45908,1988.7214,48.72257,2367.1685,633.0036,34.137356,27.844175,182.58829,187.37788,290.9798,1039.2925,45.877975,14.098921,9.81846,578.7834,483.81598,89.93688,15.214455,430.09125,23.136187,454.44534,11.4768,37.887814,0.0,1143.503,1961.0145,0.28464425,44.393677,16.906654,13498.314,40.263195,1.5398239,10.478174,22.367922,21.840189,7.0932503,12.306945,338.0847,33.183533,8.630487,1.012562,6.8678355,381.37976,0.50410557,192.65005,86.17262,2614.8726,127.712296,114.00725,184.65073,1031.3615,78.02222,61.29968,1012.80035,54.303253,71.258224,10.106863,33.2566,221.86217,11.815986,9.055337,68.769066,18.8069,4393.07,19.516552,32.04762,17.402695,17.158875,332.3889,78.80149,33.973213,9.419911,9.69652,19.88342,60.411194,129.98889,48.840775,212.3498,24.451767,15.041757,73.6637,28.7764,24.27263,139.936,14.601572,1.5377232,30.016054,11.268387,1197.221,23.933086,2.649616,109.02381,18.312822,178.77777,78.94206,125.08979,9.103115,107.825745,414.3018,346.33548,39.2386,257.67618,78.30258,48.303864,69.39123,151.52368,24.420498,58.282673,463.81396,12.213318,19.59225,309.10205,15.980187,8.367489,67.239044,55.404667,603.70325,161.5898,170.74417,1940.7968,35.72213,1580.8102,1372.9324,7.7839284,5.9675097,1395.9958,17.395943,10.669841,368.81683,23.570387,44.05759,22.08317,66.98546,252.0915,342.8208,3.590464,32.33699,68.23847,320.38275,5.8600893,84.58651,7.776835,1.5051599,58.097263,1.1268466,1.3454179,4.286234,10.288495,23.243404,15.32668,25.768055,192.01414,35.920635,17.75,30.302084,8.661565,98.00149,3.9631946,60.03514,6.9270835,62.57965,5.159226,7.2629514,18.21442,9.087946,20.583334,10.731151,1.0122017,57.654514,9.135877,202.18045,6.2547984,255.6289,18.010715,1128.6616,111.034294,3.438178,8.352291,139.69392,174.50935,893.11584,912.2763 +2023-02-14 05:00:00,0.0,2250.2344,31.116224,5.0688286,10.124233,22.555775,182.76163,25.418924,44.879414,19.213573,28.455559,198.48878,183.98172,12.515116,37.03137,9.066497,3.488973,33.81334,71.73881,44.88339,434.8534,30.317913,397.66708,136.08995,40.59398,182.60529,196.00023,78.57028,889.70123,267.48682,1988.213,48.706066,2367.117,632.9207,34.126366,27.837416,182.54285,187.24005,290.9207,1039.6062,45.896576,14.093867,9.817909,579.1321,484.10318,89.86946,15.242383,429.55664,23.165417,454.00967,11.480177,37.90849,0.0,1144.2327,1961.6658,0.28464934,44.370068,16.913433,13505.529,40.27995,1.5400498,10.495932,22.388853,21.862333,7.0993567,12.317907,338.2093,33.16741,8.645084,1.0130194,6.871274,381.656,0.50377566,192.78317,86.16399,2614.6643,127.726685,114.02432,184.62958,1032.0614,78.02474,61.312088,1012.1524,54.322453,71.219124,10.107753,33.265175,221.8535,11.813847,9.053982,68.79525,18.800842,4393.6475,19.521591,32.032738,17.40629,17.169746,332.44446,78.86033,33.962055,9.420148,9.698788,19.909029,60.43199,130.08871,48.829987,212.40308,24.469158,15.05148,73.71861,28.797955,24.265936,139.99715,14.614393,1.5380245,29.988668,11.267794,1197.1788,23.934277,2.6564863,109.17262,18.32212,178.90807,78.97163,125.19114,9.101172,107.83508,414.52432,346.7024,39.2565,257.79678,78.39162,48.312435,69.392654,151.54527,24.427406,58.295387,463.80676,12.223741,19.60243,309.2066,15.964393,8.362478,67.29256,55.4394,603.9687,161.66125,170.75153,1940.8762,35.70989,1580.7385,1372.6403,7.7797318,5.963926,1395.7731,17.395931,10.664682,368.75644,23.558743,44.044086,22.074438,66.963326,252.08919,342.72513,3.588491,32.327995,68.18725,320.34146,5.8575945,84.5834,7.7752852,1.5055848,58.098785,1.1271912,1.3458672,4.288716,10.288124,23.238935,15.324109,25.770487,191.98238,35.90377,17.741072,30.299479,8.657058,97.96391,3.9612849,59.87913,6.924479,62.583454,5.150372,7.2527966,18.19772,9.089174,20.568453,10.715426,1.0120759,57.666016,9.133852,202.13535,6.2534757,255.64442,18.00732,1128.5446,111.028015,3.4398365,8.349893,139.7047,174.51962,893.12225,912.1581 +2023-02-14 06:00:00,0.0,2250.708,31.105839,5.0681763,10.116916,22.561787,182.74228,25.41812,44.886566,19.219715,28.465576,198.35056,184.1527,12.514028,36.987263,9.078155,3.4872177,33.80366,71.64754,44.828827,434.78094,30.28994,397.51526,136.08536,40.559315,182.77374,195.92221,78.56456,889.3105,267.51453,1987.7046,48.689564,2367.0657,632.8378,34.11538,27.830656,182.49739,187.10222,290.86157,1039.9199,45.91518,14.088814,9.817358,579.4808,484.39035,89.80203,15.270311,429.02203,23.194647,453.57404,11.483554,37.929165,0.0,1144.9623,1962.3169,0.28465444,44.346455,16.92021,13512.743,40.296703,1.5402756,10.51369,22.409782,21.884478,7.1054635,12.328869,338.33392,33.15129,8.65968,1.0134768,6.874712,381.93222,0.50344574,192.91629,86.15536,2614.456,127.741066,114.04139,184.60843,1032.7614,78.02726,61.324497,1011.50446,54.341652,71.180016,10.108644,33.273754,221.84485,11.8117075,9.052628,68.82144,18.794786,4394.2256,19.52663,32.017857,17.409885,17.180618,332.5,78.919174,33.950893,9.420384,9.701055,19.934637,60.452793,130.18855,48.819195,212.45638,24.48655,15.061203,73.77354,28.81951,24.259243,140.05829,14.627214,1.5383259,29.96128,11.267201,1197.1366,23.935467,2.6633568,109.32143,18.331419,179.03836,79.00119,125.29248,9.099229,107.84442,414.7469,347.06927,39.274403,257.91736,78.48065,48.321007,69.39409,151.56686,24.434317,58.308105,463.7996,12.234164,19.61261,309.31116,15.948597,8.357468,67.34606,55.474136,604.23413,161.7327,170.75888,1940.9556,35.697647,1580.6669,1372.3483,7.7755356,5.9603424,1395.5503,17.39592,10.659524,368.69604,23.547098,44.030582,22.065708,66.9412,252.08685,342.62946,3.5865178,32.319004,68.136024,320.30014,5.8550997,84.58028,7.773735,1.5060099,58.100304,1.1275359,1.3463165,4.291198,10.287752,23.234465,15.321538,25.772917,191.9506,35.886906,17.732143,30.296875,8.652552,97.92634,3.9593751,59.723125,6.921875,62.58726,5.1415176,7.242642,18.181019,9.090402,20.553572,10.699702,1.0119503,57.67752,9.131828,202.09026,6.252153,255.65994,18.003923,1128.4275,111.02174,3.441495,8.347495,139.71547,174.52989,893.12866,912.0398 +2023-02-14 07:00:00,0.0,2251.1816,31.095455,5.0675235,10.109599,22.567799,182.72292,25.417315,44.893715,19.225855,28.475594,198.21233,184.32367,12.512939,36.943153,9.089811,3.4854622,33.793983,71.55627,44.774265,434.70853,30.261969,397.36346,136.08078,40.524654,182.94221,195.8442,78.55884,888.9198,267.54227,1987.1962,48.67306,2367.0142,632.755,34.104393,27.823896,182.45195,186.96439,290.8025,1040.2338,45.93378,14.083761,9.816807,579.8295,484.67755,89.73461,15.29824,428.48737,23.223877,453.1384,11.486932,37.94984,0.0,1145.6919,1962.968,0.28465956,44.32284,16.926989,13519.958,40.313457,1.5405015,10.531447,22.430714,21.906622,7.1115704,12.339831,338.45856,33.13517,8.674277,1.0139343,6.87815,382.20844,0.5031159,193.04942,86.14673,2614.248,127.755455,114.05846,184.58728,1033.4613,78.029785,61.336903,1010.85657,54.36085,71.140915,10.109533,33.282333,221.83618,11.809567,9.051272,68.84763,18.788729,4394.803,19.53167,32.002975,17.41348,17.19149,332.55554,78.97802,33.93973,9.420621,9.703321,19.960245,60.473595,130.28838,48.808407,212.50967,24.50394,15.070927,73.82845,28.841064,24.252548,140.11942,14.640036,1.5386273,29.933895,11.266608,1197.0944,23.936657,2.670227,109.47024,18.340717,179.16866,79.030754,125.39382,9.097286,107.85376,414.96942,347.4362,39.2923,258.03796,78.569695,48.32958,69.395515,151.58846,24.441225,58.320824,463.7924,12.244587,19.62279,309.41568,15.932802,8.352456,67.399574,55.50887,604.4996,161.80414,170.76624,1941.0348,35.685402,1580.5952,1372.0562,7.771339,5.9567585,1395.3275,17.395908,10.654365,368.63565,23.535454,44.017075,22.056976,66.91907,252.08452,342.53378,3.5845444,32.310013,68.08481,320.25885,5.852605,84.577156,7.772185,1.506435,58.101826,1.1278806,1.3467658,4.29368,10.287381,23.229994,15.318967,25.775347,191.91885,35.87004,17.723213,30.294271,8.648045,97.88876,3.9574654,59.56712,6.919271,62.59107,5.1326637,7.232487,18.16432,9.091629,20.53869,10.683978,1.0118245,57.689022,9.129805,202.04517,6.25083,255.67546,18.000528,1128.3104,111.01547,3.4431534,8.345098,139.72624,174.54018,893.1351,911.9216 +2023-02-14 08:00:00,0.0,2251.655,31.08507,5.0668707,10.102282,22.573809,182.70357,25.41651,44.900867,19.231997,28.485611,198.07408,184.49466,12.511852,36.899048,9.101469,3.4837067,33.784306,71.465,44.7197,434.63608,30.233997,397.21167,136.07619,40.48999,183.11069,195.76617,78.55311,888.5291,267.56998,1986.6877,48.65656,2366.963,632.6721,34.093407,27.817137,182.40651,186.82655,290.74338,1040.5475,45.95238,14.078708,9.816255,580.1782,484.96472,89.66718,15.326168,427.95276,23.253107,452.70273,11.490309,37.970516,0.0,1146.4214,1963.6193,0.28466466,44.299232,16.933765,13527.173,40.33021,1.5407273,10.549206,22.451643,21.928766,7.117677,12.350794,338.58316,33.11905,8.688874,1.0143915,6.8815885,382.48465,0.502786,193.18254,86.13809,2614.0398,127.76984,114.07552,184.56613,1034.1613,78.03231,61.34931,1010.2086,54.380047,71.101814,10.110423,33.29091,221.82751,11.807428,9.049917,68.873825,18.782673,4395.381,19.536709,31.988094,17.417074,17.202362,332.6111,79.036865,33.92857,9.420857,9.705589,19.985853,60.494396,130.3882,48.79762,212.56296,24.521334,15.08065,73.88338,28.86262,24.245853,140.18056,14.652858,1.5389285,29.90651,11.266016,1197.0522,23.937849,2.6770976,109.61905,18.350016,179.29895,79.06032,125.49516,9.095344,107.8631,415.192,347.80307,39.310204,258.15854,78.65873,48.33815,69.39694,151.61006,24.448133,58.33354,463.78522,12.255011,19.632967,309.52023,15.917007,8.3474455,67.45309,55.543606,604.765,161.8756,170.77359,1941.1141,35.67316,1580.5234,1371.7642,7.767143,5.9531746,1395.1046,17.395897,10.649206,368.57526,23.52381,44.00357,22.048246,66.896935,252.0822,342.43808,3.5825713,32.301018,68.033585,320.21756,5.85011,84.57404,7.7706347,1.5068601,58.103344,1.1282252,1.347215,4.296162,10.287009,23.225525,15.316396,25.777779,191.88708,35.853176,17.714285,30.291666,8.6435375,97.85119,3.9555557,59.411114,6.9166665,62.594875,5.1238093,7.2223325,18.14762,9.092856,20.52381,10.668254,1.0116987,57.700523,9.12778,202.00008,6.2495074,255.69098,17.997131,1128.1932,111.0092,3.4448118,8.3427,139.73703,174.55045,893.1415,911.8033 +2023-02-14 09:00:00,0.0,2252.1287,31.074686,5.0662184,10.094965,22.57982,182.6842,25.415705,44.90802,19.238138,28.495628,197.93585,184.66563,12.510764,36.85494,9.113126,3.4819512,33.774628,71.373726,44.66514,434.56366,30.206024,397.05984,136.07161,40.45533,183.27916,195.68816,78.547386,888.13837,267.59772,1986.1794,48.64006,2366.9114,632.58923,34.08242,27.810377,182.36105,186.68872,290.6843,1040.8612,45.97098,14.073655,9.815703,580.527,485.25192,89.599754,15.354096,427.41815,23.282337,452.2671,11.493686,37.99119,0.0,1147.151,1964.2704,0.28466976,44.27562,16.940544,13534.388,40.346966,1.5409532,10.566964,22.472574,21.95091,7.123784,12.361756,338.7078,33.10293,8.703471,1.014849,6.8850265,382.76086,0.50245607,193.31566,86.12946,2613.8315,127.784225,114.09259,184.54498,1034.8613,78.03483,61.361717,1009.56067,54.399246,71.062706,10.111314,33.299488,221.81885,11.805289,9.048563,68.90002,18.776617,4395.9585,19.541748,31.973215,17.42067,17.213234,332.66666,79.09571,33.91741,9.421094,9.707856,20.011463,60.515198,130.48802,48.78683,212.61626,24.538725,15.090374,73.93829,28.884174,24.23916,140.2417,14.665679,1.5392299,29.879124,11.265423,1197.01,23.93904,2.6839678,109.76786,18.359316,179.42926,79.08988,125.596504,9.093401,107.87244,415.41452,348.16998,39.328102,258.27914,78.74777,48.346718,69.39838,151.63165,24.455044,58.346256,463.778,12.265433,19.643147,309.6248,15.901212,8.342435,67.5066,55.57834,605.03046,161.94704,170.78094,1941.1934,35.660915,1580.4518,1371.472,7.762946,5.9495907,1394.8818,17.395885,10.644048,368.51486,23.512165,43.990067,22.039515,66.87481,252.07986,342.3424,3.580598,32.292027,67.98236,320.17624,5.8476152,84.57092,7.7690845,1.5072851,58.104862,1.12857,1.3476645,4.298644,10.286638,23.221054,15.313825,25.780209,191.85533,35.836308,17.705357,30.289062,8.63903,97.813614,3.953646,59.255104,6.9140625,62.59868,5.1149554,7.2121778,18.130919,9.094085,20.508928,10.65253,1.011573,57.712025,9.125756,201.95499,6.2481847,255.7065,17.993736,1128.0762,111.00293,3.4464705,8.340302,139.7478,174.56071,893.1478,911.68506 +2023-02-14 10:00:00,0.0,2252.602,31.0643,5.0655656,10.087647,22.585833,182.66484,25.4149,44.91517,19.24428,28.505646,197.79762,184.83661,12.509676,36.810833,9.1247835,3.480196,33.76495,71.28245,44.610577,434.4912,30.178053,396.90805,136.06703,40.420666,183.44762,195.61014,78.541664,887.7477,267.62546,1985.671,48.623558,2366.86,632.50635,34.071434,27.803617,182.31561,186.55089,290.62518,1041.1749,45.989582,14.068602,9.815152,580.8757,485.53912,89.53233,15.382026,426.88354,23.311567,451.83145,11.497064,38.011868,0.0,1147.8806,1964.9216,0.28467485,44.25201,16.94732,13541.602,40.36372,1.541179,10.584722,22.493504,21.973055,7.1298904,12.372719,338.83243,33.086807,8.718068,1.0153064,6.8884645,383.03708,0.50212616,193.44879,86.120834,2613.6233,127.79861,114.109665,184.52383,1035.5613,78.03735,61.374126,1008.9127,54.418446,71.023605,10.112204,33.308067,221.81018,11.803149,9.047208,68.9262,18.77056,4396.5366,19.546785,31.958334,17.424265,17.224106,332.72223,79.15456,33.90625,9.42133,9.710123,20.037071,60.536,130.58784,48.776043,212.66954,24.556116,15.100098,73.99322,28.90573,24.232466,140.30283,14.6785,1.5395312,29.851738,11.26483,1196.9679,23.94023,2.6908383,109.916664,18.368614,179.55956,79.119446,125.697845,9.091458,107.881775,415.6371,348.53687,39.346004,258.39972,78.83681,48.35529,69.3998,151.65324,24.461952,58.358974,463.77084,12.275856,19.653326,309.7293,15.885417,8.337424,67.560104,55.613075,605.29596,162.01848,170.7883,1941.2727,35.648674,1580.3801,1371.1799,7.75875,5.946007,1394.659,17.395874,10.638889,368.45447,23.50052,43.976562,22.030785,66.85268,252.07753,342.24673,3.578625,32.283035,67.931145,320.13495,5.8451204,84.56781,7.7675347,1.5077102,58.106384,1.1289146,1.3481138,4.3011265,10.286266,23.216583,15.311254,25.782639,191.82356,35.819443,17.696428,30.286459,8.634524,97.77604,3.9517362,59.0991,6.9114585,62.602486,5.106101,7.202023,18.11422,9.095312,20.494047,10.636806,1.0114472,57.72353,9.123733,201.90988,6.246862,255.72203,17.99034,1127.9591,110.99666,3.448129,8.337904,139.75858,174.57098,893.15424,911.5668 +2023-02-14 11:00:00,0.0,2253.0757,31.053917,5.064913,10.080331,22.591845,182.6455,25.414095,44.92232,19.25042,28.515665,197.6594,185.0076,12.508588,36.766724,9.13644,3.4784405,33.755272,71.19118,44.556015,434.4188,30.150082,396.75626,136.06244,40.386,183.61609,195.53212,78.53594,887.357,267.65317,1985.1626,48.607056,2366.8086,632.42346,34.060444,27.796858,182.27017,186.41306,290.56607,1041.4888,46.008186,14.063548,9.814601,581.2244,485.8263,89.464905,15.409954,426.34894,23.340797,451.39578,11.500441,38.032543,0.0,1148.6101,1965.5728,0.28467995,44.228397,16.954098,13548.816,40.380474,1.5414048,10.60248,22.514435,21.9952,7.1359973,12.383681,338.95703,33.070686,8.732665,1.0157638,6.8919024,383.3133,0.5017963,193.58191,86.112206,2613.415,127.812996,114.12673,184.50269,1036.2612,78.03988,61.38653,1008.26483,54.437645,70.984505,10.113094,33.316647,221.80151,11.80101,9.045853,68.95239,18.764503,4397.1143,19.551825,31.943453,17.42786,17.234978,332.77777,79.2134,33.89509,9.421567,9.71239,20.06268,60.556797,130.68767,48.76525,212.72284,24.573507,15.10982,74.048134,28.927284,24.22577,140.36397,14.691321,1.5398326,29.824352,11.264237,1196.9257,23.94142,2.6977086,110.065475,18.377913,179.68985,79.14901,125.79919,9.089516,107.891106,415.85962,348.90378,39.363903,258.52032,78.92584,48.36386,69.40123,151.67484,24.468863,58.371693,463.76364,12.28628,19.663506,309.83386,15.869622,8.332413,67.61362,55.647808,605.5614,162.08994,170.79567,1941.352,35.63643,1580.3085,1370.888,7.7545533,5.942423,1394.4363,17.395863,10.63373,368.39407,23.488876,43.96306,22.022053,66.83055,252.0752,342.15106,3.5766516,32.274044,67.87992,320.09363,5.842625,84.56469,7.7659845,1.5081353,58.107903,1.1292593,1.3485631,4.3036084,10.285895,23.212112,15.308682,25.785069,191.7918,35.802578,17.6875,30.283854,8.630017,97.738464,3.9498265,58.943092,6.908854,62.606293,5.097247,7.1918683,18.097519,9.0965395,20.479168,10.621081,1.0113214,57.73503,9.121708,201.86479,6.245539,255.73755,17.986944,1127.842,110.99038,3.4497874,8.335506,139.76935,174.58127,893.16064,911.44855 +2023-02-14 12:00:00,0.0,2253.5493,31.043533,5.0642605,10.073013,22.597857,182.62613,25.41329,44.929474,19.256561,28.525682,197.52115,185.17857,12.5075,36.72262,9.148098,3.476685,33.745594,71.09991,44.501453,434.34634,30.12211,396.60443,136.05786,40.35134,183.78456,195.4541,78.53022,886.96625,267.6809,1984.6542,48.590553,2366.7573,632.3406,34.049458,27.790098,182.22473,186.27522,290.507,1041.8025,46.026787,14.0584955,9.81405,581.5731,486.1135,89.397484,15.437882,425.81433,23.370028,450.96014,11.503818,38.05322,0.0,1149.3398,1966.2239,0.28468508,44.20479,16.960876,13556.031,40.39723,1.5416306,10.620237,22.535366,22.017344,7.142104,12.394643,339.08167,33.054565,8.747262,1.0162212,6.895341,383.58954,0.5014664,193.71503,86.10357,2613.2068,127.82738,114.1438,184.48155,1036.9612,78.0424,61.39894,1007.6169,54.456844,70.945404,10.113984,33.325226,221.79286,11.798871,9.044498,68.978584,18.758446,4397.692,19.556864,31.928572,17.431456,17.24585,332.83334,79.27225,33.88393,9.421803,9.714658,20.088287,60.5776,130.78749,48.754463,212.77614,24.5909,15.119544,74.10306,28.94884,24.219078,140.42511,14.704144,1.540134,29.796967,11.263644,1196.8834,23.94261,2.704579,110.21429,18.38721,179.82014,79.17857,125.90053,9.087572,107.900444,416.08215,349.27066,39.381805,258.6409,79.014885,48.372433,69.402664,151.69643,24.47577,58.38441,463.75647,12.296702,19.673683,309.93842,15.8538265,8.327402,67.66713,55.682545,605.82684,162.16138,170.80302,1941.4314,35.624187,1580.2368,1370.5958,7.750357,5.9388394,1394.2135,17.395851,10.6285715,368.33368,23.477232,43.949554,22.013323,66.80842,252.07288,342.0554,3.5746784,32.26505,67.8287,320.05234,5.8401303,84.56158,7.7644343,1.5085603,58.109425,1.129604,1.3490124,4.3060904,10.285523,23.207644,15.306111,25.7875,191.76004,35.785713,17.678572,30.28125,8.62551,97.70089,3.9479167,58.787083,6.90625,62.6101,5.0883927,7.1817136,18.080818,9.097768,20.464287,10.605357,1.0111957,57.746532,9.119684,201.8197,6.2442164,255.75307,17.983547,1127.7249,110.98411,3.4514458,8.333109,139.78012,174.59154,893.16705,911.33026 +2023-02-14 13:00:00,0.0,2254.0227,31.033148,5.0636077,10.065697,22.603868,182.60678,25.412485,44.936623,19.262703,28.5357,197.38292,185.34955,12.506412,36.678513,9.159755,3.4749296,33.735916,71.00864,44.446888,434.2739,30.094137,396.45264,136.05328,40.316677,183.95302,195.37608,78.5245,886.57556,267.70862,1984.1459,48.57405,2366.7058,632.25775,34.03847,27.783339,182.17928,186.13739,290.44788,1042.1162,46.045387,14.053442,9.8134985,581.9219,486.40067,89.330055,15.465811,425.27966,23.399258,450.52448,11.507195,38.073895,0.0,1150.0693,1966.8751,0.28469017,44.181175,16.967653,13563.246,40.413982,1.5418565,10.637996,22.556297,22.039488,7.148211,12.405605,339.2063,33.038445,8.761859,1.0166786,6.898779,383.86575,0.5011365,193.84814,86.09494,2612.9988,127.84176,114.16087,184.4604,1037.6611,78.04492,61.411346,1006.96893,54.476044,70.906296,10.114874,33.3338,221.7842,11.796732,9.043143,69.004776,18.75239,4398.2695,19.561903,31.91369,17.435051,17.256721,332.8889,79.33109,33.87277,9.42204,9.716925,20.113895,60.5984,130.88731,48.743675,212.82942,24.608292,15.129268,74.157974,28.970394,24.212383,140.48624,14.716965,1.5404353,29.76958,11.263052,1196.8413,23.9438,2.7114494,110.3631,18.39651,179.95044,79.20814,126.00187,9.085629,107.90978,416.30472,349.63757,39.399704,258.7615,79.10392,48.381004,69.40409,151.71803,24.48268,58.397125,463.74927,12.307125,19.683863,310.04297,15.838032,8.3223915,67.72064,55.717278,606.0923,162.23283,170.81038,1941.5107,35.611946,1580.165,1370.3037,7.7461605,5.9352555,1393.9907,17.39584,10.623413,368.2733,23.465588,43.93605,22.004593,66.786285,252.07054,341.9597,3.5727053,32.256058,67.77747,320.01105,5.8376355,84.55846,7.762884,1.5089854,58.110943,1.1299486,1.3494617,4.308573,10.285152,23.203173,15.303541,25.78993,191.72827,35.76885,17.669643,30.278646,8.621003,97.663315,3.946007,58.631077,6.903646,62.613903,5.079539,7.1715584,18.06412,9.098995,20.449406,10.589633,1.01107,57.758038,9.1176605,201.77461,6.2428937,255.76859,17.980152,1127.6078,110.97784,3.4531043,8.330711,139.79091,174.6018,893.17346,911.21204 +2023-02-14 14:00:00,0.0,2254.4963,31.022764,5.062955,10.058379,22.60988,182.58742,25.41168,44.943775,19.268843,28.545717,197.24469,185.52054,12.505324,36.634403,9.171412,3.4731743,33.726234,70.917366,44.392326,434.20148,30.066166,396.30084,136.04869,40.282017,184.12149,195.29807,78.51877,886.1849,267.73636,1983.6375,48.55755,2366.6545,632.17487,34.027485,27.776579,182.13383,185.99956,290.3888,1042.43,46.063988,14.048389,9.812946,582.27057,486.68787,89.26263,15.493739,424.74506,23.428488,450.08884,11.510572,38.09457,0.0,1150.799,1967.5262,0.28469527,44.157566,16.974432,13570.46,40.430737,1.5420823,10.655753,22.577227,22.061632,7.1543174,12.416568,339.33093,33.022324,8.776456,1.0171359,6.902217,384.14197,0.5008066,193.98128,86.08631,2612.7905,127.85615,114.17795,184.43925,1038.3611,78.04745,61.423756,1006.321,54.495243,70.867195,10.115765,33.34238,221.77553,11.794592,9.041789,69.03097,18.746334,4398.8477,19.566942,31.89881,17.438646,17.267593,332.94446,79.38994,33.861607,9.422277,9.719192,20.139503,60.6192,130.98714,48.732887,212.88272,24.625683,15.138991,74.2129,28.99195,24.20569,140.54738,14.729786,1.5407366,29.742195,11.262459,1196.7991,23.94499,2.71832,110.5119,18.405807,180.08075,79.2377,126.10321,9.083687,107.91912,416.52725,350.00446,39.417606,258.88208,79.192955,48.389576,69.40552,151.73962,24.48959,58.409843,463.7421,12.317549,19.694042,310.1475,15.822237,8.317381,67.77415,55.752014,606.3577,162.30428,170.81773,1941.5901,35.5997,1580.0934,1370.0117,7.741964,5.9316716,1393.768,17.395828,10.618254,368.2129,23.453943,43.922546,21.995861,66.76416,252.0682,341.864,3.570732,32.247066,67.72626,319.96973,5.8351407,84.55534,7.761334,1.5094105,58.11246,1.1302934,1.349911,4.3110547,10.2847805,23.198702,15.30097,25.79236,191.6965,35.751984,17.660713,30.276041,8.616497,97.62575,3.9440973,58.47507,6.9010415,62.61771,5.0706844,7.1614037,18.047419,9.100223,20.434525,10.573909,1.0109442,57.76954,9.115636,201.72952,6.241571,255.7841,17.976755,1127.4907,110.971565,3.454763,8.328314,139.80168,174.61209,893.1799,911.09375 +2023-02-14 15:00:00,0.0,2254.97,31.012379,5.0623026,10.051063,22.615892,182.56805,25.410875,44.950928,19.274984,28.555735,197.10646,185.69151,12.504236,36.590298,9.183069,3.4714189,33.716557,70.826096,44.337765,434.12903,30.038195,396.14902,136.04411,40.247353,184.28996,195.22005,78.51305,885.7941,267.7641,1983.129,48.54105,2366.603,632.092,34.0165,27.76982,182.08838,185.86172,290.32968,1042.7438,46.08259,14.043336,9.812395,582.61926,486.97507,89.195206,15.5216675,424.21045,23.457718,449.6532,11.513949,38.115246,0.0,1151.5286,1968.1775,0.28470036,44.133953,16.981209,13577.675,40.44749,1.5423082,10.6735115,22.598158,22.083776,7.160424,12.42753,339.45554,33.006203,8.791053,1.0175933,6.9056554,384.41818,0.5004767,194.1144,86.077675,2612.5823,127.87053,114.195015,184.4181,1039.061,78.049965,61.436165,1005.67303,54.51444,70.828094,10.116654,33.350956,221.76686,11.792453,9.040434,69.05716,18.740276,4399.4253,19.571981,31.883928,17.442242,17.278465,333.0,79.448784,33.850445,9.422514,9.721459,20.165113,60.640003,131.08696,48.7221,212.936,24.643074,15.148714,74.267815,29.013504,24.198996,140.60852,14.742607,1.5410379,29.714808,11.261866,1196.757,23.946182,2.7251902,110.66071,18.415106,180.21104,79.26726,126.20455,9.081744,107.92846,416.74982,350.37137,39.435505,259.0027,79.282,48.398144,69.40695,151.76122,24.496498,58.42256,463.7349,12.327971,19.704222,310.25204,15.806441,8.31237,67.82766,55.786747,606.62317,162.37572,170.82509,1941.6693,35.58746,1580.0217,1369.7196,7.7377677,5.9280877,1393.545,17.395817,10.613095,368.1525,23.442299,43.909042,21.987131,66.74203,252.06589,341.76834,3.5687587,32.23807,67.67503,319.92844,5.832646,84.55222,7.759784,1.5098356,58.113983,1.130638,1.3503603,4.3135366,10.2844095,23.194233,15.298399,25.794792,191.66475,35.73512,17.651785,30.273438,8.61199,97.58817,3.9421875,58.319065,6.8984375,62.621517,5.0618305,7.151249,18.030718,9.101451,20.419643,10.558185,1.0108185,57.78104,9.113612,201.68442,6.240248,255.79962,17.97336,1127.3737,110.965294,3.4564214,8.325915,139.81245,174.62236,893.1863,910.9755 +2023-02-14 16:00:00,0.0,2255.4434,31.001995,5.06165,10.043745,22.621904,182.5487,25.41007,44.958076,19.281126,28.565752,196.96822,185.86249,12.503148,36.54619,9.194727,3.4696634,33.70688,70.73482,44.283203,434.0566,30.010223,395.99722,136.03952,40.21269,184.45844,195.14203,78.507324,885.40344,267.7918,1982.6206,48.524548,2366.5518,632.0091,34.00551,27.76306,182.04292,185.72389,290.27057,1043.0575,46.10119,14.038282,9.811844,582.968,487.26224,89.12778,15.549596,423.67584,23.486948,449.21753,11.517327,38.13592,0.0,1152.258,1968.8286,0.28470546,44.11034,16.987988,13584.89,40.464245,1.542534,10.691269,22.619087,22.10592,7.166531,12.438493,339.58017,32.99008,8.80565,1.0180507,6.9090934,384.6944,0.5001468,194.24751,86.069046,2612.374,127.88492,114.21208,184.39696,1039.761,78.05249,61.44857,1005.02515,54.533638,70.788994,10.117544,33.359535,221.7582,11.790314,9.039079,69.08334,18.73422,4400.003,19.57702,31.869047,17.445837,17.289337,333.05554,79.50763,33.839287,9.42275,9.723726,20.190722,60.660805,131.18678,48.71131,212.9893,24.660467,15.158438,74.32274,29.03506,24.1923,140.66966,14.755429,1.5413393,29.687422,11.261273,1196.7147,23.947372,2.7320607,110.809525,18.424404,180.34134,79.29682,126.30589,9.079802,107.9378,416.97235,350.73825,39.453407,259.12326,79.37103,48.406715,69.40838,151.7828,24.503407,58.43528,463.72772,12.338395,19.7144,310.3566,15.790647,8.307359,67.88117,55.821484,606.8886,162.44717,170.83244,1941.7487,35.575214,1579.9501,1369.4275,7.733571,5.924504,1393.3223,17.395805,10.607937,368.09213,23.430655,43.895535,21.9784,66.719894,252.06355,341.67267,3.5667856,32.22908,67.62381,319.88715,5.830151,84.54911,7.758234,1.5102606,58.1155,1.1309828,1.3508096,4.3160186,10.284038,23.189762,15.295828,25.797222,191.63298,35.718254,17.642857,30.270834,8.607483,97.5506,3.9402778,58.163055,6.8958335,62.625324,5.052976,7.141094,18.014019,9.102678,20.404762,10.54246,1.0106927,57.79254,9.111588,201.63933,6.2389255,255.81516,17.969963,1127.2565,110.95902,3.4580798,8.323518,139.82323,174.63263,893.1927,910.85724 +2023-02-14 17:00:00,0.0,2255.917,30.99161,5.060997,10.036428,22.627916,182.52934,25.409266,44.96523,19.287268,28.57577,196.82999,186.03348,12.50206,36.502083,9.206384,3.467908,33.6972,70.64355,44.22864,433.98416,29.98225,395.84543,136.03494,40.17803,184.62689,195.06401,78.5016,885.0127,267.81955,1982.1122,48.508045,2366.5002,631.9262,33.994522,27.7563,181.99748,185.58604,290.2115,1043.3712,46.119793,14.03323,9.811293,583.3167,487.54944,89.060356,15.577524,423.1412,23.516178,448.7819,11.520704,38.156597,0.0,1152.9877,1969.4799,0.2847106,44.08673,16.994764,13592.104,40.480995,1.5427599,10.709027,22.640018,22.128065,7.172638,12.449454,339.7048,32.973957,8.820247,1.0185081,6.9125314,384.9706,0.49981692,194.38065,86.06042,2612.1658,127.8993,114.22916,184.37581,1040.4609,78.05501,61.46098,1004.3772,54.552837,70.749886,10.118435,33.368114,221.74954,11.788174,9.0377245,69.109535,18.728165,4400.5806,19.58206,31.854166,17.449432,17.300209,333.1111,79.566475,33.828125,9.422987,9.725993,20.21633,60.681606,131.2866,48.70052,213.04259,24.677858,15.168161,74.377655,29.056616,24.185608,140.73079,14.76825,1.5416406,29.660036,11.26068,1196.6726,23.948563,2.738931,110.958336,18.433702,180.47163,79.326385,126.407234,9.077859,107.947136,417.19492,351.10516,39.471306,259.24387,79.46007,48.415287,69.409805,151.8044,24.510317,58.447994,463.72052,12.348818,19.724579,310.46112,15.774852,8.302348,67.934685,55.856216,607.1541,162.51862,170.8398,1941.828,35.562973,1579.8784,1369.1355,7.729375,5.92092,1393.0995,17.395792,10.6027775,368.03174,23.41901,43.88203,21.96967,66.69777,252.06122,341.577,3.5648124,32.22009,67.57259,319.84583,5.8276563,84.54599,7.756684,1.5106857,58.117023,1.1313274,1.351259,4.318501,10.283667,23.185291,15.293257,25.799652,191.60121,35.70139,17.633928,30.268229,8.602977,97.51302,3.938368,58.00705,6.893229,62.629128,5.0441217,7.1309395,17.997318,9.103906,20.389881,10.526736,1.010567,57.804047,9.109564,201.59424,6.2376027,255.83067,17.966568,1127.1394,110.95275,3.4597383,8.32112,139.83401,174.6429,893.1991,910.739 +2023-02-14 18:00:00,0.0,2256.3904,30.981226,5.0603447,10.029111,22.633928,182.51,25.40846,44.97238,19.293407,28.585787,196.69176,186.20445,12.500972,36.457977,9.218041,3.4661527,33.687523,70.55228,44.174076,433.9117,29.954279,395.6936,136.03036,40.143364,184.79536,194.986,78.49588,884.622,267.84726,1981.6039,48.491543,2366.449,631.8433,33.983536,27.74954,181.95204,185.44821,290.15237,1043.685,46.138393,14.028176,9.810741,583.66547,487.8366,88.99293,15.605453,422.60657,23.545408,448.34625,11.524081,38.177273,0.0,1153.7173,1970.131,0.28471568,44.063118,17.001543,13599.318,40.49775,1.5429857,10.726785,22.66095,22.15021,7.1787443,12.460417,339.8294,32.957836,8.834843,1.0189655,6.9159694,385.24686,0.499487,194.51376,86.05179,2611.9575,127.91369,114.24622,184.35466,1041.1609,78.05753,61.473385,1003.72925,54.572037,70.710785,10.119325,33.376694,221.74088,11.786035,9.036369,69.13573,18.722107,4401.1587,19.5871,31.839285,17.453028,17.31108,333.16666,79.62532,33.816963,9.4232235,9.728261,20.241938,60.702404,131.38644,48.68973,213.09589,24.69525,15.177885,74.43258,29.07817,24.178913,140.79193,14.781072,1.541942,29.63265,11.260088,1196.6304,23.949753,2.7458014,111.10714,18.443003,180.60193,79.35595,126.508575,9.075915,107.956474,417.41745,351.47205,39.48921,259.36444,79.54911,48.42386,69.41124,151.82599,24.517225,58.460712,463.71335,12.359241,19.734758,310.56567,15.759056,8.297338,67.98819,55.890953,607.41956,162.59006,170.84715,1941.9072,35.55073,1579.8066,1368.8434,7.7251782,5.9173365,1392.8767,17.39578,10.597619,367.97134,23.407366,43.868526,21.960938,66.67564,252.0589,341.4813,3.5628393,32.211094,67.52137,319.80453,5.8251615,84.54288,7.7551336,1.5111108,58.11854,1.1316721,1.3517083,4.320983,10.283295,23.180822,15.290686,25.802084,191.56946,35.684525,17.625,30.265625,8.59847,97.47545,3.9364583,57.851044,6.890625,62.632935,5.035268,7.1207848,17.980618,9.105134,20.375,10.511012,1.0104412,57.815548,9.10754,201.54915,6.23628,255.84619,17.963171,1127.0223,110.94647,3.4613967,8.318723,139.84479,174.65318,893.2055,910.6207 +2023-02-14 19:00:00,0.0,2256.864,30.97084,5.059692,10.021794,22.63994,182.49063,25.407656,44.97953,19.29955,28.595804,196.55353,186.37543,12.499885,36.413868,9.229698,3.4643972,33.677845,70.461006,44.119514,433.8393,29.926308,395.5418,136.02577,40.108704,184.96384,194.90797,78.49015,884.2313,267.875,1981.0955,48.47504,2366.3975,631.7605,33.97255,27.74278,181.90659,185.31038,290.0933,1043.9988,46.156994,14.023124,9.810189,584.01416,488.1238,88.9255,15.633381,422.07196,23.574638,447.91058,11.527458,38.19795,0.0,1154.4468,1970.7821,0.28472078,44.03951,17.00832,13606.533,40.514503,1.5432116,10.744543,22.68188,22.172354,7.184851,12.471379,339.95404,32.941715,8.84944,1.0194229,6.919408,385.52307,0.49915713,194.64688,86.04315,2611.7495,127.92807,114.26329,184.33351,1041.861,78.06006,61.485794,1003.0813,54.591236,70.671684,10.120215,33.38527,221.73221,11.7838955,9.035014,69.16192,18.716051,4401.7363,19.592138,31.824406,17.456623,17.321953,333.22223,79.684166,33.805805,9.42346,9.730528,20.267546,60.723206,131.48627,48.678944,213.14919,24.71264,15.187609,74.487495,29.099726,24.17222,140.85307,14.793893,1.5422432,29.605265,11.259495,1196.5881,23.950943,2.7526717,111.25595,18.452301,180.73224,79.38551,126.60992,9.073973,107.96581,417.64,351.83896,39.507107,259.48505,79.638145,48.43243,69.41267,151.8476,24.524136,58.47343,463.70615,12.369664,19.744938,310.67023,15.743261,8.292327,68.0417,55.925686,607.685,162.66151,170.8545,1941.9866,35.538486,1579.735,1368.5513,7.720982,5.9137526,1392.6539,17.39577,10.592461,367.91095,23.395721,43.855022,21.952208,66.6535,252.05656,341.38562,3.5608659,32.202103,67.470146,319.7632,5.8226666,84.53976,7.7535834,1.5115358,58.12006,1.1320168,1.3521576,4.323465,10.282924,23.176352,15.288115,25.804514,191.53769,35.66766,17.616072,30.263021,8.593963,97.437874,3.9345486,57.695034,6.888021,62.63674,5.0264134,7.11063,17.963917,9.106361,20.360119,10.495288,1.0103154,57.82705,9.1055155,201.50406,6.234957,255.86171,17.959776,1126.9053,110.9402,3.4630554,8.316325,139.85556,174.66345,893.21185,910.5025 +2023-02-14 20:00:00,0.0,2257.3376,30.960457,5.059039,10.014477,22.645952,182.47127,25.40685,44.986683,19.30569,28.605822,196.41528,186.54642,12.498796,36.369762,9.241356,3.4626417,33.668167,70.369736,44.064953,433.76685,29.898336,395.39,136.0212,40.07404,185.13231,194.82996,78.48443,883.8406,267.90274,1980.587,48.458538,2366.3462,631.6776,33.961563,27.736021,181.86115,185.17255,290.03418,1044.3125,46.175594,14.01807,9.809638,584.3629,488.411,88.85808,15.661309,421.53735,23.603868,447.47495,11.530836,38.218624,0.0,1155.1764,1971.4333,0.28472587,44.015896,17.015099,13613.748,40.531258,1.5434374,10.762301,22.70281,22.194498,7.190958,12.482342,340.07867,32.925594,8.864037,1.0198802,6.922846,385.7993,0.49882722,194.78001,86.03452,2611.5413,127.94246,114.280365,184.31236,1042.5609,78.06258,61.4982,1002.4334,54.610435,70.63258,10.121105,33.39385,221.72354,11.781756,9.03366,69.18811,18.709995,4402.314,19.597178,31.809525,17.460218,17.332825,333.27777,79.74301,33.794643,9.4236965,9.732795,20.293154,60.744007,131.58609,48.668156,213.20247,24.730034,15.197331,74.54242,29.12128,24.165525,140.9142,14.806715,1.5425446,29.577879,11.258902,1196.546,23.952133,2.7595422,111.40476,18.4616,180.86253,79.41508,126.71126,9.07203,107.97515,417.86255,352.20584,39.52501,259.60562,79.72718,48.441,69.41409,151.86919,24.531044,58.48615,463.69897,12.380087,19.755116,310.77478,15.727467,8.287315,68.095215,55.960423,607.95044,162.73296,170.86186,1942.0659,35.526245,1579.6633,1368.2593,7.7167854,5.9101686,1392.4312,17.395758,10.587301,367.85056,23.384077,43.84152,21.943476,66.63138,252.05423,341.28995,3.5588927,32.19311,67.41893,319.72192,5.820172,84.536644,7.7520337,1.5119609,58.121582,1.1323614,1.3526069,4.3259473,10.282552,23.17188,15.285543,25.806944,191.50594,35.650795,17.607143,30.260416,8.589456,97.4003,3.932639,57.53903,6.8854165,62.64055,5.0175595,7.1004753,17.947218,9.107589,20.345238,10.479564,1.0101897,57.83855,9.103492,201.45895,6.2336345,255.87723,17.956379,1126.7881,110.93393,3.4647138,8.313928,139.86633,174.67372,893.21826,910.3842 +2023-02-14 21:00:00,0.0,2257.811,30.950071,5.058387,10.00716,22.651964,182.45192,25.406046,44.993835,19.31183,28.615839,196.27705,186.71739,12.497708,36.325653,9.253013,3.4608862,33.65849,70.278465,44.01039,433.69443,29.870363,395.2382,136.01662,40.039375,185.30077,194.75194,78.47871,883.4499,267.93045,1980.0786,48.44204,2366.2947,631.5947,33.950573,27.729261,181.8157,185.03471,289.97507,1044.6262,46.194195,14.013017,9.809087,584.7116,488.69818,88.79065,15.689238,421.00272,23.633099,447.0393,11.534213,38.2393,0.0,1155.906,1972.0845,0.28473097,43.992287,17.021875,13620.962,40.54801,1.5436633,10.780059,22.723742,22.216642,7.197065,12.493304,340.20328,32.909473,8.8786335,1.0203376,6.926284,386.0755,0.49849734,194.91313,86.025894,2611.333,127.95684,114.29743,184.29121,1043.2609,78.0651,61.51061,1001.78546,54.62963,70.593475,10.121995,33.402428,221.71487,11.779616,9.032305,69.2143,18.703938,4402.8916,19.602217,31.794643,17.463814,17.343697,333.33334,79.80185,33.78348,9.423933,9.735063,20.318764,60.76481,131.68591,48.657368,213.25577,24.747425,15.207055,74.597336,29.142836,24.15883,140.97534,14.819536,1.542846,29.550493,11.258309,1196.5038,23.953325,2.7664127,111.55357,18.470898,180.99283,79.44464,126.8126,9.070087,107.98449,418.0851,352.57275,39.542908,259.72623,79.81622,48.44957,69.41553,151.89078,24.537952,58.498863,463.69177,12.39051,19.765295,310.8793,15.711671,8.282305,68.14873,55.995155,608.2159,162.8044,170.86922,1942.1453,35.514,1579.5917,1367.9672,7.7125893,5.9065847,1392.2083,17.395746,10.582143,367.79016,23.372433,43.828014,21.934746,66.609245,252.05191,341.19427,3.5569196,32.18412,67.36771,319.68063,5.817677,84.53352,7.7504835,1.512386,58.1231,1.1327062,1.3530562,4.328429,10.282181,23.167412,15.282972,25.809376,191.47417,35.633926,17.598213,30.257812,8.5849495,97.362724,3.9307292,57.383022,6.8828125,62.644352,5.008705,7.0903206,17.930517,9.108817,20.330357,10.46384,1.010064,57.850056,9.101468,201.41386,6.2323117,255.89275,17.952984,1126.671,110.92766,3.4663723,8.311529,139.8771,174.684,893.2247,910.266 +2023-02-14 22:00:00,0.0,2258.2847,30.939688,5.057734,9.999843,22.657976,182.43256,25.405241,45.000984,19.317972,28.625856,196.13882,186.88837,12.49662,36.281548,9.26467,3.459131,33.64881,70.187195,43.95583,433.62198,29.842392,395.0864,136.01202,40.004715,185.46924,194.67392,78.472984,883.0592,267.9582,1979.5703,48.425537,2366.2434,631.51184,33.939587,27.722502,181.77026,184.89688,289.916,1044.9401,46.2128,14.007964,9.808536,585.06036,488.98538,88.72323,15.717167,420.46808,23.662329,446.60364,11.53759,38.259975,0.0,1156.6356,1972.7357,0.2847361,43.968674,17.028654,13628.177,40.564766,1.543889,10.797817,22.744673,22.238787,7.2031713,12.504266,340.3279,32.893353,8.89323,1.020795,6.929722,386.3517,0.49816743,195.04625,86.017265,2611.1248,127.97123,114.3145,184.27007,1043.9608,78.06763,61.523014,1001.1375,54.64883,70.554375,10.122886,33.411007,221.70622,11.777477,9.03095,69.240486,18.697882,4403.4697,19.607256,31.779762,17.46741,17.354568,333.3889,79.860695,33.77232,9.42417,9.7373295,20.344372,60.78561,131.78574,48.646576,213.30905,24.764816,15.216779,74.65226,29.16439,24.152138,141.03648,14.832357,1.5431473,29.523108,11.257716,1196.4617,23.954515,2.773283,111.70238,18.480196,181.12312,79.474205,126.91394,9.068145,107.99383,418.30765,352.93964,39.56081,259.8468,79.90526,48.45814,69.416954,151.91237,24.544863,58.51158,463.6846,12.400933,19.775475,310.98386,15.695876,8.277294,68.20223,56.029892,608.4813,162.87585,170.87657,1942.2246,35.50176,1579.5199,1367.675,7.7083926,5.903001,1391.9855,17.395735,10.576984,367.72977,23.360788,43.81451,21.926014,66.58712,252.04958,341.09857,3.5549464,32.175125,67.31648,319.6393,5.815182,84.53041,7.7489333,1.5128111,58.124622,1.1330508,1.3535055,4.330911,10.281809,23.162941,15.280401,25.811806,191.4424,35.61706,17.589285,30.255209,8.580442,97.32515,3.9288194,57.227016,6.8802085,62.64816,4.999851,7.080166,17.913816,9.1100445,20.315477,10.448115,1.0099382,57.861557,9.099443,201.36877,6.230989,255.90828,17.949587,1126.554,110.92139,3.4680307,8.309132,139.8879,174.69427,893.2311,910.1477 +2023-02-14 23:00:00,0.0,2258.758,30.929302,5.057081,9.992526,22.663988,182.41321,25.404436,45.008137,19.324114,28.635874,196.0006,187.05936,12.495532,36.23744,9.276327,3.4573755,33.639133,70.09592,43.901264,433.54956,29.81442,394.9346,136.00745,39.97005,185.63771,194.5959,78.46726,882.66846,267.9859,1979.0619,48.409035,2366.192,631.42896,33.9286,27.715742,181.72481,184.75905,289.85687,1045.2538,46.2314,14.002911,9.807984,585.40906,489.27255,88.6558,15.745095,419.93347,23.691559,446.168,11.540968,38.28065,0.0,1157.3652,1973.3868,0.2847412,43.945065,17.03543,13635.392,40.58152,1.544115,10.815575,22.765602,22.260931,7.209278,12.515228,340.45255,32.87723,8.907827,1.0212524,6.9331603,386.62793,0.49783754,195.17938,86.00863,2610.9165,127.98561,114.331566,184.24892,1044.6608,78.070145,61.535423,1000.48956,54.66803,70.515274,10.1237755,33.419586,221.69756,11.775338,9.029595,69.26668,18.691824,4404.0474,19.612295,31.764881,17.471004,17.36544,333.44446,79.91954,33.76116,9.424406,9.739596,20.36998,60.80641,131.88556,48.635788,213.36235,24.782207,15.226502,74.70718,29.185946,24.145443,141.09761,14.845179,1.5434487,29.495722,11.257124,1196.4194,23.955706,2.7801535,111.85119,18.489494,181.25342,79.50377,127.01528,9.066202,108.00317,418.5302,353.30655,39.57871,259.9674,79.99429,48.466713,69.41838,151.93396,24.551771,58.5243,463.6774,12.411356,19.785654,311.0884,15.680081,8.272284,68.255745,56.064625,608.74677,162.9473,170.88393,1942.3038,35.489513,1579.4482,1367.383,7.7041965,5.899417,1391.7627,17.395723,10.571825,367.66937,23.349144,43.801006,21.917284,66.56499,252.04724,341.0029,3.552973,32.166134,67.26526,319.59802,5.8126874,84.52729,7.747383,1.513236,58.12614,1.1333956,1.3539548,4.333393,10.281438,23.15847,15.27783,25.814236,191.41064,35.600197,17.580357,30.252604,8.575935,97.287575,3.9269097,57.071007,6.877604,62.651966,4.990997,7.070011,17.897118,9.111272,20.300596,10.432391,1.0098125,57.87306,9.09742,201.32368,6.229666,255.9238,17.946192,1126.4369,110.915115,3.4696891,8.306734,139.89867,174.70454,893.2375,910.0295 +2023-02-15 00:00:00,0.0,2259.2317,30.918919,5.056429,9.9852085,22.67,182.39384,25.403633,45.01529,19.330254,28.645893,195.86237,187.23033,12.494444,36.193333,9.287985,3.45562,33.629456,70.00465,43.846703,433.4771,29.78645,394.78278,136.00287,39.935387,185.80618,194.51788,78.46153,882.2778,268.01364,1978.5535,48.392532,2366.1406,631.34607,33.917614,27.708982,181.67937,184.62122,289.7978,1045.5675,46.25,13.997858,9.807432,585.7578,489.55975,88.58838,15.773024,419.39886,23.720787,445.73236,11.544345,38.301327,0.0,1158.0947,1974.0381,0.2847463,43.92145,17.04221,13642.605,40.598274,1.5443408,10.833333,22.786533,22.283075,7.215385,12.526191,340.57715,32.86111,8.922424,1.0217098,6.9365983,386.90417,0.49750763,195.3125,86.0,2610.7085,128.0,114.34863,184.22778,1045.3607,78.07267,61.54783,999.8417,54.68723,70.476166,10.124666,33.42816,221.68889,11.773199,9.02824,69.29287,18.685768,4404.625,19.617332,31.75,17.474598,17.376312,333.5,79.978386,33.75,9.424643,9.741863,20.395588,60.82721,131.98538,48.625,213.41565,24.799599,15.236225,74.7621,29.2075,24.138748,141.15875,14.858,1.54375,29.468334,11.256531,1196.3772,23.956896,2.7870238,112.0,18.498793,181.38373,79.53333,127.11662,9.064259,108.0125,418.75275,353.67343,39.59661,260.088,80.083336,48.475285,69.419815,151.95557,24.558681,58.537018,463.67023,12.42178,19.795834,311.19293,15.664286,8.267273,68.30926,56.099358,609.0122,163.01874,170.8913,1942.3833,35.477272,1579.3766,1367.091,7.7,5.895833,1391.5399,17.395712,10.566667,367.60898,23.3375,43.7875,21.908554,66.542854,252.04492,340.90723,3.5509999,32.157143,67.21404,319.5567,5.810192,84.52417,7.7458334,1.5136611,58.127663,1.1337402,1.3544042,4.3358755,10.281066,23.154,15.275259,25.816666,191.37888,35.583332,17.571428,30.25,8.571428,97.25,3.9250002,56.915,6.875,62.65577,4.982143,7.0598564,17.880417,9.112499,20.285715,10.416666,1.0096867,57.88456,9.095396,201.2786,6.228344,255.93932,17.942795,1126.3198,110.908844,3.4713478,8.304337,139.90944,174.71481,893.2439,909.91125 +2023-02-15 01:00:00,0.0,2259.7053,30.908535,5.055776,9.977891,22.676012,182.37448,25.402828,45.022438,19.336395,28.65591,195.72412,187.4013,12.493357,36.149227,9.299642,3.4538646,33.619778,69.913376,43.79214,433.40466,29.758476,394.63098,135.99828,39.900726,185.97464,194.43985,78.45581,881.8871,268.04138,1978.045,48.37603,2366.0894,631.26324,33.906628,27.702223,181.63393,184.48338,289.73868,1045.8813,46.2686,13.992805,9.806881,586.1065,489.84695,88.52095,15.800952,418.86426,23.750017,445.2967,11.547722,38.322002,0.0,1158.8243,1974.6892,0.2847514,43.89784,17.048986,13649.82,40.61503,1.5445666,10.85109,22.807463,22.30522,7.221492,12.537153,340.70178,32.84499,8.937021,1.0221672,6.9400363,387.1804,0.49717775,195.44562,85.99137,2610.5002,128.01437,114.36571,184.20663,1046.0607,78.075195,61.560238,999.1937,54.70643,70.437065,10.125556,33.43674,221.68022,11.771059,9.026885,69.31906,18.679712,4405.2026,19.622372,31.735119,17.478193,17.387184,333.55554,80.03723,33.73884,9.42488,9.744131,20.421196,60.84801,132.0852,48.614212,213.46893,24.816992,15.245949,74.81702,29.229055,24.132055,141.2199,14.870822,1.5440513,29.440948,11.255938,1196.3351,23.958086,2.7938943,112.14881,18.508091,181.51402,79.5629,127.21797,9.062316,108.021835,418.97528,354.04034,39.61451,260.2086,80.17237,48.483856,69.42124,151.97716,24.56559,58.549732,463.66302,12.432202,19.806011,311.2975,15.648491,8.262261,68.36277,56.134094,609.2777,163.0902,170.89865,1942.4626,35.46503,1579.3049,1366.7988,7.695803,5.8922496,1391.3171,17.3957,10.561508,367.54858,23.325855,43.773994,21.899822,66.52073,252.04259,340.81155,3.5490267,32.148148,67.16282,319.5154,5.8076973,84.52106,7.744283,1.5140862,58.12918,1.1340848,1.3548535,4.3383574,10.280694,23.14953,15.272689,25.819098,191.3471,35.566467,17.5625,30.247396,8.566922,97.212425,3.9230905,56.758995,6.872396,62.659576,4.9732885,7.049701,17.863716,9.113728,20.270834,10.400942,1.009561,57.896065,9.093371,201.23349,6.227021,255.95483,17.939398,1126.2026,110.902565,3.4730062,8.301939,139.92021,174.7251,893.2503,909.79297 +2023-02-15 02:00:00,0.0,2260.1787,30.89815,5.0551233,9.970574,22.682024,182.35513,25.402023,45.02959,19.342537,28.665928,195.58589,187.5723,12.492269,36.105118,9.311299,3.452109,33.6101,69.822105,43.73758,433.33224,29.730505,394.4792,135.9937,39.866062,186.14311,194.36183,78.45009,881.49634,268.0691,1977.5366,48.359528,2366.0378,631.18036,33.895638,27.695463,181.58847,184.34555,289.67957,1046.1951,46.2872,13.987751,9.80633,586.4552,490.13412,88.45352,15.82888,418.32965,23.779247,444.86105,11.5511,38.342678,0.0,1159.554,1975.3403,0.28475648,43.87423,17.055763,13657.035,40.631783,1.5447925,10.868849,22.828392,22.327364,7.2275987,12.548116,340.82642,32.82887,8.951618,1.0226245,6.943475,387.4566,0.49684787,195.57875,85.982735,2610.292,128.02876,114.382774,184.18549,1046.7606,78.07771,61.572647,998.5458,54.725628,70.397964,10.126446,33.44532,221.67155,11.76892,9.025531,69.34525,18.673655,4405.7803,19.62741,31.720238,17.481789,17.398056,333.6111,80.09608,33.72768,9.425117,9.746398,20.446804,60.868813,132.18503,48.603424,213.52223,24.834383,15.255672,74.87193,29.25061,24.12536,141.28102,14.883643,1.5443527,29.413563,11.255345,1196.2928,23.959276,2.8007646,112.29762,18.51739,181.64432,79.59246,127.31931,9.060373,108.03117,419.19785,354.40723,39.63241,260.3292,80.261406,48.492428,69.42267,151.99875,24.572498,58.56245,463.65582,12.442625,19.81619,311.40204,15.632696,8.257251,68.41628,56.168827,609.54315,163.16164,170.906,1942.5419,35.452785,1579.2333,1366.5068,7.691607,5.8886657,1391.0944,17.395689,10.556349,367.4882,23.31421,43.76049,21.891092,66.4986,252.04025,340.71588,3.5470533,32.139156,67.111595,319.47412,5.8052025,84.51794,7.742733,1.5145112,58.1307,1.1344296,1.3553028,4.3408394,10.280323,23.14506,15.270118,25.821527,191.31535,35.549603,17.553572,30.244791,8.562415,97.17485,3.9211807,56.602985,6.8697915,62.663383,4.9644346,7.0395465,17.847017,9.114955,20.255953,10.385218,1.0094352,57.907566,9.091348,201.1884,6.2256985,255.97035,17.936003,1126.0856,110.89629,3.4746647,8.2995405,139.93098,174.73537,893.2567,909.67474 +2023-02-15 03:00:00,0.0,2260.6523,30.887766,5.0544705,9.963257,22.688036,182.33577,25.401218,45.03674,19.348679,28.675945,195.44766,187.74327,12.49118,36.061012,9.322956,3.4503539,33.60042,69.730835,43.683018,433.2598,29.702534,394.3274,135.9891,39.8314,186.31158,194.28381,78.44437,881.10565,268.09683,1977.0283,48.343025,2365.9866,631.0975,33.88465,27.688704,181.54303,184.20772,289.62048,1046.5088,46.305805,13.982698,9.8057785,586.80396,490.42133,88.3861,15.856809,417.795,23.808477,444.42538,11.554477,38.363354,0.0,1160.2834,1975.9916,0.2847616,43.850616,17.062542,13664.25,40.648537,1.5450183,10.886606,22.849323,22.349508,7.233705,12.559077,340.95105,32.812748,8.966215,1.0230819,6.946913,387.73282,0.49651796,195.71187,85.974106,2610.0837,128.04315,114.39984,184.16434,1047.4606,78.08024,61.585052,997.8978,54.744827,70.358864,10.1273365,33.453896,221.6629,11.766781,9.024176,69.37144,18.667599,4406.3584,19.63245,31.705357,17.485384,17.408928,333.66666,80.15492,33.71652,9.425353,9.748665,20.472412,60.889614,132.28485,48.592632,213.57552,24.851774,15.265396,74.92686,29.272165,24.118668,141.34216,14.896464,1.544654,29.386177,11.254752,1196.2507,23.960466,2.807635,112.44643,18.52669,181.77461,79.622025,127.420654,9.058431,108.04051,419.42038,354.77414,39.65031,260.44977,80.35045,48.501,69.424095,152.02034,24.579409,58.57517,463.64865,12.453049,19.82637,311.5066,15.616901,8.25224,68.46979,56.203564,609.8086,163.2331,170.91336,1942.6212,35.440544,1579.1615,1366.2147,7.6874104,5.885082,1390.8716,17.395678,10.55119,367.4278,23.302567,43.746986,21.88236,66.47646,252.03792,340.62018,3.5450802,32.130165,67.06038,319.4328,5.8027077,84.514824,7.741183,1.5149363,58.13222,1.1347742,1.3557521,4.343322,10.279951,23.140589,15.267547,25.823957,191.28358,35.532738,17.544643,30.242188,8.557908,97.137276,3.919271,56.44698,6.8671875,62.66719,4.95558,7.029392,17.830317,9.116182,20.241072,10.3694935,1.0093094,57.919067,9.089323,201.14331,6.2243757,255.98589,17.932606,1125.9685,110.89002,3.4763231,8.297143,139.94177,174.74564,893.2631,909.55646 +2023-02-15 04:00:00,0.0,2261.1257,30.87738,5.053818,9.95594,22.694048,182.31642,25.400414,45.04389,19.354818,28.685963,195.30943,187.91425,12.490092,36.016903,9.334614,3.4485984,33.59074,69.639565,43.628452,433.18738,29.67456,394.17557,135.98453,39.796738,186.48004,194.2058,78.438644,880.71497,268.12454,1976.5199,48.326527,2365.935,631.0146,33.873665,27.681944,181.49759,184.06989,289.56137,1046.8225,46.324406,13.977645,9.805227,587.15265,490.7085,88.31867,15.884737,417.26038,23.837708,443.98975,11.557854,38.38403,0.0,1161.0131,1976.6427,0.2847667,43.827007,17.069319,13671.464,40.66529,1.5452442,10.904365,22.870255,22.371653,7.239812,12.57004,341.07565,32.796627,8.980812,1.0235393,6.9503508,388.00903,0.49618807,195.84499,85.96548,2609.8755,128.05754,114.416916,184.14319,1048.1605,78.08276,61.59746,997.2499,54.764023,70.319756,10.128226,33.462475,221.65424,11.764641,9.02282,69.39763,18.661541,4406.936,19.63749,31.690475,17.48898,17.4198,333.72223,80.21377,33.705357,9.42559,9.750933,20.498022,60.910416,132.38467,48.581844,213.62881,24.869165,15.27512,74.98177,29.29372,24.111973,141.4033,14.909286,1.5449554,29.358791,11.25416,1196.2085,23.961658,2.8145053,112.59524,18.535988,181.9049,79.65159,127.521996,9.056488,108.04985,419.64294,355.14102,39.66821,260.57037,80.43948,48.509567,69.42553,152.04193,24.586317,58.587883,463.64145,12.463471,19.83655,311.6111,15.601106,8.24723,68.5233,56.238297,610.07404,163.30453,170.92072,1942.7006,35.4283,1579.0898,1365.9226,7.683214,5.881498,1390.6487,17.395666,10.546032,367.3674,23.290922,43.733482,21.87363,66.45434,252.0356,340.5245,3.543107,32.121174,67.009155,319.3915,5.800213,84.5117,7.7396326,1.5153614,58.13374,1.135119,1.3562014,4.3458037,10.27958,23.13612,15.264976,25.82639,191.25182,35.515873,17.535713,30.239584,8.553402,97.0997,3.9173613,56.290974,6.8645835,62.670994,4.9467263,7.019237,17.813616,9.117411,20.22619,10.353769,1.0091838,57.930573,9.087299,201.09822,6.223053,256.0014,17.92921,1125.8514,110.88375,3.4779816,8.294745,139.95255,174.75592,893.26953,909.43823 +2023-02-15 05:00:00,0.0,2261.5994,30.866997,5.0531654,9.948623,22.70006,182.29706,25.399609,45.051044,19.36096,28.69598,195.17119,188.08524,12.489004,35.972797,9.346271,3.446843,33.581062,69.54829,43.57389,433.11493,29.64659,394.02377,135.97995,39.762074,186.64851,194.12778,78.43292,880.3242,268.15228,1976.0115,48.310024,2365.8838,630.9317,33.86268,27.675184,181.45215,183.93205,289.50226,1047.1364,46.343006,13.972591,9.804676,587.5014,490.9957,88.25125,15.912665,416.72577,23.866938,443.5541,11.561232,38.404705,0.0,1161.7427,1977.294,0.2847718,43.803394,17.076097,13678.679,40.682045,1.54547,10.922122,22.891186,22.393797,7.2459188,12.581002,341.2003,32.780506,8.995409,1.0239967,6.9537888,388.28525,0.49585816,195.97812,85.95685,2609.6672,128.07191,114.43398,184.12204,1048.8605,78.08528,61.609867,996.602,54.783222,70.280655,10.129116,33.471054,221.64557,11.762502,9.021466,69.42382,18.655485,4407.5137,19.642529,31.675594,17.492575,17.430672,333.77777,80.27261,33.694195,9.425826,9.7532,20.52363,60.931217,132.4845,48.571056,213.6821,24.886559,15.2848425,75.0367,29.315275,24.105278,141.46443,14.922108,1.5452567,29.331406,11.253567,1196.1664,23.962849,2.8213758,112.74405,18.545286,182.0352,79.68115,127.62334,9.054545,108.05919,419.86548,355.50793,39.68611,260.69095,80.52852,48.51814,69.426956,152.06352,24.593225,58.6006,463.63428,12.473894,19.846727,311.71567,15.585311,8.242218,68.57681,56.273033,610.3395,163.37598,170.92807,1942.7798,35.416058,1579.0182,1365.6306,7.6790175,5.877914,1390.4259,17.395655,10.540873,367.307,23.279278,43.71998,21.864899,66.432205,252.03326,340.42883,3.5411339,32.11218,66.95793,319.35022,5.797718,84.50859,7.738083,1.5157865,58.13526,1.1354636,1.3566507,4.3482857,10.279208,23.131649,15.262404,25.82882,191.22006,35.49901,17.526785,30.236979,8.548895,97.062126,3.9154515,56.134968,6.861979,62.6748,4.937872,7.0090823,17.796917,9.118638,20.21131,10.338045,1.009058,57.942074,9.085276,201.05312,6.22173,256.0169,17.925814,1125.7343,110.87748,3.47964,8.292348,139.96332,174.76619,893.27594,909.31995 +2023-02-15 06:00:00,0.0,2262.073,30.856611,5.0525126,9.941306,22.706072,182.2777,25.398804,45.058193,19.367102,28.705997,195.03296,188.25621,12.487917,35.928688,9.357928,3.4450874,33.571384,69.457016,43.51933,433.0425,29.618618,393.87198,135.97536,39.727413,186.81699,194.04976,78.42719,879.93353,268.18002,1975.503,48.29352,2365.8323,630.8489,33.851692,27.668425,181.40668,183.79422,289.44318,1047.4501,46.361607,13.967539,9.804124,587.8501,491.2829,88.18382,15.940594,416.19116,23.896168,443.11844,11.564609,38.42538,0.0,1162.4723,1977.9451,0.2847769,43.779785,17.082874,13685.894,40.6988,1.5456959,10.93988,22.912115,22.415941,7.2520256,12.591965,341.32492,32.764385,9.010006,1.0244541,6.957227,388.56146,0.49552828,196.11124,85.94821,2609.4592,128.0863,114.45105,184.10089,1049.5605,78.08781,61.622276,995.95404,54.80242,70.241554,10.130007,33.47963,221.6369,11.760363,9.020111,69.45001,18.64943,4408.0913,19.647568,31.660715,17.49617,17.441544,333.83334,80.33146,33.683037,9.426063,9.755466,20.549238,60.95202,132.58432,48.56027,213.7354,24.90395,15.294566,75.09161,29.33683,24.098585,141.52557,14.934929,1.545558,29.30402,11.252974,1196.1241,23.964039,2.828246,112.89286,18.554585,182.16551,79.71072,127.72468,9.052603,108.06853,420.08804,355.87482,39.70401,260.81155,80.61756,48.52671,69.42838,152.08513,24.600136,58.61332,463.62708,12.484318,19.856907,311.82022,15.569516,8.237207,68.630325,56.307766,610.6049,163.44743,170.93542,1942.8591,35.403812,1578.9465,1365.3385,7.6748214,5.87433,1390.2031,17.395643,10.535714,367.2466,23.267633,43.706474,21.856169,66.41007,252.03093,340.33316,3.5391605,32.103188,66.906715,319.3089,5.795223,84.50547,7.7365327,1.5162115,58.13678,1.1358082,1.3571,4.350768,10.278837,23.127178,15.259833,25.83125,191.1883,35.482143,17.517857,30.234375,8.544388,97.02455,3.9135418,55.97896,6.859375,62.678608,4.929018,6.9989276,17.780216,9.119865,20.196428,10.322321,1.0089322,57.953575,9.083251,201.00803,6.2204075,256.03244,17.922419,1125.6172,110.87121,3.4812987,8.28995,139.97409,174.77646,893.2823,909.2017 +2023-02-15 07:00:00,0.0,2262.5464,30.846228,5.0518603,9.933989,22.712084,182.25835,25.397999,45.065346,19.373241,28.716015,194.89473,188.42719,12.486829,35.884583,9.369585,3.4433322,33.561707,69.365746,43.464767,432.97006,29.590647,393.72015,135.97078,39.69275,186.98546,193.97174,78.42147,879.54285,268.20773,1974.9948,48.27702,2365.781,630.766,33.840702,27.661665,181.36124,183.65639,289.38406,1047.7638,46.380207,13.962485,9.803573,588.19885,491.57007,88.116394,15.968522,415.65652,23.925398,442.6828,11.567986,38.446056,0.0,1163.2019,1978.5962,0.284782,43.756172,17.089653,13693.108,40.715553,1.5459217,10.957639,22.933046,22.438086,7.258132,12.602927,341.44952,32.748264,9.024602,1.0249115,6.960665,388.8377,0.49519837,196.24435,85.93958,2609.251,128.1007,114.46812,184.07974,1050.2605,78.09033,61.63468,995.3061,54.82162,70.20245,10.130897,33.48821,221.62823,11.758224,9.018756,69.476204,18.643372,4408.6694,19.652607,31.645834,17.499765,17.452415,333.8889,80.390305,33.671875,9.426299,9.757734,20.574846,60.972816,132.68416,48.54948,213.7887,24.92134,15.30429,75.14654,29.358385,24.09189,141.58672,14.94775,1.5458593,29.276634,11.252381,1196.0819,23.965229,2.8351166,113.041664,18.563883,182.2958,79.74028,127.82602,9.050659,108.077866,420.31058,356.24173,39.721912,260.93213,80.7066,48.535282,69.42982,152.10672,24.607044,58.626038,463.6199,12.4947405,19.867086,311.92477,15.55372,8.232197,68.68383,56.342503,610.87036,163.51888,170.94278,1942.9385,35.39157,1578.8748,1365.0464,7.6706247,5.8707466,1389.9803,17.395632,10.530556,367.18622,23.25599,43.69297,21.847437,66.38795,252.02861,340.23746,3.5371873,32.094196,66.85549,319.2676,5.7927284,84.50236,7.7349825,1.5166366,58.138298,1.136153,1.3575493,4.35325,10.278465,23.12271,15.257262,25.833681,191.15654,35.46528,17.508928,30.231771,8.539881,96.98698,3.911632,55.822952,6.856771,62.682415,4.9201636,6.988773,17.763515,9.121094,20.181547,10.306597,1.0088065,57.965076,9.081227,200.96294,6.2190847,256.04797,17.919022,1125.5001,110.86493,3.4829571,8.287552,139.98486,174.78674,893.2887,909.08344 +2023-02-15 08:00:00,0.0,2263.02,30.835842,5.0512075,9.926672,22.718096,182.23898,25.397194,45.0725,19.379383,28.726032,194.7565,188.59818,12.485741,35.840477,9.381243,3.4415767,33.55203,69.274475,43.410206,432.8976,29.562674,393.56836,135.9662,39.65809,187.15392,193.89372,78.41575,879.1521,268.23547,1974.4863,48.260517,2365.7295,630.6831,33.829716,27.654905,181.3158,183.51854,289.32498,1048.0775,46.39881,13.957433,9.803021,588.54755,491.85727,88.04897,15.99645,415.1219,23.954628,442.24716,11.5713625,38.466732,0.0,1163.9314,1979.2474,0.28478712,43.732563,17.09643,13700.322,40.732304,1.5461476,10.975396,22.953976,22.46023,7.264239,12.613889,341.57416,32.732143,9.039199,1.0253688,6.964103,389.11392,0.4948685,196.37749,85.930954,2609.0427,128.11508,114.48519,184.0586,1050.9604,78.09285,61.64709,994.65814,54.84082,70.163345,10.131787,33.496788,221.61958,11.7560835,9.017402,69.502396,18.637316,4409.247,19.657646,31.630953,17.50336,17.463287,333.94446,80.44915,33.660713,9.426536,9.760001,20.600454,60.993618,132.78398,48.53869,213.84198,24.938732,15.3140135,75.201454,29.37994,24.085197,141.64784,14.960571,1.5461607,29.249249,11.251788,1196.0398,23.96642,2.841987,113.190475,18.573181,182.4261,79.769844,127.92736,9.048717,108.087204,420.53314,356.6086,39.73981,261.05273,80.79564,48.543854,69.431244,152.12831,24.613955,58.638752,463.6127,12.505163,19.877266,312.0293,15.537926,8.227186,68.73734,56.377235,611.13586,163.59032,170.95013,1943.0178,35.37933,1578.8031,1364.7544,7.6664286,5.8671627,1389.7576,17.395618,10.525396,367.12582,23.244345,43.679466,21.838707,66.365814,252.02628,340.14178,3.5352142,32.0852,66.80427,319.2263,5.7902336,84.49924,7.7334323,1.5170617,58.13982,1.1364976,1.3579987,4.355732,10.278094,23.118238,15.254691,25.836111,191.12477,35.448414,17.5,30.229166,8.535375,96.9494,3.9097223,55.666946,6.8541665,62.68622,4.9113092,6.978618,17.746815,9.122321,20.166668,10.290873,1.0086807,57.97658,9.079204,200.91785,6.217762,256.06348,17.915627,1125.383,110.85866,3.4846156,8.285154,139.99565,174.79701,893.2951,908.9652 +2023-02-15 09:00:00,0.0,2263.4934,30.825459,5.0505548,9.919354,22.724108,182.21964,25.396389,45.079647,19.385525,28.73605,194.61826,188.76915,12.4846525,35.796368,9.3928995,3.4398212,33.54235,69.183205,43.35564,432.8252,29.534702,393.41656,135.96161,39.623425,187.32239,193.8157,78.41003,878.7614,268.26318,1973.9779,48.244015,2365.6782,630.6002,33.81873,27.648146,181.27034,183.3807,289.26587,1048.3914,46.41741,13.952379,9.80247,588.8963,492.14444,87.981544,16.02438,414.58728,23.983858,441.8115,11.57474,38.487408,0.0,1164.661,1979.8986,0.2847922,43.70895,17.103209,13707.537,40.749058,1.5463734,10.993155,22.974907,22.482374,7.2703457,12.624851,341.6988,32.716022,9.053796,1.0258262,6.967541,389.39014,0.49453858,196.5106,85.922325,2608.8345,128.12946,114.50226,184.03745,1051.6604,78.095375,61.659496,994.01025,54.86002,70.124245,10.132677,33.505367,221.61092,11.753944,9.016047,69.52858,18.63126,4409.8247,19.662685,31.616072,17.506956,17.47416,334.0,80.507996,33.649555,9.426772,9.762268,20.626062,61.01442,132.8838,48.5279,213.89528,24.956125,15.323737,75.25638,29.401497,24.078503,141.70898,14.973393,1.546462,29.221863,11.251196,1195.9976,23.96761,2.8488574,113.33929,18.58248,182.5564,79.79941,128.0287,9.046774,108.09654,420.75568,356.97552,39.757713,261.1733,80.884674,48.552425,69.43267,152.1499,24.620863,58.65147,463.60553,12.515587,19.887444,312.13385,15.522131,8.222175,68.790855,56.411972,611.4013,163.66177,170.95749,1943.0972,35.367085,1578.7314,1364.4623,7.662232,5.863579,1389.5348,17.395607,10.520238,367.06546,23.2327,43.66596,21.829975,66.34369,252.02394,340.0461,3.533241,32.07621,66.753044,319.185,5.787739,84.496124,7.731882,1.5174867,58.14134,1.1368424,1.358448,4.358214,10.277722,23.113768,15.25212,25.838541,191.093,35.43155,17.491072,30.226562,8.530868,96.91183,3.9078126,55.510937,6.8515625,62.690025,4.9024553,6.9684634,17.730116,9.1235485,20.151787,10.275148,1.0085549,57.988083,9.077179,200.87276,6.2164392,256.079,17.91223,1125.2659,110.85239,3.486274,8.282757,140.00642,174.80728,893.3015,908.8469 +2023-02-15 10:00:00,0.0,2263.967,30.815073,5.0499024,9.912038,22.73012,182.20027,25.395584,45.0868,19.391666,28.746067,194.48003,188.94012,12.483564,35.752262,9.404557,3.4380658,33.532673,69.091934,43.30108,432.75275,29.506731,393.26474,135.95703,39.58876,187.49086,193.73769,78.404305,878.37067,268.29092,1973.4695,48.227516,2365.6267,630.51733,33.807743,27.641386,181.2249,183.24287,289.20676,1048.7051,46.436012,13.947326,9.801919,589.245,492.43164,87.91412,16.052307,414.05267,24.013088,441.37585,11.578117,38.508083,0.0,1165.3906,1980.5498,0.2847973,43.685337,17.109985,13714.752,40.765812,1.5465993,11.010912,22.995838,22.504519,7.2764525,12.635814,341.8234,32.6999,9.068393,1.0262836,6.9709797,389.66635,0.4942087,196.64372,85.91369,2608.6262,128.14384,114.519325,184.0163,1052.3604,78.09789,61.671906,993.3623,54.879215,70.085144,10.133567,33.513943,221.60225,11.751805,9.014691,69.55477,18.625202,4410.4023,19.667725,31.60119,17.510551,17.48503,334.05554,80.56684,33.638393,9.427009,9.764536,20.651672,61.03522,132.98363,48.517113,213.94856,24.973516,15.33346,75.311295,29.423052,24.071808,141.77013,14.986215,1.5467634,29.194475,11.250603,1195.9554,23.968801,2.8557277,113.4881,18.591778,182.68669,79.828964,128.13005,9.044831,108.10588,420.97824,357.3424,39.77561,261.2939,80.97371,48.560993,69.434105,152.1715,24.627771,58.66419,463.59833,12.52601,19.897623,312.2384,15.506335,8.217164,68.84437,56.446705,611.66675,163.73322,170.96484,1943.1764,35.354843,1578.6598,1364.1702,7.6580358,5.859995,1389.3119,17.395596,10.5150795,367.00507,23.221056,43.652454,21.821245,66.321556,252.02162,339.95044,3.5312676,32.06722,66.70183,319.1437,5.785244,84.493004,7.7303324,1.5179118,58.14286,1.137187,1.3588973,4.3606963,10.277351,23.109299,15.249549,25.840973,191.06125,35.41468,17.482143,30.223959,8.5263605,96.87425,3.9059029,55.35493,6.8489585,62.693832,4.893601,6.9583087,17.713415,9.124777,20.136906,10.259424,1.0084292,57.999584,9.075155,200.82765,6.2151165,256.0945,17.908834,1125.1488,110.846115,3.4879324,8.280359,140.0172,174.81755,893.3079,908.7287 +2023-02-15 11:00:00,0.0,2264.4407,30.80469,5.0492496,9.90472,22.736132,182.18091,25.39478,45.093952,19.397806,28.756084,194.3418,189.11111,12.482477,35.708153,9.416214,3.4363105,33.522995,69.00066,43.246517,432.68033,29.47876,393.11295,135.95244,39.5541,187.65933,193.65967,78.398575,877.98,268.31866,1972.961,48.211014,2365.5754,630.43445,33.796757,27.634626,181.17946,183.10504,289.14767,1049.0188,46.454613,13.942273,9.801367,589.5937,492.71884,87.846695,16.080236,413.51807,24.042318,440.94022,11.581494,38.52876,0.0,1166.1201,1981.2009,0.2848024,43.661728,17.116764,13721.966,40.782566,1.546825,11.02867,23.01677,22.526663,7.282559,12.646776,341.94803,32.68378,9.08299,1.026741,6.9744177,389.94257,0.4938788,196.77686,85.90506,2608.418,128.15823,114.53641,183.99515,1053.0603,78.10042,61.684315,992.71436,54.898415,70.04604,10.134458,33.522522,221.59358,11.749665,9.013337,69.58096,18.619146,4410.9805,19.672764,31.58631,17.514147,17.495901,334.1111,80.62569,33.62723,9.427246,9.766803,20.67728,61.056023,133.08345,48.506325,214.00186,24.990908,15.3431835,75.36622,29.444607,24.065115,141.83127,14.999036,1.5470647,29.16709,11.25001,1195.9132,23.969992,2.8625982,113.6369,18.601078,182.817,79.85853,128.23138,9.042889,108.11522,421.20078,357.70932,39.793514,261.4145,81.06275,48.569565,69.43553,152.19308,24.634682,58.676907,463.59116,12.536433,19.907803,312.34293,15.4905405,8.212153,68.89787,56.48144,611.9322,163.80466,170.9722,1943.2557,35.342598,1578.5881,1363.8782,7.653839,5.856411,1389.0891,17.395584,10.50992,366.94467,23.209412,43.63895,21.812513,66.29942,252.01929,339.85477,3.5292945,32.058228,66.650604,319.1024,5.782749,84.48989,7.728782,1.5183369,58.14438,1.1375318,1.3593466,4.3631783,10.276979,23.104828,15.246978,25.843403,191.02948,35.397816,17.473213,30.221354,8.521854,96.836685,3.9039931,55.198925,6.846354,62.69764,4.884747,6.948154,17.696714,9.126004,20.122025,10.2437,1.0083034,58.011086,9.073131,200.78256,6.2137938,256.11005,17.905437,1125.0317,110.83984,3.4895911,8.277962,140.02797,174.82784,893.31433,908.6104 +2023-02-15 12:00:00,0.0,2264.914,30.794304,5.048597,9.897404,22.742144,182.16156,25.393974,45.1011,19.403948,28.766102,194.20357,189.28209,12.481389,35.664047,9.427872,3.434555,33.513317,68.909386,43.191956,432.60788,29.450787,392.96115,135.94786,39.519436,187.82779,193.58165,78.39285,877.5893,268.34637,1972.4528,48.19451,2365.524,630.3516,33.785767,27.627867,181.134,182.96721,289.08856,1049.3325,46.473213,13.93722,9.800816,589.94244,493.006,87.77927,16.108164,412.98343,24.071548,440.50455,11.584872,38.549435,0.0,1166.8497,1981.8522,0.2848075,43.638115,17.12354,13729.181,40.79932,1.547051,11.046428,23.0377,22.548807,7.288666,12.657739,342.07266,32.66766,9.097587,1.0271984,6.9778557,390.21878,0.4935489,196.90997,85.89643,2608.21,128.17262,114.553474,183.974,1053.7603,78.10294,61.69672,992.0664,54.917614,70.006935,10.135347,33.5311,221.58492,11.747526,9.011982,69.607155,18.61309,4411.558,19.677803,31.571428,17.517742,17.506773,334.16666,80.684525,33.61607,9.427483,9.76907,20.702888,61.076824,133.18327,48.495537,214.05515,25.008299,15.352907,75.421135,29.466162,24.05842,141.8924,15.011857,1.547366,29.139704,11.249417,1195.8711,23.971182,2.8694685,113.78571,18.610376,182.9473,79.88809,128.33273,9.040946,108.12456,421.42334,358.0762,39.811413,261.5351,81.15179,48.578136,69.43696,152.21469,24.64159,58.68962,463.58395,12.546856,19.917982,312.44748,15.474746,8.207143,68.951385,56.516174,612.19763,163.87611,170.97955,1943.3351,35.330357,1578.5164,1363.586,7.6496425,5.852827,1388.8663,17.395573,10.504762,366.88428,23.197767,43.625446,21.803783,66.2773,252.01695,339.75906,3.5273213,32.049232,66.59938,319.0611,5.7802544,84.48677,7.727232,1.518762,58.145897,1.1378764,1.3597959,4.36566,10.276608,23.100357,15.244408,25.845833,190.99771,35.38095,17.464285,30.21875,8.517347,96.79911,3.9020834,55.04292,6.84375,62.701443,4.8758926,6.937999,17.680016,9.127232,20.107143,10.227976,1.0081778,58.02259,9.071107,200.73747,6.212471,256.12558,17.902042,1124.9147,110.83357,3.4912496,8.275563,140.03876,174.8381,893.32074,908.4922 +2023-02-15 13:00:00,0.0,2265.3877,30.78392,5.0479445,9.890086,22.748156,182.1422,25.39317,45.108253,19.41009,28.77612,194.06532,189.45306,12.480301,35.61994,9.439528,3.4327996,33.50364,68.818115,43.137394,432.53543,29.422815,392.80933,135.94328,39.484776,187.99626,193.50363,78.38713,877.19855,268.3741,1971.9443,48.17801,2365.4727,630.26874,33.77478,27.621107,181.08856,182.82938,289.02948,1049.6464,46.491814,13.932167,9.800264,590.29114,493.2932,87.711845,16.136093,412.4488,24.100779,440.0689,11.588249,38.57011,0.0,1167.5793,1982.5033,0.28481263,43.614506,17.13032,13736.3955,40.816074,1.5472767,11.064186,23.05863,22.570951,7.2947726,12.6687,342.1973,32.65154,9.112184,1.0276558,6.981294,390.49503,0.49321902,197.04309,85.887794,2608.0017,128.187,114.57054,183.95287,1054.4602,78.10546,61.70913,991.41846,54.936813,69.967834,10.136237,33.53968,221.57626,11.745387,9.010628,69.63335,18.607033,4412.1357,19.682842,31.556547,17.521338,17.517645,334.22223,80.74337,33.60491,9.427719,9.7713375,20.728497,61.097626,133.2831,48.48475,214.10844,25.025692,15.362631,75.47606,29.487717,24.051727,141.95354,15.024679,1.5476674,29.112318,11.248824,1195.8289,23.972372,2.876339,113.934525,18.619675,183.07759,79.917656,128.43407,9.039002,108.133896,421.64587,358.4431,39.829315,261.65567,81.24082,48.586708,69.43839,152.23628,24.648499,58.70234,463.57678,12.557279,19.92816,312.55203,15.45895,8.202132,69.0049,56.55091,612.4631,163.94756,170.98691,1943.4143,35.318115,1578.4447,1363.294,7.6454463,5.8492436,1388.6436,17.395561,10.499603,366.82388,23.186123,43.611942,21.795053,66.255165,252.01463,339.6634,3.5253482,32.04024,66.548164,319.0198,5.7777596,84.48366,7.725682,1.519187,58.14742,1.138221,1.3602452,4.3681426,10.276237,23.095888,15.241837,25.848265,190.96596,35.364086,17.455357,30.216146,8.51284,96.761536,3.9001737,54.88691,6.841146,62.70525,4.8670387,6.927844,17.663315,9.12846,20.092262,10.212252,1.008052,58.034092,9.069083,200.69238,6.2111483,256.14108,17.898645,1124.7975,110.8273,3.492908,8.273166,140.04953,174.84837,893.32715,908.3739 +2023-02-15 14:00:00,0.0,2265.8613,30.773537,5.0472918,9.88277,22.754168,182.12285,25.392365,45.115406,19.41623,28.786139,193.9271,189.62405,12.479213,35.575832,9.451186,3.431044,33.49396,68.726845,43.082832,432.463,29.394844,392.65753,135.93869,39.45011,188.16473,193.42561,78.38141,876.80786,268.40182,1971.4359,48.161507,2365.4211,630.18585,33.763794,27.614347,181.04312,182.69154,288.97037,1049.9601,46.510418,13.927114,9.799713,590.6399,493.58038,87.64442,16.16402,411.91418,24.130009,439.63324,11.591626,38.590786,0.0,1168.309,1983.1544,0.28481773,43.590893,17.137096,13743.61,40.83283,1.5475026,11.0819435,23.079561,22.593096,7.3008795,12.679663,342.3219,32.635418,9.1267805,1.0281131,6.984732,390.77124,0.4928891,197.17621,85.879166,2607.7935,128.20139,114.58761,183.93172,1055.1602,78.10799,61.721535,990.77057,54.956013,69.928734,10.137128,33.548256,221.5676,11.743248,9.009273,69.65954,18.600977,4412.7134,19.687881,31.541666,17.524933,17.528517,334.27777,80.802216,33.59375,9.427956,9.773604,20.754105,61.118423,133.38292,48.473957,214.16174,25.043083,15.372354,75.530975,29.509272,24.045033,142.01468,15.0375,1.5479687,29.084932,11.248232,1195.7866,23.973562,2.8832092,114.083336,18.628973,183.20789,79.94722,128.53542,9.03706,108.14323,421.8684,358.81,39.847214,261.77628,81.329865,48.59528,69.43982,152.25787,24.655409,58.715057,463.56958,12.567702,19.93834,312.6566,15.443155,8.197121,69.05841,56.585644,612.7285,164.01901,170.99428,1943.4937,35.30587,1578.373,1363.002,7.6412497,5.8456597,1388.4208,17.39555,10.494444,366.7635,23.174479,43.59844,21.786322,66.23303,252.0123,339.56772,3.5233748,32.03125,66.49694,318.9785,5.7752643,84.48054,7.7241316,1.5196121,58.148937,1.1385658,1.3606945,4.3706245,10.275866,23.091417,15.239265,25.850695,190.93419,35.34722,17.446428,30.213541,8.508333,96.72396,3.898264,54.730904,6.8385415,62.709057,4.8581843,6.9176893,17.646614,9.129687,20.077381,10.1965275,1.0079262,58.045593,9.067059,200.6473,6.2098255,256.15662,17.89525,1124.6804,110.82102,3.4945664,8.270768,140.0603,174.85866,893.33356,908.2557 +2023-02-15 15:00:00,0.0,2266.3347,30.763151,5.046639,9.875452,22.76018,182.10349,25.39156,45.122555,19.42237,28.796156,193.78886,189.79503,12.478125,35.531727,9.462843,3.4292889,33.484283,68.635574,43.028267,432.39056,29.366873,392.50574,135.93411,39.415447,188.33319,193.3476,78.37569,876.4172,268.42957,1970.9275,48.145004,2365.3699,630.10297,33.752808,27.607588,180.99768,182.55371,288.91125,1050.2738,46.52902,13.92206,9.799162,590.9886,493.86758,87.576996,16.19195,411.37958,24.159239,439.1976,11.595004,38.61146,0.0,1169.0385,1983.8057,0.28482282,43.567284,17.143873,13750.824,40.849583,1.5477284,11.099702,23.10049,22.61524,7.306986,12.690625,342.44653,32.619297,9.141377,1.0285705,6.98817,391.04745,0.49255922,197.30934,85.87054,2607.5852,128.21577,114.604675,183.91057,1055.8601,78.11051,61.733944,990.1226,54.975212,69.88963,10.138018,33.556835,221.55893,11.741108,9.007917,69.68572,18.59492,4413.2915,19.692919,31.526785,17.528528,17.539389,334.33334,80.86106,33.58259,9.428192,9.775871,20.779713,61.139225,133.48274,48.46317,214.21503,25.060474,15.382077,75.5859,29.530827,24.038338,142.0758,15.050322,1.5482701,29.057547,11.247639,1195.7445,23.974752,2.8900797,114.23214,18.638271,183.33818,79.97678,128.63675,9.035117,108.152565,422.09097,359.1769,39.865116,261.89685,81.4189,48.60385,69.441246,152.27946,24.662317,58.727776,463.5624,12.578125,19.948519,312.7611,15.427361,8.19211,69.111916,56.62038,612.994,164.09045,171.00163,1943.5731,35.29363,1578.3014,1362.7098,7.6370535,5.842076,1388.198,17.395538,10.489285,366.7031,23.162834,43.584934,21.777592,66.21091,252.00996,339.47205,3.5214016,32.022255,66.44572,318.9372,5.7727695,84.477425,7.722582,1.5200372,58.15046,1.1389104,1.3611438,4.3731065,10.275494,23.086946,15.236694,25.853125,190.90242,35.330357,17.4375,30.210938,8.503827,96.686386,3.8963542,54.574898,6.8359375,62.712864,4.8493304,6.9075346,17.629915,9.130915,20.0625,10.180803,1.0078005,58.0571,9.065035,200.60219,6.208503,256.17212,17.891853,1124.5634,110.81475,3.4962249,8.268371,140.07108,174.86893,893.33997,908.1374 +2023-02-15 16:00:00,0.0,2266.8083,30.752768,5.0459867,9.868135,22.766191,182.08412,25.390755,45.129707,19.428513,28.806173,193.65063,189.966,12.477036,35.487617,9.474501,3.4275334,33.474606,68.544304,42.973705,432.31815,29.3389,392.3539,135.92953,39.380787,188.50166,193.26958,78.369965,876.0264,268.4573,1970.4192,48.128506,2365.3184,630.0201,33.74182,27.600828,180.95222,182.41588,288.85217,1050.5876,46.54762,13.917007,9.798611,591.33734,494.1548,87.50957,16.21988,410.84497,24.188469,438.76196,11.598381,38.632137,0.0,1169.7681,1984.4568,0.28482792,43.54367,17.150652,13758.039,40.866337,1.5479543,11.117459,23.121422,22.637384,7.3130927,12.701588,342.57117,32.603176,9.155974,1.0290279,6.991608,391.32367,0.4922293,197.44246,85.86191,2607.377,128.23015,114.62175,183.88942,1056.5602,78.11303,61.74635,989.4747,54.99441,69.850525,10.138908,33.565414,221.55026,11.738969,9.006563,69.711914,18.588863,4413.869,19.697958,31.511906,17.532124,17.55026,334.3889,80.91991,33.57143,9.428429,9.778138,20.805323,61.160027,133.58257,48.45238,214.26833,25.077866,15.391801,75.640816,29.552382,24.031645,142.13695,15.063143,1.5485715,29.03016,11.2470455,1195.7023,23.975943,2.89695,114.38095,18.64757,183.46849,80.00635,128.7381,9.0331745,108.1619,422.3135,359.5438,39.883015,262.01746,81.507935,48.61242,69.44268,152.30106,24.669228,58.74049,463.5552,12.588548,19.958698,312.86566,15.411565,8.187099,69.16543,56.655113,613.25946,164.1619,171.00899,1943.6523,35.281384,1578.2297,1362.4177,7.632857,5.838492,1387.9752,17.395527,10.484127,366.6427,23.15119,43.57143,21.76886,66.188774,252.00763,339.37637,3.5194285,32.013264,66.3945,318.89587,5.7702746,84.474304,7.7210317,1.5204622,58.151978,1.1392552,1.3615932,4.3755884,10.275123,23.082476,15.234123,25.855555,190.87067,35.31349,17.428572,30.208334,8.49932,96.64881,3.8944445,54.418888,6.8333335,62.716667,4.840476,6.89738,17.613214,9.132143,20.047619,10.165079,1.0076747,58.0686,9.063011,200.5571,6.20718,256.18765,17.888458,1124.4463,110.80848,3.4978836,8.265973,140.08185,174.8792,893.3463,908.01917 +2023-02-15 17:00:00,0.0,2267.2817,30.742382,5.045334,9.860818,22.772202,182.06477,25.38995,45.13686,19.434654,28.81619,193.51239,190.137,12.475949,35.443512,9.486157,3.425778,33.464928,68.45303,42.919144,432.2457,29.310928,392.20212,135.92494,39.346123,188.67014,193.19156,78.364235,875.63574,268.48502,1969.9108,48.112003,2365.267,629.9372,33.73083,27.594069,180.90678,182.27805,288.79306,1050.9014,46.56622,13.911954,9.7980585,591.68604,494.44196,87.44214,16.247807,410.31033,24.2177,438.3263,11.601758,38.652813,0.0,1170.4977,1985.108,0.284833,43.52006,17.157429,13765.254,40.88309,1.5481801,11.135218,23.142351,22.659529,7.3191996,12.71255,342.69577,32.587055,9.170571,1.0294853,6.9950466,391.59988,0.49189943,197.57558,85.85327,2607.1687,128.24454,114.63882,183.86827,1057.2601,78.115555,61.75876,988.8267,55.013607,69.811424,10.139798,33.573994,221.5416,11.73683,9.005208,69.738106,18.582808,4414.447,19.702997,31.497025,17.535717,17.561132,334.44446,80.97875,33.56027,9.428665,9.780406,20.83093,61.18083,133.68239,48.441593,214.32161,25.095259,15.401525,75.69574,29.573936,24.02495,142.19809,15.075965,1.5488727,29.002775,11.246453,1195.6602,23.977135,2.9038205,114.52976,18.656868,183.59879,80.03591,128.83943,9.031232,108.17124,422.53607,359.9107,39.900917,262.13803,81.59698,48.62099,69.44411,152.32266,24.676136,58.75321,463.54803,12.598971,19.968876,312.9702,15.39577,8.182089,69.21894,56.68985,613.5249,164.23335,171.01634,1943.7317,35.269142,1578.158,1362.1257,7.6286607,5.834908,1387.7523,17.395515,10.478969,366.5823,23.139545,43.557926,21.76013,66.16664,252.00531,339.28067,3.5174553,32.004272,66.34328,318.85458,5.76778,84.47119,7.7194815,1.5208873,58.153496,1.1395998,1.3620425,4.378071,10.274751,23.078007,15.231552,25.857986,190.8389,35.296627,17.419643,30.205729,8.494813,96.61124,3.8925347,54.262882,6.830729,62.720474,4.831622,6.887225,17.596514,9.13337,20.032738,10.149355,1.0075489,58.0801,9.0609865,200.51201,6.2058573,256.20316,17.885061,1124.3291,110.80221,3.499542,8.263575,140.09264,174.88947,893.3527,907.9009 +2023-02-15 18:00:00,0.0,2267.7554,30.731998,5.044681,9.853501,22.778214,182.04541,25.389145,45.14401,19.440794,28.826208,193.37416,190.30797,12.474861,35.399403,9.497815,3.4240224,33.45525,68.361755,42.864582,432.17328,29.282957,392.05032,135.92036,39.311462,188.83861,193.11354,78.35851,875.24506,268.51276,1969.4023,48.0955,2365.2156,629.8544,33.719845,27.587309,180.86134,182.14021,288.73398,1051.2151,46.58482,13.906901,9.797507,592.0348,494.72916,87.37472,16.275736,409.7757,24.24693,437.89066,11.605136,38.67349,0.0,1171.2273,1985.7592,0.28483814,43.49645,17.164207,13772.469,40.899845,1.548406,11.152976,23.16328,22.681673,7.3253064,12.723513,342.8204,32.570934,9.185168,1.0299428,6.9984846,391.8761,0.49156952,197.70871,85.84464,2606.9607,128.25893,114.65588,183.84712,1057.9601,78.11808,61.771164,988.17883,55.032806,69.77232,10.140688,33.582573,221.53293,11.73469,9.003853,69.7643,18.57675,4415.0244,19.708036,31.482143,17.539312,17.572004,334.5,81.0376,33.549107,9.428902,9.782673,20.856539,61.20163,133.78221,48.430805,214.37491,25.11265,15.411248,75.750656,29.595491,24.018255,142.25922,15.088786,1.5491741,28.97539,11.24586,1195.6179,23.978325,2.9106908,114.67857,18.666166,183.72908,80.065475,128.94078,9.029289,108.18058,422.7586,360.2776,39.918816,262.25864,81.68601,48.629562,69.44553,152.34425,24.683044,58.765926,463.54083,12.609394,19.979055,313.07474,15.379975,8.177077,69.27245,56.724583,613.79034,164.3048,171.0237,1943.8109,35.256897,1578.0863,1361.8336,7.624464,5.831324,1387.5295,17.395504,10.473809,366.5219,23.127901,43.54442,21.751398,66.144516,252.00298,339.185,3.515482,31.99528,66.29205,318.8133,5.765285,84.46807,7.7179313,1.5213124,58.155018,1.1399444,1.3624918,4.380553,10.27438,23.073536,15.228981,25.860416,190.80714,35.279762,17.410713,30.203125,8.490306,96.57366,3.890625,54.106876,6.828125,62.72428,4.8227677,6.8770704,17.579815,9.134598,20.017857,10.133631,1.0074232,58.091602,9.058963,200.46692,6.2045345,256.2187,17.881666,1124.212,110.79594,3.5012004,8.261177,140.10341,174.89975,893.35913,907.78265 +2023-02-15 19:00:00,0.0,2268.229,30.721613,5.0440288,9.846184,22.784225,182.02606,25.38834,45.15116,19.446936,28.836226,193.23593,190.47894,12.473773,35.355297,9.509472,3.4222672,33.445568,68.270485,42.81002,432.10083,29.254984,391.8985,135.91577,39.2768,189.00706,193.03552,78.35279,874.8543,268.54047,1968.8939,48.079,2365.1643,629.7715,33.70886,27.58055,180.81589,182.00238,288.67487,1051.5288,46.603424,13.901848,9.796956,592.3835,495.01633,87.30729,16.303663,409.2411,24.27616,437.45502,11.608513,38.694164,0.0,1171.9568,1986.4103,0.28484324,43.472836,17.170984,13779.683,40.9166,1.5486318,11.170733,23.184212,22.703817,7.3314133,12.734474,342.94504,32.554813,9.199764,1.0304002,7.0019226,392.1523,0.49123964,197.84183,85.83601,2606.7524,128.27332,114.67296,183.82597,1058.66,78.1206,61.783573,987.5309,55.052006,69.733215,10.141579,33.59115,221.52428,11.732551,9.002499,69.79049,18.570694,4415.6025,19.713076,31.467262,17.542908,17.582876,334.55554,81.09644,33.537945,9.429138,9.78494,20.882147,61.22243,133.88205,48.420013,214.4282,25.130041,15.420971,75.80558,29.617046,24.011562,142.32036,15.101607,1.5494754,28.948002,11.245268,1195.5757,23.979515,2.9175613,114.82738,18.675465,183.85938,80.09504,129.04211,9.027346,108.18992,422.98117,360.6445,39.936718,262.3792,81.77505,48.638134,69.44697,152.36584,24.689955,58.778645,463.53366,12.619818,19.989235,313.1793,15.36418,8.172067,69.32596,56.75932,614.0558,164.37624,171.03105,1943.8903,35.244656,1578.0146,1361.5416,7.620268,5.8277407,1387.3068,17.395493,10.468651,366.46152,23.116257,43.530914,21.742668,66.12238,252.00064,339.08932,3.5135088,31.986288,66.24084,318.77197,5.76279,84.46495,7.716381,1.5217375,58.156536,1.1402892,1.3629411,4.3830347,10.274008,23.069065,15.22641,25.862846,190.77538,35.262897,17.401785,30.200521,8.4858,96.53609,3.8887153,53.95087,6.825521,62.72809,4.813914,6.8669157,17.563114,9.135825,20.002977,10.117907,1.0072975,58.103107,9.056939,200.42183,6.203212,256.23422,17.87827,1124.095,110.789665,3.5028589,8.25878,140.11418,174.91002,893.36554,907.66437 +2023-02-15 20:00:00,0.0,2268.7024,30.71123,5.043376,9.838867,22.790237,182.0067,25.387535,45.158314,19.453077,28.846243,193.0977,190.64993,12.472685,35.31119,9.52113,3.4205117,33.43589,68.179214,42.755455,432.02838,29.227013,391.7467,135.9112,39.242134,189.17554,192.9575,78.34707,874.4636,268.5682,1968.3855,48.062496,2365.1128,629.6886,33.697872,27.57379,180.77045,181.86455,288.61575,1051.8427,46.622025,13.896794,9.796405,592.7322,495.30353,87.23987,16.331593,408.70648,24.30539,437.01935,11.61189,38.71484,0.0,1172.6864,1987.0615,0.28484833,43.449226,17.177763,13786.897,40.933353,1.5488577,11.188492,23.205143,22.725962,7.3375196,12.745437,343.06964,32.538692,9.214361,1.0308574,7.005361,392.42856,0.49090973,197.97495,85.82738,2606.5442,128.28769,114.690025,183.80482,1059.36,78.12312,61.795982,986.88293,55.071205,69.694115,10.142468,33.599724,221.51561,11.730412,9.001143,69.81667,18.564636,4416.18,19.718115,31.452381,17.546503,17.593748,334.6111,81.15529,33.526787,9.429375,9.787208,20.907755,61.24323,133.98187,48.409225,214.48149,25.147432,15.430695,75.8605,29.638601,24.004868,142.3815,15.1144285,1.5497768,28.920616,11.244675,1195.5336,23.980705,2.9244316,114.97619,18.684765,183.98967,80.1246,129.14346,9.025403,108.19926,423.2037,361.01138,39.954617,262.49982,81.86409,48.646706,69.448395,152.38744,24.696863,58.79136,463.52646,12.63024,19.999414,313.28384,15.348385,8.167056,69.37947,56.794052,614.3212,164.4477,171.0384,1943.9697,35.232414,1577.943,1361.2495,7.616071,5.8241568,1387.084,17.395481,10.463492,366.40112,23.104612,43.51741,21.733936,66.10026,251.99832,338.99365,3.5115356,31.977295,66.18961,318.73068,5.7602954,84.46184,7.7148314,1.5221624,58.15806,1.1406338,1.3633904,4.385517,10.273637,23.064596,15.223839,25.865278,190.7436,35.246033,17.392857,30.197916,8.481293,96.49851,3.8868055,53.79486,6.8229165,62.73189,4.8050594,6.856761,17.546413,9.1370535,19.988096,10.102182,1.0071718,58.11461,9.054914,200.37672,6.201889,256.24973,17.874874,1123.9779,110.78339,3.5045173,8.256382,140.12495,174.92029,893.37195,907.54614 +2023-02-15 21:00:00,0.0,2269.176,30.700844,5.042723,9.83155,22.79625,181.98734,25.38673,45.165462,19.459217,28.85626,192.95946,190.8209,12.471597,35.267082,9.532786,3.4187562,33.426212,68.087944,42.700893,431.95596,29.199041,391.5949,135.90662,39.207474,189.34401,192.87949,78.34135,874.07294,268.59595,1967.8772,48.045994,2365.0615,629.6057,33.686886,27.56703,180.72499,181.72672,288.55667,1052.1564,46.640625,13.891742,9.795854,593.08093,495.5907,87.17244,16.35952,408.17184,24.33462,436.5837,11.615267,38.735516,0.0,1173.416,1987.7126,0.28485343,43.425613,17.18454,13794.112,40.950108,1.5490835,11.206249,23.226074,22.748106,7.3436265,12.756399,343.19427,32.52257,9.228958,1.0313148,7.008799,392.70477,0.49057984,198.10808,85.81875,2606.336,128.30208,114.70709,183.78368,1060.0599,78.12564,61.808388,986.235,55.090405,69.655014,10.143358,33.608303,221.50694,11.728272,8.999788,69.842865,18.55858,4416.758,19.723154,31.4375,17.550098,17.60462,334.66666,81.214134,33.515625,9.429612,9.7894745,20.933363,61.26403,134.0817,48.398438,214.53479,25.164825,15.440418,75.91542,29.660156,23.998175,142.44263,15.127251,1.5500782,28.89323,11.2440815,1195.4913,23.981895,2.931302,115.125,18.694063,184.11996,80.15417,129.2448,9.02346,108.208595,423.42627,361.3783,39.97252,262.6204,81.953125,48.655277,69.44982,152.40903,24.703773,58.804077,463.5193,12.640663,20.009594,313.3884,15.33259,8.1620455,69.43298,56.82879,614.5867,164.51913,171.04576,1944.049,35.22017,1577.8713,1360.9574,7.6118746,5.820573,1386.8612,17.39547,10.458333,366.34073,23.092968,43.503906,21.725206,66.078125,251.99599,338.89795,3.5095625,31.968302,66.13839,318.68936,5.7578006,84.45872,7.713281,1.5225875,58.159576,1.1409786,1.3638397,4.387999,10.273265,23.060125,15.221268,25.867708,190.71185,35.229168,17.383928,30.195312,8.476786,96.46094,3.8848958,53.638855,6.8203125,62.7357,4.7962055,6.8466063,17.529715,9.138281,19.973215,10.086458,1.007046,58.12611,9.052891,200.33163,6.2005663,256.26526,17.871477,1123.8607,110.777115,3.506176,8.253984,140.13573,174.93057,893.37836,907.42786 +2023-02-15 22:00:00,0.0,2269.6494,30.69046,5.042071,9.824232,22.802261,181.96799,25.385925,45.172615,19.465359,28.866278,192.82123,190.99188,12.47051,35.222977,9.544444,3.4170008,33.416534,67.99667,42.64633,431.8835,29.17107,391.4431,135.90202,39.17281,189.51248,192.80147,78.33562,873.6822,268.62366,1967.3688,48.02949,2365.0103,629.5228,33.675896,27.56027,180.67955,181.58887,288.49756,1052.4701,46.659225,13.886688,9.795301,593.4296,495.8779,87.10501,16.38745,407.63724,24.36385,436.14807,11.618645,38.75619,0.0,1174.1455,1988.3639,0.28485852,43.402004,17.191319,13801.326,40.96686,1.5493094,11.224008,23.247004,22.77025,7.3497334,12.767362,343.3189,32.50645,9.243555,1.0317723,7.012237,392.981,0.49024996,198.2412,85.81012,2606.1277,128.31647,114.72417,183.76253,1060.7599,78.12817,61.820797,985.58704,55.109604,69.61591,10.144249,33.616882,221.49828,11.726132,8.998434,69.86906,18.552525,4417.3354,19.728193,31.422619,17.553694,17.615492,334.72223,81.27298,33.504463,9.429849,9.791741,20.958973,61.284832,134.18152,48.38765,214.58807,25.182217,15.450142,75.97034,29.681711,23.99148,142.50377,15.140072,1.5503794,28.865845,11.243489,1195.4492,23.983086,2.9381726,115.27381,18.703362,184.25027,80.18373,129.34615,9.021518,108.21793,423.6488,361.74518,39.990417,262.741,82.04216,48.663845,69.451256,152.43062,24.710682,58.816795,463.5121,12.651087,20.019772,313.49292,15.316794,8.157034,69.486496,56.86352,614.8522,164.59058,171.05312,1944.1283,35.207928,1577.7996,1360.6654,7.6076784,5.816989,1386.6384,17.395458,10.453175,366.28033,23.081324,43.490402,21.716475,66.05599,251.99365,338.80228,3.507589,31.95931,66.087166,318.64807,5.755306,84.455605,7.711731,1.5230126,58.1611,1.1413232,1.364289,4.390481,10.272894,23.055655,15.218697,25.870138,190.68008,35.2123,17.375,30.192709,8.47228,96.42336,3.8829863,53.48285,6.8177085,62.739506,4.787351,6.8364515,17.513014,9.139508,19.958334,10.070734,1.0069202,58.13761,9.050866,200.28654,6.1992435,256.28076,17.868082,1123.7437,110.77084,3.5078344,8.251586,140.14651,174.94084,893.38477,907.30963 +2023-02-15 23:00:00,0.0,2270.123,30.680075,5.041418,9.8169155,22.808273,181.94862,25.38512,45.179764,19.4715,28.876295,192.683,191.16287,12.469421,35.178867,9.556101,3.4152455,33.406857,67.9054,42.59177,431.8111,29.143097,391.2913,135.89745,39.13815,189.68094,192.72345,78.329895,873.2915,268.6514,1966.8604,48.012993,2364.9587,629.44,33.66491,27.55351,180.6341,181.45103,288.43848,1052.7838,46.677826,13.881636,9.79475,593.7784,496.1651,87.03759,16.415377,407.1026,24.39308,435.7124,11.622022,38.776867,0.0,1174.8752,1989.015,0.28486365,43.37839,17.198095,13808.541,40.983612,1.5495353,11.241765,23.267935,22.792395,7.35584,12.778324,343.4435,32.49033,9.258152,1.0322297,7.015675,393.2572,0.48992005,198.37431,85.80149,2605.9197,128.33086,114.741234,183.74138,1061.4598,78.13069,61.833202,984.93915,55.128803,69.576805,10.145139,33.62546,221.48961,11.723993,8.997079,69.89525,18.546467,4417.913,19.733232,31.407738,17.55729,17.626364,334.77777,81.331825,33.493305,9.430085,9.794009,20.984581,61.305634,134.28134,48.37686,214.64137,25.199608,15.459865,76.02526,29.703266,23.984785,142.56491,15.152893,1.5506808,28.838459,11.242896,1195.407,23.984276,2.9450428,115.42262,18.71266,184.38057,80.213295,129.44748,9.019575,108.22727,423.87137,362.1121,40.00832,262.86157,82.1312,48.672417,69.45268,152.45222,24.71759,58.829514,463.5049,12.6615095,20.029951,313.59747,15.301,8.152023,69.54001,56.89826,615.1176,164.66203,171.06047,1944.2076,35.195683,1577.7279,1360.3733,7.603482,5.813405,1386.4156,17.395445,10.448016,366.21994,23.06968,43.4769,21.707745,66.03387,251.99133,338.7066,3.505616,31.950317,66.03595,318.60678,5.752811,84.452484,7.7101808,1.5234376,58.162617,1.1416678,1.3647383,4.392963,10.272522,23.051186,15.216126,25.87257,190.64832,35.195435,17.366072,30.190104,8.4677725,96.38579,3.8810766,53.32684,6.815104,62.743313,4.7784967,6.8262963,17.496313,9.140737,19.943453,10.05501,1.0067945,58.149117,9.048842,200.24146,6.197921,256.2963,17.864685,1123.6266,110.76457,3.5094929,8.249188,140.15729,174.95111,893.3912,907.19135 +2023-02-16 00:00:00,0.0,2270.5967,30.669691,5.0407653,9.809598,22.814285,181.92928,25.384315,45.186916,19.477642,28.886312,192.54477,191.33385,12.468333,35.13476,9.567758,3.41349,33.39718,67.81413,42.53721,431.73865,29.115126,391.1395,135.89287,39.103485,189.84941,192.64543,78.32417,872.90076,268.6791,1966.3519,47.99649,2364.9075,629.3571,33.653923,27.546751,180.58865,181.3132,288.37936,1053.0977,46.69643,13.876582,9.794199,594.1271,496.45227,86.97016,16.443306,406.568,24.42231,435.27676,11.625399,38.797543,0.0,1175.6047,1989.6663,0.28486875,43.354782,17.204874,13815.756,41.000366,1.549761,11.259523,23.288866,22.814539,7.3619466,12.789286,343.56815,32.474205,9.272749,1.0326871,7.0191135,393.53342,0.48959017,198.50745,85.792854,2605.7114,128.34523,114.7583,183.72023,1062.1598,78.13321,61.84561,984.2912,55.148,69.537704,10.146029,33.63404,221.48096,11.721854,8.995724,69.92144,18.540411,4418.491,19.738272,31.392857,17.560884,17.637236,334.83334,81.39067,33.482143,9.430322,9.796276,21.01019,61.326435,134.38116,48.36607,214.69466,25.217,15.469588,76.08018,29.724821,23.978092,142.62604,15.165714,1.5509821,28.811073,11.242304,1195.3649,23.985468,2.9519134,115.57143,18.721958,184.51086,80.24286,129.54883,9.0176325,108.23661,424.0939,362.47897,40.02622,262.98218,82.22024,48.68099,69.45411,152.47382,24.7245,58.842228,463.4977,12.671932,20.04013,313.70203,15.285205,8.147013,69.59351,56.93299,615.38306,164.73347,171.06783,1944.2869,35.18344,1577.6562,1360.0812,7.5992856,5.809821,1386.1927,17.395433,10.442857,366.15955,23.058035,43.463394,21.699013,66.011734,251.989,338.61093,3.5036428,31.941326,65.984726,318.56546,5.750316,84.44937,7.7086306,1.5238627,58.164135,1.1420126,1.3651878,4.3954453,10.27215,23.046715,15.213555,25.875,190.61656,35.17857,17.357143,30.1875,8.463265,96.34821,3.8791668,53.170834,6.8125,62.747116,4.769643,6.8161416,17.479614,9.141964,19.928572,10.039286,1.0066687,58.160618,9.046819,200.19637,6.196598,256.31183,17.86129,1123.5095,110.7583,3.5111513,8.246791,140.16806,174.96138,893.3976,907.0731 +2023-02-16 01:00:00,0.0,2271.07,30.659306,5.040113,9.802281,22.820297,181.90991,25.383512,45.19407,19.483782,28.89633,192.40652,191.50482,12.467245,35.090652,9.579415,3.4117346,33.3875,67.722855,42.482643,431.66623,29.087154,390.9877,135.88828,39.06882,190.01788,192.56741,78.31845,872.5101,268.70685,1965.8436,47.97999,2364.856,629.27423,33.642937,27.539991,180.54321,181.17537,288.32025,1053.4114,46.71503,13.871529,9.793648,594.4758,496.73947,86.90274,16.471233,406.0334,24.45154,434.84113,11.628777,38.81822,0.0,1176.3344,1990.3174,0.28487384,43.33117,17.21165,13822.971,41.01712,1.549987,11.277281,23.309795,22.836683,7.3680534,12.800248,343.69278,32.458084,9.287346,1.0331445,7.0225515,393.80963,0.48926026,198.64056,85.784225,2605.5032,128.35962,114.77537,183.69908,1062.8597,78.135735,61.858017,983.64325,55.1672,69.498604,10.146919,33.642616,221.47229,11.719714,8.9943695,69.94763,18.534355,4419.069,19.74331,31.377975,17.56448,17.648108,334.8889,81.44952,33.47098,9.430558,9.798543,21.035797,61.347237,134.48099,48.35528,214.74796,25.234392,15.479312,76.1351,29.746376,23.971397,142.68718,15.178536,1.5512835,28.783688,11.241711,1195.3226,23.986658,2.9587836,115.72024,18.731256,184.64116,80.27242,129.65016,9.015689,108.24595,424.31644,362.8459,40.04412,263.10275,82.30927,48.68956,69.455536,152.4954,24.73141,58.854946,463.49054,12.682356,20.05031,313.80658,15.269409,8.142002,69.647026,56.967728,615.6485,164.80493,171.07518,1944.3662,35.1712,1577.5846,1359.7892,7.595089,5.8062377,1385.97,17.395422,10.437698,366.09915,23.04639,43.44989,21.690283,65.9896,251.98666,338.51526,3.5016696,31.932333,65.9335,318.52417,5.7478213,84.44625,7.707081,1.5242878,58.165657,1.1423572,1.3656371,4.3979273,10.271779,23.042244,15.210984,25.87743,190.5848,35.161705,17.348213,30.184896,8.458758,96.31064,3.877257,53.014828,6.809896,62.750923,4.7607884,6.805987,17.462914,9.143191,19.91369,10.0235615,1.0065429,58.17212,9.044794,200.15126,6.1952753,256.32733,17.857893,1123.3925,110.75203,3.5128098,8.244393,140.17883,174.97166,893.404,906.95483 +2023-02-16 02:00:00,0.0,2271.5437,30.648922,5.03946,9.794964,22.82631,181.89055,25.382708,45.201218,19.489923,28.906347,192.2683,191.67581,12.466157,35.046547,9.591072,3.409979,33.377823,67.631584,42.42808,431.59378,29.059183,390.83588,135.8837,39.03416,190.18634,192.4894,78.31273,872.1194,268.7346,1965.3352,47.963486,2364.8047,629.19135,33.63195,27.533232,180.49776,181.03754,288.26117,1053.7251,46.73363,13.866476,9.793097,594.8245,497.02664,86.83531,16.499163,405.49878,24.48077,434.40546,11.6321535,38.838894,0.0,1177.064,1990.9685,0.28487894,43.30756,17.21843,13830.185,41.033875,1.5502127,11.295039,23.330727,22.858828,7.3741603,12.811211,343.8174,32.441963,9.301943,1.0336018,7.0259895,394.08588,0.48893037,198.77368,85.7756,2605.295,128.37401,114.792435,183.67795,1063.5598,78.13826,61.870426,982.9953,55.186398,69.4595,10.147809,33.651196,221.46362,11.717575,8.993014,69.973816,18.528297,4419.6465,19.74835,31.363094,17.568075,17.65898,334.94446,81.50836,33.45982,9.430795,9.800811,21.061405,61.36804,134.58081,48.344494,214.80125,25.251783,15.489036,76.19002,29.767933,23.964705,142.74832,15.191358,1.5515848,28.756302,11.2411175,1195.2804,23.987848,2.9656541,115.86905,18.740555,184.77145,80.30199,129.75151,9.013746,108.25529,424.539,363.21277,40.06202,263.22336,82.398315,48.69813,69.45697,152.517,24.738317,58.867664,463.48334,12.692779,20.060488,313.9111,15.253614,8.1369915,69.70054,57.00246,615.91394,164.87637,171.08253,1944.4456,35.158955,1577.5128,1359.4971,7.590893,5.802654,1385.7472,17.39541,10.43254,366.03876,23.034746,43.436386,21.681553,65.967476,251.98434,338.41956,3.4996963,31.92334,65.882286,318.48288,5.7453265,84.44314,7.7055306,1.5247128,58.167175,1.142702,1.3660864,4.400409,10.271407,23.037775,15.208413,25.879862,190.55302,35.14484,17.339285,30.182291,8.454252,96.27306,3.8753474,52.85882,6.8072915,62.75473,4.7519345,6.795832,17.446213,9.14442,19.89881,10.007837,1.0064172,58.183624,9.04277,200.10617,6.1939526,256.34286,17.854498,1123.2753,110.74576,3.5144684,8.241996,140.1896,174.98193,893.4104,906.8366 +2023-02-16 03:00:00,0.0,2272.017,30.638536,5.0388074,9.787647,22.832321,181.8712,25.381903,45.20837,19.496065,28.916365,192.13007,191.84679,12.46507,35.00244,9.60273,3.4082239,33.368145,67.54031,42.37352,431.52133,29.03121,390.68408,135.8791,38.999496,190.35481,192.41138,78.30701,871.72864,268.7623,1964.8268,47.946983,2364.7532,629.10846,33.62096,27.526472,180.45232,180.8997,288.20206,1054.039,46.75223,13.861423,9.792544,595.1733,497.31384,86.76788,16.527092,404.9641,24.51,433.96982,11.63553,38.85957,0.0,1177.7935,1991.6198,0.28488404,43.283947,17.225206,13837.399,41.05063,1.5504386,11.312797,23.351658,22.880972,7.380267,12.822173,343.94202,32.425842,9.31654,1.0340592,7.0294275,394.3621,0.48860046,198.90681,85.76697,2605.0867,128.38838,114.80951,183.6568,1064.2598,78.14078,61.88283,982.3474,55.205597,69.420395,10.1487,33.659775,221.45496,11.715436,8.991659,70.00001,18.522242,4420.224,19.75339,31.348215,17.57167,17.669851,335.0,81.56721,33.44866,9.431031,9.803078,21.087013,61.388836,134.68063,48.333706,214.85454,25.269175,15.498759,76.24494,29.789488,23.95801,142.80945,15.204179,1.5518862,28.728916,11.240525,1195.2383,23.989038,2.9725244,116.01786,18.749853,184.90176,80.33155,129.85284,9.011804,108.26462,424.76154,363.57968,40.07992,263.34393,82.48735,48.706703,69.4584,152.53859,24.745228,58.88038,463.47617,12.703202,20.070667,314.01566,15.23782,8.13198,69.75405,57.037197,616.1794,164.94781,171.08989,1944.5249,35.146713,1577.4412,1359.205,7.586696,5.79907,1385.5244,17.3954,10.427381,365.9784,23.023102,43.42288,21.672821,65.94534,251.98201,338.32388,3.497723,31.914349,65.83106,318.44156,5.742831,84.44002,7.7039804,1.5251379,58.168697,1.1430466,1.3665357,4.4028916,10.271036,23.033304,15.205842,25.882292,190.52127,35.127975,17.330357,30.179688,8.449745,96.23549,3.8734376,52.702812,6.8046875,62.758537,4.74308,6.7856774,17.429512,9.145647,19.883928,9.992113,1.0062915,58.195126,9.040747,200.06108,6.19263,256.35837,17.8511,1123.1582,110.73948,3.5161269,8.239598,140.2004,174.9922,893.41675,906.7183 +2023-02-16 04:00:00,0.0,2272.4907,30.628153,5.038155,9.78033,22.838333,181.85184,25.381098,45.215523,19.502205,28.926384,191.99184,192.01776,12.463982,34.958332,9.614387,3.4064684,33.358467,67.44904,42.31896,431.4489,29.003239,390.5323,135.87453,38.964836,190.52328,192.33336,78.30128,871.33795,268.79004,1964.3184,47.93048,2364.702,629.0256,33.609974,27.519712,180.40688,180.76187,288.14297,1054.3527,46.770832,13.856369,9.791993,595.522,497.60104,86.70046,16.55502,404.4295,24.53923,433.53415,11.638908,38.880245,0.0,1178.5231,1992.2709,0.28488916,43.260338,17.231983,13844.614,41.067383,1.5506644,11.330555,23.37259,22.903116,7.3863735,12.833136,344.06665,32.40972,9.331137,1.0345166,7.032866,394.6383,0.48827058,199.03993,85.75833,2604.8784,128.40277,114.82658,183.63565,1064.9597,78.1433,61.89524,981.69946,55.224796,69.381294,10.14959,33.668354,221.44629,11.713297,8.990305,70.0262,18.516186,4420.8022,19.758429,31.333334,17.575266,17.680723,335.05554,81.626045,33.4375,9.431268,9.805345,21.112621,61.409637,134.78046,48.322918,214.90784,25.286566,15.508482,76.29986,29.811043,23.951315,142.87059,15.217,1.5521874,28.70153,11.239932,1195.196,23.990229,2.979395,116.166664,18.759151,185.03206,80.361115,129.9542,9.009861,108.27396,424.9841,363.94656,40.09782,263.46454,82.57639,48.71527,69.45982,152.5602,24.752136,58.893097,463.46896,12.713625,20.080847,314.1202,15.222024,8.126969,69.807556,57.07193,616.4448,165.01927,171.09726,1944.6042,35.134468,1577.3695,1358.913,7.5825,5.795486,1385.3016,17.395388,10.422222,365.918,23.011457,43.409374,21.664091,65.92321,251.97968,338.2282,3.49575,31.905355,65.77984,318.40027,5.7403364,84.436905,7.7024302,1.525563,58.170216,1.1433914,1.366985,4.4053736,10.270664,23.028833,15.203271,25.884722,190.4895,35.11111,17.321428,30.177084,8.445238,96.197914,3.871528,52.546806,6.8020835,62.76234,4.734226,6.7755227,17.412813,9.146874,19.869047,9.976389,1.0061657,58.206627,9.038722,200.01599,6.191307,256.3739,17.847706,1123.0411,110.73321,3.5177853,8.2372,140.21117,175.00249,893.42316,906.6001 +2023-02-16 05:00:00,0.0,2272.9644,30.61777,5.0375023,9.773013,22.844345,181.83249,25.380293,45.22267,19.508347,28.936401,191.85359,192.18875,12.4628935,34.914227,9.626044,3.404713,33.34879,67.35777,42.264397,431.37646,28.975267,390.38046,135.86995,38.930172,190.69176,192.25534,78.295555,870.94727,268.81775,1963.8099,47.913982,2364.6504,628.94275,33.598988,27.512953,180.36143,180.62404,288.08386,1054.6664,46.789436,13.851316,9.791442,595.87067,497.8882,86.63303,16.582949,403.8949,24.56846,433.0985,11.642285,38.90092,0.0,1179.2527,1992.9221,0.28489426,43.236725,17.238762,13851.829,41.084137,1.5508903,11.348313,23.393518,22.92526,7.3924804,12.844097,344.19128,32.3936,9.345734,1.034974,7.036304,394.91452,0.48794067,199.17305,85.7497,2604.6704,128.41716,114.84364,183.6145,1065.6597,78.14583,61.90765,981.0515,55.243996,69.34219,10.15048,33.67693,221.43764,11.711157,8.98895,70.05239,18.510128,4421.38,19.763468,31.318453,17.578861,17.691595,335.1111,81.68489,33.42634,9.431504,9.807612,21.138231,61.43044,134.88028,48.312126,214.96112,25.303959,15.518206,76.35478,29.832598,23.944622,142.93173,15.229822,1.5524888,28.674143,11.239339,1195.1539,23.991419,2.9862652,116.315475,18.768452,185.16235,80.39067,130.05554,9.007918,108.283295,425.20663,364.31348,40.115723,263.5851,82.66543,48.723843,69.46126,152.58179,24.759047,58.905815,463.4618,12.724048,20.091026,314.22473,15.206229,8.121959,69.86107,57.106667,616.7103,165.09071,171.10461,1944.6835,35.122227,1577.2979,1358.6208,7.5783033,5.791902,1385.0789,17.395376,10.417064,365.8576,22.999813,43.39587,21.65536,65.901085,251.97736,338.13254,3.4937766,31.896364,65.72862,318.35895,5.7378416,84.433784,7.70088,1.5259881,58.171734,1.143736,1.3674343,4.4078555,10.270293,23.024363,15.2007,25.887154,190.45775,35.094246,17.3125,30.174479,8.440731,96.16034,3.8696182,52.3908,6.799479,62.766148,4.725372,6.765368,17.396112,9.148103,19.854166,9.960665,1.00604,58.21813,9.036698,199.9709,6.1899843,256.3894,17.844309,1122.9241,110.72694,3.5194438,8.234802,140.22194,175.01276,893.42957,906.4818 +2023-02-16 06:00:00,0.0,2273.4377,30.607384,5.0368495,9.765696,22.850357,181.81313,25.379488,45.229824,19.514488,28.946419,191.71536,192.35973,12.461805,34.870117,9.637701,3.4029574,33.33911,67.2665,42.20983,431.30405,28.947296,390.22867,135.86536,38.895508,190.86021,192.17732,78.28983,870.5565,268.8455,1963.3016,47.89748,2364.599,628.85986,33.588,27.506193,180.31598,180.4862,288.02475,1054.9801,46.808037,13.846263,9.790891,596.2194,498.1754,86.56561,16.610876,403.3603,24.59769,432.66287,11.645662,38.921597,0.0,1179.9822,1993.5732,0.28489935,43.21311,17.245539,13859.043,41.10089,1.5511161,11.366071,23.41445,22.947405,7.398587,12.85506,344.3159,32.37748,9.360331,1.0354314,7.039742,395.19073,0.4876108,199.30618,85.74107,2604.4622,128.43155,114.86072,183.59335,1066.3596,78.148346,61.920055,980.40356,55.26319,69.30309,10.15137,33.68551,221.42897,11.709018,8.987595,70.07858,18.504072,4421.9575,19.768505,31.303572,17.582457,17.702467,335.16666,81.74374,33.41518,9.431741,9.809879,21.16384,61.45124,134.9801,48.30134,215.01442,25.32135,15.527929,76.4097,29.854153,23.937927,142.99287,15.242643,1.5527902,28.646757,11.238747,1195.1117,23.99261,2.9931357,116.46429,18.77775,185.29265,80.420235,130.15688,9.005976,108.29263,425.4292,364.68036,40.13362,263.70572,82.75446,48.732414,69.462685,152.60338,24.765955,58.918533,463.4546,12.734471,20.101204,314.32928,15.190434,8.116948,69.91458,57.1414,616.97577,165.16216,171.11197,1944.7628,35.10998,1577.2262,1358.3287,7.574107,5.788318,1384.856,17.395365,10.411904,365.7972,22.988169,43.382366,21.64663,65.87895,251.97502,338.03683,3.4918034,31.887371,65.6774,318.31766,5.735347,84.43067,7.6993303,1.5264131,58.173256,1.1440806,1.3678836,4.410338,10.269921,23.019894,15.198129,25.889584,190.42598,35.07738,17.303572,30.171875,8.436225,96.122765,3.8677084,52.23479,6.796875,62.769955,4.716518,6.7552133,17.379412,9.14933,19.839287,9.944941,1.0059142,58.229633,9.034674,199.9258,6.1886616,256.40494,17.840914,1122.8069,110.720665,3.5211022,8.232405,140.23271,175.02303,893.436,906.3636 +2023-02-16 07:00:00,0.0,2273.9114,30.597,5.036197,9.758379,22.856369,181.79376,25.378683,45.236977,19.52063,28.956436,191.57713,192.5307,12.460717,34.82601,9.649359,3.4012022,33.329433,67.175224,42.15527,431.2316,28.919323,390.07687,135.86078,38.860847,191.02869,192.0993,78.28411,870.16583,268.87323,1962.7932,47.880978,2364.5476,628.777,33.577015,27.499434,180.27054,180.34837,287.96567,1055.294,46.826637,13.84121,9.790339,596.5681,498.4626,86.498184,16.638805,402.82565,24.62692,432.2272,11.64904,38.942272,0.0,1180.7118,1994.2244,0.28490445,43.189503,17.252317,13866.258,41.117645,1.551342,11.383829,23.435379,22.96955,7.404694,12.866022,344.44052,32.36136,9.3749275,1.0358888,7.0431805,395.46695,0.4872809,199.4393,85.73244,2604.254,128.44592,114.877785,183.5722,1067.0596,78.15087,61.932465,979.7556,55.28239,69.263985,10.15226,33.694088,221.4203,11.706879,8.98624,70.104774,18.498014,4422.535,19.773544,31.28869,17.586052,17.713339,335.22223,81.80258,33.40402,9.431978,9.812146,21.189447,61.472042,135.07993,48.29055,215.06772,25.338741,15.537653,76.46462,29.875708,23.931232,143.054,15.255465,1.5530915,28.619371,11.238153,1195.0695,23.993801,3.000006,116.6131,18.787048,185.42294,80.4498,130.25822,9.004032,108.30197,425.65173,365.04727,40.151524,263.82632,82.843506,48.740986,69.46411,152.62497,24.772863,58.931248,463.44742,12.744894,20.111383,314.43384,15.174639,8.111937,69.968094,57.176136,617.2412,165.23361,171.11932,1944.8422,35.09774,1577.1544,1358.0367,7.5699105,5.7847347,1384.6332,17.395353,10.406746,365.73682,22.976524,43.368862,21.637897,65.85683,251.97269,337.94116,3.4898303,31.87838,65.626175,318.27637,5.732852,84.42755,7.69778,1.5268382,58.174774,1.1444254,1.3683329,4.41282,10.26955,23.015423,15.195558,25.892014,190.39421,35.060516,17.294643,30.169271,8.431718,96.08519,3.8657987,52.078785,6.794271,62.77376,4.7076635,6.7450585,17.362713,9.1505575,19.824406,9.929216,1.0057884,58.241135,9.03265,199.8807,6.187339,256.42047,17.837517,1122.6898,110.71439,3.5227609,8.230007,140.24348,175.0333,893.4424,906.2453 +2023-02-16 08:00:00,0.0,2274.3848,30.586615,5.0355444,9.751061,22.862381,181.77441,25.377878,45.244125,19.52677,28.966454,191.4389,192.70169,12.459629,34.781902,9.6610155,3.3994467,33.319756,67.083954,42.100708,431.15918,28.891352,389.92505,135.8562,38.826183,191.19716,192.02129,78.27839,869.77515,268.90094,1962.2848,47.864475,2364.4963,628.6941,33.566025,27.492674,180.2251,180.21054,287.90656,1055.6077,46.845238,13.836157,9.789788,596.9169,498.7498,86.430756,16.666733,402.29105,24.65615,431.79156,11.652417,38.962948,0.0,1181.4414,1994.8756,0.28490955,43.16589,17.259094,13873.473,41.1344,1.5515678,11.401587,23.45631,22.991693,7.4108005,12.876985,344.56516,32.345238,9.3895235,1.0363461,7.0466185,395.74316,0.486951,199.57242,85.72381,2604.0457,128.46031,114.89486,183.55106,1067.7595,78.1534,61.94487,979.1077,55.30159,69.224884,10.153151,33.702667,221.41164,11.704739,8.984885,70.13096,18.491959,4423.1133,19.778584,31.27381,17.589647,17.72421,335.27777,81.86143,33.392857,9.432215,9.814413,21.215055,61.492844,135.17976,48.279762,215.121,25.356133,15.547376,76.51954,29.897263,23.92454,143.11514,15.268286,1.5533929,28.591986,11.237561,1195.0273,23.994991,3.0068765,116.7619,18.796347,185.55325,80.47936,130.35956,9.0020895,108.31131,425.8743,365.41418,40.169422,263.9469,82.93254,48.749557,69.465546,152.64656,24.779774,58.943966,463.44022,12.755317,20.121563,314.5384,15.158844,8.106926,70.0216,57.21087,617.50665,165.30505,171.12668,1944.9214,35.0855,1577.0828,1357.7446,7.565714,5.781151,1384.4104,17.395342,10.4015875,365.67642,22.96488,43.35536,21.629168,65.834694,251.97035,337.8455,3.487857,31.869387,65.57495,318.23505,5.730357,84.42444,7.69623,1.5272633,58.176296,1.14477,1.3687823,4.415302,10.269178,23.010952,15.1929865,25.894444,190.36246,35.04365,17.285713,30.166666,8.427211,96.04762,3.863889,51.92278,6.7916665,62.777565,4.6988096,6.734904,17.346012,9.151786,19.809525,9.913492,1.0056627,58.252636,9.030626,199.83562,6.186016,256.43597,17.834122,1122.5728,110.70812,3.5244193,8.22761,140.25427,175.04358,893.4488,906.1271 +2023-02-16 09:00:00,0.0,2274.8584,30.576231,5.0348916,9.743745,22.868393,181.75505,25.377073,45.251278,19.532911,28.97647,191.30066,192.87267,12.458542,34.737797,9.672673,3.3976912,33.310074,66.99268,42.046146,431.08673,28.86338,389.77325,135.85161,38.791523,191.36563,191.94327,78.27266,869.3844,268.92868,1961.7764,47.847973,2364.4448,628.6112,33.55504,27.485914,180.17964,180.07271,287.84747,1055.9214,46.86384,13.831103,9.789236,597.26556,499.037,86.363335,16.694662,401.7564,24.68538,431.35593,11.655794,38.983624,0.0,1182.171,1995.5267,0.28491464,43.14228,17.265873,13880.687,41.151154,1.5517937,11.419345,23.47724,23.013838,7.4169073,12.887947,344.68976,32.329117,9.40412,1.0368035,7.0500565,396.0194,0.4866211,199.70555,85.71518,2603.8374,128.4747,114.91193,183.5299,1068.4595,78.155914,61.95728,978.4598,55.32079,69.18578,10.15404,33.711243,221.40297,11.7026,8.98353,70.15715,18.485903,4423.691,19.783623,31.258928,17.59324,17.735083,335.33334,81.92027,33.381695,9.432451,9.816681,21.240664,61.513645,135.27959,48.268974,215.1743,25.373526,15.557099,76.57446,29.918818,23.917845,143.17628,15.281108,1.5536941,28.5646,11.236968,1194.9851,23.996181,3.0137467,116.91071,18.805645,185.68355,80.50893,130.4609,9.000147,108.32065,426.09683,365.78107,40.187325,264.0675,83.021576,48.75813,69.46697,152.66815,24.786682,58.956684,463.43304,12.76574,20.131742,314.6429,15.143049,8.101915,70.07511,57.245605,617.7721,165.3765,171.13403,1945.0007,35.073254,1577.0111,1357.4525,7.5615177,5.777567,1384.1876,17.39533,10.396428,365.61603,22.953236,43.341854,21.620436,65.81256,251.96803,337.74982,3.4858837,31.860394,65.523735,318.19376,5.7278624,84.42132,7.6946797,1.5276883,58.177814,1.1451148,1.3692316,4.4177837,10.268807,23.006483,15.190415,25.896875,190.33069,35.026787,17.276785,30.164062,8.422705,96.01005,3.8619792,51.766773,6.7890625,62.781372,4.689955,6.724749,17.329311,9.153013,19.794643,9.897768,1.0055369,58.264137,9.028602,199.79053,6.1846933,256.4515,17.830725,1122.4557,110.70184,3.5260777,8.225211,140.26505,175.05385,893.4552,906.0088 +2023-02-16 10:00:00,0.0,2275.332,30.565845,5.034239,9.736427,22.874405,181.7357,25.376268,45.25843,19.539053,28.986488,191.16243,193.04364,12.457454,34.69369,9.68433,3.3959358,33.300396,66.90141,41.991585,431.01428,28.83541,389.62146,135.84703,38.75686,191.53409,191.86525,78.26694,868.9937,268.9564,1961.268,47.83147,2364.3936,628.5283,33.544052,27.479155,180.13419,179.93488,287.78836,1056.2351,46.88244,13.826051,9.788685,597.6143,499.32416,86.295906,16.72259,401.2218,24.714611,430.92026,11.659171,39.0043,0.0,1182.9006,1996.178,0.28491977,43.118668,17.27265,13887.901,41.167908,1.5520195,11.437102,23.49817,23.035982,7.423014,12.898909,344.8144,32.312996,9.418717,1.0372609,7.0534945,396.29562,0.4862912,199.83867,85.70655,2603.6292,128.48909,114.929,183.50876,1069.1594,78.15844,61.969685,977.8118,55.33999,69.14668,10.15493,33.719822,221.39432,11.70046,8.982176,70.18334,18.479845,4424.2686,19.788662,31.244047,17.596836,17.745955,335.3889,81.97912,33.370537,9.432688,9.818948,21.266272,61.534443,135.37941,48.258186,215.22758,25.390917,15.566823,76.62938,29.940372,23.911152,143.23741,15.293929,1.5539955,28.537214,11.236375,1194.943,23.997372,3.0206172,117.059525,18.814943,185.81384,80.53849,130.56224,8.998204,108.32999,426.3194,366.14798,40.205223,264.18808,83.11062,48.766697,69.4684,152.68976,24.793592,58.969402,463.42584,12.776163,20.14192,314.74747,15.127254,8.096905,70.128624,57.28034,618.03754,165.44795,171.14139,1945.0802,35.061012,1576.9395,1357.1605,7.557321,5.773983,1383.9648,17.395319,10.39127,365.55563,22.941591,43.32835,21.611706,65.790436,251.9657,337.65414,3.4839106,31.851402,65.47251,318.15244,5.7253675,84.418205,7.69313,1.5281134,58.179333,1.1454594,1.3696809,4.420266,10.2684355,23.002012,15.187845,25.899305,190.29892,35.009922,17.267857,30.161459,8.418198,95.97247,3.8600695,51.610764,6.7864585,62.78518,4.6811013,6.714594,17.312613,9.154241,19.779762,9.882044,1.0054113,58.275642,9.026578,199.74542,6.1833706,256.467,17.82733,1122.3385,110.69557,3.5277362,8.222814,140.27582,175.06412,893.4616,905.89056 +2023-02-16 11:00:00,0.0,2275.8054,30.555462,5.0335865,9.729111,22.880417,181.71634,25.375463,45.26558,19.545193,28.996506,191.0242,193.21463,12.456366,34.649582,9.695988,3.3941805,33.290718,66.81014,41.93702,430.94186,28.807436,389.46964,135.84244,38.722195,191.70256,191.78723,78.261215,868.603,268.98413,1960.7596,47.814972,2364.342,628.4455,33.533066,27.472395,180.08875,179.79704,287.72925,1056.549,46.901043,13.820997,9.788134,597.963,499.61136,86.228485,16.750519,400.6872,24.743841,430.48462,11.662549,39.024975,0.0,1183.6301,1996.8291,0.28492486,43.09506,17.279428,13895.116,41.18466,1.5522454,11.454861,23.5191,23.058126,7.429121,12.909871,344.93903,32.296875,9.433314,1.0377183,7.056933,396.57184,0.48596132,199.97179,85.697914,2603.4211,128.50346,114.94607,183.48761,1069.8594,78.160965,61.982094,977.1639,55.359188,69.107574,10.155821,33.7284,221.38565,11.698321,8.980821,70.20953,18.47379,4424.846,19.793701,31.229166,17.600431,17.756826,335.44446,82.037964,33.359375,9.432924,9.821215,21.291882,61.555244,135.47923,48.247395,215.28088,25.408308,15.576547,76.6843,29.961927,23.904457,143.29855,15.30675,1.5542969,28.509829,11.235783,1194.9008,23.998562,3.0274875,117.208336,18.824242,185.94414,80.568054,130.66359,8.996262,108.339325,426.54193,366.51486,40.223125,264.3087,83.19965,48.77527,69.46983,152.71135,24.8005,58.982117,463.41867,12.786587,20.1521,314.85202,15.111459,8.091894,70.18214,57.315075,618.303,165.5194,171.14874,1945.1594,35.048767,1576.8677,1356.8684,7.553125,5.770399,1383.7421,17.395308,10.386111,365.49524,22.929947,43.314842,21.602974,65.7683,251.96336,337.55844,3.4819374,31.84241,65.42129,318.11115,5.7228727,84.415085,7.69158,1.5285385,58.180855,1.145804,1.3701302,4.422748,10.2680645,22.997541,15.185274,25.901735,190.26717,34.993053,17.258928,30.158854,8.413691,95.9349,3.8581598,51.454758,6.783854,62.788982,4.672247,6.704439,17.295912,9.155468,19.764881,9.86632,1.0052855,58.287144,9.024554,199.70033,6.182048,256.48254,17.823933,1122.2214,110.6893,3.5293946,8.220416,140.28659,175.0744,893.468,905.7723 +2023-02-16 12:00:00,0.0,2276.279,30.545076,5.0329337,9.721793,22.886429,181.69698,25.374659,45.27273,19.551334,29.006523,190.88597,193.3856,12.455277,34.605476,9.707644,3.392425,33.28104,66.71887,41.882458,430.86942,28.779465,389.31784,135.83786,38.687534,191.87103,191.70921,78.25549,868.2123,269.01187,1960.2512,47.79847,2364.2908,628.3626,33.52208,27.465635,180.0433,179.65921,287.67017,1056.8627,46.919643,13.815945,9.787582,598.31177,499.89853,86.16106,16.778446,400.15256,24.773071,430.04898,11.665926,39.04565,0.0,1184.3597,1997.4803,0.28492996,43.071445,17.286205,13902.331,41.201416,1.5524712,11.472618,23.540031,23.08027,7.435228,12.920834,345.06366,32.280754,9.447911,1.0381757,7.060371,396.84805,0.4856314,200.1049,85.689285,2603.213,128.51785,114.963135,183.46646,1070.5594,78.16348,61.9945,976.516,55.378387,69.068474,10.156711,33.73698,221.37698,11.696181,8.979466,70.235725,18.467731,4425.4243,19.79874,31.214285,17.604027,17.767698,335.5,82.09681,33.348213,9.433161,9.8234825,21.31749,61.576046,135.57906,48.236607,215.33417,25.4257,15.58627,76.73922,29.983482,23.897762,143.3597,15.3195715,1.5545982,28.482443,11.235189,1194.8586,23.999752,3.034358,117.35714,18.83354,186.07443,80.59762,130.76492,8.994319,108.34866,426.76447,366.88177,40.241024,264.42926,83.28869,48.78384,69.47126,152.73294,24.80741,58.994835,463.41147,12.797009,20.16228,314.95654,15.095664,8.086883,70.23564,57.349808,618.5685,165.59085,171.1561,1945.2388,35.036526,1576.796,1356.5763,7.5489283,5.766815,1383.5193,17.395296,10.380952,365.43484,22.918303,43.30134,21.594244,65.74617,251.96104,337.46277,3.4799643,31.833418,65.37007,318.06985,5.720378,84.411964,7.6900296,1.5289636,58.182373,1.1461488,1.3705795,4.42523,10.267693,22.993073,15.182703,25.904167,190.2354,34.97619,17.25,30.15625,8.4091835,95.89732,3.85625,51.29875,6.78125,62.79279,4.663393,6.6942844,17.279211,9.156696,19.75,9.850595,1.0051597,58.298645,9.02253,199.65524,6.180725,256.49808,17.820538,1122.1044,110.68303,3.5310533,8.218019,140.29736,175.08467,893.4744,905.65405 +2023-02-16 13:00:00,0.0,2276.7524,30.534693,5.032281,9.714477,22.89244,181.67763,25.373854,45.279884,19.557476,29.01654,190.74773,193.55658,12.454189,34.561367,9.719302,3.3906696,33.271362,66.6276,41.827896,430.797,28.751493,389.16605,135.83328,38.65287,192.03949,191.6312,78.24977,867.8216,269.03958,1959.7428,47.781967,2364.2393,628.2797,33.51109,27.458876,179.99785,179.52136,287.61105,1057.1764,46.938244,13.810891,9.787031,598.66046,500.18573,86.09363,16.806376,399.61792,24.802301,429.6133,11.669303,39.066326,0.0,1185.0894,1998.1315,0.28493506,43.047836,17.292984,13909.545,41.21817,1.5526971,11.490376,23.560963,23.102415,7.4413342,12.931796,345.18826,32.264633,9.462508,1.0386331,7.063809,397.12427,0.48530152,200.23804,85.68066,2603.0046,128.53224,114.98021,183.44531,1071.2594,78.16601,62.00691,975.86804,55.397583,69.02937,10.157601,33.74556,221.36832,11.694042,8.978111,70.26192,18.461676,4426.002,19.80378,31.199406,17.607622,17.77857,335.55554,82.155655,33.337055,9.433397,9.825749,21.343098,61.596848,135.67888,48.22582,215.38747,25.44309,15.595993,76.79414,30.005037,23.89107,143.42082,15.332393,1.5548996,28.455057,11.234597,1194.8164,24.000944,3.0412283,117.50595,18.84284,186.20473,80.62718,130.86627,8.992375,108.358,426.98703,367.24866,40.258926,264.54987,83.37773,48.79241,69.47269,152.75453,24.81432,59.007553,463.4043,12.807432,20.172459,315.0611,15.079868,8.081872,70.289154,57.384544,618.8339,165.6623,171.16345,1945.318,35.02428,1576.7244,1356.2843,7.544732,5.7632318,1383.2964,17.395285,10.375793,365.37445,22.906658,43.287834,21.585512,65.724045,251.95871,337.3671,3.4779909,31.824425,65.31885,318.02853,5.717883,84.40885,7.6884794,1.5293885,58.183895,1.1464934,1.3710288,4.4277124,10.267322,22.988602,15.180132,25.906597,190.20363,34.959324,17.241072,30.153646,8.404677,95.85975,3.8543403,51.142742,6.778646,62.796597,4.6545386,6.6841297,17.262512,9.157924,19.735119,9.834871,1.005034,58.310146,9.020506,199.61015,6.1794024,256.51358,17.81714,1121.9873,110.67676,3.5327117,8.215621,140.30815,175.09494,893.4808,905.53577 +2023-02-16 14:00:00,0.0,2277.226,30.524307,5.0316286,9.707159,22.898453,181.65826,25.373049,45.287033,19.563616,29.026558,190.6095,193.72757,12.453102,34.51726,9.730959,3.388914,33.261684,66.53632,41.773335,430.72455,28.72352,389.01422,135.82869,38.61821,192.20796,191.55318,78.24405,867.4309,269.06732,1959.2344,47.765465,2364.188,628.19684,33.500103,27.452116,179.95241,179.38353,287.55194,1057.4902,46.956844,13.805838,9.786479,599.0092,500.47293,86.02621,16.834303,399.0833,24.831532,429.17767,11.672681,39.087,0.0,1185.8188,1998.7826,0.28494015,43.024223,17.29976,13916.76,41.234924,1.5529228,11.508134,23.581894,23.12456,7.447441,12.942759,345.3129,32.248512,9.477105,1.0390904,7.0672474,397.40048,0.4849716,200.37115,85.67202,2602.7964,128.54662,114.99728,183.42416,1071.9594,78.168526,62.019314,975.2201,55.416782,68.990265,10.158491,33.754135,221.35965,11.691903,8.976756,70.2881,18.45562,4426.5796,19.808819,31.184525,17.611217,17.789442,335.6111,82.2145,33.325893,9.433634,9.828016,21.368706,61.61765,135.7787,48.21503,215.44077,25.460484,15.605717,76.84906,30.026592,23.884375,143.48196,15.345215,1.5552009,28.42767,11.234004,1194.7742,24.002134,3.0480988,117.65476,18.852139,186.33504,80.656746,130.9676,8.990433,108.36734,427.20956,367.61557,40.276825,264.67044,83.46677,48.800983,69.47412,152.77612,24.821228,59.02027,463.3971,12.817856,20.182638,315.16565,15.064074,8.076861,70.34267,57.419277,619.09937,165.73373,171.1708,1945.3973,35.01204,1576.6527,1355.9922,7.5405354,5.759648,1383.0736,17.395273,10.370635,365.31406,22.895014,43.27433,21.576782,65.70191,251.95638,337.27142,3.4760177,31.815434,65.267624,317.98724,5.7153883,84.40573,7.686929,1.5298136,58.185413,1.1468382,1.3714781,4.4301944,10.26695,22.98413,15.177561,25.909027,190.17188,34.94246,17.232143,30.151041,8.40017,95.822174,3.8524306,50.986736,6.7760415,62.800404,4.6456842,6.673975,17.245811,9.159151,19.720238,9.819147,1.0049082,58.32165,9.018482,199.56506,6.1780796,256.5291,17.813745,1121.8701,110.67049,3.5343702,8.2132225,140.31892,175.10521,893.4872,905.41754 +2023-02-16 15:00:00,0.0,2277.6997,30.513924,5.030976,9.699842,22.904465,181.63892,25.372244,45.294186,19.569757,29.036575,190.47127,193.89854,12.452014,34.473156,9.742617,3.3871589,33.252007,66.44505,41.718773,430.6521,28.695549,388.86243,135.82411,38.583546,192.37643,191.47516,78.23832,867.04016,269.09503,1958.7261,47.748962,2364.1365,628.11395,33.489117,27.445356,179.90697,179.2457,287.49286,1057.804,46.975445,13.800785,9.785928,599.3579,500.7601,85.95878,16.862232,398.5487,24.860762,428.74203,11.676058,39.107677,0.0,1186.5485,1999.4338,0.28494528,43.00061,17.30654,13923.975,41.251675,1.5531487,11.525892,23.602823,23.146704,7.453548,12.95372,345.43753,32.23239,9.491702,1.0395478,7.0706854,397.67673,0.48464173,200.50427,85.66339,2602.5881,128.561,115.01434,183.40303,1072.6593,78.17105,62.031723,974.57214,55.43598,68.951164,10.159381,33.76271,221.351,11.689763,8.975402,70.31429,18.449562,4427.157,19.813858,31.169643,17.614813,17.800314,335.66666,82.273346,33.31473,9.43387,9.830284,21.394314,61.63845,135.87852,48.204243,215.49405,25.477875,15.61544,76.903984,30.048147,23.877682,143.5431,15.358036,1.5555022,28.400284,11.233411,1194.732,24.003325,3.054969,117.80357,18.861437,186.46533,80.68631,131.06895,8.98849,108.37668,427.43213,367.98245,40.294727,264.79105,83.5558,48.809555,69.47555,152.79773,24.828136,59.032986,463.38992,12.828279,20.192816,315.2702,15.048279,8.071851,70.39618,57.45401,619.3648,165.80519,171.17816,1945.4768,34.999798,1576.581,1355.7001,7.5363393,5.756064,1382.8508,17.39526,10.365476,365.25366,22.88337,43.260826,21.568052,65.67978,251.95406,337.17575,3.4740446,31.80644,65.21641,317.94595,5.7128935,84.40262,7.6853795,1.5302387,58.18693,1.1471828,1.3719274,4.4326763,10.266579,22.979662,15.17499,25.911459,190.1401,34.925594,17.223213,30.148438,8.395663,95.7846,3.8505208,50.83073,6.7734375,62.804207,4.6368303,6.6638203,17.22911,9.160379,19.705357,9.803423,1.0047824,58.333153,9.016458,199.51996,6.176757,256.54462,17.810349,1121.753,110.664215,3.5360286,8.210825,140.3297,175.1155,893.4936,905.2993 +2023-02-16 16:00:00,0.0,2278.173,30.503538,5.030323,9.692525,22.910477,181.61955,25.371439,45.30134,19.5759,29.046593,190.33304,194.06952,12.450926,34.429047,9.754273,3.3854034,33.24233,66.35378,41.664207,430.57968,28.667578,388.71063,135.81953,38.54888,192.5449,191.39714,78.2326,866.6495,269.12277,1958.2177,47.73246,2364.0852,628.03107,33.47813,27.438597,179.86151,179.10786,287.43375,1058.1177,46.99405,13.795732,9.785377,599.7066,501.0473,85.89136,16.890162,398.0141,24.889992,428.30637,11.679435,39.128353,0.0,1187.2781,2000.085,0.28495038,42.977,17.313316,13931.188,41.26843,1.5533745,11.543651,23.623755,23.168848,7.459655,12.964683,345.56213,32.21627,9.506299,1.0400052,7.0741234,397.95294,0.48431182,200.6374,85.65476,2602.38,128.5754,115.03141,183.38188,1073.3593,78.17358,62.044132,973.9242,55.45518,68.91206,10.160272,33.77129,221.34233,11.687624,8.974047,70.340485,18.443506,4427.7354,19.818897,31.154762,17.618408,17.811186,335.72223,82.33219,33.30357,9.434107,9.832551,21.419922,61.65925,135.97835,48.19345,215.54735,25.495266,15.625164,76.9589,30.069702,23.870987,143.60423,15.370857,1.5558035,28.372898,11.232819,1194.6898,24.004515,3.0618396,117.95238,18.870735,186.59563,80.71587,131.17029,8.986547,108.38601,427.65466,368.34937,40.312626,264.91162,83.644844,48.818123,69.476974,152.81932,24.835047,59.045704,463.38272,12.838701,20.202995,315.37473,15.032483,8.066839,70.449684,57.488747,619.63025,165.87663,171.18552,1945.556,34.987553,1576.5093,1355.4081,7.5321426,5.75248,1382.628,17.395248,10.360317,365.19327,22.871725,43.247322,21.55932,65.65765,251.95172,337.08005,3.4720714,31.797447,65.165184,317.90463,5.710398,84.3995,7.6838293,1.5306637,58.188454,1.1475275,1.3723768,4.4351583,10.266207,22.975191,15.172419,25.913889,190.10835,34.90873,17.214285,30.145834,8.391157,95.747025,3.848611,50.674725,6.7708335,62.808014,4.627976,6.6536655,17.21241,9.161607,19.690477,9.787698,1.0046567,58.344654,9.014434,199.47487,6.175434,256.56015,17.806953,1121.636,110.657936,3.537687,8.208427,140.34047,175.12576,893.5,905.181 +2023-02-16 17:00:00,0.0,2278.6467,30.493155,5.0296707,9.685208,22.916489,181.60019,25.370634,45.308487,19.58204,29.05661,190.1948,194.24051,12.449838,34.38494,9.765931,3.383648,33.23265,66.26251,41.609646,430.50723,28.639606,388.55884,135.81494,38.51422,192.71336,191.31912,78.226875,866.2587,269.1505,1957.7092,47.715958,2364.0337,627.94824,33.467144,27.431837,179.81607,178.97003,287.37466,1058.4314,47.01265,13.790679,9.784825,600.05536,501.33447,85.82393,16.918089,397.47946,24.919222,427.87073,11.682813,39.14903,0.0,1188.0077,2000.7362,0.28495547,42.95339,17.320093,13938.403,41.285183,1.5536004,11.561408,23.644684,23.190992,7.465761,12.975645,345.68677,32.20015,9.520896,1.0404626,7.0775614,398.22916,0.48398194,200.77052,85.64613,2602.1719,128.58978,115.04848,183.36073,1074.0592,78.176094,62.056538,973.2763,55.47438,68.87296,10.161161,33.77987,221.33366,11.685485,8.972692,70.36668,18.43745,4428.313,19.823936,31.139881,17.622004,17.822058,335.77777,82.39104,33.29241,9.434344,9.834818,21.445532,61.68005,136.07817,48.182663,215.60063,25.512657,15.634887,77.013824,30.091257,23.864292,143.66537,15.383678,1.5561049,28.345512,11.232225,1194.6477,24.005705,3.0687099,118.10119,18.880033,186.72592,80.74544,131.27164,8.984605,108.39535,427.87723,368.71625,40.33053,265.03223,83.73388,48.826694,69.47841,152.84091,24.841955,59.058422,463.37555,12.849125,20.213175,315.47928,15.016688,8.061829,70.5032,57.52348,619.8957,165.94807,171.19287,1945.6354,34.97531,1576.4376,1355.116,7.5279465,5.748896,1382.4053,17.395237,10.355159,365.13287,22.86008,43.233818,21.55059,65.63552,251.94939,336.98438,3.470098,31.788456,65.11396,317.86334,5.7079034,84.396385,7.682279,1.5310888,58.189972,1.1478722,1.3728261,4.4376407,10.265836,22.97072,15.1698475,25.916319,190.07658,34.891865,17.205357,30.143229,8.38665,95.70945,3.8467014,50.518715,6.768229,62.81182,4.619122,6.643511,17.195711,9.162834,19.675596,9.771974,1.0045309,58.35616,9.012409,199.42978,6.1741114,256.57565,17.803556,1121.5189,110.651665,3.5393457,8.20603,140.35126,175.13603,893.5064,905.0628 +2023-02-16 18:00:00,0.0,2279.12,30.482769,5.029018,9.677891,22.9225,181.58084,25.36983,45.31564,19.58818,29.06663,190.05656,194.41148,12.44875,34.34083,9.777588,3.3818924,33.222973,66.17124,41.555084,430.4348,28.611633,388.407,135.81036,38.479557,192.88184,191.2411,78.22115,865.86804,269.17822,1957.2008,47.69946,2363.9824,627.86536,33.456154,27.425077,179.77063,178.8322,287.31555,1058.7452,47.03125,13.785625,9.784274,600.40405,501.62167,85.7565,16.946018,396.94482,24.948452,427.43506,11.68619,39.169704,0.0,1188.7373,2001.3873,0.28496057,42.92978,17.326872,13945.618,41.301937,1.5538262,11.579166,23.665615,23.213137,7.471868,12.986608,345.8114,32.18403,9.535493,1.04092,7.081,398.50537,0.48365206,200.90364,85.6375,2601.9636,128.60416,115.06555,183.33958,1074.7592,78.17862,62.068947,972.62836,55.49358,68.833855,10.162051,33.78845,221.325,11.683346,8.971337,70.39287,18.431393,4428.8906,19.828976,31.125,17.625599,17.83293,335.83334,82.44988,33.28125,9.434581,9.837086,21.47114,61.70085,136.178,48.171875,215.65393,25.53005,15.64461,77.06874,30.112812,23.8576,143.72652,15.396501,1.5564063,28.318127,11.231633,1194.6055,24.006895,3.0755804,118.25,18.889332,186.85622,80.775,131.37297,8.982662,108.404686,428.09976,369.08316,40.348427,265.1528,83.822914,48.835266,69.479836,152.8625,24.848866,59.07114,463.36835,12.859548,20.223354,315.58383,15.000894,8.056818,70.55671,57.558216,620.16113,166.01953,171.20024,1945.7147,34.963066,1576.366,1354.8239,7.52375,5.745312,1382.1825,17.395226,10.35,365.07248,22.848436,43.220314,21.541859,65.613396,251.94707,336.8887,3.4681249,31.779463,65.06274,317.82202,5.7054086,84.393265,7.680729,1.5315139,58.191494,1.1482168,1.3732754,4.4401226,10.265464,22.96625,15.167276,25.91875,190.04482,34.875,17.196428,30.140625,8.382143,95.671875,3.8447917,50.36271,6.765625,62.815628,4.6102676,6.633356,17.17901,9.1640625,19.660715,9.756249,1.0044053,58.36766,9.0103855,199.38469,6.1727886,256.5912,17.800161,1121.4017,110.64539,3.5410042,8.203632,140.36203,175.14632,893.5128,904.9445 +2023-02-16 19:00:00,0.0,2279.5938,30.472385,5.028365,9.670573,22.928513,181.56148,25.369024,45.32279,19.594322,29.076647,189.91833,194.58246,12.447661,34.296726,9.789246,3.3801372,33.213295,66.07997,41.500523,430.36237,28.583662,388.25522,135.80577,38.444897,193.05031,191.16309,78.21543,865.47736,269.20596,1956.6924,47.682957,2363.9312,627.7825,33.445168,27.418318,179.72517,178.69437,287.25644,1059.059,47.04985,13.780572,9.783723,600.7528,501.90887,85.68908,16.973946,396.41022,24.977682,426.99942,11.689567,39.19038,0.0,1189.4668,2002.0385,0.28496566,42.906166,17.333649,13952.833,41.31869,1.5540521,11.596924,23.686546,23.235281,7.477975,12.99757,345.936,32.167908,9.55009,1.0413773,7.084438,398.7816,0.48332214,201.03677,85.62887,2601.7554,128.61855,115.08262,183.31844,1075.4591,78.181145,62.081352,971.9804,55.512775,68.794754,10.162942,33.797028,221.31633,11.681206,8.969982,70.41905,18.425337,4429.4683,19.834015,31.110119,17.629194,17.843801,335.8889,82.50873,33.27009,9.434817,9.839353,21.496748,61.721653,136.27782,48.161087,215.70723,25.547441,15.654334,77.123665,30.134369,23.850904,143.78764,15.409322,1.5567076,28.290741,11.23104,1194.5632,24.008087,3.0824506,118.39881,18.89863,186.98653,80.804565,131.47432,8.98072,108.414024,428.32233,369.45004,40.36633,265.2734,83.91196,48.843838,69.48126,152.8841,24.855774,59.083855,463.36118,12.869971,20.233532,315.6884,14.985098,8.051807,70.61022,57.59295,620.42664,166.09097,171.2076,1945.794,34.950825,1576.2943,1354.5319,7.519553,5.741729,1381.9596,17.395214,10.344841,365.0121,22.836792,43.20681,21.533129,65.59126,251.94473,336.79303,3.4661517,31.770472,65.01152,317.78073,5.7029138,84.39015,7.6791787,1.531939,58.193012,1.1485616,1.3737247,4.4426045,10.265093,22.96178,15.164705,25.92118,190.01306,34.858135,17.1875,30.138021,8.377636,95.6343,3.842882,50.206703,6.763021,62.81943,4.6014137,6.6232014,17.16231,9.16529,19.645834,9.740525,1.0042795,58.37916,9.008362,199.3396,6.171466,256.60672,17.796764,1121.2847,110.63912,3.5426626,8.201234,140.3728,175.15659,893.5192,904.8263 +2023-02-16 20:00:00,0.0,2280.0674,30.462002,5.027713,9.663257,22.934525,181.54213,25.36822,45.32994,19.600464,29.086664,189.7801,194.75345,12.446574,34.252617,9.800902,3.3783817,33.203617,65.98869,41.44596,430.28995,28.55569,388.10342,135.8012,38.410233,193.21878,191.08507,78.2097,865.0866,269.23367,1956.1841,47.666454,2363.8796,627.6996,33.43418,27.411558,179.67973,178.55653,287.19736,1059.3727,47.06845,13.775519,9.783171,601.1015,502.19604,85.62165,17.001875,395.8756,25.006912,426.56378,11.692944,39.211056,0.0,1190.1964,2002.6897,0.2849708,42.882557,17.340427,13960.047,41.335445,1.5542779,11.614682,23.707478,23.257425,7.4840817,13.008532,346.06064,32.151787,9.564686,1.0418347,7.087876,399.0578,0.48299226,201.16989,85.62024,2601.547,128.63293,115.099686,183.29729,1076.159,78.18366,62.09376,971.33246,55.531975,68.75565,10.163832,33.805603,221.30768,11.679067,8.968627,70.445244,18.419281,4430.046,19.839054,31.095238,17.63279,17.854673,335.94446,82.567566,33.25893,9.435054,9.8416195,21.522356,61.742455,136.37766,48.1503,215.76051,25.564833,15.664058,77.17858,30.155924,23.84421,143.84879,15.422143,1.5570089,28.263355,11.230447,1194.5211,24.009277,3.0893211,118.54762,18.907928,187.11682,80.83413,131.57565,8.978776,108.42336,428.54486,369.81696,40.384228,265.39398,84.00099,48.85241,69.4827,152.90569,24.862682,59.096573,463.35397,12.880394,20.243711,315.7929,14.969303,8.046796,70.663734,57.627686,620.6921,166.16241,171.21495,1945.8733,34.938583,1576.2227,1354.2397,7.515357,5.738145,1381.7368,17.395203,10.339683,364.9517,22.825148,43.193302,21.524397,65.56913,251.9424,336.69733,3.4641786,31.761478,64.9603,317.73944,5.700419,84.38703,7.677629,1.532364,58.194534,1.1489062,1.374174,4.445087,10.264721,22.95731,15.162134,25.92361,189.9813,34.84127,17.178572,30.135416,8.37313,95.596725,3.8409724,50.050694,6.7604165,62.82324,4.5925593,6.6130466,17.14561,9.166517,19.630953,9.724801,1.0041537,58.390663,9.006337,199.2945,6.170143,256.62222,17.79337,1121.1676,110.63285,3.544321,8.198836,140.38358,175.16685,893.52563,904.708 +2023-02-16 21:00:00,0.0,2280.5408,30.451616,5.02706,9.655939,22.940536,181.52277,25.367414,45.337093,19.606604,29.096682,189.64186,194.92442,12.445486,34.20851,9.81256,3.3766263,33.19394,65.89742,41.391396,430.2175,28.52772,387.9516,135.79662,38.37557,193.38724,191.00705,78.20398,864.6959,269.2614,1955.6757,47.649952,2363.8284,627.6167,33.423195,27.404799,179.6343,178.4187,287.13824,1059.6864,47.087055,13.770466,9.782619,601.45026,502.48325,85.55423,17.029802,395.341,25.036142,426.1281,11.6963215,39.23173,0.0,1190.926,2003.3408,0.2849759,42.858944,17.347204,13967.262,41.3522,1.5545038,11.63244,23.728407,23.27957,7.490188,13.019494,346.18527,32.135666,9.579283,1.0422921,7.091314,399.33405,0.48266235,201.30301,85.61161,2601.3389,128.64732,115.11676,183.27614,1076.859,78.18619,62.106167,970.6846,55.551174,68.71655,10.164722,33.814182,221.29901,11.676928,8.967273,70.471436,18.413223,4430.624,19.844091,31.080357,17.636385,17.865545,336.0,82.62641,33.24777,9.43529,9.843886,21.547964,61.763256,136.47748,48.139507,215.81381,25.582224,15.673781,77.233505,30.177479,23.837517,143.90993,15.434964,1.5573102,28.23597,11.229855,1194.4789,24.010468,3.0961914,118.69643,18.917227,187.24712,80.86369,131.677,8.976833,108.4327,428.76743,370.18384,40.40213,265.5146,84.09003,48.86098,69.48412,152.92729,24.869593,59.10929,463.3468,12.890817,20.253891,315.89746,14.953508,8.041785,70.71724,57.66242,620.9575,166.23387,171.2223,1945.9526,34.92634,1576.1509,1353.9476,7.5111604,5.734561,1381.514,17.395191,10.334524,364.89133,22.813503,43.1798,21.515667,65.547005,251.94006,336.60165,3.4622052,31.752485,64.90907,317.69812,5.697924,84.38392,7.676079,1.5327891,58.196053,1.1492509,1.3746233,4.447569,10.26435,22.952839,15.159564,25.92604,189.94952,34.824406,17.169643,30.132812,8.368623,95.55915,3.8390627,49.894688,6.7578125,62.827045,4.5837054,6.6028914,17.12891,9.167746,19.616072,9.709077,1.004028,58.40217,9.004313,199.2494,6.1688204,256.63776,17.789972,1121.0505,110.62658,3.5459795,8.196439,140.39435,175.17712,893.53204,904.5898 +2023-02-16 22:00:00,0.0,2281.0144,30.441233,5.0264072,9.6486225,22.946548,181.5034,25.36661,45.344242,19.612745,29.106699,189.50363,195.0954,12.444398,34.164406,9.824217,3.3748708,33.18426,65.80615,41.336834,430.14505,28.499746,387.7998,135.79202,38.340908,193.55571,190.92903,78.19826,864.30524,269.28915,1955.1672,47.63345,2363.7769,627.5339,33.41221,27.398039,179.58885,178.28087,287.07916,1060.0002,47.105656,13.765413,9.782068,601.79895,502.77042,85.4868,17.057732,394.80637,25.065372,425.69247,11.699698,39.252407,0.0,1191.6555,2003.9921,0.28498098,42.835335,17.353983,13974.477,41.368954,1.5547297,11.650198,23.749338,23.301714,7.496295,13.030457,346.30988,32.119545,9.59388,1.0427495,7.0947523,399.61026,0.48233247,201.43614,85.602974,2601.1309,128.6617,115.13383,183.25499,1077.5591,78.18871,62.118576,970.0366,55.570374,68.677444,10.165612,33.82276,221.29034,11.6747875,8.965918,70.49763,18.407167,4431.2017,19.84913,31.065475,17.63998,17.876417,336.05554,82.68526,33.236607,9.435527,9.846154,21.573572,61.784058,136.5773,48.12872,215.8671,25.599617,15.683504,77.28842,30.199034,23.830822,143.97105,15.447786,1.5576116,28.208584,11.229261,1194.4368,24.011658,3.103062,118.84524,18.926527,187.37741,80.89326,131.77834,8.974891,108.44204,428.98996,370.55075,40.42003,265.63516,84.17907,48.86955,69.48555,152.94888,24.876501,59.12201,463.3396,12.90124,20.26407,316.002,14.937713,8.036775,70.77075,57.697155,621.22296,166.30531,171.22966,1946.032,34.914097,1576.0792,1353.6556,7.506964,5.730977,1381.2913,17.39518,10.329365,364.83093,22.801859,43.166294,21.506935,65.52487,251.93774,336.50598,3.460232,31.743494,64.85786,317.65683,5.6954293,84.3808,7.6745286,1.5332142,58.19757,1.1495956,1.3750726,4.450051,10.263978,22.94837,15.156993,25.928473,189.91777,34.80754,17.160713,30.130209,8.364116,95.521576,3.837153,49.73868,6.7552085,62.830853,4.574851,6.5927367,17.11221,9.168973,19.60119,9.693353,1.0039022,58.41367,9.00229,199.20432,6.1674976,256.65326,17.786577,1120.9333,110.6203,3.5476382,8.194041,140.40514,175.18741,893.53845,904.4715 +2023-02-16 23:00:00,0.0,2281.488,30.430847,5.025755,9.641305,22.95256,181.48405,25.365805,45.351395,19.618887,29.116716,189.3654,195.26639,12.44331,34.120296,9.835875,3.3731155,33.17458,65.71488,41.282272,430.07263,28.471775,387.648,135.78745,38.306244,193.72418,190.85101,78.192535,863.9145,269.31686,1954.6588,47.616947,2363.7256,627.451,33.40122,27.39128,179.5434,178.14304,287.02005,1060.314,47.124256,13.76036,9.781517,602.1477,503.05762,85.41937,17.085659,394.27173,25.094603,425.25684,11.703075,39.273083,0.0,1192.3851,2004.6432,0.28498608,42.81172,17.36076,13981.691,41.385708,1.5549555,11.667955,23.77027,23.323858,7.502402,13.041419,346.4345,32.103424,9.608477,1.0432069,7.0981903,399.88647,0.48200256,201.56926,85.594345,2600.9226,128.67609,115.150894,183.23384,1078.259,78.19123,62.13098,969.3887,55.589573,68.63834,10.166502,33.83134,221.28168,11.672648,8.964562,70.52382,18.40111,4431.7793,19.85417,31.050594,17.643576,17.88729,336.1111,82.7441,33.225445,9.435763,9.848421,21.599182,61.804855,136.67712,48.11793,215.9204,25.617008,15.693228,77.343346,30.220589,23.82413,144.0322,15.460608,1.557913,28.181198,11.228669,1194.3945,24.012848,3.1099324,118.99405,18.935825,187.5077,80.92281,131.87968,8.972948,108.45138,429.21252,370.91763,40.43793,265.75577,84.268105,48.87812,69.486984,152.97047,24.88341,59.134724,463.33243,12.911663,20.274248,316.10654,14.921918,8.031764,70.824265,57.731888,621.4884,166.37675,171.23701,1946.1113,34.90185,1576.0076,1353.3635,7.5027676,5.727393,1381.0685,17.395168,10.324206,364.77054,22.790215,43.15279,21.498205,65.50274,251.93541,336.4103,3.4582589,31.7345,64.80663,317.61554,5.6929345,84.377686,7.6729784,1.5336392,58.199093,1.1499403,1.3755219,4.452533,10.263607,22.9439,15.154422,25.930902,189.886,34.790676,17.151785,30.127604,8.359609,95.484,3.8352432,49.582676,6.752604,62.834656,4.565997,6.582582,17.09551,9.1702,19.58631,9.6776285,1.0037764,58.42517,9.000265,199.15923,6.166175,256.6688,17.78318,1120.8163,110.61403,3.5492966,8.191644,140.41591,175.19768,893.54486,904.3533 +2023-02-17 00:00:00,0.0,2281.9614,30.420464,5.025102,9.633988,22.958572,181.46469,25.365,45.358547,19.625029,29.126734,189.22717,195.43736,12.442222,34.07619,9.847531,3.37136,33.1649,65.62361,41.22771,430.00018,28.443804,387.4962,135.78287,38.271584,193.89264,190.773,78.18681,863.5238,269.3446,1954.1505,47.60045,2363.674,627.3681,33.390232,27.38452,179.49796,178.0052,286.96094,1060.6277,47.142857,13.755306,9.780966,602.4964,503.34482,85.35195,17.113588,393.73712,25.123833,424.82117,11.706453,39.29376,0.0,1193.1147,2005.2944,0.28499117,42.78811,17.367538,13988.905,41.402462,1.5551814,11.685714,23.791199,23.346003,7.5085087,13.0523815,346.55914,32.087303,9.623074,1.0436643,7.1016283,400.1627,0.48167267,201.70238,85.58572,2600.7144,128.69048,115.16796,183.21269,1078.959,78.193756,62.14339,968.7407,55.608772,68.59924,10.167393,33.839916,221.27301,11.670509,8.963208,70.55001,18.395054,4432.357,19.85921,31.035715,17.647171,17.898159,336.16666,82.80295,33.214287,9.436,9.850688,21.62479,61.825657,136.77695,48.107143,215.97368,25.6344,15.702951,77.39826,30.242144,23.817434,144.09334,15.473429,1.5582143,28.15381,11.228076,1194.3524,24.014038,3.1168027,119.14286,18.945124,187.63802,80.95238,131.98102,8.971005,108.46072,429.43506,371.28455,40.45583,265.87634,84.35715,48.886692,69.48841,152.99207,24.89032,59.14744,463.32523,12.922086,20.284428,316.2111,14.906123,8.026753,70.87778,57.766624,621.75385,166.44821,171.24437,1946.1906,34.88961,1575.9359,1353.0714,7.4985714,5.7238092,1380.8457,17.395157,10.319048,364.71014,22.77857,43.139286,21.489473,65.48061,251.93307,336.31464,3.4562857,31.72551,64.75541,317.57422,5.6904397,84.374565,7.671428,1.5340643,58.20061,1.150285,1.3759713,4.455015,10.263235,22.939428,15.151851,25.933332,189.85423,34.773808,17.142857,30.125,8.355103,95.44643,3.8333335,49.426666,6.75,62.838463,4.5571427,6.5724273,17.07881,9.171429,19.571428,9.661904,1.0036507,58.436672,8.998241,199.11414,6.164852,256.68433,17.779785,1120.6992,110.60776,3.550955,8.189245,140.42668,175.20795,893.5512,904.235 +2023-02-17 01:00:00,0.0,2282.435,30.410078,5.0244493,9.626671,22.964584,181.44534,25.364195,45.365696,19.631168,29.136751,189.08893,195.60834,12.441134,34.03208,9.859189,3.3696046,33.155224,65.53234,41.17315,429.92776,28.415833,387.3444,135.77827,38.23692,194.06111,190.69498,78.18109,863.1331,269.3723,1953.6421,47.583946,2363.6228,627.2852,33.379246,27.37776,179.45251,177.86737,286.90186,1060.9414,47.161457,13.750254,9.780414,602.8451,503.632,85.28452,17.141516,393.2025,25.153063,424.38553,11.70983,39.314434,0.0,1193.8442,2005.9456,0.2849963,42.7645,17.374315,13996.12,41.419216,1.5554072,11.703471,23.81213,23.368147,7.514615,13.063344,346.68378,32.071182,9.6376705,1.0441216,7.105067,400.4389,0.48134276,201.83551,85.57708,2600.506,128.70486,115.18503,183.19154,1079.6589,78.19627,62.1558,968.09283,55.62797,68.56014,10.1682825,33.848495,221.26434,11.66837,8.961853,70.576195,18.388998,4432.935,19.864248,31.020834,17.650766,17.90903,336.22223,82.86179,33.203125,9.436236,9.852956,21.650398,61.84646,136.87677,48.096355,216.02698,25.65179,15.712675,77.453186,30.263699,23.81074,144.15448,15.48625,1.5585157,28.126425,11.227483,1194.3102,24.015228,3.1236732,119.291664,18.954422,187.76831,80.98194,132.08237,8.969063,108.470055,429.6576,371.65143,40.473732,265.99695,84.44618,48.895264,69.48984,153.01366,24.897228,59.16016,463.31802,12.932509,20.294607,316.31564,14.890327,8.021742,70.93128,57.801357,622.0193,166.51965,171.25172,1946.2699,34.877365,1575.8643,1352.7794,7.4943748,5.720226,1380.6229,17.395145,10.313889,364.64975,22.766926,43.125782,21.480743,65.45848,251.93076,336.21893,3.4543123,31.716516,64.70419,317.53293,5.687945,84.37145,7.6698785,1.5344894,58.202133,1.1506296,1.3764206,4.457497,10.262863,22.93496,15.14928,25.935764,189.82248,34.756943,17.133928,30.122396,8.350595,95.40885,3.8314238,49.27066,6.747396,62.84227,4.548289,6.5622725,17.062109,9.172656,19.556547,9.64618,1.003525,58.448177,8.996217,199.06903,6.1635294,256.69983,17.776388,1120.5822,110.60149,3.5526135,8.186848,140.43745,175.21823,893.5576,904.11676 +2023-02-17 02:00:00,0.0,2282.9084,30.399694,5.023797,9.619354,22.970596,181.42598,25.363392,45.37285,19.63731,29.146769,188.9507,195.77933,12.440046,33.987976,9.870846,3.367849,33.145546,65.44107,41.118584,429.85532,28.38786,387.1926,135.7737,38.202255,194.22958,190.61696,78.17536,862.7424,269.40005,1953.1337,47.567444,2363.5713,627.20233,33.36826,27.371,179.40704,177.72954,286.84274,1061.2552,47.18006,13.7452,9.779862,603.19385,503.9192,85.2171,17.169445,392.66788,25.182293,423.9499,11.713207,39.33511,0.0,1194.574,2006.5967,0.2850014,42.740887,17.381094,14003.335,41.43597,1.5556331,11.72123,23.83306,23.390291,7.520722,13.074306,346.80838,32.05506,9.652267,1.044579,7.108505,400.71512,0.48101288,201.96863,85.56845,2600.2979,128.71924,115.2021,183.1704,1080.3589,78.1988,62.168205,967.4449,55.647167,68.521034,10.169172,33.857075,221.25569,11.66623,8.960498,70.60239,18.38294,4433.5127,19.869287,31.005953,17.65436,17.919903,336.27777,82.92064,33.191963,9.436473,9.855223,21.676006,61.86726,136.9766,48.085564,216.08028,25.669184,15.722398,77.5081,30.285254,23.804047,144.2156,15.499072,1.5588169,28.09904,11.226891,1194.268,24.01642,3.1305435,119.440475,18.96372,187.8986,81.011505,132.18372,8.967119,108.47939,429.88016,372.01834,40.49163,266.11752,84.53522,48.903835,69.491264,153.03526,24.904139,59.172874,463.31085,12.942932,20.304787,316.4202,14.874533,8.016731,70.984795,57.836094,622.2848,166.59111,171.25908,1946.3492,34.865124,1575.7925,1352.4873,7.4901786,5.716642,1380.4,17.395134,10.30873,364.58936,22.755281,43.112278,21.472013,65.43635,251.92842,336.12326,3.4523392,31.707525,64.65297,317.4916,5.68545,84.36833,7.6683283,1.5349145,58.20365,1.1509744,1.3768699,4.459979,10.262492,22.930489,15.1467085,25.938194,189.79071,34.740078,17.125,30.119791,8.346088,95.37128,3.829514,49.114655,6.7447915,62.846077,4.5394344,6.552118,17.04541,9.173883,19.541666,9.630456,1.0033993,58.45968,8.994193,199.02394,6.1622066,256.71536,17.772993,1120.4651,110.595215,3.554272,8.18445,140.44823,175.2285,893.564,903.9985 +2023-02-17 03:00:00,0.0,2283.382,30.389309,5.0231442,9.612037,22.976606,181.40662,25.362587,45.38,19.643452,29.156786,188.81247,195.9503,12.438958,33.943867,9.8825035,3.3660939,33.135868,65.34979,41.064022,429.7829,28.359888,387.04077,135.7691,38.167595,194.39806,190.53894,78.16964,862.3517,269.4278,1952.6252,47.55094,2363.52,627.11945,33.357273,27.36424,179.3616,177.5917,286.78366,1061.569,47.19866,13.740147,9.779311,603.54254,504.20636,85.14967,17.197374,392.13324,25.211523,423.51422,11.716585,39.355785,0.0,1195.3035,2007.2479,0.2850065,42.717278,17.38787,14010.549,41.452724,1.5558589,11.738988,23.853989,23.412436,7.526829,13.085268,346.933,32.03894,9.666864,1.0450364,7.111943,400.99133,0.480683,202.10175,85.55982,2600.0896,128.73363,115.21917,183.14926,1081.0588,78.201324,62.180614,966.79694,55.666367,68.48193,10.170063,33.865654,221.24702,11.664091,8.959144,70.62858,18.376884,4434.0903,19.874327,30.991072,17.657955,17.930775,336.33334,82.979485,33.180805,9.43671,9.85749,21.701614,61.88806,137.07642,48.074776,216.13356,25.686575,15.732121,77.56303,30.306808,23.797352,144.27675,15.511893,1.5591183,28.071653,11.226297,1194.2258,24.01761,3.137414,119.58929,18.973019,188.0289,81.04107,132.28505,8.965177,108.48873,430.1027,372.38522,40.509533,266.23813,84.62426,48.912407,69.4927,153.05685,24.911047,59.185593,463.30365,12.953356,20.314964,316.52472,14.858738,8.011721,71.03831,57.870827,622.55023,166.66255,171.26643,1946.4285,34.852882,1575.7208,1352.1952,7.485982,5.713058,1380.1772,17.395123,10.303572,364.52896,22.743637,43.098774,21.463282,65.41422,251.92609,336.0276,3.450366,31.698532,64.601746,317.45032,5.6829553,84.36522,7.666778,1.5353395,58.20517,1.151319,1.3773192,4.4624615,10.26212,22.926018,15.144137,25.940624,189.75896,34.723213,17.116072,30.117188,8.341582,95.3337,3.8276043,48.95865,6.7421875,62.84988,4.5305805,6.541963,17.02871,9.175112,19.526787,9.614732,1.0032735,58.47118,8.992169,198.97885,6.160884,256.73087,17.769596,1120.3479,110.58894,3.5559306,8.182053,140.45901,175.23877,893.57043,903.88025 +2023-02-17 04:00:00,0.0,2283.8557,30.378925,5.0224915,9.60472,22.982618,181.38727,25.361782,45.38715,19.649591,29.166803,188.67424,196.12128,12.43787,33.89976,9.89416,3.3643384,33.12619,65.25852,41.00946,429.71045,28.331917,386.88898,135.76453,38.13293,194.56651,190.46092,78.16392,861.961,269.4555,1952.1168,47.53444,2363.4685,627.0366,33.346283,27.357481,179.31616,177.45386,286.72455,1061.8827,47.217262,13.735094,9.77876,603.8913,504.49356,85.082245,17.225302,391.59863,25.240753,423.07858,11.719962,39.37646,0.0,1196.0331,2007.899,0.2850116,42.693665,17.39465,14017.764,41.46948,1.5560848,11.756745,23.87492,23.43458,7.5329356,13.0962305,347.05765,32.02282,9.681461,1.0454938,7.115381,401.26758,0.4803531,202.23488,85.55119,2599.8816,128.74802,115.23624,183.12811,1081.7588,78.20384,62.19302,966.149,55.685566,68.44283,10.170953,33.87423,221.23836,11.661952,8.957788,70.65477,18.370827,4434.668,19.879366,30.97619,17.66155,17.941647,336.3889,83.03833,33.169643,9.436947,9.859757,21.727222,61.908863,137.17624,48.063988,216.18686,25.703966,15.741845,77.61794,30.328363,23.790659,144.33789,15.524714,1.5594196,28.044268,11.225705,1194.1836,24.0188,3.1442842,119.7381,18.982317,188.1592,81.07063,132.3864,8.963234,108.49807,430.32526,372.75214,40.52743,266.3587,84.713295,48.920975,69.494125,153.07845,24.917955,59.19831,463.29648,12.9637785,20.325144,316.62927,14.842942,8.00671,71.09182,57.905563,622.8157,166.734,171.27379,1946.5078,34.840637,1575.6492,1351.9032,7.481786,5.709474,1379.9545,17.395111,10.298412,364.46857,22.731993,43.08527,21.454552,65.39209,251.92377,335.93192,3.4483929,31.689539,64.55052,317.40903,5.6804605,84.3621,7.665228,1.5357646,58.20669,1.1516637,1.3777685,4.4649434,10.261749,22.921549,15.141566,25.943056,189.72719,34.70635,17.107143,30.114584,8.337075,95.29613,3.8256946,48.80264,6.7395835,62.853687,4.521726,6.5318084,17.012009,9.176339,19.511906,9.599008,1.0031477,58.482685,8.990145,198.93376,6.159561,256.7464,17.766201,1120.2308,110.58267,3.557589,8.179655,140.46979,175.24904,893.57684,903.76196 +2023-02-17 05:00:00,0.0,2284.329,30.36854,5.021839,9.597403,22.98863,181.3679,25.360977,45.394302,19.655733,29.17682,188.536,196.29227,12.436782,33.855656,9.905818,3.362583,33.116512,65.16725,40.9549,429.638,28.303946,386.73718,135.75995,38.09827,194.73499,190.3829,78.158195,861.57025,269.48325,1951.6085,47.517937,2363.4172,626.95374,33.335297,27.350721,179.27072,177.31602,286.66544,1062.1965,47.235863,13.730041,9.778209,604.24,504.78076,85.014824,17.253231,391.06403,25.269983,422.6429,11.723339,39.397137,0.0,1196.7627,2008.5503,0.2850167,42.670055,17.401426,14024.979,41.486233,1.5563105,11.774504,23.895851,23.456724,7.5390425,13.107193,347.18225,32.0067,9.696058,1.0459512,7.118819,401.5438,0.4800232,202.368,85.54256,2599.6733,128.76239,115.25332,183.10696,1082.4587,78.20637,62.20543,965.50104,55.704765,68.40373,10.171844,33.88281,221.22969,11.659812,8.956433,70.68096,18.36477,4435.246,19.884405,30.96131,17.665146,17.952518,336.44446,83.097176,33.15848,9.437183,9.862024,21.752832,61.929665,137.27606,48.0532,216.24014,25.721357,15.751569,77.67287,30.349918,23.783964,144.39902,15.537536,1.559721,28.016882,11.225112,1194.1415,24.01999,3.1511548,119.8869,18.991615,188.2895,81.1002,132.48773,8.961291,108.5074,430.5478,373.11902,40.545334,266.4793,84.80233,48.929546,69.49555,153.10004,24.924866,59.21103,463.28928,12.974201,20.335323,316.73383,14.8271475,8.0016985,71.145325,57.940296,623.0811,166.80545,171.28114,1946.5873,34.828396,1575.5775,1351.6111,7.477589,5.70589,1379.7317,17.3951,10.293254,364.40817,22.720348,43.071762,21.44582,65.369965,251.92143,335.8362,3.4464195,31.680548,64.499306,317.3677,5.677965,84.358986,7.6636777,1.5361897,58.20821,1.1520084,1.3782178,4.4674253,10.261377,22.917078,15.138995,25.945486,189.69542,34.689484,17.098213,30.111979,8.332568,95.25856,3.8237848,48.646633,6.736979,62.857494,4.5128717,6.5216537,16.99531,9.177567,19.497025,9.583283,1.003022,58.494186,8.988121,198.88867,6.1582384,256.7619,17.762804,1120.1138,110.57639,3.5592475,8.177257,140.48056,175.25932,893.58325,903.64374 +2023-02-17 06:00:00,0.0,2284.8027,30.358156,5.0211864,9.590086,22.994642,181.34856,25.360172,45.401455,19.661875,29.186838,188.39777,196.46324,12.435695,33.811546,9.917475,3.3608274,33.106834,65.07598,40.900337,429.56558,28.275972,386.58536,135.75536,38.063606,194.90346,190.30489,78.15247,861.17957,269.51096,1951.1001,47.50144,2363.3657,626.87085,33.32431,27.343962,179.22527,177.17819,286.60635,1062.5103,47.254463,13.724988,9.777657,604.58875,505.06793,84.947395,17.281158,390.52942,25.299213,422.20728,11.726717,39.417812,0.0,1197.4922,2009.2014,0.2850218,42.646442,17.408203,14032.193,41.502983,1.5565364,11.792261,23.916782,23.478868,7.545149,13.1181555,347.3069,31.990576,9.710655,1.0464087,7.122257,401.82,0.4796933,202.50111,85.53393,2599.465,128.77678,115.270386,183.08582,1083.1587,78.20889,62.217834,964.85315,55.723965,68.364624,10.172733,33.891388,221.22102,11.657673,8.955079,70.70715,18.358715,4435.8237,19.889444,30.946428,17.668741,17.96339,336.5,83.15602,33.14732,9.43742,9.864291,21.77844,61.950462,137.37589,48.04241,216.29344,25.73875,15.761292,77.72778,30.371473,23.77727,144.46016,15.550358,1.5600224,27.989496,11.224519,1194.0992,24.021181,3.158025,120.03571,19.000914,188.4198,81.12976,132.58908,8.959349,108.51674,430.77036,373.48593,40.563232,266.59988,84.89137,48.938118,69.49699,153.12163,24.931774,59.223743,463.2821,12.984625,20.345503,316.83835,14.811353,7.996688,71.19884,57.975033,623.34656,166.87689,171.2885,1946.6665,34.81615,1575.5057,1351.319,7.4733925,5.7023063,1379.5089,17.395086,10.288095,364.34778,22.708704,43.058258,21.43709,65.34783,251.9191,335.74054,3.4444463,31.671555,64.44808,317.32642,5.6754704,84.355865,7.662128,1.5366147,58.209732,1.152353,1.3786671,4.4699078,10.261006,22.912607,15.136424,25.947916,189.66367,34.67262,17.089285,30.109375,8.328061,95.220985,3.821875,48.490627,6.734375,62.8613,4.504018,6.511499,16.97861,9.178794,19.482143,9.567559,1.0028962,58.505688,8.986097,198.84357,6.1569157,256.77744,17.759409,1119.9967,110.57012,3.560906,8.174859,140.49133,175.26959,893.58966,903.52545 +2023-02-17 07:00:00,0.0,2285.2761,30.34777,5.0205336,9.582768,23.000654,181.3292,25.359367,45.408604,19.668016,29.196857,188.25954,196.63422,12.434607,33.76744,9.929132,3.3590722,33.097157,64.98471,40.84577,429.49313,28.248001,386.43356,135.75078,38.028942,195.07193,190.22687,78.14674,860.7889,269.5387,1950.5917,47.484936,2363.3145,626.78796,33.313324,27.337202,179.17982,177.04036,286.54724,1062.824,47.273064,13.719934,9.777105,604.93744,505.35513,84.879974,17.309088,389.9948,25.328444,421.77164,11.730094,39.438488,0.0,1198.2218,2009.8525,0.2850269,42.622833,17.414982,14039.407,41.519737,1.5567622,11.8100195,23.937712,23.501013,7.5512557,13.129117,347.43152,31.974455,9.725252,1.0468659,7.125695,402.09622,0.4793634,202.63425,85.5253,2599.2568,128.79117,115.28745,183.06467,1083.8586,78.21141,62.230244,964.2052,55.743164,68.32552,10.173623,33.899963,221.21237,11.655534,8.953724,70.73334,18.352657,4436.4014,19.894484,30.931547,17.672337,17.974262,336.55554,83.21487,33.13616,9.437656,9.866559,21.804049,61.971264,137.47571,48.031624,216.34674,25.756142,15.771015,77.78271,30.393028,23.770576,144.5213,15.563179,1.5603236,27.96211,11.223927,1194.057,24.022371,3.1648955,120.184525,19.010214,188.5501,81.159325,132.69041,8.957406,108.52608,430.9929,373.8528,40.581135,266.7205,84.98041,48.94669,69.49841,153.14322,24.938684,59.23646,463.2749,12.995048,20.35568,316.9429,14.795557,7.9916773,71.25235,58.009766,623.612,166.94833,171.29587,1946.7458,34.80391,1575.4341,1351.027,7.4691963,5.698723,1379.2861,17.395075,10.282936,364.28738,22.69706,43.044754,21.428358,65.3257,251.91678,335.64487,3.4424732,31.662563,64.39686,317.2851,5.6729755,84.352745,7.660578,1.5370398,58.21125,1.1526978,1.3791164,4.4723897,10.260634,22.908136,15.133853,25.950348,189.6319,34.655754,17.080357,30.106771,8.323555,95.18341,3.8199654,48.334618,6.731771,62.865105,4.4951634,6.501344,16.961908,9.180022,19.467262,9.551835,1.0027704,58.51719,8.984073,198.79848,6.155593,256.79297,17.756012,1119.8795,110.56385,3.5625644,8.1724615,140.5021,175.27986,893.59607,903.4072 +2023-02-17 08:00:00,0.0,2285.7498,30.337387,5.0198812,9.575452,23.006666,181.30983,25.358562,45.415756,19.674156,29.206875,188.1213,196.8052,12.433518,33.72333,9.940789,3.3573167,33.08748,64.89344,40.79121,429.42072,28.22003,386.28177,135.7462,37.99428,195.24039,190.14885,78.14102,860.39813,269.5664,1950.0833,47.468433,2363.263,626.7051,33.302338,27.330442,179.13438,176.90253,286.48816,1063.1377,47.291668,13.714881,9.776554,605.2862,505.6423,84.812546,17.337015,389.46017,25.357674,421.33597,11.733471,39.459164,0.0,1198.9514,2010.5038,0.285032,42.59922,17.421759,14046.622,41.53649,1.5569881,11.827777,23.958643,23.523157,7.5573626,13.1400795,347.55612,31.958334,9.739849,1.0473233,7.129133,402.37244,0.4790335,202.76736,85.51666,2599.0486,128.80556,115.30452,183.04352,1084.5586,78.213936,62.24265,963.55725,55.76236,68.28642,10.174514,33.908543,221.2037,11.653395,8.95237,70.75953,18.346601,4436.979,19.899523,30.916666,17.675932,17.985134,336.6111,83.27371,33.125,9.437893,9.868826,21.829657,61.992065,137.57553,48.020832,216.40002,25.773533,15.780739,77.83762,30.414583,23.763882,144.58243,15.576,1.560625,27.934725,11.223333,1194.0149,24.023563,3.1717658,120.333336,19.019512,188.68039,81.18889,132.79176,8.955462,108.535416,431.21545,374.21973,40.599033,266.84106,85.06944,48.95526,69.49984,153.16483,24.945593,59.24918,463.26773,13.00547,20.36586,317.04745,14.779762,7.9866667,71.30586,58.044502,623.87744,167.01979,171.30322,1946.8251,34.791664,1575.3624,1350.7349,7.4649997,5.695139,1379.0632,17.395063,10.277778,364.227,22.685417,43.03125,21.419628,65.30357,251.91444,335.5492,3.4404998,31.65357,64.34564,317.2438,5.6704807,84.34963,7.6590276,1.5374649,58.21277,1.1530424,1.3795658,4.4748716,10.260263,22.903667,15.131283,25.952778,189.60013,34.63889,17.071428,30.104166,8.319048,95.145836,3.8180556,48.17861,6.7291665,62.86891,4.4863095,6.491189,16.94521,9.18125,19.452381,9.536111,1.0026448,58.528694,8.982049,198.75339,6.15427,256.80847,17.752617,1119.7625,110.55758,3.564223,8.170064,140.5129,175.29015,893.6025,903.28894 +2023-02-17 09:00:00,0.0,2286.2234,30.327003,5.0192285,9.568134,23.012678,181.29048,25.357758,45.42291,19.680298,29.216892,187.98308,196.97618,12.43243,33.679226,9.952447,3.3555613,33.0778,64.80216,40.73665,429.34827,28.192057,386.12994,135.74161,37.959618,195.40886,190.07083,78.1353,860.00745,269.59415,1949.575,47.45193,2363.2117,626.6222,33.29135,27.323683,179.08893,176.7647,286.42905,1063.4515,47.31027,13.709828,9.776003,605.6349,505.9295,84.74512,17.364944,388.92554,25.386904,420.90033,11.736848,39.47984,0.0,1199.681,2011.1549,0.2850371,42.575607,17.428537,14053.837,41.553246,1.5572139,11.845535,23.979572,23.545301,7.5634694,13.151042,347.68076,31.942213,9.754445,1.0477808,7.1325717,402.64865,0.47870362,202.90048,85.50803,2598.8403,128.81993,115.321594,183.02237,1085.2587,78.21646,62.25506,962.9093,55.78156,68.247314,10.175404,33.91712,221.19504,11.651255,8.9510145,70.78572,18.340546,4437.557,19.904562,30.901785,17.679527,17.996006,336.66666,83.33256,33.11384,9.438129,9.871093,21.855265,62.012867,137.67537,48.010044,216.45332,25.790924,15.7904625,77.89255,30.436138,23.757187,144.64357,15.588821,1.5609263,27.907337,11.222741,1193.9727,24.024754,3.1786363,120.48214,19.02881,188.81068,81.21845,132.8931,8.95352,108.544754,431.438,374.5866,40.616936,266.96167,85.158485,48.963833,69.501274,153.18642,24.952501,59.261898,463.26053,13.015894,20.37604,317.152,14.7639675,7.9816556,71.35937,58.079235,624.14294,167.09123,171.31058,1946.9044,34.779423,1575.2908,1350.4429,7.4608035,5.691555,1378.8405,17.395052,10.272619,364.1666,22.673773,43.017746,21.410896,65.28144,251.91211,335.45352,3.4385266,31.644579,64.29442,317.2025,5.667986,84.34651,7.6574774,1.53789,58.21429,1.1533871,1.3800151,4.4773536,10.2598915,22.899197,15.128712,25.955208,189.56837,34.622025,17.0625,30.101562,8.314541,95.10826,3.816146,48.022606,6.7265625,62.87272,4.477455,6.4810343,16.928509,9.182477,19.4375,9.520387,1.002519,58.540195,8.980025,198.7083,6.1529474,256.824,17.74922,1119.6454,110.55131,3.5658815,8.167666,140.52367,175.30042,893.6089,903.1707 +2023-02-17 10:00:00,0.0,2286.6968,30.316618,5.0185757,9.560818,23.01869,181.27112,25.356953,45.430058,19.68644,29.22691,187.84483,197.14717,12.431342,33.635117,9.964104,3.3538058,33.068123,64.71089,40.682087,429.27585,28.164085,385.97815,135.73703,37.924957,195.57733,189.99281,78.12958,859.6167,269.6219,1949.0665,47.43543,2363.1602,626.53937,33.28036,27.316923,179.04349,176.62686,286.36993,1063.7653,47.32887,13.704775,9.775452,605.9836,506.2167,84.6777,17.392872,388.39093,25.416134,420.4647,11.740226,39.500515,0.0,1200.4105,2011.8062,0.2850422,42.552,17.435314,14061.052,41.57,1.5574398,11.863293,24.000504,23.567446,7.569576,13.162004,347.8054,31.926092,9.769042,1.0482382,7.1360097,402.9249,0.4783737,203.0336,85.499405,2598.6323,128.83432,115.33866,183.00122,1085.9586,78.21898,62.267467,962.2614,55.80076,68.20821,10.176294,33.925697,221.18637,11.649116,8.949659,70.81191,18.334488,4438.135,19.909601,30.886906,17.683123,18.006878,336.72223,83.3914,33.10268,9.438366,9.873361,21.880873,62.03367,137.77519,47.999256,216.5066,25.808317,15.800186,77.947464,30.457693,23.750494,144.70471,15.601644,1.5612277,27.879951,11.222148,1193.9305,24.025944,3.1855066,120.63095,19.038109,188.94098,81.24802,132.99445,8.951577,108.55409,431.66055,374.95352,40.634834,267.08224,85.24752,48.972404,69.5027,153.20801,24.959412,59.274612,463.25336,13.026317,20.386219,317.25653,14.748172,7.976645,71.41288,58.11397,624.4084,167.16267,171.31793,1946.9839,34.76718,1575.2191,1350.1508,7.456607,5.687971,1378.6177,17.39504,10.26746,364.1062,22.662128,43.004242,21.402166,65.25931,251.90979,335.35782,3.4365535,31.635586,64.243195,317.1612,5.665491,84.3434,7.655927,1.5383149,58.21581,1.1537318,1.3804644,4.479836,10.259521,22.894726,15.126141,25.95764,189.5366,34.60516,17.053572,30.098959,8.310034,95.07069,3.8142362,47.8666,6.7239585,62.876526,4.468601,6.4708796,16.911808,9.183705,19.422619,9.5046625,1.0023932,58.551697,8.978001,198.66321,6.1516247,256.8395,17.745823,1119.5283,110.54504,3.56754,8.165268,140.53444,175.31068,893.61523,903.0524 +2023-02-17 11:00:00,0.0,2287.1704,30.306234,5.0179234,9.5535,23.024702,181.25177,25.356148,45.43721,19.69258,29.236927,187.7066,197.31815,12.430254,33.59101,9.975761,3.3520505,33.058445,64.61962,40.627525,429.2034,28.136114,385.82635,135.73244,37.890293,195.74579,189.9148,78.123856,859.226,269.6496,1948.5581,47.418926,2363.109,626.4565,33.269375,27.310163,178.99805,176.48903,286.31085,1064.079,47.34747,13.699722,9.7749,606.33234,506.50388,84.61027,17.420801,387.85632,25.445364,420.02902,11.743603,39.52119,0.0,1201.1401,2012.4573,0.28504732,42.528385,17.442093,14068.266,41.586754,1.5576656,11.881051,24.021435,23.58959,7.5756826,13.172967,347.93002,31.909971,9.783639,1.0486956,7.1394477,403.2011,0.47804382,203.16673,85.490776,2598.424,128.84871,115.35573,182.98007,1086.6586,78.221504,62.279873,961.61346,55.819958,68.16911,10.177184,33.934277,221.1777,11.646976,8.948305,70.838104,18.328432,4438.7124,19.91464,30.872025,17.686718,18.01775,336.77777,83.45025,33.09152,9.438602,9.8756275,21.90648,62.05447,137.87502,47.98847,216.5599,25.825708,15.809909,78.00239,30.47925,23.7438,144.76584,15.614465,1.561529,27.852566,11.221555,1193.8883,24.027134,3.192377,120.77976,19.047407,189.07129,81.27758,133.09578,8.949635,108.56343,431.8831,375.3204,40.652737,267.20285,85.336555,48.980972,69.50413,153.2296,24.96632,59.28733,463.24615,13.03674,20.396399,317.36108,14.732377,7.971634,71.46639,58.148705,624.6738,167.23413,171.32529,1947.0631,34.754936,1575.1473,1349.8586,7.4524107,5.684387,1378.3949,17.39503,10.262301,364.0458,22.650484,42.990738,21.393435,65.23718,251.90746,335.26215,3.4345803,31.626593,64.19198,317.1199,5.6629963,84.34028,7.6543775,1.53874,58.21733,1.1540765,1.3809137,4.482318,10.259149,22.890257,15.1235695,25.96007,189.50484,34.588295,17.044643,30.096354,8.305528,95.03311,3.8123264,47.71059,6.721354,62.88033,4.459747,6.460725,16.895107,9.184933,19.407738,9.488938,1.0022675,58.563198,8.975977,198.6181,6.150302,256.85504,17.742428,1119.4111,110.53876,3.5691984,8.16287,140.54521,175.32095,893.62164,902.9342 +2023-02-17 12:00:00,0.0,2287.6438,30.295849,5.0172706,9.546184,23.030714,181.2324,25.355343,45.444363,19.69872,29.246944,187.56837,197.48912,12.429167,33.546906,9.987418,3.350295,33.048767,64.52835,40.572964,429.13095,28.108143,385.67453,135.72786,37.85563,195.91426,189.83678,78.11813,858.8353,269.67734,1948.0497,47.402424,2363.0574,626.3736,33.25839,27.303404,178.95259,176.3512,286.25174,1064.3927,47.36607,13.694669,9.774348,606.681,506.79108,84.54285,17.448729,387.3217,25.474594,419.59338,11.74698,39.541866,0.0,1201.8698,2013.1085,0.28505242,42.504776,17.44887,14075.48,41.603508,1.5578915,11.8988085,24.042366,23.611734,7.5817895,13.1839285,348.05463,31.89385,9.798236,1.049153,7.142886,403.47733,0.4777139,203.29985,85.48214,2598.2158,128.8631,115.3728,182.95892,1087.3585,78.22403,62.292282,960.9655,55.839157,68.13001,10.178074,33.942856,221.16905,11.644836,8.94695,70.86429,18.322376,4439.29,19.919678,30.857143,17.690313,18.028622,336.83334,83.50909,33.080357,9.438839,9.877894,21.93209,62.075268,137.97484,47.97768,216.61319,25.8431,15.819633,78.057304,30.500805,23.737106,144.82698,15.627286,1.5618304,27.82518,11.220963,1193.8462,24.028324,3.1992474,120.92857,19.056705,189.20158,81.307144,133.19713,8.947692,108.57277,432.10565,375.68732,40.670635,267.32343,85.4256,48.989544,69.50556,153.25119,24.973228,59.30005,463.23898,13.047163,20.406576,317.46564,14.716582,7.9666233,71.519905,58.18344,624.9393,167.30557,171.33264,1947.1425,34.742695,1575.0757,1349.5667,7.448214,5.6808033,1378.1721,17.395018,10.257143,363.9854,22.63884,42.977234,21.384705,65.21505,251.90512,335.16647,3.432607,31.617601,64.140755,317.0786,5.6605015,84.337166,7.6528273,1.5391651,58.21885,1.1544212,1.381363,4.4848,10.258778,22.885786,15.120998,25.9625,189.47308,34.571426,17.035713,30.09375,8.301021,94.99554,3.8104167,47.554585,6.71875,62.884136,4.450893,6.45057,16.878408,9.18616,19.392857,9.473214,1.0021417,58.574703,8.973952,198.57301,6.148979,256.87057,17.73903,1119.2941,110.532486,3.5708568,8.160473,140.556,175.33124,893.62805,902.8159 +2023-02-17 13:00:00,0.0,2288.1174,30.285465,5.016618,9.538866,23.036726,181.21304,25.354538,45.45151,19.704863,29.256962,187.43015,197.66011,12.428079,33.502796,9.999076,3.3485396,33.03909,64.43708,40.5184,429.05853,28.08017,385.52274,135.72328,37.82097,196.08273,189.75876,78.112404,858.4446,269.70505,1947.5413,47.385925,2363.006,626.2907,33.247402,27.296644,178.90715,176.21336,286.19266,1064.7065,47.384674,13.689615,9.773797,607.0298,507.07825,84.47542,17.476658,386.78705,25.503824,419.15775,11.750358,39.562542,0.0,1202.5994,2013.7596,0.28505751,42.481163,17.455648,14082.695,41.620262,1.5581173,11.916567,24.063297,23.633879,7.5878963,13.194891,348.17926,31.87773,9.812833,1.0496103,7.146324,403.75354,0.47738403,203.43297,85.47351,2598.0076,128.87747,115.38987,182.93777,1088.0585,78.22655,62.304688,960.31757,55.858356,68.090904,10.178965,33.951435,221.16039,11.642697,8.945595,70.89048,18.316319,4439.868,19.924717,30.842262,17.693909,18.039494,336.8889,83.56793,33.069195,9.439076,9.880161,21.957699,62.09607,138.07466,47.96689,216.66649,25.86049,15.829356,78.11223,30.52236,23.730412,144.88812,15.640107,1.5621316,27.797794,11.220369,1193.804,24.029514,3.2061179,121.07738,19.066004,189.33188,81.33671,133.29846,8.945749,108.58211,432.3282,376.0542,40.688538,267.44403,85.51463,48.998116,69.50699,153.27278,24.980139,59.312767,463.23178,13.057586,20.416756,317.5702,14.700787,7.961612,71.57341,58.218174,625.2047,167.37703,171.34,1947.2218,34.73045,1575.004,1349.2745,7.444018,5.67722,1377.9493,17.395006,10.251984,363.92502,22.627195,42.96373,21.375973,65.19292,251.90279,335.0708,3.4306338,31.608608,64.08953,317.0373,5.6580067,84.334045,7.651277,1.5395901,58.220367,1.1547658,1.3818123,4.4872823,10.258406,22.881315,15.118427,25.96493,189.44131,34.55456,17.026785,30.091146,8.296514,94.95796,3.808507,47.39858,6.716146,62.887943,4.4420385,6.4404154,16.861708,9.187388,19.377977,9.45749,1.002016,58.586205,8.971929,198.52792,6.1476564,256.88608,17.735636,1119.177,110.526215,3.5725155,8.158075,140.56677,175.3415,893.63446,902.6977 +2023-02-17 14:00:00,0.0,2288.591,30.27508,5.0159655,9.531549,23.042738,181.1937,25.353733,45.458664,19.711004,29.26698,187.2919,197.83109,12.4269905,33.45869,10.010733,3.346784,33.029408,64.34581,40.463837,428.98608,28.052198,385.37094,135.71869,37.786304,196.2512,189.68073,78.10668,858.0539,269.7328,1947.033,47.369423,2362.9546,626.2078,33.236416,27.289885,178.8617,176.07553,286.13354,1065.0203,47.403275,13.684563,9.773246,607.3785,507.36545,84.40799,17.504585,386.25244,25.533054,418.72208,11.753735,39.583218,0.0,1203.3289,2014.4108,0.2850626,42.457554,17.462425,14089.909,41.637016,1.5583432,11.934325,24.084227,23.656023,7.5940027,13.205853,348.3039,31.861609,9.82743,1.0500677,7.149762,404.02975,0.47705415,203.5661,85.46488,2597.7993,128.89186,115.40694,182.91663,1088.7584,78.22907,62.317097,959.6696,55.877556,68.0518,10.179854,33.960014,221.15172,11.640558,8.944241,70.91667,18.310263,4440.446,19.929756,30.827381,17.697504,18.050365,336.94443,83.62678,33.058037,9.439313,9.882429,21.983307,62.11687,138.17448,47.9561,216.71979,25.877884,15.83908,78.167145,30.543915,23.723717,144.94925,15.652929,1.562433,27.770409,11.219777,1193.7617,24.030704,3.2129881,121.22619,19.075302,189.46217,81.36627,133.39981,8.943806,108.591446,432.55072,376.4211,40.706436,267.56464,85.60367,49.006687,69.508415,153.29439,24.987047,59.32548,463.2246,13.068009,20.426935,317.6747,14.684992,7.9566016,71.62692,58.25291,625.47015,167.44847,171.34735,1947.301,34.71821,1574.9324,1348.9824,7.4398212,5.673636,1377.7266,17.394995,10.246825,363.86465,22.615551,42.950222,21.367243,65.17079,251.90047,334.97513,3.4286606,31.599617,64.038315,316.996,5.655512,84.33093,7.649727,1.5400152,58.22189,1.1551105,1.3822616,4.489764,10.258035,22.876846,15.115856,25.967361,189.40956,34.537697,17.017857,30.088541,8.292007,94.92039,3.8065972,47.24257,6.7135415,62.89175,4.4331846,6.4302607,16.845007,9.188616,19.363096,9.441766,1.0018902,58.597706,8.969905,198.48283,6.1463337,256.9016,17.732239,1119.0599,110.51994,3.574174,8.155678,140.57755,175.35178,893.64087,902.5794 +2023-02-17 15:00:00,0.0,2289.0645,30.264696,5.0153127,9.524232,23.04875,181.17433,25.352928,45.465813,19.717144,29.276997,187.15367,198.00206,12.425902,33.41458,10.02239,3.3450289,33.01973,64.25454,40.409275,428.91367,28.024227,385.21915,135.71411,37.751644,196.41966,189.6027,78.10096,857.6632,269.76053,1946.5245,47.35292,2362.9033,626.12494,33.225426,27.283125,178.81625,175.9377,286.07443,1065.334,47.421875,13.679509,9.772695,607.72723,507.65265,84.34057,17.532515,385.71783,25.562284,418.28644,11.757112,39.603893,0.0,1204.0585,2015.062,0.2850677,42.43394,17.469204,14097.124,41.65377,1.558569,11.952083,24.105158,23.678167,7.6001096,13.216816,348.4285,31.845486,9.842027,1.0505251,7.1532,404.30597,0.47672424,203.69922,85.45625,2597.591,128.90625,115.424,182.89548,1089.4584,78.2316,62.329502,959.0217,55.89675,68.0127,10.180744,33.96859,221.14305,11.638419,8.942885,70.94286,18.304205,4441.0234,19.934795,30.8125,17.7011,18.061237,337.0,83.68562,33.046875,9.439549,9.884696,22.008915,62.137672,138.2743,47.945312,216.77307,25.895275,15.8488035,78.22207,30.56547,23.717024,145.01039,15.6657505,1.5627344,27.743023,11.219184,1193.7196,24.031897,3.2198586,121.375,19.084602,189.59247,81.395836,133.50114,8.941863,108.600784,432.7733,376.788,40.72434,267.6852,85.69271,49.01526,69.50985,153.31598,24.993958,59.3382,463.2174,13.078432,20.437115,317.77927,14.669197,7.9515905,71.680435,58.287643,625.7356,167.51991,171.3547,1947.3804,34.705967,1574.8606,1348.6904,7.435625,5.670052,1377.5037,17.394983,10.241667,363.80426,22.603907,42.936718,21.358513,65.14866,251.89813,334.87943,3.4266875,31.590624,63.98709,316.95468,5.653017,84.32781,7.648177,1.5404403,58.223408,1.1554552,1.3827109,4.492246,10.257663,22.872375,15.113285,25.969791,189.37779,34.520832,17.008928,30.085938,8.2875,94.88281,3.8046875,47.086563,6.7109375,62.895554,4.42433,6.420106,16.828308,9.189843,19.348215,9.426042,1.0017644,58.609207,8.96788,198.43773,6.145011,256.9171,17.728844,1118.9427,110.51367,3.5758324,8.15328,140.58832,175.36206,893.6473,902.4612 +2023-02-17 16:00:00,0.0,2289.538,30.25431,5.01466,9.516914,23.054762,181.15498,25.352123,45.472965,19.723286,29.287014,187.01544,198.17305,12.424814,33.370476,10.034047,3.3432734,33.01005,64.16326,40.354713,428.84122,27.996256,385.06732,135.70953,37.71698,196.58813,189.52469,78.09524,857.27246,269.78824,1946.0161,47.33642,2362.852,626.0421,33.21444,27.276365,178.7708,175.79987,286.01535,1065.6478,47.440475,13.674457,9.772143,608.0759,507.93982,84.27314,17.560444,385.1832,25.591515,417.8508,11.760489,39.62457,0.0,1204.7881,2015.7131,0.28507283,42.41033,17.47598,14104.339,41.670525,1.5587949,11.969841,24.126087,23.700312,7.6062164,13.227778,348.55313,31.829365,9.856624,1.0509825,7.1566386,404.5822,0.47639436,203.83234,85.44762,2597.383,128.92062,115.44107,182.87434,1090.1583,78.234116,62.34191,958.3738,55.91595,67.9736,10.181635,33.97717,221.13438,11.636279,8.94153,70.969055,18.29815,4441.601,19.939835,30.797619,17.704695,18.07211,337.05554,83.74447,33.035713,9.439786,9.886963,22.034523,62.158474,138.37413,47.934525,216.82637,25.912666,15.858526,78.276985,30.587025,23.71033,145.07153,15.678572,1.5630357,27.715637,11.218591,1193.6774,24.033087,3.226729,121.52381,19.0939,189.72278,81.4254,133.6025,8.93992,108.61012,432.99582,377.1549,40.742237,267.80582,85.781746,49.02383,69.51128,153.33757,25.000866,59.350918,463.21024,13.088855,20.447292,317.88382,14.653401,7.94658,71.73395,58.32238,626.0011,167.59137,171.36206,1947.4597,34.69372,1574.789,1348.3983,7.4314284,5.666468,1377.2809,17.394972,10.236507,363.74387,22.592262,42.923214,21.349781,65.12653,251.8958,334.78375,3.424714,31.58163,63.935867,316.9134,5.650522,84.3247,7.646627,1.5408654,58.22493,1.1557999,1.3831604,4.494728,10.257292,22.867905,15.110714,25.972221,189.34602,34.503967,17.0,30.083334,8.282993,94.84524,3.8027778,46.930557,6.7083335,62.89936,4.4154763,6.409951,16.811607,9.1910715,19.333334,9.410317,1.0016388,58.620712,8.965857,198.39264,6.143688,256.93265,17.725447,1118.8257,110.5074,3.5774908,8.150882,140.59909,175.37233,893.6537,902.3429 +2023-02-17 17:00:00,0.0,2290.0115,30.243927,5.014007,9.509598,23.060774,181.13562,25.351318,45.480118,19.729427,29.297031,186.87721,198.34402,12.423727,33.32637,10.045705,3.341518,33.000374,64.07199,40.30015,428.76877,27.968283,384.91553,135.70494,37.682316,196.7566,189.44667,78.089516,856.8818,269.81598,1945.5077,47.319916,2362.8005,625.9592,33.203453,27.269606,178.72536,175.66203,285.95624,1065.9615,47.459076,13.669403,9.771591,608.4247,508.22702,84.20572,17.588371,384.6486,25.620745,417.41513,11.763866,39.645245,0.0,1205.5176,2016.3644,0.28507793,42.38672,17.48276,14111.554,41.68728,1.5590206,11.987598,24.147018,23.722456,7.6123233,13.23874,348.67776,31.813244,9.871221,1.0514399,7.1600766,404.85843,0.47606444,203.96547,85.43899,2597.1748,128.93501,115.458145,182.8532,1090.8583,78.23664,62.354317,957.7258,55.93515,67.934494,10.182525,33.98575,221.12573,11.63414,8.940176,70.99525,18.292093,4442.1787,19.944874,30.782738,17.70829,18.082981,337.1111,83.803314,33.024555,9.440022,9.889231,22.060131,62.179276,138.47395,47.923737,216.87965,25.930058,15.86825,78.33191,30.60858,23.703636,145.13266,15.691393,1.5633371,27.688251,11.2179985,1193.6353,24.034277,3.2335994,121.67262,19.103199,189.85307,81.45496,133.70383,8.937978,108.61946,433.21838,377.5218,40.76014,267.9264,85.87078,49.0324,69.5127,153.35916,25.007774,59.363636,463.20303,13.099278,20.457472,317.98834,14.637607,7.941569,71.78746,58.357113,626.26654,167.66281,171.36942,1947.5391,34.68148,1574.7173,1348.1062,7.427232,5.662884,1377.0581,17.39496,10.231349,363.68347,22.580618,42.90971,21.341051,65.1044,251.89348,334.68808,3.422741,31.57264,63.884647,316.8721,5.6480274,84.32158,7.6450768,1.5412904,58.226448,1.1561446,1.3836097,4.4972105,10.25692,22.863436,15.108143,25.974653,189.31427,34.487103,16.991072,30.080729,8.278486,94.80766,3.800868,46.77455,6.705729,62.903168,4.406622,6.3997965,16.794907,9.192299,19.318453,9.394593,1.001513,58.632214,8.963833,198.34755,6.1423655,256.94818,17.722052,1118.7086,110.50113,3.5791492,8.148484,140.60988,175.3826,893.6601,902.2247 +2023-02-17 18:00:00,0.0,2290.485,30.233541,5.013355,9.50228,23.066786,181.11626,25.350513,45.487267,19.735567,29.307049,186.73897,198.515,12.422639,33.28226,10.057362,3.3397624,32.990696,63.98072,40.245586,428.69635,27.940311,384.76373,135.70036,37.647655,196.92508,189.36865,78.083786,856.4911,269.8437,1944.9994,47.303413,2362.7493,625.87634,33.192467,27.262846,178.67992,175.52419,285.89716,1066.2753,47.47768,13.66435,9.77104,608.7734,508.5142,84.13829,17.6163,384.11395,25.649975,416.9795,11.767243,39.66592,0.0,1206.2472,2017.0155,0.28508303,42.363106,17.489536,14118.768,41.704033,1.5592465,12.005357,24.167948,23.7446,7.6184297,13.249702,348.80237,31.797123,9.885818,1.0518973,7.1635146,405.13464,0.47573456,204.09859,85.43036,2596.9666,128.9494,115.47521,182.83205,1091.5582,78.23916,62.366726,957.0779,55.95435,67.89539,10.183415,33.994328,221.11707,11.632001,8.938821,71.02143,18.286036,4442.757,19.949913,30.767857,17.711884,18.093853,337.16666,83.86216,33.013393,9.440259,9.891498,22.085741,62.200077,138.57378,47.912945,216.93295,25.94745,15.877974,78.386826,30.630135,23.696941,145.1938,15.704215,1.5636383,27.660866,11.217405,1193.593,24.035467,3.2404697,121.82143,19.112497,189.98337,81.48452,133.80518,8.936035,108.62879,433.44092,377.8887,40.778038,268.047,85.95982,49.04097,69.51414,153.38075,25.014685,59.37635,463.19586,13.109701,20.467651,318.0929,14.621812,7.9365582,71.840965,58.39185,626.532,167.73425,171.37677,1947.6184,34.669235,1574.6456,1347.8142,7.4230356,5.6593003,1376.8353,17.394949,10.226191,363.62308,22.568974,42.896206,21.33232,65.08227,251.89114,334.5924,3.4207678,31.563646,63.833424,316.83078,5.645532,84.31847,7.6435266,1.5417155,58.22797,1.1564893,1.384059,4.4996924,10.256549,22.858965,15.105572,25.977083,189.2825,34.470238,16.982143,30.078125,8.27398,94.77009,3.7989585,46.61854,6.703125,62.906975,4.397768,6.389642,16.778208,9.193526,19.303572,9.378869,1.0013872,58.643715,8.961808,198.30246,6.1410427,256.96368,17.718655,1118.5916,110.49485,3.580808,8.146087,140.62065,175.39287,893.6665,902.1064 +2023-02-17 19:00:00,0.0,2290.9587,30.223158,5.012702,9.494964,23.072798,181.09691,25.349709,45.49442,19.741709,29.317066,186.60074,198.68599,12.421551,33.238155,10.069019,3.3380072,32.981018,63.88945,40.191025,428.6239,27.91234,384.6119,135.69577,37.61299,197.09354,189.29063,78.078064,856.10034,269.87143,1944.491,47.286915,2362.6978,625.79346,33.18148,27.256086,178.63446,175.38635,285.83804,1066.589,47.49628,13.659297,9.770489,609.12213,508.8014,84.07086,17.644228,383.57935,25.679205,416.54382,11.770621,39.686596,0.0,1206.9768,2017.6667,0.28508812,42.339497,17.496315,14125.982,41.720787,1.5594723,12.023114,24.188877,23.766745,7.6245365,13.260665,348.927,31.781002,9.900414,1.0523546,7.166953,405.41086,0.47540465,204.2317,85.42172,2596.7583,128.96379,115.49228,182.8109,1092.2583,78.241684,62.37913,956.43,55.97355,67.85629,10.184305,34.002903,221.1084,11.629861,8.937466,71.04762,18.27998,4443.3345,19.954952,30.752975,17.715479,18.104725,337.22223,83.921005,33.00223,9.4404955,9.8937645,22.11135,62.220875,138.6736,47.902157,216.98624,25.964842,15.887697,78.44175,30.65169,23.690247,145.25494,15.717036,1.5639397,27.633478,11.216813,1193.5509,24.036657,3.2473402,121.97024,19.121796,190.11366,81.514084,133.90651,8.9340925,108.63813,433.66348,378.25558,40.79594,268.16757,86.04886,49.04954,69.515564,153.40236,25.021593,59.38907,463.18866,13.120125,20.47783,318.19745,14.606016,7.931547,71.89448,58.426582,626.7974,167.80571,171.38412,1947.6976,34.656994,1574.574,1347.5221,7.418839,5.655717,1376.6125,17.394938,10.221031,363.56268,22.55733,42.8827,21.32359,65.06014,251.88881,334.4967,3.4187946,31.554655,63.782204,316.7895,5.6430373,84.315346,7.6419764,1.5421406,58.22949,1.156834,1.3845083,4.5021744,10.256177,22.854494,15.103002,25.979513,189.25073,34.453373,16.973213,30.075521,8.269473,94.73251,3.7970488,46.462536,6.700521,62.910778,4.3889136,6.3794866,16.761507,9.194755,19.28869,9.363145,1.0012615,58.65522,8.9597845,198.25737,6.13972,256.97922,17.71526,1118.4744,110.48858,3.5824664,8.143689,140.63142,175.40315,893.6729,901.98816 +2023-02-17 20:00:00,0.0,2291.4321,30.212772,5.012049,9.487646,23.07881,181.07755,25.348904,45.50157,19.74785,29.327084,186.46251,198.85696,12.420463,33.194046,10.080676,3.3362517,32.97134,63.79818,40.136463,428.55148,27.884369,384.4601,135.6912,37.57833,197.26201,189.21262,78.07234,855.70966,269.89917,1943.9825,47.270412,2362.6465,625.7106,33.17049,27.249327,178.58902,175.24852,285.77893,1066.9028,47.51488,13.654243,9.7699375,609.4708,509.08856,84.00344,17.672157,383.04474,25.708435,416.1082,11.773998,39.70727,0.0,1207.7063,2018.3179,0.28509322,42.315884,17.503092,14133.197,41.73754,1.5596982,12.040873,24.209808,23.788889,7.6306434,13.271627,349.05164,31.764881,9.915011,1.052812,7.170391,405.68707,0.47507477,204.36484,85.41309,2596.55,128.97816,115.50935,182.78975,1092.9583,78.24421,62.39154,955.78204,55.99275,67.81719,10.185195,34.011482,221.09973,11.627722,8.936111,71.073814,18.273922,4443.912,19.959991,30.738094,17.719074,18.115597,337.27777,83.97985,32.99107,9.440732,9.896032,22.136957,62.241676,138.77342,47.89137,217.03954,25.982233,15.89742,78.496666,30.673244,23.683554,145.31609,15.729857,1.564241,27.606092,11.21622,1193.5087,24.037848,3.2542105,122.11905,19.131094,190.24396,81.54365,134.00786,8.932149,108.64747,433.88602,378.6225,40.81384,268.28818,86.13789,49.058113,69.51699,153.42395,25.028503,59.401787,463.1815,13.130548,20.488008,318.302,14.590221,7.9265366,71.94799,58.46132,627.06287,167.87715,171.39148,1947.777,34.64475,1574.5022,1347.23,7.414643,5.652133,1376.3898,17.394926,10.215873,363.5023,22.545685,42.869198,21.314857,65.03801,251.88649,334.40103,3.4168212,31.545662,63.730984,316.74817,5.6405425,84.31223,7.6404266,1.5425656,58.231007,1.1571786,1.3849576,4.504657,10.255806,22.850023,15.1004305,25.981945,189.21898,34.43651,16.964285,30.072916,8.264966,94.69494,3.795139,46.30653,6.6979165,62.914585,4.3800592,6.369332,16.744806,9.195982,19.27381,9.347421,1.0011357,58.66672,8.957761,198.21227,6.138397,256.99472,17.711863,1118.3573,110.48231,3.5841248,8.141292,140.6422,175.41342,893.6793,901.8699 +2023-02-17 21:00:00,0.0,2291.9058,30.202389,5.011397,9.4803295,23.084822,181.0582,25.348099,45.50872,19.75399,29.337103,186.32428,199.02794,12.419374,33.14994,10.092333,3.3344963,32.961662,63.706905,40.0819,428.47903,27.856396,384.30832,135.68661,37.543667,197.43048,189.1346,78.06662,855.319,269.92688,1943.4741,47.25391,2362.595,625.62775,33.159504,27.242567,178.54358,175.11069,285.71985,1067.2166,47.53348,13.649191,9.769386,609.8195,509.37576,83.93601,17.700085,382.51013,25.737665,415.67255,11.777375,39.727947,0.0,1208.436,2018.969,0.28509834,42.292274,17.509869,14140.412,41.75429,1.5599241,12.05863,24.23074,23.811033,7.63675,13.28259,349.17624,31.74876,9.929607,1.0532694,7.173829,405.9633,0.47474486,204.49796,85.404465,2596.342,128.99255,115.52642,182.7686,1093.6582,78.24673,62.40395,955.1341,56.011948,67.77808,10.186086,34.020058,221.09106,11.625583,8.934756,71.100006,18.267866,4444.4897,19.96503,30.723215,17.72267,18.126469,337.33334,84.0387,32.97991,9.4409685,9.898299,22.162565,62.262478,138.87326,47.88058,217.09283,25.999624,15.907144,78.55158,30.6948,23.676859,145.37721,15.742679,1.5645424,27.578707,11.215627,1193.4664,24.039038,3.261081,122.26786,19.140392,190.37427,81.57321,134.1092,8.930206,108.65681,434.10858,378.98938,40.83174,268.40875,86.22694,49.066685,69.518425,153.44554,25.035412,59.414505,463.1743,13.14097,20.498188,318.40652,14.574427,7.921526,72.0015,58.49605,627.3283,167.9486,171.39885,1947.8563,34.632507,1574.4305,1346.938,7.410446,5.648549,1376.167,17.394913,10.210714,363.4419,22.53404,42.855694,21.306128,65.01588,251.88416,334.30536,3.414848,31.53667,63.67976,316.70688,5.6380477,84.30911,7.6388764,1.5429907,58.23253,1.1575233,1.3854069,4.5071387,10.255434,22.845554,15.097859,25.984375,189.18721,34.419643,16.955357,30.070312,8.260459,94.657364,3.7932293,46.15052,6.6953125,62.918392,4.3712053,6.359177,16.728107,9.197209,19.258928,9.3316965,1.00101,58.678223,8.955736,198.16718,6.1370745,257.01025,17.708467,1118.2402,110.476036,3.5857832,8.138893,140.65297,175.42369,893.68567,901.75165 +2023-02-17 22:00:00,0.0,2292.3794,30.192005,5.010744,9.473012,23.090834,181.03883,25.347294,45.515873,19.760132,29.34712,186.18604,199.19893,12.418287,33.10583,10.103991,3.3327408,32.951984,63.615635,40.02734,428.40662,27.828424,384.1565,135.68202,37.509003,197.59894,189.05658,78.0609,854.9282,269.95462,1942.9657,47.237408,2362.5437,625.54486,33.148518,27.235807,178.49814,174.97285,285.66074,1067.5303,47.552082,13.644137,9.768834,610.1683,509.66296,83.86859,17.728014,381.9755,25.766895,415.23688,11.780752,39.748623,0.0,1209.1655,2019.6202,0.28510344,42.26866,17.516647,14147.626,41.771046,1.5601499,12.076388,24.25167,23.833178,7.642857,13.293551,349.30087,31.73264,9.944204,1.0537268,7.177267,406.2395,0.47441497,204.63107,85.395836,2596.1338,129.00694,115.54349,182.74745,1094.3582,78.24925,62.416355,954.48615,56.031143,67.73898,10.1869755,34.028637,221.08241,11.623444,8.933401,71.1262,18.26181,4445.068,19.97007,30.708334,17.726265,18.13734,337.3889,84.09754,32.96875,9.441205,9.900566,22.188173,62.28328,138.97308,47.869793,217.14612,26.017015,15.916867,78.60651,30.716354,23.670164,145.43835,15.7555,1.5648438,27.551321,11.2150345,1193.4243,24.04023,3.2679515,122.416664,19.14969,190.50456,81.602776,134.21054,8.928264,108.666145,434.33112,379.3563,40.84964,268.52936,86.31597,49.075256,69.51985,153.46713,25.04232,59.42722,463.1671,13.151394,20.508368,318.51108,14.558631,7.916515,72.05501,58.53079,627.59375,168.02005,171.4062,1947.9355,34.620266,1574.3589,1346.6459,7.40625,5.644965,1375.9441,17.394901,10.205555,363.3815,22.522396,42.842186,21.297396,64.99375,251.88182,334.2097,3.412875,31.527678,63.62854,316.6656,5.635553,84.306,7.6373262,1.5434158,58.234047,1.157868,1.3858562,4.5096207,10.255063,22.841084,15.095288,25.986805,189.15544,34.40278,16.946428,30.067709,8.255953,94.61979,3.7913196,45.994514,6.6927085,62.922195,4.362351,6.3490224,16.711407,9.198437,19.244047,9.315972,1.0008842,58.689724,8.953712,198.12209,6.1357517,257.02576,17.70507,1118.1232,110.469765,3.5874417,8.136496,140.66376,175.43398,893.6921,901.63336 +2023-02-17 23:00:00,0.0,2292.8528,30.18162,5.0100913,9.465695,23.096846,181.01947,25.346489,45.523026,19.766273,29.357138,186.0478,199.3699,12.417199,33.061726,10.115647,3.3309855,32.942307,63.524364,39.972775,428.33417,27.800453,384.0047,135.67744,37.474342,197.76741,188.97856,78.055176,854.53754,269.98233,1942.4574,47.220905,2362.4922,625.462,33.13753,27.229048,178.45268,174.83502,285.60162,1067.844,47.570686,13.639084,9.768283,610.51697,509.95013,83.80116,17.755941,381.44086,25.796125,414.80124,11.78413,39.7693,0.0,1209.8951,2020.2714,0.28510854,42.245052,17.523424,14154.841,41.7878,1.5603758,12.094146,24.2726,23.855322,7.6489635,13.304514,349.4255,31.716518,9.958801,1.0541842,7.1807055,406.51575,0.47408506,204.7642,85.3872,2595.9255,129.02133,115.56056,182.7263,1095.0581,78.25178,62.428764,953.8382,56.050343,67.69988,10.187865,34.037216,221.07375,11.621304,8.932047,71.15239,18.255753,4445.6455,19.97511,30.693453,17.72986,18.148212,337.44443,84.15639,32.95759,9.4414425,9.902834,22.213781,62.30408,139.0729,47.859,217.19942,26.034409,15.926591,78.66142,30.73791,23.663471,145.4995,15.768322,1.5651451,27.523935,11.214441,1193.3821,24.04142,3.2748218,122.565475,19.158989,190.63486,81.63234,134.31189,8.926321,108.67548,434.55368,379.72318,40.867542,268.64993,86.405014,49.083824,69.52128,153.48872,25.04923,59.439938,463.1599,13.161817,20.518547,318.61563,14.542836,7.9115043,72.10852,58.56552,627.85925,168.09149,171.41356,1948.0149,34.60802,1574.2872,1346.3538,7.4020534,5.6413813,1375.7213,17.39489,10.200397,363.3211,22.510752,42.828682,21.288666,64.97162,251.8795,334.114,3.4109018,31.518684,63.57732,316.62427,5.633058,84.30288,7.635776,1.5438409,58.23557,1.1582127,1.3863055,4.512103,10.254691,22.836613,15.092717,25.989237,189.12369,34.385914,16.9375,30.065104,8.251446,94.582214,3.7894099,45.83851,6.690104,62.926003,4.353497,6.3388677,16.694706,9.199665,19.229166,9.300248,1.0007585,58.70123,8.951688,198.077,6.134429,257.0413,17.701675,1118.006,110.46349,3.5891004,8.134098,140.67453,175.44424,893.6985,901.51514 +2023-02-18 00:00:00,0.0,2293.3264,30.171236,5.009439,9.458378,23.102858,181.00012,25.345684,45.530174,19.772415,29.367155,185.90958,199.54088,12.416111,33.01762,10.127305,3.32923,32.93263,63.43309,39.918213,428.26172,27.772482,383.8529,135.67287,37.43968,197.93588,188.90054,78.049446,854.14685,270.01007,1941.949,47.204403,2362.441,625.3791,33.126545,27.222288,178.40724,174.69719,285.54254,1068.1578,47.589287,13.634031,9.767732,610.8657,510.23734,83.733734,17.78387,380.90625,25.825356,414.3656,11.787507,39.789974,0.0,1210.6248,2020.9226,0.28511363,42.22144,17.530203,14162.056,41.804554,1.5606016,12.111904,24.293531,23.877466,7.6550703,13.315476,349.55014,31.700397,9.973398,1.0546416,7.1841435,406.79196,0.47375518,204.89732,85.37857,2595.7173,129.0357,115.57763,182.70515,1095.758,78.254295,62.44117,953.1903,56.069542,67.66078,10.188756,34.045795,221.06508,11.619164,8.930692,71.17857,18.249697,4446.223,19.980148,30.678572,17.733456,18.159084,337.5,84.21523,32.94643,9.441679,9.905101,22.239391,62.324883,139.17273,47.848213,217.2527,26.0518,15.936315,78.71635,30.759464,23.656776,145.56062,15.781143,1.5654464,27.49655,11.213848,1193.34,24.04261,3.2816923,122.71429,19.16829,190.76515,81.6619,134.41322,8.924378,108.68482,434.7762,380.0901,40.88544,268.77054,86.49405,49.092396,69.52271,153.51031,25.056139,59.452656,463.15274,13.172239,20.528725,318.72015,14.527041,7.906493,72.16203,58.600258,628.1247,168.16295,171.42091,1948.0944,34.59578,1574.2156,1346.0618,7.397857,5.6377974,1375.4985,17.394878,10.195238,363.2607,22.499107,42.815178,21.279934,64.949486,251.87717,334.0183,3.4089284,31.509693,63.526096,316.58298,5.6305633,84.29976,7.634226,1.5442659,58.237087,1.1585574,1.3867549,4.514585,10.25432,22.832144,15.090146,25.991667,189.09192,34.36905,16.928572,30.0625,8.246939,94.54464,3.7875001,45.682503,6.6875,62.92981,4.3446426,6.328713,16.678005,9.200892,19.214287,9.284524,1.0006328,58.71273,8.949664,198.0319,6.133106,257.05682,17.698278,1117.8889,110.457214,3.5907588,8.1317005,140.6853,175.45451,893.7049,901.39685 +2023-02-18 01:00:00,0.0,2293.7998,30.16085,5.008786,9.451061,23.10887,180.98076,25.34488,45.537327,19.778555,29.377172,185.77135,199.71187,12.415023,32.97351,10.138962,3.3274746,32.92295,63.34182,39.86365,428.1893,27.744509,383.70108,135.66827,37.405018,198.10435,188.82253,78.043724,853.7561,270.0378,1941.4406,47.187904,2362.3894,625.2962,33.115555,27.215528,178.3618,174.55936,285.48343,1068.4716,47.607887,13.628978,9.76718,611.2144,510.5245,83.66631,17.811798,380.37164,25.854586,413.92993,11.790884,39.81065,0.0,1211.3544,2021.5737,0.28511873,42.19783,17.53698,14169.27,41.82131,1.5608275,12.1296625,24.314463,23.89961,7.661177,13.326439,349.67474,31.684277,9.987995,1.0550989,7.1875815,407.06818,0.4734253,205.03044,85.36994,2595.509,129.0501,115.594696,182.684,1096.458,78.25682,62.45358,952.54236,56.08874,67.62167,10.189646,34.054375,221.05641,11.617025,8.929337,71.204765,18.24364,4446.801,19.985188,30.66369,17.737051,18.169956,337.55554,84.27408,32.93527,9.4419155,9.907368,22.265,62.345684,139.27255,47.837425,217.306,26.069191,15.946037,78.77126,30.78102,23.650084,145.62177,15.793964,1.5657477,27.469164,11.213256,1193.2977,24.0438,3.2885625,122.8631,19.177588,190.89545,81.69147,134.51457,8.922436,108.69416,434.99875,380.45697,40.903343,268.8911,86.583084,49.100967,69.52414,153.53192,25.063047,59.46537,463.14554,13.182663,20.538904,318.8247,14.511246,7.9014826,72.215546,58.63499,628.39014,168.23439,171.42827,1948.1736,34.583534,1574.1438,1345.7697,7.3936605,5.634214,1375.2758,17.394867,10.19008,363.20032,22.487463,42.801674,21.271204,64.92736,251.87483,333.92264,3.4069552,31.5007,63.474876,316.5417,5.6280684,84.296646,7.632676,1.544691,58.238605,1.158902,1.3872042,4.517067,10.253948,22.827673,15.087575,25.994097,189.06017,34.35218,16.919643,30.059896,8.242433,94.507065,3.7855904,45.526493,6.684896,62.933617,4.3357887,6.318558,16.661306,9.20212,19.199406,9.2688,1.000507,58.72423,8.94764,197.9868,6.1317835,257.07233,17.694883,1117.7719,110.45094,3.5924172,8.129303,140.69608,175.46478,893.7113,901.2786 +2023-02-18 02:00:00,0.0,2294.2734,30.150467,5.0081334,9.443744,23.114882,180.96141,25.344074,45.54448,19.784697,29.38719,185.6331,199.88284,12.413935,32.929405,10.1506195,3.325719,32.913273,63.25055,39.80909,428.11685,27.716537,383.5493,135.6637,37.370354,198.27281,188.7445,78.038,853.3654,270.06552,1940.9321,47.171402,2362.3381,625.2133,33.10457,27.208769,178.31635,174.42152,285.42435,1068.7853,47.626488,13.623924,9.766629,611.5632,510.8117,83.598885,17.839727,379.837,25.883816,413.4943,11.794262,39.831326,0.0,1212.0839,2022.2249,0.28512385,42.174217,17.543758,14176.484,41.838062,1.5610533,12.14742,24.335392,23.921755,7.667284,13.337401,349.79938,31.668156,10.002592,1.0555563,7.1910195,407.3444,0.4730954,205.16357,85.36131,2595.3008,129.06448,115.61177,182.66286,1097.158,78.259346,62.465984,951.8944,56.10794,67.58257,10.1905365,34.06295,221.04774,11.614885,8.927982,71.23096,18.237583,4447.379,19.990227,30.64881,17.740646,18.180828,337.6111,84.332924,32.924107,9.442152,9.909636,22.290607,62.36648,139.37238,47.826637,217.3593,26.086582,15.955761,78.82619,30.802574,23.643389,145.6829,15.806786,1.5660491,27.441778,11.212663,1193.2555,24.04499,3.295433,123.0119,19.186886,191.02574,81.72103,134.6159,8.920492,108.7035,435.2213,380.82388,40.92124,269.01172,86.67213,49.10954,69.525566,153.55351,25.069958,59.47809,463.13837,13.193086,20.549084,318.92926,14.495451,7.8964715,72.26905,58.669727,628.6556,168.30583,171.43562,1948.2529,34.571293,1574.0721,1345.4775,7.389464,5.63063,1375.053,17.394855,10.18492,363.13992,22.475819,42.78817,21.262472,64.90523,251.87251,333.82697,3.404982,31.491709,63.423653,316.50037,5.6255736,84.293526,7.631126,1.5451161,58.240128,1.1592467,1.3876535,4.519549,10.253576,22.823202,15.085004,25.996529,189.0284,34.335316,16.910713,30.057291,8.237926,94.4695,3.7836807,45.370487,6.6822915,62.93742,4.3269343,6.3084035,16.644606,9.203348,19.184525,9.253076,1.0003812,58.735733,8.945616,197.94171,6.1304607,257.08786,17.691486,1117.6548,110.44467,3.5940757,8.1269045,140.70685,175.47507,893.7177,901.16034 +2023-02-18 03:00:00,0.0,2294.747,30.140081,5.007481,9.436427,23.120893,180.94205,25.343271,45.55163,19.790838,29.397207,185.49487,200.05382,12.412847,32.885296,10.162276,3.3239639,32.903595,63.159275,39.754528,428.04443,27.688566,383.3975,135.6591,37.33569,198.44128,188.66649,78.03228,852.9747,270.09326,1940.4238,47.1549,2362.2866,625.1305,33.093582,27.20201,178.2709,174.28369,285.36523,1069.0991,47.64509,13.618872,9.766078,611.91187,511.0989,83.53146,17.867657,379.3024,25.913046,413.05865,11.797639,39.852,0.0,1212.8135,2022.8761,0.28512895,42.150604,17.550535,14183.699,41.854816,1.5612792,12.165178,24.356323,23.9439,7.6733904,13.348363,349.924,31.652035,10.017189,1.0560137,7.194458,407.6206,0.4727655,205.29669,85.35268,2595.0928,129.07886,115.628845,182.64171,1097.8579,78.26186,62.478394,951.24646,56.12714,67.54347,10.191426,34.07153,221.0391,11.612746,8.926627,71.25715,18.231527,4447.9565,19.995264,30.633928,17.744242,18.1917,337.66666,84.39177,32.912945,9.442389,9.911902,22.316216,62.387283,139.4722,47.81585,217.41258,26.103975,15.965485,78.8811,30.82413,23.636694,145.74403,15.819608,1.5663505,27.414392,11.21207,1193.2134,24.04618,3.3023033,123.16071,19.196184,191.15605,81.750595,134.71725,8.91855,108.71284,435.44385,381.19077,40.939144,269.1323,86.76116,49.11811,69.52699,153.5751,25.076866,59.490807,463.13116,13.203509,20.559263,319.0338,14.479656,7.891461,72.32256,58.70446,628.921,168.37729,171.44298,1948.3323,34.55905,1574.0005,1345.1855,7.3852677,5.627046,1374.8302,17.394844,10.179762,363.07953,22.464174,42.774666,21.253742,64.8831,251.87018,333.7313,3.403009,31.482716,63.372433,316.45908,5.623079,84.29041,7.6295757,1.545541,58.241646,1.1595914,1.3881028,4.5220313,10.253205,22.818733,15.082433,25.998959,188.99663,34.31845,16.901785,30.054688,8.233418,94.43192,3.781771,45.21448,6.6796875,62.941227,4.3180804,6.298249,16.627905,9.204576,19.169643,9.237351,1.0002555,58.74724,8.943592,197.89662,6.129138,257.10336,17.688091,1117.5377,110.4384,3.5957341,8.124507,140.71764,175.48534,893.7241,901.0421 +2023-02-18 04:00:00,0.0,2295.2205,30.129698,5.0068283,9.42911,23.126905,180.92268,25.342466,45.55878,19.796978,29.407225,185.35664,200.22481,12.411759,32.84119,10.173934,3.3222084,32.893913,63.068005,39.699963,427.972,27.660593,383.24567,135.65453,37.30103,198.60976,188.58847,78.02656,852.584,270.12097,1939.9154,47.138397,2362.2354,625.0476,33.082596,27.19525,178.22546,174.14586,285.30612,1069.4128,47.66369,13.613818,9.765526,612.2606,511.38608,83.464035,17.895584,378.76776,25.942276,412.623,11.801016,39.872677,0.0,1213.5431,2023.5272,0.28513405,42.126995,17.557314,14190.914,41.87157,1.561505,12.182936,24.377254,23.966043,7.6794972,13.359325,350.0486,31.635914,10.031786,1.0564711,7.197896,407.89682,0.4724356,205.42981,85.34405,2594.8845,129.09325,115.64591,182.62056,1098.5579,78.26439,62.4908,950.5986,56.146336,67.504364,10.192316,34.08011,221.03043,11.610607,8.925272,71.28334,18.225471,4448.534,20.000303,30.619047,17.747837,18.202572,337.72223,84.45061,32.901787,9.442625,9.914169,22.341824,62.408085,139.57202,47.80506,217.46588,26.121367,15.975208,78.93603,30.845686,23.630001,145.80518,15.832429,1.5666518,27.387005,11.211477,1193.1711,24.047373,3.3091738,123.309525,19.205482,191.28635,81.78016,134.81859,8.916607,108.722176,435.6664,381.55768,40.957043,269.2529,86.8502,49.126682,69.52843,153.5967,25.083776,59.503525,463.124,13.213932,20.569443,319.13834,14.4638605,7.88645,72.376076,58.739193,629.18646,168.44873,171.45033,1948.4115,34.546806,1573.9288,1344.8934,7.381071,5.623462,1374.6073,17.394833,10.174603,363.01913,22.45253,42.76116,21.245012,64.86097,251.86784,333.6356,3.4010355,31.473724,63.321213,316.41776,5.620584,84.28729,7.6280255,1.5459661,58.243168,1.1599361,1.3885521,4.5245132,10.252833,22.814262,15.079862,26.001389,188.96487,34.301586,16.892857,30.052084,8.228911,94.39435,3.7798612,45.05847,6.6770835,62.945034,4.309226,6.288094,16.611206,9.205803,19.154762,9.221627,1.0001297,58.75874,8.941568,197.85153,6.1278152,257.1189,17.684694,1117.4205,110.43213,3.5973928,8.122109,140.72841,175.4956,893.7305,900.9239 +2023-02-18 05:00:00,0.0,2295.694,30.119312,5.0061755,9.421793,23.132917,180.90334,25.341661,45.565933,19.80312,29.417242,185.21841,200.39578,12.410671,32.79708,10.185591,3.320453,32.884235,62.976734,39.6454,427.89957,27.632622,383.09387,135.64995,37.266365,198.77823,188.51045,78.02083,852.1933,270.1487,1939.407,47.121895,2362.1838,624.9647,33.07161,27.18849,178.18002,174.00803,285.24704,1069.7266,47.682293,13.608766,9.764975,612.6093,511.67328,83.39661,17.923513,378.23315,25.971506,412.18735,11.804394,39.893353,0.0,1214.2726,2024.1785,0.28513914,42.103382,17.56409,14198.128,41.888325,1.5617309,12.200694,24.398186,23.988188,7.685604,13.370288,350.17325,31.619793,10.046383,1.0569285,7.201334,408.17307,0.4721057,205.56294,85.33542,2594.6763,129.10764,115.66298,182.59943,1099.2579,78.26691,62.50321,949.9506,56.165535,67.46526,10.193207,34.088684,221.02176,11.608468,8.923918,71.309525,18.219414,4449.112,20.005342,30.604166,17.751432,18.213444,337.77777,84.50945,32.890625,9.442862,9.916436,22.367432,62.428886,139.67184,47.79427,217.51917,26.138758,15.984931,78.990944,30.86724,23.623306,145.86632,15.84525,1.5669531,27.35962,11.210884,1193.129,24.048563,3.316044,123.458336,19.21478,191.41664,81.80972,134.91994,8.914664,108.731514,435.88895,381.92456,40.974945,269.37347,86.93924,49.13525,69.529854,153.61829,25.090685,59.51624,463.1168,13.224355,20.57962,319.2429,14.448066,7.881439,72.42959,58.77393,629.4519,168.52017,171.45769,1948.491,34.534565,1573.8572,1344.6013,7.376875,5.6198783,1374.3845,17.394821,10.169444,362.95874,22.440886,42.747658,21.23628,64.83884,251.86551,333.53992,3.3990624,31.464731,63.26999,316.37646,5.618089,84.28418,7.6264753,1.5463912,58.244686,1.1602808,1.3890014,4.526995,10.252462,22.809792,15.077291,26.003819,188.9331,34.28472,16.883928,30.049479,8.224405,94.35677,3.7779515,44.902466,6.674479,62.94884,4.300372,6.2779393,16.594505,9.207031,19.139881,9.205903,1.0000039,58.77024,8.939544,197.80644,6.1264925,257.13443,17.6813,1117.3035,110.42586,3.5990512,8.119712,140.73918,175.50589,893.73694,900.8056 +2023-02-18 06:00:00,0.0,2296.1675,30.108929,5.005523,9.414475,23.13893,180.88397,25.340857,45.573082,19.809261,29.42726,185.08017,200.56676,12.409583,32.752975,10.197248,3.3186975,32.874557,62.88546,39.59084,427.82712,27.60465,382.94208,135.64536,37.2317,198.94669,188.43243,78.01511,851.80255,270.17645,1938.8986,47.105392,2362.1326,624.88184,33.06062,27.18173,178.13455,173.8702,285.18793,1070.0403,47.700893,13.603712,9.764423,612.958,511.96045,83.329185,17.95144,377.69855,26.000736,411.7517,11.807771,39.91403,0.0,1215.0022,2024.8296,0.28514424,42.079773,17.57087,14205.343,41.90508,1.5619566,12.2184515,24.419115,24.010332,7.691711,13.38125,350.29788,31.603672,10.06098,1.0573859,7.2047725,408.44928,0.4717758,205.69606,85.32678,2594.468,129.12202,115.680046,182.57828,1099.9579,78.26943,62.515617,949.3027,56.184734,67.42616,10.194097,34.097263,221.01309,11.606328,8.922563,71.33572,18.213358,4449.69,20.010382,30.589285,17.755028,18.224316,337.83334,84.5683,32.879463,9.443098,9.918704,22.393042,62.449688,139.77167,47.78348,217.57246,26.156149,15.994655,79.04587,30.888796,23.616613,145.92744,15.858071,1.5672544,27.332233,11.210292,1193.0868,24.049753,3.3229146,123.60714,19.22408,191.54694,81.83929,135.02127,8.912722,108.74085,436.1115,382.29147,40.992844,269.49408,87.028275,49.14382,69.53128,153.6399,25.097593,59.528957,463.10962,13.234778,20.5898,319.34744,14.432271,7.876428,72.48309,58.808662,629.7174,168.59163,171.46504,1948.5702,34.52232,1573.7854,1344.3093,7.3726783,5.6162944,1374.1617,17.39481,10.164286,362.89835,22.429241,42.734154,21.22755,64.81671,251.86319,333.44424,3.3970892,31.455738,63.21877,316.33517,5.6155944,84.28106,7.6249256,1.5468162,58.246204,1.1606255,1.3894507,4.5294776,10.25209,22.805323,15.07472,26.00625,188.90134,34.267857,16.875,30.046875,8.219898,94.3192,3.7760417,44.74646,6.671875,62.952644,4.2915177,6.267784,16.577805,9.208259,19.125,9.190179,0.9998782,58.781746,8.93752,197.76134,6.1251698,257.14993,17.677902,1117.1864,110.419586,3.6007097,8.117314,140.74995,175.51616,893.74335,900.6874 +2023-02-18 07:00:00,0.0,2296.641,30.098543,5.0048704,9.407159,23.144941,180.86462,25.340052,45.580235,19.815403,29.437277,184.94194,200.73775,12.408495,32.70887,10.208905,3.3169422,32.86488,62.79419,39.536278,427.75467,27.57668,382.79025,135.64078,37.19704,199.11516,188.35442,78.009384,851.41187,270.20416,1938.3901,47.08889,2362.081,624.79895,33.049633,27.17497,178.08911,173.73236,285.12885,1070.3541,47.719494,13.598659,9.763872,613.30676,512.2477,83.26176,17.97937,377.1639,26.029966,411.31604,11.811148,39.934704,0.0,1215.7318,2025.4808,0.28514937,42.05616,17.577646,14212.558,41.921833,1.5621825,12.23621,24.440046,24.032476,7.6978173,13.392213,350.4225,31.58755,10.075577,1.0578432,7.2082105,408.7255,0.47144592,205.82918,85.31815,2594.2598,129.1364,115.69711,182.55713,1100.6578,78.27196,62.528023,948.6547,56.203934,67.38706,10.194986,34.105843,221.00443,11.604189,8.921208,71.36191,18.2073,4450.2676,20.01542,30.574406,17.758623,18.235188,337.8889,84.627144,32.868305,9.443335,9.920971,22.41865,62.47049,139.87149,47.772694,217.62575,26.173542,16.004377,79.100784,30.91035,23.609919,145.98859,15.8708935,1.5675558,27.304848,11.209699,1193.0447,24.050943,3.3297849,123.75595,19.233377,191.67723,81.86885,135.12262,8.910779,108.75019,436.33405,382.65836,41.010746,269.61465,87.11731,49.152393,69.532715,153.66148,25.104504,59.541676,463.10242,13.245201,20.59998,319.452,14.416475,7.8714175,72.536606,58.8434,629.98285,168.66307,171.4724,1948.6495,34.51008,1573.7137,1344.0172,7.368482,5.612711,1373.939,17.394798,10.159127,362.83795,22.417597,42.720646,21.218819,64.79458,251.86086,333.34857,3.395116,31.446747,63.167545,316.29385,5.6130996,84.27795,7.6233754,1.5472413,58.247726,1.1609701,1.3899,4.5319595,10.251719,22.800852,15.072149,26.00868,188.86958,34.25099,16.866072,30.044271,8.215391,94.281624,3.774132,44.590454,6.669271,62.95645,4.282664,6.2576294,16.561106,9.209486,19.110119,9.174455,0.99975246,58.793247,8.935495,197.71625,6.123847,257.16547,17.674507,1117.0693,110.41331,3.602368,8.114916,140.76073,175.52643,893.7497,900.5691 +2023-02-18 08:00:00,0.0,2297.1147,30.08816,5.0042176,9.399841,23.150953,180.84526,25.339247,45.587387,19.821543,29.447294,184.80371,200.90872,12.407407,32.66476,10.220563,3.3151867,32.8552,62.70292,39.481716,427.68225,27.548706,382.63846,135.6362,37.162376,199.28363,188.2764,78.00366,851.0212,270.2319,1937.8818,47.07239,2362.0298,624.71606,33.038647,27.168211,178.04367,173.59453,285.06973,1070.6678,47.738094,13.593606,9.763321,613.65546,512.53485,83.194336,18.007298,376.62927,26.059196,410.8804,11.814526,39.95538,0.0,1216.4614,2026.132,0.28515446,42.03255,17.584425,14219.771,41.938587,1.5624083,12.253967,24.460976,24.05462,7.703924,13.403175,350.54712,31.571428,10.090174,1.0583006,7.2116485,409.0017,0.471116,205.9623,85.309525,2594.0515,129.15079,115.71419,182.53598,1101.3578,78.274475,62.540432,948.0068,56.223133,67.34795,10.195877,34.11442,220.99576,11.60205,8.919853,71.3881,18.201244,4450.845,20.02046,30.559525,17.762218,18.24606,337.94443,84.68599,32.857143,9.443571,9.923238,22.444258,62.491287,139.97131,47.761906,217.67905,26.190933,16.014101,79.15571,30.931906,23.603224,146.04973,15.883715,1.5678571,27.277462,11.209106,1193.0024,24.052134,3.3366554,123.90476,19.242676,191.80754,81.898415,135.22395,8.908836,108.75952,436.5566,383.02527,41.028645,269.73526,87.20635,49.160965,69.53414,153.68307,25.111412,59.554394,463.09525,13.255624,20.610159,319.55652,14.400681,7.866407,72.59012,58.87813,630.2483,168.73451,171.47975,1948.7289,34.497833,1573.6421,1343.7251,7.3642855,5.609127,1373.7162,17.394787,10.153968,362.7776,22.405952,42.70714,21.210089,64.772446,251.85852,333.2529,3.3931427,31.437754,63.116325,316.25256,5.6106043,84.274826,7.621825,1.5476664,58.249245,1.1613148,1.3903494,4.5344415,10.251348,22.796381,15.069578,26.01111,188.83781,34.234127,16.857143,30.041666,8.210885,94.24405,3.7722223,44.434444,6.6666665,62.96026,4.2738094,6.2474747,16.544405,9.210714,19.095238,9.15873,0.9996267,58.80475,8.933472,197.67116,6.1225243,257.18097,17.67111,1116.9521,110.407036,3.6040266,8.112518,140.77151,175.5367,893.7561,900.45087 +2023-02-18 09:00:00,0.0,2297.5881,30.077774,5.0035653,9.392525,23.156965,180.8259,25.338442,45.594536,19.827684,29.457312,184.66548,201.0797,12.40632,32.620655,10.23222,3.3134313,32.845524,62.61165,39.42715,427.6098,27.520735,382.48666,135.6316,37.127716,199.45209,188.19838,77.99794,850.63043,270.2596,1937.3734,47.05589,2361.9783,624.63324,33.02766,27.161451,177.99821,173.45668,285.01062,1070.9816,47.756695,13.588552,9.762769,614.0042,512.822,83.12691,18.035227,376.09467,26.088427,410.44473,11.817903,39.976055,0.0,1217.1909,2026.7831,0.28515956,42.008938,17.591202,14226.986,41.95534,1.5626342,12.271726,24.481907,24.076765,7.710031,13.414137,350.67175,31.555307,10.10477,1.058758,7.2150865,409.27792,0.47078612,206.09543,85.300896,2593.8435,129.16518,115.731255,182.51483,1102.0577,78.277,62.552837,947.3589,56.242332,67.30885,10.196767,34.123,220.9871,11.59991,8.918498,71.41429,18.195189,4451.423,20.0255,30.544643,17.765814,18.256931,338.0,84.744835,32.84598,9.443809,9.925506,22.469866,62.51209,140.07115,47.751118,217.73235,26.208324,16.023825,79.210625,30.95346,23.59653,146.11086,15.896536,1.5681585,27.250076,11.208513,1192.9602,24.053324,3.3435256,124.05357,19.251976,191.93784,81.92798,135.3253,8.906893,108.76886,436.77914,383.39215,41.046547,269.85583,87.29539,49.169537,69.53557,153.70467,25.11832,59.56711,463.08804,13.2660475,20.620337,319.66107,14.384886,7.861396,72.64363,58.91287,630.51373,168.80597,171.4871,1948.8081,34.48559,1573.5704,1343.4331,7.3600893,5.605543,1373.4934,17.394775,10.148809,362.7172,22.394308,42.693638,21.201357,64.75032,251.8562,333.1572,3.3911695,31.428762,63.065105,316.21127,5.6081095,84.27171,7.620275,1.5480915,58.250767,1.1616595,1.3907987,4.5369234,10.250977,22.79191,15.067007,26.013542,188.80605,34.217262,16.848213,30.039062,8.206378,94.206474,3.7703125,44.27844,6.6640625,62.964066,4.2649555,6.23732,16.527704,9.211942,19.080357,9.143005,0.999501,58.81625,8.931448,197.62607,6.1212015,257.1965,17.667715,1116.8351,110.400764,3.6056852,8.110121,140.78229,175.54698,893.7625,900.3326 +2023-02-18 10:00:00,0.0,2298.0618,30.06739,5.0029125,9.385207,23.162977,180.80655,25.337637,45.60169,19.833826,29.467329,184.52724,201.25069,12.405231,32.576546,10.243877,3.3116758,32.835846,62.520374,39.37259,427.53738,27.492764,382.33487,135.62703,37.093052,199.62056,188.12036,77.99221,850.23975,270.28735,1936.865,47.039387,2361.927,624.55035,33.016674,27.154692,177.95277,173.31885,284.95154,1071.2953,47.7753,13.5835,9.7622175,614.3529,513.1092,83.05948,18.063154,375.56006,26.117657,410.0091,11.82128,39.99673,0.0,1217.9205,2027.4343,0.28516465,41.98533,17.597979,14234.201,41.972095,1.56286,12.289483,24.502836,24.09891,7.716138,13.425099,350.79636,31.539186,10.119367,1.0592154,7.218525,409.55414,0.47045624,206.22855,85.29226,2593.6353,129.17957,115.74832,182.49368,1102.7577,78.279526,62.565247,946.71094,56.26153,67.26975,10.197658,34.131577,220.97844,11.597771,8.917144,71.44048,18.18913,4452.001,20.030539,30.529762,17.769407,18.267803,338.05554,84.80368,32.83482,9.444045,9.9277725,22.495474,62.53289,140.17097,47.740326,217.78563,26.225716,16.033548,79.26555,30.975016,23.589836,146.172,15.909357,1.5684597,27.22269,11.20792,1192.9181,24.054514,3.3503962,124.20238,19.261274,192.06813,81.95754,135.42664,8.90495,108.7782,437.0017,383.75906,41.064445,269.97644,87.38442,49.17811,69.537,153.72626,25.12523,59.579826,463.08087,13.27647,20.630516,319.76562,14.36909,7.856385,72.697136,58.9476,630.7792,168.87741,171.49446,1948.8875,34.47335,1573.4987,1343.141,7.3558927,5.601959,1373.2706,17.394764,10.143651,362.6568,22.382664,42.680134,21.192627,64.72819,251.85387,333.06152,3.3891964,31.41977,63.01388,316.16995,5.6056147,84.26859,7.618725,1.5485165,58.252285,1.1620042,1.391248,4.539406,10.250605,22.787441,15.064436,26.015972,188.77429,34.200397,16.839285,30.036459,8.201871,94.1689,3.7684028,44.122433,6.6614585,62.96787,4.256101,6.227165,16.511005,9.213169,19.065475,9.127281,0.9993752,58.827755,8.929423,197.58098,6.119879,257.212,17.664318,1116.718,110.39449,3.6073437,8.107723,140.79306,175.55725,893.7689,900.21436 +2023-02-18 11:00:00,0.0,2298.5352,30.057005,5.0022597,9.377891,23.16899,180.78719,25.336832,45.608837,19.839966,29.477348,184.389,201.42166,12.404143,32.53244,10.255534,3.3099205,32.826168,62.429104,39.318027,427.46494,27.464792,382.18304,135.62244,37.058388,199.78903,188.04234,77.98649,849.84906,270.3151,1936.3566,47.022884,2361.8755,624.46747,33.005684,27.147932,177.90733,173.18102,284.89243,1071.6091,47.7939,13.578446,9.761666,614.70166,513.3964,82.99206,18.091084,375.02545,26.146887,409.57346,11.8246565,40.017406,0.0,1218.6501,2028.0854,0.28516975,41.961716,17.604757,14241.416,41.98885,1.5630859,12.307241,24.523767,24.121054,7.7222443,13.436062,350.921,31.523066,10.133964,1.0596728,7.221963,409.83035,0.47012633,206.36166,85.28363,2593.427,129.19394,115.765396,182.47253,1103.4576,78.28204,62.577652,946.063,56.280727,67.23065,10.198547,34.140156,220.96977,11.595632,8.915789,71.46667,18.183075,4452.5786,20.035578,30.514881,17.773003,18.278675,338.1111,84.862526,32.82366,9.444282,9.930039,22.521082,62.55369,140.2708,47.729538,217.83893,26.243109,16.043272,79.320465,30.99657,23.583141,146.23314,15.922179,1.5687611,27.195305,11.207328,1192.8759,24.055706,3.3572664,124.35119,19.270573,192.19843,81.98711,135.52798,8.9030075,108.78754,437.22424,384.12595,41.082348,270.09702,87.473465,49.186676,69.53843,153.74785,25.13214,59.592545,463.07367,13.286894,20.640696,319.87015,14.353295,7.851374,72.75065,58.982338,631.0446,168.94887,171.50183,1948.9668,34.461105,1573.427,1342.8489,7.3516965,5.5983753,1373.0477,17.394753,10.138492,362.5964,22.37102,42.66663,21.183895,64.706055,251.85153,332.96585,3.3872232,31.410776,62.96266,316.12866,5.60312,84.26548,7.617175,1.5489416,58.253803,1.1623489,1.3916973,4.5418878,10.250234,22.78297,15.061865,26.018402,188.74252,34.183533,16.830357,30.033854,8.197364,94.131325,3.766493,43.966423,6.658854,62.971676,4.2472467,6.2170105,16.494305,9.214397,19.050596,9.111557,0.99924946,58.839256,8.9274,197.53587,6.118556,257.22754,17.660923,1116.601,110.38822,3.609002,8.105326,140.80383,175.56752,893.7753,900.09607 +2023-02-18 12:00:00,0.0,2299.0088,30.046621,5.0016074,9.370573,23.175,180.76782,25.336027,45.61599,19.846107,29.487366,184.25078,201.59264,12.403055,32.488335,10.267192,3.308165,32.81649,62.337833,39.263466,427.39252,27.43682,382.03125,135.61786,37.023727,199.9575,187.96432,77.98077,849.4583,270.3428,1935.8481,47.006382,2361.8242,624.3846,32.994698,27.141172,177.8619,173.04318,284.83334,1071.9229,47.8125,13.573393,9.761115,615.05035,513.6836,82.92463,18.11901,374.4908,26.176117,409.1378,11.828034,40.038082,0.0,1219.3796,2028.7367,0.28517485,41.938103,17.611534,14248.63,42.0056,1.5633117,12.325,24.544697,24.143196,7.728351,13.447024,351.04562,31.506945,10.148561,1.0601302,7.225401,410.1066,0.46979645,206.4948,85.275,2593.2188,129.20833,115.78246,182.45139,1104.1576,78.28457,62.59006,945.41504,56.299927,67.19154,10.199437,34.148735,220.9611,11.5934925,8.9144335,71.49286,18.177017,4453.1562,20.040617,30.5,17.776598,18.289547,338.16666,84.92137,32.8125,9.444518,9.932307,22.546692,62.574493,140.37062,47.71875,217.89221,26.2605,16.052996,79.37539,31.018126,23.576448,146.29428,15.935,1.5690625,27.16792,11.206735,1192.8337,24.056896,3.364137,124.5,19.279871,192.32872,82.01666,135.62932,8.901065,108.796875,437.44678,384.49286,41.100246,270.21762,87.5625,49.195248,69.539856,153.76945,25.13905,59.605263,463.0665,13.297317,20.650875,319.9747,14.337501,7.8463635,72.80416,59.01707,631.31006,169.02031,171.50919,1949.0461,34.448864,1573.3553,1342.5569,7.3475,5.5947914,1372.825,17.394741,10.133333,362.536,22.359375,42.653126,21.175165,64.68393,251.84921,332.87018,3.3852499,31.401785,62.911438,316.08734,5.600625,84.26236,7.615625,1.5493667,58.255325,1.1626935,1.3921466,4.5443697,10.249862,22.7785,15.059294,26.020834,188.71075,34.166668,16.821428,30.03125,8.192858,94.09375,3.7645833,43.810417,6.65625,62.975483,4.238393,6.206856,16.477604,9.215625,19.035715,9.095833,0.9991237,58.850758,8.925376,197.49078,6.1172333,257.24307,17.657526,1116.4838,110.38195,3.6106606,8.102927,140.8146,175.5778,893.78174,899.97784 +2023-02-18 13:00:00,0.0,2299.4824,30.036238,5.0009546,9.3632555,23.181011,180.74847,25.335222,45.623142,19.85225,29.497383,184.11255,201.76363,12.401967,32.444225,10.278849,3.3064096,32.806812,62.24656,39.208904,427.32007,27.408848,381.87946,135.61328,36.989063,200.12596,187.8863,77.975044,849.0676,270.37054,1935.3398,46.98988,2361.773,624.3017,32.98371,27.134413,177.81644,172.90535,284.77423,1072.2366,47.8311,13.56834,9.760564,615.3991,513.97076,82.85721,18.14694,373.9562,26.205347,408.70215,11.831411,40.058758,0.0,1220.1094,2029.3878,0.28517997,41.914494,17.618313,14255.845,42.022354,1.5635376,12.342757,24.565628,24.16534,7.734458,13.457987,351.17026,31.490824,10.163157,1.0605875,7.2288394,410.3828,0.46946654,206.62791,85.266365,2593.0105,129.22272,115.79953,182.43024,1104.8575,78.287094,62.602467,944.76715,56.319126,67.15244,10.200328,34.157314,220.95244,11.591352,8.913079,71.51905,18.170961,4453.734,20.045656,30.485119,17.780193,18.300419,338.22223,84.98022,32.80134,9.444755,9.934574,22.5723,62.595295,140.47044,47.707962,217.94551,26.277891,16.06272,79.430305,31.03968,23.569754,146.35541,15.947822,1.5693638,27.140533,11.206142,1192.7915,24.058086,3.3710072,124.64881,19.28917,192.45903,82.04623,135.73067,8.899122,108.80621,437.66934,384.85974,41.11815,270.3382,87.651535,49.20382,69.54129,153.79105,25.145958,59.617977,463.0593,13.307739,20.661053,320.07925,14.321705,7.8413525,72.85767,59.051807,631.57556,169.09175,171.51654,1949.1255,34.43662,1573.2837,1342.2648,7.343303,5.591208,1372.6022,17.394728,10.128175,362.47562,22.34773,42.63962,21.166433,64.6618,251.84688,332.7745,3.3832767,31.392792,62.860218,316.04605,5.59813,84.25925,7.6140747,1.5497917,58.256844,1.1630383,1.3925959,4.546852,10.249491,22.77403,15.056723,26.023264,188.679,34.1498,16.8125,30.028646,8.188351,94.056175,3.7626736,43.65441,6.653646,62.97929,4.2295384,6.196701,16.460905,9.216852,19.020834,9.080109,0.998998,58.86226,8.923351,197.4457,6.1159105,257.25858,17.65413,1116.3667,110.37567,3.612319,8.10053,140.8254,175.58807,893.78815,899.85956 +2023-02-18 14:00:00,0.0,2299.9558,30.025852,5.000302,9.355939,23.187023,180.72911,25.334417,45.63029,19.85839,29.5074,183.9743,201.9346,12.400879,32.40012,10.290506,3.3046541,32.797134,62.15529,39.15434,427.24762,27.380877,381.72763,135.60869,36.954403,200.29443,187.80829,77.96932,848.67694,270.39825,1934.8314,46.97338,2361.7214,624.2188,32.972725,27.127653,177.771,172.76752,284.71512,1072.5503,47.8497,13.563287,9.760013,615.7478,514.258,82.78978,18.174868,373.42157,26.234577,408.2665,11.834788,40.079433,0.0,1220.8389,2030.039,0.28518507,41.89088,17.62509,14263.06,42.03911,1.5637634,12.360516,24.58656,24.187485,7.740565,13.468948,351.29486,31.474703,10.177754,1.0610449,7.2322774,410.65903,0.46913666,206.76103,85.25774,2592.8022,129.2371,115.816605,182.40909,1105.5575,78.28961,62.614876,944.1192,56.338326,67.11334,10.201218,34.16589,220.94379,11.589213,8.911724,71.54524,18.164906,4454.3115,20.050695,30.470238,17.783789,18.31129,338.27777,85.03906,32.79018,9.444991,9.936841,22.597908,62.616096,140.57027,47.697174,217.99881,26.295282,16.072443,79.48523,31.061235,23.56306,146.41655,15.960643,1.5696652,27.113146,11.205549,1192.7493,24.059277,3.3778777,124.79762,19.298468,192.58932,82.07579,135.832,8.89718,108.81555,437.89188,385.22665,41.136047,270.4588,87.74058,49.21239,69.54272,153.81264,25.152866,59.630695,463.05212,13.318163,20.671232,320.1838,14.30591,7.836342,72.91119,59.08654,631.841,169.16321,171.5239,1949.2048,34.424377,1573.212,1341.9727,7.339107,5.587624,1372.3794,17.394716,10.123015,362.41522,22.336086,42.626118,21.157703,64.63967,251.84454,332.6788,3.3813035,31.3838,62.809,316.00476,5.5956354,84.25613,7.6125245,1.5502168,58.258366,1.1633829,1.3930452,4.549334,10.249119,22.76956,15.054152,26.025694,188.64723,34.132935,16.803572,30.026041,8.183844,94.0186,3.760764,43.498405,6.6510415,62.983093,4.2206845,6.1865463,16.444204,9.2180805,19.005953,9.064384,0.9988722,58.873764,8.921328,197.4006,6.114588,257.2741,17.650734,1116.2496,110.3694,3.6139777,8.098132,140.83617,175.59834,893.79456,899.74133 +2023-02-18 15:00:00,0.0,2300.4294,30.015469,4.9996495,9.348621,23.193035,180.70976,25.333612,45.637444,19.86453,29.517418,183.83607,202.10558,12.399792,32.35601,10.302163,3.3028986,32.787457,62.06402,39.099777,427.1752,27.352905,381.57584,135.60411,36.91974,200.4629,187.73027,77.9636,848.2862,270.426,1934.323,46.95688,2361.6702,624.136,32.96174,27.120893,177.72556,172.62968,284.65604,1072.8641,47.868305,13.558234,9.75946,616.0965,514.54517,82.72235,18.202797,372.88696,26.263807,407.83084,11.838166,40.10011,0.0,1221.5685,2030.6902,0.28519017,41.86727,17.631868,14270.274,42.055862,1.5639893,12.378273,24.60749,24.20963,7.7466717,13.479911,351.4195,31.458582,10.192351,1.0615023,7.2357154,410.93524,0.46880674,206.89417,85.24911,2592.5942,129.25148,115.83367,182.38794,1106.2576,78.29214,62.627285,943.47125,56.357525,67.07424,10.202108,34.17447,220.93512,11.587074,8.910369,71.571434,18.158848,4454.8896,20.055735,30.455357,17.787384,18.32216,338.33334,85.09791,32.77902,9.445228,9.939109,22.623516,62.636894,140.67009,47.686382,218.0521,26.312675,16.082167,79.540146,31.08279,23.556366,146.47769,15.973465,1.5699666,27.08576,11.204956,1192.7072,24.060467,3.384748,124.94643,19.307766,192.71962,82.105354,135.93335,8.895236,108.82489,438.11444,385.59354,41.15395,270.57938,87.82961,49.220963,69.54414,153.83423,25.159777,59.643414,463.04492,13.328586,20.681412,320.28833,14.290115,7.831331,72.96469,59.121277,632.10645,169.23465,171.53125,1949.284,34.412132,1573.1403,1341.6807,7.3349104,5.58404,1372.1566,17.394705,10.117857,362.35483,22.324442,42.612614,21.148972,64.61754,251.84222,332.58313,3.3793302,31.374807,62.757774,315.96344,5.5931406,84.25301,7.6109743,1.5506419,58.259884,1.1637276,1.3934946,4.551816,10.248748,22.765089,15.05158,26.028126,188.61548,34.11607,16.794643,30.023438,8.179337,93.981026,3.7588544,43.342396,6.6484375,62.9869,4.21183,6.1763916,16.427504,9.219308,18.991072,9.04866,0.99874645,58.885265,8.919304,197.35551,6.113265,257.2896,17.647339,1116.1326,110.36313,3.615636,8.095735,140.84694,175.60861,893.80096,899.62305 +2023-02-18 16:00:00,0.0,2300.9028,30.005083,4.9989967,9.341305,23.199047,180.6904,25.332808,45.644596,19.870672,29.527435,183.69785,202.27657,12.398704,32.311905,10.313821,3.3011434,32.77778,61.972744,39.045216,427.10275,27.324932,381.42404,135.59953,36.885075,200.63138,187.65225,77.95787,847.8955,270.45374,1933.8146,46.940376,2361.6187,624.0531,32.95075,27.114134,177.6801,172.49185,284.59692,1073.1779,47.886906,13.553181,9.758909,616.44525,514.83234,82.65493,18.230726,372.35233,26.293037,407.3952,11.841543,40.120785,0.0,1222.2981,2031.3413,0.28519526,41.84366,17.638645,14277.488,42.072617,1.5642151,12.396031,24.62842,24.231773,7.752778,13.490873,351.54413,31.442461,10.206948,1.0619597,7.2391534,411.21146,0.46847686,207.02728,85.24048,2592.386,129.26587,115.85074,182.36679,1106.9575,78.29466,62.63969,942.8233,56.376724,67.03513,10.202998,34.183044,220.92645,11.584934,8.909015,71.597626,18.152792,4455.4673,20.060774,30.440475,17.79098,18.333033,338.3889,85.15675,32.767857,9.445464,9.941376,22.649124,62.657696,140.76991,47.675594,218.1054,26.330067,16.091888,79.59507,31.104345,23.549671,146.53882,15.986286,1.5702678,27.058374,11.204364,1192.6649,24.061657,3.3916185,125.09524,19.317064,192.84991,82.13492,136.0347,8.893293,108.83423,438.33698,385.96045,41.17185,270.69998,87.91865,49.229534,69.54558,153.85582,25.166685,59.65613,463.03775,13.339008,20.691591,320.39288,14.27432,7.82632,73.0182,59.15601,632.3719,169.30609,171.5386,1949.3634,34.39989,1573.0686,1341.3885,7.330714,5.5804563,1371.9338,17.394693,10.112699,362.29443,22.312798,42.599106,21.140242,64.595406,251.83989,332.48746,3.377357,31.365816,62.706554,315.92215,5.590646,84.24989,7.6094246,1.551067,58.261406,1.1640723,1.3939439,4.554298,10.248376,22.76062,15.049009,26.030556,188.58371,34.099205,16.785713,30.020834,8.17483,93.94345,3.7569447,43.18639,6.6458335,62.990707,4.202976,6.166237,16.410805,9.220535,18.97619,9.032936,0.99862075,58.896767,8.917279,197.31041,6.1119423,257.30515,17.643942,1116.0154,110.35686,3.6172945,8.093337,140.85771,175.6189,893.8074,899.5048 +2023-02-18 17:00:00,0.0,2301.3765,29.9947,4.998344,9.333987,23.20506,180.67104,25.332003,45.651745,19.876814,29.537453,183.55962,202.44754,12.397615,32.267796,10.325478,3.299388,32.7681,61.881474,38.990654,427.03033,27.29696,381.27222,135.59494,36.850414,200.79984,187.57423,77.95215,847.50476,270.48145,1933.3063,46.923874,2361.5674,623.9702,32.939762,27.107374,177.63466,172.35402,284.53784,1073.4916,47.905506,13.548127,9.758358,616.79395,515.1195,82.5875,18.258654,371.81772,26.322268,406.95956,11.84492,40.14146,0.0,1223.0276,2031.9926,0.28520036,41.82005,17.645424,14284.703,42.08937,1.564441,12.413789,24.649351,24.253918,7.758885,13.501836,351.66873,31.42634,10.221545,1.0624171,7.242592,411.48767,0.46814695,207.1604,85.23184,2592.1777,129.28026,115.867805,182.34566,1107.6575,78.29718,62.6521,942.17535,56.39592,66.99603,10.203888,34.191624,220.91779,11.582795,8.90766,71.62381,18.146736,4456.045,20.065813,30.425594,17.794575,18.343904,338.44443,85.2156,32.756695,9.445701,9.943643,22.674732,62.678497,140.86974,47.664806,218.15868,26.347458,16.101612,79.64999,31.1259,23.542978,146.59996,15.999107,1.5705692,27.030989,11.203771,1192.6228,24.062849,3.3984888,125.24405,19.326365,192.98021,82.16448,136.13603,8.891351,108.84357,438.55954,386.32733,41.18975,270.82056,88.00769,49.238102,69.547005,153.87743,25.173595,59.668846,463.03055,13.349432,20.701769,320.49744,14.258525,7.821309,73.07172,59.190746,632.6373,169.37755,171.54596,1949.4426,34.38765,1572.997,1341.0964,7.3265176,5.5768723,1371.7109,17.394682,10.107539,362.23404,22.301153,42.5856,21.131512,64.57328,251.83755,332.39178,3.3753839,31.356823,62.65533,315.88083,5.588151,84.24677,7.6078744,1.551492,58.262924,1.164417,1.3943932,4.5567803,10.248005,22.75615,15.046439,26.032986,188.55194,34.08234,16.776785,30.018229,8.170323,93.905876,3.755035,43.030384,6.643229,62.994514,4.194122,6.1560817,16.394104,9.221763,18.96131,9.017212,0.998495,58.908268,8.915256,197.26532,6.1106195,257.32068,17.640547,1115.8983,110.350586,3.618953,8.090939,140.8685,175.62917,893.8138,899.38654 +2023-02-18 18:00:00,0.0,2301.85,29.984314,4.9976916,9.326671,23.211071,180.65169,25.331198,45.658897,19.882954,29.54747,183.42137,202.61852,12.396527,32.22369,10.337135,3.2976325,32.758423,61.790203,38.936092,426.9579,27.26899,381.12042,135.59036,36.81575,200.9683,187.49622,77.94643,847.1141,270.5092,1932.7979,46.90737,2361.5159,623.8873,32.928776,27.100615,177.58922,172.21619,284.47873,1073.8054,47.924107,13.543075,9.757807,617.1427,515.40674,82.52008,18.286583,371.28308,26.351498,406.5239,11.848298,40.162136,0.0,1223.7572,2032.6437,0.28520548,41.796436,17.6522,14291.918,42.106125,1.5646669,12.431547,24.67028,24.276062,7.7649918,13.512798,351.79337,31.41022,10.236142,1.0628746,7.24603,411.76392,0.46781707,207.29353,85.22321,2591.9695,129.29463,115.88487,182.32451,1108.3574,78.299706,62.664505,941.52747,56.41512,66.95693,10.204779,34.200203,220.90912,11.580656,8.906304,71.65,18.140678,4456.6226,20.07085,30.410715,17.79817,18.354776,338.5,85.274445,32.745537,9.445937,9.9459095,22.70034,62.6993,140.96956,47.65402,218.21198,26.36485,16.111336,79.70491,31.147455,23.536283,146.6611,16.011929,1.5708705,27.003603,11.203178,1192.5806,24.06404,3.4053593,125.39286,19.335663,193.11052,82.194046,136.23738,8.889408,108.852905,438.78207,386.69424,41.20765,270.94116,88.096725,49.246674,69.54843,153.89902,25.180504,59.681564,463.02338,13.359855,20.711948,320.60196,14.24273,7.8162985,73.12523,59.22548,632.9028,169.44899,171.55331,1949.522,34.375404,1572.9253,1340.8044,7.3223214,5.5732884,1371.4882,17.39467,10.102381,362.17365,22.289509,42.572098,21.12278,64.55115,251.83522,332.29608,3.3734107,31.34783,62.60411,315.83954,5.585656,84.24366,7.606324,1.5519171,58.264442,1.1647617,1.3948425,4.5592623,10.247633,22.751678,15.043868,26.035416,188.52019,34.065475,16.767857,30.015625,8.165816,93.8683,3.7531252,42.874374,6.640625,62.998318,4.185268,6.145927,16.377403,9.222991,18.946428,9.001488,0.9983692,58.919773,8.913231,197.22023,6.109297,257.33618,17.63715,1115.7812,110.344315,3.6206114,8.088541,140.87927,175.63943,893.8201,899.2683 +2023-02-18 19:00:00,0.0,2302.3235,29.97393,4.997039,9.319353,23.217083,180.63232,25.330393,45.66605,19.889095,29.557487,183.28314,202.7895,12.395439,32.179585,10.348792,3.295877,32.74874,61.69893,38.881527,426.88544,27.241018,380.96863,135.58578,36.78109,201.13678,187.4182,77.940704,846.7234,270.5369,1932.2894,46.89087,2361.4646,623.80444,32.91779,27.093855,177.54376,172.07835,284.41962,1074.1191,47.942707,13.538021,9.757256,617.4914,515.6939,82.45265,18.31451,370.74847,26.380728,406.08826,11.851675,40.18281,0.0,1224.4868,2033.2949,0.28521058,41.772827,17.65898,14299.132,42.12288,1.5648926,12.449305,24.691212,24.298206,7.7710986,13.52376,351.918,31.394098,10.250739,1.0633318,7.249468,412.04013,0.46748716,207.42665,85.214584,2591.7612,129.30902,115.90195,182.30336,1109.0574,78.30223,62.676914,940.8795,56.43432,66.91783,10.205668,34.208782,220.90047,11.578517,8.90495,71.67619,18.134623,4457.2007,20.07589,30.395834,17.801765,18.365648,338.55554,85.33328,32.734375,9.446175,9.948177,22.72595,62.7201,141.06938,47.64323,218.26526,26.382242,16.12106,79.75983,31.16901,23.52959,146.72223,16.02475,1.5711719,26.976217,11.202585,1192.5385,24.06523,3.4122295,125.541664,19.344961,193.24081,82.22361,136.33871,8.8874655,108.86224,439.00464,387.06113,41.22555,271.06174,88.18577,49.255245,69.549866,153.92061,25.187412,59.694283,463.01617,13.370277,20.722128,320.7065,14.226934,7.811288,73.178734,59.260216,633.1682,169.52043,171.56067,1949.6014,34.363163,1572.8535,1340.5123,7.318125,5.569705,1371.2654,17.394659,10.097222,362.11325,22.277864,42.558594,21.11405,64.529015,251.8329,332.2004,3.3714373,31.338839,62.55289,315.79825,5.5831614,84.24054,7.604774,1.5523422,58.265965,1.1651063,1.3952918,4.561744,10.247262,22.74721,15.041297,26.037848,188.48842,34.04861,16.758928,30.013021,8.16131,93.83073,3.7512155,42.71837,6.638021,63.002125,4.1764135,6.135772,16.360703,9.224218,18.931547,8.985764,0.99824345,58.931274,8.911207,197.17514,6.107974,257.3517,17.633755,1115.6642,110.33804,3.62227,8.0861435,140.89005,175.64972,893.82654,899.15 +2023-02-18 20:00:00,0.0,2302.797,29.963545,4.996386,9.3120365,23.223095,180.61298,25.329588,45.6732,19.895237,29.567505,183.14491,202.96048,12.394352,32.135475,10.36045,3.2941217,32.739063,61.60766,38.826965,426.81302,27.213045,380.8168,135.58119,36.746426,201.30524,187.34018,77.93498,846.33264,270.56464,1931.781,46.87437,2361.413,623.7216,32.906803,27.087095,177.49832,171.94052,284.36053,1074.4329,47.96131,13.5329685,9.756703,617.84015,515.9811,82.38522,18.34244,370.21387,26.409958,405.65262,11.855052,40.203487,0.0,1225.2164,2033.946,0.28521568,41.749214,17.665756,14306.347,42.139633,1.5651186,12.467063,24.712143,24.32035,7.777205,13.534722,352.0426,31.377977,10.265336,1.0637892,7.252906,412.31635,0.46715727,207.55977,85.205956,2591.5532,129.32341,115.919014,182.28221,1109.7573,78.30475,62.68932,940.23157,56.453518,66.87872,10.206558,34.21736,220.8918,11.576377,8.903595,71.702385,18.128567,4457.7783,20.080929,30.380953,17.80536,18.37652,338.6111,85.39213,32.723213,9.446411,9.950444,22.751558,62.740902,141.1692,47.63244,218.31856,26.399633,16.130783,79.81475,31.190565,23.522896,146.78337,16.03757,1.5714732,26.948832,11.201992,1192.4962,24.06642,3.4191,125.690475,19.35426,193.37111,82.253174,136.44006,8.885523,108.87158,439.22717,387.42804,41.24345,271.18234,88.2748,49.263817,69.55129,153.9422,25.194323,59.707,463.009,13.380701,20.732307,320.81107,14.21114,7.806277,73.23225,59.29495,633.4337,169.59189,171.56802,1949.6807,34.350918,1572.7819,1340.2202,7.3139286,5.566121,1371.0426,17.394648,10.092063,362.05286,22.26622,42.54509,21.105318,64.50689,251.83057,332.10474,3.3694642,31.329845,62.501667,315.75693,5.5806665,84.23743,7.6032243,1.5527672,58.267483,1.165451,1.3957411,4.5642266,10.24689,22.742739,15.038726,26.040277,188.45665,34.031746,16.75,30.010416,8.156803,93.79315,3.7493057,42.562363,6.6354165,63.00593,4.1675596,6.1256175,16.344004,9.225446,18.916666,8.970039,0.99811774,58.942776,8.9091835,197.13004,6.1066513,257.36722,17.630358,1115.547,110.331764,3.6239285,8.083746,140.90082,175.65999,893.83295,899.0318 +2023-02-18 21:00:00,0.0,2303.2705,29.953161,4.9957337,9.304719,23.229107,180.59361,25.328783,45.68035,19.901379,29.577522,183.00668,203.13145,12.393264,32.09137,10.372107,3.2923663,32.729385,61.516388,38.772404,426.74057,27.185074,380.665,135.57661,36.71176,201.47371,187.26216,77.92925,845.94196,270.59238,1931.2726,46.85787,2361.3618,623.63873,32.895813,27.080336,177.45287,171.80269,284.30142,1074.7466,47.97991,13.527915,9.756152,618.18884,516.2683,82.3178,18.370367,369.67926,26.439188,405.21695,11.85843,40.224163,0.0,1225.9459,2034.5972,0.28522077,41.725605,17.672535,14313.562,42.156387,1.5653443,12.48482,24.733074,24.342495,7.783312,13.545685,352.16724,31.361856,10.279933,1.0642467,7.2563443,412.59256,0.4668274,207.6929,85.19732,2591.345,129.3378,115.93608,182.26106,1110.4573,78.307274,62.70173,939.5836,56.472717,66.83962,10.207449,34.225937,220.88313,11.574238,8.90224,71.72858,18.122509,4458.356,20.085968,30.366072,17.808956,18.387392,338.66666,85.45097,32.712055,9.446648,9.952711,22.777166,62.761703,141.26903,47.62165,218.37186,26.417025,16.140507,79.86967,31.212122,23.516201,146.84451,16.050394,1.5717745,26.921446,11.2014,1192.454,24.06761,3.4259703,125.83929,19.363558,193.5014,82.28274,136.5414,8.883579,108.88091,439.44974,387.79495,41.261353,271.30295,88.36384,49.27239,69.55272,153.96379,25.201231,59.719715,463.0018,13.391124,20.742485,320.91562,14.195345,7.801266,73.28576,59.329685,633.69916,169.66333,171.57538,1949.76,34.338676,1572.7102,1339.9282,7.309732,5.562537,1370.8198,17.394636,10.086905,361.99246,22.254576,42.531586,21.096588,64.48476,251.82823,332.00906,3.367491,31.320854,62.450447,315.71564,5.5781713,84.23431,7.601674,1.5531923,58.269005,1.1657957,1.3961904,4.5667086,10.246519,22.738268,15.036155,26.042707,188.4249,34.01488,16.741072,30.007812,8.152296,93.75558,3.747396,42.406357,6.6328125,63.00974,4.158705,6.115463,16.327303,9.226674,18.901787,8.954315,0.997992,58.95428,8.907159,197.08495,6.1053286,257.38275,17.626963,1115.4299,110.32549,3.625587,8.081348,140.91159,175.67026,893.83936,898.9135 +2023-02-18 22:00:00,0.0,2303.7441,29.942776,4.995081,9.297402,23.235119,180.57425,25.327978,45.687504,19.907518,29.58754,182.86844,203.30244,12.392176,32.04726,10.383764,3.2906108,32.719707,61.425117,38.717842,426.66815,27.157103,380.5132,135.57202,36.6771,201.64218,187.18414,77.92353,845.5513,270.6201,1930.7643,46.841366,2361.3103,623.55585,32.884827,27.073576,177.40742,171.66486,284.24234,1075.0604,47.998512,13.5228615,9.755601,618.5376,516.5555,82.250374,18.398296,369.1446,26.468418,404.7813,11.861807,40.24484,0.0,1226.6755,2035.2484,0.28522587,41.701992,17.679312,14320.776,42.17314,1.5655702,12.502579,24.754004,24.36464,7.7894187,13.556647,352.29187,31.345734,10.294529,1.0647041,7.2597823,412.86877,0.46649748,207.82602,85.18869,2591.1367,129.35217,115.953156,182.23991,1111.1572,78.30979,62.714134,938.9357,56.491917,66.80052,10.208339,34.234516,220.87447,11.572099,8.900886,71.75476,18.116453,4458.9336,20.091007,30.35119,17.812551,18.398264,338.72223,85.50982,32.700893,9.446884,9.954979,22.802774,62.7825,141.36887,47.610863,218.42514,26.434416,16.15023,79.92459,31.233677,23.509508,146.90564,16.063215,1.5720758,26.89406,11.200807,1192.4119,24.0688,3.4328408,125.9881,19.372856,193.6317,82.3123,136.64275,8.881637,108.89025,439.67227,388.16183,41.27925,271.42352,88.45288,49.28096,69.55415,153.98538,25.20814,59.732433,462.99463,13.401547,20.752665,321.02014,14.179549,7.796255,73.33927,59.364418,633.9646,169.73477,171.58273,1949.8394,34.326435,1572.6385,1339.6361,7.305536,5.5589533,1370.597,17.394625,10.081746,361.93207,22.242931,42.51808,21.087856,64.46262,251.82591,331.9134,3.3655179,31.311861,62.399223,315.67435,5.5756764,84.23119,7.600124,1.5536174,58.270523,1.1661404,1.3966397,4.5691905,10.246147,22.733797,15.033584,26.04514,188.39313,33.998016,16.732143,30.005209,8.147789,93.718,3.7454863,42.250347,6.6302085,63.013542,4.1498513,6.105308,16.310602,9.227901,18.886906,8.938591,0.9978662,58.965782,8.905135,197.03986,6.104006,257.39825,17.623566,1115.3129,110.31922,3.6272454,8.07895,140.92238,175.68053,893.84576,898.7953 +2023-02-18 23:00:00,0.0,2304.2178,29.932392,4.994428,9.290085,23.24113,180.5549,25.327173,45.694653,19.91366,29.597557,182.73021,203.47342,12.391088,32.003155,10.395421,3.2888553,32.71003,61.333843,38.66328,426.5957,27.12913,380.3614,135.56744,36.642437,201.81065,187.10612,77.91781,845.1605,270.64783,1930.2559,46.824863,2361.259,623.47296,32.87384,27.066816,177.36197,171.52701,284.18323,1075.3741,48.017113,13.517809,9.75505,618.8863,516.84265,82.18295,18.426224,368.61,26.497648,404.34564,11.865184,40.265514,0.0,1227.4052,2035.8995,0.285231,41.67838,17.686089,14327.99,42.189896,1.565796,12.520337,24.774935,24.386784,7.7955256,13.56761,352.4165,31.329613,10.309126,1.0651615,7.2632203,413.145,0.4661676,207.95914,85.18006,2590.9285,129.36656,115.97023,182.21877,1111.8572,78.31232,62.726543,938.2878,56.511116,66.76141,10.209229,34.243095,220.8658,11.569959,8.89953,71.78095,18.110395,4459.5117,20.096046,30.33631,17.816147,18.409136,338.77777,85.568665,32.68973,9.447121,9.957246,22.828382,62.803303,141.46869,47.600075,218.47844,26.451809,16.159954,79.97951,31.255232,23.502813,146.96678,16.076036,1.5723772,26.866673,11.200214,1192.3696,24.06999,3.4397113,126.1369,19.382154,193.762,82.341866,136.74408,8.879694,108.89959,439.89484,388.52875,41.297153,271.54413,88.541916,49.289528,69.55558,154.00699,25.21505,59.74515,462.98743,13.41197,20.762844,321.1247,14.163754,7.7912445,73.39278,59.399155,634.23004,169.80623,171.59009,1949.9186,34.31419,1572.5669,1339.3441,7.301339,5.5553694,1370.3743,17.394613,10.076587,361.87167,22.231287,42.504578,21.079126,64.4405,251.82358,331.8177,3.3635445,31.30287,62.348003,315.63303,5.5731816,84.22807,7.5985737,1.5540425,58.27204,1.1664851,1.3970891,4.571673,10.245776,22.729328,15.031013,26.04757,188.36136,33.98115,16.723213,30.002604,8.143283,93.680435,3.7435765,42.09434,6.627604,63.01735,4.140997,6.0951533,16.293903,9.229129,18.872025,8.922867,0.99774045,58.977283,8.903111,196.99477,6.102683,257.4138,17.62017,1115.1958,110.31295,3.6289039,8.076552,140.93315,175.69081,893.8522,898.677 +2023-02-19 00:00:00,0.0,2304.6912,29.922007,4.9937754,9.282768,23.247143,180.53554,25.326368,45.701805,19.919802,29.607574,182.59198,203.6444,12.389999,31.959047,10.407079,3.2871,32.70035,61.242573,38.608715,426.5233,27.101158,380.2096,135.56287,36.607777,201.97911,187.0281,77.91209,844.76984,270.67554,1929.7474,46.80836,2361.2075,623.3901,32.862854,27.060057,177.31653,171.38918,284.1241,1075.6879,48.035713,13.512755,9.7544985,619.235,517.1299,82.115524,18.454153,368.07538,26.526878,403.91,11.868561,40.28619,0.0,1228.1348,2036.5508,0.2852361,41.65477,17.692867,14335.205,42.20665,1.5660219,12.5380945,24.795866,24.408928,7.801632,13.578571,352.5411,31.313492,10.323723,1.0656189,7.266659,413.4212,0.4658377,208.09227,85.171425,2590.7202,129.38095,115.9873,182.19762,1112.5571,78.31484,62.738953,937.63983,56.53031,66.72231,10.210119,34.25167,220.85715,11.56782,8.898175,71.807144,18.10434,4460.0894,20.101086,30.321428,17.819742,18.420008,338.83334,85.62751,32.67857,9.447357,9.959513,22.85399,62.824104,141.56851,47.589287,218.53172,26.4692,16.169678,80.03443,31.276787,23.49612,147.02792,16.088858,1.5726786,26.839287,11.199621,1192.3275,24.071182,3.4465816,126.28571,19.391453,193.8923,82.37143,136.84543,8.877751,108.90893,440.11737,388.89563,41.315052,271.6647,88.63095,49.2981,69.55701,154.02858,25.221958,59.757866,462.98022,13.422393,20.773024,321.22925,14.14796,7.7862334,73.44629,59.433887,634.4955,169.87767,171.59744,1949.998,34.30195,1572.4951,1339.052,7.2971425,5.5517855,1370.1514,17.394602,10.071428,361.81128,22.219643,42.491074,21.070395,64.418365,251.82124,331.72202,3.3615713,31.293877,62.296783,315.59174,5.570687,84.22496,7.5970235,1.5544674,58.273563,1.1668297,1.3975384,4.574155,10.245404,22.724857,15.028441,26.05,188.3296,33.964287,16.714285,30.0,8.138776,93.64286,3.7416668,41.938335,6.625,63.021156,4.132143,6.0849986,16.277203,9.230357,18.857143,8.907143,0.99761474,58.988785,8.901087,196.94968,6.1013603,257.42932,17.616774,1115.0786,110.30668,3.6305623,8.074155,140.94392,175.70108,893.8586,898.5588 +2023-02-19 01:00:00,0.0,2305.1648,29.911623,4.993123,9.275451,23.253155,180.51619,25.325563,45.708958,19.925941,29.617594,182.45375,203.81538,12.388912,31.91494,10.4187355,3.2853446,32.690674,61.151302,38.554153,426.45084,27.073187,380.0578,135.55827,36.573112,202.14758,186.95009,77.906364,844.37915,270.70328,1929.239,46.79186,2361.1562,623.3072,32.851868,27.053297,177.27109,171.25134,284.06503,1076.0016,48.054314,13.507702,9.753946,619.58374,517.41705,82.048096,18.48208,367.54077,26.556108,403.47437,11.871939,40.306866,0.0,1228.8643,2037.2019,0.2852412,41.631157,17.699644,14342.42,42.223404,1.5662477,12.555853,24.816795,24.431072,7.807739,13.589534,352.66574,31.29737,10.33832,1.0660762,7.270097,413.69745,0.4655078,208.22539,85.162796,2590.512,129.39534,116.004364,182.17647,1113.2572,78.31736,62.751358,936.9919,56.54951,66.68321,10.211009,34.26025,220.84848,11.5656805,8.896821,71.833336,18.098284,4460.667,20.106125,30.306547,17.823338,18.43088,338.8889,85.686356,32.66741,9.447594,9.961781,22.8796,62.844906,141.66833,47.5785,218.58502,26.486591,16.1794,80.08935,31.298342,23.489426,147.08905,16.101679,1.5729799,26.811901,11.199028,1192.2853,24.072372,3.453452,126.434525,19.400751,194.0226,82.40099,136.94676,8.875809,108.91827,440.3399,389.26254,41.332954,271.7853,88.71999,49.30667,69.55844,154.05017,25.228868,59.770584,462.97305,13.4328165,20.783203,321.3338,14.132164,7.781223,73.4998,59.468624,634.7609,169.94913,171.60481,1950.0773,34.289703,1572.4235,1338.7599,7.2929463,5.548202,1369.9286,17.39459,10.06627,361.7509,22.207998,42.477566,21.061665,64.39624,251.81892,331.62634,3.3595982,31.284883,62.24556,315.5504,5.568192,84.22184,7.595474,1.5548925,58.27508,1.1671745,1.3979877,4.576637,10.245032,22.720387,15.02587,26.052431,188.29784,33.947422,16.705357,29.997396,8.134269,93.605286,3.739757,41.782326,6.622396,63.024963,4.1232886,6.074844,16.260502,9.231585,18.842262,8.891418,0.997489,59.00029,8.899063,196.90457,6.100038,257.44482,17.613379,1114.9615,110.30041,3.632221,8.071757,140.9547,175.71135,893.865,898.4405 +2023-02-19 02:00:00,0.0,2305.6382,29.901237,4.9924703,9.268134,23.259167,180.49683,25.324759,45.716106,19.932083,29.627611,182.3155,203.98636,12.387824,31.870832,10.430393,3.2835891,32.680996,61.060028,38.49959,426.3784,27.045216,379.90598,135.5537,36.53845,202.31606,186.87207,77.90064,843.9884,270.73102,1928.7307,46.775356,2361.1047,623.22437,32.840878,27.046537,177.22563,171.11351,284.00592,1076.3154,48.072918,13.502649,9.753395,619.93243,517.7042,81.980675,18.51001,367.00613,26.585339,403.0387,11.875316,40.32754,0.0,1229.5939,2037.853,0.28524628,41.607548,17.706423,14349.635,42.240158,1.5664736,12.57361,24.837727,24.453217,7.8138456,13.600496,352.79037,31.28125,10.352917,1.0665336,7.273535,413.97366,0.4651779,208.3585,85.15417,2590.304,129.40971,116.02144,182.15532,1113.9572,78.319885,62.763767,936.344,56.56871,66.64411,10.2119,34.26883,220.83981,11.563541,8.895466,71.85953,18.092226,4461.2446,20.111164,30.291666,17.826933,18.441751,338.94443,85.7452,32.65625,9.44783,9.964047,22.905209,62.865707,141.76816,47.567707,218.63832,26.503983,16.189123,80.14427,31.319897,23.48273,147.15019,16.1145,1.5732813,26.784515,11.198436,1192.243,24.073563,3.4603224,126.583336,19.410051,194.1529,82.43056,137.04811,8.873866,108.927605,440.56247,389.62943,41.350853,271.90588,88.80903,49.315243,69.55987,154.07176,25.235777,59.783302,462.96585,13.443239,20.79338,321.43832,14.116369,7.7762117,73.553314,59.503357,635.02637,170.02057,171.61217,1950.1566,34.277462,1572.3518,1338.4679,7.2887497,5.544618,1369.7058,17.394579,10.061111,361.69052,22.196354,42.46406,21.052933,64.37411,251.81659,331.53067,3.357625,31.275892,62.19434,315.50912,5.565697,84.21873,7.5939236,1.5553176,58.276604,1.1675191,1.398437,4.5791187,10.244661,22.715918,15.023299,26.054861,188.26608,33.930553,16.696428,29.994791,8.129762,93.56771,3.7378473,41.62632,6.6197915,63.028767,4.1144342,6.064689,16.243803,9.232812,18.827381,8.875694,0.9973632,59.01179,8.897038,196.85948,6.0987153,257.46036,17.609982,1114.8445,110.29413,3.6338794,8.06936,140.96547,175.72163,893.8714,898.32227 +2023-02-19 03:00:00,0.0,2306.1118,29.890854,4.9918175,9.260817,23.265179,180.47746,25.323954,45.72326,19.938225,29.637629,182.17728,204.15733,12.386736,31.826725,10.44205,3.2818336,32.671318,60.968758,38.44503,426.30597,27.017242,379.75418,135.54912,36.503788,202.48453,186.79405,77.89491,843.5977,270.75873,1928.2223,46.758858,2361.0535,623.1415,32.82989,27.039778,177.18019,170.97568,283.94684,1076.6292,48.09152,13.497596,9.752844,620.2812,517.9914,81.913246,18.53794,366.47153,26.614569,402.60306,11.878693,40.348217,0.0,1230.3235,2038.5043,0.28525138,41.583935,17.7132,14356.849,42.256912,1.5666994,12.591369,24.858656,24.47536,7.8199525,13.611459,352.91498,31.26513,10.367514,1.066991,7.276973,414.24988,0.464848,208.49164,85.14554,2590.0957,129.4241,116.038506,182.13417,1114.6571,78.32241,62.776173,935.69604,56.58791,66.605,10.21279,34.277405,220.83115,11.561401,8.894111,71.88572,18.08617,4461.8228,20.116203,30.276785,17.830526,18.452623,339.0,85.80405,32.64509,9.448067,9.966314,22.930817,62.88651,141.86798,47.55692,218.6916,26.521376,16.198847,80.19919,31.341452,23.476038,147.21133,16.127321,1.5735825,26.75713,11.197843,1192.2009,24.074753,3.467193,126.73214,19.41935,194.28319,82.46012,137.14944,8.8719225,108.93694,440.785,389.99634,41.368755,272.0265,88.89806,49.323814,69.561295,154.09335,25.242685,59.79602,462.95868,13.453662,20.80356,321.54288,14.1005745,7.771201,73.60682,59.538094,635.2918,170.09201,171.61952,1950.236,34.265217,1572.2802,1338.1758,7.2845535,5.541034,1369.483,17.394567,10.055952,361.63013,22.18471,42.450558,21.044203,64.351974,251.81425,331.43497,3.3556516,31.2669,62.143116,315.46783,5.5632024,84.21561,7.5923734,1.5557426,58.278122,1.1678638,1.3988863,4.581601,10.244289,22.711447,15.020728,26.057291,188.23431,33.91369,16.6875,29.992188,8.125256,93.530136,3.7359376,41.470314,6.6171875,63.032574,4.1055803,6.0545344,16.227102,9.23404,18.8125,8.85997,0.9972375,59.023293,8.895015,196.81439,6.0973926,257.47586,17.606586,1114.7274,110.28786,3.6355379,8.066962,140.97626,175.7319,893.8778,898.204 +2023-02-19 04:00:00,0.0,2306.5854,29.88047,4.991165,9.2535,23.27119,180.45811,25.32315,45.73041,19.944365,29.647646,182.03905,204.32832,12.385648,31.782618,10.453708,3.2800784,32.66164,60.877487,38.39047,426.23352,26.989271,379.6024,135.54453,36.469124,202.65298,186.71603,77.88919,843.20703,270.78647,1927.7139,46.742355,2361.002,623.0586,32.818905,27.033018,177.13475,170.83784,283.88773,1076.9429,48.11012,13.492543,9.752293,620.6299,518.2786,81.845825,18.565866,365.9369,26.643799,402.16742,11.882071,40.368893,0.0,1231.053,2039.1554,0.2852565,41.560326,17.719978,14364.063,42.273663,1.5669253,12.609126,24.879585,24.497505,7.826059,13.622421,353.0396,31.249008,10.382111,1.0674484,7.2804112,414.5261,0.4645181,208.62476,85.1369,2589.8875,129.43849,116.05557,182.11302,1115.357,78.32493,62.78858,935.0481,56.60711,66.5659,10.213679,34.285988,220.82248,11.559262,8.892756,71.9119,18.080112,4462.4004,20.121243,30.261906,17.834122,18.463495,339.05554,85.86289,32.63393,9.448303,9.968582,22.956425,62.907307,141.9678,47.54613,218.7449,26.538767,16.20857,80.25411,31.363007,23.469343,147.27246,16.140142,1.5738839,26.729744,11.19725,1192.1587,24.075943,3.4740632,126.88095,19.428648,194.41348,82.489685,137.2508,8.86998,108.94628,441.00757,390.36322,41.386654,272.14706,88.98711,49.332386,69.56272,154.11496,25.249596,59.808735,462.95148,13.464086,20.81374,321.64743,14.084779,7.76619,73.66033,59.572826,635.5573,170.16347,171.62688,1950.3152,34.252975,1572.2085,1337.8837,7.280357,5.5374503,1369.2603,17.394554,10.050794,361.56973,22.173065,42.437054,21.035473,64.32985,251.81194,331.3393,3.3536785,31.257908,62.091896,315.4265,5.5607076,84.212494,7.590823,1.5561677,58.27964,1.1682085,1.3993356,4.584083,10.243918,22.706976,15.018158,26.059723,188.20255,33.896824,16.678572,29.989584,8.1207485,93.49256,3.7340279,41.31431,6.6145835,63.03638,4.096726,6.044379,16.210402,9.235268,18.797619,8.844246,0.99711174,59.034794,8.892991,196.7693,6.09607,257.4914,17.60319,1114.6104,110.281586,3.6371963,8.064564,140.98703,175.74217,893.88416,898.08575 +2023-02-19 05:00:00,0.0,2307.0588,29.870085,4.9905124,9.246182,23.277203,180.43875,25.322346,45.73756,19.950506,29.657663,181.90082,204.4993,12.38456,31.738512,10.465364,3.278323,32.651962,60.786213,38.335903,426.1611,26.9613,379.45056,135.53995,36.434464,202.82146,186.63802,77.88347,842.8163,270.81418,1927.2054,46.725853,2360.9507,622.9757,32.80792,27.026258,177.08931,170.70001,283.8286,1077.2567,48.12872,13.48749,9.751741,620.97864,518.5658,81.7784,18.593796,365.40228,26.673029,401.73175,11.8854475,40.38957,0.0,1231.7827,2039.8066,0.2852616,41.536713,17.726755,14371.278,42.290417,1.5671511,12.626884,24.900517,24.51965,7.8321657,13.633383,353.16425,31.232887,10.396708,1.0679058,7.2838492,414.8023,0.46418822,208.75787,85.12827,2589.6792,129.45287,116.07265,182.09187,1116.057,78.32745,62.800987,934.40015,56.62631,66.5268,10.21457,34.294563,220.81383,11.557123,8.891401,71.938095,18.074057,4462.978,20.126282,30.247025,17.837717,18.474367,339.1111,85.92174,32.62277,9.448541,9.970849,22.982033,62.92811,142.06763,47.535343,218.79819,26.556158,16.218294,80.30903,31.384562,23.462648,147.3336,16.152964,1.5741853,26.702358,11.196657,1192.1166,24.077133,3.4809337,127.02976,19.437946,194.5438,82.51925,137.35213,8.868037,108.95562,441.2301,390.73013,41.404556,272.26767,89.07614,49.340954,69.564156,154.13655,25.256504,59.821453,462.9443,13.474508,20.82392,321.75195,14.068984,7.7611794,73.713844,59.607563,635.82275,170.23491,171.63423,1950.3945,34.240734,1572.1367,1337.5917,7.2761607,5.5338664,1369.0375,17.394543,10.045635,361.50934,22.16142,42.42355,21.026741,64.30772,251.8096,331.24362,3.3517053,31.248915,62.040676,315.38522,5.5582128,84.20937,7.589273,1.5565928,58.281162,1.1685531,1.3997849,4.586565,10.2435465,22.702507,15.015587,26.062153,188.17079,33.87996,16.669643,29.986979,8.116241,93.45499,3.7321181,41.1583,6.611979,63.040184,4.087872,6.0342245,16.193703,9.236495,18.782738,8.828522,0.996986,59.0463,8.890966,196.72421,6.094747,257.50693,17.599794,1114.4932,110.275314,3.6388547,8.062166,140.9978,175.75246,893.89056,897.96747 +2023-02-19 06:00:00,0.0,2307.5325,29.859701,4.9898596,9.238866,23.283215,180.4194,25.32154,45.744713,19.956648,29.66768,181.76257,204.67027,12.3834715,31.694405,10.477022,3.2765675,32.642284,60.694942,38.28134,426.08865,26.933329,379.29877,135.53535,36.3998,202.98993,186.56,77.87775,842.4256,270.84192,1926.697,46.70935,2360.8992,622.8928,32.796932,27.019499,177.04385,170.56218,283.76953,1077.5704,48.14732,13.482436,9.75119,621.32733,518.85297,81.71097,18.621723,364.86768,26.70226,401.2961,11.888824,40.410244,0.0,1232.5122,2040.4578,0.2852667,41.513103,17.733534,14378.492,42.30717,1.567377,12.644642,24.921448,24.541794,7.8382726,13.644345,353.28885,31.216766,10.411304,1.0683632,7.287287,415.07852,0.46385834,208.89099,85.119644,2589.471,129.46725,116.089714,182.07074,1116.757,78.32998,62.813396,933.7522,56.645508,66.4877,10.21546,34.303143,220.80516,11.554984,8.890047,71.96429,18.068,4463.5557,20.13132,30.232143,17.841312,18.485239,339.16666,85.98058,32.611607,9.448777,9.973116,23.00764,62.94891,142.16745,47.524555,218.85149,26.57355,16.228018,80.36395,31.406116,23.455956,147.39474,16.165787,1.5744866,26.674973,11.196064,1192.0743,24.078323,3.487804,127.17857,19.447245,194.67409,82.54881,137.45348,8.866095,108.96496,441.45267,391.09702,41.422455,272.38824,89.16518,49.349525,69.56558,154.15814,25.263414,59.83417,462.9371,13.484932,20.834097,321.8565,14.053189,7.756169,73.76736,59.642296,636.0882,170.30635,171.64159,1950.4739,34.22849,1572.0651,1337.2996,7.271964,5.5302825,1368.8147,17.394531,10.040476,361.44894,22.149776,42.410046,21.018011,64.28558,251.80727,331.14795,3.3497322,31.239922,61.989452,315.3439,5.555718,84.20626,7.5877233,1.5570179,58.28268,1.1688979,1.4002342,4.5890474,10.2431755,22.698036,15.013016,26.064583,188.13902,33.863094,16.660713,29.984375,8.111735,93.41741,3.7302084,41.002293,6.609375,63.04399,4.0790176,6.02407,16.177002,9.237723,18.767857,8.812798,0.9968602,59.0578,8.888943,196.67911,6.0934243,257.52243,17.596397,1114.3761,110.26904,3.6405134,8.059769,141.00858,175.76273,893.897,897.84924 +2023-02-19 07:00:00,0.0,2308.006,29.849316,4.9892073,9.231548,23.289227,180.40004,25.320736,45.75186,19.96279,29.677698,181.62434,204.84126,12.382384,31.650297,10.488679,3.274812,32.632607,60.603672,38.22678,426.01624,26.905355,379.14697,135.53078,36.365135,203.15839,186.48198,77.872025,842.0349,270.86966,1926.1887,46.69285,2360.848,622.80994,32.785942,27.01274,176.99841,170.42435,283.71042,1077.8842,48.165924,13.477384,9.750638,621.6761,519.1402,81.64355,18.649652,364.33304,26.73149,400.86047,11.892202,40.43092,0.0,1233.2417,2041.109,0.2852718,41.48949,17.74031,14385.707,42.323925,1.5676028,12.6624,24.942379,24.563938,7.8443794,13.655308,353.41348,31.200645,10.425901,1.0688205,7.2907257,415.35477,0.46352842,209.02412,85.11101,2589.2627,129.48164,116.10678,182.04959,1117.4569,78.3325,62.8258,933.1043,56.664703,66.44859,10.216351,34.31172,220.7965,11.552844,8.888692,71.99048,18.061943,4464.134,20.13636,30.217262,17.844908,18.49611,339.22223,86.03943,32.600445,9.449014,9.975384,23.03325,62.96971,142.26727,47.513763,218.90477,26.59094,16.237741,80.41887,31.427671,23.44926,147.45589,16.178608,1.574788,26.647587,11.195472,1192.0322,24.079515,3.4946744,127.32738,19.456543,194.80438,82.57837,137.55481,8.864152,108.9743,441.6752,391.46393,41.440357,272.50885,89.25422,49.358097,69.56701,154.17973,25.270323,59.84689,462.92993,13.495355,20.844276,321.96106,14.037394,7.7511578,73.82086,59.677032,636.35364,170.3778,171.64894,1950.5532,34.216248,1571.9934,1337.0074,7.267768,5.526699,1368.5918,17.39452,10.035317,361.38855,22.138132,42.39654,21.00928,64.26346,251.80495,331.05228,3.3477588,31.23093,61.938232,315.3026,5.553223,84.20314,7.586173,1.5574429,58.284203,1.1692425,1.4006836,4.5915294,10.242804,22.693565,15.010445,26.067015,188.10725,33.84623,16.651785,29.981771,8.107228,93.37984,3.7282987,40.846287,6.606771,63.0478,4.0701637,6.013915,16.160301,9.238951,18.752975,8.797073,0.9967345,59.0693,8.886919,196.63402,6.0921016,257.53796,17.593002,1114.259,110.26277,3.6421719,8.057371,141.01935,175.773,893.9034,897.73096 +2023-02-19 08:00:00,0.0,2308.4795,29.838932,4.9885545,9.224232,23.295238,180.38068,25.319931,45.759014,19.96893,29.687716,181.48611,205.01224,12.381296,31.60619,10.500337,3.2730567,32.62293,60.512398,38.17222,425.9438,26.877384,378.99518,135.5262,36.330475,203.32686,186.40396,77.866295,841.64417,270.89737,1925.6803,46.676346,2360.7964,622.7271,32.774956,27.00598,176.95297,170.28651,283.65134,1078.1979,48.184525,13.47233,9.750087,622.0248,519.42737,81.57612,18.67758,363.7984,26.76072,400.4248,11.895579,40.451595,0.0,1233.9714,2041.7601,0.2852769,41.465878,17.74709,14392.922,42.34068,1.5678287,12.680158,24.963308,24.586082,7.8504863,13.66627,353.53812,31.184525,10.440498,1.0692779,7.2941637,415.63098,0.46319854,209.15724,85.10238,2589.0547,129.49603,116.12385,182.02844,1118.1569,78.33502,62.83821,932.45636,56.683903,66.40949,10.21724,34.320297,220.78783,11.550705,8.887337,72.01667,18.055887,4464.7114,20.1414,30.202381,17.848503,18.506983,339.27777,86.098274,32.589287,9.44925,9.977651,23.058859,62.990513,142.3671,47.502975,218.95807,26.608334,16.247465,80.47379,31.449226,23.442568,147.51701,16.19143,1.5750892,26.620201,11.194879,1191.99,24.080706,3.5015447,127.47619,19.465841,194.93468,82.60793,137.65616,8.862209,108.983635,441.89777,391.8308,41.458256,272.62943,89.343254,49.36667,69.56844,154.20132,25.277231,59.859604,462.92273,13.505777,20.854456,322.0656,14.021599,7.746147,73.874374,59.711765,636.6191,170.44925,171.6563,1950.6326,34.204002,1571.9218,1336.7155,7.2635713,5.523115,1368.369,17.394508,10.030159,361.32816,22.126488,42.383038,21.00055,64.241325,251.80261,330.95657,3.3457856,31.221937,61.88701,315.26132,5.5507283,84.20003,7.584623,1.557868,58.28572,1.1695873,1.401133,4.5940113,10.242433,22.689096,15.007874,26.069445,188.0755,33.829365,16.642857,29.979166,8.102721,93.34226,3.726389,40.690277,6.6041665,63.051605,4.0613093,6.0037603,16.1436,9.240178,18.738096,8.781349,0.99660873,59.080807,8.884894,196.58893,6.090779,257.55347,17.589605,1114.142,110.2565,3.6438303,8.054974,141.03014,175.78326,893.9098,897.61273 +2023-02-19 09:00:00,0.0,2308.9531,29.828547,4.9879017,9.216914,23.30125,180.36133,25.319126,45.766167,19.97507,29.697733,181.34789,205.18321,12.380208,31.562082,10.511993,3.2713013,32.613247,60.421127,38.117657,425.87134,26.849413,378.84335,135.5216,36.29581,203.49533,186.32594,77.86057,841.2535,270.9251,1925.1719,46.659847,2360.745,622.6442,32.76397,26.99922,176.90752,170.14868,283.59222,1078.5117,48.203125,13.467278,9.749536,622.37354,519.71454,81.5087,18.70551,363.2638,26.78995,399.98917,11.898956,40.47227,0.0,1234.7009,2042.4113,0.28528202,41.44227,17.753866,14400.137,42.357433,1.5680544,12.697916,24.98424,24.608227,7.8565927,13.677233,353.66272,31.168404,10.455095,1.0697353,7.2976017,415.9072,0.46286863,209.29036,85.09375,2588.8464,129.5104,116.140915,182.0073,1118.8568,78.33754,62.850616,931.8084,56.703102,66.37039,10.21813,34.328876,220.77916,11.548566,8.8859825,72.04286,18.049831,4465.289,20.146437,30.1875,17.852098,18.517855,339.33334,86.15712,32.578125,9.449487,9.979918,23.084467,63.011314,142.46692,47.492188,219.01137,26.625725,16.257189,80.52871,31.470781,23.435873,147.57816,16.20425,1.5753906,26.592813,11.194286,1191.9478,24.081896,3.5084152,127.625,19.47514,195.06497,82.6375,137.75749,8.860266,108.99297,442.1203,392.19772,41.47616,272.75003,89.43229,49.37524,69.56987,154.22292,25.284142,59.872322,462.91556,13.516201,20.864635,322.17014,14.005804,7.741136,73.92789,59.746502,636.8845,170.52069,171.66365,1950.7119,34.19176,1571.8501,1336.4233,7.2593746,5.5195312,1368.1462,17.394497,10.025,361.26776,22.114843,42.36953,20.991817,64.21919,251.80028,330.8609,3.3438125,31.212946,61.83579,315.22,5.5482335,84.19691,7.5830727,1.5582931,58.28724,1.1699319,1.4015822,4.5964932,10.242061,22.684626,15.005302,26.071875,188.04373,33.8125,16.633928,29.976562,8.098214,93.30469,3.7244792,40.53427,6.6015625,63.05541,4.0524554,5.9936056,16.126902,9.2414055,18.723215,8.765625,0.99648297,59.092308,8.882871,196.54384,6.089456,257.569,17.58621,1114.0248,110.25022,3.6454887,8.052575,141.04091,175.79355,893.9162,897.49445 +2023-02-19 10:00:00,0.0,2309.4265,29.818163,4.9872494,9.209597,23.307262,180.34196,25.318321,45.773315,19.981213,29.70775,181.20964,205.3542,12.37912,31.517975,10.523651,3.2695458,32.60357,60.329857,38.063095,425.79892,26.821442,378.69156,135.51703,36.26115,203.6638,186.24792,77.85485,840.86273,270.95282,1924.6635,46.643345,2360.6938,622.56134,32.752983,26.99246,176.86206,170.01085,283.5331,1078.8254,48.221725,13.462224,9.748984,622.7222,520.0018,81.44127,18.733437,362.7292,26.81918,399.5535,11.902333,40.492947,0.0,1235.4305,2043.0625,0.2852871,41.418655,17.760645,14407.351,42.374187,1.5682803,12.715674,25.00517,24.630371,7.8626995,13.688194,353.78735,31.152283,10.469691,1.0701927,7.3010397,416.1834,0.46253875,209.4235,85.08512,2588.6382,129.5248,116.15799,181.98615,1119.5568,78.340065,62.863026,931.16046,56.7223,66.33129,10.219021,34.337456,220.77051,11.546426,8.884627,72.069046,18.043774,4465.8667,20.151476,30.172619,17.855694,18.528727,339.3889,86.215965,32.566963,9.449723,9.982184,23.110075,63.032116,142.56676,47.4814,219.06465,26.643116,16.26691,80.58363,31.492336,23.429178,147.6393,16.217072,1.5756919,26.565428,11.193693,1191.9056,24.083086,3.5152855,127.77381,19.484438,195.19528,82.66706,137.85884,8.858323,109.002304,442.34286,392.5646,41.494057,272.8706,89.52133,49.383812,69.5713,154.24452,25.29105,59.88504,462.90836,13.526624,20.874813,322.2747,13.990008,7.7361255,73.9814,59.781235,637.14996,170.59215,171.671,1950.7911,34.17952,1571.7783,1336.1312,7.2551785,5.5159473,1367.9235,17.394485,10.019841,361.20737,22.103199,42.356026,20.983088,64.19707,251.79794,330.76523,3.3418393,31.203953,61.78457,315.1787,5.545738,84.193794,7.5815225,1.5587181,58.28876,1.1702766,1.4020315,4.5989757,10.24169,22.680155,15.002731,26.074305,188.01196,33.795635,16.625,29.973959,8.093708,93.26711,3.7225695,40.378265,6.5989585,63.059216,4.043601,5.983451,16.1102,9.242634,18.708334,8.749901,0.9963572,59.10381,8.880847,196.49875,6.0881333,257.5845,17.582813,1113.9077,110.24395,3.6471472,8.050178,141.05168,175.80382,893.9226,897.3762 +2023-02-19 11:00:00,0.0,2309.9001,29.807777,4.9865966,9.20228,23.313274,180.32262,25.317516,45.780468,19.987352,29.717768,181.07141,205.52518,12.378032,31.47387,10.535308,3.2677903,32.59389,60.238586,38.00853,425.72647,26.793468,378.53976,135.51245,36.226486,203.83226,186.1699,77.84913,840.47205,270.98056,1924.1552,46.626842,2360.6423,622.47845,32.741997,26.9857,176.81662,169.87302,283.47403,1079.1392,48.240326,13.4571705,9.748433,623.0709,520.28894,81.37384,18.761366,362.19458,26.84841,399.11786,11.905711,40.513622,0.0,1236.1602,2043.7136,0.2852922,41.395046,17.767422,14414.565,42.39094,1.5685061,12.733432,25.0261,24.652515,7.8688064,13.699157,353.912,31.136162,10.484288,1.0706501,7.304478,416.45963,0.46220884,209.55661,85.076485,2588.43,129.53918,116.17506,181.965,1120.2568,78.34259,62.875435,930.5126,56.7415,66.29218,10.219911,34.34603,220.76184,11.544287,8.883272,72.09524,18.037718,4466.4443,20.156515,30.157738,17.85929,18.539598,339.44443,86.2748,32.555805,9.44996,9.984452,23.135683,63.052914,142.66658,47.47061,219.11795,26.660507,16.276634,80.63855,31.513891,23.422485,147.70042,16.229893,1.5759933,26.538042,11.1931,1191.8634,24.084276,3.522156,127.92262,19.493738,195.32558,82.696625,137.96019,8.85638,109.01164,442.5654,392.93152,41.51196,272.9912,89.61037,49.39238,69.57273,154.26611,25.297958,59.89776,462.90118,13.537046,20.884993,322.37924,13.974214,7.7311144,74.03491,59.81597,637.41547,170.66359,171.67836,1950.8705,34.167274,1571.7067,1335.8392,7.250982,5.5123634,1367.7007,17.394474,10.014683,361.14697,22.091555,42.34252,20.974356,64.174934,251.79562,330.66956,3.339866,31.194962,61.733345,315.13742,5.5432434,84.190674,7.5799727,1.5591432,58.29028,1.1706213,1.4024808,4.6014576,10.241318,22.675684,15.00016,26.076736,187.98021,33.77877,16.616072,29.971354,8.089201,93.22954,3.7206597,40.22226,6.596354,63.063023,4.034747,5.973296,16.0935,9.243861,18.693453,8.734177,0.9962315,59.11531,8.878822,196.45364,6.0868106,257.60004,17.579418,1113.7906,110.23768,3.6488059,8.04778,141.06245,175.81409,893.929,897.25793 +2023-02-19 12:00:00,0.0,2310.3738,29.797394,4.985944,9.1949625,23.319286,180.30325,25.316711,45.78762,19.993494,29.727785,180.93318,205.69615,12.376945,31.429762,10.546966,3.266035,32.584213,60.147312,37.953968,425.65405,26.765497,378.38794,135.50786,36.191822,204.00073,186.09189,77.84341,840.08136,271.0083,1923.6467,46.61034,2360.591,622.39557,32.731007,26.978941,176.77116,169.73518,283.41492,1079.4529,48.25893,13.452118,9.747881,623.4197,520.5761,81.30642,18.789293,361.65994,26.87764,398.68222,11.909088,40.534298,0.0,1236.8898,2044.3649,0.2852973,41.371433,17.774199,14421.78,42.407696,1.568732,12.75119,25.047031,24.67466,7.874913,13.710119,354.03662,31.12004,10.498885,1.0711075,7.307916,416.73584,0.46187896,209.68973,85.067856,2588.2217,129.55357,116.19212,181.94385,1120.9568,78.34511,62.88784,929.8646,56.7607,66.25308,10.2208,34.35461,220.75317,11.542148,8.881918,72.12143,18.031662,4467.0225,20.161554,30.142857,17.862885,18.55047,339.5,86.33365,32.544643,9.450196,9.986719,23.161291,63.073715,142.7664,47.45982,219.17123,26.6779,16.286358,80.693474,31.535446,23.41579,147.76157,16.242714,1.5762947,26.510656,11.192508,1191.8213,24.085466,3.5290263,128.07143,19.503036,195.45587,82.72619,138.06152,8.854438,109.02098,442.78796,393.2984,41.529858,273.1118,89.6994,49.40095,69.57416,154.2877,25.304869,59.910473,462.89398,13.54747,20.895172,322.48376,13.958419,7.726104,74.08842,59.850704,637.6809,170.73505,171.68571,1950.9497,34.155033,1571.635,1335.5471,7.2467856,5.5087795,1367.4779,17.394463,10.009523,361.08658,22.07991,42.329018,20.965626,64.15281,251.79329,330.57388,3.3378928,31.185968,61.682125,315.0961,5.5407486,84.18755,7.5784225,1.5595683,58.2918,1.1709659,1.4029301,4.6039395,10.240947,22.671215,14.997589,26.079166,187.94844,33.761906,16.607143,29.96875,8.084694,93.19196,3.71875,40.06625,6.59375,63.06683,4.0258927,5.9631414,16.076801,9.245089,18.678572,8.718452,0.99610573,59.126816,8.876799,196.40855,6.085488,257.61557,17.576021,1113.6736,110.23141,3.6504643,8.0453825,141.07324,175.82437,893.9354,897.1397 +2023-02-19 13:00:00,0.0,2310.8472,29.787008,4.9852915,9.187646,23.325298,180.28389,25.315907,45.79477,19.999636,29.737803,180.79495,205.86714,12.375856,31.385654,10.558622,3.2642796,32.574535,60.05604,37.899406,425.5816,26.737526,378.23615,135.50328,36.15716,204.1692,186.01387,77.837685,839.6906,271.036,1923.1383,46.593838,2360.5396,622.3127,32.72002,26.972181,176.72572,169.59735,283.3558,1079.7667,48.27753,13.447064,9.74733,623.7684,520.8633,81.23899,18.817223,361.1253,26.90687,398.24655,11.912465,40.554974,0.0,1237.6193,2045.016,0.2853024,41.347824,17.780977,14428.994,42.42445,1.5689578,12.768948,25.067963,24.696804,7.8810196,13.721082,354.16122,31.10392,10.513482,1.0715648,7.311354,417.0121,0.46154904,209.82286,85.05923,2588.0134,129.56795,116.2092,181.9227,1121.6567,78.34763,62.90025,929.2167,56.779896,66.21398,10.221691,34.36319,220.7445,11.540009,8.880563,72.14762,18.025604,4467.6,20.166594,30.127975,17.86648,18.561342,339.55554,86.392494,32.53348,9.450433,9.988986,23.186901,63.094517,142.86623,47.44903,219.22453,26.695292,16.296082,80.74839,31.557001,23.409098,147.82271,16.255535,1.576596,26.48327,11.191915,1191.779,24.086658,3.5358968,128.22025,19.512335,195.58617,82.75575,138.16287,8.852495,109.03032,443.0105,393.6653,41.54776,273.2324,89.788445,49.409523,69.575584,154.3093,25.311777,59.92319,462.8868,13.557893,20.905352,322.58832,13.942623,7.7210927,74.14193,59.88544,637.94635,170.80649,171.69307,1951.029,34.142788,1571.5634,1335.255,7.242589,5.505196,1367.255,17.394451,10.004365,361.02618,22.068266,42.315514,20.956894,64.13068,251.79095,330.47818,3.3359196,31.176975,61.630905,315.0548,5.538254,84.18444,7.5768723,1.5599934,58.29332,1.1713107,1.4033794,4.606422,10.240575,22.666744,14.995018,26.081596,187.91669,33.74504,16.598213,29.966146,8.080188,93.15439,3.7168405,39.910244,6.591146,63.070633,4.017039,5.9529867,16.0601,9.246317,18.66369,8.702728,0.99597996,59.138317,8.874774,196.36346,6.084165,257.63107,17.572626,1113.5564,110.225136,3.6521227,8.042985,141.08401,175.83464,893.94183,897.0214 +2023-02-19 14:00:00,0.0,2311.3208,29.776625,4.9846387,9.180328,23.33131,180.26454,25.315102,45.80192,20.005777,29.747822,180.65671,206.03812,12.374768,31.341547,10.57028,3.2625241,32.564857,59.96477,37.844845,425.50916,26.709555,378.08435,135.49869,36.122498,204.33768,185.93585,77.831955,839.2999,271.06375,1922.6299,46.577335,2360.4883,622.22986,32.709034,26.965422,176.68028,169.4595,283.29672,1080.0804,48.29613,13.442012,9.7467785,624.1171,521.1505,81.17157,18.84515,360.5907,26.9361,397.8109,11.915843,40.57565,0.0,1238.3489,2045.6671,0.28530753,41.32421,17.787754,14436.209,42.441204,1.5691837,12.786706,25.088894,24.718948,7.8871264,13.732044,354.28586,31.087797,10.528079,1.0720222,7.314792,417.2883,0.46121916,209.95598,85.0506,2587.8054,129.58234,116.226265,181.90155,1122.3567,78.35016,62.912655,928.5687,56.799095,66.17488,10.222581,34.37177,220.73584,11.5378685,8.879208,72.17381,18.019548,4468.1777,20.171633,30.113094,17.870075,18.572214,339.6111,86.45134,32.52232,9.450669,9.991254,23.21251,63.11532,142.96605,47.438244,219.27783,26.712683,16.305805,80.803314,31.578558,23.402403,147.88383,16.268358,1.5768973,26.455885,11.191322,1191.7368,24.087849,3.542767,128.36905,19.521633,195.71646,82.78532,138.2642,8.850553,109.03966,443.23303,394.0322,41.56566,273.35297,89.87748,49.418095,69.57702,154.33089,25.318687,59.93591,462.8796,13.568316,20.91553,322.69287,13.926828,7.716082,74.19544,59.920174,638.2118,170.87793,171.70044,1951.1085,34.130547,1571.4916,1334.963,7.238393,5.501612,1367.0322,17.39444,9.999207,360.9658,22.056622,42.30201,20.948164,64.10854,251.78864,330.3825,3.3339465,31.167984,61.57968,315.0135,5.535759,84.18132,7.575322,1.5604184,58.29484,1.1716553,1.4038287,4.608904,10.240204,22.662273,14.992447,26.084028,187.88492,33.728172,16.589285,29.963541,8.075681,93.11681,3.7149308,39.75424,6.5885415,63.07444,4.0081844,5.942832,16.0434,9.247544,18.64881,8.687004,0.9958542,59.14982,8.87275,196.31837,6.0828424,257.6466,17.56923,1113.4393,110.218864,3.6537812,8.040586,141.09479,175.84491,893.94824,896.9032 +2023-02-19 15:00:00,0.0,2311.7942,29.76624,4.983986,9.173012,23.337322,180.24518,25.314297,45.809074,20.011917,29.75784,180.51848,206.20909,12.37368,31.29744,10.581937,3.2607687,32.55518,59.873497,37.790283,425.43674,26.681581,377.93253,135.49411,36.087837,204.50613,185.85783,77.82623,838.90924,271.09146,1922.1215,46.560837,2360.4368,622.147,32.698048,26.958662,176.63484,169.32167,283.2376,1080.3942,48.31473,13.436958,9.746227,624.4658,521.4377,81.10414,18.87308,360.0561,26.96533,397.37527,11.91922,40.596325,0.0,1239.0785,2046.3184,0.28531262,41.300602,17.794533,14443.424,42.45796,1.5694095,12.804463,25.109823,24.741093,7.8932333,13.743007,354.4105,31.071676,10.542676,1.0724796,7.3182306,417.5645,0.46088925,210.0891,85.04196,2587.5972,129.59673,116.24333,181.8804,1123.0566,78.35268,62.925064,927.9208,56.818295,66.13577,10.223472,34.38035,220.72717,11.535729,8.877853,72.200005,18.01349,4468.7554,20.176672,30.098215,17.87367,18.583086,339.66666,86.510185,32.51116,9.450907,9.993521,23.238117,63.13612,143.06587,47.427456,219.33112,26.730074,16.315529,80.85823,31.600113,23.395708,147.94498,16.28118,1.5771986,26.4285,11.190729,1191.6947,24.089039,3.5496376,128.51785,19.530931,195.84676,82.81488,138.36555,8.848609,109.048996,443.4556,394.3991,41.58356,273.47357,89.966515,49.426666,69.578445,154.35248,25.325596,59.948627,462.87244,13.578739,20.925709,322.79742,13.911034,7.711071,74.248955,59.95491,638.47723,170.94939,171.7078,1951.1877,34.1183,1571.4199,1334.6709,7.234196,5.4980283,1366.8094,17.394428,9.994047,360.9054,22.044977,42.288506,20.939432,64.08642,251.7863,330.28683,3.331973,31.15899,61.52846,314.9722,5.533264,84.17821,7.573772,1.5608435,58.29636,1.172,1.4042782,4.611386,10.239832,22.657804,14.989877,26.086458,187.85315,33.711308,16.580357,29.960938,8.071174,93.07924,3.713021,39.59823,6.5859375,63.078247,3.9993303,5.932677,16.026701,9.248772,18.633928,8.67128,0.9957285,59.16132,8.870727,196.27328,6.0815196,257.6621,17.565834,1113.3223,110.212585,3.6554396,8.038189,141.10556,175.85518,893.9546,896.7849 +2023-02-19 16:00:00,0.0,2312.2678,29.755856,4.9833336,9.165694,23.343334,180.22583,25.313492,45.816223,20.018059,29.767857,180.38025,206.38008,12.372592,31.253332,10.593594,3.2590134,32.5455,59.782227,37.735718,425.3643,26.65361,377.78073,135.48953,36.053173,204.6746,185.77982,77.82051,838.5185,271.1192,1921.6132,46.544334,2360.3855,622.0641,32.68706,26.951902,176.58939,169.18384,283.17853,1080.708,48.333332,13.431905,9.745676,624.8146,521.72485,81.03671,18.901009,359.52148,26.99456,396.9396,11.922597,40.617,0.0,1239.808,2046.9695,0.28531772,41.27699,17.80131,14450.639,42.474712,1.5696354,12.822222,25.130754,24.763237,7.89934,13.753968,354.5351,31.055555,10.557273,1.072937,7.3216686,417.84073,0.46055937,210.22223,85.03333,2587.389,129.61111,116.26041,181.85925,1123.7566,78.3552,62.93747,927.2729,56.837494,66.09667,10.224361,34.388924,220.71852,11.53359,8.876498,72.22619,18.007435,4469.3335,20.181711,30.083334,17.877266,18.593958,339.72223,86.56903,32.5,9.451143,9.995788,23.263725,63.15692,143.1657,47.416668,219.38441,26.747467,16.325253,80.913155,31.621668,23.389015,148.00612,16.294,1.5775,26.401114,11.190136,1191.6525,24.090229,3.5565078,128.66667,19.54023,195.97707,82.844444,138.46689,8.846666,109.058334,443.67813,394.766,41.60146,273.59415,90.05556,49.435238,69.57987,154.37408,25.332504,59.96134,462.86523,13.589162,20.935888,322.90195,13.895238,7.7060604,74.30246,59.989643,638.7427,171.02083,171.71515,1951.2671,34.10606,1571.3483,1334.3788,7.23,5.4944444,1366.5867,17.394417,9.988889,360.845,22.033333,42.275,20.930702,64.064285,251.78397,330.19116,3.33,31.15,61.477238,314.9309,5.5307693,84.17509,7.572222,1.5612686,58.29788,1.1723447,1.4047275,4.6138678,10.239461,22.653334,14.987306,26.088888,187.8214,33.694443,16.571428,29.958334,8.066667,93.041664,3.7111113,39.442223,6.5833335,63.082054,3.9904761,5.922522,16.01,9.25,18.619047,8.655556,0.9956027,59.172825,8.868702,196.22818,6.080197,257.67764,17.562437,1113.2052,110.206314,3.6570983,8.035791,141.11633,175.86546,893.961,896.6667 +2023-02-19 17:00:00,0.0,2312.7415,29.745472,4.982681,9.158378,23.349346,180.20647,25.312687,45.823376,20.0242,29.777874,180.24202,206.55106,12.371505,31.209225,10.605251,3.257258,32.535824,59.690956,37.681156,425.29187,26.625639,377.62894,135.48494,36.01851,204.84308,185.7018,77.81479,838.1278,271.14694,1921.1047,46.527832,2360.334,621.9812,32.67607,26.945143,176.54395,169.046,283.11942,1081.0217,48.351936,13.426852,9.745124,625.16327,522.0121,80.96929,18.928936,358.98685,27.02379,396.50397,11.925975,40.637676,0.0,1240.5376,2047.6207,0.28532282,41.253376,17.808088,14457.853,42.491467,1.5698613,12.839979,25.151684,24.785381,7.9054465,13.764931,354.65973,31.039434,10.57187,1.0733944,7.3251066,418.11694,0.4602295,210.35535,85.024704,2587.1807,129.62549,116.27747,181.8381,1124.4565,78.35773,62.94988,926.62494,56.856693,66.05757,10.225251,34.397503,220.70985,11.53145,8.875143,72.25238,18.001379,4469.911,20.18675,30.068453,17.880861,18.60483,339.77777,86.62788,32.48884,9.45138,9.998055,23.289333,63.177723,143.26552,47.405876,219.4377,26.764858,16.334976,80.96807,31.643223,23.38232,148.06725,16.306822,1.5778013,26.373728,11.189544,1191.6104,24.09142,3.5633783,128.81548,19.549528,196.10736,82.87401,138.56824,8.844724,109.06767,443.9007,395.1329,41.61936,273.71475,90.14459,49.44381,69.58131,154.39568,25.339415,59.97406,462.85806,13.599586,20.946068,323.0065,13.879443,7.70105,74.35597,60.024376,639.0081,171.09227,171.7225,1951.3464,34.09382,1571.2766,1334.0868,7.2258034,5.4908605,1366.3639,17.394405,9.98373,360.7846,22.021688,42.261497,20.921972,64.04215,251.78165,330.09546,3.3280268,31.141006,61.426018,314.8896,5.5282745,84.171974,7.570672,1.5616935,58.2994,1.1726893,1.4051768,4.61635,10.239089,22.648863,14.984735,26.09132,187.78963,33.677578,16.5625,29.955729,8.0621605,93.00409,3.7092016,39.286217,6.580729,63.085857,3.981622,5.9123673,15.9933,9.251227,18.604166,8.639832,0.99547696,59.184326,8.866678,196.18309,6.078874,257.69318,17.55904,1113.088,110.20004,3.6587567,8.033394,141.12712,175.87573,893.9674,896.54846 +2023-02-19 18:00:00,0.0,2313.2148,29.735086,4.982028,9.15106,23.355358,180.1871,25.311882,45.83053,20.03034,29.787891,180.10379,206.72203,12.370417,31.16512,10.616908,3.2555025,32.526146,59.59968,37.626595,425.21942,26.597666,377.4771,135.48036,35.98385,205.01154,185.62378,77.80907,837.7371,271.17465,1920.5963,46.51133,2360.2827,621.8983,32.665085,26.938383,176.4985,168.90817,283.0603,1081.3354,48.370537,13.421799,9.744573,625.512,522.29926,80.90186,18.956865,358.4522,27.05302,396.06833,11.929352,40.65835,0.0,1241.2672,2048.272,0.2853279,41.229767,17.814865,14465.067,42.50822,1.5700871,12.857738,25.172615,24.807526,7.9115534,13.775893,354.78436,31.023314,10.586467,1.0738517,7.328545,418.39316,0.45989957,210.48846,85.01607,2586.9724,129.63988,116.29454,181.81696,1125.1565,78.360245,62.962284,925.977,56.875893,66.01846,10.226142,34.406082,220.70119,11.529311,8.873789,72.27857,17.995321,4470.489,20.19179,30.053572,17.884457,18.615702,339.83334,86.68672,32.47768,9.451616,10.000322,23.314941,63.19852,143.36534,47.39509,219.491,26.78225,16.3447,81.022995,31.664778,23.375626,148.12839,16.319643,1.5781027,26.34634,11.188951,1191.5681,24.09261,3.5702486,128.96428,19.558826,196.23766,82.90357,138.66957,8.842781,109.07701,444.12323,395.4998,41.63726,273.83533,90.233635,49.452377,69.58273,154.41727,25.346323,59.98678,462.85086,13.610008,20.956247,323.11105,13.863648,7.6960387,74.409485,60.059113,639.2736,171.16373,171.72986,1951.4257,34.081573,1571.205,1333.7947,7.221607,5.4872766,1366.1411,17.394394,9.978571,360.7242,22.010044,42.24799,20.91324,64.02003,251.77931,329.9998,3.3260534,31.132015,61.374798,314.8483,5.5257797,84.16885,7.569122,1.5621186,58.30092,1.1730341,1.405626,4.618832,10.238718,22.644394,14.982163,26.09375,187.75786,33.660713,16.553572,29.953125,8.057653,92.966515,3.7072918,39.13021,6.578125,63.089664,3.9727678,5.9022126,15.9766,9.252455,18.589287,8.624107,0.99535125,59.195827,8.864655,196.138,6.0775514,257.70868,17.555645,1112.971,110.19377,3.6604152,8.030996,141.1379,175.886,893.9738,896.4302 +2023-02-19 19:00:00,0.0,2313.6885,29.724703,4.9813757,9.1437435,23.36137,180.16776,25.311077,45.837677,20.036482,29.797909,179.96555,206.89302,12.3693285,31.121012,10.628566,3.253747,32.516468,59.50841,37.572033,425.147,26.569695,377.32532,135.47578,35.949184,205.18001,185.54576,77.80334,837.3464,271.2024,1920.0879,46.494827,2360.2312,621.8155,32.6541,26.931623,176.45305,168.77034,283.00122,1081.6492,48.389137,13.416746,9.744021,625.8607,522.5864,80.83444,18.984793,357.9176,27.08225,395.63266,11.932729,40.679028,0.0,1241.9968,2048.923,0.28533304,41.206154,17.821644,14472.282,42.52497,1.570313,12.875495,25.193544,24.82967,7.91766,13.786856,354.90897,31.007193,10.601064,1.0743091,7.331983,418.66937,0.4595697,210.6216,85.00744,2586.7644,129.65427,116.31161,181.79582,1125.8564,78.36277,62.974693,925.32904,56.895092,65.97936,10.227032,34.414658,220.69252,11.527172,8.872434,72.30476,17.989265,4471.0664,20.196829,30.03869,17.88805,18.626574,339.8889,86.74557,32.46652,9.451853,10.002589,23.34055,63.219322,143.46516,47.3843,219.54428,26.79964,16.354424,81.07791,31.686333,23.368933,148.18953,16.332464,1.578404,26.318954,11.188358,1191.526,24.0938,3.577119,129.1131,19.568127,196.36795,82.933136,138.77092,8.840838,109.08635,444.3458,395.8667,41.655163,273.95593,90.32267,49.46095,69.58416,154.43886,25.353231,59.999496,462.8437,13.620431,20.966425,323.21558,13.847853,7.691028,74.463,60.093845,639.53906,171.23517,171.73721,1951.5051,34.069332,1571.1332,1333.5026,7.2174106,5.4836926,1365.9183,17.39438,9.9734125,360.66385,21.9984,42.234486,20.90451,63.997894,251.77698,329.9041,3.3240802,31.123022,61.323574,314.807,5.523285,84.16574,7.5675716,1.5625437,58.30244,1.1733787,1.4060754,4.621314,10.238346,22.639923,14.979592,26.09618,187.7261,33.64385,16.544643,29.950521,8.053146,92.92894,3.705382,38.9742,6.575521,63.09347,3.9639137,5.892058,15.9599,9.253683,18.574406,8.608383,0.9952255,59.20733,8.86263,196.09291,6.0762286,257.7242,17.552248,1112.8539,110.1875,3.6620736,8.028598,141.14867,175.89629,893.9802,896.31195 +2023-02-19 20:00:00,0.0,2314.1619,29.714317,4.980723,9.136426,23.367382,180.14839,25.310272,45.84483,20.042624,29.807926,179.82732,207.064,12.36824,31.076904,10.640223,3.2519917,32.50679,59.41714,37.51747,425.07455,26.541723,377.17352,135.47119,35.914524,205.34848,185.46774,77.797615,836.9557,271.2301,1919.5796,46.478325,2360.18,621.7326,32.643112,26.924864,176.40761,168.6325,282.9421,1081.963,48.407738,13.411693,9.74347,626.2094,522.87366,80.76701,19.012722,357.383,27.11148,395.19702,11.936107,40.699703,0.0,1242.7263,2049.5742,0.28533813,41.182545,17.82842,14479.497,42.541725,1.5705388,12.893253,25.214474,24.851814,7.923767,13.797818,355.0336,30.991072,10.615661,1.0747665,7.335421,418.94562,0.45923978,210.75471,84.99881,2586.5562,129.66864,116.32869,181.77467,1126.5564,78.365295,62.987103,924.68115,56.914288,65.94026,10.227922,34.423237,220.68385,11.525033,8.8710785,72.330956,17.983208,4471.6445,20.201868,30.02381,17.891645,18.637445,339.94443,86.80441,32.455357,9.452089,10.004857,23.36616,63.240124,143.56499,47.373512,219.59758,26.817034,16.364145,81.132835,31.707888,23.362238,148.25066,16.345285,1.5787053,26.291569,11.187765,1191.4838,24.094992,3.5839894,129.2619,19.577425,196.49825,82.9627,138.87225,8.838896,109.09569,444.56833,396.23358,41.67306,274.0765,90.411705,49.46952,69.585594,154.46045,25.360142,60.01221,462.8365,13.630855,20.976604,323.32013,13.832058,7.686017,74.5165,60.128582,639.8045,171.30661,171.74457,1951.5845,34.057087,1571.0615,1333.2106,7.213214,5.480109,1365.6954,17.39437,9.968254,360.60345,21.986755,42.22098,20.895779,63.975765,251.77466,329.80844,3.322107,31.114029,61.272354,314.7657,5.52079,84.16262,7.5660214,1.5629689,58.30396,1.1737235,1.4065247,4.6237965,10.237975,22.635452,14.977021,26.098612,187.69434,33.626984,16.535713,29.947916,8.048639,92.89137,3.7034724,38.818195,6.5729165,63.09728,3.9550595,5.881903,15.943199,9.25491,18.559525,8.592659,0.9950997,59.218834,8.860606,196.04782,6.074906,257.73972,17.548853,1112.7368,110.18123,3.663732,8.0262,141.15944,175.90656,893.98663,896.19366 +2023-02-19 21:00:00,0.0,2314.6355,29.703934,4.98007,9.129109,23.373394,180.12904,25.309467,45.851982,20.048765,29.817944,179.68909,207.23497,12.367152,31.032797,10.65188,3.2502363,32.497112,59.325867,37.462906,425.0021,26.513752,377.0217,135.46661,35.87986,205.51695,185.38972,77.79189,836.565,271.25784,1919.0712,46.461823,2360.1284,621.6497,32.632126,26.918104,176.36217,168.49467,282.88303,1082.2767,48.42634,13.406639,9.742919,626.55817,523.1608,80.699585,19.04065,356.84836,27.14071,394.76138,11.939484,40.72038,0.0,1243.4559,2050.2253,0.28534323,41.15893,17.8352,14486.711,42.55848,1.5707647,12.911012,25.235405,24.873959,7.9298735,13.80878,355.15823,30.97495,10.630258,1.0752239,7.338859,419.22183,0.4589099,210.88783,84.99018,2586.348,129.68303,116.34576,181.75352,1127.2563,78.36781,62.999508,924.0332,56.933487,65.90116,10.228812,34.431816,220.6752,11.522893,8.869724,72.35714,17.977152,4472.222,20.206907,30.008928,17.89524,18.648317,340.0,86.86326,32.444195,9.452326,10.007124,23.391768,63.260925,143.66481,47.362724,219.65088,26.834425,16.373869,81.18775,31.729443,23.355545,148.3118,16.358107,1.5790067,26.264183,11.187172,1191.4415,24.096182,3.59086,129.41072,19.586723,196.62856,82.99226,138.9736,8.836953,109.10503,444.7909,396.6005,41.690964,274.1971,90.50075,49.478092,69.58702,154.48206,25.36705,60.02493,462.8293,13.641277,20.986784,323.42468,13.816263,7.6810064,74.570015,60.163315,640.06995,171.37807,171.75192,1951.6637,34.044846,1570.9899,1332.9185,7.2090178,5.4765253,1365.4727,17.394358,9.963095,360.54306,21.975111,42.207478,20.887049,63.953636,251.77232,329.71277,3.320134,31.105038,61.22113,314.7244,5.5182953,84.15951,7.5644717,1.5633938,58.305477,1.1740681,1.406974,4.6262784,10.237603,22.630983,14.97445,26.101042,187.66257,33.61012,16.526785,29.945312,8.044133,92.8538,3.7015626,38.66219,6.5703125,63.10108,3.9462054,5.8717484,15.926499,9.256138,18.544643,8.576935,0.99497396,59.230335,8.858582,196.00272,6.073583,257.75525,17.545456,1112.6196,110.17496,3.6653907,8.023803,141.17021,175.91682,893.99304,896.07544 +2023-02-19 22:00:00,0.0,2315.1091,29.693548,4.979418,9.121792,23.379404,180.10968,25.308662,45.85913,20.054905,29.827961,179.55086,207.40596,12.366064,30.98869,10.663537,3.2484808,32.487434,59.234596,37.408344,424.9297,26.485779,376.8699,135.46202,35.845196,205.68541,185.3117,77.78617,836.17426,271.28558,1918.5627,46.445324,2360.0771,621.56683,32.621136,26.911345,176.31673,168.35684,282.8239,1082.5905,48.44494,13.401587,9.742368,626.90686,523.448,80.632164,19.068579,356.31372,27.16994,394.3257,11.942861,40.741055,0.0,1244.1855,2050.8765,0.28534833,41.135323,17.841976,14493.926,42.575233,1.5709904,12.928769,25.256336,24.896103,7.9359803,13.819742,355.28287,30.95883,10.644855,1.0756813,7.3422976,419.49805,0.45858,211.02097,84.981544,2586.1396,129.69742,116.36282,181.73238,1127.9564,78.37034,63.011917,923.38525,56.952686,65.86205,10.229702,34.44039,220.66653,11.520754,8.868369,72.38333,17.971096,4472.8,20.211946,29.994047,17.898836,18.65919,340.05554,86.922104,32.433037,9.452562,10.009391,23.417376,63.281727,143.76463,47.351936,219.70416,26.851816,16.383593,81.242676,31.750998,23.34885,148.37294,16.37093,1.579308,26.236797,11.18658,1191.3994,24.097372,3.5977302,129.55952,19.596022,196.75885,83.02183,139.07494,8.83501,109.114365,445.01343,396.96738,41.708862,274.3177,90.58978,49.486664,69.58845,154.50365,25.37396,60.037647,462.8221,13.651701,20.996964,323.52924,13.8004675,7.6759953,74.62353,60.19805,640.3354,171.44951,171.75928,1951.743,34.0326,1570.9182,1332.6263,7.204821,5.4729414,1365.2499,17.394346,9.957936,360.48267,21.963467,42.193974,20.878317,63.931503,251.76999,329.61707,3.3181605,31.096045,61.16991,314.68307,5.5158005,84.15639,7.5629215,1.5638189,58.307,1.1744127,1.4074233,4.6287603,10.237232,22.626513,14.971879,26.103472,187.63081,33.593254,16.517857,29.942709,8.039626,92.81622,3.699653,38.50618,6.5677085,63.10489,3.9373512,5.8615937,15.9098,9.257366,18.529762,8.561211,0.99484825,59.241837,8.856558,195.95763,6.0722604,257.77078,17.54206,1112.5026,110.16868,3.6670492,8.021405,141.181,175.9271,893.99945,895.95715 +2023-02-19 23:00:00,0.0,2315.5825,29.683165,4.978765,9.114475,23.385416,180.09032,25.307858,45.866283,20.061047,29.837978,179.41261,207.57693,12.364977,30.944582,10.675195,3.2467253,32.477757,59.143326,37.353783,424.85724,26.457808,376.7181,135.45744,35.810535,205.85388,185.23369,77.78045,835.78357,271.3133,1918.0543,46.42882,2360.0256,621.48395,32.61015,26.904585,176.27127,168.21901,282.7648,1082.9042,48.463543,13.396533,9.741816,627.2556,523.73517,80.564735,19.096506,355.7791,27.199171,393.89008,11.946238,40.76173,0.0,1244.915,2051.5278,0.28535342,41.11171,17.848755,14501.141,42.591988,1.5712163,12.9465275,25.277267,24.918247,7.942087,13.830705,355.40747,30.942709,10.659451,1.0761387,7.3457355,419.77426,0.4582501,211.15408,84.972916,2585.9314,129.7118,116.37989,181.71123,1128.6564,78.37286,63.024323,922.7373,56.971886,65.82295,10.230593,34.44897,220.65787,11.518615,8.867014,72.40952,17.965038,4473.3774,20.216986,29.979166,17.902431,18.670061,340.1111,86.98095,32.421875,9.452799,10.011659,23.442984,63.30253,143.86447,47.341145,219.75746,26.869207,16.393316,81.29759,31.772552,23.342155,148.43407,16.38375,1.5796094,26.209412,11.1859865,1191.3572,24.098562,3.6046007,129.70833,19.60532,196.88914,83.05139,139.17628,8.833067,109.123695,445.236,397.3343,41.726765,274.4383,90.67882,49.495235,69.58988,154.52524,25.380869,60.050365,462.81494,13.662124,21.007141,323.63376,13.784673,7.6709847,74.67704,60.232784,640.6008,171.52097,171.76663,1951.8223,34.02036,1570.8464,1332.3344,7.200625,5.4693575,1365.0271,17.394335,9.952778,360.42227,21.951822,42.18047,20.869587,63.909374,251.76767,329.5214,3.3161874,31.087053,61.11869,314.64178,5.513305,84.153275,7.5613713,1.564244,58.308517,1.1747575,1.4078727,4.6312428,10.23686,22.622042,14.969308,26.105904,187.59904,33.57639,16.508928,29.940104,8.035119,92.77865,3.6977432,38.350174,6.565104,63.108696,3.928497,5.851439,15.893099,9.258594,18.514881,8.5454855,0.9947225,59.25334,8.854534,195.91254,6.0709376,257.7863,17.538664,1112.3855,110.16241,3.6687076,8.019008,141.19177,175.93738,894.00586,895.8389 +2023-02-20 00:00:00,0.0,2316.0562,29.67278,4.978112,9.107158,23.391428,180.07097,25.307053,45.873436,20.067188,29.847996,179.27438,207.74791,12.363889,30.900476,10.6868515,3.24497,32.468075,59.052055,37.29922,424.78482,26.429836,376.56628,135.45287,35.77587,206.02235,185.15567,77.77473,835.3928,271.34103,1917.5459,46.41232,2359.9744,621.40106,32.599163,26.897825,176.22583,168.08118,282.70572,1083.218,48.482143,13.3914795,9.741264,627.6043,524.0224,80.497314,19.124435,355.2445,27.228401,393.4544,11.9496155,40.782406,0.0,1245.6448,2052.179,0.28535855,41.0881,17.855532,14508.3545,42.60874,1.5714421,12.964285,25.298197,24.940392,7.948194,13.841667,355.5321,30.926588,10.674047,1.076596,7.3491735,420.05048,0.4579202,211.2872,84.96429,2585.7231,129.72618,116.39696,181.69008,1129.3563,78.37538,63.03673,922.08936,56.991085,65.78385,10.2314825,34.45755,220.6492,11.516475,8.86566,72.435715,17.958982,4473.9556,20.222023,29.964285,17.906027,18.680933,340.16666,87.039795,32.410713,9.453035,10.013926,23.468592,63.323326,143.9643,47.330357,219.81075,26.8866,16.40304,81.352516,31.794107,23.335463,148.49521,16.396572,1.5799108,26.182026,11.185394,1191.3151,24.099752,3.6114712,129.85715,19.614618,197.01944,83.080956,139.27762,8.831124,109.13303,445.45853,397.70117,41.744663,274.55887,90.76786,49.503803,69.59131,154.54683,25.387777,60.06308,462.80774,13.672546,21.01732,323.7383,13.768878,7.6659737,74.730545,60.26752,640.8663,171.5924,171.77399,1951.9016,34.008118,1570.7748,1332.0422,7.1964283,5.4657736,1364.8043,17.394323,9.9476185,360.36188,21.940178,42.166965,20.860855,63.887245,251.76534,329.42572,3.3142142,31.07806,61.067467,314.6005,5.5108104,84.150154,7.559821,1.564669,58.31004,1.1751021,1.408322,4.6337247,10.236488,22.61757,14.966737,26.108334,187.56729,33.559525,16.5,29.9375,8.030613,92.74107,3.6958334,38.194168,6.5625,63.112503,3.9196427,5.8412843,15.876399,9.259821,18.5,8.529761,0.9945967,59.264843,8.8525095,195.86745,6.069615,257.80182,17.535269,1112.2684,110.156136,3.670366,8.016609,141.20255,175.94765,894.01227,895.72064 +2023-02-20 01:00:00,0.0,2316.5295,29.662395,4.97746,9.099841,23.39744,180.0516,25.306248,45.880585,20.073328,29.858013,179.13615,207.9189,12.362801,30.856369,10.698509,3.2432146,32.458397,58.96078,37.24466,424.71237,26.401865,376.4145,135.44827,35.74121,206.19083,185.07765,77.769,835.00214,271.36874,1917.0376,46.395817,2359.9229,621.31824,32.588177,26.891066,176.18039,167.94334,282.6466,1083.5317,48.500744,13.386427,9.740713,627.95306,524.3096,80.429886,19.152363,354.7099,27.257631,393.01877,11.952992,40.80308,0.0,1246.3743,2052.83,0.28536364,41.064487,17.862309,14515.569,42.625496,1.571668,12.982043,25.319128,24.962536,7.954301,13.85263,355.65674,30.910467,10.688644,1.0770534,7.3526115,420.3267,0.4575903,211.42033,84.95566,2585.5151,129.74057,116.41403,181.66893,1130.0563,78.37791,63.049137,921.44147,57.010284,65.74475,10.232372,34.46613,220.64053,11.514336,8.864305,72.46191,17.952927,4474.533,20.227062,29.949406,17.909622,18.691805,340.22223,87.09864,32.399555,9.453273,10.016192,23.4942,63.344128,144.06412,47.31957,219.86404,26.903992,16.412764,81.40743,31.815662,23.328768,148.55635,16.409393,1.580212,26.15464,11.184801,1191.2728,24.100943,3.6183414,130.00595,19.623917,197.14973,83.11052,139.37897,8.829182,109.14237,445.68106,398.06808,41.762566,274.67947,90.856895,49.512375,69.592735,154.56842,25.394688,60.075798,462.80057,13.68297,21.0275,323.84286,13.753082,7.660963,74.78406,60.302254,641.1318,171.66385,171.78134,1951.981,33.995872,1570.7031,1331.7501,7.192232,5.4621897,1364.5815,17.394312,9.94246,360.30148,21.928534,42.15346,20.852125,63.865116,251.763,329.33005,3.312241,31.069067,61.016247,314.55917,5.5083156,84.14704,7.5582714,1.5650941,58.311558,1.1754469,1.4087713,4.6362066,10.236117,22.613102,14.964166,26.110764,187.53552,33.54266,16.491072,29.934896,8.026106,92.7035,3.6939237,38.038162,6.559896,63.116306,3.9107885,5.8311296,15.859699,9.261048,18.485119,8.514037,0.99447095,59.276344,8.850486,195.82234,6.068292,257.81732,17.531872,1112.1514,110.149864,3.6720245,8.014212,141.21332,175.95792,894.0186,895.6024 +2023-02-20 02:00:00,0.0,2317.0032,29.65201,4.976807,9.092524,23.403452,180.03226,25.305443,45.887737,20.07947,29.86803,178.99792,208.08987,12.361712,30.812262,10.710166,3.2414591,32.44872,58.86951,37.190094,424.63995,26.373892,376.2627,135.4437,35.706547,206.35928,184.99963,77.763275,834.61145,271.39648,1916.5292,46.379314,2359.8716,621.23535,32.57719,26.884306,176.13492,167.80551,282.58752,1083.8455,48.519344,13.381373,9.740162,628.30176,524.59674,80.36246,19.180292,354.1753,27.286861,392.58313,11.956369,40.823757,0.0,1247.1039,2053.4812,0.28536874,41.040874,17.869087,14522.784,42.64225,1.5718938,12.999801,25.34006,24.98468,7.9604073,13.863591,355.78134,30.894346,10.703241,1.0775108,7.35605,420.60294,0.4572604,211.55345,84.94702,2585.307,129.75496,116.4311,181.64778,1130.7562,78.380424,63.061546,920.7935,57.02948,65.70564,10.233263,34.47471,220.63188,11.512197,8.862949,72.4881,17.946869,4475.111,20.232101,29.934525,17.913218,18.702677,340.27777,87.157486,32.388393,9.453509,10.018459,23.51981,63.36493,144.16394,47.30878,219.91733,26.921383,16.422487,81.46236,31.837217,23.322075,148.6175,16.422215,1.5805134,26.127254,11.184208,1191.2307,24.102135,3.625212,130.15475,19.633215,197.28004,83.140076,139.4803,8.827239,109.15171,445.90363,398.43497,41.780464,274.80005,90.94593,49.520947,69.59417,154.59001,25.401596,60.088516,462.79337,13.693393,21.03768,323.94742,13.7372875,7.655952,74.83757,60.33699,641.3972,171.7353,171.7887,1952.0603,33.98363,1570.6315,1331.4581,7.1880355,5.4586062,1364.3586,17.3943,9.937302,360.2411,21.91689,42.139957,20.843393,63.842983,251.76067,329.23434,3.3102677,31.060076,60.965023,314.51788,5.5058208,84.14392,7.556721,1.5655192,58.313076,1.1757915,1.4092206,4.6386886,10.235745,22.608631,14.961596,26.113194,187.50375,33.525795,16.482143,29.932291,8.021599,92.665924,3.692014,37.882153,6.5572915,63.120113,3.9019344,5.8209743,15.8429985,9.262277,18.470238,8.498313,0.99434525,59.287846,8.848462,195.77725,6.0669694,257.83286,17.528477,1112.0342,110.14359,3.6736832,8.011814,141.22409,175.9682,894.025,895.48413 +2023-02-20 03:00:00,0.0,2317.4768,29.641626,4.9761543,9.085207,23.409464,180.0129,25.304638,45.894886,20.085611,29.878048,178.85968,208.26085,12.360624,30.768154,10.721824,3.2397037,32.43904,58.77824,37.135532,424.5675,26.34592,376.1109,135.43912,35.671883,206.52776,184.9216,77.75755,834.2207,271.42422,1916.0208,46.362812,2359.82,621.15247,32.5662,26.877546,176.08948,167.66768,282.5284,1084.1592,48.537945,13.376321,9.739611,628.6505,524.884,80.29504,19.208221,353.64066,27.316092,392.14746,11.959747,40.844433,0.0,1247.8335,2054.1323,0.28537384,41.017265,17.875864,14529.999,42.659004,1.5721197,13.017559,25.360989,25.006824,7.966514,13.874554,355.90598,30.878225,10.717838,1.0779682,7.359488,420.87915,0.45693052,211.68657,84.93839,2585.0986,129.76935,116.448166,181.62663,1131.4562,78.38295,63.07395,920.14557,57.04868,65.66654,10.234153,34.483284,220.62321,11.510057,8.861595,72.51428,17.940813,4475.6885,20.23714,29.919643,17.916813,18.713549,340.33334,87.216324,32.37723,9.453746,10.020727,23.545418,63.38573,144.26376,47.297993,219.97063,26.938774,16.43221,81.51727,31.858772,23.31538,148.67862,16.435036,1.5808147,26.099869,11.183616,1191.1885,24.103325,3.6320822,130.30357,19.642513,197.41034,83.16964,139.58165,8.825296,109.16105,446.12616,398.80188,41.798367,274.92065,91.03497,49.52952,69.5956,154.61162,25.408506,60.10123,462.7862,13.703815,21.047857,324.05194,13.721493,7.6509414,74.89108,60.371723,641.66266,171.80675,171.79605,1952.1396,33.971386,1570.5598,1331.166,7.1838393,5.4550223,1364.1359,17.394289,9.932142,360.1807,21.905245,42.12645,20.834663,63.820854,251.75835,329.13867,3.3082945,31.051083,60.913803,314.47656,5.503326,84.14081,7.555171,1.5659442,58.314598,1.1761363,1.4096699,4.641171,10.235374,22.60416,14.959024,26.115625,187.472,33.508926,16.473213,29.929688,8.017092,92.62835,3.6901042,37.726147,6.5546875,63.12392,3.8930802,5.8108196,15.826299,9.263504,18.455357,8.482589,0.9942195,59.29935,8.846437,195.73216,6.0656466,257.84836,17.52508,1111.9171,110.13732,3.6753416,8.009417,141.23488,175.97847,894.03143,895.3659 +2023-02-20 04:00:00,0.0,2317.9502,29.63124,4.975502,9.077889,23.415476,179.99353,25.303833,45.90204,20.091753,29.888067,178.72145,208.43184,12.359537,30.724047,10.73348,3.2379484,32.429363,58.686966,37.08097,424.49506,26.31795,375.95908,135.43452,35.637222,206.69623,184.84358,77.75183,833.83,271.45193,1915.5123,46.346313,2359.7688,621.0696,32.555214,26.870787,176.04404,167.52985,282.4693,1084.473,48.55655,13.371267,9.7390585,628.9992,525.17114,80.22761,19.236149,353.10602,27.345322,391.71182,11.963124,40.86511,0.0,1248.5631,2054.7837,0.28537893,40.993652,17.882643,14537.213,42.67576,1.5723455,13.035316,25.38192,25.028969,7.972621,13.885516,356.0306,30.862104,10.732435,1.0784256,7.362926,421.15536,0.45660064,211.81969,84.92976,2584.8904,129.78372,116.46524,181.60548,1132.1561,78.385475,63.08636,919.4976,57.06788,65.62744,10.235044,34.491863,220.61455,11.507917,8.86024,72.540474,17.934757,4476.2666,20.24218,29.904762,17.920408,18.72442,340.3889,87.27517,32.36607,9.453982,10.022994,23.571026,63.406532,144.36359,47.2872,220.02393,26.956167,16.441935,81.5722,31.880327,23.308685,148.73976,16.447857,1.5811161,26.072481,11.1830225,1191.1462,24.104515,3.6389527,130.45238,19.651814,197.54063,83.1992,139.68298,8.823353,109.17039,446.34872,399.16876,41.816265,275.04126,91.12401,49.53809,69.59702,154.63321,25.415415,60.11395,462.779,13.714239,21.058037,324.1565,13.705697,7.645931,74.94459,60.40646,641.9281,171.87819,171.80342,1952.219,33.959145,1570.488,1330.8739,7.1796427,5.4514384,1363.9131,17.394278,9.926984,360.1203,21.8936,42.112946,20.825932,63.798725,251.75601,329.043,3.3063214,31.042091,60.862583,314.43527,5.500831,84.13769,7.553621,1.5663693,58.316116,1.1764809,1.4101192,4.643653,10.2350025,22.599691,14.956453,26.118055,187.44023,33.49206,16.464285,29.927084,8.012586,92.590775,3.6881945,37.57014,6.5520835,63.127728,3.884226,5.800665,15.809599,9.264731,18.440475,8.466865,0.9940937,59.310852,8.844414,195.68707,6.064324,257.8639,17.521685,1111.8,110.13104,3.677,8.007019,141.24565,175.98874,894.03784,895.2476 +2023-02-20 05:00:00,0.0,2318.4238,29.620857,4.974849,9.070573,23.421488,179.97418,25.30303,45.90919,20.097893,29.898085,178.58322,208.60281,12.358449,30.67994,10.745138,3.236193,32.419685,58.595695,37.02641,424.42264,26.289978,375.80728,135.42995,35.60256,206.86469,184.76556,77.74611,833.43933,271.47968,1915.004,46.32981,2359.7173,620.9867,32.544228,26.864027,175.9986,167.392,282.41022,1084.7867,48.57515,13.366214,9.738507,629.3479,525.4583,80.16019,19.264078,352.5714,27.374552,391.27618,11.966501,40.885784,0.0,1249.2926,2055.4348,0.28538406,40.970043,17.88942,14544.428,42.692513,1.5725714,13.053075,25.402851,25.051113,7.978728,13.896479,356.1552,30.845984,10.747032,1.078883,7.3663645,421.43158,0.45627072,211.95282,84.92113,2584.6821,129.79811,116.48231,181.58434,1132.8561,78.38799,63.09877,918.84973,57.08708,65.58834,10.235933,34.500443,220.60588,11.505778,8.858886,72.566666,17.9287,4476.844,20.24722,29.889881,17.924004,18.73529,340.44443,87.334015,32.35491,9.454219,10.025261,23.596634,63.427334,144.46341,47.276413,220.07721,26.973558,16.451656,81.62711,31.901882,23.301992,148.8009,16.460678,1.5814174,26.045095,11.182429,1191.1041,24.105705,3.645823,130.6012,19.661112,197.67093,83.22877,139.78433,8.82141,109.179726,446.57126,399.53568,41.834167,275.16183,91.21304,49.54666,69.59845,154.6548,25.422323,60.126667,462.77182,13.724662,21.068216,324.26105,13.689902,7.6409197,74.9981,60.441193,642.19354,171.94965,171.81078,1952.2982,33.946903,1570.4164,1330.5819,7.1754465,5.4478545,1363.6903,17.394266,9.921825,360.0599,21.881956,42.09944,20.817202,63.776592,251.75368,328.94733,3.3043482,31.033098,60.81136,314.39398,5.4983363,84.13457,7.5520706,1.5667944,58.31764,1.1768255,1.4105685,4.646135,10.234632,22.59522,14.953882,26.120485,187.40846,33.475197,16.455357,29.924479,8.008079,92.5532,3.6862848,37.41413,6.549479,63.13153,3.875372,5.79051,15.792898,9.26596,18.425596,8.45114,0.99396795,59.322353,8.84239,195.64198,6.063001,257.87943,17.518288,1111.683,110.12477,3.6786585,8.004621,141.25642,175.99901,894.04425,895.1294 +2023-02-20 06:00:00,0.0,2318.8975,29.610474,4.9741964,9.063255,23.4275,179.95482,25.302225,45.91634,20.104034,29.908102,178.44499,208.77379,12.357361,30.635834,10.756795,3.2344375,32.410007,58.504425,36.971848,424.3502,26.262005,375.6555,135.42535,35.567898,207.03316,184.68755,77.74038,833.0486,271.5074,1914.4956,46.31331,2359.666,620.9038,32.53324,26.857267,175.95314,167.25417,282.3511,1085.1005,48.59375,13.361161,9.737956,629.69666,525.7455,80.09276,19.292006,352.0368,27.403782,390.8405,11.969879,40.90646,0.0,1250.0222,2056.086,0.28538916,40.94643,17.896198,14551.643,42.709267,1.5727972,13.070832,25.423782,25.073257,7.984834,13.907441,356.27985,30.82986,10.761629,1.0793403,7.3698025,421.7078,0.45594084,212.08594,84.9125,2584.4739,129.8125,116.499374,181.56319,1133.556,78.39052,63.111176,918.2018,57.106277,65.54923,10.236823,34.509018,220.59721,11.503639,8.857531,72.59286,17.922644,4477.422,20.252258,29.875,17.927599,18.746162,340.5,87.39286,32.34375,9.454455,10.027529,23.622242,63.448135,144.56323,47.265625,220.13051,26.99095,16.46138,81.68204,31.923439,23.295298,148.86203,16.473501,1.5817187,26.01771,11.181837,1191.0619,24.106895,3.6526935,130.75,19.67041,197.80122,83.25833,139.88568,8.819468,109.189064,446.79382,399.90256,41.852066,275.28244,91.302086,49.55523,69.599884,154.67639,25.429234,60.139385,462.76462,13.7350855,21.078396,324.36557,13.674108,7.635909,75.05161,60.47593,642.459,172.02109,171.81813,1952.3776,33.934658,1570.3447,1330.2898,7.17125,5.4442706,1363.4675,17.394255,9.916666,359.9995,21.870312,42.085938,20.808472,63.754463,251.75136,328.85165,3.3023748,31.024107,60.76014,314.35266,5.4958415,84.131454,7.550521,1.5672195,58.319157,1.1771703,1.4110178,4.6486173,10.23426,22.59075,14.951311,26.122917,187.37671,33.458332,16.446428,29.921875,8.0035715,92.515625,3.684375,37.258125,6.546875,63.135338,3.8665178,5.7803555,15.776198,9.267187,18.410715,8.435416,0.99384224,59.333855,8.840365,195.59688,6.0616784,257.89493,17.514893,1111.5658,110.1185,3.680317,8.002223,141.2672,176.0093,894.05066,895.0111 +2023-02-20 07:00:00,0.0,2319.3708,29.600088,4.973544,9.055938,23.433512,179.93547,25.30142,45.923492,20.110176,29.91812,178.30675,208.94478,12.356273,30.591726,10.768453,3.232682,32.40033,58.41315,36.917282,424.27777,26.234034,375.50366,135.42078,35.533234,207.20163,184.60953,77.73466,832.6579,271.53513,1913.9872,46.296806,2359.6147,620.821,32.522255,26.850508,175.9077,167.11633,282.29202,1085.4143,48.61235,13.356108,9.737405,630.04535,526.0327,80.02533,19.319935,351.50217,27.433012,390.40488,11.973256,40.927135,0.0,1250.7518,2056.737,0.28539425,40.92282,17.902975,14558.857,42.72602,1.5730231,13.088591,25.444712,25.095402,7.990941,13.918403,356.40448,30.81374,10.776226,1.0797977,7.3732405,421.984,0.45561093,212.21906,84.90387,2584.2659,129.82687,116.51645,181.54205,1134.256,78.39304,63.123585,917.55383,57.125477,65.51013,10.237714,34.517597,220.58856,11.501499,8.856175,72.61905,17.916586,4477.9995,20.257298,29.860119,17.931194,18.757034,340.55554,87.451706,32.33259,9.454692,10.029796,23.64785,63.468933,144.66306,47.254837,220.18379,27.00834,16.471104,81.73695,31.944994,23.288603,148.92317,16.486322,1.58202,25.990324,11.181244,1191.0198,24.108086,3.6595638,130.8988,19.679708,197.93153,83.287895,139.98701,8.817525,109.1984,447.01636,400.26947,41.86997,275.403,91.39112,49.5638,69.60131,154.69798,25.436142,60.1521,462.75745,13.745508,21.088573,324.47012,13.658312,7.630898,75.105125,60.510662,642.7244,172.09253,171.82549,1952.4569,33.922417,1570.2731,1329.9977,7.167053,5.4406867,1363.2448,17.394243,9.911508,359.93912,21.858667,42.072433,20.79974,63.732334,251.74902,328.75595,3.3004017,31.015114,60.708916,314.31137,5.4933467,84.128334,7.5489707,1.5676445,58.320675,1.1775149,1.4114672,4.651099,10.233889,22.58628,14.94874,26.125347,187.34494,33.441467,16.4375,29.919271,7.999065,92.47805,3.6824653,37.10212,6.544271,63.139145,3.8576636,5.7702007,15.759498,9.2684145,18.395834,8.419692,0.9937165,59.34536,8.838342,195.55179,6.0603557,257.91046,17.511496,1111.4487,110.11223,3.6819756,7.9998255,141.27797,176.01956,894.05707,894.8929 +2023-02-20 08:00:00,0.0,2319.8445,29.589705,4.9728913,9.048621,23.439524,179.9161,25.300615,45.930645,20.116316,29.928137,178.16852,209.11575,12.355185,30.547619,10.780109,3.2309268,32.39065,58.32188,36.86272,424.20532,26.206062,375.35187,135.4162,35.49857,207.3701,184.53151,77.728935,832.2672,271.56287,1913.4788,46.280304,2359.5632,620.7381,32.51127,26.843748,175.86226,166.9785,282.2329,1085.728,48.63095,13.351055,9.736854,630.3941,526.3199,79.95791,19.347862,350.96753,27.462242,389.96924,11.976633,40.94781,0.0,1251.4813,2057.3884,0.28539935,40.899208,17.909754,14566.071,42.742775,1.5732489,13.106349,25.465643,25.117546,7.997048,13.929365,356.52908,30.797619,10.790823,1.0802552,7.3766785,422.26025,0.45528105,212.35219,84.89524,2584.0576,129.84126,116.533516,181.5209,1134.956,78.39556,63.13599,916.9059,57.144676,65.47103,10.238604,34.526176,220.5799,11.49936,8.854821,72.64524,17.91053,4478.577,20.262337,29.845238,17.93479,18.767906,340.6111,87.51055,32.32143,9.454928,10.032063,23.67346,63.489735,144.76288,47.24405,220.23709,27.025734,16.480827,81.79188,31.966549,23.28191,148.98431,16.499144,1.5823214,25.962938,11.180652,1190.9775,24.109276,3.6664343,131.04762,19.689007,198.06183,83.31746,140.08836,8.815582,109.20774,447.23892,400.63635,41.887867,275.52362,91.480156,49.572372,69.60274,154.71959,25.44305,60.164818,462.75024,13.755931,21.098753,324.57468,13.642517,7.6258874,75.15864,60.5454,642.9899,172.16399,171.83284,1952.5361,33.91017,1570.2014,1329.7057,7.162857,5.4371033,1363.022,17.394232,9.906349,359.87872,21.847023,42.05893,20.79101,63.710205,251.74669,328.66028,3.2984285,31.00612,60.657696,314.27008,5.490852,84.12522,7.5474205,1.5680696,58.322197,1.1778597,1.4119165,4.653581,10.233517,22.58181,14.946169,26.127777,187.31317,33.424603,16.428572,29.916666,7.994558,92.440475,3.6805556,36.946114,6.5416665,63.142952,3.8488095,5.760046,15.742798,9.269643,18.380953,8.403968,0.9935907,59.35686,8.836317,195.5067,6.059033,257.92596,17.5081,1111.3317,110.10596,3.683634,7.997428,141.28876,176.02983,894.0635,894.7746 +2023-02-20 09:00:00,0.0,2320.3179,29.579319,4.9722385,9.041304,23.445536,179.89674,25.29981,45.937794,20.122458,29.938154,178.03029,209.28673,12.354096,30.503511,10.791767,3.2291713,32.380974,58.23061,36.80816,424.1329,26.178091,375.20007,135.4116,35.46391,207.53856,184.45349,77.72321,831.87646,271.59058,1912.9703,46.2638,2359.512,620.6552,32.50028,26.836988,175.8168,166.84067,282.1738,1086.0417,48.649555,13.346002,9.736302,630.7428,526.60706,79.89048,19.375792,350.43292,27.491472,389.53357,11.980011,40.968487,0.0,1252.2109,2058.0396,0.28540444,40.8756,17.91653,14573.286,42.75953,1.5734748,13.124106,25.486572,25.13969,8.003155,13.940328,356.65372,30.781498,10.80542,1.0807126,7.380117,422.53647,0.45495114,212.4853,84.886604,2583.8494,129.85565,116.55058,181.49976,1135.656,78.39809,63.1484,916.25793,57.16387,65.43193,10.239493,34.534756,220.57123,11.497221,8.853466,72.671425,17.904474,4479.1553,20.267376,29.830357,17.938385,18.778778,340.66666,87.5694,32.31027,9.455165,10.03433,23.699068,63.510536,144.8627,47.233257,220.29039,27.043125,16.490551,81.846794,31.988104,23.275215,149.04544,16.511965,1.5826228,25.935553,11.1800585,1190.9353,24.110468,3.6733046,131.19643,19.698305,198.19212,83.34702,140.1897,8.81364,109.21708,447.46146,401.00327,41.90577,275.6442,91.5692,49.580944,69.60417,154.74118,25.44996,60.177536,462.74307,13.766355,21.108932,324.67923,13.626722,7.6208763,75.21214,60.58013,643.2554,172.23543,171.8402,1952.6156,33.89793,1570.1296,1329.4136,7.1586604,5.4335194,1362.7991,17.39422,9.901191,359.81833,21.835379,42.045425,20.782278,63.688072,251.74437,328.5646,3.2964554,30.99713,60.606476,314.22876,5.488357,84.1221,7.5458703,1.5684947,58.323715,1.1782043,1.4123658,4.656063,10.233146,22.57734,14.943598,26.130209,187.28142,33.407738,16.419643,29.914062,7.9900513,92.4029,3.6786458,36.790104,6.5390625,63.146755,3.8399553,5.7498913,15.726098,9.27087,18.366072,8.388244,0.993465,59.368362,8.834293,195.46161,6.05771,257.9415,17.504704,1111.2146,110.099686,3.6852925,7.99503,141.29953,176.04012,894.0699,894.6564 +2023-02-20 10:00:00,0.0,2320.7915,29.568935,4.9715858,9.033987,23.451548,179.8774,25.299006,45.944946,20.1286,29.948172,177.89206,209.45772,12.353009,30.459404,10.803424,3.2274158,32.371296,58.139336,36.753597,424.06046,26.150118,375.04825,135.40703,35.429245,207.70703,184.37547,77.71749,831.4858,271.61832,1912.462,46.247303,2359.4604,620.5723,32.489292,26.830229,175.77136,166.70284,282.11472,1086.3555,48.668156,13.340948,9.73575,631.09155,526.8943,79.82306,19.403719,349.89832,27.520702,389.09793,11.983388,40.989162,0.0,1252.9406,2058.6907,0.28540957,40.851986,17.92331,14580.501,42.77628,1.5737005,13.141865,25.507504,25.161835,8.009261,13.95129,356.77835,30.765377,10.820017,1.08117,7.383555,422.81268,0.45462126,212.61842,84.877975,2583.641,129.87004,116.56765,181.4786,1136.356,78.40061,63.160805,915.61005,57.18307,65.39282,10.240384,34.543335,220.56256,11.495082,8.852111,72.69762,17.898417,4479.733,20.272415,29.815475,17.94198,18.78965,340.72223,87.62824,32.299107,9.455401,10.036597,23.724676,63.531338,144.96252,47.22247,220.34367,27.060516,16.500275,81.90172,32.00966,23.268522,149.10658,16.524786,1.5829241,25.908167,11.179465,1190.8932,24.111658,3.680175,131.34525,19.707603,198.32242,83.37659,140.29105,8.811696,109.22642,447.68402,401.37015,41.923668,275.7648,91.65823,49.589516,69.6056,154.76277,25.45687,60.190254,462.73587,13.776777,21.119112,324.78375,13.610927,7.6158657,75.265656,60.61487,643.5208,172.30688,171.84755,1952.6948,33.885685,1570.058,1329.1215,7.1544642,5.4299355,1362.5763,17.394207,9.896031,359.75793,21.823734,42.03192,20.773548,63.665943,251.74203,328.46893,3.294482,30.988136,60.555252,314.18747,5.4858623,84.11899,7.54432,1.5689197,58.325237,1.1785489,1.4128151,4.6585455,10.232774,22.57287,14.941027,26.132639,187.24965,33.390873,16.410713,29.911459,7.9855447,92.365326,3.676736,36.634098,6.5364585,63.150562,3.8311012,5.7397366,15.709397,9.272098,18.35119,8.3725195,0.99333924,59.379868,8.83227,195.41652,6.0563874,257.95703,17.501308,1111.0974,110.093414,3.686951,7.9926324,141.3103,176.05038,894.0763,894.5381 +2023-02-20 11:00:00,0.0,2321.2651,29.55855,4.9709334,9.0266695,23.45756,179.85803,25.2982,45.9521,20.134739,29.958189,177.75381,209.6287,12.351921,30.415297,10.815082,3.2256603,32.361618,58.048065,36.699036,423.988,26.122147,374.89645,135.40245,35.394585,207.8755,184.29745,77.71177,831.0951,271.64603,1911.9536,46.2308,2359.4092,620.48944,32.478306,26.82347,175.72592,166.565,282.0556,1086.6693,48.686756,13.335896,9.735199,631.44025,527.18146,79.75563,19.431648,349.36368,27.549932,388.6623,11.986765,41.00984,0.0,1253.6702,2059.3418,0.28541467,40.828373,17.930086,14587.715,42.793034,1.5739264,13.159622,25.528435,25.183979,8.015368,13.962253,356.90298,30.749256,10.834613,1.0816274,7.386993,423.0889,0.45429134,212.75156,84.86935,2583.4329,129.88441,116.58472,181.45746,1137.0559,78.40313,63.173214,914.9621,57.20227,65.35372,10.241274,34.55191,220.5539,11.492942,8.850757,72.72381,17.89236,4480.3105,20.277454,29.800594,17.945576,18.800522,340.77777,87.68709,32.287945,9.455639,10.038864,23.750284,63.55214,145.06236,47.21168,220.39697,27.077908,16.509998,81.956635,32.03121,23.261827,149.16772,16.537607,1.5832255,25.880781,11.178873,1190.851,24.112848,3.6870453,131.49405,19.716902,198.45271,83.40615,140.39238,8.809753,109.235756,447.90656,401.73706,41.94157,275.88538,91.74727,49.598087,69.607025,154.78436,25.46378,60.20297,462.7287,13.7872,21.129292,324.8883,13.595132,7.6108546,75.31917,60.6496,643.78625,172.37833,171.8549,1952.7742,33.873444,1569.9863,1328.8295,7.1502676,5.4263515,1362.3535,17.394196,9.890873,359.69754,21.81209,42.018414,20.764816,63.643814,251.7397,328.37326,3.2925088,30.979145,60.504032,314.14615,5.4833674,84.11587,7.5427704,1.5693448,58.326756,1.1788937,1.4132644,4.6610274,10.232403,22.5684,14.938456,26.135069,187.2179,33.37401,16.401785,29.908854,7.9810376,92.32775,3.6748266,36.478092,6.533854,63.15437,3.822247,5.729582,15.692698,9.273326,18.33631,8.356795,0.9932135,59.39137,8.830245,195.37141,6.0550647,257.97253,17.497911,1110.9803,110.087135,3.6886094,7.990235,141.32108,176.06065,894.0827,894.41986 +2023-02-20 12:00:00,0.0,2321.7385,29.548166,4.9702806,9.019353,23.463572,179.83868,25.297396,45.959248,20.14088,29.968206,177.61559,209.79967,12.350833,30.37119,10.826738,3.223905,32.35194,57.956795,36.64447,423.9156,26.094175,374.74466,135.39786,35.35992,208.04398,184.21944,77.70604,830.70435,271.67377,1911.4452,46.2143,2359.3577,620.40656,32.46732,26.81671,175.68048,166.42717,281.99652,1086.983,48.705357,13.330842,9.734648,631.789,527.4686,79.6882,19.459576,348.82907,27.579163,388.22662,11.990142,41.030514,0.0,1254.3997,2059.993,0.28541976,40.804764,17.936865,14594.93,42.809788,1.5741522,13.177381,25.549364,25.206123,8.021475,13.973214,357.0276,30.733135,10.84921,1.0820847,7.3904314,423.3651,0.45396146,212.88467,84.86071,2583.2246,129.8988,116.60179,181.43631,1137.7559,78.405655,63.18562,914.31415,57.22147,65.31462,10.242165,34.56049,220.54524,11.490803,8.849401,72.75,17.886303,4480.888,20.282494,29.785715,17.94917,18.811394,340.83334,87.74593,32.276787,9.455875,10.041132,23.775892,63.57294,145.16219,47.200893,220.45026,27.0953,16.519722,82.01156,32.05277,23.255133,149.22885,16.550428,1.5835267,25.853395,11.17828,1190.8088,24.114038,3.6939158,131.64285,19.7262,198.58301,83.435715,140.49373,8.807811,109.24509,448.1291,402.10394,41.95947,276.00598,91.83631,49.606655,69.60846,154.80595,25.470688,60.215687,462.7215,13.797624,21.13947,324.99286,13.579337,7.605844,75.37268,60.684338,644.0517,172.44977,171.86226,1952.8535,33.861202,1569.9147,1328.5374,7.1460714,5.4227676,1362.1307,17.394184,9.885715,359.63715,21.800446,42.00491,20.756086,63.621685,251.73738,328.27756,3.2905357,30.970152,60.45281,314.10486,5.480872,84.112755,7.54122,1.5697699,58.328278,1.1792383,1.4137137,4.6635094,10.232031,22.563929,14.935884,26.1375,187.18613,33.357143,16.392857,29.90625,7.976531,92.29018,3.672917,36.322083,6.53125,63.158176,3.8133929,5.719427,15.675997,9.274553,18.321428,8.341071,0.9930877,59.40287,8.828221,195.32632,6.053742,257.98807,17.494516,1110.8633,110.080864,3.690268,7.987837,141.33185,176.07092,894.08905,894.3016 +2023-02-20 13:00:00,0.0,2322.2122,29.53778,4.969628,9.012035,23.469584,179.81932,25.29659,45.9664,20.147022,29.978224,177.47736,209.97066,12.349745,30.327084,10.838396,3.2221496,32.342262,57.865524,36.58991,423.84314,26.066202,374.59283,135.39328,35.325256,208.21243,184.14142,77.70032,830.31366,271.7015,1910.9368,46.197796,2359.3064,620.3237,32.456333,26.80995,175.63503,166.28934,281.9374,1087.2968,48.723957,13.325789,9.734097,632.1377,527.75586,79.62078,19.487505,348.29443,27.608393,387.791,11.99352,41.05119,0.0,1255.1293,2060.6443,0.28542486,40.78115,17.943642,14602.145,42.82654,1.5743781,13.195138,25.570293,25.228268,8.027581,13.984177,357.15222,30.717014,10.863807,1.0825421,7.3938694,423.64133,0.45363158,213.01779,84.85208,2583.0166,129.9132,116.61886,181.41516,1138.4558,78.40817,63.19803,913.6662,57.24067,65.27551,10.243054,34.569065,220.53658,11.488664,8.848046,72.77619,17.880247,4481.4663,20.287533,29.770834,17.952765,18.822266,340.8889,87.80478,32.265625,9.456112,10.043399,23.8015,63.593742,145.26201,47.190105,220.50356,27.112692,16.529446,82.066475,32.07432,23.24844,149.29,16.56325,1.5838281,25.826008,11.177688,1190.7666,24.115229,3.700786,131.79167,19.7355,198.71332,83.46528,140.59506,8.805868,109.254425,448.35165,402.47086,41.97737,276.12656,91.92535,49.615227,69.609886,154.82755,25.477596,60.228405,462.71432,13.808046,21.149649,325.09738,13.563541,7.600833,75.426186,60.71907,644.31714,172.52122,171.86961,1952.9327,33.848957,1569.843,1328.2454,7.141875,5.4191837,1361.908,17.394173,9.880555,359.57678,21.788801,41.991405,20.747355,63.599552,251.73505,328.1819,3.2885625,30.96116,60.40159,314.06357,5.4783773,84.109634,7.53967,1.570195,58.329796,1.1795831,1.414163,4.665992,10.23166,22.559458,14.933314,26.13993,187.15436,33.34028,16.383928,29.903646,7.972024,92.2526,3.6710072,36.166077,6.528646,63.16198,3.8045387,5.709272,15.659297,9.275781,18.306547,8.325347,0.992962,59.41437,8.826198,195.28123,6.052419,258.00357,17.49112,1110.7462,110.07459,3.6919265,7.9854393,141.34264,176.0812,894.09546,894.18335 +2023-02-20 14:00:00,0.0,2322.6855,29.527397,4.9689755,9.004719,23.475595,179.79996,25.295786,45.973553,20.153164,29.988241,177.33913,210.14163,12.348657,30.282976,10.850053,3.2203941,32.33258,57.77425,36.535347,423.77072,26.03823,374.44104,135.38869,35.290596,208.3809,184.0634,77.694595,829.923,271.72922,1910.4285,46.181293,2359.255,620.24084,32.445343,26.80319,175.58957,166.1515,281.8783,1087.6105,48.74256,13.320736,9.733545,632.48645,528.043,79.55335,19.515434,347.75983,27.637623,387.35532,11.996897,41.071865,0.0,1255.8589,2061.2954,0.28542995,40.75754,17.95042,14609.359,42.843296,1.5746039,13.212896,25.591225,25.250412,8.033689,13.995139,357.27686,30.700893,10.878404,1.0829995,7.3973074,423.91754,0.45330167,213.15092,84.84345,2582.8083,129.92758,116.635925,181.39401,1139.1558,78.4107,63.210434,913.0183,57.25987,65.23641,10.243944,34.577644,220.52791,11.486524,8.846692,72.802376,17.874191,4482.044,20.292572,29.755953,17.95636,18.833138,340.94443,87.863625,32.254463,9.456348,10.045666,23.82711,63.61454,145.36183,47.179314,220.55684,27.130083,16.539167,82.1214,32.09588,23.241745,149.35114,16.576073,1.5841295,25.798622,11.177094,1190.7245,24.116419,3.7076566,131.94048,19.744799,198.84361,83.49484,140.69641,8.8039255,109.26376,448.5742,402.83774,41.99527,276.24716,92.01439,49.6238,69.61131,154.84915,25.484507,60.241123,462.70712,13.81847,21.159828,325.20193,13.547747,7.5958223,75.4797,60.753807,644.5826,172.59267,171.87697,1953.0122,33.836716,1569.7712,1327.9532,7.1376786,5.4156003,1361.6852,17.394161,9.875397,359.5164,21.777157,41.9779,20.738625,63.577423,251.73271,328.0862,3.2865891,30.952168,60.35037,314.02225,5.4758825,84.10652,7.53812,1.57062,58.331314,1.1799277,1.4146123,4.6684737,10.231288,22.554989,14.930743,26.14236,187.1226,33.323414,16.375,29.901041,7.9675174,92.21503,3.6690974,36.01007,6.5260415,63.165787,3.7956846,5.699117,15.642597,9.277009,18.291666,8.309623,0.99283624,59.425877,8.824173,195.23615,6.0510964,258.0191,17.487724,1110.629,110.06832,3.693585,7.9830413,141.35341,176.09148,894.10187,894.06506 +2023-02-20 15:00:00,0.0,2323.1592,29.517012,4.9683228,8.997401,23.481607,179.78061,25.294981,45.9807,20.159304,29.998259,177.20088,210.3126,12.347569,30.238869,10.861711,3.2186387,32.322903,57.68298,36.480785,423.69827,26.01026,374.28925,135.38411,35.25593,208.54938,183.98538,77.68887,829.5322,271.75696,1909.92,46.16479,2359.2036,620.15796,32.434357,26.79643,175.54413,166.01367,281.8192,1087.9243,48.76116,13.315682,9.732993,632.83514,528.3302,79.48593,19.543362,347.22522,27.666851,386.91968,12.000274,41.09254,0.0,1256.5884,2061.9465,0.28543508,40.73393,17.957197,14616.573,42.86005,1.5748298,13.230654,25.612156,25.272556,8.039795,14.006102,357.40146,30.684772,10.893001,1.0834569,7.4007454,424.1938,0.4529718,213.28404,84.83482,2582.6,129.94196,116.653,181.37286,1139.8557,78.41322,63.222843,912.37036,57.279068,65.19731,10.244835,34.586224,220.51924,11.484385,8.845337,72.82857,17.868134,4482.6216,20.29761,29.741072,17.959955,18.84401,341.0,87.92247,32.243305,9.456585,10.047933,23.852718,63.63534,145.46165,47.168526,220.61014,27.147474,16.548891,82.176315,32.117435,23.235052,149.41226,16.588894,1.5844308,25.771236,11.176501,1190.6823,24.117609,3.714527,132.08928,19.754097,198.9739,83.52441,140.79774,8.801983,109.2731,448.79675,403.20465,42.013172,276.36774,92.103424,49.63237,69.61275,154.87074,25.491415,60.253838,462.69995,13.828893,21.170008,325.3065,13.531952,7.5908117,75.53321,60.78854,644.8481,172.66411,171.88432,1953.0916,33.82447,1569.6996,1327.6611,7.133482,5.4120164,1361.4624,17.39415,9.870238,359.456,21.765512,41.964397,20.729893,63.555294,251.73038,327.99054,3.284616,30.943174,60.299145,313.98096,5.4733877,84.1034,7.5365696,1.571045,58.332836,1.1802723,1.4150617,4.6709557,10.230917,22.550518,14.928172,26.14479,187.09084,33.30655,16.366072,29.898438,7.9630103,92.17745,3.6671877,35.854065,6.5234375,63.169594,3.7868302,5.6889625,15.625896,9.278236,18.276787,8.293899,0.9927105,59.437378,8.822149,195.19106,6.0497737,258.0346,17.484327,1110.512,110.06205,3.6952434,7.9806437,141.36418,176.10175,894.1083,893.94684 +2023-02-20 16:00:00,0.0,2323.6328,29.506628,4.96767,8.990085,23.48762,179.76125,25.294176,45.987854,20.165445,30.008276,177.06265,210.4836,12.346481,30.194761,10.873367,3.2168834,32.313225,57.59171,36.426224,423.62582,25.982288,374.13742,135.37953,35.22127,208.71783,183.90736,77.68315,829.14154,271.78467,1909.4116,46.14829,2359.152,620.0751,32.42337,26.78967,175.49867,165.87584,281.7601,1088.238,48.779762,13.31063,9.732442,633.18384,528.6174,79.4185,19.571291,346.6906,27.696081,386.48404,12.003652,41.113216,0.0,1257.3181,2062.5977,0.28544018,40.71032,17.963974,14623.788,42.876804,1.5750557,13.248412,25.633087,25.2947,8.045902,14.017064,357.5261,30.668652,10.907598,1.0839143,7.404184,424.47,0.45264187,213.41716,84.82619,2582.3918,129.95634,116.67007,181.35172,1140.5557,78.41574,63.235252,911.7224,57.298264,65.15821,10.245725,34.594803,220.51057,11.482245,8.843982,72.85476,17.862078,4483.199,20.302649,29.72619,17.96355,18.854881,341.05554,87.981316,32.232143,9.456821,10.0502,23.878326,63.656143,145.56148,47.157738,220.66344,27.164865,16.558615,82.23123,32.13899,23.228357,149.4734,16.601715,1.5847322,25.74385,11.175909,1190.64,24.118801,3.7213974,132.2381,19.763395,199.1042,83.55397,140.8991,8.800039,109.28244,449.0193,403.57153,42.03107,276.48834,92.19246,49.64094,69.614174,154.89233,25.498325,60.266556,462.69275,13.839315,21.180185,325.41104,13.516156,7.5858006,75.58672,60.823277,645.1135,172.73557,171.89168,1953.1708,33.81223,1569.6279,1327.3691,7.129286,5.4084325,1361.2395,17.394138,9.865079,359.3956,21.753868,41.950893,20.721163,63.53316,251.72806,327.89484,3.2826428,30.934183,60.247925,313.93964,5.470893,84.10029,7.53502,1.5714701,58.334354,1.1806171,1.415511,4.673438,10.230545,22.546047,14.925601,26.147223,187.05907,33.28968,16.357143,29.895834,7.9585037,92.13988,3.665278,35.698055,6.5208335,63.173397,3.777976,5.6788077,15.609197,9.279464,18.261906,8.278174,0.9925847,59.44888,8.820126,195.14595,6.048451,258.05014,17.480932,1110.3949,110.05578,3.6969018,7.978246,141.37495,176.11203,894.1147,893.82855 +2023-02-20 17:00:00,0.0,2324.1062,29.496243,4.9670177,8.982767,23.493631,179.7419,25.293371,45.995007,20.171587,30.018293,176.92442,210.65457,12.345393,30.150654,10.885025,3.215128,32.303547,57.500435,36.37166,423.5534,25.954315,373.98563,135.37494,35.186607,208.8863,183.82935,77.67742,828.7508,271.8124,1908.9032,46.13179,2359.1008,619.9922,32.412384,26.782911,175.45323,165.738,281.70102,1088.5518,48.798363,13.305576,9.731891,633.5326,528.9046,79.351074,19.599218,346.15598,27.725311,386.04837,12.007029,41.133892,0.0,1258.0476,2063.2488,0.28544527,40.686707,17.970753,14631.003,42.89356,1.5752815,13.26617,25.654016,25.316845,8.052009,14.028026,357.65073,30.65253,10.9221945,1.0843717,7.407622,424.74622,0.452312,213.5503,84.81756,2582.1836,129.97073,116.68714,181.33057,1141.2556,78.41827,63.247658,911.07446,57.317463,65.1191,10.246614,34.60338,220.50192,11.480106,8.842628,72.88095,17.856022,4483.7773,20.307688,29.71131,17.967146,18.865753,341.1111,88.04016,32.22098,9.457058,10.052467,23.903934,63.676945,145.6613,47.14695,220.71672,27.182259,16.568338,82.286156,32.160545,23.221663,149.53455,16.614536,1.5850334,25.716465,11.175316,1190.5979,24.119991,3.7282677,132.3869,19.772694,199.2345,83.583534,141.00043,8.798097,109.29178,449.24185,403.93845,42.048973,276.60892,92.2815,49.649513,69.6156,154.91393,25.505234,60.279274,462.68558,13.849739,21.190365,325.51556,13.500361,7.58079,75.64023,60.85801,645.37897,172.807,171.89903,1953.2501,33.799988,1569.5563,1327.077,7.125089,5.4048486,1361.0167,17.394127,9.8599205,359.3352,21.742224,41.93739,20.712433,63.511032,251.72572,327.79916,3.2806697,30.92519,60.1967,313.89835,5.468398,84.09717,7.5334697,1.5718951,58.335876,1.1809617,1.4159603,4.67592,10.230174,22.541578,14.92303,26.149652,187.02731,33.272816,16.348213,29.893229,7.9539967,92.10231,3.6633682,35.54205,6.518229,63.177204,3.769122,5.668653,15.592497,9.280692,18.247025,8.26245,0.992459,59.46038,8.818101,195.10086,6.047128,258.06567,17.477535,1110.2778,110.04951,3.6985605,7.975848,141.38574,176.1223,894.1211,893.7103 +2023-02-20 18:00:00,0.0,2324.5798,29.485859,4.966365,8.9754505,23.499643,179.72253,25.292566,46.002155,20.177727,30.028313,176.7862,210.82555,12.344305,30.106546,10.896682,3.2133725,32.29387,57.409164,36.317097,423.48096,25.926344,373.83383,135.37036,35.151943,209.05478,183.75133,77.6717,828.3601,271.84015,1908.3948,46.115288,2359.0493,619.90936,32.401398,26.776152,175.40779,165.60017,281.6419,1088.8656,48.816963,13.300524,9.731339,633.8813,529.1918,79.28365,19.627148,345.62134,27.754541,385.61273,12.010406,41.154568,0.0,1258.7772,2063.9001,0.28545037,40.663097,17.97753,14638.218,42.910313,1.5755074,13.283928,25.674948,25.33899,8.058115,14.038988,357.77533,30.63641,10.936791,1.084829,7.41106,425.02243,0.45198208,213.68341,84.80893,2581.9756,129.9851,116.70421,181.30942,1141.9557,78.42079,63.260067,910.4266,57.336662,65.08,10.247505,34.611958,220.49326,11.477966,8.841272,72.90714,17.849964,4484.355,20.312727,29.696428,17.970741,18.876625,341.16666,88.09901,32.20982,9.457294,10.054734,23.929543,63.697746,145.76112,47.13616,220.77002,27.19965,16.578062,82.34107,32.1821,23.21497,149.59567,16.627357,1.5853348,25.68908,11.174724,1190.5557,24.121181,3.7351382,132.53572,19.781992,199.3648,83.6131,141.10178,8.796154,109.30112,449.4644,404.30533,42.06687,276.72952,92.37054,49.65808,69.617035,154.93552,25.512142,60.291992,462.67838,13.860162,21.200544,325.62012,13.484567,7.575779,75.69374,60.892746,645.6444,172.87845,171.9064,1953.3293,33.787743,1569.4845,1326.7849,7.1208925,5.4012647,1360.794,17.394115,9.854762,359.2748,21.73058,41.923885,20.703701,63.488903,251.72339,327.7035,3.2786963,30.916199,60.14548,313.85706,5.4659033,84.094055,7.5319195,1.5723202,58.337395,1.1813065,1.4164096,4.678402,10.229802,22.537107,14.920459,26.152082,186.99554,33.25595,16.339285,29.890625,7.94949,92.064735,3.6614585,35.386044,6.515625,63.18101,3.7602677,5.6584983,15.575796,9.2819195,18.232143,8.246726,0.99233323,59.471886,8.816077,195.05577,6.0458055,258.08118,17.47414,1110.1606,110.04323,3.700219,7.9734507,141.39651,176.13257,894.1275,893.59204 +2023-02-20 19:00:00,0.0,2325.0532,29.475473,4.965712,8.968133,23.505655,179.70317,25.291761,46.009308,20.183868,30.03833,176.64795,210.99654,12.343217,30.06244,10.9083395,3.211617,32.28419,57.317894,36.262535,423.40854,25.898373,373.682,135.36578,35.117283,209.22325,183.67331,77.66598,827.9694,271.86786,1907.8865,46.098785,2358.998,619.8265,32.390408,26.769392,175.36234,165.46233,281.5828,1089.1793,48.835564,13.29547,9.730788,634.23004,529.47894,79.216225,19.655075,345.08673,27.783772,385.1771,12.013783,41.175243,0.0,1259.5068,2064.5513,0.28545547,40.639484,17.984308,14645.432,42.927067,1.5757332,13.301686,25.695877,25.361134,8.064222,14.049951,357.89996,30.620289,10.951388,1.0852864,7.414498,425.29865,0.4516522,213.81653,84.8003,2581.7673,129.9995,116.72128,181.28827,1142.6556,78.42331,63.272472,909.7786,57.35586,65.0409,10.248395,34.620537,220.48459,11.475827,8.839917,72.933334,17.843908,4484.9326,20.317766,29.681547,17.974337,18.887497,341.22223,88.157845,32.19866,9.457531,10.057002,23.95515,63.718548,145.86095,47.125374,220.8233,27.217041,16.587786,82.395996,32.203655,23.208275,149.65681,16.640179,1.5856361,25.661694,11.17413,1190.5135,24.122372,3.7420084,132.68452,19.79129,199.4951,83.64266,141.20311,8.794211,109.310455,449.68695,404.67224,42.084774,276.8501,92.45957,49.666653,69.61846,154.95712,25.519053,60.304707,462.6712,13.8705845,21.210724,325.72467,13.468771,7.5707684,75.74725,60.92748,645.90985,172.9499,171.91376,1953.4087,33.7755,1569.4128,1326.4929,7.1166964,5.3976808,1360.5712,17.394104,9.849603,359.21442,21.718935,41.91038,20.694971,63.466774,251.72107,327.60782,3.2767231,30.907206,60.09426,313.81573,5.4634085,84.090935,7.5303693,1.5727453,58.338913,1.1816511,1.4168589,4.680884,10.229431,22.532637,14.917888,26.154514,186.96378,33.239086,16.330357,29.888021,7.9449835,92.02716,3.6595488,35.230034,6.513021,63.18482,3.7514136,5.6483436,15.559096,9.283147,18.217262,8.231002,0.99220747,59.483387,8.814053,195.01068,6.0444827,258.0967,17.470743,1110.0436,110.03696,3.7018774,7.971053,141.40729,176.14284,894.1339,893.4738 +2023-02-20 20:00:00,0.0,2325.5269,29.46509,4.9650598,8.960816,23.511667,179.68382,25.290956,46.01646,20.19001,30.048347,176.50972,211.16751,12.34213,30.018333,10.919996,3.2098618,32.274513,57.22662,36.207973,423.3361,25.870401,373.5302,135.36119,35.08262,209.39171,183.59529,77.660255,827.5787,271.8956,1907.378,46.082283,2358.9465,619.7436,32.37942,26.762632,175.3169,165.3245,281.5237,1089.493,48.854168,13.290417,9.730236,634.57874,529.7662,79.1488,19.683004,344.55212,27.813002,384.74142,12.01716,41.19592,0.0,1260.2363,2065.2024,0.2854606,40.615875,17.991085,14652.646,42.94382,1.5759591,13.319444,25.716808,25.383278,8.070329,14.060913,358.0246,30.604168,10.965985,1.0857438,7.4179363,425.57486,0.4513223,213.94966,84.791664,2581.559,130.01389,116.73835,181.26714,1143.3556,78.425835,63.28488,909.1307,57.37506,65.0018,10.249286,34.629116,220.47592,11.473688,8.838563,72.95952,17.837852,4485.5103,20.322805,29.666666,17.977932,18.898369,341.27777,88.21669,32.1875,9.4577675,10.059269,23.980759,63.739346,145.96077,47.114582,220.8766,27.234432,16.59751,82.45091,32.22521,23.20158,149.71796,16.653,1.5859375,25.634308,11.173537,1190.4713,24.123562,3.748879,132.83333,19.800589,199.6254,83.672226,141.30446,8.792269,109.31979,449.9095,405.03912,42.102673,276.9707,92.548615,49.675224,69.61989,154.97871,25.52596,60.317425,462.664,13.881008,21.220901,325.82922,13.452976,7.5657573,75.800766,60.962215,646.1753,173.02135,171.92111,1953.488,33.763256,1569.3412,1326.2008,7.1124997,5.3940973,1360.3484,17.394093,9.844444,359.15402,21.70729,41.896873,20.68624,63.44464,251.71873,327.51215,3.27475,30.898212,60.043037,313.77444,5.4609137,84.08782,7.528819,1.5731704,58.340435,1.1819959,1.4173082,4.6833663,10.229059,22.528168,14.915317,26.156944,186.93202,33.22222,16.321428,29.885416,7.9404764,91.989586,3.657639,35.074028,6.5104165,63.18862,3.7425594,5.638189,15.542397,9.284374,18.202381,8.215278,0.99208176,59.49489,8.812029,194.96559,6.04316,258.1122,17.467348,1109.9265,110.030685,3.7035358,7.968655,141.41806,176.15312,894.1403,893.3555 +2023-02-20 21:00:00,0.0,2326.0005,29.454706,4.964407,8.953499,23.51768,179.66446,25.290152,46.02361,20.196152,30.058365,176.37149,211.33849,12.341042,29.974226,10.931654,3.2081063,32.264835,57.13535,36.15341,423.26367,25.842428,373.37842,135.35661,35.04796,209.56018,183.51727,77.65453,827.188,271.9233,1906.8696,46.06578,2358.8953,619.6607,32.368435,26.755873,175.27145,165.18666,281.4646,1089.8068,48.87277,13.285364,9.729685,634.9275,530.05334,79.081375,19.710932,344.0175,27.842232,384.3058,12.020537,41.216595,0.0,1260.966,2065.8535,0.2854657,40.592262,17.997864,14659.861,42.960575,1.5761849,13.337202,25.73774,25.405422,8.076435,14.071876,358.1492,30.588045,10.980582,1.0862012,7.4213743,425.8511,0.4509924,214.08278,84.783035,2581.3508,130.02827,116.75542,181.24599,1144.0555,78.42836,63.297287,908.4827,57.39426,64.96269,10.250175,34.637695,220.46725,11.471548,8.837208,72.98571,17.831795,4486.0884,20.327845,29.651785,17.981527,18.90924,341.33334,88.275536,32.17634,9.458005,10.061536,24.006369,63.760147,146.0606,47.103794,220.9299,27.251825,16.607233,82.50584,32.246765,23.194887,149.7791,16.665821,1.5862389,25.606922,11.172945,1190.4291,24.124752,3.7557492,132.98215,19.809889,199.75569,83.70178,141.40579,8.790326,109.32913,450.13205,405.40604,42.120575,277.09128,92.63765,49.683796,69.62132,155.0003,25.53287,60.330143,462.65683,13.891431,21.231081,325.93375,13.437181,7.5607467,75.85427,60.99695,646.44073,173.09279,171.92847,1953.5674,33.751015,1569.2695,1325.9087,7.1083035,5.3905134,1360.1256,17.394081,9.839286,359.09363,21.695646,41.88337,20.67751,63.422512,251.7164,327.41644,3.2727766,30.889221,59.991817,313.73315,5.458419,84.0847,7.5272694,1.5735954,58.341953,1.1823405,1.4177575,4.685848,10.228688,22.523697,14.912745,26.159374,186.90025,33.205357,16.3125,29.882812,7.93597,91.95201,3.6557293,34.918022,6.5078125,63.19243,3.7337053,5.628034,15.525696,9.285603,18.1875,8.1995535,0.991956,59.50639,8.810005,194.92049,6.041837,258.12775,17.463951,1109.8094,110.024414,3.7051942,7.9662576,141.42883,176.16339,894.1467,893.2373 +2023-02-20 22:00:00,0.0,2326.4739,29.44432,4.963754,8.946182,23.523691,179.64511,25.289347,46.03076,20.202291,30.068382,176.23326,211.50948,12.339953,29.930119,10.943311,3.2063508,32.255157,57.04408,36.098846,423.19122,25.814457,373.2266,135.35202,35.013294,209.72865,183.43925,77.64881,826.7973,271.95105,1906.3612,46.04928,2358.8438,619.5778,32.35745,26.749113,175.22601,165.04883,281.4055,1090.1206,48.89137,13.280311,9.729134,635.2762,530.3405,79.01395,19.738861,343.48288,27.871462,383.87015,12.023915,41.23727,0.0,1261.6956,2066.5046,0.28547078,40.56865,18.00464,14667.075,42.97733,1.5764108,13.3549595,25.75867,25.427567,8.082542,14.082838,358.27383,30.571924,10.995179,1.0866586,7.4248123,426.12732,0.4506625,214.2159,84.77441,2581.1426,130.04265,116.77249,181.22484,1144.7555,78.43088,63.309696,907.8348,57.413456,64.92359,10.251065,34.64627,220.45859,11.469409,8.835853,73.0119,17.825739,4486.666,20.332884,29.636906,17.985123,18.920113,341.3889,88.33438,32.16518,9.458241,10.063804,24.031977,63.78095,146.16042,47.093006,220.98318,27.269217,16.616957,82.56075,32.26832,23.188192,149.84023,16.678642,1.5865402,25.579535,11.172352,1190.387,24.125944,3.7626197,133.13095,19.819187,199.88599,83.731346,141.50714,8.788383,109.33847,450.35458,405.77292,42.138474,277.21188,92.726685,49.692368,69.62275,155.0219,25.53978,60.34286,462.64963,13.9018545,21.24126,326.0383,13.421386,7.5557356,75.90778,61.031685,646.70624,173.16425,171.93582,1953.6467,33.73877,1569.1979,1325.6167,7.104107,5.3869295,1359.9027,17.39407,9.834126,359.03323,21.684002,41.869865,20.668777,63.400383,251.71408,327.32077,3.2708035,30.880228,59.940598,313.69183,5.455924,84.08158,7.525719,1.5740205,58.343475,1.1826851,1.4182068,4.68833,10.228316,22.519226,14.910174,26.161806,186.8685,33.18849,16.303572,29.880209,7.931463,91.91444,3.6538196,34.762016,6.5052085,63.196236,3.7248511,5.6178794,15.508996,9.28683,18.172619,8.183829,0.9918302,59.517895,8.807981,194.8754,6.0405145,258.14328,17.460556,1109.6923,110.01814,3.706853,7.9638596,141.43962,176.17366,894.1531,893.119 +2023-02-20 23:00:00,0.0,2326.9475,29.433937,4.963102,8.938865,23.529703,179.62575,25.288542,46.03791,20.208433,30.0784,176.09502,211.68045,12.338865,29.886011,10.954968,3.2045953,32.24548,56.952805,36.044285,423.11877,25.786486,373.0748,135.34744,34.97863,209.89713,183.36124,77.64308,826.40656,271.9788,1905.8528,46.03278,2358.7925,619.49493,32.346462,26.742353,175.18056,164.911,281.3464,1090.4343,48.90997,13.275257,9.728582,635.62494,530.62775,78.946526,19.766788,342.94824,27.900692,383.43448,12.027292,41.257946,0.0,1262.4252,2067.156,0.28547588,40.54504,18.01142,14674.29,42.994083,1.5766366,13.372718,25.7796,25.44971,8.088649,14.0938,358.39847,30.555803,11.009776,1.087116,7.428251,426.40353,0.4503326,214.34903,84.76577,2580.9343,130.05704,116.78956,181.20369,1145.4554,78.4334,63.3221,907.1869,57.432655,64.88449,10.251956,34.65485,220.44994,11.46727,8.834498,73.03809,17.819681,4487.2437,20.337923,29.622025,17.988718,18.930984,341.44443,88.39323,32.15402,9.458478,10.066071,24.057585,63.80175,146.26024,47.08222,221.03648,27.286608,16.626678,82.61568,32.289875,23.1815,149.90137,16.691465,1.5868415,25.552149,11.17176,1190.3447,24.127134,3.7694902,133.27975,19.828485,200.0163,83.76091,141.60847,8.78644,109.34781,450.57715,406.13983,42.156376,277.33246,92.81573,49.70094,69.624176,155.04349,25.546688,60.355576,462.64246,13.912277,21.25144,326.14285,13.405591,7.550725,75.961296,61.066418,646.9717,173.23569,171.94318,1953.7261,33.72653,1569.1261,1325.3246,7.0999107,5.3833456,1359.6799,17.394058,9.828968,358.97284,21.672358,41.85636,20.660048,63.378254,251.71175,327.2251,3.2688303,30.871237,59.889374,313.65054,5.453429,84.07847,7.524169,1.5744456,58.344994,1.1830299,1.4186562,4.6908126,10.227945,22.514757,14.907603,26.164236,186.83673,33.171627,16.294643,29.877604,7.926956,91.87686,3.6519098,34.606007,6.502604,63.200043,3.715997,5.6077247,15.492295,9.288057,18.157738,8.168105,0.99170446,59.529396,8.805957,194.8303,6.0391917,258.15878,17.457159,1109.5752,110.01187,3.7085114,7.961462,141.4504,176.18394,894.1595,893.0008 +2023-02-21 00:00:00,0.0,2327.421,29.423552,4.962449,8.931548,23.535715,179.60638,25.287737,46.045063,20.214575,30.088417,175.95679,211.85143,12.337777,29.841904,10.966625,3.20284,32.2358,56.861534,35.989723,423.04636,25.758514,372.923,135.34286,34.94397,210.06558,183.28322,77.63736,826.01587,272.0065,1905.3445,46.016277,2358.741,619.4121,32.335472,26.735594,175.13512,164.77316,281.2873,1090.748,48.92857,13.270205,9.728031,635.97363,530.9149,78.8791,19.794718,342.41364,27.929922,382.99884,12.030669,41.27862,0.0,1263.1547,2067.8071,0.28548098,40.521427,18.018196,14681.505,43.010838,1.5768625,13.390475,25.800531,25.471855,8.094756,14.104762,358.5231,30.539682,11.024372,1.0875733,7.431689,426.67975,0.45000273,214.48215,84.75714,2580.7263,130.07143,116.806625,181.18254,1146.1554,78.43593,63.33451,906.53894,57.451855,64.84539,10.252846,34.66343,220.44127,11.465131,8.833143,73.064285,17.813625,4487.8213,20.342962,29.607143,17.992313,18.941856,341.5,88.45207,32.142857,9.4587145,10.068337,24.083193,63.82255,146.36008,47.07143,221.08977,27.303999,16.636402,82.67059,32.311428,23.174805,149.96251,16.704287,1.5871428,25.524763,11.171166,1190.3026,24.128325,3.7763605,133.42857,19.837784,200.14659,83.790474,141.70982,8.784497,109.35715,450.79968,406.5067,42.174274,277.45306,92.90476,49.709507,69.62561,155.06508,25.553598,60.368294,462.63525,13.9227,21.261618,326.24738,13.389796,7.545714,76.01481,61.101154,647.2371,173.30714,171.95053,1953.8053,33.714287,1569.0544,1325.0325,7.095714,5.3797617,1359.4572,17.394047,9.82381,358.91245,21.660713,41.842857,20.651316,63.35612,251.70941,327.12943,3.2668571,30.862244,59.838154,313.60922,5.4509344,84.07535,7.522619,1.5748706,58.34651,1.1833745,1.4191055,4.6932945,10.227573,22.510286,14.905033,26.166666,186.80496,33.154762,16.285713,29.875,7.922449,91.83929,3.65,34.45,6.5,63.203846,3.7071428,5.5975695,15.475595,9.289286,18.142857,8.152381,0.99157876,59.540897,8.803933,194.78522,6.037869,258.17432,17.453764,1109.4581,110.00559,3.7101698,7.9590645,141.46117,176.19421,894.1659,892.8825 +2023-02-21 01:00:00,0.0,2327.8945,29.413168,4.9617963,8.924231,23.541727,179.58704,25.286932,46.052216,20.220715,30.098434,175.81856,212.02242,12.336689,29.797796,10.978283,3.2010846,32.226124,56.770264,35.93516,422.9739,25.730541,372.7712,135.33827,34.909306,210.23405,183.2052,77.63164,825.6252,272.03424,1904.836,45.999775,2358.6897,619.3292,32.324486,26.728834,175.08968,164.63533,281.2282,1091.0618,48.947174,13.265151,9.72748,636.3223,531.2021,78.811676,19.822645,341.87903,27.959152,382.56317,12.034046,41.299297,0.0,1263.8843,2068.4583,0.28548607,40.497818,18.024975,14688.72,43.02759,1.5770882,13.408234,25.821463,25.494,8.1008625,14.115725,358.6477,30.523561,11.038969,1.0880307,7.435127,426.95596,0.44967282,214.61526,84.74851,2580.518,130.08582,116.82369,181.16139,1146.8553,78.438446,63.34692,905.891,57.471054,64.80628,10.2537365,34.672005,220.4326,11.462991,8.831788,73.09048,17.80757,4488.3994,20.348001,29.592262,17.995909,18.952728,341.55554,88.51092,32.131695,9.458951,10.070605,24.1088,63.843353,146.4599,47.06064,221.14307,27.321392,16.646126,82.72552,32.332985,23.16811,150.02364,16.717108,1.5874442,25.497377,11.170573,1190.2604,24.129515,3.783231,133.57738,19.847082,200.27689,83.82004,141.81117,8.782555,109.36648,451.02222,406.87363,42.192177,277.57364,92.9938,49.71808,69.62704,155.08669,25.560507,60.381012,462.62805,13.933124,21.271797,326.35193,13.374001,7.5407033,76.06831,61.135887,647.50256,173.37859,171.95789,1953.8846,33.70204,1568.9828,1324.7405,7.091518,5.376178,1359.2344,17.394035,9.81865,358.85205,21.649069,41.829353,20.642586,63.333992,251.70709,327.03372,3.2648838,30.853252,59.78693,313.56793,5.448439,84.072235,7.5210686,1.5752957,58.348034,1.1837193,1.4195548,4.6957765,10.227201,22.505816,14.902462,26.169098,186.77321,33.137897,16.276785,29.872396,7.9179425,91.80171,3.6480904,34.293995,6.497396,63.207653,3.6982887,5.5874147,15.458896,9.290513,18.127975,8.136657,0.991453,59.552402,8.8019085,194.74013,6.036546,258.18982,17.450367,1109.3411,109.99932,3.7118282,7.9566665,141.47194,176.20448,894.1723,892.7643 +2023-02-21 02:00:00,0.0,2328.3682,29.402782,4.961144,8.916914,23.547739,179.56767,25.286127,46.059364,20.226856,30.108452,175.68033,212.19339,12.335602,29.75369,10.98994,3.1993291,32.216446,56.678993,35.8806,422.9015,25.70257,372.6194,135.3337,34.874645,210.40253,183.12718,77.625916,825.23444,272.06195,1904.3276,45.983273,2358.6382,619.24634,32.3135,26.722075,175.04422,164.4975,281.1691,1091.3756,48.965775,13.260098,9.726928,636.6711,531.48926,78.74425,19.850574,341.3444,27.988382,382.12753,12.037424,41.319973,0.0,1264.6139,2069.1094,0.2854912,40.474205,18.031752,14695.934,43.044342,1.5773141,13.425991,25.842392,25.516144,8.106969,14.126687,358.77234,30.50744,11.053566,1.0884881,7.438565,427.23218,0.44934294,214.74838,84.73988,2580.3098,130.10019,116.84076,181.14024,1147.5553,78.44097,63.359325,905.24304,57.490253,64.76718,10.254626,34.680584,220.42393,11.460852,8.830434,73.11666,17.801512,4488.977,20.35304,29.577381,17.999504,18.9636,341.6111,88.56976,32.120537,9.4591875,10.072872,24.134409,63.864155,146.55972,47.04985,221.19635,27.338783,16.65585,82.78043,32.354538,23.161417,150.08478,16.729929,1.5877455,25.469992,11.169981,1190.2183,24.130705,3.7901013,133.7262,19.85638,200.40718,83.8496,141.9125,8.780612,109.37582,451.24478,407.2405,42.210075,277.69424,93.08284,49.72665,69.62846,155.10828,25.567415,60.393726,462.62088,13.943546,21.281977,326.45648,13.358206,7.5356927,76.121826,61.170624,647.768,173.45003,171.96524,1953.964,33.6898,1568.9111,1324.4484,7.0873213,5.3725944,1359.0116,17.394022,9.813492,358.79166,21.637424,41.81585,20.633854,63.311863,251.70476,326.93805,3.2629106,30.84426,59.73571,313.52664,5.4459443,84.069115,7.519519,1.5757208,58.349552,1.1840639,1.4200041,4.6982584,10.2268305,22.501345,14.899891,26.171528,186.74144,33.121033,16.267857,29.869791,7.9134355,91.76414,3.6461806,34.137985,6.4947915,63.21146,3.6894345,5.57726,15.442195,9.29174,18.113096,8.120933,0.9913272,59.563904,8.799885,194.69502,6.0352235,258.20535,17.446972,1109.224,109.99305,3.7134867,7.954269,141.48271,176.21475,894.1787,892.646 +2023-02-21 03:00:00,0.0,2328.8416,29.392399,4.960491,8.909596,23.553751,179.54832,25.285322,46.066517,20.232998,30.11847,175.54208,212.36436,12.334514,29.709583,11.001597,3.1975737,32.206768,56.58772,35.826035,422.82904,25.674599,372.4676,135.32912,34.83998,210.57098,183.04916,77.62019,824.84375,272.0897,1903.8192,45.96677,2358.587,619.16345,32.302513,26.715315,174.99878,164.35966,281.11,1091.6893,48.984375,13.255045,9.726377,637.0198,531.7765,78.67682,19.878504,340.80975,28.017612,381.6919,12.040801,41.34065,0.0,1265.3434,2069.7605,0.2854963,40.450596,18.03853,14703.148,43.061096,1.5775399,13.443749,25.863323,25.538288,8.113076,14.13765,358.89697,30.49132,11.068163,1.0889455,7.4420033,427.5084,0.44901302,214.88152,84.73125,2580.1016,130.11458,116.857834,181.1191,1148.2552,78.4435,63.371735,904.59515,57.509453,64.72808,10.255516,34.689163,220.41527,11.458713,8.829079,73.14285,17.795456,4489.5547,20.35808,29.5625,18.0031,18.974472,341.66666,88.62861,32.109375,9.459424,10.075139,24.160019,63.884953,146.65955,47.039062,221.24965,27.356174,16.665573,82.83536,32.376095,23.154722,150.14592,16.74275,1.5880469,25.442606,11.169388,1190.176,24.131895,3.7969718,133.875,19.865679,200.53748,83.879166,142.01385,8.778669,109.385155,451.46732,407.60742,42.227978,277.81482,93.171875,49.73522,69.6299,155.12987,25.574326,60.406445,462.61368,13.953969,21.292156,326.56104,13.342411,7.5306816,76.17534,61.205357,648.03345,173.52148,171.9726,1954.0432,33.677555,1568.8394,1324.1562,7.083125,5.3690104,1358.7888,17.39401,9.808333,358.73126,21.62578,41.802345,20.625124,63.28973,251.70242,326.84238,3.2609375,30.835266,59.68449,313.48532,5.4434495,84.066,7.5179687,1.5761459,58.351074,1.1844085,1.4204534,4.700741,10.226459,22.496876,14.89732,26.173958,186.70967,33.104168,16.258928,29.867188,7.908929,91.72656,3.644271,33.98198,6.4921875,63.215267,3.6805804,5.5671053,15.425495,9.292969,18.098215,8.105208,0.99120146,59.575405,8.79786,194.64993,6.0339007,258.22086,17.443575,1109.1068,109.98678,3.7151453,7.951871,141.4935,176.22504,894.1851,892.5278 +2023-02-21 04:00:00,0.0,2329.3152,29.382013,4.9598384,8.902279,23.559763,179.52896,25.284517,46.07367,20.23914,30.128487,175.40385,212.53535,12.3334255,29.665476,11.013254,3.1958184,32.19709,56.49645,35.771473,422.75662,25.646627,372.3158,135.32452,34.805317,210.73946,182.97115,77.61446,824.45306,272.11743,1903.3109,45.950268,2358.5356,619.08057,32.291527,26.708555,174.95334,164.22183,281.0509,1092.003,49.002975,13.249991,9.725825,637.3685,532.06366,78.6094,19.906431,340.27515,28.046843,381.25623,12.044178,41.361324,0.0,1266.073,2070.4119,0.2855014,40.426983,18.045307,14710.363,43.07785,1.5777658,13.461507,25.884253,25.560432,8.119183,14.148611,359.02158,30.475199,11.08276,1.0894029,7.4454412,427.78464,0.44868314,215.01463,84.72262,2579.8933,130.12897,116.8749,181.09795,1148.9553,78.446014,63.38414,903.9472,57.528652,64.68898,10.256407,34.69774,220.40662,11.456573,8.827724,73.169044,17.789398,4490.1323,20.36312,29.547619,18.006693,18.985344,341.72223,88.687454,32.098213,9.459661,10.077407,24.185627,63.905754,146.75937,47.028275,221.30295,27.373566,16.675297,82.890274,32.397648,23.14803,150.20705,16.755571,1.5883482,25.41522,11.168796,1190.1338,24.133085,3.803842,134.0238,19.874977,200.66777,83.90873,142.11519,8.776726,109.39449,451.68988,407.9743,42.245876,277.93542,93.26091,49.743793,69.631325,155.15146,25.581234,60.419163,462.6065,13.964393,21.302334,326.66556,13.326615,7.525671,76.22885,61.240093,648.2989,173.59293,171.97995,1954.1227,33.665314,1568.7677,1323.8643,7.0789285,5.3654265,1358.566,17.394,9.803174,358.67087,21.614136,41.78884,20.616392,63.2676,251.7001,326.7467,3.2589643,30.826275,59.633266,313.44403,5.4409547,84.06288,7.5164185,1.5765709,58.352592,1.1847533,1.4209027,4.7032228,10.226088,22.492405,14.894749,26.17639,186.67792,33.0873,16.25,29.864584,7.904422,91.68899,3.6423612,33.825974,6.4895835,63.21907,3.6717262,5.5569506,15.408794,9.294196,18.083334,8.089484,0.99107575,59.586906,8.795836,194.60484,6.032578,258.2364,17.44018,1108.9897,109.98051,3.7168038,7.9494734,141.50427,176.2353,894.1915,892.4095 +2023-02-21 05:00:00,0.0,2329.7886,29.37163,4.959186,8.894962,23.565775,179.5096,25.283712,46.08082,20.24528,30.138504,175.26562,212.70633,12.332337,29.621368,11.024912,3.194063,32.18741,56.405178,35.71691,422.68417,25.618654,372.16397,135.31995,34.770657,210.90793,182.89313,77.60874,824.0623,272.14514,1902.8025,45.93377,2358.4841,618.9977,32.280537,26.701796,174.9079,164.084,280.9918,1092.3168,49.021576,13.244939,9.725274,637.7172,532.3508,78.54197,19.93436,339.74054,28.076073,380.8206,12.047556,41.382,0.0,1266.8026,2071.063,0.2855065,40.403374,18.052084,14717.577,43.094604,1.5779916,13.479265,25.905182,25.582577,8.125289,14.159574,359.1462,30.459078,11.097357,1.0898603,7.4488792,428.06085,0.44835323,215.14775,84.71399,2579.685,130.14336,116.89197,181.0768,1149.6553,78.44854,63.39655,903.29926,57.547848,64.64987,10.257297,34.70632,220.39795,11.454433,8.826369,73.19524,17.783342,4490.71,20.368158,29.532738,18.010288,18.996216,341.77777,88.7463,32.087055,9.459897,10.079674,24.211235,63.926556,146.85919,47.017487,221.35623,27.390959,16.68502,82.9452,32.419205,23.141335,150.26819,16.768393,1.5886495,25.387835,11.168202,1190.0917,24.134277,3.8107126,134.17262,19.884275,200.79808,83.93829,142.21654,8.774783,109.40383,451.9124,408.34122,42.26378,278.056,93.34995,49.752365,69.63275,155.17305,25.588142,60.43188,462.5993,13.974815,21.312513,326.7701,13.310821,7.52066,76.282364,61.274826,648.5644,173.66437,171.9873,1954.2019,33.65307,1568.696,1323.5721,7.074732,5.3618426,1358.3431,17.393988,9.798016,358.61047,21.602491,41.775333,20.607662,63.245472,251.69777,326.65103,3.256991,30.817282,59.582047,313.40274,5.43846,84.05977,7.5148683,1.576996,58.35411,1.1850979,1.421352,4.7057047,10.225716,22.487934,14.892178,26.17882,186.64615,33.070435,16.241072,29.861979,7.899915,91.65141,3.6404514,33.669968,6.486979,63.222878,3.662872,5.546796,15.392095,9.2954235,18.068453,8.07376,0.99095,59.59841,8.793813,194.55975,6.0312552,258.25192,17.436783,1108.8727,109.974236,3.7184622,7.947076,141.51505,176.24557,894.19794,892.29126 +2023-02-21 06:00:00,0.0,2330.2622,29.361244,4.9585333,8.887645,23.571787,179.49025,25.28291,46.08797,20.251421,30.148521,175.1274,212.8773,12.331249,29.577261,11.036569,3.1923075,32.17773,56.313904,35.66235,422.61172,25.590683,372.01218,135.31535,34.735992,211.0764,182.81511,77.60302,823.67163,272.17288,1902.2941,45.917267,2358.4329,618.91486,32.26955,26.695036,174.86243,163.94617,280.9327,1092.6306,49.04018,13.239885,9.724723,638.066,532.63806,78.47455,19.962288,339.20593,28.105303,380.38495,12.050933,41.402676,0.0,1267.5322,2071.714,0.28551158,40.37976,18.058863,14724.792,43.11136,1.5782175,13.497024,25.926113,25.604721,8.131396,14.170536,359.27084,30.442957,11.111954,1.0903176,7.4523177,428.33707,0.44802335,215.28088,84.70535,2579.477,130.15773,116.90904,181.05565,1150.3552,78.45106,63.408955,902.6513,57.567047,64.61077,10.258186,34.714897,220.38928,11.452294,8.825014,73.22143,17.777287,4491.288,20.373196,29.517857,18.013884,19.007088,341.83334,88.805145,32.075893,9.460134,10.081941,24.236843,63.947357,146.95901,47.006695,221.40953,27.40835,16.694744,83.000114,32.440758,23.13464,150.32933,16.781214,1.5889509,25.360449,11.167609,1190.0494,24.135468,3.8175828,134.32143,19.893576,200.92838,83.96786,142.31787,8.7728405,109.41317,452.13498,408.7081,42.281677,278.1766,93.43899,49.760933,69.63418,155.19466,25.595053,60.444595,462.59213,13.985239,21.322693,326.87466,13.295026,7.5156493,76.33587,61.30956,648.82983,173.73582,171.99466,1954.2812,33.640827,1568.6244,1323.28,7.0705357,5.3582587,1358.1204,17.393976,9.792857,358.55008,21.590847,41.76183,20.598932,63.223343,251.69543,326.55533,3.2550178,30.80829,59.530823,313.36142,5.435965,84.05665,7.5133185,1.5774211,58.355633,1.1854427,1.4218013,4.708187,10.225345,22.483465,14.889606,26.18125,186.61438,33.05357,16.232143,29.859375,7.8954086,91.61384,3.6385417,33.513958,6.484375,63.226685,3.6540177,5.536641,15.375395,9.296652,18.053572,8.058036,0.9908242,59.609913,8.791788,194.51465,6.0299325,258.26743,17.433388,1108.7556,109.967964,3.7201207,7.944678,141.52582,176.25586,894.20435,892.17303 +2023-02-21 07:00:00,0.0,2330.7358,29.35086,4.9578805,8.880328,23.577799,179.47089,25.282104,46.095123,20.257563,30.15854,174.98915,213.0483,12.330162,29.533154,11.048226,3.190552,32.168053,56.222633,35.607788,422.5393,25.562712,371.86038,135.31078,34.70133,211.24486,182.73709,77.5973,823.28094,272.2006,1901.7856,45.900764,2358.3813,618.832,32.258564,26.688276,174.81699,163.80833,280.8736,1092.9443,49.05878,13.234833,9.724171,638.4147,532.92523,78.40712,19.990217,338.6713,28.134533,379.94928,12.05431,41.42335,0.0,1268.2617,2072.3652,0.2855167,40.356148,18.06564,14732.007,43.128113,1.5784433,13.514781,25.947044,25.626865,8.137503,14.181499,359.39545,30.426836,11.126551,1.090775,7.4557557,428.61328,0.44769344,215.414,84.696724,2579.2688,130.17212,116.92611,181.0345,1151.0552,78.45358,63.421364,902.00336,57.586246,64.57167,10.259077,34.723476,220.38062,11.450155,8.82366,73.24761,17.771229,4491.8657,20.378235,29.502975,18.017479,19.01796,341.8889,88.86399,32.06473,9.460371,10.084208,24.262451,63.96816,147.05884,46.995907,221.46281,27.425741,16.704468,83.05504,32.462315,23.127947,150.39046,16.794037,1.5892522,25.333063,11.167017,1190.0073,24.136658,3.8244534,134.47025,19.902874,201.05867,83.99742,142.41922,8.770898,109.42251,452.3575,409.075,42.29958,278.29718,93.52802,49.769505,69.63561,155.21625,25.601961,60.457314,462.58493,13.995662,21.332872,326.9792,13.27923,7.510638,76.38938,61.344296,649.0953,173.80727,172.00203,1954.3606,33.628586,1568.5527,1322.988,7.066339,5.354675,1357.8976,17.393965,9.787698,358.48972,21.579203,41.748325,20.5902,63.20121,251.6931,326.45966,3.2530446,30.799297,59.479603,313.32013,5.4334702,84.053535,7.5117683,1.577846,58.35715,1.1857873,1.4222507,4.710669,10.224973,22.478994,14.887035,26.18368,186.58263,33.036705,16.223213,29.856771,7.8909016,91.57626,3.636632,33.357952,6.481771,63.23049,3.6451635,5.5264864,15.358694,9.297879,18.03869,8.042312,0.99069846,59.621414,8.789764,194.46956,6.0286098,258.28296,17.42999,1108.6384,109.961685,3.721779,7.9422803,141.53659,176.26613,894.21075,892.05475 +2023-02-21 08:00:00,0.0,2331.2092,29.340475,4.957228,8.873011,23.583809,179.45154,25.2813,46.102272,20.263702,30.168558,174.85092,213.21927,12.329074,29.489048,11.059883,3.1887968,32.158375,56.131363,35.553226,422.46686,25.534739,371.70856,135.3062,34.666668,211.41333,182.65907,77.591576,822.8902,272.22833,1901.2772,45.884262,2358.33,618.7491,32.247578,26.681517,174.77155,163.6705,280.81448,1093.258,49.07738,13.229779,9.723619,638.7634,533.2124,78.33969,20.018145,338.1367,28.163763,379.51364,12.057688,41.444027,0.0,1268.9915,2073.0166,0.2855218,40.33254,18.072418,14739.222,43.144867,1.5786692,13.532539,25.967976,25.64901,8.14361,14.192461,359.52008,30.410715,11.141148,1.0912324,7.4591937,428.8895,0.44736356,215.54712,84.688095,2579.0605,130.18651,116.94318,181.01335,1151.7551,78.45611,63.43377,901.35547,57.605446,64.53256,10.259967,34.73205,220.37195,11.448015,8.822305,73.2738,17.765173,4492.4434,20.383274,29.488094,18.021074,19.028831,341.94443,88.92284,32.05357,9.460608,10.086475,24.28806,63.98896,147.15866,46.98512,221.51611,27.443132,16.71419,83.109955,32.48387,23.121252,150.4516,16.806858,1.5895536,25.305676,11.166424,1189.9651,24.137848,3.8313236,134.61905,19.912172,201.18896,84.026985,142.52055,8.768955,109.43185,452.58008,409.4419,42.31748,278.4178,93.617065,49.778076,69.63704,155.23784,25.608871,60.47003,462.57776,14.006084,21.343052,327.08374,13.263435,7.5056276,76.442894,61.37903,649.3607,173.87871,172.00938,1954.4398,33.61634,1568.481,1322.6959,7.062143,5.3510914,1357.6748,17.393953,9.782539,358.42932,21.567558,41.73482,20.58147,63.17908,251.69078,326.36398,3.2510715,30.790306,59.428383,313.2788,5.4309754,84.050415,7.510218,1.5782712,58.358673,1.186132,1.4227,4.713151,10.224602,22.474524,14.884464,26.186111,186.55086,33.01984,16.214285,29.854166,7.886395,91.53869,3.6347225,33.201946,6.4791665,63.234295,3.6363094,5.5163317,15.341994,9.299107,18.02381,8.0265875,0.99057275,59.632915,8.787741,194.42447,6.027287,258.29846,17.426596,1108.5214,109.955414,3.7234378,7.9398823,141.54738,176.2764,894.21716,891.9365 +2023-02-21 09:00:00,0.0,2331.6829,29.330091,4.9565754,8.865694,23.58982,179.43217,25.280495,46.109425,20.269844,30.178576,174.71269,213.39024,12.327986,29.44494,11.071541,3.1870413,32.148697,56.04009,35.49866,422.39444,25.506767,371.55676,135.3016,34.632004,211.5818,182.58105,77.585846,822.4995,272.25607,1900.7689,45.86776,2358.2786,618.6662,32.23659,26.674757,174.72609,163.53267,280.7554,1093.5719,49.09598,13.224726,9.723068,639.1121,533.49963,78.27227,20.046074,337.60205,28.192993,379.078,12.061065,41.464703,0.0,1269.721,2073.6677,0.2855269,40.308926,18.079195,14746.436,43.16162,1.578895,13.550297,25.988905,25.671154,8.149716,14.203423,359.6447,30.394594,11.155745,1.0916898,7.4626317,429.1657,0.44703367,215.68025,84.67947,2578.8523,130.20088,116.96024,180.99222,1152.4551,78.458626,63.44618,900.7075,57.624645,64.49346,10.260858,34.74063,220.3633,11.445876,8.82095,73.299995,17.759117,4493.021,20.388313,29.473215,18.02467,19.039703,342.0,88.98168,32.04241,9.460844,10.088742,24.31367,64.00976,147.25848,46.97433,221.56941,27.460526,16.723913,83.16488,32.505424,23.114557,150.51274,16.81968,1.5898548,25.27829,11.165832,1189.9229,24.139038,3.8381941,134.76785,19.92147,201.31926,84.05655,142.6219,8.767013,109.441185,452.8026,409.8088,42.33538,278.5384,93.7061,49.786648,69.638466,155.25943,25.61578,60.48275,462.57056,14.016508,21.35323,327.1883,13.247641,7.5006166,76.49641,61.413765,649.62616,173.95016,172.01674,1954.5193,33.6041,1568.4093,1322.4038,7.057946,5.3475075,1357.452,17.393942,9.777381,358.36893,21.555914,41.721317,20.572739,63.15695,251.68845,326.2683,3.249098,30.781313,59.37716,313.23752,5.4284806,84.0473,7.508668,1.5786963,58.36019,1.1864767,1.4231493,4.715633,10.22423,22.470055,14.881893,26.188541,186.5191,33.002975,16.205357,29.851562,7.881888,91.501114,3.6328127,33.045937,6.4765625,63.238102,3.6274552,5.506177,15.3252945,9.300335,18.008928,8.010863,0.990447,59.64442,8.785716,194.37938,6.0259643,258.314,17.423199,1108.4043,109.94914,3.7250962,7.9374847,141.55815,176.28667,894.2235,891.81824 +2023-02-21 10:00:00,0.0,2332.1562,29.319706,4.9559226,8.8583765,23.595833,179.41281,25.27969,46.116577,20.275986,30.188593,174.57446,213.56123,12.326898,29.400833,11.083198,3.1852858,32.13902,55.94882,35.4441,422.322,25.478796,371.40497,135.29703,34.597343,211.75027,182.50304,77.580124,822.10876,272.28378,1900.2605,45.851257,2358.2273,618.5833,32.2256,26.667997,174.68065,163.39482,280.6963,1093.8856,49.114582,13.219673,9.722517,639.4608,533.7868,78.20484,20.074001,337.06744,28.222223,378.64233,12.064442,41.48538,0.0,1270.4504,2074.3188,0.285532,40.285316,18.085974,14753.65,43.178375,1.5791209,13.568055,26.009836,25.693298,8.155823,14.214385,359.76935,30.378473,11.1703415,1.0921472,7.46607,429.44196,0.44670376,215.81337,84.67083,2578.644,130.21527,116.97732,180.97107,1153.155,78.46115,63.458588,900.0596,57.643845,64.45436,10.261747,34.74921,220.35463,11.443737,8.819595,73.32619,17.75306,4493.599,20.393353,29.458334,18.028265,19.050575,342.05554,89.04053,32.03125,9.461081,10.091009,24.339277,64.03056,147.3583,46.963543,221.6227,27.477917,16.733637,83.219795,32.52698,23.107864,150.57387,16.8325,1.5901562,25.250904,11.165238,1189.8807,24.140228,3.8450644,134.91667,19.930769,201.44957,84.08611,142.72324,8.76507,109.45052,453.02518,410.17572,42.35328,278.65897,93.795135,49.79522,69.6399,155.28102,25.622688,60.495464,462.5634,14.026931,21.363409,327.29285,13.231845,7.495606,76.54991,61.448498,649.8916,174.0216,172.0241,1954.5986,33.591854,1568.3376,1322.1118,7.05375,5.3439236,1357.2292,17.39393,9.7722225,358.30853,21.54427,41.707813,20.564009,63.134823,251.68611,326.17264,3.247125,30.77232,59.32594,313.19623,5.425986,84.04418,7.5071177,1.5791214,58.361713,1.1868213,1.4235986,4.7181153,10.223859,22.465584,14.879322,26.190971,186.48734,32.98611,16.196428,29.848959,7.8773813,91.46354,3.630903,32.88993,6.4739585,63.24191,3.618601,5.496022,15.308594,9.301562,17.994047,7.9951386,0.9903212,59.655922,8.783692,194.33429,6.0246415,258.32953,17.419804,1108.2872,109.94287,3.7267547,7.935087,141.56892,176.29695,894.2299,891.7 +2023-02-21 11:00:00,0.0,2332.63,29.309322,4.9552703,8.85106,23.601845,179.39346,25.278885,46.123726,20.282127,30.19861,174.43622,213.73221,12.3258095,29.356726,11.094855,3.1835303,32.12934,55.857548,35.389538,422.24957,25.450825,371.25314,135.29245,34.56268,211.91873,182.42502,77.5744,821.7181,272.31152,1899.7521,45.834755,2358.1758,618.5004,32.214615,26.661238,174.63521,163.25699,280.6372,1094.1993,49.133186,13.21462,9.721966,639.8096,534.074,78.13742,20.10193,336.53284,28.251453,378.2067,12.06782,41.506054,0.0,1271.1802,2074.97,0.2855371,40.261703,18.09275,14760.865,43.19513,1.5793467,13.585813,26.030767,25.715443,8.16193,14.2253475,359.89395,30.362352,11.184938,1.0926046,7.469508,429.71817,0.44637388,215.94649,84.6622,2578.4358,130.22966,116.994385,180.94992,1153.855,78.46368,63.470993,899.4116,57.66304,64.41526,10.262637,34.75779,220.34596,11.441597,8.81824,73.35238,17.747004,4494.177,20.398392,29.443453,18.03186,19.061447,342.1111,89.099365,32.02009,9.461317,10.093277,24.364885,64.05136,147.45813,46.95275,221.676,27.495308,16.74336,83.27472,32.548534,23.10117,150.63501,16.845322,1.5904576,25.223518,11.164645,1189.8385,24.14142,3.851935,135.06548,19.940067,201.57986,84.11568,142.82458,8.763126,109.45986,453.2477,410.5426,42.37118,278.77957,93.88418,49.80379,69.64133,155.30261,25.629599,60.508183,462.55618,14.0373535,21.373589,327.39737,13.21605,7.490595,76.603424,61.483234,650.15704,174.09306,172.03145,1954.6779,33.579613,1568.266,1321.8197,7.0495534,5.3403397,1357.0063,17.393919,9.767063,358.24814,21.532625,41.69431,20.555277,63.11269,251.68379,326.07693,3.2451518,30.763329,59.274715,313.1549,5.423491,84.04107,7.505568,1.5795463,58.36323,1.1871661,1.424048,4.7205973,10.223487,22.461113,14.876752,26.193403,186.45557,32.969246,16.1875,29.846354,7.8728743,91.425964,3.6289933,32.733925,6.471354,63.245716,3.609747,5.485867,15.291894,9.30279,17.979166,7.9794145,0.9901955,59.667423,8.781669,194.28918,6.023319,258.34503,17.416407,1108.17,109.9366,3.728413,7.932689,141.5797,176.30722,894.2363,891.5817 +2023-02-21 12:00:00,0.0,2333.1035,29.298939,4.9546175,8.843742,23.607857,179.3741,25.27808,46.13088,20.288267,30.208628,174.29799,213.90318,12.324722,29.312618,11.106512,3.181775,32.119663,55.766273,35.334976,422.17712,25.422852,371.10135,135.28786,34.528015,212.0872,182.347,77.56868,821.3274,272.33923,1899.2437,45.818256,2358.1245,618.4176,32.20363,26.654478,174.58975,163.11916,280.5781,1094.5131,49.151787,13.209567,9.721414,640.15826,534.36115,78.06999,20.129858,335.9982,28.280684,377.77106,12.071197,41.52673,0.0,1271.9097,2075.621,0.28554222,40.238094,18.09953,14768.08,43.211884,1.5795726,13.603571,26.051697,25.737587,8.168036,14.23631,360.0186,30.346231,11.199534,1.0930619,7.472946,429.9944,0.44604397,216.07962,84.65357,2578.2278,130.24405,117.01145,180.92877,1154.5549,78.466194,63.483402,898.76373,57.68224,64.37615,10.263528,34.766365,220.3373,11.439458,8.816885,73.37857,17.740948,4494.7544,20.40343,29.428572,18.035456,19.072319,342.16666,89.15821,32.00893,9.461554,10.095544,24.390493,64.07217,147.55797,46.941963,221.72928,27.5127,16.753084,83.329636,32.57009,23.094477,150.69615,16.858143,1.5907589,25.196133,11.164053,1189.7964,24.14261,3.8588052,135.21428,19.949366,201.71016,84.14524,142.92592,8.761184,109.4692,453.47028,410.90952,42.38908,278.90015,93.97321,49.81236,69.64275,155.32422,25.636507,60.5209,462.549,14.047777,21.383768,327.50192,13.200255,7.4855843,76.65694,61.517967,650.42255,174.1645,172.0388,1954.7572,33.56737,1568.1943,1321.5276,7.045357,5.3367558,1356.7836,17.393908,9.761905,358.18774,21.52098,41.680805,20.546547,63.09056,251.68146,325.98126,3.2431786,30.754335,59.223495,313.11362,5.420996,84.03795,7.504018,1.5799714,58.36475,1.1875107,1.4244972,4.723079,10.223116,22.456644,14.874181,26.195833,186.42381,32.95238,16.178572,29.84375,7.8683677,91.38839,3.6270835,32.57792,6.46875,63.24952,3.6008928,5.4757123,15.275194,9.304017,17.964285,7.9636903,0.99006975,59.67893,8.779644,194.2441,6.021996,258.36057,17.413012,1108.053,109.93033,3.7300715,7.9302917,141.59048,176.31749,894.24274,891.4635 +2023-02-21 13:00:00,0.0,2333.577,29.288553,4.9539647,8.836426,23.613869,179.35475,25.277275,46.13803,20.294409,30.218645,174.15976,214.07417,12.323634,29.26851,11.118169,3.1800196,32.109985,55.675003,35.280415,422.10468,25.39488,370.94955,135.28328,34.493355,212.25568,182.26898,77.56296,820.93665,272.36697,1898.7354,45.801754,2358.073,618.3347,32.192642,26.647718,174.54431,162.98132,280.51898,1094.8269,49.170387,13.204514,9.720862,640.507,534.6484,78.00256,20.157787,335.46356,28.309914,377.3354,12.0745735,41.547405,0.0,1272.6393,2076.2725,0.28554732,40.21448,18.106306,14775.294,43.228638,1.5797985,13.621328,26.072628,25.759731,8.174144,14.2472725,360.14322,30.330109,11.214131,1.0935193,7.476384,430.2706,0.4457141,216.21274,84.64494,2578.0195,130.25842,117.02852,180.90762,1155.2549,78.46872,63.495808,898.1158,57.70144,64.33705,10.264418,34.774944,220.32863,11.437319,8.815531,73.404755,17.73489,4495.332,20.40847,29.41369,18.039051,19.08319,342.22223,89.21706,31.997768,9.46179,10.097811,24.416101,64.092964,147.65779,46.931175,221.78258,27.530092,16.762808,83.38456,32.591644,23.087782,150.75728,16.870964,1.5910603,25.168747,11.16346,1189.7542,24.1438,3.8656757,135.3631,19.958664,201.84045,84.174805,143.02727,8.759241,109.47854,453.6928,411.2764,42.406982,279.02075,94.062256,49.82093,69.64419,155.34581,25.643417,60.53362,462.5418,14.0582,21.393946,327.60648,13.18446,7.4805737,76.71045,61.552704,650.688,174.23595,172.04616,1954.8365,33.555126,1568.1226,1321.2356,7.0411606,5.333172,1356.5608,17.393896,9.756746,358.12735,21.509336,41.6673,20.537815,63.06843,251.67912,325.8856,3.2412052,30.745344,59.172276,313.0723,5.4185014,84.034836,7.5024676,1.5803965,58.366272,1.1878554,1.4249465,4.7255616,10.222744,22.452173,14.87161,26.198263,186.39204,32.935516,16.169643,29.841146,7.8638606,91.350815,3.6251738,32.42191,6.466146,63.253326,3.5920386,5.4655576,15.258493,9.305245,17.949406,7.947966,0.989944,59.69043,8.77762,194.199,6.0206733,258.37607,17.409615,1107.9359,109.92405,3.7317302,7.927894,141.60126,176.32777,894.24915,891.3452 +2023-02-21 14:00:00,0.0,2334.0505,29.27817,4.9533124,8.829108,23.61988,179.33539,25.27647,46.14518,20.30055,30.228662,174.02153,214.24515,12.322546,29.224403,11.129827,3.1782641,32.100307,55.583733,35.22585,422.03226,25.366909,370.79773,135.27869,34.45869,212.42413,182.19096,77.557236,820.54596,272.3947,1898.2269,45.78525,2358.0217,618.25183,32.181656,26.640959,174.49887,162.84349,280.4599,1095.1406,49.188988,13.19946,9.720311,640.8557,534.93555,77.93514,20.185717,334.92896,28.339144,376.89975,12.0779505,41.56808,0.0,1273.3689,2076.9236,0.2855524,40.190872,18.113085,14782.509,43.24539,1.5800242,13.639087,26.09356,25.781876,8.18025,14.258234,360.26782,30.313988,11.228728,1.0939767,7.4798226,430.5468,0.44538417,216.34586,84.63631,2577.8113,130.27281,117.0456,180.88647,1155.955,78.471245,63.508217,897.46783,57.72064,64.29795,10.265307,34.783524,220.31998,11.43518,8.814176,73.43095,17.728834,4495.91,20.41351,29.39881,18.042646,19.094063,342.27777,89.2759,31.986607,9.462027,10.100079,24.44171,64.11376,147.75761,46.920387,221.83586,27.547483,16.772532,83.439476,32.6132,23.081087,150.81842,16.883785,1.5913616,25.141361,11.162868,1189.712,24.14499,3.872546,135.5119,19.967962,201.97075,84.20437,143.1286,8.757298,109.48788,453.91534,411.6433,42.42488,279.14133,94.15129,49.829502,69.645615,155.3674,25.650326,60.546333,462.53464,14.068624,21.404125,327.71103,13.168665,7.4755626,76.763954,61.587437,650.9534,174.3074,172.05351,1954.9158,33.542885,1568.0509,1320.9435,7.036964,5.3295884,1356.338,17.393885,9.751587,358.06696,21.497692,41.653793,20.529085,63.0463,251.6768,325.78992,3.239232,30.736351,59.12105,313.031,5.4160066,84.031715,7.5009174,1.5808215,58.36779,1.1882001,1.4253958,4.7280436,10.222373,22.447702,14.869039,26.200695,186.36028,32.91865,16.160713,29.838541,7.859354,91.31325,3.623264,32.265903,6.4635415,63.257133,3.5831845,5.455403,15.241794,9.306473,17.934525,7.932242,0.9898182,59.70193,8.775596,194.15392,6.0193505,258.3916,17.40622,1107.8188,109.91778,3.7333887,7.925496,141.61203,176.33804,894.25555,891.227 +2023-02-21 15:00:00,0.0,2334.5242,29.267784,4.9526596,8.821792,23.625893,179.31602,25.275665,46.152332,20.30669,30.23868,173.88329,214.41612,12.321458,29.180298,11.141483,3.1765087,32.09063,55.492462,35.171288,421.9598,25.338938,370.64594,135.27411,34.42403,212.5926,182.11295,77.551506,820.1553,272.42242,1897.7185,45.76875,2357.9702,618.16895,32.170666,26.6342,174.45343,162.70566,280.4008,1095.4543,49.20759,13.194407,9.71976,641.20447,535.2227,77.867714,20.213644,334.39435,28.368374,376.46408,12.081328,41.588757,0.0,1274.0985,2077.5747,0.2855575,40.16726,18.119862,14789.724,43.262146,1.5802501,13.656844,26.11449,25.80402,8.186357,14.2691965,360.39246,30.297867,11.243325,1.0944341,7.4832606,430.82303,0.4450543,216.47899,84.62768,2577.603,130.2872,117.06267,180.86533,1156.6549,78.47376,63.520622,896.8199,57.739838,64.25885,10.266198,34.792103,220.31131,11.43304,8.81282,73.45714,17.722776,4496.488,20.418549,29.383928,18.046242,19.104935,342.33334,89.33475,31.975447,9.462263,10.102345,24.46732,64.13457,147.85744,46.9096,221.88916,27.564875,16.782255,83.4944,32.634754,23.074394,150.87956,16.896608,1.5916629,25.113976,11.162274,1189.6698,24.146181,3.8794165,135.66072,19.977262,202.10106,84.233925,143.22995,8.755356,109.49721,454.1379,412.0102,42.442783,279.26193,94.240326,49.838074,69.64704,155.38899,25.657234,60.55905,462.52744,14.079046,21.414305,327.81555,13.15287,7.470552,76.81747,61.622173,651.2189,174.37885,172.06087,1954.9951,33.53064,1567.9792,1320.6514,7.032768,5.3260045,1356.1152,17.393873,9.7464285,358.00656,21.486048,41.64029,20.520353,63.02417,251.67447,325.6942,3.237259,30.727358,59.06983,312.98972,5.4135113,84.0286,7.499367,1.5812466,58.369312,1.1885448,1.4258453,4.7305255,10.222001,22.443232,14.866467,26.203125,186.32852,32.901787,16.151785,29.835938,7.8548474,91.27567,3.6213543,32.109898,6.4609375,63.26094,3.5743303,5.445248,15.225093,9.3077,17.919643,7.9165177,0.9896925,59.713432,8.773572,194.10883,6.018028,258.4071,17.402822,1107.7017,109.91151,3.735047,7.9230986,141.6228,176.34831,894.26196,891.1087 +2023-02-21 16:00:00,0.0,2334.9976,29.2574,4.952007,8.814474,23.631905,179.29668,25.27486,46.159485,20.312832,30.248697,173.74506,214.58711,12.32037,29.13619,11.153141,3.1747534,32.08095,55.401188,35.116726,421.8874,25.310965,370.49414,135.26953,34.389366,212.76108,182.03493,77.545784,819.7645,272.45016,1897.2101,45.752247,2357.919,618.08606,32.15968,26.62744,174.40797,162.56783,280.3417,1095.7681,49.22619,13.189354,9.719209,641.55316,535.50995,77.80029,20.241573,333.85974,28.397604,376.02844,12.084705,41.609432,0.0,1274.828,2078.2258,0.2855626,40.143646,18.12664,14796.9375,43.2789,1.5804759,13.6746025,26.13542,25.826164,8.192464,14.280159,360.5171,30.281746,11.257922,1.0948915,7.4866986,431.09924,0.44472438,216.6121,84.61905,2577.3948,130.30159,117.079735,180.84418,1157.3549,78.47629,63.53303,896.17194,57.759037,64.21974,10.267088,34.800682,220.30264,11.430901,8.811466,73.48333,17.71672,4497.0654,20.423588,29.369047,18.049837,19.115807,342.3889,89.39359,31.964285,9.4625,10.104612,24.492928,64.155365,147.95726,46.89881,221.94246,27.582266,16.791979,83.54932,32.65631,23.0677,150.9407,16.90943,1.5919642,25.08659,11.161681,1189.6276,24.147371,3.8862867,135.80952,19.98656,202.23135,84.26349,143.33128,8.753413,109.506546,454.36044,412.3771,42.460682,279.3825,94.32937,49.846645,69.648476,155.41058,25.664145,60.57177,462.52026,14.089469,21.424484,327.9201,13.137074,7.465541,76.87098,61.656906,651.4843,174.45029,172.06822,1955.0745,33.5184,1567.9076,1320.3594,7.028571,5.3224206,1355.8925,17.393862,9.74127,357.94617,21.474403,41.626785,20.511623,63.00204,251.67213,325.59854,3.2352858,30.718367,59.01861,312.9484,5.4110165,84.02548,7.4978175,1.5816717,58.37083,1.1888895,1.4262946,4.733008,10.22163,22.438763,14.863896,26.205555,186.29675,32.884922,16.142857,29.833334,7.8503404,91.2381,3.6194446,31.95389,6.4583335,63.264744,3.5654762,5.4350934,15.208393,9.3089285,17.904762,7.9007936,0.98956674,59.724937,8.771548,194.06372,6.016705,258.42264,17.399427,1107.5846,109.905235,3.7367055,7.9207006,141.63358,176.35858,894.2684,890.9905 +2023-02-21 17:00:00,0.0,2335.4712,29.247015,4.951354,8.8071575,23.637917,179.27731,25.274055,46.166634,20.318974,30.258715,173.60683,214.75809,12.319282,29.092083,11.164798,3.172998,32.071274,55.309917,35.062164,421.81494,25.282993,370.34232,135.26494,34.354702,212.92955,181.95691,77.54006,819.37384,272.47787,1896.7017,45.735744,2357.8674,618.00323,32.148693,26.62068,174.36253,162.43,280.2826,1096.0819,49.244793,13.184301,9.7186575,641.9019,535.7971,77.732864,20.2695,333.32507,28.426834,375.5928,12.088082,41.630108,0.0,1275.5576,2078.877,0.28556773,40.120037,18.133417,14804.152,43.29565,1.5807018,13.692361,26.156351,25.848309,8.19857,14.2911215,360.6417,30.265625,11.272519,1.095349,7.490137,431.3755,0.4443945,216.74522,84.61041,2577.1868,130.31596,117.0968,180.82303,1158.0548,78.478806,63.545437,895.52405,57.778236,64.18064,10.267979,34.809258,220.29398,11.4287615,8.810111,73.50952,17.710665,4497.643,20.428627,29.354166,18.053432,19.126678,342.44443,89.45244,31.953125,9.462737,10.10688,24.518536,64.17617,148.05708,46.88802,221.99574,27.599659,16.8017,83.60424,32.677864,23.061007,151.00183,16.92225,1.5922656,25.059202,11.161089,1189.5854,24.148561,3.8931572,135.95833,19.99586,202.36165,84.29305,143.43263,8.75147,109.515884,454.583,412.744,42.478584,279.5031,94.4184,49.855217,69.6499,155.43217,25.671053,60.584488,462.51306,14.099893,21.434662,328.02466,13.12128,7.4605303,76.92449,61.691643,651.74976,174.52174,172.07558,1955.1538,33.506153,1567.8359,1320.0673,7.024375,5.3188367,1355.6697,17.393848,9.736111,357.88577,21.462759,41.61328,20.502892,62.97991,251.66982,325.50287,3.2333124,30.709373,58.96739,312.9071,5.4085217,84.02236,7.4962673,1.5820968,58.37235,1.1892341,1.4267439,4.73549,10.221258,22.434292,14.861325,26.207987,186.26498,32.868053,16.133928,29.830729,7.845834,91.20052,3.6175349,31.797882,6.455729,63.26855,3.556622,5.4249387,15.191693,9.310156,17.889881,7.8850694,0.989441,59.73644,8.769524,194.01863,6.0153823,258.43817,17.39603,1107.4675,109.898964,3.738364,7.918303,141.64436,176.36887,894.2748,890.8722 +2023-02-21 18:00:00,0.0,2335.9446,29.236631,4.9507017,8.79984,23.643929,179.25797,25.27325,46.173786,20.325113,30.268732,173.4686,214.92906,12.318194,29.047976,11.1764555,3.1712425,32.061596,55.218647,35.007603,421.7425,25.255022,370.19052,135.26036,34.32004,213.098,181.87889,77.53434,818.98315,272.5056,1896.1934,45.719246,2357.8162,617.92035,32.137707,26.61392,174.3171,162.29216,280.22348,1096.3956,49.263393,13.179248,9.718105,642.2506,536.0843,77.665436,20.29743,332.79047,28.456064,375.15714,12.09146,41.650784,0.0,1276.2872,2079.5283,0.28557283,40.096424,18.140194,14811.367,43.312405,1.5809276,13.710118,26.17728,25.870453,8.204677,14.302084,360.76633,30.249504,11.287116,1.0958062,7.493575,431.6517,0.4440646,216.87836,84.60178,2576.9785,130.33035,117.11388,180.80188,1158.7548,78.48133,63.557846,894.8761,57.797432,64.14154,10.268868,34.817833,220.28531,11.426621,8.808756,73.53571,17.704607,4498.221,20.433666,29.339285,18.057028,19.13755,342.5,89.511284,31.941965,9.462974,10.109147,24.544144,64.19697,148.1569,46.87723,222.04904,27.61705,16.811424,83.65916,32.69942,23.054312,151.06297,16.935072,1.592567,25.031816,11.160496,1189.5432,24.149754,3.9000275,136.10715,20.005157,202.49194,84.32262,143.53397,8.749527,109.52522,454.80554,413.1109,42.496483,279.6237,94.50744,49.863785,69.65133,155.45378,25.677961,60.597202,462.5059,14.110315,21.444841,328.12918,13.105485,7.455519,76.978,61.726376,652.0152,174.59319,172.08293,1955.2332,33.49391,1567.7642,1319.7751,7.0201783,5.315253,1355.4468,17.393837,9.730952,357.82538,21.451115,41.599777,20.494162,62.95778,251.66748,325.4072,3.2313392,30.700382,58.91617,312.8658,5.406027,84.01925,7.494717,1.5825218,58.37387,1.1895789,1.4271932,4.737972,10.220887,22.429821,14.858754,26.210417,186.23323,32.85119,16.125,29.828125,7.8413267,91.16295,3.6156251,31.641876,6.453125,63.272358,3.5477679,5.414784,15.174993,9.311383,17.875,7.869345,0.9893152,59.74794,8.7675,193.97354,6.0140595,258.45367,17.392635,1107.3505,109.89269,3.7400227,7.9159055,141.65514,176.37914,894.2812,890.75397 +2023-02-21 19:00:00,0.0,2336.4182,29.226246,4.950049,8.792523,23.64994,179.2386,25.272446,46.180935,20.331255,30.27875,173.33035,215.10005,12.317106,29.003868,11.188112,3.169487,32.051914,55.127373,34.953037,421.67007,25.22705,370.03873,135.25578,34.285378,213.26648,181.80087,77.52862,818.5924,272.53336,1895.6849,45.702744,2357.7646,617.83746,32.12672,26.60716,174.27164,162.15433,280.1644,1096.7094,49.281994,13.174194,9.717554,642.59937,536.3715,77.598015,20.325357,332.25586,28.485294,374.7215,12.094837,41.67146,0.0,1277.0167,2080.1794,0.28557792,40.072815,18.146973,14818.582,43.32916,1.5811535,13.727877,26.198212,25.892597,8.210784,14.3130455,360.89096,30.233383,11.301713,1.0962636,7.497013,431.92792,0.4437347,217.01147,84.593155,2576.7703,130.34474,117.13094,180.78073,1159.4547,78.48386,63.57025,894.22815,57.81663,64.10244,10.269758,34.826416,220.27666,11.424482,8.807402,73.5619,17.698551,4498.799,20.438705,29.324406,18.060623,19.148422,342.55554,89.57013,31.930803,9.46321,10.111414,24.569752,64.21777,148.25673,46.866444,222.10233,27.634441,16.821148,83.71408,32.720974,23.047617,151.12411,16.947893,1.5928683,25.00443,11.159904,1189.5011,24.150944,3.906898,136.25595,20.014456,202.62224,84.35218,143.63531,8.747584,109.53456,455.0281,413.47778,42.514385,279.7443,94.59648,49.872356,69.65276,155.47537,25.684872,60.60992,462.4987,14.120738,21.45502,328.23373,13.089689,7.4505086,77.03151,61.761112,652.2807,174.66463,172.09029,1955.3124,33.48167,1567.6925,1319.4832,7.015982,5.311669,1355.224,17.393826,9.725794,357.76498,21.43947,41.586273,20.485432,62.93565,251.66515,325.31152,3.229366,30.69139,58.864944,312.8245,5.403532,84.01613,7.493167,1.5829469,58.37539,1.1899235,1.4276425,4.7404537,10.220515,22.425352,14.856183,26.212847,186.20146,32.834324,16.116072,29.825521,7.83682,91.125374,3.6137154,31.485868,6.450521,63.276165,3.5389137,5.404629,15.158293,9.312612,17.860119,7.853621,0.9891895,59.75944,8.765476,193.92845,6.012737,258.4692,17.389238,1107.2333,109.88642,3.741681,7.9135075,141.66591,176.3894,894.28754,890.6357 +2023-02-21 20:00:00,0.0,2336.8918,29.215862,4.949396,8.785206,23.655952,179.21924,25.27164,46.188087,20.337397,30.288767,173.19212,215.27103,12.316018,28.95976,11.19977,3.1677318,32.042236,55.036102,34.898476,421.59763,25.199078,369.88693,135.25119,34.250717,213.43495,181.72285,77.52289,818.2017,272.56107,1895.1765,45.68624,2357.7134,617.7546,32.11573,26.6004,174.2262,162.0165,280.1053,1097.0232,49.300594,13.169142,9.717003,642.94806,536.6587,77.53059,20.353287,331.72125,28.514524,374.28586,12.098214,41.692135,0.0,1277.7463,2080.8306,0.28558302,40.049202,18.15375,14825.796,43.345913,1.5813793,13.745634,26.219141,25.914742,8.21689,14.324008,361.01556,30.217262,11.31631,1.096721,7.500451,432.20413,0.44340482,217.14459,84.584526,2576.562,130.35912,117.14801,180.75958,1160.1547,78.486374,63.58266,893.5802,57.83583,64.06333,10.270649,34.83499,220.26799,11.422343,8.8060465,73.58809,17.692493,4499.3765,20.443745,29.309525,18.064217,19.159292,342.6111,89.628975,31.919643,9.463447,10.113682,24.59536,64.23857,148.35655,46.855656,222.15562,27.651833,16.830872,83.769,32.74253,23.040924,151.18524,16.960714,1.5931696,24.977045,11.15931,1189.4589,24.152134,3.9137683,136.40475,20.023754,202.75253,84.381744,143.73666,8.745642,109.5439,455.25064,413.8447,42.532284,279.86487,94.68552,49.880928,69.65419,155.49696,25.69178,60.62264,462.49152,14.131162,21.4652,328.3383,13.0738945,7.4454975,77.08502,61.795845,652.54614,174.73608,172.09764,1955.3917,33.469425,1567.6208,1319.191,7.0117855,5.3080854,1355.0012,17.393814,9.720634,357.7046,21.427826,41.57277,20.4767,62.91352,251.66283,325.21582,3.227393,30.682398,58.813725,312.7832,5.401037,84.013016,7.4916167,1.583372,58.37691,1.1902682,1.4280918,4.742936,10.220144,22.420881,14.853612,26.215279,186.16971,32.81746,16.107143,29.822916,7.832313,91.0878,3.6118057,31.32986,6.4479165,63.27997,3.5300596,5.3944745,15.141592,9.313839,17.845238,7.837897,0.98906374,59.770947,8.763452,193.88336,6.011414,258.4847,17.385843,1107.1162,109.88014,3.7433395,7.91111,141.67668,176.39969,894.29395,890.51746 +2023-02-21 21:00:00,0.0,2337.3652,29.205477,4.948744,8.777889,23.661964,179.19989,25.270836,46.19524,20.343538,30.298786,173.0539,215.442,12.31493,28.915655,11.211427,3.1659763,32.03256,54.94483,34.843914,421.5252,25.171106,369.7351,135.24661,34.216053,213.60342,181.64484,77.517166,817.81104,272.5888,1894.6681,45.66974,2357.6619,617.6717,32.104744,26.593641,174.18074,161.87866,280.0462,1097.3369,49.319195,13.164088,9.716452,643.29675,536.94586,77.463165,20.381214,331.18665,28.543755,373.8502,12.101592,41.71281,0.0,1278.476,2081.4817,0.28558812,40.025593,18.160528,14833.011,43.362667,1.5816052,13.763392,26.24007,25.936886,8.222998,14.33497,361.1402,30.201141,11.330907,1.0971785,7.5038896,432.48035,0.4430749,217.27773,84.57589,2576.3538,130.3735,117.165085,180.73845,1160.8546,78.4889,63.59507,892.9323,57.85503,64.02423,10.271539,34.84357,220.25932,11.420204,8.804691,73.61428,17.686438,4499.954,20.448782,29.294643,18.067812,19.170164,342.66666,89.68782,31.908482,9.463683,10.115949,24.62097,64.25937,148.45638,46.844868,222.20892,27.669226,16.840595,83.82392,32.764084,23.03423,151.24638,16.973536,1.5934709,24.94966,11.158717,1189.4166,24.153324,3.9206388,136.55357,20.033052,202.88284,84.41131,143.838,8.743699,109.55324,455.4732,414.21158,42.550186,279.98547,94.77455,49.8895,69.65562,155.51855,25.69869,60.635357,462.4843,14.141584,21.475378,328.44284,13.0581,7.440487,77.138535,61.83058,652.8116,174.80753,172.10501,1955.4711,33.457184,1567.5492,1318.8989,7.0075893,5.3045015,1354.7784,17.393803,9.715476,357.6442,21.416182,41.559265,20.46797,62.89139,251.66049,325.12015,3.2254195,30.673405,58.7625,312.74188,5.3985424,84.009895,7.490067,1.583797,58.37843,1.1906129,1.4285411,4.745418,10.219772,22.41641,14.851041,26.217709,186.13794,32.800594,16.098213,29.820312,7.8278065,91.050224,3.609896,31.173855,6.4453125,63.283775,3.5212052,5.38432,15.124892,9.315066,17.830357,7.8221726,0.988938,59.782448,8.761428,193.83826,6.0100913,258.50024,17.382446,1106.9991,109.87387,3.744998,7.908712,141.68745,176.40996,894.30035,890.3992 +2023-02-21 22:00:00,0.0,2337.8389,29.195093,4.948091,8.770572,23.667976,179.18053,25.270031,46.20239,20.349678,30.308804,172.91566,215.61299,12.313842,28.871548,11.223084,3.1642208,32.02288,54.853558,34.789352,421.45276,25.143135,369.5833,135.24202,34.18139,213.77188,181.56682,77.511444,817.4203,272.61652,1894.1598,45.653236,2357.6106,617.5888,32.093758,26.586882,174.1353,161.74083,279.9871,1097.6506,49.3378,13.159035,9.7159,643.6455,537.23303,77.39574,20.409143,330.652,28.572985,373.41455,12.104969,41.733486,0.0,1279.2056,2082.1328,0.28559324,40.00198,18.167305,14840.226,43.37942,1.581831,13.78115,26.261002,25.95903,8.229104,14.345933,361.26483,30.18502,11.345504,1.0976359,7.5073276,432.75656,0.44274503,217.41084,84.56726,2576.1455,130.3879,117.18215,180.7173,1161.5546,78.491425,63.607475,892.28436,57.87423,63.98513,10.2724285,34.85215,220.25066,11.418064,8.803337,73.64047,17.680382,4500.532,20.453821,29.279762,18.071407,19.181036,342.72223,89.746666,31.897322,9.46392,10.118216,24.646578,64.280174,148.5562,46.834076,222.2622,27.686617,16.850319,83.87884,32.78564,23.027534,151.30753,16.986357,1.5937723,24.922274,11.158125,1189.3745,24.154514,3.927509,136.70238,20.04235,203.01314,84.44087,143.93935,8.741756,109.56258,455.69574,414.5785,42.568085,280.10605,94.863594,49.89807,69.65705,155.54015,25.705599,60.64807,462.47714,14.152008,21.485558,328.54736,13.042304,7.435476,77.19204,61.865314,653.077,174.87898,172.11237,1955.5503,33.44494,1567.4774,1318.6069,7.0033927,5.3009176,1354.5557,17.393791,9.710318,357.5838,21.404537,41.545757,20.459238,62.86926,251.65816,325.02448,3.2234464,30.664412,58.71128,312.7006,5.3960476,84.00678,7.488517,1.5842221,58.379948,1.1909575,1.4289904,4.7479,10.219401,22.411942,14.848471,26.220139,186.10617,32.78373,16.089285,29.817709,7.8232994,91.01265,3.6079862,31.017847,6.4427085,63.287582,3.512351,5.3741646,15.108192,9.316295,17.815475,7.8064485,0.9888122,59.79395,8.759403,193.79317,6.0087686,258.51578,17.379051,1106.8821,109.8676,3.7466564,7.9063144,141.69824,176.42023,894.30676,890.28094 +2023-02-21 23:00:00,0.0,2338.3123,29.184708,4.9474382,8.763255,23.673988,179.16118,25.269226,46.20954,20.35582,30.31882,172.77742,215.78397,12.312755,28.82744,11.234741,3.1624653,32.013203,54.762287,34.73479,421.38034,25.115164,369.43152,135.23744,34.14673,213.94035,181.4888,77.50572,817.0296,272.64426,1893.6514,45.636734,2357.559,617.506,32.08277,26.580122,174.08984,161.603,279.92798,1097.9644,49.3564,13.153982,9.715348,643.9942,537.52026,77.32831,20.43707,330.11737,28.602215,372.9789,12.108346,41.75416,0.0,1279.935,2082.7842,0.28559834,39.97837,18.174084,14847.44,43.396175,1.5820569,13.798908,26.281933,25.981174,8.23521,14.356895,361.38947,30.1689,11.360101,1.0980933,7.5107656,433.0328,0.44241512,217.54396,84.55863,2575.9375,130.40228,117.19922,180.69615,1162.2545,78.49394,63.619884,891.6364,57.89343,63.946026,10.273319,34.860725,220.24199,11.415925,8.801982,73.666664,17.674324,4501.11,20.45886,29.264881,18.075003,19.191908,342.77777,89.80551,31.88616,9.464156,10.120482,24.672186,64.30097,148.65602,46.823288,222.3155,27.704008,16.860043,83.93376,32.807194,23.020842,151.36865,16.99918,1.5940737,24.894888,11.157532,1189.3323,24.155704,3.9343796,136.8512,20.051651,203.14343,84.470436,144.04068,8.739813,109.571915,455.9183,414.94537,42.585987,280.22665,94.95263,49.906643,69.65848,155.56175,25.712507,60.66079,462.46994,14.162431,21.495737,328.65192,13.026509,7.430465,77.24555,61.90005,653.34247,174.95042,172.11972,1955.6298,33.432697,1567.4058,1318.3148,6.9991965,5.2973337,1354.3329,17.39378,9.705158,357.5234,21.392893,41.532253,20.450508,62.84713,251.65582,324.9288,3.2214732,30.65542,58.66006,312.6593,5.393553,84.00366,7.4869666,1.5846472,58.38147,1.1913023,1.4294398,4.7503824,10.219029,22.40747,14.8459,26.222569,186.07442,32.766865,16.080357,29.815104,7.818793,90.975075,3.6060765,30.861841,6.440104,63.29139,3.503497,5.36401,15.091492,9.317522,17.800596,7.7907243,0.9886865,59.80545,8.75738,193.74808,6.007446,258.53128,17.375654,1106.7649,109.86133,3.748315,7.903917,141.70901,176.4305,894.3132,890.16266 +2023-02-22 00:00:00,0.0,2338.786,29.174324,4.946786,8.755938,23.68,179.14182,25.268421,46.216694,20.361961,30.328838,172.63919,215.95496,12.3116665,28.783333,11.246399,3.1607099,32.003525,54.671017,34.680225,421.3079,25.08719,369.2797,135.23286,34.112064,214.10883,181.41078,77.5,816.6389,272.672,1893.143,45.62023,2357.5078,617.4231,32.071785,26.573362,174.0444,161.46515,279.8689,1098.2782,49.375,13.148929,9.714797,644.34296,537.80743,77.26089,20.465,329.58276,28.631445,372.54324,12.111723,41.774837,0.0,1280.6647,2083.4353,0.28560343,39.954758,18.18086,14854.654,43.41293,1.5822827,13.816666,26.302864,26.003319,8.241318,14.367857,361.51407,30.152779,11.374697,1.0985506,7.514204,433.30902,0.44208524,217.6771,84.55,2575.7292,130.41666,117.21629,180.675,1162.9546,78.49647,63.63229,890.98846,57.91263,63.90692,10.274209,34.869305,220.23334,11.413786,8.800627,73.692856,17.668268,4501.6875,20.4639,29.25,18.078598,19.20278,342.8333,89.86436,31.875,9.464393,10.12275,24.697794,64.32178,148.75586,46.8125,222.36879,27.7214,16.869766,83.98868,32.82875,23.014147,151.4298,17.012001,1.594375,24.867502,11.156939,1189.2902,24.156895,3.94125,137.0,20.06095,203.27373,84.5,144.14203,8.73787,109.58125,456.14084,415.3123,42.603886,280.34723,95.041664,49.915215,69.659904,155.58334,25.719418,60.673508,462.46277,14.172853,21.505917,328.75647,13.010715,7.425454,77.299065,61.934784,653.6079,175.02187,172.12708,1955.7091,33.420456,1567.3341,1318.0227,6.995,5.29375,1354.1101,17.393768,9.7,357.463,21.381248,41.51875,20.441776,62.825,251.6535,324.83313,3.2195,30.646427,58.608837,312.61798,5.391058,84.00055,7.4854164,1.5850723,58.382988,1.1916469,1.4298891,4.7528644,10.218658,22.403,14.843328,26.225,186.04265,32.75,16.071428,29.8125,7.814286,90.9375,3.6041667,30.705833,6.4375,63.295193,3.4946427,5.353855,15.074792,9.318749,17.785715,7.775,0.98856074,59.816956,8.755356,193.70299,6.006123,258.5468,17.372257,1106.6478,109.85506,3.7499735,7.901519,141.71979,176.44078,894.3196,890.04443 +2023-02-22 01:00:00,0.0,2339.2595,29.16394,4.946133,8.74862,23.686012,179.12245,25.267616,46.223843,20.368101,30.338856,172.50096,216.12593,12.310578,28.739225,11.258056,3.1589546,31.993847,54.579742,34.625664,421.23544,25.05922,369.1279,135.22827,34.077404,214.27728,181.33276,77.49428,816.24817,272.6997,1892.6345,45.603733,2357.4565,617.3402,32.060795,26.566603,173.99896,161.32732,279.80978,1098.5919,49.3936,13.143876,9.714246,644.69165,538.0946,77.19346,20.492928,329.04816,28.660675,372.1076,12.115101,41.795513,0.0,1281.3943,2084.0864,0.28560853,39.931145,18.18764,14861.869,43.429684,1.5825086,13.834424,26.323793,26.025463,8.247424,14.378819,361.6387,30.136658,11.389294,1.099008,7.517642,433.58524,0.44175532,217.81021,84.54137,2575.521,130.43105,117.23336,180.65385,1163.6545,78.49899,63.6447,890.3405,57.931824,63.86782,10.2751,34.877884,220.22467,11.411646,8.799273,73.71904,17.662212,4502.265,20.468939,29.235119,18.082193,19.213652,342.8889,89.9232,31.86384,9.464629,10.125017,24.723402,64.342575,148.85568,46.801712,222.42209,27.73879,16.87949,84.0436,32.850307,23.007454,151.49094,17.024822,1.5946764,24.840117,11.156346,1189.2479,24.158087,3.9481204,137.1488,20.070248,203.40402,84.529564,144.24336,8.735928,109.59059,456.36337,415.67917,42.621788,280.46783,95.13071,49.923782,69.66134,155.60493,25.726326,60.686222,462.45557,14.183277,21.516096,328.861,12.994919,7.4204435,77.35258,61.96952,653.87335,175.09332,172.13443,1955.7883,33.40821,1567.2625,1317.7307,6.9908032,5.290166,1353.8872,17.393757,9.694841,357.40265,21.369606,41.505245,20.433046,62.802868,251.65117,324.73743,3.2175267,30.637436,58.557617,312.5767,5.388563,83.99743,7.483866,1.5854973,58.38451,1.1919916,1.4303384,4.7553463,10.2182865,22.398531,14.840757,26.22743,186.01088,32.733135,16.0625,29.809896,7.809779,90.899925,3.602257,30.549828,6.434896,63.299,3.4857886,5.3437004,15.058092,9.319978,17.770834,7.7592754,0.988435,59.828457,8.753331,193.6579,6.0048003,258.56232,17.368862,1106.5308,109.848785,3.751632,7.8991213,141.73056,176.45105,894.326,889.92615 +2023-02-22 02:00:00,0.0,2339.733,29.153555,4.9454803,8.741303,23.692024,179.1031,25.266811,46.230995,20.374243,30.348873,172.36273,216.2969,12.30949,28.695118,11.269713,3.1571991,31.984169,54.488472,34.571102,421.16302,25.031248,368.9761,135.2237,34.04274,214.44576,181.25475,77.48855,815.8575,272.72745,1892.1261,45.58723,2357.405,617.2573,32.04981,26.559843,173.9535,161.18948,279.7507,1098.9056,49.4122,13.138823,9.713695,645.0404,538.38184,77.12604,20.520857,328.51352,28.689905,371.67197,12.118478,41.81619,0.0,1282.1238,2084.7375,0.28561363,39.907536,18.194416,14869.084,43.446438,1.5827343,13.852181,26.344725,26.047607,8.253531,14.389782,361.76334,30.120537,11.403891,1.0994654,7.52108,433.86145,0.44142544,217.94333,84.53274,2575.3127,130.44543,117.25043,180.6327,1164.3545,78.50151,63.657104,889.6926,57.951023,63.828716,10.27599,34.886463,220.216,11.409507,8.797917,73.74523,17.656155,4502.843,20.473978,29.220238,18.085789,19.224524,342.94443,89.98204,31.852678,9.464866,10.127284,24.74901,64.36337,148.9555,46.790924,222.47537,27.756184,16.889212,84.09852,32.87186,23.00076,151.55206,17.037643,1.5949776,24.81273,11.155753,1189.2058,24.159277,3.9549909,137.29762,20.079546,203.53433,84.55913,144.34471,8.733985,109.59993,456.58594,416.04608,42.639687,280.5884,95.21974,49.932354,69.662766,155.62653,25.733236,60.69894,462.4484,14.1937,21.526274,328.96555,12.979124,7.415433,77.40609,62.004253,654.13885,175.16476,172.14178,1955.8677,33.39597,1567.1908,1317.4386,6.986607,5.2865825,1353.6644,17.393745,9.689682,357.34225,21.357962,41.49174,20.424314,62.78074,251.64883,324.64175,3.2155535,30.628443,58.506393,312.53537,5.3860683,83.994316,7.4823165,1.5859224,58.38603,1.1923363,1.4307877,4.757828,10.217915,22.39406,14.838186,26.22986,185.97913,32.71627,16.053572,29.807291,7.8052726,90.86235,3.6003473,30.39382,6.4322915,63.302807,3.4769344,5.3335457,15.041391,9.321205,17.755953,7.7435513,0.98830926,59.83996,8.7513075,193.6128,6.0034776,258.57785,17.365465,1106.4137,109.84251,3.7532904,7.8967233,141.74133,176.46132,894.3324,889.8079 +2023-02-22 03:00:00,0.0,2340.2065,29.143171,4.944828,8.733986,23.698036,179.08374,25.266006,46.238148,20.380384,30.35889,172.2245,216.4679,12.308402,28.65101,11.28137,3.1554437,31.974491,54.3972,34.51654,421.09058,25.003275,368.82428,135.21912,34.008076,214.61423,181.17673,77.48283,815.46674,272.75516,1891.6178,45.57073,2357.3538,617.17444,32.038822,26.553083,173.90807,161.05165,279.6916,1099.2194,49.430805,13.133769,9.713143,645.3891,538.669,77.05861,20.548786,327.97888,28.719135,371.2363,12.121855,41.836864,0.0,1282.8535,2085.389,0.28561875,39.883923,18.201195,14876.298,43.463192,1.5829602,13.86994,26.365656,26.069752,8.259638,14.400744,361.88794,30.104416,11.418488,1.0999228,7.524518,434.13766,0.44109553,218.07645,84.52411,2575.1045,130.45982,117.267494,180.61156,1165.0544,78.504036,63.669514,889.0447,57.970222,63.789616,10.276879,34.89504,220.20734,11.407368,8.796563,73.77142,17.650099,4503.421,20.479017,29.205357,18.089384,19.235395,343.0,90.040886,31.841518,9.465103,10.129552,24.774618,64.38418,149.05533,46.780132,222.52867,27.773575,16.898935,84.15344,32.893417,22.994064,151.6132,17.050465,1.595279,24.785343,11.155161,1189.1636,24.160467,3.9618611,137.44643,20.088844,203.66463,84.58869,144.44604,8.732042,109.60927,456.80847,416.41296,42.65759,280.709,95.30878,49.940926,69.66419,155.64812,25.740145,60.71166,462.4412,14.204123,21.536453,329.0701,12.963329,7.410422,77.459595,62.03899,654.4043,175.2362,172.14914,1955.9469,33.383724,1567.119,1317.1466,6.9824104,5.2829986,1353.4417,17.393734,9.684524,357.28186,21.346317,41.478237,20.415585,62.75861,251.64651,324.54608,3.2135804,30.619452,58.455173,312.49408,5.3835735,83.991196,7.4807663,1.5863475,58.387547,1.192681,1.431237,4.7603106,10.217544,22.38959,14.835615,26.232292,185.94736,32.699406,16.044643,29.804688,7.8007655,90.824776,3.5984375,30.237812,6.4296875,63.30661,3.4680803,5.323391,15.024692,9.3224325,17.741072,7.727827,0.9881835,59.851463,8.749284,193.5677,6.002155,258.59338,17.36207,1106.2966,109.836235,3.7549489,7.8943257,141.75212,176.4716,894.3388,889.68964 +2023-02-22 04:00:00,0.0,2340.68,29.132786,4.9441752,8.726669,23.704048,179.06439,25.265202,46.245296,20.386526,30.368908,172.08626,216.63887,12.307314,28.606905,11.293028,3.1536882,31.964813,54.30593,34.46198,421.01816,24.975304,368.6725,135.21452,33.973415,214.7827,181.09871,77.477104,815.07605,272.7829,1891.1094,45.554226,2357.3022,617.09155,32.027836,26.546324,173.86263,160.91382,279.63248,1099.5332,49.449406,13.128716,9.712592,645.73785,538.9562,76.99118,20.576714,327.44427,28.748365,370.80066,12.125233,41.85754,0.0,1283.583,2086.04,0.28562385,39.860313,18.207972,14883.513,43.479946,1.583186,13.887698,26.386585,26.091896,8.265744,14.411707,362.01257,30.088293,11.4330845,1.1003802,7.5279565,434.41388,0.44076565,218.20958,84.51547,2574.8962,130.4742,117.28456,180.59041,1165.7544,78.50656,63.68192,888.3967,57.98942,63.75051,10.27777,34.903618,220.19867,11.405229,8.795208,73.797615,17.644043,4503.9985,20.484056,29.190475,18.09298,19.246267,343.05554,90.09973,31.830357,9.46534,10.131819,24.800228,64.404976,149.15515,46.769344,222.58197,27.790966,16.908659,84.20836,32.91497,22.987371,151.67435,17.063286,1.5955803,24.757957,11.154568,1189.1213,24.161657,3.9687316,137.59525,20.098143,203.79492,84.618256,144.5474,8.7301,109.6186,457.03104,416.77988,42.675488,280.8296,95.39782,49.949497,69.66563,155.66971,25.747053,60.724377,462.43402,14.214546,21.546633,329.17465,12.947534,7.4054112,77.51311,62.073723,654.66974,175.30766,172.1565,1956.0264,33.371483,1567.0474,1316.8545,6.9782143,5.2794147,1353.2189,17.393723,9.679365,357.22147,21.334673,41.464733,20.406853,62.73648,251.64418,324.4504,3.211607,30.610458,58.403954,312.4528,5.3810782,83.98808,7.479216,1.5867724,58.38907,1.1930257,1.4316863,4.7627926,10.217172,22.385118,14.833044,26.234722,185.91559,32.68254,16.035713,29.802084,7.796259,90.7872,3.5965278,30.081806,6.4270835,63.310417,3.4592261,5.313236,15.007992,9.323661,17.72619,7.712103,0.98805773,59.862965,8.747259,193.52261,6.000832,258.6089,17.358673,1106.1794,109.82996,3.7566075,7.891928,141.7629,176.48187,894.3452,889.5714 +2023-02-22 05:00:00,0.0,2341.1536,29.122402,4.9435225,8.719352,23.71006,179.04503,25.264397,46.25245,20.392666,30.378925,171.94803,216.80984,12.306227,28.562798,11.304685,3.151933,31.955135,54.214657,34.407413,420.9457,24.947332,368.5207,135.20995,33.93875,214.95116,181.02069,77.47138,814.68536,272.8106,1890.601,45.537724,2357.251,617.0087,32.01685,26.539564,173.81718,160.77599,279.5734,1099.8469,49.468006,13.123663,9.71204,646.08655,539.24335,76.92376,20.604643,326.90967,28.777596,370.365,12.12861,41.878216,0.0,1284.3126,2086.6912,0.28562894,39.8367,18.21475,14890.728,43.4967,1.5834119,13.905456,26.407516,26.11404,8.271852,14.422669,362.1372,30.072172,11.447681,1.1008376,7.5313945,434.69012,0.44043574,218.3427,84.50684,2574.6882,130.48859,117.301636,180.56926,1166.4543,78.50908,63.69433,887.7488,58.00862,63.71141,10.27866,34.912197,220.19,11.403089,8.793853,73.82381,17.637985,4504.576,20.489096,29.175594,18.096575,19.25714,343.1111,90.15858,31.819197,9.465576,10.134086,24.825836,64.42578,149.25497,46.758556,222.63525,27.808357,16.918383,84.26328,32.936527,22.980677,151.73547,17.076107,1.5958817,24.730572,11.153975,1189.0792,24.162848,3.975602,137.74405,20.10744,203.92522,84.64782,144.64873,8.728156,109.62794,457.25357,417.14676,42.69339,280.9502,95.486855,49.95807,69.66705,155.69131,25.753963,60.73709,462.42682,14.224969,21.556812,329.27917,12.931739,7.4004,77.56662,62.10846,654.9352,175.3791,172.16385,1956.1057,33.359238,1566.9757,1316.5624,6.9740176,5.2758307,1352.9961,17.393711,9.674206,357.16107,21.323029,41.45123,20.398123,62.714348,251.64185,324.3547,3.2096338,30.601465,58.35273,312.41147,5.3785834,83.98496,7.477666,1.5871975,58.390587,1.1933703,1.4321356,4.7652745,10.216801,22.38065,14.830473,26.237152,185.88383,32.665672,16.026785,29.799479,7.791752,90.749626,3.594618,29.925798,6.424479,63.314224,3.450372,5.3030815,14.991291,9.324888,17.71131,7.6963787,0.98793197,59.874466,8.745235,193.47752,5.9995093,258.62442,17.355278,1106.0624,109.82369,3.758266,7.88953,141.77367,176.49214,894.3516,889.4531 +2023-02-22 06:00:00,0.0,2341.6272,29.112017,4.94287,8.712035,23.716072,179.02567,25.263592,46.2596,20.398808,30.388943,171.8098,216.98083,12.305139,28.51869,11.316342,3.1501775,31.945456,54.123386,34.35285,420.8733,24.919361,368.36887,135.20537,33.90409,215.11963,180.94267,77.46566,814.2946,272.83835,1890.0925,45.52122,2357.1995,616.92584,32.00586,26.532804,173.77173,160.63815,279.51428,1100.1606,49.486607,13.11861,9.711489,646.43524,539.5306,76.85633,20.63257,326.37506,28.806826,369.92935,12.131987,41.89889,0.0,1285.0422,2087.3423,0.28563404,39.81309,18.221527,14897.942,43.513454,1.5836377,13.923214,26.428448,26.136185,8.277958,14.433631,362.2618,30.056051,11.462278,1.1012949,7.5348325,434.96634,0.44010586,218.47581,84.498215,2574.48,130.50298,117.3187,180.54811,1167.1543,78.511604,63.706738,887.1009,58.02782,63.672306,10.279551,34.920776,220.18135,11.4009495,8.792499,73.84999,17.63193,4505.154,20.494135,29.160715,18.10017,19.268011,343.16666,90.21742,31.808035,9.465813,10.1363535,24.851444,64.44658,149.3548,46.74777,222.68855,27.82575,16.928106,84.3182,32.95808,22.973984,151.79662,17.088928,1.5961831,24.703186,11.153382,1189.037,24.164038,3.9824724,137.89285,20.11674,204.05551,84.67738,144.75008,8.726213,109.637276,457.47614,417.51367,42.71129,281.07077,95.57589,49.96664,69.66848,155.7129,25.760872,60.74981,462.41965,14.235392,21.56699,329.38373,12.915944,7.3953896,77.62013,62.143192,655.2006,175.45055,172.1712,1956.1849,33.346996,1566.904,1316.2704,6.9698215,5.272247,1352.7733,17.3937,9.669047,357.10068,21.311384,41.437725,20.38939,62.69222,251.63953,324.25903,3.2076607,30.592474,58.30151,312.37018,5.3760886,83.98185,7.4761157,1.5876226,58.39211,1.193715,1.432585,4.767757,10.216429,22.376179,14.827902,26.239584,185.85207,32.648808,16.017857,29.796875,7.7872453,90.71205,3.5927086,29.769793,6.421875,63.31803,3.4415178,5.292927,14.974591,9.326116,17.696428,7.6806545,0.98780626,59.885967,8.743212,193.43243,5.9981866,258.63992,17.351881,1105.9453,109.81742,3.7599244,7.8871326,141.78444,176.50241,894.358,889.3349 +2023-02-22 07:00:00,0.0,2342.1006,29.101633,4.9422174,8.704718,23.722084,179.00632,25.262789,46.26675,20.40495,30.39896,171.67157,217.15181,12.30405,28.474583,11.327999,3.148422,31.935778,54.032116,34.29829,420.80084,24.891388,368.21707,135.20078,33.869427,215.2881,180.86465,77.45993,813.90393,272.8661,1889.5842,45.504723,2357.1482,616.84296,31.994873,26.526045,173.72629,160.50032,279.4552,1100.4745,49.505207,13.113557,9.7109375,646.784,539.81775,76.78891,20.6605,325.84045,28.836056,369.4937,12.135365,41.919567,0.0,1285.7717,2087.9934,0.28563914,39.78948,18.228304,14905.156,43.53021,1.5838636,13.940971,26.449379,26.158329,8.284064,14.444593,362.38644,30.03993,11.476875,1.1017523,7.5382705,435.24255,0.43977597,218.60895,84.489586,2574.2717,130.51735,117.33577,180.52696,1167.8542,78.51413,63.719143,886.45294,58.047016,63.633205,10.28044,34.92935,220.17268,11.39881,8.791143,73.87618,17.625872,4505.732,20.499174,29.145834,18.103765,19.278883,343.22223,90.27627,31.796875,9.466049,10.13862,24.877052,64.467384,149.45462,46.73698,222.74184,27.843142,16.93783,84.37312,32.979637,22.967289,151.85776,17.10175,1.5964843,24.6758,11.152789,1188.9949,24.16523,3.9893427,138.04167,20.126038,204.18582,84.70695,144.85141,8.724271,109.646614,457.69867,417.88055,42.72919,281.19138,95.66493,49.97521,69.66991,155.7345,25.76778,60.762527,462.41245,14.245815,21.57717,329.48828,12.900148,7.3903785,77.67364,62.17793,655.46606,175.522,172.17856,1956.2643,33.334755,1566.8323,1315.9783,6.965625,5.268663,1352.5504,17.393688,9.663889,357.04028,21.29974,41.424217,20.380661,62.67009,251.63719,324.16336,3.2056875,30.58348,58.250286,312.3289,5.373594,83.97873,7.474566,1.5880476,58.393627,1.1940597,1.4330343,4.770239,10.216058,22.371708,14.825331,26.242014,185.82031,32.631943,16.008928,29.794271,7.782738,90.67448,3.5907989,29.613785,6.419271,63.321835,3.4326637,5.282772,14.9578905,9.327343,17.681547,7.6649303,0.9876805,59.897472,8.741187,193.38733,5.996864,258.65546,17.348486,1105.8282,109.81115,3.7615829,7.884735,141.79521,176.5127,894.3644,889.2166 +2023-02-22 08:00:00,0.0,2342.5742,29.091248,4.9415646,8.697401,23.728096,178.98695,25.261984,46.273903,20.411089,30.408978,171.53333,217.32278,12.302962,28.430475,11.339657,3.1466665,31.9261,53.94084,34.24373,420.7284,24.863417,368.06528,135.1962,33.834763,215.45657,180.78664,77.45421,813.51324,272.8938,1889.0758,45.48822,2357.0967,616.7601,31.983887,26.519285,173.68085,160.36249,279.3961,1100.7882,49.52381,13.108503,9.710386,647.1327,540.1049,76.72148,20.688427,325.3058,28.865286,369.05804,12.1387415,41.940243,0.0,1286.5013,2088.6448,0.28564426,39.76587,18.235083,14912.371,43.54696,1.5840894,13.95873,26.470308,26.180473,8.290172,14.455556,362.51108,30.02381,11.491472,1.1022097,7.541709,435.51877,0.43944606,218.74207,84.48095,2574.0635,130.53174,117.352844,180.50581,1168.5542,78.51665,63.731552,885.805,58.066216,63.5941,10.28133,34.93793,220.16402,11.39667,8.789788,73.902374,17.619816,4506.3096,20.504213,29.130953,18.10736,19.289755,343.27777,90.33511,31.785715,9.466286,10.140887,24.90266,64.48818,149.55444,46.72619,222.79514,27.860533,16.947554,84.42804,33.00119,22.960594,151.91888,17.114573,1.5967857,24.648415,11.152197,1188.9526,24.16642,3.9962132,138.19048,20.135338,204.31612,84.73651,144.95276,8.722328,109.65595,457.92123,418.24747,42.74709,281.31195,95.75397,49.98378,69.67134,155.75609,25.77469,60.775246,462.40527,14.256238,21.587349,329.59283,12.884354,7.385368,77.72715,62.21266,655.7315,175.59344,172.18591,1956.3436,33.32251,1566.7606,1315.6862,6.9614286,5.2650795,1352.3276,17.393675,9.65873,356.9799,21.288095,41.410713,20.371931,62.64796,251.63486,324.0677,3.2037141,30.57449,58.199066,312.28757,5.371099,83.97562,7.473016,1.5884727,58.39515,1.1944044,1.4334836,4.772721,10.215686,22.367239,14.82276,26.244444,185.78854,32.615078,16.0,29.791666,7.7782316,90.6369,3.5888891,29.457779,6.4166665,63.32564,3.4238095,5.2726173,14.941191,9.328571,17.666666,7.649206,0.9875547,59.908974,8.739163,193.34224,5.995541,258.67096,17.345089,1105.711,109.80488,3.7632413,7.882337,141.806,176.52296,894.3708,889.0984 +2023-02-22 09:00:00,0.0,2343.0476,29.080864,4.9409122,8.6900835,23.734108,178.9676,25.261179,46.281055,20.41723,30.418995,171.3951,217.49377,12.301874,28.386368,11.351314,3.1449113,31.916422,53.84957,34.189167,420.65598,24.835445,367.91345,135.1916,33.800102,215.62503,180.70862,77.44849,813.1225,272.92154,1888.5674,45.471718,2357.0454,616.6772,31.9729,26.512526,173.63538,160.22466,279.33698,1101.1019,49.54241,13.103451,9.709835,647.48145,540.39215,76.65405,20.716356,324.77118,28.894516,368.6224,12.142118,41.96092,0.0,1287.231,2089.296,0.28564936,39.742256,18.24186,14919.586,43.563713,1.5843153,13.976487,26.49124,26.202618,8.296278,14.466518,362.6357,30.007689,11.506069,1.1026671,7.545147,435.79498,0.43911618,218.87518,84.47232,2573.8552,130.54613,117.36991,180.48466,1169.2542,78.51917,63.743958,885.15704,58.085415,63.555,10.282221,34.94651,220.15535,11.394531,8.788434,73.928566,17.61376,4506.887,20.509253,29.116072,18.110956,19.300627,343.3333,90.39396,31.774553,9.466522,10.143155,24.928268,64.50898,149.65427,46.7154,222.84842,27.877924,16.957277,84.48296,33.022747,22.953901,151.98003,17.127394,1.597087,24.621029,11.151604,1188.9105,24.16761,4.0030837,138.33928,20.144636,204.44641,84.766075,145.0541,8.720386,109.66529,458.14377,418.61435,42.76499,281.43256,95.84301,49.99235,69.67277,155.77768,25.781599,60.78796,462.39807,14.266662,21.597528,329.69736,12.868559,7.380357,77.78066,62.2474,655.997,175.6649,172.19327,1956.4229,33.31027,1566.689,1315.3942,6.957232,5.2614956,1352.1049,17.393663,9.653571,356.9195,21.276451,41.39721,20.3632,62.625828,251.63254,323.97202,3.201741,30.565496,58.147846,312.24628,5.368604,83.972496,7.4714656,1.5888978,58.396667,1.1947491,1.4339329,4.775203,10.215315,22.362768,14.820189,26.246876,185.75677,32.598213,15.991071,29.789062,7.7737246,90.59933,3.5869794,29.301771,6.4140625,63.32945,3.4149554,5.262462,14.924491,9.329799,17.651785,7.633482,0.98742896,59.920475,8.737139,193.29715,5.9942183,258.6865,17.341694,1105.594,109.7986,3.7649,7.8799396,141.81677,176.53323,894.3772,888.9801 +2023-02-22 10:00:00,0.0,2343.5212,29.070478,4.9402595,8.682767,23.74012,178.94824,25.260374,46.288204,20.423372,30.429012,171.25687,217.66475,12.300787,28.342262,11.362971,3.1431558,31.906744,53.7583,34.1346,420.58353,24.807474,367.76166,135.18703,33.765438,215.7935,180.6306,77.442764,812.7318,272.94925,1888.059,45.455215,2356.994,616.5943,31.961912,26.505766,173.58994,160.08682,279.2779,1101.4156,49.561012,13.098397,9.709283,647.83014,540.6793,76.58663,20.744284,324.23657,28.923746,368.18677,12.145496,41.981594,0.0,1287.9606,2089.947,0.28565446,39.718643,18.248638,14926.8,43.580467,1.5845411,13.994246,26.512169,26.224762,8.302385,14.477481,362.7603,29.991568,11.520666,1.1031245,7.548585,436.0712,0.43878627,219.00832,84.46369,2573.647,130.56052,117.38698,180.46353,1169.9541,78.52169,63.756367,884.5091,58.104614,63.515896,10.283111,34.95509,220.14668,11.392392,8.787079,73.95476,17.607702,4507.465,20.514292,29.10119,18.114552,19.311499,343.3889,90.452805,31.763393,9.466759,10.145422,24.953878,64.529785,149.75409,46.704613,222.90172,27.895317,16.967001,84.53788,33.0443,22.947206,152.04117,17.140215,1.5973884,24.593643,11.1510105,1188.8683,24.1688,4.009954,138.4881,20.153934,204.5767,84.79563,145.15544,8.718443,109.67463,458.36633,418.98126,42.78289,281.55313,95.932045,50.000923,69.674194,155.79929,25.78851,60.80068,462.3909,14.277084,21.607706,329.8019,12.852763,7.375346,77.834175,62.28213,656.26245,175.73634,172.20062,1956.5022,33.298023,1566.6173,1315.102,6.953036,5.2579117,1351.8821,17.393652,9.648413,356.8591,21.264807,41.383705,20.35447,62.6037,251.6302,323.8763,3.1997678,30.556503,58.096622,312.20496,5.3661094,83.969376,7.4699154,1.5893229,58.398186,1.1950938,1.4343822,4.777685,10.214943,22.358297,14.817618,26.249306,185.72502,32.58135,15.982142,29.786459,7.769218,90.56175,3.5850697,29.145763,6.4114585,63.333256,3.4061012,5.2523074,14.90779,9.331026,17.636906,7.617758,0.98730326,59.931976,8.735115,193.25206,5.9928956,258.70203,17.338297,1105.4769,109.79233,3.7665584,7.8775415,141.82755,176.54352,894.3836,888.8619 +2023-02-22 11:00:00,0.0,2343.9949,29.060095,4.9396067,8.675449,23.746132,178.92888,25.25957,46.295357,20.429514,30.439032,171.11864,217.83572,12.299699,28.298155,11.374628,3.1414003,31.897066,53.667027,34.08004,420.5111,24.779501,367.60986,135.18245,33.730778,215.96198,180.55258,77.43704,812.3411,272.977,1887.5505,45.438713,2356.9426,616.5115,31.950926,26.499006,173.5445,159.94899,279.21878,1101.7295,49.579613,13.093345,9.708732,648.1789,540.9665,76.5192,20.772213,323.70197,28.952976,367.7511,12.148873,42.00227,0.0,1288.6901,2090.5981,0.28565955,39.695034,18.255415,14934.015,43.59722,1.584767,14.012003,26.5331,26.246906,8.308492,14.488442,362.88495,29.975447,11.535263,1.1035819,7.5520234,436.3474,0.4384564,219.14143,84.455055,2573.439,130.57489,117.40405,180.44238,1170.6542,78.524216,63.768772,883.8612,58.123814,63.476795,10.284,34.96367,220.13803,11.390253,8.785724,73.98095,17.601646,4508.043,20.519331,29.08631,18.118147,19.32237,343.44443,90.51165,31.752232,9.466995,10.147689,24.979486,64.55058,149.85391,46.693825,222.95502,27.912708,16.976723,84.592804,33.065857,22.940512,152.10231,17.153036,1.5976897,24.566257,11.150418,1188.826,24.16999,4.0168242,138.6369,20.163233,204.707,84.825195,145.25677,8.716499,109.68397,458.58887,419.34814,42.800793,281.67374,96.02108,50.009495,69.67563,155.82088,25.795418,60.813396,462.3837,14.287507,21.617886,329.90646,12.836968,7.370335,77.88768,62.316868,656.5279,175.80779,172.208,1956.5815,33.28578,1566.5457,1314.8099,6.948839,5.254328,1351.6593,17.39364,9.643253,356.7987,21.253162,41.3702,20.345737,62.58157,251.62787,323.78064,3.1977947,30.547512,58.045403,312.16367,5.3636146,83.96626,7.4683657,1.5897479,58.399708,1.1954385,1.4348315,4.780167,10.214572,22.353828,14.815047,26.251736,185.69325,32.564484,15.973214,29.783854,7.7647114,90.524185,3.58316,28.989758,6.408854,63.33706,3.397247,5.2421527,14.89109,9.332254,17.622025,7.6020336,0.9871775,59.94348,8.733091,193.20695,5.991573,258.71753,17.334902,1105.3599,109.78606,3.7682168,7.875144,141.83832,176.55379,894.39,888.7436 +2023-02-22 12:00:00,0.0,2344.4683,29.04971,4.9389544,8.668133,23.752144,178.90953,25.258764,46.30251,20.435654,30.449049,170.9804,218.00671,12.298611,28.254047,11.386286,3.1396449,31.887388,53.575756,34.02548,420.43866,24.75153,367.45804,135.17786,33.696114,216.13043,180.47456,77.43132,811.9504,273.00473,1887.0422,45.42221,2356.891,616.4286,31.93994,26.492247,173.49905,159.81116,279.15967,1102.0432,49.598213,13.088291,9.70818,648.5276,541.2537,76.45178,20.80014,323.16733,28.982206,367.31546,12.15225,42.022945,0.0,1289.4197,2091.2493,0.28566465,39.67142,18.262194,14941.2295,43.613976,1.5849929,14.029761,26.554031,26.26905,8.314598,14.499405,363.00958,29.959326,11.54986,1.1040392,7.5554614,436.62366,0.43812647,219.27455,84.44643,2573.2307,130.58928,117.42113,180.42123,1171.3541,78.52674,63.78118,883.21326,58.143013,63.43769,10.284891,34.972244,220.12936,11.388113,8.784369,74.00713,17.595589,4508.6206,20.524368,29.071428,18.121742,19.333242,343.5,90.570496,31.741072,9.467232,10.149956,25.005095,64.57139,149.95374,46.683037,223.0083,27.9301,16.986446,84.64772,33.08741,22.933819,152.16344,17.165857,1.5979911,24.53887,11.149825,1188.7839,24.17118,4.0236945,138.78572,20.172531,204.83731,84.85476,145.35812,8.714557,109.693306,458.8114,419.71506,42.81869,281.7943,96.11012,50.018066,69.677055,155.84247,25.802326,60.826115,462.37653,14.297931,21.628065,330.011,12.821174,7.3653245,77.94119,62.3516,656.79333,175.87924,172.21535,1956.6609,33.273537,1566.4739,1314.518,6.9446425,5.250744,1351.4365,17.39363,9.638095,356.7383,21.241518,41.356697,20.337008,62.559437,251.62553,323.68497,3.1958213,30.538519,57.994183,312.12238,5.3611197,83.96314,7.4668155,1.590173,58.401226,1.1957831,1.4352808,4.782649,10.2142,22.349358,14.812476,26.254166,185.66148,32.54762,15.964286,29.78125,7.7602043,90.48661,3.5812502,28.83375,6.40625,63.340866,3.3883927,5.231998,14.87439,9.333482,17.607143,7.5863094,0.9870517,59.954983,8.731067,193.16187,5.99025,258.73306,17.331505,1105.2427,109.779785,3.7698753,7.8727465,141.84909,176.56406,894.3964,888.62537 +2023-02-22 13:00:00,0.0,2344.942,29.039326,4.9383016,8.660815,23.758156,178.89017,25.25796,46.309658,20.441795,30.459066,170.84216,218.17769,12.297523,28.20994,11.397943,3.1378896,31.877708,53.484486,33.970917,420.3662,24.723558,367.30624,135.17328,33.66145,216.2989,180.39655,77.42559,811.5597,273.03244,1886.5338,45.405712,2356.8398,616.3457,31.928951,26.485487,173.4536,159.67332,279.1006,1102.3569,49.616814,13.083238,9.707629,648.87634,541.5409,76.38435,20.82807,322.6327,29.011436,366.87982,12.155627,42.04362,0.0,1290.1493,2091.9006,0.28566977,39.64781,18.26897,14948.444,43.63073,1.5852187,14.047519,26.57496,26.291195,8.320705,14.510367,363.1342,29.943205,11.564456,1.1044966,7.5588994,436.89987,0.4377966,219.40768,84.4378,2573.0225,130.60367,117.438194,180.40009,1172.0541,78.52926,63.793587,882.5653,58.162212,63.39859,10.285781,34.98082,220.1207,11.385974,8.783014,74.033325,17.589533,4509.198,20.529408,29.056547,18.125336,19.344114,343.55554,90.62934,31.72991,9.467469,10.152224,25.030703,64.592186,150.05357,46.67225,223.0616,27.94749,16.99617,84.702644,33.108967,22.927124,152.22458,17.178679,1.5982924,24.511484,11.149233,1188.7417,24.17237,4.0305653,138.93452,20.18183,204.9676,84.88432,145.45946,8.712614,109.702644,459.03397,420.08194,42.836594,281.91492,96.19916,50.026634,69.67848,155.86406,25.809237,60.83883,462.36932,14.308353,21.638245,330.11554,12.805378,7.360314,77.994705,62.386337,657.0588,175.95068,172.2227,1956.7402,33.261295,1566.4022,1314.2258,6.9404464,5.24716,1351.2137,17.393618,9.6329365,356.67792,21.229874,41.343193,20.328276,62.537308,251.62321,323.5893,3.1938481,30.529528,57.94296,312.08105,5.358625,83.96003,7.4652653,1.5905981,58.40275,1.1961278,1.4357301,4.7851315,10.213829,22.344887,14.809905,26.256598,185.62973,32.530754,15.955357,29.778646,7.7556977,90.449036,3.5793405,28.677744,6.403646,63.344673,3.3795385,5.2218432,14.85769,9.334709,17.592262,7.5705853,0.98692596,59.966484,8.729043,193.11678,5.9889274,258.74857,17.32811,1105.1256,109.77351,3.7715337,7.8703485,141.85988,176.57433,894.40283,888.5071 +2023-02-22 14:00:00,0.0,2345.4155,29.028942,4.937649,8.653499,23.764168,178.87082,25.257154,46.31681,20.447937,30.469084,170.70393,218.34866,12.296434,28.165833,11.4096,3.1361341,31.86803,53.39321,33.916355,420.2938,24.695587,367.15445,135.1687,33.62679,216.46738,180.31853,77.41987,811.169,273.06018,1886.0254,45.38921,2356.7883,616.2628,31.917965,26.478727,173.40816,159.53549,279.04147,1102.6707,49.635418,13.078185,9.707078,649.22504,541.82806,76.316925,20.855999,322.09808,29.040667,366.44415,12.159005,42.064297,0.0,1290.8789,2092.5518,0.28567487,39.6242,18.27575,14955.658,43.647484,1.5854446,14.065277,26.59589,26.31334,8.326812,14.52133,363.25882,29.927084,11.579053,1.104954,7.5623374,437.1761,0.43746668,219.5408,84.42917,2572.8142,130.61806,117.45526,180.37894,1172.754,78.531784,63.805996,881.91736,58.181408,63.359486,10.286672,34.9894,220.11203,11.383835,8.781659,74.05952,17.583477,4509.776,20.534447,29.041666,18.128931,19.354986,343.6111,90.68819,31.71875,9.467706,10.15449,25.05631,64.61299,150.1534,46.661457,223.11488,27.964884,17.005894,84.75756,33.13052,22.920431,152.28572,17.1915,1.5985937,24.484098,11.14864,1188.6996,24.173563,4.0374355,139.08333,20.191128,205.0979,84.91389,145.5608,8.710671,109.71198,459.2565,420.44885,42.854492,282.0355,96.28819,50.035206,69.67992,155.88565,25.816145,60.851547,462.36215,14.318776,21.648422,330.2201,12.789583,7.355303,78.04822,62.42107,657.3242,176.02213,172.23006,1956.8195,33.249054,1566.3306,1313.9337,6.9362497,5.2435765,1350.9908,17.393606,9.627777,356.61752,21.21823,41.32969,20.319546,62.51518,251.62088,323.4936,3.191875,30.520535,57.89174,312.03976,5.35613,83.95691,7.463715,1.5910231,58.404266,1.1964725,1.4361795,4.7876134,10.213457,22.340418,14.807334,26.259027,185.59796,32.51389,15.946428,29.776041,7.7511907,90.41146,3.5774307,28.521736,6.4010415,63.34848,3.3706844,5.2116885,14.84099,9.3359375,17.577381,7.554861,0.98680025,59.97799,8.727019,193.07169,5.9876046,258.7641,17.324713,1105.0085,109.76724,3.7731924,7.867951,141.87065,176.58461,894.40924,888.38885 +2023-02-22 15:00:00,0.0,2345.889,29.018557,4.9369965,8.646181,23.77018,178.85146,25.25635,46.323963,20.454077,30.479101,170.5657,218.51965,12.295347,28.121725,11.421257,3.1343787,31.858353,53.30194,33.86179,420.22134,24.667614,367.00262,135.16411,33.592125,216.63585,180.24051,77.41415,810.77826,273.0879,1885.517,45.372707,2356.737,616.17993,31.906977,26.471968,173.36272,159.39764,278.9824,1102.9845,49.65402,13.073132,9.706526,649.5737,542.11523,76.249504,20.883926,321.56348,29.069897,366.0085,12.162382,42.084972,0.0,1291.6084,2093.203,0.28567997,39.60059,18.282526,14962.873,43.664238,1.5856704,14.083035,26.616821,26.335484,8.332918,14.532292,363.38345,29.910963,11.59365,1.1054114,7.565776,437.4523,0.4371368,219.67392,84.42053,2572.606,130.63243,117.472336,180.35779,1173.454,78.53431,63.818405,881.2695,58.200607,63.320385,10.287561,34.99798,220.10336,11.381695,8.780305,74.08571,17.57742,4510.354,20.539486,29.026785,18.132526,19.365858,343.66666,90.74703,31.70759,9.467942,10.156757,25.081919,64.63379,150.25322,46.65067,223.16818,27.982275,17.015617,84.812485,33.152077,22.913736,152.34685,17.20432,1.5988951,24.456713,11.1480465,1188.6573,24.174753,4.044306,139.23215,20.200426,205.2282,84.94345,145.66216,8.708729,109.72132,459.47906,420.81573,42.872395,282.1561,96.377235,50.043777,69.68134,155.90724,25.823053,60.864265,462.35495,14.3292,21.658602,330.32465,12.773788,7.350292,78.10172,62.455807,657.58966,176.09358,172.23741,1956.8988,33.23681,1566.2589,1313.6417,6.9320536,5.2399926,1350.7681,17.393595,9.622619,356.55713,21.206585,41.316185,20.310814,62.49305,251.61855,323.39792,3.1899018,30.511543,57.840515,311.99847,5.3536353,83.9538,7.462165,1.5914482,58.405785,1.1968172,1.4366288,4.7900953,10.213086,22.335947,14.804763,26.261457,185.5662,32.497025,15.9375,29.773438,7.746684,90.373886,3.575521,28.36573,6.3984375,63.352283,3.3618302,5.201534,14.824289,9.337165,17.5625,7.539137,0.9866745,59.98949,8.724995,193.0266,5.986282,258.77963,17.321318,1104.8915,109.76096,3.7748508,7.865553,141.88142,176.59488,894.41565,888.27057 +2023-02-22 16:00:00,0.0,2346.3625,29.008173,4.9363437,8.6388645,23.776192,178.83209,25.255545,46.331112,20.460218,30.489119,170.42746,218.69063,12.294259,28.077618,11.432915,3.1326232,31.848675,53.21067,33.807228,420.14893,24.639643,366.85083,135.15953,33.557465,216.8043,180.16248,77.408424,810.3876,273.11563,1885.0087,45.356205,2356.6855,616.0971,31.89599,26.465208,173.31726,159.25981,278.92328,1103.2982,49.67262,13.068079,9.705975,649.9225,542.40247,76.182076,20.911856,321.02884,29.099127,365.57288,12.165759,42.105648,0.0,1292.338,2093.854,0.28568506,39.576977,18.289305,14970.088,43.680992,1.5858963,14.100793,26.637753,26.357628,8.3390255,14.543254,363.50806,29.894842,11.608247,1.1058688,7.569214,437.72852,0.43680692,219.80705,84.4119,2572.398,130.64682,117.4894,180.33664,1174.1539,78.53683,63.83081,880.6215,58.219807,63.28128,10.288451,35.006557,220.09471,11.379556,8.77895,74.1119,17.571363,4510.9316,20.544525,29.011906,18.136122,19.37673,343.72223,90.80588,31.696428,9.468179,10.159025,25.107529,64.65459,150.35304,46.63988,223.22148,27.999666,17.025341,84.8674,33.17363,22.907042,152.40799,17.217144,1.5991964,24.429327,11.147454,1188.6151,24.175943,4.051176,139.38095,20.209724,205.35849,84.973015,145.76349,8.706786,109.73066,459.7016,421.18265,42.890293,282.2767,96.46627,50.05235,69.68277,155.92885,25.829964,60.876984,462.34778,14.3396225,21.668781,330.42917,12.757993,7.345281,78.155235,62.49054,657.85516,176.16502,172.24477,1956.9781,33.224567,1566.1873,1313.3496,6.927857,5.2364087,1350.5453,17.393583,9.61746,356.49673,21.19494,41.302677,20.302084,62.470917,251.61623,323.30225,3.1879284,30.50255,57.789295,311.95715,5.3511405,83.950676,7.460615,1.5918733,58.407307,1.1971619,1.4370781,4.7925777,10.212714,22.331476,14.802192,26.26389,185.53444,32.48016,15.928571,29.770834,7.742177,90.33631,3.5736113,28.209723,6.3958335,63.35609,3.352976,5.191379,14.80759,9.338392,17.547619,7.5234127,0.9865487,60.00099,8.722971,192.98149,5.984959,258.79514,17.31792,1104.7743,109.75469,3.7765093,7.8631554,141.8922,176.60515,894.422,888.15234 +2023-02-22 17:00:00,0.0,2346.836,28.997787,4.935691,8.631547,23.782202,178.81274,25.25474,46.338264,20.46636,30.499136,170.28923,218.8616,12.293171,28.033512,11.4445715,3.130868,31.838997,53.1194,33.752666,420.07648,24.611671,366.69904,135.15494,33.5228,216.97278,180.08446,77.4027,809.9968,273.14337,1884.5002,45.339703,2356.6343,616.0142,31.885004,26.458448,173.27182,159.12198,278.86417,1103.6119,49.69122,13.063025,9.705423,650.2712,542.68964,76.114655,20.939783,320.49423,29.128357,365.1372,12.169137,42.126324,0.0,1293.0676,2094.5051,0.28569016,39.553368,18.296082,14977.303,43.697746,1.586122,14.118551,26.658684,26.379772,8.345132,14.554216,363.6327,29.878721,11.622844,1.1063262,7.572652,438.00473,0.436477,219.94017,84.403275,2572.1897,130.66121,117.50647,180.31549,1174.8539,78.53935,63.84322,879.9736,58.239006,63.24218,10.289342,35.015137,220.08604,11.377417,8.777595,74.13809,17.565308,4511.5093,20.549564,28.997025,18.139717,19.387602,343.77777,90.86472,31.685268,9.468415,10.161292,25.133137,64.67539,150.45287,46.629093,223.27477,28.017057,17.035065,84.922325,33.195187,22.900349,152.46913,17.229965,1.5994978,24.401941,11.146861,1188.573,24.177134,4.058047,139.52975,20.219025,205.48878,85.00258,145.86484,8.704843,109.73999,459.92416,421.54953,42.908195,282.39728,96.555305,50.06092,69.684204,155.95044,25.836872,60.889698,462.34058,14.350046,21.67896,330.53372,12.742198,7.3402705,78.20875,62.525276,658.1206,176.23647,172.25212,1957.0574,33.212322,1566.1155,1313.0575,6.9236608,5.232825,1350.3225,17.393572,9.612302,356.43634,21.183296,41.289173,20.293352,62.448788,251.61389,323.20657,3.1859553,30.493557,57.738075,311.91586,5.348645,83.94756,7.459065,1.5922984,58.408825,1.1975065,1.4375274,4.7950597,10.212343,22.327005,14.799621,26.26632,185.50267,32.463295,15.919642,29.768229,7.7376704,90.29874,3.5717015,28.053715,6.393229,63.359898,3.344122,5.1812243,14.79089,9.339621,17.532738,7.5076885,0.986423,60.012493,8.720947,192.9364,5.9836364,258.81067,17.314526,1104.6572,109.74842,3.7781677,7.860758,141.90298,176.61543,894.4284,888.03406 +2023-02-22 18:00:00,0.0,2347.3096,28.987404,4.9350386,8.62423,23.788214,178.79338,25.253935,46.345413,20.472502,30.509153,170.151,219.0326,12.292083,27.989405,11.456229,3.1291125,31.829319,53.028126,33.698105,420.00406,24.5837,366.54724,135.15036,33.488136,217.14125,180.00644,77.39697,809.60614,273.17108,1883.9918,45.3232,2356.5828,615.93134,31.874016,26.451689,173.22638,158.98415,278.80508,1103.9257,49.70982,13.057972,9.704872,650.61993,542.9768,76.047226,20.967712,319.9596,29.157587,364.70157,12.172514,42.147,0.0,1293.7971,2095.1565,0.28569528,39.529755,18.30286,14984.517,43.7145,1.5863479,14.136309,26.679613,26.401917,8.351239,14.565179,363.75732,29.8626,11.637441,1.1067835,7.57609,438.28098,0.43614712,220.07329,84.394646,2571.9814,130.6756,117.52354,180.29434,1175.5538,78.54188,63.855625,879.3256,58.258205,63.203075,10.290232,35.023712,220.07738,11.3752775,8.77624,74.164276,17.55925,4512.087,20.554604,28.982143,18.143312,19.398474,343.8333,90.92356,31.674107,9.468652,10.163559,25.158745,64.69619,150.55269,46.618305,223.32806,28.03445,17.044788,84.97724,33.216743,22.893654,152.53026,17.242786,1.599799,24.374556,11.146269,1188.5308,24.178324,4.064917,139.67857,20.228323,205.6191,85.03214,145.96617,8.7029,109.74933,460.1467,421.91644,42.926094,282.51788,96.64435,50.069492,69.68563,155.97203,25.843782,60.902416,462.3334,14.360469,21.689138,330.63828,12.726403,7.3352594,78.26226,62.56001,658.38605,176.30792,172.25948,1957.1368,33.20008,1566.0438,1312.7655,6.919464,5.229241,1350.0997,17.39356,9.607142,356.37598,21.171652,41.27567,20.284622,62.42666,251.61156,323.1109,3.1839821,30.484566,57.68685,311.87454,5.3461504,83.94444,7.457515,1.5927234,58.410347,1.1978512,1.4379767,4.7975416,10.211971,22.322536,14.7970495,26.26875,185.47092,32.446426,15.910714,29.765625,7.7331634,90.26116,3.5697918,27.897709,6.390625,63.363705,3.3352678,5.1710696,14.774189,9.340848,17.517857,7.4919643,0.98629725,60.024,8.718923,192.89131,5.9823136,258.82617,17.311129,1104.5402,109.74215,3.7798262,7.85836,141.91376,176.6257,894.4348,887.91583 +2023-02-22 19:00:00,0.0,2347.7832,28.977018,4.934386,8.616913,23.794226,178.77403,25.25313,46.352566,20.478642,30.51917,170.01277,219.20357,12.290995,27.945297,11.467886,3.127357,31.819641,52.936855,33.643543,419.9316,24.555727,366.39542,135.14578,33.453476,217.30972,179.92842,77.39125,809.21545,273.19882,1883.4834,45.306698,2356.5315,615.84845,31.86303,26.44493,173.18092,158.84631,278.74597,1104.2395,49.728424,13.052919,9.704321,650.9686,543.26404,75.9798,20.99564,319.425,29.186817,364.2659,12.175891,42.167675,0.0,1294.5269,2095.8076,0.28570038,39.50614,18.309637,14991.731,43.731255,1.5865737,14.154067,26.700544,26.42406,8.357346,14.576141,363.88193,29.84648,11.652038,1.1072409,7.5795283,438.5572,0.4358172,220.20642,84.38601,2571.7732,130.68997,117.5406,180.2732,1176.2538,78.544395,63.868034,878.67773,58.277405,63.16397,10.2911215,35.03229,220.06871,11.373137,8.774885,74.19047,17.553194,4512.665,20.559643,28.967262,18.146908,19.409346,343.8889,90.98241,31.662947,9.468888,10.165827,25.184353,64.716995,150.65251,46.607513,223.38135,28.051842,17.054512,85.032166,33.238297,22.886961,152.5914,17.255608,1.6001004,24.34717,11.145676,1188.4886,24.179514,4.0717874,139.82738,20.237621,205.74939,85.06171,146.06752,8.700957,109.75867,460.36926,422.28333,42.943996,282.63846,96.73338,50.07806,69.68706,155.99362,25.85069,60.915134,462.3262,14.370892,21.699318,330.7428,12.710608,7.330249,78.315765,62.59474,658.6515,176.37936,172.26683,1957.2162,33.18784,1565.9722,1312.4734,6.915268,5.225657,1349.877,17.393549,9.601984,356.31558,21.160007,41.262165,20.275892,62.40453,251.60924,323.0152,3.182009,30.475573,57.63563,311.83325,5.3436556,83.94133,7.4559646,1.5931485,58.411865,1.1981959,1.438426,4.8000236,10.2116,22.318066,14.794478,26.271181,185.43915,32.42956,15.901786,29.763021,7.728657,90.22359,3.567882,27.741701,6.388021,63.367508,3.3264136,5.160915,14.757489,9.342075,17.502975,7.47624,0.9861715,60.0355,8.716899,192.84622,5.980991,258.8417,17.307734,1104.4231,109.73588,3.7814848,7.8559623,141.92453,176.63597,894.4412,887.7976 +2023-02-22 20:00:00,0.0,2348.2566,28.966635,4.933733,8.609596,23.800238,178.75467,25.252325,46.35972,20.484783,30.529188,169.87453,219.37454,12.2899065,27.90119,11.479544,3.1256015,31.809961,52.845585,33.588978,419.85916,24.527756,366.24362,135.14119,33.41881,217.47818,179.8504,77.38553,808.8247,273.22653,1882.975,45.2902,2356.48,615.76556,31.852041,26.43817,173.13548,158.70848,278.6869,1104.5532,49.747025,13.047866,9.70377,651.3174,543.5512,75.91238,21.02357,318.89038,29.216047,363.83026,12.179269,42.18835,0.0,1295.2563,2096.4587,0.28570548,39.482533,18.316416,14998.946,43.74801,1.5867996,14.171824,26.721474,26.446205,8.363452,14.587104,364.00656,29.830357,11.666635,1.1076983,7.5829663,438.8334,0.43548733,220.33954,84.37738,2571.565,130.70436,117.55768,180.25204,1176.9537,78.54692,63.88044,878.0298,58.2966,63.12487,10.292012,35.04087,220.06004,11.370998,8.77353,74.21666,17.547138,4513.2427,20.564682,28.952381,18.150503,19.420218,343.94443,91.04125,31.651785,9.469125,10.168094,25.20996,64.73779,150.75233,46.596725,223.43465,28.069233,17.064234,85.08708,33.259853,22.880266,152.65254,17.268429,1.6004018,24.319784,11.145082,1188.4464,24.180706,4.0786576,139.9762,20.24692,205.87968,85.09127,146.16885,8.699015,109.768005,460.5918,422.65024,42.961895,282.75906,96.82242,50.08663,69.68849,156.01521,25.8576,60.927853,462.31903,14.381315,21.709497,330.84735,12.694813,7.3252378,78.36928,62.62948,658.91693,176.4508,172.27419,1957.2954,33.175594,1565.9005,1312.1813,6.9110713,5.2220736,1349.654,17.393538,9.596826,356.2552,21.148363,41.24866,20.26716,62.382397,251.6069,322.91953,3.1800356,30.466581,57.584408,311.79196,5.341161,83.93821,7.4544144,1.5935736,58.413383,1.1985406,1.4388753,4.802506,10.211228,22.313595,14.791908,26.273611,185.40738,32.412697,15.892857,29.760416,7.72415,90.18601,3.5659723,27.585695,6.3854165,63.371315,3.3175595,5.1507597,14.740789,9.343304,17.488096,7.4605155,0.9860457,60.047,8.714874,192.80113,5.979668,258.8572,17.304337,1104.3059,109.72961,3.7831433,7.8535643,141.9353,176.64624,894.44763,887.6793 +2023-02-22 21:00:00,0.0,2348.7302,28.95625,4.9330807,8.602279,23.80625,178.7353,25.25152,46.366867,20.490925,30.539206,169.7363,219.54553,12.288819,27.857082,11.4912,3.1238463,31.800283,52.75431,33.534416,419.78674,24.499784,366.09183,135.13661,33.38415,217.64665,179.77238,77.37981,808.434,273.25427,1882.4667,45.273697,2356.4287,615.6827,31.841055,26.43141,173.09004,158.57065,278.62778,1104.867,49.765625,13.042812,9.7032175,651.6661,543.8384,75.84495,21.051497,318.35577,29.245277,363.39462,12.182646,42.209026,0.0,1295.986,2097.1099,0.28571057,39.45892,18.323193,15006.16,43.764763,1.5870254,14.189583,26.742405,26.46835,8.369559,14.598065,364.1312,29.814236,11.6812315,1.1081557,7.5864043,439.10962,0.43515742,220.47266,84.36875,2571.3567,130.71875,117.574745,180.2309,1177.6538,78.54944,63.89285,877.38184,58.3158,63.085766,10.292902,35.04945,220.05139,11.368859,8.772176,74.24285,17.54108,4513.8203,20.569721,28.9375,18.154099,19.43109,344.0,91.1001,31.640625,9.469361,10.170361,25.235569,64.7586,150.85216,46.585938,223.48793,28.086624,17.073957,85.142006,33.281406,22.873571,152.71367,17.28125,1.6007031,24.292398,11.14449,1188.4043,24.181896,4.0855284,140.125,20.256218,206.00998,85.120834,146.2702,8.697072,109.77734,460.81436,423.01712,42.979797,282.87964,96.91146,50.095203,69.68992,156.03682,25.86451,60.940567,462.31183,14.391738,21.719677,330.9519,12.679018,7.320227,78.42279,62.66421,659.1824,176.52226,172.28154,1957.3748,33.163353,1565.8289,1311.8893,6.9068747,5.2184896,1349.4313,17.393526,9.591666,356.1948,21.136719,41.235157,20.25843,62.360268,251.60457,322.82385,3.1780624,30.457588,57.533188,311.75064,5.338666,83.9351,7.4528646,1.5939986,58.414906,1.1988853,1.4393246,4.804988,10.210857,22.309126,14.789337,26.276041,185.37563,32.395832,15.883928,29.757812,7.719643,90.14844,3.5640626,27.429688,6.3828125,63.375122,3.3087053,5.140605,14.724089,9.344531,17.473215,7.4447913,0.98592,60.058502,8.712851,192.75603,5.9783454,258.87274,17.300941,1104.1888,109.723335,3.7848017,7.8511667,141.94608,176.65652,894.45404,887.5611 +2023-02-22 22:00:00,0.0,2349.2036,28.945866,4.932428,8.594961,23.812262,178.71596,25.250715,46.37402,20.497065,30.549223,169.59807,219.7165,12.287731,27.812975,11.502858,3.1220908,31.790606,52.66304,33.479855,419.7143,24.471811,365.94,135.13203,33.349487,217.81512,179.69437,77.374084,808.04333,273.282,1881.9583,45.257195,2356.3774,615.59985,31.830069,26.42465,173.0446,158.43282,278.56866,1105.1808,49.784225,13.03776,9.702666,652.01483,544.1256,75.77753,21.079426,317.82114,29.274508,362.95895,12.186023,42.229702,0.0,1296.7156,2097.761,0.28571567,39.43531,18.32997,15013.375,43.781517,1.5872513,14.20734,26.763336,26.490494,8.375666,14.609028,364.25583,29.798115,11.695828,1.1086131,7.589843,439.38583,0.43482754,220.60579,84.360115,2571.1487,130.73312,117.59181,180.20975,1178.3538,78.55196,63.905254,876.7339,58.335,63.046665,10.293793,35.058025,220.04272,11.366719,8.770821,74.26904,17.535025,4514.398,20.57476,28.922619,18.157694,19.441961,344.05554,91.15894,31.629465,9.469598,10.172628,25.261179,64.779396,150.95198,46.57515,223.54123,28.104017,17.083681,85.19692,33.302963,22.866879,152.77481,17.294071,1.6010045,24.26501,11.143897,1188.362,24.183086,4.0923986,140.2738,20.265516,206.14027,85.1504,146.37154,8.695129,109.78668,461.0369,423.38403,42.997696,283.00024,97.000496,50.103775,69.691345,156.05841,25.871418,60.953285,462.30466,14.402161,21.729856,331.05646,12.663222,7.315216,78.4763,62.698948,659.4478,176.5937,172.2889,1957.454,33.151108,1565.7571,1311.5972,6.9026785,5.2149057,1349.2085,17.393515,9.586508,356.1344,21.125074,41.221653,20.249699,62.33814,251.60225,322.72818,3.1760893,30.448597,57.481968,311.70935,5.336171,83.93198,7.4513144,1.5944237,58.416424,1.19923,1.439774,4.80747,10.210485,22.304655,14.786766,26.278473,185.34386,32.378967,15.875,29.755209,7.7151365,90.11086,3.5621529,27.273682,6.3802085,63.37893,3.2998512,5.1304502,14.707389,9.345758,17.458334,7.429067,0.98579425,60.070007,8.710827,192.71094,5.9770226,258.88828,17.297544,1104.0718,109.71706,3.7864602,7.848769,141.95686,176.6668,894.46045,887.4428 +2023-02-22 23:00:00,0.0,2349.6772,28.93548,4.931775,8.587645,23.818274,178.6966,25.24991,46.381172,20.503206,30.55924,169.45984,219.88748,12.286643,27.76887,11.514515,3.1203353,31.780928,52.57177,33.425293,419.64188,24.44384,365.7882,135.12744,33.314823,217.98358,179.61635,77.36836,807.6526,273.30972,1881.4498,45.240692,2356.326,615.51697,31.81908,26.41789,172.99915,158.29498,278.50958,1105.4945,49.802826,13.032706,9.702115,652.3635,544.4128,75.7101,21.107353,317.2865,29.303738,362.52332,12.189401,42.250378,0.0,1297.4451,2098.4124,0.2857208,39.411697,18.336748,15020.59,43.798267,1.5874771,14.225099,26.784267,26.512638,8.381773,14.61999,364.38043,29.781994,11.710425,1.1090704,7.593281,439.66205,0.43449762,220.7389,84.35149,2570.9404,130.74751,117.60889,180.18861,1179.0537,78.55449,63.917664,876.08594,58.3542,63.00756,10.2946825,35.066605,220.03406,11.36458,8.769466,74.29523,17.528967,4514.9756,20.5798,28.907738,18.16129,19.452833,344.1111,91.21779,31.618303,9.469835,10.174895,25.286787,64.80019,151.0518,46.56436,223.59453,28.121408,17.093405,85.25185,33.324516,22.860184,152.83595,17.306892,1.6013058,24.237625,11.143305,1188.3198,24.184277,4.099269,140.42262,20.274815,206.27058,85.17996,146.47289,8.693187,109.79602,461.25946,423.75092,43.0156,283.12082,97.08953,50.112347,69.69278,156.08,25.878328,60.966003,462.29745,14.412584,21.740034,331.16098,12.647428,7.3102055,78.529816,62.73368,659.7133,176.66516,172.29625,1957.5334,33.138866,1565.6854,1311.305,6.898482,5.211322,1348.9857,17.393501,9.581349,356.074,21.11343,41.20815,20.240969,62.316006,251.59991,322.6325,3.1741161,30.439604,57.430744,311.66803,5.3336763,83.92886,7.4497643,1.5948488,58.417946,1.1995746,1.4402233,4.8099523,10.2101145,22.300184,14.784195,26.280903,185.31209,32.362103,15.866071,29.752604,7.7106295,90.07329,3.5602431,27.117674,6.377604,63.382732,3.290997,5.1202955,14.690688,9.346986,17.443453,7.413343,0.9856685,60.08151,8.708802,192.66585,5.9757,258.90378,17.29415,1103.9547,109.710785,3.7881186,7.846371,141.96764,176.67706,894.46686,887.3246 +2023-02-23 00:00:00,0.0,2350.151,28.925097,4.931123,8.580327,23.824286,178.67725,25.249105,46.38832,20.509348,30.56926,169.3216,220.05847,12.285555,27.724762,11.526173,3.1185799,31.77125,52.480495,33.37073,419.56943,24.415869,365.6364,135.12286,33.280163,218.15205,179.53833,77.36263,807.2619,273.33746,1880.9414,45.22419,2356.2747,615.4341,31.808094,26.41113,172.9537,158.15715,278.45047,1105.8082,49.82143,13.027654,9.701564,652.7123,544.69995,75.64267,21.135283,316.7519,29.332968,362.08768,12.192778,42.271053,0.0,1298.1747,2099.0635,0.2857259,39.38809,18.343525,15027.805,43.81502,1.587703,14.242856,26.805197,26.534782,8.387879,14.630953,364.50507,29.765873,11.725022,1.1095278,7.596719,439.9383,0.43416774,220.87202,84.34286,2570.7322,130.7619,117.62595,180.16747,1179.7537,78.55701,63.93007,875.43805,58.373398,62.96846,10.295572,35.075184,220.02539,11.362441,8.768111,74.32142,17.522911,4515.5537,20.584839,28.892857,18.164885,19.463705,344.16666,91.276634,31.607143,9.470072,10.177162,25.312395,64.821,151.15163,46.55357,223.64781,28.1388,17.103128,85.30676,33.346073,22.853489,152.89708,17.319715,1.6016071,24.21024,11.142712,1188.2777,24.185467,4.1061397,140.57143,20.284113,206.40088,85.209526,146.57422,8.691243,109.80536,461.482,424.11783,43.033497,283.24142,97.17857,50.12092,69.69421,156.1016,25.885237,60.97872,462.29028,14.423007,21.750214,331.26553,12.631633,7.305195,78.58332,62.768417,659.97876,176.7366,172.30362,1957.6128,33.12662,1565.6138,1311.0131,6.8942857,5.207738,1348.763,17.39349,9.57619,356.0136,21.101786,41.19464,20.232237,62.293877,251.59758,322.5368,3.1721427,30.43061,57.379524,311.62674,5.3311815,83.92574,7.448214,1.5952739,58.419464,1.1999193,1.4406726,4.812434,10.209743,22.295715,14.781624,26.283333,185.28033,32.345238,15.857142,29.75,7.706123,90.03571,3.5583334,26.961666,6.375,63.38654,3.2821429,5.110141,14.673988,9.348214,17.428572,7.397619,0.9855427,60.09301,8.706779,192.62076,5.9743776,258.9193,17.290752,1103.8376,109.70451,3.7897773,7.8439736,141.97841,176.68735,894.47327,887.2063 +2023-02-23 01:00:00,0.0,2350.6243,28.914711,4.93047,8.57301,23.830297,178.65788,25.2483,46.395473,20.515488,30.579277,169.18336,220.22945,12.284467,27.680655,11.537829,3.1168246,31.761572,52.389225,33.316166,419.497,24.387897,365.4846,135.11827,33.2455,218.32053,179.46031,77.35691,806.8712,273.36517,1880.4331,45.207687,2356.2231,615.3512,31.797106,26.404371,172.90826,158.01932,278.3914,1106.122,49.84003,13.0226,9.701013,653.061,544.9871,75.57525,21.16321,316.2173,29.362198,361.652,12.196155,42.29173,0.0,1298.9043,2099.7146,0.285731,39.364475,18.350304,15035.019,43.831776,1.5879288,14.260614,26.826128,26.556927,8.393986,14.641915,364.6297,29.749752,11.739618,1.1099852,7.600157,440.2145,0.43383783,221.00514,84.33423,2570.524,130.77629,117.64302,180.14632,1180.4536,78.55953,63.94248,874.7901,58.392597,62.929356,10.296463,35.083763,220.01672,11.360302,8.766756,74.34761,17.516855,4516.1313,20.589878,28.877975,18.16848,19.474577,344.22223,91.33548,31.595982,9.470308,10.17943,25.338003,64.8418,151.25146,46.54278,223.70111,28.15619,17.112852,85.36169,33.367626,22.846796,152.95822,17.332537,1.6019084,24.182854,11.142118,1188.2355,24.186657,4.11301,140.72025,20.293413,206.53117,85.23909,146.67557,8.689301,109.8147,461.70453,424.4847,43.0514,283.362,97.26761,50.129486,69.69563,156.12318,25.892145,60.991436,462.28308,14.433431,21.760393,331.3701,12.615837,7.300184,78.63683,62.80315,660.2442,176.80804,172.31097,1957.692,33.11438,1565.5421,1310.721,6.890089,5.204154,1348.5402,17.393478,9.571032,355.95322,21.090141,41.181137,20.223507,62.271748,251.59526,322.44113,3.1701696,30.42162,57.3283,311.58545,5.3286867,83.92263,7.446664,1.5956988,58.420982,1.200264,1.4411219,4.814916,10.209371,22.291245,14.779053,26.285765,185.24857,32.328373,15.848214,29.747396,7.701616,89.99814,3.5564237,26.80566,6.372396,63.390347,3.2732887,5.099986,14.657289,9.349442,17.41369,7.3818946,0.985417,60.10451,8.704755,192.57567,5.973055,258.9348,17.287357,1103.7205,109.69824,3.7914357,7.841576,141.98918,176.69762,894.4797,887.0881 +2023-02-23 02:00:00,0.0,2351.098,28.904327,4.929817,8.565693,23.83631,178.63852,25.247496,46.402626,20.52163,30.589294,169.04514,220.40042,12.28338,27.636547,11.549487,3.1150692,31.751894,52.297955,33.261604,419.42456,24.359924,365.3328,135.1137,33.21084,218.489,179.3823,77.35119,806.48047,273.3929,1879.9247,45.19119,2356.1719,615.2683,31.78612,26.397612,172.8628,157.88148,278.33228,1106.4358,49.85863,13.017547,9.70046,653.40967,545.27435,75.50782,21.19114,315.68265,29.391428,361.21637,12.199532,42.312405,0.0,1299.6338,2100.3657,0.28573608,39.340866,18.35708,15042.233,43.84853,1.5881547,14.278373,26.84706,26.579071,8.400093,14.652877,364.7543,29.733631,11.754215,1.1104426,7.6035953,440.49072,0.43350795,221.13828,84.32559,2570.3157,130.79066,117.66009,180.12517,1181.1536,78.56206,63.954887,874.14215,58.411797,62.890255,10.297353,35.09234,220.00807,11.358162,8.765402,74.3738,17.510798,4516.709,20.594917,28.863094,18.172075,19.485449,344.27777,91.394325,31.584822,9.470545,10.181697,25.363611,64.8626,151.35129,46.531994,223.7544,28.173584,17.122576,85.4166,33.389183,22.840101,153.01936,17.345358,1.6022098,24.155468,11.141526,1188.1934,24.187847,4.11988,140.86905,20.302711,206.66147,85.268654,146.7769,8.687358,109.824036,461.9271,424.85162,43.069298,283.4826,97.35664,50.138058,69.69707,156.14478,25.899055,61.004154,462.27588,14.443853,21.770573,331.47464,12.600042,7.295173,78.690346,62.837887,660.50964,176.8795,172.31833,1957.7714,33.10214,1565.4703,1310.4288,6.885893,5.2005706,1348.3174,17.393467,9.565873,355.89282,21.078497,41.167633,20.214775,62.24962,251.59293,322.34546,3.1681964,30.412626,57.27708,311.54413,5.326192,83.91951,7.445114,1.5961239,58.422504,1.2006087,1.4415712,4.817398,10.209,22.286774,14.776482,26.288195,185.2168,32.31151,15.839286,29.744791,7.697109,89.96056,3.554514,26.649652,6.3697915,63.394154,3.2644346,5.0898314,14.640588,9.350669,17.39881,7.3661704,0.98529124,60.116016,8.70273,192.53056,5.971732,258.95035,17.28396,1103.6034,109.69197,3.7930942,7.839178,141.99995,176.70789,894.4861,886.9698 +2023-02-23 03:00:00,0.0,2351.5713,28.893942,4.9291644,8.558376,23.842321,178.61917,25.24669,46.409775,20.527771,30.599312,168.9069,220.57141,12.282291,27.59244,11.561144,3.1133137,31.742216,52.20668,33.207043,419.3521,24.331953,365.181,135.10912,33.176174,218.65746,179.30428,77.34547,806.0898,273.42065,1879.4163,45.174686,2356.1204,615.1854,31.775133,26.390852,172.81735,157.74365,278.27316,1106.7495,49.87723,13.012494,9.699909,653.7584,545.5615,75.4404,21.219069,315.14804,29.420658,360.78073,12.202909,42.33308,0.0,1300.3634,2101.017,0.28574118,39.317253,18.36386,15049.448,43.865284,1.5883805,14.29613,26.867989,26.601215,8.406199,14.663839,364.87894,29.71751,11.768812,1.1109,7.6070333,440.76694,0.43317807,221.2714,84.31696,2570.1074,130.80505,117.677155,180.10402,1181.8535,78.564575,63.967293,873.4942,58.430992,62.85115,10.298243,35.100918,219.9994,11.356023,8.764047,74.399994,17.504742,4517.2866,20.599955,28.848215,18.17567,19.49632,344.3333,91.45317,31.57366,9.470781,10.183964,25.38922,64.8834,151.45111,46.521206,223.8077,28.190975,17.1323,85.47153,33.410736,22.833408,153.08049,17.35818,1.6025112,24.128082,11.140933,1188.1511,24.18904,4.1267505,141.01785,20.31201,206.79176,85.29822,146.87825,8.685415,109.833374,462.14963,425.2185,43.0872,283.60318,97.44569,50.14663,69.698494,156.16638,25.905964,61.016872,462.2687,14.454276,21.78075,331.57916,12.584248,7.290162,78.74386,62.87262,660.7751,176.95094,172.32568,1957.8507,33.089893,1565.3987,1310.1368,6.881696,5.1969867,1348.0945,17.393456,9.560714,355.83243,21.066853,41.15413,20.206045,62.227486,251.59059,322.2498,3.1662233,30.403635,57.22586,311.50284,5.323697,83.91639,7.443564,1.596549,58.424023,1.2009534,1.4420205,4.8198805,10.208628,22.282305,14.7739105,26.290625,185.18504,32.294643,15.830357,29.742188,7.692602,89.92299,3.5526042,26.493647,6.3671875,63.397957,3.2555802,5.0796766,14.623888,9.351897,17.383928,7.350446,0.9851655,60.127518,8.7007065,192.48547,5.9704094,258.96588,17.280565,1103.4863,109.6857,3.7947526,7.8367805,142.01074,176.71817,894.49243,886.85156 +2023-02-23 04:00:00,0.0,2352.045,28.883558,4.928512,8.551059,23.848333,178.59981,25.245886,46.416927,20.533913,30.60933,168.76866,220.74239,12.281203,27.548332,11.572802,3.1115582,31.732536,52.11541,33.15248,419.2797,24.303982,365.02917,135.10452,33.14151,218.82593,179.22626,77.339745,805.6991,273.44836,1878.9078,45.158184,2356.069,615.1026,31.764145,26.384092,172.77191,157.60582,278.21408,1107.0632,49.895832,13.007441,9.699358,654.1071,545.8487,75.37297,21.246996,314.6134,29.449888,360.34506,12.206286,42.353756,0.0,1301.093,2101.6682,0.28574628,39.29364,18.370636,15056.663,43.88204,1.5886064,14.313889,26.88892,26.62336,8.412306,14.674802,365.00357,29.70139,11.783409,1.1113575,7.6104712,441.04315,0.43284816,221.40451,84.308334,2569.8994,130.81944,117.69423,180.08287,1182.5535,78.5671,63.979702,872.8463,58.45019,62.81205,10.299133,35.109497,219.99074,11.353884,8.7626915,74.426186,17.498684,4517.8647,20.604994,28.833334,18.179266,19.507193,344.3889,91.51202,31.5625,9.471018,10.186231,25.41483,64.904205,151.55093,46.510418,223.861,28.208366,17.142023,85.52644,33.432293,22.826714,153.14163,17.371,1.6028125,24.100697,11.140341,1188.1089,24.19023,4.133621,141.16667,20.321308,206.92207,85.327774,146.97958,8.683473,109.84271,462.3722,425.58542,43.1051,283.7238,97.53472,50.1552,69.69992,156.18797,25.912872,61.029587,462.2615,14.4647,21.79093,331.68372,12.568452,7.2851515,78.79736,62.907356,661.0405,177.02238,172.33304,1957.9299,33.077652,1565.327,1309.8447,6.8775,5.193403,1347.8717,17.393444,9.555555,355.77203,21.055208,41.140625,20.197313,62.205357,251.58826,322.15408,3.16425,30.394642,57.174637,311.46155,5.3212023,83.91328,7.4420137,1.596974,58.425545,1.201298,1.4424698,4.8223624,10.208257,22.277834,14.771339,26.293055,185.15327,32.27778,15.821428,29.739584,7.6880956,89.885414,3.5506947,26.337639,6.3645835,63.401764,3.246726,5.069522,14.607187,9.353125,17.369047,7.334722,0.9850397,60.13902,8.698682,192.44038,5.9690866,258.98138,17.277168,1103.3693,109.67942,3.796411,7.8343825,142.02151,176.72844,894.49884,886.7333 +2023-02-23 05:00:00,0.0,2352.5186,28.873175,4.9278593,8.543742,23.854345,178.58046,25.24508,46.42408,20.540052,30.619347,168.63043,220.91336,12.280115,27.504225,11.584458,3.109803,31.722858,52.02414,33.09792,419.20724,24.27601,364.87738,135.09995,33.10685,218.9944,179.14824,77.334015,805.30835,273.4761,1878.3994,45.14168,2356.0176,615.0197,31.753159,26.377333,172.72647,157.46799,278.15497,1107.377,49.914436,13.002388,9.698807,654.4559,546.1359,75.30554,21.274925,314.0788,29.479118,359.90942,12.209663,42.37443,0.0,1301.8226,2102.3193,0.2857514,39.27003,18.377415,15063.877,43.898792,1.5888321,14.331646,26.90985,26.645504,8.418413,14.685764,365.12817,29.685268,11.798006,1.1118147,7.6139097,441.31937,0.43251827,221.53764,84.2997,2569.6912,130.83383,117.711296,180.06172,1183.2534,78.569626,63.992107,872.19836,58.46939,62.772945,10.300023,35.118073,219.98207,11.351745,8.761337,74.45237,17.492628,4518.4424,20.610033,28.818453,18.18286,19.518064,344.44443,91.57086,31.55134,9.471254,10.1884985,25.440437,64.925,151.65076,46.499626,223.91428,28.225758,17.151745,85.58137,33.453846,22.820019,153.20277,17.383821,1.6031138,24.07331,11.139748,1188.0668,24.19142,4.1404915,141.31548,20.330606,207.05237,85.35734,147.08093,8.68153,109.85205,462.59473,425.9523,43.123,283.84436,97.62376,50.163773,69.701355,156.20956,25.919783,61.042305,462.25433,14.475122,21.80111,331.78827,12.552657,7.2801404,78.850876,62.94209,661.30597,177.09384,172.3404,1958.0093,33.065407,1565.2554,1309.5526,6.8733034,5.189819,1347.6489,17.393433,9.550397,355.71164,21.043564,41.12712,20.188583,62.183228,251.58594,322.0584,3.1622767,30.385649,57.123417,311.42023,5.3187075,83.91016,7.4404635,1.5973991,58.427063,1.2016428,1.4429191,4.8248444,10.207885,22.273363,14.768768,26.295486,185.12152,32.260914,15.8125,29.736979,7.6835885,89.84784,3.548785,26.181633,6.361979,63.40557,3.237872,5.059367,14.5904875,9.354352,17.354166,7.318998,0.984914,60.150524,8.696658,192.3953,5.967764,258.99692,17.273773,1103.2521,109.67315,3.7980695,7.831985,142.03229,176.73871,894.50525,886.61505 +2023-02-23 06:00:00,0.0,2352.992,28.86279,4.9272065,8.536425,23.860357,178.5611,25.244276,46.43123,20.546194,30.629364,168.4922,221.08435,12.279027,27.46012,11.596116,3.1080475,31.71318,51.93287,33.043358,419.13483,24.248037,364.7256,135.09537,33.072186,219.16287,179.07022,77.32829,804.91766,273.5038,1877.8911,45.12518,2355.9663,614.9368,31.74217,26.370573,172.68102,157.33014,278.0959,1107.6908,49.933037,12.9973345,9.698256,654.80457,546.4231,75.23812,21.302853,313.5442,29.508348,359.47375,12.213041,42.395107,0.0,1302.5521,2102.9705,0.2857565,39.246418,18.384192,15071.092,43.915546,1.589058,14.349404,26.930779,26.667648,8.42452,14.696727,365.2528,29.669147,11.812603,1.1122721,7.6173477,441.59558,0.43218836,221.67076,84.29107,2569.483,130.8482,117.72836,180.04057,1183.9534,78.57214,64.00452,871.5504,58.48859,62.733845,10.300914,35.12665,219.9734,11.349605,8.759982,74.47856,17.486572,4519.02,20.615072,28.803572,18.186455,19.528936,344.5,91.62971,31.540178,9.471491,10.190765,25.466045,64.9458,151.75058,46.48884,223.96758,28.24315,17.161469,85.636284,33.475403,22.813326,153.26392,17.396643,1.6034151,24.045925,11.139154,1188.0245,24.19261,4.1473618,141.46428,20.339905,207.18266,85.3869,147.18227,8.679586,109.86138,462.8173,426.3192,43.1409,283.96497,97.7128,50.172344,69.70278,156.23116,25.926691,61.055023,462.24713,14.485545,21.811289,331.8928,12.536862,7.27513,78.90439,62.976826,661.5714,177.16528,172.34775,1958.0886,33.053165,1565.1837,1309.2606,6.8691072,5.186235,1347.4261,17.393421,9.545238,355.65125,21.03192,41.113617,20.179852,62.1611,251.5836,321.96274,3.1603036,30.376657,57.072193,311.37894,5.316212,83.90704,7.4389133,1.5978242,58.428585,1.2019874,1.4433686,4.827327,10.207514,22.268892,14.766197,26.297916,185.08975,32.244045,15.803571,29.734375,7.679082,89.810265,3.5468752,26.025625,6.359375,63.409378,3.2290177,5.0492125,14.573788,9.35558,17.339285,7.3032737,0.98478824,60.162025,8.694634,192.3502,5.966441,259.01242,17.270376,1103.135,109.66688,3.7997282,7.8295875,142.04306,176.74898,894.51166,886.49677 +2023-02-23 07:00:00,0.0,2353.4656,28.852406,4.926554,8.529108,23.86637,178.54173,25.243471,46.43838,20.552336,30.639381,168.35397,221.25533,12.27794,27.416012,11.607773,3.106292,31.703503,51.841595,32.988792,419.06238,24.220066,364.57376,135.09077,33.037525,219.33133,178.9922,77.32257,804.527,273.53156,1877.3827,45.108677,2355.9148,614.85394,31.731184,26.363813,172.63557,157.1923,278.03677,1108.0045,49.951637,12.992281,9.697703,655.1533,546.71027,75.17069,21.330782,313.00955,29.537579,359.03812,12.216418,42.415783,0.0,1303.2817,2103.6216,0.2857616,39.22281,18.39097,15078.307,43.9323,1.5892838,14.367162,26.95171,26.689793,8.430627,14.707689,365.37744,29.653027,11.8272,1.1127295,7.6207857,441.87183,0.43185848,221.80388,84.28244,2569.2747,130.8626,117.74544,180.01942,1184.6534,78.57467,64.01692,870.90247,58.50779,62.69474,10.301804,35.13523,219.96474,11.3474655,8.758627,74.50475,17.480515,4519.5977,20.620111,28.78869,18.19005,19.539808,344.55554,91.68855,31.529018,9.471727,10.193032,25.491653,64.966606,151.8504,46.47805,224.02086,28.260542,17.171192,85.69121,33.496956,22.806631,153.32504,17.409464,1.6037165,24.018538,11.138562,1187.9824,24.1938,4.154232,141.6131,20.349203,207.31296,85.416466,147.28362,8.677644,109.87072,463.03983,426.6861,43.158802,284.08554,97.801834,50.180912,69.70421,156.25275,25.933601,61.06774,462.23996,14.495969,21.821466,331.99734,12.521067,7.2701187,78.9579,63.01156,661.8369,177.23672,172.3551,1958.168,33.04092,1565.1119,1308.9685,6.8649106,5.182651,1347.2034,17.39341,9.540079,355.59085,21.020275,41.100113,20.171122,62.138966,251.58127,321.86707,3.1583302,30.367664,57.020973,311.33762,5.3137174,83.90392,7.4373636,1.5982493,58.430103,1.2023321,1.4438179,4.8298087,10.207142,22.264423,14.763627,26.300346,185.05798,32.22718,15.794642,29.731771,7.6745753,89.77269,3.5449655,25.869617,6.356771,63.41318,3.2201636,5.0390573,14.557087,9.356808,17.324406,7.2875495,0.9846625,60.173527,8.69261,192.3051,5.9651184,259.02795,17.266981,1103.018,109.66061,3.8013866,7.8271894,142.05383,176.75926,894.51807,886.37854 +2023-02-23 08:00:00,0.0,2353.939,28.84202,4.9259014,8.5217905,23.872381,178.52238,25.242668,46.445534,20.558475,30.649399,168.21573,221.4263,12.276852,27.371904,11.619431,3.1045365,31.693825,51.750324,32.93423,418.98996,24.192095,364.42197,135.0862,33.00286,219.4998,178.91418,77.31685,804.1362,273.5593,1876.8743,45.09218,2355.8635,614.77106,31.720198,26.357054,172.59013,157.05447,277.97766,1108.3182,49.970238,12.987228,9.697152,655.502,546.9975,75.10327,21.35871,312.4749,29.566809,358.60248,12.219795,42.43646,0.0,1304.0114,2104.273,0.2857667,39.199196,18.397747,15085.5205,43.949055,1.5895097,14.38492,26.972641,26.711937,8.436733,14.718651,365.50204,29.636906,11.841797,1.113187,7.6242237,442.14804,0.43152857,221.93701,84.27381,2569.0664,130.87698,117.76251,179.99828,1185.3534,78.577194,64.02933,870.2545,58.52699,62.65564,10.302693,35.143806,219.95609,11.345326,8.757273,74.530945,17.474459,4520.176,20.62515,28.77381,18.193645,19.55068,344.6111,91.7474,31.517857,9.471964,10.1953,25.517262,64.987404,151.95023,46.467262,224.07416,28.277933,17.180916,85.746124,33.518513,22.799938,153.38618,17.422287,1.6040179,23.991152,11.137969,1187.9402,24.19499,4.161103,141.7619,20.358501,207.44325,85.44603,147.38495,8.675701,109.88006,463.2624,427.053,43.1767,284.20615,97.89088,50.189484,69.705635,156.27435,25.94051,61.080456,462.23276,14.506392,21.831646,332.1019,12.505272,7.265108,79.011406,63.046295,662.10236,177.30818,172.36246,1958.2473,33.02868,1565.0403,1308.6764,6.860714,5.1790676,1346.9806,17.393398,9.534921,355.53046,21.00863,41.08661,20.162392,62.116837,251.57895,321.7714,3.156357,30.358673,56.969753,311.29633,5.3112226,83.90081,7.4358134,1.5986743,58.43162,1.2026768,1.4442672,4.8322906,10.206771,22.259953,14.761056,26.302778,185.02623,32.210316,15.785714,29.729166,7.6700683,89.73512,3.5430558,25.713612,6.3541665,63.41699,3.2113094,5.0289025,14.540387,9.358035,17.309525,7.2718253,0.98453677,60.185028,8.690586,192.26001,5.9637957,259.04346,17.263584,1102.9009,109.654335,3.803045,7.824792,142.06462,176.76953,894.5245,886.26025 +2023-02-23 09:00:00,0.0,2354.4126,28.831636,4.9252486,8.514474,23.878393,178.50302,25.241863,46.452682,20.564617,30.659416,168.0775,221.59729,12.2757635,27.327797,11.631087,3.1027813,31.684147,51.659054,32.87967,418.9175,24.164124,364.27017,135.0816,32.968197,219.66827,178.83617,77.31113,803.74554,273.587,1876.3658,45.075676,2355.812,614.6882,31.70921,26.350294,172.54468,156.91664,277.91858,1108.6321,49.98884,12.982175,9.696601,655.85077,547.28467,75.03584,21.386639,311.9403,29.596039,358.1668,12.223173,42.457134,0.0,1304.741,2104.924,0.2857718,39.175587,18.404526,15092.735,43.96581,1.5897355,14.402678,26.993572,26.734081,8.44284,14.729613,365.62668,29.620785,11.856394,1.1136444,7.627662,442.42426,0.4311987,222.07013,84.265175,2568.8582,130.89136,117.77958,179.97713,1186.0533,78.57971,64.04174,869.6066,58.546185,62.616535,10.303584,35.152386,219.94742,11.343186,8.755918,74.55714,17.468403,4520.7534,20.63019,28.758928,18.19724,19.561552,344.66666,91.806244,31.506697,9.472201,10.197567,25.54287,65.00821,152.05005,46.456474,224.12744,28.295324,17.19064,85.80105,33.540066,22.793243,153.44733,17.435108,1.6043192,23.963766,11.137377,1187.8981,24.196182,4.167973,141.91072,20.3678,207.57355,85.47559,147.4863,8.6737585,109.8894,463.48492,427.4199,43.194603,284.32672,97.97991,50.198055,69.70707,156.29594,25.947418,61.093174,462.2256,14.516815,21.841825,332.20645,12.489477,7.260097,79.06492,63.081028,662.3678,177.37962,172.36981,1958.3265,33.016438,1564.9686,1308.3844,6.856518,5.1754837,1346.7577,17.393387,9.529761,355.47006,20.996986,41.0731,20.15366,62.094707,251.57661,321.6757,3.154384,30.34968,56.91853,311.25504,5.3087277,83.89769,7.434263,1.5990994,58.433144,1.2030215,1.4447165,4.834773,10.206399,22.255482,14.758485,26.305208,184.99446,32.19345,15.776786,29.726562,7.6655617,89.69755,3.541146,25.557604,6.3515625,63.420795,3.2024553,5.018748,14.523687,9.359263,17.294643,7.256101,0.984411,60.196533,8.688562,192.21492,5.962473,259.059,17.26019,1102.7837,109.64806,3.8047035,7.822394,142.0754,176.7798,894.5309,886.142 +2023-02-23 10:00:00,0.0,2354.8862,28.82125,4.9245963,8.507156,23.884405,178.48367,25.241058,46.459835,20.570759,30.669434,167.93927,221.76826,12.274675,27.28369,11.642744,3.1010258,31.674469,51.56778,32.825108,418.84506,24.13615,364.11835,135.07703,32.933537,219.83673,178.75815,77.305405,803.3548,273.61475,1875.8574,45.059174,2355.7607,614.60535,31.698223,26.343534,172.49924,156.77881,277.85947,1108.9458,50.00744,12.977122,9.69605,656.19946,547.57184,74.968414,21.414566,311.4057,29.625269,357.73117,12.22655,42.47781,0.0,1305.4705,2105.5752,0.2857769,39.151974,18.411303,15099.95,43.982563,1.5899614,14.420436,27.014502,26.756226,8.448947,14.740576,365.7513,29.604664,11.870991,1.1141018,7.6311,442.70047,0.43086877,222.20325,84.256546,2568.6501,130.90575,117.796646,179.95598,1186.7533,78.58224,64.054146,868.9587,58.565384,62.577435,10.304474,35.160965,219.93875,11.341047,8.754562,74.58333,17.462345,4521.331,20.63523,28.744047,18.200836,19.572422,344.72223,91.86508,31.495535,9.472438,10.199834,25.568478,65.02901,152.14987,46.445686,224.18074,28.312716,17.200363,85.855965,33.561623,22.786549,153.50845,17.44793,1.6046206,23.93638,11.136784,1187.8558,24.197372,4.1748433,142.05952,20.3771,207.70386,85.50516,147.58765,8.671816,109.898735,463.7075,427.7868,43.2125,284.44733,98.06895,50.206627,69.708496,156.31754,25.954329,61.105892,462.21838,14.527238,21.852005,332.31097,12.473681,7.2550864,79.11843,63.115765,662.63324,177.45108,172.37717,1958.4059,33.004192,1564.897,1308.0923,6.852321,5.1719,1346.5349,17.393375,9.524603,355.40967,20.985342,41.059597,20.14493,62.072575,251.57428,321.58002,3.1524107,30.340689,56.86731,311.2137,5.306233,83.89458,7.432713,1.5995245,58.43466,1.2033662,1.4451658,4.837255,10.206028,22.251013,14.755914,26.307638,184.96269,32.176586,15.767857,29.723959,7.6610546,89.65997,3.5392363,25.401598,6.3489585,63.4246,3.1936011,5.008593,14.506987,9.360491,17.279762,7.240377,0.98428524,60.208035,8.686538,192.16983,5.96115,259.07452,17.256792,1102.6666,109.64179,3.806362,7.8199964,142.08617,176.79008,894.5373,886.02374 +2023-02-23 11:00:00,0.0,2355.3596,28.810867,4.9239435,8.49984,23.890417,178.46431,25.240253,46.466988,20.5769,30.679451,167.80104,221.93924,12.273587,27.239582,11.654402,3.0992703,31.66479,51.47651,32.770546,418.77264,24.10818,363.96655,135.07245,32.898872,220.0052,178.68013,77.299675,802.9641,273.64246,1875.3491,45.04267,2355.7092,614.52246,31.687235,26.336775,172.4538,156.64098,277.80038,1109.2595,50.026043,12.972069,9.695498,656.54816,547.859,74.90099,21.442495,310.8711,29.6545,357.29553,12.229927,42.498486,0.0,1306.2001,2106.2263,0.285782,39.128365,18.41808,15107.165,43.999317,1.5901873,14.438193,27.035433,26.77837,8.455053,14.751538,365.87595,29.588543,11.885588,1.114559,7.634538,442.97668,0.4305389,222.33638,84.24792,2568.442,130.92014,117.81372,179.93484,1187.4532,78.58476,64.06655,868.3107,58.584583,62.53833,10.305365,35.169544,219.93008,11.338908,8.753208,74.60951,17.45629,4521.9087,20.640268,28.729166,18.204432,19.583294,344.77777,91.92393,31.484375,9.472674,10.202102,25.594088,65.049805,152.2497,46.434895,224.23404,28.330109,17.210087,85.91088,33.58318,22.779856,153.5696,17.46075,1.6049218,23.908995,11.13619,1187.8136,24.198563,4.1817136,142.20833,20.386398,207.83415,85.53472,147.68898,8.669873,109.90807,463.93002,428.1537,43.230404,284.5679,98.15799,50.2152,69.70992,156.33913,25.961237,61.11861,462.2112,14.537661,21.862183,332.41553,12.457887,7.250076,79.17194,63.150497,662.8987,177.52252,172.38452,1958.4852,32.99195,1564.8252,1307.8002,6.848125,5.168316,1346.3121,17.393364,9.519444,355.34927,20.973698,41.046093,20.136198,62.050446,251.57196,321.48434,3.1504374,30.331696,56.816086,311.17242,5.303738,83.89146,7.431163,1.5999495,58.436184,1.2037108,1.445615,4.839737,10.205656,22.246542,14.753343,26.31007,184.93094,32.15972,15.758928,29.721354,7.656548,89.6224,3.5373266,25.24559,6.346354,63.428406,3.184747,4.9984384,14.490287,9.361718,17.264881,7.224653,0.98415947,60.219536,8.684514,192.12474,5.9598274,259.09003,17.253397,1102.5496,109.63551,3.8080206,7.817599,142.09694,176.80035,894.5437,885.9055 +2023-02-23 12:00:00,0.0,2355.8333,28.800482,4.9232907,8.492522,23.89643,178.44495,25.239449,46.474136,20.58304,30.689468,167.6628,222.11023,12.272499,27.195477,11.666059,3.0975149,31.655111,51.38524,32.71598,418.7002,24.080208,363.81476,135.06786,32.864212,220.17368,178.60211,77.29395,802.5734,273.6702,1874.8407,45.02617,2355.658,614.4396,31.676249,26.330015,172.40834,156.50314,277.74127,1109.5732,50.044643,12.967015,9.694947,656.8969,548.14624,74.833565,21.470423,310.33646,29.68373,356.85986,12.233305,42.51916,0.0,1306.9297,2106.8774,0.2857871,39.10475,18.424858,15114.379,44.01607,1.5904131,14.455952,27.056364,26.800514,8.461161,14.762501,366.00055,29.57242,11.900185,1.1150165,7.637976,443.2529,0.430209,222.4695,84.23929,2568.2336,130.93452,117.83079,179.9137,1188.1532,78.58728,64.078964,867.6628,58.603783,62.49923,10.306254,35.178123,219.92142,11.336769,8.751853,74.635704,17.450233,4522.487,20.645308,28.714285,18.208027,19.594166,344.8333,91.98277,31.473215,9.472911,10.204369,25.619696,65.07061,152.34952,46.424107,224.28732,28.3475,17.21981,85.965805,33.604733,22.77316,153.63074,17.473572,1.6052232,23.881609,11.135598,1187.7715,24.199753,4.1885843,142.35715,20.395697,207.96445,85.564285,147.79033,8.66793,109.91741,464.1526,428.5206,43.248302,284.6885,98.247025,50.22377,69.71136,156.36072,25.968147,61.131325,462.204,14.548084,21.872362,332.52008,12.442092,7.2450647,79.22545,63.185234,663.1641,177.59396,172.39188,1958.5645,32.979706,1564.7535,1307.5082,6.8439283,5.164732,1346.0894,17.393353,9.514285,355.2889,20.962053,41.03259,20.127468,62.028316,251.56963,321.38867,3.1484642,30.322702,56.764866,311.1311,5.3012433,83.88834,7.429613,1.6003746,58.437702,1.2040555,1.4460644,4.842219,10.205285,22.242071,14.7507715,26.3125,184.89917,32.142857,15.75,29.71875,7.652041,89.58482,3.5354168,25.089584,6.34375,63.432213,3.1758928,4.9882836,14.473587,9.3629465,17.25,7.2089286,0.98403376,60.231037,8.68249,192.07964,5.9585047,259.10556,17.25,1102.4325,109.62924,3.809679,7.815201,142.10773,176.81062,894.5501,885.78723 +2023-02-23 13:00:00,0.0,2356.3066,28.790098,4.9226384,8.485206,23.902441,178.4256,25.238644,46.48129,20.589182,30.699486,167.52457,222.2812,12.271412,27.15137,11.677716,3.0957596,31.645433,51.293964,32.66142,418.62778,24.052237,363.66296,135.06328,32.829548,220.34215,178.5241,77.28823,802.1827,273.69794,1874.3323,45.009666,2355.6064,614.3567,31.665262,26.323256,172.3629,156.36531,277.68216,1109.8871,50.063244,12.961963,9.694395,657.2456,548.4334,74.76614,21.498352,309.80185,29.71296,356.42422,12.236682,42.539837,0.0,1307.6592,2107.5288,0.2857922,39.081142,18.431635,15121.594,44.032825,1.590639,14.47371,27.077293,26.822659,8.467267,14.773462,366.12518,29.5563,11.914782,1.1154739,7.6414146,443.52914,0.4298791,222.60262,84.23065,2568.0254,130.9489,117.847855,179.89255,1188.8531,78.589806,64.09137,867.0149,58.622982,62.460125,10.307144,35.1867,219.91277,11.334629,8.750498,74.661896,17.444176,4523.0645,20.650347,28.699406,18.211622,19.605038,344.8889,92.04162,31.462053,9.473147,10.206635,25.645304,65.09141,152.44934,46.41332,224.34062,28.364891,17.229534,86.02072,33.62629,22.766468,153.69186,17.486393,1.6055245,23.854223,11.135005,1187.7292,24.200943,4.1954546,142.50595,20.404995,208.09474,85.59385,147.89166,8.665987,109.92675,464.37512,428.88748,43.266205,284.80908,98.33606,50.232338,69.71278,156.38231,25.975056,61.144043,462.19684,14.558507,21.882542,332.6246,12.426296,7.240054,79.27896,63.219967,663.42957,177.66542,172.39923,1958.6439,32.967464,1564.6819,1307.2161,6.839732,5.161148,1345.8666,17.393341,9.509127,355.22852,20.950409,41.019085,20.118736,62.006187,251.56729,321.29297,3.146491,30.313711,56.713646,311.0898,5.2987485,83.88522,7.428063,1.6007997,58.43922,1.2044002,1.4465137,4.8447013,10.204913,22.237602,14.7482,26.31493,184.8674,32.12599,15.741071,29.716146,7.6475344,89.54725,3.533507,24.933577,6.341146,63.43602,3.1670387,4.978129,14.456886,9.364174,17.235119,7.1932044,0.983908,60.242542,8.680466,192.03455,5.957182,259.12106,17.246605,1102.3153,109.62297,3.8113375,7.8128033,142.1185,176.82089,894.55646,885.669 +2023-02-23 14:00:00,0.0,2356.7803,28.779713,4.9219856,8.477888,23.908453,178.40623,25.237839,46.488438,20.595324,30.709505,167.38634,222.45218,12.270324,27.107262,11.689373,3.0940042,31.635756,51.202694,32.606857,418.55533,24.024263,363.51114,135.0587,32.794884,220.5106,178.44608,77.28251,801.792,273.72565,1873.8239,44.993164,2355.5552,614.2738,31.654274,26.316496,172.31744,156.22748,277.62308,1110.2008,50.081844,12.956909,9.693844,657.59436,548.7206,74.698715,21.526281,309.2672,29.74219,355.9886,12.240059,42.560513,0.0,1308.3889,2108.18,0.2857973,39.05753,18.438414,15128.809,44.04958,1.5908648,14.491467,27.098225,26.844803,8.473373,14.784425,366.24982,29.540178,11.929378,1.1159313,7.6448526,443.80536,0.42954922,222.73575,84.22202,2567.8171,130.96329,117.86493,179.8714,1189.5531,78.59232,64.103775,866.36694,58.64218,62.42102,10.308035,35.19528,219.9041,11.33249,8.749144,74.68809,17.43812,4523.642,20.655386,28.684525,18.215218,19.61591,344.94443,92.100464,31.450893,9.473384,10.208903,25.670912,65.11221,152.54918,46.40253,224.3939,28.382282,17.239256,86.075645,33.647842,22.759773,153.753,17.499214,1.6058259,23.826838,11.134413,1187.6871,24.202133,4.202325,142.65475,20.414293,208.22504,85.62341,147.99301,8.664044,109.93609,464.59766,429.2544,43.284103,284.9297,98.4251,50.24091,69.71421,156.40392,25.981964,61.15676,462.18964,14.56893,21.892721,332.72916,12.4105015,7.235043,79.33247,63.254704,663.69507,177.73686,172.4066,1958.7233,32.955223,1564.6102,1306.9241,6.8355355,5.1575646,1345.6438,17.39333,9.503968,355.16812,20.938765,41.00558,20.110006,61.984055,251.56497,321.1973,3.144518,30.304718,56.662422,311.04852,5.2962537,83.88211,7.4265127,1.6012248,58.440742,1.2047449,1.4469631,4.847183,10.204542,22.233131,14.745629,26.317362,184.83565,32.109127,15.732142,29.713541,7.6430273,89.509674,3.5315974,24.777569,6.3385415,63.439823,3.1581845,4.967974,14.4401865,9.365401,17.220238,7.17748,0.98378223,60.254044,8.678442,191.98946,5.955859,259.1366,17.243208,1102.1982,109.6167,3.812996,7.8104053,142.12927,176.83118,894.56287,885.5507 +2023-02-23 15:00:00,0.0,2357.254,28.76933,4.921333,8.4705715,23.914465,178.38689,25.237034,46.49559,20.601463,30.719522,167.24811,222.62317,12.269236,27.063154,11.701031,3.0922487,31.626078,51.111423,32.552296,418.48288,23.996292,363.35934,135.05411,32.760223,220.67908,178.36806,77.27679,801.4013,273.7534,1873.3156,44.976665,2355.5037,614.191,31.643288,26.309736,172.272,156.08965,277.56396,1110.5145,50.100445,12.951857,9.693293,657.94305,549.0078,74.63129,21.554209,308.7326,29.77142,355.55292,12.243436,42.58119,0.0,1309.1184,2108.831,0.28580242,39.033916,18.44519,15136.023,44.06633,1.5910907,14.509226,27.119156,26.866947,8.479481,14.795387,366.37442,29.524057,11.9439745,1.1163887,7.6482906,444.08157,0.4292193,222.86887,84.213394,2567.6091,130.97768,117.881996,179.85025,1190.253,78.59485,64.11618,865.719,58.66138,62.38192,10.308925,35.203857,219.89543,11.330351,8.747788,74.71428,17.432062,4524.2197,20.660425,28.669643,18.218813,19.626781,345.0,92.15931,31.439732,9.47362,10.21117,25.69652,65.13301,152.649,46.391743,224.4472,28.399675,17.24898,86.13056,33.6694,22.753078,153.81415,17.512035,1.6061273,23.799452,11.13382,1187.6449,24.203323,4.209195,142.80357,20.423592,208.35535,85.65298,148.09435,8.662102,109.94543,464.82022,429.62128,43.302006,285.05026,98.51414,50.24948,69.715645,156.4255,25.988874,61.16948,462.18246,14.579353,21.9029,332.8337,12.394707,7.2300324,79.38599,63.289436,663.9605,177.8083,172.41396,1958.8025,32.942978,1564.5386,1306.632,6.8313394,5.1539807,1345.421,17.393316,9.498809,355.10773,20.92712,40.992077,20.101274,61.961926,251.56264,321.10162,3.1425445,30.295727,56.611202,311.0072,5.293759,83.87899,7.4249625,1.6016498,58.44226,1.2050896,1.4474124,4.849665,10.20417,22.22866,14.743058,26.319792,184.80388,32.092262,15.723214,29.710938,7.6385207,89.4721,3.5296876,24.621563,6.3359375,63.44363,3.1493304,4.9578195,14.423486,9.366629,17.205357,7.161756,0.98365647,60.265545,8.676417,191.94437,5.9545364,259.15213,17.239813,1102.0812,109.61043,3.8146544,7.8080077,142.14005,176.84145,894.5693,885.4325 +2023-02-23 16:00:00,0.0,2357.7273,28.758944,4.9206805,8.463254,23.920477,178.36752,25.236229,46.502743,20.607605,30.72954,167.10986,222.79414,12.268147,27.019047,11.7126875,3.0904932,31.6164,51.02015,32.497734,418.41046,23.96832,363.20755,135.04953,32.72556,220.84755,178.29004,77.27106,801.01056,273.7811,1872.8071,44.960163,2355.4524,614.1081,31.6323,26.302977,172.22655,155.95181,277.50488,1110.8282,50.11905,12.946803,9.692741,658.2918,549.295,74.563866,21.582138,308.198,29.80065,355.11728,12.246814,42.601864,0.0,1309.848,2109.4822,0.28580752,39.010307,18.45197,15143.237,44.083084,1.5913165,14.526983,27.140087,26.889091,8.485587,14.80635,366.49905,29.507936,11.958571,1.1168461,7.651729,444.3578,0.42888942,223.00198,84.20476,2567.401,130.99207,117.89906,179.8291,1190.953,78.597374,64.12859,865.07104,58.680576,62.342815,10.309814,35.212437,219.88676,11.328211,8.746433,74.74046,17.426006,4524.798,20.665464,28.654762,18.222408,19.637653,345.05554,92.218155,31.428572,9.473857,10.213437,25.722128,65.15382,152.74883,46.38095,224.5005,28.417067,17.258703,86.185486,33.690952,22.746386,153.87527,17.524857,1.6064285,23.772066,11.133226,1187.6027,24.204515,4.216066,142.95238,20.43289,208.48564,85.68254,148.1957,8.660159,109.954765,465.04276,429.9882,43.319904,285.17087,98.60317,50.258053,69.71707,156.4471,25.995783,61.182194,462.17526,14.589776,21.913078,332.93826,12.378911,7.2250214,79.43949,63.324173,664.22595,177.87976,172.42131,1958.8818,32.930737,1564.4668,1306.3398,6.8271427,5.150397,1345.1981,17.393305,9.49365,355.04733,20.915476,40.978573,20.092545,61.939796,251.5603,321.00595,3.1405714,30.286734,56.55998,310.9659,5.291264,83.87588,7.423413,1.6020749,58.443783,1.2054342,1.4478617,4.8521476,10.203799,22.224192,14.740487,26.322222,184.77213,32.075397,15.714286,29.708334,7.634014,89.434525,3.527778,24.465555,6.3333335,63.447437,3.1404762,4.9476647,14.406786,9.367857,17.190475,7.1460314,0.98353076,60.27705,8.674394,191.89926,5.9532137,259.16763,17.236416,1101.9641,109.60416,3.816313,7.80561,142.15082,176.85172,894.5757,885.3142 +2023-02-23 17:00:00,0.0,2358.201,28.74856,4.9200277,8.455937,23.926489,178.34816,25.235424,46.50989,20.613747,30.739557,166.97163,222.96512,12.267059,26.97494,11.724345,3.088738,31.606722,50.92888,32.44317,418.338,23.940348,363.05573,135.04494,32.6909,221.01602,178.21202,77.265335,800.6199,273.80884,1872.2987,44.94366,2355.401,614.0252,31.621313,26.296217,172.1811,155.81398,277.44577,1111.1421,50.13765,12.94175,9.69219,658.6405,549.58215,74.49644,21.610065,307.66336,29.82988,354.68164,12.250191,42.62254,0.0,1310.5776,2110.1333,0.28581262,38.986694,18.458746,15150.452,44.09984,1.5915424,14.544742,27.161016,26.911236,8.4916935,14.817312,366.6237,29.491816,11.973168,1.1173034,7.655167,444.634,0.4285595,223.13512,84.19613,2567.1926,131.00644,117.91613,179.80795,1191.6531,78.59989,64.141,864.4231,58.699776,62.303715,10.310705,35.221012,219.8781,11.326072,8.745079,74.766655,17.41995,4525.3755,20.670504,28.639881,18.226004,19.648525,345.1111,92.277,31.41741,9.474093,10.215705,25.747738,65.174614,152.84865,46.370163,224.55379,28.434458,17.268427,86.2404,33.71251,22.73969,153.93642,17.53768,1.6067299,23.744678,11.132634,1187.5605,24.205706,4.222936,143.1012,20.442188,208.61594,85.712105,148.29703,8.658216,109.9641,465.26532,430.35507,43.337807,285.29144,98.692215,50.266624,69.7185,156.46869,26.002691,61.194912,462.1681,14.6002,21.923258,333.0428,12.363116,7.2200108,79.493004,63.358906,664.4914,177.9512,172.42867,1958.961,32.91849,1564.3951,1306.0479,6.8229465,5.146813,1344.9753,17.393293,9.488492,354.98694,20.903831,40.96507,20.083813,61.917667,251.55798,320.91028,3.1385982,30.277742,56.50876,310.92462,5.2887692,83.87276,7.4218626,1.6025,58.4453,1.205779,1.448311,4.8546295,10.203427,22.21972,14.737916,26.324654,184.74036,32.058533,15.705357,29.705729,7.629507,89.39695,3.5258682,24.30955,6.330729,63.451244,3.131622,4.93751,14.390086,9.369084,17.175594,7.130307,0.983405,60.28855,8.67237,191.85417,5.951891,259.18317,17.23302,1101.8469,109.59788,3.8179715,7.803212,142.1616,176.862,894.5821,885.196 +2023-02-23 18:00:00,0.0,2358.6743,28.738174,4.919375,8.44862,23.9325,178.32881,25.23462,46.517044,20.619888,30.749575,166.8334,223.13611,12.265972,26.930832,11.736002,3.0869825,31.597042,50.83761,32.388607,418.2656,23.912376,362.90393,135.04036,32.656235,221.18448,178.134,77.25961,800.2292,273.83658,1871.7903,44.92716,2355.3496,613.9423,31.610327,26.289457,172.13567,155.67615,277.38666,1111.4558,50.15625,12.936697,9.691638,658.98926,549.8694,74.429016,21.637995,307.12872,29.85911,354.24597,12.253568,42.643215,0.0,1311.3071,2110.7847,0.2858177,38.963085,18.465525,15157.667,44.116592,1.5917681,14.562499,27.181948,26.93338,8.497801,14.828274,366.7483,29.475695,11.987765,1.1177608,7.658605,444.91022,0.42822963,223.26823,84.1875,2566.9844,131.02083,117.9332,179.7868,1192.353,78.60242,64.153404,863.7752,58.718975,62.26461,10.311595,35.22959,219.86945,11.323933,8.743724,74.79285,17.413893,4525.953,20.67554,28.625,18.229599,19.659397,345.16666,92.335846,31.40625,9.47433,10.217972,25.773346,65.19541,152.94847,46.359375,224.60709,28.451849,17.27815,86.29533,33.734062,22.732996,153.99756,17.5505,1.6070312,23.717293,11.132041,1187.5183,24.206896,4.2298064,143.25,20.451487,208.74623,85.74167,148.39838,8.656273,109.97344,465.48785,430.722,43.355705,285.41205,98.78125,50.275196,69.71993,156.49028,26.009602,61.20763,462.1609,14.610622,21.933437,333.14734,12.3473215,7.2149997,79.54652,63.393642,664.75684,178.02264,172.43602,1959.0405,32.90625,1564.3235,1305.7557,6.81875,5.143229,1344.7526,17.393282,9.483334,354.92654,20.892187,40.95156,20.075083,61.895535,251.55565,320.81458,3.136625,30.26875,56.45754,310.8833,5.2862744,83.869644,7.4203124,1.602925,58.44682,1.2061236,1.4487603,4.8571115,10.203056,22.21525,14.735346,26.327084,184.70859,32.041668,15.696428,29.703125,7.6250005,89.359375,3.5239584,24.153542,6.328125,63.455048,3.1227677,4.927355,14.373385,9.370312,17.160715,7.114583,0.9832792,60.300053,8.670345,191.80908,5.950568,259.19867,17.229624,1101.7299,109.591606,3.81963,7.8008146,142.17238,176.87227,894.5885,885.0777 +2023-02-23 19:00:00,0.0,2359.148,28.72779,4.9187226,8.441302,23.938513,178.30945,25.233814,46.524197,20.626028,30.759592,166.69518,223.30708,12.264884,26.886726,11.74766,3.085227,31.587364,50.746338,32.334045,418.19315,23.884405,362.75214,135.03578,32.62157,221.35295,178.05598,77.25389,799.83844,273.8643,1871.2819,44.910656,2355.2983,613.85944,31.599339,26.282698,172.09021,155.53831,277.32758,1111.7695,50.17485,12.9316435,9.691087,659.33795,550.15656,74.36159,21.665922,306.59412,29.88834,353.81033,12.256946,42.66389,0.0,1312.0367,2111.4358,0.2858228,38.939472,18.472301,15164.881,44.133347,1.591994,14.580257,27.202877,26.955524,8.503907,14.839236,366.87292,29.459574,12.002362,1.1182182,7.662043,445.18643,0.42789972,223.40135,84.17887,2566.7761,131.03522,117.95027,179.76566,1193.053,78.60494,64.16581,863.12726,58.738174,62.22551,10.312486,35.238167,219.86078,11.321794,8.742369,74.81904,17.407837,4526.531,20.68058,28.610119,18.233194,19.670269,345.22223,92.39469,31.39509,9.474567,10.220239,25.798954,65.21622,153.0483,46.348587,224.66037,28.469242,17.287874,86.35024,33.75562,22.726303,154.05869,17.563322,1.6073326,23.689907,11.131449,1187.4762,24.208086,4.2366767,143.3988,20.460787,208.87653,85.77123,148.49971,8.65433,109.98277,465.71042,431.08887,43.373608,285.53262,98.870285,50.283764,69.72136,156.51187,26.01651,61.22035,462.15372,14.621045,21.943617,333.2519,12.331526,7.209989,79.60003,63.428375,665.0223,178.0941,172.44337,1959.1199,32.894005,1564.2518,1305.4636,6.8145533,5.139645,1344.5298,17.39327,9.478174,354.86615,20.880543,40.938057,20.06635,61.873405,251.55331,320.7189,3.1346517,30.259756,56.406315,310.842,5.283779,83.86652,7.418762,1.60335,58.44834,1.2064683,1.4492096,4.8595934,10.202684,22.21078,14.732775,26.329514,184.67683,32.0248,15.6875,29.700521,7.6204934,89.3218,3.5220487,23.997536,6.325521,63.458855,3.1139135,4.9172,14.356686,9.37154,17.145834,7.098859,0.9831535,60.311554,8.668322,191.76399,5.9492455,259.2142,17.226229,1101.6128,109.585335,3.8212883,7.798417,142.18315,176.88254,894.5949,884.9595 +2023-02-23 20:00:00,0.0,2359.6216,28.717407,4.91807,8.433986,23.944525,178.2901,25.23301,46.531345,20.63217,30.76961,166.55693,223.47806,12.263796,26.842619,11.759316,3.0834715,31.577686,50.655064,32.279484,418.12073,23.856434,362.6003,135.03119,32.58691,221.52142,177.97797,77.24817,799.44775,273.89203,1870.7736,44.894154,2355.2468,613.77655,31.588352,26.275938,172.04477,155.40047,277.26846,1112.0834,50.19345,12.92659,9.690536,659.68665,550.4437,74.29416,21.693851,306.0595,29.91757,353.37466,12.260323,42.684566,0.0,1312.7664,2112.087,0.28582793,38.915863,18.47908,15172.096,44.1501,1.5922198,14.598015,27.223808,26.977669,8.510015,14.850199,366.99756,29.443453,12.016959,1.1186756,7.6654816,445.46268,0.42756984,223.53448,84.170235,2566.5679,131.04959,117.96734,179.7445,1193.7529,78.60746,64.17822,862.4793,58.757374,62.186405,10.313375,35.246746,219.85211,11.3196535,8.7410145,74.84523,17.40178,4527.1084,20.68562,28.595238,18.23679,19.68114,345.27777,92.45354,31.383928,9.474804,10.222506,25.824562,65.237015,153.14812,46.3378,224.71367,28.486633,17.297598,86.40517,33.777172,22.719608,154.11983,17.576143,1.607634,23.662521,11.130856,1187.434,24.209276,4.2435474,143.54762,20.470085,209.00684,85.8008,148.60106,8.652388,109.99211,465.93295,431.45578,43.391506,285.65323,98.95933,50.292336,69.722786,156.53348,26.02342,61.233063,462.1465,14.631469,21.953794,333.35645,12.315731,7.204978,79.65354,63.46311,665.2877,178.16554,172.45073,1959.1991,32.881763,1564.1802,1305.1716,6.810357,5.1360617,1344.307,17.39326,9.473016,354.80576,20.868898,40.924553,20.057621,61.851276,251.55098,320.62323,3.1326785,30.250765,56.355095,310.8007,5.2812843,83.86341,7.417212,1.6037751,58.44986,1.206813,1.4496589,4.862076,10.202313,22.20631,14.730204,26.331944,184.64507,32.007935,15.678571,29.697916,7.615987,89.284225,3.520139,23.841528,6.3229165,63.46266,3.1050594,4.9070454,14.339985,9.372767,17.130953,7.0831347,0.98302776,60.32306,8.666298,191.7189,5.9479227,259.2297,17.222832,1101.4957,109.57906,3.8229468,7.796019,142.19392,176.8928,894.6013,884.8412 +2023-02-23 21:00:00,0.0,2360.095,28.707022,4.917417,8.426668,23.950537,178.27074,25.232204,46.538498,20.638311,30.779627,166.4187,223.64905,12.262708,26.798512,11.770974,3.0817163,31.568008,50.563793,32.224922,418.04828,23.82846,362.44852,135.02661,32.552246,221.68988,177.89995,77.24245,799.05707,273.91974,1870.2651,44.877655,2355.1956,613.6937,31.577366,26.269178,171.99933,155.26263,277.20935,1112.3971,50.212055,12.921537,9.689984,660.0354,550.7309,74.22674,21.721779,305.52487,29.9468,352.93903,12.2637,42.705242,0.0,1313.4958,2112.738,0.28583303,38.89225,18.485857,15179.311,44.166855,1.5924457,14.615773,27.24474,26.999813,8.516121,14.861161,367.1222,29.427332,12.031556,1.119133,7.6689196,445.7389,0.42723992,223.6676,84.161606,2566.3599,131.06398,117.984406,179.72336,1194.4529,78.609985,64.19063,861.83136,58.776573,62.147305,10.314265,35.255325,219.84344,11.317514,8.739659,74.87142,17.395723,4527.6865,20.690659,28.580357,18.240385,19.692013,345.3333,92.51238,31.372768,9.47504,10.224773,25.85017,65.25782,153.24794,46.327007,224.76695,28.504025,17.307322,86.46008,33.79873,22.712915,154.18097,17.588964,1.6079353,23.635136,11.130262,1187.3918,24.210466,4.2504177,143.69643,20.479383,209.13713,85.83036,148.7024,8.650445,110.00145,466.15552,431.82266,43.40941,285.7738,99.04836,50.300907,69.72422,156.55507,26.030329,61.24578,462.13934,14.6418915,21.963974,333.46097,12.299936,7.1999674,79.70705,63.497845,665.5532,178.237,172.45808,1959.2784,32.869522,1564.1084,1304.8795,6.8061604,5.1324778,1344.0842,17.393248,9.467857,354.74536,20.857254,40.91105,20.048891,61.829144,251.54866,320.52756,3.1307054,30.241772,56.303875,310.7594,5.2787895,83.86029,7.4156623,1.6042002,58.45138,1.2071576,1.4501082,4.8645577,10.2019415,22.20184,14.7276325,26.334375,184.6133,31.991072,15.669642,29.695312,7.6114798,89.24665,3.5182292,23.68552,6.3203125,63.46647,3.0962052,4.8968906,14.323285,9.373995,17.116072,7.0674105,0.982902,60.33456,8.664273,191.6738,5.9466,259.24524,17.219437,1101.3785,109.57279,3.8246055,7.7936215,142.2047,176.90309,894.6077,884.72296 +2023-02-23 22:00:00,0.0,2360.5686,28.696638,4.9167647,8.419352,23.956549,178.25137,25.2314,46.54565,20.644451,30.789644,166.28047,223.82002,12.26162,26.754404,11.782631,3.0799608,31.55833,50.472523,32.170357,417.97583,23.80049,362.29672,135.02203,32.517586,221.85835,177.82193,77.23672,798.6663,273.94748,1869.7567,44.861153,2355.144,613.61084,31.566378,26.262419,171.95389,155.1248,277.15027,1112.7108,50.230656,12.916484,9.689433,660.3841,551.0181,74.15931,21.749708,304.99023,29.97603,352.5034,12.267077,42.725918,0.0,1314.2255,2113.3892,0.28583813,38.86864,18.492636,15186.525,44.18361,1.5926715,14.633531,27.265667,27.021957,8.522227,14.872124,367.2468,29.411211,12.046153,1.1195904,7.6723576,446.0151,0.42691004,223.80072,84.15298,2566.1516,131.07837,118.00148,179.70221,1195.1528,78.61251,64.20303,861.1835,58.795773,62.1082,10.315156,35.263905,219.83478,11.315375,8.738305,74.897606,17.389668,4528.264,20.695698,28.565475,18.243979,19.702885,345.3889,92.57123,31.361607,9.475277,10.22704,25.875778,65.27862,153.34776,46.31622,224.82025,28.521416,17.317045,86.51501,33.820282,22.70622,154.2421,17.601786,1.6082366,23.60775,11.12967,1187.3496,24.211657,4.257288,143.84525,20.488682,209.26743,85.859924,148.80374,8.648502,110.01079,466.37805,432.18958,43.427307,285.8944,99.1374,50.30948,69.72565,156.57666,26.037237,61.2585,462.13214,14.652314,21.974154,333.56552,12.284141,7.194957,79.76056,63.53258,665.81866,178.30844,172.46544,1959.3578,32.857277,1564.0367,1304.5874,6.8019643,5.128894,1343.8615,17.393236,9.462698,354.68497,20.84561,40.897545,20.04016,61.807014,251.54633,320.4319,3.1287322,30.23278,56.25265,310.7181,5.2762947,83.85717,7.414112,1.6046252,58.4529,1.2075024,1.4505576,4.8670397,10.2015705,22.197369,14.725061,26.336805,184.58154,31.974205,15.660714,29.692709,7.606973,89.209076,3.5163195,23.529514,6.3177085,63.470272,3.087351,4.886736,14.306585,9.375223,17.10119,7.0516863,0.9827762,60.34606,8.66225,191.62871,5.945277,259.26077,17.21604,1101.2615,109.56652,3.826264,7.7912235,142.21548,176.91336,894.61414,884.6047 +2023-02-23 23:00:00,0.0,2361.0422,28.686253,4.916112,8.412034,23.96256,178.23203,25.230595,46.5528,20.650593,30.799662,166.14224,223.991,12.260531,26.710297,11.794289,3.0782053,31.548653,50.38125,32.115795,417.9034,23.772518,362.1449,135.01744,32.48292,222.02682,177.74391,77.230995,798.27563,273.97522,1869.2483,44.84465,2355.0928,613.52795,31.555391,26.25566,171.90843,154.98697,277.09116,1113.0245,50.249256,12.911431,9.688882,660.73285,551.3053,74.09189,21.777636,304.45563,30.00526,352.06772,12.270454,42.746593,0.0,1314.9551,2114.0405,0.28584322,38.845028,18.499413,15193.739,44.200363,1.5928974,14.651289,27.286598,27.044102,8.528335,14.883085,367.37143,29.39509,12.06075,1.1200477,7.675796,446.29132,0.42658016,223.93384,84.14434,2565.9434,131.09276,118.01855,179.68106,1195.8528,78.61503,64.21545,860.5355,58.81497,62.0691,10.316046,35.272484,219.82613,11.313235,8.73695,74.9238,17.38361,4528.842,20.700737,28.550594,18.247574,19.713757,345.44443,92.63007,31.350447,9.475513,10.229307,25.901388,65.29942,153.44759,46.30543,224.87355,28.538809,17.326767,86.56992,33.84184,22.699526,154.30324,17.614607,1.6085379,23.580364,11.129077,1187.3074,24.212849,4.2641587,143.99405,20.49798,209.39772,85.88948,148.90508,8.64656,110.02013,466.60062,432.5565,43.44521,286.015,99.22644,50.31805,69.72707,156.59825,26.044147,61.271217,462.12497,14.662738,21.984333,333.67007,12.268346,7.1899457,79.81407,63.567314,666.0841,178.37988,172.4728,1959.437,32.845036,1563.9651,1304.2954,6.7977676,5.12531,1343.6385,17.393225,9.45754,354.62457,20.833965,40.88404,20.03143,61.784885,251.54399,320.33618,3.1267588,30.223787,56.20143,310.6768,5.2738,83.85406,7.412562,1.6050503,58.45442,1.207847,1.4510069,4.869522,10.201199,22.1929,14.72249,26.339235,184.54977,31.95734,15.651786,29.690104,7.602466,89.1715,3.5144098,23.373507,6.315104,63.47408,3.078497,4.876581,14.289885,9.376451,17.08631,7.035962,0.9826505,60.357563,8.660225,191.58362,5.9439545,259.27628,17.212645,1101.1444,109.56025,3.8279223,7.788826,142.22626,176.92363,894.62054,884.48645 +2023-02-24 00:00:00,0.0,2361.5156,28.675869,4.915459,8.404717,23.968573,178.21266,25.22979,46.55995,20.656734,30.809679,166.004,224.16199,12.259444,26.66619,11.805945,3.0764499,31.538975,50.289978,32.061234,417.83096,23.744547,361.9931,135.01286,32.448257,222.1953,177.6659,77.22527,797.8849,274.00293,1868.74,44.828148,2355.0413,613.44507,31.544403,26.2489,171.86299,154.84914,277.03207,1113.3384,50.267857,12.906378,9.68833,661.08154,551.59247,74.02446,21.805565,303.92102,30.03449,351.63208,12.273831,42.76727,0.0,1315.6847,2114.6917,0.28584832,38.821415,18.50619,15200.954,44.217117,1.5931232,14.669047,27.30753,27.066246,8.534441,14.894048,367.49606,29.37897,12.075347,1.1205051,7.679234,446.56754,0.42625025,224.06697,84.13571,2565.735,131.10713,118.035614,179.65993,1196.5527,78.61755,64.22785,859.8876,58.834167,62.029995,10.316936,35.28106,219.81746,11.311096,8.735595,74.94999,17.377554,4529.4194,20.705776,28.535715,18.25117,19.724628,345.5,92.68892,31.339285,9.47575,10.231575,25.926996,65.32022,153.54741,46.294643,224.92683,28.5562,17.33649,86.62485,33.86339,22.692833,154.36438,17.627428,1.6088393,23.552979,11.128485,1187.2653,24.214039,4.271029,144.14285,20.507278,209.52802,85.919044,149.00642,8.644616,110.029465,466.82315,432.92337,43.463108,286.1356,99.315475,50.326622,69.72851,156.61984,26.051056,61.28393,462.11777,14.673161,21.99451,333.7746,12.252551,7.184935,79.867584,63.60205,666.34955,178.45134,172.48015,1959.5164,32.83279,1563.8934,1304.0033,6.7935715,5.121726,1343.4158,17.393213,9.452381,354.56418,20.82232,40.870537,20.022697,61.762756,251.54167,320.2405,3.1247857,30.214794,56.150208,310.6355,5.271305,83.85094,7.4110117,1.6054754,58.45594,1.2081918,1.4514562,4.872004,10.200827,22.188429,14.719919,26.341667,184.518,31.940475,15.642857,29.6875,7.5979595,89.13393,3.5125,23.2175,6.3125,63.477886,3.0696428,4.8664265,14.273185,9.377678,17.071428,7.020238,0.98252475,60.36907,8.658201,191.53853,5.9426317,259.2918,17.209248,1101.0273,109.55397,3.8295808,7.7864285,142.23703,176.93391,894.6269,884.36816 +2023-02-24 01:00:00,0.0,2361.9893,28.665483,4.914807,8.3974,23.974585,178.19331,25.228985,46.567104,20.662876,30.819696,165.86577,224.33296,12.258356,26.622084,11.817603,3.0746946,31.529295,50.198708,32.00667,417.75854,23.716574,361.8413,135.00827,32.413597,222.36375,177.58788,77.21955,797.4942,274.03067,1868.2316,44.811646,2354.99,613.3622,31.533417,26.24214,171.81755,154.7113,276.97296,1113.6521,50.286457,12.901324,9.687778,661.4303,551.8797,73.95703,21.833492,303.3864,30.06372,351.19644,12.277209,42.787945,0.0,1316.4143,2115.3428,0.28585345,38.797806,18.512968,15208.169,44.23387,1.5933491,14.686805,27.32846,27.08839,8.540547,14.90501,367.62067,29.362848,12.089944,1.1209625,7.682672,446.84375,0.42592037,224.20009,84.12708,2565.5269,131.12152,118.05269,179.63878,1197.2527,78.62007,64.24026,859.2396,58.853367,61.990894,10.317826,35.28964,219.80879,11.308957,8.734241,74.97618,17.371498,4529.9976,20.710815,28.520834,18.254765,19.7355,345.55554,92.747765,31.328125,9.4759865,10.233842,25.952604,65.34102,153.64723,46.283855,224.98013,28.573591,17.346214,86.67976,33.88495,22.686138,154.42552,17.640251,1.6091406,23.525593,11.127892,1187.223,24.215229,4.2778993,144.29167,20.516577,209.65833,85.94861,149.10776,8.6426735,110.0388,467.0457,433.29028,43.48101,286.2562,99.40451,50.33519,69.729935,156.64145,26.057964,61.29665,462.1106,14.683584,22.00469,333.87915,12.236755,7.179924,79.92109,63.636784,666.615,178.52278,172.4875,1959.5957,32.82055,1563.8218,1303.7112,6.789375,5.118142,1343.193,17.393202,9.447222,354.50378,20.810677,40.857033,20.013968,61.740623,251.53934,320.14484,3.1228125,30.205803,56.098988,310.5942,5.2688103,83.847824,7.4094615,1.6059004,58.45746,1.2085364,1.4519055,4.874486,10.200456,22.183958,14.717348,26.344097,184.48625,31.92361,15.633928,29.684896,7.5934525,89.09635,3.5105906,23.061493,6.309896,63.481693,3.0607886,4.8562717,14.256485,9.378906,17.056547,7.0045137,0.982399,60.38057,8.6561775,191.49344,5.941309,259.3073,17.205853,1100.9103,109.5477,3.8312392,7.7840304,142.2478,176.94418,894.6333,884.24994 +2023-02-24 02:00:00,0.0,2362.4626,28.6551,4.914154,8.390083,23.980597,178.17395,25.22818,46.574253,20.669016,30.829714,165.72754,224.50394,12.257268,26.577976,11.82926,3.0729392,31.519617,50.107433,31.952108,417.6861,23.688602,361.68948,135.0037,32.378933,222.53223,177.50986,77.21383,797.1035,274.05838,1867.7231,44.795143,2354.9385,613.2793,31.52243,26.23538,171.7721,154.57347,276.91385,1113.9658,50.30506,12.896272,9.687227,661.779,552.1669,73.88961,21.861422,302.8518,30.09295,350.76077,12.280586,42.80862,0.0,1317.1438,2115.994,0.28585854,38.774193,18.519745,15215.383,44.250626,1.5935749,14.704563,27.34939,27.110535,8.546655,14.915973,367.7453,29.346727,12.10454,1.1214199,7.68611,447.12,0.42559046,224.3332,84.118454,2565.3186,131.13591,118.069756,179.61763,1197.9526,78.6226,64.25266,858.5917,58.872566,61.95179,10.318716,35.298218,219.80013,11.306818,8.732885,75.00237,17.36544,4530.575,20.715855,28.505953,18.25836,19.746372,345.6111,92.8066,31.316965,9.476223,10.236109,25.978212,65.361824,153.74707,46.273064,225.03342,28.590982,17.355938,86.73469,33.9065,22.679445,154.48665,17.653072,1.609442,23.498205,11.127298,1187.1809,24.21642,4.2847695,144.44048,20.525875,209.78862,85.97817,149.2091,8.640731,110.04814,467.26825,433.65717,43.49891,286.37677,99.49355,50.34376,69.73136,156.66304,26.064875,61.30937,462.1034,14.694007,22.01487,333.9837,12.220961,7.1749134,79.9746,63.67152,666.88043,178.59422,172.49486,1959.675,32.808308,1563.75,1303.4192,6.7851787,5.1145587,1342.9702,17.39319,9.442063,354.4434,20.799032,40.84353,20.005236,61.718494,251.537,320.04916,3.1208394,30.19681,56.047768,310.5529,5.2663155,83.8447,7.407912,1.6063255,58.45898,1.2088811,1.4523548,4.876968,10.200084,22.17949,14.714777,26.346527,184.45448,31.906746,15.625,29.682291,7.588946,89.05878,3.5086808,22.905487,6.3072915,63.485497,3.0519345,4.846117,14.239784,9.380134,17.041666,6.9887896,0.9822732,60.39207,8.654153,191.44833,5.939986,259.32285,17.202456,1100.7931,109.54143,3.832898,7.781633,142.25858,176.95445,894.6397,884.13165 +2023-02-24 03:00:00,0.0,2362.9363,28.644714,4.9135013,8.382766,23.986607,178.15459,25.227375,46.581406,20.675158,30.839731,165.58931,224.67493,12.25618,26.533869,11.840918,3.0711837,31.50994,50.016163,31.897547,417.61368,23.660631,361.5377,134.99911,32.344273,222.7007,177.43184,77.2081,796.71277,274.08612,1867.2147,44.778645,2354.8872,613.1965,31.511442,26.22862,171.72665,154.43564,276.85477,1114.2795,50.32366,12.891218,9.686676,662.12775,552.45404,73.82218,21.88935,302.31717,30.12218,350.32513,12.283963,42.829296,0.0,1317.8734,2116.6453,0.28586364,38.750584,18.526524,15222.598,44.26738,1.5938008,14.722321,27.370321,27.132679,8.552761,14.926935,367.86993,29.330605,12.119137,1.1218773,7.6895485,447.3962,0.42526057,224.46634,84.10982,2565.1106,131.1503,118.08682,179.59648,1198.6527,78.62512,64.265076,857.9438,58.891766,61.91269,10.319607,35.306793,219.79146,11.304678,8.73153,75.028564,17.359385,4531.153,20.720894,28.491072,18.261955,19.757244,345.66666,92.86545,31.305803,9.4764595,10.238377,26.00382,65.38262,153.8469,46.262276,225.08672,28.608376,17.365662,86.789604,33.92806,22.67275,154.54779,17.665894,1.6097432,23.47082,11.126706,1187.1387,24.21761,4.2916403,144.58928,20.535175,209.91891,86.00774,149.31044,8.638788,110.05748,467.49078,434.02408,43.51681,286.49738,99.58259,50.352333,69.732796,156.68463,26.071783,61.322083,462.09622,14.70443,22.02505,334.08826,12.205166,7.1699023,80.028114,63.706253,667.1459,178.66568,172.50221,1959.7544,32.796062,1563.6783,1303.1271,6.780982,5.110975,1342.7474,17.393179,9.436905,354.383,20.787388,40.83002,19.996506,61.696365,251.53468,319.95346,3.118866,30.187819,55.996544,310.5116,5.2638206,83.84159,7.4063616,1.6067506,58.4605,1.2092258,1.4528041,4.8794503,10.199713,22.175018,14.712206,26.348959,184.42273,31.889881,15.616071,29.679688,7.5844393,89.0212,3.506771,22.74948,6.3046875,63.489304,3.0430803,4.8359623,14.223084,9.381361,17.026785,6.9730654,0.9821475,60.403572,8.652129,191.40324,5.9386635,259.33838,17.19906,1100.676,109.53516,3.8345563,7.779235,142.26936,176.96472,894.6461,884.0134 +2023-02-24 04:00:00,0.0,2363.41,28.63433,4.912849,8.375449,23.992619,178.13524,25.22657,46.58856,20.6813,30.84975,165.45107,224.8459,12.255092,26.489761,11.852574,3.0694282,31.500261,49.924892,31.842983,417.54123,23.63266,361.3859,134.99452,32.30961,222.86917,177.35382,77.20238,796.3221,274.11386,1866.7063,44.762142,2354.8357,613.1136,31.500456,26.22186,171.68121,154.2978,276.79565,1114.5934,50.342262,12.886166,9.686125,662.47644,552.7412,73.75476,21.917278,301.78253,30.151411,349.8895,12.28734,42.84997,0.0,1318.603,2117.2964,0.28586873,38.72697,18.5333,15229.8125,44.284134,1.5940266,14.740079,27.391253,27.154823,8.558868,14.937897,367.99454,29.314484,12.133734,1.1223347,7.6929865,447.67242,0.42493066,224.59946,84.10119,2564.9023,131.16467,118.10389,179.57533,1199.3527,78.62764,64.27748,857.29584,58.910965,61.873585,10.320497,35.315372,219.7828,11.302539,8.730176,75.05475,17.353329,4531.7305,20.725933,28.47619,18.26555,19.768116,345.72223,92.92429,31.294643,9.476696,10.2406435,26.029428,65.40343,153.94672,46.251488,225.14001,28.625767,17.375385,86.84453,33.949615,22.666056,154.60893,17.678715,1.6100446,23.443434,11.126113,1187.0964,24.2188,4.2985106,144.7381,20.544474,210.04921,86.0373,149.41179,8.636846,110.06682,467.71335,434.39096,43.53471,286.61795,99.67163,50.360905,69.73422,156.70622,26.078693,61.3348,462.08902,14.714853,22.035227,334.19278,12.18937,7.1648917,80.08163,63.74099,667.4114,178.73712,172.50958,1959.8336,32.78382,1563.6067,1302.835,6.776786,5.107391,1342.5247,17.393167,9.431746,354.3226,20.775743,40.816517,19.987774,61.674236,251.53235,319.8578,3.1168928,30.178825,55.945324,310.47028,5.261326,83.83847,7.4048114,1.6071756,58.46202,1.2095704,1.4532534,4.8819323,10.199341,22.170547,14.709635,26.351389,184.39096,31.873014,15.607142,29.677084,7.579932,88.98363,3.5048614,22.593472,6.3020835,63.49311,3.0342262,4.8258076,14.206385,9.382589,17.011906,6.957341,0.98202175,60.415077,8.650105,191.35815,5.9373407,259.35388,17.195663,1100.559,109.528885,3.8362148,7.7768373,142.28014,176.975,894.6525,883.89514 +2023-02-24 05:00:00,0.0,2363.8833,28.623945,4.912196,8.368132,23.99863,178.11588,25.225765,46.595707,20.687439,30.859768,165.31284,225.01688,12.2540045,26.445654,11.864232,3.067673,31.490583,49.83362,31.788422,417.46878,23.604687,361.23407,134.98994,32.274944,223.03763,177.2758,77.196655,795.9314,274.14157,1866.198,44.74564,2354.7844,613.0307,31.489468,26.215101,171.63577,154.15997,276.73657,1114.9071,50.360863,12.881112,9.685573,662.82513,553.02844,73.68733,21.945208,301.24792,30.180641,349.45383,12.290718,42.870647,0.0,1319.3325,2117.9475,0.28587383,38.70336,18.54008,15237.027,44.300888,1.5942525,14.757836,27.412182,27.176968,8.564975,14.948859,368.11917,29.298363,12.148331,1.122792,7.6964245,447.94864,0.42460078,224.73257,84.09256,2564.694,131.17906,118.12097,179.55418,1200.0526,78.630165,64.28989,856.6479,58.93016,61.834484,10.321386,35.32395,219.77414,11.3004,8.728821,75.08094,17.347271,4532.3086,20.730972,28.46131,18.269146,19.778988,345.77777,92.98314,31.283482,9.4769335,10.24291,26.055038,65.424225,154.04654,46.2407,225.1933,28.643158,17.385109,86.899445,33.97117,22.659363,154.67006,17.691536,1.610346,23.416048,11.12552,1187.0543,24.219992,4.305381,144.8869,20.553772,210.1795,86.066864,149.51314,8.634903,110.07616,467.93588,434.75787,43.552612,286.73856,99.760666,50.369476,69.73565,156.72781,26.085602,61.34752,462.08185,14.725276,22.045406,334.29733,12.173575,7.1598806,80.13513,63.775723,667.6768,178.80856,172.51694,1959.913,32.771576,1563.535,1302.543,6.772589,5.103807,1342.3018,17.393156,9.426587,354.2622,20.7641,40.803013,19.979044,61.652103,251.53001,319.76212,3.1149197,30.169834,55.8941,310.429,5.258831,83.83536,7.403261,1.6076007,58.46354,1.2099152,1.4537027,4.884414,10.19897,22.166079,14.707065,26.353819,184.35919,31.85615,15.598214,29.674479,7.5754256,88.94606,3.5029516,22.437466,6.299479,63.496918,3.025372,4.8156524,14.189684,9.383817,16.997025,6.941617,0.981896,60.42658,8.648081,191.31306,5.936018,259.36942,17.192268,1100.4419,109.52261,3.8378732,7.77444,142.29091,176.98528,894.65894,883.7769 +2023-02-24 06:00:00,0.0,2364.357,28.613562,4.9115434,8.360815,24.004642,178.09653,25.22496,46.60286,20.69358,30.869785,165.1746,225.18787,12.252916,26.401546,11.875889,3.0659175,31.480906,49.742348,31.73386,417.39636,23.576715,361.08228,134.98537,32.240284,223.2061,177.19778,77.19093,795.54065,274.1693,1865.6896,44.729137,2354.733,612.9478,31.478481,26.208342,171.5903,154.02214,276.67746,1115.2208,50.379463,12.876059,9.685021,663.1739,553.3156,73.6199,21.973135,300.71332,30.209871,349.0182,12.294095,42.891323,0.0,1320.0621,2118.5986,0.28587896,38.67975,18.546856,15244.241,44.31764,1.5944782,14.775595,27.433113,27.199112,8.571081,14.959822,368.2438,29.282242,12.162928,1.1232494,7.6998625,448.22485,0.42427087,224.8657,84.08393,2564.4858,131.19345,118.13804,179.53304,1200.7526,78.63269,64.3023,855.99994,58.94936,61.79538,10.322277,35.33253,219.76547,11.29826,8.727466,75.10713,17.341215,4532.886,20.736012,28.446428,18.272741,19.78986,345.8333,93.041985,31.272322,9.47717,10.245178,26.080647,65.44503,154.14636,46.22991,225.2466,28.66055,17.394833,86.95437,33.992725,22.652668,154.7312,17.704357,1.6106473,23.388662,11.1249275,1187.0121,24.221182,4.312251,145.03572,20.56307,210.3098,86.09643,149.61447,8.632959,110.085495,468.15845,435.12476,43.57051,286.85913,99.8497,50.378048,69.73708,156.7494,26.09251,61.360237,462.07465,14.735699,22.055586,334.4019,12.157781,7.15487,80.188644,63.81046,667.94226,178.88002,172.52429,1959.9923,32.759335,1563.4633,1302.2509,6.7683926,5.100223,1342.079,17.393143,9.421429,354.20184,20.752455,40.78951,19.970312,61.629974,251.5277,319.66644,3.1129465,30.160841,55.84288,310.3877,5.256336,83.83224,7.401711,1.6080258,58.465057,1.2102598,1.4541521,4.8868966,10.198598,22.161608,14.7044935,26.35625,184.32744,31.839285,15.589286,29.671875,7.5709186,88.908485,3.501042,22.281458,6.296875,63.50072,3.0165179,4.8054976,14.172984,9.385044,16.982143,6.925893,0.9817702,60.43808,8.646057,191.26797,5.9346952,259.38492,17.188871,1100.3247,109.516335,3.8395317,7.772042,142.30168,176.99554,894.66534,883.6586 +2023-02-24 07:00:00,0.0,2364.8303,28.603176,4.910891,8.3534975,24.010654,178.07716,25.224155,46.610012,20.699722,30.879803,165.03638,225.35884,12.251828,26.35744,11.887547,3.064162,31.471228,49.651077,31.679296,417.3239,23.548744,360.93048,134.98077,32.20562,223.37457,177.11977,77.18521,795.14996,274.19702,1865.1812,44.712635,2354.6816,612.8649,31.467495,26.201582,171.54486,153.88431,276.61835,1115.5345,50.398064,12.871006,9.68447,663.5226,553.6028,73.55248,22.001064,300.17868,30.239101,348.58255,12.297472,42.912,0.0,1320.7917,2119.2498,0.28588405,38.65614,18.553635,15251.456,44.334393,1.5947042,14.793352,27.454044,27.221256,8.5771885,14.970784,368.3684,29.26612,12.177525,1.1237068,7.703301,448.50107,0.423941,224.99883,84.075294,2564.2776,131.20784,118.155106,179.51189,1201.4525,78.63521,64.314705,855.35205,58.96856,61.75628,10.323167,35.34111,219.7568,11.296121,8.726111,75.13332,17.335157,4533.464,20.74105,28.431547,18.276337,19.800732,345.8889,93.10083,31.26116,9.4774065,10.247445,26.106255,65.46583,154.24619,46.219124,225.29988,28.677942,17.404556,87.009285,34.01428,22.645973,154.79234,17.717178,1.6109487,23.361277,11.124334,1186.97,24.222372,4.319122,145.18452,20.572369,210.44011,86.12599,149.71582,8.631017,110.09483,468.38098,435.49167,43.588413,286.97974,99.93874,50.386616,69.73851,156.77101,26.09942,61.37295,462.06747,14.746122,22.065765,334.5064,12.141985,7.149859,80.24216,63.845192,668.2077,178.95146,172.53165,1960.0715,32.74709,1563.3916,1301.9587,6.7641964,5.096639,1341.8562,17.393131,9.416269,354.14145,20.74081,40.776005,19.961582,61.607845,251.52536,319.57077,3.1109731,30.151848,55.79166,310.34637,5.2538414,83.829124,7.4001613,1.6084509,58.46658,1.2106045,1.4546014,4.8893785,10.198227,22.157137,14.701922,26.35868,184.29567,31.82242,15.580357,29.669271,7.566412,88.87091,3.4991322,22.125452,6.294271,63.504528,3.0076637,4.795343,14.156283,9.386272,16.967262,6.9101686,0.9816445,60.449585,8.644033,191.22287,5.9333725,259.40045,17.185476,1100.2076,109.51006,3.8411903,7.7696443,142.31245,177.00583,894.67175,883.5404 +2023-02-24 08:00:00,0.0,2365.304,28.592793,4.9102383,8.346181,24.016666,178.0578,25.22335,46.61716,20.705864,30.88982,164.89813,225.52982,12.25074,26.313334,11.899203,3.0624065,31.461548,49.559807,31.624735,417.2515,23.520771,360.7787,134.9762,32.17096,223.54303,177.04175,77.17949,794.7593,274.22476,1864.6727,44.696133,2354.6301,612.7821,31.456507,26.194822,171.49942,153.74648,276.55927,1115.8484,50.416668,12.8659525,9.683919,663.87134,553.89,73.485054,22.028992,299.64404,30.268332,348.14688,12.30085,42.932674,0.0,1321.5214,2119.9011,0.28588915,38.632526,18.560411,15258.671,44.351147,1.5949299,14.8111105,27.474976,27.2434,8.583295,14.981747,368.49304,29.25,12.1921215,1.1241642,7.706739,448.77728,0.4236111,225.13194,84.066666,2564.0693,131.22221,118.17217,179.49074,1202.1525,78.63773,64.32711,854.7041,58.98776,61.717175,10.324057,35.349686,219.74814,11.293982,8.724756,75.159515,17.329102,4534.0415,20.74609,28.416666,18.279932,19.811604,345.94443,93.159676,31.25,9.477643,10.249712,26.131863,65.486626,154.34601,46.208332,225.35318,28.695333,17.414278,87.06421,34.035835,22.63928,154.85347,17.73,1.6112499,23.33389,11.123742,1186.9277,24.223562,4.325992,145.33333,20.581667,210.5704,86.155556,149.81715,8.629074,110.10417,468.60355,435.85855,43.60631,287.1003,100.02778,50.395187,69.73994,156.7926,26.106329,61.38567,462.06027,14.756545,22.075943,334.61096,12.12619,7.1448483,80.29567,63.87993,668.47314,179.02292,172.539,1960.1509,32.734848,1563.32,1301.6667,6.7599998,5.0930557,1341.6334,17.39312,9.411111,354.08105,20.729166,40.7625,19.95285,61.585716,251.52303,319.47507,3.109,30.142857,55.740437,310.30508,5.2513466,83.826004,7.398611,1.6088759,58.468098,1.2109492,1.4550507,4.8918605,10.197855,22.152668,14.699351,26.36111,184.2639,31.805555,15.571428,29.666666,7.561905,88.833336,3.4972224,21.969444,6.2916665,63.508335,2.9988093,4.785188,14.139584,9.3875,16.952381,6.8944445,0.98151875,60.461086,8.642009,191.17778,5.9320498,259.41595,17.18208,1100.0906,109.50379,3.8428488,7.7672462,142.32324,177.0161,894.67816,883.4221 +2023-02-24 09:00:00,0.0,2365.7776,28.582409,4.9095855,8.338863,24.022678,178.03845,25.222548,46.624313,20.712004,30.899837,164.7599,225.7008,12.249652,26.269226,11.910861,3.0606513,31.45187,49.468533,31.570171,417.17905,23.4928,360.62686,134.9716,32.136295,223.7115,176.96373,77.17376,794.3685,274.2525,1864.1644,44.67963,2354.5789,612.6992,31.44552,26.188063,171.45396,153.60864,276.50015,1116.1621,50.43527,12.8609,9.683368,664.22003,554.1772,73.41763,22.056921,299.10944,30.297562,347.71124,12.304227,42.95335,0.0,1322.251,2120.5522,0.28589424,38.608913,18.56719,15265.886,44.3679,1.5951558,14.828868,27.495905,27.265545,8.589402,14.992708,368.61768,29.23388,12.206718,1.1246216,7.710177,449.05353,0.4232812,225.26508,84.05804,2563.8613,131.2366,118.18924,179.46959,1202.8524,78.64026,64.339516,854.05615,59.006958,61.67807,10.324947,35.358265,219.73949,11.291842,8.723401,75.1857,17.323046,4534.6196,20.751127,28.401785,18.283527,19.822475,346.0,93.21852,31.23884,9.47788,10.251979,26.15747,65.50743,154.44583,46.197544,225.40646,28.712725,17.424002,87.119125,34.05739,22.632586,154.91461,17.742823,1.6115513,23.306505,11.123149,1186.8856,24.224752,4.3328624,145.48215,20.590965,210.7007,86.18512,149.9185,8.627131,110.1135,468.82608,436.22546,43.624214,287.22092,100.11681,50.40376,69.74136,156.8142,26.11324,61.398388,462.0531,14.766969,22.086123,334.7155,12.110395,7.1398377,80.349174,63.91466,668.7386,179.09436,172.54636,1960.2303,32.722607,1563.2483,1301.3746,6.7558036,5.089472,1341.4106,17.393108,9.405952,354.02066,20.717522,40.748997,19.94412,61.563583,251.52069,319.3794,3.1070268,30.133863,55.689217,310.26376,5.2488513,83.82289,7.397061,1.609301,58.46962,1.2112938,1.4555,4.894343,10.197484,22.148197,14.69678,26.36354,184.23215,31.78869,15.5625,29.664062,7.5573983,88.79576,3.4953127,21.813438,6.2890625,63.512142,2.9899552,4.7750335,14.122884,9.388727,16.9375,6.8787203,0.981393,60.472588,8.639985,191.13269,5.930727,259.4315,17.178682,1099.9735,109.49752,3.8445072,7.7648487,142.33401,177.02637,894.6846,883.3039 +2023-02-24 10:00:00,0.0,2366.251,28.572023,4.9089327,8.331547,24.02869,178.01909,25.221743,46.631462,20.718145,30.909855,164.62167,225.87178,12.248565,26.225119,11.922518,3.0588958,31.442192,49.377262,31.51561,417.10663,23.464828,360.47507,134.96703,32.10163,223.87997,176.88571,77.16804,793.97784,274.2802,1863.656,44.66313,2354.5273,612.61633,31.434532,26.181303,171.40852,153.47081,276.44107,1116.4758,50.45387,12.855846,9.682816,664.5688,554.46436,73.350204,22.084848,298.57483,30.326792,347.27557,12.307604,42.974026,0.0,1322.9805,2121.2034,0.28589934,38.585304,18.573967,15273.1,44.384655,1.5953817,14.846626,27.516836,27.28769,8.595509,15.003671,368.7423,29.217758,12.221315,1.125079,7.7136154,449.32974,0.4229513,225.3982,84.0494,2563.653,131.25099,118.206314,179.44844,1203.5524,78.64278,64.35193,853.4082,59.026157,61.63897,10.325837,35.366844,219.73082,11.289702,8.722047,75.21189,17.316988,4535.1973,20.756166,28.386906,18.287123,19.833347,346.05554,93.27737,31.227678,9.478116,10.254247,26.183079,65.52823,154.54565,46.186756,225.45976,28.730116,17.433725,87.17405,34.078945,22.625893,154.97575,17.755644,1.6118526,23.27912,11.122556,1186.8434,24.225943,4.3397326,145.63095,20.600264,210.831,86.21468,150.01984,8.625189,110.12284,469.04865,436.59235,43.642113,287.3415,100.20586,50.41233,69.7428,156.83578,26.120148,61.411106,462.0459,14.777391,22.096302,334.82007,12.094601,7.1348267,80.40269,63.949394,669.004,179.1658,172.55371,1960.3096,32.71036,1563.1766,1301.0825,6.751607,5.085888,1341.1879,17.393097,9.400793,353.96027,20.705877,40.735493,19.93539,61.541454,251.51837,319.28372,3.1050534,30.124872,55.637993,310.22247,5.2463565,83.81977,7.3955107,1.6097261,58.471138,1.2116386,1.4559493,4.896825,10.197112,22.143726,14.694209,26.365973,184.20038,31.771826,15.553571,29.661459,7.5528913,88.75819,3.493403,21.65743,6.2864585,63.515945,2.981101,4.7648787,14.106183,9.389955,16.922619,6.862996,0.9812673,60.48409,8.63796,191.0876,5.9294043,259.44702,17.175287,1099.8563,109.49125,3.8461657,7.762451,142.34479,177.03664,894.6909,883.18567 +2023-02-24 11:00:00,0.0,2366.7246,28.56164,4.9082804,8.324229,24.034702,177.99974,25.220938,46.638615,20.724287,30.919872,164.48344,226.04276,12.247477,26.181011,11.9341755,3.0571404,31.432514,49.28599,31.461048,417.03418,23.436857,360.32327,134.96245,32.06697,224.04845,176.8077,77.162315,793.58716,274.30795,1863.1476,44.64663,2354.476,612.53345,31.423546,26.174543,171.36308,153.33296,276.38196,1116.7897,50.47247,12.850793,9.682264,664.9175,554.7516,73.282776,22.112778,298.0402,30.356022,346.83994,12.310982,42.9947,0.0,1323.7101,2121.8545,0.28590447,38.56169,18.580746,15280.314,44.40141,1.5956075,14.864385,27.537766,27.309834,8.601615,15.014633,368.8669,29.201637,12.235912,1.1255363,7.7170534,449.60596,0.4226214,225.53131,84.04077,2563.4448,131.26537,118.22338,179.42729,1204.2523,78.6453,64.364334,852.7603,59.045357,61.599865,10.326728,35.375423,219.72215,11.287563,8.720692,75.23808,17.310932,4535.775,20.761206,28.372025,18.290718,19.84422,346.1111,93.33621,31.216518,9.478353,10.256514,26.208687,65.549034,154.64548,46.17597,225.51306,28.747509,17.443449,87.228966,34.1005,22.619198,155.03688,17.768465,1.612154,23.251734,11.1219635,1186.8011,24.227133,4.3466034,145.77975,20.609562,210.96129,86.24425,150.12119,8.623246,110.13218,469.27118,436.95926,43.660015,287.4621,100.29489,50.420902,69.744225,156.85738,26.127056,61.42382,462.03873,14.787814,22.106482,334.9246,12.078805,7.129816,80.4562,63.98413,669.26953,179.23726,172.56107,1960.3889,32.69812,1563.1049,1300.7905,6.747411,5.082304,1340.9651,17.393085,9.395635,353.89987,20.694233,40.721985,19.926659,61.519325,251.51604,319.18805,3.1030803,30.11588,55.586773,310.18118,5.2438617,83.81666,7.3939605,1.610151,58.472656,1.2119832,1.4563986,4.899307,10.196741,22.139256,14.691638,26.368402,184.16861,31.75496,15.544642,29.658854,7.5483847,88.72061,3.4914932,21.501423,6.283854,63.519753,2.972247,4.754724,14.089483,9.391183,16.907738,6.847272,0.9811415,60.495594,8.635937,191.04251,5.9280815,259.46252,17.17189,1099.7393,109.48498,3.847824,7.760053,142.35556,177.04692,894.6973,883.0674 +2023-02-24 12:00:00,0.0,2367.198,28.551254,4.9076276,8.316913,24.040714,177.98038,25.220133,46.645767,20.730427,30.92989,164.34521,226.21375,12.246388,26.136904,11.945832,3.0553849,31.422836,49.194717,31.406485,416.96173,23.408884,360.17145,134.95786,32.032307,224.2169,176.72968,77.15659,793.1964,274.33566,1862.6392,44.630127,2354.4246,612.45056,31.41256,26.167784,171.31764,153.19513,276.32285,1117.1034,50.49107,12.84574,9.681713,665.26624,555.03876,73.215355,22.140705,297.50558,30.385252,346.4043,12.314359,43.015377,0.0,1324.4397,2122.5056,0.28590956,38.538082,18.587523,15287.529,44.418163,1.5958334,14.882142,27.558697,27.331978,8.607722,15.025596,368.99155,29.185516,12.250509,1.1259937,7.7204914,449.88217,0.42229152,225.66444,84.03214,2563.2366,131.27975,118.24045,179.40614,1204.9523,78.64783,64.37674,852.11237,59.064552,61.560764,10.327618,35.384,219.71349,11.285424,8.7193365,75.264275,17.304874,4536.3525,20.766245,28.357143,18.294313,19.855091,346.16666,93.39506,31.205357,9.478589,10.2587805,26.234297,65.56983,154.7453,46.16518,225.56635,28.7649,17.453173,87.28389,34.122055,22.612503,155.09802,17.781286,1.6124554,23.224346,11.12137,1186.759,24.228325,4.3534737,145.92857,20.618862,211.0916,86.27381,150.22252,8.621304,110.14152,469.4937,437.32614,43.677914,287.58267,100.38393,50.429474,69.74565,156.87898,26.133966,61.43654,462.03152,14.798238,22.116661,335.02914,12.06301,7.124805,80.50971,64.01887,669.535,179.3087,172.56842,1960.4683,32.685875,1563.0332,1300.4984,6.743214,5.07872,1340.7422,17.393074,9.390476,353.83948,20.682589,40.70848,19.917929,61.497192,251.5137,319.09235,3.1011071,30.106888,55.535553,310.13986,5.241367,83.81354,7.3924108,1.6105762,58.47418,1.212328,1.4568479,4.9017887,10.196369,22.134787,14.689067,26.370832,184.13686,31.738094,15.535714,29.65625,7.543878,88.68304,3.4895835,21.345417,6.28125,63.52356,2.9633927,4.7445693,14.0727825,9.39241,16.892857,6.8315473,0.98101574,60.507095,8.633913,190.9974,5.926759,259.47806,17.168495,1099.6222,109.47871,3.8494828,7.7576556,142.36633,177.05719,894.70374,882.94916 +2023-02-24 13:00:00,0.0,2367.6716,28.54087,4.906975,8.309595,24.046726,177.96101,25.219328,46.652916,20.736568,30.939907,164.20697,226.38472,12.2453,26.092796,11.95749,3.0536296,31.413158,49.103447,31.351923,416.8893,23.380913,360.01965,134.95328,31.997644,224.38538,176.65166,77.15087,792.8057,274.3634,1862.1307,44.613625,2354.3733,612.3677,31.401571,26.161024,171.27219,153.0573,276.26376,1117.4171,50.509674,12.840687,9.681162,665.6149,555.3259,73.14793,22.168634,296.97098,30.414482,345.96863,12.317736,43.036053,0.0,1325.1692,2123.157,0.28591466,38.51447,18.5943,15294.743,44.434917,1.5960592,14.8999,27.579628,27.354122,8.613829,15.036558,369.11618,29.169395,12.265106,1.1264511,7.7239294,450.1584,0.4219616,225.79756,84.02351,2563.0283,131.29414,118.25752,179.38501,1205.6522,78.650345,64.389145,851.4644,59.08375,61.52166,10.328507,35.39258,219.70482,11.283284,8.717982,75.29047,17.298819,4536.9307,20.771284,28.342262,18.297909,19.865963,346.22223,93.4539,31.194197,9.478826,10.261048,26.259905,65.59064,154.84512,46.15439,225.61964,28.782291,17.462896,87.338806,34.14361,22.60581,155.15916,17.794107,1.6127567,23.19696,11.120778,1186.7168,24.229515,4.360344,146.07738,20.62816,211.2219,86.303375,150.32387,8.61936,110.150856,469.71628,437.69305,43.695816,287.70328,100.47297,50.438046,69.747086,156.90057,26.140875,61.449257,462.02435,14.8086605,22.126839,335.1337,12.047215,7.1197944,80.56322,64.0536,669.8004,179.38014,172.57578,1960.5476,32.673634,1562.9615,1300.2063,6.739018,5.075136,1340.5194,17.393063,9.385317,353.77908,20.670944,40.694977,19.909197,61.475063,251.51138,318.99667,3.099134,30.097895,55.48433,310.09857,5.238872,83.810425,7.3908606,1.6110013,58.475697,1.2126726,1.4572972,4.904271,10.195998,22.130316,14.686496,26.373264,184.10509,31.72123,15.526786,29.653646,7.539371,88.64546,3.4876738,21.18941,6.278646,63.527367,2.9545386,4.7344146,14.056083,9.393638,16.877975,6.815823,0.98089,60.518597,8.631888,190.95232,5.925436,259.49356,17.165098,1099.5051,109.47243,3.8511412,7.755258,142.37712,177.06746,894.71014,882.8309 +2023-02-24 14:00:00,0.0,2368.1453,28.530485,4.9063225,8.3022785,24.052738,177.94167,25.218523,46.66007,20.74271,30.949924,164.06874,226.5557,12.244212,26.04869,11.969147,3.0518742,31.40348,49.012177,31.29736,416.81686,23.352942,359.86786,134.9487,31.962982,224.55385,176.57364,77.14514,792.41504,274.39114,1861.6224,44.597122,2354.3218,612.28485,31.390585,26.154264,171.22675,152.91946,276.20465,1117.7308,50.528275,12.835634,9.680611,665.9637,555.6131,73.080505,22.196564,296.43634,30.443712,345.533,12.321114,43.05673,0.0,1325.8988,2123.808,0.28591976,38.49086,18.601078,15301.958,44.45167,1.5962851,14.917658,27.600557,27.376266,8.619935,15.047521,369.24078,29.153275,12.279703,1.1269085,7.727368,450.4346,0.42163172,225.93068,84.01488,2562.8203,131.30853,118.27459,179.36386,1206.3523,78.65287,64.40156,850.81647,59.10295,61.48256,10.329398,35.401154,219.69615,11.281145,8.716627,75.31666,17.292763,4537.5083,20.776323,28.327381,18.301502,19.876835,346.27777,93.51275,31.183035,9.479062,10.263315,26.285513,65.611435,154.94495,46.1436,225.67293,28.799683,17.47262,87.39373,34.165165,22.599115,155.22029,17.806929,1.613058,23.169575,11.120185,1186.6747,24.230705,4.367214,146.2262,20.637459,211.35219,86.33294,150.4252,8.617417,110.160194,469.9388,438.05994,43.713715,287.82385,100.562004,50.446613,69.74851,156.92216,26.147783,61.461975,462.01715,14.819083,22.137018,335.23822,12.03142,7.1147833,80.61673,64.08833,670.06586,179.4516,172.58313,1960.627,32.66139,1562.8899,1299.9143,6.7348213,5.0715523,1340.2966,17.393051,9.380158,353.7187,20.6593,40.681473,19.900467,61.452934,251.50905,318.901,3.0971606,30.088902,55.43311,310.05728,5.2363772,83.807304,7.3893104,1.6114264,58.47722,1.2130172,1.4577466,4.906753,10.195626,22.125845,14.683925,26.375694,184.07333,31.704365,15.517857,29.651041,7.5348644,88.60789,3.485764,21.033403,6.2760415,63.53117,2.9456844,4.72426,14.039383,9.394866,16.863094,6.800099,0.98076427,60.530098,8.629865,190.90723,5.9241133,259.5091,17.161703,1099.388,109.466156,3.8527997,7.75286,142.3879,177.07774,894.71655,882.71265 +2023-02-24 15:00:00,0.0,2368.6187,28.520102,4.9056697,8.294961,24.05875,177.9223,25.217718,46.66722,20.74885,30.959942,163.93051,226.72668,12.243124,26.004583,11.980804,3.0501187,31.393803,48.920902,31.242798,416.74445,23.32497,359.71603,134.9441,31.92832,224.72232,176.49562,77.13942,792.0243,274.41885,1861.114,44.58062,2354.2705,612.20197,31.379597,26.147505,171.1813,152.78163,276.14557,1118.0447,50.546875,12.830581,9.680059,666.3124,555.9003,73.01308,22.224491,295.90173,30.472942,345.09735,12.324491,43.077404,0.0,1326.6284,2124.4592,0.28592485,38.467247,18.607855,15309.173,44.468426,1.5965109,14.935416,27.621487,27.39841,8.626042,15.058482,369.36542,29.137154,12.294299,1.127366,7.730806,450.71085,0.4213018,226.06381,84.00625,2562.612,131.3229,118.29166,179.34271,1207.0522,78.655396,64.41396,850.1685,59.12215,61.443455,10.330288,35.409733,219.6875,11.279006,8.715272,75.34284,17.286705,4538.086,20.781363,28.3125,18.305098,19.887707,346.3333,93.571594,31.171875,9.4793,10.265582,26.311121,65.63223,155.04478,46.132812,225.72623,28.817076,17.482344,87.44865,34.186718,22.592422,155.28143,17.81975,1.6133593,23.142189,11.119592,1186.6324,24.231895,4.374085,146.375,20.646757,211.48248,86.3625,150.52655,8.615475,110.16953,470.16138,438.42685,43.731617,287.94446,100.65104,50.455185,69.74994,156.94376,26.154694,61.47469,462.00998,14.829507,22.147198,335.34277,12.015625,7.1097727,80.67024,64.12307,670.3313,179.52304,172.59048,1960.7062,32.649147,1562.8181,1299.6222,6.730625,5.067969,1340.0739,17.39304,9.375,353.6583,20.647655,40.66797,19.891735,61.430805,251.50671,318.80533,3.0951874,30.07991,55.381886,310.01596,5.2338824,83.804184,7.38776,1.6118513,58.478737,1.213362,1.4581959,4.909235,10.195255,22.121376,14.681354,26.378124,184.04156,31.6875,15.508928,29.648438,7.5303574,88.57031,3.4838543,20.877396,6.2734375,63.534977,2.9368303,4.714105,14.022682,9.396093,16.848215,6.7843747,0.9806385,60.541603,8.627841,190.86214,5.9227905,259.52463,17.158306,1099.2709,109.459885,3.854458,7.7504625,142.39867,177.08801,894.72296,882.59436 +2023-02-24 16:00:00,0.0,2369.0923,28.509716,4.905017,8.287643,24.064762,177.90295,25.216913,46.67437,20.754992,30.96996,163.79228,226.89766,12.242037,25.960476,11.992461,3.0483632,31.384123,48.82963,31.188236,416.672,23.296997,359.56424,134.93953,31.893656,224.89078,176.4176,77.1337,791.6336,274.4466,1860.6056,44.56412,2354.2192,612.1191,31.36861,26.140745,171.13585,152.6438,276.08646,1118.3584,50.565475,12.825527,9.679507,666.6611,556.1875,72.94565,22.25242,295.36713,30.502172,344.66168,12.3278675,43.09808,0.0,1327.358,2125.1104,0.28592998,38.443638,18.614634,15316.388,44.48518,1.5967368,14.953174,27.642418,27.420555,8.632149,15.069445,369.49005,29.121033,12.308896,1.1278234,7.734244,450.98706,0.42097193,226.19693,83.99762,2562.4038,131.3373,118.30873,179.32156,1207.7522,78.65791,64.42637,849.5206,59.14135,61.404354,10.331179,35.418312,219.67883,11.276867,8.713918,75.36903,17.28065,4538.6636,20.786402,28.297619,18.308693,19.898579,346.3889,93.63044,31.160715,9.479536,10.26785,26.33673,65.65304,155.1446,46.122025,225.77951,28.834467,17.492067,87.50357,34.208275,22.585728,155.34258,17.832571,1.6136607,23.114803,11.1189995,1186.5903,24.233086,4.380955,146.5238,20.656055,211.61278,86.39207,150.62788,8.613532,110.17887,470.3839,438.79373,43.749516,288.06503,100.74008,50.463757,69.75137,156.96535,26.161602,61.487408,462.00278,14.83993,22.157377,335.44733,11.99983,7.1047616,80.723755,64.15781,670.59674,179.59448,172.59784,1960.7855,32.636906,1562.7465,1299.3301,6.7264285,5.064385,1339.8511,17.393028,9.369841,353.5979,20.636011,40.654465,19.883005,61.408672,251.5044,318.70966,3.0932143,30.070917,55.330666,309.97467,5.2313876,83.80107,7.38621,1.6122764,58.480255,1.2137066,1.4586452,4.9117174,10.194883,22.116905,14.678783,26.380556,184.0098,31.670635,15.5,29.645834,7.525851,88.53274,3.4819446,20.72139,6.2708335,63.538784,2.9279761,4.70395,14.005982,9.397321,16.833334,6.7686505,0.98051274,60.553104,8.625816,190.81705,5.921468,259.54013,17.154911,1099.1538,109.45361,3.8561165,7.7480645,142.40944,177.09828,894.7294,882.47614 +2023-02-24 17:00:00,0.0,2369.5657,28.499332,4.9043646,8.280327,24.070774,177.88359,25.216108,46.681522,20.761133,30.979977,163.65404,227.06863,12.240949,25.916368,12.004119,3.046608,31.374445,48.73836,31.133673,416.59955,23.269026,359.41245,134.93494,31.858994,225.05925,176.33958,77.127975,791.24286,274.4743,1860.0972,44.54762,2354.1677,612.0362,31.357624,26.133986,171.09041,152.50597,276.02734,1118.6721,50.584076,12.820475,9.678956,667.0098,556.4747,72.87823,22.280348,294.8325,30.531403,344.22604,12.331244,43.118755,0.0,1328.0876,2125.7615,0.28593507,38.420025,18.62141,15323.602,44.501934,1.5969626,14.970932,27.66335,27.4427,8.638256,15.080407,369.61465,29.104912,12.323493,1.1282806,7.737682,451.26328,0.42064202,226.33005,83.98899,2562.1956,131.35168,118.3258,179.30042,1208.4521,78.66044,64.43878,848.8727,59.16055,61.36525,10.332068,35.42689,219.67017,11.274727,8.712563,75.395226,17.274593,4539.241,20.791441,28.282738,18.312288,19.90945,346.44443,93.689285,31.149553,9.479773,10.270117,26.362337,65.673836,155.24443,46.111237,225.83281,28.851858,17.50179,87.55849,34.229828,22.579033,155.4037,17.845394,1.613962,23.087418,11.118406,1186.5481,24.234276,4.3878255,146.67262,20.665354,211.74309,86.42163,150.72923,8.611589,110.18821,470.60648,439.16064,43.767418,288.18564,100.82912,50.47233,69.7528,156.98694,26.168512,61.500126,461.9956,14.850353,22.167555,335.55188,11.984035,7.099751,80.77727,64.192535,670.8622,179.66594,172.6052,1960.8649,32.62466,1562.6748,1299.0381,6.722232,5.060801,1339.6283,17.393017,9.364682,353.5375,20.624367,40.64096,19.874273,61.386543,251.50206,318.61395,3.0912411,30.061926,55.279446,309.93335,5.228893,83.79795,7.3846602,1.6127015,58.481777,1.2140514,1.4590945,4.9141994,10.194512,22.112434,14.676212,26.382986,183.97804,31.653769,15.491071,29.643229,7.5213437,88.49516,3.4800348,20.565382,6.268229,63.54259,2.919122,4.693795,13.989283,9.398549,16.818453,6.7529263,0.980387,60.564606,8.623793,190.77194,5.920145,259.55566,17.151514,1099.0367,109.44734,3.8577752,7.745667,142.42023,177.10855,894.7358,882.35785 +2023-02-24 18:00:00,0.0,2370.0393,28.488947,4.903712,8.273009,24.076786,177.86423,25.215303,46.688675,20.767275,30.989996,163.51581,227.23962,12.239861,25.872261,12.015776,3.0448525,31.364767,48.647087,31.079111,416.52713,23.241055,359.26062,134.93036,31.824331,225.22772,176.26157,77.12225,790.8522,274.50204,1859.5889,44.531116,2354.1165,611.9533,31.346636,26.127226,171.04497,152.36813,275.96826,1118.9858,50.60268,12.815421,9.678405,667.3585,556.7619,72.8108,22.308277,294.29785,30.560633,343.7904,12.334622,43.13943,0.0,1328.8171,2126.4128,0.28594017,38.39641,18.62819,15330.816,44.51869,1.5971885,14.988689,27.68428,27.464844,8.644362,15.09137,369.7393,29.08879,12.33809,1.128738,7.7411203,451.5395,0.42031214,226.46318,83.980354,2561.9873,131.36607,118.342865,179.27927,1209.1521,78.66296,64.45119,848.22473,59.179745,61.32615,10.332958,35.43547,219.6615,11.272588,8.711207,75.42142,17.268536,4539.8193,20.79648,28.267857,18.315884,19.920322,346.5,93.74812,31.138393,9.480009,10.272384,26.387947,65.69464,155.34425,46.100445,225.88611,28.86925,17.511513,87.61341,34.251385,22.57234,155.46484,17.858215,1.6142634,23.060032,11.117814,1186.5059,24.235468,4.3946958,146.82143,20.674652,211.87338,86.45119,150.83057,8.609647,110.19755,470.829,439.52753,43.785316,288.3062,100.91815,50.4809,69.75423,157.00854,26.17542,61.512844,461.9884,14.860776,22.177734,335.6564,11.96824,7.09474,80.83077,64.22727,671.1277,179.73738,172.61256,1960.9441,32.61242,1562.6031,1298.746,6.7180357,5.057217,1339.4054,17.393005,9.359524,353.4771,20.612722,40.627457,19.865543,61.364414,251.49973,318.51828,3.0892677,30.052933,55.22822,309.89206,5.226398,83.79484,7.38311,1.6131265,58.483295,1.214396,1.4595438,4.9166813,10.19414,22.107965,14.673641,26.385416,183.94627,31.636904,15.482142,29.640625,7.516837,88.45759,3.478125,20.409374,6.265625,63.546394,2.9102678,4.6836405,13.972582,9.399776,16.803572,6.737202,0.98026127,60.57611,8.621768,190.72685,5.9188223,259.57117,17.148119,1098.9196,109.44107,3.8594337,7.7432694,142.431,177.11884,894.7422,882.2396 +2023-02-24 19:00:00,0.0,2370.513,28.478563,4.903059,8.265693,24.082798,177.84488,25.214499,46.695824,20.773415,31.000013,163.37758,227.4106,12.238772,25.828154,12.027433,3.043097,31.35509,48.555817,31.02455,416.45468,23.213083,359.10883,134.92578,31.789669,225.3962,176.18355,77.11652,790.4615,274.5298,1859.0804,44.514614,2354.065,611.8704,31.33565,26.120466,170.99951,152.2303,275.90915,1119.2997,50.62128,12.810368,9.677854,667.7073,557.0491,72.74338,22.336205,293.76324,30.589863,343.35474,12.337999,43.160107,0.0,1329.5468,2127.064,0.28594527,38.372803,18.634966,15338.031,44.535442,1.5974143,15.006448,27.70521,27.486988,8.650469,15.102332,369.86392,29.072668,12.352687,1.1291955,7.7445583,451.8157,0.41998225,226.5963,83.971725,2561.779,131.38045,118.35993,179.25812,1209.852,78.66548,64.46359,847.5768,59.198944,61.287045,10.333849,35.444046,219.65283,11.270449,8.709853,75.44761,17.26248,4540.397,20.80152,28.252975,18.319479,19.931194,346.55554,93.80697,31.127232,9.480246,10.274652,26.413555,65.71544,155.44408,46.089657,225.93939,28.886642,17.521236,87.66833,34.272938,22.565645,155.52599,17.871037,1.6145647,23.032646,11.117221,1186.4637,24.236658,4.4015665,146.97025,20.68395,212.00368,86.48075,150.93192,8.607703,110.20689,471.05157,439.89444,43.80322,288.42682,101.007195,50.48947,69.75566,157.03014,26.18233,61.52556,461.98123,14.871199,22.187914,335.76096,11.952445,7.0897293,80.884285,64.26201,671.3931,179.80882,172.61992,1961.0234,32.600174,1562.5315,1298.4539,6.713839,5.053633,1339.1826,17.392994,9.354364,353.41672,20.601078,40.613953,19.856812,61.342285,251.4974,318.4226,3.0872946,30.04394,55.177002,309.85077,5.223903,83.79172,7.38156,1.6135516,58.484818,1.2147408,1.4599931,4.919163,10.193769,22.103495,14.67107,26.387848,183.9145,31.620039,15.473214,29.638021,7.51233,88.42001,3.4762154,20.253368,6.263021,63.5502,2.9014137,4.6734858,13.955882,9.401004,16.78869,6.721478,0.9801355,60.587612,8.619744,190.68176,5.9174995,259.5867,17.144722,1098.8025,109.43479,3.861092,7.7408714,142.44177,177.1291,894.7486,882.12134 +2023-02-24 20:00:00,0.0,2370.9863,28.468178,4.9024067,8.258375,24.08881,177.82552,25.213694,46.702976,20.779556,31.01003,163.23935,227.58157,12.237684,25.784048,12.03909,3.0413415,31.345411,48.464546,30.969986,416.38226,23.18511,358.95703,134.92119,31.755007,225.56465,176.10553,77.1108,790.07074,274.5575,1858.572,44.49811,2354.0137,611.7876,31.324661,26.113707,170.95407,152.09247,275.85007,1119.6134,50.63988,12.805315,9.677302,668.05597,557.33624,72.67595,22.364134,293.22864,30.619093,342.9191,12.341376,43.180782,0.0,1330.2764,2127.715,0.28595036,38.34919,18.641745,15345.246,44.552197,1.5976402,15.024205,27.726141,27.509132,8.656576,15.113294,369.98856,29.056547,12.367284,1.1296529,7.7479963,452.09192,0.41965234,226.72942,83.9631,2561.571,131.39484,118.377,179.23697,1210.552,78.66801,64.476,846.9289,59.218143,61.247944,10.334739,35.452625,219.64418,11.268309,8.708498,75.4738,17.256424,4540.9746,20.806559,28.238094,18.323074,19.942066,346.6111,93.865814,31.116072,9.480482,10.276918,26.439163,65.736244,155.5439,46.07887,225.99269,28.904034,17.53096,87.72325,34.294495,22.55895,155.58713,17.883858,1.614866,23.00526,11.116628,1186.4215,24.237848,4.408437,147.11905,20.693249,212.13397,86.510315,151.03325,8.605761,110.216225,471.2741,440.26132,43.821117,288.5474,101.09623,50.49804,69.75709,157.05173,26.18924,61.538277,461.97403,14.881622,22.198093,335.8655,11.936649,7.0847187,80.9378,64.296745,671.65857,179.88028,172.62727,1961.1028,32.587933,1562.4597,1298.1619,6.709643,5.0500493,1338.9598,17.392982,9.349206,353.35632,20.589434,40.600445,19.848082,61.320152,251.49507,318.32693,3.0853214,30.034948,55.12578,309.80945,5.2214084,83.788605,7.3800097,1.6139767,58.486336,1.2150854,1.4604424,4.9216456,10.1933975,22.099024,14.668499,26.390278,183.88275,31.603174,15.464286,29.635416,7.5078235,88.38244,3.4743056,20.09736,6.2604165,63.55401,2.8925595,4.663331,13.939182,9.402232,16.77381,6.705754,0.98000973,60.599113,8.617721,190.63667,5.916177,259.60223,17.141327,1098.6854,109.42852,3.8627505,7.738474,142.45255,177.13937,894.755,882.0031 +2023-02-24 21:00:00,0.0,2371.46,28.457794,4.901754,8.251059,24.094822,177.80617,25.212889,46.71013,20.785698,31.020048,163.1011,227.75256,12.236597,25.73994,12.050748,3.0395863,31.335733,48.373272,30.915424,416.3098,23.157139,358.8052,134.91661,31.720343,225.73312,176.02751,77.10508,789.68005,274.58524,1858.0636,44.48161,2353.9622,611.7047,31.313675,26.106947,170.90862,151.95464,275.79095,1119.9271,50.65848,12.8002615,9.67675,668.4047,557.6235,72.60852,22.392061,292.694,30.648323,342.48346,12.344754,43.201458,0.0,1331.0059,2128.3662,0.2859555,38.32558,18.648521,15352.46,44.568947,1.5978659,15.041964,27.74707,27.531277,8.662683,15.124256,370.11316,29.040426,12.381881,1.1301103,7.751435,452.36816,0.41932246,226.86253,83.95446,2561.3628,131.40923,118.39407,179.21582,1211.252,78.670525,64.48841,846.28094,59.237343,61.20884,10.3356285,35.461205,219.63551,11.26617,8.707144,75.499985,17.250366,4541.5522,20.811598,28.223215,18.32667,19.952938,346.66666,93.92466,31.10491,9.480719,10.279185,26.464771,65.75704,155.64372,46.06808,226.04597,28.921425,17.540684,87.77817,34.31605,22.552258,155.64825,17.896679,1.6151674,22.977873,11.116035,1186.3794,24.239038,4.415307,147.26785,20.702549,212.26427,86.53988,151.1346,8.603818,110.22556,471.49667,440.62823,43.83902,288.668,101.185265,50.50661,69.758514,157.07332,26.196148,61.550995,461.96686,14.892045,22.208271,335.97006,11.920855,7.0797076,80.99131,64.331474,671.924,179.95172,172.63463,1961.1821,32.57569,1562.3881,1297.8698,6.7054462,5.046466,1338.737,17.39297,9.344048,353.29593,20.57779,40.58694,19.839352,61.298023,251.49274,318.23126,3.0833483,30.025955,55.07456,309.76816,5.2189136,83.785484,7.37846,1.6144018,58.487854,1.21543,1.4608917,4.9241276,10.193027,22.094555,14.665928,26.392708,183.85098,31.58631,15.455357,29.632812,7.5033164,88.344864,3.472396,19.941355,6.2578125,63.55781,2.8837054,4.6531763,13.922482,9.40346,16.758928,6.6900296,0.97988397,60.610615,8.615696,190.59157,5.914854,259.61774,17.13793,1098.5684,109.42225,3.864409,7.736076,142.46332,177.14966,894.76135,881.8848 +2023-02-24 22:00:00,0.0,2371.9336,28.44741,4.901101,8.243741,24.100834,177.7868,25.212084,46.717278,20.791838,31.030066,162.96288,227.92354,12.235509,25.695833,12.062405,3.0378308,31.326056,48.282,30.86086,416.2374,23.129168,358.6534,134.91203,31.68568,225.9016,175.9495,77.09936,789.28937,274.61295,1857.5552,44.46511,2353.911,611.6218,31.302689,26.100187,170.86317,151.8168,275.73184,1120.241,50.677082,12.795209,9.676199,668.7534,557.91064,72.5411,22.41999,292.1594,30.677553,342.0478,12.348131,43.222134,0.0,1331.7355,2129.0176,0.28596058,38.301968,18.6553,15359.675,44.5857,1.5980918,15.059722,27.768002,27.553421,8.66879,15.135219,370.2378,29.024305,12.396478,1.1305677,7.754873,452.64438,0.41899255,226.99567,83.94583,2561.1545,131.4236,118.41114,179.19467,1211.9519,78.67305,64.50082,845.633,59.256542,61.16974,10.336519,35.46978,219.62685,11.26403,8.705789,75.52618,17.24431,4542.1304,20.816637,28.208334,18.330265,19.96381,346.72223,93.983505,31.09375,9.480955,10.281453,26.49038,65.77784,155.74355,46.057293,226.09927,28.938816,17.550407,87.83309,34.337605,22.545563,155.7094,17.9095,1.6154687,22.950487,11.115442,1186.3372,24.240229,4.4221773,147.41667,20.711847,212.39456,86.56944,151.23593,8.601875,110.23489,471.7192,440.99512,43.85692,288.78857,101.27431,50.515182,69.75995,157.09491,26.203058,61.563713,461.95966,14.902468,22.21845,336.0746,11.90506,7.074697,81.044815,64.36621,672.18945,180.02318,172.64198,1961.2615,32.563446,1562.3164,1297.5776,6.70125,5.042882,1338.5143,17.392958,9.338888,353.23553,20.566145,40.573437,19.83062,61.275894,251.49042,318.13556,3.081375,30.016964,55.02334,309.72684,5.2164183,83.78237,7.3769097,1.6148268,58.489376,1.2157748,1.4613411,4.9266095,10.192655,22.090084,14.663357,26.39514,183.81921,31.569445,15.446428,29.630209,7.49881,88.30729,3.4704862,19.785347,6.2552085,63.56162,2.8748512,4.6430216,13.905782,9.404687,16.744047,6.6743054,0.97975826,60.62212,8.613672,190.54648,5.9135313,259.63327,17.134535,1098.4512,109.41598,3.8660676,7.7336783,142.4741,177.15993,894.76776,881.7666 +2023-02-24 23:00:00,0.0,2372.407,28.437025,4.900449,8.236424,24.106846,177.76744,25.211279,46.72443,20.79798,31.040083,162.82465,228.09451,12.234421,25.651726,12.074062,3.0360754,31.316376,48.19073,30.8063,416.16495,23.101196,358.50162,134.90744,31.651018,226.07005,175.87148,77.093636,788.8986,274.6407,1857.0469,44.44861,2353.8594,611.53894,31.2917,26.093428,170.81772,151.67897,275.67276,1120.5547,50.695686,12.790155,9.675648,669.1022,558.1978,72.47367,22.447918,291.62476,30.706783,341.61215,12.351508,43.24281,0.0,1332.4651,2129.6687,0.28596568,38.27836,18.662077,15366.89,44.602455,1.5983176,15.077479,27.788933,27.575565,8.674896,15.146181,370.36243,29.008184,12.411075,1.131025,7.758311,452.9206,0.41866267,227.12878,83.9372,2560.9463,131.43799,118.42821,179.17352,1212.6519,78.675575,64.51322,844.98505,59.27574,61.130634,10.337409,35.47836,219.61818,11.261891,8.704433,75.55237,17.238253,4542.708,20.821674,28.193453,18.33386,19.974682,346.77777,94.04235,31.08259,9.481192,10.28372,26.515987,65.798645,155.84337,46.0465,226.15257,28.956207,17.560131,87.88801,34.35916,22.53887,155.77054,17.922321,1.6157701,22.923101,11.11485,1186.2949,24.241419,4.429048,147.56548,20.721146,212.52487,86.59901,151.33728,8.599933,110.24423,471.94177,441.36203,43.87482,288.90918,101.36334,50.523754,69.761375,157.11652,26.209967,61.576427,461.95248,14.912891,22.22863,336.17914,11.889264,7.069686,81.09833,64.40095,672.4549,180.09462,172.64934,1961.3408,32.551205,1562.2448,1297.2856,6.6970534,5.039298,1338.2915,17.392946,9.33373,353.17517,20.5545,40.559933,19.82189,61.25376,251.48808,318.0399,3.0794017,30.00797,54.972115,309.68555,5.2139235,83.77925,7.3753595,1.6152519,58.490894,1.2161194,1.4617904,4.929092,10.192284,22.085613,14.660786,26.39757,183.78746,31.552578,15.4375,29.627604,7.494303,88.269714,3.4685767,19.629341,6.252604,63.565426,2.8659968,4.632867,13.889081,9.405915,16.729166,6.6585813,0.9796325,60.63362,8.611649,190.50139,5.9122086,259.64877,17.131138,1098.3341,109.409706,3.867726,7.731281,142.48488,177.1702,894.7742,881.6483 +2023-02-25 00:00:00,0.0,2372.8806,28.426641,4.899796,8.229107,24.112858,177.7481,25.210474,46.731583,20.804121,31.0501,162.68642,228.2655,12.233333,25.607618,12.085719,3.0343199,31.306698,48.09946,30.751738,416.0925,23.073223,358.3498,134.90286,31.616356,226.23853,175.79346,77.08791,788.50793,274.66843,1856.5385,44.432106,2353.808,611.45605,31.280714,26.086668,170.77228,151.54114,275.61365,1120.8684,50.714287,12.785102,9.6750965,669.45087,558.485,72.40625,22.475847,291.09015,30.736013,341.17648,12.354886,43.263485,0.0,1333.1947,2130.3198,0.28597078,38.254745,18.668856,15374.104,44.61921,1.5985435,15.095238,27.809864,27.59771,8.681003,15.157144,370.48703,28.992064,12.425672,1.1314824,7.761749,453.1968,0.41833276,227.2619,83.92857,2560.738,131.45238,118.44528,179.15237,1213.3519,78.67809,64.525635,844.3371,59.29494,61.091534,10.3383,35.48694,219.60951,11.259751,8.703079,75.57856,17.232197,4543.2856,20.826714,28.178572,18.337456,19.985554,346.8333,94.1012,31.071428,9.481428,10.285987,26.541597,65.81944,155.94319,46.035713,226.20586,28.9736,17.569855,87.94293,34.380714,22.532175,155.83167,17.935143,1.6160715,22.895716,11.114257,1186.2528,24.242609,4.4359183,147.71428,20.730444,212.65517,86.62857,151.43863,8.59799,110.25357,472.1643,441.7289,43.89272,289.02975,101.45238,50.532326,69.7628,157.1381,26.216875,61.589146,461.94528,14.923314,22.23881,336.2837,11.873469,7.0646753,81.15184,64.435684,672.72034,180.16606,172.6567,1961.42,32.53896,1562.1731,1296.9935,6.6928573,5.035714,1338.0687,17.392935,9.328571,353.11478,20.542856,40.54643,19.813158,61.231632,251.48575,317.9442,3.0774286,29.99898,54.920895,309.64426,5.2114286,83.77614,7.3738093,1.615677,58.492416,1.2164642,1.4622397,4.931574,10.191912,22.081142,14.658215,26.4,183.75569,31.535713,15.428571,29.625,7.489796,88.23214,3.466667,19.473333,6.25,63.569233,2.8571427,4.622712,13.872381,9.407143,16.714285,6.642857,0.97950673,60.645123,8.609624,190.4563,5.910886,259.6643,17.127743,1098.217,109.403435,3.8693845,7.728883,142.49565,177.18047,894.7806,881.5301 +2023-02-25 01:00:00,0.0,2373.354,28.416256,4.899143,8.22179,24.11887,177.72873,25.20967,46.73873,20.810263,31.060118,162.54817,228.43648,12.2322445,25.56351,12.097377,3.0325646,31.29702,48.008186,30.697174,416.02008,23.045252,358.198,134.89827,31.581694,226.407,175.71544,77.082184,788.11725,274.69614,1856.03,44.415604,2353.7566,611.37317,31.269726,26.079908,170.72684,151.4033,275.55457,1121.1821,50.732887,12.780049,9.674545,669.79956,558.7722,72.33882,22.503777,290.5555,30.765244,340.74084,12.358263,43.28416,0.0,1333.9243,2130.971,0.28597587,38.231136,18.675632,15381.318,44.635963,1.5987693,15.112995,27.830793,27.619854,8.68711,15.168105,370.61166,28.975943,12.4402685,1.1319398,7.7651873,453.47302,0.41800287,227.39503,83.91994,2560.5298,131.46677,118.46235,179.13124,1214.0519,78.68062,64.53804,843.6892,59.314137,61.05243,10.33919,35.495518,219.60086,11.257612,8.701724,75.60475,17.226141,4543.8633,20.831753,28.16369,18.341051,19.996424,346.8889,94.16004,31.060268,9.481666,10.288254,26.567205,65.84025,156.04301,46.024925,226.25916,28.990992,17.579578,87.99785,34.40227,22.52548,155.8928,17.947964,1.6163727,22.86833,11.113664,1186.2106,24.243801,4.4427886,147.8631,20.739742,212.78546,86.658134,151.53996,8.596046,110.26291,472.38684,442.09583,43.91062,289.15036,101.54142,50.540897,69.76424,157.1597,26.223785,61.601864,461.93808,14.933738,22.248987,336.3882,11.857675,7.0596642,81.20535,64.47041,672.98584,180.23752,172.66405,1961.4994,32.52672,1562.1013,1296.7014,6.6886606,5.0321302,1337.8458,17.392923,9.323413,353.05438,20.531212,40.532925,19.804428,61.209503,251.48341,317.84854,3.0754554,29.989986,54.86967,309.60294,5.208934,83.77302,7.372259,1.616102,58.493935,1.2168088,1.462689,4.934056,10.19154,22.076674,14.655643,26.40243,183.72394,31.518848,15.419642,29.622396,7.4852896,88.194565,3.4647572,19.317327,6.247396,63.573036,2.8482885,4.6125574,13.855681,9.40837,16.699406,6.627133,0.979381,60.656624,8.6076,190.41121,5.909563,259.6798,17.124346,1098.1,109.39716,3.871043,7.7264853,142.50642,177.19075,894.787,881.4118 +2023-02-25 02:00:00,0.0,2373.8276,28.405872,4.898491,8.214473,24.124882,177.70938,25.208864,46.745884,20.816402,31.070135,162.40994,228.60745,12.231157,25.519403,12.109034,3.0308092,31.287342,47.916916,30.642612,415.94763,23.01728,358.0462,134.89369,31.54703,226.57547,175.63742,77.07646,787.7265,274.72388,1855.5216,44.3991,2353.7053,611.29034,31.25874,26.073149,170.68138,151.26546,275.49545,1121.496,50.751488,12.774996,9.673993,670.1483,559.0594,72.27139,22.531704,290.0209,30.794474,340.3052,12.36164,43.304836,0.0,1334.6538,2131.622,0.285981,38.207523,18.68241,15388.533,44.652718,1.5989952,15.1307535,27.851725,27.641998,8.693216,15.179068,370.7363,28.959822,12.454865,1.1323972,7.7686253,453.74924,0.41767296,227.52815,83.91131,2560.3218,131.48114,118.47942,179.11009,1214.7518,78.68314,64.550446,843.04126,59.333336,61.01333,10.340079,35.504097,219.5922,11.255473,8.700369,75.63094,17.220083,4544.4414,20.836792,28.14881,18.344646,20.007296,346.94443,94.21889,31.049107,9.481902,10.290522,26.592813,65.861046,156.14284,46.014137,226.31244,29.008383,17.5893,88.05277,34.423824,22.518787,155.95395,17.960787,1.6166741,22.840944,11.113071,1186.1685,24.244991,4.4496593,148.0119,20.74904,212.91576,86.6877,151.64131,8.594104,110.27225,472.6094,442.4627,43.92852,289.27094,101.630455,50.549465,69.76566,157.18129,26.230694,61.61458,461.9309,14.94416,22.259167,336.49277,11.841879,7.0546536,81.25886,64.50515,673.2513,180.30896,172.6714,1961.5786,32.514473,1562.0297,1296.4094,6.684464,5.0285463,1337.623,17.392912,9.3182535,352.994,20.519567,40.51942,19.795696,61.187374,251.4811,317.75284,3.073482,29.980993,54.81845,309.56165,5.206439,83.769905,7.3707094,1.6165271,58.495457,1.2171534,1.4631383,4.936538,10.191169,22.072203,14.653072,26.404861,183.69217,31.501984,15.410714,29.619791,7.4807825,88.157,3.4628475,19.16132,6.2447915,63.576843,2.8394344,4.6024027,13.838981,9.409597,16.684525,6.6114087,0.97925526,60.66813,8.6055765,190.3661,5.9082403,259.69534,17.12095,1097.9829,109.390884,3.8727014,7.7240877,142.5172,177.20102,894.7934,881.2936 +2023-02-25 03:00:00,0.0,2374.3013,28.395487,4.897838,8.207156,24.130894,177.69002,25.20806,46.753036,20.822544,31.080153,162.27171,228.77844,12.230069,25.475298,12.120691,3.0290537,31.277664,47.825645,30.588049,415.8752,22.989307,357.89438,134.88911,31.512367,226.74393,175.5594,77.07074,787.3358,274.7516,1855.0133,44.3826,2353.6538,611.20746,31.247753,26.06639,170.63594,151.12762,275.43634,1121.8097,50.77009,12.769943,9.673442,670.497,559.34656,72.20397,22.559633,289.4863,30.823704,339.86954,12.365017,43.325512,0.0,1335.3834,2132.2734,0.2859861,38.18391,18.689188,15395.748,44.66947,1.599221,15.148511,27.872656,27.664143,8.699323,15.19003,370.8609,28.9437,12.469461,1.1328546,7.7720633,454.02545,0.41734308,227.66127,83.90268,2560.1135,131.49553,118.49649,179.08894,1215.4518,78.68566,64.56285,842.3933,59.352535,60.974224,10.34097,35.512672,219.58353,11.253333,8.699015,75.65713,17.214027,4545.019,20.841831,28.133928,18.348242,20.018167,347.0,94.27773,31.037947,9.482139,10.2927885,26.618422,65.88184,156.24268,46.00335,226.36574,29.025774,17.599024,88.10769,34.44538,22.512093,156.01508,17.973608,1.6169754,22.813559,11.112478,1186.1262,24.246181,4.4565296,148.16072,20.758339,213.04605,86.71726,151.74265,8.592161,110.281586,472.83194,442.82962,43.946423,289.39154,101.7195,50.558037,69.76709,157.20288,26.237602,61.627296,461.9237,14.954583,22.269346,336.59732,11.826084,7.0496426,81.31237,64.53989,673.5167,180.3804,172.67876,1961.658,32.50223,1561.958,1296.1173,6.680268,5.024963,1337.4003,17.3929,9.313095,352.9336,20.507923,40.505917,19.786966,61.16524,251.47876,317.65717,3.071509,29.972002,54.76723,309.52036,5.203944,83.766785,7.369159,1.6169522,58.496975,1.2174982,1.4635876,4.93902,10.190797,22.067732,14.650502,26.407291,183.6604,31.485119,15.401786,29.617188,7.476276,88.11942,3.4609377,19.005312,6.2421875,63.58065,2.8305802,4.5922475,13.822281,9.410826,16.669643,6.5956845,0.9791295,60.67963,8.603552,190.32101,5.9069176,259.71088,17.117554,1097.8657,109.38461,3.87436,7.7216897,142.52798,177.21129,894.7998,881.1753 +2023-02-25 04:00:00,0.0,2374.7747,28.385103,4.8971853,8.199839,24.136906,177.67065,25.207254,46.760185,20.828686,31.09017,162.13348,228.94942,12.228981,25.43119,12.132348,3.0272982,31.267986,47.73437,30.533487,415.80276,22.961336,357.74258,134.88452,31.477705,226.9124,175.48138,77.06502,786.9451,274.77933,1854.5049,44.366096,2353.6025,611.1246,31.236765,26.05963,170.5905,150.98979,275.37726,1122.1234,50.78869,12.76489,9.672891,670.84576,559.6338,72.13654,22.58756,288.95166,30.852934,339.4339,12.368395,43.346188,0.0,1336.113,2132.9246,0.2859912,38.1603,18.695965,15402.962,44.686226,1.5994469,15.166269,27.893585,27.686287,8.70543,15.200993,370.98553,28.92758,12.484058,1.133312,7.7755017,454.3017,0.41701317,227.7944,83.89404,2559.9053,131.50992,118.513565,179.0678,1216.1517,78.68819,64.575264,841.74536,59.371735,60.93512,10.34186,35.52125,219.57486,11.251194,8.6976595,75.68332,17.20797,4545.5967,20.84687,28.119047,18.351837,20.02904,347.05554,94.33658,31.026785,9.482375,10.295055,26.64403,65.90265,156.3425,45.99256,226.41902,29.043167,17.608747,88.16261,34.466934,22.5054,156.07622,17.98643,1.6172768,22.786173,11.111886,1186.0841,24.247372,4.4634,148.30952,20.767637,213.17636,86.746826,151.844,8.590219,110.290924,473.0545,443.1965,43.96432,289.51212,101.80853,50.56661,69.768524,157.22447,26.244513,61.640015,461.91653,14.965007,22.279526,336.70187,11.810289,7.044632,81.36588,64.57462,673.78217,180.45186,172.68611,1961.7374,32.48999,1561.8864,1295.8253,6.676071,5.021379,1337.1775,17.392889,9.307937,352.8732,20.496279,40.492413,19.778234,61.143112,251.47643,317.5615,3.0695357,29.963009,54.716007,309.47903,5.2014494,83.76367,7.367609,1.6173773,58.498493,1.2178428,1.464037,4.941502,10.190426,22.063263,14.647931,26.409721,183.62865,31.468254,15.392857,29.614584,7.471769,88.08185,3.459028,18.849306,6.2395835,63.584457,2.821726,4.582093,13.80558,9.412053,16.654762,6.5799603,0.9790037,60.69113,8.601528,190.27592,5.905595,259.72638,17.114159,1097.7487,109.37834,3.8760185,7.719292,142.53876,177.22157,894.8062,881.05707 +2023-02-25 05:00:00,0.0,2375.2483,28.374718,4.896533,8.192522,24.142918,177.6513,25.20645,46.767338,20.834826,31.100187,161.99524,229.12039,12.227893,25.387083,12.144006,3.025543,31.258308,47.6431,30.478926,415.73035,22.933365,357.5908,134.87994,31.443043,227.08087,175.40335,77.059296,786.5544,274.80707,1853.9965,44.349598,2353.551,611.0417,31.225779,26.05287,170.54506,150.85196,275.31815,1122.4371,50.807293,12.759836,9.672339,671.19446,559.92096,72.06912,22.61549,288.41705,30.882164,338.99826,12.371772,43.366863,0.0,1336.8425,2133.5757,0.2859963,38.13669,18.702744,15410.177,44.70298,1.5996727,15.184027,27.914516,27.708431,8.711536,15.211955,371.11017,28.911459,12.498655,1.1337693,7.7789397,454.5779,0.4166833,227.92752,83.885414,2559.697,131.5243,118.53063,179.04665,1216.8517,78.690704,64.58767,841.0975,59.390934,60.89602,10.34275,35.52983,219.5662,11.249055,8.696304,75.70951,17.201914,4546.1743,20.85191,28.104166,18.355433,20.039911,347.1111,94.395424,31.015625,9.482612,10.297323,26.669638,65.92345,156.44232,45.98177,226.47232,29.060558,17.618471,88.21753,34.48849,22.498705,156.13736,17.99925,1.6175781,22.758787,11.111293,1186.0419,24.248562,4.47027,148.45833,20.776937,213.30666,86.77639,151.94533,8.588276,110.30026,473.27704,443.56342,43.982224,289.63272,101.89757,50.57518,69.76995,157.24608,26.251421,61.652733,461.90933,14.97543,22.289705,336.8064,11.794494,7.039621,81.419395,64.60935,674.0476,180.5233,172.69347,1961.8167,32.477745,1561.8147,1295.5332,6.671875,5.017795,1336.9547,17.392878,9.302777,352.8128,20.484634,40.478905,19.769505,61.120983,251.4741,317.46582,3.0675626,29.954018,54.664787,309.43774,5.1989546,83.76055,7.366059,1.6178023,58.500015,1.2181876,1.4644862,4.943984,10.190054,22.058792,14.64536,26.412153,183.59688,31.451387,15.383928,29.611979,7.4672623,88.04427,3.4571183,18.693298,6.236979,63.58826,2.812872,4.571938,13.78888,9.4132805,16.639881,6.564236,0.978878,60.702633,8.5995035,190.23083,5.904272,259.7419,17.110762,1097.6316,109.37207,3.877677,7.716894,142.54953,177.23184,894.8126,880.9388 +2023-02-25 06:00:00,0.0,2375.7217,28.364334,4.89588,8.1852045,24.14893,177.63194,25.205645,46.774487,20.840967,31.110205,161.85701,229.29138,12.226805,25.342976,12.155663,3.0237875,31.248629,47.55183,30.424362,415.6579,22.905394,357.439,134.87537,31.408379,227.24934,175.32533,77.053566,786.1637,274.83478,1853.488,44.333096,2353.4998,610.9588,31.21479,26.04611,170.4996,150.71413,275.25906,1122.751,50.825893,12.754784,9.671788,671.5432,560.2081,72.00169,22.643417,287.88245,30.911394,338.5626,12.375149,43.38754,0.0,1337.5721,2134.2268,0.28600138,38.11308,18.70952,15417.392,44.719734,1.5998986,15.201785,27.935446,27.730576,8.717644,15.222917,371.23477,28.895338,12.513252,1.1342267,7.7823777,454.85413,0.4163534,228.06064,83.876785,2559.4888,131.53868,118.5477,179.0255,1217.5516,78.69323,64.600075,840.4495,59.410133,60.856915,10.34364,35.538406,219.55754,11.246916,8.69495,75.7357,17.195858,4546.7524,20.856949,28.089285,18.359026,20.050783,347.16666,94.45427,31.004465,9.482848,10.29959,26.695248,65.94425,156.54214,45.97098,226.52562,29.07795,17.628195,88.27245,34.510044,22.49201,156.19849,18.012072,1.6178794,22.731401,11.1107,1185.9996,24.249752,4.477141,148.60715,20.786236,213.43695,86.805954,152.04668,8.586333,110.3096,473.4996,443.9303,44.000122,289.75333,101.98661,50.58375,69.77138,157.26767,26.258331,61.665447,461.90216,14.985852,22.299883,336.91095,11.778699,7.0346103,81.4729,64.64409,674.31305,180.59474,172.70082,1961.896,32.465504,1561.7429,1295.2411,6.6676784,5.014211,1336.7319,17.392866,9.297619,352.7524,20.47299,40.4654,19.760773,61.098854,251.47177,317.37015,3.0655892,29.945024,54.613564,309.39642,5.19646,83.75744,7.3645086,1.6182274,58.501534,1.2185322,1.4649357,4.9464664,10.189683,22.054321,14.642789,26.414583,183.56511,31.434523,15.375,29.609375,7.462755,88.0067,3.4552085,18.537292,6.234375,63.592068,2.8040178,4.5617833,13.772181,9.414509,16.625,6.548512,0.97875226,60.714138,8.59748,190.18575,5.9029493,259.75742,17.107367,1097.5145,109.3658,3.8793354,7.7144966,142.5603,177.24211,894.81903,880.82056 +2023-02-25 07:00:00,0.0,2376.1953,28.353949,4.8952274,8.177888,24.154942,177.6126,25.20484,46.78164,20.847109,31.120224,161.71878,229.46236,12.225717,25.298868,12.167319,3.022032,31.23895,47.460556,30.3698,415.58545,22.87742,357.28717,134.87077,31.373716,227.4178,175.24731,77.047844,785.773,274.86252,1852.9796,44.316593,2353.4482,610.876,31.203804,26.03935,170.45416,150.5763,275.19995,1123.0647,50.844494,12.74973,9.671237,671.8919,560.49536,71.934265,22.671347,287.3478,30.940624,338.12695,12.378527,43.408215,0.0,1338.3018,2134.878,0.2860065,38.089466,18.7163,15424.606,44.73649,1.6001245,15.2195425,27.956375,27.75272,8.72375,15.233879,371.3594,28.879217,12.527849,1.1346841,7.7858157,455.13034,0.4160235,228.19377,83.86816,2559.2808,131.55307,118.56477,179.00435,1218.2516,78.695755,64.61248,839.8016,59.429333,60.817814,10.34453,35.546986,219.54887,11.244776,8.693595,75.761894,17.1898,4547.33,20.861988,28.074406,18.362621,20.061655,347.22223,94.513115,30.993303,9.483085,10.301857,26.720856,65.96505,156.64197,45.960194,226.5789,29.09534,17.637918,88.32737,34.5316,22.485317,156.25963,18.024893,1.6181808,22.704014,11.110107,1185.9575,24.250942,4.484011,148.75595,20.795534,213.56725,86.83552,152.14801,8.58439,110.31894,473.72214,444.2972,44.018024,289.8739,102.075645,50.592323,69.77281,157.28926,26.26524,61.678165,461.89496,14.996276,22.310062,337.0155,11.762904,7.0295997,81.52641,64.678825,674.5785,180.6662,172.70819,1961.9753,32.45326,1561.6713,1294.9491,6.663482,5.0106273,1336.5092,17.392855,9.29246,352.69202,20.461346,40.451897,19.752043,61.07672,251.46944,317.27444,3.063616,29.936033,54.562344,309.35513,5.193965,83.75432,7.362959,1.6186525,58.503056,1.2188768,1.465385,4.9489484,10.189311,22.049852,14.640218,26.417013,183.53336,31.417658,15.366071,29.606771,7.4582486,87.969124,3.4532988,18.381285,6.231771,63.595875,2.7951636,4.5516286,13.75548,9.415736,16.610119,6.532788,0.9786265,60.72564,8.595456,190.14064,5.9016266,259.77295,17.10397,1097.3973,109.35953,3.8809938,7.712099,142.57108,177.25238,894.8254,880.7023 +2023-02-25 08:00:00,0.0,2376.669,28.343565,4.894575,8.17057,24.160954,177.59323,25.204035,46.78879,20.85325,31.130241,161.58055,229.63333,12.224629,25.25476,12.178977,3.0202765,31.229273,47.369286,30.315237,415.51303,22.84945,357.13538,134.8662,31.339054,227.58627,175.1693,77.04212,785.38226,274.89023,1852.4713,44.30009,2353.397,610.7931,31.192818,26.03259,170.40872,150.43846,275.14084,1123.3784,50.863094,12.744678,9.670685,672.24066,560.78253,71.866844,22.699274,286.8132,30.969854,337.6913,12.381904,43.42889,0.0,1339.0312,2135.5293,0.2860116,38.065857,18.723076,15431.82,44.753242,1.6003503,15.237301,27.977306,27.774864,8.7298565,15.244842,371.48404,28.863096,12.542446,1.1351415,7.789254,455.40656,0.4156936,228.32689,83.85952,2559.0725,131.56746,118.58184,178.9832,1218.9515,78.69827,64.62489,839.1536,59.44853,60.77871,10.345421,35.555565,219.5402,11.242637,8.69224,75.78808,17.183744,4547.9077,20.867027,28.059525,18.366217,20.072527,347.27777,94.57196,30.982143,9.483321,10.304125,26.746464,65.985855,156.74179,45.949406,226.6322,29.112734,17.647642,88.38229,34.553154,22.478622,156.32077,18.037714,1.6184821,22.676628,11.109514,1185.9153,24.252134,4.4908814,148.90475,20.804832,213.69754,86.86508,152.24936,8.582447,110.32828,473.9447,444.6641,44.035923,289.9945,102.16468,50.60089,69.77424,157.31085,26.272148,61.690884,461.8878,15.006699,22.320242,337.12003,11.747108,7.0245886,81.579926,64.71356,674.844,180.73764,172.71555,1962.0547,32.441017,1561.5996,1294.657,6.6592855,5.0070434,1336.2863,17.392843,9.287301,352.63162,20.449701,40.438393,19.74331,61.054592,251.46712,317.17877,3.061643,29.92704,54.511124,309.31384,5.19147,83.7512,7.3614087,1.6190774,58.504574,1.2192216,1.4658343,4.9514303,10.18894,22.045382,14.637647,26.419445,183.50159,31.400793,15.357142,29.604166,7.453742,87.93155,3.451389,18.225279,6.2291665,63.59968,2.7863095,4.541474,13.73878,9.416964,16.595238,6.517063,0.9785007,60.73714,8.593431,190.09555,5.900304,259.78848,17.100574,1097.2803,109.35325,3.8826525,7.709701,142.58186,177.26266,894.8318,880.58405 +2023-02-25 09:00:00,0.0,2377.1423,28.33318,4.8939223,8.163254,24.166965,177.57387,25.203232,46.79594,20.85939,31.140259,161.4423,229.80432,12.223541,25.210655,12.190634,3.0185213,31.219595,47.278015,30.260675,415.44058,22.821478,356.98358,134.8616,31.304392,227.75475,175.09128,77.0364,784.9916,274.91797,1851.9629,44.28359,2353.3455,610.7102,31.18183,26.025831,170.36325,150.30063,275.08176,1123.6923,50.881695,12.739624,9.670134,672.58936,561.0697,71.799416,22.727203,286.27856,30.999084,337.25565,12.385281,43.449566,0.0,1339.7609,2136.1804,0.2860167,38.042244,18.729855,15439.035,44.769997,1.6005762,15.255059,27.998238,27.797009,8.735964,15.255804,371.60867,28.846975,12.557043,1.1355989,7.792692,455.68277,0.4153637,228.46,83.85089,2558.8643,131.58183,118.59891,178.96205,1219.6515,78.7008,64.6373,838.5057,59.467728,60.73961,10.346311,35.56414,219.53154,11.240498,8.690886,75.81427,17.177689,4548.4854,20.872066,28.044643,18.369812,20.083399,347.3333,94.630806,30.970982,9.483558,10.306392,26.772072,66.00665,156.84161,45.938618,226.68549,29.130125,17.657366,88.43721,34.57471,22.471928,156.3819,18.050535,1.6187835,22.649242,11.108922,1185.8732,24.253325,4.4977517,149.05357,20.81413,213.82785,86.894646,152.3507,8.580504,110.337616,474.16724,445.031,44.053825,290.11508,102.25372,50.609463,69.775665,157.33244,26.279058,61.7036,461.88058,15.017122,22.330421,337.22458,11.731314,7.019578,81.63344,64.74829,675.10944,180.8091,172.7229,1962.134,32.428776,1561.528,1294.3649,6.6550894,5.00346,1336.0635,17.392832,9.282143,352.57123,20.438057,40.42489,19.734581,61.032463,251.46478,317.0831,3.0596697,29.918047,54.4599,309.27252,5.1889753,83.748085,7.3598585,1.6195025,58.506092,1.2195662,1.4662836,4.9539127,10.188568,22.04091,14.635076,26.421875,183.46982,31.383928,15.348214,29.601562,7.449235,87.893974,3.4494793,18.069271,6.2265625,63.603485,2.7774553,4.531319,13.72208,9.418192,16.580357,6.501339,0.978375,60.748646,8.591408,190.05046,5.898981,259.804,17.097178,1097.1632,109.34698,3.884311,7.7073035,142.59264,177.27293,894.8382,880.46576 +2023-02-25 10:00:00,0.0,2377.616,28.322796,4.8932695,8.155936,24.172977,177.55452,25.202427,46.803093,20.865532,31.150276,161.30408,229.9753,12.222453,25.166548,12.2022915,3.0167658,31.209917,47.18674,30.206114,415.36816,22.793507,356.83176,134.85703,31.26973,227.9232,175.01326,77.03068,784.6008,274.9457,1851.4545,44.267086,2353.2942,610.6273,31.170843,26.019072,170.31781,150.1628,275.02264,1124.006,50.9003,12.7345705,9.669582,672.93805,561.3569,71.731995,22.75513,285.74396,31.028315,336.82,12.388659,43.47024,0.0,1340.4905,2136.8315,0.2860218,38.018635,18.736631,15446.25,44.78675,1.600802,15.272817,28.019169,27.819153,8.74207,15.266767,371.73328,28.830854,12.57164,1.1360563,7.79613,455.959,0.41503382,228.59314,83.84226,2558.656,131.59622,118.615974,178.9409,1220.3516,78.70332,64.649704,837.8578,59.486927,60.700504,10.3472,35.57272,219.52287,11.238358,8.68953,75.84046,17.17163,4549.0635,20.877106,28.029762,18.373407,20.09427,347.3889,94.689644,30.959822,9.483794,10.308659,26.79768,66.02745,156.94144,45.927826,226.73878,29.147516,17.66709,88.492134,34.596264,22.465235,156.44304,18.063358,1.6190848,22.621857,11.108329,1185.8309,24.254515,4.5046225,149.20238,20.82343,213.95815,86.92421,152.45204,8.578562,110.346954,474.3898,445.3979,44.071724,290.2357,102.34276,50.618034,69.77709,157.35405,26.285967,61.716316,461.8734,15.027545,22.3406,337.32913,11.715519,7.014567,81.68694,64.78303,675.3749,180.88054,172.73026,1962.2133,32.41653,1561.4562,1294.0729,6.6508927,4.999876,1335.8407,17.39282,9.276984,352.51083,20.426413,40.411385,19.725851,61.01033,251.46245,316.98743,3.0576963,29.909056,54.40868,309.23123,5.1864805,83.744965,7.3583083,1.6199276,58.507614,1.219911,1.4667329,4.9563947,10.188197,22.036442,14.632504,26.424305,183.43806,31.367064,15.339286,29.598959,7.4447284,87.8564,3.4475696,17.913263,6.2239585,63.607292,2.7686012,4.5211644,13.7053795,9.419419,16.565475,6.485615,0.97824925,60.760147,8.589384,190.00537,5.8976583,259.81952,17.093782,1097.0461,109.340706,3.8859694,7.7049055,142.60341,177.2832,894.8446,880.34753 +2023-02-25 11:00:00,0.0,2378.0894,28.31241,4.892617,8.14862,24.17899,177.53516,25.201622,46.810246,20.871674,31.160294,161.16585,230.14627,12.221365,25.12244,12.213948,3.0150104,31.20024,47.09547,30.15155,415.29572,22.765533,356.67996,134.85245,31.235065,228.09167,174.93524,77.024956,784.21014,274.97342,1850.946,44.250587,2353.2427,610.54443,31.159857,26.012312,170.27237,150.02496,274.96353,1124.3197,50.9189,12.729518,9.669031,673.2868,561.6441,71.664566,22.78306,285.20932,31.057545,336.38434,12.3920355,43.490917,0.0,1341.2201,2137.4827,0.2860269,37.99502,18.74341,15453.464,44.803505,1.6010278,15.290575,28.040098,27.841297,8.748177,15.277728,371.8579,28.814732,12.586237,1.1365136,7.799568,456.23523,0.4147039,228.72626,83.83363,2558.4478,131.61061,118.63304,178.91975,1221.0515,78.70584,64.66212,837.20984,59.506126,60.661404,10.348091,35.5813,219.51422,11.236218,8.688175,75.86665,17.165575,4549.641,20.882145,28.014881,18.377003,20.105143,347.44443,94.74849,30.94866,9.484032,10.310926,26.823288,66.048256,157.04126,45.917038,226.79208,29.164907,17.676811,88.54705,34.61782,22.45854,156.50418,18.07618,1.6193862,22.594471,11.107736,1185.7887,24.255705,4.5114927,149.3512,20.832727,214.08844,86.95377,152.55338,8.576619,110.356285,474.61234,445.7648,44.089626,290.35626,102.43179,50.626606,69.77853,157.37564,26.292875,61.729034,461.8662,15.037968,22.350779,337.4337,11.699723,7.0095563,81.740456,64.817764,675.6403,180.95198,172.73761,1962.2926,32.40429,1561.3845,1293.7808,6.6466966,4.996292,1335.6179,17.392809,9.271825,352.45044,20.414768,40.39788,19.71712,60.9882,251.46013,316.89172,3.0557232,29.900063,54.35746,309.18994,5.183985,83.74185,7.356758,1.6203527,58.509132,1.2202556,1.4671822,4.9588766,10.187825,22.031971,14.629933,26.426737,183.4063,31.350199,15.330357,29.596354,7.4402213,87.818825,3.4456599,17.757257,6.221354,63.6111,2.759747,4.5110097,13.68868,9.420647,16.550594,6.4698906,0.9781235,60.77165,8.587359,189.96028,5.8963356,259.83502,17.090385,1096.929,109.334435,3.8876278,7.702508,142.61418,177.29349,894.851,880.22925 +2023-02-25 12:00:00,0.0,2378.563,28.302027,4.8919644,8.141302,24.185001,177.51581,25.200817,46.817394,20.877813,31.170311,161.02762,230.31726,12.220277,25.078333,12.225606,3.013255,31.190561,47.0042,30.096989,415.22327,22.737562,356.52817,134.84785,31.200403,228.26015,174.85722,77.019226,783.81946,275.00116,1850.4377,44.234085,2353.1914,610.46155,31.148869,26.005552,170.22691,149.88713,274.90445,1124.6334,50.9375,12.724464,9.66848,673.6355,561.9313,71.59714,22.810987,284.6747,31.086775,335.9487,12.395412,43.511593,0.0,1341.9497,2138.1338,0.28603202,37.971413,18.750187,15460.679,44.82026,1.6012536,15.308332,28.06103,27.863441,8.754284,15.288691,371.98254,28.79861,12.600834,1.136971,7.8030066,456.51144,0.41437402,228.85938,83.825,2558.2395,131.625,118.650116,178.8986,1221.7515,78.70837,64.67452,836.5619,59.525326,60.6223,10.348981,35.589878,219.50555,11.234079,8.686821,75.892845,17.15952,4550.2188,20.887184,28.0,18.380598,20.116014,347.5,94.807335,30.9375,9.484268,10.313193,26.848896,66.06905,157.14108,45.90625,226.84537,29.1823,17.686535,88.601974,34.639374,22.451847,156.5653,18.089,1.6196874,22.567085,11.107143,1185.7466,24.256895,4.518363,149.5,20.842026,214.21873,86.98334,152.65472,8.5746765,110.36562,474.8349,446.13168,44.107525,290.47687,102.520836,50.635178,69.77995,157.39723,26.299786,61.741753,461.85904,15.048391,22.360958,337.5382,11.6839285,7.004545,81.79397,64.8525,675.90576,181.02344,172.74496,1962.372,32.392044,1561.3129,1293.4886,6.6425,4.992708,1335.3951,17.392796,9.266666,352.39005,20.403124,40.384377,19.70839,60.966072,251.4578,316.79605,3.05375,29.891071,54.306236,309.14862,5.1814904,83.73873,7.3552084,1.6207777,58.510654,1.2206004,1.4676315,4.9613585,10.187454,22.0275,14.627362,26.429167,183.37454,31.333332,15.321428,29.59375,7.4357147,87.78125,3.4437501,17.60125,6.21875,63.614906,2.7508929,4.500855,13.67198,9.421875,16.535715,6.4541664,0.9779978,60.78315,8.585336,189.91518,5.895013,259.85056,17.08699,1096.8119,109.32816,3.8892863,7.7001104,142.62497,177.30376,894.8574,880.111 +2023-02-25 13:00:00,0.0,2379.0366,28.291643,4.8913116,8.133985,24.191011,177.49644,25.200012,46.824547,20.883955,31.180328,160.88937,230.48824,12.21919,25.034225,12.237263,3.0114994,31.180882,46.91293,30.042425,415.15085,22.70959,356.37634,134.84328,31.165741,228.42862,174.7792,77.013504,783.4287,275.02887,1849.9293,44.217583,2353.1401,610.3787,31.137882,25.998793,170.18147,149.7493,274.84534,1124.9473,50.9561,12.719412,9.667928,673.98425,562.21844,71.52972,22.838917,284.14008,31.116005,335.51306,12.39879,43.53227,0.0,1342.6792,2138.7852,0.28603712,37.9478,18.756966,15467.894,44.83701,1.6014795,15.326091,28.08196,27.885584,8.76039,15.299653,372.10715,28.78249,12.615431,1.1374284,7.8064446,456.78766,0.4140441,228.99251,83.81637,2558.0315,131.63937,118.66718,178.87746,1222.4514,78.71089,64.68693,835.91394,59.544525,60.5832,10.349872,35.598457,219.49689,11.23194,8.685466,75.91904,17.153461,4550.7964,20.892223,27.985119,18.384193,20.126886,347.55554,94.86618,30.92634,9.484505,10.31546,26.874506,66.08986,157.2409,45.895462,226.89867,29.199692,17.696259,88.65689,34.66093,22.445152,156.62645,18.101822,1.6199888,22.5397,11.10655,1185.7043,24.258085,4.5252333,149.6488,20.851324,214.34903,87.01289,152.75606,8.572733,110.37496,475.05743,446.4986,44.125427,290.59744,102.60987,50.64375,69.78138,157.41882,26.306694,61.75447,461.85184,15.058814,22.371138,337.64276,11.668134,6.9995346,81.84748,64.88723,676.1712,181.09488,172.75232,1962.4512,32.379803,1561.2412,1293.1967,6.6383033,4.9891243,1335.1724,17.392784,9.261508,352.32965,20.39148,40.370872,19.699657,60.943943,251.45546,316.70038,3.0517766,29.882078,54.255016,309.10733,5.1789956,83.73562,7.353658,1.6212028,58.512173,1.220945,1.4680809,4.963841,10.187082,22.02303,14.624791,26.431597,183.34277,31.316467,15.3125,29.591146,7.4312077,87.743675,3.4418404,17.445244,6.216146,63.61871,2.7420387,4.4907002,13.655279,9.423102,16.520834,6.438442,0.977872,60.794655,8.583312,189.87009,5.89369,259.86606,17.083593,1096.6948,109.32189,3.890945,7.6977124,142.63574,177.31403,894.86383,879.99274 +2023-02-25 14:00:00,0.0,2379.51,28.281258,4.8906593,8.126668,24.197023,177.47708,25.199207,46.8317,20.890097,31.190346,160.75114,230.65921,12.2181015,24.990118,12.24892,3.0097442,31.171204,46.821655,29.987864,415.0784,22.68162,356.22455,134.8387,31.131079,228.59708,174.70119,77.00778,783.038,275.0566,1849.4209,44.20108,2353.0886,610.29584,31.126894,25.992033,170.13603,149.61147,274.78625,1125.261,50.9747,12.714358,9.6673765,674.33295,562.5057,71.46229,22.866846,283.60547,31.145235,335.0774,12.402167,43.552944,0.0,1343.4088,2139.4363,0.2860422,37.924187,18.763742,15475.108,44.853764,1.6017053,15.343848,28.10289,27.907728,8.766498,15.310616,372.23178,28.766369,12.630028,1.1378858,7.8098826,457.06387,0.41371423,229.12563,83.80774,2557.8232,131.65376,118.68425,178.85632,1223.1514,78.71341,64.69933,835.26605,59.56372,60.544094,10.350761,35.607033,219.48822,11.2298,8.684111,75.94522,17.147406,4551.374,20.89726,27.970238,18.387789,20.137758,347.6111,94.925026,30.915178,9.484741,10.317727,26.900114,66.11066,157.34073,45.884674,226.95195,29.217083,17.705982,88.711815,34.682487,22.438457,156.68759,18.114643,1.6202902,22.512314,11.105958,1185.6622,24.259277,4.532104,149.79762,20.860624,214.47934,87.04246,152.8574,8.57079,110.3843,475.27997,446.86548,44.143326,290.71805,102.698906,50.652317,69.782814,157.44041,26.313604,61.767185,461.84467,15.069237,22.381315,337.7473,11.652338,6.9945235,81.90099,64.92197,676.43665,181.16632,172.75967,1962.5305,32.367558,1561.1696,1292.9045,6.634107,4.9855404,1334.9495,17.392773,9.256349,352.26926,20.379835,40.357365,19.690928,60.92181,251.45312,316.6047,3.0498035,29.873085,54.203793,309.066,5.176501,83.7325,7.352108,1.6216279,58.51369,1.2212896,1.4685302,4.966323,10.186711,22.01856,14.622221,26.434027,183.311,31.299603,15.303571,29.588541,7.426701,87.7061,3.4399307,17.289236,6.2135415,63.622517,2.7331843,4.480545,13.638579,9.42433,16.505953,6.422718,0.97774625,60.806156,8.581287,189.825,5.8923674,259.8816,17.080198,1096.5778,109.31562,3.8926034,7.695315,142.64651,177.3243,894.87024,879.8745 +2023-02-25 15:00:00,0.0,2379.9836,28.270874,4.8900065,8.11935,24.203035,177.45773,25.198402,46.83885,20.896238,31.200363,160.61292,230.8302,12.217013,24.94601,12.260577,3.0079887,31.161526,46.730385,29.933302,415.00598,22.653646,356.07275,134.8341,31.096416,228.76555,174.62317,77.00206,782.64734,275.08435,1848.9125,44.184578,2353.0374,610.21295,31.115908,25.985273,170.09059,149.47363,274.72714,1125.5747,50.993305,12.709305,9.666825,674.6817,562.79285,71.39487,22.894773,283.07086,31.174465,334.64175,12.405544,43.57362,0.0,1344.1384,2140.0874,0.2860473,37.900578,18.770521,15482.322,44.870518,1.6019312,15.361607,28.123821,27.929873,8.772604,15.321578,372.3564,28.750248,12.644625,1.1383432,7.813321,457.3401,0.41338435,229.25874,83.7991,2557.615,131.66815,118.701324,178.83517,1223.8513,78.715935,64.71175,834.6181,59.58292,60.504993,10.351651,35.615612,219.47955,11.227661,8.682756,75.97141,17.141348,4551.952,20.9023,27.955357,18.391384,20.14863,347.66666,94.98387,30.904018,9.484978,10.319995,26.925722,66.13146,157.44055,45.873882,227.00525,29.234474,17.715706,88.76673,34.70404,22.431765,156.74873,18.127464,1.6205915,22.484928,11.105365,1185.62,24.260468,4.5389743,149.94643,20.869923,214.60963,87.07202,152.95874,8.568848,110.39364,475.50253,447.2324,44.16123,290.83862,102.78795,50.66089,69.78424,157.462,26.320513,61.779903,461.83746,15.07966,22.391495,337.85187,11.636543,6.989513,81.9545,64.9567,676.70215,181.23778,172.76703,1962.6099,32.355316,1561.0978,1292.6124,6.6299105,4.981957,1334.7267,17.392761,9.25119,352.20886,20.36819,40.34386,19.682196,60.89968,251.4508,316.50903,3.0478303,29.864094,54.152573,309.02472,5.174006,83.729385,7.350558,1.6220529,58.515213,1.2216344,1.4689795,4.968805,10.186339,22.01409,14.61965,26.436459,183.27925,31.282738,15.294642,29.585938,7.422194,87.668526,3.438021,17.13323,6.2109375,63.626324,2.7243302,4.4703903,13.621879,9.425558,16.491072,6.406994,0.9776205,60.817657,8.579264,189.7799,5.8910446,259.89713,17.076801,1096.4606,109.30934,3.8942618,7.692917,142.65729,177.33458,894.87665,879.7562 +2023-02-25 16:00:00,0.0,2380.457,28.260489,4.8893538,8.112034,24.209047,177.43837,25.197598,46.846,20.902378,31.21038,160.47469,231.00117,12.215925,24.901905,12.272235,3.0062332,31.151848,46.639114,29.878738,414.93353,22.625675,355.92093,134.82953,31.061752,228.93402,174.54515,76.99634,782.2566,275.11206,1848.404,44.168076,2352.9858,610.13007,31.104921,25.978514,170.04514,149.33578,274.66803,1125.8884,51.011906,12.704252,9.666274,675.0304,563.08,71.32744,22.922703,282.53622,31.203695,334.20612,12.408921,43.594296,0.0,1344.8679,2140.7385,0.2860524,37.876965,18.777298,15489.537,44.88727,1.602157,15.379364,28.144753,27.952017,8.77871,15.33254,372.48102,28.734127,12.659221,1.1388006,7.816759,457.61633,0.41305444,229.39188,83.790474,2557.4067,131.68254,118.71839,178.81403,1224.5513,78.71846,64.72415,833.97015,59.60212,60.46589,10.352542,35.62419,219.4709,11.225522,8.681401,75.997604,17.135292,4552.53,20.90734,27.940475,18.39498,20.159502,347.72223,95.04272,30.892857,9.485214,10.322262,26.95133,66.15226,157.54039,45.863094,227.05853,29.251867,17.72543,88.821655,34.725597,22.42507,156.80986,18.140285,1.6208929,22.45754,11.104772,1185.5779,24.261658,4.5458446,150.09525,20.879221,214.73993,87.101585,153.06009,8.566905,110.40298,475.72507,447.59927,44.179127,290.95923,102.87698,50.66946,69.78567,157.48361,26.327421,61.79262,461.8303,15.090083,22.401674,337.9564,11.6207485,6.984502,82.00801,64.99144,676.9676,181.30922,172.77438,1962.6892,32.343075,1561.0261,1292.3204,6.6257143,4.978373,1334.5039,17.39275,9.246032,352.14847,20.356546,40.330357,19.673466,60.877552,251.44847,316.41333,3.0458572,29.8551,54.101353,308.98343,5.171511,83.726265,7.3490076,1.622478,58.51673,1.221979,1.4694288,4.9712873,10.185968,22.009619,14.617079,26.438889,183.24748,31.265873,15.285714,29.583334,7.4176874,87.63095,3.4361112,16.977222,6.2083335,63.63013,2.715476,4.4602356,13.605179,9.426785,16.47619,6.3912697,0.9774948,60.82916,8.577239,189.73482,5.889722,259.91263,17.073406,1096.3435,109.30307,3.8959203,7.6905193,142.66806,177.34485,894.88306,879.638 +2023-02-25 17:00:00,0.0,2380.9307,28.250105,4.888701,8.104716,24.21506,177.419,25.196793,46.853153,20.90852,31.220398,160.33644,231.17215,12.214837,24.857798,12.283892,3.0044777,31.14217,46.54784,29.824177,414.8611,22.597704,355.76913,134.82495,31.02709,229.1025,174.46713,76.99061,781.8659,275.1398,1847.8958,44.151577,2352.9346,610.0472,31.093933,25.971754,169.9997,149.19795,274.60895,1126.2023,51.030506,12.699199,9.665723,675.37915,563.3672,71.26001,22.95063,282.00162,31.232925,333.77045,12.412299,43.61497,0.0,1345.5975,2141.3896,0.2860575,37.853355,18.784075,15496.752,44.904026,1.6023829,15.397122,28.165684,27.974161,8.784818,15.343502,372.60565,28.718006,12.673818,1.1392579,7.820197,457.89255,0.41272455,229.525,83.781845,2557.1985,131.69691,118.73546,178.79288,1225.2512,78.72098,64.73656,833.3222,59.62132,60.42679,10.353432,35.632767,219.46223,11.223382,8.680046,76.023796,17.129236,4553.1074,20.912378,27.925594,18.398575,20.170374,347.77777,95.10156,30.881697,9.485451,10.324529,26.976938,66.17306,157.64021,45.852306,227.11183,29.269258,17.735153,88.87657,34.74715,22.418377,156.871,18.153107,1.6211941,22.430155,11.104179,1185.5356,24.262848,4.552715,150.24405,20.88852,214.87022,87.13115,153.16142,8.564962,110.412315,475.94763,447.9662,44.19703,291.0798,102.96602,50.678032,69.7871,157.5052,26.334332,61.80534,461.8231,15.100506,22.411854,338.06094,11.604953,6.979491,82.06152,65.02617,677.23303,181.38066,172.78174,1962.7686,32.33083,1560.9545,1292.0283,6.6215177,4.974789,1334.2811,17.392738,9.240872,352.0881,20.344902,40.316853,19.664734,60.855423,251.44614,316.31766,3.0438838,29.84611,54.05013,308.9421,5.1690164,83.72315,7.347458,1.6229031,58.518253,1.2223238,1.4698781,4.973769,10.185596,22.00515,14.614508,26.441319,183.21571,31.249008,15.276786,29.580729,7.413181,87.593376,3.4342015,16.821215,6.205729,63.633934,2.706622,4.450081,13.588479,9.428013,16.46131,6.3755455,0.977369,60.840664,8.575215,189.68971,5.888399,259.92816,17.07001,1096.2264,109.2968,3.8975787,7.688122,142.67885,177.35512,894.88947,879.5197 +2023-02-25 18:00:00,0.0,2381.4043,28.23972,4.8880486,8.0974,24.221071,177.39966,25.195988,46.860302,20.914661,31.230415,160.19821,231.34314,12.213749,24.81369,12.295549,3.0027225,31.132492,46.45657,29.769615,414.78867,22.569733,355.61734,134.82036,30.992428,229.27095,174.38911,76.984886,781.4752,275.1675,1847.3873,44.135075,2352.883,609.9643,31.082947,25.964994,169.95425,149.06012,274.54984,1126.516,51.049107,12.694145,9.665172,675.72784,563.6544,71.19259,22.97856,281.467,31.262156,333.3348,12.415676,43.635647,0.0,1346.3271,2142.041,0.28606263,37.829742,18.790854,15503.966,44.92078,1.6026087,15.41488,28.186613,27.996305,8.790924,15.354465,372.7303,28.701885,12.688415,1.1397153,7.823635,458.16876,0.41239464,229.65811,83.77322,2556.9902,131.7113,118.75253,178.77173,1225.9512,78.7235,64.74896,832.67426,59.64052,60.387684,10.3543215,35.641346,219.45357,11.221243,8.678692,76.04999,17.123178,4553.685,20.917418,27.910715,18.40217,20.181246,347.8333,95.16041,30.870535,9.485687,10.326797,27.002546,66.19386,157.74004,45.84152,227.16513,29.28665,17.744877,88.931496,34.768707,22.411682,156.93214,18.16593,1.6214955,22.40277,11.103586,1185.4934,24.264038,4.5595856,150.39285,20.897818,215.00052,87.16071,153.26277,8.56302,110.42165,476.17017,448.33307,44.214928,291.2004,103.05506,50.686604,69.78853,157.5268,26.34124,61.818054,461.81592,15.1109295,22.422031,338.1655,11.589158,6.9744806,82.115036,65.060905,677.4985,181.45212,172.7891,1962.8479,32.31859,1560.8828,1291.7362,6.6173215,4.971205,1334.0583,17.392727,9.235714,352.0277,20.333258,40.30335,19.656004,60.83329,251.44382,316.222,3.0419106,29.837116,53.99891,308.90082,5.1665215,83.72003,7.3459077,1.6233282,58.51977,1.2226684,1.4703274,4.976251,10.1852255,22.000679,14.611937,26.44375,183.18396,31.232141,15.267857,29.578125,7.408674,87.5558,3.4322917,16.665209,6.203125,63.63774,2.6977677,4.439926,13.571778,9.429241,16.446428,6.3598213,0.97724324,60.852165,8.573192,189.64462,5.8870764,259.94366,17.066614,1096.1094,109.29053,3.8992374,7.685724,142.68962,177.3654,894.8958,879.4015 +2023-02-25 19:00:00,0.0,2381.8777,28.229336,4.887396,8.090082,24.227083,177.3803,25.195183,46.867455,20.920801,31.240433,160.05998,231.51411,12.212662,24.769583,12.307206,3.000967,31.122814,46.3653,29.715052,414.71622,22.54176,355.4655,134.81578,30.957766,229.43942,174.3111,76.979164,781.0845,275.19525,1846.8789,44.118572,2352.8318,609.8815,31.071959,25.958235,169.9088,148.92229,274.49075,1126.8297,51.067707,12.689093,9.664619,676.0766,563.9416,71.12516,23.006487,280.93237,31.291386,332.89917,12.419053,43.656322,0.0,1347.0568,2142.6921,0.28606772,37.806133,18.79763,15511.181,44.937534,1.6028346,15.432638,28.207544,28.01845,8.797031,15.365427,372.8549,28.685764,12.7030115,1.1401727,7.8270736,458.44498,0.41206476,229.79123,83.76458,2556.7822,131.7257,118.7696,178.75058,1226.6511,78.72603,64.761375,832.02637,59.659718,60.348583,10.355212,35.649925,219.4449,11.219104,8.677337,76.07618,17.117123,4554.263,20.922457,27.895834,18.405766,20.192118,347.8889,95.21925,30.859375,9.485924,10.329063,27.028156,66.21466,157.83986,45.83073,227.21841,29.30404,17.7546,88.98641,34.79026,22.404987,156.99327,18.178751,1.6217968,22.375383,11.102994,1185.4513,24.265228,4.566456,150.54167,20.907116,215.13081,87.19028,153.3641,8.561076,110.43099,476.39273,448.69998,44.23283,291.32098,103.1441,50.695175,69.789955,157.54839,26.34815,61.830772,461.80872,15.121352,22.43221,338.27002,11.573363,6.9694695,82.16854,65.09564,677.7639,181.52356,172.79645,1962.9271,32.306343,1560.811,1291.4442,6.613125,4.9676213,1333.8356,17.392715,9.230556,351.96732,20.321613,40.289845,19.647272,60.81116,251.44148,316.1263,3.0399375,29.828125,53.947685,308.8595,5.1640267,83.71692,7.3443575,1.6237532,58.52129,1.223013,1.4707767,4.978733,10.184854,21.996208,14.609365,26.44618,183.15219,31.215277,15.258928,29.575521,7.404167,87.51823,3.430382,16.509201,6.200521,63.64155,2.6889136,4.4297714,13.5550785,9.430469,16.431547,6.344097,0.9771175,60.863667,8.571167,189.59953,5.8857536,259.9592,17.063217,1095.9922,109.284256,3.9008958,7.6833262,142.7004,177.37567,894.9022,879.2832 +2023-02-25 20:00:00,0.0,2382.3513,28.21895,4.886743,8.082766,24.233095,177.36095,25.194378,46.874607,20.926943,31.25045,159.92175,231.68509,12.211574,24.725475,12.318864,2.9992115,31.113136,46.274025,29.66049,414.6438,22.513788,355.31372,134.81119,30.923103,229.6079,174.23308,76.97344,780.6938,275.223,1846.3705,44.10207,2352.7803,609.7986,31.060972,25.951475,169.86336,148.78445,274.43164,1127.1434,51.08631,12.684039,9.664068,676.4253,564.22876,71.05774,23.034416,280.39777,31.320616,332.4635,12.422431,43.677,0.0,1347.7864,2143.3433,0.28607282,37.78252,18.804409,15518.3955,44.95429,1.6030604,15.450397,28.228474,28.040594,8.803138,15.3763895,372.97952,28.669643,12.717608,1.1406301,7.8305116,458.7212,0.41173485,229.92436,83.75595,2556.574,131.74008,118.78667,178.72943,1227.3512,78.728546,64.77378,831.3784,59.678917,60.30948,10.356102,35.6585,219.43623,11.216965,8.675982,76.10236,17.111065,4554.841,20.927496,27.880953,18.40936,20.20299,347.94443,95.2781,30.848215,9.48616,10.33133,27.053764,66.235466,157.93968,45.81994,227.27171,29.321434,17.764322,89.041336,34.811817,22.398294,157.05441,18.191572,1.6220982,22.347998,11.102401,1185.409,24.266418,4.573326,150.69048,20.916414,215.26112,87.21984,153.46545,8.559134,110.44033,476.61526,449.06686,44.25073,291.4416,103.23313,50.703743,69.79139,157.56998,26.355059,61.84349,461.80154,15.131776,22.44239,338.37457,11.557568,6.964459,82.22205,65.13038,678.02936,181.59502,172.8038,1963.0065,32.2941,1560.7394,1291.1521,6.6089287,4.9640374,1333.6128,17.392704,9.225396,351.90692,20.309969,40.27634,19.638542,60.789032,251.43915,316.03064,3.0379643,29.819132,53.896465,308.8182,5.161532,83.7138,7.3428073,1.6241783,58.52281,1.2233578,1.471226,4.9812155,10.184483,21.99174,14.606794,26.44861,183.12042,31.198412,15.25,29.572916,7.39966,87.48065,3.4284723,16.353195,6.1979165,63.645355,2.6800594,4.4196167,13.538378,9.431696,16.416666,6.328373,0.9769918,60.87517,8.569143,189.55444,5.884431,259.97473,17.059822,1095.8751,109.277985,3.9025543,7.6809287,142.71117,177.38594,894.9086,879.165 +2023-02-25 21:00:00,0.0,2382.8247,28.208567,4.8860908,8.075448,24.239107,177.34158,25.193573,46.881756,20.933084,31.26047,159.78351,231.85608,12.210485,24.681368,12.330521,2.997456,31.103456,46.182755,29.605927,414.57135,22.485817,355.16193,134.80661,30.88844,229.77635,174.15506,76.96772,780.3031,275.2507,1845.862,44.085567,2352.729,609.7157,31.049986,25.944715,169.81792,148.64662,274.37253,1127.4573,51.10491,12.678987,9.663517,676.774,564.516,70.99031,23.062344,279.86313,31.349846,332.02786,12.425808,43.697674,0.0,1348.5159,2143.9944,0.28607792,37.75891,18.811186,15525.61,44.971043,1.6032863,15.468154,28.249405,28.062738,8.809244,15.387352,373.10416,28.653522,12.732205,1.1410875,7.8339496,458.9974,0.41140497,230.05748,83.74732,2556.3657,131.75446,118.803734,178.70828,1228.0511,78.73107,64.78619,830.73047,59.698112,60.27038,10.356993,35.66708,219.42757,11.214825,8.674627,76.128555,17.10501,4555.4185,20.932535,27.866072,18.412956,20.213861,348.0,95.336945,30.837053,9.486398,10.333598,27.079372,66.25626,158.0395,45.80915,227.325,29.338825,17.774046,89.09625,34.83337,22.3916,157.11555,18.204393,1.6223996,22.320612,11.101808,1185.367,24.26761,4.5801964,150.83928,20.925713,215.39142,87.249405,153.5668,8.557191,110.44967,476.83783,449.43378,44.26863,291.56216,103.322174,50.712315,69.792816,157.59157,26.361967,61.85621,461.79434,15.142199,22.45257,338.47913,11.541773,6.959448,82.275566,65.16511,678.2948,181.66646,172.81117,1963.0857,32.281857,1560.6677,1290.86,6.604732,4.960454,1333.3899,17.392693,9.220238,351.84653,20.298325,40.262836,19.62981,60.7669,251.43683,315.93494,3.035991,29.810139,53.845245,308.77692,5.159037,83.710686,7.341257,1.6246034,58.52433,1.2237024,1.4716754,4.9836974,10.184111,21.987268,14.604223,26.451042,183.08867,31.181547,15.241071,29.570312,7.3951535,87.44308,3.4265628,16.197187,6.1953125,63.64916,2.6712053,4.409462,13.521678,9.432923,16.401785,6.312649,0.976866,60.886673,8.56712,189.50935,5.883108,259.99023,17.056425,1095.758,109.271706,3.9042127,7.6785307,142.72194,177.39621,894.91504,879.0467 +2023-02-25 22:00:00,0.0,2383.2983,28.198181,4.885438,8.068131,24.24512,177.32222,25.192768,46.88891,20.939224,31.270487,159.64528,232.02705,12.209397,24.637262,12.342178,2.9957008,31.093779,46.091484,29.551365,414.49893,22.457844,355.0101,134.80203,30.853777,229.94482,174.07704,76.962,779.91235,275.27844,1845.3538,44.069065,2352.6775,609.6328,31.038998,25.937956,169.77248,148.50879,274.31345,1127.771,51.123512,12.673933,9.662966,677.12274,564.80316,70.92288,23.090273,279.32852,31.379076,331.59222,12.429185,43.71835,0.0,1349.2455,2144.6458,0.286083,37.7353,18.817965,15532.824,44.987797,1.603512,15.485912,28.270336,28.084883,8.8153515,15.3983135,373.2288,28.637402,12.746802,1.1415448,7.837388,459.27362,0.41107506,230.1906,83.738686,2556.1575,131.76884,118.8208,178.68713,1228.7511,78.73359,64.7986,830.0825,59.71731,60.231274,10.3578825,35.67566,219.41891,11.212686,8.673272,76.15475,17.098953,4555.996,20.937574,27.85119,18.416552,20.224733,348.05554,95.39579,30.825893,9.486634,10.335865,27.10498,66.27707,158.13933,45.798363,227.3783,29.356216,17.78377,89.15118,34.854927,22.384905,157.17668,18.217215,1.6227009,22.293226,11.101215,1185.3247,24.2688,4.587067,150.9881,20.93501,215.52171,87.27897,153.66814,8.555248,110.45901,477.06036,449.80066,44.28653,291.68277,103.41121,50.720886,69.79424,157.61317,26.368877,61.868923,461.78717,15.152621,22.46275,338.58368,11.525978,6.9544373,82.32908,65.199844,678.5603,181.7379,172.81853,1963.165,32.269615,1560.5961,1290.568,6.600536,4.95687,1333.1671,17.392681,9.215079,351.78613,20.28668,40.24933,19.62108,60.74477,251.4345,315.83926,3.0340178,29.801147,53.79402,308.7356,5.1565423,83.707565,7.3397074,1.6250284,58.525852,1.2240472,1.4721247,4.9861794,10.18374,21.982798,14.601652,26.453472,183.0569,31.164682,15.232142,29.567709,7.3906465,87.4055,3.424653,16.041182,6.1927085,63.652966,2.6623511,4.3993073,13.504978,9.434152,16.386906,6.2969246,0.97674024,60.898174,8.565095,189.46425,5.8817854,260.00577,17.05303,1095.641,109.265434,3.9058712,7.676133,142.73273,177.4065,894.92145,878.92847 +2023-02-25 23:00:00,0.0,2383.772,28.187798,4.884785,8.060814,24.251131,177.30287,25.191963,46.89606,20.945366,31.280504,159.50705,232.19803,12.208309,24.593155,12.353835,2.9939454,31.0841,46.00021,29.496803,414.42648,22.429873,354.8583,134.79744,30.819115,230.1133,173.99902,76.95627,779.52167,275.30615,1844.8453,44.052563,2352.6262,609.5499,31.028011,25.931196,169.72702,148.37096,274.25433,1128.0847,51.142113,12.6688795,9.662415,677.47144,565.09033,70.85546,23.1182,278.79388,31.408306,331.15656,12.432563,43.739025,0.0,1349.9751,2145.2969,0.28608814,37.711685,18.824741,15540.039,45.00455,1.603738,15.50367,28.291264,28.107027,8.821458,15.409276,373.3534,28.62128,12.761399,1.1420022,7.840826,459.54987,0.41074517,230.32373,83.73006,2555.9492,131.78323,118.83788,178.66599,1229.451,78.736115,64.811005,829.43463,59.73651,60.19217,10.358772,35.68424,219.41025,11.2105465,8.671918,76.18094,17.092896,4556.574,20.942614,27.83631,18.420145,20.235605,348.1111,95.454636,30.814732,9.486871,10.338132,27.130589,66.29787,158.23915,45.787575,227.4316,29.373608,17.793493,89.20609,34.87648,22.378212,157.23782,18.230036,1.6230022,22.26584,11.100622,1185.2825,24.26999,4.5939374,151.1369,20.944311,215.65201,87.30853,153.76949,8.553306,110.468346,477.28293,450.16757,44.304432,291.80334,103.50025,50.729458,69.79568,157.63477,26.375786,61.88164,461.77997,15.163045,22.472927,338.6882,11.510182,6.949426,82.38258,65.23458,678.82574,181.80936,172.82588,1963.2445,32.257374,1560.5244,1290.2759,6.596339,4.953286,1332.9443,17.39267,9.20992,351.72574,20.275036,40.235825,19.61235,60.72264,251.43216,315.7436,3.0320446,29.792154,53.7428,308.6943,5.1540475,83.70445,7.338157,1.6254535,58.52737,1.2243918,1.472574,4.988662,10.183368,21.978329,14.599081,26.455902,183.02513,31.147818,15.223214,29.565104,7.38614,87.367935,3.4227433,15.885174,6.190104,63.656773,2.653497,4.3891525,13.488277,9.435379,16.372025,6.2812004,0.9766145,60.909676,8.563071,189.41916,5.8804626,260.02127,17.049633,1095.5238,109.25916,3.9075298,7.673735,142.7435,177.41676,894.92786,878.81024 +2023-02-26 00:00:00,0.0,2384.2454,28.177412,4.884133,8.053497,24.257143,177.28351,25.191158,46.90321,20.951508,31.290522,159.36882,232.36902,12.207222,24.549047,12.365493,2.99219,31.074423,45.90894,29.44224,414.35406,22.401901,354.7065,134.79286,30.784452,230.28177,173.921,76.95055,779.131,275.3339,1844.3369,44.036064,2352.5747,609.46704,31.017023,25.924437,169.68158,148.23312,274.19525,1128.3986,51.160713,12.663827,9.661862,677.8202,565.37756,70.78803,23.14613,278.25928,31.437536,330.72092,12.43594,43.7597,0.0,1350.7046,2145.948,0.28609324,37.688076,18.83152,15547.254,45.021305,1.6039637,15.521428,28.312195,28.129171,8.827564,15.4202385,373.47803,28.60516,12.775996,1.1424596,7.844264,459.82608,0.41041526,230.45685,83.72143,2555.741,131.7976,118.85495,178.64484,1230.151,78.73864,64.82341,828.7867,59.75571,60.15307,10.359663,35.692818,219.40158,11.208406,8.670563,76.20713,17.08684,4557.152,20.947653,27.821428,18.42374,20.246477,348.16666,95.51348,30.803572,9.487107,10.3404,27.156197,66.318665,158.33897,45.776787,227.48488,29.391,17.803217,89.26102,34.898037,22.371517,157.29897,18.242857,1.6233035,22.238455,11.100029,1185.2404,24.271181,4.6008077,151.28572,20.95361,215.7823,87.3381,153.87082,8.551363,110.47768,477.50546,450.53445,44.32233,291.92395,103.58929,50.73803,69.797104,157.65636,26.382694,61.89436,461.7728,15.173468,22.483107,338.79276,11.494388,6.9444156,82.4361,65.26931,679.0912,181.8808,172.83324,1963.3237,32.24513,1560.4526,1289.9838,6.5921426,4.9497023,1332.7216,17.392658,9.2047615,351.66534,20.263391,40.22232,19.603619,60.700512,251.42984,315.64792,3.0300715,29.783163,53.691578,308.653,5.151552,83.70133,7.336607,1.6258786,58.528893,1.2247365,1.4730233,4.9911437,10.182997,21.973858,14.59651,26.458334,182.99338,31.13095,15.214286,29.5625,7.381633,87.33036,3.4208336,15.729167,6.1875,63.66058,2.6446428,4.378998,13.471578,9.436606,16.357143,6.265476,0.97648877,60.92118,8.561047,189.37407,5.87914,260.0368,17.046238,1095.4067,109.25289,3.9091883,7.6713376,142.75427,177.42703,894.93427,878.69196 +2023-02-26 01:00:00,0.0,2384.719,28.167028,4.88348,8.04618,24.263155,177.26416,25.190353,46.910362,20.95765,31.300539,159.23058,232.54,12.206134,24.50494,12.37715,2.9904344,31.064745,45.81767,29.387678,414.28162,22.37393,354.55472,134.78828,30.74979,230.45023,173.84299,76.944824,778.74023,275.36163,1843.8285,44.01956,2352.5234,609.3842,31.006037,25.917677,169.63614,148.09529,274.13614,1128.7123,51.179314,12.658773,9.661311,678.1689,565.66473,70.72061,23.174059,277.72467,31.466766,330.28525,12.439317,43.780376,0.0,1351.4342,2146.599,0.28609833,37.664463,18.838297,15554.469,45.03806,1.6041896,15.539186,28.333126,28.151316,8.833672,15.431201,373.60266,28.589039,12.790593,1.142917,7.847702,460.1023,0.41008538,230.58997,83.7128,2555.533,131.812,118.87202,178.62369,1230.851,78.74116,64.835815,828.13873,59.77491,60.113964,10.360553,35.701393,219.39291,11.206267,8.669208,76.233315,17.080784,4557.7295,20.952692,27.806547,18.427336,20.257349,348.22223,95.57232,30.79241,9.487344,10.342667,27.181807,66.33947,158.4388,45.766,227.53818,29.408392,17.81294,89.31593,34.91959,22.364824,157.36009,18.255678,1.6236049,22.21107,11.099437,1185.1981,24.272371,4.6076784,151.43452,20.962908,215.91261,87.36766,153.97217,8.54942,110.487015,477.728,450.90137,44.340233,292.04453,103.67832,50.7466,69.79853,157.67795,26.389605,61.907074,461.7656,15.18389,22.493286,338.8973,11.478593,6.9394045,82.48961,65.30405,679.3566,181.95224,172.84059,1963.4031,32.232887,1560.381,1289.6918,6.5879464,4.9461184,1332.4988,17.392647,9.199603,351.60495,20.251747,40.208817,19.594889,60.67838,251.4275,315.55222,3.028098,29.77417,53.640358,308.6117,5.1490574,83.69822,7.335057,1.6263036,58.53041,1.2250812,1.4734726,4.9936256,10.182625,21.969387,14.59394,26.460764,182.96161,31.114086,15.205357,29.559896,7.377126,87.292786,3.4189239,15.57316,6.184896,63.664383,2.6357887,4.3688426,13.454878,9.437835,16.342262,6.249752,0.976363,60.932682,8.559023,189.32898,5.877817,260.0523,17.042841,1095.2897,109.24662,3.9108467,7.66894,142.76505,177.43732,894.9407,878.5737 +2023-02-26 02:00:00,0.0,2385.1924,28.156643,4.8828273,8.038863,24.269167,177.2448,25.189548,46.91751,20.963789,31.310556,159.09235,232.71097,12.205046,24.460833,12.388807,2.9886792,31.055067,45.7264,29.333115,414.20917,22.345957,354.4029,134.78369,30.715126,230.6187,173.76497,76.9391,778.34955,275.38934,1843.3202,44.00306,2352.472,609.30133,30.99505,25.910917,169.59067,147.95746,274.07703,1129.026,51.197918,12.653721,9.66076,678.51764,565.9519,70.65318,23.201986,277.19003,31.495996,329.8496,12.442695,43.801052,0.0,1352.1638,2147.2502,0.28610343,37.640854,18.845076,15561.683,45.054813,1.6044154,15.556944,28.354057,28.17346,8.839778,15.442163,373.72726,28.572916,12.80519,1.1433744,7.8511405,460.3785,0.4097555,230.7231,83.70416,2555.3247,131.82639,118.889084,178.60254,1231.5509,78.74368,64.84823,827.4908,59.79411,60.074863,10.361443,35.709972,219.38425,11.204128,8.667853,76.25951,17.074726,4558.307,20.957731,27.791666,18.430931,20.26822,348.27777,95.631165,30.78125,9.48758,10.3449335,27.207415,66.36027,158.53862,45.755207,227.59146,29.425783,17.822664,89.37086,34.941147,22.35813,157.42123,18.268501,1.6239063,22.183681,11.098844,1185.156,24.273561,4.6145487,151.58333,20.972206,216.04291,87.397224,154.0735,8.547477,110.49635,477.95056,451.26825,44.35813,292.16513,103.767365,50.75517,69.799965,157.69954,26.396513,61.919792,461.75842,15.194314,22.503466,339.00183,11.462797,6.934394,82.54312,65.33878,679.6221,182.0237,172.84795,1963.4824,32.220642,1560.3093,1289.3997,6.58375,4.9425344,1332.276,17.392635,9.194445,351.54456,20.240103,40.195312,19.586157,60.65625,251.42517,315.45654,3.026125,29.765179,53.589138,308.5704,5.1465626,83.6951,7.333507,1.6267287,58.53193,1.2254258,1.4739219,4.996108,10.182253,21.964916,14.591369,26.463194,182.92986,31.097221,15.196428,29.557291,7.372619,87.25521,3.4170141,15.417152,6.1822915,63.66819,2.6269345,4.358688,13.438177,9.439062,16.327381,6.234028,0.97623724,60.944183,8.556999,189.28387,5.8764944,260.06784,17.039446,1095.1726,109.24035,3.9125051,7.666542,142.77582,177.44759,894.9471,878.45544 +2023-02-26 03:00:00,0.0,2385.666,28.14626,4.882175,8.031546,24.275179,177.22543,25.188744,46.924664,20.96993,31.320574,158.95412,232.88196,12.203958,24.416725,12.400464,2.9869237,31.04539,45.635124,29.278553,414.13675,22.317986,354.2511,134.77911,30.680464,230.78717,173.68695,76.93338,777.9588,275.41708,1842.8118,43.986557,2352.4207,609.21844,30.984062,25.904158,169.54523,147.81963,274.01794,1129.3397,51.21652,12.648667,9.660209,678.86633,566.2391,70.585754,23.229916,276.6554,31.525227,329.41397,12.446072,43.821728,0.0,1352.8933,2147.9016,0.28610852,37.61724,18.851852,15568.897,45.071568,1.6046413,15.574701,28.374987,28.195604,8.845885,15.453125,373.8519,28.556795,12.819787,1.1438318,7.8545785,460.65472,0.4094256,230.85622,83.69553,2555.1165,131.84077,118.90616,178.5814,1232.2509,78.74621,64.860634,826.84283,59.813305,60.03576,10.362333,35.71855,219.3756,11.201989,8.666498,76.2857,17.06867,4558.8853,20.96277,27.776785,18.434526,20.279093,348.3333,95.69001,30.77009,9.487817,10.347201,27.233023,66.38107,158.63844,45.74442,227.64476,29.443174,17.832388,89.42577,34.9627,22.351435,157.48238,18.281322,1.6242076,22.156296,11.098251,1185.1138,24.274754,4.621419,151.73215,20.981504,216.1732,87.42679,154.17485,8.545534,110.50569,478.1731,451.63516,44.376034,292.2857,103.8564,50.76374,69.80139,157.72115,26.403423,61.93251,461.75122,15.204737,22.513643,339.10638,11.447002,6.929383,82.59663,65.37352,679.8875,182.09514,172.8553,1963.5618,32.2084,1560.2377,1289.1075,6.5795536,4.938951,1332.0531,17.392624,9.189285,351.48416,20.228458,40.18181,19.577427,60.63412,251.42285,315.36087,3.0241518,29.756186,53.537914,308.52908,5.144068,83.69198,7.331957,1.6271538,58.53345,1.2257706,1.4743712,4.99859,10.181882,21.960447,14.588798,26.465626,182.89809,31.080357,15.1875,29.554688,7.3681126,87.217636,3.4151044,15.261146,6.1796875,63.671997,2.6180804,4.348533,13.421477,9.4402895,16.3125,6.218303,0.97611153,60.955685,8.554975,189.23878,5.8751717,260.08337,17.036049,1095.0555,109.23408,3.9141636,7.6641445,142.7866,177.45786,894.9535,878.3372 +2023-02-26 04:00:00,0.0,2386.1396,28.135876,4.881522,8.024229,24.28119,177.20609,25.187939,46.931816,20.976072,31.330591,158.81589,233.05293,12.202869,24.372618,12.412122,2.9851682,31.03571,45.543854,29.223991,414.0643,22.290014,354.0993,134.77452,30.645802,230.95564,173.60893,76.92765,777.5681,275.4448,1842.3033,43.970055,2352.3691,609.13556,30.973076,25.897398,169.49979,147.6818,273.95883,1129.6536,51.23512,12.643614,9.6596575,679.2151,566.5263,70.51833,23.257843,276.1208,31.554457,328.9783,12.449449,43.842403,0.0,1353.623,2148.5527,0.28611365,37.59363,18.858631,15576.112,45.088318,1.6048671,15.59246,28.395918,28.217749,8.851992,15.4640875,373.97653,28.540674,12.834383,1.1442891,7.8580165,460.93094,0.4090957,230.98933,83.686905,2554.9082,131.85515,118.923225,178.56026,1232.9508,78.748726,64.87304,826.19495,59.832504,59.99666,10.363223,35.727127,219.36693,11.199849,8.665143,76.31189,17.062614,4559.463,20.96781,27.761906,18.438122,20.289965,348.3889,95.748856,30.758928,9.488053,10.349468,27.25863,66.40187,158.73828,45.73363,227.69804,29.460567,17.842112,89.4807,34.984257,22.344742,157.5435,18.294144,1.6245089,22.12891,11.097658,1185.0717,24.275944,4.628289,151.88095,20.990803,216.3035,87.45635,154.27618,8.5435915,110.51503,478.39566,452.00204,44.393932,292.4063,103.945435,50.772312,69.80282,157.74274,26.410332,61.94523,461.74405,15.21516,22.523823,339.21094,11.431208,6.924372,82.65014,65.40825,680.15295,182.16658,172.86266,1963.6411,32.19616,1560.166,1288.8156,6.575357,4.935367,1331.8303,17.39261,9.184127,351.42377,20.216814,40.168304,19.568695,60.61199,251.42052,315.2652,3.0221786,29.747192,53.486694,308.4878,5.141573,83.688866,7.3304067,1.6275789,58.53497,1.2261152,1.4748205,5.001072,10.18151,21.955976,14.586226,26.468056,182.86632,31.063492,15.178571,29.552084,7.363606,87.18006,3.4131947,15.105139,6.1770835,63.675804,2.6092262,4.3383784,13.404778,9.441518,16.297619,6.202579,0.97598577,60.96719,8.552951,189.1937,5.873849,260.09888,17.032654,1094.9384,109.2278,3.9158223,7.6617465,142.79738,177.46812,894.95984,878.21893 +2023-02-26 05:00:00,0.0,2386.613,28.12549,4.8808694,8.0169115,24.287203,177.18672,25.187134,46.938965,20.982212,31.340609,158.67764,233.2239,12.201782,24.328512,12.423779,2.9834127,31.026031,45.452583,29.169428,413.99188,22.262043,353.94748,134.76994,30.61114,231.1241,173.53091,76.92193,777.1774,275.47253,1841.7949,43.953552,2352.3179,609.0527,30.962088,25.890638,169.45435,147.54396,273.89975,1129.9673,51.25372,12.638561,9.659105,679.5638,566.8135,70.450905,23.285772,275.58618,31.583685,328.54266,12.452826,43.86308,0.0,1354.3525,2149.2039,0.28611875,37.57002,18.865408,15583.326,45.105072,1.605093,15.610217,28.41685,28.239893,8.858098,15.47505,374.10114,28.524553,12.84898,1.1447465,7.8614545,461.20718,0.4087658,231.12247,83.678276,2554.7,131.86954,118.94029,178.53911,1233.6508,78.75125,64.88545,825.547,59.851704,59.957554,10.364114,35.735706,219.35826,11.19771,8.663789,76.33808,17.056557,4560.0405,20.972847,27.747025,18.441717,20.300837,348.44443,95.8077,30.747768,9.48829,10.351735,27.284239,66.422676,158.8381,45.722843,227.75134,29.477959,17.851833,89.535614,35.005814,22.338047,157.60464,18.306965,1.6248102,22.101524,11.097065,1185.0294,24.277134,4.63516,152.02975,21.000101,216.43379,87.485916,154.37753,8.541649,110.52437,478.6182,452.36896,44.411835,292.5269,104.03448,50.780884,69.80425,157.76433,26.41724,61.957943,461.73685,15.225583,22.534002,339.3155,11.415412,6.9193616,82.70365,65.442986,680.41846,182.23804,172.87001,1963.7205,32.183914,1560.0942,1288.5234,6.571161,4.931783,1331.6075,17.3926,9.178968,351.36337,20.20517,40.1548,19.559965,60.58986,251.41818,315.16953,3.0202053,29.738201,53.43547,308.4465,5.139078,83.685745,7.3288565,1.6280038,58.53649,1.2264599,1.4752699,5.003554,10.181139,21.951506,14.583655,26.470486,182.83456,31.046627,15.169642,29.549479,7.359099,87.14249,3.411285,14.949132,6.174479,63.679607,2.6003718,4.3282237,13.388077,9.442745,16.282738,6.186855,0.97586,60.97869,8.550927,189.1486,5.872526,260.1144,17.029257,1094.8213,109.22153,3.9174807,7.659349,142.80815,177.47841,894.96625,878.1007 +2023-02-26 06:00:00,0.0,2387.0867,28.115107,4.880217,8.009595,24.293215,177.16737,25.186329,46.946117,20.988354,31.350626,158.53941,233.3949,12.200694,24.284405,12.435436,2.9816575,31.016354,45.36131,29.114866,413.91943,22.23407,353.7957,134.76537,30.576477,231.29257,173.4529,76.91621,776.7867,275.50027,1841.2865,43.937054,2352.2664,608.96985,30.951101,25.883879,169.40889,147.40613,273.84064,1130.281,51.27232,12.633508,9.658554,679.9125,567.10065,70.383484,23.3137,275.05157,31.612915,328.10703,12.456203,43.883755,0.0,1355.0822,2149.855,0.28612384,37.54641,18.872185,15590.541,45.121826,1.6053189,15.627975,28.437778,28.262037,8.864205,15.486012,374.22577,28.508432,12.863577,1.145204,7.864893,461.4834,0.4084359,231.25558,83.66964,2554.492,131.88393,118.95737,178.51796,1234.3508,78.75378,64.89786,824.89905,59.870903,59.918453,10.365004,35.744286,219.3496,11.195571,8.662434,76.36427,17.0505,4560.618,20.977886,27.732143,18.445312,20.311708,348.5,95.86655,30.736607,9.488526,10.354002,27.309847,66.443474,158.93793,45.712055,227.80464,29.49535,17.861557,89.59053,35.027367,22.331354,157.66579,18.319786,1.6251116,22.074139,11.096473,1184.9872,24.278324,4.6420302,152.17857,21.0094,216.5641,87.51548,154.47887,8.539706,110.53371,478.84076,452.73584,44.429733,292.6475,104.12351,50.789455,69.80568,157.78592,26.42415,61.97066,461.72968,15.236006,22.544182,339.42,11.399617,6.9143505,82.757164,65.47772,680.6839,182.30948,172.87737,1963.7997,32.171673,1560.0226,1288.2313,6.566964,4.9281993,1331.3848,17.392588,9.173809,351.30298,20.193525,40.141296,19.551233,60.56773,251.41585,315.07382,3.018232,29.729208,53.38425,308.40518,5.1365833,83.68263,7.3273063,1.6284289,58.53801,1.2268046,1.4757192,5.0060363,10.180767,21.947037,14.581084,26.472916,182.8028,31.029762,15.160714,29.546875,7.3545923,87.10491,3.4093752,14.793125,6.171875,63.683414,2.5915177,4.318069,13.371377,9.443973,16.267857,6.1711307,0.97573423,60.990192,8.5489025,189.10352,5.8712034,260.1299,17.025862,1094.7042,109.215256,3.9191391,7.6569514,142.81892,177.48868,894.97266,877.9824 +2023-02-26 07:00:00,0.0,2387.5603,28.104721,4.8795643,8.002277,24.299227,177.14801,25.185524,46.95327,20.994495,31.360643,158.40118,233.56587,12.199606,24.240297,12.447093,2.979902,31.006676,45.27004,29.060303,413.84702,22.206099,353.6439,134.76077,30.541813,231.46104,173.37488,76.910484,776.396,275.52798,1840.7782,43.92055,2352.215,608.88696,30.940115,25.87712,169.36345,147.26828,273.78152,1130.5947,51.290924,12.628455,9.658003,680.2612,567.3879,70.316055,23.341629,274.51694,31.642145,327.67136,12.45958,43.90443,0.0,1355.8118,2150.506,0.28612894,37.522797,18.878963,15597.756,45.13858,1.6055447,15.645734,28.45871,28.284182,8.870312,15.496975,374.3504,28.492311,12.878174,1.1456614,7.868331,461.7596,0.408106,231.3887,83.66101,2554.2837,131.89832,118.974434,178.49681,1235.0508,78.756294,64.91026,824.2511,59.890102,59.87935,10.365893,35.752865,219.34093,11.193431,8.661078,76.39046,17.044443,4561.1963,20.982925,27.717262,18.448908,20.32258,348.55554,95.92539,30.725447,9.488764,10.35627,27.335457,66.46427,159.03775,45.701263,227.85793,29.512741,17.87128,89.645454,35.048923,22.32466,157.72693,18.332607,1.625413,22.046753,11.09588,1184.9451,24.279514,4.6489005,152.32738,21.0187,216.6944,87.54504,154.58022,8.537764,110.543045,479.0633,453.10275,44.447636,292.76807,104.21255,50.798027,69.807106,157.80751,26.431059,61.98338,461.72247,15.246429,22.55436,339.52457,11.383822,6.90934,82.81067,65.51246,680.94934,182.38092,172.88472,1963.879,32.159428,1559.9509,1287.9393,6.562768,4.9246154,1331.162,17.392576,9.168651,351.24258,20.18188,40.12779,19.542503,60.5456,251.41353,314.97815,3.016259,29.720217,53.33303,308.3639,5.1340885,83.67951,7.3257565,1.628854,58.539528,1.2271492,1.4761685,5.008518,10.180396,21.942566,14.578513,26.475348,182.77103,31.012896,15.151786,29.544271,7.3500853,87.06734,3.4074655,14.637118,6.169271,63.68722,2.5826635,4.3079143,13.354676,9.445201,16.252975,6.1554065,0.9756085,61.001694,8.546879,189.05841,5.8698807,260.14545,17.022465,1094.5872,109.208984,3.9207976,7.6545534,142.8297,177.49895,894.97906,877.8642 +2023-02-26 08:00:00,0.0,2388.0337,28.094337,4.8789115,7.9949603,24.305239,177.12865,25.18472,46.96042,21.000637,31.37066,158.26295,233.73685,12.198518,24.19619,12.458751,2.9781466,30.996998,45.17877,29.005741,413.77457,22.178127,353.49207,134.7562,30.50715,231.6295,173.29686,76.90476,776.0053,275.55573,1840.2698,43.90405,2352.1636,608.8041,30.929127,25.87036,169.31801,147.13045,273.72244,1130.9086,51.309525,12.623402,9.657452,680.6099,567.67505,70.24863,23.369556,273.98233,31.671375,327.23572,12.462957,43.925106,0.0,1356.5413,2151.1575,0.28613403,37.499184,18.88574,15604.971,45.155334,1.6057706,15.663491,28.479641,28.306326,8.876419,15.5079365,374.47504,28.47619,12.892771,1.1461188,7.871769,462.03583,0.40777612,231.52184,83.65238,2554.0754,131.91269,118.9915,178.47566,1235.7507,78.75882,64.92267,823.6032,59.9093,59.84025,10.366784,35.761444,219.33228,11.191292,8.659724,76.41665,17.038387,4561.774,20.987965,27.702381,18.452503,20.333452,348.6111,95.98424,30.714285,9.489,10.358537,27.361065,66.48508,159.13757,45.690475,227.91122,29.530132,17.881004,89.70037,35.070477,22.317965,157.78806,18.345428,1.6257143,22.019367,11.095287,1184.9028,24.280704,4.655771,152.4762,21.027998,216.82469,87.5746,154.68155,8.53582,110.55238,479.28586,453.46964,44.465534,292.88867,104.30159,50.806595,69.80854,157.8291,26.43797,61.996098,461.7153,15.256852,22.564539,339.62912,11.368027,6.904329,82.86418,65.54719,681.2148,182.45238,172.89207,1963.9583,32.147186,1559.8793,1287.6472,6.5585713,4.9210315,1330.9392,17.392565,9.163492,351.1822,20.170237,40.114285,19.533772,60.523468,251.4112,314.88248,3.0142858,29.711224,53.281807,308.32257,5.1315937,83.6764,7.3242064,1.629279,58.54105,1.227494,1.4766178,5.011,10.180024,21.938095,14.575942,26.477777,182.73927,30.99603,15.142857,29.541666,7.3455787,87.02976,3.4055557,14.481112,6.1666665,63.691025,2.5738094,4.2977595,13.337976,9.446428,16.238094,6.1396823,0.97548276,61.0132,8.544855,189.01332,5.868558,260.16098,17.01907,1094.47,109.20271,3.922456,7.652156,142.84048,177.50923,894.9855,877.7459 +2023-02-26 09:00:00,0.0,2388.5073,28.083952,4.878259,7.9876432,24.31125,177.1093,25.183914,46.96757,21.006777,31.380678,158.12471,233.90784,12.19743,24.152082,12.4704075,2.976391,30.98732,45.087494,28.95118,413.70212,22.150156,353.34027,134.75162,30.472488,231.79797,173.21884,76.89904,775.61456,275.58344,1839.7614,43.887547,2352.1123,608.7212,30.91814,25.8636,169.27255,146.99261,273.66333,1131.2223,51.328125,12.618348,9.6569,680.9587,567.9622,70.181206,23.397486,273.4477,31.700605,326.80008,12.466335,43.94578,0.0,1357.2709,2151.8086,0.28613916,37.475574,18.892519,15612.185,45.17209,1.6059964,15.68125,28.500572,28.32847,8.882525,15.518899,374.59964,28.46007,12.907368,1.1465762,7.8752074,462.31204,0.4074462,231.65495,83.643745,2553.8672,131.92708,119.008575,178.45451,1236.4507,78.76134,64.93508,822.95526,59.9285,59.801144,10.367674,35.77002,219.32361,11.189153,8.658369,76.44284,17.032331,4562.3516,20.993004,27.6875,18.456099,20.344324,348.66666,96.04308,30.703125,9.489237,10.360804,27.386673,66.505875,159.2374,45.679688,227.96451,29.547525,17.890728,89.755295,35.092033,22.311272,157.8492,18.35825,1.6260157,21.991982,11.094694,1184.8607,24.281895,4.6626415,152.625,21.037296,216.95499,87.604164,154.7829,8.533877,110.56172,479.5084,453.83655,44.483437,293.00925,104.390625,50.815166,69.80997,157.85071,26.444878,62.008812,461.7081,15.267275,22.574718,339.73367,11.352232,6.899318,82.917694,65.581924,681.4802,182.52382,172.89943,1964.0376,32.13494,1559.8076,1287.3551,6.5543747,4.917448,1330.7164,17.392553,9.158333,351.1218,20.158592,40.10078,19.525042,60.50134,251.40886,314.7868,3.0123124,29.70223,53.230587,308.28128,5.129099,83.67328,7.322656,1.6297041,58.54257,1.2278386,1.4770671,5.0134826,10.179653,21.933626,14.573371,26.480207,182.7075,30.979166,15.133928,29.539062,7.3410716,86.99219,3.403646,14.325104,6.1640625,63.69483,2.5649552,4.287605,13.321277,9.447656,16.223215,6.123958,0.975357,61.0247,8.54283,188.96823,5.867235,260.17648,17.015673,1094.3529,109.19644,3.9241147,7.649758,142.85126,177.5195,894.9919,877.6277 +2023-02-26 10:00:00,0.0,2388.9807,28.073568,4.8776064,7.980326,24.317263,177.08994,25.183111,46.974724,21.012918,31.390696,157.98648,234.07881,12.1963415,24.107975,12.482065,2.9746358,30.977642,44.996223,28.896616,413.6297,22.122183,353.18848,134.74702,30.437826,231.96645,173.14082,76.89331,775.2239,275.61118,1839.2529,43.871044,2352.061,608.6383,30.907152,25.85684,169.22711,146.85478,273.60425,1131.536,51.346725,12.613296,9.656349,681.3074,568.24945,70.11378,23.425413,272.9131,31.729836,326.3644,12.469712,43.966457,0.0,1358.0005,2152.4597,0.28614426,37.45196,18.899296,15619.399,45.188843,1.6062223,15.699007,28.521502,28.350615,8.888632,15.529861,374.72427,28.443949,12.921965,1.1470335,7.8786454,462.58826,0.40711632,231.78807,83.63512,2553.659,131.94147,119.02564,178.43336,1237.1506,78.76386,64.94749,822.3073,59.947697,59.762043,10.368564,35.7786,219.31494,11.187014,8.657014,76.46903,17.026274,4562.929,20.998043,27.672619,18.459694,20.355196,348.72223,96.10193,30.691965,9.489473,10.363071,27.412281,66.52668,159.33722,45.6689,228.0178,29.564917,17.900452,89.81021,35.113586,22.304577,157.91034,18.37107,1.6263169,21.964596,11.094101,1184.8185,24.283087,4.669512,152.7738,21.046595,217.08528,87.63373,154.88423,8.531935,110.57106,479.73096,454.20343,44.501335,293.12985,104.47966,50.82374,69.81139,157.8723,26.451786,62.02153,461.70093,15.2776985,22.584898,339.8382,11.336437,6.894307,82.97121,65.61666,681.74567,182.59528,172.90678,1964.117,32.1227,1559.7358,1287.0631,6.5501785,4.913864,1330.4935,17.392542,9.153174,351.0614,20.146948,40.087276,19.516312,60.47921,251.40654,314.6911,3.0103393,29.69324,53.179363,308.24,5.126604,83.670166,7.321106,1.6301292,58.54409,1.2281834,1.4775164,5.0159645,10.179281,21.929155,14.5708,26.48264,182.67574,30.962301,15.125,29.536459,7.336565,86.95461,3.4017363,14.169097,6.1614585,63.69864,2.556101,4.27745,13.304576,9.448884,16.208334,6.108234,0.97523123,61.0362,8.540807,188.92314,5.8659124,260.19202,17.012278,1094.2358,109.19017,3.9257731,7.6473603,142.86203,177.52977,894.9983,877.5094 +2023-02-26 11:00:00,0.0,2389.4543,28.063183,4.8769536,7.973009,24.323275,177.07059,25.182306,46.981873,21.01906,31.400715,157.84825,234.24979,12.195254,24.06387,12.493722,2.9728804,30.967962,44.904953,28.842054,413.55725,22.094212,353.03665,134.74245,30.403164,232.13492,173.0628,76.88759,774.8332,275.63892,1838.7446,43.85454,2352.0095,608.5554,30.896166,25.85008,169.18167,146.71695,273.54514,1131.8499,51.365326,12.608242,9.655797,681.6561,568.5366,70.04636,23.453342,272.37848,31.759066,325.92877,12.473089,43.987133,0.0,1358.7301,2153.1108,0.28614935,37.428352,18.906075,15626.614,45.205597,1.606448,15.716765,28.542433,28.372759,8.894739,15.540824,374.8489,28.427828,12.936562,1.1474909,7.8820834,462.86447,0.40678644,231.9212,83.62649,2553.4507,131.95584,119.04271,178.41222,1237.8506,78.76639,64.95989,821.65936,59.966896,59.72294,10.369454,35.787174,219.30627,11.184874,8.65566,76.495224,17.020218,4563.507,21.003082,27.657738,18.46329,20.366068,348.77777,96.160774,30.680803,9.48971,10.365338,27.43789,66.54748,159.43704,45.65811,228.0711,29.582308,17.910175,89.865135,35.135143,22.297882,157.97147,18.383894,1.6266183,21.937208,11.093509,1184.7762,24.284277,4.676382,152.92262,21.055893,217.21558,87.66329,154.98558,8.529992,110.5804,479.9535,454.57034,44.519238,293.25046,104.5687,50.83231,69.81282,157.89389,26.458696,62.03425,461.69373,15.288121,22.595076,339.94275,11.3206415,6.8892965,83.02472,65.6514,682.0111,182.66672,172.91415,1964.1963,32.11046,1559.6642,1286.771,6.545982,4.91028,1330.2708,17.39253,9.148016,351.00104,20.135303,40.073772,19.50758,60.45708,251.4042,314.59543,3.008366,29.684246,53.128143,308.19867,5.1241093,83.667046,7.3195558,1.6305543,58.54561,1.228528,1.4779657,5.0184464,10.17891,21.924685,14.568229,26.48507,182.64398,30.945436,15.116071,29.533854,7.332058,86.91704,3.3998265,14.01309,6.158854,63.702446,2.547247,4.2672954,13.287876,9.450111,16.193453,6.0925097,0.9751055,61.047707,8.538782,188.87805,5.8645897,260.20752,17.00888,1094.1188,109.18389,3.9274316,7.644963,142.8728,177.54004,895.0047,877.3912 +2023-02-26 12:00:00,0.0,2389.928,28.0528,4.8763013,7.965692,24.329287,177.05122,25.181501,46.989025,21.0252,31.410732,157.71002,234.42078,12.194166,24.019762,12.50538,2.971125,30.958284,44.81368,28.78749,413.48483,22.06624,352.88486,134.73785,30.3685,232.30338,172.98479,76.88187,774.44244,275.66663,1838.2362,43.838043,2351.9583,608.4726,30.88518,25.84332,169.13623,146.57912,273.48602,1132.1636,51.38393,12.603189,9.655246,682.0048,568.8238,69.97893,23.48127,271.84384,31.788296,325.49313,12.476467,44.00781,0.0,1359.4596,2153.762,0.28615445,37.40474,18.912851,15633.829,45.22235,1.606674,15.734523,28.563362,28.394903,8.900846,15.551786,374.9735,28.411707,12.951159,1.1479483,7.8855214,463.14072,0.40645653,232.05432,83.61786,2553.2427,131.97023,119.05978,178.39107,1238.5505,78.768906,64.9723,821.0115,59.986095,59.683838,10.370344,35.795753,219.2976,11.1827345,8.6543045,76.521416,17.01416,4564.085,21.008121,27.642857,18.466885,20.37694,348.8333,96.21962,30.669643,9.489946,10.367605,27.463497,66.56828,159.53687,45.64732,228.12439,29.599699,17.919899,89.92005,35.156696,22.29119,158.03261,18.396715,1.6269196,21.909822,11.092916,1184.7341,24.285467,4.6832523,153.07143,21.065191,217.34589,87.692856,155.08691,8.528049,110.58974,480.17603,454.93726,44.537136,293.37103,104.65774,50.84088,69.814255,157.91548,26.465605,62.046967,461.68655,15.298545,22.605255,340.0473,11.304847,6.8842854,83.078224,65.68613,682.2766,182.73816,172.92151,1964.2756,32.098213,1559.5925,1286.4789,6.5417857,4.9066963,1330.048,17.392519,9.142857,350.94064,20.12366,40.06027,19.49885,60.434948,251.40187,314.49976,3.006393,29.675255,53.076923,308.15738,5.1216145,83.66393,7.318006,1.6309793,58.547127,1.2288727,1.478415,5.0209284,10.178538,21.920216,14.565659,26.4875,182.61221,30.928572,15.107142,29.53125,7.3275514,86.87946,3.3979168,13.857083,6.15625,63.70625,2.5383928,4.25714,13.271175,9.451339,16.178572,6.0767856,0.97497976,61.059208,8.536758,188.83295,5.863267,260.22305,17.005486,1094.0016,109.17762,3.92909,7.642565,142.88358,177.55032,895.0111,877.2729 +2023-02-26 13:00:00,0.0,2390.4014,28.042414,4.8756485,7.958375,24.335299,177.03186,25.180696,46.996178,21.031342,31.42075,157.57178,234.59175,12.193078,23.975655,12.517036,2.9693694,30.948606,44.72241,28.73293,413.41238,22.038269,352.73306,134.73328,30.333838,232.47185,172.90677,76.876144,774.05176,275.69437,1837.7278,43.82154,2351.9067,608.3897,30.874191,25.836561,169.09077,146.44128,273.42694,1132.4773,51.40253,12.598136,9.654695,682.3536,569.11096,69.9115,23.5092,271.3092,31.817526,325.05746,12.479844,44.028484,0.0,1360.1892,2154.4133,0.28615955,37.38113,18.91963,15641.043,45.239105,1.6068997,15.752281,28.584293,28.417048,8.906952,15.562748,375.09814,28.395586,12.965755,1.1484057,7.88896,463.41693,0.40612665,232.18744,83.60922,2553.0344,131.98462,119.07684,178.36992,1239.2505,78.77143,64.98471,820.3635,60.005295,59.644733,10.371235,35.804333,219.28896,11.180595,8.652949,76.5476,17.008104,4564.6626,21.01316,27.627975,18.47048,20.387812,348.8889,96.278465,30.658482,9.490183,10.369873,27.489107,66.58908,159.63669,45.63653,228.17769,29.617092,17.929623,89.974976,35.178253,22.284494,158.09375,18.409536,1.627221,21.882437,11.092323,1184.6919,24.286657,4.690123,153.22025,21.07449,217.47618,87.72242,155.18826,8.526107,110.59907,480.3986,455.30414,44.55504,293.49164,104.74677,50.849453,69.81568,157.93707,26.472513,62.05968,461.67935,15.308968,22.615435,340.15182,11.289052,6.879275,83.13174,65.72086,682.54205,182.80962,172.92886,1964.355,32.08597,1559.5209,1286.1869,6.537589,4.9031124,1329.8252,17.392508,9.137698,350.88025,20.112015,40.046764,19.490118,60.41282,251.39955,314.40408,3.0044196,29.666262,53.0257,308.1161,5.119119,83.66081,7.316456,1.6314044,58.54865,1.2292174,1.4788644,5.023411,10.178167,21.915745,14.563087,26.489931,182.58046,30.911705,15.098214,29.528646,7.323045,86.84189,3.396007,13.7010765,6.153646,63.710056,2.5295386,4.2469854,13.254476,9.452566,16.16369,6.0610614,0.974854,61.07071,8.534735,188.78786,5.861944,260.23856,17.002089,1093.8845,109.17135,3.9307485,7.640167,142.89436,177.5606,895.0175,877.15466 +2023-02-26 14:00:00,0.0,2390.875,28.03203,4.8749957,7.951058,24.34131,177.01251,25.179892,47.003326,21.037483,31.430767,157.43355,234.76273,12.19199,23.931547,12.528694,2.9676142,30.938929,44.631138,28.678368,413.33994,22.010296,352.58124,134.7287,30.299175,232.64032,172.82875,76.87042,773.6611,275.72208,1837.2194,43.80504,2351.8555,608.3068,30.863205,25.829802,169.04532,146.30345,273.36783,1132.791,51.42113,12.593082,9.654143,682.7023,569.3982,69.84408,23.537128,270.7746,31.846756,324.62183,12.483221,44.04916,0.0,1360.9188,2155.0645,0.28616467,37.357517,18.926407,15648.258,45.25586,1.6071256,15.770039,28.605225,28.439192,8.913059,15.57371,375.22278,28.379465,12.980352,1.1488631,7.892398,463.69315,0.40579674,232.32057,83.60059,2552.8262,131.99901,119.09392,178.34877,1239.9504,78.77396,64.997116,819.7156,60.024494,59.605633,10.372125,35.812912,219.28029,11.178455,8.651595,76.57379,17.002048,4565.24,21.0182,27.613094,18.474075,20.398684,348.94443,96.33731,30.647322,9.490419,10.37214,27.514715,66.60988,159.73651,45.625744,228.23097,29.634483,17.939344,90.02989,35.199806,22.277802,158.15488,18.422358,1.6275223,21.855051,11.09173,1184.6498,24.287848,4.6969934,153.36905,21.083788,217.60648,87.75198,155.2896,8.524163,110.608406,480.62112,455.67105,44.572937,293.6122,104.835815,50.85802,69.81711,157.95868,26.479424,62.0724,461.67218,15.31939,22.625614,340.25638,11.273256,6.874264,83.18525,65.7556,682.8075,182.88106,172.93622,1964.4342,32.073727,1559.4491,1285.8948,6.533393,4.8995285,1329.6024,17.392496,9.13254,350.81985,20.10037,40.03326,19.481388,60.39069,251.39722,314.3084,3.0024464,29.65727,52.97448,308.07477,5.1166244,83.6577,7.3149056,1.6318295,58.550167,1.229562,1.4793137,5.0258927,10.177795,21.911274,14.560516,26.492361,182.54869,30.89484,15.089286,29.526041,7.3185377,86.80431,3.3940973,13.54507,6.1510415,63.713863,2.5206845,4.2368307,13.237776,9.4537945,16.14881,6.045337,0.9747282,61.08221,8.53271,188.74277,5.8606215,260.2541,16.998693,1093.7675,109.16508,3.9324071,7.6377697,142.90514,177.57086,895.0239,877.0364 +2023-02-26 15:00:00,0.0,2391.3484,28.021645,4.8743434,7.943741,24.347322,176.99315,25.179087,47.01048,21.043625,31.440784,157.29532,234.93372,12.190902,23.88744,12.540351,2.9658587,30.92925,44.539867,28.623804,413.26752,21.982325,352.42944,134.7241,30.264513,232.80879,172.75073,76.86469,773.2703,275.74982,1836.7109,43.788536,2351.804,608.22394,30.852217,25.823042,168.99988,146.16562,273.30875,1133.1049,51.43973,12.58803,9.653592,683.05096,569.68536,69.77665,23.565056,270.24,31.875986,324.18616,12.486599,44.069836,0.0,1361.6484,2155.7156,0.28616977,37.333908,18.933186,15655.473,45.272614,1.6073514,15.787797,28.626154,28.461336,8.919166,15.584673,375.34738,28.363344,12.994949,1.1493205,7.895836,463.96936,0.40546685,232.45369,83.591965,2552.618,132.01338,119.110985,178.32764,1240.6504,78.776474,65.00952,819.0676,60.043694,59.56653,10.373014,35.821487,219.27162,11.176316,8.65024,76.59998,16.99599,4565.818,21.02324,27.598215,18.477669,20.409554,349.0,96.39616,30.63616,9.490656,10.374407,27.540323,66.630684,159.83633,45.614956,228.28427,29.651875,17.949068,90.084816,35.221363,22.271107,158.21602,18.435179,1.6278236,21.827665,11.091137,1184.6075,24.289038,4.7038636,153.51785,21.093086,217.73677,87.78155,155.39095,8.522221,110.617744,480.8437,456.03793,44.59084,293.73282,104.92485,50.866592,69.81854,157.98027,26.486332,62.085117,461.66498,15.329814,22.635792,340.36093,11.257462,6.869253,83.23876,65.79034,683.07294,182.9525,172.94357,1964.5135,32.061485,1559.3774,1285.6027,6.5291963,4.895945,1329.3796,17.392485,9.12738,350.75946,20.088726,40.019756,19.472656,60.36856,251.39488,314.2127,3.0004733,29.648277,52.923256,308.03348,5.1141295,83.65458,7.3133554,1.6322545,58.55169,1.2299068,1.479763,5.0283747,10.177424,21.906803,14.557945,26.494791,182.51692,30.877975,15.080357,29.523438,7.314031,86.76674,3.3921876,13.389063,6.1484375,63.71767,2.5118303,4.226676,13.221075,9.455022,16.133928,6.029613,0.9746025,61.093716,8.530686,188.69768,5.8592987,260.26962,16.995296,1093.6504,109.158806,3.9340656,7.6353717,142.91591,177.58115,895.0303,876.91815 +2023-02-26 16:00:00,0.0,2391.822,28.011261,4.8736906,7.936424,24.353334,176.9738,25.178282,47.01763,21.049765,31.450802,157.15709,235.10469,12.189815,23.843332,12.552009,2.9641032,30.919573,44.448593,28.569242,413.19507,21.954353,352.27765,134.71953,30.229849,232.97725,172.67271,76.85897,772.87964,275.77753,1836.2026,43.772034,2351.7527,608.14105,30.84123,25.816282,168.95442,146.02779,273.24963,1133.4186,51.458332,12.582976,9.65304,683.3997,569.97253,69.70923,23.592985,269.70535,31.905216,323.75052,12.489976,44.09051,0.0,1362.3779,2156.3667,0.28617486,37.310295,18.939962,15662.687,45.289368,1.6075773,15.805554,28.647083,28.48348,8.925273,15.595635,375.47202,28.347223,13.009546,1.1497778,7.899274,464.24557,0.40513694,232.5868,83.58333,2552.4097,132.02777,119.12805,178.30649,1241.3503,78.779,65.021935,818.4197,60.06289,59.527428,10.373905,35.830067,219.26295,11.174177,8.648886,76.626175,16.989935,4566.396,21.028278,27.583334,18.481264,20.420425,349.05554,96.455,30.625,9.490892,10.376675,27.565931,66.65148,159.93616,45.604168,228.33755,29.669266,17.958792,90.13973,35.242916,22.264412,158.27716,18.448,1.628125,21.80028,11.090545,1184.5654,24.29023,4.710734,153.66667,21.102386,217.86707,87.81111,155.4923,8.520278,110.62708,481.06622,456.40485,44.608738,293.8534,105.013885,50.875164,69.81997,158.00186,26.493242,62.097836,461.6578,15.340237,22.645971,340.46548,11.241667,6.8642426,83.29227,65.825066,683.3384,183.02396,172.95093,1964.5928,32.04924,1559.3058,1285.3107,6.525,4.892361,1329.1567,17.392473,9.122222,350.69907,20.077084,40.00625,19.463926,60.346428,251.39256,314.11703,2.9984999,29.639284,52.872036,307.99216,5.1116347,83.65147,7.3118052,1.6326796,58.553207,1.2302514,1.4802123,5.030857,10.1770525,21.902334,14.555374,26.497223,182.48517,30.86111,15.071428,29.520834,7.309524,86.729164,3.3902779,13.233055,6.1458335,63.721474,2.5029762,4.2165213,13.204375,9.456249,16.119047,6.013889,0.97447675,61.105217,8.528663,188.65259,5.857976,260.28513,16.991901,1093.5332,109.152534,3.935724,7.632974,142.92668,177.59142,895.0367,876.79987 +2023-02-26 17:00:00,0.0,2392.2957,28.000877,4.873038,7.9291067,24.359346,176.95444,25.177477,47.02478,21.055906,31.46082,157.01886,235.27568,12.188726,23.799225,12.563665,2.9623477,30.909895,44.357323,28.51468,413.12265,21.92638,352.12582,134.71495,30.195187,233.14572,172.5947,76.85325,772.4889,275.80527,1835.6942,43.75553,2351.7012,608.05817,30.830244,25.809523,168.90898,145.88995,273.19052,1133.7323,51.476936,12.577923,9.652489,683.7484,570.25977,69.6418,23.620913,269.17075,31.934446,323.31488,12.493353,44.111187,0.0,1363.1075,2157.018,0.28617996,37.286682,18.946741,15669.901,45.30612,1.6078031,15.823313,28.668015,28.505625,8.931379,15.606598,375.59665,28.331102,13.024142,1.1502352,7.9027123,464.5218,0.40480706,232.71992,83.5747,2552.2014,132.04216,119.14513,178.28534,1242.0504,78.781525,65.03434,817.7718,60.08209,59.488323,10.374795,35.838646,219.25429,11.172038,8.647531,76.65237,16.98388,4566.9736,21.033318,27.568453,18.48486,20.431297,349.1111,96.51384,30.61384,9.49113,10.378942,27.59154,66.67229,160.036,45.593376,228.39085,29.686659,17.968515,90.19466,35.264473,22.257719,158.33829,18.460821,1.6284263,21.772894,11.0899515,1184.5232,24.29142,4.7176046,153.81548,21.111685,217.99738,87.840675,155.59363,8.518335,110.63642,481.2888,456.77173,44.62664,293.974,105.10293,50.883736,69.821396,158.02345,26.50015,62.11055,461.6506,15.350659,22.65615,340.57,11.225871,6.8592315,83.34578,65.8598,683.6038,183.0954,172.95828,1964.6721,32.037,1559.2341,1285.0186,6.5208035,4.8887773,1328.934,17.392462,9.1170635,350.63867,20.06544,39.992744,19.455194,60.3243,251.39023,314.02136,2.9965267,29.630293,52.820816,307.95087,5.10914,83.648346,7.3102555,1.6331047,58.554726,1.2305961,1.4806616,5.033339,10.1766815,21.897863,14.552803,26.499653,182.4534,30.844246,15.0625,29.518229,7.3050175,86.69159,3.3883681,13.077048,6.143229,63.72528,2.494122,4.2063665,13.187675,9.457478,16.104166,5.9981647,0.974351,61.11672,8.526638,188.60748,5.856653,260.30066,16.988504,1093.4161,109.146255,3.9373825,7.630576,142.93747,177.60168,895.0431,876.68164 +2023-02-26 18:00:00,0.0,2392.769,27.990492,4.8723855,7.9217896,24.365358,176.93507,25.176672,47.031933,21.062048,31.470837,156.88062,235.44666,12.187638,23.75512,12.575323,2.9605925,30.900215,44.266052,28.460117,413.0502,21.898409,351.97403,134.71036,30.160524,233.3142,172.51668,76.84753,772.0982,275.833,1835.1858,43.73903,2351.65,607.97534,30.819256,25.802763,168.86354,145.75212,273.13144,1134.046,51.495537,12.57287,9.6519375,684.09717,570.54694,69.57437,23.648842,268.6361,31.963676,322.8792,12.49673,44.131863,0.0,1363.8372,2157.6692,0.28618506,37.263073,18.953518,15677.116,45.322876,1.608029,15.841071,28.688946,28.52777,8.937486,15.617559,375.72125,28.31498,13.038739,1.1506926,7.9061503,464.79803,0.40447715,232.85306,83.56607,2551.9934,132.05655,119.16219,178.26419,1242.7504,78.78404,65.046745,817.12384,60.101288,59.44922,10.375686,35.847225,219.24564,11.169898,8.646175,76.67855,16.977821,4567.5513,21.038357,27.553572,18.488455,20.44217,349.16666,96.572685,30.602678,9.491366,10.381208,27.617147,66.693085,160.13582,45.58259,228.44415,29.70405,17.97824,90.24957,35.286026,22.251024,158.39943,18.473642,1.6287277,21.745508,11.089359,1184.481,24.29261,4.724475,153.96428,21.120983,218.12767,87.87024,155.69498,8.516393,110.64576,481.51132,457.13864,44.64454,294.09457,105.19196,50.892307,69.82283,158.04504,26.50706,62.12327,461.64343,15.361083,22.66633,340.67456,11.210076,6.854221,83.39929,65.89454,683.86926,183.16684,172.96564,1964.7516,32.024757,1559.1625,1284.7266,6.5166073,4.8851933,1328.7112,17.39245,9.111904,350.57828,20.053795,39.97924,19.446465,60.30217,251.3879,313.9257,2.9945536,29.6213,52.769592,307.90958,5.106645,83.64523,7.3087053,1.6335298,58.556248,1.2309408,1.4811109,5.035821,10.17631,21.893393,14.550232,26.502083,182.42163,30.827381,15.053571,29.515625,7.3005104,86.654015,3.3864586,12.9210415,6.140625,63.729088,2.4852679,4.196212,13.170975,9.458705,16.089285,5.9824405,0.9742253,61.12822,8.524614,188.5624,5.8553305,260.31616,16.985107,1093.2991,109.139984,3.939041,7.6281786,142.94824,177.61195,895.0495,876.56335 +2023-02-26 19:00:00,0.0,2393.2427,27.980108,4.8717327,7.9144726,24.37137,176.91573,25.175867,47.039085,21.068188,31.480854,156.74239,235.61763,12.18655,23.711012,12.58698,2.958837,30.890537,44.174778,28.405556,412.97778,21.870438,351.82224,134.70578,30.125862,233.48265,172.43866,76.841805,771.7075,275.86072,1834.6774,43.72253,2351.5984,607.89246,30.80827,25.796003,168.81808,145.61429,273.07233,1134.3599,51.514137,12.567817,9.651386,684.44586,570.8341,69.50695,23.67677,268.1015,31.992907,322.44357,12.500108,44.15254,0.0,1364.5667,2158.3203,0.28619018,37.23946,18.960295,15684.331,45.339626,1.6082548,15.858829,28.709877,28.549913,8.943593,15.628522,375.8459,28.298859,13.053336,1.15115,7.9095883,465.07425,0.40414727,232.98618,83.55744,2551.7852,132.07092,119.17926,178.24304,1243.4503,78.78657,65.05915,816.4759,60.120487,59.41012,10.376575,35.855804,219.23697,11.167759,8.644821,76.70474,16.971766,4568.129,21.043396,27.53869,18.49205,20.453041,349.2222,96.63153,30.591518,9.491603,10.383476,27.642756,66.71388,160.23564,45.5718,228.49744,29.721441,17.987963,90.3045,35.307583,22.244331,158.46057,18.486465,1.629029,21.718122,11.088766,1184.4388,24.2938,4.731345,154.1131,21.130281,218.25797,87.8998,155.79631,8.51445,110.6551,481.7339,457.50552,44.66244,294.21518,105.281006,50.90088,69.82426,158.06664,26.51397,62.135986,461.63623,15.371506,22.67651,340.7791,11.194282,6.84921,83.452805,65.929276,684.13477,183.2383,172.97299,1964.8308,32.012512,1559.0907,1284.4344,6.5124106,4.8816094,1328.4884,17.392437,9.106746,350.51788,20.04215,39.965736,19.437733,60.280037,251.38557,313.83002,2.9925804,29.612309,52.718372,307.86826,5.1041503,83.64211,7.307155,1.6339548,58.557766,1.2312855,1.4815602,5.0383034,10.175939,21.888924,14.547661,26.504515,182.38988,30.810514,15.044642,29.513021,7.296004,86.61644,3.384549,12.765035,6.138021,63.732895,2.4764137,4.186057,13.154275,9.459932,16.074404,5.9667163,0.9740995,61.139725,8.52259,188.5173,5.8540077,260.3317,16.981712,1093.182,109.13371,3.9406996,7.625781,142.95901,177.62224,895.0559,876.4451 +2023-02-26 20:00:00,0.0,2393.716,27.969723,4.87108,7.907155,24.377382,176.89636,25.175062,47.046234,21.07433,31.490871,156.60416,235.78862,12.185462,23.666904,12.598638,2.9570816,30.88086,44.083508,28.350992,412.90533,21.842466,351.6704,134.70119,30.0912,233.65112,172.36064,76.83608,771.3168,275.88846,1834.1691,43.706028,2351.547,607.8096,30.797283,25.789244,168.77264,145.47646,273.0132,1134.6736,51.532738,12.562764,9.650835,684.7946,571.12134,69.43952,23.704699,267.5669,32.022137,322.00793,12.503485,44.173214,0.0,1365.2964,2158.9714,0.28619528,37.21585,18.967073,15691.545,45.35638,1.6084807,15.876587,28.730806,28.572058,8.949699,15.639484,375.97052,28.282738,13.067933,1.1516074,7.913027,465.35046,0.40381736,233.1193,83.548805,2551.577,132.08531,119.196335,178.2219,1244.1503,78.78909,65.07156,815.82794,60.139687,59.371014,10.377465,35.86438,219.2283,11.16562,8.643466,76.730934,16.96571,4568.707,21.048433,27.52381,18.495646,20.463913,349.27777,96.69038,30.580357,9.491839,10.385743,27.668365,66.73469,160.33546,45.561012,228.55074,29.738832,17.997686,90.35941,35.329136,22.237637,158.5217,18.499287,1.6293304,21.690735,11.088173,1184.3966,24.29499,4.7382154,154.2619,21.13958,218.38826,87.92937,155.89766,8.5125065,110.66444,481.95642,457.87244,44.68034,294.33575,105.37004,50.90945,69.82568,158.08824,26.520878,62.148705,461.62906,15.381929,22.686687,340.88364,11.178486,6.844199,83.50631,65.964005,684.4002,183.30974,172.98035,1964.9102,32.00027,1559.019,1284.1423,6.508214,4.8780255,1328.2656,17.392426,9.101587,350.4575,20.030506,39.952232,19.429003,60.257908,251.38324,313.7343,2.990607,29.603315,52.667152,307.82697,5.1016555,83.63899,7.305605,1.6343799,58.559288,1.2316302,1.4820095,5.0407853,10.175567,21.884453,14.54509,26.506945,182.35811,30.79365,15.035714,29.510416,7.2914968,86.57887,3.3826392,12.609028,6.1354165,63.7367,2.4675593,4.1759024,13.137575,9.461161,16.059525,5.950992,0.97397375,61.151226,8.520566,188.47221,5.852685,260.34723,16.978315,1093.0648,109.12744,3.942358,7.623383,142.96979,177.6325,895.0623,876.32684 +2023-02-26 21:00:00,0.0,2394.1897,27.95934,4.8704276,7.899838,24.383394,176.87701,25.174257,47.053387,21.080471,31.500889,156.46593,235.9596,12.184375,23.622797,12.610294,2.955326,30.871181,43.992237,28.29643,412.8329,21.814493,351.51862,134.69661,30.056536,233.8196,172.28262,76.83035,770.9261,275.91617,1833.6606,43.689526,2351.4956,607.7267,30.786295,25.782484,168.7272,145.33861,272.95413,1134.9873,51.55134,12.557711,9.650283,685.1433,571.4085,69.3721,23.732626,267.0323,32.05137,321.57227,12.506862,44.19389,0.0,1366.0259,2159.6226,0.28620037,37.192238,18.97385,15698.76,45.373135,1.6087065,15.894344,28.751738,28.594202,8.955806,15.650447,376.09515,28.266617,13.08253,1.1520648,7.916465,465.62668,0.40348747,233.25243,83.54018,2551.3687,132.0997,119.21341,178.20074,1244.8502,78.79161,65.08397,815.18005,60.158886,59.331913,10.378356,35.87296,219.21964,11.16348,8.642111,76.757126,16.959652,4569.2847,21.053473,27.508928,18.49924,20.474785,349.3333,96.74922,30.569197,9.492076,10.38801,27.693974,66.755486,160.43529,45.550224,228.60402,29.756226,18.00741,90.41434,35.350693,22.230942,158.58284,18.512108,1.6296316,21.66335,11.087581,1184.3545,24.29618,4.745086,154.41072,21.148878,218.51855,87.95893,155.999,8.510564,110.673775,482.179,458.23932,44.698242,294.45636,105.459076,50.91802,69.82712,158.10983,26.527786,62.16142,461.62186,15.392352,22.696867,340.9882,11.162691,6.839188,83.55982,65.99874,684.66565,183.3812,172.9877,1964.9895,31.988028,1558.9474,1283.8503,6.504018,4.874442,1328.0428,17.392414,9.096428,350.3971,20.018862,39.93873,19.42027,60.23578,251.3809,313.63864,2.9886339,29.594324,52.61593,307.78568,5.0991607,83.63588,7.3040547,1.634805,58.560806,1.2319748,1.482459,5.0432673,10.175196,21.879982,14.542519,26.509375,182.32634,30.776785,15.026786,29.507812,7.28699,86.5413,3.3807294,12.453021,6.1328125,63.740505,2.4587052,4.1657476,13.120874,9.462388,16.044643,5.935268,0.973848,61.162727,8.518542,188.42712,5.851362,260.36273,16.97492,1092.9478,109.12117,3.9440165,7.6209855,142.98056,177.64278,895.0687,876.2086 +2023-02-26 22:00:00,0.0,2394.6633,27.948954,4.869775,7.892521,24.389404,176.85765,25.173452,47.060535,21.086613,31.510906,156.32768,236.13057,12.183287,23.57869,12.621952,2.9535708,30.861504,43.900963,28.241869,412.76047,21.786522,351.36682,134.69203,30.021873,233.98807,172.2046,76.82463,770.5354,275.9439,1833.1522,43.673023,2351.4443,607.6438,30.775309,25.775724,168.68176,145.20078,272.89502,1135.301,51.56994,12.552657,9.649732,685.49207,571.6957,69.30467,23.760555,266.49765,32.080597,321.13663,12.51024,44.214565,0.0,1366.7554,2160.274,0.28620547,37.16863,18.980629,15705.975,45.38989,1.6089324,15.912103,28.772667,28.616346,8.961913,15.661409,376.21976,28.250496,13.097127,1.1525221,7.919903,465.9029,0.4031576,233.38554,83.53155,2551.1604,132.11409,119.23048,178.1796,1245.5502,78.794136,65.096375,814.5321,60.178085,59.29281,10.379246,35.88154,219.21097,11.161341,8.640757,76.78332,16.953596,4569.8623,21.058512,27.494047,18.502836,20.485657,349.3889,96.80807,30.558035,9.492312,10.390277,27.719582,66.77629,160.53511,45.539436,228.65732,29.773617,18.017134,90.46925,35.37225,22.224249,158.64398,18.52493,1.629933,21.635963,11.0869875,1184.3123,24.29737,4.7519565,154.55952,21.158176,218.64886,87.988495,156.10034,8.508621,110.68311,482.40152,458.60623,44.71614,294.57693,105.54812,50.92659,69.828545,158.13142,26.534697,62.174137,461.6147,15.402775,22.707047,341.09274,11.146896,6.8341775,83.613335,66.03348,684.9311,183.45264,172.99506,1965.0688,31.975784,1558.8757,1283.5582,6.499821,4.870858,1327.8201,17.392403,9.0912695,350.3367,20.007217,39.925224,19.411541,60.21365,251.37857,313.54297,2.9866607,29.585331,52.56471,307.74435,5.096666,83.63276,7.302505,1.63523,58.56233,1.2323195,1.4829082,5.045749,10.174824,21.875513,14.5399475,26.511805,182.29459,30.75992,15.017857,29.505209,7.282483,86.50372,3.3788197,12.297014,6.1302085,63.744312,2.449851,4.155593,13.104175,9.463615,16.029762,5.9195437,0.9737223,61.174232,8.516518,188.38202,5.8500395,260.37827,16.971523,1092.8307,109.1149,3.945675,7.6185875,142.99135,177.65306,895.07513,876.09033 +2023-02-26 23:00:00,0.0,2395.1367,27.93857,4.869122,7.885204,24.395416,176.83829,25.172647,47.067688,21.092752,31.520924,156.18945,236.30156,12.182199,23.534582,12.633609,2.9518154,30.851826,43.809692,28.187305,412.68802,21.75855,351.21503,134.68744,29.987211,234.15652,172.12659,76.81891,770.14465,275.97165,1832.6438,43.65652,2351.3928,607.5609,30.76432,25.768965,168.6363,145.06294,272.83594,1135.6149,51.588543,12.547605,9.64918,685.84076,571.98285,69.23724,23.788483,265.963,32.10983,320.701,12.513617,44.23524,0.0,1367.4851,2160.925,0.28621057,37.145016,18.987406,15713.188,45.406643,1.6091582,15.92986,28.793598,28.63849,8.9680195,15.672371,376.3444,28.234375,13.111724,1.1529795,7.923341,466.1791,0.40282768,233.51866,83.52292,2550.9521,132.12846,119.24754,178.15845,1246.2501,78.79666,65.10878,813.88416,60.19728,59.253708,10.380136,35.890114,219.20232,11.159202,8.639401,76.80951,16.947538,4570.44,21.06355,27.479166,18.506432,20.496529,349.44443,96.86691,30.546875,9.492549,10.392545,27.74519,66.79709,160.63493,45.528645,228.7106,29.791008,18.026855,90.52418,35.393803,22.217554,158.70511,18.53775,1.6302344,21.608578,11.086395,1184.2701,24.298563,4.7588267,154.70833,21.167475,218.77916,88.01806,156.20168,8.506679,110.69245,482.62408,458.9731,44.734043,294.69754,105.63715,50.93516,69.82997,158.15302,26.541605,62.186855,461.60748,15.413198,22.717226,341.1973,11.131101,6.8291664,83.66685,66.068214,685.19653,183.52408,173.00241,1965.1482,31.963541,1558.804,1283.2661,6.495625,4.8672743,1327.5972,17.392391,9.086111,350.2763,19.995573,39.91172,19.402811,60.191517,251.37625,313.4473,2.9846876,29.576338,52.513485,307.70306,5.094171,83.62965,7.300955,1.635655,58.563847,1.2326642,1.4833575,5.0482316,10.174453,21.871042,14.537377,26.514236,182.26282,30.743055,15.008928,29.502604,7.2779765,86.46615,3.37691,12.141006,6.127604,63.74812,2.440997,4.1454377,13.087474,9.464844,16.014881,5.903819,0.9735965,61.185734,8.514494,188.33693,5.8487167,260.39377,16.968128,1092.7136,109.10863,3.9473333,7.61619,143.00212,177.66333,895.08154,875.9721 +2023-02-27 00:00:00,0.0,2395.6104,27.928185,4.868469,7.877887,24.401428,176.81894,25.171843,47.07484,21.098894,31.530941,156.05122,236.47253,12.18111,23.490477,12.645267,2.95006,30.842148,43.718422,28.132744,412.6156,21.73058,351.0632,134.68286,29.952549,234.325,172.04857,76.81319,769.75397,275.99936,1832.1354,43.64002,2351.3416,607.4781,30.753334,25.762205,168.59087,144.92511,272.77682,1135.9286,51.607143,12.542551,9.648629,686.18945,572.2701,69.16982,23.816412,265.4284,32.139057,320.26532,12.5169935,44.255917,0.0,1368.2146,2161.5762,0.2862157,37.121407,18.994184,15720.403,45.423397,1.6093841,15.9476185,28.81453,28.660635,8.974127,15.683333,376.46902,28.218254,13.126321,1.1534369,7.9267793,466.45532,0.4024978,233.6518,83.51428,2550.7441,132.14285,119.26462,178.1373,1246.9501,78.79918,65.12119,813.2362,60.21648,59.214603,10.381026,35.898693,219.19365,11.157063,8.638046,76.83569,16.941483,4571.018,21.06859,27.464285,18.510027,20.5074,349.5,96.92576,30.535715,9.492785,10.394812,27.770798,66.817894,160.73476,45.517857,228.7639,29.8084,18.03658,90.579094,35.41536,22.210861,158.76625,18.550571,1.6305357,21.581192,11.085802,1184.2279,24.299753,4.7656975,154.85715,21.176773,218.90945,88.04762,156.30302,8.504736,110.70179,482.84662,459.34003,44.75194,294.8181,105.72619,50.943733,69.831406,158.1746,26.548515,62.19957,461.60028,15.423621,22.727404,341.30182,11.115306,6.824156,83.72035,66.10294,685.462,183.59554,173.00977,1965.2275,31.951298,1558.7323,1282.9741,6.4914284,4.8636904,1327.3744,17.39238,9.080952,350.2159,19.983929,39.898216,19.39408,60.169388,251.37392,313.3516,2.9827142,29.567347,52.462265,307.66174,5.091676,83.626526,7.2994046,1.6360801,58.565365,1.2330089,1.4838068,5.0507135,10.174081,21.866571,14.534806,26.516666,182.23106,30.72619,15.0,29.5,7.27347,86.42857,3.3750002,11.985,6.125,63.751923,2.4321427,4.135283,13.070774,9.466071,16.0,5.888095,0.97347075,61.197235,8.51247,188.29184,5.847394,260.4093,16.964731,1092.5964,109.10235,3.9489918,7.6137924,143.0129,177.6736,895.08795,875.8538 +2023-02-27 01:00:00,0.0,2396.0837,27.9178,4.867817,7.8705697,24.40744,176.79958,25.171038,47.08199,21.105036,31.54096,155.913,236.64351,12.180022,23.44637,12.656923,2.9483044,30.83247,43.627148,28.07818,412.54315,21.702606,350.9114,134.67828,29.917887,234.49347,171.97055,76.807465,769.3633,276.0271,1831.6271,43.62352,2351.29,607.3952,30.742348,25.755445,168.54543,144.78728,272.7177,1136.2423,51.625744,12.537498,9.648078,686.5382,572.55725,69.102394,23.844341,264.8938,32.16829,319.82968,12.520371,44.276592,0.0,1368.9442,2162.2273,0.2862208,37.097794,19.000961,15727.618,45.44015,1.6096098,15.965376,28.83546,28.68278,8.980233,15.694296,376.59363,28.202133,13.140918,1.1538943,7.9302173,466.73157,0.4021679,233.78491,83.50565,2550.536,132.15724,119.281685,178.11615,1247.65,78.801704,65.1336,812.58826,60.23568,59.175503,10.381916,35.907272,219.18498,11.1549225,8.636692,76.861885,16.935427,4571.5957,21.07363,27.449406,18.513622,20.518272,349.55554,96.984604,30.524553,9.493022,10.3970785,27.796406,66.83869,160.83458,45.50707,228.8172,29.825792,18.046303,90.63402,35.436913,22.204166,158.8274,18.563393,1.6308371,21.553806,11.085209,1184.1857,24.300943,4.7725677,155.00595,21.186073,219.03975,88.07719,156.40436,8.502793,110.71113,483.06915,459.7069,44.769844,294.93872,105.81523,50.952305,69.83283,158.19621,26.555424,62.212288,461.5931,15.434044,22.737583,341.40637,11.099511,6.8191447,83.773865,66.13768,685.7274,183.66698,173.01714,1965.3068,31.939054,1558.6606,1282.682,6.487232,4.8601065,1327.1516,17.392368,9.075793,350.15552,19.972284,39.88471,19.38535,60.14726,251.37158,313.25592,2.980741,29.558353,52.411045,307.62045,5.0891814,83.62341,7.2978544,1.6365052,58.566887,1.2333536,1.4842561,5.0531955,10.173709,21.862103,14.532235,26.519096,182.1993,30.709324,14.991071,29.497396,7.268963,86.391,3.3730905,11.828993,6.122396,63.75573,2.4232886,4.1251283,13.054074,9.4672985,15.985119,5.8723707,0.973345,61.208736,8.510446,188.24675,5.8460717,260.42484,16.961336,1092.4794,109.09608,3.9506505,7.6113944,143.02367,177.68388,895.0943,875.7356 +2023-02-27 02:00:00,0.0,2396.5574,27.907415,4.867164,7.8632526,24.413452,176.78023,25.170233,47.08914,21.111176,31.550978,155.77475,236.8145,12.178934,23.402262,12.668581,2.9465492,30.82279,43.535877,28.023619,412.47073,21.674635,350.7596,134.67369,29.883223,234.66194,171.89253,76.801735,768.97253,276.0548,1831.1187,43.607018,2351.2388,607.3123,30.73136,25.748686,168.49997,144.64944,272.65863,1136.5562,51.644344,12.532445,9.647527,686.8869,572.8444,69.03497,23.872269,264.35916,32.197517,319.394,12.523748,44.297268,0.0,1369.6738,2162.8784,0.2862259,37.07418,19.00774,15734.833,45.456905,1.6098357,15.983134,28.85639,28.704924,8.98634,15.705258,376.71826,28.186012,13.155515,1.1543517,7.9336553,467.00778,0.401838,233.91803,83.497025,2550.3276,132.17162,119.29875,178.095,1248.35,78.80422,65.146,811.94037,60.25488,59.1364,10.382807,35.915848,219.17632,11.152783,8.635337,76.88808,16.929369,4572.1733,21.078669,27.434525,18.517218,20.529144,349.6111,97.04345,30.513393,9.493258,10.399346,27.822016,66.85949,160.9344,45.49628,228.87048,29.843184,18.056026,90.688934,35.45847,22.197472,158.88853,18.576214,1.6311383,21.52642,11.084617,1184.1436,24.302134,4.779438,155.15475,21.195372,219.17004,88.10674,156.5057,8.50085,110.72046,483.29172,460.07382,44.787743,295.0593,105.90427,50.960876,69.83426,158.2178,26.562332,62.225006,461.5859,15.444468,22.747763,341.51093,11.083715,6.814134,83.82738,66.17242,685.99286,183.73842,173.02449,1965.3861,31.926813,1558.589,1282.3899,6.4830356,4.8565226,1326.9288,17.392357,9.070635,350.09512,19.96064,39.871204,19.376617,60.12513,251.36926,313.16025,2.9787679,29.549362,52.35982,307.57916,5.086686,83.62029,7.296304,1.6369302,58.568405,1.2336982,1.4847054,5.055678,10.173338,21.857632,14.529664,26.521528,182.16753,30.69246,14.982142,29.494791,7.2644563,86.353424,3.3711808,11.672986,6.1197915,63.759537,2.4144344,4.1149735,13.037374,9.468527,15.970238,5.8566465,0.9732193,61.22024,8.508422,188.20166,5.844749,260.44034,16.95794,1092.3623,109.089806,3.952309,7.608997,143.03444,177.69415,895.1007,875.6173 +2023-02-27 03:00:00,0.0,2397.031,27.897032,4.8665113,7.8559356,24.419464,176.76086,25.169428,47.096294,21.117317,31.560995,155.63652,236.98547,12.177847,23.358154,12.680238,2.9447937,30.813112,43.444607,27.969057,412.3983,21.646664,350.6078,134.66911,29.84856,234.8304,171.81451,76.79601,768.58185,276.08255,1830.6102,43.590515,2351.1873,607.22943,30.720373,25.741926,168.45453,144.51161,272.59952,1136.8699,51.662945,12.527391,9.646975,687.23566,573.13165,68.967545,23.900198,263.82452,32.22675,318.95837,12.527125,44.317944,0.0,1370.4034,2163.5298,0.28623098,37.05057,19.014517,15742.047,45.47366,1.6100615,16.000893,28.877321,28.727068,8.992447,15.716221,376.8429,28.169891,13.170112,1.1548091,7.9370937,467.284,0.4015081,234.05116,83.48839,2550.1194,132.186,119.31582,178.07385,1249.05,78.80675,65.15842,811.2924,60.27408,59.097298,10.383697,35.92443,219.16765,11.150644,8.633982,76.91427,16.923313,4572.751,21.083708,27.419643,18.520813,20.540016,349.66666,97.102295,30.502232,9.493496,10.401613,27.847624,66.880295,161.03423,45.485493,228.92378,29.860575,18.06575,90.74386,35.480022,22.190779,158.94966,18.589037,1.6314397,21.499035,11.084023,1184.1013,24.303324,4.7863083,155.30357,21.20467,219.30034,88.13631,156.60704,8.498907,110.7298,483.51425,460.4407,44.805645,295.1799,105.9933,50.969444,69.83569,158.2394,26.569242,62.237724,461.57874,15.45489,22.757942,341.61548,11.067921,6.809123,83.88089,66.20715,686.25836,183.80988,173.03185,1965.4653,31.91457,1558.5173,1282.0979,6.4788394,4.852939,1326.706,17.392345,9.065475,350.03473,19.948996,39.8577,19.367887,60.102997,251.36693,313.06458,2.9767947,29.540369,52.3086,307.53784,5.0841913,83.61718,7.2947545,1.6373553,58.569927,1.234043,1.4851547,5.05816,10.172966,21.85316,14.527093,26.523958,182.13577,30.675594,14.973214,29.492188,7.259949,86.31585,3.369271,11.516979,6.1171875,63.763344,2.4055803,4.104819,13.020674,9.469754,15.955357,5.8409224,0.9730935,61.231743,8.506398,188.15656,5.843426,260.45587,16.954544,1092.2452,109.083534,3.9539673,7.606599,143.04523,177.70442,895.1071,875.4991 +2023-02-27 04:00:00,0.0,2397.5044,27.886646,4.865859,7.8486185,24.425476,176.7415,25.168623,47.103443,21.123459,31.571012,155.49829,237.15645,12.176759,23.314047,12.691895,2.9430382,30.803434,43.353336,27.914494,412.32584,21.618692,350.456,134.66452,29.813898,234.99887,171.7365,76.79029,768.19116,276.1103,1830.1018,43.574013,2351.136,607.14655,30.709385,25.735167,168.40909,144.37378,272.54044,1137.1836,51.68155,12.522339,9.646423,687.58435,573.4188,68.900116,23.928125,263.28992,32.255978,318.52274,12.530503,44.33862,0.0,1371.1329,2164.181,0.28623608,37.02696,19.021296,15749.262,45.490414,1.6102874,16.01865,28.898252,28.749212,8.998553,15.727183,376.9675,28.15377,13.184709,1.1552664,7.9405317,467.5602,0.4011782,234.18428,83.47976,2549.9111,132.2004,119.332886,178.05272,1249.75,78.80927,65.17082,810.6445,60.293278,59.058193,10.384586,35.933006,219.15898,11.148505,8.6326275,76.94046,16.917255,4573.329,21.088747,27.404762,18.524408,20.550888,349.7222,97.16114,30.491072,9.493732,10.40388,27.873232,66.90109,161.13405,45.4747,228.97707,29.877966,18.075474,90.798775,35.50158,22.184084,159.0108,18.601858,1.631741,21.47165,11.083431,1184.0592,24.304514,4.793179,155.45238,21.213968,219.43065,88.16587,156.70839,8.496964,110.739136,483.73682,460.80762,44.823544,295.30048,106.082344,50.978016,69.83712,158.26099,26.57615,62.25044,461.57153,15.465314,22.76812,341.72,11.052126,6.8041124,83.934395,66.24188,686.5238,183.88132,173.0392,1965.5447,31.902327,1558.4456,1281.8058,6.4746428,4.849355,1326.4833,17.392334,9.060317,349.97437,19.937351,39.844196,19.359156,60.080868,251.3646,312.9689,2.9748213,29.531376,52.257378,307.49655,5.0816965,83.61406,7.2932043,1.6377804,58.571445,1.2343876,1.485604,5.060642,10.172595,21.84869,14.524522,26.526388,182.104,30.65873,14.964286,29.489584,7.2554426,86.278275,3.3673613,11.360972,6.1145835,63.767147,2.3967261,4.094664,13.003973,9.470982,15.940476,5.825198,0.97296774,61.243244,8.504374,188.11147,5.8421035,260.47137,16.951147,1092.1282,109.07726,3.9556258,7.6042013,143.056,177.71469,895.1135,875.3808 +2023-02-27 05:00:00,0.0,2397.978,27.876263,4.8652062,7.8413014,24.431488,176.72215,25.167818,47.110596,21.129599,31.58103,155.36006,237.32744,12.175671,23.26994,12.703552,2.9412827,30.793756,43.262062,27.859932,412.25342,21.59072,350.3042,134.65994,29.779236,235.16734,171.65848,76.78457,767.8004,276.138,1829.5935,43.55751,2351.0845,607.0637,30.698399,25.728407,168.36365,144.23595,272.48132,1137.4973,51.70015,12.517285,9.645872,687.9331,573.706,68.832695,23.956055,262.7553,32.28521,318.08707,12.53388,44.359295,0.0,1371.8625,2164.832,0.2862412,37.00335,19.028072,15756.477,45.507168,1.6105133,16.036407,28.919182,28.771357,9.004661,15.738145,377.09213,28.13765,13.199305,1.1557238,7.9439697,467.83643,0.4008483,234.3174,83.47113,2549.7031,132.21478,119.34996,178.03157,1250.45,78.81179,65.18323,809.9965,60.312477,59.019093,10.385477,35.941586,219.15033,11.146365,8.631272,76.96665,16.9112,4573.9067,21.093786,27.389881,18.528004,20.56176,349.77777,97.219986,30.47991,9.493969,10.406148,27.89884,66.9219,161.23389,45.463913,229.03036,29.895359,18.085197,90.8537,35.523132,22.17739,159.07195,18.61468,1.6320424,21.444263,11.082838,1184.017,24.305704,4.8000493,155.6012,21.223267,219.56094,88.195435,156.80972,8.495022,110.748474,483.95935,461.1745,44.841446,295.42108,106.17138,50.986588,69.83855,158.28258,26.583061,62.263157,461.56436,15.475737,22.7783,341.82455,11.03633,6.799102,83.98791,66.27662,686.78925,183.95276,173.04655,1965.624,31.890083,1558.3739,1281.5137,6.4704466,4.8457713,1326.2605,17.392323,9.055159,349.91397,19.925707,39.830692,19.350426,60.05874,251.36227,312.8732,2.9728482,29.522385,52.206158,307.45523,5.0792017,83.61095,7.291654,1.6382054,58.572964,1.2347323,1.4860535,5.0631237,10.172223,21.844221,14.521951,26.52882,182.07224,30.641865,14.955357,29.486979,7.2509356,86.2407,3.3654516,11.204966,6.111979,63.770954,2.387872,4.0845094,12.987273,9.472209,15.925595,5.809474,0.972842,61.254745,8.50235,188.06638,5.8407807,260.4869,16.947752,1092.011,109.07099,3.9572842,7.601804,143.06677,177.72498,895.11993,875.2626 +2023-02-27 06:00:00,0.0,2398.4517,27.86588,4.8645535,7.8339844,24.4375,176.70279,25.167013,47.11775,21.13574,31.591047,155.22182,237.49841,12.1745825,23.225834,12.715209,2.9395275,30.784079,43.17079,27.805368,412.18097,21.562748,350.15237,134.65536,29.744574,235.3358,171.58046,76.77885,767.4097,276.16574,1829.0851,43.541008,2351.0332,606.98083,30.687412,25.721647,168.31818,144.09811,272.4222,1137.8112,51.71875,12.512233,9.645321,688.2818,573.99316,68.76527,23.983982,262.22067,32.314438,317.65143,12.537257,44.37997,0.0,1372.5922,2165.4832,0.2862463,36.979736,19.034851,15763.691,45.523922,1.6107391,16.054167,28.940113,28.7935,9.010767,15.749107,377.21677,28.121529,13.2139015,1.1561812,7.9474077,468.11264,0.40051842,234.45053,83.4625,2549.4949,132.22916,119.36703,178.01042,1251.1499,78.814316,65.19563,809.34863,60.331673,58.97999,10.386367,35.95016,219.14166,11.144226,8.629917,76.992836,16.905144,4574.4844,21.098825,27.375,18.531599,20.572632,349.8333,97.27883,30.46875,9.494205,10.408415,27.924448,66.942696,161.33371,45.453125,229.08366,29.91275,18.094921,90.908615,35.54469,22.170696,159.13307,18.6275,1.6323438,21.416876,11.082245,1183.9747,24.306896,4.8069196,155.75,21.232565,219.69124,88.225,156.91107,8.493079,110.75781,484.18192,461.5414,44.859344,295.54166,106.260414,50.99516,69.83998,158.30417,26.58997,62.275875,461.55716,15.486159,22.788479,341.9291,11.020535,6.7940907,84.04142,66.311356,687.0547,184.02422,173.05391,1965.7034,31.87784,1558.3022,1281.2217,6.46625,4.8421874,1326.0376,17.392311,9.049999,349.85358,19.914062,39.81719,19.341694,60.036606,251.35994,312.77753,2.970875,29.513391,52.154938,307.41394,5.076707,83.60783,7.290104,1.6386305,58.574486,1.235077,1.4865028,5.065606,10.171852,21.83975,14.51938,26.53125,182.04048,30.625,14.946428,29.484375,7.246429,86.203125,3.3635418,11.048958,6.109375,63.77476,2.3790178,4.0743546,12.970573,9.473437,15.910714,5.79375,0.9727163,61.26625,8.500325,188.02129,5.839458,260.5024,16.944355,1091.8939,109.06471,3.958943,7.599406,143.07755,177.73524,895.12634,875.1443 +2023-02-27 07:00:00,0.0,2398.925,27.855494,4.863901,7.8266673,24.443512,176.68344,25.166208,47.124897,21.141882,31.601065,155.08359,237.66939,12.173494,23.181726,12.726867,2.937772,30.7744,43.07952,27.750807,412.10855,21.534777,350.00058,134.65077,29.70991,235.50427,171.50244,76.773125,767.01904,276.19345,1828.5767,43.52451,2350.982,606.89795,30.676424,25.714888,168.27274,143.96028,272.36313,1138.1249,51.73735,12.507179,9.64477,688.63055,574.2804,68.697845,24.011911,261.68607,32.34367,317.2158,12.540634,44.400646,0.0,1373.3217,2166.1343,0.2862514,36.956127,19.041628,15770.905,45.540676,1.610965,16.071924,28.961044,28.815645,9.016873,15.76007,377.3414,28.105408,13.228498,1.1566386,7.950846,468.3889,0.4001885,234.58365,83.453865,2549.2866,132.24355,119.384094,177.98927,1251.8499,78.81684,65.208046,808.7007,60.350872,58.940887,10.387257,35.95874,219.133,11.142087,8.628563,77.01903,16.899086,4575.062,21.103865,27.360119,18.535194,20.583504,349.8889,97.33768,30.45759,9.494442,10.410682,27.950056,66.9635,161.43353,45.442337,229.13695,29.930141,18.104645,90.96354,35.566242,22.164001,159.19421,18.640322,1.6326451,21.38949,11.081653,1183.9326,24.308086,4.81379,155.8988,21.241863,219.82153,88.25456,157.0124,8.491137,110.76715,484.40445,461.9083,44.877247,295.66226,106.34946,51.00373,69.84141,158.32578,26.596878,62.288593,461.55,15.496583,22.798658,342.03363,11.004741,6.78908,84.09493,66.34609,687.3201,184.09566,173.06126,1965.7827,31.865597,1558.2306,1280.9296,6.4620533,4.8386035,1325.8148,17.3923,9.044841,349.79318,19.902418,39.803684,19.332964,60.014477,251.3576,312.68185,2.9689019,29.5044,52.103714,307.37265,5.074212,83.60471,7.288554,1.6390556,58.576004,1.2354217,1.4869521,5.068088,10.17148,21.83528,14.5168085,26.53368,182.00871,30.608135,14.9375,29.481771,7.241922,86.16555,3.361632,10.892951,6.106771,63.77857,2.3701637,4.0642,12.953873,9.474665,15.895833,5.7780256,0.9725905,61.277752,8.4983015,187.97618,5.8381352,260.51794,16.94096,1091.7769,109.05844,3.9606013,7.597008,143.08832,177.74551,895.13275,875.02606 +2023-02-27 08:00:00,0.0,2399.3987,27.84511,4.8632483,7.8193502,24.449524,176.66408,25.165403,47.13205,21.148024,31.611082,154.94536,237.84038,12.172407,23.137619,12.7385235,2.9360166,30.764723,42.988247,27.696245,412.0361,21.506805,349.8488,134.6462,29.675247,235.67274,171.42442,76.767395,766.6283,276.2212,1828.0682,43.508007,2350.9304,606.81506,30.665438,25.708128,168.2273,143.82245,272.30402,1138.4386,51.75595,12.502126,9.6442175,688.97925,574.56757,68.63042,24.039839,261.15146,32.3729,316.78012,12.544012,44.42132,0.0,1374.0513,2166.7856,0.2862565,36.932514,19.048405,15778.12,45.55743,1.6111908,16.089682,28.981972,28.83779,9.022981,15.771032,377.466,28.089287,13.243095,1.157096,7.954284,468.6651,0.39985862,234.71677,83.44524,2549.0784,132.25793,119.40117,177.96812,1252.5498,78.81936,65.22045,808.05273,60.37007,58.901783,10.388147,35.96732,219.12433,11.139947,8.627208,77.04522,16.89303,4575.6396,21.108904,27.345238,18.538788,20.594376,349.94443,97.39652,30.446428,9.4946785,10.41295,27.975666,66.9843,161.53336,45.43155,229.19025,29.947533,18.114367,91.018456,35.5878,22.157309,159.25536,18.653143,1.6329464,21.362104,11.081059,1183.8904,24.309277,4.8206606,156.04762,21.251162,219.95183,88.28413,157.11375,8.489193,110.77649,484.627,462.2752,44.895145,295.78284,106.43849,51.012302,69.842834,158.34737,26.603788,62.301308,461.5428,15.507006,22.808836,342.13818,10.988945,6.784069,84.148445,66.38082,687.5856,184.16711,173.06862,1965.862,31.853355,1558.1589,1280.6375,6.457857,4.8350196,1325.592,17.392288,9.039682,349.7328,19.890774,39.79018,19.324232,59.992348,251.35529,312.58618,2.9669285,29.495407,52.052494,307.33133,5.0717173,83.60159,7.287004,1.6394807,58.577526,1.2357664,1.4874014,5.07057,10.171109,21.83081,14.514237,26.536112,181.97694,30.591269,14.928571,29.479166,7.2374153,86.127975,3.3597224,10.736944,6.1041665,63.78237,2.3613095,4.054045,12.937173,9.475892,15.880952,5.7623014,0.97246474,61.289253,8.496278,187.93109,5.8368125,260.53348,16.937563,1091.6598,109.05217,3.9622598,7.5946107,143.0991,177.7558,895.13916,874.9078 +2023-02-27 09:00:00,0.0,2399.872,27.834724,4.8625956,7.812033,24.455536,176.64471,25.164598,47.139202,21.154163,31.6211,154.80713,238.01135,12.171319,23.093512,12.750181,2.934261,30.755043,42.896976,27.641682,411.96368,21.478832,349.69696,134.64162,29.640585,235.84122,171.3464,76.76167,766.2376,276.24893,1827.5598,43.491505,2350.8792,606.7322,30.65445,25.701368,168.18184,143.68462,272.24493,1138.7523,51.774555,12.497073,9.643666,689.328,574.85474,68.56299,24.067768,260.61682,32.40213,316.34448,12.547389,44.441998,0.0,1374.7809,2167.4368,0.2862616,36.908905,19.055183,15785.335,45.574184,1.6114167,16.107439,29.002903,28.859934,9.029087,15.781995,377.59064,28.073164,13.257692,1.1575534,7.957722,468.9413,0.39952874,234.8499,83.43661,2548.87,132.27232,119.418236,177.94698,1253.2498,78.821884,65.23286,807.4048,60.38927,58.862682,10.389037,35.9759,219.11566,11.137808,8.625853,77.07141,16.886974,4576.218,21.113943,27.330357,18.542383,20.605247,350.0,97.45536,30.435268,9.494915,10.415216,28.001274,67.0051,161.63318,45.420757,229.24353,29.964926,18.12409,91.07338,35.609352,22.150614,159.31648,18.665964,1.6332477,21.334719,11.080467,1183.8483,24.310467,4.827531,156.19643,21.260462,220.08214,88.31369,157.21509,8.48725,110.78583,484.84955,462.6421,44.913048,295.90344,106.52753,51.02087,69.84427,158.36896,26.610697,62.314026,461.5356,15.517428,22.819016,342.24274,10.97315,6.7790585,84.20195,66.41556,687.851,184.23856,173.07597,1965.9413,31.841112,1558.0872,1280.3455,6.4536605,4.831436,1325.3693,17.392277,9.034524,349.6724,19.87913,39.776672,19.315502,59.97022,251.35295,312.49048,2.9649553,29.486416,52.00127,307.29004,5.0692225,83.59848,7.285454,1.6399057,58.579044,1.236111,1.4878507,5.0730524,10.170737,21.82634,14.511666,26.538542,181.94519,30.574404,14.919642,29.476562,7.2329087,86.0904,3.3578126,10.580937,6.1015625,63.78618,2.3524554,4.0438905,12.920473,9.47712,15.866072,5.7465773,0.97233903,61.300755,8.494253,187.886,5.8354897,260.54898,16.934168,1091.5426,109.0459,3.9639182,7.5922127,143.10988,177.76607,895.14557,874.78955 +2023-02-27 10:00:00,0.0,2400.3457,27.82434,4.8619432,7.804716,24.461548,176.62537,25.163794,47.14635,21.160305,31.631117,154.66888,238.18233,12.170231,23.049404,12.761838,2.9325058,30.745365,42.805706,27.58712,411.89124,21.450861,349.54517,134.63702,29.605923,236.00967,171.26839,76.75595,765.84686,276.27664,1827.0515,43.475002,2350.8276,606.6493,30.643463,25.694609,168.1364,143.54678,272.18582,1139.0662,51.793156,12.49202,9.643115,689.6767,575.14197,68.49557,24.095695,260.0822,32.43136,315.90884,12.550766,44.462673,0.0,1375.5105,2168.088,0.2862667,36.885292,19.06196,15792.549,45.590935,1.6116425,16.125198,29.023834,28.882078,9.035193,15.792956,377.71527,28.057043,13.272289,1.1580107,7.96116,469.21753,0.39919883,234.98302,83.42798,2548.6619,132.2867,119.4353,177.92583,1253.9497,78.82441,65.24527,806.75684,60.40847,58.823578,10.389928,35.984474,219.10701,11.135669,8.624498,77.0976,16.880917,4576.7954,21.118982,27.315475,18.545979,20.61612,350.05554,97.514206,30.424107,9.4951515,10.417483,28.026882,67.0259,161.733,45.40997,229.29683,29.982317,18.133814,91.128296,35.63091,22.143919,159.37762,18.678785,1.6335491,21.307333,11.079874,1183.806,24.311657,4.834401,156.34525,21.26976,220.21243,88.343254,157.31644,8.485308,110.795166,485.0721,463.009,44.930946,296.02402,106.61657,51.02944,69.845695,158.39055,26.617605,62.326744,461.5284,15.527852,22.829195,342.3473,10.9573555,6.7740474,84.25546,66.450294,688.1165,184.31,173.08333,1966.0206,31.828869,1558.0155,1280.0533,6.4494643,4.8278522,1325.1465,17.392263,9.029365,349.612,19.867485,39.76317,19.30677,59.948086,251.35062,312.3948,2.9629822,29.477423,51.95005,307.24875,5.0667276,83.59536,7.2839036,1.6403308,58.580563,1.2364557,1.4883,5.0755343,10.170366,21.821869,14.509096,26.540972,181.91342,30.557539,14.910714,29.473959,7.2284017,86.052826,3.355903,10.424931,6.0989585,63.789986,2.3436012,4.0337353,12.903772,9.478348,15.851191,5.730853,0.97221327,61.31226,8.492229,187.84091,5.834167,260.5645,16.93077,1091.4255,109.03963,3.9655766,7.589815,143.12065,177.77634,895.152,874.67126 +2023-02-27 11:00:00,0.0,2400.8193,27.813955,4.8612905,7.797399,24.46756,176.606,25.16299,47.153503,21.166447,31.641134,154.53065,238.35332,12.169143,23.005297,12.773496,2.9307504,30.735687,42.71443,27.532557,411.8188,21.42289,349.39337,134.63245,29.57126,236.17815,171.19037,76.75023,765.4562,276.30438,1826.5431,43.4585,2350.7764,606.56647,30.632477,25.687849,168.09096,143.40895,272.1267,1139.3799,51.811756,12.486967,9.642564,690.0254,575.42914,68.42814,24.123625,259.5476,32.46059,315.47318,12.554144,44.48335,0.0,1376.24,2168.739,0.2862718,36.86168,19.068739,15799.764,45.60769,1.6118684,16.142956,29.044765,28.904222,9.041301,15.803919,377.83987,28.040922,13.286886,1.1584681,7.9645987,469.49374,0.39886895,235.11613,83.41934,2548.4539,132.30109,119.45237,177.90468,1254.6497,78.82693,65.257675,806.10895,60.42767,58.784473,10.390818,35.993053,219.09834,11.13353,8.623143,77.12379,16.87486,4577.373,21.12402,27.300594,18.549574,20.626991,350.1111,97.57305,30.412947,9.495388,10.41975,28.05249,67.0467,161.83282,45.39918,229.35011,29.999708,18.143538,91.18322,35.652462,22.137226,159.43877,18.691608,1.6338505,21.279947,11.079281,1183.7639,24.312847,4.8412714,156.49405,21.279058,220.34273,88.37282,157.41779,8.483365,110.804504,485.29465,463.3759,44.94885,296.14462,106.705605,51.038013,69.84712,158.41214,26.624516,62.339462,461.52124,15.538275,22.839375,342.4518,10.94156,6.769037,84.308975,66.48502,688.38196,184.38145,173.09068,1966.1001,31.816626,1557.9438,1279.7612,6.4452677,4.8242683,1324.9237,17.392252,9.024206,349.5516,19.85584,39.749664,19.29804,59.925957,251.34828,312.29913,2.961009,29.46843,51.89883,307.20743,5.064233,83.59225,7.2823534,1.6407559,58.582085,1.2368004,1.4887493,5.0780163,10.169994,21.8174,14.506525,26.543402,181.88167,30.540674,14.901786,29.471354,7.223895,86.01525,3.3539932,10.268924,6.096354,63.793793,2.3347468,4.0235806,12.887073,9.479575,15.836309,5.715129,0.9720875,61.32376,8.490206,187.79582,5.8328443,260.58002,16.927376,1091.3085,109.033356,3.9672353,7.587417,143.13142,177.7866,895.1584,874.55304 +2023-02-27 12:00:00,0.0,2401.2927,27.803572,4.8606377,7.790082,24.473572,176.58665,25.162186,47.160656,21.172586,31.651152,154.39243,238.52429,12.168055,22.96119,12.785152,2.928995,30.72601,42.62316,27.477995,411.74637,21.394917,349.24155,134.62785,29.536596,236.34662,171.11235,76.74451,765.0655,276.3321,1826.0347,43.441998,2350.7249,606.4836,30.621489,25.68109,168.0455,143.2711,272.06763,1139.6936,51.830357,12.481914,9.642013,690.37415,575.7163,68.36072,24.151552,259.01297,32.48982,315.03754,12.557521,44.504025,0.0,1376.9696,2169.3901,0.2862769,36.83807,19.075516,15806.979,45.624443,1.6120942,16.160713,29.065695,28.926367,9.047407,15.814881,377.9645,28.024801,13.301483,1.1589255,7.9680367,469.76996,0.39853904,235.24927,83.41071,2548.2456,132.31548,119.469444,177.88353,1255.3496,78.82945,65.27008,805.461,60.446865,58.745373,10.391707,36.001633,219.08968,11.13139,8.621788,77.14998,16.868805,4577.9507,21.129059,27.285715,18.55317,20.637863,350.16666,97.6319,30.401785,9.495625,10.422018,28.078098,67.067505,161.93265,45.388393,229.40341,30.0171,18.153261,91.23814,35.67402,22.130531,159.4999,18.70443,1.6341518,21.252562,11.078689,1183.7217,24.31404,4.848142,156.64285,21.288357,220.47302,88.40238,157.51912,8.481422,110.81384,485.5172,463.7428,44.966747,296.2652,106.79464,51.046585,69.84855,158.43375,26.631424,62.352177,461.51404,15.548698,22.849554,342.55637,10.925765,6.7640257,84.36249,66.51976,688.6474,184.4529,173.09804,1966.1792,31.804382,1557.8722,1279.4692,6.4410715,4.8206844,1324.7008,17.39224,9.019048,349.4912,19.844196,39.73616,19.28931,59.903828,251.34596,312.20346,2.9590356,29.459438,51.847607,307.16614,5.061738,83.58913,7.2808037,1.6411809,58.583603,1.2371451,1.4891986,5.080498,10.169623,21.81293,14.503954,26.545834,181.8499,30.52381,14.892857,29.46875,7.219388,85.97768,3.3520834,10.112917,6.09375,63.797596,2.3258927,4.013426,12.870373,9.4808035,15.821428,5.6994047,0.97196174,61.335262,8.488181,187.75072,5.8315215,260.59555,16.923979,1091.1914,109.027084,3.9688938,7.5850196,143.14221,177.79689,895.16473,874.4348 +2023-02-27 13:00:00,0.0,2401.7664,27.793186,4.8599854,7.782765,24.479584,176.56729,25.16138,47.167805,21.178728,31.66117,154.2542,238.69527,12.166966,22.917084,12.79681,2.9272394,30.716331,42.53189,27.423433,411.67392,21.366945,349.08975,134.62328,29.501934,236.51509,171.03433,76.73878,764.67474,276.35983,1825.5262,43.425495,2350.6736,606.4007,30.610502,25.67433,168.00006,143.13327,272.0085,1140.0074,51.848957,12.47686,9.641461,690.72284,576.00354,68.29329,24.179482,258.47833,32.51905,314.6019,12.560898,44.5247,0.0,1377.6992,2170.0415,0.286282,36.814457,19.082294,15814.193,45.641197,1.6123201,16.17847,29.086626,28.948511,9.0535145,15.825844,378.08914,28.00868,13.31608,1.1593829,7.9714746,470.0462,0.39820915,235.38239,83.402084,2548.0374,132.32985,119.48651,177.86238,1256.0497,78.83197,65.282486,804.81305,60.466064,58.70627,10.392598,36.010212,219.08101,11.129251,8.620434,77.17617,16.862747,4578.529,21.134098,27.270834,18.556765,20.648735,350.2222,97.69074,30.390625,9.495862,10.424285,28.103706,67.0883,162.03247,45.377605,229.45671,30.034492,18.162985,91.29306,35.69557,22.123838,159.56104,18.71725,1.634453,21.225176,11.078095,1183.6794,24.31523,4.8550124,156.79167,21.297655,220.60332,88.431946,157.62047,8.47948,110.82318,485.73975,464.10968,44.98465,296.3858,106.88368,51.055157,69.84998,158.45534,26.638334,62.364895,461.50687,15.559121,22.859732,342.66092,10.90997,6.759015,84.41599,66.5545,688.91284,184.52434,173.1054,1966.2587,31.79214,1557.8005,1279.1771,6.436875,4.8171005,1324.478,17.39223,9.013888,349.43082,19.832552,39.722656,19.280579,59.8817,251.34363,312.1078,2.9570625,29.450445,51.796387,307.12482,5.059243,83.586006,7.2792535,1.641606,58.585125,1.2374898,1.489648,5.0829806,10.169251,21.808458,14.501383,26.548264,181.81813,30.506945,14.883928,29.466146,7.2148814,85.9401,3.3501737,9.956909,6.091146,63.801403,2.3170385,4.003271,12.853672,9.482031,15.806547,5.6836805,0.97183603,61.346767,8.486157,187.70563,5.830199,260.61108,16.920584,1091.0742,109.020805,3.9705522,7.582622,143.15298,177.80716,895.17114,874.3165 +2023-02-27 14:00:00,0.0,2402.2397,27.782803,4.8593326,7.775448,24.485596,176.54793,25.160576,47.174957,21.18487,31.671188,154.11595,238.86626,12.165879,22.872976,12.808467,2.9254842,30.706654,42.440617,27.36887,411.6015,21.338974,348.93796,134.6187,29.467272,236.68355,170.95631,76.733055,764.28406,276.38757,1825.018,43.408997,2350.622,606.3178,30.599514,25.66757,167.95462,142.99544,271.94943,1140.3212,51.86756,12.4718075,9.640909,691.0716,576.2907,68.22586,24.20741,257.94373,32.54828,314.16623,12.564276,44.545376,0.0,1378.4287,2170.6926,0.2862871,36.790848,19.089071,15821.407,45.65795,1.6125458,16.19623,29.107557,28.970655,9.059621,15.836806,378.21375,27.99256,13.330677,1.1598403,7.974913,470.32242,0.39787924,235.5155,83.39345,2547.829,132.34424,119.50358,177.84123,1256.7496,78.834496,65.2949,804.1651,60.485264,58.667168,10.393488,36.01879,219.07234,11.127111,8.619079,77.20236,16.856691,4579.1064,21.139137,27.255953,18.56036,20.659607,350.27777,97.74959,30.379465,9.4960985,10.426552,28.129316,67.10911,162.1323,45.366814,229.51,30.051884,18.172709,91.34798,35.71713,22.117144,159.62218,18.730072,1.6347544,21.19779,11.077503,1183.6373,24.31642,4.8618827,156.94048,21.306953,220.73363,88.46151,157.7218,8.477537,110.83252,485.96228,464.4766,45.00255,296.50638,106.97272,51.06373,69.85141,158.47693,26.645243,62.377613,461.49966,15.569544,22.869911,342.76544,10.894175,6.754004,84.469505,66.58923,689.1783,184.5958,173.11276,1966.3379,31.779898,1557.7288,1278.885,6.4326787,4.8135166,1324.2552,17.392218,9.00873,349.37042,19.820908,39.709152,19.271849,59.859566,251.3413,312.0121,2.9550893,29.441454,51.745163,307.08353,5.0567484,83.58289,7.2777033,1.6420311,58.586643,1.2378345,1.4900973,5.0854626,10.16888,21.80399,14.498812,26.550694,181.78638,30.490078,14.875,29.463541,7.2103744,85.90253,3.348264,9.800902,6.0885415,63.80521,2.3081844,3.9931164,12.836972,9.483258,15.791667,5.6679564,0.97171026,61.35827,8.484133,187.66054,5.828876,260.6266,16.917187,1090.9572,109.014534,3.9722106,7.580224,143.16376,177.81743,895.17755,874.1983 +2023-02-27 15:00:00,0.0,2402.7134,27.772417,4.85868,7.768131,24.491608,176.52858,25.159771,47.18211,21.191011,31.681206,153.97772,239.03723,12.164791,22.828869,12.820125,2.9237287,30.696976,42.349346,27.314308,411.52905,21.311003,348.78613,134.6141,29.43261,236.85202,170.8783,76.72733,763.8934,276.41528,1824.5095,43.392494,2350.5708,606.2349,30.588528,25.66081,167.90918,142.8576,271.89032,1140.6349,51.88616,12.466754,9.640358,691.4203,576.5779,68.15844,24.235338,257.40912,32.57751,313.7306,12.567653,44.56605,0.0,1379.1584,2171.3438,0.28629223,36.767235,19.09585,15828.622,45.674706,1.6127717,16.213987,29.128487,28.9928,9.065727,15.847768,378.33838,27.976439,13.345274,1.1602978,7.978351,470.59863,0.39754936,235.64862,83.38482,2547.6208,132.35863,119.520645,177.82008,1257.4496,78.83702,65.307304,803.5172,60.504463,58.628063,10.394378,36.027367,219.06369,11.124971,8.617724,77.22855,16.850634,4579.684,21.144176,27.241072,18.563955,20.670479,350.3333,97.80843,30.368303,9.496335,10.42882,28.154924,67.129906,162.23212,45.356026,229.5633,30.069275,18.182432,91.4029,35.738686,22.110449,159.6833,18.742893,1.6350558,21.170403,11.07691,1183.5951,24.31761,4.868753,157.08928,21.316252,220.86392,88.49107,157.82315,8.475594,110.84186,486.18484,464.84348,45.02045,296.62698,107.06175,51.072296,69.85284,158.49852,26.652151,62.39033,461.4925,15.5799675,22.88009,342.87,10.87838,6.7489934,84.52302,66.62396,689.4437,184.66724,173.12012,1966.4172,31.767654,1557.6571,1278.593,6.428482,4.809933,1324.0325,17.392206,9.0035715,349.31003,19.809263,39.69565,19.263117,59.837437,251.33897,311.9164,2.9531162,29.43246,51.693943,307.04224,5.0542536,83.57977,7.276153,1.6424562,58.58816,1.2381791,1.4905466,5.0879445,10.168509,21.799519,14.496241,26.553125,181.75461,30.473213,14.866071,29.460938,7.205868,85.86495,3.3463542,9.644896,6.0859375,63.809013,2.2993302,3.9829617,12.8202715,9.484487,15.776786,5.652232,0.9715845,61.36977,8.482109,187.61545,5.8275533,260.64212,16.913792,1090.8401,109.00826,3.973869,7.5778265,143.17453,177.82771,895.18396,874.08 +2023-02-27 16:00:00,0.0,2403.187,27.762033,4.8580275,7.7608137,24.49762,176.50922,25.158966,47.18926,21.197151,31.691223,153.8395,239.2082,12.163703,22.784761,12.831781,2.9219732,30.687296,42.258076,27.259747,411.4566,21.28303,348.63434,134.60953,29.397947,237.0205,170.80028,76.72161,763.5026,276.44302,1824.0011,43.37599,2350.5193,606.15204,30.577541,25.65405,167.86372,142.71977,271.8312,1140.9486,51.904762,12.4617,9.639807,691.76904,576.86505,68.09101,24.263268,256.87448,32.60674,313.29492,12.57103,44.586727,0.0,1379.888,2171.9949,0.28629732,36.743626,19.102627,15835.837,45.69146,1.6129975,16.231745,29.149418,29.014944,9.071835,15.85873,378.463,27.960318,13.359871,1.160755,7.981789,470.87485,0.39721945,235.78175,83.37619,2547.4126,132.37302,119.53772,177.79893,1258.1495,78.83954,65.31971,802.86926,60.523663,58.588963,10.395268,36.035942,219.05502,11.122832,8.616369,77.254745,16.844578,4580.2617,21.149216,27.22619,18.56755,20.68135,350.3889,97.86728,30.357143,9.496572,10.431087,28.180532,67.1507,162.33194,45.345238,229.61658,30.086666,18.192156,91.45782,35.76024,22.103756,159.74445,18.755714,1.6353571,21.143017,11.076317,1183.553,24.3188,4.8756237,157.2381,21.32555,220.99422,88.52064,157.92448,8.473651,110.85119,486.40738,465.2104,45.03835,296.74756,107.150795,51.080868,69.85427,158.52011,26.659061,62.403046,461.4853,15.59039,22.89027,342.97455,10.862585,6.743983,84.57653,66.6587,689.70917,184.73868,173.12747,1966.4966,31.755411,1557.5854,1278.3009,6.424286,4.8063493,1323.8097,17.392195,8.998412,349.24963,19.797619,39.682144,19.254387,59.815308,251.33664,311.82074,2.9511428,29.42347,51.642723,307.00092,5.0517583,83.57666,7.274603,1.6428812,58.589684,1.2385238,1.4909959,5.090427,10.168138,21.795048,14.4936695,26.555555,181.72284,30.456348,14.857142,29.458334,7.2013607,85.82738,3.3444448,9.488889,6.0833335,63.81282,2.290476,3.972807,12.803572,9.485714,15.761905,5.636508,0.97145873,61.38127,8.480085,187.57036,5.8262305,260.65762,16.910395,1090.723,109.00199,3.9755278,7.5754285,143.1853,177.83798,895.19037,873.9618 +2023-02-27 17:00:00,0.0,2403.6604,27.751648,4.8573747,7.753496,24.503632,176.48987,25.158161,47.19641,21.203293,31.70124,153.70126,239.3792,12.162615,22.740654,12.843439,2.9202178,30.677618,42.166805,27.205183,411.3842,21.255058,348.48254,134.60495,29.363283,237.18895,170.72226,76.71589,763.11194,276.47073,1823.4927,43.35949,2350.468,606.0692,30.566553,25.647291,167.81828,142.58194,271.77213,1141.2625,51.923363,12.456648,9.639256,692.11774,577.1523,68.02359,24.291195,256.33987,32.63597,312.85928,12.574407,44.607403,0.0,1380.6176,2172.6462,0.28630242,36.720013,19.109406,15843.052,45.708214,1.6132234,16.249504,29.17035,29.037088,9.077941,15.869693,378.58762,27.944197,13.374467,1.1612124,7.985227,471.15106,0.39688957,235.91487,83.36756,2547.2046,132.38739,119.554794,177.7778,1258.8495,78.842064,65.332115,802.2213,60.542862,58.54986,10.396158,36.044525,219.04636,11.120693,8.615014,77.28093,16.838522,4580.84,21.154255,27.21131,18.571146,20.692223,350.44443,97.926125,30.345982,9.496808,10.433353,28.20614,67.17151,162.43178,45.33445,229.66988,30.104057,18.201878,91.51274,35.781796,22.097061,159.80559,18.768536,1.6356585,21.115631,11.075725,1183.5107,24.31999,4.882494,157.3869,21.334848,221.12451,88.5502,158.02583,8.471708,110.86053,486.62994,465.57727,45.05625,296.86816,107.23983,51.08944,69.8557,158.5417,26.66597,62.415764,461.47812,15.600813,22.900448,343.0791,10.846789,6.7389717,84.630035,66.693436,689.9747,184.81013,173.13483,1966.5758,31.743168,1557.5138,1278.0088,6.4200892,4.8027654,1323.5869,17.392183,8.993254,349.18924,19.785975,39.66864,19.245655,59.793175,251.3343,311.72507,2.9491696,29.414476,51.5915,306.95963,5.0492635,83.57354,7.273053,1.6433063,58.5912,1.2388685,1.4914452,5.092909,10.167766,21.790577,14.491098,26.557985,181.69109,30.439484,14.848214,29.455729,7.196854,85.78981,3.342535,9.332882,6.080729,63.816628,2.281622,3.9626522,12.786872,9.486941,15.747024,5.620784,0.971333,61.392776,8.478061,187.52525,5.824908,260.67316,16.907,1090.6058,108.99572,3.9771862,7.573031,143.19609,177.84825,895.1968,873.8435 +2023-02-27 18:00:00,0.0,2404.134,27.741264,4.856722,7.746179,24.509644,176.4705,25.157356,47.20356,21.209435,31.711258,153.56302,239.55017,12.161527,22.696547,12.855096,2.9184625,30.66794,42.07553,27.150621,411.31174,21.227087,348.33075,134.60036,29.32862,237.35742,170.64423,76.71016,762.72125,276.49847,1822.9843,43.342987,2350.4165,605.9863,30.555567,25.640532,167.77284,142.4441,271.713,1141.5762,51.941963,12.451594,9.638704,692.4665,577.43945,67.95616,24.319124,255.80525,32.6652,312.42365,12.577785,44.62808,0.0,1381.3472,2173.2974,0.2863075,36.696404,19.116182,15850.266,45.724968,1.6134492,16.267262,29.19128,29.059233,9.084048,15.880655,378.71225,27.928076,13.389064,1.1616699,7.9886656,471.42728,0.3965597,236.04799,83.358925,2546.9963,132.40178,119.57186,177.75665,1259.5494,78.84459,65.34453,801.57336,60.56206,58.510757,10.397049,36.0531,219.03769,11.118554,8.61366,77.30712,16.832464,4581.4175,21.159294,27.196428,18.574741,20.703094,350.5,97.98497,30.334822,9.497045,10.435621,28.231749,67.19231,162.5316,45.32366,229.72318,30.12145,18.211601,91.56766,35.80335,22.090366,159.86671,18.781357,1.6359597,21.088245,11.075131,1183.4685,24.32118,4.8893642,157.53572,21.344149,221.2548,88.579765,158.12717,8.469766,110.869865,486.85248,465.94418,45.07415,296.98877,107.32887,51.09801,69.857124,158.56331,26.67288,62.428482,461.47092,15.611237,22.910627,343.18362,10.830995,6.733961,84.68355,66.72817,690.2401,184.88158,173.14218,1966.6553,31.730925,1557.442,1277.7168,6.4158926,4.7991815,1323.3641,17.392172,8.988095,349.12885,19.77433,39.655132,19.236925,59.771046,251.33199,311.6294,2.9471965,29.405483,51.54028,306.9183,5.0467687,83.57043,7.271503,1.6437314,58.592724,1.2392132,1.4918945,5.095391,10.167395,21.786108,14.488527,26.560417,181.65932,30.422619,14.839286,29.453125,7.192347,85.752235,3.3406253,9.176875,6.078125,63.820435,2.2727678,3.9524972,12.770171,9.48817,15.732142,5.6050596,0.97120726,61.404278,8.476037,187.48016,5.823585,260.68866,16.903603,1090.4888,108.98945,3.9788446,7.5706334,143.20686,177.85852,895.2032,873.7253 +2023-02-27 19:00:00,0.0,2404.6074,27.730879,4.8560696,7.738862,24.515656,176.45114,25.156551,47.210712,21.215574,31.721275,153.42479,239.72115,12.1604395,22.652441,12.866754,2.916707,30.658262,41.98426,27.096058,411.23932,21.199116,348.17892,134.59578,29.293959,237.5259,170.56621,76.70444,762.3305,276.5262,1822.476,43.326485,2350.3652,605.90344,30.544579,25.633772,167.72739,142.30627,271.65393,1141.8899,51.960564,12.446542,9.638152,692.8152,577.7266,67.88873,24.347052,255.27063,32.69443,311.98798,12.5811615,44.648754,0.0,1382.0767,2173.9485,0.2863126,36.67279,19.122961,15857.48,45.741722,1.6136751,16.285019,29.21221,29.081377,9.090155,15.891618,378.83688,27.911955,13.403661,1.1621273,7.9921036,471.7035,0.39622977,236.18112,83.350296,2546.788,132.41617,119.58893,177.7355,1260.2494,78.84711,65.35693,800.9254,60.581257,58.471653,10.397939,36.06168,219.02902,11.116414,8.612305,77.33331,16.826408,4581.995,21.164333,27.181547,18.578337,20.713966,350.55554,98.043816,30.32366,9.497281,10.437888,28.257357,67.21311,162.63142,45.312874,229.77646,30.138842,18.221325,91.62258,35.824905,22.083673,159.92786,18.794178,1.6362611,21.06086,11.074539,1183.4264,24.322372,4.8962345,157.68452,21.353447,221.38512,88.60933,158.22852,8.467823,110.8792,487.07504,466.31107,45.092052,297.10934,107.41791,51.106583,69.85856,158.5849,26.679789,62.4412,461.46375,15.621659,22.920807,343.28818,10.8152,6.72895,84.73706,66.7629,690.50555,184.95303,173.14954,1966.7346,31.718681,1557.3704,1277.4247,6.4116964,4.7955976,1323.1412,17.39216,8.982936,349.06845,19.762686,39.64163,19.228193,59.748917,251.32965,311.5337,2.9452233,29.396492,51.489056,306.877,5.044274,83.56731,7.269953,1.6441563,58.594242,1.2395579,1.4923438,5.097873,10.167023,21.781637,14.485956,26.562847,181.62755,30.405754,14.830357,29.450521,7.1878405,85.71466,3.3387156,9.020868,6.075521,63.824238,2.2639136,3.9423425,12.753471,9.489397,15.717262,5.589335,0.9710815,61.41578,8.474013,187.43507,5.8222623,260.7042,16.900208,1090.3717,108.98317,3.980503,7.5682354,143.21764,177.8688,895.2096,873.607 +2023-02-27 20:00:00,0.0,2405.081,27.720495,4.855417,7.731545,24.521667,176.4318,25.155746,47.217865,21.221716,31.731293,153.28656,239.89214,12.159351,22.608334,12.87841,2.9149516,30.648584,41.89299,27.041496,411.16687,21.171143,348.02713,134.59119,29.259296,237.69437,170.48819,76.698715,761.9398,276.55392,1821.9675,43.309986,2350.3137,605.82056,30.533592,25.627012,167.68195,142.16844,271.59482,1142.2036,51.979168,12.441488,9.637601,693.1639,578.01385,67.82131,24.37498,254.73602,32.72366,311.55234,12.584538,44.66943,0.0,1382.8063,2174.5996,0.2863177,36.649178,19.129738,15864.695,45.758476,1.6139009,16.302776,29.23314,29.103521,9.096261,15.902579,378.96152,27.895834,13.418258,1.1625847,7.9955416,471.97974,0.3958999,236.31424,83.34167,2546.5798,132.43056,119.606,177.71436,1260.9493,78.84963,65.36934,800.2775,60.600456,58.432552,10.3988285,36.07026,219.02037,11.114275,8.6109495,77.359505,16.82035,4582.5728,21.169373,27.166666,18.581932,20.724838,350.6111,98.10266,30.3125,9.497518,10.440155,28.282967,67.23391,162.73125,45.302082,229.82976,30.156233,18.231049,91.6775,35.84646,22.076979,159.989,18.807001,1.6365625,21.033474,11.073946,1183.3842,24.323563,4.9031053,157.83333,21.362745,221.51541,88.638885,158.32985,8.46588,110.88854,487.29758,466.67798,45.10995,297.22995,107.50694,51.115154,69.859985,158.60649,26.686697,62.453915,461.45654,15.632083,22.930986,343.39273,10.799404,6.7239394,84.79057,66.79764,690.771,185.02448,173.15689,1966.8138,31.70644,1557.2987,1277.1326,6.4075,4.7920136,1322.9185,17.392149,8.9777775,349.00806,19.751041,39.628124,19.219463,59.726788,251.32732,311.43802,2.94325,29.387499,51.437836,306.83572,5.041779,83.56419,7.2684026,1.6445814,58.595764,1.2399025,1.4927931,5.100355,10.166652,21.777166,14.483385,26.565277,181.5958,30.388887,14.821428,29.447916,7.183334,85.677086,3.3368058,8.864861,6.0729165,63.828045,2.2550595,3.9321878,12.736771,9.490624,15.702381,5.573611,0.9709557,61.42728,8.471989,187.38998,5.8209395,260.71973,16.89681,1090.2546,108.9769,3.9821615,7.565838,143.22841,177.87907,895.216,873.4888 +2023-02-27 21:00:00,0.0,2405.5547,27.710112,4.854764,7.724228,24.52768,176.41243,25.154942,47.225014,21.227858,31.74131,153.14833,240.06311,12.158263,22.564226,12.890068,2.913196,30.638906,41.801716,26.986935,411.09445,21.143171,347.87534,134.58661,29.224634,237.86282,170.41017,76.69299,761.54913,276.58167,1821.4591,43.293484,2350.2625,605.7377,30.522606,25.620253,167.63649,142.03061,271.5357,1142.5175,51.99777,12.436435,9.63705,693.51263,578.301,67.75388,24.402908,254.20139,32.75289,311.1167,12.587916,44.690105,0.0,1383.5359,2175.2507,0.28632283,36.62557,19.136517,15871.909,45.77523,1.6141268,16.320536,29.25407,29.125666,9.102368,15.913542,379.08612,27.879713,13.432855,1.1630421,7.99898,472.25595,0.39556998,236.44736,83.33303,2546.3716,132.44493,119.62307,177.6932,1261.6493,78.85216,65.38175,799.6296,60.619656,58.393448,10.399719,36.078835,219.0117,11.112136,8.609595,77.3857,16.814295,4583.151,21.174412,27.151785,18.585527,20.73571,350.66666,98.16151,30.30134,9.497754,10.442423,28.308575,67.254715,162.83107,45.291294,229.88304,30.173624,18.240772,91.73242,35.868015,22.070286,160.05014,18.819822,1.6368638,21.006088,11.073353,1183.342,24.324753,4.9099755,157.98215,21.372044,221.6457,88.66845,158.4312,8.463937,110.89788,487.52014,467.04486,45.127853,297.35052,107.595985,51.123722,69.86141,158.62808,26.693607,62.466633,461.44937,15.642506,22.941164,343.49728,10.783609,6.7189283,84.84408,66.832375,691.03644,185.09592,173.16425,1966.8932,31.694197,1557.227,1276.8406,6.4033036,4.78843,1322.6957,17.392138,8.972619,348.94766,19.739397,39.61462,19.210732,59.704655,251.325,311.34235,2.9412768,29.378508,51.386616,306.7944,5.039284,83.56107,7.2668524,1.6450065,58.597282,1.2402472,1.4932425,5.102837,10.16628,21.772697,14.480815,26.567709,181.56403,30.372023,14.8125,29.445312,7.178827,85.63951,3.334896,8.708854,6.0703125,63.831852,2.2462053,3.922033,12.720071,9.491853,15.6875,5.5578866,0.97083,61.438786,8.469965,187.3449,5.819617,260.73523,16.893415,1090.1375,108.97063,3.9838202,7.56344,143.23918,177.88934,895.2224,873.3705 +2023-02-27 22:00:00,0.0,2406.028,27.699726,4.8541117,7.716911,24.533691,176.39308,25.154137,47.232166,21.234,31.751328,153.01009,240.23409,12.157175,22.520119,12.901725,2.9114408,30.629229,41.710445,26.932371,411.022,21.1152,347.7235,134.58203,29.18997,238.0313,170.33215,76.68727,761.1584,276.60938,1820.9507,43.27698,2350.211,605.6548,30.511618,25.613493,167.59105,141.89278,271.47662,1142.8312,52.01637,12.431382,9.636498,693.8613,578.5882,67.68646,24.430838,253.66678,32.78212,310.68103,12.591293,44.71078,0.0,1384.2655,2175.902,0.28632793,36.601955,19.143293,15879.124,45.791985,1.6143526,16.338293,29.275002,29.14781,9.108475,15.924504,379.21075,27.863592,13.447452,1.1634994,8.002418,472.53217,0.3952401,236.58049,83.3244,2546.1633,132.45932,119.64014,177.67206,1262.3492,78.854675,65.39416,798.9816,60.638855,58.354347,10.400609,36.087414,219.00304,11.109996,8.60824,77.41189,16.808239,4583.7285,21.179451,27.136906,18.589123,20.746582,350.7222,98.22035,30.290178,9.497991,10.44469,28.334183,67.27551,162.9309,45.280506,229.93634,30.191017,18.250496,91.78734,35.88957,22.063591,160.11127,18.832644,1.6371652,20.978703,11.072761,1183.2998,24.325943,4.916846,158.13095,21.381342,221.776,88.69801,158.53253,8.461994,110.90722,487.74268,467.41177,45.145752,297.47113,107.68502,51.132294,69.86285,158.64967,26.700516,62.47935,461.44217,15.652928,22.951344,343.6018,10.767815,6.7139177,84.89759,66.86711,691.3019,185.16737,173.1716,1966.9725,31.681953,1557.1554,1276.5485,6.399107,4.7848463,1322.4729,17.392126,8.96746,348.8873,19.727753,39.601116,19.202002,59.682526,251.32266,311.24667,2.9393036,29.369514,51.335392,306.7531,5.0367894,83.55796,7.2653027,1.6454316,58.5988,1.2405919,1.4936918,5.105319,10.165909,21.768227,14.478244,26.570139,181.53227,30.355158,14.803571,29.442709,7.17432,85.60194,3.3329864,8.552847,6.0677085,63.83566,2.2373512,3.9118783,12.703371,9.49308,15.672619,5.5421624,0.97070426,61.450287,8.467941,187.29979,5.818294,260.75076,16.890018,1090.0204,108.964355,3.9854786,7.5610423,143.24997,177.89963,895.22876,873.25226 +2023-02-27 23:00:00,0.0,2406.5017,27.689342,4.853459,7.709594,24.539703,176.37372,25.153332,47.23932,21.240139,31.761345,152.87186,240.40508,12.156087,22.476011,12.913383,2.9096854,30.619549,41.619175,26.87781,410.94955,21.087229,347.57172,134.57744,29.155308,238.19977,170.25414,76.68155,760.7677,276.63712,1820.4423,43.26048,2350.1597,605.57196,30.500631,25.606733,167.5456,141.75494,271.4175,1143.1449,52.03497,12.426329,9.635947,694.2101,578.8754,67.61903,24.458765,253.13214,32.81135,310.2454,12.59467,44.731457,0.0,1384.995,2176.5532,0.28633302,36.578346,19.15007,15886.339,45.80874,1.6145785,16.35605,29.295933,29.169954,9.114581,15.935467,379.3354,27.847471,13.462049,1.1639568,8.0058565,472.80838,0.3949102,236.71361,83.31577,2545.9553,132.47371,119.65721,177.65091,1263.0493,78.8572,65.40656,798.3337,60.658054,58.315243,10.4015,36.095993,218.99437,11.107857,8.606885,77.43807,16.802181,4584.306,21.18449,27.122025,18.592718,20.757454,350.77777,98.2792,30.279018,9.498228,10.446957,28.35979,67.29631,163.03072,45.26972,229.98962,30.208408,18.26022,91.84226,35.911125,22.056896,160.17241,18.845465,1.6374665,20.951317,11.072167,1183.2577,24.327133,4.923716,158.27975,21.39064,221.9063,88.72758,158.63388,8.460052,110.91656,487.96524,467.77866,45.163654,297.5917,107.774055,51.140865,69.86427,158.67126,26.707424,62.49207,461.435,15.663352,22.961523,343.70636,10.752019,6.7089067,84.9511,66.90184,691.5673,185.23882,173.17896,1967.0518,31.66971,1557.0836,1276.2563,6.394911,4.7812624,1322.2501,17.392115,8.962301,348.8269,19.716108,39.587612,19.19327,59.660397,251.32033,311.15097,2.9373302,29.360521,51.284172,306.71182,5.0342946,83.55484,7.2637525,1.6458566,58.600323,1.2409366,1.4941411,5.1078014,10.165537,21.763756,14.475673,26.572569,181.5005,30.338293,14.794642,29.440104,7.169813,85.56436,3.3310766,8.39684,6.065104,63.839462,2.228497,3.9017236,12.68667,9.4943075,15.657738,5.526438,0.9705785,61.46179,8.465917,187.2547,5.8169713,260.76627,16.886623,1089.9033,108.958084,3.987137,7.558645,143.26074,177.9099,895.23517,873.134 +2023-02-28 00:00:00,0.0,2406.975,27.678957,4.852806,7.7022767,24.545715,176.35435,25.152527,47.246468,21.24628,31.771362,152.73363,240.57605,12.155,22.431904,12.925039,2.90793,30.60987,41.5279,26.823246,410.87714,21.059256,347.41992,134.57286,29.120646,238.36824,170.17612,76.67582,760.37695,276.66486,1819.934,43.243977,2350.1082,605.4891,30.489643,25.599974,167.50015,141.61711,271.35843,1143.4587,52.05357,12.421276,9.635395,694.5588,579.1626,67.551605,24.486694,252.59753,32.84058,309.80975,12.598048,44.752132,0.0,1385.7246,2177.2043,0.28633812,36.554733,19.156849,15893.554,45.825493,1.6148043,16.373808,29.31686,29.192099,9.120688,15.946429,379.46,27.83135,13.476645,1.1644142,8.0092945,473.0846,0.3945803,236.84673,83.307144,2545.747,132.48808,119.67428,177.62976,1263.7493,78.859726,65.41897,797.6858,60.677254,58.276142,10.40239,36.104572,218.9857,11.105718,8.605531,77.464264,16.796125,4584.884,21.18953,27.107143,18.596312,20.768326,350.8333,98.33804,30.267857,9.498465,10.449224,28.385399,67.317116,163.13054,45.25893,230.04292,30.2258,18.269943,91.89718,35.93268,22.050203,160.23355,18.858286,1.6377678,20.923931,11.071575,1183.2155,24.328323,4.930587,158.42857,21.399939,222.03659,88.75714,158.73521,8.458109,110.925896,488.18777,468.14557,45.181553,297.7123,107.8631,51.149437,69.8657,158.69287,26.714334,62.504784,461.4278,15.673775,22.971703,343.8109,10.736224,6.703896,85.004616,66.93658,691.8328,185.31026,173.18631,1967.1311,31.657467,1557.012,1275.9644,6.390714,4.7776785,1322.0273,17.392103,8.957143,348.7665,19.704464,39.57411,19.18454,59.638268,251.31801,311.0553,2.935357,29.35153,51.23295,306.6705,5.0318,83.55173,7.2622023,1.6462817,58.60184,1.2412813,1.4945904,5.1102834,10.165165,21.759287,14.473102,26.575,181.46873,30.321428,14.785714,29.4375,7.1653066,85.52679,3.329167,8.240833,6.0625,63.84327,2.2196429,3.8915687,12.6699705,9.495535,15.642857,5.510714,0.9704528,61.473293,8.463893,187.20961,5.8156486,260.7818,16.883226,1089.7863,108.95181,3.9887955,7.5562468,143.27151,177.92017,895.2416,873.01575 +2023-02-28 01:00:00,0.0,2407.4487,27.668573,4.852154,7.6949596,24.551727,176.335,25.151722,47.25362,21.252422,31.78138,152.5954,240.74702,12.153912,22.387796,12.936697,2.9061744,30.600193,41.43663,26.768684,410.8047,21.031284,347.2681,134.56828,29.085983,238.5367,170.0981,76.6701,759.98627,276.69257,1819.4255,43.227474,2350.057,605.4062,30.478657,25.593214,167.45471,141.47928,271.29932,1143.7725,52.072174,12.416223,9.634844,694.90753,579.44977,67.484184,24.514624,252.06291,32.869812,309.37408,12.601425,44.772808,0.0,1386.4542,2177.8555,0.28634322,36.531124,19.163626,15900.768,45.842247,1.6150302,16.391567,29.337791,29.214243,9.126795,15.957391,379.58463,27.815228,13.491242,1.1648716,8.0127325,473.3608,0.3942504,236.97986,83.29851,2545.5388,132.50247,119.691345,177.60861,1264.4492,78.86224,65.43138,797.03784,60.69645,58.237038,10.403279,36.113148,218.97705,11.103579,8.604176,77.490456,16.79007,4585.462,21.194569,27.092262,18.599907,20.779198,350.8889,98.39688,30.256697,9.498701,10.451491,28.411007,67.33791,163.23036,45.24814,230.09622,30.24319,18.279667,91.9521,35.954235,22.043509,160.29468,18.871107,1.6380692,20.896544,11.070982,1183.1732,24.329515,4.937457,158.57738,21.409237,222.1669,88.786705,158.83656,8.456166,110.935234,488.4103,468.51245,45.199455,297.8329,107.95213,51.15801,69.867134,158.71446,26.721243,62.5175,461.42062,15.684197,22.98188,343.91544,10.720429,6.698885,85.05812,66.97131,692.09827,185.38171,173.19366,1967.2104,31.645224,1556.9403,1275.6722,6.386518,4.7740946,1321.8044,17.392092,8.951983,348.70612,19.69282,39.560604,19.17581,59.616135,251.31567,310.95963,2.933384,29.342537,51.18173,306.6292,5.029305,83.54861,7.260652,1.6467068,58.603363,1.241626,1.4950397,5.1127653,10.164794,21.754816,14.4705305,26.57743,181.43698,30.304564,14.776786,29.434896,7.1607995,85.48921,3.3272572,8.084826,6.059896,63.847076,2.2107887,3.881414,12.653271,9.496763,15.627976,5.49499,0.970327,61.484795,8.461868,187.16452,5.814326,260.79733,16.879831,1089.6692,108.94554,3.990454,7.553849,143.28229,177.93044,895.248,872.89746 +2023-02-28 02:00:00,0.0,2407.9224,27.658188,4.851501,7.6876426,24.55774,176.31564,25.150917,47.260773,21.258562,31.791397,152.45715,240.91801,12.152823,22.34369,12.948354,2.9044192,30.590515,41.34536,26.714123,410.73227,21.003313,347.1163,134.56369,29.051321,238.70517,170.02008,76.664375,759.5956,276.7203,1818.9171,43.210976,2350.0054,605.3233,30.46767,25.586454,167.40926,141.34145,271.2402,1144.0862,52.090775,12.411169,9.634293,695.2562,579.73694,67.416756,24.542551,251.52829,32.89904,308.93845,12.604802,44.793484,0.0,1387.1838,2178.5066,0.28634834,36.50751,19.170404,15907.982,45.858997,1.6152561,16.409325,29.358723,29.236387,9.132902,15.968353,379.70926,27.799107,13.505839,1.165329,8.0161705,473.63705,0.3939205,237.11298,83.28988,2545.3306,132.51686,119.70841,177.58746,1265.1492,78.86477,65.44379,796.3899,60.71565,58.197937,10.40417,36.121727,218.96838,11.1014385,8.60282,77.51665,16.784012,4586.0396,21.199606,27.077381,18.603502,20.79007,350.94443,98.45573,30.245535,9.498938,10.453758,28.436615,67.35872,163.33018,45.23735,230.1495,30.260584,18.289389,92.00702,35.97579,22.036816,160.35582,18.883928,1.6383705,20.869158,11.070389,1183.1311,24.330706,4.9443274,158.7262,21.418535,222.2972,88.81627,158.9379,8.454224,110.94457,488.63287,468.87936,45.217354,297.9535,108.04117,51.16658,69.86856,158.73605,26.728153,62.53022,461.41342,15.694621,22.99206,344.02,10.704634,6.6938744,85.11163,67.00605,692.3637,185.45316,173.20102,1967.2898,31.63298,1556.8687,1275.3801,6.3823214,4.7705107,1321.5817,17.392078,8.946825,348.64572,19.681175,39.5471,19.167078,59.594006,251.31334,310.86395,2.9314108,29.333546,51.13051,306.5879,5.02681,83.545494,7.259102,1.6471318,58.60488,1.2419707,1.495489,5.1152477,10.164422,21.750345,14.467959,26.57986,181.40521,30.287699,14.767857,29.432291,7.156293,85.45164,3.3253474,7.928819,6.0572915,63.850883,2.2019343,3.8712592,12.63657,9.497991,15.613095,5.4792657,0.97020125,61.496296,8.459845,187.11943,5.813003,260.81284,16.876434,1089.552,108.93926,3.9921126,7.5514517,143.29306,177.94072,895.2544,872.77924 +2023-02-28 03:00:00,0.0,2408.3958,27.647804,4.850848,7.6803255,24.563751,176.2963,25.150112,47.26792,21.264704,31.801414,152.31892,241.08899,12.151735,22.299583,12.9600115,2.9026637,30.580837,41.254086,26.65956,410.65982,20.975342,346.9645,134.55911,29.016657,238.87364,169.94206,76.65865,759.20483,276.74802,1818.4087,43.194473,2349.954,605.2404,30.456682,25.579695,167.36382,141.2036,271.18112,1144.3999,52.109375,12.4061165,9.633741,695.605,580.0242,67.349335,24.57048,250.99368,32.928272,308.5028,12.60818,44.81416,0.0,1387.9133,2179.158,0.28635344,36.483902,19.177181,15915.197,45.87575,1.6154819,16.427082,29.379654,29.258532,9.1390085,15.979316,379.83386,27.782986,13.520436,1.1657864,8.0196085,473.91327,0.3935906,237.2461,83.28125,2545.1223,132.53125,119.72549,177.56631,1265.8491,78.867294,65.45619,795.74194,60.734848,58.158833,10.40506,36.130306,218.95972,11.099299,8.601466,77.54284,16.777956,4586.617,21.204645,27.0625,18.607098,20.800941,351.0,98.51457,30.234375,9.499174,10.456025,28.462225,67.37952,163.43001,45.226562,230.2028,30.277975,18.299112,92.06194,35.997345,22.03012,160.41696,18.89675,1.6386719,20.841772,11.069797,1183.0889,24.331896,4.951198,158.875,21.427835,222.42749,88.84583,159.03925,8.45228,110.95391,488.8554,469.24625,45.235256,298.07407,108.13021,51.175148,69.86999,158.75764,26.735062,62.542934,461.40625,15.705044,23.00224,344.12454,10.688839,6.6888638,85.165146,67.04078,692.62915,185.5246,173.20837,1967.3691,31.620739,1556.7969,1275.0881,6.378125,4.7669272,1321.3589,17.392067,8.941667,348.58533,19.66953,39.533592,19.158348,59.571877,251.311,310.76828,2.9294374,29.324553,51.079285,306.5466,5.0243154,83.54237,7.257552,1.6475569,58.6064,1.2423153,1.4959383,5.1177297,10.164051,21.745876,14.465388,26.58229,181.37344,30.270832,14.758928,29.429688,7.151786,85.41406,3.3234377,7.7728124,6.0546875,63.854687,2.1930802,3.8611045,12.61987,9.499218,15.598214,5.4635415,0.9700755,61.507797,8.457821,187.07433,5.8116803,260.82837,16.87304,1089.4349,108.93299,3.993771,7.5490537,143.30385,177.95099,895.2608,872.66095 +2023-02-28 04:00:00,0.0,2408.8694,27.637419,4.850196,7.6730084,24.569763,176.27693,25.149307,47.275074,21.270845,31.811434,152.1807,241.25996,12.150647,22.255476,12.971668,2.9009082,30.57116,41.162815,26.604998,410.5874,20.947369,346.81268,134.55452,28.981995,239.0421,169.86404,76.65293,758.81415,276.77576,1817.9004,43.17797,2349.9028,605.1576,30.445696,25.572935,167.31837,141.06577,271.122,1144.7137,52.127975,12.401063,9.63319,695.9537,580.31134,67.281906,24.598408,250.45905,32.9575,308.06714,12.611557,44.834835,0.0,1388.643,2179.809,0.28635854,36.46029,19.18396,15922.412,45.892506,1.6157078,16.444841,29.400583,29.280676,9.145115,15.990278,379.9585,27.766865,13.535033,1.1662437,8.0230465,474.18948,0.39326072,237.37923,83.27262,2544.9143,132.54562,119.74255,177.54517,1266.5491,78.86981,65.4686,795.09406,60.754047,58.11973,10.40595,36.138885,218.95105,11.09716,8.600111,77.56903,16.7719,4587.195,21.209684,27.047619,18.610693,20.811813,351.05554,98.57342,30.223215,9.499411,10.458293,28.487833,67.40032,163.52983,45.215775,230.25609,30.295366,18.308836,92.11686,36.018898,22.023426,160.47809,18.909573,1.6389732,20.814386,11.069203,1183.0468,24.333086,4.9580684,159.0238,21.437134,222.55779,88.8754,159.14058,8.450337,110.96325,489.07797,469.61316,45.253155,298.19467,108.219246,51.18372,69.87142,158.77924,26.74197,62.555653,461.39905,15.715467,23.012419,344.2291,10.673044,6.6838527,85.21866,67.075516,692.8946,185.59605,173.21574,1967.4484,31.608496,1556.7252,1274.796,6.3739285,4.7633433,1321.1361,17.392056,8.936507,348.52493,19.657887,39.52009,19.149616,59.549744,251.30869,310.67258,2.9274642,29.315561,51.028065,306.5053,5.0218205,83.53926,7.256002,1.647982,58.60792,1.24266,1.4963876,5.1202116,10.163679,21.741405,14.462817,26.584723,181.34169,30.253967,14.75,29.427084,7.1472793,85.37649,3.321528,7.6168056,6.0520835,63.858494,2.184226,3.8509498,12.60317,9.500446,15.583333,5.4478173,0.9699498,61.519302,8.455796,187.02924,5.8103576,260.84387,16.869642,1089.3179,108.92672,3.9954295,7.546656,143.31462,177.96126,895.2672,872.5427 +2023-02-28 05:00:00,0.0,2409.3428,27.627035,4.849543,7.6656914,24.575775,176.25757,25.148502,47.282227,21.276987,31.821451,152.04247,241.43095,12.149559,22.211369,12.983326,2.8991528,30.561481,41.071545,26.550434,410.51495,20.919397,346.6609,134.54994,28.947332,239.21057,169.78603,76.6472,758.42346,276.8035,1817.392,43.16147,2349.8513,605.0747,30.434708,25.566175,167.27293,140.92793,271.06293,1145.0275,52.146576,12.39601,9.632639,696.30237,580.5985,67.21448,24.626337,249.92444,32.986732,307.6315,12.614934,44.85551,0.0,1389.3726,2180.4602,0.28636363,36.43668,19.190737,15929.626,45.90926,1.6159335,16.462599,29.421515,29.30282,9.151222,16.00124,380.08313,27.750744,13.54963,1.1667011,8.0264845,474.4657,0.39293084,237.51234,83.263985,2544.706,132.56001,119.75962,177.52403,1267.249,78.87234,65.48101,794.4461,60.773247,58.080627,10.40684,36.14746,218.94238,11.09502,8.598756,77.595215,16.765842,4587.7725,21.214724,27.032738,18.614288,20.822683,351.1111,98.63226,30.212053,9.499647,10.46056,28.513441,67.42112,163.62965,45.204987,230.30939,30.312757,18.31856,92.17178,36.040455,22.016733,160.53923,18.922394,1.6392745,20.787,11.06861,1183.0045,24.334276,4.9649386,159.17262,21.446432,222.68808,88.90496,159.24193,8.448395,110.97258,489.3005,469.98004,45.271057,298.31525,108.30828,51.19229,69.87285,158.80084,26.74888,62.56837,461.39188,15.72589,23.022596,344.33362,10.6572485,6.678842,85.27217,67.11025,693.16003,185.6675,173.2231,1967.5277,31.596252,1556.6536,1274.5039,6.369732,4.7597594,1320.9133,17.392044,8.931349,348.46454,19.646242,39.506584,19.140886,59.527615,251.30635,310.5769,2.925491,29.306568,50.97684,306.464,5.0193253,83.53614,7.2544518,1.648407,58.60944,1.2430047,1.496837,5.1226935,10.163308,21.736935,14.460246,26.587152,181.30992,30.237103,14.741071,29.424479,7.1427727,85.33891,3.3196182,7.4607983,6.049479,63.8623,2.175372,3.8407948,12.58647,9.501674,15.568452,5.432093,0.969824,61.530804,8.453773,186.98415,5.809035,260.8594,16.866247,1089.2008,108.92045,3.997088,7.544258,143.3254,177.97154,895.2736,872.42444 +2023-02-28 06:00:00,0.0,2409.8164,27.61665,4.8488903,7.6583743,24.581787,176.23822,25.147697,47.289375,21.283127,31.831469,151.90422,241.60193,12.148472,22.167261,12.994983,2.8973975,30.551802,40.980274,26.495872,410.4425,20.891426,346.5091,134.54536,28.91267,239.37904,169.70801,76.64148,758.0327,276.8312,1816.8835,43.144966,2349.8,604.9918,30.423721,25.559416,167.22748,140.7901,271.0038,1145.3412,52.16518,12.390957,9.632087,696.6511,580.88574,67.14706,24.654264,249.38983,33.01596,307.19583,12.618311,44.876186,0.0,1390.102,2181.1113,0.28636873,36.413067,19.197515,15936.841,45.926014,1.6161594,16.480356,29.442446,29.324965,9.157329,16.012203,380.20773,27.734623,13.564226,1.1671585,8.029923,474.7419,0.39260092,237.64546,83.255356,2544.4978,132.5744,119.77669,177.50288,1267.949,78.874855,65.493416,793.79816,60.792446,58.041523,10.40773,36.15604,218.93373,11.092881,8.597402,77.62141,16.759787,4588.3506,21.219763,27.017857,18.617884,20.833555,351.16666,98.69111,30.200893,9.499884,10.462827,28.53905,67.44192,163.72949,45.194195,230.36269,30.33015,18.328283,92.2267,36.062008,22.010038,160.60037,18.935215,1.6395758,20.759615,11.068018,1182.9623,24.335466,4.971809,159.32143,21.45573,222.81839,88.934525,159.34328,8.446452,110.98192,489.52307,470.34695,45.288956,298.43585,108.39732,51.200863,69.874275,158.82243,26.755789,62.58109,461.38467,15.736313,23.032776,344.43817,10.641454,6.673831,85.325676,67.14499,693.4255,185.73894,173.23045,1967.6072,31.58401,1556.5819,1274.2119,6.3655357,4.7561755,1320.6906,17.392033,8.92619,348.40414,19.634598,39.49308,19.132154,59.505486,251.30402,310.48123,2.923518,29.297575,50.92562,306.4227,5.0168304,83.53303,7.2529016,1.6488321,58.610962,1.2433494,1.4972863,5.125176,10.162936,21.732464,14.457675,26.589582,181.27815,30.220238,14.732142,29.421875,7.1382656,85.30134,3.3177085,7.3047915,6.046875,63.866108,2.1665177,3.83064,12.56977,9.502901,15.553572,5.416369,0.96969825,61.542305,8.451749,186.93906,5.807712,260.8749,16.86285,1089.0836,108.91418,3.9987464,7.5418606,143.33617,177.98181,895.28,872.3062 +2023-02-28 07:00:00,0.0,2410.29,27.606266,4.848238,7.6510572,24.5878,176.21886,25.146893,47.296528,21.289268,31.841486,151.76599,241.7729,12.147384,22.123154,13.00664,2.895642,30.542124,40.889,26.44131,410.3701,20.863453,346.35727,134.54077,28.878006,239.54752,169.62999,76.63576,757.642,276.85895,1816.3751,43.128464,2349.7485,604.90894,30.412735,25.552656,167.18204,140.65227,270.9447,1145.6549,52.18378,12.385903,9.631536,696.9998,581.1729,67.07963,24.682194,248.8552,33.045193,306.7602,12.621689,44.896862,0.0,1390.8318,2181.7625,0.28637385,36.389454,19.204292,15944.056,45.94277,1.6163852,16.498114,29.463375,29.347109,9.163435,16.023165,380.33237,27.718502,13.578823,1.1676159,8.033361,475.01813,0.39227104,237.7786,83.24673,2544.2896,132.58879,119.79376,177.48174,1268.6489,78.87738,65.50582,793.1502,60.811646,58.002422,10.408621,36.16462,218.92506,11.090742,8.596046,77.6476,16.753729,4588.928,21.224802,27.002975,18.621479,20.844427,351.2222,98.749954,30.189732,9.50012,10.465095,28.564657,67.46272,163.82932,45.183407,230.41597,30.347542,18.338007,92.281624,36.083565,22.003344,160.6615,18.948036,1.6398772,20.73223,11.067425,1182.9202,24.336657,4.9786797,159.47025,21.465029,222.94868,88.96409,159.44461,8.4445095,110.99126,489.7456,470.71384,45.306858,298.55643,108.48636,51.209435,69.87571,158.84402,26.762697,62.593803,461.3775,15.746737,23.042955,344.54272,10.625659,6.6688204,85.37919,67.17972,693.691,185.8104,173.23781,1967.6863,31.571766,1556.5103,1273.9198,6.361339,4.7525916,1320.4678,17.392021,8.921031,348.34375,19.622953,39.479576,19.123425,59.483356,251.3017,310.38556,2.9215446,29.288584,50.8744,306.3814,5.0143356,83.52991,7.2513514,1.6492572,58.61248,1.2436941,1.4977356,5.127658,10.162565,21.727995,14.455104,26.592014,181.2464,30.203373,14.723214,29.419271,7.133759,85.26376,3.3157988,7.1487846,6.044271,63.86991,2.1576636,3.8204854,12.553069,9.504129,15.538691,5.400645,0.9695725,61.553806,8.449724,186.89397,5.8063893,260.89044,16.859455,1088.9666,108.907906,4.000405,7.539463,143.34694,177.99208,895.28644,872.1879 +2023-02-28 08:00:00,0.0,2410.7634,27.59588,4.847585,7.64374,24.59381,176.19951,25.146088,47.30368,21.29541,31.851503,151.62776,241.9439,12.146296,22.079048,13.018297,2.8938866,30.532446,40.79773,26.386747,410.29764,20.835482,346.20547,134.5362,28.843344,239.71597,169.55197,76.630035,757.25134,276.88666,1815.8667,43.11196,2349.6973,604.82605,30.401747,25.545897,167.1366,140.51443,270.88562,1145.9688,52.20238,12.380851,9.630984,697.3486,581.4601,67.01221,24.710121,248.32057,33.07442,306.32455,12.625066,44.917538,0.0,1391.5613,2182.4138,0.28637895,36.365845,19.211071,15951.27,45.959522,1.6166111,16.515873,29.484306,29.369253,9.169542,16.034128,380.457,27.702381,13.59342,1.1680733,8.036799,475.29437,0.39194113,237.91171,83.23809,2544.0813,132.60316,119.81083,177.46059,1269.3489,78.879906,65.518234,792.50226,60.83084,57.963318,10.409511,36.1732,218.9164,11.088603,8.594691,77.67379,16.747673,4589.506,21.229841,26.988094,18.625074,20.855299,351.27777,98.8088,30.178572,9.500357,10.467361,28.590265,67.48352,163.92914,45.17262,230.46927,30.364933,18.34773,92.33654,36.10512,21.99665,160.72264,18.960857,1.6401786,20.704844,11.066833,1182.8779,24.337849,4.98555,159.61905,21.474327,223.07898,88.99365,159.54596,8.442567,111.000595,489.96817,471.08075,45.324757,298.67703,108.57539,51.218006,69.87714,158.86562,26.769608,62.60652,461.3703,15.757159,23.053135,344.64725,10.609863,6.6638093,85.4327,67.214455,693.9564,185.88184,173.24516,1967.7657,31.559523,1556.4385,1273.6278,6.357143,4.7490077,1320.2449,17.39201,8.915873,348.28336,19.61131,39.466072,19.114693,59.461224,251.29936,310.28986,2.9195714,29.27959,50.823177,306.3401,5.011841,83.52679,7.2498016,1.6496823,58.614,1.2440387,1.4981849,5.13014,10.162193,21.723524,14.452534,26.594444,181.21463,30.186508,14.714286,29.416666,7.129252,85.22619,3.313889,6.992778,6.0416665,63.87372,2.1488094,3.8103306,12.536369,9.505357,15.523809,5.3849206,0.9694468,61.56531,8.4477005,186.84886,5.8050666,260.90598,16.856058,1088.8495,108.90163,4.0020633,7.537065,143.35773,178.00235,895.29285,872.0697 +2023-02-28 09:00:00,0.0,2411.237,27.585497,4.8469324,7.636423,24.599821,176.18015,25.145283,47.31083,21.30155,31.86152,151.48953,242.11487,12.145207,22.03494,13.029955,2.892131,30.522768,40.70646,26.332186,410.22522,20.80751,346.05368,134.53162,28.808681,239.88445,169.47395,76.62431,756.8606,276.9144,1815.3584,43.095463,2349.6458,604.74316,30.39076,25.539137,167.09113,140.3766,270.8265,1146.2825,52.22098,12.375797,9.630433,697.69727,581.7473,66.94478,24.73805,247.78595,33.103653,305.8889,12.628443,44.938213,0.0,1392.2909,2183.065,0.28638405,36.34223,19.217848,15958.484,45.976276,1.6168369,16.53363,29.505238,29.391397,9.175649,16.04509,380.58163,27.68626,13.608017,1.1685307,8.040237,475.5706,0.39161125,238.04483,83.22946,2543.873,132.61755,119.827896,177.43944,1270.049,78.88242,65.53064,791.8544,60.85004,57.924217,10.4104,36.181778,218.90773,11.086463,8.593337,77.69998,16.741617,4590.0835,21.23488,26.973215,18.62867,20.86617,351.3333,98.867645,30.16741,9.500594,10.469628,28.615875,67.504326,164.02896,45.16183,230.52255,30.382324,18.357454,92.391464,36.126675,21.989956,160.78378,18.973679,1.6404799,20.677458,11.066239,1182.8358,24.339039,4.99242,159.76785,21.483625,223.20927,89.02322,159.6473,8.440623,111.00993,490.1907,471.44763,45.34266,298.7976,108.66444,51.226574,69.87856,158.8872,26.776516,62.61924,461.36313,15.767582,23.063314,344.7518,10.594069,6.6587987,85.48621,67.24919,694.22186,185.9533,173.25252,1967.845,31.547281,1556.3668,1273.3357,6.3529463,4.7454243,1320.0221,17.391998,8.910714,348.22296,19.599665,39.452568,19.105963,59.439095,251.29703,310.19418,2.9175982,29.2706,50.771957,306.2988,5.009346,83.523674,7.2482514,1.6501073,58.61552,1.2443835,1.4986342,5.1326222,10.161822,21.719053,14.449963,26.596874,181.18288,30.169641,14.705357,29.414062,7.1247454,85.188614,3.3119793,6.8367705,6.0390625,63.877525,2.1399553,3.800176,12.51967,9.506584,15.508928,5.3691964,0.969321,61.576813,8.445677,186.80377,5.803744,260.92148,16.852663,1088.7324,108.895355,4.003722,7.5346675,143.3685,178.01263,895.2992,871.9514 +2023-02-28 10:00:00,0.0,2411.7104,27.575111,4.8462796,7.629106,24.605833,176.16078,25.144478,47.31798,21.307692,31.871538,151.35129,242.28584,12.144119,21.990833,13.041612,2.8903759,30.51309,40.615185,26.277622,410.15277,20.77954,345.90186,134.52702,28.77402,240.05292,169.39594,76.61859,756.4699,276.94214,1814.85,43.07896,2349.5945,604.66034,30.379774,25.532377,167.04568,140.23877,270.7674,1146.5962,52.239582,12.370745,9.629882,698.046,582.0345,66.87735,24.765978,247.25134,33.13288,305.45325,12.631821,44.95889,0.0,1393.0205,2183.716,0.28638914,36.318623,19.224627,15965.699,45.99303,1.6170628,16.551388,29.526169,29.413542,9.181756,16.056051,380.70624,27.67014,13.622614,1.168988,8.043675,475.8468,0.39128134,238.17796,83.22083,2543.665,132.63194,119.84497,177.41829,1270.7489,78.88495,65.543045,791.2064,60.86924,57.885113,10.411291,36.190353,218.89906,11.084324,8.591982,77.726166,16.73556,4590.6616,21.23992,26.958334,18.632265,20.877043,351.3889,98.92649,30.15625,9.500831,10.471896,28.641483,67.52512,164.12878,45.151043,230.57585,30.399717,18.367178,92.44638,36.14823,21.983263,160.84491,18.9865,1.6407813,20.65007,11.065646,1182.7936,24.340229,4.9992905,159.91667,21.492924,223.33957,89.05278,159.74864,8.438681,111.01927,490.41327,471.81454,45.360558,298.9182,108.75347,51.235146,69.88,158.9088,26.783426,62.631958,461.35593,15.778006,23.073492,344.85635,10.578274,6.6537876,85.53972,67.28393,694.4873,186.02473,173.25987,1967.9243,31.535038,1556.2952,1273.0436,6.34875,4.7418404,1319.7993,17.391987,8.905556,348.16257,19.58802,39.439064,19.09723,59.416965,251.29471,310.0985,2.915625,29.261606,50.720737,306.25748,5.006851,83.52055,7.2467012,1.6505324,58.61704,1.2447281,1.4990835,5.135104,10.16145,21.714584,14.4473915,26.599306,181.15111,30.152777,14.696428,29.411459,7.1202383,85.15104,3.3100696,6.6807637,6.0364585,63.881332,2.1311011,3.7900212,12.502969,9.5078125,15.494047,5.353472,0.96919525,61.588314,8.443652,186.75868,5.802421,260.937,16.849266,1088.6152,108.889084,4.0053806,7.5322695,143.37927,178.0229,895.3056,871.8332 +2023-02-28 11:00:00,0.0,2412.184,27.564728,4.8456273,7.621789,24.611845,176.14143,25.143673,47.325134,21.313833,31.881556,151.21306,242.45683,12.143032,21.946726,13.053269,2.8886204,30.503412,40.523914,26.22306,410.08035,20.751566,345.75006,134.52245,28.739357,240.22139,169.31792,76.61286,756.0792,276.96985,1814.3416,43.062458,2349.543,604.57745,30.368786,25.525618,167.00024,140.10094,270.7083,1146.9099,52.258186,12.365691,9.62933,698.3947,582.32166,66.80993,24.793907,246.7167,33.162113,305.0176,12.635198,44.979565,0.0,1393.75,2184.3672,0.28639424,36.29501,19.231403,15972.914,46.009785,1.6172886,16.569145,29.547098,29.435686,9.187862,16.067015,380.83087,27.654018,13.637211,1.1694454,8.047113,476.12302,0.39095145,238.31108,83.212204,2543.4568,132.64633,119.86204,177.39714,1271.4489,78.887474,65.55545,790.5585,60.88844,57.846012,10.412181,36.19893,218.8904,11.082185,8.590627,77.75236,16.729504,4591.2393,21.244959,26.943453,18.63586,20.887915,351.44443,98.98534,30.14509,9.501067,10.474163,28.667091,67.54592,164.2286,45.14025,230.62914,30.417109,18.3769,92.501305,36.169785,21.976568,160.90605,18.999321,1.6410825,20.622684,11.065054,1182.7515,24.34142,5.006161,160.06548,21.502224,223.46988,89.082344,159.84998,8.436738,111.02861,490.6358,472.18143,45.37846,299.0388,108.84251,51.243717,69.881424,158.9304,26.790335,62.644672,461.34875,15.788428,23.083672,344.9609,10.562478,6.648777,85.59323,67.31866,694.75275,186.09618,173.26723,1968.0037,31.522795,1556.2235,1272.7516,6.3445535,4.7382565,1319.5765,17.391975,8.900396,348.10217,19.576376,39.425556,19.088501,59.394836,251.29237,310.00284,2.9136517,29.252615,50.669514,306.2162,5.0043564,83.51744,7.245151,1.6509575,58.61856,1.2450728,1.4995328,5.137586,10.161079,21.710114,14.44482,26.601736,181.11934,30.135912,14.6875,29.408854,7.1157317,85.113464,3.3081598,6.524757,6.033854,63.885136,2.122247,3.7798662,12.486269,9.50904,15.479167,5.337748,0.96906954,61.599815,8.441628,186.7136,5.8010983,260.9525,16.845871,1088.4982,108.88281,4.007039,7.529872,143.39005,178.03317,895.312,871.7149 +2023-02-28 12:00:00,0.0,2412.6577,27.554344,4.8449745,7.614472,24.617857,176.12207,25.14287,47.332283,21.319973,31.891573,151.07483,242.6278,12.141944,21.902618,13.064926,2.886865,30.493734,40.432644,26.168499,410.0079,20.723595,345.59827,134.51785,28.704693,240.38985,169.2399,76.60714,755.6885,276.9976,1813.8331,43.045956,2349.4917,604.49457,30.3578,25.518858,166.9548,139.9631,270.6492,1147.2238,52.276787,12.360638,9.628778,698.74347,582.6088,66.7425,24.821835,246.1821,33.19134,304.58194,12.638575,45.00024,0.0,1394.4796,2185.0183,0.28639936,36.2714,19.23818,15980.128,46.02654,1.6175145,16.586905,29.56803,29.45783,9.193969,16.077976,380.9555,27.637897,13.651808,1.1699028,8.050551,476.39923,0.39062154,238.4442,83.20357,2543.2485,132.6607,119.879105,177.37599,1272.1488,78.88999,65.56786,789.9105,60.90764,57.806908,10.413071,36.207508,218.88174,11.080045,8.5892725,77.77855,16.723446,4591.817,21.249998,26.928572,18.639456,20.898787,351.5,99.04418,30.133928,9.501304,10.47643,28.6927,67.56673,164.32843,45.129463,230.68243,30.4345,18.386623,92.55622,36.19134,21.969873,160.9672,19.012144,1.6413839,20.595299,11.064461,1182.7092,24.34261,5.0130315,160.21428,21.511522,223.60017,89.11191,159.95132,8.434795,111.03795,490.85834,472.54834,45.39636,299.1594,108.93155,51.25229,69.88285,158.952,26.797243,62.65739,461.34155,15.798852,23.093851,345.06543,10.546683,6.643766,85.64674,67.35339,695.0182,186.16763,173.27458,1968.0829,31.510551,1556.1519,1272.4595,6.3403573,4.7346725,1319.3538,17.391964,8.895238,348.04178,19.564732,39.412052,19.079771,59.372704,251.29004,309.90717,2.9116786,29.243622,50.618294,306.1749,5.0018616,83.51432,7.2436013,1.6513824,58.62008,1.2454175,1.4999821,5.140068,10.160707,21.705643,14.442249,26.604166,181.08759,30.119047,14.678571,29.40625,7.1112247,85.07589,3.30625,6.3687496,6.03125,63.888943,2.1133928,3.7697115,12.469568,9.510267,15.464286,5.322024,0.9689438,61.61132,8.439604,186.66849,5.7997756,260.96805,16.842474,1088.3811,108.87654,4.0086975,7.5274744,143.40082,178.04346,895.3184,871.5967 +2023-02-28 13:00:00,0.0,2413.131,27.543959,4.8443217,7.607155,24.623869,176.10272,25.142065,47.339436,21.326115,31.90159,150.9366,242.79878,12.140856,21.858511,13.076584,2.8851094,30.484056,40.34137,26.113935,409.93546,20.695623,345.44644,134.51328,28.67003,240.55832,169.16188,76.60142,755.2978,277.0253,1813.3248,43.029453,2349.4402,604.4117,30.346811,25.512098,166.90935,139.82527,270.59012,1147.5375,52.295387,12.355585,9.628227,699.09216,582.89606,66.67508,24.849764,245.64749,33.220573,304.1463,12.6419525,45.020916,0.0,1395.2092,2185.6697,0.28640446,36.247787,19.244959,15987.343,46.043293,1.6177403,16.604662,29.588959,29.479975,9.200076,16.08894,381.0801,27.621777,13.666405,1.1703602,8.053989,476.67545,0.39029166,238.57732,83.19494,2543.0403,132.6751,119.89617,177.35484,1272.8488,78.89252,65.58027,789.26263,60.926838,57.767807,10.413961,36.216087,218.87308,11.077906,8.587917,77.80474,16.71739,4592.3945,21.255037,26.91369,18.643051,20.909658,351.55554,99.10303,30.122768,9.50154,10.478698,28.718307,67.587524,164.42825,45.118675,230.73573,30.45189,18.396347,92.611145,36.212894,21.96318,161.02832,19.024965,1.6416852,20.567913,11.0638685,1182.667,24.3438,5.0199018,160.3631,21.52082,223.73047,89.14147,160.05266,8.432853,111.04729,491.0809,472.91522,45.41426,299.27997,109.020584,51.26086,69.88428,158.97359,26.804153,62.67011,461.33438,15.809275,23.10403,345.16998,10.530889,6.6387553,85.70026,67.38813,695.2836,186.23907,173.28194,1968.1624,31.498308,1556.0801,1272.1674,6.3361607,4.7310886,1319.131,17.391953,8.8900795,347.98138,19.553087,39.39855,19.07104,59.350574,251.28772,309.81146,2.9097054,29.234629,50.56707,306.13358,4.9993668,83.51121,7.242051,1.6518075,58.621597,1.2457621,1.5004315,5.1425505,10.1603365,21.701174,14.439678,26.606598,181.05582,30.102182,14.669642,29.403646,7.106718,85.038315,3.3043404,6.212743,6.028646,63.89275,2.1045387,3.7595568,12.452868,9.511496,15.449405,5.3062997,0.968818,61.62282,8.43758,186.6234,5.798453,260.98358,16.839079,1088.264,108.87027,4.010356,7.5250764,143.4116,178.05373,895.3248,871.4784 +2023-02-28 14:00:00,0.0,2413.6047,27.533575,4.8436694,7.5998373,24.62988,176.08336,25.14126,47.346584,21.332256,31.911608,150.79836,242.96977,12.139768,21.814404,13.088241,2.8833542,30.474377,40.2501,26.059374,409.86304,20.667652,345.29465,134.5087,28.635368,240.72679,169.08386,76.595695,754.9071,277.05304,1812.8164,43.01295,2349.389,604.3288,30.335825,25.505339,166.8639,139.68744,270.531,1147.8512,52.313988,12.350532,9.627676,699.4409,583.1832,66.60765,24.877693,245.11285,33.2498,303.71066,12.645329,45.04159,0.0,1395.9388,2186.3208,0.28640956,36.22418,19.251736,15994.558,46.060047,1.6179662,16.62242,29.60989,29.50212,9.2061825,16.099901,381.20474,27.605656,13.681002,1.1708176,8.057428,476.95166,0.38996178,238.71045,83.18631,2542.832,132.68948,119.91325,177.3337,1273.5487,78.89504,65.592674,788.6147,60.946037,57.728703,10.414851,36.224667,218.86441,11.075767,8.586563,77.83093,16.711334,4592.9727,21.260077,26.89881,18.646646,20.92053,351.6111,99.16187,30.111607,9.501777,10.480965,28.743916,67.60833,164.52808,45.107887,230.78902,30.469284,18.40607,92.66606,36.23445,21.956486,161.08946,19.037786,1.6419866,20.540527,11.063275,1182.6249,24.34499,5.026772,160.5119,21.530119,223.86076,89.171036,160.154,8.43091,111.056625,491.30344,473.28214,45.43216,299.40057,109.10963,51.269432,69.88571,158.99518,26.811062,62.682827,461.32718,15.819697,23.114208,345.27454,10.515093,6.6337447,85.75376,67.42287,695.54913,186.31052,173.28929,1968.2417,31.486065,1556.0084,1271.8754,6.331964,4.7275047,1318.9082,17.391941,8.88492,347.921,19.541443,39.385044,19.06231,59.328445,251.28539,309.7158,2.9077322,29.225637,50.51585,306.0923,4.996872,83.50809,7.240501,1.6522326,58.62312,1.2461069,1.5008808,5.1450324,10.159965,21.696703,14.437107,26.609028,181.02405,30.085318,14.660714,29.401041,7.102211,85.00075,3.3024309,6.056736,6.0260415,63.896557,2.0956845,3.749402,12.436169,9.512723,15.434524,5.2905755,0.96869224,61.634323,8.435556,186.57831,5.79713,260.99908,16.835682,1088.1469,108.864,4.0120144,7.522679,143.42238,178.064,895.33124,871.36017 +2023-02-28 15:00:00,0.0,2414.0784,27.52319,4.8430166,7.59252,24.635893,176.064,25.140455,47.353737,21.338398,31.921625,150.66013,243.14075,12.1386795,21.770298,13.099898,2.8815987,30.464699,40.15883,26.004812,409.7906,20.639679,345.14285,134.5041,28.600706,240.89525,169.00584,76.58997,754.51636,277.08078,1812.308,42.996452,2349.3374,604.2459,30.324839,25.498579,166.81847,139.5496,270.4719,1148.165,52.33259,12.345478,9.627125,699.7896,583.4704,66.54022,24.90562,244.57823,33.279034,303.275,12.648706,45.062267,0.0,1396.6683,2186.972,0.28641465,36.200565,19.258514,16001.771,46.0768,1.618192,16.640179,29.630821,29.524263,9.21229,16.110863,381.32938,27.589535,13.695599,1.171275,8.060866,477.2279,0.38963187,238.84357,83.17767,2542.6238,132.70386,119.93032,177.31255,1274.2487,78.89756,65.60509,787.96674,60.965233,57.6896,10.415742,36.233246,218.85574,11.073627,8.585208,77.857124,16.705276,4593.5503,21.265116,26.883928,18.650242,20.931402,351.66666,99.22072,30.100447,9.502013,10.483232,28.769526,67.62913,164.6279,45.0971,230.84232,30.486675,18.415794,92.720985,36.256004,21.949793,161.1506,19.050608,1.642288,20.513142,11.062682,1182.5826,24.346182,5.033643,160.66072,21.539417,223.99106,89.20059,160.25534,8.4289665,111.06596,491.526,473.64902,45.45006,299.52115,109.19866,51.278,69.88714,159.01677,26.817972,62.69554,461.32,15.830121,23.124388,345.3791,10.499298,6.6287336,85.807274,67.457596,695.8146,186.38197,173.29665,1968.3209,31.473824,1555.9368,1271.5833,6.327768,4.7239213,1318.6853,17.39193,8.879762,347.8606,19.529799,39.37154,19.053577,59.306313,251.28305,309.62012,2.9057589,29.216644,50.46463,306.05096,4.994377,83.504974,7.2389507,1.6526577,58.624638,1.2464515,1.5013301,5.1475143,10.159594,21.692232,14.434536,26.611458,180.9923,30.06845,14.651786,29.398438,7.0977044,84.96317,3.3005211,5.900729,6.0234375,63.90036,2.0868304,3.7392473,12.419468,9.51395,15.419642,5.274851,0.96856654,61.64583,8.433532,186.53322,5.7958074,261.01462,16.832287,1088.0298,108.85772,4.013673,7.520281,143.43315,178.07426,895.33765,871.2419 +2023-02-28 16:00:00,0.0,2414.5518,27.512806,4.842364,7.585203,24.641905,176.04465,25.13965,47.36089,21.344538,31.931643,150.5219,243.31172,12.137592,21.72619,13.111555,2.8798432,30.45502,40.067554,25.950249,409.71817,20.611708,344.99106,134.49953,28.566044,241.06372,168.92783,76.58424,754.1257,277.1085,1811.7996,42.97995,2349.2861,604.1631,30.31385,25.49182,166.77301,139.41177,270.4128,1148.4788,52.35119,12.3404255,9.626573,700.1383,583.7576,66.4728,24.93355,244.04362,33.30826,302.83936,12.652084,45.082943,0.0,1397.398,2187.623,0.28641975,36.176952,19.265291,16008.986,46.093555,1.6184179,16.657936,29.65175,29.546408,9.218396,16.121826,381.45398,27.573414,13.710196,1.1717323,8.064304,477.50412,0.389302,238.97668,83.169044,2542.4158,132.71825,119.94739,177.2914,1274.9486,78.900085,65.61749,787.3188,60.984432,57.650497,10.416632,36.24182,218.84708,11.071487,8.583853,77.88331,16.69922,4594.128,21.270155,26.869047,18.653835,20.942274,351.7222,99.279564,30.089285,9.50225,10.485499,28.795134,67.64993,164.72772,45.08631,230.8956,30.504066,18.425518,92.7759,36.27756,21.943098,161.21175,19.063429,1.6425892,20.485756,11.06209,1182.5405,24.347372,5.040513,160.80952,21.548716,224.12135,89.230156,160.35669,8.427024,111.0753,491.74854,474.01593,45.46796,299.64175,109.2877,51.28657,69.888565,159.03838,26.82488,62.70826,461.3128,15.840544,23.134567,345.4836,10.483503,6.623723,85.86079,67.49233,696.08,186.45341,173.304,1968.4003,31.46158,1555.8651,1271.2911,6.323571,4.7203374,1318.4625,17.391918,8.874603,347.80023,19.518154,39.358036,19.044847,59.284184,251.28073,309.52444,2.9037857,29.207653,50.413406,306.00967,4.9918823,83.501854,7.2374005,1.6530827,58.62616,1.2467963,1.5017794,5.1499968,10.159222,21.687763,14.431965,26.61389,180.96053,30.051586,14.642857,29.395834,7.093198,84.9256,3.2986114,5.744722,6.0208335,63.904167,2.0779762,3.7290924,12.402768,9.515178,15.404761,5.2591267,0.9684408,61.65733,8.431508,186.48813,5.7944846,261.03012,16.82889,1087.9127,108.85145,4.0153313,7.5178833,143.44392,178.08455,895.34406,871.12366 +2023-02-28 17:00:00,0.0,2415.0254,27.50242,4.8417115,7.577886,24.647917,176.02528,25.138845,47.36804,21.35068,31.94166,150.38367,243.48271,12.136504,21.682083,13.123213,2.8780878,30.445343,39.976284,25.895687,409.64572,20.583736,344.83923,134.49495,28.53138,241.2322,168.84981,76.57852,753.7349,277.13623,1811.2911,42.963448,2349.2346,604.0802,30.302864,25.48506,166.72757,139.27393,270.3537,1148.7925,52.369793,12.335372,9.626021,700.48706,584.0448,66.40537,24.961477,243.509,33.337494,302.40372,12.655461,45.10362,0.0,1398.1276,2188.2744,0.28642488,36.153343,19.27207,16016.201,46.110306,1.6186436,16.675694,29.67268,29.568552,9.224503,16.132788,381.5786,27.557291,13.7247925,1.1721897,8.067742,477.78033,0.38897207,239.10982,83.160416,2542.2075,132.73264,119.96446,177.27025,1275.6486,78.9026,65.6299,786.67084,61.00363,57.611397,10.417521,36.2504,218.83842,11.069348,8.582499,77.9095,16.693165,4594.7056,21.275192,26.854166,18.65743,20.953146,351.77777,99.3384,30.078125,9.502486,10.487766,28.820742,67.67073,164.82755,45.07552,230.9489,30.521458,18.435242,92.830826,36.299114,21.936403,161.27287,19.07625,1.6428906,20.45837,11.061497,1182.4983,24.348562,5.0473833,160.95833,21.558014,224.25166,89.25972,160.45802,8.425081,111.08464,491.9711,474.3828,45.485863,299.76233,109.37674,51.295143,69.89,159.05997,26.831789,62.720978,461.30563,15.850966,23.144747,345.58817,10.467708,6.618712,85.9143,67.52707,696.34546,186.52486,173.31136,1968.4796,31.449337,1555.7935,1270.9991,6.319375,4.7167535,1318.2397,17.391905,8.869444,347.73984,19.50651,39.344532,19.036116,59.262054,251.2784,309.42877,2.9018126,29.19866,50.362186,305.96838,4.9893875,83.49874,7.235851,1.6535078,58.627678,1.2471409,1.5022287,5.1524787,10.158851,21.683292,14.429394,26.61632,180.92876,30.034721,14.633928,29.393229,7.0886908,84.88802,3.2967017,5.588715,6.018229,63.907974,2.0691218,3.7189376,12.386068,9.516406,15.389881,5.2434025,0.968315,61.66883,8.429484,186.44302,5.793162,261.04565,16.825495,1087.7957,108.84518,4.0169897,7.515486,143.45471,178.09482,895.35046,871.0054 +2023-02-28 18:00:00,0.0,2415.4988,27.492037,4.8410587,7.570569,24.653929,176.00594,25.13804,47.37519,21.356821,31.95168,150.24542,243.65369,12.135416,21.637976,13.13487,2.8763325,30.435665,39.885014,25.841124,409.57327,20.555765,344.68744,134.49036,28.496717,241.40067,168.77179,76.5728,753.34424,277.16394,1810.7828,42.946945,2349.1833,603.9973,30.291876,25.4783,166.68213,139.1361,270.29462,1149.1062,52.388393,12.330319,9.62547,700.83575,584.332,66.33795,24.989407,242.97438,33.366722,301.96805,12.658838,45.124294,0.0,1398.857,2188.9255,0.28642997,36.12973,19.278847,16023.416,46.12706,1.6188695,16.69345,29.693611,29.590696,9.23061,16.143751,381.70325,27.54117,13.739388,1.1726471,8.07118,478.05655,0.3886422,239.24294,83.15179,2541.9993,132.74702,119.98153,177.24911,1276.3485,78.90513,65.6423,786.02295,61.02283,57.572292,10.418412,36.25898,218.82976,11.067209,8.581143,77.93569,16.687107,4595.2837,21.280231,26.839285,18.661026,20.964018,351.8333,99.39725,30.066965,9.502723,10.490033,28.84635,67.69153,164.92738,45.06473,231.0022,30.53885,18.444965,92.88574,36.32067,21.92971,161.33401,19.089071,1.6431919,20.430984,11.0609045,1182.456,24.349752,5.0542536,161.10715,21.567312,224.38196,89.28928,160.55937,8.423139,111.09397,492.19363,474.74973,45.50376,299.88293,109.465775,51.303715,69.891426,159.08156,26.8387,62.733696,461.29843,15.86139,23.154924,345.69272,10.451913,6.6137013,85.967804,67.561806,696.6109,186.59631,173.31873,1968.5588,31.437094,1555.7217,1270.707,6.3151784,4.7131696,1318.017,17.391893,8.864285,347.67944,19.494865,39.331028,19.027386,59.239925,251.27606,309.33307,2.8998394,29.189667,50.310963,305.92706,4.986892,83.49562,7.2343006,1.6539329,58.6292,1.2474856,1.502678,5.1549606,10.158479,21.678822,14.426823,26.61875,180.897,30.017857,14.625,29.390625,7.084184,84.85045,3.294792,5.4327083,6.015625,63.91178,2.0602677,3.708783,12.369368,9.517633,15.375,5.2276783,0.96818924,61.680332,8.42746,186.39793,5.791839,261.06116,16.822098,1087.6785,108.838905,4.018648,7.5130877,143.46548,178.10509,895.3569,870.88715 +2023-02-28 19:00:00,0.0,2415.9724,27.481651,4.840406,7.563252,24.65994,175.98657,25.137236,47.382343,21.36296,31.961697,150.1072,243.82466,12.134328,21.593868,13.146527,2.874577,30.425987,39.793743,25.786562,409.50085,20.527792,344.53564,134.48578,28.462055,241.56912,168.69377,76.56708,752.95355,277.19168,1810.2744,42.930443,2349.1318,603.9144,30.28089,25.47154,166.63667,138.99826,270.2355,1149.42,52.406994,12.325266,9.624919,701.1845,584.6192,66.27052,25.017334,242.43976,33.395954,301.5324,12.662215,45.14497,0.0,1399.5867,2189.5767,0.28643507,36.10612,19.285625,16030.63,46.143814,1.6190953,16.71121,29.714542,29.61284,9.236716,16.154713,381.82788,27.52505,13.753985,1.1731045,8.074618,478.33276,0.38831228,239.37605,83.14315,2541.791,132.7614,119.9986,177.22797,1277.0486,78.90765,65.65472,785.375,61.04203,57.53319,10.419302,36.26756,218.82109,11.065069,8.579788,77.96188,16.681051,4595.8613,21.28527,26.824406,18.664621,20.97489,351.8889,99.45609,30.055803,9.50296,10.4923,28.871958,67.71233,165.0272,45.053944,231.05548,30.556242,18.454689,92.94067,36.342224,21.923016,161.39516,19.101892,1.6434933,20.403599,11.060311,1182.414,24.350943,5.0611243,161.25595,21.57661,224.51225,89.31885,160.6607,8.421196,111.10331,492.4162,475.1166,45.521664,300.0035,109.55481,51.312286,69.89285,159.10315,26.845608,62.74641,461.29126,15.871813,23.165104,345.79724,10.436118,6.6086903,86.02132,67.596535,696.87634,186.66776,173.32608,1968.6382,31.42485,1555.65,1270.4149,6.310982,4.7095857,1317.7942,17.391882,8.859127,347.61905,19.483221,39.317524,19.018654,59.217793,251.27373,309.2374,2.897866,29.180676,50.259743,305.88577,4.9843974,83.49251,7.2327504,1.6543579,58.63072,1.2478303,1.5031273,5.157443,10.158108,21.67435,14.4242525,26.62118,180.86523,30.000992,14.616071,29.388021,7.079677,84.812874,3.2928822,5.276701,6.013021,63.915585,2.0514135,3.6986282,12.352668,9.518861,15.360119,5.211954,0.96806353,61.691837,8.425436,186.35284,5.7905164,261.0767,16.818703,1087.5614,108.832634,4.020307,7.51069,143.47626,178.11537,895.3632,870.76886 +2023-02-28 20:00:00,0.0,2416.446,27.471268,4.8397536,7.555935,24.665953,175.96721,25.13643,47.389492,21.369102,31.971714,149.96896,243.99565,12.13324,21.54976,13.158184,2.8728216,30.41631,39.70247,25.732,409.4284,20.49982,344.38382,134.48119,28.427393,241.7376,168.61575,76.561356,752.5628,277.21942,1809.766,42.91394,2349.0806,603.83154,30.269903,25.46478,166.59123,138.86043,270.1764,1149.7338,52.425594,12.320212,9.624368,701.5332,584.9064,66.203094,25.045263,241.90515,33.425182,301.09674,12.665593,45.165646,0.0,1400.3163,2190.2278,0.28644016,36.082508,19.292402,16037.845,46.16057,1.6193212,16.728968,29.735474,29.634985,9.242823,16.165674,381.95248,27.508928,13.768582,1.1735619,8.078056,478.60898,0.3879824,239.50919,83.13452,2541.5828,132.77579,120.01566,177.20682,1277.7485,78.91017,65.66712,784.72705,61.06123,57.494087,10.420192,36.276134,218.81242,11.06293,8.578434,77.988075,16.674995,4596.439,21.29031,26.809525,18.668217,20.985762,351.94443,99.51494,30.044643,9.503197,10.494568,28.897566,67.73313,165.12703,45.043156,231.10878,30.573633,18.46441,92.99558,36.36378,21.91632,161.45628,19.114716,1.6437947,20.376211,11.059718,1182.3717,24.352133,5.0679946,161.40475,21.58591,224.64255,89.34841,160.76205,8.419253,111.11265,492.63873,475.48352,45.539562,300.1241,109.64385,51.320858,69.89429,159.12474,26.852516,62.75913,461.28406,15.8822365,23.175283,345.9018,10.420322,6.6036797,86.07483,67.63127,697.1418,186.73921,173.33344,1968.7175,31.412607,1555.5784,1270.1229,6.3067856,4.7060018,1317.5714,17.39187,8.853968,347.55865,19.471577,39.304016,19.009924,59.195663,251.27141,309.14172,2.8958929,29.171682,50.208523,305.84448,4.9819026,83.48939,7.2312,1.654783,58.632236,1.2481749,1.5035766,5.159925,10.157736,21.669882,14.421681,26.623611,180.83348,29.984127,14.607142,29.385416,7.0751705,84.7753,3.2909725,5.120694,6.0104165,63.91939,2.0425594,3.6884735,12.335968,9.520089,15.345238,5.19623,0.96793777,61.70334,8.423411,186.30775,5.7891936,261.09222,16.815306,1087.4443,108.82636,4.0219655,7.5082927,143.48703,178.12564,895.3696,870.65063 +2023-02-28 21:00:00,0.0,2416.9194,27.460882,4.839101,7.548618,24.671965,175.94786,25.135626,47.396645,21.375244,31.981731,149.83073,244.16663,12.132152,21.505655,13.169842,2.871066,30.40663,39.6112,25.677437,409.356,20.47185,344.23203,134.47661,28.39273,241.90607,168.53773,76.55563,752.1721,277.24713,1809.2576,42.89744,2349.029,603.74866,30.258915,25.458021,166.54579,138.7226,270.1173,1150.0475,52.444195,12.31516,9.6238165,701.88196,585.19354,66.13567,25.07319,241.37051,33.454414,300.6611,12.66897,45.18632,0.0,1401.0459,2190.879,0.28644526,36.0589,19.299181,16045.06,46.177322,1.619547,16.746725,29.756403,29.65713,9.24893,16.176638,382.07712,27.492807,13.783179,1.1740193,8.081495,478.88522,0.3876525,239.6423,83.12589,2541.3745,132.79018,120.03273,177.18567,1278.4485,78.9127,65.67953,784.0791,61.080425,57.454987,10.4210825,36.284714,218.80376,11.060791,8.577079,78.01427,16.668938,4597.0166,21.29535,26.794643,18.671812,20.996634,352.0,99.573784,30.033482,9.503433,10.496835,28.923176,67.75394,165.22685,45.032368,231.16206,30.591024,18.474134,93.05051,36.385334,21.909628,161.51743,19.127537,1.644096,20.348825,11.059126,1182.3296,24.353325,5.074865,161.55357,21.59521,224.77284,89.377975,160.86339,8.41731,111.12199,492.8613,475.8504,45.557465,300.2447,109.73289,51.329426,69.89571,159.14633,26.859426,62.771847,461.2769,15.892659,23.185463,346.00635,10.404528,6.5986686,86.12834,67.66601,697.4073,186.81065,173.34079,1968.7969,31.400366,1555.5067,1269.8308,6.3025894,4.7024183,1317.3485,17.39186,8.848809,347.49826,19.459932,39.290512,19.001192,59.173534,251.26907,309.04605,2.8939197,29.162691,50.1573,305.80316,4.979408,83.486275,7.22965,1.6552081,58.63376,1.2485197,1.504026,5.162407,10.157365,21.665411,14.41911,26.626041,180.80171,29.96726,14.598214,29.382812,7.0706635,84.737724,3.2890627,4.9646873,6.0078125,63.9232,2.0337052,3.6783187,12.319267,9.521317,15.330357,5.1805058,0.967812,61.71484,8.421388,186.26266,5.787871,261.10773,16.81191,1087.3273,108.82008,4.023624,7.5058947,143.4978,178.13591,895.37604,870.53235 +2023-02-28 22:00:00,0.0,2417.393,27.450499,4.838448,7.541301,24.677977,175.9285,25.13482,47.403797,21.381386,31.991749,149.69249,244.3376,12.131064,21.461548,13.181499,2.8693109,30.396952,39.519928,25.622875,409.28354,20.443878,344.08023,134.47203,28.358067,242.07454,168.45972,76.549904,751.78143,277.27487,1808.7493,42.88094,2348.9778,603.66583,30.247929,25.451262,166.50035,138.58476,270.0582,1150.3612,52.4628,12.310106,9.623264,702.23065,585.4807,66.068245,25.10112,240.8359,33.483643,300.22546,12.672347,45.206997,0.0,1401.7754,2191.5303,0.2864504,36.035286,19.305958,16052.274,46.194077,1.6197729,16.764482,29.777334,29.679274,9.255036,16.1876,382.20175,27.476686,13.797776,1.1744766,8.084933,479.16144,0.3873226,239.77542,83.11726,2541.1665,132.80457,120.049805,177.16452,1279.1484,78.91522,65.69193,783.4312,61.099625,57.415882,10.421972,36.293293,218.7951,11.058652,8.575724,78.04045,16.662882,4597.5947,21.300388,26.779762,18.675407,21.007505,352.05554,99.63263,30.022322,9.50367,10.499102,28.948784,67.774734,165.32668,45.021576,231.21536,30.608418,18.483858,93.10542,36.40689,21.902933,161.57857,19.140358,1.6443973,20.32144,11.058533,1182.2874,24.354515,5.081735,161.70238,21.604507,224.90315,89.40754,160.96474,8.415367,111.131325,493.08383,476.21732,45.575363,300.3653,109.82192,51.337997,69.89714,159.16794,26.866335,62.784565,461.26968,15.903082,23.19564,346.1109,10.388733,6.593658,86.18185,67.700745,697.6727,186.8821,173.34814,1968.8762,31.388123,1555.4349,1269.5387,6.298393,4.6988344,1317.1257,17.391848,8.843651,347.43787,19.448288,39.277008,18.992462,59.151405,251.26674,308.95035,2.8919466,29.153698,50.10608,305.76187,4.976913,83.483154,7.2281003,1.6556332,58.635277,1.2488643,1.5044754,5.164889,10.156993,21.66094,14.416539,26.628471,180.76994,29.950396,14.589286,29.380209,7.066157,84.70015,3.287153,4.8086805,6.0052085,63.927006,2.024851,3.6681638,12.3025675,9.522544,15.315476,5.1647816,0.96768624,61.72634,8.419364,186.21756,5.786548,261.12326,16.808514,1087.2101,108.81381,4.0252824,7.503497,143.50859,178.14618,895.38245,870.4141 +2023-02-28 23:00:00,0.0,2417.8665,27.440113,4.8377957,7.5339837,24.683989,175.90915,25.134016,47.410946,21.387526,32.001766,149.55426,244.50859,12.129976,21.41744,13.193156,2.8675554,30.387274,39.428654,25.568312,409.21112,20.415905,343.9284,134.46744,28.323404,242.243,168.3817,76.54418,751.3907,277.30258,1808.2408,42.864437,2348.9263,603.58295,30.23694,25.444502,166.4549,138.44693,269.9991,1150.675,52.4814,12.305054,9.622713,702.5794,585.76794,66.000824,25.129047,240.30128,33.512875,299.7898,12.675725,45.227673,0.0,1402.5051,2192.1814,0.28645548,36.011677,19.312737,16059.488,46.21083,1.6199987,16.782242,29.798264,29.701418,9.261144,16.198563,382.32635,27.460566,13.812373,1.174934,8.088371,479.43765,0.3869927,239.90855,83.10863,2540.9583,132.81894,120.06687,177.14337,1279.8484,78.91774,65.704346,782.78326,61.118824,57.37678,10.422863,36.301872,218.78644,11.056512,8.574369,78.06664,16.656824,4598.1724,21.305428,26.764881,18.679003,21.018377,352.1111,99.691475,30.01116,9.503906,10.501369,28.974392,67.79554,165.4265,45.010788,231.26865,30.625809,18.493582,93.16035,36.428444,21.89624,161.6397,19.15318,1.6446986,20.294054,11.0579405,1182.2452,24.355705,5.088606,161.8512,21.613806,225.03345,89.4371,161.06607,8.4134245,111.14066,493.3064,476.5842,45.593266,300.48587,109.910965,51.34657,69.898575,159.18953,26.873245,62.79728,461.2625,15.913506,23.20582,346.21542,10.372937,6.588647,86.23536,67.73547,697.9382,186.95355,173.3555,1968.9554,31.37588,1555.3633,1269.2467,6.2941966,4.6952505,1316.903,17.391836,8.838491,347.37747,19.436644,39.263504,18.98373,59.129272,251.26442,308.85468,2.8899732,29.144707,50.054855,305.72055,4.974418,83.48004,7.22655,1.6560582,58.6368,1.249209,1.5049247,5.1673713,10.156622,21.656471,14.413968,26.630903,180.73819,29.93353,14.580357,29.377604,7.06165,84.662575,3.2852433,4.6526732,6.002604,63.93081,2.015997,3.658009,12.285867,9.523772,15.300595,5.1490574,0.9675605,61.737846,8.417339,186.17247,5.7852254,261.13876,16.805119,1087.093,108.80754,4.026941,7.501099,143.51936,178.15646,895.38885,870.29584 +2023-03-01 00:00:00,0.0,2418.34,27.42973,4.837143,7.5266666,24.69,175.88979,25.133211,47.4181,21.393667,32.011784,149.41603,244.67957,12.128888,21.373333,13.204813,2.8658,30.377596,39.337383,25.51375,409.13867,20.387934,343.7766,134.46286,28.288742,242.41147,168.30368,76.53846,751.0,277.33032,1807.7324,42.847935,2348.875,603.50006,30.225954,25.437742,166.40945,138.3091,269.94,1150.9888,52.5,12.3,9.622162,702.9281,586.0551,65.933395,25.156977,239.76666,33.542103,299.35416,12.679102,45.24835,0.0,1403.2346,2192.8325,0.28646058,35.988064,19.319513,16066.703,46.227585,1.6202246,16.8,29.819195,29.723562,9.26725,16.209524,382.451,27.444445,13.82697,1.1753914,8.091809,479.71387,0.3866628,240.04167,83.1,2540.75,132.83333,120.08394,177.12222,1280.5483,78.920265,65.71675,782.1353,61.138023,57.337677,10.423753,36.310448,218.77777,11.054373,8.573014,78.092834,16.650768,4598.75,21.310467,26.75,18.682598,21.02925,352.16666,99.75032,30.0,9.504143,10.503636,29.0,67.81634,165.52632,45.0,231.32195,30.6432,18.503305,93.21526,36.45,21.889545,161.70084,19.166,1.645,20.266668,11.057347,1182.203,24.356895,5.095476,162.0,21.623104,225.16374,89.46667,161.16742,8.411482,111.15,493.52893,476.9511,45.611164,300.60648,110.0,51.35514,69.9,159.21112,26.880154,62.809998,461.2553,15.923928,23.216,346.31998,10.357142,6.5836363,86.28887,67.77021,698.2036,187.025,173.36285,1969.0348,31.363636,1555.2916,1268.9546,6.29,4.6916666,1316.6802,17.391825,8.833333,347.31708,19.425,39.25,18.975,59.107143,251.26208,308.759,2.888,29.135714,50.003635,305.67926,4.9719234,83.47692,7.225,1.6564833,58.638317,1.2495537,1.505374,5.169853,10.15625,21.652,14.411397,26.633333,180.70642,29.916666,14.571428,29.375,7.057143,84.625,3.2833335,4.4966664,6.0,63.934616,2.0071428,3.6478543,12.269167,9.525,15.285714,5.133333,0.96743476,61.749348,8.415316,186.12738,5.7839026,261.1543,16.801722,1086.976,108.80127,4.0285993,7.4987016,143.53014,178.16673,895.39526,870.1776 +2023-03-01 01:00:00,0.0,2419.878,27.431372,4.848701,7.5260773,24.70519,175.89258,25.140114,47.442226,21.398138,32.024082,149.4369,244.83424,12.138687,21.374004,13.200839,2.8646986,30.382748,39.30253,25.503735,409.17535,20.364994,343.70956,134.43088,28.261223,242.19101,168.23015,76.51613,750.7106,277.28802,1807.7041,42.804302,2348.9404,602.77386,30.199657,25.413868,166.25098,138.38336,269.9317,1149.8799,52.51445,12.308023,9.621456,703.1613,585.492,65.94559,25.176622,239.7649,33.527206,299.3212,12.677305,45.267017,0.0,1404.8347,2195.9553,0.28943026,35.98235,19.328903,16075.332,46.25431,1.6210562,16.861443,29.925535,29.73678,9.26901,16.268364,382.55185,27.452164,13.859877,1.1785585,8.09261,479.98593,0.38656136,240.36751,83.04704,2541.223,132.76198,120.14636,177.14345,1279.1956,78.855675,65.691216,781.4905,61.088474,57.29374,10.427117,36.310062,218.78093,11.054081,8.572382,78.1211,16.655184,4598.7007,21.318815,26.786291,18.690899,21.04062,352.1774,99.735596,30.030914,9.507355,10.508662,29.026688,67.87133,165.66887,45.049427,231.38052,30.644886,18.539745,93.24235,36.616062,21.970034,161.65233,19.15382,1.6520631,20.259487,11.083373,1186.1395,24.341967,5.16353,161.98703,21.634535,225.30833,89.49113,161.32985,8.411161,111.13,494.11505,477.54865,45.66076,301.7398,110.038666,51.449505,69.905716,159.09422,26.862608,62.783257,461.35843,15.915892,23.204369,346.2068,10.35672,6.582734,86.27057,67.77389,698.21375,186.9985,173.3749,1969.1389,31.41465,1555.7463,1269.3859,6.2916193,4.6915884,1316.5813,17.387293,8.834846,347.27435,19.429321,39.261654,18.986212,59.163116,251.49852,308.69,2.8885672,29.139612,50.017326,305.91232,4.973272,83.481224,7.225683,1.6563147,58.632126,1.2496533,1.5052826,5.1695538,10.156285,21.658356,14.420073,26.640099,180.83862,29.916443,14.568645,29.3624,7.055588,84.61072,3.2828183,4.493875,5.999328,63.93139,2.005042,3.6463327,12.2591095,9.558905,15.285176,5.130842,0.9690084,61.83161,8.421466,186.18048,5.7900558,261.4363,16.807875,1086.6599,108.902504,4.030605,7.502215,143.81346,178.52641,896.69836,870.0089 +2023-03-01 02:00:00,0.0,2421.4155,27.433014,4.8602595,7.525488,24.720379,175.89537,25.147017,47.46636,21.402607,32.03638,149.45778,244.9889,12.148485,21.374678,13.196865,2.8635976,30.3879,39.267677,25.49372,409.21207,20.342054,343.64255,134.3989,28.233706,241.97054,168.15663,76.4938,750.42114,277.24573,1807.6758,42.760674,2349.0059,602.0476,30.17336,25.389992,166.0925,138.45761,269.92343,1148.771,52.528896,12.316047,9.620751,703.39453,584.92883,65.95777,25.196268,239.76314,33.512306,299.28827,12.6755085,45.285683,0.0,1406.4349,2199.0781,0.2923999,35.976635,19.338293,16083.961,46.281033,1.6218879,16.922888,30.031872,29.749996,9.270768,16.327202,382.6527,27.459883,13.892783,1.1817255,8.093411,480.25803,0.3864599,240.69333,82.99409,2541.6956,132.69063,120.20878,177.16467,1277.8427,78.791084,65.66569,780.84564,61.038925,57.2498,10.430481,36.309677,218.78409,11.053789,8.571749,78.14937,16.659597,4598.6514,21.327164,26.82258,18.699202,21.05199,352.18817,99.72086,30.061829,9.510567,10.513687,29.053375,67.92632,165.81142,45.098858,231.4391,30.646572,18.576185,93.26944,36.782124,22.050522,161.6038,19.14164,1.6591263,20.252308,11.109399,1190.076,24.327036,5.231584,161.97406,21.645966,225.45294,89.515594,161.4923,8.410842,111.10999,494.70117,478.1462,45.71035,302.87314,110.07733,51.54387,69.91143,158.97734,26.84506,62.756516,461.46155,15.907855,23.192738,346.09363,10.3562975,6.5818315,86.25227,67.777565,698.22394,186.972,173.38692,1969.2427,31.465664,1556.2012,1269.8171,6.2932386,4.6915097,1316.4824,17.382761,8.836357,347.23163,19.433641,39.273308,18.997421,59.219086,251.73495,308.621,2.8891344,29.143509,50.031017,306.14542,4.9746203,83.48553,7.2263665,1.6561462,58.625935,1.249753,1.5051914,5.1692543,10.156321,21.664711,14.428748,26.646864,180.97083,29.916218,14.56586,29.349798,7.054033,84.596436,3.282303,4.491084,5.998656,63.928165,2.0029416,3.6448112,12.249051,9.592809,15.284638,5.128351,0.97058195,61.91387,8.427615,186.2336,5.796209,261.71832,16.814026,1086.3439,109.003746,4.0326104,7.505728,144.09679,178.88608,898.00146,869.8403 +2023-03-01 03:00:00,0.0,2422.9534,27.434656,4.8718176,7.524899,24.735569,175.89816,25.15392,47.490486,21.407078,32.04868,149.47865,245.14359,12.158284,21.375349,13.192891,2.8624964,30.393051,39.232822,25.483704,409.24875,20.319115,343.5755,134.3669,28.206186,241.75008,168.0831,76.471466,750.1317,277.20343,1807.6475,42.71704,2349.0713,601.3214,30.147062,25.366117,165.93402,138.53188,269.91513,1147.6621,52.543346,12.32407,9.620046,703.6277,584.3657,65.96996,25.215914,239.76138,33.49741,299.2553,12.673712,45.30435,0.0,1408.0352,2202.2007,0.2953696,35.970924,19.347683,16092.591,46.30776,1.6227195,16.984331,30.13821,29.763214,9.272528,16.386042,382.75357,27.467602,13.92569,1.1848925,8.0942135,480.5301,0.38635844,241.01917,82.941124,2542.1685,132.61928,120.271194,177.18588,1276.4899,78.72649,65.64015,780.2008,60.989376,57.205864,10.4338455,36.30929,218.78723,11.053497,8.571116,78.177635,16.664013,4598.602,21.335512,26.858871,18.707502,21.063362,352.1989,99.70614,30.092741,9.51378,10.518713,29.080065,67.981316,165.95395,45.148285,231.49768,30.64826,18.612625,93.296524,36.948185,22.13101,161.5553,19.12946,1.6661896,20.245127,11.135425,1194.0127,24.312107,5.299638,161.96109,21.657396,225.59753,89.540054,161.65472,8.4105215,111.08999,495.2873,478.74374,45.759945,304.00647,110.116,51.638233,69.91715,158.86044,26.827515,62.72977,461.56467,15.899818,23.181107,345.98044,10.355875,6.5809293,86.23397,67.78124,698.2341,186.94551,173.39896,1969.3468,31.516678,1556.6559,1270.2484,6.294858,4.6914315,1316.3837,17.378231,8.83787,347.1889,19.437963,39.284958,19.008633,59.27506,251.97139,308.552,2.8897016,29.147408,50.04471,306.37848,4.975969,83.48982,7.22705,1.6559777,58.619743,1.2498525,1.5051001,5.168955,10.156355,21.671064,14.437424,26.65363,181.10304,29.915995,14.563076,29.337198,7.0524774,84.58216,3.2817879,4.4882927,5.997984,63.92494,2.000841,3.6432893,12.238994,9.626714,15.2841015,5.12586,0.9721556,61.996136,8.433765,186.2867,5.8023624,262.00034,16.820179,1086.0278,109.10498,4.034616,7.509241,144.38011,179.24576,899.30457,869.6716 +2023-03-01 04:00:00,0.0,2424.491,27.436296,4.8833756,7.5243096,24.750757,175.90097,25.160822,47.514614,21.411547,32.060978,149.49953,245.29825,12.168083,21.37602,13.188918,2.8613951,30.398205,39.19797,25.473688,409.28546,20.296175,343.50845,134.33492,28.178667,241.5296,168.00957,76.44913,749.8423,277.16113,1807.6191,42.67341,2349.1365,600.5952,30.120766,25.342243,165.77556,138.60614,269.90686,1146.5532,52.557796,12.332093,9.61934,703.8609,583.8026,65.982155,25.23556,239.7596,33.48251,299.22235,12.671915,45.323017,0.0,1409.6353,2205.3235,0.29833925,35.96521,19.357073,16101.22,46.33448,1.6235512,17.045774,30.244549,29.776432,9.274286,16.44488,382.85443,27.47532,13.958596,1.1880596,8.095015,480.8022,0.38625696,241.34499,82.88817,2542.641,132.54793,120.33361,177.2071,1275.137,78.661896,65.614624,779.55597,60.939827,57.161926,10.437209,36.308907,218.79039,11.0532055,8.570483,78.2059,16.668428,4598.5522,21.34386,26.89516,18.715803,21.074734,352.20966,99.69141,30.123655,9.516992,10.523739,29.106752,68.03631,166.0965,45.197716,231.55626,30.649946,18.649065,93.323616,37.114246,22.211498,161.50679,19.11728,1.6732527,20.237946,11.161449,1197.9492,24.297176,5.367692,161.94812,21.668827,225.74213,89.564514,161.81717,8.410201,111.069984,495.8734,479.34128,45.809536,305.1398,110.15466,51.732597,69.92287,158.74356,26.809967,62.70303,461.66782,15.891782,23.169474,345.86725,10.355453,6.580027,86.215675,67.78492,698.2442,186.919,173.41098,1969.4507,31.567692,1557.1107,1270.6797,6.296477,4.691353,1316.2848,17.3737,8.839381,347.14618,19.442284,39.29661,19.019844,59.331028,252.20781,308.48303,2.8902688,29.151304,50.0584,306.61154,4.9773173,83.494125,7.2277327,1.6558092,58.613552,1.2499522,1.5050089,5.1686554,10.15639,21.67742,14.4461,26.660395,181.23524,29.91577,14.560291,29.324596,7.050922,84.56788,3.2812726,4.485502,5.9973116,63.92171,1.9987403,3.6417677,12.228935,9.660618,15.283564,5.123369,0.97372913,62.078396,8.439915,186.33981,5.8085155,262.28235,16.826332,1085.7117,109.20622,4.0366216,7.512754,144.66344,179.60542,900.60767,869.5029 +2023-03-01 05:00:00,0.0,2426.0288,27.437939,4.8949337,7.5237203,24.765947,175.90376,25.167725,47.538746,21.416018,32.073277,149.5204,245.45293,12.177881,21.376694,13.184944,2.860294,30.403357,39.163116,25.463673,409.32214,20.273235,343.4414,134.30293,28.15115,241.30914,167.93604,76.426796,749.55286,277.11884,1807.591,42.62978,2349.202,599.86896,30.09447,25.318367,165.61707,138.68039,269.89856,1145.4443,52.572243,12.3401165,9.618634,704.0941,583.2395,65.99434,25.255205,239.75784,33.467613,299.18942,12.670118,45.341686,0.0,1411.2355,2208.4463,0.30130893,35.959496,19.36646,16109.849,46.361206,1.6243829,17.10722,30.350887,29.789648,9.276046,16.50372,382.9553,27.48304,13.991503,1.1912266,8.095816,481.07425,0.38615552,241.67082,82.83521,2543.114,132.4766,120.39603,177.22833,1273.7842,78.597305,65.58909,778.91113,60.890278,57.117985,10.440574,36.30852,218.79355,11.052913,8.569851,78.23417,16.672842,4598.503,21.35221,26.931452,18.724104,21.086103,352.22043,99.67668,30.15457,9.520204,10.528765,29.13344,68.0913,166.23904,45.247143,231.61482,30.651632,18.685505,93.3507,37.28031,22.291986,161.45827,19.1051,1.6803159,20.230764,11.187475,1201.8857,24.282248,5.4357457,161.93515,21.680258,225.88673,89.58898,161.9796,8.409882,111.04998,496.45953,479.93884,45.85913,306.27313,110.19332,51.82696,69.92858,158.62666,26.792421,62.67629,461.77094,15.883745,23.157843,345.75406,10.35503,6.5791245,86.19737,67.7886,698.2544,186.89252,173.42302,1969.5547,31.618708,1557.5654,1271.1111,6.298096,4.6912746,1316.1859,17.369167,8.840894,347.10342,19.446606,39.308266,19.031054,59.387,252.44424,308.41403,2.890836,29.155203,50.072094,306.84464,4.9786663,83.49843,7.228416,1.6556406,58.60736,1.2500519,1.5049176,5.168356,10.156425,21.683775,14.454776,26.66716,181.36745,29.915546,14.5575075,29.311996,7.0493665,84.5536,3.2807574,4.4827104,5.9966397,63.918488,1.9966397,3.6402462,12.218878,9.694523,15.283026,5.120878,0.97530276,62.16066,8.446065,186.39291,5.8146687,262.5644,16.832485,1085.3956,109.30746,4.0386276,7.5162673,144.94676,179.9651,901.91077,869.3342 +2023-03-01 06:00:00,0.0,2427.5664,27.43958,4.906492,7.523131,24.781137,175.90656,25.174627,47.562874,21.420486,32.085575,149.54129,245.60759,12.18768,21.377365,13.18097,2.8591928,30.408508,39.128265,25.453657,409.35883,20.250296,343.3744,134.27095,28.12363,241.08868,167.86252,76.404465,749.2634,277.07654,1807.5626,42.586147,2349.2673,599.14276,30.068172,25.294493,165.4586,138.75465,269.8903,1144.3354,52.586693,12.348141,9.617929,704.32733,582.67633,66.00653,25.27485,239.75607,33.452713,299.15646,12.668322,45.36035,0.0,1412.8357,2211.569,0.3042786,35.95378,19.37585,16118.478,46.387928,1.6252146,17.168663,30.457226,29.802866,9.277805,16.562557,383.05615,27.490759,14.024409,1.1943936,8.096617,481.3463,0.38605404,241.99664,82.78226,2543.5867,132.40524,120.458435,177.24956,1272.4314,78.532715,65.56356,778.2663,60.840733,57.074047,10.443937,36.308132,218.7967,11.052621,8.569219,78.26244,16.677258,4598.4536,21.360558,26.967741,18.732407,21.097475,352.23117,99.66195,30.185484,9.523416,10.53379,29.160128,68.14629,166.38159,45.296574,231.6734,30.653318,18.721945,93.37779,37.446373,22.372475,161.40976,19.09292,1.687379,20.223585,11.213501,1205.8223,24.267319,5.5038,161.92218,21.691689,226.03133,89.61344,162.14204,8.409561,111.029976,497.04565,480.53638,45.908722,307.40646,110.23199,51.92133,69.934296,158.50977,26.774874,62.649548,461.87405,15.875709,23.146212,345.6409,10.354608,6.5782223,86.17908,67.792274,698.2645,186.86603,173.43504,1969.6586,31.669722,1558.0203,1271.5424,6.2997155,4.691196,1316.087,17.364635,8.842405,347.0607,19.450926,39.31992,19.042265,59.442974,252.68068,308.34503,2.8914032,29.159101,50.085785,307.0777,4.980015,83.50273,7.2290993,1.655472,58.60117,1.2501515,1.5048264,5.1680565,10.156461,21.69013,14.463451,26.673925,181.49965,29.915321,14.554723,29.299395,7.0478115,84.539314,3.2802422,4.479919,5.995968,63.91526,1.9945391,3.6387246,12.208819,9.728427,15.282488,5.1183867,0.9768763,62.24292,8.452214,186.44603,5.820822,262.8464,16.838636,1085.0796,109.4087,4.040633,7.5197806,145.23007,180.32478,903.2138,869.1655 +2023-03-01 07:00:00,0.0,2429.1042,27.441223,4.9180503,7.5225415,24.796326,175.90935,25.181532,47.587,21.424957,32.09787,149.56216,245.76227,12.197478,21.378036,13.176996,2.8580916,30.41366,39.09341,25.443642,409.39554,20.227354,343.30734,134.23897,28.096113,240.86821,167.78899,76.38213,748.974,277.03424,1807.5343,42.54252,2349.3328,598.41656,30.041874,25.270618,165.30014,138.82892,269.882,1143.2267,52.601143,12.356164,9.617224,704.56055,582.1132,66.01872,25.294498,239.7543,33.437817,299.1235,12.666525,45.37902,0.0,1414.4359,2214.6917,0.30724826,35.948067,19.38524,16127.107,46.414654,1.6260462,17.230106,30.563564,29.816084,9.279564,16.621397,383.157,27.498478,14.057316,1.1975607,8.097419,481.6184,0.3859526,242.32248,82.7293,2544.0596,132.3339,120.52086,177.27077,1271.0785,78.46812,65.538025,777.62146,60.791183,57.03011,10.447302,36.307747,218.79985,11.052329,8.568585,78.29071,16.681671,4598.4043,21.368906,27.004032,18.740707,21.108847,352.2419,99.647224,30.216398,9.526628,10.5388155,29.186815,68.20129,166.52412,45.346,231.73198,30.655006,18.758385,93.40488,37.612434,22.452963,161.36124,19.08074,1.6944422,20.216404,11.239527,1209.7589,24.252388,5.5718536,161.90921,21.70312,226.17592,89.6379,162.30447,8.409242,111.00997,497.63177,481.13394,45.958317,308.5398,110.27065,52.015694,69.94001,158.39288,26.757328,62.622803,461.97717,15.867672,23.13458,345.5277,10.354185,6.57732,86.160774,67.79596,698.27466,186.83952,173.44708,1969.7627,31.720736,1558.475,1271.9736,6.301335,4.691118,1315.9883,17.360104,8.843918,347.01797,19.455248,39.331573,19.053476,59.498943,252.91711,308.27603,2.8919704,29.162998,50.099476,307.31076,4.9813633,83.50703,7.2297826,1.6553036,58.59498,1.250251,1.5047351,5.167757,10.156496,21.696484,14.472127,26.68069,181.63187,29.915098,14.551939,29.286795,7.046256,84.52503,3.279727,4.477128,5.9952955,63.912037,1.9924384,3.637203,12.198762,9.762332,15.281951,5.1158957,0.97844994,62.325184,8.4583645,186.49913,5.826975,263.12842,16.84479,1084.7635,109.50993,4.042639,7.5232935,145.5134,180.68445,904.5169,868.9969 +2023-03-01 08:00:00,0.0,2430.642,27.442865,4.9296083,7.521952,24.811516,175.91214,25.188435,47.61113,21.429426,32.11017,149.58304,245.91693,12.207277,21.37871,13.173022,2.8569903,30.418812,39.058556,25.433626,409.43222,20.204414,343.2403,134.20697,28.068594,240.64775,167.71545,76.3598,748.6846,276.99194,1807.506,42.498886,2349.3982,597.6903,30.015577,25.246742,165.14165,138.90317,269.87372,1142.1178,52.615593,12.364187,9.616518,704.7937,581.5501,66.03091,25.314144,239.75255,33.422916,299.09058,12.664728,45.397686,0.0,1416.036,2217.8145,0.31021795,35.942356,19.39463,16135.736,46.44138,1.6268779,17.291552,30.669903,29.8293,9.281323,16.680235,383.25787,27.506199,14.090222,1.2007277,8.09822,481.89047,0.38585114,242.6483,82.676346,2544.5322,132.26254,120.583275,177.29199,1269.7257,78.40353,65.5125,776.9766,60.741634,56.98617,10.450665,36.30736,218.80301,11.052037,8.567953,78.31898,16.686087,4598.355,21.377254,27.040323,18.749008,21.120216,352.2527,99.63249,30.247313,9.52984,10.543841,29.213505,68.25628,166.66667,45.39543,231.79056,30.656693,18.794825,93.43197,37.778496,22.533451,161.31273,19.06856,1.7015053,20.209223,11.2655525,1213.6954,24.23746,5.639908,161.89624,21.71455,226.32053,89.66237,162.46692,8.408921,110.98997,498.2179,481.73148,46.00791,309.67313,110.30932,52.110058,69.94573,158.27599,26.73978,62.59606,462.0803,15.859634,23.12295,345.41452,10.353763,6.576418,86.14248,67.79964,698.28485,186.81303,173.4591,1969.8666,31.77175,1558.9298,1272.4049,6.302954,4.6910396,1315.8894,17.355572,8.845429,346.97525,19.45957,39.343227,19.064686,59.554916,253.15355,308.20703,2.8925376,29.166897,50.113167,307.54382,4.982712,83.51133,7.230466,1.655135,58.588787,1.2503507,1.5046439,5.1674576,10.15653,21.702839,14.480803,26.687454,181.76407,29.914873,14.549155,29.274193,7.0447006,84.51075,3.2792118,4.4743366,5.9946237,63.90881,1.9903378,3.6356814,12.188704,9.796236,15.281413,5.1134048,0.9800235,62.407444,8.464514,186.55225,5.8331285,263.41043,16.850943,1084.4475,109.61117,4.0446444,7.526807,145.79672,181.04413,905.82,868.8282 +2023-03-01 09:00:00,0.0,2432.1797,27.444508,4.9411664,7.5213633,24.826706,175.91493,25.195337,47.63526,21.433897,32.122467,149.60391,246.07161,12.217076,21.379381,13.169048,2.8558893,30.423964,39.023705,25.42361,409.4689,20.181475,343.17328,134.17499,28.041075,240.42728,167.64192,76.33747,748.39514,276.94965,1807.4777,42.455254,2349.4636,596.9641,29.98928,25.222868,164.98318,138.97743,269.86542,1141.0089,52.63004,12.3722105,9.615812,705.0269,580.98694,66.0431,25.33379,239.7508,33.40802,299.05762,12.662931,45.416355,0.0,1417.6362,2220.9373,0.3131876,35.93664,19.40402,16144.365,46.4681,1.6277095,17.352995,30.776241,29.842518,9.283082,16.739075,383.35873,27.513918,14.123129,1.2038947,8.099021,482.16257,0.38574967,242.97414,82.62338,2545.0051,132.1912,120.64569,177.31322,1268.3729,78.338936,65.48696,776.33185,60.692085,56.942234,10.45403,36.306976,218.80617,11.051745,8.567321,78.347244,16.690502,4598.3057,21.385603,27.076612,18.75731,21.131588,352.26343,99.61777,30.278225,9.533052,10.548866,29.240192,68.31127,166.80922,45.44486,231.84914,30.658379,18.831264,93.45905,37.944557,22.61394,161.26422,19.05638,1.7085686,20.202044,11.291578,1217.632,24.22253,5.7079616,161.88327,21.72598,226.46512,89.68683,162.62935,8.408601,110.96996,498.80402,482.329,46.057503,310.80646,110.347984,52.204422,69.95145,158.15909,26.722235,62.56932,462.1834,15.851598,23.111319,345.30136,10.35334,6.5755153,86.124176,67.803314,698.295,186.78653,173.47115,1969.9706,31.822763,1559.3845,1272.8362,6.3045735,4.690961,1315.7905,17.351042,8.846942,346.93253,19.46389,39.354877,19.075897,59.61089,253.38998,308.13803,2.8931048,29.170794,50.126858,307.77692,4.9840603,83.51563,7.231149,1.6549665,58.582596,1.2504504,1.5045526,5.167158,10.156566,21.709194,14.489478,26.69422,181.89627,29.91465,14.5463705,29.261593,7.0431457,84.496475,3.2786965,4.4715457,5.993952,63.905582,1.9882373,3.6341596,12.178646,9.830141,15.280875,5.1109138,0.9815971,62.489708,8.470664,186.60535,5.8392816,263.69244,16.857094,1084.1315,109.71241,4.04665,7.5303197,146.08005,181.4038,907.1231,868.65955 +2023-03-01 10:00:00,0.0,2433.7175,27.44615,4.952725,7.520774,24.841894,175.91772,25.20224,47.65939,21.438366,32.134766,149.62479,246.22627,12.226874,21.380053,13.165074,2.854788,30.429115,38.98885,25.413595,409.5056,20.158535,343.10623,134.143,28.013557,240.20682,167.5684,76.31513,748.1057,276.90735,1807.4493,42.411625,2349.529,596.2379,29.962984,25.198994,164.82469,139.0517,269.85715,1139.9,52.64449,12.380234,9.615108,705.26013,580.4238,66.05529,25.353436,239.74902,33.39312,299.02466,12.661135,45.43502,0.0,1419.2363,2224.06,0.31615728,35.930927,19.41341,16152.994,46.494827,1.6285412,17.414438,30.88258,29.855736,9.284842,16.797915,383.4596,27.521637,14.156034,1.2070618,8.099822,482.43463,0.38564822,243.29996,82.57043,2545.4778,132.11984,120.708115,177.33444,1267.02,78.274345,65.46143,775.687,60.642536,56.898296,10.457394,36.30659,218.80933,11.051454,8.566688,78.37551,16.694916,4598.256,21.393951,27.112904,18.765612,21.14296,352.27417,99.60304,30.30914,9.536264,10.553892,29.26688,68.366264,166.95177,45.49429,231.90771,30.660065,18.867704,93.486145,38.11062,22.694427,161.2157,19.044199,1.7156317,20.194862,11.317603,1221.5685,24.2076,5.7760158,161.8703,21.737411,226.60971,89.71129,162.7918,8.408281,110.94996,499.39014,482.92657,46.107098,311.9398,110.38665,52.298786,69.95716,158.0422,26.704687,62.54258,462.28653,15.843561,23.099688,345.18817,10.352919,6.574613,86.10587,67.80699,698.3051,186.76004,173.48317,1970.0745,31.873777,1559.8394,1273.2675,6.306193,4.6908827,1315.6917,17.34651,8.8484535,346.8898,19.468212,39.36653,19.087109,59.66686,253.6264,308.06903,2.893672,29.174692,50.14055,308.00998,4.985409,83.519936,7.2318325,1.6547979,58.576405,1.25055,1.5044613,5.1668587,10.156601,21.71555,14.498154,26.700985,182.02847,29.914427,14.543587,29.248991,7.04159,84.48219,3.2781813,4.4687543,5.9932795,63.90236,1.9861367,3.632638,12.168589,9.864045,15.280337,5.1084228,0.9831707,62.571968,8.476813,186.65845,5.8454347,263.97446,16.863247,1083.8153,109.813644,4.0486555,7.533833,146.36337,181.76347,908.4262,868.49084 +2023-03-01 11:00:00,0.0,2435.2551,27.44779,4.964283,7.5201845,24.857084,175.92053,25.209143,47.683517,21.442837,32.147064,149.64566,246.38095,12.236673,21.380726,13.1611,2.8536868,30.434269,38.954,25.40358,409.5423,20.135595,343.03918,134.11102,27.986038,239.98636,167.49487,76.2928,747.8163,276.86505,1807.421,42.367992,2349.5945,595.51166,29.936687,25.175117,164.66623,139.12596,269.84885,1138.7911,52.65894,12.388257,9.614402,705.49335,579.8607,66.067474,25.373081,239.74725,33.378223,298.99173,12.659338,45.45369,0.0,1420.8365,2227.1826,0.31912696,35.925213,19.4228,16161.623,46.52155,1.6293728,17.475883,30.988918,29.868952,9.286601,16.856752,383.56046,27.529356,14.188941,1.2102288,8.100623,482.7067,0.38554674,243.6258,82.51747,2545.9507,132.0485,120.77053,177.35567,1265.6672,78.209755,65.4359,775.0422,60.592987,56.85436,10.460758,36.306206,218.81247,11.051162,8.566055,78.40378,16.699331,4598.2065,21.4023,27.149193,18.773912,21.15433,352.28494,99.58831,30.340054,9.539476,10.558918,29.293568,68.421265,167.0943,45.543716,231.9663,30.661753,18.904144,93.51323,38.27668,22.774916,161.16719,19.032019,1.7226949,20.187681,11.343629,1225.5051,24.19267,5.8440695,161.85733,21.748842,226.75432,89.735756,162.95422,8.407961,110.929955,499.97626,483.5241,46.15669,313.07312,110.425316,52.39315,69.962875,157.92531,26.687141,62.515835,462.38965,15.835525,23.088055,345.07498,10.352496,6.573711,86.08758,67.81067,698.3153,186.73355,173.49521,1970.1785,31.924791,1560.2941,1273.6987,6.3078117,4.690804,1315.5929,17.341978,8.849966,346.84708,19.472532,39.378185,19.098318,59.72283,253.86284,308.00006,2.8942392,29.17859,50.15424,308.24304,4.9867573,83.52423,7.232516,1.6546295,58.57021,1.2506496,1.5043701,5.166559,10.156636,21.721903,14.506829,26.70775,182.16069,29.914202,14.540802,29.236391,7.040035,84.46791,3.2776659,4.465963,5.9926076,63.89913,1.984036,3.6311164,12.15853,9.89795,15.2798,5.1059318,0.9847443,62.654232,8.482964,186.71156,5.851588,264.25647,16.8694,1083.4993,109.91489,4.050661,7.5373464,146.6467,182.12315,909.7293,868.3222 +2023-03-01 12:00:00,0.0,2436.793,27.449432,4.975841,7.519595,24.872272,175.92332,25.216045,47.70765,21.447306,32.159363,149.66653,246.53561,12.246472,21.381397,13.157127,2.8525858,30.43942,38.919144,25.393564,409.579,20.112656,342.97217,134.07904,27.958519,239.76588,167.42134,76.27047,747.52686,276.82275,1807.3927,42.32436,2349.6597,594.78546,29.910389,25.151243,164.50775,139.20021,269.84058,1137.6823,52.673386,12.39628,9.613696,705.7265,579.2976,66.079666,25.392727,239.74548,33.363327,298.95877,12.657541,45.472355,0.0,1422.4368,2230.3054,0.32209662,35.9195,19.43219,16170.253,46.548275,1.6302046,17.537327,31.095257,29.88217,9.28836,16.915592,383.66132,27.537075,14.221848,1.2133958,8.101425,482.9788,0.3854453,243.95161,82.464516,2546.4233,131.97714,120.83295,177.37688,1264.3143,78.14516,65.41036,774.39734,60.543438,56.81042,10.464122,36.30582,218.81563,11.05087,8.565422,78.432045,16.703747,4598.157,21.410648,27.185484,18.782215,21.1657,352.2957,99.573586,30.370968,9.542688,10.563943,29.320255,68.47626,167.23685,45.593143,232.02487,30.663439,18.940584,93.54032,38.44274,22.855404,161.11868,19.019838,1.729758,20.1805,11.369655,1229.4417,24.17774,5.9121237,161.84436,21.760273,226.89891,89.760216,163.11667,8.40764,110.90995,500.56238,484.12164,46.206284,314.20645,110.46398,52.487514,69.9686,157.80843,26.669594,62.489094,462.4928,15.827488,23.076424,344.9618,10.352074,6.5728083,86.069275,67.81435,698.32544,186.70705,173.50723,1970.2825,31.975805,1560.7489,1274.13,6.309431,4.690726,1315.494,17.337446,8.851479,346.80435,19.476854,39.38984,19.10953,59.7788,254.09927,307.93106,2.8948064,29.182487,50.16793,308.47614,4.988106,83.528534,7.2331986,1.6544609,58.56402,1.2507492,1.5042788,5.1662602,10.156671,21.728258,14.515505,26.714516,182.2929,29.913979,14.538018,29.223791,7.03848,84.45363,3.2771506,4.463172,5.9919353,63.895905,1.9819354,3.6295948,12.148473,9.931854,15.279263,5.1034408,0.9863179,62.736492,8.489113,186.76466,5.857741,264.53848,16.875553,1083.1832,110.01612,4.0526667,7.540859,146.93002,182.48282,911.0324,868.1535 +2023-03-01 13:00:00,0.0,2438.3306,27.451075,4.987399,7.519006,24.887463,175.92612,25.222948,47.731777,21.451777,32.17166,149.68741,246.69029,12.25627,21.382069,13.153153,2.8514845,30.444572,38.884293,25.383549,409.6157,20.089716,342.90512,134.04704,27.931002,239.54543,167.34781,76.24814,747.2374,276.78046,1807.3644,42.28073,2349.725,594.05927,29.884092,25.127369,164.34927,139.27448,269.83228,1136.5734,52.687836,12.404304,9.61299,705.9597,578.73444,66.09186,25.412373,239.74371,33.348427,298.9258,12.655745,45.491024,0.0,1424.0369,2233.4282,0.3250663,35.913788,19.44158,16178.882,46.574997,1.6310362,17.59877,31.201595,29.895388,9.290119,16.97443,383.7622,27.544794,14.254754,1.2165629,8.102226,483.25085,0.38534385,244.27745,82.41156,2546.8962,131.90579,120.895355,177.3981,1262.9615,78.08057,65.384834,773.7525,60.49389,56.766483,10.467486,36.305435,218.81879,11.050578,8.56479,78.46031,16.70816,4598.108,21.418997,27.221775,18.790516,21.177073,352.30643,99.55885,30.401882,9.545901,10.568969,29.346945,68.53125,167.3794,45.642574,232.08344,30.665125,18.977024,93.567406,38.608803,22.935892,161.07016,19.00766,1.7368212,20.17332,11.39568,1233.3782,24.162811,5.9801774,161.83139,21.771704,227.0435,89.784676,163.2791,8.407321,110.889946,501.14853,484.7192,46.255875,315.33978,110.50264,52.58188,69.97431,157.69153,26.652048,62.462353,462.59592,15.819451,23.064793,344.84863,10.351651,6.571906,86.05098,67.81802,698.3356,186.68056,173.51927,1970.3865,32.02682,1561.2036,1274.5614,6.3110504,4.690647,1315.3951,17.332914,8.85299,346.76163,19.481174,39.401493,19.12074,59.834774,254.33571,307.86206,2.8953736,29.186386,50.18162,308.7092,4.9894543,83.53284,7.233882,1.6542923,58.557827,1.2508489,1.5041876,5.165961,10.156706,21.734613,14.524181,26.721281,182.4251,29.913754,14.535234,29.21119,7.0369244,84.43935,3.2766354,4.4603806,5.9912634,63.89268,1.9798348,3.6280732,12.138414,9.965759,15.278725,5.10095,0.9878915,62.818756,8.495263,186.81778,5.863894,264.8205,16.881704,1082.8672,110.11736,4.0546722,7.5443726,147.21335,182.8425,912.3355,867.9848 +2023-03-01 14:00:00,0.0,2439.8684,27.452717,4.9989576,7.5184164,24.902653,175.92891,25.22985,47.755905,21.456245,32.18396,149.70828,246.84496,12.266069,21.382742,13.149179,2.8503833,30.449724,38.849438,25.373533,409.65237,20.066776,342.83807,134.01506,27.903482,239.32495,167.27429,76.22581,746.94806,276.73816,1807.3362,42.2371,2349.7905,593.333,29.857796,25.103493,164.1908,139.34874,269.824,1135.4645,52.702286,12.412327,9.612286,706.19293,578.1713,66.10404,25.432018,239.74196,33.33353,298.89288,12.653947,45.50969,0.0,1425.6371,2236.551,0.32803595,35.908073,19.45097,16187.511,46.601723,1.6318679,17.660213,31.307934,29.908604,9.291878,17.03327,383.86307,27.552513,14.287661,1.2197299,8.103027,483.52295,0.38524237,244.60327,82.358604,2547.369,131.83444,120.95778,177.41933,1261.6088,78.015976,65.3593,773.10767,60.44434,56.72254,10.47085,36.305046,218.82195,11.050286,8.5641575,78.48858,16.712576,4598.0586,21.427345,27.258064,18.798817,21.188442,352.3172,99.54413,30.432796,9.549113,10.573995,29.373632,68.58624,167.52194,45.692,232.14201,30.666811,19.013464,93.5945,38.774868,23.01638,161.02165,18.99548,1.7438844,20.16614,11.421706,1237.3147,24.147882,6.0482316,161.81842,21.783134,227.18811,89.80914,163.44154,8.407001,110.86994,501.73465,485.31674,46.30547,316.4731,110.541306,52.676243,69.98003,157.57463,26.6345,62.43561,462.69904,15.811415,23.053162,344.73544,10.351229,6.571004,86.03268,67.8217,698.34576,186.65405,173.5313,1970.4905,32.077835,1561.6584,1274.9927,6.3126698,4.690569,1315.2963,17.328382,8.854503,346.71887,19.485497,39.413147,19.13195,59.890747,254.57214,307.79306,2.8959408,29.190283,50.195312,308.94226,4.990803,83.53714,7.2345653,1.6541238,58.551636,1.2509485,1.5040963,5.1656613,10.156741,21.740969,14.532857,26.728046,182.5573,29.91353,14.53245,29.19859,7.035369,84.425064,3.2761202,4.457589,5.9905915,63.889454,1.9777342,3.6265514,12.128357,9.999663,15.278187,5.098459,0.98946506,62.901016,8.501412,186.87088,5.8700476,265.10254,16.887857,1082.5511,110.2186,4.0566783,7.5478854,147.49667,183.20216,913.6386,867.81616 +2023-03-01 15:00:00,0.0,2441.406,27.45436,5.0105157,7.5178275,24.917841,175.9317,25.236753,47.780037,21.460716,32.19626,149.72916,246.99963,12.275868,21.383413,13.1452055,2.8492823,30.454876,38.814587,25.363518,409.6891,20.043837,342.77103,133.98308,27.875965,239.10449,167.20076,76.203476,746.6586,276.69586,1807.3079,42.193466,2349.856,592.6068,29.8315,25.079618,164.03233,139.42299,269.8157,1134.3556,52.716732,12.42035,9.61158,706.42615,577.6082,66.116234,25.451664,239.7402,33.31863,298.85992,12.65215,45.52836,0.0,1427.2373,2239.6738,0.33100563,35.90236,19.460358,16196.14,46.62845,1.6326995,17.721659,31.414272,29.921822,9.293637,17.092108,383.96393,27.560232,14.320567,1.2228969,8.103828,483.795,0.38514093,244.92911,82.30564,2547.8418,131.7631,121.020195,177.44055,1260.2559,77.951385,65.33377,772.4628,60.39479,56.678604,10.474215,36.30466,218.82509,11.0499935,8.563524,78.516846,16.71699,4598.0093,21.435694,27.294355,18.807117,21.199814,352.32794,99.529396,30.463709,9.552325,10.5790205,29.40032,68.641235,167.66447,45.741432,232.20059,30.668499,19.049902,93.62158,38.94093,23.096869,160.97314,18.9833,1.7509476,20.158958,11.447732,1241.2513,24.132952,6.1162853,161.80545,21.794565,227.3327,89.8336,163.60397,8.40668,110.84994,502.32077,485.91428,46.35506,317.60645,110.57997,52.770607,69.98574,157.45775,26.616955,62.408867,462.80215,15.803378,23.04153,344.62225,10.350806,6.5701013,86.01438,67.82538,698.3559,186.62756,173.54333,1970.5944,32.12885,1562.1132,1275.424,6.314289,4.6904907,1315.1974,17.323853,8.856014,346.67615,19.489819,39.424797,19.143162,59.946716,254.80858,307.72406,2.896508,29.194181,50.209007,309.17535,4.9921517,83.541435,7.2352486,1.6539552,58.545444,1.2510481,1.5040051,5.165362,10.156776,21.747322,14.5415325,26.734812,182.68951,29.913305,14.529666,29.185987,7.0338135,84.41079,3.275605,4.454798,5.989919,63.88623,1.9756336,3.6250298,12.118299,10.033568,15.27765,5.095968,0.9910387,62.98328,8.507563,186.924,5.8762007,265.38455,16.89401,1082.2351,110.31983,4.058684,7.5513988,147.78,183.56184,914.9417,867.64746 +2023-03-01 16:00:00,0.0,2442.9438,27.456001,5.0220737,7.517238,24.933031,175.9345,25.243656,47.804165,21.465185,32.208557,149.75005,247.1543,12.285666,21.384087,13.141232,2.848181,30.460028,38.77973,25.353502,409.72577,20.020897,342.704,133.9511,27.848446,238.88403,167.12723,76.18114,746.3692,276.65356,1807.2795,42.149837,2349.9214,591.8806,29.8052,25.055744,163.87384,139.49725,269.80743,1133.2467,52.731182,12.428374,9.610874,706.65936,577.04504,66.128426,25.47131,239.73843,33.303734,298.82697,12.650353,45.547024,0.0,1428.8374,2242.7964,0.33397532,35.896645,19.469748,16204.77,46.65517,1.6335311,17.783102,31.52061,29.93504,9.295397,17.150948,384.0648,27.567951,14.353474,1.226064,8.1046295,484.0671,0.38503945,245.25493,82.252686,2548.3145,131.69176,121.08261,177.46176,1258.9031,77.886795,65.308235,771.818,60.34524,56.634666,10.477578,36.304276,218.82825,11.049702,8.562892,78.54511,16.721405,4597.9595,21.444042,27.330645,18.81542,21.211185,352.3387,99.51467,30.494623,9.555537,10.584045,29.427008,68.69623,167.80702,45.79086,232.25917,30.670185,19.086342,93.648674,39.10699,23.177357,160.92462,18.971119,1.7580107,20.15178,11.473757,1245.1879,24.118023,6.1843395,161.79248,21.805996,227.4773,89.85806,163.76642,8.406361,110.82993,502.9069,486.51184,46.404655,318.73978,110.61864,52.864975,69.991455,157.34085,26.599407,62.382126,462.90527,15.7953415,23.0299,344.5091,10.350384,6.569199,85.99608,67.829056,698.366,186.60107,173.55536,1970.6984,32.179863,1562.568,1275.8552,6.3159084,4.690412,1315.0986,17.31932,8.857527,346.63342,19.494139,39.43645,19.154371,60.00269,255.045,307.65506,2.8970752,29.19808,50.2227,309.40842,4.9935,83.54574,7.235932,1.6537868,58.539253,1.2511477,1.5039138,5.1650624,10.156812,21.753677,14.550208,26.741577,182.82172,29.913082,14.526881,29.173388,7.0322585,84.39651,3.2750897,4.452007,5.9892473,63.883003,1.9735329,3.6235082,12.108241,10.067472,15.277112,5.093477,0.99261224,63.06554,8.513713,186.9771,5.882354,265.66656,16.900162,1081.919,110.421074,4.0606894,7.5549116,148.06332,183.92152,916.24475,867.4788 +2023-03-01 17:00:00,0.0,2444.4817,27.457644,5.033632,7.516649,24.94822,175.93729,25.250559,47.828293,21.469656,32.220856,149.77092,247.30898,12.295465,21.384758,13.137258,2.8470798,30.46518,38.744877,25.343487,409.76248,19.997957,342.63696,133.91911,27.820927,238.66356,167.05371,76.158806,746.0798,276.61127,1807.2512,42.106205,2349.9868,591.15436,29.778904,25.031868,163.71538,139.57152,269.79913,1132.1378,52.745632,12.436398,9.610169,706.8925,576.48193,66.14061,25.490955,239.73666,33.288834,298.79404,12.648557,45.565693,0.0,1430.4376,2245.9192,0.33694497,35.89093,19.479137,16213.398,46.681896,1.6343628,17.844545,31.62695,29.948256,9.297155,17.209787,384.16565,27.57567,14.38638,1.229231,8.105432,484.33917,0.384938,245.58076,82.19973,2548.7874,131.6204,121.14503,177.48299,1257.5502,77.8222,65.28271,771.17316,60.295692,56.59073,10.480943,36.30389,218.8314,11.04941,8.56226,78.57339,16.72582,4597.91,21.45239,27.366936,18.82372,21.222555,352.34946,99.49995,30.525537,9.55875,10.589071,29.453695,68.75122,167.94957,45.84029,232.31775,30.671871,19.122782,93.67576,39.273052,23.257843,160.87611,18.958939,1.7650739,20.144598,11.499783,1249.1244,24.103092,6.2523932,161.7795,21.817427,227.6219,89.88253,163.92885,8.40604,110.80993,503.493,487.10938,46.45425,319.8731,110.6573,52.95934,69.99718,157.22397,26.581861,62.355385,463.0084,15.787305,23.018269,344.3959,10.349961,6.568297,85.97778,67.83273,698.3762,186.57457,173.5674,1970.8022,32.230877,1563.0227,1276.2865,6.317528,4.690334,1314.9998,17.314789,8.859038,346.5907,19.49846,39.448105,19.165583,60.05866,255.28143,307.58606,2.8976424,29.201977,50.23639,309.64148,4.9948487,83.55004,7.236615,1.6536182,58.533062,1.2512474,1.5038224,5.164763,10.156846,21.760033,14.558884,26.748343,182.95392,29.912857,14.524097,29.160786,7.030703,84.382225,3.2745745,4.449216,5.9885755,63.879776,1.9714323,3.6219866,12.098183,10.1013775,15.276574,5.090986,0.99418586,63.147804,8.519862,187.0302,5.888507,265.94858,16.906315,1081.6029,110.52231,4.062695,7.558425,148.34663,184.28119,917.54785,867.3101 +2023-03-01 18:00:00,0.0,2446.0193,27.459286,5.0451903,7.5160594,24.96341,175.94008,25.257462,47.852425,21.474127,32.233154,149.7918,247.46364,12.3052635,21.38543,13.133284,2.8459785,30.470333,38.710026,25.333471,409.79916,19.975018,342.56992,133.88712,27.79341,238.4431,166.98018,76.136475,745.79034,276.56897,1807.2229,42.062576,2350.0522,590.42816,29.752607,25.007994,163.55692,139.64577,269.79086,1131.0289,52.760082,12.444421,9.609464,707.12573,575.9188,66.1528,25.510601,239.7349,33.273937,298.76108,12.64676,45.58436,0.0,1432.0377,2249.042,0.33991465,35.88522,19.488527,16222.027,46.70862,1.6351944,17.90599,31.733288,29.961473,9.298915,17.268625,384.2665,27.58339,14.419287,1.232398,8.106233,484.61124,0.38483652,245.90659,82.146774,2549.26,131.54906,121.20744,177.50421,1256.1974,77.75761,65.25717,770.5283,60.246147,56.54679,10.484306,36.303505,218.83456,11.049118,8.561626,78.601654,16.730234,4597.861,21.46074,27.403225,18.832022,21.233927,352.3602,99.485214,30.556452,9.561962,10.594097,29.480385,68.80621,168.09212,45.889717,232.37633,30.673557,19.159222,93.70285,39.439114,23.338331,160.82759,18.946758,1.772137,20.137417,11.525808,1253.0609,24.088163,6.3204474,161.76653,21.828857,227.7665,89.90699,164.0913,8.40572,110.78992,504.07913,487.70694,46.50384,321.00644,110.69597,53.053703,70.00289,157.10707,26.564314,62.328644,463.1115,15.779268,23.006638,344.2827,10.349539,6.5673943,85.95948,67.83641,698.38635,186.54808,173.57944,1970.9062,32.28189,1563.4774,1276.7178,6.3191466,4.690255,1314.9009,17.310257,8.860551,346.54797,19.50278,39.45976,19.176794,60.11463,255.51787,307.5171,2.8982096,29.205875,50.25008,309.87457,4.996197,83.554344,7.2372985,1.6534497,58.52687,1.2513471,1.5037313,5.1644635,10.156881,21.766388,14.567559,26.755108,183.08612,29.912634,14.521313,29.148186,7.0291476,84.36794,3.2740593,4.4464245,5.987903,63.876553,1.9693317,3.620465,12.088125,10.135282,15.276036,5.0884943,0.9957595,63.230064,8.526012,187.08331,5.89466,266.2306,16.912468,1081.2869,110.62355,4.0647006,7.5619383,148.62996,184.64087,918.85095,867.1414 +2023-03-01 19:00:00,0.0,2447.5571,27.460926,5.0567484,7.51547,24.9786,175.94289,25.264366,47.876553,21.478596,32.24545,149.81267,247.61832,12.3150625,21.386103,13.129311,2.8448775,30.475485,38.67517,25.323456,409.83585,19.952078,342.5029,133.85513,27.76589,238.22263,166.90665,76.11414,745.5009,276.52667,1807.1946,42.018944,2350.1177,589.70197,29.72631,24.98412,163.39842,139.72003,269.78256,1129.92,52.77453,12.452444,9.608758,707.35895,575.3557,66.16499,25.530249,239.73312,33.259037,298.72815,12.644963,45.603027,0.0,1433.638,2252.1648,0.3428843,35.879505,19.497917,16230.656,46.735344,1.6360261,17.967434,31.839626,29.974691,9.3006735,17.327465,384.36737,27.591108,14.452193,1.2355651,8.107034,484.88333,0.38473508,246.23242,82.09382,2549.733,131.4777,121.26987,177.52544,1254.8446,77.693016,65.23164,769.8835,60.196598,56.502853,10.487671,36.30312,218.8377,11.048826,8.560994,78.62992,16.73465,4597.8115,21.469088,27.439516,18.840324,21.245298,352.37097,99.47049,30.587366,9.565174,10.599122,29.507072,68.861206,168.23465,45.939148,232.4349,30.675245,19.195662,93.729935,39.605175,23.41882,160.77908,18.934578,1.7792002,20.130236,11.551834,1256.9976,24.073235,6.388501,161.75356,21.840288,227.91109,89.93145,164.25372,8.4054,110.76991,504.66525,488.30447,46.553436,322.13977,110.734634,53.148067,70.008606,156.99017,26.546768,62.301903,463.21463,15.771232,22.995005,344.16953,10.349116,6.566492,85.94118,67.84009,698.3965,186.52158,173.59146,1971.0103,32.332905,1563.9323,1277.149,6.320766,4.690177,1314.802,17.305725,8.862062,346.50525,19.507103,39.471413,19.188004,60.170605,255.7543,307.4481,2.898777,29.209772,50.26377,310.10764,4.9975457,83.55864,7.2379813,1.6532811,58.52068,1.2514466,1.5036399,5.164164,10.156917,21.772743,14.576235,26.761873,183.21834,29.912409,14.518529,29.135584,7.0275927,84.35366,3.273544,4.443633,5.9872313,63.873325,1.9672312,3.6189435,12.078068,10.169187,15.275499,5.0860033,0.99733305,63.31233,8.532162,187.13641,5.9008136,266.5126,16.91862,1080.9708,110.724785,4.066706,7.565451,148.91328,185.00053,920.15405,866.9728 +2023-03-01 20:00:00,0.0,2449.0947,27.462568,5.0683064,7.5148807,24.993788,175.94568,25.271269,47.90068,21.483067,32.257748,149.83354,247.77298,12.324862,21.386774,13.125337,2.8437762,30.480637,38.64032,25.31344,409.87256,19.929136,342.43585,133.82315,27.73837,238.00217,166.83311,76.09181,745.2115,276.48438,1807.1663,41.97531,2350.1829,588.9757,29.700014,24.960245,163.23996,139.7943,269.77426,1128.8113,52.78898,12.460467,9.608052,707.59216,574.79254,66.17718,25.549894,239.73137,33.24414,298.6952,12.643167,45.621693,0.0,1435.2382,2255.2874,0.34585398,35.87379,19.507307,16239.285,46.762066,1.6368577,18.028877,31.945965,29.987907,9.302433,17.386303,384.46823,27.598827,14.4851,1.2387321,8.107835,485.1554,0.38463363,246.55824,82.040855,2550.2056,131.40636,121.33228,177.54666,1253.4917,77.628426,65.20611,769.23865,60.14705,56.458916,10.4910345,36.302734,218.84087,11.048534,8.560361,78.65819,16.739065,4597.762,21.477436,27.475807,18.848625,21.256668,352.3817,99.45576,30.61828,9.568386,10.604148,29.53376,68.9162,168.3772,45.988575,232.49348,30.676931,19.232101,93.75703,39.771236,23.499308,160.73058,18.922398,1.7862635,20.123056,11.57786,1260.9341,24.058304,6.4565554,161.74059,21.851719,228.0557,89.95592,164.41617,8.40508,110.74991,505.25137,488.902,46.603027,323.2731,110.7733,53.24243,70.01432,156.87329,26.52922,62.275158,463.31778,15.763195,22.983374,344.05637,10.348694,6.56559,85.92288,67.84377,698.4067,186.49509,173.6035,1971.1143,32.38392,1564.387,1277.5803,6.3223853,4.6900983,1314.7032,17.301193,8.863575,346.46252,19.511423,39.483063,19.199215,60.226574,255.99074,307.3791,2.8993442,29.21367,50.277462,310.3407,4.998894,83.56294,7.2386646,1.6531126,58.51449,1.2515463,1.5035487,5.1638646,10.156952,21.779097,14.584911,26.768639,183.35054,29.912186,14.515745,29.122984,7.026037,84.33938,3.2730289,4.440842,5.986559,63.8701,1.9651304,3.6174216,12.068009,10.203091,15.274961,5.0835123,0.9989067,63.39459,8.538312,187.18953,5.9069667,266.79462,16.924772,1080.6548,110.82603,4.0687118,7.5689645,149.19661,185.36021,921.45715,866.8041 +2023-03-01 21:00:00,0.0,2450.6326,27.46421,5.0798645,7.514292,25.008978,175.94847,25.278172,47.92481,21.487535,32.270046,149.85442,247.92766,12.33466,21.387445,13.121363,2.842675,30.485788,38.605465,25.303425,409.90924,19.906197,342.3688,133.79117,27.710854,237.78171,166.7596,76.06948,744.92206,276.44208,1807.138,41.931683,2350.2483,588.2495,29.673716,24.936369,163.08148,139.86855,269.766,1127.7024,52.80343,12.468491,9.6073475,707.8254,574.22943,66.18937,25.56954,239.72961,33.22924,298.66223,12.64137,45.64036,0.0,1436.8384,2258.4102,0.34882364,35.868076,19.516697,16247.915,46.78879,1.6376895,18.090322,32.052303,30.001125,9.304193,17.445143,384.5691,27.606546,14.518006,1.2418991,8.108637,485.4275,0.38453215,246.88408,81.9879,2550.6785,131.335,121.3947,177.56787,1252.1389,77.56383,65.18057,768.5938,60.0975,56.414978,10.494399,36.302345,218.84402,11.048243,8.559729,78.686455,16.743479,4597.713,21.485785,27.512096,18.856926,21.26804,352.39246,99.44103,30.649193,9.571598,10.609174,29.560448,68.97119,168.51974,46.038006,232.55206,30.678617,19.268541,93.78411,39.937298,23.579796,160.68205,18.910217,1.7933266,20.115875,11.603886,1264.8706,24.043375,6.524609,161.72762,21.86315,228.20029,89.98038,164.5786,8.40476,110.729904,505.8375,489.49957,46.652622,324.40643,110.811966,53.336796,70.020035,156.7564,26.511675,62.248417,463.4209,15.755158,22.971743,343.94318,10.348271,6.5646877,85.90458,67.84745,698.4168,186.4686,173.61552,1971.2181,32.434933,1564.8418,1278.0116,6.3240047,4.69002,1314.6044,17.296663,8.8650875,346.4198,19.515745,39.494717,19.210426,60.282547,256.22717,307.3101,2.8999114,29.21757,50.291153,310.57376,5.0002427,83.567245,7.239348,1.6529441,58.508297,1.2516459,1.5034574,5.163565,10.156987,21.785452,14.593587,26.775404,183.48274,29.911963,14.51296,29.110384,7.024482,84.3251,3.2725136,4.4380507,5.985887,63.866875,1.9630299,3.6159,12.057952,10.236996,15.274424,5.0810213,1.0004803,63.476852,8.544461,187.24263,5.91312,267.07663,16.930925,1080.3387,110.92726,4.0707173,7.5724773,149.47993,185.7199,922.76025,866.63544 +2023-03-01 22:00:00,0.0,2452.1702,27.465853,5.091423,7.5137024,25.024168,175.95126,25.285074,47.94894,21.492006,32.282345,149.87529,248.08232,12.344459,21.388119,13.117389,2.841574,30.49094,38.570614,25.29341,409.94592,19.883257,342.30176,133.75919,27.683334,237.56123,166.68607,76.04714,744.6326,276.39978,1807.1097,41.88805,2350.3137,587.5233,29.647419,24.912495,162.923,139.94281,269.7577,1126.5935,52.817875,12.476514,9.606642,708.05853,573.6663,66.20156,25.589186,239.72784,33.214344,298.6293,12.639573,45.659027,0.0,1438.4385,2261.533,0.35179332,35.862362,19.526087,16256.544,46.815517,1.6385211,18.151766,32.15864,30.014343,9.305951,17.50398,384.66995,27.614265,14.550913,1.2450662,8.109438,485.69955,0.3844307,247.2099,81.934944,2551.1511,131.26366,121.45711,177.5891,1250.7861,77.49924,65.155045,767.949,60.04795,56.37104,10.497763,36.30196,218.84718,11.047951,8.559096,78.71472,16.747894,4597.663,21.494133,27.548388,18.865229,21.279411,352.40323,99.4263,30.680107,9.574811,10.614199,29.587135,69.026184,168.6623,46.087433,232.61063,30.680304,19.304981,93.8112,40.10336,23.660284,160.63354,18.898039,1.8003898,20.108694,11.62991,1268.8071,24.028446,6.5926633,161.71465,21.87458,228.34488,90.00484,164.74104,8.40444,110.7099,506.4236,490.0971,46.702213,325.53976,110.850624,53.43116,70.02576,156.63951,26.494127,62.221676,463.52402,15.747122,22.960112,343.83,10.347849,6.563785,85.886284,67.85113,698.42694,186.4421,173.62756,1971.3221,32.485947,1565.2965,1278.443,6.325624,4.689942,1314.5055,17.292131,8.866599,346.37708,19.520067,39.50637,19.221636,60.33852,256.4636,307.2411,2.9004786,29.221466,50.304844,310.80685,5.001591,83.57155,7.2400312,1.6527755,58.502106,1.2517456,1.5033662,5.1632657,10.1570215,21.791807,14.6022625,26.782167,183.61494,29.911737,14.510177,29.097782,7.022927,84.31082,3.2719984,4.43526,5.985215,63.863647,1.9609293,3.6143785,12.047894,10.2709,15.273886,5.0785303,1.0020539,63.559113,8.5506115,187.29575,5.919273,267.35864,16.937078,1080.0226,111.028496,4.072723,7.5759907,149.76326,186.07956,924.06335,866.46674 +2023-03-01 23:00:00,0.0,2453.708,27.467495,5.102981,7.513113,25.039356,175.95406,25.291977,47.97307,21.496475,32.294643,149.89616,248.237,12.354258,21.38879,13.113415,2.8404727,30.496092,38.53576,25.283394,409.98264,19.860317,342.23474,133.7272,27.655817,237.34077,166.61253,76.02481,744.3432,276.35748,1807.0814,41.844418,2350.3792,586.7971,29.621122,24.88862,162.76453,140.01707,269.74942,1125.4846,52.832325,12.484537,9.605936,708.29175,573.10315,66.213745,25.608831,239.72607,33.199448,298.59634,12.637776,45.677696,0.0,1440.0387,2264.6558,0.354763,35.85665,19.535477,16265.173,46.84224,1.6393528,18.21321,32.26498,30.02756,9.307711,17.56282,384.7708,27.621984,14.583819,1.2482332,8.110239,485.97162,0.38432923,247.53574,81.88199,2551.624,131.1923,121.51953,177.61032,1249.4332,77.43465,65.12951,767.30414,59.9984,56.3271,10.501127,36.301575,218.85033,11.047659,8.558463,78.74299,16.752308,4597.614,21.502481,27.584677,18.87353,21.290781,352.41397,99.411575,30.711021,9.578023,10.619225,29.613825,69.08118,168.80482,46.13686,232.6692,30.681992,19.341421,93.83829,40.269424,23.740772,160.58504,18.885859,1.8074529,20.101515,11.655936,1272.7438,24.013515,6.660717,161.70168,21.886011,228.48949,90.029305,164.90347,8.4041195,110.689896,507.00974,490.69464,46.75181,326.6731,110.88929,53.525524,70.03147,156.52261,26.476582,62.194935,463.62714,15.739085,22.94848,343.71683,10.347426,6.562883,85.86798,67.854805,698.43713,186.4156,173.63959,1971.426,32.53696,1565.7513,1278.8743,6.3272433,4.689863,1314.4066,17.2876,8.868112,346.33435,19.524387,39.518024,19.232847,60.39449,256.70004,307.1721,2.9010458,29.225365,50.318535,311.03992,5.0029397,83.57584,7.2407146,1.652607,58.495914,1.2518451,1.5032749,5.1629663,10.157057,21.798162,14.610938,26.788933,183.74716,29.911514,14.507392,29.085182,7.0213714,84.29654,3.2714832,4.4324684,5.984543,63.860424,1.9588287,3.6128569,12.037836,10.304805,15.273349,5.0760393,1.0036274,63.641376,8.556761,187.34885,5.925426,267.64066,16.94323,1079.7065,111.12974,4.074729,7.579504,150.04659,186.43924,925.36646,866.2981 +2023-03-02 00:00:00,0.0,2455.2458,27.469137,5.114539,7.5125237,25.054546,175.95685,25.29888,47.997196,21.500946,32.306942,149.91704,248.39168,12.364056,21.389462,13.109441,2.8393714,30.501245,38.500904,25.273378,410.01932,19.837378,342.1677,133.6952,27.628298,237.1203,166.539,76.00248,744.0538,276.31516,1807.0531,41.80079,2350.4446,586.07086,29.594826,24.864744,162.60606,140.09132,269.74112,1124.3757,52.846775,12.49256,9.60523,708.52496,572.54004,66.22594,25.628477,239.72432,33.184547,298.5634,12.63598,45.69636,0.0,1441.6389,2267.7783,0.35773265,35.850937,19.544867,16273.802,46.868965,1.6401844,18.274654,32.371315,30.040777,9.309469,17.621658,384.87167,27.629705,14.616726,1.2514002,8.11104,486.2437,0.38422778,247.86156,81.82903,2552.0967,131.12096,121.58195,177.63155,1248.0804,77.370056,65.10398,766.6593,59.948853,56.28316,10.504492,36.301193,218.85349,11.047367,8.557831,78.771255,16.756723,4597.5645,21.51083,27.620968,18.88183,21.302153,352.4247,99.39684,30.741936,9.581235,10.62425,29.640512,69.13617,168.94737,46.18629,232.72778,30.683678,19.377861,93.86538,40.435486,23.82126,160.53651,18.873678,1.8145161,20.094334,11.681962,1276.6803,23.998587,6.728771,161.6887,21.897442,228.63408,90.053764,165.06592,8.4038,110.66989,507.59586,491.2922,46.801403,327.80643,110.927956,53.61989,70.037186,156.40572,26.459034,62.16819,463.73026,15.731048,22.93685,343.60364,10.347004,6.5619807,85.849686,67.85848,698.44727,186.38911,173.65163,1971.53,32.587975,1566.206,1279.3055,6.3288627,4.689785,1314.3077,17.283068,8.869623,346.2916,19.52871,39.52968,19.244059,60.450462,256.93646,307.1031,2.901613,29.229261,50.33223,311.27298,5.004288,83.58015,7.241398,1.6524385,58.489723,1.2519448,1.5031837,5.162667,10.157092,21.804516,14.619614,26.795698,183.87936,29.91129,14.504608,29.07258,7.019816,84.28226,3.270968,4.429677,5.983871,63.857197,1.956728,3.6113353,12.027778,10.338709,15.272811,5.0735483,1.005201,63.723637,8.562911,187.40196,5.9315796,267.9227,16.949383,1079.3905,111.23097,4.0767345,7.583017,150.32991,186.7989,926.66956,866.1294 +2023-03-02 01:00:00,0.0,2456.7834,27.47078,5.1260977,7.5119343,25.069735,175.95964,25.305782,48.021328,21.505415,32.31924,149.93791,248.54634,12.373855,21.390135,13.105467,2.8382704,30.506397,38.466053,25.263363,410.05603,19.814438,342.10065,133.66322,27.600779,236.89984,166.46548,75.98015,743.76434,276.27286,1807.0248,41.757156,2350.51,585.34467,29.568527,24.84087,162.44759,140.16559,269.73285,1123.2668,52.86122,12.500584,9.604526,708.7582,571.9769,66.23813,25.648123,239.72253,33.16965,298.53046,12.634183,45.71503,0.0,1443.239,2270.9011,0.36070234,35.845222,19.554255,16282.432,46.895687,1.6410161,18.336098,32.477657,30.053995,9.311229,17.680498,384.97253,27.637424,14.649632,1.2545673,8.111841,486.51578,0.38412634,248.1874,81.77608,2552.5696,131.04962,121.64436,177.65276,1246.7275,77.305466,65.078445,766.01447,59.899303,56.239223,10.507855,36.300804,218.85664,11.047074,8.557198,78.79952,16.761139,4597.515,21.519178,27.657259,18.890131,21.313524,352.4355,99.38212,30.77285,9.584447,10.629276,29.6672,69.19116,169.08992,46.235718,232.78636,30.685364,19.4143,93.89246,40.601547,23.901749,160.488,18.861498,1.8215793,20.087152,11.707988,1280.6168,23.983656,6.796825,161.67574,21.908873,228.77867,90.078224,165.22835,8.40348,110.64989,508.18198,491.88974,46.850994,328.93976,110.96662,53.714252,70.0429,156.28883,26.441488,62.14145,463.83337,15.723011,22.925219,343.49045,10.346581,6.561078,85.83138,67.86216,698.4574,186.36261,173.66365,1971.634,32.638992,1566.6609,1279.7368,6.3304815,4.6897063,1314.209,17.278536,8.871136,346.24887,19.53303,39.541332,19.255268,60.50643,257.1729,307.0341,2.9021802,29.23316,50.34592,311.50607,5.005637,83.58445,7.242081,1.65227,58.483532,1.2520444,1.5030924,5.1623673,10.157127,21.810871,14.628289,26.802464,184.01157,29.911066,14.501823,29.05998,7.0182605,84.267975,3.2704527,4.426886,5.983199,63.85397,1.9546274,3.6098137,12.01772,10.372614,15.272273,5.0710573,1.0067747,63.8059,8.56906,187.45506,5.9377327,268.2047,16.955536,1079.0745,111.332214,4.07874,7.58653,150.61324,187.15858,927.97266,865.9607 +2023-03-02 02:00:00,0.0,2458.3213,27.47242,5.1376557,7.511345,25.084925,175.96245,25.312685,48.045456,21.509886,32.33154,149.9588,248.70102,12.383654,21.390806,13.101493,2.8371692,30.511549,38.4312,25.253347,410.0927,19.791498,342.03363,133.63124,27.573261,236.67938,166.39195,75.95782,743.4749,276.23056,1806.9965,41.713528,2350.5754,584.61847,29.54223,24.816996,162.28911,140.23985,269.72455,1122.158,52.87567,12.508607,9.60382,708.99133,571.4138,66.25031,25.667768,239.72078,33.15475,298.4975,12.632386,45.733696,0.0,1444.8391,2274.024,0.363672,35.839508,19.563644,16291.061,46.922413,1.6418477,18.397541,32.583992,30.067211,9.312987,17.739338,385.0734,27.645144,14.682539,1.2577343,8.112643,486.78787,0.38402486,248.51323,81.723114,2553.0422,130.97827,121.70678,177.67398,1245.3748,77.24087,65.05292,765.3697,59.849754,56.195286,10.51122,36.30042,218.8598,11.0467825,8.556565,78.82779,16.765553,4597.466,21.527527,27.693548,18.898434,21.324894,352.44623,99.36739,30.803764,9.587659,10.634301,29.693888,69.246155,169.23247,46.28515,232.84494,30.68705,19.45074,93.919556,40.76761,23.982237,160.4395,18.849318,1.8286425,20.079971,11.734014,1284.5533,23.968727,6.864879,161.66277,21.920303,228.92328,90.10269,165.3908,8.403159,110.62988,508.7681,492.4873,46.90059,330.0731,111.00529,53.80862,70.048615,156.17194,26.42394,62.114708,463.9365,15.714974,22.913586,343.37726,10.346159,6.560176,85.81309,67.86584,698.4676,186.33612,173.67569,1971.738,32.690006,1567.1156,1280.1681,6.332101,4.689628,1314.1101,17.274004,8.872647,346.20615,19.537352,39.552982,19.26648,60.562405,257.40933,306.96512,2.9027474,29.237057,50.35961,311.73914,5.0069857,83.58875,7.2427645,1.6521014,58.47734,1.2521441,1.5030011,5.162068,10.157163,21.817226,14.636965,26.809229,184.14377,29.910841,14.49904,29.047379,7.0167055,84.25369,3.2699375,4.4240947,5.982527,63.850746,1.9525268,3.6082919,12.007663,10.406518,15.271735,5.0685663,1.0083482,63.88816,8.575211,187.50816,5.943886,268.48672,16.961687,1078.7584,111.43345,4.0807457,7.590043,150.89656,187.51826,929.2757,865.79205 +2023-03-02 03:00:00,0.0,2459.859,27.474062,5.149214,7.510756,25.100115,175.96524,25.319588,48.069584,21.514355,32.343838,149.97968,248.85568,12.393452,21.391478,13.09752,2.836068,30.5167,38.396347,25.243332,410.1294,19.768559,341.96658,133.59926,27.545742,236.45891,166.31842,75.935486,743.1855,276.18826,1806.9681,41.669895,2350.6409,583.8922,29.515934,24.79312,162.13065,140.31412,269.71628,1121.0491,52.89012,12.516631,9.603114,709.22455,570.85065,66.262505,25.687414,239.71902,33.139854,298.46454,12.6305895,45.752365,0.0,1446.4393,2277.1467,0.36664167,35.833794,19.573034,16299.689,46.949135,1.6426795,18.458986,32.690334,30.08043,9.314747,17.798176,385.17426,27.652863,14.7154455,1.2609013,8.113444,487.05994,0.3839234,248.83905,81.67016,2553.5151,130.90692,121.769196,177.6952,1244.022,77.17628,65.02738,764.72485,59.800205,56.15135,10.514584,36.300034,218.86295,11.046491,8.555933,78.856064,16.769968,4597.4165,21.535875,27.72984,18.906734,21.336266,352.45697,99.35266,30.834677,9.590872,10.639327,29.720577,69.30115,169.375,46.334576,232.90352,30.688738,19.48718,93.94664,40.93367,24.062725,160.39098,18.837137,1.8357056,20.072792,11.760039,1288.49,23.953798,6.932933,161.6498,21.931734,229.06787,90.12715,165.55322,8.40284,110.60988,509.35422,493.08484,46.95018,331.20642,111.04395,53.902985,70.05434,156.05504,26.406395,62.087967,464.0396,15.706938,22.901955,343.2641,10.3457365,6.5592737,85.794785,67.869514,698.4777,186.30962,173.68771,1971.8419,32.74102,1567.5704,1280.5994,6.33372,4.6895494,1314.0112,17.269474,8.87416,346.16342,19.541672,39.564636,19.27769,60.618378,257.64575,306.89612,2.9033146,29.240955,50.373302,311.9722,5.008334,83.59305,7.2434473,1.6519328,58.47115,1.2522438,1.5029099,5.1617684,10.157197,21.823582,14.64564,26.815994,184.27599,29.910618,14.496256,29.034779,7.01515,84.23942,3.2694223,4.4213037,5.981855,63.84752,1.9504262,3.6067703,11.997604,10.440423,15.271198,5.0660753,1.0099218,63.970425,8.58136,187.56128,5.950039,268.76874,16.96784,1078.4424,111.53469,4.0827513,7.5935564,151.17987,187.87793,930.5788,865.62335 +2023-03-02 04:00:00,0.0,2461.3967,27.475704,5.160772,7.5101666,25.115303,175.96803,25.32649,48.093716,21.518826,32.356136,150.00055,249.01036,12.403251,21.39215,13.093546,2.834967,30.521852,38.361492,25.233316,410.1661,19.745619,341.89954,133.56728,27.518223,236.23845,166.2449,75.91315,742.89606,276.14597,1806.9398,41.626263,2350.706,583.166,29.489637,24.769245,161.97215,140.38837,269.70798,1119.9402,52.90457,12.524654,9.602409,709.45776,570.28754,66.2747,25.70706,239.71725,33.124954,298.4316,12.628793,45.77103,0.0,1448.0396,2280.2695,0.36961135,35.828083,19.582424,16308.318,46.97586,1.643511,18.52043,32.79667,30.093647,9.316506,17.857016,385.27512,27.660582,14.748351,1.2640684,8.114245,487.332,0.38382193,249.16489,81.6172,2553.9878,130.83557,121.83162,177.71643,1242.6691,77.11169,65.001854,764.08,59.750656,56.10741,10.517948,36.299644,218.8661,11.046199,8.5553,78.88433,16.774384,4597.3667,21.544224,27.766129,18.915035,21.347637,352.46774,99.33794,30.865591,9.594084,10.644353,29.747265,69.35614,169.51755,46.384007,232.9621,30.690424,19.52362,93.97373,41.09973,24.143213,160.34247,18.824957,1.8427688,20.06561,11.786065,1292.4265,23.938868,7.000987,161.63683,21.943165,229.21246,90.15161,165.71565,8.402519,110.589874,509.94034,493.68237,46.999775,332.33975,111.08262,53.99735,70.06005,155.93816,26.388847,62.061222,464.14276,15.698901,22.890324,343.1509,10.345315,6.558371,85.77648,67.87319,698.48785,186.28313,173.69975,1971.9459,32.792034,1568.0251,1281.0306,6.3353395,4.6894712,1313.9124,17.264942,8.875671,346.1207,19.545994,39.57629,19.2889,60.674347,257.8822,306.82712,2.9038818,29.244854,50.386993,312.2053,5.0096827,83.59735,7.2441306,1.6517643,58.46496,1.2523433,1.5028186,5.161469,10.157232,21.829935,14.654316,26.82276,184.40819,29.910393,14.493471,29.022177,7.0135946,84.225136,3.268907,4.4185123,5.9811826,63.84429,1.9483256,3.6052487,11.987547,10.474328,15.27066,5.0635843,1.0114954,64.05269,8.58751,187.61438,5.956192,269.05075,16.973993,1078.1262,111.635925,4.084757,7.5970697,151.4632,188.23761,931.8819,865.4547 +2023-03-02 05:00:00,0.0,2462.9343,27.477346,5.1723304,7.5095773,25.130493,175.97083,25.333393,48.117844,21.523294,32.368435,150.02142,249.16502,12.41305,21.392822,13.089572,2.8338656,30.527004,38.32664,25.2233,410.2028,19.72268,341.8325,133.53528,27.490705,236.01797,166.17137,75.890816,742.6066,276.10367,1806.9115,41.582634,2350.7715,582.4398,29.46334,24.74537,161.81369,140.46263,269.6997,1118.8313,52.919018,12.532678,9.601704,709.691,569.7244,66.28688,25.726706,239.71548,33.110058,298.39865,12.626996,45.7897,0.0,1449.6396,2283.392,0.372581,35.82237,19.591814,16316.947,47.002586,1.6443428,18.581873,32.90301,30.106863,9.318265,17.915854,385.37598,27.6683,14.781258,1.2672354,8.1150465,487.6041,0.3837205,249.4907,81.56425,2554.4607,130.76422,121.894035,177.73766,1241.3163,77.0471,64.97632,763.4352,59.701107,56.063473,10.521312,36.299263,218.86926,11.045907,8.554667,78.9126,16.778797,4597.3174,21.552572,27.80242,18.923338,21.359007,352.4785,99.323204,30.896505,9.597296,10.649378,29.773952,69.41113,169.6601,46.433434,233.02068,30.69211,19.56006,94.00082,41.265793,24.223701,160.29395,18.812777,1.8498319,20.05843,11.81209,1296.363,23.923939,7.069041,161.62386,21.954596,229.35707,90.17608,165.8781,8.402199,110.56987,510.52646,494.27994,47.049366,333.47308,111.121284,54.091713,70.065765,155.82126,26.371302,62.03448,464.24588,15.690865,22.878693,343.03772,10.3448925,6.557469,85.75819,67.87687,698.49805,186.25664,173.71178,1972.05,32.84305,1568.48,1281.4619,6.336959,4.689393,1313.8136,17.26041,8.877184,346.07797,19.550316,39.587944,19.300112,60.73032,258.11862,306.75812,2.904449,29.24875,50.400684,312.43835,5.011031,83.601654,7.244814,1.6515958,58.458767,1.252443,1.5027274,5.1611695,10.157268,21.83629,14.6629925,26.829525,184.54039,29.91017,14.490687,29.009577,7.0120397,84.21085,3.2683918,4.415721,5.9805107,63.84107,1.9462249,3.603727,11.9774885,10.508232,15.270123,5.061093,1.013069,64.13495,8.59366,187.6675,5.9623456,269.33276,16.980146,1077.8102,111.73716,4.0867624,7.6005826,151.74652,188.59729,933.185,865.286 +2023-03-02 06:00:00,0.0,2464.4722,27.478989,5.1838884,7.508988,25.145683,175.97362,25.340296,48.14197,21.527765,32.380733,150.0423,249.3197,12.422848,21.393494,13.085598,2.8327644,30.532156,38.291786,25.213285,410.23947,19.69974,341.76547,133.5033,27.463186,235.79752,166.09784,75.868484,742.3172,276.06137,1806.8832,41.539,2350.837,581.71356,29.437042,24.721495,161.6552,140.5369,269.6914,1117.7224,52.933468,12.540701,9.600998,709.9242,569.1613,66.29907,25.746351,239.71373,33.095158,298.3657,12.625199,45.808365,0.0,1451.2399,2286.515,0.3755507,35.816654,19.601204,16325.577,47.02931,1.6451744,18.643318,33.009346,30.12008,9.3200245,17.974693,385.47684,27.67602,14.814164,1.2704024,8.115848,487.87616,0.383619,249.81654,81.51129,2554.9333,130.69287,121.95644,177.75887,1239.9634,76.9825,64.95079,762.79034,59.65156,56.019535,10.524676,36.298874,218.87242,11.045615,8.554035,78.940865,16.783213,4597.268,21.56092,27.838709,18.931639,21.370378,352.48923,99.30848,30.92742,9.600508,10.654404,29.80064,69.466125,169.80264,46.482864,233.07924,30.693796,19.5965,94.0279,41.431854,24.30419,160.24544,18.800596,1.8568951,20.05125,11.838116,1300.2996,23.909008,7.137095,161.61089,21.966026,229.50166,90.20054,166.04053,8.401879,110.549866,511.11258,494.87747,47.09896,334.6064,111.15994,54.186077,70.07148,155.70438,26.353754,62.00774,464.349,15.682828,22.867062,342.92456,10.34447,6.5565667,85.73988,67.88055,698.5082,186.23013,173.72382,1972.1538,32.894062,1568.9347,1281.8933,6.338578,4.6893144,1313.7147,17.255878,8.8786955,346.03525,19.554636,39.599598,19.311323,60.78629,258.35507,306.68912,2.9050162,29.25265,50.414375,312.67142,5.0123796,83.60596,7.245497,1.6514273,58.452576,1.2525426,1.5026361,5.16087,10.157303,21.842646,14.671668,26.83629,184.67259,29.909946,14.487903,28.996975,7.010484,84.19657,3.2678766,4.41293,5.979839,63.83784,1.9441243,3.6022055,11.967431,10.542137,15.269585,5.058602,1.0146426,64.21721,8.59981,187.7206,5.9684987,269.61478,16.986298,1077.4941,111.8384,4.088768,7.604096,152.02985,188.95695,934.4881,865.1173 +2023-03-02 07:00:00,0.0,2466.0098,27.48063,5.1954465,7.5083985,25.160872,175.97641,25.347198,48.166103,21.532234,32.39303,150.06317,249.47437,12.432647,21.394167,13.081624,2.8316631,30.53731,38.256935,25.20327,410.27618,19.6768,341.69843,133.47131,27.435667,235.57706,166.0243,75.84615,742.0278,276.01907,1806.855,41.49537,2350.9023,580.98737,29.410746,24.69762,161.49673,140.61115,269.68314,1116.6135,52.947918,12.548724,9.600292,710.15735,568.59814,66.311264,25.765999,239.71198,33.08026,298.33276,12.623403,45.827034,0.0,1452.8401,2289.6377,0.37852034,35.81094,19.610594,16334.206,47.056034,1.646006,18.704762,33.11569,30.133299,9.321783,18.033531,385.5777,27.683739,14.847071,1.2735695,8.11665,488.14825,0.38351756,250.14236,81.45833,2555.4062,130.62152,122.01886,177.78009,1238.6106,76.91791,64.925255,762.1455,59.602013,55.975594,10.52804,36.298492,218.87558,11.045323,8.553402,78.96913,16.787628,4597.2188,21.56927,27.875,18.93994,21.38175,352.5,99.29375,30.958334,9.60372,10.65943,29.827328,69.521126,169.94518,46.53229,233.13782,30.695484,19.63294,94.05499,41.597916,24.384678,160.19693,18.788418,1.8639584,20.04407,11.864141,1304.2362,23.89408,7.2051487,161.59792,21.977457,229.64626,90.225,166.20297,8.401559,110.52986,511.6987,495.475,47.148552,335.73975,111.19861,54.28044,70.0772,155.58748,26.336208,61.981,464.45212,15.674791,22.85543,342.81137,10.344048,6.555664,85.72159,67.884224,698.5183,186.20364,173.73584,1972.2579,32.945076,1569.3895,1282.3246,6.3401976,4.689236,1313.6158,17.251347,8.880208,345.99252,19.558958,39.61125,19.322533,60.842262,258.5915,306.62012,2.9055834,29.256546,50.428066,312.90448,5.013728,83.61025,7.2461805,1.6512587,58.446384,1.2526423,1.5025449,5.1605706,10.157337,21.849,14.680344,26.843056,184.80481,29.909721,14.485119,28.984375,7.008929,84.18229,3.2673614,4.4101386,5.9791665,63.834618,1.9420238,3.6006837,11.957373,10.576041,15.269048,5.056111,1.0162162,64.29948,8.60596,187.77371,5.974652,269.8968,16.99245,1077.1781,111.93964,4.0907736,7.607609,152.31317,189.31664,935.7912,864.94867 +2023-03-02 08:00:00,0.0,2467.5476,27.482273,5.2070045,7.507809,25.176062,175.9792,25.354103,48.19023,21.536705,32.405327,150.08405,249.62904,12.442445,21.394838,13.07765,2.830562,30.542461,38.22208,25.193254,410.31287,19.65386,341.63138,133.43933,27.40815,235.35658,165.95079,75.82382,741.73834,275.97678,1806.8267,41.45174,2350.9678,580.26117,29.384449,24.673746,161.33826,140.68541,269.67484,1115.5048,52.962364,12.556747,9.599587,710.39056,568.03503,66.32345,25.785645,239.71019,33.06536,298.2998,12.621606,45.845703,0.0,1454.4403,2292.7605,0.38149002,35.805225,19.619984,16342.835,47.082756,1.6468377,18.766205,33.222023,30.146515,9.323543,18.092371,385.67856,27.691458,14.879977,1.2767365,8.117451,488.42032,0.38341612,250.4682,81.40537,2555.8792,130.55017,122.08128,177.80132,1237.2578,76.85332,64.89972,761.5007,59.552464,55.931656,10.5314045,36.298103,218.87872,11.045032,8.55277,78.9974,16.792042,4597.1694,21.577618,27.911291,18.948242,21.39312,352.51074,99.27902,30.989246,9.606933,10.664454,29.854017,69.57612,170.08772,46.581722,233.1964,30.69717,19.66938,94.08208,41.76398,24.465166,160.1484,18.776237,1.8710215,20.036888,11.890167,1308.1727,23.87915,7.273203,161.58495,21.988888,229.79086,90.249466,166.3654,8.401238,110.50986,512.28485,496.07257,47.198147,336.87308,111.237274,54.374805,70.08292,155.47058,26.31866,61.954254,464.55524,15.666755,22.8438,342.69818,10.343625,6.554762,85.703285,67.8879,698.5285,186.17714,173.74788,1972.3618,32.99609,1569.8442,1282.7559,6.3418164,4.6891575,1313.517,17.246815,8.881721,345.9498,19.563278,39.622902,19.333744,60.898235,258.8279,306.55112,2.9061506,29.260445,50.441757,313.13757,5.0150766,83.614555,7.246864,1.6510901,58.44019,1.2527418,1.5024536,5.160271,10.157372,21.855354,14.689019,26.849821,184.93701,29.909498,14.482334,28.971775,7.007374,84.168015,3.2668462,4.407347,5.9784946,63.83139,1.9399232,3.599162,11.947315,10.609946,15.26851,5.05362,1.0177897,64.38174,8.612109,187.82681,5.980805,270.1788,16.998604,1076.862,112.04088,4.0927796,7.611122,152.5965,189.6763,937.0943,864.77997 +2023-03-02 09:00:00,0.0,2469.0854,27.483913,5.218563,7.5072203,25.19125,175.98201,25.361006,48.21436,21.541174,32.417625,150.10492,249.7837,12.452244,21.39551,13.073676,2.8294609,30.547613,38.187225,25.183239,410.34958,19.630919,341.56436,133.40735,27.38063,235.13612,165.87726,75.80149,741.4489,275.93448,1806.7983,41.408108,2351.0332,579.5349,29.358152,24.64987,161.17978,140.75967,269.66656,1114.3959,52.976814,12.564771,9.598882,710.6238,567.4719,66.33564,25.80529,239.70844,33.050465,298.26685,12.619809,45.86437,0.0,1456.0404,2295.883,0.3844597,35.79951,19.629374,16351.464,47.10948,1.6476693,18.82765,33.328365,30.159733,9.325302,18.151209,385.77942,27.699177,14.912884,1.2799035,8.118252,488.69238,0.38331464,250.79402,81.35242,2556.3518,130.47882,122.1437,177.82254,1235.9049,76.78873,64.87419,760.85583,59.502914,55.88772,10.534768,36.297718,218.88188,11.04474,8.552136,79.025665,16.796457,4597.12,21.585966,27.94758,18.956543,21.404491,352.52148,99.2643,31.02016,9.610145,10.66948,29.880705,69.63111,170.23027,46.63115,233.25497,30.698856,19.70582,94.10917,41.930042,24.545654,160.0999,18.764057,1.8780847,20.029707,11.916193,1312.1093,23.86422,7.3412566,161.57198,22.000319,229.93546,90.273926,166.52785,8.400919,110.48985,512.871,496.6701,47.24774,338.0064,111.27594,54.46917,70.08863,155.3537,26.301115,61.927513,464.65836,15.658718,22.832167,342.585,10.343203,6.5538597,85.68499,67.89158,698.53864,186.15065,173.75992,1972.4658,33.047104,1570.2991,1283.1871,6.343436,4.6890793,1313.4182,17.242285,8.883232,345.90704,19.5676,39.634556,19.344955,60.954205,259.06436,306.48215,2.9067178,29.264343,50.45545,313.37064,5.016425,83.61886,7.247547,1.6509217,58.434,1.2528415,1.5023624,5.1599717,10.157408,21.86171,14.697695,26.856586,185.06921,29.909273,14.47955,28.959173,7.0058184,84.15373,3.2663307,4.4045563,5.977823,63.828163,1.9378225,3.5976405,11.937257,10.64385,15.267972,5.051129,1.0193634,64.464,8.618259,187.87993,5.986958,270.46085,17.004755,1076.546,112.14211,4.094785,7.6146355,152.87982,190.03598,938.3974,864.6113 +2023-03-02 10:00:00,0.0,2470.623,27.485556,5.230121,7.506631,25.20644,175.9848,25.367908,48.23849,21.545645,32.429924,150.1258,249.93839,12.462043,21.396183,13.069703,2.8283596,30.552765,38.152374,25.173222,410.38626,19.607979,341.4973,133.37535,27.353113,234.91565,165.80373,75.77915,741.1595,275.89218,1806.77,41.364475,2351.0986,578.8087,29.331854,24.625996,161.02132,140.83392,269.65826,1113.287,52.991264,12.572794,9.598176,710.857,566.90875,66.34783,25.824936,239.70667,33.03557,298.23392,12.618012,45.883038,0.0,1457.6406,2299.0059,0.38742936,35.7938,19.638763,16360.093,47.136204,1.648501,18.889093,33.4347,30.17295,9.327061,18.210049,385.88028,27.706896,14.94579,1.2830706,8.119053,488.96448,0.3832132,251.11986,81.29946,2556.8247,130.40747,122.206116,177.84377,1234.5521,76.72414,64.848656,760.211,59.453365,55.84378,10.538133,36.297333,218.88504,11.044448,8.551504,79.05393,16.80087,4597.071,21.594315,27.983871,18.964844,21.415863,352.53226,99.249565,31.051075,9.613357,10.674506,29.907393,69.686104,170.37282,46.680576,233.31355,30.700542,19.74226,94.13625,42.096104,24.626143,160.05139,18.751877,1.8851478,20.022528,11.942219,1316.0458,23.84929,7.409311,161.559,22.01175,230.08005,90.298386,166.69028,8.400599,110.46985,513.4571,497.26764,47.297333,339.13974,111.314606,54.563534,70.094345,155.2368,26.283567,61.900772,464.76147,15.6506815,22.820536,342.47183,10.34278,6.552957,85.66669,67.89526,698.54877,186.12416,173.77194,1972.5697,33.098118,1570.7538,1283.6184,6.345055,4.6890006,1313.3193,17.237753,8.884745,345.86432,19.57192,39.64621,19.356165,61.010178,259.30078,306.41315,2.907285,29.26824,50.469143,313.6037,5.0177736,83.62316,7.24823,1.6507531,58.427807,1.2529411,1.502271,5.1596723,10.157443,21.868065,14.70637,26.863352,185.20142,29.90905,14.476767,28.946573,7.004263,84.13945,3.2658155,4.401765,5.9771504,63.82494,1.9357219,3.596119,11.927199,10.677755,15.267434,5.048638,1.020937,64.54626,8.624409,187.93303,5.9931116,270.74286,17.010908,1076.2299,112.243355,4.096791,7.6181483,153.16315,190.39566,939.7005,864.4426 +2023-03-02 11:00:00,0.0,2472.161,27.487198,5.241679,7.5060415,25.22163,175.9876,25.374811,48.26262,21.550116,32.442223,150.14667,250.09305,12.471841,21.396854,13.065729,2.8272586,30.557917,38.11752,25.163206,410.42294,19.58504,341.43027,133.34337,27.325594,234.69519,165.7302,75.75682,740.87006,275.84988,1806.7417,41.320847,2351.1638,578.0825,29.305557,24.602121,160.86284,140.90819,269.65,1112.1781,53.00571,12.580817,9.59747,711.0902,566.34564,66.360016,25.844582,239.7049,33.020668,298.20096,12.616216,45.901703,0.0,1459.2407,2302.1287,0.39039904,35.788086,19.648151,16368.723,47.16293,1.6493326,18.950537,33.54104,30.186167,9.32882,18.268888,385.98114,27.714615,14.978697,1.2862376,8.119855,489.23654,0.38311172,251.44568,81.246506,2557.2974,130.33614,122.26853,177.86497,1233.1993,76.65954,64.82313,759.56616,59.403816,55.799843,10.541496,36.296947,218.8882,11.044155,8.550872,79.0822,16.805286,4597.021,21.602663,28.02016,18.973145,21.427233,352.543,99.23484,31.08199,9.616569,10.679532,29.93408,69.7411,170.51535,46.730007,233.37213,30.702229,19.7787,94.163345,42.262165,24.70663,160.00287,18.739697,1.892211,20.015347,11.968244,1319.9824,23.834362,7.4773645,161.54604,22.02318,230.22466,90.32285,166.85272,8.400279,110.449844,514.0432,497.8652,47.346928,340.27307,111.35327,54.657898,70.10006,155.11992,26.266022,61.87403,464.86462,15.642645,22.808905,342.35864,10.342358,6.552055,85.64839,67.89894,698.55896,186.09766,173.78398,1972.6738,33.14913,1571.2085,1284.0497,6.3466744,4.6889224,1313.2205,17.233221,8.886256,345.8216,19.576242,39.657864,19.367376,61.066147,259.53723,306.34415,2.9078522,29.272139,50.482834,313.8368,5.0191226,83.62746,7.2489133,1.6505846,58.421616,1.2530408,1.5021797,5.1593733,10.157478,21.87442,14.715046,26.870117,185.33362,29.908825,14.473982,28.933971,7.0027075,84.12517,3.2653003,4.398974,5.9764786,63.821712,1.9336213,3.5945973,11.917142,10.711659,15.266897,5.046147,1.0225105,64.628525,8.630559,187.98613,5.9992647,271.02487,17.017061,1075.9138,112.34459,4.0987964,7.6216617,153.44647,190.75533,941.0036,864.2739 +2023-03-02 12:00:00,0.0,2473.6985,27.48884,5.2532372,7.505452,25.236818,175.99039,25.381714,48.286747,21.554585,32.45452,150.16754,250.24773,12.48164,21.397526,13.061755,2.8261573,30.563068,38.08267,25.15319,410.45966,19.5621,341.36322,133.31139,27.298075,234.47473,165.65668,75.73449,740.5806,275.8076,1806.7134,41.277214,2351.2292,577.35626,29.27926,24.578245,160.70436,140.98245,269.6417,1111.0692,53.02016,12.5888405,9.5967655,711.32336,565.78253,66.37221,25.864227,239.70314,33.00577,298.168,12.614419,45.920372,0.0,1460.841,2305.2515,0.3933687,35.78237,19.657541,16377.352,47.189655,1.6501644,19.011982,33.647377,30.199385,9.330579,18.327726,386.082,27.722334,15.011603,1.2894046,8.120656,489.50864,0.38301027,251.77151,81.19355,2557.7703,130.26479,122.33095,177.8862,1231.8464,76.59495,64.79759,758.9213,59.354267,55.755905,10.544861,36.296562,218.89134,11.043863,8.550239,79.110466,16.809702,4596.9717,21.611012,28.056452,18.981447,21.438604,352.55374,99.22011,31.112904,9.619781,10.684557,29.960768,69.79609,170.6579,46.779434,233.43071,30.703917,19.81514,94.19043,42.428226,24.787119,159.95436,18.727516,1.8992742,20.008165,11.994269,1323.919,23.819431,7.5454187,161.53307,22.03461,230.36925,90.34731,167.01515,8.399959,110.42984,514.62933,498.46274,47.39652,341.4064,111.39194,54.752266,70.10578,155.00302,26.248474,61.847286,464.96774,15.634608,22.797274,342.24545,10.341935,6.5511527,85.63009,67.90262,698.5691,186.07117,173.796,1972.7777,33.200146,1571.6633,1284.481,6.348294,4.688844,1313.1216,17.22869,8.887769,345.77887,19.580564,39.669518,19.378588,61.12212,259.77365,306.27515,2.9084194,29.276035,50.496525,314.06985,5.020471,83.63176,7.2495966,1.650416,58.415424,1.2531403,1.5020885,5.159074,10.157513,21.880775,14.723722,26.87688,185.46584,29.908602,14.471198,28.921371,7.0011525,84.110886,3.264785,4.3961825,5.975806,63.818485,1.9315207,3.5930758,11.9070835,10.745564,15.266359,5.043656,1.0240842,64.710785,8.636708,188.03925,6.005418,271.3069,17.023212,1075.5978,112.44582,4.100802,7.6251745,153.7298,191.115,942.30664,864.1053 +2023-03-02 13:00:00,0.0,2475.2363,27.490482,5.264796,7.504863,25.252008,175.99318,25.388617,48.310875,21.559055,32.46682,150.18843,250.40239,12.491439,21.3982,13.057781,2.825056,30.56822,38.047813,25.143175,410.49634,19.53916,341.2962,133.2794,27.270557,234.25426,165.58315,75.71216,740.2912,275.7653,1806.685,41.233585,2351.2947,576.63007,29.252964,24.55437,160.54588,141.0567,269.63342,1109.9603,53.03461,12.596865,9.59606,711.5566,565.2194,66.3844,25.883873,239.70139,32.99087,298.13507,12.612622,45.939037,0.0,1462.4412,2308.374,0.39633837,35.776657,19.666931,16385.98,47.216377,1.650996,19.073425,33.753716,30.212603,9.332338,18.386566,386.18286,27.730053,15.04451,1.2925717,8.121457,489.7807,0.3829088,252.09734,81.14059,2558.243,130.19344,122.39337,177.90742,1230.4937,76.53036,64.772064,758.2765,59.304718,55.711967,10.548224,36.296173,218.8945,11.043571,8.549606,79.13873,16.814116,4596.9224,21.61936,28.092741,18.989748,21.449976,352.5645,99.20538,31.143818,9.622993,10.689583,29.987457,69.85108,170.80045,46.828865,233.48929,30.705603,19.85158,94.21752,42.594288,24.867607,159.90585,18.715336,1.9063374,20.000986,12.020295,1327.8555,23.804502,7.6134725,161.5201,22.046041,230.51384,90.37177,167.1776,8.399638,110.409836,515.21545,499.0603,47.446114,342.53973,111.4306,54.84663,70.111496,154.88612,26.230928,61.820545,465.07086,15.626572,22.785643,342.1323,10.341513,6.5502505,85.61179,67.906296,698.5792,186.04466,173.80804,1972.8817,33.25116,1572.118,1284.9122,6.349913,4.6887655,1313.0227,17.224157,8.88928,345.73615,19.584885,39.681168,19.389797,61.178093,260.0101,306.20615,2.9089866,29.279934,50.510216,314.30292,5.0218196,83.63606,7.25028,1.6502476,58.409233,1.25324,1.5019972,5.1587744,10.157548,21.887129,14.732398,26.883646,185.59804,29.908377,14.468413,28.90877,6.999597,84.0966,3.2642698,4.393391,5.9751344,63.81526,1.92942,3.591554,11.897026,10.779469,15.265821,5.041165,1.0256578,64.793045,8.6428585,188.09235,6.011571,271.5889,17.029366,1075.2817,112.547066,4.1028075,7.628688,154.01312,191.47467,943.60974,863.9366 +2023-03-02 14:00:00,0.0,2476.774,27.492125,5.276354,7.5042734,25.267197,175.99597,25.39552,48.335007,21.563524,32.47912,150.2093,250.55707,12.501237,21.39887,13.053807,2.823955,30.573374,38.012962,25.13316,410.53305,19.51622,341.22916,133.24742,27.243038,234.0338,165.50961,75.68983,740.0018,275.723,1806.6567,41.189953,2351.36,575.9039,29.226665,24.530497,160.38742,141.13097,269.62512,1108.8514,53.04906,12.604888,9.595354,711.7898,564.65625,66.39658,25.903519,239.69962,32.975975,298.1021,12.610826,45.957706,0.0,1464.0413,2311.4968,0.39930806,35.770943,19.676321,16394.61,47.243103,1.6518277,19.134869,33.860054,30.225819,9.334098,18.445404,386.28372,27.737772,15.077416,1.2957388,8.122258,490.0528,0.38280734,252.42317,81.08763,2558.7158,130.12209,122.45579,177.92865,1229.1407,76.46577,64.74653,757.63165,59.25517,55.66803,10.551589,36.29579,218.89766,11.04328,8.548974,79.16701,16.818531,4596.873,21.627708,28.129032,18.998049,21.461346,352.57526,99.19065,31.17473,9.626205,10.694609,30.014145,69.906075,170.943,46.878292,233.54787,30.707289,19.88802,94.244606,42.76035,24.948095,159.85733,18.703156,1.9134005,19.993805,12.046321,1331.792,23.789572,7.6815267,161.50713,22.057472,230.65845,90.39624,167.34003,8.399319,110.38983,515.8016,499.65784,47.495705,343.67307,111.46927,54.940994,70.11721,154.76924,26.21338,61.793804,465.17398,15.618535,22.774012,342.0191,10.34109,6.549348,85.59349,67.90997,698.5894,186.01817,173.82007,1972.9856,33.302174,1572.5729,1285.3435,6.351532,4.6886873,1312.924,17.219625,8.890793,345.69342,19.589207,39.69282,19.401009,61.234062,260.24652,306.13715,2.9095538,29.283833,50.523907,314.536,5.023168,83.640366,7.250963,1.650079,58.40304,1.2533396,1.501906,5.158475,10.157583,21.893484,14.741074,26.890411,185.73024,29.908154,14.46563,28.89617,6.9980416,84.08233,3.2637546,4.3906,5.9744625,63.812035,1.9273194,3.5900323,11.886968,10.813374,15.265284,5.038674,1.0272313,64.875305,8.649008,188.14546,6.017724,271.8709,17.035519,1074.9657,112.6483,4.104813,7.632201,154.29643,191.83435,944.91284,863.76794 +2023-03-02 15:00:00,0.0,2478.3118,27.493767,5.287912,7.5036845,25.282387,175.99876,25.402422,48.359135,21.567995,32.491417,150.23018,250.71173,12.511036,21.399542,13.049833,2.8228538,30.578526,37.978107,25.123144,410.56973,19.49328,341.1621,133.21542,27.215519,233.81332,165.43608,75.667496,739.71234,275.6807,1806.6284,41.14632,2351.4255,575.1776,29.200369,24.50662,160.22894,141.20523,269.61685,1107.7426,53.063507,12.612911,9.594648,712.023,564.09314,66.408775,25.923164,239.69785,32.961075,298.06915,12.609029,45.97637,0.0,1465.6415,2314.6196,0.4022777,35.765232,19.68571,16403.238,47.269825,1.6526593,19.196312,33.966393,30.239037,9.335856,18.504244,386.3846,27.745491,15.110323,1.2989058,8.123059,490.32486,0.3827059,252.749,81.034676,2559.1885,130.05074,122.518196,177.94986,1227.788,76.40117,64.721,756.9868,59.20562,55.624092,10.554953,36.295403,218.90082,11.042988,8.548341,79.195274,16.822947,4596.8237,21.636057,28.165323,19.006351,21.472717,352.586,99.17593,31.205645,9.629417,10.699634,30.040833,69.96107,171.08553,46.927723,233.60643,30.708975,19.92446,94.2717,42.92641,25.028584,159.80882,18.690977,1.9204637,19.986624,12.072347,1335.7285,23.774643,7.7495804,161.49416,22.068903,230.80304,90.4207,167.50247,8.398998,110.36983,516.3877,500.25537,47.5453,344.8064,111.50793,55.03536,70.122925,154.65234,26.195835,61.767063,465.2771,15.610497,22.76238,341.9059,10.340668,6.5484457,85.57519,67.91365,698.59955,185.99168,173.8321,1973.0896,33.353188,1573.0276,1285.7749,6.3531513,4.6886086,1312.8251,17.215096,8.892304,345.6507,19.593527,39.704475,19.41222,61.290035,260.48294,306.06815,2.910121,29.28773,50.537598,314.76907,5.0245166,83.64466,7.2516465,1.6499104,58.39685,1.2534393,1.5018147,5.1581755,10.1576185,21.89984,14.749749,26.897177,185.86244,29.90793,14.462846,28.883568,6.9964867,84.06805,3.2632394,4.387809,5.97379,63.80881,1.9252188,3.5885108,11.87691,10.847278,15.264747,5.036183,1.0288049,64.95757,8.655158,188.19856,6.023877,272.15292,17.041672,1074.6497,112.74954,4.1068187,7.635714,154.57976,192.19403,946.21594,863.59924 +2023-03-02 16:00:00,0.0,2479.8496,27.495407,5.29947,7.503095,25.297577,176.00156,25.409325,48.383263,21.572464,32.503716,150.25105,250.86641,12.520835,21.400215,13.045859,2.8217525,30.583677,37.943253,25.113129,410.6064,19.47034,341.0951,133.18344,27.188002,233.59286,165.36256,75.64516,739.4229,275.6384,1806.6002,41.10269,2351.491,574.4514,29.174072,24.482746,160.07047,141.27948,269.60855,1106.6337,53.077957,12.6209345,9.593944,712.2562,563.53,66.42097,25.94281,239.69608,32.94618,298.03622,12.607232,45.99504,0.0,1467.2417,2317.7424,0.4052474,35.759518,19.6951,16411.867,47.29655,1.653491,19.257757,34.07273,30.252254,9.337616,18.563082,386.48547,27.753212,15.1432295,1.3020729,8.123861,490.59692,0.38260442,253.07483,80.98172,2559.6614,129.97939,122.58061,177.97108,1226.4352,76.33658,64.695465,756.342,59.15607,55.58015,10.558317,36.295017,218.90396,11.042696,8.5477085,79.22354,16.82736,4596.7744,21.644405,28.201612,19.014652,21.484089,352.59677,99.161194,31.236559,9.632629,10.704659,30.06752,70.01606,171.22807,46.97715,233.66501,30.710663,19.9609,94.29878,43.092472,25.109072,159.7603,18.678797,1.9275268,19.979443,12.098372,1339.6652,23.759714,7.8176346,161.48119,22.080334,230.94763,90.44516,167.6649,8.398678,110.34982,516.9738,500.85294,47.594894,345.93973,111.54659,55.129723,70.12864,154.53545,26.178288,61.740322,465.38022,15.602461,22.75075,341.79272,10.340245,6.5475435,85.55689,67.91733,698.6097,185.96518,173.84413,1973.1936,33.4042,1573.4824,1286.2062,6.3547707,4.6885304,1312.7262,17.210564,8.893817,345.60797,19.597849,39.71613,19.42343,61.34601,260.7194,305.99918,2.9106882,29.291628,50.55129,315.00214,5.025865,83.648964,7.25233,1.6497419,58.39066,1.2535388,1.5017235,5.157876,10.157654,21.906195,14.758425,26.903942,185.99466,29.907705,14.460061,28.870968,6.994931,84.053764,3.2627242,4.385018,5.9731183,63.805584,1.9231182,3.5869892,11.866852,10.881183,15.264209,5.0336914,1.0303786,65.03983,8.661307,188.25168,6.0300307,272.43494,17.047823,1074.3335,112.85078,4.1088247,7.6392274,154.86308,192.5537,947.51904,863.4306 +2023-03-02 17:00:00,0.0,2481.3872,27.49705,5.3110285,7.502506,25.312765,176.00436,25.416227,48.407394,21.576935,32.516014,150.27193,251.02107,12.530633,21.400887,13.041886,2.8206515,30.588829,37.9084,25.103113,410.64313,19.447401,341.02805,133.15146,27.160482,233.3724,165.28903,75.622826,739.1335,275.5961,1806.5719,41.05906,2351.5564,573.7252,29.147776,24.458872,159.912,141.35374,269.60025,1105.5248,53.092407,12.628958,9.593238,712.4894,562.96686,66.43315,25.962456,239.6943,32.93128,298.00327,12.605435,46.013706,0.0,1468.8418,2320.8652,0.40821704,35.753803,19.70449,16420.498,47.323273,1.6543226,19.3192,34.17907,30.26547,9.339375,18.621922,386.58633,27.760931,15.176136,1.3052399,8.124662,490.86902,0.38250297,253.40065,80.928764,2560.134,129.90804,122.643036,177.99231,1225.0823,76.27199,64.66993,755.69714,59.106525,55.536213,10.561681,36.294632,218.90712,11.042404,8.547075,79.25181,16.831776,4596.7246,21.652754,28.237904,19.022953,21.495459,352.6075,99.14647,31.267473,9.635841,10.709685,30.094208,70.07105,171.37062,47.02658,233.72359,30.712349,19.99734,94.325874,43.258537,25.18956,159.71179,18.666616,1.93459,19.972263,12.124397,1343.6017,23.744783,7.8856883,161.46822,22.091764,231.09224,90.46963,167.82735,8.398358,110.32982,517.55994,501.45047,47.644485,347.07306,111.58526,55.224087,70.13436,154.41856,26.160742,61.713577,465.48334,15.594424,22.739117,341.67957,10.339823,6.546641,85.53859,67.921005,698.6199,185.93869,173.85617,1973.2976,33.455215,1573.9371,1286.6375,6.35639,4.688452,1312.6273,17.206032,8.8953285,345.56525,19.602169,39.727783,19.43464,61.401978,260.9558,305.93018,2.9112554,29.295525,50.56498,315.23523,5.0272136,83.65327,7.253013,1.6495733,58.384468,1.2536385,1.5016322,5.1575766,10.157688,21.912548,14.7671,26.910707,186.12686,29.907482,14.457277,28.858366,6.993376,84.03948,3.262209,4.3822265,5.9724464,63.802357,1.9210176,3.5854676,11.856794,10.915087,15.263671,5.0312004,1.0319521,65.12209,8.667458,188.30478,6.036184,272.71695,17.053976,1074.0175,112.95202,4.1108303,7.6427402,155.14641,192.91338,948.82214,863.2619 +2023-03-02 18:00:00,0.0,2482.925,27.498692,5.3225865,7.5019164,25.327955,176.00716,25.42313,48.431522,21.581404,32.528313,150.2928,251.17575,12.540432,21.401558,13.037912,2.8195503,30.59398,37.873547,25.093098,410.6798,19.424461,340.961,133.11948,27.132965,233.15193,165.2155,75.600494,738.8441,275.5538,1806.5436,41.015427,2351.6218,572.99896,29.121479,24.434996,159.75351,141.42801,269.59198,1104.4159,53.106853,12.636981,9.592532,712.7226,562.40375,66.44534,25.982101,239.69255,32.91638,297.9703,12.603638,46.032375,0.0,1470.442,2323.9878,0.41118672,35.74809,19.71388,16429.127,47.35,1.6551543,19.380644,34.285408,30.278688,9.341134,18.680761,386.6872,27.76865,15.209043,1.308407,8.1254635,491.14108,0.3824015,253.72649,80.87581,2560.607,129.83669,122.70545,178.01353,1223.7295,76.2074,64.6444,755.05237,59.056976,55.492275,10.565045,36.294247,218.91028,11.042112,8.546443,79.280075,16.83619,4596.6753,21.661102,28.274193,19.031254,21.50683,352.61826,99.131744,31.298388,9.639054,10.71471,30.120897,70.126045,171.51317,47.076008,233.78217,30.714035,20.03378,94.35296,43.4246,25.270048,159.66328,18.654436,1.9416533,19.965082,12.150423,1347.5382,23.729855,7.9537425,161.45525,22.103195,231.23683,90.49409,167.98978,8.398038,110.309814,518.14606,502.048,47.69408,348.2064,111.623924,55.31845,70.140076,154.30167,26.143194,61.686836,465.58646,15.586388,22.727486,341.56638,10.3394,6.5457387,85.520294,67.92468,698.63,185.91219,173.8682,1973.4016,33.506233,1574.392,1287.0687,6.3580093,4.6883736,1312.5286,17.2015,8.896841,345.5225,19.606491,39.739437,19.445852,61.45795,261.19226,305.86118,2.9118226,29.299423,50.57867,315.4683,5.028562,83.65757,7.253696,1.6494049,58.378277,1.2537382,1.5015409,5.157277,10.157723,21.918903,14.775776,26.917473,186.25906,29.907257,14.454493,28.845766,6.991821,84.0252,3.2616937,4.379435,5.971774,63.799133,1.918917,3.5839458,11.846736,10.948992,15.263133,5.0287094,1.0335257,65.20435,8.673607,188.3579,6.042337,272.999,17.06013,1073.7014,113.05325,4.112836,7.6462536,155.42973,193.27304,950.12524,863.0932 +2023-03-02 19:00:00,0.0,2484.4626,27.500334,5.3341446,7.501327,25.343145,176.00995,25.430033,48.45565,21.585875,32.540607,150.31367,251.33041,12.55023,21.402231,13.033938,2.818449,30.599133,37.838696,25.083082,410.7165,19.401522,340.89398,133.0875,27.105446,232.93147,165.14198,75.57816,738.5547,275.5115,1806.5153,40.971798,2351.687,572.27277,29.09518,24.411121,159.59505,141.50226,269.58368,1103.307,53.121304,12.645004,9.591827,712.9558,561.84064,66.457535,26.001749,239.6908,32.90148,297.93738,12.601841,46.05104,0.0,1472.0421,2327.1106,0.4141564,35.742374,19.72327,16437.756,47.376724,1.655986,19.44209,34.391747,30.291904,9.342894,18.7396,386.78806,27.77637,15.241949,1.311574,8.126265,491.41318,0.38230005,254.0523,80.822845,2561.0796,129.76534,122.76787,178.03476,1222.3766,76.14281,64.618866,754.40753,59.007427,55.448338,10.568409,36.29386,218.91344,11.041821,8.545811,79.30834,16.840605,4596.626,21.66945,28.310484,19.039557,21.5182,352.62903,99.11701,31.329302,9.642266,10.719736,30.147585,70.18104,171.6557,47.12544,233.84074,30.715721,20.070219,94.38005,43.59066,25.350536,159.61476,18.642256,1.9487164,19.957901,12.176449,1351.4747,23.714924,8.021796,161.44228,22.114626,231.38144,90.51855,168.15222,8.397717,110.28981,518.7322,502.64557,47.74367,349.33972,111.66259,55.412815,70.14579,154.18478,26.125648,61.660095,465.6896,15.578351,22.715855,341.4532,10.338978,6.5448365,85.50199,67.92836,698.64014,185.8857,173.88023,1973.5055,33.557247,1574.8467,1287.5,6.3596287,4.6882954,1312.4297,17.196968,8.898354,345.47977,19.610813,39.751087,19.457062,61.51392,261.42868,305.79218,2.9123898,29.303322,50.592365,315.70135,5.0299106,83.661865,7.2543793,1.6492363,58.372086,1.2538378,1.5014497,5.1569777,10.157759,21.925259,14.7844515,26.924238,186.39127,29.907034,14.451709,28.833166,6.9902654,84.01092,3.2611785,4.376644,5.971102,63.795906,1.9168164,3.5824242,11.8366785,10.982896,15.262596,5.0262184,1.0350993,65.28662,8.679757,188.411,6.04849,273.281,17.06628,1073.3854,113.15449,4.1148415,7.6497664,155.71306,193.63272,951.42834,862.92456 +2023-03-02 20:00:00,0.0,2486.0005,27.501976,5.3457026,7.500738,25.358334,176.01274,25.436937,48.479782,21.590343,32.552906,150.33455,251.48509,12.560029,21.402903,13.029964,2.8173478,30.604284,37.80384,25.073067,410.7532,19.378582,340.82693,133.0555,27.077927,232.711,165.06845,75.55583,738.26526,275.4692,1806.4869,40.928165,2351.7524,571.5466,29.068884,24.387247,159.43657,141.57652,269.5754,1102.1981,53.135754,12.653028,9.591122,713.189,561.2775,66.46973,26.021395,239.68903,32.886585,297.90442,12.600044,46.06971,0.0,1473.6423,2330.2334,0.41712606,35.736664,19.73266,16446.385,47.403446,1.6568177,19.503532,34.498085,30.305122,9.344652,18.798439,386.88892,27.784088,15.274856,1.314741,8.127066,491.68524,0.3821986,254.37814,80.76989,2561.5525,129.69398,122.830284,178.05597,1221.0238,76.07821,64.59334,753.7627,58.95788,55.4044,10.571774,36.293472,218.91658,11.041529,8.545177,79.33661,16.84502,4596.5767,21.6778,28.346775,19.047857,21.529572,352.63977,99.10229,31.360214,9.645478,10.724762,30.174273,70.23603,171.79825,47.174866,233.89932,30.71741,20.106659,94.407135,43.75672,25.431025,159.56625,18.630075,1.9557796,19.950722,12.202475,1355.4114,23.699995,8.08985,161.4293,22.126057,231.52603,90.543015,168.31465,8.397398,110.269806,519.3183,503.2431,47.793266,350.47305,111.701256,55.50718,70.151505,154.06789,26.1081,61.633354,465.79272,15.570314,22.704224,341.34003,10.338555,6.543934,85.483696,67.93204,698.65027,185.8592,173.89226,1973.6095,33.60826,1575.3015,1287.9313,6.361248,4.6882167,1312.3308,17.192436,8.899865,345.43704,19.615133,39.76274,19.468273,61.569893,261.66513,305.72318,2.912957,29.307219,50.606056,315.93442,5.031259,83.66617,7.2550626,1.6490678,58.365894,1.2539374,1.5013584,5.156678,10.157794,21.931614,14.793127,26.931004,186.52348,29.906809,14.448924,28.820564,6.98871,83.99664,3.2606633,4.3738527,5.97043,63.79268,1.9147158,3.5809026,11.826621,11.016801,15.262058,5.0237274,1.036673,65.36888,8.685907,188.4641,6.054643,273.56302,17.072433,1073.0693,113.25573,4.116847,7.65328,155.99638,193.9924,952.73145,862.75586 +2023-03-02 21:00:00,0.0,2487.538,27.503618,5.357261,7.500149,25.373524,176.01553,25.44384,48.50391,21.594814,32.565205,150.35542,251.63976,12.569828,21.403574,13.0259905,2.8162467,30.609438,37.76899,25.063051,410.7899,19.355642,340.7599,133.02351,27.05041,232.49054,164.99492,75.5335,737.9758,275.4269,1806.4586,40.884533,2351.8179,570.8203,29.042587,24.36337,159.27809,141.65079,269.5671,1101.0894,53.1502,12.661051,9.590416,713.4222,560.71436,66.48191,26.04104,239.68726,32.87169,297.87146,12.598248,46.088375,0.0,1475.2424,2333.3562,0.42009574,35.73095,19.742048,16455.014,47.430172,1.6576493,19.564976,34.604424,30.31834,9.346412,18.857277,386.98978,27.791807,15.307762,1.317908,8.127868,491.9573,0.38209713,254.70396,80.716934,2562.0251,129.62265,122.8927,178.0772,1219.671,76.01362,64.5678,753.11786,58.90833,55.360462,10.575137,36.29309,218.91974,11.041236,8.544545,79.364876,16.849434,4596.5273,21.686148,28.383064,19.056158,21.540943,352.6505,99.087555,31.391129,9.64869,10.729788,30.20096,70.29102,171.9408,47.224293,233.9579,30.719095,20.143097,94.43423,43.922783,25.511513,159.51775,18.617895,1.9628427,19.94354,12.2285,1359.3479,23.685066,8.157905,161.41634,22.137487,231.67062,90.567474,168.4771,8.397078,110.2498,519.9044,503.84064,47.842857,351.60638,111.73992,55.601543,70.15722,153.95099,26.090555,61.60661,465.89584,15.562278,22.692593,341.22684,10.338133,6.5430317,85.46539,67.935715,698.66046,185.8327,173.9043,1973.7134,33.659275,1575.7562,1288.3625,6.362867,4.6881385,1312.2319,17.187906,8.901378,345.39432,19.619455,39.774395,19.479485,61.625866,261.90155,305.65417,2.9135242,29.311117,50.619747,316.1675,5.032608,83.67047,7.255746,1.6488992,58.359703,1.254037,1.5012672,5.1563787,10.157829,21.937967,14.801804,26.937769,186.65569,29.906586,14.44614,28.807964,6.9871545,83.98236,3.260148,4.371062,5.969758,63.789455,1.9126152,3.579381,11.816563,11.050705,15.26152,5.0212364,1.0382465,65.45114,8.692057,188.51721,6.0607967,273.84503,17.078587,1072.7533,113.356964,4.1188526,7.656793,156.27971,194.35207,954.03455,862.5872 +2023-03-02 22:00:00,0.0,2489.076,27.50526,5.368819,7.4995594,25.388712,176.01833,25.450743,48.528038,21.599283,32.577503,150.3763,251.79443,12.579626,21.404247,13.022017,2.8151455,30.61459,37.734135,25.053036,410.8266,19.3327,340.69284,132.99153,27.02289,232.27008,164.92139,75.51116,737.6864,275.3846,1806.4303,40.840904,2351.8833,570.0941,29.01629,24.339497,159.11961,141.72505,269.55884,1099.9805,53.16465,12.669074,9.58971,713.6554,560.15125,66.4941,26.060686,239.6855,32.85679,297.83853,12.596451,46.107044,0.0,1476.8427,2336.4788,0.4230654,35.725235,19.751438,16463.643,47.456894,1.6584809,19.626421,34.710762,30.331556,9.34817,18.916117,387.09064,27.799526,15.340668,1.3210751,8.128669,492.2294,0.38199568,255.0298,80.66398,2562.498,129.5513,122.955124,178.09842,1218.3181,75.94903,64.542274,752.473,58.85878,55.316525,10.578502,36.2927,218.9229,11.040944,8.543913,79.39314,16.85385,4596.478,21.694496,28.419355,19.06446,21.552313,352.6613,99.07283,31.422043,9.651903,10.734813,30.227648,70.346016,172.08334,47.273724,234.01648,30.720781,20.179537,94.46131,44.088844,25.592001,159.46922,18.605715,1.9699059,19.93636,12.254526,1363.2844,23.670135,8.225958,161.40337,22.148918,231.81523,90.591934,168.63953,8.396758,110.2298,520.49054,504.4382,47.892452,352.73972,111.77859,55.69591,70.16294,153.8341,26.073008,61.57987,465.99896,15.554241,22.680962,341.11365,10.33771,6.5421295,85.4471,67.93939,698.6706,185.80621,173.91632,1973.8174,33.71029,1576.211,1288.7938,6.364486,4.68806,1312.1332,17.183374,8.902889,345.3516,19.623775,39.78605,19.490694,61.681835,262.13797,305.58517,2.9140913,29.315014,50.63344,316.40057,5.0339565,83.674774,7.256429,1.6487308,58.35351,1.2541367,1.5011759,5.1560793,10.157864,21.944323,14.810479,26.944534,186.78789,29.90636,14.4433565,28.795362,6.9855995,83.96808,3.2596328,4.3682704,5.969086,63.78623,1.9105145,3.5778594,11.806505,11.08461,15.2609825,5.0187454,1.0398201,65.5334,8.698207,188.57031,6.06695,274.12704,17.08474,1072.4373,113.458206,4.120858,7.660306,156.56303,194.71175,955.3376,862.4185 +2023-03-02 23:00:00,0.0,2490.6135,27.5069,5.3803773,7.49897,25.403902,176.02112,25.457645,48.55217,21.603754,32.5898,150.39719,251.94911,12.589425,21.404919,13.018043,2.8140442,30.619741,37.699284,25.04302,410.86328,19.309761,340.62582,132.95955,26.99537,232.0496,164.84787,75.48883,737.397,275.34232,1806.402,40.79727,2351.9487,569.3679,28.989992,24.315622,158.96115,141.7993,269.55054,1098.8716,53.1791,12.677097,9.589005,713.8886,559.58813,66.506294,26.080332,239.68372,32.841892,297.80557,12.594654,46.12571,0.0,1478.4429,2339.6016,0.42603508,35.71952,19.760828,16472.271,47.48362,1.6593126,19.687864,34.8171,30.344774,9.34993,18.974955,387.1915,27.807245,15.373574,1.3242421,8.12947,492.50146,0.3818942,255.35562,80.61102,2562.9707,129.47995,123.01753,178.11964,1216.9653,75.88444,64.51674,751.8282,58.80923,55.272587,10.581866,36.292316,218.92606,11.040652,8.54328,79.42141,16.858265,4596.428,21.702845,28.455645,19.072762,21.563684,352.67203,99.0581,31.452957,9.655115,10.739839,30.254337,70.40101,172.22588,47.32315,234.07506,30.722467,20.215977,94.4884,44.254906,25.67249,159.42072,18.593534,1.9769691,19.929178,12.280551,1367.221,23.655207,8.294012,161.3904,22.160349,231.95982,90.6164,168.80197,8.396438,110.20979,521.07666,505.03574,47.942043,353.87305,111.817245,55.790276,70.168655,153.71721,26.055462,61.553127,466.10208,15.546205,22.66933,341.00046,10.337289,6.541227,85.428795,67.94308,698.6807,185.77971,173.92836,1973.9214,33.761303,1576.6658,1289.2251,6.3661056,4.6879816,1312.0343,17.178843,8.904402,345.30887,19.628098,39.797703,19.501905,61.73781,262.37442,305.5162,2.9146585,29.318913,50.64713,316.63364,5.035305,83.67907,7.2571125,1.6485622,58.34732,1.2542363,1.5010847,5.15578,10.157899,21.950678,14.819155,26.9513,186.92009,29.906137,14.440572,28.782763,6.984044,83.9538,3.2591176,4.365479,5.968414,63.783005,1.9084139,3.5763378,11.796447,11.118514,15.260446,5.0162544,1.0413936,65.61567,8.704356,188.62343,6.073103,274.40906,17.09089,1072.1211,113.55944,4.122864,7.6638193,156.84636,195.07141,956.6407,862.2498 +2023-03-03 00:00:00,0.0,2492.1514,27.508543,5.391936,7.4983807,25.419092,176.02393,25.464548,48.576298,21.608223,32.6021,150.41806,252.10378,12.599224,21.405592,13.014069,2.8129432,30.624893,37.66443,25.033005,410.89996,19.286821,340.55878,132.92757,26.967854,231.82915,164.77434,75.4665,737.10754,275.30002,1806.3737,40.753643,2352.0142,568.64166,28.963696,24.291746,158.80267,141.87357,269.54227,1097.7627,53.19355,12.685122,9.5883,714.1218,559.02496,66.51848,26.099977,239.68196,32.826992,297.7726,12.592857,46.14438,0.0,1480.043,2342.7244,0.42900476,35.713806,19.770218,16480.9,47.51034,1.6601442,19.749308,34.92344,30.357992,9.351689,19.033794,387.29236,27.814964,15.406481,1.3274091,8.130271,492.77356,0.38179275,255.68146,80.55806,2563.4436,129.4086,123.07995,178.14085,1215.6125,75.81985,64.49121,751.18335,58.75968,55.22865,10.58523,36.29193,218.9292,11.04036,8.542647,79.44968,16.862679,4596.379,21.711193,28.491936,19.081062,21.575056,352.6828,99.04337,31.483871,9.658327,10.744864,30.281025,70.456,172.36842,47.37258,234.13362,30.724155,20.252417,94.51549,44.420967,25.752977,159.37221,18.581356,1.9840323,19.921999,12.306577,1371.1576,23.640278,8.362066,161.37743,22.17178,232.10442,90.64086,168.9644,8.396117,110.18979,521.6628,505.6333,47.99164,355.00638,111.85591,55.88464,70.17437,153.60033,26.037914,61.526386,466.2052,15.538168,22.657698,340.8873,10.336866,6.5403247,85.41049,67.946754,698.6909,185.75322,173.94038,1974.0254,33.812317,1577.1206,1289.6565,6.367725,4.687903,1311.9354,17.17431,8.905913,345.26614,19.632418,39.809357,19.513115,61.793777,262.61084,305.4472,2.9152257,29.322811,50.66082,316.86673,5.0366535,83.68337,7.257796,1.6483936,58.34113,1.254336,1.5009934,5.1554804,10.157934,21.957033,14.82783,26.958065,187.0523,29.905914,14.437788,28.77016,6.9824886,83.939514,3.2586024,4.362688,5.967742,63.779778,1.9063133,3.574816,11.786389,11.152419,15.259908,5.0137634,1.0429673,65.69793,8.710506,188.67653,6.079256,274.69107,17.097044,1071.805,113.66068,4.1248693,7.667332,157.12968,195.43109,957.9438,862.0812 +2023-03-03 01:00:00,0.0,2493.6892,27.510185,5.403494,7.4977913,25.43428,176.02672,25.47145,48.600426,21.612694,32.6144,150.43893,252.25845,12.609022,21.406263,13.010096,2.811842,30.630045,37.629574,25.02299,410.93668,19.263882,340.49173,132.89557,26.940334,231.60867,164.7008,75.44417,736.8181,275.25772,1806.3455,40.71001,2352.0796,567.91547,28.937399,24.267872,158.6442,141.94783,269.53397,1096.6538,53.207996,12.693145,9.587594,714.35504,558.46185,66.53067,26.119623,239.6802,32.812096,297.7397,12.591061,46.163044,0.0,1481.6433,2345.8472,0.4319744,35.708096,19.779608,16489.53,47.537067,1.6609759,19.810753,35.029778,30.371208,9.353448,19.092632,387.39322,27.822683,15.439387,1.3305762,8.131073,493.04562,0.38169128,256.0073,80.505104,2563.9163,129.33725,123.142365,178.16208,1214.2596,75.75525,64.465675,750.5385,58.710133,55.184708,10.588594,36.291546,218.93236,11.040069,8.542014,79.47795,16.867094,4596.3296,21.719542,28.528225,19.089365,21.586426,352.69354,99.02865,31.514786,9.661539,10.749889,30.307713,70.510994,172.51097,47.42201,234.1922,30.725842,20.288857,94.54258,44.58703,25.833466,159.32368,18.569176,1.9910954,19.914818,12.3326025,1375.0941,23.625347,8.4301195,161.36446,22.18321,232.24902,90.66532,169.12685,8.395798,110.169785,522.2489,506.23083,48.041233,356.1397,111.89458,55.979004,70.180084,153.48343,26.020369,61.49964,466.30832,15.530131,22.646067,340.7741,10.336444,6.5394225,85.3922,67.95043,698.70105,185.72673,173.95242,1974.1293,33.86333,1577.5753,1290.0878,6.369344,4.6878247,1311.8365,17.169779,8.907426,345.22342,19.63674,39.821007,19.524326,61.84975,262.8473,305.3782,2.915793,29.326708,50.67451,317.0998,5.038002,83.687675,7.2584786,1.6482251,58.334938,1.2544355,1.5009022,5.155181,10.157969,21.963387,14.836506,26.96483,187.18451,29.90569,14.435003,28.75756,6.9809337,83.92523,3.2580872,4.3598967,5.96707,63.77655,1.9042127,3.5732944,11.776331,11.186323,15.25937,5.0112724,1.0445409,65.78019,8.716656,188.72964,6.085409,274.97308,17.103197,1071.489,113.76192,4.1268754,7.6708455,157.413,195.79077,959.2469,861.9125 +2023-03-03 02:00:00,0.0,2495.2268,27.511827,5.415052,7.4972024,25.44947,176.02951,25.478354,48.624554,21.617163,32.626698,150.45981,252.41312,12.618821,21.406935,13.006122,2.8107407,30.635197,37.594723,25.012974,410.97336,19.240942,340.4247,132.86359,26.912815,231.38821,164.62727,75.42184,736.5287,275.21542,1806.3171,40.666378,2352.145,567.1893,28.911102,24.243998,158.48572,142.02208,269.5257,1095.5449,53.222446,12.701168,9.586888,714.5882,557.89874,66.54286,26.139269,239.67844,32.797195,297.70673,12.589264,46.181713,0.0,1483.2434,2348.9697,0.4349441,35.70238,19.788998,16498.16,47.563793,1.6618075,19.872196,35.136116,30.384426,9.355207,19.151472,387.49408,27.830402,15.472294,1.3337432,8.131874,493.3177,0.38158983,256.33313,80.45215,2564.3892,129.2659,123.20479,178.1833,1212.9069,75.69066,64.44015,749.8937,58.660583,55.14077,10.591958,36.29116,218.93552,11.039777,8.541382,79.50622,16.87151,4596.2803,21.72789,28.564516,19.097666,21.597797,352.70428,99.013916,31.545698,9.664751,10.754915,30.3344,70.56599,172.65352,47.47144,234.25078,30.727528,20.325296,94.569664,44.753094,25.913954,159.27518,18.556995,1.9981586,19.907637,12.358628,1379.0306,23.610418,8.498174,161.35149,22.194641,232.39362,90.68979,169.28928,8.395477,110.14978,522.835,506.82837,48.090824,357.27304,111.93324,56.073368,70.18581,153.36653,26.002821,61.4729,466.41144,15.522095,22.634436,340.66092,10.336021,6.5385203,85.37389,67.95411,698.7112,185.70023,173.96446,1974.2333,33.914345,1578.0302,1290.519,6.3709636,4.6877465,1311.7377,17.165247,8.908937,345.1807,19.641062,39.83266,19.535538,61.905724,263.0837,305.3092,2.9163601,29.330606,50.6882,317.33286,5.0393505,83.69198,7.259162,1.6480565,58.328747,1.2545352,1.5008109,5.1548815,10.158004,21.969742,14.845181,26.971596,187.31671,29.905466,14.4322195,28.744959,6.979378,83.91096,3.257572,4.3571057,5.966398,63.773327,1.902112,3.5717728,11.7662735,11.220228,15.258832,5.0087814,1.0461144,65.86245,8.722806,188.78275,6.0915627,275.2551,17.109348,1071.173,113.86315,4.128881,7.674359,157.69632,196.15044,960.55,861.74384 +2023-03-03 03:00:00,0.0,2496.7646,27.51347,5.42661,7.496613,25.464659,176.0323,25.485256,48.648685,21.621634,32.638996,150.48068,252.5678,12.62862,21.407608,13.002148,2.8096397,30.640348,37.559868,25.002958,411.01007,19.218002,340.35767,132.8316,26.885298,231.16776,164.55376,75.399506,736.23926,275.17313,1806.2888,40.62275,2352.2102,566.463,28.884806,24.220121,158.32724,142.09634,269.5174,1094.436,53.236897,12.709191,9.586184,714.8214,557.33563,66.555046,26.158915,239.67667,32.7823,297.67377,12.587467,46.20038,0.0,1484.8436,2352.0925,0.43791375,35.696667,19.798388,16506.79,47.590515,1.6626393,19.93364,35.242455,30.397644,9.356966,19.210312,387.59494,27.838121,15.5052,1.3369102,8.132675,493.58978,0.38148838,256.65894,80.39919,2564.8618,129.19455,123.267204,178.20453,1211.554,75.62607,64.41461,749.24884,58.611034,55.096832,10.595323,36.29077,218.93867,11.039485,8.54075,79.534485,16.875923,4596.231,21.736238,28.600807,19.105967,21.609169,352.71506,98.99919,31.576612,9.667964,10.759941,30.361088,70.62099,172.79605,47.520866,234.30936,30.729214,20.361736,94.596756,44.919155,25.99444,159.22665,18.544815,2.0052218,19.900457,12.384654,1382.9672,23.595488,8.566228,161.3385,22.206072,232.53821,90.71425,169.45172,8.395157,110.129776,523.42114,507.42593,48.14042,358.40637,111.97191,56.167732,70.19152,153.24965,25.985275,61.44616,466.5146,15.514058,22.622805,340.54776,10.335599,6.5376177,85.3556,67.95779,698.7214,185.67374,173.97649,1974.3372,33.96536,1578.4849,1290.9503,6.372583,4.687668,1311.6389,17.160717,8.91045,345.13797,19.645382,39.844315,19.546747,61.961693,263.32013,305.2402,2.9169273,29.334503,50.701893,317.56595,5.040699,83.69627,7.2598453,1.6478881,58.322556,1.2546349,1.5007195,5.154582,10.158039,21.976097,14.853857,26.97836,187.44891,29.905241,14.429435,28.732359,6.977823,83.896675,3.2570567,4.3543143,5.965726,63.7701,1.9000114,3.5702512,11.756215,11.254132,15.258295,5.0062904,1.0476881,65.94472,8.728955,188.83585,6.097716,275.5371,17.115501,1070.8569,113.96439,4.1308866,7.6778717,157.97964,196.51012,961.8531,861.57513 +2023-03-03 04:00:00,0.0,2498.3022,27.515112,5.4381685,7.4960237,25.479849,176.0351,25.492159,48.672813,21.626104,32.651295,150.50156,252.72246,12.638418,21.40828,12.998174,2.8085384,30.645502,37.525017,24.992943,411.04675,19.195063,340.29062,132.79962,26.857779,230.94728,164.48022,75.37717,735.9498,275.13083,1806.2605,40.579117,2352.2756,565.7368,28.858507,24.196247,158.16878,142.17061,269.50912,1093.3271,53.251343,12.717215,9.585478,715.0546,556.77246,66.56724,26.17856,239.67491,32.7674,297.64084,12.58567,46.219048,0.0,1486.4438,2355.2153,0.44088343,35.690952,19.807777,16515.418,47.61724,1.6634709,19.995085,35.348793,30.41086,9.358726,19.26915,387.6958,27.84584,15.538107,1.3400773,8.133476,493.86185,0.3813869,256.98477,80.34624,2565.3347,129.1232,123.32962,178.22575,1210.2012,75.56148,64.38908,748.604,58.561485,55.052895,10.598686,36.29039,218.94182,11.039193,8.540116,79.56275,16.880339,4596.1816,21.744587,28.637096,19.114267,21.620539,352.7258,98.98446,31.607527,9.671176,10.764966,30.387777,70.67598,172.9386,47.570297,234.36794,30.730902,20.398176,94.62384,45.085217,26.074928,159.17815,18.532635,2.012285,19.893276,12.41068,1386.9038,23.580559,8.634282,161.32553,22.217503,232.68282,90.73871,169.61415,8.394837,110.10977,524.00726,508.02347,48.19001,359.5397,112.010574,56.262096,70.197235,153.13275,25.967728,61.41942,466.6177,15.5060215,22.611174,340.43457,10.335176,6.5367155,85.337296,67.961464,698.7315,185.64723,173.98853,1974.4412,34.016373,1578.9396,1291.3816,6.374202,4.6875896,1311.54,17.156185,8.9119625,345.0952,19.649704,39.85597,19.557959,62.017666,263.55658,305.1712,2.9174945,29.338402,50.715584,317.799,5.0420475,83.70058,7.2605286,1.6477195,58.316364,1.2547345,1.5006284,5.1542826,10.158074,21.982452,14.862534,26.985125,187.58113,29.905018,14.426651,28.719759,6.976268,83.88239,3.2565415,4.351523,5.9650536,63.766872,1.8979108,3.5687296,11.746158,11.288037,15.257757,5.003799,1.0492617,66.02698,8.7351055,188.88896,6.103869,275.81915,17.121655,1070.5409,114.06563,4.132892,7.681385,158.26297,196.86978,963.1562,861.4065 +2023-03-03 05:00:00,0.0,2499.84,27.516754,5.4497266,7.4954343,25.495039,176.03789,25.499062,48.69694,21.630573,32.663593,150.52243,252.87714,12.648217,21.40895,12.9942,2.8074372,30.650654,37.49016,24.982927,411.08344,19.172123,340.22357,132.76764,26.830261,230.72682,164.4067,75.354836,735.6604,275.08853,1806.2322,40.535484,2352.341,565.0106,28.83221,24.172373,158.01028,142.24486,269.50082,1092.2183,53.265793,12.725238,9.584772,715.28784,556.20935,66.57943,26.198206,239.67316,32.752502,297.60788,12.583874,46.237713,0.0,1488.044,2358.3381,0.44385308,35.685238,19.817167,16524.047,47.643963,1.6643026,20.056528,35.45513,30.424078,9.360485,19.32799,387.79666,27.85356,15.571013,1.3432443,8.134277,494.13394,0.38128546,257.3106,80.29328,2565.8074,129.05185,123.39204,178.24696,1208.8484,75.49688,64.36355,747.95917,58.51194,55.008957,10.602051,36.29,218.94498,11.038901,8.539484,79.59102,16.884752,4596.132,21.752935,28.673388,19.12257,21.63191,352.73654,98.969734,31.638441,9.674388,10.769992,30.414465,70.73097,173.08115,47.619724,234.42651,30.732588,20.434616,94.65093,45.251278,26.155416,159.12964,18.520454,2.0193481,19.886095,12.436706,1390.8403,23.56563,8.702335,161.31256,22.228933,232.82741,90.763176,169.7766,8.394517,110.08977,524.5934,508.621,48.239605,360.67303,112.04924,56.35646,70.20295,153.01585,25.950182,61.392673,466.72083,15.497985,22.599543,340.32138,10.334754,6.5358133,85.319,67.96514,698.74164,185.62074,174.00055,1974.5452,34.067387,1579.3944,1291.8129,6.375821,4.687511,1311.4412,17.151653,8.913474,345.0525,19.654024,39.867622,19.56917,62.07364,263.793,305.1022,2.9180617,29.3423,50.72928,318.03207,5.043396,83.70488,7.261212,1.647551,58.310173,1.254834,1.500537,5.153983,10.15811,21.988808,14.871209,26.99189,187.71333,29.904793,14.423867,28.707157,6.9747124,83.86811,3.2560263,4.348732,5.9643817,63.76365,1.8958102,3.567208,11.7361,11.321941,15.257219,5.001308,1.0508353,66.10924,8.741255,188.94206,6.110022,276.10117,17.127808,1070.2247,114.16687,4.1348977,7.684898,158.5463,197.22946,964.4593,861.2378 +2023-03-03 06:00:00,0.0,2501.3777,27.518396,5.4612846,7.494845,25.510227,176.04068,25.505964,48.721073,21.635044,32.67589,150.5433,253.0318,12.658015,21.409624,12.990226,2.806336,30.655806,37.45531,24.972912,411.12015,19.149183,340.15656,132.73564,26.802742,230.50635,164.33318,75.332504,735.371,275.04623,1806.2039,40.491856,2352.4065,564.28436,28.805914,24.148497,157.85182,142.31912,269.49255,1091.1094,53.280243,12.733261,9.584067,715.52106,555.64624,66.59161,26.217852,239.67137,32.737602,297.57495,12.582077,46.256382,0.0,1489.6442,2361.461,0.44682276,35.679527,19.826555,16532.676,47.67069,1.6651342,20.117971,35.56147,30.437296,9.362244,19.386827,387.89752,27.861279,15.60392,1.3464113,8.135079,494.406,0.38118398,257.63644,80.24032,2566.2803,128.9805,123.45445,178.26819,1207.4955,75.43229,64.33801,747.31433,58.46239,54.96502,10.605414,36.289616,218.94814,11.038609,8.538851,79.619286,16.889168,4596.0825,21.761284,28.709677,19.13087,21.643282,352.7473,98.955,31.669355,9.6776,10.775018,30.441153,70.785965,173.2237,47.669155,234.48509,30.734274,20.471056,94.67802,45.41734,26.235905,159.08112,18.508274,2.0264113,19.878914,12.46273,1394.7769,23.5507,8.77039,161.29959,22.240364,232.972,90.787636,169.93903,8.3941965,110.069756,525.1795,509.21857,48.289196,361.80637,112.087906,56.450825,70.208664,152.89897,25.932634,61.365932,466.82394,15.489948,22.587912,340.2082,10.3343315,6.5349107,85.3007,67.96882,698.75183,185.59425,174.01259,1974.6492,34.1184,1579.8491,1292.2441,6.3774405,4.687433,1311.3423,17.147121,8.914987,345.00977,19.658346,39.879272,19.58038,62.12961,264.02945,305.03323,2.918629,29.346197,50.74297,318.26517,5.0447445,83.70918,7.261895,1.6473824,58.303978,1.2549337,1.5004458,5.1536837,10.158145,21.995161,14.879885,26.998655,187.84554,29.90457,14.4210825,28.694557,6.973157,83.85383,3.255511,4.3459406,5.96371,63.76042,1.8937097,3.5656862,11.726042,11.355846,15.256681,4.998817,1.0524088,66.1915,8.747405,188.99518,6.116175,276.38318,17.133959,1069.9087,114.268105,4.1369033,7.688411,158.82962,197.58914,965.7624,861.0691 +2023-03-03 07:00:00,0.0,2502.9155,27.520037,5.4728427,7.4942555,25.525417,176.04349,25.512867,48.7452,21.639513,32.688187,150.56418,253.18648,12.667814,21.410295,12.986252,2.805235,30.660957,37.420456,24.962896,411.15683,19.126244,340.0895,132.70366,26.775223,230.28589,164.25964,75.31017,735.08154,275.00394,1806.1755,40.448223,2352.472,563.55817,28.779617,24.124622,157.69336,142.39339,269.48425,1090.0005,53.29469,12.741284,9.583362,715.7542,555.08307,66.603806,26.2375,239.66962,32.722706,297.542,12.58028,46.275047,0.0,1491.2444,2364.5835,0.44979244,35.673813,19.835945,16541.305,47.69741,1.6659659,20.179417,35.66781,30.450512,9.364003,19.445667,387.99838,27.868998,15.6368265,1.3495784,8.13588,494.67807,0.38108253,257.96225,80.18736,2566.753,128.90916,123.51687,178.28941,1206.1427,75.3677,64.312485,746.6695,58.41284,54.92108,10.608779,36.28923,218.9513,11.038317,8.5382185,79.64755,16.893583,4596.033,21.769632,28.745968,19.139172,21.654652,352.75806,98.94028,31.70027,9.680812,10.780044,30.46784,70.84096,173.36623,47.718582,234.54367,30.73596,20.507496,94.70511,45.5834,26.316393,159.03261,18.496094,2.0334744,19.871735,12.488756,1398.7134,23.53577,8.838444,161.28662,22.251795,233.11661,90.812096,170.10146,8.393877,110.04975,525.7656,509.8161,48.33879,362.9397,112.126564,56.54519,70.214386,152.78207,25.915089,61.33919,466.92706,15.481911,22.576279,340.09503,10.333909,6.5340085,85.2824,67.972496,698.76196,185.56775,174.02461,1974.753,34.169415,1580.304,1292.6754,6.37906,4.687354,1311.2435,17.14259,8.916498,344.96704,19.662666,39.890926,19.59159,62.18558,264.26587,304.96423,2.9191961,29.350096,50.75666,318.49823,5.0460935,83.71348,7.2625785,1.6472139,58.297787,1.2550334,1.5003545,5.153384,10.158179,22.001516,14.88856,27.00542,187.97774,29.904345,14.418299,28.681955,6.9716015,83.83955,3.2549956,4.343149,5.9630375,63.7572,1.891609,3.5641646,11.715984,11.389751,15.256145,4.996326,1.0539825,66.273766,8.753554,189.04828,6.1223288,276.6652,17.140112,1069.5927,114.36935,4.138909,7.6919246,159.11295,197.9488,967.0655,860.90045 +2023-03-03 08:00:00,0.0,2504.4534,27.521679,5.484401,7.4936666,25.540607,176.04628,25.519772,48.76933,21.643984,32.700485,150.58505,253.34114,12.677613,21.410967,12.982279,2.8041337,30.66611,37.3856,24.95288,411.1935,19.103304,340.02246,132.67168,26.747705,230.06543,164.18611,75.28784,734.7921,274.96164,1806.1472,40.40459,2352.5374,562.832,28.753319,24.100748,157.53487,142.46764,269.47598,1088.8916,53.30914,12.749308,9.582656,715.9874,554.51996,66.616,26.257145,239.66785,32.70781,297.50903,12.578484,46.293716,0.0,1492.8445,2367.7063,0.4527621,35.6681,19.845335,16549.934,47.724136,1.6667975,20.24086,35.774147,30.46373,9.365762,19.504505,388.09924,27.876719,15.669733,1.3527454,8.136682,494.95016,0.3809811,258.2881,80.13441,2567.2258,128.83781,123.579285,178.31064,1204.7898,75.30311,64.28695,746.02466,58.363293,54.877144,10.612143,36.288845,218.95444,11.038025,8.537586,79.67582,16.897997,4595.984,21.77798,28.782259,19.147474,21.666023,352.7688,98.925545,31.731182,9.684025,10.7850685,30.494528,70.89595,173.50877,47.76801,234.60223,30.737648,20.543936,94.73219,45.749462,26.396881,158.9841,18.483913,2.0405376,19.864553,12.514782,1402.65,23.52084,8.906498,161.27365,22.263226,233.2612,90.83656,170.2639,8.393557,110.02975,526.35175,510.41364,48.388386,364.07303,112.16523,56.639557,70.2201,152.66519,25.897541,61.31245,467.03018,15.473874,22.564648,339.98184,10.333487,6.5331063,85.2641,67.97617,698.7721,185.54126,174.03665,1974.857,34.22043,1580.7587,1293.1068,6.380679,4.687276,1311.1447,17.138058,8.918011,344.92432,19.666988,39.90258,19.602802,62.24155,264.50232,304.89523,2.9197636,29.353992,50.77035,318.7313,5.047442,83.71778,7.263262,1.6470454,58.291595,1.255133,1.5002633,5.1530848,10.158215,22.007872,14.897236,27.012186,188.10995,29.904121,14.415514,28.669355,6.9700465,83.82527,3.2544804,4.3403583,5.9623656,63.75397,1.8895084,3.562643,11.705926,11.4236555,15.255607,4.993835,1.055556,66.356026,8.759705,189.1014,6.128482,276.9472,17.146265,1069.2766,114.47058,4.1409144,7.6954374,159.39627,198.30849,968.3685,860.73175 +2023-03-03 09:00:00,0.0,2505.991,27.523321,5.4959593,7.4930773,25.555796,176.04907,25.526674,48.79346,21.648453,32.712784,150.60594,253.49582,12.687411,21.41164,12.978305,2.8030324,30.67126,37.35075,24.942865,411.23022,19.080364,339.95544,132.6397,26.720186,229.84496,164.11258,75.26551,734.5027,274.91934,1806.119,40.360962,2352.6028,562.1057,28.727022,24.076872,157.3764,142.5419,269.46768,1087.7827,53.32359,12.757331,9.58195,716.22064,553.95685,66.62818,26.27679,239.66608,32.69291,297.4761,12.576687,46.31238,0.0,1494.4447,2370.829,0.45573178,35.662384,19.854725,16558.562,47.750862,1.6676292,20.302303,35.880486,30.476948,9.367521,19.563345,388.2001,27.884438,15.70264,1.3559124,8.137483,495.22223,0.3808796,258.61392,80.08145,2567.6985,128.76646,123.6417,178.33185,1203.437,75.23852,64.26142,745.3798,58.313744,54.833206,10.615507,36.28846,218.9576,11.037733,8.536953,79.70409,16.902412,4595.9346,21.78633,28.818548,19.155775,21.677395,352.77957,98.91082,31.762096,9.687237,10.790094,30.521217,70.95094,173.65132,47.81744,234.66081,30.739334,20.580376,94.759285,45.915524,26.47737,158.93558,18.471735,2.0476007,19.857372,12.540808,1406.5865,23.50591,8.974551,161.26068,22.274656,233.40579,90.86102,170.42633,8.393236,110.00974,526.93787,511.0112,48.437977,365.20636,112.203896,56.73392,70.225815,152.5483,25.879995,61.28571,467.1333,15.4658375,22.553017,339.86865,10.333064,6.5322037,85.2458,67.97985,698.7823,185.51476,174.04868,1974.9612,34.271442,1581.2135,1293.5381,6.3822985,4.6871977,1311.0458,17.133528,8.919522,344.8816,19.67131,39.914234,19.614012,62.297523,264.73874,304.82623,2.9203308,29.357891,50.784042,318.96436,5.0487905,83.722084,7.2639446,1.6468768,58.285404,1.2552326,1.500172,5.1527853,10.15825,22.014227,14.905911,27.018951,188.24216,29.903896,14.41273,28.656754,6.968491,83.81099,3.2539651,4.337567,5.961694,63.750744,1.8874078,3.5611215,11.6958685,11.457561,15.255069,4.991344,1.0571296,66.438286,8.765854,189.1545,6.134635,277.22922,17.152416,1068.9606,114.571815,4.14292,7.698951,159.6796,198.66815,969.67163,860.5631 +2023-03-03 10:00:00,0.0,2507.5288,27.524963,5.5075173,7.492488,25.570986,176.05186,25.533577,48.81759,21.652924,32.725082,150.62682,253.65048,12.69721,21.412312,12.974331,2.8019314,30.676413,37.315895,24.93285,411.2669,19.057423,339.8884,132.60771,26.692667,229.6245,164.03906,75.24317,734.21326,274.87704,1806.0907,40.31733,2352.6682,561.3795,28.700726,24.052998,157.21793,142.61617,269.4594,1086.674,53.33804,12.765355,9.581245,716.45386,553.39374,66.64037,26.296436,239.66432,32.678013,297.44315,12.57489,46.33105,0.0,1496.0448,2373.952,0.45870143,35.65667,19.864115,16567.191,47.777584,1.6684608,20.363749,35.986824,30.490164,9.369281,19.622185,388.30096,27.892157,15.735546,1.3590795,8.138284,495.49432,0.38077816,258.93976,80.028496,2568.1714,128.69511,123.70412,178.35307,1202.0842,75.17392,64.235886,744.735,58.264194,54.789265,10.618871,36.28807,218.96075,11.037441,8.536321,79.73235,16.906828,4595.8853,21.794678,28.85484,19.164076,21.688765,352.7903,98.896095,31.79301,9.690449,10.79512,30.547905,71.005936,173.79387,47.866867,234.71939,30.74102,20.616816,94.78637,46.081585,26.557858,158.88707,18.459555,2.054664,19.850193,12.5668335,1410.5231,23.490982,9.042605,161.24771,22.286087,233.5504,90.88548,170.58878,8.392917,109.98974,527.524,511.60873,48.48757,366.3397,112.24256,56.828285,70.23153,152.4314,25.862448,61.258965,467.23642,15.457801,22.541386,339.7555,10.332642,6.5313015,85.2275,67.98353,698.7924,185.48827,174.06071,1975.0651,34.32246,1581.6682,1293.9694,6.383918,4.687119,1310.9469,17.128996,8.921035,344.83887,19.67563,39.925888,19.625223,62.353497,264.97516,304.75723,2.920898,29.36179,50.797733,319.19745,5.050139,83.72639,7.264628,1.6467083,58.279213,1.2553322,1.5000807,5.152486,10.158285,22.02058,14.914587,27.025717,188.37436,29.903673,14.409946,28.644154,6.9669356,83.79671,3.25345,4.334776,5.9610214,63.74752,1.8853072,3.5595999,11.68581,11.491465,15.254531,4.988853,1.0587032,66.52055,8.772004,189.20761,6.140788,277.51123,17.15857,1068.6445,114.67306,4.144926,7.7024636,159.96292,199.02783,970.97473,860.3944 +2023-03-03 11:00:00,0.0,2509.0664,27.526606,5.5190754,7.4918985,25.586174,176.05466,25.54048,48.841717,21.657393,32.73738,150.64769,253.80516,12.707009,21.412983,12.970357,2.8008301,30.681566,37.281044,24.922834,411.30362,19.034483,339.82135,132.57571,26.66515,229.40402,163.96553,75.22084,733.9238,274.83475,1806.0624,40.2737,2352.7334,560.6533,28.674429,24.029123,157.05945,142.69041,269.4511,1085.5651,53.352486,12.773378,9.58054,716.687,552.83057,66.652565,26.316082,239.66257,32.663113,297.4102,12.573093,46.349716,0.0,1497.645,2377.0745,0.4616711,35.65096,19.873505,16575.822,47.80431,1.6692926,20.425192,36.093163,30.503382,9.371039,19.681023,388.40182,27.899876,15.768453,1.3622465,8.139086,495.7664,0.3806767,259.26556,79.97553,2568.644,128.62376,123.76654,178.3743,1200.7313,75.10933,64.21036,744.0902,58.214645,54.745327,10.622235,36.28769,218.96391,11.037149,8.535688,79.76062,16.911242,4595.8354,21.803026,28.891129,19.172379,21.700136,352.80106,98.88136,31.823925,9.693661,10.800145,30.574593,71.06093,173.9364,47.916298,234.77797,30.742706,20.653255,94.81345,46.24765,26.638346,158.83856,18.447374,2.061727,19.843012,12.592859,1414.4596,23.476051,9.11066,161.23474,22.297518,233.69499,90.90995,170.7512,8.392596,109.969734,528.1101,512.2063,48.537163,367.47302,112.28123,56.92265,70.23724,152.31451,25.844902,61.232224,467.33957,15.449764,22.529755,339.6423,10.332219,6.5303993,85.2092,67.987206,698.80255,185.46178,174.07274,1975.1691,34.373474,1582.123,1294.4006,6.3855367,4.687041,1310.848,17.124464,8.922546,344.79614,19.679953,39.937542,19.636435,62.409466,265.2116,304.68823,2.9214652,29.365686,50.811424,319.4305,5.0514874,83.73068,7.2653112,1.6465398,58.27302,1.2554319,1.4999895,5.152187,10.15832,22.026936,14.923263,27.032482,188.50656,29.90345,14.407162,28.631552,6.9653807,83.782425,3.2529347,4.3319845,5.9603496,63.744293,1.8832065,3.558078,11.675753,11.52537,15.253994,4.986362,1.0602769,66.60281,8.778154,189.26071,6.146941,277.79324,17.164722,1068.3284,114.77429,4.1469316,7.705977,160.24625,199.38751,972.27783,860.2257 +2023-03-03 12:00:00,0.0,2510.6042,27.528248,5.530634,7.491309,25.601364,176.05745,25.547382,48.86585,21.661863,32.74968,150.66856,253.95982,12.716807,21.413656,12.966383,2.7997289,30.686718,37.24619,24.912819,411.3403,19.011543,339.75433,132.54373,26.63763,229.18356,163.892,75.19851,733.6344,274.79245,1806.034,40.23007,2352.7988,559.92706,28.648132,24.005249,156.90097,142.76468,269.4428,1084.4562,53.366936,12.781402,9.579834,716.9202,552.26746,66.66475,26.335728,239.6608,32.648216,297.37726,12.571297,46.368385,0.0,1499.2451,2380.1973,0.4646408,35.645245,19.882895,16584.451,47.83103,1.6701242,20.486635,36.1995,30.5166,9.372799,19.739862,388.5027,27.907595,15.801359,1.3654135,8.139887,496.03848,0.38057524,259.5914,79.92258,2569.117,128.55241,123.82896,178.39552,1199.3785,75.04474,64.18482,743.4454,58.165096,54.70139,10.625599,36.2873,218.96706,11.036858,8.535055,79.788895,16.915657,4595.786,21.811375,28.92742,19.18068,21.711508,352.81183,98.86664,31.85484,9.696873,10.805171,30.60128,71.11592,174.07895,47.965725,234.83655,30.744394,20.689695,94.840546,46.41371,26.718834,158.79004,18.435194,2.0687902,19.83583,12.618884,1418.3962,23.461123,9.178714,161.22177,22.308949,233.83958,90.93441,170.91365,8.392277,109.94973,528.6962,512.80383,48.586758,368.60635,112.31989,57.017014,70.242966,152.19762,25.827354,61.205482,467.4427,15.441728,22.518124,339.5291,10.331797,6.5294967,85.1909,67.99089,698.81274,185.43527,174.08478,1975.273,34.424488,1582.5778,1294.8319,6.387156,4.686962,1310.7493,17.119932,8.924059,344.75342,19.684273,39.949192,19.647644,62.46544,265.44803,304.61923,2.9220324,29.369585,50.825115,319.66357,5.052836,83.734985,7.2659945,1.6463712,58.26683,1.2555315,1.4998982,5.1518874,10.158355,22.03329,14.931938,27.039248,188.63878,29.903225,14.404378,28.618952,6.963825,83.76814,3.2524195,4.329193,5.959677,63.741066,1.8811059,3.5565565,11.665695,11.559274,15.253456,4.983871,1.0618504,66.685074,8.784304,189.31381,6.153095,278.07526,17.170876,1068.0123,114.875534,4.148937,7.7094903,160.52956,199.74718,973.58093,860.05707 +2023-03-03 13:00:00,0.0,2512.1418,27.52989,5.542192,7.49072,25.616554,176.06024,25.554285,48.889977,21.666332,32.76198,150.68944,254.1145,12.726606,21.414328,12.962409,2.7986279,30.69187,37.211338,24.902803,411.37698,18.988604,339.6873,132.51175,26.610113,228.9631,163.81847,75.17618,733.345,274.75015,1806.0057,40.186436,2352.8643,559.20087,28.621834,23.981373,156.74251,142.83894,269.43454,1083.3473,53.381386,12.789425,9.579128,717.15344,551.70435,66.67694,26.355373,239.65903,32.633316,297.3443,12.5695,46.38705,0.0,1500.8453,2383.32,0.46761045,35.63953,19.892284,16593.08,47.857758,1.6709558,20.54808,36.30584,30.529816,9.3745575,19.7987,388.60355,27.915314,15.834266,1.3685806,8.140688,496.31055,0.38047376,259.91724,79.86962,2569.5896,128.48106,123.89137,178.41675,1198.0258,74.98015,64.159294,742.80054,58.115547,54.65745,10.628963,36.28692,218.97021,11.036566,8.534423,79.81716,16.92007,4595.737,21.819723,28.963709,19.18898,21.722878,352.82257,98.851906,31.885754,9.700086,10.810197,30.627968,71.17091,174.2215,48.015156,234.89513,30.74608,20.726135,94.86763,46.579773,26.799322,158.74153,18.423014,2.0758536,19.82865,12.64491,1422.3328,23.446194,9.246767,161.2088,22.32038,233.98419,90.95887,171.07608,8.391956,109.929726,529.28235,513.40137,48.63635,369.7397,112.35856,57.111378,70.24868,152.08073,25.809809,61.17874,467.5458,15.433691,22.506493,339.41592,10.331374,6.5285945,85.1726,67.99457,698.8229,185.40878,174.0968,1975.377,34.475502,1583.0326,1295.2632,6.3887753,4.686884,1310.6504,17.1154,8.9255705,344.71066,19.688595,39.960846,19.658855,62.521408,265.68448,304.55026,2.9225996,29.373482,50.838806,319.89667,5.0541844,83.73929,7.266678,1.6462027,58.26064,1.2556311,1.499807,5.151588,10.15839,22.039646,14.940615,27.046013,188.77098,29.903002,14.401593,28.60635,6.96227,83.75386,3.2519042,4.326402,5.9590054,63.737843,1.8790053,3.5550349,11.655637,11.593179,15.252918,4.98138,1.063424,66.767334,8.790454,189.36693,6.159248,278.3573,17.177027,1067.6963,114.97677,4.150943,7.713003,160.81288,200.10686,974.88403,859.88837 +2023-03-03 14:00:00,0.0,2513.6797,27.53153,5.55375,7.490131,25.631742,176.06305,25.561188,48.914104,21.670803,32.774277,150.71031,254.26917,12.736405,21.414999,12.958435,2.7975266,30.697021,37.176483,24.892788,411.4137,18.965664,339.62024,132.47977,26.582594,228.74263,163.74495,75.15385,733.05554,274.70786,1805.9774,40.142807,2352.9297,558.4747,28.595537,23.957499,156.58401,142.91321,269.42624,1082.2384,53.395832,12.797448,9.5784235,717.38666,551.1412,66.68913,26.37502,239.65726,32.61842,297.31134,12.567703,46.40572,0.0,1502.4456,2386.4429,0.47058013,35.633816,19.901674,16601.709,47.884483,1.6717875,20.609524,36.412178,30.543034,9.376317,19.85754,388.7044,27.923033,15.867172,1.3717476,8.141489,496.5826,0.38037232,260.24307,79.816666,2570.0625,128.40971,123.95379,178.43796,1196.6729,74.91555,64.13376,742.1557,58.065998,54.613514,10.632327,36.28653,218.97337,11.036274,8.53379,79.84543,16.924486,4595.6875,21.828072,29.0,19.19728,21.73425,352.8333,98.83718,31.916666,9.703298,10.815222,30.654657,71.22591,174.36404,48.064583,234.9537,30.747766,20.762575,94.89472,46.745834,26.87981,158.69302,18.410833,2.0829167,19.82147,12.670936,1426.2693,23.431263,9.314821,161.19583,22.33181,234.12878,90.98334,171.23853,8.391636,109.90972,529.86847,513.9989,48.685944,370.87302,112.397224,57.20574,70.254395,151.96384,25.792261,61.151997,467.64893,15.425654,22.494862,339.30276,10.330952,6.5276923,85.154305,67.998245,698.833,185.3823,174.10884,1975.4808,34.526516,1583.4873,1295.6945,6.3903947,4.6868057,1310.5515,17.110868,8.927083,344.66794,19.692917,39.9725,19.670067,62.57738,265.9209,304.48126,2.9231668,29.37738,50.8525,320.12973,5.055533,83.74359,7.267361,1.6460341,58.254448,1.2557307,1.4997157,5.1512885,10.158425,22.046,14.94929,27.052778,188.90318,29.902777,14.398809,28.59375,6.960715,83.739586,3.251389,4.323611,5.9583335,63.734615,1.8769047,3.5535133,11.645579,11.627083,15.25238,4.978889,1.0649976,66.8496,8.796603,189.42003,6.165401,278.6393,17.18318,1067.3802,115.078,4.1529484,7.7165165,161.0962,200.46652,976.18713,859.7197 +2023-03-03 15:00:00,0.0,2515.2173,27.533173,5.565308,7.4895415,25.646933,176.06584,25.56809,48.938232,21.675272,32.786575,150.73119,254.42384,12.746203,21.415672,12.954461,2.7964253,30.702173,37.14163,24.882772,411.45038,18.942724,339.5532,132.44778,26.555075,228.52217,163.67142,75.131516,732.7661,274.66556,1805.9491,40.099174,2352.995,557.7485,28.56924,23.933624,156.42555,142.98746,269.41797,1081.1295,53.410282,12.805471,9.577718,717.6199,550.57806,66.70132,26.394665,239.65549,32.60352,297.2784,12.565907,46.42439,0.0,1504.0457,2389.5654,0.47354978,35.6281,19.911064,16610.338,47.911205,1.6726191,20.670967,36.518517,30.556252,9.378077,19.916378,388.80527,27.930752,15.900079,1.3749146,8.142291,496.8547,0.38027087,260.56888,79.76371,2570.5354,128.33836,124.016205,178.45918,1195.3201,74.85096,64.10822,741.51086,58.01645,54.569576,10.635692,36.286144,218.97653,11.035982,8.533157,79.873695,16.928902,4595.638,21.83642,29.036291,19.205584,21.74562,352.8441,98.82245,31.94758,9.70651,10.820248,30.681345,71.2809,174.50659,48.114014,235.01228,30.749453,20.799015,94.92181,46.911896,26.960299,158.6445,18.398653,2.08998,19.81429,12.696961,1430.2058,23.416334,9.382875,161.18286,22.343243,234.27338,91.0078,171.40096,8.391316,109.88972,530.4546,514.5965,48.735535,372.00635,112.43589,57.300106,70.26011,151.84694,25.774715,61.125256,467.75204,15.417618,22.483229,339.18958,10.330529,6.52679,85.136,68.00192,698.8432,185.35579,174.12086,1975.585,34.57753,1583.9421,1296.1257,6.392014,4.686727,1310.4526,17.106339,8.928596,344.6252,19.697237,39.984154,19.681276,62.633354,266.15735,304.41226,2.923734,29.381279,50.86619,320.3628,5.0568814,83.74789,7.2680445,1.6458656,58.248257,1.2558304,1.4996245,5.150989,10.158461,22.052355,14.957966,27.059544,189.03539,29.902554,14.396025,28.58115,6.9591594,83.7253,3.2508738,4.32082,5.957661,63.73139,1.874804,3.5519917,11.635521,11.660988,15.251843,4.9763975,1.0665712,66.93186,8.802753,189.47314,6.171554,278.92133,17.189333,1067.0642,115.179245,4.154954,7.7200294,161.37953,200.8262,977.49023,859.551 +2023-03-03 16:00:00,0.0,2516.7551,27.534815,5.5768666,7.488952,25.66212,176.06863,25.574993,48.962364,21.679743,32.798874,150.75206,254.5785,12.756002,21.416344,12.950488,2.7953243,30.707325,37.106777,24.872757,411.4871,18.919785,339.48618,132.41579,26.527557,228.3017,163.59789,75.10918,732.4767,274.62326,1805.9208,40.055542,2353.0605,557.0222,28.542944,23.909748,156.26709,143.06172,269.40967,1080.0206,53.424732,12.813495,9.577012,717.853,550.01495,66.71351,26.41431,239.65373,32.588623,297.24545,12.56411,46.443054,0.0,1505.6459,2392.6882,0.47651947,35.62239,19.920452,16618.967,47.93793,1.6734508,20.73241,36.624855,30.569468,9.379835,19.975218,388.90613,27.93847,15.932984,1.3780817,8.143092,497.12677,0.3801694,260.8947,79.710754,2571.008,128.26701,124.07862,178.48041,1193.9672,74.78637,64.082695,740.866,57.966904,54.52564,10.639055,36.28576,218.97969,11.035689,8.532525,79.90196,16.933315,4595.589,21.844769,29.07258,19.213884,21.75699,352.85483,98.807724,31.978495,9.709722,10.8252735,30.708033,71.33589,174.64912,48.16344,235.07086,30.751139,20.835455,94.9489,47.077957,27.040787,158.596,18.386473,2.097043,19.807108,12.722987,1434.1425,23.401403,9.45093,161.16989,22.354673,234.41798,91.03226,171.5634,8.390996,109.86971,531.0407,515.19403,48.78513,373.13968,112.47455,57.39447,70.26583,151.73006,25.757168,61.098515,467.85516,15.409581,22.471598,339.0764,10.330107,6.5258875,85.11771,68.0056,698.85333,185.3293,174.1329,1975.6888,34.628544,1584.3969,1296.557,6.3936334,4.686649,1310.3539,17.101807,8.930107,344.5825,19.70156,39.995808,19.692488,62.689323,266.39377,304.34326,2.9243011,29.385176,50.879883,320.5959,5.05823,83.75219,7.2687273,1.6456971,58.242065,1.2559301,1.4995332,5.1506896,10.158495,22.05871,14.966641,27.066309,189.16759,29.902328,14.393241,28.568548,6.957604,83.71102,3.2503586,4.3180285,5.9569893,63.728165,1.8727034,3.55047,11.6254635,11.694892,15.251306,4.9739065,1.0681448,67.01412,8.808903,189.52625,6.177707,279.20334,17.195484,1066.7482,115.28048,4.1569595,7.7235427,161.66286,201.18588,978.79333,859.3823 +2023-03-03 17:00:00,0.0,2518.293,27.536457,5.5884247,7.488363,25.67731,176.07143,25.581896,48.986492,21.684212,32.811172,150.77293,254.73318,12.7658,21.417015,12.946514,2.794223,30.712479,37.071922,24.862741,411.52377,18.896845,339.41913,132.3838,26.500038,228.08124,163.52435,75.086845,732.18726,274.58096,1805.8925,40.011913,2353.126,556.296,28.516645,23.885874,156.1086,143.13599,269.4014,1078.9117,53.43918,12.821518,9.576306,718.08624,549.45184,66.7257,26.433956,239.65198,32.573723,297.2125,12.562313,46.461723,0.0,1507.2461,2395.811,0.47948915,35.616676,19.929842,16627.596,47.964653,1.6742824,20.793856,36.731194,30.582685,9.381595,20.034056,389.00702,27.94619,15.965891,1.3812487,8.143893,497.39886,0.38006794,261.22055,79.65779,2571.481,128.19568,124.14104,178.50163,1192.6144,74.72178,64.05716,740.2212,57.917355,54.4817,10.64242,36.285374,218.98283,11.035398,8.531892,79.93023,16.93773,4595.5396,21.853117,29.108871,19.222185,21.768362,352.86557,98.793,32.009407,9.712934,10.830299,30.73472,71.390884,174.79167,48.21287,235.12943,30.752827,20.871895,94.97598,47.24402,27.121275,158.54747,18.374294,2.1041062,19.799929,12.749013,1438.079,23.386475,9.518983,161.15692,22.366104,234.56258,91.05672,171.72583,8.390676,109.84971,531.62683,515.79156,48.834724,374.273,112.513214,57.488834,70.271545,151.61316,25.739622,61.071774,467.95828,15.401545,22.459967,338.96323,10.329684,6.5249853,85.0994,68.00928,698.86346,185.3028,174.14494,1975.7928,34.679558,1584.8517,1296.9884,6.3952527,4.68657,1310.255,17.097275,8.93162,344.53976,19.70588,40.00746,19.7037,62.745296,266.6302,304.27426,2.9248683,29.389074,50.893574,320.82895,5.059579,83.75649,7.2694106,1.6455286,58.235874,1.2560296,1.499442,5.15039,10.15853,22.065065,14.975317,27.073072,189.2998,29.902105,14.390457,28.555948,6.9560485,83.69674,3.2498434,4.315237,5.9563174,63.724937,1.8706028,3.5489483,11.615405,11.728797,15.250768,4.9714155,1.0697184,67.09638,8.815053,189.57936,6.1838603,279.48535,17.201637,1066.432,115.38172,4.158965,7.727056,161.94618,201.54555,980.09644,859.2137 +2023-03-03 18:00:00,0.0,2519.8306,27.5381,5.5999827,7.4877734,25.692501,176.07422,25.588799,49.01062,21.688683,32.82347,150.79381,254.88785,12.7755995,21.417688,12.94254,2.7931218,30.71763,37.03707,24.852726,411.56046,18.873905,339.35208,132.35182,26.472519,227.86078,163.45084,75.064514,731.8978,274.53867,1805.8643,39.96828,2353.1912,555.5698,28.490349,23.862,155.95013,143.21024,269.3931,1077.8029,53.45363,12.829541,9.575602,718.31946,548.8887,66.737885,26.453602,239.6502,32.558826,297.17957,12.560516,46.48039,0.0,1508.8462,2398.9338,0.4824588,35.610962,19.939232,16636.225,47.99138,1.6751142,20.855299,36.837532,30.595903,9.383353,20.092896,389.10788,27.953909,15.998797,1.3844157,8.144694,497.67093,0.37996647,261.5464,79.604836,2571.9536,128.12433,124.20345,178.52284,1191.2616,74.65719,64.03163,739.57635,57.867805,54.437763,10.645783,36.28499,218.986,11.035106,8.53126,79.958496,16.942146,4595.4897,21.861465,29.14516,19.230488,21.779734,352.87634,98.77827,32.04032,9.716146,10.835324,30.761408,71.44588,174.93422,48.2623,235.188,30.754513,20.908335,95.003075,47.41008,27.201763,158.49896,18.362114,2.1111693,19.792747,12.775038,1442.0155,23.371546,9.587037,161.14395,22.377535,234.70717,91.081184,171.88828,8.390356,109.829704,532.21295,516.3891,48.884315,375.40634,112.55188,57.583202,70.27726,151.49628,25.722075,61.04503,468.06143,15.393508,22.448336,338.85004,10.329263,6.524083,85.0811,68.012955,698.87366,185.2763,174.15697,1975.8967,34.73057,1585.3064,1297.4197,6.3968716,4.686492,1310.1561,17.092743,8.933131,344.49704,19.710201,40.01911,19.714909,62.80127,266.86664,304.20526,2.9254355,29.392971,50.907265,321.062,5.0609274,83.760796,7.270094,1.64536,58.229683,1.2561293,1.4993507,5.1500907,10.1585655,22.071419,14.983993,27.079838,189.432,29.90188,14.387672,28.543346,6.9544935,83.68246,3.2493281,4.312446,5.955645,63.721714,1.8685023,3.5474267,11.605348,11.762701,15.25023,4.9689245,1.0712919,67.17865,8.821202,189.63246,6.190014,279.76736,17.20779,1066.116,115.482956,4.1609707,7.730569,162.2295,201.90523,981.3995,859.045 +2023-03-03 19:00:00,0.0,2521.3684,27.539742,5.611541,7.487184,25.70769,176.07701,25.595701,49.03475,21.693151,32.83577,150.81468,255.04253,12.7853985,21.41836,12.938566,2.7920206,30.722782,37.002216,24.84271,411.59717,18.850965,339.28506,132.31984,26.445002,227.6403,163.3773,75.04218,731.6084,274.49637,1805.8359,39.92465,2353.2566,554.84357,28.464052,23.838123,155.79166,143.2845,269.38483,1076.694,53.46808,12.837564,9.574896,718.5527,548.32556,66.75008,26.473248,239.64844,32.54393,297.1466,12.55872,46.499058,0.0,1510.4464,2402.0566,0.48542848,35.605247,19.948622,16644.854,48.0181,1.6759458,20.916742,36.94387,30.60912,9.385113,20.151735,389.20874,27.961628,16.031704,1.3875828,8.145495,497.943,0.37986502,261.8722,79.55188,2572.4265,128.05298,124.26587,178.54407,1189.9087,74.59259,64.006096,738.9315,57.818256,54.39382,10.649148,36.2846,218.98915,11.034814,8.530627,79.98676,16.94656,4595.4404,21.869814,29.181452,19.238789,21.791103,352.8871,98.76354,32.071236,9.719358,10.84035,30.788097,71.50087,175.07677,48.311726,235.24658,30.756199,20.944775,95.03016,47.57614,27.282251,158.45045,18.349934,2.1182325,19.785566,12.801064,1445.952,23.356615,9.655091,161.13098,22.388966,234.85178,91.105644,172.0507,8.390036,109.8097,532.7991,516.98663,48.93391,376.53967,112.590546,57.677567,70.282974,151.37938,25.704529,61.018288,468.16455,15.385471,22.436705,338.73685,10.32884,6.5231805,85.062805,68.01663,698.8838,185.24982,174.169,1976.0007,34.781586,1585.7612,1297.851,6.398491,4.6864133,1310.0573,17.088211,8.934644,344.4543,19.714521,40.030766,19.72612,62.85724,267.10306,304.13626,2.9260027,29.39687,50.920956,321.2951,5.062276,83.76509,7.270777,1.6451914,58.22349,1.2562289,1.4992594,5.1497912,10.158601,22.077774,14.992668,27.086603,189.56421,29.901657,14.384889,28.530746,6.952938,83.66818,3.248813,4.3096547,5.954973,63.718487,1.8664017,3.545905,11.595289,11.796606,15.249693,4.9664335,1.0728656,67.26091,8.827353,189.68558,6.196167,280.04938,17.213942,1065.7999,115.5842,4.1629767,7.734082,162.51283,202.2649,982.7026,858.87634 +2023-03-03 20:00:00,0.0,2522.906,27.541384,5.6230993,7.486595,25.72288,176.0798,25.602604,49.05888,21.697622,32.848064,150.83557,255.19719,12.795197,21.419031,12.934592,2.7909195,30.727934,36.967365,24.832695,411.63385,18.828026,339.21802,132.28786,26.417482,227.41985,163.30377,75.01985,731.319,274.45407,1805.8076,39.88102,2353.322,554.1174,28.437756,23.814249,155.63318,143.35876,269.37653,1075.5851,53.48253,12.845588,9.57419,718.7859,547.76245,66.76227,26.492895,239.64667,32.52903,297.11365,12.556923,46.517723,0.0,1512.0465,2405.1792,0.48839813,35.599533,19.958012,16653.482,48.044827,1.6767775,20.978188,37.05021,30.622337,9.386871,20.210573,389.3096,27.969347,16.064611,1.3907498,8.146297,498.2151,0.37976354,262.19803,79.498924,2572.8992,127.98163,124.32829,178.56529,1188.5559,74.528,63.980564,738.2867,57.768707,54.349884,10.652512,36.284218,218.99231,11.034522,8.529994,80.01503,16.950975,4595.391,21.878162,29.217741,19.24709,21.802475,352.89783,98.74881,32.10215,9.72257,10.845376,30.814785,71.55586,175.2193,48.361156,235.30516,30.757885,20.981215,95.05725,47.742207,27.36274,158.40193,18.337753,2.1252956,19.778385,12.827089,1449.8887,23.341686,9.7231455,161.11801,22.400396,234.99637,91.130104,172.21315,8.389715,109.789696,533.3852,517.58417,48.9835,377.673,112.62921,57.77193,70.28869,151.26248,25.686981,60.991547,468.26767,15.377435,22.425074,338.62366,10.328418,6.5222783,85.0445,68.02031,698.8939,185.22331,174.18103,1976.1047,34.8326,1586.216,1298.2822,6.4001102,4.686335,1309.9585,17.08368,8.936155,344.4116,19.718843,40.04242,19.737331,62.91321,267.3395,304.0673,2.92657,29.400766,50.934647,321.52817,5.0636244,83.769394,7.2714605,1.645023,58.2173,1.2563286,1.4991682,5.149492,10.158636,22.08413,15.001345,27.093369,189.69641,29.901434,14.382104,28.518145,6.9513826,83.6539,3.2482977,4.306864,5.954301,63.71526,1.864301,3.5443835,11.585232,11.83051,15.249155,4.9639425,1.0744392,67.34317,8.833502,189.73868,6.20232,280.3314,17.220095,1065.4839,115.68543,4.1649823,7.737595,162.79616,202.62457,984.0057,858.70764 +2023-03-03 21:00:00,0.0,2524.4438,27.543024,5.6346574,7.486006,25.73807,176.0826,25.609509,49.083008,21.702093,32.860363,150.85645,255.35187,12.804996,21.419704,12.930618,2.7898183,30.733086,36.93251,24.82268,411.67053,18.805086,339.15097,132.25587,26.389965,227.19937,163.23026,74.99752,731.0296,274.41177,1805.7793,39.837387,2353.3875,553.3912,28.411459,23.790375,155.4747,143.43301,269.36826,1074.4762,53.496975,12.853612,9.573485,719.01904,547.1993,66.77445,26.51254,239.6449,32.514133,297.08072,12.555125,46.536392,0.0,1513.6467,2408.302,0.49136782,35.593822,19.967402,16662.113,48.071552,1.6776091,21.03963,37.156548,30.635555,9.388631,20.269413,389.41046,27.977066,16.097517,1.3939168,8.147099,498.48715,0.3796621,262.52386,79.44597,2573.372,127.91028,124.39071,178.58652,1187.203,74.46341,63.955032,737.64185,57.71916,54.305946,10.655876,36.28383,218.99545,11.03423,8.529362,80.0433,16.955389,4595.342,21.88651,29.254032,19.25539,21.813847,352.9086,98.734085,32.133064,9.725782,10.850401,30.841473,71.610855,175.36185,48.410583,235.36374,30.759573,21.017654,95.084335,47.908268,27.443228,158.35342,18.325573,2.1323588,19.771206,12.853115,1453.8252,23.326756,9.791199,161.10504,22.411827,235.14096,91.15457,172.37558,8.389396,109.76969,533.9713,518.18176,49.033096,378.80634,112.66788,57.866295,70.29441,151.1456,25.669436,60.964806,468.3708,15.369398,22.413443,338.5105,10.327995,6.521376,85.02621,68.02399,698.9041,185.19682,174.19307,1976.2087,34.883614,1586.6707,1298.7135,6.4017296,4.686257,1309.8596,17.07915,8.937668,344.36887,19.723166,40.054073,19.74854,62.96918,267.57593,303.9983,2.9271371,29.404665,50.948338,321.76123,5.064973,83.7737,7.272144,1.6448544,58.21111,1.2564281,1.4990768,5.1491923,10.15867,22.090485,15.01002,27.100134,189.82863,29.901209,14.37932,28.505545,6.9498277,83.63962,3.2477825,4.3040724,5.953629,63.712036,1.8622004,3.542862,11.575174,11.864415,15.248617,4.9614515,1.0760127,67.42543,8.839652,189.79178,6.208473,280.6134,17.226248,1065.1678,115.78667,4.166988,7.7411084,163.07948,202.98425,985.3088,858.539 +2023-03-03 22:00:00,0.0,2525.9814,27.544666,5.6462154,7.4854164,25.753258,176.0854,25.616411,49.10714,21.706562,32.87266,150.87732,255.50655,12.814795,21.420376,12.926644,2.788717,30.738237,36.89766,24.812664,411.70724,18.782146,339.08392,132.22388,26.362446,226.97891,163.15672,74.97518,730.7402,274.36945,1805.751,39.79376,2353.453,552.6649,28.38516,23.766499,155.31622,143.50728,269.35995,1073.3674,53.511425,12.861635,9.57278,719.25226,546.63617,66.786644,26.532187,239.64314,32.499233,297.04776,12.5533285,46.555058,0.0,1515.2468,2411.4248,0.4943375,35.588108,19.976791,16670.742,48.098274,1.6784408,21.101074,37.262886,30.648771,9.39039,20.32825,389.51132,27.984785,16.130424,1.3970839,8.1479,498.75925,0.37956065,262.8497,79.39301,2573.8447,127.83893,124.453125,178.60774,1185.8502,74.39882,63.9295,736.997,57.66961,54.26201,10.659241,36.283443,218.99861,11.033938,8.5287285,80.07156,16.959805,4595.2925,21.89486,29.290323,19.263693,21.825216,352.91934,98.71935,32.16398,9.728994,10.855427,30.86816,71.66585,175.5044,48.460014,235.42232,30.76126,21.054094,95.11143,48.07433,27.523716,158.30492,18.313393,2.139422,19.764025,12.879141,1457.7617,23.311827,9.859253,161.09207,22.423258,235.28557,91.17903,172.53802,8.389075,109.74969,534.55743,518.7793,49.082687,379.93967,112.70654,57.96066,70.300125,151.0287,25.651888,60.93806,468.4739,15.361361,22.40181,338.3973,10.327573,6.5204735,85.007904,68.027664,698.91425,185.17032,174.2051,1976.3127,34.934628,1587.1255,1299.1448,6.403349,4.686178,1309.7607,17.074617,8.939179,344.3261,19.727486,40.065727,19.759752,63.025154,267.81235,303.9293,2.9277043,29.408564,50.96203,321.9943,5.0663214,83.778,7.272827,1.6446859,58.204918,1.2565278,1.4989856,5.148893,10.158706,22.09684,15.018696,27.1069,189.96083,29.900986,14.376535,28.492943,6.948272,83.625336,3.2472672,4.301281,5.952957,63.70881,1.8600998,3.54134,11.565116,11.898319,15.248079,4.9589605,1.0775864,67.5077,8.845801,189.8449,6.2146263,280.89545,17.2324,1064.8518,115.88791,4.1689935,7.7446213,163.36281,203.34392,986.6119,858.3703 +2023-03-03 23:00:00,0.0,2527.5193,27.546309,5.657774,7.484827,25.768448,176.0882,25.623314,49.131268,21.711033,32.88496,150.8982,255.66121,12.824593,21.421047,12.922671,2.787616,30.74339,36.862804,24.802649,411.74393,18.759205,339.0169,132.1919,26.334927,226.75845,163.08319,74.95285,730.45074,274.32715,1805.7227,39.750126,2353.5183,551.9387,28.358864,23.742624,155.15775,143.58154,269.35168,1072.2585,53.525875,12.869658,9.572074,719.4855,546.07306,66.798836,26.551832,239.64139,32.484337,297.0148,12.551532,46.573727,0.0,1516.847,2414.5476,0.49730715,35.582394,19.986181,16679.371,48.125,1.6792724,21.16252,37.369225,30.66199,9.392149,20.38709,389.61218,27.992504,16.16333,1.4002509,8.148701,499.0313,0.37945917,263.1755,79.34005,2574.3176,127.76758,124.51555,178.62895,1184.4974,74.33423,63.90397,736.3522,57.62006,54.21807,10.662604,36.28306,219.00177,11.033647,8.528096,80.09984,16.96422,4595.243,21.903208,29.326612,19.271994,21.836588,352.93008,98.70463,32.194893,9.732207,10.860453,30.89485,71.72085,175.64694,48.50944,235.4809,30.762945,21.090534,95.13851,48.24039,27.604204,158.2564,18.301212,2.146485,19.756844,12.905167,1461.6982,23.296898,9.927307,161.0791,22.434689,235.43016,91.20349,172.70045,8.388755,109.72968,535.14355,519.37683,49.132282,381.073,112.74521,58.055023,70.30584,150.9118,25.634342,60.91132,468.57703,15.353324,22.390179,338.28412,10.32715,6.5195713,84.98961,68.03134,698.9244,185.14383,174.21713,1976.4166,34.98564,1587.5802,1299.576,6.4049683,4.6861,1309.6619,17.070086,8.940692,344.2834,19.731808,40.077377,19.770964,63.081127,268.0488,303.8603,2.9282715,29.41246,50.97572,322.2274,5.06767,83.782295,7.2735105,1.6445173,58.198727,1.2566274,1.4988943,5.1485934,10.158741,22.103193,15.027371,27.113665,190.09303,29.90076,14.373752,28.480343,6.946717,83.61105,3.246752,4.29849,5.952285,63.705585,1.8579992,3.5398185,11.5550585,11.932224,15.247542,4.9564695,1.07916,67.58996,8.851952,189.898,6.22078,281.17746,17.238552,1064.5356,115.98914,4.170999,7.7481346,163.64612,203.7036,987.915,858.2016 +2023-03-04 00:00:00,0.0,2529.0571,27.54795,5.669332,7.4842377,25.783636,176.09099,25.630217,49.155396,21.715502,32.89726,150.91907,255.81589,12.834392,21.42172,12.918697,2.7865148,30.748543,36.82795,24.792633,411.78064,18.736265,338.94986,132.15991,26.30741,226.53798,163.00966,74.93052,730.1613,274.28485,1805.6943,39.706493,2353.5837,551.2125,28.332567,23.71875,154.99928,143.65579,269.34338,1071.1497,53.54032,12.877682,9.571368,719.7187,545.50995,66.81102,26.571478,239.63962,32.469437,296.98187,12.549735,46.592392,0.0,1518.4473,2417.6702,0.5002768,35.57668,19.995571,16688.0,48.151722,1.6801041,21.223963,37.475563,30.675207,9.3939085,20.445929,389.71304,28.000225,16.196238,1.403418,8.149502,499.30338,0.37935773,263.50134,79.287094,2574.7903,127.696236,124.57796,178.65018,1183.1445,74.26963,63.878437,735.70734,57.57051,54.174133,10.665969,36.282673,219.00493,11.033355,8.527464,80.128105,16.968634,4595.1934,21.911556,29.362904,19.280294,21.84796,352.94086,98.689896,32.225807,9.735419,10.8654785,30.921537,71.77584,175.78947,48.558872,235.53947,30.764631,21.126974,95.1656,48.406452,27.684692,158.20789,18.289032,2.1535485,19.749664,12.931191,1465.6349,23.281967,9.995361,161.06613,22.44612,235.57475,91.22796,172.8629,8.388435,109.70968,535.7297,519.97437,49.181877,382.20633,112.78387,58.149387,70.311554,150.79492,25.616795,60.88458,468.68015,15.345287,22.378548,338.17096,10.326728,6.518669,84.971306,68.03502,698.9346,185.11734,174.22916,1976.5206,35.036655,1588.035,1300.0073,6.4065876,4.6860213,1309.563,17.065554,8.9422035,344.24066,19.736128,40.08903,19.782173,63.137096,268.28522,303.7913,2.9288387,29.416359,50.989414,322.46045,5.0690184,83.7866,7.2741933,1.6443489,58.192535,1.2567271,1.4988031,5.148294,10.158776,22.109549,15.036047,27.12043,190.22523,29.900537,14.370968,28.467741,6.945162,83.59677,3.2462368,4.2956986,5.951613,63.70236,1.8558985,3.538297,11.545,11.966128,15.2470045,4.9539785,1.0807335,67.67222,8.858102,189.95111,6.226933,281.45947,17.244705,1064.2196,116.090385,4.1730046,7.751648,163.92944,204.06326,989.2181,858.03296 +2023-03-04 01:00:00,0.0,2530.5947,27.549593,5.68089,7.4836483,25.798826,176.09378,25.63712,49.179527,21.719973,32.909557,150.93994,255.97055,12.844191,21.422392,12.914723,2.7854135,30.753695,36.7931,24.782618,411.81732,18.713326,338.8828,132.12793,26.27989,226.31752,162.93614,74.90819,729.8719,274.24255,1805.666,39.662865,2353.6492,550.48627,28.30627,23.694874,154.8408,143.73006,269.3351,1070.0408,53.55477,12.885705,9.570663,719.95184,544.9468,66.82321,26.591124,239.63785,32.45454,296.9489,12.547938,46.61106,0.0,1520.0474,2420.793,0.5032465,35.570965,20.004961,16696.629,48.178448,1.6809357,21.285406,37.5819,30.688423,9.395667,20.504768,389.8139,28.007944,16.229143,1.406585,8.150304,499.57547,0.37925625,263.82718,79.23414,2575.2632,127.624886,124.64037,178.6714,1181.7917,74.20504,63.852905,735.0625,57.52096,54.130196,10.6693325,36.282288,219.00807,11.033063,8.526831,80.15637,16.97305,4595.144,21.919905,29.399193,19.288597,21.85933,352.9516,98.67517,32.25672,9.738631,10.870503,30.948225,71.83083,175.93202,48.6083,235.59804,30.76632,21.163414,95.19269,48.572514,27.76518,158.15938,18.276852,2.1606116,19.742483,12.957217,1469.5714,23.267038,10.063415,161.05316,22.45755,235.71936,91.25242,173.02533,8.388115,109.689674,536.3158,520.5719,49.23147,383.33966,112.82253,58.24375,70.31727,150.67802,25.599249,60.857838,468.78326,15.337251,22.366917,338.05777,10.326305,6.5177665,84.95301,68.0387,698.9447,185.09084,174.2412,1976.6245,35.08767,1588.4897,1300.4387,6.4082065,4.685943,1309.4642,17.061022,8.943716,344.19794,19.74045,40.100685,19.793385,63.19307,268.52167,303.7223,2.929406,29.420256,51.003105,322.6935,5.070367,83.7909,7.2748766,1.6441803,58.186344,1.2568268,1.4987118,5.1479945,10.158812,22.115904,15.044723,27.127195,190.35745,29.900312,14.368183,28.455141,6.9436064,83.5825,3.2457216,4.2929077,5.950941,63.69913,1.8537979,3.5367754,11.534943,12.000033,15.246467,4.9514875,1.0823071,67.75448,8.864251,190.00421,6.233086,281.7415,17.250858,1063.9036,116.19162,4.17501,7.755161,164.21277,204.42294,990.5212,857.86426 +2023-03-04 02:00:00,0.0,2532.1326,27.551235,5.692448,7.4830594,25.814016,176.09657,25.644022,49.203655,21.724442,32.921856,150.96082,256.1252,12.853989,21.423063,12.910749,2.7843125,30.758846,36.758244,24.772602,411.854,18.690386,338.8158,132.09595,26.25237,226.09705,162.86261,74.88586,729.58246,274.20026,1805.6377,39.619232,2353.7144,549.7601,28.279972,23.671,154.68233,143.80432,269.3268,1068.9319,53.56922,12.893728,9.569958,720.18506,544.38367,66.8354,26.61077,239.6361,32.43964,296.91595,12.546142,46.629726,0.0,1521.6477,2423.9158,0.50621617,35.565254,20.014349,16705.258,48.20517,1.6817675,21.346851,37.68824,30.701641,9.397427,20.563606,389.91476,28.015663,16.262049,1.409752,8.151105,499.84753,0.3791548,264.153,79.18118,2575.7358,127.553535,124.70279,178.69263,1180.439,74.14045,63.827374,734.41766,57.471413,54.086258,10.672697,36.281902,219.01123,11.03277,8.526198,80.18464,16.977465,4595.0947,21.928253,29.435484,19.296898,21.8707,352.96234,98.660446,32.287636,9.741843,10.875529,30.974913,71.885826,176.07457,48.65773,235.65662,30.768005,21.199854,95.21978,48.738575,27.845669,158.11086,18.264673,2.1676748,19.735302,12.983243,1473.5079,23.25211,10.131469,161.04019,22.46898,235.86395,91.27688,173.18777,8.387795,109.66967,536.9019,521.1695,49.281063,384.473,112.8612,58.338116,70.32299,150.56114,25.581701,60.831093,468.8864,15.329214,22.355286,337.94458,10.325883,6.5168643,84.93471,68.04238,698.95483,185.06435,174.25322,1976.7285,35.138683,1588.9446,1300.87,6.409826,4.6858644,1309.3654,17.05649,8.945229,344.1552,19.74477,40.11234,19.804596,63.24904,268.7581,303.6533,2.9299731,29.424154,51.016796,322.9266,5.0717154,83.795204,7.27556,1.6440117,58.180153,1.2569263,1.4986206,5.147695,10.158846,22.12226,15.053398,27.13396,190.48965,29.90009,14.365399,28.442541,6.942051,83.568214,3.2452064,4.2901163,5.9502687,63.695908,1.8516973,3.5352538,11.524884,12.033937,15.245929,4.948996,1.0838808,67.83675,8.870401,190.05733,6.239239,282.0235,17.25701,1063.5875,116.29286,4.177016,7.758674,164.4961,204.78262,991.8243,857.6956 +2023-03-04 03:00:00,0.0,2533.6702,27.552877,5.7040067,7.48247,25.829205,176.09937,25.650925,49.227783,21.728912,32.934155,150.98169,256.2799,12.863788,21.423737,12.906775,2.7832112,30.763998,36.723392,24.762587,411.89072,18.667446,338.74875,132.06395,26.224854,225.87659,162.78908,74.863525,729.293,274.15796,1805.6095,39.5756,2353.7798,549.0339,28.253675,23.647125,154.52386,143.87857,269.31854,1067.823,53.583668,12.9017515,9.569252,720.4183,543.82056,66.84759,26.630415,239.63431,32.424744,296.88303,12.544345,46.648396,0.0,1523.2478,2427.0386,0.50918585,35.55954,20.023739,16713.887,48.231895,1.6825991,21.408295,37.79458,30.714859,9.399186,20.622446,390.01562,28.023382,16.294956,1.412919,8.151906,500.11963,0.37905335,264.47885,79.12823,2576.2087,127.482185,124.765205,178.71384,1179.086,74.07586,63.80184,733.7728,57.421864,54.04232,10.676061,36.281517,219.01439,11.032478,8.525565,80.212906,16.981878,4595.0454,21.936602,29.471775,19.305199,21.882072,352.9731,98.64571,32.31855,9.745056,10.880555,31.0016,71.94082,176.21712,48.707157,235.7152,30.769691,21.236292,95.246864,48.904636,27.926157,158.06235,18.252493,2.174738,19.72812,13.009269,1477.4445,23.237179,10.199523,161.02722,22.480412,236.00854,91.301346,173.3502,8.387475,109.649666,537.4881,521.767,49.330654,385.6063,112.899864,58.43248,70.328705,150.44424,25.564156,60.80435,468.98953,15.3211775,22.343655,337.8314,10.32546,6.515962,84.916405,68.04606,698.965,185.03784,174.26526,1976.8325,35.1897,1589.3993,1301.3013,6.411445,4.6857862,1309.2665,17.05196,8.94674,344.1125,19.749092,40.123993,19.815805,63.30501,268.99454,303.5843,2.9305403,29.428053,51.030487,323.15967,5.0730643,83.7995,7.276243,1.6438432,58.173958,1.257026,1.4985293,5.1473956,10.158881,22.128613,15.062074,27.140726,190.62186,29.899864,14.362615,28.42994,6.9404955,83.55393,3.2446911,4.287325,5.949597,63.69268,1.8495967,3.5337322,11.514827,12.0678425,15.245392,4.946505,1.0854543,67.91901,8.876551,190.11043,6.2453923,282.3055,17.263163,1063.2715,116.3941,4.1790214,7.762187,164.77942,205.14229,993.1274,857.5269 +2023-03-04 04:00:00,0.0,2535.208,27.554518,5.7155647,7.4818807,25.844395,176.10216,25.657827,49.25191,21.733381,32.946453,151.00256,256.43457,12.873587,21.424408,12.9028015,2.78211,30.76915,36.688538,24.752571,411.9274,18.644506,338.6817,132.03197,26.197334,225.65613,162.71555,74.84119,729.0036,274.11566,1805.5812,39.53197,2353.8452,548.3076,28.227379,23.62325,154.36537,143.95284,269.31024,1066.7141,53.598118,12.909775,9.568546,720.6515,543.2574,66.85978,26.65006,239.63255,32.409843,296.85007,12.542548,46.66706,0.0,1524.848,2430.1611,0.51215553,35.553825,20.033129,16722.516,48.25862,1.6834307,21.469738,37.900917,30.728075,9.400945,20.681286,390.1165,28.031101,16.327862,1.4160861,8.152707,500.3917,0.37895188,264.80466,79.075264,2576.6814,127.410835,124.82762,178.73506,1177.7333,74.01126,63.77631,733.12805,57.37232,53.99838,10.679425,36.28113,219.01755,11.0321865,8.524933,80.24117,16.986294,4594.996,21.94495,29.508064,19.313501,21.893442,352.98386,98.63099,32.34946,9.748268,10.88558,31.02829,71.99581,176.35965,48.756588,235.77377,30.771378,21.272732,95.27396,49.070698,28.006645,158.01382,18.240313,2.181801,19.720942,13.035295,1481.381,23.22225,10.267577,161.01425,22.491842,236.15315,91.325806,173.51265,8.387155,109.62966,538.0742,522.36456,49.38025,386.73962,112.93853,58.526848,70.33442,150.32735,25.546608,60.77761,469.09265,15.313141,22.332024,337.71823,10.325038,6.51506,84.89811,68.049736,698.97516,185.01135,174.27728,1976.9365,35.240715,1589.8541,1301.7325,6.4130645,4.685708,1309.1676,17.047428,8.948253,344.06976,19.753414,40.135647,19.827017,63.360985,269.23096,303.51532,2.9311075,29.43195,51.044178,323.39273,5.074413,83.8038,7.2769265,1.6436746,58.167767,1.2571256,1.498438,5.147096,10.158916,22.134968,15.070749,27.147491,190.75406,29.899641,14.359831,28.41734,6.9389405,83.53965,3.244176,4.284534,5.9489245,63.689453,1.8474962,3.5322104,11.504768,12.101747,15.244854,4.944014,1.0870279,68.00127,8.882701,190.16354,6.251546,282.58752,17.269316,1062.9554,116.49533,4.1810274,7.7657003,165.06274,205.50197,994.4304,857.3582 +2023-03-04 05:00:00,0.0,2536.7456,27.55616,5.727123,7.4812913,25.859585,176.10497,25.66473,49.276043,21.737852,32.95875,151.02344,256.58923,12.883385,21.42508,12.898828,2.7810087,30.774302,36.653687,24.742556,411.96408,18.621567,338.61465,131.99998,26.169815,225.43565,162.64203,74.818855,728.7142,274.07336,1805.5529,39.48834,2353.9106,547.5814,28.201082,23.599375,154.20691,144.0271,269.30197,1065.6052,53.612568,12.917798,9.567842,720.8847,542.6943,66.87197,26.669706,239.6308,32.394947,296.8171,12.540751,46.68573,0.0,1526.4482,2433.284,0.51512516,35.54811,20.042519,16731.145,48.285343,1.6842624,21.531183,38.007256,30.741293,9.402704,20.740124,390.21735,28.03882,16.36077,1.4192531,8.153509,500.66376,0.37885043,265.1305,79.02231,2577.1543,127.33949,124.890045,178.75629,1176.3804,73.94667,63.750774,732.4832,57.32277,53.95444,10.682789,36.280743,219.02069,11.031895,8.524301,80.26944,16.99071,4594.947,21.953299,29.544355,19.321802,21.904814,352.9946,98.61626,32.380375,9.75148,10.890606,31.054977,72.050804,176.5022,48.806015,235.83235,30.773066,21.309172,95.30104,49.236763,28.087133,157.96532,18.228132,2.1888642,19.71376,13.06132,1485.3176,23.20732,10.33563,161.00128,22.503273,236.29774,91.350266,173.67508,8.386835,109.60966,538.66034,522.9621,49.42984,387.87296,112.977196,58.621212,70.34013,150.21046,25.529062,60.75087,469.19577,15.305104,22.32039,337.60504,10.3246155,6.5141573,84.87981,68.05341,698.9853,184.98486,174.28932,1977.0404,35.29173,1590.3088,1302.1638,6.414684,4.6856294,1309.0688,17.042896,8.949764,344.02704,19.757734,40.147297,19.838228,63.416954,269.46738,303.44632,2.9316747,29.435848,51.05787,323.62582,5.0757613,83.808105,7.27761,1.6435062,58.161575,1.2572253,1.4983468,5.1467967,10.158952,22.141323,15.079426,27.154257,190.88628,29.899418,14.357047,28.404737,6.937385,83.52537,3.2436604,4.2817426,5.9482527,63.68623,1.8453954,3.5306888,11.494711,12.135652,15.244316,4.941523,1.0886015,68.08353,8.88885,190.21664,6.257699,282.86954,17.275469,1062.6393,116.59657,4.183033,7.7692137,165.34607,205.86163,995.7335,857.1896 +2023-03-04 06:00:00,0.0,2538.2834,27.557802,5.738681,7.480702,25.874773,176.10776,25.671633,49.30017,21.742321,32.97105,151.04433,256.7439,12.893184,21.425753,12.894854,2.7799077,30.779453,36.61883,24.73254,412.0008,18.598627,338.54764,131.968,26.142298,225.2152,162.5685,74.796524,728.42474,274.03107,1805.5245,39.44471,2353.976,546.8552,28.174786,23.5755,154.04843,144.10135,269.29367,1064.4963,53.627018,12.925821,9.567136,721.11786,542.13116,66.884155,26.689352,239.62903,32.38005,296.78418,12.538955,46.704395,0.0,1528.0483,2436.4067,0.51809484,35.542397,20.051908,16739.775,48.31207,1.685094,21.592627,38.113594,30.75451,9.404463,20.798964,390.3182,28.04654,16.393675,1.4224201,8.15431,500.93585,0.37874895,265.45633,78.96935,2577.627,127.26814,124.95246,178.77751,1175.0276,73.88208,63.725243,731.8384,57.27322,53.910503,10.686153,36.280357,219.02385,11.031603,8.523667,80.29771,16.995123,4594.897,21.961647,29.580645,19.330103,21.916185,353.00537,98.60153,32.41129,9.754692,10.895632,31.081665,72.1058,176.64474,48.855442,235.89093,30.774752,21.345612,95.32813,49.402824,28.167622,157.91681,18.215952,2.1959274,19.70658,13.087346,1489.2542,23.19239,10.403685,160.98831,22.514704,236.44234,91.37473,173.83752,8.386515,109.58965,539.24646,523.55963,49.479435,389.0063,113.01586,58.715576,70.34585,150.09357,25.511515,60.72413,469.2989,15.297068,22.30876,337.49185,10.324193,6.513255,84.86151,68.05709,698.9955,184.95836,174.30135,1977.1444,35.342743,1590.7637,1302.5951,6.416303,4.685551,1308.97,17.038364,8.951277,343.9843,19.762056,40.15895,19.849438,63.472927,269.70383,303.37732,2.932242,29.439745,51.07156,323.8589,5.07711,83.81241,7.278293,1.6433376,58.155384,1.2573248,1.4982555,5.1464972,10.158987,22.147678,15.088101,27.161022,191.01848,29.899193,14.354262,28.392138,6.9358296,83.511086,3.2431452,4.278951,5.947581,63.683002,1.8432949,3.5291672,11.484653,12.169556,15.243778,4.939032,1.0901752,68.165794,8.895,190.26974,6.263852,283.15155,17.28162,1062.3232,116.69781,4.1850386,7.7727265,165.6294,206.22131,997.0366,857.0209 +2023-03-04 07:00:00,0.0,2539.821,27.559444,5.7502394,7.4801126,25.889963,176.11055,25.678535,49.3243,21.746792,32.98335,151.0652,256.8986,12.902982,21.426424,12.890881,2.7788064,30.784607,36.583977,24.722525,412.03748,18.575687,338.4806,131.93602,26.114779,224.99472,162.49496,74.77419,728.1353,273.98877,1805.4962,39.401077,2354.0415,546.12897,28.148487,23.551624,153.88995,144.17561,269.28537,1063.3875,53.641464,12.9338455,9.56643,721.3511,541.56805,66.89635,26.708998,239.62726,32.36515,296.75122,12.537158,46.723064,0.0,1529.6486,2439.5295,0.5210645,35.536686,20.061298,16748.404,48.33879,1.6859257,21.65407,38.219933,30.767727,9.406222,20.857801,390.41907,28.054258,16.426582,1.4255872,8.155111,501.20792,0.3786475,265.78217,78.9164,2578.0999,127.19679,125.01488,178.79874,1173.6748,73.81749,63.69971,731.19354,57.22367,53.866566,10.689517,36.279972,219.02701,11.031311,8.523035,80.32597,16.999538,4594.8477,21.969995,29.616936,19.338404,21.927555,353.0161,98.5868,32.442204,9.757904,10.900657,31.108353,72.16079,176.7873,48.904873,235.94951,30.776438,21.382051,95.35522,49.568886,28.24811,157.86829,18.203772,2.2029905,19.6994,13.113371,1493.1907,23.177462,10.471739,160.97534,22.526134,236.58694,91.39919,173.99995,8.386194,109.56965,539.8326,524.15717,49.529026,390.13962,113.05453,58.80994,70.35157,149.97668,25.493969,60.697384,469.402,15.289031,22.297129,337.3787,10.3237705,6.512353,84.84321,68.06077,699.0056,184.93187,174.31339,1977.2483,35.393757,1591.2184,1303.0264,6.4179225,4.6854725,1308.8711,17.033833,8.952788,343.9416,19.766376,40.170605,19.86065,63.5289,269.94025,303.30832,2.932809,29.443644,51.08525,324.09195,5.0784583,83.8167,7.278976,1.643169,58.149193,1.2574245,1.4981643,5.146198,10.159021,22.154032,15.096777,27.167786,191.15068,29.89897,14.351479,28.379536,6.9342747,83.49681,3.24263,4.2761602,5.9469085,63.67978,1.8411943,3.5276456,11.474595,12.203461,15.243241,4.936541,1.0917487,68.248055,8.90115,190.32286,6.270005,283.43356,17.287773,1062.0072,116.79905,4.187044,7.77624,165.91272,206.581,998.3397,856.85223 +2023-03-04 08:00:00,0.0,2541.359,27.561087,5.7617974,7.4795237,25.905151,176.11334,25.685438,49.34843,21.75126,32.995644,151.08607,257.05325,12.912781,21.427097,12.886907,2.7777052,30.789759,36.549126,24.71251,412.0742,18.552748,338.41354,131.90402,26.087261,224.77426,162.42145,74.75186,727.8459,273.94647,1805.4679,39.357445,2354.107,545.4028,28.12219,23.52775,153.73149,144.24988,269.2771,1062.2786,53.655914,12.941869,9.565725,721.5843,541.0049,66.90854,26.728645,239.6255,32.350254,296.71826,12.535361,46.74173,0.0,1531.2488,2442.6523,0.5240342,35.53097,20.070688,16757.033,48.365517,1.6867573,21.715515,38.32627,30.780945,9.407982,20.916641,390.51993,28.061977,16.459488,1.4287542,8.155912,501.48,0.37854603,266.10797,78.86344,2578.5725,127.12544,125.0773,178.81995,1172.3219,73.7529,63.67418,730.5487,57.17412,53.822628,10.692882,36.279587,219.03017,11.031019,8.522403,80.35424,17.003952,4594.7983,21.978344,29.653225,19.346706,21.938927,353.0269,98.572075,32.473118,9.761117,10.905683,31.13504,72.21578,176.92982,48.9543,236.00809,30.778124,21.418491,95.38231,49.734947,28.328598,157.81978,18.191591,2.2100537,19.692219,13.139397,1497.1272,23.16253,10.539793,160.96237,22.537565,236.73154,91.42365,174.16238,8.385875,109.549644,540.4187,524.75476,49.57862,391.27295,113.09319,58.904305,70.357285,149.85979,25.476421,60.670643,469.50513,15.280994,22.285498,337.2655,10.323348,6.5114503,84.82491,68.064445,699.01575,184.90536,174.32541,1977.3523,35.44477,1591.6732,1303.4576,6.4195414,4.6853943,1308.7722,17.0293,8.954301,343.89883,19.770699,40.18226,19.871859,63.58487,270.1767,303.23932,2.9333763,29.447542,51.09894,324.32504,5.079807,83.82101,7.2796593,1.6430005,58.143,1.2575241,1.498073,5.1458983,10.159057,22.160387,15.105453,27.174551,191.28288,29.898745,14.348694,28.366936,6.932719,83.48253,3.2421148,4.273369,5.9462366,63.67655,1.8390937,3.526124,11.464538,12.237366,15.242703,4.93405,1.0933223,68.330315,8.9073,190.37596,6.2761583,283.7156,17.293926,1061.6912,116.90028,4.1890497,7.7797527,166.19604,206.94066,999.6428,856.68353 +2023-03-04 09:00:00,0.0,2542.8967,27.562729,5.7733555,7.4789343,25.920341,176.11613,25.692343,49.37256,21.755732,33.007942,151.10695,257.20792,12.92258,21.427769,12.882933,2.7766042,30.79491,36.51427,24.702494,412.11087,18.529808,338.34653,131.87204,26.059742,224.5538,162.34792,74.72953,727.55646,273.90417,1805.4396,39.313816,2354.1724,544.6766,28.095894,23.503876,153.57301,144.32414,269.2688,1061.1697,53.670364,12.949892,9.56502,721.8175,540.4418,66.92072,26.748291,239.62375,32.335354,296.68533,12.533565,46.7604,0.0,1532.8489,2445.775,0.5270039,35.525257,20.080078,16765.662,48.39224,1.687589,21.776958,38.43261,30.794163,9.40974,20.97548,390.6208,28.069696,16.492395,1.4319212,8.1567135,501.75208,0.37844458,266.4338,78.810486,2579.0454,127.05409,125.13971,178.84117,1170.9691,73.6883,63.648647,729.9039,57.124573,53.77869,10.696245,36.2792,219.03331,11.030727,8.52177,80.382515,17.008368,4594.749,21.986692,29.689516,19.355007,21.950298,353.03763,98.55735,32.504032,9.764329,10.910708,31.16173,72.270775,177.07237,49.00373,236.06667,30.779812,21.454931,95.40939,49.90101,28.409086,157.77127,18.17941,2.2171168,19.685038,13.165422,1501.0638,23.147602,10.607846,160.9494,22.548996,236.87613,91.44812,174.32483,8.385554,109.52964,541.0048,525.3523,49.628216,392.40628,113.13185,58.99867,70.363,149.74289,25.458876,60.6439,469.60825,15.272958,22.273867,337.1523,10.322926,6.510548,84.80661,68.06812,699.02594,184.87888,174.33745,1977.4563,35.495785,1592.1279,1303.8889,6.4211607,4.6853156,1308.6735,17.02477,8.955812,343.8561,19.775019,40.193913,19.88307,63.640842,270.41312,303.17032,2.9339435,29.451439,51.112633,324.5581,5.0811553,83.82531,7.2803426,1.642832,58.13681,1.2576238,1.4979818,5.145599,10.159092,22.166742,15.114128,27.181316,191.4151,29.898521,14.34591,28.354334,6.931164,83.46825,3.2415996,4.270578,5.9455647,63.673325,1.836993,3.5246024,11.454479,12.27127,15.242166,4.931559,1.0948958,68.412575,8.913449,190.42908,6.282312,283.99762,17.300077,1061.3751,117.001526,4.1910553,7.783266,166.47935,207.30034,1000.9459,856.5149 +2023-03-04 10:00:00,0.0,2544.4343,27.564371,5.7849135,7.478345,25.935532,176.11893,25.699245,49.396687,21.7602,33.02024,151.12782,257.36258,12.932378,21.42844,12.878959,2.775503,30.800062,36.47942,24.692478,412.14755,18.506868,338.27948,131.84006,26.032223,224.33333,162.27438,74.70719,727.267,273.86188,1805.4113,39.270184,2354.2375,543.9503,28.069597,23.48,153.41454,144.39839,269.26053,1060.0608,53.68481,12.957915,9.564314,722.0507,539.87866,66.932915,26.767937,239.62196,32.320457,296.65237,12.531768,46.779064,0.0,1534.4491,2448.8977,0.5299735,35.519543,20.089468,16774.291,48.418964,1.6884207,21.838402,38.538948,30.807379,9.4115,21.034319,390.72165,28.077415,16.525301,1.4350883,8.157516,502.02417,0.37834314,266.75964,78.75752,2579.518,126.98275,125.202126,178.8624,1169.6163,73.62371,63.623116,729.25903,57.075024,53.734753,10.69961,36.278816,219.03647,11.030436,8.521137,80.41078,17.012783,4594.6997,21.99504,29.725807,19.363308,21.961668,353.04837,98.54262,32.534946,9.767541,10.915734,31.188417,72.32577,177.21492,49.053158,236.12523,30.781498,21.491371,95.436485,50.06707,28.489574,157.72275,18.16723,2.22418,19.677856,13.191448,1505.0004,23.132671,10.6759,160.93643,22.560427,237.02074,91.47258,174.48726,8.385234,109.509636,541.59094,525.9498,49.677807,393.5396,113.17052,59.093033,70.36871,149.626,25.441328,60.61716,469.7114,15.264921,22.262236,337.03912,10.322503,6.509646,84.788315,68.0718,699.0361,184.85239,174.34949,1977.5603,35.5468,1592.5828,1304.3203,6.42278,4.6852374,1308.5746,17.020239,8.957325,343.8134,19.77934,40.205566,19.894281,63.69681,270.64954,303.10132,2.9345107,29.455338,51.126328,324.79117,5.082504,83.82961,7.281026,1.6426635,58.13062,1.2577233,1.4978905,5.1453,10.159127,22.173098,15.122804,27.188082,191.5473,29.898296,14.343125,28.341734,6.929609,83.453964,3.2410843,4.2677865,5.9448924,63.6701,1.8348924,3.5230806,11.444422,12.305175,15.241628,4.929068,1.0964695,68.49484,8.9196,190.48218,6.288465,284.27963,17.30623,1061.0591,117.10276,4.193061,7.7867794,166.76268,207.66,1002.249,856.3462 +2023-03-04 11:00:00,0.0,2545.9722,27.566013,5.796472,7.4777555,25.95072,176.12172,25.706148,49.42082,21.764671,33.03254,151.1487,257.51727,12.942177,21.429113,12.874985,2.7744017,30.805214,36.444565,24.682463,412.18427,18.483929,338.21243,131.80807,26.004705,224.11287,162.20085,74.68486,726.9776,273.81958,1805.3829,39.22655,2354.303,543.2241,28.043299,23.456125,153.25606,144.47266,269.25223,1058.952,53.69926,12.965939,9.563608,722.2839,539.3155,66.94511,26.787582,239.62021,32.305557,296.61942,12.529971,46.797733,0.0,1536.0492,2452.0205,0.5329432,35.51383,20.098858,16782.92,48.44569,1.6892524,21.899847,38.645287,30.820597,9.413259,21.093159,390.8225,28.085135,16.558208,1.4382553,8.158317,502.29623,0.37824166,267.08548,78.70457,2579.991,126.9114,125.26454,178.88362,1168.2634,73.55912,63.597584,728.6142,57.025475,53.690815,10.702973,36.27843,219.03963,11.030144,8.520504,80.43905,17.017197,4594.6504,22.00339,29.762096,19.37161,21.97304,353.05914,98.52789,32.56586,9.770753,10.920759,31.215105,72.38076,177.35747,49.10259,236.1838,30.783184,21.527811,95.46357,50.23313,28.570063,157.67424,18.155052,2.2312434,19.670677,13.217474,1508.9369,23.117743,10.743955,160.92346,22.571857,237.16533,91.49704,174.6497,8.384914,109.48963,542.17706,526.54736,49.7274,394.67294,113.20918,59.187397,70.374435,149.50911,25.423782,60.590416,469.8145,15.256885,22.250605,336.92596,10.322081,6.5087433,84.77001,68.07548,699.0462,184.82588,174.36151,1977.6643,35.597813,1593.0375,1304.7516,6.4243994,4.685159,1308.4757,17.015707,8.9588375,343.77066,19.783663,40.217216,19.90549,63.752785,270.886,303.03235,2.935078,29.459234,51.14002,325.02423,5.0838523,83.83391,7.281709,1.6424949,58.124428,1.257823,1.4977992,5.1450005,10.159162,22.179451,15.131479,27.194847,191.6795,29.898073,14.340342,28.329134,6.9280534,83.43968,3.240569,4.264995,5.9442205,63.666874,1.8327918,3.521559,11.434363,12.339079,15.241091,4.926577,1.0980431,68.5771,8.925749,190.5353,6.294618,284.56165,17.312384,1060.743,117.203995,4.1950665,7.7902923,167.046,208.01968,1003.5521,856.1775 +2023-03-04 12:00:00,0.0,2547.5098,27.567654,5.80803,7.477166,25.96591,176.12453,25.71305,49.444946,21.76914,33.044838,151.16957,257.67194,12.951976,21.429785,12.871011,2.7733006,30.810366,36.409714,24.672447,412.22095,18.460987,338.1454,131.7761,25.977186,223.8924,162.12733,74.66253,726.6882,273.77728,1805.3547,39.182922,2354.3684,542.4979,28.017002,23.432251,153.0976,144.54692,269.24396,1057.8431,53.71371,12.973962,9.562903,722.5171,538.7524,66.95729,26.807228,239.61844,32.29066,296.5865,12.528174,46.8164,0.0,1537.6494,2455.1433,0.5359129,35.508118,20.108246,16791.549,48.472412,1.690084,21.96129,38.751625,30.833815,9.415018,21.151997,390.92337,28.092854,16.591114,1.4414223,8.159118,502.5683,0.3781402,267.4113,78.65161,2580.4636,126.84005,125.32696,178.90483,1166.9106,73.49453,63.572052,727.96936,56.975925,53.646877,10.706338,36.27804,219.04279,11.029851,8.519872,80.467316,17.021612,4594.6006,22.011738,29.798388,19.379911,21.984411,353.0699,98.51316,32.596775,9.773965,10.925785,31.241793,72.43575,177.5,49.152016,236.24239,30.78487,21.56425,95.49066,50.399193,28.65055,157.62573,18.142872,2.2383065,19.663496,13.2435,1512.8734,23.102814,10.812009,160.91049,22.583288,237.30992,91.52151,174.81213,8.384594,109.46963,542.7632,527.1449,49.776993,395.80627,113.24785,59.28176,70.38015,149.39221,25.406235,60.563675,469.91763,15.248848,22.238974,336.81277,10.321659,6.507841,84.75171,68.079155,699.0564,184.7994,174.37355,1977.7682,35.648827,1593.4923,1305.1829,6.4260187,4.6850805,1308.3768,17.011175,8.960349,343.72794,19.787983,40.22887,19.916702,63.808758,271.1224,302.96335,2.935645,29.463133,51.15371,325.25732,5.085201,83.83821,7.2823925,1.6423264,58.118237,1.2579226,1.497708,5.144701,10.159197,22.185806,15.140156,27.201612,191.8117,29.897848,14.337558,28.316532,6.926498,83.4254,3.240054,4.262204,5.943548,63.663647,1.8306912,3.5200374,11.424306,12.372984,15.240553,4.924086,1.0996166,68.65936,8.931899,190.5884,6.300771,284.84366,17.318535,1060.4269,117.30524,4.197072,7.7938056,167.32933,208.37936,1004.8552,856.00885 +2023-03-04 13:00:00,0.0,2549.0476,27.569296,5.819588,7.4765773,25.981098,176.12732,25.719954,49.469074,21.773611,33.057137,151.19044,257.8266,12.961774,21.430456,12.867037,2.7721994,30.815517,36.37486,24.662432,412.25766,18.438047,338.07837,131.7441,25.949667,223.67194,162.0538,74.6402,726.39874,273.735,1805.3264,39.13929,2354.4338,541.77167,27.990705,23.408375,152.9391,144.62117,269.23566,1056.7343,53.728157,12.981985,9.562198,722.7503,538.1893,66.96948,26.826874,239.61667,32.27576,296.55353,12.526378,46.835068,0.0,1539.2495,2458.2659,0.53888255,35.502403,20.117636,16800.178,48.499138,1.6909157,22.022734,38.857964,30.84703,9.416778,21.210836,391.02423,28.100573,16.624022,1.4445894,8.159919,502.8404,0.37803873,267.73712,78.598656,2580.9365,126.7687,125.38937,178.92606,1165.5577,73.42993,63.54652,727.3245,56.926376,53.602936,10.709702,36.277657,219.04593,11.029559,8.519239,80.49558,17.026028,4594.5513,22.020086,29.834677,19.388212,21.99578,353.08063,98.498436,32.62769,9.777178,10.930811,31.26848,72.490746,177.64255,49.201447,236.30096,30.786558,21.60069,95.517746,50.565254,28.731037,157.57721,18.130692,2.2453697,19.656315,13.269525,1516.81,23.087883,10.880062,160.8975,22.594719,237.45453,91.54597,174.97458,8.3842745,109.44962,543.3493,527.7425,49.826588,396.9396,113.286514,59.376125,70.385864,149.27533,25.388689,60.536934,470.02075,15.240811,22.22734,336.6996,10.321237,6.506939,84.73341,68.08283,699.0665,184.77289,174.38557,1977.8723,35.69984,1593.947,1305.6141,6.427638,4.6850023,1308.278,17.006643,8.961862,343.6852,19.792305,40.240524,19.927914,63.864727,271.35886,302.89435,2.9362123,29.467031,51.1674,325.4904,5.0865498,83.842514,7.283076,1.6421579,58.112045,1.2580223,1.4976166,5.1444016,10.159232,22.192162,15.148831,27.208378,191.94392,29.897625,14.334773,28.303932,6.9249425,83.411125,3.2395387,4.259413,5.9428763,63.660423,1.8285905,3.5185158,11.4142475,12.406888,15.240015,4.921595,1.1011903,68.74162,8.938048,190.6415,6.3069243,285.12567,17.324688,1060.1108,117.40647,4.199078,7.7973185,167.61266,208.73903,1006.1583,855.84015 +2023-03-04 14:00:00,0.0,2550.5852,27.570938,5.8311462,7.475988,25.996288,176.13011,25.726856,49.493206,21.778082,33.069435,151.21132,257.98126,12.971573,21.43113,12.863064,2.7710981,30.820671,36.340008,24.652416,412.29434,18.415108,338.01132,131.71211,25.92215,223.45148,161.98027,74.61787,726.1093,273.6927,1805.2981,39.095657,2354.4993,541.0455,27.964409,23.3845,152.78064,144.69543,269.2274,1055.6254,53.742607,12.990008,9.561492,722.9835,537.62616,66.981674,26.84652,239.61491,32.260864,296.52057,12.524581,46.853733,0.0,1540.8497,2461.3887,0.54185224,35.49669,20.127026,16808.807,48.52586,1.6917473,22.084179,38.964302,30.860249,9.418536,21.269674,391.1251,28.108292,16.656927,1.4477564,8.16072,503.11246,0.3779373,268.06296,78.5457,2581.4092,126.69735,125.4518,178.94728,1164.205,73.36534,63.52099,726.6797,56.876827,53.559,10.713066,36.27727,219.04909,11.029267,8.518606,80.52385,17.030441,4594.502,22.028435,29.870968,19.396515,22.007153,353.0914,98.4837,32.658604,9.78039,10.935836,31.29517,72.54574,177.7851,49.250874,236.35954,30.788244,21.63713,95.54483,50.73132,28.811525,157.5287,18.118511,2.2524328,19.649136,13.29555,1520.7466,23.072954,10.948116,160.88454,22.60615,237.59912,91.57043,175.13701,8.383954,109.42962,543.9354,528.34,49.87618,398.07294,113.32518,59.470493,70.39158,149.15843,25.371141,60.510193,470.12387,15.232774,22.21571,336.58643,10.320814,6.5060363,84.71511,68.08651,699.07666,184.7464,174.39761,1977.9762,35.750854,1594.4017,1306.0454,6.4292574,4.6849236,1308.1792,17.002111,8.963373,343.6425,19.796625,40.25218,19.939123,63.9207,271.59528,302.82535,2.9367795,29.470928,51.18109,325.72345,5.0878983,83.84682,7.283759,1.6419894,58.105854,1.2581218,1.4975255,5.144102,10.159267,22.198517,15.157507,27.215143,192.07613,29.897402,14.331989,28.29133,6.9233875,83.39684,3.2390234,4.256622,5.9422045,63.657196,1.8264899,3.5169942,11.40419,12.440793,15.239477,4.9191036,1.1027639,68.82389,8.944199,190.69461,6.313078,285.40768,17.330841,1059.7948,117.50771,4.2010837,7.800832,167.89598,209.09871,1007.46136,855.6715 +2023-03-04 15:00:00,0.0,2552.123,27.57258,5.842705,7.4753985,26.011478,176.1329,25.733759,49.517334,21.78255,33.081734,151.2322,258.13596,12.981372,21.4318,12.85909,2.7699971,30.825823,36.305153,24.6424,412.33102,18.392168,337.94427,131.68013,25.89463,223.231,161.90674,74.595535,725.8199,273.6504,1805.2698,39.05203,2354.5647,540.3193,27.938112,23.360626,152.62216,144.7697,269.2191,1054.5165,53.757057,12.998032,9.560786,723.21674,537.063,66.99386,26.866165,239.61316,32.245964,296.48764,12.522784,46.872402,0.0,1542.45,2464.5115,0.54482186,35.490974,20.136415,16817.438,48.552586,1.692579,22.145622,39.07064,30.873466,9.420296,21.328514,391.22595,28.11601,16.689835,1.4509234,8.161522,503.38455,0.37783584,268.3888,78.492744,2581.882,126.62601,125.51421,178.9685,1162.8522,73.30075,63.495453,726.03485,56.82728,53.51506,10.71643,36.276886,219.05225,11.0289755,8.517974,80.55212,17.034857,4594.4526,22.036783,29.907259,19.404816,22.018524,353.10214,98.46898,32.689518,9.783602,10.940862,31.321857,72.60073,177.92764,49.300304,236.41812,30.78993,21.67357,95.57192,50.89738,28.892014,157.48018,18.10633,2.259496,19.641954,13.321576,1524.6831,23.058025,11.0161705,160.87157,22.61758,237.74371,91.594894,175.29945,8.383634,109.409615,544.52155,528.93756,49.925774,399.20627,113.363846,59.564857,70.39729,149.04155,25.353596,60.483448,470.227,15.224737,22.204079,336.47324,10.320392,6.505134,84.696815,68.090195,699.08685,184.71991,174.40964,1978.0802,35.80187,1594.8566,1306.4767,6.4308763,4.6848454,1308.0803,16.997581,8.964886,343.59976,19.800947,40.263832,19.950335,63.97667,271.83173,302.75635,2.9373467,29.474827,51.194782,325.95654,5.0892467,83.85111,7.284442,1.6418208,58.099663,1.2582215,1.4974341,5.1438026,10.159303,22.204872,15.1661825,27.221909,192.20833,29.897177,14.329205,28.27873,6.921832,83.38256,3.2385082,4.2538304,5.941532,63.653973,1.8243893,3.5154724,11.394133,12.474697,15.23894,4.9166126,1.1043375,68.90615,8.950349,190.74771,6.319231,285.6897,17.336994,1059.4788,117.60895,4.203089,7.804345,168.1793,209.45839,1008.76447,855.5028 +2023-03-04 16:00:00,0.0,2553.661,27.574223,5.854263,7.474809,26.026667,176.1357,25.740662,49.541462,21.787022,33.094032,151.25308,258.29062,12.99117,21.432472,12.855116,2.7688959,30.830975,36.270298,24.632385,412.36774,18.369228,337.87726,131.64815,25.867113,223.01054,161.83322,74.5732,725.53046,273.6081,1805.2415,39.008396,2354.6301,539.593,27.911814,23.33675,152.46368,144.84395,269.21082,1053.4076,53.771507,13.006055,9.5600815,723.4499,536.4999,67.00605,26.88581,239.61139,32.231068,296.45468,12.5209875,46.891068,0.0,1544.05,2467.6343,0.54779154,35.48526,20.145805,16826.066,48.579308,1.6934106,22.207066,39.17698,30.886683,9.422054,21.387352,391.3268,28.123732,16.72274,1.4540905,8.162323,503.65662,0.37773436,268.7146,78.43978,2582.3547,126.55466,125.57663,178.98973,1161.4993,73.23616,63.46992,725.39,56.777733,53.471123,10.719794,36.2765,219.0554,11.028684,8.517342,80.58038,17.03927,4594.4033,22.045132,29.943548,19.413116,22.029894,353.11288,98.45425,32.72043,9.786814,10.945888,31.348545,72.65572,178.07018,49.34973,236.4767,30.791616,21.71001,95.59901,51.063442,28.972502,157.43167,18.09415,2.2665591,19.634773,13.347602,1528.6196,23.043095,11.084225,160.8586,22.629011,237.88832,91.619354,175.46188,8.383314,109.38961,545.10767,529.5351,49.97537,400.3396,113.40251,59.65922,70.403015,148.92465,25.336048,60.456707,470.3301,15.216701,22.192448,336.36005,10.319969,6.504232,84.67851,68.09387,699.097,184.6934,174.42168,1978.1841,35.852882,1595.3113,1306.908,6.4324956,4.684767,1307.9814,16.99305,8.966397,343.55704,19.805267,40.275486,19.961546,64.032646,272.06815,302.68735,2.937914,29.478724,51.208473,326.1896,5.0905952,83.855415,7.2851253,1.6416522,58.09347,1.2583212,1.497343,5.143503,10.159337,22.211226,15.174858,27.228674,192.34053,29.896954,14.326421,28.266129,6.9202766,83.36828,3.237993,4.251039,5.9408603,63.650745,1.8222888,3.5139508,11.384074,12.508602,15.238402,4.9141216,1.105911,68.98841,8.956498,190.80083,6.325384,285.9717,17.343145,1059.1627,117.71019,4.205095,7.807858,168.46263,209.81805,1010.06757,855.3341 +2023-03-04 17:00:00,0.0,2555.1985,27.575865,5.865821,7.47422,26.041857,176.13849,25.747564,49.565594,21.79149,33.10633,151.27396,258.44528,13.000969,21.433146,12.851142,2.7677946,30.836126,36.235447,24.62237,412.40442,18.346289,337.8102,131.61617,25.839594,222.79007,161.75969,74.550865,725.241,273.5658,1805.2131,38.964767,2354.6956,538.8668,27.885517,23.312876,152.30522,144.91821,269.2025,1052.2987,53.785954,13.014078,9.559376,723.6831,535.93677,67.01824,26.905457,239.60962,32.21617,296.42175,12.519191,46.909737,0.0,1545.6503,2470.7568,0.5507612,35.47955,20.155195,16834.695,48.606033,1.6942424,22.268509,39.283318,30.8999,9.423814,21.446192,391.42767,28.13145,16.755648,1.4572575,8.163124,503.92868,0.37763292,269.04044,78.386826,2582.8276,126.48331,125.63904,179.01094,1160.1465,73.17157,63.44439,724.7452,56.728184,53.427185,10.723158,36.276115,219.05855,11.028392,8.516708,80.60865,17.043686,4594.354,22.05348,29.97984,19.421417,22.041265,353.12366,98.43952,32.751343,9.790026,10.950912,31.375233,72.71072,178.21272,49.39916,236.53528,30.793304,21.74645,95.6261,51.229504,29.05299,157.38316,18.08197,2.2736223,19.627592,13.373628,1532.5563,23.028166,11.152278,160.84563,22.640442,238.03291,91.643814,175.62433,8.382994,109.3696,545.6938,530.1326,50.02496,401.47293,113.44117,59.753586,70.40873,148.80775,25.318502,60.429966,470.43323,15.208664,22.180817,336.24686,10.319547,6.5033293,84.66022,68.09755,699.1071,184.66692,174.4337,1978.2881,35.903896,1595.7661,1307.3392,6.434115,4.6846886,1307.8826,16.988518,8.96791,343.51428,19.80959,40.287136,19.972755,64.088615,272.30457,302.61835,2.938481,29.482622,51.222164,326.42267,5.0919437,83.85972,7.2858086,1.6414837,58.08728,1.2584208,1.4972516,5.1432037,10.159372,22.21758,15.183534,27.23544,192.47275,29.896729,14.323636,28.253529,6.9187217,83.354,3.2374778,4.248248,5.9401884,63.64752,1.8201882,3.5124292,11.374017,12.542506,15.2378645,4.9116306,1.1074847,69.07068,8.962648,190.85393,6.3315372,286.25375,17.349298,1058.8467,117.811424,4.2071004,7.8113713,168.74596,210.17773,1011.37067,855.16547 +2023-03-04 18:00:00,0.0,2556.7363,27.577507,5.877379,7.4736304,26.057047,176.14128,25.754467,49.58972,21.795961,33.11863,151.29483,258.59995,13.010767,21.433817,12.847168,2.7666934,30.841278,36.200592,24.612354,412.4411,18.323349,337.74316,131.58417,25.812075,222.56961,161.68616,74.528534,724.9516,273.5235,1805.1848,38.921135,2354.7607,538.1406,27.85922,23.289001,152.14673,144.99248,269.19424,1051.1898,53.800404,13.022102,9.55867,723.9163,535.37366,67.030426,26.925102,239.60785,32.20127,296.3888,12.517394,46.928402,0.0,1547.2505,2473.8796,0.5537309,35.473835,20.164585,16843.324,48.63276,1.695074,22.329954,39.389656,30.913118,9.425573,21.50503,391.52856,28.13917,16.788553,1.4604245,8.163925,504.20078,0.37753144,269.36627,78.33387,2583.3003,126.41196,125.70146,179.03217,1158.7936,73.10697,63.418858,724.10034,56.678635,53.383247,10.726522,36.27573,219.0617,11.0281,8.516076,80.63692,17.048101,4594.304,22.061829,30.016129,19.42972,22.052637,353.1344,98.4248,32.782257,9.793239,10.955938,31.40192,72.76571,178.35527,49.44859,236.59384,30.79499,21.78289,95.65318,51.395565,29.133478,157.33464,18.06979,2.2806854,19.620413,13.399653,1536.4928,23.013235,11.220332,160.83266,22.651873,238.1775,91.66828,175.78676,8.382673,109.349594,546.2799,530.73016,50.074554,402.60626,113.479836,59.84795,70.414444,148.69087,25.300955,60.403225,470.53638,15.200627,22.169186,336.1337,10.319124,6.502427,84.641914,68.10123,699.1173,184.64041,174.44574,1978.392,35.95491,1596.2208,1307.7706,6.4357343,4.6846104,1307.7838,16.983986,8.969421,343.47156,19.813911,40.29879,19.983967,64.144585,272.54102,302.54938,2.9390483,29.48652,51.235855,326.65576,5.093292,83.86402,7.286492,1.6413152,58.08109,1.2585204,1.4971604,5.1429043,10.159408,22.223936,15.192209,27.242205,192.60495,29.896505,14.320852,28.240927,6.917166,83.339714,3.2369626,4.2454567,5.939516,63.644295,1.8180875,3.5109076,11.363958,12.576411,15.237327,4.9091396,1.1090583,69.15294,8.968798,190.90704,6.3376904,286.53577,17.355452,1058.5305,117.91266,4.209106,7.814884,169.02928,210.5374,1012.67377,854.99677 +2023-03-04 19:00:00,0.0,2558.274,27.579147,5.8889375,7.4730415,26.072235,176.14407,25.76137,49.61385,21.80043,33.130928,151.3157,258.75464,13.020566,21.434488,12.843194,2.7655923,30.84643,36.16574,24.602339,412.4778,18.30041,337.67615,131.55219,25.784557,222.34915,161.61263,74.5062,724.6622,273.4812,1805.1565,38.877502,2354.8262,537.41437,27.832924,23.265125,151.98827,145.06673,269.18594,1050.0809,53.814854,13.030126,9.557964,724.14954,534.8105,67.04262,26.944748,239.60608,32.186375,296.35583,12.515597,46.94707,0.0,1548.8506,2477.0024,0.5567006,35.46812,20.173975,16851.953,48.65948,1.6959056,22.391397,39.49599,30.926334,9.427332,21.56387,391.62943,28.146889,16.821459,1.4635916,8.164727,504.47284,0.37743,269.6921,78.280914,2583.7732,126.34061,125.76388,179.05339,1157.4408,73.04238,63.393326,723.4555,56.629086,53.33931,10.729886,36.275345,219.06487,11.027808,8.515443,80.665184,17.052515,4594.255,22.070177,30.05242,19.43802,22.064007,353.14514,98.410065,32.81317,9.796451,10.960964,31.42861,72.82071,178.49782,49.498016,236.65242,30.796677,21.81933,95.680275,51.561626,29.213966,157.28613,18.057611,2.2877486,19.613232,13.425678,1540.4293,22.998306,11.288386,160.81969,22.663303,238.32211,91.69274,175.9492,8.382354,109.32959,546.866,531.32776,50.124146,403.7396,113.5185,59.942314,70.42016,148.57397,25.28341,60.37648,470.6395,15.192591,22.157555,336.0205,10.318702,6.501525,84.62362,68.104904,699.12744,184.61392,174.45776,1978.4961,36.005928,1596.6757,1308.2019,6.4373536,4.6845317,1307.6849,16.979454,8.970934,343.42883,19.818232,40.310444,19.995178,64.200554,272.77744,302.48038,2.9396155,29.490417,51.24955,326.88882,5.0946407,83.86832,7.287175,1.6411467,58.074898,1.25862,1.4970691,5.142605,10.159443,22.230291,15.200885,27.24897,192.73715,29.89628,14.3180685,28.228327,6.915611,83.32544,3.2364473,4.242666,5.938844,63.641068,1.8159869,3.509386,11.353901,12.610315,15.23679,4.9066486,1.1106318,69.2352,8.974948,190.96014,6.3438435,286.81778,17.361603,1058.2145,118.0139,4.2111115,7.8183975,169.3126,210.89708,1013.97687,854.8281 +2023-03-04 20:00:00,0.0,2559.8118,27.58079,5.9004955,7.472452,26.087425,176.14688,25.768272,49.637978,21.804901,33.143223,151.33658,258.9093,13.030365,21.435162,12.83922,2.764491,30.851582,36.130886,24.592323,412.5145,18.27747,337.6091,131.5202,25.757038,222.12868,161.53911,74.48387,724.37274,273.4389,1805.1283,38.833874,2354.8916,536.6882,27.806625,23.241251,151.82979,145.14099,269.17767,1048.972,53.8293,13.038149,9.55726,724.3827,534.2474,67.05481,26.964396,239.60432,32.171474,296.3229,12.513801,46.965736,0.0,1550.4508,2480.1252,0.5596702,35.462406,20.183365,16860.582,48.686207,1.6967373,22.45284,39.602333,30.939552,9.429091,21.62271,391.7303,28.154608,16.854366,1.4667586,8.165528,504.74493,0.37732852,270.0179,78.22796,2584.2458,126.269264,125.826294,179.07462,1156.088,72.97779,63.367794,722.8107,56.579536,53.295372,10.733251,36.274956,219.06802,11.027516,8.514811,80.69346,17.05693,4594.2056,22.078526,30.088709,19.446321,22.075378,353.1559,98.39534,32.844086,9.799663,10.96599,31.455297,72.8757,178.64035,49.547447,236.711,30.798363,21.85577,95.70736,51.727688,29.294455,157.23763,18.045431,2.2948117,19.60605,13.451704,1544.3658,22.983377,11.356441,160.80672,22.674734,238.4667,91.7172,176.11163,8.382033,109.309586,547.45215,531.9253,50.17374,404.87292,113.55717,60.03668,70.42587,148.45709,25.265862,60.34974,470.7426,15.184554,22.145922,335.90732,10.318279,6.5006227,84.605316,68.10858,699.1376,184.58743,174.4698,1978.6,36.056942,1597.1304,1308.6332,6.438973,4.6844535,1307.586,16.974922,8.9724455,343.3861,19.822554,40.322098,20.006388,64.25653,273.0139,302.41138,2.9401827,29.494316,51.26324,327.1219,5.095989,83.87262,7.2878585,1.6409781,58.068707,1.2587197,1.4969778,5.1423054,10.159478,22.236645,15.20956,27.255735,192.86935,29.896057,14.315284,28.215725,6.914056,83.31116,3.235932,4.2398744,5.938172,63.63784,1.8138863,3.5078645,11.3438425,12.64422,15.236252,4.9041576,1.1122054,69.31746,8.981097,191.01326,6.349997,287.0998,17.367756,1057.8984,118.115135,4.213117,7.821911,169.59592,211.25676,1015.27997,854.6594 +2023-03-04 21:00:00,0.0,2561.3494,27.582432,5.9120536,7.471863,26.102613,176.14967,25.775177,49.66211,21.80937,33.15552,151.35745,259.06396,13.040163,21.435833,12.835247,2.7633898,30.856735,36.096035,24.582308,412.5512,18.25453,337.54205,131.48822,25.729519,221.90822,161.46558,74.46154,724.0833,273.3966,1805.1,38.79024,2354.957,535.962,27.780329,23.217377,151.67131,145.21526,269.16937,1047.8632,53.84375,13.046172,9.556554,724.6159,533.68427,67.06699,26.984041,239.60257,32.156578,296.28995,12.512004,46.984406,0.0,1552.051,2483.248,0.5626399,35.45669,20.192753,16869.21,48.71293,1.6975689,22.514286,39.708668,30.95277,9.43085,21.681547,391.83115,28.162327,16.887272,1.4699256,8.166329,505.017,0.37722707,270.34375,78.174995,2584.7188,126.197914,125.88872,179.09583,1154.7351,72.9132,63.342262,722.1659,56.529987,53.251434,10.736614,36.27457,219.07117,11.027224,8.514178,80.721725,17.061346,4594.1562,22.086876,30.125,19.454624,22.08675,353.16666,98.38061,32.875,9.802875,10.971015,31.481985,72.930695,178.7829,49.596874,236.76958,30.800049,21.89221,95.73445,51.89375,29.374943,157.1891,18.03325,2.301875,19.598871,13.47773,1548.3025,22.968447,11.424494,160.79375,22.686165,238.6113,91.74167,176.27408,8.381713,109.28958,548.03827,532.5228,50.22333,406.00626,113.59583,60.131042,70.431595,148.3402,25.248316,60.322998,470.84573,15.1765175,22.13429,335.79416,10.317857,6.49972,84.58702,68.11226,699.14777,184.56093,174.48183,1978.704,36.107956,1597.5852,1309.0645,6.440592,4.684375,1307.4872,16.970392,8.973958,343.34338,19.826874,40.33375,20.0176,64.3125,273.2503,302.34238,2.9407501,29.498213,51.27693,327.35498,5.0973377,83.87692,7.288542,1.6408095,58.062515,1.2588193,1.4968866,5.142006,10.1595125,22.243,15.218237,27.2625,193.00156,29.895832,14.3125,28.203125,6.9125004,83.296875,3.235417,4.237083,5.9375,63.634617,1.8117857,3.5063426,11.333785,12.678124,15.235714,4.9016666,1.1137791,69.39973,8.987247,191.06636,6.35615,287.3818,17.373909,1057.5824,118.21638,4.215123,7.8254237,169.87924,211.61642,1016.58307,854.4907 +2023-03-04 22:00:00,0.0,2562.8872,27.584074,5.923612,7.4712734,26.117804,176.15247,25.78208,49.686237,21.81384,33.16782,151.37833,259.21866,13.049962,21.436504,12.831273,2.7622888,30.861887,36.06118,24.572292,412.5879,18.23159,337.475,131.45624,25.702002,221.68774,161.39204,74.4392,723.7939,273.3543,1805.0717,38.74661,2355.0225,535.2357,27.754032,23.1935,151.51285,145.2895,269.1611,1046.7543,53.8582,13.054195,9.555848,724.8491,533.1211,67.079185,27.003687,239.6008,32.141678,296.257,12.510207,47.003075,0.0,1553.6511,2486.3706,0.5656096,35.45098,20.202143,16877.84,48.739655,1.6984006,22.57573,39.81501,30.965986,9.43261,21.740387,391.932,28.170046,16.92018,1.4730927,8.16713,505.28906,0.37712562,270.6696,78.12204,2585.1917,126.126564,125.95113,179.11705,1153.3823,72.84861,63.31673,721.52106,56.48044,53.207493,10.739979,36.274185,219.07433,11.026932,8.513545,80.74999,17.06576,4594.107,22.095224,30.161291,19.462925,22.09812,353.1774,98.36588,32.905914,9.806087,10.976041,31.508673,72.98569,178.92545,49.646305,236.82816,30.801737,21.92865,95.761536,52.05981,29.455431,157.1406,18.02107,2.3089383,19.59169,13.503756,1552.239,22.953518,11.492548,160.78078,22.697596,238.7559,91.76613,176.43651,8.381393,109.26958,548.6244,533.12036,50.272926,407.1396,113.6345,60.225407,70.43731,148.2233,25.230768,60.296257,470.94885,15.168481,22.12266,335.68097,10.317434,6.498818,84.56872,68.11594,699.1579,184.53444,174.49387,1978.8079,36.15897,1598.0399,1309.4957,6.442211,4.6842966,1307.3883,16.96586,8.975471,343.30066,19.831196,40.3454,20.02881,64.36847,273.48676,302.27338,2.9413173,29.502111,51.290623,327.58804,5.098686,83.881226,7.2892246,1.6406411,58.056324,1.258919,1.4967953,5.1417065,10.159548,22.249355,15.2269125,27.269264,193.13377,29.895609,14.309715,28.190525,6.910945,83.28259,3.2349017,4.234292,5.936828,63.63139,1.809685,3.504821,11.323727,12.712029,15.235176,4.8991756,1.1153526,69.48199,8.993397,191.11946,6.3623033,287.66382,17.380062,1057.2664,118.31761,4.2171288,7.828937,170.16257,211.9761,1017.88617,854.3221 +2023-03-04 23:00:00,0.0,2564.425,27.585716,5.93517,7.470684,26.132994,176.15526,25.788982,49.710365,21.81831,33.18012,151.3992,259.37332,13.059761,21.437178,12.827299,2.7611876,30.867039,36.026325,24.562277,412.62457,18.20865,337.408,131.42424,25.674482,221.46729,161.31853,74.41687,723.50446,273.312,1805.0433,38.70298,2355.088,534.5095,27.727736,23.169626,151.35437,145.36377,269.1528,1045.6454,53.872646,13.062219,9.555143,725.08234,532.558,67.09138,27.023333,239.59903,32.12678,296.22406,12.50841,47.02174,0.0,1555.2512,2489.4934,0.56857926,35.445267,20.211533,16886.469,48.766376,1.6992322,22.637173,39.921345,30.979204,9.434369,21.799225,392.03287,28.177765,16.953085,1.4762597,8.167932,505.56116,0.37702414,270.99542,78.069084,2585.6643,126.055214,126.01355,179.13828,1152.0295,72.78401,63.2912,720.8762,56.43089,53.163555,10.743343,36.2738,219.07748,11.02664,8.512913,80.77826,17.070175,4594.0576,22.103573,30.19758,19.471226,22.109491,353.18817,98.35115,32.93683,9.809299,10.981067,31.53536,73.04068,179.068,49.695732,236.88673,30.803423,21.96509,95.78863,52.225876,29.53592,157.09209,18.00889,2.3160014,19.584509,13.529781,1556.1755,22.938587,11.560602,160.7678,22.709026,238.9005,91.79059,176.59895,8.381073,109.24957,549.2105,533.7179,50.32252,408.27292,113.673164,60.31977,70.44302,148.10641,25.213223,60.269516,471.05197,15.160444,22.111029,335.56778,10.317012,6.4979157,84.550415,68.11961,699.168,184.50793,174.50589,1978.9119,36.209984,1598.4948,1309.927,6.4438305,4.684218,1307.2896,16.961329,8.976982,343.25793,19.835516,40.357056,20.04002,64.424446,273.72318,302.20438,2.9418845,29.50601,51.304314,327.8211,5.100035,83.88552,7.289908,1.6404725,58.050133,1.2590185,1.4967041,5.141407,10.159583,22.25571,15.235588,27.27603,193.26598,29.895384,14.3069315,28.177923,6.9093895,83.26831,3.2343864,4.2315006,5.936156,63.628162,1.8075844,3.5032995,11.313669,12.745934,15.234639,4.8966846,1.1169262,69.56425,8.999547,191.17258,6.3684564,287.94583,17.386213,1056.9503,118.41885,4.2191343,7.83245,170.44589,212.33577,1019.1893,854.1534 +2023-03-05 00:00:00,0.0,2565.9626,27.587358,5.946728,7.4700947,26.148182,176.15805,25.795885,49.734497,21.82278,33.192417,151.42007,259.52798,13.069559,21.437849,12.823325,2.7600863,30.87219,35.991474,24.552261,412.6613,18.18571,337.34094,131.39226,25.646965,221.24683,161.245,74.39454,723.215,273.2697,1805.015,38.659348,2355.1533,533.7833,27.701439,23.145752,151.19589,145.43803,269.14453,1044.5366,53.887096,13.070242,9.554438,725.31555,531.9949,67.10356,27.042978,239.59726,32.11188,296.1911,12.506614,47.04041,0.0,1556.8514,2492.6162,0.57154894,35.439552,20.220922,16895.1,48.793102,1.700064,22.698618,40.027687,30.992422,9.436128,21.858065,392.13373,28.185484,16.985992,1.4794267,8.168734,505.83322,0.3769227,271.32123,78.01613,2586.1372,125.983864,126.075966,179.1595,1150.6766,72.71942,63.265667,720.2314,56.38134,53.119617,10.746707,36.273415,219.08064,11.026348,8.5122795,80.806526,17.07459,4594.0083,22.111921,30.233871,19.479528,22.120863,353.1989,98.336426,32.967743,9.812511,10.986092,31.56205,73.09567,179.21053,49.745163,236.94531,30.805109,22.00153,95.81571,52.391937,29.616407,157.04356,17.99671,2.3230646,19.577328,13.555807,1560.112,22.923658,11.628655,160.75484,22.720457,239.04509,91.815056,176.76138,8.380753,109.22957,549.79663,534.3155,50.372112,409.40625,113.71183,60.41414,70.44874,147.98952,25.195675,60.24277,471.1551,15.152408,22.099398,335.4546,10.316589,6.497013,84.53212,68.12329,699.1782,184.48145,174.51793,1979.0159,36.260998,1598.9495,1310.3583,6.44545,4.6841397,1307.1907,16.956797,8.978495,343.2152,19.839838,40.36871,20.051231,64.480415,273.9596,302.13538,2.9424517,29.509907,51.318005,328.05417,5.1013837,83.889824,7.2905912,1.640304,58.043938,1.2591182,1.4966128,5.1411076,10.159618,22.262064,15.244264,27.282795,193.39818,29.89516,14.304147,28.165323,6.9078345,83.254036,3.2338712,4.228709,5.935484,63.62494,1.8054838,3.501778,11.303612,12.779839,15.234101,4.8941936,1.1184998,69.64651,9.005696,191.22568,6.3746095,288.22784,17.392366,1056.6342,118.52009,4.22114,7.8359632,170.72922,212.69545,1020.4923,853.98474 +2023-03-05 01:00:00,0.0,2567.5005,27.589,5.9582863,7.469506,26.163372,176.16084,25.802788,49.758625,21.82725,33.204716,151.44095,259.68265,13.079358,21.43852,12.819351,2.7589853,30.877342,35.95662,24.542246,412.69797,18.16277,337.2739,131.36028,25.619446,221.02635,161.17146,74.37221,722.92566,273.22742,1804.9867,38.615715,2355.2185,533.05707,27.67514,23.121876,151.03741,145.51228,269.13623,1043.4277,53.901546,13.078265,9.553732,725.5487,531.43176,67.11575,27.062624,239.59549,32.096985,296.15814,12.504816,47.059074,0.0,1558.4517,2495.739,0.57451856,35.433838,20.230312,16903.729,48.819828,1.7008955,22.760061,40.13402,31.005638,9.437887,21.916903,392.2346,28.193203,17.018898,1.4825938,8.169535,506.10532,0.37682122,271.64706,77.96317,2586.6099,125.91252,126.13838,179.18073,1149.3239,72.65483,63.24013,719.58655,56.33179,53.07568,10.750072,36.27303,219.0838,11.026056,8.511647,80.83479,17.079004,4593.9585,22.12027,30.27016,19.48783,22.132233,353.20966,98.32169,32.998657,9.815723,10.9911175,31.588737,73.150665,179.35307,49.79459,237.00389,30.806795,22.03797,95.842804,52.558,29.696896,156.99506,17.98453,2.3301277,19.570148,13.581832,1564.0487,22.90873,11.69671,160.74187,22.731888,239.1897,91.839516,176.92383,8.380433,109.209564,550.38275,534.913,50.421707,410.53958,113.750496,60.508503,70.45445,147.87262,25.17813,60.21603,471.25824,15.144371,22.087767,335.34143,10.316167,6.496111,84.51382,68.12697,699.18835,184.45496,174.52995,1979.1199,36.31201,1599.4043,1310.7896,6.447069,4.6840615,1307.0918,16.952265,8.980006,343.1725,19.84416,40.380363,20.062443,64.536385,274.19604,302.0664,2.943019,29.513805,51.331696,328.28726,5.102732,83.89413,7.2912745,1.6401354,58.037746,1.2592179,1.4965216,5.140808,10.159654,22.26842,15.252939,27.28956,193.53038,29.894938,14.301363,28.152721,6.906279,83.23975,3.233356,4.2259183,5.9348116,63.62171,1.8033832,3.5002563,11.293553,12.813743,15.233563,4.891702,1.1200734,69.728775,9.011847,191.2788,6.380763,288.50986,17.39852,1056.3181,118.62132,4.2231455,7.839476,171.01254,213.05513,1021.7954,853.81604 +2023-03-05 02:00:00,0.0,2569.038,27.590641,5.969845,7.4689164,26.17856,176.16364,25.80969,49.782753,21.83172,33.217014,151.46182,259.83734,13.089157,21.439194,12.815377,2.757884,30.882494,35.92177,24.53223,412.73468,18.13983,337.20688,131.3283,25.591927,220.8059,161.09793,74.34988,722.6362,273.18512,1804.9584,38.572086,2355.284,532.3309,27.648844,23.098001,150.87895,145.58655,269.12793,1042.3188,53.915993,13.086288,9.553026,725.7819,530.8686,67.127945,27.08227,239.59373,32.082085,296.1252,12.503019,47.077744,0.0,1560.052,2498.8616,0.57748824,35.428123,20.239702,16912.357,48.84655,1.7017273,22.821505,40.240364,31.018856,9.439646,21.975742,392.33545,28.200922,17.051805,1.4857608,8.170336,506.37738,0.37671977,271.9729,77.91022,2587.0828,125.84117,126.20079,179.20193,1147.971,72.59024,63.2146,718.9417,56.28224,53.031742,10.753435,36.272644,219.08694,11.025764,8.511015,80.86306,17.08342,4593.909,22.128618,30.306452,19.49613,22.143604,353.22043,98.30697,33.02957,9.818935,10.996143,31.615425,73.20566,179.49562,49.84402,237.06247,30.808483,22.07441,95.86989,52.72406,29.777384,156.94653,17.97235,2.3371909,19.562967,13.607858,1567.9852,22.893799,11.764764,160.7289,22.743319,239.33429,91.863976,177.08626,8.380113,109.18956,550.9689,535.51056,50.4713,411.6729,113.789154,60.602867,70.460175,147.75574,25.160582,60.18929,471.36136,15.136334,22.076136,335.22824,10.315744,6.4952087,84.49552,68.130646,699.1985,184.42845,174.54199,1979.2239,36.363026,1599.859,1311.2208,6.4486885,4.683983,1306.9929,16.947733,8.981519,343.12973,19.84848,40.392017,20.073652,64.59236,274.43246,301.9974,2.943586,29.517702,51.345387,328.52032,5.1040807,83.89843,7.291958,1.639967,58.031555,1.2593175,1.4964303,5.1405087,10.159688,22.274775,15.261615,27.296326,193.6626,29.894712,14.298579,28.140121,6.9047236,83.22547,3.2328408,4.223127,5.9341397,63.61849,1.8012825,3.4987345,11.283496,12.847648,15.233026,4.889211,1.121647,69.811035,9.017996,191.3319,6.386916,288.7919,17.40467,1056.0021,118.722565,4.225151,7.8429894,171.29587,213.4148,1023.0985,853.6474 +2023-03-05 03:00:00,0.0,2570.576,27.592283,5.981403,7.468327,26.19375,176.16644,25.816593,49.806885,21.83619,33.229313,151.48271,259.992,13.098955,21.439865,12.811403,2.7567828,30.887648,35.886913,24.522215,412.77136,18.11689,337.13983,131.29631,25.56441,220.58542,161.02441,74.327545,722.3468,273.14282,1804.93,38.528454,2355.3494,531.6047,27.622547,23.074127,150.72046,145.66081,269.11966,1041.21,53.930443,13.094312,9.552321,726.01514,530.3055,67.14013,27.101915,239.59198,32.06719,296.09225,12.501223,47.09641,0.0,1561.6521,2501.9844,0.5804579,35.42241,20.249092,16920.986,48.873276,1.7025589,22.88295,40.3467,31.032074,9.441405,22.03458,392.4363,28.208641,17.084711,1.4889278,8.171137,506.64944,0.3766183,272.29874,77.857254,2587.5554,125.76982,126.263214,179.22316,1146.6182,72.52564,63.189068,718.2969,56.232697,52.987804,10.7568,36.272255,219.0901,11.025473,8.510382,80.89133,17.087833,4593.86,22.136967,30.342741,19.50443,22.154976,353.23117,98.292244,33.060482,9.822147,11.001168,31.642113,73.26065,179.63817,49.893448,237.12103,30.81017,22.11085,95.89698,52.89012,29.857872,156.89803,17.960169,2.344254,19.555786,13.633883,1571.9218,22.87887,11.832818,160.71593,22.75475,239.47888,91.88844,177.2487,8.379793,109.169556,551.555,536.1081,50.520893,412.80624,113.82782,60.69723,70.46589,147.63884,25.143036,60.162548,471.46448,15.128298,22.064503,335.11505,10.315322,6.494306,84.47722,68.13432,699.2087,184.40196,174.55403,1979.3278,36.41404,1600.3138,1311.6522,6.450308,4.6839046,1306.8942,16.943203,8.98303,343.087,19.852802,40.40367,20.084864,64.64833,274.6689,301.9284,2.9441533,29.5216,51.359077,328.7534,5.105429,83.902725,7.292641,1.6397984,58.025364,1.259417,1.4963391,5.140209,10.159723,22.28113,15.27029,27.303091,193.7948,29.89449,14.2957945,28.12752,6.9031687,83.21119,3.2323253,4.220336,5.933468,63.61526,1.7991819,3.497213,11.2734375,12.881552,15.232489,4.88672,1.1232206,69.893295,9.024146,191.38501,6.3930693,289.0739,17.410824,1055.686,118.8238,4.2271566,7.846503,171.5792,213.77448,1024.4016,853.4787 +2023-03-05 04:00:00,0.0,2572.1135,27.593925,5.992961,7.4677377,26.20894,176.16924,25.823496,49.831013,21.84066,33.24161,151.50359,260.14667,13.108754,21.440536,12.807429,2.7556818,30.8928,35.852062,24.5122,412.80804,18.09395,337.07278,131.26431,25.53689,220.36496,160.95088,74.30521,722.0574,273.10052,1804.9017,38.484825,2355.4148,530.8784,27.59625,23.050253,150.562,145.73508,269.11136,1040.1011,53.944893,13.102336,9.551616,726.24835,529.7424,67.15232,27.121561,239.59021,32.05229,296.0593,12.499426,47.115078,0.0,1563.2522,2505.1072,0.5834276,35.4167,20.258482,16929.615,48.899998,1.7033906,22.944393,40.45304,31.04529,9.443165,22.09342,392.53717,28.21636,17.117619,1.4920949,8.171939,506.92154,0.37651685,272.62457,77.8043,2588.0283,125.69847,126.32563,179.24438,1145.2654,72.46105,63.163536,717.65204,56.183147,52.943867,10.760163,36.27187,219.09326,11.025181,8.509749,80.91959,17.092249,4593.8105,22.145315,30.379032,19.512733,22.166346,353.2419,98.27751,33.091396,9.82536,11.006194,31.6688,73.31564,179.7807,49.942875,237.17961,30.811855,22.14729,95.924065,53.056183,29.93836,156.84952,17.94799,2.3513172,19.548607,13.659909,1575.8583,22.863941,11.900871,160.70296,22.76618,239.62349,91.9129,177.41113,8.379473,109.14955,552.1411,536.7056,50.570484,413.93958,113.866486,60.791595,70.4716,147.52196,25.125488,60.135803,471.5676,15.120261,22.052872,335.0019,10.314899,6.493404,84.45892,68.13801,699.2188,184.37546,174.56606,1979.4318,36.465054,1600.7686,1312.0835,6.4519267,4.683826,1306.7953,16.938671,8.984543,343.04428,19.857122,40.41532,20.096075,64.7043,274.90533,301.8594,2.9447205,29.5255,51.37277,328.98648,5.1067777,83.90703,7.2933245,1.6396298,58.019173,1.2595167,1.4962478,5.1399097,10.159759,22.287483,15.278967,27.309856,193.927,29.894264,14.293011,28.11492,6.901613,83.19691,3.23181,4.2175446,5.9327955,63.612034,1.7970814,3.4956913,11.26338,12.915457,15.231951,4.884229,1.1247941,69.975555,9.030295,191.43811,6.3992224,289.35593,17.416977,1055.37,118.92504,4.229162,7.8500156,171.86252,214.13414,1025.7047,853.31 +2023-03-05 05:00:00,0.0,2573.6514,27.595568,6.004519,7.4671483,26.224129,176.17203,25.830399,49.85514,21.845129,33.25391,151.52446,260.30133,13.118552,21.44121,12.803456,2.7545805,30.897951,35.817207,24.502184,412.84476,18.07101,337.00574,131.23233,25.50937,220.1445,160.87735,74.282875,721.76794,273.05823,1804.8735,38.441193,2355.4802,530.1522,27.569952,23.026377,150.40352,145.80933,269.1031,1038.9922,53.959343,13.110359,9.55091,726.48157,529.1792,67.16451,27.141207,239.58844,32.03739,296.02637,12.497629,47.133743,0.0,1564.8524,2508.23,0.5863973,35.410984,20.267872,16938.244,48.926723,1.7042222,23.005836,40.559376,31.058508,9.444923,22.15226,392.63803,28.22408,17.150524,1.4952619,8.17274,507.1936,0.3764154,272.95038,77.75134,2588.501,125.62712,126.38805,179.26561,1143.9125,72.39646,63.138004,717.0072,56.1336,52.89993,10.763528,36.271484,219.09642,11.024889,8.509117,80.94786,17.096664,4593.761,22.153664,30.415323,19.521034,22.177717,353.2527,98.26279,33.12231,9.828572,11.01122,31.69549,73.370636,179.92325,49.992306,237.23819,30.813541,22.18373,95.95116,53.222244,30.018848,156.801,17.93581,2.3583803,19.541426,13.685935,1579.7949,22.84901,11.968925,160.68999,22.77761,239.76808,91.93736,177.57358,8.379152,109.12955,552.72723,537.30316,50.62008,415.0729,113.90515,60.88596,70.47732,147.40506,25.107943,60.109062,471.67072,15.112224,22.04124,334.8887,10.314477,6.4925017,84.44062,68.141685,699.22894,184.34897,174.5781,1979.5356,36.516068,1601.2234,1312.5148,6.453546,4.683748,1306.6964,16.93414,8.986054,343.00156,19.861444,40.426975,20.107285,64.76028,275.14175,301.7904,2.9452877,29.529396,51.386463,329.21954,5.108126,83.91133,7.294008,1.6394613,58.01298,1.2596164,1.4961565,5.1396103,10.159794,22.293839,15.2876425,27.316622,194.0592,29.894041,14.290226,28.102318,6.900058,83.182625,3.2312949,4.214753,5.9321237,63.60881,1.7949808,3.4941697,11.253322,12.949361,15.231413,4.881738,1.1263678,70.05782,9.036446,191.49123,6.4053755,289.63794,17.42313,1055.054,119.026276,4.231168,7.853529,172.14584,214.49382,1027.0078,853.14136 +2023-03-05 06:00:00,0.0,2575.189,27.59721,6.0160775,7.466559,26.239319,176.17482,25.837301,49.879272,21.8496,33.26621,151.54533,260.45602,13.128351,21.441881,12.799482,2.7534792,30.903103,35.782356,24.492167,412.88144,18.04807,336.93872,131.20035,25.481853,219.92403,160.80382,74.260544,721.4785,273.01593,1804.8452,38.39756,2355.5457,529.426,27.543655,23.002502,150.24504,145.88359,269.0948,1037.8833,53.97379,13.118382,9.550204,726.7147,528.6161,67.1767,27.160852,239.58669,32.022495,295.9934,12.495832,47.152412,0.0,1566.4526,2511.3525,0.5893669,35.40527,20.277262,16946.873,48.953445,1.7050539,23.067282,40.665714,31.071726,9.446683,22.211098,392.7389,28.231798,17.183432,1.498429,8.173541,507.4657,0.37631392,273.2762,77.69839,2588.9739,125.55578,126.45047,179.28683,1142.5597,72.33187,63.112473,716.36237,56.08405,52.855988,10.7668915,36.2711,219.09956,11.024597,8.508484,80.97613,17.101078,4593.712,22.162012,30.451612,19.529335,22.189089,353.26343,98.248055,33.153225,9.831784,11.016246,31.722178,73.42563,180.0658,50.041733,237.29677,30.81523,22.22017,95.97824,53.388306,30.099337,156.75249,17.92363,2.3654435,19.534245,13.711961,1583.7314,22.834082,12.03698,160.67702,22.789042,239.91267,91.96183,177.73601,8.378833,109.10954,553.31335,537.90076,50.66967,416.20624,113.94382,60.980324,70.48304,147.28816,25.090395,60.08232,471.77383,15.104187,22.02961,334.7755,10.3140545,6.491599,84.422325,68.14536,699.23914,184.32248,174.59012,1979.6396,36.56708,1601.6781,1312.946,6.4551654,4.683669,1306.5975,16.929607,8.987567,342.95883,19.865765,40.43863,20.118496,64.816246,275.3782,301.7214,2.945855,29.533295,51.400154,329.4526,5.1094747,83.915634,7.2946906,1.6392927,58.00679,1.259716,1.4960653,5.139311,10.159828,22.300194,15.296318,27.323387,194.19142,29.893816,14.287442,28.089718,6.898503,83.16835,3.2307796,4.211962,5.931452,63.605583,1.7928802,3.4926481,11.243264,12.983266,15.230875,4.879247,1.1279414,70.14008,9.042596,191.54433,6.411529,289.91995,17.429281,1054.7378,119.12752,4.233174,7.857042,172.42917,214.8535,1028.3109,852.97266 +2023-03-05 07:00:00,0.0,2576.7268,27.598852,6.0276356,7.46597,26.254509,176.17761,25.844204,49.9034,21.85407,33.278507,151.56621,260.6107,13.13815,21.442553,12.795508,2.752378,30.908255,35.7475,24.482151,412.91812,18.025131,336.87167,131.16837,25.454334,219.70357,160.7303,74.23821,721.1891,272.97363,1804.8169,38.35393,2355.611,528.6998,27.517359,22.978628,150.08658,145.95786,269.08652,1036.7744,53.98824,13.126406,9.5494995,726.94794,528.053,67.18889,27.180498,239.5849,32.007595,295.96045,12.494036,47.171078,0.0,1568.0527,2514.4753,0.5923366,35.399555,20.28665,16955.502,48.98017,1.7058855,23.128725,40.772053,31.084942,9.4484415,22.269938,392.83975,28.23952,17.216337,1.501596,8.174342,507.73776,0.37621248,273.60205,77.64543,2589.4465,125.48443,126.512886,179.30804,1141.2068,72.26728,63.08694,715.7175,56.0345,52.81205,10.770256,36.270714,219.10272,11.024304,8.507852,81.0044,17.105494,4593.662,22.17036,30.487904,19.537638,22.200459,353.27417,98.23333,33.18414,9.834996,11.021271,31.748865,73.48062,180.20834,50.091164,237.35535,30.816916,22.256609,96.00533,53.554367,30.179825,156.70398,17.91145,2.3725066,19.527063,13.737987,1587.668,22.81915,12.105034,160.66405,22.800472,240.05728,91.98629,177.89845,8.378512,109.08954,553.8995,538.4983,50.719265,417.33957,113.98248,61.074688,70.488754,147.17128,25.07285,60.05558,471.87695,15.09615,22.017979,334.66232,10.313633,6.490697,84.40402,68.14904,699.24927,184.29597,174.60216,1979.7437,36.618095,1602.1328,1313.3773,6.4567847,4.683591,1306.4988,16.925076,8.9890785,342.9161,19.870087,40.450283,20.129707,64.872215,275.61462,301.6524,2.946422,29.537191,51.413845,329.6857,5.110823,83.91993,7.295374,1.6391243,58.0006,1.2598156,1.495974,5.1390114,10.159863,22.30655,15.304994,27.330153,194.32362,29.893593,14.284658,28.077116,6.8969474,83.15407,3.2302644,4.209171,5.9307795,63.602356,1.7907795,3.4911265,11.233207,13.01717,15.230338,4.876756,1.1295149,70.22234,9.048745,191.59743,6.417682,290.20197,17.435434,1054.4218,119.22875,4.2351794,7.860555,172.71248,215.21317,1029.614,852.804 +2023-03-05 08:00:00,0.0,2578.2646,27.600494,6.0391936,7.4653807,26.269697,176.1804,25.851107,49.92753,21.85854,33.290802,151.58708,260.76535,13.147948,21.443226,12.791534,2.751277,30.913406,35.712646,24.472136,412.95483,18.002192,336.80463,131.13638,25.426815,219.4831,160.65677,74.21588,720.89966,272.93134,1804.7886,38.3103,2355.6765,527.9736,27.491062,22.954752,149.9281,146.0321,269.07822,1035.6655,54.00269,13.134429,9.548794,727.18115,527.48987,67.20108,27.200146,239.58315,31.992697,295.92752,12.492239,47.189747,0.0,1569.653,2517.5981,0.5953063,35.39384,20.29604,16964.13,49.006897,1.7067173,23.190168,40.87839,31.09816,9.450201,22.328775,392.9406,28.247238,17.249245,1.504763,8.175143,508.00983,0.376111,273.9279,77.59247,2589.9194,125.41308,126.5753,179.32927,1139.854,72.20268,63.06141,715.0727,55.98495,52.768112,10.77362,36.27033,219.10588,11.024013,8.507218,81.03267,17.10991,4593.613,22.178709,30.524193,19.545938,22.21183,353.28494,98.2186,33.215054,9.838209,11.026297,31.775553,73.535614,180.35088,50.14059,237.41393,30.818602,22.293049,96.03242,53.720432,30.260313,156.65546,17.89927,2.37957,19.519884,13.764011,1591.6045,22.804222,12.173087,160.65108,22.811903,240.20187,92.01075,178.06088,8.378192,109.069534,554.4856,539.0958,50.76886,418.4729,114.02115,61.169052,70.49447,147.05438,25.055302,60.028835,471.98007,15.088114,22.006348,334.54916,10.3132105,6.4897947,84.38572,68.15272,699.2594,184.26949,174.61418,1979.8477,36.66911,1602.5876,1313.8086,6.458404,4.6835127,1306.3999,16.920544,8.990591,342.87338,19.874409,40.461937,20.140917,64.928185,275.85107,301.58344,2.9469893,29.54109,51.427536,329.91876,5.1121716,83.92423,7.296057,1.6389557,57.994408,1.2599152,1.4958827,5.138712,10.159899,22.312904,15.313669,27.336918,194.45583,29.893368,14.281874,28.064516,6.895392,83.139786,3.2297492,4.20638,5.9301076,63.599133,1.7886789,3.4896047,11.223148,13.051075,15.2298,4.874265,1.1310886,70.3046,9.054895,191.65054,6.4238353,290.48398,17.441587,1054.1057,119.32999,4.237185,7.8640685,172.9958,215.57285,1030.9171,852.6353 +2023-03-05 09:00:00,0.0,2579.8022,27.602135,6.0507517,7.4647913,26.284887,176.1832,25.85801,49.951656,21.86301,33.3031,151.60796,260.92,13.157747,21.443897,12.78756,2.7501757,30.918558,35.677795,24.46212,412.99152,17.979252,336.7376,131.10439,25.399298,219.26263,160.58324,74.19355,720.6102,272.88904,1804.7603,38.266666,2355.7417,527.2474,27.464766,22.930878,149.76962,146.10637,269.06995,1034.5566,54.017136,13.142452,9.548088,727.41437,526.9267,67.213264,27.219791,239.58139,31.977798,295.89456,12.490442,47.208412,0.0,1571.2532,2520.721,0.59827596,35.38813,20.30543,16972.762,49.03362,1.7075489,23.251614,40.98473,31.111378,9.451961,22.387615,393.04147,28.254957,17.28215,1.50793,8.175945,508.28192,0.37600955,274.2537,77.53951,2590.392,125.34173,126.63772,179.3505,1138.5012,72.13809,63.035877,714.42786,55.935402,52.724174,10.776984,36.269943,219.10904,11.023721,8.506586,81.060936,17.114323,4593.5635,22.187057,30.560484,19.55424,22.223202,353.2957,98.20387,33.245968,9.841421,11.0313225,31.80224,73.59061,180.49342,50.19002,237.4725,30.820288,22.329487,96.05951,53.886494,30.340801,156.60695,17.887089,2.3866332,19.512703,13.790037,1595.5411,22.789293,12.241141,160.6381,22.823334,240.34647,92.03522,178.22333,8.377872,109.04953,555.0717,539.69336,50.81845,419.60623,114.059814,61.263416,70.50018,146.9375,25.037756,60.002094,472.08322,15.080077,21.994717,334.43597,10.312788,6.4888926,84.367424,68.156395,699.2696,184.243,174.62622,1979.9515,36.720123,1603.0424,1314.2399,6.4600234,4.683434,1306.301,16.916014,8.992104,342.83066,19.878729,40.47359,20.152128,64.98416,276.0875,301.51443,2.9475565,29.544989,51.441227,330.15182,5.1135206,83.928535,7.2967405,1.6387872,57.988216,1.2600149,1.4957914,5.138413,10.159934,22.319258,15.322345,27.343683,194.58803,29.893145,14.27909,28.051916,6.8938365,83.1255,3.229234,4.2035885,5.9294353,63.595905,1.7865783,3.4880831,11.213091,13.084979,15.229262,4.871774,1.1326622,70.38687,9.061045,191.70364,6.4299884,290.766,17.447739,1053.7897,119.43123,4.2391906,7.8675814,173.27913,215.93251,1032.2202,852.4666 +2023-03-05 10:00:00,0.0,2581.34,27.603777,6.06231,7.464202,26.300076,176.186,25.864914,49.97579,21.86748,33.3154,151.62883,261.0747,13.167546,21.444569,12.7835865,2.7490745,30.923712,35.64294,24.452105,413.02823,17.956312,336.67056,131.0724,25.371778,219.04218,160.5097,74.17121,720.3208,272.84674,1804.7319,38.223038,2355.8071,526.5212,27.438467,22.907003,149.61115,146.18063,269.06165,1033.4478,54.031586,13.1504755,9.547382,727.6475,526.3636,67.22546,27.239437,239.57962,31.962902,295.8616,12.488646,47.22708,0.0,1572.8533,2523.8435,0.6012456,35.382416,20.31482,16981.39,49.060345,1.7083805,23.313057,41.09107,31.124594,9.453719,22.446453,393.14233,28.262676,17.315058,1.5110971,8.176746,508.554,0.3759081,274.57953,77.48656,2590.865,125.27038,126.70013,179.37172,1137.1483,72.0735,63.010345,713.783,55.885853,52.680237,10.780348,36.269558,219.11218,11.023429,8.505954,81.0892,17.118738,4593.514,22.195406,30.596775,19.56254,22.234571,353.30643,98.18915,33.276882,9.844633,11.036347,31.82893,73.6456,180.63597,50.23945,237.53108,30.821976,22.365927,96.08659,54.052555,30.42129,156.55844,17.874908,2.3936963,19.505522,13.816063,1599.4777,22.774363,12.3091955,160.62514,22.834764,240.49107,92.05968,178.38576,8.377552,109.029526,555.65784,540.2909,50.868046,420.73956,114.09847,61.357784,70.5059,146.8206,25.020208,59.975353,472.18634,15.072041,21.983086,334.32278,10.312366,6.48799,84.34912,68.16007,699.2797,184.21649,174.63824,1980.0555,36.771137,1603.4972,1314.6711,6.4616427,4.683356,1306.2021,16.911482,8.993615,342.78793,19.88305,40.48524,20.16334,65.04013,276.32394,301.44543,2.9481237,29.548885,51.454918,330.3849,5.114869,83.93284,7.297424,1.6386186,57.982025,1.2601146,1.4957002,5.1381135,10.159969,22.325613,15.33102,27.350449,194.72025,29.892921,14.276305,28.039314,6.8922815,83.11122,3.2287188,4.200797,5.9287634,63.59268,1.7844777,3.4865615,11.2030325,13.118884,15.2287245,4.869283,1.1342357,70.46913,9.067195,191.75676,6.4361415,291.048,17.453892,1053.4736,119.53246,4.241196,7.8710947,173.56245,216.29219,1033.5233,852.298 +2023-03-05 11:00:00,0.0,2582.8777,27.60542,6.0738683,7.4636126,26.315266,176.1888,25.871817,49.999916,21.87195,33.327698,151.6497,261.22937,13.177344,21.445242,12.779613,2.7479734,30.928864,35.60809,24.44209,413.0649,17.933372,336.60352,131.04042,25.344261,218.8217,160.43619,74.14888,720.0314,272.80444,1804.7036,38.179405,2355.8726,525.7949,27.41217,22.883127,149.45267,146.25488,269.05338,1032.3389,54.046036,13.158499,9.546678,727.88074,525.8005,67.23765,27.259083,239.57785,31.948004,295.82867,12.486849,47.245747,0.0,1574.4535,2526.9663,0.60421526,35.3767,20.32421,16990.02,49.087067,1.7092122,23.3745,41.197407,31.137812,9.455479,22.505293,393.2432,28.270395,17.347963,1.5142641,8.177547,508.82608,0.37580663,274.90536,77.4336,2591.3376,125.199036,126.76254,179.39293,1135.7955,72.00891,62.984814,713.1382,55.836304,52.6363,10.783712,36.26917,219.11534,11.023137,8.505321,81.11747,17.123152,4593.465,22.203754,30.633064,19.570843,22.245943,353.3172,98.174416,33.307796,9.847845,11.041373,31.855618,73.70059,180.77852,50.28888,237.58965,30.823662,22.402367,96.113686,54.218616,30.501778,156.50992,17.862728,2.4007595,19.498343,13.842089,1603.4142,22.759434,12.37725,160.61217,22.846195,240.63567,92.08414,178.54819,8.377232,109.00952,556.24396,540.8885,50.917637,421.8729,114.13714,61.45215,70.51162,146.7037,25.002663,59.948612,472.28946,15.064004,21.971453,334.20963,10.311943,6.4870877,84.330826,68.16375,699.28986,184.19,174.65028,1980.1594,36.82215,1603.9519,1315.1025,6.4632616,4.683277,1306.1033,16.90695,8.995128,342.74518,19.887371,40.496895,20.17455,65.0961,276.56036,301.37643,2.948691,29.552784,51.46861,330.61798,5.1162176,83.93713,7.298107,1.6384501,57.975834,1.2602141,1.4956089,5.137814,10.160004,22.331968,15.339696,27.357214,194.85245,29.892696,14.273521,28.026714,6.890726,83.09694,3.2282035,4.198006,5.9280915,63.589455,1.782377,3.48504,11.192975,13.152789,15.228188,4.866792,1.1358093,70.55139,9.073344,191.80986,6.442295,291.33005,17.460045,1053.1576,119.633705,4.2432017,7.8746076,173.84578,216.65187,1034.8264,852.1293 +2023-03-05 12:00:00,0.0,2584.4155,27.607061,6.0854263,7.463023,26.330456,176.19159,25.87872,50.024044,21.87642,33.339996,151.67058,261.38403,13.187143,21.445913,12.77564,2.7468722,30.934015,35.573235,24.432074,413.1016,17.910433,336.5365,131.00844,25.316742,218.60124,160.36266,74.12655,719.74194,272.76215,1804.6753,38.135773,2355.938,525.0687,27.385874,22.859253,149.29419,146.32915,269.04507,1031.23,54.060482,13.166522,9.545972,728.11395,525.2373,67.24983,27.278728,239.5761,31.933105,295.79572,12.485052,47.264416,0.0,1576.0537,2530.089,0.60718495,35.370987,20.3336,16998.648,49.113792,1.7100438,23.435946,41.303745,31.15103,9.457237,22.564133,393.34406,28.278114,17.38087,1.5174311,8.178349,509.09814,0.37570518,275.2312,77.380646,2591.8105,125.127686,126.82497,179.41415,1134.4427,71.94431,62.95928,712.49335,55.786755,52.59236,10.787076,36.268784,219.1185,11.022845,8.504688,81.14574,17.127567,4593.4155,22.212103,30.669355,19.579144,22.257315,353.32794,98.15969,33.33871,9.851057,11.046399,31.882305,73.755585,180.92105,50.338306,237.64822,30.825348,22.438807,96.14077,54.384678,30.582266,156.46141,17.850548,2.4078226,19.491161,13.868114,1607.3507,22.744503,12.445303,160.5992,22.857626,240.78026,92.108604,178.71063,8.376912,108.98952,556.8301,541.486,50.96723,423.00623,114.175804,61.546513,70.517334,146.58682,24.985115,59.921867,472.39258,15.055967,21.959822,334.09644,10.311521,6.4861856,84.31252,68.16743,699.30005,184.1635,174.66231,1980.2634,36.87317,1604.4067,1315.5338,6.464881,4.683199,1306.0045,16.902418,8.996639,342.70245,19.891693,40.50855,20.18576,65.15208,276.79678,301.30743,2.949258,29.55668,51.4823,330.85104,5.117566,83.94144,7.2987905,1.6382816,57.969643,1.2603137,1.4955176,5.1375146,10.160039,22.338324,15.3483715,27.363977,194.98465,29.892473,14.270737,28.014112,6.8891706,83.082664,3.2276883,4.1952147,5.927419,63.586227,1.7802764,3.4835184,11.182917,13.186693,15.22765,4.8643007,1.137383,70.63365,9.079494,191.86298,6.448448,291.61206,17.466198,1052.8414,119.73494,4.2452073,7.878121,174.1291,217.01154,1036.1295,851.96063 +2023-03-05 13:00:00,0.0,2585.9531,27.608704,6.0969844,7.4624343,26.345644,176.19438,25.885622,50.048176,21.88089,33.352295,151.69147,261.5387,13.196942,21.446587,12.771666,2.745771,30.939167,35.538383,24.422058,413.1383,17.887493,336.46945,130.97646,25.289223,218.38077,160.28912,74.10422,719.4525,272.71985,1804.647,38.092144,2356.0034,524.3425,27.359577,22.835379,149.13573,146.40341,269.0368,1030.1212,54.074932,13.174545,9.545266,728.34717,524.6742,67.262024,27.298374,239.57434,31.918207,295.76276,12.483255,47.28308,0.0,1577.6538,2533.212,0.6101546,35.365273,20.342989,17007.277,49.140514,1.7108755,23.497389,41.410084,31.164246,9.458997,22.62297,393.44492,28.285833,17.413776,1.5205982,8.17915,509.37024,0.3756037,275.557,77.32769,2592.2832,125.056335,126.88738,179.43538,1133.0898,71.87972,62.933746,711.8486,55.737206,52.548424,10.790441,36.2684,219.12166,11.022553,8.504056,81.174,17.131983,4593.3657,22.220451,30.705645,19.587444,22.268684,353.3387,98.14496,33.369625,9.85427,11.051424,31.908993,73.81058,181.0636,50.387737,237.7068,30.827034,22.475246,96.16786,54.55074,30.662754,156.41289,17.83837,2.4148858,19.48398,13.89414,1611.2874,22.729574,12.513357,160.58623,22.869057,240.92487,92.133064,178.87306,8.376592,108.96951,557.4162,542.08356,51.016823,424.13956,114.21447,61.640877,70.52305,146.46992,24.96757,59.895126,472.4957,15.047931,21.94819,333.98325,10.311098,6.485283,84.29423,68.171104,699.3102,184.13701,174.67435,1980.3674,36.924183,1604.8615,1315.9651,6.4665003,4.6831203,1305.9056,16.897886,8.998152,342.65973,19.896013,40.520203,20.19697,65.208046,277.03323,301.23843,2.9498253,29.56058,51.49599,331.0841,5.1189146,83.94574,7.2994733,1.638113,57.96345,1.2604134,1.4954264,5.137215,10.160074,22.344677,15.357048,27.370743,195.11685,29.892248,14.267953,28.001513,6.8876157,83.06838,3.227173,4.192424,5.9267473,63.583004,1.7781758,3.4819968,11.172859,13.220598,15.227112,4.8618097,1.1389565,70.71592,9.085644,191.91608,6.4546013,291.89407,17.47235,1052.5254,119.83618,4.247213,7.881634,174.41243,217.37122,1037.4326,851.79193 +2023-03-05 14:00:00,0.0,2587.491,27.610346,6.108543,7.461845,26.360834,176.19717,25.892525,50.072304,21.885359,33.364594,151.71234,261.6934,13.20674,21.447258,12.767692,2.74467,30.944319,35.50353,24.412043,413.175,17.864552,336.4024,130.94446,25.261705,218.16031,160.2156,74.08189,719.1631,272.67755,1804.6188,38.04851,2356.0688,523.6163,27.333279,22.811502,148.97723,146.47766,269.0285,1029.0123,54.089382,13.182569,9.544561,728.5804,524.1111,67.274216,27.31802,239.57256,31.903309,295.72983,12.481459,47.30175,0.0,1579.2539,2536.3347,0.6131243,35.359562,20.352379,17015.906,49.16724,1.7117071,23.558832,41.516422,31.177464,9.460755,22.68181,393.54578,28.293552,17.446682,1.5237652,8.179952,509.6423,0.37550226,275.88284,77.27473,2592.756,124.984985,126.9498,179.4566,1131.737,71.81513,62.908215,711.20374,55.687656,52.504486,10.793804,36.268013,219.1248,11.022262,8.503423,81.20227,17.136396,4593.3164,22.2288,30.741936,19.595747,22.280056,353.34946,98.13023,33.40054,9.857482,11.05645,31.93568,73.86557,181.20615,50.437164,237.76538,30.828722,22.511686,96.19495,54.7168,30.743242,156.36438,17.826189,2.421949,19.476799,13.920165,1615.2239,22.714645,12.581411,160.57326,22.880487,241.06946,92.157524,179.0355,8.376271,108.94951,558.0023,542.6811,51.066418,425.2729,114.253136,61.73524,70.52876,146.35304,24.950022,59.868385,472.59882,15.039894,21.93656,333.87006,10.310676,6.4843807,84.275925,68.17478,699.3203,184.11052,174.68637,1980.4714,36.975197,1605.3163,1316.3964,6.4681196,4.683042,1305.8068,16.893354,8.999663,342.617,19.900335,40.531857,20.208181,65.264015,277.26965,301.16943,2.9503925,29.564476,51.509686,331.3172,5.120263,83.95004,7.3001566,1.6379445,57.95726,1.2605131,1.4953351,5.1369157,10.1601095,22.351032,15.365724,27.377508,195.24907,29.892025,14.265169,27.98891,6.88606,83.0541,3.2266579,4.1896324,5.9260755,63.579777,1.7760752,3.480475,11.162801,13.254502,15.226574,4.8593187,1.1405301,70.79818,9.091794,191.96918,6.4607544,292.1761,17.478502,1052.2094,119.937416,4.2492185,7.885147,174.69576,217.73088,1038.7357,851.6233 +2023-03-05 15:00:00,0.0,2589.0288,27.611988,6.120101,7.4612556,26.376022,176.19997,25.899427,50.09643,21.88983,33.376892,151.73322,261.84805,13.216539,21.44793,12.763718,2.7435687,30.94947,35.468674,24.402027,413.2117,17.841612,336.33536,130.91248,25.234186,217.93985,160.14207,74.059555,718.87366,272.63525,1804.5905,38.004883,2356.1343,522.8901,27.306982,22.787628,148.81877,146.55193,269.02023,1027.9034,54.103832,13.190593,9.543856,728.81354,523.548,67.2864,27.337666,239.5708,31.88841,295.69687,12.479662,47.320415,0.0,1580.8541,2539.4573,0.61609393,35.353848,20.361769,17024.535,49.193966,1.7125388,23.620277,41.62276,31.190681,9.462515,22.740648,393.64664,28.301271,17.47959,1.5269322,8.180753,509.91437,0.37540078,276.20868,77.22177,2593.2288,124.913635,127.01222,179.47783,1130.3842,71.75054,62.882683,710.5589,55.63811,52.460545,10.797169,36.267628,219.12796,11.02197,8.50279,81.23054,17.140812,4593.267,22.237148,30.778225,19.604048,22.291428,353.3602,98.1155,33.43145,9.860694,11.061476,31.96237,73.92057,181.3487,50.48659,237.82396,30.830408,22.548126,96.22204,54.882862,30.82373,156.31587,17.814009,2.429012,19.46962,13.946191,1619.1604,22.699715,12.649466,160.56029,22.891918,241.21405,92.18199,179.19794,8.375952,108.929504,558.58844,543.2786,51.116013,426.40622,114.2918,61.829605,70.53448,146.23615,24.932476,59.841644,472.70193,15.0318575,21.924929,333.7569,10.310253,6.4834785,84.25763,68.17846,699.3305,184.08401,174.69841,1980.5754,37.02621,1605.771,1316.8276,6.469739,4.682964,1305.7079,16.888824,9.001176,342.57428,19.904657,40.543507,20.219393,65.31999,277.5061,301.10046,2.9509597,29.568375,51.523376,331.55026,5.1216116,83.95434,7.30084,1.637776,57.95107,1.2606126,1.4952439,5.136616,10.160145,22.357388,15.374399,27.384274,195.38127,29.8918,14.262384,27.97631,6.884505,83.03982,3.2261426,4.186841,5.925403,63.57655,1.7739745,3.4789534,11.152743,13.288407,15.226037,4.8568277,1.1421037,70.88044,9.097943,192.0223,6.4669075,292.4581,17.484655,1051.8933,120.03865,4.2512245,7.8886604,174.97908,218.09056,1040.0387,851.4546 +2023-03-05 16:00:00,0.0,2590.5664,27.613628,6.131659,7.460666,26.391212,176.20276,25.90633,50.120564,21.894299,33.38919,151.75409,262.00272,13.226338,21.448603,12.759744,2.7424674,30.954622,35.433823,24.392012,413.24838,17.818672,336.26834,130.8805,25.206667,217.71938,160.06854,74.03722,718.5842,272.59296,1804.5621,37.96125,2356.1997,522.1639,27.280685,22.763754,148.66031,146.62619,269.01193,1026.7946,54.11828,13.198616,9.54315,729.04675,522.9848,67.29859,27.357311,239.56903,31.873512,295.6639,12.477865,47.339085,0.0,1582.4543,2542.58,0.6190636,35.348133,20.371159,17033.164,49.220688,1.7133704,23.68172,41.7291,31.203897,9.464274,22.799488,393.7475,28.30899,17.512495,1.5300994,8.181554,510.18646,0.37529933,276.53452,77.168816,2593.7017,124.84229,127.07464,179.49904,1129.0314,71.68595,62.85715,709.91406,55.588562,52.416607,10.800532,36.267242,219.13112,11.021678,8.502157,81.258804,17.145227,4593.218,22.245497,30.814516,19.612349,22.302797,353.37097,98.10078,33.462364,9.863906,11.066502,31.989058,73.97556,181.49123,50.536022,237.88254,30.832094,22.584566,96.24912,55.048923,30.904219,156.26735,17.801828,2.4360752,19.462439,13.972217,1623.0969,22.684786,12.717519,160.54732,22.903349,241.35866,92.20645,179.36038,8.375631,108.9095,559.17456,543.87616,51.165604,427.53955,114.33047,61.92397,70.5402,146.11925,24.914928,59.814903,472.80505,15.023821,21.913298,333.6437,10.309831,6.482576,84.23933,68.18214,699.34064,184.05753,174.71043,1980.6793,37.077225,1606.2258,1317.2589,6.4713583,4.682885,1305.6091,16.884293,9.002687,342.53156,19.908978,40.55516,20.230602,65.37596,277.74252,301.03146,2.9515269,29.572273,51.537067,331.78333,5.12296,83.95864,7.301523,1.6376075,57.944878,1.2607123,1.4951526,5.136317,10.160179,22.363743,15.383075,27.391039,195.51347,29.891577,14.259601,27.963709,6.88295,83.025536,3.2256274,4.18405,5.9247313,63.573326,1.771874,3.4774318,11.142686,13.322311,15.225499,4.8543367,1.1436774,70.9627,9.104094,192.0754,6.473061,292.7401,17.490807,1051.5773,120.13989,4.25323,7.8921733,175.2624,218.45024,1041.3418,851.2859 +2023-03-05 17:00:00,0.0,2592.1042,27.61527,6.143217,7.460077,26.406403,176.20555,25.913233,50.14469,21.89877,33.40149,151.77496,262.15738,13.236136,21.449274,12.75577,2.7413661,30.959776,35.398968,24.381996,413.28506,17.795732,336.2013,130.84851,25.17915,217.49892,159.99501,74.014885,718.2948,272.55066,1804.5338,37.917618,2356.265,521.4376,27.254389,22.739878,148.50182,146.70044,269.00366,1025.6857,54.13273,13.206639,9.542444,729.27997,522.4217,67.31078,27.376957,239.56726,31.858614,295.63098,12.4760685,47.35775,0.0,1584.0544,2545.703,0.6220333,35.34242,20.380547,17041.793,49.247414,1.7142022,23.743164,41.835438,31.217115,9.466033,22.858326,393.84836,28.31671,17.545403,1.5332664,8.182355,510.45853,0.3751979,276.86032,77.11586,2594.1743,124.77094,127.137054,179.52026,1127.6786,71.62135,62.83162,709.2692,55.539013,52.37267,10.803897,36.266857,219.13428,11.021385,8.501525,81.28707,17.149641,4593.1685,22.253845,30.850807,19.620651,22.314169,353.3817,98.086044,33.49328,9.867118,11.071527,32.015747,74.030556,181.63377,50.58545,237.94112,30.83378,22.621006,96.276215,55.21499,30.984707,156.21884,17.789648,2.4431384,19.455257,13.998242,1627.0334,22.669857,12.785573,160.53435,22.91478,241.50325,92.23091,179.52281,8.375312,108.889496,559.7607,544.47375,51.2152,428.67288,114.36913,62.018333,70.54591,146.00237,24.897383,59.78816,472.9082,15.015784,21.901667,333.53052,10.309408,6.4816737,84.22102,68.18582,699.35077,184.03102,174.72247,1980.7834,37.12824,1606.6805,1317.6902,6.4729776,4.682807,1305.5103,16.87976,9.0042,342.48883,19.9133,40.566814,20.241814,65.43193,277.97897,300.96246,2.952094,29.57617,51.55076,332.01642,5.1243086,83.962944,7.3022065,1.6374389,57.938686,1.2608119,1.4950614,5.1360173,10.160214,22.370096,15.39175,27.397804,195.64568,29.891352,14.256816,27.951109,6.8813944,83.01125,3.2251122,4.1812587,5.924059,63.5701,1.7697734,3.4759102,11.1326275,13.356216,15.224961,4.8518457,1.1452509,71.04497,9.110243,192.12851,6.479214,293.02213,17.49696,1051.2612,120.24113,4.2552357,7.8956866,175.54573,218.8099,1042.6449,851.11725 +2023-03-05 18:00:00,0.0,2593.6418,27.616913,6.1547756,7.4594874,26.42159,176.20836,25.920135,50.16882,21.903238,33.413788,151.79584,262.31207,13.245935,21.449945,12.751796,2.7402651,30.964928,35.364117,24.37198,413.32178,17.772793,336.13425,130.81653,25.15163,217.27844,159.9215,73.99255,718.0054,272.50836,1804.5055,37.87399,2356.3303,520.7114,27.22809,22.716003,148.34335,146.7747,268.99536,1024.5768,54.14718,13.214663,9.541739,729.5132,521.8586,67.32297,27.396603,239.5655,31.843716,295.59802,12.474272,47.37642,0.0,1585.6547,2548.8257,0.625003,35.336704,20.389936,17050.424,49.274136,1.7150338,23.804607,41.941776,31.230333,9.4677925,22.917166,393.94922,28.324429,17.578308,1.5364335,8.183157,510.73062,0.3750964,277.18616,77.062904,2594.6472,124.69959,127.19947,179.54149,1126.3257,71.55676,62.806087,708.6244,55.489464,52.32873,10.8072605,36.266468,219.13742,11.021093,8.500893,81.315346,17.154057,4593.119,22.262194,30.887096,19.628952,22.32554,353.39246,98.07132,33.524193,9.870331,11.076552,32.042435,74.08555,181.77632,50.63488,237.9997,30.835468,22.657446,96.3033,55.38105,31.065195,156.17033,17.777468,2.4502015,19.448078,14.024268,1630.9701,22.654926,12.853627,160.52138,22.92621,241.64784,92.25538,179.68526,8.374991,108.86949,560.3468,545.0713,51.26479,429.8062,114.4078,62.112698,70.55163,145.88547,24.879835,59.761417,473.01132,15.007748,21.890034,333.41736,10.308986,6.4807715,84.20273,68.1895,699.36096,184.00453,174.73451,1980.8873,37.179253,1607.1354,1318.1215,6.4745965,4.6827283,1305.4114,16.875229,9.0057125,342.4461,19.91762,40.57847,20.253025,65.48791,278.2154,300.89346,2.9526613,29.580069,51.56445,332.24948,5.125657,83.96725,7.30289,1.6372703,57.932495,1.2609116,1.4949701,5.135718,10.16025,22.376451,15.400426,27.40457,195.7779,29.891129,14.254032,27.938509,6.879839,82.99698,3.224597,4.1784678,5.923387,63.566875,1.7676728,3.4743886,11.12257,13.3901205,15.224423,4.8493547,1.1468245,71.12723,9.116393,192.18161,6.4853673,293.30414,17.503113,1050.9451,120.34237,4.2572412,7.8992,175.82904,219.16959,1043.948,850.94855 +2023-03-05 19:00:00,0.0,2595.1797,27.618555,6.1663337,7.4588985,26.43678,176.21115,25.927038,50.19295,21.90771,33.426086,151.81671,262.46674,13.2557335,21.450619,12.747822,2.7391639,30.97008,35.32926,24.361965,413.35846,17.749853,336.06723,130.78455,25.124113,217.05798,159.84796,73.97022,717.71594,272.46606,1804.4772,37.830357,2356.3958,519.9852,27.201794,22.69213,148.18488,146.84897,268.9871,1023.4679,54.161625,13.222686,9.541034,729.7464,521.2954,67.33516,27.416248,239.56375,31.828817,295.56506,12.472475,47.395084,0.0,1587.2549,2551.9482,0.62797266,35.330994,20.399326,17059.053,49.30086,1.7158655,23.866053,42.048115,31.24355,9.469551,22.976004,394.05008,28.332148,17.611216,1.5396005,8.183958,511.0027,0.37499496,277.512,77.00995,2595.1199,124.62824,127.26189,179.56271,1124.9729,71.49217,62.780556,707.97955,55.439915,52.284794,10.810625,36.266083,219.14058,11.020802,8.500259,81.34361,17.15847,4593.0693,22.270542,30.923388,19.637253,22.33691,353.40323,98.056595,33.555107,9.873543,11.081578,32.069122,74.14054,181.91887,50.684307,238.05827,30.837154,22.693886,96.33038,55.54711,31.145683,156.12181,17.765287,2.457265,19.440897,14.050294,1634.9066,22.639997,12.921681,160.5084,22.937641,241.79245,92.27984,179.84769,8.374671,108.84949,560.9329,545.6688,51.314384,430.93954,114.44646,62.20706,70.55734,145.76857,24.86229,59.734676,473.11444,14.999711,21.878403,333.30417,10.308563,6.479869,84.184425,68.19318,699.3711,183.97804,174.74654,1980.9913,37.230267,1607.5901,1318.5527,6.476216,4.68265,1305.3125,16.870697,9.007224,342.40338,19.921942,40.590122,20.264235,65.54388,278.4518,300.82446,2.9532285,29.583965,51.57814,332.48254,5.127006,83.97154,7.303573,1.6371018,57.926304,1.2610111,1.4948789,5.1354184,10.160285,22.382807,15.4091015,27.411335,195.9101,29.890905,14.251247,27.925907,6.8782835,82.9827,3.2240818,4.1756763,5.922715,63.56365,1.7655722,3.4728668,11.112512,13.424026,15.2238865,4.8468637,1.148398,71.20949,9.122543,192.23473,6.4915204,293.58615,17.509264,1050.629,120.4436,4.259247,7.902713,176.11237,219.52925,1045.2511,850.7799 +2023-03-05 20:00:00,0.0,2596.7173,27.620197,6.1778917,7.458309,26.451971,176.21394,25.93394,50.21708,21.912178,33.43838,151.83759,262.6214,13.2655325,21.45129,12.743849,2.7380626,30.975231,35.29441,24.35195,413.39514,17.726913,336.00018,130.75255,25.096594,216.83752,159.77443,73.94789,717.4265,272.42377,1804.4489,37.786724,2356.4612,519.259,27.175497,22.668253,148.0264,146.92323,268.9788,1022.359,54.176075,13.230709,9.540328,729.97955,520.7323,67.34735,27.435896,239.56198,31.81392,295.53214,12.470678,47.413754,0.0,1588.855,2555.071,0.6309423,35.32528,20.408716,17067.682,49.327583,1.7166971,23.927496,42.154453,31.256767,9.471311,23.034843,394.15097,28.339867,17.644121,1.5427675,8.184759,511.27475,0.3748935,277.83783,76.956985,2595.5928,124.55689,127.3243,179.58392,1123.62,71.42758,62.755024,707.3347,55.390366,52.240856,10.813989,36.265697,219.14374,11.02051,8.499627,81.37188,17.162886,4593.02,22.27889,30.959677,19.645554,22.348282,353.41397,98.04186,33.58602,9.876755,11.086603,32.09581,74.19553,182.0614,50.733738,238.11684,30.83884,22.730326,96.357475,55.713173,31.226171,156.0733,17.753107,2.464328,19.433716,14.076319,1638.8431,22.625067,12.989735,160.49544,22.949072,241.93704,92.3043,180.01013,8.3743515,108.82948,561.51904,546.26636,51.363976,432.07288,114.48512,62.30143,70.56306,145.65169,24.844742,59.707935,473.21756,14.991674,21.866772,333.19098,10.308141,6.4789667,84.16613,68.19685,699.3812,183.95154,174.75858,1981.0952,37.28128,1608.0449,1318.9841,6.477835,4.6825714,1305.2137,16.866165,9.008737,342.36066,19.926262,40.601776,20.275446,65.599846,278.68826,300.75546,2.9537957,29.587864,51.59183,332.71564,5.1283545,83.975845,7.3042564,1.6369333,57.920113,1.2611108,1.4947876,5.135119,10.16032,22.389162,15.417778,27.4181,196.0423,29.89068,14.248464,27.913307,6.8767285,82.968414,3.2235665,4.172885,5.922043,63.56042,1.7634715,3.4713452,11.102454,13.45793,15.223349,4.8443727,1.1499717,71.291756,9.128693,192.28783,6.4976735,293.86816,17.515417,1050.313,120.544846,4.2612524,7.906226,176.39569,219.88893,1046.5542,850.6112 +2023-03-05 21:00:00,0.0,2598.2551,27.62184,6.1894503,7.45772,26.46716,176.21674,25.940844,50.241207,21.916649,33.45068,151.85846,262.7761,13.2753315,21.451962,12.739875,2.7369616,30.980383,35.259556,24.341934,413.43185,17.703974,335.93314,130.72057,25.069075,216.61705,159.7009,73.92556,717.1371,272.38144,1804.4205,37.743095,2356.5266,518.5328,27.1492,22.644379,147.86792,146.99748,268.97052,1021.2501,54.190525,13.238732,9.539622,730.21277,520.1692,67.359535,27.455542,239.56021,31.799023,295.49918,12.468882,47.43242,0.0,1590.4552,2558.1938,0.63391197,35.319565,20.418106,17076.31,49.35431,1.7175288,23.98894,42.26079,31.269985,9.47307,23.093683,394.25183,28.347586,17.677029,1.5459346,8.18556,511.54684,0.37479204,278.16364,76.90403,2596.0654,124.48555,127.38672,179.60515,1122.2672,71.36298,62.729492,706.6899,55.340816,52.19692,10.817353,36.265312,219.1469,11.020218,8.498994,81.40015,17.167301,4592.9707,22.28724,30.995968,19.653856,22.359653,353.4247,98.02714,33.616936,9.879967,11.091629,32.122498,74.25053,182.20395,50.783165,238.17542,30.840527,22.766766,96.38456,55.879234,31.30666,156.0248,17.740929,2.4713912,19.426535,14.1023445,1642.7797,22.610138,13.057789,160.48247,22.960503,242.08163,92.328766,180.17256,8.374031,108.80948,562.10516,546.8639,51.41357,433.2062,114.52379,62.395794,70.56878,145.53479,24.827196,59.68119,473.32068,14.983637,21.85514,333.0778,10.307718,6.4780645,84.14783,68.20053,699.3914,183.92505,174.7706,1981.1992,37.332294,1608.4996,1319.4154,6.4794545,4.682493,1305.1149,16.861635,9.010248,342.3179,19.930584,40.613426,20.286657,65.655815,278.92468,300.68646,2.9543629,29.591763,51.605522,332.9487,5.129703,83.98015,7.3049393,1.6367648,57.913918,1.2612104,1.4946963,5.1348195,10.160355,22.395515,15.426454,27.424866,196.1745,29.890457,14.24568,27.900705,6.875173,82.95413,3.2230513,4.170094,5.921371,63.557198,1.7613709,3.4698236,11.092396,13.491835,15.222811,4.8418818,1.1515453,71.374016,9.134843,192.34094,6.5038266,294.1502,17.52157,1049.997,120.64608,4.263258,7.909739,176.67902,220.24861,1047.8573,850.4425 +2023-03-05 22:00:00,0.0,2599.7927,27.623482,6.2010083,7.4571304,26.48235,176.21953,25.947748,50.265335,21.921118,33.46298,151.87933,262.93076,13.28513,21.452635,12.735901,2.7358603,30.985535,35.224705,24.331919,413.46854,17.681034,335.8661,130.68858,25.041557,216.39659,159.62738,73.90322,716.84766,272.33914,1804.3922,37.699463,2356.592,517.8066,27.122904,22.620504,147.70946,147.07175,268.96222,1020.1413,54.20497,13.246756,9.538918,730.446,519.6061,67.37173,27.475187,239.55844,31.784124,295.46622,12.467085,47.451088,0.0,1592.0554,2561.3167,0.63688165,35.31385,20.427496,17084.94,49.381035,1.7183604,24.050385,42.36713,31.283201,9.474829,23.152521,394.3527,28.355305,17.709934,1.5491016,8.186361,511.8189,0.3746906,278.48947,76.851074,2596.5383,124.4142,127.449135,179.62637,1120.9144,71.29839,62.703957,706.04504,55.291267,52.15298,10.820718,36.264927,219.15004,11.019926,8.498362,81.42841,17.171715,4592.9214,22.295588,31.032259,19.662157,22.371023,353.4355,98.012405,33.64785,9.883179,11.096655,32.149185,74.30552,182.3465,50.832596,238.234,30.842215,22.803205,96.41165,56.045296,31.387148,155.97627,17.728748,2.4784544,19.419355,14.12837,1646.7163,22.59521,13.125843,160.4695,22.971933,242.22624,92.353226,180.335,8.373711,108.789474,562.6913,547.4615,51.46316,434.33954,114.562454,62.490158,70.57449,145.41791,24.809649,59.65445,473.4238,14.9756,21.84351,332.96463,10.307296,6.4771624,84.12953,68.20421,699.40155,183.89854,174.78264,1981.3032,37.38331,1608.9545,1319.8467,6.481074,4.682415,1305.016,16.857103,9.011761,342.27518,19.934906,40.62508,20.297867,65.71179,279.16113,300.61746,2.95493,29.59566,51.619213,333.18176,5.1310515,83.98445,7.3056226,1.6365962,57.907726,1.2613101,1.4946051,5.13452,10.16039,22.40187,15.435129,27.431631,196.30672,29.890232,14.242895,27.888105,6.8736176,82.93985,3.222536,4.1673026,5.920699,63.55397,1.7592703,3.468302,11.082338,13.525739,15.222273,4.8393908,1.1531188,71.456276,9.140992,192.39404,6.50998,294.43222,17.527723,1049.6809,120.747314,4.2652636,7.9132524,176.96234,220.60828,1049.1604,850.27386 +2023-03-05 23:00:00,0.0,2601.3306,27.625124,6.2125664,7.456541,26.497538,176.22232,25.95465,50.289467,21.925589,33.475277,151.90022,263.08542,13.294929,21.453306,12.731927,2.734759,30.990686,35.18985,24.321903,413.50525,17.658094,335.79907,130.6566,25.014038,216.17612,159.55385,73.88089,716.5582,272.29684,1804.364,37.655834,2356.6575,517.0803,27.096605,22.596628,147.55098,147.14601,268.95392,1019.0324,54.21942,13.254779,9.538212,730.6792,519.0429,67.38392,27.494833,239.55667,31.769226,295.4333,12.465288,47.469753,0.0,1593.6555,2564.4392,0.63985133,35.308136,20.436886,17093.568,49.407757,1.7191921,24.111828,42.47347,31.29642,9.476588,23.21136,394.45355,28.363026,17.742842,1.5522686,8.187163,512.091,0.37458912,278.8153,76.79812,2597.011,124.34285,127.51155,179.6476,1119.5615,71.2338,62.678425,705.4002,55.24172,52.109043,10.824081,36.26454,219.1532,11.019634,8.497729,81.45668,17.17613,4592.872,22.303936,31.068548,19.670458,22.382395,353.44623,97.99768,33.678764,9.886392,11.10168,32.175873,74.36051,182.48904,50.882023,238.29257,30.8439,22.839645,96.438736,56.211357,31.467634,155.92776,17.716568,2.4855175,19.412174,14.154396,1650.6528,22.580278,13.193897,160.45651,22.983364,242.37083,92.377686,180.49744,8.373391,108.76947,563.2774,548.059,51.512756,435.47287,114.60112,62.584522,70.58021,145.30101,24.792103,59.62771,473.52692,14.967564,21.831879,332.85144,10.306873,6.4762597,84.11123,68.207886,699.4117,183.87206,174.79466,1981.4072,37.434322,1609.4092,1320.278,6.482693,4.6823363,1304.9171,16.852571,9.013272,342.23245,19.939226,40.636734,20.309078,65.76776,279.39755,300.5485,2.9554973,29.599558,51.632904,333.41483,5.1324,83.98875,7.306306,1.6364276,57.901535,1.2614098,1.4945138,5.1342206,10.160425,22.408226,15.443805,27.438396,196.43892,29.890009,14.240111,27.875504,6.8720627,82.92557,3.2220209,4.164511,5.920027,63.550743,1.7571697,3.4667804,11.07228,13.559644,15.221736,4.8368998,1.1546925,71.538536,9.147142,192.44714,6.5161333,294.71423,17.533875,1049.3649,120.84856,4.267269,7.9167657,177.24567,220.96796,1050.4635,850.10516 +2023-03-06 00:00:00,0.0,2602.8684,27.626764,6.2241244,7.4559517,26.512728,176.22511,25.961554,50.313595,21.93006,33.487576,151.9211,263.24008,13.304728,21.453978,12.727953,2.733658,30.99584,35.154995,24.311888,413.54193,17.635155,335.73203,130.62462,24.986519,215.95566,159.48032,73.85856,716.2688,272.25455,1804.3357,37.6122,2356.723,516.3541,27.070309,22.572754,147.3925,147.22026,268.94565,1017.9235,54.23387,13.262802,9.537506,730.9124,518.4798,67.3961,27.514479,239.55492,31.754328,295.40033,12.463491,47.488422,0.0,1595.2556,2567.562,0.642821,35.302425,20.446276,17102.197,49.434483,1.7200238,24.173271,42.579807,31.309637,9.478347,23.270199,394.5544,28.370745,17.775747,1.5554357,8.187964,512.3631,0.37448767,279.14114,76.74516,2597.484,124.2715,127.573975,179.66882,1118.2087,71.16921,62.652893,704.7554,55.19217,52.0651,10.827446,36.264156,219.15636,11.019342,8.497096,81.48495,17.180546,4592.8228,22.312284,31.10484,19.67876,22.393766,353.45697,97.98295,33.70968,9.889604,11.106706,32.20256,74.415504,182.63158,50.931454,238.35115,30.845587,22.876085,96.46583,56.37742,31.548122,155.87924,17.704388,2.4925807,19.404993,14.180422,1654.5894,22.56535,13.2619505,160.44354,22.994795,242.51543,92.40215,180.65988,8.373071,108.749466,563.8635,548.65656,51.56235,436.6062,114.639786,62.678886,70.58592,145.18411,24.774555,59.600967,473.63004,14.959527,21.820248,332.73825,10.306451,6.4753575,84.09293,68.21156,699.4219,183.84557,174.8067,1981.5111,37.485336,1609.8639,1320.7092,6.4843125,4.682258,1304.8182,16.84804,9.014785,342.18973,19.943548,40.648388,20.32029,65.82373,279.63397,300.4795,2.9560645,29.603455,51.6466,333.64792,5.1337485,83.99305,7.306989,1.6362592,57.895344,1.2615093,1.4944226,5.133921,10.16046,22.414581,15.45248,27.445162,196.57112,29.889784,14.237327,27.862904,6.8705072,82.91129,3.2215056,4.1617203,5.919355,63.54752,1.755069,3.4652588,11.0622225,13.593548,15.221198,4.8344083,1.1562661,71.620804,9.153292,192.50026,6.5222864,294.99625,17.540028,1049.0487,120.94979,4.269275,7.9202785,177.52899,221.32762,1051.7666,849.9365 +2023-03-06 01:00:00,0.0,2604.406,27.628407,6.235683,7.455363,26.527918,176.22792,25.968456,50.337723,21.934528,33.499874,151.94197,263.39478,13.314526,21.45465,12.723979,2.7325568,31.000992,35.120144,24.301872,413.5786,17.612215,335.66498,130.59262,24.959002,215.7352,159.4068,73.83623,715.9794,272.21225,1804.3074,37.56857,2356.788,515.6279,27.044012,22.54888,147.23404,147.29453,268.93735,1016.81464,54.24832,13.270826,9.536801,731.14557,517.9167,67.408295,27.534124,239.55316,31.73943,295.36737,12.461695,47.507088,0.0,1596.8558,2570.6848,0.64579064,35.29671,20.455666,17110.826,49.461205,1.7208554,24.234716,42.686146,31.322853,9.480106,23.329039,394.65527,28.378464,17.808655,1.5586027,8.188766,512.63513,0.3743862,279.46695,76.6922,2597.9565,124.20015,127.63639,179.69003,1116.856,71.10462,62.62736,704.11053,55.14262,52.021164,10.83081,36.26377,219.15952,11.019051,8.496464,81.513214,17.18496,4592.773,22.320633,31.141129,19.687061,22.405136,353.46774,97.96822,33.740593,9.892816,11.111732,32.229248,74.4705,182.77412,50.98088,238.40973,30.847273,22.912525,96.49291,56.54348,31.62861,155.83073,17.692207,2.4996438,19.397814,14.206448,1658.5259,22.550419,13.330005,160.43057,23.006226,242.66003,92.42661,180.82231,8.37275,108.72946,564.44965,549.2541,51.611942,437.73953,114.67845,62.77325,70.591644,145.06723,24.75701,59.574223,473.7332,14.95149,21.808615,332.6251,10.306029,6.4744554,84.07463,68.21524,699.432,183.81906,174.81873,1981.6151,37.53635,1610.3187,1321.1405,6.4859314,4.6821795,1304.7195,16.843508,9.016296,342.147,19.947868,40.66004,20.3315,65.87971,279.87042,300.4105,2.9566317,29.607353,51.66029,333.88098,5.135097,83.99735,7.3076725,1.6360906,57.889153,1.261609,1.4943312,5.1336217,10.160495,22.420937,15.461156,27.451927,196.70332,29.88956,14.234543,27.850302,6.868952,82.89701,3.2209902,4.158929,5.9186826,63.544292,1.7529684,3.463737,11.052165,13.627453,15.22066,4.8319173,1.1578397,71.703064,9.159442,192.55336,6.5284395,295.27826,17.54618,1048.7327,121.05103,4.271281,7.923792,177.81232,221.6873,1053.0697,849.7678 +2023-03-06 02:00:00,0.0,2605.9438,27.630049,6.247241,7.4547734,26.543106,176.23071,25.975359,50.361855,21.939,33.512173,151.96284,263.54944,13.324325,21.455322,12.720005,2.7314556,31.006144,35.08529,24.291857,413.61533,17.589275,335.59796,130.56064,24.931482,215.51472,159.33327,73.813896,715.68994,272.16995,1804.279,37.52494,2356.8535,514.9017,27.017715,22.525003,147.07555,147.36879,268.92908,1015.70575,54.262768,13.27885,9.536096,731.3788,517.3535,67.42049,27.55377,239.55139,31.724531,295.33444,12.459898,47.525757,0.0,1598.4562,2573.8076,0.6487603,35.290997,20.465055,17119.455,49.48793,1.7216871,24.29616,42.792484,31.336071,9.481866,23.387877,394.75613,28.386183,17.84156,1.5617697,8.189567,512.9072,0.37428474,279.7928,76.639244,2598.4294,124.12881,127.69881,179.71126,1115.503,71.04002,62.60183,703.4657,55.09307,51.977226,10.834174,36.263382,219.16266,11.018759,8.4958315,81.54148,17.189375,4592.7236,22.328981,31.17742,19.695362,22.416508,353.4785,97.9535,33.771507,9.896028,11.116757,32.255936,74.52549,182.91667,51.030308,238.4683,30.84896,22.948965,96.520004,56.709545,31.709099,155.78223,17.680027,2.506707,19.390633,14.232472,1662.4625,22.53549,13.398059,160.4176,23.017656,242.80463,92.45107,180.98476,8.372431,108.70946,565.03577,549.8516,51.661537,438.87286,114.71712,62.867615,70.59736,144.95033,24.739462,59.54748,473.8363,14.943454,21.796984,332.5119,10.305607,6.4735527,84.05633,68.21892,699.44214,183.79257,174.83076,1981.719,37.587364,1610.7734,1321.5718,6.4875507,4.6821012,1304.6206,16.838976,9.017809,342.10428,19.95219,40.671696,20.34271,65.93568,280.10684,300.3415,2.9571989,29.611252,51.67398,334.11404,5.1364455,84.001656,7.308356,1.6359221,57.88296,1.2617086,1.49424,5.1333222,10.16053,22.42729,15.469831,27.45869,196.83554,29.889336,14.231759,27.837702,6.867397,82.88273,3.220475,4.156138,5.9180107,63.54107,1.7508678,3.4622154,11.042107,13.661357,15.220122,4.8294263,1.1594132,71.785324,9.165591,192.60648,6.5345926,295.56027,17.552332,1048.4166,121.15227,4.2732863,7.9273047,178.09564,222.04698,1054.3728,849.5992 +2023-03-06 03:00:00,0.0,2607.4814,27.631691,6.258799,7.454184,26.558296,176.2335,25.982262,50.385983,21.943468,33.52447,151.98372,263.7041,13.334124,21.455994,12.716032,2.7303545,31.011295,35.050438,24.281841,413.652,17.566334,335.5309,130.52866,24.903965,215.29427,159.25974,73.791565,715.4005,272.12766,1804.2507,37.481308,2356.919,514.1755,26.991417,22.50113,146.91708,147.44304,268.92078,1014.59686,54.277218,13.286873,9.53539,731.612,516.7904,67.43267,27.573416,239.54962,31.709633,295.30148,12.458101,47.544422,0.0,1600.0564,2576.9304,0.65173,35.285282,20.474443,17128.086,49.514652,1.7225187,24.357603,42.898823,31.349289,9.483624,23.446716,394.857,28.393902,17.874468,1.5649368,8.190368,513.1793,0.37418327,280.11862,76.58629,2598.902,124.05746,127.761215,179.73248,1114.1503,70.97543,62.576298,702.82086,55.043526,51.93329,10.837538,36.263,219.16582,11.018466,8.495198,81.56975,17.19379,4592.6743,22.33733,31.213709,19.703665,22.42788,353.48923,97.93877,33.802418,9.89924,11.121782,32.282627,74.58048,183.05922,51.07974,238.52689,30.850647,22.985405,96.54709,56.875607,31.789587,155.7337,17.667847,2.51377,19.383451,14.258498,1666.399,22.520561,13.466113,160.40463,23.029087,242.94922,92.47554,181.14719,8.37211,108.68945,565.6219,550.44916,51.71113,440.0062,114.755775,62.96198,70.60307,144.83345,24.721916,59.52074,473.93942,14.935417,21.785353,332.3987,10.305184,6.4726505,84.03803,68.222595,699.45233,183.76607,174.84279,1981.823,37.63838,1611.2283,1322.003,6.48917,4.6820226,1304.5217,16.834446,9.0193205,342.06155,19.95651,40.683346,20.353922,65.991646,280.3433,300.2725,2.957766,29.615149,51.68767,334.34714,5.137794,84.00595,7.309039,1.6357535,57.87677,1.2618083,1.4941487,5.133023,10.160565,22.433645,15.478507,27.465456,196.96774,29.889112,14.228974,27.8251,6.8658414,82.86845,3.2199597,4.1533465,5.917339,63.53784,1.7487673,3.4606938,11.032049,13.695262,15.219585,4.8269353,1.1609869,71.867584,9.1717415,192.65958,6.540746,295.8423,17.558485,1048.1006,121.25351,4.275292,7.930818,178.37897,222.40665,1055.6759,849.4305 +2023-03-06 04:00:00,0.0,2609.0193,27.633333,6.270357,7.4535947,26.573486,176.2363,25.989164,50.41011,21.947939,33.53677,152.0046,263.85876,13.343922,21.456667,12.712058,2.7292533,31.016447,35.015583,24.271826,413.68872,17.543394,335.46387,130.49667,24.876446,215.07379,159.1862,73.769226,715.1111,272.08536,1804.2224,37.437675,2356.9844,513.4493,26.96512,22.477255,146.7586,147.5173,268.9125,1013.48804,54.291668,13.294896,9.534684,731.8452,516.2273,67.44486,27.593061,239.54785,31.694735,295.26855,12.456305,47.56309,0.0,1601.6565,2580.053,0.6546997,35.279568,20.483833,17136.715,49.541378,1.7233504,24.419048,43.00516,31.362505,9.485384,23.505554,394.95786,28.40162,17.907373,1.5681038,8.19117,513.45135,0.37408182,280.44446,76.53333,2599.375,123.98611,127.82364,179.75371,1112.7974,70.91084,62.550766,702.176,54.993977,51.88935,10.840902,36.26261,219.16898,11.018174,8.494566,81.59802,17.198204,4592.625,22.345678,31.25,19.711966,22.439249,353.5,97.92404,33.833332,9.902452,11.126808,32.309315,74.635475,183.20175,51.129166,238.58545,30.852333,23.021845,96.57418,57.041668,31.870075,155.6852,17.655666,2.5208333,19.37627,14.284524,1670.3356,22.50563,13.534166,160.39166,23.040518,243.09383,92.5,181.30963,8.37179,108.66945,566.208,551.04675,51.760723,441.13953,114.79444,63.056343,70.60879,144.71655,24.704369,59.494,474.04254,14.927381,21.773722,332.28552,10.304762,6.4717484,84.01973,68.22627,699.46246,183.73958,174.85483,1981.927,37.689392,1611.683,1322.4343,6.4907894,4.6819444,1304.4229,16.829914,9.020833,342.01883,19.960833,40.695,20.365131,66.04762,280.5797,300.2035,2.9583333,29.619047,51.701363,334.5802,5.139143,84.010254,7.309722,1.6355851,57.87058,1.2619078,1.4940574,5.1327233,10.160601,22.44,15.487183,27.472221,197.09995,29.88889,14.226191,27.8125,6.864286,82.854164,3.2194445,4.150555,5.9166665,63.534615,1.7466666,3.4591722,11.021991,13.729166,15.219048,4.8244443,1.1625605,71.94985,9.177891,192.71269,6.5468993,296.1243,17.564638,1047.7845,121.354744,4.2772975,7.934331,178.6623,222.76633,1056.979,849.2618 +2023-03-06 05:00:00,0.0,2610.557,27.634975,6.2819157,7.4530053,26.588675,176.23909,25.996067,50.434242,21.952408,33.54907,152.02547,264.01346,13.353721,21.457338,12.708084,2.728152,31.021599,34.980732,24.26181,413.7254,17.520454,335.39682,130.46469,24.848927,214.85333,159.11269,73.746895,714.8217,272.04306,1804.1941,37.394047,2357.0498,512.723,26.938824,22.453379,146.60013,147.59157,268.9042,1012.37915,54.306114,13.302919,9.533979,732.07837,515.6642,67.457054,27.612707,239.54608,31.679836,295.2356,12.454507,47.58176,0.0,1603.2566,2583.1758,0.65766937,35.273857,20.493223,17145.344,49.568104,1.724182,24.480492,43.111496,31.375723,9.487143,23.564394,395.05872,28.40934,17.94028,1.5712708,8.191971,513.72345,0.37398037,280.7703,76.48038,2599.848,123.91476,127.886055,179.77492,1111.4446,70.84625,62.525234,701.5312,54.944427,51.845413,10.844266,36.262226,219.17213,11.017882,8.493933,81.62629,17.20262,4592.5757,22.354027,31.286291,19.720266,22.45062,353.51074,97.90931,33.864246,9.905664,11.131834,32.336002,74.69047,183.3443,51.178596,238.64403,30.85402,23.058285,96.601265,57.20773,31.950563,155.63669,17.643486,2.5278964,19.369091,14.31055,1674.2721,22.490702,13.602221,160.3787,23.051949,243.23842,92.52446,181.47206,8.37147,108.64944,566.7942,551.6443,51.810314,442.27286,114.83311,63.150707,70.6145,144.59966,24.686823,59.467255,474.14566,14.919344,21.76209,332.17236,10.304339,6.4708457,84.001434,68.22995,699.4726,183.71309,174.86685,1982.031,37.74041,1612.1378,1322.8657,6.4924088,4.681866,1304.3241,16.825382,9.022346,341.9761,19.965155,40.706654,20.376343,66.10359,280.81616,300.1345,2.9589005,29.622944,51.715054,334.81326,5.1404915,84.01456,7.3104053,1.6354165,57.864388,1.2620075,1.4939662,5.132424,10.160636,22.446356,15.495859,27.478987,197.23215,29.888664,14.223406,27.7999,6.8627305,82.83989,3.2189293,4.147764,5.9159946,63.53139,1.744566,3.4576507,11.011933,13.763071,15.21851,4.8219533,1.164134,72.03211,9.184041,192.7658,6.5530524,296.4063,17.570791,1047.4685,121.45598,4.279303,7.9378443,178.9456,223.12599,1058.2821,849.09314 +2023-03-06 06:00:00,0.0,2612.0947,27.636618,6.2934737,7.4524164,26.603865,176.24188,26.00297,50.45837,21.956879,33.561367,152.04634,264.16812,13.363519,21.45801,12.70411,2.7270508,31.02675,34.945877,24.251795,413.7621,17.497515,335.3298,130.4327,24.82141,214.63287,159.03915,73.72456,714.5323,272.00076,1804.1658,37.350414,2357.1152,511.99683,26.912527,22.429504,146.44165,147.66582,268.89594,1011.27026,54.320564,13.310943,9.533274,732.3116,515.101,67.469246,27.632353,239.54433,31.664938,295.20264,12.45271,47.600426,0.0,1604.8568,2586.2986,0.660639,35.268143,20.502613,17153.973,49.594826,1.7250137,24.541935,43.21784,31.388939,9.488902,23.623234,395.15958,28.417059,17.973186,1.5744379,8.192772,513.99554,0.3738789,281.0961,76.42742,2600.3206,123.84341,127.94847,179.79614,1110.0918,70.78166,62.499702,700.8864,54.89488,51.801476,10.8476305,36.26184,219.1753,11.0175905,8.4933,81.65456,17.207033,4592.5264,22.362375,31.32258,19.728567,22.46199,353.52148,97.894585,33.89516,9.908876,11.136859,32.36269,74.74546,183.48685,51.228024,238.7026,30.855705,23.094725,96.62836,57.37379,32.03105,155.58817,17.631308,2.5349598,19.36191,14.3365755,1678.2087,22.475773,13.670275,160.36572,23.06338,243.38303,92.54893,181.6345,8.37115,108.62943,567.3803,552.2418,51.85991,443.4062,114.87177,63.245075,70.620224,144.48277,24.669275,59.440514,474.24878,14.911307,21.75046,332.05917,10.303917,6.4699435,83.98313,68.23363,699.4827,183.68658,174.87889,1982.135,37.791424,1612.5925,1323.297,6.494028,4.6817875,1304.2252,16.82085,9.023857,341.93335,19.969475,40.718307,20.387554,66.15956,281.05258,300.06552,2.9594676,29.626842,51.728745,335.04636,5.14184,84.01886,7.3110886,1.635248,57.858196,1.2621071,1.4938749,5.1321244,10.16067,22.45271,15.504535,27.485752,197.36435,29.888441,14.220622,27.787298,6.8611755,82.82561,3.218414,4.144973,5.915323,63.528164,1.7424654,3.4561288,11.001875,13.796975,15.217972,4.8194623,1.1657076,72.11437,9.19019,192.81891,6.5592055,296.68835,17.576942,1047.1525,121.55722,4.2813087,7.9413576,179.22893,223.48567,1059.5852,848.92444 +2023-03-06 07:00:00,0.0,2613.6326,27.638258,6.305032,7.451827,26.619053,176.24467,26.009872,50.4825,21.961348,33.573666,152.06721,264.32278,13.373318,21.458683,12.700136,2.7259498,31.031904,34.911022,24.24178,413.7988,17.474575,335.26276,130.40071,24.79389,214.4124,158.96562,73.70223,714.24286,271.95847,1804.1376,37.30678,2357.1807,511.2706,26.88623,22.40563,146.28317,147.74008,268.88763,1010.1614,54.335014,13.318966,9.532568,732.5448,514.5379,67.48143,27.651999,239.54257,31.65004,295.1697,12.450913,47.619095,0.0,1606.457,2589.4214,0.6636087,35.26243,20.512003,17162.602,49.62155,1.7258453,24.60338,43.324173,31.402157,9.490662,23.682072,395.26044,28.424778,18.006094,1.5776049,8.193573,514.2676,0.37377745,281.42194,76.37446,2600.7935,123.772064,128.0109,179.81737,1108.7389,70.717064,62.47417,700.2416,54.84533,51.757538,10.850994,36.261456,219.17844,11.017299,8.492668,81.68282,17.211449,4592.477,22.370724,31.358871,19.73687,22.473362,353.53226,97.87985,33.926075,9.912088,11.141885,32.389378,74.80045,183.6294,51.277454,238.76118,30.857393,23.131165,96.65544,57.539852,32.11154,155.53966,17.619127,2.542023,19.354729,14.362601,1682.1453,22.460842,13.738329,160.35275,23.07481,243.52762,92.57339,181.79694,8.370831,108.60943,567.96643,552.83936,51.909504,444.53952,114.91044,63.33944,70.62594,144.36588,24.65173,59.413773,474.3519,14.903271,21.738829,331.94598,10.303494,6.4690413,83.964836,68.23731,699.4929,183.6601,174.89091,1982.2389,37.842438,1613.0474,1323.7283,6.4956474,4.6817093,1304.1263,16.816319,9.02537,341.89062,19.973797,40.72996,20.398764,66.21554,281.289,299.99652,2.9600348,29.630741,51.742435,335.27942,5.1431885,84.023155,7.311772,1.6350794,57.852005,1.2622068,1.4937837,5.131825,10.160706,22.459064,15.51321,27.492517,197.49657,29.888216,14.217837,27.774698,6.85962,82.811325,3.2178988,4.142182,5.9146504,63.524937,1.7403648,3.4546072,10.991817,13.83088,15.217435,4.8169713,1.1672813,72.19663,9.196341,192.87201,6.5653586,296.97037,17.583096,1046.8363,121.658455,4.283314,7.9448705,179.51225,223.84535,1060.8883,848.7558 +2023-03-06 08:00:00,0.0,2615.1702,27.6399,6.31659,7.4512377,26.634243,176.24748,26.016775,50.50663,21.965818,33.585964,152.08809,264.47745,13.383117,21.459354,12.696162,2.7248485,31.037056,34.87617,24.231764,413.83548,17.451635,335.1957,130.36873,24.76637,214.19194,158.89209,73.6799,713.9534,271.91617,1804.1093,37.263153,2357.2458,510.5444,26.859932,22.381754,146.12471,147.81435,268.87936,1009.0525,54.34946,13.326989,9.531862,732.778,513.9748,67.49362,27.671644,239.5408,31.635143,295.13675,12.449117,47.63776,0.0,1608.0571,2592.544,0.66657835,35.256714,20.521393,17171.23,49.648273,1.7266771,24.664824,43.430515,31.415375,9.49242,23.740911,395.3613,28.432497,18.039,1.5807719,8.194375,514.5397,0.37367597,281.74777,76.3215,2601.266,123.700714,128.0733,179.8386,1107.3861,70.65247,62.448635,699.59674,54.79578,51.7136,10.854359,36.26107,219.1816,11.017007,8.492035,81.71109,17.215864,4592.4272,22.379072,31.39516,19.74517,22.484734,353.543,97.86513,33.95699,9.9153,11.146911,32.416065,74.855446,183.77194,51.32688,238.81976,30.85908,23.167604,96.68253,57.705914,32.192028,155.49115,17.606947,2.549086,19.34755,14.388627,1686.0818,22.445913,13.806382,160.33978,23.08624,243.67221,92.59785,181.95938,8.37051,108.589424,568.55255,553.4369,51.959095,445.67285,114.949104,63.433804,70.63165,144.24898,24.634182,59.38703,474.45505,14.895234,21.727198,331.83282,10.303072,6.4681387,83.94653,68.24099,699.50305,183.63359,174.90295,1982.3429,37.89345,1613.5021,1324.1595,6.4972663,4.6816306,1304.0275,16.811789,9.026881,341.8479,19.978117,40.74161,20.409975,66.27151,281.52545,299.92752,2.960602,29.634638,51.756126,335.51248,5.144537,84.02746,7.312455,1.6349108,57.845814,1.2623063,1.4936924,5.131526,10.160741,22.46542,15.521886,27.499283,197.62877,29.887993,14.215054,27.762096,6.8580647,82.79704,3.2173836,4.1393905,5.9139786,63.521713,1.7382642,3.4530857,10.981759,13.864784,15.216897,4.8144803,1.1688548,72.2789,9.20249,192.92511,6.571512,297.25238,17.589249,1046.5203,121.7597,4.28532,7.948384,179.79558,224.20502,1062.1914,848.5871 +2023-03-06 09:00:00,0.0,2616.708,27.641542,6.3281484,7.4506483,26.649433,176.25027,26.023678,50.530758,21.970287,33.59826,152.10896,264.63214,13.392915,21.460026,12.692188,2.7237473,31.042208,34.841316,24.221748,413.87216,17.428696,335.1287,130.33675,24.738853,213.97148,158.81857,73.65757,713.664,271.87387,1804.0809,37.21952,2357.3113,509.81818,26.833635,22.35788,145.96623,147.8886,268.87106,1007.9436,54.36391,13.335012,9.5311575,733.0112,513.4116,67.50581,27.691292,239.53903,31.620245,295.1038,12.44732,47.65643,0.0,1609.6573,2595.6667,0.66954803,35.251,20.530783,17179.86,49.675,1.7275087,24.726267,43.53685,31.42859,9.49418,23.79975,395.46216,28.440216,18.071905,1.583939,8.195176,514.81177,0.37357453,282.0736,76.26855,2601.739,123.629364,128.13573,179.85982,1106.0332,70.58788,62.423103,698.9519,54.74623,51.66966,10.857722,36.26068,219.18475,11.016715,8.491403,81.73936,17.220278,4592.378,22.38742,31.431452,19.753471,22.496103,353.55374,97.850395,33.987904,9.918513,11.151937,32.442753,74.91044,183.91447,51.376312,238.87834,30.860765,23.204044,96.70962,57.871975,32.27252,155.44263,17.594767,2.5561492,19.340368,14.414652,1690.0183,22.430983,13.874436,160.32681,23.097672,243.81682,92.622314,182.12181,8.37019,108.56942,569.1387,554.0345,52.00869,446.80618,114.98777,63.528168,70.63737,144.1321,24.616636,59.360287,474.55817,14.8871975,21.715565,331.71964,10.3026495,6.4672365,83.92824,68.24467,699.5132,183.6071,174.91498,1982.4468,37.944466,1613.9569,1324.5908,6.4988856,4.6815524,1303.9286,16.807257,9.028394,341.80518,19.982439,40.753265,20.421186,66.32748,281.76187,299.85852,2.9611692,29.638536,51.76982,335.74557,5.1458855,84.03176,7.3131385,1.6347424,57.839622,1.262406,1.4936012,5.1312265,10.160776,22.471775,15.530561,27.506048,197.76097,29.887768,14.21227,27.749496,6.8565097,82.78276,3.2168684,4.136599,5.913306,63.518486,1.7361635,3.451564,10.971702,13.898689,15.216359,4.8119893,1.1704284,72.36116,9.20864,192.97823,6.5776653,297.5344,17.5954,1046.2042,121.86093,4.287326,7.9518967,180.0789,224.5647,1063.4945,848.4184 +2023-03-06 10:00:00,0.0,2618.2456,27.643185,6.3397064,7.450059,26.664621,176.25307,26.03058,50.554886,21.974758,33.610558,152.12985,264.7868,13.402714,21.4607,12.688214,2.7226462,31.04736,34.806465,24.211733,413.90887,17.405756,335.06165,130.30476,24.711334,213.751,158.74504,73.63523,713.3746,271.83157,1804.0526,37.17589,2357.3767,509.09195,26.807339,22.334005,145.80775,147.96286,268.8628,1006.8347,54.37836,13.343036,9.530452,733.2444,512.8485,67.518,27.710938,239.53728,31.605347,295.07086,12.445523,47.675095,0.0,1611.2576,2598.7896,0.6725177,35.24529,20.540173,17188.488,49.70172,1.7283404,24.787712,43.643192,31.441809,9.495938,23.85859,395.56302,28.447935,18.104813,1.587106,8.195977,515.08386,0.37347305,282.3994,76.21559,2602.2117,123.558014,128.19814,179.88103,1104.6804,70.52329,62.39757,698.30707,54.696682,51.62572,10.861087,36.2603,219.18791,11.016423,8.49077,81.767624,17.224693,4592.3286,22.39577,31.467741,19.761774,22.507475,353.5645,97.83567,34.018818,9.921725,11.156961,32.46944,74.96543,184.05702,51.42574,238.93692,30.862452,23.240484,96.73671,58.03804,32.353004,155.39412,17.582586,2.5632124,19.333187,14.440678,1693.955,22.416054,13.942491,160.31384,23.109102,243.96141,92.646774,182.28426,8.36987,108.549416,569.7248,554.632,52.05828,447.9395,115.026436,63.62253,70.64308,144.0152,24.599089,59.333546,474.6613,14.879161,21.703934,331.60645,10.302227,6.4663343,83.909935,68.248344,699.5234,183.58061,174.92702,1982.5508,37.99548,1614.4116,1325.0221,6.500505,4.6814737,1303.8298,16.802725,9.029905,341.76245,19.98676,40.76492,20.432396,66.383446,281.99832,299.78952,2.9617364,29.642433,51.783512,335.97864,5.147234,84.036064,7.313822,1.6345738,57.83343,1.2625057,1.4935099,5.130927,10.160811,22.478128,15.539237,27.512814,197.89317,29.887545,14.209485,27.736895,6.8549542,82.76848,3.2163532,4.133808,5.9126344,63.515263,1.7340629,3.4500425,10.961644,13.932593,15.215821,4.8094983,1.172002,72.44342,9.21479,193.03133,6.5838184,297.8164,17.601553,1045.8882,121.96217,4.2893314,7.95541,180.36223,224.92436,1064.7976,848.24976 +2023-03-06 11:00:00,0.0,2619.7834,27.644827,6.3512645,7.4494696,26.679811,176.25586,26.037485,50.579014,21.979227,33.622856,152.15073,264.94147,13.412513,21.46137,12.684241,2.721545,31.052511,34.77161,24.201717,413.94556,17.382816,334.9946,130.27277,24.683815,213.53055,158.67151,73.6129,713.08514,271.78928,1804.0243,37.13226,2357.4421,508.36575,26.781042,22.31013,145.64928,148.03712,268.8545,1005.7259,54.39281,13.35106,9.529746,733.4776,512.2854,67.53019,27.730583,239.53552,31.590448,295.0379,12.443727,47.693764,0.0,1612.8577,2601.9124,0.67548734,35.239574,20.549562,17197.117,49.728447,1.729172,24.849155,43.749527,31.455027,9.497698,23.917427,395.66388,28.455654,18.137718,1.590273,8.196778,515.3559,0.3733716,282.72525,76.162636,2602.6846,123.486664,128.26056,179.90225,1103.3276,70.458694,62.37204,697.66223,54.647133,51.581783,10.86445,36.25991,219.19106,11.016131,8.490137,81.79589,17.229109,4592.2793,22.404118,31.504032,19.770075,22.518847,353.57526,97.820946,34.049732,9.924937,11.161987,32.496128,75.02043,184.19957,51.47517,238.9955,30.86414,23.276924,96.763794,58.2041,32.433495,155.3456,17.570406,2.5702755,19.326008,14.466703,1697.8915,22.401125,14.010545,160.30087,23.120533,244.106,92.671234,182.44669,8.36955,108.52941,570.3109,555.22955,52.107876,449.07285,115.0651,63.716896,70.6488,143.89832,24.581543,59.306805,474.7644,14.871124,21.692303,331.4933,10.301805,6.465432,83.89163,68.25202,699.5335,183.55411,174.93906,1982.6548,38.046494,1614.8665,1325.4534,6.5021243,4.6813955,1303.731,16.798193,9.031418,341.71973,19.991081,40.776573,20.443607,66.43942,282.23474,299.72052,2.9623039,29.646332,51.797203,336.2117,5.1485825,84.04036,7.314505,1.6344053,57.82724,1.2626053,1.4934187,5.1306276,10.160846,22.484484,15.547913,27.519579,198.02539,29.88732,14.206701,27.724295,6.853399,82.7542,3.215838,4.1310167,5.9119625,63.512035,1.7319623,3.448521,10.951586,13.966498,15.215284,4.807007,1.1735756,72.52568,9.22094,193.08444,6.5899715,298.09842,17.607706,1045.5721,122.06341,4.291337,7.9589233,180.64555,225.28404,1066.1006,848.08105 +2023-03-06 12:00:00,0.0,2621.321,27.64647,6.3628225,7.4488807,26.695,176.25865,26.044388,50.603146,21.983698,33.635155,152.1716,265.09613,13.422311,21.462042,12.680267,2.7204437,31.057663,34.73676,24.191702,413.98227,17.359877,334.92755,130.24078,24.656298,213.31007,158.59798,73.59057,712.7957,271.74698,1803.996,37.088627,2357.5076,507.63953,26.754744,22.286255,145.4908,148.11137,268.84622,1004.617,54.407257,13.359083,9.52904,733.7108,511.72226,67.54238,27.750229,239.53374,31.57555,295.00494,12.44193,47.71243,0.0,1614.4579,2605.035,0.678457,35.23386,20.558952,17205.748,49.755173,1.7300037,24.910599,43.85587,31.468243,9.499457,23.976267,395.76474,28.463373,18.170626,1.59344,8.197579,515.628,0.37327015,283.0511,76.10967,2603.1572,123.41532,128.32297,179.92348,1101.9747,70.394104,62.346508,697.0174,54.597584,51.537846,10.867815,36.25953,219.19421,11.01584,8.489505,81.82416,17.233522,4592.23,22.412466,31.540323,19.778376,22.530216,353.586,97.80621,34.080647,9.928149,11.167013,32.522816,75.075424,184.34212,51.524597,239.05408,30.865826,23.313364,96.790886,58.370163,32.51398,155.29709,17.558226,2.5773387,19.318827,14.492729,1701.828,22.386194,14.078598,160.2879,23.131964,244.25061,92.6957,182.60913,8.369229,108.50941,570.89703,555.8271,52.157467,450.20618,115.10376,63.81126,70.65452,143.78142,24.563995,59.280064,474.86752,14.863087,21.680672,331.3801,10.301382,6.4645295,83.87334,68.2557,699.54364,183.52762,174.95108,1982.7588,38.097507,1615.3212,1325.8846,6.5037436,4.6813173,1303.6321,16.793661,9.032929,341.677,19.995403,40.788227,20.454819,66.49539,282.4712,299.65152,2.962871,29.65023,51.810894,336.44476,5.149931,84.04466,7.315188,1.6342367,57.82105,1.2627048,1.4933274,5.130328,10.160881,22.490839,15.556589,27.526344,198.1576,29.887096,14.203917,27.711693,6.851844,82.73992,3.2153227,4.128226,5.91129,63.50881,1.7298617,3.446999,10.941528,14.000402,15.214746,4.804516,1.1751492,72.60795,9.22709,193.13754,6.5961246,298.38043,17.613857,1045.2561,122.16464,4.2933426,7.962436,180.92888,225.64372,1067.4037,847.9124 +2023-03-06 13:00:00,0.0,2622.859,27.648111,6.374381,7.4482913,26.71019,176.26144,26.05129,50.627274,21.988167,33.647453,152.19247,265.25082,13.43211,21.462715,12.676293,2.7193427,31.062815,34.701904,24.181686,414.01895,17.336937,334.86053,130.2088,24.628778,213.08961,158.52446,73.56824,712.5063,271.70468,1803.9677,37.045,2357.573,506.91333,26.728447,22.26238,145.33234,148.18564,268.83792,1003.5081,54.421707,13.367106,9.528336,733.94403,511.15915,67.554565,27.769875,239.53198,31.560652,294.97202,12.440133,47.7311,0.0,1616.0581,2608.1577,0.6814267,35.228146,20.56834,17214.377,49.781895,1.7308353,24.972044,43.962204,31.48146,9.501216,24.035107,395.8656,28.471092,18.203531,1.5966071,8.198381,515.9001,0.37316868,283.37692,76.05672,2603.6301,123.34397,128.38539,179.9447,1100.622,70.32951,62.320976,696.37256,54.548035,51.493908,10.871179,36.25914,219.19737,11.015547,8.488872,81.852425,17.237938,4592.1807,22.420815,31.576612,19.786678,22.541588,353.59677,97.79149,34.11156,9.931362,11.172038,32.549507,75.13042,184.48465,51.574024,239.11264,30.867512,23.349804,96.81797,58.536224,32.59447,155.24858,17.546045,2.5844018,19.311646,14.518755,1705.7645,22.371265,14.146652,160.27493,23.143394,244.3952,92.72016,182.77156,8.36891,108.4894,571.48315,556.4246,52.20706,451.3395,115.142426,63.905624,70.66023,143.66452,24.54645,59.253323,474.97064,14.85505,21.66904,331.2669,10.30096,6.4636273,83.855034,68.25938,699.55383,183.50111,174.96312,1982.8627,38.14852,1615.776,1326.316,6.505363,4.6812387,1303.5332,16.78913,9.034442,341.63428,19.999723,40.79988,20.466028,66.55136,282.7076,299.58255,2.9634383,29.654127,51.824585,336.67786,5.1512794,84.048965,7.3158712,1.6340683,57.814857,1.2628045,1.4932361,5.1300287,10.160916,22.497194,15.565265,27.53311,198.2898,29.886871,14.201133,27.699093,6.8502884,82.72564,3.2148075,4.1254344,5.9106183,63.505585,1.727761,3.4454775,10.93147,14.0343075,15.214209,4.802025,1.1767228,72.69021,9.233239,193.19066,6.602278,298.66245,17.62001,1044.94,122.265884,4.295348,7.9659495,181.2122,226.00339,1068.7068,847.7437 +2023-03-06 14:00:00,0.0,2624.3965,27.649752,6.385939,7.447702,26.72538,176.26424,26.058193,50.6514,21.992638,33.65975,152.21335,265.4055,13.441909,21.463387,12.672319,2.7182415,31.067968,34.66705,24.17167,414.05563,17.313997,334.7935,130.17682,24.601261,212.86916,158.45093,73.545906,712.21686,271.66238,1803.9393,37.001366,2357.6384,506.1871,26.70215,22.238504,145.17386,148.2599,268.82965,1002.39923,54.436157,13.37513,9.52763,734.17725,510.596,67.56676,27.78952,239.53021,31.545753,294.93906,12.438336,47.749763,0.0,1617.6582,2611.2805,0.6843964,35.22243,20.57773,17223.006,49.80862,1.7316669,25.033487,44.068546,31.494678,9.502975,24.093945,395.96646,28.478811,18.236439,1.5997741,8.1991825,516.1721,0.37306723,283.70273,76.00376,2604.1028,123.27262,128.4478,179.96591,1099.2692,70.26492,62.295444,695.7277,54.49849,51.44997,10.874543,36.258755,219.20053,11.015255,8.488239,81.88069,17.242352,4592.131,22.429163,31.612904,19.79498,22.55296,353.6075,97.77676,34.14247,9.934574,11.177064,32.576195,75.18541,184.6272,51.623455,239.17122,30.869198,23.386242,96.84506,58.702286,32.674957,155.20006,17.533865,2.591465,19.304464,14.544781,1709.7012,22.356335,14.214706,160.26196,23.154825,244.5398,92.74462,182.93399,8.368589,108.4694,572.0693,557.02216,52.256653,452.47284,115.18109,63.99999,70.66595,143.54764,24.528902,59.226578,475.07376,14.847013,21.65741,331.15372,10.300537,6.462725,83.83674,68.263054,699.56396,183.47462,174.97514,1982.9667,38.199535,1616.2307,1326.7473,6.5069823,4.6811604,1303.4344,16.7846,9.0359535,341.59155,20.004045,40.81153,20.47724,66.60734,282.94403,299.51355,2.9640055,29.658026,51.838276,336.91092,5.1526284,84.05327,7.3165545,1.6338997,57.808666,1.2629042,1.4931449,5.1297293,10.160952,22.503548,15.57394,27.539875,198.422,29.886648,14.198348,27.686491,6.848733,82.71136,3.2142923,4.122643,5.9099464,63.502357,1.7256604,3.443956,10.921412,14.0682125,15.213671,4.799534,1.1782963,72.77247,9.239389,193.24376,6.6084313,298.94446,17.626163,1044.6239,122.36712,4.2973537,7.9694624,181.49553,226.36307,1070.0099,847.575 +2023-03-06 15:00:00,0.0,2625.9343,27.651394,6.397497,7.4471126,26.740568,176.26704,26.065096,50.675533,21.997107,33.67205,152.23422,265.56015,13.451707,21.464058,12.668345,2.7171402,31.07312,34.6322,24.161655,414.09235,17.291058,334.72644,130.14484,24.573742,212.64868,158.3774,73.523575,711.9274,271.6201,1803.911,36.957733,2357.7039,505.46088,26.675854,22.21463,145.01538,148.33417,268.82135,1001.29034,54.450603,13.383153,9.526924,734.4104,510.0329,67.57895,27.809166,239.52844,31.530855,294.9061,12.43654,47.768433,0.0,1619.2583,2614.4033,0.68736607,35.21672,20.58712,17231.635,49.835342,1.7324986,25.09493,44.17488,31.507895,9.504734,24.152784,396.06732,28.486532,18.269344,1.6029412,8.199984,516.4442,0.37296575,284.02856,75.950806,2604.5757,123.20127,128.51022,179.98714,1097.9163,70.20033,62.269913,695.0829,54.44894,51.406033,10.877907,36.25837,219.20367,11.014963,8.487607,81.908966,17.246767,4592.0815,22.437511,31.649193,19.80328,22.56433,353.61826,97.76203,34.173386,9.937786,11.18209,32.602882,75.2404,184.76974,51.672882,239.2298,30.870886,23.422682,96.87215,58.868347,32.755447,155.15155,17.521687,2.5985281,19.297285,14.570806,1713.6377,22.341406,14.282761,160.249,23.166256,244.6844,92.76909,183.09644,8.368269,108.449394,572.6554,557.61975,52.306248,453.60617,115.21976,64.09435,70.67166,143.43074,24.511356,59.199837,475.17688,14.838977,21.645779,331.04056,10.300115,6.4618225,83.818436,68.26673,699.5741,183.44814,174.98718,1983.0706,38.25055,1616.6855,1327.1786,6.508601,4.681082,1303.3356,16.780067,9.037466,341.5488,20.008366,40.823185,20.488451,66.66331,283.18048,299.44455,2.9645727,29.661922,51.851967,337.14398,5.153977,84.05756,7.317238,1.6337311,57.802475,1.2630038,1.4930536,5.12943,10.160987,22.509903,15.582616,27.54664,198.55421,29.886425,14.195564,27.673891,6.8471775,82.697075,3.213777,4.119852,5.909274,63.49913,1.7235599,3.4424343,10.911354,14.102117,15.213134,4.797043,1.17987,72.85473,9.245539,193.29688,6.6145844,299.2265,17.632317,1044.3079,122.46836,4.2993593,7.9729757,181.77884,226.72273,1071.313,847.4064 +2023-03-06 16:00:00,0.0,2627.4722,27.653036,6.409055,7.446523,26.755758,176.26984,26.071999,50.69966,22.001577,33.68435,152.2551,265.7148,13.461506,21.464731,12.6643715,2.716039,31.078272,34.597343,24.15164,414.12903,17.268116,334.65942,130.11284,24.546223,212.42822,158.30388,73.501236,711.638,271.5778,1803.8828,36.914104,2357.769,504.73468,26.649557,22.190756,144.85692,148.40842,268.81308,1000.18146,54.465054,13.391176,9.526219,734.6436,509.46976,67.59113,27.828812,239.52669,31.515957,294.87317,12.434743,47.787098,0.0,1620.8585,2617.5261,0.6903357,35.211006,20.59651,17240.264,49.86207,1.7333302,25.156376,44.28122,31.521112,9.506494,24.211622,396.16818,28.494251,18.302252,1.6061082,8.200785,516.7163,0.3728643,284.3544,75.89785,2605.0483,123.12992,128.57265,180.00836,1096.5635,70.135735,62.24438,694.43805,54.39939,51.362095,10.881271,36.25798,219.20683,11.014671,8.486974,81.93723,17.251183,4592.032,22.44586,31.685484,19.81158,22.5757,353.62903,97.7473,34.2043,9.940998,11.187115,32.62957,75.295395,184.9123,51.722313,239.28838,30.872572,23.459122,96.89924,59.03441,32.835934,155.10304,17.509506,2.6055913,19.290104,14.596831,1717.5742,22.326477,14.350814,160.23602,23.177687,244.829,92.79355,183.25887,8.3679495,108.42939,573.2415,558.2173,52.355843,454.7395,115.25842,64.18872,70.67738,143.31386,24.493809,59.173096,475.28003,14.83094,21.634146,330.92737,10.299692,6.4609203,83.80014,68.27041,699.5843,183.42163,174.9992,1983.1746,38.301563,1617.1403,1327.6099,6.5102205,4.6810036,1303.2367,16.775536,9.038979,341.50607,20.012688,40.83484,20.49966,66.71928,283.4169,299.37555,2.9651399,29.665821,51.865658,337.37708,5.1553254,84.06187,7.317921,1.6335626,57.796284,1.2631034,1.4929624,5.1291304,10.161021,22.516258,15.591291,27.553404,198.68642,29.8862,14.1927805,27.661291,6.8456225,82.68279,3.2132618,4.1170607,5.908602,63.495907,1.7214593,3.4409127,10.901297,14.136022,15.212596,4.794552,1.1814436,72.937,9.251689,193.34998,6.6207376,299.5085,17.638468,1043.9918,122.569595,4.301365,7.976489,182.06216,227.08241,1072.6161,847.2377 +2023-03-06 17:00:00,0.0,2629.0098,27.654678,6.420614,7.445934,26.770948,176.27263,26.078901,50.72379,22.006048,33.696648,152.27597,265.8695,13.471304,21.465403,12.660398,2.714938,31.083424,34.562492,24.141624,414.1657,17.245176,334.59238,130.08086,24.518705,212.20775,158.23035,73.478905,711.3486,271.5355,1803.8545,36.870472,2357.8345,504.00845,26.623259,22.16688,144.69844,148.48268,268.80478,999.07263,54.479504,13.3991995,9.525514,734.87683,508.90662,67.603325,27.848457,239.52493,31.501059,294.8402,12.432946,47.805767,0.0,1622.4587,2620.6487,0.6933054,35.20529,20.6059,17248.893,49.88879,1.734162,25.21782,44.387558,31.53433,9.508253,24.270462,396.26904,28.50197,18.335157,1.6092752,8.201586,516.98834,0.37276286,284.68024,75.844894,2605.5212,123.05858,128.63506,180.02959,1095.2106,70.071144,62.21885,693.7932,54.349842,51.318157,10.884635,36.2576,219.20999,11.0143795,8.486341,81.9655,17.255596,4591.983,22.454208,31.721775,19.819883,22.587072,353.63977,97.732574,34.235214,9.94421,11.192141,32.656258,75.35039,185.05482,51.77174,239.34695,30.874258,23.495562,96.92632,59.20047,32.91642,155.05452,17.497326,2.6126547,19.282923,14.622857,1721.5107,22.311546,14.418868,160.22305,23.189117,244.97359,92.81801,183.42131,8.367629,108.409386,573.82764,558.8148,52.405434,455.87283,115.29709,64.28308,70.6831,143.19696,24.476263,59.146355,475.38315,14.822904,21.622515,330.81418,10.29927,6.460018,83.78184,68.274086,699.5944,183.39514,175.01125,1983.2786,38.352577,1617.595,1328.0411,6.51184,4.680925,1303.1378,16.771004,9.04049,341.46335,20.017008,40.846493,20.510872,66.77525,283.65335,299.30655,2.965707,29.66972,51.87935,337.61014,5.156674,84.06617,7.3186045,1.633394,57.790092,1.263203,1.492871,5.128831,10.1610565,22.522614,15.599967,27.56017,198.81862,29.885977,14.189996,27.64869,6.844067,82.66852,3.2127466,4.1142693,5.90793,63.49268,1.7193586,3.4393911,10.891239,14.169926,15.212058,4.792061,1.1830171,73.01926,9.257838,193.40308,6.6268907,299.79053,17.64462,1043.6758,122.67084,4.3033705,7.980002,182.34549,227.4421,1073.9192,847.06903 +2023-03-06 18:00:00,0.0,2630.5476,27.65632,6.432172,7.445345,26.786137,176.27542,26.085804,50.74792,22.010517,33.708946,152.29684,266.02417,13.481103,21.466074,12.6564245,2.7138367,31.088575,34.527637,24.131609,414.20242,17.222237,334.52533,130.04887,24.491186,211.98729,158.15681,73.45657,711.05914,271.4932,1803.8262,36.82684,2357.9,503.28223,26.596962,22.143005,144.53996,148.55695,268.79648,997.96375,54.49395,13.407223,9.524808,735.11005,508.3435,67.61552,27.868103,239.52316,31.48616,294.80725,12.4311495,47.824432,0.0,1624.0588,2623.7715,0.69627506,35.199577,20.61529,17257.521,49.915516,1.7349936,25.279263,44.493896,31.547546,9.510012,24.3293,396.3699,28.50969,18.368065,1.6124423,8.202388,517.26044,0.37266138,285.00604,75.79193,2605.994,122.98723,128.69748,180.05081,1093.8578,70.00655,62.193314,693.1484,54.300293,51.274216,10.888,36.25721,219.21315,11.014088,8.485709,81.99377,17.260012,4591.9336,22.462557,31.758064,19.828184,22.598442,353.6505,97.71785,34.26613,9.947423,11.197166,32.682945,75.40538,185.19737,51.82117,239.40553,30.875944,23.532001,96.953415,59.36653,32.99691,155.00601,17.485146,2.6197178,19.275743,14.648883,1725.4474,22.296618,14.486922,160.21008,23.200548,245.1182,92.842476,183.58374,8.36731,108.38938,574.41376,559.41235,52.45503,457.00616,115.335754,64.37745,70.68881,143.08006,24.458715,59.11961,475.48627,14.814867,21.610884,330.70102,10.298847,6.4591155,83.76354,68.27776,699.60455,183.36864,175.02327,1983.3826,38.40359,1618.0498,1328.4724,6.513459,4.6808467,1303.0391,16.766472,9.042003,341.42062,20.02133,40.858147,20.522083,66.83122,283.88977,299.23755,2.9662743,29.673616,51.89304,337.8432,5.1580224,84.07047,7.319288,1.6332256,57.7839,1.2633027,1.4927799,5.1285315,10.161092,22.528969,15.608643,27.566935,198.95082,29.885752,14.187212,27.63609,6.8425117,82.654236,3.2122314,4.1114783,5.907258,63.489456,1.717258,3.4378693,10.881181,14.203831,15.21152,4.78957,1.1845908,73.10152,9.2639885,193.45619,6.6330442,300.07254,17.650774,1043.3597,122.77207,4.3053765,7.9835153,182.62881,227.80176,1075.2223,846.9003 +2023-03-06 19:00:00,0.0,2632.0852,27.657963,6.44373,7.4447556,26.801327,176.27821,26.092707,50.77205,22.014988,33.721245,152.31772,266.17883,13.490902,21.466747,12.652451,2.7127354,31.093727,34.492786,24.121593,414.2391,17.199297,334.4583,130.01689,24.463667,211.76683,158.08328,73.43424,710.7697,271.4509,1803.7979,36.78321,2357.9653,502.55603,26.570665,22.119131,144.38148,148.6312,268.7882,996.85486,54.5084,13.415246,9.524102,735.3432,507.78036,67.6277,27.887749,239.5214,31.471264,294.77432,12.429353,47.8431,0.0,1625.659,2626.8943,0.69924474,35.193863,20.62468,17266.15,49.94224,1.7358253,25.340706,44.600235,31.560764,9.511771,24.38814,396.47076,28.517408,18.40097,1.6156093,8.203189,517.53253,0.37255993,285.33188,75.738976,2606.4668,122.91588,128.75989,180.07202,1092.505,69.94196,62.16778,692.50354,54.250744,51.230278,10.891363,36.25683,219.2163,11.013796,8.485076,82.02203,17.264427,4591.8843,22.470905,31.794355,19.836485,22.609814,353.6613,97.70312,34.297043,9.950635,11.202192,32.709633,75.46037,185.33992,51.870598,239.46411,30.877632,23.568441,96.9805,59.532597,33.077396,154.9575,17.472965,2.626781,19.268562,14.674909,1729.3839,22.281689,14.554976,160.19711,23.211979,245.26279,92.866936,183.74619,8.366989,108.36938,574.9999,560.0099,52.50462,458.1395,115.37442,64.47181,70.69453,142.96318,24.44117,59.09287,475.5894,14.80683,21.599253,330.58783,10.298425,6.4582133,83.74524,68.28144,699.61475,183.34215,175.03531,1983.4866,38.454605,1618.5045,1328.9037,6.5150785,4.6807685,1302.9402,16.76194,9.043514,341.3779,20.025652,40.8698,20.533293,66.88719,284.1262,299.16855,2.9668415,29.677515,51.906734,338.0763,5.159371,84.07477,7.319971,1.633057,57.777706,1.2634023,1.4926885,5.128232,10.161127,22.535322,15.617318,27.5737,199.08304,29.885529,14.184427,27.623487,6.8409567,82.63995,3.2117162,4.108687,5.906586,63.48623,1.7151574,3.4363477,10.871123,14.237735,15.210983,4.787079,1.1861644,73.18378,9.270138,193.5093,6.6391973,300.35455,17.656925,1043.0436,122.87331,4.307382,7.987028,182.91214,228.16144,1076.5254,846.7317 +2023-03-06 20:00:00,0.0,2633.623,27.659605,6.4552884,7.444166,26.816515,176.281,26.09961,50.796177,22.019457,33.733543,152.33861,266.33353,13.5007,21.467419,12.648477,2.7116344,31.09888,34.45793,24.111578,414.27582,17.176357,334.39127,129.98491,24.43615,211.54636,158.00977,73.41191,710.4803,271.4086,1803.7695,36.73958,2358.0308,501.8298,26.544369,22.095257,144.223,148.70546,268.7799,995.746,54.52285,13.423269,9.523397,735.5764,507.21725,67.63989,27.907394,239.51962,31.456366,294.74136,12.427556,47.861767,0.0,1627.2593,2630.017,0.7022144,35.188152,20.63407,17274.78,49.968964,1.7366569,25.402151,44.706573,31.573982,9.51353,24.446978,396.57162,28.525127,18.433878,1.6187763,8.20399,517.8046,0.37245846,285.6577,75.68602,2606.9395,122.84453,128.8223,180.09325,1091.1521,69.877365,62.14225,691.8587,54.201195,51.18634,10.894728,36.25644,219.21945,11.013504,8.484444,82.0503,17.26884,4591.8345,22.479254,31.830645,19.844788,22.621185,353.67203,97.68839,34.327957,9.953847,11.207217,32.73632,75.515366,185.48247,51.92003,239.52269,30.879318,23.604881,97.00759,59.698658,33.157887,154.90898,17.460785,2.6338441,19.261381,14.700934,1733.3204,22.266758,14.62303,160.18414,23.22341,245.40738,92.891396,183.90862,8.366669,108.34937,575.586,560.6075,52.554214,459.27283,115.41308,64.56618,70.70025,142.84628,24.423622,59.066128,475.6925,14.798794,21.587622,330.47464,10.298003,6.457311,83.72694,68.285126,699.6249,183.31566,175.04733,1983.5905,38.50562,1618.9594,1329.335,6.516698,4.68069,1302.8413,16.75741,9.045027,341.33517,20.029972,40.88145,20.544504,66.94316,284.36264,299.09958,2.9674087,29.681412,51.920425,338.30936,5.1607194,84.07907,7.320654,1.6328884,57.771515,1.263502,1.4925973,5.1279325,10.161161,22.541677,15.625994,27.580465,199.21524,29.885303,14.1816435,27.610888,6.8394012,82.62567,3.211201,4.105896,5.905914,63.483,1.7130568,3.4348261,10.861065,14.27164,15.210445,4.784588,1.187738,73.266045,9.276288,193.56241,6.6453505,300.63657,17.663078,1042.7275,122.97455,4.3093877,7.9905415,183.19547,228.5211,1077.8285,846.563 +2023-03-06 21:00:00,0.0,2635.1606,27.661245,6.4668465,7.443577,26.831705,176.2838,26.106512,50.82031,22.023928,33.74584,152.35948,266.4882,13.510499,21.468092,12.644503,2.7105331,31.104033,34.42308,24.101562,414.3125,17.153418,334.32422,129.95291,24.40863,211.3259,157.93623,73.38958,710.19086,271.3663,1803.7412,36.69595,2358.0962,501.10358,26.51807,22.07138,144.06454,148.77972,268.77164,994.6371,54.5373,13.431293,9.522692,735.80963,506.6541,67.652084,27.927042,239.51785,31.441467,294.7084,12.425759,47.880436,0.0,1628.8594,2633.1396,0.70518404,35.182438,20.64346,17283.41,49.99569,1.7374886,25.463594,44.812916,31.587198,9.515289,24.505817,396.6725,28.532846,18.466784,1.6219434,8.204791,518.07666,0.372357,285.98355,75.633064,2607.4124,122.77318,128.88472,180.11447,1089.7993,69.812775,62.11672,691.21387,54.151646,51.142403,10.898092,36.256054,219.22261,11.013212,8.48381,82.07857,17.273256,4591.785,22.487602,31.866936,19.853088,22.632555,353.6828,97.67366,34.35887,9.957059,11.212243,32.76301,75.57036,185.625,51.969456,239.58127,30.881004,23.641321,97.034676,59.86472,33.238373,154.86047,17.448605,2.6409073,19.2542,14.726959,1737.257,22.25183,14.691084,160.17117,23.23484,245.55199,92.91586,184.07106,8.366349,108.32937,576.1721,561.205,52.603806,460.40616,115.451744,64.660545,70.70596,142.72939,24.406076,59.039387,475.79562,14.790757,21.57599,330.36145,10.297581,6.4564085,83.70864,68.2888,699.635,183.28915,175.05937,1983.6946,38.556637,1619.4141,1329.7662,6.518317,4.6806116,1302.7424,16.752878,9.046538,341.29245,20.034294,40.893105,20.555714,66.99914,284.59906,299.03058,2.9679759,29.68531,51.934116,338.54242,5.162068,84.083374,7.321337,1.6327199,57.765324,1.2636015,1.492506,5.127633,10.161197,22.548033,15.63467,27.58723,199.34744,29.88508,14.178859,27.598286,6.837846,82.61139,3.2106857,4.1031046,5.905242,63.47978,1.7109562,3.4333045,10.851007,14.305544,15.209908,4.782097,1.1893115,73.348305,9.282437,193.61551,6.6515036,300.91858,17.669231,1042.4115,123.07578,4.3113933,7.994055,183.47879,228.88078,1079.1316,846.3943 +2023-03-06 22:00:00,0.0,2636.6985,27.662888,6.4784045,7.4429874,26.846895,176.28659,26.113415,50.844437,22.028397,33.758137,152.38036,266.64285,13.520298,21.468763,12.640529,2.709432,31.109184,34.388226,24.091547,414.34918,17.130478,334.25717,129.92093,24.381113,211.10542,157.8627,73.36724,709.9014,271.324,1803.7129,36.652317,2358.1616,500.37738,26.491774,22.047506,143.90607,148.85397,268.76334,993.5282,54.551746,13.439317,9.521986,736.04285,506.091,67.66427,27.946688,239.5161,31.426569,294.67548,12.423963,47.8991,0.0,1630.4596,2636.2625,0.7081537,35.176723,20.652847,17292.04,50.02241,1.7383202,25.525038,44.91925,31.600416,9.517049,24.564657,396.77338,28.540565,18.499691,1.6251104,8.205593,518.34875,0.37225553,286.30936,75.58011,2607.885,122.701836,128.94714,180.1357,1088.4464,69.748184,62.091187,690.56903,54.102097,51.098465,10.901456,36.25567,219.22577,11.012919,8.483178,82.106834,17.277672,4591.736,22.49595,31.903225,19.86139,22.643927,353.69354,97.658936,34.389786,9.960271,11.217269,32.7897,75.62535,185.76755,52.018887,239.63983,30.88269,23.677761,97.06177,60.03078,33.318863,154.81195,17.436424,2.6479704,19.24702,14.752985,1741.1936,22.236898,14.759138,160.1582,23.246271,245.69658,92.94032,184.23349,8.366029,108.309364,576.75824,561.80255,52.6534,461.5395,115.49041,64.754906,70.71168,142.6125,24.388529,59.01264,475.89874,14.782721,21.56436,330.2483,10.297158,6.4555063,83.69034,68.29248,699.6452,183.26266,175.0714,1983.7985,38.60765,1619.8689,1330.1976,6.519936,4.680533,1302.6436,16.748346,9.048051,341.24973,20.038614,40.90476,20.566925,67.05511,284.8355,298.96158,2.968543,29.689209,51.947807,338.7755,5.1634164,84.08768,7.3220205,1.6325514,57.759132,1.2637012,1.4924147,5.1273336,10.161232,22.554388,15.643346,27.593996,199.47964,29.884855,14.176075,27.585686,6.836291,82.59711,3.2101705,4.100313,5.90457,63.47655,1.7088555,3.431783,10.840949,14.339449,15.20937,4.7796054,1.1908852,73.430565,9.288588,193.66862,6.6576567,301.2006,17.675385,1042.0955,123.177025,4.313399,7.9975677,183.76212,229.24046,1080.4347,846.22565 +2023-03-06 23:00:00,0.0,2638.2363,27.66453,6.4899626,7.442398,26.862083,176.2894,26.12032,50.868565,22.032867,33.770435,152.40123,266.79752,13.530096,21.469435,12.636555,2.7083309,31.114336,34.35337,24.081532,414.3859,17.107538,334.19016,129.88895,24.353594,210.88496,157.78917,73.34491,709.612,271.2817,1803.6846,36.608685,2358.227,499.65115,26.465477,22.023632,143.74759,148.92824,268.75507,992.4193,54.566196,13.44734,9.52128,736.27606,505.52786,67.67646,27.966333,239.51434,31.41167,294.64252,12.422166,47.91777,0.0,1632.0598,2639.3853,0.7111234,35.17101,20.662237,17300.668,50.049137,1.739152,25.586483,45.02559,31.613634,9.518807,24.623495,396.87424,28.548285,18.532597,1.6282774,8.206394,518.62085,0.3721541,286.6352,75.52715,2608.358,122.630486,129.00955,180.1569,1087.0936,69.68359,62.065655,689.92426,54.052547,51.054527,10.90482,36.255283,219.22891,11.012628,8.482546,82.1351,17.282085,4591.6865,22.5043,31.939516,19.86969,22.655298,353.70428,97.6442,34.4207,9.963484,11.222294,32.816387,75.68034,185.9101,52.068314,239.69841,30.884378,23.714201,97.08885,60.196842,33.39935,154.76344,17.424246,2.6550336,19.23984,14.779011,1745.1301,22.22197,14.827191,160.14523,23.257702,245.84117,92.96478,184.39594,8.365708,108.28936,577.34436,562.4001,52.702995,462.67282,115.529076,64.84927,70.71739,142.4956,24.370983,58.9859,476.00186,14.774684,21.552727,330.1351,10.296736,6.454604,83.67204,68.29616,699.65533,183.23616,175.08344,1983.9025,38.658665,1620.3236,1330.6289,6.5215554,4.6804547,1302.5448,16.743814,9.049562,341.207,20.042936,40.916412,20.578136,67.11108,285.07193,298.89258,2.9691103,29.693106,51.9615,339.00858,5.164765,84.09197,7.322704,1.6323829,57.75294,1.2638009,1.4923235,5.127034,10.161267,22.560741,15.652021,27.600761,199.61186,29.884632,14.173291,27.573084,6.8347354,82.58283,3.209655,4.0975223,5.903898,63.473324,1.7067549,3.4302611,10.830892,14.373353,15.208833,4.7771144,1.1924587,73.512825,9.294737,193.72173,6.66381,301.4826,17.681536,1041.7794,123.27826,4.3154044,8.0010805,184.04544,229.60013,1081.7378,846.05695 +2023-03-07 00:00:00,0.0,2639.774,27.666172,6.501521,7.441809,26.877274,176.29219,26.127222,50.892696,22.037336,33.782734,152.4221,266.9522,13.539895,21.470108,12.632581,2.7072296,31.119488,34.31852,24.071516,414.42258,17.084599,334.1231,129.85696,24.326075,210.6645,157.71565,73.32258,709.3226,271.2394,1803.6562,36.565056,2358.2922,498.92493,26.43918,21.999756,143.58911,149.0025,268.74677,991.3105,54.580647,13.455363,9.520576,736.5092,504.96472,67.68865,27.98598,239.51257,31.396772,294.60956,12.420369,47.936436,0.0,1633.6599,2642.508,0.7140931,35.165295,20.671627,17309.297,50.07586,1.7399836,25.647926,45.131927,31.62685,9.520567,24.682335,396.9751,28.556004,18.565504,1.6314445,8.207195,518.8929,0.37205264,286.96103,75.47419,2608.8306,122.559135,129.07198,180.17813,1085.7408,69.619,62.040123,689.2794,54.003,51.01059,10.908184,36.254898,219.23207,11.012336,8.481913,82.16337,17.2865,4591.637,22.512648,31.975807,19.877993,22.666668,353.71506,97.62948,34.451614,9.966696,11.22732,32.843075,75.73534,186.05264,52.11774,239.75699,30.886065,23.75064,97.11594,60.362904,33.47984,154.71494,17.412066,2.6620967,19.232658,14.805037,1749.0667,22.20704,14.895246,160.13226,23.269133,245.98578,92.98925,184.55836,8.365389,108.269356,577.9305,562.9976,52.752586,463.80615,115.56774,64.943634,70.72311,142.37872,24.353436,58.95916,476.105,14.766647,21.541096,330.0219,10.296313,6.4537015,83.65374,68.299835,699.66547,183.20967,175.09546,1984.0063,38.70968,1620.7784,1331.0602,6.523175,4.680376,1302.4459,16.739283,9.051075,341.16428,20.047256,40.928066,20.589346,67.16705,285.30838,298.82358,2.9696774,29.697004,51.97519,339.24164,5.166114,84.096275,7.323387,1.6322143,57.74675,1.2639005,1.4922322,5.1267347,10.161303,22.567097,15.660697,27.607527,199.74406,29.884409,14.1705065,27.560484,6.83318,82.56855,3.2091398,4.094731,5.903226,63.4701,1.7046543,3.4287395,10.820833,14.407258,15.208295,4.7746234,1.1940323,73.59509,9.300887,193.77483,6.6699634,301.76462,17.687689,1041.4634,123.3795,4.31741,8.004594,184.32877,229.95981,1083.0409,845.8883 +2023-03-07 01:00:00,0.0,2641.3118,27.667814,6.513079,7.44122,26.892462,176.29498,26.134125,50.916824,22.041807,33.795033,152.44298,267.10687,13.549694,21.47078,12.628607,2.7061284,31.12464,34.283665,24.0615,414.4593,17.061659,334.05606,129.82498,24.298557,210.44403,157.64212,73.30025,709.03314,271.1971,1803.628,36.521423,2358.3577,498.19873,26.412884,21.975882,143.43063,149.07675,268.7385,990.2016,54.595093,13.463387,9.51987,736.74243,504.4016,67.700836,28.005625,239.5108,31.381874,294.57663,12.418572,47.955105,0.0,1635.26,2645.6306,0.7170628,35.159584,20.681017,17317.926,50.102585,1.7408153,25.70937,45.23827,31.640068,9.5223255,24.741173,397.07596,28.563723,18.59841,1.6346115,8.207996,519.165,0.37195116,287.28687,75.421234,2609.3035,122.487785,129.1344,180.19936,1084.388,69.554405,62.01459,688.6346,53.95345,50.966652,10.911549,36.25451,219.23523,11.012044,8.48128,82.191635,17.290915,4591.588,22.520996,32.012096,19.886293,22.67804,353.7258,97.614746,34.48253,9.969908,11.232346,32.869762,75.79033,186.19518,52.16717,239.81557,30.88775,23.78708,97.14303,60.528965,33.560326,154.66641,17.399885,2.66916,19.22548,14.831062,1753.0032,22.19211,14.9633,160.1193,23.280563,246.13037,93.01371,184.72081,8.365068,108.24935,578.5166,563.5952,52.80218,464.93948,115.60641,65.038,70.72883,142.26183,24.33589,58.93242,476.20813,14.758611,21.529465,329.90875,10.295891,6.4527993,83.635445,68.30351,699.67566,183.18318,175.1075,1984.1104,38.760693,1621.2332,1331.4915,6.524794,4.680298,1302.347,16.73475,9.0525875,341.12152,20.051579,40.939716,20.600557,67.22302,285.5448,298.75458,2.9702446,29.700901,51.98888,339.4747,5.1674623,84.10058,7.3240705,1.6320457,57.74056,1.264,1.492141,5.1264353,10.161337,22.573452,15.669373,27.614292,199.87627,29.884184,14.167723,27.547884,6.8316245,82.55427,3.2086246,4.09194,5.9025536,63.466873,1.7025537,3.427218,10.810776,14.441162,15.207757,4.7721324,1.1956059,73.67735,9.307037,193.82794,6.6761165,302.04666,17.693842,1041.1472,123.480736,4.3194156,8.008107,184.61209,230.31949,1084.344,845.7196 +2023-03-07 02:00:00,0.0,2642.8494,27.669456,6.524637,7.4406304,26.907652,176.29778,26.141027,50.940952,22.046276,33.80733,152.46385,267.26154,13.559492,21.47145,12.624634,2.7050273,31.129791,34.248814,24.051485,414.49597,17.03872,333.98904,129.79298,24.271038,210.22357,157.56859,73.277916,708.7437,271.15482,1803.5997,36.47779,2358.423,497.4725,26.386585,21.952007,143.27217,149.15102,268.7302,989.0927,54.609543,13.47141,9.519164,736.97565,503.83847,67.71303,28.02527,239.50903,31.366976,294.54367,12.416776,47.97377,0.0,1636.8602,2648.7534,0.7200324,35.15387,20.690407,17326.555,50.12931,1.7416469,25.770815,45.344604,31.653286,9.524085,24.800013,397.17682,28.571442,18.631315,1.6377785,8.208797,519.4371,0.37184972,287.61267,75.36828,2609.7761,122.416435,129.19681,180.22058,1083.0352,69.489815,61.98906,687.98975,53.903904,50.922714,10.914912,36.254128,219.23839,11.011752,8.480647,82.21991,17.29533,4591.538,22.529345,32.048386,19.894594,22.689411,353.73654,97.60002,34.51344,9.97312,11.2373705,32.89645,75.84532,186.33772,52.2166,239.87415,30.889437,23.82352,97.17011,60.695026,33.640816,154.6179,17.387705,2.676223,19.218298,14.857088,1756.9398,22.177181,15.031354,160.10632,23.291994,246.27496,93.03817,184.88324,8.364748,108.22935,579.1027,564.19275,52.851772,466.0728,115.64507,65.13236,70.73454,142.14493,24.318342,58.905674,476.31125,14.750574,21.517834,329.79556,10.295468,6.451897,83.61714,68.30719,699.6858,183.15668,175.11954,1984.2144,38.811707,1621.688,1331.9227,6.5264134,4.6802197,1302.2482,16.73022,9.054099,341.0788,20.0559,40.95137,20.611769,67.27899,285.78122,298.68558,2.9708118,29.7048,52.00257,339.7078,5.168811,84.10488,7.3247538,1.6318773,57.734367,1.2640997,1.4920497,5.126136,10.161372,22.579807,15.678048,27.621058,200.00847,29.88396,14.164938,27.535282,6.8300695,82.539986,3.2081094,4.0891485,5.9018817,63.46365,1.700453,3.4256964,10.800718,14.475067,15.207219,4.7696414,1.1971796,73.75961,9.313187,193.88104,6.6822696,302.32867,17.699993,1040.8312,123.58197,4.321421,8.0116205,184.8954,230.67915,1085.6471,845.5509 +2023-03-07 03:00:00,0.0,2644.3872,27.671099,6.5361953,7.440041,26.922842,176.30057,26.14793,50.96508,22.050747,33.81963,152.48473,267.4162,13.569291,21.472124,12.62066,2.703926,31.134945,34.21396,24.04147,414.53265,17.01578,333.922,129.761,24.243519,210.0031,157.49507,73.255585,708.4543,271.11252,1803.5714,36.434162,2358.4885,496.74628,26.360289,21.928131,143.1137,149.22528,268.72192,987.9838,54.623993,13.479433,9.518459,737.20886,503.27536,67.72522,28.044916,239.50726,31.352077,294.5107,12.414979,47.99244,0.0,1638.4606,2651.8762,0.7230021,35.148155,20.699797,17335.184,50.156033,1.7424786,25.832258,45.450943,31.666502,9.525845,24.85885,397.27768,28.57916,18.664223,1.6409456,8.2095995,519.70917,0.37174824,287.9385,75.31532,2610.249,122.34509,129.25923,180.2418,1081.6824,69.425224,61.963528,687.3449,53.854355,50.878773,10.918277,36.25374,219.24153,11.01146,8.480015,82.24818,17.299746,4591.489,22.537693,32.08468,19.902897,22.70078,353.7473,97.5853,34.544353,9.976332,11.242396,32.923138,75.900314,186.48027,52.26603,239.93272,30.891125,23.85996,97.197205,60.861088,33.721302,154.5694,17.375525,2.6832862,19.211117,14.883113,1760.8763,22.16225,15.099407,160.09335,23.303425,246.41957,93.06264,185.04568,8.3644285,108.20934,579.68884,564.7903,52.901367,467.20615,115.68374,65.22673,70.74026,142.02805,24.300797,58.878933,476.41437,14.7425375,21.506203,329.68237,10.295046,6.450995,83.59885,68.31087,699.6959,183.13019,175.13156,1984.3184,38.86272,1622.1427,1332.354,6.528033,4.680141,1302.1494,16.725689,9.055612,341.03607,20.06022,40.963024,20.622978,67.33497,286.01767,298.6166,2.971379,29.708698,52.016262,339.94086,5.1701593,84.10918,7.3254366,1.6317087,57.728176,1.2641994,1.4919585,5.1258364,10.161407,22.58616,15.686724,27.627823,200.14069,29.883736,14.162154,27.522682,6.828514,82.5257,3.2075942,4.086357,5.90121,63.460423,1.6983525,3.4241748,10.79066,14.508971,15.206682,4.7671504,1.1987531,73.84188,9.319337,193.93416,6.6884227,302.6107,17.706146,1040.5151,123.68321,4.323427,8.015134,185.17873,231.03883,1086.9502,845.38226 +2023-03-07 04:00:00,0.0,2645.9248,27.67274,6.547754,7.4394517,26.93803,176.30336,26.154833,50.989212,22.055216,33.83193,152.5056,267.5709,13.579089,21.472795,12.616686,2.7028248,31.140097,34.179108,24.031454,414.56937,16.99284,333.85495,129.72902,24.216002,209.78264,157.42154,73.233246,708.16486,271.07022,1803.5431,36.39053,2358.554,496.02008,26.333992,21.904257,142.95522,149.29953,268.71362,986.87494,54.63844,13.487456,9.517754,737.4421,502.71222,67.737404,28.064562,239.50551,31.33718,294.47778,12.413182,48.011105,0.0,1640.0608,2654.999,0.72597176,35.14244,20.709187,17343.812,50.18276,1.7433102,25.893702,45.55728,31.67972,9.527603,24.91769,397.37854,28.58688,18.697128,1.6441126,8.210401,519.9812,0.3716468,288.26434,75.26237,2610.7217,122.27374,129.32164,180.26302,1080.3295,69.360634,61.937992,686.7001,53.804806,50.834835,10.92164,36.253353,219.24469,11.0111685,8.4793825,82.27644,17.30416,4591.4395,22.546041,32.120968,19.911198,22.712152,353.75806,97.570564,34.575268,9.979545,11.247422,32.949825,75.95531,186.62282,52.315456,239.9913,30.89281,23.8964,97.22429,61.027153,33.801792,154.52087,17.363344,2.6903496,19.203936,14.909139,1764.8129,22.147322,15.167461,160.08038,23.314856,246.56416,93.0871,185.20811,8.364108,108.18934,580.27496,565.3878,52.95096,468.33948,115.7224,65.32109,70.74597,141.91115,24.283249,58.852192,476.5175,14.7345,21.494572,329.56918,10.294623,6.4500923,83.58054,68.314545,699.7061,183.1037,175.1436,1984.4222,38.913734,1622.5975,1332.7853,6.529652,4.680063,1302.0505,16.721157,9.057123,340.99335,20.064543,40.974678,20.63419,67.39094,286.2541,298.5476,2.9719462,29.712595,52.029957,340.17392,5.171508,84.11348,7.32612,1.6315402,57.721985,1.264299,1.4918672,5.125537,10.161443,22.592516,15.6954,27.634588,200.27289,29.883512,14.15937,27.51008,6.8269587,82.51142,3.207079,4.083566,5.9005375,63.457195,1.6962519,3.4226532,10.780602,14.542876,15.206144,4.7646594,1.2003267,73.92414,9.325486,193.98726,6.694576,302.8927,17.7123,1040.1991,123.78445,4.325433,8.018646,185.46205,231.3985,1088.2533,845.21356 +2023-03-07 05:00:00,0.0,2647.4626,27.674381,6.559312,7.4388623,26.95322,176.30615,26.161736,51.01334,22.059687,33.844227,152.52647,267.72556,13.588888,21.473467,12.612712,2.7017236,31.145248,34.144253,24.021439,414.60605,16.969898,333.7879,129.69704,24.188482,209.56218,157.348,73.210915,707.8754,271.02792,1803.5148,36.346897,2358.6194,495.29385,26.307695,21.880383,142.79675,149.3738,268.70535,985.76605,54.65289,13.49548,9.517048,737.67523,502.1491,67.749596,28.084208,239.50375,31.32228,294.44482,12.411386,48.029774,0.0,1641.6609,2658.1218,0.72894144,35.136726,20.718576,17352.441,50.20948,1.7441418,25.955147,45.66362,31.692938,9.529363,24.97653,397.4794,28.594599,18.730036,1.6472796,8.211202,520.2533,0.37154534,288.59018,75.209404,2611.1946,122.20239,129.38406,180.28424,1078.9767,69.29604,61.91246,686.05524,53.755257,50.790897,10.925005,36.252968,219.24785,11.010877,8.478749,82.30471,17.308575,4591.39,22.55439,32.157257,19.919498,22.723524,353.7688,97.55584,34.606182,9.982757,11.252448,32.976513,76.0103,186.76535,52.364887,240.04988,30.894497,23.93284,97.25138,61.193214,33.88228,154.47237,17.351164,2.6974127,19.196756,14.935164,1768.7494,22.132393,15.235516,160.06741,23.326286,246.70876,93.11156,185.37056,8.363788,108.169334,580.8611,565.98535,53.000553,469.4728,115.76106,65.41546,70.751686,141.79427,24.265703,58.82545,476.6206,14.726463,21.48294,329.45602,10.294201,6.44919,83.56224,68.31822,699.71625,183.0772,175.15562,1984.5262,38.96475,1623.0522,1333.2166,6.531271,4.679984,1301.9517,16.716625,9.058636,340.95062,20.068863,40.986332,20.645401,67.44691,286.49054,298.4786,2.9725134,29.716494,52.043648,340.407,5.1728563,84.11778,7.326803,1.6313716,57.715794,1.2643986,1.4917759,5.1252375,10.161478,22.598871,15.704076,27.641354,200.40509,29.883287,14.156586,27.49748,6.8254037,82.49715,3.2065637,4.080775,5.8998656,63.45397,1.6941513,3.4211314,10.770544,14.57678,15.205606,4.7621684,1.2019002,74.0064,9.331636,194.04037,6.7007294,303.1747,17.718452,1039.883,123.88569,4.3274384,8.02216,185.74538,231.75818,1089.5564,845.0449 +2023-03-07 06:00:00,0.0,2649.0002,27.676023,6.57087,7.4382734,26.96841,176.30896,26.168638,51.037468,22.064156,33.856525,152.54736,267.88022,13.598687,21.47414,12.608738,2.7006226,31.1504,34.109398,24.011423,414.64273,16.946959,333.7209,129.66505,24.160963,209.3417,157.27448,73.18858,707.586,270.98563,1803.4865,36.30327,2358.6848,494.56763,26.281397,21.856506,142.63828,149.44806,268.69705,984.6572,54.66734,13.503503,9.516342,737.90845,501.58597,67.76179,28.103853,239.50198,31.307384,294.41187,12.409589,48.04844,0.0,1643.261,2661.2444,0.7319111,35.131016,20.727966,17361.072,50.236206,1.7449735,26.01659,45.769962,31.706154,9.531121,25.035368,397.58026,28.602318,18.762941,1.6504467,8.212003,520.5254,0.37144387,288.91602,75.15645,2611.6672,122.13104,129.44647,180.30547,1077.6238,69.231445,61.88693,685.4104,53.705708,50.74696,10.928369,36.252583,219.251,11.010585,8.478117,82.33298,17.31299,4591.341,22.562738,32.19355,19.927801,22.734894,353.77957,97.54111,34.637096,9.985969,11.257473,33.0032,76.06529,186.9079,52.414314,240.10844,30.896183,23.96928,97.278465,61.359276,33.96277,154.42386,17.338984,2.7044759,19.189575,14.96119,1772.6859,22.117462,15.30357,160.05444,23.337717,246.85336,93.136024,185.53299,8.363468,108.14933,581.4472,566.5829,53.050144,470.60614,115.79973,65.50982,70.75741,141.67737,24.248158,58.79871,476.72372,14.718427,21.47131,329.34283,10.293778,6.448288,83.543945,68.3219,699.7264,183.0507,175.16766,1984.6301,39.015762,1623.5071,1333.648,6.5328903,4.679906,1301.8528,16.712093,9.060147,340.9079,20.073185,40.997986,20.65661,67.502884,286.72696,298.4096,2.9730806,29.72039,52.05734,340.64008,5.174205,84.122086,7.3274865,1.631203,57.709602,1.2644982,1.4916847,5.124938,10.161512,22.605227,15.712751,27.648119,200.5373,29.883064,14.153802,27.484879,6.8238482,82.482864,3.2060485,4.077984,5.899194,63.450745,1.6920506,3.4196098,10.760487,14.610685,15.205069,4.7596774,1.2034739,74.08866,9.337786,194.09348,6.7068825,303.45673,17.724604,1039.567,123.98692,4.329444,8.025673,186.0287,232.11786,1090.8595,844.8762 +2023-03-07 07:00:00,0.0,2650.538,27.677666,6.582428,7.437684,26.983599,176.31175,26.17554,51.0616,22.068626,33.868824,152.56824,268.03488,13.608485,21.474812,12.604764,2.6995213,31.155552,34.074547,24.001408,414.67944,16.924019,333.65384,129.63306,24.133446,209.12125,157.20096,73.16625,707.2966,270.94333,1803.4581,36.259636,2358.7502,493.84143,26.2551,21.832632,142.4798,149.52232,268.68878,983.54834,54.68179,13.511526,9.515637,738.14166,501.02283,67.77397,28.123499,239.50021,31.292486,294.37894,12.407792,48.06711,0.0,1644.8612,2664.3672,0.73488075,35.1253,20.737356,17369.701,50.262928,1.7458051,26.078033,45.876297,31.719372,9.532881,25.094208,397.68112,28.610039,18.795849,1.6536137,8.212804,520.7974,0.37134242,289.24182,75.10349,2612.1401,122.05969,129.5089,180.32669,1076.271,69.166855,61.861397,684.76556,53.65616,50.703022,10.931733,36.252197,219.25415,11.010293,8.477485,82.361244,17.317404,4591.2915,22.571087,32.22984,19.936102,22.746265,353.7903,97.52638,34.66801,9.989181,11.262499,33.02989,76.12029,187.05045,52.463745,240.16702,30.897871,24.00572,97.30556,61.525337,34.043255,154.37534,17.326803,2.711539,19.182394,14.987216,1776.6226,22.102533,15.371623,160.04147,23.349148,246.99796,93.160484,185.69543,8.363148,108.129326,582.0333,567.1805,53.09974,471.73947,115.838394,65.60419,70.76312,141.56047,24.23061,58.771965,476.82684,14.71039,21.459677,329.22964,10.293356,6.4473853,83.52564,68.32558,699.7366,183.0242,175.17969,1984.7341,39.066776,1623.9618,1334.0792,6.5345097,4.679827,1301.754,16.707561,9.06166,340.86517,20.077505,41.009636,20.667822,67.55885,286.9634,298.3406,2.9736478,29.724289,52.07103,340.87314,5.1755533,84.12638,7.32817,1.6310346,57.70341,1.2645979,1.4915934,5.1246386,10.161548,22.61158,15.721427,27.654882,200.66951,29.88284,14.151017,27.472279,6.822293,82.46858,3.2055333,4.0751925,5.8985214,63.447517,1.68995,3.4180882,10.750428,14.644589,15.204532,4.7571864,1.2050475,74.17093,9.343936,194.14659,6.7130356,303.73874,17.730757,1039.2509,124.088165,4.3314495,8.029186,186.31203,232.47752,1092.1625,844.7076 +2023-03-07 08:00:00,0.0,2652.076,27.679308,6.5939865,7.4370947,26.998789,176.31454,26.182444,51.085728,22.073095,33.881123,152.58911,268.18958,13.618284,21.475483,12.60079,2.69842,31.160704,34.039692,23.991392,414.71613,16.90108,333.5868,129.60107,24.105927,208.90077,157.12743,73.14392,707.0072,270.90103,1803.4298,36.216007,2358.8154,493.1152,26.228804,21.808758,142.32132,149.59657,268.68048,982.43945,54.696236,13.51955,9.514932,738.3749,500.45972,67.78616,28.143145,239.49846,31.277588,294.34598,12.405994,48.085773,0.0,1646.4614,2667.49,0.7378504,35.119587,20.746744,17378.33,50.289654,1.7466369,26.139479,45.982635,31.73259,9.53464,25.153046,397.78198,28.617758,18.828754,1.6567807,8.213606,521.0695,0.37124094,289.56766,75.05054,2612.6128,121.98835,129.5713,180.3479,1074.9182,69.102264,61.835865,684.1207,53.60661,50.659084,10.935097,36.25181,219.25731,11.01,8.476851,82.38951,17.32182,4591.2417,22.579435,32.26613,19.944403,22.757637,353.80106,97.51165,34.698925,9.992393,11.267525,33.05658,76.175285,187.193,52.513172,240.2256,30.899557,24.04216,97.33264,61.6914,34.123745,154.32683,17.314625,2.7186022,19.175215,15.013242,1780.5591,22.087605,15.439677,160.0285,23.360579,247.14255,93.184944,185.85786,8.362828,108.10932,582.61945,567.778,53.149334,472.8728,115.87706,65.698555,70.76884,141.44359,24.213064,58.745224,476.93,14.7023535,21.448046,329.1165,10.292933,6.446483,83.50735,68.329254,699.7467,182.99771,175.19173,1984.8381,39.11779,1624.4166,1334.5105,6.536129,4.679749,1301.6552,16.703032,9.063171,340.82245,20.081827,41.02129,20.679033,67.61482,287.19983,298.2716,2.974215,29.728188,52.08472,341.10623,5.176902,84.130684,7.328853,1.630866,57.69722,1.2646976,1.4915022,5.1243396,10.161583,22.617935,15.730103,27.661648,200.80171,29.882616,14.148233,27.459677,6.820738,82.4543,3.205018,4.072401,5.8978496,63.444294,1.6878494,3.4165666,10.740371,14.678494,15.203994,4.7546954,1.206621,74.25319,9.350085,194.19969,6.7191887,304.02075,17.73691,1038.9348,124.1894,4.333455,8.0327,186.59535,232.8372,1093.4656,844.5389 +2023-03-07 09:00:00,0.0,2653.6135,27.68095,6.6055446,7.4365053,27.013977,176.31734,26.189346,51.109856,22.077566,33.893417,152.60999,268.34424,13.628083,21.476156,12.596817,2.697319,31.165855,34.00484,23.981377,414.75284,16.87814,333.51978,129.56909,24.07841,208.68031,157.0539,73.12159,706.7178,270.85873,1803.4015,36.172375,2358.8809,492.38898,26.202507,21.784882,142.16284,149.67084,268.6722,981.33057,54.710686,13.527574,9.514226,738.6081,499.89658,67.798355,28.162792,239.49667,31.26269,294.31302,12.404198,48.104443,0.0,1648.0615,2670.6128,0.7408201,35.113873,20.756134,17386.959,50.31638,1.7474685,26.200922,46.088974,31.745806,9.536399,25.211885,397.88284,28.625477,18.861662,1.6599478,8.214407,521.3416,0.3711395,289.8935,74.99758,2613.0857,121.917,129.63373,180.36913,1073.5653,69.037674,61.810333,683.4759,53.55706,50.615147,10.938461,36.251427,219.26047,11.009708,8.476219,82.41778,17.326233,4591.1924,22.587784,32.302418,19.952703,22.769007,353.81183,97.496925,34.72984,9.995605,11.27255,33.083267,76.23028,187.33553,52.562603,240.28418,30.901243,24.0786,97.35973,61.85746,34.20423,154.2783,17.302444,2.7256653,19.168034,15.039268,1784.4956,22.072674,15.507731,160.01552,23.37201,247.28716,93.20941,186.02031,8.362508,108.08932,583.20557,568.37555,53.198925,474.00613,115.915726,65.792915,70.77455,141.32669,24.195517,58.718483,477.0331,14.694317,21.436415,329.0033,10.292511,6.445581,83.489044,68.33294,699.75684,182.97122,175.20375,1984.9421,39.168804,1624.8713,1334.9418,6.5377483,4.679671,1301.5563,16.6985,9.064684,340.77972,20.08615,41.032944,20.690243,67.67079,287.43625,298.2026,2.9747822,29.732084,52.09841,341.3393,5.1782503,84.13499,7.3295364,1.6306975,57.69103,1.2647971,1.4914109,5.12404,10.161618,22.62429,15.738778,27.668413,200.93391,29.882393,14.145449,27.447077,6.8191824,82.44002,3.2045028,4.06961,5.897177,63.441067,1.6857488,3.415045,10.730312,14.712399,15.203456,4.7522044,1.2081947,74.33545,9.3562355,194.25279,6.725342,304.30276,17.743061,1038.6188,124.290634,4.3354607,8.036212,186.87868,233.19687,1094.7687,844.3702 +2023-03-07 10:00:00,0.0,2655.1514,27.682592,6.6171026,7.435916,27.029167,176.32013,26.196249,51.133987,22.082037,33.905716,152.63086,268.4989,13.637881,21.476828,12.592843,2.6962178,31.17101,33.969986,23.971361,414.78952,16.8552,333.45273,129.53711,24.05089,208.45985,156.98036,73.09925,706.42834,270.81644,1803.3733,36.128742,2358.9463,491.66278,26.17621,21.761007,142.00436,149.7451,268.6639,980.2217,54.725136,13.535597,9.51352,738.84125,499.33347,67.81054,28.182438,239.49492,31.247791,294.2801,12.402401,48.123108,0.0,1649.6617,2673.7354,0.7437898,35.10816,20.765524,17395.588,50.3431,1.7483002,26.262365,46.195316,31.759024,9.538158,25.270723,397.9837,28.633196,18.894567,1.6631148,8.215208,521.61365,0.37103802,290.21933,74.944626,2613.5583,121.84565,129.69615,180.39035,1072.2125,68.973076,61.7848,682.83105,53.50751,50.57121,10.941825,36.251038,219.26363,11.009417,8.475586,82.446045,17.330648,4591.143,22.596132,32.33871,19.961006,22.780378,353.82257,97.4822,34.760754,9.998817,11.2775755,33.109955,76.28527,187.47807,52.61203,240.34276,30.90293,24.11504,97.38682,62.02352,34.28472,154.2298,17.290264,2.7327285,19.160852,15.065292,1788.4321,22.057745,15.575786,160.00255,23.38344,247.43175,93.23387,186.18274,8.362187,108.06931,583.7917,568.9731,53.24852,475.13947,115.95439,65.88728,70.780266,141.20981,24.17797,58.691742,477.13623,14.68628,21.424784,328.8901,10.2920885,6.4446783,83.47075,68.33662,699.767,182.94472,175.21579,1985.0461,39.21982,1625.326,1335.373,6.5393677,4.679592,1301.4574,16.693968,9.0661955,340.73697,20.09047,41.044598,20.701454,67.72677,287.6727,298.13364,2.9753494,29.735983,52.112103,341.57236,5.1795993,84.13929,7.3302197,1.6305289,57.684837,1.2648968,1.4913197,5.1237407,10.1616535,22.630646,15.747454,27.675179,201.06612,29.882168,14.142665,27.434475,6.817627,82.425735,3.2039876,4.0668187,5.8965054,63.437843,1.6836482,3.4135232,10.720255,14.746304,15.202918,4.749713,1.2097683,74.41771,9.362385,194.30591,6.7314954,304.5848,17.749214,1038.3027,124.39188,4.3374662,8.039725,187.162,233.55655,1096.0718,844.20154 +2023-03-07 11:00:00,0.0,2656.689,27.684235,6.6286607,7.4353266,27.044357,176.32292,26.203152,51.158115,22.086506,33.918015,152.65173,268.65356,13.64768,21.477499,12.588869,2.6951165,31.17616,33.935135,23.961346,414.8262,16.83226,333.38568,129.50513,24.02337,208.23938,156.90685,73.07692,706.1389,270.77414,1803.345,36.085114,2359.0117,490.93655,26.149912,21.737133,141.84589,149.81935,268.65564,979.1128,54.739582,13.54362,9.512815,739.07446,498.77032,67.82273,28.202084,239.49316,31.232893,294.24713,12.400604,48.141777,0.0,1651.262,2676.8582,0.7467595,35.102448,20.774914,17404.217,50.369827,1.7491318,26.32381,46.30165,31.772242,9.539917,25.329563,398.08456,28.640915,18.927475,1.6662818,8.216009,521.88574,0.37093657,290.54514,74.89166,2614.0312,121.7743,129.75856,180.41158,1070.8596,68.908485,61.75927,682.1862,53.457962,50.527267,10.945189,36.250652,219.26678,11.009125,8.474954,82.47431,17.335064,4591.0938,22.60448,32.375,19.969307,22.79175,353.8333,97.46747,34.791668,10.002029,11.282601,33.136642,76.34026,187.62062,52.661457,240.40134,30.904617,24.15148,97.41391,62.189583,34.365208,154.18129,17.278084,2.7397916,19.153671,15.091318,1792.3688,22.042814,15.643839,159.98958,23.39487,247.57634,93.25833,186.34518,8.361868,108.04931,584.3778,569.5706,53.29811,476.2728,115.99306,65.98164,70.78599,141.09291,24.160423,58.664997,477.23935,14.678244,21.413153,328.77692,10.291666,6.443776,83.452446,68.340294,699.77716,182.91823,175.22781,1985.15,39.270832,1625.7809,1335.8043,6.540987,4.679514,1301.3585,16.689436,9.067708,340.69424,20.094791,41.05625,20.712666,67.78274,287.90912,298.06464,2.9759166,29.73988,52.125793,341.80542,5.180948,84.143585,7.3309026,1.6303605,57.678646,1.2649964,1.4912283,5.123441,10.161688,22.637001,15.756129,27.681944,201.19833,29.881945,14.139881,27.421875,6.8160715,82.41146,3.2034724,4.064028,5.8958335,63.434616,1.6815475,3.4120016,10.710197,14.780208,15.202381,4.747222,1.2113419,74.49998,9.368535,194.35901,6.7376485,304.86682,17.755367,1037.9867,124.49311,4.339472,8.043239,187.44533,233.91623,1097.3749,844.03284 +2023-03-07 12:00:00,0.0,2658.2268,27.685875,6.640219,7.4347377,27.059546,176.32571,26.210056,51.182243,22.090977,33.930313,152.6726,268.80826,13.657479,21.478172,12.584895,2.6940155,31.181313,33.90028,23.95133,414.8629,16.80932,333.31866,129.47313,23.995853,208.01892,156.83331,73.05459,705.8495,270.73184,1803.3167,36.04148,2359.0771,490.21036,26.123615,21.713257,141.68742,149.89362,268.64734,978.00397,54.754032,13.551643,9.51211,739.3077,498.2072,67.83492,28.22173,239.4914,31.217995,294.21417,12.398808,48.160446,0.0,1652.862,2679.981,0.7497291,35.096733,20.784304,17412.846,50.39655,1.7499635,26.385254,46.40799,31.785458,9.5416765,25.388401,398.18542,28.648634,18.96038,1.6694489,8.216811,522.15784,0.37083513,290.87097,74.83871,2614.5042,121.70295,129.82098,180.4328,1069.5068,68.843895,61.733738,681.5414,53.408413,50.48333,10.948553,36.250267,219.26993,11.008833,8.474321,82.50258,17.339478,4591.0444,22.61283,32.41129,19.977608,22.80312,353.8441,97.45274,34.822582,10.005241,11.287626,33.16333,76.395256,187.76317,52.710888,240.45992,30.906303,24.18792,97.440994,62.355644,34.445698,154.13277,17.265903,2.7468548,19.146492,15.117344,1796.3053,22.027885,15.711893,159.97661,23.406301,247.72095,93.2828,186.50761,8.361547,108.029305,584.9639,570.1682,53.347706,477.40613,116.03172,66.07601,70.7917,140.97601,24.142878,58.638256,477.34247,14.670207,21.401522,328.66376,10.291244,6.442874,83.43415,68.34397,699.7873,182.89172,175.23985,1985.254,39.321846,1626.2356,1336.2356,6.542606,4.6794353,1301.2598,16.684904,9.069221,340.65152,20.099112,41.067905,20.723875,67.83871,288.14557,297.99564,2.9764838,29.743778,52.139484,342.0385,5.1822963,84.14789,7.331586,1.6301919,57.672455,1.2650961,1.4911371,5.123142,10.161723,22.643354,15.764805,27.68871,201.33054,29.88172,14.137096,27.409275,6.8145165,82.39718,3.2029572,4.0612364,5.895161,63.43139,1.6794469,3.41048,10.700139,14.814113,15.201843,4.744731,1.2129154,74.58224,9.374684,194.41212,6.7438016,305.14883,17.76152,1037.6707,124.59435,4.341478,8.046752,187.72865,234.2759,1098.678,843.8642 +2023-03-07 13:00:00,0.0,2659.7644,27.687517,6.6517773,7.4341483,27.074736,176.32852,26.216959,51.206375,22.095446,33.94261,152.69348,268.96292,13.667277,21.478844,12.580921,2.6929142,31.186464,33.86543,23.941315,414.8996,16.78638,333.25162,129.44115,23.968334,207.79845,156.75978,73.03226,705.56006,270.68954,1803.2883,35.99785,2359.1426,489.48413,26.097319,21.689383,141.52895,149.96788,268.63904,976.8951,54.768482,13.559667,9.511404,739.5409,497.64407,67.84711,28.241375,239.48962,31.203096,294.18124,12.397011,48.17911,0.0,1654.4623,2683.1038,0.7526988,35.09102,20.793694,17421.475,50.423275,1.7507951,26.446697,46.514328,31.798676,9.543435,25.44724,398.2863,28.656353,18.993288,1.6726159,8.217612,522.42993,0.37073365,291.1968,74.78575,2614.9768,121.63161,129.88339,180.45401,1068.154,68.779305,61.708206,680.89655,53.358868,50.439392,10.951918,36.24988,219.27309,11.008541,8.473688,82.53085,17.343893,4590.995,22.621178,32.447582,19.98591,22.814491,353.85483,97.43801,34.853493,10.008453,11.292652,33.190018,76.45025,187.9057,52.760315,240.5185,30.90799,24.22436,97.46809,62.52171,34.526184,154.08426,17.253723,2.753918,19.13931,15.14337,1800.2418,22.012957,15.779947,159.96364,23.417732,247.86554,93.30726,186.67006,8.361227,108.0093,585.55005,570.76575,53.397297,478.53946,116.07038,66.17037,70.79742,140.85913,24.12533,58.611515,477.4456,14.66217,21.38989,328.55057,10.290821,6.4419713,83.41585,68.34765,699.7975,182.86523,175.25188,1985.3579,39.37286,1626.6904,1336.6669,6.544225,4.679357,1301.1609,16.680372,9.070732,340.6088,20.103434,41.079556,20.735086,67.894684,288.382,297.92664,2.977051,29.747675,52.153175,342.27158,5.183645,84.15219,7.332269,1.6300234,57.666264,1.2651956,1.4910458,5.1228423,10.161758,22.64971,15.773481,27.695475,201.46274,29.881496,14.134313,27.396673,6.812961,82.3829,3.202442,4.058445,5.8944893,63.428165,1.6773463,3.4089584,10.690082,14.848017,15.201305,4.74224,1.2144891,74.6645,9.380835,194.46523,6.7499547,305.43085,17.767672,1037.3545,124.69559,4.3434834,8.050265,188.01196,234.63557,1099.9811,843.6955 +2023-03-07 14:00:00,0.0,2661.3022,27.68916,6.6633353,7.433559,27.089924,176.33131,26.223862,51.230503,22.099916,33.95491,152.71436,269.11758,13.677076,21.479515,12.576947,2.691813,31.191616,33.830574,23.9313,414.9363,16.763441,333.18457,129.40916,23.940815,207.57799,156.68625,73.009926,705.2706,270.64725,1803.26,35.95422,2359.208,488.7579,26.071022,21.665508,141.37047,150.04213,268.63077,975.7862,54.78293,13.56769,9.510698,739.77405,497.08093,67.8593,28.26102,239.48787,31.188198,294.1483,12.395214,48.19778,0.0,1656.0625,2686.2263,0.75566846,35.085304,20.803083,17430.104,50.449997,1.7516268,26.508142,46.620667,31.811893,9.545195,25.50608,398.38715,28.664072,19.026194,1.6757829,8.218413,522.70197,0.3706322,291.52264,74.732796,2615.4497,121.56026,129.94582,180.47523,1066.8011,68.714714,61.68267,680.2517,53.30932,50.395454,10.955281,36.249496,219.27625,11.008249,8.473056,82.55912,17.348309,4590.946,22.629526,32.48387,19.994211,22.825863,353.86557,97.42329,34.884407,10.011666,11.297678,33.216705,76.50524,188.04825,52.809746,240.57707,30.909676,24.2608,97.49517,62.68777,34.606674,154.03575,17.241543,2.760981,19.13213,15.169395,1804.1783,21.998026,15.8480015,159.95067,23.429163,248.01013,93.33172,186.83249,8.360908,107.989296,586.13617,571.3633,53.44689,479.6728,116.10905,66.26474,70.80313,140.74223,24.107784,58.584774,477.5487,14.654134,21.378258,328.43738,10.290399,6.441069,83.39755,68.351326,699.8076,182.83875,175.26392,1985.4619,39.423878,1627.1451,1337.0981,6.5458446,4.6792784,1301.062,16.675842,9.072245,340.56607,20.107754,41.09121,20.746298,67.95065,288.6184,297.85764,2.9776182,29.751574,52.16687,342.50464,5.1849933,84.156494,7.3329525,1.6298548,57.660072,1.2652953,1.4909545,5.122543,10.161794,22.656065,15.782157,27.70224,201.59494,29.881271,14.131528,27.384073,6.8114057,82.368614,3.2019267,4.055654,5.8938174,63.42494,1.6752458,3.4074368,10.680023,14.881922,15.2007675,4.739749,1.2160627,74.74676,9.386985,194.51834,6.756108,305.71286,17.773825,1037.0385,124.79683,4.345489,8.053778,188.29529,234.99524,1101.2842,843.5268 +2023-03-07 15:00:00,0.0,2662.84,27.690802,6.6748934,7.4329696,27.105114,176.3341,26.230764,51.25463,22.104385,33.96721,152.73523,269.27225,13.686875,21.480188,12.572973,2.690712,31.196768,33.79572,23.921284,414.973,16.740501,333.11752,129.37718,23.913298,207.35753,156.61273,72.987595,704.9812,270.60495,1803.2317,35.910587,2359.2732,488.0317,26.044724,21.641632,141.212,150.1164,268.62247,974.6773,54.79738,13.575713,9.509994,740.00726,496.51782,67.87149,28.280666,239.48611,31.1733,294.11533,12.393417,48.216446,0.0,1657.6626,2689.349,0.75863814,35.07959,20.812473,17438.734,50.476723,1.7524585,26.569586,46.727005,31.82511,9.546954,25.564919,398.488,28.671791,19.059101,1.67895,8.219214,522.97406,0.37053072,291.84845,74.67984,2615.9224,121.48891,130.00822,180.49646,1065.4484,68.650116,61.65714,679.60693,53.25977,50.351517,10.958646,36.249107,219.2794,11.007957,8.472424,82.58739,17.352722,4590.896,22.637875,32.52016,20.002512,22.837233,353.87634,97.408554,34.91532,10.014878,11.302704,33.243393,76.560234,188.1908,52.859173,240.63564,30.911362,24.29724,97.52226,62.853832,34.68716,153.98723,17.229362,2.7680445,19.12495,15.195421,1808.115,21.983097,15.916055,159.9377,23.440594,248.15474,93.356186,186.99493,8.360587,107.96929,586.7223,571.9608,53.496487,480.80612,116.14771,66.3591,70.80885,140.62534,24.090237,58.55803,477.65186,14.646097,21.366627,328.32422,10.289977,6.440167,83.37925,68.355,699.81775,182.81224,175.27594,1985.5659,39.47489,1627.6,1337.5295,6.547464,4.6792,1300.9631,16.67131,9.073756,340.52335,20.112076,41.102863,20.757507,68.00662,288.85486,297.78864,2.9781854,29.755472,52.18056,342.73773,5.186342,84.16079,7.333636,1.6296864,57.65388,1.2653949,1.4908633,5.1222434,10.161828,22.66242,15.7908325,27.709005,201.72714,29.881048,14.128744,27.371471,6.8098507,82.35433,3.2014115,4.0528626,5.893145,63.42171,1.673145,3.4059153,10.669966,14.915826,15.200231,4.737258,1.2176362,74.829025,9.393134,194.57144,6.7622614,305.99487,17.779978,1036.7224,124.89806,4.3474946,8.057291,188.57861,235.35492,1102.5873,843.35815 +2023-03-07 16:00:00,0.0,2664.3777,27.692444,6.686452,7.43238,27.120304,176.3369,26.237667,51.27876,22.108856,33.979507,152.7561,269.42694,13.696673,21.48086,12.569,2.6896107,31.20192,33.760868,23.911268,415.00967,16.717562,333.0505,129.3452,23.885778,207.13705,156.5392,72.965256,704.6918,270.56265,1803.2034,35.866955,2359.3386,487.30548,26.018427,21.617758,141.05353,150.19066,268.6142,973.5684,54.81183,13.583736,9.509288,740.2405,495.95468,67.883675,28.300312,239.48433,31.158401,294.0824,12.391621,48.235115,0.0,1659.2628,2692.472,0.7616078,35.07388,20.821863,17447.363,50.50345,1.7532902,26.63103,46.833344,31.838327,9.548713,25.623758,398.58887,28.67951,19.092007,1.682117,8.220016,523.24615,0.37042928,292.1743,74.626884,2616.3953,121.41756,130.07065,180.51768,1064.0956,68.585526,61.631607,678.9621,53.21022,50.30758,10.962009,36.248726,219.28255,11.007666,8.47179,82.615654,17.357138,4590.8467,22.646223,32.55645,20.010815,22.848604,353.8871,97.39383,34.946236,10.01809,11.307729,33.27008,76.61523,188.33334,52.908604,240.69421,30.91305,24.33368,97.54935,63.019894,34.76765,153.93872,17.217182,2.7751076,19.11777,15.221446,1812.0515,21.968166,15.984109,159.92473,23.452024,248.29933,93.380646,187.15736,8.360267,107.94928,587.3084,572.55835,53.546078,481.93945,116.18638,66.45347,70.81457,140.50845,24.072691,58.53129,477.75497,14.638061,21.354996,328.21103,10.289555,6.439265,83.36095,68.35868,699.82794,182.78575,175.28798,1985.6699,39.525906,1628.0547,1337.9608,6.549083,4.679122,1300.8644,16.666779,9.075269,340.48062,20.116398,41.114517,20.768719,68.0626,289.09128,297.71964,2.9787526,29.759369,52.194252,342.9708,5.1876903,84.16509,7.334319,1.6295178,57.647686,1.2654946,1.490772,5.121944,10.161863,22.668774,15.799508,27.71577,201.85936,29.880823,14.125959,27.358871,6.8082952,82.34006,3.2008963,4.0500712,5.892473,63.418488,1.6710445,3.4043934,10.659907,14.949731,15.199693,4.734767,1.2192098,74.911285,9.399284,194.62456,6.7684145,306.2769,17.786129,1036.4064,124.9993,4.3495,8.060804,188.86194,235.7146,1103.8904,843.18945 +2023-03-07 17:00:00,0.0,2665.9155,27.694086,6.69801,7.431791,27.135492,176.33969,26.24457,51.30289,22.113325,33.991806,152.777,269.5816,13.706472,21.481531,12.565026,2.6885095,31.207073,33.726013,23.901253,415.0464,16.694622,332.98346,129.31322,23.858261,206.9166,156.46567,72.942924,704.40234,270.52036,1803.175,35.823326,2359.404,486.57925,25.99213,21.593884,140.89505,150.26491,268.6059,972.45953,54.82628,13.59176,9.508582,740.4737,495.39157,67.89587,28.319958,239.48257,31.143503,294.04944,12.389824,48.25378,0.0,1660.8629,2695.5947,0.76457745,35.068165,20.831253,17455.992,50.53017,1.7541218,26.692474,46.939682,31.851545,9.550472,25.682596,398.68973,28.68723,19.124914,1.685284,8.220818,523.5182,0.3703278,292.50012,74.57392,2616.868,121.34621,130.13306,180.53891,1062.7427,68.520935,61.606075,678.31726,53.16067,50.26364,10.965374,36.248337,219.2857,11.007374,8.471158,82.64392,17.361551,4590.7974,22.654572,32.592743,20.019115,22.859976,353.89783,97.3791,34.97715,10.021302,11.312755,33.29677,76.67022,188.47588,52.95803,240.75279,30.914736,24.37012,97.57644,63.185955,34.848137,153.89021,17.205004,2.7821708,19.110588,15.247472,1815.988,21.953238,16.052162,159.91176,23.463455,248.44392,93.405106,187.3198,8.359947,107.929276,587.89453,573.1559,53.595673,483.07278,116.225044,66.54784,70.82028,140.39156,24.055143,58.504547,477.8581,14.630024,21.343365,328.09784,10.289132,6.438362,83.34265,68.36236,699.8381,182.75925,175.3,1985.7738,39.57692,1628.5095,1338.3921,6.5507026,4.6790433,1300.7655,16.662247,9.07678,340.4379,20.120718,41.12617,20.77993,68.11857,289.32773,297.65067,2.9793198,29.763268,52.207943,343.20386,5.1890388,84.169395,7.3350024,1.6293492,57.641495,1.2655941,1.4906808,5.1216445,10.161899,22.675129,15.808184,27.722536,201.99156,29.8806,14.123176,27.34627,6.80674,82.325775,3.200381,4.0472803,5.891801,63.41526,1.6689439,3.4028718,10.64985,14.983636,15.199155,4.732276,1.2207835,74.993546,9.405434,194.67766,6.7745676,306.5589,17.792282,1036.0903,125.10054,4.3515058,8.064318,189.14526,236.07426,1105.1935,843.0208 +2023-03-07 18:00:00,0.0,2667.4531,27.695728,6.709568,7.431202,27.150682,176.34248,26.251472,51.32702,22.117796,34.004105,152.79787,269.73627,13.71627,21.482204,12.561052,2.6874082,31.212225,33.691162,23.891237,415.08307,16.67168,332.9164,129.28122,23.830742,206.69612,156.39215,72.92059,704.1129,270.47806,1803.1469,35.779694,2359.4695,485.85306,25.965834,21.570007,140.73657,150.33917,268.59763,971.35065,54.840725,13.599783,9.507877,740.7069,494.82843,67.90806,28.339603,239.4808,31.128607,294.0165,12.388027,48.27245,0.0,1662.4631,2698.7175,0.76754713,35.06245,20.840641,17464.621,50.556896,1.7549535,26.753918,47.04602,31.864761,9.552231,25.741436,398.7906,28.694948,19.15782,1.688451,8.221619,523.7903,0.37022635,292.82596,74.520966,2617.3408,121.274864,130.19548,180.56012,1061.3899,68.456345,61.580544,677.6724,53.111122,50.219704,10.968738,36.24795,219.28886,11.007081,8.470525,82.67219,17.365967,4590.748,22.66292,32.629032,20.027416,22.871346,353.9086,97.36437,35.008064,10.024515,11.3177805,33.32346,76.72521,188.61842,53.00746,240.81137,30.916422,24.406559,97.60352,63.352016,34.928627,153.84169,17.192823,2.789234,19.103407,15.273498,1819.9246,21.938309,16.120216,159.89879,23.474886,248.58853,93.42957,187.48224,8.359627,107.90927,588.48065,573.7535,53.645264,484.20612,116.26371,66.6422,70.826,140.27467,24.037598,58.477806,477.9612,14.621987,21.331734,327.98465,10.28871,6.43746,83.32435,68.366035,699.8482,182.73276,175.31204,1985.8778,39.627934,1628.9642,1338.8234,6.5523214,4.678965,1300.6666,16.657715,9.078293,340.39517,20.12504,41.13782,20.79114,68.17454,289.56415,297.58167,2.979887,29.767164,52.221634,343.43695,5.1903872,84.1737,7.3356853,1.6291807,57.635303,1.2656938,1.4905895,5.121345,10.161934,22.681484,15.816859,27.729301,202.12376,29.880375,14.120392,27.33367,6.805185,82.31149,3.1998658,4.044489,5.891129,63.412037,1.6668433,3.4013503,10.6397915,15.01754,15.198617,4.729785,1.222357,75.075806,9.411584,194.73076,6.7807207,306.8409,17.798435,1035.7743,125.201775,4.3535113,8.067831,189.42859,236.43394,1106.4966,842.8521 +2023-03-07 19:00:00,0.0,2668.991,27.697369,6.7211266,7.4306126,27.165873,176.34528,26.258375,51.351147,22.122265,34.016403,152.81874,269.89096,13.726069,21.482876,12.557078,2.6863072,31.217377,33.656307,23.881222,415.11975,16.64874,332.8494,129.24924,23.803223,206.47566,156.31862,72.89826,703.8235,270.43573,1803.1185,35.736065,2359.535,485.12683,25.939537,21.546133,140.5781,150.41344,268.58932,970.2418,54.855175,13.607807,9.507172,740.94006,494.26532,67.92024,28.35925,239.47903,31.113708,293.98355,12.38623,48.291115,0.0,1664.0632,2701.84,0.7705168,35.056736,20.85003,17473.25,50.58362,1.7557851,26.815361,47.15236,31.87798,9.55399,25.800274,398.89145,28.702667,19.190727,1.6916181,8.22242,524.0624,0.3701249,293.15176,74.46801,2617.8135,121.203514,130.2579,180.58134,1060.037,68.39175,61.55501,677.0276,53.061573,50.175766,10.972102,36.247566,219.29202,11.006789,8.4698925,82.700455,17.370382,4590.6987,22.671268,32.66532,20.035717,22.882717,353.91934,97.34965,35.03898,10.027727,11.322805,33.350147,76.780205,188.76097,53.05689,240.86995,30.918108,24.442999,97.630615,63.518078,35.009113,153.79318,17.180643,2.796297,19.096228,15.299523,1823.8612,21.923378,16.18827,159.88582,23.486317,248.73312,93.45403,187.64467,8.359306,107.88927,589.0668,574.351,53.69486,485.33945,116.302376,66.736565,70.83171,140.15778,24.02005,58.45106,478.06433,14.61395,21.320103,327.8715,10.288287,6.436558,83.30605,68.36971,699.8584,182.70627,175.32408,1985.9817,39.678947,1629.4191,1339.2546,6.553941,4.6788864,1300.5677,16.653183,9.079804,340.35242,20.12936,41.149475,20.802351,68.230515,289.8006,297.51266,2.9804542,29.771063,52.235325,343.67,5.1917357,84.17799,7.3363686,1.6290121,57.629112,1.2657934,1.4904983,5.1210456,10.161969,22.68784,15.825535,27.736067,202.25597,29.880152,14.117607,27.321068,6.8036294,82.29721,3.1993506,4.041698,5.890457,63.40881,1.6647426,3.3998287,10.629734,15.051445,15.19808,4.727294,1.2239306,75.15807,9.417733,194.78387,6.786874,307.12296,17.804586,1035.4581,125.30302,4.355517,8.071343,189.71191,236.79361,1107.7997,842.6834 +2023-03-07 20:00:00,0.0,2670.5286,27.69901,6.7326846,7.430023,27.18106,176.34807,26.265278,51.37528,22.126736,34.0287,152.83961,270.04562,13.735868,21.483547,12.553104,2.685206,31.222528,33.621456,23.871206,415.15646,16.625801,332.78235,129.21725,23.775705,206.2552,156.24509,72.87593,703.53406,270.39343,1803.0902,35.692432,2359.6003,484.4006,25.913239,21.522259,140.41962,150.48769,268.58105,969.13293,54.869625,13.61583,9.506466,741.1733,493.70218,67.932434,28.378895,239.47728,31.09881,293.9506,12.384434,48.309784,0.0,1665.6635,2704.963,0.7734865,35.05102,20.85942,17481.879,50.610344,1.7566167,26.876804,47.258698,31.891197,9.55575,25.859114,398.9923,28.710386,19.223633,1.6947851,8.223221,524.3345,0.37002343,293.4776,74.415054,2618.2864,121.132164,130.32031,180.60257,1058.6842,68.327156,61.52948,676.38275,53.012024,50.131824,10.975467,36.24718,219.29517,11.006497,8.46926,82.72872,17.374796,4590.6494,22.679617,32.701614,20.04402,22.894089,353.93008,97.334915,35.069893,10.030939,11.327831,33.376835,76.8352,188.90352,53.10632,240.92853,30.919796,24.479437,97.6577,63.68414,35.089603,153.74466,17.168463,2.8033602,19.089046,15.325549,1827.7977,21.90845,16.256325,159.87285,23.497747,248.87772,93.47849,187.80711,8.358987,107.86926,589.6529,574.94855,53.74445,486.47278,116.34104,66.830925,70.83743,140.04088,24.002504,58.42432,478.16745,14.605913,21.308472,327.7583,10.287865,6.435655,83.28775,68.37339,699.8685,182.67976,175.3361,1986.0857,39.72996,1629.8738,1339.6859,6.55556,4.678808,1300.4689,16.648653,9.081317,340.3097,20.133682,41.16113,20.813562,68.28648,290.03702,297.44366,2.9810214,29.774961,52.249016,343.90308,5.1930847,84.1823,7.337052,1.6288437,57.62292,1.2658931,1.490407,5.120746,10.1620035,22.694193,15.834211,27.742832,202.38818,29.879929,14.114823,27.308468,6.802074,82.28293,3.1988354,4.0389066,5.889785,63.405582,1.662642,3.398307,10.619677,15.085349,15.197542,4.724803,1.2255042,75.24033,9.423883,194.83698,6.7930274,307.40497,17.81074,1035.1421,125.40425,4.357523,8.074857,189.99524,237.15329,1109.1028,842.5148 +2023-03-07 21:00:00,0.0,2672.0664,27.700653,6.7442427,7.429434,27.19625,176.35088,26.27218,51.399406,22.131205,34.040997,152.86049,270.2003,13.7456665,21.48422,12.54913,2.6841047,31.22768,33.5866,23.86119,415.19315,16.602861,332.7153,129.18527,23.748186,206.03473,156.17155,72.8536,703.2446,270.35114,1803.0619,35.6488,2359.6658,483.6744,25.886942,21.498383,140.26114,150.56195,268.57275,968.02405,54.88407,13.623854,9.50576,741.4065,493.13907,67.944626,28.398542,239.47552,31.083912,293.91766,12.382637,48.32845,0.0,1667.2637,2708.0857,0.7764562,35.045307,20.86881,17490.508,50.637066,1.7574484,26.93825,47.365036,31.904413,9.557508,25.917952,399.09317,28.718105,19.256538,1.6979522,8.224022,524.6065,0.36992198,293.80344,74.3621,2618.759,121.060814,130.38272,180.6238,1057.3314,68.262566,61.50395,675.7379,52.962475,50.087887,10.97883,36.246796,219.29832,11.006206,8.468627,82.75699,17.379211,4590.5996,22.687965,32.737904,20.05232,22.905458,353.94086,97.32019,35.100807,10.034151,11.332857,33.403522,76.89019,189.04605,53.155746,240.9871,30.921482,24.515877,97.68479,63.8502,35.17009,153.69615,17.156282,2.8104234,19.081865,15.351575,1831.7343,21.89352,16.324379,159.85988,23.509178,249.02232,93.50296,187.96954,8.358666,107.84926,590.239,575.5461,53.794044,487.6061,116.3797,66.92529,70.84315,139.924,23.984957,58.39758,478.27057,14.597877,21.296839,327.6451,10.287442,6.434753,83.269455,68.37707,699.87866,182.65327,175.34814,1986.1897,39.780975,1630.3286,1340.1172,6.5571795,4.6787295,1300.3701,16.644121,9.0828285,340.26697,20.138002,41.172783,20.824772,68.34245,290.27344,297.37466,2.9815886,29.778858,52.262707,344.13617,5.194433,84.1866,7.337735,1.6286751,57.61673,1.2659928,1.4903158,5.1204467,10.162039,22.700548,15.842887,27.749596,202.52039,29.879704,14.112039,27.295866,6.8005185,82.26865,3.19832,4.036115,5.889113,63.40236,1.6605414,3.3967855,10.609618,15.119254,15.197004,4.7223115,1.2270778,75.32259,9.430033,194.89009,6.7991805,307.68698,17.816893,1034.826,125.50549,4.3595285,8.07837,190.27856,237.51297,1110.4059,842.34607 +2023-03-07 22:00:00,0.0,2673.604,27.702295,6.7558007,7.4288445,27.21144,176.35367,26.279083,51.423534,22.135675,34.053295,152.88136,270.35495,13.7554655,21.484892,12.5451565,2.6830037,31.232832,33.551746,23.851175,415.22986,16.579922,332.64825,129.15329,23.720667,205.81427,156.09804,72.83126,702.9552,270.30884,1803.0336,35.60517,2359.7312,482.94818,25.860645,21.474508,140.10268,150.63622,268.56448,966.91516,54.89852,13.631877,9.505055,741.6397,492.57593,67.95681,28.418188,239.47375,31.069014,293.8847,12.38084,48.34712,0.0,1668.8638,2711.2085,0.7794258,35.039597,20.8782,17499.137,50.66379,1.75828,26.999693,47.471375,31.917631,9.559268,25.976791,399.19403,28.725824,19.289446,1.7011192,8.224824,524.8786,0.3698205,294.12927,74.309135,2619.232,120.98946,130.44514,180.645,1055.9785,68.197975,61.478416,675.0931,52.912926,50.04395,10.982195,36.24641,219.30148,11.005914,8.467995,82.785255,17.383627,4590.5503,22.696314,32.774193,20.060621,22.91683,353.9516,97.30546,35.13172,10.037363,11.337882,33.43021,76.94518,189.1886,53.205173,241.04568,30.923168,24.552317,97.711876,64.016266,35.25058,153.64764,17.144102,2.8174865,19.074686,15.3776,1835.6708,21.87859,16.392433,159.84691,23.520609,249.16692,93.52742,188.13199,8.358347,107.829254,590.82513,576.1436,53.843636,488.73944,116.418365,67.01965,70.84886,139.8071,23.967411,58.37084,478.3737,14.58984,21.285208,327.53195,10.28702,6.433851,83.25115,68.380745,699.88885,182.62677,175.36017,1986.2937,39.83199,1630.7833,1340.5485,6.558799,4.6786513,1300.2712,16.63959,9.084341,340.22424,20.142324,41.184437,20.835983,68.39842,290.5099,297.30566,2.9821558,29.782757,52.276398,344.36923,5.1957817,84.1909,7.3384185,1.6285065,57.61054,1.2660923,1.4902245,5.120147,10.162074,22.706903,15.8515625,27.756361,202.65259,29.87948,14.109255,27.283266,6.7989635,82.25437,3.1978047,4.0333242,5.888441,63.39913,1.6584408,3.3952637,10.599561,15.153158,15.196466,4.7198205,1.2286514,75.404854,9.436183,194.94319,6.8053336,307.969,17.823046,1034.51,125.60673,4.361534,8.081883,190.56189,237.87263,1111.709,842.1774 +2023-03-07 23:00:00,0.0,2675.1418,27.703938,6.7673593,7.4282556,27.22663,176.35646,26.285986,51.447666,22.140144,34.065594,152.90224,270.50964,13.7652645,21.485563,12.5411825,2.6819024,31.237984,33.516895,23.84116,415.26654,16.556982,332.58124,129.12129,23.69315,205.5938,156.0245,72.80893,702.6658,270.26654,1803.0052,35.56154,2359.7964,482.22195,25.834349,21.450634,139.9442,150.71046,268.55618,965.8063,54.91297,13.6399,9.50435,741.8729,492.0128,67.969,28.437834,239.47198,31.054115,293.85175,12.379044,48.365784,0.0,1670.464,2714.331,0.7823955,35.033882,20.88759,17507.766,50.690517,1.7591118,27.061136,47.577713,31.93085,9.561027,26.035631,399.29492,28.733545,19.322351,1.7042862,8.225625,525.1507,0.36971906,294.45508,74.25618,2619.7046,120.91812,130.50757,180.66623,1054.6257,68.133385,61.452885,674.44824,52.863377,50.00001,10.9855585,36.246025,219.30464,11.005622,8.467361,82.81352,17.38804,4590.501,22.704662,32.810482,20.068924,22.928202,353.96234,97.29073,35.162636,10.040576,11.342908,33.456898,77.000175,189.33115,53.254604,241.10425,30.924854,24.588757,97.73897,64.18233,35.331066,153.59912,17.131922,2.8245497,19.067505,15.4036255,1839.6074,21.86366,16.460487,159.83394,23.53204,249.31151,93.55188,188.29442,8.3580265,107.80925,591.41125,576.7412,53.89323,489.87277,116.45703,67.11402,70.854576,139.69022,23.949863,58.344093,478.47684,14.581803,21.273577,327.41876,10.286597,6.432948,83.23286,68.38443,699.899,182.60028,175.37221,1986.3977,39.883003,1631.2382,1340.9799,6.560418,4.678573,1300.1724,16.635057,9.085854,340.18152,20.146646,41.19609,20.847195,68.4544,290.7463,297.23666,2.982723,29.786654,52.290092,344.6023,5.19713,84.1952,7.339102,1.628338,57.604347,1.266192,1.4901332,5.119848,10.162109,22.713259,15.860238,27.763126,202.78479,29.879255,14.106471,27.270666,6.797408,82.24009,3.1972895,4.030533,5.8877687,63.395905,1.6563402,3.393742,10.589502,15.187063,15.19593,4.7173295,1.230225,75.48712,9.442332,194.9963,6.8114867,308.251,17.829197,1034.194,125.70796,4.3635397,8.085396,190.84521,238.23232,1113.0121,842.0087 +2023-03-08 00:00:00,0.0,2676.6797,27.70558,6.7789173,7.427666,27.24182,176.35925,26.29289,51.471794,22.144615,34.077892,152.92311,270.6643,13.775063,21.486237,12.5372095,2.6808012,31.243137,33.48204,23.831144,415.30322,16.534042,332.5142,129.08931,23.66563,205.37334,155.95097,72.7866,702.37634,270.22424,1802.9769,35.517906,2359.8618,481.49576,25.80805,21.426758,139.78572,150.78473,268.5479,964.6974,54.927418,13.647923,9.503644,742.1061,491.44968,67.98119,28.45748,239.47021,31.039217,293.81882,12.377247,48.384453,0.0,1672.0642,2717.4539,0.78536516,35.028168,20.89698,17516.396,50.71724,1.7599434,27.122581,47.68405,31.944065,9.562786,26.09447,399.39578,28.741264,19.355259,1.7074533,8.226426,525.4227,0.3696176,294.7809,74.203224,2620.1775,120.84677,130.56998,180.68745,1053.2728,68.06879,61.427353,673.8034,52.813828,49.956074,10.988923,36.24564,219.30779,11.00533,8.466729,82.8418,17.392456,4590.4517,22.71301,32.846775,20.077225,22.939571,353.9731,97.276,35.19355,10.043788,11.347934,33.483585,77.05517,189.4737,53.30403,241.16283,30.926542,24.625196,97.76605,64.34839,35.411556,153.55061,17.119741,2.8316128,19.060324,15.429651,1843.544,21.84873,16.528542,159.82097,23.54347,249.45612,93.57635,188.45686,8.357706,107.789246,591.9974,577.33875,53.942825,491.0061,116.4957,67.20838,70.86029,139.57332,23.932318,58.317352,478.57996,14.573767,21.261946,327.30557,10.286175,6.432046,83.214554,68.38811,699.9091,182.57379,175.38423,1986.5016,39.934017,1631.6929,1341.4111,6.5620375,4.6784945,1300.0735,16.630526,9.087365,340.1388,20.150967,41.20774,20.858404,68.51037,290.98276,297.16766,2.9832904,29.790552,52.303783,344.83536,5.1984787,84.1995,7.339785,1.6281695,57.598156,1.2662916,1.490042,5.1195483,10.162145,22.719612,15.868914,27.769892,202.917,29.879032,14.103686,27.258064,6.7958527,82.22581,3.1967742,4.027742,5.887097,63.39268,1.6542395,3.3922205,10.579445,15.220967,15.195392,4.7148385,1.2317985,75.56938,9.4484825,195.04941,6.81764,308.53302,17.83535,1033.8779,125.809204,4.3655453,8.088909,191.12852,238.59198,1114.3152,841.8401 +2023-03-08 01:00:00,0.0,2678.2173,27.707222,6.7904754,7.427077,27.257008,176.36205,26.299793,51.495922,22.149084,34.09019,152.94398,270.81897,13.784862,21.486908,12.533236,2.6797001,31.24829,33.44719,23.821129,415.33994,16.511103,332.44714,129.05733,23.638113,205.15288,155.87744,72.76427,702.0869,270.18195,1802.9486,35.474277,2359.9272,480.76953,25.781754,21.402884,139.62726,150.859,268.5396,963.58856,54.941868,13.655947,9.502938,742.3393,490.88654,67.99338,28.477125,239.46844,31.024319,293.78586,12.37545,48.40312,0.0,1673.6643,2720.5767,0.78833485,35.022453,20.90637,17525.025,50.743965,1.7607751,27.184025,47.79039,31.957283,9.564546,26.153309,399.49664,28.748983,19.388165,1.7106203,8.227227,525.6948,0.36951613,295.10675,74.15027,2620.6501,120.77542,130.6324,180.70868,1051.92,68.004196,61.401817,673.15857,52.764282,49.912136,10.992287,36.245255,219.31094,11.005038,8.466097,82.87006,17.396872,4590.4023,22.72136,32.883064,20.085526,22.950943,353.98386,97.26128,35.22446,10.047,11.35296,33.510273,77.11016,189.61623,53.353462,241.2214,30.928228,24.661636,97.793144,64.51445,35.492043,153.5021,17.107563,2.838676,19.053143,15.455677,1847.4805,21.833801,16.596594,159.808,23.554901,249.60071,93.60081,188.6193,8.357387,107.76924,592.5835,577.9363,53.992416,492.13943,116.53436,67.30275,70.86601,139.45642,23.91477,58.29061,478.68307,14.56573,21.250315,327.19238,10.285752,6.4311438,83.19625,68.391785,699.9193,182.54729,175.39627,1986.6057,39.98503,1632.1477,1341.8424,6.5636563,4.6784163,1299.9747,16.625994,9.088878,340.09607,20.155289,41.219395,20.869616,68.56634,291.21918,297.0987,2.9838576,29.79445,52.317474,345.06845,5.199827,84.203804,7.3404684,1.628001,57.591965,1.2663913,1.4899507,5.119249,10.162179,22.725967,15.877589,27.776657,203.04921,29.878807,14.100903,27.245464,6.7942977,82.211525,3.196259,4.0249505,5.8864245,63.389454,1.652139,3.390699,10.5693865,15.254872,15.194854,4.7123475,1.2333722,75.65164,9.454632,195.10252,6.823793,308.81503,17.841503,1033.5619,125.91044,4.367551,8.0924225,191.41185,238.95166,1115.6183,841.6714 +2023-03-08 02:00:00,0.0,2679.7551,27.708862,6.8020334,7.4264874,27.272198,176.36484,26.306696,51.520054,22.153555,34.10249,152.96486,270.97363,13.794661,21.48758,12.529262,2.6785989,31.25344,33.412334,23.811111,415.37662,16.488163,332.38013,129.02534,23.610594,204.9324,155.80392,72.741936,701.7975,270.13965,1802.9203,35.430645,2359.9927,480.0433,25.755457,21.37901,139.46878,150.93326,268.53134,962.4797,54.956318,13.66397,9.5022335,742.5725,490.32343,68.00557,28.49677,239.46669,31.00942,293.7529,12.373653,48.421787,0.0,1675.2645,2723.6995,0.79130447,35.01674,20.91576,17533.654,50.770687,1.7616067,27.245468,47.89673,31.9705,9.566304,26.212147,399.5975,28.756702,19.421072,1.7137873,8.228029,525.9669,0.3694147,295.4326,74.09731,2621.123,120.70407,130.69482,180.7299,1050.5673,67.939606,61.376286,672.51373,52.714733,49.8682,10.995651,36.244865,219.3141,11.004746,8.465464,82.89833,17.401285,4590.353,22.729708,32.919353,20.093826,22.962315,353.9946,97.24655,35.255375,10.050212,11.357985,33.53696,77.16515,189.75877,53.40289,241.27998,30.929914,24.698076,97.82023,64.68051,35.57253,153.45358,17.095383,2.8457394,19.045963,15.481703,1851.417,21.818872,16.664648,159.79503,23.566332,249.7453,93.62527,188.78174,8.357066,107.74924,593.1696,578.5338,54.04201,493.27277,116.57303,67.39711,70.87173,139.33954,23.897224,58.26387,478.7862,14.5576935,21.238684,327.07922,10.28533,6.430241,83.177956,68.39546,699.92944,182.5208,175.4083,1986.7096,40.036045,1632.6024,1342.2737,6.5652757,4.6783376,1299.8759,16.621464,9.090389,340.05334,20.159609,41.23105,20.880827,68.622314,291.45563,297.0297,2.9844248,29.798347,52.331165,345.3015,5.2011757,84.20811,7.341151,1.6278324,57.585773,1.2664908,1.4898595,5.1189494,10.162214,22.732323,15.886265,27.783422,203.18141,29.878584,14.098118,27.232862,6.7927423,82.19724,3.1957438,4.022159,5.8857527,63.38623,1.6500384,3.3891773,10.559329,15.288776,15.194316,4.7098565,1.2349458,75.7339,9.460782,195.15562,6.8299465,309.09705,17.847654,1033.2457,126.01168,4.3695564,8.095936,191.69518,239.31134,1116.9214,841.5027 +2023-03-08 03:00:00,0.0,2681.2927,27.710505,6.813592,7.425898,27.287386,176.36763,26.313599,51.54418,22.158026,34.114788,152.98575,271.12833,13.804459,21.488253,12.525288,2.6774976,31.258593,33.377483,23.801096,415.41333,16.465223,332.31308,128.99336,23.583075,204.71194,155.7304,72.719604,701.50806,270.09735,1802.8921,35.387016,2360.058,479.3171,25.72916,21.355133,139.3103,151.0075,268.52304,961.3708,54.970768,13.671993,9.501528,742.8057,489.76028,68.01776,28.516417,239.46494,30.994522,293.71997,12.371857,48.440453,0.0,1676.8647,2726.822,0.79427415,35.01103,20.92515,17542.283,50.797413,1.7624384,27.306913,48.003067,31.983717,9.568064,26.270987,399.69836,28.764421,19.453978,1.7169544,8.22883,526.23895,0.3693132,295.7584,74.04436,2621.5957,120.63272,130.75723,180.75111,1049.2144,67.875015,61.350754,671.8689,52.665184,49.82426,10.999015,36.24448,219.31726,11.004455,8.464831,82.9266,17.4057,4590.303,22.738056,32.955647,20.102129,22.973684,354.00537,97.23182,35.28629,10.053424,11.36301,33.56365,77.22015,189.90132,53.45232,241.33856,30.9316,24.734516,97.84732,64.84657,35.65302,153.40508,17.083202,2.8528025,19.038782,15.507729,1855.3536,21.803942,16.732702,159.78206,23.577763,249.88991,93.649734,188.94417,8.356746,107.72923,593.75574,579.13135,54.091602,494.4061,116.611694,67.49148,70.87744,139.22264,23.879677,58.23713,478.8893,14.549657,21.227053,326.96603,10.284907,6.429339,83.15965,68.39914,699.9396,182.4943,175.42033,1986.8136,40.08706,1633.0571,1342.705,6.566895,4.6782594,1299.777,16.616932,9.091902,340.01062,20.16393,41.242702,20.892036,68.67828,291.69205,296.9607,2.984992,29.802246,52.344856,345.53458,5.202524,84.2124,7.3418345,1.6276639,57.579582,1.2665905,1.4897681,5.11865,10.16225,22.738678,15.89494,27.790188,203.31361,29.878359,14.095334,27.220263,6.791187,82.18296,3.1952286,4.019368,5.885081,63.383003,1.6479378,3.3876555,10.549271,15.322681,15.193779,4.7073655,1.2365193,75.81617,9.466931,195.20872,6.8360996,309.37906,17.853807,1032.9297,126.112915,4.371562,8.099449,191.9785,239.671,1118.2244,841.33405 +2023-03-08 04:00:00,0.0,2682.8306,27.712147,6.82515,7.4253087,27.302576,176.37044,26.320501,51.56831,22.162495,34.127087,153.00662,271.283,13.814258,21.488924,12.521314,2.6763964,31.263744,33.34263,23.79108,415.45,16.442284,332.24603,128.96136,23.555557,204.49147,155.65686,72.697266,701.2186,270.05505,1802.8638,35.343384,2360.1235,478.59088,25.702864,21.331259,139.15182,151.08177,268.51477,960.2619,54.985214,13.6800165,9.500822,743.0389,489.19717,68.029945,28.536062,239.46317,30.979624,293.687,12.37006,48.45912,0.0,1678.465,2729.9448,0.79724383,35.005314,20.934538,17550.912,50.824135,1.76327,27.368357,48.109406,31.996935,9.569822,26.329824,399.79922,28.77214,19.486885,1.7201214,8.229631,526.51105,0.36921176,296.08423,73.991394,2622.0686,120.56138,130.81966,180.77234,1047.8616,67.81042,61.325222,671.22406,52.615635,49.780323,11.002379,36.244095,219.3204,11.004162,8.464199,82.954865,17.410114,4590.254,22.746405,32.991936,20.11043,22.985056,354.0161,97.217094,35.317204,10.056637,11.368036,33.59034,77.27515,190.04387,53.501747,241.39714,30.933289,24.770956,97.874405,65.012634,35.733505,153.35657,17.071022,2.8598657,19.0316,15.533753,1859.2902,21.789013,16.800756,159.76909,23.589193,250.0345,93.674194,189.10661,8.356426,107.70923,594.34186,579.7289,54.141197,495.53943,116.65036,67.585846,70.883156,139.10574,23.862131,58.210384,478.99243,14.54162,21.215422,326.85284,10.284485,6.4284368,83.14136,68.40282,699.94977,182.4678,175.43236,1986.9175,40.138073,1633.512,1343.1362,6.5685143,4.6781807,1299.6781,16.6124,9.093413,339.9679,20.168251,41.254356,20.903248,68.73425,291.92847,296.8917,2.9855592,29.806143,52.358547,345.76767,5.2038727,84.216705,7.342518,1.6274954,57.57339,1.2666901,1.489677,5.1183505,10.162285,22.745033,15.903616,27.796953,203.44583,29.878136,14.092549,27.20766,6.789632,82.168686,3.1947134,4.016577,5.8844085,63.379776,1.6458371,3.386134,10.539213,15.3565855,15.193241,4.7048745,1.238093,75.89843,9.473082,195.26184,6.8422527,309.66107,17.85996,1032.6136,126.21416,4.3735676,8.102962,192.26183,240.03069,1119.5275,841.16534 +2023-03-08 05:00:00,0.0,2684.3682,27.713789,6.836708,7.42472,27.317766,176.37323,26.327404,51.592438,22.166965,34.139385,153.0275,271.43765,13.824056,21.489597,12.51734,2.6752954,31.268896,33.307777,23.781065,415.4867,16.419344,332.179,128.92938,23.528038,204.27101,155.58334,72.674934,700.9292,270.01276,1802.8354,35.29975,2360.189,477.86465,25.676565,21.307384,138.99335,151.15604,268.50647,959.153,54.999664,13.688041,9.500117,743.2721,488.63403,68.04214,28.555708,239.4614,30.964727,293.65405,12.368263,48.477787,0.0,1680.0652,2733.0676,0.8002135,34.9996,20.943928,17559.541,50.85086,1.7641017,27.4298,48.215744,32.01015,9.571582,26.388664,399.9001,28.77986,19.51979,1.7232884,8.2304325,526.78314,0.3691103,296.41006,73.93844,2622.5413,120.49003,130.88206,180.79356,1046.5088,67.74583,61.29969,670.5792,52.566086,49.73638,11.005743,36.24371,219.32356,11.00387,8.463566,82.98313,17.41453,4590.2046,22.754753,33.028225,20.11873,22.996428,354.0269,97.20236,35.348118,10.059849,11.373061,33.617027,77.33014,190.1864,53.551178,241.45572,30.934975,24.807396,97.90149,65.178696,35.813995,153.30804,17.058842,2.8669288,19.024422,15.559779,1863.2267,21.774082,16.86881,159.75612,23.600624,250.1791,93.698654,189.26904,8.356106,107.689224,594.928,580.3265,54.19079,496.67276,116.689026,67.68021,70.88888,138.98886,23.844584,58.183643,479.09555,14.533584,21.203789,326.7397,10.284062,6.4275346,83.123055,68.406494,699.9599,182.44131,175.4444,1987.0215,40.189087,1633.9667,1343.5675,6.5701337,4.6781025,1299.5793,16.607868,9.094926,339.92514,20.172573,41.26601,20.914457,68.79023,292.16492,296.8227,2.9861264,29.810041,52.37224,346.00073,5.205221,84.22101,7.343201,1.6273268,57.5672,1.2667898,1.4895856,5.118051,10.162319,22.751387,15.9122925,27.803719,203.57803,29.877913,14.089766,27.19506,6.7880764,82.1544,3.1941981,4.013786,5.8837366,63.376553,1.6437365,3.3846123,10.529156,15.390491,15.192703,4.7023835,1.2396666,75.98069,9.479232,195.31494,6.848406,309.9431,17.866114,1032.2976,126.31539,4.3755736,8.106475,192.54515,240.39035,1120.8306,840.9967 +2023-03-08 06:00:00,0.0,2685.906,27.715431,6.848266,7.4241304,27.332954,176.37602,26.334307,51.61657,22.171434,34.151684,153.04837,271.59232,13.833855,21.490269,12.513366,2.674194,31.274048,33.272923,23.77105,415.5234,16.396402,332.11197,128.8974,23.500519,204.05055,155.50981,72.6526,700.6398,269.97046,1802.8071,35.256123,2360.2544,477.13846,25.650269,21.283508,138.83488,151.23029,268.4982,958.0441,55.014114,13.696064,9.499412,743.5053,488.0709,68.05433,28.575354,239.45963,30.94983,293.62112,12.3664665,48.496456,0.0,1681.6653,2736.1904,0.8031832,34.993885,20.953318,17568.17,50.877586,1.7649333,27.491245,48.322083,32.02337,9.573341,26.447504,400.00095,28.787579,19.552698,1.7264555,8.231234,527.05524,0.36900884,296.7359,73.88548,2623.0142,120.41868,130.94447,180.81479,1045.1559,67.68124,61.27416,669.9344,52.516537,49.692444,11.009108,36.243324,219.32672,11.003578,8.462934,83.0114,17.418945,4590.1553,22.763102,33.064518,20.127033,23.007797,354.03763,97.18764,35.379032,10.063061,11.378087,33.643715,77.38513,190.32895,53.600605,241.5143,30.93666,24.843836,97.92858,65.34476,35.89448,153.25954,17.046661,2.873992,19.01724,15.585805,1867.1632,21.759153,16.936865,159.74315,23.612055,250.3237,93.72312,189.43149,8.355785,107.66922,595.51416,580.924,54.240383,497.8061,116.727684,67.774574,70.89459,138.87196,23.827038,58.156902,479.19867,14.525547,21.192158,326.6265,10.28364,6.426632,83.10476,68.41017,699.97003,182.41481,175.45642,1987.1255,40.240105,1634.4215,1343.9988,6.571753,4.6780243,1299.4805,16.603336,9.096437,339.88242,20.176895,41.27766,20.925669,68.8462,292.40134,296.7537,2.9866936,29.81394,52.38593,346.2338,5.20657,84.22531,7.3438845,1.6271583,57.56101,1.2668893,1.4894943,5.1177516,10.162354,22.757742,15.920968,27.810484,203.71024,29.877687,14.086982,27.182459,6.786521,82.14012,3.193683,4.0109944,5.8830647,63.373325,1.6416359,3.3830907,10.519097,15.424395,15.192165,4.6998925,1.2412401,76.06296,9.485381,195.36806,6.854559,310.22513,17.872265,1031.9816,126.416626,4.377579,8.109988,192.82848,240.75003,1122.1337,840.828 +2023-03-08 07:00:00,0.0,2687.4438,27.717073,6.8598247,7.423541,27.348145,176.37881,26.34121,51.640697,22.175905,34.163982,153.06924,271.747,13.843654,21.49094,12.509393,2.6730928,31.279202,33.238068,23.761034,415.5601,16.373463,332.04492,128.86542,23.473001,203.83008,155.43628,72.63027,700.35034,269.92816,1802.7788,35.21249,2360.3196,476.41223,25.623972,21.259634,138.6764,151.30455,268.4899,956.9353,55.02856,13.704087,9.498706,743.7385,487.50778,68.06651,28.595,239.45786,30.93493,293.58817,12.36467,48.51512,0.0,1683.2655,2739.3132,0.8061528,34.98817,20.962708,17576.799,50.90431,1.7657651,27.552689,48.42842,32.036587,9.5751,26.506342,400.1018,28.795298,19.585604,1.7296225,8.232036,527.3273,0.3689074,297.06174,73.83253,2623.4868,120.34733,131.0069,180.836,1043.8031,67.616646,61.248627,669.28955,52.466988,49.648506,11.012471,36.24294,219.32988,11.003286,8.4623,83.039665,17.423359,4590.106,22.77145,33.100807,20.135334,23.019169,354.04837,97.172905,35.409946,10.066273,11.383113,33.670403,77.440125,190.4715,53.650036,241.57288,30.938347,24.880276,97.955666,65.51082,35.97497,153.21101,17.034481,2.881055,19.01006,15.611831,1871.0999,21.744225,17.00492,159.73018,23.623486,250.46829,93.74758,189.59392,8.355466,107.649216,596.1003,581.52155,54.289978,498.93942,116.76635,67.868935,70.90031,138.75508,23.80949,58.13016,479.30182,14.51751,21.180527,326.5133,10.283217,6.4257298,83.08646,68.41385,699.9802,182.38832,175.46846,1987.2295,40.29112,1634.8762,1344.43,6.5733724,4.6779456,1299.3816,16.598804,9.09795,339.8397,20.181215,41.289314,20.93688,68.90217,292.6378,296.6847,2.9872608,29.817837,52.39962,346.4669,5.2079186,84.22961,7.344568,1.6269897,57.554817,1.266989,1.4894031,5.1174526,10.16239,22.764097,15.929644,27.81725,203.84244,29.877464,14.084197,27.169859,6.7849655,82.12584,3.1931677,4.008203,5.8823924,63.3701,1.6395353,3.3815691,10.50904,15.4583,15.191628,4.6974015,1.2428137,76.14522,9.491531,195.42116,6.8607125,310.50714,17.878418,1031.6655,126.51787,4.379585,8.113502,193.1118,241.10971,1123.4368,840.6593 +2023-03-08 08:00:00,0.0,2688.9814,27.718716,6.8713827,7.4229517,27.363335,176.3816,26.348112,51.664825,22.180374,34.17628,153.09012,271.90167,13.853452,21.491613,12.505419,2.6719918,31.284353,33.203217,23.751019,415.59677,16.350523,331.97787,128.83344,23.445482,203.60962,155.36275,72.60794,700.0609,269.88586,1802.7505,35.168858,2360.385,475.68604,25.597675,21.23576,138.51793,151.37881,268.48163,955.8264,55.04301,13.7121105,9.498,743.97174,486.94464,68.078705,28.614645,239.4561,30.920033,293.5552,12.362873,48.53379,0.0,1684.8656,2742.4358,0.8091225,34.98246,20.972097,17585.428,50.931034,1.7665967,27.614132,48.53476,32.049805,9.576859,26.565182,400.20267,28.803017,19.618511,1.7327895,8.232837,527.59937,0.36880592,297.38754,73.77957,2623.9597,120.27598,131.06932,180.85722,1042.4502,67.552055,61.223095,668.6448,52.41744,49.60457,11.015836,36.242554,219.33302,11.002995,8.461668,83.06793,17.427774,4590.0566,22.779799,33.137096,20.143635,23.03054,354.05914,97.15818,35.44086,10.069485,11.388138,33.69709,77.49512,190.61404,53.699463,241.63144,30.940035,24.916716,97.98276,65.67688,36.055458,153.1625,17.0223,2.8881183,19.002878,15.6378565,1875.0364,21.729294,17.072973,159.71721,23.634916,250.61288,93.77204,189.75636,8.355145,107.62921,596.6864,582.1191,54.33957,500.07275,116.805016,67.9633,70.90602,138.63818,23.791945,58.103416,479.40494,14.509474,21.168896,326.40012,10.282795,6.4248276,83.06816,68.41753,699.99036,182.36182,175.48048,1987.3334,40.342133,1635.331,1344.8615,6.574991,4.6778674,1299.2827,16.594275,9.0994625,339.79697,20.185537,41.30097,20.94809,68.958145,292.8742,296.61572,2.987828,29.821735,52.41331,346.69995,5.209267,84.23391,7.345251,1.6268212,57.548626,1.2670887,1.4893118,5.117153,10.162425,22.770452,15.938319,27.824015,203.97466,29.87724,14.081413,27.157259,6.7834105,82.11156,3.1926525,4.005412,5.8817205,63.366875,1.6374346,3.3800476,10.498981,15.492204,15.191091,4.6949105,1.2443874,76.22748,9.497681,195.47427,6.8668656,310.78915,17.884571,1031.3494,126.6191,4.3815904,8.117015,193.39513,241.46938,1124.7399,840.49066 +2023-03-08 09:00:00,0.0,2690.5193,27.720356,6.882941,7.4223623,27.378523,176.3844,26.355015,51.688957,22.184845,34.188576,153.111,272.05634,13.863251,21.492285,12.501445,2.6708906,31.289505,33.16836,23.741003,415.63348,16.327583,331.91086,128.80144,23.417963,203.38914,155.28923,72.58561,699.7715,269.84357,1802.7222,35.12523,2360.4504,474.9598,25.571377,21.211884,138.35945,151.45306,268.47333,954.7175,55.05746,13.720134,9.497295,744.2049,486.38153,68.0909,28.634293,239.45435,30.905134,293.52228,12.361076,48.552456,0.0,1686.4658,2745.5586,0.8120922,34.976746,20.981487,17594.059,50.957756,1.7674284,27.675577,48.641098,32.063023,9.578618,26.62402,400.30353,28.810736,19.651417,1.7359565,8.233638,527.87146,0.36870447,297.71338,73.72661,2624.4324,120.204636,131.13173,180.87845,1041.0974,67.48746,61.197563,667.99994,52.36789,49.56063,11.019199,36.242165,219.33618,11.002703,8.461036,83.0962,17.43219,4590.007,22.788147,33.173386,20.151937,23.04191,354.0699,97.14345,35.471775,10.072698,11.393164,33.723778,77.55011,190.75658,53.74889,241.69002,30.941721,24.953156,98.00984,65.84294,36.13595,153.114,17.01012,2.8951814,18.995699,15.663882,1878.9729,21.714365,17.141026,159.70424,23.646347,250.75749,93.79651,189.9188,8.354826,107.60921,597.2725,582.7166,54.389164,501.2061,116.84368,68.05766,70.911736,138.52129,23.774397,58.076675,479.50806,14.501437,21.157265,326.28696,10.282373,6.423925,83.04986,68.4212,700.0005,182.33533,175.49252,1987.4374,40.393147,1635.7858,1345.2927,6.5766106,4.6777887,1299.1838,16.589743,9.100974,339.75424,20.189857,41.312622,20.959301,69.014114,293.11063,296.54672,2.9883952,29.825632,52.427006,346.933,5.2106156,84.23821,7.345934,1.6266527,57.542435,1.2671883,1.4892206,5.1168537,10.16246,22.776806,15.946995,27.83078,204.10686,29.877016,14.078629,27.144657,6.781855,82.097275,3.1921372,4.0026207,5.881048,63.363647,1.635334,3.3785257,10.488924,15.526109,15.190553,4.692419,1.245961,76.30974,9.503831,195.52737,6.8730187,311.07117,17.890722,1031.0333,126.720345,4.383596,8.120527,193.67845,241.82906,1126.043,840.32196 +2023-03-08 10:00:00,0.0,2692.057,27.721998,6.894499,7.421773,27.393713,176.38719,26.361917,51.713085,22.189314,34.200874,153.13187,272.211,13.87305,21.492956,12.497471,2.6697893,31.294657,33.13351,23.730988,415.67017,16.304644,331.8438,128.76945,23.390446,203.16869,155.2157,72.56327,699.48206,269.80127,1802.6938,35.081596,2360.5159,474.23358,25.54508,21.18801,138.20097,151.52733,268.46503,953.60864,55.071907,13.728157,9.49659,744.4381,485.8184,68.10308,28.653938,239.45258,30.890236,293.48932,12.35928,48.571125,0.0,1688.0659,2748.6814,0.81506187,34.97103,20.990877,17602.688,50.98448,1.76826,27.73702,48.747437,32.076237,9.580378,26.68286,400.4044,28.818455,19.684324,1.7391236,8.234439,528.1435,0.368603,298.0392,73.67365,2624.9053,120.133286,131.19415,180.89967,1039.7446,67.42287,61.17203,667.3551,52.31834,49.516693,11.022564,36.24178,219.33934,11.002411,8.4604025,83.12447,17.436604,4589.9575,22.796495,33.20968,20.160238,23.053282,354.08063,97.12872,35.50269,10.07591,11.39819,33.750465,77.6051,190.89912,53.79832,241.7486,30.943407,24.989595,98.036934,66.009,36.216434,153.06548,16.997942,2.9022446,18.988518,15.689908,1882.9094,21.699436,17.20908,159.69127,23.657778,250.90208,93.82097,190.08124,8.354506,107.5892,597.85864,583.3142,54.438755,502.33942,116.88235,68.15203,70.91746,138.4044,23.756851,58.049934,479.61118,14.493401,21.145634,326.17377,10.281951,6.4230227,83.031555,68.42488,700.0107,182.30884,175.50456,1987.5413,40.44416,1636.2406,1345.724,6.57823,4.6777105,1299.0851,16.58521,9.102487,339.71152,20.19418,41.324276,20.970512,69.07008,293.34708,296.47772,2.9889624,29.82953,52.440697,347.1661,5.211964,84.242516,7.346617,1.6264842,57.536243,1.2672879,1.4891293,5.1165543,10.162495,22.783161,15.95567,27.837545,204.23906,29.876791,14.075845,27.132057,6.7802997,82.083,3.191622,3.9998295,5.8803763,63.360424,1.6332334,3.3770041,10.478866,15.560013,15.190015,4.689928,1.2475345,76.392006,9.50998,195.58047,6.879172,311.35318,17.896875,1030.7173,126.82158,4.3856015,8.124041,193.96176,242.18872,1127.3461,840.1533 +2023-03-08 11:00:00,0.0,2693.5947,27.72364,6.9060574,7.421184,27.408901,176.39,26.36882,51.737213,22.193785,34.213173,153.15274,272.3657,13.882848,21.49363,12.493497,2.6686883,31.299809,33.098656,23.720972,415.70688,16.281704,331.77676,128.73747,23.362926,202.94823,155.14217,72.54094,699.1926,269.75897,1802.6655,35.037964,2360.5813,473.5074,25.518784,21.164135,138.04251,151.6016,268.45676,952.49976,55.086357,13.73618,9.495884,744.6713,485.25528,68.11527,28.673584,239.4508,30.875338,293.45636,12.357483,48.58979,0.0,1689.6661,2751.8042,0.81803155,34.965317,21.000267,17611.316,51.011204,1.7690916,27.798464,48.853775,32.089455,9.582137,26.741697,400.50525,28.826174,19.71723,1.7422906,8.23524,528.4156,0.36850154,298.36505,73.6207,2625.378,120.061935,131.25656,180.9209,1038.3917,67.35828,61.146496,666.71027,52.26879,49.472755,11.025928,36.241394,219.3425,11.002119,8.45977,83.15274,17.44102,4589.908,22.804844,33.245968,20.16854,23.064653,354.0914,97.114,35.533604,10.079122,11.403215,33.777153,77.660095,191.04167,53.847748,241.80717,30.945093,25.026035,98.06402,66.175064,36.296925,153.01697,16.985762,2.9093077,18.981337,15.715933,1886.8461,21.684505,17.277134,159.6783,23.669209,251.04668,93.84543,190.24367,8.354185,107.5692,598.44476,583.91174,54.48835,503.47275,116.92101,68.24639,70.92317,138.2875,23.739304,58.023193,479.7143,14.485363,21.134003,326.06058,10.281528,6.4221206,83.01326,68.42856,700.0208,182.28233,175.51659,1987.6453,40.495174,1636.6953,1346.1553,6.5798492,4.677632,1298.9862,16.580679,9.103998,339.6688,20.1985,41.335926,20.981722,69.12605,293.5835,296.40872,2.9895296,29.83343,52.454388,347.39917,5.2133126,84.24681,7.3473005,1.6263156,57.530052,1.2673875,1.4890381,5.116255,10.16253,22.789516,15.964346,27.844309,204.37126,29.876568,14.07306,27.119455,6.7787447,82.06872,3.1911068,3.9970384,5.8797045,63.357197,1.6311328,3.3754826,10.468808,15.593918,15.189478,4.687437,1.2491081,76.474266,9.51613,195.63359,6.885325,311.6352,17.903028,1030.4012,126.92282,4.387607,8.127554,194.24509,242.5484,1128.6492,839.9846 +2023-03-08 12:00:00,0.0,2695.1323,27.725283,6.9176154,7.4205947,27.424091,176.39279,26.375725,51.761345,22.198254,34.22547,153.17361,272.52036,13.892647,21.4943,12.489523,2.667587,31.30496,33.063805,23.710957,415.74356,16.258764,331.70972,128.70549,23.33541,202.72775,155.06863,72.51861,698.90326,269.71667,1802.6373,34.994335,2360.6467,472.78116,25.492487,21.14026,137.88403,151.67584,268.44846,951.39087,55.100807,13.744204,9.495178,744.90454,484.69214,68.127464,28.69323,239.44905,30.86044,293.42343,12.355685,48.60846,0.0,1691.2664,2754.9268,0.8210012,34.959602,21.009657,17619.945,51.03793,1.7699233,27.85991,48.960114,32.102673,9.583896,26.800537,400.6061,28.833893,19.750137,1.7454576,8.236042,528.6877,0.3684001,298.69086,73.56774,2625.8508,119.990585,131.31898,180.94211,1037.039,67.293686,61.120964,666.0654,52.219242,49.428818,11.029292,36.24101,219.34564,11.001827,8.459138,83.18101,17.445433,4589.859,22.813192,33.282257,20.17684,23.076023,354.10214,97.099266,35.564518,10.082334,11.40824,33.80384,77.71509,191.18422,53.89718,241.86575,30.946781,25.062475,98.09111,66.34113,36.37741,152.96846,16.973581,2.9163709,18.974157,15.741959,1890.7826,21.669577,17.345188,159.66533,23.68064,251.19128,93.869896,190.40611,8.353866,107.549194,599.0309,584.5093,54.53794,504.60608,116.95968,68.34076,70.92889,138.17062,23.721758,57.99645,479.8174,14.477326,21.12237,325.94742,10.281106,6.421218,82.99496,68.43224,700.03094,182.25584,175.52863,1987.7493,40.54619,1637.1501,1346.5865,6.5814686,4.6775537,1298.8873,16.576147,9.105511,339.62607,20.202822,41.34758,20.992933,69.18203,293.81995,296.33972,2.9900968,29.837326,52.46808,347.63223,5.214661,84.251114,7.347984,1.626147,57.52386,1.2674872,1.4889468,5.1159554,10.162565,22.795872,15.973022,27.851074,204.50348,29.876343,14.070276,27.106855,6.7771893,82.054436,3.1905916,3.9942472,5.879032,63.35397,1.6290323,3.373961,10.458751,15.627822,15.18894,4.684946,1.2506818,76.556526,9.52228,195.68669,6.8914785,311.9172,17.90918,1030.0852,127.024055,4.3896127,8.131067,194.52841,242.90808,1129.9523,839.816 +2023-03-08 13:00:00,0.0,2696.6702,27.726925,6.9291735,7.4200053,27.439281,176.39558,26.382627,51.785473,22.202724,34.23777,153.1945,272.67502,13.902446,21.494972,12.485549,2.6664858,31.310114,33.02895,23.700941,415.78024,16.235825,331.6427,128.67351,23.30789,202.5073,154.99512,72.49628,698.61383,269.67438,1802.609,34.950703,2360.7122,472.05493,25.466188,21.116385,137.72556,151.7501,268.4402,950.282,55.115257,13.752227,9.494473,745.13776,484.129,68.13965,28.712875,239.44727,30.845541,293.39047,12.3538885,48.627125,0.0,1692.8665,2758.0496,0.82397085,34.95389,21.019047,17628.574,51.064655,1.7707549,27.921352,49.066452,32.11589,9.585655,26.859375,400.70697,28.841612,19.783043,1.7486247,8.236843,528.9597,0.36829862,299.0167,73.514786,2626.3235,119.919235,131.38141,180.96333,1035.686,67.229095,61.095432,665.4206,52.169697,49.38488,11.032656,36.240623,219.3488,11.001535,8.458505,83.209274,17.449848,4589.8096,22.82154,33.31855,20.185143,23.087395,354.11288,97.08454,35.59543,10.085546,11.413266,33.83053,77.77008,191.32675,53.946606,241.92433,30.948467,25.098915,98.118195,66.507195,36.4579,152.91994,16.961401,2.9234343,18.966976,15.767984,1894.7191,21.654646,17.413242,159.65236,23.69207,251.33588,93.894356,190.56854,8.353545,107.52919,599.617,585.1068,54.587536,505.7394,116.998344,68.43513,70.9346,138.05373,23.70421,57.969707,479.92053,14.46929,21.110739,325.83423,10.2806835,6.4203157,82.97666,68.43592,700.04114,182.22934,175.54065,1987.8533,40.597202,1637.6049,1347.0178,6.583088,4.6774755,1298.7885,16.571615,9.107022,339.58334,20.207144,41.359234,21.004145,69.238,294.05637,296.27072,2.990664,29.841225,52.48177,347.8653,5.2160096,84.25542,7.348667,1.6259786,57.517666,1.2675868,1.4888556,5.115656,10.1626005,22.802225,15.981698,27.85784,204.63568,29.87612,14.0674925,27.094254,6.775634,82.04015,3.1900764,3.9914558,5.8783603,63.350746,1.6269315,3.3724394,10.448692,15.661727,15.188402,4.682455,1.2522553,76.63879,9.52843,195.7398,6.8976316,312.19922,17.915333,1029.7692,127.12529,4.3916183,8.134581,194.81174,243.26775,1131.2554,839.6473 +2023-03-08 14:00:00,0.0,2698.2078,27.728567,6.9407315,7.419416,27.45447,176.39838,26.38953,51.8096,22.207193,34.25007,153.21538,272.82968,13.912244,21.495646,12.481575,2.6653848,31.315266,32.994095,23.690926,415.81696,16.212885,331.57565,128.64151,23.28037,202.28682,154.92159,72.473946,698.3244,269.63208,1802.5807,34.907074,2360.7776,471.32874,25.439892,21.09251,137.56708,151.82437,268.4319,949.17316,55.129704,13.76025,9.493768,745.3709,483.5659,68.15184,28.732521,239.44551,30.830643,293.3575,12.352092,48.645794,0.0,1694.4667,2761.1724,0.82694054,34.948177,21.028435,17637.203,51.091377,1.7715867,27.982796,49.17279,32.12911,9.587414,26.918215,400.80783,28.84933,19.815948,1.7517917,8.237644,529.2318,0.36819717,299.34253,73.46183,2626.7964,119.84789,131.44382,180.98456,1034.3333,67.1645,61.0699,664.77576,52.120148,49.34094,11.03602,36.24024,219.35196,11.001243,8.457872,83.23754,17.454264,4589.7603,22.82989,33.35484,20.193443,23.098766,354.12366,97.06981,35.626343,10.088758,11.418292,33.85722,77.82507,191.4693,53.996037,241.98291,30.950153,25.135355,98.14529,66.673256,36.538387,152.87143,16.94922,2.9304974,18.959795,15.79401,1898.6556,21.639717,17.481297,159.63939,23.7035,251.48047,93.918816,190.73099,8.353225,107.509186,600.2031,585.70435,54.637127,506.87274,117.037,68.52949,70.940315,137.93683,23.686665,57.942966,480.02365,14.461253,21.099108,325.72104,10.280261,6.4194136,82.95836,68.4396,700.0513,182.20285,175.55269,1987.9573,40.648216,1638.0597,1347.4491,6.5847073,4.677397,1298.6897,16.567085,9.108535,339.5406,20.211464,41.370888,21.015354,69.29397,294.29282,296.20172,2.9912312,29.845121,52.49546,348.0984,5.217358,84.25972,7.3493505,1.62581,57.511475,1.2676864,1.4887643,5.1153564,10.162636,22.80858,15.990374,27.864605,204.76788,29.875896,14.064708,27.081654,6.774079,82.02587,3.1895611,3.9886646,5.8776884,63.34752,1.624831,3.3709176,10.438635,15.695631,15.187864,4.679964,1.2538289,76.721054,9.534579,195.79291,6.9037848,312.48126,17.921486,1029.453,127.22653,4.3936243,8.138093,195.09506,243.62743,1132.5585,839.4786 +2023-03-08 15:00:00,0.0,2699.7456,27.73021,6.95229,7.4188266,27.46966,176.40117,26.396433,51.833733,22.211664,34.262367,153.23625,272.98438,13.922043,21.496317,12.477602,2.6642835,31.320417,32.959244,23.68091,415.85364,16.189945,331.5086,128.60953,23.252853,202.06636,154.84805,72.451614,698.035,269.58978,1802.5524,34.86344,2360.8428,470.6025,25.413595,21.068636,137.40862,151.89862,268.4236,948.0643,55.144154,13.768273,9.493062,745.6041,483.00275,68.16403,28.752167,239.44376,30.815744,293.3246,12.350295,48.66446,0.0,1696.0669,2764.2952,0.8299102,34.942463,21.037825,17645.832,51.118103,1.7724183,28.04424,49.279125,32.142326,9.589173,26.977055,400.9087,28.857052,19.848856,1.7549587,8.238445,529.5039,0.3680957,299.66837,73.40887,2627.269,119.77654,131.50623,181.00578,1032.9805,67.09991,61.04437,664.1309,52.0706,49.297,11.039384,36.239853,219.35512,11.000951,8.457239,83.26581,17.458677,4589.7104,22.838238,33.39113,20.201744,23.110136,354.1344,97.055084,35.657257,10.09197,11.423317,33.883907,77.880066,191.61185,54.045464,242.04149,30.95184,25.171795,98.17237,66.83932,36.618877,152.82292,16.93704,2.9375606,18.952614,15.820036,1902.5923,21.624788,17.54935,159.62642,23.714931,251.62508,93.94328,190.89342,8.352905,107.48918,600.78925,586.3019,54.68672,508.00607,117.07567,68.623856,70.94604,137.81995,23.669117,57.916225,480.1268,14.453217,21.087477,325.60785,10.279839,6.418511,82.94006,68.443275,700.0614,182.17636,175.56471,1988.0612,40.69923,1638.5144,1347.8804,6.586326,4.6773186,1298.5908,16.562553,9.110046,339.49786,20.215786,41.38254,21.026566,69.349945,294.52924,296.13275,2.9917984,29.84902,52.50915,348.33145,5.2187066,84.264015,7.3500338,1.6256415,57.505283,1.267786,1.488673,5.115057,10.16267,22.814936,15.999049,27.87137,204.90009,29.875671,14.061924,27.069052,6.7725234,82.01159,3.189046,3.9858735,5.877016,63.34429,1.6227304,3.369396,10.428576,15.729536,15.187327,4.677473,1.2554024,76.803314,9.5407295,195.84602,6.909938,312.76328,17.927639,1029.137,127.32777,4.39563,8.141606,195.37839,243.98709,1133.8616,839.30994 +2023-03-08 16:00:00,0.0,2701.2834,27.731852,6.963848,7.418237,27.48485,176.40396,26.403336,51.85786,22.216133,34.274666,153.25713,273.13904,13.931841,21.496988,12.473628,2.6631823,31.32557,32.92439,23.670895,415.89032,16.167006,331.4416,128.57755,23.225334,201.8459,154.77452,72.429276,697.74554,269.5475,1802.524,34.81981,2360.9082,469.87628,25.387299,21.04476,137.25014,151.97289,268.4153,946.9554,55.158604,13.776298,9.492356,745.83734,482.43964,68.176216,28.771812,239.44199,30.800848,293.29163,12.348498,48.68313,0.0,1697.667,2767.4177,0.8328799,34.93675,21.047215,17654.46,51.144825,1.77325,28.105684,49.385468,32.15554,9.590933,27.035892,401.00955,28.86477,19.881762,1.7581258,8.239247,529.776,0.36799425,299.99417,73.35591,2627.742,119.70519,131.56865,181.027,1031.6276,67.03532,61.018837,663.4861,52.02105,49.253063,11.042748,36.239468,219.35826,11.000659,8.456607,83.294075,17.463093,4589.661,22.846586,33.427418,20.210047,23.121508,354.14514,97.04035,35.68817,10.095182,11.428343,33.910595,77.93506,191.7544,54.094894,242.10005,30.953527,25.208235,98.19946,67.00538,36.699364,152.7744,16.92486,2.9446237,18.945435,15.846062,1906.5288,21.609858,17.617405,159.61345,23.726362,251.76967,93.96774,191.05586,8.352585,107.46918,601.37537,586.8995,54.736317,509.1394,117.114334,68.718216,70.95175,137.70305,23.651571,57.88948,480.22992,14.44518,21.075846,325.4947,10.279416,6.4176087,82.92176,68.44695,700.0716,182.14986,175.57675,1988.1652,40.750244,1638.9692,1348.3118,6.5879455,4.67724,1298.492,16.558022,9.111559,339.45514,20.220106,41.394196,21.037777,69.405914,294.76566,296.06375,2.9923656,29.852919,52.522842,348.5645,5.2200556,84.26832,7.350717,1.6254729,57.499092,1.2678857,1.4885818,5.1147575,10.162705,22.821291,16.007725,27.878136,205.0323,29.875448,14.059139,27.056452,6.770968,81.997314,3.1885307,3.9830823,5.876344,63.34107,1.6206298,3.3678744,10.418519,15.76344,15.1867895,4.674982,1.2569761,76.885574,9.546879,195.89912,6.916091,313.0453,17.93379,1028.8209,127.42901,4.3976355,8.14512,195.66171,244.34677,1135.1647,839.14124 +2023-03-08 17:00:00,0.0,2702.821,27.733492,6.975406,7.4176483,27.500038,176.40675,26.410238,51.88199,22.220604,34.286964,153.278,273.2937,13.94164,21.497662,12.469654,2.662081,31.33072,32.889538,23.66088,415.92703,16.144066,331.37454,128.54556,23.197815,201.62543,154.701,72.406944,697.4561,269.5052,1802.4957,34.77618,2360.9736,469.1501,25.361002,21.020885,137.09166,152.04715,268.40704,945.8465,55.17305,13.784321,9.491652,746.07056,481.8765,68.18841,28.791458,239.44022,30.78595,293.25867,12.346702,48.701794,0.0,1699.2672,2770.5405,0.8358495,34.931034,21.056604,17663.09,51.17155,1.7740816,28.167128,49.491806,32.16876,9.592691,27.094732,401.1104,28.87249,19.914669,1.7612928,8.240048,530.04803,0.36789277,300.32,73.302956,2628.2146,119.63384,131.63107,181.04822,1030.2748,66.970726,60.993305,662.84125,51.9715,49.209126,11.046112,36.23908,219.36142,11.000367,8.455975,83.32234,17.467508,4589.612,22.854935,33.46371,20.218348,23.13288,354.1559,97.02563,35.719086,10.098394,11.433369,33.937283,77.99005,191.89693,54.14432,242.15863,30.955214,25.244675,98.22655,67.17144,36.779854,152.72589,16.91268,2.9516869,18.938253,15.872087,1910.4653,21.594929,17.685457,159.60048,23.737793,251.91426,93.9922,191.21829,8.352264,107.44917,601.9615,587.497,54.785908,510.27274,117.153,68.812584,70.957466,137.58615,23.634024,57.86274,480.33304,14.437143,21.064215,325.3815,10.278994,6.4167066,82.903465,68.45063,700.0817,182.12337,175.58878,1988.269,40.801258,1639.424,1348.743,6.589565,4.6771617,1298.3931,16.55349,9.1130705,339.4124,20.224428,41.405846,21.048986,69.46188,295.0021,295.99475,2.9929328,29.856815,52.536533,348.7976,5.221404,84.27262,7.3514,1.6253045,57.4929,1.2679853,1.4884905,5.114458,10.162741,22.827644,16.016401,27.884901,205.1645,29.875223,14.056355,27.04385,6.7694125,81.98303,3.1880155,3.980291,5.875672,63.33784,1.6185291,3.3663528,10.408461,15.797345,15.186252,4.672491,1.2585497,76.967834,9.553029,195.95224,6.9222445,313.3273,17.939943,1028.5049,127.53024,4.399641,8.148633,195.94504,244.70645,1136.4678,838.9726 +2023-03-08 18:00:00,0.0,2704.359,27.735134,6.986964,7.417059,27.515228,176.40955,26.417141,51.90612,22.225075,34.299263,153.29887,273.44836,13.951439,21.498333,12.46568,2.66098,31.335873,32.854683,23.650864,415.9637,16.121126,331.3075,128.51358,23.170298,201.40497,154.62747,72.38461,697.1667,269.4629,1802.4674,34.732548,2361.039,468.42386,25.334703,20.997011,136.93318,152.1214,268.39874,944.7376,55.1875,13.792344,9.490946,746.3037,481.3134,68.2006,28.811104,239.43846,30.771051,293.22574,12.344905,48.720463,0.0,1700.8673,2773.6633,0.8388192,34.925323,21.065994,17671.719,51.198273,1.7749133,28.228573,49.598145,32.181976,9.594451,27.15357,401.21127,28.880209,19.947575,1.7644598,8.2408495,530.3201,0.36779132,300.64584,73.25,2628.6875,119.5625,131.69348,181.06944,1028.922,66.90613,60.967773,662.1964,51.92195,49.165188,11.049477,36.238693,219.36458,11.000075,8.455341,83.35061,17.471922,4589.5625,22.863283,33.5,20.226648,23.144249,354.16666,97.010895,35.75,10.101606,11.438395,33.96397,78.045044,192.03947,54.19375,242.21721,30.9569,25.281115,98.25364,67.3375,36.86034,152.67737,16.900501,2.95875,18.931072,15.898112,1914.4019,21.579998,17.753511,159.5875,23.749226,252.05887,94.01666,191.38074,8.351945,107.42917,602.5476,588.09454,54.835503,511.40607,117.191666,68.906944,70.96318,137.46927,23.616478,57.836,480.43616,14.429107,21.052584,325.2683,10.278571,6.415804,82.88516,68.45431,700.09186,182.09686,175.60081,1988.373,40.852272,1639.8787,1349.1743,6.591184,4.677083,1298.2942,16.548958,9.114583,339.3697,20.228748,41.4175,21.060198,69.51786,295.23853,295.92575,2.9935,29.860714,52.550224,349.03067,5.2227526,84.276924,7.352083,1.6251359,57.48671,1.268085,1.4883993,5.1141586,10.162776,22.834,16.025076,27.891666,205.2967,29.875,14.053572,27.03125,6.7678576,81.96875,3.1875,3.9774997,5.875,63.334618,1.6164285,3.3648312,10.398403,15.831249,15.185714,4.67,1.2601233,77.0501,9.559179,196.00534,6.9283977,313.6093,17.946096,1028.1888,127.631485,4.4016466,8.152146,196.22836,245.06612,1137.7709,838.8039 +2023-03-08 19:00:00,0.0,2705.8965,27.736776,6.9985228,7.4164696,27.530416,176.41235,26.424044,51.93025,22.229544,34.31156,153.31975,273.60306,13.961237,21.499004,12.461706,2.6598787,31.341024,32.81983,23.640848,416.00043,16.098185,331.24048,128.48158,23.142778,201.1845,154.55394,72.36228,696.87726,269.4206,1802.4391,34.688915,2361.1045,467.69763,25.308407,20.973135,136.7747,152.19566,268.39047,943.6287,55.20195,13.800367,9.49024,746.5369,480.75024,68.21278,28.83075,239.4367,30.756153,293.19278,12.343108,48.739132,0.0,1702.4675,2776.7861,0.8417889,34.91961,21.075384,17680.35,51.225,1.7757449,28.290016,49.70448,32.195194,9.59621,27.21241,401.31213,28.887928,19.980482,1.767627,8.241651,530.5922,0.36768988,300.97168,73.197044,2629.1604,119.49115,131.7559,181.09067,1027.5691,66.84154,60.94224,661.5516,51.872402,49.12125,11.052841,36.238308,219.36774,10.9997835,8.454709,83.378876,17.476337,4589.513,22.871632,33.53629,20.234951,23.15562,354.1774,96.99617,35.780914,10.104819,11.443419,33.990658,78.10004,192.18202,54.24318,242.27579,30.958586,25.317554,98.28072,67.50356,36.94083,152.62886,16.88832,2.9658132,18.923893,15.924138,1918.3384,21.56507,17.821566,159.57452,23.760656,252.20346,94.04113,191.54317,8.3516245,107.409164,603.1337,588.6921,54.885094,512.53937,117.23033,69.00131,70.968895,137.35237,23.59893,57.809258,480.53928,14.42107,21.04095,325.15515,10.278149,6.4149017,82.86686,68.457985,700.10205,182.07037,175.61284,1988.477,40.903286,1640.3335,1349.6056,6.5928035,4.677005,1298.1954,16.544426,9.116096,339.32697,20.23307,41.429153,21.07141,69.57383,295.47498,295.85675,2.9940672,29.86461,52.56392,349.26373,5.224101,84.28123,7.3527665,1.6249673,57.48052,1.2681845,1.488308,5.113859,10.162811,22.840355,16.033752,27.898432,205.42891,29.874775,14.050787,27.01865,6.766302,81.95447,3.1869848,3.9747086,5.874328,63.33139,1.6143279,3.3633096,10.388345,15.865154,15.185176,4.667509,1.2616969,77.13236,9.565329,196.05844,6.934551,313.89133,17.952248,1027.8728,127.73272,4.403652,8.155659,196.51169,245.4258,1139.074,838.6352 +2023-03-08 20:00:00,0.0,2707.4343,27.738419,7.010081,7.41588,27.545607,176.41515,26.430946,51.954376,22.234015,34.32386,153.34062,273.75772,13.971036,21.499678,12.457732,2.6587775,31.346178,32.784977,23.630833,416.0371,16.075245,331.17343,128.4496,23.115261,200.96404,154.48042,72.33995,696.5878,269.3783,1802.4108,34.645287,2361.17,466.97144,25.28211,20.94926,136.61624,152.26993,268.38217,942.5199,55.216396,13.808391,9.489535,746.77014,480.1871,68.224976,28.850395,239.43492,30.741255,293.15982,12.341311,48.757797,0.0,1704.0676,2779.909,0.84475857,34.913895,21.084774,17688.979,51.251724,1.7765766,28.35146,49.81082,32.208412,9.597969,27.271248,401.413,28.895647,20.013388,1.770794,8.242452,530.86426,0.3675884,301.2975,73.14409,2629.633,119.4198,131.81833,181.1119,1026.2163,66.77695,60.91671,660.90674,51.822853,49.077312,11.056205,36.237923,219.3709,10.999492,8.454076,83.40714,17.480753,4589.464,22.87998,33.572582,20.243252,23.166992,354.18817,96.981445,35.81183,10.108031,11.448445,34.017345,78.15503,192.32457,54.292606,242.33437,30.960272,25.353994,98.307816,67.669624,37.021317,152.58035,16.87614,2.9728763,18.916712,15.950164,1922.275,21.55014,17.88962,159.56155,23.772087,252.34805,94.06559,191.7056,8.351304,107.38916,603.71985,589.2896,54.93469,513.6727,117.269,69.09567,70.97462,137.23549,23.581385,57.782516,480.6424,14.4130335,21.02932,325.04196,10.277726,6.4139996,82.848564,68.46166,700.1122,182.04388,175.62488,1988.581,40.9543,1640.7882,1350.0369,6.594423,4.6769266,1298.0966,16.539896,9.117607,339.28424,20.237392,41.440807,21.082619,69.6298,295.7114,295.78775,2.9946344,29.86851,52.57761,349.49683,5.2254496,84.28552,7.35345,1.6247988,57.474327,1.2682842,1.4882168,5.1135597,10.162846,22.84671,16.042427,27.905197,205.56111,29.874552,14.048003,27.006048,6.7647467,81.940186,3.1864696,3.9719174,5.873656,63.328163,1.6122273,3.3617878,10.378287,15.899059,15.184639,4.6650176,1.2632705,77.21462,9.571479,196.11156,6.940704,314.17334,17.9584,1027.5566,127.833954,4.405658,8.159172,196.79501,245.78546,1140.3771,838.46655 +2023-03-08 21:00:00,0.0,2708.972,27.74006,7.021639,7.415291,27.560797,176.41794,26.437849,51.978504,22.238483,34.33616,153.3615,273.91238,13.980835,21.500349,12.453758,2.6576765,31.35133,32.750122,23.620817,416.0738,16.052305,331.10638,128.41762,23.087742,200.74358,154.40689,72.31762,696.2984,269.336,1802.3826,34.601654,2361.2354,466.2452,25.255814,20.925386,136.45776,152.3442,268.3739,941.411,55.230846,13.816414,9.48883,747.00336,479.624,68.23717,28.87004,239.43317,30.726357,293.1269,12.339515,48.776466,0.0,1705.6678,2783.0315,0.84772825,34.90818,21.094164,17697.607,51.278446,1.7774082,28.412903,49.91716,32.22163,9.599729,27.330088,401.51385,28.903366,20.046295,1.7739611,8.243254,531.13635,0.36748695,301.62332,73.091125,2630.106,119.34845,131.88074,181.1331,1024.8634,66.71236,60.891174,660.2619,51.773304,49.033375,11.059569,36.237537,219.37404,10.9992,8.453444,83.43542,17.485167,4589.4146,22.888329,33.60887,20.251553,23.178362,354.1989,96.96671,35.842743,10.111243,11.453471,34.044033,78.21002,192.46712,54.342037,242.39294,30.96196,25.390434,98.3349,67.835686,37.101807,152.53183,16.86396,2.9799395,18.90953,15.97619,1926.2115,21.53521,17.957674,159.54858,23.783518,252.49266,94.09005,191.86804,8.350985,107.369156,604.30597,589.8872,54.98428,514.806,117.30766,69.19004,70.98033,137.11859,23.563837,57.75577,480.7455,14.404997,21.017689,324.92877,10.277304,6.4130974,82.83026,68.46534,700.1223,182.01738,175.6369,1988.6849,41.005314,1641.243,1350.4681,6.596042,4.676848,1297.9977,16.535364,9.11912,339.24152,20.241713,41.45246,21.09383,69.685776,295.94785,295.71875,2.9952016,29.872408,52.5913,349.7299,5.226798,84.289825,7.354133,1.6246302,57.468136,1.2683839,1.4881254,5.1132603,10.162881,22.853065,16.051104,27.911963,205.69333,29.874327,14.045218,26.993448,6.7631917,81.92591,3.1859543,3.9691262,5.872984,63.32494,1.6101266,3.3602662,10.36823,15.932963,15.184101,4.6625266,1.2648441,77.29688,9.577628,196.16466,6.946857,314.45535,17.964554,1027.2406,127.935196,4.4076633,8.162685,197.07832,246.14514,1141.6802,838.29785 +2023-03-08 22:00:00,0.0,2710.5098,27.741703,7.0331974,7.4147015,27.575985,176.42073,26.444752,52.002636,22.242954,34.348454,153.38237,274.06708,13.990633,21.50102,12.449785,2.6565752,31.356482,32.71527,23.610802,416.1105,16.029366,331.03934,128.38564,23.060223,200.5231,154.33336,72.29528,696.009,269.2937,1802.3542,34.55802,2361.3005,465.51898,25.229515,20.90151,136.29929,152.41844,268.3656,940.3021,55.245296,13.824437,9.488124,747.2366,479.06085,68.24935,28.889688,239.4314,30.711458,293.09393,12.337718,48.79513,0.0,1707.2681,2786.1543,0.8506979,34.902466,21.103554,17706.236,51.305172,1.77824,28.474348,50.0235,32.234844,9.601487,27.388926,401.61472,28.911085,20.0792,1.7771281,8.244055,531.40845,0.36738548,301.94916,73.03817,2630.5786,119.2771,131.94316,181.15433,1023.5106,66.647766,60.865643,659.61707,51.723755,48.989437,11.062933,36.237152,219.3772,10.998908,8.452811,83.463684,17.489582,4589.3647,22.896677,33.64516,20.259853,23.189734,354.20966,96.95199,35.873657,10.114455,11.458496,34.07072,78.265015,192.60965,54.391464,242.45152,30.963646,25.426874,98.36199,68.00175,37.182293,152.48332,16.85178,2.9870026,18.90235,16.002214,1930.1481,21.52028,18.025728,159.53561,23.794949,252.63725,94.11452,192.03047,8.350664,107.34915,604.8921,590.48474,55.033875,515.9394,117.34633,69.2844,70.986046,137.0017,23.546291,57.72903,480.84866,14.39696,21.006058,324.81558,10.276881,6.4121947,82.811966,68.46902,700.1325,181.99089,175.64894,1988.789,41.056328,1641.6978,1350.8994,6.597661,4.6767697,1297.8988,16.530832,9.120631,339.1988,20.246035,41.464115,21.105042,69.741745,296.18427,295.64978,2.9957688,29.876305,52.604992,349.96295,5.2281466,84.29413,7.3548164,1.6244618,57.461945,1.2684835,1.4880342,5.112961,10.162916,22.859419,16.059778,27.918728,205.82553,29.874104,14.042435,26.980846,6.7616363,81.91163,3.185439,3.9663348,5.8723116,63.321712,1.608026,3.3587446,10.358171,15.966868,15.183563,4.6600356,1.2664176,77.37915,9.583778,196.21777,6.9530106,314.73737,17.970707,1026.9246,128.03644,4.409669,8.166199,197.36165,246.50482,1142.9833,838.1292 +2023-03-08 23:00:00,0.0,2712.0476,27.743345,7.0447555,7.4141126,27.591175,176.42352,26.451654,52.026764,22.247423,34.360752,153.40324,274.22174,14.000432,21.501694,12.445811,2.655474,31.361633,32.680416,23.600786,416.1472,16.006426,330.97232,128.35365,23.032705,200.30264,154.25983,72.27295,695.71954,269.2514,1802.3259,34.514393,2361.366,464.7928,25.203218,20.877636,136.14081,152.4927,268.35733,939.19324,55.259743,13.83246,9.487418,747.4697,478.49774,68.26154,28.909334,239.42963,30.69656,293.06097,12.335921,48.8138,0.0,1708.8682,2789.277,0.85366756,34.896755,21.112942,17714.865,51.331894,1.7790716,28.535791,50.129833,32.248062,9.603247,27.447765,401.71558,28.918804,20.112108,1.7802951,8.244856,531.68054,0.36728403,302.275,72.985214,2631.0515,119.20576,132.00557,181.17555,1022.1578,66.58317,60.84011,658.9722,51.674206,48.945496,11.066298,36.236767,219.38036,10.998615,8.452178,83.49195,17.493996,4589.3154,22.905025,33.68145,20.268156,23.201105,354.22043,96.937256,35.90457,10.117668,11.463522,34.097412,78.32001,192.7522,54.440895,242.5101,30.965332,25.463314,98.38908,68.16781,37.262783,152.43481,16.8396,2.9940658,18.89517,16.02824,1934.0846,21.505352,18.093782,159.52264,23.80638,252.78185,94.13898,192.19292,8.350345,107.32915,605.4782,591.0823,55.08347,517.0727,117.38499,69.37877,70.99176,136.88481,23.528744,57.70229,480.95178,14.388924,20.994427,324.70242,10.276459,6.4112926,82.79366,68.472694,700.14264,181.9644,175.66096,1988.8928,41.107346,1642.1526,1351.3307,6.5992804,4.676691,1297.8,16.5263,9.122144,339.15604,20.250355,41.475765,21.116251,69.797714,296.4207,295.58078,2.996336,29.880203,52.618683,350.19604,5.229495,84.29843,7.3554997,1.6242932,57.455753,1.268583,1.4879429,5.1126614,10.162951,22.865774,16.068455,27.925493,205.95773,29.87388,14.03965,26.968246,6.760081,81.89735,3.184924,3.9635437,5.8716397,63.318485,1.6059254,3.357223,10.348114,16.000772,15.183025,4.6575446,1.2679913,77.46141,9.589928,196.27087,6.9591637,315.0194,17.976858,1026.6085,128.13766,4.411675,8.169712,197.64497,246.86449,1144.2864,837.9605 +2023-03-09 00:00:00,0.0,2713.5852,27.744986,7.0563135,7.413523,27.606363,176.42632,26.458557,52.05089,22.251894,34.37305,153.42413,274.3764,14.010231,21.502365,12.441837,2.654373,31.366785,32.645565,23.59077,416.1839,15.983486,330.90527,128.32166,23.005186,200.08217,154.18631,72.25062,695.4301,269.2091,1802.2976,34.47076,2361.4314,464.06656,25.176922,20.853762,135.98233,152.56697,268.34903,938.08435,55.274193,13.840484,9.486713,747.70294,477.9346,68.273735,28.92898,239.42787,30.681662,293.02805,12.334125,48.832466,0.0,1710.4684,2792.4,0.85663724,34.89104,21.122332,17723.494,51.35862,1.7799033,28.597235,50.23617,32.26128,9.605005,27.506605,401.81644,28.926523,20.145014,1.7834622,8.245657,531.9526,0.36718255,302.6008,72.93226,2631.5242,119.13441,132.068,181.19678,1020.805,66.51858,60.81458,658.3274,51.62466,48.901558,11.069661,36.236378,219.38351,10.998323,8.451546,83.52022,17.498411,4589.266,22.913374,33.717743,20.276457,23.212475,354.23117,96.92253,35.935482,10.12088,11.468548,34.1241,78.37501,192.89474,54.490322,242.56868,30.967018,25.499754,98.41617,68.33387,37.34327,152.38629,16.82742,3.0011292,18.887989,16.054266,1938.0212,21.490421,18.161835,159.50967,23.81781,252.92645,94.16344,192.35535,8.350024,107.30914,606.06433,591.6798,55.13306,518.20605,117.42365,69.47314,70.99748,136.76791,23.511198,57.67555,481.0549,14.380887,20.982796,324.58923,10.276036,6.4103904,82.77537,68.47637,700.1528,181.9379,175.673,1988.997,41.15836,1642.6073,1351.762,6.6008997,4.676613,1297.7012,16.521769,9.123655,339.1133,20.254677,41.48742,21.127462,69.85368,296.65714,295.51178,2.9969032,29.8841,52.632374,350.4291,5.2308435,84.30273,7.3561826,1.6241246,57.449562,1.2686827,1.4878516,5.112362,10.162986,22.87213,16.07713,27.932259,206.08994,29.873655,14.036866,26.955645,6.758526,81.883064,3.1844087,3.9607525,5.870968,63.31526,1.6038249,3.3557014,10.338056,16.034678,15.182488,4.6550536,1.2695649,77.54367,9.596078,196.32399,6.965317,315.30142,17.983011,1026.2925,128.2389,4.4136806,8.173224,197.9283,247.22417,1145.5894,837.7918 +2023-03-09 01:00:00,0.0,2715.123,27.746628,7.0678716,7.412934,27.621553,176.42911,26.465462,52.075024,22.256363,34.38535,153.445,274.53107,14.020029,21.503036,12.437863,2.6532717,31.371937,32.61071,23.580755,416.22058,15.9605465,330.83823,128.28967,22.977667,199.86171,154.11278,72.22829,695.1407,269.1668,1802.2693,34.42713,2361.4968,463.34033,25.150625,20.829885,135.82387,152.64122,268.34076,936.97546,55.288643,13.848507,9.486008,747.93616,477.3715,68.28592,28.948626,239.42612,30.666763,292.9951,12.332328,48.851135,0.0,1712.0686,2795.5225,0.8596069,34.885326,21.131721,17732.123,51.385345,1.7807349,28.65868,50.342514,32.274498,9.606765,27.565443,401.91733,28.934242,20.177921,1.7866292,8.246459,532.2247,0.3670811,302.92664,72.8793,2631.997,119.06306,132.1304,181.21799,1019.45215,66.45399,60.789047,657.6826,51.57511,48.85762,11.073026,36.235992,219.38666,10.998032,8.450913,83.548485,17.502827,4589.217,22.921722,33.754032,20.284758,23.223846,354.2419,96.9078,35.966396,10.124092,11.473573,34.150787,78.43,193.0373,54.539753,242.62724,30.968706,25.536194,98.44325,68.49993,37.42376,152.33778,16.815239,3.0081923,18.880808,16.080292,1941.9578,21.475492,18.229889,159.4967,23.82924,253.07104,94.187904,192.51779,8.349704,107.28914,606.65045,592.27734,55.182655,519.33936,117.46232,69.5675,71.0032,136.65103,23.49365,57.648804,481.15802,14.37285,20.971165,324.47604,10.275614,6.4094877,82.757065,68.48006,700.16296,181.9114,175.68503,1989.101,41.209373,1643.0621,1352.1934,6.602519,4.6765347,1297.6023,16.517237,9.125168,339.0706,20.258999,41.499073,21.138674,69.90966,296.89355,295.44278,2.9974704,29.887999,52.646065,350.66217,5.232192,84.30703,7.356866,1.6239561,57.44337,1.2687824,1.4877604,5.1120625,10.163021,22.878485,16.085806,27.939024,206.22215,29.873432,14.034082,26.943045,6.7569704,81.86878,3.1838934,3.9579613,5.8702955,63.312035,1.6017243,3.3541796,10.327998,16.068583,15.181951,4.6525626,1.2711384,77.62593,9.602227,196.37709,6.97147,315.58344,17.989164,1025.9764,128.34015,4.415686,8.176738,198.21162,247.58383,1146.8925,837.62317 +2023-03-09 02:00:00,0.0,2716.6606,27.74827,7.07943,7.4123445,27.636744,176.43192,26.472364,52.09915,22.260834,34.397648,153.46588,274.68576,14.029828,21.50371,12.433889,2.6521704,31.377089,32.57586,23.57074,416.25726,15.937607,330.7712,128.25769,22.95015,199.64125,154.03925,72.205956,694.85126,269.1245,1802.241,34.3835,2361.5623,462.61414,25.124329,20.806011,135.66539,152.71548,268.33246,935.86664,55.303093,13.856531,9.485302,748.1694,476.80835,68.29811,28.968271,239.42435,30.651865,292.96213,12.330531,48.8698,0.0,1713.6687,2798.6453,0.8625766,34.879612,21.141111,17740.752,51.412067,1.7815665,28.720123,50.448853,32.287716,9.608524,27.624283,402.0182,28.941961,20.210827,1.7897962,8.24726,532.49677,0.36697966,303.25247,72.82634,2632.4697,118.99171,132.19283,181.23921,1018.0993,66.3894,60.763515,657.0378,51.525562,48.813683,11.076389,36.235607,219.38982,10.99774,8.45028,83.57675,17.50724,4589.1675,22.93007,33.79032,20.29306,23.235218,354.2527,96.893074,35.99731,10.127304,11.478599,34.177475,78.48499,193.17982,54.58918,242.68582,30.970392,25.572632,98.470345,68.66599,37.504246,152.28928,16.803059,3.0152555,18.873629,16.106318,1945.8943,21.460562,18.297943,159.48373,23.840672,253.21564,94.212364,192.68022,8.349384,107.269135,607.2366,592.8749,55.232246,520.4727,117.500984,69.661865,71.00891,136.53413,23.476105,57.622063,481.26114,14.364813,20.959534,324.36288,10.275191,6.4085855,82.73877,68.483734,700.1731,181.8849,175.69707,1989.2048,41.260387,1643.5168,1352.6246,6.6041384,4.676456,1297.5034,16.512707,9.126679,339.02786,20.263319,41.510727,21.149883,69.96563,297.13,295.37378,2.9980376,29.891897,52.659756,350.89523,5.233541,84.31133,7.357549,1.6237876,57.43718,1.268882,1.4876691,5.111763,10.163056,22.884838,16.094482,27.945787,206.35435,29.873207,14.031298,26.930443,6.755415,81.8545,3.1833782,3.95517,5.8696237,63.308807,1.5996236,3.352658,10.31794,16.102486,15.181413,4.6500716,1.272712,77.7082,9.608377,196.4302,6.977623,315.86545,17.995316,1025.6603,128.44138,4.4176917,8.180251,198.49495,247.94351,1148.1956,837.45447 +2023-03-09 03:00:00,0.0,2718.1985,27.749912,7.090988,7.411755,27.651932,176.43471,26.479267,52.12328,22.265303,34.409946,153.48676,274.84042,14.039626,21.504381,12.429915,2.6510692,31.382242,32.541004,23.560724,416.29398,15.914667,330.70416,128.22571,22.92263,199.42078,153.96571,72.183624,694.5618,269.0822,1802.2126,34.339867,2361.6277,461.8879,25.09803,20.782137,135.50691,152.78975,268.3242,934.75775,55.31754,13.864554,9.484596,748.4026,476.24524,68.3103,28.987917,239.42258,30.636969,292.9292,12.328734,48.88847,0.0,1715.2689,2801.768,0.8655462,34.873898,21.150501,17749.38,51.438793,1.7823982,28.781567,50.555187,32.300934,9.610283,27.68312,402.11905,28.94968,20.243734,1.7929633,8.248061,532.7688,0.36687818,303.5783,72.773384,2632.9426,118.92036,132.25523,181.26044,1016.74646,66.3248,60.737984,656.39294,51.476013,48.769745,11.079754,36.23522,219.39297,10.997448,8.449648,83.60502,17.511656,4589.118,22.93842,33.826614,20.301361,23.246588,354.26343,96.87835,36.028225,10.130516,11.483624,34.204163,78.539986,193.32237,54.63861,242.7444,30.972078,25.609072,98.49743,68.832054,37.584736,152.24075,16.79088,3.0223186,18.866447,16.132343,1949.8308,21.445633,18.365997,159.47076,23.852102,253.36024,94.236824,192.84267,8.349064,107.24912,607.8227,593.4725,55.28184,521.606,117.53965,69.756226,71.014626,136.41724,23.458557,57.59532,481.36426,14.356776,20.9479,324.2497,10.274769,6.4076834,82.72047,68.48741,700.1832,181.85841,175.7091,1989.3088,41.3114,1643.9717,1353.0559,6.6057577,4.676378,1297.4047,16.508175,9.128192,338.98514,20.267641,41.52238,21.161095,70.0216,297.36642,295.30478,2.9986048,29.895794,52.673447,351.12833,5.2348895,84.315636,7.3582325,1.6236191,57.43099,1.2689816,1.4875779,5.1114635,10.163092,22.891193,16.103157,27.952553,206.48656,29.872984,14.028514,26.917843,6.7538595,81.840225,3.182863,3.9523787,5.868952,63.305584,1.597523,3.3511364,10.307882,16.13639,15.180875,4.6475806,1.2742857,77.79046,9.614527,196.4833,6.983776,316.14746,18.001469,1025.3442,128.54262,4.4196973,8.183764,198.77827,248.30319,1149.4987,837.2858 +2023-03-09 04:00:00,0.0,2719.736,27.751554,7.102546,7.4111657,27.667122,176.4375,26.48617,52.14741,22.269773,34.422245,153.50763,274.9951,14.049425,21.505053,12.425941,2.6499681,31.387394,32.506153,23.550709,416.33066,15.891727,330.63712,128.19373,22.895113,199.20032,153.8922,72.161285,694.2724,269.03992,1802.1843,34.296238,2361.693,461.1617,25.071733,20.75826,135.34845,152.864,268.3159,933.64886,55.33199,13.872578,9.4838915,748.63574,475.6821,68.32249,29.007563,239.4208,30.62207,292.89624,12.326938,48.907135,0.0,1716.8691,2804.8909,0.8685159,34.868187,21.159891,17758.012,51.465515,1.7832298,28.843012,50.661526,32.314148,9.612042,27.74196,402.2199,28.9574,20.27664,1.7961303,8.248862,533.0409,0.36677673,303.9041,72.72043,2633.4153,118.849014,132.31766,181.28166,1015.3936,66.26021,60.712452,655.7481,51.426464,48.725807,11.0831175,36.234837,219.39613,10.997156,8.449015,83.633286,17.516071,4589.0684,22.946768,33.862904,20.309662,23.25796,354.27417,96.86362,36.05914,10.133729,11.48865,34.23085,78.59498,193.46492,54.688038,242.80298,30.973764,25.645512,98.52452,68.998116,37.665222,152.19225,16.7787,3.0293818,18.859266,16.15837,1953.7675,21.430704,18.434052,159.4578,23.863533,253.50484,94.26129,193.0051,8.348743,107.22912,608.4088,594.07,55.331432,522.7394,117.578316,69.85059,71.02034,136.30035,23.441011,57.56858,481.46738,14.34874,20.93627,324.1365,10.274347,6.4067807,82.70216,68.49109,700.1934,181.83192,175.72113,1989.4127,41.362415,1644.4264,1353.4872,6.607377,4.676299,1297.3058,16.503643,9.1297035,338.9424,20.271961,41.53403,21.172306,70.077576,297.60284,295.23578,2.999172,29.899693,52.68714,351.3614,5.236238,84.31993,7.358916,1.6234505,57.424797,1.2690812,1.4874866,5.111164,10.163127,22.897549,16.111834,27.959318,206.61876,29.872759,14.025729,26.905241,6.7523046,81.82594,3.1823478,3.9495876,5.8682795,63.302357,1.5954224,3.3496149,10.297824,16.170296,15.180338,4.6450896,1.2758592,77.87272,9.620677,196.5364,6.9899297,316.42947,18.007622,1025.0282,128.64386,4.421703,8.187278,199.0616,248.66286,1150.8018,837.1171 +2023-03-09 05:00:00,0.0,2721.274,27.753197,7.1141043,7.410577,27.682312,176.44029,26.493073,52.17154,22.274242,34.434544,153.5285,275.14975,14.059224,21.505726,12.4219675,2.648867,31.392546,32.4713,23.540693,416.36734,15.868787,330.57007,128.16173,22.867594,198.97984,153.81866,72.138954,693.983,268.99762,1802.1561,34.252605,2361.7585,460.4355,25.045437,20.734386,135.18997,152.93826,268.3076,932.54,55.34644,13.880601,9.483186,748.86896,475.11896,68.33468,29.027208,239.41904,30.607172,292.8633,12.325141,48.925804,0.0,1718.4694,2808.0134,0.8714856,34.862473,21.169281,17766.64,51.49224,1.7840616,28.904455,50.767868,32.327366,9.613801,27.800798,402.32077,28.965118,20.309547,1.7992973,8.249663,533.313,0.36667526,304.22995,72.66747,2633.8882,118.777664,132.38007,181.30289,1014.04083,66.19562,60.68692,655.1033,51.376915,48.68187,11.086482,36.23445,219.39928,10.996864,8.448382,83.66155,17.520485,4589.019,22.955116,33.899193,20.317965,23.269331,354.28494,96.84889,36.090054,10.136941,11.493675,34.257538,78.64997,193.60747,54.737465,242.86156,30.975452,25.681952,98.551605,69.16418,37.745712,152.14374,16.76652,3.036445,18.852085,16.184395,1957.704,21.415773,18.502106,159.44482,23.874964,253.64943,94.28575,193.16754,8.348424,107.209114,608.99493,594.66754,55.381027,523.8727,117.61698,69.944954,71.02606,136.18346,23.423464,57.541836,481.5705,14.340703,20.924639,324.02332,10.273925,6.4058785,82.68387,68.49477,700.20355,181.80542,175.73317,1989.5168,41.41343,1644.8812,1353.9185,6.608996,4.676221,1297.2069,16.499111,9.131216,338.8997,20.276283,41.545685,21.183516,70.133545,297.8393,295.1668,2.9997392,29.90359,52.700832,351.59445,5.2375865,84.324234,7.359599,1.623282,57.418606,1.2691809,1.4873954,5.1108646,10.163161,22.903904,16.120508,27.966084,206.75098,29.872536,14.022945,26.892641,6.750749,81.81166,3.1818326,3.9467964,5.8676076,63.299133,1.5933218,3.3480933,10.287766,16.2042,15.1798,4.6425986,1.2774328,77.95498,9.626826,196.58952,6.996083,316.7115,18.013775,1024.7122,128.7451,4.4237084,8.19079,199.34492,249.02254,1152.1049,836.9485 +2023-03-09 06:00:00,0.0,2722.8118,27.754839,7.125663,7.4099874,27.6975,176.44308,26.499975,52.195667,22.278713,34.446842,153.54938,275.30444,14.069022,21.506397,12.4179945,2.6477656,31.397697,32.436443,23.530678,416.40405,15.845847,330.50305,128.12975,22.840075,198.75938,153.74513,72.11662,693.69354,268.95532,1802.1278,34.208973,2361.8237,459.70926,25.01914,20.710512,135.0315,153.01253,268.29932,931.4311,55.360886,13.888624,9.48248,749.1022,474.55585,68.34687,29.046854,239.41728,30.592274,292.83035,12.323344,48.94447,0.0,1720.0696,2811.1362,0.8744553,34.85676,21.17867,17775.27,51.518963,1.7848932,28.965899,50.874207,32.340584,9.615561,27.859638,402.42163,28.97284,20.342453,1.8024644,8.250465,533.585,0.3665738,304.5558,72.61452,2634.3608,118.706314,132.44249,181.3241,1012.688,66.13103,60.66139,654.45844,51.327366,48.63793,11.089846,36.234066,219.40244,10.9965725,8.44775,83.68982,17.5249,4588.9697,22.963465,33.935482,20.326265,23.2807,354.2957,96.83416,36.120968,10.140153,11.498701,34.284225,78.70496,193.75,54.786896,242.92014,30.977139,25.718391,98.5787,69.330246,37.8262,152.09521,16.75434,3.043508,18.844906,16.21042,1961.6405,21.400845,18.57016,159.43185,23.886395,253.79404,94.31021,193.32997,8.348104,107.18911,609.58105,595.2651,55.430622,525.00604,117.65565,70.03932,71.03178,136.06657,23.405918,57.515095,481.67365,14.332666,20.913008,323.91016,10.273502,6.4049764,82.665565,68.49844,700.2137,181.77893,175.7452,1989.6207,41.464443,1645.3359,1354.3497,6.6106153,4.676142,1297.108,16.49458,9.132729,338.85696,20.280603,41.55734,21.194727,70.189514,298.0757,295.0978,3.0003064,29.907488,52.714523,351.82755,5.238935,84.32854,7.3602824,1.6231135,57.412415,1.2692806,1.4873041,5.1105657,10.163197,22.910257,16.129185,27.972849,206.88318,29.87231,14.020161,26.880041,6.7491937,81.79738,3.1813173,3.9440053,5.8669353,63.295906,1.5912211,3.3465717,10.277709,16.238104,15.179262,4.6401076,1.2790064,78.03725,9.632977,196.64262,7.002236,316.9935,18.019926,1024.3961,128.84633,4.425714,8.1943035,199.62825,249.3822,1153.408,836.7798 +2023-03-09 07:00:00,0.0,2724.3494,27.75648,7.137221,7.409398,27.71269,176.44588,26.506878,52.2198,22.283182,34.45914,153.57025,275.4591,14.078821,21.507069,12.414021,2.6466646,31.40285,32.401592,23.520662,416.44073,15.822907,330.436,128.09776,22.812557,198.53893,153.6716,72.09429,693.4041,268.91302,1802.0995,34.165344,2361.8892,458.98306,24.992842,20.686636,134.87302,153.08678,268.29102,930.3222,55.375336,13.896647,9.481774,749.3354,473.9927,68.359055,29.0665,239.41553,30.577375,292.7974,12.3215475,48.96314,0.0,1721.6697,2814.259,0.87742496,34.851044,21.18806,17783.898,51.54569,1.7857249,29.027344,50.98054,32.3538,9.617319,27.918478,402.5225,28.980558,20.37536,1.8056314,8.2512665,533.8571,0.36647236,304.88162,72.56156,2634.8337,118.634964,132.5049,181.34532,1011.33514,66.06644,60.635853,653.8136,51.277817,48.593994,11.09321,36.23368,219.4056,10.996281,8.447117,83.71809,17.529314,4588.9204,22.971813,33.971775,20.334566,23.292072,354.30643,96.819435,36.151882,10.143365,11.503727,34.310913,78.75996,193.89255,54.836323,242.97871,30.978825,25.754831,98.60578,69.49631,37.90669,152.0467,16.742159,3.0505712,18.837725,16.236446,1965.577,21.385916,18.638214,159.41888,23.897825,253.93863,94.33468,193.49242,8.347783,107.169106,610.1672,595.8626,55.480213,526.13934,117.694305,70.13368,71.03749,135.94968,23.38837,57.488354,481.77676,14.32463,20.901377,323.79697,10.27308,6.4040737,82.64727,68.50212,700.2239,181.75243,175.75723,1989.7247,41.515457,1645.7908,1354.781,6.6122346,4.676064,1297.0092,16.490047,9.13424,338.81424,20.284925,41.568993,21.205938,70.24549,298.31216,295.0288,3.0008736,29.911385,52.728214,352.0606,5.2402835,84.33284,7.3609657,1.622945,57.406223,1.2693801,1.4872128,5.110266,10.163232,22.916613,16.13786,27.979614,207.01538,29.872087,14.017377,26.86744,6.7476387,81.7831,3.180802,3.9412138,5.8662634,63.29268,1.5891205,3.3450499,10.267651,16.272009,15.178724,4.637616,1.28058,78.11951,9.639126,196.69574,7.008389,317.2755,18.02608,1024.0801,128.94757,4.4277196,8.197817,199.91158,249.74188,1154.711,836.6111 +2023-03-09 08:00:00,0.0,2725.8872,27.758121,7.148779,7.4088087,27.727879,176.44867,26.51378,52.243927,22.287653,34.47144,153.59113,275.61377,14.08862,21.507742,12.410047,2.6455634,31.408,32.366737,23.510647,416.47745,15.799968,330.36896,128.06578,22.785038,198.31845,153.59808,72.07196,693.1147,268.87073,1802.0712,34.12171,2361.9546,458.25684,24.966545,20.662762,134.71454,153.16104,268.28275,929.2133,55.389786,13.904671,9.48107,749.5686,473.4296,68.37125,29.086145,239.41376,30.562477,292.76447,12.319751,48.981804,0.0,1723.2699,2817.3818,0.8803946,34.84533,21.19745,17792.527,51.572414,1.7865565,29.088787,51.08688,32.36702,9.619079,27.977316,402.62335,28.988277,20.408266,1.8087984,8.252068,534.1292,0.3663709,305.20746,72.5086,2635.3064,118.563614,132.56732,181.36655,1009.9823,66.00184,60.61032,653.16876,51.228268,48.550053,11.096574,36.23329,219.40875,10.995989,8.446485,83.74636,17.53373,4588.871,22.980162,34.008064,20.342867,23.303444,354.3172,96.8047,36.182796,10.146577,11.508752,34.3376,78.81495,194.0351,54.885754,243.0373,30.98051,25.791271,98.63287,69.66237,37.987175,151.99818,16.729979,3.0576344,18.830544,16.262472,1969.5137,21.370985,18.706266,159.40591,23.909256,254.08322,94.35914,193.65485,8.347464,107.1491,610.7533,596.4602,55.529808,527.2727,117.73297,70.22805,71.043205,135.83278,23.370825,57.461613,481.87988,14.316593,20.889746,323.68378,10.272657,6.4031715,82.62897,68.5058,700.234,181.72594,175.76926,1989.8286,41.56647,1646.2455,1355.2123,6.613854,4.675986,1296.9104,16.485518,9.135753,338.77148,20.289248,41.580647,21.217148,70.30146,298.54858,294.9598,3.0014408,29.915283,52.741905,352.29367,5.241632,84.337135,7.3616486,1.6227764,57.400032,1.2694798,1.4871216,5.1099668,10.163267,22.922968,16.146536,27.98638,207.14758,29.871862,14.014593,26.85484,6.7460833,81.768814,3.180287,3.9384227,5.8655915,63.289455,1.5870199,3.3435283,10.257593,16.305914,15.178187,4.635125,1.2821536,78.20177,9.645276,196.74884,7.014542,317.55756,18.032232,1023.764,129.04881,4.4297256,8.20133,200.19489,250.10156,1156.0142,836.44244 +2023-03-09 09:00:00,0.0,2727.4248,27.759764,7.160337,7.4082193,27.743069,176.45148,26.520683,52.268055,22.292122,34.483738,153.612,275.76843,14.098418,21.508413,12.406073,2.644462,31.413153,32.331886,23.500631,416.51413,15.777028,330.30194,128.0338,22.757519,198.09799,153.52455,72.04963,692.82526,268.82843,1802.0428,34.07808,2362.02,457.5306,24.940248,20.638887,134.55606,153.2353,268.27444,928.1045,55.404232,13.912694,9.480364,749.80176,472.86646,68.38344,29.105791,239.41199,30.547579,292.7315,12.317954,49.000473,0.0,1724.87,2820.5046,0.88336426,34.83962,21.206839,17801.156,51.599136,1.7873882,29.15023,51.193222,32.380238,9.620838,28.036156,402.7242,28.995996,20.441172,1.8119655,8.252869,534.4013,0.36626944,305.53326,72.45564,2635.7793,118.49227,132.62973,181.38777,1008.6295,65.93725,60.58479,652.5239,51.17872,48.506115,11.099938,36.232906,219.4119,10.995696,8.445852,83.77463,17.538145,4588.822,22.98851,34.044353,20.35117,23.314814,354.32794,96.78998,36.21371,10.14979,11.513778,34.364292,78.86994,194.17764,54.93518,243.09586,30.982199,25.827711,98.65996,69.82843,38.067665,151.94968,16.717798,3.0646975,18.823364,16.288496,1973.4502,21.356056,18.77432,159.39294,23.920687,254.22783,94.3836,193.81729,8.347143,107.1291,611.3394,597.05774,55.5794,528.406,117.77164,70.32241,71.04892,135.7159,23.353277,57.434868,481.983,14.308557,20.878115,323.57062,10.272235,6.4022694,82.61067,68.509476,700.24414,181.69945,175.7813,1989.9326,41.617485,1646.7003,1355.6437,6.6154733,4.675907,1296.8115,16.480986,9.137264,338.72876,20.293568,41.5923,21.22836,70.35743,298.78503,294.8908,3.002008,29.919182,52.755596,352.52676,5.2429805,84.34144,7.362332,1.6226078,57.39384,1.2695794,1.4870303,5.1096673,10.163302,22.929323,16.155212,27.993145,207.2798,29.87164,14.011808,26.842237,6.744528,81.75454,3.1797717,3.9356315,5.864919,63.28623,1.5849193,3.3420067,10.247535,16.339819,15.1776495,4.632634,1.2837272,78.284035,9.651426,196.80196,7.0206957,317.83957,18.038383,1023.44794,129.15004,4.431731,8.2048435,200.47821,250.46123,1157.3173,836.27374 +2023-03-09 10:00:00,0.0,2728.9626,27.761406,7.1718955,7.40763,27.758259,176.45427,26.527586,52.292183,22.296593,34.496033,153.63289,275.92313,14.108217,21.509087,12.402099,2.643361,31.418306,32.29703,23.490616,416.5508,15.754088,330.2349,128.0018,22.730001,197.87752,153.45102,72.02729,692.5358,268.78613,1802.0145,34.03445,2362.0854,456.8044,24.913952,20.615011,134.39758,153.30956,268.26617,926.9956,55.418682,13.920717,9.479658,750.035,472.30334,68.39562,29.125439,239.41022,30.53268,292.69855,12.316157,49.01914,0.0,1726.4702,2823.6272,0.88633394,34.833904,21.216228,17809.785,51.625862,1.7882198,29.211676,51.29956,32.39345,9.622597,28.094994,402.82507,29.003716,20.47408,1.8151325,8.25367,534.67334,0.36616796,305.8591,72.40269,2636.252,118.42092,132.69215,181.40898,1007.2767,65.87266,60.559258,651.8791,51.12917,48.462177,11.103302,36.23252,219.41505,10.995404,8.445219,83.802895,17.542559,4588.772,22.996859,34.080647,20.35947,23.326185,354.3387,96.775246,36.244625,10.153002,11.518804,34.39098,78.924934,194.32018,54.98461,243.15443,30.983885,25.864151,98.68704,69.99449,38.14815,151.90117,16.705618,3.0717607,18.816183,16.314522,1977.3867,21.341125,18.842375,159.37997,23.932117,254.37242,94.408066,193.97972,8.346823,107.10909,611.92554,597.6553,55.628994,529.53937,117.8103,70.41678,71.05464,135.599,23.335732,57.408127,482.08612,14.30052,20.866482,323.45743,10.271812,6.401367,82.59237,68.51315,700.25433,181.67294,175.79332,1990.0366,41.6685,1647.155,1356.075,6.6170926,4.675829,1296.7126,16.476454,9.138777,338.68604,20.29789,41.60395,21.239569,70.41341,299.02145,294.8218,3.0025752,29.923079,52.769287,352.75983,5.244329,84.34574,7.363015,1.6224393,57.387646,1.2696791,1.4869391,5.109368,10.163337,22.935677,16.163887,27.99991,207.412,29.871416,14.009025,26.829638,6.742973,81.74026,3.1792564,3.9328403,5.8642473,63.283,1.5828187,3.340485,10.237477,16.373722,15.177112,4.630143,1.2853007,78.366295,9.657576,196.85506,7.026849,318.12158,18.044537,1023.13184,129.25128,4.433737,8.208356,200.76154,250.8209,1158.6204,836.1051 +2023-03-09 11:00:00,0.0,2730.5002,27.763048,7.1834536,7.407041,27.773447,176.45706,26.534489,52.316315,22.301064,34.50833,153.65376,276.0778,14.118016,21.509758,12.398125,2.6422598,31.423458,32.26218,23.4806,416.58752,15.731148,330.16785,127.969826,22.702482,197.65706,153.3775,72.00496,692.2464,268.74384,1801.9862,33.990818,2362.151,456.0782,24.887655,20.591137,134.23912,153.38382,268.25787,925.8867,55.433132,13.9287405,9.478953,750.2682,471.7402,68.407814,29.145084,239.40845,30.517782,292.66562,12.314361,49.037807,0.0,1728.0703,2826.75,0.8893036,34.82819,21.225618,17818.414,51.652584,1.7890515,29.273119,51.405895,32.40667,9.624356,28.153833,402.92593,29.011435,20.506985,1.8182995,8.254472,534.94543,0.36606652,306.18494,72.34973,2636.7249,118.34957,132.75458,181.4302,1005.9238,65.80807,60.533726,651.23425,51.07962,48.41824,11.106667,36.232136,219.41821,10.995112,8.444587,83.83116,17.546974,4588.7227,23.005207,34.116936,20.367771,23.337557,354.34946,96.76052,36.27554,10.156214,11.5238285,34.417667,78.97993,194.46272,55.03404,243.21301,30.98557,25.90059,98.714134,70.16055,38.228638,151.85265,16.693438,3.078824,18.809002,16.340548,1981.3232,21.326197,18.910429,159.367,23.943548,254.51701,94.432526,194.14217,8.346503,107.08909,612.51166,598.2528,55.678585,530.67267,117.84897,70.51115,71.060356,135.4821,23.318184,57.381386,482.18924,14.292483,20.85485,323.34424,10.27139,6.4004645,82.57407,68.51683,700.26447,181.64645,175.80536,1990.1406,41.719513,1647.6097,1356.5062,6.618712,4.6757503,1296.6138,16.471922,9.140288,338.6433,20.30221,41.615604,21.25078,70.469376,299.25787,294.7528,3.0031424,29.926977,52.782978,352.9929,5.2456775,84.350044,7.3636985,1.6222708,57.381454,1.2697786,1.4868478,5.1090684,10.163372,22.942032,16.172564,28.006676,207.5442,29.871191,14.00624,26.817036,6.7414174,81.725975,3.1787412,3.9300492,5.8635755,63.279778,1.580718,3.3389635,10.227419,16.407627,15.176574,4.627652,1.2868744,78.448555,9.663726,196.90816,7.033002,318.4036,18.05069,1022.8158,129.35252,4.4357424,8.211869,201.04486,251.18059,1159.9235,835.9364 +2023-03-09 12:00:00,0.0,2732.038,27.76469,7.1950116,7.4064517,27.788637,176.45985,26.541391,52.340443,22.305532,34.52063,153.67464,276.23245,14.127814,21.51043,12.394151,2.6411586,31.42861,32.227325,23.470585,416.6242,15.708208,330.10083,127.937836,22.674963,197.4366,153.30397,71.98263,691.957,268.70154,1801.9579,33.94719,2362.2163,455.35196,24.861357,20.567263,134.08064,153.45808,268.2496,924.77783,55.447582,13.936764,9.478248,750.5014,471.17706,68.420006,29.16473,239.4067,30.502884,292.63266,12.312564,49.056473,0.0,1729.6705,2829.8728,0.8922733,34.822475,21.235008,17827.043,51.67931,1.7898831,29.334562,51.512234,32.419888,9.626115,28.212671,403.0268,29.019154,20.539892,1.8214666,8.255273,535.2175,0.36596504,306.51077,72.296776,2637.1975,118.27822,132.81699,181.45143,1004.571,65.74348,60.508194,650.5894,51.030075,48.374302,11.11003,36.23175,219.42137,10.994821,8.4439535,83.85943,17.55139,4588.6733,23.013556,34.153225,20.376074,23.348927,354.3602,96.7458,36.30645,10.159426,11.528854,34.444355,79.03492,194.60527,55.08347,243.27159,30.987257,25.93703,98.74122,70.326614,38.309128,151.80414,16.68126,3.0858872,18.80182,16.366573,1985.2599,21.311268,18.978483,159.35403,23.954979,254.66162,94.456985,194.3046,8.346183,107.069084,613.0978,598.85034,55.72818,531.806,117.887634,70.60551,71.06607,135.36522,23.300638,57.354645,482.29236,14.284447,20.84322,323.23105,10.2709675,6.3995624,82.55577,68.52051,700.2746,181.61995,175.81738,1990.2445,41.770527,1648.0646,1356.9375,6.620331,4.675672,1296.515,16.46739,9.141801,338.6006,20.306532,41.62726,21.261992,70.525345,299.49432,294.68384,3.0037096,29.930874,52.79667,353.22598,5.2470264,84.35434,7.364382,1.6221023,57.375263,1.2698783,1.4867566,5.108769,10.163407,22.948387,16.181238,28.013441,207.6764,29.870968,14.003456,26.804436,6.739862,81.71169,3.178226,3.9272578,5.862903,63.27655,1.5786175,3.337442,10.217361,16.441532,15.176037,4.625161,1.288448,78.530815,9.669875,196.96127,7.039155,318.6856,18.056843,1022.49976,129.45377,4.437748,8.215383,201.32819,251.54025,1161.2266,835.7677 +2023-03-09 13:00:00,0.0,2733.5757,27.766333,7.2065697,7.4058623,27.803825,176.46265,26.548296,52.36457,22.310003,34.53293,153.69551,276.38712,14.137613,21.511103,12.390178,2.6400576,31.433762,32.19247,23.46057,416.66092,15.685268,330.03378,127.90585,22.647446,197.21613,153.23044,71.9603,691.66754,268.65924,1801.9296,33.903557,2362.2817,454.62576,24.83506,20.543386,133.92216,153.53235,268.2413,923.66895,55.46203,13.944788,9.477542,750.73456,470.61395,68.43219,29.184376,239.40494,30.487986,292.5997,12.310767,49.07514,0.0,1731.2708,2832.9956,0.8952429,34.81676,21.244398,17835.674,51.70603,1.7907149,29.396008,51.618572,32.433105,9.627874,28.271511,403.12766,29.026873,20.572798,1.8246336,8.256074,535.48956,0.3658636,306.83658,72.24381,2637.6704,118.20687,132.87941,181.47266,1003.2182,65.67888,60.482662,649.9446,50.980526,48.330364,11.113395,36.231365,219.42451,10.994529,8.443321,83.887695,17.555803,4588.624,23.021904,34.189518,20.384375,23.360298,354.37097,96.731064,36.337364,10.162638,11.53388,34.471043,79.08991,194.74782,55.132896,243.33017,30.988945,25.97347,98.76831,70.492676,38.389614,151.75563,16.669079,3.0929503,18.794641,16.3926,1989.1964,21.296337,19.046537,159.34106,23.96641,254.80621,94.48145,194.46704,8.345863,107.04908,613.6839,599.4479,55.77777,532.93933,117.9263,70.699875,71.071785,135.24832,23.28309,57.327904,482.39548,14.27641,20.831589,323.1179,10.270545,6.39866,82.53747,68.524185,700.2848,181.59346,175.82942,1990.3485,41.82154,1648.5193,1357.3688,6.62195,4.6755934,1296.4161,16.462858,9.143312,338.55786,20.310852,41.638912,21.273201,70.581314,299.73074,294.61484,3.004277,29.934772,52.81036,353.45905,5.248375,84.35864,7.365065,1.6219337,57.369072,1.2699779,1.4866652,5.1084695,10.163443,22.954742,16.189915,28.020206,207.80862,29.870743,14.000671,26.791834,6.7383065,81.69741,3.1777108,3.9244666,5.8622313,63.273327,1.5765169,3.33592,10.207303,16.475437,15.175499,4.62267,1.2900215,78.61308,9.676025,197.01437,7.045308,318.96762,18.062994,1022.18365,129.555,4.4397535,8.218896,201.61151,251.89993,1162.5297,835.59906 +2023-03-09 14:00:00,0.0,2735.1135,27.767973,7.218128,7.405273,27.819016,176.46544,26.555199,52.388702,22.314472,34.545227,153.71638,276.5418,14.147412,21.511774,12.386204,2.6389563,31.438913,32.15762,23.450554,416.6976,15.662329,329.96674,127.87386,22.619926,196.99567,153.1569,71.937965,691.3781,268.61694,1801.9014,33.859924,2362.347,453.89954,24.808764,20.519512,133.7637,153.6066,268.23303,922.56006,55.47648,13.952811,9.476836,750.9678,470.0508,68.44438,29.204021,239.40317,30.47309,292.56677,12.30897,49.093807,0.0,1732.8708,2836.1182,0.8982126,34.81105,21.253788,17844.303,51.732758,1.7915465,29.45745,51.724915,32.446323,9.629634,28.330349,403.22852,29.034592,20.605705,1.8278006,8.256875,535.76166,0.36576214,307.1624,72.19086,2638.143,118.13553,132.94183,181.49388,1001.86536,65.61429,60.45713,649.29974,50.930977,48.286427,11.116758,36.23098,219.42767,10.994237,8.442689,83.91596,17.560219,4588.5747,23.030252,34.225807,20.392675,23.37167,354.3817,96.71634,36.36828,10.165851,11.538906,34.49773,79.144905,194.89035,55.182327,243.38875,30.990631,26.00991,98.795395,70.65874,38.470104,151.7071,16.656898,3.1000135,18.78746,16.418625,1993.1329,21.281408,19.114592,159.3281,23.97784,254.9508,94.50591,194.62947,8.345543,107.029076,614.27,600.0455,55.827366,534.0727,117.964966,70.794235,71.0775,135.13144,23.265545,57.30116,482.49863,14.2683735,20.819958,323.0047,10.270123,6.3977575,82.51917,68.52787,700.2949,181.56697,175.84145,1990.4524,41.872555,1648.9741,1357.8,6.6235695,4.675515,1296.3173,16.458328,9.144825,338.51514,20.315174,41.650566,21.284412,70.63729,299.9672,294.54584,3.0048442,29.938671,52.824055,353.6921,5.2497234,84.362946,7.3657484,1.6217651,57.36288,1.2700776,1.486574,5.10817,10.163478,22.961098,16.19859,28.026972,207.94083,29.87052,13.997888,26.779234,6.7367516,81.68313,3.1771955,3.9216754,5.861559,63.2701,1.5744163,3.3343985,10.197246,16.50934,15.174961,4.620179,1.2915952,78.69534,9.682175,197.06749,7.0514617,319.24963,18.069147,1021.8676,129.65623,4.441759,8.222409,201.89484,252.2596,1163.8328,835.43036 +2023-03-09 15:00:00,0.0,2736.6514,27.769615,7.2296863,7.4046836,27.834206,176.46823,26.562101,52.41283,22.318943,34.557526,153.73726,276.69647,14.15721,21.512445,12.38223,2.637855,31.444065,32.122765,23.440538,416.73428,15.639389,329.8997,127.84188,22.59241,196.77519,153.08339,71.915634,691.08875,268.57465,1801.873,33.816296,2362.4124,453.1733,24.782467,20.495638,133.60522,153.68086,268.22473,921.45123,55.49093,13.9608345,9.476131,751.201,469.4877,68.45657,29.223667,239.4014,30.45819,292.5338,12.307173,49.112476,0.0,1734.4711,2839.241,0.9011823,34.805336,21.263178,17852.932,51.759483,1.7923782,29.518894,51.83125,32.45954,9.6313925,28.389189,403.32938,29.04231,20.63861,1.8309677,8.257677,536.03375,0.36566067,307.48825,72.1379,2638.616,118.06418,133.00424,181.51509,1000.5125,65.5497,60.4316,648.6549,50.881428,48.24249,11.120123,36.23059,219.43083,10.993945,8.442056,83.94423,17.564632,4588.5254,23.0386,34.262096,20.400976,23.38304,354.39246,96.70161,36.399193,10.169063,11.543931,34.524418,79.1999,195.0329,55.231754,243.44733,30.992317,26.04635,98.82249,70.8248,38.55059,151.6586,16.644718,3.1070766,18.78028,16.44465,1997.0695,21.266478,19.182646,159.31512,23.989271,255.09541,94.53037,194.79192,8.345222,107.00907,614.85614,600.643,55.87696,535.206,118.00363,70.8886,71.08322,135.01454,23.247997,57.274418,482.60175,14.260337,20.808327,322.8915,10.2697,6.3968554,82.50087,68.53155,700.30505,181.54047,175.85349,1990.5564,41.923573,1649.4288,1358.2313,6.625189,4.675437,1296.2184,16.453796,9.1463375,338.4724,20.319496,41.66222,21.295624,70.69326,300.2036,294.47684,3.0054114,29.942568,52.837746,353.92517,5.251072,84.36725,7.366431,1.6215967,57.35669,1.2701771,1.4864827,5.1078706,10.163512,22.967451,16.207266,28.033737,208.07303,29.870295,13.995104,26.766634,6.735196,81.66885,3.1766803,3.9188843,5.860887,63.266872,1.5723156,3.332877,10.187188,16.543245,15.174423,4.617688,1.2931688,78.7776,9.688325,197.12059,7.057615,319.53165,18.0753,1021.5516,129.75748,4.4437647,8.225922,202.17816,252.61928,1165.1359,835.2617 +2023-03-09 16:00:00,0.0,2738.189,27.771257,7.2412443,7.4040947,27.849394,176.47104,26.569004,52.43696,22.323412,34.569824,153.75813,276.85114,14.167009,21.513119,12.378256,2.6367538,31.449217,32.087914,23.430523,416.771,15.616449,329.83267,127.8099,22.56489,196.55473,153.00986,71.893295,690.7993,268.53235,1801.8447,33.772663,2362.4778,452.4471,24.756168,20.471762,133.44675,153.75513,268.21646,920.34235,55.505375,13.968858,9.475426,751.4342,468.92456,68.468765,29.243313,239.39964,30.443293,292.50085,12.305376,49.13114,0.0,1736.0713,2842.3638,0.904152,34.79962,21.272568,17861.56,51.786205,1.7932098,29.58034,51.937588,32.472755,9.633152,28.448029,403.43024,29.05003,20.671518,1.8341347,8.258478,536.3058,0.36555922,307.8141,72.084946,2639.0886,117.99283,133.06665,181.53632,999.15967,65.48511,60.406067,648.0101,50.83188,48.19855,11.1234865,36.230206,219.43399,10.993653,8.441423,83.972496,17.569048,4588.4756,23.04695,34.298386,20.409279,23.394411,354.40323,96.68688,36.430107,10.172275,11.548957,34.551105,79.25489,195.17545,55.28118,243.5059,30.994003,26.08279,98.84957,70.99086,38.63108,151.61009,16.632538,3.1141398,18.7731,16.470676,2001.0061,21.251549,19.250698,159.30215,24.000702,255.24,94.55484,194.95435,8.344903,106.98907,615.44226,601.24054,55.92655,536.33936,118.04229,70.98296,71.088936,134.89764,23.230452,57.247677,482.70486,14.2523,20.796696,322.77835,10.269278,6.395953,82.482574,68.535225,700.3152,181.51398,175.86551,1990.6604,41.974586,1649.8837,1358.6626,6.626808,4.6753583,1296.1196,16.449265,9.147849,338.4297,20.323816,41.67387,21.306833,70.74923,300.44006,294.40784,3.0059786,29.946466,52.851437,354.15826,5.2524204,84.371544,7.3671145,1.6214281,57.3505,1.2702768,1.4863914,5.107571,10.1635475,22.973806,16.215942,28.0405,208.20523,29.870071,13.992319,26.754032,6.7336407,81.65457,3.1761649,3.9160929,5.860215,63.26365,1.570215,3.3313553,10.17713,16.57715,15.173886,4.615197,1.2947423,78.85986,9.694474,197.1737,7.063768,319.81366,18.081451,1021.2355,129.8587,4.4457703,8.229435,202.46149,252.97896,1166.439,835.093 +2023-03-09 17:00:00,0.0,2739.7268,27.7729,7.2528024,7.4035053,27.864584,176.47383,26.575907,52.46109,22.327883,34.582123,153.779,277.0058,14.176807,21.51379,12.374282,2.6356528,31.45437,32.05306,23.420507,416.80768,15.59351,329.76562,127.77791,22.53737,196.33427,152.93633,71.870964,690.5099,268.49005,1801.8164,33.72903,2362.5432,451.7209,24.729872,20.447887,133.28827,153.82938,268.20816,919.23346,55.519825,13.976881,9.47472,751.6674,468.36145,68.48095,29.262959,239.39789,30.428394,292.46793,12.303579,49.14981,0.0,1737.6714,2845.4866,0.90712166,34.793907,21.281958,17870.19,51.81293,1.7940414,29.641783,52.043926,32.485973,9.634911,28.506866,403.5311,29.057749,20.704424,1.8373017,8.259279,536.5779,0.36545774,308.1399,72.03199,2639.5615,117.92148,133.12907,181.55754,997.8068,65.42051,60.38053,647.3653,50.78233,48.15461,11.126851,36.22982,219.43713,10.993361,8.440791,84.00076,17.573463,4588.4263,23.055298,34.33468,20.41758,23.40578,354.41397,96.67215,36.46102,10.175487,11.553983,34.577793,79.30988,195.318,55.330612,243.56448,30.995691,26.11923,98.87666,71.15692,38.711567,151.56157,16.620358,3.121203,18.765919,16.496702,2004.9426,21.23662,19.318752,159.28918,24.012133,255.38461,94.5793,195.11679,8.344583,106.96906,616.0284,601.8381,55.976147,537.47266,118.080956,71.07733,71.09465,134.78076,23.212904,57.220936,482.80798,14.244264,20.785063,322.66516,10.268855,6.3950505,82.46427,68.5389,700.3254,181.48747,175.87755,1990.7644,42.0256,1650.3384,1359.0939,6.6284275,4.67528,1296.0208,16.444733,9.149362,338.38696,20.328138,41.685524,21.318045,70.80521,300.67648,294.33884,3.0065458,29.950363,52.865128,354.39133,5.253769,84.37585,7.367798,1.6212596,57.344307,1.2703764,1.4863002,5.1072717,10.163583,22.980162,16.224617,28.047266,208.33745,29.869846,13.989535,26.741432,6.7320857,81.64029,3.1756496,3.9133017,5.859543,63.26042,1.5681144,3.3298337,10.167072,16.611055,15.173348,4.612706,1.2963159,78.94213,9.700624,197.2268,7.069921,320.09567,18.087605,1020.91943,129.95995,4.4477763,8.232948,202.74481,253.33862,1167.7421,834.9244 +2023-03-09 18:00:00,0.0,2741.2644,27.774542,7.264361,7.402916,27.879774,176.47662,26.58281,52.485218,22.332352,34.59442,153.79988,277.1605,14.186606,21.514462,12.370308,2.6345515,31.459522,32.018208,23.410492,416.84436,15.570569,329.69858,127.745926,22.509853,196.1138,152.8628,71.84863,690.22046,268.44772,1801.7881,33.685402,2362.6086,450.99466,24.703575,20.424013,133.12979,153.90364,268.1999,918.1246,55.534275,13.984904,9.474014,751.9006,467.7983,68.49314,29.282604,239.3961,30.413496,292.43497,12.301783,49.168476,0.0,1739.2716,2848.6091,0.9100913,34.788193,21.291348,17878.818,51.839653,1.7948731,29.703226,52.15027,32.49919,9.63667,28.565706,403.63196,29.065468,20.737331,1.8404688,8.26008,536.85,0.3653563,308.46573,71.979034,2640.0342,117.85013,133.1915,181.57877,996.45404,65.35592,60.355,646.72046,50.73278,48.110672,11.130216,36.22944,219.44029,10.99307,8.440158,84.02903,17.577877,4588.377,23.063646,34.370968,20.42588,23.417152,354.4247,96.657425,36.491936,10.178699,11.559008,34.60448,79.364876,195.46053,55.38004,243.62305,30.997377,26.15567,98.90375,71.32298,38.792057,151.51306,16.608177,3.128266,18.758738,16.522728,2008.8792,21.22169,19.386806,159.27621,24.023563,255.5292,94.60376,195.27922,8.344262,106.94906,616.6145,602.4356,56.025738,538.606,118.11962,71.17169,71.100365,134.66386,23.195358,57.19419,482.9111,14.236226,20.773432,322.55197,10.268433,6.3941483,82.44598,68.54258,700.3355,181.46098,175.88957,1990.8684,42.076614,1650.7932,1359.5253,6.630047,4.6752014,1295.9219,16.4402,9.150873,338.3442,20.332458,41.697178,21.329256,70.861176,300.9129,294.26984,3.007113,29.954262,52.87882,354.6244,5.2551174,84.38015,7.368481,1.621091,57.338116,1.2704761,1.4862089,5.106972,10.163618,22.986517,16.233294,28.054031,208.46965,29.869623,13.986751,26.72883,6.7305303,81.62601,3.1751344,3.9105105,5.858871,63.257195,1.5660138,3.328312,10.157014,16.644958,15.172811,4.610215,1.2978896,79.02439,9.706774,197.27992,7.076074,320.37772,18.093758,1020.6034,130.06119,4.449782,8.236462,203.02814,253.6983,1169.0452,834.7557 +2023-03-09 19:00:00,0.0,2742.8022,27.776184,7.275919,7.4023266,27.894962,176.47942,26.589712,52.509346,22.336823,34.60672,153.82076,277.31516,14.196405,21.515135,12.366334,2.6334503,31.464674,31.983353,23.400476,416.88107,15.547629,329.63156,127.713936,22.482334,195.89334,152.78928,71.8263,689.931,268.40543,1801.7598,33.64177,2362.674,450.26846,24.677279,20.400137,132.97131,153.9779,268.1916,917.0157,55.54872,13.992928,9.4733095,752.1338,467.23517,68.50533,29.30225,239.39435,30.398598,292.402,12.299986,49.187145,0.0,1740.8717,2851.732,0.91306096,34.782482,21.300735,17887.447,51.86638,1.7957047,29.76467,52.256603,32.51241,9.63843,28.624544,403.73282,29.073187,20.770237,1.8436358,8.260881,537.1221,0.36525485,308.79156,71.92607,2640.507,117.778786,133.2539,181.59998,995.1012,65.29133,60.329468,646.0756,50.68323,48.066734,11.133579,36.22905,219.44345,10.992777,8.439526,84.057304,17.582293,4588.3276,23.071995,34.407257,20.434183,23.428524,354.4355,96.6427,36.52285,10.181911,11.5640335,34.631172,79.41987,195.60307,55.42947,243.68163,30.999063,26.19211,98.93084,71.489044,38.872543,151.46454,16.595997,3.1353292,18.751556,16.548754,2012.8157,21.20676,19.45486,159.26324,24.034994,255.6738,94.62823,195.44167,8.343943,106.929054,617.2006,603.0332,56.075333,539.7393,118.15829,71.26606,71.10609,134.54698,23.17781,57.16745,483.01422,14.228189,20.7618,322.43878,10.26801,6.393246,82.42767,68.54626,700.34564,181.4345,175.90161,1990.9723,42.12763,1651.2479,1359.9565,6.6316657,4.675123,1295.823,16.435669,9.152386,338.30148,20.33678,41.70883,21.340466,70.917145,301.14935,294.20084,3.0076802,29.95816,52.89251,354.85748,5.256466,84.38445,7.3691645,1.6209224,57.331924,1.2705758,1.4861177,5.106673,10.163652,22.99287,16.241968,28.060797,208.60185,29.8694,13.983967,26.71623,6.728975,81.611725,3.1746192,3.9077194,5.858199,63.25397,1.5639131,3.3267903,10.146956,16.678864,15.172273,4.6077237,1.2994632,79.10665,9.712924,197.33302,7.0822277,320.65973,18.099909,1020.2873,130.16243,4.4517875,8.239975,203.31145,254.05797,1170.3483,834.587 +2023-03-09 20:00:00,0.0,2744.3398,27.777826,7.287477,7.401737,27.910152,176.48221,26.596615,52.533478,22.341291,34.61902,153.84164,277.46982,14.206203,21.515806,12.36236,2.6323493,31.469826,31.9485,23.390461,416.91776,15.52469,329.5645,127.68195,22.454815,195.67287,152.71574,71.80397,689.6416,268.36313,1801.7314,33.59814,2362.7395,449.54224,24.650982,20.376263,132.81284,154.05215,268.18332,915.9068,55.56317,14.000951,9.472604,752.367,466.67206,68.51752,29.321896,239.39258,30.3837,292.36908,12.298189,49.20581,0.0,1742.4719,2854.8547,0.91603065,34.776768,21.310125,17896.076,51.8931,1.7965364,29.826115,52.36294,32.525627,9.640188,28.683384,403.83368,29.080906,20.803144,1.8468028,8.261683,537.3941,0.36515337,309.1174,71.873116,2640.9797,117.707436,133.31633,181.6212,993.74835,65.22674,60.303936,645.4308,50.633682,48.022797,11.136944,36.228664,219.44661,10.992485,8.438892,84.08557,17.586708,4588.2783,23.080343,34.44355,20.442484,23.439894,354.44623,96.62797,36.553764,10.185123,11.569059,34.65786,79.47487,195.74562,55.478897,243.7402,31.00075,26.22855,98.957924,71.655106,38.953033,151.41603,16.583818,3.1423924,18.744377,16.57478,2016.7523,21.191832,19.522915,159.25027,24.046425,255.8184,94.65269,195.6041,8.343622,106.90905,617.78674,603.63074,56.124924,540.8727,118.19695,71.36043,71.1118,134.43008,23.160265,57.14071,483.11734,14.220153,20.75017,322.32562,10.267588,6.3923435,82.40938,68.549934,700.35583,181.40799,175.91365,1991.0763,42.178642,1651.7028,1360.3878,6.633285,4.6750445,1295.7241,16.431139,9.153897,338.25876,20.3411,41.720486,21.351677,70.97312,301.38577,294.13187,3.0082474,29.962057,52.9062,355.09055,5.2578144,84.38875,7.369848,1.620754,57.325733,1.2706753,1.4860264,5.1063733,10.163688,22.999226,16.250645,28.067562,208.73405,29.869175,13.981183,26.703629,6.72742,81.59744,3.174104,3.9049282,5.857527,63.250744,1.5618125,3.3252687,10.136898,16.712769,15.171736,4.6052327,1.3010367,79.18891,9.719073,197.38612,7.088381,320.94174,18.106062,1019.97125,130.26366,4.453793,8.243487,203.59477,254.41765,1171.6512,834.41833 +2023-03-09 21:00:00,0.0,2745.8777,27.779469,7.2990355,7.401148,27.92534,176.485,26.603518,52.557606,22.345762,34.631317,153.86252,277.6245,14.216002,21.516478,12.358387,2.631248,31.474977,31.913647,23.380445,416.95447,15.50175,329.49747,127.64997,22.427298,195.45241,152.64221,71.78164,689.3522,268.32083,1801.7031,33.55451,2362.805,448.816,24.624683,20.352388,132.65437,154.12642,268.17502,914.7979,55.57762,14.008974,9.471898,752.6002,466.10892,68.52971,29.341541,239.39081,30.368801,292.33612,12.296392,49.22448,0.0,1744.072,2857.9775,0.9190003,34.771053,21.319515,17904.705,51.919827,1.797368,29.887558,52.46928,32.538845,9.641948,28.742222,403.93454,29.088625,20.83605,1.8499699,8.262485,537.6662,0.36505193,309.4432,71.82016,2641.4526,117.636086,133.37874,181.64243,992.3955,65.16215,60.278404,644.78595,50.584133,47.97886,11.140307,36.22828,219.44975,10.992193,8.43826,84.11384,17.591122,4588.229,23.088692,34.47984,20.450785,23.451265,354.45697,96.61324,36.58468,10.188335,11.574084,34.684547,79.52986,195.88817,55.528328,243.79878,31.002438,26.26499,98.985016,71.82117,39.03352,151.36752,16.571638,3.1494555,18.737196,16.600803,2020.6888,21.1769,19.59097,159.2373,24.057856,255.963,94.67715,195.76653,8.343302,106.889046,618.37286,604.2283,56.17452,542.006,118.23562,71.45479,71.117516,134.31319,23.142717,57.113968,483.22046,14.212116,20.738539,322.21243,10.267165,6.3914413,82.391075,68.55361,700.36597,181.3815,175.92567,1991.1802,42.229656,1652.1575,1360.8191,6.6349044,4.6749663,1295.6254,16.426607,9.15541,338.21603,20.345423,41.732136,21.362888,71.02909,301.62222,294.06287,3.0088146,29.965956,52.91989,355.3236,5.259163,84.39305,7.370531,1.6205854,57.319542,1.270775,1.4859352,5.106074,10.163723,23.00558,16.25932,28.074327,208.86627,29.868952,13.978398,26.691029,6.7258644,81.58317,3.1735888,3.9021368,5.856855,63.24752,1.5597119,3.3237472,10.126841,16.746674,15.171198,4.6027417,1.3026103,79.27118,9.725224,197.43924,7.094534,321.22375,18.112215,1019.6552,130.3649,4.4557986,8.247001,203.8781,254.77733,1172.9543,834.24963 +2023-03-09 22:00:00,0.0,2747.4155,27.781109,7.3105936,7.400559,27.94053,176.4878,26.61042,52.581734,22.350231,34.643612,153.88339,277.77917,14.225801,21.51715,12.354413,2.6301467,31.48013,31.878794,23.37043,416.99115,15.47881,329.43042,127.61798,22.399778,195.23195,152.5687,71.7593,689.06274,268.27853,1801.6748,33.510876,2362.87,448.0898,24.598387,20.328512,132.4959,154.20068,268.16675,913.6891,55.59207,14.016997,9.471193,752.83344,465.5458,68.5419,29.361189,239.38905,30.353903,292.30316,12.294596,49.243145,0.0,1745.6722,2861.1003,0.92197,34.76534,21.328905,17913.336,51.946552,1.7981998,29.949001,52.57562,32.55206,9.643706,28.801062,404.0354,29.096346,20.868958,1.8531369,8.263286,537.9383,0.36495045,309.76904,71.767204,2641.9253,117.564735,133.44116,181.66365,991.0427,65.09755,60.252872,644.1411,50.534584,47.93492,11.143672,36.22789,219.45291,10.991901,8.437628,84.142105,17.595537,4588.179,23.09704,34.51613,20.459087,23.462637,354.46774,96.59851,36.615593,10.191547,11.57911,34.711235,79.584854,196.0307,55.577755,243.85736,31.004124,26.30143,99.0121,71.98723,39.11401,151.319,16.559458,3.156519,18.730015,16.62683,2024.6254,21.161972,19.659023,159.22433,24.069286,256.1076,94.701614,195.92897,8.342982,106.86904,618.959,604.8258,56.224113,543.13934,118.274284,71.54916,71.12323,134.1963,23.125172,57.087223,483.3236,14.20408,20.726908,322.09924,10.266744,6.390539,82.37277,68.55729,700.3761,181.355,175.93771,1991.2842,42.28067,1652.6123,1361.2504,6.6365237,4.674888,1295.5265,16.422075,9.156921,338.1733,20.349745,41.74379,21.374098,71.08506,301.85864,293.99387,3.0093818,29.969852,52.933582,355.5567,5.260512,84.397354,7.3712144,1.6204169,57.31335,1.2708746,1.4858439,5.1057744,10.163758,23.011936,16.267996,28.081093,208.99847,29.868727,13.975615,26.678427,6.724309,81.568886,3.1730735,3.8993456,5.8561826,63.244293,1.5576113,3.3222256,10.116783,16.780579,15.17066,4.6002507,1.304184,79.35344,9.731373,197.49234,7.100687,321.50577,18.118368,1019.3391,130.46614,4.457804,8.250514,204.16142,255.137,1174.2574,834.081 +2023-03-09 23:00:00,0.0,2748.9531,27.782751,7.3221517,7.3999696,27.95572,176.49059,26.617323,52.60586,22.354702,34.65591,153.90427,277.93384,14.2355995,21.517822,12.350439,2.6290457,31.485281,31.84394,23.360415,417.02783,15.455871,329.3634,127.586,22.372261,195.01147,152.49516,71.73697,688.7733,268.23624,1801.6466,33.467247,2362.9355,447.3636,24.57209,20.304638,132.33742,154.27493,268.15845,912.5802,55.606518,14.025022,9.470488,753.0666,464.98267,68.554085,29.380835,239.3873,30.339005,292.27023,12.292799,49.261814,0.0,1747.2725,2864.223,0.92493963,34.759624,21.338295,17921.965,51.973274,1.7990314,30.010447,52.681953,32.565277,9.645466,28.859901,404.13626,29.104065,20.901863,1.8563039,8.264087,538.2103,0.364849,310.09488,71.71425,2642.3982,117.493385,133.50359,181.68488,989.6899,65.03296,60.22734,643.4963,50.485035,47.890984,11.147036,36.22751,219.45607,10.99161,8.436995,84.17037,17.599953,4588.13,23.105389,34.552418,20.467388,23.474007,354.4785,96.583786,36.646507,10.19476,11.584136,34.737923,79.63985,196.17325,55.627186,243.91594,31.00581,26.33787,99.03919,72.15329,39.194496,151.2705,16.547277,3.163582,18.722836,16.652855,2028.5619,21.147041,19.727077,159.21136,24.080717,256.2522,94.726074,196.0914,8.342662,106.84904,619.5451,605.42334,56.273705,544.27264,118.31295,71.64352,71.128944,134.0794,23.107624,57.060482,483.42673,14.196043,20.715277,321.98608,10.266321,6.389637,82.35448,68.56097,700.3863,181.3285,175.94974,1991.3882,42.331684,1653.067,1361.6816,6.638143,4.6748095,1295.4276,16.417543,9.158434,338.13058,20.354065,41.755444,21.38531,71.14104,302.09506,293.92487,3.009949,29.973751,52.947277,355.78976,5.2618604,84.40166,7.371897,1.6202483,57.30716,1.2709743,1.4857526,5.105475,10.163794,23.01829,16.27667,28.087858,209.13068,29.868504,13.97283,26.665827,6.7227535,81.5546,3.1725583,3.8965545,5.8555107,63.241066,1.5555108,3.320704,10.106725,16.814482,15.170122,4.5977597,1.3057575,79.4357,9.737523,197.54546,7.10684,321.78778,18.12452,1019.0231,130.56737,4.45981,8.254027,204.44475,255.49667,1175.5605,833.9123 +2023-03-10 00:00:00,0.0,2750.491,27.784393,7.3337097,7.39938,27.97091,176.4934,26.624226,52.629993,22.35917,34.66821,153.92514,278.0885,14.2453985,21.518494,12.346465,2.6279445,31.490435,31.809088,23.350399,417.06454,15.43293,329.29636,127.554016,22.344742,194.79102,152.42163,71.71464,688.4839,268.19394,1801.6183,33.423615,2363.001,446.6374,24.545794,20.280764,132.17896,154.3492,268.15015,911.4713,55.620968,14.033045,9.469782,753.2998,464.41956,68.56628,29.40048,239.38553,30.324106,292.23727,12.291002,49.28048,0.0,1748.8726,2867.3457,0.9279093,34.753914,21.347685,17930.594,52.0,1.7998631,30.07189,52.788296,32.578495,9.647225,28.91874,404.23712,29.111784,20.93477,1.859471,8.264888,538.4824,0.36474752,310.42072,71.66129,2642.8708,117.42204,133.566,181.70609,988.33704,64.96837,60.20181,642.85144,50.43549,47.847046,11.1504,36.22712,219.45923,10.991318,8.436362,84.19864,17.604366,4588.0806,23.113737,34.58871,20.475689,23.485378,354.48923,96.56905,36.677418,10.197972,11.589162,34.76461,79.69484,196.3158,55.676613,243.97452,31.007496,26.37431,99.06628,72.31936,39.274986,151.22198,16.535097,3.1706452,18.715654,16.67888,2032.4985,21.132113,19.79513,159.1984,24.092148,256.3968,94.750534,196.25385,8.342342,106.82903,620.1312,606.0209,56.3233,545.406,118.35161,71.737885,71.13467,133.96251,23.090078,57.03374,483.52985,14.188006,20.703646,321.8729,10.265899,6.3887343,82.336174,68.564644,700.3964,181.30202,175.96178,1991.4922,42.382698,1653.5219,1362.1129,6.6397624,4.6747313,1295.3287,16.413012,9.1599455,338.08786,20.358387,41.767097,21.39652,71.19701,302.3315,293.85587,3.0105162,29.97765,52.960968,356.02283,5.263209,84.40595,7.3725805,1.6200799,57.30097,1.2710738,1.4856614,5.1051755,10.163828,23.024645,16.285347,28.094624,209.26288,29.868279,13.970046,26.653225,6.7211986,81.54032,3.172043,3.8937633,5.854839,63.237843,1.55341,3.3191822,10.096667,16.848387,15.169585,4.5952687,1.3073311,79.51796,9.743673,197.59856,7.1129937,322.0698,18.130672,1018.70703,130.66861,4.4618154,8.257541,204.72807,255.85634,1176.8636,833.7436 +2023-03-10 01:00:00,0.0,2752.0286,27.786036,7.3452682,7.398791,27.9861,176.49619,26.63113,52.65412,22.363642,34.680508,153.94601,278.2432,14.255198,21.519167,12.342491,2.6268432,31.495586,31.774233,23.340384,417.10123,15.40999,329.2293,127.522026,22.317223,194.57054,152.3481,71.69231,688.19446,268.15164,1801.59,33.379982,2363.0664,445.91116,24.519495,20.256887,132.02048,154.42346,268.14188,910.3624,55.635418,14.041068,9.469076,753.533,463.8564,68.57847,29.420126,239.38376,30.30921,292.2043,12.289206,49.29915,0.0,1750.4728,2870.4685,0.930879,34.7482,21.357075,17939.223,52.026722,1.8006947,30.133333,52.894634,32.591713,9.648984,28.97758,404.33798,29.119503,20.967676,1.862638,8.26569,538.7545,0.36464608,310.74652,71.60833,2643.3438,117.35069,133.6284,181.72731,986.9842,64.90378,60.176277,642.2066,50.38594,47.80311,11.153764,36.226738,219.46237,10.991026,8.435729,84.226906,17.608782,4588.0312,23.122086,34.625,20.48399,23.49675,354.5,96.55433,36.708332,10.201184,11.594187,34.791298,79.74983,196.45834,55.726044,244.0331,31.009182,26.41075,99.09337,72.48542,39.355473,151.17346,16.522917,3.1777084,18.708473,16.704906,2036.435,21.117184,19.863184,159.18542,24.103579,256.54138,94.775,196.41628,8.342022,106.80903,620.71735,606.61847,56.37289,546.5393,118.390274,71.832245,71.14038,133.84563,23.07253,57.007,483.63297,14.17997,20.692013,321.7597,10.265476,6.387832,82.31788,68.56832,700.40656,181.27551,175.9738,1991.5961,42.433712,1653.9766,1362.5442,6.6413813,4.6746526,1295.23,16.40848,9.161458,338.04514,20.362707,41.77875,21.40773,71.252975,302.56793,293.78687,3.0110834,29.981546,52.97466,356.25592,5.2645574,84.410255,7.373264,1.6199113,57.294777,1.2711735,1.4855701,5.104876,10.163863,23.031,16.294024,28.101389,209.39508,29.868055,13.967261,26.640625,6.719643,81.52604,3.1715279,3.890972,5.8541665,63.234615,1.5513095,3.3176606,10.086609,16.882292,15.169047,4.5927777,1.3089046,79.60023,9.749823,197.65167,7.119147,322.3518,18.136826,1018.3909,130.76985,4.4638214,8.261053,205.0114,256.216,1178.1667,833.57495 +2023-03-10 02:00:00,0.0,2753.5664,27.787678,7.3568263,7.3982015,28.001287,176.49898,26.638033,52.67825,22.36811,34.692806,153.96689,278.39786,14.264996,21.519838,12.338517,2.6257422,31.500738,31.73938,23.330368,417.13794,15.387051,329.1623,127.49004,22.289705,194.35008,152.27458,71.669975,687.905,268.10934,1801.5616,33.336353,2363.1318,445.18494,24.493198,20.233013,131.862,154.49771,268.13358,909.25354,55.649864,14.049091,9.468371,753.76624,463.29327,68.59065,29.439772,239.38199,30.294312,292.1714,12.287409,49.317818,0.0,1752.073,2873.5913,0.9338487,34.742485,21.366465,17947.852,52.053448,1.8015264,30.194778,53.000973,32.60493,9.6507435,29.036417,404.43884,29.127222,21.000582,1.865805,8.266491,539.0266,0.36454463,311.07236,71.555374,2643.8167,117.27934,133.69083,181.74854,985.6314,64.83918,60.150745,641.56177,50.33639,47.759167,11.157128,36.22635,219.46553,10.990734,8.435097,84.25517,17.613195,4587.982,23.130434,34.66129,20.492292,23.50812,354.51074,96.5396,36.739246,10.204396,11.599213,34.817986,79.804825,196.60088,55.77547,244.09167,31.01087,26.44719,99.12045,72.65148,39.435963,151.12495,16.510736,3.1847715,18.701292,16.730932,2040.3716,21.102253,19.931238,159.17245,24.11501,256.68597,94.79946,196.57872,8.3417015,106.789024,621.30347,607.216,56.422485,547.67267,118.42894,71.92661,71.146095,133.72873,23.054985,56.980255,483.73608,14.171933,20.680382,321.6465,10.265054,6.38693,82.299576,68.572,700.41675,181.24902,175.98584,1991.7001,42.484726,1654.4314,1362.9755,6.6430006,4.6745744,1295.1311,16.40395,9.162971,338.0024,20.36703,41.790405,21.418941,71.308945,302.80438,293.71786,3.0116506,29.985445,52.98835,356.48898,5.265906,84.41456,7.373947,1.6197428,57.288586,1.2712731,1.4854789,5.1045766,10.163898,23.037355,16.302698,28.108154,209.5273,29.86783,13.964478,26.628025,6.7180877,81.511765,3.1710126,3.8881807,5.8534946,63.231388,1.5492089,3.316139,10.076551,16.916197,15.1685095,4.5902867,1.3104783,79.68249,9.755973,197.70477,7.1253,322.63382,18.142977,1018.0749,130.8711,4.465827,8.264566,205.29472,256.57568,1179.4698,833.40625 +2023-03-10 03:00:00,0.0,2755.104,27.78932,7.3683844,7.397612,28.016478,176.50177,26.644936,52.70238,22.372581,34.705105,153.98776,278.55252,14.274795,21.52051,12.334543,2.624641,31.50589,31.704527,23.320353,417.17462,15.364111,329.09525,127.45805,22.262186,194.12962,152.20105,71.647644,687.6156,268.06705,1801.5333,33.29272,2363.1973,444.45874,24.466902,20.209139,131.70352,154.57198,268.1253,908.14465,55.664314,14.057115,9.467666,753.9994,462.73016,68.602844,29.459417,239.38022,30.279413,292.13843,12.285612,49.336483,0.0,1753.6731,2876.7139,0.93681836,34.73677,21.375854,17956.48,52.08017,1.802358,30.256222,53.107307,32.61815,9.652502,29.095257,404.53973,29.134941,21.03349,1.8689721,8.267292,539.29865,0.36444315,311.3982,71.50242,2644.2893,117.20799,133.75323,181.76976,984.27856,64.77459,60.125214,640.91693,50.286842,47.71523,11.160492,36.225964,219.46869,10.990442,8.434464,84.28344,17.61761,4587.9326,23.138783,34.697582,20.500593,23.519491,354.52148,96.52487,36.77016,10.207608,11.6042385,34.844673,79.85982,196.74342,55.824898,244.15024,31.012556,26.48363,99.147545,72.81754,39.51645,151.07645,16.498556,3.1918347,18.694113,16.756958,2044.3081,21.087324,19.999292,159.15948,24.12644,256.83057,94.82392,196.74115,8.341382,106.76902,621.8896,607.81354,56.472076,548.80597,118.467606,72.02097,71.15181,133.61185,23.037437,56.953514,483.8392,14.163897,20.66875,321.53336,10.264631,6.3860273,82.28128,68.575676,700.4269,181.22252,175.99786,1991.804,42.53574,1654.8861,1363.4069,6.64462,4.6744957,1295.0322,16.399418,9.164482,337.95966,20.37135,41.802055,21.430153,71.36492,303.0408,293.6489,3.0122178,29.989342,53.00204,356.72205,5.2672544,84.41886,7.3746305,1.6195742,57.282394,1.2713728,1.4853876,5.104277,10.163934,23.043709,16.311375,28.11492,209.6595,29.867607,13.961694,26.615423,6.7165327,81.49748,3.1704974,3.8853896,5.852823,63.228165,1.5471083,3.3146174,10.066493,16.9501,15.167972,4.5877957,1.3120519,79.76475,9.762122,197.75789,7.131453,322.91586,18.14913,1017.75885,130.97232,4.4678326,8.26808,205.57805,256.93536,1180.773,833.2376 +2023-03-10 04:00:00,0.0,2756.6418,27.790962,7.3799424,7.397023,28.031668,176.50456,26.651838,52.72651,22.377052,34.717403,154.00864,278.70718,14.284593,21.521183,12.33057,2.6235397,31.511042,31.669674,23.310337,417.2113,15.341171,329.0282,127.42607,22.234667,193.90915,152.12752,71.625305,687.3262,268.02475,1801.505,33.24909,2363.2627,443.7325,24.440605,20.185265,131.54504,154.64624,268.117,907.0358,55.678764,14.065138,9.46696,754.2326,462.16702,68.615036,29.479063,239.37846,30.264515,292.10547,12.283815,49.355152,0.0,1755.2734,2879.8367,0.939788,34.731056,21.385244,17965.11,52.106895,1.8031898,30.317665,53.21365,32.631363,9.654262,29.154095,404.6406,29.14266,21.066395,1.8721391,8.268093,539.57074,0.3643417,311.72403,71.44946,2644.7622,117.13664,133.81566,181.79099,982.9257,64.71,60.099678,640.2721,50.237293,47.67129,11.1638565,36.22558,219.47185,10.99015,8.433831,84.31171,17.622026,4587.8833,23.147131,34.73387,20.508894,23.530863,354.53226,96.51015,36.801075,10.210821,11.609263,34.87136,79.91481,196.88597,55.87433,244.20882,31.014242,26.52007,99.17463,72.983604,39.59694,151.02792,16.486376,3.1988978,18.686932,16.782984,2048.2446,21.072393,20.067347,159.1465,24.13787,256.9752,94.84839,196.9036,8.341062,106.749016,622.4757,608.4111,56.52167,549.93933,118.50627,72.11534,71.157524,133.49495,23.019892,56.926773,483.94232,14.15586,20.65712,321.42017,10.264209,6.385125,82.26298,68.57936,700.437,181.19603,176.0099,1991.9081,42.586754,1655.3408,1363.8381,6.6462393,4.6744175,1294.9333,16.394886,9.165995,337.91693,20.375671,41.81371,21.441362,71.42089,303.27725,293.5799,3.012785,29.99324,53.01573,356.9551,5.268603,84.42316,7.3753138,1.6194057,57.276203,1.2714723,1.4852964,5.1039777,10.163969,23.050064,16.32005,28.121685,209.7917,29.867384,13.958909,26.602823,6.7149773,81.4832,3.1699822,3.8825984,5.8521504,63.224937,1.5450076,3.3130958,10.056436,16.984005,15.167435,4.5853047,1.3136255,79.84701,9.768272,197.81099,7.137606,323.19788,18.155283,1017.44275,131.07356,4.469838,8.271593,205.86137,257.29504,1182.076,833.0689 +2023-03-10 05:00:00,0.0,2758.1794,27.792603,7.391501,7.396434,28.046856,176.50735,26.658741,52.750637,22.381521,34.729702,154.02951,278.86188,14.294392,21.521854,12.326596,2.6224384,31.516193,31.63482,23.300322,417.24802,15.318232,328.96115,127.39409,22.20715,193.68869,152.05399,71.602974,687.03674,267.98245,1801.4767,33.20546,2363.328,443.0063,24.414309,20.161388,131.38658,154.72049,268.10873,905.92694,55.69321,14.073161,9.466254,754.4658,461.6039,68.62722,29.498709,239.37671,30.249617,292.07254,12.282019,49.373817,0.0,1756.8735,2882.9595,0.94275767,34.725346,21.394632,17973.738,52.13362,1.8040214,30.37911,53.31999,32.64458,9.656021,29.212934,404.74146,29.15038,21.099302,1.8753061,8.268895,539.84283,0.36424023,312.04984,71.39651,2645.2349,117.0653,133.87808,181.8122,981.5729,64.64541,60.074146,639.62726,50.187744,47.627354,11.16722,36.225193,219.475,10.989858,8.433199,84.33997,17.62644,4587.8335,23.15548,34.77016,20.517197,23.542233,354.543,96.495415,36.83199,10.214033,11.614289,34.898052,79.9698,197.02852,55.923756,244.2674,31.015928,26.556509,99.20172,73.149666,39.677425,150.97942,16.474197,3.205961,18.67975,16.80901,2052.1812,21.057465,20.1354,159.13353,24.149302,257.11978,94.87285,197.06602,8.340741,106.72901,623.0618,609.0086,56.571262,551.07263,118.54494,72.2097,71.163246,133.37805,23.002344,56.900032,484.04547,14.147823,20.645489,321.30698,10.263786,6.384223,82.24468,68.58304,700.4472,181.16954,176.02193,1992.0121,42.637768,1655.7957,1364.2694,6.6478586,4.6743393,1294.8345,16.390354,9.167506,337.8742,20.379993,41.825363,21.452574,71.47686,303.51367,293.5109,3.0133522,29.997139,53.029423,357.1882,5.2699513,84.42746,7.375997,1.6192372,57.27001,1.271572,1.485205,5.1036787,10.164003,23.05642,16.328726,28.12845,209.9239,29.867159,13.956125,26.590221,6.713422,81.46892,3.169467,3.8798072,5.8514786,63.221714,1.542907,3.311574,10.046377,17.01791,15.166897,4.5828137,1.3151991,79.929276,9.774422,197.86409,7.1437593,323.4799,18.161436,1017.1267,131.1748,4.4718437,8.275105,206.1447,257.65472,1183.3792,832.9002 +2023-03-10 06:00:00,0.0,2759.7173,27.794245,7.403059,7.3958445,28.062046,176.51015,26.665644,52.77477,22.385992,34.742,154.05038,279.01654,14.304191,21.522526,12.322622,2.6213374,31.521347,31.599968,23.290306,417.2847,15.295292,328.89413,127.3621,22.17963,193.46822,151.98047,71.58064,686.7473,267.94016,1801.4484,33.161827,2363.3933,442.2801,24.38801,20.137514,131.2281,154.79475,268.10043,904.81805,55.70766,14.081184,9.465549,754.69904,461.04077,68.63941,29.518354,239.37494,30.234718,292.03958,12.280222,49.392487,0.0,1758.4738,2886.0823,0.94572735,34.71963,21.404022,17982.367,52.160343,1.8048531,30.440554,53.426327,32.6578,9.65778,29.271772,404.84232,29.158098,21.132208,1.8784732,8.269696,540.11487,0.36413878,312.37567,71.343544,2645.7078,116.99395,133.94049,181.83342,980.22003,64.58082,60.048615,638.9824,50.138195,47.583416,11.170585,36.224808,219.47815,10.989566,8.432567,84.36825,17.630856,4587.784,23.163828,34.80645,20.525497,23.553604,354.55374,96.48069,36.862904,10.217245,11.619315,34.92474,80.024796,197.17105,55.973186,244.32597,31.017616,26.592949,99.228806,73.31573,39.757915,150.9309,16.462017,3.2130241,18.672571,16.835035,2056.118,21.042536,20.203455,159.12056,24.160732,257.26437,94.89731,197.22847,8.340422,106.70901,623.64795,609.6062,56.620857,552.206,118.5836,72.30407,71.16896,133.26117,22.984798,56.873287,484.1486,14.139787,20.633858,321.19382,10.263364,6.3833203,82.22638,68.586716,700.45734,181.14304,176.03397,1992.116,42.68878,1656.2504,1364.7007,6.649478,4.6742606,1294.7357,16.385822,9.169019,337.83148,20.384314,41.837017,21.463785,71.53284,303.7501,293.4419,3.0139194,30.001036,53.043114,357.42126,5.2713,84.43176,7.37668,1.6190686,57.26382,1.2716717,1.4851139,5.1033792,10.164039,23.062775,16.3374,28.135214,210.05612,29.866936,13.953341,26.577621,6.711867,81.454636,3.1689517,3.8770158,5.850806,63.218487,1.5408064,3.3100524,10.03632,17.051815,15.166359,4.5803223,1.3167727,80.011536,9.780572,197.9172,7.149913,323.7619,18.167587,1016.81067,131.27603,4.4738493,8.278619,206.42801,258.01437,1184.6823,832.73157 +2023-03-10 07:00:00,0.0,2761.2551,27.795887,7.414617,7.395255,28.077236,176.51295,26.672546,52.798897,22.390461,34.7543,154.07127,279.1712,14.313989,21.5232,12.318648,2.6202362,31.526499,31.565115,23.28029,417.32138,15.272351,328.8271,127.33012,22.152113,193.24776,151.90694,71.55831,686.4579,267.89786,1801.42,33.1182,2363.4587,441.55386,24.361713,20.11364,131.06963,154.86902,268.09216,903.70917,55.72211,14.089208,9.464844,754.93225,460.47766,68.6516,29.538,239.37317,30.21982,292.00662,12.278425,49.41115,0.0,1760.074,2889.2048,0.94869703,34.713917,21.413412,17990.998,52.18707,1.8056847,30.501997,53.53266,32.671017,9.659539,29.330612,404.94318,29.165817,21.165115,1.8816402,8.270497,540.38696,0.3640373,312.7015,71.29059,2646.1804,116.9226,134.00291,181.85464,978.86725,64.51622,60.023083,638.3376,50.088646,47.53948,11.173948,36.22442,219.48131,10.989274,8.431933,84.396515,17.635271,4587.735,23.172176,34.842743,20.533798,23.564976,354.5645,96.46596,36.893818,10.220457,11.62434,34.951427,80.07979,197.3136,56.022614,244.38455,31.019302,26.629389,99.2559,73.48179,39.8384,150.88239,16.449837,3.2200873,18.66539,16.861061,2060.0544,21.027605,20.27151,159.10759,24.172163,257.40897,94.921776,197.3909,8.340101,106.689,624.2341,610.20374,56.670452,553.3393,118.62227,72.39844,71.174675,133.14427,22.96725,56.846546,484.2517,14.13175,20.622227,321.08063,10.262941,6.382418,82.208084,68.59039,700.46747,181.11655,176.04599,1992.22,42.739796,1656.7052,1365.132,6.6510973,4.6741824,1294.6368,16.38129,9.17053,337.78876,20.388636,41.84867,21.474995,71.588806,303.98654,293.3729,3.0144866,30.004934,53.056805,357.65433,5.2726483,84.436066,7.377363,1.6189001,57.25763,1.2717713,1.4850225,5.10308,10.164074,23.06913,16.346077,28.14198,210.18832,29.86671,13.950557,26.56502,6.7103114,81.44035,3.1684365,3.8742247,5.8501344,63.21526,1.5387058,3.3085308,10.026262,17.085718,15.165821,4.5778313,1.3183463,80.093796,9.786721,197.9703,7.156066,324.0439,18.17374,1016.49457,131.37727,4.475855,8.282132,206.71133,258.37405,1185.9854,832.56287 +2023-03-10 08:00:00,0.0,2762.7927,27.79753,7.426175,7.3946657,28.092424,176.51575,26.67945,52.823025,22.394932,34.766598,154.09215,279.32587,14.323788,21.52387,12.314674,2.619135,31.53165,31.530262,23.270275,417.3581,15.249412,328.76004,127.29813,22.124594,193.0273,151.8334,71.53598,686.16846,267.85556,1801.3918,33.074566,2363.5242,440.82764,24.335417,20.089764,130.91115,154.94328,268.08386,902.6003,55.73656,14.097231,9.464138,755.1654,459.91452,68.66379,29.557646,239.3714,30.204922,291.9737,12.2766285,49.42982,0.0,1761.6741,2892.3276,0.9516667,34.708202,21.422802,17999.627,52.21379,1.8065163,30.563442,53.639,32.684235,9.661298,29.389452,405.04404,29.173536,21.19802,1.8848072,8.271298,540.65906,0.36393586,313.02734,71.23763,2646.6533,116.85125,134.06534,181.87587,977.5144,64.45163,59.99755,637.69275,50.039097,47.49554,11.177313,36.224037,219.48447,10.988982,8.431301,84.42478,17.639685,4587.6855,23.180525,34.879032,20.5421,23.576345,354.57526,96.45123,36.924732,10.223669,11.629366,34.978115,80.13478,197.45615,56.072044,244.44313,31.020988,26.665827,99.28298,73.64785,39.91889,150.83388,16.437656,3.2271504,18.658209,16.887087,2063.991,21.012676,20.339561,159.09462,24.183594,257.55356,94.946236,197.55334,8.339781,106.669,624.82025,610.8013,56.720043,554.47266,118.660934,72.4928,71.18039,133.02739,22.949705,56.819805,484.35483,14.1237135,20.610594,320.96744,10.262519,6.381516,82.18978,68.59407,700.47766,181.09004,176.05803,1992.3239,42.790813,1657.1599,1365.5632,6.652716,4.6741037,1294.538,16.37676,9.172043,337.74603,20.392956,41.860325,21.486206,71.644775,304.22296,293.3039,3.0150537,30.008831,53.070496,357.88742,5.2739973,84.44036,7.3780465,1.6187315,57.251434,1.2718709,1.4849312,5.1027803,10.164109,23.075483,16.354752,28.148745,210.32053,29.866488,13.947772,26.55242,6.708756,81.42608,3.1679213,3.8714335,5.8494625,63.212036,1.5366051,3.3070092,10.016204,17.119623,15.165284,4.5753403,1.3199198,80.176056,9.792871,198.02342,7.162219,324.32593,18.179893,1016.1785,131.47852,4.4778605,8.2856455,206.99466,258.73373,1187.2885,832.3942 +2023-03-10 09:00:00,0.0,2764.3306,27.799171,7.4377337,7.3940763,28.107615,176.51854,26.686352,52.847157,22.3994,34.778896,154.11302,279.48056,14.333587,21.524542,12.3107,2.618034,31.536802,31.495407,23.26026,417.39478,15.226472,328.69302,127.26614,22.097075,192.80682,151.75987,71.51365,685.879,267.81326,1801.3635,33.030933,2363.5896,440.10144,24.30912,20.06589,130.75267,155.01753,268.0756,901.4914,55.751007,14.105254,9.463432,755.3986,459.3514,68.67598,29.577291,239.36963,30.190023,291.94073,12.274832,49.448486,0.0,1763.2743,2895.4504,0.95463634,34.702488,21.432192,18008.256,52.240517,1.807348,30.624886,53.745342,32.697453,9.663057,29.44829,405.1449,29.181255,21.230928,1.8879743,8.2720995,540.9311,0.3638344,313.35318,71.18468,2647.126,116.7799,134.12775,181.89708,976.16156,64.38704,59.97202,637.0479,49.989548,47.451603,11.180676,36.223648,219.48763,10.98869,8.430668,84.45305,17.6441,4587.636,23.188873,34.91532,20.550402,23.587717,354.586,96.4365,36.955647,10.226882,11.634392,35.004803,80.18977,197.5987,56.12147,244.50171,31.022675,26.702267,99.310074,73.81391,39.99938,150.78535,16.425476,3.2342138,18.651028,16.913113,2067.9275,20.997747,20.407616,159.08165,24.195024,257.69815,94.970695,197.71577,8.339461,106.648994,625.4064,611.3988,56.769638,555.60596,118.69959,72.587166,71.186104,132.91049,22.932158,56.793064,484.45795,14.115676,20.598963,320.85425,10.262096,6.3806133,82.17148,68.59775,700.4878,181.06355,176.07005,1992.428,42.841827,1657.6147,1365.9945,6.6543355,4.6740255,1294.4391,16.372229,9.173554,337.7033,20.397278,41.871975,21.497417,71.70075,304.4594,293.2349,3.015621,30.01273,53.08419,358.12048,5.275346,84.444664,7.37873,1.618563,57.245243,1.2719705,1.48484,5.102481,10.1641445,23.081839,16.363428,28.15551,210.45273,29.866262,13.944988,26.539818,6.7072005,81.4118,3.167406,3.8686423,5.84879,63.20881,1.5345045,3.3054876,10.006146,17.153528,15.164746,4.5728493,1.3214935,80.25832,9.799021,198.07652,7.168372,324.60794,18.186045,1015.8625,131.57976,4.479866,8.289159,207.27798,259.0934,1188.5916,832.2255 +2023-03-10 10:00:00,0.0,2765.8682,27.800814,7.4492917,7.3934875,28.122803,176.52133,26.693254,52.871284,22.403872,34.79119,154.1339,279.63522,14.343385,21.525215,12.306726,2.6169326,31.541954,31.460554,23.250244,417.4315,15.203532,328.62598,127.23416,22.069557,192.58636,151.68636,71.49131,685.5896,267.77097,1801.3352,32.987305,2363.655,439.3752,24.282822,20.042015,130.59421,155.0918,268.0673,900.38257,55.765457,14.113278,9.462728,755.63184,458.78827,68.68817,29.59694,239.36787,30.175125,291.90778,12.273035,49.467155,0.0,1764.8744,2898.5732,0.957606,34.696777,21.441582,18016.885,52.26724,1.8081796,30.686329,53.85168,32.710667,9.664817,29.50713,405.24576,29.188974,21.263834,1.8911413,8.272902,541.2032,0.36373293,313.679,71.13172,2647.5989,116.70856,134.19016,181.9183,974.8087,64.32245,59.946487,636.40314,49.94,47.40766,11.184041,36.223263,219.49077,10.988399,8.430036,84.481316,17.648514,4587.587,23.197222,34.951614,20.558702,23.599089,354.59677,96.421776,36.98656,10.230094,11.639418,35.03149,80.24477,197.74123,56.170902,244.56029,31.024363,26.738707,99.33716,73.97997,40.07987,150.73685,16.413296,3.241277,18.643848,16.939137,2071.864,20.982817,20.47567,159.06868,24.206455,257.84277,94.99516,197.87822,8.339141,106.62899,625.9925,611.99634,56.81923,556.7393,118.73826,72.681526,71.191826,132.7936,22.914612,56.766323,484.56107,14.107639,20.587332,320.7411,10.261674,6.379711,82.15318,68.601425,700.4979,181.03706,176.08209,1992.5319,42.89284,1658.0695,1366.4258,6.655955,4.673947,1294.3403,16.367697,9.175067,337.66058,20.401598,41.88363,21.508627,71.75672,304.69583,293.16592,3.0161881,30.016628,53.09788,358.35355,5.2766943,84.44897,7.379413,1.6183945,57.23905,1.2720702,1.4847487,5.1021814,10.164179,23.088194,16.372105,28.162275,210.58495,29.86604,13.942204,26.527218,6.7056456,81.397514,3.1668909,3.865851,5.8481183,63.20558,1.532404,3.303966,9.996088,17.187433,15.164208,4.5703583,1.3230671,80.34058,9.805171,198.12964,7.1745253,324.88995,18.192198,1015.5464,131.68098,4.481872,8.292671,207.56131,259.4531,1189.8947,832.0569 +2023-03-10 11:00:00,0.0,2767.406,27.802456,7.46085,7.392898,28.137993,176.52412,26.700157,52.895412,22.40834,34.80349,154.15477,279.7899,14.353184,21.525887,12.302753,2.6158314,31.547106,31.425701,23.240229,417.46817,15.180593,328.55893,127.20217,22.042038,192.36589,151.61282,71.46898,685.3002,267.72867,1801.3069,32.943672,2363.7205,438.649,24.256525,20.018139,130.43573,155.16606,268.05902,899.2737,55.779907,14.121302,9.462022,755.86505,458.22513,68.700356,29.616585,239.36612,30.160227,291.87485,12.271238,49.48582,0.0,1766.4746,2901.696,0.9605757,34.691063,21.450972,18025.514,52.293964,1.8090113,30.747774,53.95802,32.723885,9.666575,29.565968,405.34662,29.196693,21.296741,1.8943083,8.273703,541.4753,0.3636315,314.00482,71.078766,2648.0715,116.63721,134.25258,181.93953,973.45593,64.25785,59.920956,635.7583,49.890453,47.363724,11.187405,36.222878,219.49393,10.988107,8.429403,84.50958,17.65293,4587.537,23.20557,34.987904,20.567003,23.610458,354.6075,96.40705,37.01747,10.233306,11.644443,35.058178,80.29976,197.88377,56.22033,244.61885,31.026049,26.775146,99.36425,74.146034,40.160355,150.68834,16.401115,3.2483401,18.636667,16.965162,2075.8005,20.967888,20.543724,159.05571,24.217886,257.98737,95.01962,198.04065,8.33882,106.608986,626.5786,612.5939,56.868824,557.8726,118.776924,72.775894,71.19754,132.67671,22.897064,56.73958,484.66418,14.099603,20.5757,320.6279,10.261251,6.378809,82.13488,68.6051,700.5081,181.01056,176.09413,1992.6359,42.943855,1658.5243,1366.8572,6.657574,4.6738687,1294.2415,16.363165,9.1765785,337.61786,20.40592,41.895283,21.519838,71.81269,304.93225,293.09692,3.0167553,30.020525,53.111572,358.58664,5.278043,84.45327,7.3800964,1.6182259,57.23286,1.2721698,1.4846575,5.101882,10.164214,23.09455,16.38078,28.16904,210.71715,29.865814,13.93942,26.514616,6.70409,81.38323,3.1663756,3.8630598,5.8474464,63.20236,1.5303034,3.3024442,9.986031,17.221336,15.163671,4.5678673,1.3246406,80.422844,9.81132,198.18274,7.180679,325.17197,18.19835,1015.23035,131.78223,4.4838777,8.296185,207.84464,259.81274,1191.1978,831.8882 +2023-03-10 12:00:00,0.0,2768.9436,27.804096,7.472408,7.3923087,28.153183,176.52692,26.70706,52.91954,22.412811,34.81579,154.17564,279.94455,14.362983,21.526558,12.2987795,2.6147304,31.552258,31.390848,23.230213,417.50485,15.157653,328.49188,127.17019,22.014519,192.14543,151.53929,71.44665,685.01074,267.68637,1801.2786,32.90004,2363.786,437.9228,24.230228,19.994265,130.27725,155.24031,268.05072,898.1648,55.794353,14.129325,9.461316,756.09827,457.66202,68.71255,29.63623,239.36435,30.14533,291.8419,12.269442,49.50449,0.0,1768.0747,2904.8186,0.9635454,34.68535,21.460361,18034.143,52.32069,1.809843,30.809217,54.064354,32.737103,9.668335,29.624807,405.44748,29.204412,21.329647,1.8974754,8.274504,541.7474,0.36353,314.33066,71.0258,2648.5444,116.56586,134.315,181.96075,972.1031,64.19326,59.895424,635.11346,49.840904,47.319786,11.190769,36.222492,219.49709,10.987815,8.42877,84.53785,17.657345,4587.488,23.213919,35.024193,20.575306,23.62183,354.61826,96.39232,37.048386,10.236518,11.649468,35.084866,80.35475,198.02632,56.26976,244.67743,31.027735,26.811586,99.391335,74.312096,40.240845,150.63982,16.388935,3.2554033,18.629486,16.991188,2079.737,20.952957,20.611778,159.04274,24.229317,258.13196,95.04408,198.2031,8.338501,106.58898,627.16473,613.19147,56.918415,559.006,118.81559,72.870255,71.203255,132.55981,22.879519,56.712837,484.7673,14.091566,20.56407,320.5147,10.260829,6.377907,82.116585,68.60878,700.51825,180.98407,176.10616,1992.7397,42.99487,1658.979,1367.2885,6.6591935,4.6737905,1294.1426,16.358633,9.178091,337.5751,20.410242,41.906937,21.53105,71.86867,305.1687,293.02792,3.0173225,30.024424,53.125263,358.8197,5.2793913,84.457565,7.3807797,1.6180574,57.22667,1.2722694,1.4845662,5.1015825,10.164249,23.100903,16.389456,28.175806,210.84935,29.865591,13.936636,26.502016,6.7025347,81.36895,3.1658604,3.8602686,5.846774,63.19913,1.5282028,3.3009226,9.975972,17.255241,15.163134,4.5653763,1.3262142,80.505104,9.817471,198.23586,7.186832,325.454,18.204502,1014.9143,131.88347,4.485883,8.299698,208.12796,260.17242,1192.5009,831.7195 +2023-03-10 13:00:00,0.0,2770.4814,27.805738,7.4839664,7.3917193,28.168371,176.52971,26.713963,52.943672,22.41728,34.828087,154.19652,280.09924,14.372781,21.527231,12.294806,2.613629,31.557411,31.355995,23.220198,417.54156,15.134712,328.42487,127.1382,21.987001,191.92497,151.46577,71.42432,684.7213,267.64407,1801.2502,32.85641,2363.851,437.19656,24.203932,19.97039,130.11877,155.31458,268.04245,897.0559,55.808804,14.137348,9.460611,756.3314,457.09888,68.72474,29.655876,239.36258,30.130432,291.80893,12.267645,49.523155,0.0,1769.6749,2907.9414,0.96651506,34.679634,21.469751,18042.771,52.347412,1.8106747,30.87066,54.170696,32.75032,9.670094,29.683645,405.54834,29.212132,21.362555,1.9006424,8.275305,542.0194,0.36342856,314.6565,70.97285,2649.017,116.49451,134.37741,181.98198,970.75024,64.12867,59.869892,634.4686,49.791355,47.27585,11.194133,36.222107,219.50024,10.987523,8.428138,84.56612,17.661758,4587.4385,23.222267,35.060482,20.583607,23.633202,354.62903,96.377594,37.0793,10.23973,11.654494,35.111553,80.409744,198.16887,56.319187,244.73601,31.02942,26.848026,99.41842,74.47816,40.32133,150.59131,16.376755,3.2624664,18.622307,17.017214,2083.6736,20.938028,20.679832,159.02977,24.240747,258.27655,95.06855,198.36552,8.338181,106.56898,627.75085,613.789,56.96801,560.1393,118.854256,72.96462,71.20897,132.44292,22.86197,56.686096,484.87045,14.083529,20.552439,320.40155,10.2604065,6.377004,82.09828,68.61246,700.5284,180.95758,176.1182,1992.8438,43.045883,1659.4338,1367.7197,6.660813,4.673712,1294.0437,16.354101,9.179604,337.53238,20.414562,41.91859,21.54226,71.92464,305.40512,292.95892,3.0178897,30.02832,53.138954,359.05276,5.28074,84.46187,7.381463,1.6178889,57.220478,1.272369,1.484475,5.101283,10.164285,23.107258,16.39813,28.182571,210.98155,29.865368,13.933851,26.489416,6.7009797,81.35467,3.1653452,3.8574774,5.846102,63.195908,1.5261021,3.299401,9.965915,17.289146,15.162596,4.5628853,1.3277879,80.58737,9.823621,198.28896,7.192985,325.73602,18.210655,1014.59827,131.9847,4.487889,8.303211,208.41129,260.5321,1193.804,831.55084 +2023-03-10 14:00:00,0.0,2772.0193,27.80738,7.4955244,7.39113,28.183561,176.53252,26.720867,52.9678,22.421751,34.840385,154.21739,280.2539,14.38258,21.527903,12.290832,2.6125278,31.562563,31.321142,23.210182,417.57825,15.111773,328.35782,127.10622,21.959482,191.7045,151.39224,71.401985,684.4319,267.60178,1801.2219,32.81278,2363.9165,436.47034,24.177635,19.946514,129.96031,155.38884,268.03415,895.947,55.823254,14.145371,9.459906,756.56464,456.53577,68.73692,29.675522,239.36082,30.115534,291.776,12.265848,49.541824,0.0,1771.2751,2911.0642,0.9694847,34.67392,21.479141,18051.4,52.374138,1.8115063,30.932106,54.277035,32.76354,9.671853,29.742485,405.6492,29.219852,21.39546,1.9038094,8.276106,542.2915,0.36332712,314.9823,70.91989,2649.49,116.42316,134.43983,182.00319,969.3974,64.06408,59.844357,633.8238,49.741806,47.23191,11.197497,36.221718,219.50339,10.987231,8.4275055,84.59438,17.666174,4587.389,23.230616,35.096775,20.591908,23.644571,354.63977,96.36286,37.110214,10.242943,11.659519,35.13824,80.46474,198.3114,56.368614,244.79459,31.031109,26.884466,99.44551,74.64422,40.40182,150.5428,16.364576,3.2695296,18.615126,17.04324,2087.61,20.9231,20.747887,159.0168,24.252178,258.42114,95.09301,198.52797,8.337861,106.54897,628.337,614.38654,57.017605,561.27264,118.89292,73.05898,71.21469,132.32603,22.844425,56.659355,484.97357,14.075493,20.540808,320.28836,10.259984,6.376102,82.07999,68.616135,700.5386,180.93108,176.13022,1992.9478,43.096897,1659.8885,1368.151,6.662432,4.6736336,1293.945,16.349571,9.181115,337.48965,20.418884,41.930244,21.55347,71.980606,305.64157,292.88992,3.018457,30.032219,53.152645,359.28583,5.2820883,84.46617,7.382146,1.6177204,57.214287,1.2724687,1.4843837,5.1009836,10.164319,23.113613,16.406807,28.189337,211.11377,29.865143,13.931067,26.476814,6.6994243,81.34039,3.1648297,3.8546863,5.84543,63.19268,1.5240015,3.2978795,9.955856,17.323051,15.162058,4.5603943,1.3293614,80.66963,9.82977,198.34206,7.199138,326.01804,18.216808,1014.28217,132.08594,4.4898944,8.306725,208.69461,260.89178,1195.107,831.38214 +2023-03-10 15:00:00,0.0,2773.557,27.809023,7.5070825,7.3905406,28.198751,176.53531,26.72777,52.99193,22.42622,34.852684,154.23827,280.40857,14.392378,21.528574,12.286858,2.6114266,31.567715,31.28629,23.200167,417.61493,15.088833,328.29077,127.074234,21.931963,191.48404,151.31871,71.379654,684.14246,267.55948,1801.1936,32.769146,2363.982,435.74414,24.151337,19.92264,129.80183,155.46309,268.02588,894.83813,55.8377,14.153395,9.4592,756.79785,455.97263,68.749115,29.695168,239.35904,30.100636,291.74304,12.264051,49.56049,0.0,1772.8752,2914.187,0.97245437,34.668205,21.48853,18060.03,52.40086,1.812338,30.99355,54.383373,32.776756,9.673613,29.801323,405.75006,29.227571,21.428368,1.9069765,8.276908,542.5636,0.36322564,315.30814,70.866936,2649.9626,116.351814,134.50224,182.02441,968.0446,63.999485,59.818825,633.17896,49.692257,47.187973,11.200861,36.221336,219.50655,10.986938,8.426872,84.62265,17.67059,4587.34,23.238964,35.133064,20.60021,23.655943,354.6505,96.34814,37.14113,10.246155,11.664545,35.164932,80.51973,198.45395,56.418045,244.85316,31.032795,26.920906,99.472595,74.81028,40.482307,150.49428,16.352396,3.2765927,18.607944,17.069265,2091.5469,20.908169,20.81594,159.00383,24.263609,258.56573,95.11747,198.6904,8.337541,106.52896,628.9231,614.9841,57.067196,562.40594,118.93159,73.15335,71.220406,132.20914,22.826878,56.63261,485.0767,14.067456,20.529175,320.17517,10.259562,6.3752,82.06168,68.61981,700.5487,180.90459,176.14226,1993.0518,43.14791,1660.3434,1368.5823,6.664051,4.673555,1293.8461,16.34504,9.182628,337.44693,20.423204,41.941895,21.564682,72.036575,305.878,292.82092,3.0190241,30.036118,53.166336,359.51892,5.283437,84.470474,7.382829,1.6175518,57.208096,1.2725683,1.4842925,5.100684,10.164354,23.119968,16.415482,28.196102,211.24597,29.86492,13.928284,26.464214,6.697869,81.32611,3.1643145,3.8518949,5.844758,63.189453,1.5219009,3.2963579,9.945799,17.356955,15.16152,4.5579033,1.330935,80.75189,9.83592,198.39517,7.2052913,326.30005,18.222961,1013.9661,132.18718,4.4919,8.310237,208.97794,261.25146,1196.4102,831.2135 +2023-03-10 16:00:00,0.0,2775.0947,27.810665,7.5186405,7.3899517,28.21394,176.5381,26.734673,53.01606,22.43069,34.864983,154.25914,280.56323,14.402177,21.529247,12.282884,2.6103256,31.572866,31.251436,23.190151,417.65164,15.065893,328.22375,127.042244,21.904446,191.26357,151.24518,71.357315,683.853,267.51718,1801.1654,32.725517,2364.0474,435.0179,24.12504,19.898766,129.64336,155.53735,268.01758,893.72925,55.85215,14.161418,9.458494,757.03107,455.40952,68.76131,29.714813,239.35728,30.085737,291.7101,12.262255,49.57916,0.0,1774.4755,2917.3096,0.97542405,34.662495,21.49792,18068.66,52.427586,1.8131696,31.054993,54.489708,32.78997,9.675371,29.860163,405.85092,29.23529,21.461273,1.9101435,8.277709,542.83563,0.3631242,315.63397,70.81398,2650.4355,116.280464,134.56467,182.04564,966.6918,63.934895,59.793293,632.5341,49.642708,47.144035,11.204226,36.220947,219.5097,10.986647,8.42624,84.650925,17.675003,4587.2905,23.247313,35.169353,20.608511,23.667315,354.6613,96.333405,37.172043,10.249367,11.669571,35.19162,80.57473,198.5965,56.467472,244.91174,31.034481,26.957346,99.49969,74.97634,40.562798,150.44577,16.340216,3.283656,18.600763,17.095291,2095.4834,20.89324,20.883993,158.99086,24.27504,258.71036,95.14194,198.85284,8.33722,106.50896,629.5092,615.5816,57.11679,563.5393,118.97025,73.24772,71.22612,132.09225,22.809332,56.60587,485.1798,14.05942,20.517544,320.06198,10.259139,6.374297,82.04339,68.62349,700.55884,180.87808,176.15428,1993.1556,43.198925,1660.7981,1369.0135,6.6656704,4.6734767,1293.7472,16.340508,9.184139,337.4042,20.427526,41.95355,21.575891,72.09255,306.11444,292.75192,3.0195913,30.040014,53.180027,359.75198,5.2847853,84.47477,7.3835125,1.6173832,57.201904,1.2726679,1.4842012,5.1003847,10.16439,23.126322,16.424158,28.202868,211.37817,29.864695,13.925499,26.451612,6.696314,81.31183,3.1637993,3.8491037,5.844086,63.18623,1.5198003,3.2948363,9.935741,17.39086,15.160983,4.5554123,1.3325086,80.83416,9.84207,198.44827,7.211445,326.58206,18.229113,1013.6501,132.28842,4.4939055,8.31375,209.26125,261.61115,1197.7131,831.0448 +2023-03-10 17:00:00,0.0,2776.6323,27.812307,7.530199,7.3893623,28.22913,176.5409,26.741575,53.040188,22.43516,34.87728,154.28003,280.71793,14.411976,21.529919,12.27891,2.6092243,31.578018,31.216581,23.180136,417.68832,15.0429535,328.1567,127.01026,21.876926,191.0431,151.17166,71.334984,683.5636,267.47488,1801.1371,32.681885,2364.1128,434.2917,24.098743,19.87489,129.48488,155.61162,268.0093,892.6204,55.8666,14.169441,9.457789,757.2643,454.84637,68.77349,29.734459,239.35553,30.070839,291.67715,12.260458,49.597824,0.0,1776.0757,2920.4324,0.97839373,34.65678,21.507309,18077.29,52.454308,1.8140013,31.116438,54.59605,32.80319,9.677131,29.919003,405.95178,29.24301,21.49418,1.9133105,8.27851,543.1077,0.3630227,315.9598,70.761024,2650.9082,116.209114,134.62708,182.06686,965.3389,63.8703,59.76776,631.8893,49.59316,47.100098,11.20759,36.220562,219.51286,10.986355,8.425607,84.67919,17.679419,4587.2407,23.255661,35.205647,20.616812,23.678684,354.67203,96.31868,37.202957,10.252579,11.674596,35.218307,80.62972,198.73904,56.516903,244.97032,31.036167,26.993786,99.52677,75.1424,40.643284,150.39725,16.328035,3.290719,18.593584,17.121317,2099.42,20.87831,20.952047,158.97789,24.28647,258.85495,95.1664,199.01527,8.336901,106.48895,630.09534,616.1792,57.16638,564.6726,119.00891,73.34208,71.231834,131.97536,22.791784,56.57913,485.28293,14.051383,20.505913,319.94882,10.258718,6.373395,82.025085,68.627174,700.56903,180.8516,176.16632,1993.2596,43.24994,1661.2529,1369.4448,6.6672897,4.673398,1293.6483,16.335976,9.185652,337.36148,20.431847,41.965202,21.587103,72.14852,306.35086,292.68295,3.0201585,30.043913,53.193718,359.98505,5.286134,84.47907,7.384196,1.6172148,57.195713,1.2727675,1.4841099,5.1000853,10.164425,23.132677,16.432835,28.209633,211.51038,29.864471,13.922715,26.439013,6.6947584,81.29755,3.163284,3.8463125,5.843414,63.183002,1.5176996,3.2933145,9.925683,17.424765,15.160445,4.552921,1.3340822,80.91642,9.84822,198.50139,7.217598,326.86407,18.235266,1013.334,132.38965,4.495911,8.317264,209.54457,261.9708,1199.0162,830.8761 +2023-03-10 18:00:00,0.0,2778.1702,27.81395,7.541757,7.388773,28.244318,176.54369,26.748478,53.064316,22.43963,34.88958,154.3009,280.8726,14.421774,21.530592,12.274936,2.608123,31.58317,31.181728,23.17012,417.72504,15.020014,328.08966,126.97827,21.84941,190.82265,151.09813,71.31265,683.2742,267.4326,1801.1088,32.638256,2364.1782,433.5655,24.072447,19.851015,129.3264,155.68587,268.001,891.51154,55.88105,14.1774645,9.457084,757.49744,454.28323,68.78568,29.754105,239.35376,30.05594,291.6442,12.258661,49.616493,0.0,1777.6758,2923.5552,0.9813634,34.651066,21.516699,18085.918,52.481033,1.8148329,31.177881,54.70239,32.816406,9.678889,29.97784,406.05264,29.250729,21.527086,1.9164776,8.279311,543.3798,0.36292127,316.2856,70.70806,2651.381,116.137764,134.6895,182.08807,963.9861,63.80571,59.74223,631.24445,49.54361,47.05616,11.210954,36.220177,219.516,10.986063,8.424974,84.70746,17.683834,4587.1914,23.26401,35.241936,20.625114,23.690056,354.6828,96.30395,37.23387,10.255791,11.679622,35.244995,80.684715,198.88158,56.56633,245.0289,31.037855,27.030226,99.55386,75.30847,40.723774,150.34874,16.315855,3.2977822,18.586403,17.147343,2103.3564,20.86338,21.020102,158.96492,24.297901,258.99954,95.19086,199.17772,8.33658,106.46895,630.68146,616.77673,57.215977,565.80597,119.04758,73.43645,71.23755,131.85846,22.774239,56.552387,485.38605,14.043346,20.494282,319.83563,10.258295,6.372493,82.00678,68.63085,700.57916,180.8251,176.17834,1993.3635,43.300953,1661.7076,1369.8761,6.668909,4.67332,1293.5494,16.331444,9.187163,337.31876,20.436169,41.976856,21.598312,72.20449,306.58728,292.61395,3.0207257,30.04781,53.207413,360.21814,5.2874827,84.483376,7.384879,1.6170462,57.18952,1.2728672,1.4840187,5.099786,10.16446,23.139032,16.44151,28.216398,211.6426,29.864246,13.91993,26.42641,6.693203,81.283264,3.1627688,3.8435214,5.842742,63.179775,1.515599,3.2917929,9.915626,17.45867,15.159907,4.55043,1.3356558,80.99868,9.854369,198.55449,7.223751,327.1461,18.241419,1013.01794,132.49089,4.4979167,8.320777,209.8279,262.33047,1200.3193,830.70746 +2023-03-10 19:00:00,0.0,2779.7078,27.81559,7.553315,7.3881836,28.259508,176.54648,26.75538,53.088448,22.4441,34.90188,154.32178,281.02725,14.431573,21.531263,12.270963,2.607022,31.588322,31.146875,23.160105,417.76172,14.997074,328.02264,126.94629,21.82189,190.60217,151.0246,71.29032,682.9848,267.3903,1801.0804,32.594624,2364.2437,432.83926,24.046148,19.82714,129.16792,155.76013,267.9927,890.40265,55.895496,14.185488,9.456378,757.73065,453.72012,68.797874,29.77375,239.35199,30.041042,291.61127,12.256864,49.63516,0.0,1779.276,2926.678,0.98433304,34.64535,21.526089,18094.547,52.50776,1.8156646,31.239325,54.808727,32.829624,9.680649,30.03668,406.1535,29.258448,21.559994,1.9196446,8.280113,543.6519,0.3628198,316.61145,70.655106,2651.8538,116.066414,134.7519,182.1093,962.63324,63.74112,59.716698,630.5996,49.49406,47.01222,11.214318,36.21979,219.51917,10.985771,8.424342,84.735725,17.688248,4587.142,23.272358,35.278225,20.633415,23.701427,354.69354,96.28922,37.264786,10.259004,11.684648,35.271683,80.73971,199.02412,56.61576,245.08748,31.039541,27.066666,99.58095,75.47453,40.80426,150.30023,16.303675,3.3048453,18.579222,17.173368,2107.293,20.848452,21.088156,158.95195,24.309332,259.14413,95.215324,199.34015,8.33626,106.448944,631.2676,617.37427,57.265568,566.9393,119.08624,73.53081,71.24327,131.74158,22.756691,56.525642,485.48917,14.03531,20.48265,319.72244,10.257873,6.37159,81.98849,68.63453,700.5893,180.7986,176.19038,1993.4675,43.351967,1662.1625,1370.3074,6.6705284,4.6732416,1293.4507,16.326912,9.188676,337.27603,20.44049,41.98851,21.609524,72.26047,306.82373,292.54495,3.021293,30.051708,53.221104,360.4512,5.288831,84.48768,7.3855624,1.6168777,57.18333,1.2729669,1.4839274,5.0994864,10.1644945,23.145388,16.450186,28.223164,211.7748,29.864023,13.917147,26.41381,6.6916475,81.26898,3.1622536,3.8407302,5.84207,63.17655,1.5134984,3.2902713,9.905567,17.492573,15.159369,4.547939,1.3372294,81.08094,9.860519,198.6076,7.229904,327.4281,18.24757,1012.7019,132.59213,4.4999228,8.32429,210.11122,262.69016,1201.6224,830.53876 +2023-03-10 20:00:00,0.0,2781.2456,27.817232,7.5648737,7.387594,28.274698,176.54927,26.762283,53.112576,22.44857,34.914177,154.34265,281.18195,14.441372,21.531935,12.266989,2.6059208,31.593475,31.112022,23.15009,417.7984,14.9741335,327.9556,126.91431,21.79437,190.38171,150.95107,71.26799,682.6954,267.348,1801.0521,32.55099,2364.309,432.11307,24.019852,19.803265,129.00946,155.8344,267.98444,889.29376,55.909946,14.193512,9.455672,757.96387,453.15698,68.81006,29.793396,239.35023,30.026144,291.5783,12.255067,49.653828,0.0,1780.8761,2929.8005,0.9873027,34.639637,21.535479,18103.176,52.53448,1.8164963,31.300768,54.915062,32.842842,9.682408,30.095518,406.25436,29.266167,21.5929,1.9228116,8.280914,543.92395,0.36271834,316.9373,70.60215,2652.3267,115.99507,134.81433,182.13052,961.28046,63.676525,59.691166,629.9548,49.44451,46.96828,11.217682,36.219406,219.52232,10.985479,8.423709,84.76399,17.692663,4587.093,23.280706,35.314518,20.641716,23.712797,354.70428,96.2745,37.2957,10.262216,11.689673,35.29837,80.7947,199.16667,56.665188,245.14604,31.041227,27.103106,99.60804,75.640594,40.88475,150.25171,16.291494,3.3119087,18.572042,17.199394,2111.2295,20.83352,21.15621,158.93898,24.320763,259.28873,95.239784,199.5026,8.33594,106.42894,631.8537,617.9718,57.315163,568.07263,119.12491,73.625175,71.248985,131.62468,22.739145,56.4989,485.5923,14.027273,20.47102,319.60928,10.25745,6.370688,81.970184,68.63821,700.5995,180.77211,176.20241,1993.5715,43.40298,1662.6172,1370.7388,6.6721478,4.673163,1293.3518,16.322382,9.190187,337.2333,20.44481,42.00016,21.620735,72.31644,307.06015,292.47595,3.0218601,30.055607,53.234795,360.68427,5.2901797,84.491974,7.3862457,1.6167091,57.17714,1.2730665,1.4838362,5.099187,10.16453,23.151741,16.45886,28.229929,211.907,29.863798,13.914362,26.401209,6.6900926,81.25471,3.1617384,3.8379388,5.841398,63.173325,1.5113978,3.2887497,9.89551,17.526478,15.158833,4.545448,1.3388029,81.16321,9.866669,198.6607,7.2360573,327.7101,18.253723,1012.3858,132.69336,4.5019283,8.327803,210.39455,263.04984,1202.9255,830.3701 +2023-03-10 21:00:00,0.0,2782.7832,27.818874,7.5764318,7.387005,28.289886,176.55206,26.769186,53.136703,22.453041,34.926476,154.36353,281.3366,14.45117,21.532608,12.263015,2.6048195,31.598627,31.07717,23.140072,417.8351,14.951194,327.88855,126.88232,21.766853,190.16124,150.87755,71.24566,682.40594,267.3057,1801.0238,32.507362,2364.3743,431.38684,23.993555,19.77939,128.85098,155.90865,267.97614,888.1849,55.924397,14.201535,9.4549675,758.1971,452.59387,68.82225,29.813042,239.34848,30.011246,291.54535,12.25327,49.672493,0.0,1782.4763,2932.9233,0.9902724,34.633926,21.544868,18111.805,52.561207,1.817328,31.362213,55.0214,32.85606,9.684167,30.154358,406.35522,29.273886,21.625805,1.9259787,8.281715,544.19604,0.3626169,317.26312,70.549194,2652.7993,115.92372,134.87675,182.15175,959.9276,63.611935,59.665634,629.30994,49.394962,46.924343,11.221046,36.219017,219.52548,10.985188,8.423077,84.79226,17.697077,4587.0435,23.289055,35.350807,20.650017,23.724169,354.71506,96.259766,37.326614,10.265428,11.694698,35.325058,80.84969,199.30922,56.71462,245.20462,31.042913,27.139545,99.635124,75.806656,40.965237,150.2032,16.279314,3.3189719,18.564861,17.22542,2115.166,20.818592,21.224264,158.92601,24.332193,259.43332,95.264244,199.66502,8.33562,106.408936,632.4398,618.56934,57.364754,569.20593,119.163574,73.719536,71.2547,131.5078,22.721598,56.47216,485.69543,14.019237,20.459389,319.4961,10.257028,6.369786,81.95189,68.641884,700.6096,180.7456,176.21445,1993.6755,43.453995,1663.0719,1371.17,6.673767,4.6730847,1293.2529,16.31785,9.1917,337.19058,20.449133,42.011814,21.631945,72.372406,307.2966,292.40695,3.0224273,30.059504,53.248486,360.91736,5.291528,84.49628,7.3869286,1.6165406,57.170948,1.2731661,1.4837449,5.0988874,10.164565,23.158096,16.467537,28.236692,212.0392,29.863575,13.911578,26.388609,6.688537,81.240425,3.1612232,3.8351476,5.840726,63.1701,1.5092971,3.287228,9.885451,17.560383,15.158295,4.542957,1.3403766,81.24547,9.872819,198.7138,7.242211,327.99213,18.259876,1012.06976,132.7946,4.503934,8.331316,210.67787,263.40952,1204.2286,830.2014 +2023-03-10 22:00:00,0.0,2784.321,27.820517,7.58799,7.386416,28.305077,176.55487,26.776089,53.160835,22.45751,34.93877,154.3844,281.49127,14.460969,21.53328,12.259041,2.6037185,31.603779,31.042316,23.130056,417.8718,14.928254,327.8215,126.850334,21.739334,189.94078,150.80402,71.22332,682.1165,267.2634,1800.9955,32.46373,2364.4397,430.6606,23.967258,19.755516,128.6925,155.98291,267.96786,887.076,55.938843,14.2095585,9.454262,758.43024,452.03073,68.83444,29.83269,239.3467,29.996347,291.51242,12.251473,49.691162,0.0,1784.0764,2936.0461,0.9932421,34.628212,21.554258,18120.434,52.58793,1.8181596,31.423656,55.127743,32.869274,9.685926,30.213196,406.4561,29.281605,21.658712,1.9291457,8.2825165,544.46814,0.36251542,317.58893,70.49624,2653.2722,115.85237,134.93916,182.17297,958.57477,63.54734,59.640102,628.6651,49.345413,46.880405,11.22441,36.218636,219.52863,10.984896,8.422443,84.820526,17.701492,4586.994,23.297403,35.387096,20.65832,23.73554,354.7258,96.24504,37.35753,10.26864,11.699724,35.351746,80.904686,199.45175,56.764046,245.2632,31.044601,27.175985,99.66222,75.97272,41.045723,150.1547,16.267136,3.326035,18.55768,17.251444,2119.1025,20.803663,21.292318,158.91304,24.343624,259.57794,95.28871,199.82747,8.3352995,106.38893,633.02594,619.16693,57.41435,570.3393,119.20224,73.8139,71.260414,131.3909,22.704052,56.44542,485.79855,14.0112,20.447758,319.3829,10.256605,6.368883,81.933586,68.64556,700.61975,180.71912,176.22647,1993.7795,43.50501,1663.5267,1371.6013,6.675386,4.673006,1293.154,16.313318,9.1932125,337.14783,20.453453,42.023468,21.643156,72.42838,307.53302,292.33795,3.0229945,30.063402,53.262177,361.15042,5.2928767,84.50058,7.387612,1.6163721,57.164757,1.2732657,1.4836537,5.098588,10.1646,23.164452,16.476212,28.243458,212.17142,29.86335,13.908794,26.376009,6.6869817,81.22614,3.160708,3.8323565,5.8400536,63.166874,1.5071965,3.2857063,9.875394,17.594288,15.157757,4.540466,1.3419502,81.32773,9.878968,198.76692,7.248364,328.27417,18.26603,1011.7537,132.89584,4.5059395,8.334829,210.9612,263.76917,1205.5317,830.0328 +2023-03-10 23:00:00,0.0,2785.859,27.822159,7.599548,7.3858266,28.320265,176.55766,26.782991,53.184963,22.46198,34.95107,154.40527,281.64594,14.470768,21.53395,12.255067,2.6026173,31.60893,31.007463,23.12004,417.9085,14.905314,327.7545,126.81835,21.711815,189.72032,150.73048,71.20099,681.8271,267.2211,1800.9672,32.420097,2364.5051,429.93442,23.940962,19.73164,128.53403,156.05717,267.95956,885.96716,55.953293,14.217582,9.453556,758.66345,451.46762,68.84663,29.852335,239.34494,29.981451,291.47946,12.249677,49.709827,0.0,1785.6766,2939.169,0.9962117,34.622498,21.563648,18129.062,52.614655,1.8189912,31.4851,55.23408,32.882492,9.687685,30.272036,406.55695,29.289324,21.691618,1.9323127,8.283318,544.7402,0.36241397,317.91476,70.443275,2653.7449,115.78102,135.00159,182.19418,957.2219,63.48275,59.61457,628.02026,49.295868,46.836468,11.227775,36.218246,219.53178,10.984604,8.421811,84.84879,17.705908,4586.9443,23.305752,35.423386,20.66662,23.74691,354.73654,96.23031,37.38844,10.271852,11.70475,35.378433,80.95968,199.5943,56.813477,245.32178,31.046288,27.212425,99.6893,76.13878,41.126213,150.10617,16.254955,3.3330982,18.550499,17.27747,2123.0393,20.788733,21.36037,158.90007,24.355055,259.72253,95.31317,199.9899,8.33498,106.36893,633.61206,619.76447,57.463943,571.4726,119.240906,73.908264,71.26613,131.274,22.686504,56.418674,485.90167,14.003163,20.436125,319.2697,10.256183,6.367981,81.91529,68.64924,700.62994,180.69263,176.23851,1993.8834,43.556023,1663.9814,1372.0326,6.6770053,4.672928,1293.0553,16.308786,9.194724,337.1051,20.457775,42.035122,21.654367,72.48435,307.76947,292.26895,3.0235617,30.067299,53.275867,361.38348,5.294225,84.50488,7.388295,1.6162035,57.158566,1.2733654,1.4835624,5.0982885,10.164636,23.170807,16.484888,28.250223,212.30362,29.863127,13.90601,26.363407,6.6854267,81.21186,3.1601927,3.8295653,5.8393817,63.163647,1.505096,3.2841847,9.865335,17.628191,15.157219,4.537975,1.3435237,81.40999,9.8851185,198.82002,7.254517,328.55618,18.27218,1011.4376,132.99709,4.507945,8.338343,211.24452,264.12885,1206.8348,829.8641 +2023-03-11 00:00:00,0.0,2787.3965,27.823801,7.6111064,7.385237,28.335455,176.56046,26.789894,53.20909,22.46645,34.963367,154.42615,281.80063,14.480566,21.534624,12.251093,2.601516,31.614082,30.97261,23.110025,417.9452,14.882375,327.68744,126.78636,21.684298,189.49985,150.65697,71.17866,681.53766,267.1788,1800.9388,32.37647,2364.5706,429.2082,23.914663,19.707766,128.37556,156.13144,267.9513,884.8583,55.967743,14.225605,9.452851,758.89667,450.90448,68.85882,29.87198,239.34317,29.966553,291.4465,12.24788,49.728497,0.0,1787.2769,2942.2917,0.9991814,34.616783,21.573036,18137.691,52.641376,1.8198229,31.546545,55.340416,32.89571,9.689445,30.330875,406.6578,29.297043,21.724525,1.9354798,8.28412,545.01227,0.3623125,318.2406,70.39032,2654.2178,115.70967,135.064,182.21541,955.86914,63.418156,59.589035,627.3754,49.24632,46.79253,11.231138,36.21786,219.53494,10.984311,8.421179,84.87706,17.710321,4586.895,23.3141,35.45968,20.674921,23.758282,354.7473,96.21558,37.419353,10.275064,11.709775,35.405125,81.01467,199.73685,56.862904,245.38036,31.047974,27.248865,99.71639,76.30484,41.2067,150.05766,16.242775,3.3401613,18.54332,17.303495,2126.9758,20.773804,21.428425,158.8871,24.366486,259.86713,95.33763,200.15233,8.33466,106.34892,634.1982,620.362,57.513535,572.60596,119.27957,74.00263,71.27185,131.15712,22.668959,56.391933,486.0048,13.995127,20.424494,319.15656,10.25576,6.367079,81.89699,68.652916,700.6401,180.66612,176.25053,1993.9874,43.60704,1664.4363,1372.4639,6.6786246,4.672849,1292.9564,16.304255,9.196237,337.06238,20.462095,42.046776,21.665577,72.54032,308.0059,292.19998,3.024129,30.071198,53.28956,361.61658,5.2955737,84.50918,7.3889785,1.616035,57.152374,1.273465,1.483471,5.097989,10.16467,23.177162,16.493565,28.256989,212.43582,29.862904,13.903226,26.350807,6.6838713,81.19758,3.1596775,3.826774,5.83871,63.160423,1.5029954,3.282663,9.855278,17.662096,15.156682,4.535484,1.3450974,81.492256,9.891268,198.87314,7.26067,328.8382,18.278334,1011.1216,133.09831,4.5099506,8.341856,211.52785,264.48853,1208.138,829.6954 +2023-03-11 01:00:00,0.0,2788.9343,27.825443,7.6226645,7.384648,28.350645,176.56325,26.796797,53.233223,22.47092,34.975666,154.44702,281.9553,14.490365,21.535295,12.247119,2.600415,31.619234,30.937756,23.10001,417.98187,14.859435,327.6204,126.75438,21.656778,189.27939,150.58344,71.15633,681.2482,267.1365,1800.9106,32.332836,2364.636,428.48196,23.888367,19.683891,128.21709,156.20569,267.943,883.7494,55.98219,14.233628,9.452146,759.1299,450.34134,68.87101,29.891626,239.3414,29.951654,291.41357,12.246083,49.74716,0.0,1788.877,2945.4143,1.0021511,34.61107,21.582426,18146.322,52.668102,1.8206545,31.607988,55.446754,32.908928,9.691203,30.389713,406.75867,29.304762,21.757431,1.9386468,8.284921,545.28436,0.36221105,318.56644,70.337364,2654.6904,115.63833,135.1264,182.23663,954.5163,63.353565,59.563503,626.7306,49.19677,46.748592,11.234503,36.217476,219.5381,10.984019,8.420546,84.90533,17.714737,4586.8457,23.322449,35.495968,20.683224,23.769653,354.75806,96.20085,37.450268,10.278276,11.714801,35.431812,81.069664,199.8794,56.91233,245.43893,31.04966,27.285305,99.74348,76.4709,41.28719,150.00916,16.230595,3.3472245,18.536139,17.329521,2130.9124,20.758873,21.496479,158.87413,24.377916,260.01172,95.3621,200.31477,8.334339,106.32892,634.7843,620.95953,57.56313,573.73926,119.31823,74.09699,71.277565,131.04022,22.651411,56.365192,486.1079,13.987089,20.412863,319.04337,10.255338,6.366176,81.87869,68.65659,700.6502,180.63963,176.26257,1994.0913,43.658054,1664.891,1372.8951,6.680244,4.672771,1292.8575,16.299723,9.197748,337.01965,20.466417,42.05843,21.676788,72.5963,308.2423,292.13098,3.024696,30.075094,53.30325,361.84964,5.296922,84.51348,7.389662,1.6158664,57.146183,1.2735646,1.4833798,5.0976896,10.164705,23.183516,16.50224,28.263754,212.56802,29.862679,13.900441,26.338205,6.682316,81.1833,3.1591623,3.8239827,5.8380375,63.157196,1.5008948,3.2811415,9.845221,17.696001,15.156144,4.532993,1.346671,81.57452,9.897418,198.92624,7.2668233,329.1202,18.284487,1010.80554,133.19955,4.511956,8.345368,211.81117,264.8482,1209.441,829.52673 +2023-03-11 02:00:00,0.0,2790.472,27.827084,7.6342225,7.3840585,28.365833,176.56604,26.803701,53.25735,22.47539,34.987965,154.4679,282.10995,14.500164,21.535967,12.243146,2.5993137,31.624386,30.902903,23.089994,418.0186,14.836494,327.55338,126.72239,21.629261,189.05891,150.5099,71.133995,680.9588,267.0942,1800.8823,32.289204,2364.7014,427.75577,23.86207,19.660015,128.05861,156.27995,267.93472,882.6405,55.99664,14.241652,9.45144,759.3631,449.77823,68.883194,29.911272,239.33965,29.936756,291.3806,12.244287,49.76583,0.0,1790.4772,2948.537,1.0051208,34.60536,21.591816,18154.951,52.694828,1.8214862,31.669432,55.553097,32.922146,9.692963,30.448553,406.85953,29.31248,21.790339,1.9418138,8.285722,545.5564,0.3621096,318.89224,70.28441,2655.1633,115.56698,135.18883,182.25786,953.16345,63.28897,59.53797,626.08575,49.14722,46.704655,11.237866,36.21709,219.54124,10.983727,8.419913,84.93359,17.719152,4586.7964,23.330797,35.532257,20.691525,23.781023,354.7688,96.18613,37.481182,10.281488,11.719827,35.4585,81.12466,200.02193,56.96176,245.49751,31.051348,27.321745,99.77057,76.63696,41.367676,149.96063,16.218414,3.3542876,18.528957,17.355547,2134.8489,20.743944,21.564533,158.86116,24.389347,260.1563,95.38656,200.4772,8.33402,106.308914,635.3704,621.55707,57.61272,574.8726,119.356895,74.19136,71.28328,130.92334,22.633865,56.33845,486.21103,13.979053,20.401232,318.93018,10.254915,6.365274,81.86039,68.66027,700.6604,180.61313,176.2746,1994.1953,43.70907,1665.3458,1373.3264,6.6818633,4.672693,1292.7587,16.295193,9.199261,336.97693,20.47074,42.07008,21.688,72.65227,308.47876,292.06198,3.0252635,30.078993,53.31694,362.0827,5.2982707,84.517784,7.390345,1.615698,57.13999,1.2736642,1.4832885,5.09739,10.164741,23.18987,16.510916,28.27052,212.70024,29.862455,13.897657,26.325605,6.680761,81.16902,3.158647,3.8211915,5.8373656,63.15397,1.4987941,3.27962,9.835162,17.729906,15.155606,4.530502,1.3482445,81.65678,9.903567,198.97935,7.272977,329.40222,18.290638,1010.48944,133.3008,4.513962,8.348882,212.0945,265.2079,1210.7441,829.35803 +2023-03-11 03:00:00,0.0,2792.0098,27.828726,7.6457806,7.383469,28.381023,176.56883,26.810604,53.28148,22.47986,35.000263,154.48878,282.26462,14.509962,21.53664,12.239172,2.5982125,31.62954,30.86805,23.079979,418.05527,14.813555,327.48633,126.69041,21.601742,188.83846,150.43637,71.111664,680.6694,267.0519,1800.854,32.245575,2364.7668,427.02954,23.835773,19.63614,127.90014,156.35422,267.92642,881.5316,56.01109,14.249675,9.450734,759.59625,449.2151,68.895386,29.930918,239.33789,29.921858,291.34766,12.24249,49.784496,0.0,1792.0774,2951.66,1.0080904,34.599644,21.601206,18163.58,52.72155,1.8223178,31.730877,55.659435,32.935364,9.694722,30.507391,406.9604,29.3202,21.823244,1.9449809,8.286523,545.8285,0.36200812,319.21808,70.23145,2655.636,115.49563,135.25125,182.27907,951.8106,63.22438,59.51244,625.441,49.09767,46.660717,11.241231,36.216705,219.5444,10.983436,8.419281,84.96187,17.723566,4586.747,23.339146,35.56855,20.699825,23.792395,354.77957,96.1714,37.512096,10.2847,11.724852,35.485188,81.17965,200.16447,57.01119,245.55609,31.053034,27.358185,99.79765,76.803024,41.448166,149.91212,16.206234,3.3613508,18.521778,17.381573,2138.7854,20.729015,21.632587,158.84819,24.400778,260.3009,95.41102,200.63965,8.333699,106.28891,635.95654,622.1546,57.662315,576.0059,119.39556,74.28573,71.288994,130.80644,22.616318,56.31171,486.31415,13.971016,20.3896,318.81702,10.254493,6.364372,81.84209,68.66395,700.67053,180.58664,176.28664,1994.2993,43.760082,1665.8005,1373.7577,6.6834826,4.672614,1292.6599,16.29066,9.200772,336.9342,20.47506,42.081734,21.69921,72.70824,308.71518,291.99298,3.0258307,30.082891,53.33063,362.31577,5.299619,84.52209,7.3910284,1.6155294,57.1338,1.2737639,1.4831973,5.0970907,10.164776,23.196226,16.51959,28.277285,212.83244,29.86223,13.894873,26.313004,6.6792054,81.15474,3.1581318,3.8184004,5.836694,63.150745,1.4966935,3.2780983,9.825105,17.763811,15.155068,4.528011,1.3498181,81.73904,9.909718,199.03246,7.27913,329.68423,18.296791,1010.1734,133.40202,4.5159674,8.352395,212.3778,265.56754,1212.0472,829.1894 +2023-03-11 04:00:00,0.0,2793.5474,27.830368,7.657339,7.38288,28.396214,176.57162,26.817507,53.305607,22.48433,35.01256,154.50966,282.4193,14.519761,21.537312,12.235198,2.5971112,31.634691,30.833197,23.069963,418.09195,14.790615,327.41928,126.658424,21.574223,188.618,150.36285,71.089325,680.37994,267.0096,1800.8257,32.201942,2364.8323,426.3033,23.809475,19.612267,127.74166,156.42847,267.91815,880.4227,56.02554,14.257698,9.450029,759.82947,448.65198,68.90758,29.950563,239.33612,29.90696,291.31473,12.240693,49.803165,0.0,1793.6776,2954.7827,1.0110601,34.59393,21.610596,18172.209,52.748276,1.8231496,31.79232,55.76577,32.948578,9.696481,30.56623,407.06128,29.327919,21.856152,1.9481479,8.287324,546.1006,0.36190668,319.5439,70.1785,2656.109,115.42428,135.31366,182.3003,950.4578,63.15979,59.486908,624.79614,49.048122,46.616776,11.244595,36.216316,219.54756,10.983144,8.418648,84.990135,17.727982,4586.6978,23.347494,35.60484,20.708126,23.803766,354.7903,96.15667,37.54301,10.287913,11.729877,35.511875,81.23464,200.30702,57.06062,245.61465,31.05472,27.394625,99.824745,76.969086,41.528652,149.8636,16.194054,3.368414,18.514597,17.407598,2142.722,20.714085,21.700642,158.83522,24.412209,260.44553,95.435486,200.80208,8.33338,106.268906,636.54266,622.7522,57.711906,577.1393,119.43423,74.38009,71.29471,130.68954,22.598772,56.284966,486.41727,13.962979,20.37797,318.70383,10.25407,6.3634696,81.82379,68.667625,700.68066,180.56015,176.29868,1994.4033,43.811096,1666.2554,1374.1891,6.685102,4.672536,1292.561,16.286129,9.202285,336.89148,20.479382,42.093388,21.71042,72.764206,308.95163,291.92398,3.026398,30.086788,53.344326,362.54886,5.300968,84.52638,7.3917117,1.6153609,57.12761,1.2738636,1.483106,5.0967913,10.164811,23.202581,16.528267,28.28405,212.96465,29.862007,13.892089,26.300404,6.67765,81.14046,3.1576166,3.8156092,5.8360214,63.14752,1.4945929,3.2765765,9.815046,17.797714,15.1545315,4.52552,1.3513918,81.821304,9.915868,199.08557,7.285283,329.96625,18.302944,1009.85736,133.50327,4.5179734,8.355908,212.66113,265.92722,1213.3503,829.0207 +2023-03-11 05:00:00,0.0,2795.0852,27.83201,7.668897,7.382291,28.411402,176.57443,26.82441,53.32974,22.4888,35.02486,154.53053,282.57397,14.529559,21.537983,12.231224,2.5960102,31.639843,30.798344,23.059948,418.12866,14.767675,327.35223,126.626434,21.546705,188.39752,150.28932,71.06699,680.0905,266.96732,1800.7974,32.158314,2364.8975,425.57712,23.783178,19.58839,127.58318,156.50273,267.90985,879.3139,56.039986,14.265721,9.449324,760.0627,448.08884,68.91976,29.97021,239.33435,29.892061,291.28177,12.238896,49.82183,0.0,1795.2778,2957.9053,1.0140297,34.588215,21.619986,18180.838,52.774998,1.8239812,31.853764,55.87211,32.961796,9.69824,30.625069,407.16214,29.335638,21.889057,1.9513149,8.288126,546.3727,0.3618052,319.86975,70.125534,2656.5815,115.35293,135.37608,182.32152,949.105,63.095196,59.461376,624.1513,48.998573,46.572838,11.247959,36.215935,219.55072,10.982852,8.4180155,85.0184,17.732395,4586.648,23.355843,35.64113,20.716429,23.815136,354.80106,96.141945,37.573925,10.291125,11.734903,35.538563,81.289635,200.44957,57.110046,245.67323,31.056406,27.431065,99.85183,77.13515,41.609142,149.8151,16.181873,3.375477,18.507416,17.433624,2146.6584,20.699156,21.768696,158.82225,24.42364,260.59012,95.459946,200.96452,8.333059,106.2489,637.1288,623.34973,57.7615,578.2726,119.47289,74.47446,71.30043,130.57266,22.581224,56.258224,486.52042,13.954943,20.366339,318.59064,10.253648,6.362567,81.80549,68.6713,700.69086,180.53365,176.3107,1994.5072,43.86211,1666.7101,1374.6204,6.686721,4.672457,1292.4622,16.281597,9.203796,336.84875,20.483702,42.10504,21.721632,72.82018,309.18805,291.85498,3.0269651,30.090687,53.358017,362.78192,5.3023167,84.530685,7.3923945,1.6151923,57.121414,1.2739631,1.4830148,5.0964923,10.164845,23.208935,16.536942,28.290815,213.09685,29.861782,13.889305,26.287802,6.6760945,81.126175,3.1571014,3.8128178,5.8353496,63.144295,1.4924923,3.275055,9.804989,17.83162,15.153994,4.5230284,1.3529654,81.903564,9.922017,199.13867,7.291436,330.24826,18.309097,1009.54126,133.6045,4.519979,8.359422,212.94446,266.2869,1214.6534,828.852 +2023-03-11 06:00:00,0.0,2796.623,27.833652,7.680455,7.3817015,28.426592,176.57722,26.831312,53.353867,22.493269,35.03716,154.5514,282.72864,14.539358,21.538656,12.22725,2.594909,31.644995,30.76349,23.049932,418.16534,14.744736,327.28522,126.59445,21.519186,188.17706,150.21579,71.04466,679.8011,266.92502,1800.769,32.11468,2364.963,424.8509,23.756882,19.564516,127.42471,156.577,267.90158,878.205,56.054436,14.273745,9.448618,760.2959,447.52573,68.93195,29.989855,239.33258,29.877163,291.2488,12.2371,49.8405,0.0,1796.8779,2961.028,1.0169995,34.5825,21.629375,18189.467,52.801723,1.8248129,31.915209,55.978447,32.975014,9.699999,30.683908,407.263,29.343359,21.921965,1.954482,8.288927,546.6447,0.36170375,320.19556,70.07258,2657.0544,115.281586,135.4385,182.34274,947.75214,63.030605,59.435844,623.5065,48.949024,46.5289,11.251323,36.215546,219.55386,10.98256,8.417382,85.04667,17.73681,4586.5986,23.364191,35.677418,20.72473,23.826508,354.81183,96.12721,37.60484,10.294337,11.739929,35.56525,81.34463,200.5921,57.159477,245.73181,31.058094,27.467505,99.87892,77.30121,41.68963,149.76659,16.169693,3.3825402,18.500235,17.45965,2150.595,20.684225,21.83675,158.80928,24.43507,260.7347,95.484406,201.12695,8.332739,106.2289,637.7149,623.94727,57.811096,579.40594,119.51156,74.56882,71.306145,130.45576,22.563679,56.231483,486.62354,13.946906,20.354706,318.47745,10.253225,6.361665,81.78719,68.67499,700.701,180.50716,176.32274,1994.6112,43.913124,1667.1649,1375.0516,6.68834,4.672379,1292.3633,16.277065,9.205309,336.80603,20.488024,42.116695,21.732841,72.87615,309.42447,291.78598,3.0275323,30.094584,53.371708,363.01498,5.303665,84.53499,7.393078,1.6150239,57.115223,1.2740628,1.4829235,5.096193,10.164881,23.21529,16.545618,28.29758,213.22906,29.861559,13.88652,26.275202,6.6745396,81.11189,3.1565862,3.8100266,5.834677,63.141068,1.4903916,3.2735333,9.79493,17.865524,15.153456,4.5205374,1.3545389,81.985825,9.928167,199.19177,7.2975893,330.53027,18.315248,1009.2252,133.70575,4.5219846,8.362934,213.22778,266.64658,1215.9565,828.68335 +2023-03-11 07:00:00,0.0,2798.1606,27.835295,7.6920133,7.381112,28.44178,176.58002,26.838215,53.377995,22.49774,35.049458,154.57228,282.8833,14.549157,21.539328,12.223276,2.5938077,31.650146,30.728638,23.039917,418.20206,14.721796,327.21817,126.56246,21.491667,187.95659,150.14226,71.02233,679.51166,266.88272,1800.7407,32.07105,2365.0283,424.12466,23.730585,19.540642,127.266235,156.65125,267.89328,877.0961,56.068886,14.281769,9.447912,760.5291,446.9626,68.944145,30.0095,239.33081,29.862265,291.21588,12.235303,49.859165,0.0,1798.4781,2964.151,1.0199691,34.57679,21.638765,18198.096,52.828445,1.8256445,31.976652,56.08479,32.98823,9.701758,30.742746,407.36386,29.351078,21.95487,1.957649,8.289728,546.9168,0.36160228,320.5214,70.01962,2657.527,115.210236,135.50092,182.36397,946.3993,62.96601,59.410313,622.86163,48.899475,46.484962,11.254687,36.215164,219.55702,10.982268,8.41675,85.074936,17.741226,4586.5493,23.37254,35.71371,20.73303,23.83788,354.82257,96.11249,37.635754,10.297549,11.744954,35.591938,81.39962,200.73465,57.208904,245.79039,31.05978,27.503944,99.906006,77.46727,41.77012,149.71806,16.157515,3.3896036,18.493055,17.485676,2154.5317,20.669296,21.904802,158.79631,24.4465,260.8793,95.50887,201.2894,8.332419,106.20889,638.301,624.5448,57.860687,580.53925,119.550224,74.663185,71.31186,130.33887,22.546131,56.204742,486.72665,13.938869,20.343075,318.3643,10.252803,6.3607626,81.76889,68.678665,700.7111,180.48065,176.33476,1994.7151,43.964138,1667.6196,1375.4829,6.6899595,4.6723003,1292.2644,16.272533,9.2068205,336.76328,20.492344,42.12835,21.744053,72.93212,309.66092,291.717,3.0280995,30.098482,53.3854,363.24808,5.3050137,84.53929,7.393761,1.6148553,57.10903,1.2741624,1.4828323,5.0958934,10.164916,23.221645,16.554293,28.304346,213.36127,29.861334,13.883737,26.2626,6.672984,81.09761,3.156071,3.8072355,5.8340054,63.13784,1.488291,3.2720118,9.784873,17.89943,15.152918,4.5180464,1.3561125,82.068085,9.934317,199.24489,7.3037424,330.81232,18.321402,1008.9092,133.80698,4.52399,8.366447,213.51111,267.00626,1217.2596,828.51465 +2023-03-11 08:00:00,0.0,2799.6985,27.836937,7.703572,7.3805227,28.45697,176.58281,26.845118,53.402126,22.502209,35.061756,154.59315,283.038,14.558955,21.539999,12.219302,2.5927067,31.655298,30.693783,23.029902,418.23874,14.698856,327.15112,126.53048,21.46415,187.73613,150.06874,71.0,679.2222,266.84042,1800.7124,32.02742,2365.0938,423.39847,23.704288,19.516766,127.107765,156.72551,267.885,875.98724,56.083332,14.289792,9.447207,760.76227,446.39948,68.95633,30.029146,239.32906,29.847366,291.18292,12.233506,49.877834,0.0,1800.0784,2967.2737,1.0229387,34.571075,21.648155,18206.725,52.85517,1.8264762,32.038097,56.191124,33.00145,9.703518,30.801586,407.46472,29.358797,21.987778,1.960816,8.290529,547.1889,0.36150083,320.84723,69.96667,2658.0,115.138885,135.56334,182.38518,945.0465,62.90142,59.38478,622.2168,48.849926,46.441025,11.258051,36.214775,219.56018,10.9819765,8.416118,85.1032,17.74564,4586.5,23.380888,35.75,20.741333,23.849249,354.8333,96.097755,37.666668,10.300761,11.74998,35.618626,81.45461,200.8772,57.258335,245.84897,31.061466,27.540384,99.9331,77.63333,41.850605,149.66956,16.145334,3.3966668,18.485874,17.511702,2158.4683,20.654367,21.972857,158.78334,24.457932,261.0239,95.53333,201.45183,8.332099,106.18889,638.88715,625.14233,57.910282,581.6726,119.58889,74.757545,71.31757,130.22198,22.528585,56.177998,486.82977,13.930833,20.331444,318.2511,10.25238,6.35986,81.750595,68.68234,700.7213,180.45416,176.3468,1994.8192,44.015152,1668.0745,1375.9142,6.691579,4.672222,1292.1656,16.268003,9.208333,336.72055,20.496666,42.14,21.755264,72.9881,309.89734,291.648,3.0286667,30.10238,53.39909,363.48114,5.306362,84.54359,7.3944445,1.6146867,57.10284,1.2742621,1.482741,5.095594,10.164951,23.228,16.56297,28.311111,213.49347,29.86111,13.880952,26.25,6.6714287,81.083336,3.1555557,3.8044443,5.8333335,63.134617,1.4861904,3.2704902,9.774815,17.933332,15.152381,4.5155554,1.3576862,82.15035,9.940467,199.29799,7.309896,331.09433,18.327555,1008.5931,133.90822,4.5259957,8.369961,213.79443,267.3659,1218.5627,828.346 +2023-03-11 09:00:00,0.0,2801.236,27.83858,7.71513,7.379934,28.47216,176.5856,26.85202,53.426254,22.50668,35.074055,154.61403,283.19266,14.568754,21.540672,12.215328,2.5916054,31.66045,30.65893,23.019886,418.27542,14.675916,327.0841,126.4985,21.43663,187.51567,149.99521,70.97767,678.9328,266.79813,1800.6841,31.983788,2365.1592,422.67224,23.67799,19.492891,126.94929,156.79977,267.8767,874.87836,56.097782,14.297815,9.446502,760.9955,445.83633,68.96852,30.048792,239.3273,29.832468,291.14996,12.2317095,49.896503,0.0,1801.6785,2970.3962,1.0259085,34.56536,21.657545,18215.354,52.881897,1.8273078,32.09954,56.297462,33.014664,9.7052765,30.860426,407.56558,29.366516,22.020683,1.963983,8.291331,547.46094,0.36139938,321.17307,69.91371,2658.473,115.067535,135.62576,182.4064,943.69366,62.836826,59.35925,621.57196,48.800377,46.397087,11.2614155,36.21439,219.56334,10.981685,8.415484,85.13147,17.750055,4586.4507,23.389236,35.78629,20.749634,23.86062,354.8441,96.08303,37.697582,10.303974,11.755006,35.645313,81.509605,201.01974,57.307762,245.90755,31.063152,27.576824,99.96018,77.79939,41.931095,149.62105,16.133154,3.40373,18.478693,17.537727,2162.4048,20.639437,22.04091,158.77037,24.469362,261.16852,95.55779,201.61427,8.331779,106.168884,639.47327,625.7399,57.959873,582.8059,119.627556,74.85191,71.323296,130.10509,22.511038,56.151257,486.9329,13.922796,20.319813,318.1379,10.251958,6.358958,81.73229,68.68602,700.73145,180.42767,176.35883,1994.9232,44.066166,1668.5292,1376.3455,6.693198,4.672144,1292.0668,16.263472,9.209846,336.67783,20.500988,42.151653,21.766474,73.04407,310.1338,291.579,3.029234,30.106277,53.41278,363.7142,5.3077106,84.54789,7.395128,1.6145182,57.09665,1.2743616,1.4826497,5.0952945,10.164986,23.234354,16.571646,28.317877,213.62567,29.860888,13.878168,26.2374,6.6698737,81.06905,3.1550405,3.801653,5.832661,63.13139,1.4840899,3.2689683,9.764757,17.967237,15.151843,4.5130644,1.3592597,82.23261,9.946616,199.3511,7.316049,331.37634,18.333706,1008.27704,134.00946,4.5280013,8.373474,214.07776,267.7256,1219.8658,828.1773 +2023-03-11 10:00:00,0.0,2802.774,27.84022,7.726688,7.3793445,28.487349,176.5884,26.858923,53.450382,22.511148,35.086353,154.6349,283.34732,14.578553,21.541344,12.211355,2.5905042,31.665604,30.624077,23.00987,418.31213,14.652976,327.01706,126.46651,21.409111,187.2952,149.92168,70.95534,678.6434,266.75583,1800.6559,31.940157,2365.2246,421.946,23.651693,19.469017,126.79082,156.87402,267.86844,873.7695,56.112232,14.305839,9.445796,761.2287,445.2732,68.98071,30.068438,239.32553,29.817572,291.11703,12.229913,49.91517,0.0,1803.2787,2973.519,1.0288781,34.559647,21.666933,18223.984,52.90862,1.8281395,32.160984,56.4038,33.02788,9.707036,30.919264,407.66644,29.374235,22.05359,1.9671501,8.292132,547.73303,0.3612979,321.4989,69.86075,2658.9456,114.996185,135.68817,182.42763,942.3408,62.772236,59.333714,620.9271,48.75083,46.35315,11.264779,36.214005,219.5665,10.981392,8.414852,85.15974,17.75447,4586.4014,23.397585,35.822582,20.757935,23.871992,354.85483,96.0683,37.728493,10.307186,11.760031,35.672005,81.5646,201.1623,57.357193,245.96613,31.064838,27.613264,99.987274,77.965454,42.01158,149.57253,16.120974,3.410793,18.471514,17.563753,2166.3413,20.624508,22.108965,158.7574,24.480793,261.3131,95.58226,201.7767,8.331459,106.14888,640.0594,626.33746,58.009468,583.9393,119.666214,74.94627,71.32901,129.9882,22.493492,56.124516,487.036,13.91476,20.308182,318.02475,10.251535,6.3580556,81.714,68.6897,700.7416,180.40117,176.37086,1995.0271,44.11718,1668.984,1376.7767,6.6948175,4.6720653,1291.9679,16.25894,9.211357,336.6351,20.505308,42.163307,21.777685,73.10004,310.3702,291.51,3.0298011,30.110176,53.42647,363.9473,5.309059,84.55219,7.395811,1.6143496,57.090458,1.2744613,1.4825585,5.094995,10.165021,23.24071,16.58032,28.324642,213.75787,29.860662,13.875383,26.224798,6.6683183,81.05477,3.1545253,3.7988617,5.8319893,63.128162,1.4819891,3.2674468,9.7547,18.001143,15.151305,4.5105734,1.3608333,82.31487,9.952766,199.4042,7.322202,331.65836,18.339859,1007.961,134.11069,4.530007,8.376987,214.36108,268.08527,1221.169,828.0086 +2023-03-11 11:00:00,0.0,2804.3115,27.841862,7.738246,7.378755,28.502539,176.59119,26.865826,53.474514,22.51562,35.098648,154.65578,283.50198,14.588351,21.542015,12.207381,2.5894032,31.670755,30.589224,22.999855,418.34882,14.630036,326.95,126.434525,21.381594,187.07474,149.84814,70.933,678.35394,266.71353,1800.6276,31.896526,2365.29,421.21982,23.625397,19.44514,126.63234,156.94829,267.86014,872.6606,56.12668,14.313862,9.44509,761.4619,444.71008,68.9929,30.088085,239.32376,29.802673,291.08408,12.228116,49.933838,0.0,1804.8788,2976.6418,1.0318478,34.553932,21.676323,18232.613,52.935345,1.8289711,32.222427,56.510143,33.0411,9.708795,30.978104,407.7673,29.381954,22.086496,1.9703171,8.292933,548.0051,0.36119646,321.8247,69.80779,2659.4185,114.92484,135.75058,182.44885,940.988,62.707645,59.30818,620.2823,48.701283,46.30921,11.268144,36.21362,219.56964,10.9811,8.41422,85.188,17.758884,4586.352,23.405933,35.85887,20.766237,23.883362,354.86557,96.05357,37.759407,10.310398,11.765057,35.698692,81.61959,201.30482,57.40662,246.0247,31.066526,27.649704,100.01436,78.13152,42.09207,149.52402,16.108793,3.4178562,18.464333,17.589777,2170.2778,20.60958,22.17702,158.74443,24.492224,261.4577,95.60672,201.93915,8.331139,106.128876,640.6455,626.935,58.05906,585.0726,119.70488,75.04064,71.334724,129.8713,22.475945,56.097775,487.13913,13.906723,20.29655,317.91156,10.251113,6.357153,81.695694,68.693375,700.7518,180.37468,176.38289,1995.1311,44.168194,1669.4387,1377.208,6.696437,4.671987,1291.869,16.254408,9.21287,336.59238,20.50963,42.17496,21.788897,73.15601,310.60666,291.441,3.0303683,30.114073,53.440163,364.18036,5.3104076,84.556496,7.3964944,1.6141812,57.084267,1.2745609,1.4824672,5.0946956,10.165056,23.247065,16.588997,28.331406,213.89009,29.86044,13.8726,26.212198,6.666763,81.04049,3.15401,3.7960706,5.8313174,63.12494,1.4798886,3.2659252,9.744641,18.035048,15.150767,4.5080824,1.3624068,82.39713,9.958916,199.45732,7.3283553,331.94037,18.346012,1007.6449,134.21193,4.5320125,8.3805,214.64441,268.44495,1222.472,827.83997 +2023-03-11 12:00:00,0.0,2805.8494,27.843504,7.7498045,7.3781657,28.517727,176.594,26.872728,53.498642,22.520088,35.110947,154.67665,283.65668,14.59815,21.542688,12.203407,2.588302,31.675907,30.55437,22.98984,418.38553,14.607097,326.883,126.402534,21.354074,186.85426,149.77463,70.91067,678.0645,266.67123,1800.5992,31.852894,2365.3552,420.4936,23.5991,19.421267,126.47386,157.02255,267.85187,871.55176,56.14113,14.321885,9.444386,761.69507,444.14694,69.00509,30.10773,239.32199,29.787775,291.05112,12.226319,49.952503,0.0,1806.479,2979.7646,1.0348175,34.54822,21.685713,18241.242,52.962067,1.8298029,32.28387,56.616478,33.054317,9.710554,31.036942,407.86816,29.389673,22.119404,1.9734842,8.293735,548.27716,0.36109498,322.15054,69.75484,2659.891,114.85349,135.813,182.47006,939.63513,62.64305,59.28265,619.63745,48.651733,46.265274,11.271507,36.213234,219.5728,10.980808,8.413587,85.21627,17.7633,4586.3022,23.414282,35.89516,20.774538,23.894733,354.87634,96.03885,37.79032,10.31361,11.770082,35.72538,81.67459,201.44737,57.456047,246.08328,31.068213,27.686144,100.04145,78.297585,42.172558,149.47551,16.096613,3.4249194,18.457151,17.615803,2174.2144,20.594648,22.245073,158.73146,24.503654,261.6023,95.63118,202.10158,8.330818,106.10887,641.2316,627.53253,58.108654,586.20593,119.743546,75.13501,71.34044,129.75441,22.458399,56.07103,487.24228,13.898686,20.28492,317.79837,10.250691,6.356251,81.67739,68.69705,700.7619,180.34818,176.39493,1995.2351,44.219208,1669.8936,1377.6393,6.6980557,4.6719084,1291.7703,16.249876,9.214381,336.54965,20.51395,42.186615,21.800106,73.21198,310.84308,291.372,3.0309355,30.117971,53.453854,364.41342,5.311756,84.56079,7.397177,1.6140126,57.078075,1.2746606,1.482376,5.094396,10.1650915,23.25342,16.597672,28.338171,214.0223,29.860214,13.869816,26.199596,6.665208,81.02621,3.1534946,3.7932794,5.830645,63.12171,1.477788,3.2644036,9.734584,18.06895,15.15023,4.5055914,1.3639805,82.4794,9.965066,199.51042,7.3345084,332.22238,18.352165,1007.32886,134.31317,4.534018,8.384013,214.92773,268.80463,1223.775,827.67126 +2023-03-11 13:00:00,0.0,2807.387,27.845146,7.7613626,7.3775764,28.532917,176.59679,26.879631,53.52277,22.524559,35.123245,154.69753,283.81134,14.607949,21.54336,12.199433,2.5872006,31.681059,30.519518,22.979824,418.4222,14.584157,326.81595,126.37055,21.326557,186.6338,149.7011,70.888336,677.7751,266.62894,1800.5709,31.809263,2365.4207,419.76736,23.572802,19.397392,126.31539,157.0968,267.84357,870.4429,56.15558,14.329908,9.44368,761.9283,443.58383,69.01728,30.127377,239.32022,29.772877,291.0182,12.224523,49.971172,0.0,1808.0791,2982.8875,1.0377871,34.542507,21.695103,18249.871,52.988792,1.8306345,32.345314,56.722816,33.067535,9.712314,31.095781,407.96902,29.397392,22.15231,1.9766512,8.294536,548.54926,0.36099353,322.47638,69.70188,2660.364,114.78214,135.87541,182.49129,938.28235,62.57846,59.25712,618.9926,48.602184,46.221333,11.274872,36.212845,219.57596,10.980516,8.412954,85.24454,17.767714,4586.253,23.42263,35.93145,20.782839,23.906105,354.8871,96.02412,37.821236,10.316822,11.775108,35.752068,81.72958,201.58992,57.505478,246.14185,31.069899,27.722582,100.068535,78.463646,42.253048,149.42699,16.084433,3.4319825,18.44997,17.641829,2178.151,20.57972,22.313128,158.71849,24.515085,261.7469,95.65565,202.26402,8.330499,106.08887,641.81775,628.13007,58.158245,587.33923,119.78221,75.22937,71.34615,129.63753,22.440851,56.04429,487.3454,13.89065,20.273287,317.68518,10.250269,6.3553486,81.659096,68.70073,700.77203,180.32169,176.40695,1995.3391,44.27022,1670.3483,1378.0707,6.699675,4.67183,1291.6714,16.245346,9.215894,336.50693,20.518272,42.198265,21.811317,73.26795,311.0795,291.303,3.0315027,30.12187,53.46755,364.6465,5.313105,84.565094,7.3978605,1.613844,57.071884,1.2747601,1.4822847,5.0940967,10.165127,23.259773,16.606348,28.344936,214.1545,29.859991,13.867031,26.186996,6.6636524,81.01193,3.1529794,3.7904882,5.829973,63.11849,1.4756874,3.262882,9.724525,18.102856,15.149693,4.5031004,1.3655541,82.56166,9.971215,199.56354,7.340662,332.5044,18.358316,1007.0128,134.41441,4.536024,8.3875265,215.21106,269.16428,1225.0781,827.5026 +2023-03-11 14:00:00,0.0,2808.9248,27.846788,7.7729206,7.376987,28.548107,176.59958,26.886534,53.5469,22.52903,35.135544,154.71841,283.966,14.617747,21.544031,12.195459,2.5860994,31.68621,30.484665,22.969809,418.4589,14.561217,326.7489,126.33857,21.299038,186.41335,149.62756,70.866005,677.48566,266.58664,1800.5426,31.765633,2365.486,419.04117,23.546505,19.373516,126.15691,157.17107,267.8353,869.334,56.17003,14.337932,9.442974,762.1615,443.0207,69.029465,30.147022,239.31847,29.757978,290.98523,12.222726,49.989838,0.0,1809.6793,2986.01,1.0407568,34.536793,21.704493,18258.5,53.015514,1.8314661,32.40676,56.829155,33.080753,9.714072,31.15462,408.0699,29.405111,22.185217,1.9798182,8.295338,548.82135,0.36089206,322.80222,69.648926,2660.8367,114.71079,135.93784,182.51251,936.9295,62.513866,59.231586,618.3478,48.552635,46.177395,11.278235,36.212463,219.57912,10.980225,8.412321,85.27281,17.77213,4586.2036,23.430979,35.967743,20.79114,23.917475,354.89783,96.00939,37.85215,10.320035,11.780133,35.778755,81.78458,201.73247,57.554905,246.20042,31.071585,27.759022,100.09563,78.62971,42.333534,149.37848,16.072252,3.4390457,18.442791,17.667854,2182.0874,20.564789,22.381182,158.7055,24.526516,261.89148,95.68011,202.42645,8.330178,106.06886,642.4039,628.7276,58.20784,588.4726,119.82088,75.32374,71.351875,129.52063,22.423306,56.017548,487.44852,13.882613,20.261656,317.57202,10.249846,6.354446,81.64079,68.70441,700.7822,180.2952,176.41899,1995.443,44.321236,1670.803,1378.502,6.7012944,4.6717515,1291.5725,16.240814,9.217405,336.4642,20.522593,42.20992,21.822529,73.32393,311.31595,291.23404,3.03207,30.125767,53.48124,364.87958,5.3144536,84.5694,7.398544,1.6136755,57.065693,1.2748598,1.4821935,5.093797,10.165161,23.266129,16.615023,28.351702,214.2867,29.859766,13.864247,26.174395,6.662097,80.99765,3.1524642,3.7876968,5.829301,63.11526,1.4735868,3.2613604,9.714468,18.13676,15.149155,4.5006094,1.3671277,82.64392,9.9773655,199.61664,7.346815,332.7864,18.36447,1006.6967,134.51564,4.5380297,8.39104,215.49437,269.52396,1226.3812,827.3339 +2023-03-11 15:00:00,0.0,2810.4626,27.84843,7.7844787,7.376398,28.563295,176.60237,26.893438,53.57103,22.533499,35.147842,154.73929,284.12067,14.627546,21.544704,12.191485,2.5849984,31.691362,30.449812,22.959793,418.4956,14.538277,326.68185,126.30658,21.271519,186.19287,149.55405,70.84367,677.1962,266.54434,1800.5143,31.722,2365.5515,418.31494,23.520208,19.349642,125.99844,157.24533,267.827,868.2251,56.184475,14.345955,9.442269,762.3947,442.45758,69.04166,30.166668,239.31671,29.74308,290.95227,12.220929,50.008507,0.0,1811.2795,2989.1328,1.0437264,34.53108,21.713882,18267.129,53.04224,1.8322978,32.468204,56.935493,33.093967,9.715832,31.213459,408.17075,29.41283,22.218122,1.9829853,8.296139,549.09344,0.3607906,323.12802,69.59597,2661.3096,114.63944,136.00026,182.53374,935.57666,62.449276,59.206055,617.70294,48.503086,46.133457,11.2816,36.212074,219.58226,10.979933,8.411689,85.30108,17.776545,4586.1543,23.439327,36.004032,20.799442,23.928846,354.9086,95.99466,37.883064,10.323247,11.785159,35.805443,81.83957,201.875,57.604336,246.259,31.073273,27.795462,100.12271,78.79577,42.414024,149.32996,16.060072,3.4461088,18.43561,17.69388,2186.0242,20.54986,22.449234,158.69254,24.537947,262.0361,95.70457,202.5889,8.329859,106.04886,642.99,629.3252,58.257435,589.6059,119.85954,75.4181,71.35759,129.40375,22.405758,55.990807,487.55164,13.874577,20.250025,317.45883,10.249424,6.3535438,81.6225,68.708084,700.79236,180.26869,176.43102,1995.547,44.37225,1671.2578,1378.9332,6.7029138,4.6716733,1291.4736,16.236282,9.218918,336.42148,20.526915,42.221573,21.833738,73.3799,311.55237,291.16504,3.0326371,30.129665,53.49493,365.11264,5.315802,84.5737,7.399227,1.613507,57.0595,1.2749594,1.4821022,5.0934978,10.165196,23.272484,16.6237,28.358467,214.41891,29.859543,13.861463,26.161795,6.6605415,80.98337,3.151949,3.7849057,5.828629,63.112034,1.4714861,3.2598386,9.70441,18.170666,15.148617,4.4981184,1.3687013,82.72618,9.983515,199.66974,7.352968,333.06842,18.370623,1006.3807,134.61688,4.5400352,8.394553,215.7777,269.88364,1227.6843,827.1653 +2023-03-11 16:00:00,0.0,2812.0002,27.850073,7.796037,7.3758087,28.578485,176.60516,26.900341,53.595158,22.53797,35.16014,154.76016,284.27536,14.637344,21.545376,12.187511,2.583897,31.696516,30.414957,22.949778,418.5323,14.515337,326.61484,126.2746,21.244001,185.97241,149.48051,70.82134,676.9068,266.502,1800.486,31.67837,2365.617,417.58875,23.493912,19.325768,125.83997,157.31958,267.8187,867.1162,56.198925,14.353978,9.441564,762.6279,441.89444,69.05385,30.186314,239.31494,29.728182,290.91934,12.219132,50.027172,0.0,1812.8796,2992.2556,1.0466962,34.525364,21.723272,18275.758,53.068966,1.8331294,32.529648,57.041832,33.107185,9.71759,31.272297,408.2716,29.42055,22.251028,1.9861523,8.29694,549.3655,0.36068916,323.45386,69.54301,2661.7822,114.5681,136.06267,182.55496,934.2238,62.38468,59.180523,617.0581,48.453537,46.08952,11.284965,36.21169,219.58542,10.979641,8.4110565,85.329346,17.780958,4586.105,23.447676,36.04032,20.807743,23.940218,354.91934,95.979935,37.91398,10.326459,11.790185,35.83213,81.89456,202.01755,57.653763,246.31758,31.074959,27.831902,100.1498,78.96183,42.49451,149.28145,16.047894,3.453172,18.428429,17.719906,2189.9607,20.534931,22.517288,158.67957,24.549377,262.1807,95.729034,202.75133,8.329538,106.028854,643.5761,629.9227,58.307026,590.73926,119.89821,75.51247,71.363304,129.28685,22.388212,55.96406,487.65475,13.866539,20.238394,317.34564,10.2490015,6.3526416,81.604195,68.71176,700.8025,180.2422,176.44305,1995.6509,44.423264,1671.7125,1379.3645,6.704533,4.671595,1291.3748,16.23175,9.220429,336.37872,20.531237,42.233227,21.84495,73.43587,311.78882,291.09604,3.0332043,30.133562,53.50862,365.3457,5.3171506,84.577995,7.3999104,1.6133385,57.05331,1.2750591,1.482011,5.0931983,10.165232,23.27884,16.632374,28.365232,214.55112,29.859318,13.858679,26.149193,6.6589866,80.969086,3.1514337,3.7821145,5.827957,63.10881,1.4693855,3.258317,9.694352,18.204569,15.14808,4.495627,1.3702749,82.80845,9.989665,199.72285,7.3591213,333.35046,18.376774,1006.06464,134.71812,4.542041,8.398066,216.06102,270.24332,1228.9874,826.9966 +2023-03-11 17:00:00,0.0,2813.538,27.851713,7.8075953,7.3752193,28.593676,176.60796,26.907244,53.619286,22.542439,35.17244,154.78104,284.43002,14.647143,21.546047,12.183538,2.5827959,31.701668,30.380104,22.939762,418.56897,14.492397,326.5478,126.24261,21.216482,185.75194,149.40698,70.799,676.6174,266.45972,1800.4576,31.634739,2365.6824,416.86252,23.467613,19.301891,125.681496,157.39384,267.81042,866.0073,56.213375,14.362002,9.440858,762.8611,441.3313,69.06603,30.20596,239.31317,29.713284,290.88638,12.217336,50.04584,0.0,1814.4799,2995.3784,1.0496658,34.519653,21.732662,18284.387,53.095688,1.8339611,32.59109,57.14817,33.120403,9.71935,31.331137,408.37247,29.428268,22.283936,1.9893193,8.297741,549.6376,0.3605877,323.7797,69.49005,2662.2551,114.49675,136.12509,182.57617,932.87103,62.32009,59.15499,616.41327,48.403988,46.04558,11.288328,36.211304,219.58858,10.979349,8.410423,85.35761,17.785374,4586.0557,23.456024,36.076614,20.816044,23.951588,354.93008,95.9652,37.944893,10.329671,11.79521,35.858818,81.949554,202.1601,57.703194,246.37616,31.076645,27.868341,100.17689,79.12789,42.575,149.23294,16.035713,3.460235,18.42125,17.745932,2193.8972,20.52,22.585342,158.6666,24.560808,262.3253,95.753494,202.91377,8.329218,106.00885,644.16223,630.52026,58.35662,591.87256,119.936874,75.60683,71.36902,129.16995,22.370665,55.93732,487.75787,13.858502,20.226763,317.23248,10.248579,6.3517394,81.5859,68.71544,700.8127,180.2157,176.45508,1995.7549,44.47428,1672.1674,1379.7958,6.7061524,4.6715164,1291.276,16.227219,9.221942,336.336,20.535557,42.24488,21.856161,73.49184,312.02524,291.02704,3.0337715,30.13746,53.522312,365.5788,5.318499,84.5823,7.4005938,1.6131699,57.04712,1.2751588,1.4819196,5.092899,10.165267,23.285194,16.64105,28.371998,214.68332,29.859095,13.855895,26.136593,6.657431,80.9548,3.1509185,3.7793233,5.827285,63.105583,1.4672849,3.2567954,9.684295,18.238474,15.147542,4.493136,1.3718485,82.89071,9.995814,199.77596,7.3652744,333.63248,18.382927,1005.74854,134.81935,4.5440464,8.401579,216.34435,270.603,1230.2905,826.8279 +2023-03-11 18:00:00,0.0,2815.0757,27.853355,7.8191533,7.37463,28.608864,176.61075,26.914146,53.643417,22.54691,35.18474,154.80191,284.5847,14.656942,21.54672,12.179564,2.5816948,31.70682,30.345251,22.929747,418.60568,14.469458,326.48074,126.210625,21.188963,185.53148,149.33345,70.77667,676.32794,266.41742,1800.4293,31.591108,2365.7478,416.1363,23.441317,19.278017,125.52302,157.46811,267.80212,864.8985,56.22782,14.370026,9.440152,763.0943,440.7682,69.078224,30.225605,239.31142,29.698385,290.85342,12.215539,50.064507,0.0,1816.0801,2998.501,1.0526354,34.51394,21.742052,18293.016,53.122414,1.8347927,32.652534,57.25451,33.13362,9.721109,31.389977,408.47333,29.435987,22.316841,1.9924864,8.298542,549.90967,0.36048624,324.10553,69.437096,2662.7278,114.4254,136.1875,182.5974,931.5182,62.255497,59.12946,615.76843,48.35444,46.001644,11.291693,36.21092,219.59174,10.979057,8.409791,85.38588,17.78979,4586.006,23.464373,36.112904,20.824347,23.96296,354.94086,95.95048,37.975807,10.332883,11.800236,35.885506,82.00455,202.30264,57.75262,246.43474,31.078331,27.904781,100.20397,79.29395,42.655487,149.18442,16.023533,3.4672985,18.414068,17.771957,2197.8337,20.505072,22.653397,158.65363,24.572239,262.46988,95.777954,203.0762,8.328898,105.988846,644.74835,631.1178,58.40621,593.0059,119.97553,75.701195,71.37473,129.05307,22.353119,55.91058,487.861,13.850466,20.215132,317.1193,10.248157,6.3508368,81.5676,68.71912,700.8228,180.18921,176.46712,1995.8589,44.525295,1672.6221,1380.227,6.707772,4.671438,1291.1771,16.222687,9.2234535,336.29327,20.539879,42.256535,21.86737,73.54781,312.2617,290.95804,3.0343387,30.14136,53.536003,365.81186,5.3198476,84.5866,7.401277,1.6130013,57.040928,1.2752583,1.4818283,5.0925994,10.165302,23.291548,16.649727,28.378763,214.81552,29.858871,13.85311,26.123991,6.6558757,80.94052,3.1504033,3.776532,5.826613,63.102356,1.4651843,3.2552738,9.674236,18.272379,15.147004,4.490645,1.373422,82.97297,10.001965,199.82907,7.371428,333.9145,18.38908,1005.4325,134.9206,4.546052,8.405092,216.62767,270.96265,1231.5936,826.65924 +2023-03-11 19:00:00,0.0,2816.6135,27.854998,7.830712,7.3740406,28.624054,176.61356,26.92105,53.667545,22.551378,35.197037,154.82278,284.73938,14.66674,21.547392,12.1755905,2.5805936,31.711971,30.310398,22.919731,418.64236,14.446518,326.41373,126.17864,21.161446,185.31102,149.25993,70.75434,676.0385,266.37512,1800.4011,31.547476,2365.8132,415.4101,23.41502,19.254143,125.36454,157.54237,267.79385,863.7896,56.24227,14.378049,9.439447,763.3275,440.20505,69.090416,30.24525,239.30963,29.683487,290.8205,12.213742,50.083176,0.0,1817.6802,3001.6238,1.0556052,34.508224,21.751442,18301.646,53.149136,1.8356245,32.713978,57.360847,33.14684,9.722868,31.448814,408.5742,29.443707,22.349749,1.9956534,8.299344,550.1817,0.36038476,324.43134,69.38414,2663.2007,114.35405,136.24992,182.61862,930.16534,62.190907,59.103928,615.1236,48.30489,45.957706,11.295056,36.210533,219.59488,10.9787655,8.409158,85.41415,17.794203,4585.9565,23.472721,36.149193,20.832647,23.97433,354.9516,95.93575,38.00672,10.336096,11.805262,35.912193,82.05954,202.44518,57.80205,246.49332,31.080019,27.941221,100.231064,79.460014,42.735977,149.13591,16.011353,3.4743617,18.406887,17.797983,2201.7703,20.49014,22.72145,158.64066,24.58367,262.61447,95.80242,203.23865,8.328578,105.96884,645.3345,631.71533,58.455807,594.1392,120.0142,75.795555,71.380455,128.93617,22.335571,55.88384,487.9641,13.842429,20.2035,317.0061,10.247734,6.3499346,81.5493,68.72279,700.83295,180.16272,176.47916,1995.9629,44.57631,1673.0769,1380.6583,6.7093906,4.6713595,1291.0782,16.218157,9.224966,336.25055,20.544199,42.268185,21.878582,73.60378,312.4981,290.88904,3.034906,30.145256,53.549694,366.04492,5.321196,84.590904,7.4019604,1.6128329,57.034737,1.275358,1.4817371,5.0923,10.165337,23.297903,16.658401,28.385529,214.94774,29.858646,13.850327,26.111391,6.6543207,80.92625,3.149888,3.7737408,5.825941,63.099133,1.4630836,3.2537522,9.664179,18.306284,15.146466,4.488154,1.3749957,83.05524,10.008115,199.88217,7.377581,334.1965,18.395231,1005.11646,135.02184,4.5480576,8.408606,216.911,271.32233,1232.8967,826.49054 +2023-03-11 20:00:00,0.0,2818.1511,27.85664,7.84227,7.373451,28.639242,176.61635,26.927952,53.691673,22.55585,35.209335,154.84366,284.89404,14.676539,21.548063,12.171617,2.5794923,31.717123,30.275545,22.909716,418.67908,14.423578,326.34668,126.14665,21.133926,185.09055,149.1864,70.73201,675.7491,266.33282,1800.3728,31.503845,2365.8784,414.68387,23.388723,19.230268,125.20607,157.61662,267.78555,862.6807,56.25672,14.386072,9.438742,763.5607,439.64194,69.1026,30.264896,239.30788,29.668589,290.78754,12.211946,50.10184,0.0,1819.2804,3004.7466,1.0585748,34.50251,21.76083,18310.275,53.17586,1.8364561,32.775425,57.467186,33.160057,9.7246275,31.507654,408.67505,29.451426,22.382654,1.9988204,8.300145,550.4538,0.36028332,324.75717,69.331184,2663.6733,114.2827,136.31233,182.63985,928.8125,62.126316,59.078392,614.4788,48.25534,45.91377,11.298421,36.210148,219.59804,10.978473,8.408525,85.44241,17.798618,4585.907,23.48107,36.185482,20.840948,23.9857,354.96234,95.92102,38.037636,10.339308,11.8102865,35.938885,82.11453,202.58772,57.85148,246.5519,31.081705,27.977661,100.25815,79.626076,42.816463,149.0874,15.999172,3.4814248,18.399706,17.824009,2205.7068,20.475212,22.789505,158.62769,24.5951,262.75906,95.82688,203.40108,8.328258,105.94884,645.9206,632.3129,58.505398,595.2726,120.052864,75.88992,71.38617,128.81927,22.318026,55.857094,488.06726,13.834393,20.19187,316.8929,10.247312,6.3490324,81.531,68.72648,700.84314,180.13622,176.49118,1996.0668,44.627323,1673.5316,1381.0896,6.71101,4.6712813,1290.9794,16.213625,9.226479,336.20782,20.548521,42.27984,21.889793,73.65975,312.73453,290.82004,3.035473,30.149155,53.563385,366.278,5.3225446,84.5952,7.402643,1.6126643,57.028545,1.2754576,1.4816458,5.0920005,10.165372,23.304258,16.667078,28.392294,215.07994,29.858423,13.847542,26.098791,6.6527653,80.911964,3.1493728,3.7709496,5.8252687,63.095905,1.460983,3.2522306,9.65412,18.340187,15.145929,4.485663,1.3765693,83.1375,10.014264,199.93529,7.383734,334.47852,18.401384,1004.80035,135.12308,4.550063,8.412119,217.19432,271.682,1234.1998,826.3219 +2023-03-11 21:00:00,0.0,2819.689,27.858282,7.853828,7.3728623,28.654432,176.61914,26.934855,53.715805,22.560318,35.221634,154.86453,285.0487,14.686338,21.548737,12.167643,2.5783913,31.722275,30.240692,22.8997,418.71576,14.400638,326.27963,126.11467,21.10641,184.87009,149.11287,70.70968,675.45966,266.29053,1800.3445,31.460215,2365.9438,413.95764,23.362427,19.206392,125.04759,157.69089,267.77728,861.57184,56.271168,14.394095,9.438036,763.79395,439.0788,69.11479,30.284542,239.30612,29.653692,290.75458,12.210149,50.12051,0.0,1820.8805,3007.8694,1.0615445,34.496796,21.77022,18318.904,53.202583,1.8372878,32.83687,57.573524,33.17327,9.726386,31.566492,408.7759,29.459145,22.415562,2.0019875,8.300946,550.7259,0.36018187,325.083,69.27823,2664.1462,114.21136,136.37476,182.66106,927.4597,62.06172,59.05286,613.834,48.20579,45.86983,11.3017845,36.209763,219.6012,10.978181,8.407893,85.47068,17.803034,4585.858,23.489418,36.221775,20.84925,23.997072,354.9731,95.906296,38.06855,10.34252,11.815312,35.965572,82.169525,202.73027,57.90091,246.61046,31.083391,28.014101,100.28524,79.79214,42.896954,149.03888,15.986992,3.488488,18.392527,17.850035,2209.6433,20.460283,22.85756,158.61472,24.606531,262.9037,95.85134,203.56352,8.327938,105.92883,646.5067,632.91046,58.554993,596.4059,120.09153,75.98428,71.391884,128.7024,22.300478,55.830353,488.17038,13.826356,20.180237,316.77975,10.246889,6.3481297,81.512695,68.730156,700.8533,180.10973,176.50322,1996.1708,44.678337,1673.9865,1381.521,6.7126293,4.6712027,1290.8806,16.209093,9.22799,336.1651,20.552841,42.291492,21.901003,73.71573,312.97098,290.75104,3.0360403,30.153051,53.577076,366.51108,5.323893,84.5995,7.4033265,1.6124958,57.022354,1.2755573,1.4815546,5.091701,10.165407,23.310614,16.675753,28.39906,215.21214,29.858198,13.844758,26.08619,6.65121,80.89768,3.1488576,3.7681584,5.824597,63.09268,1.4588825,3.2507088,9.644063,18.374092,15.145391,4.483172,1.3781428,83.21976,10.020414,199.98839,7.3898873,334.76053,18.407537,1004.4843,135.2243,4.5520687,8.415631,217.47765,272.0417,1235.5029,826.1532 +2023-03-11 22:00:00,0.0,2821.2268,27.859924,7.865386,7.372273,28.669622,176.62193,26.941757,53.739933,22.564789,35.233932,154.8854,285.20337,14.696136,21.549408,12.163669,2.57729,31.727427,30.20584,22.889685,418.75244,14.377698,326.2126,126.08269,21.07889,184.64961,149.03934,70.68735,675.1703,266.24823,1800.3162,31.416584,2366.0093,413.23145,23.336128,19.182518,124.889114,157.76515,267.76898,860.46295,56.285618,14.402119,9.43733,764.0271,438.5157,69.12698,30.304188,239.30435,29.638794,290.72165,12.208351,50.139175,0.0,1822.4807,3010.992,1.0645142,34.491085,21.77961,18327.533,53.22931,1.8381194,32.89831,57.679863,33.18649,9.728146,31.625332,408.87677,29.466866,22.448467,2.0051546,8.301747,550.998,0.3600804,325.40884,69.225266,2664.619,114.14001,136.43716,182.68228,926.1069,61.99713,59.02733,613.18915,48.156246,45.82589,11.305149,36.209377,219.60435,10.977889,8.40726,85.49895,17.807447,4585.8086,23.497766,36.258064,20.857552,24.008444,354.98386,95.89156,38.09946,10.345732,11.820338,35.99226,82.22452,202.87282,57.950336,246.66904,31.085077,28.05054,100.312325,79.9582,42.97744,148.99037,15.9748125,3.495551,18.385345,17.87606,2213.5798,20.445353,22.925613,158.60175,24.617962,263.04828,95.87581,203.72595,8.327618,105.90883,647.09283,633.508,58.604588,597.53925,120.130196,76.07865,71.3976,128.5855,22.282932,55.80361,488.2735,13.818319,20.168606,316.66656,10.246467,6.3472276,81.4944,68.73383,700.8634,180.08322,176.51524,1996.2748,44.72935,1674.4412,1381.9523,6.7142487,4.6711245,1290.7817,16.204561,9.229503,336.12238,20.557163,42.303146,21.912214,73.7717,313.2074,290.68207,3.0366075,30.15695,53.590767,366.74414,5.3252416,84.603806,7.40401,1.6123272,57.016163,1.2756568,1.4814633,5.0914016,10.165442,23.316967,16.68443,28.405825,215.34435,29.857975,13.841973,26.07359,6.649655,80.8834,3.1483424,3.7653673,5.8239245,63.089455,1.4567819,3.2491872,9.634005,18.407997,15.144854,4.480681,1.3797164,83.30202,10.026564,200.0415,7.3960404,335.04254,18.41369,1004.1683,135.32555,4.554075,8.419145,217.76097,272.40137,1236.806,825.9845 +2023-03-11 23:00:00,0.0,2822.7644,27.861567,7.8769445,7.3716836,28.68481,176.62473,26.94866,53.76406,22.569258,35.246227,154.90628,285.35806,14.7059355,21.55008,12.159695,2.5761888,31.73258,30.170986,22.87967,418.78915,14.354758,326.14557,126.0507,21.05137,184.42915,148.96582,70.66501,674.88086,266.20593,1800.2878,31.372952,2366.0747,412.50522,23.309832,19.158644,124.73065,157.8394,267.7607,859.35406,56.300068,14.410142,9.4366255,764.2603,437.95255,69.13917,30.323835,239.30258,29.623896,290.6887,12.206554,50.157845,0.0,1824.0808,3014.1147,1.0674838,34.48537,21.789,18336.162,53.256035,1.8389511,32.959755,57.7862,33.199707,9.729905,31.68417,408.97763,29.474585,22.481375,2.0083215,8.302549,551.27,0.35997894,325.73465,69.17231,2665.0918,114.06866,136.49959,182.7035,924.754,61.932537,59.001797,612.5443,48.106697,45.78195,11.308513,36.20899,219.6075,10.977597,8.406628,85.527214,17.811863,4585.7593,23.506115,36.294353,20.865852,24.019814,354.9946,95.87684,38.130375,10.348944,11.825364,36.018948,82.27951,203.01535,57.999763,246.72762,31.086765,28.08698,100.33942,80.12426,43.05793,148.94186,15.962632,3.5026143,18.378164,17.902084,2217.5164,20.430424,22.993666,158.58878,24.629393,263.19287,95.90027,203.8884,8.327297,105.888824,647.67896,634.1055,58.65418,598.67255,120.16886,76.17302,71.40331,128.46861,22.265385,55.77687,488.37662,13.810283,20.156975,316.55338,10.246044,6.3463254,81.4761,68.73751,700.8736,180.05673,176.52728,1996.3787,44.780365,1674.896,1382.3835,6.715868,4.6710463,1290.6829,16.20003,9.231014,336.07965,20.561485,42.3148,21.923426,73.82767,313.44385,290.61307,3.0371747,30.160849,53.60446,366.97723,5.3265905,84.60811,7.404693,1.6121587,57.00997,1.2757565,1.4813721,5.091102,10.165478,23.323322,16.693104,28.41259,215.47656,29.85775,13.83919,26.060987,6.6480994,80.86912,3.1478271,3.7625759,5.8232527,63.086227,1.4546812,3.2476656,9.623947,18.441902,15.144316,4.47819,1.3812901,83.384285,10.032714,200.0946,7.402194,335.32455,18.419842,1003.8522,135.42679,4.5560803,8.422658,218.0443,272.76102,1238.1091,825.81586 +2023-03-12 00:00:00,0.0,2824.3022,27.863207,7.8885026,7.371094,28.7,176.62752,26.955563,53.788193,22.573729,35.258526,154.92717,285.51273,14.7157345,21.550753,12.155721,2.5750878,31.737732,30.136131,22.869654,418.82584,14.331819,326.07852,126.018715,21.023853,184.2087,148.89229,70.64268,674.59143,266.16364,1800.2595,31.32932,2366.1401,411.779,23.283535,19.134768,124.572174,157.91367,267.7524,858.24524,56.314518,14.418165,9.43592,764.4935,437.3894,69.15136,30.343481,239.30083,29.608997,290.65573,12.204758,50.17651,0.0,1825.681,3017.2375,1.0704535,34.479656,21.79839,18344.791,53.282757,1.8397827,33.0212,57.89254,33.212925,9.731664,31.74301,409.0785,29.482304,22.51428,2.0114887,8.30335,551.5421,0.35987747,326.0605,69.119354,2665.5645,113.99731,136.56201,182.72473,923.4012,61.867947,58.976265,611.8995,48.057148,45.738014,11.311877,36.208603,219.61066,10.977305,8.405995,85.55548,17.816277,4585.7095,23.514463,36.330647,20.874153,24.031185,355.00537,95.86211,38.16129,10.352157,11.830389,36.045635,82.3345,203.1579,58.049194,246.7862,31.088451,28.12342,100.3665,80.29032,43.138416,148.89334,15.950452,3.5096774,18.370985,17.92811,2221.4531,20.415495,23.06172,158.5758,24.640823,263.33746,95.92473,204.05083,8.326978,105.86882,648.2651,634.70306,58.703773,599.8059,120.20753,76.26738,71.409035,128.35172,22.247839,55.75013,488.47974,13.802246,20.145344,316.44022,10.245622,6.3454227,81.4578,68.74119,700.8837,180.03024,176.5393,1996.4827,44.83138,1675.3507,1382.8148,6.7174873,4.6709676,1290.584,16.195498,9.232527,336.03693,20.565805,42.326454,21.934635,73.883644,313.68027,290.54407,3.037742,30.164745,53.618153,367.2103,5.327939,84.612404,7.4053764,1.6119902,57.00378,1.2758561,1.4812808,5.0908027,10.165512,23.329678,16.70178,28.419355,215.60876,29.857527,13.836406,26.048388,6.646544,80.854836,3.147312,3.7597847,5.822581,63.083004,1.4525806,3.246144,9.613889,18.475805,15.143779,4.475699,1.3828636,83.466545,10.038863,200.1477,7.408347,335.60657,18.425995,1003.53613,135.52802,4.558086,8.426171,218.32762,273.1207,1239.4122,825.64716 +2023-03-12 01:00:00,0.0,2825.8398,27.86485,7.9000607,7.370505,28.715189,176.63031,26.962465,53.81232,22.578197,35.270824,154.94804,285.6674,14.725533,21.551424,12.151748,2.5739865,31.742884,30.101278,22.859638,418.86255,14.308879,326.01147,125.986725,20.996334,183.98822,148.81876,70.620346,674.302,266.12134,1800.2312,31.28569,2366.2056,411.0528,23.257238,19.110893,124.4137,157.98793,267.74414,857.13635,56.328964,14.426188,9.435214,764.72675,436.8263,69.16355,30.363127,239.29907,29.594099,290.6228,12.202961,50.19518,0.0,1827.2812,3020.3604,1.0734231,34.47394,21.80778,18353.42,53.309483,1.8406144,33.08264,57.99888,33.226143,9.733423,31.80185,409.17935,29.490023,22.547188,2.0146556,8.304152,551.8142,0.35977602,326.38632,69.0664,2666.0374,113.92596,136.62442,182.74596,922.04834,61.803352,58.950733,611.25464,48.0076,45.694077,11.315241,36.208218,219.61382,10.977014,8.405362,85.583755,17.820692,4585.66,23.522812,36.366936,20.882456,24.042557,355.0161,95.84738,38.192204,10.355369,11.835415,36.072323,82.389496,203.30045,58.09862,246.84477,31.090137,28.15986,100.39359,80.45638,43.218906,148.84483,15.9382715,3.5167406,18.363804,17.954136,2225.3896,20.400564,23.129774,158.56284,24.652254,263.48206,95.949196,204.21327,8.326657,105.848816,648.8512,635.3006,58.753365,600.9392,120.24619,76.36175,71.41475,128.23482,22.230291,55.723385,488.58286,13.7942095,20.133713,316.32703,10.245199,6.3445206,81.4395,68.744865,700.89386,180.00374,176.55135,1996.5867,44.882393,1675.8055,1383.2461,6.7191067,4.6708894,1290.4852,16.190968,9.234038,335.9942,20.570127,42.338104,21.945847,73.93961,313.9167,290.47507,3.038309,30.168644,53.631844,367.44336,5.3292875,84.61671,7.4060597,1.6118217,56.99759,1.2759558,1.4811895,5.090503,10.165547,23.336033,16.710457,28.426119,215.74097,29.857302,13.833621,26.035786,6.6449885,80.84056,3.1467967,3.7569935,5.8219085,63.079777,1.45048,3.2446225,9.603831,18.50971,15.143241,4.473208,1.3844372,83.548805,10.045013,200.20082,7.4145,335.88858,18.432148,1003.2201,135.62926,4.5600915,8.429685,218.61093,273.48038,1240.7153,825.4785 +2023-03-12 02:00:00,0.0,2827.3777,27.866491,7.9116187,7.3699155,28.73038,176.6331,26.969368,53.83645,22.582668,35.283123,154.96892,285.82205,14.735332,21.552097,12.147774,2.5728853,31.748035,30.066425,22.849623,418.89923,14.285939,325.94446,125.95474,20.968815,183.76776,148.74524,70.598015,674.0126,266.07904,1800.2029,31.242058,2366.271,410.32657,23.23094,19.087019,124.255226,158.06218,267.73584,856.02747,56.343414,14.434212,9.434509,764.95996,436.26315,69.175735,30.382772,239.29729,29.5792,290.58984,12.201164,50.213844,0.0,1828.8813,3023.4832,1.0763929,34.468227,21.81717,18362.049,53.336205,1.841446,33.14409,58.105217,33.23936,9.735182,31.860687,409.2802,29.497742,22.580093,2.0178227,8.304953,552.08624,0.35967454,326.71216,69.01344,2666.51,113.854614,136.68684,182.76717,920.69556,61.73876,58.9252,610.6098,47.95805,45.65014,11.318605,36.207832,219.61697,10.976722,8.40473,85.61202,17.825108,4585.611,23.53116,36.403225,20.890757,24.053926,355.0269,95.83265,38.223118,10.358581,11.840441,36.09901,82.44449,203.443,58.148052,246.90335,31.091824,28.1963,100.42068,80.622444,43.299393,148.79631,15.926091,3.5238037,18.356623,17.980162,2229.3262,20.385635,23.197828,158.54987,24.663685,263.62665,95.973656,204.3757,8.326337,105.828804,649.4373,635.8982,58.80296,602.0726,120.28486,76.45611,71.42046,128.11794,22.212746,55.696644,488.68597,13.786173,20.122082,316.21384,10.244777,6.3436184,81.4212,68.74854,700.90405,179.97725,176.56337,1996.6907,44.933407,1676.2603,1383.6774,6.7207255,4.6708107,1290.3864,16.186436,9.235551,335.95145,20.574448,42.34976,21.957056,73.99558,314.15314,290.40607,3.0388763,30.17254,53.645535,367.67645,5.330636,84.62101,7.406743,1.6116531,56.991394,1.2760553,1.4810983,5.090204,10.165583,23.342386,16.719131,28.432884,215.87317,29.857079,13.830837,26.023186,6.6434336,80.82628,3.1462815,3.7542024,5.8212366,63.07655,1.4483794,3.2431006,9.593774,18.543615,15.142703,4.470717,1.3860108,83.631065,10.051163,200.25392,7.4206533,336.17062,18.4383,1002.904,135.7305,4.562097,8.433197,218.89426,273.84006,1242.0184,825.3098 +2023-03-12 03:00:00,0.0,2828.9153,27.868134,7.9231772,7.3693266,28.74557,176.63591,26.976273,53.86058,22.587137,35.29542,154.98979,285.97675,14.74513,21.552769,12.1438,2.571784,31.753187,30.031572,22.839607,418.9359,14.263,325.8774,125.92276,20.941298,183.54729,148.6717,70.57568,673.72314,266.03674,1800.1747,31.198427,2366.3364,409.60034,23.204643,19.063143,124.09675,158.13644,267.72757,854.9186,56.357864,14.442235,9.433804,765.1931,435.70004,69.18793,30.402418,239.29553,29.564302,290.55692,12.199368,50.232513,0.0,1830.4816,3026.6057,1.0793625,34.462517,21.82656,18370.678,53.36293,1.8422778,33.205532,58.211555,33.252575,9.736941,31.919527,409.38107,29.50546,22.613,2.0209897,8.305754,552.35834,0.3595731,327.03796,68.96048,2666.983,113.783264,136.74925,182.78839,919.3427,61.67417,58.89967,609.96497,47.9085,45.6062,11.321969,36.207447,219.62012,10.97643,8.404097,85.64029,17.829521,4585.5615,23.539509,36.439518,20.899057,24.065298,355.03763,95.817924,38.254032,10.361793,11.845466,36.125698,82.49948,203.58553,58.19748,246.96193,31.093512,28.23274,100.44777,80.788506,43.379883,148.7478,15.913912,3.5308669,18.349442,18.006187,2233.2627,20.370705,23.265882,158.5369,24.675116,263.77127,95.998116,204.53813,8.326017,105.8088,650.02344,636.4957,58.85255,603.2059,120.32352,76.550476,71.42618,128.00104,22.195198,55.669903,488.7891,13.778136,20.11045,316.10065,10.244354,6.3427157,81.4029,68.75222,700.9142,179.95074,176.57541,1996.7946,44.98442,1676.7151,1384.1086,6.722345,4.6707325,1290.2875,16.181904,9.237062,335.90872,20.57877,42.361412,21.968267,74.05156,314.38956,290.33707,3.0394435,30.17644,53.659225,367.90952,5.3319845,84.62531,7.407426,1.6114845,56.985203,1.276155,1.481007,5.0899043,10.165618,23.348742,16.727808,28.43965,216.00539,29.856853,13.8280525,26.010584,6.641878,80.812,3.1457663,3.7514112,5.8205647,63.073326,1.4462788,3.241579,9.583715,18.57752,15.142165,4.4682255,1.3875844,83.71333,10.057313,200.30704,7.4268064,336.45264,18.444452,1002.58795,135.83174,4.5641026,8.43671,219.17758,274.19974,1243.3215,825.1412 +2023-03-12 04:00:00,0.0,2830.4531,27.869776,7.9347353,7.368737,28.760757,176.6387,26.983175,53.88471,22.591608,35.30772,155.01067,286.1314,14.754929,21.55344,12.139826,2.570683,31.758339,29.99672,22.829592,418.97263,14.240059,325.81036,125.89077,20.913778,183.32683,148.59818,70.55335,673.4337,265.99445,1800.1464,31.154797,2366.4016,408.87415,23.178347,19.039268,123.93827,158.21071,267.71927,853.8097,56.37231,14.450259,9.433098,765.42633,435.1369,69.20012,30.422064,239.29376,29.549404,290.52396,12.197571,50.25118,0.0,1832.0818,3029.7285,1.0823321,34.456802,21.835949,18379.309,53.389652,1.8431094,33.266975,58.317894,33.265793,9.738701,31.978365,409.48193,29.51318,22.645906,2.0241568,8.306556,552.63043,0.35947165,327.3638,68.907524,2667.4556,113.711914,136.81168,182.80962,917.98987,61.609577,58.874138,609.3201,47.85895,45.562263,11.325334,36.20706,219.62328,10.976138,8.403464,85.66856,17.833937,4585.512,23.547857,36.475807,20.90736,24.07667,355.04837,95.8032,38.284946,10.365005,11.850492,36.152386,82.554474,203.72807,58.24691,247.02051,31.095198,28.26918,100.47485,80.95457,43.46037,148.6993,15.9017315,3.53793,18.342262,18.032213,2237.1992,20.355776,23.333937,158.52393,24.686546,263.91586,96.02258,204.70058,8.325697,105.788795,650.60956,637.09326,58.902145,604.33923,120.36218,76.64484,71.4319,127.88415,22.177652,55.64316,488.89224,13.7701,20.098818,315.9875,10.243932,6.3418136,81.384605,68.7559,700.9243,179.92426,176.58743,1996.8986,45.035435,1677.1698,1384.5399,6.723964,4.670654,1290.1886,16.177372,9.238575,335.866,20.58309,42.373066,21.979479,74.10753,314.626,290.26807,3.0400107,30.180338,53.672916,368.14258,5.333333,84.62961,7.408109,1.6113161,56.97901,1.2762547,1.4809158,5.0896053,10.165652,23.355097,16.736483,28.446415,216.13759,29.85663,13.825269,25.997984,6.6403227,80.797714,3.145251,3.7486198,5.8198924,63.0701,1.4441781,3.2400575,9.573658,18.611425,15.141628,4.4657345,1.389158,83.79559,10.063462,200.36014,7.43296,336.73465,18.450605,1002.2719,135.93297,4.566108,8.440224,219.4609,274.5594,1244.6246,824.9725 +2023-03-12 05:00:00,0.0,2831.9907,27.871418,7.9462934,7.368148,28.775948,176.6415,26.990078,53.908836,22.596077,35.32002,155.03154,286.28607,14.764728,21.554113,12.135852,2.5695817,31.76349,29.961866,22.819576,419.0093,14.217119,325.74332,125.85879,20.886261,183.10637,148.52464,70.53101,673.1443,265.95215,1800.118,31.111166,2366.467,408.14792,23.15205,19.015394,123.77979,158.28496,267.711,852.7008,56.38676,14.458282,9.432392,765.65955,434.5738,69.2123,30.44171,239.29199,29.534506,290.491,12.195774,50.269848,0.0,1833.682,3032.8513,1.0853019,34.451088,21.845339,18387.938,53.416378,1.843941,33.32842,58.424232,33.27901,9.740459,32.037205,409.5828,29.520899,22.678814,2.0273237,8.307357,552.90247,0.35937017,327.68964,68.85457,2667.9285,113.640564,136.87408,182.83084,916.637,61.544987,58.848606,608.6753,47.809402,45.518326,11.328697,36.206676,219.62643,10.975846,8.402832,85.69682,17.838352,4585.463,23.556206,36.512096,20.91566,24.08804,355.05914,95.78847,38.31586,10.368217,11.855517,36.179073,82.60947,203.87062,58.296337,247.07909,31.096884,28.30562,100.501945,81.120636,43.54086,148.65077,15.889551,3.5449934,18.335081,18.058239,2241.1357,20.340847,23.40199,158.51096,24.697977,264.06046,96.04704,204.863,8.325377,105.76879,651.1957,637.6908,58.951736,605.47253,120.40085,76.739204,71.437614,127.76726,22.160105,55.616417,488.99536,13.762063,20.087187,315.8743,10.243509,6.3409114,81.3663,68.759575,700.9345,179.89777,176.59947,1997.0024,45.08645,1677.6246,1384.9712,6.7255836,4.6705756,1290.0897,16.17284,9.2400875,335.82327,20.587412,42.38472,21.990688,74.1635,314.86243,290.1991,3.040578,30.184235,53.686607,368.37564,5.3346815,84.63391,7.4087925,1.6111475,56.97282,1.2763543,1.4808245,5.089306,10.165688,23.361452,16.74516,28.45318,216.26979,29.856407,13.822484,25.985384,6.6387677,80.78343,3.1447358,3.7458286,5.8192205,63.066875,1.4420775,3.238536,9.5636,18.645329,15.14109,4.4632435,1.3907316,83.87785,10.0696125,200.41325,7.439113,337.01666,18.456758,1001.9559,136.03421,4.568114,8.443737,219.74423,274.91907,1245.9277,824.8038 +2023-03-12 06:00:00,0.0,2833.5286,27.87306,7.9578514,7.3675585,28.791138,176.64429,26.99698,53.932964,22.600548,35.332317,155.05241,286.44073,14.774526,21.554785,12.131878,2.5684805,31.768644,29.927013,22.80956,419.046,14.19418,325.6763,125.8268,20.858742,182.8859,148.45113,70.50868,672.85486,265.90985,1800.0897,31.067533,2366.5325,407.4217,23.125753,18.991518,123.62132,158.35922,267.7027,851.5919,56.40121,14.466306,9.431687,765.89276,434.01065,69.224495,30.461355,239.29024,29.519608,290.45807,12.193977,50.288513,0.0,1835.2822,3035.974,1.0882715,34.445374,21.854727,18396.566,53.443104,1.8447727,33.389862,58.53057,33.29223,9.742219,32.096043,409.6837,29.528618,22.71172,2.0304909,8.308158,553.17456,0.35926872,328.01547,68.80161,2668.4011,113.569214,136.93651,182.85205,915.28424,61.480392,58.823074,608.03046,47.759853,45.47439,11.332062,36.206287,219.6296,10.9755535,8.402199,85.72509,17.842766,4585.413,23.564554,36.548386,20.923962,24.099411,355.0699,95.77374,38.346775,10.371429,11.860542,36.205765,82.66446,204.01317,58.345768,247.13765,31.09857,28.34206,100.52903,81.2867,43.621346,148.60226,15.877371,3.5520566,18.3279,18.084265,2245.0723,20.325916,23.470045,158.49799,24.709408,264.20505,96.0715,205.02545,8.325057,105.74879,651.7818,638.2883,59.00133,606.6059,120.439514,76.833565,71.44333,127.65037,22.14256,55.589676,489.09848,13.754026,20.075556,315.7611,10.243088,6.340009,81.348,68.76325,700.94464,179.87126,176.6115,1997.1064,45.137463,1678.0793,1385.4026,6.727203,4.6704974,1289.991,16.168308,9.241599,335.78055,20.591734,42.39637,22.0019,74.21947,315.09888,290.1301,3.041145,30.188133,53.7003,368.60873,5.33603,84.638214,7.409476,1.610979,56.96663,1.2764539,1.4807333,5.0890064,10.165723,23.367805,16.753834,28.459946,216.402,29.856182,13.8197,25.972782,6.6372123,80.76915,3.1442206,3.7430375,5.818548,63.06365,1.4399769,3.2370143,9.553542,18.679234,15.1405525,4.4607525,1.3923051,83.96011,10.075762,200.46635,7.4452662,337.29868,18.46291,1001.6398,136.13545,4.5701194,8.44725,220.02756,275.27875,1247.2308,824.63513 +2023-03-12 07:00:00,0.0,2835.0664,27.8747,7.96941,7.366969,28.806326,176.64708,27.003883,53.957096,22.605019,35.344616,155.07329,286.59543,14.784325,21.555456,12.127904,2.5673795,31.773796,29.89216,22.799545,419.0827,14.17124,325.60925,125.794815,20.831223,182.66544,148.3776,70.48635,672.5654,265.86755,1800.0614,31.023903,2366.598,406.6955,23.099455,18.967644,123.462845,158.43349,267.69443,850.4831,56.415657,14.474329,9.430982,766.1259,433.4475,69.23669,30.481,239.28848,29.50471,290.4251,12.192181,50.307182,0.0,1836.8823,3039.0967,1.0912411,34.43966,21.864117,18405.195,53.469826,1.8456043,33.451305,58.63691,33.305447,9.743978,32.15488,409.78455,29.536337,22.744627,2.0336578,8.308959,553.44666,0.35916725,328.34128,68.74866,2668.874,113.49787,136.99893,182.87328,913.9314,61.415802,58.79754,607.3856,47.710304,45.430447,11.335425,36.205902,219.63274,10.975262,8.4015665,85.75336,17.847181,4585.364,23.572903,36.58468,20.932262,24.110783,355.08063,95.75901,38.37769,10.374641,11.865568,36.232452,82.71945,204.1557,58.395195,247.19623,31.100258,28.3785,100.55612,81.45276,43.70183,148.55376,15.865191,3.5591197,18.32072,18.11029,2249.0088,20.310987,23.538097,158.48502,24.720839,264.34964,96.09597,205.18788,8.324737,105.72878,652.3679,638.8859,59.050926,607.7392,120.47818,76.92793,71.44904,127.53347,22.125011,55.562935,489.2016,13.74599,20.063925,315.64795,10.242665,6.3391066,81.329704,68.76693,700.9548,179.84477,176.62354,1997.2104,45.188477,1678.534,1385.8339,6.728822,4.6704187,1289.8921,16.163778,9.243112,335.73782,20.596054,42.408024,22.013111,74.275444,315.3353,290.0611,3.0417123,30.19203,53.71399,368.8418,5.3373785,84.64252,7.410159,1.6108104,56.960438,1.2765535,1.480642,5.088707,10.165758,23.37416,16.76251,28.466711,216.53421,29.855959,13.816916,25.960182,6.635657,80.754875,3.1437054,3.7402463,5.8178763,63.06042,1.4378763,3.2354927,9.543484,18.713139,15.140015,4.4582615,1.3938788,84.04238,10.081912,200.51945,7.4514194,337.5807,18.469063,1001.3237,136.23668,4.5721254,8.450763,220.31088,275.63843,1248.5339,824.46643 +2023-03-12 08:00:00,0.0,2836.604,27.876343,7.980968,7.3663797,28.821516,176.64987,27.010786,53.981224,22.609488,35.356915,155.09416,286.7501,14.794124,21.55613,12.123931,2.5662782,31.778948,29.857306,22.78953,419.1194,14.1483,325.5422,125.76283,20.803705,182.44496,148.30406,70.46402,672.276,265.82526,1800.0331,30.980272,2366.6633,405.96927,23.073158,18.94377,123.304375,158.50774,267.68613,849.3742,56.430107,14.482352,9.430276,766.35913,432.8844,69.24887,30.500647,239.28671,29.48981,290.39215,12.190384,50.325848,0.0,1838.4825,3042.2195,1.0942109,34.43395,21.873507,18413.824,53.49655,1.846436,33.512753,58.743248,33.318665,9.745737,32.213722,409.8854,29.544056,22.777533,2.036825,8.30976,553.71875,0.3590658,328.6671,68.6957,2669.3467,113.42652,137.06134,182.8945,912.57855,61.351208,58.772007,606.7408,47.660755,45.38651,11.33879,36.205517,219.6359,10.97497,8.400934,85.781624,17.851595,4585.3145,23.581251,36.620968,20.940565,24.122152,355.0914,95.744286,38.408604,10.377853,11.870594,36.25914,82.77445,204.29825,58.444626,247.2548,31.101944,28.41494,100.583206,81.61882,43.782322,148.50523,15.853011,3.5661829,18.31354,18.136316,2252.9456,20.296057,23.606152,158.47205,24.73227,264.49423,96.12043,205.35033,8.324417,105.70878,652.95404,639.48346,59.100517,608.87256,120.516846,77.0223,71.45476,127.41658,22.107466,55.536194,489.30472,13.737952,20.052294,315.53476,10.242243,6.3382044,81.3114,68.77061,700.96497,179.81828,176.63556,1997.3145,45.23949,1678.9889,1386.2651,6.7304416,4.6703405,1289.7932,16.159246,9.244623,335.6951,20.600376,42.419678,22.02432,74.33141,315.57172,289.9921,3.0422795,30.195929,53.727684,369.07486,5.338727,84.64681,7.4108424,1.610642,56.954247,1.2766532,1.4805508,5.0884075,10.165793,23.380516,16.771187,28.473476,216.66641,29.855734,13.814132,25.94758,6.634102,80.74059,3.1431901,3.737455,5.8172045,63.057198,1.4357756,3.2339709,9.533426,18.747044,15.139478,4.4557705,1.3954524,84.12464,10.088062,200.57257,7.4575725,337.8627,18.475216,1001.0077,136.33792,4.574131,8.454276,220.59421,275.9981,1249.8369,824.2978 +2023-03-12 09:00:00,0.0,2838.1418,27.877985,7.992526,7.365791,28.836704,176.65266,27.017689,54.005352,22.613958,35.369213,155.11504,286.90475,14.803922,21.5568,12.119957,2.565177,31.7841,29.822453,22.779514,419.1561,14.1253605,325.4752,125.73084,20.776186,182.2245,148.23053,70.44169,671.9866,265.78296,1800.0048,30.936642,2366.7288,405.24304,23.046862,18.919893,123.145905,158.582,267.67786,848.2653,56.444557,14.4903755,9.42957,766.59235,432.32126,69.26106,30.520292,239.28494,29.474915,290.35922,12.188587,50.344517,0.0,1840.0828,3045.3423,1.0971805,34.428234,21.882896,18422.453,53.523273,1.8472676,33.574196,58.849586,33.33188,9.747497,32.27256,409.98627,29.551775,22.810438,2.0399919,8.310562,553.9908,0.35896435,328.99295,68.64274,2669.8196,113.35517,137.12376,182.91573,911.2257,61.286617,58.746475,606.09595,47.611206,45.34257,11.342154,36.20513,219.63905,10.974678,8.400301,85.80989,17.85601,4585.265,23.5896,36.657257,20.948866,24.133524,355.10214,95.72955,38.439518,10.381066,11.87562,36.285828,82.829445,204.4408,58.494053,247.31339,31.10363,28.45138,100.6103,81.78488,43.86281,148.45673,15.840831,3.573246,18.306358,18.162342,2256.882,20.281128,23.674206,158.45908,24.7437,264.63885,96.14489,205.51276,8.324097,105.688774,653.5402,640.081,59.150112,610.00586,120.55551,77.11666,71.46048,127.29969,22.089918,55.50945,489.40784,13.729916,20.040663,315.42157,10.24182,6.337302,81.293106,68.77429,700.9751,179.79178,176.6476,1997.4183,45.29051,1679.4436,1386.6964,6.7320604,4.670262,1289.6943,16.154715,9.246136,335.65237,20.604696,42.43133,22.035532,74.38738,315.80817,289.9231,3.0428467,30.199827,53.741375,369.30795,5.340076,84.651115,7.4115257,1.6104734,56.948055,1.2767528,1.4804595,5.088108,10.165828,23.386871,16.779861,28.480242,216.79861,29.85551,13.811348,25.93498,6.6325464,80.72631,3.142675,3.7346637,5.816532,63.05397,1.433675,3.2324493,9.523368,18.780947,15.13894,4.4532795,1.397026,84.2069,10.094212,200.62567,7.4637256,338.1447,18.481367,1000.6916,136.43916,4.5761366,8.457789,220.87753,276.35776,1251.14,824.1291 +2023-03-12 10:00:00,0.0,2839.6794,27.879627,8.004085,7.3652015,28.851894,176.65547,27.024591,54.029484,22.618427,35.38151,155.13593,287.05942,14.813721,21.557472,12.115983,2.564076,31.789251,29.7876,22.769499,419.19278,14.10242,325.40814,125.69886,20.748667,182.00404,148.15701,70.41936,671.69714,265.74066,1799.9764,30.89301,2366.7942,404.51685,23.020565,18.896019,122.98743,158.65627,267.66956,847.15643,56.459007,14.498399,9.428865,766.82556,431.75815,69.273254,30.539938,239.28317,29.460016,290.32626,12.18679,50.363182,0.0,1841.6829,3048.465,1.1001502,34.42252,21.892286,18431.082,53.55,1.8480994,33.63564,58.955925,33.345097,9.749255,32.331398,410.08713,29.559494,22.843346,2.043159,8.311363,554.2629,0.35886288,329.3188,68.58978,2670.2922,113.28382,137.18617,182.93695,909.8729,61.222023,58.720943,605.4511,47.56166,45.298634,11.345518,36.204746,219.64221,10.974386,8.399669,85.83816,17.860426,4585.216,23.597948,36.69355,20.957167,24.144896,355.11288,95.71483,38.47043,10.384278,11.880645,36.312515,82.88444,204.58334,58.54348,247.37196,31.105316,28.48782,100.63738,81.95094,43.9433,148.40822,15.82865,3.5803092,18.299177,18.188368,2260.8186,20.2662,23.74226,158.4461,24.75513,264.78345,96.16936,205.6752,8.323776,105.66877,654.12634,640.6785,59.199703,611.1392,120.59418,77.21103,71.466194,127.1828,22.072372,55.482708,489.51096,13.721879,20.029032,315.30838,10.241398,6.3363996,81.2748,68.77797,700.9852,179.76529,176.65962,1997.5223,45.341522,1679.8984,1387.1277,6.73368,4.6701837,1289.5956,16.150183,9.247647,335.60965,20.609018,42.442986,22.046743,74.44336,316.0446,289.8541,3.0434139,30.203724,53.755066,369.54102,5.3414245,84.65542,7.412209,1.6103048,56.941864,1.2768524,1.4803681,5.0878086,10.165863,23.393227,16.788538,28.487007,216.93082,29.855286,13.808563,25.922379,6.630991,80.71203,3.1421595,3.7318726,5.8158603,63.050743,1.4315745,3.2309277,9.51331,18.814852,15.138402,4.4507885,1.3985996,84.28916,10.100362,200.67879,7.469879,338.42673,18.48752,1000.37555,136.5404,4.578142,8.461303,221.16086,276.71744,1252.4431,823.9604 +2023-03-12 11:00:00,0.0,2841.2173,27.88127,8.015642,7.364612,28.867085,176.65826,27.031494,54.05361,22.622898,35.393806,155.1568,287.2141,14.82352,21.558146,12.112009,2.5629747,31.794403,29.752747,22.759483,419.22946,14.07948,325.3411,125.66687,20.72115,181.78357,148.08348,70.39702,671.4077,265.69836,1799.9481,30.849379,2366.8596,403.79062,22.994267,18.872145,122.82895,158.73053,267.66125,846.04755,56.473454,14.506422,9.42816,767.0588,431.195,69.28544,30.559586,239.2814,29.445118,290.2933,12.184994,50.38185,0.0,1843.283,3051.5876,1.1031199,34.416805,21.901676,18439.71,53.57672,1.848931,33.697083,59.062263,33.358315,9.751015,32.39024,410.188,29.567213,22.876251,2.046326,8.312164,554.535,0.35876143,329.64462,68.53683,2670.7651,113.21247,137.24858,182.95816,908.5201,61.157433,58.69541,604.8063,47.51211,45.254696,11.348882,36.20436,219.64536,10.974094,8.399035,85.86643,17.86484,4585.1665,23.606297,36.72984,20.96547,24.156265,355.12366,95.7001,38.501343,10.38749,11.885671,36.339203,82.93943,204.72588,58.59291,247.43054,31.107004,28.52426,100.664474,82.117004,44.023785,148.3597,15.816471,3.5873723,18.291998,18.214394,2264.7551,20.251268,23.810314,158.43314,24.766562,264.92804,96.19382,205.83763,8.323457,105.648766,654.71246,641.27606,59.2493,612.2725,120.632835,77.30539,71.47191,127.06591,22.054825,55.455967,489.61407,13.713842,20.017399,315.19522,10.240975,6.3354974,81.25651,68.78165,700.9954,179.73878,176.67166,1997.6262,45.392536,1680.3531,1387.559,6.735299,4.670105,1289.4967,16.14565,9.24916,335.5669,20.613338,42.45464,22.057953,74.49933,316.28104,289.7851,3.043981,30.207623,53.768757,369.77408,5.342773,84.65972,7.412892,1.6101363,56.935673,1.276952,1.480277,5.087509,10.165898,23.39958,16.797213,28.493773,217.06303,29.855062,13.805779,25.909779,6.6294355,80.69775,3.1416442,3.7290814,5.8151884,63.04752,1.4294739,3.229406,9.503253,18.848757,15.137864,4.4482975,1.4001732,84.37143,10.106511,200.73189,7.4760323,338.70877,18.493673,1000.0595,136.64163,4.5801477,8.464816,221.44417,277.07712,1253.7462,823.79175 +2023-03-12 12:00:00,0.0,2842.755,27.882912,8.027201,7.3640227,28.882273,176.66106,27.038397,54.07774,22.627367,35.406105,155.17767,287.36877,14.833318,21.558817,12.108035,2.5618734,31.799555,29.717894,22.749468,419.26617,14.0565405,325.27405,125.63489,20.69363,181.56311,148.00995,70.37469,671.1183,265.65607,1799.9199,30.805748,2366.9248,403.0644,22.96797,18.848269,122.67048,158.80478,267.65298,844.93866,56.487904,14.514445,9.427454,767.29193,430.6319,69.29763,30.579231,239.27965,29.43022,290.26038,12.183197,50.400517,0.0,1844.8833,3054.7104,1.1060895,34.41109,21.911066,18448.34,53.603447,1.8497627,33.758526,59.168602,33.371532,9.752773,32.449078,410.28885,29.574932,22.909159,2.049493,8.312965,554.807,0.35865995,329.97043,68.48387,2671.2378,113.14113,137.311,182.97939,907.16724,61.092842,58.66988,604.1615,47.462563,45.21076,11.352246,36.203976,219.64851,10.973803,8.398403,85.8947,17.869255,4585.1167,23.614645,36.76613,20.97377,24.167637,355.1344,95.68537,38.532257,10.390702,11.890697,36.36589,82.99442,204.86842,58.642338,247.48912,31.10869,28.5607,100.69156,82.283066,44.104275,148.31119,15.804291,3.5944355,18.284817,18.240417,2268.6917,20.23634,23.878368,158.42017,24.777992,265.07263,96.21828,206.00008,8.323136,105.62876,655.2986,641.8736,59.29889,613.4059,120.6715,77.39976,71.47762,126.94901,22.03728,55.429226,489.71722,13.705806,20.005768,315.08203,10.240553,6.334595,81.238205,68.785324,701.00555,179.7123,176.6837,1997.7303,45.44355,1680.808,1387.9902,6.7369184,4.670027,1289.3978,16.141119,9.250671,335.52417,20.61766,42.46629,22.069164,74.5553,316.51746,289.71613,3.0445483,30.21152,53.782448,370.00717,5.3441215,84.66402,7.413575,1.6099677,56.92948,1.2770517,1.4801856,5.0872097,10.165934,23.405935,16.80589,28.500538,217.19524,29.854837,13.802996,25.897177,6.6278806,80.683464,3.141129,3.7262902,5.814516,63.044292,1.4273732,3.2278845,9.493195,18.882662,15.137327,4.4458065,1.4017467,84.45369,10.112661,200.785,7.4821854,338.99078,18.499825,999.7434,136.74287,4.5821533,8.468328,221.7275,277.4368,1255.0493,823.62305 +2023-03-12 13:00:00,0.0,2844.2927,27.884554,8.038759,7.3634334,28.897463,176.66385,27.0453,54.10187,22.631838,35.418404,155.19855,287.52344,14.843117,21.559488,12.104061,2.5607724,31.804708,29.68304,22.739452,419.30286,14.033601,325.20703,125.602905,20.666111,181.34264,147.93642,70.352356,670.82886,265.61377,1799.8916,30.762117,2366.9902,402.3382,22.941673,18.824394,122.512,158.87904,267.64468,843.82983,56.502354,14.522469,9.426748,767.52515,430.06876,69.30982,30.598877,239.2779,29.415321,290.22742,12.1814,50.419186,0.0,1846.4834,3057.8333,1.1090592,34.40538,21.920456,18456.97,53.630173,1.8505943,33.81997,59.27494,33.38475,9.754533,32.507915,410.3897,29.582651,22.942064,2.05266,8.313767,555.0791,0.3585585,330.29626,68.430916,2671.7107,113.06978,137.37343,183.00061,905.8144,61.028248,58.64435,603.51666,47.413013,45.16682,11.35561,36.20359,219.65167,10.973511,8.397771,85.922966,17.87367,4585.0674,23.622993,36.802418,20.98207,24.179008,355.14514,95.67065,38.56317,10.393914,11.895721,36.39258,83.049416,205.01097,58.69177,247.5477,31.110376,28.59714,100.71865,82.44913,44.18476,148.26266,15.79211,3.6014986,18.277636,18.266443,2272.6282,20.22141,23.946423,158.4072,24.789423,265.21722,96.242744,206.1625,8.322816,105.60876,655.8847,642.4712,59.348484,614.5392,120.71017,77.49412,71.48334,126.83212,22.019732,55.40248,489.82034,13.697769,19.994137,314.96884,10.24013,6.3336926,81.21991,68.789,701.0157,179.6858,176.69572,1997.8344,45.494564,1681.2627,1388.4215,6.738538,4.6699486,1289.299,16.13659,9.252184,335.48145,20.621983,42.477943,22.080376,74.611275,316.7539,289.64713,3.0451155,30.215418,53.79614,370.24023,5.34547,84.66832,7.4142585,1.6097993,56.92329,1.2771513,1.4800944,5.0869102,10.165969,23.41229,16.814564,28.507303,217.32744,29.854614,13.800211,25.884577,6.626325,80.66919,3.1406138,3.7234988,5.813844,63.04107,1.4252726,3.2263627,9.483137,18.916565,15.136789,4.4433155,1.4033203,84.53595,10.118811,200.8381,7.4883385,339.2728,18.505978,999.42737,136.84412,4.584159,8.471842,222.01082,277.79648,1256.3524,823.4544 +2023-03-12 14:00:00,0.0,2845.8306,27.886196,8.050317,7.362844,28.912653,176.66664,27.052202,54.126,22.636307,35.430702,155.21942,287.6781,14.852915,21.560162,12.100087,2.5596712,31.80986,29.648188,22.729437,419.33954,14.010661,325.13998,125.570915,20.638594,181.12218,147.8629,70.330025,670.5394,265.57147,1799.8633,30.718485,2367.0557,401.61197,22.915377,18.80052,122.35352,158.95331,267.6364,842.72095,56.5168,14.530493,9.4260435,767.75836,429.50565,69.32201,30.618523,239.27612,29.400423,290.19446,12.179604,50.43785,0.0,1848.0835,3060.956,1.1120288,34.399666,21.929846,18465.6,53.656895,1.851426,33.881413,59.38128,33.39797,9.756292,32.566753,410.49057,29.590372,22.974972,2.0558271,8.3145685,555.3512,0.35845703,330.6221,68.37795,2672.1833,112.99843,137.43584,183.02184,904.46155,60.963657,58.618816,602.8718,47.363464,45.122883,11.358974,36.2032,219.65483,10.973219,8.397138,85.95123,17.878084,4585.018,23.631342,36.83871,20.990374,24.190378,355.1559,95.655914,38.594086,10.397127,11.900747,36.419266,83.10441,205.15352,58.741196,247.60626,31.112062,28.63358,100.745735,82.61519,44.26525,148.21416,15.77993,3.6085618,18.270456,18.292469,2276.5647,20.20648,24.014477,158.39423,24.800854,265.36182,96.267204,206.32495,8.322496,105.58875,656.4708,643.0687,59.39808,615.67255,120.74883,77.588486,71.48906,126.71523,22.002186,55.37574,489.92346,13.689733,19.982506,314.85568,10.239708,6.3327904,81.20161,68.79268,701.0259,179.6593,176.70776,1997.9382,45.545578,1681.7175,1388.8529,6.740157,4.66987,1289.2002,16.132057,9.2536955,335.43872,20.626303,42.489597,22.091585,74.667244,316.99033,289.57812,3.0456827,30.219316,53.80983,370.4733,5.3468184,84.67262,7.414942,1.6096307,56.9171,1.2772509,1.4800031,5.086611,10.166003,23.418646,16.82324,28.514069,217.45964,29.854391,13.797427,25.871975,6.6247697,80.65491,3.1400986,3.7207077,5.813172,63.03784,1.423172,3.224841,9.473079,18.95047,15.136251,4.4408245,1.404894,84.61821,10.124961,200.89122,7.4944916,339.5548,18.51213,999.1113,136.94534,4.5861645,8.475355,222.29414,278.15613,1257.6555,823.2857 +2023-03-12 15:00:00,0.0,2847.3682,27.887836,8.061875,7.362255,28.927841,176.66943,27.059105,54.150127,22.640778,35.443,155.2403,287.8328,14.862714,21.560833,12.096113,2.55857,31.815012,29.613335,22.719421,419.37625,13.987721,325.07294,125.53893,20.611074,180.90172,147.78937,70.30769,670.25,265.52917,1799.835,30.674854,2367.121,400.88577,22.88908,18.776644,122.19505,159.02756,267.6281,841.61206,56.53125,14.538516,9.425338,767.9916,428.9425,69.3342,30.638168,239.27435,29.385525,290.16153,12.177807,50.45652,0.0,1849.6837,3064.0786,1.1149986,34.39395,21.939236,18474.229,53.68362,1.8522576,33.94286,59.487617,33.411182,9.758051,32.625595,410.59143,29.598091,23.007877,2.058994,8.31537,555.6233,0.35835558,330.94794,68.325,2672.6562,112.92708,137.49826,183.04306,903.10876,60.899063,58.593285,602.227,47.313915,45.07894,11.362339,36.202816,219.65799,10.972927,8.396505,85.9795,17.8825,4584.9688,23.63969,36.875,20.998674,24.20175,355.16666,95.64119,38.625,10.400339,11.905773,36.445953,83.1594,205.29605,58.790627,247.66484,31.11375,28.67002,100.77283,82.78125,44.345737,148.16565,15.76775,3.615625,18.263275,18.318495,2280.5012,20.191551,24.08253,158.38126,24.812284,265.50644,96.291664,206.48738,8.322176,105.56875,657.05695,643.66626,59.44767,616.80585,120.7875,77.682846,71.494774,126.59834,21.984638,55.349,490.02658,13.681696,19.970875,314.7425,10.239285,6.331888,81.183304,68.79636,701.036,179.63281,176.71979,1998.0422,45.596592,1682.1722,1389.2842,6.7417765,4.6697917,1289.1013,16.127525,9.255208,335.396,20.630625,42.50125,22.102797,74.72321,317.22675,289.50912,3.0462499,30.223213,53.82352,370.70636,5.348167,84.676926,7.415625,1.6094621,56.910908,1.2773505,1.4799119,5.0863113,10.1660385,23.425,16.831915,28.520832,217.59186,29.854166,13.794642,25.859375,6.6232147,80.640625,3.1395833,3.7179165,5.8125,63.034615,1.4210714,3.2233195,9.463021,18.984375,15.135714,4.438333,1.4064676,84.70048,10.13111,200.94432,7.500645,339.83682,18.518284,998.7952,137.04659,4.58817,8.4788685,222.57747,278.5158,1258.9586,823.11707 +2023-03-12 16:00:00,0.0,2848.906,27.889479,8.073434,7.3616657,28.943031,176.67223,27.06601,54.17426,22.645247,35.4553,155.26117,287.98746,14.872513,21.561504,12.09214,2.5574687,31.820164,29.57848,22.709406,419.41293,13.964782,325.00592,125.50694,20.583557,180.68124,147.71584,70.28536,669.9606,265.48688,1799.8066,30.631224,2367.1865,400.15955,22.862782,18.75277,122.03658,159.10182,267.61984,840.5032,56.5457,14.546539,9.424632,768.2248,428.37936,69.34639,30.657814,239.27258,29.370626,290.12857,12.17601,50.47519,0.0,1851.2839,3067.2014,1.1179682,34.388237,21.948624,18482.857,53.710342,1.8530893,34.004303,59.593956,33.4244,9.75981,32.684433,410.6923,29.60581,23.040785,2.0621612,8.316171,555.8953,0.35825413,331.27374,68.27204,2673.1292,112.85573,137.56067,183.06427,901.7559,60.834473,58.567753,601.58215,47.264366,45.035004,11.365703,36.20243,219.66113,10.972634,8.395872,86.00777,17.886915,4584.9194,23.64804,36.91129,21.006975,24.213121,355.1774,95.62646,38.655914,10.403551,11.910798,36.472645,83.21439,205.4386,58.840054,247.72342,31.115437,28.706459,100.79991,82.94731,44.426228,148.11713,15.75557,3.6226883,18.256094,18.34452,2284.438,20.17662,24.150583,158.36829,24.823715,265.65103,96.31613,206.64983,8.321856,105.548744,657.64307,644.2638,59.497265,617.9392,120.826164,77.777214,71.50049,126.481445,21.967093,55.322258,490.1297,13.673659,19.959244,314.6293,10.238863,6.3309855,81.16501,68.80003,701.04614,179.60631,176.73183,1998.1462,45.647606,1682.6271,1389.7155,6.7433953,4.669713,1289.0024,16.122993,9.256721,335.35327,20.634945,42.512905,22.114008,74.77918,317.4632,289.44012,3.0468173,30.227112,53.83721,370.93945,5.3495154,84.68122,7.4163084,1.6092936,56.904716,1.2774502,1.4798206,5.086012,10.166074,23.431355,16.840591,28.527597,217.72406,29.853943,13.791859,25.846775,6.6216593,80.62634,3.1390681,3.7151253,5.811828,63.03139,1.4189708,3.221798,9.452963,19.01828,15.135177,4.435842,1.4080411,84.78274,10.13726,200.99742,7.5067983,340.11884,18.524435,998.4792,137.14783,4.590176,8.482381,222.8608,278.8755,1260.2617,822.94836 +2023-03-12 17:00:00,0.0,2850.4436,27.89112,8.084991,7.3610764,28.95822,176.67503,27.072912,54.198387,22.649717,35.467598,155.28204,288.14212,14.882311,21.562178,12.088166,2.5563676,31.825315,29.543627,22.69939,419.44965,13.941841,324.93887,125.47496,20.556038,180.46078,147.64232,70.26302,669.67114,265.44458,1799.7783,30.587591,2367.252,399.43332,22.836485,18.728895,121.878105,159.17609,267.61154,839.3943,56.560146,14.554563,9.423927,768.45795,427.81625,69.358574,30.67746,239.27081,29.355728,290.0956,12.174213,50.493855,0.0,1852.884,3070.3242,1.1209378,34.382523,21.958014,18491.486,53.73707,1.8539209,34.065746,59.700294,33.43762,9.761569,32.74327,410.79315,29.61353,23.07369,2.0653281,8.316972,556.1674,0.35815266,331.59958,68.219086,2673.6018,112.784386,137.6231,183.0855,900.4031,60.76988,58.542217,600.9373,47.214817,44.991066,11.369067,36.202045,219.66429,10.9723425,8.39524,86.03603,17.891329,4584.87,23.65639,36.947582,21.015276,24.224491,355.18817,95.61173,38.68683,10.406763,11.915824,36.499332,83.26939,205.58115,58.889484,247.782,31.117123,28.742899,100.827,83.11337,44.506714,148.06862,15.74339,3.6297514,18.248913,18.370546,2288.3745,20.161692,24.218637,158.35532,24.835146,265.79562,96.34059,206.81226,8.321536,105.52874,658.2292,644.8613,59.546856,619.0725,120.86483,77.871574,71.5062,126.364555,21.949545,55.295517,490.23282,13.665623,19.947613,314.5161,10.2384405,6.3300834,81.146706,68.80371,701.05634,179.57982,176.74385,1998.2502,45.69862,1683.0818,1390.1467,6.7450147,4.669635,1288.9036,16.118462,9.258232,335.31055,20.639267,42.52456,22.125217,74.83516,317.69962,289.37112,3.0473845,30.231009,53.850903,371.17252,5.350864,84.685524,7.4169917,1.6091251,56.898525,1.2775499,1.4797294,5.0857124,10.166109,23.43771,16.849268,28.534363,217.85626,29.853718,13.789074,25.834173,6.620104,80.61206,3.138553,3.712334,5.811156,63.028164,1.4168701,3.2202764,9.442905,19.052183,15.134639,4.433351,1.4096147,84.865,10.14341,201.05054,7.5129514,340.40085,18.530588,998.16315,137.24907,4.5921817,8.485894,223.14412,279.23517,1261.5648,822.77966 +2023-03-12 18:00:00,0.0,2851.9814,27.892763,8.09655,7.360487,28.97341,176.67783,27.079815,54.222515,22.654186,35.479897,155.30292,288.2968,14.89211,21.562849,12.084192,2.5552664,31.830467,29.508774,22.689375,419.48633,13.918901,324.87183,125.44298,20.528519,180.24031,147.56879,70.24069,669.3817,265.40228,1799.75,30.54396,2367.3174,398.70712,22.810188,18.705019,121.71963,159.25034,267.60327,838.2854,56.574596,14.562586,9.423222,768.69116,427.2531,69.370766,30.697105,239.26906,29.34083,290.06268,12.172417,50.512524,0.0,1854.4843,3073.447,1.1239076,34.376812,21.967403,18500.115,53.76379,1.8547527,34.12719,59.806633,33.450836,9.763329,32.802113,410.894,29.621248,23.106598,2.0684953,8.317774,556.4395,0.3580512,331.9254,68.16613,2674.0747,112.713036,137.68552,183.10672,899.05023,60.705288,58.516685,600.2925,47.165268,44.94713,11.372431,36.20166,219.66745,10.972051,8.394608,86.0643,17.895744,4584.821,23.664738,36.98387,21.023579,24.235863,355.1989,95.597,38.717743,10.409975,11.92085,36.52602,83.32438,205.7237,58.93891,247.84058,31.118809,28.779339,100.85409,83.279434,44.587204,148.02011,15.73121,3.6368146,18.241734,18.396572,2292.311,20.146763,24.286692,158.34235,24.846577,265.94022,96.36505,206.9747,8.321216,105.508736,658.8153,645.4589,59.59645,620.2059,120.903496,77.96594,71.511925,126.247665,21.932,55.268772,490.33594,13.657586,19.935982,314.40295,10.238018,6.329181,81.12841,68.80739,701.06647,179.55333,176.75589,1998.3541,45.749634,1683.5366,1390.578,6.746634,4.669556,1288.8047,16.11393,9.259745,335.26782,20.643587,42.53621,22.136429,74.89113,317.93607,289.30212,3.0479517,30.234907,53.864597,371.40558,5.3522124,84.68983,7.4176745,1.6089566,56.892334,1.2776495,1.4796381,5.085413,10.166143,23.444065,16.857943,28.541128,217.98846,29.853495,13.78629,25.821573,6.618549,80.597786,3.1380377,3.7095428,5.810484,63.024937,1.4147695,3.2187548,9.432847,19.086088,15.134101,4.43086,1.4111884,84.94726,10.14956,201.10364,7.5191045,340.68286,18.536741,997.84705,137.3503,4.5941873,8.489408,223.42744,279.59485,1262.8679,822.611 +2023-03-12 19:00:00,0.0,2853.519,27.894405,8.108108,7.3598976,28.9886,176.68062,27.086718,54.246643,22.658657,35.492195,155.32379,288.45148,14.901909,21.56352,12.080218,2.5541651,31.835619,29.47392,22.67936,419.523,13.895962,324.8048,125.41099,20.501001,180.01985,147.49525,70.21836,669.0923,265.36,1799.7217,30.50033,2367.3826,397.9809,22.783892,18.681145,121.56116,159.3246,267.59497,837.1766,56.589046,14.570609,9.422516,768.9244,426.69,69.38296,30.716751,239.2673,29.325932,290.02972,12.17062,50.53119,0.0,1856.0845,3076.5698,1.1268772,34.371098,21.976793,18508.744,53.790516,1.8555843,34.188633,59.91297,33.464054,9.765088,32.86095,410.99487,29.628967,23.139503,2.0716622,8.318575,556.71155,0.35794973,332.25125,68.113174,2674.5474,112.641685,137.74792,183.12794,897.69745,60.640697,58.491154,599.64764,47.11572,44.90319,11.375795,36.201275,219.67061,10.971759,8.393974,86.09257,17.900158,4584.771,23.673086,37.02016,21.03188,24.247234,355.20966,95.582275,38.748657,10.413188,11.925876,36.552708,83.37937,205.86623,58.988342,247.89915,31.120495,28.815777,100.88118,83.445496,44.66769,147.97159,15.719029,3.6438777,18.234552,18.422598,2296.2476,20.131832,24.354746,158.32938,24.858007,266.0848,96.38952,207.13713,8.320896,105.48873,659.4014,646.05646,59.64604,621.3392,120.94216,78.06031,71.51764,126.130775,21.914452,55.24203,490.4391,13.6495495,19.924349,314.28976,10.237596,6.328279,81.11011,68.811066,701.0766,179.52682,176.76791,1998.4581,45.800648,1683.9913,1391.0093,6.7482533,4.669478,1288.7059,16.1094,9.261256,335.2251,20.64791,42.547863,22.14764,74.9471,318.1725,289.23315,3.048519,30.238806,53.87829,371.63867,5.3535614,84.69413,7.418358,1.608788,56.886143,1.2777491,1.4795468,5.0851135,10.166179,23.450418,16.86662,28.547894,218.12067,29.85327,13.783506,25.808971,6.6169934,80.5835,3.1375225,3.7067516,5.8098116,63.021713,1.412669,3.217233,9.42279,19.119993,15.133563,4.428369,1.4127619,85.029526,10.155709,201.15675,7.5252576,340.96487,18.542892,997.531,137.45154,4.596193,8.492921,223.71077,279.9545,1264.171,822.4423 +2023-03-12 20:00:00,0.0,2855.057,27.896048,8.119666,7.3593082,29.003788,176.68341,27.09362,54.270775,22.663126,35.504494,155.34467,288.60614,14.911707,21.564194,12.076244,2.553064,31.840773,29.439068,22.669344,419.55972,13.873022,324.73776,125.379005,20.473482,179.7994,147.42172,70.19603,668.80286,265.3177,1799.6934,30.4567,2367.448,397.25467,22.757593,18.65727,121.40268,159.39886,267.5867,836.0677,56.603493,14.578632,9.42181,769.1576,426.12686,69.39514,30.736397,239.26553,29.311035,289.99677,12.168823,50.54986,0.0,1857.6846,3079.6924,1.1298469,34.365383,21.986183,18517.373,53.81724,1.8564159,34.250076,60.01931,33.477272,9.766847,32.91979,411.09573,29.636686,23.172411,2.0748293,8.319376,556.98364,0.3578483,332.57706,68.06021,2675.0203,112.570335,137.81033,183.14915,896.3446,60.576103,58.465622,599.0028,47.06617,44.859253,11.379159,36.20089,219.67375,10.971467,8.393342,86.120834,17.904573,4584.7217,23.681435,37.05645,21.04018,24.258604,355.22043,95.56755,38.77957,10.4164,11.930901,36.579395,83.434364,206.00877,59.03777,247.95773,31.122183,28.852217,100.908264,83.61156,44.74818,147.92308,15.70685,3.650941,18.227371,18.448624,2300.184,20.116903,24.4228,158.3164,24.869438,266.2294,96.41398,207.29958,8.320576,105.46873,659.98755,646.654,59.695637,622.47253,120.98082,78.15467,71.52335,126.01388,21.896906,55.21529,490.5422,13.641513,19.912718,314.17657,10.237173,6.3273764,81.09181,68.81474,701.0868,179.50034,176.77995,1998.562,45.85166,1684.4462,1391.4406,6.7498727,4.6693997,1288.607,16.104868,9.262769,335.18234,20.652231,42.559517,22.15885,75.003075,318.4089,289.16415,3.049086,30.242702,53.89198,371.87173,5.35491,84.698425,7.419041,1.6086195,56.87995,1.2778487,1.4794556,5.084814,10.166214,23.456774,16.875294,28.554659,218.25288,29.853046,13.780722,25.796371,6.615438,80.56922,3.1370072,3.7039604,5.8091397,63.018486,1.4105684,3.2157114,9.412732,19.153898,15.133026,4.425878,1.4143355,85.111786,10.1618595,201.20985,7.531411,341.24692,18.549046,997.21497,137.55278,4.5981984,8.496434,223.9941,280.31418,1265.4741,822.2737 +2023-03-12 21:00:00,0.0,2856.5947,27.89769,8.131225,7.3587193,29.018978,176.6862,27.100523,54.294903,22.667597,35.516792,155.36555,288.7608,14.921506,21.564865,12.07227,2.5519629,31.845924,29.404215,22.659328,419.5964,13.850082,324.67072,125.34702,20.445963,179.57892,147.3482,70.1737,668.5134,265.2754,1799.6652,30.413067,2367.5134,396.52847,22.731297,18.633394,121.2442,159.47311,267.5784,834.9588,56.617943,14.586656,9.421105,769.39075,425.56375,69.40733,30.756042,239.26376,29.296137,289.96384,12.1670265,50.568523,0.0,1859.2847,3082.8152,1.1328166,34.35967,21.995573,18526.002,53.843964,1.8572476,34.311523,60.12565,33.490486,9.768606,32.978626,411.1966,29.644405,23.205317,2.0779963,8.320177,557.25574,0.3577468,332.9029,68.007256,2675.493,112.498985,137.87276,183.17038,894.99176,60.511513,58.44009,598.358,47.016624,44.815315,11.382524,36.2005,219.67691,10.971175,8.39271,86.1491,17.908989,4584.6724,23.689783,37.092743,21.048483,24.269976,355.23117,95.55282,38.810482,10.419612,11.935926,36.606083,83.48936,206.15132,59.087196,248.01631,31.123869,28.888657,100.935356,83.77762,44.828667,147.87457,15.69467,3.658004,18.220192,18.47465,2304.1206,20.101973,24.490854,158.30344,24.880869,266.37402,96.43844,207.462,8.320255,105.44872,660.57367,647.2515,59.74523,623.60583,121.019485,78.24904,71.52907,125.89699,21.879358,55.18855,490.64532,13.633476,19.901087,314.06342,10.236751,6.326474,81.07351,68.81842,701.0969,179.47383,176.79198,1998.666,45.902676,1684.9009,1391.8718,6.751492,4.669321,1288.5082,16.100336,9.26428,335.13962,20.656551,42.57117,22.170061,75.059044,318.64536,289.09515,3.0496533,30.246601,53.90567,372.1048,5.3562584,84.70273,7.4197245,1.608451,56.87376,1.2779484,1.4793643,5.0845146,10.166249,23.463129,16.88397,28.561424,218.38509,29.852821,13.777938,25.78377,6.6138825,80.55494,3.136492,3.7011693,5.808468,63.01526,1.4084677,3.2141898,9.402674,19.187801,15.132488,4.423387,1.415909,85.194046,10.168009,201.26297,7.5375643,341.52893,18.555199,996.89886,137.654,4.600204,8.499947,224.27742,280.67386,1266.7772,822.105 +2023-03-12 22:00:00,0.0,2858.1323,27.89933,8.142782,7.35813,29.034166,176.689,27.107426,54.31903,22.672066,35.52909,155.38643,288.9155,14.931305,21.565536,12.068296,2.5508616,31.851076,29.369362,22.649313,419.63312,13.827143,324.60367,125.31503,20.418446,179.35846,147.27467,70.15137,668.224,265.2331,1799.6368,30.369436,2367.5789,395.80225,22.705,18.60952,121.08573,159.54738,267.57013,833.8499,56.632393,14.594679,9.4204,769.62396,425.0006,69.419525,30.775688,239.26201,29.281239,289.93088,12.16523,50.587193,0.0,1860.885,3085.938,1.1357862,34.353954,22.004963,18534.633,53.87069,1.8580792,34.372967,60.231987,33.503704,9.770365,33.037468,411.29745,29.652124,23.238224,2.0811634,8.320979,557.5278,0.35764536,333.22873,67.9543,2675.9658,112.42764,137.93518,183.1916,893.6389,60.44692,58.41456,597.71313,46.967075,44.771378,11.385887,36.200115,219.68007,10.970883,8.3920765,86.177376,17.913403,4584.623,23.698132,37.129032,21.056784,24.281347,355.2419,95.53809,38.841396,10.422824,11.940952,36.63277,83.54435,206.29387,59.136627,248.07489,31.125555,28.925097,100.96244,83.94368,44.909157,147.82605,15.682489,3.6650672,18.21301,18.500675,2308.0571,20.087044,24.558907,158.29047,24.8923,266.51862,96.462906,207.62445,8.319936,105.42872,661.1598,647.84906,59.794823,624.7392,121.05815,78.3434,71.53478,125.7801,21.861813,55.161804,490.74844,13.62544,19.889456,313.95023,10.236328,6.325572,81.055214,68.822105,701.10706,179.44734,176.80402,1998.77,45.95369,1685.3557,1392.3031,6.753111,4.669243,1288.4093,16.095804,9.265793,335.0969,20.660873,42.582825,22.181273,75.11501,318.88177,289.02615,3.0502205,30.250498,53.91936,372.3379,5.357607,84.70703,7.420408,1.6082824,56.86757,1.278048,1.4792731,5.084215,10.166285,23.469484,16.892645,28.56819,218.51729,29.852598,13.775153,25.77117,6.6123276,80.54066,3.1359768,3.6983778,5.8077955,63.012035,1.4063671,3.2126682,9.392616,19.221706,15.13195,4.420896,1.4174827,85.276306,10.174159,201.31607,7.5437174,341.81094,18.561352,996.5828,137.75525,4.6022096,8.50346,224.56073,281.03354,1268.0803,821.9363 +2023-03-12 23:00:00,0.0,2859.6702,27.900972,8.154341,7.3575406,29.049356,176.69179,27.114328,54.343163,22.676537,35.541386,155.4073,289.07016,14.941103,21.56621,12.064323,2.5497606,31.856228,29.334509,22.639297,419.6698,13.804202,324.53665,125.28305,20.390926,179.13799,147.20114,70.12903,667.9346,265.1908,1799.6085,30.325806,2367.6443,395.07602,22.678703,18.585646,120.92726,159.62164,267.56183,832.741,56.646843,14.602702,9.419694,769.8572,424.43747,69.43171,30.795336,239.26022,29.26634,289.89792,12.163433,50.605858,0.0,1862.4851,3089.0608,1.1387559,34.348244,22.014353,18543.262,53.89741,1.8589109,34.43441,60.338326,33.516922,9.772124,33.096306,411.39832,29.659843,23.27113,2.0843303,8.32178,557.79987,0.35754392,333.55457,67.901344,2676.4385,112.35629,137.99759,183.21283,892.28613,60.382328,58.389027,597.0683,46.917526,44.72744,11.389252,36.19973,219.68323,10.970592,8.391444,86.20564,17.917818,4584.5737,23.70648,37.16532,21.065084,24.292717,355.2527,95.52336,38.87231,10.426036,11.945977,36.65946,83.59934,206.4364,59.186054,248.13345,31.127241,28.961536,100.989525,84.10975,44.989643,147.77754,15.670309,3.6721303,18.20583,18.526701,2311.9937,20.072115,24.62696,158.2775,24.90373,266.6632,96.487366,207.78688,8.319615,105.408714,661.7459,648.4466,59.844418,625.8725,121.09682,78.43777,71.540504,125.66321,21.844265,55.135063,490.85156,13.617402,19.877825,313.83704,10.235906,6.3246694,81.03691,68.82578,701.11725,179.42085,176.81604,1998.874,46.004704,1685.8104,1392.7345,6.75473,4.669164,1288.3105,16.091272,9.267304,335.05417,20.665194,42.594475,22.192482,75.17099,319.11823,288.95715,3.0507877,30.254396,53.933052,372.57095,5.3589554,84.711334,7.421091,1.6081139,56.861374,1.2781476,1.4791818,5.0839157,10.166319,23.475838,16.901321,28.574955,218.64949,29.852375,13.772369,25.758568,6.610772,80.526375,3.1354616,3.6955867,5.8071237,63.00881,1.4042665,3.2111466,9.382558,19.255611,15.1314125,4.418405,1.4190563,85.358574,10.180309,201.36919,7.5498705,342.09296,18.567503,996.2668,137.85649,4.604215,8.506973,224.84406,281.39322,1269.3834,821.76764 +2023-03-13 00:00:00,0.0,2861.2078,27.902615,8.165899,7.356951,29.064547,176.69458,27.121231,54.36729,22.681007,35.553684,155.42818,289.22482,14.950902,21.566881,12.060349,2.5486593,31.86138,29.299654,22.629282,419.70648,13.781262,324.4696,125.25106,20.363409,178.91753,147.12761,70.1067,667.64514,265.1485,1799.5802,30.282175,2367.7097,394.34982,22.652407,18.56177,120.76878,159.69589,267.55356,831.63214,56.66129,14.610725,9.418988,770.0904,423.87436,69.4439,30.814981,239.25847,29.251442,289.865,12.161636,50.624527,0.0,1864.0852,3092.1833,1.1417255,34.34253,22.023743,18551.89,53.924137,1.8597425,34.495853,60.44466,33.53014,9.773883,33.155144,411.49918,29.667562,23.304037,2.0874975,8.322581,558.07196,0.35744244,333.88037,67.84839,2676.9114,112.28494,138.06001,183.23405,890.9333,60.317734,58.363495,596.42346,46.867977,44.6835,11.392615,36.199345,219.68637,10.9703,8.390811,86.23391,17.922234,4584.5244,23.714828,37.201614,21.073387,24.304089,355.26343,95.50864,38.903225,10.429249,11.951003,36.686146,83.654335,206.57895,59.235485,248.19203,31.12893,28.997976,101.01662,84.27581,45.070133,147.72902,15.65813,3.6791935,18.198648,18.552725,2315.9304,20.057184,24.695015,158.26451,24.915161,266.8078,96.511826,207.94933,8.319295,105.38871,662.33203,649.0442,59.89401,627.00586,121.13548,78.53213,71.54622,125.54632,21.82672,55.108322,490.95468,13.609365,19.866194,313.72385,10.235483,6.323767,81.018616,68.82946,701.1274,179.39435,176.82808,1998.9779,46.055717,1686.2651,1393.1658,6.7563496,4.669086,1288.2117,16.08674,9.268817,335.01144,20.669516,42.60613,22.203693,75.22696,319.35464,288.88815,3.051355,30.258293,53.946743,372.80402,5.360304,84.71563,7.4217744,1.6079453,56.855183,1.2782472,1.4790906,5.0836163,10.166354,23.482193,16.909996,28.58172,218.78171,29.85215,13.769585,25.745968,6.6092167,80.5121,3.1349463,3.6927955,5.806452,63.005585,1.4021659,3.209625,9.3725,19.289516,15.130876,4.415914,1.4206299,85.440834,10.186459,201.42229,7.5560236,342.37497,18.573656,995.9507,137.95773,4.606221,8.510487,225.12738,281.75287,1270.6865,821.59894 +2023-03-13 01:00:00,0.0,2862.7456,27.904257,8.177457,7.356362,29.079735,176.69739,27.128134,54.39142,22.685476,35.565983,155.44905,289.3795,14.960701,21.567553,12.0563755,2.547558,31.866531,29.264801,22.619267,419.7432,13.758323,324.40256,125.21908,20.33589,178.69707,147.0541,70.084366,667.3557,265.1062,1799.5519,30.238543,2367.7751,393.6236,22.626108,18.537895,120.610306,159.77016,267.54526,830.52325,56.67574,14.61875,9.418283,770.3236,423.31122,69.45609,30.834627,239.25671,29.236544,289.83203,12.15984,50.643192,0.0,1865.6854,3095.3062,1.1446953,34.336815,22.03313,18560.52,53.95086,1.8605742,34.557297,60.551003,33.543358,9.775642,33.21398,411.60004,29.675282,23.336943,2.0906644,8.323382,558.34406,0.357341,334.2062,67.79543,2677.384,112.21359,138.12244,183.25526,889.58044,60.253143,58.337963,595.7786,46.818428,44.63956,11.39598,36.19896,219.68953,10.970007,8.390179,86.26218,17.926647,4584.4746,23.723177,37.237904,21.081688,24.31546,355.27417,95.493904,38.93414,10.432461,11.956029,36.712837,83.70933,206.7215,59.284912,248.25061,31.130615,29.034416,101.0437,84.44187,45.15062,147.68051,15.645949,3.6862566,18.19147,18.57875,2319.867,20.042255,24.76307,158.25154,24.926592,266.9524,96.53629,208.11176,8.318975,105.368706,662.91815,649.6417,59.943604,628.13916,121.17415,78.626495,71.55193,125.42942,21.809172,55.08158,491.0578,13.601329,19.854563,313.6107,10.235062,6.322865,81.00031,68.83314,701.1375,179.36786,176.8401,1999.0819,46.10673,1686.72,1393.597,6.757969,4.6690073,1288.1128,16.08221,9.2703285,334.96872,20.673836,42.617783,22.214905,75.28293,319.5911,288.81915,3.051922,30.262192,53.960434,373.0371,5.3616524,84.71993,7.4224577,1.6077768,56.84899,1.2783469,1.4789993,5.083317,10.166389,23.488548,16.918673,28.588486,218.91391,29.851927,13.766801,25.733366,6.6076617,80.49782,3.1344311,3.6900043,5.8057795,63.002357,1.4000652,3.2081032,9.362442,19.32342,15.130338,4.413423,1.4222035,85.523094,10.192609,201.47539,7.562177,342.65698,18.57981,995.63464,138.05896,4.608227,8.514,225.4107,282.11255,1271.9896,821.4303 +2023-03-13 02:00:00,0.0,2864.2832,27.9059,8.189015,7.355773,29.094925,176.70018,27.135036,54.41555,22.689947,35.57828,155.46992,289.53418,14.970499,21.568226,12.052402,2.5464568,31.871683,29.229948,22.609251,419.77988,13.735383,324.33554,125.187096,20.30837,178.4766,146.98056,70.062035,667.06635,265.0639,1799.5236,30.194912,2367.8406,392.89737,22.599812,18.51402,120.451836,159.84442,267.537,829.4144,56.69019,14.626773,9.417578,770.55676,422.7481,69.468285,30.854273,239.25494,29.221645,289.79907,12.158042,50.66186,0.0,1867.2856,3098.429,1.1476649,34.3311,22.04252,18569.148,53.977585,1.8614058,34.61874,60.65734,33.556576,9.777402,33.272823,411.7009,29.683,23.36985,2.0938315,8.324183,558.6161,0.3572395,334.53204,67.74247,2677.857,112.14224,138.18484,183.27649,888.2276,60.188553,58.31243,595.1338,46.76888,44.595623,11.3993435,36.198574,219.69269,10.969715,8.389546,86.29044,17.931063,4584.4253,23.731525,37.274193,21.089989,24.32683,355.28494,95.47918,38.965054,10.435673,11.961054,36.739525,83.76432,206.86404,59.334343,248.30919,31.132301,29.070856,101.07079,84.60793,45.23111,147.632,15.633769,3.69332,18.184288,18.604776,2323.8035,20.027327,24.831123,158.23857,24.938023,267.097,96.56075,208.2742,8.318655,105.3487,663.5043,650.23926,59.993195,629.2725,121.212814,78.720856,71.55765,125.31253,21.791626,55.054836,491.16092,13.593292,19.84293,313.4975,10.234639,6.3219624,80.98201,68.836815,701.14764,179.34135,176.85214,1999.1859,46.15775,1687.1747,1394.0283,6.7595882,4.668929,1288.0139,16.077679,9.271841,334.926,20.678158,42.629436,22.226114,75.338905,319.8275,288.75018,3.0524893,30.26609,53.974125,373.27017,5.363001,84.724236,7.4231405,1.6076083,56.8428,1.2784466,1.478908,5.0830173,10.166425,23.494904,16.92735,28.595251,219.04611,29.851702,13.764017,25.720766,6.6061063,80.483536,3.133916,3.687213,5.8051076,62.99913,1.3979646,3.2065816,9.352385,19.357325,15.1298,4.4109316,1.4237771,85.60536,10.198758,201.5285,7.5683303,342.939,18.58596,995.3186,138.1602,4.6102324,8.517512,225.69403,282.47223,1273.2927,821.2616 +2023-03-13 03:00:00,0.0,2865.821,27.907541,8.200573,7.3551836,29.110115,176.70297,27.14194,54.43968,22.694416,35.59058,155.4908,289.68884,14.980298,21.568897,12.048428,2.5453558,31.876837,29.195095,22.599236,419.81656,13.712443,324.2685,125.155106,20.280853,178.25613,146.90703,70.0397,666.7769,265.0216,1799.4952,30.151281,2367.9058,392.17117,22.573515,18.490145,120.29336,159.91867,267.5287,828.30554,56.704636,14.634796,9.416872,770.79,422.18497,69.48047,30.873919,239.25317,29.206747,289.76614,12.156245,50.680527,0.0,1868.8857,3101.5518,1.1506345,34.325386,22.05191,18577.777,54.00431,1.8622376,34.680187,60.76368,33.56979,9.7791605,33.33166,411.80176,29.69072,23.402756,2.0969985,8.3249855,558.8882,0.35713807,334.85788,67.689514,2678.3296,112.0709,138.24727,183.29771,886.87476,60.12396,58.286896,594.48895,46.71933,44.551685,11.402708,36.19819,219.69585,10.969423,8.388913,86.31871,17.935476,4584.376,23.739874,37.310482,21.09829,24.338202,355.2957,95.46445,38.995968,10.438885,11.96608,36.766212,83.81931,207.00658,59.38377,248.36777,31.133987,29.107296,101.09788,84.773994,45.311596,147.58348,15.621589,3.7003832,18.177107,18.630802,2327.74,20.012396,24.899178,158.2256,24.949453,267.2416,96.58521,208.43663,8.318335,105.3287,664.0904,650.8368,60.04279,630.4058,121.25148,78.81522,71.56336,125.19564,21.774078,55.028095,491.26407,13.585256,19.831299,313.3843,10.234217,6.32106,80.963715,68.84049,701.15784,179.31487,176.86417,1999.2898,46.208763,1687.6295,1394.4596,6.7612076,4.668851,1287.915,16.073147,9.273354,334.88327,20.68248,42.64109,22.237326,75.394875,320.06393,288.68118,3.0530565,30.269987,53.98782,373.50323,5.3643494,84.72854,7.423824,1.6074398,56.83661,1.2785461,1.4788167,5.0827184,10.16646,23.501259,16.936024,28.602016,219.17831,29.851479,13.761232,25.708166,6.604551,80.46925,3.1334007,3.6844218,5.8044353,62.995907,1.395864,3.20506,9.342327,19.39123,15.129262,4.4084406,1.4253507,85.68762,10.204908,201.5816,7.5744834,343.221,18.592113,995.0025,138.26144,4.612238,8.521026,225.97736,282.8319,1274.5958,821.0929 +2023-03-13 04:00:00,0.0,2867.3586,27.909184,8.2121315,7.354594,29.125303,176.70576,27.148844,54.463806,22.698887,35.60288,155.51167,289.8435,14.990096,21.569569,12.044454,2.5442545,31.881989,29.160242,22.58922,419.85327,13.689504,324.20145,125.12312,20.253334,178.03566,146.8335,70.01737,666.4875,264.9793,1799.4669,30.10765,2367.9712,391.44495,22.547218,18.46627,120.13488,159.99294,267.52042,827.19666,56.719086,14.642819,9.416166,771.0232,421.62186,69.49266,30.893564,239.25142,29.191849,289.7332,12.1544485,50.699196,0.0,1870.486,3104.6743,1.1536043,34.31967,22.0613,18586.406,54.031033,1.8630692,34.74163,60.870014,33.583008,9.78092,33.3905,411.90262,29.698439,23.435661,2.1001656,8.325787,559.1603,0.35703662,335.1837,67.63656,2678.8025,111.99955,138.30968,183.31894,885.522,60.05937,58.261364,593.8441,46.66978,44.507748,11.406072,36.197803,219.69899,10.969131,8.388281,86.34698,17.939892,4584.3267,23.748222,37.346775,21.106592,24.349571,355.30643,95.44972,39.026882,10.442097,11.971106,36.7929,83.87431,207.14912,59.4332,248.42635,31.135675,29.143736,101.12497,84.940056,45.392086,147.53497,15.609409,3.7074463,18.169928,18.656828,2331.6765,19.997467,24.967232,158.21263,24.960884,267.3862,96.60968,208.59908,8.318015,105.30869,664.6765,651.4343,60.09238,631.5392,121.29014,78.90959,71.569084,125.07875,21.756533,55.001354,491.3672,13.577219,19.819668,313.27115,10.233794,6.320158,80.94541,68.84417,701.16797,179.28838,176.8762,1999.3938,46.259777,1688.0842,1394.8909,6.762827,4.668772,1287.8163,16.068615,9.274865,334.84055,20.6868,42.652744,22.248537,75.45084,320.30038,288.61218,3.0536237,30.273886,54.00151,373.7363,5.365698,84.732834,7.424507,1.6072712,56.830418,1.2786458,1.4787254,5.082419,10.166494,23.507612,16.9447,28.608782,219.31053,29.851254,13.758449,25.695564,6.602996,80.45497,3.1328855,3.6816306,5.8037634,62.99268,1.3937634,3.2035384,9.332269,19.425135,15.128725,4.4059496,1.4269242,85.76988,10.211058,201.63472,7.5806365,343.50302,18.598267,994.68646,138.36267,4.6142435,8.524539,226.26068,283.1916,1275.8988,820.92426 +2023-03-13 05:00:00,0.0,2868.8965,27.910824,8.22369,7.354005,29.140493,176.70856,27.155746,54.487938,22.703356,35.615177,155.53255,289.99817,14.999895,21.570242,12.04048,2.5431533,31.88714,29.12539,22.579205,419.88995,13.666564,324.1344,125.09113,20.225815,177.8152,146.75998,69.99503,666.19806,264.937,1799.4386,30.064018,2368.0366,390.71872,22.52092,18.442396,119.97641,160.0672,267.51212,826.08777,56.733536,14.650843,9.415462,771.2564,421.05872,69.50485,30.91321,239.24966,29.17695,289.70023,12.152652,50.71786,0.0,1872.0862,3107.797,1.1565739,34.31396,22.07069,18595.035,54.05776,1.8639009,34.803074,60.976357,33.596226,9.782679,33.44934,412.00348,29.70616,23.468569,2.1033325,8.326588,559.4323,0.35693514,335.50952,67.5836,2679.2751,111.9282,138.3721,183.34015,884.1691,59.994774,58.235832,593.19934,46.62023,44.46381,11.409436,36.197414,219.70215,10.96884,8.387649,86.375244,17.944307,4584.2773,23.75657,37.383064,21.114893,24.360943,355.3172,95.435,39.057796,10.44531,11.976131,36.819588,83.929306,207.29167,59.482628,248.48492,31.137362,29.180176,101.152054,85.10612,45.472572,147.48647,15.597229,3.7145095,18.162746,18.682854,2335.613,19.982536,25.035286,158.19966,24.972315,267.5308,96.63414,208.7615,8.317695,105.28869,665.26263,652.0319,60.141975,632.6725,121.328804,79.00395,71.5748,124.96185,21.738985,54.974613,491.4703,13.569182,19.808037,313.15796,10.233372,6.3192554,80.92712,68.84785,701.1781,179.26187,176.88824,1999.4978,46.31079,1688.5391,1395.3221,6.764446,4.668694,1287.7174,16.064083,9.276378,334.7978,20.691122,42.664394,22.259747,75.50681,320.5368,288.54318,3.0541909,30.277782,54.0152,373.9694,5.367047,84.73714,7.4251904,1.6071026,56.824226,1.2787454,1.4786342,5.0821195,10.16653,23.513968,16.953375,28.615547,219.44273,29.85103,13.755664,25.682964,6.6014404,80.44069,3.1323702,3.6788394,5.8030915,62.989452,1.3916628,3.2020168,9.322211,19.45904,15.128187,4.4034586,1.4284979,85.85214,10.217208,201.68782,7.5867896,343.78506,18.60442,994.3704,138.46391,4.616249,8.528052,226.544,283.55124,1277.2019,820.75555 +2023-03-13 06:00:00,0.0,2870.4343,27.912466,8.235248,7.3534155,29.155682,176.71135,27.16265,54.512066,22.707827,35.627476,155.55342,290.15286,15.009694,21.570913,12.036507,2.5420523,31.892292,29.090536,22.56919,419.92667,13.643623,324.06738,125.05915,20.198298,177.59474,146.68645,69.9727,665.9086,264.8947,1799.4104,30.020388,2368.102,389.99252,22.494623,18.41852,119.81793,160.14146,267.5038,824.9789,56.747982,14.658866,9.414756,771.4896,420.49557,69.51704,30.932856,239.2479,29.162052,289.6673,12.150855,50.73653,0.0,1873.6864,3110.92,1.1595436,34.308247,22.08008,18603.664,54.08448,1.8647325,34.864517,61.082695,33.609444,9.784438,33.50818,412.10434,29.713879,23.501474,2.1064997,8.327389,559.7044,0.3568337,335.83536,67.53065,2679.748,111.85685,138.43451,183.36137,882.8163,59.930183,58.2103,592.5545,46.570683,44.419872,11.4128,36.19703,219.7053,10.968548,8.387015,86.40351,17.94872,4584.228,23.76492,37.419353,21.123194,24.372314,355.32794,95.420265,39.08871,10.448522,11.981156,36.846275,83.9843,207.43422,59.53206,248.5435,31.139048,29.216616,101.179146,85.27218,45.553062,147.43794,15.585049,3.7215726,18.155565,18.70888,2339.5496,19.967607,25.103338,158.18669,24.983746,267.67538,96.6586,208.92393,8.317375,105.268684,665.84875,652.62946,60.19157,633.80585,121.36747,79.09832,71.58051,124.84496,21.72144,54.94787,491.57343,13.561146,19.796406,313.04477,10.232949,6.318353,80.90881,68.851524,701.1883,179.23538,176.90027,1999.6018,46.361805,1688.9938,1395.7534,6.766065,4.6686153,1287.6185,16.059551,9.277889,334.75507,20.695442,42.67605,22.270958,75.56279,320.77325,288.47418,3.054758,30.281681,54.028893,374.20245,5.3683953,84.74144,7.4258738,1.6069342,56.818035,1.2788451,1.4785429,5.08182,10.166565,23.520323,16.962051,28.62231,219.57494,29.850805,13.75288,25.670362,6.599885,80.426414,3.131855,3.6760483,5.802419,62.98623,1.3895621,3.200495,9.312153,19.492943,15.127649,4.4009676,1.4300715,85.93441,10.223357,201.74094,7.592943,344.06708,18.61057,994.0543,138.56516,4.6182547,8.531566,226.82733,283.91092,1278.505,820.5869 +2023-03-13 07:00:00,0.0,2871.972,27.914108,8.246806,7.352826,29.170872,176.71414,27.169552,54.536194,22.712296,35.639774,155.57431,290.30753,15.019492,21.571587,12.032533,2.540951,31.897444,29.055683,22.559174,419.96335,13.620684,324.00034,125.02717,20.170778,177.37427,146.61292,69.95037,665.6192,264.85242,1799.3821,29.976757,2368.1675,389.2663,22.468327,18.394646,119.65946,160.21571,267.49554,823.87,56.762432,14.666889,9.41405,771.7228,419.93246,69.52923,30.952501,239.24612,29.147156,289.63434,12.149058,50.755196,0.0,1875.2866,3114.0427,1.1625133,34.302532,22.08947,18612.295,54.111206,1.8655642,34.92596,61.189034,33.62266,9.786198,33.567017,412.2052,29.721598,23.534382,2.1096666,8.32819,559.9765,0.35673222,336.1612,67.477684,2680.2207,111.7855,138.49693,183.3826,881.46344,59.86559,58.18477,591.90967,46.521133,44.375935,11.416164,36.196644,219.70847,10.968256,8.386383,86.43178,17.953136,4584.178,23.773268,37.455647,21.131496,24.383684,355.3387,95.40554,39.119625,10.451734,11.986182,36.872963,84.03929,207.57675,59.581486,248.60208,31.140734,29.253056,101.20623,85.43824,45.63355,147.38943,15.572868,3.7286358,18.148384,18.734905,2343.486,19.952679,25.171392,158.17372,24.995176,267.81998,96.68307,209.08638,8.317055,105.24868,666.4349,653.227,60.24116,634.93915,121.406136,79.19268,71.58623,124.72807,21.703892,54.921127,491.67654,13.553109,19.784775,312.93158,10.232527,6.317451,80.89052,68.8552,701.1984,179.20888,176.91231,1999.7057,46.41282,1689.4486,1396.1847,6.7676845,4.668537,1287.5197,16.055021,9.279402,334.71234,20.699764,42.687702,22.282167,75.61876,321.00967,288.40518,3.0553253,30.28558,54.042583,374.43552,5.369744,84.74574,7.426557,1.6067656,56.811844,1.2789446,1.4784517,5.0815206,10.1666,23.526678,16.970726,28.629076,219.70714,29.850582,13.750095,25.657763,6.5983295,80.41213,3.1313398,3.6732569,5.8017473,62.983,1.3874615,3.1989734,9.302095,19.526848,15.127111,4.3984766,1.431645,86.01667,10.229507,201.79404,7.5990963,344.3491,18.616724,993.7383,138.6664,4.6202602,8.535078,227.11066,284.2706,1279.8081,820.4182 +2023-03-13 08:00:00,0.0,2873.5098,27.91575,8.258365,7.352237,29.186062,176.71695,27.176455,54.560326,22.716766,35.652073,155.59518,290.4622,15.029291,21.572258,12.028559,2.5398498,31.902596,29.020828,22.549158,420.00003,13.597744,323.9333,124.99518,20.143261,177.15381,146.5394,69.92804,665.3298,264.81012,1799.3538,29.933125,2368.233,388.54007,22.44203,18.370771,119.50099,160.28998,267.48724,822.76117,56.776882,14.674912,9.413345,771.956,419.36932,69.54142,30.972147,239.24435,29.132257,289.60138,12.147262,50.773865,0.0,1876.8867,3117.1655,1.1654829,34.296818,22.09886,18620.924,54.137928,1.8663958,34.987404,61.29537,33.63588,9.787956,33.625854,412.3061,29.729317,23.567287,2.1128337,8.328992,560.24854,0.35663077,336.487,67.42473,2680.6936,111.71416,138.55934,183.40382,880.11066,59.801,58.159237,591.26483,46.471584,44.331997,11.419528,36.19626,219.71161,10.967964,8.38575,86.460045,17.957552,4584.129,23.781616,37.491936,21.139797,24.395056,355.34946,95.39081,39.15054,10.454946,11.991208,36.89965,84.094284,207.7193,59.630913,248.66064,31.142422,29.289495,101.23332,85.6043,45.71404,147.34093,15.560688,3.735699,18.141205,18.760931,2347.4229,19.937748,25.239447,158.16075,25.006607,267.96457,96.70753,209.24881,8.316734,105.228676,667.021,653.8245,60.290756,636.0725,121.4448,79.28705,71.59194,124.61118,21.686346,54.894386,491.77966,13.545073,19.773144,312.81842,10.232104,6.3165483,80.872215,68.85888,701.20856,179.18239,176.92433,1999.8097,46.463833,1689.9033,1396.6161,6.769304,4.6684585,1287.4209,16.05049,9.280913,334.66962,20.704084,42.699356,22.293379,75.67473,321.24612,288.33618,3.0558925,30.289476,54.056274,374.6686,5.3710923,84.75004,7.4272404,1.6065971,56.805653,1.2790443,1.4783604,5.081221,10.1666355,23.533031,16.979403,28.635841,219.83936,29.850359,13.747312,25.64516,6.5967746,80.39785,3.1308243,3.6704657,5.8010755,62.97978,1.385361,3.1974518,9.292037,19.560753,15.1265745,4.3959856,1.4332186,86.09893,10.235657,201.84714,7.6052494,344.6311,18.622877,993.42224,138.76762,4.622266,8.538591,227.39398,284.63028,1281.1112,820.2496 +2023-03-13 09:00:00,0.0,2875.0474,27.917393,8.269922,7.351648,29.20125,176.71974,27.183357,54.584454,22.721235,35.66437,155.61606,290.61685,15.03909,21.57293,12.024585,2.5387487,31.90775,28.985975,22.539143,420.03674,13.574804,323.86627,124.963196,20.115742,176.93333,146.46587,69.90571,665.04034,264.76782,1799.3254,29.889494,2368.2983,387.81387,22.415733,18.346895,119.342514,160.36424,267.47897,821.6523,56.791332,14.682936,9.41264,772.1892,418.8062,69.553604,30.991793,239.24258,29.11736,289.56845,12.145465,50.79253,0.0,1878.4869,3120.288,1.1684526,34.291103,22.10825,18629.553,54.164654,1.8672276,35.04885,61.401707,33.649094,9.789716,33.684696,412.40695,29.737036,23.600195,2.1160007,8.329793,560.5206,0.3565293,336.81284,67.37177,2681.1663,111.64281,138.62177,183.42505,878.7578,59.736404,58.133705,590.62,46.42204,44.288055,11.422893,36.195873,219.71477,10.967672,8.385118,86.48832,17.961966,4584.0796,23.789965,37.528225,21.148098,24.406427,355.3602,95.37608,39.18145,10.458158,11.996233,36.92634,84.14928,207.86185,59.680344,248.71922,31.144108,29.325935,101.26041,85.77036,45.794525,147.2924,15.548509,3.742762,18.134024,18.786957,2351.3594,19.92282,25.3075,158.14778,25.018038,268.1092,96.73199,209.41125,8.316415,105.20867,667.6071,654.42206,60.340347,637.2058,121.48347,79.38141,71.597664,124.49429,21.668798,54.867645,491.88278,13.537036,19.76151,312.70523,10.231682,6.315646,80.85392,68.86256,701.21875,179.1559,176.93637,1999.9136,46.514847,1690.3582,1397.0474,6.770923,4.6683803,1287.322,16.045958,9.282426,334.6269,20.708406,42.71101,22.30459,75.730705,321.48254,288.2672,3.0564597,30.293375,54.069965,374.90167,5.372441,84.75434,7.427923,1.6064285,56.79946,1.2791439,1.4782692,5.0809216,10.16667,23.539387,16.98808,28.642607,219.97156,29.850134,13.744528,25.63256,6.595219,80.38357,3.130309,3.6676745,5.800403,62.97655,1.3832604,3.1959302,9.28198,19.594658,15.126037,4.3934946,1.4347923,86.18119,10.241807,201.90025,7.6114025,344.91312,18.629028,993.10614,138.86887,4.624272,8.542105,227.67729,284.98996,1282.4143,820.0809 +2023-03-13 10:00:00,0.0,2876.5852,27.919035,8.281481,7.3510585,29.21644,176.72253,27.19026,54.60858,22.725706,35.67667,155.63693,290.77155,15.048888,21.573603,12.020611,2.5376475,31.9129,28.951122,22.529127,420.07343,13.551865,323.79922,124.931206,20.088223,176.71288,146.39233,69.88338,664.7509,264.72552,1799.2971,29.845863,2368.3638,387.08765,22.389435,18.32302,119.18404,160.43849,267.47067,820.5434,56.80578,14.690959,9.411934,772.4224,418.24307,69.565796,31.011438,239.24083,29.10246,289.5355,12.143668,50.8112,0.0,1880.0872,3123.411,1.1714222,34.285393,22.11764,18638.182,54.19138,1.8680592,35.110294,61.50805,33.66231,9.791474,33.743534,412.5078,29.744755,23.6331,2.1191678,8.330594,560.7927,0.35642785,337.13867,67.31882,2681.6392,111.57146,138.68417,183.44626,877.40497,59.671814,58.108173,589.97516,46.37249,44.244118,11.426256,36.195488,219.71793,10.967381,8.384485,86.51659,17.966381,4584.0303,23.798313,37.564518,21.1564,24.417797,355.37097,95.36135,39.212364,10.46137,12.001259,36.953026,84.20427,208.0044,59.72977,248.7778,31.145794,29.362375,101.2875,85.936424,45.875015,147.2439,15.536328,3.7498252,18.126842,18.812983,2355.296,19.907888,25.375555,158.13481,25.029469,268.25378,96.756454,209.57368,8.316094,105.18867,668.19324,655.0196,60.389942,638.3391,121.52213,79.47578,71.60338,124.377396,21.651253,54.840904,491.9859,13.528999,19.74988,312.59204,10.231259,6.314744,80.83562,68.866234,701.2289,179.1294,176.9484,2000.0176,46.56586,1690.8129,1397.4786,6.7725425,4.668302,1287.2231,16.041426,9.283937,334.58417,20.712729,42.722664,22.3158,75.786674,321.71896,288.1982,3.0570269,30.297272,54.083656,375.13474,5.3737893,84.758644,7.4286065,1.60626,56.79327,1.2792436,1.4781779,5.080622,10.166705,23.545742,16.996754,28.649372,220.10376,29.84991,13.741743,25.619959,6.5936637,80.369286,3.129794,3.6648834,5.7997313,62.973324,1.3811597,3.1944087,9.271921,19.628561,15.125499,4.3910036,1.4363658,86.26346,10.247956,201.95335,7.6175556,345.19513,18.635181,992.7901,138.97011,4.6262774,8.545618,227.96062,285.3496,1283.7174,819.9122 +2023-03-13 11:00:00,0.0,2878.1228,27.920677,8.293038,7.350469,29.231628,176.72533,27.197163,54.63271,22.730175,35.688965,155.6578,290.9262,15.058687,21.574274,12.016637,2.5365462,31.918053,28.91627,22.519112,420.11014,13.528925,323.73218,124.89922,20.060705,176.49242,146.3188,69.86104,664.4615,264.68323,1799.2688,29.802233,2368.429,386.36145,22.363138,18.299147,119.02556,160.51276,267.4624,819.4345,56.82023,14.698983,9.411228,772.65564,417.67996,69.57799,31.031086,239.23907,29.087563,289.50253,12.141871,50.829865,0.0,1881.6873,3126.5337,1.174392,34.27968,22.127028,18646.81,54.2181,1.8688908,35.171738,61.614388,33.67553,9.793234,33.802372,412.60867,29.752474,23.666008,2.122335,8.331395,561.0648,0.3563264,337.4645,67.26586,2682.1118,111.50011,138.7466,183.46748,876.0521,59.607224,58.08264,589.3303,46.32294,44.20018,11.429621,36.195103,219.72108,10.967088,8.383852,86.54485,17.970795,4583.981,23.806662,37.600807,21.164701,24.429169,355.3817,95.34663,39.24328,10.464582,12.006285,36.979717,84.25926,208.14693,59.7792,248.83638,31.14748,29.398815,101.31458,86.102486,45.9555,147.19537,15.524148,3.7568884,18.119663,18.839008,2359.2324,19.89296,25.44361,158.12184,25.0409,268.39838,96.780914,209.73613,8.315774,105.16866,668.77936,655.6172,60.439533,639.4725,121.5608,79.57014,71.60909,124.260506,21.633707,54.81416,492.08905,13.520963,19.738249,312.47888,10.230837,6.313842,80.817314,68.86992,701.239,179.1029,176.96043,2000.1216,46.616875,1691.2677,1397.9099,6.774162,4.6682234,1287.1243,16.036894,9.28545,334.54144,20.717049,42.734314,22.327011,75.84264,321.9554,288.1292,3.057594,30.30117,54.097347,375.36783,5.375138,84.76295,7.42929,1.6060915,56.78708,1.2793431,1.4780866,5.0803227,10.16674,23.552097,17.00543,28.656137,220.23596,29.849686,13.738959,25.607359,6.5921087,80.355,3.1292787,3.662092,5.799059,62.9701,1.3790591,3.192887,9.261864,19.662466,15.124961,4.3885126,1.4379394,86.34572,10.2541065,202.00647,7.6237087,345.47714,18.641335,992.47406,139.07133,4.628283,8.549131,228.24394,285.7093,1285.0205,819.7435 +2023-03-13 12:00:00,0.0,2879.6606,27.922318,8.304597,7.3498797,29.246819,176.72812,27.204065,54.65684,22.734646,35.701263,155.67868,291.08087,15.068486,21.574945,12.012663,2.5354452,31.923204,28.881416,22.509096,420.14682,13.505984,323.66516,124.86724,20.033186,176.27194,146.24529,69.83871,664.17206,264.64093,1799.2405,29.7586,2368.4944,385.63522,22.336842,18.275272,118.86709,160.58702,267.4541,818.3256,56.83468,14.707006,9.410523,772.8888,417.11682,69.59017,31.050732,239.2373,29.072664,289.4696,12.140075,50.848534,0.0,1883.2874,3129.6565,1.1773616,34.273964,22.136417,18655.44,54.244827,1.8697225,35.23318,61.720726,33.688747,9.794993,33.861214,412.70953,29.760193,23.698914,2.1255019,8.332197,561.33685,0.35622492,337.79034,67.212906,2682.5847,111.42876,138.80902,183.48871,874.69934,59.54263,58.05711,588.6855,46.27339,44.156242,11.432984,36.194714,219.72423,10.966796,8.38322,86.57312,17.97521,4583.9316,23.81501,37.637096,21.173002,24.44054,355.39246,95.3319,39.274193,10.467794,12.01131,37.006405,84.314255,208.28947,59.82863,248.89496,31.149168,29.435255,101.341675,86.26855,46.03599,147.14687,15.511968,3.7639515,18.112482,18.865034,2363.169,19.87803,25.511663,158.10887,25.05233,268.54297,96.805374,209.89856,8.3154545,105.14866,669.3655,656.2147,60.48913,640.6058,121.599464,79.664505,71.61481,124.143616,21.61616,54.78742,492.19217,13.512926,19.726618,312.3657,10.230414,6.312939,80.79902,68.8736,701.2492,179.0764,176.97246,2000.2256,46.66789,1691.7224,1398.3412,6.7757807,4.668145,1287.0255,16.032362,9.2869625,334.49872,20.72137,42.745968,22.338223,75.89862,322.19183,288.0602,3.0581613,30.305069,54.11104,375.6009,5.3764863,84.76724,7.429973,1.6059229,56.780888,1.2794428,1.4779954,5.0800233,10.166776,23.55845,17.014105,28.662903,220.36818,29.849463,13.736175,25.594759,6.5905533,80.34073,3.1287634,3.6593008,5.798387,62.966873,1.3769585,3.1913652,9.251806,19.696371,15.124424,4.3860216,1.439513,86.42798,10.260256,202.05957,7.6298623,345.75916,18.647488,992.15796,139.17258,4.6302886,8.552644,228.52727,286.06897,1286.3236,819.5748 +2023-03-13 13:00:00,0.0,2881.1985,27.92396,8.316155,7.3492904,29.262009,176.73091,27.210968,54.68097,22.739115,35.713562,155.69955,291.23553,15.078284,21.575619,12.008689,2.534344,31.928356,28.846563,22.49908,420.1835,13.483045,323.5981,124.83525,20.005667,176.05148,146.17175,69.816376,663.8826,264.59863,1799.2122,29.71497,2368.5598,384.909,22.310545,18.251396,118.70861,160.66127,267.44583,817.21674,56.849125,14.71503,9.409818,773.122,416.55368,69.60236,31.070377,239.23553,29.057766,289.43665,12.138278,50.8672,0.0,1884.8877,3132.779,1.1803312,34.26825,22.145807,18664.068,54.27155,1.8705541,35.294624,61.82706,33.701965,9.796752,33.92005,412.8104,29.767912,23.731821,2.128669,8.332998,561.60895,0.35612348,338.11615,67.15994,2683.0574,111.357414,138.87143,183.50993,873.3465,59.47804,58.031574,588.04065,46.223843,44.112305,11.436349,36.19433,219.72739,10.966504,8.382587,86.60139,17.979626,4583.882,23.823359,37.673386,21.181303,24.45191,355.40323,95.31717,39.305107,10.471006,12.0163355,37.033092,84.36925,208.43202,59.87806,248.95354,31.150854,29.471695,101.36876,86.43461,46.116478,147.09836,15.499788,3.771015,18.1053,18.891058,2367.1055,19.8631,25.579718,158.0959,25.06376,268.68756,96.82984,210.061,8.315134,105.128654,669.9516,656.81226,60.538723,641.73914,121.63812,79.758865,71.62053,124.026726,21.598614,54.760677,492.2953,13.5048895,19.714987,312.2525,10.229992,6.312037,80.780716,68.87727,701.25934,179.04991,176.9845,2000.3295,46.718903,1692.1772,1398.7725,6.7774,4.6680665,1286.9266,16.027832,9.288474,334.456,20.72569,42.75762,22.349432,75.95459,322.42828,287.9912,3.0587285,30.308966,54.124733,375.83395,5.377835,84.771545,7.4306564,1.6057544,56.774696,1.2795424,1.4779041,5.079724,10.16681,23.564806,17.022781,28.669668,220.50038,29.849237,13.733391,25.582157,6.588998,80.32645,3.1282482,3.6565096,5.797715,62.963646,1.3748579,3.1898437,9.241748,19.730276,15.123886,4.3835306,1.4410866,86.51024,10.266406,202.11269,7.6360154,346.04117,18.653639,991.8419,139.27382,4.632294,8.556157,228.8106,286.42865,1287.6267,819.4062 +2023-03-13 14:00:00,0.0,2882.736,27.925602,8.327713,7.3487015,29.277197,176.7337,27.21787,54.705097,22.743586,35.72586,155.72043,291.39023,15.088083,21.57629,12.004716,2.5332427,31.933508,28.81171,22.489065,420.2202,13.460105,323.53107,124.80327,19.97815,175.83101,146.09822,69.794044,663.5932,264.55634,1799.184,29.671339,2368.6252,384.1828,22.284246,18.227522,118.55014,160.73553,267.43753,816.10785,56.863575,14.723053,9.409112,773.3552,415.99057,69.614555,31.090023,239.23376,29.042868,289.40372,12.136481,50.885868,0.0,1886.4878,3135.9019,1.183301,34.262535,22.155197,18672.697,54.298275,1.8713858,35.356068,61.933403,33.715183,9.7985115,33.97889,412.91125,29.77563,23.764727,2.131836,8.333799,561.88104,0.356022,338.442,67.10699,2683.5303,111.286064,138.93384,183.53114,871.99365,59.413445,58.006042,587.3958,46.174294,44.068367,11.439713,36.193943,219.73055,10.966212,8.381954,86.629654,17.98404,4583.8325,23.831707,37.70968,21.189606,24.463282,355.41397,95.302444,39.33602,10.474219,12.021361,37.05978,84.42424,208.57457,59.927486,249.01212,31.15254,29.508135,101.39585,86.60067,46.196968,147.04984,15.487608,3.778078,18.09812,18.917084,2371.042,19.848171,25.64777,158.08293,25.075191,268.83215,96.8543,210.22343,8.314814,105.10864,670.5377,657.4098,60.588314,642.87244,121.67679,79.85323,71.62624,123.90983,21.581066,54.733936,492.3984,13.496853,19.703356,312.1393,10.229569,6.311135,80.76242,68.88095,701.2695,179.02342,176.99652,2000.4335,46.769917,1692.632,1399.2037,6.7790194,4.6679883,1286.8278,16.0233,9.289987,334.41327,20.730013,42.769276,22.360643,76.01056,322.6647,287.9222,3.0592957,30.312864,54.138424,376.06705,5.3791833,84.77585,7.4313397,1.6055858,56.768505,1.2796421,1.4778129,5.0794244,10.166845,23.571161,17.031456,28.676434,220.63258,29.849014,13.730607,25.569557,6.587443,80.312164,3.127733,3.6537185,5.797043,62.960423,1.3727572,3.188322,9.23169,19.76418,15.123348,4.381039,1.4426602,86.59251,10.272556,202.16579,7.6421685,346.32318,18.659792,991.5259,139.37506,4.6342998,8.55967,229.09392,286.78833,1288.9298,819.2375 +2023-03-13 15:00:00,0.0,2884.274,27.927244,8.339272,7.348112,29.292387,176.73651,27.224773,54.72923,22.748055,35.73816,155.7413,291.5449,15.097881,21.576962,12.000742,2.5321414,31.93866,28.776857,22.47905,420.2569,13.437165,323.46402,124.77128,19.95063,175.61055,146.02469,69.77171,663.3038,264.514,1799.1556,29.627708,2368.6907,383.45657,22.25795,18.203648,118.39167,160.8098,267.42926,814.999,56.878025,14.731076,9.408406,773.58844,415.42743,69.62674,31.109669,239.232,29.02797,289.37076,12.134685,50.904533,0.0,1888.0879,3139.0247,1.1862706,34.256824,22.164587,18681.326,54.324997,1.8722174,35.41751,62.03974,33.728397,9.80027,34.037727,413.01212,29.78335,23.797634,2.135003,8.3346,562.1531,0.35592055,338.76782,67.05403,2684.003,111.214714,138.99626,183.55237,870.6408,59.348854,57.98051,586.751,46.124744,44.02443,11.443077,36.193558,219.7337,10.96592,8.381322,86.65792,17.988455,4583.783,23.840055,37.745968,21.197906,24.474653,355.4247,95.28771,39.366936,10.477431,12.026387,37.086468,84.47923,208.7171,59.976917,249.0707,31.154226,29.544575,101.422935,86.76673,46.277454,147.00133,15.475428,3.7851412,18.09094,18.94311,2374.9785,19.833242,25.715824,158.06996,25.086622,268.97678,96.87876,210.38588,8.314494,105.08864,671.12384,658.0073,60.63791,644.0058,121.715454,79.9476,71.63196,123.79294,21.56352,54.70719,492.50153,13.488815,19.691725,312.02615,10.229147,6.310232,80.74412,68.88463,701.27966,178.99692,177.00856,2000.5374,46.82093,1693.0868,1399.635,6.7806387,4.6679096,1286.7289,16.018768,9.291498,334.3705,20.734333,42.78093,22.371855,76.066536,322.90112,287.8532,3.0598629,30.316761,54.152115,376.3001,5.3805323,84.78015,7.432023,1.6054174,56.762314,1.2797418,1.4777216,5.079125,10.166881,23.577517,17.040133,28.683199,220.76479,29.84879,13.727822,25.556955,6.5858874,80.29788,3.1272178,3.6509273,5.796371,62.957195,1.3706566,3.1868005,9.221632,19.798084,15.12281,4.378548,1.4442338,86.67477,10.278706,202.2189,7.6483216,346.60522,18.665945,991.2098,139.47629,4.6363053,8.563184,229.37724,287.14798,1290.2329,819.0688 +2023-03-13 16:00:00,0.0,2885.8115,27.928886,8.35083,7.3475227,29.307577,176.7393,27.231678,54.753357,22.752525,35.750458,155.76218,291.69955,15.10768,21.577635,11.996768,2.5310404,31.943813,28.742002,22.469034,420.29358,13.414226,323.397,124.739296,19.923111,175.39009,145.95117,69.74938,663.01434,264.4717,1799.1273,29.584076,2368.756,382.73035,22.231653,18.179771,118.23319,160.88405,267.42096,813.89014,56.89247,14.7390995,9.4077015,773.8216,414.86432,69.63893,31.129314,239.23024,29.013071,289.3378,12.132888,50.923203,0.0,1889.6881,3142.1475,1.1892403,34.25111,22.173977,18689.957,54.351723,1.8730491,35.47896,62.14608,33.741615,9.80203,34.09657,413.11298,29.791069,23.83054,2.13817,8.335402,562.4252,0.3558191,339.09366,67.001076,2684.4758,111.143364,139.05869,183.5736,869.28796,59.28426,57.95498,586.10614,46.075195,43.98049,11.446442,36.193172,219.73685,10.965629,8.380689,86.68619,17.99287,4583.734,23.848404,37.782257,21.206207,24.486023,355.4355,95.27299,39.39785,10.480643,12.031412,37.113155,84.534225,208.85965,60.026344,249.12926,31.155914,29.581015,101.45003,86.93279,46.357944,146.95282,15.463247,3.7922044,18.08376,18.969135,2378.915,19.818312,25.783878,158.05699,25.098053,269.12137,96.90323,210.54831,8.314174,105.068634,671.70996,658.6049,60.6875,645.1391,121.75412,80.04196,71.63767,123.67605,21.545973,54.68045,492.60464,13.480779,19.680094,311.91296,10.2287245,6.30933,80.72582,68.888306,701.2898,178.97043,177.02058,2000.6415,46.871944,1693.5415,1400.0664,6.782258,4.6678314,1286.63,16.014236,9.293011,334.3278,20.738655,42.79258,22.383064,76.122505,323.13757,287.7842,3.06043,30.32066,54.165806,376.53317,5.3818808,84.78445,7.4327064,1.6052488,56.756123,1.2798413,1.4776304,5.0788255,10.166916,23.58387,17.04881,28.689964,220.897,29.848566,13.725039,25.544355,6.584332,80.2836,3.1267025,3.648136,5.795699,62.95397,1.368556,3.185279,9.211575,19.83199,15.122273,4.376057,1.4458073,86.75703,10.284856,202.272,7.6544747,346.88724,18.672096,990.89374,139.57753,4.638311,8.566697,229.66057,287.50766,1291.536,818.90015 +2023-03-13 17:00:00,0.0,2887.3494,27.930529,8.362388,7.3469334,29.322765,176.7421,27.23858,54.777485,22.756996,35.762756,155.78307,291.85425,15.117479,21.578306,11.992794,2.5299392,31.948965,28.70715,22.459017,420.3303,13.391286,323.32996,124.70731,19.895594,175.16962,145.87764,69.72704,662.7249,264.4294,1799.099,29.540445,2368.8215,382.00415,22.205357,18.155897,118.074715,160.95831,267.4127,812.78125,56.90692,14.747123,9.406996,774.0548,414.30118,69.65112,31.14896,239.22849,28.998173,289.30487,12.131091,50.941868,0.0,1891.2883,3145.27,1.19221,34.245396,22.183367,18698.586,54.37845,1.8738807,35.5404,62.252415,33.754833,9.803789,34.155407,413.21384,29.798788,23.863447,2.1413372,8.336204,562.69727,0.35571763,339.41946,66.94812,2684.9485,111.072014,139.1211,183.59482,867.9352,59.21967,57.929447,585.4613,46.025646,43.936554,11.449805,36.192787,219.74,10.965337,8.380056,86.714455,17.997284,4583.6846,23.856752,37.81855,21.21451,24.497395,355.44623,95.258255,39.428764,10.483855,12.036438,37.139843,84.58922,209.0022,60.075775,249.18784,31.1576,29.617455,101.47711,87.09886,46.43843,146.9043,15.451068,3.7992675,18.076578,18.995161,2382.8518,19.803383,25.851933,158.04402,25.109484,269.26596,96.92769,210.71075,8.313853,105.04863,672.2961,659.20245,60.737095,646.27246,121.792786,80.13633,71.64339,123.55916,21.528427,54.65371,492.70776,13.472742,19.66846,311.79977,10.228302,6.308428,80.70752,68.89198,701.2999,178.94392,177.03262,2000.7455,46.92296,1693.9962,1400.4977,6.7838774,4.667753,1286.5312,16.009705,9.294522,334.28506,20.742977,42.804234,22.394276,76.178474,323.374,287.71524,3.0609972,30.324558,54.179497,376.76624,5.3832293,84.78875,7.433389,1.6050802,56.74993,1.279941,1.4775391,5.078526,10.166951,23.590225,17.057484,28.69673,221.0292,29.848341,13.722254,25.531754,6.5827765,80.26932,3.1261873,3.6453447,5.795027,62.950745,1.3664554,3.183757,9.201516,19.865894,15.121736,4.373566,1.447381,86.83929,10.291005,202.3251,7.6606283,347.16925,18.67825,990.5777,139.67877,4.6403165,8.5702095,229.9439,287.86734,1292.8391,818.73145 +2023-03-13 18:00:00,0.0,2888.887,27.93217,8.373946,7.346344,29.337955,176.74489,27.245483,54.801617,22.761465,35.775055,155.80394,292.0089,15.127277,21.578978,11.98882,2.528838,31.954117,28.672297,22.449001,420.36697,13.368345,323.2629,124.67532,19.868074,174.94916,145.80411,69.70471,662.4355,264.38712,1799.0707,29.496815,2368.887,381.27792,22.17906,18.132023,117.916245,161.03258,267.4044,811.67236,56.92137,14.755146,9.40629,774.288,413.73807,69.66331,31.168606,239.22672,28.983276,289.2719,12.129294,50.960537,0.0,1892.8884,3148.3928,1.1951796,34.23968,22.192757,18707.215,54.40517,1.8747125,35.601845,62.358757,33.76805,9.805548,34.214245,413.3147,29.806507,23.896353,2.144504,8.337005,562.96936,0.35561618,339.7453,66.895164,2685.4214,111.00067,139.18352,183.61604,866.58234,59.15508,57.903915,584.81647,45.976097,43.892612,11.45317,36.1924,219.74316,10.965045,8.379424,86.74272,18.0017,4583.6353,23.8651,37.85484,21.22281,24.508766,355.45697,95.24353,39.45968,10.487067,12.041464,37.16653,84.64421,209.14474,60.125202,249.24641,31.159286,29.653894,101.5042,87.26492,46.518917,146.85579,15.438888,3.8063307,18.069399,19.021187,2386.7883,19.788452,25.919987,158.03105,25.120914,269.41055,96.95215,210.87318,8.313534,105.028625,672.8822,659.8,60.786686,647.40576,121.83145,80.23069,71.64911,123.44226,21.51088,54.62697,492.81088,13.464705,19.65683,311.6866,10.22788,6.307525,80.689224,68.89566,701.3101,178.91743,177.04465,2000.8494,46.973976,1694.451,1400.929,6.7854967,4.6676745,1286.4324,16.005173,9.296035,334.24234,20.747297,42.815887,22.405487,76.23444,323.61044,287.64624,3.0615644,30.328455,54.193188,376.99933,5.3845778,84.79305,7.4340725,1.6049117,56.74374,1.2800406,1.4774477,5.0782266,10.1669855,23.59658,17.06616,28.703495,221.1614,29.848118,13.71947,25.519154,6.5812216,80.25504,3.125672,3.6425536,5.794355,62.947517,1.3643548,3.1822355,9.191459,19.899797,15.121198,4.371075,1.4489546,86.921555,10.297155,202.37822,7.6667814,347.45126,18.684402,990.2616,139.78,4.6423225,8.573723,230.22722,288.22702,1294.1422,818.5628 +2023-03-13 19:00:00,0.0,2890.4248,27.933811,8.385505,7.3457546,29.353144,176.74768,27.252386,54.825745,22.765936,35.787354,155.82481,292.16357,15.137076,21.57965,11.984846,2.527737,31.959269,28.637444,22.438986,420.4037,13.345406,323.1959,124.64334,19.840557,174.72868,145.73059,69.68238,662.14606,264.34482,1799.0424,29.453182,2368.9521,380.5517,22.152761,18.108147,117.75777,161.10683,267.39612,810.5635,56.93582,14.763169,9.405585,774.52124,413.17493,69.6755,31.188251,239.22495,28.968378,289.23895,12.127498,50.979202,0.0,1894.4886,3151.5156,1.1981493,34.233967,22.202147,18715.844,54.431896,1.8755441,35.66329,62.465096,33.78127,9.807307,34.273087,413.41556,29.814226,23.92926,2.1476712,8.337806,563.2414,0.3555147,340.07114,66.8422,2685.894,110.92932,139.24594,183.63725,865.2295,59.090485,57.878384,584.17163,45.926548,43.848675,11.456533,36.192017,219.74632,10.964753,8.378791,86.77099,18.006115,4583.5854,23.87345,37.89113,21.231112,24.520136,355.46774,95.2288,39.490593,10.49028,12.046489,37.19322,84.6992,209.28728,60.17463,249.305,31.160973,29.690334,101.53129,87.430984,46.599407,146.80728,15.426707,3.8133938,18.062218,19.047213,2390.7249,19.773523,25.98804,158.01808,25.132345,269.55515,96.976616,211.03563,8.313213,105.00862,673.4683,660.3975,60.83628,648.5391,121.87012,80.32506,71.65482,123.32537,21.493334,54.600224,492.91403,13.456669,19.645199,311.57343,10.227458,6.306623,80.67092,68.89934,701.32025,178.89095,177.05669,2000.9534,47.02499,1694.9058,1401.3602,6.7871156,4.6675963,1286.3335,16.000643,9.297546,334.19962,20.75162,42.82754,22.416697,76.29042,323.84686,287.57724,3.0621316,30.332354,54.20688,377.2324,5.3859262,84.797356,7.434756,1.6047432,56.73755,1.2801403,1.4773566,5.077927,10.167021,23.602936,17.074835,28.71026,221.29361,29.847895,13.716685,25.506552,6.579666,80.24076,3.1251569,3.6397624,5.7936826,62.944294,1.3622541,3.180714,9.1814,19.933702,15.12066,4.368584,1.4505281,87.003815,10.303305,202.43132,7.6729345,347.73328,18.690554,989.94556,139.88124,4.644328,8.577236,230.51054,288.5867,1295.4453,818.3941 +2023-03-13 20:00:00,0.0,2891.9624,27.935453,8.397062,7.3451657,29.368334,176.75047,27.259289,54.849873,22.770405,35.799652,155.84569,292.31824,15.146875,21.580322,11.980872,2.5266356,31.96442,28.60259,22.42897,420.44037,13.322466,323.12885,124.61136,19.813038,174.50822,145.65706,69.66005,661.8566,264.30252,1799.014,29.409552,2369.0176,379.8255,22.126465,18.084272,117.59929,161.18109,267.38782,809.4546,56.950268,14.771193,9.40488,774.75446,412.61182,69.68769,31.207897,239.22319,28.95348,289.20602,12.125701,50.99787,0.0,1896.0889,3154.6384,1.201119,34.228256,22.211536,18724.473,54.45862,1.8763758,35.72473,62.571434,33.794487,9.809066,34.331924,413.51642,29.821945,23.962166,2.1508381,8.338607,563.5135,0.35541326,340.39697,66.789246,2686.367,110.85797,139.30835,183.65848,863.87665,59.025894,57.85285,583.5268,45.877,43.804737,11.459898,36.191628,219.74947,10.964461,8.378159,86.79926,18.010529,4583.536,23.881798,37.927418,21.239412,24.531507,355.4785,95.21407,39.521507,10.493492,12.051515,37.219906,84.754196,209.42982,60.22406,249.36357,31.16266,29.726774,101.55838,87.597046,46.679893,146.75876,15.414527,3.820457,18.055037,19.073238,2394.6614,19.758595,26.056095,158.00511,25.143776,269.69974,97.001076,211.19806,8.312894,104.98862,674.05444,660.99506,60.88587,649.6724,121.90878,80.41942,71.66054,123.20848,21.475786,54.573483,493.01715,13.448632,19.633568,311.46024,10.2270355,6.305721,80.65262,68.903015,701.3304,178.86444,177.06873,2001.0574,47.076004,1695.3606,1401.7915,6.788735,4.6675177,1286.2346,15.99611,9.299059,334.1569,20.75594,42.839195,22.427908,76.34639,324.0833,287.50824,3.0626988,30.33625,54.22057,377.46545,5.3872747,84.80165,7.435439,1.6045747,56.731358,1.2802398,1.4772652,5.0776277,10.167056,23.609291,17.083511,28.717024,221.42583,29.84767,13.7139015,25.493952,6.5781107,80.22648,3.1246417,3.6369712,5.7930107,62.941067,1.3601536,3.1791923,9.171343,19.967607,15.120123,4.366093,1.4521018,87.086075,10.309455,202.48444,7.6790876,348.0153,18.696707,989.6295,139.98248,4.6463337,8.5807495,230.79385,288.94635,1296.7484,818.22546 +2023-03-13 21:00:00,0.0,2893.5002,27.937096,8.408621,7.3445764,29.383524,176.75327,27.266191,54.874004,22.774876,35.81195,155.86656,292.47293,15.156673,21.580994,11.976899,2.5255344,31.969572,28.567738,22.418955,420.47705,13.299526,323.0618,124.57937,19.785519,174.28777,145.58353,69.63772,661.5672,264.26022,1798.9857,29.365921,2369.083,379.09927,22.100168,18.060398,117.44081,161.25536,267.37955,808.34576,56.964718,14.779216,9.404174,774.9876,412.04868,69.699875,31.227543,239.2214,28.938581,289.17307,12.123904,51.016537,0.0,1897.689,3157.7612,1.2040887,34.22254,22.220924,18733.102,54.485344,1.8772074,35.786175,62.67777,33.8077,9.810825,34.390762,413.61728,29.829666,23.995071,2.1540053,8.339408,563.7856,0.35531178,340.72278,66.73629,2686.8396,110.78662,139.37076,183.6797,862.52386,58.9613,57.82732,582.88196,45.827454,43.7608,11.463262,36.191246,219.75262,10.964169,8.377525,86.82753,18.014944,4583.487,23.890146,37.96371,21.247715,24.54288,355.48923,95.19935,39.552418,10.496704,12.0565405,37.246597,84.80919,209.57237,60.273487,249.42215,31.164347,29.763214,101.585464,87.76311,46.760384,146.71025,15.402347,3.8275201,18.047855,19.099264,2398.598,19.743664,26.12415,157.99214,25.155207,269.84436,97.025536,211.3605,8.312573,104.96861,674.64056,661.5926,60.935467,650.8058,121.94744,80.51379,71.66625,123.09159,21.45824,54.54674,493.12027,13.440596,19.621937,311.34705,10.226613,6.304818,80.63432,68.90669,701.3406,178.83795,177.08075,2001.1614,47.127018,1695.8153,1402.2228,6.7903543,4.6674395,1286.1359,15.991579,9.3005705,334.11417,20.760262,42.85085,22.43912,76.40236,324.31973,287.43924,3.063266,30.340149,54.23426,377.69855,5.388623,84.805954,7.4361224,1.6044061,56.725163,1.2803395,1.477174,5.077328,10.167091,23.615644,17.092186,28.72379,221.55803,29.847446,13.711118,25.48135,6.5765557,80.2122,3.1241264,3.6341798,5.792339,62.93784,1.358053,3.1776707,9.161285,20.001513,15.119585,4.363602,1.4536754,87.168335,10.315604,202.53754,7.6852407,348.2973,18.70286,989.3134,140.08372,4.6483393,8.584263,231.07718,289.30603,1298.0515,818.05676 +2023-03-13 22:00:00,0.0,2895.038,27.938738,8.420178,7.343987,29.398712,176.75607,27.273094,54.898132,22.779345,35.82425,155.88744,292.6276,15.166472,21.581667,11.972925,2.5244334,31.974724,28.532885,22.40894,420.51376,13.276587,322.99475,124.547386,19.758001,174.06729,145.51,69.61539,661.2778,264.21793,1798.9574,29.32229,2369.1484,378.37305,22.073872,18.036522,117.28235,161.32962,267.37125,807.2369,56.979168,14.78724,9.403468,775.2208,411.48553,69.71207,31.247189,239.21965,28.923683,289.1401,12.1221075,51.035206,0.0,1899.2892,3160.8838,1.2070583,34.216827,22.230314,18741.73,54.51207,1.8780391,35.847622,62.784107,33.82092,9.812585,34.4496,413.71814,29.837385,24.027979,2.1571722,8.34021,564.0576,0.35521033,341.0486,66.683334,2687.3125,110.71527,139.43318,183.70093,861.171,58.89671,57.80179,582.2372,45.777905,43.71686,11.466626,36.190857,219.75578,10.963877,8.376893,86.8558,18.019358,4583.4375,23.898495,38.0,21.256016,24.554249,355.5,95.184616,39.583332,10.499916,12.061565,37.273285,84.86418,209.71492,60.322918,249.48073,31.166033,29.799654,101.61256,87.92917,46.84087,146.66174,15.390167,3.8345833,18.040676,19.12529,2402.5344,19.728735,26.192202,157.97917,25.166637,269.98895,97.05,211.52293,8.312253,104.94861,675.2267,662.1902,60.98506,651.9391,121.98611,80.60815,71.67197,122.9747,21.440693,54.52,493.2234,13.432559,19.610306,311.2339,10.226191,6.303916,80.61602,68.91037,701.3507,178.81146,177.09279,2001.2653,47.178032,1696.2701,1402.654,6.7919736,4.6673613,1286.037,15.987047,9.302083,334.07144,20.764584,42.8625,22.450329,76.458336,324.55615,287.37024,3.0638332,30.344048,54.247955,377.9316,5.3899717,84.81026,7.4368057,1.6042376,56.71897,1.2804391,1.4770827,5.0770288,10.167127,23.622,17.100863,28.730555,221.69023,29.847221,13.708333,25.46875,6.5750003,80.197914,3.1236112,3.6313887,5.7916665,62.934616,1.3559524,3.1761491,9.151227,20.035416,15.119047,4.361111,1.455249,87.2506,10.321754,202.59065,7.6913943,348.5793,18.709013,988.9974,140.18495,4.650345,8.587775,231.3605,289.6657,1299.3546,817.88806 +2023-03-13 23:00:00,0.0,2896.5757,27.94038,8.431737,7.3433976,29.413902,176.75887,27.279997,54.92226,22.783815,35.836548,155.90831,292.78226,15.176271,21.582338,11.968951,2.523332,31.979877,28.49803,22.398924,420.55045,13.253647,322.92773,124.515396,19.730482,173.84683,145.43648,69.59305,660.98834,264.17563,1798.9292,29.278658,2369.2139,377.64685,22.047573,18.012648,117.12387,161.40387,267.36298,806.128,56.993614,14.795263,9.402763,775.45404,410.92242,69.72426,31.266834,239.2179,28.908785,289.10718,12.120311,51.053875,0.0,1900.8894,3164.0066,1.2100279,34.211113,22.239704,18750.36,54.53879,1.8788707,35.909065,62.89045,33.834137,9.814343,34.508442,413.819,29.845104,24.060884,2.1603394,8.341011,564.3297,0.3551089,341.37445,66.63038,2687.7854,110.64393,139.4956,183.72214,859.8182,58.832115,57.776253,581.59235,45.728355,43.672924,11.46999,36.19047,219.75894,10.963585,8.376261,86.88406,18.023773,4583.388,23.906843,38.03629,21.264317,24.56562,355.51074,95.16989,39.614246,10.503128,12.066591,37.299973,84.919174,209.85747,60.372345,249.5393,31.167719,29.836094,101.63964,88.09523,46.92136,146.61322,15.377987,3.8416464,18.033495,19.151316,2406.471,19.713804,26.260256,157.9662,25.17807,270.13354,97.07446,211.68538,8.3119335,104.928604,675.8128,662.7877,61.034653,653.07245,122.02477,80.702515,71.67769,122.8578,21.423147,54.493256,493.3265,13.424522,19.598675,311.1207,10.225768,6.303014,80.597725,68.91405,701.36084,178.78496,177.10481,2001.3693,47.229046,1696.7249,1403.0853,6.793593,4.6672826,1285.9381,15.982516,9.303596,334.02872,20.768904,42.874153,22.46154,76.514305,324.7926,287.30124,3.0644004,30.347944,54.261646,378.16467,5.39132,84.81456,7.437489,1.604069,56.71278,1.2805388,1.4769915,5.0767293,10.167161,23.628355,17.109537,28.73732,221.82243,29.846998,13.705549,25.45615,6.573445,80.18364,3.123096,3.6285975,5.7909946,62.93139,1.3538517,3.1746273,9.14117,20.06932,15.118509,4.35862,1.4568225,87.33286,10.327904,202.64375,7.6975474,348.86133,18.715164,988.68134,140.2862,4.6523504,8.591289,231.64383,290.0254,1300.6577,817.7194 +2023-03-14 00:00:00,0.0,2898.1135,27.942022,8.4432955,7.3428082,29.42909,176.76166,27.2869,54.94639,22.788284,35.848843,155.92918,292.93692,15.1860695,21.58301,11.964977,2.5222309,31.98503,28.463177,22.388908,420.58716,13.230707,322.8607,124.48341,19.702963,173.62636,145.36295,69.57072,660.6989,264.13333,1798.9009,29.235027,2369.2793,376.92062,22.021276,17.988773,116.96539,161.47813,267.35468,805.0191,57.008064,14.803287,9.402058,775.68726,410.35928,69.73644,31.286482,239.21613,28.893887,289.07422,12.118514,51.07254,0.0,1902.4895,3167.1294,1.2129977,34.2054,22.249094,18758.988,54.565517,1.8797024,35.97051,62.996788,33.847355,9.816103,34.56728,413.91986,29.852823,24.093792,2.1635063,8.341812,564.6018,0.3550074,341.7003,66.577415,2688.258,110.57258,139.55801,183.74336,858.46533,58.767525,57.75072,580.9475,45.678806,43.628986,11.473354,36.190086,219.7621,10.963293,8.3756275,86.91233,18.028189,4583.339,23.915192,38.072582,21.27262,24.576992,355.52148,95.15516,39.64516,10.506341,12.071617,37.32666,84.974174,210.0,60.421776,249.59789,31.169405,29.872534,101.66673,88.26129,47.001846,146.56471,15.365807,3.8487098,18.026314,19.177341,2410.4075,19.698875,26.32831,157.95323,25.1895,270.27814,97.09892,211.84781,8.311613,104.9086,676.3989,663.38525,61.084248,654.20575,122.06344,80.79688,71.6834,122.74091,21.4056,54.466515,493.42963,13.416486,19.587042,311.0075,10.225346,6.3021116,80.57942,68.917725,701.37103,178.75847,177.11685,2001.4731,47.28006,1697.1797,1403.5166,6.7952123,4.6672044,1285.8392,15.977984,9.305107,333.98596,20.773226,42.885807,22.472752,76.570274,325.02902,287.23227,3.0649676,30.351843,54.275337,378.39777,5.3926687,84.818855,7.438172,1.6039006,56.70659,1.2806383,1.4769002,5.07643,10.167196,23.63471,17.118214,28.744085,221.95464,29.846773,13.7027645,25.443548,6.57189,80.16936,3.1225808,3.6258063,5.790323,62.928165,1.3517511,3.1731057,9.131111,20.103226,15.117972,4.356129,1.4583962,87.41512,10.334054,202.69687,7.7037005,349.14337,18.721317,988.3653,140.38744,4.654356,8.594802,231.92715,290.38507,1301.9607,817.5507 +2023-03-14 01:00:00,0.0,2899.6511,27.943665,8.454853,7.342219,29.44428,176.76445,27.293802,54.97052,22.792755,35.86114,155.95006,293.0916,15.1958685,21.583683,11.961003,2.5211296,31.990181,28.428324,22.378893,420.62384,13.207767,322.79364,124.45143,19.675446,173.4059,145.28941,69.548386,660.4095,264.09103,1798.8726,29.191397,2369.3447,376.1944,21.99498,17.964897,116.80692,161.5524,267.3464,803.9102,57.022514,14.81131,9.401352,775.9205,409.79617,69.748634,31.306128,239.21436,28.878988,289.04126,12.116717,51.09121,0.0,1904.0896,3170.2522,1.2159673,34.199688,22.258484,18767.617,54.59224,1.880534,36.03195,63.103123,33.860573,9.817862,34.626118,414.02072,29.860542,24.126698,2.1666734,8.342613,564.87384,0.35490596,342.0261,66.52446,2688.731,110.50123,139.62044,183.76459,857.11255,58.70293,57.72519,580.3027,45.629257,43.58505,11.476718,36.1897,219.76524,10.963001,8.374995,86.9406,18.032602,4583.2896,23.92354,38.10887,21.28092,24.588362,355.53226,95.140434,39.676075,10.509553,12.076643,37.353348,85.02917,210.14255,60.471203,249.65645,31.171093,29.908972,101.69382,88.42735,47.082336,146.51619,15.353626,3.855773,18.019135,19.203365,2414.3442,19.683947,26.396364,157.94026,25.200932,270.42273,97.12338,212.01025,8.311293,104.888596,676.98505,663.9828,61.13384,655.3391,122.102104,80.89124,71.68912,122.62402,21.388054,54.439774,493.53275,13.408449,19.57541,310.89435,10.224923,6.301209,80.56113,68.92141,701.38116,178.73196,177.12888,2001.5771,47.331074,1697.6344,1403.948,6.7968316,4.6671257,1285.7405,15.973453,9.30662,333.94324,20.777546,42.89746,22.483961,76.62625,325.26547,287.16327,3.0655348,30.35574,54.28903,378.63083,5.3940177,84.82316,7.438855,1.603732,56.700397,1.280738,1.476809,5.0761304,10.167232,23.641064,17.12689,28.75085,222.08685,29.84655,13.699981,25.430948,6.5703344,80.155075,3.1220655,3.623015,5.7896504,62.92494,1.3496505,3.1715841,9.121054,20.13713,15.1174345,4.3536377,1.4599698,87.49738,10.340203,202.74997,7.7098536,349.42538,18.72747,988.0492,140.48866,4.6563616,8.598315,232.21048,290.74472,1303.2638,817.3821 +2023-03-14 02:00:00,0.0,2901.189,27.945307,8.466412,7.34163,29.45947,176.76724,27.300705,54.994648,22.797224,35.87344,155.97093,293.24628,15.205667,21.584354,11.957029,2.5200286,31.995333,28.39347,22.368877,420.66052,13.184827,322.72662,124.41944,19.647926,173.18544,145.21588,69.526054,660.12006,264.04874,1798.8442,29.147766,2369.41,375.4682,21.968683,17.941023,116.648445,161.62665,267.3381,802.80133,57.03696,14.819333,9.400646,776.1536,409.23303,69.760826,31.325773,239.2126,28.86409,289.00833,12.114921,51.109875,0.0,1905.6898,3173.3748,1.218937,34.193974,22.267874,18776.248,54.618965,1.8813657,36.093395,63.20946,33.87379,9.819621,34.684956,414.12158,29.868261,24.159605,2.1698403,8.343415,565.14594,0.3548045,342.35193,66.471504,2689.2036,110.42988,139.68285,183.78581,855.7597,58.63834,57.699657,579.65784,45.57971,43.54111,11.4800825,36.189316,219.7684,10.962709,8.374363,86.968864,18.037018,4583.2397,23.931889,38.14516,21.28922,24.599733,355.543,95.1257,39.70699,10.512765,12.081668,37.380035,85.08416,210.2851,60.520634,249.71503,31.17278,29.945412,101.72091,88.593414,47.162823,146.46768,15.341447,3.8628361,18.011953,19.229391,2418.2808,19.669016,26.464418,157.92729,25.212362,270.56732,97.14785,212.17268,8.310973,104.86859,677.57117,664.5803,61.183434,656.4724,122.14077,80.98561,71.69483,122.50713,21.370506,54.413033,493.6359,13.400413,19.56378,310.78116,10.224501,6.300307,80.54282,68.92509,701.3913,178.70547,177.14091,2001.6812,47.382088,1698.0892,1404.3793,6.7984505,4.6670475,1285.6416,15.968922,9.308131,333.9005,20.781868,42.909115,22.495173,76.68222,325.5019,287.09427,3.066102,30.359638,54.30272,378.8639,5.395366,84.82746,7.4395385,1.6035634,56.694206,1.2808377,1.4767177,5.0758314,10.167267,23.647419,17.135565,28.757616,222.21906,29.846325,13.697196,25.418346,6.568779,80.14079,3.1215503,3.6202238,5.7889786,62.92171,1.3475499,3.1700625,9.110995,20.171034,15.116897,4.3511467,1.4615433,87.57965,10.346354,202.80307,7.7160068,349.7074,18.733622,987.73315,140.5899,4.658367,8.601829,232.4938,291.1044,1304.5669,817.2134 +2023-03-14 03:00:00,0.0,2902.7266,27.946947,8.47797,7.3410406,29.474659,176.77003,27.307608,55.018776,22.801695,35.88574,155.9918,293.40094,15.215466,21.585026,11.953055,2.5189273,32.000484,28.358618,22.358862,420.69724,13.161887,322.65958,124.38746,19.620409,172.96497,145.14236,69.50372,659.8306,264.00644,1798.8159,29.104134,2369.4753,374.74197,21.942387,17.917149,116.48997,161.70091,267.3298,801.6925,57.05141,14.827356,9.399941,776.38684,408.66992,69.77301,31.345419,239.21085,28.849192,288.97537,12.113124,51.128544,0.0,1907.29,3176.4976,1.2219067,34.18826,22.277264,18784.877,54.645687,1.8821974,36.15484,63.315804,33.887005,9.821381,34.743797,414.22244,29.87598,24.19251,2.1730075,8.344216,565.418,0.35470304,342.67776,66.41855,2689.6765,110.358536,139.74527,183.80704,854.40686,58.57375,57.674126,579.013,45.53016,43.49717,11.483446,36.188927,219.77156,10.962418,8.37373,86.99713,18.041433,4583.1904,23.940237,38.18145,21.297523,24.611105,355.55374,95.11098,39.737904,10.515977,12.086694,37.406723,85.13915,210.42764,60.57006,249.7736,31.174465,29.981852,101.74799,88.759476,47.243313,146.41917,15.329267,3.8698993,18.004772,19.255417,2422.2173,19.654087,26.532473,157.91432,25.223793,270.71194,97.17231,212.33513,8.310653,104.84859,678.1573,665.1779,61.233025,657.6058,122.179436,81.07997,71.70055,122.390236,21.35296,54.386288,493.739,13.392376,19.552149,310.66797,10.224078,6.2994046,80.52453,68.928764,701.4015,178.67899,177.15294,2001.7852,47.4331,1698.544,1404.8105,6.80007,4.666969,1285.5427,15.96439,9.309644,333.8578,20.786188,42.92077,22.506384,76.73819,325.73834,287.02527,3.0666692,30.363537,54.31641,379.097,5.3967147,84.831764,7.440222,1.6033949,56.688015,1.2809373,1.4766264,5.075532,10.167302,23.653774,17.144241,28.764381,222.35126,29.846102,13.694412,25.405746,6.5672235,80.12651,3.121035,3.6174326,5.788306,62.918488,1.3454492,3.168541,9.100938,20.204939,15.116359,4.3486557,1.4631169,87.66191,10.352504,202.85619,7.7221603,349.9894,18.739775,987.4171,140.69115,4.660373,8.605341,232.77713,291.46408,1305.87,817.0447 +2023-03-14 04:00:00,0.0,2904.2644,27.94859,8.489528,7.3404512,29.48985,176.77283,27.31451,55.042908,22.806164,35.898037,156.0127,293.5556,15.225265,21.5857,11.949081,2.517826,32.00564,28.323765,22.348846,420.73392,13.1389475,322.59253,124.35547,19.59289,172.7445,145.06883,69.48139,659.5412,263.96414,1798.7876,29.060503,2369.5408,374.01575,21.916088,17.893272,116.3315,161.77518,267.32153,800.5836,57.06586,14.83538,9.399236,776.62006,408.10678,69.7852,31.365065,239.20906,28.834293,288.9424,12.111327,51.14721,0.0,1908.8901,3179.6204,1.2248763,34.182545,22.286654,18793.506,54.672413,1.883029,36.216286,63.422142,33.900223,9.823139,34.802635,414.3233,29.8837,24.225418,2.1761744,8.345017,565.6901,0.35460156,343.0036,66.36559,2690.1492,110.287186,139.8077,183.82825,853.054,58.509155,57.648594,578.36816,45.48061,43.45323,11.486811,36.188545,219.77472,10.962126,8.373097,87.0254,18.045847,4583.141,23.948586,38.217743,21.305824,24.622475,355.5645,95.09625,39.768818,10.519189,12.09172,37.43341,85.194145,210.57018,60.61949,249.83218,31.176151,30.018291,101.77508,88.92554,47.3238,146.37065,15.317086,3.8769624,17.997591,19.281443,2426.1538,19.639158,26.600527,157.90135,25.235224,270.85654,97.19677,212.49756,8.310332,104.82858,678.7434,665.77545,61.28262,658.7391,122.2181,81.17434,71.70627,122.273346,21.335413,54.359547,493.84213,13.384339,19.540518,310.55478,10.223656,6.298502,80.506226,68.93244,701.4116,178.65248,177.16498,2001.889,47.484116,1698.9988,1405.2418,6.801689,4.6668906,1285.4438,15.959858,9.311155,333.81506,20.79051,42.93242,22.517593,76.79417,325.97476,286.95627,3.0672364,30.367434,54.3301,379.33005,5.398063,84.83606,7.440905,1.6032264,56.681824,1.2810369,1.4765352,5.0752325,10.167336,23.66013,17.152916,28.771147,222.48346,29.845879,13.691628,25.393145,6.5656686,80.11223,3.1205199,3.6146414,5.7876344,62.91526,1.3433486,3.1670194,9.090879,20.238844,15.115822,4.3461647,1.4646906,87.74417,10.358653,202.90929,7.7283134,350.27142,18.745928,987.101,140.79239,4.662379,8.608854,233.06046,291.82376,1307.1731,816.87604 +2023-03-14 05:00:00,0.0,2905.8022,27.950232,8.501086,7.339862,29.50504,176.77562,27.321415,55.067036,22.810635,35.910336,156.03357,293.7103,15.235063,21.58637,11.945108,2.516725,32.010788,28.288912,22.33883,420.7706,13.116008,322.52548,124.32349,19.56537,172.52403,144.9953,69.45905,659.25183,263.92184,1798.7593,29.016872,2369.6062,373.28955,21.889791,17.869398,116.17302,161.84943,267.31323,799.47473,57.08031,14.843403,9.39853,776.8533,407.54364,69.79739,31.38471,239.2073,28.819397,288.9095,12.1095295,51.16588,0.0,1910.4904,3182.7432,1.227846,34.17683,22.296043,18802.135,54.69914,1.8838607,36.27773,63.528477,33.91344,9.824899,34.861473,414.42416,29.891418,24.258324,2.1793416,8.3458185,565.96216,0.35450011,343.3294,66.31264,2690.622,110.215836,139.8701,183.84947,851.7012,58.444565,57.623062,577.7233,45.43106,43.409294,11.490174,36.188156,219.77786,10.961834,8.372464,87.053665,18.050262,4583.092,23.956934,38.254032,21.314125,24.633846,355.57526,95.08152,39.799732,10.522402,12.096745,37.4601,85.24914,210.71272,60.66892,249.89076,31.17784,30.054731,101.80217,89.0916,47.40429,146.32214,15.304906,3.8840256,17.990412,19.307468,2430.0903,19.624228,26.668581,157.88838,25.246655,271.00113,97.22124,212.66,8.310013,104.80858,679.3295,666.373,61.332214,659.87244,122.25677,81.2687,71.71198,122.156456,21.317867,54.332806,493.94525,13.376303,19.528887,310.44162,10.223233,6.2976,80.48792,68.93612,701.42175,178.62599,177.177,2001.993,47.53513,1699.4535,1405.6731,6.8033085,4.6668124,1285.345,15.955327,9.312668,333.77234,20.794832,42.944073,22.528805,76.850136,326.21118,286.88727,3.0678039,30.371332,54.343792,379.5631,5.3994117,84.84036,7.4415884,1.6030579,56.675632,1.2811365,1.4764439,5.074933,10.167372,23.666483,17.161592,28.777912,222.61568,29.845654,13.688844,25.380545,6.564113,80.09795,3.1200047,3.6118503,5.7869625,62.912033,1.341248,3.1654975,9.080822,20.272749,15.115284,4.3436737,1.4662641,87.82644,10.364803,202.9624,7.7344666,350.55344,18.75208,986.785,140.89362,4.6643844,8.612368,233.34378,292.18344,1308.4762,816.70734 +2023-03-14 06:00:00,0.0,2907.3398,27.951874,8.512644,7.3392725,29.520227,176.77843,27.328318,55.091164,22.815104,35.922634,156.05444,293.86496,15.244862,21.587042,11.941134,2.5156238,32.01594,28.254059,22.328815,420.8073,13.093068,322.45847,124.291504,19.537853,172.30357,144.92177,69.43672,658.9624,263.87955,1798.731,28.973242,2369.6716,372.56332,21.863495,17.845524,116.01454,161.92369,267.30496,798.36584,57.094757,14.851426,9.397824,777.0864,406.98053,69.80958,31.404356,239.20554,28.804499,288.87653,12.107733,51.184544,0.0,1912.0906,3185.8657,1.2308156,34.17112,22.305433,18810.764,54.72586,1.8846923,36.339172,63.634815,33.92666,9.826657,34.920315,414.52502,29.899137,24.291231,2.1825085,8.34662,566.23425,0.35439867,343.65524,66.259674,2691.0947,110.144485,139.93251,183.8707,850.3484,58.37997,57.59753,577.0785,45.38151,43.365356,11.493539,36.187775,219.78102,10.961542,8.371832,87.08193,18.054676,4583.0425,23.965282,38.29032,21.322426,24.645218,355.586,95.066795,39.830647,10.525614,12.10177,37.486786,85.30413,210.85527,60.718346,249.94934,31.179525,30.091171,101.829254,89.25766,47.484776,146.27364,15.2927265,3.8910887,17.98323,19.333494,2434.0269,19.609299,26.736633,157.87541,25.258085,271.14572,97.2457,212.82243,8.309692,104.788574,679.91565,666.9705,61.381805,661.00574,122.295425,81.36307,71.7177,122.039566,21.30032,54.306065,494.04837,13.368265,19.517256,310.32843,10.222811,6.2966976,80.46963,68.9398,701.43195,178.59949,177.18904,2002.097,47.586143,1699.9083,1406.1044,6.804928,4.6667337,1285.2462,15.950795,9.314179,333.7296,20.799152,42.955727,22.540016,76.906105,326.44763,286.81827,3.068371,30.375229,54.357483,379.79617,5.40076,84.844666,7.4422717,1.6028893,56.66944,1.2812362,1.4763527,5.0746336,10.167407,23.672838,17.170267,28.784678,222.74788,29.84543,13.68606,25.367943,6.5625577,80.08367,3.1194892,3.6090589,5.78629,62.90881,1.3391474,3.163976,9.070765,20.306652,15.114746,4.3411827,1.4678377,87.9087,10.370953,203.0155,7.7406197,350.83545,18.758232,986.46893,140.99486,4.66639,8.615881,233.6271,292.5431,1309.7793,816.5387 +2023-03-14 07:00:00,0.0,2908.8777,27.953516,8.524202,7.338683,29.535418,176.78122,27.33522,55.115295,22.819574,35.934933,156.07532,294.01962,15.254661,21.587715,11.9371605,2.5145226,32.02109,28.219204,22.3188,420.844,13.0701275,322.39142,124.259514,19.510334,172.08311,144.84825,69.41439,658.673,263.83725,1798.7026,28.92961,2369.737,371.83713,21.837198,17.821648,115.85607,161.99796,267.29666,797.25696,57.109207,14.859449,9.3971195,777.31964,406.4174,69.82177,31.424002,239.20377,28.7896,288.84357,12.105936,51.203213,0.0,1913.6908,3188.9885,1.2337854,34.165405,22.314821,18819.393,54.752586,1.885524,36.400616,63.741154,33.939877,9.828417,34.979153,414.6259,29.906857,24.324137,2.1856756,8.347422,566.50635,0.3542972,343.98108,66.20672,2691.5676,110.073135,139.99493,183.89192,848.99554,58.31538,57.572,576.43365,45.331963,43.32142,11.496902,36.187386,219.78418,10.961249,8.3712,87.11021,18.059092,4582.993,23.97363,38.326614,21.330729,24.656588,355.59677,95.05206,39.86156,10.528826,12.106796,37.513477,85.35912,210.99782,60.767776,250.00792,31.181211,30.127611,101.856346,89.42372,47.565266,146.22511,15.280546,3.8981519,17.97605,19.35952,2437.9634,19.594368,26.804688,157.86244,25.269516,271.2903,97.27016,212.98486,8.309372,104.76857,680.5018,667.56805,61.4314,662.1391,122.33409,81.45743,71.72341,121.922676,21.282774,54.279324,494.1515,13.360229,19.505623,310.21524,10.222388,6.295795,80.451324,68.943474,701.4421,178.573,177.20107,2002.2009,47.637157,1700.363,1406.5356,6.806547,4.6666555,1285.1473,15.946263,9.315692,333.6869,20.803474,42.96738,22.551226,76.962074,326.68405,286.7493,3.0689383,30.379128,54.371174,380.02927,5.4021087,84.84897,7.442955,1.6027207,56.66325,1.2813358,1.4762614,5.074334,10.167442,23.679193,17.178944,28.791443,222.88008,29.845205,13.683275,25.355343,6.5610027,80.06939,3.118974,3.6062677,5.7856183,62.905582,1.3370469,3.1624544,9.060706,20.340557,15.114208,4.3386917,1.4694113,87.99096,10.377103,203.06862,7.746773,351.11746,18.764385,986.15283,141.0961,4.6683955,8.619394,233.91042,292.90277,1311.0824,816.37 +2023-03-14 08:00:00,0.0,2910.4153,27.955158,8.535761,7.338094,29.550606,176.78401,27.342123,55.139423,22.824043,35.94723,156.09619,294.1743,15.264459,21.588387,11.933187,2.5134215,32.026245,28.184351,22.308784,420.8807,13.047188,322.32437,124.22753,19.482815,171.86264,144.77472,69.39206,658.38354,263.79495,1798.6744,28.885979,2369.8025,371.1109,21.8109,17.797773,115.6976,162.0722,267.2884,796.1481,57.123657,14.867474,9.396414,777.55286,405.85428,69.83396,31.443647,239.20201,28.774702,288.81064,12.104139,51.221878,0.0,1915.291,3192.1113,1.236755,34.15969,22.324211,18828.021,54.77931,1.8863556,36.46206,63.847496,33.953094,9.830176,35.03799,414.72675,29.914576,24.357044,2.1888425,8.348223,566.7784,0.35419574,344.30692,66.15376,2692.0403,110.00179,140.05734,183.91313,847.6427,58.250786,57.546467,575.7888,45.282417,43.27748,11.500267,36.187,219.78734,10.960958,8.370566,87.13847,18.063507,4582.9434,23.98198,38.362904,21.33903,24.66796,355.6075,95.03734,39.89247,10.532038,12.111822,37.540165,85.414116,211.14035,60.817204,250.0665,31.182898,30.164051,101.88343,89.58978,47.645752,146.1766,15.268366,3.905215,17.96887,19.385546,2441.9,19.57944,26.872742,157.84947,25.280947,271.4349,97.294624,213.14731,8.309052,104.748566,681.0879,668.1656,61.48099,663.2724,122.37276,81.551796,71.72913,121.80578,21.265226,54.25258,494.2546,13.352192,19.493992,310.10208,10.221966,6.294893,80.43303,68.94715,701.4522,178.54651,177.2131,2002.3049,47.68817,1700.8179,1406.9669,6.8081665,4.666577,1285.0485,15.941732,9.3172035,333.64417,20.807795,42.979034,22.562437,77.01805,326.9205,286.6803,3.0695055,30.383026,54.38487,380.26233,5.403457,84.853264,7.443638,1.6025523,56.65706,1.2814354,1.4761702,5.0740347,10.167477,23.685549,17.187618,28.798208,223.01228,29.844982,13.680491,25.342741,6.5594473,80.05511,3.1184587,3.6034765,5.7849464,62.90236,1.3349462,3.1609328,9.050649,20.374462,15.113671,4.3362007,1.4709849,88.07322,10.383252,203.12172,7.7529263,351.39948,18.770538,985.8368,141.19733,4.670401,8.622907,234.19374,293.26245,1312.3855,816.2013 +2023-03-14 09:00:00,0.0,2911.9531,27.9568,8.547318,7.337505,29.565796,176.7868,27.349026,55.16355,22.828514,35.95953,156.11707,294.32898,15.274258,21.589058,11.929213,2.5123203,32.0314,28.149498,22.298769,420.9174,13.024248,322.25735,124.19554,19.455297,171.64218,144.70119,69.36973,658.0941,263.75266,1798.6461,28.842348,2369.868,370.38467,21.784603,17.7739,115.53912,162.14647,267.2801,795.0392,57.138103,14.875497,9.395708,777.7861,405.29114,69.846146,31.463293,239.20026,28.759804,288.77768,12.102343,51.240547,0.0,1916.8911,3195.2341,1.2397246,34.153976,22.333601,18836.65,54.806034,1.8871874,36.523502,63.953827,33.96631,9.831935,35.09683,414.82764,29.922295,24.38995,2.1920097,8.349024,567.0505,0.35409427,344.63272,66.10081,2692.5132,109.93044,140.11977,183.93436,846.28986,58.186195,57.520935,575.144,45.23287,43.233543,11.503631,36.186615,219.79048,10.960666,8.369934,87.16674,18.06792,4582.894,23.990328,38.399193,21.34733,24.67933,355.61826,95.022606,39.923386,10.53525,12.116847,37.566853,85.46911,211.2829,60.866634,250.12506,31.184586,30.20049,101.91052,89.755844,47.726242,146.1281,15.256186,3.9122782,17.961689,19.411572,2445.8367,19.56451,26.940796,157.8365,25.292377,271.57953,97.319084,213.30974,8.308732,104.72856,681.674,668.7632,61.530586,664.40576,122.41142,81.64616,71.73485,121.68889,21.24768,54.225838,494.35773,13.344155,19.48236,309.9889,10.221543,6.2939906,80.41473,68.95083,701.4624,178.52,177.22513,2002.4089,47.739185,1701.2726,1407.3983,6.8097854,4.6664987,1284.9496,15.937201,9.318716,333.6014,20.812117,42.990685,22.573648,77.07402,327.15692,286.6113,3.0700727,30.386923,54.39856,380.4954,5.4048057,84.85757,7.444321,1.6023837,56.650867,1.281535,1.4760789,5.073735,10.167512,23.691902,17.196295,28.804974,223.1445,29.844757,13.677708,25.330141,6.557892,80.040825,3.1179435,3.6006854,5.784274,62.89913,1.3328456,3.1594112,9.04059,20.408367,15.113133,4.3337097,1.4725585,88.15549,10.389402,203.17484,7.7590795,351.68152,18.77669,985.52075,141.29857,4.6724067,8.62642,234.47707,293.62213,1313.6886,816.03265 +2023-03-14 10:00:00,0.0,2913.4907,27.95844,8.558877,7.3369155,29.580986,176.7896,27.355928,55.187683,22.832985,35.97183,156.13794,294.48364,15.284057,21.589731,11.925239,2.511219,32.03655,28.114645,22.288754,420.95407,13.001308,322.1903,124.16356,19.427778,171.4217,144.62767,69.3474,657.8047,263.71036,1798.6178,28.798716,2369.933,369.65848,21.758307,17.750023,115.380646,162.22073,267.27182,793.93036,57.152554,14.88352,9.395003,778.0193,404.72803,69.85834,31.482939,239.19849,28.744905,288.74472,12.100546,51.259212,0.0,1918.4913,3198.357,1.2426944,34.148262,22.34299,18845.28,54.832756,1.888019,36.58495,64.060165,33.979527,9.833694,35.15567,414.9285,29.930014,24.422857,2.1951766,8.349825,567.3226,0.35399282,344.95856,66.04785,2692.9858,109.85909,140.18219,183.95558,844.9371,58.121605,57.4954,574.49915,45.18332,43.189606,11.506995,36.186226,219.79364,10.960374,8.369302,87.19501,18.072336,4582.8447,23.998676,38.435482,21.355633,24.6907,355.62903,95.00788,39.9543,10.538463,12.121873,37.59354,85.5241,211.42545,60.91606,250.18364,31.186272,30.23693,101.93761,89.921906,47.80673,146.07957,15.244005,3.9193413,17.954508,19.437597,2449.7732,19.54958,27.00885,157.82352,25.303808,271.72412,97.343544,213.47218,8.308413,104.70856,682.26013,669.3607,61.580177,665.53906,122.45009,81.740524,71.74056,121.572,21.230133,54.199097,494.46088,13.336119,19.47073,309.8757,10.221121,6.293088,80.39643,68.954506,701.47253,178.49352,177.23717,2002.513,47.7902,1701.7273,1407.8296,6.8114047,4.66642,1284.8508,15.932669,9.320229,333.5587,20.816437,43.00234,22.584858,77.12999,327.39334,286.5423,3.0706398,30.390821,54.41225,380.7285,5.406154,84.86187,7.4450045,1.6022152,56.644676,1.2816347,1.4759877,5.073436,10.167547,23.698257,17.204971,28.811737,223.2767,29.844534,13.674923,25.317541,6.556337,80.02654,3.1174283,3.597894,5.783602,62.895905,1.330745,3.1578894,9.030533,20.442272,15.112596,4.3312187,1.4741321,88.23775,10.395552,203.22794,7.7652326,351.96353,18.782843,985.20465,141.39981,4.6744123,8.629933,234.76039,293.9818,1314.9917,815.86395 +2023-03-14 11:00:00,0.0,2915.0286,27.960083,8.570436,7.336326,29.596174,176.79239,27.362831,55.21181,22.837454,35.984127,156.15881,294.6383,15.293855,21.590403,11.921265,2.510118,32.041702,28.079792,22.278738,420.99078,12.978369,322.12326,124.13158,19.400259,171.20125,144.55414,69.32506,657.51526,263.66806,1798.5895,28.755085,2369.9985,368.93225,21.73201,17.726149,115.222176,162.29498,267.26352,792.8215,57.167004,14.891543,9.394298,778.25244,404.1649,69.87053,31.502584,239.19672,28.730007,288.7118,12.098749,51.27788,0.0,1920.0916,3201.4795,1.245664,34.14255,22.35238,18853.91,54.85948,1.8888507,36.646393,64.166504,33.992744,9.835453,35.214508,415.02936,29.937733,24.455763,2.1983438,8.350626,567.5946,0.35389137,345.2844,65.99489,2693.4587,109.78774,140.2446,183.9768,843.5842,58.05701,57.469868,573.8543,45.13377,43.145668,11.510359,36.185844,219.7968,10.960082,8.368669,87.223274,18.076752,4582.7954,24.007025,38.471775,21.363934,24.702072,355.63977,94.99315,39.985214,10.541675,12.126899,37.620228,85.579094,211.568,60.965492,250.24222,31.187958,30.27337,101.9647,90.087975,47.88722,146.03107,15.231826,3.9264047,17.947327,19.463623,2453.7097,19.53465,27.076904,157.81055,25.315239,271.8687,97.36801,213.63461,8.308092,104.68855,682.8463,669.95825,61.629772,666.6724,122.488754,81.83489,71.74628,121.45511,21.212587,54.172356,494.564,13.328082,19.459099,309.7625,10.220698,6.292186,80.37813,68.95818,701.48267,178.46701,177.24919,2002.6168,47.841217,1702.1821,1408.2609,6.813024,4.666342,1284.752,15.928138,9.32174,333.51596,20.820759,43.013992,22.59607,77.18597,327.6298,286.4733,3.071207,30.394718,54.42594,380.96155,5.407503,84.86617,7.445688,1.6020466,56.638485,1.2817343,1.4758964,5.0731363,10.1675825,23.704613,17.213646,28.818502,223.4089,29.844309,13.672139,25.30494,6.5547814,80.01227,3.116913,3.5951028,5.78293,62.89268,1.3286444,3.1563678,9.020474,20.476175,15.112058,4.3287277,1.4757057,88.32001,10.401702,203.28104,7.7713857,352.24554,18.788996,984.8886,141.50105,4.676418,8.633447,235.04372,294.34146,1316.2948,815.6953 +2023-03-14 12:00:00,0.0,2916.5662,27.961725,8.581993,7.3357368,29.611364,176.79518,27.369734,55.23594,22.841925,35.99642,156.17969,294.79297,15.303654,21.591074,11.917292,2.5090168,32.046852,28.044939,22.268723,421.02747,12.955429,322.0562,124.09959,19.372742,170.98079,144.4806,69.30273,657.2258,263.62576,1798.5612,28.711454,2370.064,368.20602,21.705711,17.702274,115.0637,162.36925,267.25525,791.7126,57.18145,14.899567,9.393592,778.48566,403.60175,69.88271,31.522232,239.19495,28.715109,288.67883,12.096952,51.296547,0.0,1921.6917,3204.6023,1.2486337,34.136837,22.36177,18862.54,54.886208,1.8896823,36.707836,64.27285,34.005962,9.837213,35.273346,415.13022,29.945452,24.48867,2.2015107,8.351428,567.8667,0.3537899,345.61023,65.94193,2693.9314,109.71639,140.30702,183.99803,842.2314,57.99242,57.444336,573.2095,45.08422,43.101727,11.513723,36.185455,219.79996,10.95979,8.368036,87.25154,18.081165,4582.746,24.015373,38.508064,21.372234,24.713444,355.6505,94.978424,40.01613,10.544887,12.131924,37.646915,85.63409,211.71053,61.01492,250.3008,31.189644,30.30981,101.99178,90.254036,47.967705,145.98254,15.2196455,3.9334679,17.940147,19.489649,2457.6462,19.51972,27.144958,157.79758,25.32667,272.0133,97.39247,213.79706,8.307772,104.66855,683.43243,670.5558,61.679363,667.8057,122.52742,81.92925,71.75199,121.33821,21.19504,54.14561,494.6671,13.320045,19.447468,309.64935,10.220276,6.2912836,80.35983,68.96186,701.49286,178.44052,177.26123,2002.7208,47.89223,1702.6368,1408.6921,6.8146434,4.6662636,1284.6531,15.923606,9.323253,333.47324,20.82508,43.025646,22.60728,77.241936,327.8662,286.4043,3.0717742,30.398617,54.439632,381.1946,5.4088516,84.87047,7.446371,1.601878,56.632294,1.2818339,1.475805,5.072837,10.167618,23.710968,17.222322,28.825268,223.5411,29.844086,13.669354,25.29234,6.553226,79.997986,3.1163979,3.5923116,5.782258,62.889454,1.3265437,3.1548462,9.010417,20.51008,15.111521,4.3262362,1.4772793,88.40227,10.407851,203.33415,7.777539,352.52756,18.795147,984.5726,141.60228,4.678424,8.63696,235.32704,294.70114,1317.5979,815.5266 +2023-03-14 13:00:00,0.0,2918.104,27.963367,8.593552,7.3351474,29.626554,176.79799,27.376637,55.260067,22.846394,36.00872,156.20056,294.94766,15.313452,21.591747,11.913318,2.5079155,32.052006,28.010086,22.258707,421.06415,12.932489,321.9892,124.067604,19.345222,170.76031,144.40707,69.280396,656.9364,263.58347,1798.5328,28.667824,2370.1294,367.47983,21.679415,17.678398,114.90522,162.44351,267.24695,790.6037,57.1959,14.90759,9.392886,778.7189,403.03864,69.894905,31.541878,239.19318,28.70021,288.64587,12.095156,51.315216,0.0,1923.2919,3207.725,1.2516034,34.131123,22.37116,18871.168,54.91293,1.890514,36.76928,64.37918,34.01918,9.838972,35.332188,415.23108,29.953173,24.521576,2.2046778,8.352229,568.1388,0.35368845,345.93607,65.88898,2694.4043,109.64505,140.36945,184.01924,840.87854,57.927826,57.418804,572.56464,45.03467,43.05779,11.517087,36.185074,219.8031,10.959498,8.367403,87.27981,18.08558,4582.697,24.023722,38.544353,21.380537,24.724813,355.6613,94.9637,40.047043,10.548099,12.13695,37.673603,85.68908,211.85307,61.06435,250.35938,31.191332,30.34625,102.018875,90.4201,48.048195,145.93404,15.207465,3.940531,17.932966,19.515675,2461.5828,19.504791,27.213013,157.7846,25.3381,272.1579,97.41693,213.95949,8.307452,104.648544,684.01855,671.1533,61.72896,668.9391,122.566086,82.02362,71.75771,121.22132,21.177494,54.11887,494.77023,13.312009,19.435837,309.53616,10.219853,6.2903814,80.34153,68.96554,701.503,178.41403,177.27327,2002.8247,47.943245,1703.0917,1409.1234,6.8162627,4.666185,1284.5542,15.919074,9.324764,333.4305,20.829401,43.0373,22.61849,77.297905,328.10266,286.3353,3.0723414,30.402515,54.453323,381.4277,5.4102,84.87477,7.4470544,1.6017096,56.626102,1.2819335,1.4757138,5.0725374,10.167652,23.717323,17.230997,28.832033,223.67332,29.843863,13.666571,25.279737,6.5516706,79.9837,3.1158826,3.5895205,5.781586,62.886227,1.3244431,3.1533246,9.00036,20.543985,15.110983,4.3237453,1.4788529,88.484535,10.414001,203.38725,7.783692,352.80957,18.8013,984.2565,141.70352,4.6804295,8.640472,235.61037,295.06082,1318.901,815.358 +2023-03-14 14:00:00,0.0,2919.6418,27.96501,8.60511,7.3345585,29.641743,176.80078,27.38354,55.2842,22.850864,36.02102,156.22145,295.10233,15.323251,21.592419,11.909344,2.5068142,32.057156,27.975233,22.248692,421.10086,12.909549,321.92215,124.035614,19.317705,170.53986,144.33356,69.258064,656.647,263.54117,1798.5045,28.624191,2370.1948,366.7536,21.653118,17.654524,114.74675,162.51776,267.23868,789.4948,57.21035,14.915613,9.392181,778.9521,402.4755,69.9071,31.561523,239.19142,28.685312,288.61295,12.093359,51.33388,0.0,1924.8921,3210.848,1.254573,34.12541,22.38055,18879.797,54.939655,1.8913456,36.830723,64.48552,34.0324,9.840731,35.391026,415.33194,29.960892,24.554483,2.2078447,8.35303,568.4109,0.35358697,346.26187,65.83602,2694.877,109.5737,140.43185,184.04047,839.52576,57.863235,57.393272,571.9198,44.985123,43.01385,11.520452,36.184685,219.80626,10.959207,8.366771,87.308075,18.089996,4582.647,24.03207,38.580647,21.388838,24.736185,355.67203,94.94897,40.077957,10.551311,12.141975,37.70029,85.74407,211.99562,61.113777,250.41795,31.193018,30.38269,102.04596,90.58616,48.12868,145.88553,15.195285,3.9475942,17.925785,19.541698,2465.5193,19.489862,27.281065,157.77164,25.349531,272.3025,97.4414,214.12193,8.307132,104.62854,684.6047,671.7509,61.778553,670.0724,122.604744,82.11798,71.76343,121.10443,21.159946,54.09213,494.87335,13.303972,19.424206,309.42297,10.219432,6.289479,80.32323,68.96922,701.5131,178.38753,177.2853,2002.9288,47.99426,1703.5464,1409.5547,6.817882,4.6661067,1284.4553,15.914543,9.326277,333.3878,20.833723,43.048954,22.629702,77.35388,328.33908,286.26633,3.0729086,30.406412,54.467014,381.66077,5.4115486,84.879074,7.4477377,1.601541,56.61991,1.2820332,1.4756225,5.072238,10.167687,23.723677,17.239674,28.838799,223.80553,29.843637,13.663786,25.267138,6.5501156,79.96942,3.1153674,3.5867293,5.780914,62.883003,1.3223425,3.151803,8.990301,20.57789,15.110445,4.3212543,1.4804264,88.566795,10.420151,203.44037,7.7898455,353.09158,18.807453,983.9404,141.80476,4.682435,8.643986,235.89369,295.4205,1320.2041,815.1893 +2023-03-14 15:00:00,0.0,2921.1794,27.966652,8.616668,7.333969,29.656933,176.80357,27.390442,55.308327,22.855333,36.033318,156.24232,295.257,15.33305,21.593092,11.90537,2.5057132,32.06231,27.940378,22.238676,421.13754,12.886609,321.8551,124.00363,19.290186,170.31938,144.26003,69.23573,656.35754,263.49887,1798.4762,28.58056,2370.2603,366.02737,21.626822,17.63065,114.58828,162.59203,267.23038,788.3859,57.2248,14.923636,9.391476,779.1853,401.91238,69.91928,31.58117,239.18967,28.670414,288.58,12.091562,51.35255,0.0,1926.4922,3213.9705,1.2575427,34.119694,22.38994,18888.426,54.966377,1.8921773,36.892166,64.59186,34.045612,9.84249,35.449863,415.4328,29.96861,24.587389,2.211012,8.353831,568.6829,0.35348552,346.5877,65.783066,2695.3499,109.50235,140.49426,184.06169,838.1729,57.79864,57.36774,571.275,44.935574,42.969913,11.523816,36.1843,219.80942,10.958915,8.366138,87.33634,18.09441,4582.5977,24.040419,38.616936,21.397139,24.747557,355.6828,94.93424,40.10887,10.554523,12.147,37.72698,85.799065,212.13817,61.163208,250.47653,31.194704,30.41913,102.07305,90.75222,48.20917,145.837,15.183105,3.9546573,17.918606,19.567724,2469.4558,19.474932,27.34912,157.75867,25.360962,272.4471,97.46586,214.28436,8.306811,104.608536,685.1908,672.34845,61.828144,671.20575,122.64341,82.21235,71.76914,120.98754,21.1424,54.065388,494.97647,13.295936,19.412573,309.3098,10.219009,6.2885766,80.30493,68.9729,701.5233,178.36104,177.29733,2003.0327,48.045273,1704.0012,1409.986,6.8195014,4.666028,1284.3566,15.910011,9.327788,333.34506,20.838043,43.060604,22.640911,77.40985,328.57553,286.19733,3.0734758,30.41031,54.480705,381.89383,5.412897,84.88338,7.4484205,1.6013725,56.61372,1.2821329,1.4755313,5.0719385,10.167723,23.730032,17.248348,28.845564,223.93773,29.843414,13.661002,25.254536,6.54856,79.95514,3.1148522,3.583938,5.780242,62.879776,1.3202419,3.1502814,8.980244,20.611794,15.109907,4.3187633,1.4820001,88.649055,10.426301,203.49347,7.7959986,353.3736,18.813606,983.6244,141.90599,4.6844406,8.647499,236.17702,295.78018,1321.5072,815.02057 +2023-03-14 16:00:00,0.0,2922.7173,27.968294,8.628226,7.3333797,29.672121,176.80637,27.397345,55.332455,22.859804,36.045616,156.2632,295.41168,15.342848,21.593763,11.901396,2.504612,32.067463,27.905525,22.22866,421.17426,12.863669,321.7881,123.97165,19.262667,170.09892,144.1865,69.2134,656.0681,263.45657,1798.4479,28.53693,2370.3257,365.30118,21.600525,17.606773,114.4298,162.66629,267.2221,787.2771,57.239246,14.93166,9.39077,779.41846,401.34924,69.93147,31.600815,239.1879,28.655518,288.54703,12.089766,51.371216,0.0,1928.0923,3217.0933,1.2605124,34.113983,22.399328,18897.055,54.993103,1.893009,36.95361,64.698204,34.05883,9.844249,35.5087,415.53366,29.97633,24.620295,2.2141788,8.354633,568.955,0.35338405,346.91354,65.73011,2695.8225,109.431,140.55669,184.08292,836.82007,57.73405,57.34221,570.6302,44.886024,42.925976,11.52718,36.183914,219.81258,10.958622,8.365505,87.36461,18.098825,4582.5483,24.048767,38.653225,21.40544,24.758926,355.69354,94.91951,40.139786,10.557735,12.152026,37.75367,85.85406,212.2807,61.212635,250.53511,31.19639,30.45557,102.100136,90.91828,48.289658,145.7885,15.170925,3.9617205,17.911425,19.59375,2473.3923,19.460003,27.417173,157.7457,25.372393,272.5917,97.49032,214.44681,8.306492,104.58853,685.7769,672.946,61.87774,672.33905,122.682076,82.30671,71.77486,120.87064,21.124853,54.038643,495.0796,13.287899,19.400942,309.19662,10.218587,6.2876744,80.28663,68.97658,701.53345,178.33453,177.30936,2003.1367,48.096287,1704.4559,1410.4172,6.8211203,4.66595,1284.2577,15.905479,9.329301,333.30234,20.842365,43.072258,22.652122,77.46582,328.81195,286.12833,3.074043,30.414207,54.494396,382.12692,5.4142456,84.88767,7.449104,1.6012039,56.60753,1.2822325,1.47544,5.071639,10.167758,23.736387,17.257025,28.85233,224.06993,29.84319,13.658218,25.241936,6.5470047,79.94086,3.114337,3.5811467,5.77957,62.876553,1.3181413,3.1487596,8.970185,20.645699,15.10937,4.3162723,1.4835737,88.731316,10.43245,203.54659,7.8021517,353.6556,18.819757,983.3083,142.00723,4.686446,8.651012,236.46034,296.13983,1322.8103,814.8519 +2023-03-14 17:00:00,0.0,2924.255,27.969934,8.639784,7.3327904,29.687311,176.80916,27.40425,55.356586,22.864273,36.057915,156.28407,295.56635,15.352647,21.594435,11.897422,2.5035107,32.072613,27.870672,22.218645,421.21094,12.84073,321.72104,123.93966,19.23515,169.87846,144.11296,69.19106,655.7787,263.41428,1798.4197,28.4933,2370.391,364.57495,21.574226,17.5829,114.271324,162.74055,267.2138,786.1682,57.253696,14.939683,9.390064,779.6517,400.78613,69.943665,31.62046,239.18613,28.64062,288.5141,12.087969,51.389885,0.0,1929.6925,3220.216,1.2634821,34.10827,22.408718,18905.684,55.019825,1.8938406,37.015057,64.804535,34.07205,9.846008,35.567543,415.63452,29.984049,24.653202,2.217346,8.355434,569.2271,0.3532826,347.23938,65.67715,2696.2954,109.35965,140.61911,184.10413,835.4672,57.66946,57.316677,569.98535,44.836475,42.88204,11.530544,36.18353,219.81572,10.95833,8.364873,87.39288,18.10324,4582.499,24.057116,38.689518,21.413742,24.770298,355.70428,94.904785,40.1707,10.560947,12.157052,37.780357,85.90905,212.42325,61.262062,250.59369,31.198078,30.49201,102.12723,91.08434,48.370148,145.73999,15.158745,3.9687836,17.904243,19.619776,2477.329,19.445074,27.485228,157.73273,25.383823,272.7363,97.514786,214.60924,8.306171,104.56853,686.36304,673.5435,61.92733,673.4724,122.72074,82.40108,71.78057,120.75375,21.107307,54.0119,495.1827,13.279862,19.38931,309.08344,10.218164,6.286772,80.26833,68.980255,701.5436,178.30804,177.3214,2003.2406,48.1473,1704.9108,1410.8485,6.8227396,4.665871,1284.1588,15.900949,9.330812,333.2596,20.846685,43.08391,22.663334,77.5218,329.04837,286.05933,3.0746102,30.418106,54.508087,382.36,5.415594,84.891975,7.449787,1.6010355,56.601337,1.2823321,1.4753488,5.0713396,10.167793,23.742743,17.265701,28.859095,224.20215,29.842966,13.655434,25.229334,6.5454497,79.92658,3.1138217,3.5783556,5.778898,62.873325,1.3160406,3.147238,8.960128,20.679604,15.108832,4.3137813,1.4851472,88.81358,10.438601,203.59969,7.808305,353.93762,18.82591,982.99225,142.10847,4.688452,8.654526,236.74365,296.4995,1324.1134,814.6832 +2023-03-14 18:00:00,0.0,2925.7927,27.971577,8.651342,7.332201,29.702501,176.81195,27.411152,55.380714,22.868744,36.070213,156.30495,295.721,15.362446,21.595108,11.893448,2.5024097,32.077766,27.83582,22.20863,421.24762,12.81779,321.654,123.90768,19.20763,169.65799,144.03944,69.16873,655.48926,263.37198,1798.3914,28.449667,2370.4563,363.84872,21.54793,17.559025,114.112854,162.8148,267.20554,785.0593,57.268147,14.947706,9.389359,779.8849,400.223,69.95585,31.640106,239.18436,28.625721,288.48114,12.086172,51.40855,0.0,1931.2927,3223.3389,1.2664517,34.102554,22.418108,18914.312,55.04655,1.8946723,37.0765,64.91087,34.085266,9.847767,35.62638,415.73538,29.991768,24.686108,2.2205129,8.3562355,569.49915,0.35318115,347.5652,65.62419,2696.768,109.28831,140.68152,184.12535,834.11444,57.604866,57.291145,569.3405,44.786926,42.8381,11.533908,36.183144,219.81888,10.958038,8.36424,87.42115,18.107655,4582.4497,24.065464,38.725807,21.422043,24.78167,355.71506,94.89005,40.201614,10.564159,12.162078,37.807045,85.96404,212.5658,61.311493,250.65225,31.199764,30.52845,102.15431,91.250404,48.450634,145.69147,15.1465645,3.9758468,17.897062,19.645802,2481.2656,19.430143,27.553282,157.71976,25.395254,272.8809,97.539246,214.77168,8.305851,104.54852,686.94916,674.14105,61.976925,674.6057,122.75941,82.49544,71.78629,120.63686,21.08976,53.98516,495.28586,13.271826,19.37768,308.97025,10.217742,6.2858696,80.25003,68.98393,701.5538,178.28156,177.33342,2003.3446,48.198315,1705.3655,1411.2799,6.824359,4.665793,1284.0599,15.896417,9.332325,333.2169,20.851007,43.095566,22.674543,77.57777,329.28482,285.99033,3.0751774,30.422003,54.521782,382.59305,5.4169426,84.89628,7.4504704,1.6008669,56.595142,1.2824317,1.4752575,5.07104,10.167828,23.749096,17.274376,28.86586,224.33435,29.842741,13.65265,25.216734,6.5438943,79.9123,3.1133065,3.5755644,5.778226,62.8701,1.31394,3.1457164,8.950069,20.713509,15.1082945,4.3112903,1.4867208,88.89584,10.444751,203.65279,7.814458,354.21964,18.832064,982.6762,142.20972,4.6904573,8.658038,237.02698,296.8592,1325.4165,814.5146 +2023-03-14 19:00:00,0.0,2927.3303,27.973219,8.662901,7.331612,29.71769,176.81474,27.418055,55.404842,22.873213,36.08251,156.32582,295.87567,15.372244,21.59578,11.889474,2.5013084,32.082916,27.800966,22.198614,421.28433,12.79485,321.58698,123.875694,19.18011,169.43753,143.96591,69.1464,655.1998,263.32968,1798.363,28.406036,2370.5217,363.12253,21.521633,17.535149,113.95438,162.88907,267.19724,783.95044,57.282593,14.95573,9.388654,780.1181,399.65985,69.96804,31.659752,239.18259,28.610823,288.44818,12.084375,51.42722,0.0,1932.8928,3226.4614,1.2694213,34.09684,22.427498,18922.941,55.073277,1.8955039,37.137943,65.01721,34.098484,9.849526,35.68522,415.83624,29.999487,24.719015,2.22368,8.357037,569.77124,0.35307968,347.89102,65.571236,2697.241,109.21696,140.74394,184.14658,832.7616,57.540276,57.265614,568.6957,44.737377,42.794163,11.537272,36.182755,219.82204,10.9577465,8.363607,87.44942,18.11207,4582.4004,24.073812,38.762096,21.430344,24.79304,355.7258,94.87533,40.23253,10.567372,12.167103,37.833733,86.019035,212.70834,61.36092,250.71083,31.20145,30.56489,102.181404,91.416466,48.531124,145.64296,15.134385,3.98291,17.889883,19.671827,2485.2021,19.415215,27.621336,157.70679,25.406685,273.02548,97.563705,214.93411,8.3055315,104.52852,687.5353,674.73865,62.026516,675.7391,122.79807,82.589806,71.79201,120.51997,21.072214,53.95842,495.38898,13.263789,19.366049,308.8571,10.2173195,6.2849674,80.231735,68.98761,701.5639,178.25505,177.34546,2003.4487,48.24933,1705.8203,1411.7112,6.8259783,4.6657147,1283.9612,15.891885,9.3338375,333.17413,20.85533,43.10722,22.685755,77.633736,329.52124,285.92133,3.0757446,30.425901,54.535473,382.8261,5.418291,84.90058,7.4511538,1.6006984,56.58895,1.2825314,1.4751662,5.0707407,10.167863,23.755451,17.283052,28.872625,224.46655,29.842518,13.649865,25.204134,6.542339,79.89802,3.1127913,3.572773,5.7775536,62.866875,1.3118395,3.1441948,8.940012,20.747412,15.107757,4.3087993,1.4882945,88.9781,10.4509,203.7059,7.8206115,354.50168,18.838215,982.3601,142.31094,4.692463,8.661551,237.3103,297.21887,1326.7196,814.3459 +2023-03-14 20:00:00,0.0,2928.8682,27.974861,8.6744585,7.3310227,29.73288,176.81755,27.424957,55.428974,22.877684,36.09481,156.3467,296.03036,15.382043,21.59645,11.885501,2.5002072,32.08807,27.766113,22.188599,421.321,12.77191,321.51993,123.843704,19.152594,169.21706,143.89238,69.12407,654.9104,263.28738,1798.3347,28.362406,2370.5872,362.3963,21.495337,17.511274,113.7959,162.96333,267.18896,782.84155,57.297043,14.963754,9.387948,780.35126,399.09674,69.98023,31.679398,239.18083,28.595924,288.41525,12.082579,51.445885,0.0,1934.493,3229.5842,1.2723911,34.091125,22.436888,18931.572,55.1,1.8963356,37.199387,65.12355,34.1117,9.851286,35.74406,415.9371,30.007206,24.75192,2.226847,8.357838,570.04333,0.35297823,348.21686,65.51828,2697.7136,109.14561,140.80635,184.1678,831.40875,57.47568,57.240078,568.05084,44.68783,42.750225,11.540636,36.182373,219.8252,10.957455,8.362975,87.477684,18.116484,4582.3506,24.08216,38.798386,21.438646,24.80441,355.73654,94.8606,40.26344,10.570584,12.172129,37.86042,86.074036,212.85088,61.41035,250.76941,31.203136,30.60133,102.20849,91.58253,48.61161,145.59445,15.122205,3.989973,17.882702,19.697853,2489.1387,19.400284,27.68939,157.69382,25.418116,273.1701,97.58817,215.09656,8.305211,104.508514,688.1214,675.3362,62.07611,676.8724,122.83674,82.68417,71.79772,120.40308,21.054667,53.931675,495.4921,13.255753,19.354418,308.7439,10.216897,6.284065,80.21343,68.99129,701.57404,178.22856,177.35748,2003.5526,48.300343,1706.275,1412.1425,6.8275976,4.665636,1283.8623,15.887354,9.335349,333.1314,20.85965,43.118874,22.696966,77.689705,329.7577,285.85233,3.0763118,30.4298,54.549164,383.0592,5.4196396,84.90488,7.451837,1.6005298,56.58276,1.282631,1.475075,5.0704412,10.167898,23.761806,17.291727,28.87939,224.59875,29.842293,13.647081,25.191532,6.540784,79.883736,3.112276,3.5699818,5.7768817,62.863647,1.3097389,3.1426733,8.929954,20.781317,15.10722,4.3063083,1.489868,89.06036,10.45705,203.759,7.8267646,354.7837,18.844368,982.04407,142.41219,4.6944685,8.665065,237.59363,297.57855,1328.0226,814.1772 +2023-03-14 21:00:00,0.0,2930.406,27.976503,8.686017,7.3304334,29.748068,176.82034,27.43186,55.453102,22.882153,36.10711,156.36757,296.18503,15.391842,21.597124,11.881527,2.4991062,32.09322,27.73126,22.178583,421.35773,12.74897,321.45288,123.81172,19.125074,168.9966,143.81886,69.10174,654.621,263.2451,1798.3064,28.318773,2370.6526,361.67007,21.469038,17.4874,113.63743,163.03758,267.18066,781.73267,57.311493,14.971777,9.387243,780.5845,398.5336,69.99242,31.699043,239.17908,28.581026,288.3823,12.080782,51.464554,0.0,1936.0933,3232.707,1.2753607,34.085415,22.446278,18940.201,55.126724,1.8971672,37.26083,65.22989,34.124916,9.8530445,35.8029,416.03796,30.014925,24.784828,2.230014,8.35864,570.3154,0.35287675,348.5427,65.465324,2698.1865,109.07426,140.86877,184.18903,830.0559,57.41109,57.214546,567.406,44.638283,42.706284,11.544001,36.181984,219.82834,10.957163,8.362342,87.50595,18.1209,4582.3013,24.09051,38.83468,21.446947,24.815783,355.7473,94.84587,40.294353,10.573796,12.177155,37.887108,86.12903,212.99342,61.459778,250.82799,31.204824,30.63777,102.23558,91.74859,48.6921,145.54593,15.110024,3.9970362,17.87552,19.723879,2493.0752,19.385355,27.757442,157.68085,25.429546,273.3147,97.61263,215.25899,8.304892,104.48851,688.7075,675.9337,62.125706,678.00574,122.875404,82.778534,71.80344,120.28619,21.03712,53.904934,495.5952,13.247716,19.342787,308.6307,10.216475,6.2831626,80.19514,68.994965,701.5842,178.20206,177.36952,2003.6566,48.351357,1706.7299,1412.5737,6.829217,4.665558,1283.7634,15.882822,9.336862,333.08868,20.863972,43.130524,22.708176,77.74568,329.9941,285.78336,3.076879,30.433697,54.562855,383.29227,5.4209886,84.90918,7.4525204,1.6003613,56.57657,1.2827306,1.4749837,5.070142,10.167933,23.768162,17.300404,28.886156,224.73097,29.84207,13.644297,25.178932,6.5392284,79.86945,3.1117609,3.5671906,5.77621,62.86042,1.3076382,3.1411514,8.919896,20.815222,15.106682,4.3038173,1.4914416,89.14263,10.4632,203.81212,7.8329177,355.0657,18.850521,981.728,142.51343,4.6964746,8.668578,237.87695,297.9382,1329.3257,814.00854 +2023-03-14 22:00:00,0.0,2931.9436,27.978146,8.697576,7.329844,29.763258,176.82314,27.438763,55.47723,22.886623,36.119408,156.38844,296.3397,15.40164,21.597795,11.877553,2.498005,32.098373,27.696407,22.168568,421.3944,12.72603,321.38583,123.77973,19.097557,168.77614,143.74533,69.07941,654.33154,263.2028,1798.2781,28.275143,2370.718,360.94388,21.442741,17.463524,113.47896,163.11185,267.17236,780.62384,57.32594,14.9798,9.386538,780.8177,397.9705,70.00461,31.718689,239.1773,28.566128,288.34933,12.078985,51.48322,0.0,1937.6934,3235.8298,1.2783304,34.0797,22.455667,18948.83,55.153446,1.8979989,37.322273,65.33623,34.138134,9.854804,35.861736,416.13882,30.022644,24.817734,2.233181,8.359441,570.58746,0.3527753,348.8685,65.41237,2698.6592,109.00291,140.93118,184.21024,828.70306,57.346497,57.189014,566.76117,44.588734,42.662346,11.547364,36.1816,219.8315,10.956871,8.36171,87.53422,18.125315,4582.252,24.098858,38.870968,21.455248,24.827152,355.75806,94.83115,40.325268,10.577008,12.182179,37.913795,86.18402,213.13597,61.50921,250.88657,31.20651,30.67421,102.262665,91.91465,48.772587,145.49742,15.097844,4.0040994,17.868341,19.749905,2497.0117,19.370426,27.825497,157.66788,25.440977,273.4593,97.63709,215.42143,8.304571,104.468506,689.29364,676.53125,62.175297,679.13904,122.91406,82.8729,71.80915,120.1693,21.019573,53.878193,495.69833,13.239678,19.331154,308.51755,10.216052,6.2822604,80.176834,68.99864,701.59436,178.17557,177.38155,2003.7605,48.40237,1707.1846,1413.005,6.8308363,4.665479,1283.6646,15.87829,9.338373,333.04596,20.868292,43.142178,22.719387,77.80165,330.23056,285.71436,3.0774462,30.437595,54.576546,383.52533,5.422337,84.91348,7.4532037,1.6001928,56.570377,1.2828302,1.4748925,5.0698423,10.167969,23.774515,17.309078,28.892921,224.86317,29.841846,13.641513,25.16633,6.537673,79.85517,3.1112456,3.5643995,5.7755375,62.857197,1.3055376,3.1396298,8.909839,20.849127,15.106144,4.3013263,1.4930152,89.22489,10.46935,203.86522,7.839071,355.34772,18.856674,981.4119,142.61465,4.69848,8.672091,238.16028,298.29788,1330.6288,813.83984 +2023-03-14 23:00:00,0.0,2933.4814,27.979788,8.709133,7.3292546,29.778448,176.82593,27.445665,55.50136,22.891092,36.131706,156.40932,296.49435,15.411439,21.598467,11.873579,2.4969037,32.103527,27.661552,22.158552,421.4311,12.703091,321.31882,123.74775,19.070038,168.55566,143.6718,69.05707,654.0421,263.1605,1798.2498,28.231512,2370.7834,360.21765,21.416445,17.43965,113.32048,163.18611,267.1641,779.51495,57.34039,14.9878235,9.385832,781.0509,397.40735,70.0168,31.738335,239.17554,28.55123,288.3164,12.0771885,51.50189,0.0,1939.2936,3238.9526,1.2813001,34.073986,22.465057,18957.459,55.180172,1.8988305,37.38372,65.442566,34.151352,9.856563,35.920574,416.2397,30.030363,24.850641,2.2363482,8.360242,570.85956,0.35267386,349.19434,65.359406,2699.132,108.931564,140.9936,184.23146,827.3503,57.281906,57.163483,566.11633,44.539185,42.61841,11.550729,36.181213,219.83466,10.956579,8.361077,87.562485,18.129728,4582.2026,24.107206,38.907257,21.46355,24.838524,355.7688,94.816414,40.356182,10.58022,12.187205,37.940483,86.23901,213.27852,61.558636,250.94514,31.208197,30.71065,102.28976,92.08071,48.853077,145.4489,15.085664,4.0111628,17.86116,19.77593,2500.9482,19.355495,27.89355,157.6549,25.452408,273.60388,97.66156,215.58386,8.304251,104.4485,689.87976,677.1288,62.22489,680.2724,122.95273,82.96726,71.81487,120.05241,21.002028,53.85145,495.80145,13.231642,19.319523,308.40436,10.21563,6.281358,80.15853,69.00232,701.6045,178.14908,177.39359,2003.8645,48.453384,1707.6394,1413.4363,6.832455,4.665401,1283.5658,15.873759,9.339886,333.00323,20.872614,43.15383,22.730598,77.85762,330.46698,285.64536,3.0780134,30.441492,54.590237,383.75842,5.4236856,84.917786,7.4538865,1.6000242,56.564186,1.2829299,1.4748012,5.069543,10.168003,23.78087,17.317755,28.899687,224.99538,29.841621,13.638729,25.15373,6.5361176,79.8409,3.1107304,3.5616083,5.7748656,62.85397,1.303437,3.1381083,8.89978,20.88303,15.105606,4.2988353,1.4945889,89.30715,10.475499,203.91833,7.845224,355.62973,18.862825,981.0959,142.7159,4.7004857,8.675604,238.4436,298.65756,1331.9319,813.6712 +2023-03-15 00:00:00,0.0,2935.019,27.981428,8.720692,7.3286653,29.793636,176.82872,27.452568,55.52549,22.895563,36.144,156.4302,296.64905,15.421238,21.59914,11.869605,2.4958026,32.108677,27.6267,22.148537,421.4678,12.680151,321.25177,123.71577,19.042519,168.3352,143.59827,69.03474,653.7527,263.1182,1798.2214,28.187881,2370.8489,359.49142,21.390148,17.415775,113.162,163.26036,267.1558,778.40607,57.35484,14.995847,9.385126,781.2841,396.84424,70.028984,31.757982,239.17378,28.536331,288.28345,12.075392,51.520554,0.0,1940.8938,3242.0752,1.2842697,34.06827,22.474447,18966.088,55.206894,1.8996623,37.445164,65.548904,34.16457,9.858322,35.979416,416.34055,30.038082,24.883547,2.239515,8.361043,571.13165,0.35257238,349.52017,65.30645,2699.6047,108.860214,141.05602,184.25269,825.99744,57.21731,57.13795,565.4715,44.489635,42.57447,11.554092,36.18083,219.83781,10.956287,8.360444,87.59075,18.134144,4582.1533,24.115555,38.94355,21.471851,24.849895,355.77957,94.80169,40.387096,10.583433,12.192231,37.96717,86.29401,213.42105,61.608067,251.00372,31.209883,30.74709,102.31684,92.24677,48.933563,145.40039,15.073484,4.0182257,17.85398,19.801956,2504.8848,19.340567,27.961605,157.64194,25.463839,273.74847,97.68602,215.7463,8.303931,104.4285,690.4659,677.7263,62.274483,681.4057,122.991394,83.06163,71.82059,119.93552,20.98448,53.82471,495.90457,13.223605,19.307892,308.29117,10.215207,6.2804556,80.140236,69.006,701.6147,178.12257,177.40561,2003.9685,48.5044,1708.0941,1413.8676,6.8340745,4.6653223,1283.4669,15.869227,9.341397,332.9605,20.876934,43.165485,22.741808,77.9136,330.7034,285.57635,3.0785806,30.44539,54.603928,383.9915,5.425034,84.92208,7.45457,1.5998557,56.557995,1.2830296,1.47471,5.0692434,10.168038,23.787226,17.326431,28.906452,225.12758,29.841398,13.635944,25.141129,6.5345626,79.826614,3.1102152,3.558817,5.774194,62.850746,1.3013364,3.1365867,8.889723,20.916935,15.105069,4.296344,1.4961624,89.38941,10.481649,203.97144,7.8513775,355.91174,18.868979,980.77985,142.81714,4.7024913,8.679117,238.72693,299.01724,1333.235,813.5025 +2023-03-15 01:00:00,0.0,2936.557,27.98307,8.732249,7.3280764,29.808826,176.83151,27.45947,55.549618,22.900032,36.1563,156.45108,296.8037,15.431036,21.599812,11.865631,2.4947014,32.11383,27.591846,22.138521,421.5045,12.657211,321.18472,123.68378,19.015001,168.11473,143.52475,69.012405,653.46326,263.0759,1798.1932,28.144249,2370.9143,358.76523,21.363852,17.3919,113.00353,163.33463,267.14752,777.2972,57.36929,15.00387,9.384421,781.5173,396.2811,70.041176,31.777628,239.172,28.521433,288.25052,12.073595,51.539223,0.0,1942.4939,3245.198,1.2872394,34.062557,22.483837,18974.717,55.23362,1.9004939,37.506607,65.65524,34.177788,9.860082,36.038254,416.4414,30.045801,24.916454,2.2426822,8.361844,571.4037,0.35247093,349.846,65.253494,2700.0776,108.788864,141.11844,184.27391,824.6446,57.15272,57.11242,564.82666,44.440086,42.530533,11.557457,36.180443,219.84096,10.955996,8.359812,87.61902,18.138557,4582.104,24.123903,38.97984,21.480152,24.861265,355.7903,94.78696,40.41801,10.586645,12.197256,37.99386,86.349,213.5636,61.657494,251.0623,31.21157,30.78353,102.34393,92.412834,49.014053,145.35188,15.061304,4.025289,17.846798,19.827982,2508.8213,19.325636,28.02966,157.62897,25.47527,273.89307,97.71048,215.90874,8.303611,104.408485,691.052,678.3239,62.324078,682.53906,123.03006,83.15599,71.8263,119.81862,20.966934,53.797966,496.0077,13.215569,19.29626,308.17798,10.214785,6.2795534,80.12193,69.009674,701.6248,178.09608,177.41765,2004.0725,48.555412,1708.549,1414.2988,6.835694,4.665244,1283.368,15.864696,9.34291,332.9178,20.881256,43.17714,22.75302,77.96957,330.93985,285.50735,3.0791478,30.44929,54.61762,384.22455,5.4263825,84.926384,7.455253,1.5996871,56.551804,1.2831291,1.4746187,5.068944,10.168074,23.793581,17.335106,28.913216,225.2598,29.841173,13.633161,25.128529,6.533007,79.81233,3.1097,3.5560257,5.7735214,62.84752,1.2992357,3.135065,8.879664,20.95084,15.104531,4.293853,1.497736,89.47168,10.487799,204.02455,7.8575306,356.19376,18.875132,980.46375,142.91838,4.704497,8.682631,239.01025,299.37692,1334.5381,813.33386 +2023-03-15 02:00:00,0.0,2938.0945,27.984713,8.743808,7.327487,29.824017,176.8343,27.466373,55.573746,22.904503,36.1686,156.47195,296.95837,15.440835,21.600483,11.861657,2.4936001,32.11898,27.556993,22.128506,421.54117,12.634272,321.1177,123.651794,18.987482,167.89427,143.45122,68.990074,653.1738,263.0336,1798.1649,28.100618,2370.9795,358.039,21.337553,17.368025,112.845055,163.40889,267.13922,776.1883,57.383736,15.011893,9.383716,781.7505,395.718,70.05337,31.797274,239.17024,28.506535,288.21756,12.071798,51.557888,0.0,1944.094,3248.3208,1.290209,34.056847,22.493225,18983.346,55.260345,1.9013256,37.56805,65.76158,34.191,9.86184,36.09709,416.54227,30.05352,24.94936,2.2458491,8.362646,571.6758,0.35236946,350.1718,65.20054,2700.5503,108.717514,141.18086,184.29512,823.29175,57.08813,57.086887,564.1818,44.390537,42.486595,11.560821,36.180054,219.84412,10.955703,8.359179,87.647285,18.142973,4582.054,24.132252,39.01613,21.488453,24.872637,355.80106,94.77223,40.448925,10.589857,12.202282,38.02055,86.40399,213.70615,61.706924,251.12086,31.213257,30.81997,102.37102,92.578896,49.09454,145.30336,15.049124,4.032352,17.839619,19.854006,2512.758,19.310707,28.097713,157.616,25.4867,274.0377,97.73495,216.07118,8.30329,104.38848,691.6381,678.92145,62.37367,683.67236,123.068726,83.25036,71.832016,119.70173,20.949387,53.771225,496.11084,13.207532,19.28463,308.06482,10.214362,6.278651,80.10364,69.01335,701.63495,178.06958,177.42967,2004.1764,48.606426,1709.0037,1414.7302,6.837313,4.665166,1283.2692,15.860165,9.344421,332.87506,20.885578,43.18879,22.76423,78.025536,331.17627,285.43835,3.079715,30.453186,54.63131,384.45764,5.427731,84.93069,7.4559364,1.5995187,56.545612,1.2832288,1.4745275,5.068645,10.168109,23.799934,17.343782,28.919981,225.392,29.84095,13.630376,25.115927,6.5314517,79.79805,3.1091847,3.5532346,5.7728496,62.84429,1.2971351,3.1335435,8.869607,20.984745,15.103993,4.291362,1.4993095,89.55394,10.493949,204.07765,7.8636837,356.47577,18.881283,980.1477,143.0196,4.7065024,8.686144,239.29358,299.73657,1335.8412,813.16516 +2023-03-15 03:00:00,0.0,2939.6323,27.986355,8.755366,7.3268976,29.839205,176.8371,27.473276,55.597878,22.908974,36.180897,156.49283,297.11304,15.450633,21.601156,11.857684,2.4924989,32.124134,27.52214,22.11849,421.57788,12.611331,321.05066,123.619804,18.959963,167.67381,143.37769,68.96774,652.8844,262.9913,1798.1366,28.056988,2371.045,357.3128,21.311256,17.34415,112.68658,163.48314,267.13095,775.0794,57.398186,15.019917,9.38301,781.9837,395.15485,70.06555,31.81692,239.16849,28.491638,288.1846,12.070002,51.576557,0.0,1945.6942,3251.4436,1.2931788,34.051132,22.502615,18991.975,55.287067,1.9021572,37.629494,65.86792,34.20422,9.8636,36.155933,416.64313,30.06124,24.982267,2.2490163,8.363447,571.9479,0.352268,350.49765,65.14758,2701.0232,108.646164,141.24327,184.31635,821.93896,57.023537,57.061356,563.537,44.34099,42.442657,11.564185,36.179672,219.84727,10.955411,8.358546,87.67555,18.147388,4582.005,24.1406,39.052418,21.496756,24.884008,355.81183,94.7575,40.47984,10.593069,12.207308,38.047237,86.458984,213.8487,61.75635,251.17944,31.214943,30.85641,102.39811,92.74496,49.175026,145.25485,15.036943,4.0394154,17.832438,19.880032,2516.6946,19.295778,28.165768,157.60303,25.49813,274.18228,97.75941,216.23361,8.302971,104.36848,692.22424,679.519,62.423264,684.8057,123.10739,83.34472,71.83774,119.58484,20.93184,53.744484,496.21396,13.199495,19.272999,307.95163,10.21394,6.2777486,80.085335,69.01704,701.64514,178.04309,177.44171,2004.2804,48.657444,1709.4584,1415.1615,6.8389325,4.665087,1283.1703,15.855633,9.345934,332.83234,20.889898,43.200443,22.77544,78.08151,331.41272,285.36935,3.0802822,30.457085,54.645004,384.6907,5.4290795,84.93499,7.4566197,1.5993501,56.53942,1.2833284,1.4744362,5.0683455,10.168143,23.80629,17.352457,28.926746,225.5242,29.840725,13.627592,25.103327,6.5298967,79.78377,3.1086695,3.5504434,5.772177,62.84107,1.2950345,3.1320217,8.859549,21.018648,15.103456,4.288871,1.5008832,89.6362,10.500098,204.13075,7.869837,356.75778,18.887436,979.83167,143.12085,4.708508,8.689656,239.5769,300.09625,1337.1443,812.99646 +2023-03-15 04:00:00,0.0,2941.17,27.987997,8.766924,7.3263083,29.854395,176.8399,27.480179,55.622005,22.913443,36.193195,156.5137,297.26773,15.460432,21.601828,11.85371,2.4913979,32.129284,27.487288,22.108475,421.61456,12.588391,320.9836,123.58782,18.932446,167.45334,143.30415,68.94541,652.595,262.949,1798.1083,28.013357,2371.1104,356.58658,21.28496,17.320276,112.52811,163.5574,267.12265,773.9705,57.412636,15.02794,9.382304,782.2169,394.5917,70.07774,31.836565,239.16672,28.47674,288.15167,12.068205,51.595222,0.0,1947.2944,3254.5662,1.2961484,34.045418,22.512005,19000.604,55.313793,1.9029889,37.690937,65.97426,34.217438,9.865358,36.21477,416.744,30.068958,25.015173,2.2521832,8.364248,572.2199,0.35216653,350.8235,65.09462,2701.4958,108.57482,141.3057,184.33757,820.5861,56.958946,57.035824,562.89215,44.29144,42.39872,11.567549,36.179283,219.85043,10.955119,8.357914,87.70383,18.151802,4581.9556,24.148949,39.08871,21.505056,24.895378,355.82257,94.742775,40.510754,10.596281,12.212334,38.073925,86.51398,213.99123,61.80578,251.23802,31.216629,30.892849,102.42519,92.91102,49.255516,145.20634,15.024764,4.0464787,17.825256,19.906057,2520.631,19.280848,28.233822,157.59006,25.509562,274.32687,97.78387,216.39606,8.30265,104.34847,692.81036,680.1165,62.472855,685.939,123.14606,83.43909,71.84345,119.46795,20.914293,53.717743,496.31708,13.191459,19.261368,307.83844,10.213517,6.2768464,80.06704,69.02071,701.6553,178.0166,177.45375,2004.3843,48.708458,1709.9132,1415.5928,6.840552,4.665009,1283.0715,15.851101,9.3474455,332.78958,20.89422,43.212097,22.786652,78.13748,331.64914,285.30038,3.0808494,30.460981,54.658695,384.92377,5.430428,84.939285,7.457303,1.5991815,56.53323,1.2834281,1.4743448,5.068046,10.168179,23.812645,17.361134,28.933512,225.6564,29.840502,13.624808,25.090725,6.5283413,79.769485,3.108154,3.5476522,5.7715054,62.83784,1.292934,3.1305,8.849491,21.052553,15.102919,4.28638,1.5024568,89.71846,10.506248,204.18387,7.87599,357.03983,18.893589,979.51556,143.22209,4.7105136,8.69317,239.86021,300.45593,1338.4474,812.8278 +2023-03-15 05:00:00,0.0,2942.7078,27.98964,8.778482,7.325719,29.869583,176.8427,27.487083,55.646133,22.917913,36.205494,156.53458,297.4224,15.470231,21.602499,11.849736,2.4902966,32.134438,27.452435,22.09846,421.65128,12.565452,320.91656,123.55584,18.904926,167.23288,143.23064,68.92307,652.30554,262.9067,1798.08,27.969725,2371.1758,355.86035,21.258663,17.2964,112.36963,163.63167,267.11438,772.8617,57.427082,15.035964,9.381599,782.45013,394.0286,70.089935,31.85621,239.16495,28.461842,288.1187,12.066408,51.61389,0.0,1948.8945,3257.689,1.299118,34.039703,22.521395,19009.234,55.340515,1.9038205,37.752384,66.0806,34.230656,9.867118,36.27361,416.84485,30.07668,25.04808,2.2553504,8.365049,572.492,0.3520651,351.14932,65.041664,2701.9688,108.50347,141.3681,184.3588,819.2333,56.894352,57.010292,562.2473,44.24189,42.354782,11.570913,36.178898,219.85358,10.954827,8.357281,87.73209,18.156218,4581.9062,24.157297,39.125,21.513357,24.90675,355.8333,94.72805,40.541668,10.599494,12.217359,38.100613,86.56897,214.13377,61.85521,251.2966,31.218315,30.929289,102.452286,93.07709,49.336002,145.15782,15.012584,4.0535417,17.818077,19.932083,2524.5676,19.265919,28.301874,157.57709,25.520992,274.47147,97.808334,216.55849,8.30233,104.32847,693.3965,680.71405,62.52245,687.0724,123.18472,83.53345,71.84917,119.35106,20.896748,53.690998,496.4202,13.183422,19.249735,307.72528,10.213095,6.275944,80.04874,69.02439,701.6654,177.9901,177.46577,2004.4883,48.75947,1710.3679,1416.024,6.8421707,4.6649303,1282.9727,15.84657,9.348958,332.74686,20.89854,43.22375,22.797863,78.19345,331.88556,285.23138,3.0814166,30.46488,54.672386,385.15686,5.4317765,84.94359,7.4579864,1.599013,56.52704,1.2835276,1.4742537,5.0677466,10.168214,23.819,17.369808,28.940277,225.7886,29.840277,13.622024,25.078125,6.526786,79.75521,3.1076388,3.5448608,5.7708335,62.834614,1.2908334,3.1289785,8.839433,21.086458,15.102381,4.283889,1.5040303,89.80073,10.512398,204.23697,7.8821435,357.32184,18.899742,979.1995,143.32332,4.7125196,8.696683,240.14354,300.8156,1339.7505,812.6591 +2023-03-15 06:00:00,0.0,2944.2456,27.991282,8.790041,7.3251295,29.884773,176.84549,27.493986,55.670265,22.922382,36.217793,156.55545,297.57706,15.480029,21.603172,11.845762,2.4891953,32.13959,27.417582,22.088444,421.68796,12.542512,320.84955,123.52385,18.877409,167.0124,143.1571,68.90074,652.0161,262.8644,1798.0516,27.926094,2371.2412,355.13416,21.232365,17.272526,112.21115,163.70592,267.10608,771.7528,57.441532,15.043987,9.380894,782.6833,393.46545,70.10212,31.875856,239.1632,28.446943,288.08575,12.064611,51.63256,0.0,1950.4949,3260.8118,1.3020878,34.03399,22.530785,19017.863,55.36724,1.9046522,37.813828,66.186935,34.243874,9.868877,36.332447,416.9457,30.084398,25.080986,2.2585173,8.365851,572.7641,0.35196364,351.47513,64.98871,2702.4417,108.43212,141.43053,184.38002,817.88043,56.82976,56.984756,561.6025,44.19234,42.31084,11.574277,36.178513,219.85674,10.9545355,8.356648,87.76036,18.160633,4581.857,24.165646,39.16129,21.52166,24.918121,355.8441,94.71332,40.572582,10.602706,12.222384,38.1273,86.62396,214.27632,61.904636,251.35518,31.220003,30.965729,102.47937,93.24315,49.416492,145.10931,15.000403,4.060605,17.810896,19.958109,2528.5042,19.25099,28.369928,157.56412,25.532423,274.61606,97.832794,216.72093,8.302011,104.308464,693.9826,681.31165,62.572044,688.2057,123.22339,83.627815,71.85488,119.23416,20.8792,53.664257,496.52332,13.175385,19.238104,307.6121,10.212672,6.2750416,80.03044,69.02807,701.6756,177.96361,177.47781,2004.5923,48.810486,1710.8228,1416.4553,6.84379,4.664852,1282.8738,15.842038,9.350471,332.70413,20.902863,43.235405,22.809072,78.24943,332.122,285.16238,3.0819838,30.468779,54.686077,385.38992,5.433125,84.94789,7.458669,1.5988445,56.520847,1.2836273,1.4741623,5.067447,10.168249,23.825356,17.378485,28.947042,225.92082,29.840054,13.61924,25.065525,6.525231,79.74093,3.1071236,3.5420697,5.770161,62.83139,1.2887326,3.127457,8.829375,21.120363,15.101843,4.281398,1.505604,89.88299,10.518548,204.29008,7.8882966,357.60385,18.905893,978.8835,143.42456,4.714525,8.700196,240.42686,301.1753,1341.0536,812.4905 +2023-03-15 07:00:00,0.0,2945.7832,27.992924,8.801599,7.3245406,29.899963,176.84828,27.500889,55.694393,22.926853,36.23009,156.57632,297.73172,15.489828,21.603844,11.841788,2.4880943,32.14474,27.382727,22.078428,421.72464,12.519572,320.7825,123.49187,18.84989,166.79195,143.08357,68.87841,651.7267,262.8221,1798.0233,27.882463,2371.3066,354.40793,21.206068,17.248652,112.05269,163.78018,267.0978,770.6439,57.455982,15.052011,9.380188,782.9165,392.90234,70.11431,31.895502,239.16144,28.432045,288.05283,12.062815,51.651226,0.0,1952.095,3263.9346,1.3050574,34.02828,22.540174,19026.492,55.393963,1.9054838,37.87527,66.293274,34.25709,9.870636,36.39129,417.04657,30.092117,25.113894,2.2616844,8.3666525,573.0362,0.35186216,351.80096,64.93575,2702.9143,108.36077,141.49294,184.40123,816.52765,56.765167,56.959225,560.9577,44.142796,42.266903,11.5776415,36.178127,219.8599,10.954244,8.356016,87.78863,18.165047,4581.8076,24.173994,39.197582,21.52996,24.929491,355.85483,94.69859,40.603493,10.605918,12.22741,38.153988,86.678955,214.41887,61.954067,251.41376,31.22169,31.002167,102.50646,93.40921,49.49698,145.0608,14.988223,4.067668,17.803715,19.984135,2532.4407,19.23606,28.437983,157.55115,25.543854,274.76065,97.857254,216.88336,8.30169,104.28846,694.5687,681.9092,62.621635,689.33905,123.26205,83.72218,71.860596,119.11727,20.861654,53.637516,496.62643,13.167349,19.226473,307.4989,10.21225,6.2741394,80.01214,69.031746,701.6857,177.9371,177.48984,2004.6963,48.8615,1711.2775,1416.8866,6.8454094,4.6647735,1282.7749,15.837506,9.351982,332.6614,20.907183,43.24706,22.820284,78.3054,332.35843,285.09338,3.082551,30.472675,54.699768,385.623,5.434474,84.952194,7.4593525,1.598676,56.514656,1.2837269,1.4740711,5.0671477,10.168284,23.831709,17.38716,28.953808,226.05302,29.839828,13.616455,25.052923,6.5236754,79.72665,3.1066084,3.5392785,5.7694893,62.828163,1.2866321,3.1259353,8.819318,21.154266,15.101305,4.278907,1.5071776,89.96525,10.524697,204.34319,7.8944497,357.88586,18.912046,978.5674,143.5258,4.716531,8.70371,240.71019,301.53494,1342.3567,812.3218 +2023-03-15 08:00:00,0.0,2947.321,27.994564,8.813157,7.3239512,29.915152,176.85107,27.507792,55.71852,22.931322,36.24239,156.5972,297.8864,15.499627,21.604515,11.837814,2.486993,32.149895,27.347874,22.068413,421.76135,12.496633,320.71545,123.45988,18.82237,166.57149,143.01004,68.85608,651.43726,262.77982,1797.995,27.838833,2371.372,353.6817,21.179771,17.224775,111.89421,163.85445,267.0895,769.53503,57.47043,15.060034,9.379482,783.1497,392.3392,70.1265,31.915148,239.15965,28.417147,288.01987,12.061018,51.669895,0.0,1953.6952,3267.0571,1.3080271,34.022564,22.549564,19035.121,55.42069,1.9063154,37.936714,66.39961,34.270306,9.8723955,36.450127,417.14743,30.099836,25.1468,2.2648513,8.367454,573.3082,0.35176072,352.1268,64.8828,2703.3872,108.28942,141.55536,184.42245,815.1748,56.700577,56.933693,560.31287,44.093246,42.222965,11.581005,36.177742,219.86305,10.953952,8.355383,87.816895,18.169462,4581.7583,24.182343,39.23387,21.538261,24.940863,355.86557,94.68386,40.634407,10.60913,12.232435,38.180676,86.73395,214.5614,62.003494,251.47234,31.223375,31.038607,102.53355,93.57527,49.57747,145.01228,14.976044,4.0747313,17.796534,20.01016,2536.3772,19.22113,28.506037,157.53818,25.555285,274.90527,97.88172,217.0458,8.30137,104.268456,695.15485,682.5067,62.67123,690.47235,123.30071,83.81654,71.86632,119.00038,20.844107,53.610775,496.72955,13.159312,19.214842,307.3857,10.211827,6.273237,79.99384,69.03542,701.69586,177.91061,177.50188,2004.8002,48.912514,1711.7323,1417.3179,6.8470287,4.6646953,1282.6761,15.832975,9.353495,332.61868,20.911505,43.25871,22.831495,78.36137,332.59488,285.02438,3.0831182,30.476574,54.71346,385.85605,5.4358225,84.95649,7.460036,1.5985074,56.508465,1.2838266,1.4739798,5.0668483,10.168319,23.838064,17.395836,28.960573,226.18523,29.839605,13.613671,25.040323,6.52212,79.712364,3.1060932,3.5364873,5.7688174,62.82494,1.2845315,3.1244137,8.809259,21.188171,15.100768,4.276416,1.5087512,90.047516,10.530848,204.3963,7.900603,358.16788,18.9182,978.25134,143.62704,4.7185364,8.707222,240.99352,301.89462,1343.6598,812.1531 +2023-03-15 09:00:00,0.0,2948.8586,27.996206,8.824715,7.323362,29.930342,176.85387,27.514694,55.742653,22.935793,36.25469,156.61807,298.04108,15.509425,21.605188,11.83384,2.4858918,32.155045,27.31302,22.058397,421.79803,12.473692,320.64844,123.427895,18.794853,166.35101,142.93652,68.83375,651.1479,262.73752,1797.9667,27.7952,2371.4373,352.9555,21.153475,17.200901,111.73573,163.9287,267.08124,768.42615,57.48488,15.068057,9.3787775,783.38293,391.7761,70.13869,31.934793,239.1579,28.402248,287.9869,12.05922,51.68856,0.0,1955.2954,3270.18,1.3109968,34.01685,22.558954,19043.75,55.447414,1.9071472,37.998158,66.50595,34.283524,9.874154,36.508965,417.2483,30.107555,25.179705,2.2680185,8.368255,573.5803,0.35165924,352.45264,64.82984,2703.8599,108.21808,141.61777,184.44368,813.82196,56.635986,56.90816,559.668,44.043697,42.179028,11.58437,36.177353,219.86621,10.95366,8.354751,87.84516,18.173876,4581.7085,24.190691,39.27016,21.546562,24.952234,355.87634,94.669136,40.66532,10.612342,12.237461,38.207363,86.78894,214.70395,62.052925,251.53091,31.225061,31.075047,102.56063,93.74133,49.657955,144.96378,14.963863,4.0817943,17.789354,20.036186,2540.3137,19.2062,28.574091,157.5252,25.566715,275.04987,97.90618,217.20824,8.30105,104.24845,695.74097,683.10425,62.72082,691.6057,123.33938,83.91091,71.87203,118.88349,20.826561,53.58403,496.8327,13.151276,19.20321,307.27255,10.211406,6.2723346,79.97554,69.0391,701.70605,177.88412,177.5139,2004.9042,48.963528,1712.187,1417.7491,6.848648,4.664617,1282.5773,15.828444,9.355006,332.57596,20.915827,43.270363,22.842705,78.417336,332.8313,284.95538,3.0836854,30.48047,54.72715,386.08914,5.437171,84.96079,7.460719,1.5983388,56.502274,1.2839261,1.4738886,5.066549,10.168354,23.84442,17.404512,28.967339,226.31743,29.839382,13.610887,25.027721,6.5205646,79.69808,3.105578,3.533696,5.768145,62.821712,1.2824309,3.122892,8.799202,21.222076,15.10023,4.273925,1.5103247,90.129776,10.536998,204.4494,7.906756,358.4499,18.92435,977.9353,143.72827,4.720542,8.710735,241.27684,302.2543,1344.9629,811.98444 +2023-03-15 10:00:00,0.0,2950.3965,27.997849,8.836273,7.3227725,29.94553,176.85666,27.521597,55.76678,22.940262,36.266987,156.63895,298.19574,15.519224,21.60586,11.829867,2.4847908,32.1602,27.278168,22.048382,421.83475,12.450752,320.5814,123.39591,18.767334,166.13055,142.86299,68.81142,650.85846,262.69522,1797.9385,27.75157,2371.5027,352.22928,21.127178,17.177027,111.577255,164.00296,267.07294,767.31726,57.49933,15.07608,9.378072,783.61615,391.21295,70.15088,31.95444,239.15613,28.38735,287.95398,12.057424,51.70723,0.0,1956.8955,3273.3027,1.3139664,34.011135,22.568344,19052.379,55.474136,1.9079788,38.0596,66.61229,34.29674,9.875914,36.567802,417.34915,30.115274,25.212612,2.2711854,8.369056,573.8524,0.3515578,352.77844,64.77688,2704.3328,108.14673,141.68019,184.4649,812.4691,56.571392,56.88263,559.0232,43.99415,42.13509,11.587733,36.17697,219.86935,10.953368,8.354117,87.87343,18.178291,4581.659,24.19904,39.30645,21.554865,24.963604,355.8871,94.6544,40.696236,10.615555,12.242487,38.23405,86.84393,214.8465,62.102352,251.5895,31.22675,31.111486,102.58772,93.907394,49.738445,144.91525,14.951683,4.0888577,17.782173,20.062212,2544.2505,19.19127,28.642145,157.51224,25.578146,275.19446,97.93064,217.37067,8.30073,104.22845,696.3271,683.7018,62.770416,692.739,123.378044,84.00527,71.87775,118.766594,20.809013,53.55729,496.93582,13.143239,19.19158,307.15936,10.210983,6.2714324,79.95724,69.04278,701.7162,177.85762,177.52594,2005.0082,49.01454,1712.6418,1418.1804,6.8502674,4.6645384,1282.4784,15.823912,9.356519,332.53323,20.920147,43.282017,22.853916,78.47331,333.06775,284.88638,3.0842526,30.48437,54.74084,386.3222,5.4385195,84.965096,7.4614024,1.5981704,56.496082,1.2840258,1.4737973,5.0662494,10.168389,23.850775,17.413187,28.974104,226.44965,29.839157,13.608103,25.015121,6.5190096,79.68381,3.1050627,3.5309048,5.767473,62.818485,1.2803302,3.1213703,8.789144,21.255981,15.099692,4.271434,1.5118984,90.212036,10.543147,204.50252,7.9129095,358.7319,18.930504,977.6192,143.82951,4.7225475,8.714249,241.56017,302.61398,1346.266,811.81573 +2023-03-15 11:00:00,0.0,2951.934,27.99949,8.847832,7.322183,29.96072,176.85947,27.5285,55.79091,22.944733,36.279285,156.65984,298.3504,15.529023,21.606531,11.825893,2.4836895,32.165348,27.243315,22.038366,421.87143,12.427813,320.51434,123.36392,18.739815,165.91008,142.78946,68.78908,650.56903,262.65292,1797.9102,27.70794,2371.568,351.50305,21.10088,17.15315,111.418785,164.07722,267.06467,766.20844,57.51378,15.084104,9.377366,783.8493,390.6498,70.16307,31.974085,239.15436,28.372452,287.92102,12.055627,51.725895,0.0,1958.4957,3276.4255,1.3169361,34.00542,22.577734,19061.008,55.500862,1.9088105,38.121048,66.71863,34.30996,9.877673,36.626644,417.45004,30.122993,25.245518,2.2743526,8.369858,574.12445,0.3514563,353.10428,64.72392,2704.8054,108.07538,141.74261,184.48613,811.1163,56.5068,56.857098,558.37836,43.9446,42.091152,11.591098,36.176582,219.87251,10.953076,8.353485,87.901695,18.182707,4581.61,24.207388,39.342743,21.563166,24.974976,355.89783,94.63968,40.72715,10.618767,12.247512,38.26074,86.898926,214.98904,62.151783,251.64806,31.228436,31.147926,102.61481,94.073456,49.81893,144.86674,14.939503,4.0959206,17.774992,20.088238,2548.187,19.176342,28.7102,157.49927,25.589577,275.33905,97.95511,217.53311,8.30041,104.20844,696.9132,684.2993,62.820007,693.8724,123.41671,84.09964,71.88346,118.649704,20.791468,53.53055,497.03894,13.135202,19.179949,307.04617,10.210561,6.27053,79.93894,69.046455,701.7263,177.83113,177.53796,2005.112,49.065556,1713.0966,1418.6118,6.8518867,4.66446,1282.3795,15.819381,9.35803,332.4905,20.924469,43.29367,22.865128,78.52928,333.30417,284.8174,3.0848198,30.488268,54.75453,386.55527,5.439868,84.9694,7.4620857,1.5980018,56.48989,1.2841254,1.4737061,5.06595,10.168425,23.857128,17.421864,28.98087,226.58185,29.838934,13.605319,25.00252,6.517454,79.669525,3.1045475,3.5281136,5.766801,62.81526,1.2782296,3.1198487,8.779086,21.289886,15.099154,4.2689424,1.513472,90.2943,10.549297,204.55562,7.9190626,359.01392,18.936657,977.30316,143.93076,4.724553,8.717762,241.84349,302.97366,1347.5691,811.6471 +2023-03-15 12:00:00,0.0,2953.472,28.001133,8.859389,7.3215938,29.97591,176.86226,27.535402,55.81504,22.949202,36.29158,156.68071,298.5051,15.538821,21.607204,11.821919,2.4825883,32.1705,27.208462,22.02835,421.9081,12.404873,320.44733,123.33194,18.712297,165.68962,142.71594,68.76675,650.2796,262.61063,1797.8818,27.664307,2371.6335,350.77686,21.074583,17.129276,111.26031,164.15149,267.05637,765.09955,57.528225,15.092127,9.376661,784.0825,390.0867,70.175255,31.993732,239.1526,28.357553,287.88806,12.05383,51.744564,0.0,1960.096,3279.5483,1.3199058,33.99971,22.587122,19069.637,55.527584,1.9096421,38.18249,66.82497,34.323177,9.879432,36.685482,417.5509,30.130713,25.278425,2.2775195,8.370659,574.39655,0.35135487,353.4301,64.67097,2705.2783,108.00403,141.80502,184.50734,809.7635,56.442207,56.831566,557.7335,43.89505,42.047215,11.594461,36.176197,219.87567,10.952784,8.352853,87.92996,18.18712,4581.5605,24.215736,39.379032,21.571466,24.986347,355.9086,94.624954,40.758064,10.621979,12.252538,38.28743,86.95392,215.13158,62.20121,251.70663,31.230122,31.184366,102.6419,94.23952,49.89942,144.81824,14.927322,4.102984,17.767813,20.114264,2552.1235,19.161411,28.778254,157.4863,25.601007,275.48364,97.97957,217.69554,8.30009,104.18844,697.4993,684.8969,62.869602,695.0057,123.455376,84.194,71.889175,118.532814,20.77392,53.503807,497.14206,13.127166,19.168318,306.933,10.210138,6.2696276,79.92064,69.05013,701.7365,177.80463,177.55,2005.2161,49.11657,1713.5514,1419.0431,6.8535056,4.6643815,1282.2808,15.814849,9.359543,332.44778,20.92879,43.305325,22.876337,78.58525,333.5406,284.7484,3.085387,30.492165,54.768223,386.78836,5.4412165,84.973694,7.462769,1.5978333,56.4837,1.2842251,1.4736148,5.0656505,10.16846,23.863483,17.430538,28.987635,226.71405,29.838709,13.602534,24.98992,6.5158987,79.65524,3.1040323,3.5253224,5.766129,62.812035,1.276129,3.1183271,8.769028,21.32379,15.098618,4.2664514,1.5150455,90.376564,10.555447,204.60872,7.9252157,359.29593,18.94281,976.9871,144.03198,4.7265587,8.721275,242.12682,303.33334,1348.8722,811.4784 +2023-03-15 13:00:00,0.0,2955.0098,28.002775,8.870948,7.321005,29.991098,176.86505,27.542305,55.83917,22.953672,36.30388,156.70158,298.65976,15.54862,21.607876,11.8179455,2.481487,32.175655,27.173609,22.018335,421.94482,12.381933,320.38028,123.29995,18.684778,165.46916,142.64241,68.744415,649.9902,262.5683,1797.8535,27.620676,2371.699,350.05063,21.048286,17.105402,111.10184,164.22574,267.0481,763.99066,57.542675,15.10015,9.375956,784.31573,389.52356,70.18745,32.01338,239.15085,28.342655,287.85513,12.052033,51.76323,0.0,1961.696,3282.671,1.3228755,33.993996,22.596512,19078.266,55.55431,1.9104738,38.243935,66.931305,34.336395,9.881191,36.74432,417.65176,30.138432,25.31133,2.2806866,8.37146,574.66864,0.35125342,353.75595,64.61801,2705.751,107.93268,141.86745,184.52856,808.41064,56.377617,56.806034,557.0887,43.8455,42.003277,11.597826,36.17581,219.87883,10.952492,8.35222,87.95823,18.191536,4581.511,24.224085,39.41532,21.57977,24.997717,355.91934,94.61022,40.78898,10.625191,12.257564,38.314117,87.00891,215.27412,62.25064,251.76521,31.231808,31.220806,102.66898,94.40558,49.979908,144.76971,14.915143,4.110047,17.760632,20.14029,2556.06,19.146482,28.846306,157.47333,25.612438,275.62823,98.00403,217.85799,8.299769,104.168434,698.08545,685.49445,62.919197,696.13904,123.49404,84.28837,71.8949,118.415924,20.756374,53.477062,497.24518,13.119128,19.156685,306.81982,10.209716,6.2687254,79.90234,69.05381,701.74664,177.77814,177.56203,2005.3201,49.167583,1714.0061,1419.4744,6.855125,4.6643033,1282.1819,15.810317,9.361054,332.40503,20.933111,43.31698,22.887548,78.64123,333.77704,284.6794,3.0859542,30.496063,54.781918,387.02142,5.442565,84.978,7.4634523,1.5976647,56.47751,1.2843248,1.4735235,5.065351,10.168494,23.869839,17.439215,28.9944,226.84625,29.838486,13.5997505,24.977318,6.5143437,79.64096,3.103517,3.5225313,5.765457,62.808807,1.2740284,3.1168056,8.75897,21.357695,15.09808,4.2639604,1.5166191,90.458824,10.561597,204.66183,7.931369,359.57797,18.948961,976.671,144.13322,4.7285643,8.724788,242.41014,303.693,1350.1753,811.3097 +2023-03-15 14:00:00,0.0,2956.5474,28.004417,8.882506,7.3204155,30.006289,176.86784,27.549208,55.863297,22.958141,36.316177,156.72246,298.81442,15.558418,21.608547,11.8139715,2.480386,32.180805,27.138756,22.00832,421.9815,12.358994,320.31323,123.26797,18.657259,165.24869,142.56888,68.722084,649.70074,262.526,1797.8252,27.577045,2371.7644,349.3244,21.02199,17.081526,110.94337,164.3,267.0398,762.8818,57.557125,15.108173,9.37525,784.54895,388.96045,70.19964,32.033024,239.14908,28.327759,287.82217,12.050237,51.7819,0.0,1963.2963,3285.7937,1.3258451,33.98828,22.605902,19086.896,55.58103,1.9113054,38.305378,67.03764,34.34961,9.88295,36.80316,417.75262,30.14615,25.344238,2.2838535,8.372261,574.94073,0.35115194,354.0818,64.565056,2706.2239,107.861336,141.92986,184.54979,807.0578,56.313023,56.780502,556.44385,43.79595,41.959335,11.601191,36.175426,219.88197,10.9522,8.351587,87.986496,18.195951,4581.462,24.232433,39.451614,21.58807,25.009089,355.93008,94.5955,40.819893,10.628403,12.262589,38.340805,87.0639,215.41667,62.300068,251.82379,31.233496,31.257246,102.696075,94.57164,50.0604,144.7212,14.902963,4.1171103,17.75345,20.166315,2559.9966,19.131552,28.91436,157.46036,25.623869,275.77286,98.028496,218.02042,8.29945,104.14843,698.6716,686.092,62.96879,697.27234,123.53271,84.38273,71.90061,118.29903,20.738827,53.45032,497.3483,13.111092,19.145054,306.70663,10.209293,6.267823,79.88404,69.05749,701.7568,177.75165,177.57407,2005.4241,49.218597,1714.4609,1419.9056,6.8567443,4.6642246,1282.083,15.805786,9.362567,332.3623,20.937431,43.32863,22.89876,78.6972,334.01346,284.6104,3.0865214,30.49996,54.79561,387.2545,5.4439135,84.9823,7.464135,1.5974962,56.471317,1.2844243,1.4734323,5.0650516,10.1685295,23.876194,17.44789,29.001165,226.97847,29.83826,13.596966,24.964718,6.5127883,79.62668,3.1030018,3.5197399,5.764785,62.805584,1.2719277,3.1152837,8.748912,21.3916,15.097542,4.2614694,1.5181928,90.541084,10.567746,204.71494,7.937522,359.86,18.955114,976.355,144.23447,4.7305703,8.728301,242.69347,304.05267,1351.4784,811.14105 +2023-03-15 15:00:00,0.0,2958.0852,28.006058,8.894064,7.319826,30.021479,176.87064,27.55611,55.88743,22.962612,36.328476,156.74333,298.96912,15.568217,21.60922,11.809998,2.4792848,32.18596,27.1039,21.998304,422.0182,12.336054,320.2462,123.235985,18.629742,165.02823,142.49535,68.69975,649.4113,262.4837,1797.7969,27.533415,2371.8298,348.5982,20.995691,17.057652,110.78489,164.37427,267.03152,761.7729,57.57157,15.116197,9.374544,784.7821,388.3973,70.21182,32.05267,239.14731,28.31286,287.7892,12.04844,51.800564,0.0,1964.8965,3288.9165,1.3288147,33.982567,22.615292,19095.525,55.607758,1.9121372,38.36682,67.14398,34.362827,9.884709,36.862,417.8535,30.15387,25.377144,2.2870207,8.373062,575.21277,0.3510505,354.4076,64.51209,2706.6965,107.789986,141.99228,184.57101,805.70496,56.248432,56.75497,555.799,43.746403,41.915398,11.604554,36.17504,219.88513,10.951908,8.350954,88.01477,18.200365,4581.412,24.240782,39.487904,21.59637,25.02046,355.94086,94.580765,40.850807,10.631616,12.267614,38.367493,87.1189,215.55922,62.349495,251.88237,31.235182,31.293686,102.72316,94.7377,50.140884,144.6727,14.890782,4.1241736,17.74627,20.192339,2563.933,19.116623,28.982414,157.44739,25.6353,275.91745,98.052956,218.18286,8.2991295,104.128426,699.2577,686.6895,63.018383,698.4057,123.571365,84.4771,71.90633,118.18214,20.721281,53.42358,497.45142,13.103055,19.133423,306.59344,10.208871,6.2669206,79.865746,69.061165,701.76697,177.72514,177.58609,2005.528,49.26961,1714.9156,1420.3369,6.8583636,4.6641464,1281.9841,15.801254,9.3640785,332.31958,20.941753,43.340282,22.90997,78.75317,334.2499,284.5414,3.0870886,30.503859,54.8093,387.48758,5.445262,84.9866,7.4648185,1.5973277,56.465122,1.284524,1.473341,5.064752,10.168565,23.882547,17.456566,29.007929,227.11067,29.838037,13.594182,24.952116,6.511233,79.6124,3.1024866,3.5169487,5.764113,62.802357,1.2698271,3.1137621,8.738854,21.425505,15.097004,4.2589784,1.5197663,90.623344,10.573896,204.76805,7.943675,360.142,18.961267,976.03894,144.33571,4.732576,8.731814,242.97678,304.41235,1352.7815,810.97235 +2023-03-15 16:00:00,0.0,2959.6228,28.0077,8.9056225,7.3192368,30.036667,176.87343,27.563013,55.911556,22.967081,36.340775,156.7642,299.12378,15.578016,21.609892,11.806024,2.4781835,32.19111,27.069048,21.988289,422.0549,12.313113,320.17917,123.203995,18.602222,164.80775,142.42183,68.67742,649.1219,262.4414,1797.7686,27.489782,2371.8953,347.87198,20.969395,17.033777,110.62641,164.44852,267.02322,760.664,57.58602,15.124221,9.373839,785.0153,387.8342,70.224014,32.072315,239.14554,28.297962,287.7563,12.046643,51.819233,0.0,1966.4966,3292.0393,1.3317845,33.976852,22.624681,19104.154,55.634483,1.9129688,38.428265,67.25032,34.376045,9.886469,36.920837,417.95435,30.161589,25.410051,2.2901876,8.373864,575.48486,0.35094902,354.73343,64.45914,2707.1694,107.718636,142.05469,184.59222,804.3522,56.183838,56.729435,555.1542,43.696854,41.87146,11.607919,36.174656,219.88829,10.951616,8.350322,88.04304,18.20478,4581.363,24.24913,39.524193,21.604673,25.03183,355.9516,94.56604,40.88172,10.634828,12.27264,38.39418,87.1739,215.70175,62.398926,251.94095,31.236868,31.330126,102.75025,94.90376,50.221375,144.62418,14.878602,4.1312366,17.73909,20.218365,2567.8696,19.101694,29.050468,157.43442,25.64673,276.06204,98.077415,218.34529,8.298809,104.10842,699.8438,687.28705,63.067974,699.539,123.61003,84.571465,71.91204,118.06525,20.703733,53.39684,497.55453,13.095018,19.121792,306.4803,10.208448,6.2660184,79.84744,69.06484,701.7771,177.69865,177.59813,2005.632,49.320625,1715.3705,1420.7682,6.859983,4.664068,1281.8853,15.796722,9.365591,332.27686,20.946075,43.351936,22.92118,78.80914,334.48633,284.4724,3.0876558,30.507757,54.82299,387.72064,5.4466105,84.9909,7.465502,1.5971591,56.45893,1.2846236,1.4732498,5.0644526,10.1686,23.888903,17.46524,29.014694,227.24287,29.837812,13.591397,24.939516,6.509678,79.59812,3.1019714,3.5141575,5.763441,62.799133,1.2677265,3.1122406,8.728797,21.459408,15.096467,4.2564874,1.5213399,90.70561,10.580046,204.82115,7.9498286,360.424,18.967419,975.7229,144.43694,4.7345815,8.735328,243.2601,304.77203,1354.0845,810.8037 +2023-03-15 17:00:00,0.0,2961.1606,28.009342,8.917181,7.3186474,30.051857,176.87622,27.569916,55.935684,22.971552,36.353073,156.78508,299.27844,15.587814,21.610563,11.80205,2.4770825,32.196262,27.034195,21.978273,422.09158,12.290174,320.11212,123.17201,18.574705,164.5873,142.3483,68.65508,648.83246,262.3991,1797.7402,27.446152,2371.9604,347.14575,20.943098,17.009901,110.46794,164.52278,267.01492,759.5552,57.60047,15.132244,9.373134,785.24854,387.27106,70.236206,32.09196,239.14377,28.283064,287.72333,12.044847,51.8379,0.0,1968.0967,3295.1619,1.3347541,33.97114,22.634071,19112.783,55.661205,1.9138005,38.489708,67.35666,34.389263,9.888227,36.979675,418.0552,30.169308,25.442957,2.2933547,8.374665,575.75696,0.35084757,355.05927,64.40618,2707.642,107.647285,142.11711,184.61345,802.9993,56.119247,56.703903,554.50934,43.647305,41.827522,11.611282,36.17427,219.89145,10.951324,8.3496895,88.071304,18.209196,4581.3135,24.257479,39.560482,21.612974,25.043201,355.96234,94.55131,40.912636,10.63804,12.277666,38.420868,87.22889,215.8443,62.448353,251.99953,31.238554,31.366566,102.777336,95.069824,50.30186,144.57567,14.866423,4.1383,17.731909,20.24439,2571.8062,19.086763,29.118523,157.42145,25.658161,276.20663,98.10188,218.50774,8.29849,104.08842,700.42993,687.88464,63.11757,700.67236,123.6487,84.665825,71.917755,117.94836,20.686188,53.370094,497.65768,13.086982,19.11016,306.3671,10.208026,6.265116,79.82915,69.06853,701.78723,177.67216,177.61015,2005.7358,49.37164,1715.8252,1421.1995,6.8616023,4.6639895,1281.7865,15.7921915,9.367104,332.23413,20.950396,43.36359,22.932392,78.86511,334.72278,284.4034,3.088223,30.511654,54.83668,387.9537,5.4479594,84.9952,7.466185,1.5969906,56.45274,1.2847233,1.4731585,5.064153,10.168635,23.895258,17.473917,29.02146,227.37508,29.83759,13.5886135,24.926916,6.5081224,79.58384,3.1014562,3.5113664,5.7627687,62.795906,1.265626,3.110719,8.718739,21.493313,15.095929,4.2539964,1.5229135,90.78787,10.586196,204.87427,7.9559817,360.70602,18.973572,975.4068,144.53818,4.736587,8.738841,243.54343,305.1317,1355.3876,810.635 +2023-03-15 18:00:00,0.0,2962.6982,28.010984,8.928739,7.318058,30.067045,176.87903,27.57682,55.959812,22.97602,36.36537,156.80595,299.4331,15.597613,21.611237,11.798077,2.4759812,32.201412,26.999342,21.968258,422.1283,12.267234,320.04507,123.14003,18.547186,164.36684,142.27477,68.63275,648.543,262.3568,1797.7119,27.402521,2372.026,346.41956,20.916801,16.986027,110.30946,164.59705,267.00665,758.4463,57.614918,15.140267,9.372428,785.48175,386.70792,70.24839,32.111607,239.14201,28.268166,287.69037,12.04305,51.856567,0.0,1969.6969,3298.2847,1.3377239,33.965427,22.643461,19121.412,55.68793,1.9146321,38.551155,67.463,34.40248,9.889987,37.038517,418.15607,30.177027,25.475864,2.2965217,8.375466,576.029,0.35074612,355.3851,64.353226,2708.115,107.575935,142.17952,184.63467,801.6465,56.054657,56.67837,553.8645,43.597755,41.783585,11.614647,36.173885,219.89459,10.951033,8.349056,88.09957,18.21361,4581.264,24.265827,39.596775,21.621275,25.054573,355.9731,94.53658,40.94355,10.641252,12.282691,38.447556,87.28388,215.98685,62.497784,252.0581,31.240242,31.403006,102.80443,95.235886,50.38235,144.52716,14.854242,4.145363,17.724728,20.270416,2575.743,19.071835,29.186577,157.40848,25.669592,276.35123,98.12634,218.67017,8.298169,104.06841,701.01605,688.4822,63.16716,701.80566,123.68736,84.76019,71.92348,117.83147,20.66864,53.343353,497.7608,13.078945,19.09853,306.2539,10.207603,6.264214,79.810844,69.072205,701.7974,177.64566,177.6222,2005.84,49.422653,1716.28,1421.6307,6.8632216,4.6639113,1281.6876,15.78766,9.368615,332.1914,20.954718,43.375244,22.943602,78.92108,334.9592,284.3344,3.0887904,30.515553,54.850372,388.18677,5.449308,84.999504,7.4668684,1.596822,56.44655,1.2848228,1.4730673,5.0638537,10.16867,23.901613,17.482594,29.028225,227.5073,29.837366,13.58583,24.914314,6.506567,79.56956,3.100941,3.508575,5.762097,62.79268,1.2635254,3.1091974,8.708681,21.527218,15.095391,4.2515054,1.5244871,90.87013,10.592345,204.92737,7.962135,360.98804,18.979725,975.09076,144.63942,4.7385926,8.742353,243.82675,305.49136,1356.6907,810.4664 +2023-03-15 19:00:00,0.0,2964.236,28.012627,8.940297,7.317469,30.082235,176.88182,27.583723,55.983944,22.980492,36.37767,156.82683,299.5878,15.607412,21.611908,11.794103,2.47488,32.206566,26.964489,21.958242,422.16498,12.244294,319.97806,123.10804,18.519667,164.14636,142.20123,68.61042,648.2536,262.3145,1797.6837,27.35889,2372.0913,345.69333,20.890505,16.962152,110.150986,164.6713,266.99835,757.3374,57.629368,15.148291,9.371722,785.71497,386.1448,70.26058,32.131252,239.14026,28.253267,287.65744,12.041253,51.875233,0.0,1971.2971,3301.4075,1.3406935,33.959713,22.652851,19130.041,55.714653,1.9154638,38.6126,67.569336,34.4157,9.891746,37.097355,418.25693,30.184746,25.50877,2.2996888,8.376267,576.3011,0.35064465,355.7109,64.30027,2708.5876,107.50459,142.24194,184.6559,800.29364,55.990063,56.65284,553.21967,43.54821,41.739647,11.6180105,36.1735,219.89775,10.950741,8.348424,88.12784,18.218025,4581.215,24.274176,39.633064,21.629576,25.065943,355.98386,94.52185,40.97446,10.644464,12.287717,38.474243,87.338875,216.1294,62.54721,252.11667,31.241928,31.439445,102.83151,95.40195,50.462837,144.47864,14.842062,4.1524262,17.717548,20.296442,2579.6794,19.056906,29.254631,157.39551,25.681023,276.49582,98.1508,218.83261,8.297849,104.04841,701.6022,689.0797,63.216755,702.939,123.72603,84.85455,71.92919,117.71457,20.651094,53.316612,497.86392,13.070909,19.086899,306.14075,10.207181,6.2633114,79.79254,69.07588,701.80756,177.61917,177.63422,2005.9438,49.473667,1716.7347,1422.0621,6.8648405,4.6638327,1281.5887,15.783128,9.370128,332.14868,20.959038,43.386894,22.954813,78.97706,335.19562,284.26544,3.0893576,30.51945,54.864063,388.41986,5.4506564,85.00381,7.4675517,1.5966536,56.440357,1.2849225,1.472976,5.0635543,10.168705,23.907967,17.491268,29.03499,227.6395,29.837141,13.583045,24.901714,6.5050116,79.555275,3.1004257,3.5057838,5.7614245,62.789455,1.2614247,3.1076758,8.698623,21.561123,15.094853,4.2490144,1.5260607,90.95239,10.5984955,204.98048,7.968288,361.27005,18.985876,974.7747,144.74065,4.740598,8.745867,244.11008,305.85104,1357.9938,810.29767 +2023-03-15 20:00:00,0.0,2965.7737,28.014269,8.951855,7.3168797,30.097425,176.88461,27.590626,56.00807,22.984962,36.38997,156.8477,299.74246,15.61721,21.61258,11.790129,2.473779,32.21172,26.929636,21.948227,422.20166,12.2213545,319.911,123.07606,18.49215,163.9259,142.12772,68.58809,647.9642,262.27222,1797.6554,27.315258,2372.1567,344.9671,20.864206,16.938276,109.99251,164.74556,266.99008,756.2285,57.643818,15.156314,9.371017,785.9481,385.58167,70.27277,32.150898,239.13849,28.238369,287.62448,12.039456,51.8939,0.0,1972.8972,3304.5303,1.3436631,33.954,22.662241,19138.67,55.74138,1.9162954,38.67404,67.675674,34.428913,9.893505,37.156193,418.3578,30.192465,25.541677,2.3028557,8.377069,576.5732,0.3505432,356.03674,64.247314,2709.0605,107.43324,142.30437,184.67712,798.94086,55.925472,56.627308,552.5748,43.49866,41.69571,11.621375,36.17311,219.90091,10.950449,8.347792,88.156105,18.222439,4581.1655,24.282524,39.669353,21.637878,25.077314,355.9946,94.507126,41.005375,10.647676,12.292743,38.50093,87.39387,216.27193,62.59664,252.17525,31.243614,31.475885,102.858604,95.56801,50.543327,144.43013,14.829882,4.159489,17.710367,20.322468,2583.616,19.041975,29.322685,157.38252,25.692453,276.64044,98.17527,218.99504,8.297529,104.028404,702.1883,689.67725,63.266346,704.0723,123.764694,84.94892,71.934906,117.59768,20.633547,53.28987,497.96704,13.062872,19.075266,306.02756,10.2067585,6.262409,79.77425,69.07956,701.8177,177.59267,177.64626,2006.0479,49.524685,1717.1895,1422.4934,6.86646,4.6637545,1281.4899,15.778597,9.371639,332.10596,20.96336,43.39855,22.966024,79.03303,335.43207,284.19644,3.0899248,30.523348,54.877754,388.65292,5.452005,85.0081,7.468235,1.596485,56.434166,1.2850221,1.4728847,5.063255,10.16874,23.914322,17.499945,29.041756,227.7717,29.836918,13.580261,24.889112,6.5034566,79.54099,3.0999105,3.5029926,5.7607527,62.78623,1.2593241,3.106154,8.688565,21.595026,15.0943165,4.2465234,1.5276343,91.03466,10.604645,205.03358,7.974441,361.55206,18.99203,974.4586,144.84189,4.742604,8.74938,244.3934,306.21072,1359.2969,810.12897 +2023-03-15 21:00:00,0.0,2967.3115,28.015911,8.963413,7.3162904,30.112614,176.8874,27.597528,56.0322,22.989431,36.402267,156.86859,299.89713,15.627009,21.613253,11.786155,2.4726777,32.21687,26.894783,21.938211,422.23837,12.198415,319.84396,123.04407,18.46463,163.70543,142.05418,68.56576,647.67474,262.22992,1797.6271,27.271627,2372.2222,344.2409,20.83791,16.914402,109.834045,164.81982,266.98178,755.1196,57.658268,15.164337,9.370312,786.18134,385.01855,70.28496,32.170544,239.13672,28.22347,287.59152,12.03766,51.912567,0.0,1974.4974,3307.6528,1.3466328,33.948284,22.67163,19147.299,55.7681,1.9171271,38.735485,67.78201,34.44213,9.895265,37.215034,418.45865,30.200186,25.574583,2.306023,8.377871,576.8452,0.35044172,356.36258,64.19435,2709.5332,107.36189,142.36678,184.69833,797.588,55.860878,56.601776,551.93,43.449112,41.65177,11.624739,36.172726,219.90407,10.950157,8.347158,88.18437,18.226854,4581.1157,24.290873,39.705647,21.64618,25.088686,356.00537,94.4924,41.03629,10.650888,12.297768,38.52762,87.44886,216.41447,62.64607,252.23383,31.2453,31.512325,102.88569,95.73407,50.623814,144.3816,14.817702,4.1665525,17.703186,20.348494,2587.5525,19.027046,29.390738,157.36955,25.703884,276.78503,98.19973,219.15749,8.297209,104.0084,702.7744,690.2748,63.31594,705.2057,123.80336,85.04328,71.94062,117.48079,20.616001,53.26313,498.07016,13.054835,19.063635,305.91437,10.206336,6.261507,79.75594,69.08324,701.8279,177.56618,177.6583,2006.1517,49.5757,1717.6443,1422.9247,6.868079,4.663676,1281.3911,15.774065,9.373152,332.06323,20.96768,43.410202,22.977234,79.089,335.6685,284.12744,3.090492,30.527246,54.891445,388.886,5.4533534,85.012405,7.468918,1.5963165,56.427975,1.2851218,1.4727935,5.0629554,10.168776,23.920677,17.50862,29.048521,227.9039,29.836693,13.5774765,24.876513,6.501901,79.52671,3.0993953,3.5002015,5.760081,62.783,1.2572235,3.1046324,8.678507,21.628931,15.093779,4.2440324,1.529208,91.11692,10.610795,205.08669,7.9805946,361.83408,18.998182,974.1426,144.94313,4.7446094,8.752893,244.67673,306.5704,1360.6,809.9603 +2023-03-15 22:00:00,0.0,2968.8494,28.017551,8.974972,7.315701,30.127804,176.8902,27.604431,56.05633,22.993902,36.414566,156.88947,300.0518,15.636808,21.613924,11.782181,2.4715765,32.222023,26.85993,21.928196,422.27505,12.175474,319.77692,123.012085,18.43711,163.48497,141.98065,68.54343,647.3853,262.18762,1797.5988,27.227997,2372.2876,343.51468,20.811613,16.890528,109.67557,164.89407,266.9735,754.01074,57.672714,15.17236,9.369606,786.41455,384.4554,70.29715,32.19019,239.13495,28.208572,287.5586,12.035863,51.931236,0.0,1976.0977,3310.7756,1.3496025,33.94257,22.681019,19155.928,55.794827,1.9179587,38.79693,67.88835,34.45535,9.897023,37.273872,418.5595,30.207905,25.60749,2.3091898,8.378672,577.1173,0.35034028,356.68842,64.141396,2710.006,107.29054,142.4292,184.71956,796.23517,55.796288,56.576244,551.28516,43.399563,41.607834,11.628103,36.17234,219.90721,10.949864,8.346526,88.21264,18.23127,4581.0664,24.299221,39.741936,21.65448,25.100056,356.0161,94.47767,41.067204,10.6541,12.3027935,38.55431,87.50385,216.55702,62.6955,252.2924,31.246988,31.548765,102.91278,95.90013,50.704304,144.3331,14.805522,4.1736155,17.696005,20.37452,2591.489,19.012115,29.458792,157.35658,25.715315,276.92963,98.22419,219.31992,8.296888,103.988396,703.36053,690.8723,63.365536,706.339,123.842026,85.13765,71.94634,117.3639,20.598454,53.236385,498.17328,13.046799,19.052004,305.80118,10.205914,6.2606044,79.73765,69.086914,701.838,177.53969,177.67032,2006.2557,49.626713,1718.099,1423.356,6.8696985,4.6635976,1281.2922,15.769533,9.374663,332.0205,20.972002,43.421856,22.988445,79.144966,335.90494,284.05844,3.0910592,30.531143,54.90514,389.11908,5.454702,85.01671,7.469601,1.5961479,56.421783,1.2852213,1.4727021,5.062656,10.16881,23.927032,17.517296,29.055286,228.03612,29.83647,13.574693,24.86391,6.5003457,79.512436,3.09888,3.4974103,5.7594085,62.779778,1.2551229,3.1031108,8.668449,21.662836,15.093241,4.241541,1.5307815,91.19918,10.616945,205.1398,7.9867477,362.1161,19.004335,973.82654,145.04437,4.746615,8.756407,244.96005,306.93008,1361.9031,809.7916 +2023-03-15 23:00:00,0.0,2970.387,28.019194,8.986529,7.3151116,30.142992,176.89299,27.611334,56.08046,22.998371,36.426865,156.91034,300.20648,15.646606,21.614597,11.778207,2.4704754,32.227173,26.825075,21.91818,422.31177,12.1525345,319.7099,122.9801,18.409594,163.26451,141.90714,68.52109,647.0959,262.14532,1797.5704,27.184364,2372.353,342.78848,20.785316,16.866652,109.51709,164.96834,266.9652,752.90186,57.687164,15.180384,9.368901,786.64777,383.8923,70.30934,32.209835,239.13318,28.193674,287.52563,12.034066,51.9499,0.0,1977.6978,3313.8984,1.3525722,33.93686,22.690409,19164.559,55.821552,1.9187903,38.85837,67.99469,34.468567,9.898783,37.33271,418.66037,30.215624,25.640396,2.312357,8.379473,577.3894,0.3502388,357.01422,64.08844,2710.4788,107.21919,142.49161,184.74078,794.8823,55.731693,56.550713,550.6403,43.350014,41.563892,11.631467,36.171955,219.91037,10.949573,8.345893,88.240906,18.235683,4581.017,24.30757,39.778225,21.662783,25.111427,356.0269,94.462944,41.098118,10.657312,12.307819,38.580997,87.558846,216.69957,62.744926,252.35098,31.248674,31.585205,102.939865,96.0662,50.78479,144.28459,14.793342,4.180679,17.688826,20.400545,2595.4255,18.997187,29.526846,157.34361,25.726746,277.07422,98.24866,219.48236,8.296569,103.96839,703.94666,691.4699,63.415127,707.47235,123.88069,85.23201,71.95206,117.247,20.580908,53.209644,498.2764,13.038762,19.040373,305.68802,10.205491,6.259702,79.719345,69.09059,701.84814,177.51318,177.68236,2006.3599,49.677727,1718.5538,1423.7872,6.871318,4.6635194,1281.1934,15.765002,9.376176,331.97775,20.976324,43.43351,22.999655,79.20094,336.14136,283.98944,3.0916264,30.535042,54.91883,389.35214,5.4560504,85.02101,7.4702845,1.5959795,56.415592,1.285321,1.472611,5.0623565,10.168845,23.933388,17.52597,29.062052,228.16832,29.836245,13.571908,24.85131,6.4987907,79.49815,3.0983648,3.494619,5.7587366,62.77655,1.2530222,3.1015892,8.658391,21.696741,15.092703,4.23905,1.5323551,91.28144,10.623095,205.1929,7.992901,362.39813,19.010487,973.51044,145.1456,4.748621,8.759919,245.24338,307.28973,1363.2062,809.623 +2023-03-16 00:00:00,0.0,2971.9248,28.020836,8.998088,7.3145223,30.158182,176.89578,27.618237,56.104588,23.002842,36.43916,156.93121,300.36115,15.656405,21.615269,11.774233,2.4693742,32.232327,26.790222,21.908165,422.34845,12.129595,319.64285,122.94811,18.382074,163.04404,141.8336,68.49876,646.80646,262.10303,1797.5421,27.140734,2372.4185,342.06226,20.759018,16.842777,109.35862,165.0426,266.95694,751.793,57.701614,15.188407,9.368196,786.881,383.32916,70.321526,32.22948,239.13142,28.178776,287.49268,12.0322695,51.96857,0.0,1979.298,3317.0212,1.3555418,33.931145,22.699799,19173.188,55.848274,1.9196221,38.91982,68.10103,34.481785,9.900541,37.39155,418.76123,30.223343,25.673304,2.3155239,8.380274,577.6615,0.35013735,357.34006,64.035484,2710.9517,107.14785,142.55403,184.76201,793.5295,55.667103,56.52518,549.99554,43.300465,41.519955,11.634831,36.17157,219.91353,10.949281,8.345261,88.26917,18.240099,4580.968,24.315918,39.814518,21.671083,25.122799,356.03763,94.44821,41.129032,10.660525,12.312845,38.607685,87.61384,216.8421,62.794357,252.40956,31.25036,31.621645,102.96696,96.23226,50.86528,144.23607,14.781161,4.1877418,17.681644,20.42657,2599.362,18.982258,29.5949,157.33064,25.738176,277.2188,98.27312,219.64479,8.296248,103.94839,704.5328,692.06744,63.46472,708.60565,123.91935,85.32638,71.95777,117.13011,20.56336,53.182903,498.37952,13.0307255,19.028742,305.57483,10.205069,6.2588,79.70105,69.09427,701.85834,177.4867,177.69438,2006.4637,49.72874,1719.0085,1424.2185,6.872937,4.6634407,1281.0945,15.76047,9.377687,331.93503,20.980644,43.445164,23.010866,79.25691,336.37778,283.92044,3.0921936,30.538939,54.93252,389.5852,5.457399,85.02531,7.470968,1.5958109,56.4094,1.2854207,1.4725196,5.062057,10.16888,23.939741,17.534647,29.068817,228.30052,29.836021,13.569124,24.838709,6.4972353,79.48387,3.0978496,3.4918277,5.7580647,62.773327,1.2509216,3.1000676,8.648334,21.730644,15.092166,4.236559,1.5339286,91.36371,10.629245,205.24602,7.999054,362.68015,19.01664,973.1944,145.24684,4.7506266,8.7634325,245.5267,307.6494,1364.5093,809.4543 +2023-03-16 01:00:00,0.0,2973.4624,28.022478,9.009646,7.3139334,30.173372,176.89857,27.62514,56.12872,23.00731,36.451458,156.95209,300.5158,15.6662035,21.61594,11.77026,2.468273,32.237476,26.75537,21.89815,422.38513,12.106655,319.5758,122.91613,18.354557,162.82358,141.76007,68.476425,646.517,262.06073,1797.5138,27.097103,2372.4836,341.33603,20.732721,16.818903,109.20014,165.11685,266.94864,750.68414,57.71606,15.19643,9.36749,787.11414,382.76602,70.33372,32.249126,239.12967,28.16388,287.45975,12.030473,51.987236,0.0,1980.8982,3320.144,1.3585114,33.92543,22.709188,19181.816,55.875,1.9204537,38.981262,68.20737,34.495003,9.902301,37.45039,418.8621,30.231062,25.70621,2.318691,8.381076,577.93353,0.3500359,357.6659,63.982525,2711.4243,107.0765,142.61644,184.78322,792.1767,55.602512,56.49965,549.3507,43.250916,41.476017,11.638195,36.171185,219.91669,10.948989,8.344628,88.29744,18.244514,4580.9185,24.324266,39.850807,21.679384,25.134169,356.04837,94.43349,41.159946,10.663737,12.31787,38.634373,87.66883,216.98465,62.843784,252.46814,31.252047,31.658085,102.99404,96.39832,50.945766,144.18756,14.768981,4.194805,17.674463,20.452597,2603.2986,18.967327,29.662954,157.31767,25.749607,277.3634,98.29758,219.80724,8.295929,103.92838,705.1189,692.665,63.514313,709.739,123.958015,85.42074,71.963486,117.01322,20.545815,53.156162,498.48267,13.022689,19.01711,305.46164,10.204646,6.2578974,79.68275,69.097946,701.86847,177.46019,177.70642,2006.5677,49.779755,1719.4634,1424.6498,6.8745565,4.6633625,1280.9956,15.755939,9.3792,331.8923,20.984966,43.456814,23.022078,79.31288,336.61423,283.85144,3.0927608,30.542837,54.946213,389.8183,5.4587474,85.02961,7.471651,1.5956423,56.40321,1.2855203,1.4724284,5.061758,10.168916,23.946096,17.543324,29.075583,228.43272,29.835796,13.56634,24.826109,6.49568,79.46959,3.0973344,3.4890366,5.7573924,62.7701,1.248821,3.0985458,8.638276,21.76455,15.091628,4.234068,1.5355023,91.44597,10.635394,205.29912,8.005207,362.96216,19.022793,972.87836,145.34808,4.752632,8.766946,245.81003,308.0091,1365.8124,809.2856 +2023-03-16 02:00:00,0.0,2975.0002,28.02412,9.021204,7.313344,30.18856,176.90138,27.632042,56.152847,23.011782,36.463757,156.97296,300.67047,15.6760025,21.616613,11.766286,2.4671717,32.24263,26.720516,21.888134,422.42184,12.083715,319.5088,122.88414,18.327038,162.6031,141.68654,68.454094,646.2276,262.01843,1797.4855,27.053473,2372.549,340.60983,20.706425,16.795027,109.041664,165.19112,266.94037,749.57526,57.73051,15.204454,9.366784,787.34735,382.2029,70.34591,32.268772,239.1279,28.148981,287.4268,12.028676,52.005905,0.0,1982.4983,3323.2666,1.3614812,33.919716,22.718578,19190.445,55.901722,1.9212854,39.042706,68.313705,34.508217,9.90406,37.509228,418.96295,30.238781,25.739117,2.321858,8.381877,578.2056,0.34993443,357.99173,63.92957,2711.8972,107.00515,142.67886,184.80444,790.82385,55.537918,56.474113,548.7059,43.201366,41.43208,11.64156,36.1708,219.91983,10.948697,8.343995,88.325714,18.248928,4580.869,24.332615,39.887096,21.687687,25.14554,356.05914,94.418755,41.19086,10.666949,12.322896,38.66106,87.72382,217.1272,62.89321,252.52672,31.253735,31.694525,103.02113,96.564384,51.026257,144.13905,14.756802,4.2018685,17.667284,20.478622,2607.2354,18.952398,29.731009,157.3047,25.761038,277.50803,98.322044,219.96967,8.2956085,103.90838,705.705,693.2625,63.563908,710.8723,123.99668,85.51511,71.9692,116.89633,20.528267,53.129417,498.5858,13.014652,19.00548,305.34848,10.204224,6.256995,79.66445,69.10162,701.8786,177.4337,177.71844,2006.6716,49.83077,1719.9181,1425.081,6.8761754,4.663284,1280.8969,15.751408,9.3807125,331.84958,20.989286,43.468468,23.033287,79.36886,336.85065,283.78247,3.093328,30.546736,54.959904,390.05136,5.460096,85.03391,7.4723344,1.5954738,56.39702,1.2856199,1.4723371,5.0614586,10.168951,23.952452,17.551998,29.082348,228.56494,29.835573,13.563556,24.813509,6.494125,79.45531,3.096819,3.4862454,5.7567205,62.766872,1.2467204,3.0970242,8.628218,21.798454,15.09109,4.231577,1.5370759,91.52823,10.641544,205.35223,8.01136,363.24417,19.028944,972.56226,145.44931,4.7546377,8.770459,246.09334,308.36877,1367.1155,809.11694 +2023-03-16 03:00:00,0.0,2976.5378,28.025763,9.032763,7.3127546,30.20375,176.90417,27.638945,56.176975,23.01625,36.476055,156.99384,300.82516,15.6858015,21.617285,11.762312,2.4660707,32.247784,26.685663,21.878119,422.45853,12.060776,319.44174,122.85216,18.299519,162.38264,141.61302,68.43176,645.9382,261.97614,1797.4572,27.00984,2372.6145,339.8836,20.680128,16.771152,108.883194,165.26538,266.93207,748.4664,57.74496,15.212478,9.366079,787.58057,381.63977,70.35809,32.288418,239.12613,28.134083,287.39383,12.026879,52.02457,0.0,1984.0984,3326.3894,1.3644508,33.914,22.727968,19199.074,55.928448,1.922117,39.10415,68.420044,34.521435,9.905819,37.568066,419.0638,30.2465,25.772022,2.325025,8.382678,578.4777,0.34983298,358.31754,63.876614,2712.3699,106.9338,142.74127,184.82567,789.471,55.473328,56.44858,548.06104,43.151817,41.38814,11.644923,36.17041,219.92299,10.948405,8.343363,88.35398,18.253344,4580.8193,24.340963,39.923386,21.695988,25.156912,356.0699,94.40403,41.221775,10.670161,12.327922,38.687748,87.77882,217.26974,62.942642,252.5853,31.25542,31.730965,103.04822,96.730446,51.106743,144.09053,14.744621,4.2089314,17.660103,20.504646,2611.1719,18.937468,29.799063,157.29173,25.772469,277.65262,98.346504,220.13211,8.295288,103.888374,706.29114,693.86005,63.6135,712.0057,124.03535,85.609474,71.97492,116.77944,20.510721,53.102676,498.6889,13.006616,18.993847,305.2353,10.203802,6.256093,79.64615,69.1053,701.8888,177.40721,177.73048,2006.7756,49.881783,1720.3729,1425.5123,6.8777947,4.6632056,1280.798,15.746876,9.382224,331.80685,20.993608,43.48012,23.044498,79.42483,337.0871,283.71347,3.0938952,30.550632,54.973595,390.28442,5.461445,85.038216,7.4730177,1.5953052,56.390827,1.2857195,1.4722459,5.061159,10.168985,23.958807,17.560675,29.089113,228.69714,29.83535,13.560772,24.800907,6.4925694,79.441025,3.0963037,3.483454,5.756048,62.76365,1.2446197,3.0955026,8.61816,21.83236,15.090552,4.229086,1.5386494,91.61049,10.647694,205.40533,8.017513,363.52618,19.035097,972.2462,145.55055,4.7566433,8.7739725,246.37666,308.72845,1368.4186,808.94824 +2023-03-16 04:00:00,0.0,2978.0757,28.027405,9.04432,7.3121653,30.21894,176.90697,27.645847,56.201107,23.020721,36.488354,157.01471,300.97983,15.6956,21.617956,11.758338,2.4649694,32.252934,26.65081,21.868103,422.4952,12.037835,319.3747,122.820175,18.272001,162.16219,141.53949,68.40943,645.64874,261.93384,1797.429,26.96621,2372.68,339.15738,20.653831,16.747278,108.72472,165.33965,266.9238,747.3575,57.759407,15.220501,9.365374,787.8138,381.07666,70.370285,32.308064,239.12437,28.119184,287.3609,12.025083,52.04324,0.0,1985.6986,3329.5122,1.3674206,33.90829,22.737358,19207.703,55.95517,1.9229487,39.165592,68.52638,34.534653,9.907578,37.626907,419.16467,30.25422,25.804928,2.328192,8.383479,578.74976,0.3497315,358.64337,63.823654,2712.8428,106.86245,142.8037,184.8469,788.11816,55.408733,56.42305,547.4162,43.10227,41.344204,11.648288,36.170025,219.92615,10.948113,8.3427305,88.38225,18.257757,4580.77,24.349312,39.95968,21.704288,25.168282,356.08063,94.389305,41.25269,10.673373,12.332947,38.714436,87.83381,217.41228,62.99207,252.64386,31.257107,31.767405,103.07531,96.89651,51.187233,144.04202,14.732441,4.215995,17.652922,20.530672,2615.1084,18.922539,29.867117,157.27876,25.7839,277.7972,98.370964,220.29454,8.294969,103.86837,706.87726,694.45764,63.663094,713.139,124.07401,85.703835,71.98064,116.662544,20.493174,53.075935,498.79202,12.998579,18.982216,305.1221,10.20338,6.2551904,79.627846,69.10898,701.8989,177.3807,177.74251,2006.8796,49.932796,1720.8276,1425.9437,6.879414,4.663127,1280.6991,15.742344,9.383737,331.76413,20.997929,43.491776,23.05571,79.4808,337.32352,283.64447,3.0944624,30.554531,54.987286,390.51752,5.4627934,85.04251,7.473701,1.5951368,56.384636,1.2858192,1.4721546,5.0608597,10.169021,23.96516,17.56935,29.095879,228.82935,29.835125,13.557987,24.788307,6.491014,79.42675,3.0957885,3.4806628,5.7553763,62.76042,1.2425191,3.093981,8.608102,21.866262,15.090015,4.226595,1.540223,91.69276,10.653844,205.45844,8.023666,363.8082,19.04125,971.9302,145.6518,4.758649,8.777485,246.65999,309.0881,1369.7217,808.7796 +2023-03-16 05:00:00,0.0,2979.6135,28.029045,9.055879,7.311576,30.234129,176.90976,27.65275,56.225235,23.02519,36.500652,157.03558,301.1345,15.705399,21.61863,11.754364,2.4638681,32.258087,26.615957,21.858088,422.53192,12.014895,319.30765,122.788185,18.244482,161.94171,141.46596,68.38709,645.3593,261.89154,1797.4006,26.922579,2372.7454,338.43118,20.627533,16.723402,108.56624,165.4139,266.9155,746.2486,57.773857,15.228524,9.364668,788.04694,380.51352,70.38248,32.32771,239.12259,28.104286,287.32794,12.023286,52.061905,0.0,1987.2988,3332.635,1.3703902,33.902576,22.746748,19216.332,55.981895,1.9237803,39.227036,68.63272,34.54787,9.909337,37.685745,419.26553,30.261938,25.837835,2.3313591,8.38428,579.02185,0.34963006,358.9692,63.7707,2713.3154,106.79111,142.86612,184.86812,786.7654,55.344143,56.39752,546.77136,43.05272,41.300266,11.651651,36.16964,219.9293,10.947822,8.342097,88.410515,18.262173,4580.7207,24.35766,39.995968,21.71259,25.179653,356.0914,94.37457,41.283604,10.676586,12.337973,38.741123,87.8888,217.55482,63.0415,252.70244,31.258793,31.803844,103.102394,97.06257,51.26772,143.99352,14.720261,4.2230577,17.64574,20.556698,2619.045,18.90761,29.93517,157.2658,25.79533,277.9418,98.39543,220.45699,8.294648,103.848366,707.4634,695.0552,63.71269,714.27234,124.11268,85.7982,71.98635,116.545654,20.475628,53.049194,498.89514,12.990541,18.970585,305.0089,10.202957,6.254288,79.60955,69.112656,701.90906,177.35422,177.75455,2006.9836,49.98381,1721.2825,1426.375,6.8810334,4.6630487,1280.6002,15.737813,9.385248,331.7214,21.00225,43.50343,23.06692,79.53677,337.55997,283.57547,3.0950296,30.558428,55.000977,390.75058,5.464142,85.046814,7.474384,1.5949682,56.378445,1.2859188,1.4720633,5.06056,10.169056,23.971516,17.578026,29.102642,228.96155,29.834902,13.555203,24.775705,6.4894586,79.41247,3.0952733,3.4778717,5.7547045,62.757195,1.2404186,3.0924594,8.598044,21.900167,15.089478,4.224104,1.5417967,91.77502,10.659993,205.51155,8.02982,364.0902,19.047403,971.6141,145.75304,4.7606544,8.780998,246.94331,309.44778,1371.0248,808.6109 +2023-03-16 06:00:00,0.0,2981.1511,28.030687,9.067437,7.3109865,30.24932,176.91255,27.659655,56.249363,23.029661,36.51295,157.05646,301.28915,15.715198,21.6193,11.75039,2.4627671,32.263237,26.581104,21.848072,422.5686,11.991956,319.24063,122.7562,18.216963,161.72125,141.39243,68.36476,645.0699,261.84924,1797.3723,26.878948,2372.8108,337.70496,20.601236,16.699528,108.40777,165.48816,266.90723,745.1398,57.788307,15.236547,9.363962,788.28015,379.9504,70.39466,32.34736,239.12083,28.089388,287.29498,12.021489,52.080574,0.0,1988.8992,3335.7576,1.3733598,33.896862,22.756138,19224.96,56.00862,1.924612,39.288483,68.73906,34.56109,9.911097,37.744583,419.3664,30.269657,25.87074,2.334526,8.385082,579.29395,0.3495286,359.29504,63.717743,2713.7883,106.71976,142.92853,184.88933,785.41254,55.27955,56.371986,546.1265,43.00317,41.25633,11.655016,36.169254,219.93245,10.94753,8.341465,88.43878,18.266588,4580.6714,24.366009,40.032257,21.720892,25.191025,356.10214,94.35985,41.314518,10.679798,12.3429985,38.76781,87.943794,217.69737,63.090927,252.76102,31.26048,31.840284,103.129486,97.22863,51.34821,143.94499,14.708081,4.230121,17.638561,20.582724,2622.9814,18.89268,30.003223,157.25282,25.80676,278.0864,98.41989,220.61942,8.294328,103.82836,708.0495,695.6527,63.76228,715.40564,124.151344,85.89256,71.992065,116.428764,20.45808,53.02245,498.99826,12.982505,18.958954,304.89575,10.202535,6.253386,79.59125,69.11634,701.91925,177.32771,177.76657,2007.0875,50.034824,1721.7372,1426.8063,6.8826528,4.6629705,1280.5015,15.733281,9.386761,331.67868,21.006573,43.515083,23.07813,79.59274,337.7964,283.50647,3.0955968,30.562326,55.014668,390.98364,5.4654903,85.05112,7.475067,1.5947996,56.372253,1.2860184,1.4719721,5.060261,10.169091,23.97787,17.5867,29.109407,229.09377,29.834677,13.55242,24.763105,6.4879036,79.398186,3.094758,3.4750805,5.754032,62.75397,1.238318,3.0909379,8.587986,21.934072,15.08894,4.221613,1.5433702,91.85728,10.666143,205.56465,8.035974,364.37222,19.053555,971.29803,145.85426,4.76266,8.784512,247.22664,309.80746,1372.3279,808.44226 +2023-03-16 07:00:00,0.0,2982.689,28.03233,9.078995,7.3103976,30.264507,176.91534,27.666557,56.27349,23.03413,36.52525,157.07735,301.44385,15.724996,21.619972,11.746416,2.4616659,32.26839,26.54625,21.838057,422.60532,11.969016,319.17358,122.72421,18.189445,161.50078,141.31891,68.34243,644.78046,261.80695,1797.344,26.835316,2372.8762,336.97873,20.57494,16.675653,108.2493,165.56242,266.89893,744.0309,57.802757,15.244571,9.363257,788.51337,379.38727,70.40685,32.367004,239.11908,28.07449,287.26205,12.019692,52.09924,0.0,1990.4993,3338.8804,1.3763295,33.891148,22.765528,19233.59,56.035343,1.9254436,39.349926,68.8454,34.574306,9.912856,37.80342,419.46725,30.277376,25.903648,2.3376932,8.385883,579.566,0.34942713,359.62085,63.664783,2714.261,106.64841,142.99095,184.91055,784.0597,55.21496,56.346455,545.4817,42.953625,41.21239,11.65838,36.16887,219.93561,10.947238,8.340832,88.46705,18.271002,4580.622,24.374357,40.06855,21.729193,25.202394,356.11288,94.345116,41.34543,10.68301,12.348023,38.7945,87.99879,217.83992,63.140358,252.8196,31.262167,31.876724,103.15657,97.39469,51.428696,143.89648,14.695901,4.237184,17.63138,20.60875,2626.918,18.87775,30.071278,157.23985,25.818192,278.231,98.44435,220.78186,8.294008,103.80836,708.6356,696.25024,63.811874,716.539,124.19001,85.98693,71.99778,116.311874,20.440535,52.99571,499.10138,12.974468,18.947323,304.78256,10.202112,6.252484,79.57295,69.12002,701.9294,177.30122,177.77861,2007.1915,50.08584,1722.192,1427.2375,6.884272,4.662892,1280.4026,15.728749,9.388272,331.63596,21.010893,43.526733,23.089342,79.64871,338.0328,283.43747,3.096164,30.566225,55.02836,391.2167,5.466839,85.05542,7.4757504,1.5946311,56.366062,1.286118,1.4718808,5.0599613,10.1691265,23.984226,17.595377,29.116173,229.22597,29.834454,13.549635,24.750504,6.486348,79.3839,3.0942428,3.4722893,5.7533603,62.750744,1.2362174,3.089416,8.577929,21.967978,15.088402,4.219122,1.5449438,91.93954,10.672293,205.61777,8.042127,364.65424,19.059708,970.982,145.9555,4.7646656,8.788025,247.50996,310.16714,1373.631,808.27356 +2023-03-16 08:00:00,0.0,2984.2266,28.033972,9.090553,7.3098083,30.279697,176.91814,27.67346,56.297623,23.0386,36.537548,157.09822,301.5985,15.734795,21.620646,11.742442,2.4605646,32.27354,26.511396,21.828041,422.642,11.946076,319.10654,122.69223,18.161926,161.28032,141.24538,68.3201,644.491,261.76465,1797.3157,26.791685,2372.9417,336.25253,20.548643,16.651777,108.09082,165.63667,266.89066,742.922,57.817204,15.252594,9.362552,788.7466,378.82416,70.419044,32.38665,239.11731,28.059591,287.2291,12.017896,52.11791,0.0,1992.0994,3342.0032,1.3792992,33.885433,22.774916,19242.22,56.06207,1.9262754,39.41137,68.95174,34.58752,9.914615,37.862263,419.5681,30.285095,25.936554,2.3408601,8.386684,579.8381,0.3493257,359.9467,63.611828,2714.734,106.57706,143.05336,184.93178,782.70685,55.150364,56.320923,544.83685,42.904076,41.16845,11.661744,36.168484,219.93877,10.946945,8.340199,88.495316,18.275417,4580.5728,24.382706,40.10484,21.737494,25.213766,356.12366,94.33039,41.376343,10.686222,12.353049,38.82119,88.05378,217.98245,63.189785,252.87817,31.263853,31.913164,103.18366,97.56075,51.509186,143.84796,14.683721,4.2442474,17.624199,20.634775,2630.8545,18.862822,30.139332,157.22688,25.829622,278.3756,98.46882,220.94429,8.293688,103.78835,709.22174,696.8478,63.861465,717.6723,124.22867,86.08129,72.0035,116.19498,20.422987,52.968967,499.2045,12.966432,18.935692,304.66937,10.20169,6.251581,79.55465,69.123695,701.9395,177.27473,177.79063,2007.2954,50.136852,1722.6467,1427.6688,6.8858914,4.6628137,1280.3037,15.724218,9.389785,331.5932,21.015215,43.538387,23.100552,79.70469,338.26926,283.36847,3.0967312,30.570122,55.042053,391.4498,5.4681873,85.059715,7.4764338,1.5944626,56.35987,1.2862177,1.4717896,5.059662,10.169161,23.99058,17.604053,29.122938,229.35817,29.834229,13.546851,24.737904,6.4847927,79.36962,3.0937276,3.469498,5.7526884,62.74752,1.2341167,3.0878944,8.567871,22.00188,15.087865,4.216631,1.5465174,92.021805,10.678443,205.67087,8.04828,364.93628,19.06586,970.6659,146.05675,4.7666717,8.791538,247.79329,310.52682,1374.9341,808.10486 +2023-03-16 09:00:00,0.0,2985.7644,28.035614,9.102112,7.309219,30.294888,176.92094,27.680363,56.32175,23.04307,36.549847,157.1191,301.75317,15.744594,21.621317,11.738469,2.4594636,32.278694,26.476543,21.818026,422.67868,11.923137,319.03952,122.66025,18.134409,161.05986,141.17184,68.29777,644.2016,261.72235,1797.2874,26.748055,2373.0068,335.5263,20.522345,16.627903,107.93234,165.71094,266.88235,741.8131,57.831654,15.260617,9.361846,788.9798,378.26102,70.43123,32.406296,239.11554,28.044693,287.19614,12.016099,52.136574,0.0,1993.6996,3345.126,1.3822689,33.879723,22.784306,19250.85,56.08879,1.927107,39.472813,69.058075,34.60074,9.916374,37.9211,419.66898,30.292814,25.969461,2.3440273,8.3874855,580.11017,0.3492242,360.27252,63.558872,2715.2065,106.50571,143.11578,184.953,781.35406,55.085773,56.29539,544.192,42.854527,41.12451,11.665108,36.1681,219.94193,10.946653,8.339567,88.52358,18.279833,4580.523,24.391054,40.14113,21.745796,25.225138,356.1344,94.31566,41.407257,10.689434,12.358075,38.847878,88.10877,218.125,63.239216,252.93675,31.26554,31.949604,103.21075,97.726814,51.589672,143.79945,14.67154,4.2513103,17.61702,20.6608,2634.791,18.84789,30.207386,157.21391,25.841053,278.5202,98.49328,221.10674,8.293367,103.76835,709.80786,697.4453,63.91106,718.80566,124.267334,86.17566,72.00922,116.07809,20.405441,52.942226,499.30765,12.958395,18.92406,304.5562,10.201267,6.250679,79.536354,69.12737,701.9497,177.24823,177.80267,2007.3994,50.187866,1723.1016,1428.1001,6.8875103,4.662735,1280.2048,15.7196865,9.391296,331.55048,21.019535,43.55004,23.111763,79.76066,338.50568,283.2995,3.0972984,30.57402,55.055744,391.68286,5.469536,85.06402,7.477117,1.5942941,56.35368,1.2863173,1.4716983,5.0593624,10.169196,23.996935,17.612728,29.129704,229.49037,29.834005,13.544066,24.725302,6.4832377,79.35534,3.0932124,3.4667068,5.752016,62.744293,1.2320161,3.0863729,8.557813,22.035786,15.087327,4.21414,1.548091,92.104065,10.684592,205.72398,8.054433,365.2183,19.072012,970.34985,146.15797,4.768677,8.795051,248.07661,310.88647,1376.2372,807.9362 +2023-03-16 10:00:00,0.0,2987.302,28.037256,9.113669,7.3086295,30.310076,176.92374,27.687265,56.34588,23.04754,36.562145,157.13997,301.90784,15.754392,21.621988,11.734495,2.4583623,32.283848,26.44169,21.80801,422.7154,11.900197,318.97247,122.62826,18.10689,160.83939,141.09831,68.27544,643.9122,261.68005,1797.259,26.704424,2373.0723,334.80008,20.496048,16.604029,107.77387,165.7852,266.87408,740.7042,57.846104,15.2686405,9.36114,789.21295,377.69788,70.44342,32.42594,239.11378,28.029795,287.1632,12.014302,52.155243,0.0,1995.2998,3348.2485,1.3852385,33.87401,22.793695,19259.479,56.115517,1.9279387,39.534256,69.16441,34.613956,9.918133,37.97994,419.76984,30.300533,26.002367,2.3471942,8.388288,580.38226,0.34912276,360.59836,63.505913,2715.6794,106.434364,143.17819,184.97421,780.0012,55.021183,56.26986,543.5472,42.804977,41.080574,11.668472,36.167713,219.94507,10.946362,8.338934,88.55185,18.284246,4580.4736,24.399403,40.177418,21.754097,25.236507,356.14514,94.300934,41.43817,10.692647,12.363101,38.874565,88.163765,218.26755,63.288643,252.99533,31.267227,31.986044,103.23784,97.892876,51.670162,143.75095,14.659361,4.2583737,17.609838,20.686827,2638.7278,18.832962,30.27544,157.20094,25.852484,278.6648,98.51774,221.26917,8.293048,103.748344,710.394,698.0429,63.96065,719.93896,124.306,86.27002,72.01493,115.9612,20.387894,52.91548,499.41077,12.950358,18.91243,304.44302,10.200845,6.249777,79.51805,69.13105,701.95984,177.22174,177.8147,2007.5034,50.23888,1723.5563,1428.5314,6.8891296,4.662657,1280.1061,15.715155,9.392809,331.50775,21.023857,43.561695,23.122974,79.81663,338.74213,283.2305,3.0978656,30.577917,55.069435,391.91592,5.4708843,85.06832,7.4778004,1.5941255,56.34749,1.2864169,1.4716071,5.059063,10.169231,24.00329,17.621405,29.136469,229.62259,29.83378,13.541283,24.712702,6.4816823,79.341064,3.0926971,3.4639156,5.751344,62.741066,1.2299155,3.0848513,8.547755,22.06969,15.086789,4.2116485,1.5496646,92.186325,10.6907425,205.77708,8.060586,365.5003,19.078165,970.0338,146.25922,4.770683,8.798564,248.35994,311.24615,1377.5403,807.7675 +2023-03-16 11:00:00,0.0,2988.8398,28.038898,9.125228,7.30804,30.325266,176.92653,27.694168,56.37001,23.05201,36.574444,157.16084,302.06253,15.764191,21.622662,11.730521,2.457261,32.288998,26.406837,21.797995,422.75208,11.877256,318.90543,122.596275,18.07937,160.61893,141.0248,68.2531,643.62274,261.63776,1797.2307,26.660791,2373.1377,334.07388,20.469751,16.580153,107.615395,165.85945,266.86578,739.59534,57.86055,15.276664,9.3604355,789.44617,377.13477,70.45561,32.445587,239.11203,28.014896,287.13025,12.012506,52.17391,0.0,1996.8999,3351.3713,1.3882082,33.868294,22.803085,19268.107,56.14224,1.9287703,39.5957,69.27075,34.627174,9.919892,38.038776,419.8707,30.308252,26.035275,2.3503613,8.389089,580.6543,0.3490213,360.92416,63.452957,2716.152,106.363014,143.24062,184.99544,778.6484,54.95659,56.244328,542.90234,42.75543,41.036636,11.671836,36.167324,219.94823,10.94607,8.338302,88.58012,18.288662,4580.4243,24.407751,40.21371,21.762398,25.247879,356.1559,94.2862,41.469086,10.695859,12.368126,38.901253,88.21876,218.4101,63.338074,253.05391,31.268913,32.022484,103.26492,98.05894,51.75065,143.70242,14.647181,4.2654366,17.602657,20.712852,2642.6643,18.818031,30.343494,157.18797,25.863914,278.8094,98.542206,221.43161,8.292727,103.72834,710.9801,698.64044,64.01025,721.0723,124.344666,86.36439,72.020645,115.84431,20.370348,52.88874,499.5139,12.942322,18.900797,304.32983,10.200422,6.248874,79.499756,69.13473,701.97,177.19524,177.82674,2007.6074,50.289894,1724.0111,1428.9626,6.890749,4.662578,1280.0072,15.710624,9.3943205,331.46503,21.028177,43.57335,23.134184,79.8726,338.97855,283.1615,3.0984328,30.581816,55.083126,392.14902,5.472233,85.072624,7.4784837,1.593957,56.341297,1.2865165,1.4715158,5.0587635,10.169267,24.009645,17.63008,29.143234,229.75479,29.833557,13.538498,24.7001,6.480127,79.32678,3.092182,3.4611244,5.750672,62.737843,1.2278149,3.0833297,8.537697,22.103596,15.086251,4.2091575,1.5512382,92.268585,10.696892,205.8302,8.066739,365.78232,19.084318,969.7177,146.36046,4.7726884,8.802077,248.64326,311.60583,1378.8434,807.5989 +2023-03-16 12:00:00,0.0,2990.3774,28.040539,9.1367855,7.3074512,30.340454,176.92932,27.70107,56.39414,23.05648,36.58674,157.18172,302.2172,15.773989,21.623333,11.726547,2.45616,32.29415,26.371984,21.78798,422.78876,11.854317,318.83838,122.564285,18.051853,160.39847,140.95126,68.23077,643.3334,261.59546,1797.2024,26.61716,2373.2031,333.34766,20.443455,16.556278,107.45692,165.93372,266.85748,738.48645,57.875,15.284687,9.35973,789.6794,376.57162,70.467804,32.465233,239.11026,28.0,287.0973,12.010708,52.192577,0.0,1998.5001,3354.4941,1.3911779,33.86258,22.812475,19276.736,56.168964,1.9296019,39.657143,69.37709,34.640392,9.921652,38.09762,419.97156,30.315971,26.06818,2.3535285,8.38989,580.9264,0.34891984,361.25,63.4,2716.625,106.291664,143.30304,185.01666,777.29553,54.892,56.218796,542.2575,42.70588,40.9927,11.6752,36.16694,219.95139,10.945778,8.337669,88.60838,18.293076,4580.375,24.4161,40.25,21.770699,25.25925,356.16666,94.27148,41.5,10.699071,12.373152,38.92794,88.27376,218.55264,63.3875,253.11249,31.2706,32.05892,103.29201,98.225,51.83114,143.65392,14.635,4.2725,17.595478,20.738878,2646.6008,18.803102,30.411549,157.175,25.875345,278.95398,98.566666,221.59404,8.292408,103.70833,711.5663,699.238,64.05984,722.2056,124.38333,86.458755,72.02637,115.72742,20.3528,52.862,499.617,12.934285,18.889166,304.21667,10.2,6.247972,79.48145,69.138405,701.9801,177.16875,177.83878,2007.7114,50.34091,1724.4658,1429.394,6.8923683,4.6625,1279.9083,15.706092,9.395833,331.4223,21.0325,43.585,23.145395,79.92857,339.21497,283.0925,3.099,30.585712,55.096817,392.38208,5.4735813,85.07692,7.479167,1.5937884,56.335106,1.2866162,1.4714246,5.058464,10.169302,24.015999,17.638756,29.15,229.887,29.833332,13.535714,24.6875,6.478572,79.3125,3.0916667,3.458333,5.75,62.734615,1.2257142,3.081808,8.527639,22.1375,15.085714,4.2066665,1.5528119,92.35085,10.703042,205.8833,8.072892,366.06433,19.09047,969.4017,146.4617,4.774694,8.805591,248.92657,311.9655,1380.1465,807.4302 +2023-03-16 13:00:00,0.0,2991.9153,28.042181,9.148344,7.306862,30.355644,176.93211,27.707973,56.418266,23.060951,36.599037,157.20259,302.37186,15.783788,21.624004,11.722573,2.4550588,32.2993,26.337132,21.777962,422.82547,11.831377,318.77136,122.5323,18.024334,160.178,140.87773,68.208435,643.04395,261.55316,1797.1742,26.57353,2373.2686,332.62143,20.417158,16.532404,107.29845,166.00798,266.8492,737.3776,57.88945,15.292711,9.359024,789.9126,376.0085,70.47999,32.48488,239.10847,27.985102,287.06436,12.008911,52.211246,0.0,2000.1003,3357.617,1.3941475,33.856865,22.821865,19285.365,56.19569,1.9304336,39.71859,69.48343,34.65361,9.92341,38.156456,420.07245,30.323692,26.101088,2.3566954,8.390691,581.1985,0.3488184,361.57584,63.347042,2717.098,106.220314,143.36545,185.03789,775.9427,54.827404,56.19326,541.6127,42.65633,40.94876,11.678565,36.166553,219.95454,10.945486,8.337036,88.63666,18.297491,4580.3257,24.424448,40.28629,21.779001,25.27062,356.1774,94.25675,41.530914,10.702283,12.378178,38.954628,88.32875,218.69518,63.436928,253.17105,31.272285,32.095364,103.3191,98.39106,51.911625,143.60541,14.62282,4.2795634,17.588297,20.764904,2650.5374,18.788174,30.4796,157.16203,25.886776,279.09857,98.591125,221.75647,8.292088,103.688324,712.1524,699.8355,64.109436,723.339,124.422,86.553116,72.03208,115.61052,20.335255,52.83526,499.72012,12.926249,18.877535,304.1035,10.199577,6.24707,79.46315,69.14208,701.9903,177.14226,177.8508,2007.8153,50.391926,1724.9205,1429.8253,6.8939877,4.6624217,1279.8094,15.70156,9.397346,331.37958,21.036821,43.596653,23.156607,79.98454,339.45142,283.0235,3.0995672,30.589611,55.110508,392.61514,5.4749303,85.08122,7.47985,1.59362,56.32891,1.2867159,1.4713333,5.0581646,10.169336,24.022354,17.64743,29.156765,230.0192,29.833109,13.53293,24.6749,6.4770164,79.29822,3.0911515,3.4555418,5.749328,62.731388,1.2236136,3.0802863,8.517581,22.171404,15.085176,4.2041755,1.5543854,92.43311,10.709192,205.9364,8.079045,366.34634,19.096622,969.08563,146.56293,4.7766995,8.809104,249.2099,312.3252,1381.4495,807.2615 +2023-03-16 14:00:00,0.0,2993.4531,28.043823,9.159903,7.3062725,30.370834,176.9349,27.714876,56.442398,23.06542,36.611336,157.22346,302.52655,15.793587,21.624678,11.718599,2.4539576,32.304455,26.302277,21.767946,422.86215,11.808437,318.7043,122.50032,17.996815,159.95753,140.80421,68.186104,642.7545,261.51086,1797.1459,26.529898,2373.334,331.89523,20.39086,16.508528,107.13998,166.08223,266.8409,736.26874,57.903896,15.3007345,9.358319,790.1458,375.44537,70.49218,32.504524,239.10672,27.970203,287.0314,12.007114,52.22991,0.0,2001.7004,3360.7397,1.3971173,33.851154,22.831255,19293.994,56.222412,1.9312652,39.780033,69.58977,34.666824,9.92517,38.215294,420.1733,30.331411,26.133993,2.3598626,8.391492,581.4705,0.3487169,361.90167,63.294086,2717.5706,106.148964,143.42787,185.05911,774.5899,54.762814,56.16773,540.96783,42.60678,40.904823,11.681929,36.16617,219.9577,10.945194,8.336404,88.664925,18.301907,4580.2764,24.432796,40.322582,21.787302,25.281992,356.18817,94.24202,41.56183,10.705495,12.383203,38.981316,88.38374,218.83772,63.48636,253.22963,31.273972,32.1318,103.34618,98.55712,51.99211,143.55688,14.61064,4.2866263,17.581116,20.79093,2654.4739,18.773243,30.547655,157.14906,25.898207,279.2432,98.61559,221.91891,8.291767,103.66832,712.7385,700.43304,64.15903,724.4723,124.46066,86.647484,72.037796,115.49363,20.317707,52.808517,499.82324,12.918212,18.865904,303.9903,10.199155,6.246167,79.444855,69.14576,702.0004,177.11575,177.86284,2007.9193,50.44294,1725.3754,1430.2566,6.895607,4.662343,1279.7106,15.697029,9.398857,331.33685,21.041142,43.608307,23.167816,80.04051,339.68784,282.9545,3.1001344,30.59351,55.1242,392.84824,5.476279,85.085526,7.480533,1.5934514,56.32272,1.2868155,1.471242,5.057865,10.169372,24.02871,17.656107,29.16353,230.1514,29.832886,13.530146,24.662298,6.475461,79.283936,3.0906363,3.4527507,5.748656,62.728165,1.221513,3.0787647,8.507524,22.205309,15.084639,4.2016845,1.555959,92.51537,10.715342,205.98952,8.085198,366.62836,19.102776,968.76953,146.66417,4.778705,8.812616,249.49323,312.68484,1382.7526,807.09283 +2023-03-16 15:00:00,0.0,2994.9907,28.045465,9.17146,7.305683,30.386023,176.9377,27.721779,56.466526,23.069891,36.623634,157.24434,302.6812,15.803385,21.625349,11.714625,2.4528563,32.309605,26.267424,21.75793,422.89886,11.785498,318.63727,122.46833,17.969297,159.73706,140.73068,68.16377,642.4651,261.46857,1797.1176,26.486267,2373.3994,331.169,20.364563,16.484653,106.9815,166.1565,266.83264,735.15985,57.918346,15.308758,9.357614,790.37897,374.88226,70.50437,32.52417,239.10495,27.955305,286.99847,12.005318,52.24858,0.0,2003.3007,3363.8623,1.4000869,33.84544,22.840645,19302.623,56.249138,1.932097,39.841476,69.696106,34.680042,9.9269285,38.274136,420.27417,30.33913,26.1669,2.3630295,8.392294,581.7426,0.34861547,362.2275,63.241127,2718.0435,106.07762,143.49028,185.08032,773.23706,54.69822,56.142197,540.323,42.55723,40.860886,11.685293,36.165783,219.96085,10.944902,8.335771,88.69319,18.30632,4580.227,24.441145,40.35887,21.795603,25.293362,356.1989,94.227295,41.592743,10.708708,12.388228,39.008003,88.438736,218.98027,63.535786,253.28821,31.27566,32.168243,103.373276,98.72318,52.0726,143.50838,14.59846,4.2936897,17.573935,20.816956,2658.4104,18.758314,30.61571,157.1361,25.909637,279.3878,98.64005,222.08134,8.291448,103.648315,713.32465,701.03064,64.20862,725.60565,124.49933,86.741844,72.04351,115.37674,20.300161,52.781773,499.92636,12.910175,18.854273,303.8771,10.198732,6.245265,79.42655,69.14944,702.01056,177.08926,177.87486,2008.0232,50.493954,1725.8301,1430.6879,6.8972263,4.662265,1279.6118,15.692497,9.40037,331.29413,21.045464,43.61996,23.179028,80.09649,339.9243,282.8855,3.1007016,30.597406,55.13789,393.0813,5.4776273,85.08983,7.4812164,1.5932828,56.31653,1.2869151,1.4711508,5.0575657,10.169407,24.035065,17.664782,29.170296,230.28362,29.83266,13.527362,24.649698,6.4739056,79.26966,3.090121,3.4499595,5.747984,62.724937,1.2194124,3.077243,8.497465,22.239214,15.084101,4.1991935,1.5575325,92.59764,10.721492,206.04262,8.091352,366.91037,19.108929,968.4535,146.76541,4.7807107,8.81613,249.77655,313.04453,1384.0557,806.92413 +2023-03-16 16:00:00,0.0,2996.5286,28.047108,9.183019,7.305094,30.401213,176.9405,27.728682,56.490654,23.07436,36.635933,157.26521,302.83588,15.813184,21.62602,11.710652,2.4517553,32.31476,26.23257,21.747915,422.93555,11.762558,318.57025,122.43635,17.941778,159.5166,140.65715,68.14144,642.17566,261.42627,1797.0892,26.442636,2373.4646,330.44278,20.338266,16.46078,106.82302,166.23076,266.82434,734.05096,57.932796,15.316781,9.356908,790.6122,374.31912,70.516556,32.543816,239.10318,27.940407,286.9655,12.003521,52.267246,0.0,2004.9009,3366.985,1.4030565,33.839725,22.850035,19311.252,56.27586,1.9329286,39.90292,69.802444,34.69326,9.928688,38.332973,420.37503,30.34685,26.199806,2.3661966,8.393095,582.0147,0.348514,362.5533,63.18817,2718.516,106.00627,143.5527,185.10155,771.8842,54.63363,56.116665,539.67816,42.507683,40.816948,11.688657,36.165398,219.964,10.944611,8.335138,88.72146,18.310736,4580.1772,24.449493,40.39516,21.803905,25.304733,356.20966,94.21256,41.623657,10.71192,12.393254,39.03469,88.49373,219.12282,63.585217,253.34679,31.277346,32.20468,103.40036,98.889244,52.153088,143.45987,14.58628,4.3007526,17.566755,20.84298,2662.347,18.743383,30.683764,157.12312,25.921068,279.53238,98.66451,222.24379,8.291127,103.62831,713.91077,701.6282,64.25821,726.73895,124.537994,86.83621,72.049225,115.25985,20.282614,52.75503,500.0295,12.902139,18.842642,303.76395,10.19831,6.244363,79.40826,69.153114,702.02075,177.06276,177.8869,2008.1272,50.544968,1726.2849,1431.1191,6.898845,4.662186,1279.513,15.687965,9.401881,331.2514,21.049784,43.631615,23.190239,80.15246,340.1607,282.81653,3.1012688,30.601305,55.15158,393.31436,5.478976,85.09413,7.4818997,1.5931143,56.310337,1.2870147,1.4710594,5.057266,10.169442,24.04142,17.673458,29.177061,230.41582,29.832438,13.524577,24.637096,6.4723506,79.25538,3.0896058,3.4471684,5.7473116,62.72171,1.2173117,3.0757215,8.487408,22.273119,15.083563,4.1967025,1.5591062,92.6799,10.727641,206.09573,8.097506,367.19238,19.11508,968.13745,146.86664,4.7827163,8.819643,250.05988,313.4042,1385.3588,806.7555 +2023-03-16 17:00:00,0.0,2998.0662,28.04875,9.194577,7.3045044,30.416403,176.9433,27.735584,56.514786,23.07883,36.64823,157.28609,302.99054,15.822983,21.626694,11.706678,2.450654,32.319912,26.197718,21.7379,422.97223,11.739617,318.5032,122.404366,17.914259,159.29614,140.58362,68.1191,641.8862,261.38397,1797.0609,26.399006,2373.53,329.71658,20.31197,16.436905,106.66455,166.30501,266.81607,732.9421,57.947243,15.324804,9.356202,790.8454,373.75598,70.52875,32.56346,239.10143,27.925508,286.93256,12.001724,52.285915,0.0,2006.501,3370.108,1.4060262,33.83401,22.859423,19319.883,56.302586,1.9337603,39.964363,69.90878,34.70648,9.930447,38.39181,420.4759,30.354568,26.232714,2.3693635,8.393896,582.2868,0.34841254,362.87915,63.135216,2718.989,105.93492,143.61511,185.12277,770.5314,54.56904,56.091133,539.0334,42.458134,40.773006,11.692021,36.165012,219.96716,10.944318,8.334506,88.749725,18.315151,4580.128,24.457842,40.43145,21.812206,25.316105,356.22043,94.19784,41.65457,10.715132,12.39828,39.061382,88.54872,219.26535,63.634644,253.40536,31.279032,32.241123,103.42745,99.05531,52.233578,143.41135,14.5741,4.307816,17.559574,20.869005,2666.2834,18.728455,30.751818,157.11015,25.932499,279.67697,98.68898,222.40622,8.290807,103.60831,714.4969,702.2257,64.30781,727.8723,124.57665,86.93057,72.05495,115.14295,20.265068,52.72829,500.13263,12.894102,18.83101,303.65076,10.197887,6.24346,79.38995,69.15679,702.0309,177.03627,177.89893,2008.2312,50.59598,1726.7396,1431.5504,6.9004645,4.662108,1279.4141,15.6834345,9.403394,331.20865,21.054106,43.64327,23.201448,80.20843,340.39716,282.74753,3.101836,30.605202,55.165276,393.54745,5.4803243,85.09843,7.482583,1.5929458,56.304146,1.2871144,1.4709682,5.056967,10.1694765,24.047773,17.682135,29.183826,230.54802,29.832212,13.521793,24.624496,6.470795,79.2411,3.0890906,3.444377,5.7466397,62.718487,1.2152112,3.0742,8.47735,22.307022,15.083026,4.1942115,1.5606798,92.76216,10.733791,206.14883,8.103659,367.47443,19.121233,967.82135,146.96788,4.7847223,8.823156,250.3432,313.7639,1386.6619,806.5868 +2023-03-16 18:00:00,0.0,2999.604,28.050392,9.206135,7.3039155,30.431591,176.94609,27.742487,56.538914,23.0833,36.66053,157.30698,303.14523,15.832781,21.627365,11.702704,2.4495528,32.32506,26.162865,21.727884,423.00894,11.716678,318.43616,122.372375,17.886742,159.07567,140.5101,68.09677,641.5968,261.34167,1797.0326,26.355373,2373.5955,328.99036,20.285671,16.413029,106.50607,166.37927,266.80777,731.8332,57.961693,15.332828,9.355497,791.0786,373.19287,70.54094,32.583107,239.09967,27.91061,286.89963,11.9999275,52.30458,0.0,2008.1011,3373.2307,1.4089959,33.828297,22.868813,19328.512,56.329308,1.9345919,40.025806,70.01512,34.719696,9.932206,38.45065,420.57675,30.362288,26.26562,2.3725307,8.394697,582.55884,0.34831107,363.205,63.082256,2719.4617,105.86357,143.67754,185.144,769.1786,54.504444,56.0656,538.38855,42.40859,40.72907,11.695385,36.164623,219.97032,10.944026,8.333873,88.77799,18.319565,4580.0786,24.46619,40.467743,21.820507,25.327475,356.23117,94.183105,41.685482,10.718344,12.403305,39.08807,88.603714,219.4079,63.684074,253.46394,31.280718,32.27756,103.45454,99.221375,52.314064,143.36284,14.561919,4.314879,17.552393,20.895031,2670.22,18.713526,30.819872,157.09718,25.94393,279.82156,98.71344,222.56866,8.290487,103.5883,715.083,702.82324,64.3574,729.0056,124.61532,87.02494,72.06066,115.02606,20.24752,52.70155,500.23575,12.8860655,18.819378,303.53757,10.197465,6.242558,79.37166,69.16047,702.041,177.00978,177.91096,2008.3352,50.646996,1727.1945,1431.9817,6.902084,4.6620293,1279.3152,15.678903,9.404905,331.16592,21.058426,43.65492,23.21266,80.264404,340.63358,282.67853,3.1024032,30.6091,55.178967,393.78052,5.481673,85.10273,7.4832664,1.5927773,56.297955,1.287214,1.4708769,5.0566673,10.169512,24.054129,17.69081,29.190592,230.68022,29.83199,13.519009,24.611895,6.4692397,79.226814,3.0885754,3.4415858,5.745968,62.71526,1.2131106,3.072678,8.467292,22.340927,15.082488,4.1917205,1.5622534,92.84442,10.739941,206.20195,8.109812,367.75644,19.127386,967.5053,147.06912,4.786728,8.82667,250.62653,314.12357,1387.965,806.4181 +2023-03-16 19:00:00,0.0,3001.1416,28.052034,9.217693,7.303326,30.446781,176.94888,27.749392,56.56304,23.08777,36.67283,157.32785,303.2999,15.84258,21.628036,11.69873,2.4484518,32.330215,26.128012,21.717869,423.04562,11.693738,318.36914,122.34039,17.859222,158.85521,140.43657,68.07444,641.3074,261.29938,1797.0043,26.311743,2373.661,328.26416,20.259375,16.389154,106.347595,166.45354,266.7995,730.72437,57.976143,15.340851,9.354792,791.3118,372.62973,70.55312,32.602753,239.0979,27.895712,286.86667,11.998131,52.32325,0.0,2009.7013,3376.3533,1.4119656,33.822586,22.878202,19337.14,56.356033,1.9354236,40.087254,70.12146,34.732914,9.933966,38.50949,420.6776,30.370007,26.298527,2.3756976,8.395499,582.83093,0.34820962,363.53082,63.0293,2719.9346,105.79222,143.73994,185.1652,767.82574,54.439854,56.04007,537.7437,42.35904,40.68513,11.69875,36.164238,219.97346,10.943734,8.3332405,88.80626,18.32398,4580.0293,24.474539,40.504032,21.82881,25.338846,356.2419,94.16838,41.716396,10.721556,12.408331,39.114758,88.65871,219.55045,63.7335,253.52252,31.282406,32.314003,103.48163,99.387436,52.394554,143.31432,14.54974,4.3219423,17.545214,20.921057,2674.1567,18.698595,30.887926,157.08421,25.95536,279.96616,98.7379,222.7311,8.290167,103.5683,715.6691,703.4208,64.40699,730.139,124.653984,87.1193,72.066376,114.90917,20.229975,52.674805,500.33887,12.878029,18.807747,303.4244,10.197042,6.241656,79.353355,69.164154,702.0512,176.98328,177.92299,2008.4391,50.69801,1727.6492,1432.413,6.903703,4.661951,1279.2164,15.674371,9.406418,331.1232,21.062748,43.666573,23.223871,80.32037,340.87,282.60953,3.1029704,30.612999,55.192657,394.01358,5.4830213,85.10703,7.4839497,1.5926087,56.291763,1.2873136,1.4707857,5.056368,10.169547,24.060484,17.699486,29.197357,230.81244,29.831764,13.516225,24.599295,6.4676847,79.21253,3.0880601,3.4387946,5.7452955,62.712036,1.21101,3.0711565,8.457234,22.374832,15.08195,4.1892295,1.5638269,92.92669,10.746091,206.25505,8.115965,368.03845,19.133537,967.1893,147.17035,4.7887335,8.830182,250.90985,314.48322,1389.2681,806.24945 +2023-03-16 20:00:00,0.0,3002.6794,28.053675,9.229252,7.3027368,30.46197,176.95168,27.756294,56.58717,23.09224,36.685127,157.34872,303.45456,15.852379,21.62871,11.6947565,2.4473505,32.335365,26.093159,21.707853,423.08234,11.670798,318.3021,122.3084,17.831705,158.63474,140.36304,68.05211,641.01794,261.25708,1796.976,26.268112,2373.7263,327.53793,20.233078,16.36528,106.189125,166.52779,266.7912,729.6155,57.990593,15.348874,9.354086,791.545,372.06662,70.565315,32.6224,239.09613,27.880814,286.8337,11.996334,52.341915,0.0,2011.3015,3379.476,1.4149352,33.81687,22.887592,19345.77,56.38276,1.9362552,40.148697,70.2278,34.746128,9.935724,38.56833,420.77847,30.377726,26.331432,2.3788648,8.3963,583.103,0.34810817,363.85663,62.976345,2720.4072,105.72088,143.80237,185.18643,766.4729,54.37526,56.014538,537.0989,42.30949,40.641193,11.702113,36.163853,219.97662,10.943442,8.332607,88.834526,18.328396,4579.98,24.482887,40.54032,21.83711,25.350218,356.2527,94.15365,41.74731,10.724769,12.413357,39.141445,88.7137,219.693,63.782932,253.5811,31.284092,32.35044,103.50871,99.5535,52.47504,143.26581,14.5375595,4.3290052,17.538033,20.947083,2678.0933,18.683666,30.955978,157.07124,25.966791,280.11078,98.76237,222.89354,8.289846,103.548294,716.25525,704.0183,64.45659,731.2723,124.69265,87.21367,72.07209,114.79228,20.212427,52.648064,500.442,12.869991,18.796116,303.31122,10.19662,6.2407537,79.33506,69.16783,702.06134,176.95679,177.93503,2008.5431,50.749023,1728.104,1432.8442,6.9053226,4.661873,1279.1176,15.66984,9.407929,331.08047,21.06707,43.678226,23.23508,80.37634,341.10645,282.54053,3.1035376,30.616896,55.20635,394.24664,5.4843698,85.111336,7.4846325,1.5924401,56.285572,1.2874132,1.4706944,5.0560684,10.169582,24.06684,17.70816,29.20412,230.94464,29.831541,13.513441,24.586693,6.4661293,79.19825,3.087545,3.4360034,5.7446237,62.70881,1.2089094,3.069635,8.447176,22.408737,15.081412,4.1867385,1.5654006,93.00895,10.75224,206.30817,8.122118,368.32047,19.13969,966.87317,147.27159,4.790739,8.833695,251.19318,314.8429,1390.5712,806.08075 +2023-03-16 21:00:00,0.0,3004.2173,28.055317,9.240809,7.3021474,30.47716,176.95447,27.763197,56.6113,23.09671,36.697426,157.3696,303.60922,15.862177,21.629381,11.690783,2.4462492,32.34052,26.058306,21.697838,423.11902,11.647859,318.23505,122.27642,17.804186,158.41428,140.2895,68.02978,640.7285,261.21478,1796.9478,26.224482,2373.7917,326.8117,20.206781,16.341404,106.030655,166.60205,266.78293,728.5066,58.00504,15.356897,9.35338,791.7782,371.50348,70.57751,32.642044,239.09436,27.865915,286.80078,11.994537,52.360584,0.0,2012.9016,3382.5989,1.4179049,33.811157,22.896982,19354.398,56.40948,1.9370869,40.21014,70.33414,34.759346,9.937484,38.627167,420.87933,30.385445,26.36434,2.3820317,8.397101,583.37506,0.3480067,364.18246,62.923386,2720.8801,105.64953,143.86478,185.20766,765.12006,54.31067,55.989006,536.45404,42.25994,40.597256,11.705478,36.163467,219.97978,10.9431505,8.331975,88.86279,18.33281,4579.9307,24.491236,40.576614,21.845411,25.361588,356.26343,94.13892,41.778225,10.727981,12.418382,39.168133,88.76869,219.83553,63.83236,253.63966,31.285778,32.386883,103.535805,99.71956,52.55553,143.2173,14.525379,4.3360686,17.530851,20.973108,2682.0298,18.668737,31.024033,157.05827,25.978222,280.25537,98.78683,223.05597,8.289527,103.52829,716.8414,704.6159,64.50618,732.40564,124.731316,87.30803,72.077805,114.675385,20.194881,52.621323,500.5451,12.861955,18.784485,303.19803,10.1961975,6.239851,79.31676,69.17151,702.0715,176.93028,177.94705,2008.647,50.800037,1728.5587,1433.2756,6.906942,4.661794,1279.0187,15.665308,9.409442,331.03775,21.07139,43.68988,23.246292,80.43232,341.34286,282.47153,3.1041048,30.620794,55.22004,394.47974,5.4857183,85.11563,7.485316,1.5922717,56.27938,1.2875129,1.4706031,5.055769,10.169618,24.073193,17.716837,29.210886,231.07684,29.831316,13.510656,24.574093,6.464574,79.183975,3.0870297,3.4332123,5.743952,62.70558,1.2068087,3.0681133,8.437119,22.44264,15.080875,4.184247,1.5669742,93.09121,10.75839,206.36127,8.128271,368.60248,19.145844,966.5571,147.37283,4.7927446,8.837209,251.4765,315.20258,1391.8743,805.9121 +2023-03-16 22:00:00,0.0,3005.755,28.05696,9.252368,7.301558,30.49235,176.95726,27.7701,56.63543,23.10118,36.709724,157.39047,303.76392,15.871976,21.630053,11.686809,2.4451482,32.34567,26.02345,21.687822,423.1557,11.624919,318.168,122.24444,17.776667,158.19382,140.21599,68.00745,640.4391,261.1725,1796.9194,26.18085,2373.8572,326.0855,20.180485,16.31753,105.87218,166.67632,266.77463,727.3977,58.01949,15.364921,9.352675,792.0114,370.94037,70.58969,32.66169,239.09259,27.851017,286.76782,11.992741,52.37925,0.0,2014.5018,3385.7217,1.4208746,33.805443,22.906372,19363.027,56.436207,1.9379185,40.271584,70.440475,34.772564,9.939242,38.68601,420.9802,30.393164,26.397245,2.3851988,8.3979025,583.64716,0.34790525,364.5083,62.87043,2721.3528,105.57818,143.9272,185.22888,763.7673,54.246075,55.963474,535.8092,42.210392,40.553318,11.708841,36.163082,219.98294,10.942859,8.331343,88.89106,18.337225,4579.881,24.499584,40.612904,21.853712,25.37296,356.27417,94.1242,41.80914,10.731193,12.423408,39.19482,88.823685,219.97807,63.88179,253.69824,31.287464,32.42332,103.56289,99.88562,52.636017,143.16878,14.513199,4.3431315,17.52367,20.999134,2685.9663,18.653807,31.092087,157.0453,25.989653,280.39996,98.81129,223.21841,8.2892065,103.508286,717.4275,705.21344,64.55577,733.53894,124.76998,87.4024,72.08353,114.558495,20.177334,52.59458,500.64822,12.853918,18.772854,303.08484,10.195776,6.238949,79.298454,69.175186,702.08167,176.9038,177.95909,2008.7511,50.85105,1729.0135,1433.7069,6.908561,4.661716,1278.9198,15.660776,9.4109535,330.99503,21.075712,43.701534,23.257504,80.48829,341.5793,282.40253,3.104672,30.624691,55.23373,394.7128,5.487067,85.119934,7.485999,1.5921031,56.27319,1.2876126,1.4705119,5.0554695,10.169652,24.079548,17.725512,29.217651,231.20905,29.831093,13.507873,24.561491,6.4630184,79.16969,3.0865145,3.4304209,5.7432795,62.70236,1.2047081,3.0665917,8.42706,22.476545,15.080338,4.181756,1.5685477,93.17347,10.76454,206.41437,8.134424,368.8845,19.151997,966.2411,147.47408,4.79475,8.840722,251.75983,315.56226,1393.1774,805.7434 +2023-03-16 23:00:00,0.0,3007.2927,28.058601,9.263926,7.3009686,30.507538,176.96007,27.777002,56.659557,23.10565,36.722023,157.41135,303.91858,15.881775,21.630726,11.682835,2.444047,32.350822,25.988598,21.677807,423.1924,11.601979,318.10098,122.21245,17.74915,157.97334,140.14246,67.98511,640.14966,261.1302,1796.8911,26.137218,2373.9226,325.35928,20.154186,16.293655,105.71371,166.75058,266.76636,726.2888,58.03394,15.372945,9.35197,792.2446,370.37723,70.60188,32.681335,239.09084,27.836119,286.73486,11.990944,52.39792,0.0,2016.102,3388.8442,1.4238442,33.79973,22.915762,19371.656,56.46293,1.9387503,40.333027,70.546814,34.78578,9.941002,38.744846,421.08105,30.400883,26.430151,2.3883657,8.398704,583.91925,0.34780377,364.83414,62.817474,2721.8257,105.50683,143.98962,185.2501,762.4144,54.181484,55.93794,535.16437,42.160843,40.50938,11.712206,36.162697,219.98608,10.942567,8.330709,88.919334,18.341639,4579.8315,24.507933,40.649193,21.862015,25.38433,356.28494,94.10947,41.840054,10.734405,12.428433,39.221508,88.87868,220.12062,63.931217,253.75682,31.289152,32.459763,103.58998,100.05168,52.716507,143.12027,14.5010195,4.350195,17.51649,21.02516,2689.9028,18.638878,31.160141,157.03233,26.001083,280.54456,98.835754,223.38084,8.288886,103.48828,718.0136,705.811,64.60536,734.6723,124.80865,87.496765,72.08924,114.441605,20.159788,52.567837,500.75134,12.845881,18.761223,302.97168,10.1953535,6.2380466,79.28016,69.17886,702.0918,176.8773,177.97112,2008.855,50.902065,1729.4683,1434.1382,6.91018,4.6616373,1278.821,15.656245,9.412466,330.9523,21.080032,43.71319,23.268713,80.54426,341.81573,282.33356,3.1052392,30.62859,55.24742,394.94586,5.4884157,85.12424,7.4866824,1.5919346,56.267,1.2877121,1.4704206,5.05517,10.169687,24.085903,17.734188,29.224417,231.34126,29.83087,13.505088,24.548891,6.4614635,79.15541,3.085999,3.4276297,5.7426076,62.69913,1.2026075,3.0650702,8.417003,22.51045,15.0798,4.179265,1.5701213,93.25574,10.77069,206.46748,8.140577,369.1665,19.158148,965.925,147.5753,4.796756,8.844235,252.04314,315.92194,1394.4805,805.57477 +2023-03-17 00:00:00,0.0,3008.8303,28.060244,9.275484,7.3003798,30.522728,176.96286,27.783905,56.68369,23.110119,36.73432,157.43222,304.07324,15.891573,21.631397,11.678862,2.4429457,32.355976,25.953745,21.667791,423.2291,11.579039,318.03394,122.180466,17.72163,157.75288,140.06892,67.962776,639.8602,261.0879,1796.8628,26.093588,2373.9878,324.63306,20.12789,16.26978,105.55523,166.82483,266.75806,725.17993,58.048386,15.380968,9.351264,792.4778,369.8141,70.614075,32.70098,239.08908,27.821222,286.70193,11.989147,52.416584,0.0,2017.7021,3391.967,1.426814,33.794018,22.925152,19380.285,56.489655,1.9395819,40.39447,70.65315,34.799,9.942761,38.803684,421.18192,30.408602,26.463058,2.391533,8.399506,584.1913,0.34770232,365.15994,62.764515,2722.2983,105.43548,144.05203,185.27132,761.0616,54.116894,55.912407,534.51953,42.111294,40.465443,11.7155695,36.16231,219.98924,10.942275,8.330077,88.9476,18.346054,4579.782,24.516281,40.685482,21.870316,25.3957,356.2957,94.09474,41.870968,10.737617,12.433458,39.248196,88.93367,220.26317,63.980644,253.8154,31.290838,32.4962,103.617065,100.21774,52.796993,143.07176,14.488839,4.3572583,17.50931,21.051186,2693.8394,18.623947,31.228195,157.01936,26.012514,280.68915,98.860214,223.54329,8.288567,103.46828,718.59973,706.4085,64.65496,735.8056,124.84731,87.591125,72.094955,114.324715,20.14224,52.541096,500.8545,12.837845,18.749592,302.8585,10.194931,6.237144,79.261856,69.18254,702.1019,176.8508,177.98315,2008.959,50.95308,1729.9231,1434.5695,6.9117994,4.661559,1278.7222,15.651713,9.413979,330.90958,21.084354,43.72484,23.279924,80.60023,342.0522,282.26456,3.1058064,30.632488,55.261112,395.17896,5.489764,85.12854,7.4873657,1.591766,56.260807,1.2878118,1.4703294,5.054871,10.169723,24.092258,17.742863,29.231182,231.47346,29.830645,13.502304,24.536291,6.459908,79.14113,3.0854838,3.4248385,5.7419353,62.695904,1.2005069,3.0635483,8.406944,22.544355,15.079262,4.176774,1.571695,93.338,10.776839,206.52058,8.14673,369.44852,19.1643,965.60895,147.67654,4.7987614,8.847748,252.32646,316.2816,1395.7836,805.40607 +2023-03-17 01:00:00,0.0,3010.3682,28.061886,9.287043,7.2997904,30.537918,176.96565,27.790808,56.707817,23.11459,36.746616,157.4531,304.2279,15.901372,21.632069,11.674888,2.4418445,32.361126,25.918892,21.657776,423.26578,11.556099,317.9669,122.148476,17.69411,157.53241,139.99539,67.940445,639.5708,261.0456,1796.8345,26.049957,2374.0532,323.90686,20.101593,16.245905,105.39675,166.8991,266.7498,724.0711,58.062836,15.388991,9.350558,792.711,369.25098,70.62626,32.720627,239.08731,27.806324,286.66898,11.98735,52.435253,0.0,2019.3024,3395.0898,1.4297836,33.788303,22.934542,19388.914,56.516376,1.9404136,40.455917,70.75949,34.812218,9.94452,38.862522,421.28278,30.41632,26.495964,2.3946998,8.400307,584.4634,0.34760088,365.48578,62.71156,2722.7712,105.364136,144.11444,185.29254,759.70874,54.0523,55.886875,533.8747,42.061745,40.421505,11.718934,36.161926,219.9924,10.941983,8.329445,88.97587,18.35047,4579.733,24.52463,40.721775,21.878616,25.407072,356.30643,94.08001,41.901882,10.740829,12.438484,39.274883,88.98866,220.4057,64.030075,253.87398,31.292524,32.532642,103.64416,100.383804,52.877483,143.02324,14.476659,4.364321,17.502129,21.077211,2697.776,18.609018,31.29625,157.0064,26.023945,280.83374,98.884674,223.70572,8.288246,103.44827,719.18585,707.00604,64.70455,736.93896,124.88597,87.68549,72.10067,114.207825,20.124695,52.514355,500.9576,12.829808,18.737959,302.7453,10.194509,6.236242,79.24356,69.18622,702.1121,176.82431,177.99518,2009.0629,51.004093,1730.3778,1435.0007,6.913419,4.6614804,1278.6233,15.6471815,9.41549,330.86685,21.088675,43.736492,23.291136,80.656204,342.2886,282.19556,3.1063735,30.636385,55.274803,395.41202,5.4911127,85.132835,7.488049,1.5915974,56.254616,1.2879114,1.4702381,5.0545716,10.169758,24.098612,17.75154,29.237947,231.60567,29.830421,13.49952,24.52369,6.4583526,79.12685,3.0849686,3.4220474,5.7412634,62.69268,1.1984062,3.0620267,8.396887,22.578259,15.078725,4.174283,1.5732685,93.42026,10.7829895,206.5737,8.152884,369.73053,19.170454,965.2929,147.77779,4.800767,8.851261,252.60979,316.64127,1397.0867,805.23737 +2023-03-17 02:00:00,0.0,3011.9058,28.063528,9.2986,7.299201,30.553106,176.96844,27.79771,56.731945,23.119059,36.758915,157.47397,304.3826,15.91117,21.632742,11.670914,2.4407434,32.36628,25.884039,21.64776,423.3025,11.533159,317.89987,122.11649,17.666594,157.31195,139.92188,67.91811,639.2814,261.0033,1796.8062,26.006325,2374.1187,323.18063,20.075296,16.22203,105.23827,166.97336,266.7415,722.9622,58.077286,15.397015,9.3498535,792.9442,368.68784,70.63845,32.740273,239.08554,27.791426,286.63602,11.985554,52.45392,0.0,2020.9026,3398.2126,1.4327532,33.78259,22.943932,19397.545,56.543102,1.9412452,40.51736,70.86583,34.82543,9.94628,38.921364,421.38364,30.42404,26.528872,2.397867,8.401108,584.7355,0.3474994,365.8116,62.658604,2723.244,105.292786,144.17686,185.31377,758.3559,53.98771,55.861343,533.22986,42.012196,40.377563,11.722298,36.161537,219.99556,10.941691,8.328812,89.004135,18.354883,4579.6836,24.532978,40.758064,21.886919,25.418444,356.3172,94.065285,41.932796,10.744041,12.44351,39.30157,89.043655,220.54825,64.079506,253.93256,31.29421,32.56908,103.67124,100.549866,52.95797,142.97473,14.4644785,4.3713846,17.49495,21.103237,2701.7124,18.59409,31.364304,156.99342,26.035376,280.97836,98.90914,223.86816,8.287927,103.42827,719.772,707.60364,64.75414,738.07227,124.92464,87.779854,72.106384,114.09093,20.107147,52.487614,501.06073,12.821772,18.726328,302.63214,10.194086,6.2353396,79.22526,69.189896,702.12225,176.7978,178.00722,2009.167,51.055107,1730.8326,1435.432,6.915038,4.661402,1278.5244,15.642651,9.417003,330.8241,21.092997,43.748146,23.302345,80.71217,342.52502,282.12656,3.1069407,30.640284,55.288494,395.64508,5.492461,85.13714,7.4887323,1.591429,56.248425,1.2880111,1.4701469,5.054272,10.169793,24.104967,17.760216,29.244713,231.73787,29.830196,13.496736,24.51109,6.4567976,79.112564,3.0844533,3.419256,5.7405915,62.689453,1.1963056,3.0605052,8.386829,22.612164,15.078187,4.171792,1.5748421,93.50252,10.789139,206.6268,8.159038,370.01257,19.176605,964.9768,147.87901,4.802773,8.854774,252.89311,317.00095,1398.3898,805.0687 +2023-03-17 03:00:00,0.0,3013.4436,28.065168,9.310159,7.2986116,30.568296,176.97124,27.804613,56.756077,23.12353,36.771214,157.49484,304.53726,15.920969,21.633413,11.66694,2.4396422,32.37143,25.849186,21.637745,423.33917,11.51022,317.83282,122.08451,17.639074,157.09149,139.84834,67.89578,638.99194,260.961,1796.7778,25.962694,2374.184,322.4544,20.048998,16.198154,105.0798,167.0476,266.73322,721.85333,58.091732,15.405038,9.349148,793.1774,368.12473,70.65064,32.75992,239.08377,27.776527,286.6031,11.983757,52.472588,0.0,2022.5027,3401.3354,1.435723,33.776875,22.95332,19406.174,56.569828,1.9420768,40.578804,70.97217,34.83865,9.948038,38.9802,421.4845,30.431759,26.561777,2.4010339,8.401909,585.00757,0.34739795,366.13745,62.605644,2723.7168,105.221436,144.23929,185.33499,757.0031,53.923115,55.83581,532.585,41.962646,40.333626,11.725662,36.16115,219.9987,10.941399,8.328179,89.0324,18.359299,4579.6343,24.541327,40.794353,21.89522,25.429813,356.32794,94.05055,41.96371,10.747253,12.448536,39.328262,89.09865,220.6908,64.12893,253.99113,31.295898,32.60552,103.69833,100.71593,53.03846,142.92622,14.452298,4.3784475,17.487768,21.129263,2705.6492,18.579159,31.432358,156.98045,26.046806,281.12296,98.9336,224.0306,8.287606,103.408264,720.3581,708.2012,64.803734,739.2056,124.9633,87.87422,72.11211,113.97404,20.089602,52.46087,501.16385,12.813735,18.714697,302.51895,10.193664,6.234437,79.20696,69.19357,702.1324,176.77132,178.01924,2009.271,51.10612,1731.2874,1435.8633,6.9166574,4.661324,1278.4255,15.638119,9.418514,330.78137,21.097319,43.7598,23.313557,80.76814,342.76147,282.05756,3.107508,30.64418,55.30219,395.87817,5.4938097,85.14144,7.4894156,1.5912604,56.242233,1.2881106,1.4700556,5.0539727,10.169827,24.111322,17.76889,29.251478,231.87009,29.829973,13.493952,24.498487,6.455242,79.09829,3.0839381,3.4164648,5.739919,62.68623,1.194205,3.0589836,8.376771,22.646069,15.077649,4.169301,1.5764157,93.584785,10.795289,206.67992,8.165191,370.2946,19.182758,964.66077,147.98026,4.8047786,8.858288,253.17644,317.36063,1399.6929,804.9 +2023-03-17 04:00:00,0.0,3014.9814,28.06681,9.321717,7.2980223,30.583485,176.97403,27.811516,56.780205,23.127998,36.783512,157.51573,304.69193,15.930768,21.634087,11.662966,2.438541,32.376583,25.814333,21.62773,423.3759,11.48728,317.76578,122.05252,17.611557,156.87102,139.77481,67.87345,638.7025,260.9187,1796.7495,25.919064,2374.2495,321.7282,20.022701,16.17428,104.921326,167.12187,266.7249,720.74445,58.106182,15.413061,9.348442,793.41064,367.56158,70.66283,32.779564,239.082,27.76163,286.57013,11.98196,52.491253,0.0,2024.1028,3404.458,1.4386926,33.77116,22.96271,19414.803,56.59655,1.9429085,40.640247,71.07851,34.851868,9.949798,39.03904,421.58536,30.43948,26.594685,2.404201,8.40271,585.2796,0.34729648,366.46326,62.55269,2724.1895,105.150085,144.3017,185.3562,755.65027,53.858524,55.81028,531.9402,41.913097,40.28969,11.729026,36.160767,220.00186,10.941107,8.327546,89.06067,18.363714,4579.5845,24.549675,40.830647,21.90352,25.441185,356.3387,94.03583,41.994625,10.750465,12.453561,39.35495,89.15364,220.83334,64.17836,254.04971,31.297585,32.64196,103.72542,100.88199,53.118946,142.8777,14.440119,4.385511,17.480587,21.155287,2709.5857,18.56423,31.50041,156.96748,26.058237,281.26755,98.95806,224.19304,8.287286,103.38826,720.9442,708.7987,64.85333,740.3389,125.00197,87.96858,72.11782,113.85715,20.072054,52.434128,501.26697,12.805698,18.703066,302.40576,10.193241,6.233535,79.18866,69.19725,702.1426,176.74483,178.03128,2009.3749,51.157135,1731.7422,1436.2946,6.918277,4.6612453,1278.3268,15.633587,9.420027,330.73865,21.101639,43.771454,23.324766,80.82412,342.9979,281.98856,3.1080751,30.648079,55.31588,396.11124,5.495158,85.145744,7.4900985,1.5910919,56.236042,1.2882103,1.4699644,5.0536733,10.169863,24.117678,17.777567,29.258244,232.00229,29.829748,13.491167,24.485888,6.4536867,79.08401,3.083423,3.4136736,5.7392473,62.683002,1.1921045,3.057462,8.366714,22.679974,15.077111,4.16681,1.5779893,93.667046,10.801439,206.73302,8.171344,370.5766,19.188911,964.3447,148.0815,4.806784,8.8618,253.45976,317.7203,1400.996,804.7314 +2023-03-17 05:00:00,0.0,3016.519,28.068453,9.333275,7.297433,30.598675,176.97682,27.818419,56.804333,23.13247,36.79581,157.5366,304.8466,15.940566,21.634758,11.658992,2.43744,32.381733,25.77948,21.617714,423.41257,11.46434,317.69873,122.02054,17.584038,156.65056,139.7013,67.85111,638.4131,260.8764,1796.7212,25.875431,2374.315,321.00198,19.996405,16.150406,104.76285,167.19614,266.71664,719.63556,58.120632,15.421084,9.347737,793.6438,366.99847,70.67502,32.79921,239.08025,27.74673,286.53717,11.980164,52.509922,0.0,2025.703,3407.5808,1.4416623,33.76545,22.9721,19423.432,56.623276,1.9437401,40.70169,71.184845,34.865086,9.951557,39.09788,421.68622,30.447199,26.62759,2.407368,8.403512,585.5517,0.34719503,366.7891,62.49973,2724.6624,105.078735,144.36412,185.37743,754.2974,53.79393,55.784748,531.29535,41.86355,40.24575,11.73239,36.16038,220.00502,10.940815,8.326914,89.088936,18.368128,4579.535,24.558023,40.866936,21.911823,25.452557,356.34946,94.0211,42.02554,10.753678,12.458587,39.381638,89.20863,220.97588,64.22779,254.10829,31.29927,32.6784,103.75251,101.04805,53.199436,142.8292,14.427938,4.392574,17.473406,21.181313,2713.5222,18.5493,31.568464,156.9545,26.069668,281.41214,98.98253,224.35547,8.286966,103.368256,721.53033,709.39624,64.90292,741.4723,125.040634,88.06295,72.123535,113.74026,20.054508,52.407387,501.3701,12.797662,18.691435,302.29257,10.192819,6.2326326,79.170364,69.20093,702.1527,176.71832,178.04332,2009.4789,51.208153,1732.1969,1436.7258,6.919896,4.661167,1278.2279,15.629056,9.421538,330.69592,21.10596,43.783108,23.335978,80.88009,343.23434,281.91956,3.1086423,30.651978,55.32957,396.3443,5.4965067,85.15004,7.490782,1.5909233,56.22985,1.2883099,1.4698731,5.053374,10.169898,24.124033,17.786242,29.265009,232.13449,29.829525,13.488383,24.473286,6.4521317,79.069725,3.0829077,3.4108825,5.7385755,62.679775,1.1900038,3.0559402,8.356655,22.713877,15.076574,4.164319,1.5795629,93.749306,10.807589,206.78612,8.177497,370.8586,19.195065,964.0286,148.18274,4.8087897,8.865314,253.74309,318.07996,1402.2991,804.5627 +2023-03-17 06:00:00,0.0,3018.057,28.070095,9.344833,7.296844,30.613865,176.97961,27.825321,56.828465,23.13694,36.80811,157.55748,305.00128,15.950365,21.63543,11.655018,2.4363387,32.386887,25.744625,21.607698,423.44925,11.4414,317.6317,121.98855,17.556519,156.43008,139.62776,67.82878,638.12366,260.8341,1796.693,25.8318,2374.3804,320.27576,19.970108,16.12653,104.604385,167.27039,266.70834,718.5267,58.135082,15.429108,9.347032,793.877,366.43533,70.68721,32.818855,239.07849,27.731833,286.50424,11.978367,52.528587,0.0,2027.3032,3410.7036,1.4446319,33.759735,22.98149,19432.06,56.649998,1.9445719,40.763134,71.29118,34.878304,9.953316,39.15672,421.78708,30.454918,26.660498,2.410535,8.404313,585.8238,0.34709355,367.11493,62.446774,2725.135,105.00739,144.42654,185.39865,752.9446,53.72934,55.759216,530.6505,41.814003,40.201813,11.735754,36.159996,220.00818,10.940523,8.326282,89.1172,18.372543,4579.486,24.566372,40.903225,21.920124,25.463926,356.3602,94.00637,42.05645,10.75689,12.463613,39.408325,89.263626,221.11842,64.27722,254.16685,31.300957,32.71484,103.779594,101.21411,53.279922,142.78067,14.415758,4.399637,17.466227,21.207338,2717.4587,18.53437,31.636518,156.94153,26.081099,281.55673,99.00699,224.51791,8.286646,103.34825,722.11646,709.9938,64.952515,742.6056,125.0793,88.15731,72.12925,113.62336,20.03696,52.380646,501.4732,12.789625,18.679804,302.1794,10.192396,6.23173,79.15206,69.204605,702.16284,176.69183,178.05534,2009.5828,51.259167,1732.6516,1437.1572,6.921515,4.6610885,1278.129,15.624524,9.423051,330.6532,21.110281,43.794758,23.347189,80.93606,343.47076,281.8506,3.1092095,30.655874,55.34326,396.5774,5.497855,85.15434,7.491465,1.5907549,56.22366,1.2884096,1.4697818,5.0530744,10.169933,24.130386,17.794918,29.271774,232.2667,29.8293,13.485599,24.460686,6.4505763,79.05544,3.0823925,3.4080913,5.737903,62.67655,1.1879032,3.0544186,8.346598,22.747782,15.076036,4.161828,1.5811365,93.831566,10.813739,206.83923,8.18365,371.14062,19.201216,963.7126,148.28397,4.8107953,8.868827,254.02641,318.43964,1403.6022,804.394 +2023-03-17 07:00:00,0.0,3019.5945,28.071737,9.356391,7.2962546,30.629053,176.98242,27.832226,56.852592,23.141409,36.820408,157.57835,305.15594,15.960164,21.636103,11.651045,2.4352374,32.39204,25.709772,21.597683,423.48596,11.41846,317.56467,121.956566,17.529001,156.20963,139.55423,67.80645,637.8342,260.7918,1796.6647,25.78817,2374.4458,319.54956,19.94381,16.102655,104.44591,167.34465,266.70007,717.4178,58.14953,15.437131,9.346326,794.1102,365.8722,70.699394,32.838505,239.07672,27.716934,286.47128,11.97657,52.547256,0.0,2028.9036,3413.8264,1.4476016,33.75402,22.99088,19440.69,56.676723,1.9454035,40.82458,71.39752,34.89152,9.955075,39.215557,421.88794,30.462637,26.693403,2.413702,8.405114,586.0958,0.3469921,367.44077,62.393818,2725.608,104.93604,144.48895,185.41988,751.5918,53.664745,55.733685,530.0057,41.764454,40.157875,11.739119,36.15961,220.01132,10.940231,8.325648,89.14547,18.376957,4579.4365,24.57472,40.939518,21.928425,25.475298,356.37097,93.991646,42.087364,10.760102,12.468637,39.435013,89.31862,221.26097,64.326645,254.22543,31.302645,32.751278,103.80669,101.38017,53.360413,142.73216,14.403578,4.4067,17.459045,21.233364,2721.3953,18.519442,31.704573,156.92856,26.09253,281.70132,99.03145,224.68034,8.286325,103.32825,722.7026,710.5913,65.00211,743.73895,125.117966,88.25168,72.13497,113.50647,20.019415,52.353905,501.57632,12.781589,18.668173,302.06622,10.191974,6.230828,79.13376,69.20828,702.17303,176.66533,178.06738,2009.6868,51.31018,1733.1064,1437.5885,6.9231343,4.6610103,1278.0302,15.619992,9.424562,330.61047,21.114603,43.80641,23.358398,80.992035,343.70718,281.7816,3.109777,30.659773,55.356953,396.81046,5.4992037,85.158646,7.4921484,1.5905863,56.21747,1.2885091,1.4696906,5.052775,10.169968,24.136742,17.803593,29.27854,232.39891,29.829077,13.482815,24.448084,6.449021,79.04116,3.0818772,3.4053,5.7372313,62.673325,1.1858026,3.052897,8.336539,22.781687,15.075499,4.159337,1.5827101,93.91383,10.819888,206.89233,8.189803,371.42264,19.207369,963.39655,148.38521,4.812801,8.87234,254.30974,318.79932,1404.9053,804.22534 +2023-03-17 08:00:00,0.0,3021.1323,28.07338,9.3679495,7.2956653,30.644243,176.98521,27.839128,56.87672,23.14588,36.832706,157.59923,305.3106,15.969962,21.636774,11.647071,2.4341364,32.39719,25.67492,21.587667,423.52264,11.39552,317.49762,121.92458,17.501482,155.98917,139.4807,67.78412,637.5448,260.7495,1796.6364,25.74454,2374.511,318.82333,19.917513,16.078781,104.28743,167.41891,266.69177,716.30896,58.16398,15.445154,9.34562,794.34344,365.30908,70.711586,32.85815,239.07495,27.702036,286.43832,11.974773,52.56592,0.0,2030.5037,3416.949,1.4505713,33.748306,23.000269,19449.318,56.703445,1.9462352,40.886024,71.50386,34.904736,9.956834,39.274395,421.9888,30.470356,26.72631,2.4168692,8.405915,586.3679,0.34689066,367.76657,62.34086,2726.0806,104.86469,144.55138,185.4411,750.23895,53.600155,55.708153,529.36084,41.714905,40.113937,11.742482,36.159225,220.01448,10.9399395,8.325016,89.17374,18.381372,4579.387,24.583069,40.975807,21.936726,25.48667,356.3817,93.97691,42.11828,10.763314,12.473663,39.4617,89.37361,221.40352,64.376076,254.28401,31.30433,32.78772,103.83377,101.546234,53.4409,142.68365,14.391398,4.4137635,17.451864,21.25939,2725.3318,18.50451,31.772627,156.91559,26.10396,281.84595,99.055916,224.84279,8.286006,103.30824,723.2887,711.1889,65.051704,744.87225,125.15663,88.34604,72.140686,113.38958,20.001867,52.32716,501.67947,12.773552,18.656542,301.95303,10.191551,6.2299256,79.11546,69.21197,702.18317,176.63884,178.0794,2009.7908,51.361195,1733.5612,1438.0198,6.9247537,4.6609316,1277.9314,15.615461,9.426075,330.56775,21.118923,43.818066,23.36961,81.048004,343.94363,281.7126,3.1103442,30.66367,55.370644,397.04352,5.5005527,85.16295,7.4928317,1.5904177,56.211277,1.2886088,1.4695992,5.0524755,10.170003,24.143097,17.81227,29.285305,232.53111,29.828854,13.480031,24.435484,6.4474654,79.02688,3.081362,3.4025087,5.736559,62.670097,1.183702,3.0513754,8.326482,22.815592,15.074961,4.1568456,1.5842837,93.99609,10.826038,206.94545,8.195956,371.70465,19.213522,963.08044,148.48645,4.8148065,8.875854,254.59306,319.159,1406.2084,804.05664 +2023-03-17 09:00:00,0.0,3022.67,28.075022,9.379508,7.295076,30.659431,176.988,27.846031,56.90085,23.150349,36.845005,157.6201,305.46527,15.979761,21.637445,11.643097,2.4330351,32.402344,25.640066,21.577652,423.55936,11.372581,317.4306,121.89259,17.473963,155.76869,139.40718,67.76179,637.2554,260.7072,1796.608,25.700907,2374.5764,318.0971,19.891216,16.054905,104.12896,167.49316,266.68347,715.2001,58.17843,15.453178,9.344915,794.57666,364.74594,70.72378,32.877796,239.0732,27.687138,286.4054,11.972977,52.58459,0.0,2032.1038,3420.0718,1.4535409,33.74259,23.009659,19457.947,56.73017,1.9470668,40.947468,71.6102,34.917953,9.958593,39.333237,422.08966,30.478075,26.759216,2.420036,8.406717,586.64,0.34678918,368.0924,62.287903,2726.5535,104.79334,144.61378,185.46231,748.8861,53.535564,55.682617,528.71606,41.665356,40.07,11.745847,36.158836,220.01764,10.939648,8.324384,89.202,18.385788,4579.338,24.591417,41.012096,21.945028,25.49804,356.39246,93.96219,42.149193,10.766526,12.478689,39.488388,89.42861,221.54605,64.42551,254.34259,31.306017,32.824158,103.86086,101.712296,53.52139,142.63513,14.379218,4.4208264,17.444685,21.285416,2729.2683,18.489582,31.840681,156.90262,26.11539,281.99054,99.080376,225.00522,8.285686,103.28824,723.8748,711.78644,65.101295,746.0056,125.1953,88.44041,72.1464,113.27269,19.984322,52.30042,501.7826,12.765515,18.644909,301.83987,10.191129,6.2290235,79.09716,69.215645,702.1933,176.61235,178.09145,2009.8948,51.41221,1734.016,1438.451,6.926373,4.6608534,1277.8325,15.6109295,9.4275875,330.52502,21.123245,43.82972,23.380821,81.10397,344.18005,281.6436,3.1109114,30.667568,55.384335,397.27658,5.501901,85.167244,7.493515,1.5902492,56.205086,1.2887084,1.469508,5.052176,10.170038,24.149452,17.820946,29.29207,232.66331,29.828629,13.477246,24.422884,6.4459105,79.0126,3.0808468,3.3997176,5.735887,62.666874,1.1816014,3.0498538,8.316423,22.849495,15.074424,4.1543546,1.5858573,94.078354,10.832188,206.99855,8.202109,371.98666,19.219673,962.7644,148.58768,4.816812,8.879366,254.87639,319.51868,1407.5114,803.888 +2023-03-17 10:00:00,0.0,3024.2078,28.076662,9.391066,7.2944865,30.674622,176.9908,27.852934,56.92498,23.15482,36.857304,157.64098,305.61996,15.98956,21.638119,11.639123,2.4319339,32.407494,25.605213,21.567636,423.59604,11.349641,317.36356,121.86061,17.446445,155.54823,139.33365,67.739456,636.96594,260.66492,1796.5797,25.657276,2374.6418,317.3709,19.86492,16.03103,103.97048,167.56743,266.6752,714.0912,58.192875,15.461202,9.34421,794.8098,364.18283,70.73596,32.89744,239.07141,27.67224,286.37244,11.97118,52.603256,0.0,2033.704,3423.1946,1.4565107,33.73688,23.019049,19466.576,56.756897,1.9478985,41.00891,71.71654,34.93117,9.960353,39.392075,422.19052,30.485794,26.792124,2.4232032,8.407518,586.91205,0.34668773,368.41824,62.234947,2727.0261,104.72199,144.67621,185.48354,747.53326,53.47097,55.657085,528.0712,41.615807,40.026062,11.74921,36.15845,220.0208,10.939356,8.3237505,89.23028,18.390202,4579.288,24.599766,41.048386,21.95333,25.50941,356.40323,93.94746,42.180107,10.769739,12.483714,39.515076,89.483604,221.6886,64.47493,254.40117,31.307703,32.8606,103.88795,101.87836,53.601875,142.58662,14.367038,4.42789,17.437504,21.311441,2733.2048,18.474653,31.908735,156.88965,26.126822,282.13513,99.104836,225.16766,8.285365,103.268234,724.46094,712.384,65.15089,747.1389,125.233955,88.534775,72.152115,113.1558,19.966774,52.273678,501.8857,12.757479,18.633278,301.72668,10.190706,6.228121,79.078865,69.21932,702.2035,176.58585,178.10347,2009.9987,51.463223,1734.4707,1438.8823,6.9279923,4.660775,1277.7336,15.606398,9.429099,330.4823,21.127567,43.841373,23.39203,81.15995,344.4165,281.5746,3.1114786,30.671467,55.398026,397.50967,5.5032496,85.17155,7.4941983,1.5900807,56.19889,1.2888081,1.4694167,5.0518765,10.1700735,24.155806,17.82962,29.298834,232.79552,29.828405,13.4744625,24.410282,6.444355,78.99832,3.0803316,3.3969264,5.735215,62.663647,1.1795007,3.0483322,8.306366,22.8834,15.073886,4.1518636,1.5874308,94.160614,10.838338,207.05167,8.208262,372.26868,19.225826,962.44836,148.68892,4.8188176,8.882879,255.1597,319.87833,1408.8145,803.7193 +2023-03-17 11:00:00,0.0,3025.7454,28.078304,9.402624,7.293897,30.689812,176.99359,27.859837,56.94911,23.159288,36.869602,157.66185,305.77463,15.999358,21.63879,11.635149,2.4308329,32.412647,25.57036,21.557621,423.63272,11.326701,317.2965,121.82863,17.418926,155.32776,139.26012,67.71712,636.6765,260.62262,1796.5514,25.613646,2374.7073,316.64468,19.838623,16.007156,103.812004,167.6417,266.6669,712.9823,58.207325,15.469225,9.343504,795.043,363.6197,70.74815,32.917088,239.06966,27.657343,286.33948,11.969383,52.621925,0.0,2035.3042,3426.3174,1.4594803,33.731167,23.028439,19475.207,56.78362,1.9487301,41.070354,71.822876,34.94439,9.962111,39.450912,422.29138,30.493513,26.82503,2.4263701,8.408319,587.18414,0.34658626,368.74408,62.181988,2727.499,104.65065,144.73862,185.50476,746.1805,53.40638,55.631554,527.4264,41.566257,39.98212,11.752575,36.158066,220.02394,10.939064,8.323118,89.258545,18.394617,4579.239,24.608114,41.08468,21.96163,25.520782,356.41397,93.93273,42.21102,10.772951,12.48874,39.541763,89.5386,221.83115,64.52436,254.45975,31.309391,32.897038,103.91504,102.044426,53.682365,142.53812,14.354857,4.434953,17.430323,21.337467,2737.1416,18.459723,31.97679,156.87668,26.138252,282.27972,99.1293,225.3301,8.285046,103.24823,725.04706,712.9815,65.200485,748.2723,125.27262,88.629135,72.15783,113.0389,19.949228,52.246937,501.98883,12.749442,18.621647,301.6135,10.190284,6.2272186,79.06056,69.223,702.2136,176.55936,178.11551,2010.1027,51.514236,1734.9255,1439.3136,6.9296117,4.6606965,1277.6348,15.601867,9.430612,330.43958,21.131887,43.853024,23.403242,81.21592,344.65292,281.50558,3.1120458,30.675364,55.411716,397.74274,5.504598,85.17585,7.494881,1.5899122,56.1927,1.2889076,1.4693255,5.051577,10.170109,24.16216,17.838297,29.3056,232.92773,29.82818,13.471678,24.397682,6.4427996,78.98404,3.0798163,3.394135,5.734543,62.660423,1.1774001,3.0468104,8.2963085,22.917305,15.073348,4.1493726,1.5890045,94.24288,10.844487,207.10477,8.214416,372.5507,19.23198,962.1323,148.79016,4.8208237,8.886393,255.44302,320.238,1410.1176,803.55066 +2023-03-17 12:00:00,0.0,3027.2832,28.079947,9.414183,7.2933083,30.705,176.99638,27.86674,56.973236,23.16376,36.8819,157.68272,305.9293,16.009157,21.639462,11.631175,2.4297316,32.4178,25.535507,21.547606,423.66943,11.3037615,317.2295,121.79664,17.391409,155.1073,139.18658,67.694786,636.3871,260.5803,1796.5231,25.570015,2374.7727,315.91846,19.812325,15.983281,103.65353,167.71594,266.65863,711.8734,58.221775,15.477248,9.342798,795.27625,363.05658,70.760345,32.936733,239.0679,27.642445,286.30655,11.9675865,52.64059,0.0,2036.9043,3429.44,1.4624499,33.725452,23.037828,19483.836,56.810345,1.9495618,41.131798,71.929214,34.957607,9.963871,39.50975,422.39224,30.501232,26.857937,2.4295373,8.409121,587.45624,0.3464848,369.0699,62.129032,2727.9717,104.5793,144.80104,185.52599,744.82764,53.341785,55.60602,526.78156,41.51671,39.938183,11.7559395,36.157684,220.0271,10.938772,8.322485,89.28681,18.399033,4579.1895,24.616463,41.120968,21.969933,25.532152,356.4247,93.918,42.241936,10.776163,12.493766,39.56845,89.59359,221.9737,64.57379,254.51833,31.311077,32.93348,103.94212,102.21049,53.76285,142.4896,14.342678,4.442016,17.423141,21.363493,2741.0781,18.444794,32.04484,156.86371,26.149683,282.42432,99.15376,225.49254,8.284725,103.228226,725.6332,713.57904,65.25008,749.4056,125.31129,88.7235,72.16355,112.92201,19.93168,52.220192,502.09195,12.741405,18.610016,301.5003,10.189861,6.2263165,79.04227,69.22668,702.22375,176.53287,178.12753,2010.2065,51.56525,1735.3802,1439.7449,6.931231,4.6606183,1277.5359,15.597335,9.432123,330.39682,21.13621,43.864677,23.414454,81.27189,344.88937,281.43658,3.112613,30.679262,55.42541,397.9758,5.5059466,85.18015,7.4955645,1.5897436,56.18651,1.2890073,1.4692342,5.0512776,10.170143,24.168516,17.846972,29.312365,233.05994,29.827957,13.468894,24.38508,6.4412446,78.96976,3.079301,3.3913438,5.733871,62.657196,1.1752995,3.0452888,8.28625,22.95121,15.07281,4.1468816,1.5905781,94.32514,10.850637,207.15788,8.22057,372.83273,19.238132,961.8162,148.8914,4.8228292,8.889906,255.72635,320.5977,1411.4207,803.38196 +2023-03-17 13:00:00,0.0,3028.821,28.081589,9.42574,7.292719,30.72019,176.99918,27.873642,56.997368,23.168228,36.894196,157.7036,306.08398,16.018955,21.640135,11.627201,2.4286304,32.42295,25.500654,21.53759,423.70612,11.280821,317.16245,121.764656,17.36389,154.88684,139.11307,67.672455,636.09766,260.538,1796.4948,25.526382,2374.8381,315.19226,19.786028,15.959406,103.495056,167.7902,266.65033,710.7645,58.23622,15.485271,9.342093,795.50946,362.49344,70.77253,32.95638,239.06613,27.627546,286.2736,11.96579,52.65926,0.0,2038.5045,3432.5627,1.4654197,33.719738,23.047216,19492.465,56.837067,1.9503934,41.19324,72.03555,34.970825,9.96563,39.568592,422.4931,30.508951,26.890842,2.4327042,8.409922,587.72833,0.34638336,369.39572,62.076077,2728.4446,104.50795,144.86345,185.5472,743.4748,53.277195,55.58049,526.1367,41.46716,39.894245,11.759303,36.157295,220.03026,10.938479,8.321853,89.31508,18.403446,4579.14,24.624811,41.157257,21.978233,25.543524,356.4355,93.903275,42.27285,10.779375,12.498792,39.595142,89.64858,222.11623,64.62322,254.5769,31.312763,32.969917,103.969215,102.37655,53.84334,142.44109,14.330498,4.4490795,17.415962,21.389519,2745.0146,18.429863,32.112896,156.85074,26.161114,282.5689,99.17822,225.65497,8.284405,103.20822,726.2193,714.17664,65.29967,750.53894,125.34995,88.81786,72.169266,112.80512,19.914135,52.19345,502.19507,12.733368,18.598385,301.38715,10.189439,6.225414,79.023964,69.230354,702.23395,176.50636,178.13957,2010.3105,51.616264,1735.8351,1440.1761,6.93285,4.6605396,1277.4371,15.592803,9.433636,330.3541,21.14053,43.87633,23.425663,81.32786,345.1258,281.36758,3.1131802,30.683159,55.439102,398.2089,5.507295,85.18445,7.496248,1.589575,56.180317,1.289107,1.4691429,5.050978,10.170178,24.174871,17.855648,29.31913,233.19214,29.827732,13.466109,24.37248,6.439689,78.955475,3.078786,3.3885527,5.733199,62.65397,1.1731989,3.0437672,8.276193,22.985113,15.072273,4.1443906,1.5921516,94.4074,10.856787,207.21098,8.226723,373.11475,19.244284,961.5002,148.99263,4.824835,8.893419,256.00967,320.95737,1412.7238,803.21326 +2023-03-17 14:00:00,0.0,3030.3586,28.083231,9.437299,7.2921295,30.73538,177.00198,27.880545,57.021496,23.172699,36.906494,157.72449,306.23865,16.028755,21.640806,11.623227,2.427529,32.428104,25.4658,21.527575,423.7428,11.257881,317.0954,121.732666,17.33637,154.66637,139.03954,67.65012,635.8082,260.4957,1796.4664,25.482752,2374.9036,314.46603,19.759731,15.935531,103.336586,167.86447,266.64206,709.6557,58.25067,15.493295,9.341388,795.7426,361.93033,70.78472,32.976025,239.06436,27.612648,286.24063,11.963993,52.677925,0.0,2040.1047,3435.6855,1.4683893,33.714024,23.056606,19501.094,56.863792,1.9512252,41.25469,72.14189,34.98404,9.967389,39.62743,422.594,30.51667,26.92375,2.4358714,8.410724,588.00037,0.3462819,369.72156,62.023117,2728.9172,104.4366,144.92587,185.56842,742.12195,53.2126,55.55496,525.4919,41.41761,39.850307,11.762668,36.15691,220.03342,10.938188,8.32122,89.343346,18.407862,4579.091,24.63316,41.19355,21.986534,25.554895,356.44623,93.88855,42.303764,10.782587,12.503817,39.62183,89.703575,222.25877,64.672646,254.63547,31.31445,33.00636,103.9963,102.54261,53.92383,142.39258,14.318317,4.4561424,17.408781,21.415545,2748.9512,18.414934,32.18095,156.83777,26.172544,282.71353,99.20269,225.81741,8.284085,103.18822,726.8054,714.7742,65.349266,751.67224,125.38862,88.91223,72.17498,112.68823,19.896587,52.16671,502.2982,12.725331,18.586754,301.27396,10.189016,6.2245116,79.00567,69.23403,702.2441,176.47987,178.1516,2010.4146,51.66728,1736.2898,1440.6075,6.934469,4.6604614,1277.3383,15.588272,9.435147,330.31137,21.144852,43.887985,23.436874,81.383835,345.3622,281.2986,3.1137474,30.687057,55.452793,398.44196,5.5086436,85.18875,7.496931,1.5894065,56.174126,1.2892066,1.4690517,5.0506787,10.170214,24.181225,17.864323,29.325895,233.32434,29.827509,13.4633255,24.359879,6.4381337,78.94119,3.0782707,3.3857615,5.732527,62.650745,1.1710982,3.0422456,8.266134,23.019018,15.071735,4.1418996,1.5937252,94.48966,10.862937,207.26408,8.232876,373.39676,19.250437,961.18414,149.09387,4.8268404,8.896932,256.293,321.31705,1414.0269,803.0446 +2023-03-17 15:00:00,0.0,3031.8965,28.084873,9.448857,7.29154,30.750568,177.00478,27.887447,57.045624,23.177168,36.918793,157.74536,306.3933,16.038553,21.641478,11.619254,2.426428,32.433254,25.430946,21.51756,423.7795,11.2349415,317.02835,121.70068,17.308853,154.4459,138.966,67.62779,635.5188,260.4534,1796.4382,25.439121,2374.969,313.73984,19.733435,15.911656,103.17811,167.93874,266.63376,708.5468,58.26512,15.501318,9.340682,795.9758,361.3672,70.79691,32.99567,239.0626,27.59775,286.2077,11.962196,52.696594,0.0,2041.7048,3438.8083,1.471359,33.708313,23.065996,19509.723,56.890514,1.9520568,41.31613,72.24823,34.997257,9.969149,39.686268,422.69485,30.52439,26.956656,2.4390383,8.411525,588.27246,0.34618044,370.0474,61.97016,2729.3901,104.36525,144.98828,185.58965,740.76917,53.14801,55.529427,524.84705,41.36806,39.80637,11.766031,36.156525,220.03656,10.937896,8.320587,89.37161,18.412277,4579.0415,24.641508,41.22984,21.994837,25.566265,356.45697,93.87382,42.33468,10.7858,12.508842,39.648518,89.75857,222.40132,64.72208,254.69405,31.316137,33.042797,104.02339,102.70867,54.00432,142.34406,14.306137,4.463206,17.4016,21.44157,2752.8877,18.400005,32.249004,156.8248,26.183975,282.85812,99.22715,225.97984,8.283765,103.16821,727.39154,715.3717,65.39886,752.8056,125.427284,89.00659,72.180695,112.571335,19.879042,52.13997,502.4013,12.717295,18.575123,301.16077,10.188594,6.2236094,78.987366,69.23771,702.2542,176.45337,178.16364,2010.5186,51.718292,1736.7446,1441.0388,6.9360886,4.6603827,1277.2394,15.58374,9.43666,330.26865,21.149172,43.89964,23.448086,81.439804,345.59866,281.2296,3.1143146,30.690956,55.466484,398.67502,5.509992,85.193054,7.4976144,1.589238,56.167934,1.2893063,1.4689604,5.0503793,10.170249,24.18758,17.873,29.33266,233.45656,29.827284,13.460542,24.347279,6.4365788,78.92692,3.0777555,3.3829703,5.731855,62.64752,1.1689976,3.040724,8.256077,23.052923,15.0711975,4.1394086,1.5952989,94.57193,10.869086,207.3172,8.239029,373.67877,19.25659,960.86804,149.19511,4.828846,8.900445,256.57632,321.6767,1415.33,802.8759 +2023-03-17 16:00:00,0.0,3033.434,28.086515,9.460415,7.290951,30.765759,177.00757,27.89435,57.069756,23.181639,36.93109,157.76624,306.54797,16.048351,21.64215,11.61528,2.4253268,32.438408,25.396093,21.507544,423.8162,11.212002,316.96133,121.6687,17.281334,154.22543,138.89249,67.60546,635.22943,260.4111,1796.4099,25.395489,2375.0342,313.0136,19.707136,15.887781,103.01964,168.01299,266.6255,707.4379,58.27957,15.509341,9.339977,796.20905,360.80405,70.8091,33.015316,239.06085,27.582851,286.17474,11.960399,52.71526,0.0,2043.305,3441.9312,1.4743286,33.7026,23.075386,19518.352,56.91724,1.9528885,41.377575,72.35457,35.010475,9.970907,39.74511,422.79572,30.532108,26.989561,2.4422054,8.412326,588.54456,0.34607896,370.37323,61.917206,2729.8628,104.29391,145.0507,185.61087,739.4163,53.08342,55.503895,524.2022,41.318512,39.762432,11.769396,36.156136,220.03972,10.937604,8.319955,89.39988,18.41669,4578.9917,24.649857,41.26613,22.003138,25.577637,356.46774,93.85909,42.365593,10.789012,12.513868,39.675205,89.81356,222.54387,64.77151,254.75262,31.317823,33.07924,104.050476,102.87473,54.084805,142.29555,14.293957,4.4702687,17.39442,21.467596,2756.8242,18.385075,32.31706,156.81183,26.195406,283.00272,99.25161,226.14227,8.283445,103.14821,727.97766,715.96924,65.44845,753.9389,125.46595,89.10096,72.18641,112.454445,19.861494,52.113224,502.50446,12.709258,18.56349,301.0476,10.188172,6.222707,78.96906,69.24139,702.2644,176.42688,178.17566,2010.6226,51.769306,1737.1993,1441.4701,6.937708,4.6603045,1277.1405,15.579208,9.438171,330.22592,21.153494,43.911293,23.459295,81.49577,345.83508,281.1606,3.1148818,30.694853,55.480175,398.9081,5.5113406,85.19736,7.4982977,1.5890695,56.161743,1.2894058,1.4688692,5.05008,10.170284,24.193935,17.881676,29.339426,233.58876,29.82706,13.457757,24.334677,6.4350233,78.912636,3.0772402,3.380179,5.7311826,62.64429,1.166897,3.0392022,8.246018,23.086828,15.07066,4.1369176,1.5968724,94.65419,10.8752365,207.3703,8.245182,373.9608,19.262741,960.552,149.29634,4.8308516,8.903958,256.85965,322.03638,1416.633,802.7073 +2023-03-17 17:00:00,0.0,3034.972,28.088156,9.471973,7.2903614,30.780947,177.01036,27.901253,57.093884,23.186108,36.94339,157.78711,306.70267,16.058151,21.642822,11.611306,2.4242256,32.443558,25.36124,21.497528,423.8529,11.189062,316.8943,121.63671,17.253815,154.00497,138.81895,67.58312,634.94,260.3688,1796.3816,25.351858,2375.0996,312.28738,19.68084,15.863906,102.86116,168.08725,266.6172,706.32904,58.294018,15.5173645,9.339272,796.44226,360.24094,70.82129,33.03496,239.05907,27.567953,286.14178,11.958602,52.73393,0.0,2044.9053,3445.0537,1.4772983,33.696884,23.084776,19526.98,56.943966,1.9537201,41.43902,72.46091,35.023693,9.972667,39.803947,422.89658,30.539827,27.022469,2.4453723,8.413127,588.8166,0.34597751,370.69904,61.864246,2730.3357,104.22256,145.11313,185.6321,738.0635,53.018826,55.478363,523.5574,41.268963,39.718494,11.772759,36.155754,220.04288,10.937312,8.319322,89.42815,18.421106,4578.9424,24.658205,41.302418,22.011438,25.589008,356.4785,93.84436,42.396507,10.792224,12.518893,39.701893,89.86855,222.6864,64.82094,254.8112,31.31951,33.115677,104.07756,103.040794,54.165295,142.24702,14.281777,4.477332,17.38724,21.49362,2760.7607,18.370146,32.385113,156.79886,26.206837,283.1473,99.27608,226.30472,8.283125,103.128204,728.5638,716.5668,65.49804,755.07227,125.504616,89.19532,72.19213,112.337555,19.843948,52.086483,502.60757,12.701221,18.551859,300.93442,10.18775,6.2218046,78.95077,69.24506,702.27454,176.40039,178.1877,2010.7264,51.82032,1737.6542,1441.9014,6.9393272,4.6602263,1277.0417,15.574677,9.439684,330.1832,21.157816,43.922943,23.470507,81.55175,346.07153,281.0916,3.115449,30.698751,55.493866,399.14117,5.512689,85.20165,7.498981,1.5889009,56.155552,1.2895055,1.4687779,5.0497804,10.170319,24.20029,17.89035,29.346191,233.72096,29.826838,13.454973,24.322077,6.433468,78.89835,3.076725,3.3773878,5.7305107,62.641068,1.1647965,3.0376806,8.235961,23.120733,15.070123,4.1344266,1.598446,94.73645,10.881387,207.42342,8.251335,374.2428,19.268894,960.23596,149.39758,4.832857,8.907472,257.14297,322.39606,1417.9362,802.5386 +2023-03-17 18:00:00,0.0,3036.5095,28.089798,9.483531,7.2897725,30.796137,177.01315,27.908155,57.11801,23.190578,36.95569,157.80798,306.85733,16.06795,21.643494,11.607332,2.4231246,32.44871,25.326387,21.487513,423.8896,11.166122,316.82724,121.60473,17.226297,153.78452,138.74542,67.56079,634.6506,260.3265,1796.3533,25.308228,2375.165,311.5612,19.654543,15.840032,102.70268,168.16151,266.60892,705.22015,58.308468,15.525388,9.338566,796.6755,359.6778,70.83348,33.054607,239.05731,27.553055,286.10886,11.956805,52.752594,0.0,2046.5054,3448.1765,1.480268,33.69117,23.094166,19535.61,56.970688,1.9545517,41.50046,72.567245,35.03691,9.974425,39.862785,422.99744,30.547546,27.055374,2.4485395,8.413928,589.0887,0.34587604,371.02487,61.81129,2730.8083,104.15121,145.17554,185.6533,736.71063,52.954235,55.45283,522.91254,41.219418,39.674557,11.776124,36.155365,220.04604,10.93702,8.318689,89.45641,18.42552,4578.893,24.666553,41.33871,22.01974,25.600378,356.48923,93.829636,42.427418,10.795436,12.523919,39.72858,89.923546,222.82895,64.87036,254.86978,31.321196,33.15212,104.10465,103.206856,54.24578,142.19852,14.269597,4.484395,17.380058,21.519646,2764.6973,18.355215,32.453167,156.78589,26.218267,283.2919,99.30054,226.46715,8.2828045,103.1082,729.1499,717.1643,65.54764,756.20557,125.543274,89.28969,72.197845,112.220665,19.8264,52.059742,502.7107,12.693185,18.540228,300.82123,10.187327,6.2209024,78.932465,69.24874,702.28467,176.37389,178.19972,2010.8304,51.871334,1738.1089,1442.3326,6.9409466,4.6601477,1276.9429,15.570146,9.4411955,330.14047,21.162136,43.934597,23.481718,81.60772,346.30795,281.0226,3.1160161,30.702648,55.507557,399.37424,5.514038,85.205956,7.4996643,1.5887324,56.14936,1.2896051,1.4686867,5.049481,10.170354,24.206644,17.899027,29.352957,233.85316,29.826612,13.4521885,24.309475,6.4319124,78.88407,3.0762098,3.3745966,5.729839,62.63784,1.1626958,3.036159,8.2259035,23.154636,15.069585,4.1319356,1.6000196,94.81872,10.887536,207.47652,8.257488,374.5248,19.275047,959.91986,149.49883,4.8348627,8.910985,257.4263,322.75574,1419.2393,802.3699 +2023-03-17 19:00:00,0.0,3038.0474,28.09144,9.49509,7.289183,30.811327,177.01595,27.915058,57.142143,23.195047,36.967987,157.82886,307.012,16.077747,21.644167,11.603358,2.4220233,32.453865,25.291534,21.477497,423.92627,11.143182,316.76022,121.57274,17.198778,153.56404,138.67189,67.53846,634.36115,260.2842,1796.325,25.264597,2375.2305,310.83496,19.628246,15.816156,102.54421,168.23576,266.60062,704.11127,58.322918,15.533411,9.33786,796.9086,359.1147,70.845665,33.074253,239.05554,27.538157,286.0759,11.9550085,52.771263,0.0,2048.1055,3451.2993,1.4832376,33.685455,23.103556,19544.238,56.997414,1.9553834,41.561905,72.673584,35.05013,9.976185,39.921623,423.0983,30.555265,27.088282,2.4517064,8.41473,589.3608,0.3457746,371.3507,61.75833,2731.2812,104.07986,145.23795,185.67453,735.3578,52.88964,55.427296,522.2677,41.16987,39.630615,11.779488,36.154984,220.0492,10.9367285,8.318057,89.48468,18.429935,4578.8438,24.674902,41.375,22.028042,25.61175,356.5,93.8149,42.458332,10.798648,12.528945,39.75527,89.97854,222.9715,64.91979,254.92836,31.322884,33.188557,104.13174,103.37292,54.32627,142.15001,14.257417,4.4914584,17.372877,21.545671,2768.634,18.340286,32.52122,156.77292,26.229698,283.4365,99.325,226.6296,8.282485,103.088196,729.736,717.7619,65.59723,757.3389,125.58194,89.384056,72.20356,112.10377,19.808855,52.033,502.8138,12.685148,18.528597,300.70804,10.186905,6.22,78.91417,69.25242,702.29486,176.3474,178.21176,2010.9343,51.922348,1738.5637,1442.7639,6.942566,4.6600695,1276.844,15.565614,9.442708,330.09775,21.166458,43.94625,23.492928,81.66369,346.5444,280.9536,3.1165833,30.706547,55.521248,399.6073,5.5153866,85.21026,7.500347,1.5885639,56.14317,1.2897048,1.4685954,5.0491815,10.170389,24.213,17.907701,29.359722,233.98538,29.82639,13.449405,24.296875,6.4303575,78.86979,3.0756946,3.3718054,5.7291665,62.634617,1.1605952,3.0346375,8.215845,23.188541,15.069047,4.1294446,1.6015933,94.90098,10.893686,207.52963,8.263641,374.80682,19.281199,959.6038,149.60007,4.8368683,8.914497,257.70963,323.11542,1420.5424,802.20123 +2023-03-17 20:00:00,0.0,3039.5852,28.093082,9.506648,7.288594,30.826515,177.01874,27.921963,57.16627,23.199518,36.980286,157.84973,307.16666,16.087545,21.644838,11.599384,2.420922,32.459015,25.256681,21.467482,423.96298,11.120242,316.69318,121.54076,17.171259,153.34358,138.59837,67.51613,634.0717,260.2419,1796.2966,25.220964,2375.296,310.10873,19.60195,15.792281,102.38574,168.31003,266.59235,703.00244,58.337364,15.541435,9.337155,797.14185,358.55154,70.85786,33.0939,239.05377,27.523258,286.04294,11.953212,52.789932,0.0,2049.7056,3454.422,1.4862074,33.679745,23.112946,19552.87,57.024136,1.956215,41.623352,72.77992,35.063343,9.977944,39.980465,423.19916,30.562986,27.121187,2.4548736,8.415531,589.6329,0.34567314,371.67654,61.705376,2731.7542,104.00851,145.30037,185.69576,734.005,52.82505,55.401764,521.62286,41.12032,39.586678,11.782852,36.154594,220.05234,10.936437,8.317424,89.51295,18.434351,4578.7944,24.68325,41.41129,22.036343,25.623121,356.51074,93.80018,42.489246,10.801861,12.53397,39.781956,90.03353,223.11404,64.96922,254.98694,31.32457,33.225,104.15883,103.53898,54.406757,142.10149,14.245236,4.4985213,17.365698,21.571697,2772.5706,18.325357,32.589275,156.75995,26.241129,283.58112,99.349464,226.79202,8.282165,103.06819,730.32214,718.35944,65.64682,758.4722,125.620605,89.47842,72.209274,111.98688,19.791307,52.006256,502.91693,12.677112,18.516966,300.59488,10.186482,6.2190976,78.89587,69.256096,702.305,176.32089,178.22379,2011.0383,51.973362,1739.0184,1443.1952,6.944185,4.659991,1276.7451,15.561083,9.444221,330.05502,21.170778,43.957905,23.504139,81.719666,346.78082,280.8846,3.1171505,30.710445,55.53494,399.8404,5.516735,85.21456,7.5010304,1.5883954,56.13698,1.2898043,1.4685042,5.048882,10.170424,24.219355,17.916378,29.366488,234.11758,29.826164,13.44662,24.284275,6.428802,78.855515,3.0751793,3.369014,5.7284946,62.63139,1.1584946,3.0331159,8.205788,23.222446,15.068509,4.126953,1.6031668,94.98324,10.899836,207.58273,8.269794,375.08884,19.287352,959.2878,149.7013,4.8388743,8.918011,257.99295,323.47507,1421.8455,802.03253 +2023-03-17 21:00:00,0.0,3041.1228,28.094725,9.518206,7.2880044,30.841705,177.02155,27.928865,57.1904,23.203987,36.992584,157.8706,307.32135,16.097345,21.64551,11.59541,2.419821,32.46417,25.221828,21.457466,423.99966,11.097302,316.62613,121.50877,17.143742,153.12311,138.52484,67.4938,633.7823,260.19962,1796.2683,25.177334,2375.3613,309.38254,19.575651,15.768407,102.227264,168.3843,266.58405,701.89355,58.351814,15.5494585,9.33645,797.37506,357.98843,70.87005,33.113544,239.05202,27.50836,286.01,11.951415,52.808598,0.0,2051.306,3457.5447,1.489177,33.67403,23.122335,19561.498,57.05086,1.9570467,41.684795,72.88626,35.07656,9.979703,40.039303,423.30002,30.570705,27.154095,2.4580405,8.416332,589.9049,0.34557167,372.00235,61.65242,2732.2268,103.937164,145.3628,185.71698,732.65216,52.760456,55.376232,520.978,41.07077,39.54274,11.786216,36.15421,220.0555,10.936145,8.316792,89.54122,18.438765,4578.745,24.691599,41.447582,22.044643,25.634491,356.52148,93.78545,42.52016,10.805073,12.538996,39.808643,90.088524,223.25658,65.01865,255.04552,31.326256,33.261436,104.18591,103.70504,54.487247,142.05298,14.233057,4.5055847,17.358517,21.597723,2776.507,18.310427,32.65733,156.74698,26.25256,283.7257,99.373924,226.95447,8.281844,103.04819,730.90826,718.957,65.69642,759.6056,125.65927,89.572784,72.21499,111.86999,19.773762,51.979515,503.02005,12.669075,18.505335,300.4817,10.18606,6.2181954,78.87757,69.25977,702.3151,176.2944,178.23582,2011.1423,52.024376,1739.4733,1443.6265,6.945804,4.6599126,1276.6464,15.556551,9.445732,330.01227,21.1751,43.96956,23.51535,81.775635,347.01724,280.81564,3.1177177,30.714342,55.54863,400.07346,5.5180836,85.21886,7.5017138,1.5882268,56.130787,1.289904,1.4684129,5.0485826,10.17046,24.22571,17.925053,29.373253,234.24979,29.825941,13.443836,24.271673,6.4272466,78.84123,3.0746639,3.3662229,5.727823,62.628162,1.156394,3.0315943,8.195729,23.256351,15.067972,4.124462,1.6047404,95.0655,10.905986,207.63585,8.275948,375.37088,19.293505,958.9717,149.80254,4.84088,8.921524,258.27628,323.83475,1423.1486,801.8639 +2023-03-17 22:00:00,0.0,3042.6606,28.096367,9.529764,7.287415,30.856894,177.02434,27.935768,57.21453,23.208458,37.004883,157.89148,307.476,16.107143,21.646183,11.591437,2.4187198,32.46932,25.186974,21.44745,424.03638,11.074363,316.55908,121.47678,17.116222,152.90265,138.45131,67.471466,633.49286,260.15732,1796.24,25.133703,2375.4268,308.6563,19.549355,15.744532,102.06879,168.45854,266.57578,700.78467,58.366264,15.557482,9.335744,797.6083,357.4253,70.88223,33.13319,239.05026,27.493464,285.97705,11.949618,52.827267,0.0,2052.906,3460.6675,1.4921466,33.668316,23.131725,19570.127,57.077583,1.9578784,41.74624,72.9926,35.08978,9.9814625,40.09814,423.40088,30.578424,27.187,2.4612076,8.417133,590.177,0.34547022,372.3282,61.59946,2732.6997,103.865814,145.4252,185.7382,731.2993,52.695866,55.3507,520.3332,41.02122,39.498802,11.78958,36.153824,220.05865,10.935853,8.316159,89.56949,18.44318,4578.696,24.699947,41.48387,22.052946,25.645863,356.53226,93.77072,42.551075,10.808285,12.544022,39.83533,90.14352,223.39912,65.06808,255.1041,31.327942,33.29788,104.213005,103.8711,54.567734,142.00447,14.220877,4.512648,17.351336,21.623749,2780.4436,18.295498,32.725384,156.73401,26.26399,283.8703,99.398384,227.1169,8.281525,103.02818,731.4944,719.5545,65.74601,760.7389,125.69794,89.667145,72.22071,111.7531,19.756214,51.952774,503.12317,12.661038,18.493704,300.3685,10.185637,6.217293,78.85927,69.26346,702.3253,176.26791,178.24786,2011.2463,52.075394,1739.928,1444.0577,6.9474235,4.659834,1276.5475,15.552019,9.447245,329.96954,21.17942,43.981213,23.52656,81.831604,347.2537,280.74664,3.118285,30.71824,55.562325,400.30652,5.519432,85.22316,7.502397,1.5880582,56.124596,1.2900037,1.4683216,5.048283,10.170494,24.232065,17.93373,29.380018,234.38199,29.825716,13.441052,24.259073,6.4256916,78.82695,3.0741487,3.3634317,5.7271504,62.62494,1.1542934,3.0300725,8.185672,23.290255,15.067434,4.121971,1.6063141,95.147766,10.912135,207.68895,8.282102,375.6529,19.299658,958.65564,149.90378,4.8428855,8.925037,258.5596,324.19443,1424.4517,801.6952 +2023-03-17 23:00:00,0.0,3044.1982,28.09801,9.541323,7.2868257,30.872084,177.02713,27.94267,57.23866,23.212929,37.01718,157.91235,307.63068,16.116941,21.646854,11.587463,2.4176185,32.474472,25.15212,21.437435,424.07306,11.051423,316.49207,121.4448,17.088705,152.68219,138.37778,67.44913,633.2034,260.11502,1796.2117,25.090073,2375.492,307.93008,19.523058,15.720657,101.91032,168.5328,266.56747,699.6758,58.38071,15.565505,9.335038,797.8415,356.86215,70.894424,33.152836,239.0485,27.478565,285.9441,11.947822,52.845932,0.0,2054.5063,3463.7903,1.4951164,33.6626,23.141113,19578.756,57.10431,1.9587101,41.807682,73.09894,35.102997,9.983221,40.156982,423.50174,30.586143,27.219908,2.4643745,8.417935,590.4491,0.34536874,372.65402,61.546505,2733.1724,103.794464,145.48763,185.75941,729.9465,52.63127,55.32517,519.68835,40.971672,39.454865,11.792944,36.15344,220.06181,10.93556,8.315526,89.597755,18.447596,4578.646,24.708296,41.52016,22.061247,25.657234,356.543,93.756,42.58199,10.811497,12.549047,39.862022,90.19851,223.54167,65.11751,255.16266,31.329628,33.334316,104.24009,104.03716,54.64822,141.95595,14.208696,4.519711,17.344156,21.649775,2784.3801,18.28057,32.793438,156.72104,26.275421,284.0149,99.42285,227.27934,8.281204,103.00818,732.0805,720.15204,65.7956,761.87225,125.7366,89.76151,72.226425,111.63621,19.738668,51.926033,503.22632,12.653002,18.48207,300.25534,10.185215,6.2163906,78.84097,69.267136,702.33545,176.24141,178.25989,2011.3502,52.126408,1740.3827,1444.4891,6.949043,4.6597557,1276.4486,15.547488,9.448756,329.92682,21.183743,43.992863,23.537771,81.88757,347.4901,280.67764,3.1188521,30.722137,55.576015,400.5396,5.5207806,85.22746,7.5030804,1.5878898,56.118404,1.2901033,1.4682304,5.047984,10.170529,24.238419,17.942404,29.386784,234.51419,29.825493,13.438268,24.246471,6.424136,78.81267,3.0736334,3.3606405,5.7264786,62.62171,1.1521927,3.0285509,8.175613,23.32416,15.066896,4.11948,1.6078876,95.23003,10.918285,207.74205,8.288255,375.9349,19.305809,958.3396,150.005,4.844891,8.928551,258.84293,324.5541,1425.7548,801.5265 +2023-03-18 00:00:00,0.0,3045.736,28.099651,9.55288,7.286237,30.887274,177.02992,27.949574,57.262787,23.217398,37.02948,157.93323,307.78534,16.126741,21.647526,11.583489,2.4165173,32.47962,25.117268,21.42742,424.10974,11.028483,316.42502,121.41281,17.061186,152.46172,138.30426,67.426796,632.914,260.07272,1796.1835,25.04644,2375.5574,307.2039,19.496761,15.696782,101.75184,168.60707,266.5592,698.5669,58.39516,15.573528,9.334333,798.07465,356.29904,70.90662,33.17248,239.04672,27.463667,285.91116,11.946025,52.8646,0.0,2056.1064,3466.913,1.498086,33.656887,23.150503,19587.385,57.131035,1.9595417,41.869125,73.20528,35.116215,9.984981,40.21582,423.6026,30.593863,27.252813,2.4675417,8.418736,590.7211,0.3452673,372.97986,61.49355,2733.6453,103.723114,145.55005,185.78064,728.5937,52.56668,55.299637,519.0435,40.922123,39.410927,11.7963085,36.153053,220.06496,10.935268,8.314894,89.62602,18.45201,4578.5967,24.716644,41.55645,22.069548,25.668604,356.55374,93.741264,42.612904,10.814709,12.554072,39.88871,90.2535,223.68422,65.16694,255.22124,31.331316,33.370758,104.26718,104.203224,54.72871,141.90744,14.196516,4.5267744,17.336975,21.6758,2788.3167,18.265638,32.86149,156.70807,26.286852,284.1595,99.44731,227.44177,8.280884,102.98817,732.6666,720.74963,65.84519,763.00555,125.77527,89.85587,72.23214,111.51931,19.72112,51.89929,503.32944,12.644965,18.47044,300.14215,10.1847925,6.2154884,78.82267,69.27081,702.3456,176.21492,178.27193,2011.4542,52.17742,1740.8375,1444.9204,6.950662,4.6596775,1276.3497,15.542956,9.450269,329.8841,21.188065,44.004517,23.548983,81.94355,347.72656,280.60864,3.1194193,30.726036,55.589706,400.77267,5.522129,85.231766,7.5037637,1.5877212,56.112213,1.2902029,1.468139,5.0476847,10.170565,24.244774,17.95108,29.393547,234.64641,29.825268,13.435484,24.233871,6.4225807,78.798386,3.0731182,3.3578494,5.725806,62.618484,1.1500921,3.0270293,8.165556,23.358065,15.066359,4.116989,1.6094612,95.31229,10.924435,207.79517,8.294408,376.21692,19.311962,958.0235,150.10625,4.8468966,8.932063,259.12625,324.9138,1427.0579,801.35785 +2023-03-18 01:00:00,0.0,3047.2737,28.101292,9.564439,7.2856474,30.902462,177.03271,27.956476,57.286915,23.221869,37.041775,157.95412,307.94003,16.13654,21.6482,11.579515,2.4154162,32.484776,25.082415,21.417404,424.14645,11.005544,316.35797,121.38083,17.033667,152.24126,138.23073,67.404465,632.6246,260.03043,1796.1552,25.00281,2375.6228,306.47766,19.470463,15.672907,101.59336,168.68132,266.5509,697.458,58.40961,15.581552,9.333628,798.30786,355.7359,70.9188,33.192127,239.04495,27.448769,285.8782,11.944228,52.883266,0.0,2057.7065,3470.0356,1.5010556,33.651176,23.159893,19596.014,57.157757,1.9603734,41.93057,73.311615,35.129433,9.98674,40.27466,423.70346,30.601582,27.28572,2.4707086,8.419538,590.9932,0.34516582,373.30566,61.44059,2734.118,103.651764,145.61246,185.80186,727.24084,52.50209,55.274105,518.3987,40.872574,39.36699,11.799672,36.152664,220.06812,10.934977,8.3142605,89.65429,18.456425,4578.5474,24.724993,41.592743,22.077848,25.679976,356.5645,93.72654,42.643818,10.817922,12.559098,39.915398,90.308495,223.82675,65.21636,255.27982,31.333002,33.407196,104.294266,104.369286,54.809196,141.85893,14.184337,4.5338373,17.329794,21.701826,2792.2532,18.25071,32.929543,156.6951,26.298283,284.30408,99.47177,227.60422,8.280564,102.96816,733.25275,721.34717,65.89479,764.1389,125.813934,89.95024,72.237854,111.40242,19.703575,51.872547,503.43256,12.636929,18.458809,300.02896,10.18437,6.2145863,78.804375,69.27449,702.3558,176.18842,178.28395,2011.5581,52.228436,1741.2922,1445.3517,6.9522815,4.659599,1276.2509,15.5384245,9.45178,329.84137,21.192385,44.01617,23.560192,81.99952,347.96298,280.53964,3.1199865,30.729935,55.603397,401.00574,5.5234776,85.23606,7.504447,1.5875527,56.10602,1.2903025,1.4680479,5.047385,10.1706,24.25113,17.959757,29.400312,234.77861,29.825045,13.432699,24.22127,6.4210258,78.7841,3.072603,3.355058,5.7251344,62.61526,1.1479915,3.0255077,8.155498,23.39197,15.065822,4.114498,1.6110348,95.39455,10.930585,207.84827,8.300561,376.49893,19.318115,957.70746,150.20749,4.848902,8.935576,259.40958,325.27344,1428.361,801.18915 +2023-03-18 02:00:00,0.0,3048.8115,28.102934,9.575996,7.285058,30.917652,177.0355,27.963379,57.311047,23.226337,37.054073,157.97499,308.0947,16.146338,21.64887,11.5755415,2.414315,32.48993,25.047562,21.407389,424.18314,10.982603,316.29095,121.34885,17.00615,152.02078,138.1572,67.38213,632.33514,259.98813,1796.1268,24.959179,2375.6882,305.75143,19.444166,15.649033,101.43489,168.75558,266.54263,696.3491,58.42406,15.589575,9.332922,798.5411,355.1728,70.93099,33.211773,239.04318,27.43387,285.84528,11.942431,52.901936,0.0,2059.3066,3473.1584,1.5040253,33.645462,23.169283,19604.643,57.184483,1.961205,41.992016,73.41795,35.142647,9.988499,40.333496,423.80432,30.6093,27.318626,2.4738758,8.420339,591.2653,0.34506437,373.6315,61.387634,2734.5908,103.58042,145.67488,185.82309,725.888,52.437496,55.248573,517.7539,40.823025,39.32305,11.803037,36.152283,220.07127,10.934685,8.313628,89.682556,18.460838,4578.498,24.733341,41.629032,22.086151,25.691347,356.57526,93.71181,42.674732,10.821134,12.564124,39.942085,90.36349,223.9693,65.26579,255.3384,31.334688,33.443638,104.32136,104.53535,54.889687,141.81041,14.172156,4.5409007,17.322613,21.727852,2796.1897,18.235779,32.997597,156.68213,26.309713,284.4487,99.49624,227.76665,8.280244,102.94816,733.83887,721.9447,65.94438,765.2722,125.8526,90.0446,72.243576,111.28553,19.686028,51.845806,503.53568,12.628892,18.447178,299.91577,10.183948,6.2136836,78.78607,69.27817,702.3659,176.16193,178.29599,2011.6622,52.27945,1741.7471,1445.783,6.9539003,4.6595206,1276.1521,15.533894,9.453293,329.79865,21.196707,44.027824,23.571404,82.05549,348.1994,280.47064,3.1205537,30.733831,55.61709,401.23883,5.524826,85.240364,7.50513,1.5873841,56.09983,1.2904022,1.4679565,5.047086,10.170634,24.257484,17.968431,29.407078,234.91081,29.82482,13.429915,24.20867,6.4194703,78.76983,3.0720878,3.3522668,5.7244625,62.612034,1.145891,3.023986,8.14544,23.425873,15.065284,4.112007,1.6126084,95.476814,10.936734,207.90138,8.306714,376.78094,19.324266,957.3914,150.30873,4.850908,8.93909,259.69287,325.63312,1429.6641,801.0205 +2023-03-18 03:00:00,0.0,3050.349,28.104576,9.587555,7.2844687,30.932842,177.0383,27.970282,57.335175,23.230808,37.066372,157.99586,308.24936,16.156137,21.649542,11.571568,2.4132137,32.49508,25.012709,21.397373,424.21982,10.959663,316.2239,121.31686,16.97863,151.80032,138.08366,67.3598,632.0457,259.94583,1796.0985,24.915548,2375.7537,305.02524,19.41787,15.625157,101.27641,168.82985,266.53433,695.2403,58.438507,15.597598,9.332216,798.7743,354.60965,70.943184,33.23142,239.04143,27.418972,285.81232,11.940635,52.9206,0.0,2060.907,3476.2812,1.506995,33.639748,23.178673,19613.271,57.211205,1.9620367,42.05346,73.52429,35.155865,9.990258,40.392338,423.90518,30.61702,27.351534,2.4770427,8.42114,591.53735,0.34496292,373.95734,61.33468,2735.0635,103.50907,145.73729,185.8443,724.53516,52.372906,55.22304,517.1091,40.773476,39.279114,11.8064,36.151894,220.07443,10.934393,8.312996,89.71082,18.465254,4578.4487,24.74169,41.66532,22.094452,25.702717,356.586,93.69708,42.705647,10.824346,12.569149,39.968773,90.41848,224.11185,65.31522,255.39697,31.336374,33.480076,104.34844,104.70141,54.970173,141.7619,14.159976,4.5479636,17.315434,21.753878,2800.1262,18.22085,33.06565,156.66916,26.321144,284.5933,99.5207,227.9291,8.279923,102.928154,734.425,722.54224,65.99397,766.4056,125.89126,90.13897,72.24929,111.16864,19.668482,51.819065,503.6388,12.620854,18.435547,299.8026,10.183525,6.2127814,78.76777,69.281845,702.37604,176.13544,178.30801,2011.7661,52.330463,1742.2018,1446.2142,6.9555197,4.659442,1276.0532,15.529362,9.454804,329.75592,21.201027,44.03948,23.582615,82.111465,348.43585,280.40164,3.121121,30.73773,55.63078,401.4719,5.5261745,85.24467,7.505813,1.5872155,56.09364,1.2905018,1.4678653,5.0467863,10.17067,24.263838,17.977108,29.413843,235.04301,29.824596,13.427132,24.196068,6.417915,78.75555,3.0715725,3.3494756,5.72379,62.60881,1.1437902,3.0224645,8.135383,23.459778,15.064746,4.109516,1.614182,95.559074,10.942884,207.95448,8.312867,377.06296,19.33042,957.0753,150.40996,4.8529134,8.942603,259.9762,325.9928,1430.9672,800.8518 +2023-03-18 04:00:00,0.0,3051.887,28.106218,9.599113,7.2838793,30.94803,177.04109,27.977184,57.359303,23.235277,37.07867,158.01674,308.40402,16.165936,21.650215,11.567594,2.4121127,32.500233,24.977856,21.387358,424.25653,10.936724,316.15686,121.284874,16.95111,151.57986,138.01015,67.33747,631.7563,259.90353,1796.0702,24.871916,2375.819,304.299,19.391573,15.601282,101.117935,168.9041,266.52603,694.1314,58.452957,15.605621,9.3315115,799.0075,354.04654,70.95537,33.251064,239.03967,27.404074,285.77936,11.938838,52.93927,0.0,2062.507,3479.404,1.5099647,33.634033,23.188063,19621.9,57.23793,1.9628683,42.114902,73.63063,35.169083,9.992017,40.451176,424.00604,30.624739,27.38444,2.4802098,8.421942,591.80945,0.34486145,374.28317,61.28172,2735.5364,103.43772,145.79971,185.86552,723.1824,52.30831,55.19751,516.46423,40.723927,39.235172,11.809765,36.15151,220.07758,10.934101,8.312363,89.73909,18.46967,4578.3994,24.750038,41.701614,22.102753,25.714088,356.59677,93.68235,42.73656,10.827558,12.574175,39.99546,90.47347,224.2544,65.364655,255.45555,31.338062,33.516518,104.375534,104.86747,55.050663,141.71338,14.147796,4.555027,17.308252,21.779903,2804.063,18.205921,33.133705,156.65619,26.332575,284.73788,99.54516,228.09152,8.279604,102.90815,735.0111,723.1398,66.04357,767.5389,125.929924,90.23333,72.255005,111.05174,19.650934,51.792324,503.7419,12.612818,18.423916,299.68942,10.183103,6.2118793,78.74947,69.28552,702.3862,176.10893,178.32005,2011.8701,52.381477,1742.6566,1446.6455,6.957139,4.6593637,1275.9543,15.52483,9.456317,329.7132,21.205349,44.05113,23.593824,82.167435,348.67227,280.33267,3.1216881,30.741627,55.64447,401.70496,5.5275235,85.24897,7.5064964,1.5870471,56.08745,1.2906014,1.467774,5.046487,10.170705,24.270193,17.985783,29.420609,235.17523,29.824373,13.424347,24.183468,6.4163594,78.741264,3.0710573,3.3466845,5.7231183,62.605583,1.1416897,3.0209427,8.125324,23.493683,15.064208,4.107025,1.6157556,95.641335,10.949034,208.0076,8.31902,377.34497,19.336573,956.7593,150.5112,4.8549194,8.946116,260.25952,326.35248,1432.2703,800.68317 +2023-03-18 05:00:00,0.0,3053.4248,28.10786,9.610671,7.28329,30.96322,177.0439,27.984087,57.383434,23.239748,37.09097,158.03761,308.55872,16.175734,21.650887,11.563621,2.4110115,32.505383,24.943003,21.377342,424.2932,10.913784,316.0898,121.252884,16.923594,151.35939,137.93661,67.31513,631.46686,259.86124,1796.0419,24.828285,2375.8845,303.57278,19.365276,15.577408,100.95947,168.97836,266.51776,693.0225,58.467407,15.613645,9.330806,799.24066,353.4834,70.96756,33.27071,239.0379,27.389175,285.74643,11.937041,52.957935,0.0,2064.1072,3482.5269,1.5129343,33.62832,23.197453,19630.531,57.264652,1.9637,42.176346,73.73697,35.1823,9.993776,40.510014,424.1069,30.632458,27.417347,2.4833767,8.422743,592.08154,0.34476,374.60898,61.228764,2736.009,103.36637,145.86212,185.88675,721.8295,52.24372,55.171974,515.8194,40.67438,39.191235,11.813128,36.151123,220.08073,10.933809,8.31173,89.76736,18.474083,4578.3496,24.758387,41.737904,22.111055,25.72546,356.6075,93.667625,42.76747,10.83077,12.579201,40.02215,90.52847,224.39693,65.41408,255.51413,31.339748,33.552956,104.40262,105.03354,55.13115,141.66487,14.135615,4.56209,17.301071,21.805927,2807.9995,18.19099,33.20176,156.64322,26.344006,284.88248,99.569626,228.25397,8.279284,102.888145,735.5972,723.7373,66.09316,768.67224,125.96859,90.3277,72.26072,110.93485,19.633389,51.76558,503.84503,12.604781,18.412285,299.57623,10.18268,6.2109766,78.73117,69.2892,702.39636,176.08244,178.33208,2011.974,52.43249,1743.1113,1447.0768,6.9587584,4.659285,1275.8555,15.520299,9.4578285,329.67047,21.20967,44.062782,23.605036,82.223404,348.90872,280.26367,3.1222553,30.745525,55.65816,401.93805,5.528872,85.253265,7.5071797,1.5868785,56.081257,1.290701,1.4676828,5.0461874,10.17074,24.276548,17.99446,29.427374,235.30743,29.824148,13.421563,24.170866,6.4148045,78.72698,3.070542,3.3438933,5.7224464,62.602356,1.1395891,3.019421,8.115267,23.527588,15.063671,4.104534,1.6173291,95.723595,10.955184,208.0607,8.325173,377.62698,19.342726,956.44324,150.61244,4.856925,8.949629,260.54285,326.71216,1433.5732,800.51447 +2023-03-18 06:00:00,0.0,3054.9624,28.109503,9.62223,7.282701,30.978409,177.04669,27.99099,57.407562,23.244217,37.103268,158.05849,308.71338,16.185534,21.651558,11.559647,2.4099102,32.510536,24.908148,21.367327,424.32993,10.890844,316.0228,121.2209,16.896074,151.13893,137.86308,67.2928,631.1774,259.81894,1796.0135,24.784655,2375.95,302.8466,19.338978,15.553533,100.800995,169.05263,266.50946,691.91364,58.481853,15.621669,9.3301,799.4739,352.92026,70.97975,33.290356,239.03613,27.374277,285.71347,11.935245,52.976604,0.0,2065.7075,3485.6494,1.515904,33.62261,23.206842,19639.16,57.291378,1.9645317,42.23779,73.84331,35.19552,9.995536,40.568855,424.20776,30.640177,27.450253,2.486544,8.423544,592.35364,0.34465852,374.9348,61.175808,2736.482,103.29502,145.92455,185.90797,720.4767,52.179127,55.146442,515.17456,40.624832,39.147297,11.816493,36.150738,220.0839,10.933517,8.311098,89.79562,18.478498,4578.3003,24.766735,41.774193,22.119356,25.73683,356.61826,93.6529,42.798386,10.833982,12.584226,40.048836,90.583466,224.53947,65.46351,255.57271,31.341434,33.589397,104.42971,105.1996,55.21164,141.61636,14.123436,4.5691533,17.293892,21.831953,2811.936,18.176062,33.269814,156.63025,26.355436,285.02707,99.594086,228.4164,8.278964,102.86814,736.18335,724.3349,66.14275,769.80554,126.007256,90.422066,72.26643,110.81796,19.61584,51.73884,503.94815,12.596745,18.400654,299.46307,10.182258,6.2100744,78.712875,69.29288,702.4065,176.05594,178.34412,2012.0781,52.483505,1743.5662,1447.508,6.9603777,4.659207,1275.7567,15.515767,9.459341,329.62772,21.213991,44.074436,23.616247,82.27938,349.14514,280.19467,3.1228225,30.749424,55.671852,402.1711,5.5302205,85.25757,7.507863,1.58671,56.075066,1.2908007,1.4675915,5.045888,10.170775,24.282904,18.003134,29.43414,235.43964,29.823925,13.418778,24.158266,6.413249,78.7127,3.0700269,3.341102,5.721774,62.599133,1.1374885,3.0178995,8.105208,23.561491,15.063133,4.102043,1.6189028,95.80586,10.961333,208.11382,8.3313265,377.90903,19.348877,956.12714,150.71367,4.8589306,8.953142,260.82617,327.0718,1434.8763,800.34576 +2023-03-18 07:00:00,0.0,3056.5002,28.111145,9.633788,7.2821116,30.993599,177.04948,27.997892,57.43169,23.248688,37.115566,158.07936,308.86804,16.195332,21.652231,11.555673,2.4088092,32.515686,24.873295,21.357311,424.3666,10.867905,315.95575,121.18892,16.868557,150.91846,137.78957,67.27047,630.888,259.77664,1795.9852,24.741022,2376.0151,302.12036,19.312681,15.529657,100.64252,169.12688,266.5012,690.80475,58.496304,15.629692,9.329395,799.7071,352.35715,70.991936,33.310005,239.03436,27.359379,285.6805,11.933448,52.99527,0.0,2067.3076,3488.7722,1.5188737,33.616894,23.216232,19647.79,57.318104,1.9653634,42.299232,73.949646,35.208733,9.997294,40.627693,424.30862,30.647896,27.48316,2.4897108,8.424345,592.6257,0.34455708,375.26065,61.12285,2736.9546,103.22368,145.98695,185.9292,719.12384,52.114536,55.12091,514.5297,40.575283,39.10336,11.819857,36.150352,220.08705,10.933226,8.310465,89.82389,18.482914,4578.251,24.775084,41.810482,22.127657,25.748201,356.62903,93.63817,42.8293,10.837194,12.5892515,40.075523,90.63846,224.68202,65.51294,255.63127,31.34312,33.625835,104.456795,105.36566,55.292126,141.56784,14.111256,4.576216,17.28671,21.857979,2815.8726,18.16113,33.337868,156.61728,26.366867,285.1717,99.618546,228.57884,8.278644,102.84814,736.7695,724.93243,66.192345,770.9389,126.04592,90.516426,72.272156,110.70107,19.598295,51.712097,504.0513,12.588708,18.38902,299.34988,10.181835,6.2091722,78.69457,69.296555,702.4167,176.02945,178.35614,2012.1821,52.53452,1744.0209,1447.9395,6.961997,4.6591287,1275.6578,15.511235,9.460854,329.585,21.218313,44.08609,23.627457,82.33535,349.3816,280.12567,3.1233897,30.75332,55.685547,402.40417,5.531569,85.26187,7.5085464,1.5865414,56.06887,1.2909003,1.4675002,5.0455885,10.17081,24.289257,18.01181,29.440905,235.57184,29.8237,13.415995,24.145666,6.4116936,78.69842,3.0695117,3.3383107,5.721102,62.595905,1.1353878,3.016378,8.095151,23.595396,15.062595,4.0995517,1.6204764,95.88812,10.9674835,208.16692,8.33748,378.19104,19.35503,955.8111,150.81491,4.860936,8.9566555,261.1095,327.4315,1436.1794,800.1771 +2023-03-18 08:00:00,0.0,3058.0378,28.112785,9.645346,7.2815223,31.00879,177.05228,28.004797,57.455822,23.253157,37.127865,158.10023,309.0227,16.20513,21.652903,11.551699,2.407708,32.52084,24.838442,21.347296,424.4033,10.844964,315.8887,121.15693,16.841038,150.698,137.71603,67.24814,630.5986,259.73434,1795.957,24.697392,2376.0806,301.39413,19.286385,15.505783,100.48404,169.20114,266.4929,689.69586,58.510754,15.637715,9.32869,799.9403,351.794,71.00413,33.32965,239.0326,27.34448,285.64758,11.931651,53.01394,0.0,2068.908,3491.895,1.5218433,33.61118,23.225622,19656.418,57.344826,1.966195,42.36068,74.055984,35.22195,9.999054,40.68653,424.4095,30.655615,27.516066,2.492878,8.425146,592.89777,0.34445563,375.5865,61.069893,2737.4275,103.15233,146.04938,185.95041,717.771,52.049946,55.09538,513.8849,40.525734,39.05942,11.823221,36.149963,220.0902,10.932934,8.309833,89.852165,18.487328,4578.2017,24.783432,41.846775,22.13596,25.759573,356.63977,93.62344,42.860214,10.840406,12.594277,40.10221,90.69345,224.82457,65.56236,255.68985,31.344809,33.662277,104.48389,105.53172,55.372616,141.51933,14.099075,4.5832796,17.27953,21.884005,2819.809,18.146202,33.405922,156.60431,26.378298,285.31628,99.64301,228.74127,8.278323,102.82813,737.3556,725.52997,66.24194,772.0722,126.08459,90.610794,72.27787,110.58418,19.580748,51.685356,504.15442,12.580671,18.37739,299.2367,10.181413,6.2082696,78.67628,69.30023,702.4268,176.00296,178.36818,2012.286,52.585533,1744.4757,1448.3707,6.9636164,4.65905,1275.559,15.506704,9.462365,329.54227,21.222633,44.097744,23.638668,82.39132,349.618,280.05667,3.123957,30.75722,55.699238,402.63724,5.5329175,85.266174,7.5092297,1.586373,56.06268,1.2909999,1.467409,5.045289,10.170845,24.295612,18.020485,29.44767,235.70406,29.823477,13.41321,24.133064,6.4101386,78.68414,3.0689964,3.3355196,5.72043,62.592678,1.1332872,3.0148563,8.085093,23.629301,15.0620575,4.0970607,1.6220499,95.97038,10.973634,208.22002,8.343633,378.47305,19.361183,955.49506,150.91615,4.8629417,8.960169,261.39282,327.79117,1437.4825,800.0084 +2023-03-18 09:00:00,0.0,3059.5757,28.114428,9.656904,7.280933,31.023977,177.05507,28.0117,57.47995,23.257627,37.140163,158.12111,309.1774,16.21493,21.653574,11.547725,2.4066067,32.525993,24.803589,21.33728,424.44,10.822024,315.8217,121.12495,16.813519,150.47754,137.6425,67.22581,630.30914,259.69205,1795.9287,24.65376,2376.146,300.66794,19.260088,15.481908,100.32557,169.2754,266.48462,688.58704,58.5252,15.645739,9.327984,800.17346,351.2309,71.01632,33.349297,239.03084,27.329584,285.61462,11.929854,53.032604,0.0,2070.508,3495.0178,1.524813,33.605465,23.23501,19665.047,57.37155,1.9670266,42.422123,74.16232,35.23517,10.000813,40.74537,424.51035,30.663334,27.548973,2.4960449,8.425948,593.16986,0.34435415,375.9123,61.016933,2737.9001,103.08098,146.11179,185.97163,716.4182,51.98535,55.069847,513.24005,40.476185,39.015484,11.826585,36.149582,220.09335,10.932641,8.309199,89.88043,18.491743,4578.1523,24.79178,41.883064,22.14426,25.770943,356.6505,93.60871,42.89113,10.843618,12.599303,40.128902,90.74844,224.9671,65.61179,255.74843,31.346495,33.698715,104.51097,105.697784,55.453102,141.47083,14.086895,4.590343,17.272348,21.91003,2823.7456,18.131273,33.473976,156.59134,26.389729,285.46088,99.66747,228.90372,8.278004,102.80813,737.9417,726.1275,66.291534,773.20557,126.12325,90.705154,72.283585,110.467285,19.563202,51.65861,504.25754,12.572635,18.365759,299.1235,10.18099,6.2073674,78.657974,69.30391,702.43695,175.97646,178.3802,2012.39,52.636547,1744.9304,1448.802,6.965235,4.658972,1275.4601,15.502172,9.463878,329.49954,21.226955,44.109398,23.64988,82.447296,349.85443,279.98767,3.124524,30.761116,55.71293,402.87033,5.534266,85.27047,7.509913,1.5862044,56.056488,1.2910995,1.4673177,5.0449896,10.17088,24.301968,18.029161,29.454435,235.83626,29.823252,13.410426,24.120464,6.408583,78.66986,3.0684812,3.3327284,5.719758,62.589455,1.1311866,3.0133345,8.075035,23.663206,15.061521,4.0945697,1.6236235,96.05264,10.979783,208.27313,8.349787,378.75507,19.367334,955.17896,151.0174,4.8649473,8.963682,261.67615,328.15085,1438.7856,799.8398 +2023-03-18 10:00:00,0.0,3061.1133,28.11607,9.668462,7.2803435,31.039167,177.05786,28.018602,57.504078,23.262096,37.152462,158.14198,309.33206,16.224728,21.654247,11.543751,2.4055057,32.531143,24.768736,21.327265,424.47668,10.799085,315.75464,121.092964,16.786001,150.25706,137.56897,67.203476,630.0197,259.64975,1795.9004,24.61013,2376.2114,299.9417,19.23379,15.458033,100.16709,169.34967,266.47632,687.47815,58.53965,15.653762,9.327278,800.4067,350.66776,71.0285,33.368942,239.02908,27.314686,285.58167,11.928058,53.051273,0.0,2072.1082,3498.1404,1.5277827,33.59975,23.2444,19673.676,57.398273,1.9678583,42.483566,74.26866,35.248386,10.002572,40.80421,424.6112,30.671053,27.581879,2.499212,8.426749,593.4419,0.3442527,376.23813,60.963978,2738.373,103.00963,146.17421,185.99286,715.06537,51.92076,55.044315,512.5952,40.426636,38.971546,11.829949,36.149193,220.09651,10.932349,8.308567,89.9087,18.496157,4578.103,24.800129,41.919353,22.152561,25.782314,356.6613,93.59399,42.922043,10.846831,12.604328,40.15559,90.80344,225.10965,65.661224,255.807,31.34818,33.735153,104.53806,105.863846,55.533592,141.4223,14.074716,4.597406,17.26517,21.936056,2827.6821,18.116343,33.54203,156.57837,26.40116,285.60547,99.69193,229.06615,8.277683,102.788124,738.52783,726.72504,66.341125,774.33887,126.16192,90.79952,72.2893,110.350395,19.545654,51.63187,504.36066,12.564598,18.354128,299.01035,10.180568,6.2064652,78.63968,69.30759,702.44714,175.94997,178.39224,2012.4939,52.68756,1745.3853,1449.2333,6.9668546,4.658893,1275.3613,15.497641,9.465389,329.45682,21.231276,44.121048,23.661089,82.503265,350.09088,279.91867,3.1250913,30.765015,55.72662,403.1034,5.5356145,85.27477,7.510596,1.5860358,56.050297,1.2911992,1.4672265,5.04469,10.170916,24.308323,18.037838,29.4612,235.96846,29.823029,13.407642,24.107862,6.4070277,78.65558,3.067966,3.329937,5.719086,62.586227,1.129086,3.011813,8.064977,23.69711,15.060983,4.0920787,1.6251972,96.13491,10.985933,208.32623,8.35594,379.03708,19.373487,954.8629,151.11862,4.866953,8.967195,261.95947,328.51053,1440.0887,799.6711 +2023-03-18 11:00:00,0.0,3062.6511,28.117712,9.68002,7.2797546,31.054356,177.06065,28.025505,57.52821,23.266567,37.16476,158.16287,309.48672,16.234526,21.654919,11.539777,2.4044044,32.536297,24.733883,21.31725,424.5134,10.776145,315.6876,121.060974,16.758482,150.0366,137.49545,67.18114,629.7303,259.60745,1795.8721,24.566498,2376.2769,299.21548,19.207493,15.434158,100.00861,169.42392,266.46805,686.36926,58.5541,15.661785,9.326573,800.6399,350.10464,71.040695,33.388588,239.02731,27.299788,285.54874,11.926261,53.06994,0.0,2073.7085,3501.2632,1.5307523,33.59404,23.25379,19682.305,57.425,1.9686899,42.54501,74.375,35.261604,10.004331,40.86305,424.71207,30.678772,27.614784,2.502379,8.42755,593.714,0.34415123,376.56396,60.911022,2738.8457,102.93828,146.23662,186.01408,713.7125,51.856167,55.018784,511.95038,40.377087,38.92761,11.833314,36.148808,220.09967,10.932057,8.307935,89.936966,18.500572,4578.053,24.808477,41.955647,22.160862,25.793686,356.67203,93.579254,42.952957,10.850043,12.609354,40.182278,90.85843,225.2522,65.710655,255.86559,31.349867,33.771595,104.56515,106.02991,55.61408,141.3738,14.062535,4.6044693,17.257988,21.962082,2831.6187,18.101414,33.610085,156.5654,26.41259,285.75006,99.7164,229.22859,8.277363,102.76812,739.11395,727.32263,66.39072,775.4722,126.20058,90.89388,72.29501,110.233505,19.528109,51.60513,504.46378,12.556561,18.342497,298.89716,10.180146,6.2055626,78.621376,69.31127,702.4573,175.92346,178.40427,2012.5979,52.738575,1745.84,1449.6646,6.968474,4.658815,1275.2625,15.49311,9.466902,329.4141,21.235598,44.1327,23.6723,82.559235,350.3273,279.8497,3.1256585,30.768911,55.74031,403.33646,5.536963,85.279076,7.511279,1.5858673,56.044106,1.2912989,1.4671352,5.0443907,10.170951,24.314676,18.046513,29.467966,236.10066,29.822803,13.404858,24.095263,6.4054728,78.6413,3.0674508,3.3271458,5.718414,62.583004,1.1269854,3.0102913,8.054919,23.731014,15.060445,4.0895877,1.6267707,96.21717,10.992083,208.37935,8.362093,379.3191,19.37964,954.5469,151.21986,4.8689585,8.970708,262.2428,328.87018,1441.3918,799.5024 +2023-03-18 12:00:00,0.0,3064.189,28.119354,9.691579,7.2791653,31.069546,177.06346,28.032408,57.552338,23.271036,37.17706,158.18375,309.64142,16.244326,21.655592,11.535803,2.4033031,32.541447,24.69903,21.307234,424.55008,10.753205,315.62054,121.02899,16.730963,149.81613,137.42192,67.158806,629.44086,259.56516,1795.8438,24.522867,2376.3423,298.4893,19.181196,15.410283,99.85014,169.49818,266.45975,685.2604,58.56855,15.669808,9.325868,800.8731,349.5415,71.05289,33.408234,239.02554,27.28489,285.51578,11.924464,53.088608,0.0,2075.3086,3504.386,1.533722,33.588326,23.26318,19690.934,57.45172,1.9695216,42.606453,74.48134,35.274822,10.00609,40.921886,424.81293,30.686493,27.647692,2.505546,8.428351,593.9861,0.34404978,376.8898,60.858063,2739.3186,102.866936,146.29904,186.0353,712.3597,51.791576,54.99325,511.30554,40.327538,38.88367,11.836678,36.148422,220.10281,10.931766,8.3073015,89.96523,18.504988,4578.004,24.816826,41.991936,22.169165,25.805056,356.6828,93.56453,42.98387,10.853255,12.61438,40.208965,90.91342,225.39474,65.76008,255.92416,31.351555,33.808033,104.59224,106.19597,55.69457,141.32529,14.050355,4.611532,17.250807,21.988108,2835.5554,18.086485,33.67814,156.55243,26.42402,285.89465,99.74086,229.39102,8.277043,102.748116,739.7001,727.92017,66.440315,776.6055,126.23924,90.98825,72.300735,110.116615,19.510561,51.57839,504.5669,12.548525,18.330866,298.78397,10.179724,6.2046604,78.60307,69.31495,702.4674,175.89697,178.4163,2012.7019,52.78959,1746.2948,1450.0958,6.9700933,4.658736,1275.1636,15.488578,9.468413,329.37137,21.239918,44.144356,23.68351,82.615204,350.56375,279.7807,3.1262257,30.77281,55.754,403.56955,5.5383115,85.28338,7.5119624,1.5856988,56.037914,1.2913985,1.467044,5.044091,10.170985,24.321032,18.05519,29.474731,236.23288,29.82258,13.402074,24.08266,6.4039173,78.627014,3.0669355,3.3243546,5.717742,62.579777,1.1248847,3.0087698,8.044862,23.76492,15.059907,4.0870967,1.6283443,96.29943,10.998233,208.43245,8.368246,379.6011,19.385792,954.2308,151.3211,4.870964,8.974221,262.52612,329.22986,1442.695,799.33374 +2023-03-18 13:00:00,0.0,3065.7266,28.120996,9.703136,7.278576,31.084736,177.06625,28.03931,57.576466,23.275507,37.189354,158.20462,309.79608,16.254124,21.656263,11.53183,2.402202,32.5466,24.664177,21.297218,424.58676,10.730266,315.55353,120.997,16.703445,149.59567,137.34839,67.136475,629.1514,259.52286,1795.8154,24.479237,2376.4077,297.76306,19.1549,15.386408,99.69167,169.57245,266.45148,684.1515,58.582996,15.677832,9.325162,801.1063,348.97836,71.06507,33.42788,239.02379,27.26999,285.48282,11.9226675,53.107273,0.0,2076.9087,3507.5088,1.5366917,33.58261,23.27257,19699.562,57.478447,1.9703532,42.667896,74.58768,35.288036,10.00785,40.980724,424.9138,30.694212,27.680597,2.508713,8.429153,594.2582,0.3439483,377.2156,60.805107,2739.7913,102.795586,146.36145,186.05652,711.0069,51.726982,54.96772,510.6607,40.27799,38.83973,11.840042,36.148037,220.10597,10.931474,8.306669,89.9935,18.509401,4577.9546,24.825174,42.028225,22.177465,25.816427,356.69354,93.549805,43.014786,10.856467,12.619405,40.235653,90.968414,225.53728,65.80951,255.98274,31.353241,33.844475,104.61932,106.36203,55.775055,141.27676,14.038175,4.6185956,17.243628,22.014133,2839.492,18.071554,33.746193,156.53946,26.435452,286.03928,99.76532,229.55347,8.276723,102.72811,740.2862,728.5177,66.48991,777.7389,126.27791,91.08261,72.30645,109.99972,19.493015,51.551643,504.67,12.540488,18.319235,298.6708,10.179301,6.2037582,78.58478,69.31863,702.4776,175.87048,178.42834,2012.8059,52.840603,1746.7495,1450.5271,6.9717126,4.658658,1275.0647,15.484046,9.469926,329.32864,21.24424,44.15601,23.694721,82.67118,350.80017,279.7117,3.126793,30.776709,55.767693,403.8026,5.53966,85.287674,7.5126457,1.5855303,56.031723,1.2914981,1.4669527,5.043792,10.1710205,24.327387,18.063864,29.481497,236.36508,29.822357,13.399289,24.07006,6.402362,78.61273,3.0664203,3.3215635,5.71707,62.57655,1.1227841,3.0072482,8.034803,23.798824,15.05937,4.0846057,1.6299179,96.38169,11.004382,208.48557,8.374399,379.88312,19.391945,953.91473,151.42233,4.87297,8.977735,262.80945,329.58954,1443.998,799.16504 +2023-03-18 14:00:00,0.0,3067.2644,28.122639,9.714695,7.2779865,31.099924,177.06905,28.046213,57.600594,23.279976,37.201653,158.2255,309.95074,16.263922,21.656935,11.527856,2.4011009,32.55175,24.629322,21.287203,424.62347,10.707325,315.48648,120.96502,16.675926,149.37521,137.27486,67.11414,628.862,259.48056,1795.7871,24.435606,2376.4731,297.03687,19.128603,15.362534,99.533195,169.6467,266.44318,683.0426,58.597446,15.685855,9.324456,801.3395,348.41525,71.07726,33.447525,239.022,27.255093,285.4499,11.920871,53.125942,0.0,2078.5088,3510.6313,1.5396614,33.576897,23.28196,19708.193,57.505173,1.971185,42.72934,74.69401,35.301254,10.009608,41.039566,425.01465,30.701931,27.713505,2.5118802,8.429955,594.5302,0.34384686,377.54144,60.75215,2740.2642,102.724236,146.42387,186.07774,709.65405,51.66239,54.94219,510.01587,40.22844,38.79579,11.843406,36.14765,220.10913,10.931182,8.306036,90.02177,18.513817,4577.9053,24.833523,42.064518,22.185766,25.827799,356.70428,93.53507,43.0457,10.859679,12.624431,40.26234,91.02341,225.67982,65.85894,256.04132,31.354927,33.880913,104.646416,106.52809,55.855545,141.22826,14.025995,4.6256585,17.236446,22.04016,2843.4285,18.056625,33.814247,156.52649,26.446882,286.18387,99.78979,229.7159,8.276402,102.70811,740.8724,729.11523,66.5395,778.8722,126.316574,91.17698,72.312164,109.88283,19.475468,51.524902,504.77313,12.532452,18.307602,298.55762,10.178879,6.202856,78.566475,69.3223,702.48773,175.84398,178.44037,2012.9098,52.89162,1747.2043,1450.9584,6.973332,4.65858,1274.9658,15.479515,9.471437,329.28592,21.248562,44.167664,23.705933,82.72715,351.03662,279.6427,3.12736,30.780605,55.781384,404.03568,5.541009,85.29198,7.513329,1.5853617,56.02553,1.2915977,1.4668614,5.0434923,10.171056,24.333742,18.07254,29.488262,236.49728,29.822132,13.396505,24.057459,6.4008064,78.59846,3.065905,3.3187723,5.716398,62.573326,1.1206836,3.0057266,8.024746,23.832727,15.058832,4.0821147,1.6314915,96.46396,11.010532,208.53867,8.380552,380.16513,19.398098,953.5987,151.52357,4.8749757,8.981248,263.09277,329.94922,1445.3011,798.9964 +2023-03-18 15:00:00,0.0,3068.802,28.124279,9.7262535,7.277397,31.115114,177.07184,28.053116,57.624725,23.284447,37.21395,158.24637,310.1054,16.273722,21.657608,11.523882,2.3999996,32.556904,24.59447,21.277187,424.66016,10.684385,315.41943,120.93304,16.648407,149.15474,137.20134,67.09181,628.5726,259.43826,1795.7588,24.391973,2376.5383,296.31064,19.102304,15.338658,99.374725,169.72096,266.4349,681.9338,58.611897,15.693878,9.323751,801.5727,347.8521,71.089455,33.46717,239.02025,27.240194,285.41693,11.919074,53.144608,0.0,2080.1091,3513.7542,1.542631,33.571182,23.29135,19716.822,57.531895,1.9720166,42.790787,74.800354,35.314472,10.011368,41.098404,425.1155,30.70965,27.74641,2.515047,8.430756,594.8023,0.3437454,377.86728,60.699192,2740.7368,102.652885,146.4863,186.09897,708.3012,51.5978,54.916653,509.37106,40.17889,38.751854,11.84677,36.147263,220.11229,10.93089,8.305404,90.05003,18.518232,4577.856,24.841871,42.100807,22.194069,25.839169,356.71506,93.52035,43.076614,10.862892,12.6294565,40.28903,91.0784,225.82237,65.90837,256.09988,31.356613,33.917355,104.6735,106.69415,55.93603,141.17973,14.013815,4.632722,17.229265,22.066185,2847.365,18.041695,33.882298,156.5135,26.458313,286.32846,99.81425,229.87834,8.276083,102.6881,741.4585,729.71277,66.589096,780.00555,126.35524,91.27135,72.31788,109.76594,19.457922,51.49816,504.87628,12.524415,18.29597,298.44443,10.178456,6.2019534,78.54818,69.32598,702.49786,175.81749,178.45241,2013.0138,52.942635,1747.659,1451.3896,6.9749513,4.658501,1274.8671,15.474983,9.47295,329.2432,21.252882,44.179317,23.717142,82.78312,351.27304,279.5737,3.1279273,30.784504,55.795074,404.26877,5.5423574,85.29628,7.5140123,1.5851932,56.01934,1.2916974,1.4667702,5.043193,10.171091,24.340097,18.081215,29.495026,236.62949,29.821909,13.393721,24.044859,6.3992515,78.584175,3.0653899,3.315981,5.715726,62.5701,1.118583,3.0042048,8.014688,23.866632,15.058294,4.0796237,1.6330651,96.54622,11.016682,208.59177,8.386705,380.44714,19.404251,953.2826,151.62482,4.8769813,8.98476,263.3761,330.3089,1446.6042,798.8277 +2023-03-18 16:00:00,0.0,3070.3398,28.125921,9.737811,7.276808,31.130304,177.07463,28.060019,57.648853,23.288918,37.22625,158.26724,310.2601,16.28352,21.65828,11.519908,2.3988984,32.562057,24.559616,21.267172,424.69684,10.661446,315.35242,120.90105,16.62089,148.93428,137.1278,67.06948,628.28314,259.39597,1795.7305,24.348343,2376.6038,295.5844,19.076008,15.314783,99.21625,169.79523,266.4266,680.8249,58.626343,15.701901,9.323046,801.8059,347.289,71.10164,33.486816,239.0185,27.225296,285.38397,11.917277,53.163277,0.0,2081.7092,3516.877,1.5456007,33.565468,23.30074,19725.451,57.55862,1.9728483,42.85223,74.90669,35.32769,10.013126,41.15724,425.2164,30.71737,27.779318,2.5182142,8.431557,595.0744,0.34364393,378.1931,60.646236,2741.2097,102.581535,146.5487,186.1202,706.94836,51.533207,54.89112,508.72623,40.12934,38.707916,11.850134,36.14688,220.11543,10.930598,8.304771,90.0783,18.522646,4577.8066,24.85022,42.137096,22.20237,25.85054,356.7258,93.505615,43.10753,10.866104,12.634481,40.315716,91.13339,225.96492,65.957794,256.15848,31.358301,33.953793,104.70059,106.860214,56.01652,141.13123,14.001635,4.639785,17.222084,22.09221,2851.3015,18.026766,33.95035,156.50053,26.469744,286.47305,99.83871,230.04077,8.275763,102.6681,742.0446,730.31036,66.63869,781.13885,126.393906,91.36571,72.32359,109.64905,19.440374,51.47142,504.9794,12.516378,18.28434,298.33124,10.178034,6.201051,78.52988,69.32966,702.50806,175.79099,178.46443,2013.1177,52.99365,1748.1138,1451.821,6.97657,4.658423,1274.7682,15.470451,9.4744625,329.20044,21.257204,44.190968,23.728354,82.839096,351.50946,279.5047,3.1284945,30.7884,55.808765,404.50183,5.543706,85.30058,7.5146956,1.5850246,56.01315,1.291797,1.4666789,5.0428934,10.171126,24.34645,18.089891,29.501791,236.7617,29.821684,13.390937,24.032259,6.397696,78.56989,3.0648746,3.3131897,5.7150536,62.56687,1.1164823,3.0026832,8.00463,23.900537,15.057756,4.0771327,1.6346387,96.62848,11.022832,208.64488,8.3928585,380.7292,19.410402,952.96655,151.72606,4.878987,8.988274,263.65942,330.66855,1447.9073,798.65906 +2023-03-18 17:00:00,0.0,3071.8774,28.127563,9.74937,7.276219,31.145493,177.07742,28.066921,57.67298,23.293386,37.23855,158.28812,310.41476,16.293318,21.65895,11.515934,2.3977973,32.567207,24.524763,21.257156,424.73355,10.638506,315.28537,120.869064,16.59337,148.7138,137.05428,67.04714,627.9937,259.35367,1795.7023,24.304712,2376.6692,294.85822,19.049711,15.290909,99.05777,169.86948,266.41833,679.716,58.640793,15.709926,9.32234,802.0391,346.72586,71.11383,33.506462,239.01672,27.210398,285.35104,11.915481,53.181942,0.0,2083.3096,3519.9998,1.5485704,33.559757,23.31013,19734.08,57.585342,1.9736799,42.913673,75.01303,35.340908,10.014886,41.216084,425.31726,30.725088,27.812223,2.5213811,8.432358,595.34644,0.3435425,378.51895,60.59328,2741.6824,102.51019,146.61113,186.1414,705.5956,51.468616,54.86559,508.0814,40.079796,38.66398,11.853498,36.146492,220.11859,10.930306,8.304138,90.10657,18.527061,4577.757,24.858568,42.173386,22.21067,25.861912,356.73654,93.49089,43.13844,10.869316,12.639507,40.342403,91.188385,226.10745,66.007225,256.21704,31.359987,33.990234,104.72768,107.026276,56.097008,141.08272,13.989454,4.646848,17.214905,22.118237,2855.238,18.011837,34.018406,156.48756,26.481174,286.61765,99.863174,230.20322,8.275443,102.648094,742.63074,730.9079,66.68828,782.2722,126.43257,91.460075,72.329315,109.53215,19.422829,51.444675,505.08252,12.508342,18.272709,298.21808,10.177611,6.200149,78.51158,69.333336,702.5182,175.7645,178.47647,2013.2217,53.044662,1748.5686,1452.2523,6.9781895,4.6583443,1274.6693,15.46592,9.475974,329.1577,21.261524,44.20262,23.739565,82.895065,351.7459,279.4357,3.1290617,30.7923,55.82246,404.7349,5.5450544,85.30488,7.5153785,1.5848562,56.006958,1.2918966,1.4665877,5.042594,10.171161,24.352806,18.098568,29.508556,236.8939,29.82146,13.388153,24.019657,6.3961406,78.55561,3.0643594,3.3103986,5.7143817,62.56365,1.1143817,3.0011616,7.994572,23.934443,15.0572195,4.0746417,1.6362123,96.71074,11.028981,208.69798,8.399012,381.0112,19.416555,952.6505,151.82729,4.8809924,8.991787,263.94275,331.02823,1449.2104,798.49036 +2023-03-18 18:00:00,0.0,3073.4153,28.129206,9.760928,7.2756295,31.160683,177.08022,28.073824,57.697113,23.297857,37.250847,158.30899,310.56943,16.303116,21.659624,11.51196,2.396696,32.57236,24.48991,21.24714,424.77023,10.615566,315.21832,120.837074,16.565853,148.49335,136.98076,67.02481,627.7043,259.31137,1795.674,24.26108,2376.7346,294.132,19.023415,15.267034,98.89929,169.94374,266.41003,678.6071,58.655243,15.717949,9.321635,802.27234,346.16275,71.12602,33.526108,239.01495,27.1955,285.31808,11.913684,53.20061,0.0,2084.9097,3523.1226,1.55154,33.554043,23.319517,19742.709,57.61207,1.9745116,42.975117,75.11936,35.354126,10.016645,41.27492,425.41812,30.732807,27.84513,2.5245483,8.43316,595.6185,0.343441,378.84476,60.54032,2742.1553,102.43884,146.67355,186.16263,704.24274,51.404022,54.840057,507.43655,40.030247,38.62004,11.856862,36.146107,220.12175,10.930014,8.303506,90.13484,18.531477,4577.7075,24.866917,42.20968,22.218973,25.873281,356.7473,93.47616,43.169353,10.872528,12.644533,40.369095,91.24338,226.25,66.056656,256.27563,31.361673,34.026672,104.75477,107.19234,56.177498,141.0342,13.977274,4.653911,17.207724,22.14426,2859.1746,17.996906,34.08646,156.4746,26.492605,286.76224,99.887634,230.36565,8.275123,102.62809,743.21686,731.50543,66.73787,783.4055,126.47124,91.554436,72.33503,109.41526,19.405281,51.417934,505.18564,12.500305,18.261078,298.1049,10.177189,6.1992464,78.49328,69.33701,702.5283,175.738,178.4885,2013.3257,53.095676,1749.0233,1452.6836,6.979809,4.658266,1274.5704,15.461389,9.477487,329.115,21.265846,44.214275,23.750774,82.951035,351.98233,279.36673,3.129629,30.796198,55.83615,404.968,5.546403,85.30918,7.516062,1.5846876,56.000767,1.2919962,1.4664963,5.0422945,10.171196,24.359161,18.107243,29.515322,237.02611,29.821236,13.385368,24.007057,6.3945856,78.54133,3.0638442,3.3076074,5.71371,62.56042,1.1122811,2.99964,7.984514,23.968348,15.056682,4.07215,1.6377859,96.79301,11.035131,208.7511,8.405165,381.2932,19.422709,952.3344,151.92853,4.882998,8.9953,264.22607,331.3879,1450.5135,798.32166 +2023-03-18 19:00:00,0.0,3074.953,28.130848,9.772486,7.27504,31.17587,177.08302,28.080727,57.72124,23.302326,37.263145,158.32986,310.7241,16.312916,21.660295,11.507986,2.3955948,32.57751,24.455057,21.237125,424.80695,10.592627,315.1513,120.80509,16.538334,148.27289,136.90723,67.00248,627.41486,259.26907,1795.6456,24.21745,2376.8,293.40576,18.997116,15.243159,98.74082,170.018,266.40176,677.4982,58.66969,15.725972,9.32093,802.5055,345.5996,71.13821,33.545753,239.0132,27.180601,285.28513,11.911887,53.219276,0.0,2086.5098,3526.245,1.5545098,33.54833,23.328907,19751.338,57.63879,1.9753432,43.03656,75.22571,35.36734,10.018404,41.33376,425.51898,30.740526,27.878036,2.5277152,8.433961,595.8906,0.34333956,379.1706,60.487366,2742.628,102.36749,146.73596,186.18385,702.8899,51.33943,54.814526,506.79172,39.980698,38.576103,11.860227,36.14572,220.12491,10.929722,8.302874,90.16311,18.53589,4577.658,24.875265,42.245968,22.227274,25.884653,356.75806,93.46143,43.200268,10.87574,12.649559,40.395782,91.29837,226.39255,66.10608,256.3342,31.36336,34.063114,104.78185,107.3584,56.257984,140.98569,13.965095,4.6609745,17.200542,22.170286,2863.111,17.981977,34.154514,156.46162,26.504036,286.90686,99.912094,230.52808,8.274802,102.608086,743.803,732.10297,66.78747,784.5389,126.509895,91.6488,72.340744,109.29837,19.387735,51.391193,505.28876,12.492268,18.249447,297.9917,10.176766,6.198344,78.47498,69.34069,702.5385,175.7115,178.50053,2013.4297,53.14669,1749.4781,1453.1149,6.981428,4.6581874,1274.4717,15.456857,9.478998,329.07227,21.270166,44.22593,23.761986,83.00701,352.21878,279.29773,3.130196,30.800095,55.849842,405.20105,5.5477514,85.313484,7.516745,1.584519,55.994576,1.2920959,1.4664052,5.041995,10.171231,24.365517,18.11592,29.522087,237.15831,29.821012,13.382585,23.994455,6.39303,78.52705,3.0633287,3.304816,5.7130375,62.557198,1.1101805,2.9981184,7.9744563,24.00225,15.056144,4.069659,1.6393595,96.87527,11.041281,208.8042,8.411319,381.57523,19.42886,952.0184,152.02977,4.8850036,8.998814,264.5094,331.7476,1451.8167,798.153 +2023-03-18 20:00:00,0.0,3076.4907,28.13249,9.784044,7.274451,31.191061,177.08582,28.087631,57.74537,23.306797,37.275444,158.35074,310.87878,16.322714,21.660967,11.504013,2.3944938,32.582664,24.420204,21.22711,424.84363,10.569687,315.08426,120.77311,16.510815,148.05241,136.8337,66.98015,627.1255,259.22678,1795.6173,24.173819,2376.8655,292.67957,18.97082,15.219284,98.58235,170.09225,266.39346,676.38934,58.68414,15.733995,9.320224,802.7387,345.0365,71.1504,33.5654,239.01144,27.165705,285.2522,11.9100895,53.237946,0.0,2088.1099,3529.368,1.5574794,33.542614,23.338297,19759.967,57.665516,1.976175,43.098003,75.33205,35.380558,10.020164,41.392597,425.61984,30.748245,27.910944,2.5308824,8.434762,596.16266,0.34323812,379.49643,60.43441,2743.1008,102.29614,146.79837,186.20508,701.53705,51.274837,54.788994,506.14688,39.93115,38.532166,11.86359,36.145336,220.12805,10.92943,8.30224,90.191376,18.540306,4577.609,24.883614,42.282257,22.235575,25.896025,356.7688,93.4467,43.231182,10.878953,12.654584,40.42247,91.35336,226.5351,66.15551,256.39276,31.365047,34.099552,104.808945,107.52446,56.338474,140.93718,13.952914,4.668038,17.193363,22.196312,2867.0479,17.967047,34.22257,156.44865,26.515467,287.05145,99.93656,230.69052,8.274483,102.58808,744.3891,732.7005,66.83706,785.6722,126.54856,91.743164,72.34646,109.18148,19.370188,51.364452,505.39188,12.484231,18.237816,297.87854,10.176344,6.197442,78.45668,69.34437,702.54865,175.68501,178.51256,2013.5337,53.197704,1749.9329,1453.5461,6.9830475,4.658109,1274.3728,15.452326,9.480511,329.02954,21.274488,44.237583,23.773197,83.06298,352.4552,279.22873,3.1307635,30.803993,55.863533,405.4341,5.5491,85.31779,7.5174284,1.5843505,55.988384,1.2921956,1.4663138,5.0416956,10.171267,24.37187,18.124594,29.528852,237.29053,29.820787,13.3798,23.981855,6.3914747,78.51277,3.0628135,3.3020248,5.7123656,62.55397,1.1080798,2.9965966,7.9643984,24.036156,15.055606,4.067168,1.640933,96.95753,11.047431,208.85732,8.417472,381.85724,19.435013,951.70233,152.131,4.887009,9.002326,264.79272,332.10727,1453.1198,797.9843 +2023-03-18 21:00:00,0.0,3078.0286,28.134132,9.795602,7.2738614,31.206251,177.08861,28.094534,57.7695,23.311266,37.287743,158.37163,311.03345,16.332512,21.66164,11.500039,2.3933926,32.587814,24.385351,21.217094,424.8803,10.546746,315.0172,120.74112,16.483297,147.83195,136.76016,66.95782,626.83606,259.18448,1795.589,24.130188,2376.931,291.95334,18.944523,15.195409,98.423874,170.16652,266.3852,675.28046,58.69859,15.742019,9.319518,802.9719,344.47336,71.16259,33.585045,239.00966,27.150806,285.21924,11.908293,53.25661,0.0,2089.71,3532.4907,1.560449,33.5369,23.347687,19768.596,57.69224,1.9770066,43.15945,75.438385,35.393776,10.021922,41.45144,425.7207,30.755964,27.94385,2.5340493,8.435563,596.43475,0.34313664,379.82227,60.38145,2743.5735,102.22479,146.8608,186.22629,700.1842,51.210247,54.763462,505.50204,39.8816,38.488228,11.866955,36.14495,220.13121,10.929138,8.301608,90.21964,18.54472,4577.5596,24.891962,42.31855,22.243876,25.907394,356.77957,93.43198,43.262096,10.882165,12.65961,40.449158,91.408356,226.67763,66.20494,256.45135,31.366734,34.135994,104.83603,107.69052,56.41896,140.88866,13.940734,4.675101,17.186182,22.222338,2870.9844,17.952118,34.290623,156.43568,26.526897,287.19604,99.96102,230.85295,8.274162,102.56808,744.9752,733.29803,66.88665,786.80554,126.58723,91.83753,72.35218,109.06459,19.352642,51.33771,505.495,12.476194,18.226183,297.76535,10.175921,6.1965394,78.43838,69.348045,702.5588,175.65851,178.5246,2013.6376,53.24872,1750.3877,1453.9774,6.984667,4.658031,1274.2739,15.447794,9.482022,328.98682,21.27881,44.249233,23.784407,83.11895,352.69162,279.15973,3.1313307,30.80789,55.877224,405.66718,5.5504484,85.32208,7.5181117,1.584182,55.982193,1.2922951,1.4662226,5.041396,10.171301,24.378225,18.13327,29.535618,237.42273,29.820564,13.377016,23.969254,6.3899198,78.49849,3.0622983,3.2992337,5.711694,62.550743,1.1059792,2.995075,7.9543405,24.07006,15.055069,4.0646772,1.6425067,97.03979,11.05358,208.91042,8.423625,382.13925,19.441166,951.3862,152.23224,4.8890147,9.005839,265.07605,332.46692,1454.4229,797.8157 +2023-03-18 22:00:00,0.0,3079.5662,28.135773,9.80716,7.273272,31.22144,177.0914,28.101437,57.79363,23.315737,37.30004,158.3925,311.1881,16.342312,21.662312,11.496065,2.3922913,32.592968,24.350496,21.207079,424.91702,10.523807,314.95016,120.70914,16.455778,147.61148,136.68665,66.935486,626.54663,259.14218,1795.5607,24.086555,2376.9963,291.2271,18.918226,15.171535,98.2654,170.24078,266.3769,674.17163,58.71304,15.750042,9.318813,803.20514,343.91022,71.174774,33.60469,239.0079,27.135908,285.18628,11.906496,53.27528,0.0,2091.3103,3535.6135,1.5634187,33.53119,23.357077,19777.225,57.718964,1.9778383,43.220894,75.544716,35.406994,10.023682,41.510277,425.82156,30.763683,27.976757,2.5372164,8.436364,596.70685,0.3430352,380.14807,60.328495,2744.0464,102.15345,146.92322,186.24751,698.8314,51.145653,54.73793,504.8572,39.83205,38.444286,11.870318,36.14456,220.13437,10.928846,8.300975,90.24791,18.549135,4577.5103,24.90031,42.35484,22.252178,25.918766,356.7903,93.41725,43.29301,10.885377,12.664636,40.475845,91.46335,226.82018,66.25437,256.50992,31.36842,34.172432,104.86311,107.85658,56.49945,140.84015,13.928554,4.682164,17.179,22.248363,2874.921,17.93719,34.358677,156.42271,26.538328,287.34064,99.98548,231.0154,8.273842,102.54807,745.56134,733.8956,66.93625,787.93884,126.62589,91.93189,72.357895,108.94769,19.335094,51.310966,505.5981,12.468158,18.214552,297.65216,10.175499,6.195637,78.42008,69.35172,702.569,175.63202,178.53662,2013.7416,53.299732,1750.8424,1454.4087,6.986286,4.6579523,1274.175,15.443262,9.483535,328.9441,21.28313,44.260887,23.795618,83.17493,352.92807,279.09073,3.131898,30.811789,55.890915,405.90027,5.551797,85.326385,7.518795,1.5840135,55.976,1.2923948,1.4661313,5.0410967,10.171336,24.38458,18.141945,29.542383,237.55493,29.820341,13.374232,23.956654,6.3883643,78.48421,3.061783,3.2964425,5.7110214,62.54752,1.1038786,2.9935534,7.9442825,24.103966,15.054531,4.0621862,1.6440803,97.122055,11.059731,208.96353,8.429778,382.42126,19.447319,951.0702,152.33348,4.891021,9.009353,265.35938,332.8266,1455.726,797.647 +2023-03-18 23:00:00,0.0,3081.104,28.137415,9.818719,7.272683,31.23663,177.0942,28.10834,57.817757,23.320206,37.31234,158.41338,311.34277,16.35211,21.662983,11.492091,2.3911903,32.59812,24.315643,21.197063,424.9537,10.500867,314.88315,120.67715,16.428259,147.39102,136.61311,66.91315,626.2572,259.09988,1795.5323,24.042925,2377.0615,290.50092,18.89193,15.147659,98.106926,170.31503,266.3686,673.06274,58.727486,15.758065,9.318108,803.4383,343.3471,71.186966,33.624336,239.00613,27.12101,285.15335,11.904699,53.293945,0.0,2092.9104,3538.736,1.5663884,33.525475,23.366467,19785.855,57.74569,1.9786699,43.282337,75.651054,35.42021,10.025441,41.569115,425.92242,30.771402,28.009663,2.5403833,8.437166,596.97894,0.3429337,380.4739,60.275536,2744.519,102.0821,146.98563,186.26874,697.4786,51.081062,54.7124,504.2124,39.7825,38.40035,11.873683,36.14418,220.13753,10.928555,8.300343,90.27618,18.55355,4577.4604,24.908659,42.39113,22.260479,25.930138,356.80106,93.40252,43.323925,10.888589,12.669661,40.502533,91.51834,226.96272,66.303795,256.5685,31.370106,34.208874,104.890205,108.02265,56.579937,140.79164,13.916374,4.689227,17.17182,22.27439,2878.8574,17.922258,34.42673,156.40974,26.549759,287.48523,100.00995,231.17783,8.273522,102.52807,746.14746,734.49316,66.98584,789.0722,126.66456,92.02626,72.36361,108.8308,19.317549,51.284225,505.70126,12.460121,18.20292,297.53897,10.1750765,6.194735,78.40178,69.3554,702.5791,175.60553,178.54866,2013.8455,53.350746,1751.2972,1454.84,6.987905,4.657874,1274.0762,15.438731,9.485046,328.90137,21.287453,44.27254,23.80683,83.230896,353.1645,279.02173,3.1324651,30.815687,55.904606,406.13333,5.5531454,85.33069,7.5194783,1.5838449,55.96981,1.2924944,1.46604,5.0407977,10.171371,24.390936,18.150621,29.549149,237.68713,29.820116,13.371448,23.944052,6.386809,78.469925,3.0612679,3.2936513,5.7103496,62.544292,1.101778,2.9920318,7.9342246,24.137869,15.053993,4.0596952,1.6456538,97.204315,11.065881,209.01663,8.435931,382.70328,19.45347,950.75415,152.43472,4.8930264,9.012866,265.6427,333.18628,1457.029,797.4783 +2023-03-19 00:00:00,0.0,3082.6416,28.139057,9.8302765,7.272094,31.25182,177.09698,28.115242,57.84189,23.324677,37.32464,158.43425,311.49747,16.361908,21.663656,11.488117,2.390089,32.60327,24.28079,21.187048,424.9904,10.477927,314.8161,120.645164,16.400742,147.17056,136.53958,66.890816,625.9678,259.0576,1795.504,23.999294,2377.127,289.7747,18.865631,15.123784,97.94845,170.3893,266.36032,671.95386,58.741936,15.7660885,9.317402,803.6715,342.78397,71.19916,33.643982,239.00436,27.106112,285.1204,11.902903,53.312614,0.0,2094.5107,3541.859,1.5693581,33.51976,23.375856,19794.484,57.77241,1.9795015,43.34378,75.7574,35.43343,10.0272,41.627956,426.0233,30.779121,28.04257,2.5435505,8.437967,597.251,0.34283227,380.79974,60.22258,2744.992,102.01075,147.04805,186.28996,696.12573,51.01647,54.686867,503.56757,39.732952,38.35641,11.877047,36.14379,220.14067,10.928263,8.29971,90.30444,18.557964,4577.411,24.917007,42.427418,22.26878,25.941507,356.81183,93.387794,43.35484,10.891801,12.674686,40.52922,91.57333,227.10527,66.353226,256.62708,31.371794,34.24531,104.91729,108.18871,56.660427,140.74312,13.904194,4.6962905,17.16464,22.300415,2882.794,17.90733,34.494785,156.39677,26.56119,287.62982,100.03441,231.34027,8.273202,102.508064,746.7336,735.0907,67.03543,790.2055,126.703224,92.12062,72.36932,108.71391,19.300001,51.257484,505.80438,12.452085,18.19129,297.4258,10.174654,6.1938324,78.383484,69.359085,702.58923,175.57903,178.56068,2013.9495,53.40176,1751.752,1455.2714,6.9895244,4.6577954,1273.9774,15.434199,9.486559,328.85864,21.291773,44.284195,23.818039,83.286865,353.40094,278.95273,3.1330323,30.819584,55.918297,406.3664,5.5544944,85.33499,7.5201616,1.5836763,55.96362,1.2925941,1.4659488,5.0404983,10.171407,24.39729,18.159298,29.555914,237.81935,29.819893,13.368664,23.931452,6.3852534,78.45564,3.0607526,3.29086,5.709677,62.541065,1.0996774,2.9905102,7.924167,24.171774,15.053455,4.0572042,1.6472274,97.286575,11.07203,209.06973,8.442084,382.9853,19.459623,950.43805,152.53595,4.895032,9.016379,265.926,333.54596,1458.3322,797.30963 +2023-03-19 01:00:00,0.0,3084.1794,28.1407,9.841835,7.2715044,31.267008,177.09978,28.122145,57.866016,23.329145,37.336933,158.45512,311.65213,16.371708,21.664328,11.484143,2.3889878,32.608425,24.245937,21.177032,425.0271,10.454988,314.74905,120.61318,16.373222,146.95009,136.46605,66.868484,625.67834,259.0153,1795.4757,23.955664,2377.1924,289.04846,18.839334,15.09991,97.78997,170.46356,266.35202,670.845,58.756386,15.774112,9.316696,803.9047,342.22086,71.21134,33.663628,239.00261,27.091213,285.08743,11.901106,53.33128,0.0,2096.1108,3544.9817,1.5723277,33.514046,23.385246,19803.113,57.799137,1.9803332,43.405224,75.86374,35.446644,10.028959,41.686794,426.12415,30.78684,28.075476,2.5467174,8.438768,597.5231,0.3427308,381.12558,60.169624,2745.4646,101.9394,147.11046,186.31119,694.7729,50.951878,54.661335,502.92273,39.683403,38.312473,11.880411,36.14341,220.14383,10.927971,8.299077,90.33271,18.56238,4577.362,24.925356,42.46371,22.277082,25.952879,356.82257,93.37306,43.385754,10.895014,12.679712,40.55591,91.628334,227.2478,66.40266,256.68567,31.37348,34.281754,104.94438,108.354774,56.740913,140.69461,13.892014,4.7033534,17.15746,22.32644,2886.7305,17.8924,34.56284,156.3838,26.57262,287.77444,100.05887,231.5027,8.2728815,102.48806,747.3197,735.68823,67.08502,791.33887,126.74189,92.21499,72.37504,108.59702,19.282455,51.230743,505.9075,12.444048,18.179659,297.31262,10.174232,6.19293,78.36518,69.36276,702.5994,175.55254,178.57272,2014.0535,53.452774,1752.2068,1455.7026,6.9911437,4.657717,1273.8785,15.429667,9.4880705,328.8159,21.296095,44.29585,23.82925,83.342834,353.63736,278.88376,3.1335995,30.823483,55.931988,406.5995,5.555843,85.33929,7.5208445,1.5835079,55.957428,1.2926936,1.4658575,5.040199,10.171442,24.403645,18.167973,29.56268,237.95155,29.819668,13.365879,23.91885,6.3836985,78.44136,3.0602374,3.2880688,5.7090054,62.53784,1.0975767,2.9889886,7.914109,24.205679,15.052918,4.0547132,1.6488011,97.36884,11.07818,209.12285,8.448237,383.26733,19.465776,950.122,152.63719,4.8970375,9.019892,266.20932,333.90564,1459.6351,797.1409 +2023-03-19 02:00:00,0.0,3085.717,28.142342,9.853394,7.270915,31.282198,177.10257,28.129047,57.890144,23.333616,37.34923,158.476,311.8068,16.381506,21.664999,11.480169,2.3878865,32.613575,24.211084,21.167017,425.06378,10.432048,314.68204,120.58119,16.345705,146.72963,136.39253,66.84615,625.3889,258.973,1795.4475,23.912031,2377.2578,288.32227,18.813038,15.076035,97.6315,170.53781,266.34375,669.7361,58.770832,15.782135,9.315991,804.13794,341.6577,71.22353,33.683273,239.00085,27.076315,285.0545,11.899309,53.34995,0.0,2097.711,3548.1045,1.5752974,33.50833,23.394636,19811.742,57.82586,1.9811648,43.466667,75.97007,35.45986,10.030718,41.745632,426.225,30.79456,28.108383,2.5498846,8.439569,597.79517,0.34262934,381.4514,60.116665,2745.9375,101.86806,147.17288,186.3324,693.4201,50.887287,54.6358,502.2779,39.633854,38.268536,11.883775,36.14302,220.14699,10.927679,8.298445,90.36098,18.566795,4577.3125,24.933704,42.5,22.285383,25.96425,356.8333,93.35834,43.416668,10.898226,12.684738,40.582596,91.68333,227.39035,66.45209,256.74423,31.375166,34.31819,104.971466,108.520836,56.821404,140.64609,13.879833,4.710417,17.150278,22.352467,2890.667,17.87747,34.630894,156.37083,26.584053,287.91904,100.08333,231.66515,8.272562,102.468056,747.9058,736.28577,67.13462,792.47217,126.780556,92.30936,72.38076,108.480125,19.264908,51.204,506.01062,12.436011,18.168028,297.19943,10.173809,6.192028,78.346886,69.36644,702.60956,175.52603,178.58475,2014.1575,53.503788,1752.6615,1456.1339,6.992763,4.6576385,1273.7797,15.425137,9.489583,328.77316,21.300415,44.307503,23.840462,83.39881,353.8738,278.81476,3.1341667,30.82738,55.94568,406.83255,5.5571914,85.34359,7.521528,1.5833393,55.951237,1.2927933,1.4657663,5.0398993,10.171476,24.41,18.17665,29.569445,238.08376,29.819445,13.363095,23.90625,6.382143,78.427086,3.0597222,3.2852776,5.7083335,62.534615,1.0954762,2.9874668,7.9040513,24.239584,15.052381,4.0522223,1.6503747,97.4511,11.08433,209.17595,8.454391,383.54935,19.471928,949.80597,152.73843,4.899043,9.023405,266.49265,334.2653,1460.9382,796.9723 +2023-03-19 03:00:00,0.0,3087.255,28.143984,9.864951,7.2703257,31.297386,177.10538,28.13595,57.914272,23.338085,37.36153,158.49687,311.96146,16.391304,21.665672,11.476195,2.3867855,32.61873,24.176231,21.157001,425.1005,10.409107,314.615,120.54921,16.318186,146.50916,136.319,66.82382,625.0995,258.9307,1795.4192,23.8684,2377.3232,287.59604,18.786741,15.052159,97.47302,170.61208,266.33545,668.6272,58.785282,15.790159,9.315286,804.37115,341.0946,71.235725,33.70292,238.99908,27.061417,285.02155,11.897512,53.368618,0.0,2099.311,3551.227,1.5782671,33.50262,23.404026,19820.371,57.852585,1.9819965,43.528114,76.07641,35.47308,10.032477,41.80447,426.32587,30.802279,28.141289,2.5530515,8.4403715,598.0672,0.3425279,381.77722,60.06371,2746.4104,101.79671,147.2353,186.35362,692.06726,50.822693,54.610268,501.63306,39.584305,38.224598,11.887139,36.142635,220.15015,10.927387,8.297812,90.389244,18.571209,4577.263,24.942053,42.53629,22.293684,25.97562,356.8441,93.343605,43.447582,10.901438,12.689763,40.609283,91.73832,227.5329,66.50151,256.80283,31.376852,34.354633,104.99856,108.6869,56.90189,140.59758,13.867654,4.7174797,17.143099,22.378492,2894.6035,17.862541,34.698948,156.35786,26.595484,288.06363,100.107796,231.82758,8.272242,102.44805,748.49194,736.88336,67.18421,793.6055,126.81922,92.40372,72.386475,108.363235,19.247362,51.177258,506.11374,12.427975,18.156397,297.08627,10.173387,6.191126,78.32858,69.37012,702.6197,175.49954,178.59679,2014.2614,53.554802,1753.1163,1456.5652,6.9943824,4.6575603,1273.6808,15.420605,9.491096,328.73044,21.304737,44.319153,23.851671,83.45478,354.11023,278.74576,3.134734,30.831278,55.959373,407.0656,5.55854,85.34789,7.522211,1.5831708,55.945045,1.2928929,1.465675,5.0396,10.171512,24.416355,18.185324,29.57621,238.21596,29.81922,13.360311,23.89365,6.3805876,78.4128,3.059207,3.2824864,5.707661,62.53139,1.0933756,2.9859452,7.8939934,24.273487,15.051843,4.0497313,1.6519482,97.53336,11.09048,209.22906,8.460544,383.83136,19.47808,949.4899,152.83966,4.9010487,9.026918,266.77597,334.62497,1462.2413,796.8036 +2023-03-19 04:00:00,0.0,3088.7927,28.145626,9.87651,7.2697363,31.312576,177.10817,28.142853,57.938404,23.342556,37.37383,158.51775,312.11615,16.401104,21.666344,11.472222,2.3856843,32.62388,24.141378,21.146986,425.13718,10.386168,314.54794,120.51722,16.290667,146.2887,136.24547,66.80149,624.81006,258.8884,1795.3909,23.82477,2377.3887,286.8698,18.760443,15.028285,97.314545,170.68634,266.32718,667.5184,58.799732,15.7981825,9.31458,804.6043,340.53146,71.24791,33.722565,238.99731,27.046518,284.9886,11.895716,53.387283,0.0,2100.9114,3554.3499,1.5812367,33.496906,23.413414,19829.0,57.87931,1.9828281,43.589558,76.182755,35.486298,10.034237,41.86331,426.42673,30.81,28.174194,2.5562186,8.441173,598.3393,0.34242642,382.10306,60.010754,2746.883,101.72536,147.29771,186.37485,690.7144,50.758102,54.584736,500.98822,39.53476,38.18066,11.890503,36.14225,220.1533,10.927094,8.297179,90.41751,18.575624,4577.214,24.950401,42.572582,22.301987,25.986992,356.85483,93.32888,43.478493,10.90465,12.694789,40.635975,91.79331,227.67545,66.55094,256.8614,31.378538,34.39107,105.02564,108.85296,56.98238,140.54907,13.8554735,4.724543,17.135918,22.404518,2898.5403,17.84761,34.767002,156.3449,26.606915,288.20822,100.132256,231.99002,8.271921,102.42805,749.07806,737.4809,67.2338,794.73883,126.85788,92.498085,72.39219,108.246346,19.229815,51.150517,506.21686,12.419938,18.144766,296.97308,10.172964,6.190223,78.31029,69.373795,702.6299,175.47305,178.60881,2014.3654,53.605816,1753.571,1456.9965,6.9960017,4.657482,1273.582,15.416074,9.492607,328.6877,21.30906,44.330807,23.862883,83.51075,354.34665,278.67676,3.135301,30.835176,55.973064,407.2987,5.5598884,85.352196,7.5228944,1.5830022,55.93885,1.2929926,1.4655838,5.0393004,10.171547,24.422709,18.194,29.582975,238.34816,29.818996,13.357527,23.881048,6.3790326,78.39852,3.0586917,3.279695,5.7069893,62.528164,1.091275,2.9844236,7.8839355,24.307392,15.051305,4.0472403,1.6535218,97.61562,11.096629,209.28217,8.466697,384.11337,19.484234,949.1738,152.9409,4.903054,9.030432,267.0593,334.98465,1463.5444,796.6349 +2023-03-19 05:00:00,0.0,3090.3303,28.147268,9.888067,7.2691474,31.327766,177.11096,28.149755,57.962532,23.347025,37.386127,158.53862,312.2708,16.410902,21.667015,11.468248,2.384583,32.629032,24.106524,21.13697,425.17386,10.363228,314.4809,120.48524,16.26315,146.06824,136.17194,66.77915,624.5206,258.8461,1795.3625,23.78114,2377.454,286.14362,18.734146,15.00441,97.15608,170.7606,266.31888,666.4095,58.81418,15.806206,9.313874,804.8375,339.96832,71.2601,33.74221,238.99554,27.03162,284.95566,11.893919,53.405952,0.0,2102.5115,3557.4727,1.5842065,33.49119,23.422804,19837.629,57.906033,1.9836599,43.651,76.28909,35.499516,10.0359955,41.92215,426.5276,30.817719,28.207102,2.5593855,8.441974,598.6114,0.34232497,382.4289,59.957794,2747.356,101.65401,147.36012,186.39607,689.3616,50.69351,54.559204,500.34338,39.48521,38.136723,11.8938675,36.141865,220.15645,10.926803,8.296547,90.445786,18.580038,4577.1646,24.95875,42.60887,22.310287,25.998363,356.86557,93.314156,43.509407,10.907862,12.699815,40.662663,91.848305,227.818,66.60037,256.91995,31.380226,34.427513,105.052734,109.01902,57.062866,140.50055,13.843293,4.731606,17.128736,22.430544,2902.4768,17.832682,34.835056,156.33192,26.618345,288.3528,100.156715,232.15245,8.271602,102.40804,749.6642,738.0784,67.2834,795.8722,126.896545,92.592445,72.3979,108.129456,19.212269,51.123775,506.31998,12.411901,18.133133,296.8599,10.172542,6.189321,78.291985,69.37747,702.64,175.44655,178.62085,2014.4692,53.65683,1754.0259,1457.4277,6.997621,4.6574035,1273.4832,15.411542,9.49412,328.645,21.31338,44.34246,23.874094,83.56673,354.5831,278.60776,3.1358683,30.839073,55.986755,407.53177,5.561237,85.35649,7.5235777,1.5828336,55.93266,1.2930921,1.4654925,5.039001,10.171582,24.429064,18.202675,29.589739,238.48038,29.818771,13.354743,23.868448,6.377477,78.38424,3.0581765,3.2769039,5.7063174,62.524937,1.0891743,2.982902,7.8738775,24.341297,15.050768,4.0447493,1.6550955,97.69789,11.102779,209.33528,8.47285,384.3954,19.490387,948.8578,153.04214,4.90506,9.033945,267.34262,335.34433,1464.8475,796.46625 +2023-03-19 06:00:00,0.0,3091.8682,28.148909,9.899626,7.268558,31.342955,177.11375,28.156658,57.98666,23.351496,37.398426,158.5595,312.42548,16.4207,21.667688,11.464274,2.383482,32.634186,24.07167,21.126955,425.21057,10.340288,314.41388,120.453255,16.23563,145.84776,136.09842,66.75682,624.2312,258.8038,1795.3342,23.737507,2377.5193,285.4174,18.70785,14.980535,96.997604,170.83485,266.3106,665.3006,58.82863,15.814229,9.3131695,805.07074,339.4052,71.27229,33.761856,238.99377,27.016722,284.9227,11.892122,53.424618,0.0,2104.1116,3560.5955,1.5871761,33.485477,23.432194,19846.258,57.93276,1.9844915,43.712444,76.395424,35.512733,10.037755,41.980988,426.62845,30.825438,28.240007,2.5625527,8.442775,598.8834,0.3422235,382.7547,59.90484,2747.8286,101.58266,147.42255,186.41728,688.0088,50.628918,54.533672,499.69855,39.43566,38.092785,11.897231,36.14148,220.1596,10.926511,8.295914,90.47405,18.584454,4577.1147,24.967098,42.64516,22.318588,26.009733,356.87634,93.29942,43.54032,10.911075,12.70484,40.68935,91.9033,227.96053,66.649796,256.97855,31.381912,34.46395,105.07982,109.18508,57.143356,140.45204,13.831113,4.7386694,17.121555,22.456568,2906.4133,17.817753,34.90311,156.31895,26.629776,288.4974,100.18118,232.3149,8.271281,102.38804,750.2503,738.67596,67.33299,797.0055,126.93521,92.68681,72.40362,108.012566,19.194721,51.09703,506.42313,12.403865,18.121502,296.7467,10.17212,6.188419,78.27368,69.38115,702.65015,175.42006,178.63289,2014.5734,53.707844,1754.4806,1457.859,6.99924,4.6573253,1273.3843,15.40701,9.495631,328.60226,21.317701,44.354115,23.885303,83.622696,354.81952,278.53876,3.1364355,30.842972,56.000446,407.76483,5.5625854,85.360794,7.524261,1.5826652,55.926468,1.2931918,1.4654013,5.0387015,10.1716175,24.43542,18.211351,29.596504,238.61258,29.818548,13.351958,23.855846,6.3759217,78.36996,3.0576613,3.2741127,5.705645,62.521713,1.0870737,2.9813805,7.8638196,24.375202,15.05023,4.042258,1.656669,97.78015,11.108929,209.38838,8.479004,384.6774,19.496538,948.54175,153.14339,4.9070654,9.037457,267.62595,335.704,1466.1506,796.29755 +2023-03-19 07:00:00,0.0,3093.4058,28.15055,9.911184,7.2679687,31.358145,177.11655,28.16356,58.01079,23.355965,37.410725,158.58037,312.58014,16.4305,21.66836,11.4603,2.3823807,32.639336,24.036818,21.11694,425.24725,10.3173485,314.34683,120.421265,16.20811,145.6273,136.02489,66.73449,623.9418,258.7615,1795.3059,23.693876,2377.5847,284.69116,18.681553,14.95666,96.83913,170.90912,266.3023,664.1917,58.84308,15.822252,9.312464,805.30396,338.84207,71.28448,33.7815,238.99202,27.001825,284.88974,11.890326,53.443287,0.0,2105.712,3563.7183,1.5901457,33.479763,23.441584,19854.887,57.95948,1.9853232,43.773888,76.50176,35.525948,10.039514,42.03983,426.7293,30.833157,28.272915,2.5657196,8.443576,599.1555,0.34212205,383.08054,59.851883,2748.3015,101.511314,147.48495,186.4385,686.65594,50.564327,54.50814,499.05374,39.386112,38.048843,11.900596,36.14109,220.16277,10.926219,8.295281,90.50232,18.58887,4577.0654,24.975447,42.68145,22.326889,26.021105,356.8871,93.2847,43.571236,10.914287,12.709866,40.716038,91.95829,228.10307,66.69923,257.0371,31.383598,34.500393,105.10691,109.35114,57.223843,140.40353,13.818933,4.745733,17.114376,22.482594,2910.3499,17.802822,34.97116,156.30598,26.641207,288.64203,100.20564,232.47733,8.270962,102.368034,750.8364,739.2735,67.38258,798.13885,126.97388,92.78117,72.40934,107.89567,19.177176,51.07029,506.52625,12.395828,18.10987,296.63354,10.171698,6.187516,78.25539,69.38483,702.66034,175.39357,178.64491,2014.6772,53.75886,1754.9354,1458.2903,7.0008593,4.6572466,1273.2854,15.402479,9.497144,328.55954,21.322021,44.36577,23.896515,83.678665,355.05597,278.46976,3.1370027,30.846869,56.014137,407.99792,5.563934,85.3651,7.5249443,1.5824966,55.920277,1.2932914,1.46531,5.038402,10.171652,24.441774,18.220026,29.60327,238.74478,29.818325,13.3491745,23.843246,6.3743668,78.35568,3.057146,3.2713215,5.704973,62.518486,1.0849731,2.9798589,7.8537617,24.409105,15.049692,4.039767,1.6582426,97.86241,11.115079,209.4415,8.485157,384.9594,19.502691,948.22565,153.24461,4.9090714,9.040971,267.90927,336.06366,1467.4537,796.1289 +2023-03-19 08:00:00,0.0,3094.9436,28.152193,9.922742,7.2673793,31.373333,177.11934,28.170464,58.03492,23.360435,37.423023,158.60126,312.73483,16.440298,21.669031,11.4563265,2.3812795,32.64449,24.001965,21.106922,425.28397,10.294409,314.2798,120.38928,16.180593,145.40683,135.95135,66.71216,623.65234,258.7192,1795.2776,23.650246,2377.6501,283.96497,18.655256,14.932785,96.68066,170.98338,266.29404,663.0828,58.85753,15.830276,9.311758,805.5372,338.27896,71.29667,33.80115,238.99026,26.986927,284.8568,11.888529,53.461952,0.0,2107.312,3566.8408,1.5931154,33.474052,23.450974,19863.516,57.986206,1.9861548,43.83533,76.60811,35.539165,10.041273,42.098667,426.83017,30.840876,28.30582,2.5688868,8.444378,599.4276,0.34202057,383.40637,59.798923,2748.7742,101.439964,147.54738,186.45973,685.3031,50.499733,54.48261,498.4089,39.336563,38.004906,11.903959,36.14071,220.16592,10.925927,8.294649,90.53059,18.593283,4577.016,24.983795,42.717743,22.335192,26.032476,356.89783,93.269966,43.60215,10.917499,12.714891,40.742725,92.01328,228.24562,66.74866,257.0957,31.385284,34.53683,105.133995,109.517204,57.30433,140.35501,13.806753,4.7527957,17.107195,22.50862,2914.2864,17.787893,35.039215,156.29301,26.652637,288.78662,100.2301,232.63977,8.270641,102.34803,751.42255,739.87103,67.432175,799.27216,127.01254,92.87554,72.415054,107.77878,19.159628,51.04355,506.62936,12.387792,18.09824,296.52036,10.171275,6.186614,78.23708,69.388504,702.6705,175.36707,178.65695,2014.7812,53.809875,1755.3901,1458.7216,7.0024786,4.6571684,1273.1866,15.397947,9.498655,328.5168,21.326344,44.377422,23.907726,83.73464,355.2924,278.4008,3.13757,30.850767,56.02783,408.231,5.5652823,85.3694,7.525627,1.5823281,55.914085,1.2933911,1.4652187,5.0381026,10.171687,24.44813,18.228703,29.610035,238.87698,29.8181,13.34639,23.830645,6.3728113,78.3414,3.0566308,3.2685304,5.704301,62.51526,1.0828725,2.978337,7.8437037,24.44301,15.049154,4.037276,1.6598163,97.94467,11.121228,209.4946,8.49131,385.24142,19.508844,947.9096,153.34586,4.911077,9.044484,268.1926,336.42334,1468.7568,795.9602 +2023-03-19 09:00:00,0.0,3096.4812,28.153835,9.9343,7.26679,31.388523,177.12213,28.177368,58.059048,23.364906,37.43532,158.62213,312.8895,16.450096,21.669704,11.452353,2.3801785,32.64964,23.967112,21.096907,425.32065,10.271469,314.21277,120.3573,16.153074,145.18637,135.87784,66.68983,623.3629,258.6769,1795.2493,23.606613,2377.7156,283.23874,18.628958,14.90891,96.52218,171.05763,266.28574,661.97394,58.871975,15.838299,9.311053,805.7703,337.71582,71.30886,33.820797,238.9885,26.972029,284.82385,11.886732,53.48062,0.0,2108.9124,3569.9636,1.5960851,33.468338,23.460363,19872.146,58.01293,1.9869865,43.89678,76.71445,35.552383,10.043033,42.157505,426.93103,30.848595,28.338728,2.5720537,8.445179,599.6997,0.34191912,383.7322,59.745968,2749.247,101.368614,147.6098,186.48096,683.95026,50.435143,54.457077,497.76407,39.287014,37.960968,11.907324,36.14032,220.16907,10.925635,8.294016,90.55885,18.597698,4576.967,24.992144,42.754032,22.343493,26.043846,356.9086,93.25524,43.633064,10.920711,12.719916,40.769413,92.068275,228.38817,66.79809,257.15427,31.386972,34.573273,105.16109,109.683266,57.38482,140.3065,13.794573,4.759859,17.100014,22.534645,2918.223,17.772963,35.10727,156.28004,26.664068,288.9312,100.25457,232.8022,8.270321,102.328026,752.00867,740.4686,67.48177,800.4055,127.05121,92.9699,72.42077,107.66189,19.142082,51.016808,506.73248,12.379755,18.086609,296.40717,10.170853,6.185712,78.21879,69.39218,702.6806,175.34058,178.66898,2014.8853,53.86089,1755.8448,1459.153,7.004098,4.65709,1273.0878,15.393415,9.500168,328.4741,21.330666,44.389072,23.918936,83.79061,355.52884,278.3318,3.138137,30.854666,56.04152,408.46405,5.566631,85.373695,7.5263104,1.5821595,55.907894,1.2934906,1.4651275,5.037803,10.171722,24.454483,18.23738,29.6168,239.0092,29.817877,13.343606,23.818045,6.371256,78.32712,3.0561156,3.265739,5.703629,62.512035,1.0807718,2.9768155,7.8336463,24.476915,15.048617,4.034785,1.6613898,98.02694,11.127378,209.5477,8.497463,385.52344,19.514996,947.59357,153.4471,4.9130826,9.047997,268.47592,336.78302,1470.0599,795.79156 +2023-03-19 10:00:00,0.0,3098.019,28.155478,9.945859,7.2662005,31.403713,177.12494,28.18427,58.08318,23.369375,37.44762,158.643,313.04416,16.459896,21.670376,11.448379,2.3790772,32.654793,23.932259,21.086891,425.35733,10.2485285,314.14572,120.32531,16.125557,144.96591,135.8043,66.667496,623.0735,258.63458,1795.221,23.562983,2377.781,282.51254,18.602661,14.8850355,96.3637,171.1319,266.27747,660.8651,58.886425,15.846322,9.310348,806.00354,337.1527,71.321045,33.840443,238.98672,26.95713,284.7909,11.884935,53.499287,0.0,2110.5125,3573.0864,1.5990548,33.462624,23.469753,19880.775,58.039654,1.9878181,43.95822,76.82078,35.5656,10.044791,42.216343,427.0319,30.856314,28.371634,2.5752208,8.44598,599.97174,0.34181768,384.058,59.693012,2749.7197,101.297264,147.67221,186.50218,682.5974,50.37055,54.431545,497.11923,39.237465,37.91703,11.910688,36.139935,220.17223,10.9253435,8.293384,90.58712,18.602114,4576.9175,25.000492,42.79032,22.351793,26.055218,356.91934,93.24051,43.66398,10.923923,12.724942,40.7961,92.12327,228.5307,66.84751,257.21286,31.388659,34.60971,105.18817,109.84933,57.465305,140.258,13.7823925,4.766922,17.092834,22.56067,2922.1594,17.758034,35.175323,156.26707,26.675499,289.0758,100.27903,232.96465,8.270001,102.30802,752.5948,741.06616,67.531364,801.5388,127.089874,93.06427,72.42648,107.545,19.124535,50.990063,506.8356,12.371717,18.074978,296.294,10.17043,6.184809,78.200485,69.39586,702.6908,175.31407,178.68102,2014.9893,53.911903,1756.2997,1459.5842,7.0057173,4.6570115,1272.9889,15.388885,9.501679,328.43134,21.334986,44.400726,23.930147,83.84658,355.76526,278.2628,3.1387043,30.858562,56.05521,408.6971,5.56798,85.378,7.5269938,1.5819911,55.901703,1.2935903,1.4650362,5.0375037,10.171758,24.460838,18.246054,29.623566,239.1414,29.817652,13.340821,23.805443,6.3697004,78.312836,3.0556004,3.2629478,5.702957,62.50881,1.0786712,2.9752939,7.8235884,24.51082,15.0480795,4.032294,1.6629634,98.1092,11.133528,209.60081,8.503616,385.80548,19.521149,947.27747,153.54832,4.915088,9.05151,268.75925,337.1427,1471.363,795.62286 +2023-03-19 11:00:00,0.0,3099.5566,28.15712,9.957417,7.2656116,31.418901,177.12773,28.191174,58.107307,23.373846,37.45992,158.66388,313.19885,16.469694,21.671047,11.444406,2.377976,32.659943,23.897406,21.076876,425.39404,10.225589,314.07867,120.29333,16.098038,144.74544,135.73077,66.64516,622.78406,258.5923,1795.1927,23.519352,2377.8464,281.78632,18.576365,14.86116,96.20522,171.20616,266.26917,659.7562,58.900875,15.854345,9.309642,806.23676,336.58957,71.33324,33.86009,238.98495,26.942232,284.75797,11.883139,53.517956,0.0,2112.1125,3576.2092,1.6020244,33.45691,23.479143,19889.404,58.06638,1.9886498,44.019665,76.92712,35.57882,10.046551,42.275185,427.13275,30.864033,28.404541,2.5783877,8.446781,600.24384,0.3417162,384.38385,59.640053,2750.1926,101.225914,147.73463,186.52339,681.2446,50.305958,54.406013,496.4744,39.187916,37.873093,11.914052,36.13955,220.17538,10.925052,8.29275,90.61539,18.606527,4576.868,25.00884,42.826614,22.360096,26.06659,356.93008,93.225784,43.694893,10.927135,12.729968,40.82279,92.17826,228.67325,66.89694,257.27142,31.390345,34.646152,105.21526,110.01539,57.545795,140.20947,13.770212,4.7739854,17.085653,22.586697,2926.096,17.743105,35.243378,156.2541,26.68693,289.2204,100.30349,233.12708,8.269681,102.28801,753.1809,741.6637,67.580956,802.6722,127.12854,93.15864,72.4322,107.4281,19.106989,50.96332,506.93872,12.363681,18.063347,296.18082,10.170008,6.183907,78.18219,69.399536,702.7009,175.28758,178.69304,2015.0933,53.962917,1756.7544,1460.0155,7.0073366,4.6569333,1272.89,15.384353,9.503192,328.3886,21.339308,44.41238,23.941359,83.90256,356.00168,278.1938,3.1392715,30.862461,56.0689,408.9302,5.5693283,85.3823,7.527677,1.5818225,55.89551,1.29369,1.464945,5.0372043,10.171793,24.467194,18.25473,29.630331,239.2736,29.817429,13.3380375,23.792843,6.3681455,78.29855,3.0550852,3.2601566,5.702285,62.505585,1.0765706,2.9737723,7.8135304,24.544724,15.047542,4.029803,1.664537,98.19146,11.139678,209.65392,8.509769,386.0875,19.527302,946.9614,153.64957,4.9170938,9.055023,269.04257,337.50238,1472.6661,795.45416 +2023-03-19 12:00:00,0.0,3101.0945,28.158762,9.968975,7.2650223,31.434092,177.13052,28.198076,58.131435,23.378315,37.472218,158.68475,313.35352,16.479492,21.67172,11.440432,2.3768747,32.665096,23.862553,21.06686,425.43073,10.202649,314.01166,120.26134,16.070518,144.52498,135.65724,66.622826,622.4946,258.55,1795.1644,23.475721,2377.9119,281.0601,18.550068,14.837285,96.04675,171.28041,266.2609,658.64734,58.91532,15.862369,9.308936,806.47,336.02643,71.34543,33.879734,238.98318,26.927334,284.725,11.881342,53.53662,0.0,2113.713,3579.3318,1.604994,33.451195,23.488533,19898.033,58.0931,1.9894814,44.08111,77.033455,35.592037,10.048309,42.334023,427.2336,30.871752,28.437447,2.581555,8.447582,600.5159,0.34161475,384.7097,59.587097,2750.6653,101.15457,147.79704,186.54462,679.8918,50.241364,54.380478,495.82956,39.138367,37.829155,11.917417,36.139164,220.17854,10.92476,8.292118,90.643654,18.610943,4576.8184,25.017189,42.862904,22.368397,26.07796,356.94086,93.21105,43.725807,10.930347,12.734994,40.849476,92.23325,228.8158,66.94637,257.33002,31.39203,34.68259,105.24235,110.18145,57.62628,140.16096,13.758033,4.7810483,17.078472,22.612722,2930.0327,17.728174,35.31143,156.24113,26.69836,289.365,100.32796,233.28952,8.269361,102.268005,753.767,742.2612,67.630554,803.8055,127.1672,93.253,72.43792,107.31121,19.089441,50.93658,507.04184,12.355644,18.051714,296.06763,10.169585,6.183005,78.16389,69.40321,702.71106,175.2611,178.70508,2015.1971,54.01393,1757.2092,1460.4468,7.008956,4.6568546,1272.7911,15.379821,9.5047035,328.3459,21.343628,44.424034,23.952568,83.95853,356.23813,278.1248,3.1398387,30.866358,56.082596,409.16327,5.570677,85.386604,7.5283604,1.581654,55.88932,1.2937896,1.4648536,5.036905,10.171827,24.473549,18.263405,29.637096,239.4058,29.817204,13.335254,23.780241,6.36659,78.28427,3.05457,3.2573655,5.701613,62.502357,1.07447,2.9722507,7.8034725,24.578629,15.047004,4.027312,1.6661106,98.27372,11.145828,209.70703,8.515923,386.3695,19.533455,946.6454,153.75081,4.9190993,9.058537,269.3259,337.86203,1473.9692,795.2855 +2023-03-19 13:00:00,0.0,3102.6323,28.160402,9.980534,7.264433,31.449282,177.13332,28.204979,58.155567,23.382786,37.484516,158.70563,313.50818,16.489292,21.672392,11.436458,2.3757737,32.67025,23.827698,21.056845,425.4674,10.179709,313.9446,120.229355,16.043001,144.3045,135.58372,66.600494,622.2052,258.5077,1795.1361,23.432089,2377.9773,280.3339,18.52377,14.813411,95.88828,171.35468,266.2526,657.53845,58.92977,15.870392,9.308231,806.7031,335.46332,71.35761,33.89938,238.98143,26.912436,284.69208,11.879545,53.55529,0.0,2115.313,3582.4546,1.6079638,33.445484,23.497923,19906.662,58.119827,1.9903132,44.14255,77.1398,35.60525,10.050069,42.39286,427.33447,30.87947,28.470354,2.5847218,8.448384,600.78796,0.34151328,385.03552,59.534138,2751.1382,101.08322,147.85947,186.56584,678.53894,50.176773,54.354946,495.18472,39.088818,37.785217,11.92078,36.13878,220.18169,10.924468,8.291486,90.67192,18.615358,4576.769,25.025537,42.899193,22.376698,26.08933,356.9516,93.19633,43.75672,10.933559,12.740019,40.876163,92.288246,228.95834,66.995804,257.38858,31.393719,34.719032,105.26944,110.34751,57.70677,140.11246,13.745852,4.7881117,17.071291,22.638748,2933.9692,17.713245,35.379486,156.22816,26.709791,289.5096,100.35242,233.45195,8.269041,102.248,754.35315,742.85876,67.680145,804.93884,127.205864,93.34737,72.443634,107.19432,19.071896,50.90984,507.14496,12.347608,18.040083,295.95444,10.169163,6.182102,78.14559,69.40689,702.72125,175.23459,178.7171,2015.3011,54.064945,1757.664,1460.878,7.010575,4.6567764,1272.6924,15.37529,9.506216,328.30316,21.34795,44.435688,23.96378,84.014496,356.47455,278.0558,3.140406,30.870256,56.096287,409.39633,5.5720253,85.3909,7.5290437,1.5814854,55.88313,1.2938893,1.4647624,5.0366054,10.171863,24.479902,18.272081,29.643862,239.53802,29.81698,13.332469,23.767641,6.3650346,78.27,3.0540547,3.2545743,5.700941,62.49913,1.0723695,2.9707289,7.7934146,24.612534,15.046467,4.024821,1.6676842,98.35599,11.151978,209.76013,8.522076,386.65152,19.539606,946.3293,153.85205,4.921105,9.06205,269.60922,338.2217,1475.2723,795.1168 +2023-03-19 14:00:00,0.0,3104.17,28.162045,9.992091,7.2638435,31.46447,177.13611,28.211882,58.179695,23.387255,37.49681,158.7265,313.66284,16.49909,21.673063,11.432484,2.3746724,32.6754,23.792845,21.04683,425.50412,10.15677,313.87756,120.19737,16.015482,144.08405,135.5102,66.57816,621.9158,258.4654,1795.1078,23.388458,2378.0425,279.60767,18.497473,14.7895355,95.729805,171.42894,266.24432,656.42957,58.94422,15.878416,9.307526,806.93634,334.90018,71.369804,33.919025,238.97968,26.897537,284.65912,11.8777485,53.573956,0.0,2116.913,3585.5774,1.6109334,33.43977,23.50731,19915.291,58.14655,1.9911448,44.203995,77.24613,35.61847,10.051828,42.4517,427.43533,30.88719,28.50326,2.587889,8.449185,601.06006,0.34141183,385.36133,59.481182,2751.6108,101.01187,147.92188,186.58707,677.1861,50.11218,54.329414,494.5399,39.03927,37.74128,11.924145,36.138393,220.18484,10.924175,8.290853,90.70019,18.619772,4576.7197,25.033886,42.935482,22.384998,26.100702,356.96234,93.1816,43.787636,10.936771,12.745045,40.902855,92.34324,229.10088,67.04523,257.44714,31.395405,34.75547,105.296524,110.51357,57.78726,140.06393,13.733672,4.7951746,17.064112,22.664774,2937.9058,17.698317,35.44754,156.2152,26.721222,289.6542,100.37688,233.6144,8.268721,102.228,754.9393,743.45636,67.72974,806.07214,127.24453,93.44173,72.44935,107.07743,19.054348,50.883095,507.2481,12.339571,18.028452,295.84128,10.16874,6.1812,78.12729,69.410576,702.7314,175.2081,178.72914,2015.405,54.11596,1758.1188,1461.3093,7.012194,4.6566978,1272.5935,15.370758,9.507729,328.26044,21.35227,44.44734,23.97499,84.070465,356.711,277.9868,3.140973,30.874155,56.109978,409.62943,5.573374,85.3952,7.529727,1.581317,55.876938,1.2939888,1.4646711,5.036306,10.171898,24.486258,18.280756,29.650627,239.67023,29.816755,13.329685,23.755041,6.3634796,78.255714,3.0535395,3.251783,5.7002687,62.495907,1.0702688,2.9692073,7.7833567,24.646439,15.045929,4.02233,1.6692578,98.43825,11.158128,209.81325,8.528229,386.93353,19.54576,946.01324,153.95328,4.9231105,9.065563,269.89255,338.5814,1476.5754,794.9482 +2023-03-19 15:00:00,0.0,3105.7078,28.163687,10.00365,7.263254,31.47966,177.1389,28.218784,58.203823,23.391726,37.50911,158.74738,313.81754,16.508888,21.673737,11.42851,2.3735712,32.680553,23.757992,21.036814,425.5408,10.13383,313.81052,120.16538,15.987964,143.86359,135.43666,66.55583,621.62634,258.4231,1795.0795,23.344828,2378.108,278.88144,18.471176,14.765661,95.571335,171.50319,266.23602,655.3207,58.958668,15.886439,9.30682,807.16956,334.33707,71.381996,33.93867,238.9779,26.882639,284.62616,11.875952,53.592625,0.0,2118.5132,3588.7002,1.6139032,33.434055,23.5167,19923.92,58.173275,1.9919764,44.265438,77.35247,35.631687,10.053587,42.51054,427.5362,30.894909,28.536167,2.591056,8.449986,601.33215,0.34131038,385.68716,59.428226,2752.0837,100.94052,147.9843,186.60828,675.8333,50.04759,54.303883,493.89505,38.98972,37.697342,11.927508,36.13801,220.188,10.923883,8.29022,90.728455,18.624187,4576.6704,25.042234,42.971775,22.393301,26.112072,356.9731,93.16687,43.81855,10.939984,12.750071,40.929543,92.39823,229.24342,67.09466,257.50574,31.39709,34.79191,105.323616,110.679634,57.86775,140.01543,13.721492,4.802238,17.05693,22.6908,2941.8423,17.683386,35.515594,156.20222,26.732653,289.7988,100.401344,233.77682,8.2684,102.20799,755.5254,744.0539,67.77933,807.20544,127.283195,93.536095,72.45506,106.96053,19.036802,50.856354,507.35123,12.331534,18.01682,295.7281,10.168318,6.180298,78.108986,69.41425,702.7415,175.1816,178.74117,2015.509,54.166973,1758.5735,1461.7406,7.0138135,4.6566195,1272.4946,15.366226,9.50924,328.2177,21.356592,44.458992,23.9862,84.12644,356.94742,277.9178,3.1415403,30.878052,56.12367,409.8625,5.5747223,85.399506,7.5304103,1.5811484,55.870747,1.2940885,1.4645798,5.0360065,10.171933,24.492613,18.289433,29.657393,239.80243,29.816532,13.3269005,23.74244,6.361924,78.24143,3.0530243,3.2489917,5.699597,62.49268,1.0681682,2.9676857,7.7732987,24.680342,15.045391,4.019839,1.6708313,98.52051,11.164277,209.86635,8.534382,387.21555,19.551912,945.6972,154.05452,4.925116,9.069076,270.17587,338.94107,1477.8785,794.7795 +2023-03-19 16:00:00,0.0,3107.2454,28.165329,10.015207,7.262665,31.494848,177.1417,28.225687,58.22795,23.396194,37.521408,158.76825,313.9722,16.518688,21.674408,11.424536,2.3724701,32.685703,23.723139,21.026798,425.5775,10.110889,313.7435,120.1334,15.960444,143.64311,135.36313,66.5335,621.3369,258.3808,1795.0511,23.301197,2378.1733,278.15524,18.44488,14.741786,95.41286,171.57745,266.22775,654.2118,58.973118,15.894463,9.306114,807.4028,333.77393,71.39418,33.958317,238.97614,26.86774,284.59323,11.874155,53.61129,0.0,2120.1135,3591.8228,1.6168728,33.42834,23.52609,19932.549,58.2,1.9928081,44.326885,77.45881,35.644905,10.0553465,42.569378,427.63705,30.902628,28.569073,2.594223,8.450788,601.60425,0.3412089,386.013,59.375267,2752.5564,100.86917,148.04672,186.6295,674.48047,49.982998,54.27835,493.25024,38.940174,37.6534,11.930873,36.137623,220.19116,10.923592,8.289588,90.75673,18.628601,4576.621,25.050583,43.008064,22.401602,26.123444,356.98386,93.152145,43.84946,10.943196,12.7550955,40.95623,92.453224,229.38597,67.14409,257.5643,31.398777,34.82835,105.3507,110.845695,57.948235,139.9669,13.709312,4.809301,17.04975,22.716825,2945.7788,17.668457,35.58365,156.18925,26.744083,289.9434,100.425804,233.93927,8.268081,102.18799,756.1115,744.6514,67.828926,808.3388,127.32186,93.630455,72.460785,106.84364,19.019257,50.829613,507.45435,12.323498,18.00519,295.6149,10.167895,6.1793957,78.09069,69.41793,702.7517,175.1551,178.7532,2015.613,54.217987,1759.0283,1462.1719,7.015433,4.6565413,1272.3958,15.361695,9.510753,328.175,21.360914,44.470646,23.997412,84.18241,357.18384,277.84882,3.1421075,30.88195,56.13736,410.09555,5.576071,85.40381,7.531093,1.5809798,55.864555,1.2941881,1.4644886,5.035707,10.1719675,24.498968,18.298107,29.664158,239.93463,29.816307,13.324117,23.72984,6.3603687,78.22715,3.052509,3.2462006,5.6989245,62.489452,1.0660676,2.966164,7.763241,24.714247,15.044853,4.017348,1.672405,98.60277,11.170427,209.91946,8.540536,387.49756,19.558064,945.3811,154.15576,4.927122,9.072589,270.4592,339.30075,1479.1816,794.6108 +2023-03-19 17:00:00,0.0,3108.7832,28.166971,10.026766,7.262076,31.510038,177.1445,28.23259,58.252083,23.400665,37.533707,158.78912,314.12686,16.528486,21.67508,11.420562,2.371369,32.690857,23.688286,21.016783,425.6142,10.08795,313.67645,120.10141,15.932926,143.42265,135.28961,66.51116,621.0475,258.3385,1795.0228,23.257565,2378.2388,277.42902,18.418583,14.717911,95.25438,171.65172,266.21945,653.10297,58.987568,15.902486,9.305409,807.636,333.21082,71.40637,33.977962,238.97438,26.852842,284.56027,11.872358,53.62996,0.0,2121.7136,3594.9456,1.6198424,33.422626,23.53548,19941.178,58.226723,1.9936397,44.38833,77.565155,35.658123,10.057105,42.628216,427.73795,30.910347,28.60198,2.5973902,8.45159,601.8763,0.34110746,386.33884,59.32231,2753.0293,100.79783,148.10913,186.65073,673.1276,49.918404,54.25282,492.6054,38.890625,37.609463,11.934237,36.137234,220.1943,10.9233,8.288955,90.784996,18.633017,4576.572,25.058931,43.044353,22.409903,26.134815,356.9946,93.13741,43.880375,10.946408,12.760121,40.982918,92.50822,229.52852,67.19351,257.6229,31.400465,34.864788,105.37779,111.011765,58.028725,139.9184,13.697132,4.8163643,17.04257,22.742851,2949.7153,17.653526,35.651703,156.17628,26.755514,290.08798,100.450264,234.1017,8.26776,102.167984,756.69763,745.24896,67.87852,809.4721,127.36053,93.72482,72.4665,106.72675,19.001709,50.80287,507.55746,12.315461,17.993559,295.50174,10.167473,6.178493,78.07239,69.42161,702.76184,175.12862,178.76523,2015.717,54.269,1759.483,1462.6033,7.017052,4.6564627,1272.297,15.357163,9.512264,328.13226,21.365234,44.4823,24.008623,84.23838,357.4203,277.77982,3.1426747,30.885847,56.15105,410.32864,5.5774193,85.408104,7.5317764,1.5808113,55.858364,1.2942878,1.4643973,5.0354075,10.172003,24.505322,18.306784,29.670923,240.06685,29.816084,13.321333,23.717237,6.358814,78.21287,3.0519936,3.2434094,5.6982527,62.48623,1.063967,2.9646425,7.7531834,24.748152,15.044316,4.0148563,1.6739786,98.685036,11.176577,209.97256,8.546689,387.77957,19.564217,945.06506,154.25699,4.9291277,9.076102,270.74252,339.6604,1480.4847,794.44214 +2023-03-19 18:00:00,0.0,3110.3208,28.168613,10.038324,7.2614865,31.525229,177.1473,28.239492,58.27621,23.405134,37.546005,158.81001,314.28152,16.538284,21.675753,11.416588,2.3702676,32.696007,23.653433,21.006767,425.65088,10.06501,313.6094,120.06943,15.905408,143.20218,135.21608,66.48883,620.75806,258.2962,1794.9945,23.213934,2378.3042,276.7028,18.392284,14.6940365,95.09591,171.72597,266.21118,651.9941,59.002018,15.910509,9.304704,807.86914,332.64767,71.418564,33.99761,238.9726,26.837946,284.5273,11.870562,53.648624,0.0,2123.314,3598.0684,1.6228122,33.416916,23.54487,19949.809,58.25345,1.9944714,44.44977,77.67149,35.67134,10.058865,42.687057,427.8388,30.918066,28.634886,2.600557,8.452391,602.1484,0.34100598,386.66467,59.269356,2753.502,100.72648,148.17155,186.67195,671.7748,49.853813,54.227287,491.96057,38.841076,37.565525,11.937601,36.13685,220.19746,10.923008,8.288322,90.81326,18.637432,4576.522,25.06728,43.080647,22.418205,26.146185,357.00537,93.12269,43.91129,10.94962,12.765147,41.009605,92.56321,229.67105,67.24294,257.68146,31.402151,34.90123,105.40488,111.177826,58.10921,139.86989,13.684952,4.8234277,17.035389,22.768877,2953.6519,17.638597,35.719757,156.16331,26.766945,290.23257,100.47473,234.26414,8.26744,102.14798,757.28375,745.8465,67.92811,810.60547,127.39919,93.81918,72.47221,106.60986,18.984163,50.77613,507.66058,12.307425,17.981928,295.38855,10.16705,6.177591,78.05409,69.425285,702.772,175.10211,178.77727,2015.8209,54.320015,1759.9379,1463.0345,7.0186715,4.6563845,1272.1981,15.352632,9.513777,328.08954,21.369556,44.493954,24.019833,84.29436,357.6567,277.71082,3.143242,30.889746,56.16474,410.5617,5.578768,85.41241,7.5324597,1.5806427,55.852173,1.2943873,1.4643061,5.035108,10.172038,24.511677,18.31546,29.677689,240.19905,29.81586,13.318548,23.704638,6.3572583,78.198586,3.0514784,3.240618,5.697581,62.483,1.0618663,2.963121,7.7431254,24.782057,15.043778,4.0123653,1.6755521,98.767296,11.182727,210.02567,8.552842,388.06158,19.57037,944.749,154.35823,4.9311333,9.079616,271.02585,340.02008,1481.7878,794.27344 +2023-03-19 19:00:00,0.0,3111.8586,28.170256,10.049882,7.260897,31.540417,177.15009,28.246395,58.30034,23.409605,37.558304,158.83089,314.43622,16.548082,21.676424,11.412615,2.3691666,32.70116,23.61858,20.996752,425.6876,10.04207,313.5424,120.037445,15.87789,142.98172,135.14255,66.4665,620.4686,258.2539,1794.9663,23.170303,2378.3696,275.9766,18.365988,14.670161,94.93743,171.80023,266.20288,650.8852,59.016464,15.918532,9.303998,808.10236,332.08453,71.43075,34.017254,238.97084,26.823048,284.4944,11.868765,53.667294,0.0,2124.914,3601.1912,1.6257818,33.4112,23.55426,19958.438,58.28017,1.995303,44.511215,77.777824,35.684555,10.060624,42.745895,427.93967,30.925785,28.667793,2.6037242,8.453192,602.4205,0.34090453,386.99048,59.216396,2753.9749,100.65513,148.23396,186.69318,670.422,49.78922,54.201756,491.31573,38.791527,37.521587,11.940965,36.136463,220.20062,10.922716,8.287689,90.84153,18.641846,4576.4727,25.075628,43.116936,22.426506,26.157557,357.0161,93.107956,43.942204,10.952832,12.770172,41.036293,92.6182,229.8136,67.29237,257.74005,31.403837,34.937668,105.43197,111.34389,58.1897,139.82137,13.672771,4.8304906,17.028208,22.7949,2957.5884,17.623669,35.78781,156.15034,26.778376,290.3772,100.49919,234.42657,8.26712,102.127975,757.8699,746.44403,67.9777,811.7388,127.43786,93.91355,72.47793,106.49297,18.966616,50.749386,507.7637,12.299388,17.970295,295.27536,10.166628,6.1766887,78.03579,69.42896,702.78217,175.07562,178.78929,2015.9249,54.37103,1760.3926,1463.4658,7.020291,4.656306,1272.0992,15.348101,9.515288,328.0468,21.373877,44.505608,24.031044,84.35033,357.89316,277.6418,3.143809,30.893644,56.178432,410.79477,5.5801163,85.41671,7.533143,1.5804743,55.84598,1.294487,1.4642148,5.0348086,10.172073,24.518032,18.324135,29.684452,240.33125,29.815636,13.315764,23.692036,6.355703,78.18431,3.0509632,3.2378268,5.6969085,62.47978,1.0597657,2.961599,7.7330675,24.81596,15.043241,4.0098743,1.6771257,98.849556,11.188876,210.07878,8.558995,388.3436,19.57652,944.4329,154.45947,4.933139,9.083129,271.30917,340.37976,1483.091,794.1048 +2023-03-19 20:00:00,0.0,3113.3965,28.171896,10.06144,7.260308,31.555607,177.15288,28.253298,58.32447,23.414074,37.570602,158.85176,314.59088,16.557882,21.677097,11.408641,2.3680654,32.706314,23.583727,20.986736,425.72427,10.019131,313.47534,120.005455,15.85037,142.76126,135.06903,66.44417,620.1792,258.2116,1794.938,23.12667,2378.435,275.25037,18.339691,14.646286,94.77896,171.8745,266.19458,649.7763,59.030914,15.926556,9.303293,808.3356,331.52142,71.44294,34.0369,238.96909,26.80815,284.46143,11.866968,53.68596,0.0,2126.5142,3604.314,1.6287515,33.405487,23.56365,19967.066,58.306896,1.9961348,44.57266,77.88416,35.697773,10.062383,42.804733,428.04053,30.933506,28.700699,2.6068912,8.453993,602.6925,0.34080306,387.3163,59.16344,2754.4475,100.58378,148.29639,186.71439,669.06915,49.72463,54.176224,490.6709,38.741978,37.47765,11.944329,36.136078,220.20378,10.922424,8.287057,90.8698,18.646261,4576.4233,25.083977,43.153225,22.434807,26.168928,357.0269,93.09323,43.973118,10.956045,12.775198,41.06298,92.673195,229.95615,67.341805,257.7986,31.405523,34.97411,105.45905,111.50995,58.270187,139.77286,13.660591,4.837554,17.021027,22.820927,2961.525,17.608738,35.855865,156.13737,26.789806,290.5218,100.52365,234.589,8.2668,102.10797,758.456,747.0416,68.0273,812.87213,127.476524,94.00791,72.48364,106.376076,18.94907,50.722645,507.86682,12.291351,17.958664,295.16217,10.166205,6.175786,78.017494,69.43264,702.7923,175.04912,178.80133,2016.0288,54.422043,1760.8474,1463.8971,7.0219097,4.6562276,1272.0004,15.343569,9.516801,328.00406,21.378199,44.517258,24.042253,84.406296,358.12958,277.5728,3.1443763,30.897541,56.192123,411.02786,5.5814652,85.42101,7.5338264,1.5803057,55.83979,1.2945867,1.4641236,5.034509,10.172109,24.524387,18.332811,29.691217,240.46346,29.815413,13.31298,23.679436,6.3541474,78.17003,3.050448,3.2350357,5.6962366,62.47655,1.0576651,2.9600775,7.7230096,24.849865,15.042703,4.0073833,1.6786994,98.931816,11.195026,210.13188,8.565148,388.62564,19.582674,944.1169,154.56071,4.9351444,9.086641,271.5925,340.73944,1484.394,793.9361 +2023-03-19 21:00:00,0.0,3114.934,28.173538,10.072999,7.2597184,31.570795,177.15567,28.260202,58.3486,23.418545,37.5829,158.87263,314.74554,16.56768,21.677769,11.404667,2.366964,32.711464,23.548872,20.97672,425.761,9.996191,313.4083,119.97347,15.822852,142.54079,134.9955,66.42184,619.8898,258.1693,1794.9097,23.08304,2378.5005,274.52414,18.313395,14.622412,94.62048,171.94876,266.1863,648.6674,59.045364,15.934579,9.3025875,808.5688,330.95828,71.45513,34.056545,238.96732,26.793251,284.42847,11.865171,53.704628,0.0,2128.1143,3607.4365,1.6317211,33.399773,23.57304,19975.695,58.33362,1.9969664,44.6341,77.99051,35.71099,10.064142,42.86357,428.1414,30.941225,28.733606,2.6100583,8.454794,602.9646,0.3407016,387.64215,59.110485,2754.9204,100.51243,148.3588,186.73561,667.7163,49.660034,54.150692,490.02606,38.69243,37.433712,11.947693,36.135693,220.20692,10.9221325,8.286425,90.89806,18.650677,4576.374,25.092325,43.189518,22.44311,26.180298,357.03763,93.07851,44.004032,10.959257,12.780224,41.08967,92.728195,230.0987,67.39123,257.8572,31.407211,35.010548,105.486145,111.67601,58.350677,139.72435,13.648412,4.844617,17.013847,22.846952,2965.4617,17.59381,35.92392,156.1244,26.801237,290.66638,100.54812,234.75145,8.26648,102.08797,759.0421,747.63916,68.07689,814.00543,127.51518,94.10228,72.489365,106.259186,18.931522,50.695904,507.96994,12.283315,17.947033,295.049,10.165783,6.174884,77.99919,69.43632,702.8024,175.02263,178.81337,2016.1328,54.473057,1761.3021,1464.3284,7.023529,4.656149,1271.9016,15.339037,9.518312,327.96133,21.382519,44.52891,24.053465,84.46227,358.36603,277.5038,3.1449435,30.90144,56.205814,411.26093,5.5828137,85.42531,7.5345097,1.5801371,55.8336,1.2946863,1.4640323,5.0342097,10.172143,24.53074,18.341486,29.697983,240.59567,29.815187,13.310196,23.666834,6.3525925,78.15575,3.0499327,3.2322445,5.6955647,62.473324,1.0555645,2.958556,7.7129517,24.88377,15.042166,4.0048923,1.6802729,99.014084,11.201176,210.185,8.571301,388.90765,19.588827,943.80084,154.66194,4.93715,9.090155,271.8758,341.09912,1485.697,793.76746 +2023-03-19 22:00:00,0.0,3116.472,28.17518,10.084557,7.259129,31.585985,177.15846,28.267105,58.372726,23.423014,37.5952,158.89351,314.9002,16.577478,21.67844,11.400693,2.365863,32.716618,23.514019,20.966705,425.79767,9.973251,313.34125,119.94148,15.795334,142.32033,134.92197,66.399506,619.60034,258.127,1794.8813,23.03941,2378.5657,273.79794,18.287096,14.5985365,94.46201,172.02301,266.178,647.55853,59.05981,15.942602,9.301882,808.802,330.39517,71.467316,34.07619,238.96555,26.778353,284.39554,11.863375,53.723293,0.0,2129.7146,3610.5593,1.6346908,33.39406,23.58243,19984.324,58.360344,1.9977981,44.69555,78.09685,35.72421,10.065901,42.922413,428.24225,30.948944,28.766512,2.6132252,8.455596,603.2367,0.34060016,387.968,59.057526,2755.393,100.441086,148.42122,186.75684,666.36346,49.595444,54.125156,489.38123,38.64288,37.389774,11.951057,36.135307,220.21008,10.921841,8.285791,90.92633,18.65509,4576.3247,25.100674,43.225807,22.45141,26.19167,357.04837,93.063774,44.034946,10.962469,12.78525,41.116356,92.78319,230.24123,67.44066,257.91577,31.408897,35.04699,105.51323,111.84207,58.431164,139.67583,13.636231,4.8516803,17.006666,22.872978,2969.3982,17.578878,35.991974,156.11143,26.812668,290.81097,100.57258,234.91388,8.26616,102.06796,759.62823,748.2367,68.12648,815.1388,127.55385,94.19665,72.49508,106.142296,18.913977,50.669163,508.0731,12.275278,17.935402,294.93582,10.16536,6.1739817,77.980896,69.439995,702.8126,174.99614,178.8254,2016.2368,54.52407,1761.757,1464.7596,7.0251484,4.6560707,1271.8027,15.334506,9.519825,327.9186,21.38684,44.540565,24.064676,84.51824,358.60245,277.4348,3.1455107,30.905336,56.21951,411.494,5.584162,85.42961,7.535193,1.5799686,55.827408,1.2947859,1.4639411,5.0339108,10.172178,24.537096,18.350163,29.704748,240.72787,29.814964,13.307411,23.654234,6.351037,78.141464,3.0494175,3.2294533,5.6948924,62.4701,1.0534639,2.9570343,7.7028937,24.917675,15.041628,4.0024014,1.6818465,99.096344,11.207326,210.2381,8.577455,389.18967,19.59498,943.48474,154.76318,4.9391556,9.093668,272.15912,341.45877,1487.0001,793.59875 +2023-03-19 23:00:00,0.0,3118.0095,28.176823,10.096115,7.25854,31.601175,177.16125,28.274008,58.39686,23.427485,37.6075,158.91438,315.0549,16.587278,21.679113,11.396719,2.3647618,32.721767,23.479166,20.95669,425.83435,9.950311,313.27423,119.9095,15.767816,142.09985,134.84843,66.37717,619.311,258.08472,1794.853,22.995779,2378.631,273.07172,18.2608,14.574661,94.303535,172.09727,266.16974,646.4497,59.07426,15.950625,9.301176,809.03516,329.83203,71.47951,34.095837,238.96379,26.763454,284.36258,11.861577,53.741962,0.0,2131.3147,3613.6821,1.6376605,33.388348,23.59182,19992.953,58.38707,1.9986297,44.756992,78.20318,35.737427,10.06766,42.98125,428.3431,30.956663,28.799417,2.6163924,8.456397,603.5087,0.3404987,388.2938,59.00457,2755.866,100.369736,148.48363,186.77806,665.0106,49.530853,54.099625,488.7364,38.59333,37.345837,11.954421,36.134922,220.21324,10.921549,8.285159,90.9546,18.659506,4576.2754,25.109022,43.262096,22.459711,26.20304,357.05914,93.04905,44.06586,10.965681,12.790275,41.143044,92.83818,230.38377,67.49009,257.97433,31.410583,35.083427,105.54032,112.00813,58.511654,139.62732,13.624051,4.858743,16.999485,22.899004,2973.3347,17.56395,36.060024,156.09846,26.824099,290.95557,100.59704,235.07632,8.26584,102.04796,760.21436,748.8342,68.17608,816.2721,127.592514,94.29101,72.50079,106.025406,18.89643,50.642418,508.1762,12.2672415,17.92377,294.82263,10.164938,6.173079,77.96259,69.44367,702.82275,174.96964,178.83743,2016.3408,54.57509,1762.2117,1465.1909,7.0267677,4.6559925,1271.7039,15.329974,9.5213375,327.8759,21.391163,44.55222,24.075886,84.57421,358.83887,277.36584,3.1460779,30.909235,56.2332,411.72705,5.5855107,85.433914,7.535876,1.5798001,55.821217,1.2948855,1.4638498,5.0336113,10.172214,24.543451,18.358837,29.711514,240.86008,29.81474,13.304627,23.641634,6.3494816,78.12718,3.0489023,3.226662,5.6942205,62.466873,1.0513632,2.9555128,7.692836,24.95158,15.04109,3.9999104,1.6834201,99.178604,11.213475,210.29121,8.583608,389.47168,19.601131,943.1687,154.86443,4.941161,9.097181,272.44244,341.81845,1488.3032,793.43005 +2023-03-20 00:00:00,0.0,3119.5474,28.178465,10.107673,7.257951,31.616364,177.16406,28.28091,58.420986,23.431953,37.619797,158.93526,315.20956,16.597076,21.679785,11.392745,2.3636606,32.72692,23.444313,20.946674,425.87106,9.927371,313.20718,119.87752,15.740296,141.8794,134.77492,66.354836,619.02155,258.04242,1794.8247,22.952147,2378.6965,272.3455,18.234503,14.550787,94.14506,172.17154,266.16144,645.3408,59.08871,15.95865,9.300471,809.2684,329.26892,71.4917,34.115482,238.96204,26.748556,284.32962,11.85978,53.760628,0.0,2132.9148,3616.805,1.6406301,33.382633,23.601208,20001.582,58.41379,1.9994614,44.818436,78.30952,35.750645,10.06942,43.04009,428.44397,30.964382,28.832325,2.6195593,8.457198,603.7808,0.34039724,388.61963,58.951614,2756.3386,100.298386,148.54605,186.79927,663.65784,49.46626,54.074093,488.09158,38.54378,37.3019,11.957786,36.134533,220.2164,10.921256,8.284527,90.982864,18.66392,4576.2256,25.11737,43.298386,22.468012,26.21441,357.0699,93.03432,44.096775,10.968893,12.7953005,41.169735,92.89317,230.52632,67.53952,258.03293,31.41227,35.11987,105.567406,112.174194,58.59214,139.57881,13.611871,4.8658066,16.992306,22.92503,2977.2712,17.54902,36.12808,156.0855,26.83553,291.10016,100.621506,235.23875,8.26552,102.027954,760.8005,749.43176,68.22567,817.40546,127.63118,94.385376,72.50651,105.90851,18.878883,50.615677,508.27933,12.259205,17.91214,294.70947,10.164516,6.172177,77.94429,69.44735,702.8329,174.94315,178.84946,2016.4448,54.626102,1762.6665,1465.6222,7.028387,4.655914,1271.605,15.325442,9.522849,327.83316,21.395483,44.563873,24.087097,84.63019,359.07532,277.29684,3.146645,30.913134,56.24689,411.96014,5.586859,85.43822,7.536559,1.5796316,55.815025,1.2949852,1.4637585,5.033312,10.172249,24.549807,18.367514,29.718279,240.99228,29.814516,13.301844,23.629032,6.3479266,78.1129,3.048387,3.2238708,5.693548,62.463646,1.0492626,2.953991,7.682778,24.985483,15.040552,3.9974194,1.6849937,99.260864,11.219625,210.34431,8.589761,389.7537,19.607285,942.85266,154.96565,4.9431667,9.100695,272.72577,342.17813,1489.6063,793.2614 +2023-03-20 01:00:00,0.0,3121.085,28.180107,10.119231,7.2573614,31.631554,177.16685,28.287813,58.445114,23.436424,37.632095,158.95613,315.36423,16.606874,21.680456,11.388771,2.3625593,32.73207,23.40946,20.936659,425.90775,9.904431,313.14014,119.84553,15.712778,141.65894,134.70139,66.332504,618.7321,258.00012,1794.7964,22.908516,2378.762,271.6193,18.208206,14.526912,93.98659,172.24579,266.15317,644.23193,59.103157,15.966673,9.299766,809.5016,328.70578,71.50389,34.135128,238.96027,26.733658,284.2967,11.857984,53.779297,0.0,2134.5151,3619.9275,1.6435999,33.37692,23.610598,20010.21,58.440517,2.000293,44.87988,78.415855,35.76386,10.071178,43.09893,428.54483,30.972101,28.86523,2.6227264,8.457999,604.0529,0.34029576,388.94547,58.898655,2756.8115,100.227036,148.60847,186.8205,662.305,49.40167,54.04856,487.44675,38.494232,37.257957,11.961149,36.134148,220.21954,10.920964,8.283894,91.01113,18.668335,4576.1763,25.12572,43.33468,22.476315,26.225782,357.08063,93.01959,44.12769,10.972106,12.800326,41.196423,92.948166,230.66887,67.58894,258.0915,31.413958,35.156307,105.5945,112.340256,58.67263,139.53029,13.599691,4.8728695,16.985125,22.951056,2981.2078,17.53409,36.196133,156.07251,26.84696,291.24478,100.645966,235.4012,8.2652,102.00795,761.3866,750.02936,68.27526,818.53876,127.669846,94.47974,72.51222,105.79162,18.861336,50.588936,508.38245,12.251168,17.900509,294.59628,10.164094,6.1712747,77.925995,69.45103,702.843,174.91664,178.8615,2016.5487,54.677116,1763.1212,1466.0535,7.0300064,4.6558356,1271.5061,15.320911,9.524362,327.79044,21.399805,44.575527,24.098309,84.68616,359.31174,277.22784,3.1472123,30.91703,56.260582,412.1932,5.5882077,85.44251,7.5372424,1.579463,55.808834,1.2950848,1.4636673,5.0330124,10.172284,24.556162,18.37619,29.725044,241.1245,29.814291,13.299059,23.616432,6.346371,78.098625,3.0478718,3.2210796,5.6928763,62.460423,1.047162,2.9524693,7.67272,25.019388,15.040015,3.9949284,1.6865673,99.34313,11.225775,210.39742,8.595914,390.0357,19.613438,942.53656,155.0669,4.945173,9.104207,273.0091,342.5378,1490.9094,793.0927 +2023-03-20 02:00:00,0.0,3122.6228,28.18175,10.13079,7.256772,31.646744,177.16965,28.294716,58.469246,23.440895,37.64439,158.977,315.5189,16.616674,21.68113,11.384798,2.3614583,32.737225,23.374607,20.926643,425.94443,9.881492,313.07312,119.813545,15.68526,141.43846,134.62785,66.31017,618.4427,257.95782,1794.7681,22.864885,2378.8274,270.89307,18.18191,14.5030365,93.82811,172.32005,266.14487,643.12305,59.117607,15.974696,9.29906,809.7348,328.14267,71.516075,34.154774,238.9585,26.71876,284.26373,11.856187,53.797962,0.0,2136.1152,3623.0503,1.6465695,33.371204,23.619987,20018.84,58.46724,2.0011246,44.941322,78.5222,35.777077,10.072938,43.15777,428.6457,30.97982,28.898138,2.6258934,8.4588,604.325,0.3401943,389.2713,58.8457,2757.2842,100.155685,148.67088,186.84172,660.95215,49.337074,54.02303,486.8019,38.444683,37.21402,11.964514,36.133762,220.2227,10.920672,8.283261,91.0394,18.67275,4576.127,25.134068,43.370968,22.484615,26.237152,357.0914,93.00486,44.158604,10.975318,12.805351,41.22311,93.00316,230.8114,67.638374,258.1501,31.415644,35.19275,105.62158,112.50632,58.753117,139.48178,13.587511,4.879933,16.977943,22.977081,2985.1443,17.519161,36.264187,156.05954,26.85839,291.38937,100.670425,235.56363,8.264879,101.987946,761.9727,750.6269,68.32485,819.6721,127.70851,94.574104,72.517944,105.67473,18.84379,50.562195,508.48557,12.243131,17.888878,294.4831,10.1636715,6.170372,77.90769,69.454704,702.8532,174.89015,178.87352,2016.6527,54.72813,1763.5759,1466.4849,7.0316257,4.655757,1271.4073,15.31638,9.525873,327.7477,21.404125,44.587177,24.109518,84.74213,359.5482,277.15884,3.1477795,30.920929,56.274273,412.42627,5.589556,85.446815,7.5379257,1.5792944,55.80264,1.2951844,1.463576,5.032713,10.172318,24.562515,18.384865,29.73181,241.2567,29.814068,13.296275,23.60383,6.3448157,78.08434,3.0473566,3.2182884,5.6922045,62.457195,1.0450615,2.9509478,7.6626625,25.053293,15.039477,3.9924371,1.6881409,99.42539,11.231925,210.45053,8.602068,390.31772,19.619589,942.2205,155.16814,4.9471784,9.10772,273.29242,342.8975,1492.2125,792.9241 +2023-03-20 03:00:00,0.0,3124.1604,28.18339,10.142347,7.2561827,31.661932,177.17244,28.301619,58.493374,23.445364,37.65669,158.99788,315.67358,16.626472,21.6818,11.380824,2.360357,32.74238,23.339754,20.916628,425.98114,9.858552,313.00607,119.781555,15.657742,141.218,134.55432,66.28784,618.15326,257.91553,1794.7397,22.821255,2378.8928,270.16684,18.155611,14.479162,93.66963,172.39432,266.1366,642.01416,59.132057,15.982719,9.298354,809.968,327.57953,71.52827,34.17442,238.95673,26.703861,284.23077,11.85439,53.81663,0.0,2137.7153,3626.173,1.6495391,33.36549,23.629377,20027.47,58.493965,2.0019565,45.002766,78.62853,35.790295,10.074697,43.216606,428.74655,30.98754,28.931044,2.6290605,8.459602,604.59705,0.34009287,389.5971,58.792744,2757.757,100.08434,148.7333,186.86295,659.5993,49.272484,53.997498,486.15707,38.395134,37.170082,11.967877,36.133377,220.22586,10.920381,8.282628,91.06767,18.677164,4576.0776,25.142416,43.407257,22.492916,26.248524,357.10214,92.990135,44.189518,10.97853,12.810377,41.249798,93.05815,230.95395,67.687805,258.20865,31.41733,35.229187,105.64867,112.67238,58.833607,139.43326,13.575331,4.886996,16.970762,23.003107,2989.0808,17.504232,36.33224,156.04657,26.869822,291.53397,100.69489,235.72607,8.26456,101.96794,762.55884,751.2244,68.37445,820.8054,127.74718,94.668465,72.52366,105.55784,18.826242,50.53545,508.58868,12.235094,17.877245,294.3699,10.163249,6.16947,77.8894,69.45839,702.86334,174.86366,178.88556,2016.7566,54.779144,1764.0308,1466.9161,7.0332446,4.6556787,1271.3085,15.311848,9.527386,327.705,21.408447,44.59883,24.12073,84.798096,359.7846,277.08984,3.1483467,30.924826,56.287964,412.65936,5.5909047,85.45112,7.538609,1.5791259,55.796448,1.295284,1.4634848,5.0324135,10.172354,24.56887,18.393541,29.738575,241.3889,29.813845,13.29349,23.59123,6.343261,78.07006,3.0468414,3.215497,5.691532,62.45397,1.0429608,2.9494262,7.6526046,25.087198,15.038939,3.9899461,1.6897146,99.50765,11.238075,210.50363,8.608221,390.59973,19.625742,941.9045,155.26938,4.949184,9.111234,273.57574,343.25717,1493.5156,792.7554 +2023-03-20 04:00:00,0.0,3125.6982,28.185032,10.153906,7.255594,31.677122,177.17523,28.308521,58.5175,23.449835,37.668987,159.01877,315.82825,16.63627,21.682472,11.37685,2.3592558,32.747528,23.304901,20.906612,426.01782,9.835612,312.93903,119.74957,15.630222,140.99753,134.4808,66.26551,617.86383,257.87323,1794.7115,22.777622,2378.9583,269.44064,18.129314,14.455287,93.51117,172.46857,266.1283,640.9053,59.146507,15.990743,9.297649,810.2012,327.0164,71.54046,34.194065,238.95496,26.688963,284.19785,11.852593,53.835297,0.0,2139.3154,3629.296,1.6525089,33.35978,23.638767,20036.1,58.520687,2.002788,45.064213,78.73487,35.803513,10.076456,43.275444,428.8474,30.995258,28.963951,2.6322274,8.460403,604.86914,0.3399914,389.92294,58.739784,2758.2297,100.01299,148.79572,186.88417,658.2465,49.20789,53.971966,485.51224,38.34559,37.126144,11.971242,36.13299,220.22902,10.920089,8.281996,91.09594,18.68158,4576.0283,25.150764,43.44355,22.501219,26.259895,357.11288,92.9754,44.22043,10.981742,12.815403,41.276485,93.113144,231.0965,67.73723,258.26724,31.419016,35.26563,105.67576,112.83844,58.914093,139.38475,13.56315,4.894059,16.963583,23.029133,2993.0173,17.489302,36.400295,156.0336,26.881252,291.67856,100.71935,235.8885,8.264239,101.94794,763.14496,751.82196,68.42404,821.9388,127.78584,94.76283,72.52937,105.44095,18.808697,50.50871,508.6918,12.227057,17.865614,294.25674,10.162827,6.1685677,77.87109,69.46207,702.8735,174.83716,178.89758,2016.8607,54.83016,1764.4855,1467.3474,7.034864,4.6556,1271.2096,15.307317,9.528897,327.66226,21.412767,44.610485,24.13194,84.85407,360.02106,277.02084,3.1489139,30.928724,56.301655,412.89243,5.592253,85.45542,7.5392923,1.5789574,55.790257,1.2953837,1.4633934,5.032114,10.172389,24.575226,18.402216,29.74534,241.5211,29.81362,13.290707,23.578629,6.3417053,78.05578,3.0463262,3.2127059,5.6908603,62.450745,1.0408602,2.9479046,7.6425467,25.121101,15.038402,3.9874551,1.6912881,99.58992,11.244225,210.55675,8.614374,390.88174,19.631895,941.5884,155.3706,4.9511895,9.114747,273.85907,343.61682,1494.8187,792.5867 +2023-03-20 05:00:00,0.0,3127.236,28.186674,10.165464,7.2550044,31.69231,177.17802,28.315424,58.541634,23.454304,37.681286,159.03964,315.9829,16.64607,21.683146,11.372876,2.3581548,32.75268,23.270046,20.896597,426.05453,9.812672,312.87198,119.71759,15.602704,140.77707,134.40727,66.24317,617.5744,257.83093,1794.6832,22.733992,2379.0237,268.71442,18.103018,14.431412,93.35269,172.54283,266.12003,639.7964,59.160954,15.998766,9.296944,810.4344,326.45328,71.55264,34.21371,238.9532,26.674067,284.1649,11.850797,53.853966,0.0,2140.9158,3632.4185,1.6554785,33.354065,23.648157,20044.729,58.547413,2.0036197,45.125656,78.84121,35.81673,10.078215,43.334286,428.94827,31.002977,28.996857,2.6353946,8.461205,605.14124,0.33988994,390.24878,58.68683,2758.7026,99.94164,148.85812,186.90538,656.8937,49.1433,53.946434,484.8674,38.29604,37.082207,11.974606,36.132607,220.23216,10.919797,8.2813635,91.12421,18.685995,4575.979,25.159113,43.47984,22.50952,26.271265,357.12366,92.96068,44.251343,10.984954,12.820428,41.303173,93.16814,231.23904,67.78666,258.3258,31.420704,35.302067,105.70284,113.0045,58.994583,139.33624,13.550971,4.9011226,16.956402,23.055159,2996.954,17.474373,36.46835,156.02063,26.892683,291.82315,100.74381,236.05095,8.263919,101.92793,763.7311,752.4195,68.47363,823.0721,127.8245,94.85719,72.53509,105.32405,18.79115,50.481968,508.79492,12.219021,17.853983,294.14355,10.162404,6.167665,77.8528,69.465744,702.88367,174.81067,178.90962,2016.9646,54.881172,1764.9403,1467.7787,7.0364833,4.655522,1271.1107,15.302785,9.53041,327.6195,21.41709,44.62214,24.14315,84.91004,360.25748,276.95184,3.149481,30.932621,56.315346,413.1255,5.5936017,85.45972,7.5399756,1.5787889,55.784065,1.2954834,1.4633023,5.0318146,10.172424,24.581581,18.410892,29.752106,241.65332,29.813396,13.287922,23.566029,6.34015,78.0415,3.045811,3.2099147,5.6901884,62.447517,1.0387596,2.946383,7.6324887,25.155006,15.037865,3.9849641,1.6928617,99.67218,11.250375,210.60985,8.620527,391.1638,19.638048,941.27234,155.47185,4.953195,9.11826,274.1424,343.9765,1496.1218,792.418 +2023-03-20 06:00:00,0.0,3128.7737,28.188316,10.177022,7.254415,31.7075,177.18082,28.322327,58.56576,23.458775,37.693584,159.06052,316.13757,16.655869,21.683817,11.368902,2.3570535,32.75783,23.235193,20.886581,426.09122,9.789732,312.80496,119.6856,15.575186,140.55661,134.33374,66.22084,617.285,257.78864,1794.6549,22.690361,2379.0889,267.98822,18.076721,14.407537,93.194214,172.6171,266.11172,638.68756,59.175404,16.00679,9.296238,810.6676,325.89014,71.564835,34.233356,238.95145,26.659168,284.13193,11.849,53.87263,0.0,2142.5159,3635.5413,1.6584482,33.34835,23.657547,20053.357,58.57414,2.0044513,45.1871,78.947556,35.82995,10.079974,43.393124,429.04913,31.010696,29.029764,2.6385615,8.462006,605.41327,0.33978847,390.57462,58.63387,2759.1753,99.87029,148.92055,186.9266,655.54083,49.078705,53.920902,484.22256,38.24649,37.03827,11.97797,36.13222,220.23532,10.919505,8.28073,91.15247,18.690409,4575.929,25.167461,43.51613,22.51782,26.282637,357.1344,92.94595,44.282257,10.988167,12.825454,41.32986,93.22313,231.38158,67.83609,258.38437,31.42239,35.33851,105.729935,113.17056,59.07507,139.28772,13.538791,4.9081855,16.94922,23.081184,3000.8906,17.459442,36.536404,156.00766,26.904114,291.96774,100.76828,236.21338,8.263599,101.90793,764.3172,753.017,68.52323,824.20544,127.86317,94.95156,72.5408,105.20716,18.773603,50.455227,508.89807,12.210984,17.842352,294.03036,10.161982,6.166763,77.834496,69.46942,702.8938,174.78416,178.92165,2017.0686,54.932186,1765.395,1468.21,7.0381026,4.6554437,1271.012,15.298253,9.531921,327.57678,21.421412,44.633793,24.154362,84.96601,360.4939,276.88287,3.1500483,30.93652,56.329037,413.35858,5.5949507,85.46402,7.540659,1.5786203,55.777874,1.2955829,1.4632109,5.031515,10.17246,24.587934,18.419567,29.758871,241.78552,29.813171,13.285138,23.553427,6.3385944,78.027214,3.0452957,3.2071235,5.689516,62.444294,1.036659,2.9448612,7.622431,25.188911,15.037327,3.9824731,1.6944352,99.75444,11.256524,210.66296,8.62668,391.4458,19.6442,940.9563,155.57309,4.9552007,9.121773,274.42572,344.33618,1497.4249,792.2493 +2023-03-20 07:00:00,0.0,3130.3115,28.189959,10.1885805,7.2538257,31.72269,177.18361,28.32923,58.58989,23.463243,37.705883,159.08139,316.29227,16.665667,21.684488,11.364928,2.3559523,32.762985,23.20034,20.876566,426.1279,9.766792,312.7379,119.65362,15.5476675,140.33614,134.26021,66.19851,616.99554,257.74634,1794.6266,22.64673,2379.1543,267.262,18.050423,14.383662,93.035736,172.69135,266.10345,637.5787,59.189854,16.014812,9.295532,810.9008,325.32703,71.57703,34.253002,238.94968,26.64427,284.099,11.847203,53.8913,0.0,2144.116,3638.664,1.6614178,33.342636,23.666937,20061.986,58.60086,2.0052829,45.248543,79.05389,35.843163,10.081734,43.45196,429.15,31.018415,29.06267,2.6417286,8.462808,605.68536,0.33968702,390.90042,58.580914,2759.6482,99.79894,148.98297,186.94783,654.188,49.014114,53.89537,483.57773,38.19694,36.99433,11.981334,36.131836,220.23848,10.919213,8.280098,91.18074,18.694824,4575.88,25.17581,43.552418,22.526123,26.294008,357.14514,92.93122,44.31317,10.991379,12.83048,41.35655,93.27812,231.52412,67.88552,258.44296,31.424076,35.374947,105.75702,113.336624,59.15556,139.23921,13.52661,4.915249,16.942041,23.107208,3004.8271,17.444513,36.604458,155.99469,26.915545,292.11237,100.79274,236.37582,8.263279,101.887924,764.9033,753.6146,68.57282,825.33875,127.90183,95.04593,72.546524,105.09027,18.756056,50.428482,509.0012,12.202948,17.83072,293.9172,10.161559,6.1658607,77.8162,69.4731,702.90393,174.75768,178.93369,2017.1725,54.9832,1765.8499,1468.6412,7.039722,4.655365,1270.9131,15.293722,9.533434,327.53406,21.425732,44.645443,24.165573,85.02199,360.73035,276.81387,3.1506155,30.940418,56.34273,413.59164,5.596299,85.46832,7.541342,1.5784518,55.771683,1.2956825,1.4631196,5.0312157,10.172494,24.59429,18.428244,29.765636,241.91772,29.812948,13.282354,23.540827,6.3370395,78.01294,3.0447805,3.2043324,5.688844,62.441067,1.0345583,2.9433396,7.612373,25.222816,15.036789,3.979982,1.6960089,99.8367,11.262674,210.71606,8.6328335,391.7278,19.650352,940.6402,155.67432,4.9572062,9.125286,274.70905,344.69586,1498.728,792.0807 +2023-03-20 08:00:00,0.0,3131.849,28.1916,10.200138,7.2532363,31.737879,177.18642,28.336132,58.614017,23.467714,37.71818,159.10226,316.44693,16.675467,21.685162,11.360954,2.3548512,32.768135,23.165487,20.86655,426.1646,9.743853,312.67087,119.621635,15.520148,140.11568,134.18669,66.17618,616.7061,257.70404,1794.5983,22.603098,2379.2197,266.53577,18.024126,14.359787,92.877266,172.76561,266.09515,636.4698,59.2043,16.022837,9.294827,811.134,324.7639,71.58921,34.27265,238.9479,26.629372,284.06604,11.845407,53.909966,0.0,2145.7163,3641.7869,1.6643875,33.33692,23.676327,20070.615,58.627586,2.0061147,45.309986,79.160225,35.85638,10.083492,43.510803,429.25085,31.026134,29.095577,2.6448956,8.463609,605.95746,0.33958554,391.22626,58.527958,2760.1208,99.7276,149.04538,186.96906,652.8352,48.949524,53.869835,482.93292,38.147392,36.950394,11.984698,36.131447,220.24164,10.918921,8.279466,91.20901,18.699238,4575.8306,25.184158,43.58871,22.534424,26.305378,357.1559,92.9165,44.344086,10.994591,12.8355055,41.383236,93.333115,231.66667,67.934944,258.50153,31.425762,35.41139,105.78411,113.502686,59.236046,139.1907,13.51443,4.922312,16.93486,23.133234,3008.7637,17.429585,36.672512,155.98172,26.926975,292.25696,100.8172,236.53825,8.2629595,101.86792,765.48944,754.21216,68.62241,826.4721,127.9405,95.14029,72.55224,104.97338,18.73851,50.40174,509.1043,12.194911,17.81909,293.80402,10.161137,6.1649585,77.7979,69.476776,702.9141,174.73119,178.94571,2017.2765,55.034214,1766.3046,1469.0725,7.0413413,4.655287,1270.8142,15.28919,9.5349455,327.49133,21.430054,44.657097,24.176783,85.07796,360.96677,276.74487,3.1511827,30.944315,56.356422,413.8247,5.5976477,85.472626,7.542025,1.5782833,55.76549,1.2957822,1.4630284,5.030916,10.172529,24.600645,18.43692,29.772402,242.04993,29.812723,13.27957,23.528225,6.335484,77.99866,3.0442653,3.201541,5.688172,62.43784,1.0324577,2.941818,7.602315,25.25672,15.036251,3.977491,1.6975825,99.91897,11.268824,210.76918,8.638987,392.00983,19.656506,940.32416,155.77556,4.959212,9.128799,274.99237,345.05554,1500.0311,791.912 +2023-03-20 09:00:00,0.0,3133.387,28.193243,10.211697,7.252647,31.753069,177.18921,28.343037,58.63815,23.472183,37.73048,159.12314,316.6016,16.685265,21.685833,11.356981,2.35375,32.77329,23.130634,20.856535,426.2013,9.720913,312.60385,119.589645,15.49263,139.8952,134.11316,66.15385,616.4167,257.66174,1794.57,22.559467,2379.2852,265.80957,17.99783,14.335913,92.71879,172.83987,266.08688,635.3609,59.21875,16.030859,9.294122,811.3672,324.20078,71.6014,34.292297,238.94614,26.614473,284.03308,11.84361,53.928635,0.0,2147.3164,3644.9097,1.6673572,33.33121,23.685715,20079.244,58.65431,2.0069463,45.37143,79.26656,35.8696,10.085252,43.56964,429.3517,31.033854,29.128483,2.6480627,8.46441,606.2295,0.3394841,391.5521,58.475,2760.5938,99.65625,149.1078,186.99026,651.48236,48.88493,53.844303,482.2881,38.097843,36.906456,11.988062,36.13106,220.24478,10.918629,8.278832,91.237274,18.703653,4575.7812,25.192509,43.625,22.542725,26.31675,357.16666,92.901764,44.375,10.997803,12.84053,41.409927,93.38811,231.80922,67.984375,258.56012,31.427448,35.447826,105.811195,113.66875,59.316536,139.14218,13.502251,4.929375,16.92768,23.15926,3012.7002,17.414654,36.740566,155.96875,26.938406,292.40155,100.84167,236.7007,8.262639,101.847916,766.07556,754.8097,68.672005,827.6054,127.979164,95.23466,72.55795,104.85648,18.720963,50.375,509.20743,12.186874,17.807459,293.69083,10.160714,6.164056,77.7796,69.48045,702.92426,174.70468,178.95775,2017.3804,55.085228,1766.7594,1469.5038,7.04296,4.655208,1270.7153,15.284658,9.536458,327.4486,21.434374,44.66875,24.187994,85.13393,361.20322,276.67587,3.15175,30.948214,56.370113,414.0578,5.598996,85.47692,7.5427084,1.5781147,55.7593,1.2958819,1.4629371,5.0306168,10.1725645,24.607,18.445595,29.779167,242.18213,29.8125,13.276786,23.515625,6.3339286,77.984375,3.04375,3.1987498,5.6875,62.434616,1.0303571,2.9402964,7.592257,25.290625,15.035714,3.975,1.699156,100.00123,11.274974,210.82228,8.64514,392.29184,19.662657,940.0081,155.8768,4.961218,9.132313,275.2757,345.4152,1501.3342,791.7433 +2023-03-20 10:00:00,0.0,3134.9246,28.194883,10.223255,7.252058,31.768257,177.192,28.34994,58.662277,23.476654,37.74278,159.14401,316.7563,16.695063,21.686504,11.353007,2.3526487,32.778442,23.095781,20.84652,426.238,9.697973,312.5368,119.55766,15.465112,139.67474,134.03963,66.131516,616.12726,257.61945,1794.5416,22.515837,2379.3506,265.08334,17.971533,14.312037,92.56031,172.91412,266.07858,634.252,59.2332,16.038883,9.293416,811.6004,323.63763,71.613594,34.311943,238.94437,26.599575,284.00015,11.841813,53.947304,0.0,2148.9167,3648.0322,1.6703268,33.325497,23.695105,20087.873,58.681034,2.007778,45.432877,79.3729,35.882816,10.08701,43.62848,429.45258,31.041573,29.16139,2.6512296,8.465211,606.5016,0.33938265,391.87793,58.422043,2761.0667,99.5849,149.17023,187.01149,650.1295,48.82034,53.81877,481.64325,38.048294,36.862514,11.991426,36.130676,220.24794,10.918337,8.2782,91.26554,18.708069,4575.732,25.200857,43.66129,22.551025,26.328121,357.1774,92.88704,44.405914,11.001015,12.845556,41.436615,93.4431,231.95175,68.033806,258.61868,31.429136,35.48427,105.83829,113.83481,59.397022,139.09367,13.49007,4.936438,16.920498,23.185286,3016.6367,17.399725,36.80862,155.95578,26.949837,292.54614,100.86613,236.86313,8.262319,101.82791,766.6617,755.4072,68.7216,828.7388,128.01782,95.32902,72.56367,104.73959,18.703417,50.34826,509.31055,12.178838,17.795826,293.57764,10.160292,6.1631536,77.7613,69.48413,702.9344,174.67819,178.96977,2017.4845,55.136242,1767.2141,1469.935,7.0445795,4.65513,1270.6165,15.280128,9.537971,327.40588,21.438696,44.680405,24.199205,85.1899,361.43964,276.60687,3.1523173,30.95211,56.383804,414.29086,5.6003447,85.481224,7.5433917,1.5779462,55.75311,1.2959815,1.4628459,5.0303173,10.1726,24.613354,18.454271,29.78593,242.31435,29.812275,13.274001,23.503025,6.3323736,77.97009,3.0432348,3.1959586,5.686828,62.43139,1.0282565,2.9387748,7.582199,25.32453,15.035176,3.972509,1.7007296,100.08349,11.281123,210.87538,8.651293,392.57385,19.66881,939.692,155.97804,4.9632235,9.135826,275.55902,345.77487,1502.6373,791.57465 +2023-03-20 11:00:00,0.0,3136.4624,28.196526,10.234813,7.2514687,31.783447,177.1948,28.356842,58.686405,23.481123,37.755077,159.16489,316.91095,16.704863,21.687178,11.349033,2.3515475,32.783592,23.060928,20.836504,426.2747,9.675034,312.46976,119.52567,15.437593,139.45428,133.96611,66.10918,615.8378,257.57715,1794.5133,22.472204,2379.416,264.35712,17.945234,14.288163,92.40184,172.98839,266.0703,633.1431,59.247646,16.046906,9.292711,811.8336,323.0745,71.62578,34.33159,238.94261,26.584677,283.9672,11.840016,53.96597,0.0,2150.5168,3651.155,1.6732966,33.319782,23.704494,20096.502,58.707756,2.0086095,45.49432,79.47924,35.896034,10.08877,43.687317,429.55344,31.049294,29.194296,2.6543968,8.466012,606.7737,0.33928117,392.20374,58.369087,2761.5393,99.51355,149.23264,187.03271,648.7767,48.755745,53.79324,480.9984,37.998745,36.818577,11.994791,36.13029,220.2511,10.918045,8.277567,91.29381,18.712482,4575.6826,25.209206,43.697582,22.559328,26.33949,357.18817,92.87231,44.43683,11.004228,12.850582,41.463303,93.49809,232.0943,68.08324,258.67728,31.430822,35.520706,105.86537,114.00088,59.477512,139.04517,13.47789,4.9435015,16.913319,23.211311,3020.5732,17.384794,36.876675,155.94281,26.961267,292.69073,100.89059,237.02557,8.261999,101.80791,767.2478,756.00476,68.771194,829.8721,128.05649,95.423386,72.56939,104.6227,18.68587,50.321518,509.41367,12.170801,17.784195,293.46448,10.159869,6.1622515,77.743,69.48781,702.9446,174.65169,178.98181,2017.5884,55.187256,1767.669,1470.3665,7.046199,4.655051,1270.5177,15.275596,9.539482,327.36316,21.443016,44.69206,24.210415,85.24587,361.67606,276.53787,3.1528845,30.956009,56.397495,414.52393,5.601693,85.48553,7.544075,1.5777776,55.746918,1.2960811,1.4627546,5.030018,10.172634,24.619709,18.462946,29.792696,242.44655,29.812052,13.271217,23.490423,6.330818,77.95581,3.0427196,3.1931674,5.686156,62.42816,1.026156,2.9372532,7.5721416,25.358435,15.034638,3.970018,1.7023033,100.16575,11.287273,210.9285,8.657446,392.85587,19.674963,939.376,156.07927,4.965229,9.1393385,275.84235,346.13455,1503.9404,791.40594 +2023-03-20 12:00:00,0.0,3138.0002,28.198168,10.246371,7.2508793,31.798637,177.19759,28.363745,58.710537,23.485594,37.767376,159.18576,317.0656,16.71466,21.687849,11.345059,2.3504465,32.788746,23.026075,20.826488,426.31137,9.652093,312.4027,119.49369,15.410074,139.23381,133.89258,66.086845,615.5484,257.53485,1794.485,22.428574,2379.4814,263.63092,17.918938,14.264288,92.24337,173.06265,266.062,632.0343,59.262096,16.05493,9.292006,812.06683,322.51138,71.63797,34.351234,238.94086,26.569778,283.93423,11.83822,53.98464,0.0,2152.117,3654.2778,1.6762662,33.314068,23.713884,20105.133,58.73448,2.0094414,45.555763,79.58558,35.909252,10.090529,43.74616,429.6543,31.057013,29.227203,2.6575637,8.466814,607.0458,0.33917972,392.52957,58.316128,2762.0122,99.4422,149.29506,187.05394,647.4239,48.691154,53.767708,480.35358,37.949196,36.77464,11.998155,36.129906,220.25426,10.917753,8.276935,91.322075,18.716898,4575.6333,25.217554,43.73387,22.567629,26.350863,357.1989,92.85758,44.467743,11.00744,12.855607,41.48999,93.553085,232.23685,68.13266,258.73584,31.432508,35.557148,105.89246,114.16694,59.558,138.99664,13.46571,4.9505644,16.906137,23.237337,3024.5098,17.369865,36.94473,155.92984,26.972698,292.83533,100.915054,237.188,8.261679,101.7879,767.8339,756.60236,68.820786,831.00543,128.09515,95.517746,72.5751,104.50581,18.668324,50.294773,509.51678,12.162765,17.772564,293.3513,10.159447,6.161349,77.7247,69.491486,702.9547,174.6252,178.99384,2017.6924,55.23827,1768.1237,1470.7977,7.047818,4.654973,1270.4188,15.271064,9.540995,327.32043,21.447338,44.703712,24.221626,85.30184,361.9125,276.46887,3.1534517,30.959908,56.411186,414.757,5.6030416,85.48983,7.5447583,1.5776092,55.740726,1.2961807,1.4626634,5.0297184,10.172669,24.626064,18.471622,29.799461,242.57875,29.811829,13.268433,23.477823,6.3292627,77.941536,3.0422044,3.190376,5.685484,62.42494,1.0240552,2.9357314,7.5620837,25.392338,15.034101,3.967527,1.7038769,100.24802,11.293423,210.9816,8.663599,393.13788,19.681114,939.05994,156.18051,4.9672346,9.142852,276.12567,346.49423,1505.2435,791.2373 +2023-03-20 13:00:00,0.0,3139.5378,28.19981,10.25793,7.25029,31.813826,177.20038,28.370647,58.734665,23.490063,37.779675,159.20663,317.22028,16.724459,21.68852,11.341085,2.3493452,32.793896,22.99122,20.816473,426.34808,9.629153,312.3357,119.46171,15.382556,139.01335,133.81905,66.064514,615.259,257.49255,1794.4568,22.384943,2379.5466,262.9047,17.892641,14.240413,92.08489,173.1369,266.05374,630.9254,59.276546,16.062952,9.2913,812.3,321.94824,71.65016,34.37088,238.93909,26.55488,283.9013,11.836423,54.003304,0.0,2153.7173,3657.4006,1.6792358,33.308353,23.723274,20113.762,58.761208,2.010273,45.617207,79.69192,35.922466,10.092288,43.804996,429.75516,31.064732,29.260109,2.6607308,8.467615,607.3178,0.33907825,392.8554,58.263172,2762.4849,99.37086,149.35748,187.07516,646.07104,48.62656,53.742176,479.70874,37.899647,36.7307,12.001519,36.12952,220.25742,10.917461,8.276302,91.35034,18.721313,4575.5835,25.225903,43.77016,22.57593,26.362234,357.20966,92.84285,44.498657,11.010652,12.860633,41.516678,93.60808,232.3794,68.18209,258.79443,31.434195,35.593586,105.91955,114.333,59.63849,138.94814,13.453529,4.957628,16.898956,23.263363,3028.4465,17.354937,37.012783,155.91687,26.984129,292.97995,100.939514,237.35045,8.261358,101.7679,768.42004,757.1999,68.870384,832.13873,128.13382,95.612114,72.58082,104.388916,18.650776,50.268032,509.61993,12.154728,17.760933,293.2381,10.159024,6.1604466,77.7064,69.49516,702.96484,174.59871,179.00587,2017.7964,55.289284,1768.5785,1471.229,7.0494375,4.654895,1270.32,15.266533,9.542506,327.2777,21.45166,44.715363,24.232838,85.35782,362.14893,276.3999,3.1540189,30.963804,56.424877,414.99008,5.60439,85.494125,7.5454416,1.5774406,55.734535,1.2962804,1.4625721,5.029419,10.172705,24.63242,18.480297,29.806227,242.71095,29.811604,13.265649,23.465221,6.327708,77.92725,3.0416892,3.1875849,5.6848116,62.42171,1.0219547,2.9342098,7.552026,25.426243,15.033564,3.9650357,1.7054504,100.33028,11.299573,211.03471,8.669753,393.4199,19.687267,938.74384,156.28175,4.96924,9.146365,276.409,346.8539,1506.5466,791.0686 +2023-03-20 14:00:00,0.0,3141.0757,28.201452,10.269487,7.2497005,31.829016,177.20317,28.37755,58.758793,23.494534,37.79197,159.22751,317.37497,16.734259,21.689194,11.337111,2.348244,32.79905,22.956367,20.806458,426.38477,9.606214,312.26865,119.42972,15.355038,138.79288,133.74551,66.04218,614.96954,257.45026,1794.4285,22.341312,2379.612,262.17847,17.866344,14.216538,91.92642,173.21117,266.04544,629.8165,59.290993,16.070976,9.290594,812.5332,321.38513,71.662346,34.390526,238.93732,26.539982,283.86835,11.834626,54.021973,0.0,2155.3174,3660.5232,1.6822056,33.302643,23.732664,20122.39,58.78793,2.0111046,45.67865,79.798256,35.935684,10.094048,43.863834,429.85602,31.07245,29.293016,2.6638978,8.468416,607.5899,0.3389768,393.18124,58.210217,2762.9578,99.29951,149.41989,187.09637,644.7182,48.56197,53.716644,479.0639,37.850098,36.686764,12.004883,36.129135,220.26056,10.91717,8.275669,91.37862,18.725727,4575.534,25.234251,43.80645,22.584232,26.373604,357.22043,92.828125,44.52957,11.013864,12.865659,41.543365,93.66307,232.52193,68.23152,258.853,31.435883,35.630028,105.94664,114.49906,59.718975,138.89961,13.44135,4.9646907,16.891777,23.289389,3032.383,17.340006,37.080833,155.9039,26.99556,293.12454,100.963974,237.51288,8.261039,101.747894,769.00616,757.7974,68.919975,833.2721,128.17249,95.706474,72.58653,104.272026,18.63323,50.24129,509.72305,12.146691,17.749302,293.12494,10.158602,6.1595445,77.6881,69.49884,702.97504,174.5722,179.01791,2017.9004,55.340298,1769.0332,1471.6603,7.051057,4.654816,1270.2211,15.262001,9.544019,327.23495,21.45598,44.727016,24.244047,85.41379,362.38538,276.3309,3.154586,30.967703,56.43857,415.22314,5.6057386,85.49843,7.5461245,1.577272,55.728344,1.29638,1.4624809,5.0291195,10.17274,24.638773,18.488974,29.812992,242.84317,29.81138,13.262865,23.452621,6.3261523,77.91297,3.041174,3.1847937,5.6841397,62.418488,1.0198541,2.9326882,7.541968,25.460148,15.033026,3.9625447,1.707024,100.41254,11.305722,211.08781,8.675906,393.70193,19.69342,938.4278,156.38298,4.971246,9.1498785,276.69232,347.21356,1507.8497,790.89996 +2023-03-20 15:00:00,0.0,3142.6133,28.203094,10.281046,7.249111,31.844206,177.20598,28.384453,58.782925,23.499002,37.804268,159.2484,317.52963,16.744057,21.689865,11.3331375,2.347143,32.804203,22.921515,20.796442,426.42145,9.583274,312.2016,119.397736,15.327519,138.57242,133.672,66.01985,614.6801,257.40796,1794.4001,22.29768,2379.6775,261.45227,17.840048,14.192663,91.767944,173.28543,266.03714,628.70764,59.305443,16.078999,9.289889,812.7664,320.822,71.67454,34.41017,238.93556,26.525084,283.8354,11.832829,54.040638,0.0,2156.9175,3663.646,1.6851752,33.29693,23.742054,20131.02,58.814655,2.0119362,45.740093,79.904594,35.948902,10.095806,43.922672,429.95688,31.08017,29.325922,2.667065,8.469217,607.862,0.33887532,393.50705,58.157257,2763.4304,99.22816,149.4823,187.1176,643.36536,48.49738,53.691113,478.41907,37.800552,36.642826,12.008247,36.128746,220.26372,10.916878,8.275037,91.40688,18.730143,4575.485,25.2426,43.842743,22.592533,26.384975,357.23117,92.8134,44.560482,11.017076,12.870684,41.570053,93.71806,232.66447,68.280945,258.91156,31.437569,35.666466,105.973724,114.66512,59.799465,138.8511,13.42917,4.971754,16.884596,23.315414,3036.3196,17.325077,37.148888,155.89093,27.00699,293.26913,100.98844,237.67532,8.260718,101.72789,769.5923,758.39496,68.96957,834.4054,128.21115,95.80084,72.59225,104.155136,18.615683,50.21455,509.82617,12.138655,17.73767,293.01175,10.158179,6.158642,77.6698,69.50252,702.98517,174.54572,179.02994,2018.0044,55.39131,1769.488,1472.0916,7.052676,4.654738,1270.1223,15.257469,9.54553,327.19223,21.460302,44.73867,24.255259,85.46976,362.6218,276.2619,3.1551533,30.9716,56.45226,415.4562,5.607087,85.50273,7.546808,1.5771035,55.722153,1.2964796,1.4623896,5.02882,10.172775,24.645128,18.497648,29.819757,242.97537,29.811155,13.26008,23.44002,6.324597,77.89869,3.0406585,3.1820025,5.683468,62.41526,1.0177535,2.9311666,7.53191,25.494053,15.032488,3.9600537,1.7085977,100.4948,11.3118725,211.14093,8.682059,393.98395,19.699574,938.11176,156.48422,4.9732513,9.153392,276.97565,347.57324,1509.1528,790.73126 +2023-03-20 16:00:00,0.0,3144.1511,28.204737,10.292604,7.2485223,31.859394,177.20877,28.391356,58.807053,23.503473,37.816566,159.26927,317.6843,16.753855,21.690536,11.329164,2.3460417,32.809353,22.886662,20.786427,426.45816,9.560334,312.13458,119.365746,15.3,138.35196,133.59846,65.99752,614.3907,257.36566,1794.3718,22.25405,2379.743,260.72604,17.81375,14.168788,91.60947,173.3597,266.02887,627.59875,59.319893,16.087023,9.289184,812.99963,320.25888,71.68673,34.429817,238.93378,26.510187,283.80246,11.831033,54.059307,0.0,2158.5176,3666.7688,1.6881449,33.291214,23.751444,20139.648,58.841377,2.012768,45.801537,80.01093,35.96212,10.097566,43.981514,430.05774,31.087889,29.358828,2.6702318,8.470019,608.13403,0.33877388,393.8329,58.1043,2763.9033,99.15681,149.54472,187.13882,642.0125,48.432785,53.66558,477.77423,37.751003,36.59889,12.011611,36.12836,220.26688,10.916586,8.274404,91.43515,18.734558,4575.4355,25.250948,43.879032,22.600834,26.396347,357.2419,92.79867,44.591396,11.020288,12.87571,41.59674,93.773056,232.80702,68.330376,258.97015,31.439255,35.702908,106.00082,114.831184,59.87995,138.8026,13.416989,4.9788175,16.877415,23.34144,3040.256,17.310148,37.21694,155.87796,27.018421,293.41373,101.0129,237.83775,8.260398,101.707886,770.17847,758.9925,69.01916,835.53876,128.24982,95.8952,72.59797,104.038246,18.598137,50.187805,509.9293,12.130618,17.72604,292.89856,10.157757,6.1577396,77.651505,69.5062,702.9953,174.51921,179.04198,2018.1083,55.44233,1769.9427,1472.5228,7.054295,4.6546593,1270.0234,15.252938,9.547043,327.1495,21.464622,44.750324,24.26647,85.52573,362.85825,276.1929,3.1557205,30.975498,56.46595,415.6893,5.608436,85.507034,7.547491,1.5769349,55.71596,1.2965792,1.4622983,5.0285206,10.17281,24.651484,18.506325,29.826523,243.10757,29.810932,13.257297,23.42742,6.3230414,77.88441,3.0401433,3.1792114,5.6827955,62.412033,1.0156528,2.929645,7.521852,25.527956,15.03195,3.9575627,1.7101712,100.577065,11.318022,211.19403,8.688212,394.26596,19.705725,937.79565,156.58546,4.975257,9.156904,277.25897,347.93292,1510.4559,790.56256 +2023-03-20 17:00:00,0.0,3145.6887,28.206379,10.304162,7.247933,31.874584,177.21156,28.398258,58.83118,23.507942,37.828865,159.29015,317.83896,16.763653,21.69121,11.325191,2.3449404,32.814507,22.851809,20.776411,426.49484,9.537395,312.06754,119.33376,15.272482,138.13148,133.52493,65.97518,614.10126,257.32336,1794.3435,22.210419,2379.8083,259.99982,17.787453,14.144914,91.45099,173.43394,266.02057,626.48987,59.334343,16.095047,9.288478,813.23285,319.69574,71.69891,34.449463,238.93202,26.495289,283.7695,11.829236,54.077972,0.0,2160.118,3669.8916,1.6911145,33.2855,23.760834,20148.277,58.868103,2.0135996,45.862984,80.11727,35.975338,10.099325,44.04035,430.1586,31.095608,29.391735,2.673399,8.47082,608.4061,0.33867243,394.15872,58.051346,2764.376,99.08546,149.60713,187.16005,640.6597,48.368195,53.64005,477.12943,37.701454,36.55495,12.014976,36.127975,220.27003,10.916294,8.273771,91.46342,18.738972,4575.386,25.259296,43.91532,22.609137,26.407717,357.2527,92.78394,44.62231,11.0235,12.880735,41.62343,93.82806,232.94957,68.37981,259.02872,31.44094,35.739346,106.0279,114.997246,59.96044,138.75407,13.404809,4.9858804,16.870234,23.367466,3044.1926,17.295218,37.284996,155.86499,27.029852,293.55832,101.03736,238.0002,8.260078,101.68788,770.7646,759.59,69.068756,836.67206,128.28848,95.98957,72.60368,103.92136,18.58059,50.161064,510.0324,12.122581,17.714407,292.78537,10.157334,6.1568375,77.6332,69.50988,703.0055,174.49272,179.054,2018.2123,55.493343,1770.3976,1472.9541,7.0559144,4.654581,1269.9246,15.248406,9.548554,327.10678,21.468945,44.76198,24.27768,85.5817,363.09467,276.1239,3.1562877,30.979397,56.479645,415.92236,5.6097846,85.51133,7.5481744,1.5767665,55.70977,1.2966789,1.4622071,5.028221,10.172845,24.657839,18.515001,29.833288,243.23978,29.810707,13.254512,23.414818,6.3214865,77.870125,3.039628,3.17642,5.6821237,62.40881,1.0135522,2.9281232,7.511794,25.561861,15.031413,3.9550717,1.7117448,100.659325,11.324172,211.24715,8.6943655,394.54797,19.711878,937.4796,156.6867,4.9772625,9.160418,277.5423,348.2926,1511.7589,790.3939 +2023-03-20 18:00:00,0.0,3147.2266,28.20802,10.315721,7.2473435,31.889772,177.21436,28.40516,58.855312,23.512413,37.841164,159.31102,317.99365,16.773453,21.691881,11.321217,2.3438394,32.819656,22.816956,20.766396,426.53156,9.514454,312.0005,119.30178,15.244964,137.91103,133.4514,65.95285,613.8118,257.28107,1794.3152,22.166788,2379.8738,259.27362,17.761156,14.121038,91.29252,173.50821,266.0123,625.38104,59.34879,16.10307,9.287772,813.466,319.1326,71.711105,34.46911,238.93027,26.48039,283.73654,11.827439,54.09664,0.0,2161.718,3673.0142,1.6940842,33.279785,23.770224,20156.906,58.894825,2.0144312,45.924427,80.22361,35.988556,10.101084,44.09919,430.25946,31.103327,29.42464,2.676566,8.4716215,608.6782,0.33857095,394.48456,57.998386,2764.8489,99.014114,149.66956,187.18127,639.3069,48.3036,53.614513,476.4846,37.651905,36.51101,12.018339,36.12759,220.27318,10.916002,8.273139,91.491684,18.743387,4575.337,25.267645,43.951614,22.617437,26.419088,357.26343,92.76921,44.653225,11.026712,12.885761,41.650116,93.88305,233.0921,68.42924,259.0873,31.442629,35.775787,106.05499,115.16331,60.040928,138.70557,13.39263,4.992944,16.863054,23.393492,3048.1292,17.280289,37.35305,155.85202,27.041283,293.7029,101.06183,238.16263,8.259758,101.66788,771.3507,760.1876,69.11835,837.8054,128.32715,96.08394,72.6094,103.80446,18.563044,50.134323,510.13553,12.114544,17.702776,292.6722,10.156912,6.155935,77.61491,69.51356,703.0156,174.46623,179.06604,2018.3162,55.544357,1770.8523,1473.3854,7.0575337,4.6545024,1269.8257,15.243875,9.550067,327.06406,21.473265,44.773632,24.28889,85.63767,363.3311,276.0549,3.1568549,30.983294,56.493336,416.15543,5.611133,85.51563,7.5488577,1.5765979,55.70358,1.2967786,1.4621158,5.0279217,10.17288,24.664194,18.523676,29.840054,243.372,29.810484,13.251728,23.402218,6.319931,77.85585,3.0391128,3.1736288,5.681452,62.405582,1.0114516,2.9266016,7.501736,25.595766,15.030875,3.9525807,1.7133185,100.741585,11.330322,211.30025,8.700519,394.83,19.71803,937.1636,156.78793,4.9792686,9.163931,277.82562,348.65228,1513.062,790.2252 +2023-03-20 19:00:00,0.0,3148.7644,28.209661,10.327278,7.246754,31.904963,177.21715,28.412064,58.87944,23.516884,37.853462,159.3319,318.14832,16.78325,21.692553,11.317243,2.3427382,32.82481,22.782103,20.75638,426.56824,9.491514,311.93347,119.26979,15.217444,137.69055,133.37788,65.93052,613.5224,257.23877,1794.2869,22.123156,2379.9392,258.5474,17.73486,14.097163,91.13405,173.58247,266.004,624.27216,59.36324,16.111094,9.287067,813.6992,318.5695,71.7233,34.488754,238.9285,26.465492,283.7036,11.825643,54.115307,0.0,2163.3184,3676.137,1.6970539,33.274075,23.779612,20165.535,58.92155,2.0152628,45.98587,80.32995,36.00177,10.102843,44.15803,430.36035,31.111046,29.457548,2.679733,8.472423,608.9503,0.3384695,394.8104,57.94543,2765.3215,98.942764,149.73198,187.20248,637.95404,48.23901,53.58898,475.83975,37.602356,36.46707,12.021704,36.127205,220.27634,10.9157095,8.272506,91.51995,18.7478,4575.287,25.275993,43.987904,22.625738,26.43046,357.27417,92.754486,44.68414,11.029924,12.890786,41.676807,93.93804,233.23465,68.47866,259.14587,31.444315,35.812225,106.08208,115.32937,60.121414,138.65706,13.380449,5.0000067,16.855873,23.419518,3052.0657,17.265358,37.421104,155.83905,27.052713,293.84753,101.08629,238.32507,8.259438,101.64787,771.9368,760.78516,69.16794,838.9387,128.36581,96.1783,72.61511,103.68757,18.545496,50.107582,510.23865,12.106507,17.691145,292.55902,10.15649,6.1550326,77.5966,69.517235,703.02576,174.43973,179.07806,2018.4202,55.59537,1771.307,1473.8168,7.059153,4.654424,1269.7269,15.239344,9.5515785,327.02133,21.477587,44.785282,24.300102,85.69364,363.56754,275.9859,3.157422,30.987192,56.507027,416.38852,5.6124816,85.519936,7.549541,1.5764294,55.697388,1.2968781,1.4620246,5.027622,10.172915,24.670547,18.532352,29.846819,243.5042,29.810259,13.248944,23.389616,6.3183756,77.84157,3.0385976,3.1708376,5.6807795,62.402355,1.009351,2.92508,7.4916787,25.629671,15.030337,3.9500895,1.714892,100.823845,11.336472,211.35335,8.706672,395.112,19.724182,936.8475,156.88918,4.981274,9.167444,278.10892,349.01193,1514.3651,790.0566 +2023-03-20 20:00:00,0.0,3150.302,28.211304,10.338837,7.246165,31.920153,177.21994,28.418966,58.90357,23.521353,37.86576,159.35277,318.30298,16.793049,21.693226,11.313269,2.341637,32.82996,22.74725,20.746365,426.60492,9.468575,311.86642,119.23781,15.189926,137.4701,133.30435,65.90819,613.233,257.19647,1794.2585,22.079525,2380.0046,257.82117,17.70856,14.073289,90.97557,173.65672,265.99573,623.16327,59.37769,16.119116,9.286362,813.93243,318.00635,71.73548,34.5084,238.92673,26.450594,283.67065,11.823846,54.133976,0.0,2164.9185,3679.2598,1.7000235,33.26836,23.789001,20174.164,58.948277,2.0160947,46.047314,80.43629,36.014988,10.104602,44.21687,430.4612,31.118765,29.490454,2.6829,8.473224,609.22235,0.33836803,395.1362,57.89247,2765.7944,98.871414,149.79439,187.22371,636.6012,48.174416,53.56345,475.19492,37.552807,36.423134,12.025067,36.12682,220.2795,10.915418,8.271873,91.54822,18.752216,4575.238,25.284342,44.024193,22.634039,26.44183,357.28494,92.73975,44.715054,11.033137,12.895812,41.703495,93.993034,233.3772,68.52809,259.20447,31.446001,35.848667,106.10917,115.49543,60.201904,138.60854,13.368269,5.00707,16.848692,23.445541,3056.0022,17.25043,37.48916,155.82608,27.064144,293.99213,101.11075,238.4875,8.259118,101.62787,772.52295,761.3827,69.21754,840.0721,128.40448,96.27267,72.62083,103.57068,18.52795,50.080837,510.34177,12.098471,17.679514,292.44583,10.156068,6.1541305,77.5783,69.52091,703.03595,174.41324,179.0901,2018.5242,55.646385,1771.7618,1474.248,7.0607724,4.654346,1269.628,15.234812,9.553091,326.9786,21.481909,44.796936,24.311312,85.74962,363.80396,275.91693,3.1579893,30.991089,56.520718,416.62158,5.61383,85.52424,7.5502243,1.5762608,55.691196,1.2969778,1.4619333,5.027323,10.172951,24.676903,18.541027,29.853584,243.6364,29.810036,13.24616,23.377016,6.3168206,77.827286,3.0380824,3.1680465,5.6801076,62.39913,1.0072503,2.9235585,7.481621,25.663574,15.029799,3.9475985,1.7164656,100.90611,11.342622,211.40646,8.712825,395.394,19.730335,936.53143,156.99042,4.9832797,9.170958,278.39224,349.3716,1515.6682,789.8879 +2023-03-20 21:00:00,0.0,3151.8398,28.212946,10.350395,7.2455754,31.93534,177.22273,28.425869,58.927696,23.525824,37.87806,159.37364,318.45764,16.802849,21.693897,11.309295,2.3405359,32.835114,22.712395,20.73635,426.64163,9.445635,311.79938,119.20582,15.162408,137.24963,133.23082,65.88586,612.94354,257.15417,1794.2302,22.035894,2380.0698,257.09497,17.682264,14.049414,90.8171,173.73099,265.98743,622.0544,59.392136,16.12714,9.285656,814.16565,317.44324,71.74767,34.528046,238.92497,26.435696,283.6377,11.822049,54.15264,0.0,2166.5186,3682.3826,1.7029933,33.262646,23.798391,20182.795,58.975,2.0169263,46.108757,80.542625,36.028206,10.106361,44.275707,430.56207,31.126484,29.523361,2.686067,8.474026,609.49445,0.33826658,395.46204,57.839516,2766.267,98.800064,149.85681,187.24493,635.2484,48.109825,53.537918,474.55008,37.503258,36.379196,12.028432,36.126434,220.28265,10.915126,8.271241,91.576485,18.756632,4575.1885,25.29269,44.060482,22.642342,26.453201,357.2957,92.72503,44.745968,11.036349,12.900838,41.730183,94.04803,233.51974,68.57752,259.26303,31.447687,35.885105,106.13625,115.66149,60.28239,138.56003,13.356089,5.014133,16.841513,23.471567,3059.939,17.2355,37.557213,155.81311,27.075575,294.13672,101.135216,238.64995,8.258798,101.607864,773.1091,761.9802,69.26713,841.2054,128.44315,96.36703,72.62655,103.45379,18.510403,50.054096,510.44492,12.090434,17.667883,292.33267,10.155645,6.1532283,77.560005,69.52459,703.0461,174.38675,179.10213,2018.6282,55.6974,1772.2166,1474.6793,7.0623918,4.6542673,1269.5292,15.23028,9.554604,326.93588,21.486229,44.80859,24.322523,85.80559,364.0404,275.84793,3.1585565,30.994987,56.53441,416.85464,5.6151786,85.528534,7.5509076,1.5760924,55.685005,1.2970774,1.4618421,5.027024,10.172985,24.683258,18.549704,29.86035,243.7686,29.809813,13.243376,23.364416,6.315265,77.813,3.0375671,3.165255,5.6794353,62.395905,1.0051497,2.922037,7.471563,25.69748,15.029263,3.9451075,1.7180392,100.98837,11.348771,211.45956,8.718978,395.67603,19.736488,936.2154,157.09164,4.9852853,9.17447,278.67557,349.7313,1516.9713,789.7192 +2023-03-20 22:00:00,0.0,3153.3774,28.214588,10.361953,7.2449865,31.950531,177.22554,28.432774,58.951828,23.530293,37.890358,159.39452,318.61234,16.812647,21.694569,11.305321,2.3394346,32.840267,22.677542,20.726334,426.6783,9.422695,311.73233,119.173836,15.13489,137.02916,133.15729,65.863525,612.6541,257.11188,1794.202,21.992264,2380.1353,256.36874,17.655968,14.025538,90.65862,173.80525,265.97916,620.9455,59.406586,16.135162,9.28495,814.3988,316.8801,71.759865,34.54769,238.92322,26.420797,283.60477,11.820252,54.17131,0.0,2168.1187,3685.5051,1.7059629,33.25693,23.807781,20191.424,59.001724,2.017758,46.1702,80.648964,36.041424,10.108121,44.334545,430.66293,31.134203,29.556267,2.689234,8.474827,609.76654,0.33816513,395.78787,57.78656,2766.74,98.728714,149.91922,187.26616,633.89557,48.045235,53.512386,473.90524,37.45371,36.33526,12.0317955,36.12605,220.2858,10.914834,8.270608,91.60475,18.761045,4575.139,25.301039,44.096775,22.650642,26.464573,357.30643,92.710304,44.776882,11.039561,12.905863,41.75687,94.10302,233.66228,68.62695,259.32162,31.449375,35.921543,106.163345,115.82755,60.36288,138.51152,13.343909,5.0211964,16.834332,23.497593,3063.8755,17.22057,37.625267,155.80014,27.087006,294.2813,101.159676,238.81238,8.258478,101.58786,773.6952,762.57776,69.31672,842.33875,128.48181,96.461395,72.63226,103.33689,18.492857,50.027355,510.54803,12.082397,17.656252,292.21948,10.155223,6.1523256,77.5417,69.52827,703.0562,174.36024,179.11417,2018.732,55.748413,1772.6714,1475.1106,7.064011,4.654189,1269.4303,15.225749,9.556115,326.89316,21.490551,44.820244,24.333735,85.86156,364.27682,275.77893,3.1591237,30.998886,56.5481,417.0877,5.616527,85.53284,7.5515904,1.5759238,55.678814,1.2971771,1.4617507,5.0267243,10.17302,24.689613,18.558378,29.867115,243.90082,29.809587,13.240591,23.351814,6.3137097,77.79872,3.037052,3.162464,5.6787634,62.39268,1.0030491,2.9205153,7.461505,25.731384,15.028725,3.9426165,1.7196128,101.07063,11.354921,211.51268,8.725131,395.95804,19.742641,935.89935,157.19289,4.987291,9.177983,278.9589,350.09097,1518.2744,789.55054 +2023-03-20 23:00:00,0.0,3154.9153,28.21623,10.373511,7.244397,31.965721,177.22833,28.439676,58.975956,23.534763,37.902657,159.41539,318.767,16.822445,21.695242,11.301347,2.3383334,32.845417,22.642689,20.716318,426.715,9.3997555,311.6653,119.14185,15.10737,136.8087,133.08377,65.84119,612.3647,257.06958,1794.1737,21.948631,2380.2007,255.64253,17.629671,14.001664,90.500145,173.8795,265.97086,619.8366,59.421036,16.143187,9.2842455,814.632,316.317,71.77205,34.567337,238.92143,26.4059,283.5718,11.818456,54.189976,0.0,2169.719,3688.628,1.7089325,33.251217,23.817171,20200.053,59.028446,2.0185895,46.231647,80.7553,36.05464,10.1098795,44.393387,430.7638,31.141922,29.589174,2.6924012,8.475628,610.0386,0.33806366,396.1137,57.7336,2767.2126,98.65737,149.98164,187.28737,632.5427,47.98064,53.486855,473.2604,37.40416,36.29132,12.03516,36.12566,220.28896,10.914542,8.269976,91.63302,18.765461,4575.09,25.309387,44.133064,22.658943,26.475943,357.3172,92.69557,44.807796,11.042773,12.910889,41.783558,94.15801,233.80482,68.67638,259.3802,31.451061,35.957985,106.19043,115.993614,60.443367,138.463,13.331729,5.0282593,16.82715,23.523619,3067.812,17.20564,37.69332,155.78717,27.098436,294.4259,101.184135,238.97481,8.258158,101.56785,774.2813,763.17535,69.36631,843.47205,128.52048,96.555756,72.63798,103.22,18.47531,50.000614,510.65115,12.074361,17.64462,292.1063,10.1548,6.1514235,77.52341,69.531944,703.0664,174.33376,179.12619,2018.836,55.799427,1773.1261,1475.5419,7.06563,4.6541104,1269.3314,15.221217,9.557628,326.8504,21.494871,44.831898,24.344944,85.917534,364.51328,275.70993,3.1596909,31.002783,56.56179,417.3208,5.6178756,85.53714,7.5522738,1.5757552,55.67262,1.2972766,1.4616596,5.026425,10.173056,24.695967,18.567055,29.87388,244.03302,29.809364,13.237807,23.339214,6.312155,77.78444,3.0365367,3.1596727,5.6780915,62.389454,1.0009485,2.9189935,7.451447,25.76529,15.028187,3.9401255,1.7211864,101.15289,11.361071,211.56578,8.731285,396.24008,19.748793,935.58325,157.29413,4.9892964,9.181497,279.24222,350.45065,1519.5775,789.38184 +2023-03-21 00:00:00,0.0,3156.453,28.217873,10.38507,7.243808,31.98091,177.23112,28.446579,59.000084,23.539232,37.914955,159.43626,318.92166,16.832245,21.695913,11.297374,2.337232,32.85057,22.607836,20.706303,426.7517,9.376815,311.59827,119.10986,15.079852,136.58823,133.01024,65.818855,612.07526,257.02728,1794.1454,21.905,2380.266,254.91632,17.603374,13.977789,90.341675,173.95377,265.9626,618.7277,59.435482,16.151209,9.28354,814.86523,315.75385,71.78424,34.586983,238.91968,26.391,283.53888,11.816659,54.208645,0.0,2171.319,3691.7507,1.7119023,33.245506,23.826561,20208.682,59.055172,2.019421,46.29309,80.86164,36.06786,10.111639,44.452225,430.86465,31.149641,29.62208,2.695568,8.476429,610.31067,0.3379622,396.4395,57.680645,2767.6855,98.58602,150.04405,187.3086,631.1899,47.91605,53.461323,472.61557,37.35461,36.247383,12.038524,36.125275,220.29211,10.91425,8.269342,91.66129,18.769876,4575.0405,25.317736,44.169353,22.667246,26.487314,357.32794,92.68085,44.83871,11.045985,12.915915,41.810246,94.213005,233.94737,68.72581,259.43875,31.452747,35.994423,106.21752,116.159676,60.523857,138.41449,13.319549,5.0353227,16.81997,23.549644,3071.7485,17.19071,37.761375,155.7742,27.109867,294.5705,101.2086,239.13725,8.257837,101.547844,774.86743,763.7729,69.41591,844.6054,128.55914,96.65012,72.64369,103.10311,18.457764,49.97387,510.75427,12.066324,17.63299,291.9931,10.154378,6.1505213,77.505104,69.53562,703.07654,174.30725,179.13823,2018.94,55.85044,1773.5809,1475.9731,7.0672493,4.654032,1269.2327,15.216685,9.559139,326.80768,21.499193,44.843548,24.356155,85.9735,364.7497,275.64093,3.160258,31.006681,56.57548,417.55386,5.619224,85.54144,7.552957,1.5755867,55.666428,1.2973763,1.4615682,5.0261254,10.173091,24.702322,18.57573,29.880644,244.16522,29.80914,13.235023,23.326612,6.3105993,77.770164,3.0360215,3.1568816,5.677419,62.386227,0.9988479,2.917472,7.441389,25.799194,15.027649,3.9376342,1.72276,101.23516,11.367221,211.6189,8.737438,396.5221,19.754946,935.2672,157.39537,4.991302,9.18501,279.52554,350.8103,1520.8806,789.2132 +2023-03-21 01:00:00,0.0,3157.9907,28.219513,10.396627,7.2432184,31.9961,177.23392,28.453482,59.024216,23.543703,37.927254,159.45715,319.07632,16.842043,21.696587,11.2934,2.336131,32.85572,22.572983,20.696287,426.7884,9.353875,311.53122,119.07788,15.052334,136.36777,132.9367,65.796524,611.7858,256.985,1794.1171,21.86137,2380.3315,254.1901,17.577076,13.953914,90.1832,174.02803,265.95428,617.6189,59.449932,16.159233,9.282834,815.09845,315.1907,71.79643,34.60663,238.91791,26.376102,283.50592,11.814862,54.22731,0.0,2172.9192,3694.8735,1.7148719,33.23979,23.83595,20217.31,59.081894,2.020253,46.354534,80.96798,36.081074,10.113398,44.511063,430.9655,31.15736,29.654987,2.6987352,8.47723,610.58276,0.33786073,396.76535,57.62769,2768.1582,98.51467,150.10648,187.32982,629.8371,47.851456,53.43579,471.97076,37.30506,36.203445,12.041888,36.12489,220.29527,10.913959,8.26871,91.68956,18.77429,4574.9907,25.326084,44.205647,22.675547,26.498686,357.3387,92.666115,44.869625,11.049198,12.920939,41.836933,94.268,234.08992,68.77524,259.49734,31.454433,36.030865,106.244606,116.32574,60.604343,138.36597,13.307368,5.0423856,16.81279,23.57567,3075.685,17.175781,37.82943,155.76123,27.121298,294.71512,101.23306,239.29968,8.257518,101.52784,775.45355,764.3704,69.4655,845.7387,128.59781,96.744484,72.649414,102.98622,18.440216,49.94713,510.8574,12.058288,17.621357,291.87994,10.153955,6.1496186,77.48681,69.5393,703.0867,174.28076,179.15025,2019.044,55.901455,1774.0356,1476.4044,7.0688686,4.6539536,1269.1338,15.212154,9.560652,326.76495,21.503513,44.8552,24.367365,86.02947,364.9861,275.57193,3.1608253,31.010578,56.589172,417.78693,5.6205726,85.54574,7.5536404,1.5754182,55.660236,1.2974759,1.4614769,5.025826,10.173125,24.708677,18.584406,29.88741,244.29742,29.808916,13.232239,23.314013,6.309044,77.75588,3.0355062,3.1540904,5.6767473,62.383003,0.9967473,2.9159503,7.431331,25.833097,15.027112,3.9351432,1.7243335,101.31742,11.37337,211.672,8.743591,396.8041,19.761099,934.9512,157.4966,4.9933076,9.188523,279.80887,351.16998,1522.1837,789.0445 +2023-03-21 02:00:00,0.0,3159.5283,28.221155,10.408186,7.242629,32.011288,177.23671,28.460384,59.048344,23.548172,37.93955,159.47803,319.23102,16.851841,21.697258,11.289426,2.3350298,32.860874,22.53813,20.686272,426.8251,9.3309355,311.4642,119.04589,15.024816,136.14731,132.86319,65.77419,611.4964,256.9427,1794.0887,21.817738,2380.397,253.46388,17.55078,13.930039,90.02472,174.10228,265.946,616.51,59.464382,16.167255,9.282129,815.33167,314.6276,71.80862,34.626274,238.91614,26.361204,283.47296,11.813066,54.24598,0.0,2174.5195,3697.9963,1.7178416,33.234077,23.84534,20225.94,59.10862,2.0210845,46.415977,81.07432,36.09429,10.115157,44.569904,431.06638,31.16508,29.687893,2.7019022,8.478032,610.8548,0.3377593,397.0912,57.57473,2768.631,98.44332,150.16888,187.35104,628.48425,47.786865,53.41026,471.32593,37.255512,36.159508,12.045252,36.124504,220.29842,10.913667,8.268078,91.71783,18.778706,4574.9414,25.334433,44.241936,22.683847,26.510056,357.34946,92.65139,44.90054,11.05241,12.925965,41.86362,94.32299,234.23245,68.82466,259.5559,31.456121,36.067303,106.2717,116.4918,60.684834,138.31746,13.295188,5.049449,16.805609,23.601696,3079.6216,17.160852,37.897484,155.74826,27.132729,294.8597,101.25752,239.46213,8.257197,101.507835,776.0397,764.96796,69.51509,846.8721,128.63646,96.83885,72.65513,102.86933,18.42267,49.920387,510.9605,12.050251,17.609726,291.76675,10.153533,6.1487164,77.468506,69.54298,703.09686,174.25427,179.1623,2019.148,55.95247,1774.4905,1476.8357,7.070488,4.6538754,1269.0349,15.207623,9.562163,326.72223,21.507835,44.866856,24.378576,86.08545,365.22256,275.50293,3.1613925,31.014477,56.602867,418.02002,5.6219215,85.55004,7.5543237,1.5752497,55.654045,1.2975756,1.4613857,5.0255265,10.173161,24.715033,18.593082,29.894175,244.42964,29.808691,13.229455,23.30141,6.3074884,77.7416,3.034991,3.151299,5.6760755,62.379776,0.99464667,2.9144287,7.421273,25.867002,15.026574,3.9326522,1.7259072,101.39968,11.37952,211.7251,8.749744,397.08612,19.76725,934.6351,157.59784,4.995313,9.192036,280.0922,351.52966,1523.4868,788.87585 +2023-03-21 03:00:00,0.0,3161.0662,28.222797,10.419744,7.2420397,32.026478,177.2395,28.467287,59.07247,23.552643,37.951847,159.4989,319.38568,16.86164,21.69793,11.285452,2.3339286,32.866024,22.503277,20.676256,426.8618,9.307996,311.39716,119.01391,14.997296,135.92683,132.78966,65.75186,611.20703,256.9004,1794.0604,21.774107,2380.4624,252.73767,17.524483,13.906164,89.86624,174.17654,265.9377,615.4011,59.478832,16.17528,9.281424,815.5648,314.06445,71.82081,34.64592,238.91438,26.346306,283.44003,11.811268,54.264645,0.0,2176.1196,3701.119,1.7208112,33.228363,23.85473,20234.568,59.135345,2.0219162,46.47742,81.18066,36.10751,10.116917,44.628742,431.16724,31.1728,29.7208,2.7050693,8.478833,611.1269,0.3376578,397.41702,57.521774,2769.1038,98.37197,150.23131,187.37227,627.1314,47.72227,53.384727,470.6811,37.205967,36.115566,12.048616,36.12412,220.30157,10.913375,8.267445,91.74609,18.78312,4574.892,25.342781,44.278225,22.692148,26.521427,357.3602,92.63666,44.93145,11.055622,12.930991,41.89031,94.37798,234.375,68.87409,259.6145,31.457808,36.103745,106.29878,116.65786,60.76532,138.26895,13.283009,5.0565124,16.798428,23.627722,3083.558,17.145922,37.965538,155.73529,27.14416,295.0043,101.28199,239.62456,8.256877,101.48783,776.6258,765.5655,69.56469,848.0054,128.67513,96.93322,72.66084,102.75243,18.405123,49.893646,511.06363,12.042214,17.598095,291.65356,10.1531105,6.1478143,77.45021,69.54665,703.107,174.22777,179.17432,2019.252,56.003483,1774.9452,1477.267,7.0721073,4.653797,1268.936,15.203091,9.563676,326.6795,21.512157,44.87851,24.389788,86.14142,365.45898,275.43396,3.1619596,31.018375,56.616558,418.25308,5.62327,85.554344,7.555007,1.5750811,55.647854,1.2976751,1.4612944,5.025227,10.173196,24.721386,18.601757,29.90094,244.56184,29.808468,13.22667,23.28881,6.3059335,77.72732,3.0344758,3.1485078,5.675403,62.37655,0.9925461,2.9129071,7.4112153,25.900908,15.026036,3.9301612,1.7274808,101.48194,11.38567,211.77821,8.7558975,397.36813,19.773403,934.31903,157.69908,4.997319,9.195549,280.37552,351.88934,1524.7899,788.70715 +2023-03-21 04:00:00,0.0,3162.604,28.22444,10.431302,7.241451,32.041668,177.2423,28.47419,59.096603,23.557112,37.964146,159.51978,319.54034,16.871439,21.698603,11.281478,2.3328276,32.871178,22.468424,20.66624,426.89847,9.285056,311.3301,118.981926,14.969778,135.70638,132.71613,65.72953,610.9176,256.8581,1794.0321,21.730476,2380.5278,252.01144,17.498186,13.882289,89.70778,174.25081,265.92944,614.29224,59.49328,16.183304,9.280718,815.79803,313.50134,71.833,34.665565,238.91263,26.33141,283.40707,11.809471,54.283314,0.0,2177.7197,3704.2417,1.7237809,33.22265,23.86412,20243.197,59.162067,2.0227478,46.538864,81.286995,36.120728,10.118675,44.68758,431.2681,31.18052,29.753706,2.7082362,8.479634,611.399,0.33755636,397.74283,57.46882,2769.5767,98.30063,150.29373,187.39348,625.77856,47.65768,53.359196,470.03625,37.156418,36.07163,12.05198,36.123734,220.30473,10.913083,8.266812,91.77436,18.787535,4574.843,25.35113,44.314518,22.70045,26.532799,357.37097,92.62193,44.962364,11.058834,12.936017,41.916996,94.432976,234.51755,68.92352,259.67307,31.459494,36.140182,106.325874,116.82392,60.84581,138.22043,13.270828,5.0635753,16.791248,23.653748,3087.4946,17.130993,38.033592,155.72232,27.15559,295.1489,101.30645,239.787,8.256557,101.46783,777.2119,766.163,69.61428,849.13873,128.71379,97.02758,72.66656,102.635544,18.387577,49.866905,511.16675,12.034178,17.586464,291.5404,10.152688,6.1469116,77.43191,69.55033,703.1171,174.20128,179.18636,2019.356,56.054497,1775.4,1477.6984,7.0737267,4.6537185,1268.8373,15.19856,9.565187,326.63678,21.516478,44.890163,24.400997,86.19739,365.69543,275.36496,3.1625268,31.022272,56.63025,418.48615,5.6246185,85.55865,7.5556903,1.5749125,55.641663,1.2977748,1.4612032,5.0249276,10.173231,24.727741,18.610434,29.907705,244.69405,29.808243,13.2238865,23.276209,6.304378,77.713036,3.0339606,3.1457167,5.6747313,62.373325,0.99044544,2.9113853,7.401158,25.934813,15.025498,3.9276702,1.7290543,101.56421,11.39182,211.83131,8.762051,397.65015,19.779556,934.003,157.80031,4.999325,9.199062,280.65884,352.24902,1526.093,788.53845 +2023-03-21 05:00:00,0.0,3164.1416,28.226082,10.442861,7.2408614,32.056858,177.24509,28.481092,59.12073,23.561583,37.976444,159.54065,319.695,16.881237,21.699274,11.277504,2.3317263,32.87633,22.433569,20.656225,426.93518,9.262116,311.26306,118.949936,14.94226,135.4859,132.6426,65.70719,610.6282,256.8158,1794.0038,21.686846,2380.593,251.28523,17.471888,13.858415,89.5493,174.32506,265.92114,613.18335,59.50773,16.191326,9.280012,816.03125,312.9382,71.845184,34.68521,238.91086,26.316511,283.3741,11.807674,54.30198,0.0,2179.3198,3707.3645,1.7267506,33.216938,23.873508,20251.826,59.188793,2.0235796,46.60031,81.39333,36.133945,10.120435,44.746418,431.36896,31.188238,29.786613,2.7114034,8.480435,611.6711,0.33745492,398.06866,57.41586,2770.0493,98.22928,150.35614,187.4147,624.4257,47.593086,53.33366,469.39142,37.10687,36.02769,12.055345,36.12335,220.30789,10.91279,8.26618,91.80263,18.79195,4574.7935,25.359478,44.350807,22.708752,26.544168,357.3817,92.6072,44.99328,11.062046,12.941042,41.943687,94.48797,234.6601,68.97295,259.73166,31.46118,36.176624,106.35296,116.98999,60.926296,138.17192,13.258648,5.0706387,16.784067,23.679773,3091.4312,17.116064,38.101646,155.70935,27.16702,295.2935,101.33091,239.94943,8.256237,101.44782,777.79803,766.7606,69.66387,850.27203,128.75246,97.12195,72.67227,102.518654,18.37003,49.84016,511.2699,12.026141,17.574833,291.42722,10.152266,6.1460094,77.413605,69.554016,703.1273,174.17477,179.19838,2019.4598,56.10551,1775.8547,1478.1296,7.075346,4.6536403,1268.7384,15.194028,9.5667,326.59406,21.5208,44.901817,24.412209,86.25336,365.93185,275.29596,3.163094,31.02617,56.64394,418.71924,5.625967,85.56294,7.556373,1.574744,55.63547,1.2978745,1.4611119,5.024628,10.173266,24.734097,18.619108,29.91447,244.82625,29.80802,13.221102,23.263609,6.3028226,77.69875,3.0334454,3.1429255,5.674059,62.3701,0.98834485,2.9098637,7.3911,25.968716,15.024961,3.9251792,1.7306279,101.64647,11.397969,211.88443,8.768204,397.93216,19.78571,933.6869,157.90155,5.0013304,9.202576,280.94217,352.60867,1527.3961,788.3698 +2023-03-21 06:00:00,0.0,3165.6794,28.227724,10.454418,7.240272,32.072044,177.2479,28.487995,59.14486,23.566051,37.988743,159.56152,319.8497,16.891037,21.699945,11.27353,2.330625,32.88148,22.398716,20.64621,426.97186,9.239177,311.19604,118.91795,14.9147415,135.26544,132.56908,65.68486,610.33875,256.7735,1793.9756,21.643213,2380.6584,250.55902,17.445591,13.834539,89.39082,174.39932,265.91287,612.07446,59.52218,16.19935,9.279307,816.26447,312.3751,71.857376,34.704857,238.90909,26.301613,283.3412,11.805878,54.32065,0.0,2180.9202,3710.4873,1.7297202,33.211224,23.882898,20260.457,59.215515,2.0244112,46.661755,81.49967,36.147163,10.122193,44.80526,431.46982,31.195957,29.819519,2.7145703,8.481237,611.9431,0.33735344,398.3945,57.362904,2770.5222,98.15793,150.41856,187.43593,623.07294,47.528496,53.30813,468.74658,37.05732,35.983753,12.058708,36.12296,220.31104,10.912498,8.265547,91.830894,18.796364,4574.744,25.367826,44.387096,22.717052,26.55554,357.39246,92.592476,45.024193,11.065259,12.946068,41.970375,94.54296,234.80263,69.02238,259.79022,31.462868,36.213062,106.38005,117.15605,61.006786,138.12341,13.246468,5.0777016,16.776886,23.7058,3095.368,17.101133,38.169697,155.69638,27.178452,295.43808,101.35538,240.11188,8.255917,101.42782,778.38416,767.35815,69.71346,851.4054,128.79112,97.21631,72.67799,102.401764,18.352484,49.81342,511.37302,12.018105,17.563202,291.31403,10.151843,6.1451073,77.39531,69.55769,703.13745,174.14828,179.21042,2019.5638,56.156525,1776.3096,1478.5609,7.076965,4.6535616,1268.6395,15.189496,9.5682125,326.55133,21.52512,44.913467,24.42342,86.30933,366.16827,275.22696,3.1636612,31.030067,56.65763,418.9523,5.6273155,85.567245,7.5570564,1.5745755,55.62928,1.2979741,1.4610207,5.0243287,10.173301,24.740452,18.627785,29.921236,244.95847,29.807795,13.218318,23.251009,6.3012676,77.68448,3.0329301,3.1401343,5.673387,62.366875,0.9862442,2.9083421,7.381042,26.00262,15.024424,3.922688,1.7322016,101.72873,11.4041195,211.93753,8.774357,398.21417,19.79186,933.37085,158.00279,5.003336,9.206089,281.2255,352.96835,1528.6992,788.2011 +2023-03-21 07:00:00,0.0,3167.217,28.229366,10.465977,7.2396827,32.087234,177.25069,28.494898,59.16899,23.570522,38.00104,159.5824,320.00436,16.900835,21.700619,11.269556,2.329524,32.886635,22.363863,20.636194,427.00858,9.216236,311.129,118.88597,14.887222,135.04498,132.49554,65.66253,610.0493,256.7312,1793.9473,21.599583,2380.7239,249.83281,17.419294,13.810665,89.23235,174.47359,265.90457,610.96564,59.536625,16.207373,9.278602,816.4977,311.81195,71.86957,34.724503,238.90732,26.286715,283.30823,11.804081,54.339314,0.0,2182.5203,3713.6099,1.73269,33.20551,23.892288,20269.086,59.24224,2.0252428,46.723198,81.60601,36.160378,10.123953,44.864098,431.57068,31.203676,29.852427,2.7177374,8.4820385,612.2152,0.337252,398.72034,57.309948,2770.9949,98.08658,150.48097,187.45715,621.7201,47.463905,53.282597,468.10175,37.00777,35.939816,12.062073,36.122574,220.3142,10.912207,8.2649145,91.85916,18.80078,4574.6943,25.376175,44.423386,22.725355,26.566912,357.40323,92.57775,45.055107,11.068471,12.951094,41.997063,94.59795,234.94518,69.07181,259.84882,31.464554,36.249504,106.407135,117.32211,61.087273,138.07489,13.234288,5.084765,16.769705,23.731825,3099.3044,17.086205,38.23775,155.68341,27.189882,295.5827,101.37984,240.2743,8.255597,101.407814,778.9703,767.9557,69.76306,852.5387,128.82979,97.31068,72.68371,102.28487,18.334936,49.78668,511.47614,12.010068,17.55157,291.20084,10.151421,6.1442046,77.37701,69.56137,703.1476,174.1218,179.22246,2019.6677,56.20754,1776.7643,1478.9922,7.078584,4.6534834,1268.5406,15.184965,9.569724,326.5086,21.529442,44.92512,24.43463,86.3653,366.40472,275.15796,3.1642284,31.033966,56.67132,419.18536,5.628664,85.57155,7.5577397,1.574407,55.62309,1.2980736,1.4609294,5.0240293,10.173336,24.746805,18.63646,29.928001,245.09067,29.807571,13.215533,23.238407,6.299712,77.6702,3.032415,3.137343,5.672715,62.363647,0.9841436,2.9068205,7.370984,26.036526,15.023886,3.920197,1.7337751,101.811,11.41027,211.99065,8.78051,398.4962,19.798014,933.0548,158.10403,5.0053415,9.209601,281.50882,353.32803,1530.0023,788.0325 +2023-03-21 08:00:00,0.0,3168.755,28.231007,10.477535,7.2390933,32.102425,177.25348,28.5018,59.19312,23.574991,38.01334,159.60327,320.15903,16.910633,21.70129,11.265583,2.3284228,32.891785,22.32901,20.626179,427.04526,9.193296,311.06195,118.85398,14.859704,134.82451,132.42201,65.6402,609.7599,256.6889,1793.919,21.555952,2380.7893,249.10658,17.392998,13.78679,89.073875,174.54785,265.8963,609.85675,59.551075,16.215397,9.277896,816.73083,311.24884,71.88175,34.744152,238.90555,26.271816,283.27527,11.802284,54.357983,0.0,2184.1206,3716.7327,1.7356596,33.199795,23.901678,20277.715,59.268963,2.0260744,46.78464,81.71235,36.173595,10.125712,44.922935,431.67154,31.211395,29.885332,2.7209044,8.48284,612.4873,0.3371505,399.04614,57.25699,2771.4678,98.01523,150.5434,187.47836,620.36725,47.39931,53.257065,467.4569,36.95822,35.895878,12.065436,36.12219,220.31735,10.911915,8.264281,91.88743,18.805195,4574.645,25.384523,44.45968,22.733656,26.578281,357.41397,92.56302,45.08602,11.071683,12.956119,42.02375,94.65295,235.08772,69.12124,259.90738,31.46624,36.285942,106.43422,117.488174,61.167763,138.02638,13.222108,5.091828,16.762526,23.757849,3103.241,17.071274,38.305805,155.67044,27.201313,295.7273,101.4043,240.43675,8.255277,101.38781,779.5564,768.5532,69.81265,853.67206,128.86845,97.40504,72.68942,102.16798,18.31739,49.759937,511.57925,12.002031,17.539938,291.08768,10.150998,6.1433024,77.35871,69.56505,703.1578,174.09529,179.23448,2019.7719,56.258556,1777.2191,1479.4235,7.0802035,4.6534047,1268.4419,15.180433,9.571237,326.46588,21.533762,44.936775,24.44584,86.42127,366.64114,275.08896,3.1647956,31.037865,56.685013,419.41846,5.6300125,85.57585,7.558423,1.5742384,55.616898,1.2981733,1.4608381,5.02373,10.173371,24.75316,18.645136,29.934767,245.22287,29.807348,13.2127495,23.225807,6.2981567,77.655914,3.0318997,3.1345518,5.672043,62.36042,0.98204297,2.905299,7.360926,26.07043,15.023348,3.917706,1.7353487,101.89326,11.416419,212.04375,8.786663,398.7782,19.804167,932.7387,158.20526,5.007347,9.213115,281.79214,353.6877,1531.3054,787.8638 +2023-03-21 09:00:00,0.0,3170.2925,28.232649,10.489093,7.238504,32.117615,177.25627,28.508703,59.217247,23.579462,38.02564,159.62415,320.31372,16.920433,21.701962,11.261609,2.3273215,32.89694,22.294157,20.616163,427.08194,9.170357,310.99493,118.822,14.832186,134.60405,132.34848,65.61787,609.47046,256.64658,1793.8906,21.512321,2380.8547,248.38037,17.366701,13.762915,88.9154,174.6221,265.888,608.74786,59.565525,16.22342,9.27719,816.96405,310.6857,71.89394,34.763798,238.9038,26.256918,283.24234,11.8004875,54.376648,0.0,2185.7207,3719.8555,1.7386292,33.19408,23.911068,20286.344,59.29569,2.0269063,46.846085,81.81869,36.186813,10.127471,44.981777,431.7724,31.219114,29.91824,2.7240715,8.483641,612.75934,0.33704907,399.37198,57.204033,2771.9404,97.943886,150.6058,187.49959,619.0144,47.33472,53.231533,466.81207,36.908672,35.85194,12.068801,36.121803,220.32051,10.911623,8.263649,91.915695,18.809608,4574.5957,25.392872,44.495968,22.741957,26.589653,357.4247,92.548294,45.116936,11.074895,12.961144,42.050438,94.70794,235.23027,69.17067,259.96594,31.467926,36.322384,106.46131,117.654236,61.24825,137.97787,13.209928,5.0988913,16.755344,23.783875,3107.1775,17.056345,38.37386,155.65747,27.212744,295.8719,101.428764,240.59918,8.254956,101.367805,780.1425,769.15076,69.86224,854.80536,128.90712,97.499405,72.69514,102.05109,18.299843,49.733192,511.68237,11.993994,17.528307,290.9745,10.150576,6.1424003,77.34041,69.568726,703.1679,174.0688,179.24652,2019.8757,56.30957,1777.6738,1479.8547,7.081823,4.6533265,1268.343,15.175901,9.572748,326.42313,21.538084,44.94843,24.457052,86.47725,366.8776,275.01996,3.1653628,31.041761,56.698704,419.65152,5.631361,85.58015,7.5591063,1.5740699,55.610706,1.298273,1.4607469,5.0234303,10.173407,24.759516,18.653812,29.941532,245.35507,29.807123,13.209966,23.213205,6.296602,77.64163,3.0313845,3.1317606,5.671371,62.357197,0.9799424,2.9037774,7.350868,26.104334,15.022811,3.915215,1.7369223,101.97552,11.422569,212.09686,8.792816,399.06024,19.810318,932.42267,158.3065,5.0093527,9.216628,282.07547,354.0474,1532.6085,787.69507 +2023-03-21 10:00:00,0.0,3171.8303,28.234291,10.500651,7.237915,32.132805,177.25906,28.515608,59.241375,23.583931,38.037937,159.64502,320.46838,16.930231,21.702635,11.257635,2.3262205,32.90209,22.259304,20.606148,427.11865,9.147417,310.9279,118.79001,14.804667,134.38358,132.27496,65.595535,609.181,256.60428,1793.8623,21.468689,2380.9202,247.65416,17.340403,13.73904,88.75693,174.69637,265.8797,607.639,59.57997,16.231443,9.276485,817.19727,310.12256,71.906136,34.783443,238.90204,26.24202,283.20938,11.798691,54.395317,0.0,2187.3208,3722.9783,1.741599,33.188366,23.920458,20294.973,59.322414,2.0277379,46.907528,81.925026,36.20003,10.1292305,45.040615,431.87326,31.226833,29.951145,2.7272384,8.484442,613.03143,0.33694762,399.6978,57.151073,2772.4133,97.872536,150.66823,187.52081,617.6616,47.270126,53.206,466.16727,36.859123,35.808002,12.0721655,36.121418,220.32365,10.911331,8.263017,91.94396,18.814024,4574.5464,25.40122,44.532257,22.75026,26.601025,357.4355,92.53356,45.14785,11.078107,12.96617,42.077126,94.76293,235.3728,69.22009,260.02454,31.469614,36.35882,106.488396,117.8203,61.32874,137.92935,13.197747,5.105954,16.748163,23.8099,3111.114,17.041416,38.441914,155.6445,27.224174,296.01648,101.453224,240.76163,8.254637,101.3478,780.72864,769.74835,69.911835,855.9387,128.94579,97.593765,72.70085,101.9342,18.282297,49.70645,511.7855,11.985957,17.516676,290.8613,10.150153,6.141498,77.32211,69.5724,703.17804,174.0423,179.25854,2019.9797,56.360584,1778.1287,1480.286,7.083442,4.6532483,1268.2441,15.1713705,9.574261,326.3804,21.542406,44.960083,24.468262,86.53322,367.114,274.95096,3.16593,31.04566,56.712395,419.88458,5.6327095,85.58445,7.5597897,1.5739014,55.604515,1.2983726,1.4606556,5.023131,10.173442,24.765871,18.662487,29.948298,245.48729,29.8069,13.207181,23.200605,6.2950463,77.62735,3.0308692,3.1289694,5.670699,62.35397,0.97784173,2.9022555,7.3408103,26.138239,15.022273,3.912724,1.738496,102.05778,11.428719,212.14996,8.79897,399.34225,19.816471,932.1066,158.40775,5.0113583,9.220141,282.3588,354.40704,1533.9116,787.5264 +2023-03-21 11:00:00,0.0,3173.3682,28.235933,10.51221,7.2373257,32.14799,177.26186,28.52251,59.265507,23.588402,38.050236,159.66591,320.62305,16.94003,21.703306,11.253661,2.3251193,32.90724,22.224451,20.596132,427.15533,9.124477,310.86084,118.758026,14.777148,134.16312,132.20143,65.5732,608.8916,256.56198,1793.834,21.425058,2380.9856,246.92793,17.314106,13.715165,88.59845,174.77063,265.87143,606.5301,59.59442,16.239466,9.27578,817.4305,309.55945,71.91832,34.80309,238.90027,26.227121,283.17642,11.796894,54.413982,0.0,2188.9211,3726.1008,1.7445686,33.182655,23.929848,20303.602,59.349136,2.0285695,46.968975,82.031364,36.21325,10.130989,45.099453,431.97412,31.234552,29.98405,2.7304056,8.485244,613.3035,0.33684614,400.02365,57.098118,2772.886,97.801186,150.73065,187.54204,616.3088,47.205536,53.18047,465.52243,36.809574,35.764065,12.075529,36.121033,220.32681,10.911039,8.262383,91.97224,18.81844,4574.497,25.409569,44.56855,22.75856,26.612394,357.44623,92.51884,45.178764,11.08132,12.971195,42.103813,94.817924,235.51535,69.26952,260.0831,31.4713,36.395264,106.51549,117.98636,61.409225,137.88084,13.185568,5.1130176,16.740984,23.835926,3115.0505,17.026485,38.509968,155.63152,27.235605,296.16107,101.477684,240.92406,8.254316,101.3278,781.31476,770.3459,69.96143,857.072,128.98445,97.68813,72.70657,101.8173,18.26475,49.67971,511.8886,11.977921,17.505045,290.74814,10.149731,6.1405954,77.30381,69.57608,703.18823,174.01581,179.27058,2020.0836,56.4116,1778.5834,1480.7173,7.0850616,4.6531696,1268.1453,15.166839,9.575772,326.33768,21.546726,44.971737,24.479473,86.58919,367.35046,274.882,3.1664972,31.049557,56.726086,420.11765,5.634058,85.58875,7.560473,1.5737329,55.598324,1.2984723,1.4605644,5.0228314,10.173476,24.772226,18.671164,29.955063,245.61949,29.806675,13.204397,23.188004,6.293491,77.61307,3.030354,3.126178,5.670027,62.350742,0.97574115,2.900734,7.3307524,26.172144,15.021735,3.910233,1.7400695,102.140045,11.434869,212.20306,8.805123,399.62427,19.822624,931.7905,158.50897,5.013364,9.223655,282.64212,354.76672,1535.2147,787.3577 +2023-03-21 12:00:00,0.0,3174.9058,28.237576,10.523767,7.2367363,32.16318,177.26465,28.529413,59.289635,23.592873,38.062534,159.68678,320.7777,16.94983,21.703978,11.249687,2.324018,32.912395,22.189598,20.586117,427.19202,9.101538,310.79382,118.72604,14.74963,133.94266,132.1279,65.550865,608.6022,256.51968,1793.8057,21.381428,2381.051,246.20172,17.28781,13.69129,88.43998,174.84488,265.86313,605.4212,59.60887,16.24749,9.275074,817.6637,308.9963,71.93051,34.822735,238.8985,26.212223,283.1435,11.795097,54.43265,0.0,2190.5212,3729.2236,1.7475383,33.17694,23.939238,20312.23,59.375862,2.029401,47.03042,82.1377,36.226467,10.132749,45.15829,432.07498,31.242271,30.016958,2.7335725,8.486045,613.5756,0.3367447,400.34946,57.045162,2773.359,97.729836,150.79306,187.56326,614.95593,47.14094,53.154938,464.8776,36.760025,35.720123,12.078894,36.120647,220.32997,10.910748,8.261751,92.0005,18.822853,4574.4478,25.417917,44.60484,22.766861,26.623766,357.45697,92.504105,45.20968,11.084532,12.976221,42.1305,94.87292,235.6579,69.318954,260.1417,31.472986,36.4317,106.54257,118.15242,61.489716,137.83232,13.173388,5.1200805,16.733803,23.861952,3118.987,17.011557,38.578022,155.61855,27.247036,296.30566,101.50215,241.0865,8.253997,101.30779,781.9009,770.9434,70.011024,858.2054,129.02312,97.78249,72.71229,101.70041,18.247204,49.65297,511.99173,11.969884,17.493414,290.63495,10.149308,6.1396933,77.285515,69.57976,703.19836,173.98932,179.28261,2020.1876,56.462612,1779.0381,1481.1487,7.086681,4.6530914,1268.0464,15.162307,9.577285,326.29495,21.551048,44.983387,24.490685,86.645164,367.58688,274.813,3.1670644,31.053455,56.73978,420.35074,5.635407,85.593056,7.5611563,1.5735643,55.592133,1.2985718,1.4604731,5.022532,10.1735115,24.77858,18.679838,29.961828,245.7517,29.806452,13.201612,23.175404,6.2919354,77.59879,3.0298388,3.1233869,5.669355,62.34752,0.97364056,2.8992124,7.320695,26.206049,15.021197,3.9077418,1.7416431,102.222305,11.441018,212.25618,8.811276,399.90628,19.828777,931.4745,158.61021,5.01537,9.227167,282.92545,355.1264,1536.5178,787.1891 +2023-03-21 13:00:00,0.0,3176.4436,28.239218,10.535326,7.236147,32.17837,177.26746,28.536316,59.313763,23.597342,38.074833,159.70766,320.9324,16.959627,21.70465,11.245713,2.3229167,32.917545,22.154743,20.576101,427.22873,9.078597,310.72678,118.69405,14.722112,133.72218,132.05438,65.528534,608.31274,256.4774,1793.7773,21.337795,2381.1162,245.47551,17.261513,13.667416,88.2815,174.91914,265.85486,604.3124,59.62332,16.255514,9.274369,817.89685,308.4332,71.9427,34.84238,238.89673,26.197325,283.11053,11.793301,54.451317,0.0,2192.1213,3732.3464,1.750508,33.171227,23.948627,20320.86,59.402584,2.0302327,47.09186,82.24404,36.23968,10.134508,45.217133,432.17584,31.24999,30.049864,2.7367396,8.486846,613.84766,0.33664322,400.6753,56.992203,2773.8315,97.658485,150.85548,187.58447,613.6031,47.07635,53.129406,464.23276,36.710476,35.676186,12.082257,36.120262,220.33313,10.910456,8.261118,92.02877,18.827269,4574.398,25.426266,44.64113,22.775162,26.635138,357.46774,92.48938,45.240593,11.087744,12.981247,42.15719,94.92792,235.80045,69.36838,260.20026,31.474672,36.468143,106.569664,118.31848,61.5702,137.78381,13.161207,5.127144,16.726622,23.887978,3122.9236,16.996626,38.646076,155.60558,27.258467,296.4503,101.52661,241.24893,8.253676,101.28779,782.487,771.54095,70.060616,859.3387,129.06178,97.87686,72.718,101.58352,18.229656,49.626225,512.09485,11.961847,17.481783,290.52176,10.148887,6.138791,77.26721,69.583435,703.2085,173.96281,179.29465,2020.2915,56.513626,1779.4929,1481.58,7.0882998,4.6530128,1267.9476,15.157776,9.578796,326.25223,21.555368,44.99504,24.501894,86.70113,367.8233,274.744,3.1676316,31.057354,56.75347,420.5838,5.6367555,85.59735,7.561839,1.5733957,55.58594,1.2986715,1.4603819,5.0222325,10.173547,24.784935,18.688515,29.968594,245.8839,29.806227,13.198829,23.162802,6.2903805,77.58451,3.0293233,3.1205957,5.6686826,62.34429,0.9715399,2.8976908,7.310637,26.239952,15.02066,3.9052508,1.7432168,102.304565,11.447168,212.30928,8.81743,400.1883,19.834929,931.15845,158.71146,5.0173755,9.23068,283.20877,355.48608,1537.8208,787.0204 +2023-03-21 14:00:00,0.0,3177.9812,28.24086,10.546884,7.2355576,32.19356,177.27025,28.543219,59.337894,23.601812,38.087128,159.72853,321.08707,16.969425,21.705322,11.241739,2.3218157,32.9227,22.11989,20.566086,427.2654,9.055657,310.65973,118.66207,14.694593,133.50172,131.98085,65.5062,608.0233,256.4351,1793.749,21.294165,2381.1816,244.74928,17.235214,13.64354,88.12303,174.99341,265.84656,603.2035,59.637768,16.263536,9.2736635,818.13007,307.87006,71.95489,34.862026,238.89496,26.182426,283.07758,11.791504,54.469986,0.0,2193.7217,3735.4692,1.7534776,33.165512,23.958017,20329.488,59.42931,2.0310645,47.153305,82.35038,36.2529,10.136267,45.27597,432.2767,31.25771,30.082771,2.7399065,8.487647,614.11975,0.33654177,401.00113,56.939247,2774.3044,97.58714,150.9179,187.6057,612.2503,47.01176,53.103874,463.58792,36.660927,35.632248,12.085622,36.119873,220.33627,10.910164,8.260486,92.05704,18.831682,4574.3486,25.434614,44.677418,22.783464,26.646507,357.4785,92.474655,45.271507,11.090956,12.986273,42.183876,94.98291,235.94298,69.41781,260.25885,31.47636,36.50458,106.59675,118.48454,61.650692,137.7353,13.149027,5.1342072,16.71944,23.914003,3126.8604,16.981697,38.71413,155.5926,27.269897,296.59488,101.55107,241.41138,8.253356,101.267784,783.0731,772.1385,70.110214,860.47205,129.10045,97.97123,72.72372,101.46663,18.21211,49.599483,512.198,11.953811,17.470152,290.40857,10.148464,6.1378884,77.24891,69.58711,703.2187,173.93633,179.30667,2020.3956,56.56464,1779.9476,1482.0112,7.089919,4.6529346,1267.8488,15.153244,9.580309,326.2095,21.55969,45.006695,24.513105,86.7571,368.05975,274.675,3.1681988,31.06125,56.767162,420.81686,5.638104,85.601654,7.5625224,1.5732273,55.57975,1.2987711,1.4602906,5.021933,10.173582,24.79129,18.69719,29.975357,246.01611,29.806004,13.196045,23.150202,6.288825,77.57023,3.028808,3.1178045,5.6680107,62.34107,0.9694393,2.8961692,7.300579,26.273857,15.020123,3.9027598,1.7447903,102.386826,11.453318,212.3624,8.823583,400.4703,19.841082,930.84235,158.8127,5.019381,9.234194,283.4921,355.84576,1539.1239,786.85175 +2023-03-21 15:00:00,0.0,3179.519,28.2425,10.558442,7.234968,32.20875,177.27304,28.550121,59.362022,23.606281,38.099426,159.7494,321.24173,16.979225,21.705994,11.237766,2.3207145,32.92785,22.085037,20.55607,427.30212,9.032718,310.59268,118.63008,14.667074,133.28125,131.90732,65.48387,607.7339,256.3928,1793.7208,21.250534,2381.247,244.02307,17.208918,13.619665,87.964554,175.06766,265.8383,602.0946,59.652218,16.27156,9.272958,818.3633,307.30695,71.96708,34.88167,238.8932,26.16753,283.04465,11.789707,54.48865,0.0,2195.3218,3738.592,1.7564473,33.159798,23.967405,20338.12,59.45603,2.031896,47.21475,82.45672,36.266117,10.138026,45.33481,432.37756,31.265429,30.115677,2.7430737,8.488448,614.39185,0.3364403,401.32697,56.88629,2774.777,97.51579,150.9803,187.62692,610.89746,46.947166,53.07834,462.94308,36.61138,35.58831,12.088985,36.11949,220.33943,10.909871,8.259853,92.085304,18.836098,4574.2993,25.442963,44.71371,22.791765,26.657879,357.48923,92.45992,45.302418,11.094168,12.991298,42.210567,95.0379,236.08553,69.46724,260.3174,31.478046,36.541023,106.62384,118.650604,61.73118,137.68678,13.136847,5.14127,16.712261,23.94003,3130.7969,16.966768,38.782185,155.57964,27.281328,296.73947,101.57554,241.5738,8.2530365,101.24778,783.65924,772.736,70.159805,861.60535,129.13911,98.06559,72.72943,101.34974,18.194563,49.572742,512.3011,11.945774,17.458519,290.2954,10.148042,6.1369863,77.23061,69.59079,703.2288,173.90982,179.31871,2020.4995,56.615654,1780.4025,1482.4425,7.0915384,4.652856,1267.7499,15.148712,9.5818205,326.16678,21.56401,45.01835,24.524317,86.81308,368.29617,274.606,3.168766,31.06515,56.780853,421.04996,5.6394525,85.60596,7.5632057,1.5730587,55.57356,1.2988708,1.4601994,5.0216336,10.173617,24.797646,18.705866,29.982122,246.14832,29.805779,13.19326,23.1376,6.2872696,77.55595,3.028293,3.1150134,5.667339,62.33784,0.9673387,2.8946476,7.290521,26.307762,15.019585,3.9002688,1.7463639,102.46909,11.459468,212.4155,8.829736,400.75232,19.847235,930.5263,158.91393,5.0213866,9.237707,283.77542,356.2054,1540.427,786.68304 +2023-03-21 16:00:00,0.0,3181.0566,28.244143,10.570001,7.2343793,32.223938,177.27583,28.557024,59.38615,23.610752,38.111725,159.77028,321.3964,16.989023,21.706667,11.233792,2.3196132,32.933002,22.050184,20.546055,427.3388,9.009778,310.52567,118.5981,14.639556,133.06079,131.83379,65.46154,607.44446,256.3505,1793.6925,21.206903,2381.3125,243.29686,17.182621,13.595791,87.806076,175.14192,265.83,600.9857,59.666668,16.279583,9.272252,818.5965,306.7438,71.97927,34.901318,238.89145,26.152632,283.0117,11.78791,54.50732,0.0,2196.9219,3741.7146,1.7594169,33.154087,23.976795,20346.748,59.482758,2.0327277,47.27619,82.56306,36.279335,10.139785,45.393646,432.47842,31.273148,30.148584,2.7462406,8.48925,614.6639,0.33633885,401.65277,56.833332,2775.25,97.44444,151.04272,187.64815,609.5446,46.882576,53.052807,462.29825,36.561832,35.544373,12.09235,36.119102,220.34259,10.909579,8.25922,92.11357,18.840513,4574.25,25.451311,44.75,22.800066,26.66925,357.5,92.4452,45.333332,11.097381,12.996324,42.237255,95.092896,236.22807,69.51667,260.37598,31.479733,36.57746,106.650925,118.816666,61.81167,137.63828,13.124667,5.1483335,16.70508,23.966055,3134.7334,16.951838,38.85024,155.56667,27.292759,296.88406,101.6,241.73625,8.252716,101.227776,784.24536,773.3336,70.2094,862.7387,129.17778,98.15996,72.73515,101.23284,18.177017,49.546,512.40424,11.937737,17.446888,290.18222,10.147619,6.136084,77.21231,69.59447,703.23895,173.88333,179.33073,2020.6035,56.666668,1780.8572,1482.8738,7.093158,4.6527777,1267.651,15.144181,9.583333,326.12405,21.568333,45.030003,24.535526,86.86905,368.53262,274.537,3.1693332,31.069046,56.794544,421.28302,5.640801,85.61026,7.563889,1.5728902,55.567368,1.2989703,1.460108,5.021334,10.173652,24.803999,18.714542,29.988888,246.28052,29.805555,13.190476,23.125,6.2857146,77.541664,3.0277777,3.112222,5.6666665,62.334614,0.9652381,2.8931258,7.280463,26.341667,15.019047,3.8977778,1.7479374,102.55135,11.465617,212.46861,8.835889,401.03433,19.853386,930.21027,159.01517,5.023392,9.24122,284.05872,356.5651,1541.7301,786.51434 +2023-03-21 17:00:00,0.0,3182.5945,28.245785,10.581558,7.23379,32.23913,177.27863,28.563927,59.410282,23.615221,38.124023,159.79115,321.5511,16.998821,21.707338,11.229818,2.3185122,32.938152,22.015331,20.53604,427.3755,8.986838,310.45862,118.56612,14.612038,132.84033,131.76027,65.43921,607.155,256.3082,1793.6642,21.16327,2381.378,242.57065,17.156324,13.571916,87.647606,175.21619,265.82172,599.87683,59.681114,16.287607,9.271547,818.82965,306.18066,71.991455,34.920963,238.88968,26.137733,282.97873,11.786114,54.52599,0.0,2198.522,3744.8374,1.7623867,33.148373,23.986185,20355.377,59.509483,2.0335593,47.337635,82.669395,36.292553,10.141544,45.452488,432.57928,31.280867,30.18149,2.7494078,8.490051,614.936,0.3362374,401.9786,56.780376,2775.723,97.37309,151.10515,187.66936,608.1918,46.81798,53.027275,461.6534,36.512283,35.500435,12.095714,36.118717,220.34575,10.909287,8.258588,92.14184,18.844927,4574.2007,25.45966,44.78629,22.808369,26.68062,357.51074,92.430466,45.364246,11.100593,13.001349,42.263943,95.14789,236.37062,69.56609,260.43457,31.481419,36.613903,106.67802,118.98273,61.892155,137.58977,13.112487,5.1553965,16.697899,23.99208,3138.67,16.936909,38.918293,155.5537,27.30419,297.02866,101.62446,241.89868,8.252396,101.20777,784.8315,773.93115,70.25899,863.872,129.21645,98.25432,72.74087,101.11595,18.15947,49.519257,512.5074,11.929701,17.435257,290.06903,10.147197,6.1351814,77.194016,69.598145,703.24915,173.85684,179.34277,2020.7075,56.71768,1781.312,1483.305,7.094777,4.6526995,1267.5522,15.139649,9.584846,326.08133,21.572655,45.041653,24.546738,86.92502,368.76904,274.468,3.1699004,31.072945,56.808235,421.51608,5.6421494,85.614555,7.5645723,1.5727216,55.561176,1.29907,1.4600167,5.0210347,10.173687,24.810354,18.723217,29.995653,246.41272,29.805332,13.187692,23.1124,6.284159,77.52739,3.0272624,3.1094308,5.6659946,62.33139,0.96313745,2.8916042,7.2704053,26.37557,15.01851,3.8952866,1.7495111,102.63361,11.471767,212.52171,8.842042,401.31635,19.859539,929.89417,159.11641,5.025398,9.244733,284.34204,356.92477,1543.0332,786.3457 +2023-03-21 18:00:00,0.0,3184.132,28.247427,10.593117,7.2332006,32.25432,177.28142,28.57083,59.43441,23.619692,38.136322,159.81203,321.70575,17.00862,21.70801,11.225844,2.317411,32.943306,21.980478,20.526024,427.4122,8.963899,310.39157,118.53413,14.584518,132.61986,131.68674,65.41687,606.8656,256.2659,1793.6359,21.11964,2381.4434,241.84442,17.130028,13.54804,87.48913,175.29044,265.81342,598.76794,59.695564,16.29563,9.270842,819.06287,305.61755,72.00365,34.94061,238.88791,26.122835,282.9458,11.784317,54.544655,0.0,2200.1223,3747.9602,1.7653563,33.14266,23.995575,20364.006,59.536205,2.0343912,47.399082,82.775734,36.305767,10.143304,45.511326,432.68015,31.288586,30.214397,2.7525747,8.490852,615.20807,0.33613592,402.30444,56.72742,2776.1956,97.30174,151.16756,187.69058,606.8389,46.75339,53.001743,461.0086,36.462734,35.456497,12.099078,36.118332,220.3489,10.908996,8.257956,92.170105,18.849342,4574.1514,25.468008,44.822582,22.81667,26.691992,357.52148,92.41574,45.39516,11.103805,13.006374,42.29063,95.20288,236.51317,69.615524,260.49313,31.483105,36.65034,106.7051,119.14879,61.972645,137.54124,13.1003065,5.16246,16.69072,24.018106,3142.6064,16.92198,38.986347,155.54073,27.31562,297.17328,101.648926,242.06113,8.252076,101.18777,785.4176,774.5287,70.308586,865.0054,129.25511,98.34869,72.74658,100.99906,18.141924,49.492516,512.6105,11.921664,17.423626,289.95587,10.146774,6.1342793,77.17571,69.60182,703.2593,173.83034,179.3548,2020.8115,56.768696,1781.7667,1483.7363,7.0963964,4.652621,1267.4534,15.135118,9.586357,326.03857,21.576975,45.053307,24.55795,86.98099,369.0055,274.39902,3.1704676,31.076843,56.821926,421.74918,5.643498,85.61886,7.5652556,1.572553,55.554985,1.2991697,1.4599255,5.0207353,10.173722,24.81671,18.731894,30.002419,246.54492,29.805107,13.184908,23.099798,6.2826037,77.51311,3.0267472,3.1066396,5.665323,62.328163,0.96103686,2.8900826,7.2603474,26.409475,15.017972,3.8927956,1.7510847,102.71587,11.477917,212.57483,8.848195,401.5984,19.865692,929.5781,159.21764,5.0274034,9.248246,284.62537,357.28445,1544.3363,786.177 +2023-03-21 19:00:00,0.0,3185.67,28.24907,10.604675,7.232611,32.26951,177.28421,28.577732,59.458538,23.62416,38.14862,159.8329,321.8604,17.01842,21.708683,11.22187,2.3163097,32.94846,21.945625,20.516008,427.44888,8.940959,310.32455,118.502144,14.557,132.3994,131.6132,65.39454,606.5762,256.2236,1793.6075,21.07601,2381.5088,241.11821,17.10373,13.524166,87.33066,175.3647,265.80515,597.65906,59.710014,16.303654,9.270136,819.2961,305.0544,72.01584,34.960255,238.88615,26.107937,282.91284,11.78252,54.563324,0.0,2201.7224,3751.083,1.7683259,33.136944,24.004965,20372.635,59.56293,2.0352228,47.460526,82.882065,36.318985,10.145062,45.570164,432.781,31.296307,30.247303,2.7557418,8.491653,615.4801,0.33603448,402.63028,56.67446,2776.6685,97.2304,151.22998,187.7118,605.48615,46.688797,52.97621,460.36377,36.413185,35.41256,12.102442,36.117947,220.35205,10.908704,8.257322,92.19837,18.853758,4574.102,25.476357,44.85887,22.82497,26.703363,357.53226,92.40101,45.426075,11.107017,13.0114,42.317318,95.25787,236.6557,69.664955,260.55173,31.484793,36.686783,106.73219,119.31485,62.05313,137.49274,13.088126,5.169523,16.683538,24.044132,3146.543,16.90705,39.0544,155.52776,27.327051,297.31787,101.673386,242.22356,8.251756,101.16776,786.0037,775.1262,70.35818,866.1387,129.29376,98.44305,72.7523,100.88217,18.124376,49.465775,512.7136,11.913628,17.411995,289.84268,10.146352,6.133377,77.15742,69.60551,703.2694,173.80385,179.36684,2020.9155,56.81971,1782.2216,1484.1676,7.098016,4.6525426,1267.3545,15.130587,9.58787,325.99585,21.581297,45.06496,24.569159,87.036964,369.2419,274.33002,3.1710348,31.08074,56.835617,421.98224,5.6448464,85.62316,7.565939,1.5723846,55.548794,1.2992693,1.4598342,5.020436,10.173758,24.823065,18.740568,30.009184,246.67714,29.804884,13.182123,23.087198,6.281049,77.498825,3.026232,3.1038485,5.6646504,62.324936,0.9589362,2.888561,7.2502894,26.44338,15.017434,3.8903046,1.7526582,102.79814,11.484067,212.62793,8.854348,401.8804,19.871843,929.2621,159.31888,5.029409,9.25176,284.9087,357.64413,1545.6394,786.00836 +2023-03-21 20:00:00,0.0,3187.2078,28.250711,10.616233,7.232022,32.2847,177.28702,28.584635,59.48267,23.628632,38.16092,159.85378,322.01508,17.028217,21.709354,11.217896,2.3152087,32.95361,21.91077,20.505993,427.4856,8.918018,310.2575,118.47015,14.529482,132.17892,131.53967,65.37221,606.28674,256.1813,1793.5792,21.03238,2381.574,240.392,17.077433,13.500291,87.17219,175.43896,265.79684,596.55023,59.72446,16.311676,9.26943,819.5293,304.4913,72.02802,34.9799,238.88437,26.093039,282.87988,11.780724,54.58199,0.0,2203.3228,3754.2056,1.7712957,33.13123,24.014355,20381.264,59.589653,2.0360544,47.52197,82.98841,36.332203,10.146822,45.629005,432.88187,31.304026,30.28021,2.7589087,8.4924555,615.7522,0.335933,402.95612,56.621506,2777.141,97.15905,151.29239,187.73303,604.1333,46.624207,52.95068,459.71893,36.363636,35.36862,12.105806,36.11756,220.35521,10.908412,8.25669,92.22664,18.858171,4574.0522,25.484705,44.89516,22.833273,26.714733,357.543,92.386284,45.45699,11.110229,13.016426,42.344006,95.31287,236.79825,69.714386,260.6103,31.486479,36.72322,106.75928,119.48091,62.13362,137.44423,13.075947,5.176586,16.676357,24.070158,3150.4795,16.89212,39.122456,155.51479,27.338482,297.46246,101.697845,242.386,8.251435,101.14776,786.58984,775.72375,70.40777,867.27203,129.33243,98.537415,72.75802,100.765274,18.10683,49.439034,512.8167,11.905591,17.400364,289.7295,10.145929,6.1324744,77.139114,69.609184,703.2796,173.77734,179.37886,2021.0194,56.870724,1782.6763,1484.5989,7.0996346,4.652464,1267.2556,15.126055,9.589381,325.95312,21.585617,45.076614,24.58037,87.09293,369.47833,274.26102,3.171602,31.084639,56.849308,422.2153,5.646195,85.627464,7.566622,1.572216,55.5426,1.2993689,1.459743,5.020137,10.173792,24.829418,18.749245,30.01595,246.80934,29.804659,13.179339,23.074596,6.2794933,77.48454,3.0257168,3.101057,5.6639786,62.321712,0.9568356,2.8870394,7.2402315,26.477285,15.016896,3.8878136,1.7542318,102.8804,11.490216,212.68103,8.860502,402.1624,19.877996,928.946,159.42012,5.0314145,9.255273,285.19202,358.00378,1546.9425,785.83966 +2023-03-21 21:00:00,0.0,3188.7454,28.252354,10.627791,7.231433,32.29989,177.28981,28.591537,59.506798,23.6331,38.173218,159.87465,322.16977,17.038015,21.710026,11.2139225,2.3141074,32.958763,21.875917,20.495977,427.52228,8.895079,310.19046,118.43817,14.501964,131.95847,131.46616,65.34988,605.9973,256.139,1793.5509,20.988747,2381.6394,239.66577,17.051136,13.476416,87.01371,175.51321,265.78857,595.44135,59.73891,16.3197,9.268725,819.7625,303.92816,72.040215,34.999546,238.88261,26.07814,282.84695,11.778927,54.60066,0.0,2204.9229,3757.3284,1.7742653,33.12552,24.023745,20389.893,59.61638,2.036886,47.583412,83.09475,36.34542,10.148581,45.687843,432.98276,31.311745,30.313116,2.762076,8.493257,616.0243,0.33583155,403.28192,56.56855,2777.614,97.0877,151.35481,187.75426,602.78046,46.559612,52.925148,459.0741,36.314087,35.32468,12.10917,36.117172,220.35837,10.90812,8.256057,92.254906,18.862587,4574.003,25.493053,44.93145,22.841574,26.726105,357.55374,92.37155,45.487904,11.113441,13.021452,42.370693,95.36786,236.9408,69.76381,260.66888,31.488165,36.759663,106.78637,119.64697,62.214108,137.3957,13.0637665,5.183649,16.669176,24.096182,3154.416,16.87719,39.19051,155.50182,27.349913,297.60706,101.72231,242.54843,8.251116,101.127754,787.17596,776.32135,70.45737,868.40533,129.3711,98.631775,72.76373,100.648384,18.089283,49.41229,512.91986,11.897554,17.388733,289.6163,10.145507,6.1315722,77.12082,69.61286,703.28973,173.75085,179.3909,2021.1234,56.921738,1783.1311,1485.0303,7.101254,4.6523857,1267.1567,15.121523,9.590894,325.9104,21.58994,45.08827,24.591581,87.1489,369.71478,274.19202,3.1721692,31.088535,56.863003,422.4484,5.647544,85.63176,7.567305,1.5720475,55.536407,1.2994685,1.4596517,5.0198374,10.173827,24.835773,18.75792,30.022715,246.94154,29.804436,13.176556,23.061996,6.277938,77.47026,3.0252016,3.098266,5.663306,62.318485,0.954735,2.8855176,7.230174,26.511189,15.016359,3.8853226,1.7558055,102.96266,11.4963665,212.73415,8.866655,402.44443,19.88415,928.62994,159.52136,5.0334206,9.258785,285.47534,358.36346,1548.2456,785.67096 +2023-03-21 22:00:00,0.0,3190.2832,28.253996,10.639349,7.2308435,32.315075,177.2926,28.59844,59.530926,23.637571,38.185516,159.89554,322.32443,17.047815,21.7107,11.209949,2.3130062,32.963913,21.841064,20.485962,427.55896,8.872139,310.1234,118.40619,14.474444,131.738,131.39262,65.327545,605.7079,256.0967,1793.5226,20.945116,2381.7048,238.93956,17.02484,13.452541,86.85523,175.58748,265.78027,594.33246,59.75336,16.327723,9.26802,819.99567,303.36505,72.05241,35.01919,238.88086,26.063242,282.814,11.77713,54.619324,0.0,2206.523,3760.4512,1.777235,33.119804,24.033134,20398.521,59.6431,2.0377178,47.644855,83.20109,36.35864,10.15034,45.74668,433.08362,31.319464,30.346024,2.7652428,8.494058,616.2964,0.33573008,403.60776,56.51559,2778.0867,97.01635,151.41724,187.77547,601.4276,46.49502,52.899616,458.42926,36.264538,35.280743,12.1125345,36.11679,220.36153,10.907828,8.2554245,92.28318,18.867,4573.9536,25.501402,44.967743,22.849874,26.737476,357.5645,92.35683,45.518818,11.116653,13.026477,42.39738,95.42285,237.08334,69.81324,260.72745,31.489851,36.7961,106.81345,119.81304,62.294598,137.3472,13.051586,5.1907125,16.661997,24.122208,3158.3528,16.86226,39.25856,155.48885,27.361343,297.75165,101.74677,242.71088,8.250795,101.10775,787.7621,776.9189,70.50696,869.5387,129.40976,98.72614,72.76945,100.531494,18.071737,49.385548,513.02295,11.889518,17.377102,289.50314,10.145084,6.13067,77.102516,69.61654,703.29987,173.72437,179.40294,2021.2273,56.97275,1783.5858,1485.4615,7.1028733,4.652307,1267.058,15.116992,9.592405,325.86768,21.59426,45.099922,24.60279,87.20488,369.9512,274.12302,3.1727364,31.092434,56.876694,422.68146,5.6488924,85.63606,7.5679884,1.5718789,55.530216,1.2995682,1.4595605,5.019538,10.173862,24.842129,18.766596,30.02948,247.07375,29.80421,13.173771,23.049395,6.2763824,77.45598,3.0246863,3.0954747,5.6626344,62.31526,0.9526344,2.883996,7.220116,26.545094,15.015821,3.8828316,1.757379,103.04492,11.502517,212.78725,8.872808,402.72644,19.890303,928.3139,159.62259,5.035426,9.262299,285.75867,358.72314,1549.5487,785.5023 +2023-03-21 23:00:00,0.0,3191.8208,28.255636,10.6509075,7.230254,32.330265,177.2954,28.605345,59.555054,23.64204,38.197815,159.91641,322.4791,17.057613,21.71137,11.205976,2.311905,32.969067,21.806211,20.475946,427.59567,8.849199,310.0564,118.3742,14.446926,131.51753,131.31909,65.305214,605.41846,256.0544,1793.4943,20.901485,2381.7703,238.21335,16.99854,13.428666,86.696754,175.66174,265.772,593.2236,59.76781,16.335747,9.267314,820.2289,302.8019,72.06459,35.038837,238.87909,26.048344,282.78104,11.775333,54.637993,0.0,2208.123,3763.574,1.7802047,33.11409,24.042524,20407.15,59.669827,2.0385494,47.7063,83.30742,36.371857,10.1521,45.80552,433.18448,31.327183,30.37893,2.76841,8.494859,616.5684,0.33562863,403.9336,56.462635,2778.5596,96.945,151.47964,187.79669,600.0748,46.43043,52.874084,457.78442,36.21499,35.236805,12.115898,36.1164,220.36467,10.9075365,8.254792,92.31145,18.871416,4573.9043,25.50975,45.004032,22.858175,26.748846,357.57526,92.3421,45.549732,11.119865,13.031503,42.42407,95.477844,237.22588,69.86267,260.78604,31.491539,36.832542,106.840546,119.9791,62.375084,137.29868,13.039406,5.1977754,16.654816,24.148233,3162.2893,16.847332,39.326614,155.47588,27.372774,297.89624,101.77123,242.8733,8.250476,101.087746,788.3482,777.5164,70.55655,870.672,129.44843,98.82051,72.77516,100.414604,18.05419,49.358807,513.1261,11.881481,17.365469,289.38995,10.144662,6.129768,77.08421,69.62022,703.31006,173.69786,179.41496,2021.3313,57.023766,1784.0406,1485.8928,7.1044927,4.652229,1266.9591,15.11246,9.593918,325.82495,21.598581,45.111572,24.614002,87.26085,370.18765,274.05402,3.1733038,31.096333,56.890385,422.91452,5.650241,85.640366,7.5686717,1.5717105,55.524025,1.2996678,1.4594692,5.0192385,10.173898,24.848484,18.77527,30.036245,247.20596,29.803988,13.170987,23.036795,6.2748275,77.4417,3.024171,3.0926836,5.6619625,62.312035,0.95053375,2.8824744,7.210058,26.578999,15.015284,3.8803403,1.7589526,103.12719,11.508666,212.84036,8.878962,403.00845,19.896454,927.9978,159.72383,5.0374317,9.265812,286.042,359.08282,1550.8518,785.3336 +2023-03-22 00:00:00,0.0,3193.3586,28.257278,10.662466,7.229665,32.345455,177.29819,28.612247,59.579185,23.646511,38.210114,159.93729,322.63376,17.067411,21.712042,11.202002,2.310804,32.974216,21.771358,20.46593,427.63235,8.82626,309.98935,118.34222,14.419408,131.29707,131.24556,65.282875,605.129,256.01212,1793.4661,20.857855,2381.8357,237.48712,16.972244,13.404791,86.538284,175.736,265.7637,592.1147,59.782257,16.343771,9.266608,820.4621,302.23877,72.07678,35.058483,238.87732,26.033445,282.7481,11.773537,54.65666,0.0,2209.7234,3766.6965,1.7831743,33.108376,24.051914,20415.781,59.696552,2.039381,47.767746,83.413765,36.38507,10.153858,45.86436,433.28534,31.334902,30.411837,2.771577,8.49566,616.8405,0.33552718,404.25943,56.409676,2779.0322,96.87366,151.54205,187.81792,598.722,46.365837,52.848553,457.1396,36.16544,35.192867,12.119263,36.11602,220.36783,10.907245,8.254159,92.339714,18.875832,4573.855,25.518099,45.04032,22.866478,26.760218,357.586,92.32737,45.580647,11.123077,13.036529,42.450756,95.53284,237.36842,69.912094,260.8446,31.493225,36.86898,106.86763,120.145164,62.455574,137.25017,13.027226,5.2048388,16.647635,24.17426,3166.2258,16.832401,39.39467,155.4629,27.384205,298.04086,101.7957,243.03575,8.250155,101.06774,788.9343,778.11395,70.60614,871.80536,129.48709,98.91487,72.780876,100.297714,18.036644,49.332066,513.22925,11.873444,17.353838,289.27676,10.144239,6.1288652,77.06592,69.62389,703.3202,173.67137,179.427,2021.4353,57.07478,1784.4954,1486.3241,7.106112,4.6521506,1266.8602,15.107928,9.595429,325.78223,21.602903,45.123226,24.625214,87.31682,370.42407,273.98502,3.173871,31.10023,56.904076,423.14758,5.6515894,85.64467,7.569355,1.5715419,55.517834,1.2997674,1.459378,5.018939,10.173933,24.854837,18.783947,30.04301,247.33817,29.803762,13.168202,23.024193,6.273272,77.42742,3.023656,3.0898924,5.66129,62.308807,0.94843316,2.8809528,7.2000003,26.612904,15.014746,3.8778493,1.7605262,103.20945,11.514816,212.89346,8.885115,403.29047,19.902607,927.68176,159.82507,5.0394373,9.269325,286.32532,359.4425,1552.1549,785.165 +2023-03-22 01:00:00,0.0,3194.8962,28.25892,10.674024,7.2290754,32.360645,177.30098,28.61915,59.603313,23.65098,38.222412,159.95816,322.78845,17.077211,21.712715,11.198028,2.3097026,32.97937,21.736506,20.455915,427.66904,8.80332,309.9223,118.31023,14.39189,131.0766,131.17204,65.260544,604.8396,255.96982,1793.4377,20.814222,2381.9011,236.76091,16.945948,13.380917,86.37981,175.81026,265.75543,591.0058,59.796707,16.351793,9.265903,820.6953,301.67566,72.088974,35.07813,238.87556,26.018547,282.71515,11.77174,54.675327,0.0,2211.3235,3769.8193,1.786144,33.10266,24.061302,20424.41,59.723274,2.0402126,47.82919,83.5201,36.39829,10.155618,45.9232,433.3862,31.34262,30.444742,2.774744,8.496462,617.1126,0.3354257,404.58524,56.35672,2779.5051,96.80231,151.60448,187.83914,597.36914,46.301247,52.823017,456.49475,36.11589,35.14893,12.122626,36.11563,220.37099,10.906952,8.253527,92.36798,18.880245,4573.8057,25.526447,45.076614,22.874779,26.77159,357.59677,92.312645,45.61156,11.12629,13.0415535,42.477448,95.58783,237.51097,69.961525,260.90317,31.494911,36.905422,106.89472,120.311226,62.53606,137.20166,13.015046,5.211902,16.640455,24.200285,3170.1624,16.817472,39.462723,155.44994,27.395636,298.18546,101.82016,243.19818,8.249835,101.04774,789.52045,778.7115,70.65574,872.93866,129.52576,99.00924,72.7866,100.18082,18.019096,49.305325,513.33234,11.865407,17.342207,289.1636,10.143817,6.127963,77.047615,69.62757,703.3303,173.64487,179.43903,2021.5393,57.125797,1784.9502,1486.7554,7.1077313,4.652072,1266.7614,15.103397,9.596942,325.7395,21.607224,45.13488,24.636423,87.372795,370.6605,273.91605,3.1744382,31.104128,56.917767,423.38068,5.652938,85.648964,7.5700383,1.5713733,55.511642,1.299867,1.4592867,5.0186396,10.173967,24.861193,18.792624,30.049776,247.47037,29.80354,13.165419,23.011593,6.2717166,77.41314,3.0231407,3.087101,5.6606183,62.305584,0.9463326,2.8794312,7.1899424,26.646809,15.014209,3.8753583,1.7620999,103.29171,11.520966,212.94658,8.891268,403.57248,19.90876,927.3657,159.9263,5.041443,9.272839,286.60864,359.80215,1553.458,784.9963 +2023-03-22 02:00:00,0.0,3196.434,28.260563,10.685582,7.228486,32.375835,177.30377,28.626053,59.62744,23.65545,38.23471,159.97903,322.9431,17.08701,21.713387,11.194054,2.3086014,32.984524,21.701653,20.4459,427.70575,8.780379,309.8553,118.278244,14.36437,130.85614,131.09851,65.23821,604.5502,255.92752,1793.4094,20.770592,2381.9666,236.0347,16.919651,13.357041,86.22133,175.88452,265.74713,589.897,59.811157,16.359818,9.265198,820.9285,301.11252,72.10116,35.097775,238.87381,26.00365,282.6822,11.769943,54.693993,0.0,2212.9236,3772.9421,1.7891136,33.09695,24.070692,20433.04,59.75,2.0410442,47.890633,83.62644,36.411507,10.157376,45.982037,433.48706,31.35034,30.47765,2.777911,8.497263,617.38464,0.33532426,404.91107,56.303764,2779.9778,96.73096,151.6669,187.86035,596.0163,46.236652,52.797485,455.84995,36.066345,35.104992,12.125991,36.115246,220.37415,10.90666,8.252894,92.39625,18.88466,4573.756,25.534796,45.112904,22.88308,26.782959,357.6075,92.29791,45.64247,11.129502,13.046579,42.504135,95.64282,237.65352,70.010956,260.96176,31.496597,36.94186,106.92181,120.47729,62.61655,137.15314,13.002866,5.218965,16.633274,24.22631,3174.0989,16.802542,39.530777,155.43697,27.407066,298.33005,101.84462,243.36061,8.249516,101.02773,790.10657,779.309,70.70533,874.072,129.56442,99.1036,72.79231,100.06393,18.00155,49.27858,513.4355,11.85737,17.330576,289.0504,10.143394,6.127061,77.02932,69.63125,703.3405,173.61838,179.45107,2021.6432,57.17681,1785.4049,1487.1866,7.1093507,4.6519938,1266.6626,15.0988655,9.5984535,325.69678,21.611546,45.146534,24.647635,87.428764,370.89694,273.84705,3.1750054,31.108025,56.931458,423.61374,5.6542864,85.65327,7.5707216,1.5712048,55.50545,1.2999667,1.4591954,5.01834,10.174003,24.867548,18.801298,30.056541,247.60257,29.803316,13.162634,22.998991,6.2701616,77.39886,3.0226254,3.0843098,5.6599464,62.302357,0.9442319,2.8779097,7.1798844,26.680712,15.013671,3.8728673,1.7636734,103.37397,11.527116,212.99968,8.897421,403.8545,19.914911,927.0496,160.02754,5.0434484,9.276351,286.89197,360.16183,1554.7611,784.8276 +2023-03-22 03:00:00,0.0,3197.972,28.262205,10.697141,7.227897,32.39102,177.30658,28.632956,59.651573,23.65992,38.247005,159.99991,323.09778,17.096807,21.714058,11.19008,2.3075004,32.989674,21.6668,20.435884,427.74243,8.75744,309.78824,118.24626,14.336852,130.63568,131.02498,65.21588,604.26074,255.88522,1793.3811,20.726961,2382.032,235.30849,16.893354,13.333167,86.06287,175.95879,265.73886,588.7881,59.825603,16.36784,9.264492,821.1617,300.5494,72.11335,35.11742,238.87202,25.988752,282.64926,11.7681465,54.71266,0.0,2214.524,3776.065,1.7920834,33.091236,24.080082,20441.668,59.776722,2.041876,47.952076,83.73277,36.424725,10.159136,46.04088,433.58792,31.358059,30.510555,2.781078,8.498064,617.65674,0.33522278,405.2369,56.250805,2780.4507,96.65961,151.72931,187.88158,594.6635,46.172062,52.771954,455.2051,36.016796,35.061054,12.1293545,36.11486,220.37729,10.906368,8.252261,92.424515,18.889076,4573.7065,25.543144,45.149193,22.891382,26.79433,357.61826,92.28319,45.673386,11.132714,13.051605,42.530823,95.697815,237.79605,70.06039,261.02032,31.498285,36.9783,106.9489,120.64335,62.697037,137.10463,12.990685,5.2260284,16.626093,24.252337,3178.0354,16.787613,39.59883,155.424,27.418497,298.47464,101.86909,243.52306,8.249195,101.00773,790.6927,779.9066,70.75492,875.2053,129.60309,99.19797,72.79803,99.94704,17.984003,49.25184,513.5386,11.849334,17.318945,288.93723,10.142972,6.126158,77.01102,69.634926,703.35065,173.59189,179.46309,2021.7472,57.227825,1785.8597,1487.6179,7.1109695,4.651915,1266.5637,15.094334,9.599966,325.65402,21.615866,45.158188,24.658846,87.48473,371.13336,273.77805,3.1755726,31.111923,56.94515,423.8468,5.655635,85.65757,7.571405,1.5710363,55.49926,1.3000664,1.4591042,5.0180407,10.174038,24.873903,18.809975,30.063307,247.73479,29.803091,13.15985,22.986391,6.268606,77.384575,3.0221102,3.0815187,5.659274,62.29913,0.94213134,2.8763878,7.1698265,26.714617,15.013133,3.8703763,1.765247,103.45624,11.533265,213.0528,8.903574,404.13654,19.921064,926.7336,160.12878,5.045454,9.279864,287.1753,360.5215,1556.0642,784.65894 +2023-03-22 04:00:00,0.0,3199.5095,28.263847,10.708698,7.227308,32.40621,177.30937,28.639858,59.6757,23.66439,38.259304,160.02078,323.25244,17.106607,21.714731,11.186106,2.306399,32.994827,21.631945,20.425867,427.77914,8.7345,309.7212,118.21427,14.309334,130.4152,130.95146,65.19355,603.9713,255.84293,1793.3528,20.683329,2382.0972,234.58226,16.867056,13.309292,85.90439,176.03304,265.73056,587.6792,59.840054,16.375864,9.263787,821.3949,299.98627,72.12554,35.137066,238.87027,25.973854,282.6163,11.76635,54.731327,0.0,2216.124,3779.1877,1.795053,33.08552,24.089472,20450.297,59.803448,2.0427077,48.01352,83.83912,36.437943,10.160894,46.099716,433.68878,31.365778,30.543463,2.784245,8.498865,617.92883,0.33512133,405.56274,56.19785,2780.9233,96.58826,151.79173,187.9028,593.31067,46.107468,52.74642,454.56027,35.967247,35.017117,12.132719,36.11447,220.38045,10.906076,8.251629,92.45278,18.89349,4573.657,25.551493,45.185482,22.899683,26.805702,357.62903,92.268456,45.7043,11.135926,13.05663,42.55751,95.75281,237.9386,70.10981,261.07892,31.499971,37.01474,106.97598,120.80941,62.777523,137.05612,12.978505,5.2330914,16.618912,24.278362,3181.972,16.772684,39.666885,155.41103,27.429928,298.61923,101.89355,243.68549,8.248875,100.987724,791.2788,780.50415,70.80452,876.3387,129.64175,99.29233,72.80374,99.83015,17.966457,49.225098,513.6417,11.841297,17.307314,288.82404,10.1425495,6.125256,76.99272,69.6386,703.3608,173.56538,179.47513,2021.8511,57.27884,1786.3145,1488.0492,7.112589,4.651837,1266.4648,15.089803,9.601479,325.6113,21.620188,45.16984,24.670055,87.54071,371.3698,273.70905,3.1761398,31.11582,56.95884,424.0799,5.6569834,85.66187,7.572088,1.5708678,55.49307,1.3001659,1.4590129,5.017741,10.174073,24.880259,18.81865,30.07007,247.86699,29.802868,13.157066,22.973791,6.2670507,77.37029,3.021595,3.0787275,5.658602,62.295906,0.9400307,2.8748662,7.1597686,26.748522,15.012595,3.8678854,1.7668207,103.5385,11.539415,213.1059,8.909727,404.41855,19.927217,926.41754,160.23003,5.0474596,9.283378,287.45862,360.8812,1557.3673,784.49023 +2023-03-22 05:00:00,0.0,3201.0474,28.26549,10.720257,7.2267184,32.421402,177.31216,28.64676,59.69983,23.668861,38.271603,160.04166,323.40714,17.116405,21.715403,11.182132,2.3052979,32.999977,21.597092,20.415852,427.81583,8.71156,309.65414,118.18229,14.281816,130.19475,130.87793,65.17122,603.6819,255.80063,1793.3245,20.639698,2382.1626,233.85605,16.84076,13.285417,85.74591,176.1073,265.7223,586.5703,59.854504,16.383886,9.263082,821.6281,299.42316,72.137726,35.15671,238.8685,25.958956,282.58334,11.764553,54.749996,0.0,2217.724,3782.3103,1.7980226,33.079807,24.098862,20458.926,59.83017,2.0435393,48.074963,83.94546,36.45116,10.162654,46.158554,433.78964,31.373497,30.576368,2.7874122,8.499666,618.20087,0.3350199,405.88855,56.144894,2781.3962,96.516914,151.85416,187.92403,591.9578,46.042877,52.72089,453.91544,35.917698,34.97318,12.136083,36.11409,220.3836,10.905785,8.250996,92.48105,18.897905,4573.608,25.559841,45.221775,22.907984,26.817072,357.63977,92.25373,45.735214,11.139138,13.061656,42.584198,95.8078,238.08115,70.15924,261.13748,31.501657,37.051178,107.003075,120.97547,62.858013,137.0076,12.966326,5.2401547,16.611732,24.304388,3185.9084,16.757753,39.73494,155.39806,27.441359,298.76382,101.91801,243.84793,8.248555,100.96772,791.8649,781.1017,70.85411,877.472,129.68042,99.386696,72.809456,99.71325,17.94891,49.198357,513.7448,11.833261,17.295683,288.71088,10.142127,6.124354,76.97442,69.64228,703.371,173.5389,179.48715,2021.9551,57.329853,1786.7692,1488.4806,7.114208,4.651758,1266.366,15.085271,9.60299,325.56857,21.624508,45.18149,24.681267,87.59668,371.60623,273.64005,3.176707,31.119719,56.97253,424.31296,5.658332,85.66617,7.572771,1.5706992,55.486877,1.3002656,1.4589217,5.0174417,10.1741085,24.886612,18.827326,30.076836,247.99919,29.802643,13.154282,22.96119,6.265496,77.35602,3.0210798,3.075936,5.65793,62.29268,0.9379301,2.8733447,7.149711,26.782427,15.012058,3.865394,1.7683942,103.62076,11.545565,213.159,8.91588,404.70056,19.93337,926.10144,160.33125,5.049465,9.286891,287.74194,361.24088,1558.6704,784.3216 +2023-03-22 06:00:00,0.0,3202.585,28.26713,10.731814,7.226129,32.436592,177.31496,28.653664,59.72396,23.67333,38.2839,160.06253,323.5618,17.126204,21.716074,11.178159,2.3041968,33.00513,21.562239,20.405836,427.8525,8.688621,309.58713,118.15031,14.254296,129.97427,130.8044,65.14888,603.3925,255.75833,1793.2961,20.596067,2382.228,233.12984,16.814463,13.261542,85.58744,176.18156,265.714,585.4614,59.86895,16.39191,9.262376,821.8613,298.86002,72.14992,35.176357,238.86673,25.944057,282.5504,11.762755,54.76866,0.0,2219.3242,3785.433,1.8009924,33.074093,24.108252,20467.555,59.856895,2.044371,48.13641,84.051796,36.464375,10.164413,46.217392,433.8905,31.381216,30.609274,2.790579,8.500468,618.47296,0.3349184,406.2144,56.091934,2781.869,96.445564,151.91656,187.94525,590.605,45.978287,52.69536,453.2706,35.86815,34.929237,12.139447,36.1137,220.38676,10.905493,8.250363,92.509315,18.902319,4573.5586,25.56819,45.258064,22.916285,26.828444,357.6505,92.239006,45.76613,11.142351,13.066682,42.610886,95.86279,238.2237,70.20867,261.19608,31.503344,37.08762,107.03016,121.14153,62.9385,136.95909,12.954145,5.2472177,16.604551,24.330414,3189.8452,16.742825,39.802994,155.38509,27.45279,298.90845,101.942474,244.01036,8.248235,100.947716,792.45105,781.6992,70.9037,878.60535,129.71909,99.48106,72.81518,99.59636,17.931364,49.17161,513.84796,11.825224,17.28405,288.5977,10.141705,6.123451,76.95612,69.64596,703.3811,173.51239,179.49919,2022.0591,57.380867,1787.224,1488.9119,7.1158276,4.65168,1266.2672,15.080739,9.604503,325.52585,21.62883,45.193146,24.692478,87.65265,371.84268,273.57104,3.1772742,31.123617,56.98622,424.54602,5.6596804,85.67047,7.5734544,1.5705307,55.480686,1.3003652,1.4588304,5.0171423,10.174143,24.892967,18.836,30.083601,248.1314,29.80242,13.151498,22.94859,6.2639403,77.341736,3.0205646,3.073145,5.657258,62.289455,0.93582946,2.871823,7.139653,26.81633,15.01152,3.862903,1.7699678,103.70302,11.551715,213.21211,8.922034,404.98257,19.939522,925.7854,160.4325,5.051471,9.290404,288.02527,361.60052,1559.9735,784.1529 +2023-03-22 07:00:00,0.0,3204.1228,28.268772,10.743373,7.2255397,32.451782,177.31775,28.660566,59.74809,23.677801,38.2962,160.0834,323.71646,17.136003,21.716747,11.174185,2.3030956,33.01028,21.527386,20.39582,427.88922,8.665681,309.52008,118.11832,14.226778,129.75381,130.73087,65.12655,603.1031,255.71603,1793.2678,20.552437,2382.2935,232.40361,16.788166,13.237667,85.42896,176.25581,265.7057,584.35254,59.8834,16.399933,9.26167,822.0945,298.2969,72.16211,35.196003,238.86497,25.92916,282.51746,11.760959,54.78733,0.0,2220.9246,3788.556,1.803962,33.068382,24.117641,20476.184,59.88362,2.0452027,48.197853,84.15813,36.477592,10.166172,46.276234,433.99136,31.388935,30.642181,2.7937462,8.501269,618.74506,0.33481696,406.54022,56.03898,2782.3418,96.374214,151.97899,187.96646,589.25214,45.913692,52.669827,452.62576,35.8186,34.8853,12.142811,36.11332,220.38991,10.905201,8.249731,92.53758,18.906734,4573.5093,25.576538,45.294353,22.924587,26.839815,357.6613,92.22427,45.797043,11.145563,13.071708,42.637573,95.917786,238.36623,70.2581,261.25464,31.505032,37.124058,107.05725,121.307594,63.01899,136.91058,12.941965,5.254281,16.59737,24.35644,3193.7817,16.727896,39.871048,155.37212,27.46422,299.05304,101.966934,244.1728,8.247914,100.92771,793.0372,782.29675,70.95329,879.73865,129.75775,99.575424,72.82089,99.47947,17.913816,49.14487,513.95105,11.817187,17.272419,288.4845,10.141282,6.122549,76.93782,69.649635,703.39124,173.4859,179.51122,2022.1631,57.43188,1787.6787,1489.3431,7.117447,4.651602,1266.1683,15.076208,9.606014,325.48312,21.633152,45.2048,24.703688,87.70862,372.0791,273.50204,3.1778414,31.127514,56.999916,424.7791,5.6610293,85.674774,7.5741377,1.5703621,55.474495,1.3004649,1.4587392,5.016843,10.174178,24.899323,18.844677,30.090366,248.26361,29.802195,13.148713,22.935987,6.262385,77.32745,3.0200493,3.0703537,5.656586,62.28623,0.9337289,2.8703015,7.1295953,26.850235,15.0109825,3.8604121,1.7715414,103.785286,11.557864,213.26521,8.928187,405.2646,19.945675,925.46936,160.53374,5.053477,9.293917,288.3086,361.9602,1561.2766,783.98425 +2023-03-22 08:00:00,0.0,3205.6604,28.270414,10.754931,7.2249503,32.46697,177.32054,28.667469,59.772217,23.68227,38.3085,160.1043,323.87115,17.145802,21.717419,11.170211,2.3019943,33.015434,21.492533,20.385805,427.9259,8.642741,309.45303,118.086334,14.19926,129.53336,130.65735,65.10422,602.81366,255.67374,1793.2395,20.508804,2382.359,231.6774,16.761868,13.213792,85.270485,176.33008,265.69742,583.2437,59.89785,16.407957,9.260965,822.3277,297.73376,72.17429,35.21565,238.86322,25.91426,282.4845,11.759162,54.805996,0.0,2222.5247,3791.6787,1.8069317,33.062668,24.127031,20484.812,59.910343,2.0460343,48.259296,84.264465,36.49081,10.167932,46.33507,434.09222,31.396654,30.675087,2.7969131,8.50207,619.01715,0.3347155,406.86606,55.986023,2782.8145,96.302864,152.0414,187.98769,587.89935,45.849102,52.644295,451.98093,35.76905,34.841362,12.146175,36.11293,220.39307,10.904909,8.249098,92.56585,18.91115,4573.4595,25.584887,45.330647,22.932888,26.851185,357.67203,92.20955,45.827957,11.148775,13.076733,42.66426,95.97278,238.50877,70.307526,261.31323,31.506718,37.1605,107.084335,121.473656,63.099476,136.86206,12.929785,5.261344,16.59019,24.382465,3197.7183,16.712965,39.939102,155.35915,27.47565,299.19763,101.991394,244.33524,8.247595,100.90771,793.6233,782.89435,71.00289,880.872,129.79642,99.669785,72.82661,99.36258,17.89627,49.11813,514.0542,11.809151,17.260788,288.37134,10.140861,6.121647,76.91952,69.65332,703.4014,173.45941,179.52325,2022.2671,57.482895,1788.1335,1489.7744,7.119066,4.651523,1266.0695,15.071676,9.607527,325.4404,21.637472,45.216454,24.7149,87.764595,372.31552,273.43307,3.1784086,31.131413,57.013607,425.01218,5.662378,85.67908,7.574821,1.5701936,55.468304,1.3005645,1.4586478,5.0165434,10.174213,24.905678,18.853352,30.097132,248.39581,29.801971,13.145929,22.923388,6.2608294,77.31317,3.019534,3.0675626,5.655914,62.283,0.9316282,2.8687797,7.1195374,26.88414,15.010445,3.8579211,1.773115,103.867546,11.564014,213.31833,8.9343405,405.5466,19.951828,925.15326,160.63496,5.0554824,9.29743,288.59192,362.3199,1562.5797,783.81555 +2023-03-22 09:00:00,0.0,3207.1982,28.272057,10.766489,7.2243614,32.48216,177.32333,28.674372,59.79635,23.68674,38.320797,160.12517,324.02582,17.1556,21.718092,11.166237,2.3008933,33.020588,21.45768,20.37579,427.96262,8.619801,309.38602,118.054344,14.1717415,129.31288,130.58382,65.08189,602.52423,255.63144,1793.2113,20.465174,2382.4243,230.95119,16.73557,13.189918,85.11201,176.40434,265.68912,582.1348,59.9123,16.41598,9.26026,822.5609,297.17062,72.186485,35.2353,238.86145,25.899363,282.45157,11.757365,54.824665,0.0,2224.125,3794.8013,1.8099014,33.056953,24.136421,20493.443,59.93707,2.046866,48.32074,84.37081,36.50403,10.16969,46.39391,434.19308,31.404373,30.707994,2.8000803,8.5028715,619.2892,0.33461404,407.19186,55.933064,2783.2874,96.231514,152.10382,188.00891,586.5465,45.784508,52.618763,451.3361,35.7195,34.797424,12.14954,36.112545,220.39622,10.904617,8.248466,92.594124,18.915564,4573.41,25.593235,45.366936,22.941189,26.862556,357.6828,92.19482,45.85887,11.151987,13.0817585,42.69095,96.02778,238.65132,70.35696,261.3718,31.508404,37.196938,107.11143,121.63972,63.179966,136.81355,12.917605,5.2684073,16.58301,24.40849,3201.6548,16.698036,40.007156,155.34618,27.487082,299.34222,102.01586,244.49768,8.247274,100.8877,794.2094,783.4919,71.05248,882.0053,129.83508,99.76415,72.83232,99.24568,17.878723,49.09139,514.15735,11.801114,17.249157,288.25815,10.140438,6.120744,76.90122,69.657,703.41156,173.4329,179.53528,2022.371,57.53391,1788.5883,1490.2057,7.1206856,4.651445,1265.9706,15.067144,9.609038,325.39767,21.641794,45.228107,24.726109,87.820564,372.55197,273.36407,3.1789758,31.13531,57.027298,425.24524,5.6637263,85.68337,7.5755043,1.5700251,55.462112,1.3006641,1.4585565,5.016244,10.174249,24.912031,18.862028,30.103897,248.52802,29.801746,13.143145,22.910786,6.2592745,77.29889,3.019019,3.0647714,5.655242,62.279778,0.92952764,2.867258,7.1094794,26.918045,15.009908,3.8554301,1.7746886,103.94981,11.570164,213.37143,8.940494,405.8286,19.95798,924.8372,160.7362,5.057488,9.300943,288.87524,362.67957,1563.8827,783.64685 +2023-03-22 10:00:00,0.0,3208.7358,28.273699,10.778048,7.223772,32.49735,177.32613,28.681274,59.820477,23.69121,38.333096,160.14604,324.18048,17.1654,21.718763,11.162263,2.299792,33.025738,21.422827,20.365774,427.9993,8.596861,309.31897,118.02236,14.144222,129.09242,130.51028,65.059555,602.2348,255.58914,1793.183,20.421543,2382.4897,230.22496,16.709274,13.166042,84.95354,176.47859,265.68085,581.02594,59.926746,16.424004,9.259554,822.7941,296.6075,72.19868,35.254944,238.85968,25.884464,282.4186,11.7555685,54.84333,0.0,2225.725,3797.924,1.812871,33.05124,24.14581,20502.072,59.96379,2.0476975,48.382183,84.47715,36.517246,10.17145,46.45275,434.29395,31.412092,30.7409,2.8032472,8.503674,619.5613,0.33451256,407.5177,55.880108,2783.76,96.16017,152.16624,188.03014,585.19366,45.719917,52.59323,450.69125,35.669952,34.753487,12.152904,36.11216,220.39938,10.904325,8.247832,92.62239,18.91998,4573.361,25.601583,45.403225,22.949492,26.873928,357.69354,92.18009,45.889786,11.155199,13.086784,42.71764,96.08277,238.79387,70.40639,261.43036,31.51009,37.23338,107.13851,121.80578,63.260452,136.76503,12.905425,5.2754703,16.575829,24.434515,3205.5913,16.683105,40.07521,155.3332,27.498512,299.48682,102.04032,244.66011,8.246954,100.86769,794.79553,784.0894,71.10207,883.1387,129.87375,99.85852,72.838036,99.12879,17.861177,49.064644,514.26044,11.793077,17.237526,288.14496,10.140016,6.119842,76.88292,69.660675,703.4217,173.40642,179.54732,2022.475,57.584923,1789.0431,1490.637,7.1223044,4.651366,1265.8717,15.0626135,9.610551,325.35495,21.646114,45.239758,24.73732,87.87653,372.7884,273.29507,3.179543,31.139208,57.04099,425.47833,5.665075,85.687675,7.5761876,1.5698565,55.45592,1.3007637,1.4584653,5.0159445,10.174284,24.918386,18.870705,30.110662,248.66022,29.801523,13.140361,22.898186,6.257719,77.28461,3.0185037,3.06198,5.65457,62.27655,0.927427,2.8657365,7.0994215,26.951948,15.00937,3.852939,1.7762622,104.03207,11.576314,213.42455,8.946647,406.11063,19.964132,924.5212,160.83745,5.0594935,9.304457,289.15857,363.03925,1565.1858,783.4782 +2023-03-22 11:00:00,0.0,3210.2737,28.275341,10.789606,7.2231827,32.51254,177.32893,28.688179,59.844604,23.69568,38.345394,160.16692,324.33514,17.175198,21.719435,11.158289,2.2986908,33.03089,21.387974,20.355759,428.03598,8.573921,309.25192,117.99038,14.116704,128.87195,130.43675,65.037224,601.9454,255.54684,1793.1547,20.377913,2382.5552,229.49875,16.682978,13.142167,84.79507,176.55286,265.67255,579.91705,59.941196,16.432028,9.258848,823.02734,296.04437,72.21086,35.27459,238.85791,25.869566,282.38568,11.753772,54.862,0.0,2227.3252,3801.0469,1.8158407,33.045525,24.1552,20510.701,59.990517,2.0485294,48.443626,84.58348,36.530464,10.173209,46.51159,434.3948,31.419813,30.773808,2.8064144,8.504475,619.8334,0.3344111,407.84354,55.827152,2784.233,96.08882,152.22865,188.05135,583.8408,45.655323,52.567696,450.04645,35.620403,34.70955,12.156268,36.111774,220.40253,10.904033,8.2472,92.65066,18.924395,4573.3115,25.609932,45.439518,22.957792,26.885298,357.70428,92.16536,45.9207,11.158412,13.091809,42.744328,96.137764,238.9364,70.45581,261.48895,31.511778,37.269817,107.1656,121.97184,63.340942,136.71652,12.893245,5.2825336,16.568647,24.46054,3209.5278,16.668177,40.143265,155.32024,27.509943,299.6314,102.06478,244.82256,8.2466345,100.84769,795.38165,784.68695,71.15167,884.272,129.91241,99.95288,72.84376,99.0119,17.84363,49.037903,514.3636,11.785041,17.225895,288.03177,10.139593,6.11894,76.864624,69.66435,703.4319,173.37991,179.55934,2022.5789,57.635937,1789.4978,1491.0682,7.123924,4.651288,1265.773,15.058082,9.612062,325.31223,21.650436,45.25141,24.748531,87.93251,373.02484,273.22607,3.1801102,31.143106,57.05468,425.7114,5.6664233,85.69198,7.5768704,1.569688,55.44973,1.3008634,1.458374,5.015645,10.174318,24.924742,18.87938,30.117428,248.79243,29.801298,13.137577,22.885584,6.2561636,77.27033,3.0179882,3.0591888,5.653898,62.273323,0.9253264,2.864215,7.0893636,26.985853,15.008832,3.850448,1.7778357,104.114334,11.582463,213.47765,8.9528,406.39264,19.970285,924.2051,160.93869,5.061499,9.30797,289.4419,363.3989,1566.4889,783.3095 +2023-03-22 12:00:00,0.0,3211.8115,28.276983,10.801164,7.2225933,32.52773,177.33173,28.695082,59.868736,23.70015,38.357693,160.18779,324.48984,17.184996,21.720108,11.154315,2.2975895,33.03604,21.353119,20.345743,428.0727,8.5509815,309.18488,117.95839,14.089186,128.65149,130.36324,65.014885,601.65594,255.50455,1793.1263,20.33428,2382.6204,228.77254,16.656681,13.118293,84.63659,176.62712,265.66428,578.80817,59.955647,16.44005,9.258143,823.2605,295.48126,72.22305,35.294235,238.85614,25.854668,282.35272,11.751975,54.880665,0.0,2228.9255,3804.1697,1.8188103,33.039814,24.164589,20519.33,60.01724,2.049361,48.505074,84.68982,36.54368,10.174968,46.570427,434.49567,31.427532,30.806713,2.8095813,8.505276,620.1054,0.33430967,408.16937,55.774193,2784.7056,96.01747,152.29106,188.07257,582.48804,45.590733,52.542164,449.4016,35.570854,34.66561,12.159632,36.11139,220.40569,10.903741,8.246568,92.678925,18.928808,4573.262,25.61828,45.475807,22.966093,26.89667,357.71506,92.150635,45.951614,11.161624,13.096835,42.771015,96.19276,239.07895,70.50524,261.54752,31.513464,37.30626,107.19269,122.1379,63.42143,136.66801,12.881064,5.289597,16.561468,24.486567,3213.4644,16.653248,40.21132,155.30727,27.521374,299.77603,102.08925,244.98499,8.246314,100.82768,795.9678,785.2845,71.20126,885.40533,129.95107,100.04725,72.84947,98.89501,17.826084,49.01116,514.4667,11.777004,17.214264,287.9186,10.139171,6.118037,76.84632,69.66803,703.442,173.35342,179.57138,2022.683,57.68695,1789.9526,1491.4995,7.125543,4.6512094,1265.6741,15.05355,9.613575,325.2695,21.654757,45.263065,24.75974,87.98848,373.26126,273.15707,3.1806774,31.147003,57.06837,425.94446,5.667772,85.69628,7.5775537,1.5695195,55.44354,1.300963,1.4582828,5.0153456,10.174354,24.931097,18.888056,30.124193,248.92464,29.801075,13.134792,22.872984,6.2546086,77.25605,3.017473,3.0563977,5.653226,62.2701,0.92322576,2.8626933,7.0793056,27.019758,15.008294,3.847957,1.7794094,104.196594,11.5886135,213.53075,8.958953,406.67465,19.976437,923.88904,161.03992,5.0635047,9.311482,289.72522,363.75858,1567.792,783.14087 +2023-03-22 13:00:00,0.0,3213.349,28.278624,10.812722,7.222004,32.542915,177.33452,28.701984,59.892864,23.70462,38.36999,160.20866,324.6445,17.194796,21.72078,11.150341,2.2964885,33.041195,21.318266,20.335728,428.10938,8.528042,309.11786,117.92641,14.061667,128.43103,130.2897,64.99255,601.3665,255.46225,1793.098,20.29065,2382.6858,228.04633,16.630383,13.094418,84.47812,176.70137,265.65598,577.6993,59.970093,16.448074,9.257438,823.4937,294.91812,72.235245,35.31388,238.85439,25.839771,282.31976,11.750178,54.899334,0.0,2230.5256,3807.2922,1.8217801,33.0341,24.173979,20527.959,60.043964,2.0501926,48.566517,84.796165,36.556896,10.176727,46.629265,434.59653,31.435251,30.83962,2.8127484,8.506077,620.3775,0.3342082,408.49518,55.721237,2785.1785,95.94612,152.35349,188.0938,581.1352,45.526142,52.516632,448.75677,35.521305,34.621674,12.162996,36.111,220.40884,10.903449,8.2459345,92.70719,18.933224,4573.213,25.626629,45.512096,22.974396,26.908041,357.7258,92.1359,45.98253,11.164836,13.101861,42.797703,96.24775,239.2215,70.55467,261.6061,31.51515,37.342697,107.21977,122.30396,63.50192,136.61949,12.868885,5.29666,16.554287,24.512592,3217.401,16.638317,40.27937,155.2943,27.532804,299.92062,102.11371,245.14743,8.245995,100.80768,796.5539,785.8821,71.250854,886.53864,129.98973,100.14161,72.85519,98.77812,17.808537,48.98442,514.5698,11.768968,17.202631,287.80542,10.138748,6.117135,76.828026,69.67171,703.45215,173.32693,179.5834,2022.7869,57.737965,1790.4073,1491.9308,7.1271625,4.651131,1265.5752,15.049019,9.6150875,325.22675,21.659079,45.27472,24.770952,88.04445,373.4977,273.08807,3.1812446,31.150902,57.08206,426.17752,5.6691203,85.70058,7.578237,1.569351,55.437347,1.3010626,1.4581915,5.015046,10.174389,24.93745,18.89673,30.130959,249.05684,29.800852,13.132009,22.860384,6.253053,77.24177,3.0169578,3.0536065,5.6525536,62.266872,0.9211252,2.8611717,7.0692477,27.053663,15.007757,3.845466,1.780983,104.278854,11.594764,213.58386,8.965106,406.9567,19.98259,923.573,161.14116,5.0655103,9.314996,290.00854,364.11826,1569.0951,782.97217 +2023-03-22 14:00:00,0.0,3214.887,28.280266,10.824281,7.2214146,32.558105,177.33731,28.708887,59.916992,23.70909,38.38229,160.22954,324.79916,17.204594,21.72145,11.146368,2.2953873,33.046345,21.283413,20.325712,428.14606,8.505102,309.0508,117.89442,14.034148,128.21056,130.21617,64.97022,601.0771,255.41995,1793.0697,20.247019,2382.7512,227.3201,16.604086,13.070542,84.31964,176.77563,265.6477,576.5904,59.984543,16.456097,9.256732,823.7269,294.355,72.24743,35.333527,238.85263,25.824873,282.28683,11.748382,54.918,0.0,2232.1257,3810.415,1.8247497,33.028385,24.183369,20536.588,60.07069,2.0510242,48.62796,84.902504,36.570114,10.178486,46.688107,434.6974,31.44297,30.872526,2.8159153,8.506878,620.6496,0.33410674,408.821,55.668278,2785.6511,95.87477,152.4159,188.11502,579.78235,45.461548,52.4911,448.11194,35.47176,34.577736,12.16636,36.11062,220.412,10.903157,8.245302,92.73546,18.93764,4573.163,25.634977,45.548386,22.982697,26.91941,357.73654,92.12118,46.01344,11.168048,13.106886,42.82439,96.30274,239.36404,70.6041,261.66467,31.516836,37.37914,107.246864,122.470024,63.582405,136.57098,12.856705,5.3037233,16.547106,24.538618,3221.3376,16.623388,40.347424,155.28133,27.544235,300.06522,102.13817,245.30986,8.245674,100.787674,797.14,786.4796,71.300446,887.672,130.0284,100.23598,72.8609,98.661224,17.79099,48.957676,514.6729,11.760931,17.191,287.69223,10.138326,6.116233,76.80972,69.675385,703.46234,173.30043,179.59544,2022.8909,57.78898,1790.8622,1492.3622,7.128782,4.651053,1265.4763,15.044487,9.616599,325.18402,21.6634,45.286373,24.782164,88.100426,373.73413,273.01907,3.1818118,31.154799,57.095753,426.4106,5.670469,85.70488,7.5789204,1.5691824,55.431156,1.3011622,1.4581003,5.0147467,10.174424,24.943806,18.905407,30.137724,249.18904,29.800627,13.129224,22.847782,6.2514977,77.227486,3.0164425,3.0508153,5.6518817,62.26365,0.9190246,2.85965,7.0591903,27.087566,15.007219,3.842975,1.7825565,104.36112,11.600913,213.63696,8.971259,407.2387,19.988743,923.25696,161.2424,5.067516,9.318509,290.29184,364.47794,1570.3982,782.80347 +2023-03-22 15:00:00,0.0,3216.4246,28.281908,10.835838,7.2208257,32.573296,177.3401,28.71579,59.94112,23.71356,38.394585,160.25041,324.95383,17.214392,21.722124,11.142394,2.294286,33.0515,21.24856,20.315697,428.18277,8.4821615,308.98376,117.862434,14.00663,127.9901,130.14265,64.94789,600.78766,255.37766,1793.0414,20.203386,2382.8167,226.59389,16.57779,13.046668,84.16116,176.8499,265.6394,575.48157,59.998993,16.46412,9.256027,823.96014,293.79187,72.25962,35.353172,238.85086,25.809975,282.25388,11.746585,54.93667,0.0,2233.726,3813.5378,1.8277193,33.02267,24.192759,20545.217,60.097412,2.051856,48.689404,85.008835,36.583332,10.180245,46.746944,434.79825,31.45069,30.905434,2.8190825,8.50768,620.9217,0.33400527,409.14685,55.615322,2786.124,95.80343,152.47832,188.13625,578.4295,45.396957,52.46557,447.4671,35.42221,34.533794,12.169724,36.11023,220.41515,10.902865,8.24467,92.763725,18.942053,4573.114,25.643326,45.58468,22.990997,26.930782,357.7473,92.10645,46.044353,11.17126,13.111912,42.851078,96.357735,239.50658,70.65353,261.72327,31.518524,37.415577,107.27395,122.636086,63.662895,136.52248,12.844524,5.3107862,16.539927,24.564644,3225.2742,16.608458,40.415478,155.26836,27.555666,300.2098,102.162636,245.4723,8.245354,100.76767,797.72614,787.07715,71.350044,888.8053,130.06706,100.33034,72.86662,98.544334,17.773443,48.930935,514.77606,11.752894,17.179369,287.57907,10.137903,6.1153307,76.79143,69.67906,703.4725,173.27394,179.60748,2022.9948,57.839993,1791.3169,1492.7935,7.130401,4.6509743,1265.3776,15.039955,9.618112,325.1413,21.66772,45.298027,24.793373,88.156395,373.97055,272.9501,3.182379,31.158697,57.109444,426.64368,5.6718173,85.70918,7.5796037,1.5690138,55.424965,1.3012619,1.458009,5.014447,10.1744585,24.950161,18.914082,30.14449,249.32126,29.800404,13.12644,22.835182,6.249943,77.2132,3.0159273,3.048024,5.65121,62.26042,0.91692394,2.8581283,7.0491323,27.121471,15.006681,3.840484,1.7841301,104.44338,11.607063,213.69008,8.977412,407.52072,19.994896,922.94086,161.34363,5.069522,9.322022,290.57516,364.83762,1571.7013,782.6348 +2023-03-22 16:00:00,0.0,3217.9624,28.28355,10.847397,7.2202363,32.588486,177.3429,28.722692,59.965252,23.718029,38.406883,160.27129,325.10852,17.22419,21.722795,11.13842,2.293185,33.056652,21.213707,20.305681,428.21945,8.459222,308.91675,117.83045,13.979112,127.76963,130.06912,64.92556,600.4982,255.33536,1793.0131,20.159756,2382.882,225.86768,16.551493,13.022793,84.00269,176.92415,265.63113,574.3727,60.01344,16.472143,9.2553215,824.19336,293.22873,72.27181,35.372818,238.84909,25.795076,282.22092,11.744788,54.955334,0.0,2235.3262,3816.6606,1.8306891,33.016956,24.202148,20553.846,60.124138,2.0526876,48.750847,85.11517,36.59655,10.182005,46.805782,434.8991,31.458408,30.93834,2.8222494,8.508481,621.1937,0.33390382,409.4727,55.562366,2786.5967,95.73208,152.54073,188.15746,577.0767,45.332363,52.440037,446.82227,35.37266,34.489857,12.173088,36.109844,220.4183,10.902574,8.244037,92.79199,18.946468,4573.0645,25.651674,45.620968,22.999298,26.942154,357.75806,92.09172,46.075268,11.174473,13.116938,42.877766,96.41273,239.64912,70.70296,261.78183,31.52021,37.45202,107.30104,122.802155,63.74338,136.47395,12.832344,5.3178496,16.532745,24.59067,3229.2107,16.593529,40.483532,155.25539,27.567097,300.3544,102.187096,245.63474,8.245034,100.747665,798.31226,787.6747,71.399635,889.93866,130.10573,100.424706,72.87234,98.427444,17.755898,48.904194,514.8792,11.744857,17.167738,287.46588,10.137481,6.114428,76.773125,69.68274,703.4826,173.24745,179.6195,2023.0989,57.891006,1791.7717,1493.2247,7.1320205,4.650896,1265.2787,15.035424,9.619623,325.09857,21.672043,45.309677,24.804585,88.212364,374.207,272.8811,3.1829462,31.162596,57.12314,426.87674,5.673166,85.713486,7.580287,1.5688454,55.418774,1.3013616,1.4579178,5.0141478,10.174494,24.956516,18.922758,30.151255,249.45346,29.800179,13.123656,22.82258,6.2483873,77.19892,3.015412,3.0452328,5.6505375,62.257195,0.91482335,2.8566067,7.0390744,27.155376,15.006144,3.8379927,1.7857038,104.52564,11.613213,213.74318,8.983565,407.80273,20.001047,922.6248,161.44487,5.0715275,9.325536,290.8585,365.19727,1573.0044,782.4661 +2023-03-22 17:00:00,0.0,3219.5,28.285192,10.858954,7.219647,32.603676,177.34569,28.729595,59.98938,23.7225,38.41918,160.29216,325.26318,17.23399,21.723467,11.134446,2.2920837,33.061802,21.178854,20.295666,428.25616,8.436282,308.8497,117.79846,13.951592,127.549164,129.99559,64.90323,600.2088,255.29306,1792.9849,20.116125,2382.9475,225.14145,16.525194,12.998918,83.844215,176.99841,265.62283,573.2638,60.02789,16.480167,9.254616,824.4265,292.66562,72.284,35.392464,238.84732,25.780178,282.188,11.742991,54.974003,0.0,2236.9263,3819.7834,1.8336587,33.011246,24.211538,20562.475,60.15086,2.0535192,48.81229,85.22151,36.609768,10.1837635,46.864624,434.99997,31.466127,30.971247,2.8254166,8.509282,621.4658,0.33380237,409.79852,55.509407,2787.0696,95.66073,152.60315,188.17868,575.7239,45.267773,52.414505,446.17743,35.323112,34.44592,12.176453,36.10946,220.42146,10.902282,8.243404,92.82026,18.950882,4573.015,25.660023,45.657257,23.0076,26.953524,357.7688,92.076996,46.106182,11.177685,13.1219635,42.904453,96.46772,239.79167,70.75239,261.84042,31.521896,37.488457,107.328125,122.968216,63.82387,136.42545,12.820164,5.3249125,16.525564,24.616695,3233.1472,16.5786,40.551586,155.24242,27.578527,300.499,102.211555,245.79718,8.244714,100.72766,798.89844,788.2722,71.44923,891.07196,130.1444,100.519066,72.87805,98.310555,17.73835,48.877453,514.9823,11.73682,17.156107,287.3527,10.137058,6.113526,76.75482,69.68642,703.4928,173.22095,179.63155,2023.2026,57.942024,1792.2264,1493.656,7.1336393,4.6508174,1265.1798,15.030892,9.621136,325.05585,21.676363,45.32133,24.815796,88.26834,374.44342,272.8121,3.1835134,31.166492,57.13683,427.10983,5.674515,85.71778,7.5809703,1.5686768,55.41258,1.3014611,1.4578265,5.0138483,10.174529,24.96287,18.931435,30.15802,249.58566,29.799955,13.120872,22.80998,6.246832,77.18465,3.0148969,3.0424416,5.6498656,62.25397,0.9127227,2.8550851,7.0290165,27.189281,15.005607,3.8355017,1.7872773,104.6079,11.619363,213.7963,8.989719,408.08475,20.0072,922.3088,161.54611,5.073533,9.329048,291.1418,365.55695,1574.3075,782.2975 +2023-03-22 18:00:00,0.0,3221.0378,28.286835,10.870513,7.2190576,32.618866,177.3485,28.736498,60.013508,23.726969,38.43148,160.31305,325.41785,17.243788,21.72414,11.130472,2.2909825,33.066956,21.144001,20.28565,428.29285,8.413342,308.78265,117.76648,13.924074,127.3287,129.92206,64.88089,599.9194,255.25076,1792.9565,20.072495,2383.013,224.41524,16.498898,12.975043,83.685745,177.07268,265.61456,572.1549,60.04234,16.48819,9.25391,824.6597,292.10248,72.29619,35.41211,238.84555,25.76528,282.15503,11.741195,54.99267,0.0,2238.5264,3822.906,1.8366284,33.00553,24.220928,20571.105,60.177586,2.0543509,48.873734,85.32786,36.622982,10.185523,46.923462,435.10083,31.473846,31.004152,2.8285837,8.510083,621.7379,0.3337009,410.12433,55.45645,2787.5422,95.58938,152.66556,188.1999,574.37103,45.20318,52.388973,445.5326,35.273563,34.40198,12.179816,36.109074,220.42462,10.90199,8.242771,92.848526,18.955297,4572.966,25.668371,45.69355,23.015902,26.964895,357.77957,92.06226,46.137096,11.180897,13.126988,42.93114,96.52271,239.93422,70.80182,261.899,31.523582,37.5249,107.35522,123.13428,63.904358,136.37694,12.807984,5.331976,16.518383,24.642721,3237.0837,16.56367,40.61964,155.22945,27.589958,300.64362,102.23602,245.95961,8.244393,100.70766,799.48456,788.86975,71.49882,892.2053,130.18306,100.613434,72.883766,98.19366,17.720804,48.85071,515.08545,11.728784,17.144476,287.2395,10.136636,6.1126237,76.73653,69.690094,703.5029,173.19446,179.64357,2023.3068,57.99304,1792.6813,1494.0873,7.1352587,4.650739,1265.0809,15.0263605,9.622647,325.01312,21.680685,45.332985,24.827005,88.32431,374.67987,272.7431,3.1840806,31.170391,57.15052,427.3429,5.6758633,85.722084,7.5816536,1.5685083,55.406387,1.3015608,1.4577352,5.013549,10.174564,24.969225,18.94011,30.164785,249.71786,29.79973,13.118088,22.797379,6.2452765,77.170364,3.0143816,3.0396504,5.649194,62.250744,0.9106221,2.8535635,7.0189586,27.223185,15.005069,3.8330107,1.7888509,104.69017,11.625512,213.8494,8.9958725,408.36676,20.013353,921.9927,161.64735,5.0755386,9.3325615,291.42514,365.91663,1575.6106,782.1288 +2023-03-22 19:00:00,0.0,3222.5757,28.288477,10.8820715,7.218468,32.634052,177.35129,28.7434,60.03764,23.73144,38.44378,160.33392,325.5725,17.253586,21.724812,11.126498,2.2898815,33.072105,21.109148,20.275635,428.32953,8.390403,308.71564,117.73449,13.896556,127.10823,129.84854,64.85856,599.62994,255.20847,1792.9282,20.028862,2383.0784,223.68903,16.4726,12.951168,83.52727,177.14694,265.60626,571.046,60.05679,16.496214,9.253205,824.89294,291.53937,72.30838,35.431755,238.8438,25.750381,282.12207,11.739398,55.011337,0.0,2240.1267,3826.0288,1.8395981,32.999817,24.230318,20579.734,60.204308,2.0551825,48.93518,85.4342,36.6362,10.187282,46.9823,435.2017,31.481565,31.03706,2.8317506,8.510884,622.00995,0.33359945,410.45016,55.403496,2788.0151,95.51803,152.728,188.22113,573.0182,45.138588,52.36344,444.8878,35.224014,34.358044,12.183181,36.10869,220.42776,10.901698,8.242139,92.8768,18.959713,4572.9165,25.67672,45.72984,23.024202,26.976267,357.7903,92.04754,46.16801,11.184109,13.132014,42.95783,96.577705,240.07675,70.85124,261.95755,31.52527,37.561337,107.3823,123.30034,63.984848,136.32841,12.795804,5.339039,16.511204,24.668747,3241.0203,16.54874,40.687695,155.21648,27.601389,300.7882,102.26048,246.12206,8.244074,100.68765,800.0707,789.46735,71.548416,893.3386,130.22173,100.7078,72.88948,98.07677,17.703257,48.823967,515.18854,11.720747,17.132845,287.12634,10.136213,6.111721,76.71822,69.69377,703.51306,173.16795,179.65561,2023.4106,58.044052,1793.136,1494.5186,7.136878,4.6506605,1264.9822,15.02183,9.62416,324.9704,21.685005,45.34464,24.838217,88.38028,374.9163,272.6741,3.1846478,31.174288,57.16421,427.57596,5.6772118,85.72639,7.5823364,1.5683397,55.400196,1.3016604,1.457644,5.0132494,10.1746,24.97558,18.948786,30.171549,249.85008,29.799507,13.115303,22.784779,6.2437215,77.15608,3.0138664,3.036859,5.6485214,62.247517,0.9085215,2.852042,7.0089006,27.25709,15.004531,3.8305197,1.7904245,104.77243,11.631662,213.90251,9.002026,408.64877,20.019505,921.67664,161.74858,5.077544,9.336075,291.70847,366.2763,1576.9137,781.96014 +2023-03-22 20:00:00,0.0,3224.1133,28.290117,10.893629,7.217879,32.649242,177.35408,28.750303,60.061768,23.735909,38.456078,160.3548,325.7272,17.263386,21.725483,11.122524,2.2887802,33.07726,21.074293,20.26562,428.36624,8.367463,308.6486,117.70251,13.869038,126.88777,129.77501,64.83623,599.3405,255.16615,1792.8999,19.985231,2383.1436,222.9628,16.446304,12.927293,83.3688,177.22119,265.598,569.93713,60.071236,16.504238,9.2525,825.12616,290.97623,72.320564,35.4514,238.84204,25.735483,282.08914,11.737601,55.030003,0.0,2241.7268,3829.1516,1.8425677,32.994102,24.239706,20588.363,60.231033,2.0560143,48.996624,85.54053,36.649418,10.189041,47.041138,435.30255,31.489285,31.069965,2.8349178,8.511686,622.28204,0.33349797,410.776,55.350536,2788.4878,95.446686,152.7904,188.24234,571.66534,45.073994,52.33791,444.24295,35.174465,34.314106,12.186544,36.1083,220.43092,10.901405,8.241507,92.90507,18.964127,4572.8667,25.685068,45.76613,23.032505,26.987637,357.80106,92.03281,46.198925,11.187321,13.13704,42.98452,96.6327,240.2193,70.90067,262.01614,31.526957,37.59778,107.40939,123.4664,64.06534,136.2799,12.783624,5.346102,16.504023,24.694773,3244.9568,16.533812,40.75575,155.2035,27.61282,300.9328,102.28494,246.28448,8.243753,100.66765,800.6568,790.0649,71.59801,894.472,130.26039,100.80216,72.8952,97.95988,17.68571,48.797226,515.2917,11.71271,17.121214,287.01315,10.135791,6.110819,76.69993,69.69745,703.52325,173.14146,179.66763,2023.5146,58.095066,1793.5908,1494.9498,7.1384974,4.6505823,1264.8833,15.017298,9.625671,324.92767,21.689327,45.356293,24.849428,88.43625,375.1527,272.6051,3.185215,31.178186,57.177902,427.80905,5.6785603,85.73069,7.5830197,1.5681711,55.394005,1.3017601,1.4575527,5.0129504,10.174634,24.981936,18.95746,30.178314,249.98228,29.799282,13.112519,22.772177,6.242166,77.1418,3.0133512,3.0340679,5.6478496,62.244293,0.9064209,2.8505201,6.9988427,27.290995,15.003993,3.8280287,1.7919981,104.85469,11.637812,213.95561,9.008179,408.9308,20.025658,921.3606,161.84982,5.07955,9.339588,291.9918,366.636,1578.2168,781.79144 +2023-03-22 21:00:00,0.0,3225.6511,28.29176,10.905188,7.21729,32.664433,177.35687,28.757206,60.085896,23.74038,38.468376,160.37567,325.88187,17.273184,21.726156,11.118551,2.287679,33.08241,21.03944,20.255604,428.40292,8.344522,308.58154,117.670525,13.841518,126.667305,129.70148,64.813896,599.0511,255.12386,1792.8716,19.9416,2383.209,222.23659,16.420008,12.903419,83.21032,177.29546,265.5897,568.8283,60.085686,16.51226,9.251794,825.3594,290.41312,72.332756,35.471046,238.84027,25.720585,282.05618,11.735805,55.04867,0.0,2243.3271,3832.2744,1.8455374,32.988388,24.249096,20596.992,60.25776,2.056846,49.058067,85.646866,36.662636,10.190801,47.09998,435.4034,31.497004,31.102873,2.8380847,8.512487,622.55414,0.33339652,411.10184,55.29758,2788.9607,95.375336,152.85281,188.26357,570.31256,45.009403,52.312374,443.5981,35.124916,34.27017,12.189909,36.107918,220.43408,10.9011135,8.240873,92.933334,18.968542,4572.8174,25.693417,45.802418,23.040806,26.999008,357.81183,92.01808,46.22984,11.190534,13.142065,43.011208,96.68769,240.36185,70.9501,262.0747,31.528643,37.634216,107.43648,123.63246,64.14582,136.23138,12.771443,5.353165,16.496841,24.720798,3248.8933,16.51888,40.823803,155.19052,27.62425,301.0774,102.30941,246.44693,8.243433,100.647644,801.2429,790.6624,71.6476,895.6053,130.29906,100.89653,72.90092,97.84299,17.668163,48.770485,515.3948,11.704674,17.109581,286.89996,10.135368,6.1099167,76.681625,69.70113,703.5334,173.11497,179.67967,2023.6187,58.14608,1794.0455,1495.3811,7.1401167,4.650504,1264.7844,15.012766,9.627184,324.88495,21.69365,45.367947,24.860638,88.492226,375.38916,272.5361,3.1857822,31.182085,57.191593,428.0421,5.6799088,85.734985,7.583703,1.5680027,55.387814,1.3018596,1.4574615,5.012651,10.174669,24.98829,18.966137,30.18508,250.11449,29.799059,13.109735,22.759577,6.2406106,77.12752,3.012836,3.0312767,5.647177,62.241066,0.90432024,2.8489985,6.988785,27.3249,15.003456,3.8255377,1.7935717,104.93695,11.643962,214.00871,9.014332,409.2128,20.03181,921.0445,161.95107,5.0815554,9.3431015,292.27512,366.99564,1579.5199,781.62274 +2023-03-22 22:00:00,0.0,3227.1887,28.293402,10.916746,7.2167006,32.679623,177.35966,28.764109,60.110027,23.74485,38.480675,160.39655,326.03653,17.282982,21.726828,11.114577,2.2865777,33.087563,21.004587,20.245588,428.4396,8.321583,308.5145,117.638535,13.814,126.44684,129.62794,64.791565,598.76166,255.08156,1792.8433,19.89797,2383.2744,221.51038,16.39371,12.879543,83.05184,177.36972,265.58142,567.7194,60.100136,16.520285,9.251088,825.5925,289.84998,72.34495,35.490692,238.8385,25.705687,282.02322,11.734008,55.067337,0.0,2244.9272,3835.397,1.848507,32.982677,24.258486,20605.621,60.28448,2.0576775,49.11951,85.75321,36.675854,10.192559,47.158817,435.5043,31.504723,31.135778,2.8412519,8.5132885,622.8262,0.33329505,411.42764,55.244625,2789.4333,95.303986,152.91524,188.28479,568.9597,44.944813,52.286842,442.95328,35.075367,34.22623,12.193273,36.10753,220.43724,10.900822,8.240241,92.9616,18.972958,4572.768,25.701765,45.83871,23.049107,27.01038,357.82257,92.00336,46.260754,11.193746,13.147091,43.037895,96.74268,240.5044,70.99953,262.1333,31.530329,37.67066,107.46357,123.79852,64.22631,136.18288,12.759264,5.3602285,16.489662,24.746822,3252.8298,16.503952,40.891857,155.17755,27.635681,301.222,102.33387,246.60936,8.2431135,100.62764,801.82904,791.25995,71.6972,896.73865,130.33772,100.99089,72.90663,97.7261,17.650618,48.743744,515.4979,11.696637,17.09795,286.7868,10.134946,6.109014,76.66333,69.70481,703.5435,173.08847,179.6917,2023.7227,58.197094,1794.5002,1495.8125,7.141736,4.6504254,1264.6855,15.008235,9.6286955,324.8422,21.69797,45.379597,24.87185,88.548195,375.62558,272.46713,3.1863494,31.185982,57.205284,428.27518,5.6812572,85.73929,7.5843863,1.5678341,55.381622,1.3019593,1.4573702,5.0123515,10.174705,24.994644,18.974812,30.191845,250.24669,29.798836,13.106951,22.746975,6.2390556,77.113235,3.0123208,3.0284855,5.6465054,62.237843,0.90221965,2.847477,6.9787273,27.358803,15.002918,3.8230464,1.7951453,105.01922,11.650111,214.06183,9.020485,409.49484,20.037964,920.72845,162.05229,5.083561,9.346614,292.55844,367.35532,1580.823,781.4541 +2023-03-22 23:00:00,0.0,3228.7266,28.295044,10.928304,7.216111,32.694813,177.36246,28.771011,60.134155,23.74932,38.492973,160.41742,326.1912,17.292782,21.727499,11.110603,2.2854767,33.092716,20.969734,20.235573,428.47632,8.298643,308.44748,117.60655,13.786482,126.22637,129.55443,64.76923,598.4722,255.03926,1792.815,19.854338,2383.3398,220.78416,16.367413,12.855669,82.89337,177.44397,265.57312,566.61053,60.114582,16.528307,9.250383,825.82574,289.28683,72.35713,35.510338,238.83675,25.690788,281.9903,11.732211,55.086006,0.0,2246.5273,3838.5198,1.8514768,32.976963,24.267876,20614.25,60.311207,2.058509,49.180954,85.85955,36.68907,10.194319,47.217655,435.60516,31.512442,31.168684,2.8444188,8.51409,623.09827,0.3331936,411.75348,55.191666,2789.9062,95.232635,152.97765,188.30602,567.6069,44.88022,52.26131,442.30844,35.025818,34.18229,12.196637,36.107143,220.4404,10.90053,8.239609,92.98987,18.977371,4572.7188,25.710114,45.875,23.05741,27.02175,357.8333,91.988625,46.291668,11.196958,13.152117,43.064583,96.797676,240.64693,71.04896,262.19186,31.532017,37.707096,107.490654,123.964584,64.3068,136.13437,12.747084,5.367292,16.482481,24.772848,3256.7666,16.489021,40.95991,155.16458,27.647112,301.36658,102.35833,246.7718,8.242793,100.607635,802.41516,791.8575,71.74679,897.87195,130.37639,101.08526,72.912346,97.6092,17.63307,48.717,515.6011,11.688601,17.086319,286.6736,10.134523,6.108112,76.64503,69.70849,703.5537,173.06198,179.70374,2023.8267,58.248108,1794.9551,1496.2438,7.1433554,4.650347,1264.5867,15.003703,9.630208,324.79947,21.702291,45.39125,24.88306,88.604164,375.86203,272.39813,3.1869166,31.18988,57.218975,428.50824,5.6826057,85.74359,7.5850697,1.5676656,55.37543,1.3020589,1.457279,5.012052,10.17474,25.001,18.983488,30.19861,250.3789,29.79861,13.104167,22.734375,6.2375,77.09896,3.0118055,3.0256944,5.6458335,62.234615,0.900119,2.8459554,6.9686694,27.392708,15.00238,3.8205554,1.796719,105.10148,11.656261,214.11493,9.026638,409.77686,20.044115,920.4124,162.15353,5.0855665,9.350127,292.84177,367.715,1582.1261,781.2854 +2023-03-23 00:00:00,0.0,3230.2642,28.296686,10.939862,7.215522,32.71,177.36525,28.777916,60.158283,23.75379,38.505272,160.4383,326.3459,17.30258,21.728172,11.106629,2.2843754,33.097866,20.934881,20.225557,428.513,8.275703,308.38043,117.57456,13.758964,126.005905,129.4809,64.746895,598.1828,254.99696,1792.7866,19.810707,2383.4053,220.05794,16.341116,12.831794,82.73489,177.51823,265.56485,565.50165,60.129032,16.536331,9.249678,826.05896,288.72372,72.36932,35.529984,238.83496,25.675892,281.95734,11.730414,55.104675,0.0,2248.1274,3841.6426,1.8544464,32.97125,24.277266,20622.879,60.33793,2.059341,49.242397,85.96588,36.702286,10.196077,47.276493,435.70602,31.52016,31.201591,2.847586,8.514892,623.37036,0.33309215,412.0793,55.13871,2790.3792,95.161285,153.04007,188.32724,566.254,44.815628,52.23578,441.6636,34.97627,34.13835,12.200001,36.10676,220.44354,10.900238,8.238976,93.018135,18.981787,4572.6694,25.718462,45.91129,23.06571,27.033121,357.8441,91.9739,46.322582,11.20017,13.157142,43.09127,96.85267,240.78947,71.09839,262.25046,31.533703,37.743538,107.517746,124.130646,64.38729,136.08585,12.734903,5.374355,16.4753,24.798874,3260.7031,16.474092,41.027966,155.15161,27.658543,301.5112,102.3828,246.93423,8.242473,100.58763,803.0013,792.4551,71.79638,899.0053,130.41505,101.17962,72.91806,97.49231,17.615524,48.690258,515.70416,11.680564,17.074688,286.56042,10.134101,6.1072097,76.62673,69.712166,703.56384,173.03548,179.71576,2023.9305,58.29912,1795.4098,1496.675,7.144974,4.6502686,1264.4879,14.999171,9.631721,324.75674,21.706612,45.402905,24.89427,88.66014,376.09845,272.32913,3.1874838,31.193777,57.232666,428.74133,5.6839542,85.747894,7.585753,1.567497,55.36924,1.3021586,1.4571877,5.0117526,10.174775,25.007355,18.992165,30.205376,250.51111,29.798388,13.101382,22.721775,6.2359447,77.08468,3.0112903,3.022903,5.645161,62.231388,0.8980184,2.8444338,6.9586115,27.426613,15.0018425,3.8180645,1.7982925,105.18374,11.662411,214.16805,9.032791,410.05887,20.050268,920.0963,162.25478,5.0875726,9.353641,293.1251,368.07468,1583.4292,781.11676 +2023-03-23 01:00:00,0.0,3231.802,28.298328,10.95142,7.2149324,32.72519,177.36806,28.784819,60.182415,23.758259,38.51757,160.45917,326.50055,17.312378,21.728844,11.102655,2.2832742,33.10302,20.900028,20.215542,428.5497,8.252764,308.3134,117.54258,13.731444,125.785446,129.40736,64.72456,597.8934,254.95467,1792.7583,19.767076,2383.4707,219.33173,16.31482,12.807919,82.576416,177.5925,265.55655,564.39276,60.143482,16.544353,9.248972,826.2922,288.16058,72.381516,35.54963,238.8332,25.660994,281.92438,11.728618,55.12334,0.0,2249.7278,3844.7654,1.857416,32.965534,24.286655,20631.508,60.364655,2.0601726,49.303844,86.07222,36.715504,10.197837,47.335335,435.8069,31.52788,31.234497,2.8507528,8.515693,623.64246,0.33299068,412.40515,55.085754,2790.8518,95.08994,153.10248,188.34845,564.90125,44.751034,52.210247,441.01877,34.926723,34.094414,12.203365,36.106373,220.4467,10.899946,8.238343,93.0464,18.9862,4572.62,25.72681,45.947582,23.07401,27.044493,357.85483,91.95917,46.353493,11.203382,13.162168,43.117958,96.90766,240.93202,71.14782,262.30902,31.535389,37.779976,107.54483,124.29671,64.46777,136.03734,12.722723,5.381418,16.468119,24.8249,3264.6396,16.459164,41.09602,155.13864,27.669973,301.6558,102.40726,247.09668,8.242153,100.56763,803.5874,793.0526,71.84597,900.1386,130.45372,101.27399,72.92378,97.37542,17.597977,48.663517,515.8073,11.672527,17.063057,286.44724,10.133678,6.106307,76.60843,69.71584,703.574,173.00899,179.7278,2024.0345,58.350136,1795.8646,1497.1063,7.1465936,4.6501904,1264.389,14.99464,9.633232,324.71402,21.710934,45.41456,24.905481,88.71611,376.3349,272.26013,3.188051,31.197676,57.246357,428.9744,5.6853027,85.75219,7.5864363,1.5673286,55.36305,1.3022581,1.4570965,5.011453,10.174809,25.01371,19.00084,30.212141,250.64331,29.798162,13.0985985,22.709173,6.23439,77.0704,3.010775,3.0201118,5.6444893,62.228165,0.8959178,2.842912,6.9485536,27.460518,15.001306,3.8155735,1.7998661,105.266,11.668561,214.22115,9.038944,410.34088,20.056421,919.7803,162.35602,5.089578,9.357154,293.40842,368.43436,1584.7323,780.94806 +2023-03-23 02:00:00,0.0,3233.3396,28.29997,10.962978,7.214343,32.74038,177.37085,28.791721,60.206543,23.76273,38.52987,160.48004,326.6552,17.322178,21.729515,11.098681,2.2821732,33.10817,20.865175,20.205526,428.5864,8.229824,308.24637,117.5106,13.703926,125.56498,129.33383,64.70223,597.60394,254.91237,1792.7301,19.723446,2383.5361,218.60551,16.28852,12.784044,82.41795,177.66675,265.54825,563.2839,60.15793,16.552378,9.248266,826.5253,287.59747,72.3937,35.569275,238.83145,25.646095,281.89145,11.726821,55.14201,0.0,2251.328,3847.888,1.8603858,32.95982,24.296045,20640.137,60.391376,2.0610042,49.365288,86.178566,36.72872,10.199596,47.394173,435.90775,31.535599,31.267405,2.85392,8.516494,623.9145,0.33288923,412.73096,55.032795,2791.3247,95.01859,153.1649,188.36967,563.5484,44.686443,52.184715,440.37393,34.877174,34.050476,12.206729,36.105988,220.44986,10.899654,8.23771,93.07467,18.990616,4572.571,25.735159,45.98387,23.082312,27.055862,357.86557,91.94444,46.384407,11.206594,13.167193,43.144646,96.962654,241.07457,71.19724,262.3676,31.537075,37.816418,107.57192,124.46277,64.54826,135.98883,12.710544,5.388481,16.46094,24.850925,3268.5762,16.444233,41.164074,155.12567,27.681404,301.80038,102.43172,247.25911,8.241833,100.54762,804.1735,793.65015,71.89557,901.272,130.49239,101.36835,72.9295,97.25853,17.580431,48.636776,515.9104,11.664491,17.051426,286.33408,10.133256,6.105405,76.59013,69.71952,703.58417,172.9825,179.73982,2024.1384,58.40115,1796.3193,1497.5376,7.148213,4.6501117,1264.2902,14.9901085,9.634745,324.6713,21.715254,45.426212,24.916693,88.77208,376.57132,272.19113,3.1886182,31.201574,57.26005,429.20746,5.686651,85.75649,7.587119,1.56716,55.356857,1.3023578,1.4570051,5.0111537,10.174845,25.020063,19.009516,30.218906,250.77551,29.79794,13.095814,22.696573,6.2328343,77.056114,3.0102599,3.0173206,5.6438174,62.224937,0.8938172,2.8413904,6.9384956,27.494421,15.000768,3.8130825,1.8014396,105.34827,11.674711,214.27426,9.045097,410.6229,20.062572,919.46423,162.45724,5.0915837,9.360667,293.69174,368.794,1586.0354,780.77936 +2023-03-23 03:00:00,0.0,3234.8774,28.30161,10.974537,7.213754,32.75557,177.37364,28.798624,60.23067,23.767199,38.542164,160.50092,326.80988,17.331976,21.730188,11.0947075,2.281072,33.113323,20.830322,20.19551,428.62308,8.206884,308.17932,117.47861,13.676408,125.34451,129.26031,64.6799,597.3145,254.87007,1792.7018,19.679813,2383.6013,217.87929,16.262224,12.760169,82.259476,177.74101,265.53998,562.17505,60.17238,16.5604,9.247561,826.75854,287.03433,72.40589,35.58892,238.82968,25.631197,281.8585,11.725024,55.160675,0.0,2252.928,3851.0107,1.8633554,32.95411,24.305435,20648.768,60.418102,2.0618358,49.42673,86.284904,36.74194,10.201355,47.45301,436.0086,31.54332,31.30031,2.857087,8.517295,624.1866,0.33278775,413.0568,54.97984,2791.7974,94.94724,153.22733,188.3909,562.19556,44.62185,52.159184,439.72913,34.827625,34.00654,12.2100935,36.1056,220.45302,10.899363,8.237078,93.102936,18.995031,4572.521,25.743507,46.02016,23.090614,27.067234,357.87634,91.92971,46.41532,11.209806,13.172219,43.171333,97.01765,241.2171,71.24667,262.42618,31.538761,37.852856,107.59901,124.62883,64.62875,135.9403,12.698363,5.3955445,16.453758,24.876951,3272.5127,16.429304,41.23213,155.1127,27.692835,301.94498,102.456184,247.42155,8.241513,100.52762,804.75964,794.2477,71.94516,902.4053,130.53105,101.462715,72.93521,97.14163,17.562883,48.61003,516.01355,11.656454,17.039795,286.2209,10.132834,6.1045027,76.57183,69.7232,703.5943,172.956,179.75186,2024.2424,58.452164,1796.7742,1497.9689,7.1498322,4.6500335,1264.1913,14.985577,9.636256,324.62857,21.719576,45.437866,24.927902,88.82806,376.80774,272.12213,3.1891854,31.205471,57.273743,429.44055,5.688,85.760796,7.5878024,1.5669914,55.350666,1.3024575,1.4569138,5.0108542,10.17488,25.026419,19.01819,30.225672,250.90771,29.797714,13.09303,22.683971,6.231279,77.04183,3.0097446,3.0145295,5.643145,62.22171,0.8917166,2.8398688,6.9284377,27.528326,15.00023,3.8105915,1.8030133,105.43053,11.6808605,214.32736,9.051251,410.9049,20.068726,919.14813,162.55849,5.0935893,9.36418,293.97507,369.1537,1587.3385,780.6107 +2023-03-23 04:00:00,0.0,3236.4153,28.303253,10.986094,7.213165,32.77076,177.37643,28.805527,60.2548,23.77167,38.554462,160.52179,326.96457,17.341774,21.73086,11.0907345,2.2799706,33.118473,20.795467,20.185495,428.6598,8.183944,308.11227,117.446625,13.64889,125.12405,129.18678,64.65757,597.0251,254.82777,1792.6735,19.636183,2383.6667,217.15308,16.235928,12.736294,82.101,177.81528,265.53168,561.06616,60.18683,16.568424,9.246856,826.99176,286.47122,72.41808,35.608566,238.82791,25.616299,281.82553,11.7232275,55.179344,0.0,2254.5283,3854.1335,1.8663251,32.948395,24.314825,20657.396,60.444828,2.0626676,49.488174,86.391235,36.755157,10.2031145,47.511852,436.10947,31.551039,31.333218,2.860254,8.518096,624.4587,0.3326863,413.38263,54.926884,2792.2703,94.87589,153.28975,188.41212,560.8427,44.55726,52.13365,439.0843,34.778076,33.9626,12.213457,36.105217,220.45616,10.899071,8.236445,93.1312,18.999445,4572.4717,25.751856,46.05645,23.098915,27.078606,357.8871,91.914986,46.446236,11.213018,13.177244,43.19802,97.07264,241.35965,71.296104,262.48474,31.54045,37.889297,107.6261,124.79489,64.70924,135.8918,12.686183,5.4026074,16.446577,24.902977,3276.4492,16.414373,41.300182,155.09973,27.704266,302.08957,102.480644,247.58398,8.241193,100.507614,805.34576,794.8452,71.99475,903.53864,130.56972,101.557076,72.940926,97.02474,17.545338,48.58329,516.11664,11.648417,17.028162,286.1077,10.132412,6.1036005,76.55353,69.726875,703.60443,172.9295,179.76389,2024.3464,58.503178,1797.2289,1498.4001,7.1514516,4.6499553,1264.0925,14.981046,9.637769,324.58585,21.723898,45.449516,24.939114,88.884026,377.0442,272.05313,3.1897526,31.20937,57.287434,429.6736,5.6893487,85.7651,7.5884857,1.5668229,55.344475,1.3025571,1.4568226,5.010555,10.174915,25.032774,19.026867,30.232437,251.03993,29.797491,13.090245,22.671371,6.2297235,77.02756,3.0092294,3.011738,5.642473,62.218487,0.88961595,2.8383472,6.91838,27.562231,14.999692,3.8081002,1.8045869,105.51279,11.687011,214.38048,9.0574045,411.18692,20.074879,918.8321,162.65973,5.095595,9.367693,294.2584,369.51337,1588.6416,780.442 +2023-03-23 05:00:00,0.0,3237.953,28.304895,10.997653,7.2125754,32.785946,177.37923,28.81243,60.27893,23.776138,38.56676,160.54268,327.11923,17.351574,21.731531,11.0867605,2.2788696,33.123627,20.760614,20.17548,428.69647,8.161004,308.04523,117.41464,13.62137,124.90358,129.11325,64.63524,596.73566,254.78548,1792.6451,19.592552,2383.7322,216.42686,16.209631,12.7124195,81.94252,177.88953,265.5234,559.9573,60.20128,16.576447,9.24615,827.225,285.90808,72.43027,35.628212,238.82616,25.6014,281.7926,11.721431,55.19801,0.0,2256.1284,3857.2563,1.8692948,32.94268,24.324215,20666.025,60.47155,2.0634992,49.549618,86.497574,36.768375,10.204873,47.57069,436.21033,31.558758,31.366123,2.863421,8.518898,624.7307,0.33258483,413.70847,54.873924,2792.743,94.80454,153.35216,188.43335,559.4899,44.49267,52.10812,438.43945,34.728527,33.918663,12.216822,36.104828,220.45932,10.898779,8.235812,93.15947,19.00386,4572.4224,25.760204,46.092743,23.107216,27.089975,357.89783,91.90025,46.47715,11.21623,13.18227,43.22471,97.12764,241.5022,71.345535,262.54333,31.542135,37.925735,107.65318,124.96095,64.78973,135.84329,12.674003,5.409671,16.439398,24.929003,3280.3857,16.399445,41.368233,155.08676,27.715696,302.23416,102.505104,247.74641,8.240872,100.48761,805.9319,795.44275,72.04435,904.67194,130.60837,101.65144,72.94664,96.90785,17.52779,48.55655,516.2198,11.640381,17.016531,285.99454,10.1319895,6.102698,76.53523,69.73055,703.6146,172.903,179.77592,2024.4504,58.55419,1797.6837,1498.8314,7.153071,4.6498766,1263.9937,14.976514,9.63928,324.54312,21.728218,45.46117,24.950325,88.939995,377.2806,271.98416,3.1903198,31.213266,57.301125,429.90668,5.690697,85.769394,7.589169,1.5666544,55.338284,1.3026567,1.4567313,5.0102553,10.174951,25.03913,19.035542,30.239202,251.17213,29.797266,13.087461,22.65877,6.2281685,77.013275,3.0087142,3.008947,5.641801,62.21526,0.88751537,2.8368256,6.908322,27.596136,14.999155,3.8056092,1.8061604,105.59505,11.69316,214.43358,9.063558,411.46893,20.081032,918.51605,162.76096,5.0976005,9.371206,294.54172,369.87305,1589.9446,780.2734 +2023-03-23 06:00:00,0.0,3239.4907,28.306538,11.009212,7.211986,32.801136,177.38202,28.819332,60.30306,23.78061,38.57906,160.56355,327.2739,17.361372,21.732204,11.082787,2.2777684,33.12878,20.725761,20.165464,428.7332,8.138064,307.9782,117.38265,13.593852,124.68312,129.03973,64.6129,596.4462,254.74318,1792.6168,19.54892,2383.7976,215.70064,16.183332,12.688544,81.78405,177.96379,265.5151,558.8484,60.215725,16.58447,9.245445,827.4582,285.34494,72.44246,35.647858,238.8244,25.586502,281.75964,11.719634,55.21668,0.0,2257.7285,3860.3792,1.8722644,32.936966,24.333603,20674.654,60.498276,2.0643308,49.61106,86.60391,36.78159,10.206633,47.629528,436.3112,31.566477,31.39903,2.866588,8.519699,625.0028,0.33248338,414.03427,54.82097,2793.2158,94.7332,153.41457,188.45456,558.1371,44.428074,52.08259,437.79462,34.678978,33.874725,12.220185,36.104443,220.46248,10.898486,8.23518,93.187744,19.008276,4572.373,25.768553,46.129032,23.115519,27.101347,357.9086,91.88553,46.508064,11.219443,13.187296,43.2514,97.18263,241.64474,71.39496,262.6019,31.543821,37.962177,107.680275,125.127014,64.87022,135.79477,12.661822,5.4167337,16.432217,24.955029,3284.3223,16.384516,41.436287,155.07379,27.727127,302.37878,102.52957,247.90886,8.240553,100.467606,806.518,796.04034,72.09394,905.8053,130.64703,101.74581,72.95236,96.79096,17.510244,48.529808,516.3229,11.632344,17.0049,285.88135,10.131567,6.1017957,76.51693,69.73423,703.62476,172.87651,179.78796,2024.5543,58.605206,1798.1384,1499.2627,7.15469,4.6497984,1263.8948,14.971982,9.640793,324.5004,21.73254,45.472824,24.961535,88.99597,377.51706,271.91516,3.190887,31.217165,57.314816,430.13977,5.6920457,85.7737,7.5898523,1.5664859,55.332092,1.3027563,1.4566401,5.009956,10.174985,25.045483,19.044218,30.245968,251.30434,29.797043,13.084678,22.64617,6.226613,76.99899,3.008199,3.0061557,5.641129,62.212036,0.8854147,2.835304,6.898264,27.630041,14.998617,3.8031182,1.807734,105.677315,11.69931,214.48668,9.069711,411.75095,20.087183,918.19995,162.8622,5.099606,9.37472,294.82504,370.23273,1591.2477,780.1047 +2023-03-23 07:00:00,0.0,3241.0283,28.30818,11.020769,7.2113967,32.816326,177.38481,28.826235,60.327187,23.785078,38.59136,160.58443,327.4286,17.37117,21.732876,11.078813,2.276667,33.13393,20.690908,20.155449,428.76987,8.115125,307.91116,117.35067,13.566334,124.462654,128.9662,64.59057,596.1568,254.70088,1792.5885,19.50529,2383.863,214.97443,16.157036,12.664669,81.62557,178.03806,265.50684,557.7395,60.230175,16.592495,9.24474,827.69135,284.78183,72.45465,35.667503,238.82262,25.571604,281.72668,11.717837,55.235344,0.0,2259.3286,3863.5017,1.8752341,32.93125,24.342993,20683.283,60.524998,2.0651624,49.67251,86.71026,36.794807,10.208392,47.688366,436.41205,31.574196,31.431936,2.869755,8.5205,625.2749,0.33238193,414.3601,54.76801,2793.6885,94.66185,153.47699,188.47578,556.78424,44.363483,52.057056,437.14978,34.62943,33.830788,12.22355,36.104057,220.46564,10.898194,8.234547,93.21601,19.01269,4572.3237,25.776901,46.16532,23.12382,27.112719,357.91934,91.870804,46.53898,11.222655,13.192321,43.278088,97.237625,241.78728,71.44439,262.6605,31.545507,37.998615,107.70736,125.293076,64.95071,135.74626,12.649643,5.423797,16.425035,24.981054,3288.259,16.369585,41.50434,155.06082,27.738558,302.52338,102.55403,248.07129,8.240232,100.4476,807.1041,796.6379,72.14353,906.9386,130.6857,101.84017,72.95808,96.674065,17.492697,48.503063,516.426,11.624307,16.993269,285.76816,10.131145,6.1008935,76.498634,69.73791,703.6349,172.85002,179.79999,2024.6583,58.65622,1798.5933,1499.6941,7.156309,4.6497197,1263.7959,14.967451,9.642304,324.45764,21.73686,45.484478,24.972746,89.05194,377.75348,271.84616,3.1914542,31.221064,57.328506,430.37283,5.693394,85.778,7.5905356,1.5663173,55.3259,1.302856,1.4565488,5.0096564,10.17502,25.051838,19.052893,30.252733,251.43654,29.79682,13.081893,22.633568,6.2250576,76.98471,3.0076838,3.0033646,5.640457,62.20881,0.88331413,2.8337822,6.8882065,27.663944,14.998079,3.8006272,1.8093077,105.759575,11.70546,214.5398,9.075864,412.033,20.093336,917.8839,162.96344,5.1016116,9.378233,295.10837,370.59238,1592.5508,779.936 +2023-03-23 08:00:00,0.0,3242.5662,28.309822,11.032328,7.2108073,32.831516,177.3876,28.833138,60.35132,23.789549,38.603657,160.6053,327.58325,17.38097,21.733547,11.074839,2.275566,33.139084,20.656055,20.145433,428.80655,8.092185,307.84412,117.31868,13.5388155,124.24219,128.89267,64.56824,595.8674,254.65858,1792.5602,19.461658,2383.9285,214.24821,16.13074,12.640795,81.467094,178.1123,265.49854,556.6306,60.244625,16.600517,9.244034,827.92456,284.2187,72.466835,35.68715,238.82086,25.556705,281.69376,11.716041,55.254013,0.0,2260.929,3866.6245,1.8782037,32.92554,24.352383,20691.912,60.551723,2.065994,49.73395,86.81659,36.808025,10.210151,47.747208,436.5129,31.581915,31.464844,2.8729222,8.521301,625.547,0.33228046,414.68594,54.715054,2794.1614,94.5905,153.5394,188.49701,555.4314,44.29889,52.03152,436.50494,34.57988,33.786846,12.226914,36.103672,220.46878,10.8979025,8.233914,93.24428,19.017105,4572.2744,25.78525,46.201614,23.13212,27.124088,357.93008,91.85607,46.569893,11.225867,13.197347,43.304775,97.29262,241.92982,71.49382,262.71906,31.547195,38.035053,107.73445,125.45914,65.0312,135.69774,12.637463,5.43086,16.417854,25.00708,3292.1956,16.354656,41.572395,155.04785,27.749989,302.66797,102.57849,248.23373,8.239912,100.4276,807.69025,797.2354,72.19312,908.07196,130.72437,101.93454,72.96379,96.557175,17.475151,48.476322,516.5292,11.61627,16.981638,285.65497,10.130722,6.099991,76.48033,69.741585,703.6451,172.82352,179.81203,2024.7622,58.707233,1799.048,1500.1254,7.1579285,4.6496415,1263.697,14.962919,9.643817,324.41492,21.741182,45.49613,24.983957,89.10791,377.9899,271.77716,3.1920214,31.22496,57.342197,430.6059,5.6947427,85.7823,7.591219,1.5661488,55.31971,1.3029556,1.4564576,5.009357,10.1750555,25.058193,19.06157,30.259499,251.56876,29.796595,13.079109,22.620968,6.2235026,76.97043,3.0071685,3.0005734,5.639785,62.20558,0.8812135,2.8322606,6.8781486,27.69785,14.997541,3.7981362,1.8108813,105.841835,11.71161,214.5929,9.082017,412.315,20.09949,917.5679,163.06468,5.1036177,9.381745,295.3917,370.95206,1593.8539,779.76733 +2023-03-23 09:00:00,0.0,3244.1038,28.311464,11.043886,7.2102184,32.846706,177.39041,28.84004,60.375446,23.794018,38.615955,160.62617,327.7379,17.390768,21.73422,11.070865,2.2744648,33.144234,20.621202,20.135418,428.84326,8.069245,307.7771,117.2867,13.511296,124.02172,128.81914,64.545906,595.57794,254.61629,1792.5319,19.418028,2383.994,213.522,16.104443,12.6169195,81.308624,178.18657,265.49026,555.5217,60.25907,16.608541,9.243328,828.1578,283.65558,72.47903,35.7068,238.81909,25.541807,281.6608,11.714244,55.27268,0.0,2262.5293,3869.7473,1.8811735,32.919827,24.361773,20700.541,60.578445,2.0668259,49.795395,86.92293,36.821243,10.21191,47.806046,436.61377,31.589634,31.49775,2.876089,8.522102,625.81903,0.332179,415.01178,54.662098,2794.634,94.51915,153.60182,188.51823,554.0786,44.2343,52.00599,435.8601,34.53033,33.74291,12.230278,36.103287,220.47194,10.897611,8.233282,93.272545,19.02152,4572.2246,25.793598,46.237904,23.140423,27.13546,357.94086,91.84135,46.600807,11.229079,13.202373,43.331463,97.34761,242.07237,71.54324,262.77765,31.548882,38.071495,107.761536,125.6252,65.11168,135.64923,12.625282,5.4379234,16.410675,25.033106,3296.132,16.339727,41.64045,155.03488,27.76142,302.81256,102.60296,248.39616,8.239593,100.40759,808.27637,797.83295,72.24272,909.20526,130.76303,102.0289,72.969505,96.440285,17.457603,48.44958,516.63226,11.608233,16.970007,285.5418,10.1303,6.0990887,76.462036,69.74526,703.6552,172.79703,179.82405,2024.8662,58.758247,1799.5028,1500.5566,7.159548,4.649563,1263.5983,14.958387,9.6453285,324.3722,21.745502,45.507782,24.995167,89.16388,378.22635,271.70816,3.1925886,31.228859,57.35589,430.839,5.696091,85.7866,7.5919023,1.5659802,55.31352,1.3030553,1.4563663,5.0090575,10.175091,25.064548,19.070246,30.266262,251.70096,29.796371,13.076324,22.608366,6.221947,76.95615,3.006653,2.997782,5.639113,62.20236,0.8791129,2.830739,6.8680906,27.731754,14.9970045,3.795645,1.8124548,105.924095,11.717759,214.64601,9.08817,412.59702,20.10564,917.2518,163.16591,5.1056232,9.385259,295.67502,371.31174,1595.157,779.59863 +2023-03-23 10:00:00,0.0,3245.6416,28.313107,11.055444,7.209629,32.861893,177.3932,28.846943,60.399574,23.798489,38.628254,160.64705,327.89258,17.400566,21.734892,11.066891,2.2733636,33.149387,20.58635,20.125402,428.87994,8.046305,307.71005,117.254715,13.483778,123.801254,128.74562,64.523575,595.2886,254.57399,1792.5035,19.374395,2384.0593,212.79578,16.078146,12.593044,81.15015,178.26083,265.48196,554.4129,60.27352,16.616564,9.242623,828.391,283.09244,72.49122,35.726444,238.81732,25.526909,281.62784,11.712446,55.291348,0.0,2264.1294,3872.87,1.8841431,32.914112,24.371162,20709.17,60.60517,2.0676575,49.85684,87.02927,36.83446,10.213669,47.864883,436.71463,31.597353,31.530657,2.8792562,8.522904,626.0911,0.33207753,415.3376,54.60914,2795.107,94.4478,153.66423,188.53944,552.72577,44.169704,51.980457,435.21527,34.48078,33.69897,12.233643,36.1029,220.4751,10.897319,8.232649,93.30081,19.025934,4572.1753,25.801947,46.274193,23.148724,27.14683,357.9516,91.826614,46.63172,11.232291,13.207397,43.35815,97.4026,242.21492,71.592674,262.8362,31.550568,38.107933,107.78863,125.79127,65.19217,135.60072,12.613102,5.444987,16.403494,25.05913,3300.0686,16.324797,41.708504,155.02191,27.77285,302.95715,102.62742,248.55861,8.239272,100.38759,808.8625,798.4305,72.29231,910.3386,130.8017,102.12327,72.97523,96.323395,17.440058,48.42284,516.7354,11.600197,16.958376,285.42862,10.129877,6.0981865,76.44373,69.74894,703.66534,172.77052,179.83609,2024.9702,58.809265,1799.9575,1500.9879,7.161167,4.6494846,1263.4994,14.953856,9.646841,324.32947,21.749825,45.519436,25.006378,89.21986,378.46277,271.63916,3.1931558,31.232756,57.36958,431.07205,5.6974397,85.7909,7.592585,1.5658118,55.307327,1.3031548,1.456275,5.008758,10.175125,25.070902,19.07892,30.273027,251.83316,29.796146,13.073541,22.595766,6.2203918,76.94187,3.0061378,2.9949908,5.638441,62.19913,0.87701225,2.8292174,6.8580327,27.76566,14.996467,3.793154,1.8140284,106.00636,11.723909,214.69911,9.094323,412.87903,20.111794,916.9357,163.26715,5.107629,9.388772,295.95834,371.67142,1596.4601,779.43 +2023-03-23 11:00:00,0.0,3247.1794,28.314747,11.067002,7.2090397,32.877083,177.396,28.853846,60.423706,23.802958,38.640553,160.66792,328.04727,17.410366,21.735563,11.062917,2.2722623,33.154537,20.551497,20.115387,428.91663,8.023365,307.643,117.222725,13.45626,123.580795,128.67209,64.50124,594.99915,254.5317,1792.4753,19.330765,2384.1245,212.06956,16.051847,12.56917,80.99168,178.33508,265.4737,553.304,60.28797,16.624588,9.241918,828.6242,282.52933,72.50341,35.74609,238.81557,25.512012,281.5949,11.7106495,55.310013,0.0,2265.7295,3875.9927,1.8871127,32.908398,24.380552,20717.799,60.631897,2.068489,49.91828,87.13561,36.84768,10.215428,47.923725,436.8155,31.605072,31.563562,2.8824232,8.5237055,626.3632,0.3319761,415.66342,54.556183,2795.5796,94.37646,153.72665,188.56067,551.3729,44.105114,51.954926,434.57043,34.431232,33.655033,12.237006,36.102516,220.47826,10.897027,8.232017,93.32908,19.03035,4572.126,25.810295,46.310482,23.157024,27.158201,357.96234,91.81189,46.662636,11.235504,13.212423,43.38484,97.457596,242.35745,71.642105,262.89478,31.552254,38.144375,107.81571,125.95733,65.27266,135.5522,12.600923,5.4520497,16.396313,25.085155,3304.0051,16.309868,41.776558,155.00894,27.78428,303.10175,102.65188,248.72104,8.238952,100.367584,809.4486,799.0281,72.3419,911.4719,130.84036,102.21763,72.98094,96.206505,17.42251,48.396095,516.8385,11.59216,16.946743,285.31543,10.129455,6.097284,76.42544,69.752625,703.6755,172.74403,179.84811,2025.0742,58.86028,1800.4124,1501.4192,7.1627865,4.6494064,1263.4005,14.949325,9.648354,324.28674,21.754147,45.53109,25.01759,89.275826,378.69922,271.57016,3.193723,31.236654,57.383274,431.3051,5.698788,85.795204,7.5932684,1.5656432,55.301136,1.3032545,1.4561838,5.0084586,10.17516,25.077257,19.087597,30.279793,251.96536,29.795923,13.070757,22.583166,6.218837,76.92759,3.0056226,2.9921997,5.6377687,62.195904,0.87491167,2.8276958,6.847975,27.799562,14.995929,3.790663,1.8156021,106.08862,11.730059,214.75223,9.100476,413.16104,20.117947,916.6197,163.3684,5.1096344,9.392285,296.24167,372.0311,1597.7632,779.2613 +2023-03-23 12:00:00,0.0,3248.717,28.31639,11.07856,7.2084503,32.892273,177.39879,28.86075,60.447834,23.807428,38.65285,160.6888,328.20193,17.420164,21.736237,11.058944,2.2711613,33.15969,20.516642,20.105371,428.95334,8.000425,307.576,117.19074,13.428741,123.36033,128.59856,64.478905,594.7097,254.4894,1792.447,19.287134,2384.19,211.34335,16.02555,12.545295,80.8332,178.40935,265.4654,552.1951,60.302418,16.63261,9.241212,828.85736,281.9662,72.515594,35.765736,238.81381,25.497114,281.56195,11.708853,55.328682,0.0,2267.3296,3879.1155,1.8900825,32.902683,24.389942,20726.43,60.65862,2.0693207,49.979725,87.24194,36.860893,10.217188,47.982563,436.91635,31.612791,31.59647,2.8855903,8.524507,626.63525,0.33187464,415.98926,54.503227,2796.0525,94.30511,153.78906,188.5819,550.0201,44.04052,51.929394,433.92563,34.381683,33.611095,12.240371,36.10213,220.4814,10.896735,8.231384,93.357346,19.034763,4572.0767,25.818644,46.346775,23.165325,27.169573,357.9731,91.79716,46.69355,11.238716,13.217449,43.411526,97.51259,242.5,71.691536,262.95337,31.553942,38.180813,107.842804,126.12339,65.35315,135.5037,12.588742,5.459113,16.389133,25.111181,3307.9417,16.294937,41.844612,154.99597,27.795712,303.24637,102.676346,248.88348,8.238632,100.34758,810.0347,799.6256,72.3915,912.6053,130.87903,102.312,72.98666,96.08961,17.404964,48.369354,516.94165,11.584124,16.935112,285.20227,10.129032,6.0963817,76.407135,69.7563,703.68567,172.71754,179.86015,2025.1782,58.911293,1800.8671,1501.8505,7.164406,4.6493278,1263.3016,14.944793,9.649865,324.24402,21.758467,45.542744,25.0288,89.331795,378.93564,271.50116,3.1942904,31.240553,57.396965,431.53818,5.7001367,85.79951,7.5939517,1.5654746,55.294945,1.3033541,1.4560925,5.008159,10.175196,25.083612,19.096272,30.286558,252.09758,29.795698,13.067972,22.570564,6.2172813,76.91331,3.0051074,2.9894085,5.637097,62.19268,0.872811,2.826174,6.837917,27.833467,14.995391,3.788172,1.8171756,106.17088,11.736209,214.80533,9.106629,413.44305,20.1241,916.3036,163.46962,5.11164,9.395799,296.52496,372.39075,1599.0663,779.09265 +2023-03-23 13:00:00,0.0,3250.255,28.318031,11.090118,7.207861,32.907463,177.40158,28.867653,60.471962,23.811897,38.66515,160.70967,328.3566,17.429962,21.736908,11.05497,2.27006,33.164845,20.481789,20.095356,428.99002,7.9774857,307.50894,117.15875,13.401222,123.13986,128.52502,64.45657,594.4203,254.4471,1792.4187,19.243504,2384.2554,210.61713,15.999254,12.52142,80.67473,178.48361,265.45712,551.08624,60.316868,16.640635,9.240506,829.0906,281.40308,72.52779,35.78538,238.81204,25.482216,281.529,11.707056,55.347347,0.0,2268.93,3882.2383,1.8930521,32.896973,24.399332,20735.059,60.685345,2.0701525,50.041172,87.34828,36.87411,10.218946,48.0414,437.0172,31.62051,31.629375,2.8887572,8.525308,626.90735,0.33177316,416.3151,54.450268,2796.5251,94.23376,153.8515,188.60312,548.66724,43.97593,51.903862,433.2808,34.332138,33.567158,12.243734,36.101746,220.48456,10.896443,8.230751,93.38561,19.039179,4572.0273,25.826992,46.383064,23.173628,27.180943,357.98386,91.78243,46.72446,11.241928,13.222475,43.438213,97.56758,242.64255,71.74096,263.01193,31.555628,38.217255,107.86989,126.28945,65.43363,135.45518,12.576562,5.466176,16.381952,25.137207,3311.8782,16.280008,41.912666,154.983,27.807142,303.39096,102.700806,249.04591,8.238312,100.327576,810.62085,800.22314,72.44109,913.7386,130.9177,102.40636,72.99237,95.97272,17.387417,48.342613,517.04474,11.576087,16.923481,285.08908,10.12861,6.0954795,76.38883,69.75998,703.6958,172.69104,179.87218,2025.2821,58.962307,1801.3219,1502.2817,7.1660247,4.6492496,1263.2029,14.940262,9.651378,324.2013,21.762789,45.554398,25.04001,89.38777,379.1721,271.4322,3.1948576,31.24445,57.410656,431.77127,5.7014856,85.8038,7.594635,1.5653061,55.288754,1.3034538,1.4560013,5.0078597,10.175231,25.089968,19.104948,30.293324,252.22978,29.795475,13.065188,22.557964,6.215726,76.899025,3.0045922,2.986617,5.6364245,62.189453,0.87071043,2.8246524,6.827859,27.867373,14.994854,3.785681,1.8187492,106.25314,11.742358,214.85844,9.1127825,413.72507,20.13025,915.98755,163.57086,5.1136456,9.399311,296.8083,372.75043,1600.3694,778.92395 +2023-03-23 14:00:00,0.0,3251.7925,28.319674,11.101677,7.207272,32.922653,177.40437,28.874556,60.496094,23.816368,38.67745,160.73055,328.51126,17.439762,21.73758,11.050996,2.2689588,33.169994,20.446936,20.08534,429.02673,7.954546,307.4419,117.12677,13.373704,122.919395,128.4515,64.43424,594.13086,254.4048,1792.3904,19.199871,2384.3208,209.89091,15.972957,12.497545,80.51625,178.55788,265.44882,549.97736,60.331318,16.648657,9.239801,829.3238,280.83994,72.53998,35.805027,238.81027,25.467318,281.49606,11.705259,55.366016,0.0,2270.53,3885.361,1.8960217,32.89126,24.408722,20743.688,60.712067,2.0709841,50.102615,87.45462,36.88733,10.220706,48.10024,437.11807,31.62823,31.662283,2.8919244,8.52611,627.17944,0.3316717,416.6409,54.397312,2796.998,94.16241,153.91391,188.62434,547.31445,43.91134,51.87833,432.63596,34.28259,33.52322,12.247099,36.101357,220.48772,10.896152,8.230119,93.41388,19.043594,4571.978,25.83534,46.419353,23.181929,27.192314,357.9946,91.76771,46.755375,11.24514,13.2275,43.4649,97.622574,242.7851,71.79039,263.07053,31.557314,38.253693,107.89698,126.45551,65.51412,135.40666,12.564382,5.4732394,16.374771,25.163233,3315.8147,16.26508,41.98072,154.97003,27.818573,303.53555,102.725266,249.20836,8.237992,100.30757,811.207,800.8207,72.490685,914.87195,130.95636,102.500725,72.998085,95.85583,17.369871,48.315872,517.1479,11.56805,16.91185,284.9759,10.128187,6.094577,76.37054,69.76366,703.70593,172.66455,179.88422,2025.3861,59.01332,1801.7766,1502.713,7.167644,4.649171,1263.104,14.93573,9.652889,324.15857,21.767109,45.56605,25.051222,89.44374,379.4085,271.3632,3.1954248,31.248348,57.424347,432.00433,5.702834,85.808105,7.5953183,1.5651376,55.282562,1.3035533,1.45591,5.0075603,10.175266,25.096323,19.113623,30.300089,252.36198,29.79525,13.062404,22.545362,6.2141705,76.88474,3.004077,2.983826,5.6357527,62.18623,0.8686098,2.8231308,6.817801,27.901278,14.994316,3.78319,1.8203229,106.33541,11.748508,214.91154,9.118937,414.00708,20.136404,915.6715,163.6721,5.115651,9.402824,297.0916,373.1101,1601.6725,778.75525 +2023-03-23 15:00:00,0.0,3253.3303,28.321316,11.1132345,7.2066827,32.93784,177.40717,28.881458,60.52022,23.820839,38.689743,160.75143,328.66595,17.44956,21.738253,11.047022,2.2678578,33.175148,20.412083,20.075325,429.06342,7.931606,307.37485,117.09479,13.346186,122.69893,128.37798,64.41191,593.84143,254.3625,1792.362,19.15624,2384.3862,209.1647,15.94666,12.47367,80.35777,178.63213,265.44055,548.86847,60.345768,16.656681,9.239096,829.557,280.2768,72.55216,35.824673,238.8085,25.45242,281.4631,11.703463,55.38468,0.0,2272.1301,3888.4836,1.8989915,32.885544,24.418112,20752.316,60.738792,2.0718157,50.16406,87.56096,36.900547,10.222465,48.15908,437.21893,31.635948,31.695189,2.8950913,8.526911,627.4515,0.33157024,416.96674,54.344357,2797.4707,94.09106,153.97632,188.64555,545.9616,43.846745,51.8528,431.99112,34.23304,33.479282,12.250463,36.10097,220.49088,10.89586,8.2294855,93.44215,19.048008,4571.928,25.843689,46.455647,23.19023,27.203686,358.00537,91.752975,46.78629,11.248352,13.232526,43.49159,97.67757,242.92763,71.83982,263.1291,31.559,38.290134,107.924065,126.621574,65.59461,135.35815,12.552202,5.4803023,16.36759,25.189259,3319.7515,16.250149,42.048775,154.95706,27.830004,303.68015,102.74973,249.37079,8.237672,100.28757,811.7931,801.4182,72.540276,916.00525,130.99503,102.59509,73.00381,95.73894,17.352324,48.28913,517.25104,11.560014,16.900219,284.8627,10.127765,6.0936747,76.352234,69.767334,703.7161,172.63805,179.89624,2025.49,59.064335,1802.2313,1503.1443,7.1692634,4.6490927,1263.0051,14.931198,9.654402,324.11584,21.771431,45.5777,25.062431,89.49971,379.64493,271.2942,3.195992,31.252245,57.438038,432.2374,5.7041826,85.81241,7.5960016,1.5649691,55.276367,1.303653,1.4558188,5.007261,10.175301,25.102676,19.1223,30.306854,252.49419,29.795027,13.05962,22.532763,6.2126155,76.87046,3.0035617,2.9810348,5.635081,62.183002,0.8665092,2.8216093,6.807743,27.93518,14.993778,3.7806988,1.8218964,106.41767,11.754658,214.96465,9.12509,414.2891,20.142557,915.3554,163.77335,5.1176567,9.406338,297.37494,373.4698,1602.9756,778.5866 +2023-03-23 16:00:00,0.0,3254.868,28.322958,11.124793,7.2060933,32.95303,177.40997,28.888361,60.54435,23.825308,38.70204,160.77231,328.82062,17.459358,21.738924,11.043048,2.2667565,33.180298,20.37723,20.06531,429.1001,7.908666,307.30783,117.0628,13.318667,122.47847,128.30444,64.38958,593.552,254.3202,1792.3337,19.11261,2384.4517,208.43848,15.920363,12.449795,80.1993,178.70639,265.43225,547.75964,60.360214,16.664703,9.23839,829.79016,279.71368,72.564354,35.84432,238.80673,25.437521,281.43015,11.701666,55.40335,0.0,2273.7305,3891.6064,1.9019611,32.87983,24.4275,20760.945,60.765514,2.0726473,50.225502,87.6673,36.913765,10.224224,48.21792,437.3198,31.643667,31.728096,2.8982584,8.527712,627.7236,0.3314688,417.29257,54.291397,2797.9436,94.019714,154.03874,188.66678,544.60876,43.782154,51.827267,431.34628,34.18349,33.435345,12.253827,36.100586,220.49402,10.895567,8.228853,93.47041,19.052423,4571.879,25.852037,46.491936,23.198532,27.215055,358.0161,91.73825,46.817204,11.251565,13.237552,43.51828,97.73256,243.07018,71.88925,263.18768,31.560688,38.326572,107.95115,126.787636,65.675095,135.30965,12.540022,5.4873657,16.36041,25.215284,3323.688,16.23522,42.11683,154.94409,27.841434,303.82474,102.77419,249.53323,8.237351,100.26756,812.3792,802.01575,72.589874,917.1386,131.03369,102.68945,73.00952,95.62204,17.334778,48.262386,517.3541,11.551977,16.888588,284.74954,10.127342,6.0927725,76.33394,69.77101,703.72626,172.61156,179.90828,2025.5941,59.11535,1802.6862,1503.5757,7.1708827,4.649014,1262.9062,14.926667,9.655913,324.07312,21.775751,45.589355,25.073643,89.55569,379.88138,271.2252,3.1965592,31.256144,57.45173,432.4705,5.705531,85.81671,7.596685,1.5648005,55.270176,1.3037527,1.4557275,5.0069613,10.175336,25.109032,19.130974,30.31362,252.6264,29.794804,13.056835,22.52016,6.21106,76.856186,3.0030465,2.9782436,5.6344085,62.179775,0.8644086,2.8200877,6.7976856,27.969086,14.99324,3.7782078,1.82347,106.49993,11.760808,215.01776,9.131243,414.5711,20.148708,915.03937,163.87457,5.1196623,9.409851,297.65826,373.82947,1604.2787,778.4179 +2023-03-23 17:00:00,0.0,3256.4058,28.3246,11.136352,7.205504,32.96822,177.41277,28.895264,60.568478,23.829779,38.71434,160.79318,328.97528,17.469156,21.739597,11.039074,2.2656553,33.18545,20.342377,20.055294,429.1368,7.8857265,307.24078,117.030815,13.291148,122.258,128.23093,64.36725,593.2626,254.27791,1792.3054,19.068977,2384.517,207.71227,15.894066,12.4259205,80.040825,178.78065,265.42398,546.65076,60.374664,16.672728,9.237685,830.0234,279.15054,72.576546,35.863964,238.80498,25.422623,281.39722,11.699869,55.422016,0.0,2275.3306,3894.7292,1.9049308,32.874115,24.43689,20769.574,60.79224,2.0734792,50.286945,87.773636,36.926983,10.225984,48.276756,437.42065,31.651386,31.761002,2.9014254,8.528513,627.99567,0.3313673,417.6184,54.23844,2798.4163,93.948364,154.10115,188.688,543.2559,43.71756,51.801735,430.70145,34.13394,33.391403,12.257191,36.1002,220.49718,10.895275,8.228221,93.49869,19.056839,4571.8296,25.860386,46.528225,23.206833,27.226427,358.0269,91.72352,46.848118,11.254777,13.242577,43.544968,97.78755,243.21272,71.938675,263.24625,31.562374,38.363014,107.97824,126.9537,65.755585,135.26112,12.527842,5.4944286,16.35323,25.24131,3327.6245,16.22029,42.184883,154.93112,27.852865,303.96933,102.79865,249.69566,8.237032,100.24756,812.96533,802.61334,72.639465,918.2719,131.07236,102.78382,73.015236,95.50515,17.31723,48.235645,517.4573,11.543941,16.876957,284.63635,10.12692,6.0918703,76.315636,69.77469,703.7364,172.58507,179.9203,2025.698,59.166363,1803.1409,1504.007,7.172502,4.648936,1262.8075,14.922135,9.657426,324.03036,21.780073,45.60101,25.084852,89.61166,380.1178,271.1562,3.1971264,31.260042,57.46542,432.70355,5.7068796,85.82101,7.597368,1.5646319,55.263985,1.3038523,1.4556363,5.006662,10.175371,25.115387,19.13965,30.320385,252.7586,29.794579,13.054051,22.50756,6.2095046,76.8419,3.0025313,2.9754524,5.6337366,62.17655,0.86230797,2.818566,6.7876277,28.00299,14.992703,3.7757168,1.8250436,106.5822,11.766958,215.07086,9.137396,414.85315,20.154861,914.7233,163.97581,5.1216683,9.413364,297.9416,374.18912,1605.5818,778.24927 +2023-03-23 18:00:00,0.0,3257.9434,28.32624,11.147909,7.2049146,32.98341,177.41556,28.902166,60.59261,23.834248,38.72664,160.81406,329.12994,17.478956,21.740269,11.0351,2.2645543,33.1906,20.307524,20.045279,429.1735,7.8627863,307.17374,116.998825,13.26363,122.03754,128.1574,64.34491,592.97314,254.23561,1792.2771,19.025347,2384.5825,206.98605,15.867769,12.402045,79.882355,178.8549,265.41568,545.5419,60.389114,16.680752,9.2369795,830.2566,278.58743,72.58873,35.88361,238.80322,25.407724,281.36426,11.698072,55.440685,0.0,2276.9307,3897.852,1.9079005,32.868404,24.44628,20778.203,60.818966,2.0743108,50.34839,87.879974,36.940197,10.227742,48.335598,437.5215,31.659105,31.793907,2.9045925,8.529314,628.26776,0.33126587,417.94424,54.185486,2798.8892,93.877014,154.16357,188.70923,541.90314,43.65297,51.7762,430.0566,34.084393,33.347466,12.260555,36.099815,220.50034,10.894983,8.227588,93.526955,19.061253,4571.7803,25.868734,46.564518,23.215134,27.237799,358.03763,91.70879,46.879032,11.257989,13.247602,43.571655,97.842545,243.35527,71.988106,263.30484,31.56406,38.399452,108.005325,127.11976,65.836075,135.21262,12.515661,5.501492,16.346048,25.267336,3331.561,16.20536,42.252937,154.91815,27.864296,304.11395,102.82312,249.85811,8.2367115,100.227554,813.55145,803.2109,72.68906,919.4053,131.11102,102.87818,73.02095,95.38826,17.299685,48.208904,517.56036,11.535904,16.865326,284.52316,10.126497,6.0909677,76.29734,69.778366,703.7466,172.55856,179.93234,2025.802,59.217377,1803.5957,1504.4382,7.1741214,4.6488576,1262.7086,14.9176035,9.658937,323.98764,21.784395,45.612663,25.096064,89.667625,380.35425,271.0872,3.1976936,31.263939,57.47911,432.9366,5.708228,85.82531,7.598051,1.5644634,55.257793,1.3039519,1.455545,5.0063624,10.175406,25.121742,19.148327,30.32715,252.89081,29.794355,13.051268,22.494959,6.2079496,76.82762,3.002016,2.972661,5.6330647,62.173325,0.8602074,2.8170443,6.77757,28.036896,14.992166,3.7732258,1.8266172,106.66446,11.773108,215.12398,9.143549,415.13516,20.161015,914.4072,164.07706,5.123674,9.416877,298.2249,374.5488,1606.8849,778.08057 +2023-03-23 19:00:00,0.0,3259.4812,28.327883,11.159468,7.204325,32.9986,177.41835,28.90907,60.616737,23.838718,38.738937,160.83493,329.28464,17.488754,21.74094,11.031127,2.263453,33.195755,20.27267,20.035263,429.2102,7.8398466,307.10672,116.96684,13.236112,121.81707,128.08386,64.32258,592.6837,254.1933,1792.2488,18.981716,2384.6477,206.25983,15.841472,12.378171,79.723885,178.92917,265.4074,544.433,60.40356,16.688774,9.236274,830.4898,278.0243,72.60092,35.903255,238.80145,25.392826,281.3313,11.696276,55.45935,0.0,2278.5308,3900.9749,1.9108701,32.86269,24.45567,20786.832,60.845688,2.0751424,50.409832,87.98631,36.953415,10.229502,48.394436,437.62238,31.666826,31.826815,2.9077594,8.530116,628.5398,0.33116442,418.27005,54.132526,2799.3618,93.805664,154.22598,188.73044,540.5503,43.588375,51.750668,429.41177,34.034843,33.303528,12.263919,36.09943,220.5035,10.894691,8.226955,93.55522,19.065668,4571.731,25.877083,46.600807,23.223434,27.249168,358.04837,91.69406,46.909946,11.261201,13.252628,43.598343,97.89754,243.4978,72.03754,263.3634,31.565746,38.435894,108.03242,127.28582,65.916565,135.1641,12.503481,5.508555,16.33887,25.293362,3335.4976,16.190432,42.32099,154.90518,27.875727,304.25854,102.84758,250.02054,8.236391,100.20755,814.1376,803.8084,72.738655,920.5386,131.14969,102.97255,73.026665,95.27137,17.282137,48.182163,517.6635,11.527867,16.853693,284.41,10.126075,6.0900655,76.27904,69.78204,703.7567,172.53207,179.94437,2025.9059,59.26839,1804.0504,1504.8695,7.1757407,4.648779,1262.6097,14.913073,9.66045,323.94492,21.788715,45.624317,25.107275,89.723595,380.59067,271.0182,3.1982608,31.267838,57.4928,433.1697,5.7095766,85.82961,7.5987344,1.5642949,55.251602,1.3040515,1.4554536,5.0060635,10.175442,25.128096,19.157001,30.333916,253.02301,29.79413,13.048483,22.482359,6.206394,76.81334,3.0015008,2.9698699,5.6323924,62.170097,0.85810673,2.8155227,6.767512,28.070799,14.991628,3.7707348,1.8281908,106.74672,11.779258,215.17708,9.149702,415.41718,20.167166,914.0912,164.17828,5.1256795,9.42039,298.50824,374.90848,1608.188,777.91187 +2023-03-23 20:00:00,0.0,3261.019,28.329525,11.171025,7.2037363,33.01379,177.42114,28.915972,60.640865,23.843187,38.751236,160.8558,329.4393,17.498552,21.741613,11.027153,2.2623518,33.20091,20.237816,20.025248,429.2469,7.816907,307.03967,116.93486,13.208592,121.5966,128.01033,64.30025,592.3943,254.151,1792.2206,18.938086,2384.7131,205.53362,15.815175,12.354296,79.56541,179.00343,265.3991,543.3241,60.41801,16.696798,9.235568,830.723,277.46118,72.61311,35.9229,238.79968,25.377928,281.29837,11.694479,55.47802,0.0,2280.131,3904.0974,1.9138398,32.856976,24.46506,20795.46,60.872414,2.075974,50.47128,88.09265,36.966633,10.23126,48.453274,437.72324,31.674545,31.85972,2.9109266,8.530917,628.8119,0.33106294,418.5959,54.07957,2799.8347,93.734314,154.28842,188.75166,539.19745,43.523785,51.725136,428.76697,33.985294,33.25959,12.267283,36.099045,220.50664,10.8944,8.226323,93.58349,19.070082,4571.6816,25.885431,46.637096,23.231737,27.26054,358.05914,91.67934,46.94086,11.264413,13.257653,43.62503,97.95253,243.64035,72.08696,263.42197,31.567434,38.472332,108.0595,127.45188,65.99705,135.11559,12.491302,5.5156183,16.331688,25.319387,3339.434,16.1755,42.389046,154.89221,27.887157,304.40314,102.87204,250.18298,8.236072,100.187546,814.7237,804.40594,72.788246,921.67194,131.18835,103.06691,73.03239,95.15448,17.264591,48.15542,517.7666,11.519831,16.842062,284.2968,10.125652,6.0891633,76.26074,69.78572,703.76685,172.50557,179.9564,2026.01,59.319405,1804.5052,1505.3008,7.1773596,4.6487007,1262.5109,14.908541,9.6619625,323.9022,21.793037,45.63597,25.118484,89.77957,380.82712,270.94922,3.198828,31.271734,57.506493,433.40277,5.710925,85.833916,7.5994177,1.5641264,55.24541,1.3041512,1.4553624,5.005764,10.175476,25.13445,19.165678,30.340681,253.15523,29.793907,13.045699,22.469759,6.2048388,76.79906,3.0009856,2.9670787,5.6317205,62.166874,0.85600615,2.814001,6.757454,28.104704,14.99109,3.7682438,1.8297644,106.82898,11.785407,215.2302,9.155855,415.6992,20.173319,913.77515,164.27953,5.127685,9.423903,298.79156,375.26816,1609.4911,777.7432 +2023-03-23 21:00:00,0.0,3262.5566,28.331167,11.182584,7.203147,33.028976,177.42393,28.922874,60.664997,23.847658,38.763535,160.87668,329.59396,17.508352,21.742285,11.023179,2.2612507,33.20606,20.202963,20.015232,429.28357,7.7939672,306.97263,116.90287,13.181074,121.376144,127.936806,64.277916,592.10486,254.1087,1792.1923,18.894453,2384.7786,204.8074,15.7888775,12.3304205,79.40693,179.07768,265.3908,542.2152,60.43246,16.70482,9.234863,830.9562,276.89804,72.6253,35.942547,238.79793,25.36303,281.2654,11.692682,55.496685,0.0,2281.7312,3907.2202,1.9168094,32.85126,24.47445,20804.092,60.899136,2.0768058,50.532722,88.19899,36.97985,10.23302,48.51211,437.8241,31.682264,31.892628,2.9140935,8.531718,629.084,0.3309615,418.92172,54.02661,2800.3074,93.66297,154.35083,188.77289,537.8446,43.459194,51.699604,428.12213,33.935745,33.215652,12.270647,36.098656,220.5098,10.894108,8.22569,93.611755,19.074497,4571.632,25.89378,46.673386,23.240038,27.271912,358.0699,91.664604,46.971775,11.267626,13.262679,43.65172,98.00752,243.7829,72.13639,263.48056,31.56912,38.508774,108.08659,127.61794,66.07754,135.06708,12.479121,5.5226817,16.324507,25.345413,3343.3706,16.160572,42.457096,154.87924,27.898588,304.54773,102.89651,250.34541,8.235751,100.16754,815.3098,805.0035,72.83784,922.80524,131.22702,103.16128,73.0381,95.03758,17.247044,48.128677,517.86975,11.511794,16.830431,284.18362,10.125231,6.0882607,76.24244,69.7894,703.77704,172.47908,179.96843,2026.1138,59.37042,1804.96,1505.732,7.178979,4.648622,1262.412,14.904009,9.663474,323.85947,21.797358,45.64762,25.129696,89.83554,381.06354,270.88022,3.1993952,31.275633,57.520187,433.63583,5.7122736,85.83821,7.600101,1.5639578,55.23922,1.3042508,1.4552711,5.0054646,10.175511,25.140806,19.174353,30.347446,253.28743,29.793682,13.042914,22.457157,6.203284,76.784775,3.0004704,2.9642875,5.631048,62.163647,0.8539055,2.8124795,6.747396,28.138609,14.990553,3.7657526,1.8313379,106.91125,11.791557,215.2833,9.162008,415.9812,20.179472,913.45905,164.38077,5.1296906,9.427417,299.0749,375.62784,1610.7942,777.5745 +2023-03-23 22:00:00,0.0,3264.0945,28.33281,11.194142,7.2025576,33.044167,177.42673,28.929777,60.689125,23.852127,38.775833,160.89755,329.74863,17.51815,21.742956,11.019205,2.2601495,33.211212,20.16811,20.005217,429.32028,7.771027,306.90558,116.87089,13.153556,121.15568,127.86328,64.255585,591.8154,254.0664,1792.164,18.850822,2384.844,204.08119,15.762581,12.306546,79.24845,179.15195,265.38254,541.1063,60.446907,16.712845,9.234158,831.1894,276.3349,72.63749,35.962193,238.79614,25.348133,281.23248,11.690886,55.515354,0.0,2283.3315,3910.343,1.9197792,32.845547,24.483839,20812.72,60.92586,2.0776374,50.594166,88.30533,36.99307,10.234778,48.570953,437.92496,31.689983,31.925533,2.9172606,8.532519,629.356,0.33086002,419.24756,53.973656,2800.7803,93.59162,154.41324,188.79411,536.4918,43.3946,51.674072,427.4773,33.886196,33.171715,12.274012,36.09827,220.51295,10.893816,8.225058,93.64002,19.078913,4571.5825,25.902128,46.70968,23.248339,27.283281,358.08063,91.64988,47.00269,11.270838,13.267705,43.678406,98.062515,243.92545,72.18582,263.53912,31.570807,38.54521,108.11368,127.784004,66.15803,135.01855,12.466941,5.5297446,16.317326,25.371439,3347.3071,16.145643,42.52515,154.86627,27.910019,304.69232,102.92097,250.50786,8.235431,100.14753,815.89594,805.6011,72.88743,923.9386,131.26567,103.25564,73.043816,94.92069,17.229498,48.101936,517.97284,11.503757,16.8188,284.07043,10.124808,6.0873585,76.22414,69.793076,703.7872,172.45259,179.98047,2026.2179,59.421432,1805.4148,1506.1633,7.1805983,4.648544,1262.3132,14.899478,9.664987,323.81674,21.80168,45.659275,25.140907,89.89151,381.29996,270.81122,3.1999624,31.27953,57.53388,433.86893,5.713622,85.842514,7.6007843,1.5637892,55.23303,1.3043504,1.4551799,5.005165,10.175547,25.147161,19.18303,30.354212,253.41963,29.793459,13.040131,22.444557,6.2017283,76.7705,2.9999552,2.9614964,5.6303763,62.160423,0.8518049,2.810958,6.737338,28.172514,14.990015,3.7632616,1.8329116,106.99351,11.797707,215.3364,9.168161,416.2632,20.185625,913.143,164.48201,5.131696,9.43093,299.35822,375.9875,1612.0973,777.4059 +2023-03-23 23:00:00,0.0,3265.632,28.334452,11.2057,7.201968,33.059357,177.42953,28.93668,60.713253,23.856598,38.78813,160.91843,329.90332,17.527948,21.74363,11.015231,2.2590482,33.216362,20.133257,19.995201,429.35696,7.7480874,306.83856,116.8389,13.126038,120.93521,127.78975,64.23325,591.526,254.02411,1792.1356,18.807192,2384.9094,203.35497,15.736283,12.282671,79.08998,179.22621,265.37424,539.9975,60.461357,16.720867,9.233452,831.4226,275.7718,72.64968,35.98184,238.79439,25.333235,281.19952,11.689089,55.53402,0.0,2284.9316,3913.4658,1.9227488,32.839832,24.493229,20821.35,60.952583,2.078469,50.65561,88.41167,37.006287,10.236538,48.62979,438.02582,31.697702,31.95844,2.9204276,8.53332,629.6281,0.33075857,419.57336,53.9207,2801.253,93.52027,154.47566,188.81534,535.139,43.33001,51.64854,426.83246,33.836647,33.127777,12.277375,36.097885,220.51611,10.893524,8.224424,93.66829,19.083326,4571.533,25.910477,46.745968,23.256641,27.294653,358.0914,91.635155,47.033604,11.27405,13.272731,43.705093,98.11751,244.06798,72.23525,263.59772,31.572493,38.581654,108.14077,127.950066,66.23852,134.97005,12.454761,5.536808,16.310146,25.397463,3351.244,16.130713,42.593204,154.8533,27.92145,304.8369,102.94543,250.67029,8.235111,100.127525,816.48206,806.1986,72.93703,925.0719,131.30434,103.350006,73.04953,94.8038,17.21195,48.075195,518.076,11.49572,16.807169,283.95728,10.124386,6.0864563,76.20584,69.79675,703.7973,172.42609,179.99251,2026.3218,59.472446,1805.8695,1506.5946,7.1822176,4.648465,1262.2144,14.894946,9.666498,323.77402,21.806,45.67093,25.152117,89.94749,381.5364,270.74222,3.2005296,31.283428,57.54757,434.102,5.714971,85.84682,7.6014676,1.5636208,55.226837,1.30445,1.4550886,5.0048656,10.175582,25.153515,19.191704,30.360975,253.55183,29.793234,13.037346,22.431955,6.200173,76.75622,2.99944,2.958705,5.6297045,62.157196,0.84970427,2.8094363,6.72728,28.206417,14.989477,3.7607706,1.8344852,107.07577,11.803857,215.38951,9.1743145,416.54523,20.191776,912.82697,164.58324,5.133702,9.4344425,299.64154,376.34717,1613.4004,777.2372 +2023-03-24 00:00:00,0.0,3267.17,28.336094,11.217258,7.201379,33.074547,177.43233,28.943584,60.737385,23.861067,38.80043,160.9393,330.05798,17.537748,21.7443,11.011257,2.257947,33.221516,20.098404,19.985186,429.39365,7.7251477,306.7715,116.806915,13.098518,120.714745,127.716225,64.210915,591.2366,253.98181,1792.1073,18.763561,2384.9749,202.62875,15.709987,12.258796,78.9315,179.30046,265.36597,538.8886,60.475807,16.728891,9.232746,831.6558,275.20865,72.661865,36.001484,238.79263,25.318336,281.16656,11.687292,55.55269,0.0,2286.5317,3916.5884,1.9257184,32.83412,24.502619,20829.979,60.97931,2.0793006,50.717052,88.518005,37.0195,10.238297,48.68863,438.1267,31.705421,31.991346,2.9235947,8.534122,629.9002,0.33065712,419.8992,53.86774,2801.7258,93.44892,154.53807,188.83655,533.78613,43.265415,51.62301,426.18762,33.787098,33.08384,12.28074,36.0975,220.51926,10.893232,8.223792,93.696556,19.087742,4571.484,25.918825,46.782257,23.264942,27.306025,358.10214,91.62042,47.064518,11.277262,13.277756,43.73178,98.1725,244.21053,72.284676,263.65628,31.57418,38.61809,108.167854,128.11613,66.319,134.92154,12.442581,5.543871,16.302965,25.423489,3355.1804,16.115784,42.66126,154.84033,27.93288,304.98154,102.969894,250.83273,8.234791,100.10752,817.0682,806.79614,72.98662,926.20526,131.343,103.44437,73.055244,94.68691,17.194405,48.04845,518.17914,11.487683,16.795538,283.8441,10.123963,6.0855536,76.18754,69.80044,703.8075,172.3996,180.00453,2026.4258,59.52346,1806.3243,1507.026,7.183837,4.648387,1262.1155,14.890414,9.668011,323.7313,21.810322,45.682583,25.163328,90.003456,381.77283,270.67322,3.2010968,31.287327,57.56126,434.33505,5.7163196,85.85112,7.602151,1.5634522,55.220646,1.3045497,1.4549974,5.004566,10.175617,25.15987,19.20038,30.36774,253.68405,29.79301,13.034562,22.419355,6.1986175,76.741936,2.9989247,2.9559138,5.629032,62.15397,0.8476037,2.8079145,6.7172227,28.240322,14.988939,3.7582796,1.8360587,107.15803,11.810006,215.44261,9.180469,416.82724,20.19793,912.51086,164.68448,5.1357074,9.437956,299.92487,376.70685,1614.7035,777.06854 +2023-03-24 01:00:00,0.0,3268.7075,28.337734,11.228817,7.2007895,33.089737,177.43512,28.950487,60.761513,23.865538,38.81273,160.96019,330.21265,17.547546,21.744972,11.007283,2.256846,33.22667,20.06355,19.97517,429.43036,7.7022076,306.70447,116.77493,13.071,120.49428,127.64269,64.18858,590.94714,253.93951,1792.079,18.719929,2385.0403,201.90254,15.683689,12.234921,78.773026,179.37473,265.35767,537.7797,60.490257,16.736914,9.232041,831.88904,274.64554,72.67406,36.02113,238.79086,25.303438,281.13364,11.685495,55.571354,0.0,2288.1318,3919.7112,1.9286882,32.828407,24.512009,20838.607,61.006035,2.0801322,50.778496,88.624344,37.03272,10.240056,48.747467,438.22757,31.71314,32.024254,2.9267616,8.534924,630.17224,0.33055565,420.22504,53.814785,2802.1985,93.37757,154.6005,188.85777,532.4333,43.200825,51.597477,425.5428,33.737553,33.0399,12.284103,36.097115,220.52242,10.8929405,8.22316,93.72482,19.092157,4571.4346,25.927174,46.81855,23.273243,27.317394,358.11288,91.6057,47.09543,11.280474,13.282782,43.75847,98.2275,244.35307,72.33411,263.71487,31.575867,38.654533,108.19495,128.2822,66.39949,134.87302,12.430401,5.5509343,16.295784,25.449514,3359.117,16.100853,42.729313,154.82736,27.944311,305.12613,102.994354,250.99516,8.23447,100.08752,817.6543,807.3937,73.03621,927.33856,131.38167,103.538734,73.06097,94.570015,17.176857,48.02171,518.2822,11.479647,16.783907,283.7309,10.123541,6.0846515,76.16924,69.804115,703.8176,172.3731,180.01657,2026.5298,59.574474,1806.779,1507.4573,7.1854563,4.6483088,1262.0166,14.885883,9.669522,323.68857,21.814644,45.694237,25.17454,90.059425,382.00928,270.60422,3.201664,31.291224,57.57495,434.5681,5.717668,85.855415,7.6028337,1.5632837,55.214455,1.3046494,1.4549061,5.0042667,10.175652,25.166225,19.209057,30.374506,253.81625,29.792786,13.031778,22.406754,6.1970625,76.72765,2.9984095,2.9531226,5.6283603,62.150745,0.84550303,2.806393,6.707165,28.274227,14.988402,3.7557886,1.8376323,107.240295,11.816156,215.49573,9.186622,417.10925,20.204082,912.1948,164.78572,5.137713,9.441469,300.2082,377.06653,1616.0065,776.89984 +2023-03-24 02:00:00,0.0,3270.2454,28.339376,11.240375,7.2002006,33.104923,177.43791,28.95739,60.78564,23.870007,38.825027,160.98106,330.3673,17.557344,21.745646,11.003309,2.2557447,33.23182,20.028698,19.965155,429.46704,7.679268,306.63745,116.74294,13.043482,120.27382,127.56917,64.16625,590.6577,253.89722,1792.0507,18.676298,2385.1057,201.17632,15.6573925,12.211046,78.61456,179.44899,265.3494,536.67084,60.504704,16.744938,9.231336,832.1222,274.0824,72.68625,36.040775,238.7891,25.28854,281.10068,11.683699,55.590023,0.0,2289.7322,3922.834,1.9316578,32.822693,24.521397,20847.236,61.032757,2.080964,50.839943,88.73068,37.045937,10.241816,48.80631,438.32843,31.72086,32.05716,2.9299288,8.535725,630.44434,0.3304542,420.55087,53.76183,2802.6714,93.30623,154.6629,188.879,531.08044,43.13623,51.571945,424.89795,33.688004,32.99596,12.287468,36.09673,220.52557,10.892648,8.222527,93.75309,19.096571,4571.3853,25.935522,46.85484,23.281546,27.328766,358.12366,91.590965,47.126343,11.283687,13.287807,43.78516,98.28249,244.49562,72.38354,263.77344,31.577553,38.69097,108.22203,128.44826,66.47998,134.82451,12.4182205,5.557997,16.288605,25.47554,3363.0535,16.085924,42.797367,154.81439,27.955742,305.27072,103.018814,251.15761,8.234151,100.06751,818.2404,807.9912,73.0858,928.4719,131.42033,103.6331,73.06668,94.453125,17.159311,47.99497,518.3854,11.47161,16.772274,283.61774,10.123118,6.0837493,76.15094,69.80779,703.82776,172.3466,180.0286,2026.6338,59.625492,1807.2339,1507.8885,7.1870756,4.64823,1261.9178,14.881351,9.671035,323.6458,21.818964,45.705887,25.18575,90.1154,382.2457,270.53522,3.2022312,31.295122,57.588642,434.8012,5.7190166,85.85972,7.603517,1.5631151,55.208263,1.3047489,1.4548148,5.0039673,10.175687,25.17258,19.217731,30.381271,253.94846,29.792562,13.028994,22.394154,6.195507,76.71337,2.9978943,2.9503314,5.6276884,62.14752,0.84340245,2.8048713,6.697107,28.308132,14.9878645,3.7532973,1.839206,107.322556,11.822306,215.54883,9.192775,417.3913,20.210234,911.8788,164.88695,5.139719,9.444983,300.49152,377.4262,1617.3096,776.73114 +2023-03-24 03:00:00,0.0,3271.7832,28.341019,11.251933,7.199611,33.120113,177.4407,28.964293,60.809772,23.874477,38.837322,161.00194,330.522,17.567144,21.746317,10.999336,2.2546434,33.236973,19.993845,19.95514,429.50375,7.656328,306.5704,116.71096,13.015964,120.05335,127.495636,64.14392,590.3683,253.85492,1792.0223,18.632668,2385.171,200.4501,15.631096,12.187171,78.456085,179.52324,265.3411,535.56195,60.519154,16.75296,9.23063,832.3554,273.5193,72.69843,36.06042,238.78734,25.273642,281.06772,11.681902,55.60869,0.0,2291.3323,3925.9568,1.9346275,32.81698,24.530787,20855.865,61.059483,2.0817957,50.901386,88.83702,37.059155,10.243574,48.865147,438.4293,31.728579,32.090065,2.9330957,8.536526,630.71643,0.33035272,420.87668,53.70887,2803.144,93.23488,154.72533,188.90022,529.72766,43.07164,51.546413,424.2531,33.638454,32.952023,12.290832,36.096344,220.52873,10.892356,8.221894,93.78136,19.100986,4571.3354,25.94387,46.89113,23.289846,27.340137,358.1344,91.57624,47.157257,11.286899,13.292832,43.811848,98.33749,244.63815,72.43297,263.83203,31.579239,38.727413,108.24912,128.61432,66.56047,134.776,12.40604,5.5650606,16.281424,25.501566,3366.99,16.070995,42.86542,154.80142,27.967173,305.4153,103.04328,251.32004,8.23383,100.04751,818.82654,808.58875,73.1354,929.6052,131.459,103.72746,73.072395,94.336235,17.141764,47.968227,518.48846,11.463573,16.760643,283.50455,10.122696,6.0828466,76.132645,69.81147,703.83795,172.32011,180.04063,2026.7378,59.676506,1807.6886,1508.3198,7.1886945,4.648152,1261.819,14.87682,9.672546,323.6031,21.823286,45.71754,25.19696,90.17137,382.48212,270.46625,3.2027984,31.299019,57.602333,435.03427,5.720365,85.86402,7.6042004,1.5629467,55.202072,1.3048486,1.4547236,5.003668,10.175722,25.178934,19.226408,30.388037,254.08066,29.79234,13.02621,22.381552,6.1939516,76.69909,2.997379,2.94754,5.627016,62.14429,0.84130186,2.8033497,6.687049,28.342035,14.987327,3.7508063,1.8407795,107.404816,11.828456,215.60194,9.198928,417.6733,20.216387,911.5627,164.98819,5.1417246,9.448495,300.77484,377.78586,1618.6127,776.5625 +2023-03-24 04:00:00,0.0,3273.3208,28.34266,11.263491,7.199022,33.135303,177.4435,28.971195,60.8339,23.878946,38.84962,161.02281,330.67667,17.576942,21.746988,10.995362,2.2535424,33.242123,19.95899,19.945124,429.54044,7.633388,306.50336,116.67898,12.988444,119.832886,127.42211,64.12159,590.07886,253.81262,1791.9941,18.589037,2385.2363,199.72389,15.604798,12.163297,78.29761,179.5975,265.33282,534.45306,60.533604,16.760984,9.229924,832.5886,272.95615,72.710625,36.080067,238.78558,25.258743,281.0348,11.680105,55.627357,0.0,2292.9324,3929.0793,1.9375972,32.811264,24.540176,20864.494,61.086205,2.0826273,50.96283,88.94336,37.072372,10.245334,48.923985,438.53015,31.736298,32.122974,2.9362628,8.537328,630.9885,0.33025128,421.2025,53.655914,2803.617,93.16353,154.78773,188.92143,528.3748,43.007046,51.520878,423.6083,33.588905,32.908085,12.294196,36.09596,220.53188,10.892064,8.221262,93.80963,19.1054,4571.286,25.952219,46.927418,23.298147,27.351507,358.14514,91.56151,47.18817,11.290111,13.297858,43.838535,98.39248,244.7807,72.48239,263.8906,31.580927,38.76385,108.27621,128.78038,66.64095,134.72748,12.393861,5.5721235,16.274242,25.527592,3370.9265,16.056065,42.933475,154.78845,27.978603,305.5599,103.06774,251.48248,8.233511,100.027504,819.41266,809.18634,73.18499,930.7386,131.49767,103.82183,73.07811,94.219345,17.124218,47.941483,518.5916,11.455537,16.749012,283.39136,10.122273,6.0819445,76.11434,69.81515,703.8481,172.29361,180.05266,2026.8417,59.72752,1808.1434,1508.7511,7.190314,4.648073,1261.7201,14.872289,9.674059,323.56036,21.827606,45.729195,25.208172,90.22734,382.71857,270.39725,3.2033656,31.302917,57.616024,435.26733,5.7217135,85.868324,7.6048837,1.5627781,55.19588,1.3049482,1.4546323,5.0033684,10.175757,25.18529,19.235083,30.394802,254.21288,29.792114,13.023425,22.368952,6.1923966,76.684814,2.9968638,2.9447489,5.626344,62.141068,0.8392012,2.8018281,6.676991,28.37594,14.986789,3.7483153,1.8423531,107.487076,11.834605,215.65504,9.205081,417.95532,20.22254,911.24664,165.08943,5.14373,9.452008,301.05817,378.14554,1619.9158,776.3938 +2023-03-24 05:00:00,0.0,3274.8586,28.344303,11.275049,7.1984324,33.150494,177.44629,28.978098,60.85803,23.883417,38.86192,161.04369,330.83133,17.58674,21.747662,10.991388,2.2524412,33.247276,19.924137,19.935108,429.57712,7.6104484,306.4363,116.64699,12.960926,119.61242,127.34858,64.09926,589.7894,253.77032,1791.9658,18.545404,2385.3018,198.99767,15.578502,12.139421,78.13914,179.67177,265.32452,533.34424,60.54805,16.769009,9.229219,832.82184,272.393,72.72282,36.099712,238.7838,25.243845,281.00183,11.6783085,55.646023,0.0,2294.5327,3932.2021,1.9405668,32.805553,24.549566,20873.123,61.11293,2.083459,51.024273,89.0497,37.08559,10.247093,48.982826,438.631,31.744017,32.15588,2.9394298,8.538129,631.26056,0.3301498,421.52835,53.60296,2804.0896,93.09218,154.85016,188.94266,527.022,42.942455,51.495346,422.96347,33.539356,32.864147,12.29756,36.09557,220.53503,10.891772,8.220629,93.8379,19.109816,4571.237,25.960567,46.96371,23.306448,27.362879,358.1559,91.54678,47.219086,11.293323,13.302884,43.865223,98.44747,244.92325,72.53182,263.94916,31.582613,38.800293,108.3033,128.94644,66.72144,134.67897,12.3816805,5.579187,16.267061,25.553617,3374.863,16.041136,43.00153,154.77548,27.990034,305.7045,103.0922,251.64491,8.233191,100.0075,819.9988,809.7839,73.23458,931.8719,131.53633,103.91619,73.08383,94.10245,17.10667,47.91474,518.6947,11.4475,16.737381,283.27817,10.121851,6.0810423,76.09605,69.818825,703.8582,172.26712,180.0647,2026.9457,59.778534,1808.5981,1509.1824,7.191933,4.647995,1261.6212,14.867757,9.6755705,323.51764,21.831928,45.74085,25.219381,90.28332,382.955,270.32825,3.2039328,31.306816,57.629715,435.50043,5.723062,85.87262,7.605567,1.5626096,55.18969,1.3050479,1.4545411,5.003069,10.175792,25.191645,19.24376,30.401567,254.34508,29.791891,13.020641,22.35635,6.190841,76.67053,2.9963486,2.9419577,5.625672,62.13784,0.8371006,2.8003063,6.666933,28.409845,14.986252,3.7458243,1.8439267,107.56934,11.840755,215.70816,9.211234,418.23734,20.228693,910.9306,165.19067,5.1457357,9.455522,301.3415,378.50522,1621.2189,776.22516 +2023-03-24 06:00:00,0.0,3276.3962,28.345945,11.286608,7.197843,33.165684,177.4491,28.985,60.882156,23.887886,38.874218,161.06456,330.98602,17.59654,21.748333,10.987414,2.25134,33.252426,19.889284,19.925093,429.61383,7.5875087,306.3693,116.615005,12.933408,119.39195,127.275055,64.07692,589.5,253.72803,1791.9375,18.501774,2385.3672,198.27145,15.552204,12.115546,77.98066,179.74603,265.31625,532.23535,60.5625,16.77703,9.228514,833.05505,271.8299,72.735,36.119358,238.78204,25.228947,280.96887,11.676512,55.664692,0.0,2296.1328,3935.325,1.9435365,32.79984,24.558956,20881.754,61.139656,2.0842907,51.085716,89.15604,37.098804,10.248852,49.041664,438.73187,31.751736,32.188786,2.942597,8.53893,631.53265,0.33004835,421.8542,53.55,2804.5625,93.02083,154.91258,188.96388,525.6691,42.877865,51.469814,422.31863,33.489807,32.82021,12.300924,36.095184,220.5382,10.89148,8.219996,93.866165,19.114231,4571.1875,25.968916,47.0,23.31475,27.37425,358.16666,91.53206,47.25,11.2965355,13.307909,43.89191,98.502464,245.0658,72.58125,264.00775,31.5843,38.83673,108.33038,129.1125,66.80193,134.63046,12.3695,5.5862503,16.259882,25.579643,3378.7996,16.026207,43.069584,154.76251,28.001465,305.84912,103.11667,251.80734,8.23287,99.987495,820.5849,810.3814,73.28418,933.00525,131.575,104.01056,73.08955,93.98556,17.089125,47.888,518.79785,11.439464,16.72575,283.165,10.1214285,6.08014,76.07774,69.8225,703.8684,172.24063,180.07672,2027.0496,59.829548,1809.053,1509.6136,7.1935525,4.647917,1261.5225,14.863226,9.677083,323.4749,21.83625,45.752502,25.230593,90.33929,383.19144,270.25925,3.2045,31.310713,57.64341,435.7335,5.7244105,85.87692,7.6062503,1.562441,55.1835,1.3051474,1.4544498,5.0027695,10.175827,25.198,19.252434,30.408333,254.47728,29.791666,13.017857,22.34375,6.1892858,76.65625,2.9958334,2.9391665,5.625,62.134613,0.835,2.7987847,6.656875,28.44375,14.985714,3.7433333,1.8455003,107.6516,11.846905,215.76126,9.217387,418.51935,20.234844,910.6145,165.2919,5.1477413,9.459035,301.62482,378.8649,1622.522,776.05646 +2023-03-24 07:00:00,0.0,3277.934,28.347588,11.298165,7.1972537,33.18087,177.45189,28.991903,60.90629,23.892357,38.886517,161.08543,331.1407,17.606339,21.749004,10.98344,2.250239,33.25758,19.854431,19.915077,429.6505,7.5645685,306.30225,116.583015,12.9058895,119.17149,127.20153,64.05459,589.2106,253.68573,1791.9092,18.458143,2385.4326,197.54524,15.5259075,12.091672,77.82218,179.82028,265.30795,531.12646,60.57695,16.785055,9.227808,833.2882,271.26675,72.74719,36.139004,238.78027,25.214048,280.93594,11.674715,55.68336,0.0,2297.733,3938.4478,1.9465061,32.794125,24.568346,20890.383,61.166378,2.0851223,51.14716,89.262375,37.112022,10.250611,49.100502,438.83273,31.759455,32.22169,2.9457638,8.539731,631.80475,0.3299469,422.18,53.497044,2805.0354,92.949486,154.97499,188.9851,524.31635,42.81327,51.444283,421.6738,33.440258,32.77627,12.304289,36.0948,220.54135,10.891189,8.219363,93.89443,19.118645,4571.138,25.977264,47.03629,23.323051,27.38562,358.1774,91.51733,47.280914,11.299747,13.312935,43.9186,98.55746,245.20834,72.63068,264.0663,31.585985,38.873173,108.357475,129.27856,66.88242,134.58194,12.35732,5.593313,16.2527,25.605669,3382.736,16.011276,43.137638,154.74953,28.012897,305.9937,103.14113,251.96979,8.232551,99.96749,821.171,810.97894,73.33377,934.13855,131.61366,104.10492,73.09526,93.86867,17.071577,47.86126,518.901,11.431427,16.714119,283.05182,10.121006,6.0792375,76.05944,69.82618,703.87854,172.21413,180.08876,2027.1536,59.88056,1809.5077,1510.0449,7.195172,4.647838,1261.4236,14.858694,9.678596,323.4322,21.84057,45.764156,25.241804,90.395256,383.42786,270.19025,3.2050672,31.314611,57.6571,435.96655,5.725759,85.881226,7.6069336,1.5622724,55.177307,1.3052471,1.4543586,5.00247,10.175862,25.204355,19.26111,30.415098,254.60948,29.791443,13.015073,22.33115,6.187731,76.64197,2.995318,2.9363754,5.624328,62.13139,0.8328994,2.7972631,6.646817,28.477655,14.985176,3.7408423,1.8470739,107.733864,11.853055,215.81436,9.22354,418.80136,20.240997,910.29846,165.39314,5.149747,9.462548,301.90814,379.22458,1623.8251,775.88776 +2023-03-24 08:00:00,0.0,3279.4717,28.349228,11.309724,7.196665,33.19606,177.45468,28.998806,60.930416,23.896828,38.898815,161.10631,331.29535,17.616137,21.749678,10.979466,2.2491376,33.262733,19.819578,19.905062,429.68723,7.541629,306.2352,116.55103,12.87837,118.95103,127.128,64.03226,588.92114,253.64343,1791.8809,18.41451,2385.498,196.81903,15.49961,12.067797,77.663704,179.89455,265.29968,530.0176,60.591396,16.793077,9.227103,833.5214,270.70364,72.759384,36.15865,238.7785,25.19915,280.90298,11.672918,55.702026,0.0,2299.333,3941.5706,1.9494759,32.78841,24.577736,20899.012,61.193104,2.085954,51.208607,89.36871,37.12524,10.25237,49.15934,438.9336,31.767174,32.2546,2.948931,8.540532,632.0768,0.32984543,422.50583,53.444088,2805.508,92.878136,155.03741,189.00633,522.9635,42.74868,51.41875,421.02896,33.39071,32.732334,12.307652,36.094414,220.54451,10.890897,8.218731,93.9227,19.12306,4571.089,25.985613,47.072582,23.331352,27.396992,358.18817,91.5026,47.31183,11.302959,13.317961,43.945286,98.61245,245.35088,72.68011,264.1249,31.587671,38.90961,108.38456,129.44463,66.962906,134.53343,12.3451395,5.6003766,16.24552,25.631695,3386.6729,15.996346,43.205692,154.73656,28.024328,306.1383,103.16559,252.13222,8.23223,99.94749,821.75714,811.5765,73.38336,935.2719,131.65233,104.19929,73.100975,93.75178,17.054031,47.83452,519.0041,11.42339,16.702488,282.93863,10.120584,6.0783353,76.041145,69.82986,703.8887,172.18764,180.10078,2027.2576,59.931576,1809.9624,1510.4762,7.196791,4.64776,1261.3247,14.854162,9.680107,323.38947,21.844893,45.775806,25.253014,90.451225,383.6643,270.12125,3.2056344,31.318508,57.67079,436.19965,5.7271075,85.88553,7.6076164,1.562104,55.171116,1.3053467,1.4542673,5.0021706,10.175898,25.210709,19.269787,30.421864,254.74168,29.791218,13.012289,22.318548,6.1861753,76.627686,2.9948027,2.933584,5.623656,62.128162,0.83079875,2.7957416,6.6367593,28.511559,14.984638,3.738351,1.8486475,107.816124,11.859205,215.86748,9.229693,419.08337,20.24715,909.9824,165.49438,5.1517525,9.466061,302.19147,379.58423,1625.1282,775.7191 +2023-03-24 09:00:00,0.0,3281.0095,28.35087,11.321282,7.1960754,33.21125,177.45747,29.005709,60.954544,23.901297,38.911114,161.12718,331.45,17.625937,21.750349,10.9754925,2.2480364,33.267883,19.784725,19.895046,429.7239,7.518689,306.16818,116.51905,12.850852,118.73056,127.054474,64.009926,588.6317,253.60114,1791.8525,18.37088,2385.5635,196.0928,15.473313,12.043921,77.50523,179.96881,265.29138,528.9087,60.605846,16.801102,9.2263975,833.75464,270.1405,72.77157,36.178295,238.77675,25.184254,280.87003,11.671122,55.720695,0.0,2300.9333,3944.693,1.9524455,32.782696,24.587126,20907.64,61.219826,2.0867856,51.27005,89.47505,37.13846,10.254129,49.21818,439.03445,31.774893,32.287506,2.952098,8.541334,632.3489,0.32974398,422.83167,53.39113,2805.981,92.806786,155.09982,189.02754,521.61066,42.684086,51.39322,420.38412,33.34116,32.688396,12.311017,36.09403,220.54765,10.890605,8.218099,93.950966,19.127476,4571.0396,25.993961,47.10887,23.339655,27.408363,358.1989,91.48787,47.342743,11.306171,13.322987,43.971973,98.66744,245.49342,72.72954,264.18347,31.58936,38.946053,108.41165,129.61069,67.043396,134.48491,12.33296,5.6074395,16.23834,25.65772,3390.6094,15.981418,43.273746,154.72359,28.035759,306.2829,103.19005,252.29466,8.23191,99.92748,822.34326,812.1741,73.43295,936.4052,131.691,104.29365,73.10669,93.63489,17.036484,47.807774,519.10724,11.415354,16.690855,282.82547,10.120161,6.077433,76.02284,69.833534,703.89886,172.16113,180.11282,2027.3616,59.98259,1810.4172,1510.9076,7.1984105,4.647681,1261.2258,14.849631,9.68162,323.34674,21.849213,45.78746,25.264225,90.5072,383.90073,270.05225,3.2062016,31.322407,57.684483,436.4327,5.7284565,85.88983,7.6082997,1.5619354,55.164925,1.3054464,1.4541761,5.001871,10.175933,25.217064,19.278461,30.428629,254.8739,29.790995,13.009504,22.305948,6.18462,76.61341,2.9942875,2.9307928,5.622984,62.12494,0.82869816,2.79422,6.626702,28.545464,14.9841,3.73586,1.8502212,107.89839,11.865355,215.92058,9.2358465,419.3654,20.253302,909.6664,165.59561,5.153758,9.469574,302.47476,379.9439,1626.4313,775.5504 +2023-03-24 10:00:00,0.0,3282.5474,28.352512,11.33284,7.195486,33.22644,177.46027,29.012611,60.978676,23.905767,38.923412,161.14806,331.6047,17.635735,21.75102,10.971519,2.2469351,33.273037,19.749872,19.88503,429.7606,7.4957495,306.10114,116.48706,12.823334,118.51009,126.98094,63.98759,588.3423,253.55884,1791.8242,18.32725,2385.6287,195.3666,15.447016,12.020047,77.34676,180.04306,265.2831,527.7998,60.620296,16.809124,9.225692,833.98785,269.5774,72.78376,36.197945,238.775,25.169355,280.8371,11.669325,55.73936,0.0,2302.5337,3947.816,1.9554151,32.776985,24.596516,20916.27,61.24655,2.0876174,51.331493,89.58139,37.151676,10.255889,49.27702,439.1353,31.782614,32.32041,2.955265,8.542135,632.621,0.3296425,423.1575,53.338173,2806.4536,92.735435,155.16225,189.04877,520.2578,42.619495,51.367687,419.7393,33.29161,32.64446,12.314381,36.093643,220.55081,10.890313,8.217465,93.97923,19.13189,4570.9897,26.00231,47.14516,23.347956,27.419733,358.20966,91.473145,47.373657,11.309383,13.3280115,43.99866,98.722435,245.63597,72.77897,264.24207,31.591045,38.98249,108.438736,129.77675,67.123886,134.4364,12.32078,5.614503,16.23116,25.683746,3394.546,15.966488,43.3418,154.71062,28.04719,306.4275,103.214516,252.45709,8.23159,99.90748,822.9294,812.7716,73.48255,937.5386,131.72966,104.388016,73.11241,93.51799,17.018938,47.781033,519.2103,11.407317,16.679224,282.71228,10.119739,6.0765305,76.00455,69.83721,703.909,172.13464,180.12485,2027.4655,60.033604,1810.872,1511.3389,7.2000294,4.647603,1261.127,14.845099,9.683131,323.30402,21.853535,45.799114,25.275436,90.56317,384.13715,269.98328,3.2067688,31.326305,57.698174,436.66577,5.729805,85.89413,7.608983,1.5617669,55.158733,1.305546,1.4540848,5.0015717,10.175967,25.22342,19.287138,30.435394,255.0061,29.79077,13.006721,22.293346,6.1830645,76.59913,2.9937723,2.9280016,5.6223116,62.12171,0.8265975,2.7926984,6.616644,28.579369,14.983563,3.733369,1.8517947,107.98065,11.871505,215.9737,9.242001,419.6474,20.259455,909.3503,165.69685,5.1557636,9.473087,302.7581,380.3036,1627.7344,775.3818 +2023-03-24 11:00:00,0.0,3284.085,28.354155,11.3443985,7.1948967,33.24163,177.46306,29.019514,61.002804,23.910236,38.93571,161.16893,331.75937,17.645533,21.751694,10.9675455,2.245834,33.278187,19.715017,19.875015,429.7973,7.4728093,306.0341,116.45508,12.795815,118.289635,126.90742,63.96526,588.05286,253.51654,1791.7959,18.283619,2385.694,194.64038,15.420719,11.996172,77.188286,180.11732,265.2748,526.691,60.634743,16.817148,9.224986,834.221,269.01425,72.79595,36.21759,238.77322,25.154457,280.80414,11.667528,55.75803,0.0,2304.1338,3950.9387,1.9583849,32.77127,24.605904,20924.898,61.273273,2.088449,51.392937,89.68773,37.164894,10.2576475,49.335857,439.23618,31.790333,32.353317,2.958432,8.542936,632.89307,0.32954106,423.4833,53.285213,2806.9265,92.66409,155.22466,189.06999,518.905,42.5549,51.342155,419.09445,33.24206,32.600517,12.317745,36.093258,220.55397,10.89002,8.216833,94.0075,19.136305,4570.9404,26.010658,47.18145,23.356256,27.431105,358.22043,91.45841,47.40457,11.312596,13.333037,44.025352,98.77743,245.77852,72.82839,264.30063,31.592731,39.018932,108.46583,129.94281,67.20438,134.3879,12.308599,5.621566,16.223978,25.70977,3398.4824,15.951558,43.409855,154.69765,28.05862,306.57208,103.238976,252.61954,8.23127,99.887474,823.5155,813.36914,73.53214,938.6719,131.76833,104.482376,73.118126,93.4011,17.00139,47.75429,519.3135,11.399281,16.667593,282.5991,10.119316,6.0756283,75.986244,69.84089,703.9191,172.10815,180.13689,2027.5695,60.084618,1811.3268,1511.7701,7.2016487,4.6475244,1261.0282,14.840568,9.684644,323.26126,21.857855,45.81077,25.286646,90.61914,384.3736,269.91428,3.207336,31.330202,57.711864,436.89886,5.7311535,85.89843,7.6096663,1.5615983,55.152542,1.3056456,1.4539934,5.001272,10.1760025,25.229774,19.295813,30.44216,255.1383,29.790546,13.003936,22.280746,6.1815095,76.58485,2.993257,2.9252105,5.6216397,62.118484,0.8244969,2.7911766,6.606586,28.613274,14.983026,3.730878,1.8533683,108.06291,11.877654,216.0268,9.248154,419.92944,20.265608,909.03424,165.7981,5.1577697,9.476601,303.0414,380.66327,1629.0375,775.2131 +2023-03-24 12:00:00,0.0,3285.6228,28.355797,11.355957,7.1943073,33.256817,177.46585,29.026417,61.02693,23.914707,38.94801,161.18982,331.91403,17.655333,21.752365,10.963572,2.2447329,33.28334,19.680164,19.865,429.83398,7.4498696,305.96704,116.42309,12.768296,118.06917,126.833885,63.94293,587.7634,253.47424,1791.7676,18.239986,2385.7595,193.91415,15.394423,11.972297,77.029816,180.19159,265.26654,525.5821,60.649193,16.82517,9.224281,834.4542,268.4511,72.808136,36.237236,238.77145,25.139559,280.77118,11.665731,55.776695,0.0,2305.734,3954.0615,1.9613545,32.765556,24.615294,20933.527,61.3,2.0892806,51.45438,89.79407,37.17811,10.259407,49.3947,439.33704,31.798052,32.386223,2.961599,8.543737,633.1651,0.32943958,423.80914,53.232258,2807.3992,92.59274,155.28708,189.09122,517.5522,42.49031,51.316624,418.44962,33.192516,32.55658,12.321109,36.09287,220.55713,10.889729,8.2162,94.03577,19.14072,4570.891,26.019007,47.217743,23.36456,27.442476,358.23117,91.44369,47.435482,11.315808,13.338063,44.05204,98.83242,245.92105,72.87782,264.35922,31.594418,39.05537,108.49291,130.10887,67.28486,134.33937,12.296419,5.628629,16.216797,25.735796,3402.419,15.936628,43.477905,154.68468,28.070051,306.7167,103.263435,252.78197,8.230949,99.86747,824.1016,813.9667,73.58173,939.80524,131.80699,104.576744,73.12384,93.28421,16.983845,47.72755,519.41656,11.391244,16.655962,282.4859,10.118894,6.074726,75.96795,69.84457,703.9293,172.08165,180.14891,2027.6733,60.13563,1811.7815,1512.2014,7.203268,4.647446,1260.9293,14.836037,9.686155,323.21854,21.862177,45.822422,25.297857,90.67512,384.61002,269.84528,3.2079031,31.3341,57.725555,437.13193,5.732502,85.90273,7.6103497,1.5614299,55.146347,1.3057452,1.4539022,5.0009727,10.176038,25.236128,19.30449,30.448925,255.27051,29.790323,13.001152,22.268145,6.179954,76.570564,2.9927418,2.922419,5.620968,62.11526,0.8223963,2.789655,6.596528,28.647177,14.982488,3.728387,1.8549418,108.14517,11.883804,216.07991,9.254307,420.21146,20.271759,908.7182,165.89934,5.1597753,9.480114,303.32474,381.02295,1630.3406,775.0444 +2023-03-24 13:00:00,0.0,3287.1604,28.357439,11.367515,7.193718,33.272007,177.46864,29.033321,61.051064,23.919176,38.960308,161.2107,332.0687,17.66513,21.753036,10.959598,2.2436316,33.28849,19.645311,19.854984,429.87067,7.42693,305.90002,116.391106,12.740778,117.8487,126.76036,63.920593,587.47406,253.43195,1791.7394,18.196356,2385.825,193.18794,15.368125,11.948422,76.87134,180.26584,265.25824,524.4732,60.663643,16.833195,9.223576,834.68744,267.888,72.82033,36.25688,238.76968,25.12466,280.73825,11.663934,55.795364,0.0,2307.334,3957.184,1.9643242,32.759842,24.624683,20942.156,61.326725,2.0901122,51.515823,89.900406,37.191326,10.261166,49.453537,439.4379,31.80577,32.419132,2.964766,8.544539,633.4372,0.32933813,424.13498,53.179302,2807.872,92.52139,155.34949,189.11243,516.19934,42.42572,51.291092,417.8048,33.142967,32.51264,12.324473,36.092484,220.56027,10.889437,8.215568,94.06403,19.145134,4570.842,26.027355,47.254032,23.37286,27.453846,358.2419,91.428955,47.466396,11.31902,13.343088,44.078728,98.88741,246.0636,72.92725,264.4178,31.596106,39.091812,108.520004,130.27493,67.36535,134.29086,12.28424,5.635692,16.209618,25.761822,3406.3555,15.9217,43.54596,154.6717,28.081482,306.8613,103.2879,252.94441,8.23063,99.847466,824.68774,814.5642,73.63133,940.93854,131.84566,104.67111,73.129555,93.16732,16.966297,47.700806,519.5197,11.383207,16.644331,282.37274,10.118471,6.0738235,75.949646,69.84825,703.93945,172.05516,180.16095,2027.7773,60.186646,1812.2363,1512.6327,7.2048874,4.647368,1260.8304,14.831505,9.687668,323.1758,21.866499,45.834076,25.309069,90.73109,384.84647,269.77628,3.2084703,31.337997,57.739246,437.365,5.7338505,85.907036,7.611033,1.5612613,55.140156,1.3058449,1.4538109,5.0006733,10.176073,25.242483,19.313164,30.45569,255.40273,29.790098,12.998368,22.255545,6.1783986,76.55628,2.9922266,2.919628,5.6202955,62.112034,0.8202957,2.7881334,6.58647,28.681082,14.98195,3.7258961,1.8565155,108.22744,11.889954,216.13301,9.26046,420.49347,20.277912,908.4021,166.00056,5.161781,9.483626,303.60806,381.3826,1631.6437,774.87573 +2023-03-24 14:00:00,0.0,3288.6982,28.359081,11.379073,7.193129,33.287197,177.47145,29.040224,61.07519,23.923647,38.972607,161.23157,332.2234,17.674929,21.75371,10.955624,2.2425306,33.293644,19.610458,19.844969,429.90738,7.40399,305.83298,116.35912,12.71326,117.628235,126.68683,63.898262,587.18463,253.38965,1791.711,18.152725,2385.8904,192.46173,15.341828,11.924547,76.71286,180.3401,265.24997,523.3643,60.678093,16.841219,9.22287,834.92065,267.32486,72.83252,36.276527,238.76791,25.109762,280.7053,11.662137,55.81403,0.0,2308.9343,3960.307,1.9672939,32.754128,24.634073,20950.785,61.353447,2.0909438,51.57727,90.006744,37.204544,10.262925,49.512375,439.53876,31.81349,32.452038,2.9679332,8.545341,633.7093,0.3292367,424.46082,53.126343,2808.3447,92.45004,155.41193,189.13365,514.8465,42.361126,51.265556,417.15997,33.09342,32.468704,12.327837,36.0921,220.56343,10.889145,8.214935,94.0923,19.14955,4570.7925,26.035704,47.29032,23.38116,27.465218,358.2527,91.41423,47.49731,11.322232,13.348114,44.105415,98.942406,246.20615,72.976685,264.47635,31.597792,39.12825,108.54709,130.441,67.44584,134.24236,12.272059,5.6427555,16.202436,25.787848,3410.292,15.90677,43.614014,154.65874,28.092913,307.0059,103.31236,253.10684,8.2303095,99.82746,825.27386,815.16174,73.68092,942.0719,131.88432,104.76547,73.13527,93.05042,16.948751,47.674065,519.62286,11.37517,16.6327,282.25955,10.118049,6.0729213,75.93135,69.85193,703.9496,172.02866,180.17297,2027.8813,60.23766,1812.691,1513.064,7.2065067,4.6472893,1260.7316,14.826973,9.689179,323.1331,21.87082,45.845726,25.320278,90.787056,385.0829,269.70728,3.2090375,31.341896,57.752937,437.59805,5.735199,85.91133,7.6117163,1.5610927,55.133965,1.3059446,1.4537197,5.000374,10.176108,25.248838,19.32184,30.462454,255.53493,29.789875,12.995584,22.242943,6.1768436,76.542,2.9917114,2.9168367,5.6196237,62.108807,0.81819504,2.7866118,6.576412,28.714987,14.981413,3.723405,1.8580891,108.3097,11.896104,216.18613,9.266613,420.77548,20.284065,908.08606,166.1018,5.1637864,9.48714,303.8914,381.74228,1632.9468,774.70703 +2023-03-24 15:00:00,0.0,3290.2358,28.360723,11.390631,7.1925397,33.302387,177.47424,29.047127,61.09932,23.928116,38.984905,161.25244,332.37805,17.684727,21.754381,10.95165,2.2414293,33.298798,19.575605,19.834953,429.94406,7.38105,305.76593,116.32713,12.685741,117.40777,126.613304,63.87593,586.8952,253.34735,1791.6827,18.109095,2385.9558,191.7355,15.315531,11.900673,76.55439,180.41437,265.24167,522.25543,60.69254,16.849241,9.222164,835.1539,266.76175,72.8447,36.296173,238.76616,25.094864,280.67233,11.66034,55.8327,0.0,2310.5344,3963.4297,1.9702635,32.748417,24.643463,20959.414,61.380173,2.0917757,51.638714,90.11308,37.217762,10.264685,49.571213,439.63962,31.821209,32.484943,2.9711,8.546142,633.9813,0.3291352,424.78662,53.073387,2808.8176,92.37869,155.47433,189.15488,513.49365,42.296535,51.240025,416.51514,33.04387,32.424767,12.331202,36.091713,220.56659,10.888853,8.214302,94.120575,19.153963,4570.743,26.044052,47.326614,23.389462,27.47659,358.26343,91.399506,47.528225,11.325444,13.35314,44.132103,98.9974,246.3487,73.02611,264.53494,31.599478,39.16469,108.57418,130.60706,67.52633,134.19383,12.259879,5.6498184,16.195255,25.813873,3414.2285,15.89184,43.682068,154.64577,28.104343,307.15048,103.33682,253.26929,8.229989,99.80746,825.86,815.75934,73.730515,943.2052,131.92297,104.85984,73.14099,92.93353,16.931204,47.647324,519.72595,11.367133,16.621069,282.14636,10.117626,6.072019,75.91305,69.855606,703.9598,172.00217,180.18501,2027.9854,60.288673,1813.1459,1513.4952,7.208126,4.647211,1260.6328,14.822442,9.690692,323.09036,21.875141,45.85738,25.33149,90.84303,385.31934,269.63828,3.2096047,31.345795,57.76663,437.83115,5.7365475,85.915634,7.6123996,1.5609242,55.127773,1.3060441,1.4536284,5.0000744,10.176143,25.255194,19.330515,30.46922,255.66713,29.78965,12.9928,22.230343,6.175288,76.527725,2.9911962,2.9140456,5.618952,62.105583,0.81609446,2.7850902,6.5663543,28.748892,14.980875,3.720914,1.8596627,108.39196,11.902253,216.23923,9.272766,421.0575,20.290218,907.77,166.20305,5.165792,9.490653,304.1747,382.10196,1634.2499,774.5384 +2023-03-24 16:00:00,0.0,3291.7737,28.362364,11.402189,7.1919503,33.317577,177.47704,29.05403,61.12345,23.932587,38.9972,161.27332,332.5327,17.694527,21.755053,10.947676,2.240328,33.303947,19.540752,19.824938,429.98077,7.3581104,305.6989,116.29515,12.658222,117.18731,126.53977,63.853596,586.6058,253.30505,1791.6544,18.065462,2386.0212,191.0093,15.289234,11.876798,76.39591,180.48862,265.23337,521.14655,60.70699,16.857265,9.221459,835.387,266.1986,72.856895,36.31582,238.7644,25.079966,280.6394,11.658544,55.851364,0.0,2312.1348,3966.5525,1.9732332,32.742702,24.652853,20968.045,61.406895,2.0926073,51.700157,90.21942,37.23098,10.266443,49.630054,439.74048,31.828928,32.51785,2.9742672,8.546943,634.2534,0.32903376,425.11246,53.02043,2809.2903,92.30735,155.53674,189.1761,512.14087,42.23194,51.214493,415.8703,32.99432,32.38083,12.334565,36.091328,220.56975,10.888561,8.21367,94.14884,19.158379,4570.6934,26.0524,47.362904,23.397764,27.487959,358.27417,91.38477,47.55914,11.328657,13.358166,44.15879,99.05239,246.49123,73.07554,264.5935,31.601164,39.20113,108.601265,130.77312,67.60681,134.14532,12.247699,5.656882,16.188076,25.8399,3418.1653,15.87691,43.750122,154.6328,28.115774,307.29507,103.36129,253.43172,8.22967,99.78745,826.4461,816.3569,73.780106,944.33856,131.96164,104.9542,73.146706,92.81664,16.913658,47.620583,519.8291,11.359097,16.609438,282.0332,10.117205,6.0711164,75.894745,69.85928,703.9699,171.97568,180.19705,2028.0894,60.339687,1813.6006,1513.9265,7.2097454,4.6471324,1260.5339,14.81791,9.6922035,323.04764,21.879461,45.869034,25.342701,90.899,385.55576,269.56927,3.210172,31.349691,57.780323,438.0642,5.737896,85.91994,7.6130824,1.5607557,55.121582,1.3061438,1.4535372,4.999775,10.176178,25.261547,19.339191,30.475985,255.79933,29.789427,12.990015,22.217741,6.1737328,76.51344,2.990681,2.9112544,5.6182795,62.102356,0.8139939,2.7835684,6.5562963,28.782795,14.980337,3.718423,1.8612362,108.47422,11.908403,216.29233,9.278919,421.3395,20.29637,907.4539,166.30428,5.1677976,9.494166,304.45804,382.46164,1635.553,774.3697 +2023-03-24 17:00:00,0.0,3293.3113,28.364006,11.413748,7.191361,33.332767,177.47983,29.060932,61.14758,23.937056,39.0095,161.29419,332.68738,17.704325,21.755726,10.943702,2.239227,33.3091,19.5059,19.814922,430.01746,7.3351703,305.63187,116.26316,12.630704,116.96684,126.46625,63.831264,586.31635,253.26276,1791.6261,18.021832,2386.0867,190.28308,15.262937,11.852922,76.23744,180.56288,265.2251,520.03766,60.72144,16.865288,9.220754,835.62024,265.6355,72.86909,36.335464,238.76263,25.065067,280.60645,11.656747,55.870033,0.0,2313.7349,3969.675,1.9762028,32.736988,24.662243,20976.674,61.43362,2.0934389,51.7616,90.32576,37.244198,10.268203,49.688892,439.84134,31.836647,32.55076,2.9774342,8.547744,634.5255,0.3289323,425.4383,52.967472,2809.7632,92.236,155.59917,189.19733,510.78802,42.16735,51.18896,415.22546,32.94477,32.33689,12.33793,36.090942,220.57289,10.888269,8.2130375,94.17711,19.162794,4570.644,26.06075,47.399193,23.406065,27.49933,358.28494,91.37005,47.590054,11.331869,13.363191,44.18548,99.10738,246.63377,73.12497,264.6521,31.602852,39.237568,108.62836,130.93918,67.6873,134.09682,12.235519,5.663945,16.180895,25.865925,3422.1018,15.861981,43.818176,154.61983,28.127205,307.43967,103.38575,253.59416,8.229349,99.76745,827.0322,816.9544,73.829704,945.47186,132.0003,105.04857,73.15242,92.69975,16.89611,47.593838,519.9322,11.35106,16.597805,281.92,10.116782,6.0702143,75.87645,69.86296,703.98004,171.94917,180.20908,2028.1932,60.3907,1814.0554,1514.3579,7.2113643,4.647054,1260.435,14.813378,9.693716,323.0049,21.883783,45.880688,25.35391,90.95497,385.79218,269.5003,3.2107391,31.35359,57.794014,438.29727,5.7392445,85.92424,7.6137657,1.5605872,55.11539,1.3062434,1.4534459,4.9994755,10.176213,25.267902,19.347868,30.48275,255.93155,29.789202,12.987231,22.205141,6.172178,76.49916,2.9901657,2.908463,5.6176076,62.099133,0.8118932,2.7820468,6.546239,28.8167,14.979799,3.715932,1.8628099,108.55649,11.914553,216.34544,9.285072,421.62152,20.302523,907.1379,166.40552,5.169803,9.49768,304.74136,382.82132,1636.8561,774.20105 +2023-03-24 18:00:00,0.0,3294.849,28.365648,11.425305,7.1907716,33.347954,177.48262,29.067835,61.171707,23.941526,39.021797,161.31506,332.84207,17.714123,21.756397,10.939729,2.2381258,33.31425,19.471046,19.804907,430.05414,7.3122306,305.56482,116.23118,12.603186,116.746376,126.392715,63.808933,586.0269,253.22044,1791.5978,17.9782,2386.1519,189.55687,15.23664,11.829048,76.078964,180.63715,265.2168,518.92883,60.735886,16.873312,9.220048,835.85345,265.07236,72.88127,36.35511,238.76086,25.050169,280.5735,11.65495,55.8887,0.0,2315.335,3972.7979,1.9791726,32.731274,24.671633,20985.303,61.460342,2.0942705,51.823044,90.4321,37.257412,10.269961,49.74773,439.9422,31.844366,32.583664,2.9806013,8.548546,634.79755,0.32883084,425.76413,52.914516,2810.2358,92.16465,155.66158,189.21854,509.43518,42.102757,51.16343,414.58063,32.89522,32.292953,12.341293,36.090557,220.57605,10.887978,8.212404,94.205376,19.167208,4570.5947,26.069098,47.435482,23.414366,27.510702,358.2957,91.355316,47.620968,11.335081,13.3682165,44.212166,99.16238,246.77632,73.17439,264.71066,31.604538,39.27401,108.65544,131.10524,67.76779,134.0483,12.223339,5.671008,16.173714,25.89195,3426.0383,15.847052,43.88623,154.60686,28.138636,307.5843,103.41021,253.75659,8.22903,99.747444,827.61835,817.55194,73.879295,946.6052,132.03897,105.14293,73.158134,92.58286,16.878565,47.567097,520.03534,11.343023,16.586174,281.80682,10.11636,6.069312,75.85815,69.86664,703.99023,171.92268,180.22112,2028.2972,60.441715,1814.5101,1514.7892,7.2129836,4.6469755,1260.3362,14.808847,9.695229,322.9622,21.888103,45.89234,25.365122,91.01095,386.02863,269.4313,3.2113063,31.357487,57.807705,438.53036,5.740593,85.928535,7.614449,1.5604186,55.1092,1.3063431,1.4533547,4.9991765,10.176249,25.274258,19.356543,30.489515,256.06375,29.788979,12.984447,22.192541,6.1706223,76.48488,2.9896505,2.9056718,5.6169353,62.095905,0.80979264,2.7805252,6.536181,28.850605,14.979262,3.713441,1.8643835,108.63875,11.920703,216.39854,9.291225,421.90353,20.308676,906.82184,166.50676,5.1718087,9.501192,305.0247,383.18097,1638.1592,774.03235 +2023-03-24 19:00:00,0.0,3296.387,28.36729,11.436864,7.190182,33.363144,177.48541,29.074738,61.19584,23.945995,39.034096,161.33594,332.99673,17.723923,21.757069,10.935755,2.2370245,33.319405,19.436192,19.794891,430.09085,7.289291,305.4978,116.199196,12.575666,116.52591,126.31919,63.7866,585.7375,253.17815,1791.5695,17.93457,2386.2173,188.83064,15.210342,11.805173,75.920494,180.7114,265.20853,517.81995,60.750336,16.881334,9.219342,836.0867,264.50925,72.89346,36.374756,238.7591,25.03527,280.54056,11.653153,55.907368,0.0,2316.935,3975.9207,1.9821422,32.72556,24.681023,20993.932,61.48707,2.0951023,51.884487,90.53844,37.27063,10.271721,49.806572,440.04306,31.852085,32.61657,2.9837682,8.549347,635.06964,0.3287294,426.08997,52.86156,2810.7087,92.0933,155.724,189.23976,508.08237,42.038166,51.137897,413.9358,32.845673,32.249016,12.344658,36.09017,220.57921,10.887686,8.211772,94.23364,19.171623,4570.5454,26.077446,47.471775,23.422668,27.522072,358.30643,91.34059,47.651882,11.338293,13.373242,44.238853,99.21737,246.91887,73.22382,264.76926,31.606224,39.310448,108.68253,131.2713,67.84828,133.99979,12.211159,5.6780715,16.166533,25.917976,3429.9749,15.832122,43.954285,154.59389,28.150066,307.72888,103.43468,253.91904,8.228709,99.72744,828.2045,818.1495,73.92889,947.7385,132.07764,105.2373,73.16385,92.465965,16.861017,47.540356,520.1384,11.334987,16.574543,281.69363,10.115937,6.0684094,75.83985,69.870316,704.00037,171.89618,180.23314,2028.4011,60.492733,1814.965,1515.2205,7.214603,4.6468973,1260.2373,14.804316,9.69674,322.91946,21.892426,45.90399,25.376333,91.06692,386.26505,269.3623,3.2118735,31.361385,57.821396,438.76343,5.741942,85.93284,7.6151323,1.56025,55.10301,1.3064426,1.4532634,4.998877,10.176284,25.280613,19.36522,30.49628,256.19595,29.788754,12.981663,22.17994,6.169067,76.4706,2.9891353,2.9028807,5.6162634,62.092678,0.807692,2.7790036,6.526123,28.88451,14.9787245,3.7109497,1.865957,108.72101,11.926852,216.45166,9.297379,422.18555,20.314827,906.50574,166.608,5.1738143,9.504705,305.308,383.54065,1639.4623,773.86365 +2023-03-24 20:00:00,0.0,3297.9246,28.368933,11.448422,7.1895933,33.378334,177.4882,29.08164,61.219967,23.950466,39.046394,161.35681,333.1514,17.73372,21.757742,10.931781,2.2359235,33.324554,19.401339,19.784876,430.12753,7.2663507,305.43076,116.167206,12.548148,116.30544,126.24567,63.764267,585.44806,253.13585,1791.5411,17.890938,2386.2827,188.10443,15.184046,11.781298,75.76202,180.78566,265.20023,516.71106,60.764786,16.889359,9.218637,836.3199,263.9461,72.905655,36.3944,238.75732,25.020374,280.5076,11.651357,55.926033,0.0,2318.5352,3979.0435,1.9851118,32.71985,24.690413,21002.56,61.513794,2.095934,51.94593,90.644775,37.283848,10.27348,49.86541,440.14392,31.859804,32.649475,2.9869354,8.550148,635.34174,0.3286279,426.41577,52.8086,2811.1814,92.02195,155.7864,189.26099,506.72952,41.973576,51.112366,413.29095,32.796124,32.205074,12.3480215,36.089783,220.58237,10.887394,8.211139,94.26191,19.176039,4570.496,26.085794,47.508064,23.43097,27.533443,358.3172,91.32586,47.682796,11.341505,13.378267,44.26554,99.27236,247.0614,73.273254,264.82782,31.60791,39.34689,108.70962,131.43736,67.928764,133.95126,12.198978,5.6851344,16.159353,25.944002,3433.9114,15.817192,44.02234,154.58092,28.161497,307.87347,103.45914,254.08147,8.228389,99.707436,828.79065,818.7471,73.978485,948.8719,132.1163,105.33166,73.16957,92.349075,16.843472,47.513615,520.2416,11.32695,16.562912,281.58047,10.115515,6.0675073,75.82155,69.87399,704.0105,171.86969,180.24518,2028.5052,60.543747,1815.4197,1515.6517,7.2162223,4.646819,1260.1385,14.799784,9.698253,322.8767,21.896748,45.915646,25.387543,91.12289,386.5015,269.2933,3.2124407,31.365284,57.835087,438.9965,5.7432904,85.93714,7.6158156,1.5600815,55.096817,1.3065423,1.4531721,4.9985776,10.176318,25.286966,19.373894,30.503046,256.32816,29.78853,12.978879,22.16734,6.1675115,76.456314,2.98862,2.9000895,5.6155915,62.089455,0.8055914,2.777482,6.516065,28.918413,14.978187,3.7084587,1.8675306,108.80327,11.933002,216.50476,9.303532,422.4676,20.32098,906.1897,166.70923,5.1758204,9.508219,305.59134,383.90033,1640.7654,773.695 +2023-03-24 21:00:00,0.0,3299.4624,28.370575,11.45998,7.189004,33.393524,177.49101,29.088543,61.244095,23.954935,39.058693,161.37769,333.30606,17.743519,21.758413,10.927807,2.2348223,33.32971,19.366486,19.77486,430.1642,7.243411,305.3637,116.13522,12.52063,116.084984,126.172134,63.741936,585.1586,253.09355,1791.5128,17.847307,2386.3481,187.37822,15.157749,11.757423,75.60354,180.85992,265.19196,515.6022,60.779232,16.89738,9.217932,836.55304,263.38297,72.91784,36.414047,238.75557,25.005476,280.47464,11.64956,55.944702,0.0,2320.1355,3982.1663,1.9880816,32.714134,24.6998,21011.19,61.540516,2.0967655,52.007378,90.751114,37.297066,10.275239,49.924248,440.24478,31.867523,32.682384,2.9901023,8.550949,635.61383,0.32852647,426.7416,52.755646,2811.6543,91.95061,155.84883,189.28221,505.3767,41.90898,51.086834,412.64615,32.746574,32.161137,12.351386,36.089397,220.58551,10.887101,8.210506,94.29018,19.180452,4570.447,26.094143,47.544353,23.43927,27.544815,358.32794,91.311134,47.71371,11.344718,13.383293,44.292233,99.327354,247.20395,73.322685,264.88638,31.609598,39.383327,108.7367,131.60342,68.009254,133.90276,12.186798,5.692198,16.152172,25.970028,3437.848,15.802262,44.090393,154.56795,28.172928,308.01807,103.4836,254.24391,8.228069,99.68743,829.3768,819.3446,74.028076,950.0052,132.15497,105.426025,73.175285,92.232185,16.825924,47.48687,520.34467,11.318913,16.551281,281.4673,10.115092,6.066605,75.80325,69.87767,704.0207,171.8432,180.2572,2028.6091,60.59476,1815.8745,1516.083,7.2178416,4.6467404,1260.0397,14.795253,9.699764,322.83398,21.901068,45.9273,25.398754,91.178856,386.7379,269.2243,3.213008,31.36918,57.848778,439.22958,5.744639,85.941444,7.616499,1.559913,55.090626,1.3066419,1.4530809,4.998278,10.176353,25.293322,19.38257,30.509811,256.46036,29.788307,12.976094,22.154737,6.1659565,76.44204,2.9881048,2.897298,5.614919,62.086227,0.80349076,2.7759604,6.506007,28.952318,14.977649,3.7059677,1.8691043,108.88554,11.939153,216.55788,9.309686,422.7496,20.327133,905.87366,166.81047,5.177826,9.511732,305.87466,384.26,1642.0685,773.5263 +2023-03-24 22:00:00,0.0,3301.0,28.372217,11.471539,7.1884146,33.408714,177.4938,29.095446,61.268223,23.959406,39.07099,161.39857,333.46075,17.753319,21.759087,10.923833,2.233721,33.33486,19.331633,19.764845,430.20093,7.2204714,305.29666,116.10323,12.493112,115.86452,126.09861,63.7196,584.8692,253.05125,1791.4846,17.803677,2386.4136,186.652,15.131452,11.733548,75.44507,180.93417,265.18365,514.4933,60.793682,16.905405,9.217226,836.78625,262.81985,72.93003,36.433693,238.75381,24.990578,280.4417,11.647763,55.963367,0.0,2321.7356,3985.2888,1.9910512,32.70842,24.70919,21019.818,61.56724,2.0975971,52.06882,90.85745,37.310284,10.2769985,49.983086,440.34564,31.875242,32.71529,2.9932694,8.55175,635.88586,0.328425,427.06744,52.70269,2812.127,91.87926,155.91124,189.30342,504.02386,41.84439,51.061302,412.0013,32.697025,32.1172,12.35475,36.089012,220.58867,10.886809,8.209874,94.31844,19.184868,4570.397,26.102491,47.580647,23.447573,27.556185,358.3387,91.2964,47.744625,11.34793,13.388319,44.31892,99.382355,247.3465,73.37211,264.94498,31.611284,39.41977,108.763794,131.76949,68.089745,133.85425,12.174619,5.6992607,16.14499,25.996054,3441.7844,15.7873335,44.158447,154.55498,28.184359,308.16266,103.508064,254.40634,8.227749,99.66743,829.9629,819.94214,74.07767,951.13855,132.19363,105.52039,73.181,92.115295,16.808378,47.46013,520.4478,11.310877,16.53965,281.3541,10.11467,6.065703,75.78495,69.88135,704.0308,171.8167,180.26924,2028.7131,60.645775,1816.3292,1516.5143,7.219461,4.646662,1259.9408,14.790721,9.701277,322.79126,21.90539,45.938953,25.409964,91.23483,386.97433,269.1553,3.2135751,31.37308,57.86247,439.46265,5.7459874,85.94574,7.6171823,1.5597445,55.084435,1.3067416,1.4529896,4.9979787,10.176389,25.299677,19.391245,30.516577,256.59256,29.788082,12.97331,22.142138,6.164401,76.42776,2.9875896,2.894507,5.6142473,62.083,0.8013902,2.7744386,6.4959493,28.986223,14.977112,3.7034767,1.8706778,108.9678,11.945302,216.61098,9.315839,423.03162,20.333286,905.55756,166.91171,5.1798315,9.515245,306.158,384.6197,1643.3715,773.35767 +2023-03-24 23:00:00,0.0,3302.5378,28.373857,11.483096,7.187825,33.4239,177.4966,29.102348,61.292355,23.963877,39.08329,161.41945,333.61542,17.763117,21.759758,10.919859,2.2326198,33.34001,19.29678,19.754827,430.2376,7.197531,305.22964,116.07125,12.465592,115.64405,126.02508,63.69727,584.5798,253.00896,1791.4563,17.760044,2386.479,185.92578,15.105155,11.709673,75.28659,181.00844,265.17538,513.3844,60.808132,16.913427,9.216521,837.0195,262.2567,72.94222,36.45334,238.75204,24.97568,280.40875,11.645967,55.982037,0.0,2323.336,3988.4116,1.9940209,32.702705,24.71858,21028.447,61.593964,2.098429,52.130264,90.96379,37.3235,10.278757,50.041927,440.4465,31.882961,32.748196,2.9964364,8.552552,636.15796,0.32832354,427.39328,52.64973,2812.5999,91.80791,155.97366,189.32465,502.67105,41.779797,51.03577,411.35648,32.647476,32.07326,12.358114,36.088627,220.59183,10.886518,8.209241,94.34671,19.189281,4570.3477,26.11084,47.616936,23.455873,27.567556,358.34946,91.28168,47.77554,11.351142,13.393344,44.345608,99.43735,247.48904,73.42154,265.00354,31.61297,39.456207,108.79088,131.93555,68.17023,133.80573,12.162438,5.706324,16.137812,26.02208,3445.721,15.772404,44.2265,154.542,28.19579,308.30725,103.532524,254.56879,8.227428,99.64742,830.549,820.5397,74.12726,952.27185,132.2323,105.61475,73.186714,91.9984,16.79083,47.433388,520.55096,11.30284,16.528019,281.24094,10.114247,6.0648003,75.766655,69.885025,704.04095,171.7902,180.28127,2028.817,60.69679,1816.7839,1516.9456,7.2210803,4.6465836,1259.8419,14.786189,9.702788,322.74854,21.90971,45.950607,25.421175,91.2908,387.2108,269.0863,3.2141423,31.376976,57.87616,439.6957,5.747336,85.95004,7.617865,1.5595759,55.078243,1.3068411,1.4528984,4.997679,10.176424,25.306032,19.399921,30.523342,256.7248,29.787859,12.970526,22.129536,6.1628456,76.413475,2.9870744,2.8917158,5.6135755,62.079777,0.7992895,2.772917,6.4858913,29.020128,14.976574,3.7009857,1.8722514,109.05006,11.951452,216.66408,9.321992,423.31363,20.339437,905.2415,167.01294,5.181837,9.518758,306.4413,384.97937,1644.6746,773.18896 +2023-03-25 00:00:00,0.0,3304.0754,28.3755,11.494655,7.187236,33.43909,177.49939,29.109251,61.316483,23.968346,39.09559,161.44032,333.77008,17.772915,21.76043,10.915885,2.2315187,33.345165,19.261927,19.744812,430.27432,7.1745915,305.1626,116.03927,12.438074,115.423584,125.95155,63.67494,584.29034,252.96666,1791.428,17.716413,2386.5444,185.19957,15.078857,11.685799,75.12811,181.0827,265.16708,512.2756,60.822582,16.921452,9.215816,837.2527,261.6936,72.95441,36.472984,238.75027,24.960781,280.3758,11.64417,56.0007,0.0,2324.936,3991.5344,1.9969906,32.69699,24.72797,21037.076,61.62069,2.0992606,52.191708,91.07013,37.336716,10.280517,50.100765,440.54736,31.89068,32.7811,2.9996035,8.553353,636.43005,0.32822207,427.7191,52.596775,2813.0725,91.73656,156.03609,189.34587,501.3182,41.715206,51.010235,410.71164,32.59793,32.029324,12.361478,36.08824,220.59499,10.886226,8.208609,94.37498,19.193697,4570.2983,26.119188,47.653225,23.464174,27.578928,358.3602,91.26695,47.80645,11.354354,13.39837,44.372295,99.49234,247.63158,73.47097,265.06213,31.614656,39.49265,108.81797,132.10161,68.25072,133.75722,12.150258,5.713387,16.13063,26.048103,3449.6577,15.757474,44.294556,154.52904,28.20722,308.45187,103.556984,254.73122,8.227109,99.62742,831.13513,821.1372,74.17686,953.4052,132.27097,105.70912,73.19244,91.88151,16.773285,47.406647,520.65405,11.294804,16.516386,281.12775,10.113825,6.063898,75.74835,69.8887,704.05115,171.7637,180.2933,2028.9211,60.747803,1817.2388,1517.3768,7.222699,4.6465054,1259.7432,14.781658,9.704301,322.7058,21.914032,45.96226,25.432386,91.34677,387.4472,269.01733,3.2147095,31.380875,57.88985,439.9288,5.7486844,85.954346,7.6185484,1.5594074,55.072052,1.3069408,1.4528071,4.99738,10.176458,25.312387,19.408596,30.530107,256.857,29.787634,12.967742,22.116936,6.1612906,76.39919,2.9865592,2.8889246,5.612903,62.07655,0.79718894,2.7713954,6.4758334,29.054031,14.976036,3.6984947,1.8738251,109.132324,11.957602,216.7172,9.328145,423.59564,20.34559,904.9255,167.11418,5.1838427,9.522271,306.72464,385.33902,1645.9777,773.02026 +2023-03-25 01:00:00,0.0,3305.6133,28.377142,11.506213,7.1866465,33.45428,177.50218,29.116156,61.34061,23.972816,39.107887,161.4612,333.92474,17.782715,21.761103,10.911912,2.2304175,33.350315,19.227074,19.734797,430.311,7.151652,305.09555,116.00728,12.410556,115.20312,125.87802,63.652603,584.0009,252.92436,1791.3997,17.672783,2386.6099,184.47334,15.052561,11.661923,74.96965,181.15697,265.1588,511.16666,60.83703,16.929476,9.21511,837.48584,261.13046,72.9666,36.49263,238.74852,24.945883,280.34286,11.642373,56.01937,0.0,2326.5361,3994.6572,1.9999602,32.69128,24.73736,21045.707,61.64741,2.1000922,52.25315,91.17647,37.349934,10.282276,50.159603,440.64822,31.8984,32.81401,3.0027704,8.554154,636.7021,0.32812062,428.04492,52.543816,2813.5454,91.66521,156.0985,189.3671,499.9654,41.65061,50.984703,410.0668,32.54838,31.985386,12.364842,36.087856,220.59813,10.885934,8.207976,94.40325,19.198112,4570.249,26.127537,47.689518,23.472475,27.590298,358.37097,91.25222,47.837364,11.357566,13.403396,44.398983,99.54733,247.77412,73.5204,265.1207,31.616344,39.529087,108.845055,132.26767,68.33121,133.70871,12.138078,5.7204504,16.12345,26.07413,3453.5942,15.742544,44.36261,154.51607,28.21865,308.59647,103.58145,254.89366,8.2267885,99.607414,831.72125,821.73474,74.22645,954.5385,132.30963,105.80348,73.19815,91.76462,16.755737,47.379906,520.7572,11.286767,16.504755,281.01456,10.113402,6.062996,75.73005,69.89238,704.0613,171.73721,180.30533,2029.0249,60.798817,1817.6935,1517.8081,7.2243185,4.6464267,1259.6443,14.777126,9.705812,322.6631,21.918352,45.97391,25.443596,91.40275,387.68365,268.94833,3.215277,31.384773,57.90354,440.16187,5.750033,85.95865,7.6192317,1.5592389,55.06586,1.3070405,1.4527159,4.9970803,10.176494,25.31874,19.417273,30.536873,256.9892,29.78741,12.964957,22.104334,6.159735,76.38491,2.986044,2.8861334,5.6122313,62.073326,0.7950883,2.7698739,6.4657755,29.087936,14.975498,3.6960034,1.8753986,109.214584,11.963752,216.7703,9.334298,423.87766,20.351744,904.6094,167.21542,5.185848,9.5257845,307.00797,385.6987,1647.2808,772.8516 +2023-03-25 02:00:00,0.0,3307.1511,28.378784,11.517771,7.1860576,33.46947,177.50497,29.123058,61.364742,23.977285,39.120186,161.48207,334.07944,17.792513,21.761774,10.907938,2.2293162,33.35547,19.19222,19.724781,430.3477,7.128712,305.02853,115.975296,12.383038,114.98266,125.8045,63.630272,583.7115,252.88206,1791.3713,17.629152,2386.675,183.74713,15.026263,11.638048,74.81117,181.23122,265.1505,510.0578,60.85148,16.937498,9.214404,837.71906,260.56735,72.97879,36.512276,238.74673,24.930984,280.3099,11.640576,56.038036,0.0,2328.1362,3997.7798,2.00293,32.685566,24.74675,21054.336,61.674137,2.1009238,52.314594,91.28281,37.36315,10.284035,50.21844,440.7491,31.90612,32.846916,3.0059376,8.5549555,636.9742,0.32801917,428.37076,52.49086,2814.018,91.593864,156.16092,189.38832,498.61255,41.58602,50.95917,409.42197,32.498833,31.941446,12.368206,36.08747,220.60129,10.885642,8.207343,94.43152,19.202526,4570.1997,26.135885,47.725807,23.480778,27.60167,358.3817,91.237495,47.86828,11.360779,13.4084215,44.42567,99.602325,247.91667,73.569824,265.1793,31.61803,39.56553,108.87215,132.43373,68.4117,133.66019,12.125898,5.7275133,16.116268,26.100155,3457.5308,15.727615,44.430664,154.5031,28.230082,308.74106,103.60591,255.05609,8.226468,99.58741,832.3074,822.33234,74.27604,955.6719,132.3483,105.89785,73.203865,91.64773,16.738192,47.35316,520.8603,11.27873,16.493124,280.90137,10.11298,6.0620933,75.711754,69.896065,704.0714,171.71072,180.31737,2029.129,60.84983,1818.1483,1518.2395,7.225938,4.6463485,1259.5454,14.772594,9.707325,322.62036,21.922674,45.985565,25.454807,91.45872,387.92007,268.87933,3.2158442,31.38867,57.917236,440.39493,5.7513814,85.962944,7.619915,1.5590703,55.05967,1.3071401,1.4526246,4.996781,10.176529,25.325096,19.42595,30.543638,257.1214,29.787186,12.962173,22.091734,6.1581798,76.37063,2.9855287,2.883342,5.611559,62.0701,0.7929877,2.7683523,6.455718,29.121841,14.974961,3.6935124,1.8769722,109.296844,11.969901,216.82341,9.340451,424.15967,20.357895,904.29333,167.31667,5.187854,9.529298,307.2913,386.05838,1648.5839,772.6829 +2023-03-25 03:00:00,0.0,3308.6887,28.380426,11.529329,7.185468,33.48466,177.50777,29.129961,61.38887,23.981756,39.132484,161.50294,334.2341,17.80231,21.762445,10.903964,2.2282152,33.36062,19.157366,19.714766,430.3844,7.105772,304.9615,115.94331,12.355518,114.76219,125.730965,63.60794,583.42206,252.83977,1791.343,17.58552,2386.7405,183.02092,14.999967,11.614174,74.652695,181.30548,265.14224,508.9489,60.86593,16.945522,9.213699,837.9523,260.0042,72.990974,36.53192,238.74498,24.916086,280.27695,11.63878,56.056705,0.0,2329.7366,4000.9026,2.0058997,32.67985,24.75614,21062.965,61.700863,2.1017556,52.37604,91.389145,37.37637,10.285794,50.277283,440.84998,31.91384,32.87982,3.0091045,8.5557575,637.2463,0.3279177,428.6966,52.437904,2814.491,91.522514,156.22333,189.40953,497.2597,41.521427,50.93364,408.77713,32.449284,31.897509,12.371571,36.087082,220.60445,10.88535,8.206711,94.459785,19.206942,4570.1504,26.144234,47.762096,23.489079,27.61304,358.39246,91.22276,47.899193,11.363991,13.413446,44.45236,99.65732,248.05922,73.619255,265.23785,31.619717,39.601967,108.89923,132.5998,68.49218,133.61168,12.113718,5.7345767,16.109089,26.12618,3461.4673,15.712686,44.49872,154.49013,28.241512,308.88565,103.63037,255.21854,8.226149,99.567406,832.8935,822.9299,74.32564,956.8052,132.38696,105.99221,73.20958,91.53083,16.720644,47.32642,520.96344,11.270694,16.481493,280.7882,10.112557,6.061191,75.69345,69.89974,704.0816,171.68422,180.32939,2029.233,60.900845,1818.603,1518.6708,7.227557,4.6462703,1259.4465,14.768064,9.7088375,322.57764,21.926996,45.99722,25.466019,91.51469,388.15652,268.81033,3.2164114,31.392569,57.930927,440.628,5.75273,85.96725,7.6205983,1.5589018,55.05348,1.3072397,1.4525332,4.9964814,10.176564,25.331451,19.434624,30.550404,257.2536,29.786963,12.95939,22.079134,6.156625,76.35635,2.9850135,2.8805509,5.610887,62.06687,0.79088706,2.7668304,6.44566,29.155746,14.974423,3.6910214,1.8785458,109.379105,11.976051,216.87651,9.346604,424.44168,20.364048,903.9773,167.4179,5.1898594,9.532811,307.57462,386.41806,1649.887,772.5143 +2023-03-25 04:00:00,0.0,3310.2266,28.382069,11.540888,7.184879,33.499847,177.51057,29.136864,61.413,23.986225,39.14478,161.52382,334.38876,17.81211,21.763119,10.89999,2.227114,33.365772,19.122513,19.70475,430.42108,7.0828323,304.89444,115.91132,12.328,114.541725,125.65744,63.585606,583.1326,252.79747,1791.3147,17.54189,2386.806,182.29471,14.973669,11.590299,74.49422,181.37975,265.13394,507.84003,60.880375,16.953545,9.212994,838.1855,259.44107,73.00317,36.551567,238.74323,24.901188,280.24402,11.636983,56.07537,0.0,2331.3367,4004.0254,2.0088692,32.674137,24.76553,21071.594,61.727585,2.1025872,52.437485,91.49548,37.389587,10.287553,50.33612,440.95084,31.921558,32.912727,3.0122716,8.556559,637.5183,0.32781625,429.0224,52.384945,2814.9636,91.451164,156.28575,189.43076,495.9069,41.456837,50.908108,408.1323,32.399734,31.85357,12.374934,36.086697,220.6076,10.885058,8.206078,94.48805,19.211357,4570.1006,26.152582,47.798386,23.49738,27.62441,358.40323,91.20804,47.930107,11.367203,13.418472,44.479046,99.71231,248.20175,73.668686,265.29645,31.621403,39.63841,108.92632,132.76585,68.57267,133.56317,12.101538,5.74164,16.101908,26.152206,3465.4038,15.697756,44.56677,154.47716,28.252943,309.03024,103.65484,255.38097,8.225828,99.5474,833.4796,823.5274,74.37523,957.93854,132.42563,106.08658,73.215294,91.41394,16.703098,47.29968,521.0665,11.262657,16.469862,280.67502,10.112135,6.060289,75.675156,69.90342,704.09174,171.65773,180.34143,2029.3369,60.95186,1819.0579,1519.102,7.2291765,4.6461916,1259.3478,14.763532,9.710349,322.5349,21.931316,46.008873,25.477228,91.57066,388.39294,268.74133,3.2169785,31.396465,57.94462,440.86108,5.7540784,85.97155,7.6212816,1.5587332,55.047287,1.3073393,1.452442,4.996182,10.1765995,25.337807,19.4433,30.557167,257.3858,29.786737,12.956605,22.066532,6.1550694,76.34207,2.984498,2.8777597,5.610215,62.06365,0.7887865,2.7653089,6.435602,29.18965,14.973886,3.6885304,1.8801194,109.46137,11.982201,216.92963,9.352757,424.7237,20.370201,903.6612,167.51913,5.191865,9.536324,307.85794,386.77774,1651.1901,772.3456 +2023-03-25 05:00:00,0.0,3311.7642,28.38371,11.552445,7.1842895,33.515038,177.51337,29.143766,61.43713,23.990696,39.157078,161.5447,334.54343,17.821909,21.76379,10.896016,2.2260127,33.370926,19.08766,19.694735,430.4578,7.0598927,304.8274,115.87934,12.300482,114.32126,125.58391,63.563274,582.8432,252.75517,1791.2864,17.498259,2386.8713,181.56848,14.947372,11.566423,74.33575,181.454,265.12567,506.73117,60.894825,16.961569,9.212288,838.4187,258.87796,73.01536,36.571213,238.74146,24.88629,280.21106,11.635186,56.09404,0.0,2332.9368,4007.1482,2.011839,32.668423,24.77492,21080.223,61.75431,2.1034188,52.498928,91.60182,37.4028,10.289312,50.39496,441.0517,31.929277,32.945633,3.0154386,8.55736,637.7904,0.32771477,429.34824,52.33199,2815.4365,91.379814,156.34816,189.45198,494.55405,41.392246,50.882576,407.4875,32.350185,31.809633,12.378299,36.08631,220.61075,10.884767,8.205445,94.51632,19.21577,4570.0513,26.16093,47.83468,23.505682,27.635782,358.41397,91.193306,47.96102,11.370415,13.423498,44.505733,99.7673,248.3443,73.71811,265.355,31.62309,39.674847,108.95341,132.93192,68.65316,133.51465,12.089357,5.748703,16.094727,26.178232,3469.3403,15.682826,44.634823,154.46419,28.264374,309.17487,103.6793,255.54341,8.225509,99.5274,834.06573,824.12494,74.42482,959.07184,132.4643,106.18094,73.221016,91.29705,16.68555,47.272938,521.1697,11.254621,16.458231,280.56183,10.111712,6.0593863,75.65685,69.9071,704.10187,171.63123,180.35345,2029.4409,61.002872,1819.5126,1519.5333,7.230796,4.6461134,1259.2489,14.759,9.711862,322.4922,21.935638,46.020527,25.48844,91.62663,388.62936,268.67233,3.2175457,31.400364,57.95831,441.09415,5.7554274,85.97585,7.621965,1.5585648,55.041096,1.307439,1.4523507,4.9958825,10.176634,25.34416,19.451975,30.563932,257.518,29.786514,12.953821,22.053932,6.153514,76.32779,2.9839828,2.8749685,5.609543,62.06042,0.7866859,2.7637873,6.4255443,29.223555,14.973348,3.6860394,1.881693,109.54363,11.988351,216.98273,9.358911,425.0057,20.376354,903.34515,167.62038,5.193871,9.539837,308.14127,387.1374,1652.4932,772.17694 +2023-03-25 06:00:00,0.0,3313.302,28.385351,11.564004,7.1837,33.530228,177.51616,29.15067,61.461258,23.995165,39.169376,161.56557,334.69812,17.831707,21.764462,10.892042,2.2249117,33.376076,19.052807,19.68472,430.49448,7.0369525,304.76038,115.84735,12.272964,114.10079,125.51038,63.540943,582.5538,252.71288,1791.258,17.454628,2386.9368,180.84227,14.921076,11.542549,74.17727,181.52826,265.11737,505.62228,60.909275,16.969591,9.211582,838.65186,258.31482,73.02754,36.59086,238.73969,24.871391,280.1781,11.633389,56.112705,0.0,2334.537,4010.2708,2.0148087,32.662712,24.78431,21088.852,61.781033,2.1042504,52.56037,91.70816,37.41602,10.291072,50.4538,441.15256,31.936996,32.978542,3.0186057,8.558161,638.0625,0.32761332,429.67407,52.279034,2815.9092,91.308464,156.41058,189.4732,493.20123,41.327652,50.857044,406.84265,32.300636,31.765696,12.381663,36.08593,220.6139,10.884475,8.204813,94.544586,19.220186,4570.002,26.16928,47.870968,23.513983,27.647154,358.4247,91.17858,47.991936,11.373627,13.428523,44.53242,99.822296,248.48685,73.76754,265.41357,31.624777,39.71129,108.9805,133.09798,68.73365,133.46614,12.077178,5.7557664,16.087547,26.204258,3473.2769,15.667897,44.702877,154.45122,28.275805,309.31946,103.70376,255.70584,8.225188,99.50739,834.65186,824.7225,74.47441,960.2052,132.50296,106.27531,73.22673,91.18016,16.668005,47.246193,521.2728,11.246583,16.4466,280.44867,10.11129,6.058484,75.63856,69.910774,704.11206,171.60474,180.3655,2029.5449,61.053886,1819.9674,1519.9646,7.232415,4.6460347,1259.15,14.754469,9.713373,322.44943,21.939959,46.03218,25.499651,91.6826,388.8658,268.60333,3.218113,31.404263,57.972,441.3272,5.756776,85.98015,7.6226482,1.5583962,55.034904,1.3075386,1.4522595,4.995583,10.176669,25.350515,19.460651,30.570698,257.6502,29.786291,12.951036,22.04133,6.1519585,76.31351,2.9834676,2.8721771,5.608871,62.057194,0.78458524,2.7622657,6.4154863,29.25746,14.972811,3.6835485,1.8832666,109.62589,11.9945,217.03584,9.365064,425.28775,20.382505,903.0291,167.7216,5.1958766,9.54335,308.4246,387.49707,1653.7963,772.00824 +2023-03-25 07:00:00,0.0,3314.8396,28.386993,11.5755625,7.183111,33.545418,177.51895,29.157572,61.485386,23.999636,39.181675,161.58644,334.85278,17.841507,21.765135,10.888068,2.2238104,33.38123,19.017954,19.674704,430.53116,7.014013,304.69333,115.81537,12.245444,113.88033,125.43685,63.51861,582.26434,252.67058,1791.2299,17.410995,2387.0022,180.11606,14.894778,11.518674,74.01879,181.60252,265.1091,504.5134,60.92372,16.977615,9.210877,838.8851,257.7517,73.039734,36.610504,238.73793,24.856495,280.14517,11.631593,56.131374,0.0,2336.1372,4013.3936,2.0177782,32.656998,24.793697,21097.48,61.80776,2.105082,52.621815,91.8145,37.429237,10.29283,50.512638,441.25342,31.944715,33.011448,3.0217726,8.558962,638.3346,0.32751188,429.9999,52.226074,2816.382,91.23712,156.47299,189.49442,491.8484,41.26306,50.831512,406.1978,32.251087,31.721756,12.385027,36.08554,220.61707,10.884182,8.20418,94.57285,19.224602,4569.9526,26.177628,47.907257,23.522284,27.658524,358.4355,91.16386,48.02285,11.37684,13.433549,44.559113,99.87729,248.6294,73.81697,265.47217,31.626463,39.747726,109.00758,133.26405,68.81413,133.41762,12.064998,5.7628293,16.080366,26.230284,3477.2134,15.652967,44.77093,154.43825,28.287235,309.46405,103.728226,255.86829,8.224868,99.48739,835.238,825.32007,74.52401,961.3385,132.54163,106.36967,73.232445,91.06327,16.650457,47.21945,521.3759,11.238546,16.434967,280.33548,10.1108675,6.057582,75.620255,69.91445,704.1222,171.57825,180.37753,2029.6489,61.1049,1820.4221,1520.3959,7.234034,4.6459565,1259.0511,14.749937,9.714886,322.4067,21.94428,46.04383,25.51086,91.73858,389.10223,268.53433,3.2186801,31.40816,57.98569,441.5603,5.7581244,85.98445,7.623331,1.5582277,55.028713,1.3076383,1.4521682,4.9952836,10.176704,25.35687,19.469326,30.577463,257.78244,29.786066,12.948253,22.02873,6.1504035,76.299225,2.9829524,2.869386,5.608199,62.05397,0.78248465,2.760744,6.4054284,29.291365,14.972273,3.6810572,1.8848401,109.70815,12.00065,217.08894,9.371218,425.56976,20.388659,902.713,167.82285,5.197882,9.546864,308.7079,387.85675,1655.0994,771.83954 +2023-03-25 08:00:00,0.0,3316.3774,28.388636,11.58712,7.182522,33.560608,177.52174,29.164474,61.509518,24.004105,39.193974,161.60733,335.00745,17.851305,21.765806,10.884094,2.2227092,33.38638,18.9831,19.664688,430.56787,6.991073,304.62628,115.78339,12.217926,113.65987,125.36333,63.496277,581.9749,252.62828,1791.2015,17.367365,2387.0676,179.38983,14.868482,11.494799,73.86032,181.67677,265.1008,503.40454,60.93817,16.985638,9.210172,839.1183,257.18857,73.051926,36.63015,238.73618,24.841597,280.1122,11.629796,56.15004,0.0,2337.7373,4016.5164,2.020748,32.651283,24.803087,21106.11,61.83448,2.1059139,52.683258,91.92084,37.442455,10.29459,50.571476,441.35428,31.952435,33.044353,3.0249398,8.559764,638.6066,0.3274104,430.3257,52.17312,2816.8547,91.16577,156.5354,189.51564,490.49557,41.198467,50.80598,405.55298,32.201538,31.677818,12.3883915,36.085155,220.62022,10.88389,8.2035475,94.60112,19.229015,4569.9033,26.185976,47.94355,23.530584,27.669895,358.44623,91.149124,48.053764,11.380052,13.438575,44.5858,99.93228,248.77193,73.8664,265.53073,31.628149,39.78417,109.034676,133.43011,68.89462,133.36911,12.052817,5.7698927,16.073185,26.25631,3481.1501,15.638038,44.838985,154.42528,28.298666,309.60864,103.752686,256.03073,8.224548,99.467384,835.8241,825.9176,74.5736,962.47186,132.58028,106.464035,73.23816,90.94637,16.632912,47.19271,521.47906,11.23051,16.423336,280.2223,10.110445,6.0566792,75.60196,69.91813,704.1323,171.55174,180.38956,2029.7528,61.155914,1820.877,1520.8271,7.2356534,4.645878,1258.9523,14.745405,9.716397,322.36398,21.9486,46.055485,25.522072,91.79455,389.33868,268.46536,3.2192473,31.412058,57.999382,441.79337,5.759473,85.988754,7.6240144,1.5580591,55.022522,1.3077378,1.452077,4.994984,10.17674,25.363226,19.478003,30.584229,257.91464,29.785843,12.945469,22.016129,6.148848,76.28494,2.9824371,2.8665948,5.607527,62.050743,0.780384,2.7592225,6.3953705,29.325268,14.971735,3.6785662,1.8864138,109.79042,12.0068,217.14204,9.377371,425.85178,20.394812,902.397,167.92409,5.1998878,9.550377,308.9912,388.21643,1656.4025,771.6709 +2023-03-25 09:00:00,0.0,3317.915,28.390278,11.598679,7.1819324,33.575794,177.52454,29.171377,61.533646,24.008575,39.206272,161.6282,335.16214,17.861103,21.766478,10.880121,2.221608,33.391533,18.948248,19.654673,430.60455,6.968133,304.55927,115.751396,12.190408,113.4394,125.2898,63.473946,581.6855,252.58598,1791.1732,17.323734,2387.133,178.66362,14.842184,11.470924,73.70184,181.75104,265.09253,502.29565,60.95262,16.993662,9.209466,839.3515,256.62546,73.06411,36.649796,238.73439,24.826698,280.07928,11.627999,56.16871,0.0,2339.3374,4019.6392,2.0237176,32.64557,24.812477,21114.738,61.861206,2.1067455,52.744705,92.027176,37.455673,10.296349,50.630314,441.45514,31.960154,33.07726,3.0281067,8.560565,638.8787,0.32730895,430.65155,52.120163,2817.3276,91.09442,156.59784,189.53687,489.14273,41.133877,50.78045,404.90814,32.15199,31.63388,12.391755,36.08477,220.62337,10.883598,8.202914,94.62939,19.23343,4569.854,26.194324,47.97984,23.538887,27.681267,358.45697,91.1344,48.08468,11.383264,13.4436,44.612488,99.987274,248.91447,73.915825,265.58932,31.629837,39.820606,109.06176,133.59618,68.97511,133.3206,12.040637,5.7769556,16.066004,26.282335,3485.0867,15.623108,44.90704,154.41231,28.310097,309.75323,103.777145,256.19315,8.224228,99.44737,836.4102,826.51514,74.62319,963.60516,132.61894,106.5584,73.24387,90.82948,16.615364,47.16597,521.58215,11.222473,16.411705,280.1091,10.110023,6.055777,75.58366,69.92181,704.1425,171.52525,180.4016,2029.8568,61.20693,1821.3317,1521.2584,7.2372727,4.6457996,1258.8535,14.740874,9.71791,322.32126,21.952923,46.06714,25.533283,91.85052,389.5751,268.39636,3.2198145,31.415955,58.013073,442.02643,5.7608213,85.99306,7.6246977,1.5578905,55.016327,1.3078375,1.4519857,4.9946847,10.176775,25.36958,19.48668,30.590994,258.04684,29.785618,12.942684,22.003529,6.1472926,76.27067,2.981922,2.8638036,5.606855,62.04752,0.7782834,2.7577007,6.3853126,29.359173,14.971197,3.6760752,1.8879874,109.87268,12.01295,217.19516,9.383524,426.1338,20.400963,902.08093,168.02533,5.2018933,9.553889,309.27454,388.5761,1657.7056,771.5022 +2023-03-25 10:00:00,0.0,3319.453,28.39192,11.610236,7.181343,33.590984,177.52733,29.17828,61.557774,24.013044,39.21857,161.64908,335.3168,17.870903,21.76715,10.876147,2.220507,33.396683,18.913395,19.644657,430.64124,6.9451933,304.49222,115.71941,12.1628895,113.21893,125.21627,63.45161,581.39606,252.54369,1791.1449,17.280102,2387.1982,177.93741,14.815887,11.447049,73.54337,181.8253,265.08423,501.18677,60.96707,17.001684,9.208761,839.5847,256.06232,73.0763,36.669445,238.73264,24.8118,280.04633,11.626203,56.187374,0.0,2340.9377,4022.762,2.0266874,32.639854,24.821867,21123.37,61.88793,2.107577,52.80615,92.133514,37.46889,10.298108,50.689156,441.556,31.967873,33.11017,3.0312738,8.561366,639.1508,0.32720748,430.9774,52.067204,2817.8003,91.02307,156.66025,189.55809,487.78992,41.069283,50.754917,404.2633,32.10244,31.589943,12.39512,36.08438,220.62653,10.8833065,8.202282,94.65765,19.237844,4569.804,26.202673,48.01613,23.547188,27.692636,358.46774,91.11967,48.115593,11.386476,13.448626,44.639175,100.04227,249.05702,73.965256,265.6479,31.631523,39.857048,109.08885,133.76224,69.0556,133.27208,12.028457,5.784019,16.058825,26.308361,3489.0232,15.608178,44.975094,154.39934,28.321527,309.89783,103.80161,256.3556,8.223907,99.42737,836.99634,827.1127,74.67279,964.7385,132.65761,106.65276,73.249596,90.71259,16.597818,47.139225,521.6853,11.214437,16.400074,279.99594,10.109601,6.054875,75.56535,69.92548,704.15265,171.49875,180.41362,2029.9607,61.257942,1821.7865,1521.6898,7.238892,4.6457214,1258.7546,14.736342,9.719421,322.27853,21.957245,46.078793,25.544493,91.90649,389.81155,268.32736,3.2203817,31.419853,58.026764,442.25952,5.76217,85.99735,7.625381,1.5577221,55.010136,1.3079371,1.4518945,4.9943852,10.176809,25.375935,19.495354,30.59776,258.17905,29.785395,12.9399,21.990927,6.1457376,76.256386,2.9814067,2.8610125,5.6061826,62.044292,0.7761828,2.756179,6.375255,29.393078,14.97066,3.6735842,1.8895609,109.95494,12.019099,217.24826,9.389677,426.4158,20.407116,901.76483,168.12656,5.203899,9.557403,309.55786,388.93576,1659.0087,771.33356 +2023-03-25 11:00:00,0.0,3320.9907,28.393562,11.621795,7.1807537,33.606174,177.53012,29.185183,61.5819,24.017515,39.23087,161.66995,335.47147,17.880701,21.767822,10.872173,2.2194057,33.401836,18.87854,19.634642,430.67795,6.9222536,304.42517,115.68742,12.13537,112.99847,125.142746,63.42928,581.1066,252.50139,1791.1166,17.236471,2387.2637,177.21118,14.78959,11.423175,73.3849,181.89955,265.07596,500.0779,60.981518,17.009708,9.2080555,839.8179,255.49919,73.08849,36.68909,238.73087,24.796902,280.01337,11.624406,56.206043,0.0,2342.538,4025.8845,2.029657,32.634144,24.831257,21131.998,61.914654,2.1084087,52.86759,92.23985,37.482105,10.299868,50.747993,441.65686,31.975592,33.143074,3.0344408,8.562167,639.42285,0.32710603,431.30322,52.014248,2818.2732,90.95172,156.72267,189.57932,486.43707,41.004692,50.72938,403.61847,32.05289,31.546003,12.398483,36.084,220.62968,10.883015,8.20165,94.68592,19.24226,4569.755,26.211021,48.052418,23.555489,27.704008,358.4785,91.10494,48.146507,11.3896885,13.453651,44.665863,100.09726,249.19957,74.01469,265.70648,31.63321,39.893486,109.11594,133.9283,69.136086,133.22357,12.016277,5.791082,16.051643,26.334387,3492.9597,15.593249,45.043148,154.38637,28.332958,310.04245,103.82607,256.51804,8.223588,99.407364,837.58246,827.7102,74.72238,965.8718,132.69627,106.74713,73.25531,90.5957,16.58027,47.112484,521.7884,11.2064,16.388443,279.88275,10.109179,6.0539727,75.54706,69.92916,704.1628,171.47226,180.42566,2030.0647,61.30896,1822.2412,1522.1211,7.2405114,4.6456428,1258.6558,14.731811,9.720934,322.2358,21.961565,46.090446,25.555704,91.96246,390.04797,268.25836,3.220949,31.423752,58.04046,442.49258,5.7635183,86.001656,7.6260643,1.5575535,55.003944,1.3080368,1.4518032,4.994086,10.176845,25.38229,19.50403,30.604525,258.31125,29.78517,12.937116,21.978327,6.144182,76.2421,2.9808915,2.858221,5.6055107,62.041065,0.7740822,2.7546575,6.365197,29.426983,14.970122,3.6710932,1.8911345,110.0372,12.0252495,217.30138,9.39583,426.6978,20.413269,901.4488,168.2278,5.2059045,9.560916,309.8412,389.29544,1660.3118,771.16486 +2023-03-25 12:00:00,0.0,3322.5283,28.395205,11.633353,7.1801643,33.621365,177.53293,29.192085,61.606033,24.021984,39.243168,161.69083,335.62613,17.8905,21.768494,10.868199,2.2183044,33.40699,18.843687,19.624626,430.71463,6.8993134,304.35815,115.65544,12.107852,112.77801,125.069214,63.406948,580.8172,252.45909,1791.0883,17.19284,2387.329,176.48497,14.763293,11.3993,73.226425,181.97382,265.06766,498.96902,60.995968,17.017733,9.20735,840.0511,254.93607,73.10068,36.708736,238.7291,24.782003,279.98044,11.622609,56.22471,0.0,2344.1382,4029.0073,2.0326266,32.62843,24.840647,21140.627,61.94138,2.1092405,52.929035,92.34619,37.495323,10.301626,50.80683,441.75772,31.98331,33.17598,3.037608,8.562968,639.69495,0.32700455,431.62903,51.961292,2818.7458,90.88038,156.78508,189.60052,485.08426,40.9401,50.70385,402.97363,32.003345,31.502066,12.401848,36.08361,220.63284,10.882723,8.201016,94.714195,19.246675,4569.7056,26.21937,48.08871,23.563791,27.71538,358.48923,91.09021,48.177418,11.3929,13.458677,44.69255,100.15225,249.3421,74.06412,265.76505,31.634895,39.929928,109.14303,134.09436,69.216576,133.17506,12.004097,5.7981453,16.044462,26.36041,3496.8962,15.57832,45.111202,154.3734,28.344389,310.18704,103.85053,256.68045,8.223268,99.38736,838.1686,828.30774,74.77197,967.0052,132.73494,106.84149,73.261024,90.478806,16.562725,47.085743,521.89154,11.198363,16.376812,279.76956,10.108756,6.05307,75.528755,69.93284,704.173,171.44577,180.43768,2030.1687,61.359974,1822.696,1522.5524,7.2421308,4.6455646,1258.5569,14.72728,9.7224455,322.19308,21.965887,46.102097,25.566916,92.01843,390.2844,268.18936,3.2215161,31.427649,58.05415,442.72565,5.764867,86.00596,7.6267476,1.557385,54.997753,1.3081363,1.4517119,4.9937863,10.17688,25.388645,19.512705,30.61129,258.44345,29.784946,12.934332,21.965725,6.142627,76.22782,2.9803762,2.85543,5.604839,62.03784,0.77198154,2.753136,6.3551393,29.460888,14.969584,3.668602,1.8927082,110.11947,12.0314,217.35448,9.401983,426.97983,20.419422,901.13275,168.32904,5.20791,9.564429,310.1245,389.65512,1661.6149,770.99615 +2023-03-25 13:00:00,0.0,3324.0662,28.396845,11.644911,7.1795754,33.636555,177.53572,29.19899,61.63016,24.026455,39.255466,161.7117,335.78082,17.9003,21.769167,10.864225,2.2172034,33.41214,18.808834,19.61461,430.75134,6.876374,304.2911,115.62346,12.080334,112.55754,124.99569,63.384613,580.5278,252.4168,1791.0599,17.14921,2387.3945,175.75876,14.736996,11.375424,73.06795,182.04808,265.05936,497.86014,61.010418,17.025755,9.206644,840.2843,254.37294,73.11287,36.728382,238.72734,24.767105,279.94748,11.620812,56.243378,0.0,2345.7383,4032.1301,2.0355964,32.622715,24.850037,21149.256,61.9681,2.1100721,52.99048,92.45253,37.50854,10.303386,50.865673,441.85858,31.99103,33.208885,3.0407748,8.56377,639.96704,0.3269031,431.95486,51.908333,2819.2188,90.80903,156.8475,189.62175,483.7314,40.875507,50.678318,402.3288,31.953794,31.458128,12.405211,36.08323,220.63599,10.882431,8.200384,94.74246,19.25109,4569.6562,26.227718,48.125,23.572092,27.72675,358.5,91.075485,48.208332,11.396112,13.463702,44.71924,100.207245,249.48465,74.11354,265.82364,31.636581,39.966366,109.17011,134.26042,69.297066,133.12654,11.991917,5.805208,16.037283,26.386436,3500.8328,15.56339,45.179256,154.36043,28.35582,310.33163,103.875,256.8429,8.222947,99.367355,838.7547,828.90533,74.82156,968.1385,132.7736,106.93586,73.26674,90.361916,16.545177,47.059002,521.9946,11.190327,16.365181,279.6564,10.108334,6.052168,75.51046,69.936516,704.1831,171.41927,180.44972,2030.2727,61.410988,1823.1508,1522.9836,7.2437496,4.645486,1258.4581,14.722748,9.723958,322.15036,21.970207,46.11375,25.578125,92.0744,390.52084,268.12036,3.2220833,31.431547,58.06784,442.95874,5.7662153,86.01026,7.627431,1.5572164,54.99156,1.308236,1.4516207,4.993487,10.176915,25.394999,19.521381,30.618055,258.57565,29.784721,12.931547,21.953125,6.141072,76.21354,2.979861,2.8526387,5.6041665,62.034615,0.76988095,2.7516143,6.3450813,29.494791,14.969047,3.666111,1.8942817,110.20173,12.037549,217.4076,9.408136,427.26184,20.425573,900.81665,168.43027,5.209916,9.567943,310.40784,390.0148,1662.918,770.8275 +2023-03-25 14:00:00,0.0,3325.6038,28.398487,11.656469,7.178986,33.65174,177.53851,29.205893,61.65429,24.030924,39.267765,161.73257,335.9355,17.910097,21.769838,10.860251,2.2161021,33.417294,18.773981,19.604595,430.78802,6.853434,304.22406,115.59147,12.052815,112.337074,124.92216,63.36228,580.23834,252.3745,1791.0316,17.105577,2387.46,175.03255,14.710699,11.35155,72.90947,182.12233,265.0511,496.75128,61.024864,17.03378,9.205939,840.5175,253.8098,73.12506,36.748028,238.72559,24.752207,279.91452,11.619016,56.262047,0.0,2347.3384,4035.253,2.0385659,32.617,24.859426,21157.885,61.994827,2.1109037,53.05192,92.55887,37.52176,10.305144,50.92451,441.95944,31.998749,33.241795,3.043942,8.564571,640.23914,0.32680166,432.2807,51.855377,2819.6917,90.73768,156.90991,189.64297,482.3786,40.810917,50.652786,401.684,31.904247,31.41419,12.408576,36.08284,220.63914,10.882139,8.199752,94.77073,19.255505,4569.607,26.236067,48.16129,23.580393,27.738121,358.51074,91.06075,48.239246,11.399324,13.468728,44.745926,100.26224,249.6272,74.16297,265.8822,31.63827,40.002808,109.197205,134.42648,69.377556,133.07803,11.979736,5.8122716,16.030102,26.412462,3504.7693,15.54846,45.24731,154.34746,28.36725,310.47623,103.89946,257.00534,8.222628,99.34735,839.3408,829.50287,74.87116,969.27185,132.81227,107.03022,73.27246,90.245026,16.527632,47.032257,522.0978,11.18229,16.35355,279.5432,10.107911,6.0512657,75.49216,69.94019,704.19324,171.39278,180.46175,2030.3766,61.462,1823.6056,1523.4149,7.245369,4.6454077,1258.3593,14.718216,9.725471,322.10764,21.97453,46.125404,25.589336,92.13038,390.75726,268.05136,3.2226505,31.435444,58.08153,443.1918,5.767564,86.01456,7.6281137,1.557048,54.98537,1.3083357,1.4515294,4.9931874,10.1769495,25.401354,19.530056,30.62482,258.70786,29.784498,12.928763,21.940525,6.1395164,76.199265,2.9793458,2.8498476,5.6034946,62.031387,0.7677803,2.7500927,6.3350234,29.528696,14.96851,3.66362,1.8958553,110.28399,12.043699,217.4607,9.414289,427.54385,20.431726,900.5006,168.53151,5.2119217,9.571455,310.69116,390.37448,1664.2211,770.6588 +2023-03-25 15:00:00,0.0,3327.1416,28.40013,11.668028,7.1783967,33.66693,177.5413,29.212795,61.67842,24.035395,39.280064,161.75345,336.09015,17.919895,21.77051,10.856277,2.2150009,33.422443,18.739128,19.59458,430.8247,6.8304944,304.157,115.55949,12.025296,112.11661,124.84863,63.33995,579.9489,252.3322,1791.0034,17.061947,2387.5254,174.30632,14.6844015,11.327675,72.751,182.1966,265.0428,495.6424,61.039314,17.041801,9.205234,840.7507,253.24667,73.137245,36.767673,238.72382,24.737309,279.8816,11.617219,56.280712,0.0,2348.9387,4038.3755,2.0415356,32.611286,24.868816,21166.514,62.02155,2.1117353,53.11337,92.66521,37.534977,10.306904,50.98335,442.0603,32.00647,33.2747,3.047109,8.565372,640.51117,0.32670018,432.60654,51.802418,2820.1643,90.66633,156.97234,189.6642,481.02576,40.746323,50.627254,401.03915,31.854698,31.370253,12.41194,36.082455,220.6423,10.881847,8.199119,94.798996,19.25992,4569.5576,26.244415,48.197582,23.588696,27.749493,358.52148,91.04603,48.27016,11.402536,13.473754,44.772614,100.31723,249.76974,74.2124,265.94077,31.639956,40.039246,109.22429,134.59254,69.45804,133.02953,11.967557,5.819335,16.02292,26.438488,3508.7058,15.533531,45.315365,154.33449,28.378681,310.62082,103.92392,257.1678,8.222307,99.32735,839.92694,830.1004,74.92075,970.40515,132.85094,107.12459,73.278175,90.128136,16.510084,47.005516,522.2009,11.174253,16.341917,279.43002,10.107489,6.050363,75.47386,69.94387,704.2034,171.36627,180.47379,2030.4806,61.513016,1824.0603,1523.8462,7.2469883,4.645329,1258.2604,14.713685,9.726982,322.06488,21.97885,46.13706,25.600548,92.18635,390.9937,267.9824,3.2232177,31.439342,58.095222,443.42487,5.768913,86.01886,7.628797,1.5568794,54.97918,1.3084353,1.4514382,4.992888,10.176985,25.40771,19.538733,30.631586,258.84006,29.784273,12.92598,21.927923,6.137961,76.18498,2.9788306,2.8470564,5.602823,62.028164,0.7656797,2.748571,6.3249655,29.562601,14.967972,3.661129,1.8974289,110.36625,12.049849,217.51381,9.420443,427.8259,20.43788,900.1846,168.63275,5.2139273,9.574968,310.9745,390.73413,1665.5242,770.4902 +2023-03-25 16:00:00,0.0,3328.6792,28.401772,11.679585,7.1778073,33.68212,177.5441,29.219698,61.70255,24.039865,39.29236,161.77432,336.2448,17.929693,21.771183,10.852304,2.2138999,33.427597,18.704275,19.584564,430.86142,6.8075542,304.09,115.5275,11.997778,111.89614,124.7751,63.317616,579.6595,252.2899,1790.9751,17.018316,2387.5908,173.58011,14.658105,11.3038,72.59252,182.27086,265.03452,494.5335,61.053764,17.049826,9.204528,840.9839,252.68355,73.14944,36.78732,238.72205,24.72241,279.84863,11.615422,56.29938,0.0,2350.5388,4041.4983,2.0445054,32.605576,24.878206,21175.143,62.048275,2.1125672,53.174812,92.771545,37.548195,10.308662,51.042187,442.16116,32.014187,33.307606,3.050276,8.566174,640.78326,0.32659873,432.93234,51.749462,2820.6372,90.59498,157.03476,189.68542,479.67294,40.681732,50.601723,400.39432,31.80515,31.326313,12.415304,36.08207,220.64546,10.881556,8.198486,94.82726,19.264334,4569.5083,26.252764,48.23387,23.596996,27.760862,358.53226,91.0313,48.301075,11.405749,13.478779,44.7993,100.37222,249.91228,74.261826,265.99936,31.641642,40.075687,109.25138,134.7586,69.53853,132.981,11.955377,5.826398,16.01574,26.464514,3512.6426,15.518601,45.38342,154.3215,28.390112,310.7654,103.94839,257.3302,8.221987,99.30734,840.51306,830.69794,74.970345,971.5385,132.8896,107.21895,73.28389,90.011246,16.492538,46.978775,522.304,11.166217,16.330286,279.31683,10.107066,6.049461,75.45556,69.947556,704.21356,171.33978,180.48581,2030.5845,61.56403,1824.515,1524.2775,7.2486076,4.645251,1258.1615,14.709153,9.728495,322.02216,21.983171,46.148712,25.611757,92.24232,391.23013,267.9134,3.223785,31.44324,58.108913,443.65793,5.7702613,86.02316,7.6294804,1.5567108,54.97299,1.3085349,1.4513469,4.9925885,10.17702,25.414064,19.54741,30.638351,258.9723,29.78405,12.923195,21.915323,6.1364055,76.1707,2.9783154,2.844265,5.6021504,62.024937,0.7635791,2.7470493,6.3149076,29.596506,14.967434,3.658638,1.8990026,110.44852,12.055999,217.56691,9.426596,428.1079,20.44403,899.86847,168.734,5.215933,9.578482,311.2578,391.0938,1666.8273,770.3215 +2023-03-25 17:00:00,0.0,3330.217,28.403414,11.691144,7.177218,33.69731,177.54689,29.2266,61.726677,24.044334,39.304657,161.7952,336.3995,17.939493,21.771854,10.8483305,2.2127986,33.432747,18.669422,19.574549,430.8981,6.7846146,304.02295,115.495514,11.97026,111.67568,124.70158,63.295284,579.3701,252.24759,1790.9468,16.974686,2387.656,172.8539,14.631808,11.279925,72.43405,182.34511,265.0262,493.42465,61.06821,17.057848,9.203822,841.2171,252.12042,73.16163,36.806965,238.72028,24.707512,279.81567,11.613625,56.318047,0.0,2352.1392,4044.621,2.0474749,32.59986,24.887594,21183.771,62.075,2.1133988,53.236256,92.877884,37.56141,10.310422,51.10103,442.26202,32.021908,33.34051,3.053443,8.566976,641.05536,0.32649726,433.25818,51.696507,2821.1099,90.523636,157.09717,189.70663,478.3201,40.617138,50.57619,399.74948,31.7556,31.282375,12.418668,36.081684,220.64862,10.881263,8.197853,94.85553,19.26875,4569.4585,26.261112,48.27016,23.605297,27.772234,358.543,91.01657,48.33199,11.408961,13.483805,44.825993,100.427216,250.05482,74.31126,266.05792,31.643328,40.112125,109.278465,134.92467,69.61902,132.9325,11.943196,5.8334613,16.00856,26.49054,3516.579,15.503672,45.451473,154.30853,28.401543,310.91003,103.97285,257.49265,8.221667,99.28734,841.0992,831.2955,75.019936,972.6718,132.92827,107.31332,73.289604,89.89435,16.47499,46.952034,522.40717,11.15818,16.318655,279.20367,10.106644,6.0485587,75.43726,69.95123,704.2237,171.3133,180.49785,2030.6885,61.615044,1824.9698,1524.7087,7.250227,4.6451726,1258.0626,14.704621,9.730006,321.97943,21.987494,46.160366,25.622969,92.298294,391.46655,267.8444,3.2243521,31.447138,58.122604,443.89102,5.77161,86.027466,7.6301637,1.5565423,54.966797,1.3086345,1.4512557,4.9922895,10.177055,25.42042,19.556084,30.645117,259.1045,29.783827,12.920411,21.902721,6.1348505,76.15642,2.9778001,2.8414738,5.6014786,62.021713,0.7614785,2.7455277,6.3048496,29.63041,14.966896,3.656147,1.9005761,110.53078,12.062148,217.62001,9.432749,428.38992,20.450184,899.5524,168.83522,5.2179384,9.581995,311.54114,391.4535,1668.1304,770.1528 +2023-03-25 18:00:00,0.0,3331.755,28.405056,11.702702,7.1766286,33.7125,177.54968,29.233503,61.75081,24.048805,39.316956,161.81607,336.55417,17.949291,21.772526,10.844357,2.2116973,33.4379,18.63457,19.564533,430.9348,6.761675,303.9559,115.46353,11.942741,111.455215,124.628044,63.272953,579.0807,252.20529,1790.9185,16.931053,2387.7214,172.12767,14.605511,11.25605,72.27558,182.41937,265.01794,492.31577,61.08266,17.065872,9.203117,841.4503,251.5573,73.17381,36.82661,238.7185,24.692614,279.78275,11.611828,56.336716,0.0,2353.7393,4047.744,2.0504446,32.594147,24.896984,21192.4,62.101723,2.1142304,53.2977,92.98422,37.574627,10.312181,51.159866,442.36288,32.029625,33.37342,3.05661,8.567777,641.3274,0.3263958,433.584,51.643547,2821.5828,90.452286,157.15959,189.72786,476.96725,40.552547,50.55066,399.10464,31.70605,31.238438,12.422032,36.0813,220.65176,10.880971,8.197221,94.8838,19.273163,4569.409,26.26946,48.30645,23.613598,27.783606,358.55374,91.00185,48.362904,11.412173,13.488831,44.85268,100.482216,250.19737,74.36069,266.11652,31.645016,40.148567,109.30556,135.09073,69.69951,132.88397,11.931016,5.840524,16.001379,26.516565,3520.5156,15.488742,45.519527,154.29556,28.412973,311.05463,103.99731,257.6551,8.221347,99.267334,841.6853,831.89307,75.069534,973.8052,132.96693,107.407684,73.29532,89.77746,16.457445,46.92529,522.51025,11.150144,16.307024,279.09048,10.106221,6.047656,75.41896,69.95491,704.2339,171.28679,180.50987,2030.7926,61.666058,1825.4246,1525.14,7.2518463,4.645094,1257.9639,14.70009,9.731519,321.9367,21.991814,46.172016,25.63418,92.35426,391.703,267.7754,3.2249193,31.451036,58.136295,444.12408,5.7729583,86.03176,7.630847,1.5563738,54.960606,1.3087342,1.4511644,4.99199,10.177091,25.426773,19.56476,30.65188,259.2367,29.783602,12.917626,21.890121,6.133295,76.142136,2.977285,2.8386827,5.600806,62.018486,0.7593779,2.7440062,6.2947917,29.664314,14.966359,3.6536558,1.9021497,110.61304,12.068298,217.67313,9.438903,428.67194,20.456337,899.2364,168.93646,5.219944,9.585508,311.82446,391.81317,1669.4333,769.98413 +2023-03-25 19:00:00,0.0,3333.2925,28.406698,11.71426,7.1760397,33.72769,177.55249,29.240406,61.774937,24.053274,39.329254,161.83696,336.70883,17.95909,21.7732,10.840383,2.2105963,33.443054,18.599714,19.554518,430.9715,6.7387347,303.8889,115.43154,11.915222,111.23475,124.55452,63.250618,578.79126,252.163,1790.8901,16.887423,2387.7869,171.40146,14.579214,11.232175,72.1171,182.49364,265.00964,491.20688,61.09711,17.073895,9.202412,841.68353,250.99417,73.186005,36.846256,238.71675,24.677717,279.7498,11.610031,56.35538,0.0,2355.3394,4050.8665,2.0534143,32.588432,24.906374,21201.031,62.12845,2.115062,53.359142,93.09056,37.587845,10.31394,51.218704,442.46375,32.037346,33.406326,3.059777,8.568578,641.5995,0.32629433,433.90985,51.59059,2822.0554,90.380936,157.222,189.74908,475.61444,40.487953,50.525127,398.4598,31.656502,31.1945,12.425396,36.08091,220.65492,10.880679,8.1965885,94.91206,19.277578,4569.36,26.27781,48.342743,23.6219,27.794975,358.5645,90.987114,48.393818,11.415385,13.493855,44.879368,100.53721,250.33992,74.41012,266.17508,31.646702,40.185005,109.33264,135.25679,69.77999,132.83546,11.918837,5.8475876,15.994199,26.542591,3524.4521,15.473813,45.58758,154.2826,28.424404,311.19922,104.021774,257.81754,8.221027,99.24733,842.2714,832.4906,75.119125,974.9385,133.0056,107.502045,73.30104,89.66057,16.439898,46.89855,522.6134,11.142107,16.295393,278.9773,10.105799,6.046754,75.400665,69.95859,704.244,171.2603,180.52191,2030.8965,61.71707,1825.8794,1525.5714,7.2534657,4.6450157,1257.865,14.695559,9.73303,321.89398,21.996136,46.18367,25.64539,92.41023,391.93942,267.7064,3.2254865,31.454933,58.149986,444.35715,5.774307,86.036064,7.6315303,1.5562053,54.954414,1.3088338,1.4510732,4.9916906,10.177125,25.433128,19.573435,30.658646,259.3689,29.783379,12.914843,21.87752,6.1317396,76.12785,2.9767697,2.8358915,5.6001344,62.01526,0.75727725,2.7424846,6.2847342,29.69822,14.965821,3.6511648,1.9037234,110.6953,12.074448,217.72623,9.445056,428.95395,20.462488,898.9203,169.0377,5.2219496,9.589021,312.1078,392.17285,1670.7365,769.8154 +2023-03-25 20:00:00,0.0,3334.8303,28.408339,11.725819,7.1754503,33.742878,177.55528,29.247309,61.799065,24.057745,39.341553,161.85783,336.8635,17.96889,21.77387,10.836409,2.209495,33.448204,18.564861,19.544502,431.00818,6.715795,303.82184,115.39956,11.887704,111.01428,124.48099,63.228287,578.50183,252.1207,1790.8618,16.843792,2387.8523,170.67525,14.552917,11.208301,71.958626,182.5679,265.00137,490.098,61.11156,17.081919,9.201706,841.9167,250.43105,73.1982,36.865902,238.715,24.662819,279.71683,11.608234,56.37405,0.0,2356.9395,4053.9893,2.056384,32.582718,24.915764,21209.66,62.15517,2.1158936,53.420586,93.1969,37.601063,10.3157,51.277546,442.5646,32.045063,33.43923,3.0629442,8.569379,641.8716,0.3261929,434.2357,51.537636,2822.5283,90.309586,157.28442,189.77031,474.2616,40.423363,50.499596,397.81497,31.606955,31.15056,12.428761,36.08053,220.65808,10.880387,8.195955,94.94033,19.281994,4569.3105,26.286158,48.379032,23.630201,27.806347,358.57526,90.97239,48.424732,11.418597,13.498881,44.906055,100.5922,250.48245,74.45954,266.23367,31.648388,40.221443,109.35973,135.42285,69.86048,132.78696,11.906656,5.8546505,15.987018,26.568617,3528.3887,15.458883,45.655632,154.26962,28.435835,311.3438,104.046234,257.97995,8.220707,99.227325,842.85754,833.08813,75.16872,976.0718,133.04427,107.59641,73.306755,89.54368,16.422352,46.871807,522.7165,11.13407,16.283762,278.86414,10.105376,6.0458517,75.38236,69.962265,704.25415,171.2338,180.53394,2031.0005,61.768085,1826.3341,1526.0027,7.2550845,4.644937,1257.7661,14.691027,9.734543,321.85126,22.000456,46.195324,25.6566,92.46621,392.17587,267.6374,3.2260537,31.458832,58.163677,444.59024,5.7756553,86.04037,7.6322136,1.5560367,54.948223,1.3089334,1.4509819,4.991391,10.17716,25.439484,19.582111,30.665411,259.5011,29.783154,12.912058,21.86492,6.1301847,76.11358,2.9762545,2.8331,5.5994625,62.012035,0.75517666,2.7409627,6.2746763,29.732124,14.965283,3.6486738,1.9052969,110.777565,12.080598,217.77934,9.451209,429.23596,20.468641,898.60425,169.13893,5.223955,9.592534,312.3911,392.5325,1672.0396,769.6468 +2023-03-25 21:00:00,0.0,3336.368,28.40998,11.737376,7.174861,33.758068,177.55807,29.254211,61.823196,24.062214,39.35385,161.87871,337.0182,17.978687,21.774542,10.832435,2.2083938,33.453358,18.530008,19.534487,431.0449,6.6928554,303.7548,115.36757,11.860186,110.793816,124.40746,63.205956,578.2124,252.0784,1790.8335,16.800161,2387.9177,169.94902,14.52662,11.184425,71.800156,182.64215,264.99307,488.98914,61.126007,17.089941,9.201,842.1499,249.86792,73.21038,36.885548,238.71323,24.64792,279.6839,11.606438,56.392715,0.0,2358.5396,4057.112,2.0593536,32.577007,24.925154,21218.29,62.181896,2.1167254,53.48203,93.30324,37.61428,10.317458,51.336384,442.66547,32.052784,33.472137,3.0661113,8.57018,642.1436,0.32609144,434.5615,51.484676,2823.001,90.238235,157.34683,189.79152,472.90878,40.358772,50.47406,397.17014,31.557405,31.106623,12.432124,36.08014,220.66124,10.8800955,8.195323,94.9686,19.286407,4569.261,26.294506,48.41532,23.638502,27.817719,358.586,90.95766,48.455647,11.42181,13.503907,44.932743,100.647194,250.625,74.50897,266.29224,31.650074,40.257885,109.38682,135.58891,69.94097,132.73843,11.894476,5.861714,15.979837,26.594643,3532.3252,15.4439535,45.723686,154.25665,28.447266,311.4884,104.070694,258.1424,8.2203865,99.20732,843.44366,833.68567,75.218315,977.20514,133.08293,107.69077,73.31247,89.42678,16.404806,46.845066,522.81964,11.126033,16.272131,278.75095,10.104954,6.044949,75.36406,69.96594,704.26434,171.2073,180.54597,2031.1044,61.8191,1826.789,1526.434,7.256704,4.644859,1257.6672,14.686496,9.736054,321.80853,22.004778,46.206978,25.667812,92.52218,392.4123,267.5684,3.226621,31.462729,58.177372,444.8233,5.777004,86.04467,7.632897,1.5558681,54.94203,1.309033,1.4508905,4.9910917,10.177196,25.445839,19.590786,30.672176,259.6333,29.78293,12.909274,21.852318,6.128629,76.0993,2.9757392,2.830309,5.59879,62.00881,0.753076,2.7394412,6.2646184,29.766027,14.9647455,3.6461828,1.9068705,110.859825,12.086747,217.83244,9.457362,429.51797,20.474794,898.2882,169.24017,5.2259607,9.596047,312.67444,392.89218,1673.3427,769.4781 +2023-03-25 22:00:00,0.0,3337.9058,28.411623,11.748935,7.1742716,33.77326,177.56087,29.261114,61.847324,24.066685,39.36615,161.89958,337.17285,17.988485,21.775215,10.828461,2.2072926,33.458508,18.495155,19.524471,431.08157,6.669915,303.68774,115.33559,11.832666,110.57336,124.33394,63.18362,577.923,252.0361,1790.8052,16.756529,2387.9832,169.22281,14.500322,11.16055,71.64168,182.71642,264.9848,487.88025,61.140457,17.097965,9.200295,842.3831,249.30478,73.22257,36.905193,238.71146,24.633022,279.65094,11.604641,56.411385,0.0,2360.14,4060.2349,2.0623233,32.571293,24.934544,21226.918,62.20862,2.117557,53.543476,93.40958,37.6275,10.319218,51.39522,442.76633,32.0605,33.505047,3.0692782,8.570982,642.4157,0.32598996,434.88733,51.43172,2823.4739,90.16689,157.40926,189.81274,471.55594,40.294178,50.44853,396.52533,31.507856,31.062685,12.435489,36.079754,220.66438,10.879804,8.194691,94.996864,19.290823,4569.212,26.302855,48.451614,23.646805,27.829088,358.59677,90.94293,48.48656,11.425022,13.508933,44.95943,100.70219,250.76755,74.5584,266.35083,31.651762,40.294323,109.41391,135.75497,70.02146,132.68993,11.882296,5.868777,15.972656,26.620668,3536.2617,15.429024,45.79174,154.24368,28.458696,311.633,104.09516,258.30484,8.220067,99.18732,844.0298,834.2832,75.26791,978.33844,133.1216,107.78514,73.318184,89.30989,16.387259,46.818325,522.9228,11.117996,16.260498,278.63776,10.104531,6.044047,75.345764,69.96962,704.2745,171.18082,180.558,2031.2084,61.870113,1827.2437,1526.8652,7.258323,4.64478,1257.5685,14.681964,9.737567,321.7658,22.009098,46.21863,25.679022,92.57815,392.64874,267.49942,3.227188,31.466627,58.191063,445.05637,5.7783523,86.048965,7.6335797,1.5556996,54.93584,1.3091327,1.4507993,4.9907923,10.177231,25.452192,19.599463,30.678942,259.7655,29.782705,12.90649,21.839718,6.127074,76.085014,2.975224,2.8275177,5.5981183,62.00558,0.75097543,2.7379196,6.2545605,29.799932,14.964209,3.6436918,1.908444,110.942085,12.092897,217.88556,9.463515,429.8,20.480947,897.9721,169.34142,5.227967,9.599561,312.95776,393.25186,1674.6458,769.30945 +2023-03-25 23:00:00,0.0,3339.4434,28.413265,11.760493,7.173682,33.78845,177.56366,29.268017,61.871452,24.071154,39.37845,161.92046,337.3275,17.998285,21.775887,10.824488,2.2061915,33.46366,18.460302,19.514456,431.11826,6.6469755,303.62073,115.303604,11.805148,110.35289,124.26041,63.16129,577.63354,251.9938,1790.7769,16.712898,2388.0486,168.4966,14.474026,11.136676,71.4832,182.79068,264.9765,486.77136,61.154907,17.10599,9.19959,842.61633,248.74165,73.234764,36.92484,238.70969,24.618124,279.61798,11.602844,56.43005,0.0,2361.74,4063.3577,2.065293,32.56558,24.943933,21235.547,62.235344,2.1183887,53.60492,93.515915,37.640713,10.320977,51.45406,442.8672,32.068222,33.537952,3.0724454,8.571783,642.6878,0.3258885,435.21317,51.378765,2823.9465,90.09554,157.47166,189.83397,470.20312,40.229588,50.422997,395.8805,31.458307,31.018747,12.438852,36.07937,220.66754,10.879512,8.194057,95.02514,19.295238,4569.162,26.311203,48.487904,23.655106,27.84046,358.6075,90.92821,48.51747,11.428234,13.513958,44.98612,100.75718,250.9101,74.607834,266.4094,31.653448,40.330765,109.440994,135.92104,70.101944,132.64142,11.870115,5.87584,15.965476,26.646694,3540.1982,15.414094,45.859795,154.23071,28.470127,311.77762,104.11962,258.4673,8.219747,99.16731,844.6159,834.88074,75.3175,979.4718,133.16026,107.8795,73.3239,89.193,16.369713,46.79158,523.0259,11.10996,16.248867,278.52457,10.104109,6.0431447,75.32746,69.9733,704.2846,171.15431,180.57004,2031.3123,61.921127,1827.6985,1527.2965,7.2599425,4.644702,1257.4696,14.677432,9.7390785,321.72308,22.01342,46.230286,25.690233,92.63412,392.88516,267.43042,3.2277553,31.470526,58.204754,445.28946,5.7797008,86.05327,7.634263,1.5555311,54.92965,1.3092324,1.450708,4.990493,10.177266,25.458548,19.608137,30.685707,259.8977,29.782482,12.903706,21.827116,6.125519,76.07073,2.9747088,2.8247266,5.5974464,62.002357,0.7488748,2.736398,6.2445025,29.833838,14.963671,3.6412008,1.9100177,111.024345,12.099047,217.93866,9.469668,430.082,20.487099,897.65607,169.44266,5.2299724,9.603074,313.2411,393.61154,1675.9489,769.14075 +2023-03-26 00:00:00,0.0,3340.9812,28.414907,11.772051,7.173093,33.80364,177.56645,29.27492,61.89558,24.075624,39.390747,161.94133,337.48218,18.008083,21.776558,10.820514,2.2050903,33.46881,18.42545,19.50444,431.15497,6.624036,303.55368,115.271614,11.77763,110.13242,124.18688,63.138958,577.3441,251.9515,1790.7487,16.669268,2388.114,167.77039,14.447728,11.112801,71.32473,182.86493,264.96823,485.6625,61.169353,17.114012,9.198884,842.84955,248.17853,73.24695,36.944485,238.70792,24.603226,279.58505,11.6010475,56.44872,0.0,2363.3403,4066.4802,2.0682626,32.559864,24.953323,21244.176,62.26207,2.1192203,53.666363,93.62225,37.65393,10.322736,51.5129,442.96805,32.07594,33.570858,3.0756123,8.572584,642.9599,0.32578704,435.539,51.325806,2824.4194,90.02419,157.53409,189.8552,468.85028,40.164993,50.397465,395.23566,31.408758,30.97481,12.442217,36.078983,220.6707,10.87922,8.193425,95.053406,19.299652,4569.113,26.319551,48.524193,23.663406,27.851831,358.61826,90.913475,48.548386,11.431446,13.518984,45.012806,100.81217,251.05263,74.65726,266.46796,31.655134,40.367203,109.46809,136.0871,70.182434,132.5929,11.857936,5.882903,15.958296,26.67272,3544.1348,15.399165,45.92785,154.21774,28.481558,311.9222,104.14408,258.6297,8.219426,99.14731,845.202,835.47833,75.36709,980.6051,133.19893,107.97387,73.32962,89.07611,16.352165,46.76484,523.129,11.101923,16.237236,278.4114,10.103686,6.0422425,75.309166,69.976974,704.2948,171.12782,180.58208,2031.4164,61.97214,1828.1532,1527.7278,7.261562,4.6446238,1257.3707,14.672901,9.740591,321.68033,22.017742,46.241936,25.701445,92.690094,393.12158,267.36142,3.2283225,31.474422,58.218445,445.52252,5.7810493,86.05757,7.6349463,1.5553626,54.92346,1.3093319,1.4506168,4.9901934,10.1773,25.464903,19.616814,30.692472,260.02994,29.782257,12.900922,21.814516,6.1239634,76.05645,2.9741936,2.8219354,5.596774,61.99913,0.7467742,2.7348764,6.2344446,29.867743,14.963133,3.6387095,1.9115913,111.10661,12.105197,217.99178,9.4758215,430.36404,20.493252,897.34,169.54388,5.231978,9.606586,313.5244,393.97122,1677.252,768.97205 +2023-03-26 01:00:00,0.0,3342.5188,28.41655,11.783609,7.172504,33.818825,177.56924,29.281822,61.919712,24.080093,39.403046,161.9622,337.63687,18.017881,21.777231,10.81654,2.203989,33.473965,18.390596,19.494425,431.19165,6.6010957,303.48663,115.23963,11.750112,109.91196,124.11335,63.116623,577.0547,251.90921,1790.7203,16.625635,2388.1792,167.04416,14.421432,11.088925,71.16625,182.9392,264.95993,484.55362,61.183804,17.122036,9.198179,843.0827,247.6154,73.25914,36.96413,238.70616,24.588327,279.5521,11.599251,56.467384,0.0,2364.9404,4069.603,2.0712323,32.55415,24.962713,21252.805,62.28879,2.120052,53.727806,93.72859,37.66715,10.324495,51.57174,443.0689,32.08366,33.603764,3.0787795,8.573385,643.23193,0.3256856,435.8648,51.27285,2824.892,89.95284,157.5965,189.87642,467.49747,40.100403,50.371933,394.59082,31.35921,30.93087,12.4455805,36.078598,220.67386,10.878928,8.192792,95.08167,19.304068,4569.0635,26.3279,48.560482,23.67171,27.863201,358.62903,90.89875,48.5793,11.434658,13.52401,45.039494,100.867165,251.19518,74.70669,266.52655,31.65682,40.403645,109.49517,136.25316,70.262924,132.54439,11.845756,5.8899665,15.951115,26.698744,3548.0715,15.384235,45.995903,154.20477,28.492989,312.0668,104.16855,258.79214,8.219107,99.127304,845.78815,836.07587,75.41669,981.73846,133.23758,108.06823,73.335335,88.95921,16.33462,46.7381,523.2321,11.093886,16.225605,278.29822,10.103264,6.04134,75.29086,69.98065,704.30493,171.10133,180.5941,2031.5203,62.023155,1828.608,1528.159,7.263181,4.644545,1257.2719,14.668369,9.742104,321.6376,22.022062,46.25359,25.712654,92.74606,393.35803,267.29242,3.2288897,31.478321,58.232136,445.75558,5.782398,86.061874,7.6356297,1.555194,54.917267,1.3094316,1.4505255,4.989894,10.177336,25.471258,19.62549,30.699238,260.16214,29.782034,12.898137,21.801916,6.122408,76.04217,2.9736784,2.819144,5.596102,61.995907,0.74467355,2.7333548,6.2243867,29.901646,14.962595,3.6362185,1.9131649,111.18887,12.111347,218.04488,9.481975,430.64606,20.499405,897.024,169.64513,5.2339835,9.6101,313.80774,394.33087,1678.555,768.8034 +2023-03-26 02:00:00,0.0,3344.0566,28.418192,11.795167,7.1719146,33.834015,177.57205,29.288727,61.94384,24.084564,39.415344,161.98308,337.79153,18.027681,21.777903,10.812566,2.202888,33.47912,18.355743,19.48441,431.22836,6.578156,303.41962,115.20765,11.722592,109.69149,124.039825,63.09429,576.76526,251.86691,1790.692,16.582005,2388.2446,166.31795,14.395135,11.065051,71.00778,183.01346,264.95166,483.44473,61.198254,17.130058,9.197474,843.3159,247.05228,73.27133,36.983776,238.7044,24.57343,279.51913,11.597454,56.486053,0.0,2366.5405,4072.7258,2.074202,32.54844,24.972103,21261.434,62.315517,2.1208837,53.78925,93.83493,37.680367,10.326254,51.630577,443.16977,32.09138,33.63667,3.0819464,8.574186,643.504,0.32558414,436.19064,51.219894,2825.365,89.88149,157.65892,189.89763,466.14462,40.03581,50.3464,393.94598,31.309662,30.886932,12.448945,36.07821,220.677,10.878636,8.19216,95.10994,19.308481,4569.014,26.336248,48.596775,23.68001,27.874573,358.63977,90.88402,48.610214,11.437871,13.529035,45.06618,100.92216,251.33772,74.75612,266.5851,31.658508,40.440083,109.522255,136.41922,70.343414,132.49588,11.833575,5.89703,15.943934,26.72477,3552.008,15.369306,46.063957,154.1918,28.50442,312.2114,104.19301,258.9546,8.218786,99.1073,846.37427,836.6734,75.46628,982.87177,133.27625,108.1626,73.34105,88.84232,16.317072,46.711357,523.33527,11.08585,16.213974,278.18503,10.102841,6.0404377,75.27257,69.98433,704.31506,171.07483,180.60614,2031.6243,62.07417,1829.0627,1528.5903,7.2648005,4.644467,1257.1731,14.663837,9.743615,321.59488,22.026384,46.265244,25.723866,92.80203,393.59445,267.22342,3.229457,31.482218,58.245827,445.98865,5.7837467,86.06617,7.636313,1.5550255,54.911076,1.3095312,1.4504343,4.9895945,10.177371,25.477612,19.634165,30.706003,260.29434,29.78181,12.895353,21.789314,6.1208525,76.02789,2.973163,2.8163528,5.59543,61.99268,0.74257296,2.731833,6.214329,29.93555,14.962058,3.6337276,1.9147384,111.27113,12.1174965,218.09798,9.488128,430.92807,20.505556,896.7079,169.74637,5.235989,9.613613,314.09106,394.69055,1679.8582,768.6347 +2023-03-26 03:00:00,0.0,3345.5945,28.419834,11.8067255,7.171325,33.849205,177.57484,29.29563,61.967968,24.089033,39.427643,162.00395,337.9462,18.03748,21.778574,10.808592,2.2017868,33.48427,18.320889,19.474394,431.26505,6.5552163,303.35257,115.17566,11.695074,109.47103,123.96629,63.07196,576.4758,251.82462,1790.6637,16.538374,2388.31,165.59174,14.368837,11.041176,70.849304,183.0877,264.94336,482.33588,61.2127,17.138083,9.196768,843.54913,246.48915,73.283516,37.00342,238.70264,24.55853,279.4862,11.595657,56.50472,0.0,2368.1406,4075.8486,2.0771716,32.542725,24.981491,21270.062,62.34224,2.1217153,53.850693,93.94127,37.693584,10.328013,51.689415,443.27066,32.0991,33.66958,3.0851135,8.574988,643.7761,0.32548267,436.51648,51.166935,2825.8376,89.81015,157.72134,189.91885,464.7918,39.97122,50.32087,393.30115,31.260113,30.842995,12.452309,36.077827,220.68016,10.878344,8.191527,95.13821,19.312897,4568.965,26.344597,48.633064,23.68831,27.885944,358.6505,90.86929,48.64113,11.441083,13.5340605,45.092873,100.97715,251.48027,74.80554,266.6437,31.660194,40.476524,109.54935,136.58528,70.4239,132.44736,11.821395,5.904093,15.936753,26.750795,3555.9446,15.354376,46.13201,154.17883,28.51585,312.356,104.21747,259.11703,8.218466,99.087296,846.9604,837.27094,75.51587,984.0051,133.31491,108.25696,73.34676,88.72543,16.299526,46.684612,523.43835,11.077813,16.202343,278.07187,10.102419,6.0395355,75.254265,69.98801,704.32526,171.04834,180.61816,2031.7281,62.125183,1829.5176,1529.0217,7.2664194,4.644388,1257.0742,14.659307,9.745128,321.55215,22.030704,46.276897,25.735077,92.85801,393.8309,267.15442,3.230024,31.486116,58.259518,446.22174,5.785095,86.07047,7.6369963,1.554857,54.904884,1.3096309,1.450343,4.989295,10.177406,25.483967,19.642841,30.712769,260.42654,29.781586,12.89257,21.776714,6.1192975,76.01361,2.9726477,2.8135617,5.594758,61.989452,0.7404723,2.7303114,6.2042713,29.969456,14.96152,3.6312366,1.9163121,111.3534,12.123647,218.1511,9.494281,431.21008,20.51171,896.39185,169.8476,5.2379947,9.617126,314.3744,395.05023,1681.1613,768.46606 +2023-03-26 04:00:00,0.0,3347.132,28.421474,11.818284,7.170736,33.864395,177.57764,29.302532,61.9921,24.093504,39.439938,162.02483,338.10086,18.047277,21.779247,10.804618,2.2006855,33.48942,18.286036,19.464378,431.30173,6.532276,303.28552,115.14368,11.667556,109.250565,123.89277,63.049625,576.1864,251.78232,1790.6354,16.494743,2388.3755,164.86551,14.342541,11.017301,70.69083,183.16197,264.9351,481.227,61.22715,17.146105,9.196062,843.78235,245.92603,73.29571,37.023067,238.70087,24.543633,279.45325,11.593861,56.523388,0.0,2369.741,4078.9712,2.0801413,32.53701,24.990881,21278.693,62.368965,2.122547,53.91214,94.04761,37.706802,10.329773,51.748257,443.37152,32.10682,33.702484,3.0882804,8.575789,644.04816,0.32538122,436.84232,51.11398,2826.3105,89.7388,157.78375,189.94008,463.43896,39.906628,50.295338,392.6563,31.210564,30.799057,12.455673,36.07744,220.68332,10.878052,8.190894,95.16647,19.317312,4568.9155,26.352945,48.669353,23.696611,27.897314,358.6613,90.85456,48.672043,11.444295,13.539086,45.11956,101.03214,251.6228,74.85497,266.70227,31.66188,40.512962,109.57643,136.75134,70.50439,132.39885,11.809216,5.911156,15.929573,26.776821,3559.881,15.339447,46.200066,154.16586,28.52728,312.50058,104.241936,259.27945,8.218146,99.06729,847.5465,837.86847,75.56547,985.1384,133.35358,108.351326,73.35248,88.60854,16.281979,46.65787,523.5415,11.069777,16.190712,277.95868,10.101996,6.038633,75.23597,69.991684,704.3354,171.02184,180.6302,2031.8323,62.1762,1829.9723,1529.453,7.2680387,4.64431,1256.9753,14.654775,9.746639,321.50943,22.035027,46.28855,25.746286,92.91398,394.06732,267.08542,3.2305913,31.490015,58.27321,446.4548,5.7864437,86.074776,7.6376796,1.5546885,54.898693,1.3097304,1.4502517,4.9889956,10.177442,25.490322,19.651516,30.719534,260.55875,29.781363,12.889785,21.764112,6.117742,75.99933,2.9721324,2.8107705,5.594086,61.98623,0.73837173,2.7287898,6.1942134,30.00336,14.960982,3.6287456,1.9178857,111.43566,12.129796,218.2042,9.500435,431.4921,20.517862,896.0758,169.94884,5.2400002,9.62064,314.65768,395.4099,1682.4644,768.29736 +2023-03-26 05:00:00,0.0,3348.67,28.423117,11.829842,7.1701465,33.879585,177.58043,29.309435,62.016228,24.097973,39.452236,162.04572,338.25555,18.057077,21.779919,10.800644,2.1995845,33.49457,18.251183,19.454363,431.33844,6.5093365,303.21848,115.11169,11.640038,109.0301,123.81924,63.027294,575.897,251.74002,1790.607,16.45111,2388.441,164.1393,14.316243,10.993426,70.53236,183.23624,264.9268,480.1181,61.2416,17.154129,9.195357,844.01556,245.36288,73.3079,37.042713,238.69911,24.528734,279.4203,11.592064,56.542053,0.0,2371.341,4082.094,2.083111,32.531296,25.00027,21287.322,62.395687,2.1233788,53.973583,94.153946,37.720016,10.331532,51.807095,443.47238,32.114536,33.73539,3.0914476,8.576591,644.32025,0.32527974,437.16812,51.061024,2826.7832,89.66745,157.84618,189.9613,462.08615,39.842033,50.269806,392.01147,31.161015,30.755117,12.459038,36.077053,220.68648,10.87776,8.190262,95.19474,19.321726,4568.8657,26.361294,48.705647,23.704914,27.908686,358.67203,90.839836,48.702957,11.447507,13.544111,45.146248,101.087135,251.76535,74.9044,266.76086,31.663567,40.549404,109.60352,136.9174,70.58488,132.35033,11.797035,5.918219,15.922392,26.802847,3563.8176,15.324517,46.26812,154.1529,28.538712,312.6452,104.266396,259.4419,8.217826,99.04729,848.1326,838.46606,75.61506,986.2718,133.39224,108.445694,73.3582,88.49165,16.264433,46.63113,523.64465,11.06174,16.17908,277.8455,10.101575,6.0377307,75.21767,69.99537,704.3455,170.99535,180.64223,2031.936,62.227215,1830.4271,1529.8843,7.269658,4.6442313,1256.8765,14.650243,9.748152,321.4667,22.039347,46.3002,25.757498,92.96995,394.30377,267.01645,3.2311585,31.493912,58.2869,446.68787,5.787792,86.07908,7.6383624,1.5545199,54.8925,1.3098301,1.4501605,4.988696,10.177476,25.496677,19.660192,30.7263,260.69095,29.781137,12.887001,21.751513,6.1161866,75.98505,2.9716172,2.807979,5.593414,61.983,0.7362711,2.7272682,6.1841555,30.037264,14.960444,3.6262543,1.9194592,111.51792,12.135946,218.25731,9.506588,431.7741,20.524015,895.7597,170.05008,5.242006,9.624152,314.941,395.7696,1683.7675,768.12866 +2023-03-26 06:00:00,0.0,3350.2075,28.424759,11.8414,7.169557,33.89477,177.58322,29.316338,62.040356,24.102444,39.464535,162.06659,338.41022,18.066875,21.780592,10.79667,2.1984832,33.499725,18.21633,19.444347,431.37512,6.486397,303.15146,115.079704,11.612518,108.80963,123.74571,63.004963,575.60754,251.69772,1790.5787,16.40748,2388.5063,163.41309,14.289947,10.969551,70.37388,183.31049,264.91852,479.00925,61.25605,17.162151,9.194652,844.2487,244.79976,73.32008,37.06236,238.69733,24.513838,279.38736,11.590267,56.560722,0.0,2372.9412,4085.2168,2.0860808,32.52558,25.00966,21295.951,62.422413,2.1242104,54.035027,94.260284,37.733234,10.333291,51.865932,443.57324,32.122257,33.768295,3.0946145,8.577392,644.59235,0.3251783,437.49396,51.008064,2827.256,89.5961,157.90858,189.98251,460.7333,39.777443,50.244274,391.36664,31.111465,30.71118,12.462401,36.076668,220.68962,10.877468,8.189629,95.22301,19.326141,4568.8164,26.369642,48.741936,23.713215,27.920057,358.6828,90.8251,48.73387,11.450719,13.549137,45.172935,101.14213,251.9079,74.953835,266.81943,31.665255,40.585842,109.63061,137.08347,70.66537,132.30182,11.784855,5.9252825,15.915212,26.828873,3567.7542,15.3095875,46.336174,154.13992,28.550142,312.7898,104.290855,259.60434,8.217505,99.02728,848.71875,839.0636,75.66465,987.4051,133.43091,108.540054,73.363914,88.374756,16.246885,46.60439,523.74774,11.053703,16.167448,277.7323,10.101152,6.0368285,75.19936,69.99905,704.3557,170.96886,180.65427,2032.0402,62.27823,1830.8818,1530.3156,7.2712774,4.644153,1256.7776,14.645712,9.749663,321.42398,22.043669,46.311855,25.768707,93.025925,394.5402,266.94745,3.2317257,31.49781,58.300594,446.92096,5.7891407,86.083374,7.6390457,1.5543513,54.886307,1.3099297,1.4500692,4.9883966,10.177511,25.50303,19.668867,30.733065,260.82315,29.780914,12.884216,21.73891,6.1146317,75.970764,2.971102,2.805188,5.592742,61.979774,0.7341705,2.7257466,6.1740975,30.071169,14.959908,3.6237633,1.9210328,111.60018,12.142096,218.31041,9.512741,432.05612,20.530167,895.44366,170.15132,5.2440114,9.6276655,315.22433,396.12924,1685.0706,767.96 +2023-03-26 07:00:00,0.0,3351.7454,28.426401,11.852959,7.168968,33.90996,177.58601,29.32324,62.064487,24.106913,39.476833,162.08746,338.56488,18.076674,21.781263,10.792697,2.197382,33.504875,18.181477,19.434332,431.41183,6.463457,303.0844,115.04772,11.585,108.589165,123.67218,62.982628,575.3181,251.65543,1790.5504,16.36385,2388.5718,162.68686,14.263649,10.945677,70.21541,183.38475,264.91022,477.90036,61.270496,17.170176,9.193946,844.48193,244.23663,73.332275,37.082005,238.69557,24.49894,279.3544,11.58847,56.579388,0.0,2374.5415,4088.3396,2.0890503,32.51987,25.01905,21304.58,62.44914,2.125042,54.09647,94.36662,37.746452,10.33505,51.924774,443.6741,32.129974,33.801205,3.0977817,8.578194,644.86444,0.32507682,437.8198,50.95511,2827.7288,89.52475,157.97101,190.00374,459.38046,39.71285,50.21874,390.72183,31.061916,30.667242,12.465766,36.076283,220.69278,10.877176,8.188996,95.251274,19.330557,4568.767,26.37799,48.778225,23.721516,27.931427,358.69354,90.81038,48.764786,11.453932,13.554163,45.199623,101.19712,252.05045,75.00326,266.87802,31.66694,40.622284,109.6577,137.24953,70.74585,132.25331,11.772675,5.9323454,15.908031,26.854898,3571.6907,15.294658,46.40423,154.12695,28.561573,312.9344,104.31532,259.76678,8.217186,99.00728,849.3049,839.66113,75.71424,988.53845,133.46957,108.63442,73.36963,88.257866,16.22934,46.577644,523.8509,11.045667,16.155817,277.61914,10.10073,6.035926,75.18107,70.00272,704.36584,170.94235,180.66629,2032.1442,62.329243,1831.3367,1530.7468,7.272897,4.644075,1256.6788,14.64118,9.751176,321.38126,22.04799,46.32351,25.779919,93.081894,394.7766,266.87845,3.232293,31.501707,58.314285,447.15402,5.790489,86.08768,7.639729,1.5541829,54.880116,1.3100294,1.449978,4.988097,10.1775465,25.509386,19.677544,30.73983,260.95535,29.78069,12.881433,21.72631,6.113076,75.95648,2.9705868,2.8023968,5.59207,61.97655,0.7320699,2.7242248,6.1640396,30.105074,14.95937,3.6212723,1.9226065,111.68245,12.148246,218.36353,9.518894,432.33813,20.53632,895.1276,170.25255,5.2460175,9.631179,315.50766,396.48892,1686.3737,767.7913 +2023-03-26 08:00:00,0.0,3353.283,28.428043,11.864516,7.168379,33.92515,177.5888,29.330143,62.088615,24.111383,39.489132,162.10834,338.71957,18.086473,21.781935,10.788723,2.196281,33.51003,18.146624,19.424316,431.44852,6.440517,303.01736,115.01573,11.557482,108.368706,123.598656,62.960297,575.0287,251.61313,1790.5221,16.320219,2388.6372,161.96065,14.237352,10.921802,70.05693,183.45901,264.90192,476.79147,61.284946,17.1782,9.19324,844.71515,243.67351,73.34447,37.10165,238.69382,24.484041,279.32144,11.586674,56.598057,0.0,2376.1416,4091.4622,2.09202,32.514156,25.02844,21313.209,62.47586,2.1258736,54.157913,94.47296,37.75967,10.336809,51.983612,443.77496,32.137695,33.83411,3.1009486,8.578995,645.1365,0.32497537,438.14563,50.90215,2828.2017,89.45341,158.03342,190.02496,458.02765,39.64826,50.193207,390.077,31.01237,30.623304,12.46913,36.075897,220.69594,10.876884,8.188364,95.27954,19.33497,4568.718,26.38634,48.814518,23.729818,27.942799,358.70428,90.795654,48.7957,11.457144,13.559189,45.22631,101.25211,252.19298,75.05269,266.93658,31.668627,40.658722,109.684784,137.41559,70.82634,132.20479,11.760495,5.939409,15.90085,26.880924,3575.6272,15.279729,46.472282,154.11398,28.573004,313.07898,104.33978,259.9292,8.216866,98.987274,849.891,840.25867,75.76384,989.67175,133.50824,108.72878,73.37534,88.140976,16.211792,46.550903,523.954,11.03763,16.144186,277.50595,10.100307,6.0350237,75.162766,70.0064,704.376,170.91586,180.67833,2032.248,62.380257,1831.7914,1531.1781,7.274516,4.6439962,1256.58,14.636648,9.752687,321.33853,22.05231,46.335163,25.79113,93.13786,395.01306,266.80945,3.23286,31.505606,58.327976,447.3871,5.7918377,86.09198,7.6404123,1.5540143,54.873924,1.310129,1.4498867,4.9877977,10.177582,25.515741,19.686218,30.746595,261.0876,29.780466,12.878648,21.713709,6.111521,75.94221,2.9700716,2.7996056,5.591398,61.973324,0.72996926,2.7227032,6.1539817,30.138979,14.958832,3.6187813,1.92418,111.76471,12.154395,218.41663,9.525047,432.62015,20.542473,894.8115,170.35379,5.248023,9.634692,315.791,396.8486,1687.6768,767.6227 +2023-03-26 09:00:00,0.0,3354.8208,28.429686,11.876075,7.1677895,33.940342,177.5916,29.337046,62.112743,24.115854,39.50143,162.12921,338.87424,18.096272,21.782608,10.784749,2.1951797,33.515182,18.11177,19.4143,431.4852,6.4175773,302.95035,114.98375,11.5299635,108.14824,123.52512,62.937965,574.73926,251.57083,1790.4939,16.276587,2388.7024,161.23444,14.211055,10.897926,69.89846,183.53326,264.89365,475.68262,61.299397,17.186222,9.192535,844.94836,243.11038,73.35665,37.121296,238.69205,24.469143,279.2885,11.584877,56.616722,0.0,2377.7417,4094.585,2.0949898,32.508442,25.03783,21321.838,62.502586,2.1267054,54.219357,94.5793,37.77289,10.338569,52.04245,443.87582,32.145412,33.867016,3.1041157,8.579796,645.40857,0.32487392,438.47144,50.849194,2828.6743,89.38206,158.09583,190.04619,456.6748,39.583664,50.167675,389.43216,30.96282,30.579365,12.472494,36.07551,220.6991,10.876593,8.187731,95.30781,19.339386,4568.6685,26.394688,48.850807,23.73812,27.95417,358.71506,90.78092,48.826614,11.460356,13.564214,45.253,101.307106,252.33553,75.10212,266.99515,31.670313,40.695164,109.711876,137.58165,70.90683,132.15628,11.748315,5.9464717,15.89367,26.90695,3579.564,15.264799,46.540337,154.10101,28.584435,313.22357,104.36424,260.09164,8.216546,98.96727,850.4771,840.8562,75.81343,990.8051,133.5469,108.82315,73.381065,88.024086,16.194246,46.524162,524.0571,11.029593,16.132555,277.39276,10.099885,6.0341215,75.14447,70.01008,704.38617,170.88936,180.69035,2032.352,62.43127,1832.2461,1531.6094,7.2761354,4.643918,1256.4811,14.632117,9.7542,321.2958,22.056633,46.346817,25.80234,93.19384,395.24948,266.74045,3.2334273,31.509504,58.341667,447.62018,5.793186,86.09628,7.6410956,1.5538458,54.867733,1.3102286,1.4497955,4.9874983,10.177616,25.522097,19.694895,30.753359,261.2198,29.780241,12.875864,21.701109,6.109966,75.927925,2.9695563,2.7968144,5.590726,61.9701,0.7278687,2.7211816,6.1439238,30.172882,14.958294,3.6162903,1.9257536,111.84697,12.160545,218.46973,9.5312,432.90216,20.548624,894.4955,170.45503,5.2500286,9.638205,316.0743,397.20828,1688.9799,767.454 +2023-03-26 10:00:00,0.0,3356.3586,28.431328,11.887633,7.1672,33.955532,177.5944,29.343948,62.136875,24.120323,39.51373,162.15009,339.0289,18.10607,21.78328,10.780775,2.1940784,33.520332,18.076918,19.404285,431.5219,6.3946376,302.8833,114.95176,11.502444,107.92777,123.4516,62.91563,574.4498,251.52853,1790.4656,16.232956,2388.7678,160.50822,14.184758,10.874052,69.73998,183.60753,264.88535,474.57373,61.313843,17.194246,9.19183,845.1815,242.54726,73.36884,37.140945,238.69028,24.454245,279.25555,11.58308,56.63539,0.0,2379.342,4097.7075,2.0979593,32.502728,25.04722,21330.467,62.52931,2.127537,54.280804,94.68564,37.786106,10.340327,52.101288,443.97668,32.153133,33.89992,3.1072826,8.580597,645.68066,0.32477245,438.79727,50.796238,2829.1472,89.31071,158.15826,190.06741,455.322,39.519073,50.142143,388.78732,30.91327,30.535427,12.475858,36.075127,220.70224,10.876301,8.1870985,95.33608,19.343801,4568.619,26.403036,48.887096,23.74642,27.96554,358.7258,90.7662,48.85753,11.463568,13.56924,45.279686,101.3621,252.47807,75.15155,267.05374,31.672,40.7316,109.73896,137.74771,70.98731,132.10777,11.736135,5.953535,15.886489,26.932976,3583.5005,15.249869,46.60839,154.08804,28.595865,313.36816,104.38871,260.2541,8.216226,98.947266,851.06323,841.4538,75.86302,991.9384,133.58557,108.91751,73.38678,87.90719,16.176699,46.49742,524.1602,11.021557,16.120924,277.2796,10.0994625,6.033219,75.12617,70.013756,704.3963,170.86287,180.7024,2032.456,62.482285,1832.7009,1532.0406,7.2777543,4.6438394,1256.3822,14.627585,9.7557125,321.25305,22.060953,46.35847,25.81355,93.24981,395.48593,266.67145,3.2339945,31.513401,58.35536,447.85324,5.7945347,86.10058,7.641779,1.5536772,54.86154,1.3103282,1.4497042,4.987199,10.177651,25.528452,19.703571,30.760124,261.352,29.780018,12.87308,21.688509,6.1084104,75.91364,2.969041,2.794023,5.5900536,61.966873,0.725768,2.71966,6.133866,30.206787,14.957757,3.6137993,1.9273273,111.92923,12.166695,218.52284,9.5373535,433.1842,20.554777,894.17944,170.55626,5.252034,9.641718,316.35764,397.56796,1690.283,767.28534 +2023-03-26 11:00:00,0.0,3357.8962,28.432968,11.899191,7.1666107,33.97072,177.5972,29.350851,62.161003,24.124794,39.526028,162.17096,339.18356,18.11587,21.78395,10.776801,2.1929772,33.525486,18.042063,19.39427,431.5586,6.3716974,302.81625,114.91978,11.474926,107.707306,123.37807,62.8933,574.1604,251.48624,1790.4373,16.189325,2388.8333,159.782,14.158462,10.850177,69.581505,183.6818,264.87708,473.46484,61.328293,17.202269,9.191124,845.41473,241.98413,73.381035,37.16059,238.68852,24.439346,279.2226,11.581284,56.654057,0.0,2380.9421,4100.8306,2.100929,32.497013,25.05661,21339.096,62.556034,2.1283686,54.342247,94.79198,37.79932,10.342087,52.16013,444.07755,32.16085,33.93283,3.1104498,8.581398,645.9527,0.324671,439.1231,50.74328,2829.6199,89.23936,158.22067,190.08862,453.96915,39.454483,50.11661,388.1425,30.863722,30.49149,12.479222,36.074738,220.7054,10.876009,8.186466,95.36435,19.348215,4568.5693,26.411385,48.923386,23.75472,27.976912,358.73654,90.751465,48.88844,11.46678,13.5742655,45.306374,101.41709,252.62062,75.20097,267.1123,31.673687,40.768044,109.76605,137.91377,71.0678,132.05925,11.723954,5.960598,15.879309,26.959002,3587.437,15.23494,46.67644,154.07507,28.607296,313.5128,104.41317,260.41653,8.215905,98.92726,851.64935,842.05133,75.91262,993.0718,133.62424,109.01188,73.392494,87.7903,16.159153,46.470676,524.26337,11.01352,16.109293,277.1664,10.09904,6.0323167,75.10787,70.01743,704.40643,170.83638,180.71442,2032.56,62.5333,1833.1556,1532.4719,7.2793736,4.643761,1256.2834,14.623054,9.757224,321.21033,22.065275,46.37012,25.824762,93.30578,395.72235,266.60245,3.2345617,31.5173,58.36905,448.0863,5.7958837,86.10488,7.6424623,1.5535086,54.85535,1.3104279,1.449613,4.9868994,10.177687,25.534805,19.712246,30.76689,261.4842,29.779795,12.870296,21.675907,6.106855,75.89936,2.968526,2.7912319,5.5893817,61.963646,0.72366744,2.7181385,6.123808,30.240692,14.957219,3.611308,1.9289008,112.0115,12.172845,218.57594,9.543507,433.46622,20.56093,893.86334,170.6575,5.25404,9.645231,316.64096,397.9276,1691.586,767.11664 +2023-03-26 12:00:00,0.0,3359.434,28.43461,11.910749,7.1660213,33.98591,177.59999,29.357754,62.18513,24.129263,39.538326,162.19183,339.33826,18.125668,21.784624,10.772827,2.1918762,33.530636,18.00721,19.384254,431.59528,6.3487577,302.7492,114.887794,11.447408,107.48684,123.30454,62.870968,573.871,251.44394,1790.4089,16.145693,2388.8987,159.05579,14.132164,10.826302,69.423035,183.75606,264.86877,472.35596,61.342743,17.210293,9.190419,845.64795,241.421,73.39322,37.180237,238.68677,24.424448,279.18967,11.579487,56.672726,0.0,2382.5425,4103.953,2.1038988,32.491302,25.065998,21347.725,62.582756,2.1292002,54.40369,94.898315,37.81254,10.343845,52.218967,444.1784,32.16857,33.965736,3.1136167,8.5822,646.2248,0.32456952,439.44894,50.690323,2830.0928,89.16801,158.2831,190.10985,452.61633,39.38989,50.09108,387.49765,30.814173,30.447552,12.482586,36.074352,220.70856,10.875716,8.185833,95.39262,19.35263,4568.52,26.419733,48.95968,23.763023,27.988283,358.7473,90.73674,48.919353,11.469993,13.57929,45.333065,101.472084,252.76315,75.250404,267.1709,31.675373,40.80448,109.79314,138.07983,71.14829,132.01074,11.711774,5.9676614,15.872128,26.985027,3591.3735,15.22001,46.744495,154.0621,28.618727,313.65738,104.43763,260.57895,8.215586,98.90726,852.2355,842.64886,75.96221,994.2051,133.6629,109.10624,73.39821,87.67341,16.141605,46.443935,524.36646,11.005484,16.097662,277.05322,10.098618,6.0314145,75.08957,70.02111,704.4166,170.80988,180.72646,2032.664,62.584312,1833.6105,1532.9033,7.280993,4.6436825,1256.1846,14.618523,9.758737,321.1676,22.069595,46.381775,25.835972,93.36175,395.95877,266.53348,3.2351289,31.521196,58.38274,448.3194,5.797232,86.109184,7.6431456,1.5533402,54.84916,1.3105276,1.4495217,4.9866,10.177722,25.54116,19.720922,30.773655,261.6164,29.77957,12.867512,21.663307,6.1052995,75.88508,2.9680107,2.7884407,5.58871,61.960423,0.7215668,2.7166169,6.1137505,30.274597,14.956681,3.608817,1.9304744,112.09376,12.178994,218.62906,9.54966,433.74823,20.567081,893.5473,170.75874,5.2560453,9.648745,316.9243,398.2873,1692.8892,766.94794 +2023-03-26 13:00:00,0.0,3360.9717,28.436253,11.922307,7.1654325,34.0011,177.60278,29.364656,62.209263,24.133734,39.550625,162.2127,339.49292,18.135466,21.785295,10.768853,2.190775,33.53579,17.972357,19.374239,431.632,6.325818,302.6822,114.855804,11.419889,107.26638,123.23102,62.848633,573.58154,251.40164,1790.3806,16.102062,2388.964,158.32957,14.105867,10.802427,69.264565,183.8303,264.8605,471.2471,61.35719,17.218315,9.1897135,845.88116,240.85786,73.40541,37.199883,238.68498,24.40955,279.1567,11.57769,56.69139,0.0,2384.1426,4107.076,2.1068683,32.485588,25.075388,21356.355,62.60948,2.1300318,54.465134,95.004654,37.825756,10.345605,52.277805,444.27927,32.17629,33.998642,3.1167839,8.583001,646.4969,0.32446808,439.77475,50.637367,2830.5654,89.096664,158.3455,190.13107,451.2635,39.3253,50.065548,386.8528,30.764624,30.403614,12.48595,36.073967,220.71172,10.875424,8.185201,95.42088,19.357044,4568.4707,26.428082,48.995968,23.771324,27.999653,358.75806,90.72201,48.950268,11.473205,13.584316,45.359753,101.52708,252.9057,75.299835,267.22946,31.67706,40.840923,109.82023,138.2459,71.22878,131.96223,11.6995945,5.974725,15.864947,27.011051,3595.31,15.205081,46.81255,154.04913,28.630157,313.80197,104.4621,260.7414,8.215265,98.88725,852.8216,843.2464,76.0118,995.33844,133.70157,109.20061,73.40392,87.55652,16.12406,46.417194,524.4696,10.997446,16.08603,276.94003,10.098195,6.030512,75.07127,70.02479,704.42676,170.78339,180.73848,2032.768,62.635326,1834.0652,1533.3346,7.2826123,4.6436043,1256.0857,14.613991,9.760248,321.12488,22.073917,46.39343,25.847183,93.417725,396.19522,266.46448,3.235696,31.525095,58.39643,448.55246,5.7985806,86.11349,7.6438284,1.5531716,54.842968,1.3106271,1.4494303,4.9863005,10.177757,25.547516,19.729597,30.78042,261.7486,29.779346,12.864727,21.650705,6.1037445,75.8708,2.9674954,2.7856495,5.5880375,61.957195,0.7194662,2.715095,6.1036925,30.308502,14.956143,3.606326,1.932048,112.17602,12.185144,218.68216,9.555813,434.03024,20.573235,893.23126,170.85999,5.258051,9.652258,317.2076,398.64697,1694.1923,766.7793 +2023-03-26 14:00:00,0.0,3362.5095,28.437895,11.933866,7.164843,34.01629,177.60558,29.371561,62.23339,24.138203,39.562923,162.23358,339.64758,18.145266,21.785967,10.76488,2.1896737,33.54094,17.937504,19.364223,431.66867,6.302878,302.61514,114.82382,11.39237,107.04591,123.157486,62.8263,573.2921,251.35934,1790.3523,16.058432,2389.0295,157.60335,14.07957,10.778552,69.10609,183.90457,264.8522,470.1382,61.37164,17.22634,9.189008,846.1144,240.29474,73.4176,37.21953,238.68323,24.394651,279.12375,11.575893,56.71006,0.0,2385.7427,4110.1987,2.109838,32.479874,25.084778,21364.984,62.636208,2.1308637,54.526577,95.11099,37.838974,10.347364,52.336647,444.38013,32.18401,34.031548,3.1199508,8.583802,646.7689,0.32436663,440.1006,50.584408,2831.0383,89.025314,158.40793,190.1523,449.91068,39.260704,50.040016,386.20798,30.715076,30.359674,12.489314,36.07358,220.71486,10.875133,8.184567,95.44915,19.36146,4568.4214,26.43643,49.032257,23.779625,28.011024,358.7688,90.70728,48.981182,11.476417,13.589342,45.38644,101.58208,253.04825,75.34926,267.28806,31.678747,40.87736,109.84731,138.41196,71.309265,131.91371,11.687414,5.9817877,15.857767,27.037077,3599.2466,15.190151,46.880604,154.03616,28.641588,313.94656,104.48656,260.90384,8.214945,98.86725,853.4077,843.84393,76.06139,996.47174,133.74023,109.294975,73.409645,87.43963,16.106512,46.390453,524.57275,10.989409,16.074398,276.82687,10.097773,6.0296097,75.05297,70.028465,704.4369,170.75688,180.75052,2032.8718,62.68634,1834.52,1533.7659,7.2842317,4.643526,1255.9868,14.609459,9.761761,321.08215,22.07824,46.405083,25.858395,93.473694,396.43164,266.39548,3.2362635,31.528994,58.410122,448.78552,5.799929,86.11778,7.6445117,1.5530031,54.836777,1.3107268,1.4493392,4.986001,10.177792,25.553871,19.738274,30.787186,261.8808,29.779121,12.861943,21.638105,6.102189,75.85652,2.9669802,2.7828581,5.5873656,61.953968,0.71736556,2.7135735,6.0936346,30.342405,14.955606,3.603835,1.9336216,112.25828,12.191294,218.73528,9.561967,434.31226,20.579388,892.91516,170.96121,5.2600565,9.65577,317.49094,399.00665,1695.4952,766.6106 +2023-03-26 15:00:00,0.0,3364.047,28.439537,11.945424,7.1642537,34.03148,177.60837,29.378464,62.25752,24.142673,39.575222,162.25447,339.80225,18.155064,21.78664,10.760906,2.1885726,33.546093,17.90265,19.354208,431.70538,6.279938,302.5481,114.79183,11.364852,106.82545,123.08396,62.80397,573.0027,251.31705,1790.324,16.014801,2389.095,156.87714,14.053273,10.754677,68.94761,183.97884,264.84393,469.02933,61.38609,17.234362,9.188302,846.34753,239.73161,73.42979,37.239174,238.68146,24.379753,279.09082,11.574097,56.728725,0.0,2387.3428,4113.3213,2.1128078,32.47416,25.094168,21373.613,62.66293,2.1316953,54.58802,95.21732,37.852192,10.349123,52.395485,444.481,32.191727,34.064457,3.123118,8.584603,647.041,0.32426515,440.42642,50.531452,2831.511,88.953964,158.47034,190.17351,448.55783,39.196114,50.014484,385.56317,30.665527,30.315737,12.492679,36.073196,220.71802,10.874841,8.183935,95.47742,19.365875,4568.372,26.444778,49.06855,23.787928,28.022396,358.77957,90.69256,49.012096,11.479629,13.594367,45.413128,101.63707,253.1908,75.39869,267.34662,31.680433,40.913803,109.874405,138.57802,71.389755,131.8652,11.675234,5.988851,15.850586,27.063103,3603.183,15.175221,46.948658,154.0232,28.653019,314.09116,104.51102,261.06625,8.214625,98.847244,853.99384,844.44147,76.11099,997.6051,133.7789,109.389336,73.41536,87.32273,16.088966,46.363712,524.67584,10.981373,16.062767,276.71368,10.09735,6.0287075,75.03467,70.03214,704.4471,170.7304,180.76256,2032.9758,62.737354,1834.9747,1534.1971,7.285851,4.6434474,1255.8881,14.604928,9.763272,321.03943,22.08256,46.416737,25.869604,93.52966,396.6681,266.32648,3.2368307,31.53289,58.423813,449.0186,5.8012776,86.122086,7.645195,1.5528345,54.830585,1.3108264,1.4492478,4.9857016,10.177827,25.560225,19.746948,30.793951,262.013,29.778898,12.8591585,21.625504,6.1006336,75.84224,2.966465,2.780067,5.586694,61.950745,0.715265,2.7120519,6.0835767,30.37631,14.955069,3.601344,1.9351952,112.340546,12.197444,218.78838,9.56812,434.59427,20.58554,892.5991,171.06245,5.262062,9.659284,317.77426,399.36633,1696.7983,766.44196 +2023-03-26 16:00:00,0.0,3365.585,28.44118,11.956982,7.1636643,34.04667,177.61116,29.385366,62.281647,24.147142,39.587517,162.27534,339.95694,18.164862,21.787312,10.756932,2.1874714,33.551247,17.867798,19.344193,431.74207,6.2569985,302.48108,114.75985,11.337334,106.60498,123.01043,62.781635,572.71326,251.27475,1790.2957,15.971169,2389.1604,156.15092,14.026976,10.730803,68.78913,184.05309,264.83563,467.92047,61.40054,17.242386,9.187597,846.58075,239.16849,73.44198,37.25882,238.67969,24.364855,279.05786,11.5723,56.747395,0.0,2388.943,4116.4443,2.1157773,32.468445,25.103558,21382.242,62.689655,2.1325269,54.649467,95.32367,37.86541,10.350883,52.454323,444.58185,32.199448,34.097363,3.1262848,8.585404,647.3131,0.3241637,440.75226,50.478497,2831.984,88.882614,158.53276,190.19473,447.20502,39.13152,49.988953,384.91833,30.615978,30.2718,12.496042,36.072807,220.72118,10.874549,8.183303,95.505684,19.370289,4568.3228,26.453127,49.10484,23.796228,28.033766,358.7903,90.677826,49.04301,11.4828415,13.599393,45.439816,101.69206,253.33333,75.44812,267.40518,31.68212,40.95024,109.90149,138.74408,71.470245,131.81668,11.6630535,5.995914,15.843406,27.089128,3607.1196,15.160292,47.016712,154.01022,28.66445,314.23575,104.535484,261.2287,8.214305,98.82724,854.57996,845.03906,76.16058,998.7384,133.81757,109.4837,73.421074,87.20584,16.071419,46.336967,524.779,10.973336,16.051136,276.6005,10.096928,6.0278053,75.01637,70.03582,704.4572,170.7039,180.77458,2033.0798,62.78837,1835.4296,1534.6284,7.2874703,4.643369,1255.7892,14.600396,9.764785,320.9967,22.086882,46.42839,25.880816,93.58564,396.9045,266.25748,3.237398,31.536789,58.437508,449.25168,5.802626,86.12639,7.6458783,1.5526661,54.824394,1.3109261,1.4491566,4.985402,10.177862,25.56658,19.755625,30.800716,262.14523,29.778673,12.856375,21.612904,6.0990787,75.82796,2.9659498,2.7772758,5.5860214,61.947517,0.7131643,2.7105303,6.0735188,30.410215,14.954531,3.598853,1.9367688,112.422806,12.203594,218.84149,9.574273,434.87628,20.591692,892.2831,171.1637,5.264068,9.662797,318.0576,399.72598,1698.1014,766.27325 +2023-03-26 17:00:00,0.0,3367.1226,28.442822,11.96854,7.163075,34.061855,177.61397,29.39227,62.30578,24.151613,39.599815,162.29622,340.1116,18.17466,21.787983,10.752958,2.1863701,33.556396,17.832945,19.334177,431.77875,6.2340584,302.41403,114.72787,11.309815,106.384514,122.936905,62.759304,572.4238,251.23244,1790.2673,15.927538,2389.2256,155.4247,14.000679,10.706927,68.63066,184.12735,264.82736,466.81158,61.414986,17.250408,9.186892,846.81396,238.60536,73.45417,37.278465,238.67793,24.349958,279.0249,11.570503,56.76606,0.0,2390.5432,4119.567,2.118747,32.46273,25.112947,21390.871,62.716377,2.1333585,54.71091,95.43001,37.878624,10.352641,52.51316,444.6827,32.207165,34.13027,3.129452,8.586206,647.5852,0.32406223,441.07806,50.425537,2832.4565,88.811264,158.59517,190.21596,445.85217,39.06693,49.963417,384.2735,30.56643,30.227861,12.499407,36.072426,220.72433,10.874257,8.18267,95.53395,19.374704,4568.273,26.461475,49.14113,23.80453,28.045137,358.80106,90.6631,49.073925,11.486053,13.604419,45.466503,101.747055,253.47588,75.49755,267.46378,31.683805,40.986683,109.92858,138.91014,71.550735,131.76817,11.650874,6.0029774,15.836225,27.115154,3611.0564,15.145363,47.084766,153.99725,28.67588,314.38037,104.559944,261.39114,8.2139845,98.807236,855.1661,845.6366,76.210175,999.87177,133.85623,109.578064,73.42679,87.08895,16.053873,46.310226,524.8821,10.9653,16.039505,276.48734,10.096505,6.0269027,74.99807,70.0395,704.46735,170.6774,180.78662,2033.1838,62.839382,1835.8843,1535.0597,7.289089,4.6432905,1255.6903,14.595864,9.766296,320.95398,22.091202,46.44004,25.892027,93.64161,397.14096,266.18848,3.237965,31.540686,58.4512,449.48474,5.8039746,86.13069,7.6465616,1.5524975,54.818203,1.3110256,1.4490653,4.985103,10.177897,25.572935,19.764301,30.807482,262.27744,29.77845,12.853591,21.600302,6.097523,75.813675,2.9654346,2.7744846,5.5853496,61.944294,0.71106374,2.7090087,6.063461,30.44412,14.953993,3.5963619,1.9383423,112.505066,12.2097435,218.89459,9.580426,435.1583,20.597845,891.967,171.26492,5.2660737,9.66631,318.3409,400.08566,1699.4045,766.10455 +2023-03-26 18:00:00,0.0,3368.6604,28.444462,11.980099,7.1624856,34.077045,177.61676,29.399172,62.329906,24.156082,39.612114,162.3171,340.26627,18.18446,21.788656,10.748984,2.185269,33.56155,17.798092,19.324162,431.81546,6.2111187,302.347,114.69588,11.282296,106.164055,122.86337,62.736973,572.1344,251.19014,1790.2391,15.883907,2389.291,154.69849,13.974381,10.683052,68.47219,184.20161,264.81906,465.7027,61.429436,17.258432,9.186186,847.0472,238.04224,73.466354,37.29811,238.67618,24.33506,278.99197,11.5687065,56.78473,0.0,2392.1436,4122.69,2.1217167,32.45702,25.122337,21399.5,62.743103,2.1341903,54.772354,95.53635,37.89184,10.354401,52.572002,444.78357,32.214886,34.163174,3.132619,8.5870075,647.85724,0.32396078,441.4039,50.37258,2832.9294,88.73992,158.65758,190.23718,444.49936,39.002335,49.937885,383.62866,30.51688,30.183922,12.50277,36.072037,220.72748,10.873965,8.182037,95.56222,19.37912,4568.2236,26.469824,49.177418,23.812832,28.056509,358.81183,90.64837,49.10484,11.489265,13.609445,45.49319,101.80205,253.61842,75.546974,267.52234,31.685493,41.02312,109.955666,139.0762,71.63122,131.71967,11.638694,6.0100403,15.829044,27.14118,3614.993,15.130433,47.15282,153.98428,28.687311,314.52496,104.584404,261.5536,8.213665,98.78723,855.7522,846.23413,76.25977,1001.00507,133.89488,109.67243,73.4325,86.97206,16.036325,46.283485,524.9852,10.957263,16.027874,276.37415,10.096083,6.0260005,74.979774,70.04318,704.47754,170.65091,180.79865,2033.2877,62.890396,1836.3391,1535.491,7.2907085,4.6432123,1255.5914,14.591333,9.767809,320.91125,22.095524,46.451694,25.903236,93.69758,397.37738,266.11948,3.2385323,31.544584,58.46489,449.7178,5.805323,86.13499,7.647245,1.552329,54.81201,1.3111253,1.4489741,4.9848037,10.177933,25.57929,19.772976,30.814247,262.40964,29.778225,12.850806,21.587702,6.095968,75.79939,2.9649193,2.7716935,5.584677,61.941067,0.70896316,2.707487,6.053403,30.478024,14.953456,3.5938709,1.939916,112.587326,12.215894,218.9477,9.586579,435.4403,20.603998,891.65094,171.36617,5.2680793,9.669824,318.62424,400.44534,1700.7076,765.9359 +2023-03-26 19:00:00,0.0,3370.1982,28.446104,11.991656,7.1618967,34.092236,177.61955,29.406075,62.354034,24.160553,39.624413,162.33797,340.42093,18.194258,21.789328,10.74501,2.1841679,33.5667,17.763237,19.314146,431.85214,6.188179,302.27997,114.663895,11.254778,105.94359,122.78985,62.714638,571.845,251.14784,1790.2108,15.840276,2389.3564,153.97227,13.948085,10.659178,68.31371,184.27586,264.8108,464.59384,61.443886,17.266457,9.18548,847.2804,237.47911,73.478546,37.317757,238.67441,24.320162,278.959,11.56691,56.803394,0.0,2393.7437,4125.8125,2.1246865,32.451305,25.131727,21408.129,62.769825,2.135022,54.833797,95.642685,37.90506,10.35616,52.63084,444.88443,32.222607,34.19608,3.135786,8.587809,648.12933,0.3238593,441.72974,50.319626,2833.402,88.66857,158.72,190.2584,443.1465,38.937744,49.912354,382.98383,30.46733,30.139984,12.506135,36.071655,220.73064,10.873673,8.181405,95.590485,19.383533,4568.1743,26.478172,49.21371,23.821133,28.067879,358.82257,90.633644,49.135754,11.492477,13.61447,45.51988,101.85704,253.76097,75.596405,267.58093,31.68718,41.059563,109.98276,139.24228,71.71171,131.67114,11.6265135,6.0171037,15.821863,27.167206,3618.9294,15.115503,47.220875,153.97131,28.698742,314.66956,104.60887,261.716,8.213345,98.76723,856.3383,846.83167,76.309364,1002.1384,133.93355,109.76679,73.438225,86.85516,16.01878,46.256744,525.0883,10.949226,16.016243,276.26096,10.09566,6.0250983,74.96147,70.04686,704.4877,170.6244,180.81068,2033.3917,62.94141,1836.7938,1535.9222,7.292328,4.6431336,1255.4926,14.586802,9.7693205,320.8685,22.099844,46.46335,25.914448,93.753555,397.6138,266.0505,3.2390995,31.548483,58.47858,449.9509,5.8066716,86.13929,7.647928,1.5521604,54.80582,1.3112249,1.4488828,4.984504,10.177967,25.585644,19.781652,30.821012,262.54184,29.778002,12.848022,21.5751,6.094413,75.78511,2.964404,2.768902,5.5840054,61.93784,0.7068625,2.7059653,6.043345,30.511929,14.952918,3.59138,1.9414896,112.66959,12.222043,219.00081,9.592732,435.72235,20.61015,891.3349,171.4674,5.270085,9.673336,318.90756,400.80502,1702.0107,765.7672 +2023-03-26 20:00:00,0.0,3371.7358,28.447746,12.003215,7.1613073,34.107426,177.62234,29.412977,62.378166,24.165022,39.63671,162.35884,340.57562,18.204056,21.789999,10.741036,2.1830666,33.571854,17.728384,19.30413,431.88885,6.1652393,302.21292,114.63191,11.22726,105.72312,122.71632,62.692307,571.55554,251.10555,1790.1825,15.796645,2389.4219,153.24606,13.921787,10.635303,68.155235,184.35013,264.8025,463.48495,61.458332,17.274479,9.184775,847.51355,236.91599,73.49074,37.337402,238.67264,24.305264,278.9261,11.565113,56.822063,0.0,2395.3438,4128.935,2.127656,32.44559,25.141117,21416.758,62.79655,2.1358535,54.89524,95.74902,37.918278,10.357919,52.68968,444.9853,32.230324,34.22899,3.138953,8.58861,648.4014,0.32375786,442.05557,50.266666,2833.875,88.59722,158.78242,190.27962,441.7937,38.873154,49.88682,382.339,30.417784,30.096046,12.509499,36.071266,220.7338,10.873382,8.180772,95.61876,19.387949,4568.125,26.48652,49.25,23.829433,28.07925,358.8333,90.61891,49.166668,11.495689,13.619495,45.546566,101.91203,253.9035,75.645836,267.6395,31.688866,41.096,110.00984,139.40834,71.7922,131.62263,11.614333,6.0241666,15.814683,27.193232,3622.866,15.100574,47.28893,153.95834,28.710173,314.81415,104.63333,261.87845,8.213024,98.74722,856.92444,847.4292,76.358955,1003.2717,133.97221,109.86116,73.44394,86.73827,16.001232,46.23,525.19147,10.94119,16.00461,276.14777,10.095238,6.0241957,74.94318,70.05054,704.4978,170.59792,180.82271,2033.4956,62.992424,1837.2487,1536.3535,7.293947,4.6430554,1255.3938,14.58227,9.770833,320.82578,22.104166,46.475002,25.92566,93.809525,397.85025,265.9815,3.2396667,31.55238,58.49227,450.18396,5.8080206,86.14359,7.648611,1.5519919,54.79963,1.3113246,1.4487915,4.984205,10.178002,25.592,19.790327,30.827778,262.67404,29.777779,12.845238,21.5625,6.0928574,75.770836,2.963889,2.766111,5.5833335,61.934616,0.7047619,2.7044437,6.033287,30.545834,14.95238,3.588889,1.9430631,112.751854,12.228193,219.05391,9.598886,436.00436,20.616302,891.0188,171.56863,5.2720904,9.676849,319.1909,401.1647,1703.3138,765.5986 +2023-03-26 21:00:00,0.0,3373.2737,28.449389,12.014772,7.160718,34.122616,177.62514,29.41988,62.402294,24.169493,39.64901,162.37971,340.7303,18.213856,21.790672,10.737062,2.1819654,33.577003,17.693531,19.294115,431.92554,6.142299,302.14587,114.59992,11.19974,105.502655,122.64279,62.669975,571.2662,251.06325,1790.1542,15.753014,2389.4873,152.51984,13.895491,10.611427,67.996765,184.4244,264.79422,462.37607,61.472782,17.282503,9.18407,847.74677,236.35284,73.50293,37.357048,238.67087,24.290365,278.89313,11.563315,56.840733,0.0,2396.9438,4132.058,2.1306257,32.439877,25.150507,21425.387,62.823277,2.1366851,54.956684,95.85536,37.931496,10.359678,52.74852,445.08615,32.238045,34.261894,3.1421201,8.589412,648.67346,0.3236564,442.3814,50.21371,2834.348,88.52587,158.84485,190.30084,440.44086,38.80856,49.86129,381.69415,30.368235,30.052109,12.512863,36.07088,220.73695,10.87309,8.18014,95.647026,19.392363,4568.0757,26.49487,49.28629,23.837734,28.09062,358.8441,90.60419,49.197582,11.498902,13.624521,45.573254,101.967026,254.04605,75.69527,267.6981,31.690552,41.132442,110.036934,139.5744,71.87269,131.57413,11.602154,6.03123,15.807503,27.219257,3626.8025,15.085645,47.356983,153.94537,28.721603,314.95874,104.65779,262.0409,8.212705,98.72721,857.5106,848.0268,76.40855,1004.4051,134.01088,109.95552,73.44965,86.62138,15.9836855,46.20326,525.2946,10.933153,15.99298,276.0346,10.094815,6.0232935,74.92487,70.054214,704.50793,170.57143,180.83475,2033.5996,63.04344,1837.7034,1536.7849,7.2955666,4.642977,1255.2949,14.577739,9.772346,320.78305,22.108488,46.486656,25.936869,93.86549,398.08667,265.9125,3.240234,31.556278,58.505962,450.41702,5.809369,86.147896,7.6492944,1.5518234,54.793438,1.3114241,1.4487003,4.9839053,10.178038,25.598354,19.799004,30.834543,262.80624,29.777554,12.842454,21.5499,6.091302,75.75655,2.9633737,2.7633197,5.582661,61.93139,0.7026613,2.702922,6.0232296,30.579739,14.951842,3.586398,1.9446367,112.834114,12.234343,219.10703,9.605039,436.28638,20.622456,890.70276,171.66988,5.274096,9.680363,319.4742,401.52435,1704.617,765.4299 +2023-03-26 22:00:00,0.0,3374.8113,28.45103,12.026331,7.1601286,34.137802,177.62793,29.426783,62.426422,24.173962,39.66131,162.40059,340.88495,18.223654,21.791344,10.733089,2.1808643,33.582157,17.658678,19.2841,431.96222,6.1193595,302.07883,114.56794,11.172222,105.28219,122.56926,62.647644,570.97675,251.02095,1790.1259,15.709383,2389.5527,151.79362,13.869194,10.587553,67.83829,184.49864,264.78592,461.2672,61.487232,17.290525,9.183364,847.98,235.78972,73.515114,37.376694,238.6691,24.275467,278.86017,11.561519,56.859398,0.0,2398.544,4135.1807,2.1335955,32.434162,25.159895,21434.018,62.85,2.137517,55.018127,95.9617,37.944714,10.361437,52.807358,445.187,32.24576,34.2948,3.145287,8.590213,648.94556,0.32355493,442.7072,50.16075,2834.8206,88.45452,158.90726,190.32207,439.088,38.74397,49.83576,381.04932,30.318686,30.008171,12.516227,36.070496,220.74011,10.872797,8.179506,95.67529,19.396778,4568.0264,26.503218,49.322582,23.846037,28.101992,358.85483,90.589455,49.228493,11.502114,13.629546,45.599945,102.02202,254.1886,75.74469,267.75665,31.692238,41.16888,110.06402,139.74046,71.95317,131.5256,11.589973,6.038293,15.800322,27.245283,3630.739,15.070715,47.425037,153.9324,28.733034,315.10333,104.68226,262.20334,8.212384,98.70721,858.09674,848.6243,76.458145,1005.5384,134.04955,110.04989,73.45537,86.50449,15.966139,46.176517,525.3977,10.925117,15.981348,275.92142,10.094393,6.0223913,74.90658,70.05789,704.5181,170.54492,180.84677,2033.7037,63.094456,1838.1582,1537.2162,7.297186,4.6428986,1255.196,14.573207,9.773857,320.74033,22.112808,46.498306,25.94808,93.92147,398.32312,265.8435,3.240801,31.560175,58.519653,450.65012,5.8107176,86.15219,7.6499777,1.5516548,54.787247,1.3115238,1.448609,4.983606,10.178073,25.60471,19.807678,30.841309,262.93845,29.77733,12.839669,21.537298,6.0897465,75.74227,2.9628584,2.7605286,5.5819893,61.92816,0.7005607,2.7014005,6.0131717,30.613642,14.951305,3.5839067,1.9462104,112.916374,12.240493,219.16013,9.611192,436.5684,20.628609,890.3867,171.77112,5.2761016,9.683876,319.75754,401.88403,1705.92,765.26117 +2023-03-26 23:00:00,0.0,3376.349,28.452673,12.0378895,7.159539,34.152992,177.63072,29.433685,62.450554,24.178432,39.673607,162.42146,341.0396,18.233452,21.792015,10.7291155,2.179763,33.58731,17.623825,19.274084,431.99893,6.09642,302.0118,114.53595,11.144704,105.06173,122.495735,62.62531,570.6873,250.97865,1790.0975,15.665751,2389.6182,151.06741,13.842896,10.563678,67.67982,184.5729,264.77765,460.15833,61.50168,17.29855,9.182658,848.2132,235.2266,73.527306,37.39634,238.66734,24.260569,278.82724,11.559722,56.878067,0.0,2400.1443,4138.303,2.136565,32.42845,25.169285,21442.646,62.876724,2.1383486,55.079575,96.06803,37.957928,10.363196,52.866196,445.28787,32.253483,34.327705,3.1484542,8.591014,649.21765,0.3234535,443.03305,50.107796,2835.2935,88.38318,158.96968,190.34329,437.7352,38.679375,49.810226,380.4045,30.269136,29.964231,12.519591,36.07011,220.74326,10.872505,8.178874,95.70356,19.401194,4567.977,26.511566,49.35887,23.854338,28.113363,358.86557,90.57473,49.259407,11.505326,13.634572,45.626633,102.07701,254.33115,75.79412,267.81525,31.693926,41.205322,110.09111,139.90652,72.03366,131.4771,11.577793,6.0453563,15.793141,27.271309,3634.6755,15.055785,47.49309,153.91943,28.744465,315.24796,104.70672,262.36575,8.212065,98.6872,858.68286,849.22186,76.50774,1006.67175,134.08821,110.14425,73.46108,86.387596,15.948592,46.149776,525.50085,10.91708,15.969717,275.80823,10.09397,6.0214887,74.888275,70.06157,704.52826,170.51843,180.85881,2033.8076,63.14547,1838.6129,1537.6475,7.298805,4.6428204,1255.0972,14.568675,9.77537,320.6976,22.11713,46.50996,25.959291,93.97744,398.55954,265.7745,3.2413683,31.564074,58.533344,450.88318,5.812066,86.156494,7.650661,1.5514863,54.781055,1.3116235,1.4485178,4.9833064,10.178108,25.611063,19.816355,30.848072,263.07065,29.777105,12.836885,21.524698,6.0881915,75.72799,2.9623432,2.7577374,5.5813174,61.92494,0.69846004,2.699879,6.0031137,30.647547,14.9507675,3.5814157,1.947784,112.99864,12.246642,219.21324,9.617345,436.8504,20.63476,890.0706,171.87236,5.278107,9.687389,320.04086,402.2437,1707.2231,765.0925 +2023-03-27 00:00:00,0.0,3377.8867,28.454315,12.049447,7.1589503,34.168182,177.63353,29.440588,62.47468,24.182901,39.685905,162.44234,341.1943,18.243252,21.792688,10.725142,2.1786618,33.59246,17.588972,19.264069,432.0356,6.0734797,301.94476,114.50397,11.117186,104.84126,122.4222,62.602978,570.3979,250.93636,1790.0692,15.622121,2389.6833,150.34119,13.8166,10.539803,67.52134,184.64717,264.76935,459.04944,61.51613,17.306572,9.181953,848.44635,234.66347,73.5395,37.415985,238.66559,24.24567,278.79428,11.557925,56.896732,0.0,2401.7444,4141.4263,2.1395347,32.422737,25.178675,21451.275,62.903446,2.1391802,55.141018,96.17438,37.971146,10.364956,52.925034,445.38873,32.2612,34.360615,3.151621,8.591815,649.4897,0.323352,443.3589,50.05484,2835.766,88.31183,159.03209,190.3645,436.38235,38.614784,49.784695,379.75967,30.219587,29.920294,12.522955,36.069725,220.74641,10.872213,8.178242,95.73183,19.405607,4567.9272,26.519915,49.39516,23.862638,28.124733,358.87634,90.560005,49.29032,11.508538,13.639598,45.65332,102.132,254.4737,75.84355,267.8738,31.695612,41.24176,110.118195,140.07259,72.11415,131.42859,11.565613,6.0524197,15.78596,27.297335,3638.612,15.040855,47.561146,153.90646,28.755896,315.39255,104.73118,262.5282,8.211744,98.6672,859.269,849.8194,76.55733,1007.80505,134.12688,110.23862,73.466805,86.270706,15.931046,46.12303,525.60394,10.909043,15.958086,275.69507,10.093549,6.0205865,74.86997,70.06525,704.5384,170.49193,180.87083,2033.9116,63.196484,1839.0677,1538.0787,7.300424,4.6427417,1254.9984,14.564144,9.776881,320.65488,22.12145,46.521614,25.9705,94.03341,398.796,265.7055,3.2419355,31.567972,58.547035,451.11624,5.8134146,86.1608,7.6513443,1.5513177,54.774864,1.3117231,1.4484265,4.983007,10.178143,25.617418,19.825031,30.854837,263.20285,29.776882,12.834102,21.512096,6.086636,75.71371,2.9618278,2.754946,5.580645,61.92171,0.69635946,2.698357,5.993056,30.681452,14.95023,3.5789247,1.9493575,113.0809,12.252792,219.26634,9.623498,437.13242,20.640913,889.7546,171.97359,5.2801127,9.690902,320.3242,402.6034,1708.5262,764.9238 +2023-03-27 01:00:00,0.0,3379.4246,28.455956,12.061006,7.158361,34.183372,177.63632,29.44749,62.49881,24.187372,39.698204,162.46321,341.34897,18.25305,21.79336,10.721168,2.1775608,33.597614,17.55412,19.254053,432.0723,6.05054,301.87772,114.471985,11.089666,104.6208,122.34868,62.580647,570.10846,250.89406,1790.0409,15.578489,2389.7488,149.61497,13.790302,10.515928,67.36287,184.72142,264.76108,457.94058,61.53058,17.314596,9.181248,848.67957,234.10034,73.55168,37.43563,238.66382,24.230772,278.76132,11.5561285,56.9154,0.0,2403.3447,4144.549,2.1425045,32.417023,25.188065,21459.904,62.930172,2.1400118,55.20246,96.280716,37.984364,10.3667145,52.983875,445.4896,32.26892,34.39352,3.1547883,8.592616,649.7618,0.32325056,443.68472,50.00188,2836.239,88.24048,159.09451,190.38573,435.02954,38.55019,49.759163,379.11484,30.17004,29.876356,12.5263195,36.069336,220.74957,10.871922,8.1776085,95.76009,19.410023,4567.878,26.528263,49.43145,23.870941,28.136105,358.8871,90.54527,49.321236,11.51175,13.644624,45.680008,102.187,254.61623,75.892975,267.93237,31.697298,41.2782,110.14529,140.23865,72.19464,131.38007,11.553432,6.0594826,15.77878,27.32336,3642.5488,15.025926,47.6292,153.8935,28.767326,315.53714,104.755646,262.69064,8.211424,98.647194,859.8551,850.41693,76.60692,1008.9384,134.16554,110.332985,73.47252,86.15382,15.913499,46.09629,525.7071,10.901007,15.946454,275.58188,10.093126,6.0196843,74.85168,70.068924,704.5486,170.46544,180.88287,2034.0155,63.247498,1839.5225,1538.51,7.3020434,4.6426635,1254.8995,14.559612,9.778394,320.61215,22.125772,46.533268,25.981712,94.08938,399.0324,265.6365,3.2425027,31.571869,58.56073,451.34933,5.814763,86.1651,7.6520276,1.5511492,54.768673,1.3118227,1.4483353,4.9827075,10.178178,25.623774,19.833706,30.861603,263.33508,29.776657,12.831317,21.499496,6.0850806,75.69943,2.9613125,2.7521548,5.579973,61.918488,0.6942588,2.6968355,5.982998,30.715357,14.949692,3.5764337,1.9509311,113.16316,12.258942,219.31946,9.629652,437.41443,20.647066,889.43854,172.07483,5.282119,9.694415,320.6075,402.96307,1709.8293,764.7552 +2023-03-27 02:00:00,0.0,3380.9624,28.457598,12.072564,7.1577716,34.198563,177.63911,29.454393,62.52294,24.191843,39.710503,162.4841,341.50363,18.262848,21.794031,10.717194,2.1764596,33.602764,17.519264,19.244038,432.109,6.0276003,301.8107,114.439995,11.062148,104.40033,122.275154,62.55831,569.81903,250.85176,1790.0127,15.534858,2389.8142,148.88876,13.764006,10.492053,67.20439,184.79568,264.75278,456.8317,61.54503,17.322618,9.180542,848.9128,233.53722,73.56387,37.455276,238.66205,24.215874,278.7284,11.554332,56.934067,0.0,2404.9448,4147.672,2.145474,32.41131,25.197454,21468.533,62.956894,2.1408434,55.263905,96.387054,37.99758,10.368474,53.042713,445.59045,32.276638,34.426426,3.1579552,8.593418,650.0339,0.32314909,444.01053,49.948925,2836.7117,88.16913,159.15692,190.40695,433.6767,38.4856,49.73363,378.47,30.120491,29.832418,12.529683,36.068954,220.75273,10.87163,8.176976,95.78836,19.414438,4567.8286,26.536612,49.467743,23.879242,28.147476,358.89783,90.53055,49.35215,11.514963,13.649649,45.706696,102.24199,254.75877,75.942406,267.99097,31.698984,41.31464,110.17237,140.40471,72.27512,131.33156,11.541253,6.066546,15.771599,27.349384,3646.4854,15.010997,47.697254,153.88051,28.778757,315.68173,104.780106,262.8531,8.211104,98.62719,860.4412,851.01447,76.65652,1010.0717,134.20421,110.427345,73.47823,86.03693,15.895952,46.06955,525.8102,10.89297,15.934823,275.4687,10.092704,6.0187817,74.833374,70.0726,704.5587,170.43895,180.8949,2034.1195,63.29851,1839.9772,1538.9413,7.303663,4.642585,1254.8007,14.55508,9.779905,320.56943,22.130093,46.54492,25.992924,94.145355,399.26883,265.56754,3.24307,31.575768,58.57442,451.5824,5.8161116,86.169395,7.652711,1.5509807,54.76248,1.3119223,1.448244,4.982408,10.178213,25.630129,19.842382,30.868368,263.4673,29.776434,12.828533,21.486895,6.0835257,75.68515,2.9607973,2.7493637,5.579301,61.91526,0.6921582,2.695314,5.97294,30.74926,14.949155,3.5739427,1.9525048,113.24542,12.265092,219.37256,9.635805,437.69644,20.653217,889.12244,172.17607,5.2841244,9.697928,320.8908,403.32272,1711.1324,764.5865 +2023-03-27 03:00:00,0.0,3382.5,28.45924,12.084122,7.157182,34.21375,177.6419,29.461298,62.54707,24.196312,39.7228,162.50497,341.6583,18.272648,21.794704,10.71322,2.1753583,33.607918,17.484411,19.234022,432.1457,6.00466,301.74365,114.40801,11.03463,104.17986,122.20162,62.53598,569.5296,250.80946,1789.9844,15.491227,2389.8796,148.16254,13.737708,10.468179,67.04591,184.86995,264.74448,455.7228,61.559475,17.330643,9.179837,849.146,232.97409,73.576065,37.474922,238.6603,24.200975,278.69543,11.552535,56.952736,0.0,2406.545,4150.7944,2.1484437,32.405594,25.206844,21477.162,62.98362,2.1416752,55.325348,96.49339,38.0108,10.370233,53.10155,445.6913,32.28436,34.45933,3.1611223,8.594219,650.30597,0.32304764,444.33636,49.89597,2837.1846,88.09778,159.21933,190.42818,432.32388,38.42101,49.708096,377.82516,30.070942,29.788479,12.533048,36.068565,220.75587,10.871338,8.176344,95.81663,19.418852,4567.7793,26.54496,49.504032,23.887543,28.158846,358.9086,90.515816,49.383064,11.518175,13.654675,45.733383,102.29698,254.90132,75.99184,268.04953,31.700672,41.351078,110.19946,140.57077,72.35561,131.28304,11.529073,6.073609,15.764419,27.37541,3650.4219,14.996067,47.765305,153.86754,28.790188,315.82632,104.804565,263.0155,8.210784,98.607185,861.02734,851.61206,76.70611,1011.2051,134.24287,110.52171,73.48395,85.92004,15.878406,46.04281,525.9133,10.884933,15.923192,275.35553,10.092281,6.0178795,74.81508,70.07628,704.56885,170.41245,180.90694,2034.2234,63.349525,1840.432,1539.3726,7.305282,4.6425066,1254.7018,14.5505495,9.781418,320.5267,22.134415,46.556576,26.004133,94.201324,399.50528,265.49854,3.243637,31.579664,58.58811,451.81546,5.81746,86.1737,7.653394,1.5508121,54.75629,1.312022,1.4481528,4.9821086,10.178248,25.636484,19.851057,30.875134,263.5995,29.776209,12.825748,21.474295,6.08197,75.67087,2.960282,2.7465725,5.578629,61.912033,0.6900576,2.6937923,5.962882,30.783165,14.948617,3.5714517,1.9540783,113.32769,12.271241,219.42566,9.641958,437.97845,20.65937,888.8064,172.2773,5.28613,9.701442,321.17413,403.6824,1712.4355,764.41785 +2023-03-27 04:00:00,0.0,3384.0378,28.460882,12.09568,7.156593,34.22894,177.6447,29.4682,62.571198,24.200783,39.7351,162.52585,341.813,18.282446,21.795376,10.709246,2.1742573,33.61307,17.449558,19.224007,432.1824,5.9817204,301.6766,114.37602,11.007112,103.959404,122.1281,62.51365,569.2402,250.76717,1789.956,15.447596,2389.945,147.43633,13.711411,10.4443035,66.88744,184.9442,264.7362,454.61395,61.573925,17.338665,9.1791315,849.3792,232.41095,73.58825,37.494568,238.65851,24.186079,278.66248,11.550738,56.9714,0.0,2408.145,4153.917,2.1514134,32.399883,25.216234,21485.791,63.010345,2.1425068,55.38679,96.599724,38.024017,10.371992,53.16039,445.79218,32.292076,34.49224,3.1642892,8.59502,650.578,0.3229462,444.6622,49.84301,2837.6572,88.026436,159.28177,190.4494,430.97104,38.356415,49.682564,377.18033,30.021393,29.744541,12.536412,36.06818,220.75903,10.871046,8.175711,95.844894,19.423267,4567.73,26.553308,49.54032,23.895845,28.170218,358.91934,90.50109,49.41398,11.521387,13.6597,45.76007,102.351974,255.04387,76.04127,268.10812,31.702358,41.38752,110.22655,140.73683,72.436104,131.23453,11.516892,6.0806723,15.757238,27.401436,3654.3584,14.981137,47.83336,153.85457,28.801619,315.97092,104.82903,263.17795,8.210464,98.58718,861.61346,852.2096,76.7557,1012.3384,134.28154,110.61607,73.48967,85.80314,15.860859,46.016064,526.0165,10.876896,15.911561,275.24234,10.091859,6.0169773,74.796776,70.079956,704.57904,170.38596,180.91896,2034.3275,63.40054,1840.8867,1539.8038,7.3069015,4.6424284,1254.6029,14.546018,9.782929,320.48395,22.138737,46.568226,26.015345,94.25729,399.7417,265.42953,3.2442043,31.583563,58.601803,452.04852,5.8188086,86.178,7.654077,1.5506436,54.750095,1.3121216,1.4480615,4.981809,10.178283,25.642838,19.859734,30.881899,263.7317,29.775986,12.822965,21.461693,6.080415,75.656586,2.9597669,2.743781,5.577957,61.90881,0.687957,2.6922708,5.952824,30.81707,14.948079,3.5689604,1.9556519,113.40995,12.277391,219.47878,9.648111,438.2605,20.665524,888.49036,172.37854,5.2881355,9.704955,321.45746,404.04208,1713.7386,764.24915 +2023-03-27 05:00:00,0.0,3385.5754,28.462524,12.107239,7.1560035,34.24413,177.64749,29.475103,62.595325,24.205252,39.747395,162.54672,341.96765,18.292244,21.796047,10.705273,2.173156,33.61822,17.414705,19.213991,432.2191,5.958781,301.60956,114.34404,10.979592,103.73894,122.054565,62.491314,568.95074,250.72487,1789.9277,15.403965,2390.0105,146.71011,13.685114,10.420428,66.728966,185.01846,264.7279,453.50507,61.588375,17.34669,9.178426,849.61237,231.84782,73.60044,37.514214,238.65675,24.17118,278.62955,11.548942,56.99007,0.0,2409.7454,4157.04,2.1543832,32.39417,25.225624,21494.42,63.037067,2.1433384,55.44824,96.70607,38.03723,10.373752,53.21923,445.89307,32.299797,34.525146,3.1674564,8.595821,650.8501,0.3228447,444.98804,49.790054,2838.1301,87.955086,159.34418,190.47061,429.61823,38.291824,49.657032,376.5355,29.971844,29.700603,12.539776,36.067795,220.76219,10.870754,8.175078,95.87316,19.427683,4567.6807,26.561657,49.576614,23.904146,28.18159,358.93008,90.48636,49.444893,11.524599,13.664725,45.78676,102.40697,255.1864,76.09069,268.1667,31.704044,41.423958,110.25364,140.9029,72.516594,131.18602,11.504712,6.087735,15.750057,27.427462,3658.295,14.9662075,47.901413,153.8416,28.81305,316.11554,104.85349,263.3404,8.210144,98.56718,862.1996,852.8071,76.8053,1013.47174,134.3202,110.71044,73.495384,85.68625,15.843312,45.989323,526.11957,10.868859,15.899929,275.12915,10.091436,6.016075,74.77848,70.08363,704.5892,170.35945,180.931,2034.4314,63.451553,1841.3416,1540.2352,7.308521,4.6423497,1254.5042,14.541486,9.784442,320.44122,22.143057,46.57988,26.026556,94.31327,399.97815,265.36053,3.2447715,31.587461,58.615494,452.28162,5.820157,86.182304,7.6547604,1.5504751,54.743904,1.3122213,1.4479702,4.9815097,10.178318,25.649193,19.868408,30.888664,263.8639,29.77576,12.820181,21.449093,6.07886,75.6423,2.9592516,2.74099,5.577285,61.905582,0.68585634,2.6907492,5.9427667,30.850975,14.947541,3.5664694,1.9572256,113.49221,12.283541,219.53188,9.654264,438.5425,20.671677,888.17426,172.47978,5.290141,9.7084675,321.74078,404.40176,1715.0417,764.08044 +2023-03-27 06:00:00,0.0,3387.1133,28.464167,12.118796,7.1554146,34.25932,177.65028,29.482006,62.619457,24.209723,39.759693,162.5676,342.1223,18.302044,21.79672,10.701299,2.1720548,33.623375,17.379852,19.203976,432.25577,5.9358406,301.54254,114.31206,10.952074,103.51847,121.98104,62.468983,568.6613,250.68257,1789.8994,15.360333,2390.076,145.9839,13.658817,10.396554,66.570496,185.09273,264.71964,452.39618,61.60282,17.354713,9.17772,849.8456,231.2847,73.61263,37.53386,238.655,24.156282,278.5966,11.547145,57.008736,0.0,2411.3455,4160.1626,2.1573527,32.388454,25.235014,21503.049,63.063793,2.14417,55.50968,96.81241,38.05045,10.37551,53.27807,445.99393,32.307514,34.558052,3.1706233,8.596622,651.1222,0.32274327,445.31384,49.7371,2838.6028,87.883736,159.4066,190.49184,428.26538,38.22723,49.6315,375.89066,29.922295,29.656666,12.54314,36.06741,220.76535,10.870462,8.174445,95.90143,19.432096,4567.631,26.570005,49.612904,23.912447,28.192959,358.94086,90.471634,49.475807,11.527811,13.669751,45.813446,102.46196,255.32895,76.14012,268.22528,31.70573,41.4604,110.28072,141.06895,72.59708,131.1375,11.492533,6.0947986,15.742877,27.453487,3662.2314,14.951279,47.969467,153.82863,28.82448,316.26013,104.87795,263.50284,8.209824,98.54717,862.7857,853.40466,76.85489,1014.60504,134.35887,110.8048,73.5011,85.56936,15.825766,45.96258,526.2227,10.860823,15.888298,275.01596,10.091014,6.0151725,74.76018,70.08731,704.5993,170.33296,180.94302,2034.5354,63.502567,1841.7963,1540.6665,7.31014,4.6422715,1254.4053,14.536955,9.7859535,320.3985,22.147379,46.591534,26.037766,94.36924,400.21457,265.29153,3.2453387,31.591358,58.629185,452.51468,5.821506,86.1866,7.6554437,1.5503066,54.737713,1.3123208,1.447879,4.98121,10.178353,25.655548,19.877085,30.89543,263.9961,29.775537,12.817396,21.436491,6.0773044,75.62802,2.9587364,2.7381988,5.576613,61.902355,0.68375576,2.6892273,5.9327087,30.884878,14.947004,3.5639784,1.9587991,113.57448,12.289691,219.58499,9.660418,438.82452,20.677828,887.8582,172.58102,5.2921467,9.711981,322.0241,404.76144,1716.3448,763.9118 +2023-03-27 07:00:00,0.0,3388.651,28.465809,12.130355,7.154825,34.27451,177.65309,29.488909,62.643585,24.214191,39.77199,162.58847,342.277,18.311842,21.797392,10.697325,2.1709538,33.628525,17.345,19.19396,432.29248,5.912901,301.4755,114.28007,10.924556,103.298004,121.90751,62.44665,568.3719,250.64027,1789.8711,15.316703,2390.1414,145.25768,13.632521,10.372679,66.41202,185.16699,264.71133,451.2873,61.61727,17.362736,9.177015,850.0788,230.72157,73.62482,37.553505,238.65323,24.141384,278.56363,11.545348,57.027405,0.0,2412.9456,4163.2856,2.1603224,32.38274,25.244404,21511.68,63.090515,2.145002,55.571125,96.91874,38.063667,10.37727,53.336906,446.0948,32.315235,34.590958,3.1737905,8.5974245,651.3942,0.3226418,445.63968,49.68414,2839.0757,87.812386,159.46901,190.51306,426.91257,38.16264,49.60597,375.24582,29.872747,29.612728,12.546504,36.067024,220.7685,10.870171,8.173813,95.9297,19.436512,4567.5815,26.578354,49.649193,23.920748,28.20433,358.9516,90.45691,49.50672,11.531024,13.674777,45.840134,102.51695,255.4715,76.18955,268.28384,31.707418,41.496838,110.30781,141.23502,72.67757,131.08899,11.480352,6.1018615,15.735696,27.479513,3666.168,14.936349,48.03752,153.81566,28.83591,316.40472,104.90242,263.66525,8.209503,98.52717,863.3718,854.0022,76.90448,1015.7384,134.39754,110.89917,73.50681,85.45247,15.808219,45.93584,526.3258,10.852786,15.876667,274.9028,10.090591,6.0142703,74.74188,70.09099,704.6095,170.30647,180.95506,2034.6393,63.55358,1842.2511,1541.0978,7.311759,4.642193,1254.3064,14.532423,9.787466,320.35577,22.1517,46.603188,26.048977,94.42521,400.451,265.22253,3.2459059,31.595257,58.642876,452.74774,5.8228545,86.1909,7.656127,1.550138,54.73152,1.3124205,1.4477876,4.980911,10.178389,25.661903,19.88576,30.902195,264.1283,29.775314,12.814612,21.423891,6.075749,75.61375,2.9582212,2.7354076,5.575941,61.89913,0.68165517,2.6877058,5.922651,30.918783,14.946466,3.5614874,1.9603727,113.65674,12.295841,219.63809,9.666571,439.10654,20.68398,887.5422,172.68225,5.2941523,9.715494,322.30743,405.1211,1717.648,763.7431 +2023-03-27 08:00:00,0.0,3390.1887,28.467451,12.141912,7.154236,34.289696,177.65588,29.495811,62.667713,24.218662,39.78429,162.60934,342.43167,18.32164,21.798063,10.693351,2.1698525,33.63368,17.310146,19.183945,432.32916,5.8899612,301.40845,114.248085,10.8970375,103.07754,121.833984,62.424316,568.08246,250.59798,1789.8428,15.273071,2390.2065,144.53146,13.606223,10.3488035,66.25354,185.24124,264.70306,450.17844,61.63172,17.37076,9.17631,850.312,230.15845,73.63701,37.57315,238.65146,24.126486,278.5307,11.543551,57.04607,0.0,2414.546,4166.408,2.1632922,32.377026,25.253792,21520.309,63.11724,2.1458335,55.63257,97.025085,38.076885,10.379028,53.39575,446.19565,32.322952,34.623867,3.1769574,8.598226,651.6663,0.32254034,445.9655,49.631184,2839.5483,87.741035,159.53143,190.53429,425.55972,38.098045,49.580437,374.601,29.823198,29.568789,12.549869,36.06664,220.77165,10.869878,8.173181,95.95797,19.440926,4567.532,26.586702,49.685482,23.92905,28.215702,358.96234,90.44218,49.537636,11.534236,13.679802,45.866825,102.571945,255.61404,76.23898,268.34244,31.709105,41.53328,110.3349,141.40108,72.75806,131.04048,11.468172,6.108925,15.728516,27.505539,3670.1045,14.921419,48.105576,153.80269,28.847342,316.54932,104.92688,263.8277,8.209184,98.507164,863.95795,854.5998,76.95407,1016.8717,134.4362,110.99353,73.51253,85.33557,15.790672,45.909096,526.42896,10.844749,15.865036,274.7896,10.090169,6.013368,74.72358,70.09467,704.6196,170.27997,180.9671,2034.7434,63.604595,1842.7058,1541.529,7.3133783,4.6421146,1254.2075,14.527891,9.788979,320.31305,22.156021,46.61484,26.060188,94.481186,400.68744,265.15353,3.246473,31.599154,58.656567,452.98083,5.824203,86.195206,7.6568103,1.5499694,54.72533,1.3125201,1.4476964,4.9806113,10.178424,25.668257,19.894436,30.90896,264.2605,29.77509,12.811828,21.411291,6.0741935,75.599464,2.957706,2.7326164,5.5752687,61.895905,0.6795545,2.6861842,5.912593,30.952688,14.945929,3.5589964,1.9619462,113.739,12.3019905,219.69121,9.672724,439.38855,20.690134,887.2261,172.7835,5.296158,9.7190075,322.59076,405.48077,1718.951,763.57446 +2023-03-27 09:00:00,0.0,3391.7263,28.469091,12.153471,7.1536465,34.304886,177.65868,29.502714,62.691845,24.223131,39.79659,162.63022,342.58633,18.33144,21.798737,10.689377,2.1687512,33.63883,17.275293,19.17393,432.36584,5.867021,301.34143,114.216095,10.869518,102.85708,121.76045,62.401985,567.793,250.55568,1789.8145,15.229441,2390.272,143.80525,13.5799265,10.324929,66.09507,185.3155,264.69476,449.06955,61.646168,17.378782,9.175604,850.5452,229.59532,73.6492,37.592796,238.6497,24.111588,278.49774,11.541755,57.06474,0.0,2416.146,4169.531,2.1662617,32.371315,25.263182,21528.938,63.143963,2.146665,55.69401,97.13142,38.090103,10.380788,53.454586,446.2965,32.330673,34.656773,3.1801245,8.599027,651.9384,0.3224389,446.29135,49.578228,2840.0212,87.66969,159.59384,190.5555,424.2069,38.033455,49.554905,373.95618,29.77365,29.52485,12.553232,36.066254,220.77481,10.869586,8.172547,95.98624,19.445341,4567.483,26.59505,49.721775,23.937351,28.227072,358.9731,90.42745,49.56855,11.537448,13.684828,45.893513,102.62694,255.75658,76.28841,268.401,31.71079,41.569717,110.361984,141.56714,72.83855,130.99196,11.455992,6.115988,15.721334,27.531565,3674.041,14.906489,48.17363,153.78972,28.858772,316.6939,104.95134,263.99014,8.208863,98.48716,864.54407,855.1973,77.00367,1018.00507,134.47487,111.0879,73.51825,85.21868,15.773126,45.882355,526.53204,10.836713,15.853404,274.67642,10.089746,6.0124655,74.70528,70.09835,704.62976,170.25348,180.97913,2034.8472,63.65561,1843.1606,1541.9603,7.3149977,4.642036,1254.1088,14.52336,9.79049,320.27032,22.160341,46.626495,26.071398,94.537155,400.92386,265.08453,3.2470403,31.603052,58.670258,453.2139,5.8255515,86.19951,7.6574936,1.5498009,54.71914,1.3126198,1.4476051,4.980312,10.178458,25.674612,19.903112,30.915726,264.39273,29.774866,12.809044,21.39869,6.0726385,75.58518,2.9571908,2.729825,5.574597,61.89268,0.67745394,2.6846626,5.902535,30.986593,14.945391,3.5565054,1.9635199,113.82126,12.308141,219.74431,9.678877,439.67056,20.696285,886.91003,172.88474,5.2981634,9.722521,322.87408,405.84045,1720.2542,763.40576 +2023-03-27 10:00:00,0.0,3393.2642,28.470734,12.16503,7.153057,34.320076,177.66147,29.509617,62.715973,24.227602,39.808887,162.6511,342.741,18.341238,21.799408,10.685403,2.16765,33.643982,17.240438,19.163914,432.40256,5.8440814,301.27438,114.18411,10.842,102.63661,121.68693,62.379654,567.5036,250.51338,1789.7861,15.185809,2390.3374,143.07903,13.553629,10.301054,65.93659,185.38977,264.6865,447.96066,61.660618,17.386806,9.174898,850.7784,229.0322,73.661385,37.612442,238.64795,24.09669,278.46478,11.539958,57.083405,0.0,2417.746,4172.654,2.1692314,32.3656,25.272572,21537.566,63.17069,2.1474967,55.755455,97.23776,38.10332,10.382547,53.513424,446.39737,32.338394,34.68968,3.1832914,8.599828,652.2105,0.32233742,446.61716,49.52527,2840.494,87.59834,159.65627,190.57672,422.85406,37.96886,49.529373,373.31134,29.7241,29.480913,12.556597,36.06587,220.77797,10.869294,8.171915,96.0145,19.449757,4567.4336,26.6034,49.758064,23.945652,28.238443,358.98386,90.41272,49.59946,11.54066,13.689854,45.9202,102.68194,255.89912,76.33784,268.45956,31.712477,41.60616,110.38908,141.7332,72.91903,130.94345,11.443812,6.123051,15.714154,27.55759,3677.9778,14.891561,48.241684,153.77675,28.870203,316.8385,104.97581,264.1526,8.208544,98.467155,865.1302,855.79486,77.05326,1019.13837,134.51353,111.18227,73.523964,85.10179,15.755579,45.855614,526.6352,10.828676,15.841773,274.56326,10.089324,6.0115633,74.68698,70.10203,704.63995,170.22697,180.99117,2034.9513,63.706623,1843.6154,1542.3916,7.316617,4.6419578,1254.0099,14.518828,9.792003,320.2276,22.164663,46.638145,26.08261,94.593124,401.1603,265.01556,3.2476075,31.60695,58.68395,453.44696,5.8269,86.203804,7.658177,1.5496324,54.712948,1.3127193,1.4475139,4.9800124,10.1784935,25.680967,19.911787,30.922491,264.52493,29.774641,12.806259,21.38609,6.071083,75.5709,2.9566755,2.7270339,5.5739245,61.889454,0.6753533,2.683141,5.892477,31.020496,14.944854,3.5540142,1.9650935,113.90353,12.31429,219.79742,9.68503,439.95258,20.702438,886.594,172.98596,5.3001695,9.726033,323.1574,406.20013,1721.5571,763.23706 +2023-03-27 11:00:00,0.0,3394.802,28.472376,12.176587,7.1524677,34.335266,177.66426,29.51652,62.7401,24.23207,39.821186,162.67197,342.8957,18.351036,21.80008,10.681429,2.166549,33.649136,17.205585,19.153898,432.43924,5.8211417,301.20734,114.15213,10.814482,102.416145,121.613396,62.35732,567.2142,250.47108,1789.7579,15.142179,2390.4028,142.35281,13.527332,10.277179,65.77812,185.46402,264.6782,446.8518,61.675068,17.394829,9.174193,851.0116,228.46907,73.67358,37.63209,238.64616,24.08179,278.43185,11.538161,57.102074,0.0,2419.3464,4175.7764,2.1722012,32.359886,25.281961,21546.195,63.197414,2.1483285,55.816902,97.3441,38.116535,10.384306,53.57226,446.49823,32.34611,34.722584,3.1864586,8.60063,652.48254,0.32223597,446.943,49.472313,2840.9668,87.52699,159.71867,190.59795,421.50122,37.90427,49.50384,372.6665,29.674551,29.436975,12.55996,36.06548,220.78111,10.869002,8.171282,96.04277,19.45417,4567.3843,26.611748,49.794353,23.953955,28.249815,358.9946,90.397995,49.630375,11.543872,13.69488,45.946888,102.73693,256.04166,76.38727,268.51816,31.714165,41.642597,110.41616,141.89926,72.99952,130.89494,11.431632,6.1301146,15.706974,27.583616,3681.9143,14.876631,48.30974,153.76378,28.881634,316.98312,105.00027,264.315,8.208223,98.44715,865.7163,856.3924,77.10285,1020.2717,134.55219,111.27663,73.52968,84.9849,15.738032,45.828873,526.7383,10.82064,15.830142,274.45007,10.0889015,6.010661,74.66868,70.105705,704.6501,170.20049,181.00319,2035.0553,63.757637,1844.0702,1542.8229,7.3182364,4.6418796,1253.911,14.514297,9.793514,320.18488,22.168985,46.6498,26.09382,94.6491,401.39673,264.94656,3.2481747,31.610847,58.697643,453.68005,5.8282485,86.20811,7.65886,1.5494639,54.706757,1.312819,1.4474226,4.979713,10.178529,25.687323,19.920464,30.929256,264.65714,29.774418,12.803475,21.373487,6.0695276,75.55662,2.9561603,2.7242427,5.5732527,61.886227,0.6732527,2.6816192,5.882419,31.054401,14.944316,3.5515232,1.966667,113.98579,12.32044,219.85052,9.691184,440.2346,20.708591,886.2779,173.0872,5.302175,9.729547,323.44073,406.5598,1722.8602,763.0684 +2023-03-27 12:00:00,0.0,3396.3396,28.474018,12.188146,7.151879,34.350456,177.66705,29.523422,62.764233,24.236542,39.833485,162.69286,343.05035,18.360836,21.800753,10.677455,2.1654477,33.654285,17.170732,19.143883,432.47595,5.798202,301.14032,114.12014,10.786963,102.19568,121.53987,62.334988,566.92474,250.42879,1789.7296,15.098547,2390.4683,141.6266,13.501035,10.2533045,65.619644,185.53828,264.66992,445.74292,61.689518,17.402853,9.173488,851.2448,227.90593,73.68577,37.651737,238.64441,24.066893,278.3989,11.536365,57.12074,0.0,2420.9465,4178.899,2.1751707,32.35417,25.291351,21554.824,63.224136,2.1491601,55.878345,97.45043,38.129753,10.3860655,53.631104,446.5991,32.353832,34.75549,3.1896255,8.601431,652.75464,0.3221345,447.26883,49.419353,2841.4395,87.45564,159.7811,190.61917,420.1484,37.83968,49.47831,372.02167,29.625002,29.393036,12.563325,36.065094,220.78427,10.8687105,8.17065,96.07104,19.458586,4567.3345,26.620096,49.830647,23.962255,28.261185,359.00537,90.38326,49.66129,11.547085,13.699904,45.973576,102.79192,256.1842,76.43669,268.57672,31.71585,41.67904,110.44325,142.06532,73.08001,130.84642,11.419452,6.1371775,15.699793,27.609642,3685.8508,14.861701,48.377792,153.75081,28.893064,317.12772,105.02473,264.47745,8.207903,98.42715,866.3024,856.9899,77.15245,1021.405,134.59085,111.370995,73.53539,84.86801,15.720486,45.80213,526.84143,10.812603,15.81851,274.33688,10.088479,6.0097585,74.65038,70.10938,704.6602,170.174,181.01523,2035.1592,63.80865,1844.5249,1543.2542,7.3198557,4.641801,1253.8121,14.509766,9.795027,320.14215,22.173306,46.661453,26.10503,94.70507,401.63318,264.87756,3.2487419,31.614746,58.711334,453.91312,5.829597,86.21241,7.659543,1.5492953,54.700565,1.3129187,1.4473314,4.9794135,10.178564,25.693676,19.929138,30.936022,264.78934,29.774193,12.800692,21.360888,6.0679727,75.542336,2.955645,2.7214515,5.572581,61.883003,0.67115206,2.6800976,5.872361,31.088306,14.943778,3.5490322,1.9682406,114.06805,12.32659,219.90363,9.697337,440.5166,20.714745,885.96185,173.18845,5.3041806,9.73306,323.72406,406.91946,1724.1633,762.8997 +2023-03-27 13:00:00,0.0,3397.8774,28.47566,12.199704,7.1512895,34.365643,177.66985,29.530325,62.78836,24.24101,39.845783,162.71373,343.20502,18.370634,21.801424,10.673482,2.1643465,33.65944,17.13588,19.133867,432.51263,5.775262,301.07327,114.08816,10.759444,101.97521,121.46634,62.312656,566.6353,250.38649,1789.7013,15.054916,2390.5337,140.90038,13.474738,10.229429,65.461174,185.61255,264.66162,444.63403,61.703964,17.410875,9.172782,851.478,227.3428,73.69795,37.671383,238.64264,24.051994,278.36594,11.534568,57.13941,0.0,2422.5469,4182.022,2.1781404,32.348457,25.300741,21563.453,63.250862,2.1499918,55.93979,97.55678,38.14297,10.387824,53.68994,446.69995,32.36155,34.7884,3.1927927,8.602232,653.02673,0.32203305,447.59467,49.366398,2841.9124,87.38429,159.84352,190.6404,418.79556,37.775085,49.452774,371.37683,29.575455,29.349098,12.566689,36.06471,220.78743,10.868419,8.170017,96.099304,19.463001,4567.285,26.628445,49.866936,23.970556,28.272556,359.0161,90.36854,49.692204,11.550297,13.70493,46.000263,102.84692,256.32675,76.48612,268.6353,31.717537,41.715477,110.47034,142.23138,73.1605,130.79791,11.407271,6.144241,15.692613,27.635668,3689.7874,14.846771,48.445847,153.73784,28.904495,317.2723,105.049194,264.6399,8.207583,98.40714,866.88855,857.58746,77.20204,1022.5384,134.62952,111.465355,73.54111,84.751114,15.702939,45.775387,526.9446,10.804566,15.806879,274.2237,10.088057,6.0088563,74.63208,70.11306,704.6704,170.14749,181.02725,2035.2632,63.85967,1844.9797,1543.6854,7.321475,4.6417227,1253.7134,14.505234,9.796538,320.09943,22.177628,46.673107,26.116241,94.76104,401.8696,264.80856,3.249309,31.618643,58.725025,454.14618,5.8309455,86.21671,7.6602263,1.5491267,54.694374,1.3130183,1.4472401,4.979114,10.178599,25.700031,19.937815,30.942785,264.92154,29.77397,12.797907,21.348286,6.066417,75.52806,2.9551299,2.71866,5.5719085,61.879776,0.66905147,2.678576,5.8623033,31.122211,14.94324,3.5465412,1.9698143,114.15031,12.33274,219.95674,9.70349,440.7986,20.720896,885.6458,173.28969,5.306186,9.736573,324.0074,407.27914,1725.4664,762.7311 +2023-03-27 14:00:00,0.0,3399.415,28.477303,12.211262,7.1507,34.380833,177.67264,29.537228,62.81249,24.245481,39.85808,162.7346,343.35968,18.380432,21.802097,10.669508,2.1632454,33.66459,17.101027,19.123852,432.54932,5.752322,301.00623,114.05617,10.731926,101.75475,121.392815,62.29032,566.3459,250.3442,1789.673,15.011285,2390.599,140.17416,13.448441,10.205554,65.3027,185.6868,264.65335,443.52518,61.718414,17.4189,9.172077,851.71124,226.77968,73.710144,37.69103,238.64087,24.037096,278.333,11.532771,57.158073,0.0,2424.147,4185.1445,2.1811101,32.342747,25.310131,21572.082,63.277584,2.1508234,56.001232,97.66312,38.15619,10.389584,53.74878,446.8008,32.36927,34.821304,3.1959596,8.603033,653.29877,0.32193157,447.92047,49.313442,2842.385,87.31295,159.90593,190.6616,417.44275,37.710495,49.427242,370.732,29.525906,29.30516,12.570053,36.064323,220.79059,10.868127,8.169384,96.12757,19.467415,4567.236,26.636793,49.903225,23.978859,28.283928,359.0269,90.353806,49.723118,11.553509,13.709956,46.02695,102.90191,256.4693,76.53555,268.69388,31.719223,41.75192,110.49743,142.39745,73.24098,130.74939,11.395091,6.151304,15.6854315,27.661692,3693.7239,14.831841,48.5139,153.72487,28.915926,317.4169,105.073654,264.8023,8.207263,98.38714,867.4747,858.18506,77.25163,1023.6717,134.66818,111.55972,73.54683,84.634224,15.685392,45.748646,527.04767,10.79653,15.795248,274.11053,10.087634,6.007954,74.613785,70.11674,704.68054,170.121,181.03929,2035.3672,63.910683,1845.4344,1544.1168,7.323094,4.641644,1253.6145,14.500702,9.798051,320.05667,22.181948,46.68476,26.12745,94.81701,402.10602,264.73956,3.2498763,31.622541,58.738716,454.37927,5.832294,86.22101,7.6609097,1.5489583,54.688183,1.3131179,1.4471488,4.9788146,10.178634,25.706387,19.94649,30.94955,265.05374,29.773745,12.795123,21.335686,6.064862,75.51378,2.9546146,2.715869,5.5712366,61.87655,0.6669508,2.6770544,5.852246,31.156116,14.942703,3.5440502,1.9713879,114.232574,12.338889,220.00984,9.709643,441.08066,20.727049,885.3297,173.39091,5.308192,9.740087,324.2907,407.63882,1726.7695,762.5624 +2023-03-27 15:00:00,0.0,3400.953,28.478945,12.22282,7.1501107,34.396023,177.67545,29.544132,62.83662,24.24995,39.87038,162.75548,343.51437,18.39023,21.802769,10.665534,2.1621442,33.669743,17.066174,19.113836,432.58603,5.7293825,300.93918,114.024185,10.704408,101.53429,121.31929,62.26799,566.05646,250.3019,1789.6447,14.967653,2390.6646,139.44795,13.422144,10.18168,65.14422,185.76106,264.64505,442.4163,61.732864,17.426922,9.171371,851.9444,226.21655,73.722336,37.710674,238.63911,24.0222,278.30005,11.530974,57.176743,0.0,2425.747,4188.2676,2.18408,32.337032,25.31952,21580.71,63.30431,2.1516552,56.062675,97.76945,38.169407,10.391342,53.80762,446.90167,32.376987,34.85421,3.1991267,8.603834,653.57086,0.32183012,448.2463,49.260483,2842.858,87.2416,159.96835,190.68283,416.0899,37.6459,49.40171,370.08716,29.476357,29.261223,12.573417,36.06394,220.79373,10.867835,8.168752,96.15584,19.47183,4567.1865,26.645142,49.939518,23.98716,28.295298,359.03763,90.33908,49.754032,11.556721,13.714981,46.05364,102.9569,256.61185,76.584984,268.75247,31.720911,41.788357,110.52451,142.5635,73.32147,130.70088,11.382912,6.158367,15.678251,27.687717,3697.6604,14.816913,48.581955,153.7119,28.927357,317.5615,105.098114,264.96475,8.206943,98.367134,868.0608,858.7826,77.30122,1024.805,134.70685,111.65408,73.55254,84.517334,15.667846,45.721905,527.1508,10.788493,15.783617,273.99734,10.087212,6.0070515,74.59548,70.120415,704.6907,170.0945,181.05132,2035.4712,63.961697,1845.8893,1544.5481,7.324713,4.641566,1253.5156,14.496171,9.799562,320.01395,22.18627,46.69641,26.138662,94.872986,402.34247,264.67056,3.2504435,31.626438,58.752407,454.61234,5.8336425,86.22531,7.661593,1.5487897,54.68199,1.3132175,1.4470576,4.978515,10.178669,25.712742,19.955166,30.956316,265.18594,29.773521,12.792338,21.323084,6.063307,75.4995,2.9540994,2.7130778,5.5705647,61.873325,0.66485023,2.6755328,5.842188,31.19002,14.942165,3.541559,1.9729614,114.314835,12.345039,220.06296,9.715796,441.36267,20.733202,885.0137,173.49216,5.3101974,9.743599,324.57404,407.9985,1728.0726,762.39374 +2023-03-27 16:00:00,0.0,3402.4905,28.480585,12.234378,7.1495214,34.411213,177.67824,29.551035,62.86075,24.254421,39.88268,162.77635,343.66904,18.40003,21.80344,10.66156,2.161043,33.674892,17.03132,19.10382,432.6227,5.7064424,300.87216,113.9922,10.676889,101.31382,121.24576,62.24566,565.767,250.25958,1789.6163,14.924023,2390.7297,138.72174,13.395847,10.1578045,64.98575,185.83533,264.63678,441.3074,61.74731,17.434946,9.170666,852.1776,225.65343,73.73452,37.73032,238.63736,24.007301,278.2671,11.529178,57.195408,0.0,2427.3472,4191.39,2.1870494,32.331318,25.32891,21589.342,63.33103,2.1524868,56.12412,97.87579,38.182625,10.393102,53.86646,447.00253,32.38471,34.887115,3.2022936,8.604636,653.84296,0.32172868,448.57214,49.207527,2843.3306,87.17025,160.03076,190.70406,414.7371,37.58131,49.37618,369.44235,29.426807,29.217283,12.576781,36.063553,220.79689,10.867543,8.168119,96.184105,19.476244,4567.137,26.65349,49.975807,23.99546,28.30667,359.04837,90.324356,49.784946,11.559933,13.720007,46.080326,103.011894,256.7544,76.63441,268.81104,31.722597,41.8248,110.551605,142.72957,73.40196,130.65237,11.370731,6.16543,15.67107,27.713743,3701.597,14.801983,48.65001,153.69893,28.938787,317.7061,105.12258,265.1272,8.206623,98.34713,868.6469,859.3801,77.35082,1025.9384,134.74551,111.74845,73.55826,84.400444,15.650299,45.695164,527.2539,10.780457,15.771985,273.88416,10.086789,6.0061493,74.57719,70.12409,704.70087,170.06801,181.06335,2035.5751,64.01271,1846.344,1544.9794,7.3263326,4.641487,1253.4167,14.491639,9.801075,319.97122,22.19059,46.708065,26.149874,94.928955,402.5789,264.60156,3.2510107,31.630337,58.766098,454.8454,5.8349915,86.229614,7.6622763,1.5486212,54.6758,1.3133172,1.4469663,4.978216,10.178704,25.719095,19.96384,30.963081,265.31815,29.773298,12.789555,21.310484,6.0617514,75.485214,2.9535842,2.7102866,5.5698924,61.8701,0.6627496,2.6740112,5.83213,31.223925,14.9416275,3.539068,1.974535,114.397095,12.351189,220.11606,9.72195,441.64468,20.739353,884.69763,173.5934,5.312203,9.747112,324.85736,408.3582,1729.3757,762.22504 +2023-03-27 17:00:00,0.0,3404.0283,28.482227,12.245936,7.148932,34.426403,177.68103,29.557938,62.884876,24.25889,39.894974,162.79723,343.8237,18.409828,21.804113,10.657586,2.159942,33.680046,16.996468,19.093805,432.65942,5.6835027,300.8051,113.96021,10.64937,101.09335,121.17223,62.223324,565.4776,250.21729,1789.588,14.880391,2390.7952,137.99551,13.36955,10.133929,64.82727,185.90958,264.62848,440.19855,61.76176,17.44297,9.16996,852.4108,225.0903,73.74671,37.749966,238.63559,23.992403,278.23416,11.527381,57.214077,0.0,2428.9475,4194.5127,2.1900191,32.325603,25.3383,21597.97,63.357758,2.1533184,56.185566,97.982124,38.19584,10.394861,53.925297,447.1034,32.392426,34.920025,3.2054608,8.605437,654.115,0.3216272,448.89798,49.15457,2843.8035,87.0989,160.09319,190.72528,413.38425,37.516716,49.350647,368.79752,29.377258,29.173346,12.580145,36.063168,220.80005,10.867251,8.167486,96.21237,19.48066,4567.088,26.661839,50.012096,24.003761,28.31804,359.05914,90.30962,49.81586,11.563146,13.725033,46.107014,103.06689,256.89694,76.68384,268.86963,31.724283,41.861237,110.57869,142.89563,73.48245,130.60385,11.358551,6.1724935,15.66389,27.739769,3705.5334,14.787053,48.718063,153.68596,28.950218,317.8507,105.14704,265.28964,8.206303,98.327126,869.23303,859.97766,77.40041,1027.0717,134.78418,111.84281,73.56397,84.28355,15.632752,45.66842,527.35706,10.77242,15.760354,273.771,10.086367,6.005247,74.55888,70.12777,704.711,170.04152,181.07538,2035.6791,64.06372,1846.7988,1545.4106,7.327952,4.641409,1253.3179,14.487107,9.8025875,319.9285,22.194912,46.71972,26.161083,94.984924,402.81534,264.5326,3.2515779,31.634235,58.77979,455.07846,5.83634,86.23392,7.6629596,1.5484526,54.66961,1.3134168,1.4468751,4.9779167,10.17874,25.72545,19.972517,30.969847,265.45038,29.773073,12.78677,21.297884,6.060196,75.47093,2.953069,2.7074955,5.5692205,61.866875,0.660649,2.6724894,5.822072,31.25783,14.94109,3.536577,1.9761087,114.479355,12.357339,220.16917,9.728103,441.9267,20.745506,884.3816,173.69463,5.3142085,9.750626,325.1407,408.71783,1730.6788,762.05634 +2023-03-27 18:00:00,0.0,3405.5662,28.48387,12.257495,7.148343,34.441593,177.68382,29.56484,62.909004,24.263361,39.907272,162.8181,343.97836,18.419626,21.804785,10.653612,2.1588407,33.6852,16.961613,19.08379,432.6961,5.660563,300.73807,113.92823,10.621852,100.87289,121.0987,62.200993,565.1882,250.17499,1789.5597,14.8367605,2390.8606,137.2693,13.343253,10.110055,64.6688,185.98384,264.6202,439.08966,61.77621,17.450993,9.169255,852.64404,224.52718,73.7589,37.76961,238.63382,23.977505,278.2012,11.525584,57.232742,0.0,2430.5476,4197.6357,2.1929889,32.31989,25.347689,21606.6,63.384483,2.15415,56.24701,98.08847,38.209057,10.39662,53.984135,447.20425,32.400146,34.95293,3.2086277,8.606238,654.3871,0.32152575,449.2238,49.101612,2844.2761,87.02755,160.1556,190.74649,412.03143,37.452126,49.325115,368.15268,29.32771,29.129408,12.583509,36.06278,220.8032,10.866959,8.166854,96.24065,19.485075,4567.038,26.670187,50.048386,24.012064,28.32941,359.0699,90.2949,49.846775,11.566358,13.730058,46.133705,103.12188,257.0395,76.73327,268.9282,31.72597,41.89768,110.60578,143.06169,73.562935,130.55534,11.346371,6.1795564,15.65671,27.765795,3709.4702,14.772123,48.786118,153.67299,28.961649,317.9953,105.1715,265.45206,8.205982,98.30712,869.81915,860.5752,77.450005,1028.2051,134.82285,111.93718,73.56969,84.16666,15.615206,45.641678,527.46014,10.764383,15.748723,273.6578,10.085945,6.004345,74.54058,70.13145,704.7211,170.01501,181.08742,2035.783,64.11474,1847.2535,1545.8419,7.3295712,4.6413307,1253.2191,14.482576,9.804099,319.88577,22.199234,46.731373,26.172295,95.0409,403.05176,264.4636,3.252145,31.638132,58.79348,455.31155,5.8376884,86.23821,7.663643,1.5482842,54.663418,1.3135164,1.4467838,4.9776173,10.178775,25.731806,19.981194,30.976612,265.58258,29.77285,12.783986,21.285282,6.0586405,75.45665,2.9525537,2.704704,5.568548,61.863647,0.65854836,2.6709678,5.812014,31.291735,14.940553,3.534086,1.9776822,114.56162,12.363488,220.22227,9.734256,442.2087,20.75166,884.0655,173.79587,5.316214,9.754139,325.424,409.0775,1731.9819,761.8877 +2023-03-27 19:00:00,0.0,3407.1038,28.485512,12.2690525,7.1477537,34.45678,177.68661,29.571743,62.933136,24.267832,39.91957,162.83897,344.13306,18.429426,21.805456,10.649638,2.1577394,33.69035,16.92676,19.073772,432.7328,5.637623,300.67105,113.89625,10.594334,100.65243,121.02518,62.17866,564.89874,250.13269,1789.5314,14.793129,2390.926,136.54309,13.316956,10.08618,64.51032,186.0581,264.6119,437.98077,61.790657,17.459017,9.16855,852.8772,223.96404,73.77109,37.789257,238.63205,23.962606,278.16824,11.5237875,57.25141,0.0,2432.148,4200.7583,2.1959584,32.31418,25.357079,21615.229,63.411205,2.1549816,56.308453,98.19481,38.222275,10.398379,54.042976,447.3051,32.407864,34.985836,3.2117949,8.607039,654.6592,0.32142428,449.54962,49.048656,2844.749,86.95621,160.218,190.76772,410.6786,37.387535,49.299583,367.50784,29.278162,29.08547,12.586873,36.062393,220.80635,10.866667,8.166221,96.26891,19.489489,4566.989,26.678535,50.08468,24.020365,28.340782,359.08063,90.28017,49.87769,11.56957,13.735084,46.160393,103.17687,257.182,76.7827,268.98676,31.727657,41.934116,110.632866,143.22775,73.643425,130.50684,11.334191,6.1866198,15.6495285,27.79182,3713.4067,14.7571945,48.854168,153.66002,28.97308,318.1399,105.19597,265.6145,8.205663,98.28712,870.4053,861.1728,77.4996,1029.3384,134.86151,112.03154,73.57541,84.04977,15.597659,45.614937,527.5633,10.756347,15.737092,273.54462,10.085523,6.0034423,74.522285,70.135124,704.7313,169.98853,181.09944,2035.887,64.16575,1847.7083,1546.2732,7.3311906,4.641252,1253.1202,14.4780445,9.805612,319.84305,22.203554,46.743027,26.183506,95.09687,403.2882,264.3946,3.2527122,31.64203,58.80717,455.54462,5.839037,86.242516,7.6643257,1.5481156,54.657227,1.313616,1.4466926,4.977318,10.178809,25.738161,19.989868,30.983377,265.71478,29.772625,12.781202,21.272682,6.0570855,75.442375,2.9520385,2.7019129,5.5678763,61.86042,0.65644777,2.6694462,5.801956,31.325638,14.940015,3.531595,1.9792558,114.64388,12.369638,220.27538,9.740409,442.49072,20.75781,883.74945,173.89711,5.31822,9.757652,325.70734,409.4372,1733.285,761.719 +2023-03-27 20:00:00,0.0,3408.6416,28.487154,12.280611,7.1471643,34.47197,177.6894,29.578646,62.957264,24.2723,39.93187,162.85985,344.28772,18.439224,21.80613,10.645665,2.1566381,33.695503,16.891907,19.063757,432.7695,5.614683,300.604,113.86426,10.566815,100.43196,120.951645,62.156326,564.6093,250.0904,1789.5032,14.749498,2390.9915,135.81686,13.290659,10.0623045,64.35185,186.13235,264.60364,436.87192,61.805107,17.46704,9.167844,853.1104,223.40091,73.78328,37.808903,238.63028,23.947708,278.1353,11.521991,57.270077,0.0,2433.748,4203.8813,2.198928,32.308464,25.366468,21623.857,63.43793,2.1558135,56.369896,98.30114,38.235493,10.400138,54.101814,447.40598,32.415585,35.01874,3.2149618,8.607841,654.9313,0.32132283,449.87546,48.9957,2845.2217,86.88486,160.28043,190.78894,409.32578,37.32294,49.27405,366.863,29.228613,29.041533,12.590238,36.062008,220.80951,10.866375,8.165588,96.29718,19.493904,4566.9395,26.686884,50.120968,24.028666,28.352154,359.0914,90.26544,49.908604,11.572782,13.740109,46.18708,103.231865,257.32455,76.83212,269.04535,31.729343,41.97056,110.65996,143.39381,73.723915,130.45831,11.322011,6.1936827,15.642348,27.817846,3717.3433,14.742265,48.922222,153.64705,28.98451,318.2845,105.22043,265.77695,8.205342,98.26711,870.9914,861.7703,77.549194,1030.4717,134.90018,112.12591,73.58112,83.93288,15.580112,45.588196,527.66644,10.748309,15.72546,273.43143,10.0851,6.00254,74.50398,70.1388,704.74146,169.96204,181.11148,2035.991,64.21677,1848.1631,1546.7045,7.33281,4.641174,1253.0214,14.473513,9.807123,319.80032,22.207876,46.75468,26.194715,95.15284,403.52463,264.3256,3.2532794,31.645927,58.820866,455.77768,5.8403854,86.24682,7.665009,1.547947,54.651035,1.3137157,1.4466013,4.9770184,10.178844,25.744516,19.998545,30.990143,265.847,29.772402,12.778418,21.26008,6.05553,75.42809,2.9515233,2.6991217,5.5672045,61.857197,0.6543472,2.6679246,5.7918983,31.359543,14.939477,3.529104,1.9808295,114.72614,12.375789,220.32849,9.746562,442.77274,20.763964,883.4334,173.99835,5.3202257,9.761165,325.99066,409.79688,1734.5881,761.55035 +2023-03-27 21:00:00,0.0,3410.1792,28.488796,12.29217,7.146575,34.48716,177.6922,29.585548,62.98139,24.276772,39.944168,162.88072,344.44238,18.449022,21.8068,10.641691,2.1555371,33.700653,16.857054,19.053741,432.80618,5.5917435,300.53696,113.832275,10.539296,100.211494,120.87812,62.133995,564.3199,250.0481,1789.4749,14.705867,2391.057,135.09065,13.264361,10.03843,64.193375,186.20662,264.59534,435.76303,61.819557,17.475063,9.167138,853.3436,222.83778,73.79547,37.82855,238.62852,23.93281,278.10236,11.520194,57.288746,0.0,2435.3481,4207.004,2.2018979,32.30275,25.375858,21632.486,63.464653,2.156645,56.43134,98.407486,38.24871,10.401897,54.160652,447.50684,32.4233,35.05165,3.218129,8.608643,655.2033,0.32122138,450.2013,48.94274,2845.6946,86.81351,160.34283,190.81017,407.97293,37.25835,49.24852,366.21817,29.179064,28.997593,12.593601,36.061623,220.81267,10.866083,8.164956,96.32545,19.49832,4566.89,26.695232,50.157257,24.036968,28.363523,359.10214,90.25071,49.939518,11.5759945,13.745135,46.213768,103.28686,257.4671,76.88155,269.1039,31.73103,42.006996,110.68704,143.55988,73.8044,130.4098,11.309831,6.200746,15.635167,27.843872,3721.2798,14.727335,48.990276,153.63408,28.995941,318.42908,105.24489,265.9394,8.205022,98.24711,871.5775,862.36786,77.598785,1031.605,134.93884,112.220276,73.58684,83.81598,15.562566,45.56145,527.76953,10.7402725,15.713829,273.31827,10.084678,6.001638,74.48569,70.14249,704.7516,169.93553,181.1235,2036.095,64.267784,1848.6178,1547.1357,7.334429,4.641095,1252.9225,14.468982,9.808636,319.7576,22.212196,46.76633,26.205927,95.20882,403.76105,264.2566,3.2538466,31.649826,58.834557,456.01077,5.841734,86.25112,7.6656923,1.5477785,54.644844,1.3138154,1.44651,4.976719,10.17888,25.75087,20.00722,30.996908,265.9792,29.772177,12.775634,21.24748,6.0539746,75.41381,2.951008,2.6963305,5.566532,61.85397,0.65224653,2.666403,5.7818403,31.393448,14.938939,3.5266128,1.982403,114.8084,12.381938,220.38159,9.752715,443.05475,20.770117,883.1173,174.09958,5.3222313,9.764678,326.274,410.15656,1735.8912,761.38165 +2023-03-27 22:00:00,0.0,3411.717,28.490438,12.303727,7.1459856,34.50235,177.695,29.592451,63.005524,24.28124,39.956467,162.90161,344.59705,18.458822,21.807472,10.637717,2.1544359,33.705807,16.8222,19.043726,432.84286,5.5688033,300.4699,113.800285,10.511778,99.99103,120.80459,62.111664,564.03046,250.0058,1789.4465,14.662236,2391.1223,134.36444,13.238065,10.014555,64.0349,186.28088,264.58707,434.65414,61.834007,17.483086,9.166433,853.57684,222.27466,73.807655,37.848194,238.62677,23.917912,278.0694,11.518397,57.30741,0.0,2436.9482,4210.1265,2.2048674,32.297035,25.385248,21641.115,63.49138,2.1574767,56.492783,98.51382,38.26193,10.403657,54.219494,447.6077,32.431023,35.084557,3.2212958,8.609444,655.4754,0.3211199,450.52713,48.889786,2846.1672,86.74216,160.40527,190.83139,406.62012,37.193756,49.22299,365.57333,29.129515,28.953655,12.596966,36.061237,220.81583,10.865791,8.164323,96.353714,19.502733,4566.841,26.70358,50.19355,24.045269,28.374895,359.11288,90.235985,49.97043,11.579206,13.75016,46.240456,103.34185,257.60965,76.930984,269.1625,31.732716,42.043438,110.714134,143.72594,73.88489,130.3613,11.29765,6.2078094,15.627987,27.869898,3725.2163,14.712405,49.05833,153.62111,29.007372,318.57367,105.269356,266.1018,8.204702,98.227104,872.16364,862.9654,77.64838,1032.7384,134.97751,112.31464,73.59255,83.69909,15.545019,45.53471,527.8727,10.732236,15.702198,273.20508,10.084255,6.0007353,74.467384,70.146164,704.7618,169.90904,181.13554,2036.1989,64.318794,1849.0726,1547.5671,7.336048,4.641017,1252.8237,14.46445,9.810147,319.71487,22.216518,46.777985,26.217138,95.264786,403.9975,264.1876,3.2544138,31.653725,58.848248,456.24384,5.8430824,86.25542,7.6663756,1.5476099,54.638653,1.3139149,1.4464188,4.9764194,10.178915,25.757225,20.015896,31.003674,266.1114,29.771954,12.772849,21.234879,6.0524197,75.39953,2.9504926,2.6935391,5.5658603,61.850742,0.65014595,2.6648815,5.771783,31.427353,14.938402,3.5241218,1.9839766,114.89067,12.388088,220.43471,9.758869,443.33676,20.77627,882.8013,174.20082,5.324237,9.768191,326.5573,410.5162,1737.1943,761.21295 +2023-03-27 23:00:00,0.0,3413.2546,28.492079,12.315286,7.145396,34.51754,177.6978,29.599354,63.02965,24.285711,39.968765,162.92249,344.75174,18.46862,21.808146,10.633743,2.1533346,33.710957,16.787348,19.03371,432.87958,5.5458636,300.4029,113.7683,10.48426,99.77056,120.731064,62.08933,563.741,249.9635,1789.4182,14.618605,2391.1877,133.63821,13.211767,9.990681,63.876427,186.35515,264.57877,433.54526,61.848454,17.49111,9.165728,853.81006,221.71153,73.81985,37.86784,238.625,23.903013,278.03647,11.516601,57.32608,0.0,2438.5483,4213.2495,2.207837,32.29132,25.394638,21649.744,63.5181,2.1583083,56.554226,98.620155,38.275143,10.405416,54.27833,447.70856,32.43874,35.117462,3.224463,8.610245,655.7475,0.32101846,450.85294,48.83683,2846.6401,86.67081,160.46768,190.8526,405.26727,37.129166,49.197456,364.9285,29.079966,28.909718,12.600329,36.060852,220.81897,10.8654995,8.163691,96.38198,19.507149,4566.7915,26.71193,50.22984,24.05357,28.386267,359.12366,90.22126,50.001343,11.582418,13.755186,46.267143,103.39684,257.7522,76.98041,269.22107,31.734404,42.079876,110.74122,143.892,73.96538,130.31277,11.285471,6.2148724,15.620806,27.895924,3729.1528,14.697476,49.126385,153.60814,29.018803,318.7183,105.293816,266.26425,8.204382,98.2071,872.74976,863.5629,77.697975,1033.8717,135.01617,112.409004,73.598274,83.5822,15.5274725,45.50797,527.97577,10.724199,15.690566,273.0919,10.083833,5.999833,74.44909,70.14984,704.7719,169.88254,181.14758,2036.3029,64.36981,1849.5273,1547.9984,7.3376675,4.6409383,1252.7249,14.459918,9.81166,319.67212,22.220839,46.78964,26.228348,95.320755,404.23392,264.1186,3.254981,31.657621,58.86194,456.4769,5.844431,86.25972,7.667059,1.5474415,54.63246,1.3140146,1.4463274,4.97612,10.178949,25.76358,20.02457,31.010439,266.2436,29.771729,12.770065,21.222279,6.050864,75.38525,2.9499774,2.690748,5.5651884,61.84752,0.6480453,2.6633596,5.761725,31.461256,14.937864,3.5216308,1.9855502,114.97293,12.3942375,220.48781,9.765022,443.6188,20.782421,882.4852,174.30206,5.3262424,9.771705,326.8406,410.8759,1738.4974,761.0443 +2023-03-28 00:00:00,0.0,3414.7925,28.493721,12.326843,7.1448073,34.532726,177.70059,29.606256,63.05378,24.29018,39.981064,162.94336,344.9064,18.478418,21.808817,10.629769,2.1522336,33.71611,16.752495,19.023695,432.91626,5.522924,300.33585,113.73632,10.45674,99.5501,120.65753,62.066998,563.45166,249.9212,1789.3899,14.574974,2391.253,132.912,13.185471,9.966805,63.717953,186.4294,264.57047,432.4364,61.862904,17.499132,9.165022,854.0432,221.1484,73.83204,37.887486,238.62323,23.888115,278.0035,11.514803,57.344746,0.0,2440.1487,4216.372,2.2108068,32.28561,25.404028,21658.373,63.544827,2.15914,56.615673,98.7265,38.28836,10.407175,54.33717,447.80942,32.44646,35.150368,3.22763,8.611046,656.01953,0.32091698,451.17877,48.78387,2847.1128,86.599464,160.5301,190.87383,403.91443,37.06457,49.17192,364.2837,29.030416,28.86578,12.603694,36.060467,220.82213,10.865208,8.163058,96.41025,19.511562,4566.7417,26.720278,50.26613,24.06187,28.397636,359.1344,90.20653,50.032257,11.58563,13.760212,46.29383,103.451836,257.89474,77.02984,269.27966,31.73609,42.116318,110.76831,144.05806,74.04587,130.26427,11.273291,6.2219357,15.613626,27.92195,3733.0894,14.682547,49.19444,153.59517,29.030233,318.86288,105.318275,266.4267,8.204062,98.187096,873.3359,864.16046,77.74757,1035.005,135.05484,112.503365,73.60399,83.46531,15.509926,45.481228,528.0789,10.716163,15.678935,272.97873,10.08341,5.998931,74.430786,70.15352,704.78204,169.85605,181.1596,2036.4069,64.42082,1849.9822,1548.4297,7.339287,4.64086,1252.626,14.455387,9.813171,319.6294,22.22516,46.801292,26.23956,95.37673,404.47037,264.04962,3.2555482,31.66152,58.87563,456.71,5.8457794,86.26402,7.6677423,1.5472729,54.62627,1.3141142,1.4462363,4.9758205,10.178985,25.769936,20.033247,31.017204,266.3758,29.771505,12.767282,21.209677,6.049309,75.370964,2.9494622,2.6879568,5.564516,61.84429,0.6459447,2.661838,5.751667,31.495161,14.937326,3.5191398,1.9871238,115.05519,12.400388,220.54092,9.771175,443.90082,20.788574,882.1691,174.40329,5.328248,9.775218,327.12393,411.23557,1739.8005,760.8756 +2023-03-28 01:00:00,0.0,3416.33,28.495363,12.338402,7.144218,34.547916,177.70338,29.61316,63.07791,24.294651,39.993362,162.96423,345.06107,18.488218,21.809488,10.625795,2.1511323,33.721264,16.717642,19.01368,432.95297,5.499984,300.2688,113.70433,10.429222,99.329636,120.58401,62.044666,563.16223,249.8789,1789.3616,14.5313425,2391.3184,132.18579,13.159174,9.94293,63.559475,186.50366,264.5622,431.3275,61.877354,17.507156,9.164316,854.2764,220.58528,73.84422,37.90713,238.62146,23.873217,277.97055,11.513006,57.363415,0.0,2441.7488,4219.4946,2.2137766,32.279896,25.413418,21667.004,63.571552,2.1599717,56.677116,98.83283,38.30158,10.408934,54.396008,447.91028,32.454178,35.183277,3.230797,8.611848,656.2916,0.32081553,451.5046,48.730915,2847.5857,86.528114,160.59251,190.89505,402.5616,36.99998,49.14639,363.63885,28.98087,28.82184,12.607058,36.06008,220.82529,10.864916,8.162425,96.438515,19.515978,4566.6924,26.728626,50.302418,24.070173,28.409008,359.14514,90.1918,50.06317,11.588842,13.765237,46.32052,103.50683,258.0373,77.07927,269.33823,31.737776,42.152756,110.795395,144.22412,74.12635,130.21574,11.26111,6.2289987,15.606445,27.947975,3737.026,14.667617,49.262493,153.5822,29.041664,319.00748,105.34274,266.58914,8.203742,98.16709,873.922,864.75806,77.79716,1036.1383,135.0935,112.59773,73.6097,83.34842,15.492379,45.454483,528.182,10.708126,15.667304,272.86554,10.082988,5.9980283,74.41249,70.157196,704.79224,169.82956,181.17165,2036.5107,64.47184,1850.4369,1548.861,7.340906,4.640782,1252.5271,14.450855,9.814684,319.58667,22.229483,46.812946,26.25077,95.4327,404.7068,263.98062,3.2561154,31.665417,58.88932,456.94305,5.847128,86.268326,7.6684256,1.5471044,54.620075,1.3142139,1.4461449,4.975521,10.17902,25.776289,20.041924,31.02397,266.50803,29.771282,12.764497,21.197077,6.047754,75.35669,2.948947,2.6851656,5.563844,61.84107,0.64384407,2.6603165,5.741609,31.529066,14.936789,3.5166488,1.9886974,115.13745,12.406537,220.59402,9.7773285,444.18283,20.794727,881.8531,174.50453,5.3302536,9.77873,327.40726,411.59525,1741.1036,760.707 +2023-03-28 02:00:00,0.0,3417.868,28.497005,12.34996,7.1436286,34.563107,177.70618,29.620062,63.10204,24.29912,40.00566,162.9851,345.21573,18.498016,21.810162,10.621821,2.150031,33.726414,16.682787,19.003664,432.98965,5.477044,300.20178,113.67235,10.401704,99.10917,120.510475,62.02233,562.8728,249.83661,1789.3333,14.487712,2391.3838,131.45958,13.132876,9.919056,63.401,186.57793,264.5539,430.21863,61.8918,17.51518,9.163611,854.50964,220.02216,73.856415,37.926777,238.61969,23.85832,277.93762,11.5112095,57.38208,0.0,2443.349,4222.6177,2.216746,32.27418,25.422808,21675.633,63.598274,2.1608033,56.73856,98.93918,38.314796,10.410693,54.45485,448.01114,32.4619,35.216183,3.233964,8.612649,656.5637,0.32071406,451.83044,48.677956,2848.0583,86.456764,160.65494,190.91628,401.20877,36.935387,49.120857,362.99402,28.93132,28.777903,12.610422,36.059692,220.82845,10.864624,8.161793,96.46678,19.520393,4566.643,26.736975,50.33871,24.078474,28.42038,359.1559,90.17707,50.094086,11.592055,13.770263,46.347206,103.56182,258.17984,77.1287,269.3968,31.739462,42.189198,110.82249,144.39018,74.20684,130.16724,11.24893,6.236062,15.599264,27.974,3740.9626,14.652687,49.330547,153.56923,29.053095,319.15207,105.3672,266.75156,8.203422,98.14709,874.5081,865.3556,77.846756,1037.2717,135.13217,112.69209,73.61542,83.23152,15.474833,45.427742,528.28516,10.700089,15.655673,272.75235,10.082565,5.997126,74.39419,70.16087,704.80237,169.80305,181.18367,2036.6149,64.52285,1850.8917,1549.2922,7.3425255,4.640703,1252.4283,14.446323,9.8161955,319.54395,22.233803,46.8246,26.26198,95.48867,404.9432,263.91162,3.2566826,31.669315,58.90301,457.17612,5.848477,86.27262,7.669109,1.5469358,54.613884,1.3143134,1.4460537,4.9752216,10.179055,25.782644,20.050598,31.030735,266.64023,29.771057,12.761713,21.184475,6.0461984,75.34241,2.9484317,2.6823745,5.563172,61.83784,0.6417435,2.6587949,5.731551,31.562971,14.936252,3.5141578,1.990271,115.21972,12.412687,220.64714,9.783482,444.46484,20.800879,881.53705,174.60577,5.332259,9.782244,327.69058,411.95493,1742.4067,760.53827 +2023-03-28 03:00:00,0.0,3419.4058,28.498648,12.361518,7.143039,34.578297,177.70897,29.626965,63.126167,24.30359,40.01796,163.00598,345.37042,18.507814,21.810833,10.617847,2.14893,33.731567,16.647934,18.993649,433.02634,5.4541044,300.13474,113.64036,10.374186,98.8887,120.43695,62.0,562.5834,249.79431,1789.3049,14.44408,2391.4492,130.73335,13.10658,9.895181,63.242527,186.65218,264.54562,429.10977,61.90625,17.523203,9.162906,854.74286,219.45901,73.86861,37.946423,238.61794,23.843422,277.90466,11.509413,57.40075,0.0,2444.9492,4225.74,2.2197158,32.268467,25.432198,21684.262,63.625,2.161635,56.800003,99.04552,38.328014,10.412453,54.513687,448.112,32.46962,35.24909,3.237131,8.61345,656.8358,0.3206126,452.15625,48.625,2848.5312,86.385414,160.71735,190.9375,399.85596,36.870796,49.095325,362.34918,28.881771,28.733965,12.613787,36.059307,220.8316,10.864332,8.1611595,96.49505,19.524807,4566.5938,26.745323,50.375,24.086775,28.43175,359.16666,90.162346,50.125,11.595267,13.775289,46.373894,103.61681,258.32236,77.17812,269.45538,31.74115,42.225636,110.84957,144.55624,74.28733,130.11873,11.23675,6.243125,15.592084,28.000025,3744.8992,14.637758,49.3986,153.55626,29.064526,319.29666,105.39166,266.914,8.203102,98.12708,875.09424,865.9531,77.89635,1038.405,135.17084,112.78646,73.62113,83.11463,15.457286,45.401,528.3883,10.692053,15.644041,272.63916,10.082143,5.996224,74.375885,70.16455,704.8125,169.77657,181.19571,2036.7188,64.57387,1851.3464,1549.7235,7.344145,4.640625,1252.3295,14.4417925,9.817708,319.50122,22.238125,46.83625,26.273191,95.54464,405.17966,263.84262,3.2572498,31.673214,58.916702,457.40918,5.8498254,86.276924,7.6697917,1.5467674,54.607693,1.3144131,1.4459624,4.974922,10.1790905,25.789,20.059275,31.037498,266.77243,29.770834,12.758928,21.171875,6.044643,75.328125,2.9479165,2.679583,5.5625,61.834614,0.63964283,2.6572733,5.7214932,31.596874,14.935714,3.5116665,1.9918445,115.30198,12.418837,220.70024,9.789635,444.74686,20.807032,881.22095,174.70702,5.3342648,9.785757,327.9739,412.31458,1743.7098,760.3696 +2023-03-28 04:00:00,0.0,3420.9434,28.50029,12.373076,7.14245,34.593487,177.71176,29.63387,63.1503,24.30806,40.03026,163.02686,345.5251,18.517614,21.811504,10.613874,2.1478288,33.736717,16.613081,18.983633,433.06305,5.4311647,300.0677,113.608376,10.346666,98.668236,120.36343,61.97767,562.29395,249.75201,1789.2766,14.400449,2391.5146,130.00714,13.080282,9.871305,63.084053,186.72644,264.53732,428.0009,61.9207,17.531227,9.1622,854.9761,218.89589,73.88079,37.96607,238.61618,23.828524,277.8717,11.507616,57.41942,0.0,2446.5493,4228.8633,2.2226856,32.262753,25.441586,21692.89,63.651722,2.1624668,56.861446,99.15185,38.341232,10.414211,54.572525,448.21286,32.477337,35.281994,3.240298,8.614251,657.10785,0.32051116,452.4821,48.572044,2849.0042,86.314064,160.77975,190.95871,398.5031,36.806206,49.069794,361.70435,28.832222,28.690027,12.61715,36.05892,220.83475,10.864039,8.160527,96.523315,19.529222,4566.5444,26.753674,50.41129,24.095078,28.443121,359.1774,90.14761,50.155914,11.598479,13.7803135,46.400585,103.67181,258.4649,77.227554,269.51395,31.742836,42.262077,110.87666,144.7223,74.36782,130.0702,11.22457,6.2501884,15.584903,28.02605,3748.8357,14.6228285,49.466656,153.54329,29.075956,319.44125,105.41613,267.07645,8.202782,98.10708,875.68036,866.55066,77.94594,1039.5383,135.20949,112.88082,73.626854,82.99774,15.439739,45.37426,528.4914,10.684016,15.63241,272.526,10.08172,5.9953213,74.35759,70.16823,704.8227,169.75006,181.20773,2036.8228,64.62488,1851.8013,1550.1548,7.3457637,4.6405463,1252.2306,14.437261,9.819221,319.4585,22.242445,46.847904,26.284403,95.60062,405.41608,263.77362,3.2578173,31.67711,58.930393,457.64227,5.851174,86.28123,7.670475,1.5465988,54.6015,1.3145127,1.4458712,4.9746227,10.179125,25.795355,20.06795,31.044264,266.90463,29.770609,12.756145,21.159275,6.0430875,75.31384,2.9474013,2.676792,5.561828,61.83139,0.63754225,2.6557515,5.7114353,31.63078,14.935176,3.5091755,1.9934182,115.38424,12.424987,220.75334,9.795788,445.02887,20.813185,880.9049,174.80824,5.336271,9.78927,328.25723,412.67426,1745.013,760.2009 +2023-03-28 05:00:00,0.0,3422.4812,28.501932,12.384635,7.1418605,34.608673,177.71457,29.640772,63.174427,24.31253,40.042553,163.04773,345.67975,18.527412,21.812178,10.6099,2.1467276,33.74187,16.578228,18.973618,433.09973,5.4082246,300.00064,113.57639,10.319148,98.44778,120.289894,61.955334,562.0045,249.70972,1789.2484,14.356818,2391.58,129.28093,13.053986,9.847431,62.92558,186.8007,264.52905,426.892,61.935146,17.53925,9.161495,855.2092,218.33276,73.89298,37.985714,238.61441,23.813625,277.83878,11.505819,57.438084,0.0,2448.1494,4231.986,2.225655,32.257042,25.450975,21701.52,63.678448,2.1632984,56.92289,99.258194,38.354446,10.415971,54.631363,448.31372,32.485058,35.314903,3.2434652,8.615052,657.37994,0.3204097,452.80792,48.519085,2849.4768,86.24272,160.84218,190.97993,397.1503,36.74161,49.044262,361.0595,28.782673,28.64609,12.620515,36.058537,220.8379,10.863748,8.159895,96.55159,19.533638,4566.495,26.762022,50.447582,24.103378,28.454493,359.18817,90.13289,50.18683,11.601691,13.785339,46.427273,103.7268,258.60745,77.276985,269.57254,31.744522,42.298515,110.90375,144.88837,74.4483,130.0217,11.21239,6.2572513,15.577723,28.052076,3752.7722,14.607899,49.53471,153.53032,29.087387,319.58588,105.44059,267.2389,8.202461,98.087074,876.2665,867.1482,77.99553,1040.6716,135.24815,112.97519,73.63257,82.88085,15.422193,45.34752,528.59454,10.67598,15.620779,272.4128,10.081298,5.994419,74.33929,70.171906,704.8328,169.72357,181.21977,2036.9266,64.675896,1852.256,1550.586,7.347383,4.640468,1252.1317,14.432729,9.820732,319.41577,22.246767,46.85956,26.295612,95.656586,405.65253,263.70462,3.2583845,31.68101,58.944084,457.87534,5.8525224,86.28553,7.6711583,1.5464302,54.59531,1.3146124,1.4457799,4.9743233,10.17916,25.801708,20.076626,31.05103,267.03683,29.770386,12.75336,21.146673,6.0415325,75.29956,2.946886,2.6740007,5.561156,61.828163,0.6354416,2.6542299,5.7013774,31.664684,14.934638,3.5066845,1.9949918,115.4665,12.431136,220.80646,9.801941,445.31088,20.819338,880.58887,174.90948,5.3382764,9.792784,328.54056,413.03394,1746.316,760.0322 +2023-03-28 06:00:00,0.0,3424.0188,28.503572,12.396193,7.1412716,34.623863,177.71736,29.647675,63.198555,24.317,40.05485,163.0686,345.83444,18.53721,21.812849,10.6059265,2.1456265,33.74702,16.543375,18.963602,433.13644,5.385285,299.93362,113.5444,10.29163,98.22731,120.21637,61.933002,561.7151,249.66742,1789.2201,14.313187,2391.6455,128.5547,13.027688,9.823556,62.767105,186.87495,264.52075,425.78314,61.949596,17.547274,9.1607895,855.44244,217.76964,73.905174,38.00536,238.61264,23.798727,277.80582,11.504023,57.456753,0.0,2449.7498,4235.1084,2.2286248,32.251328,25.460365,21710.148,63.70517,2.16413,56.984337,99.364525,38.367664,10.417729,54.690205,448.41458,32.492775,35.34781,3.246632,8.615854,657.65204,0.32030824,453.13376,48.46613,2849.9497,86.17137,160.9046,191.00116,395.79745,36.67702,49.01873,360.41467,28.733126,28.60215,12.6238785,36.05815,220.84106,10.863456,8.159262,96.57986,19.538052,4566.446,26.77037,50.48387,24.11168,28.465862,359.1989,90.11816,50.217743,11.604903,13.790365,46.45396,103.7818,258.75,77.326416,269.6311,31.746208,42.334957,110.93084,145.05443,74.52879,129.97319,11.20021,6.2643147,15.570541,28.078102,3756.7087,14.592969,49.602764,153.51735,29.098818,319.73047,105.46505,267.4013,8.202142,98.06707,876.8526,867.7458,78.04513,1041.805,135.28682,113.06956,73.63828,82.763954,15.404646,45.320774,528.69763,10.667943,15.609148,272.29962,10.080875,5.993517,74.32099,70.17558,704.84296,169.69708,181.2318,2037.0308,64.726906,1852.7108,1551.0173,7.3490024,4.6403894,1252.0328,14.428198,9.822245,319.37305,22.251087,46.871212,26.306824,95.712555,405.88895,263.63562,3.2589517,31.684906,58.95778,458.1084,5.853871,86.289825,7.6718416,1.5462617,54.58912,1.314712,1.4456886,4.974024,10.179195,25.808064,20.0853,31.057795,267.16904,29.77016,12.750576,21.134073,6.039977,75.285286,2.9463708,2.6712096,5.560484,61.824936,0.633341,2.6527083,5.6913195,31.69859,14.934101,3.5041935,1.9965653,115.54877,12.437286,220.85956,9.808094,445.5929,20.825489,880.27277,175.01073,5.340282,9.796296,328.82388,413.39362,1747.619,759.8636 +2023-03-28 07:00:00,0.0,3425.5566,28.505215,12.407751,7.140682,34.639053,177.72015,29.654577,63.222683,24.32147,40.06715,163.08948,345.9891,18.54701,21.81352,10.601953,2.1445253,33.752174,16.508522,18.953587,433.17313,5.362345,299.86658,113.51242,10.2641115,98.00684,120.14284,61.91067,561.42566,249.62512,1789.1918,14.269556,2391.7107,127.82849,13.001391,9.799681,62.60863,186.94922,264.51248,424.67426,61.964046,17.555296,9.160084,855.67566,217.20651,73.91736,38.025005,238.61089,23.783829,277.77286,11.502226,57.475418,0.0,2451.3499,4238.2314,2.2315946,32.245613,25.469755,21718.777,63.731895,2.1649616,57.04578,99.47086,38.380882,10.419489,54.749043,448.51547,32.500496,35.380714,3.2497993,8.616655,657.9241,0.32020676,453.45956,48.413174,2850.4224,86.10002,160.96703,191.02238,394.44464,36.612427,48.9932,359.76984,28.683577,28.558212,12.627243,36.057766,220.84422,10.863164,8.158629,96.60812,19.542467,4566.396,26.778719,50.52016,24.119982,28.477234,359.20966,90.10343,50.248657,11.608116,13.795391,46.480648,103.83679,258.89255,77.37584,269.6897,31.747894,42.371395,110.957924,145.2205,74.60928,129.92467,11.188029,6.2713776,15.563361,28.104128,3760.6453,14.578039,49.67082,153.50438,29.110249,319.87506,105.48952,267.56375,8.201821,98.047066,877.4387,868.3433,78.09472,1042.9384,135.32549,113.16392,73.644,82.647064,15.387099,45.294033,528.8008,10.659906,15.597516,272.18646,10.080453,5.9926147,74.30269,70.17926,704.85315,169.67058,181.24384,2037.1345,64.77792,1853.1655,1551.4487,7.3506217,4.6403112,1251.9341,14.423666,9.823756,319.33032,22.25541,46.882866,26.318035,95.76853,406.1254,263.56665,3.2595189,31.688805,58.97147,458.3415,5.8552194,86.29413,7.672525,1.5460932,54.582928,1.3148116,1.4455974,4.9737244,10.179231,25.814419,20.093977,31.06456,267.30124,29.769938,12.747792,21.121471,6.0384216,75.271,2.9458556,2.6684182,5.5598116,61.821712,0.63124037,2.6511867,5.681262,31.732492,14.933563,3.5017025,1.9981389,115.63103,12.443436,220.91267,9.814247,445.8749,20.831642,879.9567,175.11195,5.3422875,9.799809,329.1072,413.7533,1748.9221,759.6949 +2023-03-28 08:00:00,0.0,3427.0942,28.506857,12.41931,7.140093,34.654243,177.72295,29.66148,63.246815,24.32594,40.07945,163.11035,346.14377,18.556808,21.814194,10.597979,2.143424,33.757328,16.47367,18.943571,433.2098,5.339405,299.79953,113.48043,10.236592,97.78638,120.06931,61.888336,561.1362,249.58282,1789.1635,14.2259245,2391.7761,127.10227,12.975094,9.775806,62.450153,187.02348,264.50418,423.56537,61.978493,17.56332,9.159378,855.9089,216.64339,73.92955,38.04465,238.6091,23.76893,277.73993,11.500429,57.494087,0.0,2452.95,4241.354,2.234564,32.2399,25.479145,21727.406,63.75862,2.1657932,57.107224,99.57721,38.3941,10.421248,54.80788,448.61633,32.508213,35.41362,3.2529662,8.617456,658.19617,0.3201053,453.7854,48.360214,2850.8953,86.02867,161.02943,191.0436,393.0918,36.547836,48.967667,359.125,28.634027,28.514275,12.630607,36.05738,220.84737,10.862872,8.157996,96.63639,19.546883,4566.3467,26.787067,50.55645,24.128283,28.488605,359.22043,90.08871,50.27957,11.611328,13.800416,46.507336,103.891785,259.0351,77.42527,269.74826,31.749582,42.407833,110.985016,145.38657,74.68977,129.87616,11.17585,6.278441,15.556181,28.130154,3764.5818,14.56311,49.738873,153.49141,29.12168,320.01965,105.51398,267.7262,8.201501,98.027054,878.02484,868.94086,78.14431,1044.0717,135.36415,113.258286,73.64971,82.530174,15.369553,45.267292,528.9039,10.65187,15.585885,272.07327,10.08003,5.991712,74.28439,70.18294,704.8633,169.64409,181.25586,2037.2386,64.82893,1853.6204,1551.88,7.352241,4.640233,1251.8352,14.419134,9.825269,319.28757,22.259731,46.894516,26.329245,95.8245,406.36182,263.49765,3.260086,31.692703,58.98516,458.57455,5.856568,86.29843,7.673208,1.5459247,54.576736,1.3149112,1.4455061,4.973425,10.179266,25.820774,20.102654,31.071325,267.43344,29.769712,12.7450075,21.108871,6.0368667,75.25672,2.9453404,2.665627,5.5591397,61.818485,0.6291398,2.649665,5.671204,31.766397,14.933025,3.4992113,1.9997126,115.71329,12.449586,220.96577,9.820401,446.15695,20.837795,879.6407,175.2132,5.344293,9.803323,329.39053,414.11295,1750.2252,759.52625 +2023-03-28 09:00:00,0.0,3428.632,28.5085,12.430867,7.1395035,34.669434,177.72574,29.668383,63.270943,24.33041,40.091747,163.13124,346.29843,18.566607,21.814865,10.594005,2.1423228,33.762478,16.438816,18.933556,433.24652,5.3164654,299.7325,113.44845,10.209074,97.56591,119.99578,61.866005,560.8468,249.54053,1789.1351,14.182294,2391.8416,126.37606,12.948797,9.751931,62.29168,187.09773,264.4959,422.4565,61.992943,17.571342,9.158673,856.142,216.08026,73.94174,38.064297,238.60735,23.754032,277.70697,11.498632,57.512753,0.0,2454.5503,4244.477,2.2375338,32.234184,25.488535,21736.035,63.785343,2.166625,57.168667,99.68354,38.40732,10.423007,54.866722,448.7172,32.515934,35.446526,3.2561333,8.6182575,658.46826,0.32000384,454.11124,48.30726,2851.368,85.95732,161.09186,191.06482,391.73898,36.483242,48.942135,358.4802,28.584478,28.470337,12.633971,36.05699,220.85052,10.86258,8.157364,96.66466,19.551296,4566.2974,26.795416,50.592743,24.136583,28.499975,359.23117,90.073975,50.310482,11.61454,13.805442,46.534023,103.94678,259.17764,77.4747,269.80685,31.751268,42.444275,111.0121,145.55263,74.770256,129.82765,11.16367,6.2855043,15.549,28.15618,3768.5183,14.548181,49.806927,153.47844,29.13311,320.16425,105.53844,267.88864,8.201181,98.00705,878.61096,869.5384,78.19391,1045.205,135.40282,113.352646,73.65543,82.413284,15.352006,45.24055,529.007,10.643833,15.574254,271.96008,10.079608,5.99081,74.26609,70.186615,704.8734,169.61758,181.2679,2037.3425,64.87995,1854.0751,1552.3113,7.3538604,4.6401544,1251.7363,14.414603,9.82678,319.24484,22.264051,46.90617,26.340456,95.88047,406.59824,263.42865,3.2606533,31.6966,58.99885,458.80762,5.8579164,86.302734,7.6738915,1.5457561,54.570545,1.3150109,1.4454149,4.9731255,10.1793,25.827127,20.111328,31.07809,267.56564,29.76949,12.742224,21.09627,6.035311,75.24244,2.9448252,2.6628358,5.558468,61.815258,0.6270392,2.6481435,5.661146,31.800303,14.9324875,3.4967203,2.001286,115.79555,12.455735,221.01889,9.826554,446.43896,20.843946,879.3246,175.31444,5.3462987,9.806836,329.67386,414.47263,1751.5283,759.35754 +2023-03-28 10:00:00,0.0,3430.17,28.510141,12.442426,7.138914,34.68462,177.72853,29.675285,63.29507,24.334879,40.104046,163.15211,346.45312,18.576406,21.815536,10.590031,2.1412218,33.76763,16.403961,18.92354,433.2832,5.2935257,299.66547,113.416466,10.181556,97.34545,119.92226,61.843674,560.5574,249.49823,1789.1068,14.138662,2391.907,125.64984,12.9225,9.728056,62.13321,187.172,264.4876,421.34763,62.007393,17.579367,9.157968,856.37524,215.51712,73.953926,38.083942,238.60559,23.739134,277.67404,11.496836,57.53142,0.0,2456.1504,4247.5996,2.2405035,32.228474,25.497925,21744.666,63.81207,2.1674566,57.23011,99.78989,38.420536,10.424767,54.92556,448.81805,32.52365,35.479435,3.2593002,8.61906,658.7403,0.3199024,454.43707,48.254303,2851.8408,85.88598,161.15427,191.08604,390.38614,36.41865,48.9166,357.83536,28.53493,28.426397,12.637335,36.056606,220.85368,10.862288,8.156732,96.692924,19.555712,4566.248,26.803764,50.629032,24.144884,28.511347,359.2419,90.05925,50.341396,11.617752,13.810468,46.56071,104.00177,259.3202,77.524124,269.86542,31.752954,42.480713,111.03919,145.71869,74.850746,129.77913,11.151489,6.2925673,15.54182,28.182205,3772.455,14.533251,49.874977,153.46547,29.14454,320.30884,105.562904,268.05106,8.200861,97.987045,879.1971,870.1359,78.2435,1046.3384,135.44148,113.447014,73.66115,82.296394,15.334459,45.213806,529.1101,10.635797,15.562622,271.8469,10.0791855,5.9899077,74.247795,70.1903,704.8836,169.5911,181.27992,2037.4465,64.93096,1854.5299,1552.7426,7.3554792,4.640076,1251.6375,14.410071,9.828293,319.20212,22.268373,46.917824,26.351667,95.93645,406.8347,263.35965,3.2612205,31.700499,59.012543,459.0407,5.859265,86.30703,7.6745744,1.5455875,54.564354,1.3151106,1.4453236,4.972826,10.179336,25.833483,20.120005,31.084856,267.69788,29.769264,12.739439,21.08367,6.033756,75.22816,2.94431,2.6600447,5.5577955,61.812035,0.62493855,2.6466217,5.651088,31.834208,14.931951,3.4942293,2.0028598,115.877815,12.461885,221.07199,9.832707,446.72098,20.8501,879.00854,175.41568,5.3483043,9.810349,329.95718,414.8323,1752.8314,759.18884 +2023-03-28 11:00:00,0.0,3431.7075,28.511784,12.453983,7.1383247,34.69981,177.73132,29.682188,63.319202,24.33935,40.116344,163.17299,346.6078,18.586205,21.81621,10.586058,2.1401205,33.77278,16.369108,18.913525,433.3199,5.2705855,299.59842,113.384476,10.154037,97.124985,119.848724,61.82134,560.26794,249.45593,1789.0785,14.095032,2391.9724,124.92363,12.896203,9.704182,61.97473,187.24626,264.47934,420.23874,62.021843,17.587389,9.157262,856.60846,214.954,73.96612,38.103592,238.60382,23.724236,277.64108,11.495039,57.550087,0.0,2457.7507,4250.722,2.2434733,32.22276,25.507315,21753.295,63.83879,2.1682882,57.291553,99.89622,38.43375,10.426525,54.984398,448.9189,32.531372,35.51234,3.2624674,8.619861,659.0124,0.31980094,454.76288,48.201344,2852.3135,85.81463,161.21669,191.10727,389.03333,36.35406,48.891068,357.19052,28.48538,28.38246,12.640699,36.05622,220.85684,10.861997,8.156098,96.72119,19.560125,4566.1987,26.812113,50.66532,24.153187,28.522718,359.2527,90.04452,50.37231,11.620964,13.815493,46.5874,104.05676,259.4627,77.573555,269.92398,31.75464,42.517155,111.06628,145.88475,74.93124,129.73062,11.139309,6.2996306,15.534638,28.208231,3776.3916,14.518321,49.94303,153.4525,29.155972,320.45346,105.587364,268.2135,8.200541,97.96704,879.7832,870.73346,78.29309,1047.4717,135.48015,113.541374,73.66686,82.1795,15.316913,45.187065,529.21326,10.627759,15.550991,271.73373,10.078763,5.989005,74.22949,70.19398,704.89374,169.5646,181.29196,2037.5504,64.98198,1854.9846,1553.1738,7.3570986,4.6399975,1251.5387,14.4055395,9.829804,319.1594,22.272694,46.929478,26.362877,95.99242,407.0711,263.29065,3.2617877,31.704395,59.026234,459.27377,5.8606133,86.31133,7.6752577,1.545419,54.558163,1.3152101,1.4452324,4.9725266,10.179371,25.839838,20.12868,31.091621,267.83008,29.769041,12.736655,21.071068,6.032201,75.213875,2.9437947,2.6572535,5.5571237,61.808807,0.62283796,2.6451,5.6410303,31.86811,14.931413,3.4917383,2.0044334,115.960075,12.468036,221.1251,9.8388605,447.003,20.856253,878.6925,175.5169,5.35031,9.813862,330.2405,415.192,1754.1345,759.0202 +2023-03-28 12:00:00,0.0,3433.2454,28.513426,12.465542,7.137736,34.715,177.73412,29.68909,63.34333,24.34382,40.128643,163.19386,346.76245,18.596003,21.816881,10.582084,2.1390193,33.777935,16.334255,18.90351,433.3566,5.247646,299.53137,113.35249,10.126518,96.90452,119.7752,61.799007,559.9785,249.41364,1789.0502,14.0514,2392.0378,124.19741,12.869906,9.680306,61.816257,187.32051,264.47104,419.12988,62.03629,17.595413,9.156556,856.8417,214.39087,73.97831,38.123238,238.60205,23.709337,277.60812,11.493242,57.568756,0.0,2459.3508,4253.845,2.2464428,32.217045,25.516705,21761.924,63.865517,2.1691198,57.353,100.002556,38.446968,10.428285,55.043236,449.01978,32.53909,35.545246,3.2656343,8.620662,659.2845,0.31969947,455.0887,48.148388,2852.7864,85.74328,161.2791,191.1285,387.68048,36.289467,48.865536,356.5457,28.435833,28.338522,12.644063,36.055836,220.85999,10.861705,8.155466,96.74946,19.56454,4566.1494,26.820461,50.701614,24.161488,28.534088,359.26343,90.02979,50.403225,11.624177,13.8205185,46.614086,104.111755,259.60526,77.622986,269.98257,31.756329,42.553593,111.09336,146.05081,75.01173,129.6821,11.12713,6.3066936,15.527458,28.234257,3780.3281,14.503392,50.011086,153.43951,29.167402,320.59805,105.611824,268.37595,8.200221,97.94704,880.3693,871.33105,78.34268,1048.605,135.51881,113.63574,73.67258,82.06261,15.299366,45.160324,529.3164,10.619722,15.53936,271.62054,10.078341,5.988103,74.2112,70.197655,704.9039,169.5381,181.30399,2037.6545,65.03299,1855.4393,1553.6051,7.358718,4.6399193,1251.4398,14.401009,9.831317,319.11667,22.277016,46.94113,26.374088,96.048386,407.30756,263.22165,3.2623549,31.708294,59.039925,459.50684,5.8619623,86.315636,7.675941,1.5452505,54.55197,1.3153098,1.4451411,4.972227,10.179406,25.846193,20.137356,31.098387,267.96228,29.768818,12.7338705,21.058468,6.0306454,75.1996,2.9432795,2.654462,5.556452,61.805584,0.6207373,2.6435785,5.6309724,31.902016,14.930875,3.4892473,2.006007,116.042336,12.474185,221.1782,9.845014,447.285,20.862404,878.3764,175.61815,5.352316,9.817375,330.52383,415.55167,1755.4376,758.8515 +2023-03-28 13:00:00,0.0,3434.783,28.515066,12.4771,7.1371465,34.73019,177.73692,29.695993,63.36746,24.34829,40.14094,163.21474,346.9171,18.605803,21.817553,10.57811,2.1379182,33.783085,16.299402,18.893494,433.39328,5.224706,299.46436,113.3205,10.099,96.68405,119.70167,61.776676,559.6891,249.37134,1789.022,14.00777,2392.1033,123.47119,12.843609,9.656431,61.65778,187.39478,264.46277,418.021,62.05074,17.603437,9.155851,857.0749,213.82774,73.99049,38.142883,238.6003,23.69444,277.5752,11.491446,57.58742,0.0,2460.951,4256.968,2.2494125,32.21133,25.526093,21770.553,63.89224,2.1699517,57.414444,100.1089,38.460186,10.430044,55.102077,449.12064,32.54681,35.57815,3.2688015,8.621463,659.5566,0.31959802,455.41455,48.095432,2853.259,85.67193,161.3415,191.1497,386.32767,36.224876,48.840004,355.90085,28.386284,28.294584,12.647428,36.05545,220.86314,10.861412,8.154834,96.777725,19.568956,4566.0996,26.82881,50.737904,24.169788,28.54546,359.27417,90.01506,50.43414,11.627389,13.825544,46.640778,104.16675,259.7478,77.67242,270.04114,31.758015,42.590034,111.12045,146.21687,75.09221,129.63359,11.114949,6.313757,15.520277,28.260283,3784.2646,14.488462,50.07914,153.42654,29.178833,320.74265,105.63629,268.5384,8.199901,97.92703,880.95544,871.9286,78.39228,1049.7383,135.55748,113.7301,73.67829,81.94572,15.281819,45.133583,529.4195,10.611686,15.527729,271.50735,10.077919,5.9872007,74.192894,70.20133,704.91406,169.51161,181.31602,2037.7584,65.08401,1855.8942,1554.0364,7.3603373,4.6398406,1251.341,14.396477,9.8328285,319.07394,22.281336,46.952785,26.3853,96.10436,407.54398,263.15265,3.262922,31.712193,59.053616,459.73993,5.863311,86.31994,7.6766243,1.545082,54.54578,1.3154094,1.4450499,4.9719276,10.179441,25.852549,20.14603,31.105152,268.09448,29.768593,12.731087,21.045866,6.02909,75.18532,2.9427643,2.651671,5.5557795,61.802357,0.6186367,2.642057,5.6209145,31.93592,14.930337,3.4867563,2.0075805,116.1246,12.480335,221.23131,9.851167,447.56702,20.868557,878.06036,175.71939,5.3543215,9.8208885,330.80716,415.91132,1756.7407,758.68286 +2023-03-28 14:00:00,0.0,3436.3208,28.516708,12.488658,7.136557,34.74538,177.73972,29.702896,63.39159,24.35276,40.15324,163.23561,347.0718,18.6156,21.818226,10.574136,2.136817,33.78824,16.26455,18.883478,433.43,5.201766,299.3973,113.28852,10.071482,96.463585,119.62814,61.75434,559.39966,249.32904,1788.9937,13.964138,2392.1687,122.74498,12.817312,9.632557,61.49931,187.46904,264.45447,416.9121,62.06519,17.61146,9.155146,857.30804,213.26462,74.002686,38.16253,238.59854,23.679543,277.54224,11.489649,57.60609,0.0,2462.5513,4260.0903,2.2523823,32.205616,25.535482,21779.182,63.918964,2.1707833,57.475887,100.21523,38.473404,10.431803,55.160915,449.2215,32.554527,35.61106,3.2719684,8.622264,659.8286,0.31949654,455.7404,48.042473,2853.732,85.60058,161.40393,191.17093,384.97482,36.160282,48.814472,355.256,28.336735,28.250647,12.650791,36.055065,220.8663,10.86112,8.154201,96.80599,19.57337,4566.0503,26.837158,50.774193,24.178091,28.556831,359.28494,90.000336,50.465054,11.630601,13.830569,46.667465,104.22174,259.89035,77.72184,270.09973,31.7597,42.626472,111.14754,146.38293,75.1727,129.58508,11.102769,6.32082,15.513097,28.286308,3788.2012,14.473533,50.147194,153.41357,29.190264,320.88724,105.66075,268.7008,8.199581,97.90703,881.54156,872.5261,78.44187,1050.8717,135.59615,113.82447,73.68401,81.82883,15.264273,45.10684,529.52264,10.603649,15.516097,271.3942,10.077497,5.986298,74.17459,70.20501,704.9242,169.4851,181.32805,2037.8624,65.135025,1856.3489,1554.4677,7.3619566,4.6397624,1251.2421,14.391945,9.834341,319.03122,22.285658,46.964436,26.39651,96.16033,407.78043,263.08368,3.2634892,31.71609,59.067307,459.973,5.8646593,86.324234,7.6773076,1.5449134,54.53959,1.3155091,1.4449586,4.971628,10.179476,25.858902,20.154707,31.111917,268.22668,29.76837,12.728303,21.033266,6.0275345,75.171036,2.942249,2.6488798,5.5551076,61.79913,0.6165361,2.6405354,5.6108565,31.969826,14.9298,3.484265,2.009154,116.20686,12.486485,221.28442,9.85732,447.84903,20.87471,877.7443,175.82062,5.356327,9.824402,331.09048,416.271,1758.0438,758.51416 +2023-03-28 15:00:00,0.0,3437.8584,28.51835,12.5002165,7.1359677,34.76057,177.74251,29.709799,63.415718,24.35723,40.16554,163.25648,347.22647,18.625399,21.818897,10.570162,2.1357157,33.793392,16.229696,18.873463,433.46667,5.1788263,299.33026,113.25654,10.043963,96.243126,119.55461,61.73201,559.1102,249.28673,1788.9653,13.920507,2392.234,122.01876,12.791015,9.608682,61.340836,187.54329,264.4462,415.80325,62.079636,17.619484,9.15444,857.54126,212.70149,74.01488,38.182175,238.59676,23.664644,277.50928,11.487852,57.624756,0.0,2464.1514,4263.2134,2.2553518,32.199905,25.544872,21787.81,63.94569,2.171615,57.53733,100.32157,38.48662,10.433562,55.219753,449.32236,32.56225,35.643967,3.2751355,8.623066,660.1007,0.3193951,456.0662,47.989517,2854.2046,85.529236,161.46634,191.19215,383.62198,36.09569,48.78894,354.61118,28.287186,28.206707,12.654156,36.05468,220.86946,10.860828,8.153568,96.83426,19.577785,4566.001,26.845507,50.810482,24.186392,28.568201,359.2957,89.9856,50.495968,11.633813,13.835595,46.694153,104.27673,260.0329,77.77127,270.1583,31.761387,42.662914,111.17463,146.549,75.25319,129.53656,11.090589,6.3278832,15.505917,28.312332,3792.1377,14.458603,50.21525,153.4006,29.201694,321.03183,105.68521,268.86325,8.199261,97.887024,882.1277,873.12366,78.49146,1052.005,135.63481,113.91883,73.68973,81.71193,15.246726,45.080097,529.62573,10.595613,15.504466,271.281,10.077074,5.985396,74.156296,70.20869,704.9343,169.45862,181.34009,2037.9664,65.186035,1856.8037,1554.899,7.363576,4.639684,1251.1432,14.387414,9.835854,318.9885,22.28998,46.97609,26.40772,96.2163,408.01685,263.01468,3.2640564,31.719988,59.081,460.20605,5.866008,86.32854,7.677991,1.5447448,54.533398,1.3156086,1.4448673,4.971329,10.179511,25.865257,20.163382,31.118683,268.3589,29.768145,12.725518,21.020666,6.0259795,75.15675,2.9417338,2.6460886,5.5544353,61.795906,0.6144355,2.6390135,5.600799,32.00373,14.929262,3.481774,2.0107276,116.28912,12.492635,221.33752,9.863473,448.13104,20.880863,877.4282,175.92186,5.3583326,9.827914,331.3738,416.63068,1759.3469,758.34546 +2023-03-28 16:00:00,0.0,3439.3962,28.519993,12.511775,7.1353784,34.775757,177.7453,29.716703,63.439846,24.3617,40.177837,163.27736,347.38113,18.635197,21.819569,10.566188,2.1346147,33.798542,16.194843,18.863447,433.50336,5.1558867,299.26324,113.22455,10.016444,96.02266,119.48109,61.70968,558.8208,249.24443,1788.937,13.876876,2392.2993,121.29255,12.764718,9.584806,61.182358,187.61755,264.4379,414.69437,62.094086,17.627506,9.153734,857.7745,212.13837,74.02706,38.20182,238.595,23.649746,277.47635,11.486055,57.643425,0.0,2465.7515,4266.336,2.2583215,32.19419,25.554262,21796.44,63.972412,2.1724465,57.598774,100.42792,38.499836,10.435321,55.278595,449.42322,32.569965,35.676872,3.2783024,8.623867,660.3728,0.31929365,456.39203,47.936558,2854.6775,85.457886,161.52878,191.21338,382.26917,36.031097,48.76341,353.96634,28.237637,28.16277,12.657519,36.054295,220.8726,10.860537,8.152935,96.86253,19.582201,4565.9517,26.853855,50.846775,24.194693,28.579573,359.30643,89.97088,50.526882,11.637025,13.840621,46.72084,104.331726,260.17545,77.8207,270.2169,31.763075,42.699352,111.20171,146.71506,75.33368,129.48805,11.078409,6.334946,15.498735,28.338358,3796.0742,14.443674,50.283302,153.38763,29.213125,321.17645,105.70968,269.0257,8.19894,97.86702,882.7138,873.7212,78.54105,1053.1383,135.67348,114.0132,73.69544,81.59504,15.229179,45.053356,529.7289,10.587576,15.492835,271.16782,10.076652,5.9844937,74.13799,70.212364,704.9445,169.43213,181.35213,2038.0703,65.23705,1857.2584,1555.3303,7.3651953,4.6396055,1251.0444,14.382882,9.837365,318.94577,22.2943,46.987743,26.418932,96.27227,408.25327,262.94568,3.2646236,31.723885,59.094692,460.43912,5.8673563,86.33284,7.678674,1.5445764,54.527206,1.3157083,1.444776,4.9710298,10.179546,25.871613,20.172058,31.125448,268.4911,29.767921,12.722734,21.008064,6.024424,75.14247,2.9412186,2.6432974,5.5537634,61.79268,0.61233485,2.637492,5.590741,32.037636,14.928724,3.479283,2.0123012,116.37138,12.498784,221.39064,9.869626,448.41306,20.887014,877.1122,176.0231,5.360338,9.831428,331.65714,416.99036,1760.65,758.1768 +2023-03-28 17:00:00,0.0,3440.934,28.521635,12.523333,7.1347895,34.790947,177.7481,29.723606,63.463978,24.366169,40.190132,163.29823,347.5358,18.644997,21.820242,10.562214,2.1335135,33.803696,16.15999,18.853432,433.54007,5.132947,299.1962,113.192566,9.988926,95.80219,119.40756,61.687344,558.5314,249.20213,1788.9087,13.833244,2392.3647,120.56633,12.7384205,9.560932,61.023884,187.69182,264.42963,413.58548,62.108536,17.63553,9.153029,858.0077,211.57524,74.03925,38.221466,238.59323,23.634848,277.4434,11.484259,57.66209,0.0,2467.3516,4269.459,2.2612913,32.188477,25.563652,21805.068,63.999138,2.1732783,57.660217,100.53425,38.513054,10.43708,55.337433,449.52408,32.577686,35.709778,3.2814696,8.624668,660.64484,0.31919217,456.71786,47.883602,2855.1501,85.386536,161.59119,191.23459,380.91632,35.966507,48.737877,353.32153,28.188087,28.118832,12.660884,36.053905,220.87576,10.860245,8.152303,96.8908,19.586615,4565.9023,26.862204,50.883064,24.202995,28.590944,359.3172,89.956154,50.557796,11.640238,13.845647,46.747528,104.38672,260.318,77.87013,270.27545,31.764761,42.735794,111.228806,146.88112,75.41416,129.43954,11.066229,6.3420095,15.491555,28.364384,3800.0107,14.428744,50.351357,153.37466,29.224556,321.32104,105.73414,269.1881,8.198621,97.847015,883.2999,874.3188,78.59065,1054.2716,135.71214,114.10757,73.70116,81.47815,15.211633,45.026615,529.832,10.579539,15.481204,271.05463,10.076229,5.983591,74.1197,70.21604,704.95465,169.40562,181.36415,2038.1743,65.28806,1857.7133,1555.7616,7.366814,4.6395273,1250.9456,14.37835,9.838878,318.903,22.298622,46.999397,26.430141,96.32825,408.48972,262.87668,3.2651908,31.727783,59.108383,460.6722,5.868705,86.33714,7.6793575,1.5444078,54.521015,1.3158079,1.4446847,4.9707303,10.179582,25.877968,20.180735,31.132214,268.6233,29.767696,12.71995,20.995464,6.0228686,75.12819,2.9407034,2.640506,5.5530915,61.78945,0.61023426,2.6359704,5.580683,32.07154,14.928186,3.476792,2.013875,116.45365,12.504934,221.44374,9.875779,448.6951,20.893167,876.79614,176.12434,5.362344,9.834941,331.94046,417.35004,1761.9531,758.0081 +2023-03-28 18:00:00,0.0,3442.4717,28.523277,12.534891,7.1342,34.806137,177.75089,29.730509,63.488106,24.37064,40.20243,163.3191,347.6905,18.654795,21.820913,10.558241,2.1324122,33.808846,16.125135,18.843416,433.57675,5.110007,299.12915,113.16058,9.961408,95.581726,119.33403,61.665012,558.24194,249.15984,1788.8804,13.789614,2392.4302,119.84011,12.712124,9.537057,60.86541,187.76608,264.42133,412.4766,62.122982,17.643553,9.152324,858.2409,211.0121,74.051445,38.24111,238.59146,23.61995,277.41043,11.482462,57.68076,0.0,2468.952,4272.5815,2.2642608,32.182762,25.573042,21813.697,64.02586,2.17411,57.721664,100.640594,38.52627,10.43884,55.39627,449.62494,32.585407,35.742687,3.2846365,8.625469,660.91693,0.31909072,457.0437,47.830647,2855.623,85.315186,161.65361,191.25581,379.5635,35.901917,48.712345,352.6767,28.13854,28.074894,12.6642475,36.05352,220.87892,10.859953,8.15167,96.91907,19.59103,4565.853,26.870552,50.919353,24.211296,28.602314,359.32794,89.94142,50.58871,11.64345,13.850672,46.774216,104.44171,260.46054,77.919556,270.33405,31.766447,42.772232,111.25589,147.04718,75.49465,129.39102,11.054049,6.3490725,15.484374,28.39041,3803.9475,14.413815,50.41941,153.3617,29.235987,321.46564,105.7586,269.35056,8.1983,97.82701,883.88605,874.9163,78.64024,1055.405,135.75081,114.20193,73.70688,81.36126,15.194086,44.99987,529.9351,10.571503,15.469572,270.94147,10.075807,5.982689,74.101395,70.21972,704.9648,169.37914,181.37619,2038.2783,65.33908,1858.168,1556.1929,7.3684335,4.6394486,1250.8467,14.373819,9.840389,318.8603,22.302942,47.01105,26.441353,96.38422,408.72614,262.80768,3.265758,31.731682,59.122074,460.90527,5.8700533,86.34144,7.6800404,1.5442393,54.514824,1.3159076,1.4445935,4.970431,10.179616,25.884321,20.18941,31.138977,268.75552,29.767473,12.717166,20.982862,6.0213137,75.113914,2.9401882,2.6377149,5.552419,61.78623,0.6081336,2.6344488,5.5706253,32.105442,14.9276495,3.474301,2.0154486,116.53591,12.511084,221.49686,9.881933,448.9771,20.89932,876.48004,176.22557,5.3643494,9.838454,332.2238,417.7097,1763.2562,757.8395 +2023-03-28 19:00:00,0.0,3444.0095,28.52492,12.546449,7.1336107,34.821327,177.75368,29.737411,63.512234,24.375109,40.21473,163.34,347.84515,18.664593,21.821587,10.554267,2.1313112,33.814,16.090282,18.8334,433.61346,5.087067,299.06213,113.12859,9.933889,95.36126,119.260506,61.64268,557.9525,249.11754,1788.852,13.745982,2392.4956,119.1139,12.685826,9.513183,60.706936,187.84033,264.41302,411.36774,62.137432,17.651577,9.151618,858.47406,210.44897,74.06363,38.260757,238.5897,23.605051,277.3775,11.480665,57.699425,0.0,2470.552,4275.704,2.2672305,32.177048,25.582432,21822.328,64.05258,2.1749415,57.783108,100.746925,38.53949,10.4405985,55.45511,449.7258,32.593124,35.775593,3.2878036,8.62627,661.189,0.31898925,457.3695,47.777687,2856.0957,85.243835,161.71602,191.27704,378.21066,35.837322,48.686813,352.03186,28.088991,28.030954,12.667612,36.053135,220.88208,10.859661,8.151037,96.947334,19.595444,4565.803,26.8789,50.955647,24.219597,28.613686,359.3387,89.9267,50.619625,11.646662,13.855698,46.800903,104.496704,260.60306,77.96899,270.3926,31.768133,42.808674,111.28298,147.21324,75.57514,129.34251,11.041868,6.356136,15.477194,28.416435,3807.884,14.398885,50.487465,153.34872,29.247417,321.61023,105.783066,269.513,8.19798,97.80701,884.47217,875.51385,78.689835,1056.5383,135.78947,114.296295,73.71259,81.24436,15.176539,44.97313,530.03827,10.563466,15.457941,270.82828,10.075384,5.9817867,74.0831,70.2234,704.975,169.35263,181.38821,2038.3823,65.39009,1858.6228,1556.6241,7.370053,4.6393704,1250.7478,14.3692875,9.841902,318.81757,22.307264,47.022705,26.452562,96.440186,408.9626,262.73868,3.2663252,31.735579,59.135765,461.13834,5.871402,86.34574,7.6807237,1.5440707,54.508633,1.3160071,1.4445022,4.9701314,10.179651,25.890676,20.198086,31.145742,268.88773,29.767248,12.714381,20.970263,6.019758,75.09963,2.939673,2.6349237,5.5517473,61.783,0.606033,2.6329272,5.5605674,32.139347,14.927112,3.47181,2.0170221,116.61817,12.517234,221.54996,9.888086,449.25912,20.905472,876.164,176.32681,5.366355,9.841968,332.5071,418.06937,1764.5593,757.6708 +2023-03-28 20:00:00,0.0,3445.547,28.526562,12.558007,7.1330214,34.836517,177.75648,29.744314,63.536366,24.37958,40.227028,163.36087,347.99982,18.674393,21.822258,10.550293,2.13021,33.81915,16.05543,18.823385,433.65015,5.0641274,298.9951,113.09661,9.90637,95.1408,119.18697,61.620346,557.6631,249.07524,1788.8237,13.702352,2392.561,118.38768,12.65953,9.489307,60.548462,187.9146,264.40475,410.25885,62.151882,17.6596,9.150913,858.7073,209.88585,74.07582,38.280403,238.58795,23.590153,277.34454,11.4788685,57.718094,0.0,2472.1523,4278.827,2.2702003,32.171337,25.591822,21830.957,64.07931,2.1757731,57.84455,100.853264,38.552708,10.442358,55.51395,449.82666,32.600845,35.8085,3.2909706,8.627072,661.46106,0.3188878,457.69534,47.72473,2856.5686,85.17249,161.77843,191.29826,376.85785,35.77273,48.661278,351.38702,28.039442,27.987017,12.670976,36.05275,220.88522,10.859369,8.150405,96.9756,19.59986,4565.754,26.887249,50.991936,24.227898,28.625057,359.34946,89.911964,50.65054,11.649874,13.8607235,46.82759,104.5517,260.7456,78.01842,270.45117,31.769821,42.84511,111.31007,147.3793,75.65563,129.294,11.029688,6.363199,15.470013,28.442461,3811.8206,14.383955,50.55552,153.33575,29.258848,321.75482,105.807526,269.67545,8.19766,97.787,885.0583,876.1114,78.73943,1057.6716,135.82812,114.390656,73.71831,81.12747,15.158993,44.94639,530.14136,10.555429,15.44631,270.7151,10.074962,5.980884,74.0648,70.22707,704.9851,169.32614,181.40025,2038.4862,65.44111,1859.0775,1557.0554,7.371672,4.639292,1250.649,14.364756,9.843413,318.77484,22.311584,47.034355,26.463774,96.49616,409.199,262.66968,3.2668924,31.739477,59.149456,461.37143,5.8727503,86.350044,7.681407,1.5439023,54.50244,1.3161068,1.444411,4.969832,10.179687,25.897032,20.20676,31.152508,269.01993,29.767025,12.711597,20.95766,6.018203,75.08535,2.9391575,2.6321325,5.5510755,61.779778,0.6039324,2.6314056,5.5505095,32.173252,14.926574,3.4693189,2.0185957,116.70043,12.523383,221.60306,9.894239,449.54114,20.911625,875.84796,176.42805,5.3683605,9.84548,332.79044,418.42905,1765.8624,757.50214 +2023-03-28 21:00:00,0.0,3447.085,28.528202,12.569566,7.132432,34.851704,177.75928,29.751217,63.560493,24.384048,40.239326,163.38174,348.15448,18.68419,21.82293,10.546319,2.1291087,33.824303,16.020576,18.81337,433.68683,5.0411873,298.92804,113.06462,9.878852,94.920334,119.11345,61.598015,557.37366,249.03294,1788.7954,13.65872,2392.6265,117.66147,12.633233,9.465432,60.389984,187.98886,264.39645,409.14996,62.166332,17.667624,9.1502075,858.9405,209.32272,74.08801,38.30005,238.58618,23.575254,277.31158,11.477072,57.73676,0.0,2473.7524,4281.9497,2.27317,32.165623,25.601212,21839.586,64.10603,2.176605,57.905994,100.95961,38.565926,10.444117,55.57279,449.92752,32.608562,35.841404,3.2941377,8.627873,661.73315,0.31878632,458.02118,47.671776,2857.0413,85.10114,161.84085,191.31949,375.505,35.708138,48.635746,350.7422,27.989893,27.943079,12.67434,36.052364,220.88838,10.859077,8.149773,97.00387,19.604275,4565.7046,26.895597,51.028225,24.2362,28.636427,359.3602,89.89724,50.68145,11.653086,13.865748,46.85428,104.60669,260.88815,78.06784,270.50977,31.771507,42.881554,111.33716,147.54536,75.736115,129.24548,11.0175085,6.370262,15.462832,28.468487,3815.757,14.369026,50.623573,153.32278,29.270279,321.8994,105.831985,269.83786,8.19734,97.767,885.6444,876.7089,78.789024,1058.8049,135.86679,114.48502,73.72402,81.01058,15.141446,44.919647,530.2445,10.547393,15.434678,270.60193,10.074539,5.979982,74.0465,70.23075,704.99524,169.29965,181.41228,2038.5902,65.49212,1859.5323,1557.4867,7.3732915,4.6392136,1250.5502,14.360225,9.844926,318.73212,22.315907,47.04601,26.474985,96.55213,409.43542,262.6007,3.2674596,31.743374,59.163147,461.6045,5.874099,86.35435,7.6820903,1.5437337,54.49625,1.3162065,1.4443197,4.9695325,10.179722,25.903387,20.215437,31.159273,269.15213,29.766802,12.708814,20.94506,6.016648,75.07107,2.9386423,2.6293411,5.550403,61.77655,0.6018318,2.6298838,5.5404515,32.207157,14.926036,3.4668279,2.0201693,116.7827,12.529533,221.65617,9.900393,449.82315,20.917778,875.53186,176.52928,5.3703666,9.848993,333.07373,418.78873,1767.1655,757.33344 +2023-03-28 22:00:00,0.0,3448.6226,28.529844,12.581123,7.1318426,34.866894,177.76207,29.75812,63.58462,24.38852,40.251625,163.40262,348.30917,18.693989,21.823603,10.542345,2.1280074,33.829456,15.9857235,18.803354,433.72354,5.0182476,298.861,113.03264,9.851334,94.69987,119.03992,61.575684,557.0842,248.99065,1788.7672,13.615089,2392.692,116.93525,12.6069355,9.441558,60.231514,188.06311,264.38818,408.0411,62.18078,17.675646,9.149502,859.1737,208.7596,74.1002,38.319695,238.58441,23.560356,277.27866,11.475275,57.75543,0.0,2475.3525,4285.0728,2.2761395,32.15991,25.610601,21848.215,64.13276,2.1774366,57.967438,101.06594,38.57914,10.445876,55.631626,450.02838,32.616283,35.874313,3.2973049,8.6286745,662.00525,0.31868488,458.34702,47.618816,2857.5142,85.02979,161.90326,191.3407,374.1522,35.643547,48.610214,350.09735,27.940344,27.899141,12.677704,36.05198,220.89154,10.858786,8.149139,97.032135,19.608688,4565.6553,26.903946,51.064518,24.244501,28.647799,359.37097,89.88251,50.712364,11.656299,13.870774,46.880966,104.66168,261.0307,78.11727,270.56833,31.773193,42.91799,111.36424,147.71143,75.816605,129.19698,11.005328,6.3773255,15.455652,28.494513,3819.6936,14.354096,50.691628,153.30981,29.28171,322.04404,105.85645,270.0003,8.19702,97.746994,886.2306,877.30646,78.838615,1059.9384,135.90546,114.579384,73.72974,80.89369,15.1239,44.892906,530.3476,10.539356,15.423047,270.48874,10.074117,5.9790797,74.0282,70.23443,705.00543,169.27315,181.42432,2038.6941,65.54314,1859.987,1557.918,7.374911,4.6391354,1250.4513,14.355693,9.846437,318.6894,22.320229,47.057663,26.486195,96.6081,409.67188,262.5317,3.2680268,31.747272,59.176838,461.83755,5.8754478,86.35864,7.6827736,1.5435652,54.490055,1.3163061,1.4442284,4.969233,10.179757,25.90974,20.224112,31.166039,269.28433,29.766577,12.706029,20.932459,6.0150924,75.056786,2.938127,2.62655,5.5497313,61.773323,0.5997312,2.6283622,5.5303936,32.241062,14.925499,3.4643369,2.0217428,116.86496,12.535683,221.70927,9.906546,450.10516,20.923931,875.2158,176.63052,5.372372,9.852507,333.35706,419.1484,1768.4686,757.16473 +2023-03-28 23:00:00,0.0,3450.1604,28.531487,12.592682,7.1312537,34.882084,177.76486,29.765022,63.60875,24.392988,40.263924,163.4235,348.46384,18.703789,21.824274,10.538371,2.1269064,33.834606,15.9508705,18.793339,433.76022,4.995308,298.79398,113.000656,9.823814,94.4794,118.96639,61.55335,556.7948,248.94835,1788.7389,13.571458,2392.757,116.20903,12.580639,9.417683,60.073036,188.13737,264.37988,406.93222,62.19523,17.68367,9.148796,859.4069,208.19647,74.11239,38.33934,238.58264,23.545458,277.2457,11.473478,57.774094,0.0,2476.9526,4288.1953,2.2791092,32.154194,25.61999,21856.844,64.159485,2.1782682,58.02888,101.17229,38.592358,10.447636,55.690468,450.12924,32.624,35.90722,3.3004718,8.629476,662.27734,0.31858343,458.67285,47.56586,2857.9868,84.95844,161.9657,191.36192,372.79935,35.578953,48.584682,349.4525,27.890795,27.855202,12.681068,36.051594,220.8947,10.858493,8.148507,97.0604,19.613104,4565.606,26.912294,51.100807,24.252802,28.65917,359.3817,89.86778,50.74328,11.659511,13.8758,46.907658,104.716675,261.17325,78.1667,270.62692,31.77488,42.954433,111.391335,147.87749,75.897095,129.14845,10.993148,6.3843884,15.448471,28.520538,3823.6301,14.339167,50.75968,153.29684,29.29314,322.18863,105.88091,270.16275,8.1967,97.72699,886.8167,877.90405,78.88821,1061.0717,135.94412,114.67375,73.73546,80.7768,15.106354,44.86616,530.45074,10.53132,15.411416,270.37555,10.073694,5.9781775,74.009895,70.23811,705.01556,169.24666,181.43634,2038.7981,65.59415,1860.4419,1558.3492,7.37653,4.6390567,1250.3524,14.351161,9.84795,318.64667,22.324549,47.069317,26.497406,96.66408,409.9083,262.4627,3.268594,31.751171,59.19053,462.07065,5.8767962,86.362946,7.683457,1.5433966,54.483864,1.3164057,1.4441372,4.9689336,10.179791,25.916096,20.232788,31.172804,269.41653,29.766354,12.703245,20.919859,6.013537,75.0425,2.9376118,2.6237588,5.549059,61.7701,0.59763056,2.6268406,5.5203357,32.274967,14.924961,3.4618459,2.0233164,116.94722,12.541833,221.76239,9.912699,450.38718,20.930082,874.8998,176.73177,5.3743777,9.85602,333.64038,419.50806,1769.7717,756.9961 +2023-03-29 00:00:00,0.0,3451.698,28.533129,12.60424,7.1306643,34.897274,177.76765,29.771925,63.63288,24.397459,40.276222,163.44437,348.6185,18.713587,21.824945,10.534397,2.1258051,33.83976,15.916017,18.783323,433.7969,4.972368,298.72693,112.968666,9.796296,94.258934,118.89286,61.531017,556.5054,248.90605,1788.7106,13.527827,2392.8225,115.48282,12.554341,9.393807,59.914562,188.21164,264.3716,405.82333,62.20968,17.691694,9.148091,859.6401,207.63335,74.12458,38.358986,238.58087,23.530561,277.21274,11.471682,57.792763,0.0,2478.5527,4291.318,2.282079,32.14848,25.62938,21865.473,64.1862,2.1790998,58.090324,101.27862,38.605576,10.449394,55.749306,450.2301,32.63172,35.940125,3.303639,8.630278,662.5494,0.31848195,458.99866,47.512905,2858.4597,84.88709,162.0281,191.38315,371.44653,35.514362,48.55915,348.80768,27.841248,27.811264,12.684432,36.051205,220.89784,10.858201,8.147874,97.08867,19.61752,4565.5566,26.920643,51.137096,24.261105,28.67054,359.39246,89.85306,50.774193,11.662723,13.880825,46.934345,104.77167,261.3158,78.21613,270.6855,31.776567,42.99087,111.41842,148.04355,75.977585,129.09995,10.9809675,6.391452,15.441291,28.546564,3827.5667,14.324237,50.827736,153.28387,29.304571,322.33322,105.90537,270.3252,8.19638,97.706985,887.40283,878.5016,78.937805,1062.205,135.98279,114.76811,73.74117,80.659904,15.088807,44.83942,530.55383,10.523283,15.399785,270.26236,10.073272,5.977275,73.9916,70.24179,705.0257,169.22015,181.44838,2038.9021,65.645164,1860.8966,1558.7806,7.378149,4.6389785,1250.2537,14.34663,9.8494625,318.60394,22.32887,47.08097,26.508617,96.72005,410.14474,262.3937,3.2691612,31.755068,59.20422,462.3037,5.8781447,86.36725,7.68414,1.543228,54.477673,1.3165053,1.4440459,4.968634,10.179827,25.922451,20.241463,31.17957,269.54874,29.766129,12.70046,20.907259,6.0119815,75.02823,2.9370966,2.6209676,5.548387,61.766872,0.59553,2.625319,5.510278,32.308872,14.924423,3.4593549,2.02489,117.02948,12.547982,221.81549,9.918852,450.6692,20.936235,874.5837,176.83301,5.3763833,9.859533,333.9237,419.86774,1771.0748,756.8274 +2023-03-29 01:00:00,0.0,3453.2358,28.534771,12.615798,7.130075,34.912464,177.77045,29.778828,63.65701,24.401928,40.28852,163.46524,348.77316,18.723385,21.825619,10.530423,2.124704,33.84491,15.881164,18.773308,433.83362,4.949428,298.65988,112.93668,9.768778,94.038475,118.819336,61.508686,556.21594,248.86375,1788.6823,13.484196,2392.888,114.7566,12.528045,9.369933,59.75609,188.28589,264.3633,404.71448,62.224125,17.699717,9.147386,859.8733,207.0702,74.136765,38.37863,238.57912,23.515663,277.1798,11.469885,57.811428,0.0,2480.153,4294.441,2.2850485,32.14277,25.63877,21874.102,64.21293,2.1799314,58.15177,101.38496,38.618793,10.451154,55.808144,450.33096,32.63944,35.97303,3.3068058,8.631079,662.8215,0.3183805,459.3245,47.459946,2858.9324,84.81575,162.09053,191.40437,370.0937,35.449768,48.53362,348.16287,27.791698,27.767326,12.687797,36.05082,220.901,10.857909,8.147242,97.116936,19.621933,4565.507,26.928991,51.173386,24.269405,28.681911,359.40323,89.838326,50.805107,11.665935,13.885851,46.961033,104.82666,261.45834,78.26556,270.74408,31.778254,43.027313,111.44551,148.20961,76.05807,129.05144,10.968788,6.3985147,15.43411,28.57259,3831.5032,14.309308,50.89579,153.2709,29.316002,322.4778,105.92984,270.4876,8.19606,97.68698,887.98895,879.0991,78.9874,1063.3383,136.02145,114.86248,73.74689,80.543015,15.07126,44.81268,530.657,10.515246,15.388153,270.1492,10.072849,5.9763727,73.9733,70.24547,705.0359,169.19366,181.4604,2039.0061,65.696175,1861.3514,1559.2119,7.3797684,4.6389,1250.1548,14.342098,9.850974,318.56122,22.33319,47.092625,26.519827,96.77602,410.38116,262.3247,3.2697284,31.758966,59.217915,462.53677,5.879493,86.37155,7.684823,1.5430596,54.47148,1.316605,1.4439547,4.9683347,10.179862,25.928806,20.25014,31.186335,269.68094,29.765905,12.697677,20.894657,6.0104265,75.01395,2.9365814,2.6181765,5.547715,61.763645,0.5934293,2.6237974,5.5002203,32.342777,14.923885,3.4568639,2.0264637,117.11175,12.554132,221.8686,9.925005,450.9512,20.942389,874.26764,176.93423,5.378389,9.863046,334.20703,420.22742,1772.3779,756.65875 +2023-03-29 02:00:00,0.0,3454.7737,28.536413,12.627357,7.1294856,34.92765,177.77324,29.78573,63.681137,24.406399,40.30082,163.48611,348.92786,18.733185,21.82629,10.52645,2.1236029,33.850063,15.846311,18.763292,433.8703,4.9264884,298.59286,112.90469,9.74126,93.81801,118.745804,61.48635,555.9265,248.82146,1788.6539,13.440565,2392.9534,114.03039,12.501747,9.346058,59.597614,188.36015,264.35504,403.6056,62.238575,17.70774,9.14668,860.1065,206.50708,74.14896,38.398277,238.57736,23.500765,277.14685,11.468088,57.830097,0.0,2481.7532,4297.5635,2.2880182,32.137054,25.648159,21882.73,64.239655,2.1807632,58.213215,101.4913,38.63201,10.452912,55.86698,450.43182,32.64716,36.005936,3.309973,8.63188,663.09357,0.31827903,459.65033,47.40699,2859.4053,84.7444,162.15294,191.42558,368.74088,35.385178,48.508087,347.51804,27.74215,27.723389,12.69116,36.050434,220.90416,10.857617,8.146609,97.14521,19.626348,4565.4575,26.93734,51.20968,24.277706,28.693283,359.41397,89.8236,50.83602,11.6691475,13.890877,46.98772,104.88166,261.6009,78.31499,270.80264,31.77994,43.06375,111.472595,148.37567,76.13856,129.00291,10.956608,6.405578,15.426929,28.598616,3835.4397,14.294378,50.96384,153.25793,29.327433,322.6224,105.9543,270.65005,8.19574,97.66698,888.5751,879.69666,79.03699,1064.4717,136.06012,114.95685,73.7526,80.426125,15.053714,44.78594,530.7601,10.50721,15.376522,270.036,10.072427,5.9754705,73.955,70.249146,705.046,169.16718,181.47244,2039.11,65.74719,1861.8062,1559.6432,7.3813877,4.6388216,1250.0559,14.337566,9.852487,318.5185,22.337513,47.104275,26.531038,96.83199,410.6176,262.2557,3.2702956,31.762863,59.231606,462.76987,5.8808417,86.37585,7.6855063,1.542891,54.46529,1.3167046,1.4438634,4.968035,10.179897,25.93516,20.258816,31.1931,269.81317,29.76568,12.694893,20.882057,6.008871,74.999664,2.9360662,2.615385,5.547043,61.76042,0.59132874,2.6222758,5.4901624,32.37668,14.923348,3.4543726,2.0280373,117.19401,12.560283,221.9217,9.931158,451.23322,20.94854,873.9516,177.03548,5.3803945,9.866559,334.49036,420.5871,1773.6809,756.49005 +2023-03-29 03:00:00,0.0,3456.3113,28.538055,12.638915,7.128896,34.94284,177.77605,29.792633,63.70527,24.410868,40.313118,163.50699,349.08252,18.742983,21.826962,10.522476,2.1225016,33.855213,15.811458,18.753277,433.907,4.9035482,298.52582,112.87271,9.71374,93.59754,118.67228,61.46402,555.6371,248.77916,1788.6256,13.396934,2393.0188,113.30417,12.4754505,9.322183,59.43914,188.43442,264.34674,402.4967,62.253025,17.715763,9.145974,860.3397,205.94395,74.16115,38.417923,238.57559,23.485867,277.1139,11.466291,57.848763,0.0,2483.3535,4300.686,2.290988,32.13134,25.657549,21891.36,64.26638,2.1815948,58.27466,101.59763,38.64523,10.454672,55.925823,450.53268,32.654877,36.038845,3.31314,8.632681,663.3656,0.31817758,459.97617,47.354034,2859.878,84.67305,162.21536,191.44681,367.38803,35.320587,48.482555,346.8732,27.6926,27.679451,12.694525,36.05005,220.90732,10.857326,8.145976,97.17348,19.630764,4565.408,26.945688,51.245968,24.286009,28.704653,359.4247,89.80887,50.866936,11.672359,13.895903,47.01441,104.93665,261.7434,78.36442,270.86124,31.781626,43.100193,111.49969,148.54173,76.21905,128.9544,10.9444275,6.412641,15.419748,28.624641,3839.3765,14.2794485,51.031895,153.24496,29.338863,322.767,105.97876,270.8125,8.195419,97.64697,889.1612,880.2942,79.086586,1065.605,136.09879,115.05121,73.758316,80.309235,15.036167,44.759193,530.8632,10.499172,15.364891,269.92282,10.072004,5.974568,73.9367,70.25282,705.05615,169.14067,181.48447,2039.214,65.7982,1862.261,1560.0745,7.383007,4.638743,1249.957,14.333035,9.853998,318.47574,22.341833,47.11593,26.54225,96.88796,410.85403,262.1867,3.2708628,31.766762,59.245296,463.00293,5.88219,86.38015,7.6861897,1.5427225,54.4591,1.3168043,1.4437722,4.967736,10.179933,25.941515,20.26749,31.199865,269.94537,29.765457,12.692108,20.869455,6.0073156,74.98538,2.935551,2.612594,5.546371,61.757195,0.5892281,2.620754,5.4801044,32.410583,14.922811,3.4518816,2.0296109,117.27627,12.566432,221.97482,9.937311,451.51526,20.954693,873.6355,177.13672,5.3824,9.870072,334.77368,420.94678,1774.984,756.32135 +2023-03-29 04:00:00,0.0,3457.849,28.539696,12.650473,7.128307,34.95803,177.77884,29.799538,63.729397,24.415339,40.325417,163.52786,349.23718,18.75278,21.827635,10.518502,2.1214004,33.860367,15.776604,18.743261,433.9437,4.8806086,298.45877,112.84073,9.686222,93.377075,118.59875,61.44169,555.3477,248.73686,1788.5973,13.353303,2393.0842,112.57795,12.449153,9.298308,59.280663,188.50867,264.33847,401.38785,62.26747,17.723787,9.145269,860.5729,205.38083,74.17333,38.43757,238.57382,23.470968,277.08096,11.464494,57.86743,0.0,2484.9536,4303.809,2.2939575,32.125626,25.666939,21899.99,64.293106,2.1824265,58.3361,101.70397,38.658443,10.456431,55.98466,450.63354,32.662598,36.07175,3.316307,8.633482,663.6377,0.31807613,460.30197,47.301075,2860.3508,84.6017,162.27777,191.46803,366.0352,35.255993,48.457024,346.22836,27.643051,27.635511,12.697889,36.049664,220.91046,10.857034,8.145344,97.201744,19.635178,4565.359,26.954037,51.282257,24.29431,28.716024,359.4355,89.79414,50.89785,11.675571,13.900928,47.041096,104.991646,261.88596,78.41385,270.9198,31.783314,43.13663,111.52677,148.7078,76.29954,128.9059,10.932247,6.4197044,15.412568,28.650665,3843.313,14.264519,51.09995,153.232,29.350294,322.91162,106.00323,270.97495,8.1951,97.62697,889.7473,880.8918,79.13618,1066.7383,136.13745,115.14558,73.76404,80.19234,15.0186205,44.732452,530.9664,10.491136,15.35326,269.80966,10.071582,5.9736657,73.9184,70.2565,705.06635,169.11418,181.4965,2039.318,65.84922,1862.7157,1560.5057,7.3846264,4.6386647,1249.8582,14.328504,9.855511,318.433,22.346155,47.127583,26.55346,96.94393,411.09045,262.1177,3.27143,31.77066,59.258987,463.236,5.8835387,86.38445,7.686873,1.5425539,54.452908,1.3169038,1.4436809,4.9674363,10.179967,25.94787,20.276167,31.20663,270.07758,29.765232,12.689324,20.856855,6.0057607,74.9711,2.9350357,2.6098027,5.545699,61.75397,0.5871275,2.6192324,5.4700465,32.44449,14.922273,3.4493906,2.0311844,117.35853,12.572582,222.02792,9.943464,451.79727,20.960846,873.31946,177.23795,5.3844056,9.873586,335.057,421.30643,1776.2871,756.1527 +2023-03-29 05:00:00,0.0,3459.3867,28.541338,12.662031,7.127718,34.97322,177.78163,29.80644,63.753525,24.41981,40.33771,163.54875,349.39188,18.76258,21.828306,10.514528,2.1202993,33.86552,15.741751,18.733246,433.98038,4.857669,298.39172,112.80874,9.658704,93.15661,118.52522,61.419353,555.0583,248.69456,1788.569,13.309671,2393.1497,111.85174,12.422856,9.274433,59.12219,188.58293,264.33017,400.27896,62.28192,17.73181,9.144564,860.8061,204.8177,74.185524,38.457214,238.57205,23.45607,277.048,11.462697,57.886097,0.0,2486.5537,4306.9316,2.2969272,32.11991,25.676329,21908.62,64.319824,2.183258,58.397545,101.81031,38.67166,10.45819,56.0435,450.7344,32.670315,36.104656,3.319474,8.634284,663.9098,0.31797466,460.6278,47.24812,2860.8235,84.53035,162.34018,191.48926,364.68237,35.191402,48.43149,345.58353,27.593502,27.591574,12.701253,36.04928,220.91362,10.856742,8.144711,97.23001,19.639593,4565.3096,26.962385,51.31855,24.30261,28.727396,359.44623,89.77941,50.928764,11.678783,13.905953,47.067783,105.04664,262.0285,78.46327,270.97836,31.785,43.173073,111.55386,148.87386,76.38002,128.85738,10.920068,6.4267673,15.405388,28.676691,3847.2495,14.24959,51.168003,153.21902,29.361725,323.0562,106.02769,271.13736,8.194779,97.606964,890.33344,881.4893,79.18577,1067.8716,136.17612,115.23994,73.76975,80.07545,15.001074,44.70571,531.06946,10.483099,15.341628,269.69647,10.071159,5.9727635,73.9001,70.26018,705.0765,169.08768,181.50853,2039.4219,65.90023,1863.1704,1560.937,7.3862457,4.6385865,1249.7594,14.323972,9.857022,318.3903,22.350477,47.139236,26.56467,96.9999,411.3269,262.04874,3.2719972,31.774557,59.27268,463.46906,5.884887,86.388756,7.6875563,1.5423855,54.446716,1.3170035,1.4435897,4.967137,10.180002,25.954226,20.284842,31.213396,270.20978,29.765009,12.68654,20.844254,6.004205,74.95682,2.9345205,2.6070116,5.545027,61.750744,0.58502686,2.6177108,5.4599886,32.478394,14.921735,3.4468997,2.032758,117.440796,12.578732,222.08102,9.949618,452.07928,20.967,873.0034,177.33919,5.386411,9.877099,335.34033,421.6661,1777.5902,755.984 +2023-03-29 06:00:00,0.0,3460.9246,28.54298,12.673589,7.1271286,34.98841,177.78442,29.813343,63.777657,24.424278,40.35001,163.56963,349.54654,18.772379,21.828978,10.510554,2.119198,33.87067,15.706898,18.72323,434.0171,4.8347287,298.3247,112.77676,9.631186,92.93615,118.4517,61.397022,554.76886,248.65227,1788.5406,13.26604,2393.215,111.12552,12.39656,9.250558,58.96372,188.6572,264.3219,399.17007,62.29637,17.739834,9.143858,861.0393,204.25458,74.197716,38.47686,238.57028,23.441172,277.01505,11.4609,57.904766,0.0,2488.1538,4310.0547,2.299897,32.1142,25.685719,21917.248,64.34655,2.18409,58.45899,101.91665,38.68488,10.4599495,56.10234,450.83527,32.678036,36.13756,3.3226411,8.635085,664.1819,0.3178732,460.95364,47.195164,2861.2964,84.45901,162.4026,191.51048,363.32953,35.12681,48.405956,344.9387,27.543955,27.547636,12.7046175,36.048893,220.91678,10.85645,8.144078,97.25828,19.644007,4565.2603,26.970734,51.35484,24.310911,28.738766,359.45697,89.76469,50.95968,11.681995,13.910979,47.09447,105.10163,262.17105,78.5127,271.03696,31.786686,43.20951,111.58095,149.03992,76.46051,128.80887,10.907887,6.4338307,15.398207,28.702717,3851.186,14.23466,51.236057,153.20605,29.373156,323.2008,106.05215,271.2998,8.194459,97.58696,890.91956,882.08685,79.23536,1069.005,136.21478,115.334305,73.77547,79.95856,14.983527,44.67897,531.1726,10.475062,15.329997,269.58328,10.070737,5.971861,73.881805,70.263855,705.0866,169.06119,181.52057,2039.526,65.95125,1863.6252,1561.3683,7.387865,4.638508,1249.6605,14.319441,9.858535,318.34756,22.354797,47.15089,26.575882,97.05588,411.56332,261.97974,3.2725644,31.778456,59.28637,463.70215,5.8862357,86.39305,7.6882396,1.5422169,54.440525,1.3171031,1.4434984,4.9668374,10.1800375,25.96058,20.293518,31.220161,270.34198,29.764786,12.683756,20.831654,6.00265,74.94254,2.9340053,2.6042202,5.544355,61.747517,0.5829263,2.6161892,5.4499307,32.5123,14.921198,3.4444087,2.0343316,117.523056,12.584882,222.13414,9.955771,452.3613,20.97315,872.6873,177.44043,5.3884172,9.880611,335.62366,422.0258,1778.8933,755.81537 +2023-03-29 07:00:00,0.0,3462.4622,28.544622,12.685147,7.126539,35.003597,177.78722,29.820246,63.801785,24.42875,40.36231,163.5905,349.7012,18.782177,21.82965,10.50658,2.1180968,33.875824,15.672045,18.713215,434.05377,4.811789,298.25766,112.74477,9.603666,92.71568,118.37817,61.37469,554.47943,248.60997,1788.5125,13.222409,2393.2803,110.39931,12.370262,9.226684,58.80524,188.73145,264.3136,398.06122,62.31082,17.747856,9.143153,861.2725,203.69145,74.2099,38.496506,238.56853,23.426273,276.98212,11.459104,57.92343,0.0,2489.7542,4313.1772,2.3028667,32.108486,25.695108,21925.877,64.373276,2.1849215,58.520435,102.022995,38.698097,10.461708,56.16118,450.93613,32.685753,36.17047,3.325808,8.635886,664.4539,0.31777173,461.27948,47.142204,2861.769,84.38766,162.46501,191.5317,361.9767,35.062218,48.380424,344.29385,27.494406,27.503698,12.707981,36.048508,220.91994,10.856158,8.143446,97.286545,19.648422,4565.2104,26.979082,51.39113,24.319214,28.750137,359.46774,89.749954,50.990593,11.685208,13.916004,47.12116,105.156624,262.3136,78.56213,271.09552,31.788372,43.245953,111.60804,149.20598,76.541,128.76036,10.895707,6.440894,15.3910265,28.728743,3855.1226,14.21973,51.30411,153.19308,29.384586,323.3454,106.076614,271.46225,8.1941395,97.566956,891.5057,882.6844,79.28496,1070.1383,136.25345,115.428665,73.78118,79.84167,14.965981,44.652225,531.2757,10.467026,15.318366,269.4701,10.070315,5.9709587,73.8635,70.26753,705.0968,169.0347,181.5326,2039.6299,66.002266,1864.08,1561.7996,7.389484,4.6384296,1249.5616,14.314909,9.860046,318.30484,22.35912,47.16254,26.587091,97.11185,411.79977,261.91074,3.2731316,31.782352,59.30006,463.9352,5.887584,86.397354,7.688923,1.5420483,54.434334,1.3172028,1.443407,4.966538,10.180073,25.966934,20.302193,31.226927,270.47418,29.76456,12.680971,20.819052,6.001095,74.92826,2.93349,2.601429,5.5436826,61.744293,0.5808256,2.6146677,5.4398727,32.546204,14.92066,3.4419174,2.0359051,117.605316,12.591031,222.18724,9.961925,452.6433,20.979303,872.3713,177.54167,5.390423,9.884125,335.90698,422.38547,1780.1964,755.64667 +2023-03-29 08:00:00,0.0,3464.0,28.546265,12.696706,7.12595,35.018787,177.79001,29.827148,63.825912,24.433218,40.374607,163.61137,349.85587,18.791977,21.830322,10.502606,2.1169956,33.880974,15.637191,18.7032,434.09045,4.7888494,298.1906,112.71278,9.576148,92.49522,118.30464,61.352356,554.19,248.56767,1788.4841,13.178778,2393.3457,109.67309,12.343966,9.202808,58.646767,188.80571,264.30533,396.95233,62.325268,17.75588,9.142447,861.50574,203.12833,74.22209,38.51615,238.56677,23.411375,276.94916,11.457307,57.9421,0.0,2491.3542,4316.3,2.3058362,32.10277,25.704498,21934.506,64.4,2.185753,58.58188,102.129326,38.711315,10.463468,56.220016,451.03702,32.693474,36.203377,3.3289752,8.636687,664.726,0.3176703,461.6053,47.08925,2862.242,84.31631,162.52744,191.55292,360.62387,34.997623,48.354893,343.64902,27.444857,27.459759,12.711346,36.04812,220.92308,10.855866,8.142813,97.31481,19.652838,4565.161,26.98743,51.427418,24.327515,28.761509,359.4785,89.73523,51.021507,11.68842,13.92103,47.147846,105.21162,262.45615,78.61156,271.1541,31.79006,43.28239,111.635124,149.37204,76.62148,128.71184,10.883527,6.447957,15.383845,28.754768,3859.059,14.204801,51.372166,153.18011,29.396017,323.49,106.101074,271.6247,8.193819,97.54695,892.0918,883.2819,79.33455,1071.2716,136.29211,115.52303,73.786896,79.72478,14.948434,44.625484,531.37885,10.458989,15.306734,269.35693,10.069893,5.9700565,73.8452,70.27121,705.10693,169.0082,181.54463,2039.7339,66.053276,1864.5348,1562.231,7.3911033,4.638351,1249.4628,14.310377,9.861559,318.26212,22.36344,47.174194,26.598303,97.167816,412.0362,261.84174,3.2736988,31.786251,59.31375,464.16827,5.888933,86.40166,7.689606,1.5418798,54.428143,1.3173023,1.4433159,4.9662385,10.180108,25.97329,20.31087,31.23369,270.60638,29.764338,12.678187,20.806452,5.9995394,74.91398,2.9329748,2.5986378,5.5430107,61.741066,0.57872504,2.6131458,5.4298153,32.58011,14.920122,3.4394264,2.037479,117.68758,12.597181,222.24036,9.968078,452.92532,20.985456,872.05524,177.6429,5.3924284,9.887638,336.1903,422.74515,1781.4995,755.478 +2023-03-29 09:00:00,0.0,3465.5378,28.547907,12.708263,7.1253605,35.033978,177.7928,29.834051,63.850044,24.437689,40.386906,163.63225,350.01056,18.801775,21.830994,10.498633,2.1158946,33.886127,15.602338,18.693184,434.12717,4.7659097,298.1236,112.6808,9.54863,92.27475,118.23111,61.330025,553.9006,248.52538,1788.4558,13.135147,2393.4111,108.94687,12.317668,9.178933,58.48829,188.87997,264.29703,395.84344,62.339718,17.763903,9.141742,861.7389,202.56519,74.23428,38.535797,238.565,23.396477,276.9162,11.45551,57.960766,0.0,2492.9543,4319.423,2.308806,32.097057,25.713886,21943.135,64.42672,2.1865847,58.643322,102.235664,38.724533,10.465226,56.278854,451.13788,32.701195,36.236282,3.332142,8.637488,664.9981,0.3175688,461.93112,47.03629,2862.7146,84.24496,162.58986,191.57414,359.27106,34.933033,48.32936,343.00418,27.395308,27.415821,12.714709,36.047737,220.92624,10.855574,8.14218,97.34308,19.657251,4565.112,26.995779,51.46371,24.335815,28.772879,359.48923,89.720505,51.052418,11.691632,13.926056,47.174538,105.26661,262.5987,78.66099,271.21268,31.791746,43.318832,111.66222,149.5381,76.70197,128.66333,10.871346,6.4550204,15.376665,28.780794,3862.9956,14.189871,51.44022,153.16714,29.407448,323.63458,106.125534,271.7871,8.193499,97.52695,892.6779,883.87946,79.38414,1072.4049,136.33078,115.61739,73.79262,79.60788,14.930887,44.598743,531.48193,10.450953,15.295103,269.24374,10.06947,5.969154,73.826904,70.27489,705.11707,168.9817,181.55667,2039.8378,66.104294,1864.9895,1562.6622,7.3927226,4.638273,1249.364,14.305846,9.8630705,318.2194,22.367762,47.18585,26.609514,97.22379,412.2726,261.77274,3.274266,31.790148,59.327442,464.40137,5.8902817,86.40596,7.690289,1.5417113,54.42195,1.317402,1.4432245,4.965939,10.180142,25.979645,20.319546,31.240456,270.7386,29.764112,12.675404,20.79385,5.997984,74.8997,2.9324596,2.5958467,5.542339,61.73784,0.57662445,2.6116242,5.4197574,32.614014,14.919584,3.4369354,2.0390525,117.769844,12.603331,222.29346,9.974231,453.20734,20.991608,871.73914,177.74414,5.394434,9.891151,336.47363,423.1048,1782.8026,755.3093 +2023-03-29 10:00:00,0.0,3467.0754,28.54955,12.719822,7.124771,35.049168,177.7956,29.840954,63.874172,24.442158,40.399204,163.65312,350.16522,18.811573,21.831667,10.494659,2.1147933,33.891277,15.567485,18.683168,434.16385,4.7429695,298.05655,112.64881,9.5211115,92.05429,118.157585,61.307693,553.61115,248.48308,1788.4275,13.091516,2393.4766,108.22066,12.291371,9.155059,58.32982,188.95422,264.28876,394.73456,62.354168,17.771927,9.141036,861.9721,202.00206,74.24647,38.555443,238.56323,23.381578,276.88327,11.453713,57.979435,0.0,2494.5547,4322.5454,2.3117757,32.091343,25.723276,21951.764,64.453445,2.1874166,58.704765,102.34201,38.737747,10.466986,56.337696,451.23874,32.70891,36.269188,3.3353093,8.63829,665.27014,0.31746736,462.25696,46.983334,2863.1875,84.173615,162.65228,191.59537,357.9182,34.868443,48.30383,342.35938,27.345758,27.371883,12.718074,36.047348,220.9294,10.855282,8.141548,97.371346,19.661667,4565.0625,27.004128,51.5,24.344118,28.78425,359.5,89.70577,51.083332,11.694844,13.931082,47.201225,105.3216,262.74124,78.71042,271.27127,31.793432,43.35527,111.6893,149.70416,76.78246,128.6148,10.859167,6.4620833,15.369484,28.80682,3866.9321,14.174942,51.508274,153.15417,29.41888,323.7792,106.149994,271.94955,8.193179,97.50694,893.26404,884.47705,79.43374,1073.5383,136.36945,115.71176,73.79833,79.49099,14.913341,44.572002,531.5851,10.442916,15.283472,269.13055,10.069048,5.9682517,73.8086,70.278564,705.12726,168.9552,181.5687,2039.9419,66.155304,1865.4443,1563.0935,7.394342,4.638194,1249.2651,14.301314,9.864583,318.17667,22.372082,47.197502,26.620724,97.27976,412.50906,261.70374,3.2748332,31.794046,59.341133,464.63443,5.89163,86.410255,7.6909723,1.5415428,54.41576,1.3175017,1.4431334,4.9656396,10.180178,25.986,20.32822,31.247221,270.8708,29.76389,12.672619,20.78125,5.9964285,74.885414,2.9319444,2.5930555,5.5416665,61.734615,0.5745238,2.6101027,5.4096994,32.647915,14.919047,3.4344444,2.040626,117.852104,12.609481,222.34657,9.980384,453.48935,20.99776,871.4231,177.84538,5.3964396,9.894665,336.75696,423.46448,1784.1057,755.1406 +2023-03-29 11:00:00,0.0,3468.6133,28.55119,12.73138,7.124182,35.064358,177.7984,29.847857,63.8983,24.446629,40.411503,163.674,350.3199,18.821373,21.832338,10.490685,2.113692,33.89643,15.532631,18.673153,434.20056,4.72003,297.9895,112.61683,9.493592,91.833824,118.08405,61.28536,553.3217,248.44078,1788.3992,13.047885,2393.542,107.49444,12.265074,9.131184,58.171345,189.02849,264.28046,393.6257,62.368614,17.779951,9.140331,862.2053,201.43893,74.25866,38.57509,238.56148,23.366682,276.8503,11.451917,57.998104,0.0,2496.1548,4325.6685,2.3147452,32.08563,25.732666,21960.393,64.48017,2.1882482,58.76621,102.44834,38.750965,10.468745,56.396534,451.3396,32.716633,36.302097,3.3384762,8.6390915,665.54224,0.3173659,462.5828,46.930378,2863.6604,84.102264,162.71469,191.61658,356.5654,34.80385,48.278297,341.71454,27.296211,27.327946,12.721437,36.046963,220.93256,10.85499,8.140915,97.39961,19.666082,4565.013,27.012476,51.53629,24.352419,28.795622,359.51074,89.69105,51.114246,11.698056,13.936107,47.227913,105.376595,262.8838,78.75985,271.32983,31.795118,43.391712,111.71639,149.87022,76.86295,128.5663,10.846987,6.4691467,15.362304,28.832846,3870.869,14.160012,51.57633,153.1412,29.430311,323.9238,106.17446,272.112,8.192859,97.48694,893.85016,885.0746,79.48333,1074.6716,136.40811,115.80612,73.80405,79.3741,14.895794,44.545258,531.68823,10.434879,15.271841,269.0174,10.068625,5.9673495,73.790306,70.28224,705.1374,168.92871,181.58073,2040.0457,66.20632,1865.899,1563.5248,7.3959613,4.638116,1249.1663,14.296783,9.866096,318.13394,22.376404,47.209156,26.631935,97.33573,412.74548,261.63474,3.2754004,31.797945,59.354828,464.8675,5.8929787,86.41456,7.6916556,1.5413742,54.40957,1.3176013,1.443042,4.96534,10.180213,25.992353,20.336897,31.253986,271.00302,29.763664,12.669835,20.76865,5.9948735,74.87114,2.9314291,2.590264,5.5409946,61.731388,0.5724232,2.608581,5.3996415,32.68182,14.9185095,3.4319534,2.0421996,117.934364,12.61563,222.39967,9.986537,453.77136,21.003914,871.10706,177.94661,5.398445,9.898177,337.04028,423.82416,1785.4088,754.972 +2023-03-29 12:00:00,0.0,3470.151,28.552832,12.742938,7.123593,35.079544,177.8012,29.85476,63.92243,24.451097,40.4238,163.69487,350.47455,18.831171,21.83301,10.4867115,2.112591,33.901585,15.497778,18.663137,434.23724,4.69709,297.9225,112.58484,9.466074,91.61336,118.01053,61.263027,553.0323,248.39848,1788.3708,13.004253,2393.6074,106.76823,12.238777,9.107308,58.012867,189.10275,264.2722,392.5168,62.383064,17.787973,9.139626,862.43854,200.87581,74.27085,38.594738,238.5597,23.351784,276.81735,11.45012,58.01677,0.0,2497.7551,4328.791,2.317715,32.079918,25.742056,21969.021,64.5069,2.1890798,58.827652,102.55468,38.764183,10.470504,56.45537,451.44046,32.72435,36.335003,3.3416433,8.639893,665.81433,0.31726444,462.9086,46.87742,2864.133,84.030914,162.77711,191.6378,355.21255,34.739258,48.252766,341.0697,27.246662,27.284008,12.724802,36.046577,220.93571,10.854698,8.140283,97.42788,19.670496,4564.964,27.020824,51.572582,24.36072,28.806992,359.52148,89.676315,51.14516,11.701269,13.941133,47.2546,105.43159,263.0263,78.80927,271.38843,31.796804,43.42815,111.74348,150.03629,76.943436,128.51779,10.834806,6.4762096,15.3551235,28.858871,3874.8054,14.145082,51.644382,153.12823,29.441742,324.0684,106.19892,272.27444,8.192538,97.466934,894.4363,885.6721,79.53292,1075.8049,136.44678,115.90049,73.80976,79.25721,14.878247,44.518517,531.7913,10.426843,15.260209,268.9042,10.068203,5.9664474,73.772,70.28592,705.1475,168.90222,181.59276,2040.1498,66.25733,1866.3539,1563.956,7.3975806,4.6380377,1249.0674,14.292252,9.867607,318.0912,22.380726,47.22081,26.643147,97.39171,412.98193,261.56577,3.2759676,31.801842,59.36852,465.1006,5.894327,86.41886,7.692339,1.5412056,54.403378,1.3177009,1.4429508,4.9650407,10.180248,25.998709,20.345572,31.260752,271.13522,29.763441,12.66705,20.756048,5.993318,74.85686,2.930914,2.587473,5.540323,61.728165,0.5703226,2.6070595,5.3895836,32.715725,14.917972,3.4294624,2.0437732,118.016624,12.62178,222.45279,9.99269,454.0534,21.010067,870.791,178.04785,5.4004507,9.9016905,337.3236,424.18384,1786.7119,754.8033 +2023-03-29 13:00:00,0.0,3471.6887,28.554474,12.754497,7.1230035,35.094734,177.80399,29.861662,63.94656,24.455568,40.4361,163.71574,350.62924,18.84097,21.833683,10.482738,2.1114898,33.906734,15.462925,18.653122,434.27393,4.67415,297.85544,112.55286,9.438556,91.39289,117.937,61.240696,552.74286,248.35619,1788.3425,12.960623,2393.6729,106.04201,12.21248,9.083434,57.854393,189.17702,264.2639,391.40793,62.397514,17.795998,9.13892,862.67175,200.31268,74.283035,38.614384,238.55794,23.336885,276.78442,11.448323,58.03544,0.0,2499.3552,4331.9136,2.3206847,32.074203,25.751446,21977.65,64.53362,2.1899114,58.8891,102.66102,38.7774,10.472263,56.51421,451.54132,32.73207,36.36791,3.3448102,8.640694,666.08636,0.317163,463.23444,46.824463,2864.606,83.959564,162.83952,191.65903,353.85974,34.674664,48.227234,340.42487,27.197113,27.240068,12.728166,36.046192,220.93886,10.854406,8.139649,97.456154,19.674911,4564.9146,27.029173,51.60887,24.36902,28.818363,359.53226,89.66159,51.176075,11.704481,13.946158,47.28129,105.48658,263.16885,78.8587,271.447,31.798492,43.46459,111.77057,150.20235,77.023926,128.46927,10.822626,6.483273,15.347942,28.884897,3878.742,14.130153,51.712437,153.11526,29.453173,324.21298,106.22338,272.43686,8.192219,97.44693,895.0224,886.26965,79.58251,1076.9382,136.48543,115.99486,73.81548,79.14031,14.860701,44.491776,531.8945,10.418806,15.248578,268.79102,10.0677805,5.9655447,73.75371,70.289604,705.1577,168.87572,181.6048,2040.2537,66.30835,1866.8086,1564.3873,7.3992,4.637959,1248.9686,14.28772,9.86912,318.04846,22.385046,47.23246,26.654356,97.44768,413.21835,261.49677,3.2765348,31.80574,59.38221,465.33365,5.8956757,86.423164,7.6930223,1.5410371,54.397186,1.3178005,1.4428595,4.964741,10.180283,26.005064,20.354248,31.267517,271.26743,29.763216,12.664267,20.743448,5.9917626,74.842575,2.9303987,2.5846817,5.5396504,61.724937,0.568222,2.605538,5.3795257,32.74963,14.917434,3.4269712,2.0453467,118.09889,12.62793,222.50589,9.998843,454.33542,21.016218,870.4749,178.1491,5.4024563,9.905204,337.60693,424.54352,1788.015,754.63464 +2023-03-29 14:00:00,0.0,3473.2263,28.556116,12.766054,7.122414,35.109924,177.80678,29.868565,63.970688,24.460037,40.4484,163.73662,350.7839,18.850767,21.834354,10.478764,2.1103885,33.91189,15.428072,18.643106,434.31064,4.6512103,297.7884,112.520874,9.411037,91.172424,117.86347,61.21836,552.4534,248.31387,1788.3142,12.916991,2393.738,105.31579,12.186183,9.059559,57.69592,189.25127,264.25558,390.29907,62.41196,17.80402,9.138214,862.9049,199.74956,74.29523,38.63403,238.55618,23.321987,276.75146,11.446527,58.054104,0.0,2500.9553,4335.0366,2.3236542,32.06849,25.760836,21986.281,64.56034,2.190743,58.950542,102.76736,38.79062,10.474022,56.57305,451.64218,32.739788,36.400814,3.3479774,8.641496,666.35846,0.3170615,463.56027,46.771507,2865.0786,83.888214,162.90193,191.68025,352.5069,34.610073,48.201702,339.78003,27.147564,27.19613,12.73153,36.045807,220.94202,10.854115,8.139017,97.48442,19.679325,4564.8647,27.037521,51.64516,24.377323,28.829735,359.543,89.64686,51.20699,11.707693,13.951183,47.307976,105.54157,263.3114,78.908134,271.50555,31.800179,43.50103,111.79765,150.36841,77.104416,128.42076,10.810447,6.490336,15.340762,28.910923,3882.6785,14.115224,51.78049,153.1023,29.464603,324.35757,106.24785,272.5993,8.191898,97.426926,895.6085,886.8672,79.63211,1078.0717,136.5241,116.08922,73.8212,79.02342,14.843154,44.465034,531.99756,10.410769,15.236947,268.67783,10.067358,5.9646425,73.735405,70.29328,705.16785,168.84923,181.61682,2040.3577,66.35936,1867.2634,1564.8186,7.400819,4.637881,1248.8698,14.283189,9.870631,318.00574,22.389368,47.244114,26.665567,97.50365,413.4548,261.42776,3.277102,31.809637,59.3959,465.5667,5.897024,86.42746,7.6937056,1.5408686,54.390995,1.3179002,1.4427683,4.9644423,10.180318,26.01142,20.362923,31.274282,271.39963,29.762993,12.661482,20.730846,5.9902077,74.82829,2.9298835,2.5818906,5.5389786,61.72171,0.56612134,2.604016,5.3694677,32.783535,14.916897,3.4244802,2.0469203,118.18115,12.63408,222.55899,10.004996,454.61743,21.022371,870.1589,178.25034,5.404462,9.908717,337.89026,424.90317,1789.3181,754.46594 +2023-03-29 15:00:00,0.0,3474.7642,28.557758,12.777613,7.1218247,35.125114,177.80957,29.875467,63.994816,24.464508,40.460697,163.75749,350.93857,18.860567,21.835026,10.47479,2.1092875,33.917038,15.393218,18.633091,434.34732,4.6282706,297.72134,112.488884,9.383518,90.951965,117.78994,61.19603,552.164,248.27158,1788.2859,12.873361,2393.8035,104.58958,12.159886,9.035685,57.537445,189.32553,264.2473,389.1902,62.42641,17.812044,9.137509,863.1381,199.18643,74.30742,38.653675,238.55441,23.307089,276.7185,11.44473,58.072773,0.0,2502.5557,4338.159,2.326624,32.062775,25.770226,21994.91,64.58707,2.1915748,59.011986,102.8737,38.803837,10.475781,56.63189,451.74304,32.74751,36.433723,3.3511443,8.642297,666.63055,0.31696007,463.8861,46.718548,2865.5515,83.81687,162.96436,191.70148,351.15408,34.54548,48.17617,339.1352,27.098015,27.152193,12.734894,36.045418,220.94518,10.853823,8.138385,97.51269,19.68374,4564.8154,27.04587,51.68145,24.385624,28.841105,359.55374,89.63213,51.237904,11.710905,13.956209,47.334663,105.596565,263.45395,78.957565,271.56415,31.801865,43.537468,111.82474,150.53447,77.184906,128.37225,10.798266,6.4973993,15.333581,28.936949,3886.615,14.100294,51.848545,153.08932,29.476034,324.50217,106.27231,272.76175,8.191579,97.40692,896.19464,887.4648,79.6817,1079.205,136.56276,116.183586,73.82691,78.90653,14.825607,44.43829,532.1007,10.402733,15.225316,268.56467,10.066936,5.9637403,73.71711,70.29696,705.178,168.82274,181.62886,2040.4615,66.41038,1867.7181,1565.2499,7.402438,4.637802,1248.7709,14.278657,9.872144,317.963,22.393688,47.255768,26.676779,97.559616,413.69122,261.35876,3.2776692,31.813536,59.40959,465.7998,5.8983727,86.43176,7.694389,1.5407001,54.384804,1.3179998,1.442677,4.964143,10.180353,26.017773,20.3716,31.281048,271.53183,29.76277,12.658698,20.718246,5.988652,74.81401,2.9293683,2.5790992,5.538306,61.718487,0.56402075,2.6024945,5.35941,32.81744,14.916359,3.4219892,2.0484939,118.26341,12.64023,222.6121,10.01115,454.89944,21.028524,869.84283,178.35156,5.406468,9.9122305,338.17358,425.26285,1790.6212,754.29724 +2023-03-29 16:00:00,0.0,3476.3018,28.5594,12.789171,7.1212354,35.140305,177.81236,29.88237,64.01894,24.468977,40.472996,163.77838,351.09323,18.870365,21.8357,10.470816,2.1081862,33.92219,15.358365,18.623075,434.38403,4.6053305,297.65433,112.4569,9.356,90.7315,117.716415,61.1737,551.8746,248.22928,1788.2577,12.829729,2393.869,103.86336,12.133589,9.011809,57.37897,189.3998,264.239,388.0813,62.44086,17.820066,9.136804,863.37134,198.62329,74.3196,38.67332,238.55264,23.29219,276.68558,11.442933,58.09144,0.0,2504.1558,4341.2817,2.3295937,32.05706,25.779615,22003.54,64.61379,2.1924064,59.07343,102.980034,38.81705,10.477541,56.690727,451.8439,32.755226,36.46663,3.3543115,8.643098,666.90265,0.3168586,464.2119,46.665592,2866.0242,83.74552,163.02676,191.72269,349.80124,34.48089,48.150635,338.49036,27.048466,27.108255,12.738258,36.045036,220.94833,10.853531,8.137752,97.540955,19.688156,4564.766,27.054218,51.717743,24.393925,28.852476,359.5645,89.61741,51.268818,11.714117,13.961235,47.36135,105.65156,263.5965,79.00699,271.6227,31.80355,43.57391,111.85183,150.70053,77.26539,128.32373,10.786086,6.5044622,15.326401,28.962973,3890.5515,14.085364,51.9166,153.07635,29.487465,324.6468,106.29677,272.9242,8.191258,97.38692,896.78076,888.0623,79.73129,1080.3383,136.60143,116.27795,73.83263,78.78964,14.808061,44.41155,532.2038,10.394696,15.213684,268.45148,10.066513,5.9628377,73.69881,70.30064,705.1882,168.79623,181.64088,2040.5657,66.46139,1868.173,1565.6812,7.4040575,4.637724,1248.672,14.274125,9.873655,317.9203,22.39801,47.26742,26.687988,97.61559,413.92764,261.28976,3.2782364,31.817434,59.423283,466.03287,5.899721,86.436066,7.6950717,1.5405315,54.378613,1.3180994,1.4425857,4.9638433,10.180388,26.024128,20.380276,31.287813,271.66403,29.762545,12.655914,20.705645,5.987097,74.79973,2.928853,2.576308,5.5376344,61.71526,0.5619201,2.600973,5.349352,32.851345,14.915821,3.4194982,2.0500677,118.34568,12.646379,222.6652,10.017303,455.18146,21.034676,869.52673,178.4528,5.4084735,9.915743,338.4569,425.62253,1791.9243,754.1286 +2023-03-29 17:00:00,0.0,3477.8396,28.561043,12.800729,7.1206465,35.155495,177.81516,29.889275,64.043076,24.473448,40.485294,163.79926,351.24792,18.880163,21.83637,10.466843,2.107085,33.92734,15.323512,18.61306,434.42072,4.582391,297.58728,112.42492,9.328482,90.51103,117.64288,61.151363,551.58514,248.18698,1788.2294,12.7860985,2393.9343,103.137146,12.107292,8.987934,57.220497,189.47404,264.23074,386.97244,62.45531,17.82809,9.136098,863.60455,198.06017,74.331795,38.692966,238.55089,23.277292,276.65262,11.441136,58.110107,0.0,2505.7559,4344.405,2.3325634,32.05135,25.789005,22012.168,64.64052,2.193238,59.134872,103.08637,38.83027,10.4793,56.74957,451.94476,32.762947,36.499535,3.3574784,8.643899,667.1747,0.31675714,464.53775,46.612637,2866.497,83.67417,163.0892,191.74391,348.4484,34.416294,48.125103,337.84552,26.998919,27.064316,12.741622,36.044647,220.95148,10.853239,8.137119,97.56922,19.69257,4564.717,27.062567,51.754032,24.402227,28.863848,359.57526,89.60268,51.299732,11.71733,13.96626,47.38804,105.70655,263.73904,79.05642,271.6813,31.805239,43.610348,111.878914,150.8666,77.34588,128.27522,10.773906,6.5115256,15.319221,28.988998,3894.488,14.070435,51.984653,153.06339,29.498896,324.79138,106.321236,273.0866,8.190938,97.36691,897.3669,888.65985,79.78089,1081.4716,136.64009,116.372314,73.83834,78.672745,14.790514,44.384808,532.30695,10.38666,15.202053,268.3383,10.066091,5.9619355,73.680504,70.30431,705.1983,168.76974,181.65292,2040.6697,66.512405,1868.6277,1566.1125,7.405677,4.6376457,1248.5731,14.269594,9.875168,317.87756,22.402332,47.279076,26.6992,97.67156,414.1641,261.22076,3.2788038,31.821331,59.436974,466.26593,5.9010696,86.44037,7.695755,1.540363,54.37242,1.318199,1.4424945,4.963544,10.180424,26.030483,20.38895,31.294579,271.79623,29.762321,12.65313,20.693045,5.985542,74.78545,2.9283378,2.5735168,5.5369625,61.712032,0.5598195,2.5994513,5.3392944,32.88525,14.915283,3.4170072,2.0516412,118.42794,12.65253,222.71832,10.023457,455.46347,21.040829,869.2107,178.55405,5.410479,9.919256,338.74023,425.9822,1793.2274,753.9599 +2023-03-29 18:00:00,0.0,3479.3774,28.562683,12.812287,7.120057,35.17068,177.81796,29.896177,64.06721,24.477917,40.49759,163.82013,351.4026,18.889963,21.837042,10.462869,2.105984,33.932495,15.288659,18.603045,434.4574,4.559451,297.52023,112.39293,9.300963,90.290565,117.56936,61.129032,551.2957,248.14468,1788.201,12.742467,2393.9998,102.41093,12.080995,8.96406,57.062023,189.54831,264.22244,385.86356,62.469757,17.836113,9.135392,863.8377,197.49704,74.34399,38.712612,238.54913,23.262394,276.61966,11.43934,58.128773,0.0,2507.356,4347.5273,2.335533,32.045635,25.798395,22020.797,64.667244,2.1940696,59.196316,103.19271,38.843487,10.481059,56.808407,452.04562,32.770664,36.53244,3.3606455,8.6447,667.4468,0.3166557,464.8636,46.559677,2866.9697,83.60282,163.15161,191.76514,347.09558,34.351704,48.09957,337.2007,26.94937,27.020378,12.744987,36.044266,220.95464,10.852947,8.136487,97.59749,19.696985,4564.6675,27.070915,51.79032,24.410528,28.875217,359.586,89.58795,51.330647,11.720542,13.971286,47.414726,105.76154,263.8816,79.10585,271.73987,31.806925,43.64679,111.906006,151.03265,77.42637,128.22672,10.761726,6.518589,15.312039,29.015024,3898.4246,14.055506,52.052704,153.05042,29.510326,324.93597,106.345695,273.24905,8.1906185,97.34691,897.953,889.2574,79.83048,1082.605,136.67876,116.466675,73.84406,78.555855,14.772967,44.358067,532.4101,10.378622,15.190422,268.22513,10.065668,5.9610333,73.66221,70.30799,705.20844,168.74324,181.66495,2040.7736,66.563416,1869.0825,1566.5438,7.407296,4.637567,1248.4744,14.265062,9.876679,317.83484,22.406652,47.29073,26.710411,97.72753,414.4005,261.15176,3.279371,31.82523,59.450665,466.499,5.9024186,86.444664,7.6964383,1.5401945,54.36623,1.3182987,1.4424032,4.9632444,10.180458,26.036839,20.397627,31.301344,271.92844,29.762096,12.650346,20.680443,5.9839864,74.77117,2.9278224,2.5707257,5.53629,61.70881,0.5577189,2.5979297,5.3292365,32.91915,14.914746,3.4145162,2.0532148,118.5102,12.658679,222.77142,10.02961,455.74548,21.046982,868.89465,178.65527,5.4124846,9.92277,339.02356,426.3419,1794.5305,753.79126 +2023-03-29 19:00:00,0.0,3480.915,28.564325,12.823846,7.1194677,35.18587,177.82076,29.90308,64.09133,24.482388,40.509888,163.841,351.55725,18.899761,21.837715,10.458895,2.1048827,33.93765,15.253805,18.593029,434.4941,4.536511,297.45322,112.36095,9.273444,90.0701,117.495834,61.1067,551.0063,248.10239,1788.1727,12.698835,2394.0652,101.68471,12.054698,8.940185,56.903545,189.62257,264.21417,384.75467,62.484207,17.844137,9.134687,864.0709,196.93391,74.35617,38.732258,238.54735,23.247496,276.58673,11.437543,58.14744,0.0,2508.9563,4350.6504,2.3385026,32.03992,25.807783,22029.426,64.69396,2.1949015,59.257763,103.29905,38.856705,10.482818,56.867245,452.14648,32.778385,36.565346,3.3638124,8.645502,667.7189,0.31655422,465.18942,46.50672,2867.4426,83.53147,163.21404,191.78636,345.74274,34.287113,48.07404,336.55588,26.89982,26.97644,12.74835,36.043877,220.9578,10.852654,8.135854,97.625755,19.7014,4564.618,27.079264,51.826614,24.418829,28.88659,359.59677,89.57322,51.36156,11.723754,13.976312,47.441418,105.816536,264.02414,79.15527,271.79846,31.80861,43.683228,111.93309,151.19873,77.50686,128.17819,10.749546,6.525652,15.304859,29.04105,3902.3613,14.040576,52.120758,153.03745,29.521757,325.08057,106.370155,273.4115,8.190298,97.3269,898.5391,889.8549,79.88007,1083.7383,136.71742,116.56104,73.84978,78.438965,14.755421,44.331326,532.5132,10.370585,15.17879,268.11194,10.065246,5.9601307,73.643906,70.31167,705.2186,168.71675,181.67699,2040.8776,66.61443,1869.5372,1566.9751,7.4089155,4.637489,1248.3755,14.26053,9.878192,317.7921,22.410975,47.30238,26.72162,97.78351,414.63696,261.0828,3.2799382,31.829126,59.464355,466.7321,5.903767,86.44897,7.6971216,1.540026,54.360035,1.3183984,1.442312,4.962945,10.180493,26.043192,20.406301,31.30811,272.06067,29.761873,12.647561,20.667843,5.982431,74.75689,2.9273071,2.5679345,5.5356183,61.70558,0.5556183,2.596408,5.3191786,32.953056,14.914208,3.412025,2.0547884,118.59246,12.664829,222.82454,10.035763,456.0275,21.053133,868.57855,178.75652,5.41449,9.926283,339.30685,426.70157,1795.8336,753.62256 +2023-03-29 20:00:00,0.0,3482.453,28.565968,12.835403,7.1188784,35.20106,177.82355,29.909983,64.11546,24.486856,40.522186,163.86188,351.7119,18.90956,21.838387,10.454921,2.1037815,33.9428,15.218952,18.583014,434.5308,4.5135713,297.38617,112.32896,9.245926,89.84964,117.4223,61.084366,550.71686,248.06009,1788.1444,12.655205,2394.1306,100.958496,12.0284,8.916309,56.74507,189.69682,264.20587,383.6458,62.498657,17.852161,9.133982,864.30414,196.37079,74.36836,38.751904,238.5456,23.232597,276.55377,11.435746,58.166107,0.0,2510.5564,4353.773,2.3414724,32.034206,25.817173,22038.055,64.72069,2.195733,59.319206,103.40538,38.869923,10.484577,56.926083,452.24734,32.786102,36.598255,3.3669796,8.646303,667.9909,0.31645277,465.51523,46.453766,2867.9153,83.46013,163.27644,191.80757,344.38992,34.22252,48.048508,335.91104,26.850271,26.932503,12.751715,36.04349,220.96095,10.852363,8.1352215,97.65402,19.705814,4564.5684,27.087612,51.862904,24.427132,28.89796,359.6075,89.558495,51.39247,11.726966,13.981338,47.468105,105.87153,264.16666,79.204704,271.85703,31.810297,43.71967,111.96018,151.36479,77.58734,128.12968,10.737366,6.5327153,15.297678,29.067076,3906.2979,14.025646,52.188812,153.02448,29.533188,325.22516,106.39462,273.5739,8.189978,97.30689,899.12524,890.45245,79.929665,1084.8716,136.75609,116.6554,73.85549,78.322075,14.737874,44.30458,532.61633,10.362549,15.167159,267.99875,10.064823,5.9592285,73.62561,70.315346,705.22876,168.69026,181.68901,2040.9814,66.66544,1869.9921,1567.4064,7.410535,4.63741,1248.2766,14.256,9.8797035,317.7494,22.415295,47.314034,26.732832,97.83948,414.87338,261.0138,3.2805054,31.833025,59.47805,466.96515,5.9051156,86.45327,7.697805,1.5398574,54.353844,1.3184979,1.4422207,4.9626455,10.180529,26.049547,20.414978,31.314875,272.19287,29.761648,12.644777,20.655241,5.9808755,74.74261,2.926792,2.565143,5.5349464,61.70236,0.55351764,2.5948863,5.3091207,32.98696,14.913671,3.409534,2.056362,118.67473,12.670979,222.87764,10.041916,456.3095,21.059286,868.2625,178.85776,5.416496,9.929796,339.59018,427.06122,1797.1367,753.45386 +2023-03-29 21:00:00,0.0,3483.9905,28.56761,12.846962,7.118289,35.21625,177.82634,29.916885,64.139595,24.491327,40.534485,163.88275,351.8666,18.91936,21.839058,10.450947,2.1026802,33.947952,15.184099,18.572998,434.56747,4.4906316,297.31912,112.296974,9.218408,89.62917,117.34878,61.062035,550.4274,248.01779,1788.1161,12.611573,2394.196,100.23228,12.002104,8.892435,56.586594,189.77109,264.1976,382.53693,62.513103,17.860184,9.133276,864.53735,195.80766,74.380554,38.77155,238.54382,23.2177,276.52084,11.433949,58.184776,0.0,2512.1567,4356.8955,2.344442,32.028492,25.826563,22046.684,64.74741,2.1965647,59.38065,103.51173,38.88314,10.486337,56.984924,452.3482,32.793823,36.63116,3.3701465,8.647104,668.263,0.3163513,465.84106,46.400806,2868.3882,83.38878,163.33887,191.8288,343.03708,34.15793,48.022976,335.2662,26.800722,26.888565,12.755078,36.043106,220.9641,10.852071,8.134588,97.68229,19.71023,4564.519,27.09596,51.899193,24.435432,28.90933,359.61826,89.54376,51.423386,11.730178,13.986362,47.494793,105.92652,264.3092,79.254135,271.9156,31.811985,43.756107,111.98727,151.53085,77.66783,128.08118,10.725185,6.539778,15.290498,29.093102,3910.2344,14.010716,52.256866,153.0115,29.544619,325.36975,106.41908,273.73636,8.189658,97.28689,899.71136,891.05005,79.97926,1086.0049,136.79475,116.74977,73.861206,78.205185,14.720327,44.27784,532.7194,10.354512,15.155528,267.88556,10.064401,5.9583263,73.60731,70.31902,705.2389,168.66376,181.70105,2041.0854,66.71646,1870.4468,1567.8376,7.4121537,4.637332,1248.1777,14.251468,9.881216,317.70663,22.419617,47.325687,26.744043,97.89545,415.10983,260.9448,3.2810726,31.836924,59.49174,467.1982,5.906464,86.45757,7.698488,1.5396888,54.347652,1.3185976,1.4421295,4.962346,10.180564,26.055902,20.423653,31.32164,272.32507,29.761425,12.6419935,20.642641,5.9793205,74.728325,2.9262767,2.562352,5.534274,61.69913,0.55141705,2.5933647,5.2990627,33.020866,14.913133,3.407043,2.0579355,118.75699,12.677129,222.93076,10.048069,456.59155,21.06544,867.9465,178.959,5.4185014,9.933309,339.8735,427.4209,1798.4398,753.2852 +2023-03-29 22:00:00,0.0,3485.5283,28.569252,12.85852,7.1176996,35.23144,177.82913,29.923788,64.16372,24.495798,40.546783,163.90363,352.02127,18.929157,21.839731,10.446973,2.1015792,33.953102,15.149246,18.562983,434.6042,4.467692,297.25208,112.26499,9.190889,89.40871,117.275246,61.039703,550.138,247.9755,1788.0878,12.567943,2394.2612,99.506065,11.975806,8.86856,56.428123,189.84535,264.1893,381.42804,62.527554,17.868208,9.132571,864.77057,195.24454,74.39274,38.791195,238.54205,23.2028,276.48788,11.432153,58.20344,0.0,2513.7568,4360.0186,2.3474116,32.02278,25.835953,22055.312,64.77414,2.1973963,59.442093,103.618065,38.896355,10.488095,57.043762,452.44907,32.80154,36.664066,3.3733137,8.647905,668.5351,0.31624985,466.1669,46.34785,2868.8608,83.31743,163.40128,191.85002,341.68427,34.093334,47.997444,334.62137,26.751173,26.844625,12.758443,36.042717,220.96725,10.851779,8.133956,97.710556,19.714643,4564.4697,27.10431,51.935482,24.443733,28.920702,359.62903,89.52904,51.4543,11.733391,13.991388,47.52148,105.98152,264.45175,79.303566,271.97418,31.813671,43.79255,112.01436,151.69691,77.74832,128.03265,10.713005,6.5468416,15.283317,29.119127,3914.171,13.995787,52.32492,152.99852,29.55605,325.51437,106.44354,273.8988,8.189338,97.266884,900.2975,891.6476,80.028854,1087.1383,136.83342,116.84414,73.86692,78.08829,14.702781,44.2511,532.8226,10.346476,15.143897,267.7724,10.063978,5.9574237,73.58901,70.3227,705.2491,168.63727,181.71307,2041.1895,66.76747,1870.9015,1568.2689,7.413773,4.6372533,1248.079,14.246936,9.882729,317.6639,22.423937,47.33734,26.755253,97.95142,415.34625,260.8758,3.2816398,31.84082,59.505432,467.4313,5.9078126,86.46187,7.6991715,1.5395204,54.34146,1.3186972,1.4420382,4.9620466,10.180599,26.062258,20.43233,31.328403,272.45728,29.7612,12.639209,20.630041,5.977765,74.71404,2.9257615,2.5595608,5.533602,61.695904,0.54931647,2.5918431,5.289005,33.05477,14.912596,3.404552,2.059509,118.83925,12.683278,222.98386,10.054222,456.87357,21.071592,867.6304,179.06023,5.420507,9.936822,340.15683,427.78058,1799.7428,753.1165 +2023-03-29 23:00:00,0.0,3487.066,28.570894,12.870078,7.1171107,35.246628,177.83192,29.93069,64.18785,24.500267,40.559082,163.9245,352.17593,18.938955,21.840403,10.442999,2.100478,33.958256,15.114392,18.552967,434.64087,4.4447517,297.18506,112.233,9.16337,89.18824,117.20172,61.01737,549.8486,247.9332,1788.0594,12.524311,2394.3267,98.77985,11.94951,8.844685,56.26965,189.9196,264.18103,380.31918,62.542004,17.87623,9.1318655,865.0037,194.68141,74.40493,38.81084,238.5403,23.187904,276.45493,11.430356,58.22211,0.0,2515.357,4363.141,2.3503814,32.017067,25.845343,22063.943,64.80086,2.1982281,59.503536,103.72441,38.909573,10.489855,57.1026,452.54993,32.80926,36.69697,3.3764806,8.648706,668.8071,0.3161484,466.49274,46.29489,2869.3337,83.24608,163.46368,191.87125,340.33142,34.028744,47.971912,333.97653,26.701626,26.800688,12.7618065,36.042336,220.97041,10.851487,8.133324,97.73882,19.719059,4564.4204,27.112658,51.971775,24.452034,28.932074,359.63977,89.514305,51.485214,11.736603,13.996414,47.54817,106.036514,264.5943,79.35299,272.03275,31.815357,43.828987,112.04144,151.86298,77.82881,127.984146,10.700826,6.5539045,15.276136,29.145153,3918.1074,13.980858,52.392975,152.98555,29.56748,325.65897,106.46801,274.06125,8.189017,97.24688,900.8836,892.2451,80.078445,1088.2716,136.87209,116.9385,73.87264,77.9714,14.685234,44.224358,532.92566,10.338439,15.132265,267.6592,10.063556,5.9565215,73.57071,70.32638,705.2592,168.61076,181.72511,2041.2935,66.81849,1871.3563,1568.7002,7.4153924,4.637175,1247.9801,14.242405,9.88424,317.6212,22.428259,47.348995,26.766464,98.00739,415.58267,260.8068,3.282207,31.844719,59.519123,467.66437,5.909161,86.46617,7.699855,1.5393518,54.33527,1.3187969,1.4419469,4.961747,10.180634,26.068613,20.441004,31.335169,272.58948,29.760977,12.636425,20.61744,5.9762096,74.69977,2.9252462,2.5567696,5.53293,61.69268,0.5472158,2.5903215,5.278947,33.088676,14.912058,3.402061,2.0610828,118.92151,12.689428,223.03696,10.060375,457.15558,21.077744,867.31433,179.16147,5.4225125,9.940335,340.44016,428.14026,1801.0459,752.9479 +2023-03-30 00:00:00,0.0,3488.6038,28.572536,12.881637,7.1165214,35.261818,177.83472,29.937593,64.21198,24.504738,40.57138,163.94537,352.3306,18.948755,21.841074,10.439026,2.0993767,33.963406,15.079539,18.542952,434.67758,4.421812,297.118,112.20102,9.135852,88.96777,117.12819,60.995037,549.55914,247.8909,1788.0312,12.48068,2394.392,98.05363,11.923212,8.82081,56.11117,189.99387,264.17273,379.2103,62.55645,17.884254,9.13116,865.23694,194.11827,74.41712,38.830486,238.53854,23.173006,276.422,11.428559,58.240776,0.0,2516.957,4366.264,2.3533509,32.011353,25.854733,22072.572,64.82758,2.1990597,59.56498,103.83074,38.92279,10.491613,57.16144,452.6508,32.81698,36.72988,3.3796477,8.649508,669.0792,0.31604692,466.81857,46.241936,2869.8064,83.17473,163.52611,191.89247,338.9786,33.96415,47.94638,333.3317,26.652077,26.75675,12.765171,36.041946,220.97357,10.851195,8.13269,97.7671,19.723475,4564.371,27.121006,52.008064,24.460337,28.943443,359.6505,89.49958,51.51613,11.739815,14.001439,47.574856,106.09151,264.73685,79.40242,272.09134,31.817043,43.86543,112.068535,152.02904,77.909294,127.93563,10.688645,6.560968,15.268956,29.171179,3922.044,13.965928,52.46103,152.97258,29.57891,325.80356,106.49247,274.22366,8.188698,97.226875,901.4697,892.84265,80.12804,1089.4049,136.91075,117.03287,73.87836,77.85451,14.667687,44.197613,533.0288,10.330402,15.120634,267.54602,10.063133,5.9556193,73.552414,70.330055,705.26935,168.58427,181.73715,2041.3973,66.86951,1871.811,1569.1315,7.4170117,4.637097,1247.8812,14.237873,9.885753,317.57846,22.43258,47.360645,26.777676,98.06336,415.81912,260.7378,3.2827742,31.848616,59.532814,467.89743,5.9105096,86.470474,7.7005377,1.5391833,54.32908,1.3188964,1.4418557,4.9614477,10.180669,26.074966,20.44968,31.341934,272.72168,29.760752,12.63364,20.60484,5.9746547,74.685486,2.924731,2.5539784,5.532258,61.689453,0.54511523,2.5888,5.268889,33.12258,14.91152,3.3995697,2.0626564,119.00378,12.695578,223.09007,10.066528,457.4376,21.083897,866.9983,179.26271,5.4245186,9.943849,340.72348,428.49994,1802.349,752.7792 +2023-03-30 01:00:00,0.0,3490.1416,28.574179,12.893194,7.115932,35.277008,177.83752,29.944496,64.23611,24.509207,40.58368,163.96625,352.4853,18.958553,21.841747,10.435052,2.0982757,33.96856,15.044686,18.532936,434.71426,4.3988724,297.05096,112.16903,9.108334,88.747314,117.054665,60.972706,549.2697,247.8486,1788.0029,12.437049,2394.4575,97.327415,11.896915,8.796935,55.952698,190.06813,264.16446,378.1014,62.5709,17.892277,9.130454,865.47015,193.55515,74.429306,38.850132,238.53677,23.158108,276.38904,11.426763,58.259445,0.0,2518.5574,4369.3867,2.3563206,32.00564,25.864122,22081.201,64.85431,2.1998913,59.626423,103.93708,38.93601,10.493373,57.22028,452.75165,32.8247,36.762787,3.3828146,8.65031,669.3513,0.31594548,467.14438,46.18898,2870.2793,83.103386,163.58852,191.91368,337.62576,33.89956,47.92085,332.68686,26.602528,26.712812,12.768535,36.041565,220.97672,10.8509035,8.132058,97.795364,19.727888,4564.322,27.129354,52.044353,24.468637,28.954815,359.6613,89.484856,51.547043,11.743027,14.006465,47.601543,106.1465,264.8794,79.45185,272.1499,31.818731,43.901867,112.09562,152.1951,77.989784,127.887115,10.676465,6.568031,15.261775,29.197205,3925.9805,13.950998,52.529083,152.95961,29.590342,325.94815,106.51693,274.3861,8.188377,97.20687,902.05585,893.4402,80.177635,1090.5382,136.94942,117.12723,73.88407,77.73762,14.650141,44.17087,533.1319,10.322366,15.109003,267.43286,10.062711,5.954717,73.53411,70.33373,705.27954,168.55779,181.74918,2041.5013,66.92052,1872.2659,1569.5629,7.418631,4.637018,1247.7823,14.233341,9.887264,317.53574,22.436901,47.3723,26.788885,98.11934,416.05554,260.6688,3.2833414,31.852514,59.546505,468.13052,5.911858,86.47478,7.701221,1.5390147,54.322887,1.3189961,1.4417644,4.9611483,10.180704,26.081322,20.458357,31.3487,272.85388,29.760529,12.6308565,20.592237,5.973099,74.6712,2.9242158,2.551187,5.531586,61.686226,0.5430146,2.5872781,5.2588315,33.156487,14.910982,3.3970788,2.06423,119.08604,12.701728,223.14317,10.072681,457.7196,21.09005,866.6822,179.36394,5.426524,9.947362,341.0068,428.8596,1803.6521,752.61053 +2023-03-30 02:00:00,0.0,3491.6792,28.575819,12.904753,7.1153426,35.2922,177.84032,29.951399,64.26024,24.513678,40.595978,163.98714,352.63995,18.968351,21.842419,10.431078,2.0971744,33.973713,15.009833,18.52292,434.75095,4.375932,296.98395,112.13705,9.080814,88.52685,116.98113,60.95037,548.9803,247.8063,1787.9746,12.393418,2394.523,96.6012,11.870619,8.77306,55.794224,190.14238,264.15616,376.99255,62.58535,17.900301,9.129749,865.70337,192.99202,74.4415,38.869778,238.535,23.14321,276.35608,11.424966,58.27811,0.0,2520.1575,4372.5093,2.3592904,31.999926,25.873512,22089.83,64.881035,2.200723,59.68787,104.04342,38.949226,10.495132,57.279118,452.8525,32.83242,36.795692,3.3859818,8.651111,669.6234,0.315844,467.4702,46.13602,2870.752,83.032036,163.65094,191.9349,336.27295,33.83497,47.895317,332.04202,26.552979,26.668873,12.771899,36.041176,220.97987,10.850612,8.131425,97.82363,19.732304,4564.272,27.137703,52.080647,24.476938,28.966187,359.67203,89.47012,51.577957,11.746239,14.011491,47.62823,106.20149,265.02194,79.50128,272.2085,31.820417,43.93831,112.12271,152.36116,78.070274,127.8386,10.664285,6.575094,15.254595,29.22323,3929.917,13.936069,52.597137,152.94664,29.601772,326.09274,106.5414,274.54855,8.188057,97.18687,902.64197,894.0378,80.22723,1091.6716,136.98808,117.221596,73.889786,77.62072,14.632594,44.14413,533.23505,10.314329,15.097372,267.31967,10.062289,5.9538145,73.51581,70.33742,705.2897,168.53128,181.76122,2041.6052,66.971535,1872.7206,1569.9941,7.4202504,4.63694,1247.6835,14.22881,9.888777,317.493,22.441223,47.383953,26.800097,98.17531,416.292,260.59982,3.2839086,31.856413,59.560196,468.3636,5.9132066,86.47907,7.7019043,1.5388461,54.316696,1.3190957,1.4416732,4.960849,10.180739,26.087677,20.467031,31.355465,272.98608,29.760305,12.628072,20.579638,5.971544,74.65692,2.9237006,2.5483959,5.530914,61.683002,0.540914,2.5857565,5.2487736,33.19039,14.910445,3.3945878,2.0658035,119.1683,12.707877,223.19629,10.0788355,458.00162,21.0962,866.36615,179.46518,5.4285297,9.950874,341.29013,429.21927,1804.9552,752.44183 +2023-03-30 03:00:00,0.0,3493.217,28.577461,12.916311,7.1147532,35.30739,177.84311,29.958302,64.28437,24.518147,40.608276,164.00801,352.79462,18.978151,21.843092,10.427104,2.0960732,33.978863,14.974979,18.512905,434.78766,4.3529925,296.9169,112.105064,9.053296,88.30638,116.90761,60.92804,548.69086,247.764,1787.9463,12.349787,2394.5884,95.874985,11.844321,8.749186,55.63575,190.21664,264.1479,375.88367,62.5998,17.908323,9.129044,865.9366,192.4289,74.45369,38.889423,238.53323,23.128311,276.32315,11.423169,58.29678,0.0,2521.7576,4375.6323,2.36226,31.994211,25.882902,22098.459,64.90776,2.2015548,59.749313,104.14976,38.962444,10.496891,57.337955,452.95337,32.840137,36.828598,3.3891487,8.651912,669.89545,0.31574255,467.79605,46.083065,2871.2249,82.960686,163.71336,191.95613,334.9201,33.770374,47.86978,331.39722,26.50343,26.624935,12.775264,36.04079,220.98303,10.85032,8.130793,97.8519,19.73672,4564.2227,27.146051,52.116936,24.48524,28.977556,359.6828,89.4554,51.60887,11.749452,14.016516,47.65492,106.256485,265.1645,79.550705,272.26706,31.822104,43.974747,112.149796,152.52722,78.150764,127.79009,10.652105,6.582157,15.247414,29.249256,3933.8538,13.92114,52.66519,152.93367,29.613203,326.23734,106.56586,274.711,8.187737,97.16686,903.2281,894.6353,80.27682,1092.8049,137.02675,117.315956,73.89551,77.50383,14.615047,44.11739,533.3382,10.306293,15.08574,267.20648,10.061867,5.9529123,73.49751,70.341095,705.2998,168.50479,181.77324,2041.7092,67.022545,1873.1754,1570.4254,7.4218698,4.6368613,1247.5847,14.224278,9.890288,317.4503,22.445543,47.395607,26.811306,98.23128,416.5284,260.53082,3.2844758,31.86031,59.573887,468.59665,5.914555,86.483376,7.7025876,1.5386777,54.310505,1.3191954,1.4415818,4.9605494,10.180774,26.094032,20.475708,31.36223,273.11832,29.76008,12.625288,20.567036,5.969989,74.64264,2.9231853,2.5456047,5.530242,61.679775,0.53881335,2.584235,5.2387156,33.224293,14.909907,3.3920968,2.067377,119.25056,12.714027,223.24939,10.084989,458.28363,21.102354,866.0501,179.56642,5.4305353,9.954388,341.57346,429.57895,1806.2583,752.27313 +2023-03-30 04:00:00,0.0,3494.7546,28.579103,12.927869,7.114164,35.322575,177.8459,29.965204,64.308495,24.522617,40.620575,164.02888,352.9493,18.98795,21.843763,10.42313,2.0949721,33.984016,14.940126,18.50289,434.82434,4.330053,296.84985,112.073074,9.025778,88.085915,116.834076,60.90571,548.4014,247.72171,1787.918,12.306156,2394.6538,95.148766,11.818025,8.72531,55.477276,190.29091,264.1396,374.77478,62.614246,17.916348,9.128338,866.16974,191.86577,74.46587,38.90907,238.53146,23.113413,276.2902,11.421372,58.315445,0.0,2523.358,4378.755,2.3652296,31.988499,25.89229,22107.088,64.93448,2.2023864,59.810757,104.25609,38.97566,10.498651,57.396797,453.05423,32.84786,36.861507,3.3923159,8.652714,670.16754,0.31564108,468.1219,46.03011,2871.6975,82.889336,163.77579,191.97736,333.5673,33.705784,47.84425,330.75238,26.45388,26.580997,12.778627,36.040405,220.98619,10.850027,8.13016,97.880165,19.741133,4564.1733,27.1544,52.153225,24.493542,28.988928,359.69354,89.44067,51.639786,11.752664,14.021542,47.68161,106.31148,265.307,79.600136,272.32565,31.82379,44.01119,112.17689,152.69328,78.23125,127.74158,10.639925,6.5892205,15.240233,29.275282,3937.7903,13.90621,52.733246,152.9207,29.624634,326.38196,106.59032,274.8734,8.187417,97.14686,903.8142,895.23285,80.326416,1093.9382,137.06541,117.410324,73.90122,77.38694,14.597501,44.090645,533.4413,10.298256,15.074109,267.0933,10.061444,5.95201,73.47921,70.34477,705.31,168.47829,181.78528,2041.8132,67.07356,1873.6301,1570.8567,7.4234886,4.636783,1247.4858,14.219747,9.891801,317.40756,22.449865,47.40726,26.822517,98.28725,416.76483,260.46182,3.285043,31.864208,59.587578,468.82974,5.915904,86.48768,7.703271,1.5385091,54.304314,1.319295,1.4414907,4.96025,10.180809,26.100386,20.484383,31.368996,273.25052,29.759857,12.622504,20.554436,5.9684334,74.62836,2.9226701,2.5428135,5.52957,61.67655,0.53671277,2.5827134,5.2286577,33.258198,14.909369,3.3896058,2.0689507,119.332825,12.720177,223.3025,10.091142,458.56564,21.108507,865.734,179.66766,5.432541,9.957901,341.85678,429.93863,1807.5614,752.1045 +2023-03-30 05:00:00,0.0,3496.2925,28.580746,12.939427,7.113575,35.337765,177.8487,29.972109,64.33263,24.527086,40.632874,164.04976,353.10397,18.997747,21.844435,10.419156,2.0938709,33.989166,14.905273,18.492874,434.86105,4.3071127,296.7828,112.04109,8.99826,87.86545,116.76055,60.883373,548.112,247.67941,1787.8896,12.262525,2394.7192,94.42255,11.791727,8.701435,55.3188,190.36517,264.13132,373.6659,62.628696,17.92437,9.127632,866.40295,191.30264,74.478065,38.928715,238.52971,23.098515,276.25723,11.419576,58.334114,0.0,2524.958,4381.8774,2.3681993,31.982784,25.90168,22115.717,64.961205,2.203218,59.8722,104.362434,38.988876,10.500409,57.455635,453.1551,32.855576,36.894413,3.3954828,8.653515,670.43964,0.31553963,468.4477,45.97715,2872.1704,82.817986,163.8382,191.99857,332.21445,33.64119,47.818718,330.10754,26.404333,26.53706,12.781992,36.04002,220.98933,10.849735,8.129527,97.90843,19.745548,4564.124,27.162748,52.189518,24.501842,29.0003,359.70428,89.42594,51.6707,11.755876,14.026567,47.708298,106.36647,265.44955,79.64957,272.38422,31.825478,44.047626,112.20397,152.85934,78.31174,127.69306,10.627745,6.596284,15.233052,29.301306,3941.7268,13.89128,52.8013,152.90773,29.636065,326.52655,106.614784,275.03586,8.187098,97.126854,904.4003,895.8304,80.37601,1095.0715,137.10408,117.504684,73.90694,77.27005,14.579954,44.063904,533.54443,10.290219,15.062478,266.98013,10.061022,5.9511075,73.460915,70.34845,705.3201,168.4518,181.7973,2041.9172,67.12457,1874.085,1571.288,7.425108,4.6367044,1247.387,14.215216,9.893312,317.36484,22.454185,47.418915,26.833729,98.34322,417.00128,260.39282,3.2856102,31.868105,59.60127,469.0628,5.9172525,86.49198,7.703954,1.5383406,54.298122,1.3193946,1.4413993,4.9599504,10.180844,26.10674,20.49306,31.375761,273.38272,29.759632,12.6197195,20.541834,5.966878,74.61408,2.922155,2.5400221,5.528898,61.673325,0.5346121,2.5811918,5.2186,33.292103,14.908832,3.3871148,2.0705242,119.415085,12.726327,223.3556,10.097295,458.84766,21.11466,865.41797,179.76889,5.4345465,9.961414,342.1401,430.2983,1808.8645,751.9358 +2023-03-30 06:00:00,0.0,3497.83,28.582388,12.950986,7.1129856,35.352955,177.85149,29.979012,64.35676,24.531557,40.64517,164.07063,353.25864,19.007547,21.845108,10.415182,2.0927696,33.99432,14.87042,18.482859,434.89774,4.284173,296.7158,112.0091,8.97074,87.64499,116.68702,60.861042,547.8226,247.63712,1787.8613,12.218894,2394.7844,93.696335,11.76543,8.677561,55.160328,190.43942,264.12302,372.55704,62.643147,17.932394,9.126927,866.63617,190.73952,74.49026,38.94836,238.52795,23.083616,276.2243,11.417779,58.35278,0.0,2526.558,4385.0005,2.371169,31.97707,25.91107,22124.346,64.98793,2.2040496,59.933643,104.46877,39.002094,10.502169,57.514473,453.25595,32.863297,36.92732,3.39865,8.654316,670.7117,0.31543818,468.77353,45.924194,2872.643,82.74664,163.9006,192.01979,330.86163,33.5766,47.793186,329.4627,26.354784,26.49312,12.785356,36.039635,220.9925,10.849443,8.128895,97.9367,19.749964,4564.0747,27.171097,52.225807,24.510145,29.01167,359.71506,89.41121,51.701614,11.759088,14.031593,47.734985,106.42146,265.5921,79.69899,272.44278,31.827164,44.08407,112.231064,153.0254,78.39223,127.64455,10.615564,6.603347,15.225872,29.327332,3945.6633,13.87635,52.869354,152.89476,29.647495,326.67114,106.639244,275.1983,8.186777,97.10685,904.98645,896.4279,80.4256,1096.205,137.14273,117.59905,73.91265,77.15316,14.5624075,44.037163,533.6475,10.282183,15.050846,266.86694,10.060599,5.9502053,73.44261,70.35213,705.33026,168.42531,181.80934,2042.0211,67.17559,1874.5397,1571.7192,7.4267273,4.6366262,1247.2881,14.210684,9.894825,317.3221,22.458508,47.430565,26.844938,98.39919,417.2377,260.32382,3.2861774,31.872004,59.614964,469.29587,5.918601,86.49628,7.7046375,1.538172,54.29193,1.3194942,1.4413081,4.959651,10.18088,26.113096,20.501734,31.382526,273.51492,29.759409,12.616936,20.529234,5.9653225,74.5998,2.9216397,2.537231,5.528226,61.670097,0.53251153,2.5796702,5.208542,33.326008,14.908295,3.3846235,2.0720978,119.497345,12.732477,223.4087,10.103448,459.12967,21.120811,865.1019,179.87013,5.436552,9.964928,342.42343,430.65796,1810.1676,751.76715 +2023-03-30 07:00:00,0.0,3499.368,28.58403,12.9625435,7.1123962,35.368145,177.85428,29.985914,64.38088,24.536026,40.657467,164.0915,353.4133,19.017345,21.84578,10.411208,2.0916684,33.99947,14.8355665,18.472843,434.93442,4.2612333,296.64874,111.97712,8.943222,87.42452,116.613495,60.83871,547.5332,247.59482,1787.833,12.175262,2394.8499,92.970116,11.739133,8.653686,55.00185,190.51369,264.11475,371.44815,62.657593,17.940418,9.126222,866.8694,190.17638,74.50245,38.968006,238.52618,23.068718,276.19135,11.415981,58.37145,0.0,2528.1582,4388.123,2.3741386,31.971357,25.92046,22132.975,65.014656,2.2048812,59.995087,104.57511,39.015312,10.503928,57.573315,453.3568,32.871014,36.960224,3.4018168,8.655117,670.98376,0.3153367,469.09937,45.87124,2873.116,82.67529,163.96303,192.04102,329.5088,33.512005,47.767654,328.81787,26.305235,26.449183,12.78872,36.039246,220.99565,10.849152,8.1282625,97.964966,19.754377,4564.0254,27.179445,52.262096,24.518446,29.02304,359.7258,89.396484,51.73253,11.7623005,14.036618,47.761673,106.476456,265.73465,79.74842,272.50137,31.82885,44.120506,112.25815,153.19147,78.47272,127.59604,10.603385,6.61041,15.218692,29.353357,3949.5999,13.861422,52.93741,152.88179,29.658926,326.81573,106.663704,275.36075,8.186457,97.086845,905.5726,897.0255,80.47519,1097.3383,137.1814,117.69341,73.918365,77.03626,14.544861,44.01042,533.7507,10.274146,15.039215,266.75375,10.060177,5.949303,73.42432,70.355804,705.3404,168.3988,181.82137,2042.1251,67.2266,1874.9945,1572.1505,7.4283466,4.636548,1247.1893,14.206152,9.8963375,317.27936,22.46283,47.44222,26.85615,98.45516,417.47415,260.25482,3.2867446,31.875902,59.628654,469.52893,5.9199495,86.50058,7.7053204,1.5380036,54.28574,1.3195939,1.4412168,4.9593515,10.180915,26.119452,20.51041,31.389292,273.64713,29.759184,12.614151,20.516634,5.9637675,74.58552,2.9211245,2.5344398,5.5275536,61.666874,0.5304109,2.5781484,5.198484,33.359913,14.907757,3.3821325,2.0736716,119.579605,12.7386265,223.46182,10.109601,459.4117,21.126965,864.7858,179.97137,5.4385576,9.96844,342.70676,431.01764,1811.4707,751.59845 +2023-03-30 08:00:00,0.0,3500.9055,28.585672,12.974102,7.111807,35.383335,177.85709,29.992817,64.405014,24.540497,40.669765,164.11238,353.568,19.027143,21.84645,10.407235,2.0905674,34.004623,14.800714,18.462828,434.97113,4.238293,296.5817,111.94514,8.915704,87.204056,116.53996,60.816376,547.2438,247.55252,1787.8047,12.131632,2394.9153,92.243904,11.712836,8.62981,54.843376,190.58795,264.10645,370.33926,62.672043,17.94844,9.125516,867.10254,189.61325,74.51463,38.98765,238.52441,23.05382,276.1584,11.414185,58.390114,0.0,2529.7585,4391.246,2.3771083,31.965643,25.92985,22141.605,65.04138,2.205713,60.056534,104.68145,39.02853,10.505687,57.632153,453.45767,32.878735,36.993134,3.404984,8.655918,671.25586,0.31523526,469.4252,45.81828,2873.5886,82.60394,164.02544,192.06224,328.15594,33.447414,47.742123,328.17303,26.255686,26.405245,12.792084,36.038864,220.99881,10.84886,8.127629,97.99323,19.758793,4563.9756,27.187794,52.298386,24.526747,29.03441,359.73654,89.38176,51.76344,11.765512,14.041644,47.78836,106.53145,265.8772,79.79785,272.55994,31.830536,44.156948,112.28524,153.35753,78.5532,127.54752,10.591205,6.617473,15.211511,29.379383,3953.5364,13.846492,53.005463,152.86882,29.670357,326.96033,106.68817,275.52316,8.186137,97.06684,906.1587,897.62305,80.52479,1098.4716,137.22006,117.78778,73.92409,76.91937,14.527314,43.983677,533.85376,10.266109,15.027584,266.6406,10.059754,5.9484005,73.40601,70.35948,705.3506,168.37231,181.8334,2042.2291,67.27762,1875.4492,1572.5818,7.429966,4.6364694,1247.0905,14.201621,9.897849,317.23663,22.46715,47.453873,26.867361,98.51114,417.71057,260.18582,3.2873118,31.879799,59.642345,469.76202,5.921298,86.50488,7.7060037,1.537835,54.27955,1.3196936,1.4411255,4.959052,10.180949,26.125805,20.519085,31.396057,273.77933,29.75896,12.611367,20.504032,5.962212,74.571236,2.9206092,2.5316486,5.5268817,61.663647,0.5283103,2.5766268,5.188426,33.393818,14.907219,3.3796415,2.0752451,119.66187,12.744777,223.51492,10.115754,459.69373,21.133118,864.4698,180.0726,5.440563,9.971953,342.99008,431.37732,1812.7738,751.42975 +2023-03-30 09:00:00,0.0,3502.4434,28.587313,12.98566,7.1112175,35.39852,177.85988,29.99972,64.42914,24.544966,40.682064,164.13326,353.72266,19.036943,21.847124,10.403261,2.089466,34.009777,14.765861,18.452812,435.0078,4.2153535,296.51468,111.91315,8.8881855,86.98359,116.46644,60.794044,546.95435,247.51022,1787.7765,12.088,2394.9807,91.517685,11.686539,8.605936,54.684906,190.6622,264.09814,369.2304,62.686493,17.956465,9.124811,867.33575,189.05013,74.526825,39.007298,238.52266,23.038921,276.12546,11.412388,58.408783,0.0,2531.3586,4394.3687,2.380078,31.95993,25.93924,22150.234,65.0681,2.2065446,60.117977,104.78778,39.041748,10.507446,57.69099,453.55853,32.88645,37.02604,3.408151,8.65672,671.52795,0.31513378,469.751,45.765324,2874.0615,82.53259,164.08786,192.08347,326.80313,33.382824,47.71659,327.5282,26.206137,26.361307,12.795448,36.038475,221.00195,10.848568,8.126997,98.0215,19.763206,4563.9263,27.196142,52.33468,24.535048,29.045782,359.7473,89.36703,51.794353,11.768724,14.04667,47.81505,106.58644,266.01974,79.84728,272.61853,31.832224,44.193386,112.312325,153.52359,78.63369,127.49901,10.579024,6.6245365,15.20433,29.405409,3957.473,13.831562,53.073513,152.85585,29.681787,327.10492,106.71263,275.6856,8.185817,97.04684,906.7448,898.2206,80.57438,1099.6049,137.25873,117.88215,73.9298,76.80248,14.509768,43.956936,533.9569,10.258073,15.015953,266.5274,10.059332,5.9474983,73.38772,70.36316,705.3607,168.34581,181.84543,2042.333,67.32863,1875.904,1573.0131,7.4315853,4.636391,1246.9916,14.197089,9.899362,317.1939,22.471472,47.465527,26.87857,98.56711,417.94702,260.11685,3.287879,31.883698,59.656036,469.9951,5.9226465,86.509186,7.706687,1.5376664,54.273357,1.3197931,1.4410343,4.9587526,10.1809845,26.13216,20.527761,31.402822,273.91153,29.758736,12.6085825,20.491432,5.9606566,74.55695,2.920094,2.5288575,5.52621,61.66042,0.52620965,2.5751052,5.178368,33.427723,14.906681,3.3771505,2.0768187,119.74413,12.750926,223.56804,10.121907,459.97574,21.139269,864.15375,180.17384,5.4425693,9.975467,343.2734,431.737,1814.0769,751.2611 +2023-03-30 10:00:00,0.0,3503.9812,28.588955,12.997218,7.1106286,35.41371,177.86267,30.006622,64.45327,24.549437,40.694363,164.15413,353.87732,19.046741,21.847795,10.399287,2.0883648,34.014927,14.731008,18.442797,435.0445,4.192414,296.44763,111.881165,8.860666,86.76312,116.392914,60.771713,546.6649,247.46793,1787.7482,12.044369,2395.0461,90.791466,11.660242,8.582061,54.52643,190.73647,264.08987,368.12152,62.70094,17.964487,9.124105,867.569,188.487,74.53902,39.026943,238.52087,23.024025,276.0925,11.410591,58.42745,0.0,2532.9587,4397.491,2.3830476,31.954216,25.94863,22158.863,65.094826,2.2073762,60.17942,104.89413,39.054962,10.509205,57.74983,453.65942,32.894173,37.058945,3.411318,8.657521,671.8,0.31503233,470.07684,45.712368,2874.5342,82.46124,164.15027,192.10468,325.4503,33.31823,47.69106,326.88336,26.156588,26.31737,12.798812,36.03809,221.00511,10.848276,8.126364,98.04977,19.767622,4563.877,27.20449,52.370968,24.54335,29.057154,359.75806,89.3523,51.825268,11.771936,14.051695,47.841736,106.64143,266.1623,79.896706,272.6771,31.83391,44.229828,112.33942,153.68965,78.71418,127.4505,10.566844,6.6315994,15.197149,29.431435,3961.4094,13.816632,53.141567,152.84288,29.693218,327.24954,106.73709,275.84805,8.185496,97.02683,907.33093,898.8181,80.62397,1100.7383,137.2974,117.97651,73.93552,76.68559,14.492221,43.930195,534.06006,10.250035,15.004321,266.4142,10.058909,5.946596,73.369415,70.36684,705.37085,168.31932,181.85747,2042.4371,67.37965,1876.3588,1573.4445,7.4332047,4.6363125,1246.8927,14.192557,9.900873,317.15118,22.475792,47.47718,26.889782,98.62308,418.18344,260.04785,3.2884462,31.887594,59.669727,470.22815,5.923995,86.51348,7.7073703,1.5374979,54.267166,1.3198928,1.440943,4.958453,10.18102,26.138515,20.536438,31.409588,274.04373,29.758512,12.605799,20.47883,5.9591017,74.54267,2.9195788,2.526066,5.5255375,61.657196,0.52410907,2.5735836,5.1683106,33.461628,14.906144,3.3746595,2.0783923,119.82639,12.757076,223.62114,10.12806,460.25775,21.145422,863.83765,180.27509,5.444575,9.97898,343.55673,432.09668,1815.38,751.0924 +2023-03-30 11:00:00,0.0,3505.5188,28.590597,13.008777,7.110039,35.4289,177.86546,30.013525,64.4774,24.553905,40.70666,164.175,354.03198,19.05654,21.848467,10.395313,2.0872638,34.02008,14.696154,18.432781,435.0812,4.1694736,296.38058,111.849174,8.833148,86.54266,116.31938,60.74938,546.3755,247.42563,1787.7198,12.000738,2395.1116,90.065254,11.633945,8.558187,54.367954,190.81073,264.08157,367.01263,62.71539,17.972511,9.1234,867.8022,187.92387,74.5512,39.04659,238.51912,23.009127,276.05954,11.408794,58.446117,0.0,2534.559,4400.6143,2.3860173,31.948502,25.95802,22167.492,65.12155,2.2082078,60.240864,105.000465,39.06818,10.510964,57.80867,453.76028,32.90189,37.09185,3.414485,8.658322,672.0721,0.3149309,470.40268,45.65941,2875.007,82.3899,164.2127,192.1259,324.09747,33.25364,47.665527,326.23856,26.10704,26.27343,12.802176,36.037704,221.00827,10.847984,8.125731,98.07804,19.772038,4563.8276,27.21284,52.407257,24.551651,29.068523,359.7688,89.33757,51.856182,11.775148,14.056721,47.868423,106.69643,266.30484,79.94614,272.7357,31.835596,44.266266,112.3665,153.85571,78.79467,127.401985,10.554664,6.638663,15.189969,29.45746,3965.346,13.8017025,53.20962,152.82991,29.704649,327.39413,106.76156,276.0105,8.185177,97.00683,907.91705,899.41565,80.67357,1101.8716,137.33606,118.07088,73.94123,76.568695,14.474674,43.903454,534.16315,10.241999,14.99269,266.30103,10.058487,5.9456935,73.35111,70.370514,705.38104,168.29283,181.86949,2042.541,67.43066,1876.8136,1573.8757,7.4348235,4.6362343,1246.794,14.188026,9.902386,317.10846,22.480114,47.488834,26.900993,98.679054,418.41986,259.97885,3.2890134,31.891493,59.68342,470.46124,5.9253435,86.517784,7.7080536,1.5373293,54.260975,1.3199924,1.4408518,4.9581537,10.181055,26.14487,20.545113,31.416353,274.17596,29.75829,12.603015,20.46623,5.957546,74.5284,2.9190636,2.523275,5.5248656,61.65397,0.5220085,2.572062,5.1582527,33.49553,14.905606,3.3721685,2.0799658,119.90865,12.763226,223.67426,10.134213,460.53976,21.151575,863.5216,180.37633,5.4465804,9.982493,343.84006,432.45633,1816.6831,750.92377 +2023-03-30 12:00:00,0.0,3507.0566,28.59224,13.020334,7.10945,35.44409,177.86826,30.020428,64.501526,24.558376,40.71896,164.19589,354.18668,19.06634,21.84914,10.391339,2.0861626,34.02523,14.661301,18.422766,435.1179,4.146534,296.31354,111.81719,8.80563,86.3222,116.24586,60.727047,546.08606,247.38333,1787.6915,11.957107,2395.177,89.339035,11.607648,8.534311,54.209476,190.88498,264.0733,365.90378,62.72984,17.980534,9.122694,868.0354,187.36075,74.56339,39.06624,238.51736,22.994228,276.0266,11.406998,58.464783,0.0,2536.1592,4403.737,2.388987,31.94279,25.96741,22176.121,65.14828,2.2090397,60.302307,105.1068,39.081398,10.512724,57.867508,453.86115,32.90961,37.124756,3.4176521,8.659123,672.3442,0.3148294,470.72852,45.606453,2875.4797,82.31855,164.27512,192.14713,322.74463,33.189045,47.639996,325.59372,26.057491,26.229492,12.80554,36.03732,221.01143,10.8476925,8.125099,98.10631,19.776451,4563.7783,27.221188,52.44355,24.559952,29.079895,359.77957,89.322845,51.887096,11.778361,14.061747,47.89511,106.75142,266.44736,79.99557,272.79425,31.837282,44.302708,112.39359,154.02177,78.87515,127.35347,10.542484,6.6457257,15.182788,29.483486,3969.2827,13.786774,53.277676,152.81694,29.71608,327.53873,106.78602,276.1729,8.184856,96.986824,908.5032,900.0132,80.72316,1103.0049,137.37473,118.16524,73.946945,76.451805,14.457128,43.876713,534.2663,10.233962,14.981059,266.18787,10.058064,5.9447913,73.33282,70.37419,705.3912,168.26633,181.88153,2042.645,67.481674,1877.2683,1574.307,7.436443,4.6361556,1246.6951,14.183495,9.903897,317.06573,22.484434,47.500484,26.912203,98.73502,418.6563,259.90985,3.2895806,31.895391,59.69711,470.6943,5.926692,86.52209,7.708737,1.5371609,54.254784,1.3200921,1.4407605,4.9578543,10.18109,26.151224,20.55379,31.423119,274.30817,29.758064,12.60023,20.453629,5.955991,74.514114,2.9185483,2.5204837,5.524194,61.650745,0.51990783,2.5705402,5.148195,33.529434,14.905068,3.3696773,2.0815394,119.99092,12.769376,223.72736,10.1403675,460.82178,21.157726,863.20557,180.47755,5.448586,9.986006,344.12338,432.816,1817.9862,750.75507 +2023-03-30 13:00:00,0.0,3508.5942,28.593882,13.031893,7.1088605,35.459282,177.87105,30.02733,64.52566,24.562845,40.73126,164.21677,354.34134,19.076138,21.849812,10.387365,2.0850613,34.030384,14.626448,18.41275,435.1546,4.1235943,296.24652,111.78521,8.778111,86.10173,116.172325,60.704716,545.79663,247.34103,1787.6632,11.913476,2395.2424,88.61282,11.581351,8.510436,54.051006,190.95924,264.065,364.7949,62.74429,17.988558,9.121989,868.26855,186.79762,74.575584,39.085884,238.5156,22.97933,275.99365,11.405201,58.48345,0.0,2537.7595,4406.86,2.3919568,31.937075,25.976799,22184.75,65.174995,2.2098713,60.36375,105.21314,39.094616,10.5144825,57.926346,453.962,32.917328,37.157665,3.420819,8.6599245,672.6162,0.31472796,471.05432,45.553493,2875.9526,82.2472,164.33754,192.16835,321.3918,33.124454,47.61446,324.94888,26.007942,26.185555,12.808905,36.036934,221.01457,10.847401,8.124466,98.134575,19.780867,4563.729,27.229536,52.47984,24.568254,29.091267,359.7903,89.30811,51.91801,11.781573,14.0667715,47.9218,106.80641,266.5899,80.045,272.85284,31.83897,44.339146,112.42068,154.18784,78.95564,127.304955,10.530304,6.652789,15.175608,29.509512,3973.2192,13.771844,53.34573,152.80397,29.72751,327.68332,106.81048,276.33536,8.184536,96.96682,909.0893,900.6108,80.77275,1104.1382,137.41339,118.259605,73.95267,76.334915,14.439581,43.849968,534.3694,10.225925,14.969428,266.07468,10.057642,5.943889,73.314514,70.37787,705.4013,168.23984,181.89355,2042.7489,67.532684,1877.7231,1574.7383,7.438062,4.6360774,1246.5962,14.178963,9.90541,317.023,22.488756,47.51214,26.923414,98.79099,418.89273,259.84085,3.2901478,31.899288,59.7108,470.92737,5.9280405,86.52639,7.70942,1.5369923,54.248592,1.3201916,1.4406693,4.957555,10.181125,26.15758,20.562464,31.429882,274.44037,29.757841,12.597446,20.441029,5.954436,74.49983,2.9180331,2.5176926,5.5235214,61.64752,0.51780725,2.5690186,5.138137,33.56334,14.904531,3.3671863,2.083113,120.07318,12.775525,223.78047,10.146521,461.1038,21.16388,862.88947,180.5788,5.4505916,9.989519,344.4067,433.1757,1819.2893,750.5864 +2023-03-30 14:00:00,0.0,3510.132,28.595524,13.043451,7.108271,35.474472,177.87384,30.034233,64.54979,24.567316,40.743557,164.23764,354.496,19.085936,21.850483,10.383391,2.0839603,34.035538,14.591595,18.402735,435.19128,4.1006546,296.17947,111.75322,8.750592,85.88126,116.0988,60.68238,545.5072,247.29872,1787.6349,11.869844,2395.3076,87.886604,11.555054,8.486562,53.892532,191.03351,264.05673,363.686,62.758736,17.99658,9.121284,868.5018,186.2345,74.58777,39.10553,238.51382,22.964432,275.9607,11.403404,58.502117,0.0,2539.3596,4409.9824,2.3949263,31.931362,25.986187,22193.379,65.20172,2.210703,60.425198,105.31948,39.107834,10.516242,57.985184,454.06287,32.92505,37.19057,3.4239862,8.660727,672.8883,0.3146265,471.38016,45.500538,2876.4253,82.17585,164.39995,192.18956,320.03897,33.05986,47.58893,324.30405,25.958393,26.141617,12.812268,36.036545,221.01773,10.847108,8.123834,98.16284,19.785282,4563.679,27.237885,52.51613,24.576555,29.102636,359.80106,89.29339,51.948925,11.784785,14.071797,47.94849,106.861404,266.73245,80.09442,272.9114,31.840656,44.375587,112.44777,154.3539,79.03613,127.25645,10.518124,6.659852,15.168427,29.535538,3977.1558,13.756914,53.413784,152.791,29.738941,327.8279,106.834946,276.4978,8.1842165,96.946815,909.6754,901.2083,80.82234,1105.2716,137.45206,118.353966,73.95838,76.218025,14.422034,43.823227,534.47253,10.217889,14.957796,265.9615,10.0572195,5.942987,73.29622,70.381546,705.4115,168.21333,181.9056,2042.853,67.5837,1878.1779,1575.1696,7.4396815,4.635999,1246.4973,14.174432,9.906921,316.9803,22.493078,47.523792,26.934626,98.84697,419.12918,259.77185,3.290715,31.903187,59.72449,471.16046,5.9293895,86.530685,7.7101035,1.5368237,54.2424,1.3202913,1.440578,4.957256,10.18116,26.163935,20.57114,31.436647,274.57257,29.757616,12.594662,20.428427,5.9528804,74.48555,2.917518,2.5149012,5.5228496,61.64429,0.5157066,2.567497,5.128079,33.597244,14.903994,3.3646953,2.0846865,120.15544,12.781675,223.83357,10.152674,461.3858,21.170033,862.5734,180.68004,5.452597,9.993032,344.69003,433.53537,1820.5924,750.4177 +2023-03-30 15:00:00,0.0,3511.6697,28.597166,13.055009,7.1076818,35.48966,177.87663,30.041136,64.57391,24.571787,40.755856,164.25851,354.65067,19.095734,21.851156,10.379418,2.082859,34.040688,14.556741,18.392717,435.22797,4.0777144,296.11243,111.72124,8.723074,85.6608,116.02527,60.66005,545.2178,247.25642,1787.6066,11.826214,2395.373,87.160385,11.528757,8.462687,53.734055,191.10776,264.04843,362.57715,62.773186,18.004604,9.120578,868.735,185.67136,74.59996,39.125175,238.51207,22.949533,275.92776,11.4016075,58.520786,0.0,2540.9597,4413.105,2.397896,31.925648,25.995577,22202.008,65.22845,2.2115345,60.48664,105.42582,39.12105,10.518001,58.044025,454.16373,32.932766,37.223476,3.427153,8.661528,673.1604,0.31452504,471.706,45.447582,2876.8982,82.1045,164.46236,192.21078,318.68616,32.99527,47.563396,323.6592,25.908844,26.097677,12.815633,36.036163,221.02089,10.846816,8.123201,98.19111,19.789696,4563.63,27.246233,52.552418,24.584856,29.114008,359.81183,89.278656,51.97984,11.787997,14.076823,47.975178,106.9164,266.875,80.14385,272.96997,31.842342,44.412025,112.47485,154.51996,79.116615,127.20793,10.505943,6.6669154,15.161246,29.561563,3981.0923,13.741984,53.48184,152.77803,29.750372,327.9725,106.859406,276.66025,8.183896,96.92681,910.26154,901.80585,80.87194,1106.4049,137.49072,118.44833,73.964096,76.10113,14.404488,43.796486,534.5756,10.209852,14.946165,265.84833,10.056797,5.9420843,73.277916,70.38523,705.42163,168.18684,181.91762,2042.9568,67.63472,1878.6326,1575.6008,7.441301,4.6359205,1246.3984,14.1699,9.908434,316.93756,22.497398,47.535446,26.945835,98.90294,419.3656,259.70285,3.2912822,31.907084,59.738186,471.39352,5.930738,86.53499,7.7107863,1.5366552,54.23621,1.3203909,1.4404867,4.9569564,10.181195,26.17029,20.579815,31.443413,274.70477,29.757393,12.591878,20.415827,5.951325,74.47127,2.9170027,2.51211,5.522177,61.641068,0.513606,2.5659754,5.118021,33.63115,14.903456,3.3622043,2.0862603,120.2377,12.787825,223.88667,10.158827,461.66782,21.176186,862.2574,180.78127,5.4546027,9.996546,344.97336,433.89505,1821.8955,750.249 +2023-03-30 16:00:00,0.0,3513.2075,28.598806,13.066567,7.107093,35.50485,177.87944,30.048038,64.598045,24.576256,40.768154,164.27939,354.80536,19.105534,21.851828,10.375444,2.0817578,34.04584,14.521888,18.382702,435.26468,4.0547748,296.0454,111.689255,8.695556,85.44034,115.951744,60.63772,544.92834,247.21413,1787.5782,11.782582,2395.4385,86.43417,11.50246,8.438811,53.57558,191.18202,264.04016,361.46826,62.787636,18.012627,9.119872,868.9682,185.10823,74.61215,39.14482,238.51031,22.934635,275.8948,11.399811,58.53945,0.0,2542.56,4416.228,2.4008658,31.919933,26.004967,22210.637,65.25517,2.2123663,60.548084,105.53216,39.134266,10.51976,58.102863,454.2646,32.940487,37.256382,3.4303203,8.662329,673.43243,0.31442356,472.03183,45.394623,2877.3708,82.03316,164.52478,192.23201,317.3333,32.930676,47.537865,323.01437,25.859295,26.05374,12.818996,36.035774,221.02405,10.846524,8.122568,98.219376,19.794111,4563.5806,27.254581,52.58871,24.593157,29.12538,359.82257,89.26393,52.010754,11.791209,14.081849,48.001865,106.97139,267.01755,80.19328,273.02856,31.844028,44.448467,112.501945,154.68602,79.197105,127.15942,10.493764,6.673979,15.154066,29.58759,3985.0288,13.727056,53.549892,152.76506,29.761803,328.11713,106.883865,276.82266,8.183577,96.90681,910.84766,902.4034,80.92153,1107.5382,137.52939,118.542694,73.96981,75.98424,14.386941,43.769745,534.6788,10.201816,14.934534,265.73514,10.056375,5.941182,73.25962,70.38891,705.43176,168.16035,181.92966,2043.0609,67.68573,1879.0874,1576.0321,7.44292,4.6358423,1246.2997,14.165368,9.9099455,316.8948,22.50172,47.5471,26.957047,98.95891,419.60205,259.63388,3.2918494,31.910982,59.751877,471.6266,5.9320865,86.53929,7.7114697,1.5364867,54.23002,1.3204906,1.4403955,4.956657,10.181231,26.176645,20.588491,31.450178,274.83698,29.757168,12.589094,20.403225,5.9497695,74.456985,2.9164872,2.5093188,5.5215054,61.63784,0.51150537,2.5644538,5.107963,33.665054,14.902918,3.3597133,2.087834,120.31997,12.793975,223.93979,10.16498,461.94986,21.182337,861.9413,180.8825,5.4566083,10.000059,345.25665,434.2547,1823.1986,750.0804 +2023-03-30 17:00:00,0.0,3514.7454,28.600449,13.078125,7.1065035,35.52004,177.88223,30.054943,64.62218,24.580727,40.780453,164.30026,354.96002,19.115332,21.852499,10.37147,2.0806568,34.05099,14.487035,18.372686,435.30136,4.031835,295.97836,111.657265,8.668037,85.21987,115.87821,60.615383,544.6389,247.17183,1787.5499,11.738952,2395.504,85.707954,11.476163,8.414937,53.417107,191.25629,264.03186,360.35938,62.802082,18.02065,9.119167,869.2014,184.5451,74.62434,39.164467,238.50853,22.919737,275.86185,11.398014,58.55812,0.0,2544.1602,4419.3506,2.4038353,31.91422,26.014357,22219.268,65.2819,2.213198,60.609528,105.63849,39.147484,10.52152,58.1617,454.36545,32.948208,37.28929,3.4334872,8.66313,673.7045,0.3143221,472.35764,45.341667,2877.8438,81.96181,164.58719,192.25323,315.9805,32.866085,47.512333,322.36954,25.809748,26.009802,12.822361,36.03539,221.02719,10.846232,8.121936,98.24764,19.798525,4563.5312,27.26293,52.625,24.60146,29.13675,359.8333,89.24921,52.041668,11.794422,14.086874,48.028553,107.02638,267.1601,80.24271,273.08713,31.845715,44.484905,112.52903,154.85208,79.277596,127.1109,10.481584,6.6810417,15.146885,29.613613,3988.9653,13.712126,53.617947,152.75209,29.773233,328.26172,106.90833,276.9851,8.183256,96.8868,911.4338,903.0009,80.97112,1108.6715,137.56805,118.63706,73.975525,75.86735,14.369394,43.743,534.78186,10.193779,14.922902,265.62195,10.055952,5.94028,73.24132,70.392586,705.44196,168.13385,181.9417,2043.1648,67.73675,1879.5421,1576.4634,7.444539,4.6357636,1246.2008,14.160837,9.911458,316.85208,22.50604,47.55875,26.968258,99.01488,419.83847,259.56488,3.2924166,31.91488,59.765568,471.85968,5.933435,86.543594,7.712153,1.5363182,54.223824,1.3205901,1.4403042,4.9563575,10.181266,26.182999,20.597168,31.456944,274.96918,29.756945,12.586309,20.390625,5.9482145,74.44271,2.915972,2.5065277,5.5208335,61.634613,0.5094048,2.5629323,5.097905,33.69896,14.90238,3.357222,2.0894074,120.40223,12.800124,223.99289,10.171133,462.23187,21.18849,861.62524,180.98375,5.4586143,10.0035715,345.53998,434.61438,1824.5017,749.9117 +2023-03-30 18:00:00,0.0,3516.283,28.60209,13.089684,7.105914,35.53523,177.88503,30.061846,64.6463,24.585196,40.792747,164.32114,355.1147,19.12513,21.853172,10.3674965,2.0795555,34.056145,14.452182,18.36267,435.33807,4.008895,295.91132,111.62528,8.640518,84.999405,115.80469,60.593052,544.3495,247.12953,1787.5217,11.69532,2395.5693,84.98174,11.449865,8.391062,53.258633,191.33054,264.0236,359.25052,62.816532,18.028675,9.118462,869.4346,183.98198,74.63653,39.184113,238.50677,22.904839,275.82892,11.396217,58.57679,0.0,2545.7603,4422.473,2.406805,31.908506,26.023746,22227.896,65.30862,2.2140296,60.67097,105.744835,39.1607,10.523278,58.220543,454.4663,32.955925,37.322197,3.4366543,8.663932,673.9766,0.31422067,472.68347,45.28871,2878.3167,81.89046,164.64961,192.27446,314.62766,32.801495,47.4868,321.7247,25.760199,25.965864,12.825725,36.035004,221.03035,10.845941,8.121303,98.27591,19.80294,4563.482,27.271278,52.66129,24.60976,29.14812,359.8441,89.234474,52.072582,11.797634,14.0919,48.05524,107.08138,267.30264,80.29214,273.14572,31.847403,44.521347,112.55612,155.01814,79.358086,127.06239,10.469403,6.688105,15.139705,29.639639,3992.9019,13.697196,53.686,152.73912,29.784664,328.4063,106.93279,277.14755,8.182936,96.8668,912.0199,903.5985,81.02072,1109.8049,137.60672,118.73143,73.98125,75.75046,14.351848,43.71626,534.885,10.185742,14.911271,265.50876,10.05553,5.9393773,73.22302,70.39626,705.4521,168.10736,181.95372,2043.2688,67.78776,1879.997,1576.8947,7.4461584,4.6356854,1246.1019,14.156305,9.912971,316.80936,22.510363,47.570404,26.979467,99.070854,420.0749,259.49588,3.2929838,31.918777,59.77926,472.09274,5.9347835,86.54789,7.7128363,1.5361496,54.217632,1.3206898,1.440213,4.956058,10.1813,26.189354,20.605843,31.463709,275.10138,29.75672,12.583526,20.378025,5.946659,74.42843,2.9154568,2.5037365,5.520161,61.63139,0.50730413,2.5614104,5.087847,33.732864,14.901843,3.354731,2.090981,120.48449,12.806274,224.046,10.177286,462.5139,21.194643,861.3092,181.08499,5.46062,10.007085,345.8233,434.97406,1825.8047,749.74304 +2023-03-30 19:00:00,0.0,3517.8208,28.603733,13.101242,7.1053247,35.55042,177.88782,30.068748,64.67043,24.589666,40.805046,164.34201,355.26935,19.13493,21.853844,10.363523,2.0784543,34.061295,14.417328,18.352655,435.37476,3.9859552,295.8443,111.59329,8.613,84.77894,115.731155,60.57072,544.06006,247.08723,1787.4934,11.65169,2395.6348,84.25552,11.423569,8.367187,53.10016,191.4048,264.0153,358.14163,62.830982,18.036697,9.117756,869.6678,183.41885,74.64872,39.20376,238.505,22.88994,275.79596,11.394421,58.595455,0.0,2547.3604,4425.596,2.4097748,31.902794,26.033136,22236.525,65.33534,2.2148612,60.732414,105.85117,39.17392,10.525038,58.27938,454.56717,32.963646,37.355103,3.4398212,8.664733,674.2487,0.3141192,473.0093,45.235752,2878.7893,81.81911,164.71204,192.29567,313.27484,32.7369,47.46127,321.0799,25.71065,25.921926,12.829089,36.03462,221.03351,10.845649,8.12067,98.30418,19.807356,4563.4326,27.279627,52.697582,24.618061,29.159492,359.85483,89.21975,52.103493,11.800846,14.096926,48.08193,107.136375,267.4452,80.34157,273.20428,31.849089,44.557785,112.583206,155.1842,79.43857,127.01388,10.457223,6.695168,15.132524,29.665665,3996.8384,13.682266,53.754055,152.72615,29.796095,328.5509,106.95725,277.31,8.182616,96.846794,912.606,904.19604,81.07031,1110.9382,137.64539,118.82579,73.98696,75.63357,14.334301,43.689518,534.98816,10.177706,14.89964,265.3956,10.055107,5.938475,73.20472,70.39994,705.4622,168.08086,181.96576,2043.3727,67.838776,1880.4517,1577.326,7.4477777,4.635607,1246.003,14.151773,9.914482,316.76663,22.514683,47.582058,26.990679,99.12682,420.31134,259.42688,3.293551,31.922676,59.79295,472.3258,5.936132,86.55219,7.7135196,1.535981,54.21144,1.3207895,1.4401217,4.9557586,10.181335,26.19571,20.61452,31.470474,275.23358,29.756496,12.580741,20.365423,5.9451036,74.41415,2.9149415,2.500945,5.5194893,61.628162,0.50520355,2.5598888,5.07779,33.766766,14.901305,3.35224,2.0925546,120.56675,12.812424,224.0991,10.183439,462.7959,21.200794,860.9931,181.18622,5.4626255,10.010598,346.10663,435.33374,1827.1078,749.57434 +2023-03-30 20:00:00,0.0,3519.3584,28.605375,13.1128,7.1047354,35.565605,177.89061,30.075651,64.694565,24.594135,40.817345,164.36288,355.42404,19.144728,21.854515,10.359549,2.077353,34.06645,14.382475,18.34264,435.41144,3.9630153,295.77725,111.56131,8.585482,84.55847,115.65763,60.548386,543.7706,247.04494,1787.4651,11.608058,2395.7002,83.529305,11.397272,8.343312,52.94168,191.47906,264.00702,357.03275,62.84543,18.044722,9.11705,869.901,182.85573,74.660904,39.223404,238.50323,22.875042,275.763,11.392624,58.614124,0.0,2548.9607,4428.7188,2.4127443,31.89708,26.042526,22245.154,65.36207,2.2156928,60.79386,105.957504,39.187138,10.526796,58.33822,454.66803,32.971363,37.38801,3.4429884,8.665534,674.52075,0.31401774,473.33514,45.182796,2879.2622,81.74776,164.77446,192.3169,311.922,32.67231,47.435738,320.43506,25.6611,25.877987,12.832453,36.034233,221.03667,10.845357,8.120038,98.33244,19.81177,4563.3833,27.287975,52.73387,24.626364,29.170862,359.86557,89.20502,52.134407,11.804058,14.101951,48.108616,107.19137,267.5877,80.391,273.26288,31.850775,44.594223,112.61029,155.35027,79.51906,126.96536,10.445044,6.7022314,15.125343,29.69169,4000.7751,13.667337,53.82211,152.71318,29.807526,328.6955,106.98172,277.4724,8.182296,96.82679,913.19214,904.7936,81.1199,1112.0715,137.68405,118.92016,73.992676,75.51667,14.316754,43.662777,535.09125,10.169669,14.888009,265.2824,10.054685,5.937573,73.186424,70.40362,705.4724,168.05437,181.97778,2043.4768,67.889786,1880.9065,1577.7573,7.449397,4.6355286,1245.9043,14.147243,9.915995,316.7239,22.519005,47.59371,27.00189,99.18279,420.54776,259.35788,3.2941182,31.926573,59.80664,472.55887,5.9374804,86.556496,7.714203,1.5358126,54.20525,1.3208891,1.4400305,4.955459,10.181371,26.202065,20.623194,31.47724,275.3658,29.756273,12.577957,20.352823,5.9435487,74.399864,2.9144263,2.498154,5.5188174,61.62494,0.5031029,2.5583673,5.067732,33.80067,14.900767,3.349749,2.0941281,120.64902,12.818574,224.15222,10.189592,463.0779,21.206947,860.67706,181.28746,5.464631,10.0141115,346.38995,435.69342,1828.4109,749.40564 +2023-03-30 21:00:00,0.0,3520.8962,28.607018,13.124358,7.104146,35.580795,177.8934,30.082554,64.71869,24.598606,40.829643,164.38376,355.5787,19.154526,21.855188,10.355575,2.076252,34.0716,14.347622,18.332624,435.44815,3.9400756,295.7102,111.52933,8.557963,84.33801,115.5841,60.526054,543.4812,247.00264,1787.4368,11.564427,2395.7654,82.80309,11.370975,8.319437,52.78321,191.55331,263.99872,355.9239,62.85988,18.052744,9.116345,870.1342,182.2926,74.673096,39.24305,238.50148,22.860146,275.73007,11.390827,58.63279,0.0,2550.5608,4431.842,2.415714,31.891365,26.051916,22253.783,65.388794,2.2165246,60.855305,106.06385,39.200356,10.528556,58.397057,454.7689,32.979084,37.420918,3.4461553,8.666335,674.79285,0.31391627,473.66095,45.12984,2879.7349,81.676414,164.83687,192.33812,310.56915,32.607716,47.410206,319.79022,25.611551,25.83405,12.835817,36.033844,221.03983,10.845065,8.119405,98.36071,19.816185,4563.3335,27.296324,52.77016,24.634665,29.182234,359.87634,89.19029,52.16532,11.80727,14.1069765,48.135303,107.24636,267.73026,80.44042,273.32144,31.85246,44.630665,112.63738,155.51633,79.59955,126.916855,10.432863,6.7092943,15.118163,29.717716,4004.7117,13.652408,53.890163,152.70021,29.818956,328.8401,107.00618,277.63486,8.181975,96.806786,913.77826,905.3911,81.169495,1113.2048,137.72272,119.01452,73.99839,75.39978,14.299208,43.636032,535.1944,10.161633,14.876377,265.16922,10.054263,5.9366703,73.16812,70.407295,705.48254,168.02788,181.98982,2043.5808,67.9408,1881.3612,1578.1886,7.4510164,4.6354504,1245.8054,14.142711,9.917506,316.68118,22.523327,47.605366,27.0131,99.23877,420.7842,259.28888,3.2946854,31.930471,59.82033,472.79196,5.938829,86.5608,7.714886,1.535644,54.19906,1.3209887,1.4399391,4.9551597,10.181406,26.208418,20.63187,31.484005,275.49802,29.756048,12.575172,20.340221,5.941993,74.38558,2.913911,2.4953628,5.518145,61.62171,0.5010023,2.5568457,5.057674,33.834576,14.900229,3.347258,2.0957017,120.73128,12.824724,224.20532,10.195745,463.35992,21.2131,860.361,181.3887,5.4666367,10.017624,346.67328,436.05307,1829.714,749.237 +2023-03-30 22:00:00,0.0,3522.4338,28.60866,13.135917,7.103557,35.595985,177.8962,30.089457,64.74282,24.603075,40.84194,164.40463,355.73337,19.164326,21.85586,10.351602,2.0751507,34.07675,14.312769,18.322609,435.48483,3.9171357,295.64316,111.49734,8.530444,84.117546,115.510574,60.503723,543.1918,246.96034,1787.4084,11.520796,2395.8308,82.07687,11.344678,8.295562,52.624733,191.62758,263.99045,354.815,62.87433,18.060768,9.11564,870.36743,181.72946,74.68529,39.262695,238.49973,22.845247,275.6971,11.38903,58.65146,0.0,2552.1611,4434.9644,2.4186838,31.885653,26.061306,22262.412,65.41552,2.2173562,60.916748,106.17018,39.21357,10.530315,58.4559,454.86975,32.9868,37.453823,3.4493225,8.667136,675.06494,0.31381482,473.9868,45.07688,2880.2078,81.605064,164.89929,192.35934,309.21634,32.543125,47.384674,319.1454,25.562004,25.790112,12.839181,36.033463,221.04297,10.844773,8.1187725,98.388985,19.8206,4563.284,27.304672,52.80645,24.642965,29.193605,359.8871,89.17556,52.196236,11.810483,14.112002,48.16199,107.30135,267.8728,80.48985,273.38004,31.854149,44.667103,112.66447,155.68239,79.68004,126.86834,10.420683,6.7163577,15.110982,29.743742,4008.6482,13.637478,53.958218,152.68724,29.830387,328.9847,107.03064,277.7973,8.181656,96.78678,914.3644,905.98865,81.21909,1114.3383,137.76138,119.10889,74.00411,75.28289,14.281661,43.60929,535.2975,10.153596,14.864746,265.05606,10.053841,5.935768,73.14982,70.41097,705.4927,168.00137,182.00185,2043.6847,67.99181,1881.816,1578.6199,7.452636,4.6353717,1245.7065,14.138179,9.919019,316.63846,22.527647,47.61702,27.024311,99.29474,421.02063,259.21988,3.2952526,31.93437,59.834023,473.02502,5.9401774,86.565094,7.715569,1.5354755,54.192867,1.3210883,1.439848,4.95486,10.18144,26.214773,20.640545,31.49077,275.63022,29.755825,12.572389,20.327621,5.940438,74.37131,2.913396,2.4925716,5.517473,61.618484,0.4989017,2.555324,5.047616,33.86848,14.899693,3.344767,2.0972755,120.81354,12.8308735,224.25844,10.2019,463.64194,21.219254,860.0449,181.48993,5.468642,10.021137,346.9566,436.41275,1831.0171,749.0683 +2023-03-30 23:00:00,0.0,3523.9717,28.6103,13.147474,7.1029677,35.611176,177.899,30.09636,64.76695,24.607546,40.85424,164.42552,355.88803,19.174124,21.856531,10.347628,2.0740495,34.081905,14.277915,18.312593,435.5215,3.894196,295.57614,111.465355,8.502926,83.89708,115.43705,60.481388,542.90234,246.91805,1787.3801,11.477164,2395.8962,81.35066,11.31838,8.2716875,52.46626,191.70184,263.98215,353.70612,62.88878,18.06879,9.114934,870.6006,181.16634,74.69747,39.28234,238.49796,22.830349,275.66415,11.387234,58.670124,0.0,2553.7612,4438.087,2.4216535,31.879938,26.070696,22271.041,65.44224,2.2181878,60.97819,106.27653,39.226788,10.532074,58.514736,454.9706,32.994522,37.48673,3.4524894,8.667938,675.337,0.31371334,474.31262,45.023926,2880.6804,81.533714,164.9617,192.38057,307.8635,32.47853,47.35914,318.50055,25.512455,25.746174,12.8425455,36.033073,221.04613,10.844481,8.11814,98.41725,19.825014,4563.235,27.31302,52.842743,24.651268,29.204975,359.89783,89.160835,52.22715,11.813695,14.117027,48.18868,107.356346,268.01535,80.53928,273.4386,31.855835,44.703545,112.69156,155.84845,79.76052,126.819824,10.408503,6.7234206,15.103802,29.769768,4012.5847,13.622548,54.02627,152.67427,29.841818,329.1293,107.05511,277.95972,8.181335,96.76678,914.9505,906.5862,81.268684,1115.4716,137.80003,119.20325,74.00983,75.166,14.264114,43.58255,535.40063,10.145559,14.853115,264.94287,10.053418,5.934866,73.13152,70.41465,705.50287,167.97488,182.01389,2043.7887,68.04283,1882.2708,1579.0511,7.454255,4.6352935,1245.6077,14.133648,9.92053,316.59573,22.53197,47.62867,27.035522,99.35071,421.25705,259.1509,3.2958198,31.938267,59.847713,473.2581,5.941526,86.5694,7.7162523,1.5353069,54.186676,1.321188,1.4397566,4.9545608,10.181476,26.221128,20.649221,31.497536,275.76242,29.7556,12.569605,20.31502,5.938883,74.357025,2.9128807,2.4897802,5.516801,61.61526,0.49680108,2.5538023,5.037558,33.902386,14.899155,3.3422759,2.098849,120.895805,12.837024,224.31154,10.208053,463.92395,21.225405,859.7289,181.59117,5.470648,10.024651,347.23993,436.77243,1832.3202,748.89966 +2023-03-31 00:00:00,0.0,3525.5093,28.611942,13.159033,7.1023784,35.626366,177.9018,30.103262,64.79108,24.612015,40.86654,164.4464,356.04272,19.183922,21.857204,10.343654,2.0729485,34.087055,14.243062,18.302578,435.55823,3.871256,295.5091,111.433365,8.475408,83.67661,115.36352,60.459057,542.6129,246.87575,1787.3518,11.433534,2395.9617,80.62444,11.292084,8.247812,52.307785,191.77611,263.97388,352.59723,62.903225,18.076815,9.114229,870.8338,180.60321,74.70966,39.301987,238.49619,22.81545,275.63123,11.385437,58.688793,0.0,2555.3613,4441.21,2.424623,31.874226,26.080084,22279.67,65.46896,2.2190194,61.039635,106.382866,39.240005,10.5338335,58.573574,455.07147,33.00224,37.519634,3.4556565,8.668739,675.6091,0.3136119,474.63846,44.97097,2881.1533,81.462364,165.02411,192.40178,306.51068,32.41394,47.333607,317.8557,25.462906,25.702234,12.845909,36.03269,221.04929,10.844189,8.117507,98.44552,19.82943,4563.1855,27.32137,52.879032,24.659569,29.216347,359.9086,89.14611,52.258064,11.816907,14.122053,48.21537,107.41134,268.1579,80.588715,273.49716,31.857521,44.739983,112.71864,156.01451,79.84101,126.77131,10.396322,6.730484,15.096621,29.795794,4016.5212,13.607618,54.094326,152.6613,29.853249,329.2739,107.07957,278.12216,8.181015,96.74677,915.5367,907.1838,81.318275,1116.6049,137.8387,119.297615,74.01554,75.0491,14.246568,43.55581,535.5037,10.137523,14.841484,264.82968,10.052996,5.9339633,73.11322,70.41833,705.513,167.94838,182.02591,2043.8926,68.09384,1882.7256,1579.4824,7.455874,4.635215,1245.5089,14.129116,9.922043,316.553,22.53629,47.640324,27.046732,99.406685,421.4935,259.0819,3.296387,31.942165,59.861404,473.49118,5.942875,86.5737,7.7169356,1.5351384,54.180485,1.3212876,1.4396653,4.9542613,10.181511,26.227484,20.657898,31.504301,275.89462,29.755377,12.56682,20.30242,5.9373274,74.34274,2.9123654,2.486989,5.516129,61.612034,0.49470046,2.5522807,5.0275,33.93629,14.898617,3.3397849,2.1004226,120.978065,12.843173,224.36464,10.214206,464.20596,21.231558,859.41284,181.69241,5.4726534,10.028164,347.52325,437.1321,1833.6233,748.73096 +2023-03-31 01:00:00,0.0,3527.047,28.613585,13.170591,7.101789,35.641552,177.90459,30.110165,64.81521,24.616486,40.878838,164.46727,356.1974,19.193722,21.857876,10.33968,2.0718472,34.09221,14.208209,18.292562,435.5949,3.8483162,295.44205,111.40138,8.447888,83.45615,115.28999,60.436726,542.3235,246.83345,1787.3235,11.389902,2396.027,79.898224,11.265786,8.223937,52.14931,191.85036,263.96558,351.48837,62.917675,18.084837,9.1135235,871.067,180.04008,74.721855,39.321632,238.49442,22.800552,275.59827,11.38364,58.70746,0.0,2556.9614,4444.3325,2.4275928,31.868511,26.089474,22288.299,65.49569,2.2198513,61.101078,106.4892,39.253223,10.535592,58.632416,455.17233,33.00996,37.552544,3.4588234,8.66954,675.88116,0.31351045,474.9643,44.91801,2881.626,81.391014,165.08653,192.423,305.15784,32.34935,47.308075,317.21088,25.413357,25.658297,12.849274,36.032303,221.05244,10.843897,8.116875,98.473785,19.833845,4563.136,27.329718,52.91532,24.66787,29.227718,359.91934,89.13138,52.28898,11.820119,14.127079,48.242058,107.46633,268.30045,80.63814,273.55576,31.859207,44.776424,112.745735,156.18057,79.9215,126.7228,10.384143,6.737547,15.08944,29.82182,4020.4578,13.5926895,54.162376,152.64833,29.86468,329.4185,107.10403,278.2846,8.180696,96.72677,916.1228,907.7813,81.367874,1117.7382,137.87737,119.391975,74.021255,74.93221,14.229021,43.529064,535.6069,10.129485,14.829852,264.7165,10.052573,5.933061,73.094925,70.422005,705.52313,167.92189,182.03795,2043.9966,68.14486,1883.1803,1579.9137,7.4574933,4.6351366,1245.41,14.124584,9.923554,316.51025,22.540611,47.651978,27.057943,99.462654,421.72992,259.0129,3.2969542,31.946062,59.8751,473.72424,5.9442234,86.578,7.717619,1.5349699,54.174294,1.3213873,1.4395741,4.953962,10.181546,26.233837,20.666573,31.511066,276.02682,29.755152,12.564036,20.289818,5.935772,74.32846,2.9118502,2.4841979,5.515457,61.608807,0.49259984,2.550759,5.017442,33.970196,14.898079,3.3372939,2.1019962,121.060326,12.849323,224.41776,10.220359,464.488,21.23771,859.09674,181.79366,5.474659,10.031677,347.80658,437.4918,1834.9264,748.56226 +2023-03-31 02:00:00,0.0,3528.585,28.615227,13.182149,7.1011996,35.656742,177.90738,30.117067,64.83934,24.620955,40.891136,164.48814,356.35205,19.20352,21.858547,10.335706,2.070746,34.09736,14.173356,18.282547,435.63162,3.8253765,295.37503,111.3694,8.42037,83.23569,115.21646,60.41439,542.03406,246.79115,1787.2952,11.3462715,2396.0925,79.17201,11.23949,8.200063,51.990837,191.92462,263.9573,350.3795,62.932125,18.092861,9.112818,871.30023,179.47696,74.73404,39.341278,238.49265,22.785654,275.5653,11.381844,58.726128,0.0,2558.5618,4447.4556,2.4305625,31.862797,26.098864,22296.93,65.522415,2.2206829,61.16252,106.59554,39.26644,10.537352,58.691254,455.2732,33.017677,37.58545,3.4619906,8.6703415,676.15326,0.31340897,475.2901,44.865055,2882.0989,81.31967,165.14894,192.44423,303.80502,32.284756,47.282543,316.56604,25.363808,25.614359,12.852638,36.031918,221.05559,10.843605,8.116241,98.50205,19.838259,4563.087,27.338066,52.951614,24.67617,29.239088,359.93008,89.11665,52.319893,11.823331,14.132105,48.268745,107.521324,268.443,80.68757,273.61432,31.860895,44.812862,112.77282,156.34663,80.00199,126.674286,10.371963,6.7446103,15.082259,29.847845,4024.3943,13.57776,54.23043,152.63536,29.87611,329.56308,107.128494,278.44705,8.180375,96.706764,916.7089,908.37885,81.417465,1118.8716,137.91603,119.48634,74.02697,74.81532,14.211474,43.502323,535.71,10.1214485,14.818221,264.60333,10.052151,5.932159,73.07662,70.42568,705.5333,167.8954,182.04997,2044.1006,68.19587,1883.6351,1580.345,7.4591126,4.635058,1245.3112,14.120053,9.925067,316.46753,22.544931,47.66363,27.069155,99.51862,421.96637,258.9439,3.2975214,31.94996,59.88879,473.9573,5.945572,86.5823,7.7183022,1.5348014,54.168102,1.3214868,1.4394828,4.9536624,10.1815815,26.240192,20.67525,31.517832,276.15903,29.754929,12.561252,20.277218,5.9342165,74.31418,2.911335,2.4814067,5.514785,61.605583,0.49049923,2.5492375,5.0073843,34.0041,14.897542,3.3348029,2.1035697,121.142586,12.855473,224.47086,10.226512,464.77002,21.243862,858.7807,181.89488,5.476665,10.03519,348.0899,437.85144,1836.2295,748.3936 +2023-03-31 03:00:00,0.0,3530.1226,28.616869,13.193707,7.1006103,35.671932,177.91017,30.12397,64.863464,24.625425,40.903435,164.50902,356.50674,19.213318,21.85922,10.331732,2.069645,34.102512,14.138502,18.272532,435.6683,3.8024366,295.30798,111.33741,8.392852,83.01522,115.14294,60.39206,541.7446,246.74886,1787.267,11.30264,2396.158,78.44579,11.213192,8.1761875,51.83236,191.99889,263.949,349.2706,62.94657,18.100883,9.112112,871.5334,178.91383,74.74623,39.360924,238.49089,22.770756,275.53238,11.380047,58.744793,0.0,2560.1619,4450.578,2.433532,31.857084,26.108253,22305.559,65.54913,2.2215145,61.22397,106.70187,39.27966,10.53911,58.75009,455.37405,33.0254,37.618355,3.4651575,8.671143,676.4253,0.31330752,475.61594,44.812096,2882.5715,81.24832,165.21136,192.46545,302.45218,32.220165,47.25701,315.9212,25.314259,25.570421,12.856002,36.031532,221.05875,10.843313,8.115609,98.53032,19.842674,4563.037,27.346415,52.987904,24.684473,29.25046,359.94086,89.10192,52.350807,11.826544,14.13713,48.295433,107.57632,268.58554,80.737,273.6729,31.862581,44.849304,112.79991,156.5127,80.08247,126.62577,10.359782,6.7516737,15.075079,29.87387,4028.3308,13.56283,54.298485,152.62239,29.88754,329.70767,107.152954,278.60947,8.180055,96.68676,917.29504,908.9764,81.46706,1120.0049,137.9547,119.5807,74.03269,74.69843,14.193928,43.475582,535.8131,10.113412,14.80659,264.49014,10.051728,5.9312563,73.05833,70.42936,705.54346,167.8689,182.06201,2044.2046,68.24689,1884.0898,1580.7764,7.460732,4.6349797,1245.2123,14.115521,9.9265785,316.4248,22.549253,47.675285,27.080364,99.5746,422.2028,258.8749,3.2980886,31.953857,59.90248,474.1904,5.9469204,86.5866,7.7189856,1.5346328,54.16191,1.3215865,1.4393916,4.953363,10.181616,26.246548,20.683924,31.524595,276.29123,29.754704,12.558468,20.264616,5.9326615,74.2999,2.9108198,2.4786155,5.514113,61.602356,0.4883986,2.547716,4.997327,34.038006,14.897004,3.3323119,2.1051433,121.22485,12.861623,224.52397,10.232665,465.05203,21.250015,858.46466,181.99612,5.4786706,10.038703,348.37323,438.21112,1837.5326,748.2249 +2023-03-31 04:00:00,0.0,3531.6604,28.618511,13.205265,7.1000214,35.687122,177.91296,30.130873,64.887596,24.629894,40.915733,164.52989,356.6614,19.223118,21.859892,10.327758,2.0685437,34.107666,14.103649,18.262516,435.705,3.7794967,295.24094,111.30543,8.365334,82.794754,115.069405,60.369728,541.4552,246.70656,1787.2386,11.259009,2396.2234,77.71958,11.186895,8.152312,51.673885,192.07314,263.94073,348.16174,62.96102,18.108908,9.111407,871.7666,178.35071,74.75842,39.38057,238.48914,22.755857,275.49942,11.37825,58.763462,0.0,2561.762,4453.7007,2.4365017,31.85137,26.117643,22314.188,65.57586,2.222346,61.28541,106.80821,39.292873,10.54087,58.80893,455.4749,33.033115,37.65126,3.4683247,8.671945,676.6974,0.31320605,475.94177,44.75914,2883.0444,81.17697,165.27377,192.48666,301.09937,32.15557,47.23148,315.2764,25.264711,25.526484,12.859366,36.031147,221.0619,10.843021,8.114977,98.558586,19.847088,4562.988,27.354763,53.024193,24.692774,29.261831,359.9516,89.0872,52.38172,11.829756,14.142156,48.32212,107.63131,268.72806,80.78642,273.73148,31.864267,44.885742,112.826996,156.67876,80.162964,126.57726,10.347602,6.7587366,15.067899,29.899897,4032.2676,13.5479,54.36654,152.60942,29.898972,329.8523,107.177414,278.7719,8.179735,96.666756,917.88116,909.5739,81.51665,1121.1382,137.99336,119.67507,74.03841,74.58154,14.176381,43.44884,535.91626,10.105375,14.794958,264.37695,10.051306,5.930354,73.04002,70.43304,705.5536,167.8424,182.07404,2044.3085,68.2979,1884.5447,1581.2076,7.4623513,4.6349015,1245.1134,14.11099,9.928091,316.38208,22.553576,47.68694,27.091576,99.63057,422.43924,258.8059,3.2986557,31.957756,59.916172,474.42346,5.948269,86.590904,7.719669,1.5344642,54.15572,1.3216861,1.4393003,4.9530635,10.181651,26.252903,20.6926,31.53136,276.42346,29.75448,12.555683,20.252016,5.931106,74.28562,2.9103045,2.475824,5.513441,61.599133,0.486298,2.5461943,4.987269,34.071907,14.896466,3.3298209,2.1067169,121.30711,12.867772,224.57707,10.238818,465.33405,21.256168,858.1486,182.09737,5.480676,10.042216,348.65656,438.5708,1838.8357,748.0563 +2023-03-31 05:00:00,0.0,3533.198,28.620153,13.216824,7.099432,35.702312,177.91576,30.137775,64.91173,24.634365,40.928032,164.55077,356.81607,19.232916,21.860563,10.323784,2.0674424,34.112816,14.068796,18.2525,435.7417,3.756557,295.1739,111.27344,8.337814,82.57429,114.99588,60.347393,541.1658,246.66426,1787.2103,11.215378,2396.2886,76.99336,11.160599,8.128438,51.515415,192.1474,263.93243,347.05286,62.97547,18.116932,9.110702,871.9998,177.78758,74.77061,39.400215,238.48737,22.74096,275.46646,11.376453,58.782127,0.0,2563.3623,4456.8237,2.4394715,31.845657,26.127033,22322.816,65.602585,2.223178,61.346855,106.91456,39.30609,10.542629,58.86777,455.57578,33.040836,37.68417,3.4714916,8.672746,676.9695,0.3131046,476.2676,44.706184,2883.517,81.10562,165.33621,192.50789,299.74652,32.09098,47.205948,314.63156,25.215162,25.482544,12.86273,36.03076,221.06506,10.84273,8.114344,98.58685,19.851503,4562.9385,27.363111,53.060482,24.701075,29.273201,359.96234,89.072464,52.412636,11.832968,14.1471815,48.34881,107.6863,268.8706,80.83585,273.79007,31.865953,44.922184,112.85409,156.84482,80.243454,126.52875,10.3354225,6.7658,15.060718,29.925922,4036.204,13.532971,54.434593,152.59645,29.910402,329.9969,107.20188,278.93436,8.179415,96.64675,918.4673,910.1715,81.566246,1122.2715,138.03203,119.76944,74.04412,74.464645,14.158834,43.422096,536.01935,10.097339,14.783327,264.2638,10.050883,5.929452,73.02173,70.43672,705.5638,167.81592,182.08607,2044.4125,68.348915,1884.9994,1581.6389,7.4639707,4.634823,1245.0146,14.106459,9.929604,316.33936,22.557896,47.69859,27.102787,99.68654,422.67566,258.7369,3.299223,31.961655,59.929863,474.65652,5.9496174,86.59521,7.720352,1.5342958,54.14953,1.3217858,1.4392091,4.952764,10.181686,26.259256,20.701275,31.538126,276.55566,29.754257,12.552899,20.239416,5.9295506,74.27134,2.9097893,2.473033,5.5127687,61.595905,0.48419738,2.5446725,4.977211,34.105812,14.895928,3.3273296,2.1082904,121.38937,12.873922,224.63019,10.244971,465.61606,21.262321,857.8325,182.1986,5.4826818,10.04573,348.93988,438.93048,1840.1388,747.8876 +2023-03-31 06:00:00,0.0,3534.7358,28.621794,13.228382,7.0988426,35.7175,177.91856,30.14468,64.93585,24.638834,40.940327,164.57164,356.97073,19.242714,21.861237,10.319811,2.0663414,34.11797,14.033943,18.242485,435.77838,3.733617,295.10687,111.241455,8.310296,82.35382,114.92235,60.32506,540.87634,246.62196,1787.182,11.171747,2396.354,76.26714,11.134301,8.104563,51.356937,192.22166,263.92413,345.94397,62.989918,18.124954,9.109996,872.23303,177.22444,74.7828,39.41986,238.4856,22.72606,275.43353,11.374657,58.800797,0.0,2564.9624,4459.9463,2.442441,31.839943,26.136423,22331.445,65.62931,2.2240095,61.4083,107.02089,39.31931,10.544388,58.92661,455.67664,33.048553,37.717075,3.4746587,8.673547,677.2415,0.31300315,476.5934,44.653225,2883.99,81.03427,165.39862,192.52911,298.3937,32.026386,47.180416,313.98672,25.165613,25.438606,12.866095,36.030376,221.0682,10.842438,8.113711,98.61512,19.855919,4562.889,27.37146,53.096775,24.709377,29.284573,359.9731,89.05774,52.44355,11.83618,14.152206,48.375496,107.741295,269.01315,80.885284,273.84863,31.867641,44.958622,112.88117,157.01088,80.323944,126.48023,10.323242,6.772863,15.053537,29.951946,4040.1406,13.518042,54.502647,152.58348,29.921833,330.14148,107.22634,279.0968,8.179095,96.62675,919.0534,910.76904,81.61584,1123.4049,138.0707,119.8638,74.049835,74.347755,14.141288,43.395355,536.1225,10.089302,14.771696,264.1506,10.050461,5.92855,73.003426,70.4404,705.5739,167.78941,182.0981,2044.5164,68.399925,1885.4542,1582.0702,7.46559,4.6347446,1244.9158,14.101927,9.931115,316.29663,22.562218,47.710243,27.113997,99.74251,422.91208,258.6679,3.2997904,31.965551,59.943554,474.8896,5.950966,86.5995,7.721035,1.5341272,54.143337,1.3218853,1.4391178,4.9524646,10.181722,26.265612,20.709951,31.544891,276.68787,29.754032,12.550116,20.226814,5.9279957,74.25706,2.909274,2.4702418,5.512097,61.592678,0.4820968,2.543151,4.967153,34.139717,14.895391,3.3248386,2.1098642,121.471634,12.880072,224.68329,10.251124,465.89807,21.268473,857.5165,182.29984,5.4846873,10.049243,349.2232,439.29016,1841.4419,747.71893 +2023-03-31 07:00:00,0.0,3536.2734,28.623436,13.23994,7.0982533,35.73269,177.92136,30.151583,64.959984,24.643305,40.952625,164.59251,357.12543,19.252514,21.861908,10.315837,2.0652401,34.12312,13.999089,18.23247,435.81506,3.7106774,295.03983,111.20947,8.282778,82.13336,114.84882,60.30273,540.5869,246.57967,1787.1537,11.128116,2396.4194,75.54093,11.108005,8.080688,51.198463,192.29591,263.91586,344.8351,63.004368,18.132978,9.10929,872.46625,176.66132,74.79499,39.439507,238.48383,22.711163,275.40057,11.37286,58.81946,0.0,2566.5625,4463.069,2.4454107,31.834229,26.145813,22340.074,65.65604,2.224841,61.46974,107.127235,39.332527,10.546147,58.985447,455.7775,33.056274,37.74998,3.4778256,8.674348,677.5136,0.31290168,476.91925,44.60027,2884.4626,80.96293,165.46104,192.55034,297.04086,31.961796,47.154884,313.3419,25.116064,25.394669,12.869458,36.02999,221.07137,10.842146,8.113078,98.64339,19.860332,4562.84,27.379808,53.133064,24.717678,29.295944,359.98386,89.04301,52.47446,11.839392,14.157232,48.402184,107.79629,269.1557,80.934715,273.9072,31.869328,44.995064,112.908264,157.17696,80.40443,126.43172,10.311062,6.7799263,15.046356,29.977972,4044.0771,13.503112,54.5707,152.57051,29.933264,330.28607,107.2508,279.25922,8.178775,96.606735,919.6395,911.3666,81.66543,1124.5382,138.10936,119.95817,74.05555,74.230865,14.123741,43.368614,536.2256,10.081265,14.760065,264.0374,10.050038,5.927647,72.98512,70.44408,705.58405,167.76292,182.11014,2044.6204,68.45094,1885.9089,1582.5015,7.467209,4.634666,1244.8169,14.097395,9.932628,316.2539,22.566538,47.721897,27.125208,99.798485,423.14853,258.59894,3.3003576,31.96945,59.957245,475.12268,5.9523144,86.603806,7.7217183,1.5339587,54.137146,1.321985,1.4390266,4.952165,10.181757,26.271967,20.718626,31.551657,276.82007,29.753809,12.547331,20.214214,5.9264402,74.242775,2.9087589,2.4674506,5.5114245,61.589455,0.47999617,2.5416293,4.957095,34.173622,14.894854,3.3223476,2.1114378,121.5539,12.886222,224.7364,10.2572775,466.18008,21.274626,857.20044,182.40108,5.486693,10.052755,349.50653,439.6498,1842.745,747.55023 +2023-03-31 08:00:00,0.0,3537.8113,28.625078,13.251498,7.097664,35.74788,177.92415,30.158485,64.984116,24.647776,40.964924,164.61339,357.2801,19.262312,21.86258,10.311863,2.064139,34.128273,13.964236,18.222454,435.85178,3.6877375,294.97278,111.17748,8.2552595,81.912895,114.77529,60.280396,540.2975,246.53737,1787.1254,11.084485,2396.4849,74.81471,11.081707,8.056813,51.039986,192.37018,263.90756,343.72623,63.018818,18.141,9.108585,872.6994,176.09819,74.807175,39.459152,238.48206,22.696266,275.36765,11.371063,58.83813,0.0,2568.1626,4466.192,2.4483805,31.828516,26.155203,22348.703,65.682755,2.2256727,61.531185,107.23357,39.345745,10.547906,59.04429,455.87836,33.06399,37.782887,3.4809928,8.67515,677.7857,0.31280023,477.2451,44.547314,2884.9355,80.89158,165.52345,192.57156,295.68805,31.897203,47.129353,312.69705,25.066515,25.35073,12.872823,36.029602,221.07452,10.841854,8.112446,98.67166,19.864748,4562.7905,27.388157,53.169353,24.725979,29.307314,359.9946,89.02828,52.505375,11.842605,14.162258,48.42887,107.85128,269.29825,80.98414,273.9658,31.871014,45.0315,112.93535,157.34302,80.48492,126.38321,10.298882,6.786989,15.039176,30.003998,4048.0137,13.488182,54.638756,152.55753,29.944695,330.43066,107.27527,279.42166,8.178454,96.58673,920.22565,911.9641,81.71502,1125.6715,138.14803,120.05253,74.06127,74.113976,14.1061945,43.341873,536.32874,10.073229,14.748433,263.92422,10.049616,5.926745,72.96683,70.447754,705.59424,167.73642,182.12218,2044.7244,68.50196,1886.3636,1582.9327,7.468828,4.634588,1244.718,14.092864,9.934139,316.21118,22.57086,47.73355,27.13642,99.854454,423.38495,258.52994,3.3009248,31.973347,59.970936,475.35574,5.953663,86.60811,7.7224016,1.5337901,54.130955,1.3220847,1.4389353,4.9518657,10.181791,26.278322,20.727303,31.558422,276.95227,29.753584,12.544547,20.201612,5.924885,74.22849,2.9082437,2.4646595,5.5107527,61.586227,0.47789556,2.5401077,4.947037,34.207527,14.894316,3.3198566,2.1130114,121.63616,12.892371,224.7895,10.263431,466.4621,21.280779,856.88434,182.50232,5.4886985,10.056269,349.78986,440.0095,1844.0481,747.38153 +2023-03-31 09:00:00,0.0,3539.349,28.62672,13.263057,7.0970745,35.76307,177.92694,30.165388,65.00824,24.652245,40.977222,164.63428,357.43475,19.27211,21.863253,10.307889,2.0630376,34.133423,13.929383,18.212439,435.88846,3.6647975,294.90576,111.1455,8.22774,81.69243,114.70177,60.258064,540.00806,246.49507,1787.097,11.0408535,2396.5503,74.0885,11.05541,8.032938,50.881516,192.44444,263.8993,342.61734,63.033268,18.149025,9.10788,872.9326,175.53506,74.81937,39.478798,238.4803,22.681368,275.3347,11.3692665,58.856796,0.0,2569.763,4469.3145,2.4513502,31.822802,26.164593,22357.332,65.70948,2.2265046,61.592632,107.339905,39.358963,10.549665,59.103127,455.97922,33.071712,37.815792,3.4841597,8.675951,678.05774,0.31269875,477.57092,44.494354,2885.4082,80.82023,165.58586,192.59277,294.3352,31.832611,47.103817,312.05222,25.016966,25.306791,12.876186,36.029217,221.07768,10.841562,8.111814,98.69993,19.869164,4562.7407,27.396505,53.205647,24.734282,29.318686,360.00537,89.01356,52.53629,11.845817,14.167283,48.45556,107.90627,269.4408,81.03357,274.02435,31.8727,45.067944,112.96244,157.50908,80.56541,126.334694,10.286702,6.7940526,15.031995,30.030024,4051.9502,13.473253,54.70681,152.54456,29.956125,330.57526,107.29973,279.5841,8.178135,96.56673,920.81177,912.56165,81.76462,1126.8048,138.18669,120.1469,74.066986,73.99708,14.088648,43.315132,536.4319,10.065192,14.736802,263.81107,10.049193,5.925843,72.948524,70.45143,705.6044,167.70993,182.1342,2044.8284,68.55297,1886.8185,1583.364,7.4704475,4.634509,1244.6193,14.088332,9.935652,316.16846,22.57518,47.745205,27.147629,99.91042,423.6214,258.46094,3.301492,31.977245,59.984627,475.5888,5.9550114,86.61241,7.723085,1.5336217,54.124763,1.3221843,1.438844,4.951566,10.181827,26.284678,20.73598,31.565187,277.08447,29.75336,12.541762,20.189013,5.92333,74.21421,2.9077284,2.461868,5.510081,61.583,0.47579494,2.5385861,4.9369793,34.241432,14.893778,3.3173656,2.114585,121.71842,12.898521,224.8426,10.269585,466.7441,21.28693,856.5683,182.60355,5.490704,10.059782,350.07318,440.36917,1845.3512,747.2129 +2023-03-31 10:00:00,0.0,3540.8867,28.628363,13.274614,7.0964856,35.77826,177.92973,30.17229,65.03237,24.656715,40.98952,164.65515,357.58942,19.28191,21.863924,10.303915,2.0619366,34.138577,13.89453,18.202423,435.92517,3.6418579,294.8387,111.11351,8.200222,81.47196,114.628235,60.235733,539.7186,246.45277,1787.0687,10.997223,2396.6157,73.36228,11.029113,8.009064,50.72304,192.51869,263.891,341.50848,63.047714,18.157047,9.107174,873.16583,174.97194,74.83156,39.498444,238.47855,22.66647,275.30173,11.36747,58.875465,0.0,2571.363,4472.4375,2.4543197,31.817087,26.17398,22365.96,65.736206,2.2273362,61.654076,107.44625,39.372177,10.551425,59.161964,456.08008,33.079433,37.8487,3.4873269,8.676752,678.32983,0.3125973,477.89673,44.4414,2885.881,80.74888,165.64828,192.614,292.9824,31.768019,47.078285,311.40738,24.967419,25.262854,12.879551,36.02883,221.08083,10.8412695,8.11118,98.728195,19.873577,4562.6914,27.404854,53.241936,24.742582,29.330057,360.0161,88.998825,52.567204,11.849029,14.172309,48.48225,107.961266,269.58334,81.083,274.08295,31.874388,45.10438,112.989525,157.67514,80.6459,126.28618,10.274522,6.8011155,15.024815,30.05605,4055.8867,13.4583235,54.774864,152.53159,29.967556,330.71988,107.32419,279.74655,8.1778145,96.54672,921.3979,913.1592,81.81421,1127.9382,138.22536,120.24126,74.0727,73.88019,14.071101,43.288387,536.535,10.057156,14.725171,263.69788,10.048771,5.92494,72.93023,70.45511,705.6145,167.68344,182.14624,2044.9323,68.60399,1887.2732,1583.7953,7.472067,4.634431,1244.5204,14.0838,9.937163,316.12573,22.579502,47.756855,27.15884,99.9664,423.85782,258.39194,3.3020592,31.981144,59.99832,475.8219,5.9563603,86.61671,7.723768,1.5334531,54.118572,1.3222839,1.4387528,4.951267,10.181862,26.29103,20.744654,31.571953,277.21667,29.753136,12.538979,20.17641,5.9217744,74.199936,2.9072132,2.459077,5.5094085,61.579777,0.47369432,2.5370646,4.9269214,34.275337,14.893241,3.3148744,2.1161585,121.80068,12.904672,224.89572,10.275738,467.02612,21.293083,856.25226,182.70479,5.4927096,10.063295,350.3565,440.72885,1846.6543,747.0442 +2023-03-31 11:00:00,0.0,3542.4246,28.630005,13.286173,7.0958962,35.793446,177.93253,30.179193,65.056496,24.661184,41.00182,164.67603,357.7441,19.291708,21.864597,10.299941,2.0608354,34.14373,13.859676,18.192408,435.96185,3.618918,294.77167,111.08153,8.172704,81.251495,114.55471,60.213398,539.42926,246.41048,1787.0405,10.953591,2396.6812,72.63606,11.002816,7.9851885,50.564564,192.59296,263.88272,340.3996,63.062164,18.165071,9.106469,873.39905,174.40881,74.84374,39.51809,238.47678,22.651571,275.2688,11.365672,58.89413,0.0,2572.9631,4475.56,2.4572895,31.811375,26.18337,22374.592,65.76293,2.2281678,61.71552,107.55258,39.385395,10.553184,59.220802,456.18094,33.08715,37.881607,3.4904938,8.677553,678.6019,0.31249583,478.22256,44.388443,2886.3538,80.67753,165.7107,192.63522,291.62955,31.703426,47.052753,310.76254,24.91787,25.218916,12.882915,36.028446,221.08398,10.840978,8.110548,98.75646,19.877993,4562.642,27.413202,53.278225,24.750883,29.341427,360.0269,88.9841,52.598118,11.852241,14.177335,48.508938,108.01626,269.7259,81.13243,274.1415,31.876074,45.140823,113.01662,157.8412,80.72638,126.23766,10.2623415,6.808179,15.017634,30.082075,4059.8232,13.443394,54.84292,152.51862,29.978987,330.86447,107.348656,279.90897,8.177494,96.52672,921.984,913.7568,81.8638,1129.0715,138.26402,120.335625,74.078415,73.7633,14.053555,43.261646,536.6381,10.049119,14.71354,263.5847,10.048348,5.924038,72.91193,70.458786,705.6247,167.65694,182.15826,2045.0363,68.655,1887.728,1584.2266,7.473686,4.6343527,1244.4215,14.079269,9.938676,316.08298,22.583824,47.76851,27.17005,100.02237,424.09427,258.32294,3.3026264,31.98504,60.012012,476.05496,5.957709,86.62101,7.7244515,1.5332845,54.11238,1.3223835,1.4386615,4.9509673,10.181897,26.297386,20.75333,31.578718,277.34888,29.752913,12.536194,20.16381,5.920219,74.18565,2.906698,2.4562857,5.5087366,61.57655,0.4715937,2.5355427,4.9168634,34.309242,14.892703,3.3123834,2.117732,121.88295,12.910821,224.94882,10.281891,467.30817,21.299236,855.93616,182.80603,5.4947157,10.066809,350.63983,441.08853,1847.9574,746.87555 +2023-03-31 12:00:00,0.0,3543.9622,28.631647,13.29773,7.095307,35.808636,177.93532,30.186096,65.08063,24.665655,41.01412,164.6969,357.89877,19.301506,21.865269,10.295967,2.059734,34.14888,13.824823,18.182392,435.99854,3.595978,294.70465,111.049545,8.145185,81.03104,114.481186,60.191067,539.13983,246.36818,1787.0122,10.90996,2396.7466,71.90985,10.976519,7.9613137,50.40609,192.66722,263.87442,339.2907,63.076614,18.173094,9.105763,873.63226,173.84569,74.855934,39.53774,238.475,22.636673,275.23584,11.363875,58.9128,0.0,2574.5635,4478.6826,2.4602592,31.80566,26.19276,22383.22,65.78966,2.2289994,61.776962,107.65892,39.398613,10.554943,59.279644,456.28183,33.09487,37.914513,3.493661,8.678354,678.874,0.31239438,478.5484,44.335484,2886.8267,80.606186,165.77312,192.65645,290.2767,31.638834,47.02722,310.11774,24.86832,25.174978,12.886279,36.02806,221.08714,10.840686,8.109916,98.78473,19.882406,4562.593,27.42155,53.314518,24.759184,29.352798,360.03763,88.96937,52.629032,11.8554535,14.182361,48.535625,108.07125,269.8684,81.181854,274.2001,31.87776,45.17726,113.0437,158.00726,80.80687,126.189156,10.250161,6.815242,15.010453,30.1081,4063.76,13.428464,54.910973,152.50565,29.990417,331.00906,107.373116,280.0714,8.177175,96.506714,922.5701,914.3543,81.9134,1130.2048,138.30269,120.429985,74.08413,73.64641,14.036008,43.234905,536.7412,10.041082,14.701908,263.47153,10.047926,5.9231358,72.89363,70.46246,705.6348,167.63045,182.1703,2045.1403,68.70602,1888.1827,1584.658,7.4753056,4.634274,1244.3226,14.074738,9.940187,316.04025,22.588144,47.780163,27.181261,100.07834,424.3307,258.25394,3.3031936,31.98894,60.025703,476.28802,5.9590573,86.62531,7.725135,1.533116,54.10619,1.3224832,1.4385703,4.950668,10.181932,26.303741,20.762005,31.585484,277.4811,29.752687,12.53341,20.151209,5.9186635,74.17137,2.9061828,2.4534945,5.5080647,61.573326,0.4694931,2.5340211,4.906806,34.343143,14.892165,3.3098924,2.1193056,121.96521,12.916971,225.00194,10.288044,467.59018,21.30539,855.6201,182.90726,5.4967213,10.070321,350.92316,441.44818,1849.2605,746.70685 +2023-03-31 13:00:00,0.0,3545.5,28.63329,13.309289,7.0947175,35.823826,177.93811,30.192999,65.10476,24.670124,41.026417,164.71777,358.05344,19.311304,21.86594,10.291994,2.058633,34.154034,13.78997,18.172377,436.03525,3.5730383,294.6376,111.017555,8.117666,80.81057,114.40765,60.168736,538.8504,246.32587,1786.9839,10.866329,2396.8118,71.18363,10.950222,7.9374385,50.247616,192.74147,263.86615,338.18185,63.09106,18.181118,9.105058,873.8654,173.28255,74.868126,39.557384,238.47325,22.621775,275.20288,11.362079,58.931465,0.0,2576.1636,4481.8057,2.4632287,31.799948,26.20215,22391.85,65.816376,2.229831,61.838406,107.76526,39.41183,10.556702,59.33848,456.3827,33.10259,37.94742,3.4968278,8.679156,679.14606,0.31229293,478.87424,44.282528,2887.2993,80.534836,165.83554,192.67766,288.9239,31.574244,47.00169,309.4729,24.818771,25.131039,12.889643,36.027676,221.0903,10.840394,8.1092825,98.812996,19.886822,4562.5435,27.4299,53.350807,24.767487,29.36417,360.04837,88.95464,52.659946,11.858665,14.187386,48.562313,108.12624,270.01096,81.231285,274.25867,31.879446,45.213703,113.07079,158.17332,80.88736,126.14064,10.237981,6.822305,15.003273,30.134127,4067.6965,13.413534,54.979027,152.49268,30.001848,331.15366,107.397575,280.23386,8.176854,96.48671,923.15625,914.95184,81.96299,1131.3381,138.34135,120.52435,74.08985,73.52951,14.018461,43.208164,536.84436,10.033046,14.690277,263.35834,10.047503,5.922233,72.87533,70.46614,705.64496,167.60394,182.18233,2045.2441,68.75703,1888.6376,1585.0892,7.476925,4.634196,1244.2238,14.070206,9.9417,315.99753,22.592466,47.791817,27.192472,100.134315,424.5671,258.18494,3.3037608,31.992836,60.039394,476.52112,5.960406,86.629616,7.7258177,1.5329474,54.1,1.3225828,1.438479,4.950369,10.181967,26.310097,20.770681,31.592249,277.6133,29.752464,12.530626,20.138609,5.9171085,74.15709,2.9056675,2.4507031,5.5073924,61.5701,0.46739247,2.5324996,4.896748,34.37705,14.891627,3.3074014,2.1208794,122.04747,12.9231205,225.05504,10.294197,467.8722,21.31154,855.3041,183.0085,5.498727,10.073834,351.20648,441.80786,1850.5636,746.53815 +2023-03-31 14:00:00,0.0,3547.0376,28.63493,13.3208475,7.094128,35.839016,177.94092,30.199902,65.12888,24.674595,41.038715,164.73865,358.2081,19.321104,21.866613,10.28802,2.0575318,34.159184,13.755117,18.162361,436.07193,3.5500984,294.57056,110.98557,8.090148,80.5901,114.33413,60.1464,538.561,246.28357,1786.9556,10.822698,2396.8772,70.45742,10.923924,7.9135637,50.08914,192.81573,263.85785,337.07297,63.10551,18.189142,9.104352,874.09863,172.71942,74.88031,39.57703,238.47147,22.606876,275.16995,11.360282,58.950134,0.0,2577.764,4484.928,2.4661984,31.794233,26.21154,22400.479,65.8431,2.2306628,61.89985,107.8716,39.42505,10.558461,59.39732,456.48355,33.11031,37.980328,3.499995,8.679957,679.41815,0.31219146,479.20004,44.229572,2887.7722,80.463486,165.89796,192.69888,287.57104,31.509651,46.97616,308.82806,24.769222,25.087101,12.893007,36.02729,221.09344,10.840102,8.10865,98.84126,19.891237,4562.494,27.438248,53.387096,24.775787,29.37554,360.05914,88.93991,52.69086,11.861877,14.192411,48.589,108.181244,270.1535,81.280716,274.31726,31.881134,45.25014,113.09788,158.33939,80.96785,126.092125,10.225801,6.8293686,14.996092,30.160152,4071.633,13.398605,55.04708,152.4797,30.013279,331.29825,107.42204,280.3963,8.176534,96.466705,923.7424,915.5494,82.01258,1132.4716,138.38002,120.61872,74.095566,73.41262,14.000915,43.18142,536.94745,10.025009,14.678646,263.24515,10.047081,5.921331,72.85703,70.46982,705.65515,167.57745,182.19437,2045.3483,68.808044,1889.0923,1585.5205,7.4785438,4.634117,1244.125,14.065675,9.9432125,315.9548,22.596786,47.80347,27.203682,100.190285,424.80356,258.11597,3.304328,31.996735,60.053085,476.75418,5.9617543,86.63391,7.726501,1.532779,54.093803,1.3226824,1.4383878,4.9500694,10.182002,26.31645,20.779356,31.599014,277.7455,29.75224,12.527842,20.126009,5.915553,74.14281,2.905152,2.447912,5.5067205,61.56687,0.46529186,2.530978,4.88669,34.410954,14.89109,3.3049104,2.122453,122.12973,12.929271,225.10815,10.30035,468.1542,21.317694,854.988,183.10974,5.5007324,10.077348,351.48978,442.16754,1851.8666,746.3695 +2023-03-31 15:00:00,0.0,3548.5754,28.636572,13.332405,7.0935388,35.854206,177.94371,30.206804,65.153015,24.679064,41.051014,164.75952,358.3628,19.330902,21.867285,10.284046,2.0564306,34.164337,13.7202635,18.152346,436.10864,3.5271587,294.5035,110.95359,8.06263,80.36964,114.2606,60.12407,538.27155,246.24127,1786.9272,10.779067,2396.9426,69.7312,10.897628,7.889689,49.930668,192.89,263.84958,335.96408,63.11996,18.197165,9.103647,874.33185,172.1563,74.8925,39.596676,238.46971,22.591978,275.137,11.358485,58.9688,0.0,2579.364,4488.0513,2.4691682,31.788519,26.22093,22409.107,65.86983,2.2314944,61.961296,107.97794,39.438267,10.560221,59.456158,456.5844,33.118027,38.013233,3.503162,8.680758,679.69025,0.31209,479.52588,44.176613,2888.2449,80.392136,165.96037,192.72011,286.21823,31.445059,46.950626,308.18323,24.719673,25.043163,12.896371,36.0269,221.0966,10.83981,8.108017,98.86953,19.89565,4562.4443,27.446596,53.423386,24.784088,29.386911,360.0699,88.925186,52.721775,11.865089,14.197437,48.61569,108.23624,270.29605,81.33014,274.37582,31.88282,45.286583,113.12497,158.50545,81.04833,126.04362,10.213621,6.8364315,14.988912,30.186178,4075.5696,13.383676,55.115135,152.46674,30.02471,331.44284,107.4465,280.55872,8.176214,96.4467,924.3285,916.1469,82.06217,1133.6049,138.41869,120.71308,74.10128,73.29573,13.983368,43.15468,537.0506,10.016973,14.667014,263.13196,10.046659,5.9204288,72.83873,70.473495,705.6653,167.55096,182.20639,2045.4521,68.859055,1889.5471,1585.9518,7.480163,4.634039,1244.0261,14.061143,9.944724,315.91208,22.601109,47.815125,27.214893,100.246254,425.03998,258.04697,3.3048952,32.000633,60.066776,476.98724,5.963103,86.638214,7.7271843,1.5326104,54.087612,1.322782,1.4382964,4.94977,10.182037,26.322805,20.788033,31.60578,277.87772,29.752016,12.525058,20.113407,5.9139977,74.128525,2.9046369,2.4451208,5.506048,61.56365,0.46319124,2.5294564,4.876632,34.44486,14.8905525,3.3024194,2.1240265,122.212,12.93542,225.16125,10.306503,468.43622,21.323847,854.67194,183.21098,5.502738,10.080861,351.7731,442.52722,1853.1697,746.2008 +2023-03-31 16:00:00,0.0,3550.113,28.638214,13.343964,7.09295,35.869396,177.9465,30.213707,65.17715,24.683535,41.063313,164.7804,358.51746,19.3407,21.867956,10.280072,2.0553296,34.169487,13.6854105,18.14233,436.14532,3.5042188,294.4365,110.9216,8.035111,80.14917,114.18707,60.101738,537.9821,246.19897,1786.8989,10.7354355,2397.008,69.00498,10.871331,7.8658137,49.772194,192.96426,263.84128,334.8552,63.134407,18.205189,9.1029415,874.56506,171.59317,74.90469,39.61632,238.46796,22.57708,275.10403,11.3566885,58.98747,0.0,2580.964,4491.174,2.4721377,31.782806,26.23032,22417.736,65.89655,2.232326,62.02274,108.084274,39.45148,10.561979,59.515,456.68527,33.125748,38.04614,3.506329,8.68156,679.9623,0.31198853,479.8517,44.123657,2888.7178,80.320786,166.02278,192.74133,284.8654,31.380466,46.925095,307.5384,24.670126,24.999226,12.899735,36.026516,221.09976,10.839519,8.107385,98.8978,19.900066,4562.395,27.454945,53.45968,24.79239,29.398283,360.08063,88.91046,52.75269,11.868301,14.202462,48.642376,108.29123,270.4386,81.37957,274.4344,31.884506,45.32302,113.152054,158.67151,81.12882,125.9951,10.201441,6.843495,14.98173,30.212204,4079.506,13.368746,55.18319,152.45377,30.03614,331.58746,107.47096,280.72116,8.175894,96.4267,924.9146,916.7445,82.11177,1134.7382,138.45734,120.80745,74.106995,73.17884,13.965821,43.127937,537.1537,10.008936,14.655383,263.0188,10.046237,5.919526,72.82043,70.47717,705.6754,167.52446,182.21843,2045.5562,68.91007,1890.0018,1586.383,7.4817824,4.6339602,1243.9272,14.056611,9.946237,315.86935,22.605429,47.826775,27.226105,100.30223,425.27643,257.97797,3.3054624,32.00453,60.080467,477.22034,5.9644513,86.64252,7.7278676,1.5324419,54.08142,1.3228817,1.4382051,4.9494705,10.182073,26.32916,20.796707,31.612545,278.00992,29.751793,12.522273,20.100807,5.9124427,74.11425,2.9041216,2.4423296,5.5053763,61.56042,0.46109062,2.5279346,4.8665743,34.478764,14.890015,3.2999282,2.1256,122.29426,12.94157,225.21436,10.312656,468.71823,21.329998,854.3559,183.31221,5.5047436,10.084374,352.05643,442.8869,1854.4728,746.03217 +2023-03-31 17:00:00,0.0,3551.651,28.639856,13.355522,7.0923605,35.884583,177.9493,30.22061,65.20127,24.688004,41.07561,164.80127,358.67212,19.3505,21.86863,10.276098,2.0542283,34.17464,13.6505575,18.132315,436.182,3.481279,294.36945,110.88962,8.007592,79.92871,114.11354,60.079403,537.6927,246.15668,1786.8706,10.691805,2397.0735,68.27877,10.845034,7.841939,49.61372,193.03851,263.833,333.74634,63.148857,18.213211,9.102236,874.7982,171.03004,74.91688,39.635967,238.46619,22.562181,275.0711,11.354892,59.006134,0.0,2582.5645,4494.2964,2.4751074,31.777092,26.23971,22426.365,65.92327,2.2331576,62.084183,108.19061,39.4647,10.563739,59.573837,456.78613,33.133465,38.079044,3.509496,8.682361,680.2344,0.3118871,480.17755,44.070698,2889.1904,80.24944,166.0852,192.76256,283.51257,31.315874,46.899563,306.89355,24.620577,24.955288,12.903099,36.02613,221.10292,10.839227,8.106752,98.92606,19.904482,4562.3457,27.463293,53.495968,24.800692,29.409653,360.0914,88.89573,52.783604,11.871514,14.207488,48.669064,108.34622,270.58115,81.429,274.49298,31.886192,45.359463,113.179146,158.83757,81.20931,125.94659,10.1892605,6.850558,14.97455,30.23823,4083.4426,13.353816,55.25124,152.4408,30.047571,331.73206,107.49543,280.8836,8.175573,96.40669,925.50073,917.34204,82.16136,1135.8715,138.496,120.90181,74.11272,73.06195,13.948275,43.101196,537.25684,10.000898,14.643752,262.9056,10.0458145,5.918624,72.80213,70.48085,705.6856,167.49797,182.23045,2045.66,68.96108,1890.4567,1586.8143,7.483402,4.633882,1243.8284,14.05208,9.947748,315.82663,22.60975,47.83843,27.237314,100.3582,425.51285,257.90897,3.3060296,32.008427,60.09416,477.4534,5.9658,86.64682,7.728551,1.5322733,54.07523,1.3229814,1.4381139,4.949171,10.182107,26.335516,20.805384,31.619308,278.14212,29.751568,12.519489,20.088205,5.9108872,74.09997,2.9036064,2.4395385,5.5047045,61.557194,0.45899,2.526413,4.8565164,34.51267,14.889477,3.2974372,2.1271737,122.37652,12.94772,225.26747,10.3188095,469.00024,21.336151,854.0398,183.41345,5.506749,10.087887,352.33975,443.24655,1855.7759,745.86346 +2023-03-31 18:00:00,0.0,3553.1887,28.641499,13.36708,7.091771,35.899773,177.95209,30.227514,65.2254,24.692474,41.087906,164.82214,358.82678,19.360298,21.8693,10.272124,2.053127,34.179794,13.615705,18.1223,436.21872,3.4583392,294.3024,110.85763,7.980074,79.708244,114.040016,60.05707,537.40326,246.11438,1786.8423,10.648173,2397.139,67.55255,10.818737,7.818064,49.455242,193.11278,263.8247,332.63745,63.163307,18.221235,9.10153,875.03143,170.46692,74.92907,39.655613,238.46442,22.547283,275.03815,11.353095,59.024803,0.0,2584.1646,4497.4194,2.4780772,31.77138,26.2491,22434.994,65.95,2.2339895,62.145626,108.29696,39.477917,10.565497,59.632675,456.887,33.141186,38.111954,3.5126631,8.683163,680.5065,0.31178564,480.50336,44.017742,2889.6633,80.17809,166.14761,192.78377,282.15973,31.251282,46.87403,306.24872,24.571028,24.911348,12.906464,36.025745,221.10606,10.838935,8.106119,98.95433,19.908895,4562.2964,27.471642,53.532257,24.808992,29.421024,360.10214,88.881004,52.814518,11.874726,14.212514,48.69575,108.401215,270.7237,81.47843,274.55154,31.88788,45.3959,113.20623,159.00363,81.2898,125.89807,10.177081,6.857621,14.96737,30.264254,4087.3792,13.338887,55.319294,152.42783,30.059002,331.87665,107.51989,281.04605,8.175254,96.38669,926.08685,917.9396,82.21095,1137.0049,138.53467,120.99618,74.11843,72.94505,13.930728,43.07445,537.36,9.992862,14.632121,262.79242,10.045392,5.9177217,72.78383,70.484535,705.69574,167.47147,182.2425,2045.7642,69.0121,1890.9114,1587.2456,7.485021,4.633804,1243.7296,14.047548,9.949261,315.7839,22.614073,47.850082,27.248526,100.41417,425.74927,257.83997,3.3065968,32.012325,60.10785,477.68646,5.9671483,86.651115,7.729234,1.5321048,54.06904,1.3230809,1.4380226,4.9488716,10.182142,26.34187,20.81406,31.626074,278.27432,29.751345,12.5167055,20.075605,5.909332,74.085686,2.9030912,2.436747,5.504032,61.55397,0.45688942,2.5248914,4.8464584,34.546574,14.88894,3.2949462,2.1287472,122.45878,12.95387,225.32057,10.324963,469.28226,21.342304,853.72375,183.5147,5.5087547,10.0914,352.62308,443.60623,1857.079,745.6948 +2023-03-31 19:00:00,0.0,3554.7263,28.64314,13.378638,7.0911818,35.914963,177.95488,30.234417,65.249535,24.696943,41.100204,164.84303,358.98148,19.370096,21.869972,10.26815,2.0520258,34.184944,13.580851,18.112284,436.2554,3.4353993,294.23538,110.825645,7.9525557,79.48778,113.966484,60.03474,537.11383,246.07208,1786.814,10.604543,2397.2043,66.82634,10.792439,7.794189,49.29677,193.18704,263.81644,331.52856,63.177757,18.229258,9.100825,875.26465,169.9038,74.94126,39.67526,238.46266,22.532387,275.0052,11.351298,59.04347,0.0,2585.7646,4500.542,2.481047,31.765665,26.25849,22443.623,65.97672,2.234821,62.20707,108.40329,39.491135,10.567257,59.691517,456.98785,33.148903,38.14486,3.51583,8.683964,680.7785,0.31168416,480.8292,43.964787,2890.136,80.10674,166.21004,192.805,280.80692,31.18669,46.848495,305.60388,24.521479,24.86741,12.909827,36.02536,221.10922,10.838643,8.105487,98.982605,19.913311,4562.247,27.47999,53.56855,24.817295,29.432396,360.11288,88.86627,52.84543,11.877938,14.217539,48.72244,108.45621,270.86624,81.527855,274.61014,31.889566,45.432343,113.23332,159.1697,81.370285,125.84956,10.164901,6.864684,14.960189,30.29028,4091.3157,13.323957,55.38735,152.41486,30.070433,332.02124,107.54435,281.20847,8.174933,96.366684,926.673,918.5371,82.26055,1138.1382,138.57333,121.09054,74.124146,72.82816,13.913181,43.04771,537.4631,9.984825,14.620489,262.67926,10.04497,5.9168196,72.76553,70.48821,705.7059,167.44498,182.25452,2045.8679,69.06311,1891.3662,1587.6769,7.4866405,4.633725,1243.6307,14.043016,9.950772,315.74118,22.618393,47.861736,27.259737,100.47014,425.98572,257.77097,3.307164,32.016224,60.12154,477.91953,5.968497,86.65542,7.7299175,1.5319363,54.062847,1.3231806,1.4379314,4.948572,10.182178,26.348225,20.822735,31.63284,278.40652,29.75112,12.513921,20.063004,5.907777,74.0714,2.902576,2.433956,5.5033603,61.550743,0.4547888,2.5233698,4.8364005,34.58048,14.888402,3.2924552,2.1303208,122.541046,12.960019,225.37369,10.331117,469.56427,21.348455,853.4077,183.61592,5.5107603,10.0949135,352.9064,443.9659,1858.3821,745.5261 +2023-03-31 20:00:00,0.0,3556.2642,28.644783,13.390196,7.0905924,35.930153,177.95767,30.24132,65.27366,24.701414,41.112503,164.8639,359.13614,19.379896,21.870646,10.264176,2.0509248,34.190098,13.545998,18.102268,436.29208,3.4124594,294.16833,110.79366,7.925037,79.26731,113.89296,60.012405,536.8244,246.02979,1786.7858,10.560911,2397.2698,66.10012,10.766143,7.770314,49.138298,193.26129,263.80814,330.4197,63.192204,18.237282,9.10012,875.49786,169.34067,74.953445,39.694904,238.4609,22.517488,274.97226,11.349502,59.062138,0.0,2587.3647,4503.6646,2.4840164,31.75995,26.267878,22452.254,66.00345,2.2356527,62.268513,108.50963,39.504353,10.569016,59.750355,457.0887,33.156624,38.177765,3.5189972,8.684765,681.0506,0.3115827,481.15503,43.911827,2890.609,80.03539,166.27245,192.82622,279.45407,31.122097,46.822964,304.95908,24.47193,24.823473,12.913192,36.024975,221.11238,10.83835,8.104855,99.01087,19.917725,4562.1978,27.488338,53.60484,24.825596,29.443766,360.12366,88.85155,52.876343,11.88115,14.222565,48.74913,108.5112,271.00876,81.577286,274.6687,31.891253,45.46878,113.26041,159.33575,81.450775,125.80105,10.15272,6.8717475,14.953009,30.316305,4095.2524,13.309028,55.455402,152.40189,30.081863,332.16583,107.56882,281.3709,8.174614,96.34668,927.2591,919.13464,82.31014,1139.2715,138.612,121.184906,74.12986,72.71127,13.895635,43.02097,537.5662,9.9767885,14.608858,262.56607,10.044547,5.915917,72.74723,70.49189,705.71606,167.41849,182.26656,2045.972,69.11413,1891.8209,1588.1083,7.48826,4.633647,1243.5319,14.038486,9.952285,315.69843,22.622715,47.87339,27.270947,100.526115,426.22214,257.70197,3.3077312,32.020123,60.135235,478.15262,5.969846,86.65972,7.730601,1.5317677,54.056656,1.3232802,1.4378401,4.9482727,10.182213,26.35458,20.831411,31.639605,278.53876,29.750896,12.511137,20.050404,5.9062214,74.05712,2.9020607,2.4311647,5.5026884,61.54752,0.4526882,2.5218482,4.826343,34.61438,14.887864,3.2899642,2.1318944,122.62331,12.966169,225.42679,10.33727,469.8463,21.354609,853.0916,183.71716,5.5127664,10.098427,353.18973,444.3256,1859.6852,745.3574 +2023-03-31 21:00:00,0.0,3557.8018,28.646423,13.401754,7.090003,35.945343,177.96048,30.248222,65.29779,24.705883,41.1248,164.88478,359.2908,19.389694,21.871317,10.260203,2.0498235,34.195248,13.511145,18.092253,436.3288,3.3895197,294.1013,110.76167,7.8975186,79.046844,113.81943,59.990074,536.535,245.98749,1786.7574,10.517281,2397.335,65.3739,10.739845,7.7464395,48.97982,193.33556,263.79987,329.31082,63.206654,18.245304,9.099414,875.7311,168.77753,74.96564,39.71455,238.45912,22.50259,274.9393,11.347705,59.080803,0.0,2588.965,4506.7876,2.4869862,31.754238,26.277267,22460.883,66.030174,2.2364843,62.32996,108.61597,39.51757,10.570775,59.809193,457.18958,33.16434,38.21067,3.522164,8.685566,681.3227,0.31148124,481.48087,43.85887,2891.0815,79.96404,166.33487,192.84744,278.10126,31.057507,46.797432,304.31424,24.42238,24.779535,12.916555,36.02459,221.11554,10.838058,8.104221,99.03914,19.92214,4562.148,27.496687,53.64113,24.833897,29.455137,360.1344,88.836815,52.907257,11.884362,14.227591,48.775818,108.56619,271.1513,81.62672,274.7273,31.892939,45.505222,113.2875,159.50182,81.531265,125.75253,10.14054,6.8788104,14.9458275,30.34233,4099.189,13.294098,55.523457,152.38892,30.093294,332.31042,107.59328,281.53336,8.1742935,96.326675,927.8452,919.7322,82.35973,1140.4048,138.65067,121.27927,74.135574,72.59438,13.878088,42.99423,537.6693,9.968752,14.597227,262.45288,10.044125,5.9150147,72.728935,70.49557,705.7262,167.39198,182.27858,2046.0759,69.16514,1892.2758,1588.5396,7.4898787,4.6335683,1243.433,14.033954,9.953796,315.6557,22.627035,47.885044,27.282158,100.582085,426.4586,257.633,3.3082983,32.02402,60.148926,478.38568,5.9711943,86.664024,7.7312837,1.5315992,54.050465,1.3233799,1.4377489,4.9479733,10.182248,26.360935,20.840086,31.64637,278.67096,29.750671,12.508352,20.037802,5.904666,74.04284,2.9015455,2.4283736,5.502016,61.544292,0.45058757,2.5203266,4.816285,34.648285,14.887326,3.2874732,2.1334682,122.70557,12.972319,225.4799,10.343423,470.12833,21.360762,852.7756,183.8184,5.514772,10.10194,353.47305,444.68527,1860.9883,745.1888 +2023-03-31 22:00:00,0.0,3559.3396,28.648066,13.413313,7.089414,35.96053,177.96327,30.255125,65.32192,24.710354,41.1371,164.90565,359.44547,19.399492,21.871988,10.256229,2.0487223,34.2004,13.476292,18.082237,436.36548,3.3665798,294.03424,110.72969,7.87,78.826385,113.7459,59.967743,536.24554,245.94519,1786.7291,10.473649,2397.4004,64.64769,10.713549,7.7225647,48.821346,193.40982,263.79156,328.20193,63.221104,18.253328,9.098708,875.96423,168.2144,74.97783,39.734196,238.45737,22.487692,274.90634,11.345908,59.099472,0.0,2590.5652,4509.91,2.489956,31.748524,26.286657,22469.512,66.05689,2.2373161,62.391403,108.722305,39.530785,10.572535,59.86803,457.29044,33.172062,38.24358,3.5253313,8.686368,681.5948,0.3113798,481.80667,43.805916,2891.5544,79.8927,166.39728,192.86865,276.7484,30.992914,46.7719,303.6694,24.372833,24.735596,12.91992,36.024204,221.11868,10.837767,8.103589,99.067406,19.926556,4562.0986,27.505035,53.677418,24.842197,29.466509,360.14514,88.82209,52.93817,11.887575,14.232616,48.802505,108.621185,271.29385,81.67615,274.78586,31.894627,45.54166,113.31458,159.66788,81.611755,125.70402,10.128361,6.885874,14.938647,30.368357,4103.1255,13.279169,55.59151,152.37595,30.104725,332.45505,107.61774,281.6958,8.173973,96.30667,928.43134,920.3298,82.409325,1141.5382,138.68933,121.373634,74.1413,72.477486,13.860541,42.967484,537.77246,9.960715,14.585596,262.3397,10.043702,5.9141126,72.71063,70.499245,705.7363,167.3655,182.29062,2046.1799,69.216156,1892.7305,1588.9708,7.491498,4.63349,1243.3342,14.029422,9.955309,315.61298,22.631357,47.896694,27.29337,100.638054,426.695,257.564,3.3088655,32.027916,60.162617,478.61874,5.972543,86.66832,7.731967,1.5314307,54.044273,1.3234794,1.4376576,4.947674,10.182282,26.367289,20.848763,31.653135,278.80316,29.750448,12.5055685,20.025202,5.9031105,74.028564,2.9010303,2.4255822,5.501344,61.541065,0.44848695,2.5188048,4.806227,34.68219,14.886789,3.284982,2.1350417,122.78783,12.978469,225.533,10.349576,470.41034,21.366915,852.45953,183.91965,5.5167775,10.105453,353.75638,445.04492,1862.2914,745.0201 +2023-03-31 23:00:00,0.0,3560.8772,28.649708,13.4248705,7.0888247,35.97572,177.96606,30.262028,65.34605,24.714823,41.1494,164.92653,359.60016,19.409292,21.872662,10.252255,2.0476213,34.20555,13.441438,18.072222,436.4022,3.34364,293.96722,110.6977,7.8424816,78.60592,113.67237,59.945408,535.9561,245.9029,1786.7008,10.430018,2397.4658,63.92147,10.687251,7.6986895,48.66287,193.48407,263.7833,327.09308,63.23555,18.26135,9.098003,876.19745,167.65128,74.99001,39.75384,238.4556,22.472794,274.8734,11.344111,59.118137,0.0,2592.1655,4513.033,2.4929254,31.742811,26.296047,22478.14,66.08362,2.2381477,62.452847,108.82865,39.544003,10.574293,59.926872,457.3913,33.17978,38.276485,3.5284982,8.687169,681.8668,0.3112783,482.1325,43.752956,2892.027,79.82135,166.45972,192.88988,275.3956,30.928322,46.74637,303.02457,24.323284,24.691658,12.923284,36.023815,221.12184,10.837475,8.102956,99.09567,19.93097,4562.0493,27.513384,53.71371,24.8505,29.477879,360.1559,88.80736,52.969086,11.890787,14.237641,48.829193,108.67618,271.4364,81.72557,274.84445,31.896313,45.578102,113.341675,159.83394,81.69224,125.65551,10.11618,6.8929367,14.931466,30.394382,4107.062,13.264239,55.659565,152.36298,30.116156,332.59964,107.642204,281.85822,8.173654,96.28667,929.01746,920.9273,82.45892,1142.6715,138.728,121.467995,74.14701,72.360596,13.842995,42.940742,537.87555,9.952679,14.573964,262.22653,10.04328,5.91321,72.69234,70.50292,705.7465,167.33899,182.30264,2046.2838,69.267166,1893.1853,1589.4021,7.4931173,4.6334114,1243.2354,14.024891,9.9568205,315.57025,22.635677,47.908348,27.304579,100.69403,426.93146,257.495,3.3094327,32.031815,60.176308,478.85184,5.9738913,86.67262,7.7326503,1.5312622,54.038082,1.3235791,1.4375664,4.9473743,10.182318,26.373644,20.857437,31.6599,278.93536,29.750223,12.502784,20.0126,5.9015555,74.01428,2.900515,2.422791,5.500672,61.53784,0.44638634,2.5172832,4.7961693,34.716095,14.886251,3.282491,2.1366153,122.870094,12.984618,225.58612,10.355729,470.69235,21.373066,852.14343,184.02087,5.518783,10.108966,354.0397,445.4046,1863.5945,744.85144 +2023-04-01 00:00:00,0.0,3562.415,28.65135,13.436429,7.0882354,35.99091,177.96886,30.26893,65.37018,24.719294,41.161697,164.9474,359.75482,19.41909,21.873333,10.2482815,2.04652,34.210705,13.406585,18.062206,436.43887,3.3207002,293.90018,110.66572,7.814963,78.38545,113.59885,59.923077,535.6667,245.8606,1786.6725,10.386387,2397.5312,63.195255,10.660954,7.6748147,48.504395,193.55833,263.775,325.9842,63.25,18.269375,9.097298,876.43066,167.08815,75.002205,39.773487,238.45383,22.457895,274.84045,11.342315,59.136806,0.0,2593.7656,4516.156,2.4958951,31.737097,26.305437,22486.77,66.110344,2.2389793,62.51429,108.93498,39.55722,10.576053,59.98571,457.49216,33.1875,38.30939,3.5316653,8.68797,682.1389,0.31117687,482.45834,43.7,2892.5,79.75,166.52213,192.9111,274.04276,30.86373,46.720837,302.37973,24.273735,24.64772,12.926648,36.02343,221.125,10.837183,8.102324,99.12394,19.935385,4562.0,27.521732,53.75,24.8588,29.48925,360.16666,88.79263,53.0,11.893999,14.242667,48.85588,108.73117,271.57895,81.775,274.903,31.897999,45.61454,113.36876,160.0,81.77273,125.606995,10.104,6.9,14.924286,30.420408,4110.9985,13.24931,55.72762,152.35,30.127586,332.74423,107.666664,282.02066,8.173333,96.26666,929.6036,921.52484,82.508514,1143.8048,138.76666,121.56236,74.152725,72.243706,13.825448,42.914,537.9787,9.944642,14.562333,262.11334,10.042857,5.9123077,72.674034,70.5066,705.75665,167.3125,182.31468,2046.388,69.318184,1893.64,1589.8334,7.4947367,4.633333,1243.1365,14.020359,9.958333,315.52753,22.64,47.920002,27.31579,100.75,427.16788,257.426,3.31,32.035713,60.19,479.0849,5.9752398,86.676926,7.7333336,1.5310936,54.03189,1.3236787,1.4374751,4.947075,10.182353,26.38,20.866114,31.666666,279.06757,29.75,12.5,20.0,5.9,74.0,2.8999999,2.4199998,5.5,61.534615,0.44428572,2.5157616,4.7861114,34.75,14.885714,3.28,2.1381888,122.952354,12.990768,225.63922,10.361882,470.97437,21.37922,851.8274,184.12212,5.5207887,10.112479,354.32303,445.76428,1864.8976,744.68274 +2023-04-01 01:00:00,0.0,3563.4897,28.675787,13.456696,7.100074,36.002262,178.0118,30.274239,65.37991,24.718866,41.15906,165.24294,360.1091,19.422714,21.912565,10.239222,2.0449038,34.215935,13.414008,18.05108,436.53162,3.3201597,293.9934,110.65339,7.807974,78.290344,113.612305,59.909294,535.2542,245.80972,1788.2501,10.374894,2397.435,63.120743,10.649815,7.6663065,48.455853,193.60739,263.79395,325.61508,63.318054,18.289764,9.098087,876.40314,166.87122,74.98726,39.803196,238.69037,22.447325,274.98026,11.344235,59.123856,0.0,2595.7,4522.712,2.502419,31.767702,26.347364,22500.2,66.18937,2.2430894,62.514805,108.91524,39.57953,10.583372,59.959923,457.83466,33.263977,38.317448,3.5343208,8.690026,682.43164,0.32068247,482.20898,43.736877,2891.684,79.769905,166.46161,192.86617,274.03094,30.841845,46.696407,302.1011,24.257732,24.634367,12.939086,36.026142,221.0044,10.84255,8.106761,99.144875,19.935661,4561.5967,27.537207,53.71979,24.858713,29.49969,360.07266,88.77709,52.999653,11.89995,14.249885,48.839634,108.747604,271.46375,81.777435,274.9151,31.942211,45.612457,113.387856,160.09152,82.88841,125.6502,10.101547,6.9119096,14.915655,30.675047,4124.835,13.240387,55.706482,152.21892,30.126043,332.754,107.58227,281.8978,8.168423,96.34164,929.2605,920.9494,82.48614,1143.3628,138.64958,121.51519,74.2285,72.18657,13.813838,42.885376,538.7296,9.933344,14.547254,261.93253,10.041329,5.9114733,72.61379,70.46289,705.3523,167.2145,182.2969,2045.8265,69.44627,1894.0978,1590.2288,7.5014324,4.644618,1252.7372,14.015801,9.982291,315.5304,22.669527,47.97706,27.345615,100.95942,428.2513,257.46588,3.3141923,32.061108,60.6094,481.64395,6.0289707,86.77918,7.7436,1.5307447,54.0338,1.323401,1.4366014,4.9438176,10.186701,26.41072,21.040329,31.659952,281.36795,29.78102,12.507143,20.005556,5.9008136,73.97621,2.902199,2.4197128,5.500625,61.530334,0.44370437,2.5149317,4.785494,34.757812,14.885773,3.2777846,2.1546216,123.61537,13.051414,226.8475,10.3835745,472.95108,21.417038,851.62616,184.88197,5.5400834,10.118053,355.65585,447.86664,1869.1958,744.47076 +2023-04-01 02:00:00,0.0,3564.5645,28.700224,13.476963,7.111912,36.01361,178.05473,30.279547,65.38964,24.718437,41.15643,165.53845,360.46338,19.426338,21.951796,10.230163,2.0432875,34.221165,13.4214325,18.039953,436.62436,3.319619,294.08664,110.64106,7.800985,78.195244,113.62577,59.89551,534.8417,245.75883,1789.8278,10.3634,2397.339,63.046227,10.638675,7.6577983,48.407314,193.65645,263.8129,325.246,63.386112,18.310154,9.098877,876.3756,166.6543,74.97232,39.83291,238.92691,22.436754,275.12006,11.346155,59.110905,0.0,2597.6343,4529.2676,2.5089428,31.79831,26.38929,22513.629,66.2684,2.2471993,62.51532,108.8955,39.601833,10.590692,59.934135,458.17712,33.34045,38.32551,3.5369763,8.692082,682.7243,0.33018807,481.95963,43.77375,2890.8682,79.78982,166.40111,192.82123,274.01913,30.81996,46.671974,301.82248,24.241728,24.621014,12.951523,36.028854,220.88377,10.847917,8.111197,99.16581,19.935936,4561.1934,27.55268,53.689583,24.858625,29.510126,359.9787,88.76155,52.999306,11.905902,14.257101,48.823387,108.76404,271.34854,81.77986,274.9272,31.986423,45.610374,113.406944,160.18306,84.004105,125.69341,10.099094,6.9238195,14.907024,30.929688,4138.671,13.231463,55.68535,152.08783,30.1245,332.7638,107.49787,281.7749,8.163512,96.41662,928.9175,920.3739,82.46375,1142.9208,138.5325,121.468025,74.30427,72.12943,13.802229,42.85675,539.48047,9.922046,14.532174,261.7517,10.039802,5.910639,72.55356,70.419174,704.94794,167.11649,182.27911,2045.2654,69.57437,1894.5555,1590.6241,7.5081286,4.655903,1262.3378,14.011244,10.006249,315.53326,22.699055,48.034115,27.375439,101.168846,429.33472,257.50577,3.318385,32.086502,61.028805,484.20303,6.0827017,86.88143,7.753866,1.5303957,54.03571,1.3231232,1.4357278,4.940561,10.191048,26.441444,21.214544,31.65324,283.66833,29.812037,12.514286,20.01111,5.901627,73.95243,2.904398,2.4194257,5.50125,61.52606,0.443123,2.514102,4.784876,34.765625,14.885833,3.2755694,2.1710544,124.27839,13.112058,228.05579,10.405268,474.92776,21.454855,851.4249,185.64183,5.559378,10.123628,356.98868,449.96896,1873.494,744.2588 +2023-04-01 03:00:00,0.0,3565.6392,28.72466,13.49723,7.12375,36.024963,178.09769,30.284855,65.399376,24.71801,41.153793,165.83398,360.81766,19.429962,21.991028,10.221103,2.0416713,34.226395,13.428856,18.028828,436.7171,3.3190784,294.17987,110.62873,7.793996,78.100136,113.63923,59.88173,534.4292,245.70796,1791.4054,10.351908,2397.243,62.971714,10.627536,7.64929,48.358772,193.7055,263.83185,324.8769,63.454166,18.330544,9.099667,876.3481,166.43736,74.957375,39.862617,239.16345,22.426186,275.25986,11.348076,59.097954,0.0,2599.5688,4535.8237,2.5154667,31.828915,26.431217,22527.059,66.34743,2.2513094,62.51584,108.875755,39.62414,10.598011,59.908348,458.51962,33.416927,38.333565,3.5396318,8.694139,683.017,0.33969367,481.71027,43.810627,2890.052,79.80972,166.34059,192.77629,274.0073,30.798075,46.647545,301.54385,24.225725,24.607658,12.963961,36.031563,220.76317,10.853284,8.115635,99.186745,19.936213,4560.79,27.568153,53.659374,24.858538,29.520565,359.8847,88.74601,52.99896,11.911853,14.264318,48.807144,108.78047,271.23334,81.782295,274.9393,32.030636,45.60829,113.42604,160.27458,85.11979,125.73662,10.096642,6.935729,14.898393,31.184326,4152.5073,13.222541,55.66421,151.95674,30.12296,332.77356,107.41347,281.65204,8.158602,96.49159,928.5744,919.79846,82.441376,1142.4788,138.4154,121.42085,74.38004,72.072296,13.790619,42.828125,540.2314,9.910748,14.517095,261.57092,10.038274,5.9098043,72.49332,70.375465,704.5436,167.0185,182.26134,2044.7041,69.70246,1895.0133,1591.0195,7.5148244,4.667187,1271.9385,14.006686,10.030208,315.5361,22.728582,48.091167,27.405264,101.378265,430.41815,257.54565,3.3225772,32.111897,61.448208,486.7621,6.136433,86.98369,7.764132,1.5300467,54.037617,1.3228455,1.4348541,4.9373035,10.195395,26.472166,21.388762,31.646526,285.9687,29.843056,12.521428,20.016666,5.9024405,73.92864,2.9065971,2.4191387,5.501875,61.52178,0.44254166,2.513272,4.7842584,34.773438,14.885892,3.273354,2.187487,124.9414,13.172703,229.26408,10.42696,476.90448,21.492674,851.2237,186.40169,5.578673,10.129203,358.32147,452.07132,1877.7922,744.0468 +2023-04-01 04:00:00,0.0,3566.7139,28.749098,13.517496,7.135588,36.036312,178.14062,30.290165,65.40911,24.71758,41.151157,166.1295,361.17194,19.433586,22.030258,10.212043,2.0400548,34.23163,13.43628,18.017702,436.8098,3.318538,294.2731,110.6164,7.7870073,78.00503,113.65269,59.867947,534.01666,245.65707,1792.9829,10.340414,2397.1467,62.8972,10.616396,7.6407814,48.31023,193.75456,263.8508,324.5078,63.52222,18.350933,9.100457,876.3206,166.22044,74.94244,39.89233,239.4,22.415615,275.39966,11.349997,59.085003,0.0,2601.5032,4542.3794,2.5219905,31.859522,26.473143,22540.488,66.42645,2.2554195,62.516354,108.85601,39.646446,10.60533,59.88256,458.86212,33.493404,38.341625,3.5422873,8.696194,683.30975,0.3491993,481.46088,43.8475,2889.236,79.82963,166.28008,192.73135,273.99548,30.776192,46.623116,301.2652,24.20972,24.594305,12.9763975,36.034275,220.64256,10.85865,8.120071,99.20768,19.936487,4560.3867,27.583628,53.629166,24.85845,29.531002,359.79074,88.73048,52.99861,11.917805,14.271536,48.790897,108.796906,271.11813,81.78472,274.9514,32.07485,45.60621,113.44514,160.3661,86.23548,125.77982,10.094189,6.947639,14.889762,31.438967,4166.3438,13.213618,55.643074,151.82565,30.121416,332.78336,107.32907,281.52917,8.153691,96.56657,928.2313,919.22296,82.41899,1142.0367,138.29832,121.37369,74.45582,72.01516,13.779009,42.7995,540.98224,9.899449,14.502014,261.3901,10.036746,5.9089704,72.43308,70.33176,704.1392,166.92049,182.24355,2044.1428,69.83056,1895.4711,1591.4149,7.52152,4.678472,1281.5392,14.002129,10.054167,315.53897,22.75811,48.148224,27.43509,101.587685,431.50156,257.58557,3.3267698,32.13729,61.86761,489.32117,6.190164,87.085945,7.7743983,1.5296978,54.039528,1.3225677,1.4339805,4.9340463,10.199742,26.502888,21.562977,31.639814,288.26907,29.874075,12.528571,20.022223,5.903254,73.90486,2.908796,2.4188516,5.5025,61.517498,0.44196033,2.512442,4.783641,34.78125,14.885952,3.271139,2.2039196,125.604416,13.233348,230.47237,10.448652,478.88116,21.530493,851.02246,187.16154,5.5979676,10.134777,359.6543,454.17368,1882.0905,743.83484 +2023-04-01 05:00:00,0.0,3567.7886,28.773535,13.537764,7.1474266,36.047665,178.18356,30.295473,65.41884,24.717154,41.14852,166.42503,361.5262,19.43721,22.06949,10.202984,2.0384386,34.23686,13.443704,18.006575,436.90256,3.3179972,294.3663,110.60407,7.7800183,77.90992,113.66615,59.854168,533.6042,245.6062,1794.5605,10.328921,2397.0505,62.82269,10.605256,7.632273,48.26169,193.80362,263.86978,324.1387,63.59028,18.371325,9.101247,876.2931,166.00351,74.92749,39.92204,239.63654,22.405045,275.53946,11.351916,59.072056,0.0,2603.4375,4548.9355,2.5285144,31.890127,26.51507,22553.918,66.505486,2.2595294,62.51687,108.83627,39.668755,10.61265,59.856773,459.2046,33.569878,38.34968,3.5449426,8.69825,683.6025,0.3587049,481.21152,43.884377,2888.4202,79.84954,166.21959,192.68642,273.98367,30.754307,46.598682,300.98657,24.193718,24.580952,12.988835,36.036987,220.52194,10.8640175,8.124509,99.228615,19.936764,4559.9834,27.5991,53.598957,24.858362,29.541441,359.69675,88.714935,52.998264,11.923756,14.278753,48.77465,108.81334,271.00293,81.787155,274.96347,32.11906,45.604126,113.46423,160.45764,87.351166,125.82303,10.091736,6.9595485,14.881131,31.693605,4180.1797,13.204695,55.621937,151.69456,30.119873,332.79312,107.244675,281.40628,8.148781,96.64155,927.8883,918.6475,82.396614,1141.5947,138.18124,121.326515,74.531586,71.958015,13.767399,42.770874,541.73315,9.888151,14.486935,261.2093,10.035218,5.908136,72.37284,70.28804,703.73486,166.82248,182.22577,2043.5817,69.95865,1895.9288,1591.8104,7.5282164,4.689757,1291.1399,13.997571,10.078125,315.54184,22.787638,48.20528,27.464912,101.797104,432.585,257.62546,3.3309622,32.16269,62.287014,491.88022,6.243895,87.188194,7.7846646,1.5293489,54.041435,1.32229,1.4331069,4.9307895,10.20409,26.53361,21.737192,31.6331,290.56946,29.905092,12.535714,20.027779,5.9040675,73.88107,2.9109952,2.4185646,5.503125,61.51322,0.44137898,2.5116124,4.783023,34.789062,14.886011,3.2689235,2.2203524,126.26743,13.293992,231.68065,10.4703455,480.85788,21.568312,850.8212,187.9214,5.6172624,10.140351,360.98712,456.27603,1886.3887,743.62286 +2023-04-01 06:00:00,0.0,3568.8633,28.797972,13.55803,7.1592646,36.059017,178.2265,30.300781,65.42857,24.716726,41.14589,166.72057,361.8805,19.440834,22.108723,10.193924,2.0368223,34.24209,13.451127,17.99545,436.9953,3.3174567,294.45953,110.59174,7.7730293,77.81482,113.67961,59.840385,533.1917,245.55531,1796.1382,10.317429,2396.9546,62.748173,10.594116,7.623765,48.213146,193.85268,263.88873,323.76962,63.658333,18.391714,9.102036,876.26556,165.78659,74.91255,39.95175,239.87308,22.394474,275.67926,11.353837,59.059105,0.0,2605.372,4555.491,2.5350382,31.920734,26.556997,22567.348,66.58451,2.2636395,62.517384,108.81653,39.69106,10.619969,59.83099,459.5471,33.646355,38.357742,3.5475981,8.700306,683.89514,0.3682105,480.96216,43.92125,2887.6042,79.869446,166.15907,192.64148,273.97186,30.732422,46.574253,300.70795,24.177713,24.567598,13.001272,36.0397,220.40134,10.869384,8.128945,99.24955,19.937038,4559.58,27.614574,53.56875,24.858274,29.551878,359.60275,88.699394,52.997917,11.929708,14.28597,48.758404,108.82977,270.88773,81.78958,274.97556,32.163273,45.602043,113.48332,160.54916,88.46686,125.86624,10.089283,6.9714584,14.8725,31.948244,4194.016,13.195772,55.600803,151.56348,30.11833,332.80292,107.16028,281.28342,8.14387,96.71652,927.5452,918.0721,82.37423,1141.1527,138.06416,121.27935,74.60736,71.90088,13.75579,42.74225,542.484,9.876853,14.471855,261.02847,10.03369,5.9073014,72.31261,70.24433,703.33057,166.72447,182.20798,2043.0204,70.08675,1896.3866,1592.2058,7.534912,4.7010417,1300.7405,13.993013,10.102083,315.5447,22.817165,48.262337,27.494738,102.00653,433.66843,257.66534,3.3351548,32.188084,62.706417,494.43927,6.297626,87.29045,7.794931,1.5289999,54.043346,1.3220122,1.4322332,4.927532,10.208438,26.564333,21.911407,31.626389,292.86984,29.936111,12.542857,20.033333,5.904881,73.85729,2.9131944,2.4182775,5.50375,61.50894,0.44079763,2.5107825,4.7824054,34.796875,14.88607,3.2667084,2.2367852,126.93045,13.354637,232.88893,10.492038,482.83456,21.606129,850.62,188.68126,5.6365576,10.1459255,362.31995,458.37836,1890.6869,743.41095 +2023-04-01 07:00:00,0.0,3569.9382,28.822409,13.578297,7.171103,36.070366,178.26944,30.30609,65.43831,24.716297,41.143253,167.01608,362.23477,19.444458,22.147953,10.184864,2.035206,34.24732,13.458551,17.984322,437.08804,3.3169162,294.55276,110.579414,7.7660403,77.71971,113.69307,59.826603,532.7792,245.50444,1797.7158,10.305935,2396.8584,62.67366,10.582976,7.615257,48.164604,193.90173,263.90768,323.4005,63.726387,18.412104,9.102826,876.23804,165.56966,74.897606,39.98146,240.10962,22.383904,275.81906,11.355758,59.046154,0.0,2607.3064,4562.0474,2.5415618,31.95134,26.598923,22580.777,66.663536,2.2677495,62.517902,108.79678,39.713367,10.627289,59.805202,459.8896,33.72283,38.3658,3.5502536,8.702362,684.18787,0.3777161,480.7128,43.958126,2886.788,79.88935,166.09857,192.59654,273.96005,30.710537,46.54982,300.42932,24.16171,24.554245,13.01371,36.042408,220.28073,10.874751,8.133383,99.270485,19.937315,4559.177,27.630049,53.53854,24.858187,29.562317,359.5088,88.68385,52.99757,11.935658,14.293187,48.74216,108.84621,270.77252,81.792015,274.98764,32.207485,45.59996,113.50242,160.6407,89.58254,125.90945,10.086831,6.983368,14.86387,32.202885,4207.8525,13.18685,55.579666,151.43239,30.116789,332.81268,107.075874,281.16052,8.13896,96.791504,927.20215,917.4966,82.35185,1140.7107,137.94708,121.23218,74.683136,71.84374,13.74418,42.713623,543.2349,9.865555,14.456776,260.84766,10.032163,5.906467,72.252365,70.20062,702.9262,166.62648,182.1902,2042.459,70.214836,1896.8444,1592.6012,7.541608,4.712326,1310.3412,13.988456,10.126041,315.54755,22.846693,48.31939,27.524563,102.21595,434.75183,257.70523,3.3393471,32.213478,63.125816,496.99835,6.351357,87.39271,7.8051972,1.5286509,54.045254,1.3217344,1.4313595,4.9242754,10.212785,26.595055,22.085623,31.619675,295.1702,29.967129,12.55,20.038889,5.9056945,73.8335,2.9153934,2.4179907,5.504375,61.50466,0.44021627,2.5099525,4.781788,34.804688,14.88613,3.264493,2.2532177,127.59347,13.415282,234.09721,10.51373,484.81128,21.643948,850.41876,189.44112,5.6558523,10.1515,363.65277,460.4807,1894.9851,743.199 +2023-04-01 08:00:00,0.0,3571.013,28.846846,13.598564,7.1829414,36.08172,178.3124,30.311398,65.44804,24.71587,41.140617,167.31161,362.58905,19.448082,22.187185,10.175805,2.0335898,34.25255,13.465975,17.973196,437.1808,3.3163755,294.646,110.567085,7.7590513,77.6246,113.706535,59.81282,532.3667,245.45355,1799.2935,10.294442,2396.7622,62.599148,10.571836,7.6067486,48.116066,193.95079,263.92664,323.03143,63.794445,18.432493,9.103616,876.2105,165.35274,74.88267,40.011173,240.34618,22.373333,275.95886,11.357677,59.033203,0.0,2609.241,4568.603,2.5480857,31.981947,26.64085,22594.207,66.74257,2.2718594,62.518417,108.77703,39.735676,10.634608,59.779415,460.2321,33.799305,38.37386,3.5529091,8.704418,684.4806,0.3872217,480.46344,43.995,2885.9722,79.909256,166.03806,192.55162,273.94824,30.688652,46.52539,300.1507,24.145708,24.540892,13.026148,36.04512,220.16013,10.880117,8.137819,99.29142,19.93759,4558.7734,27.645521,53.508335,24.858099,29.572754,359.4148,88.66831,52.997223,11.94161,14.300405,48.725914,108.86264,270.65732,81.79445,274.99973,32.251698,45.597878,113.521515,160.73222,90.698235,125.95265,10.084378,6.995278,14.855238,32.457523,4221.6885,13.177926,55.55853,151.3013,30.115246,332.82245,106.99148,281.03766,8.134049,96.86648,926.85913,916.92114,82.32947,1140.2687,137.83,121.18501,74.7589,71.786606,13.73257,42.684998,543.9858,9.854258,14.441696,260.66687,10.030635,5.9056325,72.19213,70.156906,702.52185,166.52847,182.17242,2041.8977,70.34293,1897.3021,1592.9966,7.548304,4.723611,1319.9419,13.983898,10.15,315.5504,22.87622,48.376446,27.554386,102.42537,435.83527,257.74512,3.3435397,32.238873,63.54522,499.5574,6.4050884,87.49496,7.815463,1.528302,54.047165,1.3214567,1.4304858,4.921018,10.217133,26.625776,22.259838,31.612963,297.47058,29.998148,12.557143,20.044445,5.906508,73.80972,2.9175925,2.4177036,5.505,61.500385,0.43963492,2.5091228,4.78117,34.8125,14.886189,3.2622778,2.2696505,128.25648,13.475926,235.30551,10.535423,486.788,21.681767,850.2175,190.20097,5.675147,10.157075,364.98557,462.58307,1899.2833,742.987 +2023-04-01 09:00:00,0.0,3572.0876,28.871283,13.618831,7.1947794,36.093067,178.35533,30.316706,65.45777,24.71544,41.13798,167.60713,362.94333,19.451706,22.226416,10.166745,2.0319736,34.25778,13.473399,17.96207,437.27353,3.315835,294.73923,110.554756,7.7520623,77.529495,113.71999,59.799038,531.95416,245.40268,1800.8711,10.2829485,2396.6663,62.52463,10.560698,7.5982404,48.06752,193.99986,263.9456,322.66232,63.8625,18.452883,9.104405,876.183,165.1358,74.86772,40.040882,240.5827,22.362764,276.09866,11.359598,59.020252,0.0,2611.1753,4575.159,2.5546095,32.012554,26.682775,22607.637,66.821594,2.2759695,62.518932,108.757286,39.75798,10.641928,59.753628,460.57455,33.875782,38.381916,3.5555646,8.706474,684.7733,0.3967273,480.21408,44.031876,2885.1562,79.92917,165.97754,192.50668,273.9364,30.666767,46.50096,299.87207,24.129704,24.527536,13.038585,36.047832,220.0395,10.885485,8.142257,99.312355,19.937866,4558.37,27.660995,53.478127,24.858011,29.583193,359.32083,88.65277,52.996876,11.947561,14.307621,48.709667,108.879074,270.5421,81.796875,275.01184,32.29591,45.595795,113.5406,160.82375,91.81392,125.995865,10.081925,7.0071874,14.846607,32.712162,4235.525,13.1690035,55.53739,151.17021,30.113703,332.83224,106.90708,280.9148,8.129139,96.94145,926.51605,916.34564,82.30709,1139.8267,137.7129,121.13784,74.83468,71.72947,13.720961,42.656372,544.7367,9.842959,14.426617,260.48605,10.029107,5.904798,72.13189,70.1132,702.1175,166.43047,182.15463,2041.3365,70.47102,1897.7599,1593.392,7.555,4.7348957,1329.5425,13.979341,10.173958,315.55328,22.90575,48.433502,27.584211,102.63479,436.9187,257.785,3.347732,32.264267,63.964622,502.1165,6.4588194,87.59721,7.8257294,1.527953,54.049072,1.3211789,1.4296123,4.917761,10.221479,26.6565,22.434055,31.606249,299.77097,30.029167,12.564285,20.05,5.9073215,73.785934,2.9197915,2.4174166,5.505625,61.496105,0.43905357,2.508293,4.7805524,34.820312,14.88625,3.2600625,2.2860832,128.9195,13.5365715,236.5138,10.557116,488.76468,21.719584,850.0163,190.96083,5.694442,10.162649,366.3184,464.68542,1903.5815,742.775 +2023-04-01 10:00:00,0.0,3573.1624,28.89572,13.639097,7.206618,36.10442,178.39827,30.322016,65.4675,24.715014,41.13535,167.90266,363.2976,19.45533,22.265648,10.157685,2.0303571,34.263012,13.480823,17.950943,437.36627,3.3152943,294.83246,110.54243,7.7450733,77.434395,113.73346,59.785255,531.5417,245.3518,1802.4487,10.271456,2396.57,62.45012,10.549558,7.5897317,48.01898,194.04892,263.96454,322.29324,63.930557,18.473272,9.105196,876.15546,164.91888,74.85278,40.070595,240.81926,22.352194,276.23846,11.361519,59.0073,0.0,2613.1099,4581.715,2.5611334,32.04316,26.724703,22621.066,66.90062,2.2800796,62.519447,108.73754,39.78029,10.649247,59.72784,460.91705,33.952255,38.389977,3.5582201,8.70853,685.066,0.4062329,479.96472,44.068752,2884.3403,79.94907,165.91704,192.46175,273.9246,30.644884,46.47653,299.59344,24.1137,24.514183,13.051023,36.050545,219.9189,10.890851,8.146694,99.33329,19.93814,4557.967,27.67647,53.447918,24.857924,29.59363,359.22684,88.63724,52.99653,11.953513,14.314838,48.69342,108.89551,270.4269,81.79931,275.02393,32.340122,45.593716,113.5597,160.91528,92.92961,126.03907,10.079473,7.0190973,14.837976,32.9668,4249.3613,13.160081,55.51626,151.03912,30.11216,332.842,106.822685,280.7919,8.1242285,97.01643,926.173,915.7702,82.284706,1139.3846,137.59583,121.09067,74.91045,71.67233,13.709351,42.627747,545.48755,9.831661,14.411537,260.30524,10.027579,5.9039636,72.071655,70.06949,701.71313,166.33246,182.13686,2040.7753,70.59912,1898.2177,1593.7874,7.5616956,4.7461805,1339.1432,13.974783,10.197916,315.55615,22.935278,48.49056,27.614037,102.844215,438.0021,257.82492,3.3519247,32.28966,64.384026,504.67554,6.5125504,87.69947,7.8359957,1.5276041,54.050983,1.3209013,1.4287386,4.914504,10.225827,26.687222,22.60827,31.599537,302.07135,30.060184,12.571428,20.055555,5.908135,73.76215,2.9219906,2.4171295,5.50625,61.491825,0.43847224,2.507463,4.779935,34.828125,14.886309,3.2578473,2.302516,129.58252,13.597217,237.72208,10.578808,490.7414,21.757402,849.81506,191.72069,5.7137365,10.168223,367.6512,466.78775,1907.8798,742.56305 +2023-04-01 11:00:00,0.0,3574.237,28.920156,13.659365,7.218456,36.115772,178.44121,30.327324,65.477234,24.714584,41.132713,168.19818,363.6519,19.458954,22.30488,10.148626,2.028741,34.26824,13.488246,17.939817,437.45898,3.3147538,294.9257,110.5301,7.7380843,77.33929,113.74692,59.771473,531.1292,245.30092,1804.0264,10.259963,2396.4739,62.375607,10.538418,7.5812235,47.97044,194.09798,263.9835,321.92413,63.99861,18.493662,9.105986,876.128,164.70195,74.83784,40.100304,241.05579,22.341623,276.37827,11.363439,58.99435,0.0,2615.0442,4588.271,2.5676572,32.073765,26.76663,22634.496,66.97965,2.2841895,62.519966,108.717804,39.802593,10.656567,59.702053,461.25955,34.028732,38.398033,3.5608757,8.710587,685.3587,0.4157385,479.71533,44.105625,2883.5244,79.96898,165.85652,192.41681,273.91278,30.623,46.4521,299.31482,24.097696,24.50083,13.063459,36.053257,219.7983,10.896218,8.151131,99.354225,19.938417,4557.5635,27.691942,53.41771,24.857836,29.604069,359.13287,88.6217,52.99618,11.959464,14.322056,48.677177,108.91194,270.3117,81.801735,275.036,32.384335,45.591633,113.5788,161.0068,94.045296,126.082275,10.07702,7.031007,14.829346,33.221443,4263.1973,13.151157,55.49512,150.90804,30.110617,332.8518,106.73828,280.66904,8.119318,97.09141,925.82996,915.19476,82.26233,1138.9426,137.47874,121.0435,74.98622,71.6152,13.697741,42.59912,546.23846,9.820363,14.396457,260.12442,10.0260515,5.903129,72.01141,70.02577,701.3088,166.23447,182.11906,2040.214,70.72721,1898.6754,1594.1827,7.568392,4.7574654,1348.7439,13.970225,10.221874,315.55902,22.964806,48.54761,27.64386,103.053635,439.08554,257.8648,3.356117,32.315056,64.80343,507.2346,6.5662813,87.80172,7.846262,1.5272552,54.05289,1.3206235,1.4278649,4.911247,10.230175,26.717943,22.782486,31.592823,304.3717,30.091204,12.578571,20.061111,5.9089484,73.738365,2.9241896,2.4168425,5.506875,61.48755,0.4378909,2.5066333,4.779317,34.835938,14.886369,3.255632,2.3189487,130.24553,13.657861,238.93036,10.600501,492.71808,21.795221,849.61383,192.48053,5.7330313,10.173798,368.98404,468.8901,1912.178,742.3511 +2023-04-01 12:00:00,0.0,3575.3118,28.944593,13.679631,7.230294,36.12712,178.48415,30.332632,65.48697,24.714157,41.130077,168.49371,364.00616,19.462578,22.34411,10.139566,2.0271246,34.27347,13.49567,17.928692,437.55173,3.3142133,295.01892,110.51777,7.731096,77.24418,113.760376,59.75769,530.7167,245.25005,1805.6039,10.248469,2396.3777,62.30109,10.527278,7.5727153,47.921898,194.14703,264.00244,321.55505,64.066666,18.514051,9.106775,876.10046,164.48503,74.8229,40.130013,241.29234,22.331053,276.51807,11.365359,58.9814,0.0,2616.9785,4594.8267,2.574181,32.10437,26.808556,22647.926,67.05868,2.2882996,62.52048,108.69806,39.8249,10.663886,59.676266,461.60202,34.10521,38.406094,3.5635312,8.712642,685.6514,0.42524412,479.46597,44.1425,2882.7083,79.98889,165.79602,192.37187,273.90097,30.601114,46.42767,299.03616,24.081694,24.487476,13.075897,36.05597,219.67767,10.901585,8.155568,99.37516,19.938692,4557.16,27.707417,53.3875,24.857748,29.614506,359.03888,88.606155,52.995834,11.965416,14.329272,48.66093,108.928375,270.1965,81.80417,275.0481,32.428547,45.58955,113.59789,161.09833,95.16099,126.12548,10.074567,7.042917,14.820714,33.47608,4277.0337,13.142235,55.473984,150.77695,30.109076,332.86157,106.653885,280.54617,8.114408,97.16638,925.4869,914.61926,82.239944,1138.5006,137.36166,120.99633,75.062,71.55806,13.6861315,42.570496,546.9893,9.809065,14.381377,259.94363,10.024524,5.902295,71.95118,69.98206,700.9044,166.13646,182.10129,2039.6528,70.85531,1899.1332,1594.5781,7.5750875,4.7687497,1358.3445,13.965668,10.245833,315.56186,22.994333,48.604668,27.673685,103.263054,440.16895,257.9047,3.3603094,32.34045,65.22283,509.79367,6.6200123,87.90398,7.856528,1.5269061,54.054802,1.3203458,1.4269913,4.9079895,10.234522,26.748667,22.956701,31.586111,306.6721,30.122223,12.585714,20.066668,5.909762,73.714584,2.9263887,2.4165554,5.5075,61.48327,0.43730953,2.5058033,4.7786994,34.84375,14.886428,3.2534165,2.3353813,130.90854,13.718506,240.13864,10.622193,494.6948,21.83304,849.4126,193.24039,5.752326,10.179372,370.31686,470.99246,1916.4762,742.1391 +2023-04-01 13:00:00,0.0,3576.3865,28.96903,13.699898,7.242132,36.138474,178.5271,30.33794,65.4967,24.71373,41.127445,168.78925,364.36047,19.466202,22.383343,10.1305065,2.0255084,34.2787,13.503094,17.917564,437.64447,3.3136725,295.11215,110.50544,7.724107,77.14908,113.77384,59.74391,530.3042,245.19916,1807.1815,10.236977,2396.2817,62.226578,10.516138,7.564207,47.873356,194.19609,264.0214,321.18594,64.13472,18.534441,9.107565,876.07294,164.2681,74.80795,40.159725,241.52887,22.320482,276.65787,11.36728,58.96845,0.0,2618.913,4601.383,2.580705,32.134975,26.850483,22661.355,67.1377,2.2924094,62.520996,108.678314,39.847206,10.6712055,59.65048,461.94452,34.181683,38.41415,3.5661867,8.714698,685.94415,0.43474972,479.2166,44.179375,2881.8923,80.0088,165.7355,192.32693,273.88916,30.57923,46.403236,298.75754,24.06569,24.474123,13.088334,36.058678,219.55707,10.906952,8.160005,99.396095,19.938969,4556.757,27.72289,53.357292,24.85766,29.624945,358.9449,88.590614,52.995487,11.971367,14.33649,48.644684,108.94481,270.0813,81.8066,275.06018,32.47276,45.587467,113.61698,161.18987,96.27667,126.16869,10.072114,7.0548263,14.812083,33.73072,4290.87,13.133312,55.452847,150.64586,30.107533,332.87137,106.56949,280.42328,8.109497,97.24136,925.1438,914.0438,82.21757,1138.0586,137.24458,120.949165,75.13777,71.50092,13.674521,42.54187,547.74023,9.797767,14.366298,259.76282,10.022996,5.9014606,71.89094,69.938354,700.50006,166.03845,182.0835,2039.0916,70.9834,1899.591,1594.9735,7.5817833,4.7800345,1367.9452,13.96111,10.269792,315.56473,23.02386,48.661724,27.70351,103.47248,441.25238,257.94458,3.364502,32.365845,65.642235,512.3527,6.6737437,88.00623,7.866794,1.5265572,54.05671,1.320068,1.4261177,4.9047327,10.23887,26.779388,23.130917,31.579397,308.97247,30.15324,12.592857,20.072222,5.9105754,73.690796,2.928588,2.4162683,5.508125,61.47899,0.43672818,2.5049736,4.7780814,34.851562,14.886487,3.2512014,2.351814,131.57156,13.779151,241.34694,10.643886,496.67148,21.870857,849.21136,194.00024,5.7716208,10.184946,371.6497,473.09482,1920.7744,741.9271 +2023-04-01 14:00:00,0.0,3577.4612,28.993467,13.720165,7.2539706,36.149822,178.57004,30.343248,65.50643,24.7133,41.12481,169.08476,364.71475,19.469826,22.422573,10.121448,2.0238922,34.28393,13.510518,17.906439,437.7372,3.313132,295.20538,110.49311,7.717118,77.05397,113.7873,59.73013,529.89166,245.14828,1808.7592,10.225484,2396.1855,62.152065,10.504998,7.555699,47.824814,194.24515,264.04034,320.81686,64.202774,18.55483,9.108355,876.0454,164.05118,74.79301,40.189434,241.76543,22.309914,276.79767,11.3692,58.955498,0.0,2620.8474,4607.9385,2.5872288,32.165585,26.892408,22674.785,67.216736,2.2965195,62.52151,108.65857,39.869514,10.678525,59.62469,462.28702,34.25816,38.42221,3.568842,8.716754,686.2368,0.44425532,478.96725,44.21625,2881.0764,80.0287,165.67502,192.282,273.87732,30.557344,46.378807,298.4789,24.049686,24.46077,13.100772,36.06139,219.43646,10.912318,8.164442,99.41703,19.939243,4556.3535,27.738363,53.327084,24.857573,29.635382,358.85092,88.57507,52.99514,11.977319,14.343707,48.628437,108.96124,269.9661,81.80903,275.07227,32.51697,45.585384,113.63608,161.28139,97.392365,126.2119,10.069661,7.066736,14.8034525,33.98536,4304.706,13.124389,55.431713,150.51477,30.10599,332.88113,106.48509,280.3004,8.104587,97.31634,924.8008,913.4683,82.19518,1137.6166,137.1275,120.90199,75.21354,71.44379,13.662911,42.513245,548.4911,9.7864685,14.351218,259.582,10.021468,5.900626,71.8307,69.89464,700.0957,165.94044,182.06572,2038.5303,71.11149,1900.0487,1595.3689,7.5884795,4.7913194,1377.5459,13.9565525,10.29375,315.5676,23.053389,48.71878,27.733334,103.6819,442.33582,257.98447,3.3686943,32.39124,66.06164,514.9118,6.7274747,88.10848,7.8770604,1.5262083,54.058617,1.3197902,1.425244,4.9014754,10.2432165,26.81011,23.305132,31.572685,311.27286,30.18426,12.6,20.077778,5.911389,73.667015,2.9307868,2.4159813,5.50875,61.474712,0.43614683,2.5041437,4.777464,34.859375,14.886547,3.248986,2.3682468,132.23457,13.839795,242.55522,10.665578,498.6482,21.908676,849.01013,194.7601,5.7909155,10.190521,372.98248,475.19714,1925.0728,741.71515 +2023-04-01 15:00:00,0.0,3578.536,29.017904,13.740432,7.265809,36.161175,178.61298,30.348557,65.51617,24.712873,41.122173,169.3803,365.06903,19.47345,22.461805,10.112388,2.022276,34.28916,13.517941,17.895313,437.82996,3.3125916,295.29858,110.480774,7.710129,76.95886,113.80076,59.716347,529.4792,245.0974,1810.3368,10.21399,2396.0894,62.077553,10.493859,7.5471907,47.77627,194.2942,264.05933,320.44775,64.270836,18.575222,9.109144,876.0179,163.83424,74.77807,40.219147,242.00195,22.299343,276.93747,11.37112,58.94255,0.0,2622.7817,4614.4946,2.5937526,32.19619,26.934336,22688.215,67.29576,2.3006296,62.522026,108.638824,39.891823,10.685844,59.598904,462.6295,34.334637,38.430267,3.5714974,8.71881,686.52954,0.45376092,478.7179,44.253124,2880.2605,80.048615,165.6145,192.23706,273.8655,30.53546,46.354378,298.2003,24.033684,24.447414,13.11321,36.064102,219.31584,10.9176855,8.168879,99.437965,19.93952,4555.95,27.753838,53.296875,24.857485,29.64582,358.75693,88.55953,52.994793,11.98327,14.3509245,48.61219,108.97768,269.8509,81.81146,275.08438,32.561184,45.5833,113.655174,161.37291,98.50805,126.255104,10.067208,7.0786457,14.794822,34.239998,4318.5425,13.115466,55.410576,150.38368,30.104446,332.8909,106.40069,280.17755,8.099676,97.39131,924.4577,912.8929,82.172806,1137.1744,137.0104,120.85483,75.289314,71.38664,13.651301,42.48462,549.242,9.77517,14.336139,259.40118,10.01994,5.8997917,71.77046,69.85093,699.69135,165.84245,182.04793,2037.969,71.239586,1900.5065,1595.7644,7.5951753,4.802604,1387.1466,13.951995,10.317708,315.57047,23.082916,48.775837,27.763159,103.89132,443.41922,258.02435,3.372887,32.416637,66.48104,517.4709,6.7812057,88.21074,7.8873267,1.5258594,54.060528,1.3195125,1.4243704,4.8982186,10.247564,26.840832,23.47935,31.565971,313.57324,30.215279,12.607142,20.083334,5.9122024,73.64323,2.932986,2.4156942,5.509375,61.470432,0.43556547,2.5033138,4.7768464,34.867188,14.886606,3.2467709,2.3846796,132.8976,13.90044,243.7635,10.687271,500.6249,21.946495,848.8089,195.51996,5.81021,10.196095,374.3153,477.2995,1929.371,741.5032 +2023-04-01 16:00:00,0.0,3579.6106,29.042341,13.760699,7.277647,36.172527,178.65591,30.353867,65.525894,24.712444,41.119537,169.67581,365.4233,19.477074,22.501038,10.103328,2.0206594,34.294395,13.525365,17.884186,437.9227,3.3120508,295.3918,110.468445,7.70314,76.863754,113.814224,59.702564,529.0667,245.04652,1811.9144,10.2024975,2395.9932,62.003036,10.482719,7.538682,47.72773,194.34326,264.07828,320.07867,64.33889,18.595612,9.109934,875.99036,163.61732,74.76312,40.248856,242.23851,22.288773,277.07727,11.373041,58.9296,0.0,2624.7163,4621.0503,2.6002765,32.226795,26.976263,22701.645,67.37479,2.3047395,62.522545,108.61908,39.914127,10.693164,59.573116,462.972,34.41111,38.438328,3.574153,8.720866,686.82227,0.46326652,478.46854,44.29,2879.4443,80.06852,165.55399,192.19212,273.8537,30.513577,46.329945,297.92166,24.01768,24.434061,13.125647,36.06681,219.19524,10.923052,8.173316,99.45889,19.939795,4555.547,27.769312,53.266666,24.857397,29.656258,358.66296,88.54399,52.994446,11.989222,14.358141,48.595947,108.99411,269.7357,81.81389,275.09647,32.605392,45.58122,113.67426,161.46445,99.62374,126.29831,10.064755,7.0905557,14.786191,34.49464,4332.379,13.106544,55.38944,150.2526,30.102905,332.9007,106.31629,280.05466,8.094766,97.46629,924.1146,912.3174,82.15042,1136.7324,136.89333,120.807655,75.36508,71.329506,13.639692,42.455994,549.99286,9.763872,14.321059,259.22037,10.018413,5.8989573,71.71023,69.80722,699.28705,165.74445,182.03015,2037.4077,71.367676,1900.9642,1596.1598,7.601871,4.8138885,1396.7472,13.947437,10.341666,315.5733,23.112444,48.83289,27.792984,104.10074,444.50266,258.06427,3.3770792,32.44203,66.900444,520.0299,6.8349366,88.312996,7.897593,1.5255104,54.062435,1.3192347,1.4234967,4.8949614,10.251912,26.871555,23.653564,31.55926,315.8736,30.246296,12.614285,20.088888,5.913016,73.619446,2.935185,2.4154072,5.51,61.466152,0.43498415,2.502484,4.7762284,34.875,14.886666,3.2445555,2.401112,133.56061,13.961085,244.97179,10.708963,502.6016,21.984312,848.60767,196.27982,5.829505,10.20167,375.64813,479.40186,1933.6692,741.2912 +2023-04-01 17:00:00,0.0,3580.6853,29.066778,13.780966,7.2894855,36.183876,178.69885,30.359175,65.53563,24.712017,41.116905,169.97134,365.7776,19.480698,22.540268,10.094269,2.0190432,34.299625,13.532789,17.87306,438.01544,3.3115103,295.48505,110.456116,7.696151,76.768654,113.82768,59.68878,528.6542,244.99564,1813.4921,10.191004,2395.8972,61.928524,10.47158,7.530174,47.67919,194.39232,264.09723,319.70956,64.406944,18.616001,9.110724,875.9629,163.40039,74.748184,40.27857,242.47504,22.278202,277.21707,11.374961,58.91665,0.0,2626.6506,4627.6064,2.6068003,32.2574,27.018188,22715.074,67.45382,2.3088496,62.52306,108.599335,39.936436,10.700483,59.54733,463.31448,34.487587,38.446384,3.5768085,8.722922,687.1149,0.47277212,478.21918,44.326878,2878.6284,80.088425,165.49348,192.14719,273.8419,30.491692,46.305515,297.64304,24.001677,24.420708,13.138084,36.069523,219.07463,10.928419,8.1777525,99.47983,19.940071,4555.1436,27.784786,53.236458,24.85731,29.666697,358.56897,88.52846,52.9941,11.9951725,14.365358,48.5797,109.010544,269.62048,81.81632,275.10855,32.649605,45.579136,113.69336,161.55597,100.739426,126.34152,10.062303,7.102465,14.777559,34.74928,4346.215,13.09762,55.3683,150.1215,30.101362,332.91046,106.231895,279.9318,8.089855,97.54127,923.7716,911.74194,82.128044,1136.2904,136.77625,120.76049,75.44086,71.27237,13.628082,42.42737,550.7438,9.752574,14.30598,259.03958,10.016885,5.898123,71.64999,69.763504,698.8827,165.64644,182.01237,2036.8464,71.49577,1901.422,1596.5552,7.608567,4.8251734,1406.3479,13.94288,10.365624,315.57617,23.141972,48.889946,27.822807,104.310165,445.5861,258.10416,3.3812718,32.467426,67.31985,522.589,6.8886676,88.415245,7.907859,1.5251614,54.064346,1.318957,1.422623,4.891704,10.256259,26.902277,23.82778,31.552546,318.17398,30.277315,12.6214285,20.094444,5.9138293,73.59566,2.9373841,2.4151201,5.510625,61.461876,0.4344028,2.5016541,4.775611,34.882812,14.886725,3.2423403,2.4175448,134.22362,14.02173,246.18007,10.730656,504.5783,22.022131,848.40643,197.03967,5.8487997,10.207244,376.98096,481.5042,1937.9674,741.0793 +2023-04-01 18:00:00,0.0,3581.76,29.091215,13.801232,7.3013234,36.19523,178.7418,30.364483,65.545364,24.71159,41.11427,170.26688,366.13187,19.484322,22.5795,10.085209,2.017427,34.304855,13.540213,17.861933,438.10815,3.3109698,295.57828,110.44379,7.689162,76.673546,113.84114,59.675,528.2417,244.94476,1815.0697,10.179511,2395.801,61.85401,10.46044,7.5216656,47.630646,194.44138,264.11618,319.34048,64.475,18.63639,9.111514,875.93536,163.18346,74.73324,40.308277,242.7116,22.267632,277.35687,11.376882,58.903698,0.0,2628.5852,4634.162,2.6133242,32.28801,27.060116,22728.504,67.532845,2.3129597,62.523575,108.57959,39.95874,10.707803,59.521545,463.65698,34.564064,38.454445,3.579464,8.724978,687.40765,0.48227772,477.9698,44.36375,2877.8125,80.10833,165.43297,192.10225,273.83008,30.469807,46.281086,297.3644,23.985672,24.407354,13.150521,36.072235,218.95403,10.933785,8.18219,99.50076,19.940346,4554.74,27.800259,53.20625,24.857222,29.677135,358.47498,88.51292,52.99375,12.001124,14.372576,48.563454,109.02698,269.50528,81.81875,275.12064,32.693817,45.577053,113.712456,161.6475,101.85512,126.38473,10.05985,7.114375,14.768929,35.003918,4360.0513,13.088697,55.347168,149.99042,30.09982,332.92026,106.1475,279.8089,8.084945,97.61625,923.4285,911.1665,82.10567,1135.8484,136.65916,120.71332,75.51663,71.21523,13.616472,42.398743,551.4946,9.741276,14.2909,258.85876,10.015357,5.8972883,71.58975,69.719795,698.47833,165.54843,181.99458,2036.2853,71.62386,1901.8798,1596.9506,7.615263,4.836458,1415.9486,13.938322,10.389583,315.57904,23.1715,48.947002,27.852633,104.519585,446.6695,258.14404,3.3854642,32.49282,67.73925,525.1481,6.942399,88.5175,7.918125,1.5248125,54.066254,1.3186792,1.4217495,4.8884473,10.260607,26.932999,24.001995,31.545834,320.47437,30.308332,12.6285715,20.1,5.914643,73.57188,2.9395833,2.414833,5.51125,61.457596,0.43382144,2.5008242,4.7749934,34.890625,14.8867855,3.240125,2.4339776,134.88664,14.082375,247.38837,10.752349,506.555,22.05995,848.20526,197.79953,5.868095,10.212818,378.31378,483.60654,1942.2656,740.8673 +2023-04-01 19:00:00,0.0,3582.8347,29.115652,13.8215,7.313162,36.206577,178.78474,30.369791,65.55509,24.71116,41.111633,170.5624,366.48615,19.487946,22.61873,10.076149,2.0158107,34.310085,13.547637,17.850807,438.2009,3.310429,295.6715,110.43146,7.682173,76.57844,113.85461,59.661217,527.82916,244.89389,1816.6473,10.168018,2395.7048,61.779495,10.4493,7.5131574,47.582104,194.49043,264.13513,318.97137,64.54305,18.65678,9.112304,875.90784,162.96654,74.7183,40.33799,242.94812,22.257061,277.49667,11.378802,58.890747,0.0,2630.5195,4640.7183,2.6198478,32.318615,27.102041,22741.934,67.61187,2.3170695,62.52409,108.559845,39.98105,10.715122,59.495758,463.99945,34.640537,38.4625,3.5821195,8.727035,687.7004,0.49178332,477.72043,44.400627,2876.9966,80.12824,165.37247,192.05731,273.81827,30.447922,46.256653,297.0858,23.96967,24.394001,13.162959,36.074947,218.8334,10.939153,8.186626,99.5217,19.940622,4554.3364,27.815733,53.17604,24.857134,29.687572,358.381,88.497375,52.993404,12.007075,14.379792,48.547207,109.04341,269.39005,81.82118,275.13272,32.73803,45.57497,113.73155,161.73903,102.9708,126.42793,10.057397,7.1262846,14.760298,35.258556,4373.8877,13.079775,55.32603,149.85933,30.098276,332.93002,106.0631,279.68604,8.080034,97.69122,923.08545,910.591,82.08328,1135.4064,136.54208,120.666145,75.5924,71.1581,13.604863,42.370117,552.24554,9.729978,14.27582,258.67795,10.013829,5.8964543,71.52951,69.67609,698.074,165.45044,181.9768,2035.724,71.75196,1902.3375,1597.346,7.6219587,4.847743,1425.5492,13.933764,10.413542,315.5819,23.201027,49.00406,27.882458,104.729004,447.75293,258.18393,3.3896568,32.518215,68.15865,527.7071,6.99613,88.61976,7.9283915,1.5244635,54.068165,1.3184015,1.4208758,4.88519,10.264955,26.963722,24.17621,31.53912,322.77475,30.339352,12.635715,20.105556,5.9154563,73.54809,2.9417822,2.4145463,5.511875,61.453316,0.4332401,2.4999945,4.7743754,34.898438,14.886845,3.2379098,2.4504104,135.54965,14.14302,248.59665,10.774041,508.5317,22.097769,848.004,198.55939,5.8873897,10.218393,379.64658,485.7089,1946.5638,740.65533 +2023-04-01 20:00:00,0.0,3583.9094,29.140089,13.841766,7.3250003,36.21793,178.82768,30.3751,65.56483,24.710733,41.109,170.85793,366.84042,19.49157,22.657963,10.06709,2.0141945,34.315315,13.55506,17.839682,438.29364,3.3098886,295.76474,110.41913,7.6751842,76.48334,113.868065,59.647434,527.4167,244.843,1818.2249,10.156525,2395.609,61.704983,10.43816,7.504649,47.533566,194.53949,264.15408,318.6023,64.611115,18.67717,9.113093,875.8803,162.7496,74.703354,40.3677,243.18468,22.246492,277.63647,11.380722,58.877796,0.0,2632.454,4647.274,2.6263716,32.34922,27.143969,22755.363,67.6909,2.3211796,62.52461,108.5401,40.003357,10.722442,59.46997,464.34195,34.717014,38.470562,3.584775,8.72909,687.9931,0.50128895,477.47107,44.4375,2876.1807,80.14815,165.31195,192.01237,273.80643,30.426037,46.232224,296.80713,23.953665,24.380648,13.175396,36.07766,218.7128,10.94452,8.191064,99.54263,19.940897,4553.933,27.831207,53.145832,24.857046,29.698011,358.28702,88.481834,52.993057,12.013027,14.38701,48.530964,109.059845,269.27484,81.823616,275.1448,32.78224,45.572887,113.75064,161.83055,104.08649,126.471146,10.054945,7.1381946,14.751667,35.513195,4387.7236,13.070851,55.304893,149.72824,30.096733,332.93982,105.9787,279.56317,8.075123,97.7662,922.74243,910.01556,82.060905,1134.9644,136.425,120.61898,75.668175,71.10096,13.593253,42.34149,552.99646,9.718679,14.26074,258.49713,10.012301,5.89562,71.46928,69.63237,697.6696,165.35243,181.95901,2035.1627,71.88005,1902.7953,1597.7413,7.628655,4.859028,1435.1499,13.929207,10.4375,315.58478,23.230555,49.06111,27.912281,104.93842,448.83633,258.22382,3.3938491,32.54361,68.57806,530.2662,7.049861,88.72201,7.9386578,1.5241146,54.070072,1.3181237,1.4200021,4.8819327,10.269301,26.994444,24.350426,31.532406,325.0751,30.37037,12.642858,20.11111,5.91627,73.52431,2.9439814,2.4142592,5.5125,61.44904,0.43265873,2.4991646,4.773758,34.90625,14.886904,3.2356944,2.4668431,136.21268,14.203665,249.80493,10.795733,510.5084,22.135586,847.8028,199.31924,5.9066844,10.223968,380.9794,487.81125,1950.862,740.44336 +2023-04-01 21:00:00,0.0,3584.9844,29.164526,13.862033,7.3368382,36.229282,178.87062,30.380407,65.57456,24.710304,41.106365,171.15344,367.1947,19.495193,22.697193,10.05803,2.0125782,34.320545,13.562484,17.828554,438.38638,3.309348,295.85797,110.4068,7.6681952,76.38823,113.88152,59.63365,527.0042,244.79213,1819.8025,10.145032,2395.5127,61.63047,10.427021,7.496141,47.485023,194.58855,264.17303,318.2332,64.67917,18.69756,9.113883,875.8528,162.53268,74.688416,40.39741,243.4212,22.235922,277.77628,11.382643,58.864845,0.0,2634.3884,4653.83,2.6328955,32.379826,27.185896,22768.793,67.76993,2.3252897,62.525124,108.52036,40.02566,10.729761,59.444183,464.68445,34.79349,38.47862,3.5874305,8.731146,688.28577,0.5107945,477.2217,44.474377,2875.3645,80.16805,165.25143,191.96744,273.79462,30.404152,46.20779,296.5285,23.937662,24.367292,13.187834,36.080368,218.5922,10.949886,8.195501,99.56357,19.941174,4553.53,27.84668,53.115623,24.856958,29.708448,358.19305,88.46629,52.99271,12.018978,14.394227,48.514717,109.07628,269.15964,81.82604,275.15692,32.826454,45.570805,113.76974,161.92209,105.20218,126.51435,10.052492,7.150104,14.743036,35.767838,4401.56,13.061929,55.283756,149.59715,30.095192,332.9496,105.8943,279.44028,8.070212,97.84118,922.39935,909.44006,82.03852,1134.5223,136.3079,120.57181,75.74395,71.04382,13.581643,42.312866,553.7473,9.707381,14.245661,258.3163,10.010774,5.8947854,71.409035,69.58866,697.26526,165.25443,181.94124,2034.6013,72.00815,1903.253,1598.1367,7.6353507,4.870312,1444.7506,13.924649,10.461458,315.58762,23.260082,49.118168,27.942106,105.14785,449.91977,258.2637,3.3980417,32.569004,68.99746,532.82526,7.103592,88.824265,7.948924,1.5237656,54.071983,1.317846,1.4191284,4.878676,10.273649,27.025166,24.524643,31.525694,327.3755,30.401388,12.65,20.116667,5.9170833,73.50052,2.9461803,2.4139721,5.513125,61.44476,0.43207738,2.4983346,4.7731404,34.914062,14.886964,3.233479,2.4832757,136.87569,14.264309,251.01321,10.817427,512.4851,22.173405,847.60156,200.0791,5.925979,10.229542,382.31223,489.9136,1955.1603,740.2314 +2023-04-01 22:00:00,0.0,3586.059,29.188963,13.8823,7.3486767,36.24063,178.91357,30.385717,65.58429,24.709877,41.10373,171.44897,367.54898,19.498817,22.736425,10.04897,2.0109618,34.325775,13.569908,17.817429,438.47913,3.3088074,295.9512,110.39447,7.6612062,76.29312,113.89499,59.619873,526.5917,244.74124,1821.3801,10.133538,2395.4165,61.555958,10.415881,7.4876323,47.43648,194.6376,264.192,317.8641,64.74722,18.717949,9.114673,875.82526,162.31575,74.67347,40.42712,243.65778,22.225351,277.91608,11.384563,58.851894,0.0,2636.3228,4660.386,2.6394193,32.41043,27.227821,22782.223,67.84895,2.3293996,62.52564,108.50062,40.04797,10.737081,59.418396,465.02692,34.869965,38.48668,3.5900857,8.733202,688.5785,0.52030015,476.97235,44.51125,2874.5486,80.187965,165.19093,191.92252,273.7828,30.382267,46.18336,296.24988,23.92166,24.35394,13.200272,36.08308,218.47157,10.955254,8.199938,99.5845,19.941448,4553.1265,27.862154,53.085415,24.85687,29.718887,358.09906,88.45075,52.992363,12.02493,14.401444,48.49847,109.09271,269.04443,81.828476,275.169,32.870667,45.56872,113.78883,162.01361,106.31786,126.557556,10.050039,7.162014,14.734405,36.022476,4415.3965,13.053006,55.262623,149.46606,30.093649,332.95935,105.809906,279.3174,8.065302,97.91615,922.0563,908.8646,82.01614,1134.0803,136.19083,120.52464,75.81972,70.98669,13.570034,42.28424,554.4982,9.696084,14.230581,258.13553,10.009246,5.893951,71.3488,69.54495,696.8609,165.15642,181.92345,2034.0403,72.13624,1903.7108,1598.5321,7.6420465,4.881597,1454.3513,13.920092,10.485416,315.59048,23.28961,49.175224,27.971931,105.35727,451.0032,258.30362,3.402234,32.5944,69.41686,535.3843,7.157323,88.92652,7.95919,1.5234166,54.07389,1.3175682,1.4182549,4.8754187,10.277996,27.055887,24.698858,31.51898,329.67587,30.432407,12.657143,20.122223,5.9178967,73.47674,2.9483795,2.413685,5.51375,61.44048,0.43149602,2.497505,4.7725224,34.921875,14.887023,3.2312639,2.4997084,137.5387,14.324954,252.2215,10.839119,514.4618,22.211224,847.4003,200.83896,5.945274,10.235116,383.64505,492.01593,1959.4585,740.0194 +2023-04-01 23:00:00,0.0,3587.1338,29.2134,13.902567,7.3605146,36.251984,178.95651,30.391026,65.594025,24.70945,41.101093,171.74449,367.90326,19.502441,22.775658,10.039911,2.0093455,34.33101,13.577332,17.806303,438.57187,3.3082669,296.04443,110.38214,7.6542172,76.19801,113.90845,59.60609,526.1792,244.69037,1822.9578,10.1220455,2395.3203,61.48144,10.404741,7.479124,47.38794,194.68666,264.21094,317.495,64.81528,18.738338,9.115463,875.7977,162.09883,74.65853,40.45683,243.8943,22.21478,278.05588,11.386483,58.838943,0.0,2638.2573,4666.942,2.6459432,32.44104,27.269749,22795.652,67.927986,2.3335097,62.526154,108.480865,40.070274,10.7444,59.39261,465.36942,34.94644,38.494736,3.5927413,8.735258,688.8712,0.5298057,476.723,44.548126,2873.7327,80.20787,165.13043,191.87758,273.771,30.360384,46.15893,295.97125,23.905655,24.340586,13.212708,36.085793,218.35097,10.96062,8.204375,99.60544,19.941725,4552.723,27.877628,53.05521,24.856783,29.729324,358.0051,88.43522,52.992012,12.030881,14.408661,48.482224,109.109146,268.92923,81.8309,275.1811,32.91488,45.56664,113.80792,162.10513,107.433556,126.60076,10.047586,7.1739235,14.725774,36.277115,4429.2324,13.044083,55.241486,149.33498,30.092106,332.96915,105.72551,279.19455,8.060391,97.99113,921.71326,908.2892,81.99376,1133.6383,136.07375,120.47747,75.89549,70.92955,13.558424,42.255615,555.2491,9.684786,14.215502,257.9547,10.007718,5.8931165,71.28856,69.501236,696.45654,165.05843,181.90567,2033.4789,72.264336,1904.1686,1598.9275,7.6487427,4.892882,1463.9519,13.915534,10.509375,315.59335,23.319138,49.23228,28.001755,105.56669,452.0866,258.3435,3.4064264,32.619793,69.836266,537.94336,7.2110543,89.02877,7.969456,1.5230677,54.0758,1.3172904,1.4173812,4.872162,10.282344,27.08661,24.873074,31.512268,331.97626,30.463427,12.664286,20.127777,5.91871,73.45295,2.9505785,2.413398,5.514375,61.436203,0.4309147,2.496675,4.771905,34.929688,14.887083,3.2290485,2.5161412,138.20172,14.385599,253.42978,10.860811,516.43854,22.24904,847.1991,201.59882,5.9645686,10.24069,384.97787,494.1183,1963.7567,739.80743 +2023-04-02 00:00:00,0.0,3588.2085,29.237837,13.922833,7.372353,36.263332,178.99945,30.396334,65.60375,24.70902,41.09846,172.04002,368.25754,19.506065,22.814888,10.030851,2.0077293,34.33624,13.584756,17.795176,438.6646,3.3077261,296.13766,110.36981,7.6472282,76.10291,113.921906,59.592308,525.76666,244.63948,1824.5354,10.110553,2395.2244,61.40693,10.393601,7.470616,47.339397,194.73572,264.2299,317.12592,64.88333,18.75873,9.116253,875.77026,161.8819,74.643585,40.48654,244.13086,22.20421,278.19568,11.388404,58.825993,0.0,2640.1917,4673.498,2.652467,32.471645,27.311674,22809.082,68.00701,2.3376198,62.526672,108.46112,40.092583,10.751719,59.36682,465.7119,35.022915,38.502796,3.5953968,8.737314,689.16394,0.53931135,476.47363,44.585,2872.9167,80.227776,165.06993,191.83264,273.7592,30.3385,46.1345,295.69263,23.889652,24.327232,13.225146,36.088505,218.23036,10.965987,8.208812,99.62637,19.942,4552.32,27.8931,53.025,24.856693,29.739763,357.9111,88.41968,52.991665,12.036833,14.415878,48.46598,109.12558,268.81403,81.833336,275.19318,32.95909,45.564556,113.82702,162.19667,108.54924,126.643974,10.045134,7.1858335,14.717143,36.531754,4443.069,13.03516,55.22035,149.20389,30.090563,332.9789,105.641106,279.07166,8.055481,98.06611,921.3702,907.7137,81.97138,1133.1963,135.95667,120.430305,75.97127,70.872406,13.546814,42.22699,556.0,9.673488,14.200422,257.7739,10.00619,5.892282,71.228325,69.45753,696.0522,164.96042,181.8879,2032.9176,72.392426,1904.6263,1599.3229,7.6554384,4.9041667,1473.5526,13.910976,10.533333,315.59622,23.348665,49.289337,28.03158,105.77611,453.17004,258.3834,3.410619,32.64519,70.25567,540.50244,7.2647853,89.13103,7.9797225,1.5227188,54.07771,1.3170127,1.4165075,4.8689046,10.286692,27.117332,25.047289,31.505554,334.2766,30.494444,12.671429,20.133333,5.9195237,73.42917,2.9527776,2.413111,5.515,61.431923,0.43033335,2.495845,4.7712874,34.9375,14.887142,3.2268333,2.532574,138.86473,14.446243,254.63808,10.882504,518.4152,22.28686,846.99786,202.35867,5.9838634,10.246265,386.31067,496.22064,1968.0549,739.59546 +2023-04-02 01:00:00,0.0,3589.2832,29.262274,13.943101,7.384191,36.274685,179.04239,30.401642,65.61349,24.708593,41.095825,172.33556,368.61182,19.50969,22.85412,10.021791,2.006113,34.34147,13.592179,17.78405,438.75735,3.3071856,296.23087,110.35748,7.6402392,76.007805,113.93537,59.578526,525.3542,244.58861,1826.113,10.099059,2395.1282,61.332417,10.382462,7.4621077,47.290855,194.78477,264.24887,316.7568,64.951385,18.77912,9.117043,875.74274,161.66498,74.62865,40.51625,244.36739,22.193642,278.33548,11.390325,58.813046,0.0,2642.126,4680.0537,2.6589909,32.50225,27.353601,22822.512,68.08604,2.3417296,62.527187,108.441376,40.114887,10.759039,59.341034,466.05438,35.099392,38.510853,3.5980523,8.73937,689.4566,0.548817,476.22424,44.621876,2872.1006,80.24769,165.00941,191.7877,273.74738,30.316614,46.11007,295.414,23.873648,24.313879,13.237583,36.091217,218.10974,10.971354,8.213249,99.64731,19.942276,4551.9165,27.908575,52.994793,24.856606,29.7502,357.8171,88.40414,52.991318,12.042784,14.423096,48.449734,109.142006,268.69882,81.83576,275.20526,33.003304,45.562473,113.846115,162.2882,109.66493,126.68718,10.042681,7.197743,14.708512,36.786392,4456.9053,13.0262375,55.199215,149.0728,30.08902,332.9887,105.55671,278.9488,8.0505705,98.14108,921.0271,907.13824,81.949,1132.7543,135.83958,120.38313,76.047035,70.81527,13.535204,42.198364,556.75085,9.6621895,14.185343,257.59308,10.0046625,5.8914475,71.16808,69.41382,695.6478,164.86241,181.8701,2032.3564,72.52052,1905.0841,1599.7184,7.662134,4.9154515,1483.1533,13.906419,10.557291,315.59906,23.378195,49.34639,28.061403,105.985535,454.25348,258.42328,3.4148114,32.670586,70.67507,543.0615,7.3185163,89.233284,7.989989,1.5223699,54.079617,1.3167349,1.4156339,4.8656473,10.2910385,27.148054,25.221504,31.498842,336.577,30.525463,12.678572,20.13889,5.920337,73.40538,2.9549768,2.412824,5.515625,61.427643,0.429752,2.4950154,4.7706695,34.945312,14.887201,3.224618,2.5490065,139.52776,14.506888,255.84636,10.904197,520.3919,22.324678,846.79663,203.11853,6.003158,10.25184,387.6435,498.32297,1972.3531,739.3835 +2023-04-02 02:00:00,0.0,3590.358,29.28671,13.963367,7.3960295,36.286037,179.08533,30.40695,65.62322,24.708164,41.09319,172.63107,368.9661,19.513313,22.89335,10.0127325,2.0044968,34.3467,13.599603,17.772924,438.85007,3.3066452,296.3241,110.34515,7.63325,75.9127,113.94883,59.564743,524.9417,244.53772,1827.6907,10.087566,2395.032,61.2579,10.371322,7.4535995,47.242317,194.83383,264.26782,316.38773,65.01945,18.79951,9.117832,875.7152,161.44804,74.6137,40.545963,244.60394,22.183071,278.47528,11.392244,58.800095,0.0,2644.0605,4686.61,2.6655147,32.532856,27.395529,22835.941,68.16507,2.3458397,62.527702,108.42163,40.137196,10.766358,59.315247,466.39688,35.17587,38.518913,3.6007078,8.741426,689.7493,0.55832255,475.97488,44.658752,2871.2847,80.26759,164.9489,191.74277,273.73553,30.29473,46.08564,295.13538,23.857645,24.300524,13.250021,36.093925,217.98914,10.976721,8.217686,99.66824,19.94255,4551.513,27.92405,52.964584,24.856518,29.76064,357.72314,88.388596,52.99097,12.048736,14.430312,48.433487,109.15844,268.58362,81.838196,275.21735,33.047516,45.56039,113.86521,162.37971,110.78062,126.730385,10.040228,7.209653,14.699882,37.041035,4470.741,13.017314,55.178078,148.94171,30.087479,332.99847,105.47231,278.82593,8.04566,98.216064,920.6841,906.56274,81.92662,1132.3123,135.72249,120.33597,76.12281,70.75813,13.523595,42.16974,557.5018,9.650891,14.170262,257.4123,10.003135,5.890613,71.10785,69.37011,695.2435,164.7644,181.85233,2031.7952,72.64861,1905.5419,1600.1138,7.6688304,4.926736,1492.7539,13.901861,10.58125,315.60193,23.407722,49.403446,28.091228,106.194954,455.33688,258.46317,3.419004,32.69598,71.094475,545.62054,7.372247,89.33553,8.000255,1.5220208,54.081528,1.3164572,1.4147602,4.8623905,10.295386,27.178778,25.39572,31.492128,338.87738,30.556482,12.685715,20.144444,5.9211507,73.3816,2.9571757,2.4125369,5.51625,61.423367,0.42917064,2.4941854,4.770052,34.953125,14.887261,3.2224028,2.5654392,140.19077,14.5675335,257.05466,10.925889,522.3686,22.362495,846.5954,203.87839,6.022453,10.257414,388.97632,500.42532,1976.6514,739.1715 +2023-04-02 03:00:00,0.0,3591.4326,29.311148,13.983634,7.407868,36.297386,179.12828,30.412258,65.63295,24.707737,41.090553,172.9266,369.32037,19.516937,22.932583,10.003673,2.0028806,34.35193,13.607027,17.761797,438.9428,3.3061044,296.41733,110.332825,7.6262617,75.81759,113.962296,59.55096,524.5292,244.48685,1829.2683,10.076073,2394.936,61.183388,10.360183,7.4450912,47.193775,194.8829,264.28677,316.01862,65.0875,18.819899,9.118622,875.6877,161.23112,74.598755,40.575672,244.84047,22.1725,278.61508,11.394165,58.787144,0.0,2645.9949,4693.1655,2.6720386,32.563465,27.437454,22849.371,68.244095,2.3499498,62.528217,108.40189,40.159504,10.773678,59.28946,466.73938,35.252342,38.52697,3.6033633,8.743483,690.04205,0.5678282,475.72552,44.695625,2870.4688,80.2875,164.8884,191.69783,273.72372,30.272844,46.061207,294.85675,23.841642,24.28717,13.262458,36.096638,217.86853,10.982087,8.222123,99.68918,19.942827,4551.11,27.939522,52.934376,24.85643,29.771076,357.62915,88.373055,52.990623,12.054687,14.43753,48.41724,109.17487,268.4684,81.84063,275.22946,33.09173,45.558308,113.8843,162.47125,111.89631,126.7736,10.037775,7.2215624,14.69125,37.295673,4484.5776,13.008391,55.15694,148.81062,30.085936,333.00827,105.38792,278.70303,8.04075,98.29104,920.341,905.9873,81.904236,1131.8702,135.60541,120.288795,76.198586,70.701,13.511985,42.141113,558.2526,9.639593,14.155183,257.23148,10.001607,5.889779,71.04761,69.32639,694.8392,164.66641,181.83453,2031.2339,72.7767,1905.9996,1600.5092,7.675526,4.9380207,1502.3546,13.897304,10.605208,315.6048,23.43725,49.460503,28.121054,106.40437,456.42032,258.50305,3.4231963,32.721375,71.51387,548.1796,7.425978,89.43779,8.010521,1.5216719,54.083435,1.3161794,1.4138865,4.8591332,10.299733,27.2095,25.569937,31.485416,341.17776,30.5875,12.692857,20.15,5.921964,73.35781,2.959375,2.4122498,5.516875,61.419086,0.42858928,2.4933555,4.7694345,34.960938,14.8873205,3.2201874,2.581872,140.85378,14.628178,258.26294,10.947582,524.34534,22.400314,846.39417,204.63824,6.0417476,10.262988,390.30914,502.52768,1980.9496,738.95953 +2023-04-02 04:00:00,0.0,3592.5073,29.335585,14.0039015,7.419706,36.30874,179.17122,30.417566,65.642685,24.707308,41.08792,173.22212,369.67465,19.520561,22.971815,9.994613,2.0012643,34.35716,13.61445,17.750671,439.03555,3.305564,296.51056,110.320496,7.6192727,75.72249,113.97575,59.537178,524.1167,244.43597,1830.8458,10.06458,2394.8398,61.108875,10.349043,7.436583,47.14523,194.93196,264.30573,315.64954,65.155556,18.840288,9.119411,875.66016,161.01419,74.58382,40.605385,245.07703,22.16193,278.75488,11.396086,58.774193,0.0,2647.9294,4699.7217,2.6785624,32.59407,27.479382,22862.8,68.32312,2.3540597,62.528732,108.38215,40.18181,10.780997,59.26367,467.08185,35.32882,38.53503,3.6060188,8.745538,690.3348,0.57733375,475.47617,44.732502,2869.6528,80.30741,164.82788,191.6529,273.7119,30.25096,46.036777,294.5781,23.825638,24.273817,13.274896,36.09935,217.74791,10.987454,8.22656,99.71011,19.943102,4550.7065,27.954996,52.904167,24.856342,29.781515,357.5352,88.35751,52.990276,12.060638,14.444747,48.400993,109.19131,268.3532,81.843056,275.24155,33.13594,45.556225,113.9034,162.56277,113.01199,126.8168,10.035322,7.2334723,14.682619,37.550312,4498.414,12.999469,55.135803,148.67955,30.084393,333.01804,105.30351,278.58017,8.035839,98.36601,919.9979,905.41187,81.88186,1131.4282,135.48833,120.24162,76.27435,70.64386,13.500375,42.112488,559.00354,9.628295,14.140103,257.05066,10.000079,5.8889446,70.98737,69.282684,694.4348,164.5684,181.81676,2030.6726,72.9048,1906.4574,1600.9045,7.682222,4.9493055,1511.9553,13.892746,10.629167,315.60767,23.466778,49.51756,28.150877,106.6138,457.50372,258.54297,3.427389,32.74677,71.93327,550.7387,7.4797096,89.54005,8.020787,1.521323,54.085346,1.3159016,1.413013,4.855876,10.304081,27.240221,25.744152,31.478703,343.47815,30.618519,12.7,20.155556,5.9227777,73.33403,2.9615738,2.4119627,5.5175,61.414806,0.42800793,2.4925258,4.7688165,34.96875,14.887381,3.2179723,2.5983047,141.5168,14.688823,259.47122,10.9692745,526.322,22.438133,846.19293,205.3981,6.0610423,10.268562,391.64197,504.63004,1985.2478,738.7476 +2023-04-02 05:00:00,0.0,3593.582,29.360022,14.024168,7.4315443,36.320087,179.21416,30.422876,65.65242,24.70688,41.085285,173.51765,370.02893,19.524185,23.011045,9.985554,1.999648,34.362392,13.621875,17.739544,439.1283,3.3050234,296.6038,110.30817,7.6122837,75.62738,113.98921,59.523396,523.70416,244.38509,1832.4235,10.053087,2394.7437,61.03436,10.337903,7.4280744,47.09669,194.98102,264.32468,315.28043,65.22361,18.860678,9.120201,875.6326,160.79727,74.56887,40.635094,245.31355,22.15136,278.89468,11.3980055,58.761242,0.0,2649.8638,4706.2773,2.6850863,32.624676,27.521307,22876.23,68.40215,2.3581698,62.52925,108.362404,40.204117,10.788317,59.237885,467.42435,35.405296,38.543087,3.6086743,8.747594,690.62744,0.5868394,475.2268,44.769375,2868.837,80.32732,164.76738,191.60796,273.7001,30.229076,46.01235,294.29947,23.809635,24.260464,13.2873335,36.10206,217.6273,10.992821,8.230997,99.73105,19.943378,4550.303,27.97047,52.87396,24.856255,29.791952,357.4412,88.34198,52.98993,12.066589,14.451964,48.38475,109.20774,268.238,81.84549,275.25363,33.180153,45.554146,113.92249,162.65431,114.127686,126.86001,10.032869,7.245382,14.673988,37.80495,4512.25,12.990545,55.11467,148.54846,30.08285,333.0278,105.21912,278.45728,8.030929,98.440994,919.6549,904.83636,81.859474,1130.9862,135.37125,120.19446,76.35013,70.58672,13.488766,42.083862,559.7544,9.616997,14.125024,256.86984,9.998551,5.88811,70.92713,69.238976,694.03046,164.4704,181.79897,2030.1113,73.03289,1906.9152,1601.2999,7.688918,4.9605904,1521.556,13.888188,10.653125,315.61053,23.496305,49.57461,28.180702,106.82322,458.58716,258.58286,3.4315813,32.772163,72.35268,553.2977,7.5334406,89.642296,8.031054,1.520974,54.087254,1.315624,1.4121393,4.852619,10.308429,27.270943,25.918367,31.47199,345.7785,30.649536,12.707143,20.161112,5.923591,73.31024,2.963773,2.4116757,5.518125,61.41053,0.4274266,2.491696,4.768199,34.976562,14.88744,3.215757,2.6147373,142.17981,14.749468,260.6795,10.990967,528.2987,22.475952,845.9917,206.15796,6.0803375,10.2741375,392.97476,506.73236,1989.546,738.53564 +2023-04-02 06:00:00,0.0,3594.6567,29.384459,14.044435,7.4433823,36.33144,179.2571,30.428185,65.66215,24.706453,41.08265,173.81319,370.3832,19.52781,23.050278,9.976494,1.9980316,34.367622,13.629298,17.728418,439.22104,3.3044827,296.69702,110.29584,7.6052947,75.53227,114.00268,59.509617,523.2917,244.33421,1834.0011,10.041594,2394.6475,60.959846,10.326763,7.419566,47.04815,195.03008,264.34363,314.91135,65.291664,18.881067,9.120992,875.6051,160.58034,74.55393,40.664806,245.55011,22.14079,279.0345,11.399926,58.74829,0.0,2651.7983,4712.8335,2.69161,32.65528,27.563234,22889.66,68.48118,2.36228,62.529766,108.34267,40.22642,10.795636,59.2121,467.76685,35.48177,38.551147,3.6113298,8.74965,690.92017,0.59634495,474.97745,44.80625,2868.0208,80.34722,164.70686,191.56302,273.6883,30.207191,45.987915,294.02084,23.79363,24.24711,13.29977,36.10477,217.5067,10.998188,8.235435,99.75198,19.943653,4549.9,27.985943,52.84375,24.856167,29.802391,357.3472,88.32644,52.989582,12.07254,14.459181,48.368504,109.224174,268.1228,81.847916,275.26572,33.224365,45.552063,113.94159,162.74583,115.24337,126.90321,10.0304165,7.257292,14.665358,38.05959,4526.0864,12.981623,55.093533,148.41737,30.081308,333.0376,105.13472,278.3344,8.026018,98.51597,919.3118,904.2609,81.8371,1130.5442,135.25417,120.147285,76.4259,70.52959,13.477156,42.055237,560.5053,9.605699,14.109944,256.68903,9.997024,5.8872757,70.8669,69.19526,693.6261,164.37239,181.78119,2029.55,73.16099,1907.3729,1601.6953,7.695614,4.9718747,1531.1566,13.883631,10.677083,315.61337,23.525833,49.631668,28.210527,107.03264,459.6706,258.62274,3.4357738,32.797558,72.77208,555.8568,7.5871716,89.74455,8.04132,1.5206251,54.089165,1.3153462,1.4112656,4.849362,10.312776,27.301666,26.092583,31.465277,348.0789,30.680555,12.714286,20.166666,5.924405,73.28646,2.9659722,2.4113886,5.51875,61.40625,0.42684525,2.490866,4.7675815,34.984375,14.887499,3.2135417,2.63117,142.84283,14.810112,261.8878,11.01266,530.27545,22.51377,845.79047,206.91782,6.0996323,10.279712,394.3076,508.83472,1993.8442,738.32367 +2023-04-02 07:00:00,0.0,3595.7314,29.408895,14.064702,7.4552207,36.342793,179.30003,30.433493,65.67188,24.706024,41.080017,174.1087,370.7375,19.531433,23.089508,9.967434,1.9964154,34.372852,13.636722,17.717293,439.31378,3.3039422,296.79025,110.28351,7.5983057,75.43717,114.016136,59.495834,522.8792,244.28333,1835.5787,10.030101,2394.5515,60.885334,10.315623,7.411058,46.999607,195.07913,264.36258,314.54224,65.359726,18.901457,9.121781,875.57764,160.36342,74.53899,40.694515,245.78664,22.13022,279.1743,11.401846,58.73534,0.0,2653.7324,4719.389,2.6981337,32.68589,27.605162,22903.09,68.5602,2.3663898,62.53028,108.32292,40.24873,10.802956,59.186314,468.10934,35.558247,38.559204,3.613985,8.751706,691.2129,0.6058506,474.7281,44.843124,2867.2048,80.36713,164.64635,191.51808,273.67645,30.185307,45.963486,293.74222,23.777628,24.233757,13.312208,36.107483,217.3861,11.003554,8.239871,99.77292,19.94393,4549.4966,28.001417,52.81354,24.85608,29.812828,357.25323,88.3109,52.989235,12.078492,14.466398,48.352257,109.24061,268.0076,81.85035,275.2778,33.268578,45.54998,113.96068,162.83736,116.35906,126.94643,10.027964,7.2692013,14.656726,38.31423,4539.923,12.9727,55.072395,148.28629,30.079765,333.04736,105.05032,278.21155,8.021108,98.59094,918.96875,903.6854,81.81471,1130.1022,135.13708,120.10012,76.50167,70.47245,13.465546,42.02661,561.25616,9.5944,14.094865,256.50824,9.995496,5.886441,70.806656,69.15155,693.22174,164.2744,181.76341,2028.9889,73.28908,1907.8307,1602.0907,7.7023096,4.9831595,1540.7573,13.879074,10.701041,315.61624,23.55536,49.688725,28.24035,107.24206,460.754,258.66263,3.4399662,32.822952,73.19148,558.4159,7.6409025,89.84681,8.051586,1.5202761,54.091072,1.3150685,1.410392,4.8461046,10.317123,27.332388,26.266798,31.458565,350.37927,30.711575,12.721429,20.172222,5.9252186,73.26267,2.9681711,2.4111016,5.519375,61.40197,0.4262639,2.4900362,4.7669635,34.992188,14.887559,3.2113264,2.6476028,143.50584,14.870757,263.09607,11.034352,532.25214,22.551588,845.58923,207.67766,6.118927,10.285286,395.6404,510.93707,1998.1425,738.1117 +2023-04-02 08:00:00,0.0,3596.8062,29.433332,14.084969,7.4670587,36.35414,179.34299,30.4388,65.68162,24.705597,41.07738,174.40424,371.09177,19.535057,23.12874,9.958375,1.9947991,34.378082,13.644146,17.706165,439.40652,3.3034017,296.88348,110.27118,7.5913167,75.342064,114.029594,59.48205,522.4667,244.23245,1837.1564,10.018608,2394.4553,60.81082,10.304483,7.4025497,46.951065,195.12819,264.38153,314.17316,65.42778,18.921846,9.122571,875.5501,160.14648,74.52405,40.724228,246.02316,22.11965,279.3141,11.403767,58.72239,0.0,2655.667,4725.9453,2.7046576,32.716496,27.647087,22916.52,68.63924,2.3704998,62.530796,108.30318,40.271034,10.810275,59.160526,468.4518,35.634724,38.567265,3.6166406,8.753762,691.50555,0.6153562,474.4787,44.88,2866.389,80.38704,164.58586,191.47314,273.66464,30.163422,45.939056,293.4636,23.761623,24.220402,13.324645,36.110195,217.26547,11.008922,8.244308,99.79385,19.944204,4549.0933,28.016891,52.783333,24.855991,29.823267,357.15924,88.29536,52.988888,12.084443,14.473616,48.33601,109.25704,267.8924,81.852776,275.2899,33.31279,45.547897,113.979774,162.9289,117.47475,126.98963,10.025511,7.2811112,14.648095,38.56887,4553.759,12.963777,55.051258,148.1552,30.078222,333.05716,104.96593,278.08865,8.016197,98.665924,918.62573,903.11,81.792336,1129.6602,135.01999,120.05295,76.577446,70.41531,13.453937,41.997986,562.0071,9.583102,14.079785,256.32742,9.993968,5.885607,70.74642,69.10784,692.8174,164.17639,181.74562,2028.4276,73.417175,1908.2885,1602.4861,7.709006,4.9944444,1550.358,13.8745165,10.724999,315.6191,23.584888,49.74578,28.270176,107.451485,461.83743,258.7025,3.4441586,32.848347,73.610886,560.9749,7.6946335,89.949066,8.061852,1.5199271,54.092983,1.3147907,1.4095184,4.842848,10.32147,27.36311,26.441013,31.45185,352.67966,30.742592,12.728571,20.177778,5.926032,73.23889,2.9703703,2.4108148,5.52,61.39769,0.42568254,2.4892063,4.766346,35.0,14.887618,3.209111,2.6640356,144.16885,14.931402,264.30435,11.056045,534.2288,22.589407,845.388,208.43752,6.1382217,10.29086,396.97324,513.0394,2002.4407,737.8997 +2023-04-02 09:00:00,0.0,3597.8809,29.45777,14.105235,7.478897,36.365494,179.38593,30.444109,65.691345,24.705168,41.074745,174.69975,371.44604,19.538681,23.167973,9.949315,1.9931828,34.383312,13.651569,17.69504,439.49924,3.302861,296.9767,110.25885,7.5843277,75.246956,114.04306,59.46827,522.0542,244.18156,1838.734,10.007114,2394.3591,60.736305,10.2933445,7.3940415,46.902523,195.17725,264.40048,313.80405,65.495834,18.942236,9.123361,875.5226,159.92957,74.5091,40.753937,246.25972,22.10908,279.4539,11.405687,58.70944,0.0,2657.6013,4732.501,2.7111814,32.7471,27.689014,22929.95,68.71826,2.37461,62.531315,108.28343,40.293343,10.817595,59.13474,468.7943,35.711197,38.57532,3.619296,8.755818,691.7983,0.6248618,474.22934,44.916874,2865.573,80.406944,164.52534,191.4282,273.65283,30.141537,45.914623,293.18497,23.74562,24.207048,13.337083,36.112907,217.14487,11.014288,8.248745,99.81479,19.94448,4548.69,28.032364,52.753124,24.855904,29.833704,357.06528,88.279816,52.98854,12.090395,14.480832,48.319767,109.273476,267.7772,81.85521,275.302,33.357002,45.545815,113.99887,163.02042,118.59044,127.03284,10.023059,7.2930207,14.639464,38.82351,4567.595,12.954854,55.030125,148.02411,30.07668,333.06693,104.88152,277.9658,8.011287,98.7409,918.28265,902.53455,81.76995,1129.2181,134.90291,120.00578,76.65322,70.35817,13.442327,41.96936,562.75793,9.571804,14.064705,256.1466,9.99244,5.8847723,70.68618,69.064125,692.413,164.07838,181.72784,2027.8663,73.545265,1908.7462,1602.8815,7.7157016,5.005729,1559.9586,13.869959,10.748958,315.62198,23.614416,49.802834,28.300001,107.660904,462.92084,258.7424,3.4483511,32.87374,74.03029,563.534,7.748365,90.051315,8.072119,1.5195782,54.09489,1.314513,1.4086447,4.8395905,10.325818,27.393833,26.61523,31.445139,354.98,30.773611,12.735714,20.183332,5.9268456,73.2151,2.9725692,2.4105277,5.520625,61.393414,0.4251012,2.4883766,4.7657285,35.007812,14.887678,3.2068958,2.6804683,144.83188,14.992046,265.51263,11.077738,536.2055,22.627224,845.18677,209.19737,6.1575165,10.296434,398.30606,515.1418,2006.7389,737.68774 +2023-04-02 10:00:00,0.0,3598.9556,29.482206,14.125503,7.4907355,36.376842,179.42886,30.449417,65.70108,24.70474,41.07211,174.99529,371.80032,19.542305,23.207203,9.940255,1.9915665,34.388542,13.658994,17.683914,439.59198,3.3023205,297.06995,110.24652,7.5773387,75.15185,114.05652,59.454487,521.64166,244.13069,1840.3116,9.995622,2394.263,60.661793,10.282205,7.3855333,46.85398,195.2263,264.41943,313.43497,65.56389,18.962627,9.12415,875.49506,159.71263,74.49416,40.783646,246.49625,22.098509,279.5937,11.407607,58.696487,0.0,2659.536,4739.057,2.7177052,32.777706,27.73094,22943.379,68.79729,2.3787198,62.53183,108.26369,40.31565,10.824914,59.10895,469.1368,35.787674,38.58338,3.6219516,8.7578745,692.091,0.6343674,473.97998,44.95375,2864.7568,80.42685,164.46484,191.38327,273.64102,30.119652,45.890194,292.90634,23.729618,24.193695,13.349521,36.115616,217.02426,11.019655,8.253182,99.835724,19.944757,4548.2866,28.047838,52.722916,24.855816,29.844143,356.97128,88.264275,52.988194,12.096346,14.4880495,48.30352,109.28991,267.662,81.85764,275.3141,33.401215,45.54373,114.01796,163.11194,119.70612,127.07605,10.020606,7.3049307,14.630834,39.078148,4581.4316,12.945931,55.008987,147.89302,30.075136,333.07672,104.79713,277.84293,8.006376,98.81587,917.9396,901.95905,81.747574,1128.7761,134.78583,119.95861,76.72899,70.30103,13.4307165,41.940735,563.50885,9.560506,14.049625,255.96579,9.990912,5.8839383,70.625946,69.02042,692.00867,163.98038,181.71005,2027.305,73.67336,1909.204,1603.2769,7.7223973,5.017014,1569.5593,13.865401,10.772917,315.62482,23.643944,49.85989,28.329824,107.87032,464.00427,258.7823,3.4525435,32.89914,74.44969,566.0931,7.802096,90.15357,8.082384,1.5192293,54.0968,1.3142352,1.407771,4.8363338,10.330166,27.424555,26.789446,31.438425,357.2804,30.80463,12.742857,20.188889,5.927659,73.19132,2.9747684,2.4102407,5.52125,61.389133,0.42451984,2.4875467,4.7651105,35.015625,14.887737,3.2046804,2.6969008,145.49489,15.052691,266.72092,11.09943,538.18225,22.665043,844.98553,209.95723,6.176811,10.30201,399.6389,517.24414,2011.0371,737.47577 +2023-04-02 11:00:00,0.0,3600.0305,29.506643,14.145769,7.5025735,36.388195,179.4718,30.454727,65.710815,24.704313,41.069477,175.2908,372.1546,19.545929,23.246435,9.931196,1.9899503,34.393772,13.666417,17.672787,439.68472,3.30178,297.16315,110.23419,7.57035,75.05675,114.06998,59.440704,521.2292,244.0798,1841.8892,9.984128,2394.167,60.58728,10.271065,7.3770247,46.805443,195.27536,264.43842,313.06586,65.63194,18.983017,9.12494,875.4675,159.4957,74.47922,40.81336,246.7328,22.087938,279.7335,11.409528,58.68354,0.0,2661.4702,4745.613,2.724229,32.80831,27.772867,22956.809,68.87632,2.38283,62.532345,108.24394,40.337955,10.832233,59.083164,469.47928,35.86415,38.59144,3.624607,8.759931,692.3837,0.643873,473.73062,44.990627,2863.941,80.44676,164.40433,191.33833,273.6292,30.097769,45.86576,292.62772,23.713614,24.180342,13.361958,36.11833,216.90364,11.025022,8.257619,99.85666,19.945032,4547.8833,28.063313,52.692707,24.855728,29.85458,356.87732,88.24873,52.987846,12.102298,14.495267,48.287273,109.30634,267.54678,81.86007,275.32617,33.445427,45.54165,114.037056,163.20348,120.821815,127.119255,10.018153,7.31684,14.622203,39.332787,4595.2676,12.937008,54.98785,147.76193,30.073595,333.0865,104.71273,277.72003,8.001466,98.890854,917.59656,901.3836,81.72519,1128.3341,134.66875,119.911446,76.80476,70.2439,13.4191065,41.91211,564.2597,9.549208,14.034546,255.78499,9.989385,5.883104,70.565704,68.97671,691.6043,163.88239,181.69228,2026.7439,73.80145,1909.6617,1603.6724,7.7290936,5.0282984,1579.16,13.860844,10.796875,315.6277,23.673471,49.916946,28.35965,108.07974,465.0877,258.8222,3.456736,32.924534,74.869095,568.65216,7.855827,90.25583,8.09265,1.5188802,54.09871,1.3139575,1.4068974,4.8330765,10.334513,27.455276,26.963661,31.431713,359.58078,30.835648,12.75,20.194445,5.9284725,73.167534,2.9769673,2.4099536,5.521875,61.384853,0.4239385,2.4867167,4.764493,35.023438,14.887797,3.2024653,2.7133336,146.15791,15.113337,267.9292,11.121122,540.15894,22.702862,844.7843,210.71709,6.196106,10.307584,400.97168,519.34644,2015.3353,737.2638 +2023-04-02 12:00:00,0.0,3601.1052,29.53108,14.166036,7.514412,36.399548,179.51474,30.460035,65.72054,24.703884,41.06684,175.58633,372.50888,19.549553,23.285666,9.922136,1.988334,34.399006,13.6738405,17.661661,439.77747,3.3012393,297.25638,110.22186,7.563361,74.96164,114.08344,59.42692,520.8167,244.02893,1843.4668,9.972635,2394.0708,60.512764,10.259925,7.3685164,46.7569,195.32442,264.45737,312.69678,65.7,19.003407,9.1257305,875.44,159.27878,74.46428,40.843067,246.96935,22.07737,279.8733,11.4114485,58.67059,0.0,2663.4048,4752.169,2.730753,32.83892,27.814795,22970.238,68.955345,2.38694,62.53286,108.2242,40.360264,10.839553,59.057377,469.82178,35.940624,38.5995,3.6272626,8.761986,692.6764,0.6533786,473.48126,45.0275,2863.125,80.46667,164.34381,191.29341,273.6174,30.075884,45.84133,292.34906,23.69761,24.166988,13.374395,36.12104,216.78304,11.030389,8.262056,99.877594,19.945309,4547.48,28.078785,52.6625,24.85564,29.865019,356.78333,88.2332,52.9875,12.108249,14.502483,48.271027,109.32278,267.43158,81.8625,275.33826,33.48964,45.539566,114.05615,163.295,121.9375,127.16246,10.0157,7.32875,14.613571,39.58743,4609.104,12.928085,54.966713,147.63084,30.072052,333.09625,104.628334,277.59717,7.9965553,98.96583,917.2535,900.8081,81.70281,1127.8921,134.55167,119.86427,76.88054,70.18676,13.407497,41.883484,565.0106,9.5379095,14.019466,255.60417,9.987857,5.8822694,70.50547,68.93299,691.19995,163.78438,181.67448,2026.1826,73.92955,1910.1195,1604.0677,7.7357893,5.039583,1588.7607,13.856286,10.820833,315.63055,23.703,49.974003,28.389475,108.28917,466.1711,258.8621,3.4609284,32.94993,75.2885,571.2112,7.909558,90.35808,8.102917,1.5185313,54.100616,1.3136797,1.4060237,4.829819,10.3388605,27.486,27.137877,31.425,361.88116,30.866667,12.757143,20.2,5.929286,73.14375,2.9791665,2.4096665,5.5225,61.380577,0.42335716,2.485887,4.763875,35.03125,14.8878565,3.20025,2.7297664,146.82092,15.173981,269.1375,11.142816,542.1356,22.74068,844.58307,211.47694,6.2154007,10.313158,402.3045,521.4488,2019.6335,737.0518 +2023-04-02 13:00:00,0.0,3602.18,29.555517,14.186303,7.52625,36.410896,179.5577,30.465343,65.73028,24.703457,41.064205,175.88187,372.86316,19.553177,23.324898,9.913076,1.9867177,34.404236,13.681265,17.650536,439.8702,3.3006988,297.3496,110.20953,7.556372,74.86653,114.0969,59.41314,520.4042,243.97806,1845.0444,9.961143,2393.9746,60.43825,10.248785,7.3600082,46.708355,195.37347,264.47632,312.32767,65.76806,19.023796,9.12652,875.4125,159.06184,74.44933,40.87278,247.2059,22.0668,280.0131,11.413368,58.65764,0.0,2665.339,4758.7246,2.7372768,32.869526,27.85672,22983.668,69.03437,2.3910499,62.53338,108.20445,40.38257,10.846872,59.03159,470.16428,36.0171,38.607555,3.629918,8.764042,692.9691,0.6628842,473.2319,45.064377,2862.309,80.48657,164.28331,191.24847,273.60556,30.053999,45.816902,292.07043,23.681606,24.153635,13.386832,36.12375,216.66243,11.035755,8.266493,99.89853,19.945583,4547.0767,28.09426,52.63229,24.855553,29.875458,356.68933,88.21766,52.987152,12.114201,14.509701,48.254784,109.33921,267.31638,81.86493,275.35034,33.53385,45.537483,114.07525,163.38652,123.05319,127.205666,10.0132475,7.3406596,14.60494,39.842068,4622.9404,12.919163,54.94558,147.49976,30.070509,333.10605,104.54393,277.4743,7.991645,99.04081,916.9104,900.23267,81.680435,1127.4501,134.43459,119.8171,76.95631,70.12962,13.395887,41.85486,565.7615,9.526612,14.004387,255.42337,9.986329,5.881435,70.44523,68.88928,690.79565,163.68637,181.65671,2025.6212,74.05764,1910.5773,1604.4631,7.742485,5.050868,1598.3613,13.851728,10.844791,315.63342,23.732527,50.03106,28.419298,108.49859,467.25455,258.90198,3.465121,32.975323,75.7079,573.77026,7.963289,90.460335,8.113183,1.5181824,54.102528,1.3134019,1.40515,4.8265624,10.343207,27.516722,27.312092,31.418287,364.18152,30.897686,12.764286,20.205555,5.9300995,73.119965,2.9813657,2.4093795,5.523125,61.376297,0.4227758,2.485057,4.7632575,35.039062,14.887916,3.1980348,2.7461991,147.48393,15.234626,270.3458,11.164508,544.11237,22.778498,844.38184,212.2368,6.2346954,10.318732,403.63733,523.55115,2023.9318,736.83984 +2023-04-02 14:00:00,0.0,3603.2546,29.579954,14.20657,7.5380883,36.42225,179.60063,30.470652,65.740005,24.703028,41.06157,176.17738,373.21744,19.5568,23.36413,9.904017,1.9851015,34.409466,13.688688,17.639408,439.96295,3.300158,297.44284,110.197205,7.549383,74.77142,114.11036,59.399357,519.9917,243.92717,1846.6221,9.949649,2393.8787,60.36374,10.237645,7.3515,46.659817,195.42253,264.49527,311.9586,65.83611,19.044186,9.12731,875.385,158.84492,74.434395,40.90249,247.44243,22.056229,280.1529,11.415289,58.644688,0.0,2667.2734,4765.281,2.7438006,32.90013,27.898647,22997.098,69.1134,2.39516,62.533894,108.18471,40.404877,10.854192,59.005802,470.50674,36.093575,38.615616,3.6325736,8.766098,693.26184,0.6723898,472.98254,45.10125,2861.4932,80.506485,164.2228,191.20354,273.59375,30.032114,45.79247,291.7918,23.665604,24.14028,13.39927,36.12646,216.54181,11.041122,8.27093,99.919464,19.94586,4546.6733,28.109734,52.602085,24.855465,29.885895,356.59537,88.20212,52.986805,12.1201515,14.516918,48.238537,109.355644,267.20117,81.86736,275.36243,33.578064,45.5354,114.09434,163.47806,124.16888,127.24888,10.010795,7.3525696,14.59631,40.096706,4636.7764,12.910239,54.924442,147.36867,30.068966,333.1158,104.45953,277.3514,7.9867344,99.11578,916.5674,899.6572,81.65805,1127.008,134.31749,119.769936,77.03208,70.07249,13.384277,41.826233,566.5124,9.515314,13.989307,255.24255,9.984801,5.8806005,70.384995,68.84557,690.3913,163.58836,181.63892,2025.06,74.18574,1911.035,1604.8585,7.7491813,5.062153,1607.962,13.847171,10.86875,315.6363,23.762054,50.08811,28.449123,108.70801,468.33798,258.94186,3.4693134,33.000717,76.127304,576.32935,8.01702,90.56259,8.123449,1.5178335,54.104435,1.3131242,1.4042765,4.823305,10.347555,27.547443,27.486307,31.411573,366.4819,30.928703,12.771428,20.211111,5.930913,73.09618,2.9835646,2.4090924,5.52375,61.372017,0.42219445,2.4842272,4.76264,35.046875,14.887976,3.1958194,2.7626317,148.14696,15.295271,271.55408,11.1862,546.08905,22.816317,844.1806,212.99666,6.25399,10.3243065,404.97015,525.6535,2028.23,736.62787 +2023-04-02 15:00:00,0.0,3604.3293,29.604391,14.226836,7.5499263,36.433598,179.64357,30.47596,65.74974,24.7026,41.058937,176.47292,373.57175,19.560425,23.40336,9.894958,1.9834851,34.414696,13.696113,17.628283,440.0557,3.2996175,297.53607,110.184875,7.542394,74.67632,114.123825,59.38558,519.57916,243.8763,1848.1997,9.938156,2393.7825,60.289227,10.226506,7.342992,46.611275,195.47159,264.51422,311.58948,65.90417,19.064575,9.128099,875.3575,158.62799,74.41945,40.9322,247.67899,22.045658,280.2927,11.41721,58.631737,0.0,2669.208,4771.8364,2.7503245,32.930737,27.940573,23010.527,69.19243,2.3992698,62.53441,108.16496,40.42718,10.861511,58.980015,470.84924,36.17005,38.623672,3.635229,8.768154,693.55457,0.68189543,472.73315,45.138126,2860.677,80.52639,164.1623,191.1586,273.58194,30.01023,45.76804,291.51318,23.6496,24.126926,13.411707,36.129173,216.4212,11.04649,8.275368,99.9404,19.946135,4546.27,28.125206,52.571877,24.855377,29.896334,356.50137,88.18658,52.986458,12.126103,14.524136,48.22229,109.37208,267.08597,81.8698,275.37454,33.622276,45.533318,114.113434,163.56958,125.28456,127.29208,10.008342,7.364479,14.587679,40.351345,4650.613,12.901317,54.903305,147.23758,30.067425,333.1256,104.37514,277.22855,7.981824,99.19076,916.2243,899.0817,81.63567,1126.566,134.20041,119.72276,77.10786,70.01535,13.372668,41.797607,567.2633,9.504016,13.974228,255.06175,9.9832735,5.879766,70.32475,68.80186,689.98694,163.49037,181.62114,2024.4988,74.31383,1911.4928,1605.2539,7.755877,5.073437,1617.5627,13.842613,10.892708,315.63913,23.791582,50.14517,28.478949,108.917435,469.4214,258.98175,3.473506,33.02611,76.54671,578.88837,8.070751,90.66484,8.133716,1.5174845,54.106346,1.3128464,1.4034028,4.820048,10.351903,27.578165,27.660524,31.404861,368.7823,30.959723,12.778571,20.216667,5.9317265,73.072395,2.9857638,2.4088054,5.524375,61.36774,0.4216131,2.4833975,4.762022,35.054688,14.888035,3.1936042,2.7790644,148.80997,15.355915,272.76236,11.207893,548.06573,22.854136,843.9794,213.75652,6.273285,10.329881,406.30298,527.75586,2032.5282,736.41595 +2023-04-02 16:00:00,0.0,3605.404,29.628828,14.247104,7.5617647,36.44495,179.68651,30.481268,65.759476,24.702171,41.0563,176.76843,373.92603,19.564049,23.442593,9.885898,1.9818689,34.419926,13.703536,17.617155,440.1484,3.299077,297.6293,110.17255,7.535405,74.581215,114.13728,59.371796,519.1667,243.82541,1849.7773,9.926662,2393.6863,60.21471,10.215366,7.3344836,46.562733,195.52065,264.53317,311.2204,65.97222,19.084965,9.128889,875.32996,158.41107,74.40451,40.96191,247.91551,22.035088,280.4325,11.419129,58.618786,0.0,2671.1423,4778.3926,2.7568483,32.961346,27.9825,23023.957,69.271454,2.40338,62.534924,108.14522,40.44949,10.868831,58.954227,471.19174,36.24653,38.63173,3.6378844,8.77021,693.8472,0.691401,472.4838,45.175,2859.861,80.546295,164.10178,191.11366,273.57013,29.988344,45.74361,291.23456,23.633596,24.113573,13.424145,36.131886,216.3006,11.051856,8.279804,99.961334,19.946411,4545.8667,28.14068,52.541668,24.85529,29.90677,356.4074,88.171036,52.98611,12.132054,14.531352,48.206043,109.38851,266.97076,81.87222,275.38663,33.66649,45.531235,114.13253,163.66112,126.40025,127.33529,10.005889,7.376389,14.579048,40.605984,4664.449,12.892394,54.882168,147.10649,30.065882,333.13538,104.29074,277.10565,7.9769135,99.26574,915.8812,898.5063,81.61329,1126.124,134.08333,119.6756,77.183624,69.95821,13.361058,41.768982,568.01416,9.492718,13.959148,254.88094,9.981746,5.8789315,70.26452,68.75815,689.5826,163.39236,181.60336,2023.9375,74.441925,1911.9506,1605.6493,7.762573,5.084722,1627.1633,13.838056,10.916666,315.642,23.82111,50.202225,28.508772,109.126854,470.50482,259.02164,3.4776983,33.051506,76.96611,581.44745,8.124482,90.7671,8.143982,1.5171355,54.108253,1.3125687,1.4025291,4.816791,10.35625,27.608889,27.83474,31.398148,371.08267,30.99074,12.785714,20.222221,5.93254,73.048615,2.9879627,2.4085183,5.525,61.36346,0.42103174,2.4825675,4.7614045,35.0625,14.888095,3.1913888,2.7954972,149.47299,15.41656,273.97064,11.229586,550.0424,22.891953,843.77814,214.51637,6.2925797,10.335456,407.63577,529.8582,2036.8264,736.204 +2023-04-02 17:00:00,0.0,3606.4788,29.653265,14.26737,7.573603,36.456303,179.72945,30.486578,65.7692,24.701744,41.053665,177.06396,374.2803,19.567673,23.481823,9.876838,1.9802526,34.425156,13.710959,17.60603,440.24115,3.2985363,297.72253,110.16022,7.528416,74.48611,114.15075,59.358013,518.7542,243.77454,1851.355,9.91517,2393.59,60.140198,10.2042265,7.325975,46.51419,195.5697,264.55212,310.8513,66.040276,19.105354,9.129679,875.3024,158.19414,74.389565,40.991623,248.15207,22.024519,280.57227,11.42105,58.605835,0.0,2673.0767,4784.948,2.7633722,32.99195,28.024427,23037.387,69.35048,2.40749,62.53544,108.12547,40.471798,10.87615,58.92844,471.53424,36.323,38.63979,3.64054,8.772266,694.13995,0.70090663,472.23444,45.211876,2859.0452,80.5662,164.04129,191.06873,273.55832,29.96646,45.719177,290.95593,23.617594,24.10022,13.436583,36.134598,216.18,11.057223,8.284242,99.98227,19.946686,4545.4634,28.156155,52.51146,24.855202,29.91721,356.31342,88.155495,52.985764,12.138006,14.538569,48.1898,109.404945,266.85556,81.87466,275.3987,33.7107,45.529152,114.15162,163.75264,127.51594,127.3785,10.003436,7.3882985,14.570416,40.860626,4678.285,12.883471,54.861034,146.9754,30.064339,333.14517,104.20634,276.9828,7.972003,99.34071,915.53815,897.9308,81.59091,1125.682,133.96625,119.628426,77.2594,69.90108,13.349448,41.740356,568.7651,9.48142,13.944068,254.70012,9.980218,5.878097,70.20428,68.71444,689.1782,163.29436,181.58557,2023.3763,74.570015,1912.4083,1606.0447,7.769269,5.096007,1636.764,13.833498,10.940625,315.64487,23.85064,50.25928,28.538597,109.33627,471.58823,259.06155,3.481891,33.0769,77.38551,584.00653,8.178213,90.869354,8.154248,1.5167866,54.110165,1.3122909,1.4016556,4.813534,10.360598,27.63961,28.008955,31.391434,373.38306,31.021759,12.792857,20.227777,5.9333534,73.024826,2.990162,2.4082313,5.5256248,61.35918,0.4204504,2.4817376,4.760787,35.070312,14.888154,3.1891737,2.81193,150.136,15.477205,275.17892,11.251278,552.01917,22.929771,843.5769,215.27623,6.311875,10.34103,408.9686,531.9606,2041.1248,735.992 +2023-04-02 18:00:00,0.0,3607.5535,29.677702,14.287638,7.585441,36.46765,179.7724,30.491886,65.77894,24.701317,41.051033,177.3595,374.63458,19.571297,23.521055,9.867779,1.9786364,34.43039,13.718384,17.594904,440.3339,3.2979958,297.81577,110.14789,7.521427,74.39101,114.16421,59.34423,518.3417,243.72365,1852.9326,9.903677,2393.4941,60.065685,10.193087,7.3174667,46.46565,195.61876,264.57108,310.4822,66.10833,19.125744,9.130468,875.2749,157.97722,74.37462,41.02133,248.3886,22.013948,280.71207,11.422971,58.592884,0.0,2675.0112,4791.5044,2.769896,33.022556,28.066353,23050.816,69.42951,2.4115999,62.535957,108.10573,40.494102,10.88347,58.902657,471.8767,36.39948,38.647846,3.6431954,8.7743225,694.4327,0.7104122,471.98508,45.248753,2858.2292,80.58611,163.98077,191.02379,273.54648,29.944576,45.694748,290.6773,23.60159,24.086866,13.449019,36.137306,216.05937,11.06259,8.288678,100.003204,19.946962,4545.06,28.171627,52.48125,24.855114,29.927647,356.21942,88.13996,52.985416,12.143957,14.545787,48.173553,109.42138,266.74036,81.87708,275.4108,33.754913,45.52707,114.170715,163.84416,128.63162,127.42171,10.000983,7.4002085,14.561786,41.115265,4692.1216,12.874548,54.839897,146.84431,30.062796,333.15494,104.12194,276.85992,7.9670925,99.41569,915.1951,897.35535,81.56853,1125.24,133.84917,119.58126,77.335175,69.84394,13.337839,41.71173,569.5159,9.470121,13.928988,254.51932,9.97869,5.877263,70.14404,68.67072,688.77386,163.19635,181.5678,2022.815,74.698105,1912.8661,1606.4401,7.7759647,5.1072917,1646.3647,13.82894,10.964583,315.64774,23.880167,50.316334,28.568422,109.54569,472.67166,259.10144,3.4860833,33.102295,77.80492,586.56555,8.231944,90.9716,8.164515,1.5164376,54.112072,1.3120131,1.4007819,4.810277,10.364944,27.670332,28.18317,31.384722,375.6834,31.052778,12.8,20.233334,5.934167,73.001045,2.992361,2.4079442,5.52625,61.354904,0.41986907,2.480908,4.760169,35.078125,14.888214,3.1869583,2.8283627,150.79901,15.537849,276.3872,11.27297,553.99585,22.96759,843.3757,216.03609,6.3311696,10.346604,410.30142,534.0629,2045.423,735.78 +2023-04-02 19:00:00,0.0,3608.6282,29.702139,14.307904,7.5972795,36.479004,179.81534,30.497194,65.78867,24.700888,41.048397,177.65501,374.98886,19.57492,23.560287,9.858719,1.97702,34.43562,13.725807,17.583776,440.42664,3.2974553,297.909,110.13556,7.5144386,74.2959,114.177666,59.33045,517.9292,243.67278,1854.5101,9.892183,2393.398,59.99117,10.181947,7.3089585,46.417107,195.66782,264.59003,310.1131,66.17639,19.146135,9.131259,875.2474,157.76028,74.35968,41.051044,248.62515,22.003378,280.85187,11.4248905,58.579933,0.0,2676.9456,4798.0605,2.7764196,33.05316,28.10828,23064.246,69.50854,2.41571,62.536472,108.08598,40.51641,10.890789,58.87687,472.2192,36.475956,38.655907,3.645851,8.776379,694.7254,0.71991783,471.73572,45.285625,2857.413,80.60602,163.92026,190.97885,273.53467,29.922691,45.67032,290.39868,23.585587,24.073513,13.461457,36.14002,215.93877,11.067957,8.293116,100.02414,19.947237,4544.6567,28.187101,52.451042,24.855026,29.938086,356.12546,88.12442,52.98507,12.149909,14.553003,48.157307,109.43781,266.62515,81.87952,275.42288,33.799126,45.524986,114.18981,163.9357,129.74731,127.46491,9.99853,7.412118,14.553155,41.369904,4705.958,12.865625,54.81876,146.71323,30.061253,333.1647,104.037544,276.73703,7.962182,99.49067,914.85205,896.7799,81.54615,1124.798,133.73209,119.53409,77.41094,69.7868,13.326229,41.683105,570.26685,9.458823,13.913909,254.3385,9.977162,5.8764286,70.0838,68.627014,688.3695,163.09836,181.55,2022.2537,74.8262,1913.3239,1606.8354,7.7826605,5.1185765,1655.9653,13.824383,10.988542,315.65057,23.909695,50.37339,28.598246,109.75512,473.7551,259.14133,3.4902756,33.127693,78.22432,589.12463,8.285675,91.07386,8.17478,1.5160887,54.113983,1.3117354,1.3999082,4.8070197,10.369292,27.701056,28.357386,31.378008,377.9838,31.083796,12.807143,20.23889,5.9349804,72.97726,2.99456,2.4076571,5.526875,61.350624,0.4192877,2.480078,4.7595515,35.085938,14.888273,3.184743,2.8447952,151.46204,15.598495,277.5955,11.294663,555.97253,23.00541,843.17444,216.79594,6.3504643,10.352179,411.63425,536.1652,2049.7212,735.56805 +2023-04-02 20:00:00,0.0,3609.703,29.726576,14.328171,7.6091175,36.490353,179.85828,30.502502,65.7984,24.70046,41.04576,177.95055,375.34314,19.578545,23.599518,9.849659,1.9754038,34.44085,13.733232,17.57265,440.51938,3.2969146,298.00223,110.12322,7.5074496,74.20079,114.19113,59.316666,517.51666,243.62189,1856.0878,9.880691,2393.3018,59.916656,10.170807,7.3004503,46.36857,195.71689,264.60898,309.74402,66.244446,19.166525,9.132049,875.2199,157.54337,74.344734,41.080753,248.86168,21.992807,280.99167,11.426811,58.566986,0.0,2678.88,4804.616,2.7829435,33.083767,28.150206,23077.676,69.58756,2.41982,62.536987,108.06624,40.538715,10.8981085,58.85108,472.5617,36.55243,38.663963,3.6485064,8.778434,695.01807,0.7294234,471.48636,45.322502,2856.5972,80.62592,163.85976,190.93391,273.52286,29.900806,45.645885,290.12003,23.569582,24.060158,13.473894,36.14273,215.81816,11.073323,8.297552,100.045074,19.947514,4544.2534,28.202576,52.420834,24.854939,29.948523,356.03146,88.10888,52.984722,12.15586,14.560221,48.14106,109.45425,266.50995,81.88194,275.435,33.843338,45.522903,114.20891,164.02722,130.863,127.50812,9.996078,7.424028,14.544524,41.624542,4719.794,12.856702,54.797623,146.58214,30.059711,333.1745,103.95315,276.61417,7.9572716,99.56564,914.509,896.2044,81.523766,1124.356,133.61499,119.48692,77.48672,69.72966,13.314619,41.65448,571.0177,9.447525,13.898829,254.1577,9.975635,5.875594,70.02357,68.583305,687.96515,163.00035,181.53223,2021.6925,74.95429,1913.7816,1607.2308,7.7893567,5.129861,1665.566,13.819825,11.0125,315.65344,23.939222,50.430447,28.62807,109.96454,474.8385,259.1812,3.4944682,33.153088,78.64372,591.6837,8.339406,91.17612,8.185046,1.5157397,54.11589,1.3114576,1.3990346,4.8037624,10.37364,27.731777,28.531603,31.371296,380.28418,31.114815,12.814285,20.244444,5.935794,72.953476,2.9967592,2.4073703,5.5275,61.346344,0.41870636,2.479248,4.758934,35.09375,14.888332,3.1825278,2.861228,152.12505,15.65914,278.80377,11.316356,557.9493,23.043226,842.9732,217.5558,6.369759,10.357753,412.96707,538.2676,2054.0193,735.3561 +2023-04-02 21:00:00,0.0,3610.7776,29.751013,14.348438,7.620956,36.501705,179.90121,30.50781,65.808136,24.700031,41.043125,178.24606,375.69742,19.582169,23.63875,9.8406,1.9737875,34.44608,13.740655,17.561525,440.61212,3.296374,298.09543,110.11089,7.5004606,74.10568,114.20459,59.302883,517.1042,243.57101,1857.6654,9.869197,2393.2058,59.842144,10.159668,7.291942,46.320026,195.76595,264.62796,309.3749,66.3125,19.186914,9.132838,875.1924,157.32643,74.329796,41.110466,249.09824,21.982237,281.13147,11.428732,58.554035,0.0,2680.8145,4811.1724,2.7894673,33.114376,28.192133,23091.105,69.666595,2.42393,62.537502,108.0465,40.561024,10.905428,58.825294,472.90417,36.628906,38.672024,3.651162,8.78049,695.3108,0.73892903,471.237,45.359375,2855.7812,80.645836,163.79924,190.88898,273.51105,29.878922,45.621456,289.8414,23.55358,24.046804,13.486332,36.145443,215.69754,11.078691,8.30199,100.06601,19.947788,4543.85,28.218048,52.390625,24.85485,29.958961,355.9375,88.09334,52.984375,12.161812,14.567438,48.124813,109.47068,266.39474,81.88438,275.44708,33.88755,45.52082,114.228,164.11874,131.9787,127.55133,9.993625,7.4359374,14.535893,41.87918,4733.6304,12.847779,54.77649,146.45105,30.058168,333.18427,103.868744,276.4913,7.952361,99.640625,914.16595,895.62897,81.50139,1123.9138,133.49791,119.43975,77.562485,69.67252,13.303009,41.625854,571.7686,9.436227,13.88375,253.97688,9.974107,5.8747597,69.963326,68.53959,687.5608,162.90234,181.51443,2021.1312,75.08239,1914.2394,1607.6263,7.7960525,5.1411457,1675.1667,13.815268,11.036458,315.6563,23.96875,50.487503,28.657896,110.17396,475.92194,259.2211,3.4986606,33.178482,79.063126,594.2428,8.393137,91.278366,8.1953125,1.5153908,54.1178,1.3111799,1.3981609,4.8005056,10.377987,27.762499,28.705818,31.364582,382.58456,31.145834,12.821428,20.25,5.9366074,72.92969,2.998958,2.4070833,5.528125,61.342068,0.418125,2.4784184,4.758316,35.101562,14.888392,3.1803124,2.8776608,152.78807,15.719784,280.01205,11.338048,559.92596,23.081045,842.772,218.31566,6.389054,10.363328,414.29987,540.36993,2058.3176,735.1441 +2023-04-02 22:00:00,0.0,3611.8523,29.77545,14.368705,7.6327944,36.513058,179.94415,30.513119,65.81787,24.699604,41.040493,178.5416,376.0517,19.585793,23.67798,9.83154,1.9721712,34.45131,13.748078,17.550398,440.70486,3.2958336,298.18866,110.098564,7.4934716,74.01058,114.21805,59.2891,516.6917,243.52013,1859.243,9.857704,2393.1096,59.767628,10.148528,7.283434,46.27148,195.815,264.6469,309.00583,66.380554,19.207304,9.133628,875.16486,157.10951,74.31485,41.140175,249.33476,21.971666,281.27127,11.430652,58.541084,0.0,2682.7488,4817.728,2.7959912,33.14498,28.23406,23104.533,69.74562,2.42804,62.53802,108.02676,40.58333,10.912747,58.799507,473.24667,36.705383,38.68008,3.6538174,8.782546,695.6035,0.7484346,470.9876,45.39625,2854.9653,80.66574,163.73874,190.84404,273.49924,29.857037,45.597023,289.56277,23.537575,24.033451,13.498769,36.148155,215.57693,11.084057,8.306426,100.086945,19.948065,4543.447,28.233522,52.360416,24.854763,29.969398,355.8435,88.0778,52.984028,12.167763,14.574656,48.10857,109.487114,266.27954,81.88681,275.45917,33.931763,45.518738,114.24709,164.21028,133.09438,127.594536,9.991173,7.4478474,14.527262,42.13382,4747.467,12.838857,54.755352,146.31996,30.056625,333.19406,103.78435,276.3684,7.9474506,99.7156,913.8229,895.05347,81.479004,1123.4718,133.38083,119.39258,77.63826,69.61539,13.2914,41.59723,572.5195,9.424929,13.86867,253.79607,9.972579,5.873925,69.90309,68.49588,687.15643,162.80434,181.49666,2020.57,75.21048,1914.6971,1608.0217,7.802748,5.1524305,1684.7675,13.81071,11.060416,315.65918,23.998278,50.544556,28.68772,110.38338,477.00537,259.261,3.5028532,33.203876,79.48253,596.8018,8.446869,91.38062,8.205579,1.5150418,54.11971,1.3109021,1.3972872,4.7972484,10.382335,27.79322,28.880033,31.35787,384.88492,31.176851,12.828571,20.255556,5.937421,72.9059,3.0011573,2.4067962,5.52875,61.337788,0.41754365,2.4775884,4.7576985,35.109375,14.888452,3.1780972,2.8940935,153.45108,15.780429,281.22034,11.359741,561.90265,23.118864,842.57074,219.07552,6.4083486,10.368902,415.6327,542.4723,2062.6157,734.9321 +2023-04-02 23:00:00,0.0,3612.927,29.799887,14.388971,7.6446323,36.524406,179.9871,30.518429,65.8276,24.699177,41.037857,178.83711,376.40598,19.589417,23.717213,9.82248,1.970555,34.45654,13.755503,17.539272,440.79758,3.2952929,298.2819,110.086235,7.4864826,73.915474,114.231514,59.275322,516.2792,243.46925,1860.8207,9.846211,2393.0134,59.693115,10.137388,7.274925,46.222942,195.86406,264.66586,308.63672,66.44861,19.227694,9.134418,875.1373,156.89258,74.29991,41.169884,249.57132,21.961098,281.41107,11.432572,58.528133,0.0,2684.6833,4824.284,2.802515,33.175587,28.275986,23117.963,69.824646,2.4321501,62.538536,108.00701,40.605637,10.920067,58.77372,473.58917,36.781857,38.68814,3.656473,8.784602,695.8962,0.75794023,470.73825,45.433125,2854.1494,80.685646,163.67822,190.7991,273.48743,29.835152,45.572594,289.28415,23.521572,24.020098,13.511207,36.150864,215.45633,11.089424,8.3108635,100.10787,19.94834,4543.0435,28.248997,52.330208,24.854675,29.979837,355.74954,88.062256,52.98368,12.173715,14.581872,48.092323,109.50355,266.16434,81.88924,275.47125,33.97597,45.516655,114.26619,164.3018,134.21007,127.63774,9.98872,7.459757,14.518631,42.388462,4761.3027,12.829933,54.734215,146.18887,30.055082,333.20383,103.69995,276.24554,7.94254,99.79057,913.4798,894.478,81.45663,1123.0298,133.26375,119.34541,77.714035,69.55825,13.27979,41.568604,573.2704,9.4136305,13.853591,253.61526,9.971051,5.8730907,69.84285,68.45217,686.75214,162.70633,181.47888,2020.0087,75.33858,1915.1549,1608.4171,7.8094444,5.1637154,1694.368,13.806152,11.084374,315.66205,24.027805,50.601612,28.717545,110.592804,478.08878,259.3009,3.5070455,33.22927,79.90193,599.3609,8.5006,91.48288,8.215845,1.5146929,54.12162,1.3106244,1.3964136,4.793991,10.3866825,27.823944,29.054249,31.351156,387.1853,31.20787,12.835714,20.26111,5.9382343,72.88212,3.0033562,2.4065092,5.529375,61.333508,0.4169623,2.4767585,4.757081,35.117188,14.888512,3.1758819,2.910526,154.11409,15.841074,282.42865,11.3814335,563.87933,23.156681,842.3695,219.83537,6.4276433,10.374476,416.9655,544.57465,2066.914,734.72015 +2023-04-03 00:00:00,0.0,3614.0017,29.824324,14.409239,7.656471,36.53576,180.03004,30.523737,65.83733,24.698748,41.03522,179.13264,376.76025,19.59304,23.756445,9.813421,1.9689387,34.461773,13.762926,17.528147,440.89032,3.2947524,298.37512,110.073906,7.4794936,73.820366,114.24497,59.26154,515.8667,243.41838,1862.3983,9.834718,2392.9172,59.618603,10.126248,7.266417,46.1744,195.91312,264.6848,308.26764,66.51667,19.248083,9.135207,875.1098,156.67566,74.284966,41.199596,249.80785,21.950527,281.55087,11.434493,58.515182,0.0,2686.6177,4830.84,2.8090389,33.206192,28.317913,23131.393,69.90368,2.43626,62.53905,107.98727,40.627945,10.927386,58.747932,473.93164,36.858334,38.696198,3.6591284,8.786658,696.1889,0.76744586,470.4889,45.47,2853.3333,80.70556,163.6177,190.75417,273.4756,29.813269,45.548164,289.00552,23.50557,24.006744,13.523644,36.153576,215.33571,11.09479,8.3153,100.12881,19.948616,4542.64,28.264471,52.3,24.854588,29.990274,355.65555,88.046715,52.983334,12.179666,14.589089,48.076077,109.51998,266.04913,81.89167,275.48334,34.020184,45.514576,114.28528,164.39333,135.32576,127.68095,9.986267,7.471667,14.51,42.6431,4775.139,12.821011,54.71308,146.05779,30.053541,333.21362,103.615555,276.12268,7.9376297,99.865555,913.1368,893.9026,81.43424,1122.5878,133.14667,119.29824,77.7898,69.501114,13.26818,41.539978,574.02124,9.402332,13.8385105,253.43445,9.969523,5.8722563,69.782616,68.408455,686.3478,162.60834,181.46109,2019.4475,75.46667,1915.6127,1608.8125,7.81614,5.1749997,1703.9688,13.801595,11.108333,315.6649,24.057333,50.65867,28.74737,110.80222,479.1722,259.3408,3.511238,33.254665,80.321335,601.92,8.554331,91.58513,8.226111,1.514344,54.123528,1.3103467,1.39554,4.7907343,10.391029,27.854666,29.228464,31.344444,389.4857,31.23889,12.842857,20.266666,5.939048,72.85833,3.0055554,2.406222,5.53,61.32923,0.41638097,2.4759288,4.756463,35.125,14.888571,3.1736667,2.9269588,154.77711,15.901719,283.63693,11.403126,565.8561,23.1945,842.1683,220.59523,6.446938,10.380051,418.29834,546.677,2071.2122,734.5082 +2023-04-03 01:00:00,0.0,3615.0767,29.84876,14.429505,7.6683087,36.547108,180.07298,30.529045,65.84707,24.69832,41.032585,179.42818,377.11453,19.596664,23.795675,9.804361,1.9673223,34.467003,13.77035,17.51702,440.98306,3.2942119,298.46835,110.06158,7.4725046,73.72526,114.25843,59.247757,515.45416,243.3675,1863.976,9.823225,2392.8213,59.54409,10.1151085,7.257909,46.12586,195.96217,264.70377,307.89853,66.584724,19.268473,9.135998,875.0823,156.45872,74.27003,41.229305,250.0444,21.939957,281.69067,11.436413,58.50223,0.0,2688.5522,4837.396,2.8155627,33.2368,28.359838,23144.822,69.982704,2.44037,62.539566,107.96753,40.65025,10.934706,58.722145,474.27414,36.93481,38.704258,3.6617837,8.788714,696.4816,0.77695143,470.23953,45.506874,2852.5173,80.725464,163.5572,190.70923,273.46378,29.791384,45.52373,288.7269,23.489565,23.99339,13.536081,36.15629,215.2151,11.100158,8.319737,100.14974,19.94889,4542.237,28.279943,52.26979,24.8545,30.000713,355.56155,88.03118,52.982986,12.185617,14.596307,48.05983,109.536415,265.93393,81.8941,275.49542,34.064396,45.512493,114.304375,164.48486,136.44145,127.72416,9.983814,7.4835763,14.501369,42.89774,4788.9756,12.812088,54.691944,145.9267,30.051998,333.2234,103.53116,275.9998,7.9327188,99.94053,912.7937,893.3271,81.411865,1122.1458,133.02959,119.251076,77.86558,69.44398,13.256571,41.511353,574.77216,9.391034,13.823431,253.25365,9.967996,5.8714223,69.722374,68.364746,685.9434,162.51033,181.44331,2018.8862,75.594765,1916.0704,1609.2079,7.822836,5.1862845,1713.5695,13.797037,11.132292,315.66776,24.08686,50.715725,28.777193,111.01164,480.2556,259.38068,3.5154305,33.28006,80.74074,604.479,8.608062,91.687386,8.236378,1.5139949,54.125435,1.310069,1.3946663,4.787477,10.395377,27.885387,29.40268,31.33773,391.78607,31.269907,12.85,20.272223,5.9398613,72.83455,3.0077546,2.405935,5.530625,61.32495,0.41579962,2.4750988,4.7558455,35.132812,14.88863,3.1714513,2.9433916,155.44012,15.962363,284.8452,11.424819,567.83276,23.232319,841.96704,221.35509,6.466233,10.385625,419.63116,548.77936,2075.5105,734.2962 +2023-04-03 02:00:00,0.0,3616.1514,29.873198,14.449772,7.680147,36.55846,180.11592,30.534353,65.8568,24.697891,41.029953,179.7237,377.4688,19.600288,23.834908,9.795301,1.9657061,34.472233,13.777774,17.505894,441.0758,3.2936711,298.56158,110.04925,7.4655156,73.63016,114.2719,59.233974,515.0417,243.31662,1865.5536,9.811732,2392.725,59.469574,10.103969,7.2494006,46.077316,196.01123,264.72272,307.52945,66.65278,19.288862,9.136787,875.05475,156.2418,74.25508,41.259018,250.28094,21.929386,281.83047,11.4383335,58.48928,0.0,2690.4866,4843.9517,2.8220866,33.267406,28.401766,23158.252,70.06173,2.4444802,62.540085,107.947784,40.672558,10.942025,58.696358,474.61664,37.011284,38.712315,3.6644392,8.790771,696.77435,0.78645706,469.99017,45.54375,2851.7014,80.74537,163.4967,190.6643,273.45197,29.769499,45.499302,288.44827,23.473562,23.980036,13.548519,36.158997,215.0945,11.105524,8.324175,100.17068,19.949167,4541.8335,28.295418,52.239582,24.854412,30.01115,355.4676,88.01564,52.98264,12.191568,14.603523,48.043587,109.55285,265.81873,81.89653,275.50754,34.10861,45.51041,114.32347,164.57639,137.55713,127.767365,9.981361,7.4954863,14.492739,43.152378,4802.8115,12.803165,54.670807,145.79561,30.050455,333.23315,103.446754,275.87692,7.9278083,100.0155,912.4506,892.75165,81.38948,1121.7037,132.91249,119.2039,77.94135,69.38684,13.244961,41.482727,575.523,9.379736,13.8083515,253.07283,9.966468,5.870588,69.66214,68.32104,685.53906,162.41232,181.42552,2018.325,75.722855,1916.5282,1609.6033,7.829532,5.1975694,1723.17,13.7924795,11.15625,315.67062,24.116388,50.77278,28.807018,111.22106,481.33905,259.42056,3.519623,33.305454,81.16014,607.0381,8.661793,91.78964,8.246644,1.513646,54.127346,1.3097912,1.3937926,4.78422,10.399724,27.916111,29.576897,31.331018,394.08643,31.300926,12.857142,20.277779,5.940675,72.81076,3.0099535,2.405648,5.53125,61.32067,0.41521826,2.474269,4.755228,35.140625,14.88869,3.1692362,2.9598243,156.10315,16.023008,286.0535,11.446511,569.80945,23.270138,841.7658,222.11494,6.4855275,10.3912,420.96396,550.88165,2079.8086,734.0843 +2023-04-03 03:00:00,0.0,3617.226,29.897635,14.470039,7.691985,36.569813,180.15886,30.539661,65.86653,24.697464,41.027317,180.01923,377.8231,19.603912,23.874138,9.7862425,1.9640899,34.477463,13.785197,17.494766,441.16855,3.2931306,298.65482,110.03692,7.458527,73.53505,114.285355,59.220192,514.6292,243.26573,1867.1311,9.800239,2392.629,59.39506,10.09283,7.2408924,46.028774,196.06029,264.74167,307.16034,66.72083,19.309252,9.137577,875.0273,156.02487,74.24014,41.288727,250.51749,21.918816,281.97028,11.440254,58.47633,0.0,2692.421,4850.508,2.8286104,33.29801,28.443693,23171.682,70.14076,2.44859,62.5406,107.92804,40.694862,10.949345,58.67057,474.9591,37.08776,38.720375,3.6670947,8.792826,697.067,0.79596263,469.7408,45.580627,2850.8855,80.76528,163.4362,190.61937,273.44016,29.747614,45.474873,288.16965,23.457558,23.966682,13.560956,36.16171,214.97388,11.110891,8.328611,100.19161,19.949442,4541.43,28.310892,52.209373,24.854324,30.02159,355.3736,88.0001,52.982292,12.19752,14.610741,48.02734,109.56928,265.70352,81.89896,275.51962,34.15282,45.508327,114.34257,164.66792,138.67282,127.81057,9.978909,7.5073957,14.484107,43.407017,4816.648,12.794242,54.64967,145.66452,30.048912,333.24295,103.36236,275.75403,7.922898,100.090485,912.1076,892.17615,81.3671,1121.2617,132.79541,119.15674,78.01712,69.329704,13.233351,41.4541,576.2739,9.368439,13.793272,252.89203,9.96494,5.8697534,69.6019,68.27732,685.1347,162.31432,181.40775,2017.7637,75.85095,1916.986,1609.9987,7.836228,5.208854,1732.7708,13.787922,11.180208,315.6735,24.145916,50.829834,28.836843,111.43049,482.4225,259.46045,3.5238154,33.33085,81.579544,609.59717,8.715524,91.89189,8.25691,1.5132971,54.129253,1.3095134,1.3929191,4.780963,10.404072,27.946833,29.751112,31.324305,396.3868,31.331944,12.864285,20.283333,5.9414883,72.78698,3.0121527,2.405361,5.531875,61.316395,0.4146369,2.4734392,4.75461,35.148438,14.888749,3.1670208,2.976257,156.76616,16.083652,287.26178,11.468204,571.7862,23.307955,841.5646,222.8748,6.5048223,10.396774,422.29678,552.984,2084.107,733.8723 +2023-04-03 04:00:00,0.0,3618.3008,29.922071,14.490306,7.7038236,36.58116,180.20181,30.54497,65.87627,24.697037,41.02468,180.31474,378.17737,19.607536,23.91337,9.777183,1.9624735,34.482693,13.792622,17.48364,441.2613,3.2925901,298.74805,110.02459,7.451538,73.43994,114.29881,59.20641,514.2167,243.21486,1868.7087,9.788746,2392.533,59.32055,10.08169,7.232384,45.980232,196.10934,264.76062,306.79126,66.78889,19.329641,9.138367,874.99976,155.80794,74.2252,41.31844,250.75403,21.908247,282.11008,11.442174,58.46338,0.0,2694.3555,4857.0635,2.8351343,33.328617,28.485619,23185.111,70.21979,2.4527001,62.541115,107.908295,40.71717,10.956664,58.644783,475.3016,37.164238,38.72843,3.6697502,8.794882,697.35974,0.80546826,469.49146,45.6175,2850.0693,80.78519,163.37569,190.57443,273.42834,29.725729,45.45044,287.891,23.441555,23.95333,13.573394,36.16442,214.85327,11.116258,8.333049,100.21255,19.949718,4541.027,28.326365,52.179165,24.854237,30.032026,355.27963,87.98456,52.981945,12.203471,14.617958,48.011093,109.58572,265.58832,81.90139,275.5317,34.197033,45.506245,114.36166,164.75945,139.78851,127.85378,9.976456,7.5193057,14.475476,43.66166,4830.4844,12.785319,54.628536,145.53343,30.047369,333.25272,103.27796,275.63116,7.9179873,100.16546,911.7645,891.6007,81.34472,1120.8197,132.67833,119.109566,78.092896,69.27256,13.221742,41.425476,577.0248,9.357141,13.7781925,252.71121,9.963412,5.868919,69.541664,68.23361,684.73035,162.21632,181.38995,2017.2024,75.97904,1917.4438,1610.394,7.8429236,5.220139,1742.3715,13.783364,11.204166,315.67633,24.175444,50.88689,28.866667,111.63991,483.5059,259.50034,3.528008,33.356243,81.99895,612.1562,8.769255,91.99415,8.267177,1.5129482,54.131165,1.3092357,1.3920454,4.7777057,10.40842,27.977554,29.925327,31.317593,398.6872,31.362963,12.8714285,20.288889,5.9423018,72.76319,3.0143516,2.405074,5.5325,61.312115,0.41405556,2.4726093,4.7539926,35.15625,14.888809,3.1648054,2.9926896,157.42917,16.144299,288.47006,11.489897,573.7629,23.345774,841.3634,223.63464,6.5241175,10.4023485,423.6296,555.08636,2088.405,733.66034 +2023-04-03 05:00:00,0.0,3619.3755,29.946508,14.510572,7.715662,36.592514,180.24475,30.550278,65.885994,24.696608,41.02205,180.61028,378.53165,19.61116,23.952602,9.768123,1.9608573,34.487923,13.800045,17.472515,441.35403,3.2920494,298.84128,110.01226,7.444549,73.34484,114.31228,59.192627,513.8042,243.16397,1870.2864,9.777252,2392.4368,59.246033,10.07055,7.223876,45.931694,196.1584,264.77957,306.42215,66.85694,19.350033,9.139156,874.9722,155.59102,74.21026,41.34815,250.99057,21.897676,282.24988,11.444095,58.450428,0.0,2696.2898,4863.6196,2.841658,33.359226,28.527546,23198.541,70.29881,2.4568102,62.54163,107.88854,40.739475,10.963984,58.618996,475.6441,37.24071,38.736492,3.6724057,8.796938,697.65247,0.81497383,469.24207,45.654377,2849.2534,80.80509,163.31519,190.5295,273.41653,29.703844,45.42601,287.61237,23.42555,23.939976,13.585831,36.16713,214.73267,11.121625,8.337485,100.23348,19.949993,4540.6235,28.341839,52.14896,24.854149,30.042465,355.18564,87.96902,52.981598,12.209423,14.6251745,47.994846,109.60215,265.4731,81.903824,275.5438,34.241245,45.50416,114.38075,164.85097,140.9042,127.89699,9.974003,7.531215,14.4668455,43.916298,4844.3203,12.776397,54.6074,145.40234,30.045828,333.2625,103.193565,275.5083,7.913077,100.24043,911.42145,891.0252,81.32234,1120.3777,132.56125,119.0624,78.16867,69.21542,13.210132,41.39685,577.7757,9.345842,13.763113,252.5304,9.9618845,5.8680844,69.48142,68.1899,684.326,162.11832,181.37218,2016.6411,76.10714,1917.9016,1610.7894,7.84962,5.2314234,1751.9722,13.778807,11.228125,315.6792,24.204971,50.943947,28.896492,111.84933,484.58932,259.54025,3.5322003,33.38164,82.41834,614.7153,8.822986,92.096405,8.277442,1.5125992,54.13307,1.3089579,1.3911717,4.774449,10.412766,28.008278,30.099543,31.310879,400.98758,31.393982,12.8785715,20.294445,5.943115,72.73941,3.0165508,2.4047868,5.533125,61.307835,0.4134742,2.4717796,4.753375,35.164062,14.888868,3.1625903,3.0091224,158.0922,16.204943,289.67834,11.511589,575.73956,23.383593,841.1622,224.3945,6.543412,10.407923,424.96243,557.1887,2092.7034,733.44836 +2023-04-03 06:00:00,0.0,3620.4502,29.970945,14.53084,7.7275,36.603863,180.28769,30.555588,65.89573,24.69618,41.019413,180.9058,378.88593,19.614784,23.991833,9.759064,1.959241,34.493153,13.807469,17.461388,441.44678,3.291509,298.9345,109.99993,7.43756,73.24973,114.32574,59.178844,513.39166,243.1131,1871.864,9.765759,2392.3406,59.17152,10.05941,7.2153673,45.883152,196.20746,264.79852,306.05307,66.925,19.370422,9.139946,874.9447,155.37408,74.19531,41.37786,251.22711,21.887106,282.38968,11.446015,58.43748,0.0,2698.224,4870.1753,2.848182,33.38983,28.569471,23211.97,70.377846,2.46092,62.542145,107.8688,40.761784,10.971303,58.593212,475.9866,37.31719,38.74455,3.6750612,8.798994,697.9452,0.82447946,468.9927,45.69125,2848.4375,80.825,163.25467,190.48456,273.4047,29.681961,45.40158,287.33374,23.409548,23.926622,13.5982685,36.169846,214.61206,11.126991,8.341923,100.25442,19.95027,4540.22,28.357313,52.11875,24.854061,30.052902,355.09164,87.953476,52.98125,12.215374,14.632392,47.978603,109.61858,265.3579,81.90625,275.55588,34.285458,45.50208,114.39985,164.9425,142.01988,127.94019,9.97155,7.543125,14.458215,44.170937,4858.1567,12.767473,54.58626,145.27126,30.044285,333.27228,103.10916,275.3854,7.9081664,100.315414,911.0784,890.44977,81.29996,1119.9357,132.44417,119.01523,78.24444,69.15829,13.198522,41.368225,578.52655,9.334544,13.748034,252.3496,9.960357,5.86725,69.42119,68.14619,683.92163,162.02031,181.3544,2016.08,76.23523,1918.3594,1611.1848,7.8563156,5.242708,1761.5728,13.774249,11.252083,315.68207,24.234499,51.001003,28.926317,112.058754,485.67276,259.58014,3.5363927,33.407036,82.837746,617.27435,8.876717,92.198654,8.287708,1.5122502,54.134983,1.3086802,1.3902981,4.7711916,10.417114,28.039,30.273758,31.304167,403.28796,31.425,12.885715,20.3,5.9439287,72.71562,3.01875,2.4044998,5.53375,61.30356,0.41289285,2.4709496,4.752757,35.171875,14.888927,3.1603749,3.0255551,158.7552,16.265587,290.88663,11.533281,577.71625,23.42141,840.96094,225.15436,6.562707,10.413497,426.29526,559.2911,2097.0017,733.2364 +2023-04-03 07:00:00,0.0,3621.525,29.995382,14.551106,7.7393384,36.615215,180.33063,30.560896,65.90546,24.695751,41.016777,181.20132,379.2402,19.618408,24.031065,9.750004,1.9576247,34.498386,13.814893,17.450262,441.5395,3.2909682,299.0277,109.9876,7.430571,73.154625,114.339195,59.165062,512.9792,243.06221,1873.4417,9.754267,2392.2444,59.097008,10.04827,7.206859,45.83461,196.25652,264.8175,305.68396,66.99306,19.390812,9.140736,874.9172,155.15717,74.18037,41.40757,251.46365,21.876535,282.52948,11.447935,58.42453,0.0,2700.1587,4876.7314,2.8547056,33.420437,28.611399,23225.4,70.45687,2.4650302,62.542664,107.84905,40.784092,10.978622,58.567425,476.32907,37.39366,38.75261,3.6777167,8.80105,698.23785,0.8339851,468.74335,45.728127,2847.6216,80.84491,163.19415,190.43962,273.39288,29.660076,45.377148,287.0551,23.393545,23.913267,13.610706,36.172554,214.49144,11.132359,8.346359,100.27535,19.950544,4539.817,28.372786,52.088543,24.853973,30.063341,354.99768,87.93794,52.980904,12.221326,14.639609,47.962357,109.63502,265.2427,81.90868,275.56796,34.32967,45.499996,114.41894,165.03403,143.13557,127.9834,9.969097,7.5550346,14.449583,44.425575,4871.993,12.758551,54.565125,145.14017,30.042742,333.28207,103.024765,275.26254,7.903256,100.39039,910.73535,889.8743,81.27758,1119.4937,132.32707,118.968056,78.32021,69.10115,13.186912,41.3396,579.27747,9.323246,13.732953,252.16878,9.958829,5.8664155,69.36095,68.10248,683.5173,161.9223,181.33661,2015.5187,76.36332,1918.8171,1611.5803,7.8630114,5.253993,1771.1735,13.769691,11.276041,315.68494,24.264027,51.058056,28.95614,112.26817,486.75616,259.62003,3.5405853,33.43243,83.25715,619.83344,8.930448,92.30091,8.297975,1.5119013,54.13689,1.3084024,1.3894244,4.7679343,10.421461,28.069721,30.447973,31.297453,405.58832,31.456018,12.892858,20.305555,5.944742,72.69184,3.020949,2.4042127,5.534375,61.29928,0.41231152,2.4701197,4.7521396,35.179688,14.888988,3.1581597,3.041988,159.41823,16.326233,292.0949,11.554975,579.693,23.459229,840.7597,225.91422,6.5820017,10.419072,427.62808,561.39343,2101.2998,733.0244 +2023-04-03 08:00:00,0.0,3622.5996,30.01982,14.571373,7.7511764,36.626568,180.37358,30.566204,65.91519,24.695324,41.01414,181.49686,379.59448,19.622032,24.070295,9.740944,1.9560084,34.503616,13.822316,17.439137,441.63223,3.2904277,299.12094,109.97527,7.423582,73.05952,114.35266,59.151283,512.5667,243.01134,1875.0193,9.742773,2392.1484,59.022495,10.03713,7.198351,45.786068,196.30557,264.83646,305.31488,67.06111,19.411201,9.141526,874.88965,154.94023,74.16543,41.437283,251.7002,21.865965,282.66928,11.449856,58.41158,0.0,2702.093,4883.287,2.8612294,33.451042,28.653326,23238.83,70.5359,2.4691403,62.54318,107.829315,40.806396,10.985942,58.541637,476.67157,37.47014,38.760666,3.6803722,8.803106,698.5306,0.84349066,468.494,45.765,2846.8057,80.864815,163.13365,190.39468,273.38107,29.638191,45.35272,286.7765,23.37754,23.899914,13.623143,36.175266,214.37083,11.137725,8.350797,100.29629,19.95082,4539.4136,28.38826,52.058334,24.853886,30.07378,354.9037,87.9224,52.980556,12.227277,14.646827,47.94611,109.65145,265.12747,81.91111,275.58008,34.373882,45.497913,114.438034,165.12555,144.25127,128.02661,9.966644,7.5669446,14.440952,44.680214,4885.829,12.749628,54.54399,145.00908,30.041199,333.29184,102.94037,275.13968,7.8983455,100.46537,910.3923,889.2988,81.2552,1119.0516,132.20999,118.92089,78.39599,69.044014,13.1753025,41.310974,580.0283,9.311948,13.717874,251.98798,9.957301,5.865581,69.30071,68.05877,683.1129,161.82431,181.31883,2014.9573,76.49142,1919.2749,1611.9757,7.8697076,5.265278,1780.7742,13.765134,11.3,315.6878,24.293554,51.115112,28.985966,112.47759,487.8396,259.6599,3.5447776,33.457825,83.67655,622.39246,8.9841795,92.40317,8.308241,1.5115523,54.1388,1.3081247,1.3885508,4.7646775,10.425809,28.100443,30.62219,31.290741,407.8887,31.487038,12.9,20.311111,5.9455557,72.66805,3.023148,2.403926,5.535,61.295,0.41173017,2.46929,4.751522,35.1875,14.889047,3.1559443,3.0584204,160.08124,16.386877,293.3032,11.576667,581.6697,23.497047,840.5585,226.67407,6.6012964,10.424646,428.96088,563.4958,2105.5981,732.81244 +2023-04-03 09:00:00,0.0,3623.6743,30.044256,14.59164,7.763015,36.637917,180.41652,30.571512,65.92493,24.694895,41.01151,181.79237,379.94876,19.625656,24.109528,9.731885,1.9543922,34.508846,13.829741,17.428009,441.72498,3.2898872,299.21417,109.962944,7.416593,72.96442,114.36612,59.1375,512.1542,242.96046,1876.5969,9.73128,2392.0522,58.94798,10.025991,7.1898427,45.737526,196.35463,264.8554,304.94577,67.129166,19.431591,9.142316,874.8621,154.72331,74.15048,41.46699,251.93674,21.855394,282.80908,11.4517765,58.39863,0.0,2704.0276,4889.8433,2.8677533,33.481647,28.695251,23252.26,70.61493,2.4732502,62.543694,107.80957,40.828705,10.993261,58.51585,477.01407,37.546616,38.768726,3.6830277,8.805162,698.8233,0.8529963,468.24463,45.801876,2845.9895,80.88472,163.07314,190.34975,273.36926,29.616306,45.32829,286.49786,23.361538,23.88656,13.635581,36.17798,214.25023,11.143092,8.355233,100.31722,19.951096,4539.01,28.403734,52.028126,24.853798,30.084217,354.80972,87.90686,52.98021,12.233229,14.654043,47.929863,109.667885,265.01227,81.91354,275.59216,34.418095,45.49583,114.45713,165.21709,145.36694,128.06981,9.964191,7.578854,14.432322,44.934856,4899.6655,12.740705,54.522854,144.87799,30.039658,333.3016,102.85597,275.01678,7.893435,100.540344,910.04926,888.7234,81.23282,1118.6096,132.09291,118.87372,78.471756,68.98688,13.163692,41.28235,580.77924,9.30065,13.702794,251.80716,9.955773,5.864747,69.24047,68.01505,682.7086,161.7263,181.30104,2014.396,76.61951,1919.7327,1612.3711,7.8764033,5.276562,1790.3748,13.760576,11.323958,315.69064,24.323082,51.17217,29.01579,112.68701,488.923,259.6998,3.5489702,33.48322,84.095955,624.95154,9.03791,92.50542,8.318507,1.5112034,54.14071,1.3078469,1.3876771,4.7614202,10.430157,28.131166,30.796406,31.284027,410.1891,31.518055,12.907143,20.316668,5.946369,72.64427,3.025347,2.4036388,5.535625,61.29072,0.41114882,2.46846,4.750904,35.195312,14.889107,3.1537292,3.0748532,160.74425,16.447521,294.5115,11.598359,583.64636,23.534866,840.35724,227.43393,6.620591,10.430221,430.2937,565.59814,2109.8962,732.60046 +2023-04-03 10:00:00,0.0,3624.749,30.068693,14.611907,7.7748528,36.64927,180.45946,30.57682,65.934654,24.694468,41.008873,182.0879,380.30304,19.62928,24.148758,9.722825,1.9527758,34.514076,13.837164,17.416883,441.81772,3.2893465,299.3074,109.950615,7.4096045,72.86931,114.379585,59.12372,511.7417,242.90958,1878.1746,9.719787,2391.956,58.873466,10.014852,7.1813345,45.688984,196.40369,264.87436,304.5767,67.19722,19.45198,9.1431055,874.83466,154.50638,74.135544,41.4967,252.17328,21.844826,282.94888,11.453696,58.385677,0.0,2705.962,4896.399,2.874277,33.512257,28.737179,23265.69,70.693954,2.4773602,62.54421,107.789825,40.85101,11.000581,58.490063,477.35654,37.62309,38.776783,3.685683,8.807219,699.116,0.86250186,467.99527,45.83875,2845.1736,80.90463,163.01263,190.30481,273.35745,29.594421,45.303856,286.21924,23.345533,23.873207,13.648018,36.18069,214.12961,11.148459,8.359671,100.33816,19.951372,4538.6064,28.419207,51.997917,24.85371,30.094656,354.71573,87.89132,52.979862,12.23918,14.661261,47.913616,109.68432,264.89706,81.91598,275.60425,34.462307,45.493748,114.47623,165.30861,146.48264,128.11302,9.961739,7.590764,14.423691,45.189495,4913.502,12.731782,54.501717,144.7469,30.038115,333.3114,102.77157,274.89392,7.8885245,100.61532,909.7062,888.1479,81.21044,1118.1676,131.97583,118.82655,78.54753,68.92974,13.152082,41.253723,581.53015,9.289351,13.687715,251.62636,9.954246,5.8639126,69.18024,67.971344,682.30426,161.6283,181.28326,2013.8348,76.747604,1920.1904,1612.7665,7.883099,5.287847,1799.9755,13.756019,11.347917,315.6935,24.352612,51.229225,29.045614,112.89644,490.00644,259.7397,3.5531626,33.508614,84.51536,627.5106,9.091641,92.60767,8.3287735,1.5108544,54.14262,1.3075691,1.3868035,4.7581635,10.434504,28.161888,30.970621,31.277315,412.48947,31.549074,12.914286,20.322222,5.9471827,72.62048,3.0275462,2.4033518,5.53625,61.28644,0.41056746,2.4676301,4.7502866,35.203125,14.889166,3.1515138,3.091286,161.40727,16.508167,295.7198,11.620052,585.6231,23.572683,840.156,228.19379,6.639886,10.435795,431.62653,567.70044,2114.1946,732.3885 +2023-04-03 11:00:00,0.0,3625.8237,30.09313,14.632174,7.786691,36.660618,180.5024,30.582129,65.94439,24.69404,41.006237,182.38342,380.65732,19.632904,24.18799,9.713765,1.9511596,34.519306,13.844588,17.405758,441.91046,3.288806,299.40063,109.938286,7.4026155,72.7742,114.39304,59.109936,511.3292,242.8587,1879.7521,9.708294,2391.8599,58.798954,10.003712,7.1728263,45.640446,196.45274,264.8933,304.20758,67.265274,19.47237,9.143895,874.8071,154.28946,74.1206,41.526413,252.40982,21.834255,283.08868,11.455617,58.372726,0.0,2707.8965,4902.955,2.880801,33.542862,28.779104,23279.12,70.77298,2.4814703,62.544727,107.77008,40.873318,11.0079,58.464275,477.69904,37.699566,38.784843,3.6883385,8.809274,699.4087,0.8720075,467.7459,45.875626,2844.3577,80.92454,162.95213,190.25987,273.3456,29.572536,45.279427,285.9406,23.32953,23.859854,13.660456,36.183403,214.009,11.153826,8.364108,100.35909,19.951647,4538.203,28.43468,51.96771,24.853622,30.105093,354.62177,87.87578,52.979515,12.2451315,14.668478,47.897373,109.70075,264.78186,81.9184,275.61633,34.50652,45.491665,114.495316,165.40013,147.59833,128.15623,9.959287,7.6026735,14.41506,45.444134,4927.338,12.722859,54.48058,144.61581,30.036572,333.32117,102.68717,274.77103,7.883614,100.6903,909.3631,887.57245,81.18806,1117.7256,131.85875,118.77938,78.62331,68.872604,13.140473,41.225098,582.281,9.278053,13.672635,251.44554,9.952718,5.863078,69.119995,67.927635,681.8999,161.53029,181.26547,2013.2736,76.875694,1920.6482,1613.1619,7.8897953,5.299132,1809.5762,13.751461,11.371875,315.69638,24.38214,51.286278,29.07544,113.10586,491.08987,259.7796,3.5573552,33.534008,84.93476,630.06964,9.145372,92.70993,8.33904,1.5105054,54.144527,1.3072914,1.3859298,4.754906,10.438851,28.19261,31.144836,31.270601,414.78983,31.580093,12.921429,20.327778,5.947996,72.5967,3.029745,2.4030647,5.536875,61.28216,0.4099861,2.4668005,4.749669,35.210938,14.889226,3.1492987,3.1077187,162.07028,16.568811,296.92807,11.641745,587.5998,23.610502,839.9548,228.95364,6.6591806,10.441369,432.95935,569.8028,2118.4927,732.1765 +2023-04-03 12:00:00,0.0,3626.8984,30.117567,14.652441,7.7985296,36.67197,180.54533,30.587439,65.954124,24.693611,41.0036,182.67896,381.0116,19.636528,24.227222,9.704706,1.9495434,34.524536,13.852012,17.39463,442.0032,3.2882655,299.49387,109.92596,7.3956265,72.6791,114.4065,59.096153,510.9167,242.80782,1881.3297,9.696801,2391.764,58.724438,9.992572,7.1643176,45.5919,196.5018,264.91226,303.8385,67.333336,19.49276,9.144685,874.7796,154.07253,74.10566,41.55612,252.64636,21.823685,283.2285,11.457538,58.359776,0.0,2709.8306,4909.5107,2.8873248,33.573467,28.821032,23292.549,70.85201,2.4855802,62.545242,107.750336,40.895622,11.01522,58.438488,478.04153,37.776043,38.7929,3.690994,8.81133,699.7014,0.88151306,467.49652,45.912502,2843.5417,80.94444,162.89162,190.21494,273.3338,29.550652,45.254993,285.66196,23.313526,23.8465,13.672893,36.18611,213.8884,11.159193,8.368545,100.38003,19.951923,4537.8,28.450155,51.9375,24.853535,30.115532,354.52777,87.86024,52.979168,12.251082,14.675694,47.881126,109.717186,264.66666,81.92084,275.62842,34.55073,45.489582,114.51441,165.49167,148.71402,128.19943,9.956834,7.6145835,14.406428,45.698772,4941.1743,12.713936,54.459446,144.48473,30.035028,333.33096,102.602776,274.64816,7.8787036,100.765274,909.0201,886.997,81.16568,1117.2836,131.74167,118.732216,78.69907,68.81547,13.128863,41.196472,583.0319,9.266755,13.657556,251.26472,9.951191,5.8622437,69.05976,67.88392,681.49554,161.4323,181.2477,2012.7123,77.00379,1921.106,1613.5573,7.896491,5.3104167,1819.1768,13.746903,11.395833,315.69925,24.411667,51.343334,29.105265,113.31528,492.17328,259.8195,3.5615475,33.559402,85.354164,632.6287,9.199103,92.81218,8.349306,1.5101565,54.14644,1.3070136,1.3850561,4.751649,10.443198,28.223333,31.319052,31.26389,417.0902,31.61111,12.928572,20.333334,5.9488096,72.572914,3.0319443,2.4027777,5.5375,61.277885,0.40940475,2.4659705,4.749051,35.21875,14.889285,3.1470833,3.1241512,162.7333,16.629456,298.13635,11.663437,589.5765,23.648321,839.75354,229.7135,6.6784754,10.446943,434.29218,571.90515,2122.791,731.9646 +2023-04-03 13:00:00,0.0,3627.9731,30.142004,14.672708,7.8103676,36.683323,180.58829,30.592747,65.96385,24.693184,41.00097,182.97449,381.36588,19.640152,24.266453,9.695646,1.947927,34.52977,13.859435,17.383505,442.09595,3.2877247,299.5871,109.91363,7.3886375,72.58399,114.41997,59.08237,510.50418,242.75694,1882.9073,9.6853075,2391.6677,58.649925,9.981432,7.1558094,45.54336,196.55086,264.9312,303.4694,67.40139,19.51315,9.145474,874.7521,153.8556,74.09071,41.585835,252.88289,21.813114,283.3683,11.459457,58.346825,0.0,2711.7651,4916.067,2.8938487,33.604073,28.862959,23305.979,70.93104,2.4896903,62.545757,107.73059,40.91793,11.022539,58.4127,478.384,37.852516,38.80096,3.6936495,8.813386,699.99414,0.8910187,467.24716,45.949375,2842.7256,80.964355,162.83112,190.17,273.322,29.528769,45.230564,285.38333,23.297523,23.833145,13.68533,36.188824,213.76778,11.164559,8.372982,100.40096,19.952198,4537.3965,28.465628,51.90729,24.853447,30.125969,354.43378,87.844696,52.97882,12.257033,14.682912,47.86488,109.73362,264.55145,81.92326,275.6405,34.594944,45.4875,114.53351,165.58319,149.8297,128.24265,9.954381,7.626493,14.397798,45.95341,4955.0107,12.705013,54.43831,144.35364,30.033485,333.34073,102.51838,274.5253,7.873793,100.84025,908.677,886.4215,81.143295,1116.8416,131.62457,118.68504,78.77485,68.75832,13.117253,41.167847,583.7828,9.255457,13.642476,251.08392,9.949663,5.861409,68.99952,67.84021,681.0912,161.33429,181.2299,2012.1511,77.13188,1921.5637,1613.9526,7.903187,5.3217015,1828.7775,13.742346,11.419791,315.7021,24.441195,51.40039,29.135088,113.5247,493.2567,259.85938,3.56574,33.584797,85.77357,635.1878,9.252834,92.91444,8.359572,1.5098076,54.148346,1.3067359,1.3841826,4.748392,10.447546,28.254055,31.493267,31.257175,419.3906,31.64213,12.935714,20.338888,5.949623,72.54913,3.0341434,2.4024906,5.538125,61.273605,0.40882343,2.4651406,4.7484336,35.226562,14.889344,3.1448681,3.140584,163.39632,16.690102,299.34464,11.68513,591.55316,23.686138,839.5523,230.47336,6.69777,10.452518,435.62497,574.0075,2127.089,731.7526 +2023-04-03 14:00:00,0.0,3629.0479,30.166441,14.692974,7.822206,36.69467,180.63123,30.598055,65.97359,24.692755,40.998333,183.27,381.72015,19.643776,24.305685,9.686586,1.9463108,34.535,13.866859,17.372377,442.18866,3.2871842,299.68033,109.9013,7.3816485,72.488884,114.433426,59.06859,510.09167,242.70605,1884.485,9.673815,2391.5715,58.575413,9.970292,7.147301,45.49482,196.59993,264.95016,303.1003,67.469444,19.53354,9.146265,874.72455,153.63867,74.075775,41.615543,253.11945,21.802544,283.5081,11.461378,58.333874,0.0,2713.6995,4922.6226,2.9003725,33.63468,28.904884,23319.408,71.01006,2.4938002,62.546272,107.710846,40.94024,11.029859,58.386913,478.7265,37.928993,38.809017,3.696305,8.815442,700.2868,0.9005243,466.9978,45.98625,2841.9097,80.98426,162.7706,190.12506,273.31018,29.506884,45.206135,285.1047,23.28152,23.819792,13.697768,36.191536,213.64717,11.169927,8.3774185,100.4219,19.952475,4536.993,28.481102,51.877083,24.85336,30.136408,354.3398,87.82916,52.978474,12.262985,14.690129,47.848633,109.75005,264.43625,81.9257,275.65262,34.639156,45.485416,114.5526,165.67473,150.94539,128.28586,9.951928,7.638403,14.389167,46.208054,4968.8467,12.696091,54.41717,144.22255,30.031944,333.35052,102.433975,274.4024,7.8688827,100.91523,908.3339,885.84607,81.12092,1116.3995,131.50749,118.63788,78.850624,68.70119,13.105644,41.13922,584.5337,9.244159,13.627396,250.9031,9.948135,5.8605747,68.939285,67.7965,680.6868,161.23628,181.21213,2011.5898,77.25998,1922.0215,1614.348,7.909883,5.332986,1838.3782,13.737788,11.443749,315.70496,24.470722,51.457447,29.164913,113.73412,494.34012,259.89926,3.5699325,33.610195,86.19297,637.7468,9.306565,93.01669,8.369838,1.5094587,54.150253,1.3064581,1.3833089,4.745135,10.451894,28.284777,31.667484,31.250462,421.69098,31.673147,12.942857,20.344444,5.9504366,72.525345,3.0363424,2.4022036,5.53875,61.269325,0.40824208,2.464311,4.7478156,35.234375,14.889404,3.1426528,3.1570168,164.05934,16.750746,300.55292,11.706822,593.5299,23.723957,839.3511,231.23322,6.717065,10.458093,436.9578,576.10986,2131.3875,731.54065 +2023-04-03 15:00:00,0.0,3630.1228,30.190878,14.713242,7.834044,36.706024,180.67416,30.603363,65.98332,24.692327,40.995697,183.56554,382.07443,19.6474,24.344915,9.677527,1.9446945,34.54023,13.874283,17.361252,442.2814,3.2866437,299.77356,109.88897,7.3746595,72.393776,114.446884,59.054806,509.6792,242.65518,1886.0626,9.662321,2391.4756,58.500896,9.959153,7.138793,45.446278,196.64899,264.96912,302.7312,67.5375,19.55393,9.147055,874.697,153.42175,74.06083,41.645256,253.35597,21.791975,283.6479,11.463299,58.320923,0.0,2715.634,4929.1787,2.9068964,33.665287,28.946812,23332.838,71.089096,2.4979103,62.54679,107.69111,40.962543,11.037178,58.361126,479.069,38.00547,38.817078,3.6989605,8.817498,700.5795,0.9100299,466.74844,46.023125,2841.0938,81.004166,162.71008,190.08012,273.29837,29.484999,45.1817,284.82608,23.265516,23.806438,13.710205,36.194244,213.52657,11.175293,8.381856,100.44283,19.95275,4536.59,28.496576,51.846874,24.853271,30.146845,354.24582,87.81362,52.978127,12.268936,14.697347,47.83239,109.76649,264.32104,81.92812,275.6647,34.68337,45.483334,114.57169,165.76625,152.06108,128.32906,9.949475,7.6503124,14.380536,46.462692,4982.683,12.687167,54.396034,144.09146,30.030401,333.3603,102.34958,274.27954,7.863972,100.990204,907.9909,885.27057,81.09853,1115.9575,131.39041,118.590706,78.92639,68.64405,13.094034,41.110596,585.28455,9.232861,13.612316,250.7223,9.946608,5.8597403,68.87904,67.752785,680.2825,161.13828,181.19435,2011.0286,77.38807,1922.4792,1614.7434,7.916579,5.3442707,1847.9789,13.733231,11.467708,315.70782,24.50025,51.514503,29.194738,113.94354,495.42355,259.93915,3.574125,33.63559,86.61237,640.3059,9.360296,93.11894,8.380104,1.5091096,54.152164,1.3061804,1.3824352,4.7418776,10.456241,28.315498,31.8417,31.24375,423.99133,31.704166,12.95,20.35,5.95125,72.501564,3.0385416,2.4019165,5.539375,61.26505,0.40766072,2.463481,4.747198,35.242188,14.889463,3.1404374,3.1734495,164.72235,16.81139,301.7612,11.728515,595.5066,23.761776,839.14984,231.99307,6.73636,10.463667,438.29062,578.2122,2135.6855,731.3287 +2023-04-03 16:00:00,0.0,3631.1975,30.215315,14.733508,7.8458824,36.717373,180.7171,30.608671,65.99305,24.6919,40.993065,183.86105,382.4287,19.651024,24.384148,9.6684675,1.9430782,34.54546,13.881707,17.350126,442.37415,3.286103,299.8668,109.87664,7.3676705,72.298676,114.46035,59.041027,509.2667,242.6043,1887.6403,9.650828,2391.3794,58.426384,9.948013,7.130285,45.397736,196.69804,264.98807,302.36212,67.60555,19.57432,9.147844,874.66956,153.20482,74.04589,41.674965,253.59253,21.781404,283.7877,11.465219,58.307976,0.0,2717.5684,4935.735,2.9134202,33.695892,28.988737,23346.268,71.16812,2.5020204,62.547306,107.671364,40.98485,11.0444975,58.33534,479.4115,38.081944,38.825134,3.701616,8.819554,700.87225,0.9195355,466.49908,46.06,2840.2778,81.02407,162.64958,190.0352,273.28656,29.463114,45.157272,284.54745,23.249514,23.793085,13.722643,36.196957,213.40596,11.18066,8.386292,100.46377,19.953026,4536.1865,28.512049,51.816666,24.853184,30.157284,354.15186,87.79808,52.97778,12.274888,14.704563,47.816143,109.78292,264.20584,81.93056,275.6768,34.72758,45.48125,114.59079,165.85777,153.17677,128.37227,9.947022,7.6622224,14.371905,46.71733,4996.5195,12.678245,54.3749,143.96037,30.028858,333.37006,102.26518,274.15668,7.8590617,101.06518,907.6478,884.6951,81.07616,1115.5155,131.27333,118.54353,79.00217,68.586914,13.082424,41.08197,586.03546,9.221562,13.597237,250.54149,9.94508,5.8589063,68.81881,67.709076,679.8781,161.04028,181.17656,2010.4673,77.51617,1922.937,1615.1388,7.9232745,5.3555555,1857.5795,13.728673,11.491667,315.7107,24.529778,51.571556,29.224562,114.15296,496.507,259.97903,3.5783174,33.660984,87.03178,642.865,9.414027,93.2212,8.39037,1.5087607,54.15407,1.3059026,1.3815616,4.7386208,10.460588,28.346222,32.015915,31.237036,426.29172,31.735186,12.957143,20.355556,5.9520636,72.477776,3.0407405,2.4016294,5.54,61.26077,0.40707937,2.462651,4.7465806,35.25,14.8895235,3.1382222,3.1898823,165.38536,16.872036,302.96948,11.750208,597.4833,23.799595,838.9486,232.75293,6.755655,10.469241,439.62344,580.3146,2139.984,731.1167 +2023-04-03 17:00:00,0.0,3632.2722,30.239752,14.753775,7.8577204,36.728725,180.76004,30.61398,66.002785,24.691471,40.99043,184.15659,382.78302,19.654648,24.42338,9.659408,1.9414619,34.55069,13.889131,17.338999,442.4669,3.2855625,299.96,109.86431,7.3606815,72.20357,114.47381,59.027245,508.8542,242.55342,1889.2179,9.639336,2391.2832,58.35187,9.936873,7.1217766,45.349194,196.7471,265.00705,301.993,67.673615,19.59471,9.148634,874.642,152.9879,74.030945,41.704678,253.82907,21.770834,283.9275,11.467139,58.295025,0.0,2719.503,4942.2905,2.919944,33.726498,29.030664,23359.697,71.24715,2.5061302,62.54782,107.65162,41.007156,11.051817,58.309555,479.75397,38.15842,38.833195,3.7042716,8.82161,701.165,0.9290411,466.24973,46.096874,2839.462,81.04398,162.58907,189.99026,273.27472,29.441229,45.132843,284.26883,23.23351,23.779732,13.73508,36.19967,213.28534,11.186027,8.39073,100.4847,19.9533,4535.783,28.527523,51.786457,24.853096,30.16772,354.05786,87.78254,52.977432,12.280839,14.711781,47.799896,109.799355,264.09064,81.93299,275.68887,34.771793,45.479168,114.609886,165.94931,154.29245,128.41548,9.94457,7.674132,14.363274,46.97197,5010.3555,12.669322,54.353764,143.82928,30.027315,333.37985,102.180786,274.03378,7.8541512,101.14016,907.30475,884.1197,81.05377,1115.0735,131.15625,118.49637,79.07794,68.52978,13.070814,41.053345,586.7863,9.210264,13.582157,250.36069,9.943552,5.858072,68.75857,67.66537,679.47375,160.94228,181.15878,2009.906,77.64426,1923.3948,1615.5343,7.9299707,5.3668404,1867.1802,13.724115,11.515625,315.71356,24.559305,51.628613,29.254387,114.36239,497.5904,260.01892,3.5825098,33.68638,87.45118,645.4241,9.467758,93.323456,8.400637,1.5084118,54.155983,1.3056248,1.380688,4.7353635,10.464935,28.376944,32.190132,31.230324,428.5921,31.766203,12.964286,20.36111,5.952877,72.453995,3.0429397,2.4013424,5.540625,61.25649,0.40649801,2.4618213,4.7459626,35.257812,14.889583,3.1360068,3.2063148,166.04839,16.93268,304.17776,11.7719,599.46,23.837412,838.7474,233.51279,6.7749496,10.474815,440.95627,582.41693,2144.282,730.9047 +2023-04-03 18:00:00,0.0,3633.347,30.264189,14.774042,7.869559,36.740078,180.803,30.61929,66.01252,24.691044,40.987793,184.45212,383.1373,19.658272,24.46261,9.650349,1.9398457,34.55592,13.896554,17.327873,442.55963,3.285022,300.05322,109.85198,7.353693,72.10846,114.48727,59.013462,508.44168,242.50255,1890.7954,9.627842,2391.187,58.27736,9.925734,7.113268,45.30065,196.79616,265.026,301.62393,67.74167,19.615099,9.149424,874.6145,152.77097,74.01601,41.734386,254.06561,21.760263,284.0673,11.46906,58.282074,0.0,2721.4373,4948.8467,2.926468,33.757103,29.072592,23373.127,71.32618,2.5102403,62.548336,107.631874,41.029465,11.059136,58.283768,480.09647,38.234898,38.84125,3.7069268,8.823667,701.45764,0.9385467,466.00037,46.13375,2838.6458,81.06389,162.52856,189.94533,273.2629,29.419344,45.10841,283.9902,23.217506,23.766378,13.747518,36.202377,213.16473,11.191394,8.395166,100.50564,19.953577,4535.38,28.542997,51.75625,24.853008,30.17816,353.96387,87.767,52.977085,12.286791,14.718998,47.78365,109.81579,263.97543,81.93542,275.70096,34.816006,45.477085,114.628975,166.04083,155.40814,128.45868,9.942117,7.686042,14.354643,47.22661,5024.192,12.6603985,54.332626,143.6982,30.025772,333.38962,102.09639,273.91092,7.849241,101.21513,906.96173,883.5442,81.031395,1114.6315,131.03917,118.449196,79.15371,68.47264,13.059205,41.02472,587.53723,9.198967,13.567078,250.17987,9.942024,5.8572373,68.69833,67.62165,679.0694,160.84427,181.14099,2009.3447,77.772354,1923.8525,1615.9297,7.9366665,5.378125,1876.7809,13.719558,11.539583,315.7164,24.588833,51.68567,29.284212,114.57181,498.67383,260.05884,3.5867023,33.711773,87.87058,647.9831,9.52149,93.425705,8.410903,1.5080628,54.15789,1.3053471,1.3798143,4.732106,10.469283,28.407665,32.364346,31.22361,430.8925,31.797222,12.971429,20.366667,5.9536905,72.43021,3.0451388,2.4010553,5.5412498,61.252213,0.40591666,2.4609914,4.745345,35.265625,14.889643,3.1337917,3.2227476,166.7114,16.993324,305.38605,11.793592,601.4367,23.87523,838.54614,234.27264,6.7942443,10.480391,442.28906,584.5192,2148.5803,730.69275 +2023-04-03 19:00:00,0.0,3634.4216,30.288626,14.794309,7.8813972,36.751427,180.84593,30.624598,66.02225,24.690615,40.985157,184.74763,383.49158,19.661896,24.501842,9.641289,1.9382294,34.561153,13.903978,17.316748,442.65237,3.2844813,300.14645,109.83965,7.346704,72.01335,114.50073,58.99968,508.02917,242.45166,1892.373,9.616349,2391.091,58.202843,9.914594,7.1047597,45.252113,196.84521,265.04495,301.25482,67.80972,19.635489,9.150213,874.587,152.55405,74.00106,41.7641,254.30215,21.749693,284.2071,11.47098,58.269123,0.0,2723.3716,4955.4023,2.9329917,33.787712,29.114517,23386.557,71.405205,2.5143504,62.54885,107.61213,41.051773,11.066456,58.25798,480.43896,38.31137,38.84931,3.7095823,8.825722,701.75037,0.9480523,465.751,46.170628,2837.8298,81.08379,162.46805,189.90039,273.2511,29.39746,45.08398,283.71158,23.201502,23.753023,13.759954,36.20509,213.04413,11.19676,8.399604,100.52657,19.953854,4534.9766,28.55847,51.72604,24.85292,30.188597,353.8699,87.75146,52.976738,12.292742,14.726214,47.767406,109.83222,263.86023,81.93785,275.71304,34.860218,45.475006,114.64807,166.13235,156.52383,128.50189,9.939664,7.6979513,14.346012,47.48125,5038.0283,12.651476,54.31149,143.56711,30.024231,333.3994,102.011986,273.78806,7.8443303,101.290115,906.61865,882.96875,81.00901,1114.1895,130.92207,118.40203,79.229485,68.415504,13.047595,40.996094,588.2881,9.187669,13.551998,249.99905,9.940496,5.856403,68.63809,67.57794,678.6651,160.74626,181.12321,2008.7836,77.900444,1924.3103,1616.3251,7.943362,5.3894095,1886.3815,13.715,11.563541,315.71927,24.61836,51.742725,29.314035,114.78123,499.75726,260.09872,3.5908947,33.737167,88.289986,650.5422,9.575221,93.52796,8.421169,1.5077138,54.1598,1.3050694,1.3789407,4.7288494,10.473631,28.438389,32.538563,31.216898,433.19287,31.828241,12.978571,20.372223,5.954504,72.406425,3.0473378,2.4007683,5.541875,61.247932,0.40533534,2.4601614,4.7447276,35.273438,14.889702,3.1315763,3.2391803,167.37442,17.05397,306.59436,11.815285,603.4134,23.91305,838.3449,235.0325,6.813539,10.485965,443.6219,586.6216,2152.8784,730.4808 +2023-04-03 20:00:00,0.0,3635.4963,30.313063,14.814576,7.893235,36.76278,180.88887,30.629906,66.03198,24.690187,40.982525,185.04317,383.84586,19.66552,24.541073,9.632229,1.9366131,34.566383,13.911402,17.30562,442.74512,3.2839408,300.2397,109.827324,7.339715,71.91825,114.51419,58.985897,507.6167,242.40079,1893.9507,9.6048565,2390.9949,58.12833,9.903454,7.0962515,45.20357,196.89427,265.0639,300.88574,67.87778,19.655878,9.151003,874.55945,152.33711,73.986115,41.793808,254.5387,21.739124,284.3469,11.4729,58.256172,0.0,2725.3062,4961.9585,2.9395154,33.818317,29.156445,23399.986,71.48423,2.5184603,62.54937,107.59238,41.074078,11.073775,58.232193,480.78143,38.387848,38.85737,3.7122378,8.827778,702.0431,0.9575579,465.50162,46.2075,2837.014,81.10371,162.40756,189.85545,273.2393,29.375576,45.05955,283.43292,23.1855,23.73967,13.772392,36.2078,212.92351,11.202127,8.40404,100.54751,19.954128,4534.573,28.573944,51.695835,24.852833,30.199036,353.7759,87.73592,52.976387,12.298694,14.733432,47.75116,109.848656,263.74503,81.94028,275.72516,34.90443,45.472923,114.66717,166.22389,157.63953,128.5451,9.937211,7.7098613,14.337381,47.73589,5051.8643,12.642553,54.290356,143.43602,30.022688,333.40918,101.92759,273.66516,7.83942,101.36509,906.2756,882.39325,80.98663,1113.7474,130.805,118.35486,79.30526,68.35837,13.035985,40.96747,589.039,9.176371,13.536919,249.81825,9.938969,5.8555684,68.57786,67.53423,678.26074,160.64827,181.10542,2008.2223,78.028534,1924.7681,1616.7205,7.9500585,5.4006944,1895.9822,13.710443,11.5875,315.72214,24.647888,51.799778,29.34386,114.99065,500.84067,260.1386,3.5950873,33.76256,88.70939,653.10126,9.628952,93.63022,8.431436,1.5073649,54.16171,1.3047917,1.378067,4.725592,10.477978,28.46911,32.712776,31.210184,435.49323,31.859259,12.985714,20.377777,5.9553175,72.38264,3.049537,2.4004812,5.5425,61.243652,0.40475398,2.4593318,4.7441096,35.28125,14.889761,3.1293612,3.255613,168.03743,17.114614,307.80264,11.836978,605.3901,23.950867,838.1437,235.79236,6.832834,10.491539,444.9547,588.72394,2157.1768,730.2688 +2023-04-03 21:00:00,0.0,3636.571,30.3375,14.834843,7.9050736,36.774128,180.93181,30.635214,66.04171,24.68976,40.97989,185.33868,384.20013,19.669144,24.580305,9.62317,1.9349968,34.571613,13.918826,17.294495,442.83783,3.2834,300.33292,109.814995,7.332726,71.82314,114.52765,58.972115,507.2042,242.3499,1895.5283,9.593363,2390.8987,58.053818,9.892315,7.0877433,45.155025,196.94333,265.08286,300.51663,67.94583,19.676268,9.1517935,874.5319,152.12018,73.971176,41.823517,254.77524,21.728554,284.4867,11.474821,58.24322,0.0,2727.2405,4968.514,2.9460392,33.848923,29.19837,23413.416,71.56326,2.5225704,62.549885,107.57263,41.096386,11.081095,58.206406,481.12393,38.46432,38.86543,3.7148933,8.829834,702.3358,0.9670635,465.25226,46.244377,2836.198,81.12361,162.34705,189.81052,273.22748,29.353691,45.03512,283.1543,23.169497,23.726316,13.78483,36.210514,212.8029,11.207494,8.408478,100.56844,19.954405,4534.17,28.589418,51.665627,24.852745,30.209473,353.68195,87.72038,52.97604,12.304645,14.740649,47.734913,109.86509,263.62982,81.94271,275.73724,34.948643,45.47084,114.68626,166.31541,158.7552,128.5883,9.934758,7.721771,14.328751,47.99053,5065.7007,12.63363,54.26922,143.30493,30.021145,333.41898,101.84319,273.5423,7.834509,101.44006,905.93256,881.8178,80.96425,1113.3054,130.68791,118.30769,79.38103,68.30123,13.024376,40.938843,589.78986,9.165072,13.521839,249.63744,9.937441,5.854734,68.51762,67.49052,677.8564,160.55026,181.08765,2007.661,78.15663,1925.2258,1617.1158,7.956754,5.411979,1905.5829,13.705885,11.611458,315.725,24.677416,51.856834,29.373686,115.20007,501.9241,260.1785,3.5992796,33.787956,89.12879,655.6603,9.682683,93.73247,8.441702,1.507016,54.16362,1.3045139,1.3771933,4.7223353,10.482326,28.499832,32.886993,31.203472,437.7936,31.890278,12.992857,20.383333,5.956131,72.35886,3.0517359,2.4001944,5.543125,61.239376,0.40417263,2.4585018,4.743492,35.289062,14.889821,3.1271458,3.2720456,168.70044,17.175259,309.01093,11.85867,607.3668,23.988686,837.94244,236.55222,6.8521285,10.497113,446.28754,590.8263,2161.4749,730.0568 +2023-04-03 22:00:00,0.0,3637.6458,30.361937,14.855109,7.9169116,36.78548,180.97475,30.640522,66.051445,24.689331,40.977253,185.63422,384.5544,19.672768,24.619537,9.61411,1.9333806,34.576843,13.9262495,17.28337,442.93057,3.2828596,300.42615,109.802666,7.325737,71.728035,114.541115,58.958332,506.7917,242.29903,1897.106,9.58187,2390.8027,57.9793,9.881175,7.079235,45.106487,196.99239,265.1018,300.14755,68.013885,19.696657,9.152583,874.5044,151.90326,73.95623,41.85323,255.01178,21.717983,284.6265,11.476741,58.23027,0.0,2729.1748,4975.0703,2.952563,33.879528,29.240297,23426.846,71.64229,2.5266805,62.5504,107.552895,41.11869,11.088414,58.18062,481.46643,38.5408,38.873486,3.7175488,8.83189,702.6285,0.9765691,465.0029,46.28125,2835.3818,81.14352,162.28653,189.76558,273.21564,29.331806,45.01069,282.87567,23.153492,23.712963,13.797267,36.213226,212.6823,11.212861,8.412915,100.58938,19.95468,4533.7666,28.60489,51.635418,24.852657,30.219912,353.58795,87.70484,52.975693,12.310596,14.747866,47.718666,109.88152,263.51462,81.94514,275.74933,34.992855,45.468758,114.70535,166.40694,159.8709,128.63152,9.932305,7.7336807,14.320119,48.245167,5079.537,12.624707,54.24808,143.17384,30.019602,333.42874,101.7588,273.4194,7.8295984,101.515045,905.5895,881.2424,80.94187,1112.8634,130.57083,118.26052,79.4568,68.244095,13.012766,40.910217,590.5408,9.153774,13.506759,249.45663,9.935913,5.8538995,68.45738,67.44681,677.452,160.45226,181.06987,2007.0996,78.28472,1925.6836,1617.5112,7.96345,5.423264,1915.1836,13.701327,11.635416,315.72784,24.706944,51.91389,29.40351,115.40949,503.0075,260.21838,3.6034722,33.81335,89.548195,658.21936,9.736414,93.834724,8.451968,1.506667,54.165527,1.3042362,1.3763196,4.719078,10.486672,28.530556,33.061207,31.196758,440.094,31.921297,13.0,20.38889,5.9569445,72.33507,3.053935,2.3999074,5.54375,61.235096,0.40359128,2.4576719,4.7428746,35.296875,14.88988,3.1249306,3.2884784,169.36346,17.235905,310.2192,11.8803625,609.3435,24.026505,837.7412,237.31207,6.8714232,10.502687,447.62036,592.92865,2165.7732,729.84485 +2023-04-03 23:00:00,0.0,3638.7205,30.386374,14.875377,7.92875,36.796833,181.0177,30.64583,66.06118,24.688904,40.97462,185.92975,384.9087,19.676392,24.658768,9.60505,1.9317642,34.582073,13.933673,17.272242,443.02332,3.282319,300.51938,109.79034,7.318748,71.632935,114.55457,58.94455,506.37918,242.24814,1898.6836,9.570376,2390.7065,57.90479,9.870035,7.070727,45.057945,197.04144,265.12076,299.77844,68.08195,19.717047,9.153373,874.4769,151.68633,73.94129,41.88294,255.24832,21.707413,284.7663,11.478662,58.21732,0.0,2731.1094,4981.626,2.959087,33.910137,29.282225,23440.275,71.72131,2.5307903,62.550915,107.53315,41.141,11.095734,58.15483,481.8089,38.617275,38.881546,3.7202044,8.833946,702.9212,0.98607475,464.75354,46.318127,2834.566,81.16343,162.22603,189.72064,273.20383,29.309921,44.98626,282.59705,23.13749,23.69961,13.809705,36.21594,212.56168,11.218227,8.417352,100.61031,19.954956,4533.3633,28.620365,51.60521,24.85257,30.230349,353.49396,87.6893,52.975346,12.316547,14.755083,47.70242,109.89796,263.3994,81.94757,275.7614,35.037067,45.466675,114.72445,166.49847,160.98659,128.67471,9.9298525,7.74559,14.311488,48.499805,5093.373,12.615785,54.226948,143.04276,30.01806,333.4385,101.67439,273.29654,7.824688,101.59002,905.2464,880.6669,80.91949,1112.4214,130.45375,118.213356,79.53258,68.18695,13.001156,40.88159,591.2916,9.142476,13.491679,249.27582,9.934385,5.853065,68.39714,67.4031,677.04767,160.35425,181.05208,2006.5386,78.41282,1926.1414,1617.9066,7.970146,5.4345484,1924.7842,13.69677,11.659375,315.7307,24.736471,51.970947,29.433334,115.61891,504.09094,260.25827,3.6076646,33.838745,89.9676,660.77844,9.790145,93.93698,8.4622345,1.5063181,54.16744,1.3039584,1.3754461,4.715821,10.49102,28.561277,33.235424,31.190046,442.39438,31.952314,13.007143,20.394444,5.957758,72.31129,3.0561342,2.3996203,5.544375,61.230816,0.40300992,2.4568422,4.7422566,35.304688,14.88994,3.1227152,3.3049111,170.02647,17.296549,311.4275,11.902056,611.3202,24.064322,837.54,238.07193,6.890718,10.508263,448.95316,595.031,2170.0713,729.63293 +2023-04-04 00:00:00,0.0,3639.7952,30.410809,14.895643,7.940588,36.80818,181.06064,30.651138,66.07091,24.688475,40.971985,186.22527,385.26297,19.680016,24.698,9.595991,1.930148,34.587303,13.941097,17.261116,443.11606,3.2817783,300.6126,109.778,7.311759,71.53783,114.56804,58.93077,505.96667,242.19727,1900.2612,9.558884,2390.6104,57.830276,9.858895,7.062218,45.009403,197.0905,265.1397,299.40936,68.15,19.737438,9.154162,874.4494,151.4694,73.926346,41.91265,255.48486,21.696842,284.9061,11.480582,58.20437,0.0,2733.0437,4988.182,2.9656107,33.940742,29.32415,23453.705,71.80035,2.5349004,62.551434,107.513405,41.163303,11.103054,58.129044,482.1514,38.69375,38.889603,3.7228599,8.836002,703.2139,0.9955803,464.50418,46.355,2833.75,81.183334,162.16551,189.6757,273.19202,29.288036,44.961826,282.31842,23.121485,23.686256,13.822142,36.21865,212.44107,11.223595,8.421789,100.63125,19.95523,4532.96,28.63584,51.575,24.852482,30.240788,353.4,87.67376,52.975,12.322499,14.7623005,47.686176,109.91438,263.2842,81.950005,275.7735,35.08128,45.464592,114.743546,166.59,162.10228,128.71793,9.927401,7.7575,14.302857,48.754448,5107.2095,12.606861,54.20581,142.91167,30.016518,333.4483,101.59,273.17368,7.8197775,101.66499,904.9034,880.09143,80.89711,1111.9794,130.33667,118.16618,79.608345,68.129814,12.989547,40.852966,592.04254,9.131178,13.4766,249.095,9.9328575,5.852231,68.33691,67.35939,676.6433,160.25626,181.0343,2005.9772,78.54091,1926.5991,1618.302,7.976842,5.445833,1934.3849,13.692212,11.683333,315.73358,24.765999,52.028,29.463158,115.82833,505.17438,260.2982,3.6118572,33.864143,90.387,663.3375,9.843876,94.03923,8.4725,1.505969,54.169346,1.3036807,1.3745724,4.712564,10.495368,28.592,33.40964,31.183332,444.69473,31.983334,13.014286,20.4,5.9585714,72.2875,3.0583332,2.3993332,5.545,61.22654,0.40242857,2.4560122,4.741639,35.3125,14.889999,3.1205,3.321344,170.6895,17.357193,312.63577,11.923748,613.29694,24.10214,837.33875,238.83179,6.9100127,10.513837,450.28598,597.13336,2174.3696,729.42096 +2023-04-04 01:00:00,0.0,3640.8699,30.435246,14.91591,7.9524264,36.819534,181.10358,30.656448,66.08064,24.688047,40.96935,186.5208,385.61725,19.683638,24.73723,9.586931,1.9285318,34.592533,13.948521,17.249989,443.2088,3.2812378,300.70584,109.76567,7.30477,71.44272,114.5815,58.91699,505.5542,242.14638,1901.8389,9.547391,2390.5142,57.755764,9.847755,7.05371,44.96086,197.13956,265.15866,299.04025,68.218056,19.757828,9.154952,874.4219,151.25247,73.91141,41.94236,255.7214,21.686272,285.0459,11.482502,58.19142,0.0,2734.978,4994.738,2.9721346,33.971348,29.366077,23467.135,71.87937,2.5390105,62.55195,107.49366,41.18561,11.1103735,58.103256,482.4939,38.770226,38.897663,3.7255154,8.838058,703.50665,1.005086,464.25482,46.391876,2832.934,81.20324,162.10501,189.63077,273.1802,29.266153,44.937397,282.0398,23.105482,23.672901,13.834579,36.22136,212.32047,11.228961,8.426226,100.65218,19.955507,4532.5566,28.651312,51.544792,24.852392,30.251226,353.306,87.65822,52.97465,12.32845,14.769518,47.66993,109.93082,263.169,81.95243,275.78558,35.125492,45.46251,114.762634,166.68153,163.21796,128.76114,9.924948,7.7694097,14.294227,49.009087,5121.046,12.597939,54.184673,142.78058,30.014975,333.45807,101.5056,273.05078,7.814867,101.739975,904.5603,879.5159,80.87473,1111.5374,130.21957,118.11901,79.68412,68.07268,12.977937,40.82434,592.7934,9.11988,13.46152,248.9142,9.93133,5.8513966,68.276665,67.315674,676.23895,160.15825,181.01651,2005.4159,78.66901,1927.0569,1618.6974,7.9835377,5.457118,1943.9856,13.6876545,11.707292,315.73645,24.795527,52.085056,29.492983,116.03776,506.25778,260.33807,3.6160495,33.889538,90.806404,665.89655,9.897607,94.14149,8.482766,1.5056201,54.171253,1.3034029,1.3736987,4.7093067,10.499715,28.62272,33.583855,31.17662,446.99512,32.01435,13.021428,20.405556,5.959385,72.26372,3.0605323,2.3990462,5.545625,61.22226,0.4018472,2.4551823,4.7410216,35.320312,14.8900585,3.1182847,3.3377767,171.35251,17.41784,313.84406,11.94544,615.2736,24.13996,837.1375,239.59163,6.9293075,10.519411,451.6188,599.23566,2178.6677,729.209 +2023-04-04 02:00:00,0.0,3641.9446,30.459682,14.936177,7.964265,36.830883,181.14651,30.661757,66.09038,24.687618,40.966713,186.81631,385.97153,19.687262,24.776463,9.577871,1.9269154,34.597767,13.955944,17.238863,443.30154,3.2806973,300.79904,109.75334,7.2977815,71.34761,114.594955,58.903206,505.1417,242.0955,1903.4164,9.535897,2390.4182,57.681248,9.836616,7.045202,44.91232,197.18861,265.17764,298.67117,68.28611,19.778217,9.155742,874.39435,151.03555,73.89646,41.972073,255.95795,21.675703,285.1857,11.484423,58.17847,0.0,2736.9126,5001.294,2.9786584,34.001953,29.408005,23480.564,71.9584,2.5431204,62.552464,107.47392,41.20792,11.117693,58.07747,482.83636,38.846703,38.90572,3.7281709,8.840115,703.7993,1.0145916,464.00546,46.42875,2832.1182,81.22315,162.0445,189.58583,273.1684,29.244268,44.912964,281.76117,23.089478,23.659548,13.847016,36.22407,212.19984,11.234328,8.430663,100.67312,19.955782,4532.1533,28.666786,51.514584,24.852304,30.261663,353.21204,87.642685,52.974304,12.334402,14.776734,47.653683,109.94725,263.0538,81.954865,275.7977,35.169704,45.460426,114.78173,166.77306,164.33365,128.80434,9.922495,7.7813196,14.285595,49.263725,5134.882,12.589016,54.163536,142.64949,30.013432,333.46786,101.4212,272.92792,7.8099566,101.81495,904.2172,878.9405,80.85235,1111.0952,130.1025,118.071846,79.759895,68.01554,12.966327,40.795715,593.5443,9.108582,13.446441,248.73338,9.929802,5.850562,68.21643,67.271965,675.8346,160.06024,180.99873,2004.8547,78.7971,1927.5146,1619.0929,7.990234,5.468403,1953.5862,13.683097,11.73125,315.73932,24.825056,52.142113,29.522808,116.24718,507.34122,260.37796,3.620242,33.914932,91.22581,668.4556,9.951338,94.243744,8.493032,1.5052712,54.173164,1.3031251,1.3728251,4.7060494,10.504063,28.653444,33.75807,31.169907,449.2955,32.045372,13.028571,20.411112,5.9601984,72.23993,3.0627313,2.3987591,5.54625,61.21798,0.4012659,2.4543526,4.7404037,35.328125,14.890119,3.1160693,3.3542092,172.01552,17.478483,315.05234,11.9671335,617.2503,24.177778,836.9363,240.35149,6.948602,10.524985,452.95163,601.338,2182.966,728.997 +2023-04-04 03:00:00,0.0,3643.0193,30.48412,14.956444,7.976103,36.842236,181.18945,30.667065,66.100105,24.687191,40.96408,187.11185,386.3258,19.690886,24.815695,9.568812,1.9252992,34.602997,13.963368,17.227737,443.3943,3.2801566,300.89227,109.74101,7.2907925,71.25251,114.60842,58.889423,504.7292,242.04463,1904.994,9.524405,2390.322,57.606735,9.825477,7.0366936,44.863777,197.23767,265.1966,298.30206,68.354164,19.798607,9.156532,874.3668,150.81862,73.88152,42.00178,256.1945,21.665133,285.3255,11.486343,58.16552,0.0,2738.847,5007.8496,2.9851823,34.032562,29.44993,23493.994,72.03743,2.5472305,62.55298,107.45418,41.230225,11.125012,58.05168,483.17886,38.923176,38.91378,3.7308261,8.84217,704.09204,1.0240971,463.75607,46.465626,2831.302,81.24306,161.98398,189.5409,273.1566,29.222383,44.888535,281.48254,23.073475,23.646194,13.859454,36.226784,212.07924,11.239695,8.4351,100.69405,19.956059,4531.75,28.68226,51.484375,24.852217,30.272102,353.11804,87.627144,52.973957,12.340353,14.783952,47.637436,109.963684,262.9386,81.95729,275.80978,35.213917,45.458344,114.80083,166.86458,165.44934,128.84755,9.920042,7.793229,14.276964,49.518364,5148.7183,12.580092,54.142403,142.5184,30.011889,333.47763,101.3368,272.80505,7.805046,101.88992,903.8742,878.36505,80.82997,1110.6532,129.98541,118.02467,79.83566,67.958405,12.954717,40.76709,594.29517,9.097283,13.431361,248.55258,9.928274,5.8497276,68.15619,67.22826,675.43024,159.96223,180.98094,2004.2935,78.92519,1927.9724,1619.4883,7.9969296,5.4796877,1963.1869,13.678539,11.755208,315.74216,24.854584,52.19917,29.552631,116.4566,508.42465,260.41785,3.6244345,33.940327,91.64521,671.0147,10.005069,94.34599,8.503299,1.5049223,54.17507,1.3028474,1.3719515,4.7027926,10.50841,28.684166,33.932285,31.163195,451.5959,32.07639,13.035714,20.416666,5.961012,72.21615,3.0649304,2.398472,5.546875,61.213703,0.40068454,2.4535227,4.739786,35.335938,14.890178,3.1138542,3.370642,172.67854,17.539127,316.26062,11.988826,619.227,24.215595,836.73505,241.11134,6.9678974,10.53056,454.28445,603.44037,2187.2642,728.78503 +2023-04-04 04:00:00,0.0,3644.094,30.508556,14.97671,7.9879413,36.853584,181.2324,30.672373,66.10984,24.686764,40.961445,187.40736,386.68008,19.69451,24.854925,9.559752,1.9236829,34.608227,13.970792,17.21661,443.487,3.279616,300.9855,109.72868,7.2838035,71.1574,114.62188,58.87564,504.31668,241.99374,1906.5717,9.512911,2390.2258,57.532223,9.814337,7.0281854,44.81524,197.28673,265.21555,297.93298,68.422226,19.818996,9.157322,874.3393,150.6017,73.86658,42.031494,256.43103,21.654562,285.4653,11.488263,58.15257,0.0,2740.7815,5014.406,2.9917061,34.063168,29.491858,23507.424,72.116455,2.5513406,62.553497,107.43443,41.252533,11.132332,58.025894,483.52136,38.999653,38.921837,3.7334816,8.844226,704.38477,1.0336027,463.5067,46.502502,2830.486,81.26296,161.92348,189.49596,273.14474,29.200499,44.864105,281.2039,23.057472,23.632841,13.871892,36.229492,211.95863,11.245062,8.439537,100.71499,19.956333,4531.3467,28.697735,51.454166,24.852129,30.28254,353.02408,87.6116,52.97361,12.346305,14.791169,47.621193,109.98012,262.8234,81.959724,275.82187,35.25813,45.45626,114.819916,166.95612,166.56502,128.89076,9.917589,7.805139,14.268333,49.773003,5162.5547,12.57117,54.121265,142.38731,30.010347,333.48743,101.2524,272.68216,7.8001356,101.964905,903.5311,877.78955,80.80759,1110.2112,129.86833,117.97751,79.91144,67.90127,12.943108,40.738464,595.0461,9.085985,13.416282,248.37177,9.926746,5.848893,68.095955,67.18454,675.0259,159.86424,180.96317,2003.7322,79.05328,1928.4302,1619.8837,8.003626,5.490972,1972.7876,13.673982,11.779166,315.74503,24.884111,52.256226,29.582457,116.666016,509.50806,260.45773,3.6286268,33.96572,92.06461,673.5737,10.0588,94.44825,8.513565,1.5045733,54.176983,1.3025696,1.3710778,4.6995354,10.512757,28.714888,34.106503,31.15648,453.89624,32.107407,13.042857,20.422222,5.9618254,72.19236,3.0671294,2.398185,5.5475,61.209423,0.40010318,2.452693,4.7391686,35.34375,14.890238,3.1116388,3.3870747,173.34155,17.599773,317.4689,12.010518,621.20374,24.253414,836.5338,241.8712,6.987192,10.536135,455.61728,605.5427,2191.5625,728.57306 +2023-04-04 05:00:00,0.0,3645.169,30.532993,14.996978,7.999779,36.864937,181.27534,30.677681,66.119576,24.686335,40.95881,187.7029,387.03436,19.698133,24.894157,9.550693,1.9220666,34.613457,13.978216,17.205484,443.57974,3.2790756,301.07874,109.716354,7.2768145,71.062294,114.63534,58.86186,503.90417,241.94287,1908.1493,9.501418,2390.1296,57.457706,9.803197,7.019677,44.766697,197.33578,265.2345,297.56387,68.49028,19.839386,9.158112,874.31177,150.38477,73.85164,42.061203,256.66757,21.643991,285.6051,11.490184,58.139618,0.0,2742.7158,5020.9614,2.99823,34.093773,29.533783,23520.854,72.19548,2.5554504,62.554012,107.41469,41.274837,11.139651,58.00011,483.86386,39.07613,38.929897,3.7361372,8.846282,704.6774,1.0431083,463.25735,46.539375,2829.6702,81.28287,161.86298,189.45102,273.13293,29.178614,44.839672,280.92526,23.041468,23.619488,13.884329,36.232204,211.83803,11.250429,8.443974,100.73592,19.95661,4530.9434,28.713207,51.423958,24.852041,30.292978,352.93008,87.59606,52.973263,12.352256,14.798386,47.604946,109.99655,262.7082,81.96215,275.83395,35.30234,45.454178,114.83901,167.04764,167.68071,128.93396,9.915136,7.8170485,14.259703,50.027645,5176.3906,12.562247,54.10013,142.25623,30.008804,333.4972,101.16801,272.5593,7.795225,102.03988,903.18805,877.2141,80.78521,1109.7692,129.75125,117.930336,79.987206,67.84413,12.931498,40.70984,595.797,9.074687,13.401201,248.19096,9.925219,5.8480587,68.03571,67.14083,674.6215,159.76624,180.94539,2003.1709,79.18138,1928.888,1620.279,8.010322,5.502257,1982.3883,13.669424,11.803124,315.7479,24.91364,52.31328,29.612282,116.87544,510.5915,260.49762,3.6328194,33.991116,92.48402,676.1328,10.112532,94.55051,8.523831,1.5042243,54.17889,1.3022919,1.3702042,4.6962786,10.517105,28.745611,34.28072,31.149769,456.19662,32.138424,13.05,20.427778,5.962639,72.16858,3.0693285,2.397898,5.548125,61.205143,0.39952183,2.451863,4.7385507,35.351562,14.890297,3.1094236,3.4035075,174.00458,17.660418,318.6772,12.032211,623.1804,24.291233,836.3326,242.63106,7.006487,10.541709,456.95007,607.6451,2195.8606,728.3611 +2023-04-04 06:00:00,0.0,3646.2437,30.55743,15.017244,8.011618,36.87629,181.31828,30.68299,66.1293,24.685907,40.956173,187.99843,387.38864,19.701757,24.933388,9.541634,1.9204503,34.618687,13.98564,17.194359,443.6725,3.278535,301.17197,109.704025,7.2698255,70.967186,114.6488,58.848076,503.4917,241.89198,1909.7269,9.489925,2390.0337,57.383194,9.792057,7.011169,44.71815,197.38484,265.25345,297.1948,68.558334,19.859776,9.158901,874.2843,150.16785,73.83669,42.090916,256.9041,21.63342,285.7449,11.492105,58.126667,0.0,2744.6504,5027.5176,3.0047538,34.12438,29.57571,23534.283,72.27451,2.5595605,62.554527,107.39494,41.297146,11.146971,57.974323,484.20633,39.152603,38.937954,3.7387927,8.848338,704.97015,1.052614,463.008,46.576252,2828.8542,81.30278,161.80247,189.4061,273.12112,29.156729,44.815243,280.64664,23.025465,23.606133,13.896767,36.234917,211.7174,11.2557955,8.448411,100.75686,19.956884,4530.54,28.728682,51.39375,24.851954,30.303415,352.8361,87.58052,52.972916,12.358208,14.805603,47.5887,110.012985,262.593,81.964584,275.84604,35.346554,45.452095,114.85811,167.13916,168.7964,128.97717,9.9126835,7.8289585,14.251072,50.282284,5190.227,12.553324,54.07899,142.12514,30.007261,333.50696,101.08361,272.43643,7.7903147,102.11486,902.84503,876.6386,80.762825,1109.3271,129.63416,117.88317,80.06298,67.786995,12.919888,40.681213,596.54785,9.063389,13.386122,248.01015,9.923691,5.847224,67.97548,67.09712,674.2172,159.66823,180.9276,2002.6096,79.30947,1929.3457,1620.6744,8.017017,5.5135417,1991.9889,13.664866,11.827084,315.75076,24.943167,52.370335,29.642105,117.08486,511.6749,260.53754,3.6370118,34.01651,92.90342,678.6919,10.166263,94.652756,8.534098,1.5038754,54.1808,1.3020141,1.3693305,4.6930213,10.521452,28.776333,34.454933,31.143055,458.497,32.169445,13.057143,20.433332,5.9634523,72.14479,3.0715277,2.397611,5.54875,61.200867,0.39894047,2.451033,4.737933,35.359375,14.890356,3.1072083,3.41994,174.66759,17.721062,319.8855,12.053904,625.1571,24.32905,836.13135,243.39091,7.0257816,10.547283,458.2829,609.74744,2200.159,728.1491 +2023-04-04 07:00:00,0.0,3647.3184,30.581867,15.037511,8.023456,36.887638,181.36122,30.6883,66.13904,24.685478,40.95354,188.29395,387.74292,19.705381,24.97262,9.532574,1.9188341,34.623917,13.993063,17.183231,443.76523,3.2779944,301.2652,109.691696,7.2628365,70.872086,114.66226,58.834293,503.0792,241.84111,1911.3046,9.478432,2389.9375,57.30868,9.780917,7.0026603,44.669613,197.4339,265.2724,296.82568,68.62639,19.880165,9.159691,874.2568,149.95091,73.821754,42.120625,257.14066,21.622852,285.8847,11.494024,58.113716,0.0,2746.5847,5034.073,3.0112777,34.154984,29.617638,23547.713,72.35354,2.5636706,62.555042,107.3752,41.31945,11.15429,57.948536,484.54883,39.22908,38.946014,3.7414482,8.850394,705.2629,1.0621196,462.75864,46.613125,2828.038,81.322685,161.74196,189.36116,273.1093,29.134846,44.790813,280.368,23.00946,23.59278,13.909204,36.237625,211.5968,11.261163,8.452848,100.77779,19.95716,4530.1367,28.744156,51.36354,24.851866,30.313854,352.74213,87.56498,52.97257,12.364159,14.81282,47.572453,110.02942,262.47778,81.96702,275.85812,35.390762,45.450012,114.877205,167.2307,169.9121,129.02039,9.910231,7.840868,14.24244,50.536922,5204.0635,12.544401,54.057858,141.99405,30.005718,333.51675,100.999214,272.31354,7.785404,102.189835,902.50195,876.0632,80.74045,1108.8851,129.51707,117.836,80.138756,67.72986,12.908278,40.652588,597.29877,9.052091,13.371042,247.82933,9.922163,5.8463902,67.91524,67.053406,673.81287,159.57022,180.90982,2002.0483,79.43757,1929.8035,1621.0698,8.023713,5.5248265,2001.5896,13.660309,11.851042,315.7536,24.972694,52.42739,29.67193,117.29428,512.75836,260.57742,3.6412044,34.041904,93.322815,681.2509,10.219994,94.75501,8.544364,1.5035264,54.18271,1.3017364,1.3684568,4.689764,10.5258,28.807055,34.62915,31.136343,460.7974,32.200462,13.064285,20.438889,5.964266,72.12101,3.0737267,2.3973238,5.549375,61.196587,0.39835912,2.4502034,4.7373157,35.367188,14.890416,3.104993,3.4363728,175.3306,17.781708,321.09378,12.075596,627.13385,24.366869,835.9301,244.15077,7.0450764,10.552857,459.61572,611.8498,2204.457,727.93713 +2023-04-04 08:00:00,0.0,3648.393,30.606304,15.057778,8.035295,36.89899,181.40416,30.693607,66.14877,24.685051,40.950905,188.58948,388.0972,19.709005,25.011852,9.523514,1.9172177,34.62915,14.000487,17.172106,443.85797,3.277454,301.35843,109.67937,7.2558475,70.77698,114.67572,58.82051,502.6667,241.79022,1912.8822,9.466939,2389.8413,57.234165,9.769777,6.994152,44.62107,197.48297,265.29135,296.4566,68.69444,19.900555,9.1604805,874.22925,149.734,73.80681,42.150333,257.3772,21.612282,286.0245,11.495945,58.100765,0.0,2748.519,5040.6294,3.0178013,34.185593,29.659563,23561.143,72.43256,2.5677805,62.555557,107.35545,41.34176,11.16161,57.92275,484.89133,39.305557,38.95407,3.7441037,8.85245,705.5556,1.0716251,462.50928,46.65,2827.2222,81.34259,161.68146,189.31622,273.0975,29.11296,44.76638,280.0894,22.993458,23.579426,13.921641,36.240337,211.4762,11.266529,8.457285,100.79872,19.957436,4529.7334,28.759628,51.333332,24.851778,30.324291,352.64813,87.54944,52.97222,12.3701105,14.820038,47.55621,110.04585,262.36258,81.969444,275.87024,35.434975,45.44793,114.89629,167.32222,171.02777,129.06358,9.907778,7.852778,14.233809,50.79156,5217.8994,12.535479,54.03672,141.86296,30.004177,333.52652,100.91481,272.19067,7.7804937,102.26481,902.1589,875.4877,80.71806,1108.4431,129.4,117.78883,80.21452,67.672714,12.896668,40.623962,598.0496,9.040793,13.355963,247.64853,9.920635,5.845556,67.855,67.0097,673.4085,159.47223,180.89203,2001.4872,79.56566,1930.2612,1621.4652,8.030409,5.536111,2011.1903,13.655751,11.875,315.75647,25.002222,52.484447,29.701756,117.50371,513.84174,260.6173,3.6453967,34.0673,93.74222,683.81,10.273725,94.85727,8.55463,1.5031775,54.18462,1.3014586,1.3675833,4.686507,10.530148,28.837776,34.803364,31.12963,463.09778,32.23148,13.071428,20.444445,5.9650793,72.09722,3.0759258,2.3970368,5.55,61.192307,0.3977778,2.4493735,4.7366977,35.375,14.890475,3.1027777,3.4528055,175.99362,17.842352,322.30206,12.097289,629.11053,24.404688,835.7289,244.91063,7.064371,10.558432,460.94855,613.95215,2208.7554,727.72516 +2023-04-04 09:00:00,0.0,3649.4678,30.630741,15.078045,8.0471325,36.91034,181.44711,30.698915,66.1585,24.684624,40.94827,188.885,388.45148,19.71263,25.051083,9.514455,1.9156015,34.63438,14.007911,17.16098,443.9507,3.2769132,301.45166,109.66704,7.248859,70.68187,114.689186,58.806732,502.25418,241.73935,1914.4598,9.455445,2389.7454,57.159653,9.758638,6.985644,44.57253,197.53203,265.3103,296.0875,68.7625,19.920946,9.16127,874.2017,149.51706,73.79186,42.180046,257.61374,21.601711,286.1643,11.497866,58.087814,0.0,2750.4536,5047.185,3.0243251,34.216198,29.70149,23574.572,72.5116,2.5718906,62.556076,107.33571,41.364067,11.168929,57.89696,485.2338,39.38203,38.962128,3.7467592,8.8545065,705.84827,1.0811307,462.25992,46.686874,2826.4062,81.3625,161.62094,189.27129,273.08566,29.091076,44.74195,279.81076,22.977455,23.566072,13.934078,36.24305,211.35558,11.271896,8.461722,100.81966,19.957712,4529.33,28.775103,51.303123,24.85169,30.33473,352.55417,87.533905,52.971874,12.376061,14.827254,47.539963,110.06229,262.24738,81.97188,275.88232,35.479187,45.445847,114.91539,167.41374,172.14346,129.1068,9.905325,7.8646874,14.225179,51.0462,5231.736,12.526555,54.015583,141.73187,30.002634,333.53632,100.830414,272.06778,7.7755833,102.33979,901.81586,874.91223,80.69569,1108.0011,129.28291,117.74166,80.2903,67.61558,12.885058,40.595337,598.80054,9.029495,13.340883,247.46771,9.919107,5.8447213,67.79476,66.96599,673.00415,159.37422,180.87425,2000.9259,79.69375,1930.719,1621.8606,8.037106,5.5473957,2020.7909,13.651194,11.898958,315.75934,25.03175,52.5415,29.731579,117.71313,514.9252,260.6572,3.6495893,34.092697,94.16162,686.3691,10.3274555,94.95952,8.564896,1.5028285,54.186527,1.3011808,1.3667096,4.68325,10.534494,28.8685,34.97758,31.122915,465.39813,32.2625,13.078571,20.45,5.965893,72.07344,3.0781248,2.39675,5.550625,61.18803,0.39719644,2.4485435,4.73608,35.382812,14.890535,3.1005626,3.4692383,176.65663,17.902996,323.51035,12.118981,631.0872,24.442507,835.52765,245.67049,7.083666,10.564007,462.28137,616.05444,2213.0537,727.5132 +2023-04-04 10:00:00,0.0,3650.5425,30.655178,15.098311,8.05897,36.92169,181.49005,30.704224,66.168236,24.684195,40.945637,189.18053,388.80576,19.716253,25.090315,9.505395,1.9139853,34.63961,14.015335,17.149853,444.04346,3.2763727,301.5449,109.65471,7.24187,70.58677,114.702644,58.79295,501.84167,241.68846,1916.0374,9.443953,2389.6492,57.08514,9.7474985,6.9771357,44.523987,197.58109,265.32925,295.7184,68.83056,19.941336,9.162061,874.1742,149.30014,73.776924,42.209755,257.85028,21.59114,286.3041,11.499785,58.074863,0.0,2752.388,5053.741,3.030849,34.246803,29.743416,23588.002,72.59062,2.5760007,62.55659,107.31597,41.38637,11.176249,57.871174,485.5763,39.458508,38.97019,3.7494147,8.856563,706.141,1.0906364,462.01053,46.72375,2825.5903,81.38241,161.56042,189.22635,273.07385,29.069191,44.71752,279.53214,22.96145,23.55272,13.946516,36.24576,211.23497,11.277263,8.466159,100.84059,19.957987,4528.927,28.790577,51.272915,24.851603,30.345167,352.46017,87.518364,52.971527,12.382013,14.834472,47.523716,110.07872,262.13217,81.974304,275.8944,35.5234,45.443764,114.93449,167.50528,173.25916,129.15001,9.902872,7.8765974,14.216548,51.300842,5245.5723,12.5176325,53.994446,141.6008,30.001091,333.54608,100.74602,271.94492,7.770673,102.414764,901.4728,874.3368,80.6733,1107.5591,129.16583,117.69449,80.36607,67.55844,12.873449,40.56671,599.5514,9.018197,13.325804,247.28691,9.91758,5.843887,67.73453,66.92227,672.5998,159.27621,180.85646,2000.3646,79.821846,1931.1768,1622.256,8.043801,5.5586805,2030.3916,13.646636,11.922916,315.7622,25.061277,52.598557,29.761404,117.92255,516.0086,260.69708,3.6537817,34.11809,94.581024,688.92816,10.3811865,95.061775,8.575162,1.5024796,54.18844,1.3009031,1.3658359,4.6799927,10.538842,28.899221,35.1518,31.116203,467.69852,32.293518,13.085714,20.455555,5.9667063,72.04965,3.080324,2.396463,5.55125,61.18375,0.3966151,2.4477139,4.7354627,35.390625,14.8905945,3.0983472,3.485671,177.31966,17.963642,324.71863,12.140674,633.0639,24.480324,835.3264,246.43034,7.1029606,10.569581,463.61417,618.1568,2217.3518,727.3013 +2023-04-04 11:00:00,0.0,3651.6172,30.679615,15.118579,8.070808,36.933044,181.53299,30.709532,66.17796,24.683767,40.943,189.47606,389.16003,19.719877,25.129545,9.496335,1.9123689,34.64484,14.0227585,17.138727,444.13617,3.275832,301.63812,109.64238,7.234881,70.49166,114.7161,58.779167,501.4292,241.63759,1917.615,9.43246,2389.553,57.010628,9.736359,6.9686275,44.475445,197.63014,265.3482,295.3493,68.89861,19.961725,9.16285,874.14667,149.0832,73.76198,42.239468,258.08682,21.58057,286.4439,11.501706,58.061916,0.0,2754.3225,5060.297,3.0373728,34.27741,29.785343,23601.432,72.66965,2.5801105,62.557106,107.29622,41.40868,11.183568,57.845387,485.9188,39.53498,38.978245,3.7520702,8.858618,706.4337,1.100142,461.76117,46.760624,2824.7744,81.40231,161.49992,189.18141,273.06204,29.047306,44.69309,279.2535,22.945448,23.539366,13.958954,36.248474,211.11436,11.28263,8.470596,100.86153,19.958263,4528.5234,28.80605,51.24271,24.851515,30.355606,352.36618,87.50282,52.97118,12.387964,14.841689,47.50747,110.09515,262.01697,81.97674,275.9065,35.56761,45.44168,114.953575,167.5968,174.37485,129.1932,9.900419,7.888507,14.207917,51.55548,5259.408,12.50871,53.973312,141.46971,29.999548,333.55588,100.66162,271.82205,7.7657623,102.48974,901.1297,873.7613,80.650925,1107.1171,129.04875,117.64732,80.44184,67.501305,12.861839,40.538086,600.3023,9.006899,13.310724,247.1061,9.916052,5.8430524,67.674286,66.87856,672.19543,159.1782,180.83868,1999.8033,79.949936,1931.6345,1622.6514,8.050497,5.5699654,2039.9923,13.642078,11.946875,315.76508,25.090805,52.655613,29.79123,118.131966,517.09204,260.73697,3.6579742,34.143486,95.00043,691.4872,10.434917,95.16403,8.585428,1.5021306,54.190346,1.3006253,1.3649622,4.676736,10.543189,28.929943,35.32601,31.10949,469.9989,32.324535,13.092857,20.461111,5.9675198,72.02587,3.082523,2.3961759,5.551875,61.17947,0.39603373,2.446884,4.7348447,35.398438,14.890655,3.0961318,3.5021036,177.98267,18.024286,325.9269,12.162367,635.04065,24.518143,835.1252,247.1902,7.1222553,10.575155,464.947,620.25916,2221.6501,727.0893 +2023-04-04 12:00:00,0.0,3652.692,30.704052,15.138845,8.082647,36.944393,181.57593,30.71484,66.1877,24.683338,40.940365,189.77158,389.5143,19.723501,25.168777,9.487276,1.9107527,34.65007,14.030182,17.1276,444.2289,3.2752914,301.73132,109.63005,7.227892,70.39655,114.72957,58.765385,501.0167,241.58672,1919.1926,9.420966,2389.4568,56.93611,9.725219,6.9601192,44.426903,197.6792,265.3672,294.98022,68.96667,19.982115,9.16364,874.11914,148.86629,73.74704,42.269176,258.32336,21.57,286.5837,11.503627,58.048965,0.0,2756.2568,5066.853,3.0438967,34.308018,29.82727,23614.861,72.74868,2.5842206,62.55762,107.276474,41.430984,11.190887,57.8196,486.26126,39.611458,38.986305,3.7547255,8.860674,706.72644,1.1096475,461.5118,46.7975,2823.9583,81.422226,161.4394,189.13647,273.05023,29.025421,44.66866,278.97485,22.929443,23.52601,13.971391,36.251183,210.99374,11.287996,8.475033,100.88246,19.958538,4528.12,28.821524,51.2125,24.851427,30.366043,352.27222,87.48728,52.970833,12.393916,14.848906,47.491222,110.11159,261.90176,81.97917,275.91858,35.611824,45.439598,114.97267,167.68834,175.49052,129.23642,9.897966,7.900417,14.1992855,51.81012,5273.2446,12.499786,53.952175,141.33862,29.998005,333.56564,100.57722,271.69916,7.760852,102.56472,900.7867,873.18585,80.62854,1106.675,128.93166,117.60015,80.51762,67.44417,12.850229,40.50946,601.05316,8.995601,13.295644,246.9253,9.914524,5.842218,67.61405,66.834854,671.7911,159.08022,180.82089,1999.2422,80.07803,1932.0923,1623.0469,8.057193,5.58125,2049.593,13.637521,11.970833,315.7679,25.120333,52.71267,29.821053,118.34139,518.1755,260.7769,3.6621666,34.16888,95.41983,694.04626,10.488648,95.26628,8.595695,1.5017817,54.192253,1.3003476,1.3640887,4.6734786,10.547537,28.960667,35.50023,31.102777,472.2993,32.355556,13.1,20.466667,5.9683332,72.00208,3.084722,2.3958888,5.5525,61.175194,0.39545238,2.446054,4.734227,35.40625,14.890714,3.0939167,3.5185363,178.64568,18.08493,327.1352,12.184059,637.01733,24.555962,834.92395,247.95006,7.14155,10.5807295,466.27982,622.3615,2225.9482,726.8773 +2023-04-04 13:00:00,0.0,3653.7666,30.728489,15.159112,8.094485,36.955746,181.61887,30.72015,66.19743,24.68291,40.93773,190.06711,389.8686,19.727125,25.20801,9.478216,1.9091364,34.6553,14.037606,17.116474,444.32166,3.274751,301.82455,109.61772,7.220903,70.301445,114.74303,58.751602,500.6042,241.53583,1920.7703,9.409473,2389.3608,56.8616,9.714079,6.9516106,44.378365,197.72826,265.38614,294.6111,69.03472,20.002504,9.16443,874.0917,148.64935,73.73209,42.29889,258.5599,21.559431,286.7235,11.505547,58.036015,0.0,2758.1912,5073.409,3.0504205,34.338623,29.869196,23628.291,72.827705,2.5883305,62.55814,107.25673,41.453293,11.198207,57.79381,486.60376,39.687935,38.99436,3.757381,8.86273,707.0191,1.1191531,461.26245,46.834377,2823.1423,81.44213,161.3789,189.09154,273.03842,29.003536,44.644226,278.69623,22.91344,23.512657,13.983829,36.2539,210.87314,11.293364,8.47947,100.9034,19.958815,4527.717,28.836998,51.182293,24.85134,30.376482,352.17822,87.47174,52.970486,12.399867,14.856123,47.47498,110.12802,261.78656,81.9816,275.9307,35.656036,45.437515,114.99177,167.77986,176.60622,129.27962,9.895514,7.9123263,14.190655,52.06476,5287.081,12.490864,53.931038,141.20753,29.996464,333.5754,100.49282,271.5763,7.7559414,102.639694,900.4436,872.61035,80.60616,1106.233,128.81458,117.552986,80.59339,67.38703,12.838619,40.480835,601.8041,8.9843025,13.280564,246.74448,9.912996,5.8413835,67.55381,66.79114,671.3867,158.98221,180.80312,1998.6809,80.20612,1932.55,1623.4423,8.063889,5.5925345,2059.1936,13.632963,11.994791,315.77078,25.14986,52.769726,29.850878,118.55081,519.25885,260.81677,3.666359,34.194275,95.83923,696.60535,10.542379,95.36854,8.605961,1.5014328,54.194164,1.3000698,1.363215,4.670222,10.551885,28.991388,35.674442,31.096064,474.59964,32.386574,13.107142,20.472221,5.9691467,71.9783,3.0869212,2.3956017,5.553125,61.170914,0.39487103,2.4452243,4.733609,35.414062,14.890773,3.0917013,3.534969,179.3087,18.145576,328.34348,12.205751,638.994,24.593779,834.7227,248.70992,7.160845,10.586304,467.61264,624.46387,2230.2466,726.66534 +2023-04-04 14:00:00,0.0,3654.8413,30.752926,15.179379,8.106323,36.967094,181.66182,30.725458,66.20716,24.682484,40.935097,190.36263,390.22287,19.73075,25.24724,9.469156,1.90752,34.66053,14.04503,17.105349,444.4144,3.2742102,301.9178,109.60539,7.213914,70.206345,114.756485,58.73782,500.19168,241.48495,1922.3479,9.397981,2389.2646,56.787086,9.702939,6.9431024,44.329823,197.77731,265.4051,294.24203,69.102776,20.022894,9.165219,874.06415,148.43243,73.717155,42.328598,258.79645,21.54886,286.8633,11.507467,58.023064,0.0,2760.1257,5079.965,3.0569444,34.36923,29.911123,23641.72,72.90673,2.5924406,62.558655,107.236984,41.475597,11.205526,57.768024,486.94626,39.76441,39.002422,3.7600365,8.864786,707.3118,1.1286588,461.0131,46.87125,2822.3264,81.462036,161.3184,189.0466,273.0266,28.981653,44.619797,278.4176,22.897436,23.499304,13.996265,36.256607,210.75253,11.29873,8.483907,100.92433,19.95909,4527.3135,28.85247,51.152084,24.851252,30.386919,352.08426,87.4562,52.97014,12.405819,14.86334,47.458733,110.144455,261.67136,81.98403,275.94278,35.70025,45.435436,115.010864,167.87138,177.72191,129.32283,9.893062,7.9242363,14.182024,52.319397,5300.917,12.481941,53.9099,141.07645,29.99492,333.5852,100.408424,271.45343,7.751031,102.714676,900.1005,872.0349,80.58378,1105.791,128.6975,117.50581,80.66916,67.329895,12.82701,40.45221,602.55493,8.973004,13.265485,246.56366,9.9114685,5.840549,67.493576,66.74743,670.98236,158.8842,180.78534,1998.1195,80.33422,1933.0078,1623.8376,8.070584,5.6038194,2068.7942,13.628406,12.01875,315.77365,25.179388,52.82678,29.880703,118.76023,520.3423,260.85666,3.6705515,34.21967,96.25864,699.16437,10.59611,95.470795,8.616227,1.5010837,54.19607,1.2997922,1.3623413,4.6669645,10.5562315,29.02211,35.84866,31.089352,476.90002,32.41759,13.114285,20.477777,5.96996,71.95451,3.0891201,2.3953147,5.55375,61.166634,0.3942897,2.4443944,4.7329917,35.421875,14.890833,3.0894861,3.5514019,179.97171,18.20622,329.55176,12.227445,640.97076,24.631598,834.52155,249.46977,7.18014,10.591878,468.94547,626.5662,2234.5447,726.45337 +2023-04-04 15:00:00,0.0,3655.916,30.777363,15.199646,8.118162,36.978447,181.70476,30.730766,66.216896,24.682055,40.93246,190.65816,390.57715,19.734373,25.286472,9.460097,1.9059038,34.665764,14.052454,17.094221,444.50714,3.2736697,302.01102,109.59306,7.206925,70.11124,114.76995,58.724037,499.77917,241.43407,1923.9255,9.386487,2389.1685,56.71257,9.6918,6.934594,44.28128,197.82637,265.42404,293.87292,69.17083,20.043283,9.166009,874.0366,148.2155,73.70221,42.35831,259.033,21.53829,287.0031,11.509388,58.010113,0.0,2762.06,5086.521,3.0634682,34.399834,29.953049,23655.15,72.98576,2.5965507,62.55917,107.21724,41.497906,11.212846,57.742237,487.28876,39.840885,39.01048,3.762692,8.866842,707.60455,1.1381644,460.76373,46.908127,2821.5105,81.48194,161.25789,189.00166,273.01477,28.959768,44.595367,278.13898,22.881433,23.48595,14.008703,36.25932,210.63193,11.304097,8.488344,100.94527,19.959366,4526.91,28.867945,51.121876,24.851164,30.397358,351.99026,87.44067,52.96979,12.41177,14.870558,47.442486,110.16089,261.55615,81.98646,275.95486,35.74446,45.433353,115.02995,167.96292,178.8376,129.36604,9.890609,7.936146,14.173393,52.574036,5314.7534,12.473018,53.888767,140.94536,29.993378,333.59497,100.32403,271.33054,7.7461205,102.78965,899.7575,871.4595,80.5614,1105.349,128.58041,117.45865,80.744934,67.27276,12.8154,40.423584,603.30585,8.961706,13.250405,246.38286,9.909941,5.839715,67.433334,66.70372,670.578,158.7862,180.76755,1997.5583,80.46231,1933.4656,1624.233,8.07728,5.615104,2078.395,13.623848,12.042708,315.77652,25.208916,52.883835,29.910526,118.96965,521.4257,260.89655,3.674744,34.245064,96.67804,701.72345,10.649842,95.573044,8.626493,1.5007348,54.197983,1.2995144,1.3614677,4.6637073,10.560579,29.052832,36.022873,31.082638,479.2004,32.448612,13.1214285,20.483334,5.9707737,71.93073,3.0913193,2.3950276,5.554375,61.162357,0.39370835,2.4435644,4.732374,35.429688,14.890892,3.0872707,3.5678344,180.63474,18.266865,330.76004,12.249137,642.94745,24.669416,834.3203,250.22963,7.1994348,10.597453,470.27826,628.6686,2238.843,726.2414 +2023-04-04 16:00:00,0.0,3656.9907,30.8018,15.219913,8.13,36.9898,181.7477,30.736074,66.22663,24.681627,40.929825,190.95367,390.93143,19.737997,25.325703,9.451037,1.9042876,34.670994,14.059877,17.083096,444.59988,3.2731292,302.10425,109.580734,7.199936,70.01613,114.78341,58.710255,499.3667,241.3832,1925.5032,9.374994,2389.0725,56.638058,9.68066,6.926086,44.23274,197.87543,265.443,293.50385,69.23889,20.063673,9.1668,874.0091,147.99857,73.68727,42.38802,259.26953,21.52772,287.1429,11.511308,57.99716,0.0,2763.9944,5093.0767,3.069992,34.43044,29.994976,23668.58,73.06479,2.6006606,62.559685,107.1975,41.520214,11.220165,57.71645,487.63123,39.917362,39.01854,3.7653475,8.868898,707.8973,1.14767,460.51437,46.945,2820.6943,81.501854,161.19739,188.95673,273.00296,28.937883,44.570934,277.86035,22.86543,23.472597,14.02114,36.26203,210.5113,11.3094635,8.492782,100.9662,19.95964,4526.507,28.883419,51.091667,24.851076,30.407795,351.8963,87.425125,52.969444,12.417722,14.877774,47.42624,110.17732,261.44095,81.98889,275.96695,35.788673,45.43127,115.04905,168.05444,179.95328,129.40924,9.888156,7.9480557,14.1647625,52.82868,5328.59,12.464095,53.86763,140.81427,29.991835,333.60477,100.239624,271.20767,7.7412095,102.864624,899.4144,870.884,80.53902,1104.907,128.46333,117.411476,80.82071,67.21562,12.80379,40.39496,604.0567,8.950408,13.235326,246.20204,9.908413,5.8388805,67.3731,66.66,670.1737,158.6882,180.74977,1996.9971,80.59041,1933.9233,1624.6284,8.083977,5.626389,2087.9956,13.61929,12.066667,315.77936,25.238443,52.94089,29.940351,119.17908,522.50916,260.93643,3.6789365,34.27046,97.09744,704.28253,10.703573,95.6753,8.63676,1.5003859,54.19989,1.2992367,1.360594,4.6604505,10.564926,29.083555,36.19709,31.075926,481.5008,32.47963,13.1285715,20.48889,5.971587,71.906944,3.0935183,2.3947406,5.555,61.158077,0.393127,2.4427347,4.731756,35.4375,14.890952,3.0850556,3.5842671,181.29774,18.32751,331.96835,12.270829,644.92413,24.707235,834.1191,250.98949,7.2187295,10.603027,471.61108,630.77094,2243.141,726.0294 +2023-04-04 17:00:00,0.0,3658.0654,30.826237,15.24018,8.141838,37.00115,181.79063,30.741383,66.23636,24.681198,40.92719,191.2492,391.2857,19.741621,25.364935,9.4419775,1.9026712,34.676224,14.067301,17.07197,444.69263,3.2725885,302.19748,109.568405,7.1929474,69.92103,114.796875,58.696476,498.9542,241.3323,1927.0808,9.363501,2388.9763,56.563545,9.66952,6.9175777,44.184196,197.92448,265.46194,293.13474,69.306946,20.084063,9.167589,873.98157,147.78165,73.672325,42.417732,259.50607,21.517149,287.2827,11.513228,57.98421,0.0,2765.9287,5099.633,3.076516,34.46105,30.036903,23682.01,73.143814,2.6047707,62.560204,107.17776,41.54252,11.227485,57.690666,487.97372,39.993835,39.026596,3.768003,8.8709545,708.18994,1.1571755,460.26498,46.981876,2819.8784,81.52176,161.13687,188.91179,272.99115,28.915998,44.546505,277.58173,22.849426,23.459244,14.033578,36.26474,210.3907,11.314831,8.497218,100.98714,19.959917,4526.1035,28.898891,51.06146,24.850988,30.418234,351.8023,87.409584,52.969097,12.423673,14.884992,47.409996,110.193756,261.32574,81.99132,275.97903,35.832886,45.429188,115.068146,168.14597,181.06897,129.45245,9.885703,7.959965,14.156131,53.083317,5342.426,12.455173,53.846493,140.68318,29.990294,333.61453,100.15523,271.0848,7.736299,102.939606,899.07135,870.30853,80.51664,1104.465,128.34625,117.36431,80.89648,67.158485,12.792181,40.366333,604.8076,8.93911,13.220246,246.02124,9.906885,5.838046,67.31286,66.616295,669.76935,158.5902,180.73198,1996.4358,80.7185,1934.3811,1625.0238,8.0906725,5.6376734,2097.5964,13.614733,12.090625,315.78223,25.267971,52.997948,29.970177,119.3885,523.5926,260.97632,3.6831288,34.295853,97.516846,706.84155,10.757304,95.77756,8.647026,1.500037,54.2018,1.2989589,1.3597203,4.657193,10.569274,29.114277,36.371307,31.069212,483.80115,32.510647,13.135715,20.494444,5.9724007,71.88316,3.0957174,2.3944535,5.555625,61.153797,0.39254564,2.4419048,4.7311387,35.445312,14.891011,3.0828402,3.6007,181.96075,18.388155,333.17664,12.292522,646.9008,24.745052,833.91785,251.74934,7.238024,10.608602,472.9439,632.8732,2247.4395,725.81744 +2023-04-04 18:00:00,0.0,3659.1401,30.850674,15.260447,8.153676,37.0125,181.83359,30.74669,66.24609,24.68077,40.924557,191.54474,391.64,19.745245,25.404167,9.432919,1.901055,34.681454,14.074725,17.060843,444.78534,3.272048,302.2907,109.556076,7.1859584,69.82592,114.81033,58.682693,498.5417,241.28143,1928.6583,9.352008,2388.8801,56.48903,9.6583805,6.9090695,44.135654,197.97354,265.4809,292.76566,69.375,20.104454,9.168379,873.95404,147.56471,73.65739,42.44744,259.7426,21.50658,287.42252,11.515148,57.97126,0.0,2767.8633,5106.1885,3.0830398,34.491653,30.078829,23695.44,73.22285,2.6088808,62.56072,107.15801,41.564827,11.234804,57.66488,488.31622,40.070312,39.034657,3.7706585,8.873011,708.48267,1.1666812,460.01562,47.01875,2819.0625,81.541664,161.07637,188.86685,272.97934,28.894114,44.522076,277.3031,22.833424,23.445889,14.046016,36.267452,210.2701,11.320197,8.501656,101.00807,19.960192,4525.7,28.914366,51.03125,24.8509,30.428673,351.7083,87.39404,52.96875,12.429625,14.892209,47.39375,110.21019,261.21054,81.99375,275.99112,35.877098,45.427105,115.087234,168.2375,182.18466,129.49567,9.88325,7.971875,14.1475,53.337955,5356.262,12.446249,53.825356,140.5521,29.98875,333.62433,100.07083,270.9619,7.7313886,103.01458,898.72833,869.73303,80.49426,1104.023,128.22916,117.31714,80.97225,67.10134,12.780571,40.337708,605.5585,8.927812,13.205167,245.84042,9.905357,5.8372116,67.252625,66.572586,669.365,158.49219,180.7142,1995.8746,80.846596,1934.8389,1625.4192,8.097368,5.648958,2107.197,13.610176,12.114583,315.7851,25.2975,53.055,30.0,119.597916,524.67596,261.01624,3.6873214,34.32125,97.93625,709.40063,10.811035,95.87981,8.657291,1.4996879,54.20371,1.2986811,1.3588468,4.653936,10.573622,29.144999,36.54552,31.0625,486.10153,32.541668,13.142857,20.5,5.973214,71.859375,3.0979166,2.3941665,5.55625,61.14952,0.3919643,2.4410748,4.730521,35.453125,14.891071,3.080625,3.6171327,182.62378,18.4488,334.38492,12.314215,648.87756,24.782871,833.7166,252.5092,7.257319,10.614176,474.27673,634.9756,2251.7375,725.60547 +2023-04-04 19:00:00,0.0,3660.215,30.87511,15.280713,8.165515,37.02385,181.87653,30.752,66.25583,24.680342,40.92192,191.84026,391.9943,19.748869,25.443398,9.423859,1.8994387,34.686684,14.082149,17.049717,444.87808,3.2715075,302.38394,109.54375,7.1789694,69.73081,114.82379,58.66891,498.12918,241.23055,1930.236,9.340515,2388.784,56.414516,9.647241,6.900561,44.087116,198.0226,265.49985,292.39655,69.443054,20.124844,9.169168,873.9266,147.3478,73.64244,42.47715,259.97916,21.49601,287.56232,11.517069,57.95831,0.0,2769.7979,5112.7446,3.0895636,34.52226,30.120756,23708.87,73.30187,2.6129906,62.561234,107.13827,41.58713,11.242124,57.63909,488.6587,40.14679,39.042713,3.773314,8.875066,708.7754,1.1761868,459.76627,47.055626,2818.2466,81.56158,161.01585,188.82191,272.96753,28.872229,44.497643,277.02444,22.81742,23.432535,14.058453,36.270164,210.14948,11.325564,8.506092,101.02901,19.960468,4525.297,28.92984,51.00104,24.850813,30.43911,351.61435,87.3785,52.968403,12.4355755,14.8994255,47.377502,110.22662,261.09534,81.996185,276.00323,35.92131,45.425022,115.10633,168.32903,183.30035,129.53886,9.880797,7.9837847,14.138869,53.592594,5370.0986,12.437326,53.804222,140.421,29.987207,333.6341,99.986435,270.83905,7.726478,103.089554,898.38525,869.1576,80.47188,1103.5809,128.11208,117.269966,81.04803,67.044205,12.768961,40.30908,606.3094,8.916513,13.190087,245.65962,9.90383,5.836377,67.19238,66.52887,668.96063,158.39418,180.69641,1995.3134,80.974686,1935.2966,1625.8146,8.104064,5.660243,2116.7976,13.6056185,12.138541,315.78796,25.327028,53.112057,30.029825,119.80734,525.7594,261.05612,3.6915138,34.346645,98.35565,711.9597,10.864766,95.98206,8.667558,1.499339,54.20562,1.2984034,1.3579731,4.650679,10.577969,29.175722,36.719738,31.055786,488.40192,32.572685,13.15,20.505556,5.974028,71.83559,3.1001155,2.3938794,5.5568748,61.14524,0.39138293,2.4402452,4.729903,35.460938,14.89113,3.0784097,3.6335654,183.28679,18.509445,335.5932,12.335907,650.85425,24.82069,833.5154,253.26906,7.2766137,10.61975,475.60956,637.07794,2256.036,725.3935 +2023-04-04 20:00:00,0.0,3661.2898,30.899548,15.300981,8.177353,37.035202,181.91946,30.757309,66.26556,24.679914,40.919285,192.13579,392.34857,19.752493,25.48263,9.414799,1.8978224,34.691914,14.089573,17.038591,444.97083,3.2709668,302.47717,109.53142,7.1719804,69.635704,114.83726,58.65513,497.71667,241.17967,1931.8136,9.329021,2388.688,56.340004,9.636101,6.8920527,44.03857,198.07166,265.5188,292.02747,69.51111,20.145233,9.169958,873.89905,147.13086,73.6275,42.506863,260.2157,21.48544,287.70212,11.51899,57.94536,0.0,2771.732,5119.3003,3.0960872,34.552864,30.162682,23722.299,73.3809,2.6171007,62.56175,107.11852,41.60944,11.249443,57.613304,489.0012,40.223263,39.050774,3.7759695,8.877122,709.06805,1.1856924,459.5169,47.0925,2817.4307,81.58148,160.95534,188.777,272.95572,28.850346,44.473213,276.74582,22.801416,23.419182,14.07089,36.272873,210.02887,11.330931,8.5105295,101.04994,19.960743,4524.8936,28.945312,50.970833,24.850725,30.449549,351.52036,87.36296,52.968056,12.441526,14.906643,47.361256,110.24306,260.98013,81.99861,276.01532,35.965523,45.42294,115.12543,168.42055,184.41603,129.58208,9.878345,7.9956946,14.130239,53.847233,5383.9346,12.428404,53.783085,140.28992,29.985664,333.64386,99.90203,270.71616,7.7215676,103.164536,898.0422,868.58215,80.4495,1103.1389,127.994995,117.2228,81.123795,66.98707,12.757352,40.280453,607.06024,8.905215,13.175007,245.4788,9.902302,5.8355427,67.13215,66.48516,668.5563,158.29617,180.67863,1994.752,81.10278,1935.7544,1626.21,8.11076,5.671528,2126.3984,13.601061,12.162499,315.79083,25.356556,53.169113,30.05965,120.01676,526.84283,261.096,3.6957064,34.37204,98.775055,714.5188,10.918497,96.08432,8.677824,1.49899,54.207527,1.2981256,1.3570994,4.647422,10.582316,29.206444,36.89395,31.049074,490.7023,32.603703,13.157143,20.51111,5.9748416,71.811806,3.1023147,2.3935924,5.5575,61.14096,0.39080158,2.4394152,4.7292857,35.46875,14.89119,3.0761945,3.649998,183.94981,18.57009,336.80148,12.3576,652.83093,24.858507,833.31415,254.02892,7.2959085,10.625325,476.94235,639.1803,2260.334,725.1815 +2023-04-04 21:00:00,0.0,3662.3645,30.923985,15.321247,8.189191,37.046555,181.9624,30.762617,66.27529,24.679487,40.916653,192.4313,392.70285,19.756117,25.52186,9.40574,1.8962061,34.697147,14.096996,17.027464,445.06357,3.2704263,302.5704,109.51909,7.1649914,69.5406,114.850716,58.641346,497.3042,241.1288,1933.3912,9.317529,2388.5918,56.26549,9.624962,6.8835444,43.99003,198.12071,265.53775,291.65836,69.57917,20.165623,9.170748,873.8715,146.91394,73.61256,42.53657,260.45224,21.474869,287.84192,11.520909,57.93241,0.0,2773.6665,5125.8564,3.102611,34.583473,30.204609,23735.729,73.45993,2.6212108,62.562263,107.098785,41.631744,11.2567625,57.587517,489.3437,40.29974,39.05883,3.7786248,8.879178,709.3608,1.195198,459.26755,47.129375,2816.6145,81.60139,160.89484,188.73206,272.94388,28.82846,44.448784,276.4672,22.785412,23.405828,14.083327,36.275585,209.90826,11.336298,8.514966,101.07088,19.96102,4524.49,28.960787,50.940624,24.850637,30.459986,351.4264,87.34742,52.96771,12.447478,14.91386,47.345013,110.25949,260.8649,82.001045,276.0274,36.009735,45.420856,115.14452,168.51208,185.53172,129.62529,9.875892,8.007605,14.121607,54.101875,5397.771,12.41948,53.761948,140.15883,29.984121,333.65366,99.817635,270.5933,7.716657,103.23951,897.69916,868.00665,80.42712,1102.6969,127.877914,117.17563,81.19957,66.92993,12.745742,40.251827,607.81116,8.893917,13.159927,245.29799,9.900774,5.834708,67.07191,66.44145,668.1519,158.19818,180.66086,1994.1908,81.23087,1936.2122,1626.6053,8.117456,5.6828127,2135.999,13.596503,12.186459,315.79367,25.386084,53.22617,30.089474,120.22618,527.9263,261.1359,3.6998987,34.397434,99.19446,717.0778,10.972228,96.18658,8.68809,1.4986411,54.20944,1.2978479,1.3562258,4.6441646,10.586663,29.237165,37.06817,31.04236,493.0027,32.634724,13.164286,20.516666,5.975655,71.78802,3.1045136,2.3933053,5.558125,61.13668,0.39022025,2.4385853,4.728668,35.476562,14.89125,3.0739791,3.6664307,184.61282,18.630735,338.00977,12.3792925,654.8077,24.896326,833.1129,254.78876,7.315203,10.630899,478.27518,641.28265,2264.6323,724.9696 +2023-04-04 22:00:00,0.0,3663.4392,30.948421,15.341515,8.20103,37.057903,182.00534,30.767925,66.28503,24.679058,40.914017,192.72684,393.05713,19.75974,25.561092,9.39668,1.8945899,34.702377,14.10442,17.016338,445.1563,3.2698858,302.6636,109.50676,7.1580024,69.445496,114.864174,58.627563,496.8917,241.07791,1934.9689,9.306035,2388.4956,56.190975,9.613822,6.8750362,43.94149,198.16977,265.55673,291.28928,69.647224,20.186012,9.171537,873.844,146.697,73.59761,42.566284,260.68878,21.464298,287.98172,11.52283,57.91946,0.0,2775.601,5132.412,3.109135,34.61408,30.246536,23749.158,73.538956,2.6253207,62.562782,107.07904,41.654053,11.264082,57.56173,489.68616,40.376217,39.06689,3.7812803,8.881234,709.6535,1.2047036,459.0182,47.166252,2815.7986,81.6213,160.83432,188.68712,272.93207,28.806576,44.42435,276.18857,22.76941,23.392475,14.095765,36.278297,209.78764,11.341664,8.519403,101.09181,19.961294,4524.087,28.976261,50.910416,24.85055,30.470425,351.3324,87.33189,52.96736,12.453429,14.921077,47.328766,110.275925,260.7497,82.00347,276.0395,36.053947,45.418774,115.16361,168.6036,186.64742,129.66849,9.873439,8.019514,14.112976,54.356514,5411.6074,12.410558,53.740814,140.02774,29.98258,333.66342,99.73324,270.47043,7.7117467,103.31448,897.3561,867.4312,80.40474,1102.2549,127.760826,117.12846,81.275345,66.872795,12.734132,40.2232,608.562,8.882619,13.144848,245.11719,9.899246,5.833874,67.01167,66.397736,667.74756,158.10017,180.64307,1993.6295,81.35896,1936.6699,1627.0009,8.124152,5.694097,2145.5996,13.591946,12.210417,315.79654,25.415611,53.283222,30.119299,120.4356,529.0097,261.17578,3.7040913,34.42283,99.61386,719.6369,11.025959,96.288826,8.698357,1.4982922,54.211346,1.2975701,1.3553522,4.640908,10.591011,29.267889,37.242386,31.035648,495.30304,32.66574,13.171429,20.522223,5.9764686,71.76424,3.1067128,2.3930185,5.55875,61.132404,0.3896389,2.4377556,4.72805,35.484375,14.891309,3.0717638,3.6828635,185.27583,18.69138,339.21805,12.400985,656.78436,24.934145,832.9117,255.54861,7.334498,10.636474,479.608,643.385,2268.9304,724.7576 +2023-04-04 23:00:00,0.0,3664.514,30.972858,15.361781,8.212868,37.069256,182.0483,30.773233,66.294754,24.67863,40.91138,193.02237,393.4114,19.763365,25.600323,9.38762,1.8929737,34.707607,14.111844,17.00521,445.24905,3.269345,302.75684,109.49443,7.1510134,69.35039,114.87764,58.61378,496.4792,241.02704,1936.5465,9.294542,2388.3997,56.116463,9.602682,6.866528,43.89295,198.21883,265.57568,290.92017,69.71528,20.206402,9.172328,873.81647,146.48009,73.58267,42.595993,260.92532,21.453728,288.12152,11.524751,57.90651,0.0,2777.5356,5138.9683,3.1156588,34.644684,30.288462,23762.588,73.61798,2.6294308,62.563297,107.059296,41.67636,11.271401,57.535942,490.02866,40.45269,39.074947,3.7839358,8.88329,709.9462,1.2142092,458.76883,47.203125,2814.9827,81.641205,160.77383,188.64218,272.92026,28.78469,44.39992,275.90994,22.753407,23.379122,14.108202,36.28101,209.66704,11.347032,8.52384,101.11275,19.96157,4523.683,28.991734,50.880207,24.850462,30.480862,351.2384,87.316345,52.967014,12.459381,14.928294,47.31252,110.29236,260.6345,82.005905,276.05157,36.09816,45.41669,115.18271,168.69514,187.76309,129.7117,9.870986,8.031424,14.104345,54.611153,5425.4434,12.401635,53.719677,139.89665,29.981037,333.67322,99.64884,270.34753,7.706836,103.389465,897.013,866.8557,80.382355,1101.8129,127.643745,117.08129,81.35111,66.81566,12.722522,40.194576,609.3129,8.871322,13.129768,244.93637,9.897718,5.8330398,66.95143,66.35403,667.3432,158.00217,180.62529,1993.0682,81.48706,1937.1277,1627.3962,8.130848,5.705382,2155.2004,13.587388,12.234375,315.7994,25.445139,53.34028,30.149124,120.64503,530.0931,261.21567,3.7082837,34.448223,100.033264,722.196,11.07969,96.39108,8.708623,1.4979432,54.213257,1.2972924,1.3544785,4.6376505,10.595359,29.29861,37.4166,31.028934,497.60342,32.69676,13.178572,20.527779,5.977282,71.74045,3.108912,2.3927314,5.559375,61.128124,0.38905755,2.4369256,4.7274327,35.492188,14.891369,3.0695486,3.6992962,185.93886,18.752024,340.42633,12.422677,658.76105,24.971964,832.71045,256.30847,7.3537927,10.642048,480.94083,645.48737,2273.2288,724.54565 +2023-04-05 00:00:00,0.0,3665.5886,30.997295,15.382048,8.224706,37.080605,182.09123,30.778542,66.30449,24.678202,40.908745,193.31789,393.7657,19.766989,25.639555,9.378561,1.8913573,34.712837,14.119267,16.994085,445.3418,3.2688046,302.85007,109.4821,7.1440244,69.25528,114.8911,58.6,496.06668,240.97615,1938.1241,9.28305,2388.3035,56.04195,9.591542,6.85802,43.844406,198.26788,265.59464,290.5511,69.78333,20.226791,9.173118,873.78894,146.26315,73.567726,42.625706,261.16187,21.44316,288.26132,11.52667,57.89356,0.0,2779.4697,5145.524,3.1221826,34.67529,30.330389,23776.018,73.697014,2.6335409,62.563812,107.03955,41.698666,11.278721,57.510155,490.37115,40.529167,39.083008,3.7865913,8.885346,710.2389,1.2237148,458.51944,47.24,2814.1667,81.66111,160.71332,188.59724,272.90845,28.762806,44.375492,275.63132,22.737402,23.365767,14.12064,36.283722,209.54643,11.352399,8.528277,101.13368,19.961845,4523.28,29.007208,50.85,24.850374,30.4913,351.14444,87.300804,52.966667,12.465332,14.935512,47.296272,110.30879,260.5193,82.00833,276.06366,36.142372,45.414608,115.201805,168.78667,188.87878,129.7549,9.868533,8.043333,14.095715,54.86579,5439.28,12.392712,53.69854,139.76556,29.979494,333.68298,99.564445,270.22467,7.7019258,103.46444,896.67,866.2803,80.35998,1101.3708,127.526665,117.03413,81.42689,66.75852,12.710913,40.16595,610.06384,8.8600235,13.114689,244.75557,9.896191,5.8322053,66.8912,66.31032,666.93884,157.90416,180.6075,1992.507,81.61515,1937.5854,1627.7916,8.137544,5.7166667,2164.801,13.58283,12.258333,315.80228,25.474667,53.397335,30.178947,120.85445,531.1765,261.25555,3.712476,34.473618,100.45267,724.755,11.133421,96.49334,8.718889,1.4975942,54.215164,1.2970146,1.3536048,4.6343937,10.599706,29.329332,37.590816,31.022223,499.9038,32.72778,13.185714,20.533333,5.9780955,71.71667,3.111111,2.3924444,5.56,61.123844,0.3884762,2.436096,4.726815,35.5,14.891428,3.0673332,3.7157288,186.60187,18.81267,341.6346,12.44437,660.73773,25.00978,832.5092,257.06833,7.3730874,10.647622,482.27365,647.58966,2277.5269,724.3337 +2023-04-05 01:00:00,0.0,3666.6633,31.021732,15.402315,8.236544,37.091957,182.13417,30.78385,66.314224,24.677774,40.906113,193.61342,394.11996,19.770613,25.678787,9.369501,1.8897411,34.718067,14.126692,16.98296,445.43454,3.268264,302.9433,109.46977,7.137036,69.16018,114.90456,58.586216,495.65417,240.92528,1939.7017,9.271556,2388.2073,55.967434,9.580402,6.849511,43.795864,198.31696,265.6136,290.18198,69.85139,20.24718,9.173907,873.7614,146.04623,73.55279,42.655415,261.3984,21.432589,288.40112,11.528591,57.880608,0.0,2781.4043,5152.08,3.1287065,34.7059,30.372314,23789.447,73.77604,2.6376507,62.564327,107.019806,41.720974,11.28604,57.484367,490.71362,40.605644,39.091064,3.7892468,8.887403,710.5316,1.2332205,458.27008,47.276875,2813.3506,81.68102,160.6528,188.5523,272.89664,28.740921,44.35106,275.3527,22.7214,23.352413,14.133078,36.28643,209.42581,11.357765,8.532714,101.15462,19.962122,4522.8765,29.022682,50.81979,24.850286,30.501738,351.05045,87.28526,52.96632,12.471284,14.942729,47.280025,110.325226,260.40408,82.010765,276.07578,36.186584,45.412525,115.2209,168.87819,189.99448,129.79811,9.86608,8.0552435,14.087084,55.12043,5453.116,12.383789,53.677402,139.63448,29.977951,333.69278,99.48004,270.1018,7.6970153,103.53942,896.3269,865.70483,80.33759,1100.9288,127.40958,116.98695,81.50266,66.701385,12.699303,40.137325,610.8147,8.848725,13.099609,244.57475,9.894663,5.831371,66.830956,66.2666,666.5345,157.80617,180.58972,1991.9458,81.74325,1938.0432,1628.187,8.144239,5.7279515,2174.4016,13.578273,12.282291,315.8051,25.504194,53.45439,30.208773,121.063866,532.25995,261.29547,3.7166686,34.499012,100.87207,727.3141,11.187153,96.59559,8.729156,1.4972453,54.21707,1.2967368,1.3527312,4.6311364,10.6040535,29.360054,37.76503,31.015509,502.2042,32.758797,13.192857,20.538889,5.978909,71.69288,3.11331,2.3921573,5.560625,61.119568,0.38789484,2.435266,4.7261972,35.507812,14.891487,3.065118,3.7321615,187.2649,18.873314,342.8429,12.466063,662.7145,25.0476,832.308,257.8282,7.392382,10.653197,483.60648,649.692,2281.8252,724.1217 +2023-04-05 02:00:00,0.0,3667.738,31.04617,15.422582,8.248383,37.10331,182.17711,30.78916,66.32395,24.677347,40.903477,193.90894,394.47424,19.774237,25.718018,9.360441,1.8881248,34.723297,14.134115,16.971832,445.52725,3.2677233,303.03653,109.45744,7.130047,69.06507,114.91802,58.572437,495.2417,240.87439,1941.2793,9.260063,2388.111,55.89292,9.5692625,6.841003,43.747322,198.36601,265.63254,289.8129,69.91944,20.26757,9.174697,873.73395,145.8293,73.53784,42.685127,261.63495,21.422018,288.54092,11.530512,57.867657,0.0,2783.3386,5158.6357,3.1352303,34.736504,30.414242,23802.877,73.855064,2.6417608,62.564846,107.00005,41.74328,11.29336,57.45858,491.05612,40.682117,39.099125,3.7919023,8.889458,710.82434,1.242726,458.02072,47.31375,2812.5347,81.70093,160.5923,188.50737,272.8848,28.719038,44.32663,275.07407,22.705395,23.33906,14.1455145,36.289143,209.3052,11.363132,8.537151,101.17555,19.962397,4522.473,29.038155,50.789585,24.850199,30.512177,350.95648,87.26972,52.965973,12.477235,14.949945,47.263783,110.34166,260.28888,82.0132,276.08786,36.230797,45.410442,115.23999,168.96973,191.11017,129.84132,9.863627,8.067153,14.078452,55.375072,5466.952,12.3748665,53.65627,139.50339,29.97641,333.70255,99.395645,269.9789,7.692105,103.614395,895.9838,865.12933,80.315216,1100.4868,127.292496,116.93979,81.57843,66.64425,12.687693,40.1087,611.5656,8.837427,13.08453,244.39395,9.893135,5.8305364,66.77072,66.22289,666.1302,157.70816,180.57193,1991.3845,81.87134,1938.501,1628.5824,8.150935,5.739236,2184.0024,13.573715,12.30625,315.80798,25.533722,53.511448,30.238598,121.273285,533.3434,261.33536,3.720861,34.524406,101.29147,729.87317,11.240884,96.697845,8.739422,1.4968964,54.218983,1.2964591,1.3518575,4.627879,10.6084,29.390778,37.939247,31.008797,504.50455,32.789814,13.2,20.544445,5.9797225,71.6691,3.115509,2.3918703,5.56125,61.115288,0.3873135,2.434436,4.7255797,35.515625,14.891547,3.0629027,3.7485943,187.9279,18.933958,344.0512,12.487755,664.69116,25.085419,832.10675,258.58804,7.4116774,10.6587715,484.93927,651.7944,2286.1233,723.9097 +2023-04-05 03:00:00,0.0,3668.8127,31.070606,15.442848,8.260221,37.11466,182.22005,30.794468,66.33369,24.676918,40.90084,194.20447,394.82852,19.77786,25.75725,9.351382,1.8865085,34.72853,14.141539,16.960707,445.62,3.2671828,303.12976,109.445114,7.123058,68.96996,114.93148,58.558655,494.8292,240.82352,1942.8569,9.2485695,2388.0151,55.81841,9.558124,6.8324947,43.69878,198.41507,265.6515,289.4438,69.9875,20.28796,9.175487,873.7064,145.61238,73.5229,42.714836,261.8715,21.411448,288.68073,11.532432,57.854706,0.0,2785.2732,5165.192,3.1417542,34.76711,30.45617,23816.307,73.9341,2.645871,62.56536,106.980316,41.765587,11.300679,57.432793,491.39862,40.758595,39.10718,3.7945578,8.891514,711.11707,1.2522316,457.77136,47.350624,2811.7188,81.72083,160.53178,188.46243,272.873,28.697153,44.302197,274.7954,22.689392,23.325706,14.157952,36.291855,209.1846,11.368499,8.541589,101.19649,19.962673,4522.07,29.053629,50.759377,24.850111,30.522614,350.8625,87.25418,52.965626,12.483187,14.957163,47.247536,110.35809,260.17368,82.015625,276.09995,36.27501,45.40836,115.25909,169.06125,192.22585,129.88452,9.861176,8.079062,14.069821,55.62971,5480.7886,12.365943,53.63513,139.3723,29.974867,333.7123,99.31125,269.85605,7.6871943,103.68937,895.6408,864.5539,80.29283,1100.0448,127.175415,116.89262,81.654205,66.587105,12.676084,40.080074,612.31647,8.826129,13.069449,244.21313,9.891607,5.829702,66.71048,66.179184,665.7258,157.61015,180.55415,1990.8232,81.999435,1938.9587,1628.9778,8.157631,5.7505207,2193.603,13.569158,12.330208,315.81085,25.56325,53.5685,30.268421,121.48271,534.4268,261.37524,3.7250535,34.5498,101.71088,732.4322,11.294615,96.8001,8.749688,1.4965475,54.22089,1.2961813,1.3509839,4.6246223,10.612748,29.4215,38.11346,31.002083,506.80493,32.82083,13.207143,20.55,5.980536,71.64531,3.1177082,2.3915832,5.561875,61.111008,0.38673216,2.4336064,4.724962,35.523438,14.891606,3.0606875,3.765027,188.59091,18.994604,345.2595,12.509448,666.66785,25.123236,831.9055,259.3479,7.430972,10.664346,486.2721,653.8967,2290.4216,723.69775 +2023-04-05 04:00:00,0.0,3669.8875,31.095043,15.463116,8.2720585,37.12601,182.263,30.799776,66.343414,24.67649,40.89821,194.49998,395.1828,19.781485,25.79648,9.342322,1.8848922,34.73376,14.148963,16.949581,445.71274,3.266642,303.223,109.432785,7.116069,68.87486,114.94494,58.544872,494.4167,240.77263,1944.4346,9.237077,2387.919,55.743896,9.546984,6.8239865,43.65024,198.46413,265.67044,289.0747,70.05556,20.308352,9.176276,873.6789,145.39545,73.50796,42.74455,262.10803,21.400877,288.82053,11.534352,57.841755,0.0,2787.2075,5171.7476,3.148278,34.797714,30.498095,23829.736,74.01312,2.6499808,62.565876,106.96057,41.787895,11.307999,57.407005,491.74112,40.835068,39.115242,3.7972133,8.89357,711.4097,1.2617372,457.522,47.3875,2810.9028,81.74074,160.47128,188.4175,272.86118,28.675268,44.277767,274.51678,22.673388,23.312353,14.170389,36.294567,209.064,11.373866,8.546025,101.21742,19.96295,4521.6665,29.069103,50.729168,24.850023,30.533052,350.76852,87.23865,52.96528,12.489138,14.96438,47.23129,110.37453,260.05847,82.01806,276.11203,36.31922,45.406277,115.27818,169.15277,193.34154,129.92773,9.858723,8.090972,14.061191,55.88435,5494.625,12.35702,53.613995,139.24121,29.973324,333.7221,99.22685,269.7332,7.682284,103.76435,895.2977,863.9784,80.270454,1099.6028,127.05833,116.84544,81.72998,66.52997,12.664474,40.05145,613.0674,8.814831,13.05437,244.03232,9.8900795,5.8288674,66.650246,66.13547,665.3215,157.51215,180.53638,1990.262,82.127525,1939.4165,1629.3732,8.164328,5.7618055,2203.2036,13.5646,12.354166,315.81372,25.592777,53.625557,30.298246,121.69213,535.51025,261.41513,3.729246,34.5752,102.13028,734.9913,11.348346,96.90235,8.7599535,1.4961984,54.2228,1.2959036,1.3501103,4.621365,10.617096,29.45222,38.287678,30.995369,509.10532,32.851852,13.214286,20.555555,5.9813495,71.62153,3.1199071,2.3912961,5.5625,61.10673,0.3861508,2.4327765,4.7243443,35.53125,14.891666,3.0584722,3.7814598,189.25394,19.055248,346.46777,12.53114,668.6446,25.161055,831.7043,260.10776,7.450267,10.66992,487.60492,655.9991,2294.7197,723.4858 +2023-04-05 05:00:00,0.0,3670.9622,31.11948,15.483382,8.283897,37.13736,182.30594,30.805084,66.35315,24.676062,40.895573,194.79552,395.53708,19.785109,25.835712,9.333262,1.883276,34.73899,14.156386,16.938454,445.80548,3.2661016,303.31622,109.42045,7.10908,68.779755,114.958405,58.53109,494.00418,240.72176,1946.0122,9.225584,2387.8228,55.66938,9.535844,6.8154783,43.601696,198.51318,265.6894,288.7056,70.12361,20.328741,9.177067,873.65137,145.17853,73.49302,42.774258,262.34457,21.390308,288.96033,11.536273,57.828804,0.0,2789.1418,5178.3037,3.1548018,34.82832,30.540022,23843.166,74.09215,2.654091,62.56639,106.94083,41.8102,11.315318,57.38122,492.0836,40.911545,39.1233,3.7998686,8.895626,711.70245,1.2712429,457.27264,47.424377,2810.087,81.76065,160.41077,188.37256,272.84937,28.653383,44.253338,274.23816,22.657385,23.298998,14.182827,36.29728,208.94337,11.379232,8.550463,101.23836,19.963224,4521.263,29.084576,50.69896,24.849936,30.54349,350.67453,87.22311,52.96493,12.49509,14.971597,47.215042,110.39096,259.94327,82.020485,276.1241,36.363434,45.404194,115.29727,169.24431,194.45723,129.97095,9.85627,8.102882,14.05256,56.13899,5508.461,12.348098,53.592857,139.11012,29.97178,333.73187,99.14245,269.6103,7.6773734,103.839325,894.95465,863.40295,80.24807,1099.1608,126.941246,116.79828,81.80575,66.47283,12.6528635,40.022823,613.81824,8.803533,13.03929,243.85152,9.888552,5.828033,66.590004,66.09176,664.9171,157.41415,180.51859,1989.7007,82.25562,1939.8743,1629.7686,8.171023,5.7730904,2212.8044,13.560042,12.378125,315.8166,25.622305,53.682613,30.328072,121.90155,536.5936,261.45502,3.7334385,34.600594,102.54968,737.55035,11.402077,97.00461,8.77022,1.4958495,54.22471,1.2956258,1.3492366,4.618108,10.621443,29.482944,38.461895,30.988657,511.4057,32.88287,13.221429,20.561111,5.982163,71.59774,3.1221063,2.391009,5.563125,61.10245,0.38556945,2.4319465,4.7237267,35.539062,14.891726,3.056257,3.7978923,189.91695,19.115892,347.67606,12.552833,670.6213,25.198874,831.50305,260.8676,7.4695616,10.675494,488.93774,658.10144,2299.018,723.2738 +2023-04-05 06:00:00,0.0,3672.0369,31.143917,15.503649,8.295735,37.148712,182.34888,30.810392,66.362885,24.675634,40.892937,195.09105,395.89136,19.788733,25.874945,9.3242035,1.8816596,34.74422,14.163811,16.927328,445.89822,3.265561,303.40945,109.40812,7.102091,68.68465,114.97186,58.517307,493.59167,240.67088,1947.5898,9.21409,2387.7266,55.594868,9.524704,6.80697,43.553154,198.56224,265.70834,288.33652,70.191666,20.34913,9.177856,873.62384,144.9616,73.47807,42.803967,262.58112,21.379738,289.10013,11.538193,57.815853,0.0,2791.0764,5184.8594,3.1613257,34.85893,30.581947,23856.596,74.17118,2.658201,62.56691,106.92108,41.832508,11.322638,57.355434,492.4261,40.98802,39.13136,3.802524,8.897682,711.9952,1.2807485,457.0233,47.46125,2809.2708,81.780556,160.35025,188.32762,272.83755,28.631498,44.228905,273.95953,22.641382,23.285645,14.195265,36.299988,208.82277,11.3846,8.554899,101.25929,19.963501,4520.86,29.10005,50.66875,24.849848,30.553928,350.58054,87.207565,52.964584,12.50104,14.978814,47.1988,110.407394,259.82806,82.02292,276.1362,36.407646,45.40211,115.31637,169.33583,195.57292,130.01414,9.853817,8.114792,14.043929,56.393627,5522.2974,12.339174,53.571724,138.97903,29.970238,333.74167,99.05805,269.48743,7.672463,103.9143,894.61163,862.8275,80.22569,1098.7188,126.824165,116.75111,81.88152,66.415695,12.641254,39.994198,614.56915,8.792234,13.024211,243.6707,9.887024,5.827199,66.52977,66.04805,664.51276,157.31615,180.50081,1989.1394,82.38371,1940.332,1630.164,8.177719,5.784375,2222.405,13.555485,12.402083,315.81943,25.651833,53.73967,30.357895,122.11097,537.67706,261.4949,3.7376308,34.625988,102.969086,740.10944,11.455808,97.106865,8.780486,1.4955006,54.22662,1.295348,1.3483629,4.614851,10.625791,29.513666,38.63611,30.981943,513.70605,32.913887,13.228571,20.566668,5.9829764,71.57396,3.1243055,2.390722,5.56375,61.09817,0.3849881,2.4311168,4.7231092,35.546875,14.891785,3.0540416,3.814325,190.57997,19.176538,348.88434,12.574526,672.59796,25.236692,831.3018,261.62747,7.4888563,10.681069,490.27057,660.2038,2303.3162,723.0618 +2023-04-05 07:00:00,0.0,3673.1116,31.168354,15.523916,8.307573,37.160065,182.39182,30.8157,66.37261,24.675207,40.8903,195.38657,396.24564,19.792356,25.914175,9.315144,1.8800434,34.74945,14.171234,16.916203,445.99097,3.2650204,303.5027,109.39579,7.095102,68.58954,114.98532,58.503525,493.1792,240.62,1949.1675,9.202598,2387.6306,55.520355,9.513564,6.798462,43.504616,198.6113,265.7273,287.9674,70.25972,20.36952,9.178646,873.5963,144.74467,73.463135,42.83368,262.81766,21.369167,289.23993,11.540113,57.802906,0.0,2793.0107,5191.4155,3.1678495,34.889534,30.623875,23870.025,74.250206,2.6623108,62.567425,106.90134,41.854813,11.329957,57.329647,492.7686,41.064495,39.139416,3.8051796,8.899738,712.2879,1.290254,456.7739,47.498127,2808.4548,81.80046,160.28975,188.28268,272.82574,28.609613,44.204475,273.6809,22.625378,23.272291,14.207702,36.3027,208.70216,11.389966,8.559337,101.28023,19.963776,4520.4565,29.115524,50.638542,24.84976,30.564365,350.48657,87.192024,52.964237,12.506992,14.986032,47.182552,110.42383,259.71286,82.02535,276.14832,36.45186,45.40003,115.335464,169.42735,196.6886,130.05736,9.851364,8.126701,14.035297,56.64827,5536.134,12.330252,53.550587,138.84795,29.968697,333.75143,98.973656,269.36453,7.6675525,103.98928,894.26855,862.252,80.20331,1098.2766,126.70708,116.70394,81.9573,66.35856,12.629644,39.965572,615.32,8.780936,13.009131,243.4899,9.885496,5.8263645,66.46953,66.00433,664.1084,157.21814,180.48302,1988.5782,82.51181,1940.7898,1630.5593,8.184415,5.7956595,2232.0056,13.550927,12.426042,315.8223,25.68136,53.796722,30.38772,122.3204,538.7605,261.53482,3.7418234,34.651382,103.38849,742.66846,11.509539,97.209114,8.790752,1.4951516,54.228527,1.2950703,1.3474894,4.6115937,10.630138,29.544388,38.810326,30.975231,516.0065,32.94491,13.235714,20.572222,5.98379,71.55017,3.1265044,2.390435,5.564375,61.093895,0.38440675,2.430287,4.7224913,35.554688,14.891845,3.0518262,3.8307579,191.24298,19.237183,350.09262,12.596218,674.57465,25.27451,831.1006,262.38733,7.508151,10.686644,491.60336,662.30615,2307.6145,722.84985 +2023-04-05 08:00:00,0.0,3674.1865,31.192791,15.544183,8.319411,37.171413,182.43475,30.82101,66.38235,24.674778,40.88767,195.6821,396.5999,19.79598,25.953407,9.306084,1.8784271,34.75468,14.178658,16.905075,446.0837,3.2644799,303.5959,109.38346,7.0881133,68.49444,114.99879,58.489742,492.7667,240.56912,1950.7451,9.191105,2387.5344,55.44584,9.502424,6.789953,43.456074,198.66035,265.74628,287.59833,70.327774,20.38991,9.179436,873.5688,144.52774,73.44819,42.863388,263.0542,21.358597,289.37973,11.542034,57.789955,0.0,2794.945,5197.971,3.1743731,34.92014,30.665802,23883.455,74.32923,2.666421,62.56794,106.88159,41.87712,11.337276,57.30386,493.11105,41.140972,39.147476,3.807835,8.901794,712.58057,1.2997596,456.52454,47.535,2807.639,81.82037,160.22925,188.23775,272.8139,28.587729,44.180046,273.40228,22.609375,23.258938,14.2201395,36.305412,208.58154,11.395333,8.563773,101.30116,19.964052,4520.053,29.130997,50.608334,24.849672,30.574804,350.39258,87.17648,52.96389,12.512943,14.993249,47.166306,110.44026,259.59766,82.02778,276.1604,36.49607,45.397945,115.35456,169.51889,197.80429,130.10057,9.848911,8.138611,14.026667,56.90291,5549.9697,12.321329,53.52945,138.71686,29.967154,333.76123,98.88926,269.24167,7.662642,104.064255,893.9255,861.6766,80.18093,1097.8346,126.59,116.65677,82.033066,66.30142,12.618034,39.936947,616.0709,8.769638,12.994052,243.30908,9.883968,5.82553,66.409294,65.960625,663.70404,157.12013,180.46524,1988.017,82.6399,1941.2476,1630.9548,8.191111,5.8069444,2241.6064,13.54637,12.45,315.82516,25.710888,53.85378,30.417545,122.529816,539.84393,261.5747,3.7460158,34.676777,103.80789,745.22754,11.56327,97.31137,8.801019,1.4948026,54.23044,1.2947925,1.3466157,4.608337,10.634485,29.57511,38.98454,30.968517,518.3068,32.975925,13.242857,20.577778,5.9846034,71.52639,3.1287036,2.390148,5.565,61.089615,0.3838254,2.429457,4.7218738,35.5625,14.891904,3.049611,3.8471906,191.90599,19.297827,351.3009,12.61791,676.5514,25.312328,830.89935,263.1472,7.527446,10.692218,492.9362,664.40845,2311.9126,722.63794 +2023-04-05 09:00:00,0.0,3675.2612,31.217228,15.564449,8.33125,37.182766,182.4777,30.826319,66.39208,24.67435,40.885033,195.97762,396.9542,19.799604,25.992638,9.297025,1.8768108,34.75991,14.186082,16.89395,446.17642,3.2639394,303.68912,109.37113,7.0811243,68.39933,115.012245,58.47596,492.3542,240.51823,1952.3226,9.179611,2387.4382,55.371326,9.491285,6.781445,43.40753,198.70941,265.76523,287.22922,70.395836,20.4103,9.180225,873.5413,144.3108,73.43325,42.8931,263.29074,21.348026,289.51953,11.543954,57.777004,0.0,2796.8796,5204.5273,3.180897,34.950745,30.707727,23896.885,74.408264,2.670531,62.568455,106.86185,41.899426,11.344596,57.278072,493.45355,41.21745,39.155533,3.8104906,8.903851,712.8733,1.3092653,456.27518,47.571877,2806.823,81.84028,160.16875,188.19281,272.8021,28.565845,44.155613,273.12366,22.59337,23.245584,14.232576,36.30812,208.46094,11.4007,8.568211,101.3221,19.964327,4519.65,29.146471,50.578125,24.849585,30.585241,350.2986,87.16094,52.963543,12.518895,15.000465,47.15006,110.456696,259.48245,82.03021,276.1725,36.540283,45.395866,115.37365,169.61041,198.91998,130.14377,9.846458,8.150521,14.018036,57.157547,5563.806,12.312406,53.508312,138.58577,29.96561,333.771,98.804855,269.1188,7.6577315,104.13924,893.58246,861.1011,80.15855,1097.3926,126.472916,116.609604,82.10884,66.244286,12.606424,39.90832,616.8218,8.75834,12.978972,243.12827,9.882441,5.8246956,66.34905,65.916916,663.2997,157.02214,180.44745,1987.4557,82.768,1941.7053,1631.3502,8.197807,5.818229,2251.207,13.541812,12.473958,315.82803,25.740416,53.910835,30.447369,122.739235,540.92737,261.6146,3.7502084,34.70217,104.22729,747.7866,11.617001,97.41363,8.811285,1.4944537,54.232346,1.2945149,1.345742,4.6050797,10.638833,29.605833,39.158756,30.961805,520.6072,33.006943,13.25,20.583334,5.985417,71.5026,3.1309025,2.3898609,5.565625,61.085335,0.38324407,2.4286273,4.7212563,35.570312,14.891964,3.0473957,3.8636231,192.56902,19.358473,352.5092,12.639604,678.5281,25.350147,830.6981,263.90704,7.5467405,10.697792,494.269,666.5108,2316.211,722.42596 +2023-04-05 10:00:00,0.0,3676.336,31.241665,15.584717,8.343088,37.194115,182.52065,30.831627,66.40181,24.673922,40.882397,196.27315,397.30847,19.803228,26.03187,9.287965,1.8751945,34.765144,14.193505,16.882822,446.26917,3.2633986,303.78235,109.3588,7.0741353,68.30422,115.02571,58.46218,491.94168,240.46736,1953.9003,9.1681185,2387.3423,55.296814,9.480145,6.772937,43.35899,198.75847,265.78418,286.86014,70.46389,20.430689,9.181015,873.5138,144.09389,73.418304,42.92281,263.52728,21.337458,289.65933,11.545875,57.764053,0.0,2798.814,5211.0835,3.1874208,34.981354,30.749655,23910.314,74.48729,2.674641,62.56897,106.8421,41.921734,11.351915,57.252285,493.79605,41.293922,39.163593,3.813146,8.905906,713.166,1.3187709,456.02582,47.60875,2806.0068,81.86018,160.10823,188.14789,272.79028,28.54396,44.131184,272.84503,22.577368,23.232231,14.245014,36.310833,208.34033,11.406067,8.572647,101.34303,19.964603,4519.2466,29.161945,50.547916,24.849497,30.59568,350.20462,87.1454,52.963196,12.524846,15.007683,47.133816,110.47313,259.36725,82.03264,276.18457,36.584496,45.393784,115.392746,169.70195,200.03568,130.18698,9.844006,8.162431,14.009405,57.412186,5577.6426,12.303483,53.48718,138.45468,29.964067,333.78076,98.72046,268.9959,7.652821,104.21421,893.2394,860.52563,80.13617,1096.9506,126.35583,116.56243,82.18461,66.18715,12.594815,39.879696,617.5727,8.747042,12.963892,242.94746,9.880913,5.823861,66.28882,65.8732,662.8953,156.92413,180.42967,1986.8945,82.89609,1942.1631,1631.7456,8.204503,5.829514,2260.8079,13.537254,12.497916,315.83087,25.769943,53.96789,30.477194,122.94866,542.01074,261.65448,3.7544007,34.727566,104.64669,750.34564,11.670732,97.51588,8.821551,1.4941047,54.234257,1.2942371,1.3448684,4.6018224,10.64318,29.636555,39.332973,30.955091,522.9076,33.037964,13.257143,20.588888,5.9862304,71.47882,3.1331017,2.389574,5.56625,61.08106,0.3826627,2.4277973,4.7206383,35.578125,14.892023,3.0451806,3.880056,193.23203,19.419117,353.71747,12.661296,680.50476,25.387964,830.4969,264.6669,7.5660353,10.703366,495.60184,668.61316,2320.509,722.214 +2023-04-05 11:00:00,0.0,3677.4106,31.266102,15.604983,8.354926,37.205467,182.56358,30.836935,66.411545,24.673494,40.87976,196.56868,397.66275,19.806852,26.071102,9.278905,1.8735783,34.770374,14.20093,16.871696,446.3619,3.2628582,303.87558,109.34647,7.0671463,68.209114,115.03917,58.4484,491.52917,240.41647,1955.4779,9.156625,2387.246,55.222298,9.469006,6.7644286,43.310448,198.80753,265.80313,286.49103,70.531944,20.451078,9.181805,873.48627,143.87695,73.40336,42.952522,263.76385,21.326887,289.79913,11.547795,57.751102,0.0,2800.7485,5217.639,3.1939447,35.01196,30.79158,23923.744,74.566315,2.678751,62.56949,106.822365,41.944042,11.359235,57.226498,494.13852,41.3704,39.17165,3.8158016,8.907962,713.4587,1.3282764,455.77646,47.645626,2805.191,81.8801,160.04773,188.10295,272.77847,28.522076,44.106754,272.56638,22.561363,23.218876,14.257451,36.313545,208.21971,11.411433,8.577085,101.36397,19.964878,4518.8433,29.17742,50.517708,24.84941,30.606117,350.11063,87.12987,52.96285,12.530798,15.0149,47.11757,110.48956,259.25204,82.03507,276.19666,36.628708,45.3917,115.41184,169.79347,201.15135,130.2302,9.841553,8.17434,14.000774,57.666824,5591.4785,12.29456,53.46604,138.3236,29.962524,333.79056,98.63606,268.87305,7.6479106,104.289185,892.8963,859.9502,80.113785,1096.5085,126.23875,116.51527,82.26038,66.13001,12.583205,39.85107,618.32355,8.7357435,12.9488125,242.76665,9.879385,5.8230267,66.22858,65.82949,662.49097,156.82613,180.41188,1986.3333,83.02418,1942.6208,1632.141,8.211199,5.840799,2270.4084,13.532697,12.521874,315.83374,25.799473,54.024944,30.507019,123.15808,543.0942,261.69437,3.758593,34.75296,105.06609,752.9047,11.724463,97.61813,8.831818,1.4937558,54.236164,1.2939594,1.3439947,4.5985656,10.647528,29.667276,39.507187,30.94838,525.20795,33.06898,13.264286,20.594444,5.987044,71.45503,3.1353009,2.389287,5.566875,61.07678,0.38208136,2.4269674,4.720021,35.585938,14.892083,3.0429652,3.8964887,193.89505,19.479761,354.92575,12.682988,682.4815,25.425783,830.29565,265.42676,7.58533,10.708941,496.93466,670.7155,2324.8074,722.002 +2023-04-05 12:00:00,0.0,3678.4854,31.290539,15.62525,8.366765,37.21682,182.60652,30.842243,66.42128,24.673065,40.87713,196.8642,398.01703,19.810476,26.110332,9.269846,1.871962,34.775604,14.208353,16.86057,446.45465,3.2623177,303.9688,109.334145,7.0601573,68.11401,115.05263,58.434616,491.1167,240.3656,1957.0555,9.145132,2387.15,55.147785,9.457866,6.7559204,43.261906,198.85658,265.82208,286.12195,70.6,20.471468,9.182595,873.45874,143.66003,73.38842,42.98223,264.00037,21.316317,289.93893,11.549715,57.73815,0.0,2802.6829,5224.1953,3.2004685,35.042564,30.833508,23937.174,74.64535,2.6828609,62.570004,106.80262,41.966347,11.366554,57.20071,494.48102,41.446877,39.17971,3.8184571,8.910018,713.7514,1.337782,455.5271,47.6825,2804.375,81.9,159.98721,188.05801,272.76666,28.50019,44.08232,272.28775,22.54536,23.205523,14.269889,36.316257,208.0991,11.4168005,8.581522,101.3849,19.965155,4518.44,29.192892,50.4875,24.849321,30.616556,350.01666,87.11433,52.9625,12.536749,15.022117,47.101322,110.506,259.13684,82.0375,276.20874,36.67292,45.389618,115.43093,169.885,202.26704,130.27339,9.8391,8.18625,13.992143,57.921467,5605.315,12.285637,53.444904,138.1925,29.960983,333.80032,98.55167,268.75018,7.6429996,104.36417,892.5533,859.3747,80.09141,1096.0665,126.121666,116.468094,82.33616,66.07287,12.571595,39.822445,619.07446,8.724445,12.933733,242.58585,9.877857,5.822192,66.16834,65.78578,662.0867,156.72812,180.3941,1985.7719,83.152275,1943.0786,1632.5364,8.217895,5.852083,2280.009,13.528139,12.545834,315.8366,25.829,54.082,30.536842,123.3675,544.1776,261.73425,3.7627857,34.778355,105.4855,755.4638,11.778194,97.72039,8.842084,1.4934069,54.238075,1.2936816,1.343121,4.5953083,10.6518755,29.698,39.681404,30.941666,527.50836,33.1,13.271428,20.6,5.9878573,71.43125,3.1374998,2.389,5.5675,61.0725,0.3815,2.4261377,4.7194033,35.59375,14.892142,3.04075,3.9129214,194.55806,19.540407,356.13403,12.704681,684.4582,25.463602,830.0944,266.1866,7.6046247,10.714516,498.26746,672.8179,2329.1057,721.79004 +2023-04-05 13:00:00,0.0,3679.56,31.314976,15.645517,8.378603,37.22817,182.64946,30.847551,66.43101,24.672638,40.874493,197.15973,398.3713,19.8141,26.149565,9.260786,1.8703457,34.780834,14.215776,16.849443,446.5474,3.261777,304.06204,109.321815,7.0531683,68.018906,115.06609,58.420834,490.7042,240.31471,1958.6332,9.133639,2387.0537,55.073273,9.446726,6.747412,43.213367,198.90564,265.84103,285.75284,70.66805,20.49186,9.183385,873.4312,143.4431,73.373474,43.011944,264.23694,21.305746,290.07874,11.551636,57.7252,0.0,2804.6172,5230.751,3.2069924,35.07317,30.875435,23950.604,74.72437,2.686971,62.57052,106.782875,41.988655,11.373874,57.174923,494.82352,41.52335,39.187767,3.8211126,8.912074,714.0441,1.3472877,455.27774,47.719376,2803.559,81.91991,159.9267,188.01308,272.75482,28.478306,44.05789,272.00912,22.529358,23.19217,14.282327,36.31897,207.9785,11.422167,8.5859585,101.40584,19.96543,4518.0366,29.208366,50.45729,24.849234,30.626995,349.92267,87.098785,52.962154,12.542701,15.029334,47.085075,110.52243,259.02164,82.03993,276.22086,36.717133,45.387535,115.45003,169.97653,203.38274,130.3166,9.836647,8.19816,13.983512,58.176105,5619.1514,12.276714,53.423767,138.06142,29.95944,333.81012,98.46726,268.6273,7.638089,104.43914,892.2102,858.79926,80.06903,1095.6245,126.00458,116.42092,82.41193,66.01573,12.559986,39.79382,619.8253,8.713148,12.9186535,242.40503,9.876329,5.821358,66.1081,65.742065,661.6823,156.63013,180.37633,1985.2106,83.280365,1943.5364,1632.9318,8.22459,5.863368,2289.6099,13.5235815,12.569792,315.83948,25.858528,54.139057,30.566668,123.57692,545.26105,261.77417,3.766978,34.803753,105.9049,758.0228,11.831925,97.82264,8.852349,1.4930578,54.239983,1.2934039,1.3422474,4.592051,10.656222,29.728722,39.855618,30.934954,529.8087,33.13102,13.278571,20.605556,5.988671,71.40746,3.139699,2.388713,5.568125,61.068222,0.38091865,2.4253078,4.7187853,35.601562,14.892201,3.0385346,3.929354,195.22107,19.601051,357.34235,12.726374,686.4349,25.501421,829.8932,266.94647,7.62392,10.72009,499.60028,674.9202,2333.4038,721.57806 +2023-04-05 14:00:00,0.0,3680.6348,31.339413,15.665784,8.390441,37.23952,182.69241,30.852861,66.44074,24.67221,40.871857,197.45525,398.7256,19.817724,26.188795,9.251726,1.8687295,34.786064,14.223201,16.838318,446.64014,3.2612364,304.15527,109.30949,7.0461793,67.9238,115.07955,58.40705,490.2917,240.26384,1960.2108,9.122146,2386.9578,54.99876,9.435586,6.7389035,43.16482,198.9547,265.86,285.38376,70.736115,20.512249,9.184175,873.4037,143.22618,73.358536,43.041653,264.47345,21.295176,290.21854,11.553556,57.71225,0.0,2806.5518,5237.307,3.2135162,35.103775,30.91736,23964.033,74.8034,2.691081,62.571033,106.76313,42.01096,11.381193,57.149136,495.16602,41.599827,39.195827,3.823768,8.91413,714.33685,1.3567933,455.02835,47.756252,2802.7432,81.93981,159.8662,187.96814,272.743,28.45642,44.033463,271.7305,22.513353,23.178816,14.294764,36.32168,207.8579,11.427534,8.590396,101.426765,19.965706,4517.6333,29.22384,50.427082,24.849146,30.637432,349.8287,87.083244,52.961807,12.548652,15.036551,47.068832,110.538864,258.90643,82.042366,276.23294,36.76134,45.385452,115.469124,170.06805,204.49843,130.3598,9.834194,8.21007,13.974881,58.430744,5632.9873,12.267792,53.402634,137.93033,29.957897,333.8199,98.382866,268.50443,7.6331787,104.514114,891.8671,858.22375,80.046646,1095.1825,125.8875,116.37376,82.4877,65.958595,12.548376,39.765194,620.57623,8.70185,12.903574,242.22423,9.874802,5.8205237,66.04787,65.69836,661.27795,156.53212,180.35854,1984.6494,83.40846,1943.9941,1633.3271,8.231286,5.874653,2299.2104,13.519024,12.59375,315.84235,25.888056,54.196114,30.596493,123.78635,546.3445,261.81406,3.7711706,34.829147,106.3243,760.5819,11.885656,97.9249,8.862616,1.4927089,54.24189,1.2931261,1.3413738,4.588794,10.66057,29.759443,40.029835,30.92824,532.1091,33.162037,13.285714,20.61111,5.9894843,71.38368,3.141898,2.3884258,5.56875,61.063942,0.3803373,2.4244778,4.718168,35.609375,14.8922615,3.0363195,3.9457867,195.8841,19.661695,358.55063,12.748066,688.41156,25.539238,829.69196,267.70633,7.6432147,10.725664,500.9331,677.0226,2337.7021,721.3661 +2023-04-05 15:00:00,0.0,3681.7095,31.36385,15.68605,8.402279,37.25087,182.73535,30.85817,66.45048,24.671782,40.869225,197.75078,399.07986,19.821348,26.228027,9.242667,1.8671131,34.791294,14.230624,16.827192,446.73288,3.260696,304.2485,109.29716,7.0391903,67.8287,115.09301,58.39327,489.87918,240.21297,1961.7885,9.110653,2386.8616,54.924244,9.424447,6.7303953,43.11628,199.00375,265.87894,285.01465,70.80417,20.532639,9.184964,873.37616,143.00925,73.34359,43.071365,264.71002,21.284605,290.35834,11.555476,57.6993,0.0,2808.486,5243.863,3.22004,35.134384,30.959288,23977.463,74.88243,2.695191,62.571552,106.74339,42.033268,11.388513,57.12335,495.50848,41.676304,39.203884,3.8264234,8.916186,714.6295,1.3662989,454.779,47.793125,2801.927,81.959724,159.80568,187.9232,272.7312,28.434538,44.00903,271.45187,22.49735,23.165462,14.307201,36.32439,207.73727,11.4329,8.594832,101.4477,19.96598,4517.23,29.239313,50.396873,24.849058,30.647871,349.7347,87.0677,52.96146,12.554604,15.043768,47.052586,110.5553,258.79123,82.04479,276.24503,36.805553,45.38337,115.48822,170.15958,205.6141,130.40302,9.831741,8.221979,13.96625,58.685383,5646.8237,12.258868,53.381496,137.79924,29.956354,333.82968,98.29847,268.38156,7.6282682,104.589096,891.5241,857.6483,80.02427,1094.7405,125.77042,116.326584,82.56348,65.90146,12.536766,39.73657,621.3271,8.690552,12.8884945,242.04341,9.873274,5.8196893,65.987625,65.65465,660.8736,156.43411,180.34076,1984.0881,83.53655,1944.4519,1633.7225,8.237982,5.8859377,2308.811,13.514466,12.617708,315.84518,25.917583,54.25317,30.626316,123.995766,547.42786,261.85394,3.775363,34.85454,106.743706,763.141,11.939387,98.02715,8.872882,1.49236,54.2438,1.2928483,1.3405001,4.585537,10.664917,29.790167,40.20405,30.921528,534.4095,33.193054,13.292857,20.616667,5.990298,71.35989,3.144097,2.3881388,5.569375,61.05966,0.37975594,2.423648,4.71755,35.617188,14.892321,3.034104,3.9622195,196.5471,19.722342,359.7589,12.769759,690.3883,25.577057,829.4907,268.4662,7.6625094,10.731238,502.26593,679.12494,2342.0002,721.1541 +2023-04-05 16:00:00,0.0,3682.7842,31.388287,15.706318,8.414118,37.262222,182.77829,30.863478,66.460205,24.671354,40.86659,198.0463,399.43414,19.824972,26.26726,9.233607,1.8654969,34.796528,14.238049,16.816065,446.8256,3.2601552,304.34174,109.28483,7.032202,67.73359,115.106476,58.379486,489.46667,240.16208,1963.3661,9.099159,2386.7654,54.84973,9.413307,6.721887,43.06774,199.05281,265.8979,284.64557,70.87222,20.553028,9.185754,873.3487,142.79233,73.32865,43.101074,264.94653,21.274036,290.49814,11.557397,57.68635,0.0,2810.4204,5250.419,3.226564,35.16499,31.001213,23990.893,74.96146,2.699301,62.572067,106.72365,42.055573,11.395832,57.09756,495.85098,41.752777,39.211945,3.829079,8.918242,714.92224,1.3758044,454.52963,47.83,2801.111,81.97963,159.74518,187.87827,272.7194,28.412653,43.9846,271.17325,22.481346,23.15211,14.319638,36.327103,207.61667,11.438268,8.59927,101.468636,19.966257,4516.8267,29.254787,50.366665,24.84897,30.658308,349.64075,87.05216,52.961113,12.5605545,15.050985,47.03634,110.57173,258.67603,82.047226,276.2571,36.849766,45.381287,115.50731,170.25111,206.7298,130.44623,9.829289,8.233889,13.95762,58.94002,5660.66,12.249946,53.36036,137.66815,29.954813,333.83945,98.21407,268.25867,7.623358,104.66407,891.181,857.0729,80.001884,1094.2985,125.65333,116.27942,82.639244,65.84432,12.525157,39.707943,622.078,8.679254,12.873415,241.8626,9.871746,5.818855,65.92739,65.61093,660.46924,156.3361,180.32297,1983.5269,83.66465,1944.9097,1634.1179,8.2446785,5.897222,2318.4119,13.509909,12.641666,315.84805,25.947111,54.310223,30.656141,124.205185,548.5113,261.89383,3.7795556,34.879936,107.16311,765.7001,11.993118,98.1294,8.883148,1.4920111,54.24571,1.2925706,1.3396264,4.58228,10.669265,29.820889,40.378265,30.914814,536.70984,33.224075,13.3,20.622223,5.9911113,71.33611,3.146296,2.3878517,5.57,61.055386,0.37917462,2.4228182,4.7169323,35.625,14.892381,3.031889,3.9786522,197.21013,19.782986,360.9672,12.791451,692.365,25.614876,829.2895,269.22604,7.681804,10.736813,503.59875,681.22723,2346.2986,720.94214 +2023-04-05 17:00:00,0.0,3683.859,31.412724,15.726584,8.425956,37.273575,182.82123,30.868786,66.46994,24.670925,40.863953,198.34183,399.78842,19.828596,26.30649,9.224547,1.8638806,34.801758,14.245472,16.80494,446.91833,3.2596147,304.43497,109.2725,7.025213,67.63848,115.119934,58.365704,489.0542,240.1112,1964.9436,9.0876665,2386.6694,54.77522,9.402167,6.713379,43.0192,199.10187,265.91684,284.27646,70.94028,20.573418,9.186543,873.32117,142.5754,73.313705,43.130783,265.1831,21.263466,290.63794,11.559318,57.6734,0.0,2812.355,5256.9746,3.2330878,35.195595,31.04314,24004.322,75.04048,2.703411,62.572582,106.703896,42.07788,11.4031515,57.071777,496.19348,41.829254,39.22,3.8317344,8.920299,715.21497,1.38531,454.28027,47.866875,2800.2952,81.999535,159.68468,187.83333,272.70758,28.390768,43.960167,270.89462,22.465343,23.138754,14.332076,36.32981,207.49606,11.443634,8.603706,101.48957,19.966532,4516.4233,29.270262,50.33646,24.848883,30.668747,349.54675,87.03663,52.960762,12.566506,15.058203,47.020092,110.588165,258.56082,82.04965,276.2692,36.89398,45.379204,115.526405,170.34264,207.84549,130.48943,9.826837,8.245799,13.948988,59.194664,5674.496,12.241023,53.339226,137.53706,29.95327,333.8492,98.12968,268.1358,7.6184473,104.739044,890.83795,856.4974,79.97951,1093.8564,125.53625,116.23225,82.71502,65.787186,12.513547,39.679317,622.82886,8.667955,12.8583355,241.6818,9.870218,5.8180203,65.86715,65.56722,660.0649,156.23811,180.30519,1982.9656,83.79274,1945.3674,1634.5133,8.251374,5.908507,2328.0125,13.505351,12.665625,315.85092,25.976639,54.36728,30.685966,124.414604,549.5947,261.93372,3.783748,34.90533,107.58251,768.2591,12.046849,98.23166,8.8934145,1.4916621,54.24762,1.2922928,1.3387529,4.579023,10.673613,29.85161,40.552483,30.908102,539.0102,33.255093,13.307143,20.627777,5.991925,71.312325,3.1484952,2.3875647,5.570625,61.051105,0.37859327,2.4219882,4.716315,35.632812,14.89244,3.0296736,3.995085,197.87314,19.84363,362.17548,12.813144,694.3417,25.652693,829.08826,269.9859,7.701099,10.742388,504.93155,683.3296,2350.5967,720.73016 +2023-04-05 18:00:00,0.0,3684.9336,31.43716,15.746851,8.437794,37.284924,182.86417,30.874094,66.47967,24.670498,40.861317,198.63736,400.1427,19.83222,26.345722,9.215488,1.8622643,34.806988,14.252895,16.793814,447.01108,3.259074,304.52817,109.26017,7.018224,67.54337,115.13339,58.35192,488.6417,240.06032,1966.5212,9.076174,2386.5732,54.700703,9.391027,6.7048707,42.970657,199.15092,265.93582,283.90738,71.00833,20.593807,9.187334,873.29364,142.35847,73.29877,43.160496,265.41962,21.252895,290.77774,11.561237,57.66045,0.0,2814.2896,5263.531,3.2396116,35.2262,31.085068,24017.752,75.119514,2.707521,62.573097,106.68415,42.10019,11.410471,57.04599,496.53595,41.905727,39.22806,3.83439,8.922354,715.5077,1.3948157,454.0309,47.90375,2799.4792,82.01945,159.62416,187.78839,272.69577,28.368883,43.935738,270.616,22.449339,23.1254,14.344513,36.332523,207.37544,11.449001,8.608144,101.510506,19.966808,4516.02,29.285734,50.30625,24.848795,30.679184,349.45276,87.02109,52.960415,12.572457,15.06542,47.003845,110.6046,258.44562,82.052086,276.28128,36.93819,45.37712,115.5455,170.43416,208.96117,130.53264,9.824384,8.257709,13.940357,59.449303,5688.3325,12.2321,53.31809,137.40598,29.951727,333.859,98.04527,268.0129,7.613537,104.814026,890.49493,855.92194,79.95712,1093.4144,125.41916,116.18508,82.790794,65.73005,12.501937,39.650692,623.5798,8.656657,12.843255,241.50098,9.8686905,5.817186,65.806915,65.52351,659.6605,156.1401,180.2874,1982.4043,83.92084,1945.8252,1634.9088,8.25807,5.9197917,2337.613,13.500793,12.689583,315.8538,26.006166,54.424335,30.71579,124.62403,550.67816,261.9736,3.7879405,34.930725,108.001915,770.8182,12.10058,98.333916,8.903681,1.4913131,54.249527,1.2920151,1.3378792,4.5757656,10.677959,29.882332,40.726696,30.901388,541.3106,33.28611,13.314285,20.633333,5.9927382,71.28854,3.1506944,2.3872776,5.57125,61.046825,0.3780119,2.4211586,4.715697,35.640625,14.8925,3.0274582,4.0115175,198.53615,19.904276,363.38376,12.834837,696.3184,25.690512,828.887,270.74576,7.7203937,10.747962,506.26437,685.43195,2354.895,720.5182 +2023-04-05 19:00:00,0.0,3686.0083,31.461597,15.767118,8.449633,37.296276,182.90712,30.879402,66.4894,24.67007,40.858685,198.93288,400.49698,19.835844,26.384953,9.206429,1.860648,34.812218,14.26032,16.782686,447.10382,3.2585335,304.6214,109.24784,7.0112348,67.44827,115.14686,58.338142,488.2292,240.00945,1968.0989,9.06468,2386.477,54.62619,9.379888,6.6963625,42.922115,199.2,265.95477,283.53827,71.076385,20.614197,9.188124,873.2661,142.14154,73.28382,43.190205,265.6562,21.242325,290.91754,11.563158,57.6475,0.0,2816.2236,5270.0864,3.2461355,35.25681,31.126993,24031.182,75.19854,2.711631,62.573616,106.664406,42.122494,11.41779,57.020203,496.87845,41.982204,39.23612,3.8370454,8.92441,715.80035,1.4043213,453.78156,47.940624,2798.663,82.03935,159.56366,187.74345,272.68393,28.346998,43.91131,270.33734,22.433336,23.112047,14.356951,36.335236,207.25484,11.454369,8.61258,101.53144,19.967083,4515.6167,29.301208,50.276043,24.848707,30.689623,349.3588,87.00555,52.960068,12.578409,15.072637,46.987602,110.62103,258.3304,82.05451,276.2934,36.982403,45.37504,115.56459,170.5257,210.07686,130.57585,9.821931,8.269618,13.931726,59.70394,5702.169,12.223177,53.29695,137.27489,29.950184,333.86877,97.96088,267.89005,7.6086264,104.889,890.15186,855.34644,79.934746,1092.9724,125.30208,116.13791,82.86656,65.67291,12.490327,39.622066,624.3307,8.645359,12.828176,241.32018,9.867163,5.8163514,65.74667,65.4798,659.25616,156.0421,180.26962,1981.843,84.04893,1946.283,1635.3042,8.264766,5.9310765,2347.2139,13.496236,12.713541,315.85663,26.035694,54.48139,30.745615,124.83345,551.7616,262.01352,3.7921329,34.95612,108.42132,773.37726,12.154311,98.436165,8.913947,1.4909642,54.25144,1.2917373,1.3370055,4.572509,10.682307,29.913055,40.900913,30.894676,543.61096,33.31713,13.321428,20.63889,5.9935517,71.264755,3.1528933,2.3869905,5.571875,61.04255,0.37743056,2.4203286,4.7150793,35.648438,14.892559,3.025243,4.0279503,199.19917,19.96492,364.59204,12.856529,698.2951,25.72833,828.6858,271.5056,7.7396884,10.753536,507.5972,687.5343,2359.193,720.3063 +2023-04-05 20:00:00,0.0,3687.083,31.486034,15.787385,8.461471,37.307625,182.95006,30.884712,66.49914,24.669641,40.85605,199.22841,400.8513,19.839468,26.424185,9.197369,1.8590318,34.817448,14.267743,16.77156,447.19656,3.257993,304.71463,109.23551,7.0042458,67.353165,115.16032,58.32436,487.81668,239.95856,1969.6765,9.053187,2386.3809,54.551678,9.368748,6.687854,42.873573,199.24905,265.97372,283.1692,71.14445,20.634586,9.188913,873.2386,141.92462,73.26888,43.219917,265.8927,21.231754,291.05734,11.565079,57.63455,0.0,2818.1582,5276.6426,3.252659,35.287415,31.16892,24044.611,75.277565,2.7157412,62.57413,106.64466,42.144802,11.42511,56.994415,497.22095,42.05868,39.24418,3.839701,8.926466,716.0931,1.4138268,453.5322,47.9775,2797.8472,82.05926,159.50314,187.69852,272.67212,28.325113,43.886875,270.05872,22.417334,23.098694,14.369389,36.337948,207.13423,11.459735,8.617018,101.552376,19.96736,4515.2134,29.316683,50.245834,24.84862,30.70006,349.2648,86.990005,52.95972,12.58436,15.079854,46.971355,110.63747,258.2152,82.056946,276.30548,37.026615,45.372955,115.58369,170.61722,211.19255,130.61905,9.819478,8.2815275,13.923096,59.95858,5716.005,12.214254,53.275814,137.1438,29.94864,333.87857,97.87648,267.76718,7.603716,104.96398,889.8088,854.771,79.91236,1092.5304,125.185,116.090744,82.94234,65.615776,12.478718,39.59344,625.08154,8.634061,12.813096,241.13936,9.865635,5.815517,65.68644,65.43609,658.8518,155.94409,180.25185,1981.2819,84.177025,1946.7407,1635.6996,8.2714615,5.9423614,2356.8145,13.491678,12.7375,315.8595,26.065222,54.538445,30.77544,125.04287,552.84503,262.0534,3.7963254,34.981514,108.84072,775.9363,12.208042,98.53842,8.924213,1.4906152,54.253345,1.2914596,1.3361319,4.5692515,10.686654,29.943777,41.075127,30.887962,545.9114,33.34815,13.328571,20.644444,5.994365,71.240974,3.1550925,2.3867035,5.5724998,61.03827,0.3768492,2.419499,4.714462,35.65625,14.892618,3.0230277,4.044383,199.86218,20.025564,365.80032,12.8782215,700.2718,25.766148,828.48456,272.26547,7.758983,10.75911,508.93002,689.63666,2363.4915,720.0943 +2023-04-05 21:00:00,0.0,3688.1577,31.510471,15.8076515,8.473309,37.318977,182.993,30.89002,66.508865,24.669214,40.853413,199.52393,401.20557,19.843092,26.463417,9.18831,1.8574154,34.822678,14.275167,16.760433,447.2893,3.2574522,304.80786,109.22318,6.9972568,67.25806,115.173775,58.310577,487.40417,239.90768,1971.2542,9.041694,2386.285,54.477165,9.357609,6.6793456,42.82503,199.29811,265.99268,282.80008,71.2125,20.654976,9.189703,873.21106,141.70769,73.25394,43.249626,266.12927,21.221186,291.19714,11.5669985,57.621597,0.0,2820.0928,5283.198,3.259183,35.31802,31.210846,24058.041,75.3566,2.719851,62.574646,106.624916,42.167107,11.432429,56.968628,497.56342,42.135155,39.252235,3.8423564,8.928522,716.3858,1.4233325,453.2828,48.014374,2797.0312,82.07917,159.44264,187.65358,272.6603,28.30323,43.862446,269.7801,22.401329,23.08534,14.381825,36.34066,207.01361,11.465102,8.621455,101.57331,19.967634,4514.81,29.332155,50.215626,24.848532,30.710499,349.17084,86.974464,52.959373,12.590312,15.087071,46.95511,110.6539,258.1,82.05938,276.31757,37.070827,45.370872,115.60278,170.70876,212.30824,130.66226,9.817025,8.293438,13.914464,60.21322,5729.8413,12.205331,53.25468,137.01271,29.9471,333.88834,97.79208,267.6443,7.5988054,105.038956,889.46576,854.1955,79.889984,1092.0884,125.06791,116.04357,83.01811,65.55864,12.467108,39.564816,625.83246,8.622763,12.798017,240.95856,9.864107,5.814683,65.6262,65.39238,658.44745,155.8461,180.23405,1980.7206,84.305115,1947.1985,1636.095,8.278158,5.9536457,2366.415,13.487121,12.761458,315.86237,26.09475,54.5955,30.805264,125.2523,553.9284,262.0933,3.8005178,35.00691,109.260124,778.49536,12.261774,98.64068,8.93448,1.4902663,54.255257,1.2911818,1.3352582,4.5659943,10.691002,29.974499,41.249344,30.88125,548.21173,33.379166,13.335714,20.65,5.9951787,71.217186,3.1572914,2.3864164,5.573125,61.03399,0.37626785,2.418669,4.713844,35.664062,14.892678,3.0208125,4.060816,200.5252,20.08621,367.0086,12.899915,702.2485,25.803967,828.2833,273.02533,7.778278,10.764685,510.26285,691.739,2367.7896,719.8823 +2023-04-05 22:00:00,0.0,3689.2327,31.534908,15.827919,8.485147,37.33033,183.03593,30.895329,66.5186,24.668785,40.850777,199.81946,401.55984,19.846716,26.502647,9.17925,1.8557992,34.82791,14.282591,16.749308,447.38205,3.2569118,304.9011,109.21085,6.9902678,67.16295,115.18724,58.296795,486.9917,239.8568,1972.8318,9.030201,2386.1887,54.40265,9.346469,6.6708374,42.776493,199.34717,266.01163,282.431,71.280556,20.675365,9.190493,873.1836,141.49077,73.239,43.27934,266.36578,21.210615,291.33694,11.568919,57.608646,0.0,2822.027,5289.7544,3.2657068,35.348625,31.252773,24071.47,75.43562,2.723961,62.57516,106.60518,42.189415,11.439749,56.94284,497.9059,42.21163,39.260296,3.845012,8.930578,716.6785,1.4328381,453.03345,48.05125,2796.2153,82.099075,159.38213,187.60864,272.6485,28.281345,43.838017,269.50146,22.385326,23.071987,14.394263,36.34337,206.893,11.4704685,8.625892,101.594246,19.96791,4514.4067,29.34763,50.185417,24.848444,30.720936,349.07684,86.95892,52.959026,12.596263,15.094288,46.93886,110.670334,257.9848,82.061806,276.32965,37.11504,45.36879,115.62188,170.80028,213.42392,130.70547,9.814572,8.305347,13.905833,60.46786,5743.6777,12.196408,53.233543,136.88162,29.945557,333.89813,97.70768,267.52142,7.593895,105.11393,889.1227,853.62006,79.8676,1091.6464,124.95083,115.9964,83.09388,65.501495,12.455498,39.53619,626.5833,8.6114645,12.782937,240.77774,9.862579,5.8138485,65.56596,65.34866,658.0431,155.7481,180.21628,1980.1593,84.43321,1947.6562,1636.4904,8.284854,5.9649305,2376.0159,13.482563,12.785417,315.86523,26.124277,54.652557,30.835089,125.461716,555.01184,262.13318,3.8047101,35.032303,109.67953,781.05444,12.315505,98.74293,8.944746,1.4899173,54.257164,1.290904,1.3343846,4.5627375,10.69535,30.005222,41.42356,30.874537,550.5121,33.410187,13.342857,20.655556,5.995992,71.193405,3.1594906,2.3861296,5.57375,61.029713,0.37568653,2.417839,4.7132263,35.671875,14.892737,3.0185971,4.0772486,201.18822,20.146854,368.2169,12.921607,704.2252,25.841785,828.0821,273.7852,7.7975726,10.77026,511.59567,693.8414,2372.088,719.67035 +2023-04-05 23:00:00,0.0,3690.3074,31.559345,15.848186,8.496985,37.34168,183.07887,30.900637,66.528336,24.668358,40.848145,200.11499,401.91412,19.85034,26.54188,9.17019,1.854183,34.83314,14.290014,16.738182,447.47476,3.2563713,304.99432,109.198524,6.9832788,67.06785,115.2007,58.283012,486.5792,239.80592,1974.4094,9.018708,2386.0925,54.328136,9.335329,6.662329,42.727947,199.39622,266.03058,282.0619,71.34861,20.695757,9.191282,873.15607,141.27383,73.22405,43.309048,266.60236,21.200045,291.47675,11.57084,57.595695,0.0,2823.9614,5296.31,3.2722306,35.379234,31.2947,24084.9,75.51465,2.7280712,62.575676,106.585434,42.21172,11.447068,56.917053,498.2484,42.28811,39.268353,3.8476672,8.932634,716.9712,1.4423437,452.7841,48.088127,2795.3994,82.11898,159.32162,187.5637,272.6367,28.25946,43.813583,269.22284,22.369322,23.058632,14.4067,36.34608,206.7724,11.475836,8.630329,101.61518,19.968185,4514.0034,29.363104,50.15521,24.848356,30.731375,348.98285,86.94339,52.95868,12.602215,15.101505,46.92262,110.68677,257.8696,82.06424,276.34174,37.159252,45.366707,115.64097,170.8918,214.53961,130.74867,9.8121195,8.317257,13.8972025,60.7225,5757.5137,12.187486,53.212406,136.75053,29.944014,333.9079,97.62328,267.39856,7.5889845,105.18891,888.7796,853.0446,79.84522,1091.2043,124.83375,115.949234,83.169655,65.44436,12.443889,39.507565,627.3342,8.600166,12.767858,240.59692,9.861052,5.813014,65.50572,65.304955,657.6388,155.65009,180.19849,1979.5981,84.5613,1948.114,1636.8857,8.29155,5.9762154,2385.6165,13.478005,12.809375,315.8681,26.153805,54.709614,30.864914,125.671135,556.0953,262.17307,3.8089027,35.0577,110.09893,783.61346,12.369236,98.845184,8.955011,1.4895684,54.259075,1.2906263,1.333511,4.55948,10.699697,30.035944,41.597775,30.867825,552.8125,33.441204,13.35,20.661112,5.9968057,71.16962,3.1616898,2.3858426,5.574375,61.025433,0.37510517,2.4170094,4.712609,35.679688,14.892797,3.016382,4.0936813,201.85124,20.207499,369.4252,12.943299,706.2019,25.879604,827.88086,274.54504,7.8168674,10.775834,512.92847,695.94366,2376.386,719.4584 +2023-04-06 00:00:00,0.0,3691.382,31.583782,15.868452,8.508823,37.35303,183.12183,30.905945,66.53806,24.66793,40.84551,200.4105,402.2684,19.853964,26.58111,9.161131,1.8525667,34.83837,14.297439,16.727055,447.5675,3.2558305,305.08755,109.186195,6.97629,66.97274,115.21416,58.26923,486.1667,239.75504,1975.987,9.007215,2385.9966,54.253624,9.324189,6.653821,42.679405,199.44528,266.04953,281.6928,71.416664,20.716146,9.192072,873.12854,141.05692,73.20911,43.33876,266.83887,21.189474,291.61652,11.57276,57.582745,0.0,2825.896,5302.866,3.2787545,35.40984,31.336626,24098.33,75.59367,2.732181,62.576195,106.56569,42.234028,11.454388,56.891266,498.59088,42.364582,39.276413,3.8503227,8.93469,717.2639,1.4518493,452.53473,48.125,2794.5833,82.138885,159.26111,187.51877,272.62488,28.237576,43.789154,268.9442,22.35332,23.045279,14.419138,36.348793,206.6518,11.481202,8.634766,101.636116,19.968462,4513.6,29.378576,50.125,24.848267,30.741812,348.8889,86.92785,52.958332,12.608166,15.108723,46.906372,110.7032,257.7544,82.066666,276.35382,37.203465,45.364624,115.660065,170.98334,215.6553,130.79189,9.809667,8.329166,13.888572,60.97714,5771.35,12.178562,53.19127,136.61945,29.94247,333.91766,97.53889,267.27567,7.584074,105.263885,888.4365,852.4691,79.82284,1090.7623,124.71666,115.90206,83.24543,65.38722,12.432279,39.47894,628.0851,8.588868,12.752778,240.41612,9.859524,5.8121796,65.44549,65.261246,657.23444,155.55208,180.18071,1979.0369,84.68939,1948.5718,1637.2811,8.298245,5.9875,2395.2173,13.473448,12.833333,315.87094,26.183332,54.76667,30.894737,125.880554,557.1787,262.21295,3.813095,35.083096,110.51833,786.17255,12.422967,98.94744,8.965278,1.4892194,54.260983,1.2903485,1.3326373,4.556223,10.704044,30.066666,41.77199,30.86111,555.11285,33.47222,13.357142,20.666666,5.997619,71.145836,3.1638887,2.3855555,5.575,61.021152,0.37452382,2.4161794,4.711991,35.6875,14.892857,3.0141666,4.110114,202.51425,20.268145,370.63348,12.964993,708.1786,25.917421,827.6797,275.3049,7.8361626,10.781408,514.2613,698.046,2380.6843,719.2464 +2023-04-06 01:00:00,0.0,3692.4568,31.60822,15.88872,8.520661,37.36438,183.16476,30.911253,66.5478,24.667501,40.842873,200.70604,402.62268,19.857588,26.620342,9.152071,1.8509504,34.8436,14.304862,16.715929,447.66025,3.25529,305.1808,109.17387,6.969301,66.87763,115.22762,58.255447,485.75418,239.70416,1977.5646,8.995722,2385.9004,54.179108,9.313049,6.645313,42.630867,199.49434,266.06848,281.3237,71.484726,20.736536,9.1928625,873.101,140.83998,73.19417,43.36847,267.0754,21.178904,291.75632,11.57468,57.569794,0.0,2827.8303,5309.422,3.2852783,35.440445,31.378553,24111.76,75.67271,2.7362912,62.57671,106.545944,42.256336,11.461707,56.86548,498.93338,42.44106,39.28447,3.8529782,8.936747,717.55664,1.4613549,452.28537,48.161877,2793.7673,82.1588,159.20059,187.47385,272.61304,28.21569,43.764725,268.6656,22.337315,23.031925,14.431575,36.351505,206.53117,11.486569,8.639203,101.65705,19.968737,4513.197,29.39405,50.09479,24.848179,30.75225,348.7949,86.91231,52.957985,12.614117,15.11594,46.890125,110.71963,257.6392,82.0691,276.36594,37.247677,45.36254,115.67916,171.07486,216.771,130.83508,9.807214,8.341077,13.879941,61.231777,5785.1865,12.16964,53.170135,136.48836,29.94093,333.92746,97.45449,267.1528,7.5791636,105.33886,888.0935,851.8937,79.80046,1090.3203,124.59958,115.8549,83.3212,65.330086,12.420669,39.450314,628.836,8.57757,12.737698,240.2353,9.857996,5.811345,65.38525,65.21754,656.8301,155.45409,180.16292,1978.4756,84.81749,1949.0295,1637.6765,8.304941,5.9987845,2404.8179,13.46889,12.857291,315.8738,26.21286,54.823723,30.924562,126.08998,558.26215,262.25284,3.8172877,35.10849,110.93774,788.7316,12.476698,99.04969,8.975544,1.4888705,54.26289,1.2900708,1.3317636,4.552966,10.708391,30.097387,41.946205,30.854397,557.41327,33.50324,13.364285,20.672222,5.9984326,71.12205,3.1660879,2.3852684,5.575625,61.016876,0.37394246,2.4153495,4.7113733,35.695312,14.892916,3.0119514,4.1265464,203.17726,20.328789,371.84177,12.986685,710.15533,25.95524,827.47845,276.06476,7.8554573,10.786983,515.5941,700.1484,2384.9824,719.0344 +2023-04-06 02:00:00,0.0,3693.5315,31.632656,15.908986,8.5325,37.375732,183.2077,30.916561,66.55753,24.667074,40.84024,201.00156,402.97696,19.861212,26.659575,9.143011,1.8493341,34.84883,14.312286,16.704803,447.753,3.2547495,305.27402,109.16154,6.962312,66.78253,115.24108,58.241665,485.34167,239.65329,1979.1422,8.984229,2385.8042,54.104595,9.30191,6.636804,42.582325,199.5434,266.08743,280.95462,71.55278,20.756926,9.193652,873.0735,140.62305,73.17922,43.398182,267.31195,21.168333,291.89612,11.576601,57.556847,0.0,2829.765,5315.978,3.2918022,35.47105,31.420479,24125.19,75.75173,2.7404013,62.577225,106.5262,42.27864,11.469027,56.83969,499.27588,42.517536,39.292526,3.8556337,8.938802,717.8493,1.4708605,452.036,48.19875,2792.9514,82.1787,159.1401,187.42891,272.60123,28.193806,43.74029,268.38696,22.321312,23.018572,14.444013,36.354218,206.41057,11.491936,8.64364,101.677986,19.969013,4512.7935,29.409525,50.064583,24.848091,30.762688,348.70093,86.89677,52.957638,12.620069,15.123157,46.87388,110.73606,257.524,82.071526,276.37802,37.29189,45.36046,115.69825,171.16638,217.88667,130.8783,9.804761,8.352986,13.871309,61.486416,5799.023,12.160717,53.149,136.35727,29.939386,333.93723,97.37009,267.02994,7.574253,105.41384,887.7504,851.3182,79.778076,1089.8783,124.4825,115.807724,83.39697,65.27295,12.40906,39.421688,629.58685,8.566272,12.722618,240.0545,9.856468,5.8105106,65.32501,65.17382,656.4257,155.35608,180.14514,1977.9142,84.94558,1949.4873,1638.0719,8.311637,6.0100694,2414.4185,13.464333,12.881249,315.87668,26.242388,54.88078,30.954386,126.2994,559.3455,262.29276,3.82148,35.133884,111.35714,791.2907,12.530429,99.15195,8.98581,1.4885216,54.2648,1.289793,1.3308899,4.549709,10.712739,30.12811,42.120422,30.847685,559.7136,33.53426,13.3714285,20.677778,5.999246,71.09827,3.1682868,2.3849814,5.57625,61.012596,0.3733611,2.4145198,4.710756,35.703125,14.892976,3.009736,4.142979,203.84029,20.389433,373.05005,13.008377,712.132,25.99306,827.2772,276.82462,7.874752,10.792557,516.92694,702.25073,2389.2808,718.82245 +2023-04-06 03:00:00,0.0,3694.6062,31.657093,15.929254,8.544338,37.387085,183.25064,30.921871,66.56726,24.666645,40.837605,201.29709,403.33124,19.864836,26.698805,9.133951,1.8477179,34.85406,14.31971,16.693676,447.84573,3.2542088,305.36725,109.14921,6.955323,66.68742,115.25455,58.227886,484.9292,239.6024,1980.7198,8.972735,2385.708,54.030083,9.290771,6.628296,42.533783,199.59245,266.10638,280.5855,71.620834,20.777315,9.194442,873.04596,140.40613,73.16428,43.42789,267.5485,21.157764,292.03592,11.578521,57.543896,0.0,2831.699,5322.5337,3.298326,35.501656,31.462406,24138.62,75.83076,2.7445111,62.57774,106.506454,42.30095,11.476346,56.813904,499.61838,42.59401,39.300587,3.8582892,8.940858,718.142,1.4803661,451.78665,48.235626,2792.1355,82.19861,159.07959,187.38397,272.58942,28.17192,43.715862,268.1083,22.30531,23.005219,14.45645,36.356926,206.28996,11.497303,8.648077,101.69892,19.969288,4512.39,29.424997,50.034374,24.848003,30.773127,348.60693,86.881226,52.95729,12.6260195,15.130374,46.857635,110.752495,257.40878,82.07396,276.3901,37.3361,45.358376,115.71735,171.25792,219.00237,130.92151,9.802308,8.364896,13.862679,61.74106,5812.859,12.1517935,53.12786,136.22618,29.937843,333.94702,97.28569,266.90704,7.5693426,105.488815,887.40735,850.74274,79.7557,1089.4363,124.36541,115.76056,83.47275,65.21581,12.3974495,39.393063,630.33777,8.554974,12.707539,239.87369,9.85494,5.809676,65.26477,65.13011,656.02136,155.25807,180.12737,1977.353,85.07368,1949.9451,1638.4673,8.318333,6.021354,2424.0193,13.459775,12.905209,315.87955,26.271917,54.937836,30.984211,126.50882,560.42896,262.33264,3.8256726,35.15928,111.77654,793.84973,12.58416,99.2542,8.996077,1.4881725,54.26671,1.2895153,1.3300164,4.546452,10.717087,30.158833,42.29464,30.840971,562.014,33.565277,13.3785715,20.683332,6.0000596,71.07448,3.170486,2.3846943,5.5768747,61.008316,0.37277976,2.4136899,4.710138,35.710938,14.893035,3.007521,4.159412,204.5033,20.450079,374.25833,13.030069,714.1087,26.030876,827.076,277.58447,7.894047,10.798132,518.25977,704.3531,2393.5789,718.6105 +2023-04-06 04:00:00,0.0,3695.681,31.68153,15.94952,8.556176,37.398434,183.29358,30.92718,66.576996,24.666218,40.83497,201.59262,403.68552,19.86846,26.738037,9.124892,1.8461015,34.85929,14.327133,16.68255,447.93848,3.2536683,305.46045,109.13688,6.948334,66.592316,115.268005,58.214104,484.5167,239.55153,1982.2975,8.961243,2385.612,53.955566,9.279631,6.6197877,42.48524,199.64151,266.12537,280.21643,71.68889,20.797705,9.195231,873.01843,140.1892,73.14934,43.4576,267.78503,21.147194,292.17572,11.580441,57.530945,0.0,2833.6335,5329.09,3.3048499,35.532265,31.504333,24152.049,75.90979,2.7486212,62.57826,106.48671,42.323254,11.483665,56.78812,499.96085,42.670486,39.308643,3.8609447,8.942914,718.43475,1.4898717,451.53726,48.2725,2791.3193,82.21852,159.01907,187.33904,272.5776,28.150038,43.69143,267.82968,22.289305,22.991863,14.468887,36.35964,206.16934,11.502669,8.6525135,101.71986,19.969564,4511.987,29.440472,50.004166,24.847916,30.783564,348.51294,86.865685,52.956944,12.631971,15.137591,46.84139,110.76893,257.29358,82.07639,276.4022,37.380314,45.356297,115.73644,171.34944,220.11806,130.9647,9.799855,8.376805,13.854048,61.995697,5826.6953,12.142871,53.106724,136.0951,29.9363,333.9568,97.201294,266.78418,7.564432,105.56379,887.06433,850.1673,79.733315,1088.9943,124.24833,115.71339,83.548515,65.158676,12.385839,39.364437,631.0886,8.543676,12.692459,239.69289,9.853413,5.808842,65.20454,65.0864,655.617,155.16006,180.10957,1976.7917,85.20177,1950.4028,1638.8628,8.325029,6.032639,2433.6199,13.455217,12.929167,315.8824,26.301445,54.994892,31.014036,126.71824,561.5124,262.37253,3.829865,35.184673,112.195946,796.4088,12.637891,99.35645,9.006343,1.4878236,54.26862,1.2892376,1.3291427,4.543195,10.721434,30.189554,42.468853,30.834259,564.3144,33.596294,13.385715,20.688889,6.000873,71.0507,3.1726851,2.3844073,5.5775,61.00404,0.37219843,2.41286,4.7095203,35.71875,14.893095,3.0053055,4.1758447,205.16632,20.510723,375.4666,13.051763,716.0854,26.068695,826.87476,278.3443,7.9133415,10.803706,519.5926,706.45544,2397.8772,718.3985 +2023-04-06 05:00:00,0.0,3696.7556,31.705967,15.969787,8.568015,37.409786,183.33653,30.932487,66.58673,24.665789,40.832333,201.88814,404.0398,19.872084,26.777267,9.115832,1.8444853,34.864525,14.334558,16.671425,448.03122,3.2531278,305.55368,109.12455,6.941345,66.49721,115.28146,58.20032,484.1042,239.50064,1983.8751,8.949749,2385.5159,53.881054,9.268491,6.6112795,42.4367,199.69057,266.14432,279.84732,71.75694,20.818094,9.196021,872.99097,139.97227,73.1344,43.487312,268.02158,21.136623,292.31552,11.582362,57.517994,0.0,2835.5679,5335.6455,3.3113737,35.56287,31.546259,24165.479,75.988815,2.7527313,62.578773,106.46697,42.345562,11.490985,56.762333,500.30334,42.746964,39.316704,3.8636003,8.94497,718.7275,1.4993774,451.2879,48.309376,2790.5034,82.23843,158.95857,187.2941,272.5658,28.128153,43.667,267.55106,22.273302,22.97851,14.481325,36.36235,206.04874,11.508037,8.656951,101.74079,19.96984,4511.5835,29.455946,49.973957,24.847828,30.794003,348.41898,86.85014,52.956596,12.637922,15.144808,46.82514,110.78536,257.17838,82.07882,276.41428,37.424526,45.354214,115.75554,171.44096,221.23375,131.00792,9.797403,8.388716,13.845417,62.250336,5840.5317,12.133948,53.08559,135.964,29.934757,333.96658,97.1169,266.6613,7.5595217,105.63877,886.72125,849.5918,79.71094,1088.5522,124.13125,115.66622,83.62429,65.10154,12.374229,39.33581,631.83954,8.532378,12.67738,239.51207,9.851885,5.8080077,65.144295,65.04269,655.21265,155.06207,180.0918,1976.2305,85.329865,1950.8606,1639.2582,8.331725,6.043924,2443.2205,13.45066,12.953125,315.88525,26.330973,55.051945,31.04386,126.927666,562.5958,262.4124,3.8340576,35.210068,112.61535,798.9679,12.691622,99.45871,9.016609,1.4874747,54.270527,1.2889599,1.328269,4.5399375,10.725781,30.220278,42.64307,30.827545,566.61475,33.627316,13.392857,20.694445,6.0016866,71.02691,3.174884,2.3841202,5.578125,60.99976,0.37161708,2.4120302,4.708903,35.726562,14.893154,3.0030901,4.1922774,205.82933,20.571367,376.6749,13.073455,718.06213,26.106514,826.6735,279.10416,7.9326363,10.80928,520.9254,708.5578,2402.1753,718.1865 +2023-04-06 06:00:00,0.0,3697.8303,31.730404,15.990054,8.579853,37.421135,183.37947,30.937796,66.59646,24.665361,40.8297,202.18367,404.39407,19.875708,26.8165,9.106772,1.842869,34.869755,14.341981,16.660297,448.12396,3.252587,305.6469,109.11222,6.934356,66.40211,115.29493,58.18654,483.69168,239.44977,1985.4528,8.938256,2385.4197,53.80654,9.257351,6.6027713,42.388157,199.73962,266.16327,279.47824,71.825,20.838484,9.196811,872.96344,139.75534,73.11945,43.51702,268.25812,21.126053,292.45532,11.584282,57.505043,0.0,2837.5024,5342.2017,3.3178976,35.593475,31.588186,24178.908,76.06784,2.7568412,62.57929,106.44723,42.367867,11.498304,56.736546,500.64584,42.823437,39.32476,3.8662558,8.947026,719.02014,1.5088829,451.03854,48.346252,2789.6875,82.25833,158.89806,187.24916,272.55396,28.106268,43.64257,267.27243,22.257298,22.965157,14.493762,36.36506,205.92813,11.513403,8.661387,101.76173,19.970116,4511.18,29.471418,49.94375,24.84774,30.80444,348.32498,86.83461,52.95625,12.643874,15.152025,46.808895,110.801796,257.06317,82.08125,276.4264,37.46874,45.35213,115.77463,171.5325,222.34943,131.05113,9.7949505,8.400625,13.836786,62.504974,5854.3677,12.125025,53.064453,135.83292,29.933216,333.97635,97.0325,266.53842,7.554611,105.713745,886.3782,849.01636,79.68855,1088.1102,124.01416,115.61905,83.700066,65.0444,12.36262,39.307186,632.5904,8.52108,12.6623,239.33125,9.850357,5.8071733,65.08406,64.99898,654.8083,154.96407,180.074,1975.6693,85.457954,1951.3184,1639.6536,8.338421,6.055208,2452.8213,13.446102,12.977083,315.88812,26.3605,55.109,31.073685,127.137085,563.67926,262.4523,3.83825,35.235462,113.03475,801.5269,12.745353,99.56097,9.0268755,1.4871258,54.272438,1.2886821,1.3273954,4.5366807,10.730128,30.251,42.817284,30.820833,568.9151,33.658333,13.4,20.7,6.0025,71.00313,3.1770833,2.3838332,5.57875,60.99548,0.37103572,2.4112003,4.708285,35.734375,14.893213,3.000875,4.20871,206.49234,20.632013,377.88318,13.095147,720.0388,26.144333,826.4723,279.864,7.951931,10.814855,522.25824,710.66016,2406.4736,717.9746 +2023-04-06 07:00:00,0.0,3698.905,31.75484,16.01032,8.591691,37.432487,183.42241,30.943104,66.60619,24.664934,40.827065,202.47919,404.74835,19.879332,26.85573,9.097713,1.8412527,34.874985,14.349405,16.649172,448.21667,3.2520466,305.74014,109.09989,6.927367,66.307,115.30839,58.172756,483.27917,239.39888,1987.0304,8.926764,2385.3235,53.73203,9.246211,6.594263,42.33962,199.78868,266.18222,279.10913,71.89306,20.858873,9.197601,872.9359,139.53842,73.104515,43.546734,268.49466,21.115482,292.59512,11.586203,57.492092,0.0,2839.4368,5348.7573,3.3244214,35.62408,31.630112,24192.338,76.14687,2.7609513,62.579803,106.42748,42.390175,11.505624,56.71076,500.9883,42.899914,39.33282,3.8689113,8.949082,719.31287,1.5183885,450.78918,48.383125,2788.8716,82.278244,158.83755,187.20422,272.54214,28.084383,43.618137,266.9938,22.241295,22.951803,14.5062,36.36777,205.80751,11.51877,8.665825,101.78266,19.97039,4510.777,29.486893,49.91354,24.847652,30.814878,348.23102,86.81907,52.955902,12.649825,15.159243,46.79265,110.81823,256.94797,82.08368,276.43848,37.51295,45.350048,115.793724,171.62402,223.46512,131.09433,9.792498,8.412535,13.828155,62.759613,5868.204,12.116102,53.043316,135.70183,29.931673,333.98615,96.9481,266.41556,7.5497003,105.78873,886.03516,848.44086,79.666176,1087.6682,123.89708,115.57188,83.77583,64.98726,12.35101,39.27856,633.3413,8.509782,12.647221,239.15045,9.848829,5.806339,65.02382,64.95527,654.40393,154.86606,180.05623,1975.1079,85.58605,1951.7761,1640.049,8.345117,6.066493,2462.4219,13.441545,13.001041,315.891,26.390028,55.166058,31.10351,127.346504,564.76263,262.4922,3.8424425,35.260857,113.454155,804.086,12.799085,99.663216,9.037142,1.4867767,54.274345,1.2884043,1.3265218,4.5334234,10.734476,30.281721,42.9915,30.81412,571.2155,33.68935,13.407143,20.705555,6.0033135,70.97934,3.1792822,2.383546,5.579375,60.991203,0.37045437,2.4103703,4.7076674,35.742188,14.893273,2.9986596,4.225143,207.15536,20.692657,379.09146,13.11684,722.0155,26.18215,826.27106,280.62387,7.9712257,10.820429,523.591,712.76245,2410.7717,717.76263 +2023-04-06 08:00:00,0.0,3699.9797,31.779278,16.030588,8.603529,37.44384,183.46535,30.948412,66.61592,24.664505,40.82443,202.77472,405.10263,19.882956,26.894962,9.088654,1.8396364,34.880215,14.356829,16.638044,448.30942,3.2515059,305.83337,109.08756,6.9203787,66.21189,115.321846,58.158974,482.8667,239.348,1988.6079,8.91527,2385.2275,53.657513,9.235072,6.585755,42.291077,199.83774,266.20117,278.74005,71.96111,20.879265,9.198391,872.9084,139.32149,73.08957,43.576443,268.7312,21.104914,292.73492,11.588123,57.47914,0.0,2841.371,5355.3135,3.3309453,35.65469,31.672039,24205.768,76.2259,2.7650614,62.580322,106.40773,42.412483,11.512943,56.68497,501.3308,42.976387,39.340878,3.8715665,8.9511385,719.6056,1.5278941,450.53983,48.420002,2788.0557,82.29815,158.77704,187.15929,272.53033,28.062498,43.593708,266.71518,22.225292,22.93845,14.518637,36.370483,205.6869,11.524137,8.670262,101.8036,19.970667,4510.3735,29.502367,49.883335,24.847565,30.825317,348.13702,86.80353,52.955555,12.655777,15.166459,46.776405,110.83466,256.83276,82.08611,276.45056,37.557163,45.347965,115.81282,171.71556,224.58081,131.13754,9.790045,8.424444,13.819524,63.01425,5882.0405,12.10718,53.02218,135.57074,29.93013,333.9959,96.8637,266.29266,7.54479,105.8637,885.6921,847.8654,79.6438,1087.2262,123.78,115.52471,83.85161,64.93012,12.3394,39.249935,634.09216,8.498484,12.63214,238.96964,9.8473015,5.8055043,64.963585,64.91155,653.9996,154.76805,180.03844,1974.5466,85.71414,1952.2339,1640.4443,8.351812,6.077778,2472.0225,13.436987,13.025,315.89386,26.419556,55.223114,31.133333,127.55592,565.84607,262.5321,3.8466349,35.286255,113.87356,806.6451,12.852816,99.76547,9.047407,1.4864278,54.276257,1.2881266,1.3256481,4.530166,10.738824,30.312445,43.165714,30.807407,573.51587,33.72037,13.414286,20.711111,6.004127,70.95556,3.1814814,2.383259,5.58,60.986923,0.36987302,2.4095407,4.70705,35.75,14.8933325,2.9964445,4.2415757,207.81837,20.753302,380.29974,13.138533,723.99225,26.219969,826.0698,281.38373,7.9905205,10.826004,524.9238,714.8648,2415.07,717.55066 +2023-04-06 09:00:00,0.0,3701.0544,31.803715,16.050854,8.615368,37.45519,183.5083,30.953722,66.625656,24.664078,40.821793,203.07024,405.4569,19.88658,26.934195,9.079594,1.8380202,34.885445,14.364252,16.626919,448.40216,3.2509654,305.9266,109.07523,6.9133897,66.11679,115.33531,58.14519,482.4542,239.29712,1990.1855,8.903777,2385.1313,53.583,9.223932,6.577246,42.24253,199.8868,266.22012,278.37094,72.02917,20.899654,9.199181,872.88086,139.10457,73.07463,43.606155,268.96774,21.094343,292.87473,11.590043,57.46619,0.0,2843.3057,5361.8696,3.3374689,35.685295,31.713966,24219.197,76.304924,2.7691712,62.580837,106.387985,42.434788,11.520263,56.659184,501.6733,43.052864,39.348938,3.874222,8.953195,719.8983,1.5373998,450.29047,48.456875,2787.2395,82.318054,158.71652,187.11435,272.51852,28.040613,43.56928,266.43655,22.209288,22.925097,14.531075,36.373196,205.5663,11.529504,8.674699,101.82453,19.970942,4509.97,29.51784,49.853127,24.847477,30.835754,348.04306,86.78799,52.955208,12.661728,15.1736765,46.76016,110.8511,256.71756,82.08855,276.46265,37.601376,45.345882,115.83191,171.80708,225.6965,131.18076,9.787592,8.436355,13.810893,63.268894,5895.8765,12.098256,53.001045,135.43965,29.928587,334.00568,96.779305,266.1698,7.5398793,105.938675,885.349,847.29,79.621414,1086.7842,123.66291,115.47754,83.92738,64.872986,12.327791,39.22131,634.8431,8.4871855,12.617061,238.78883,9.845774,5.80467,64.90334,64.86784,653.5953,154.67006,180.02066,1973.9855,85.84224,1952.6917,1640.8397,8.358509,6.0890627,2481.6233,13.432429,13.048958,315.8967,26.449083,55.280167,31.163158,127.76535,566.9295,262.572,3.8508272,35.31165,114.29296,809.2041,12.906547,99.86773,9.057673,1.4860789,54.278164,1.2878488,1.3247745,4.5269094,10.743171,30.343166,43.33993,30.800694,575.8163,33.75139,13.421429,20.716667,6.0049405,70.93177,3.1836803,2.382972,5.580625,60.982643,0.36929166,2.4087107,4.706432,35.757812,14.893393,2.994229,4.258008,208.4814,20.813948,381.50806,13.160225,725.96893,26.257788,825.8686,282.1436,8.009815,10.831578,526.25665,716.96716,2419.3682,717.3387 +2023-04-06 10:00:00,0.0,3702.1292,31.828152,16.071121,8.627206,37.46654,183.55124,30.95903,66.63539,24.663649,40.81916,203.36577,405.8112,19.890203,26.973425,9.070535,1.8364038,34.890675,14.371676,16.615793,448.4949,3.2504249,306.01984,109.0629,6.9064007,66.02168,115.34877,58.13141,482.0417,239.24625,1991.7632,8.892283,2385.0352,53.508488,9.212792,6.568738,42.193993,199.93585,266.23907,278.00186,72.09722,20.920044,9.19997,872.85333,138.88763,73.059685,43.635864,269.20428,21.083773,293.01453,11.591964,57.45324,0.0,2845.2402,5368.4253,3.3439927,35.7159,31.755892,24232.627,76.38396,2.7732813,62.581352,106.36824,42.457096,11.527582,56.633396,502.01578,43.12934,39.356995,3.8768775,8.95525,720.191,1.5469053,450.0411,48.49375,2786.4236,82.33797,158.65602,187.06941,272.5067,28.01873,43.544846,266.15793,22.193285,22.911741,14.543512,36.375908,205.44568,11.53487,8.679136,101.84547,19.971218,4509.567,29.533314,49.822918,24.84739,30.846193,347.94907,86.772446,52.95486,12.66768,15.180894,46.74391,110.86753,256.60233,82.09097,276.47473,37.645588,45.3438,115.851006,171.8986,226.81218,131.22395,9.785139,8.448264,13.802262,63.523533,5909.713,12.089334,52.979908,135.30856,29.927046,334.01547,96.69491,266.04694,7.534969,106.01366,885.006,846.7145,79.59904,1086.3422,123.54583,115.430374,84.00315,64.81585,12.316181,39.192684,635.59393,8.475887,12.601981,238.60802,9.844246,5.8038354,64.84311,64.824135,653.1909,154.57205,180.00287,1973.4242,85.97033,1953.1494,1641.2351,8.365205,6.100347,2491.2239,13.427872,13.072917,315.89957,26.478611,55.337223,31.192984,127.97477,568.01294,262.61188,3.8550198,35.337044,114.712364,811.7632,12.960278,99.96998,9.06794,1.4857299,54.280075,1.2875711,1.3239008,4.523652,10.747519,30.373888,43.51415,30.793982,578.11664,33.782406,13.428572,20.722221,6.005754,70.90799,3.1858795,2.382685,5.58125,60.978367,0.3687103,2.4078808,4.7058144,35.765625,14.893452,2.992014,4.274441,209.14441,20.874592,382.71634,13.181918,727.9456,26.295605,825.66736,282.90344,8.02911,10.8371525,527.5895,719.0695,2423.6665,717.1267 +2023-04-06 11:00:00,0.0,3703.2039,31.852589,16.091389,8.639044,37.47789,183.59418,30.964338,66.64512,24.663221,40.816525,203.6613,406.16547,19.893827,27.012657,9.061475,1.8347876,34.89591,14.3791,16.604666,448.58765,3.2498841,306.11307,109.05057,6.8994117,65.926575,115.36223,58.117626,481.62918,239.19537,1993.3408,8.880791,2384.9392,53.43397,9.201653,6.56023,42.14545,199.98491,266.25803,277.63275,72.165276,20.940434,9.20076,872.8258,138.67072,73.04475,43.665577,269.44083,21.073202,293.15433,11.593884,57.44029,0.0,2847.1743,5374.9814,3.3505166,35.746506,31.79782,24246.057,76.46298,2.7773914,62.581867,106.348495,42.4794,11.534902,56.60761,502.35828,43.205814,39.365055,3.879533,8.957306,720.4837,1.5564109,449.79172,48.530624,2785.6077,82.35787,158.59552,187.02448,272.4949,27.996845,43.520416,265.87927,22.17728,22.898388,14.555949,36.37862,205.32507,11.540237,8.683573,101.8664,19.971495,4509.1636,29.548788,49.79271,24.847301,30.85663,347.85507,86.756905,52.954514,12.673631,15.188111,46.727665,110.883965,256.48712,82.09341,276.48682,37.6898,45.341717,115.8701,171.99014,227.92787,131.26717,9.782686,8.460174,13.793632,63.77817,5923.5493,12.080411,52.95877,135.17747,29.925503,334.02524,96.610504,265.92404,7.5300584,106.08863,884.6629,846.13904,79.57665,1085.9001,123.42875,115.3832,84.078926,64.75871,12.304571,39.16406,636.34485,8.464589,12.586902,238.4272,9.842718,5.803001,64.78287,64.78042,652.78656,154.47404,179.98509,1972.8629,86.09843,1953.6072,1641.6305,8.371901,6.111632,2500.8245,13.423314,13.096875,315.90244,26.508139,55.39428,31.222807,128.18419,569.0964,262.65176,3.8592122,35.36244,115.13176,814.32227,13.0140085,100.072235,9.078206,1.485381,54.281982,1.2872933,1.3230271,4.5203953,10.751866,30.40461,43.688362,30.787268,580.417,33.813427,13.435714,20.727777,6.0065675,70.8842,3.1880786,2.3823981,5.581875,60.974087,0.368129,2.407051,4.705197,35.773438,14.893512,2.9897985,4.2908735,209.80742,20.935236,383.92462,13.20361,729.9223,26.333424,825.4661,283.6633,8.048405,10.842727,528.9223,721.1719,2427.9646,716.91473 +2023-04-06 12:00:00,0.0,3704.2788,31.877026,16.111654,8.650883,37.489243,183.63712,30.969646,66.654854,24.662794,40.81389,203.95682,406.51974,19.897451,27.051888,9.052415,1.8331714,34.90114,14.386524,16.59354,448.6804,3.2493436,306.2063,109.03824,6.8924227,65.83147,115.375694,58.103848,481.21667,239.14449,1994.9185,8.869298,2384.843,53.35946,9.190513,6.5517216,42.09691,200.03398,266.27698,277.26367,72.23333,20.960823,9.20155,872.79834,138.45378,73.0298,43.695286,269.67737,21.062632,293.29413,11.595804,57.42734,0.0,2849.109,5381.537,3.3570404,35.77711,31.839745,24259.486,76.54201,2.7815013,62.582382,106.32876,42.50171,11.542221,56.58182,502.70078,43.28229,39.37311,3.8821886,8.959362,720.7764,1.5659165,449.54236,48.5675,2784.7917,82.37778,158.53502,186.97954,272.48306,27.97496,43.495987,265.60065,22.161278,22.885035,14.568387,36.38133,205.20447,11.545604,8.68801,101.88734,19.97177,4508.7603,29.56426,49.7625,24.847214,30.86707,347.7611,86.74137,52.954166,12.679583,15.195328,46.711422,110.9004,256.37192,82.09583,276.49893,37.734013,45.339634,115.8892,172.08167,229.04356,131.31038,9.780233,8.472083,13.785,64.032814,5937.3853,12.071487,52.937634,135.04639,29.92396,334.03503,96.52611,265.80118,7.525148,106.163605,884.3198,845.56354,79.554276,1085.4581,123.31166,115.33604,84.1547,64.70158,12.292962,39.135433,637.0957,8.453291,12.571822,238.2464,9.84119,5.802167,64.72263,64.73671,652.3822,154.37604,179.96732,1972.3018,86.22652,1954.065,1642.0259,8.378596,6.1229167,2510.4253,13.4187565,13.120833,315.9053,26.537666,55.451336,31.252632,128.39362,570.17975,262.69165,3.8634048,35.387833,115.55116,816.88135,13.0677395,100.17449,9.088472,1.485032,54.28389,1.2870156,1.3221536,4.517138,10.756213,30.435333,43.86258,30.780556,582.7174,33.844444,13.442857,20.733334,6.007381,70.86042,3.1902776,2.382111,5.5825,60.969807,0.36754763,2.4062212,4.704579,35.78125,14.893571,2.9875834,4.3073063,210.47044,20.995882,385.1329,13.225303,731.89905,26.371243,825.2649,284.42316,8.067699,10.848301,530.2551,723.27423,2432.263,716.70276 +2023-04-06 13:00:00,0.0,3705.3535,31.901463,16.131922,8.662721,37.500595,183.68005,30.974955,66.66459,24.662365,40.811256,204.25235,406.87402,19.901075,27.09112,9.043356,1.831555,34.90637,14.393948,16.582415,448.77313,3.2488031,306.29953,109.02591,6.8854337,65.73637,115.38915,58.090065,480.8042,239.09361,1996.4961,8.857804,2384.7468,53.284946,9.179373,6.5432134,42.048367,200.08304,266.29593,276.89456,72.30139,20.981213,9.20234,872.7708,138.23686,73.01486,43.725,269.9139,21.052061,293.43393,11.597725,57.41439,0.0,2851.0435,5388.0933,3.3635643,35.80772,31.881672,24272.916,76.62104,2.7856114,62.5829,106.30901,42.524014,11.5495405,56.556034,503.04327,43.35877,39.381172,3.884844,8.961418,721.06915,1.5754222,449.293,48.604374,2783.9756,82.39768,158.4745,186.9346,272.47125,27.953075,43.471554,265.32202,22.145273,22.871681,14.580824,36.38404,205.08386,11.550971,8.692447,101.90827,19.972046,4508.3564,29.579735,49.732292,24.847126,30.877506,347.6671,86.72583,52.95382,12.685534,15.202545,46.695175,110.91683,256.2567,82.09827,276.51102,37.778225,45.33755,115.90829,172.17319,230.15924,131.35358,9.777781,8.483994,13.776369,64.28745,5951.2217,12.062565,52.9165,134.9153,29.922417,334.0448,96.44171,265.6783,7.5202374,106.23859,883.9768,844.9881,79.53189,1085.016,123.19458,115.288864,84.23047,64.64444,12.281352,39.106808,637.8466,8.441993,12.556743,238.06558,9.839663,5.8013325,64.66239,64.693,651.97784,154.27805,179.94952,1971.7405,86.354614,1954.5227,1642.4213,8.385292,6.1342015,2520.026,13.414199,13.144792,315.90814,26.567194,55.508392,31.282457,128.60303,571.2632,262.73154,3.867597,35.413227,115.970566,819.44037,13.12147,100.27674,9.098739,1.484683,54.2858,1.2867378,1.3212799,4.5138807,10.760561,30.466055,44.036793,30.773842,585.01776,33.87546,13.45,20.73889,6.0081944,70.83663,3.1924767,2.381824,5.583125,60.96553,0.36696628,2.4053912,4.7039614,35.789062,14.89363,2.985368,4.323739,211.13345,21.056526,386.3412,13.246996,733.87573,26.409061,825.06366,285.183,8.086994,10.853875,531.58795,725.3766,2436.561,716.4908 +2023-04-06 14:00:00,0.0,3706.4282,31.9259,16.15219,8.674559,37.511944,183.723,30.980263,66.67432,24.661938,40.80862,204.54787,407.2283,19.9047,27.130352,9.034296,1.8299388,34.9116,14.401371,16.571287,448.86584,3.2482624,306.39273,109.01358,6.8784447,65.64126,115.40261,58.076283,480.3917,239.04272,1998.0737,8.846312,2384.6506,53.210434,9.168234,6.534705,41.999825,200.1321,266.3149,276.52548,72.369446,21.001602,9.20313,872.7433,138.01993,72.999916,43.754707,270.15045,21.041492,293.57373,11.599646,57.40144,0.0,2852.9778,5394.649,3.370088,35.838326,31.9236,24286.346,76.700066,2.7897213,62.583416,106.28927,42.54632,11.55686,56.530247,503.38574,43.43524,39.38923,3.8874996,8.963474,721.3618,1.5849278,449.04364,48.64125,2783.1597,82.417595,158.414,186.88966,272.45944,27.93119,43.447124,265.0434,22.12927,22.858328,14.593262,36.386753,204.96324,11.556338,8.696884,101.92921,19.97232,4507.953,29.59521,49.702084,24.847038,30.887945,347.57315,86.71029,52.953472,12.691485,15.209763,46.67893,110.933266,256.1415,82.10069,276.5231,37.822437,45.33547,115.92738,172.26472,231.27493,131.39679,9.775328,8.495903,13.767738,64.54209,5965.058,12.053642,52.895363,134.78421,29.920874,334.0546,96.357315,265.55542,7.515327,106.31356,883.6337,844.41266,79.509514,1084.574,123.0775,115.2417,84.306244,64.5873,12.269742,39.078182,638.59753,8.430695,12.541663,237.88478,9.838135,5.800498,64.60216,64.649284,651.5735,154.18004,179.93175,1971.1792,86.482704,1954.9805,1642.8168,8.391988,6.1454864,2529.6265,13.409641,13.16875,315.911,26.596722,55.565445,31.31228,128.81245,572.3466,262.77145,3.8717897,35.43862,116.38997,821.99945,13.175201,100.379,9.109005,1.4843341,54.28771,1.28646,1.3204062,4.510624,10.764908,30.496777,44.21101,30.76713,587.3182,33.906483,13.457143,20.744444,6.009008,70.81285,3.1946757,2.381537,5.58375,60.96125,0.36638492,2.4045615,4.7033434,35.796875,14.89369,2.9831526,4.340172,211.79648,21.11717,387.54947,13.268688,735.8524,26.446878,824.8624,285.94287,8.106289,10.85945,532.9208,727.47894,2440.8594,716.2788 +2023-04-06 15:00:00,0.0,3707.503,31.950336,16.172455,8.686397,37.523296,183.76595,30.985573,66.68405,24.661509,40.805984,204.8434,407.58258,19.908323,27.169582,9.025236,1.8283225,34.91683,14.408795,16.560162,448.9586,3.247722,306.48596,109.00125,6.871456,65.54615,115.41608,58.0625,479.9792,238.99185,1999.6514,8.834818,2384.5547,53.135918,9.157094,6.5261965,41.951283,200.18115,266.33386,276.15637,72.4375,21.021992,9.203919,872.71576,137.80301,72.98497,43.784416,270.38702,21.030922,293.71353,11.601565,57.38849,0.0,2854.912,5401.205,3.376612,35.86893,31.965525,24299.773,76.77909,2.7938313,62.58393,106.26952,42.56863,11.564179,56.50446,503.72824,43.51172,39.39729,3.890155,8.96553,721.65454,1.5944333,448.79428,48.678127,2782.3438,82.4375,158.35349,186.84474,272.44763,27.909306,43.422695,264.76477,22.113268,22.844975,14.605699,36.389465,204.84264,11.561705,8.701321,101.95014,19.972597,4507.55,29.610683,49.671875,24.84695,30.898382,347.47916,86.69475,52.953125,12.697436,15.216979,46.66268,110.9497,256.0263,82.10313,276.5352,37.86665,45.333385,115.94648,172.35625,232.39062,131.43999,9.772875,8.5078125,13.759108,64.79673,5978.894,12.044719,52.874226,134.65312,29.919333,334.06436,96.27291,265.43256,7.5104165,106.388535,883.29065,843.83716,79.48713,1084.132,122.96041,115.19453,84.38202,64.53017,12.258132,39.049557,639.3484,8.419396,12.526583,237.70396,9.836607,5.7996635,64.541916,64.605576,651.1691,154.08203,179.91396,1970.6179,86.610794,1955.4382,1643.2122,8.398684,6.1567707,2539.2273,13.405084,13.192708,315.91388,26.62625,55.6225,31.342106,129.02188,573.43005,262.81134,3.875982,35.464016,116.80937,824.55853,13.228932,100.481255,9.119271,1.4839852,54.28962,1.2861823,1.3195325,4.5073667,10.769256,30.5275,44.385227,30.760416,589.6185,33.9375,13.464286,20.75,6.0098214,70.78906,3.1968749,2.38125,5.584375,60.95697,0.36580357,2.4037316,4.702726,35.804688,14.893749,2.9809375,4.3566046,212.45949,21.177816,388.75775,13.2903805,737.82916,26.484697,824.6612,286.70273,8.125584,10.865025,534.2536,729.58124,2445.1577,716.06683 +2023-04-06 16:00:00,0.0,3708.5776,31.974773,16.192722,8.6982355,37.534645,183.80888,30.990881,66.69379,24.661081,40.80335,205.13893,407.93686,19.911947,27.208815,9.016177,1.8267062,34.92206,14.416219,16.549036,449.05133,3.2471814,306.5792,108.98892,6.864467,65.45104,115.429535,58.048717,479.56668,238.94096,2001.2289,8.823325,2384.4585,53.061405,9.145954,6.5176883,41.902744,200.23021,266.3528,275.7873,72.505554,21.042381,9.204709,872.68823,137.58607,72.97003,43.81413,270.62357,21.020351,293.85333,11.603486,57.375538,0.0,2856.8467,5407.7607,3.3831358,35.899536,32.00745,24313.203,76.85812,2.7979414,62.584446,106.24979,42.590935,11.571499,56.478676,504.07074,43.588196,39.405346,3.8928106,8.9675865,721.94727,1.6039389,448.54492,48.715,2781.5278,82.457405,158.29297,186.7998,272.43582,27.887423,43.398262,264.48615,22.097263,22.83162,14.618136,36.392174,204.72203,11.567072,8.705758,101.97108,19.972872,4507.1465,29.626156,49.641666,24.846863,30.908821,347.38516,86.67921,52.952778,12.703388,15.224196,46.64644,110.96613,255.91112,82.10556,276.54727,37.910862,45.331303,115.96557,172.44777,233.50632,131.4832,9.770422,8.519722,13.750476,65.05137,5992.7305,12.035796,52.853092,134.52205,29.91779,334.07413,96.188515,265.30966,7.505506,106.46352,882.94763,843.2617,79.46475,1083.69,122.84333,115.147354,84.45779,64.47303,12.246523,39.02093,640.0993,8.408098,12.511503,237.52316,9.835079,5.798829,64.48168,64.56187,650.7648,153.98402,179.89618,1970.0566,86.73889,1955.896,1643.6075,8.40538,6.1680555,2548.828,13.400526,13.216666,315.91675,26.655777,55.679558,31.371931,129.2313,574.5135,262.85123,3.8801746,35.48941,117.228775,827.11755,13.282663,100.5835,9.129538,1.4836363,54.291527,1.2859045,1.318659,4.5041094,10.773603,30.558222,44.55944,30.753704,591.9189,33.968517,13.471429,20.755556,6.010635,70.765274,3.199074,2.3809628,5.585,60.952694,0.36522222,2.402902,4.7021084,35.8125,14.893809,2.978722,4.3730373,213.1225,21.23846,389.96603,13.312074,739.80585,26.522516,824.45996,287.4626,8.144878,10.870599,535.5864,731.6836,2449.4558,715.85486 +2023-04-06 17:00:00,0.0,3709.6523,31.99921,16.21299,8.710073,37.545998,183.85182,30.99619,66.703514,24.660652,40.800716,205.43445,408.29114,19.915571,27.248045,9.007117,1.8250899,34.92729,14.423643,16.537909,449.14407,3.2466407,306.67242,108.97659,6.857478,65.35594,115.443,58.034935,479.15417,238.89009,2002.8065,8.811832,2384.3623,52.986893,9.134814,6.50918,41.854202,200.27927,266.37177,275.41818,72.57361,21.06277,9.205499,872.6607,137.36916,72.955086,43.843838,270.8601,21.00978,293.99313,11.605407,57.362587,0.0,2858.781,5414.317,3.3896596,35.930145,32.049377,24326.633,76.93715,2.8020513,62.584965,106.23004,42.613243,11.578818,56.45289,504.4132,43.66467,39.413406,3.8954659,8.969642,722.2399,1.6134446,448.29556,48.751877,2780.712,82.47732,158.23247,186.75487,272.42398,27.865538,43.373833,264.20752,22.08126,22.818266,14.630574,36.394886,204.60141,11.572438,8.710196,101.99201,19.973148,4506.743,29.64163,49.611458,24.846775,30.919258,347.2912,86.663666,52.95243,12.709339,15.231414,46.63019,110.98257,255.79591,82.10799,276.55936,37.955074,45.32922,115.984665,172.5393,234.622,131.52641,9.767969,8.531632,13.741845,65.30601,6006.567,12.026874,52.831955,134.39096,29.916246,334.08392,96.10412,265.1868,7.5005956,106.53849,882.60455,842.6862,79.44237,1083.2479,122.72625,115.10019,84.53356,64.415886,12.234913,38.992306,640.85016,8.3968,12.496424,237.34235,9.833551,5.7979946,64.42144,64.51815,650.3604,153.88602,179.87839,1969.4954,86.86698,1956.3538,1644.0029,8.412076,6.1793404,2558.4287,13.395968,13.240624,315.91962,26.685305,55.736614,31.401754,129.44072,575.5969,262.8911,3.884367,35.514805,117.64818,829.67664,13.336395,100.68576,9.139804,1.4832872,54.293438,1.2856268,1.3177853,4.5008526,10.77795,30.588943,44.733658,30.74699,594.2193,33.99954,13.478571,20.76111,6.0114484,70.74149,3.201273,2.3806758,5.585625,60.948414,0.3646409,2.402072,4.7014904,35.820312,14.893868,2.976507,4.38947,213.78552,21.299105,391.17432,13.333766,741.78253,26.560333,824.2587,288.22244,8.164173,10.876173,536.9192,733.78595,2453.7542,715.64294 +2023-04-06 18:00:00,0.0,3710.727,32.023647,16.233255,8.721911,37.55735,183.89476,31.001497,66.71325,24.660225,40.79808,205.72998,408.64542,19.919195,27.287277,8.998057,1.8234737,34.93252,14.4310665,16.526783,449.23682,3.2461002,306.76566,108.964264,6.850489,65.26083,115.45646,58.021152,478.7417,238.8392,2004.3842,8.800339,2384.2664,52.912376,9.123674,6.500672,41.805656,200.32832,266.39072,275.0491,72.64167,21.083162,9.206288,872.63324,137.15222,72.94015,43.87355,271.09665,20.99921,294.13293,11.6073265,57.349636,0.0,2860.7156,5420.8726,3.3961835,35.96075,32.091305,24340.062,77.016174,2.8061614,62.58548,106.2103,42.635548,11.586138,56.4271,504.7557,43.741146,39.421463,3.8981214,8.971698,722.53265,1.6229502,448.04617,48.78875,2779.8958,82.49722,158.17195,186.70993,272.41217,27.843653,43.3494,263.9289,22.065256,22.804913,14.643011,36.3976,204.4808,11.5778055,8.714632,102.01295,19.973423,4506.34,29.657104,49.58125,24.846687,30.929697,347.1972,86.648125,52.952084,12.715291,15.238631,46.613945,110.999,255.68071,82.11042,276.57147,37.999287,45.327137,116.00376,172.63083,235.73769,131.56961,9.765517,8.543542,13.733214,65.560646,6020.403,12.01795,52.810818,134.25987,29.914703,334.0937,96.01972,265.06393,7.495685,106.61347,882.2615,842.1108,79.41999,1082.8059,122.60916,115.05302,84.60933,64.35875,12.223303,38.96368,641.6011,8.385503,12.481344,237.16153,9.832024,5.79716,64.361206,64.47444,649.95605,153.78802,179.86061,1968.9341,86.99508,1956.8115,1644.3983,8.418772,6.190625,2568.0293,13.391411,13.264584,315.92245,26.714832,55.793667,31.43158,129.65015,576.6803,262.931,3.8885593,35.540203,118.06758,832.2357,13.390126,100.78802,9.150069,1.4829383,54.295345,1.285349,1.3169116,4.4975953,10.782298,30.619665,44.90787,30.740278,596.51965,34.030556,13.485714,20.766666,6.012262,70.717705,3.2034721,2.3803887,5.58625,60.944134,0.36405954,2.401242,4.700873,35.828125,14.893929,2.9742916,4.4059024,214.44853,21.35975,392.3826,13.355458,743.7592,26.598152,824.0575,288.9823,8.183469,10.881747,538.252,735.8883,2458.0522,715.43097 +2023-04-06 19:00:00,0.0,3711.8018,32.048084,16.253523,8.73375,37.5687,183.93771,31.006805,66.722984,24.659798,40.795444,206.0255,408.9997,19.92282,27.32651,8.988998,1.8218573,34.93775,14.43849,16.515656,449.32956,3.2455597,306.8589,108.951935,6.8435,65.165726,115.46992,58.00737,478.3292,238.78833,2005.9618,8.788846,2384.1702,52.837864,9.1125345,6.4921637,41.75712,200.37738,266.40967,274.68,72.709724,21.103552,9.207078,872.6057,136.93529,72.9252,43.90326,271.3332,20.988642,294.27274,11.609247,57.336685,0.0,2862.65,5427.4287,3.4027073,35.991356,32.133232,24353.492,77.09521,2.8102715,62.585995,106.19055,42.657856,11.593457,56.401314,505.0982,43.817623,39.429523,3.9007769,8.973754,722.8254,1.6324557,447.7968,48.825626,2779.0798,82.51713,158.11145,186.665,272.40036,27.821768,43.32497,263.65024,22.049253,22.79156,14.655449,36.400307,204.3602,11.583172,8.7190695,102.03388,19.9737,4505.9365,29.672577,49.55104,24.8466,30.940134,347.10324,86.63259,52.951736,12.721242,15.245848,46.5977,111.015434,255.56549,82.11285,276.58356,38.0435,45.325054,116.02286,172.72237,236.85338,131.61282,9.763064,8.555451,13.724584,65.815285,6034.2393,12.0090275,52.78968,134.12878,29.913162,334.1035,95.93532,264.94104,7.4907746,106.688446,881.91846,841.53534,79.397606,1082.3639,122.49208,115.00585,84.685104,64.30161,12.211694,38.935055,642.3519,8.374205,12.466265,236.98073,9.830496,5.796326,64.300964,64.43073,649.55176,153.69002,179.84283,1968.3729,87.12317,1957.2693,1644.7937,8.4254675,6.2019095,2577.63,13.386853,13.288542,315.92532,26.74436,55.850723,31.461405,129.85956,577.76373,262.9709,3.892752,35.565598,118.486984,834.79474,13.443857,100.89027,9.160336,1.4825894,54.297256,1.2850713,1.316038,4.4943385,10.786645,30.650389,45.08209,30.733564,598.82,34.061573,13.492857,20.772223,6.0130754,70.693924,3.205671,2.3801017,5.586875,60.939857,0.36347818,2.4004123,4.7002554,35.835938,14.893988,2.9720764,4.422335,215.11156,21.420395,393.5909,13.3771515,745.73596,26.635971,823.85626,289.74216,8.202764,10.887322,539.58484,737.99066,2462.3506,715.219 +2023-04-06 20:00:00,0.0,3712.8765,32.07252,16.27379,8.745588,37.58005,183.98065,31.012114,66.73271,24.659369,40.79281,206.32103,409.35397,19.926443,27.36574,8.9799385,1.8202411,34.94298,14.445914,16.50453,449.4223,3.245019,306.95212,108.939606,6.836511,65.070625,115.48338,57.99359,477.9167,238.73746,2007.5394,8.777353,2384.074,52.76335,9.101396,6.4836555,41.708576,200.42644,266.42862,274.3109,72.77778,21.123941,9.207869,872.5782,136.71837,72.91026,43.932972,271.56973,20.978071,294.41254,11.611168,57.323734,0.0,2864.5842,5433.9844,3.4092312,36.02196,32.17516,24366.922,77.17423,2.8143814,62.58651,106.17081,42.68016,11.600777,56.375526,505.44067,43.894096,39.43758,3.9034324,8.97581,723.1181,1.6419613,447.54745,48.8625,2778.264,82.53704,158.05095,186.62006,272.38855,27.799883,43.30054,263.3716,22.033249,22.778206,14.667886,36.40302,204.23958,11.588539,8.723506,102.05482,19.973974,4505.533,29.688051,49.520832,24.846512,30.950573,347.00925,86.61705,52.95139,12.727194,15.253065,46.58145,111.03187,255.45029,82.11528,276.59564,38.08771,45.32297,116.04195,172.81389,237.96907,131.65604,9.760612,8.567361,13.715953,66.06992,6048.0757,12.000105,52.768547,133.9977,29.91162,334.11325,95.85092,264.81818,7.485864,106.76342,881.5754,840.95984,79.37523,1081.9219,122.37499,114.95868,84.76088,64.24448,12.200084,38.90643,643.10284,8.362906,12.451185,236.79991,9.828968,5.7954917,64.24073,64.38702,649.1474,153.59201,179.82504,1967.8116,87.25127,1957.727,1645.1891,8.432163,6.2131944,2587.2307,13.382296,13.3125,315.9282,26.77389,55.90778,31.491228,130.06898,578.84717,263.0108,3.8969443,35.590992,118.90639,837.3538,13.497588,100.99252,9.170602,1.4822404,54.299164,1.2847935,1.3151643,4.491081,10.790993,30.68111,45.2563,30.726852,601.1204,34.092594,13.5,20.777779,6.013889,70.670135,3.2078702,2.3798146,5.5875,60.935577,0.36289683,2.3995824,4.6996374,35.84375,14.894047,2.969861,4.438768,215.77457,21.48104,394.7992,13.398844,747.71265,26.67379,823.655,290.502,8.222058,10.892897,540.91766,740.093,2466.6487,715.007 +2023-04-06 21:00:00,0.0,3713.9512,32.09696,16.294056,8.757426,37.5914,184.02359,31.017424,66.74245,24.658941,40.790176,206.61655,409.70825,19.930067,27.404972,8.970879,1.8186249,34.94821,14.453338,16.493404,449.515,3.2444785,307.04535,108.92728,6.829522,64.97552,115.49684,57.97981,477.50418,238.68657,2009.1171,8.76586,2383.9778,52.688835,9.090256,6.475147,41.660034,200.4755,266.44757,273.9418,72.84583,21.144331,9.208658,872.55066,136.50143,72.89532,43.96268,271.80627,20.9675,294.55234,11.613088,57.310783,0.0,2866.5188,5440.5405,3.4157548,36.05257,32.217083,24380.352,77.25326,2.8184915,62.58703,106.15106,42.70247,11.608096,56.34974,505.78317,43.970573,39.44564,3.9060879,8.977866,723.41077,1.651467,447.2981,48.899376,2777.448,82.556946,157.99045,186.57512,272.37674,27.777998,43.276108,263.093,22.017246,22.764853,14.680324,36.40573,204.11897,11.593905,8.727943,102.075745,19.97425,4505.13,29.703526,49.490623,24.846424,30.96101,346.91528,86.60151,52.951042,12.733145,15.2602825,46.56521,111.0483,255.33508,82.11771,276.60773,38.13192,45.32089,116.06104,172.90541,239.08475,131.69923,9.758159,8.579271,13.707321,66.32457,6061.9116,11.991181,52.74741,133.86661,29.910076,334.12305,95.766525,264.6953,7.4809537,106.8384,881.2323,840.3844,79.352844,1081.4799,122.25791,114.911514,84.83665,64.18734,12.188474,38.877804,643.8537,8.351608,12.436106,236.61911,9.82744,5.794657,64.18049,64.34331,648.74304,153.494,179.80727,1967.2502,87.37936,1958.1848,1645.5845,8.43886,6.224479,2596.8313,13.377738,13.336458,315.93106,26.803417,55.964836,31.521053,130.2784,579.9306,263.0507,3.9011369,35.616386,119.32579,839.9129,13.551319,101.09478,9.180868,1.4818914,54.301075,1.2845157,1.3142906,4.487824,10.795341,30.711832,45.43052,30.720139,603.4208,34.12361,13.507143,20.783333,6.0147023,70.646355,3.2100692,2.3795276,5.5881248,60.931297,0.36231548,2.3987525,4.69902,35.851562,14.894107,2.967646,4.4552007,216.43758,21.541685,396.00748,13.420536,749.68933,26.711607,823.4538,291.26187,8.241353,10.898471,542.2505,742.1954,2470.947,714.79504 +2023-04-06 22:00:00,0.0,3715.026,32.121395,16.314323,8.769264,37.602753,184.06653,31.022732,66.75218,24.658512,40.78754,206.91208,410.06256,19.933691,27.444202,8.96182,1.8170085,34.95344,14.460762,16.482277,449.60776,3.243938,307.13858,108.91495,6.822533,64.88041,115.5103,57.966026,477.09167,238.6357,2010.6947,8.754367,2383.8818,52.614323,9.079116,6.4666386,41.611492,200.52455,266.46652,273.57272,72.91389,21.16472,9.209448,872.52313,136.28452,72.88038,43.992393,272.04282,20.95693,294.69214,11.615008,57.297836,0.0,2868.4531,5447.096,3.4222786,36.083176,32.25901,24393.781,77.33229,2.8226016,62.587543,106.13132,42.724777,11.615416,56.32395,506.12567,44.04705,39.453697,3.9087434,8.979922,723.7035,1.6609726,447.04874,48.93625,2776.6318,82.57685,157.92993,186.53018,272.36493,27.756113,43.25168,262.81436,22.001244,22.751497,14.69276,36.408443,203.99837,11.599273,8.73238,102.09668,19.974525,4504.7266,29.718998,49.460415,24.846336,30.971449,346.8213,86.58597,52.950695,12.739097,15.267499,46.54896,111.064735,255.21988,82.12014,276.6198,38.176132,45.318806,116.08014,172.99695,240.20044,131.74245,9.755706,8.591181,13.69869,66.57921,6075.748,11.982259,52.726273,133.73552,29.908533,334.1328,95.68213,264.57242,7.476043,106.913376,880.8893,839.8089,79.33047,1081.0378,122.14083,114.86434,84.91242,64.1302,12.176865,38.84918,644.6046,8.34031,12.421026,236.4383,9.825912,5.793823,64.120255,64.2996,648.3387,153.39601,179.78947,1966.6892,87.507454,1958.6426,1645.9799,8.445556,6.235764,2606.432,13.37318,13.360416,315.9339,26.832945,56.02189,31.550879,130.48782,581.01404,263.09058,3.9053292,35.64178,119.74519,842.472,13.60505,101.19703,9.191134,1.4815425,54.302982,1.284238,1.3134171,4.484567,10.799687,30.742556,45.604736,30.713425,605.7212,34.15463,13.514286,20.788889,6.015516,70.62257,3.2122684,2.3792405,5.58875,60.92702,0.36173412,2.3979228,4.6984024,35.859375,14.894166,2.9654305,4.4716334,217.1006,21.60233,397.21576,13.442229,751.6661,26.749426,823.25256,292.02173,8.260648,10.904045,543.5833,744.29767,2475.245,714.58307 +2023-04-06 23:00:00,0.0,3716.1006,32.145832,16.33459,8.781103,37.614105,184.10947,31.02804,66.76191,24.658085,40.784904,207.20761,410.41684,19.937315,27.483435,8.95276,1.8153923,34.95867,14.468185,16.471151,449.7005,3.2433972,307.2318,108.90262,6.8155446,64.7853,115.523766,57.952244,476.6792,238.58481,2012.2723,8.742873,2383.7856,52.53981,9.067976,6.4581304,41.56295,200.57361,266.48547,273.2036,72.98194,21.18511,9.2102375,872.4956,136.06758,72.86543,44.022102,272.27936,20.94636,294.83194,11.616929,57.284885,0.0,2870.3875,5453.6523,3.4288025,36.11378,32.300938,24407.21,77.411316,2.8267114,62.58806,106.11157,42.74708,11.622735,56.298164,506.46817,44.123524,39.461758,3.911399,8.981978,723.9962,1.6704782,446.79938,48.973125,2775.816,82.596756,157.86942,186.48524,272.3531,27.73423,43.22725,262.53574,21.985239,22.738144,14.705198,36.411156,203.87776,11.604639,8.736817,102.117615,19.974802,4504.323,29.734472,49.43021,24.846249,30.981886,346.7273,86.57043,52.950348,12.745048,15.274716,46.532715,111.08117,255.10468,82.122574,276.6319,38.220345,45.316727,116.09923,173.08847,241.31613,131.78566,9.753253,8.60309,13.69006,66.83385,6089.5845,11.973336,52.705135,133.60443,29.90699,334.14258,95.59773,264.44955,7.4711328,106.98835,880.5462,839.23346,79.30808,1080.5958,122.02374,114.81718,84.9882,64.07307,12.165255,38.820553,645.35547,8.329012,12.405946,236.25749,9.824385,5.7929883,64.06001,64.25588,647.9343,153.298,179.7717,1966.1278,87.635544,1959.1003,1646.3752,8.452251,6.247049,2616.0327,13.368623,13.384375,315.93677,26.862473,56.078945,31.580702,130.69725,582.0974,263.13046,3.9095218,35.667175,120.1646,845.031,13.658781,101.299286,9.201401,1.4811935,54.304893,1.2839603,1.3125434,4.48131,10.804035,30.773277,45.77895,30.706713,608.02155,34.185646,13.521428,20.794445,6.0163293,70.598785,3.2144675,2.3789537,5.589375,60.92274,0.3611528,2.3970928,4.6977844,35.867188,14.894226,2.9632154,4.488066,217.76361,21.662973,398.42404,13.463922,753.64276,26.787245,823.05133,292.7816,8.2799425,10.909619,544.91614,746.4,2479.5435,714.3711 +2023-04-07 00:00:00,0.0,3717.1753,32.17027,16.354856,8.792941,37.625454,184.15242,31.033348,66.771645,24.657658,40.782272,207.50313,410.77112,19.940939,27.522667,8.9437,1.813776,34.963905,14.475609,16.460026,449.79324,3.2428567,307.325,108.89029,6.8085556,64.6902,115.537224,57.93846,476.2667,238.53394,2013.8499,8.73138,2383.6895,52.465298,9.056836,6.449622,41.51441,200.62267,266.50446,272.83453,73.05,21.2055,9.211027,872.4681,135.85066,72.850494,44.051815,272.5159,20.935791,294.97174,11.618849,57.271935,0.0,2872.322,5460.208,3.4353263,36.144386,32.342865,24420.64,77.49034,2.8308215,62.588573,106.09183,42.76939,11.630054,56.272377,506.81064,44.2,39.469814,3.9140544,8.984035,724.28894,1.6799837,446.55002,49.010002,2775.0,82.61667,157.80891,186.4403,272.34128,27.712345,43.202816,262.2571,21.969236,22.72479,14.717636,36.413864,203.75714,11.610006,8.741254,102.13855,19.975077,4503.92,29.749947,49.4,24.84616,30.992325,346.63333,86.554886,52.95,12.750999,15.281934,46.516468,111.0976,254.98947,82.125,276.644,38.264557,45.314644,116.118324,173.18,242.43182,131.82886,9.7508,8.615,13.681429,67.088486,6103.4204,11.964413,52.684002,133.47334,29.905449,334.15237,95.51333,264.32666,7.4662223,107.06333,880.2031,838.65796,79.285706,1080.1538,121.90666,114.770004,85.063965,64.01593,12.153645,38.791927,646.1064,8.317714,12.390866,236.07668,9.822857,5.792154,63.999775,64.21217,647.52997,153.2,179.7539,1965.5665,87.76364,1959.5581,1646.7708,8.458947,6.258333,2625.6333,13.364065,13.408333,315.93964,26.892,56.136,31.610527,130.90666,583.18085,263.17035,3.9137142,35.69257,120.584,847.5901,13.712512,101.40154,9.211667,1.4808446,54.3068,1.2836826,1.3116697,4.4780526,10.808382,30.803999,45.953167,30.699999,610.3219,34.216667,13.528571,20.8,6.017143,70.575,3.2166665,2.3786666,5.59,60.91846,0.36057144,2.396263,4.697167,35.875,14.894285,2.961,4.504499,218.42664,21.72362,399.63232,13.485614,755.61945,26.825062,822.8501,293.54144,8.299237,10.9151945,546.24896,748.5024,2483.8416,714.1591 +2023-04-07 01:00:00,0.0,3718.25,32.194706,16.375124,8.804779,37.636806,184.19536,31.038656,66.78137,24.657228,40.779636,207.79866,411.1254,19.944563,27.561897,8.934641,1.8121597,34.969135,14.483033,16.448898,449.886,3.242316,307.41824,108.87796,6.8015666,64.59509,115.55068,57.92468,475.8542,238.48305,2015.4275,8.719888,2383.5933,52.39078,9.045696,6.441114,41.46587,200.67172,266.5234,272.46542,73.11806,21.22589,9.211817,872.4406,135.63373,72.83555,44.081524,272.75244,20.92522,295.11154,11.6207695,57.258984,0.0,2874.2563,5466.764,3.4418502,36.17499,32.384792,24434.07,77.569374,2.8349316,62.58909,106.07208,42.791695,11.637374,56.24659,507.15314,44.276474,39.477875,3.9167097,8.98609,724.5816,1.6894894,446.30063,49.046875,2774.184,82.63657,157.7484,186.39537,272.32947,27.69046,43.178387,261.9785,21.953232,22.711437,14.730073,36.416576,203.63654,11.615373,8.745691,102.159485,19.975353,4503.5166,29.765419,49.369793,24.846073,31.002764,346.53934,86.53935,52.949654,12.75695,15.289151,46.500225,111.11404,254.87427,82.12743,276.6561,38.30877,45.31256,116.13742,173.27153,243.5475,131.87207,9.748347,8.62691,13.672798,67.343124,6117.257,11.95549,52.662865,133.34225,29.903906,334.16214,95.42893,264.2038,7.461312,107.138306,879.8601,838.0825,79.26333,1079.7118,121.78958,114.72283,85.13974,63.95879,12.142035,38.7633,646.85724,8.306416,12.375787,235.89586,9.821329,5.7913194,63.939537,64.168465,647.1256,153.10199,179.73613,1965.0054,87.89173,1960.0159,1647.1661,8.465643,6.269618,2635.234,13.359508,13.432292,315.9425,26.921528,56.193058,31.640352,131.11609,584.2643,263.21024,3.9179068,35.717964,121.0034,850.1492,13.766243,101.50379,9.221933,1.4804957,54.30871,1.2834048,1.3107961,4.474796,10.81273,30.83472,46.12738,30.693287,612.6223,34.247684,13.535714,20.805555,6.0179563,70.551216,3.2188656,2.3783796,5.590625,60.914185,0.3599901,2.3954332,4.6965494,35.882812,14.894344,2.9587846,4.5209317,219.08965,21.784264,400.8406,13.507307,757.5961,26.86288,822.64886,294.3013,8.318532,10.920769,547.5818,750.60474,2488.14,713.94714 +2023-04-07 02:00:00,0.0,3719.325,32.219143,16.395391,8.816618,37.648155,184.2383,31.043964,66.79111,24.656801,40.777,208.09418,411.47968,19.948187,27.60113,8.925581,1.8105434,34.974365,14.490457,16.437773,449.97873,3.2417755,307.51147,108.86563,6.7945776,64.499985,115.56415,57.910896,475.44168,238.43217,2017.0051,8.708394,2383.4973,52.31627,9.034557,6.4326057,41.417328,200.72078,266.54236,272.09634,73.18611,21.246279,9.212607,872.4131,135.41681,72.82061,44.111237,272.98898,20.91465,295.25134,11.62269,57.246033,0.0,2876.1907,5473.32,3.448374,36.2056,32.426716,24447.5,77.6484,2.8390415,62.589607,106.05234,42.814003,11.644693,56.220802,507.49564,44.35295,39.48593,3.9193652,8.988146,724.8743,1.698995,446.05127,49.08375,2773.3682,82.65648,157.6879,186.35043,272.31766,27.668575,43.153957,261.69986,21.93723,22.698084,14.742511,36.41929,203.51593,11.62074,8.750129,102.18042,19.975628,4503.1133,29.780893,49.339584,24.845985,31.0132,346.44537,86.52381,52.949306,12.762902,15.296368,46.48398,111.13047,254.75906,82.12986,276.66818,38.35298,45.31048,116.15652,173.36305,244.6632,131.91527,9.745894,8.63882,13.664166,67.59776,6131.0933,11.946568,52.641727,133.21117,29.902363,334.17194,95.344536,264.08093,7.456401,107.21329,879.517,837.5071,79.240944,1079.2698,121.67249,114.67567,85.215515,63.901653,12.130425,38.734676,647.60815,8.295117,12.360707,235.71506,9.819801,5.790485,63.8793,64.12475,646.72125,153.004,179.71835,1964.4441,88.01983,1960.4736,1647.5615,8.472339,6.280903,2644.8347,13.35495,13.45625,315.94537,26.951056,56.250114,31.670176,131.32552,585.3477,263.25015,3.922099,35.74336,121.422806,852.7082,13.819974,101.60605,9.2322,1.4801466,54.31062,1.2831271,1.3099225,4.4715385,10.817078,30.865444,46.301598,30.686573,614.92267,34.2787,13.542857,20.811111,6.0187697,70.52743,3.2210646,2.3780925,5.59125,60.909904,0.35940874,2.3946033,4.6959314,35.890625,14.894404,2.9565694,4.5373645,219.75266,21.844908,402.0489,13.528999,759.5729,26.9007,822.44763,295.06116,8.337827,10.926343,548.9146,752.7071,2492.438,713.73517 +2023-04-07 03:00:00,0.0,3720.3997,32.24358,16.415657,8.828456,37.659508,184.28123,31.049273,66.80084,24.656372,40.774364,208.38971,411.83395,19.95181,27.64036,8.916521,1.8089272,34.979595,14.497881,16.426647,450.07147,3.241235,307.6047,108.8533,6.7875886,64.40488,115.57761,57.897114,475.02917,238.38129,2018.5828,8.696901,2383.4011,52.241756,9.023417,6.424097,41.368782,200.76984,266.5613,271.72723,73.254166,21.26667,9.213397,872.38556,135.19987,72.805664,44.140945,273.22552,20.90408,295.39114,11.62461,57.23308,0.0,2878.125,5479.876,3.4548979,36.236206,32.468643,24460.93,77.727425,2.8431516,62.590122,106.03259,42.83631,11.652013,56.195015,507.8381,44.42943,39.49399,3.9220207,8.990202,725.16705,1.7085006,445.8019,49.120625,2772.552,82.67639,157.62738,186.3055,272.30585,27.64669,43.129524,261.4212,21.921225,22.684729,14.754948,36.422,203.39531,11.626106,8.754565,102.201355,19.975904,4502.71,29.796368,49.309376,24.845898,31.02364,346.35138,86.50827,52.94896,12.768853,15.303585,46.46773,111.146904,254.64386,82.13229,276.68027,38.397194,45.308395,116.175606,173.45457,245.77888,131.95848,9.743442,8.650729,13.655536,67.8524,6144.929,11.937645,52.62059,133.08008,29.90082,334.1817,95.26014,263.95804,7.4514904,107.28826,879.17395,836.9316,79.21857,1078.8278,121.55541,114.628494,85.29128,63.844517,12.118815,38.70605,648.359,8.283819,12.345628,235.53424,9.818274,5.789651,63.81906,64.08104,646.3169,152.90599,179.70056,1963.8828,88.14792,1960.9314,1647.9569,8.479034,6.2921877,2654.4353,13.350392,13.480208,315.9482,26.980583,56.307167,31.7,131.53493,586.43115,263.29004,3.9262917,35.768757,121.84221,855.2673,13.873705,101.708305,9.242465,1.4797977,54.312527,1.2828493,1.3090488,4.4682817,10.8214245,30.896166,46.475815,30.679861,617.2231,34.309723,13.55,20.816668,6.019583,70.50365,3.2232637,2.3778055,5.591875,60.905624,0.35882738,2.3937733,4.695314,35.898438,14.894464,2.954354,4.553797,220.41568,21.905554,403.25717,13.550692,761.54956,26.938519,822.2464,295.821,8.357121,10.931917,550.24744,754.80945,2496.7363,713.5232 +2023-04-07 04:00:00,0.0,3721.4744,32.268017,16.435925,8.840294,37.67086,184.32417,31.054583,66.81057,24.655945,40.771732,208.68524,412.18823,19.955435,27.679592,8.907462,1.8073109,34.984825,14.505304,16.41552,450.16418,3.2406943,307.69794,108.84097,6.7805996,64.30978,115.591064,57.88333,474.61667,238.33041,2020.1604,8.685408,2383.305,52.16724,9.012278,6.415589,41.320244,200.8189,266.58026,271.35815,73.32222,21.28706,9.214187,872.35803,134.98296,72.79072,44.170654,273.46207,20.893509,295.53094,11.626531,57.22013,0.0,2880.0596,5486.4316,3.4614217,36.26681,32.51057,24474.36,77.80646,2.8472617,62.590637,106.01285,42.858616,11.659332,56.16923,508.1806,44.5059,39.50205,3.9246762,8.992258,725.4598,1.7180063,445.55255,49.1575,2771.736,82.6963,157.56686,186.26056,272.294,27.624805,43.105095,261.14258,21.905222,22.671375,14.7673855,36.424713,203.2747,11.631474,8.759003,102.22229,19.97618,4502.3066,29.81184,49.279167,24.84581,31.034077,346.2574,86.49273,52.948612,12.774805,15.310802,46.451485,111.16334,254.52866,82.13473,276.69235,38.441406,45.306313,116.1947,173.54611,246.89458,132.0017,9.740989,8.662639,13.646905,68.10704,6158.7656,11.928721,52.599457,132.94899,29.899277,334.1915,95.175735,263.83517,7.44658,107.363235,878.83093,836.35614,79.19618,1078.3857,121.43833,114.58133,85.36706,63.787376,12.107205,38.677425,649.1099,8.272521,12.330548,235.35344,9.816746,5.7888165,63.758823,64.03733,645.91254,152.80798,179.68279,1963.3215,88.27601,1961.3892,1648.3523,8.485731,6.3034725,2664.036,13.345835,13.504167,315.95108,27.01011,56.364223,31.729826,131.74435,587.5145,263.32993,3.930484,35.79415,122.26161,857.82635,13.927437,101.810555,9.252731,1.4794488,54.314438,1.2825716,1.3081751,4.4650245,10.825772,30.926888,46.65003,30.673147,619.52344,34.34074,13.557143,20.822222,6.0203967,70.47986,3.225463,2.3775184,5.5924997,60.90135,0.35824603,2.3929436,4.6946964,35.90625,14.894524,2.952139,4.5702295,221.07869,21.966198,404.46545,13.572384,763.52625,26.976336,822.04517,296.58087,8.376416,10.937491,551.5802,756.9118,2501.0344,713.3113 +2023-04-07 05:00:00,0.0,3722.549,32.292454,16.456192,8.852132,37.68221,184.36713,31.05989,66.820305,24.655518,40.769096,208.98076,412.5425,19.959059,27.718824,8.898402,1.8056946,34.990055,14.512728,16.404394,450.25693,3.2401538,307.79117,108.82864,6.7736106,64.21467,115.60453,57.869553,474.2042,238.27954,2021.738,8.673915,2383.209,52.092728,9.001138,6.4070807,41.2717,200.86795,266.5992,270.98904,73.390274,21.30745,9.214976,872.3305,134.76602,72.77578,44.200367,273.6986,20.882938,295.67075,11.628451,57.20718,0.0,2881.9941,5492.988,3.4679456,36.297417,32.552498,24487.79,77.88548,2.8513715,62.591152,105.9931,42.880924,11.666652,56.143444,508.5231,44.58238,39.51011,3.9273317,8.994314,725.75244,1.7275118,445.3032,49.194374,2770.9202,82.7162,157.50638,186.21564,272.2822,27.602922,43.080666,260.86395,21.88922,22.658022,14.779822,36.42742,203.1541,11.63684,8.763439,102.243225,19.976456,4501.9033,29.827314,49.24896,24.845722,31.044516,346.16342,86.47719,52.948265,12.780756,15.318019,46.43524,111.17977,254.41345,82.13715,276.70444,38.48562,45.30423,116.2138,173.63763,248.01025,132.04489,9.738536,8.674549,13.638274,68.36168,6172.602,11.919799,52.57832,132.8179,29.897736,334.20126,95.09134,263.7123,7.4416695,107.43822,878.48785,835.78064,79.173805,1077.9437,121.32124,114.53416,85.44283,63.73024,12.095596,38.6488,649.8608,8.261223,12.315469,235.17262,9.815218,5.787982,63.698586,63.993618,645.5082,152.70998,179.665,1962.7603,88.404106,1961.8469,1648.7477,8.492427,6.314757,2673.6367,13.341277,13.528125,315.95395,27.039639,56.42128,31.75965,131.95378,588.59796,263.3698,3.9346764,35.819546,122.681015,860.38544,13.981168,101.91281,9.262998,1.4790999,54.316345,1.2822938,1.3073015,4.461767,10.830119,30.957611,46.824245,30.666435,621.8238,34.371758,13.564285,20.827778,6.02121,70.45608,3.2276618,2.3772314,5.593125,60.897068,0.35766467,2.3921137,4.6940784,35.914062,14.894583,2.9499235,4.5866623,221.74171,22.026842,405.67374,13.594077,765.503,27.014154,821.84393,297.34073,8.395711,10.943067,552.913,759.01416,2505.3328,713.0993 +2023-04-07 06:00:00,0.0,3723.6238,32.31689,16.476458,8.863971,37.69356,184.41006,31.065199,66.83004,24.655088,40.76646,209.27629,412.8968,19.962683,27.758055,8.889342,1.8040783,34.99529,14.520152,16.393267,450.34967,3.2396133,307.8844,108.816315,6.7666216,64.11956,115.61799,57.85577,473.7917,238.22865,2023.3157,8.662422,2383.1128,52.018215,8.989998,6.3985724,41.22316,200.91702,266.61816,270.61996,73.458336,21.327839,9.215766,872.303,134.5491,72.76083,44.230076,273.93515,20.87237,295.81055,11.630371,57.19423,0.0,2883.9282,5499.544,3.4744694,36.328026,32.594425,24501.219,77.96451,2.8554816,62.59167,105.973366,42.90323,11.673971,56.117657,508.86557,44.658855,39.518166,3.9299872,8.99637,726.04517,1.7370174,445.05383,49.23125,2770.1042,82.736115,157.44586,186.1707,272.2704,27.581038,43.056232,260.58533,21.873215,22.644669,14.79226,36.430134,203.03348,11.642207,8.767877,102.26416,19.97673,4501.5,29.842789,49.21875,24.845634,31.054953,346.06943,86.46165,52.947918,12.786707,15.325236,46.418995,111.196205,254.29825,82.13959,276.71655,38.52983,45.302147,116.232895,173.72917,249.12595,132.0881,9.736083,8.686459,13.629643,68.61632,6186.438,11.910876,52.557182,132.68681,29.896193,334.21103,95.00694,263.58942,7.436759,107.51319,878.1448,835.2052,79.15142,1077.5017,121.20416,114.48699,85.5186,63.673103,12.083986,38.620174,650.6117,8.249925,12.300388,234.99182,9.81369,5.7871475,63.638348,63.949905,645.1039,152.61198,179.64722,1962.199,88.532196,1962.3047,1649.1431,8.499123,6.3260417,2683.2373,13.3367195,13.552083,315.95682,27.069166,56.478336,31.789474,132.1632,589.6814,263.4097,3.938869,35.84494,123.10042,862.94446,14.034899,102.01507,9.273264,1.478751,54.318256,1.282016,1.3064278,4.4585104,10.834467,30.988333,46.99846,30.659721,624.1242,34.40278,13.571428,20.833334,6.022024,70.43229,3.229861,2.3769443,5.59375,60.892788,0.35708335,2.3912838,4.693461,35.921875,14.894642,2.9477084,4.603095,222.40472,22.087488,406.88205,13.615769,767.4797,27.051973,821.6427,298.1006,8.415006,10.948641,554.24585,761.11646,2509.6309,712.8873 +2023-04-07 07:00:00,0.0,3724.6985,32.341328,16.496725,8.875809,37.70491,184.453,31.070507,66.83977,24.654661,40.76383,209.57181,413.25107,19.966307,27.797287,8.880283,1.8024621,35.00052,14.5275755,16.382141,450.4424,3.2390726,307.97763,108.803986,6.759633,64.02446,115.63145,57.841988,473.37918,238.17778,2024.8932,8.6509285,2383.0166,51.943703,8.978858,6.3900642,41.174618,200.96608,266.63712,270.25085,73.52639,21.348228,9.216556,872.27545,134.33217,72.745895,44.25979,274.1717,20.8618,295.95035,11.632292,57.181282,0.0,2885.8628,5506.0996,3.4809933,36.35863,32.63635,24514.648,78.04354,2.8595917,62.592186,105.95362,42.925537,11.681291,56.09187,509.20807,44.73533,39.526226,3.9326427,8.998426,726.3379,1.746523,444.80447,49.268127,2769.288,82.75602,157.38535,186.12576,272.25858,27.559153,43.031803,260.3067,21.857212,22.631315,14.804698,36.432846,202.91287,11.647573,8.772313,102.285095,19.977007,4501.0967,29.858261,49.18854,24.845547,31.065392,345.97546,86.446106,52.94757,12.792659,15.332454,46.40275,111.21264,254.18304,82.14201,276.72864,38.574043,45.300064,116.25198,173.8207,250.24164,132.13132,9.733631,8.698368,13.621012,68.87096,6200.2744,11.901953,52.536045,132.55573,29.89465,334.22083,94.92255,263.46655,7.4318485,107.588165,877.80176,834.62976,79.12904,1077.0597,121.08708,114.43982,85.594376,63.615967,12.072376,38.59155,651.36255,8.2386265,12.285309,234.811,9.812162,5.786313,63.57811,63.906193,644.6995,152.51398,179.62943,1961.6377,88.66029,1962.7625,1649.5385,8.505818,6.3373265,2692.838,13.332163,13.576041,315.95966,27.098694,56.53539,31.8193,132.37262,590.76483,263.4496,3.9430614,35.870335,123.51982,865.50354,14.08863,102.117325,9.28353,1.4784019,54.320164,1.2817383,1.3055542,4.455253,10.838815,31.019054,47.172676,30.65301,626.42456,34.433796,13.578571,20.838888,6.0228376,70.40851,3.23206,2.3766572,5.594375,60.888508,0.356502,2.390454,4.6928434,35.929688,14.894702,2.945493,4.619528,223.06773,22.148132,408.09033,13.637462,769.45636,27.08979,821.44147,298.86044,8.4343,10.954215,555.5787,763.2188,2513.9292,712.67535 +2023-04-07 08:00:00,0.0,3725.7732,32.365765,16.516993,8.887647,37.716263,184.49594,31.075815,66.8495,24.654232,40.761192,209.86734,413.60535,19.96993,27.836517,8.871223,1.8008457,35.00575,14.535,16.371016,450.53516,3.238532,308.07086,108.79166,6.752644,63.92935,115.64491,57.828205,472.96667,238.12689,2026.4708,8.639436,2382.9204,51.869186,8.967719,6.381556,41.126076,201.01514,266.65607,269.88177,73.594444,21.368618,9.217345,872.248,134.11525,72.73095,44.289497,274.4082,20.851229,296.09015,11.634212,57.16833,0.0,2887.7974,5512.656,3.487517,36.389236,32.678276,24528.078,78.12257,2.8637016,62.5927,105.933876,42.94784,11.68861,56.066082,509.55057,44.811806,39.534283,3.9352982,9.000483,726.63055,1.7560287,444.55508,49.305,2768.4722,82.775925,157.32484,186.08083,272.24677,27.537268,43.00737,260.02808,21.841208,22.617962,14.817135,36.435555,202.79227,11.652941,8.776751,102.30603,19.977282,4500.6934,29.873735,49.158333,24.845459,31.075829,345.88147,86.43057,52.947224,12.79861,15.33967,46.3865,111.22907,254.06784,82.14445,276.74072,38.618256,45.29798,116.27108,173.91222,251.35732,132.17451,9.731178,8.710278,13.612381,69.1256,6214.111,11.89303,52.51491,132.42464,29.893106,334.2306,94.83814,263.3437,7.426938,107.66315,877.4587,834.05426,79.10666,1076.6177,120.96999,114.392654,85.67015,63.55883,12.060766,38.562923,652.11346,8.227328,12.270229,234.63019,9.810635,5.7854786,63.51787,63.862484,644.29517,152.41597,179.61165,1961.0765,88.78838,1963.2202,1649.9338,8.512514,6.3486114,2702.4387,13.327605,13.599999,315.96252,27.128222,56.592445,31.849123,132.58203,591.84827,263.48947,3.947254,35.89573,123.939224,868.0626,14.142361,102.219574,9.293797,1.478053,54.322075,1.2814605,1.3046806,4.451996,10.843162,31.049778,47.34689,30.646296,628.7249,34.464813,13.585714,20.844444,6.023651,70.38472,3.2342591,2.3763702,5.595,60.88423,0.35592064,2.389624,4.6922255,35.9375,14.894761,2.9432778,4.6359606,223.73076,22.208778,409.2986,13.659155,771.43304,27.12761,821.24023,299.6203,8.453595,10.959789,556.9115,765.32117,2518.2273,712.4634 +2023-04-07 09:00:00,0.0,3726.848,32.3902,16.537258,8.899486,37.727615,184.53888,31.081123,66.85924,24.653805,40.758556,210.16286,413.95963,19.973555,27.87575,8.862164,1.7992295,35.01098,14.542423,16.359888,450.6279,3.2379916,308.16406,108.77933,6.745655,63.834244,115.65837,57.814423,472.55417,238.07602,2028.0485,8.627942,2382.8245,51.794674,8.956579,6.373048,41.077534,201.0642,266.67505,269.51266,73.6625,21.389008,9.218136,872.22046,133.89832,72.71601,44.31921,274.64478,20.840658,296.22995,11.636132,57.15538,0.0,2889.732,5519.2114,3.4940407,36.41984,32.720203,24541.508,78.20159,2.8678117,62.593216,105.91413,42.97015,11.69593,56.040295,509.89304,44.888283,39.542343,3.9379537,9.002538,726.9233,1.7655342,444.30573,49.341877,2767.6562,82.79584,157.26433,186.03589,272.23495,27.515383,42.98294,259.74945,21.825205,22.604607,14.829573,36.438267,202.67165,11.658308,8.781187,102.326965,19.977558,4500.29,29.88921,49.128124,24.845371,31.086267,345.7875,86.41503,52.946877,12.804562,15.346888,46.370255,111.24551,253.95264,82.14687,276.7528,38.662468,45.2959,116.29018,174.00375,252.473,132.21773,9.728725,8.722188,13.60375,69.38024,6227.947,11.884108,52.493774,132.29355,29.891565,334.2404,94.753746,263.2208,7.4220276,107.73812,877.1156,833.4788,79.08428,1076.1757,120.85291,114.34548,85.74592,63.50169,12.049157,38.534298,652.8644,8.216031,12.25515,234.44939,9.809107,5.784644,63.457634,63.81877,643.8908,152.31796,179.59386,1960.5153,88.91648,1963.678,1650.3293,8.519211,6.3598957,2712.0393,13.323048,13.623959,315.9654,27.15775,56.6495,31.878948,132.79146,592.93164,263.5294,3.9514463,35.921124,124.35863,870.62164,14.196092,102.32183,9.304063,1.477704,54.323982,1.2811828,1.3038069,4.448739,10.847509,31.0805,47.521107,30.639584,631.0253,34.495834,13.592857,20.85,6.0244646,70.36094,3.236458,2.3760831,5.595625,60.87995,0.3553393,2.3887942,4.691608,35.945312,14.894821,2.9410625,4.6523933,224.39377,22.269423,410.5069,13.680847,773.4098,27.165428,821.039,300.38016,8.47289,10.9653635,558.2443,767.4235,2522.5256,712.2514 +2023-04-07 10:00:00,0.0,3727.9226,32.41464,16.557526,8.911324,37.738964,184.58183,31.086433,66.868965,24.653376,40.75592,210.45839,414.3139,19.977179,27.914982,8.853105,1.7976133,35.01621,14.549847,16.348763,450.72064,3.2374508,308.2573,108.767,6.738666,63.73914,115.67184,57.80064,472.1417,238.02513,2029.6261,8.616449,2382.7283,51.72016,8.945439,6.364539,41.028996,201.11325,266.694,269.1436,73.73055,21.409397,9.218925,872.19293,133.6814,72.701065,44.34892,274.8813,20.830088,296.36975,11.638053,57.14243,0.0,2891.666,5525.7676,3.5005646,36.450447,32.76213,24554.938,78.280624,2.8719218,62.593735,105.89439,42.99246,11.703249,56.014507,510.23553,44.964756,39.5504,3.940609,9.004594,727.216,1.7750398,444.05637,49.37875,2766.8403,82.81574,157.20383,185.99095,272.2231,27.493498,42.95851,259.47083,21.8092,22.591253,14.84201,36.44098,202.55104,11.663674,8.7856245,102.3479,19.977833,4499.8867,29.904682,49.097916,24.845284,31.096704,345.6935,86.39949,52.94653,12.810513,15.354105,46.35401,111.26194,253.83743,82.14931,276.7649,38.70668,45.293816,116.309265,174.09528,253.5887,132.26094,9.726273,8.7340975,13.595119,69.63488,6241.783,11.875184,52.472637,132.16246,29.890022,334.25015,94.66935,263.09793,7.417117,107.813095,876.7726,832.9033,79.0619,1075.7336,120.73583,114.29831,85.82169,63.444553,12.037547,38.505672,653.61523,8.204733,12.24007,234.26857,9.807579,5.78381,63.397396,63.77506,643.48645,152.21997,179.57608,1959.954,89.04457,1964.1357,1650.7247,8.525907,6.3711805,2721.6401,13.31849,13.647917,315.96826,27.187277,56.70656,31.908773,133.00089,594.0151,263.56927,3.955639,35.946518,124.77803,873.1807,14.249823,102.42409,9.314329,1.4773551,54.325893,1.280905,1.3029332,4.445482,10.851856,31.111221,47.695324,30.63287,633.3257,34.52685,13.599999,20.855556,6.025278,70.33715,3.2386572,2.375796,5.59625,60.87567,0.35475793,2.3879645,4.6909904,35.953125,14.89488,2.9388473,4.668826,225.0568,22.330067,411.71518,13.702539,775.3865,27.203247,820.83777,301.14,8.492185,10.970939,559.57715,769.5259,2526.8237,712.0394 +2023-04-07 11:00:00,0.0,3728.9973,32.439075,16.577793,8.9231615,37.750317,184.62477,31.091742,66.8787,24.652948,40.75329,210.75392,414.66818,19.980803,27.954212,8.844045,1.7959969,35.02144,14.557271,16.337637,450.81335,3.2369103,308.35052,108.75467,6.731677,63.64403,115.685295,57.786858,471.7292,237.97426,2031.2037,8.604957,2382.632,51.645645,8.934299,6.356031,40.980453,201.16231,266.71295,268.77448,73.798615,21.429787,9.219715,872.1654,133.46446,72.68613,44.37863,275.11786,20.819519,296.50955,11.639973,57.12948,0.0,2893.6006,5532.323,3.5070884,36.481056,32.804058,24568.367,78.35965,2.8760316,62.59425,105.87465,43.014763,11.710568,55.98872,510.57803,45.041233,39.55846,3.9432645,9.00665,727.5087,1.7845454,443.807,49.415627,2766.0244,82.83565,157.14331,185.94601,272.2113,27.471615,42.93408,259.19217,21.793198,22.5779,14.854447,36.44369,202.43044,11.669042,8.790061,102.368835,19.97811,4499.4834,29.920156,49.067707,24.845196,31.107143,345.59952,86.38395,52.946182,12.816464,15.361322,46.337765,111.27837,253.72223,82.15174,276.77698,38.750893,45.291733,116.32836,174.1868,254.70439,132.30414,9.72382,8.746007,13.586488,69.88952,6255.6196,11.8662615,52.4515,132.03137,29.88848,334.25995,94.58495,262.97504,7.4122066,107.88808,876.4295,832.3279,79.03952,1075.2916,120.618744,114.251144,85.89747,63.387417,12.025937,38.477047,654.36615,8.193435,12.224991,234.08777,9.806051,5.7829757,63.33716,63.73135,643.0821,152.12196,179.5583,1959.3928,89.17267,1964.5936,1651.1201,8.532602,6.3824654,2731.2407,13.313932,13.671875,315.97113,27.216805,56.76361,31.938597,133.2103,595.0985,263.60916,3.9598312,35.971912,125.19743,875.7398,14.303554,102.52634,9.324595,1.4770061,54.3278,1.2806273,1.3020597,4.4422245,10.856204,31.141943,47.869537,30.626158,635.6261,34.55787,13.607142,20.86111,6.0260916,70.31337,3.2408564,2.375509,5.596875,60.871395,0.35417658,2.3871346,4.6903725,35.960938,14.89494,2.936632,4.685259,225.7198,22.390713,412.92346,13.724233,777.36316,27.241064,820.6366,301.89987,8.511479,10.976513,560.91,771.62823,2531.122,711.82745 +2023-04-07 12:00:00,0.0,3730.072,32.463512,16.598059,8.934999,37.761665,184.66771,31.09705,66.888435,24.652521,40.750652,211.04944,415.02246,19.984426,27.993444,8.834985,1.7943807,35.02667,14.564694,16.32651,450.9061,3.2363698,308.44376,108.74234,6.724688,63.548927,115.69875,57.773075,471.31668,237.92337,2032.7814,8.593463,2382.5361,51.571133,8.92316,6.3475227,40.931908,201.21136,266.7319,268.4054,73.86667,21.450176,9.220505,872.1379,133.24753,72.67118,44.40834,275.35437,20.808949,296.64935,11.641893,57.116528,0.0,2895.535,5538.8794,3.5136123,36.51166,32.84598,24581.797,78.438675,2.8801417,62.594765,105.854904,43.03707,11.717888,55.962933,510.92053,45.11771,39.566517,3.94592,9.008706,727.8014,1.794051,443.55765,49.4525,2765.2083,82.85555,157.08281,185.90108,272.1995,27.44973,42.90965,258.91354,21.777195,22.564547,14.866884,36.446404,202.30983,11.674408,8.794498,102.38977,19.978384,4499.08,29.93563,49.0375,24.845108,31.11758,345.50555,86.36841,52.945835,12.822415,15.368539,46.321518,111.29481,253.60703,82.15417,276.7891,38.795105,45.28965,116.34746,174.27834,255.82007,132.34735,9.721367,8.757916,13.577857,70.14416,6269.4556,11.857339,52.430367,131.90028,29.886936,334.2697,94.50055,262.85217,7.407296,107.96305,876.0864,831.75244,79.017136,1074.8496,120.50166,114.20397,85.973236,63.33028,12.014328,38.44842,655.117,8.182137,12.209911,233.90695,9.804523,5.782141,63.27692,63.687637,642.67773,152.02396,179.54051,1958.8315,89.30076,1965.0514,1651.5155,8.539298,6.39375,2740.8413,13.309375,13.695833,315.97397,27.246334,56.820667,31.968422,133.41972,596.18195,263.64905,3.9640238,35.997307,125.61684,878.2988,14.357285,102.62859,9.334862,1.4766572,54.329712,1.2803495,1.301186,4.4389677,10.860552,31.172667,48.043755,30.619444,637.92645,34.58889,13.614285,20.866667,6.026905,70.28958,3.2430553,2.3752222,5.5975,60.867115,0.35359526,2.3863046,4.689755,35.96875,14.8949995,2.9344165,4.701691,226.38281,22.451357,414.13174,13.745925,779.3399,27.278883,820.43536,302.65973,8.530774,10.982087,562.2428,773.7306,2535.4202,711.6155 +2023-04-07 13:00:00,0.0,3731.1467,32.48795,16.618326,8.946838,37.773018,184.71065,31.102358,66.89816,24.652092,40.748016,211.34497,415.37674,19.98805,28.032675,8.825926,1.7927644,35.031902,14.572119,16.315384,450.99884,3.235829,308.537,108.73001,6.717699,63.45382,115.71222,57.759296,470.90417,237.8725,2034.359,8.58197,2382.44,51.49662,8.91202,6.3390145,40.88337,201.26042,266.75085,268.0363,73.93472,21.470568,9.221294,872.11035,133.03061,72.65624,44.438053,275.59094,20.798378,296.78915,11.643814,57.103577,0.0,2897.4695,5545.435,3.520136,36.542267,32.88791,24595.227,78.51771,2.8842516,62.59528,105.83516,43.059376,11.725207,55.937145,511.263,45.194183,39.574577,3.9485755,9.010762,728.0941,1.8035567,443.3083,49.489376,2764.3923,82.875465,157.0223,185.85614,272.18768,27.427845,42.88522,258.63492,21.76119,22.551193,14.879322,36.449112,202.18921,11.679775,8.798936,102.410706,19.97866,4498.677,29.951103,49.00729,24.84502,31.12802,345.41156,86.35287,52.945488,12.828367,15.375756,46.30527,111.31124,253.4918,82.1566,276.80118,38.839317,45.287567,116.366554,174.36986,256.93576,132.39056,9.718914,8.769827,13.569226,70.398796,6283.292,11.848415,52.40923,131.7692,29.885393,334.27948,94.41615,262.7293,7.4023857,108.03803,875.7434,831.17694,78.99476,1074.4076,120.38458,114.15681,86.04901,63.273144,12.002718,38.419796,655.8679,8.170838,12.194831,233.72615,9.802996,5.7813067,63.216682,63.64393,642.2734,151.92595,179.52274,1958.2701,89.428856,1965.5092,1651.9109,8.545994,6.405035,2750.4421,13.304817,13.719791,315.97684,27.275862,56.877724,31.998247,133.62915,597.2654,263.68893,3.9682162,36.022705,126.03624,880.8579,14.4110155,102.73085,9.345127,1.4763082,54.33162,1.2800717,1.3003123,4.4357104,10.864899,31.203388,48.217968,30.612732,640.2268,34.619907,13.6214285,20.872223,6.0277185,70.2658,3.2452545,2.3749352,5.598125,60.862835,0.3530139,2.385475,4.689137,35.976562,14.895059,2.9322014,4.718124,227.04584,22.512001,415.34003,13.767617,781.3166,27.316702,820.23413,303.4196,8.550069,10.987661,563.5756,775.83295,2539.7185,711.4035 +2023-04-07 14:00:00,0.0,3732.2214,32.512386,16.638594,8.958676,37.78437,184.75359,31.107666,66.9079,24.651665,40.74538,211.64049,415.73102,19.991674,28.071907,8.816866,1.7911481,35.037132,14.579542,16.304258,451.09158,3.2352886,308.63022,108.71768,6.7107105,63.358715,115.72568,57.745514,470.49167,237.82162,2035.9366,8.5704775,2382.3438,51.422104,8.900881,6.3305063,40.834827,201.30948,266.7698,267.6672,74.00278,21.490957,9.222084,872.0828,132.81367,72.6413,44.467762,275.82745,20.787807,296.92896,11.645734,57.090626,0.0,2899.4038,5551.991,3.52666,36.572872,32.929836,24608.656,78.59673,2.8883617,62.595795,105.81541,43.081684,11.732527,55.911358,511.6055,45.27066,39.582634,3.951231,9.012818,728.38684,1.8130622,443.05893,49.52625,2763.5764,82.89537,156.96179,185.8112,272.17587,27.40596,42.860786,258.3563,21.745188,22.53784,14.89176,36.451824,202.0686,11.685142,8.803372,102.43164,19.978935,4498.2734,29.966578,48.977085,24.844933,31.138456,345.3176,86.33733,52.945137,12.834318,15.382974,46.28903,111.327675,253.3766,82.15903,276.81326,38.88353,45.285484,116.38564,174.46138,258.05145,132.43376,9.716461,8.781736,13.5605955,70.653435,6297.1284,11.839493,52.388092,131.6381,29.883852,334.28928,94.33176,262.6064,7.3974752,108.11301,875.4003,830.6015,78.972374,1073.9656,120.267494,114.109634,86.12479,63.216003,11.991108,38.39117,656.6188,8.15954,12.179751,233.54533,9.801468,5.7804723,63.156445,63.600216,641.869,151.82796,179.50494,1957.7089,89.556946,1965.9669,1652.3063,8.55269,6.4163194,2760.0427,13.30026,13.74375,315.9797,27.30539,56.93478,32.028072,133.83856,598.3488,263.72882,3.9724088,36.0481,126.455635,883.417,14.464747,102.8331,9.355393,1.4759593,54.333527,1.279794,1.2994386,4.4324536,10.8692465,31.23411,48.392185,30.606018,642.5272,34.650925,13.6285715,20.877777,6.028532,70.24201,3.2474535,2.374648,5.59875,60.85856,0.35243255,2.384645,4.6885195,35.984375,14.895119,2.929986,4.7345567,227.70885,22.572647,416.5483,13.78931,783.2933,27.354519,820.0329,304.17944,8.569364,10.993236,564.9084,777.93524,2544.0166,711.1915 +2023-04-07 15:00:00,0.0,3733.2961,32.536823,16.65886,8.970514,37.79572,184.79654,31.112974,66.917625,24.651236,40.74275,211.93602,416.0853,19.995298,28.11114,8.807806,1.7895318,35.042362,14.586966,16.29313,451.18433,3.234748,308.72345,108.705345,6.7037215,63.26361,115.739136,57.73173,470.0792,237.77074,2037.5142,8.558984,2382.2476,51.34759,8.889741,6.321998,40.786285,201.35854,266.78876,267.2981,74.07083,21.511347,9.222875,872.05536,132.59676,72.62636,44.49747,276.06403,20.777237,297.06876,11.647655,57.077675,0.0,2901.3381,5558.547,3.5331838,36.60348,32.971764,24622.086,78.67576,2.8924718,62.596313,105.79566,43.10399,11.739846,55.88557,511.948,45.347134,39.590694,3.9538865,9.014874,728.67957,1.8225678,442.80954,49.563126,2762.7605,82.915276,156.90129,185.76627,272.16406,27.384075,42.836357,258.07767,21.729183,22.524485,14.904197,36.454536,201.948,11.690509,8.80781,102.452576,19.979212,4497.87,29.982052,48.946877,24.844845,31.148895,345.2236,86.32179,52.94479,12.84027,15.39019,46.27278,111.34411,253.2614,82.16146,276.82535,38.927742,45.2834,116.40474,174.55292,259.16714,132.47697,9.714008,8.793646,13.551965,70.90807,6310.9644,11.83057,52.36696,131.50702,29.882309,334.29904,94.24736,262.48355,7.392565,108.18798,875.05725,830.026,78.95,1073.5236,120.15041,114.06247,86.200554,63.158867,11.979499,38.362545,657.3697,8.148242,12.164672,233.36452,9.79994,5.779638,63.096207,63.556503,641.46466,151.72995,179.48717,1957.1477,89.68504,1966.4247,1652.7017,8.559385,6.427604,2769.6433,13.295702,13.767708,315.98257,27.334917,56.991837,32.057896,134.04799,599.4322,263.76874,3.9766011,36.073494,126.87504,885.9761,14.518478,102.935356,9.36566,1.4756104,54.335438,1.2795162,1.298565,4.4291964,10.873594,31.264833,48.566402,30.599306,644.8276,34.681946,13.635715,20.883333,6.0293455,70.21823,3.2496526,2.374361,5.599375,60.85428,0.3518512,2.3838153,4.687902,35.992188,14.895178,2.9277709,4.7509894,228.37187,22.633291,417.7566,13.811003,785.26996,27.392338,819.83167,304.9393,8.588658,10.99881,566.2412,780.0376,2548.315,710.9796 +2023-04-07 16:00:00,0.0,3734.371,32.56126,16.679127,8.982353,37.80707,184.83948,31.118284,66.92736,24.650808,40.740112,212.23155,416.43958,19.998922,28.15037,8.798747,1.7879156,35.047592,14.59439,16.282005,451.27707,3.2342074,308.81668,108.693016,6.6967325,63.168503,115.7526,57.71795,469.6667,237.71986,2039.0918,8.547491,2382.1516,51.27308,8.878601,6.3134894,40.737747,201.4076,266.8077,266.92902,74.138885,21.531736,9.223664,872.02783,132.37982,72.61141,44.527184,276.30054,20.766666,297.20856,11.649575,57.064724,0.0,2903.2727,5565.103,3.5397077,36.634087,33.01369,24635.516,78.75479,2.8965816,62.59683,105.77592,43.126297,11.747166,55.859787,512.29047,45.42361,39.59875,3.956542,9.016931,728.9722,1.8320735,442.56018,49.600002,2761.9443,82.93519,156.84077,185.72133,272.15222,27.36219,42.811928,257.79904,21.71318,22.511131,14.916635,36.457245,201.82738,11.695875,8.812246,102.47351,19.979486,4497.467,29.997524,48.916668,24.844757,31.159332,345.1296,86.30625,52.944443,12.846221,15.397408,46.256535,111.36054,253.1462,82.16389,276.83743,38.971954,45.28132,116.423836,174.64444,260.28284,132.52017,9.7115555,8.805555,13.543333,71.16271,6324.801,11.821647,52.34582,131.37593,29.880766,334.30884,94.162964,262.3607,7.3876543,108.26296,874.71423,829.45056,78.92761,1073.0815,120.03333,114.0153,86.27633,63.10173,11.967889,38.33392,658.12054,8.136944,12.149592,233.18372,9.798412,5.7788033,63.03597,63.512794,641.06036,151.63194,179.46938,1956.5864,89.81313,1966.8824,1653.097,8.566082,6.438889,2779.2441,13.291144,13.791667,315.9854,27.364445,57.04889,32.08772,134.25742,600.5156,263.80862,3.9807935,36.09889,127.29444,888.5351,14.572209,103.03761,9.375926,1.4752613,54.337345,1.2792385,1.2976913,4.425939,10.877941,31.295555,48.740616,30.592592,647.128,34.712963,13.642857,20.88889,6.030159,70.19444,3.2518518,2.374074,5.6,60.85,0.35126984,2.3829854,4.687284,36.0,14.895238,2.9255555,4.767422,229.03488,22.693935,418.9649,13.832695,787.2467,27.430157,819.63043,305.69916,8.607954,11.004385,567.57404,782.13995,2552.6133,710.76764 +2023-04-07 17:00:00,0.0,3735.4458,32.585697,16.699394,8.994191,37.81842,184.88242,31.123592,66.937096,24.650381,40.737476,212.52707,416.79385,20.002546,28.189602,8.789687,1.7862992,35.052822,14.601813,16.270878,451.3698,3.233667,308.9099,108.68069,6.6897435,63.0734,115.76606,57.704166,469.25418,237.66898,2040.6694,8.535997,2382.0554,51.198566,8.867461,6.304981,40.6892,201.45665,266.82666,266.5599,74.20695,21.552126,9.224454,872.0003,132.1629,72.596466,44.556892,276.5371,20.756098,297.34836,11.651495,57.051777,0.0,2905.207,5571.6587,3.5462315,36.664692,33.055614,24648.945,78.83382,2.9006917,62.597343,105.75618,43.148605,11.754485,55.834,512.633,45.500088,39.606808,3.9591975,9.018986,729.26495,1.8415791,442.31082,49.636875,2761.1284,82.95509,156.78027,185.67639,272.1404,27.340305,42.787495,257.52042,21.697176,22.497778,14.929071,36.45996,201.70677,11.701242,8.816684,102.494446,19.979763,4497.0635,30.012999,48.88646,24.84467,31.169771,345.03564,86.29071,52.944096,12.852173,15.404625,46.240288,111.376976,253.03099,82.16632,276.84955,39.016167,45.279236,116.442924,174.73598,261.39853,132.56339,9.709103,8.817466,13.534702,71.41735,6338.637,11.812724,52.324684,131.24484,29.879223,334.3186,94.07856,262.2378,7.382744,108.33794,874.37115,828.8751,78.905235,1072.6395,119.916245,113.96813,86.352104,63.044594,11.956279,38.305294,658.87146,8.125646,12.134513,233.0029,9.796885,5.777969,62.97573,63.46908,640.656,151.53394,179.4516,1956.0251,89.94122,1967.3402,1653.4924,8.572778,6.450174,2788.8447,13.286587,13.815625,315.98828,27.393972,57.105946,32.117546,134.46683,601.59906,263.8485,3.984986,36.124283,127.713844,891.0942,14.62594,103.13986,9.386192,1.4749124,54.339256,1.2789607,1.2968177,4.4226823,10.882289,31.326277,48.914833,30.585878,649.42834,34.74398,13.65,20.894444,6.0309725,70.17066,3.2540507,2.373787,5.600625,60.845722,0.3506885,2.3821554,4.6866665,36.007812,14.895297,2.9233403,4.783855,229.69789,22.754581,420.1732,13.854388,789.2234,27.467974,819.4292,306.459,8.627249,11.009959,568.90686,784.2423,2556.9114,710.55566 +2023-04-07 18:00:00,0.0,3736.5205,32.610134,16.719662,9.006029,37.829773,184.92535,31.1289,66.94682,24.649952,40.734844,212.8226,417.14813,20.00617,28.228832,8.780627,1.784683,35.058052,14.609238,16.259752,451.46252,3.2331262,309.00314,108.66836,6.6827545,62.97829,115.77952,57.690384,468.84167,237.6181,2042.2471,8.524505,2381.9592,51.12405,8.856321,6.296473,40.64066,201.5057,266.8456,266.19083,74.275,21.572515,9.225244,871.9728,131.94597,72.58153,44.586605,276.77362,20.745527,297.48816,11.653416,57.038826,0.0,2907.1414,5578.215,3.5527554,36.695297,33.09754,24662.375,78.91284,2.9048018,62.59786,105.736435,43.17091,11.761805,55.808212,512.97546,45.57656,39.61487,3.961853,9.021042,729.5577,1.8510846,442.06146,49.67375,2760.3125,82.975,156.71976,185.63145,272.1286,27.318422,42.763065,257.2418,21.681173,22.484425,14.941509,36.46267,201.58617,11.706609,8.82112,102.51538,19.980038,4496.66,30.028473,48.85625,24.844582,31.18021,344.94165,86.27517,52.94375,12.858124,15.411842,46.224045,111.39341,252.91579,82.168755,276.86163,39.06038,45.277157,116.46202,174.8275,262.5142,132.6066,9.70665,8.829375,13.526072,71.672,6352.473,11.803802,52.303547,131.11375,29.877682,334.3284,93.99416,262.11493,7.3778334,108.41291,874.0281,828.2996,78.88286,1072.1974,119.799164,113.92096,86.42787,62.987453,11.944669,38.27667,659.6223,8.114347,12.119433,232.8221,9.795357,5.777135,62.915493,63.42537,640.25165,151.43594,179.43382,1955.4639,90.06932,1967.798,1653.8878,8.5794735,6.461458,2798.4453,13.282029,13.839583,315.99115,27.4235,57.163002,32.14737,134.67625,602.6825,263.8884,3.9891784,36.149677,128.13326,893.65326,14.679671,103.24212,9.396459,1.4745635,54.341164,1.2786831,1.2959441,4.419425,10.886636,31.356998,49.089046,30.579166,651.7287,34.775,13.657143,20.9,6.031786,70.14687,3.25625,2.3734999,5.60125,60.841442,0.35010713,2.3813257,4.686049,36.015625,14.895357,2.921125,4.8002877,230.36092,22.815226,421.38147,13.8760805,791.2001,27.505793,819.22797,307.21887,8.6465435,11.015533,570.2397,786.34467,2561.2097,710.3437 +2023-04-07 19:00:00,0.0,3737.5952,32.63457,16.739927,9.017867,37.841125,184.9683,31.134209,66.95656,24.649525,40.73221,213.11812,417.5024,20.009794,28.268064,8.771568,1.7830667,35.063286,14.616661,16.248627,451.55527,3.2325857,309.09634,108.65603,6.6757655,62.883186,115.792984,57.6766,468.42917,237.56721,2043.8247,8.513012,2381.8633,51.049538,8.845181,6.287965,40.59212,201.55476,266.8646,265.82172,74.343056,21.592905,9.226033,871.94525,131.72905,72.56658,44.616314,277.0102,20.734957,297.62796,11.655336,57.025875,0.0,2909.076,5584.7705,3.5592792,36.725906,33.13947,24675.805,78.991875,2.9089117,62.598377,105.71669,43.19322,11.769124,55.782425,513.31793,45.653038,39.622925,3.9645083,9.023098,729.8504,1.8605902,441.8121,49.710625,2759.4966,82.99491,156.65924,185.58653,272.1168,27.296537,42.738632,256.96313,21.66517,22.471071,14.953946,36.46538,201.46555,11.711976,8.825558,102.536316,19.980314,4496.257,30.043945,48.826042,24.844494,31.190647,344.8477,86.25963,52.9434,12.864076,15.419059,46.207798,111.40984,252.80058,82.17118,276.87372,39.10459,45.275074,116.48112,174.91902,263.62988,132.6498,9.704197,8.841285,13.517441,71.926636,6366.3096,11.794878,52.282413,130.98267,29.876139,334.33817,93.90977,261.99207,7.372923,108.48789,873.68506,827.7242,78.86047,1071.7554,119.68208,113.87379,86.50365,62.930317,11.93306,38.248043,660.3732,8.103049,12.104354,232.64128,9.793829,5.7763004,62.855255,63.38166,639.8473,151.33794,179.41603,1954.9026,90.19741,1968.2557,1654.2833,8.586169,6.472743,2808.0461,13.277472,13.863542,315.99402,27.453028,57.22006,32.177193,134.88567,603.7659,263.92828,3.993371,36.17507,128.55266,896.2123,14.733402,103.344376,9.406725,1.4742146,54.343075,1.2784053,1.2950704,4.4161677,10.890984,31.387722,49.263264,30.572453,654.0291,34.80602,13.664286,20.905556,6.0325994,70.12309,3.2584488,2.3732128,5.601875,60.837162,0.3495258,2.3804958,4.685431,36.023438,14.895416,2.9189098,4.8167205,231.02393,22.87587,422.58975,13.897773,793.1768,27.543612,819.02673,307.97873,8.665838,11.021108,571.5725,788.447,2565.5078,710.1317 +2023-04-07 20:00:00,0.0,3738.67,32.659008,16.760195,9.029706,37.852474,185.01125,31.139517,66.96629,24.649096,40.729572,213.41365,417.8567,20.013418,28.307295,8.762508,1.7814504,35.068516,14.624084,16.2375,451.648,3.2320452,309.18958,108.6437,6.6687765,62.78808,115.80644,57.66282,468.0167,237.51634,2045.4023,8.501518,2381.767,50.975025,8.834043,6.2794566,40.54358,201.60382,266.88354,265.45264,74.41111,21.613295,9.226823,871.9177,131.51212,72.55164,44.646027,277.24673,20.724386,297.76776,11.657256,57.012924,0.0,2911.0103,5591.3267,3.565803,36.75651,33.181396,24689.234,79.0709,2.9130218,62.598892,105.696945,43.215523,11.7764435,55.756638,513.66046,45.729515,39.630985,3.9671638,9.025154,730.14307,1.8700958,441.56274,49.7475,2758.6807,83.01482,156.59874,185.5416,272.10498,27.274652,42.714203,256.6845,21.649166,22.457718,14.966384,36.468094,201.34494,11.717342,8.829994,102.55725,19.98059,4495.8535,30.05942,48.795834,24.844406,31.201086,344.7537,86.244095,52.943054,12.870027,15.426276,46.19155,111.42628,252.68538,82.173615,276.8858,39.148804,45.27299,116.50021,175.01056,264.74557,132.69301,9.701745,8.853194,13.50881,72.181274,6380.146,11.785955,52.261276,130.85158,29.874596,334.34793,93.82537,261.86917,7.3680124,108.56287,873.342,827.1487,78.8381,1071.3134,119.564995,113.82662,86.57942,62.87318,11.92145,38.219418,661.1241,8.091751,12.089274,232.46046,9.792301,5.775466,62.795017,63.337948,639.44293,151.23993,179.39825,1954.3413,90.32551,1968.7135,1654.6787,8.592865,6.484028,2817.6467,13.272914,13.8875,315.9969,27.482555,57.27711,32.20702,135.0951,604.8493,263.96817,3.9975634,36.200466,128.97206,898.77136,14.787133,103.446625,9.416991,1.4738655,54.344982,1.2781276,1.2941967,4.412911,10.895331,31.418444,49.43748,30.56574,656.32947,34.837036,13.671429,20.911112,6.033413,70.099304,3.260648,2.3729258,5.6025,60.832886,0.34894446,2.3796659,4.6848135,36.03125,14.895475,2.9166944,4.8331532,231.68695,22.936516,423.79803,13.919466,795.1535,27.58143,818.8255,308.7386,8.685133,11.026682,572.90533,790.5494,2569.8062,709.91974 +2023-04-07 21:00:00,0.0,3739.7446,32.683445,16.780462,9.041544,37.863827,185.05418,31.144825,66.97602,24.648668,40.726936,213.70917,418.21097,20.017042,28.346527,8.7534485,1.7798342,35.073746,14.631509,16.226374,451.74075,3.2315044,309.2828,108.63137,6.6617875,62.692974,115.8199,57.649036,467.6042,237.46545,2046.98,8.4900255,2381.671,50.90051,8.822903,6.2709484,40.495033,201.65288,266.9025,265.08353,74.479164,21.633684,9.2276125,871.89026,131.2952,72.5367,44.675735,277.48328,20.713816,297.90756,11.659177,56.999973,0.0,2912.9448,5597.8823,3.5723267,36.787117,33.223324,24702.664,79.149925,2.917132,62.599407,105.6772,43.23783,11.783763,55.73085,514.0029,45.80599,39.63904,3.9698193,9.02721,730.4358,1.8796015,441.3134,49.784374,2757.8645,83.03472,156.53822,185.49666,272.09314,27.252768,42.689774,256.40588,21.633163,22.444363,14.978822,36.470802,201.22433,11.72271,8.834432,102.578186,19.980865,4495.45,30.074894,48.765625,24.844318,31.211523,344.65973,86.22855,52.942707,12.875978,15.433494,46.175304,111.44271,252.57018,82.17604,276.8979,39.193016,45.27091,116.5193,175.10208,265.86127,132.73622,9.699292,8.865105,13.500178,72.43591,6393.982,11.777033,52.24014,130.72049,29.873053,334.35773,93.74097,261.7463,7.363102,108.63785,872.9989,826.57324,78.81571,1070.8713,119.447914,113.77945,86.65519,62.816044,11.90984,38.190792,661.875,8.080453,12.074194,232.27966,9.790773,5.7746315,62.73478,63.294235,639.0386,151.14192,179.38046,1953.7802,90.4536,1969.1713,1655.0741,8.599562,6.4953127,2827.2473,13.268356,13.911458,315.99973,27.512083,57.334167,32.236843,135.30452,605.93274,264.0081,4.0017557,36.22586,129.39146,901.33044,14.840864,103.54888,9.427258,1.4735166,54.346893,1.2778498,1.2933232,4.4096537,10.899678,31.449165,49.611694,30.559027,658.6298,34.868053,13.678572,20.916666,6.0342264,70.07552,3.262847,2.3726387,5.603125,60.828606,0.3483631,2.3788362,4.684196,36.039062,14.895535,2.914479,4.8495855,232.34996,22.99716,425.00632,13.941158,797.1302,27.619247,818.62427,309.4984,8.704428,11.032257,574.23816,792.6517,2574.1042,709.70776 +2023-04-07 22:00:00,0.0,3740.8193,32.707882,16.800728,9.053382,37.875175,185.09712,31.150135,66.985756,24.648241,40.724304,214.0047,418.56525,20.020666,28.38576,8.74439,1.7782179,35.078976,14.638932,16.215248,451.8335,3.230964,309.37604,108.61904,6.654799,62.597866,115.83337,57.635258,467.19168,237.41458,2048.5576,8.478532,2381.5747,50.825996,8.811763,6.2624397,40.446495,201.70193,266.92145,264.71445,74.547226,21.654076,9.228403,871.86273,131.07826,72.52176,44.70545,277.71982,20.703247,298.04736,11.661098,56.987022,0.0,2914.8792,5604.4385,3.5788505,36.817722,33.265247,24716.094,79.22896,2.9212418,62.599922,105.657455,43.260136,11.791082,55.705063,514.3454,45.882465,39.647102,3.9724748,9.029266,730.7285,1.8891071,441.064,49.82125,2757.0486,83.05463,156.47772,185.45172,272.08133,27.230883,42.66534,256.12726,21.617159,22.43101,14.991259,36.473515,201.10373,11.728076,8.838869,102.59912,19.981142,4495.047,30.090368,48.735416,24.84423,31.221962,344.56573,86.21301,52.94236,12.881929,15.44071,46.15906,111.459145,252.45497,82.178474,276.90997,39.23723,45.268826,116.5384,175.1936,266.97696,132.77942,9.696839,8.877014,13.491548,72.69055,6407.8184,11.768109,52.219,130.5894,29.87151,334.3675,93.65657,261.6234,7.358191,108.71282,872.6559,825.9978,78.793335,1070.4293,119.330826,113.732285,86.730965,62.758907,11.898231,38.162167,662.62585,8.069155,12.059114,232.09885,9.789246,5.773797,62.67454,63.250526,638.6342,151.04393,179.36269,1953.2189,90.581696,1969.629,1655.4695,8.606257,6.5065975,2836.8481,13.263799,13.935416,316.0026,27.54161,57.391224,32.266666,135.51393,607.0162,264.04797,4.0059485,36.25126,129.81087,903.88947,14.894595,103.65114,9.437523,1.4731677,54.3488,1.277572,1.2924495,4.406397,10.904026,31.479889,49.78591,30.552315,660.93024,34.899075,13.685714,20.922222,6.03504,70.051735,3.2650461,2.3723516,5.6037498,60.824326,0.34778175,2.3780062,4.683578,36.046875,14.895595,2.9122639,4.8660183,233.01297,23.057804,426.2146,13.962851,799.1069,27.657066,818.42303,310.25827,8.723722,11.037831,575.571,794.754,2578.4026,709.4958 +2023-04-07 23:00:00,0.0,3741.894,32.73232,16.820995,9.065221,37.886528,185.14006,31.155443,66.99549,24.647812,40.72167,214.30023,418.91953,20.02429,28.42499,8.73533,1.7766016,35.084206,14.646357,16.20412,451.92624,3.2304235,309.46927,108.60671,6.64781,62.50276,115.846825,57.621475,466.77917,237.36371,2050.1353,8.467039,2381.4788,50.751484,8.800623,6.2539315,40.397953,201.751,266.9404,264.34534,74.61528,21.674465,9.229193,871.8352,130.86134,72.50681,44.735157,277.95636,20.692677,298.18716,11.663017,56.97407,0.0,2916.8135,5610.994,3.5853744,36.848328,33.307175,24729.523,79.30798,2.9253519,62.60044,105.63771,43.282444,11.798402,55.679276,514.6879,45.958942,39.65516,3.9751303,9.0313225,731.0212,1.8986126,440.81464,49.858124,2756.2327,83.07454,156.41722,185.40678,272.06952,27.208998,42.64091,255.84863,21.601156,22.417656,15.003696,36.476227,200.98311,11.733443,8.843306,102.620056,19.981417,4494.6436,30.10584,48.705208,24.844143,31.232399,344.47174,86.19747,52.942013,12.887881,15.447927,46.142815,111.47558,252.33977,82.1809,276.9221,39.28144,45.266743,116.557495,175.28514,268.09265,132.82263,9.6943865,8.888924,13.482917,72.94519,6421.655,11.759187,52.19787,130.45831,29.869968,334.3773,93.572174,261.50055,7.3532805,108.787796,872.3128,825.4223,78.77095,1069.9873,119.213745,113.68511,86.80673,62.701767,11.8866205,38.13354,663.3768,8.0578575,12.044035,231.91805,9.787718,5.7729626,62.614304,63.206814,638.22986,150.94592,179.3449,1952.6576,90.709785,1970.0868,1655.8649,8.612953,6.517882,2846.4487,13.259241,13.959374,316.00546,27.571138,57.44828,32.296494,135.72336,608.0996,264.08786,4.010141,36.276653,130.23027,906.44855,14.948326,103.75339,9.447789,1.4728187,54.35071,1.2772943,1.2915758,4.4031396,10.908373,31.51061,49.960125,30.5456,663.2306,34.93009,13.692857,20.927778,6.0358534,70.027954,3.2672453,2.3720646,5.604375,60.82005,0.3472004,2.3771763,4.6829605,36.054688,14.895655,2.9100485,4.882451,233.676,23.11845,427.42288,13.984544,801.0836,27.694885,818.2218,311.01813,8.743017,11.043406,576.9038,796.8564,2582.7007,709.2838 +2023-04-08 00:00:00,0.0,3742.9688,32.756756,16.841263,9.077059,37.89788,185.18301,31.160751,67.00522,24.647385,40.719032,214.59575,419.27383,20.027914,28.464222,8.72627,1.7749853,35.089436,14.65378,16.192995,452.01898,3.2298827,309.5625,108.59438,6.640821,62.407658,115.86029,57.607693,466.36667,237.31282,2051.713,8.455546,2381.3826,50.67697,8.789483,6.2454233,40.34941,201.80006,266.95935,263.97626,74.683334,21.694855,9.229982,871.8077,130.64441,72.491875,44.76487,278.1929,20.682106,298.32697,11.664938,56.96112,0.0,2918.748,5617.5503,3.5918982,36.878937,33.349102,24742.953,79.38701,2.929462,62.600956,105.617966,43.304752,11.805721,55.65349,515.0304,46.035416,39.66322,3.9777858,9.033379,731.3139,1.9081182,440.56528,49.895,2755.4167,83.094444,156.35672,185.36185,272.0577,27.187115,42.61648,255.57,21.585152,22.404303,15.016133,36.47894,200.8625,11.73881,8.847743,102.64099,19.981693,4494.24,30.121315,48.675,24.844055,31.242838,344.37778,86.18193,52.941666,12.893832,15.455145,46.126568,111.492004,252.22456,82.183334,276.93417,39.325653,45.26466,116.576584,175.37666,269.20834,132.86584,9.691934,8.900833,13.474286,73.19983,6435.4907,11.750264,52.17673,130.32722,29.868425,334.38705,93.48778,261.3777,7.34837,108.86278,871.9697,824.84686,78.74857,1069.5453,119.096664,113.63795,86.88251,62.64463,11.8750105,38.104916,664.1276,8.046559,12.028955,231.73723,9.78619,5.772128,62.554066,63.1631,637.8255,150.84792,179.32712,1952.0964,90.83788,1970.5446,1656.2603,8.619649,6.5291667,2856.0493,13.2546835,13.983334,316.00833,27.600666,57.505333,32.326317,135.93279,609.18304,264.12775,4.0143332,36.302048,130.64967,909.0076,15.002058,103.855644,9.4580555,1.4724698,54.35262,1.2770165,1.2907022,4.3998823,10.912721,31.541332,50.134342,30.538889,665.531,34.96111,13.7,20.933332,6.036667,70.004166,3.2694442,2.3717778,5.605,60.81577,0.34661904,2.3763466,4.682343,36.0625,14.895714,2.9078333,4.898884,234.339,23.179094,428.63116,14.006236,803.0603,27.732702,818.02057,311.77798,8.762312,11.04898,578.23663,798.95874,2586.999,709.07184 +2023-04-08 01:00:00,0.0,3744.0435,32.781193,16.861528,9.088897,37.90923,185.22595,31.16606,67.01495,24.646955,40.716396,214.89128,419.6281,20.031538,28.503452,8.717211,1.7733691,35.09467,14.661203,16.18187,452.11172,3.2293422,309.65573,108.582054,6.633832,62.31255,115.87375,57.59391,465.9542,237.26195,2053.2905,8.444053,2381.2864,50.602455,8.778343,6.236915,40.300873,201.84912,266.9783,263.60715,74.75139,21.715244,9.230772,871.78015,130.42749,72.47693,44.79458,278.42944,20.671535,298.46677,11.666859,56.94817,0.0,2920.6826,5624.106,3.598422,36.909542,33.39103,24756.383,79.46604,2.9335718,62.60147,105.59823,43.327057,11.813041,55.6277,515.37286,46.111893,39.671276,3.9804413,9.035434,731.6066,1.9176239,440.31592,49.931877,2754.6006,83.11435,156.2962,185.31691,272.0459,27.16523,42.59205,255.29137,21.569149,22.39095,15.028571,36.48165,200.7419,11.744177,8.85218,102.66193,19.981968,4493.837,30.13679,48.64479,24.843966,31.253275,344.28378,86.16639,52.94132,12.899784,15.462361,46.11032,111.50844,252.10936,82.18577,276.94626,39.369865,45.262577,116.59568,175.46819,270.32404,132.90904,9.689481,8.912744,13.465655,73.45447,6449.327,11.741341,52.155594,130.19614,29.866882,334.39685,93.40337,261.2548,7.3434596,108.93775,871.6267,824.27136,78.72619,1069.1033,118.979576,113.590775,86.95828,62.587494,11.863401,38.07629,664.87854,8.035261,12.013876,231.55643,9.784662,5.771294,62.493828,63.119392,637.42114,150.74991,179.30934,1951.5352,90.96597,1971.0023,1656.6556,8.626345,6.5404515,2865.6501,13.250126,14.007292,316.01117,27.630194,57.56239,32.35614,136.1422,610.2664,264.16763,4.0185256,36.327442,131.06908,911.5667,15.055789,103.9579,9.468322,1.4721208,54.354527,1.2767388,1.2898285,4.3966255,10.9170685,31.572056,50.308556,30.532175,667.83136,34.99213,13.707143,20.938889,6.0374804,69.980385,3.2716434,2.3714907,5.605625,60.81149,0.34603772,2.3755167,4.681725,36.070312,14.895773,2.905618,4.9153166,235.00203,23.239738,429.83945,14.027928,805.037,27.770521,817.81934,312.53784,8.781607,11.054554,579.5694,801.0611,2591.297,708.85986 +2023-04-08 02:00:00,0.0,3745.1182,32.80563,16.881796,9.100735,37.92058,185.26889,31.171368,67.02469,24.646528,40.713764,215.1868,419.9824,20.035162,28.542685,8.708151,1.7717527,35.0999,14.668628,16.170742,452.20444,3.2288017,309.74896,108.569725,6.626843,62.217445,115.88721,57.580128,465.5417,237.21106,2054.8682,8.43256,2381.1902,50.527943,8.767204,6.228407,40.252327,201.89818,266.99725,263.23807,74.81944,21.735634,9.231562,871.7526,130.21056,72.46199,44.824287,278.666,20.660965,298.60657,11.668778,56.93522,0.0,2922.6167,5630.662,3.604946,36.940147,33.432957,24769.812,79.54507,2.937682,62.601986,105.57848,43.349365,11.82036,55.601913,515.7154,46.18837,39.679337,3.9830968,9.03749,731.89935,1.9271295,440.06656,49.96875,2753.7847,83.13426,156.23569,185.27197,272.0341,27.143345,42.56762,255.01274,21.553146,22.377594,15.041009,36.48436,200.62128,11.749543,8.856617,102.68286,19.982244,4493.4336,30.152262,48.614582,24.843878,31.263714,344.18982,86.15085,52.94097,12.905735,15.469579,46.094074,111.52487,251.99416,82.188194,276.95834,39.414078,45.260494,116.61478,175.55972,271.4397,132.95226,9.687028,8.924653,13.457024,73.70911,6463.1636,11.732418,52.134457,130.06505,29.86534,334.40662,93.31898,261.13193,7.338549,109.012726,871.2836,823.6959,78.70381,1068.6613,118.862495,113.54361,87.03405,62.530357,11.851791,38.047665,665.6294,8.023963,11.998796,231.37561,9.783134,5.7704597,62.43359,63.07568,637.01685,150.65192,179.29155,1950.9739,91.09407,1971.4601,1657.051,8.63304,6.5517364,2875.2507,13.245568,14.03125,316.01404,27.659721,57.619446,32.385967,136.35162,611.34985,264.20752,4.022718,36.352837,131.48848,914.12573,15.10952,104.06015,9.478588,1.4717718,54.356438,1.276461,1.2889549,4.3933682,10.921415,31.602777,50.482773,30.525463,670.1317,35.023148,13.714286,20.944445,6.038294,69.9566,3.2738423,2.3712037,5.60625,60.807213,0.34545636,2.3746867,4.6811075,36.078125,14.895833,2.9034028,4.9317493,235.66504,23.300385,431.04776,14.049622,807.01373,27.80834,817.6181,313.2977,8.800901,11.060129,580.9022,803.16345,2595.5955,708.64795 +2023-04-08 03:00:00,0.0,3746.1929,32.830067,16.902063,9.112574,37.93193,185.31183,31.176676,67.03442,24.6461,40.71113,215.48233,420.33667,20.038786,28.581917,8.699091,1.7701365,35.10513,14.676051,16.159616,452.29718,3.228261,309.8422,108.557396,6.619854,62.122337,115.90067,57.566345,465.12918,237.16019,2056.4456,8.421066,2381.0942,50.45343,8.756064,6.2198987,40.203785,201.94724,267.0162,262.86896,74.8875,21.756023,9.232351,871.7251,129.99364,72.447044,44.854,278.90253,20.650394,298.74637,11.670699,56.92227,0.0,2924.5513,5637.2183,3.6114697,36.970753,33.47488,24783.242,79.62409,2.941792,62.6025,105.55874,43.37167,11.82768,55.576126,516.05786,46.264843,39.687393,3.9857523,9.039546,732.192,1.9366351,439.8172,50.005627,2752.9688,83.15417,156.17519,185.22704,272.02225,27.12146,42.54319,254.73412,21.537142,22.36424,15.053446,36.487072,200.50067,11.75491,8.861053,102.7038,19.98252,4493.03,30.167736,48.584373,24.84379,31.27415,344.09583,86.135315,52.940624,12.911687,15.476796,46.07783,111.541306,251.87895,82.19063,276.97043,39.45829,45.25841,116.63387,175.65125,272.5554,132.99545,9.684575,8.936563,13.448393,73.963745,6476.9995,11.7234955,52.113323,129.93396,29.863798,334.41638,93.23458,261.00906,7.3336387,109.08771,870.94055,823.1205,78.68143,1068.2192,118.745415,113.49644,87.109825,62.47322,11.840181,38.01904,666.3803,8.012665,11.983717,231.1948,9.781607,5.769625,62.373352,63.031967,636.6125,150.55391,179.27377,1950.4125,91.22216,1971.9178,1657.4464,8.639736,6.5630207,2884.8516,13.241011,14.055208,316.0169,27.689249,57.676502,32.41579,136.56105,612.4333,264.24744,4.026911,36.37823,131.90787,916.6848,15.163251,104.16241,9.488854,1.4714229,54.358345,1.2761832,1.2880812,4.390111,10.925763,31.6335,50.65699,30.51875,672.4321,35.054165,13.721429,20.95,6.0391073,69.932816,3.2760415,2.3709166,5.606875,60.802933,0.344875,2.373857,4.68049,36.085938,14.895892,2.9011874,4.948182,236.32805,23.361029,432.25604,14.071314,808.9904,27.846159,817.4169,314.05756,8.820196,11.065703,582.23505,805.2658,2599.8936,708.436 +2023-04-08 04:00:00,0.0,3747.2676,32.854504,16.922329,9.124412,37.943283,185.35477,31.181984,67.04415,24.645672,40.708492,215.77786,420.69095,20.04241,28.621147,8.690032,1.7685202,35.11036,14.6834755,16.148489,452.38992,3.2277205,309.93542,108.54507,6.612865,62.027233,115.91413,57.552563,464.71667,237.1093,2058.0232,8.409574,2380.998,50.378914,8.744925,6.21139,40.155247,201.99629,267.03516,262.49988,74.95556,21.776413,9.233142,871.69763,129.7767,72.432106,44.88371,279.13907,20.639826,298.88617,11.67262,56.90932,0.0,2926.4858,5643.774,3.6179936,37.00136,33.516808,24796.672,79.703125,2.9459019,62.60302,105.538994,43.39398,11.834999,55.550343,516.4003,46.34132,39.695454,3.9884076,9.041602,732.48474,1.9461406,439.56784,50.0425,2752.1528,83.17407,156.11467,185.1821,272.01044,27.099575,42.518757,254.45549,21.52114,22.350887,15.065884,36.489784,200.38007,11.760278,8.865491,102.72473,19.982796,4492.6265,30.18321,48.554165,24.843702,31.28459,344.00183,86.119774,52.940277,12.917638,15.484014,46.061584,111.55774,251.76375,82.193054,276.9825,39.502502,45.25633,116.65296,175.74278,273.67108,133.03867,9.682122,8.948472,13.439762,74.21839,6490.836,11.714572,52.092186,129.80287,29.862255,334.42618,93.150185,260.88617,7.328728,109.16268,870.59753,822.545,78.65905,1067.7772,118.62833,113.449265,87.1856,62.41608,11.828571,37.990414,667.1312,8.001367,11.9686365,231.01399,9.780079,5.7687907,62.313114,62.98826,636.2081,150.4559,179.25598,1949.8513,91.35026,1972.3756,1657.8418,8.646433,6.5743055,2894.4521,13.236453,14.079166,316.01978,27.718779,57.73356,32.445614,136.77046,613.5167,264.28732,4.031103,36.403625,132.32727,919.2439,15.216982,104.26466,9.499121,1.471074,54.360256,1.2759055,1.2872076,4.386854,10.93011,31.66422,50.831203,30.512037,674.7325,35.085186,13.728571,20.955555,6.039921,69.90903,3.2782407,2.3706295,5.6075,60.798653,0.34429365,2.373027,4.679872,36.09375,14.895952,2.8989723,4.964615,236.99107,23.421673,433.46432,14.093006,810.9671,27.883976,817.21564,314.8174,8.839491,11.071278,583.5679,807.36816,2604.192,708.224 +2023-04-08 05:00:00,0.0,3748.3423,32.87894,16.942596,9.13625,37.954636,185.39772,31.187294,67.05388,24.645245,40.70586,216.07338,421.04523,20.046034,28.66038,8.680972,1.7669039,35.11559,14.690899,16.137363,452.48267,3.2271798,310.02863,108.53274,6.605876,61.932125,115.92759,57.53878,464.30417,237.05843,2059.6008,8.398081,2380.9019,50.3044,8.733785,6.202882,40.106705,202.04535,267.05414,262.13077,75.02361,21.796803,9.233932,871.6701,129.55977,72.41716,44.91342,279.3756,20.629255,299.02597,11.67454,56.89637,0.0,2928.4202,5650.33,3.6245174,37.031967,33.558735,24810.102,79.78215,2.950012,62.603535,105.51924,43.416283,11.842319,55.524555,516.74286,46.417793,39.70351,3.991063,9.043658,732.77747,1.9556463,439.31845,50.079376,2751.337,83.193985,156.05417,185.13716,271.99863,27.07769,42.494328,254.17685,21.505135,22.337534,15.0783205,36.492493,200.25945,11.765644,8.869927,102.74566,19.98307,4492.223,30.198683,48.52396,24.843615,31.295027,343.90787,86.10423,52.93993,12.92359,15.49123,46.045338,111.57417,251.64854,82.19549,276.99463,39.54671,45.254246,116.67206,175.8343,274.78677,133.08188,9.679669,8.960382,13.431131,74.47303,6504.6724,11.705649,52.07105,129.67178,29.860712,334.43594,93.06579,260.7633,7.3238177,109.237656,870.25446,821.96954,78.636665,1067.3352,118.511246,113.4021,87.26137,62.358944,11.816962,37.96179,667.8821,7.9900684,11.953557,230.83318,9.778551,5.7679563,62.252876,62.944546,635.8038,150.3579,179.2382,1949.29,91.47835,1972.8334,1658.2373,8.653129,6.5855904,2904.0527,13.231895,14.103125,316.02264,27.748306,57.79061,32.47544,136.97989,614.60016,264.3272,4.0352955,36.42902,132.74667,921.8029,15.270713,104.36691,9.509387,1.470725,54.362164,1.2756277,1.2863339,4.383597,10.934458,31.694944,51.00542,30.505323,677.0329,35.116203,13.735714,20.961111,6.0407343,69.88525,3.2804396,2.3703425,5.6081247,60.794376,0.3437123,2.3721972,4.6792545,36.101562,14.896011,2.896757,4.9810476,237.65408,23.482319,434.6726,14.114699,812.9438,27.921795,817.0144,315.57727,8.858786,11.076852,584.9007,809.47046,2608.49,708.012 +2023-04-08 06:00:00,0.0,3749.4172,32.903378,16.962864,9.148088,37.965984,185.44066,31.192602,67.063614,24.644815,40.703224,216.36891,421.3995,20.049658,28.69961,8.671912,1.7652876,35.12082,14.698322,16.126238,452.5754,3.2266393,310.12186,108.52041,6.5988874,61.83702,115.941055,57.525,463.8917,237.00754,2061.1785,8.386587,2380.806,50.22989,8.722645,6.1943736,40.05816,202.0944,267.0731,261.7617,75.09167,21.817192,9.234721,871.6426,129.34285,72.402214,44.94313,279.61215,20.618685,299.16577,11.67646,56.88342,0.0,2930.3545,5656.8857,3.6310413,37.062572,33.600662,24823.531,79.861176,2.954122,62.60405,105.4995,43.43859,11.849638,55.498768,517.0853,46.49427,39.71157,3.9937186,9.045714,733.0702,1.9651519,439.0691,50.11625,2750.5208,83.21389,155.99365,185.09222,271.98682,27.055807,42.4699,253.89822,21.489132,22.32418,15.090758,36.495205,200.13884,11.771011,8.874365,102.766594,19.983347,4491.82,30.214157,48.49375,24.843527,31.305466,343.81387,86.08869,52.939583,12.929541,15.498447,46.02909,111.59061,251.53334,82.19792,277.0067,39.590923,45.252163,116.691154,175.92583,275.90247,133.12508,9.677217,8.972292,13.422501,74.72767,6518.5083,11.696727,52.04991,129.5407,29.859169,334.44574,92.981384,260.64044,7.3189073,109.31264,869.9114,821.39404,78.61429,1066.8932,118.394165,113.35493,87.33714,62.301807,11.805352,37.933163,668.633,7.9787703,11.9384775,230.65237,9.777023,5.767122,62.19264,62.900833,635.3994,150.2599,179.22041,1948.7288,91.60644,1973.2911,1658.6327,8.659824,6.596875,2913.6536,13.227338,14.127083,316.02548,27.777834,57.847668,32.505264,137.1893,615.6836,264.3671,4.039488,36.454414,133.16608,924.362,15.324444,104.46917,9.519653,1.470376,54.364075,1.27535,1.2854602,4.38034,10.938806,31.725666,51.179634,30.498611,679.33325,35.14722,13.742857,20.966667,6.041548,69.86146,3.2826388,2.3700554,5.60875,60.790096,0.34313095,2.3713675,4.678637,36.109375,14.8960705,2.8945417,4.99748,238.31711,23.542963,435.8809,14.136392,814.92053,27.959614,816.8132,316.33713,8.87808,11.082426,586.2335,811.5728,2612.7883,707.80005 +2023-04-08 07:00:00,0.0,3750.492,32.927814,16.98313,9.159926,37.977337,185.4836,31.19791,67.07335,24.644388,40.70059,216.66443,421.75378,20.053282,28.738842,8.662853,1.7636714,35.12605,14.705747,16.11511,452.66815,3.2260988,310.2151,108.50808,6.5918984,61.741913,115.95451,57.51122,463.4792,236.95667,2062.756,8.375094,2380.7097,50.155373,8.711505,6.1858654,40.00962,202.14346,267.09204,261.39258,75.15972,21.837582,9.235511,871.61505,129.12592,72.387276,44.972843,279.8487,20.608114,299.30557,11.678381,56.87047,0.0,2932.289,5663.442,3.6375651,37.093178,33.64259,24836.96,79.94021,2.958232,62.604565,105.47976,43.4609,11.856957,55.47298,517.4278,46.570747,39.719627,3.9963741,9.0477705,733.36285,1.9746575,438.81973,50.153126,2749.7048,83.233795,155.93314,185.04729,271.975,27.033922,42.445465,253.6196,21.47313,22.310827,15.103195,36.497917,200.01823,11.776378,8.878801,102.78753,19.983622,4491.4165,30.229631,48.463543,24.84344,31.315903,343.7199,86.07315,52.939236,12.9354925,15.505665,46.012848,111.60704,251.41814,82.20035,277.0188,39.635136,45.25008,116.71024,176.01736,277.01816,133.16829,9.674764,8.984201,13.413869,74.98231,6532.3447,11.687803,52.028778,129.4096,29.857626,334.4555,92.89699,260.51755,7.313997,109.38761,869.56836,820.8186,78.5919,1066.4512,118.27708,113.30776,87.41292,62.24467,11.793742,37.904537,669.38385,7.967472,11.923398,230.47156,9.775496,5.7662873,62.1324,62.857124,634.99506,150.1619,179.20264,1948.1676,91.734535,1973.7489,1659.0281,8.66652,6.60816,2923.2542,13.22278,14.151042,316.02835,27.807362,57.904724,32.535088,137.39873,616.76697,264.40698,4.0436807,36.47981,133.58548,926.9211,15.378175,104.57143,9.52992,1.4700271,54.365982,1.2750722,1.2845867,4.377083,10.943152,31.756388,51.35385,30.491898,681.6336,35.17824,13.75,20.972221,6.0423613,69.83768,3.2848377,2.3697684,5.609375,60.785816,0.34254962,2.3705375,4.678019,36.117188,14.896131,2.8923264,5.0139127,238.98012,23.603607,437.08917,14.158084,816.8972,27.99743,816.61194,317.097,8.897375,11.088001,587.56635,813.6752,2617.0864,707.5881 +2023-04-08 08:00:00,0.0,3751.5667,32.95225,17.003397,9.171764,37.988686,185.52654,31.203218,67.08308,24.643959,40.697952,216.95996,422.10806,20.056906,28.778074,8.653793,1.7620552,35.131283,14.71317,16.103985,452.7609,3.225558,310.30832,108.49575,6.5849094,61.64681,115.96797,57.497437,463.06668,236.90579,2064.3337,8.363601,2380.6135,50.08086,8.700366,6.177357,39.96108,202.19252,267.111,261.0235,75.227776,21.857973,9.2363,871.5875,128.909,72.37233,45.002552,280.08524,20.597544,299.44537,11.680301,56.857517,0.0,2934.2234,5669.9976,3.644089,37.123783,33.684513,24850.39,80.01923,2.962342,62.605083,105.460014,43.483204,11.864277,55.447193,517.7703,46.64722,39.727688,3.9990296,9.049827,733.6556,1.984163,438.57037,50.190002,2748.889,83.25371,155.87265,185.00235,271.96317,27.012037,42.421036,253.34097,21.457125,22.297472,15.115633,36.500626,199.89761,11.781745,8.883239,102.808464,19.983898,4491.013,30.245104,48.433334,24.843351,31.326342,343.62592,86.05761,52.93889,12.941443,15.512881,45.9966,111.623474,251.30292,82.20278,277.03088,39.679348,45.247997,116.72934,176.10889,278.13385,133.2115,9.672311,8.996111,13.405238,75.236946,6546.181,11.678881,52.00764,129.27852,29.856085,334.4653,92.81259,260.39468,7.3090863,109.46259,869.2253,820.24316,78.56953,1066.0092,118.159996,113.26059,87.488686,62.18753,11.782133,37.87591,670.13477,7.956174,11.9083185,230.29076,9.773968,5.765453,62.072163,62.81341,634.5907,150.06389,179.18484,1947.6063,91.862625,1974.2067,1659.4235,8.673216,6.6194444,2932.8547,13.218223,14.175,316.03122,27.83689,57.96178,32.564915,137.60815,617.8504,264.44687,4.047873,36.505207,134.00488,929.4801,15.431906,104.673676,9.540185,1.4696782,54.367893,1.2747945,1.283713,4.3738256,10.9475,31.787111,51.52807,30.485186,683.934,35.20926,13.757143,20.977777,6.0431747,69.81389,3.287037,2.3694813,5.61,60.78154,0.34196827,2.3697076,4.6774015,36.125,14.89619,2.890111,5.0303454,239.64314,23.664253,438.29745,14.179776,818.8739,28.03525,816.4107,317.85684,8.91667,11.0935755,588.8992,815.7775,2621.3848,707.3761 +2023-04-08 09:00:00,0.0,3752.6414,32.97669,17.023664,9.183603,38.00004,185.56947,31.208527,67.09281,24.643532,40.69532,217.25548,422.46234,20.06053,28.817305,8.644733,1.7604388,35.136513,14.720594,16.09286,452.8536,3.2250175,310.40155,108.48342,6.5779204,61.5517,115.98144,57.483654,462.65417,236.8549,2065.9114,8.352108,2380.5173,50.006348,8.689226,6.168849,39.912537,202.24158,267.12994,260.6544,75.29583,21.878363,9.23709,871.56,128.69206,72.35739,45.032265,280.32178,20.586975,299.58517,11.682221,56.844566,0.0,2936.158,5676.5537,3.6506126,37.154392,33.72644,24863.82,80.09826,2.9664521,62.6056,105.44027,43.505512,11.871596,55.421406,518.1128,46.723698,39.735744,4.001685,9.051882,733.9483,1.9936687,438.321,50.226875,2748.073,83.27361,155.81213,184.95743,271.95135,26.990152,42.396603,253.06233,21.441122,22.284119,15.128071,36.50334,199.77701,11.787111,8.887676,102.8294,19.984173,4490.61,30.260578,48.403126,24.843264,31.336779,343.53195,86.042076,52.93854,12.947395,15.520099,45.980354,111.63991,251.18771,82.20521,277.04297,39.72356,45.245914,116.748436,176.20041,279.2495,133.2547,9.669859,9.008021,13.396607,75.491585,6560.017,11.669958,51.986504,129.14743,29.854542,334.47507,92.728195,260.2718,7.304176,109.53757,868.8822,819.66766,78.54714,1065.5671,118.042915,113.213425,87.56446,62.130394,11.770523,37.847286,670.8856,7.9448757,11.893239,230.10994,9.77244,5.764619,62.011925,62.7697,634.18634,149.96588,179.16707,1947.0449,91.99072,1974.6644,1659.8188,8.679913,6.630729,2942.4556,13.213665,14.198958,316.0341,27.866417,58.018833,32.594738,137.81757,618.93384,264.4868,4.0520654,36.5306,134.42429,932.0392,15.485637,104.77593,9.550451,1.4693292,54.3698,1.2745167,1.2828393,4.3705688,10.951847,31.817833,51.702282,30.478472,686.2344,35.240276,13.764286,20.983334,6.043988,69.79011,3.2892358,2.3691943,5.610625,60.77726,0.3413869,2.368878,4.676784,36.132812,14.89625,2.8878958,5.046778,240.30615,23.724897,439.50574,14.201469,820.85065,28.073069,816.2095,318.6167,8.935965,11.09915,590.232,817.8799,2625.6829,707.1641 +2023-04-08 10:00:00,0.0,3753.716,33.001125,17.04393,9.195441,38.01139,185.61243,31.213835,67.10255,24.643105,40.692684,217.55101,422.81662,20.064154,28.856537,8.635674,1.7588226,35.141743,14.728018,16.081732,452.94635,3.224477,310.49478,108.47109,6.5709314,61.456596,115.994896,57.46987,462.24167,236.80403,2067.489,8.340615,2380.4214,49.931835,8.678086,6.160341,39.864,202.29063,267.1489,260.2853,75.36389,21.898752,9.23788,871.5325,128.47514,72.342445,45.061974,280.55832,20.576405,299.72498,11.684142,56.831615,0.0,2938.0923,5683.1094,3.6571364,37.184998,33.768368,24877.25,80.17729,2.970562,62.606113,105.420525,43.527817,11.878916,55.39562,518.45526,46.800175,39.743805,4.0043406,9.053938,734.241,2.0031743,438.07166,50.263752,2747.2568,83.29352,155.75163,184.91249,271.93954,26.968267,42.372173,252.7837,21.425117,22.270765,15.140508,36.50605,199.6564,11.792479,8.892113,102.850334,19.98445,4490.2065,30.276052,48.372917,24.843176,31.347218,343.43796,86.026535,52.938194,12.953346,15.527316,45.964108,111.65634,251.07251,82.20764,277.05505,39.767773,45.24383,116.76753,176.29195,280.3652,133.29791,9.667406,9.019931,13.387977,75.74622,6573.8535,11.661035,51.965366,129.01634,29.852999,334.48483,92.64379,260.14893,7.2992654,109.61254,868.5392,819.0922,78.524765,1065.1251,117.92583,113.16625,87.640236,62.073257,11.758913,37.81866,671.63654,7.933578,11.8781595,229.92912,9.770912,5.7637844,61.951687,62.72599,633.782,149.86789,179.14929,1946.4838,92.11881,1975.1222,1660.2142,8.686608,6.642014,2952.0562,13.209107,14.222917,316.03693,27.895945,58.07589,32.62456,138.027,620.0173,264.52667,4.0562577,36.555996,134.84369,934.59827,15.539369,104.87819,9.560718,1.4689802,54.37171,1.274239,1.2819657,4.3673115,10.956195,31.848555,51.8765,30.47176,688.5347,35.271297,13.771428,20.98889,6.0448017,69.76632,3.291435,2.3689072,5.61125,60.77298,0.34080556,2.368048,4.676166,36.140625,14.896309,2.8856804,5.063211,240.96916,23.785542,440.71402,14.223162,822.82733,28.110888,816.00824,319.37656,8.955259,11.104724,591.5648,819.98224,2629.9812,706.95215 +2023-04-08 11:00:00,0.0,3754.7908,33.025562,17.064198,9.207279,38.02274,185.65536,31.219145,67.112274,24.642675,40.69005,217.84654,423.1709,20.067778,28.895767,8.626615,1.7572063,35.146973,14.735441,16.070606,453.0391,3.2239363,310.588,108.45876,6.5639424,61.361492,116.008354,57.45609,461.8292,236.75314,2069.0667,8.329122,2380.3252,49.85732,8.666946,6.151832,39.815453,202.33969,267.16785,259.9162,75.431946,21.919142,9.23867,871.505,128.25821,72.32751,45.091686,280.79486,20.565834,299.86478,11.686062,56.818665,0.0,2940.0266,5689.6655,3.6636603,37.215603,33.810295,24890.68,80.25632,2.974672,62.60663,105.40078,43.550125,11.886235,55.36983,518.7978,46.876648,39.75186,4.006996,9.055994,734.5337,2.0126798,437.8223,50.300625,2746.441,83.31342,155.69112,184.86755,271.92773,26.946383,42.347744,252.50508,21.409115,22.257412,15.1529455,36.508762,199.5358,11.797845,8.89655,102.87127,19.984724,4489.803,30.291525,48.34271,24.843088,31.357655,343.34396,86.010994,52.937847,12.959298,15.5345335,45.947865,111.672775,250.9573,82.21007,277.06717,39.811985,45.24175,116.78662,176.38347,281.4809,133.34113,9.664953,9.03184,13.379345,76.00086,6587.69,11.652112,51.944233,128.88525,29.851456,334.49463,92.559395,260.02606,7.294355,109.68752,868.1961,818.5167,78.50238,1064.6831,117.80875,113.11909,87.716,62.01612,11.747304,37.790035,672.3874,7.92228,11.863079,229.74832,9.769384,5.76295,61.89145,62.682278,633.3776,149.76988,179.1315,1945.9225,92.24691,1975.58,1660.6096,8.693304,6.653299,2961.6567,13.20455,14.246875,316.0398,27.925472,58.132946,32.65439,138.23642,621.1007,264.56656,4.0604506,36.58139,135.26309,937.15735,15.5931,104.98044,9.570984,1.4686313,54.37362,1.2739612,1.281092,4.364054,10.960543,31.879276,52.050713,30.465046,690.83514,35.302315,13.778571,20.994444,6.045615,69.74254,3.2936342,2.3686202,5.611875,60.768703,0.3402242,2.3672183,4.6755486,36.148438,14.896369,2.8834653,5.0796437,241.63219,23.846188,441.9223,14.244854,824.804,28.148705,815.807,320.1364,8.974554,11.110298,592.8976,822.0846,2634.2793,706.7402 +2023-04-08 12:00:00,0.0,3755.8655,33.05,17.084465,9.219117,38.034092,185.6983,31.224453,67.12201,24.642248,40.687416,218.14206,423.52518,20.071402,28.935,8.617555,1.75559,35.152203,14.742866,16.059479,453.13184,3.2233958,310.68124,108.446434,6.5569534,61.266384,116.02182,57.442307,461.4167,236.70227,2070.6443,8.317629,2380.229,49.782806,8.655807,6.143324,39.766914,202.38875,267.1868,259.54712,75.5,21.939531,9.23946,871.4775,128.04129,72.31256,45.121395,281.0314,20.555264,300.00458,11.687983,56.805717,0.0,2941.9612,5696.221,3.6701841,37.24621,33.852222,24904.11,80.33534,2.9787822,62.607147,105.38104,43.572433,11.893555,55.344044,519.14026,46.953125,39.759922,4.0096517,9.05805,734.8264,2.0221856,437.57294,50.3375,2745.625,83.333336,155.6306,184.82262,271.91592,26.9245,42.32331,252.22644,21.39311,22.244059,15.165382,36.511475,199.41518,11.803212,8.900987,102.892204,19.985,4489.4,30.307,48.3125,24.843,31.368093,343.25,85.99545,52.9375,12.965249,15.54175,45.931618,111.68921,250.8421,82.2125,277.07925,39.856197,45.23967,116.80572,176.475,282.5966,133.38432,9.6625,9.04375,13.370714,76.2555,6601.526,11.643189,51.923096,128.75417,29.849915,334.5044,92.475,259.90317,7.2894444,109.7625,867.853,817.9413,78.48,1064.2411,117.691666,113.071915,87.79178,61.958984,11.735694,37.76141,673.1383,7.9109817,11.848,229.5675,9.767857,5.7621155,61.83121,62.638565,632.97327,149.67188,179.11372,1945.3612,92.375,1976.0377,1661.005,8.7,6.664583,2971.2576,13.199992,14.270833,316.04266,27.955,58.190002,32.68421,138.44583,622.1841,264.60645,4.064643,36.606785,135.6825,939.7164,15.646831,105.082695,9.58125,1.4682823,54.375526,1.2736835,1.2802184,4.3607974,10.96489,31.91,52.22493,30.458332,693.1355,35.333332,13.785714,21.0,6.0464287,69.71875,3.295833,2.3683333,5.6125,60.764423,0.33964285,2.3663883,4.6749306,36.15625,14.896428,2.88125,5.0960765,242.2952,23.906832,443.1306,14.266547,826.78076,28.186523,815.6058,320.89627,8.993849,11.115873,594.2304,824.1869,2638.5776,706.5282 +2023-04-08 13:00:00,0.0,3756.9402,33.074436,17.10473,9.230956,38.04544,185.74124,31.229761,67.131744,24.641819,40.68478,218.43759,423.87946,20.075026,28.974232,8.608496,1.7539737,35.157433,14.750289,16.048353,453.22458,3.2228553,310.77448,108.434105,6.549965,61.17128,116.03528,57.428524,461.00418,236.65138,2072.222,8.306136,2380.133,49.708294,8.644667,6.1348157,39.718372,202.4378,267.20575,259.178,75.568054,21.95992,9.24025,871.44995,127.82436,72.29762,45.151104,281.26794,20.544693,300.14438,11.689903,56.792767,0.0,2943.8953,5702.7773,3.676708,37.276817,33.894146,24917.54,80.414375,2.982892,62.607662,105.3613,43.594738,11.900874,55.318256,519.4827,47.029602,39.76798,4.012307,9.060106,735.11914,2.031691,437.32355,50.374374,2744.809,83.35324,155.5701,184.77768,271.9041,26.902615,42.29888,251.94781,21.377108,22.230705,15.17782,36.514187,199.29457,11.8085785,8.905424,102.91314,19.985275,4488.9966,30.322474,48.28229,24.842913,31.378532,343.156,85.97991,52.937153,12.9712,15.548967,45.91537,111.70564,250.7269,82.214935,277.09134,39.90041,45.237587,116.824814,176.56653,283.71228,133.42754,9.660048,9.05566,13.362083,76.51014,6615.3623,11.634266,51.90196,128.62308,29.848372,334.5142,92.3906,259.7803,7.284534,109.83747,867.51,817.3658,78.45763,1063.7991,117.57458,113.02474,87.86755,61.901844,11.724084,37.732784,673.88916,7.8996835,11.83292,229.3867,9.76633,5.761281,61.770973,62.594856,632.569,149.57387,179.09593,1944.8,92.5031,1976.4955,1661.4004,8.706696,6.675868,2980.8582,13.195435,14.294791,316.04553,27.984528,58.24706,32.714035,138.65526,623.2675,264.64633,4.0688353,36.63218,136.1019,942.27545,15.700562,105.18495,9.5915165,1.4679334,54.377438,1.2734058,1.2793448,4.35754,10.969237,31.940722,52.399143,30.45162,695.4359,35.364353,13.792857,21.005556,6.047242,69.69496,3.2980323,2.3680463,5.613125,60.760143,0.3390615,2.3655584,4.674313,36.164062,14.896487,2.8790348,5.1125093,242.95822,23.967476,444.3389,14.2882395,828.75745,28.224342,815.40454,321.65613,9.013144,11.121448,595.56323,826.28925,2642.8757,706.3163 +2023-04-08 14:00:00,0.0,3758.015,33.098873,17.124998,9.242794,38.056793,185.78418,31.23507,67.14147,24.641392,40.682144,218.73311,424.23373,20.07865,29.013462,8.599436,1.7523575,35.162666,14.757713,16.037228,453.31732,3.2223146,310.8677,108.421776,6.542976,61.07617,116.04874,57.41474,460.59167,236.60051,2073.7996,8.294642,2380.0369,49.633778,8.633528,6.1263075,39.66983,202.48686,267.2247,258.80893,75.63611,21.98031,9.241039,871.4224,127.60743,72.28268,45.180817,281.5045,20.534122,300.28418,11.691823,56.779816,0.0,2945.8298,5709.333,3.6832318,37.307423,33.936073,24930.969,80.4934,2.9870021,62.608177,105.34155,43.617046,11.908194,55.29247,519.82526,47.106075,39.77604,4.0149627,9.062162,735.4118,2.0411968,437.0742,50.41125,2743.9932,83.373146,155.50958,184.73274,271.89227,26.88073,42.274452,251.66919,21.361105,22.21735,15.190257,36.5169,199.17397,11.813946,8.909861,102.934074,19.985552,4488.5933,30.337946,48.252083,24.842825,31.38897,343.06204,85.96437,52.936806,12.977152,15.556185,45.899124,111.72208,250.6117,82.21736,277.10342,39.944622,45.235504,116.8439,176.65805,284.82797,133.47075,9.657595,9.06757,13.353453,76.764786,6629.1987,11.625343,51.880825,128.49199,29.846828,334.52396,92.3062,259.65744,7.2796235,109.91245,867.16693,816.79034,78.43524,1063.357,117.4575,112.97758,87.94332,61.844707,11.712474,37.70416,674.6401,7.8883853,11.817841,229.20589,9.764802,5.7604465,61.710735,62.551144,632.1646,149.47586,179.07816,1944.2388,92.63119,1976.9532,1661.7958,8.713391,6.687153,2990.4587,13.190877,14.31875,316.0484,28.014055,58.30411,32.743862,138.86469,624.35095,264.68622,4.0730276,36.657574,136.5213,944.83453,15.7542925,105.2872,9.601783,1.4675845,54.379345,1.273128,1.2784711,4.354283,10.973584,31.971443,52.57336,30.444906,697.73627,35.39537,13.8,21.01111,6.0480556,69.67118,3.3002312,2.3677592,5.61375,60.755867,0.33848017,2.3647287,4.6736956,36.171875,14.896547,2.8768194,5.128942,243.62123,24.028122,445.54718,14.309932,830.73413,28.26216,815.2033,322.416,9.032438,11.127022,596.89606,828.3916,2647.174,706.1043 +2023-04-08 15:00:00,0.0,3759.0896,33.12331,17.145266,9.254632,38.068146,185.82713,31.240377,67.15121,24.640965,40.67951,219.02864,424.588,20.082273,29.052694,8.590376,1.7507411,35.167896,14.765137,16.0261,453.41006,3.221774,310.9609,108.40945,6.535987,60.981068,116.0622,57.400963,460.17917,236.54962,2075.3772,8.28315,2379.9407,49.559265,8.622388,6.1177993,39.62129,202.53592,267.24368,258.43982,75.70417,22.0007,9.241829,871.3949,127.3905,72.26774,45.210526,281.74103,20.523554,300.42398,11.693744,56.766865,0.0,2947.7642,5715.889,3.6897557,37.338028,33.978,24944.398,80.572426,2.991112,62.608692,105.32181,43.63935,11.915513,55.266685,520.1677,47.182552,39.784096,4.017618,9.0642185,735.7045,2.0507023,436.82483,50.448124,2743.177,83.39306,155.44908,184.6878,271.88046,26.858845,42.25002,251.39056,21.3451,22.203997,15.202695,36.519608,199.05334,11.819312,8.914298,102.95501,19.985826,4488.19,30.35342,48.221874,24.842737,31.399408,342.96805,85.94883,52.93646,12.983103,15.563401,45.882877,111.73851,250.49649,82.219795,277.1155,39.988834,45.23342,116.863,176.74959,285.94366,133.51395,9.655142,9.079479,13.344822,77.019424,6643.0347,11.616421,51.859688,128.3609,29.845285,334.53375,92.2218,259.53455,7.274713,109.98743,866.82385,816.2149,78.412865,1062.915,117.340416,112.930405,88.0191,61.78757,11.700865,37.675533,675.3909,7.877087,11.802761,229.02509,9.763274,5.759612,61.650497,62.507435,631.76025,149.37787,179.06036,1943.6775,92.759285,1977.411,1662.1913,8.720087,6.6984377,3000.0596,13.186319,14.342709,316.05124,28.043583,58.361168,32.773685,139.0741,625.4344,264.7261,4.07722,36.68297,136.9407,947.39355,15.808023,105.38946,9.612049,1.4672354,54.381256,1.2728503,1.2775974,4.351026,10.977932,32.002167,52.747578,30.438194,700.0366,35.426388,13.807142,21.016666,6.048869,69.64739,3.3024304,2.3674722,5.614375,60.751587,0.33789882,2.3638988,4.6730776,36.179688,14.896606,2.8746042,5.1453743,244.28424,24.088766,446.75546,14.331625,832.7108,28.299978,815.0021,323.17584,9.051734,11.132596,598.2289,830.49396,2651.4722,705.89233 +2023-04-08 16:00:00,0.0,3760.1643,33.147747,17.165531,9.266471,38.079494,185.87007,31.245686,67.16094,24.640535,40.676876,219.32417,424.9423,20.085897,29.091925,8.581317,1.7491249,35.173126,14.77256,16.014975,453.50278,3.2212336,311.05414,108.39712,6.528998,60.88596,116.07566,57.38718,459.7667,236.49875,2076.9548,8.271656,2379.8445,49.484753,8.611248,6.109291,39.572746,202.58498,267.26263,258.07074,75.772224,22.02109,9.242619,871.3674,127.17358,72.25279,45.24024,281.97757,20.512983,300.56378,11.695664,56.753914,0.0,2949.6987,5722.445,3.6962795,37.368633,34.019928,24957.828,80.65146,2.995222,62.609207,105.30206,43.66166,11.9228325,55.2409,520.51025,47.25903,39.792156,4.0202737,9.066274,735.99725,2.0602078,436.57547,50.485,2742.361,83.412964,155.38857,184.64287,271.86865,26.83696,42.22559,251.11192,21.329098,22.190643,15.215133,36.52232,198.93274,11.824679,8.918735,102.975945,19.986103,4487.7866,30.368895,48.191666,24.84265,31.409845,342.87405,85.9333,52.93611,12.989055,15.570619,45.866634,111.754944,250.38129,82.22222,277.1276,40.033047,45.23134,116.882095,176.84111,287.05936,133.55716,9.652689,9.091389,13.33619,77.27406,6656.871,11.607497,51.83855,128.22981,29.843742,334.54352,92.137405,259.41168,7.2698026,110.0624,866.48083,815.6394,78.39048,1062.473,117.22333,112.88324,88.09487,61.730434,11.689255,37.646908,676.14185,7.865789,11.787682,228.84427,9.761746,5.758778,61.59026,62.463722,631.3559,149.27986,179.04259,1943.1162,92.887375,1977.8688,1662.5867,8.726784,6.7097225,3009.6602,13.181762,14.366667,316.0541,28.07311,58.418224,32.80351,139.28352,626.5178,264.76602,4.081413,36.708363,137.3601,949.95264,15.861754,105.491714,9.622315,1.4668865,54.383163,1.2725725,1.2767237,4.347769,10.98228,32.032887,52.92179,30.43148,702.33704,35.45741,13.814285,21.022223,6.0496826,69.62361,3.3046296,2.367185,5.615,60.747307,0.33731747,2.3630688,4.67246,36.1875,14.896667,2.8723888,5.161807,244.94727,24.14941,447.96375,14.353317,834.68756,28.337797,814.80084,323.9357,9.071029,11.13817,599.5617,832.5963,2655.7705,705.68036 +2023-04-08 17:00:00,0.0,3761.239,33.172184,17.185799,9.278309,38.090847,185.91301,31.250996,67.17067,24.640108,40.67424,219.61969,425.29657,20.089521,29.131157,8.572257,1.7475086,35.178356,14.779984,16.003849,453.59552,3.2206929,311.14737,108.38479,6.522009,60.790855,116.08913,57.373398,459.3542,236.44788,2078.5325,8.260163,2379.7485,49.41024,8.600108,6.1007824,39.524204,202.63405,267.2816,257.70163,75.84028,22.041481,9.243409,871.33984,126.95665,72.237854,45.269947,282.2141,20.502413,300.70358,11.697584,56.740963,0.0,2951.633,5729.001,3.7028034,37.399242,34.061855,24971.258,80.730484,2.9993322,62.609726,105.28232,43.683964,11.930152,55.21511,520.8527,47.335503,39.800213,4.0229287,9.06833,736.29,2.0697136,436.3261,50.521877,2741.5452,83.43287,155.32806,184.59793,271.85684,26.815075,42.20116,250.8333,21.313093,22.17729,15.22757,36.525032,198.81213,11.830046,8.923172,102.99688,19.986378,4487.3833,30.384367,48.161457,24.842562,31.420284,342.7801,85.917755,52.935764,12.995006,15.577836,45.850388,111.77138,250.26608,82.224655,277.1397,40.07726,45.229256,116.90119,176.93263,288.17502,133.60036,9.650236,9.103299,13.327559,77.5287,6670.7075,11.598575,51.817413,128.09872,29.842201,334.55328,92.05301,259.28882,7.2648916,110.13738,866.13776,815.06396,78.3681,1062.031,117.10625,112.83607,88.17064,61.673298,11.677645,37.618282,676.8927,7.854491,11.772602,228.66345,9.760219,5.7579436,61.53002,62.42001,630.95154,149.18185,179.02481,1942.5549,93.01547,1978.3265,1662.982,8.7334795,6.721007,3019.261,13.177204,14.390625,316.05698,28.102638,58.47528,32.833336,139.49294,627.6012,264.8059,4.085605,36.73376,137.77951,952.5117,15.915485,105.59396,9.632581,1.4665376,54.385075,1.2722948,1.2758502,4.344512,10.986627,32.06361,53.09601,30.424768,704.6374,35.488426,13.821428,21.027779,6.050496,69.59982,3.3068285,2.366898,5.615625,60.74303,0.3367361,2.3622391,4.6718426,36.195312,14.896726,2.8701737,5.17824,245.61028,24.210056,449.17203,14.37501,836.66425,28.375616,814.5996,324.69556,9.090323,11.143744,600.89453,834.69867,2660.0686,705.4684 +2023-04-08 18:00:00,0.0,3762.3137,33.19662,17.206066,9.290147,38.102196,185.95595,31.256304,67.180405,24.639679,40.671604,219.91522,425.65085,20.093145,29.17039,8.563197,1.7458923,35.183586,14.787408,15.9927225,453.68826,3.2201524,311.2406,108.37246,6.51502,60.695747,116.102585,57.359615,458.94168,236.39699,2080.1099,8.248671,2379.6523,49.335724,8.588968,6.092274,39.475666,202.6831,267.30054,257.33255,75.90833,22.06187,9.244199,871.3124,126.73972,72.22291,45.29966,282.45065,20.491842,300.84338,11.699505,56.728012,0.0,2953.5674,5735.5566,3.7093272,37.429848,34.10378,24984.688,80.80951,3.003442,62.61024,105.26257,43.706272,11.937471,55.189323,521.1952,47.41198,39.808273,4.025584,9.070386,736.58264,2.079219,436.07675,50.55875,2740.7292,83.45278,155.26756,184.553,271.84503,26.79319,42.176727,250.55467,21.29709,22.163937,15.240007,36.52774,198.69151,11.835413,8.927609,103.017815,19.986654,4486.98,30.399841,48.13125,24.842474,31.430721,342.6861,85.902214,52.935417,13.0009575,15.5850525,45.83414,111.78781,250.15088,82.22708,277.1518,40.12147,45.227173,116.92028,177.02417,289.2907,133.64357,9.647783,9.115209,13.318929,77.78334,6684.5435,11.589652,51.79628,127.96764,29.840658,334.56308,91.968605,259.16592,7.259981,110.21236,865.7947,814.48846,78.34572,1061.589,116.98917,112.7889,88.246414,61.616158,11.666036,37.589657,677.6436,7.843193,11.757522,228.48265,9.758691,5.757109,61.469784,62.3763,630.5472,149.08385,179.00702,1941.9937,93.14356,1978.7843,1663.3774,8.740175,6.7322917,3028.8616,13.1726465,14.414583,316.05984,28.132166,58.532333,32.86316,139.70236,628.68463,264.8458,4.0897975,36.759155,138.19891,955.07074,15.969216,105.69622,9.642847,1.4661887,54.386982,1.272017,1.2749765,4.3412547,10.990974,32.094334,53.27022,30.418055,706.9378,35.519444,13.828571,21.033333,6.0513096,69.57604,3.3090277,2.366611,5.61625,60.73875,0.33615476,2.3614092,4.6712246,36.203125,14.896786,2.8679583,5.1946726,246.2733,24.2707,450.3803,14.396703,838.6409,28.413433,814.3984,325.4554,9.109618,11.14932,602.22736,836.801,2664.367,705.2564 +2023-04-08 19:00:00,0.0,3763.3887,33.221058,17.226332,9.301985,38.11355,185.99889,31.261612,67.19014,24.639252,40.66897,220.21074,426.00513,20.09677,29.20962,8.554138,1.744276,35.188816,14.794832,15.981596,453.781,3.219612,311.33383,108.36013,6.508031,60.600643,116.11604,57.345833,458.52917,236.34612,2081.6875,8.237177,2379.5562,49.26121,8.577828,6.083766,39.427124,202.73216,267.3195,256.96344,75.97639,22.08226,9.244988,871.28485,126.5228,72.20796,45.32937,282.6872,20.481272,300.9832,11.701426,56.71506,0.0,2955.502,5742.113,3.715851,37.460453,34.145706,24998.117,80.88854,3.0075521,62.610756,105.242836,43.72858,11.944791,55.163536,521.5377,47.488457,39.81633,4.0282397,9.072442,736.87537,2.0887249,435.8274,50.595627,2739.913,83.47269,155.20705,184.50806,271.8332,26.771307,42.152298,250.27605,21.281086,22.150583,15.252444,36.530453,198.5709,11.840779,8.932046,103.03875,19.986929,4486.5767,30.415316,48.10104,24.842386,31.44116,342.59213,85.88667,52.93507,13.006908,15.59227,45.817894,111.804245,250.03568,82.229515,277.16388,40.165684,45.22509,116.93938,177.11569,290.4064,133.68678,9.64533,9.127118,13.310298,78.03798,6698.38,11.580729,51.775143,127.836555,29.839115,334.57285,91.88421,259.04306,7.2550707,110.28734,865.45166,813.913,78.32334,1061.147,116.87208,112.74173,88.32219,61.55902,11.654426,37.56103,678.3945,7.831895,11.742442,228.30183,9.757163,5.7562747,61.409546,62.33259,630.1428,148.98586,178.98924,1941.4324,93.27165,1979.2421,1663.7728,8.746871,6.7435765,3038.4622,13.168089,14.438541,316.06268,28.161694,58.58939,32.892982,139.91179,629.76807,264.88568,4.09399,36.78455,138.61832,957.6298,16.022947,105.79848,9.653113,1.4658396,54.388893,1.2717392,1.2741028,4.3379974,10.995321,32.125053,53.44444,30.411343,709.23816,35.55046,13.835714,21.038889,6.052123,69.55225,3.3112266,2.366324,5.616875,60.73447,0.3355734,2.3605793,4.670607,36.210938,14.896845,2.865743,5.2111053,246.93631,24.331345,451.5886,14.418395,840.6177,28.451252,814.19714,326.21527,9.128913,11.154894,603.5602,838.9034,2668.6653,705.04443 +2023-04-08 20:00:00,0.0,3764.4634,33.245495,17.2466,9.313824,38.1249,186.04184,31.26692,67.19987,24.638823,40.666336,220.50627,426.3594,20.100393,29.248852,8.545078,1.7426598,35.19405,14.802256,15.970469,453.87375,3.2190711,311.42706,108.34779,6.501042,60.50554,116.12951,57.33205,458.11667,236.29523,2083.2651,8.225684,2379.46,49.1867,8.5666895,6.075258,39.37858,202.78122,267.33844,256.59436,76.04444,22.10265,9.245778,871.2573,126.30587,72.19302,45.35908,282.92374,20.470703,301.123,11.703345,56.70211,0.0,2957.4365,5748.6685,3.722375,37.49106,34.187634,25011.547,80.96757,3.0116622,62.61127,105.22308,43.750885,11.95211,55.13775,521.8802,47.56493,39.82439,4.030895,9.074498,737.1681,2.0982304,435.578,50.6325,2739.0972,83.49259,155.14655,184.46312,271.82138,26.749422,42.12787,249.9974,21.265083,22.137228,15.264882,36.533165,198.4503,11.846147,8.936483,103.059685,19.987206,4486.1733,30.430788,48.070835,24.842299,31.451597,342.49814,85.87113,52.934723,13.01286,15.599487,45.80165,111.82068,249.92047,82.23195,277.17596,40.209896,45.223007,116.95847,177.20721,291.5221,133.72998,9.642878,9.139028,13.301667,78.29262,6712.2163,11.571806,51.754005,127.70547,29.837572,334.58264,91.79981,258.92017,7.25016,110.36231,865.1086,813.3376,78.30096,1060.705,116.755,112.694565,88.39796,61.501884,11.642816,37.532406,679.1454,7.8205967,11.727363,228.12103,9.755635,5.75544,61.349308,62.288876,629.73846,148.88785,178.97145,1940.8712,93.39975,1979.6998,1664.1682,8.753567,6.7548614,3048.063,13.163531,14.4625,316.06555,28.191221,58.646446,32.92281,140.1212,630.8515,264.92557,4.0981827,36.809944,139.03772,960.1889,16.07668,105.90073,9.66338,1.4654907,54.3908,1.2714615,1.2732292,4.3347406,10.999669,32.155777,53.618656,30.404629,711.5385,35.581482,13.842857,21.044445,6.0529366,69.52847,3.3134258,2.366037,5.6175,60.730194,0.33499208,2.3597496,4.6699896,36.21875,14.896904,2.8635278,5.227538,247.59932,24.39199,452.79688,14.440087,842.59436,28.48907,813.9959,326.97513,9.148208,11.160468,604.893,841.0057,2672.9634,704.83246 +2023-04-08 21:00:00,0.0,3765.538,33.26993,17.266867,9.325662,38.13625,186.08478,31.272228,67.2096,24.638395,40.6637,220.8018,426.71368,20.104017,29.288082,8.536018,1.7410434,35.19928,14.809679,15.959343,453.9665,3.2185307,311.5203,108.335464,6.4940534,60.41043,116.14297,57.318268,457.7042,236.24435,2084.8428,8.2141905,2379.364,49.112183,8.55555,6.0667496,39.33004,202.83028,267.3574,256.22525,76.1125,22.12304,9.246568,871.2298,126.08894,72.17808,45.38879,283.16028,20.460133,301.2628,11.705266,56.68916,0.0,2959.3706,5755.2246,3.7288988,37.521664,34.22956,25024.977,81.04659,3.015772,62.61179,105.20334,43.773193,11.95943,55.11196,522.22266,47.641407,39.832447,4.0335507,9.076554,737.4608,2.1077359,435.32864,50.669376,2738.2812,83.5125,155.08603,184.41818,271.80957,26.727537,42.103436,249.71878,21.24908,22.123875,15.277319,36.535873,198.3297,11.851513,8.94092,103.08062,19.98748,4485.77,30.446262,48.040627,24.84221,31.462036,342.40414,85.85559,52.934376,13.018811,15.606705,45.785404,111.83711,249.80527,82.234375,277.18805,40.25411,45.220924,116.97756,177.29875,292.6378,133.7732,9.640425,9.150938,13.2930355,78.54726,6726.0522,11.562883,51.73287,127.57438,29.83603,334.5924,91.715416,258.7973,7.2452497,110.43729,864.7655,812.7621,78.27858,1060.263,116.63792,112.64739,88.47373,61.444748,11.6312065,37.50378,679.89624,7.8092985,11.712283,227.94022,9.754107,5.754606,61.28907,62.245167,629.3341,148.78984,178.95367,1940.3099,93.52784,1980.1576,1664.5636,8.760263,6.766146,3057.6636,13.158974,14.486458,316.06842,28.22075,58.703503,32.952633,140.33063,631.93494,264.96545,4.102375,36.83534,139.45712,962.748,16.13041,106.00298,9.673646,1.4651418,54.39271,1.2711837,1.2723556,4.3314834,11.004017,32.1865,53.79287,30.397917,713.8389,35.6125,13.849999,21.05,6.05375,69.504684,3.315625,2.3657498,5.618125,60.725914,0.33441073,2.3589196,4.6693716,36.226562,14.896964,2.8613124,5.243971,248.26234,24.452635,454.00516,14.461781,844.57104,28.526888,813.79474,327.735,9.167502,11.166042,606.2258,843.10803,2677.2617,704.6205 +2023-04-08 22:00:00,0.0,3766.6128,33.29437,17.287132,9.3375,38.147602,186.12772,31.277536,67.21933,24.637968,40.661064,221.09732,427.06796,20.107641,29.327314,8.526959,1.7394272,35.20451,14.817103,15.948217,454.05923,3.21799,311.61353,108.323135,6.4870644,60.315327,116.156425,57.304485,457.2917,236.19347,2086.4204,8.202698,2379.2678,49.03767,8.54441,6.0582414,39.281498,202.87933,267.37634,255.85616,76.18056,22.143429,9.247357,871.2023,125.87202,72.16314,45.418503,283.39682,20.449562,301.4026,11.707187,56.676212,0.0,2961.3052,5761.7803,3.7354224,37.552273,34.27149,25038.406,81.125626,3.0198822,62.612305,105.18359,43.795498,11.966749,55.086174,522.5652,47.71788,39.840508,4.0362062,9.07861,737.7535,2.1172416,435.07928,50.70625,2737.4653,83.53241,155.02551,184.37325,271.79776,26.705652,42.079006,249.44016,21.233076,22.110521,15.289757,36.538586,198.20908,11.85688,8.945357,103.101555,19.987757,4485.3667,30.461737,48.010418,24.842123,31.472473,342.31018,85.84006,52.93403,13.024763,15.613921,45.769157,111.853546,249.69006,82.23681,277.20013,40.29832,45.21884,116.99666,177.39027,293.75348,133.8164,9.637973,9.1628475,13.284405,78.801895,6739.8887,11.55396,51.711735,127.44329,29.834488,334.6022,91.63102,258.67444,7.2403393,110.51227,864.4225,812.18665,78.256195,1059.8209,116.52083,112.60022,88.54951,61.387608,11.6195965,37.475155,680.64716,7.7980003,11.697204,227.7594,9.75258,5.7537713,61.228832,62.201454,628.92975,148.69183,178.93588,1939.7487,93.65594,1980.6154,1664.959,8.766959,6.7774305,3067.2642,13.154416,14.510417,316.0713,28.250278,58.760555,32.982456,140.54005,633.0183,265.00537,4.1065674,36.860733,139.87653,965.307,16.184141,106.10524,9.683912,1.4647928,54.39462,1.270906,1.2714819,4.328226,11.008364,32.21722,53.967087,30.391203,716.1393,35.643517,13.857142,21.055555,6.0545635,69.4809,3.317824,2.3654628,5.61875,60.721634,0.33382937,2.3580897,4.668754,36.234375,14.897023,2.8590972,5.2604036,248.92535,24.513279,455.21344,14.483473,846.5477,28.564707,813.5935,328.49484,9.186797,11.171617,607.5586,845.2104,2681.5598,704.4085 +2023-04-08 23:00:00,0.0,3767.6875,33.318806,17.3074,9.349339,38.15895,186.17065,31.282846,67.229065,24.637539,40.658432,221.39285,427.42224,20.111265,29.366547,8.5178995,1.737811,35.20974,14.824527,15.937091,454.15195,3.2174494,311.70676,108.31081,6.4800754,60.22022,116.16989,57.290707,456.87918,236.1426,2087.998,8.191205,2379.1716,48.963158,8.53327,6.0497327,39.232956,202.92839,267.3953,255.48706,76.24861,22.163818,9.248147,871.17474,125.65509,72.14819,45.44821,283.63336,20.438992,301.5424,11.709106,56.66326,0.0,2963.2397,5768.3364,3.7419462,37.58288,34.31341,25051.836,81.20465,3.0239923,62.61282,105.16385,43.817806,11.974069,55.060387,522.90765,47.794357,39.848564,4.0388618,9.080667,738.0462,2.1267471,434.82993,50.743126,2736.6494,83.552315,154.96501,184.32832,271.78595,26.683767,42.054573,249.16153,21.217073,22.097168,15.302195,36.541298,198.08847,11.862247,8.949794,103.12249,19.988031,4484.9634,30.47721,47.98021,24.842035,31.482912,342.2162,85.82452,52.93368,13.030714,15.621139,45.75291,111.86998,249.57486,82.239235,277.21225,40.342533,45.21676,117.015755,177.48181,294.86917,133.8596,9.63552,9.174757,13.275774,79.05653,6753.725,11.545037,51.690598,127.3122,29.832945,334.61197,91.546616,258.55154,7.235429,110.58724,864.0794,811.61115,78.23382,1059.3789,116.40375,112.553055,88.625275,61.33047,11.607986,37.44653,681.3981,7.786702,11.682124,227.5786,9.751052,5.752937,61.168594,62.15774,628.52545,148.59384,178.9181,1939.1875,93.78403,1981.0731,1665.3544,8.773655,6.7887154,3076.865,13.149858,14.534375,316.07416,28.279806,58.81761,33.012283,140.74947,634.10175,265.04526,4.1107597,36.886127,140.29593,967.8661,16.237871,106.20749,9.694179,1.4644439,54.39653,1.2706282,1.2706083,4.3249693,11.012712,32.247944,54.1413,30.384491,718.43964,35.674538,13.864285,21.061111,6.055377,69.457115,3.320023,2.3651757,5.6193748,60.717358,0.33324802,2.35726,4.6681366,36.242188,14.897083,2.8568819,5.2768364,249.58838,24.573925,456.42175,14.505165,848.5245,28.602526,813.3923,329.2547,9.206092,11.177192,608.8914,847.31274,2685.8582,704.1966 +2023-04-09 00:00:00,0.0,3768.7622,33.343243,17.327667,9.3611765,38.170303,186.2136,31.288155,67.2388,24.637112,40.655796,221.68837,427.77652,20.11489,29.405777,8.50884,1.7361946,35.21497,14.831951,15.925964,454.2447,3.216909,311.8,108.29848,6.4730864,60.125114,116.18335,57.276924,456.46667,236.0917,2089.5757,8.179711,2379.0757,48.88864,8.52213,6.0412245,39.184414,202.97745,267.41425,255.11797,76.316666,22.184208,9.248938,871.1473,125.43816,72.133255,45.47792,283.8699,20.428421,301.6822,11.711027,56.65031,0.0,2965.174,5774.8926,3.74847,37.613483,34.35534,25065.266,81.283676,3.0281022,62.613335,105.144104,43.84011,11.981388,55.0346,523.2501,47.870834,39.856625,4.0415173,9.082722,738.3389,2.1362526,434.58057,50.78,2735.8333,83.57222,154.9045,184.28339,271.77414,26.661882,42.030144,248.88289,21.201069,22.083815,15.314631,36.54401,197.96786,11.867614,8.954231,103.143425,19.988308,4484.56,30.492683,47.95,24.841948,31.49335,342.12222,85.808975,52.933334,13.036666,15.628356,45.736668,111.88641,249.45966,82.24167,277.22433,40.386745,45.214676,117.03485,177.57333,295.98483,133.90282,9.633067,9.1866665,13.267143,79.31117,6767.561,11.536115,51.66946,127.181114,29.831402,334.62173,91.46222,258.42868,7.2305183,110.66222,863.7363,811.0357,78.21143,1058.9368,116.28666,112.50588,88.70105,61.273335,11.596376,37.417904,682.1489,7.775404,11.667045,227.39778,9.749524,5.752103,61.108356,62.114033,628.1211,148.49583,178.90033,1938.6261,93.912125,1981.5309,1665.7498,8.780351,6.8,3086.4656,13.145301,14.558333,316.077,28.309334,58.87467,33.042107,140.9589,635.1852,265.08514,4.114952,36.911522,140.71533,970.4252,16.291603,106.309746,9.704445,1.4640949,54.398438,1.2703505,1.2697346,4.321712,11.017059,32.278667,54.315517,30.377777,720.74005,35.705555,13.8714285,21.066668,6.0561905,69.433334,3.322222,2.3648887,5.62,60.713078,0.33266667,2.35643,4.6675186,36.25,14.897142,2.8546667,5.2932687,250.25139,24.63457,457.63004,14.526858,850.50116,28.640345,813.19104,330.01456,9.225387,11.182766,610.22424,849.4151,2690.1562,703.9846 +2023-04-09 01:00:00,0.0,3769.837,33.36768,17.347933,9.373014,38.181656,186.25655,31.293463,67.24853,24.636683,40.65316,221.9839,428.13083,20.118513,29.44501,8.499781,1.7345784,35.2202,14.839375,15.914839,454.33743,3.2163682,311.8932,108.28615,6.4660974,60.030006,116.19681,57.26314,456.05417,236.04083,2091.1533,8.168219,2378.9795,48.81413,8.51099,6.0327163,39.13587,203.0265,267.43323,254.74887,76.38472,22.204597,9.249727,871.11975,125.22124,72.11831,45.507633,284.10645,20.417852,301.822,11.712948,56.63736,0.0,2967.1084,5781.448,3.754994,37.64409,34.397266,25078.695,81.36271,3.0322123,62.61385,105.12436,43.86242,11.988708,55.008812,523.59265,47.947308,39.86468,4.044173,9.084778,738.63165,2.1457584,434.3312,50.816875,2735.0173,83.59213,154.844,184.23845,271.7623,26.64,42.005714,248.60426,21.185066,22.07046,15.327069,36.546722,197.84724,11.872981,8.958668,103.16436,19.988583,4484.1567,30.508158,47.919792,24.84186,31.503788,342.02823,85.793434,52.932987,13.042617,15.635572,45.72042,111.90285,249.34445,82.2441,277.23642,40.430958,45.212593,117.05394,177.66486,297.10052,133.94603,9.630614,9.198577,13.2585125,79.56582,6781.3975,11.527191,51.648323,127.050026,29.829859,334.63153,91.37782,258.30582,7.225608,110.7372,863.3933,810.46027,78.18906,1058.4948,116.16958,112.45872,88.776825,61.216198,11.584767,37.38928,682.89984,7.7641063,11.651965,227.21698,9.747996,5.7512684,61.04812,62.07032,627.71674,148.39783,178.88254,1938.0648,94.040215,1981.9886,1666.1453,8.787046,6.811285,3096.0662,13.140743,14.582292,316.07986,28.338861,58.931725,33.07193,141.16832,636.2686,265.12503,4.119145,36.936916,141.13474,972.9842,16.345335,106.412,9.714711,1.463746,54.400345,1.2700727,1.2688609,4.318455,11.021406,32.309387,54.48973,30.371065,723.0404,35.736572,13.8785715,21.072222,6.057004,69.409546,3.3244212,2.3646019,5.620625,60.708797,0.3320853,2.3556,4.666901,36.257812,14.897202,2.8524513,5.3097014,250.9144,24.695213,458.83832,14.548551,852.47784,28.678162,812.9898,330.7744,9.244681,11.18834,611.55707,851.51746,2694.4546,703.77264 +2023-04-09 02:00:00,0.0,3770.9116,33.392117,17.3682,9.384852,38.193005,186.29948,31.29877,67.25826,24.636255,40.650524,222.27942,428.4851,20.122137,29.48424,8.490721,1.7329621,35.22543,14.846798,15.903712,454.43018,3.2158277,311.98642,108.27382,6.4591084,59.934902,116.21027,57.24936,455.6417,235.98996,2092.731,8.156725,2378.8833,48.739616,8.499851,6.024208,39.08733,203.07556,267.45218,254.37978,76.452774,22.224987,9.250517,871.0922,125.00431,72.10337,45.537342,284.343,20.407282,301.9618,11.714868,56.62441,0.0,2969.043,5788.0044,3.7615178,37.674698,34.439194,25092.125,81.441734,3.0363224,62.61437,105.10462,43.884727,11.996027,54.983025,523.9351,48.023785,39.87274,4.0468283,9.086834,738.9243,2.155264,434.08185,50.853752,2734.2014,83.61204,154.7835,184.19351,271.7505,26.618114,41.98128,248.32564,21.169062,22.057106,15.339506,36.549435,197.72664,11.878347,8.963105,103.185295,19.98886,4483.7534,30.52363,47.889584,24.841772,31.514225,341.93427,85.77789,52.93264,13.048569,15.64279,45.704174,111.91928,249.22923,82.24653,277.2485,40.47517,45.21051,117.07304,177.7564,298.21622,133.98923,9.628161,9.210486,13.249881,79.82046,6795.234,11.518269,51.62719,126.91894,29.828318,334.6413,91.29343,258.18292,7.2206974,110.81217,863.05023,809.88477,78.16667,1058.0527,116.0525,112.411545,88.85259,61.15906,11.573157,37.360653,683.6507,7.752808,11.636885,227.03616,9.746469,5.750434,60.98788,62.026608,627.3124,148.29982,178.86476,1937.5037,94.16831,1982.4464,1666.5406,8.793742,6.8225694,3105.667,13.136186,14.60625,316.08273,28.36839,58.98878,33.101753,141.37773,637.35205,265.16492,4.1233373,36.96231,141.55414,975.5433,16.399065,106.51425,9.7249775,1.463397,54.402256,1.269795,1.2679874,4.315198,11.025754,32.34011,54.663948,30.364351,725.3408,35.767593,13.885715,21.077778,6.0578175,69.385765,3.32662,2.3643148,5.62125,60.70452,0.331504,2.3547704,4.6662836,36.265625,14.897262,2.8502362,5.326134,251.57742,24.75586,460.0466,14.570243,854.4546,28.71598,812.7886,331.53427,9.263976,11.193914,612.8899,853.6198,2698.7527,703.56067 +2023-04-09 03:00:00,0.0,3771.9863,33.416553,17.388468,9.396691,38.204357,186.34242,31.30408,67.268,24.635828,40.647892,222.57495,428.8394,20.125761,29.523472,8.481661,1.7313458,35.230663,14.854222,15.892586,454.52292,3.2152872,312.07965,108.26149,6.4521194,59.839794,116.22373,57.235577,455.2292,235.93907,2094.3086,8.145232,2378.787,48.665104,8.488711,6.0157,39.03879,203.12462,267.47113,254.01068,76.520836,22.245378,9.251307,871.0647,124.787384,72.088425,45.567055,284.57953,20.396711,302.1016,11.716788,56.611458,0.0,2970.9773,5794.56,3.7680416,37.705303,34.48112,25105.555,81.52076,3.0404322,62.614883,105.08488,43.907032,12.003346,54.95724,524.2776,48.10026,39.8808,4.049484,9.08889,739.21704,2.1647696,433.83246,50.890625,2733.3855,83.63194,154.72299,184.14857,271.73868,26.59623,41.956852,248.04701,21.153059,22.043753,15.351944,36.552147,197.60603,11.883715,8.967543,103.20623,19.989134,4483.35,30.539104,47.859375,24.841684,31.524664,341.84027,85.76235,52.932293,13.05452,15.650007,45.687927,111.935715,249.11403,82.24896,277.2606,40.519382,45.208427,117.09213,177.84792,299.3319,134.03244,9.625709,9.222396,13.24125,80.075096,6809.07,11.509346,51.606052,126.78785,29.826775,334.6511,91.20902,258.06006,7.215787,110.887146,862.70715,809.3093,78.144295,1057.6107,115.93541,112.36438,88.92837,61.10192,11.561547,37.332027,684.4016,7.74151,11.621805,226.85536,9.744941,5.7495995,60.927643,61.9829,626.908,148.20183,178.84697,1936.9424,94.2964,1982.9042,1666.936,8.800438,6.833854,3115.2676,13.131628,14.630208,316.0856,28.397917,59.045834,33.13158,141.58716,638.4355,265.2048,4.1275296,36.98771,141.97354,978.10236,16.452797,106.61651,9.735243,1.4630481,54.404163,1.2695172,1.2671137,4.3119407,11.030101,32.370834,54.838165,30.35764,727.6412,35.79861,13.892857,21.083334,6.058631,69.36198,3.3288193,2.3640277,5.621875,60.70024,0.33092263,2.3539405,4.6656656,36.273438,14.897321,2.8480208,5.342567,252.24043,24.816504,461.25488,14.591936,856.4313,28.7538,812.58734,332.29413,9.283271,11.199489,614.2227,855.72217,2703.051,703.3487 +2023-04-09 04:00:00,0.0,3773.061,33.44099,17.408733,9.408529,38.215706,186.38536,31.309387,67.277725,24.635399,40.645256,222.87048,429.19366,20.129385,29.562704,8.472602,1.7297295,35.235893,14.861646,15.881459,454.61566,3.2147465,312.17288,108.24916,6.4451303,59.74469,116.23719,57.221794,454.81668,235.8882,2095.8862,8.133739,2378.6912,48.590588,8.4775715,6.0071917,38.99025,203.17368,267.49008,253.64159,76.58889,22.265768,9.252096,871.0372,124.57046,72.07349,45.596764,284.81607,20.38614,302.2414,11.718709,56.598507,0.0,2972.9119,5801.116,3.7745655,37.73591,34.523045,25118.984,81.59979,3.0445423,62.6154,105.06513,43.92934,12.010666,54.931454,524.6201,48.176735,39.88886,4.0521393,9.090946,739.50977,2.1742752,433.5831,50.9275,2732.5693,83.651855,154.66248,184.10364,271.72687,26.574345,41.932423,247.76837,21.137056,22.0304,15.364381,36.554855,197.48541,11.889081,8.971979,103.227165,19.98941,4482.947,30.554579,47.829166,24.841597,31.5351,341.74628,85.74681,52.931946,13.060472,15.657225,45.67168,111.95215,248.99883,82.25139,277.27267,40.563595,45.206345,117.11122,177.93944,300.4476,134.07564,9.623256,9.234305,13.232619,80.329735,6822.9062,11.5004225,51.584915,126.65676,29.825232,334.66086,91.124626,257.9372,7.2108765,110.96213,862.36414,808.7338,78.12191,1057.1687,115.81833,112.31721,89.004135,61.044785,11.549938,37.303402,685.15247,7.7302117,11.606726,226.67455,9.743413,5.748765,60.867405,61.939186,626.50366,148.10382,178.8292,1936.3811,94.4245,1983.3619,1667.3314,8.807135,6.845139,3124.8682,13.12707,14.654166,316.08844,28.427444,59.10289,33.161404,141.79657,639.51886,265.24472,4.131722,37.013103,142.39294,980.6614,16.506527,106.718765,9.745509,1.4626992,54.406075,1.2692394,1.26624,4.308684,11.034449,32.401554,55.01238,30.350925,729.9415,35.829628,13.9,21.088888,6.0594444,69.338196,3.3310184,2.3637407,5.6225,60.69596,0.33034128,2.3531106,4.665048,36.28125,14.897381,2.8458054,5.3589997,252.90346,24.877148,462.46317,14.613628,858.40796,28.791616,812.3861,333.054,9.302566,11.205064,615.55554,857.82446,2707.349,703.1367 +2023-04-09 05:00:00,0.0,3774.1357,33.465427,17.429,9.420367,38.22706,186.4283,31.314695,67.28746,24.634972,40.64262,223.166,429.54794,20.133009,29.601934,8.463542,1.7281133,35.241123,14.86907,15.870334,454.7084,3.214206,312.2661,108.23683,6.438142,59.649582,116.250656,57.20801,454.40417,235.83731,2097.4639,8.122246,2378.595,48.516075,8.466432,5.998683,38.941704,203.22273,267.50903,253.27249,76.656944,22.286158,9.252886,871.00964,124.35353,72.05854,45.626476,285.0526,20.37557,302.3812,11.720629,56.585556,0.0,2974.8462,5807.672,3.7810893,37.766514,34.564972,25132.414,81.67882,3.0486524,62.615913,105.04539,43.951645,12.017985,54.905666,524.9626,48.253212,39.896915,4.054795,9.093002,739.8024,2.1837807,433.33374,50.964375,2731.7534,83.67176,154.60196,184.0587,271.71506,26.55246,41.90799,247.48975,21.121052,22.017046,15.376819,36.557568,197.3648,11.894448,8.976417,103.2481,19.989687,4482.5435,30.570053,47.798958,24.841509,31.54554,341.6523,85.73128,52.9316,13.066422,15.664441,45.655437,111.96858,248.88362,82.25382,277.2848,40.607807,45.20426,117.13032,178.03098,301.5633,134.11885,9.620803,9.246216,13.223989,80.58437,6836.7427,11.4915,51.563778,126.52567,29.823689,334.67065,91.04023,257.8143,7.205966,111.0371,862.02106,808.1584,78.09953,1056.7267,115.70125,112.27004,89.07991,60.987648,11.538328,37.274776,685.9034,7.7189136,11.591646,226.49373,9.741885,5.7479305,60.807167,61.895473,626.0993,148.00581,178.8114,1935.8198,94.55259,1983.8197,1667.7268,8.81383,6.856424,3134.469,13.122513,14.678125,316.0913,28.456972,59.159946,33.191227,142.006,640.6023,265.2846,4.135915,37.038498,142.81235,983.22046,16.560259,106.821014,9.755775,1.4623501,54.40798,1.2689617,1.2653663,4.3054266,11.038796,32.432278,55.186596,30.344213,732.24194,35.86065,13.907143,21.094444,6.060258,69.31441,3.3332174,2.3634536,5.623125,60.691685,0.32975993,2.3522809,4.6644306,36.289062,14.89744,2.8435903,5.3754325,253.56647,24.937794,463.67145,14.635321,860.38464,28.829435,812.1849,333.81384,9.32186,11.210638,616.88837,859.9268,2711.6475,702.92474 +2023-04-09 06:00:00,0.0,3775.2104,33.489864,17.449268,9.432206,38.23841,186.47125,31.320005,67.297195,24.634542,40.639984,223.46153,429.90222,20.136633,29.641167,8.454482,1.7264969,35.246353,14.876493,15.859207,454.80115,3.2136655,312.35934,108.2245,6.431153,59.554478,116.264114,57.19423,453.99167,235.78644,2099.0415,8.110753,2378.4988,48.441563,8.455292,5.990175,38.893166,203.27179,267.52798,252.9034,76.725,22.306547,9.253676,870.9821,124.136604,72.0436,45.656185,285.28915,20.365,302.521,11.722549,56.572605,0.0,2976.7805,5814.228,3.7876132,37.79712,34.6069,25145.844,81.75784,3.0527623,62.616432,105.02565,43.973953,12.025305,54.87988,525.30505,48.32969,39.904976,4.0574503,9.095058,740.09515,2.1932864,433.08438,51.00125,2730.9375,83.691666,154.54146,184.01376,271.70325,26.530575,41.88356,247.21112,21.10505,22.003693,15.3892565,36.56028,197.2442,11.899815,8.980853,103.269035,19.989962,4482.14,30.585526,47.76875,24.841421,31.555977,341.55832,85.71574,52.93125,13.072374,15.6716585,45.63919,111.985016,248.76842,82.25625,277.29688,40.65202,45.20218,117.149414,178.1225,302.679,134.16206,9.61835,9.258125,13.215357,80.83901,6850.5786,11.482577,51.542645,126.394585,29.822145,334.68042,90.95583,257.69144,7.2010555,111.11208,861.678,807.58295,78.07715,1056.2847,115.58416,112.22287,89.155685,60.93051,11.526718,37.24615,686.65424,7.7076154,11.576567,226.31293,9.740357,5.747096,60.74693,61.851765,625.69495,147.9078,178.79362,1935.2585,94.68069,1984.2775,1668.1222,8.820526,6.8677087,3144.0696,13.117955,14.702084,316.09418,28.4865,59.217003,33.221054,142.21542,641.6857,265.3245,4.140107,37.063892,143.23175,985.77954,16.613989,106.92327,9.766042,1.4620012,54.409893,1.2686839,1.2644928,4.3021693,11.043143,32.463,55.36081,30.3375,734.5423,35.891666,13.914286,21.1,6.0610714,69.29063,3.3354166,2.3631666,5.6237497,60.687405,0.32917857,2.351451,4.6638126,36.296875,14.897499,2.8413749,5.3918653,254.22948,24.998438,464.87973,14.657014,862.3614,28.867254,811.98364,334.5737,9.341155,11.216212,618.2212,862.0292,2715.9456,702.71277 +2023-04-09 07:00:00,0.0,3776.2852,33.5143,17.469534,9.444044,38.24976,186.51419,31.325314,67.30692,24.634115,40.637352,223.75705,430.2565,20.140257,29.680397,8.445423,1.7248807,35.251583,14.883917,15.848081,454.89386,3.2131248,312.45258,108.21217,6.424164,59.459373,116.27757,57.180447,453.5792,235.73555,2100.6191,8.09926,2378.4028,48.367046,8.444152,5.9816666,38.844624,203.32085,267.54694,252.5343,76.79305,22.326937,9.254466,870.95465,123.91967,72.028656,45.685898,285.5257,20.354431,302.6608,11.72447,56.559654,0.0,2978.715,5820.7837,3.794137,37.82773,34.648827,25159.273,81.836876,3.0568724,62.616947,105.005905,43.996258,12.032624,54.85409,525.6476,48.406162,39.913033,4.060106,9.097115,740.3879,2.202792,432.83502,51.038124,2730.1216,83.71158,154.48094,183.96883,271.6914,26.508692,41.85913,246.9325,21.089045,21.990337,15.401693,36.56299,197.12358,11.905182,8.985291,103.28997,19.990238,4481.737,30.601,47.73854,24.841333,31.566416,341.46436,85.700195,52.930904,13.078325,15.678876,45.622944,112.00145,248.65321,82.25868,277.30896,40.69623,45.2001,117.16851,178.21402,303.79468,134.20526,9.615897,9.270035,13.206726,81.09365,6864.415,11.473654,51.521507,126.2635,29.820604,334.6902,90.87143,257.56854,7.196145,111.18706,861.33496,807.00745,78.05477,1055.8427,115.46708,112.1757,89.23145,60.873375,11.515109,37.217525,687.40515,7.696317,11.561487,226.13211,9.73883,5.746262,60.68669,61.808052,625.2906,147.80981,178.77583,1934.6973,94.80878,1984.7352,1668.5176,8.827222,6.878993,3153.6702,13.113398,14.726042,316.09705,28.516027,59.274055,33.250877,142.42484,642.76917,265.36438,4.1442995,37.089287,143.65115,988.3386,16.66772,107.02553,9.776308,1.4616523,54.4118,1.2684063,1.2636191,4.2989125,11.047491,32.49372,55.535027,30.330788,736.8427,35.922684,13.921429,21.105556,6.061885,69.26684,3.3376155,2.3628795,5.624375,60.683125,0.32859722,2.3506212,4.663195,36.304688,14.897559,2.8391597,5.408298,254.8925,25.059082,466.088,14.678706,864.3381,28.905073,811.7824,335.33356,9.36045,11.2217865,619.554,864.13153,2720.244,702.5008 +2023-04-09 08:00:00,0.0,3777.3599,33.53874,17.489801,9.455882,38.261112,186.55713,31.330622,67.31666,24.633686,40.634716,224.05258,430.61078,20.14388,29.71963,8.436363,1.7232645,35.256813,14.891341,15.836954,454.9866,3.2125843,312.5458,108.199844,6.417175,59.364265,116.29104,57.166668,453.1667,235.68468,2102.1968,8.087767,2378.3066,48.292534,8.433013,5.9731584,38.79608,203.3699,267.5659,252.1652,76.861115,22.347326,9.255256,870.9271,123.70274,72.01372,45.715607,285.76224,20.34386,302.8006,11.72639,56.546707,0.0,2980.6494,5827.34,3.8006608,37.858334,34.690754,25172.703,81.9159,3.0609825,62.617462,104.98616,44.018566,12.039944,54.828304,525.99005,48.48264,39.92109,4.0627613,9.09917,740.6806,2.2122977,432.58566,51.075,2729.3057,83.73148,154.42044,183.92389,271.6796,26.486807,41.834698,246.65385,21.073042,21.976984,15.414131,36.5657,197.00298,11.910548,8.989727,103.310905,19.990513,4481.3335,30.616474,47.708332,24.841246,31.576855,341.37036,85.684654,52.930557,13.084277,15.686092,45.606697,112.01788,248.53801,82.261116,277.32104,40.740444,45.198017,117.1876,178.30556,304.91034,134.24847,9.613444,9.281944,13.198095,81.34829,6878.2515,11.464731,51.50037,126.13241,29.819061,334.69998,90.78703,257.44568,7.1912346,111.26203,860.9919,806.432,78.032394,1055.4006,115.35,112.12853,89.30723,60.816235,11.503499,37.1889,688.156,7.6850195,11.546408,225.95131,9.737302,5.7454276,60.626453,61.76434,624.8862,147.7118,178.75806,1934.136,94.936874,1985.193,1668.913,8.833918,6.890278,3163.271,13.10884,14.75,316.0999,28.545555,59.331112,33.2807,142.63426,643.8526,265.40427,4.148492,37.11468,144.07056,990.89764,16.72145,107.12778,9.786574,1.4613034,54.41371,1.2681285,1.2627454,4.2956553,11.051838,32.524445,55.709244,30.324074,739.14307,35.953705,13.928572,21.11111,6.0626984,69.24306,3.3398147,2.3625925,5.625,60.67885,0.32801586,2.3497913,4.6625776,36.3125,14.897618,2.8369443,5.4247303,255.55551,25.119728,467.2963,14.700398,866.31476,28.94289,811.5812,336.0934,9.379745,11.227361,620.8868,866.2339,2724.542,702.2888 +2023-04-09 09:00:00,0.0,3778.4348,33.563175,17.510069,9.46772,38.27246,186.60007,31.33593,67.32639,24.633259,40.63208,224.34811,430.96506,20.147505,29.75886,8.427303,1.7216482,35.262047,14.898765,15.825829,455.07935,3.2120438,312.63904,108.187515,6.410186,59.26916,116.3045,57.152885,452.75418,235.63379,2103.7744,8.076274,2378.2104,48.21802,8.421873,5.96465,38.747543,203.41896,267.58484,251.79611,76.92917,22.367716,9.256045,870.8996,123.48582,71.99877,45.74532,285.99878,20.33329,302.94037,11.728311,56.533756,0.0,2982.5837,5833.8955,3.8071847,37.88894,34.732677,25186.133,81.99493,3.0650923,62.617977,104.966415,44.040874,12.047263,54.802517,526.3325,48.559116,39.92915,4.065417,9.101226,740.97327,2.2218032,432.3363,51.111877,2728.4895,83.75139,154.35992,183.87895,271.6678,26.464922,41.81027,246.37523,21.057037,21.96363,15.426568,36.568413,196.88237,11.9159155,8.994164,103.33184,19.99079,4480.93,30.631947,47.678123,24.841158,31.587292,341.27637,85.66911,52.93021,13.090228,15.69331,45.590454,112.03432,248.4228,82.26354,277.33313,40.784657,45.195934,117.206696,178.39708,306.02603,134.29169,9.6109915,9.293855,13.189465,81.60293,6892.0874,11.455809,51.479233,126.00132,29.817518,334.70975,90.70264,257.3228,7.186324,111.33701,860.6488,805.8565,78.01001,1054.9586,115.23291,112.08136,89.383,60.759098,11.491889,37.160275,688.9069,7.6737213,11.531327,225.7705,9.735774,5.744593,60.566216,61.72063,624.48193,147.6138,178.74028,1933.5748,95.064964,1985.6508,1669.3083,8.840614,6.9015627,3172.8716,13.104282,14.773958,316.10275,28.575083,59.38817,33.310528,142.84369,644.936,265.44415,4.1526847,37.140076,144.48996,993.4567,16.775183,107.230034,9.796841,1.4609543,54.41562,1.2678508,1.2618718,4.2923985,11.056186,32.555164,55.883457,30.31736,741.4434,35.984722,13.935714,21.116667,6.063512,69.21927,3.3420138,2.3623054,5.625625,60.67457,0.32743454,2.3489614,4.6619596,36.320312,14.897678,2.8347292,5.441163,256.21854,25.180372,468.5046,14.722091,868.2915,28.98071,811.37994,336.85327,9.399039,11.232936,622.2196,868.33624,2728.8403,702.07684 +2023-04-09 10:00:00,0.0,3779.5095,33.587612,17.530334,9.479559,38.283813,186.64302,31.341238,67.33612,24.632832,40.629448,224.64363,431.31934,20.151129,29.798092,8.418243,1.7200319,35.267277,14.906189,15.814702,455.1721,3.211503,312.73227,108.175186,6.403197,59.174053,116.31796,57.139103,452.34167,235.58292,2105.3518,8.06478,2378.1143,48.14351,8.410733,5.956142,38.698997,203.46803,267.6038,251.42702,76.99722,22.388105,9.256835,870.8721,123.26889,71.983826,45.77503,286.23532,20.32272,303.08017,11.730231,56.520805,0.0,2984.5183,5840.4517,3.8137083,37.919544,34.774605,25199.562,82.07395,3.0692024,62.618496,104.94667,44.06318,12.054583,54.77673,526.67505,48.63559,39.937206,4.068072,9.103282,741.266,2.2313087,432.0869,51.14875,2727.6736,83.77129,154.29941,183.83401,271.65598,26.443037,41.785835,246.0966,21.041035,21.950277,15.439006,36.57112,196.76176,11.921282,8.998601,103.352776,19.991064,4480.527,30.64742,47.647915,24.84107,31.59773,341.1824,85.65357,52.929863,13.09618,15.700527,45.574207,112.05075,248.3076,82.265976,277.34525,40.82887,45.19385,117.22579,178.48862,307.14172,134.33488,9.608539,9.305764,13.180834,81.85757,6905.924,11.446885,51.4581,125.87023,29.815975,334.71954,90.61824,257.19992,7.1814137,111.41199,860.3057,805.28107,77.98763,1054.5166,115.11583,112.034195,89.45877,60.70196,11.480279,37.13165,689.6578,7.662423,11.516248,225.58969,9.734246,5.7437587,60.505978,61.676918,624.0776,147.5158,178.72249,1933.0135,95.193054,1986.1085,1669.7037,8.84731,6.9128475,3182.4724,13.099725,14.797916,316.10562,28.60461,59.445225,33.34035,143.0531,646.0194,265.48407,4.156877,37.16547,144.90936,996.0158,16.828913,107.33229,9.807107,1.4606054,54.41753,1.267573,1.2609981,4.289141,11.060534,32.585888,56.057674,30.310648,743.74384,36.01574,13.942857,21.122223,6.0643253,69.19549,3.3442128,2.3620183,5.62625,60.670288,0.3268532,2.3481317,4.661342,36.328125,14.8977375,2.8325138,5.457596,256.88156,25.241016,469.7129,14.743784,870.2682,29.018528,811.1787,337.61313,9.418334,11.23851,623.5524,870.4386,2733.1384,701.8649 +2023-04-09 11:00:00,0.0,3780.5842,33.61205,17.550602,9.491397,38.295166,186.68596,31.346546,67.345856,24.632402,40.626812,224.93916,431.6736,20.154753,29.837324,8.409184,1.7184156,35.272507,14.913612,15.8035755,455.26483,3.2109625,312.82547,108.16286,6.396208,59.07895,116.33142,57.12532,451.92917,235.53203,2106.9294,8.0532875,2378.0183,48.068993,8.399593,5.9476337,38.650455,203.51709,267.62277,251.05792,77.06528,22.408495,9.257625,870.84454,123.05196,71.96889,45.804737,286.47186,20.31215,303.21997,11.732151,56.507854,0.0,2986.4526,5847.0073,3.8202322,37.950153,34.816532,25212.992,82.152985,3.0733125,62.61901,104.92692,44.085487,12.061902,54.750942,527.0175,48.712067,39.945267,4.0707273,9.105338,741.5587,2.2408144,431.83755,51.185627,2726.8577,83.79121,154.23892,183.78908,271.64417,26.421152,41.761406,245.81798,21.025032,21.936924,15.451443,36.573833,196.64114,11.926649,9.003038,103.37371,19.99134,4480.1235,30.662895,47.61771,24.840982,31.608168,341.0884,85.63804,52.929512,13.102131,15.707745,45.55796,112.067184,248.1924,82.2684,277.35733,40.87308,45.19177,117.24488,178.58014,308.25742,134.3781,9.606087,9.317674,13.172202,82.11221,6919.7603,11.437963,51.436962,125.73914,29.814434,334.7293,90.53384,257.07706,7.176503,111.48696,859.9627,804.7056,77.96525,1054.0746,114.99875,111.98702,89.534546,60.644825,11.46867,37.103024,690.4087,7.651125,11.501168,225.40887,9.732718,5.742924,60.44574,61.633205,623.6732,147.4178,178.70471,1932.4523,95.32115,1986.5663,1670.0992,8.854006,6.924132,3192.073,13.095167,14.821875,316.1085,28.634138,59.502277,33.370174,143.26253,647.10284,265.52396,4.1610694,37.190865,145.32877,998.5748,16.882645,107.43454,9.817373,1.4602565,54.419437,1.2672952,1.2601244,4.285884,11.06488,32.61661,56.231888,30.303934,746.0442,36.04676,13.95,21.127777,6.065139,69.1717,3.346412,2.3617313,5.626875,60.66601,0.32627183,2.3473017,4.6607246,36.335938,14.897798,2.8302987,5.4740286,257.54456,25.301662,470.92117,14.765476,872.2449,29.056345,810.9775,338.373,9.437629,11.244084,624.88525,872.5409,2737.4368,701.65295 +2023-04-09 12:00:00,0.0,3781.659,33.636486,17.57087,9.503235,38.306515,186.7289,31.351856,67.35558,24.631975,40.624176,225.23468,432.0279,20.158377,29.876554,8.400125,1.7167994,35.277737,14.921036,15.79245,455.35757,3.2104218,312.9187,108.15053,6.389219,58.98384,116.34488,57.111538,451.5167,235.48116,2108.507,8.041795,2377.922,47.99448,8.3884535,5.939125,38.601917,203.56615,267.64172,250.68883,77.13333,22.428886,9.258414,870.817,122.83504,71.95394,45.83445,286.7084,20.30158,303.35977,11.734072,56.494904,0.0,2988.3872,5853.5635,3.826756,37.98076,34.85846,25226.422,82.23201,3.0774224,62.619526,104.90717,44.10779,12.0692215,54.725155,527.36,48.78854,39.953323,4.073383,9.107394,741.85144,2.25032,431.5882,51.2225,2726.0417,83.81111,154.1784,183.74414,271.63232,26.399267,41.736977,245.53934,21.009027,21.92357,15.463881,36.576546,196.52054,11.932015,9.007475,103.39464,19.991615,4479.72,30.678368,47.5875,24.840895,31.618607,340.99445,85.6225,52.929165,13.108083,15.714961,45.541714,112.08362,248.0772,82.270836,277.36942,40.91729,45.189686,117.26398,178.67166,309.3731,134.42131,9.603634,9.329583,13.163571,82.36685,6933.596,11.42904,51.415825,125.60806,29.812891,334.7391,90.44944,256.9542,7.1715927,111.56194,859.6196,804.1301,77.94287,1053.6326,114.88166,111.93986,89.61032,60.58769,11.45706,37.074398,691.15955,7.639827,11.486089,225.22806,9.731191,5.7420897,60.3855,61.589497,623.26886,147.3198,178.68692,1931.8911,95.44924,1987.024,1670.4946,8.860702,6.9354167,3201.6736,13.09061,14.845833,316.11136,28.663666,59.559334,33.4,143.47194,648.1863,265.56384,4.1652617,37.216263,145.74817,1001.1339,16.936377,107.5368,9.827639,1.4599075,54.42135,1.2670175,1.2592509,4.282627,11.069228,32.64733,56.406105,30.297222,748.34454,36.077778,13.957143,21.133333,6.0659523,69.14792,3.3486109,2.3614442,5.6275,60.66173,0.32569048,2.3464718,4.6601067,36.34375,14.897857,2.8280833,5.4904613,258.20758,25.362307,472.12946,14.7871685,874.22156,29.094164,810.77625,339.13284,9.4569235,11.249659,626.2181,874.64325,2741.7349,701.441 +2023-04-09 13:00:00,0.0,3782.7336,33.660923,17.591135,9.515074,38.317867,186.77184,31.357164,67.36532,24.631546,40.62154,225.53021,432.38217,20.162,29.915787,8.391065,1.715183,35.282967,14.92846,15.781323,455.45032,3.2098813,313.01193,108.1382,6.3822303,58.888737,116.358345,57.097755,451.1042,235.43028,2110.0847,8.030301,2377.826,47.919968,8.377314,5.930617,38.553375,203.6152,267.66068,250.31973,77.201385,22.449276,9.259205,870.7895,122.61811,71.939,45.86416,286.94495,20.29101,303.49957,11.735992,56.481953,0.0,2990.3215,5860.119,3.8332798,38.011364,34.900387,25239.852,82.311035,3.0815325,62.62004,104.887436,44.1301,12.076541,54.699368,527.7025,48.865017,39.961384,4.0760384,9.10945,742.1441,2.2598257,431.33884,51.259377,2725.2256,83.83102,154.1179,183.69922,271.6205,26.377382,41.712543,245.26071,20.993025,21.910215,15.476318,36.579258,196.39993,11.937383,9.011912,103.41557,19.991892,4479.317,30.693842,47.557293,24.840807,31.629044,340.90045,85.60696,52.928818,13.114034,15.722178,45.52547,112.10005,247.96199,82.27326,277.3815,40.961502,45.187603,117.28307,178.7632,310.4888,134.46451,9.601181,9.341494,13.154941,82.62149,6947.4326,11.420116,51.39469,125.476974,29.811348,334.74887,90.36504,256.8313,7.166682,111.63692,859.27655,803.5547,77.92049,1053.1906,114.76458,111.892685,89.68609,60.53055,11.44545,37.045773,691.91046,7.6285286,11.471009,225.04726,9.729663,5.7412553,60.325264,61.545784,622.8645,147.22179,178.66914,1931.3298,95.57734,1987.4818,1670.89,8.867397,6.9467015,3211.2744,13.086052,14.869792,316.1142,28.693195,59.61639,33.429825,143.68137,649.2697,265.60373,4.169454,37.241657,146.16757,1003.693,16.990107,107.63905,9.837905,1.4595586,54.423256,1.2667397,1.2583772,4.27937,11.073575,32.678055,56.580322,30.290508,750.64496,36.108795,13.964286,21.13889,6.066766,69.12413,3.35081,2.3611574,5.6281247,60.65745,0.32510912,2.345642,4.659489,36.351562,14.897916,2.8258681,5.506894,258.8706,25.42295,473.33774,14.808862,876.1983,29.131983,810.575,339.8927,9.476218,11.255233,627.5509,876.7456,2746.0332,701.229 +2023-04-09 14:00:00,0.0,3783.8083,33.68536,17.611403,9.526912,38.329216,186.81477,31.362473,67.37505,24.631119,40.618908,225.82573,432.73645,20.165625,29.955017,8.382006,1.7135668,35.288197,14.9358835,15.770197,455.54303,3.2093408,313.10516,108.12587,6.3752413,58.79363,116.3718,57.083973,450.69168,235.3794,2111.6624,8.018808,2377.73,47.84545,8.366175,5.9221087,38.50483,203.66426,267.67963,249.95064,77.26945,22.469666,9.2599945,870.762,122.401184,71.92406,45.89387,287.18152,20.28044,303.63937,11.737912,56.469,0.0,2992.2559,5866.6753,3.8398037,38.04197,34.94231,25253.281,82.39007,3.0856423,62.620556,104.86769,44.152405,12.08386,54.67358,528.045,48.941494,39.96944,4.078694,9.111506,742.4368,2.2693312,431.08948,51.29625,2724.4097,83.85093,154.05739,183.65428,271.6087,26.3555,41.688114,244.98209,20.97702,21.896862,15.488755,36.58197,196.27931,11.942749,9.01635,103.43651,19.992167,4478.9136,30.709316,47.527084,24.84072,31.639482,340.8065,85.591415,52.92847,13.119986,15.729396,45.509224,112.116486,247.84679,82.275696,277.3936,41.005714,45.18552,117.30217,178.85472,311.6045,134.50772,9.598728,9.353403,13.14631,82.87613,6961.269,11.411194,51.373554,125.34589,29.809805,334.75864,90.28065,256.70844,7.1617713,111.7119,858.93353,802.9792,77.89811,1052.7485,114.6475,111.84552,89.76186,60.47341,11.433841,37.017147,692.6613,7.6172304,11.45593,224.86644,9.728135,5.740421,60.265026,61.502075,622.46014,147.12378,178.65135,1930.7686,95.70543,1987.9396,1671.2854,8.874093,6.9579864,3220.875,13.081494,14.89375,316.11707,28.722723,59.673447,33.45965,143.8908,650.3531,265.64362,4.173647,37.26705,146.58698,1006.252,17.043839,107.7413,9.848171,1.4592096,54.425163,1.266462,1.2575035,4.2761126,11.077923,32.70878,56.754536,30.283796,752.9453,36.139816,13.971429,21.144444,6.0675793,69.10035,3.353009,2.3608704,5.62875,60.653175,0.32452777,2.3448122,4.658871,36.359375,14.897976,2.8236527,5.523327,259.5336,25.483597,474.54602,14.830554,878.175,29.1698,810.3738,340.65253,9.495514,11.260807,628.8837,878.84796,2750.3313,701.017 +2023-04-09 15:00:00,0.0,3784.883,33.709797,17.63167,9.53875,38.34057,186.85773,31.36778,67.38478,24.630692,40.616272,226.12126,433.09073,20.169249,29.99425,8.372946,1.7119505,35.293427,14.943308,15.75907,455.63577,3.2088,313.1984,108.11354,6.3682523,58.698524,116.38526,57.07019,450.27917,235.32852,2113.24,8.007315,2377.6338,47.77094,8.355035,5.9136004,38.45629,203.71332,267.69858,249.58154,77.3375,22.490055,9.260784,870.7345,122.18426,71.90912,45.92358,287.41803,20.269869,303.77917,11.739833,56.45605,0.0,2994.1904,5873.231,3.8463275,38.07258,34.984238,25266.71,82.46909,3.0897524,62.621075,104.847946,44.174713,12.09118,54.647797,528.3875,49.017967,39.9775,4.0813494,9.113563,742.72955,2.2788367,430.84012,51.333126,2723.5938,83.870834,153.99689,183.60934,271.5969,26.333614,41.663685,244.70346,20.961018,21.883509,15.501193,36.584682,196.1587,11.948116,9.020786,103.45744,19.992443,4478.5103,30.724789,47.496876,24.840631,31.64992,340.7125,85.575874,52.928123,13.1259365,15.736612,45.492977,112.13292,247.73158,82.27813,277.40567,41.049927,45.183437,117.32126,178.94624,312.72018,134.55093,9.596275,9.365313,13.137679,83.13077,6975.105,11.402271,51.352417,125.2148,29.808262,334.76843,90.19625,256.58557,7.156861,111.78687,858.59045,802.40375,77.875725,1052.3065,114.53041,111.79835,89.83764,60.416275,11.422231,36.98852,693.41223,7.6059327,11.44085,224.68564,9.726607,5.739587,60.20479,61.458363,622.0558,147.02579,178.63358,1930.2073,95.83353,1988.3973,1671.6808,8.880789,6.969271,3230.4756,13.076937,14.917708,316.11993,28.75225,59.730503,33.489475,144.1002,651.4365,265.6835,4.1778393,37.292446,147.00638,1008.8111,17.097569,107.84356,9.858438,1.4588606,54.427074,1.2661842,1.25663,4.2728558,11.082271,32.7395,56.928753,30.277082,755.2457,36.170834,13.978571,21.15,6.0683928,69.07656,3.3552082,2.3605833,5.629375,60.648895,0.32394645,2.3439822,4.6582537,36.367188,14.898035,2.8214374,5.5397596,260.19662,25.54424,475.7543,14.852246,880.1517,29.207619,810.17255,341.41238,9.514809,11.266382,630.21655,880.9503,2754.6296,700.80505 +2023-04-09 16:00:00,0.0,3785.9578,33.734234,17.651936,9.550588,38.35192,186.90067,31.373089,67.394516,24.630262,40.613636,226.4168,433.445,20.172873,30.033482,8.363886,1.7103342,35.29866,14.950731,15.747945,455.72852,3.2082596,313.29163,108.10121,6.3612633,58.60342,116.39873,57.05641,449.86667,235.27763,2114.8176,7.995822,2377.5376,47.696426,8.343895,5.9050922,38.40775,203.76237,267.71753,249.21245,77.405556,22.510445,9.261574,870.707,121.96733,71.89417,45.953293,287.6546,20.259298,303.91898,11.741754,56.4431,0.0,2996.125,5879.787,3.8528514,38.103184,35.026165,25280.14,82.54812,3.0938625,62.62159,104.8282,44.19702,12.098499,54.62201,528.73,49.094444,39.985558,4.084005,9.115618,743.0223,2.2883425,430.59076,51.37,2722.7778,83.89074,153.93637,183.5644,271.58508,26.31173,41.63925,244.42482,20.945013,21.870155,15.51363,36.587395,196.0381,11.953483,9.025224,103.47838,19.992718,4478.107,30.740263,47.466667,24.840544,31.660358,340.6185,85.56033,52.927776,13.131888,15.74383,45.47673,112.14935,247.61638,82.280556,277.4178,41.09414,45.181355,117.340355,179.03778,313.83585,134.59413,9.5938225,9.377222,13.129047,83.38541,6988.9414,11.393348,51.33128,125.08371,29.80672,334.7782,90.11185,256.46268,7.1519504,111.86185,858.2474,801.82825,77.85335,1051.8645,114.41333,111.751175,89.91341,60.35914,11.410621,36.959896,694.1631,7.5946345,11.42577,224.50482,9.72508,5.7387524,60.14455,61.41465,621.6514,146.92778,178.6158,1929.646,95.96162,1988.8551,1672.0762,8.8874855,6.9805555,3240.0764,13.072379,14.941667,316.1228,28.781778,59.787556,33.5193,144.30963,652.51996,265.72342,4.1820316,37.31784,147.42578,1011.3702,17.1513,107.945816,9.868704,1.4585117,54.42898,1.2659065,1.2557563,4.2695985,11.086617,32.77022,57.102966,30.27037,757.5461,36.20185,13.985714,21.155556,6.069206,69.05278,3.3574073,2.3602962,5.63,60.644615,0.3233651,2.3431525,4.657636,36.375,14.898095,2.8192222,5.5561924,260.85965,25.604885,476.9626,14.8739395,882.1284,29.245438,809.9713,342.17224,9.534103,11.271956,631.5494,883.0527,2758.9277,700.5931 +2023-04-09 17:00:00,0.0,3787.0325,33.75867,17.672203,9.562427,38.36327,186.9436,31.378397,67.40425,24.629835,40.611,226.71231,433.7993,20.176497,30.072712,8.354827,1.708718,35.30389,14.958155,15.736818,455.82126,3.207719,313.38486,108.08888,6.3542743,58.508312,116.412186,57.04263,449.4542,235.22676,2116.3953,7.9843287,2377.4414,47.62191,8.332755,5.896584,38.359207,203.81143,267.73648,248.84335,77.47361,22.530834,9.262363,870.67944,121.750404,71.879234,45.983,287.8911,20.248728,304.05878,11.743673,56.43015,0.0,2998.059,5886.343,3.8593752,38.13379,35.068092,25293.57,82.62715,3.0979724,62.622105,104.80846,44.219326,12.105819,54.596222,529.07245,49.17092,39.993618,4.0866604,9.117674,743.31494,2.297848,430.34137,51.406876,2721.962,83.91065,153.87585,183.51947,271.57327,26.289845,41.614822,244.1462,20.92901,21.856802,15.526068,36.590103,195.91748,11.95885,9.02966,103.49931,19.992994,4477.703,30.755737,47.43646,24.840456,31.670795,340.52454,85.5448,52.92743,13.137839,15.751047,45.460484,112.16579,247.50117,82.28299,277.42987,41.13835,45.17927,117.35945,179.1293,314.95154,134.63734,9.59137,9.3891325,13.120417,83.640045,7002.778,11.384425,51.310146,124.95262,29.805178,334.788,90.02745,256.3398,7.14704,111.93683,857.90436,801.2528,77.83096,1051.4225,114.29625,111.70401,89.98918,60.302,11.399012,36.93127,694.914,7.5833364,11.41069,224.32402,9.723552,5.737918,60.084312,61.37094,621.2471,146.82977,178.598,1929.0847,96.089714,1989.3129,1672.4716,8.894181,6.9918404,3249.677,13.0678215,14.965625,316.12567,28.811306,59.844612,33.54912,144.51906,653.6034,265.7633,4.186224,37.343235,147.84518,1013.92926,17.20503,108.048065,9.87897,1.4581628,54.430893,1.2656287,1.2548826,4.2663417,11.090965,32.800945,57.277184,30.263657,759.84644,36.23287,13.992857,21.161112,6.0700197,69.02899,3.3596063,2.3600092,5.630625,60.64034,0.32278374,2.3423226,4.657018,36.382812,14.898154,2.8170068,5.5726247,261.52264,25.665531,478.17087,14.895632,884.1051,29.283257,809.7701,342.9321,9.553398,11.277531,632.8822,885.155,2763.226,700.3811 +2023-04-09 18:00:00,0.0,3788.1072,33.783108,17.69247,9.574265,38.374622,186.98654,31.383707,67.41398,24.629406,40.608368,227.00784,434.15356,20.18012,30.111944,8.345767,1.7071017,35.30912,14.965579,15.725692,455.914,3.2071784,313.4781,108.07655,6.3472853,58.413208,116.425644,57.028847,449.0417,235.17587,2117.973,7.972836,2377.3455,47.547398,8.321615,5.8880754,38.31067,203.86049,267.75543,248.47426,77.541664,22.551224,9.263153,870.6519,121.53348,71.86429,46.012714,288.12766,20.23816,304.19858,11.745594,56.417202,0.0,2999.9937,5892.899,3.865899,38.164394,35.11002,25307.0,82.70618,3.1020825,62.62262,104.78871,44.241634,12.113138,54.570435,529.415,49.247395,40.001675,4.089316,9.11973,743.60767,2.3073537,430.092,51.443752,2721.1458,83.93056,153.81535,183.47453,271.56143,26.26796,41.590393,243.86757,20.913008,21.843449,15.538505,36.592815,195.79688,11.964217,9.034098,103.52025,19.993269,4477.3,30.77121,47.40625,24.840368,31.681234,340.43054,85.52926,52.927082,13.143791,15.758264,45.44424,112.18222,247.38597,82.285416,277.44196,41.182564,45.17719,117.37854,179.22083,316.06723,134.68054,9.588917,9.401042,13.111786,83.894684,7016.614,11.375503,51.28901,124.82153,29.803635,334.79776,89.943054,256.21692,7.1421294,112.0118,857.5613,800.67737,77.808586,1050.9805,114.17916,111.65684,90.06496,60.24486,11.387402,36.902645,695.6649,7.572038,11.395611,224.1432,9.722024,5.7370834,60.024075,61.32723,620.8427,146.73177,178.58023,1928.5234,96.217804,1989.7706,1672.867,8.900877,7.003125,3259.2776,13.063265,14.989583,316.1285,28.840834,59.90167,33.57895,144.72847,654.6868,265.8032,4.190417,37.36863,148.26459,1016.4883,17.258762,108.15032,9.889236,1.4578137,54.4328,1.2653509,1.2540089,4.2630844,11.095312,32.831665,57.451397,30.256945,762.14685,36.26389,14.0,21.166666,6.070833,69.00521,3.3618054,2.3597221,5.63125,60.63606,0.32220238,2.3414927,4.6564007,36.390625,14.898214,2.8147917,5.5890574,262.18567,25.726175,479.37915,14.917324,886.0818,29.321074,809.56885,343.69196,9.572693,11.283105,634.215,887.2574,2767.5242,700.1691 +2023-04-09 19:00:00,0.0,3789.182,33.807545,17.712736,9.5861025,38.38597,187.02948,31.389015,67.42371,24.628979,40.605732,227.30336,434.50784,20.183744,30.151175,8.336707,1.7054853,35.31435,14.973002,15.714565,456.00674,3.2066379,313.57132,108.064224,6.3402963,58.3181,116.43911,57.015064,448.62918,235.125,2119.5505,7.961343,2377.2493,47.472885,8.310475,5.879567,38.262123,203.90955,267.77438,248.10516,77.609726,22.571613,9.263944,870.6244,121.31655,71.84935,46.042423,288.3642,20.227589,304.33838,11.747514,56.40425,0.0,3001.9282,5899.4546,3.872423,38.195,35.151943,25320.43,82.7852,3.1061926,62.62314,104.76897,44.26394,12.120458,54.544647,529.75745,49.32387,40.009735,4.0919714,9.121786,743.9004,2.3168592,429.84265,51.480625,2720.3298,83.95046,153.75484,183.4296,271.54962,26.246075,41.56596,243.58894,20.897003,21.830093,15.550942,36.595528,195.67627,11.9695835,9.038534,103.54118,19.993546,4476.8965,30.786684,47.37604,24.84028,31.691671,340.33658,85.51372,52.926735,13.149742,15.765481,45.427994,112.198654,247.27077,82.28785,277.45404,41.226776,45.175106,117.39764,179.31236,317.18292,134.72375,9.586464,9.412951,13.103155,84.14932,7030.45,11.366579,51.26787,124.690445,29.802092,334.80756,89.85866,256.09406,7.137219,112.08678,857.2182,800.10187,77.7862,1050.5385,114.06208,111.60967,90.140724,60.187725,11.375792,36.87402,696.4158,7.56074,11.380531,223.96239,9.720496,5.736249,59.963837,61.283516,620.4384,146.63377,178.56244,1927.9623,96.3459,1990.2284,1673.2623,8.907573,7.01441,3268.8784,13.058707,15.013541,316.13138,28.870361,59.958725,33.608772,144.9379,655.7702,265.84308,4.194609,37.394024,148.68399,1019.04736,17.312492,108.25258,9.899503,1.4574648,54.43471,1.2650732,1.2531353,4.259827,11.09966,32.86239,57.625614,30.25023,764.4472,36.294907,14.007143,21.172222,6.071647,68.98142,3.3640044,2.359435,5.631875,60.63178,0.32162103,2.340663,4.655783,36.398438,14.898273,2.8125763,5.60549,262.8487,25.786821,480.58746,14.939017,888.0585,29.358892,809.3676,344.4518,9.591988,11.288679,635.5478,889.3597,2771.8225,699.95715 +2023-04-09 20:00:00,0.0,3790.2566,33.83198,17.733004,9.597941,38.397324,187.07243,31.394323,67.43345,24.628551,40.603096,227.59889,434.86212,20.187368,30.190407,8.327648,1.7038691,35.31958,14.980427,15.70344,456.0995,3.2060974,313.66455,108.051895,6.3333077,58.222996,116.45257,57.00128,448.21667,235.07411,2121.1282,7.9498496,2377.153,47.398373,8.299336,5.871059,38.21358,203.9586,267.79333,247.73607,77.67778,22.592003,9.264733,870.5969,121.099625,71.834404,46.072136,288.60074,20.217018,304.47818,11.749434,56.3913,0.0,3003.8625,5906.0107,3.8789468,38.22561,35.19387,25333.86,82.864235,3.1103024,62.623653,104.74923,44.286247,12.127777,54.51886,530.0999,49.40035,40.01779,4.094627,9.123842,744.19305,2.3263648,429.5933,51.5175,2719.514,83.97037,153.69434,183.38466,271.5378,26.224192,41.54153,243.3103,20.881,21.81674,15.56338,36.598236,195.55566,11.974951,9.042972,103.56212,19.99382,4476.493,30.802158,47.345833,24.840193,31.70211,340.24258,85.49818,52.926388,13.155693,15.772698,45.411747,112.21509,247.15556,82.290276,277.46613,41.27099,45.173023,117.41673,179.40388,318.2986,134.76697,9.584011,9.424861,13.094524,84.40396,7044.2866,11.3576565,51.246735,124.55936,29.80055,334.81732,89.774254,255.97118,7.1323085,112.16176,856.8752,799.5264,77.763824,1050.0964,113.945,111.5625,90.2165,60.13059,11.3641815,36.845394,697.1667,7.549442,11.365452,223.78159,9.718968,5.7354145,59.9036,61.239807,620.03406,146.53577,178.54466,1927.4009,96.47399,1990.6862,1673.6577,8.9142685,7.0256944,3278.479,13.05415,15.0375,316.13425,28.899889,60.015778,33.638596,145.14732,656.85364,265.88297,4.1988015,37.41942,149.1034,1021.60645,17.366224,108.354836,9.909769,1.4571159,54.43662,1.2647954,1.2522616,4.2565703,11.104008,32.893112,57.79983,30.243519,766.7476,36.325924,14.014285,21.177778,6.0724607,68.95764,3.3662035,2.359148,5.6325,60.6275,0.32103968,2.339833,4.655165,36.40625,14.898333,2.8103611,5.621923,263.51172,25.847466,481.79575,14.96071,890.0352,29.396711,809.1664,345.21167,9.611282,11.294254,636.8806,891.46204,2776.1206,699.7452 +2023-04-09 21:00:00,0.0,3791.3313,33.85642,17.753271,9.609779,38.408676,187.11537,31.399632,67.44318,24.628122,40.600464,227.89442,435.2164,20.190992,30.22964,8.318588,1.7022529,35.32481,14.98785,15.692313,456.1922,3.2055566,313.75775,108.039566,6.3263187,58.127888,116.46603,56.9875,447.80417,235.02324,2122.7058,7.9383564,2377.057,47.323856,8.288197,5.8625507,38.165043,204.00766,267.81232,247.36697,77.745834,22.612392,9.265523,870.5694,120.8827,71.819466,46.101845,288.83728,20.206448,304.61798,11.751355,56.37835,0.0,3005.7969,5912.567,3.8854706,38.256214,35.235798,25347.29,82.94326,3.1144125,62.62417,104.729485,44.30855,12.135097,54.493073,530.44244,49.47682,40.025852,4.0972824,9.125898,744.4858,2.3358705,429.34393,51.554375,2718.698,83.99028,153.63383,183.33972,271.526,26.202307,41.5171,243.03168,20.864996,21.803387,15.575817,36.60095,195.43504,11.980317,9.047408,103.58305,19.994097,4476.09,30.81763,47.315624,24.840105,31.712547,340.1486,85.482635,52.92604,13.161645,15.779916,45.3955,112.23152,247.04034,82.29271,277.4782,41.3152,45.17094,117.43583,179.49542,319.4143,134.81017,9.581558,9.436771,13.085893,84.65861,7058.1226,11.348734,51.2256,124.42827,29.799007,334.8271,89.68986,255.84831,7.127398,112.23673,856.5321,798.9509,77.74144,1049.6544,113.82791,111.515335,90.292274,60.073452,11.352572,36.81677,697.91754,7.5381436,11.350372,223.60077,9.717441,5.73458,59.84336,61.196095,619.6297,146.43776,178.52687,1926.8396,96.60209,1991.1439,1674.0532,8.920965,7.036979,3288.0796,13.049592,15.061459,316.13712,28.929417,60.072834,33.668423,145.35674,657.9371,265.92285,4.202994,37.444813,149.5228,1024.1655,17.419956,108.457085,9.920035,1.456767,54.43853,1.2645177,1.251388,4.253313,11.108355,32.923832,57.974045,30.236805,769.048,36.356945,14.021428,21.183332,6.073274,68.93385,3.3684027,2.358861,5.633125,60.623222,0.32045835,2.339003,4.6545477,36.414062,14.898393,2.8081458,5.6383557,264.1747,25.90811,483.00403,14.982402,892.0119,29.434528,808.96515,345.97153,9.630577,11.299829,638.21344,893.5644,2780.419,699.53326 +2023-04-09 22:00:00,0.0,3792.406,33.880856,17.773539,9.621617,38.420025,187.15831,31.40494,67.45291,24.627695,40.597828,228.18994,435.57068,20.194616,30.26887,8.309528,1.7006365,35.330044,14.995274,15.681187,456.28494,3.2050161,313.85098,108.02724,6.3193297,58.032784,116.47949,56.973717,447.3917,234.97237,2124.2834,7.926863,2376.961,47.249344,8.277057,5.8540425,38.1165,204.05672,267.83127,246.99788,77.81389,22.632784,9.266313,870.5419,120.66577,71.80452,46.131554,289.07382,20.195877,304.75778,11.753275,56.3654,0.0,3007.7314,5919.1226,3.8919942,38.28682,35.277725,25360.719,83.022285,3.1185226,62.624683,104.70974,44.33086,12.142416,54.467285,530.7849,49.5533,40.03391,4.099938,9.1279545,744.7785,2.345376,429.09457,51.59125,2717.8818,84.010185,153.57332,183.29478,271.5142,26.180422,41.49267,242.75305,20.848993,21.790033,15.588255,36.60366,195.31444,11.985684,9.051846,103.60399,19.994371,4475.6865,30.833105,47.285416,24.840017,31.722986,340.05463,85.467094,52.925694,13.167596,15.787132,45.379257,112.247955,246.92514,82.29514,277.49033,41.359413,45.168858,117.45492,179.58694,320.53,134.85338,9.579105,9.448681,13.077262,84.913246,7071.959,11.33981,51.204464,124.29718,29.797464,334.83688,89.60546,255.72543,7.1224875,112.31171,856.189,798.3755,77.71906,1049.2124,113.71083,111.46816,90.36804,60.01631,11.340962,36.788143,698.66846,7.5268455,11.335293,223.41997,9.715913,5.733746,59.783123,61.15238,619.22534,146.33975,178.5091,1926.2784,96.73018,1991.6017,1674.4486,8.927661,7.048264,3297.6804,13.045034,15.085417,316.13995,28.958944,60.12989,33.698246,145.56616,659.0205,265.96274,4.207186,37.47021,149.9422,1026.7246,17.473686,108.55934,9.930301,1.456418,54.440437,1.2642399,1.2505144,4.250056,11.112702,32.954556,58.148262,30.230093,771.3483,36.387962,14.028571,21.188889,6.0740876,68.91007,3.3706017,2.358574,5.63375,60.618942,0.319877,2.3381734,4.65393,36.421875,14.898452,2.8059306,5.6547885,264.83774,25.968756,484.2123,15.004095,893.9886,29.472347,808.7639,346.73138,9.649872,11.305403,639.54626,895.66675,2784.7173,699.3213 +2023-04-09 23:00:00,0.0,3793.481,33.905293,17.793804,9.633455,38.431377,187.20125,31.410248,67.46265,24.627266,40.595192,228.48547,435.92496,20.19824,30.308102,8.300469,1.6990203,35.335274,15.002698,15.670061,456.3777,3.2044756,313.9442,108.01491,6.3123407,57.937675,116.49295,56.959934,446.9792,234.92148,2125.861,7.9153705,2376.8647,47.17483,8.265917,5.8455343,38.067955,204.10577,267.85022,246.62878,77.88194,22.653173,9.267102,870.51434,120.448845,71.78957,46.161266,289.31036,20.185308,304.89758,11.755196,56.352448,0.0,3009.6658,5925.6787,3.898518,38.317425,35.319653,25374.148,83.10132,3.1226325,62.625202,104.689995,44.35317,12.149735,54.441498,531.1274,49.629776,40.04197,4.1025934,9.130011,745.0712,2.3548815,428.8452,51.628124,2717.066,84.03009,153.51282,183.24985,271.50235,26.158537,41.46824,242.47443,20.832989,21.77668,15.600692,36.60637,195.19383,11.991051,9.056283,103.62492,19.994648,4475.283,30.84858,47.255207,24.83993,31.733423,339.96063,85.45155,52.925346,13.173548,15.79435,45.36301,112.26439,246.80994,82.29757,277.5024,41.403625,45.166775,117.474014,179.67847,321.64566,134.89659,9.576653,9.46059,13.068631,85.167885,7085.7954,11.330888,51.183327,124.16609,29.795921,334.84665,89.521065,255.60255,7.117577,112.38669,855.846,797.80005,77.69668,1048.7704,113.59374,111.421,90.44382,59.959175,11.329352,36.759518,699.4193,7.5155478,11.320213,223.23915,9.714385,5.7329116,59.722885,61.108673,618.821,146.24176,178.49132,1925.7172,96.85827,1992.0594,1674.844,8.934357,7.059549,3307.281,13.040477,15.109375,316.14282,28.988472,60.186947,33.72807,145.77557,660.10394,266.00266,4.211379,37.495605,150.3616,1029.2836,17.527418,108.6616,9.940567,1.456069,54.44235,1.2639621,1.2496407,4.246799,11.117049,32.98528,58.322475,30.22338,773.64874,36.41898,14.035714,21.194445,6.074901,68.886284,3.3728008,2.3582869,5.634375,60.614662,0.31929564,2.3373435,4.653312,36.429688,14.898512,2.8037152,5.6712213,265.50076,26.0294,485.4206,15.025787,895.96533,29.510166,808.5627,347.49124,9.669167,11.310977,640.8791,897.7691,2789.0154,699.1093 +2023-04-10 00:00:00,0.0,3794.5557,33.92973,17.814072,9.645294,38.442726,187.24419,31.415558,67.472374,24.626839,40.592556,228.78099,436.27924,20.201862,30.347332,8.2914095,1.697404,35.340504,15.010121,15.658935,456.47043,3.203935,314.03745,108.00258,6.3053517,57.84257,116.50641,56.94615,446.56668,234.8706,2127.4387,7.9038773,2376.7686,47.100315,8.254777,5.8370256,38.019417,204.15483,267.86917,246.25969,77.95,22.673563,9.267892,870.4868,120.23191,71.774635,46.190975,289.5469,20.174738,305.03738,11.757116,56.339497,0.0,3011.6,5932.2344,3.905042,38.348034,35.361576,25387.578,83.18034,3.1267426,62.625717,104.67025,44.375473,12.157055,54.41571,531.4699,49.70625,40.050026,4.105249,9.132066,745.3639,2.3643873,428.59583,51.665,2716.25,84.05,153.4523,183.20491,271.49054,26.136652,41.443806,242.19579,20.816986,21.763325,15.61313,36.60908,195.07321,11.996418,9.0607195,103.64586,19.994923,4474.88,30.864052,47.225,24.83984,31.743862,339.86667,85.43602,52.925,13.179499,15.801567,45.346764,112.28082,246.69473,82.3,277.5145,41.447838,45.164692,117.49311,179.77,322.76135,134.93979,9.5742,9.4725,13.06,85.42252,7099.6313,11.321965,51.16219,124.035,29.794378,334.85645,89.43666,255.47968,7.1126666,112.46166,855.5029,797.22455,77.6743,1048.3284,113.47666,111.373825,90.51959,59.90204,11.317743,36.730892,700.1702,7.5042496,11.305133,223.05835,9.712857,5.732077,59.662647,61.06496,618.4166,146.14375,178.47353,1925.1559,96.98637,1992.5172,1675.2394,8.941052,7.0708337,3316.8818,13.035919,15.133333,316.1457,29.018,60.244003,33.757896,145.985,661.1874,266.04254,4.2155714,37.521,150.781,1031.8427,17.581148,108.76385,9.950833,1.4557201,54.444256,1.2636844,1.248767,4.2435417,11.121397,33.016,58.496693,30.216667,775.9491,36.45,14.042857,21.2,6.0757146,68.8625,3.3749998,2.3579998,5.6349998,60.610386,0.3187143,2.3365135,4.6526947,36.4375,14.898571,2.8014998,5.687654,266.16376,26.090044,486.62888,15.04748,897.942,29.547985,808.36145,348.2511,9.688461,11.316551,642.2119,899.87146,2793.3137,698.89734 +2023-04-10 01:00:00,0.0,3795.6304,33.954166,17.83434,9.657132,38.45408,187.28714,31.420866,67.48211,24.62641,40.589924,229.07652,436.6335,20.205486,30.386564,8.28235,1.6957877,35.345734,15.017545,15.647808,456.56317,3.2033944,314.13068,107.99024,6.2983627,57.747467,116.519875,56.932373,446.15417,234.81972,2129.016,7.892384,2376.6726,47.025803,8.243637,5.8285174,37.970875,204.20389,267.88812,245.8906,78.01806,22.693953,9.268682,870.4593,120.014984,71.75969,46.220688,289.78345,20.164167,305.1772,11.759036,56.326546,0.0,3013.5344,5938.7905,3.9115658,38.37864,35.403503,25401.008,83.25937,3.1308527,62.626232,104.65051,44.39778,12.164375,54.389923,531.8124,49.782726,40.058086,4.1079044,9.134122,745.6566,2.3738928,428.34647,51.701874,2715.434,84.06991,153.39178,183.15997,271.47873,26.114767,41.419376,241.91716,20.800983,21.749971,15.6255665,36.611794,194.9526,12.001784,9.065157,103.666794,19.9952,4474.4766,30.879526,47.19479,24.839752,31.754301,339.77267,85.42048,52.924652,13.185451,15.808784,45.330517,112.29725,246.57953,82.30243,277.52658,41.49205,45.16261,117.51221,179.86153,323.87704,134.983,9.571748,9.48441,13.051369,85.67716,7113.468,11.313042,51.141056,123.903915,29.792837,334.8662,89.352264,255.35681,7.107756,112.536644,855.15985,796.6491,77.651924,1047.8864,113.35958,111.32665,90.59536,59.844902,11.306133,36.702267,700.9211,7.4929514,11.290053,222.87753,9.711329,5.7312427,59.60241,61.021248,618.01227,146.04575,178.45575,1924.5947,97.114456,1992.975,1675.6348,8.947748,7.082118,3326.4824,13.031362,15.157291,316.14856,29.047527,60.301056,33.78772,146.19443,662.27075,266.08243,4.2197638,37.546394,151.20041,1034.4017,17.63488,108.866104,9.9611,1.4553711,54.446163,1.2634066,1.2478935,4.2402844,11.125745,33.046722,58.67091,30.209953,778.24945,36.481018,14.05,21.205555,6.076528,68.838715,3.377199,2.3577127,5.635625,60.606106,0.31813294,2.3356838,4.652077,36.445312,14.89863,2.7992847,5.704087,266.82678,26.15069,487.83716,15.069173,899.9187,29.585802,808.1602,349.01096,9.707756,11.322126,643.54474,901.9738,2797.6118,698.68536 +2023-04-10 02:00:00,0.0,3796.705,33.978603,17.854605,9.66897,38.465427,187.33008,31.426174,67.49184,24.625982,40.587288,229.37204,436.9878,20.20911,30.425797,8.273291,1.6941714,35.350964,15.024969,15.636682,456.6559,3.2028537,314.2239,107.97791,6.2913737,57.65236,116.53333,56.91859,445.74167,234.76884,2130.5938,7.880891,2376.5764,46.95129,8.232498,5.820009,37.922333,204.25294,267.90707,245.5215,78.08611,22.714342,9.269472,870.43176,119.79806,71.74475,46.250397,290.02,20.153597,305.317,11.760957,56.313595,0.0,3015.469,5945.346,3.9180896,38.409245,35.44543,25414.438,83.3384,3.1349626,62.626747,104.63075,44.420086,12.171695,54.364136,532.15485,49.8592,40.066143,4.11056,9.136178,745.94934,2.3833985,428.0971,51.73875,2714.6182,84.08981,153.33128,183.11504,271.46692,26.092884,41.394947,241.63853,20.784979,21.736618,15.638004,36.614506,194.832,12.007152,9.069593,103.68773,19.995474,4474.073,30.895,47.164585,24.839664,31.764738,339.6787,85.40494,52.924305,13.1914015,15.816001,45.314274,112.31368,246.46432,82.30486,277.53867,41.536263,45.16053,117.531296,179.95305,324.99274,135.02621,9.569295,9.49632,13.042738,85.9318,7127.304,11.304119,51.11992,123.77283,29.791294,334.876,89.26787,255.23393,7.1028457,112.61162,854.81683,796.0736,77.62954,1047.4443,113.24249,111.27949,90.671135,59.787766,11.294523,36.67364,701.672,7.481653,11.274974,222.69672,9.709802,5.730408,59.54217,60.97754,617.6079,145.94774,178.43796,1924.0334,97.24255,1993.4327,1676.0302,8.954444,7.093403,3336.083,13.026804,15.18125,316.15143,29.077055,60.358112,33.817543,146.40384,663.3542,266.1223,4.223956,37.57179,151.61981,1036.9608,17.68861,108.96836,9.971366,1.4550222,54.448074,1.263129,1.2470198,4.2370276,11.130092,33.077442,58.845123,30.203241,780.54987,36.512035,14.057142,21.211111,6.0773416,68.81493,3.3793979,2.357426,5.63625,60.601826,0.31755158,2.334854,4.651459,36.453125,14.89869,2.7970693,5.720519,267.4898,26.211334,489.04544,15.090865,901.8954,29.623621,807.959,349.7708,9.727051,11.327701,644.87756,904.0762,2801.9102,698.4734 +2023-04-10 03:00:00,0.0,3797.7798,34.00304,17.874872,9.680809,38.47678,187.37302,31.431482,67.50157,24.625555,40.584652,229.66757,437.3421,20.212734,30.465027,8.264231,1.6925552,35.356194,15.0323925,15.625556,456.74866,3.2023132,314.31714,107.96558,6.2843847,57.557255,116.5468,56.904808,445.3292,234.71796,2132.1714,7.869398,2376.4802,46.876778,8.221358,5.811501,37.873795,204.302,267.92603,245.1524,78.15417,22.734732,9.270262,870.4043,119.58113,71.729805,46.28011,290.25653,20.143026,305.4568,11.762877,56.300648,0.0,3017.4033,5951.9023,3.9246135,38.43985,35.48736,25427.867,83.41743,3.1390727,62.627262,104.611015,44.442394,12.179014,54.338352,532.4974,49.935677,40.074203,4.1132154,9.138234,746.24207,2.392904,427.84775,51.775627,2713.802,84.109726,153.27077,183.07011,271.4551,26.071,41.370514,241.35991,20.768976,21.723265,15.650442,36.617218,194.71138,12.012518,9.074031,103.708664,19.99575,4473.67,30.910473,47.134377,24.839577,31.775177,339.58472,85.3894,52.923958,13.197353,15.823218,45.298027,112.33012,246.34912,82.3073,277.55075,41.580475,45.158447,117.55039,180.04459,326.10843,135.06941,9.566842,9.508229,13.034107,86.18644,7141.14,11.295197,51.09878,123.64174,29.789751,334.88577,89.18347,255.11105,7.097935,112.68659,854.47375,795.49817,77.60716,1047.0023,113.12541,111.232315,90.74691,59.730625,11.282914,36.645016,702.42285,7.470355,11.259894,222.51591,9.708274,5.7295737,59.481934,60.933826,617.20355,145.84975,178.42018,1923.4722,97.37064,1993.8905,1676.4255,8.96114,7.1046877,3345.6838,13.022246,15.205209,316.15427,29.106583,60.41517,33.84737,146.61327,664.4376,266.1622,4.228149,37.597183,152.03922,1039.5199,17.742342,109.07061,9.981632,1.4546733,54.44998,1.2628512,1.2461461,4.2337704,11.134439,33.108166,59.01934,30.196527,782.8502,36.543056,14.064285,21.216667,6.078155,68.791145,3.381597,2.3571389,5.636875,60.59755,0.31697023,2.334024,4.6508417,36.460938,14.898749,2.7948542,5.736952,268.1528,26.271978,490.25372,15.112557,903.87213,29.66144,807.75775,350.53067,9.7463455,11.333275,646.2104,906.17847,2806.2083,698.2614 +2023-04-10 04:00:00,0.0,3798.8545,34.027477,17.89514,9.692647,38.488132,187.41595,31.43679,67.51131,24.625126,40.582016,229.9631,437.69638,20.216358,30.50426,8.255171,1.6909388,35.361427,15.039817,15.614429,456.84137,3.2017727,314.41037,107.953255,6.277396,57.462147,116.56026,56.891026,444.9167,234.66708,2133.749,7.857905,2376.384,46.80226,8.210218,5.802993,37.82525,204.35107,267.94498,244.78331,78.22222,22.755121,9.271051,870.3768,119.364204,71.71487,46.30982,290.49307,20.132456,305.5966,11.764797,56.287697,0.0,3019.3376,5958.458,3.9311373,38.470455,35.529285,25441.297,83.49645,3.1431828,62.62778,104.59127,44.4647,12.186334,54.312565,532.83984,50.012154,40.08226,4.1158705,9.14029,746.5347,2.4024096,427.5984,51.8125,2712.986,84.12963,153.21027,183.02518,271.4433,26.049114,41.346085,241.08127,20.752972,21.709911,15.662879,36.619926,194.59077,12.017885,9.078467,103.7296,19.996025,4473.2666,30.925947,47.104168,24.839489,31.785614,339.49072,85.373856,52.92361,13.203304,15.830436,45.28178,112.34655,246.23392,82.30972,277.56287,41.624687,45.156364,117.56949,180.13611,327.22412,135.11263,9.564389,9.520139,13.025476,86.44108,7154.9766,11.286273,51.077644,123.51065,29.788208,334.89554,89.099075,254.98819,7.0930247,112.76157,854.1307,794.9227,77.58478,1046.5603,113.00833,111.18515,90.82268,59.67349,11.271304,36.61639,703.17377,7.459057,11.244815,222.3351,9.706746,5.7287393,59.421696,60.890114,616.7992,145.75174,178.40239,1922.9109,97.49874,1994.3483,1676.8209,8.967836,7.1159725,3355.2844,13.017689,15.229167,316.15714,29.13611,60.472225,33.877193,146.8227,665.52106,266.2021,4.2323413,37.622578,152.45862,1042.079,17.796072,109.17287,9.991899,1.4543242,54.451893,1.2625735,1.2452725,4.2305136,11.138787,33.13889,59.193554,30.189816,785.15063,36.574074,14.071428,21.222221,6.0789685,68.767365,3.3837962,2.3568518,5.6375,60.59327,0.3163889,2.3331943,4.650224,36.46875,14.898809,2.7926388,5.7533846,268.81583,26.332624,491.462,15.134251,905.8488,29.699257,807.5565,351.29053,9.76564,11.338849,647.5432,908.2808,2810.5066,698.04944 +2023-04-10 05:00:00,0.0,3799.9292,34.051914,17.915405,9.704485,38.49948,187.4589,31.442099,67.521034,24.624699,40.579384,230.25862,438.05066,20.219982,30.54349,8.246112,1.6893226,35.366657,15.04724,15.603303,456.9341,3.201232,314.5036,107.940926,6.270407,57.367043,116.573715,56.877243,444.50418,234.6162,2135.3267,7.8464117,2376.288,46.72775,8.199079,5.7944846,37.776707,204.40013,267.96393,244.41422,78.290276,22.77551,9.271841,870.34924,119.14728,71.69992,46.33953,290.7296,20.121887,305.7364,11.766718,56.274746,0.0,3021.2722,5965.014,3.9376612,38.501064,35.57121,25454.727,83.575485,3.1472926,62.628296,104.571526,44.487007,12.193653,54.286777,533.1823,50.088627,40.09032,4.118526,9.142346,746.82745,2.4119153,427.34903,51.849377,2712.1702,84.149536,153.14977,182.98024,271.43146,26.02723,41.321655,240.80264,20.736969,21.696558,15.675317,36.62264,194.47017,12.023252,9.082905,103.750534,19.996302,4472.8633,30.941422,47.07396,24.839401,31.796053,339.39676,85.358315,52.923264,13.209256,15.837652,45.265533,112.36298,246.11871,82.31216,277.57495,41.6689,45.15428,117.58858,180.22763,328.3398,135.15584,9.561936,9.532049,13.016846,86.69572,7168.813,11.27735,51.05651,123.37956,29.786665,334.90533,89.01467,254.86531,7.0881143,112.83655,853.78766,794.3472,77.5624,1046.1182,112.89124,111.13798,90.89845,59.616352,11.259694,36.587765,703.9246,7.4477587,11.229735,222.1543,9.705218,5.727905,59.361458,60.846405,616.39484,145.65373,178.38461,1922.3496,97.62683,1994.806,1677.2163,8.974532,7.1272573,3364.885,13.013131,15.253125,316.16,29.16564,60.529278,33.907017,147.0321,666.6045,266.242,4.2365336,37.647972,152.87802,1044.6381,17.849804,109.27512,10.002165,1.4539753,54.4538,1.2622957,1.2443988,4.2272563,11.143134,33.16961,59.36777,30.183102,787.451,36.60509,14.078571,21.227777,6.079782,68.743576,3.3859951,2.3565648,5.638125,60.58899,0.31580755,2.3323643,4.649606,36.476562,14.898869,2.7904236,5.7698174,269.47885,26.393269,492.6703,15.155943,907.8255,29.737076,807.3553,352.05038,9.784935,11.344423,648.876,910.3832,2814.8047,697.83746 +2023-04-10 06:00:00,0.0,3801.004,34.07635,17.935673,9.716323,38.510834,187.50185,31.447407,67.53077,24.62427,40.576748,230.55415,438.40494,20.223606,30.582722,8.237052,1.6877064,35.371887,15.054664,15.592176,457.02686,3.2006915,314.5968,107.9286,6.263418,57.271935,116.58718,56.86346,444.09167,234.56532,2136.9043,7.8349185,2376.192,46.653236,8.187939,5.785976,37.72817,204.44919,267.9829,244.04512,78.35833,22.7959,9.272631,870.3217,118.93035,71.68498,46.36924,290.96616,20.111317,305.8762,11.768639,56.261795,0.0,3023.2065,5971.57,3.944185,38.53167,35.613136,25468.156,83.65451,3.1514027,62.62881,104.55178,44.509315,12.200973,54.26099,533.52484,50.165104,40.098377,4.1211815,9.1444025,747.1202,2.4214208,427.09967,51.88625,2711.3542,84.16945,153.08926,182.9353,271.41965,26.005344,41.297222,240.52402,20.720964,21.683203,15.687754,36.62535,194.34955,12.028619,9.087341,103.77147,19.996576,4472.46,30.956894,47.04375,24.839314,31.80649,339.30276,85.34278,52.922916,13.215207,15.84487,45.249287,112.37942,246.00351,82.31458,277.58704,41.71311,45.1522,117.60767,180.31917,329.4555,135.19904,9.559484,9.543959,13.008214,86.950356,7182.649,11.268428,51.035374,123.248474,29.785124,334.9151,88.930275,254.74243,7.083204,112.91152,853.4446,793.7718,77.540016,1045.6761,112.77416,111.09081,90.97423,59.559216,11.248084,36.55914,704.67554,7.436461,11.214656,221.97348,9.703691,5.727071,59.30122,60.802692,615.99054,145.55573,178.36682,1921.7883,97.75493,1995.2638,1677.6118,8.981228,7.1385417,3374.4858,13.008574,15.277083,316.16287,29.195168,60.586334,33.936844,147.24153,667.68787,266.2819,4.240726,37.673367,153.29742,1047.197,17.903534,109.37737,10.012431,1.4536264,54.45571,1.262018,1.2435251,4.223999,11.147482,33.200333,59.541985,30.176388,789.75134,36.636112,14.085714,21.233334,6.0805955,68.719795,3.3881943,2.3562777,5.63875,60.584713,0.3152262,2.3315346,4.6489887,36.484375,14.898928,2.7882082,5.78625,270.14188,26.453913,493.8786,15.177635,909.80225,29.774895,807.15405,352.81024,9.80423,11.349998,650.2088,912.48553,2819.103,697.6255 +2023-04-10 07:00:00,0.0,3802.0786,34.10079,17.95594,9.728162,38.522182,187.54478,31.452717,67.540504,24.623842,40.574112,230.84967,438.75922,20.22723,30.621954,8.227992,1.68609,35.377117,15.062088,15.581051,457.1196,3.200151,314.69003,107.91627,6.256429,57.17683,116.60064,56.849678,443.67917,234.51445,2138.482,7.8234253,2376.0957,46.57872,8.176799,5.7774677,37.679626,204.49825,268.00186,243.67603,78.42639,22.816292,9.27342,870.2942,118.713425,71.67004,46.398952,291.2027,20.100746,306.016,11.770558,56.248844,0.0,3025.141,5978.126,3.9507089,38.562275,35.655064,25481.586,83.733536,3.1555128,62.629326,104.53204,44.53162,12.208292,54.235203,533.8673,50.24158,40.106438,4.123837,9.146459,747.4129,2.4309266,426.85028,51.923126,2710.538,84.189354,153.02875,182.89037,271.40784,25.98346,41.272793,240.24539,20.704962,21.66985,15.7001915,36.628063,194.22894,12.033985,9.091779,103.792404,19.996853,4472.0566,30.972368,47.013542,24.839226,31.816929,339.2088,85.32724,52.92257,13.221159,15.852087,45.233044,112.39585,245.8883,82.31702,277.59912,41.757324,45.150116,117.62677,180.41069,330.57117,135.24225,9.557031,9.555868,12.999583,87.205,7196.4854,11.259504,51.014236,123.117386,29.78358,334.9249,88.84588,254.61955,7.0782933,112.9865,853.1015,793.1963,77.51764,1045.2341,112.65708,111.04364,91.049995,59.502075,11.236475,36.530514,705.4264,7.425163,11.199575,221.79266,9.702163,5.7262363,59.240982,60.75898,615.5862,145.45773,178.34904,1921.227,97.88302,1995.7216,1678.0072,8.987924,7.1498265,3384.0864,13.004016,15.301042,316.1657,29.224695,60.64339,33.966667,147.45096,668.7713,266.32178,4.2449183,37.698765,153.71681,1049.7561,17.957266,109.47963,10.0226965,1.4532775,54.45762,1.2617402,1.2426515,4.220742,11.151829,33.231056,59.7162,30.169676,792.05176,36.66713,14.092857,21.23889,6.081409,68.69601,3.3903933,2.3559906,5.6393747,60.580433,0.31464484,2.3307047,4.648371,36.492188,14.898988,2.785993,5.802683,270.80487,26.514559,495.08688,15.199328,911.77893,29.812714,806.9529,353.5701,9.823524,11.355573,651.5416,914.5879,2823.4011,697.4135 +2023-04-10 08:00:00,0.0,3803.1533,34.125225,17.976206,9.74,38.533535,187.58772,31.458025,67.55023,24.623415,40.57148,231.1452,439.1135,20.230854,30.661184,8.218933,1.6844738,35.382347,15.069511,15.569924,457.21234,3.1996102,314.78326,107.90394,6.24944,57.081722,116.6141,56.835896,443.2667,234.46356,2140.0596,7.8119326,2375.9998,46.504208,8.16566,5.7689595,37.63108,204.5473,268.0208,243.30693,78.494446,22.836681,9.274211,870.26666,118.4965,71.6551,46.42866,291.43924,20.090176,306.1558,11.772479,56.235893,0.0,3027.0754,5984.6816,3.9572327,38.59288,35.69699,25495.016,83.81257,3.1596227,62.629845,104.5123,44.55393,12.215611,54.209415,534.2098,50.318054,40.114494,4.1264925,9.148514,747.70557,2.440432,426.60092,51.96,2709.7222,84.20926,152.96823,182.84543,271.39603,25.961575,41.248363,239.96675,20.68896,21.656496,15.712628,36.630775,194.10834,12.039352,9.096216,103.81334,19.997128,4471.6533,30.987843,46.983334,24.839138,31.827366,339.1148,85.3117,52.922222,13.22711,15.859303,45.216797,112.412285,245.7731,82.31944,277.6112,41.801537,45.148033,117.64587,180.50223,331.68686,135.28545,9.554578,9.567778,12.9909525,87.45964,7210.322,11.250582,50.9931,122.9863,29.782038,334.93466,88.76148,254.49669,7.0733824,113.06148,852.7585,792.62085,77.495255,1044.7921,112.53999,110.996475,91.12577,59.44494,11.224865,36.50189,706.1773,7.4138646,11.184496,221.61186,9.700635,5.725402,59.180744,60.71527,615.1818,145.35973,178.33127,1920.6659,98.011116,1996.1793,1678.4026,8.994619,7.1611114,3393.687,12.999458,15.325,316.16858,29.254223,60.700447,33.99649,147.66037,669.85474,266.36166,4.249111,37.72416,154.13622,1052.3152,18.010998,109.58189,10.032963,1.4529284,54.45953,1.2614625,1.2417779,4.217485,11.156177,33.261776,59.89042,30.162962,794.3521,36.698147,14.099999,21.244444,6.0822225,68.672226,3.3925924,2.3557036,5.64,60.576153,0.3140635,2.3298748,4.6477532,36.5,14.899047,2.7837777,5.8191156,271.4679,26.575203,496.29517,15.221021,913.7556,29.85053,806.75165,354.32996,9.842819,11.361147,652.87445,916.69025,2827.6995,697.2016 +2023-04-10 09:00:00,0.0,3804.228,34.149662,17.996473,9.751838,38.544888,187.63066,31.463333,67.55997,24.622986,40.568844,231.44073,439.46777,20.234478,30.700417,8.209873,1.6828575,35.387577,15.076936,15.558798,457.30508,3.1990697,314.8765,107.89161,6.242451,56.986618,116.62756,56.822117,442.8542,234.41269,2141.6372,7.8004394,2375.9036,46.429695,8.15452,5.7604513,37.582542,204.59636,268.03976,242.93784,78.5625,22.85707,9.275001,870.23914,118.27957,71.64015,46.458374,291.67578,20.079605,306.2956,11.7744,56.222942,0.0,3029.0098,5991.238,3.9637566,38.62349,35.73892,25508.445,83.891594,3.1637328,62.63036,104.49255,44.576233,12.222931,54.183628,534.5523,50.39453,40.122555,4.129148,9.15057,747.9983,2.4499376,426.35156,51.996876,2708.9062,84.229164,152.90773,182.80049,271.38422,25.939692,41.22393,239.68813,20.672955,21.643143,15.725066,36.633484,193.98773,12.044719,9.100653,103.834274,19.997404,4471.25,31.003315,46.953125,24.83905,31.837805,339.0208,85.29616,52.921875,13.233062,15.866521,45.20055,112.42872,245.6579,82.32188,277.6233,41.84575,45.14595,117.664955,180.59375,332.80255,135.32866,9.552125,9.579688,12.982322,87.71428,7224.1577,11.241659,50.971966,122.85521,29.780495,334.94446,88.67708,254.37381,7.068472,113.13646,852.4154,792.0454,77.47288,1044.3501,112.42291,110.9493,91.20154,59.387802,11.213255,36.473263,706.92816,7.4025664,11.169416,221.43105,9.699107,5.7245674,59.120506,60.67156,614.77747,145.26172,178.31348,1920.1046,98.139206,1996.6371,1678.798,9.001316,7.172396,3403.2878,12.994901,15.348958,316.17145,29.28375,60.7575,34.026318,147.8698,670.9382,266.40155,4.2533035,37.749554,154.55562,1054.8743,18.064728,109.684135,10.043229,1.4525795,54.461437,1.2611847,1.2409042,4.2142277,11.160524,33.2925,60.064632,30.15625,796.6525,36.729168,14.107142,21.25,6.083036,68.64844,3.3947916,2.3554165,5.640625,60.571877,0.31348214,2.329045,4.6471357,36.507812,14.899107,2.7815626,5.8355484,272.13092,26.635847,497.50345,15.242713,915.7323,29.88835,806.5504,355.0898,9.862114,11.366721,654.2073,918.7926,2831.9976,696.9896 +2023-04-10 10:00:00,0.0,3805.3027,34.1741,18.01674,9.763677,38.556236,187.6736,31.468641,67.5697,24.622559,40.566208,231.73625,439.82205,20.238102,30.739647,8.200813,1.6812412,35.392807,15.084359,15.547672,457.39783,3.1985292,314.96973,107.87928,6.235462,56.89151,116.64102,56.808334,442.44168,234.3618,2143.2148,7.788946,2375.8074,46.35518,8.14338,5.751943,37.534,204.64542,268.05872,242.56874,78.630554,22.87746,9.27579,870.2117,118.062645,71.62521,46.488083,291.91232,20.069036,306.4354,11.7763195,56.20999,0.0,3030.9443,5997.7935,3.9702802,38.654095,35.78084,25521.873,83.97062,3.1678429,62.630875,104.47281,44.59854,12.23025,54.15784,534.8948,50.47101,40.13061,4.1318035,9.152626,748.291,2.4594433,426.1022,52.03375,2708.0903,84.24908,152.84721,182.75555,271.3724,25.917807,41.1995,239.4095,20.656952,21.62979,15.737504,36.636196,193.86711,12.050086,9.10509,103.85521,19.997679,4470.8467,31.01879,46.922916,24.838963,31.848242,338.92685,85.28062,52.921528,13.239013,15.873738,45.184303,112.44515,245.5427,82.32431,277.6354,41.88996,45.143867,117.68405,180.68527,333.91824,135.37187,9.549672,9.591598,12.973691,87.96892,7237.994,11.232736,50.95083,122.72412,29.778954,334.95422,88.59268,254.25093,7.0635614,113.21143,852.0723,791.4699,77.45049,1043.9081,112.30583,110.90213,91.27731,59.330666,11.201646,36.444637,707.6791,7.3912683,11.154337,221.25024,9.697579,5.723733,59.06027,60.627846,614.3731,145.16371,178.2957,1919.5432,98.2673,1997.0948,1679.1934,9.008012,7.1836805,3412.8884,12.990343,15.372916,316.17432,29.313278,60.814556,34.05614,148.07921,672.0216,266.44144,4.257496,37.77495,154.97502,1057.4333,18.11846,109.78639,10.053495,1.4522306,54.46335,1.2609069,1.2400305,4.210971,11.164871,33.323223,60.23885,30.149536,798.9529,36.760185,14.114285,21.255556,6.0838494,68.62465,3.3969905,2.3551295,5.64125,60.567596,0.3129008,2.3282151,4.646518,36.515625,14.899166,2.7793472,5.851981,272.7939,26.696493,498.71173,15.264406,917.70905,29.926168,806.3492,355.84967,9.881409,11.372295,655.5401,920.8949,2836.296,696.77765 +2023-04-10 11:00:00,0.0,3806.3774,34.198536,18.037006,9.775515,38.56759,187.71655,31.47395,67.57943,24.62213,40.563572,232.03178,440.17633,20.241726,30.77888,8.191754,1.6796249,35.39804,15.091783,15.536546,457.49054,3.1979885,315.06296,107.86695,6.228473,56.796406,116.65448,56.79455,442.02917,234.31093,2144.7925,7.777453,2375.7112,46.280666,8.13224,5.743435,37.48546,204.69447,268.07767,242.19965,78.69861,22.89785,9.27658,870.18414,117.84572,71.61027,46.51779,292.14886,20.058466,306.5752,11.77824,56.19704,0.0,3032.879,6004.3496,3.976804,38.6847,35.82277,25535.303,84.04965,3.1719527,62.63139,104.453064,44.62085,12.23757,54.132053,535.23724,50.54748,40.13867,4.134459,9.154682,748.5837,2.4689488,425.85284,52.070625,2707.2744,84.26898,152.78671,182.71062,271.36057,25.895922,41.17507,239.13087,20.640947,21.616436,15.749941,36.63891,193.7465,12.055452,9.109527,103.876144,19.997955,4470.4434,31.034264,46.892708,24.838875,31.85868,338.83286,85.265076,52.92118,13.244965,15.880955,45.16806,112.461586,245.42749,82.32674,277.6475,41.934174,45.141785,117.70315,180.77681,335.03394,135.41507,9.547219,9.603507,12.965059,88.22356,7251.8306,11.223813,50.92969,122.59303,29.77741,334.964,88.508286,254.12805,7.058651,113.28641,851.7293,790.8945,77.428116,1043.4661,112.18874,110.854965,91.35309,59.27353,11.190036,36.41601,708.42993,7.37997,11.139257,221.06943,9.696052,5.7228985,59.00003,60.584137,613.96875,145.0657,178.27791,1918.9822,98.39539,1997.5526,1679.5887,9.014708,7.1949654,3422.489,12.9857855,15.396875,316.1772,29.342806,60.871613,34.085964,148.28864,673.105,266.48135,4.261688,37.800343,155.39442,1059.9924,18.17219,109.88865,10.063762,1.4518816,54.465256,1.2606292,1.239157,4.2077136,11.169219,33.353943,60.413063,30.142824,801.25323,36.791203,14.1214285,21.26111,6.084663,68.60087,3.3991897,2.3548424,5.641875,60.563316,0.31231946,2.3273852,4.6459002,36.523438,14.899226,2.7771318,5.8684134,273.45694,26.757137,499.92,15.2860985,919.6857,29.963985,806.14795,356.60953,9.900703,11.377871,656.8729,922.99725,2840.594,696.5657 +2023-04-10 12:00:00,0.0,3807.4521,34.222973,18.057274,9.787353,38.578938,187.75949,31.479258,67.589165,24.621702,40.56094,232.3273,440.5306,20.24535,30.818111,8.182694,1.6780087,35.40327,15.099207,15.525419,457.58328,3.197448,315.1562,107.85462,6.2214847,56.7013,116.667946,56.78077,441.61667,234.26004,2146.37,7.76596,2375.6152,46.206154,8.1211,5.7349267,37.43692,204.74353,268.09662,241.83055,78.76667,22.91824,9.2773695,870.1566,117.62879,71.59532,46.547504,292.3854,20.047895,306.715,11.780161,56.18409,0.0,3034.813,6010.9053,3.9833279,38.715305,35.864697,25548.732,84.12868,3.1760628,62.63191,104.43332,44.643154,12.244889,54.106266,535.5798,50.62396,40.14673,4.1371145,9.156738,748.8764,2.4784546,425.6035,52.107502,2706.4583,84.28889,152.7262,182.66568,271.34875,25.874037,41.15064,238.85223,20.624945,21.60308,15.762379,36.64162,193.6259,12.06082,9.113964,103.89708,19.99823,4470.04,31.049738,46.8625,24.838787,31.869118,338.7389,85.249535,52.920834,13.250916,15.888172,45.151814,112.47802,245.31229,82.32917,277.65958,41.978386,45.1397,117.72224,180.86833,336.14963,135.45828,9.544766,9.615417,12.956429,88.478195,7265.6665,11.2148905,50.908558,122.461945,29.775867,334.9738,88.42389,254.00519,7.0537405,113.36139,851.3862,790.319,77.40573,1043.024,112.07166,110.80779,91.428856,59.21639,11.178426,36.387386,709.18085,7.368672,11.124178,220.88863,9.694524,5.722064,58.939793,60.540424,613.5644,144.96771,178.26013,1918.4208,98.52348,1998.0104,1679.9841,9.021403,7.20625,3432.0898,12.981228,15.420834,316.18002,29.372334,60.92867,34.11579,148.49806,674.1884,266.52124,4.265881,37.825737,155.81383,1062.5514,18.225922,109.9909,10.074028,1.4515327,54.467163,1.2603514,1.2382833,4.204457,11.173566,33.384666,60.58728,30.13611,803.55365,36.822224,14.1285715,21.266666,6.0854764,68.57708,3.4013886,2.3545554,5.6425,60.55904,0.3117381,2.3265555,4.6452827,36.53125,14.899285,2.7749166,5.884846,274.11996,26.817781,501.1283,15.307791,921.6624,30.001804,805.9467,357.3694,9.919998,11.383445,658.20575,925.0996,2844.8923,696.3537 +2023-04-10 13:00:00,0.0,3808.527,34.24741,18.077541,9.7991905,38.59029,187.80243,31.484568,67.5989,24.621275,40.558304,232.62283,440.8849,20.248974,30.857342,8.173635,1.6763924,35.4085,15.10663,15.514293,457.67603,3.1969075,315.24942,107.84229,6.2144957,56.606194,116.681404,56.766987,441.2042,234.20917,2147.9478,7.754467,2375.519,46.13164,8.109961,5.726418,37.388374,204.79259,268.11557,241.46146,78.834724,22.93863,9.278159,870.1291,117.411865,71.58038,46.577213,292.62195,20.037325,306.8548,11.782081,56.171143,0.0,3036.7476,6017.4614,3.9898517,38.745914,35.906624,25562.162,84.2077,3.1801727,62.632423,104.413574,44.665462,12.252209,54.08048,535.92224,50.700436,40.15479,4.13977,9.158794,749.1691,2.48796,425.35413,52.144375,2705.6423,84.3088,152.6657,182.62074,271.33694,25.852152,41.12621,238.57361,20.608942,21.589727,15.774816,36.64433,193.50528,12.066187,9.118401,103.918015,19.998507,4469.6367,31.06521,46.83229,24.8387,31.879557,338.6449,85.234,52.920486,13.256867,15.89539,45.135567,112.49445,245.19708,82.3316,277.67166,42.0226,45.13762,117.74133,180.95985,337.26532,135.5015,9.542314,9.627327,12.947798,88.732834,7279.503,11.205967,50.88742,122.33086,29.774324,334.98355,88.339485,253.88231,7.04883,113.43636,851.04315,789.7435,77.383354,1042.582,111.95458,110.76063,91.50463,59.159252,11.166817,36.35876,709.93176,7.357374,11.109098,220.70781,9.692996,5.72123,58.879555,60.496716,613.16003,144.8697,178.24234,1917.8595,98.65158,1998.4681,1680.3795,9.028099,7.217535,3441.6904,12.97667,15.444792,316.1829,29.401861,60.985725,34.145615,148.70747,675.27185,266.56113,4.2700734,37.85113,156.23323,1065.1105,18.279652,110.093155,10.084294,1.4511837,54.469074,1.2600737,1.2374096,4.2011995,11.177914,33.41539,60.761497,30.129398,805.854,36.85324,14.135715,21.272223,6.08629,68.5533,3.4035878,2.3542683,5.643125,60.55476,0.31115675,2.3257256,4.644665,36.539062,14.899344,2.7727013,5.901279,274.78296,26.878428,502.33658,15.329483,923.63916,30.039623,805.7455,358.12924,9.939294,11.389019,659.5386,927.20197,2849.1904,696.1417 +2023-04-10 14:00:00,0.0,3809.6018,34.271847,18.097807,9.811029,38.601643,187.84537,31.489876,67.60863,24.620846,40.555668,232.91835,441.23917,20.252598,30.896574,8.164576,1.6747761,35.41373,15.114055,15.503167,457.76877,3.1963668,315.34265,107.82996,6.2075067,56.51109,116.69486,56.753204,440.7917,234.15828,2149.5254,7.742974,2375.4229,46.057125,8.098822,5.71791,37.339832,204.84164,268.13452,241.09236,78.90278,22.959019,9.278949,870.10156,117.19494,71.56544,46.606926,292.8585,20.026754,306.9946,11.784001,56.15819,0.0,3038.6821,6024.017,3.9963756,38.77652,35.94855,25575.592,84.286736,3.1842828,62.63294,104.39383,44.687767,12.259528,54.05469,536.2648,50.77691,40.162846,4.1424255,9.160851,749.46185,2.4974656,425.10474,52.18125,2704.8264,84.328705,152.60518,182.5758,271.32513,25.830267,41.101776,238.29498,20.592937,21.576374,15.787253,36.64704,193.38467,12.071553,9.122838,103.93895,19.998783,4469.2334,31.080685,46.802082,24.838612,31.889994,338.55093,85.21846,52.92014,13.262818,15.902607,45.11932,112.51089,245.08188,82.33403,277.68375,42.06681,45.135536,117.76043,181.05139,338.38098,135.5447,9.539862,9.639236,12.939167,88.98747,7293.3394,11.197044,50.866283,122.19977,29.772781,334.99335,88.25509,253.75943,7.0439196,113.51134,850.70013,789.1681,77.36097,1042.14,111.837494,110.713455,91.58041,59.102116,11.155207,36.330135,710.6826,7.346076,11.094018,220.527,9.691468,5.7203956,58.819317,60.453003,612.7557,144.7717,178.22456,1917.2983,98.77967,1998.9259,1680.7749,9.034795,7.22882,3451.291,12.972113,15.46875,316.18576,29.431389,61.042778,34.175438,148.9169,676.3553,266.601,4.274266,37.876526,156.65263,1067.6696,18.333384,110.19541,10.094561,1.4508348,54.47098,1.2597959,1.236536,4.1979423,11.182261,33.44611,60.93571,30.122684,808.15436,36.88426,14.142857,21.277779,6.0871034,68.52951,3.4057868,2.3539815,5.6437497,60.55048,0.3105754,2.3248956,4.6440473,36.546875,14.899405,2.770486,5.9177117,275.44598,26.939072,503.54486,15.351176,925.61584,30.077442,805.54425,358.8891,9.958589,11.394593,660.8714,929.3043,2853.4888,695.92975 +2023-04-10 15:00:00,0.0,3810.6765,34.296284,18.118074,9.822867,38.61299,187.8883,31.495184,67.61836,24.620419,40.553036,233.21388,441.59344,20.256222,30.935804,8.155516,1.6731598,35.41896,15.121478,15.492041,457.8615,3.1958263,315.43588,107.817635,6.2005177,56.41598,116.70833,56.73942,440.37918,234.1074,2151.103,7.7314806,2375.3267,45.982613,8.087682,5.7094016,37.291294,204.8907,268.15347,240.72327,78.97083,22.979408,9.279739,870.07404,116.97801,71.5505,46.636635,293.09503,20.016186,307.1344,11.785922,56.14524,0.0,3040.6165,6030.573,4.0028996,38.807125,35.990475,25589.021,84.36576,3.1883929,62.633453,104.37409,44.710075,12.266848,54.028908,536.60724,50.853386,40.170906,4.145081,9.162906,749.7545,2.5069714,424.85538,52.218124,2704.0105,84.34861,152.54468,182.53087,271.31332,25.808384,41.077347,238.01636,20.576935,21.56302,15.799691,36.649754,193.26407,12.0769205,9.1272745,103.959885,19.999058,4468.83,31.096159,46.771873,24.838524,31.900433,338.45694,85.20292,52.919792,13.26877,15.909823,45.103077,112.52732,244.96666,82.33646,277.69583,42.111023,45.133453,117.779526,181.14291,339.49667,135.5879,9.537409,9.651146,12.930536,89.24211,7307.1753,11.188122,50.845146,122.06869,29.77124,335.0031,88.17069,253.63657,7.039009,113.58632,850.35706,788.5926,77.33859,1041.698,111.72041,110.66629,91.65617,59.04498,11.143597,36.30151,711.43353,7.334778,11.0789385,220.34619,9.68994,5.719561,58.75908,60.40929,612.3513,144.67369,178.20679,1916.737,98.90777,1999.3837,1681.1703,9.041491,7.240104,3460.8918,12.967555,15.492708,316.18863,29.460917,61.099834,34.205265,149.12633,677.4387,266.6409,4.278458,37.90192,157.07204,1070.2286,18.387114,110.29766,10.104827,1.4504858,54.472893,1.2595181,1.2356623,4.1946855,11.186608,33.476833,61.10993,30.115973,810.4548,36.915276,14.15,21.283333,6.087917,68.50573,3.407986,2.3536944,5.644375,60.546204,0.30999404,2.324066,4.6434298,36.554688,14.899464,2.7682707,5.9341445,276.109,26.999716,504.75314,15.372869,927.5925,30.11526,805.343,359.64896,9.977883,11.400167,662.2042,931.4067,2857.7869,695.7178 +2023-04-10 16:00:00,0.0,3811.7512,34.32072,18.138342,9.834705,38.624344,187.93126,31.500492,67.6281,24.61999,40.5504,233.50941,441.94772,20.259846,30.975037,8.146456,1.6715436,35.42419,15.1289015,15.480914,457.95425,3.1952858,315.52908,107.805305,6.1935287,56.320877,116.72179,56.72564,439.96667,234.05653,2152.6807,7.7199874,2375.2307,45.9081,8.076542,5.7008934,37.242752,204.93976,268.17245,240.35417,79.03889,22.999798,9.280529,870.0465,116.761086,71.53555,46.666348,293.33157,20.005615,307.2742,11.787842,56.13229,0.0,3042.5508,6037.129,4.0094233,38.83773,36.032402,25602.451,84.444786,3.1925027,62.63397,104.35435,44.73238,12.274167,54.00312,536.9497,50.929863,40.178963,4.1477365,9.164962,750.04724,2.5164769,424.60602,52.255,2703.1943,84.36852,152.48418,182.48593,271.30148,25.786499,41.052917,237.73772,20.56093,21.549667,15.812128,36.652466,193.14345,12.082287,9.131712,103.98082,19.999334,4468.427,31.111631,46.741665,24.838436,31.91087,338.36295,85.18738,52.919445,13.274721,15.917041,45.08683,112.543755,244.85146,82.33889,277.70795,42.155235,45.13137,117.798615,181.23444,340.61237,135.63112,9.534956,9.663055,12.921905,89.49675,7321.0117,11.179198,50.824013,121.9376,29.769697,335.0129,88.086296,253.51369,7.0340986,113.66129,850.014,788.01715,77.31621,1041.256,111.60333,110.61912,91.73195,58.987843,11.131987,36.272884,712.1844,7.3234797,11.063859,220.16537,9.688413,5.7187266,58.69884,60.36558,611.947,144.5757,178.189,1916.1758,99.03586,1999.8414,1681.5658,9.048187,7.251389,3470.4924,12.962997,15.516666,316.19147,29.490444,61.15689,34.23509,149.33574,678.52216,266.6808,4.282651,37.927315,157.49144,1072.7877,18.440845,110.39992,10.115093,1.4501369,54.4748,1.2592404,1.2347887,4.191428,11.190956,33.507553,61.28414,30.109259,812.7551,36.946297,14.157143,21.288889,6.0887303,68.48194,3.410185,2.3534074,5.645,60.541924,0.30941272,2.323236,4.642812,36.5625,14.899524,2.7660556,5.9505773,276.77203,27.060362,505.96146,15.394561,929.5692,30.153078,805.1418,360.4088,9.997178,11.405742,663.537,933.50903,2862.0852,695.5058 +2023-04-10 17:00:00,0.0,3812.826,34.345158,18.158607,9.846544,38.635693,187.9742,31.5058,67.637825,24.619562,40.547764,233.80493,442.302,20.26347,31.014269,8.137397,1.6699272,35.429424,15.136326,15.469788,458.047,3.194745,315.6223,107.79298,6.1865396,56.22577,116.73525,56.71186,439.55417,234.00565,2154.258,7.7084947,2375.1345,45.833584,8.065402,5.692385,37.194206,204.98882,268.1914,239.98508,79.10694,23.02019,9.281319,870.01904,116.54415,71.520615,46.696056,293.56815,19.995045,307.414,11.7897625,56.11934,0.0,3044.4854,6043.685,4.015947,38.868336,36.07433,25615.88,84.52382,3.1966128,62.634487,104.334595,44.75469,12.2814865,53.977333,537.29224,51.006336,40.187023,4.150392,9.167018,750.33997,2.5259826,424.35666,52.291874,2702.3784,84.38843,152.42366,182.44101,271.28967,25.764614,41.028484,237.45909,20.544928,21.536314,15.824566,36.655174,193.02284,12.087654,9.136148,104.001755,19.999609,4468.0234,31.127106,46.71146,24.838348,31.921309,338.26898,85.17184,52.919098,13.280673,15.924258,45.070583,112.56019,244.73625,82.341324,277.72003,42.199448,45.129288,117.81771,181.32597,341.72806,135.67432,9.532503,9.674966,12.913274,89.75139,7334.848,11.170276,50.802876,121.80651,29.768154,335.02267,88.00189,253.39081,7.029188,113.73627,849.67096,787.44165,77.29383,1040.814,111.486244,110.57195,91.807724,58.930702,11.120378,36.24426,712.9353,7.3121815,11.0487795,219.98457,9.686885,5.717892,58.638603,60.32187,611.54266,144.47769,178.17122,1915.6145,99.163956,2000.2992,1681.9612,9.054883,7.262674,3480.0933,12.95844,15.540625,316.19434,29.519972,61.213947,34.26491,149.54517,679.6055,266.7207,4.2868433,37.952713,157.91084,1075.3468,18.494576,110.502174,10.125359,1.449788,54.47671,1.2589626,1.2339151,4.188171,11.195303,33.538277,61.45836,30.102547,815.05554,36.977314,14.164286,21.294445,6.089544,68.45816,3.412384,2.3531203,5.645625,60.537643,0.30883136,2.322406,4.6421943,36.570312,14.899583,2.7638402,5.96701,277.43503,27.121006,507.16974,15.416254,931.54596,30.190897,804.94055,361.16867,10.016473,11.411317,664.8698,935.6114,2866.3833,695.2938 +2023-04-10 18:00:00,0.0,3813.9006,34.369595,18.178875,9.858382,38.647045,188.01714,31.511108,67.64756,24.619133,40.545128,234.10046,442.65628,20.267094,31.0535,8.128337,1.668311,35.434654,15.143749,15.458662,458.1397,3.1942046,315.71555,107.78065,6.1795506,56.130665,116.74871,56.69808,439.1417,233.95477,2155.8357,7.6970015,2375.0383,45.75907,8.054262,5.683877,37.145668,205.03787,268.21036,239.61598,79.175,23.040579,9.282108,869.9915,116.327225,71.50567,46.72577,293.8047,19.984474,307.5538,11.791683,56.106388,0.0,3046.4197,6050.241,4.022471,38.898945,36.116257,25629.31,84.602844,3.200723,62.635002,104.31485,44.776997,12.288806,53.951546,537.6347,51.082813,40.19508,4.1530476,9.169074,750.6327,2.5354881,424.1073,52.32875,2701.5625,84.40833,152.36316,182.39607,271.27786,25.74273,41.004055,237.18047,20.528923,21.522959,15.837003,36.657887,192.90224,12.09302,9.140586,104.02269,19.999886,4467.62,31.14258,46.68125,24.83826,31.931747,338.175,85.156296,52.91875,13.286624,15.931475,45.054337,112.57662,244.62105,82.34375,277.73212,42.24366,45.127205,117.83681,181.4175,342.84375,135.71753,9.53005,9.686875,12.904643,90.006035,7348.684,11.161353,50.78174,121.67542,29.766611,335.03244,87.917496,253.26793,7.0242777,113.81125,849.3279,786.8662,77.271454,1040.372,111.36916,110.52478,91.88349,58.873566,11.1087675,36.215633,713.68616,7.3008833,11.0337,219.80376,9.685357,5.7170577,58.578365,60.278156,611.1383,144.37968,178.15343,1915.0532,99.292046,2000.757,1682.3566,9.061579,7.2739587,3489.6938,12.953882,15.564584,316.1972,29.5495,61.271,34.29474,149.7546,680.68896,266.7606,4.2910357,37.978107,158.33025,1077.9059,18.548307,110.60442,10.135625,1.4494389,54.47862,1.2586849,1.2330414,4.184914,11.199651,33.569,61.632572,30.095833,817.3559,37.00833,14.171429,21.3,6.0903573,68.43437,3.4145832,2.3528333,5.64625,60.533367,0.30825,2.3215764,4.641577,36.578125,14.899643,2.761625,5.983443,278.09805,27.18165,508.37802,15.437946,933.52264,30.228714,804.7393,361.92853,10.035768,11.416891,666.20264,937.7137,2870.6816,695.08185 +2023-04-10 19:00:00,0.0,3814.9753,34.39403,18.199142,9.87022,38.658398,188.06007,31.516418,67.65729,24.618706,40.542496,234.39598,443.01056,20.270718,31.092731,8.119277,1.6666948,35.439884,15.151174,15.4475355,458.23245,3.1936638,315.80878,107.76832,6.172562,56.035557,116.76217,56.684296,438.7292,233.90388,2157.4133,7.6855083,2374.9424,45.68456,8.043122,5.6753683,37.097126,205.08693,268.2293,239.24689,79.24306,23.060968,9.282898,869.964,116.1103,71.49073,46.755478,294.04123,19.973904,307.6936,11.793603,56.093437,0.0,3048.3542,6056.797,4.0289946,38.92955,36.158184,25642.74,84.68187,3.2048328,62.635517,104.295105,44.7993,12.296125,53.92576,537.9772,51.159286,40.20314,4.155703,9.17113,750.92535,2.5449936,423.85794,52.365627,2700.7466,84.42824,152.30264,182.35114,271.26605,25.720844,40.979626,236.90184,20.51292,21.509605,15.849441,36.6606,192.78163,12.098388,9.145023,104.04362,20.00016,4467.217,31.158052,46.651043,24.838173,31.942184,338.08102,85.14076,52.918404,13.292576,15.938692,45.038094,112.593056,244.50584,82.34618,277.7442,42.28787,45.125122,117.855896,181.50903,343.95944,135.76073,9.527597,9.698785,12.896012,90.26067,7362.5205,11.15243,50.7606,121.544334,29.76507,335.04224,87.8331,253.14507,7.019367,113.88622,848.9848,786.2908,77.24907,1039.9299,111.25208,110.47761,91.95927,58.81643,11.0971575,36.187008,714.4371,7.289585,11.0186205,219.62296,9.683829,5.7162232,58.518127,60.234447,610.73395,144.28168,178.13565,1914.492,99.42014,2001.2147,1682.752,9.0682745,7.285243,3499.2944,12.949325,15.588542,316.20007,29.579027,61.328056,34.324562,149.964,681.7724,266.80048,4.295228,38.0035,158.74965,1080.4648,18.60204,110.70668,10.145891,1.44909,54.48053,1.2584071,1.2321677,4.181657,11.203999,33.59972,61.80679,30.08912,819.65625,37.039352,14.178572,21.305555,6.091171,68.41059,3.4167821,2.3525462,5.646875,60.529087,0.30766866,2.3207464,4.640959,36.585938,14.899702,2.7594097,5.9998755,278.76108,27.242296,509.5863,15.459639,935.4993,30.266533,804.5381,362.6884,10.055062,11.422465,667.53546,939.81604,2874.9797,694.86993 +2023-04-10 20:00:00,0.0,3816.05,34.41847,18.219408,9.882059,38.669746,188.10303,31.521727,67.66702,24.618279,40.53986,234.69151,443.36484,20.274342,31.131962,8.110218,1.6650784,35.445114,15.158597,15.436409,458.3252,3.1931233,315.902,107.75599,6.165573,55.940453,116.775635,56.670513,438.31668,233.85301,2158.991,7.674015,2374.8462,45.610046,8.031983,5.66686,37.048584,205.13599,268.24826,238.87779,79.31111,23.081358,9.283688,869.93646,115.89337,71.475784,46.78519,294.27777,19.963333,307.8334,11.795524,56.080486,0.0,3050.2886,6063.353,4.0355186,38.960155,36.200108,25656.17,84.7609,3.208943,62.636032,104.27536,44.82161,12.303445,53.89997,538.3197,51.235764,40.211197,4.1583586,9.173186,751.2181,2.5544994,423.60858,52.4025,2699.9307,84.44815,152.24213,182.3062,271.25424,25.69896,40.955193,236.6232,20.496918,21.496252,15.861877,36.663307,192.66101,12.103754,9.14946,104.06455,20.000437,4466.8135,31.173527,46.620834,24.838085,31.952623,337.98703,85.12522,52.918056,13.298527,15.9459095,45.021847,112.60949,244.39064,82.34861,277.7563,42.33208,45.12304,117.87499,181.60056,345.07513,135.80394,9.525145,9.710694,12.887382,90.51531,7376.357,11.143507,50.739468,121.413246,29.763527,335.052,87.7487,253.02219,7.0144567,113.961205,848.6418,785.7153,77.22669,1039.4879,111.134995,110.43044,92.03504,58.759293,11.085548,36.158382,715.1879,7.2782874,11.003541,219.44214,9.6823015,5.715389,58.45789,60.190735,610.3296,144.18369,178.11786,1913.9307,99.54823,2001.6725,1683.1473,9.07497,7.296528,3508.8953,12.944767,15.6125,316.20294,29.608555,61.385113,34.354385,150.17343,682.85583,266.84036,4.2994204,38.028896,159.16905,1083.0239,18.65577,110.80894,10.1561575,1.4487411,54.482437,1.2581294,1.231294,4.1784,11.208345,33.630444,61.981007,30.082407,821.95667,37.07037,14.185714,21.311111,6.0919843,68.3868,3.4189813,2.3522592,5.6475,60.524807,0.3070873,2.3199165,4.6403413,36.59375,14.899761,2.7571945,6.016308,279.42407,27.30294,510.7946,15.481332,937.4761,30.304352,804.33685,363.44824,10.074357,11.42804,668.8683,941.9184,2879.278,694.65796 +2023-04-10 21:00:00,0.0,3817.1248,34.442905,18.239676,9.893897,38.6811,188.14597,31.527035,67.67676,24.61785,40.537224,234.98705,443.71912,20.277966,31.171194,8.101158,1.6634622,35.450344,15.16602,15.425283,458.41794,3.1925828,315.99524,107.74366,6.158584,55.84535,116.78909,56.65673,437.90417,233.80212,2160.5686,7.6625223,2374.75,45.53553,8.0208435,5.658352,37.000046,205.18504,268.2672,238.5087,79.379166,23.101748,9.284478,869.90894,115.676445,71.460846,46.8149,294.5143,19.952765,307.9732,11.797444,56.067535,0.0,3052.223,6069.9087,4.0420423,38.99076,36.242035,25669.6,84.83993,3.213053,62.63655,104.25562,44.843914,12.310764,53.874184,538.6622,51.31224,40.219257,4.161014,9.175242,751.5108,2.564005,423.3592,52.439377,2699.1145,84.468056,152.18163,182.26126,271.24243,25.677076,40.930763,236.34457,20.480913,21.482899,15.874315,36.66602,192.5404,12.109121,9.153897,104.08549,20.000711,4466.41,31.189001,46.590626,24.837997,31.96306,337.89304,85.10968,52.91771,13.304479,15.953127,45.0056,112.62592,244.27544,82.35104,277.76837,42.376293,45.12096,117.89409,181.69208,346.19083,135.84715,9.522692,9.722605,12.87875,90.76995,7390.193,11.134584,50.71833,121.28216,29.761984,335.0618,87.66431,252.8993,7.0095463,114.03618,848.2987,785.13983,77.20431,1039.0459,111.017914,110.38327,92.11081,58.702152,11.073938,36.129757,715.93884,7.266989,10.988461,219.26132,9.680774,5.714555,58.39765,60.147022,609.92523,144.08568,178.10008,1913.3695,99.67633,2002.1302,1683.5427,9.081667,7.3078127,3518.4958,12.940209,15.636458,316.20578,29.638083,61.44217,34.384212,150.38284,683.9393,266.88025,4.303613,38.05429,159.58846,1085.583,18.709501,110.91119,10.166424,1.4483922,54.48435,1.2578517,1.2304205,4.175143,11.212693,33.661167,62.15522,30.075695,824.257,37.101387,14.192857,21.316668,6.0927978,68.36302,3.4211805,2.351972,5.648125,60.52053,0.30650595,2.3190868,4.639724,36.601562,14.899821,2.7549791,6.0327406,280.0871,27.363585,512.00287,15.503024,939.45276,30.34217,804.1356,364.2081,10.093652,11.433614,670.2011,944.02075,2883.5762,694.446 +2023-04-10 22:00:00,0.0,3818.1995,34.467342,18.259943,9.905735,38.692448,188.1889,31.532343,67.686485,24.617422,40.534588,235.28256,444.0734,20.28159,31.210424,8.092098,1.6618459,35.455574,15.173445,15.414157,458.51068,3.192042,316.08847,107.73133,6.151595,55.75024,116.80255,56.64295,437.49167,233.75125,2162.1462,7.651029,2374.6538,45.461018,8.009704,5.6498437,36.9515,205.23412,268.28616,238.1396,79.44722,23.122137,9.285268,869.8814,115.45952,71.4459,46.84461,294.75085,19.942194,308.113,11.799364,56.054585,0.0,3054.1575,6076.465,4.0485663,39.02137,36.283962,25683.03,84.91895,3.2171628,62.637066,104.23588,44.866222,12.318084,53.848396,539.00464,51.388714,40.227314,4.163669,9.177299,751.8035,2.5735104,423.10983,52.47625,2698.2986,84.48796,152.12112,182.21632,271.2306,25.655191,40.906334,236.06595,20.46491,21.469545,15.886753,36.66873,192.4198,12.114488,9.158334,104.10642,20.000988,4466.007,31.204473,46.560417,24.83791,31.9735,337.79907,85.09414,52.917362,13.31043,15.960343,44.989353,112.64236,244.16023,82.35348,277.7805,42.420506,45.118877,117.913185,181.78362,347.3065,135.89035,9.520239,9.734514,12.870119,91.02459,7404.0293,11.125661,50.697193,121.15107,29.76044,335.07156,87.5799,252.77643,7.004636,114.11115,847.9556,784.56433,77.18193,1038.6039,110.90083,110.336105,92.186584,58.645016,11.062328,36.10113,716.6897,7.255691,10.973381,219.08052,9.679246,5.7137203,58.337414,60.103313,609.5209,143.98767,178.0823,1912.8082,99.80442,2002.588,1683.9381,9.088363,7.3190975,3528.0964,12.935652,15.660417,316.20865,29.667612,61.49922,34.414036,150.59227,685.02264,266.92014,4.3078055,38.079685,160.00786,1088.1421,18.763231,111.01344,10.17669,1.4480431,54.486256,1.257574,1.2295468,4.1718855,11.21704,33.691887,62.329437,30.068981,826.55743,37.13241,14.2,21.322222,6.0936112,68.33923,3.4233794,2.351685,5.64875,60.51625,0.3059246,2.3182569,4.639106,36.609375,14.89988,2.7527637,6.0491734,280.75012,27.42423,513.2112,15.524716,941.42944,30.379988,803.9344,364.96796,10.1129465,11.439189,671.53394,946.1231,2887.8745,694.234 +2023-04-10 23:00:00,0.0,3819.2742,34.49178,18.280209,9.917573,38.7038,188.23184,31.537651,67.69622,24.616993,40.531956,235.5781,444.42767,20.285213,31.249657,8.083039,1.6602296,35.460808,15.180868,15.40303,458.60342,3.1915016,316.1817,107.719,6.144606,55.655136,116.81602,56.629166,437.0792,233.70036,2163.7239,7.639536,2374.5579,45.386505,7.998564,5.6413355,36.902958,205.28317,268.3051,237.77051,79.515274,23.142527,9.286057,869.85394,115.24259,71.43096,46.87432,294.9874,19.931623,308.2528,11.801285,56.041637,0.0,3056.0918,6083.0205,4.05509,39.051975,36.32589,25696.459,84.997986,3.221273,62.63758,104.21613,44.888527,12.325403,53.82261,539.34717,51.46519,40.235374,4.1663246,9.179354,752.0962,2.5830162,422.86047,52.513126,2697.4827,84.50787,152.06061,182.17139,271.21878,25.633307,40.8819,235.78732,20.448906,21.456192,15.89919,36.671444,192.29918,12.119855,9.162771,104.12736,20.001263,4465.6035,31.219948,46.53021,24.837822,31.983936,337.70508,85.0786,52.917015,13.316381,15.967561,44.973106,112.65879,244.04503,82.3559,277.79257,42.464718,45.116795,117.932274,181.87514,348.42218,135.93356,9.517786,9.746424,12.861488,91.27923,7417.8657,11.116738,50.676056,121.01998,29.758898,335.08136,87.49551,252.65356,6.9997253,114.186134,847.6126,783.9889,77.159546,1038.1619,110.783745,110.28893,92.26236,58.58788,11.050719,36.072506,717.4406,7.244393,10.958302,218.8997,9.677718,5.712886,58.277176,60.0596,609.1165,143.88966,178.06451,1912.247,99.93252,2003.0458,1684.3335,9.095058,7.3303823,3537.6973,12.931094,15.684375,316.21152,29.69714,61.55628,34.44386,150.8017,686.1061,266.96005,4.311998,38.10508,160.42726,1090.7012,18.816963,111.1157,10.186956,1.4476942,54.488167,1.2572962,1.2286731,4.1686287,11.221388,33.72261,62.50365,30.06227,828.8578,37.163425,14.207143,21.327778,6.0944247,68.31545,3.4255786,2.351398,5.649375,60.51197,0.30534327,2.317427,4.6384883,36.617188,14.8999405,2.7505486,6.065606,281.41312,27.484875,514.41943,15.54641,943.4061,30.417807,803.73315,365.7278,10.132241,11.444763,672.86676,948.22546,2892.1726,694.02203 +2023-04-11 00:00:00,0.0,3820.3489,34.516216,18.300476,9.929412,38.715153,188.27478,31.54296,67.705956,24.616566,40.52932,235.87361,444.78195,20.288837,31.288889,8.073979,1.6586133,35.466038,15.1882925,15.391904,458.69617,3.1909611,316.27493,107.70667,6.137617,55.560028,116.829475,56.615383,436.6667,233.64949,2165.3015,7.6280427,2374.4617,45.31199,7.9874244,5.6328273,36.85442,205.33223,268.32407,237.40141,79.583336,23.162916,9.286847,869.8264,115.025665,71.416016,46.90403,295.22394,19.921053,308.3926,11.8032055,56.028687,0.0,3058.0261,6089.5767,4.061614,39.08258,36.367817,25709.889,85.07701,3.225383,62.638096,104.19639,44.910835,12.332723,53.79682,539.68964,51.541668,40.24343,4.16898,9.18141,752.3889,2.5925217,422.6111,52.55,2696.6667,84.52778,152.00009,182.12645,271.20697,25.611422,40.85747,235.50868,20.432903,21.442837,15.911628,36.674156,192.17857,12.125221,9.167208,104.14829,20.00154,4465.2,31.235422,46.5,24.837734,31.994375,337.6111,85.06306,52.916668,13.322332,15.974778,44.956863,112.675224,243.92982,82.35834,277.80466,42.50893,45.11471,117.95137,181.96666,349.53787,135.97678,9.515333,9.758333,12.852858,91.53387,7431.7017,11.107816,50.654922,120.88889,29.757357,335.09113,87.41111,252.53069,6.994815,114.26111,847.26953,783.41345,77.13717,1037.7198,110.666664,110.24177,92.33813,58.530743,11.039109,36.04388,718.19147,7.2330947,10.943222,218.7189,9.67619,5.7120514,58.216938,60.01589,608.71216,143.79167,178.04674,1911.6858,100.06061,2003.5035,1684.7289,9.101754,7.3416667,3547.2979,12.926537,15.708333,316.2144,29.726667,61.613335,34.473686,151.01111,687.1895,266.99994,4.3161902,38.130474,160.84666,1093.2603,18.870693,111.21795,10.197223,1.4473453,54.490074,1.2570184,1.2277995,4.1653714,11.225736,33.753334,62.677868,30.055555,831.15814,37.194443,14.214286,21.333334,6.095238,68.291664,3.4277775,2.351111,5.65,60.507694,0.30476192,2.3165972,4.637871,36.625,14.9,2.7483332,6.082039,282.07614,27.545519,515.62775,15.568102,945.3829,30.455626,803.5319,366.48767,10.151536,11.450337,674.1996,950.3278,2896.471,693.81006 +2023-04-11 01:00:00,0.0,3821.4236,34.540653,18.320744,9.94125,38.7265,188.31773,31.548267,67.71568,24.616138,40.526684,236.16914,445.13623,20.292461,31.32812,8.064919,1.6569971,35.471268,15.195716,15.380778,458.7889,3.1904204,316.36816,107.69434,6.130628,55.464924,116.84293,56.6016,436.25418,233.59862,2166.8792,7.6165495,2374.3655,45.237476,7.9762845,5.6243186,36.805878,205.38129,268.34302,237.03232,79.65139,23.183306,9.287637,869.7989,114.80874,71.40107,46.933743,295.46045,19.910482,308.5324,11.805125,56.015736,0.0,3059.9607,6096.1323,4.0681376,39.113186,36.40974,25723.318,85.15604,3.229493,62.638615,104.17664,44.933144,12.340042,53.771034,540.0321,51.61814,40.251488,4.1716356,9.183466,752.68164,2.6020274,422.36176,52.586876,2695.8506,84.54768,151.93959,182.08151,271.19516,25.589537,40.83304,235.23006,20.416899,21.429483,15.924065,36.67687,192.05797,12.130589,9.171645,104.16923,20.001814,4464.797,31.250895,46.46979,24.837646,32.004814,337.51712,85.047516,52.91632,13.328283,15.981995,44.940617,112.69166,243.81462,82.36076,277.81674,42.553143,45.11263,117.97047,182.0582,350.65356,136.01997,9.51288,9.770244,12.844226,91.788506,7445.538,11.098893,50.633785,120.757805,29.755814,335.1009,87.32671,252.4078,6.9899044,114.33608,846.92645,782.83795,77.114784,1037.2778,110.549576,110.194595,92.4139,58.473606,11.027499,36.015255,718.9424,7.2217965,10.928143,218.53809,9.674663,5.711217,58.1567,59.97218,608.3078,143.69366,178.02895,1911.1245,100.1887,2003.9613,1685.1243,9.10845,7.3529515,3556.8984,12.921979,15.732291,316.21722,29.756195,61.67039,34.50351,151.22054,688.27295,267.03983,4.320383,38.15587,161.26607,1095.8193,18.924425,111.320206,10.207489,1.4469963,54.49198,1.2567407,1.2269258,4.162114,11.2300825,33.784054,62.852085,30.048841,833.45856,37.225464,14.221428,21.338888,6.0960517,68.26788,3.4299767,2.3508239,5.6506248,60.503414,0.30418056,2.3157673,4.637253,36.632812,14.900059,2.746118,6.0984716,282.73917,27.606165,516.836,15.589794,947.35956,30.493443,803.3307,367.24753,10.170831,11.455912,675.5324,952.4302,2900.7693,693.5981 +2023-04-11 02:00:00,0.0,3822.4983,34.56509,18.34101,9.953088,38.737854,188.36067,31.553577,67.72542,24.61571,40.52405,236.46468,445.4905,20.296085,31.367352,8.0558605,1.6553807,35.476498,15.203139,15.369652,458.88162,3.18988,316.46136,107.682014,6.123639,55.369816,116.8564,56.587822,435.84167,233.54773,2168.4568,7.605057,2374.2695,45.162964,7.9651446,5.6158104,36.75733,205.43034,268.362,236.66322,79.719444,23.203697,9.288426,869.77136,114.59181,71.38613,46.96345,295.69702,19.899914,308.6722,11.807046,56.002785,0.0,3061.895,6102.6885,4.0746617,39.14379,36.451668,25736.748,85.23507,3.233603,62.63913,104.156906,44.95545,12.347362,53.74525,540.37463,51.69462,40.25955,4.174291,9.185522,752.9743,2.611533,422.1124,52.62375,2695.0347,84.5676,151.87909,182.03658,271.18335,25.567652,40.80861,234.95143,20.400896,21.41613,15.936502,36.67958,191.93735,12.135955,9.176082,104.19016,20.00209,4464.3936,31.266369,46.439583,24.837559,32.01525,337.42313,85.03198,52.915974,13.334235,15.989212,44.92437,112.70809,243.69942,82.3632,277.82883,42.597355,45.110546,117.989555,182.14972,351.76926,136.06319,9.510427,9.782153,12.835595,92.043144,7459.3745,11.08997,50.612648,120.62672,29.75427,335.1107,87.24231,252.28494,6.984994,114.411064,846.58344,782.2625,77.09241,1036.8358,110.432495,110.14743,92.48968,58.416466,11.015889,35.98663,719.69324,7.2104983,10.913063,218.35728,9.673135,5.7103825,58.096462,59.928467,607.9035,143.59566,178.01117,1910.5631,100.316795,2004.4191,1685.5198,9.115146,7.3642364,3566.4993,12.917421,15.75625,316.2201,29.785723,61.727448,34.533333,151.42996,689.3564,267.0797,4.3245754,38.181267,161.68547,1098.3783,18.978155,111.42246,10.217754,1.4466474,54.493893,1.2564629,1.2260522,4.1588573,11.23443,33.814777,63.0263,30.04213,835.7589,37.25648,14.228571,21.344444,6.096865,68.244095,3.4321759,2.3505368,5.65125,60.499134,0.3035992,2.3149376,4.6366353,36.640625,14.900119,2.7439027,6.1149044,283.4022,27.66681,518.0443,15.611487,949.33624,30.531261,803.12946,368.0074,10.190125,11.461486,676.8652,954.5325,2905.0674,693.3861 +2023-04-11 03:00:00,0.0,3823.5732,34.589527,18.361277,9.964927,38.749203,188.40361,31.558886,67.73515,24.615282,40.521416,236.7602,445.8448,20.29971,31.406582,8.046801,1.6537645,35.481728,15.210564,15.358525,458.97437,3.1893394,316.5546,107.669685,6.1166506,55.27471,116.86986,56.57404,435.42917,233.49686,2170.0344,7.5935636,2374.1733,45.088448,7.9540052,5.607302,36.708794,205.4794,268.38095,236.29413,79.7875,23.224087,9.289216,869.74384,114.374886,71.371185,46.993164,295.93353,19.889343,308.812,11.808967,55.989834,0.0,3063.8296,6109.244,4.0811853,39.1744,36.493595,25750.178,85.314095,3.237713,62.639645,104.13716,44.977757,12.354681,53.719463,540.7171,51.771095,40.267605,4.1769466,9.187578,753.267,2.6210384,421.86304,52.660625,2694.2188,84.5875,151.81857,181.99164,271.1715,25.545767,40.78418,234.6728,20.384893,21.402777,15.948939,36.68229,191.81674,12.141322,9.180519,104.2111,20.002365,4463.99,31.281843,46.409374,24.837471,32.02569,337.32916,85.01644,52.915627,13.340186,15.996429,44.908123,112.724525,243.58421,82.36562,277.84094,42.641567,45.108463,118.00865,182.24124,352.88495,136.1064,9.507976,9.794063,12.826964,92.29778,7473.2104,11.081047,50.59151,120.49563,29.752728,335.12045,87.15791,252.16206,6.9800835,114.48604,846.24036,781.687,77.07002,1036.3938,110.315414,110.10026,92.565445,58.35933,11.00428,35.958004,720.44415,7.1992,10.897984,218.17647,9.671607,5.709548,58.036224,59.884754,607.49915,143.49765,177.99338,1910.002,100.444885,2004.8768,1685.9152,9.121841,7.375521,3576.0999,12.912864,15.780209,316.22296,29.81525,61.7845,34.56316,151.63937,690.43976,267.1196,4.328768,38.20666,162.10487,1100.9374,19.031887,111.52471,10.228021,1.4462984,54.4958,1.2561852,1.2251786,4.1556,11.238777,33.8455,63.200516,30.035416,838.05927,37.2875,14.235714,21.35,6.0976787,68.220314,3.4343748,2.35025,5.651875,60.494858,0.30301785,2.3141077,4.636018,36.648438,14.900178,2.7416875,6.131337,284.0652,27.727453,519.25256,15.63318,951.313,30.56908,802.9282,368.76724,10.20942,11.467061,678.198,956.6348,2909.3657,693.17413 +2023-04-11 04:00:00,0.0,3824.648,34.613964,18.381544,9.976765,38.760555,188.44655,31.564194,67.74488,24.614853,40.51878,237.05573,446.19907,20.303333,31.445814,8.037741,1.6521482,35.486958,15.217987,15.347399,459.0671,3.1887987,316.64783,107.65736,6.1096616,55.179604,116.883316,56.560257,435.0167,233.44597,2171.612,7.5820704,2374.0771,45.013935,7.9428654,5.598794,36.66025,205.52846,268.3999,235.92503,79.85555,23.244476,9.290007,869.7163,114.15796,71.35625,47.022873,296.1701,19.878773,308.9518,11.810886,55.976883,0.0,3065.7637,6115.8003,4.0877094,39.205006,36.535522,25763.607,85.39312,3.241823,62.64016,104.11742,45.00006,12.362,53.693676,541.0596,51.84757,40.275665,4.179602,9.189634,753.55975,2.6305442,421.61365,52.697502,2693.4028,84.60741,151.75807,181.9467,271.1597,25.523884,40.759747,234.39417,20.368889,21.389423,15.961377,36.685,191.69614,12.146688,9.184957,104.23203,20.002642,4463.587,31.297316,46.379166,24.837383,32.036125,337.23517,85.0009,52.91528,13.346138,16.003647,44.89188,112.74096,243.46901,82.36806,277.85303,42.68578,45.10638,118.02775,182.33278,354.00064,136.1496,9.505523,9.805972,12.818334,92.55243,7487.047,11.0721245,50.570377,120.36454,29.751186,335.13025,87.07352,252.03918,6.9751725,114.56101,845.8973,781.1116,77.047646,1035.9518,110.198326,110.053085,92.64122,58.302193,10.99267,35.92938,721.195,7.1879025,10.882904,217.99565,9.670079,5.708714,57.975986,59.841045,607.0948,143.39966,177.9756,1909.4407,100.57298,2005.3346,1686.3105,9.128538,7.3868055,3585.7004,12.908306,15.804167,316.22583,29.844778,61.841557,34.592983,151.8488,691.5232,267.1595,4.33296,38.232056,162.52428,1103.4965,19.085619,111.62697,10.238287,1.4459494,54.49771,1.2559074,1.2243049,4.152343,11.243125,33.87622,63.37473,30.028704,840.3597,37.31852,14.242857,21.355556,6.098492,68.196526,3.436574,2.349963,5.6525,60.490578,0.3024365,2.3132777,4.6354,36.65625,14.900238,2.7394722,6.14777,284.7282,27.7881,520.4609,15.654872,953.2897,30.6069,802.727,369.5271,10.228715,11.472635,679.5308,958.7372,2913.6638,692.96216 +2023-04-11 05:00:00,0.0,3825.7227,34.6384,18.40181,9.988603,38.771908,188.48949,31.569502,67.754616,24.614426,40.516144,237.35124,446.55338,20.306957,31.485046,8.028682,1.6505319,35.492188,15.225411,15.336273,459.15985,3.1882582,316.74106,107.64502,6.1026726,55.0845,116.89678,56.546474,434.6042,233.3951,2173.1897,7.570577,2373.981,44.939423,7.9317255,5.590286,36.61171,205.57751,268.41885,235.55594,79.923615,23.264866,9.290796,869.6888,113.94103,71.3413,47.052586,296.40662,19.868202,309.0916,11.812807,55.963932,0.0,3067.6982,6122.356,4.094233,39.23561,36.57745,25777.037,85.47215,3.245933,62.640675,104.09767,45.02237,12.36932,53.66789,541.4021,51.924046,40.283722,4.1822577,9.19169,753.8525,2.6400497,421.3643,52.734375,2692.587,84.62732,151.69756,181.90176,271.1479,25.501999,40.735317,234.11554,20.352886,21.376068,15.973815,36.687714,191.57552,12.152056,9.189393,104.25297,20.002916,4463.1836,31.31279,46.348957,24.837296,32.046566,337.1412,84.98536,52.914932,13.352089,16.010864,44.875633,112.75739,243.3538,82.37049,277.8651,42.729992,45.104298,118.046844,182.4243,355.11633,136.19281,9.50307,9.817883,12.809703,92.80707,7500.8833,11.063201,50.54924,120.23345,29.749643,335.14,86.98912,251.9163,6.970262,114.635994,845.55426,780.5361,77.02526,1035.5098,110.081245,110.00592,92.716995,58.245056,10.98106,35.900753,721.9459,7.1766043,10.867824,217.81485,9.668551,5.7078795,57.91575,59.797333,606.6904,143.30165,177.95781,1908.8794,100.70107,2005.7924,1686.7059,9.135234,7.3980904,3595.3013,12.9037485,15.828125,316.2287,29.874306,61.898613,34.622807,152.05823,692.6066,267.19937,4.3371525,38.25745,162.94368,1106.0555,19.139349,111.729225,10.248553,1.4456005,54.49962,1.2556297,1.2234312,4.149086,11.247473,33.906944,63.548946,30.02199,842.66003,37.349537,14.25,21.36111,6.0993056,68.172745,3.438773,2.349676,5.653125,60.486298,0.30185518,2.312448,4.6347823,36.664062,14.900297,2.737257,6.164202,285.39124,27.848743,521.6691,15.676565,955.26636,30.644716,802.52576,370.28696,10.24801,11.4782095,680.86365,960.83954,2917.9622,692.7502 +2023-04-11 06:00:00,0.0,3826.7974,34.662838,18.422077,10.000441,38.783257,188.53244,31.57481,67.76435,24.613998,40.51351,237.64677,446.90765,20.310581,31.524277,8.019622,1.6489156,35.49742,15.232835,15.325147,459.2526,3.1877177,316.8343,107.63269,6.0956836,54.98939,116.91024,56.532692,434.19168,233.34421,2174.7673,7.559084,2373.885,44.86491,7.920586,5.5817776,36.56317,205.62657,268.4378,235.18684,79.99167,23.285255,9.291586,869.6613,113.724106,71.32636,47.082294,296.6432,19.857632,309.2314,11.814728,55.95098,0.0,3069.6328,6128.912,4.1007566,39.266216,36.619373,25790.467,85.55118,3.2500432,62.641193,104.07793,45.044674,12.376639,53.6421,541.74457,52.000523,40.291782,4.184913,9.193747,754.14514,2.6495554,421.11493,52.77125,2691.7708,84.647224,151.63705,181.85683,271.13608,25.480114,40.710888,233.83691,20.336882,21.362715,15.986252,36.690422,191.45491,12.157422,9.1938305,104.2739,20.003193,4462.7803,31.328264,46.31875,24.837208,32.057003,337.0472,84.96982,52.914585,13.358041,16.01808,44.859386,112.77383,243.2386,82.37292,277.8772,42.774204,45.102215,118.06593,182.51584,356.232,136.23602,9.500617,9.829792,12.801071,93.06171,7514.719,11.054278,50.528103,120.10236,29.7481,335.1498,86.90472,251.79344,6.9653516,114.71097,845.2112,779.96063,77.002884,1035.0677,109.964165,109.95875,92.79276,58.18792,10.969451,35.872128,722.6968,7.165306,10.852744,217.63403,9.667024,5.707045,57.85551,59.75362,606.2861,143.20364,177.94003,1908.3182,100.82917,2006.2501,1687.1013,9.14193,7.409375,3604.9019,12.899191,15.852083,316.23154,29.903833,61.95567,34.652634,152.26764,693.69006,267.2393,4.3413453,38.282845,163.36308,1108.6146,19.19308,111.831474,10.25882,1.4452516,54.50153,1.2553519,1.2225577,4.1458287,11.25182,33.937668,63.723164,30.015278,844.96045,37.380554,14.257143,21.366667,6.100119,68.14896,3.440972,2.3493888,5.65375,60.48202,0.30127382,2.311618,4.634165,36.671875,14.900356,2.7350416,6.180635,286.05423,27.909388,522.87744,15.698257,957.24304,30.682535,802.3245,371.0468,10.267304,11.483784,682.1965,962.9419,2922.2603,692.53827 +2023-04-11 07:00:00,0.0,3827.872,34.687275,18.442345,10.0122795,38.79461,188.57538,31.580118,67.77408,24.61357,40.510876,237.94229,447.26193,20.314205,31.563509,8.010562,1.6472994,35.50265,15.240258,15.31402,459.34534,3.187177,316.92752,107.62036,6.0886946,54.894287,116.9237,56.51891,433.77917,233.29333,2176.345,7.547591,2373.7888,44.790394,7.9094462,5.573269,36.514626,205.67563,268.45676,234.81775,80.05972,23.305645,9.292376,869.6338,113.50718,71.31142,47.112007,296.8797,19.847061,309.37122,11.816648,55.93803,0.0,3071.5674,6135.468,4.1072807,39.296825,36.6613,25803.896,85.6302,3.254153,62.64171,104.05818,45.066982,12.383959,53.616314,542.08704,52.076996,40.29984,4.1875687,9.195802,754.43787,2.659061,420.86557,52.808125,2690.9548,84.66713,151.57654,181.81189,271.12427,25.45823,40.686455,233.55829,20.320879,21.349361,15.99869,36.693134,191.3343,12.162789,9.198267,104.29484,20.003468,4462.3765,31.343737,46.28854,24.83712,32.06744,336.95325,84.95428,52.914238,13.363992,16.025297,44.84314,112.79026,243.1234,82.37535,277.88928,42.818417,45.100132,118.08503,182.60736,357.3477,136.27922,9.498164,9.8417015,12.79244,93.316345,7528.5557,11.045356,50.506966,119.971275,29.746557,335.15958,86.82032,251.67056,6.960441,114.78595,844.8681,779.3852,76.9805,1034.6257,109.84708,109.91158,92.86854,58.13078,10.957841,35.843502,723.4477,7.154008,10.837665,217.45323,9.665496,5.7062106,57.795273,59.70991,605.8817,143.10564,177.92226,1907.7568,100.95726,2006.7079,1687.4967,9.148625,7.42066,3614.5024,12.894633,15.876041,316.2344,29.933361,62.012722,34.682457,152.47707,694.7735,267.27917,4.3455377,38.30824,163.78249,1111.1737,19.24681,111.93373,10.269086,1.4449025,54.503437,1.2550741,1.221684,4.142572,11.256167,33.968388,63.897377,30.008564,847.2608,37.411575,14.264285,21.372223,6.1009326,68.125175,3.443171,2.3491018,5.654375,60.47774,0.30069247,2.3107882,4.633547,36.679688,14.900416,2.7328262,6.1970677,286.71725,27.970034,524.08575,15.71995,959.2198,30.720354,802.1233,371.80664,10.286599,11.489358,683.5293,965.04425,2926.5586,692.3263 +2023-04-11 08:00:00,0.0,3828.9468,34.71171,18.46261,10.024117,38.805958,188.61832,31.585428,67.78381,24.613142,40.50824,238.23782,447.6162,20.31783,31.60274,8.001503,1.645683,35.50788,15.247683,15.302895,459.43808,3.1866364,317.02075,107.60803,6.0817056,54.799183,116.937164,56.505127,433.36667,233.24245,2177.9224,7.536098,2373.6926,44.71588,7.8983064,5.5647607,36.466084,205.72469,268.4757,234.44865,80.12778,23.326035,9.293165,869.60626,113.29025,71.29648,47.141716,297.11627,19.836493,309.51102,11.818568,55.92508,0.0,3073.5015,6142.024,4.1138043,39.32743,36.703228,25817.326,85.709236,3.258263,62.642223,104.03844,45.08929,12.391278,53.590527,542.42957,52.153473,40.3079,4.190224,9.197858,754.7306,2.6685665,420.6162,52.845,2690.139,84.687035,151.51604,181.76697,271.11246,25.436344,40.662025,233.27965,20.304874,21.336008,16.011127,36.695847,191.2137,12.168157,9.202704,104.31577,20.003744,4461.973,31.359211,46.258335,24.837032,32.077877,336.85925,84.93874,52.913887,13.369944,16.032515,44.826897,112.806694,243.0082,82.37778,277.90137,42.86263,45.09805,118.104126,182.69888,358.46338,136.32243,9.495711,9.853611,12.78381,93.570984,7542.392,11.036432,50.485832,119.84019,29.745014,335.16934,86.73592,251.54768,6.9555306,114.86092,844.5251,778.8097,76.95812,1034.1837,109.729996,109.86441,92.94431,58.073643,10.946231,35.814877,724.1986,7.1427097,10.822585,217.27242,9.663968,5.705376,57.735035,59.6662,605.47736,143.00764,177.90446,1907.1956,101.08536,2007.1656,1687.8921,9.155321,7.431945,3624.1033,12.890076,15.9,316.23727,29.962889,62.06978,34.71228,152.68648,695.8569,267.31906,4.34973,38.333633,164.20189,1113.7327,19.300543,112.03599,10.279352,1.4445536,54.50535,1.2547964,1.2208103,4.1393147,11.260515,33.99911,64.071594,30.001852,849.56116,37.442593,14.271428,21.377777,6.101746,68.10139,3.4453702,2.3488147,5.6549997,60.47346,0.30011111,2.3099585,4.6329293,36.6875,14.9004755,2.730611,6.2135005,287.38028,28.030678,525.294,15.741643,961.1965,30.758171,801.92206,372.5665,10.305894,11.494933,684.8621,967.1466,2930.8567,692.1143 +2023-04-11 09:00:00,0.0,3830.0215,34.73615,18.482878,10.035955,38.81731,188.66125,31.590736,67.79354,24.612713,40.505604,238.53336,447.9705,20.321453,31.641972,7.992443,1.6440668,35.51311,15.255106,15.291768,459.5308,3.1860957,317.11398,107.5957,6.0747166,54.704075,116.95062,56.491344,432.9542,233.19157,2179.5,7.524605,2373.5967,44.64137,7.887167,5.5562525,36.417545,205.77374,268.49466,234.07956,80.19583,23.346424,9.293955,869.57874,113.073326,71.28153,47.171425,297.35278,19.825922,309.65082,11.820489,55.912132,0.0,3075.436,6148.5796,4.1203284,39.358036,36.745155,25830.756,85.78826,3.2623732,62.64274,104.01869,45.111595,12.398598,53.56474,542.77203,52.229946,40.315956,4.1928797,9.199914,755.0233,2.6780722,420.36685,52.881874,2689.323,84.70695,151.45552,181.72203,271.10062,25.41446,40.637596,233.00102,20.288872,21.322655,16.023563,36.698555,191.09308,12.173523,9.207141,104.33671,20.004019,4461.57,31.374685,46.228127,24.836945,32.088318,336.76526,84.9232,52.91354,13.375895,16.039732,44.81065,112.82313,242.89299,82.38021,277.91348,42.90684,45.095966,118.123215,182.79042,359.57907,136.36563,9.493258,9.865521,12.775179,93.82562,7556.228,11.02751,50.464695,119.7091,29.743473,335.17914,86.65153,251.4248,6.95062,114.9359,844.182,778.23425,76.93574,1033.7417,109.612915,109.817245,93.02008,58.016506,10.934622,35.78625,724.94946,7.1314116,10.807506,217.0916,9.66244,5.7045417,57.674797,59.622486,605.073,142.90964,177.88669,1906.6343,101.21345,2007.6234,1688.2875,9.162018,7.443229,3633.7039,12.885518,15.923959,316.24014,29.992416,62.126835,34.742107,152.8959,696.9403,267.35895,4.3539224,38.359028,164.62129,1116.2917,19.354273,112.13824,10.2896185,1.4442047,54.507256,1.2545186,1.2199366,4.1360574,11.264862,34.02983,64.24581,29.995138,851.8616,37.47361,14.278571,21.383333,6.1025596,68.07761,3.4475694,2.3485277,5.655625,60.469185,0.29952976,2.3091285,4.632312,36.695312,14.900536,2.7283957,6.2299333,288.04327,28.091322,526.5023,15.763335,963.17316,30.79599,801.7208,373.32635,10.325189,11.500507,686.19495,969.2489,2935.155,691.90234 +2023-04-11 10:00:00,0.0,3831.0962,34.760586,18.503145,10.047794,38.828663,188.7042,31.596045,67.803276,24.612286,40.50297,238.82887,448.32477,20.325077,31.681204,7.9833837,1.6424506,35.51834,15.26253,15.280642,459.62354,3.1855552,317.2072,107.583374,6.0677276,54.60897,116.96409,56.477566,432.5417,233.1407,2181.0776,7.5131116,2373.5005,44.566853,7.876027,5.5477443,36.369003,205.8228,268.5136,233.71046,80.263885,23.366814,9.294745,869.5512,112.8564,71.266594,47.201138,297.58936,19.815351,309.79062,11.822409,55.89918,0.0,3077.3706,6155.1357,4.126852,39.38864,36.787083,25844.186,85.86729,3.266483,62.643257,103.99895,45.133904,12.405917,53.53895,543.1145,52.306423,40.324017,4.195535,9.20197,755.316,2.6875777,420.1175,52.91875,2688.5068,84.72685,151.39502,181.6771,271.0888,25.392576,40.613163,232.7224,20.27287,21.309301,16.036001,36.701267,190.97247,12.17889,9.211578,104.35764,20.004295,4461.1665,31.390158,46.197918,24.836857,32.098755,336.6713,84.90766,52.913193,13.381846,16.04695,44.794403,112.83956,242.77777,82.38264,277.92557,42.951054,45.093884,118.14231,182.88194,360.69476,136.40884,9.490806,9.877431,12.766548,94.08026,7570.0645,11.018587,50.443558,119.57801,29.74193,335.1889,86.56712,251.30194,6.9457097,115.01088,843.8389,777.65875,76.91336,1033.2996,109.49583,109.77007,93.095856,57.95937,10.923012,35.757626,725.7004,7.1201134,10.792426,216.9108,9.6609125,5.703707,57.61456,59.578777,604.66864,142.81163,177.8689,1906.0731,101.341545,2008.0812,1688.6829,9.168714,7.454514,3643.3047,12.88096,15.947917,316.24298,30.021944,62.18389,34.77193,153.10533,698.02374,267.39883,4.358115,38.384422,165.0407,1118.8508,19.408005,112.24049,10.299885,1.4438558,54.509167,1.2542409,1.219063,4.1328006,11.26921,34.060555,64.42002,29.988426,854.1619,37.50463,14.285714,21.38889,6.103373,68.05382,3.4497683,2.3482406,5.65625,60.464905,0.2989484,2.3082986,4.631694,36.703125,14.900595,2.7261806,6.246366,288.7063,28.151968,527.7106,15.7850275,965.1499,30.833809,801.5196,374.0862,10.344483,11.506082,687.5278,971.35126,2939.4531,691.69037 +2023-04-11 11:00:00,0.0,3832.171,34.785023,18.52341,10.059632,38.84001,188.74715,31.601353,67.81301,24.611856,40.500336,239.1244,448.67905,20.328701,31.720434,7.9743237,1.6408342,35.52357,15.269954,15.269515,459.71628,3.1850147,317.30045,107.571045,6.060739,54.513863,116.97755,56.463783,432.12918,233.08981,2182.6553,7.501619,2373.4043,44.49234,7.864887,5.539236,36.320457,205.87186,268.53256,233.34137,80.33195,23.387203,9.295535,869.5237,112.639465,71.25165,47.230846,297.82587,19.804781,309.93042,11.824329,55.88623,0.0,3079.305,6161.6914,4.133376,39.419247,36.829006,25857.615,85.94632,3.2705932,62.643772,103.9792,45.156208,12.413237,53.513165,543.45703,52.3829,40.332073,4.1981907,9.204026,755.6087,2.6970835,419.8681,52.955624,2687.691,84.74676,151.3345,181.63216,271.077,25.370691,40.588734,232.44377,20.256865,21.295946,16.048439,36.70398,190.85187,12.184257,9.216015,104.37858,20.00457,4460.763,31.405632,46.16771,24.83677,32.10919,336.5773,84.89212,52.912846,13.387797,16.054167,44.778156,112.855995,242.66257,82.38507,277.93765,42.995266,45.0918,118.16141,182.97346,361.81046,136.45206,9.488353,9.88934,12.757916,94.3349,7583.901,11.009664,50.422424,119.44692,29.740387,335.1987,86.48273,251.17906,6.940799,115.08585,843.4959,777.0833,76.890976,1032.8575,109.378746,109.72291,93.17163,57.90223,10.911402,35.729,726.45123,7.1088157,10.777347,216.72998,9.659385,5.7028728,57.55432,59.535065,604.2643,142.71362,177.85112,1905.5118,101.469635,2008.539,1689.0782,9.175409,7.465799,3652.9053,12.876403,15.971875,316.24585,30.051472,62.240944,34.801754,153.31474,699.1072,267.43872,4.3623075,38.409817,165.4601,1121.4099,19.461735,112.34275,10.310151,1.4435068,54.511074,1.2539631,1.2181894,4.1295433,11.273557,34.091278,64.59424,29.981712,856.46234,37.53565,14.292857,21.394444,6.1041865,68.03004,3.4519675,2.3479536,5.656875,60.460625,0.29836708,2.307469,4.6310763,36.710938,14.900655,2.7239652,6.262799,289.36932,28.212612,528.9189,15.806721,967.1266,30.871626,801.31836,374.84607,10.363778,11.511656,688.8606,973.4536,2943.7515,691.4784 +2023-04-11 12:00:00,0.0,3833.2456,34.80946,18.543678,10.07147,38.851364,188.79008,31.60666,67.82274,24.61143,40.4977,239.41992,449.03333,20.332325,31.759666,7.9652643,1.639218,35.528805,15.277377,15.258389,459.80902,3.184474,317.39365,107.558716,6.05375,54.41876,116.991005,56.45,431.71667,233.03894,2184.233,7.4901257,2373.308,44.417828,7.853748,5.530728,36.27192,205.92091,268.55154,232.97227,80.4,23.407595,9.296325,869.49615,112.42254,71.23671,47.26056,298.06244,19.79421,310.07022,11.82625,55.87328,0.0,3081.2393,6168.2476,4.1398997,39.449856,36.870934,25871.045,86.025345,3.274703,62.644287,103.95946,45.178516,12.420556,53.487377,543.7995,52.459373,40.340134,4.200846,9.206082,755.9014,2.706589,419.61874,52.9925,2686.875,84.76667,151.274,181.58722,271.0652,25.348806,40.564304,232.16513,20.240862,21.282593,16.060877,36.70669,190.73125,12.189624,9.220452,104.39951,20.004847,4460.36,31.421106,46.1375,24.836681,32.11963,336.48334,84.87658,52.9125,13.393749,16.061384,44.76191,112.87243,242.54736,82.387505,277.94974,43.03948,45.089718,118.180504,183.065,362.92615,136.49525,9.4859,9.90125,12.749286,94.58954,7597.737,11.000741,50.401287,119.315834,29.738844,335.20847,86.39833,251.05618,6.935889,115.16083,843.15283,776.5079,76.8686,1032.4155,109.261665,109.675735,93.2474,57.845093,10.899792,35.700375,727.20215,7.0975175,10.762266,216.54918,9.657857,5.702039,57.494083,59.491356,603.86,142.61563,177.83333,1904.9506,101.59773,2008.9967,1689.4738,9.182105,7.4770837,3662.5059,12.871845,15.995833,316.24872,30.081,62.298,34.83158,153.52417,700.1906,267.47864,4.3665,38.435215,165.8795,1123.969,19.515467,112.445,10.320416,1.4431578,54.512985,1.2536854,1.2173157,4.126286,11.2779045,34.121998,64.768456,29.975,858.7627,37.566666,14.3,21.4,6.105,68.00625,3.4541664,2.3476665,5.6575,60.45635,0.29778573,2.306639,4.630459,36.71875,14.900714,2.72175,6.2792315,290.03235,28.273256,530.12714,15.828413,969.1033,30.909445,801.1171,375.60593,10.383074,11.51723,690.1934,975.55597,2948.0496,691.2664 +2023-04-11 13:00:00,0.0,3834.3203,34.833897,18.563946,10.083308,38.862713,188.83302,31.611969,67.83247,24.611002,40.495068,239.71545,449.3876,20.335949,31.798897,7.956205,1.6376017,35.534035,15.2848015,15.247263,459.90176,3.1839335,317.48688,107.54639,6.046761,54.32365,117.00447,56.43622,431.30417,232.98805,2185.8105,7.4786325,2373.2122,44.343315,7.842608,5.5222197,36.223377,205.96997,268.5705,232.60318,80.468056,23.427984,9.297114,869.4687,112.20561,71.22176,47.290268,298.29895,19.783642,310.21002,11.82817,55.86033,0.0,3083.1736,6174.803,4.146424,39.48046,36.91286,25884.475,86.10437,3.2788131,62.644802,103.93971,45.20082,12.4278755,53.46159,544.142,52.53585,40.34819,4.2035017,9.208138,756.19415,2.7160945,419.3694,53.029377,2686.059,84.786575,151.21349,181.54228,271.05338,25.326921,40.53987,231.8865,20.224857,21.26924,16.073315,36.709404,190.61064,12.19499,9.22489,104.42045,20.005121,4459.9565,31.436579,46.107292,24.836594,32.13007,336.38934,84.86104,52.91215,13.3997,16.0686,44.745667,112.88886,242.43216,82.38993,277.96182,43.08369,45.087635,118.19959,183.15652,364.0418,136.53847,9.483447,9.91316,12.740655,94.84418,7611.573,10.991818,50.38015,119.184746,29.737303,335.21826,86.313934,250.93332,6.9309783,115.23581,842.80975,775.9324,76.84622,1031.9735,109.14458,109.62856,93.32317,57.787956,10.888183,35.67175,727.953,7.0862193,10.747187,216.36836,9.656329,5.7012043,57.433846,59.447643,603.4556,142.51762,177.81555,1904.3894,101.72582,2009.4545,1689.8691,9.188801,7.488368,3672.1067,12.867288,16.019793,316.2516,30.110527,62.355057,34.861404,153.7336,701.27405,267.51852,4.3706923,38.46061,166.2989,1126.5281,19.569197,112.54726,10.330683,1.4428089,54.514893,1.2534076,1.2164421,4.123029,11.282252,34.15272,64.94267,29.968287,861.06305,37.597683,14.307142,21.405556,6.1058135,67.98247,3.4563656,2.3473794,5.658125,60.45207,0.29720438,2.305809,4.629841,36.726562,14.900773,2.7195346,6.2956643,290.69534,28.333902,531.33545,15.850105,971.07996,30.947264,800.9159,376.36578,10.402369,11.522804,691.5262,977.6583,2952.348,691.05444 +2023-04-11 14:00:00,0.0,3835.395,34.858334,18.584211,10.095147,38.874065,188.87596,31.61728,67.84221,24.610573,40.49243,240.01099,449.74188,20.339573,31.838129,7.947145,1.6359855,35.539265,15.292225,15.236136,459.9945,3.183393,317.5801,107.53406,6.039772,54.228546,117.01793,56.422436,430.8917,232.93718,2187.3882,7.4671392,2373.116,44.2688,7.831468,5.513711,36.174835,206.01903,268.58945,232.23409,80.53611,23.448374,9.297904,869.44116,111.988686,71.20682,47.31998,298.53552,19.773071,310.34982,11.8300905,55.847378,0.0,3085.1082,6181.3594,4.1529474,39.511066,36.95479,25897.904,86.1834,3.2829232,62.64532,103.91997,45.22313,12.435195,53.435806,544.4845,52.612328,40.35625,4.206157,9.210195,756.4868,2.7256002,419.12003,53.06625,2685.2432,84.80648,151.15298,181.49734,271.04153,25.305037,40.51544,231.60788,20.208855,21.255886,16.08575,36.712116,190.49004,12.200357,9.229326,104.44138,20.005398,4459.553,31.452053,46.077084,24.836506,32.140507,336.29535,84.845505,52.911804,13.405652,16.075817,44.72942,112.9053,242.31696,82.392365,277.9739,43.127903,45.085552,118.21869,183.24805,365.1575,136.58168,9.480994,9.92507,12.732024,95.09882,7625.4097,10.982895,50.359013,119.05366,29.73576,335.22803,86.22954,250.81044,6.926068,115.31078,842.46674,775.35693,76.82384,1031.5315,109.0275,109.5814,93.39895,57.73082,10.876573,35.643124,728.7039,7.074921,10.732107,216.18756,9.654801,5.70037,57.373608,59.40393,603.0513,142.41962,177.79778,1903.8281,101.85391,2009.9122,1690.2645,9.195497,7.499653,3681.7073,12.86273,16.04375,316.25446,30.140057,62.412113,34.891228,153.94301,702.3574,267.5584,4.374885,38.486004,166.7183,1129.0872,19.622929,112.64951,10.340949,1.44246,54.5168,1.2531298,1.2155684,4.119772,11.286599,34.183445,65.11689,29.961575,863.36346,37.628704,14.314285,21.411112,6.106627,67.95868,3.4585648,2.3470924,5.65875,60.44779,0.29662302,2.3049793,4.6292233,36.734375,14.900833,2.7173195,6.3120966,291.35837,28.394547,532.5437,15.871798,973.0567,30.985083,800.71466,377.12564,10.421663,11.528379,692.859,979.7607,2956.646,690.84247 +2023-04-11 15:00:00,0.0,3836.4697,34.88277,18.604479,10.106985,38.885418,188.9189,31.622587,67.85194,24.610146,40.489796,240.3065,450.09616,20.343197,31.877361,7.9380856,1.6343691,35.544495,15.299649,15.22501,460.08725,3.1828523,317.67334,107.52173,6.032783,54.13344,117.03139,56.408653,430.4792,232.88629,2188.9658,7.455646,2373.0198,44.194286,7.8203287,5.505203,36.126297,206.0681,268.6084,231.86499,80.604164,23.468763,9.298694,869.41364,111.77176,71.19188,47.34969,298.77203,19.7625,310.48962,11.832011,55.834427,0.0,3087.0425,6187.9155,4.1594715,39.54167,36.996716,25911.334,86.26243,3.287033,62.645836,103.90022,45.245438,12.442514,53.41002,544.82697,52.6888,40.364307,4.208812,9.21225,756.77954,2.7351058,418.87067,53.103127,2684.427,84.82639,151.09248,181.45241,271.02972,25.283152,40.49101,231.32925,20.19285,21.242533,16.098188,36.71483,190.36942,12.205724,9.233764,104.46232,20.005672,4459.15,31.467527,46.046875,24.836418,32.150944,336.2014,84.82996,52.911457,13.411603,16.083035,44.713173,112.92173,242.20175,82.39479,277.98602,43.172115,45.08347,118.237785,183.33958,366.2732,136.62488,9.478541,9.936979,12.723393,95.35346,7639.2456,10.973972,50.33788,118.92257,29.734217,335.2378,86.145134,250.68756,6.9211574,115.38576,842.12366,774.78143,76.80146,1031.0895,108.910416,109.534225,93.47472,57.673683,10.864963,35.6145,729.4548,7.063623,10.717028,216.00674,9.653274,5.6995354,57.31337,59.36022,602.6469,142.32161,177.77998,1903.2668,101.98201,2010.37,1690.6599,9.202192,7.5109377,3691.3079,12.858172,16.067709,316.2573,30.169584,62.46917,34.921055,154.15244,703.44086,267.5983,4.3790774,38.5114,167.13771,1131.6461,19.67666,112.75176,10.351215,1.442111,54.51871,1.2528521,1.2146947,4.116515,11.290947,34.214165,65.2911,29.95486,865.6638,37.65972,14.321428,21.416666,6.1074405,67.9349,3.4607637,2.3468056,5.6593747,60.443512,0.29604167,2.3041494,4.6286054,36.742188,14.900892,2.715104,6.3285294,292.0214,28.45519,533.752,15.893491,975.0334,31.0229,800.5134,377.8855,10.440958,11.533954,694.19183,981.86304,2960.9443,690.6305 +2023-04-11 16:00:00,0.0,3837.5444,34.907207,18.624746,10.118823,38.896767,188.96185,31.627895,67.86167,24.609716,40.48716,240.60204,450.45044,20.34682,31.916592,7.929026,1.6327529,35.549725,15.307073,15.213884,460.17996,3.1823118,317.76657,107.5094,6.025794,54.038334,117.04485,56.39487,430.06668,232.83542,2190.5435,7.4441533,2372.9236,44.119774,7.809189,5.4966946,36.07775,206.11716,268.62735,231.4959,80.672226,23.489153,9.299483,869.3861,111.55483,71.17693,47.379402,299.0086,19.75193,310.62943,11.833931,55.821476,0.0,3088.9768,6194.471,4.165995,39.57228,37.03864,25924.764,86.34145,3.2911432,62.64635,103.880486,45.267742,12.449834,53.38423,545.1695,52.765278,40.372368,4.2114677,9.214306,757.07227,2.7446115,418.6213,53.14,2683.611,84.8463,151.03197,181.40747,271.0179,25.261269,40.46658,231.05061,20.176847,21.22918,16.110626,36.717537,190.24881,12.211091,9.2382,104.48325,20.005949,4458.7466,31.483002,46.016666,24.83633,32.161385,336.1074,84.81442,52.91111,13.417555,16.090252,44.696926,112.93816,242.08655,82.397224,277.9981,43.216328,45.08139,118.256874,183.4311,367.3889,136.66809,9.4760895,9.948889,12.714762,95.6081,7653.082,10.96505,50.316742,118.79148,29.732674,335.2476,86.06074,250.56468,6.916247,115.46074,841.7806,774.206,76.779076,1030.6475,108.79333,109.48706,93.55049,57.616543,10.8533535,35.585873,730.2057,7.052325,10.701948,215.82593,9.651746,5.698701,57.25313,59.31651,602.24255,142.22362,177.7622,1902.7056,102.1101,2010.8278,1691.0553,9.208889,7.5222225,3700.9087,12.853615,16.091667,316.26016,30.199112,62.526222,34.95088,154.36185,704.5243,267.63818,4.38327,38.536793,167.55711,1134.2052,19.73039,112.85402,10.361482,1.4417621,54.52062,1.2525744,1.2138212,4.113258,11.295294,34.24489,65.46532,29.948149,867.9642,37.69074,14.328571,21.422222,6.108254,67.91111,3.4629629,2.3465185,5.66,60.43923,0.2954603,2.3033195,4.627988,36.75,14.900952,2.712889,6.344962,292.6844,28.515837,534.96027,15.915183,977.0101,31.060719,800.3122,378.64536,10.460253,11.539528,695.52466,983.9654,2965.2424,690.4185 +2023-04-11 17:00:00,0.0,3838.6194,34.931644,18.645012,10.130662,38.90812,189.00479,31.633204,67.87141,24.60929,40.484528,240.89755,450.80472,20.350445,31.955824,7.919966,1.6311367,35.554955,15.314496,15.202758,460.2727,3.1817713,317.8598,107.49707,6.018805,53.94323,117.05831,56.38109,429.65417,232.78453,2192.121,7.43266,2372.8276,44.045258,7.798049,5.4881864,36.02921,206.16621,268.6463,231.1268,80.74028,23.509542,9.300274,869.3586,111.337906,71.161995,47.40911,299.24512,19.74136,310.76923,11.835852,55.808525,0.0,3090.9114,6201.0273,4.1725187,39.602886,37.080566,25938.193,86.42049,3.2952533,62.646866,103.86074,45.29005,12.457153,53.358444,545.51196,52.841755,40.380424,4.2141232,9.216362,757.3649,2.754117,418.37195,53.176876,2682.7952,84.8662,150.97145,181.36253,271.0061,25.239384,40.44215,230.77199,20.160845,21.215824,16.123064,36.72025,190.1282,12.216457,9.242638,104.50419,20.006224,4458.3433,31.498474,45.986458,24.836243,32.17182,336.01343,84.79888,52.910763,13.423506,16.09747,44.680683,112.9546,241.97134,82.39965,278.0102,43.26054,45.079308,118.27597,183.52264,368.50458,136.7113,9.473637,9.960799,12.706131,95.86274,7666.9185,10.956126,50.295605,118.66039,29.73113,335.25735,85.97634,250.44182,6.9113364,115.53571,841.43756,773.63055,76.7567,1030.2054,108.67625,109.43989,93.62626,57.559406,10.841743,35.557247,730.95654,7.0410266,10.686869,215.64513,9.650218,5.6978664,57.192894,59.272797,601.8382,142.12561,177.74442,1902.1443,102.2382,2011.2855,1691.4507,9.215585,7.5335073,3710.5093,12.849057,16.115625,316.26303,30.22864,62.58328,34.9807,154.57127,705.6077,267.67807,4.387462,38.562187,167.97652,1136.7643,19.784122,112.956276,10.371748,1.441413,54.52253,1.2522967,1.2129475,4.1100006,11.299642,34.27561,65.639534,29.941435,870.2646,37.72176,14.335714,21.427778,6.1090674,67.88733,3.4651618,2.3462315,5.660625,60.43495,0.29487896,2.3024898,4.6273704,36.757812,14.901011,2.7106736,6.361395,293.3474,28.57648,536.1686,15.936875,978.9868,31.098537,800.11096,379.4052,10.4795475,11.545102,696.8575,986.0677,2969.5408,690.2066 +2023-04-11 18:00:00,0.0,3839.694,34.95608,18.66528,10.1425,38.919468,189.04773,31.638512,67.881134,24.608862,40.48189,241.19308,451.159,20.354069,31.995054,7.910907,1.6295203,35.560184,15.32192,15.191631,460.36545,3.1812305,317.95303,107.48474,6.0118165,53.84812,117.07177,56.367306,429.24167,232.73366,2193.6987,7.421167,2372.7314,43.970745,7.7869096,5.479678,35.98067,206.21527,268.66525,230.7577,80.808334,23.529932,9.301064,869.33105,111.12098,71.14705,47.438824,299.4817,19.73079,310.90903,11.837772,55.795578,0.0,3092.8457,6207.583,4.179043,39.63349,37.122494,25951.623,86.49951,3.2993631,62.64738,103.840996,45.312355,12.464473,53.332657,545.85443,52.91823,40.388485,4.2167788,9.218418,757.65765,2.7636225,418.12256,53.21375,2681.9792,84.88611,150.91095,181.3176,270.9943,25.217499,40.417717,230.49336,20.14484,21.20247,16.1355,36.72296,190.0076,12.221825,9.247074,104.52512,20.0065,4457.94,31.513948,45.95625,24.836155,32.18226,335.91943,84.78334,52.910416,13.429458,16.104687,44.664436,112.97103,241.85614,82.402084,278.02228,43.304752,45.077225,118.29507,183.61417,369.62027,136.7545,9.471184,9.972709,12.6975,96.11738,7680.7544,10.947204,50.274467,118.529305,29.72959,335.26715,85.891945,250.31894,6.906426,115.610695,841.0945,773.05505,76.734314,1029.7634,108.559166,109.39272,93.702034,57.50227,10.830133,35.52862,731.70746,7.029729,10.671789,215.46431,9.64869,5.697032,57.132656,59.229088,601.43384,142.0276,177.72664,1901.583,102.36629,2011.7434,1691.8461,9.2222805,7.5447917,3720.1099,12.8445,16.139584,316.2659,30.258167,62.640335,35.01053,154.7807,706.69116,267.718,4.3916545,38.58758,168.39592,1139.3234,19.837852,113.058525,10.382014,1.4410641,54.524437,1.2520189,1.2120738,4.106744,11.303989,34.30633,65.81375,29.934723,872.56494,37.752777,14.342857,21.433332,6.109881,67.86354,3.467361,2.3459444,5.66125,60.430676,0.29429764,2.3016598,4.6267524,36.765625,14.901072,2.7084582,6.3778276,294.01044,28.637125,537.3769,15.958569,980.9635,31.136354,799.9098,380.16507,10.498842,11.550676,698.1903,988.17004,2973.8389,689.9946 +2023-04-11 19:00:00,0.0,3840.7688,34.98052,18.685547,10.154338,38.93082,189.09067,31.64382,67.89087,24.608433,40.479256,241.4886,451.51328,20.357693,32.034286,7.9018474,1.627904,35.56542,15.329344,15.180506,460.4582,3.18069,318.04626,107.47241,6.0048275,53.753017,117.085236,56.353527,428.8292,232.68279,2195.2764,7.4096737,2372.6353,43.896233,7.7757697,5.47117,35.93213,206.26433,268.6842,230.38861,80.87639,23.550322,9.301853,869.3035,110.90405,71.13211,47.468533,299.7182,19.72022,311.04883,11.839692,55.782627,0.0,3094.78,6214.139,4.1855664,39.664097,37.16442,25965.053,86.57854,3.3034732,62.6479,103.82125,45.334663,12.471792,53.30687,546.19696,52.994705,40.39654,4.2194343,9.220474,757.9504,2.7731283,417.8732,53.250626,2681.163,84.90602,150.85045,181.27266,270.98248,25.195614,40.393288,230.21474,20.128838,21.189117,16.147938,36.72567,189.88698,12.227191,9.251512,104.54606,20.006775,4457.5366,31.529423,45.92604,24.836067,32.192696,335.82547,84.7678,52.91007,13.435409,16.111904,44.64819,112.987465,241.74094,82.40452,278.03436,43.348965,45.07514,118.31416,183.70569,370.73596,136.79771,9.468731,9.984618,12.688869,96.37202,7694.591,10.938281,50.253334,118.398224,29.728046,335.27692,85.80754,250.19606,6.9015155,115.68567,840.7514,772.4796,76.71194,1029.3214,108.44208,109.34555,93.77781,57.445133,10.818524,35.499996,732.4583,7.0184307,10.656709,215.28351,9.647162,5.696198,57.07242,59.185375,601.0295,141.9296,177.70885,1901.0217,102.494385,2012.2012,1692.2415,9.228976,7.5560765,3729.7107,12.839942,16.163542,316.26874,30.287695,62.69739,35.04035,154.99011,707.77454,267.75787,4.3958473,38.612976,168.81532,1141.8824,19.891584,113.16078,10.392281,1.4407152,54.52635,1.2517412,1.2112001,4.1034865,11.308336,34.337055,65.98797,29.928009,874.86536,37.783794,14.349999,21.438889,6.1106944,67.83976,3.46956,2.3456573,5.661875,60.426395,0.29371628,2.30083,4.626135,36.773438,14.901131,2.706243,6.3942604,294.67343,28.697771,538.58514,15.980261,982.9402,31.174173,799.70856,380.92493,10.518137,11.556252,699.52313,990.2724,2978.1372,689.78265 +2023-04-11 20:00:00,0.0,3841.8435,35.004955,18.705812,10.166176,38.942173,189.1336,31.64913,67.900604,24.608006,40.476624,241.78413,451.86755,20.361317,32.073517,7.8927875,1.6262878,35.57065,15.336768,15.169379,460.55093,3.1801496,318.1395,107.46008,5.9978385,53.65791,117.098694,56.339745,428.4167,232.6319,2196.854,7.398181,2372.5393,43.821716,7.76463,5.4626613,35.883587,206.31339,268.70316,230.01952,80.94444,23.570711,9.302643,869.27606,110.687126,71.117165,47.49824,299.95477,19.70965,311.18863,11.841613,55.769676,0.0,3096.7146,6220.695,4.1920905,39.694706,37.20635,25978.482,86.65757,3.3075833,62.648415,103.80151,45.35697,12.479112,53.281082,546.5394,53.071182,40.404602,4.22209,9.22253,758.2431,2.7826338,417.62384,53.287502,2680.3472,84.92593,150.78993,181.22772,270.97064,25.173729,40.36886,229.9361,20.112833,21.175764,16.160376,36.728382,189.76637,12.232558,9.255948,104.56699,20.007051,4457.1333,31.544895,45.895832,24.83598,32.203136,335.73148,84.75226,52.90972,13.44136,16.11912,44.631943,113.0039,241.62573,82.406944,278.04645,43.393177,45.07306,118.33325,183.79723,371.85165,136.84091,9.466278,9.996528,12.680238,96.626656,7708.4272,10.929358,50.232197,118.267136,29.726503,335.2867,85.723145,250.07318,6.896605,115.76064,840.4084,771.9041,76.68955,1028.8794,108.325,109.298386,93.85358,57.387997,10.806914,35.47137,733.2092,7.0071325,10.641629,215.10269,9.645635,5.6953635,57.01218,59.141663,600.6251,141.8316,177.69107,1900.4606,102.622475,2012.6589,1692.6368,9.235672,7.5673614,3739.3113,12.835384,16.1875,316.2716,30.317223,62.754444,35.070175,155.19954,708.858,267.79776,4.4000397,38.63837,169.23473,1144.4415,19.945314,113.26304,10.402547,1.4403663,54.528255,1.2514634,1.2103266,4.1002293,11.312684,34.36778,66.16218,29.921295,877.1657,37.814816,14.357142,21.444445,6.111508,67.81597,3.471759,2.3453703,5.6625,60.422115,0.29313493,2.3000002,4.6255174,36.78125,14.90119,2.7040277,6.410693,295.33646,28.758415,539.79346,16.001953,984.9169,31.211992,799.5073,381.68478,10.537432,11.561826,700.85596,992.37476,2982.4353,689.5707 +2023-04-11 21:00:00,0.0,3842.9182,35.029392,18.72608,10.178015,38.95352,189.17656,31.654438,67.91033,24.607576,40.473988,242.07967,452.22183,20.36494,32.11275,7.883728,1.6246715,35.57588,15.344192,15.158253,460.64368,3.1796088,318.23273,107.447754,5.9908495,53.562805,117.11215,56.325962,428.00418,232.58102,2198.4316,7.3866878,2372.443,43.747204,7.7534904,5.454153,35.835045,206.36244,268.7221,229.65042,81.0125,23.591103,9.303432,869.24854,110.4702,71.10223,47.527954,300.19128,19.69908,311.32843,11.8435335,55.756725,0.0,3098.649,6227.251,4.198614,39.72531,37.248272,25991.912,86.736595,3.3116932,62.64893,103.78177,45.379276,12.486431,53.255295,546.8819,53.147655,40.41266,4.2247453,9.2245865,758.53577,2.7921393,417.37448,53.324375,2679.5312,84.94583,150.72943,181.18279,270.95883,25.151844,40.344425,229.65747,20.09683,21.16241,16.172813,36.731094,189.64577,12.237925,9.2603855,104.58793,20.007326,4456.73,31.56037,45.865623,24.835892,32.213573,335.63748,84.736725,52.909374,13.447311,16.126337,44.6157,113.02033,241.51053,82.40938,278.05856,43.43739,45.070976,118.35235,183.88875,372.96732,136.88412,9.463825,10.008438,12.671607,96.881294,7722.263,10.920435,50.21106,118.13605,29.72496,335.29648,85.63875,249.95032,6.8916945,115.835625,840.0653,771.3287,76.667175,1028.4374,108.20792,109.25121,93.92935,57.330856,10.795304,35.442745,733.9601,6.9958344,10.62655,214.92189,9.644107,5.694529,56.951942,59.097954,600.22076,141.7336,177.6733,1899.8992,102.75057,2013.1167,1693.0322,9.242369,7.578646,3748.9119,12.830827,16.211458,316.27448,30.34675,62.8115,35.100002,155.40897,709.9414,267.83765,4.404232,38.66377,169.65413,1147.0006,19.999046,113.36529,10.412812,1.4400172,54.530167,1.2511857,1.2094529,4.0969725,11.317031,34.3985,66.336395,29.914583,879.46606,37.845833,14.364285,21.45,6.1123214,67.79219,3.4739583,2.3450832,5.663125,60.41784,0.29255357,2.2991703,4.6248994,36.789062,14.90125,2.7018125,6.427126,295.99948,28.81906,541.0017,16.023645,986.8936,31.249811,799.3061,382.44464,10.556726,11.5674,702.1888,994.4771,2986.7336,689.3587 +2023-04-11 22:00:00,0.0,3843.993,35.05383,18.746347,10.189853,38.964874,189.2195,31.659746,67.92007,24.60715,40.47135,242.37518,452.5761,20.368565,32.15198,7.874668,1.6230552,35.58111,15.351615,15.147126,460.73642,3.1790683,318.32593,107.435425,5.9838605,53.467697,117.12562,56.31218,427.59167,232.53014,2200.0093,7.3751945,2372.347,43.67269,7.7423506,5.445645,35.786503,206.4115,268.7411,229.28133,81.08056,23.611492,9.304222,869.221,110.25327,71.08728,47.557663,300.42786,19.688509,311.46823,11.845453,55.743774,0.0,3100.5835,6233.8066,4.205138,39.755917,37.2902,26005.342,86.81562,3.3158033,62.649445,103.762024,45.401585,12.493751,53.229507,547.2244,53.224133,40.42072,4.227401,9.226643,758.8285,2.801645,417.12512,53.36125,2678.7153,84.965744,150.66891,181.13786,270.94702,25.12996,40.319996,229.37885,20.080826,21.149057,16.185251,36.733803,189.52515,12.243292,9.264822,104.608864,20.007603,4456.3267,31.575844,45.835415,24.835804,32.22401,335.54352,84.72118,52.909027,13.453263,16.133554,44.599453,113.036766,241.39532,82.411804,278.07065,43.4816,45.068893,118.371445,183.98027,374.083,136.92734,9.461372,10.020348,12.662976,97.13593,7736.0996,10.911512,50.189922,118.00496,29.723417,335.30624,85.55435,249.82744,6.886784,115.9106,839.7222,770.75323,76.64479,1027.9954,108.09083,109.20404,94.00513,57.27372,10.783694,35.41412,734.711,6.984536,10.61147,214.74107,9.642579,5.6936946,56.891705,59.05424,599.8164,141.63559,177.6555,1899.3379,102.87866,2013.5745,1693.4277,9.249064,7.589931,3758.5127,12.826269,16.235416,316.27734,30.376278,62.868557,35.129826,155.61838,711.02484,267.87753,4.4084244,38.689163,170.07353,1149.5596,20.052776,113.467545,10.423079,1.4396683,54.532074,1.2509079,1.2085792,4.093715,11.321379,34.429222,66.51061,29.90787,881.7665,37.87685,14.3714285,21.455555,6.113135,67.7684,3.4761572,2.3447962,5.6637497,60.41356,0.29197222,2.2983406,4.624282,36.796875,14.901309,2.6995971,6.4435587,296.6625,28.879705,542.21,16.04534,988.8703,31.287628,799.10486,383.2045,10.576021,11.572974,703.5216,996.57947,2991.0317,689.1467 +2023-04-11 23:00:00,0.0,3845.0676,35.078266,18.766613,10.201691,38.976223,189.26244,31.665054,67.929794,24.606722,40.468716,242.67072,452.9304,20.372189,32.19121,7.8656087,1.621439,35.586338,15.359039,15.136001,460.82913,3.1785276,318.41916,107.423096,5.9768715,53.372593,117.13908,56.298397,427.17917,232.47926,2201.587,7.3637013,2372.2507,43.59818,7.7312107,5.4371367,35.73796,206.46056,268.76004,228.91223,81.14861,23.631882,9.305013,869.1935,110.03635,71.07234,47.587376,300.6644,19.677938,311.60803,11.847374,55.730824,0.0,3102.5178,6240.363,4.211662,39.786522,37.332127,26018.771,86.89465,3.3199134,62.649963,103.74227,45.42389,12.50107,53.20372,547.5669,53.300606,40.428776,4.2300563,9.228698,759.1212,2.8111506,416.87576,53.398125,2677.8994,84.98565,150.6084,181.09293,270.9352,25.108076,40.295567,229.10022,20.064823,21.135702,16.197687,36.736515,189.40454,12.248658,9.269259,104.6298,20.00788,4455.9233,31.591316,45.80521,24.835716,32.234447,335.44952,84.70564,52.90868,13.459214,16.140772,44.583206,113.0532,241.28012,82.41424,278.08273,43.525814,45.06681,118.39053,184.07181,375.1987,136.97054,9.45892,10.032257,12.6543455,97.39057,7749.936,10.902589,50.16879,117.87387,29.721876,335.31604,85.46995,249.70456,6.881873,115.98557,839.3792,770.17773,76.62241,1027.5533,107.97375,109.156876,94.080894,57.216583,10.772085,35.385494,735.46185,6.973238,10.596391,214.56026,9.641051,5.69286,56.831467,59.01053,599.4121,141.53758,177.63773,1898.7767,103.00676,2014.0322,1693.8231,9.25576,7.6012154,3768.1133,12.821712,16.259375,316.2802,30.405806,62.925613,35.15965,155.8278,712.1083,267.91742,4.412617,38.714558,170.49294,1152.1187,20.106508,113.5698,10.433345,1.4393194,54.533985,1.2506301,1.2077056,4.0904584,11.3257265,34.459946,66.68483,29.901157,884.06683,37.90787,14.3785715,21.461111,6.1139483,67.74462,3.4783564,2.3445091,5.664375,60.40928,0.29139087,2.2975106,4.6236644,36.804688,14.901369,2.697382,6.459991,297.3255,28.94035,543.4183,16.067032,990.847,31.325447,798.9036,383.96436,10.595316,11.578548,704.8544,998.6818,2995.33,688.93475 +2023-04-12 00:00:00,0.0,3846.1423,35.102703,18.78688,10.21353,38.987576,189.30537,31.670362,67.93953,24.606293,40.466084,242.96623,453.28467,20.375813,32.230442,7.8565493,1.6198226,35.591568,15.366463,15.124874,460.92188,3.177987,318.5124,107.41077,5.9698825,53.277485,117.15254,56.284615,426.7667,232.42838,2203.1643,7.352208,2372.1548,43.523663,7.7200713,5.4286284,35.689423,206.50961,268.779,228.54314,81.21667,23.652271,9.305802,869.16595,109.81942,71.057396,47.617085,300.90094,19.66737,311.74783,11.849295,55.717873,0.0,3104.4521,6246.9185,4.218186,39.817127,37.374054,26032.201,86.97368,3.3240232,62.65048,103.72253,45.446198,12.508389,53.177933,547.90936,53.377083,40.436836,4.232712,9.230754,759.41394,2.8206563,416.6264,53.435,2677.0833,85.005554,150.5479,181.04799,270.9234,25.086191,40.271133,228.82158,20.04882,21.122349,16.210125,36.739227,189.28394,12.254025,9.273697,104.650734,20.008154,4455.52,31.60679,45.775,24.835629,32.24489,335.35556,84.6901,52.908333,13.465166,16.14799,44.56696,113.069626,241.16492,82.41667,278.09482,43.570026,45.064728,118.40963,184.16333,376.3144,137.01375,9.456467,10.044167,12.645715,97.64522,7763.772,10.893666,50.14765,117.74278,29.720333,335.3258,85.38555,249.5817,6.8769627,116.060555,839.03613,769.6023,76.60003,1027.1113,107.85667,109.1097,94.15667,57.159447,10.760475,35.35687,736.21277,6.96194,10.581311,214.37946,9.6395235,5.6920257,56.77123,58.96682,599.00775,141.43959,177.61993,1898.2155,103.13485,2014.49,1694.2185,9.262456,7.6125,3777.7139,12.817154,16.283333,316.28305,30.435333,62.982666,35.189476,156.03723,713.19165,267.95734,4.4168096,38.739952,170.91234,1154.6777,20.16024,113.67205,10.443611,1.4389704,54.535892,1.2503524,1.2068319,4.087201,11.330073,34.490665,66.85905,29.894444,886.36725,37.93889,14.385715,21.466667,6.114762,67.72083,3.4805553,2.344222,5.665,60.405003,0.29080954,2.2966807,4.6230464,36.8125,14.901428,2.6951666,6.4764237,297.98853,29.000994,544.6266,16.088724,992.8237,31.363266,798.7024,384.7242,10.614611,11.584124,706.1872,1000.7842,2999.6282,688.7228 +2023-04-12 01:00:00,0.0,3847.217,35.12714,18.807148,10.225368,38.998928,189.34831,31.67567,67.949265,24.605865,40.463448,243.26176,453.63895,20.379436,32.269676,7.8474894,1.6182064,35.5968,15.373887,15.113748,461.01462,3.1774466,318.60562,107.39844,5.9628935,53.18238,117.166,56.270832,426.3542,232.3775,2204.742,7.3407154,2372.0586,43.44915,7.7089314,5.4201202,35.640877,206.55867,268.79794,228.17404,81.28472,23.67266,9.306592,869.1384,109.60249,71.04246,47.646797,301.13748,19.6568,311.88763,11.851214,55.70492,0.0,3106.3867,6253.4746,4.2247095,39.847736,37.41598,26045.63,87.052704,3.3281333,62.650993,103.70278,45.468502,12.515709,53.152145,548.2519,53.45356,40.444893,4.2353673,9.23281,759.7066,2.8301618,416.377,53.471874,2676.2673,85.02547,150.4874,181.00305,270.9116,25.064306,40.246704,228.54295,20.032816,21.108995,16.222563,36.74194,189.16331,12.259392,9.278133,104.67167,20.00843,4455.1167,31.622265,45.744793,24.835539,32.255325,335.26157,84.67456,52.907986,13.471117,16.155207,44.550713,113.08606,241.04971,82.4191,278.1069,43.61424,45.062645,118.42873,184.25485,377.43008,137.05696,9.454014,10.056077,12.637083,97.89986,7777.6084,10.884744,50.126514,117.611694,29.71879,335.3356,85.301155,249.45882,6.872052,116.13553,838.69305,769.0268,76.57765,1026.6693,107.73958,109.06254,94.232445,57.10231,10.748865,35.328243,736.9636,6.950642,10.566232,214.19864,9.637996,5.691191,56.71099,58.923107,598.6034,141.34158,177.60216,1897.6542,103.26295,2014.9478,1694.6139,9.269152,7.623785,3787.3147,12.812596,16.307291,316.28592,30.46486,63.039722,35.2193,156.24664,714.2751,267.99722,4.421002,38.765347,171.33174,1157.2368,20.21397,113.77431,10.453877,1.4386215,54.5378,1.2500746,1.2059582,4.083944,11.334421,34.52139,67.03326,29.887732,888.6676,37.969906,14.392857,21.472221,6.1155753,67.69705,3.4827545,2.343935,5.665625,60.400723,0.2902282,2.295851,4.622429,36.820312,14.901487,2.6929514,6.4928565,298.65155,29.06164,545.83484,16.110416,994.8004,31.401083,798.50116,385.48407,10.633905,11.589698,707.52,1002.8865,3003.9265,688.5108 +2023-04-12 02:00:00,0.0,3848.2917,35.151577,18.827414,10.2372055,39.010277,189.39127,31.680979,67.95899,24.605436,40.46081,243.5573,453.99323,20.38306,32.308907,7.83843,1.6165901,35.60203,15.38131,15.102621,461.10736,3.1769059,318.69885,107.38611,5.955905,53.087273,117.17946,56.25705,425.94168,232.32661,2206.3196,7.329222,2371.9624,43.374638,7.6977916,5.4116116,35.592335,206.60773,268.8169,227.80495,81.352776,23.69305,9.307382,869.11096,109.38557,71.02751,47.676506,301.37402,19.646229,312.02744,11.853135,55.69197,0.0,3108.3213,6260.0303,4.2312336,39.87834,37.457905,26059.06,87.13174,3.3322434,62.65151,103.68304,45.49081,12.523028,53.12636,548.59436,53.530033,40.452953,4.238023,9.234866,759.9993,2.8396673,416.12766,53.50875,2675.4514,85.04537,150.42688,180.95811,270.89975,25.042421,40.22227,228.26433,20.016813,21.095642,16.235,36.74465,189.04271,12.264759,9.282571,104.692604,20.008705,4454.7134,31.637737,45.714584,24.835451,32.265762,335.16757,84.65902,52.90764,13.477069,16.162424,44.53447,113.10249,240.93451,82.42153,278.119,43.65845,45.060562,118.44782,184.34639,378.54578,137.10016,9.451561,10.0679865,12.628452,98.154495,7791.445,10.87582,50.105377,117.480606,29.717247,335.34537,85.21676,249.33594,6.8671417,116.21051,838.35004,768.45135,76.55527,1026.2273,107.6225,109.015366,94.30821,57.04517,10.737256,35.299618,737.71454,6.939344,10.551152,214.01784,9.636468,5.6903567,56.650753,58.879395,598.19904,141.24358,177.58437,1897.093,103.39104,2015.4055,1695.0093,9.275847,7.63507,3796.9153,12.808039,16.33125,316.2888,30.494389,63.09678,35.249123,156.45607,715.3585,268.0371,4.4251943,38.79074,171.75114,1159.7959,20.267702,113.876564,10.464144,1.4382725,54.53971,1.2497969,1.2050847,4.080687,11.338768,34.55211,67.20747,29.881018,890.96796,38.000927,14.4,21.477777,6.116389,67.67326,3.4849536,2.343648,5.6662498,60.396442,0.28964683,2.295021,4.6218114,36.828125,14.901547,2.690736,6.5092893,299.31454,29.122284,547.04315,16.132109,996.7771,31.438902,798.2999,386.24393,10.6532,11.595272,708.85284,1004.98883,3008.2246,688.2988 +2023-04-12 03:00:00,0.0,3849.3665,35.176014,18.847681,10.249043,39.02163,189.4342,31.686289,67.96873,24.60501,40.458176,243.85281,454.3475,20.386684,32.348137,7.8293705,1.6149738,35.60726,15.388734,15.0914955,461.2001,3.1763654,318.79208,107.37378,5.948916,52.99217,117.192924,56.24327,425.52917,232.27574,2207.8972,7.317729,2371.8665,43.30012,7.686652,5.4031034,35.543797,206.65678,268.83585,227.43585,81.42083,23.71344,9.308171,869.08344,109.16864,71.012566,47.70622,301.61057,19.635658,312.16724,11.855056,55.67902,0.0,3110.2554,6266.5864,4.237757,39.908947,37.499832,26072.49,87.21076,3.3363533,62.652027,103.6633,45.51312,12.530348,53.100574,548.9368,53.60651,40.46101,4.2406783,9.236922,760.29205,2.849173,415.8783,53.545624,2674.6355,85.06528,150.36636,180.91318,270.88794,25.020536,40.19784,227.9857,20.000809,21.082289,16.247438,36.74736,188.9221,12.270126,9.287007,104.71353,20.008982,4454.31,31.653212,45.684376,24.835363,32.2762,335.0736,84.643486,52.90729,13.48302,16.16964,44.518223,113.11893,240.8193,82.42396,278.1311,43.70266,45.05848,118.46691,184.43791,379.66147,137.14337,9.449108,10.079896,12.619822,98.409134,7805.281,10.866898,50.084244,117.34952,29.715706,335.35516,85.13236,249.21306,6.8622313,116.285484,838.00696,767.8759,76.53289,1025.7853,107.50541,108.9682,94.38399,56.988033,10.725646,35.270992,738.46545,6.9280457,10.536072,213.83702,9.63494,5.6895227,56.590515,58.835686,597.7947,141.14557,177.56659,1896.5317,103.51913,2015.8633,1695.4047,9.282543,7.646354,3806.516,12.803481,16.355207,316.29166,30.523916,63.153835,35.27895,156.66548,716.44196,268.077,4.4293866,38.816135,172.17055,1162.355,20.321432,113.97881,10.47441,1.4379236,54.54162,1.2495191,1.204211,4.07743,11.343116,34.582832,67.38169,29.874306,893.2684,38.031944,14.407143,21.483334,6.1172023,67.64948,3.4871526,2.3433611,5.666875,60.392166,0.28906548,2.2941911,4.6211934,36.835938,14.901607,2.688521,6.525722,299.97757,29.182928,548.2514,16.153801,998.7538,31.47672,798.0987,387.00378,10.672495,11.600846,710.18567,1007.0912,3012.523,688.08685 +2023-04-12 04:00:00,0.0,3850.4412,35.20045,18.867949,10.260882,39.032978,189.47714,31.691597,67.97846,24.60458,40.455544,244.14835,454.70178,20.390308,32.38737,7.8203106,1.6133575,35.61249,15.396158,15.080369,461.29285,3.1758249,318.8853,107.36145,5.941927,52.897064,117.20638,56.22949,425.11667,232.22487,2209.4749,7.306236,2371.7703,43.22561,7.6755123,5.394595,35.495255,206.70584,268.8548,227.06676,81.48889,23.73383,9.308961,869.0559,108.951706,70.99763,47.735928,301.8471,19.625088,312.30704,11.856976,55.666073,0.0,3112.19,6273.142,4.2442813,39.939552,37.54176,26085.92,87.28979,3.3404634,62.652542,103.643555,45.535423,12.537667,53.074787,549.27936,53.682987,40.46907,4.243334,9.238978,760.5848,2.8586786,415.62894,53.5825,2673.8193,85.08519,150.30586,180.86824,270.87613,24.998652,40.173412,227.70706,19.984806,21.068933,16.259874,36.750072,188.80148,12.275493,9.291445,104.73447,20.009256,4453.9067,31.668686,45.654167,24.835276,32.28664,334.9796,84.627945,52.906944,13.488972,16.176857,44.501976,113.13536,240.70409,82.42639,278.1432,43.746872,45.056396,118.48601,184.52945,380.77713,137.18658,9.446655,10.091805,12.611191,98.66377,7819.117,10.857975,50.063107,117.21843,29.714163,335.36493,85.04796,249.0902,6.857321,116.36046,837.6639,767.3004,76.510506,1025.3433,107.38833,108.92103,94.45976,56.930897,10.714036,35.242367,739.2163,6.9167476,10.520992,213.65622,9.633412,5.6886883,56.530277,58.791973,597.3903,141.04758,177.5488,1895.9705,103.647224,2016.321,1695.8,9.28924,7.657639,3816.1167,12.7989235,16.379168,316.2945,30.553444,63.21089,35.308773,156.87491,717.5254,268.11688,4.4335794,38.84153,172.58995,1164.914,20.375164,114.08107,10.484676,1.4375746,54.54353,1.2492414,1.2033373,4.0741725,11.347464,34.613556,67.55591,29.867592,895.5687,38.06296,14.414286,21.48889,6.118016,67.625694,3.4893517,2.343074,5.6675,60.387886,0.28848413,2.2933614,4.620576,36.84375,14.901667,2.6863055,6.542155,300.6406,29.243574,549.4597,16.175493,1000.7305,31.51454,797.89746,387.76364,10.69179,11.6064205,711.5185,1009.19354,3016.8213,687.87494 +2023-04-12 05:00:00,0.0,3851.5159,35.224888,18.888216,10.27272,39.04433,189.52008,31.696905,67.98819,24.604153,40.452908,244.44386,455.05606,20.393932,32.4266,7.811251,1.6117413,35.61772,15.403582,15.0692425,461.3856,3.1752841,318.97855,107.34912,5.934938,52.801956,117.21984,56.215706,424.7042,232.17398,2211.0525,7.294743,2371.674,43.151096,7.6643724,5.386087,35.446712,206.7549,268.87375,226.69766,81.556946,23.75422,9.309751,869.0284,108.73478,70.98268,47.76564,302.08365,19.61452,312.44684,11.858896,55.653122,0.0,3114.1245,6279.698,4.250805,39.97016,37.583687,26099.35,87.36882,3.3445735,62.653057,103.62381,45.55773,12.544987,53.049,549.6218,53.75946,40.477127,4.2459893,9.2410345,760.87744,2.8681843,415.37958,53.619377,2673.0034,85.105095,150.24536,180.8233,270.86432,24.976768,40.14898,227.42844,19.968801,21.05558,16.272312,36.752785,188.68088,12.28086,9.295881,104.7554,20.009533,4453.5034,31.684158,45.62396,24.835188,32.297077,334.88565,84.612404,52.906597,13.494923,16.184074,44.48573,113.151794,240.58888,82.42882,278.15527,43.791084,45.054314,118.505104,184.62097,381.89282,137.22978,9.444203,10.103716,12.60256,98.91841,7832.9536,10.849051,50.04197,117.08734,29.71262,335.3747,84.96356,248.96732,6.8524103,116.43544,837.32086,766.725,76.48813,1024.9012,107.27125,108.87386,94.53553,56.87376,10.702427,35.21374,739.9672,6.9054494,10.505913,213.4754,9.631885,5.687854,56.47004,58.74826,596.98596,140.94957,177.53102,1895.4092,103.775314,2016.7788,1696.1954,9.295936,7.668924,3825.7173,12.794366,16.403126,316.29736,30.582972,63.267944,35.338596,157.08434,718.6088,268.15677,4.437772,38.866924,173.00935,1167.473,20.428894,114.18333,10.494943,1.4372257,54.545437,1.2489636,1.2024637,4.0709157,11.35181,34.644276,67.73012,29.86088,897.8691,38.093983,14.421429,21.494444,6.1188293,67.60191,3.4915507,2.342787,5.668125,60.383606,0.28790277,2.2925315,4.6199584,36.851562,14.901726,2.6840901,6.5585876,301.30362,29.304218,550.668,16.197187,1002.7072,31.552357,797.6962,388.5235,10.711084,11.611996,712.8513,1011.2959,3021.1194,687.66296 +2023-04-12 06:00:00,0.0,3852.5908,35.249325,18.908482,10.284558,39.055683,189.56302,31.702213,67.997925,24.603725,40.45027,244.7394,455.41034,20.397556,32.46583,7.8021917,1.610125,35.62295,15.411006,15.058117,461.47833,3.1747437,319.07178,107.33679,5.927949,52.706852,117.23331,56.201923,424.2917,232.12311,2212.6301,7.28325,2371.578,43.076584,7.653233,5.3775787,35.39817,206.80396,268.8927,226.32857,81.625,23.774609,9.310541,869.00085,108.51785,70.96774,47.79535,302.3202,19.603949,312.58664,11.860817,55.64017,0.0,3116.0588,6286.254,4.2573285,40.000767,37.625614,26112.78,87.447845,3.3486834,62.653572,103.604065,45.580036,12.552306,53.023212,549.9643,53.835938,40.485188,4.248645,9.24309,761.17017,2.8776898,415.13022,53.65625,2672.1875,85.125,150.18484,180.77837,270.8525,24.954884,40.12455,227.14981,19.952799,21.042227,16.28475,36.755497,188.56027,12.286226,9.300319,104.77634,20.009808,4453.1,31.699633,45.59375,24.8351,32.307514,334.79166,84.59686,52.90625,13.500874,16.191292,44.469486,113.16823,240.47368,82.43125,278.16736,43.835297,45.05223,118.5242,184.7125,383.0085,137.273,9.441751,10.115625,12.593928,99.17305,7846.7896,10.840129,50.020836,116.95625,29.711077,335.3845,84.879166,248.84444,6.8475,116.510414,836.9778,766.1495,76.465744,1024.4592,107.15416,108.82669,94.611305,56.81662,10.690817,35.185112,740.7181,6.894151,10.490833,213.29459,9.630357,5.6870193,56.409798,58.70455,596.5816,140.85156,177.51324,1894.8479,103.90341,2017.2366,1696.5908,9.302631,7.6802087,3835.318,12.789808,16.427084,316.30023,30.6125,63.325,35.368423,157.29375,719.6922,268.19666,4.441964,38.89232,173.42876,1170.0321,20.482626,114.28558,10.505209,1.4368768,54.547348,1.2486858,1.2015901,4.0676584,11.356158,34.675,67.904335,29.854166,900.1695,38.125,14.428572,21.5,6.119643,67.578125,3.4937499,2.3425,5.66875,60.379326,0.28732142,2.2917016,4.6193404,36.859375,14.901785,2.681875,6.5750203,301.9666,29.364864,551.8763,16.21888,1004.6839,31.590176,797.495,389.28336,10.730379,11.61757,714.18414,1013.39825,3025.4177,687.451 +2023-04-12 07:00:00,0.0,3853.6655,35.27376,18.92875,10.296397,39.06703,189.60597,31.707521,68.00766,24.603296,40.44764,245.03491,455.76465,20.40118,32.505066,7.793132,1.6085087,35.628185,15.418429,15.04699,461.57104,3.1742032,319.165,107.32446,5.92096,52.611744,117.246765,56.18814,423.87918,232.07222,2214.2078,7.2717566,2371.482,43.002068,7.642093,5.3690705,35.34963,206.85301,268.91165,225.95947,81.693054,23.795,9.311331,868.9733,108.30093,70.9528,47.825058,302.55673,19.593378,312.72644,11.862737,55.62722,0.0,3117.9932,6292.81,4.2638526,40.031372,37.667538,26126.209,87.52687,3.3527935,62.654087,103.58432,45.602345,12.559626,52.997425,550.3068,53.912415,40.493244,4.2513003,9.245146,761.4629,2.8871953,414.88086,53.693127,2671.3716,85.144905,150.12434,180.73343,270.84067,24.932999,40.10012,226.87117,19.936796,21.028873,16.297188,36.75821,188.43967,12.291594,9.304755,104.79727,20.010084,4452.697,31.715107,45.56354,24.835012,32.317955,334.6977,84.58132,52.905903,13.506825,16.19851,44.45324,113.18466,240.35847,82.433685,278.17944,43.87951,45.050148,118.54329,184.80403,384.1242,137.31621,9.439298,10.127535,12.585298,99.42769,7860.626,10.831206,49.9997,116.825165,29.709534,335.39426,84.79477,248.72156,6.8425894,116.58539,836.6347,765.57404,76.44337,1024.0172,107.03708,108.77952,94.68708,56.759483,10.679207,35.156487,741.469,6.882853,10.475754,213.11378,9.628829,5.686185,56.34956,58.66084,596.17725,140.75356,177.49545,1894.2866,104.0315,2017.6943,1696.9862,9.309327,7.6914935,3844.9187,12.785252,16.451042,316.3031,30.642029,63.382057,35.398247,157.50317,720.77563,268.23657,4.4461565,38.917717,173.84816,1172.5912,20.536356,114.38783,10.515474,1.4365277,54.549255,1.2484081,1.2007164,4.064401,11.360505,34.705723,68.07855,29.847454,902.46985,38.156017,14.435714,21.505556,6.1204567,67.55434,3.4959488,2.342213,5.669375,60.37505,0.2867401,2.2908719,4.618723,36.867188,14.901845,2.6796596,6.591453,302.62964,29.425508,553.0846,16.240572,1006.66064,31.627995,797.29376,390.0432,10.749674,11.623144,715.51697,1015.5006,3029.7158,687.239 +2023-04-12 08:00:00,0.0,3854.7402,35.2982,18.949017,10.308235,39.078384,189.64891,31.71283,68.01739,24.602869,40.445004,245.33044,456.11893,20.404804,32.544296,7.7840724,1.6068925,35.633415,15.425853,15.035864,461.6638,3.1736624,319.2582,107.31213,5.913971,52.51664,117.26022,56.17436,423.46667,232.02135,2215.7854,7.2602634,2371.3857,42.927555,7.6309533,5.360562,35.301086,206.90207,268.93063,225.59038,81.76111,23.81539,9.31212,868.9458,108.084,70.93786,47.85477,302.79327,19.582808,312.86624,11.864657,55.61427,0.0,3119.9277,6299.3657,4.270376,40.061977,37.709465,26139.639,87.6059,3.3569036,62.654606,103.564575,45.62465,12.566945,52.971638,550.6493,53.988888,40.501305,4.253956,9.247202,761.75555,2.896701,414.63147,53.73,2670.5557,85.16482,150.06383,180.68849,270.82886,24.911114,40.075687,226.59254,19.920792,21.01552,16.309626,36.760918,188.31905,12.29696,9.309193,104.81821,20.010359,4452.2935,31.73058,45.533333,24.834925,32.328392,334.6037,84.56578,52.905556,13.512776,16.205727,44.436993,113.201096,240.24327,82.43611,278.19153,43.92372,45.048065,118.562386,184.89555,385.2399,137.3594,9.436845,10.139444,12.576667,99.68233,7874.4624,10.822283,49.97856,116.69408,29.707993,335.40405,84.710365,248.5987,6.837679,116.66037,836.2917,764.99854,76.42099,1023.57513,106.92,108.73235,94.76285,56.702347,10.667597,35.12786,742.21985,6.871555,10.460674,212.93297,9.627301,5.6853504,56.28932,58.617126,595.7729,140.65555,177.47768,1893.7253,104.1596,2018.1521,1697.3817,9.316023,7.702778,3854.5193,12.780694,16.475,316.30597,30.671556,63.439114,35.42807,157.7126,721.8591,268.27646,4.4503493,38.94311,174.26756,1175.1503,20.590088,114.49009,10.525741,1.4361788,54.551167,1.2481303,1.1998427,4.0611444,11.364853,34.736443,68.25277,29.84074,904.77026,38.18704,14.442857,21.51111,6.12127,67.530556,3.498148,2.3419259,5.67,60.37077,0.28615874,2.290042,4.6181054,36.875,14.901904,2.6774445,6.6078854,303.29266,29.486153,554.29285,16.262264,1008.6373,31.665812,797.0925,390.80307,10.768969,11.628718,716.8498,1017.6029,3034.0142,687.02704 +2023-04-12 09:00:00,0.0,3855.815,35.322636,18.969282,10.320073,39.089733,189.69185,31.71814,68.02712,24.60244,40.442368,245.62598,456.4732,20.408428,32.583527,7.775013,1.6052761,35.638645,15.433277,15.024737,461.75653,3.173122,319.35144,107.299805,5.906982,52.42153,117.27369,56.160576,423.05417,231.97046,2217.363,7.24877,2371.2896,42.853043,7.619814,5.3520536,35.25255,206.95114,268.9496,225.22128,81.82917,23.83578,9.31291,868.91833,107.86707,70.92291,47.88448,303.02982,19.572237,313.00604,11.866577,55.60132,0.0,3121.862,6305.922,4.2769003,40.092583,37.751392,26153.068,87.68493,3.3610134,62.65512,103.54483,45.646957,12.574265,52.94585,550.99176,54.065365,40.50936,4.256611,9.249258,762.0483,2.9062066,414.3821,53.766876,2669.7395,85.18472,150.00333,180.64355,270.81705,24.889229,40.051258,226.31392,19.904789,21.002167,16.322062,36.76363,188.19844,12.302327,9.31363,104.83914,20.010635,4451.89,31.746054,45.503124,24.834837,32.33883,334.5097,84.55024,52.90521,13.518728,16.212942,44.420746,113.21753,240.12807,82.438545,278.20364,43.967934,45.045982,118.58148,184.98708,386.3556,137.40262,9.434392,10.151355,12.568036,99.936966,7888.2983,10.81336,49.957424,116.56299,29.70645,335.41382,84.62597,248.47581,6.8327684,116.735344,835.9486,764.4231,76.398605,1023.1331,106.80291,108.68518,94.83862,56.64521,10.655988,35.099236,742.97076,6.860257,10.445595,212.75217,9.625773,5.684516,56.229084,58.573418,595.3686,140.55756,177.45988,1893.1642,104.28769,2018.6099,1697.7771,9.32272,7.7140627,3864.12,12.776136,16.498959,316.3088,30.701084,63.496166,35.457897,157.92201,722.9425,268.31635,4.4545417,38.968506,174.68697,1177.7094,20.643818,114.59235,10.536007,1.4358299,54.553074,1.2478526,1.1989691,4.057887,11.369201,34.767166,68.42699,29.834028,907.0706,38.218056,14.45,21.516666,6.1220837,67.50677,3.5003471,2.3416388,5.6706247,60.36649,0.2855774,2.289212,4.6174874,36.882812,14.901964,2.675229,6.624318,303.95566,29.546799,555.50116,16.283957,1010.614,31.70363,796.8913,391.56293,10.788263,11.634293,718.1826,1019.70526,3038.3123,686.81506 +2023-04-12 10:00:00,0.0,3856.8896,35.347073,18.98955,10.331911,39.101086,189.73479,31.723448,68.03686,24.602013,40.43973,245.9215,456.82748,20.412052,32.622757,7.765953,1.6036599,35.643875,15.440701,15.013612,461.84927,3.1725814,319.44467,107.28747,5.8999934,52.326427,117.28715,56.146793,422.6417,231.91959,2218.9407,7.2372775,2371.1934,42.778526,7.608674,5.3435454,35.204002,207.0002,268.96854,224.85219,81.897224,23.856169,9.3137,868.8908,107.65015,70.907974,47.914192,303.26636,19.561666,313.14584,11.868498,55.588367,0.0,3123.7966,6312.4775,4.283424,40.12319,37.79332,26166.498,87.763954,3.3651235,62.655636,103.52509,45.669266,12.581584,52.920063,551.3343,54.14184,40.51742,4.2592664,9.251314,762.341,2.9157124,414.13275,53.80375,2668.9236,85.20463,149.94281,180.59862,270.80524,24.867344,40.02683,226.0353,19.888784,20.988811,16.3345,36.766342,188.07784,12.3076935,9.318067,104.86008,20.01091,4451.487,31.761528,45.472916,24.83475,32.349266,334.41574,84.534706,52.90486,13.524679,16.22016,44.404503,113.23396,240.01286,82.44097,278.21573,44.012146,45.0439,118.60057,185.07861,387.47128,137.44582,9.431939,10.163264,12.559405,100.191605,7902.135,10.804438,49.93629,116.4319,29.704906,335.4236,84.54157,248.35294,6.827858,116.81032,835.6055,763.84766,76.37623,1022.6911,106.68583,108.638016,94.9144,56.588074,10.644378,35.07061,743.7216,6.848959,10.430514,212.57135,9.624246,5.683682,56.168846,58.529705,594.96423,140.45955,177.44211,1892.6029,104.41579,2019.0676,1698.1725,9.329415,7.7253475,3873.7207,12.771579,16.522917,316.31168,30.730612,63.553223,35.48772,158.13144,724.02594,268.35623,4.458734,38.9939,175.10637,1180.2684,20.69755,114.694595,10.546273,1.435481,54.554985,1.2475748,1.1980954,4.0546303,11.373548,34.79789,68.6012,29.827314,909.371,38.249073,14.457143,21.522223,6.122897,67.48299,3.502546,2.3413517,5.67125,60.362213,0.28499603,2.2883823,4.61687,36.890625,14.902023,2.673014,6.640751,304.61868,29.607443,556.7094,16.305649,1012.5907,31.74145,796.69006,392.32278,10.807558,11.639868,719.5154,1021.8076,3042.6106,686.6031 +2023-04-12 11:00:00,0.0,3857.9644,35.37151,19.009817,10.34375,39.11244,189.77774,31.728756,68.046585,24.601585,40.4371,246.21703,457.18176,20.415676,32.66199,7.7568936,1.6020436,35.649105,15.448125,15.002485,461.94202,3.1720407,319.5379,107.27514,5.8930044,52.23132,117.300606,56.13301,422.2292,231.8687,2220.5183,7.2257843,2371.0974,42.704014,7.597534,5.335037,35.155464,207.04926,268.9875,224.4831,81.96528,23.876558,9.314489,868.8633,107.43322,70.89303,47.9439,303.5029,19.551098,313.28564,11.870419,55.575417,0.0,3125.7307,6319.0337,4.289948,40.153797,37.835247,26179.928,87.84299,3.3692336,62.65615,103.50535,45.69157,12.588903,52.894276,551.67676,54.218315,40.52548,4.261922,9.25337,762.6337,2.9252179,413.8834,53.840626,2668.1077,85.22454,149.88231,180.55368,270.79343,24.84546,40.002396,225.75665,19.872782,20.975458,16.346937,36.76905,187.95721,12.313061,9.322504,104.88101,20.011187,4451.0835,31.777,45.442707,24.834661,32.359707,334.32175,84.519165,52.904514,13.530631,16.227377,44.388256,113.2504,239.89766,82.443405,278.2278,44.05636,45.04182,118.61967,185.17014,388.58698,137.48903,9.429486,10.175174,12.550774,100.44625,7915.971,10.795514,49.915154,116.30081,29.703363,335.43338,84.45718,248.23006,6.8229475,116.8853,835.2625,763.27216,76.35384,1022.2491,106.56875,108.59084,94.990166,56.530933,10.632768,35.041985,744.47253,6.837661,10.415435,212.39053,9.622718,5.6828475,56.10861,58.485992,594.5599,140.36154,177.42432,1892.0416,104.54388,2019.5254,1698.5679,9.336111,7.7366323,3883.3213,12.767021,16.546875,316.31454,30.76014,63.61028,35.517544,158.34087,725.1093,268.39612,4.4629264,39.019295,175.52576,1182.8274,20.751282,114.79685,10.55654,1.4351319,54.556892,1.2472972,1.1972218,4.051373,11.377895,34.82861,68.77541,29.820602,911.6714,38.28009,14.464286,21.527779,6.1237106,67.4592,3.5047452,2.3410647,5.671875,60.357933,0.28441468,2.2875524,4.6162524,36.898438,14.902083,2.6707985,6.6571836,305.2817,29.668087,557.9177,16.327343,1014.56744,31.779268,796.48883,393.08264,10.826854,11.645442,720.8482,1023.91,3046.9087,686.3911 +2023-04-12 12:00:00,0.0,3859.039,35.395947,19.030083,10.355588,39.123787,189.82068,31.734064,68.05632,24.601156,40.434464,246.51254,457.53604,20.4193,32.70122,7.747834,1.6004273,35.654335,15.455548,14.991359,462.03476,3.1715002,319.63113,107.26281,5.8860154,52.136215,117.31407,56.119232,421.81668,231.81783,2222.096,7.214291,2371.0012,42.6295,7.586395,5.326529,35.106922,207.09831,269.00644,224.114,82.03333,23.896948,9.31528,868.83575,107.21629,70.87809,47.973614,303.73944,19.540527,313.42545,11.872338,55.562466,0.0,3127.6653,6325.59,4.2964716,40.184402,37.87717,26193.357,87.92201,3.3733435,62.65667,103.4856,45.71388,12.596223,52.86849,552.0193,54.294792,40.53354,4.2645774,9.255426,762.9264,2.9347234,413.63403,53.8775,2667.2917,85.244446,149.8218,180.50876,270.78162,24.823576,39.977966,225.47803,19.85678,20.962105,16.359375,36.771763,187.83661,12.318427,9.326941,104.90195,20.011461,4450.68,31.792475,45.4125,24.834574,32.370144,334.22778,84.503624,52.904167,13.536582,16.234594,44.37201,113.26683,239.78246,82.44583,278.2399,44.10057,45.039738,118.63876,185.26166,389.70264,137.53224,9.427033,10.187083,12.542143,100.70089,7929.807,10.786592,49.894016,116.16972,29.701822,335.44315,84.37277,248.1072,6.818037,116.96027,834.91943,762.6967,76.33147,1021.80707,106.45166,108.54368,95.06594,56.473797,10.621159,35.01336,745.2234,6.8263626,10.400355,212.20973,9.62119,5.682013,56.04837,58.442284,594.1555,140.26353,177.40654,1891.4805,104.671974,2019.9832,1698.9633,9.342807,7.7479167,3892.922,12.762464,16.570833,316.3174,30.789667,63.667336,35.54737,158.55028,726.19275,268.436,4.4671187,39.04469,175.94516,1185.3865,20.805012,114.89911,10.566806,1.434783,54.5588,1.2470194,1.1963482,4.0481157,11.382243,34.859333,68.94963,29.813889,913.97174,38.31111,14.471428,21.533333,6.124524,67.43542,3.5069442,2.3407776,5.6725,60.353653,0.28383332,2.2867224,4.6156344,36.90625,14.902143,2.6685834,6.6736164,305.9447,29.728733,559.126,16.349035,1016.5441,31.817085,796.2876,393.8425,10.8461485,11.651016,722.181,1026.0123,3051.207,686.17914 +2023-04-12 13:00:00,0.0,3860.1138,35.420383,19.05035,10.367426,39.13514,189.86362,31.739372,68.066055,24.600729,40.431828,246.80807,457.89032,20.422924,32.74045,7.7387743,1.598811,35.659565,15.462972,14.980232,462.1275,3.1709597,319.72437,107.25048,5.8790264,52.04111,117.32753,56.10545,421.40417,231.76695,2223.6736,7.202798,2370.905,42.554985,7.575255,5.318021,35.05838,207.14737,269.0254,223.7449,82.10139,23.917337,9.31607,868.8082,106.99937,70.863144,48.003323,303.97598,19.529957,313.56525,11.874259,55.549515,0.0,3129.5999,6332.1455,4.3029957,40.215008,37.919098,26206.787,88.00104,3.3774536,62.657185,103.46586,45.736183,12.603542,52.8427,552.36176,54.37127,40.541595,4.267233,9.257483,763.2191,2.9442291,413.38467,53.914375,2666.4756,85.26435,149.76129,180.46382,270.76978,24.801691,39.953537,225.1994,19.840775,20.948751,16.37181,36.774475,187.716,12.323794,9.331378,104.92288,20.011738,4450.277,31.80795,45.38229,24.834486,32.38058,334.1338,84.48808,52.90382,13.542534,16.241812,44.355762,113.283264,239.66725,82.448265,278.25198,44.144783,45.037655,118.65786,185.3532,390.81833,137.57544,9.424581,10.198994,12.533512,100.95553,7943.6436,10.777669,49.87288,116.038635,29.70028,335.45294,84.288376,247.98431,6.8131266,117.035255,834.57635,762.1212,76.30908,1021.36505,106.33458,108.496506,95.141716,56.41666,10.609549,34.984734,745.9743,6.8150644,10.385276,212.02892,9.619662,5.6811786,55.988132,58.39857,593.75116,140.16554,177.38876,1890.9191,104.800064,2020.4409,1699.3586,9.349503,7.7592015,3902.5227,12.757906,16.594791,316.32025,30.819195,63.724392,35.577194,158.7597,727.2762,268.47592,4.4713116,39.070084,176.36456,1187.9456,20.858744,115.00136,10.577072,1.434434,54.56071,1.2467417,1.1954745,4.044859,11.38659,34.890057,69.12385,29.807177,916.27216,38.34213,14.478571,21.538889,6.1253376,67.41163,3.5091434,2.3404906,5.673125,60.349377,0.283252,2.2858927,4.615017,36.914062,14.902202,2.666368,6.690049,306.60773,29.789377,560.3343,16.370728,1018.5208,31.854904,796.08636,394.60236,10.865443,11.65659,723.51385,1028.1146,3055.5051,685.96716 +2023-04-12 14:00:00,0.0,3861.1885,35.44482,19.070618,10.379265,39.14649,189.90656,31.74468,68.07578,24.6003,40.42919,247.1036,458.2446,20.426548,32.779686,7.729715,1.5971948,35.6648,15.470396,14.969107,462.2202,3.170419,319.8176,107.23815,5.8720374,51.946003,117.34099,56.091667,420.99167,231.71606,2225.2512,7.191305,2370.809,42.480473,7.564115,5.3095126,35.00984,207.19643,269.04434,223.37581,82.16944,23.937727,9.316859,868.7807,106.78244,70.848206,48.033035,304.21252,19.519386,313.70505,11.87618,55.536568,0.0,3131.5342,6338.7017,4.3095193,40.245617,37.961025,26220.217,88.08007,3.3815634,62.6577,103.446106,45.75849,12.610862,52.816917,552.7042,54.447742,40.549656,4.2698884,9.259538,763.51184,2.9537346,413.1353,53.951252,2665.6597,85.28426,149.70078,180.41888,270.75797,24.779806,39.929104,224.92078,19.824772,20.935398,16.384249,36.777187,187.59538,12.329161,9.335814,104.94382,20.012012,4449.8735,31.823421,45.352085,24.834398,32.391018,334.0398,84.47254,52.903473,13.548485,16.24903,44.339516,113.2997,239.55205,82.4507,278.26407,44.188995,45.035572,118.67695,185.44472,391.93402,137.61865,9.422128,10.210903,12.524881,101.21017,7957.48,10.768745,49.851746,115.90755,29.698736,335.4627,84.20398,247.86143,6.808216,117.11023,834.23334,761.5458,76.286705,1020.92303,106.2175,108.44934,95.21748,56.359524,10.597939,34.95611,746.72516,6.8037663,10.370196,211.84811,9.6181345,5.680344,55.927895,58.354862,593.3468,140.06754,177.37097,1890.3578,104.92816,2020.8987,1699.754,9.356198,7.7704864,3912.1233,12.753348,16.61875,316.32312,30.848722,63.781445,35.607018,158.96912,728.3596,268.5158,4.475504,39.095478,176.78397,1190.5046,20.912474,115.103615,10.587338,1.4340851,54.56262,1.2464639,1.1946008,4.0416017,11.390938,34.920776,69.298065,29.800463,918.5725,38.373146,14.485714,21.544445,6.126151,67.38785,3.5113425,2.3402035,5.67375,60.345097,0.28267065,2.2850628,4.614399,36.921875,14.902262,2.6641526,6.706482,307.27075,29.850021,561.5426,16.39242,1020.49756,31.892723,795.88513,395.3622,10.884738,11.662165,724.8467,1030.217,3059.8035,685.7552 +2023-04-12 15:00:00,0.0,3862.2632,35.469257,19.090883,10.391103,39.15784,189.9495,31.74999,68.08552,24.599873,40.42656,247.39912,458.59888,20.430172,32.818916,7.7206554,1.5955784,35.67003,15.477819,14.95798,462.31296,3.1698785,319.91083,107.22582,5.8650484,51.8509,117.354454,56.077885,420.5792,231.66519,2226.8286,7.179812,2370.713,42.40596,7.5529757,5.301004,34.961296,207.24548,269.0633,223.00671,82.2375,23.958117,9.317649,868.7532,106.56551,70.83326,48.062744,304.44907,19.508816,313.84485,11.878099,55.523617,0.0,3133.4685,6345.2573,4.3160434,40.276222,38.002953,26233.646,88.159096,3.3856735,62.658215,103.42636,45.780796,12.618181,52.79113,553.04675,54.52422,40.557713,4.272544,9.261594,763.80457,2.9632404,412.88593,53.988125,2664.8438,85.30417,149.64027,180.37395,270.74615,24.757921,39.904675,224.64214,19.808767,20.922045,16.396687,36.7799,187.47478,12.334528,9.340252,104.96475,20.01229,4449.47,31.838896,45.321877,24.83431,32.40146,333.94583,84.457,52.903126,13.554437,16.256247,44.323273,113.31613,239.43684,82.453125,278.27618,44.233208,45.03349,118.696045,185.53625,393.0497,137.66187,9.419675,10.222813,12.51625,101.464806,7971.316,10.759823,49.83061,115.77646,29.697193,335.4725,84.11958,247.73857,6.8033056,117.1852,833.89026,760.97034,76.26432,1020.481,106.10041,108.40217,95.29326,56.302387,10.586329,34.927483,747.4761,6.792468,10.355117,211.6673,9.616607,5.6795096,55.867657,58.31115,592.94244,139.96953,177.3532,1889.7966,105.05625,2021.3564,1700.1494,9.362894,7.781771,3921.724,12.748791,16.642708,316.326,30.87825,63.8385,35.636845,159.17854,729.44305,268.5557,4.4796963,39.120872,177.20337,1193.0637,20.966206,115.20587,10.597605,1.4337362,54.56453,1.2461861,1.1937273,4.0383444,11.395285,34.9515,69.472275,29.79375,920.87286,38.404167,14.492857,21.55,6.1269646,67.36406,3.5135415,2.3399165,5.674375,60.340816,0.2820893,2.2842329,4.6137815,36.929688,14.902321,2.6619375,6.7229147,307.93378,29.910667,562.75085,16.414112,1022.47424,31.93054,795.6839,396.12207,10.904033,11.667739,726.1795,1032.3193,3064.1016,685.5433 +2023-04-12 16:00:00,0.0,3863.338,35.493694,19.11115,10.402941,39.169193,189.99245,31.755299,68.095245,24.599445,40.423923,247.69466,458.95316,20.433796,32.858147,7.7115955,1.5939622,35.67526,15.485244,14.946854,462.4057,3.1693377,320.00406,107.21349,5.8580594,51.75579,117.36791,56.064102,420.1667,231.6143,2228.4062,7.1683187,2370.6167,42.331448,7.541836,5.2924957,34.912754,207.29454,269.08224,222.63762,82.30556,23.978508,9.318439,868.7257,106.34859,70.81831,48.092457,304.6856,19.498247,313.98462,11.88002,55.510666,0.0,3135.4028,6351.8135,4.322567,40.306828,38.04488,26247.076,88.23812,3.3897836,62.658733,103.40662,45.803104,12.625501,52.765343,553.3892,54.600693,40.565773,4.2751994,9.26365,764.0972,2.972746,412.63657,54.025,2664.0278,85.32407,149.57976,180.32901,270.73434,24.736036,39.88024,224.36351,19.792765,20.90869,16.409124,36.782608,187.35417,12.339894,9.344688,104.98569,20.012564,4449.067,31.85437,45.291668,24.834223,32.411896,333.85184,84.44147,52.90278,13.560388,16.263462,44.307026,113.332565,239.32164,82.45556,278.28827,44.27742,45.031406,118.71514,185.62778,394.1654,137.70506,9.417222,10.234722,12.507619,101.719444,7985.1523,10.7509,49.80947,115.64537,29.69565,335.48227,84.03518,247.61569,6.798395,117.260185,833.5472,760.39484,76.24194,1020.039,105.98333,108.354996,95.36903,56.245247,10.574719,34.898857,748.2269,6.7811704,10.340037,211.4865,9.615079,5.678675,55.80742,58.267437,592.5381,139.87152,177.3354,1889.2354,105.18434,2021.8142,1700.5448,9.369591,7.793056,3931.3247,12.744233,16.666666,316.32886,30.907778,63.895557,35.666668,159.38797,730.5264,268.59558,4.4838886,39.14627,177.62277,1195.6228,21.019936,115.30812,10.60787,1.4333872,54.566437,1.2459084,1.1928536,4.0350876,11.399632,34.982224,69.64649,29.787037,923.1733,38.435184,14.5,21.555555,6.127778,67.34028,3.5157406,2.3396297,5.6749997,60.33654,0.28150794,2.2834032,4.613164,36.9375,14.902381,2.659722,6.7393475,308.59677,29.971312,563.95917,16.435804,1024.4509,31.968359,795.48267,396.88193,10.923327,11.673314,727.5123,1034.4218,3068.4,685.3313 +2023-04-12 17:00:00,0.0,3864.4126,35.51813,19.131418,10.414779,39.180542,190.03539,31.760607,68.10498,24.599016,40.421288,247.99017,459.30743,20.43742,32.89738,7.702536,1.592346,35.68049,15.492667,14.935727,462.49844,3.1687973,320.0973,107.201164,5.8510704,51.660686,117.38138,56.05032,419.75418,231.56343,2229.984,7.1568255,2370.5205,42.25693,7.530696,5.2839875,34.864212,207.3436,269.1012,222.26852,82.37361,23.998898,9.319228,868.6982,106.13166,70.803375,48.122166,304.92215,19.487677,314.12442,11.881941,55.497715,0.0,3137.3374,6358.369,4.3290906,40.337433,38.086803,26260.506,88.31715,3.3938935,62.65925,103.38688,45.825413,12.63282,52.739555,553.7317,54.67717,40.57383,4.277855,9.265706,764.38995,2.9822514,412.3872,54.061874,2663.212,85.34398,149.51926,180.28407,270.72253,24.714151,39.855812,224.08488,19.77676,20.895336,16.421562,36.78532,187.23357,12.345262,9.349126,105.00662,20.01284,4448.6636,31.869843,45.26146,24.834135,32.422333,333.75787,84.42593,52.90243,13.5663395,16.27068,44.29078,113.349,239.20644,82.457985,278.30035,44.321632,45.029324,118.73423,185.7193,395.2811,137.74828,9.414769,10.246633,12.498988,101.97408,7998.989,10.741977,49.788334,115.51428,29.694109,335.49207,83.95078,247.49281,6.7934847,117.33516,833.2041,759.8194,76.21956,1019.597,105.86625,108.30783,95.4448,56.18811,10.563109,34.87023,748.97784,6.769872,10.324957,211.30568,9.613551,5.6778407,55.74718,58.22373,592.1337,139.77353,177.31763,1888.6741,105.31244,2022.272,1700.9402,9.3762865,7.8043404,3940.9255,12.7396755,16.690624,316.33173,30.937305,63.952614,35.69649,159.59738,731.60986,268.63547,4.4880815,39.171665,178.04218,1198.1819,21.073668,115.41038,10.618136,1.4330382,54.568348,1.2456306,1.1919799,4.0318303,11.40398,35.012943,69.82071,29.780323,925.47363,38.4662,14.507143,21.561111,6.1285915,67.31649,3.5179396,2.3393426,5.675625,60.33226,0.2809266,2.2825732,4.612546,36.945312,14.90244,2.657507,6.7557797,309.2598,30.031956,565.1674,16.457499,1026.4276,32.006176,795.28143,397.64178,10.942622,11.678888,728.84515,1036.524,3072.698,685.1193 +2023-04-12 18:00:00,0.0,3865.4873,35.54257,19.151684,10.426618,39.191895,190.07832,31.765915,68.114716,24.598589,40.418655,248.2857,459.6617,20.441044,32.93661,7.6934767,1.5907297,35.68572,15.500091,14.924602,462.5912,3.1682568,320.1905,107.188835,5.844082,51.56558,117.39484,56.036537,419.34167,231.51254,2231.5615,7.1453323,2370.4246,42.18242,7.5195565,5.2754793,34.815674,207.39265,269.12018,221.89943,82.441666,24.019287,9.320018,868.67065,105.914734,70.78843,48.151875,305.1587,19.477106,314.26422,11.883861,55.484764,0.0,3139.272,6364.9253,4.3356147,40.368042,38.12873,26273.936,88.39618,3.3980036,62.659763,103.367134,45.847717,12.64014,52.713768,554.0742,54.753647,40.581886,4.2805104,9.267762,764.6827,2.9917572,412.13785,54.09875,2662.3958,85.36389,149.45876,180.23914,270.7107,24.692268,39.831383,223.80626,19.760757,20.881983,16.433998,36.788033,187.11295,12.350628,9.353562,105.02756,20.013115,4448.2603,31.885317,45.23125,24.834047,32.43277,333.66388,84.410385,52.902084,13.57229,16.277897,44.274532,113.36543,239.09123,82.46042,278.31244,44.365845,45.02724,118.75333,185.81084,396.3968,137.79149,9.412317,10.258542,12.490357,102.22872,8012.8247,10.733054,49.7672,115.383194,29.692566,335.50183,83.86639,247.36993,6.788574,117.41013,832.8611,759.2439,76.19718,1019.15497,105.74916,108.26066,95.52058,56.130974,10.551499,34.841606,749.7287,6.758574,10.309877,211.12486,9.612023,5.6770067,55.686943,58.180016,591.7294,139.67552,177.29984,1888.1129,105.44053,2022.7297,1701.3357,9.382982,7.815625,3950.5261,12.735118,16.714582,316.33456,30.966833,64.00967,35.72632,159.80681,732.6933,268.67535,4.492274,39.19706,178.46158,1200.7408,21.127398,115.512634,10.628403,1.4326893,54.570255,1.2453529,1.1911063,4.0285735,11.408327,35.043667,69.99493,29.773611,927.774,38.497223,14.514285,21.566668,6.129405,67.29271,3.5201387,2.3390555,5.67625,60.32798,0.28034523,2.2817435,4.6119285,36.953125,14.9025,2.6552916,6.7722125,309.92282,30.092602,566.37573,16.47919,1028.4043,32.043995,795.0802,398.40164,10.961917,11.684463,730.178,1038.6265,3076.9963,684.90735 +2023-04-12 19:00:00,0.0,3866.562,35.567005,19.171951,10.438456,39.203243,190.12126,31.771223,68.12444,24.59816,40.41602,248.58122,460.016,20.444668,32.97584,7.684417,1.5891134,35.69095,15.507515,14.913475,462.68393,3.167716,320.28372,107.176506,5.837093,51.470474,117.408295,56.022755,418.92917,231.46167,2233.1392,7.1338396,2370.3284,42.107906,7.5084167,5.266971,34.767128,207.44171,269.13913,221.53033,82.50972,24.039677,9.320808,868.6431,105.69781,70.77349,48.181587,305.39523,19.466536,314.40402,11.885781,55.471813,0.0,3141.206,6371.481,4.3421383,40.398647,38.17066,26287.365,88.475204,3.4021137,62.66028,103.34739,45.870026,12.647459,52.68798,554.4167,54.83012,40.589947,4.283166,9.269818,764.9754,3.0012627,411.8885,54.135624,2661.5798,85.3838,149.39824,180.1942,270.69888,24.670383,39.80695,223.52762,19.744755,20.86863,16.446436,36.79074,186.99234,12.355995,9.358,105.04849,20.013391,4447.857,31.900791,45.201042,24.83396,32.44321,333.56992,84.394844,52.901737,13.578242,16.285114,44.25829,113.38187,238.97603,82.46285,278.32452,44.410057,45.025158,118.77242,185.90236,397.51248,137.83469,9.409864,10.270452,12.481727,102.48336,8026.661,10.724132,49.746063,115.252106,29.691023,335.5116,83.78199,247.24707,6.7836633,117.485115,832.518,758.66846,76.1748,1018.71295,105.63208,108.21349,95.59635,56.073837,10.53989,34.81298,750.4796,6.747276,10.294798,210.94406,9.610496,5.6761723,55.626705,58.136303,591.3251,139.57751,177.28206,1887.5515,105.56863,2023.1875,1701.7311,9.389678,7.82691,3960.1267,12.73056,16.738543,316.33743,30.99636,64.06673,35.75614,160.01624,733.77673,268.71527,4.496466,39.222454,178.88098,1203.2999,21.18113,115.61488,10.638669,1.4323404,54.572166,1.2450751,1.1902326,4.025316,11.412675,35.074387,70.16914,29.766897,930.0744,38.52824,14.521428,21.572222,6.1302185,67.26892,3.5223377,2.3387685,5.676875,60.323704,0.2797639,2.2809136,4.611311,36.960938,14.902559,2.6530764,6.7886453,310.58582,30.153246,567.584,16.500883,1030.381,32.081814,794.87897,399.1615,10.981212,11.690037,731.5108,1040.7288,3081.2944,684.6954 +2023-04-12 20:00:00,0.0,3867.637,35.591442,19.192219,10.450294,39.214596,190.1642,31.776531,68.13418,24.597733,40.413383,248.87675,460.37027,20.448292,33.01507,7.6753573,1.5874971,35.696182,15.514938,14.9023485,462.77667,3.1671755,320.37695,107.16418,5.830104,51.375366,117.42176,56.008976,418.5167,231.41078,2234.7168,7.1223464,2370.2322,42.03339,7.497277,5.258463,34.71859,207.49077,269.15808,221.16124,82.577774,24.060066,9.321598,868.6156,105.48088,70.758545,48.211296,305.63177,19.455965,314.54382,11.887702,55.458862,0.0,3143.1406,6378.037,4.3486624,40.429253,38.212585,26300.795,88.55423,3.4062235,62.660793,103.327644,45.89233,12.6547785,52.662193,554.75916,54.906597,40.598003,4.2858214,9.271874,765.26807,3.0107682,411.63913,54.1725,2660.764,85.4037,149.33774,180.14926,270.68707,24.648499,39.78252,223.249,19.72875,20.855276,16.458874,36.793457,186.87173,12.3613615,9.362437,105.06943,20.013666,4447.4536,31.916264,45.170834,24.833872,32.453648,333.47592,84.3793,52.90139,13.584193,16.292332,44.242043,113.3983,238.86082,82.46528,278.33664,44.45427,45.023075,118.79152,185.99388,398.62814,137.8779,9.407412,10.282361,12.473095,102.738,8040.4976,10.715208,49.724926,115.12102,29.68948,335.5214,83.69759,247.12419,6.778753,117.56009,832.1749,758.093,76.15242,1018.27094,105.515,108.16632,95.67212,56.016697,10.52828,34.784355,751.23047,6.7359776,10.279718,210.76324,9.608968,5.675338,55.566467,58.092594,590.9207,139.4795,177.26428,1886.9902,105.69672,2023.6453,1702.1265,9.396374,7.838195,3969.7275,12.726003,16.7625,316.3403,31.025888,64.12378,35.785965,160.22565,734.86017,268.75516,4.5006585,39.24785,179.30038,1205.859,21.234861,115.71714,10.648935,1.4319913,54.574074,1.2447973,1.189359,4.022059,11.417022,35.10511,70.34335,29.760185,932.37476,38.559258,14.528571,21.577778,6.131032,67.24514,3.5245368,2.3384814,5.6775,60.319424,0.27918255,2.2800837,4.610693,36.96875,14.902618,2.650861,6.805078,311.24884,30.21389,568.7923,16.522575,1032.3578,32.119633,794.67773,399.92136,11.000506,11.695611,732.84357,1042.831,3085.5928,684.4834 +2023-04-12 21:00:00,0.0,3868.7117,35.61588,19.212484,10.462132,39.22595,190.20715,31.781841,68.14391,24.597303,40.410748,249.17229,460.72455,20.451916,33.054306,7.666298,1.5858809,35.701412,15.522363,14.891223,462.8694,3.166635,320.47018,107.15185,5.823115,51.280262,117.43522,55.995193,418.1042,231.35991,2236.2944,7.110853,2370.1362,41.958878,7.4861374,5.249954,34.670048,207.53983,269.17703,220.79214,82.645836,24.080456,9.322388,868.5881,105.26395,70.74361,48.24101,305.86832,19.445395,314.68362,11.889622,55.44591,0.0,3145.0752,6384.593,4.355186,40.459858,38.254513,26314.225,88.63326,3.4103336,62.661312,103.30791,45.91464,12.662098,52.636406,555.1017,54.983074,40.606064,4.288477,9.273931,765.5608,3.020274,411.38977,54.209377,2659.948,85.423615,149.27722,180.10432,270.67526,24.626614,39.75809,222.97037,19.712748,20.841923,16.471312,36.796165,186.75111,12.366729,9.366874,105.09036,20.013943,4447.05,31.931738,45.140625,24.833784,32.464085,333.38193,84.36376,52.901043,13.590145,16.29955,44.225796,113.414734,238.74562,82.46771,278.34872,44.49848,45.020992,118.81061,186.08542,399.74384,137.9211,9.404959,10.294271,12.464464,102.992645,8054.3335,10.706285,49.70379,114.98993,29.687939,335.53116,83.61319,247.00131,6.7738423,117.63507,831.8319,757.5175,76.130035,1017.8289,105.39791,108.119156,95.747894,55.95956,10.51667,34.75573,751.9814,6.7246795,10.264639,210.58244,9.60744,5.6745033,55.50623,58.04888,590.51636,139.38152,177.24649,1886.429,105.824814,2024.103,1702.5219,9.40307,7.849479,3979.3281,12.721445,16.786459,316.34317,31.055416,64.18083,35.815792,160.43507,735.94354,268.79504,4.5048513,39.273243,179.71979,1208.4181,21.288591,115.8194,10.659202,1.4316424,54.575985,1.2445196,1.1884853,4.018802,11.42137,35.135834,70.51757,29.753471,934.6752,38.59028,14.535714,21.583334,6.1318455,67.22135,3.526736,2.3381944,5.678125,60.315144,0.2786012,2.279254,4.6100755,36.976562,14.9026785,2.6486459,6.821511,311.91187,30.274536,570.00055,16.544268,1034.3345,32.15745,794.4765,400.6812,11.019801,11.701186,734.1764,1044.9335,3089.8909,684.2714 +2023-04-12 22:00:00,0.0,3869.7864,35.640316,19.232752,10.47397,39.237297,190.25009,31.78715,68.15364,24.596876,40.408115,249.4678,461.07883,20.45554,33.093536,7.657238,1.5842645,35.706642,15.529786,14.880096,462.96213,3.1660943,320.56342,107.13952,5.816126,51.185154,117.44868,55.98141,417.69168,231.30902,2237.872,7.09936,2370.04,41.884365,7.4749975,5.241446,34.621506,207.58888,269.19598,220.42305,82.71389,24.100845,9.323177,868.5606,105.04702,70.72866,48.270718,306.10486,19.434826,314.82343,11.891542,55.43296,0.0,3147.0095,6391.149,4.36171,40.490463,38.296436,26327.654,88.71229,3.4144437,62.661827,103.28816,45.936943,12.669417,52.61062,555.44415,55.059547,40.61412,4.2911325,9.275986,765.8535,3.0297794,411.14038,54.24625,2659.1318,85.44352,149.21672,180.05939,270.66345,24.604729,39.733658,222.69174,19.696743,20.828568,16.48375,36.798878,186.63051,12.372096,9.371311,105.1113,20.014217,4446.6465,31.947212,45.110416,24.833696,32.47452,333.28796,84.34822,52.900696,13.596096,16.306767,44.20955,113.43117,238.63042,82.47014,278.3608,44.542694,45.01891,118.829704,186.17694,400.85953,137.96431,9.402506,10.306181,12.455833,103.247284,8068.17,10.697363,49.682655,114.85885,29.686396,335.54095,83.52879,246.87843,6.768932,117.710045,831.48883,756.9421,76.10766,1017.3869,105.28083,108.07198,95.82366,55.902424,10.505061,34.727104,752.7323,6.7133813,10.249559,210.40163,9.605912,5.673669,55.44599,58.00517,590.112,139.28351,177.22871,1885.8678,105.9529,2024.5608,1702.9172,9.409766,7.860764,3988.9287,12.716887,16.810417,316.346,31.084944,64.23789,35.845615,160.6445,737.027,268.83493,4.5090437,39.298637,180.13919,1210.9772,21.342323,115.921646,10.669468,1.4312935,54.577892,1.2442418,1.1876117,4.015545,11.425717,35.166553,70.69179,29.74676,936.9755,38.621296,14.542857,21.588888,6.132659,67.19757,3.528935,2.3379073,5.67875,60.310867,0.27801985,2.278424,4.609458,36.984375,14.902738,2.6464305,6.8379436,312.57486,30.33518,571.20886,16.56596,1036.3112,32.19527,794.27527,401.44107,11.039096,11.70676,735.5092,1047.0358,3094.1892,684.05945 +2023-04-12 23:00:00,0.0,3870.861,35.664753,19.25302,10.485808,39.24865,190.29303,31.792458,68.163376,24.596449,40.40548,249.76334,461.4331,20.459164,33.132767,7.6481786,1.5826483,35.711872,15.5372095,14.86897,463.05487,3.1655538,320.65665,107.12719,5.809137,51.09005,117.46214,55.96763,417.27917,231.25815,2239.4497,7.0878673,2369.9438,41.80985,7.4638577,5.232938,34.572964,207.63794,269.21494,220.05396,82.781944,24.121235,9.323967,868.5331,104.83009,70.71372,48.30043,306.3414,19.424255,314.96323,11.893463,55.42001,0.0,3148.9438,6397.7046,4.3682337,40.521072,38.338364,26341.084,88.79131,3.4185536,62.662342,103.26842,45.95925,12.676737,52.58483,555.7866,55.136024,40.62218,4.293788,9.278042,766.1462,3.0392852,410.89102,54.283127,2658.316,85.463425,149.1562,180.01445,270.65164,24.582844,39.70923,222.4131,19.68074,20.815214,16.496185,36.80159,186.5099,12.377462,9.375748,105.13223,20.014494,4446.243,31.962687,45.080208,24.833609,32.484962,333.19397,84.33269,52.90035,13.602048,16.313982,44.193306,113.4476,238.5152,82.47257,278.3729,44.586906,45.016827,118.8488,186.26846,401.97522,138.00752,9.400053,10.31809,12.447203,103.50192,8082.0063,10.688439,49.66152,114.72776,29.684853,335.55072,83.4444,246.75557,6.7640214,117.78502,831.14575,756.3666,76.08527,1016.9448,105.16375,108.02482,95.89944,55.845287,10.493451,34.69848,753.48315,6.7020836,10.23448,210.22083,9.604384,5.6728344,55.385754,57.96146,589.70764,139.1855,177.21092,1885.3065,106.081,2025.0186,1703.3126,9.416462,7.872049,3998.5295,12.71233,16.834375,316.34888,31.114473,64.294945,35.87544,160.85391,738.1104,268.87482,4.513236,39.32403,180.5586,1213.5363,21.396053,116.0239,10.679734,1.4309446,54.579803,1.2439641,1.186738,4.0122876,11.430064,35.197277,70.866005,29.740046,939.2759,38.652313,14.55,21.594444,6.1334724,67.17378,3.5311341,2.3376203,5.6793747,60.306587,0.2774385,2.277594,4.60884,36.992188,14.902798,2.6442153,6.8543763,313.23788,30.395824,572.4171,16.587654,1038.2878,32.23309,794.07404,402.20093,11.058391,11.712335,736.84204,1049.1382,3098.4873,683.8475 +2023-04-13 00:00:00,0.0,3871.9358,35.689186,19.273285,10.497646,39.26,190.33597,31.797766,68.17311,24.59602,40.402843,250.05885,461.78738,20.462788,33.172,7.639119,1.581032,35.717102,15.544634,14.857843,463.1476,3.1650133,320.74988,107.11486,5.802148,50.994946,117.4756,55.953846,416.86667,231.20728,2241.0273,7.076374,2369.8477,41.735336,7.4527183,5.2244296,34.52442,207.687,269.2339,219.68486,82.85,24.141624,9.324757,868.50555,104.61317,70.69878,48.33014,306.57794,19.413685,315.10303,11.895383,55.407063,0.0,3150.8784,6404.2607,4.374758,40.551678,38.38029,26354.514,88.870346,3.4226637,62.662857,103.24867,45.98156,12.684056,52.559044,556.12915,55.2125,40.630238,4.2964435,9.280098,766.4389,3.0487907,410.64166,54.32,2657.5,85.48334,149.0957,179.96951,270.6398,24.56096,39.6848,222.13448,19.664736,20.80186,16.508623,36.8043,186.38928,12.38283,9.380185,105.15317,20.014769,4445.84,31.978159,45.05,24.83352,32.4954,333.1,84.31715,52.9,13.607999,16.3212,44.17706,113.464035,238.4,82.475,278.38498,44.63112,45.014744,118.86789,186.36,403.0909,138.05072,9.3976,10.33,12.438572,103.75656,8095.8423,10.679517,49.64038,114.59667,29.68331,335.56052,83.36,246.63269,6.759111,117.86,830.80273,755.79114,76.0629,1016.5028,105.04666,107.977646,95.97521,55.78815,10.481841,34.669853,754.2341,6.6907854,10.2194,210.04001,9.602857,5.672,55.325516,57.917747,589.3033,139.0875,177.19315,1884.7452,106.20909,2025.4763,1703.708,9.423158,7.8833337,4008.1301,12.707772,16.858334,316.35175,31.144001,64.352005,35.905266,161.06334,739.19385,268.9147,4.5174284,39.349426,180.978,1216.0952,21.449785,116.12616,10.690001,1.4305956,54.58171,1.2436863,1.1858643,4.009031,11.434412,35.228,71.04022,29.733334,941.5763,38.683334,14.557142,21.6,6.134286,67.15,3.533333,2.3373332,5.68,60.302307,0.27685714,2.2767644,4.6082225,37.0,14.902857,2.642,6.870809,313.9009,30.45647,573.6254,16.609346,1040.2645,32.270905,793.8728,402.96075,11.077685,11.717909,738.17487,1051.2405,3102.7856,683.6355 +2023-04-13 01:00:00,0.0,3873.0105,35.713623,19.293552,10.509485,39.27135,190.3789,31.803074,68.18284,24.595592,40.400208,250.35439,462.14166,20.466412,33.21123,7.6300592,1.5794157,35.722332,15.552057,14.846718,463.24036,3.1644726,320.8431,107.10253,5.7951593,50.899837,117.48906,55.940063,416.4542,231.15639,2242.605,7.064881,2369.7517,41.660824,7.4415784,5.2159214,34.47588,207.73605,269.25284,219.31577,82.91805,24.162016,9.325547,868.478,104.39624,70.68384,48.35985,306.81448,19.403114,315.24283,11.897304,55.39411,0.0,3152.8127,6410.8164,4.3812814,40.582283,38.42222,26367.943,88.94937,3.4267738,62.663376,103.22893,46.003864,12.691376,52.533257,556.4716,55.288975,40.638298,4.299099,9.282154,766.7316,3.0582962,410.3923,54.356876,2656.684,85.50324,149.03519,179.92458,270.628,24.539076,39.660366,221.85585,19.648733,20.788507,16.52106,36.80701,186.26868,12.388196,9.384622,105.1741,20.015045,4445.4365,31.993633,45.01979,24.833433,32.505836,333.006,84.301605,52.899654,13.613951,16.328417,44.160812,113.48047,238.28479,82.47743,278.39706,44.67533,45.01266,118.886986,186.45152,404.2066,138.09393,9.395147,10.34191,12.42994,104.0112,8109.6787,10.670594,49.619244,114.46558,29.681767,335.57028,83.2756,246.50981,6.7542005,117.934975,830.45966,755.2157,76.04052,1016.0608,104.92958,107.93047,96.05098,55.73101,10.470231,34.641228,754.9849,6.679487,10.20432,209.85919,9.601329,5.671166,55.265278,57.874035,588.8989,138.9895,177.17535,1884.1841,106.33719,2025.9341,1704.1034,9.429853,7.8946185,4017.7307,12.703215,16.882292,316.3546,31.173529,64.40906,35.93509,161.27275,740.2773,268.95462,4.5216208,39.374825,181.3974,1218.6543,21.503515,116.22841,10.700266,1.4302466,54.58362,1.2434086,1.1849908,4.0057735,11.438759,35.25872,71.21443,29.72662,943.87665,38.71435,14.564285,21.605556,6.1350994,67.12621,3.5355322,2.3370461,5.680625,60.29803,0.27627578,2.2759345,4.607605,37.007812,14.902916,2.6397846,6.8872414,314.56393,30.517115,574.83374,16.631039,1042.2412,32.308723,793.6716,403.7206,11.09698,11.723483,739.5077,1053.3429,3107.0837,683.4235 +2023-04-13 02:00:00,0.0,3874.0852,35.73806,19.31382,10.521323,39.282703,190.42186,31.808382,68.19257,24.595163,40.397575,250.64992,462.49594,20.470036,33.25046,7.621,1.5777994,35.727566,15.559482,14.835591,463.3331,3.163932,320.93634,107.0902,5.7881703,50.804733,117.502525,55.92628,416.0417,231.10551,2244.1826,7.0533876,2369.6555,41.58631,7.4304385,5.207413,34.427338,207.78513,269.2718,218.94667,82.986115,24.182405,9.326337,868.4505,104.17931,70.66889,48.38956,307.05103,19.392544,315.38263,11.899224,55.38116,0.0,3154.747,6417.3726,4.3878055,40.61289,38.464146,26381.373,89.0284,3.4308836,62.66389,103.20918,46.026173,12.698695,52.507473,556.8141,55.36545,40.646355,4.301754,9.28421,767.02435,3.067802,410.14294,54.39375,2655.8682,85.52315,148.97467,179.87965,270.61618,24.51719,39.635937,221.57722,19.63273,20.775154,16.533499,36.809723,186.14807,12.393563,9.389059,105.19504,20.01532,4445.033,32.009106,44.989582,24.833345,32.516277,332.91202,84.286064,52.899307,13.619902,16.335634,44.144566,113.4969,238.16959,82.479866,278.40918,44.719543,45.01058,118.90608,186.54306,405.3223,138.13715,9.392694,10.35382,12.421309,104.26584,8123.515,10.661671,49.59811,114.334496,29.680225,335.58005,83.1912,246.38695,6.74929,118.00995,830.1166,754.6402,76.018135,1015.6188,104.8125,107.88331,96.126755,55.673874,10.458622,34.612602,755.73584,6.668189,10.18924,209.67839,9.599801,5.6703315,55.20504,57.830326,588.49457,138.8915,177.15758,1883.6228,106.46528,2026.3918,1704.4988,9.436549,7.905903,4027.3315,12.698657,16.90625,316.35748,31.203056,64.46611,35.964912,161.48218,741.3607,268.9945,4.5258136,39.40022,181.8168,1221.2134,21.557247,116.330666,10.710532,1.4298977,54.58553,1.2431308,1.1841171,4.0025167,11.443107,35.289444,71.38865,29.719908,946.17706,38.74537,14.571428,21.61111,6.135913,67.10243,3.5377314,2.336759,5.68125,60.29375,0.27569446,2.2751045,4.606987,37.015625,14.902976,2.6375694,6.903674,315.22693,30.577759,576.042,16.65273,1044.2179,32.346542,793.47034,404.48047,11.116275,11.729058,740.8405,1055.4452,3111.382,683.2116 +2023-04-13 03:00:00,0.0,3875.16,35.762497,19.334085,10.533161,39.294052,190.4648,31.81369,68.20231,24.594736,40.39494,250.94543,462.85022,20.47366,33.289692,7.6119404,1.5761832,35.732796,15.566905,14.824465,463.42584,3.1633916,321.02954,107.07787,5.7811813,50.709625,117.51598,55.9125,415.62918,231.05463,2245.7603,7.0418944,2369.5593,41.511795,7.419299,5.1989045,34.3788,207.83418,269.29077,218.57758,83.05417,24.202795,9.3271265,868.423,103.96239,70.65395,48.419273,307.28757,19.381975,315.52243,11.901144,55.36821,0.0,3156.6816,6423.928,4.394329,40.643497,38.506073,26394.803,89.10743,3.4349937,62.664406,103.18944,46.048477,12.706015,52.481686,557.1566,55.44193,40.654415,4.3044095,9.286266,767.317,3.0773075,409.8936,54.430626,2655.052,85.54306,148.91417,179.83472,270.60437,24.495306,39.611507,221.29858,19.616726,20.761799,16.545935,36.812435,186.02745,12.39893,9.393496,105.21597,20.015596,4444.63,32.024582,44.959373,24.833258,32.526714,332.81805,84.27052,52.89896,13.625854,16.342852,44.12832,113.513336,238.05438,82.48229,278.42126,44.763756,45.008495,118.92518,186.63458,406.43796,138.18034,9.390242,10.365729,12.412679,104.52048,8137.351,10.652748,49.576973,114.20341,29.678682,335.58984,83.106804,246.26407,6.7443795,118.08493,829.77356,754.06476,75.99576,1015.17676,104.69541,107.836136,96.20253,55.616737,10.447012,34.583977,756.4867,6.656891,10.174161,209.49757,9.598273,5.669497,55.144802,57.786613,588.0902,138.79349,177.13979,1883.0615,106.593376,2026.8496,1704.8943,9.443245,7.9171877,4036.9321,12.694099,16.930208,316.36032,31.232584,64.52317,35.994736,161.6916,742.4441,269.0344,4.530006,39.425613,182.2362,1223.7725,21.610977,116.43292,10.7207985,1.4295487,54.587437,1.242853,1.1832434,3.9992595,11.447454,35.320168,71.56287,29.713194,948.4774,38.77639,14.578571,21.616667,6.1367264,67.07864,3.5399303,2.336472,5.6818748,60.28947,0.2751131,2.2742748,4.6063695,37.023438,14.903035,2.635354,6.920107,315.88995,30.638405,577.2503,16.674423,1046.1947,32.38436,793.2691,405.24033,11.13557,11.7346325,742.17334,1057.5476,3115.6802,682.99963 +2023-04-13 04:00:00,0.0,3876.2346,35.786934,19.354353,10.545,39.305405,190.50774,31.819,68.212036,24.594309,40.392303,251.24097,463.2045,20.477283,33.328926,7.6028805,1.5745668,35.738026,15.574328,14.813338,463.51855,3.1628509,321.12277,107.065544,5.7741923,50.61452,117.52944,55.898716,415.21667,231.00375,2247.338,7.0304017,2369.4634,41.437283,7.4081593,5.1903963,34.330257,207.88324,269.30972,218.20848,83.12222,24.223185,9.327916,868.39545,103.74546,70.63901,48.448982,307.5241,19.371405,315.66223,11.903065,55.35526,0.0,3158.616,6430.4844,4.400853,40.674103,38.547997,26408.232,89.186455,3.4391038,62.66492,103.16969,46.070786,12.713334,52.4559,557.4991,55.518402,40.66247,4.307065,9.288322,767.60974,3.0868132,409.64423,54.4675,2654.236,85.562965,148.85367,179.78978,270.59256,24.473421,39.587074,221.01996,19.600723,20.748446,16.558372,36.815147,185.90685,12.404297,9.397933,105.23691,20.015871,4444.2266,32.040054,44.929165,24.83317,32.53715,332.72406,84.25498,52.898613,13.631804,16.350069,44.112076,113.52977,237.93918,82.484726,278.43335,44.80797,45.006413,118.94427,186.7261,407.55365,138.22356,9.387789,10.377639,12.404048,104.775116,8151.1875,10.643826,49.555836,114.07232,29.67714,335.5996,83.02241,246.14119,6.739469,118.159904,829.4305,753.48926,75.97337,1014.73474,104.57833,107.78897,96.2783,55.5596,10.435402,34.55535,757.2376,6.6455927,10.159081,209.31677,9.5967455,5.6686625,55.084564,57.7429,587.68585,138.69548,177.12201,1882.5002,106.721466,2027.3074,1705.2897,9.449942,7.9284725,4046.5327,12.689542,16.954166,316.3632,31.262112,64.58022,36.024563,161.90102,743.5275,269.07428,4.5341983,39.451008,182.65561,1226.3315,21.66471,116.53517,10.731065,1.4291998,54.589348,1.2425753,1.1823698,3.9960024,11.451801,35.350887,71.73708,29.706482,950.7778,38.807407,14.585714,21.622223,6.13754,67.05486,3.5421295,2.3361852,5.6825,60.285194,0.27453175,2.273445,4.605752,37.03125,14.903095,2.633139,6.9365396,316.55298,30.699049,578.45856,16.696115,1048.1714,32.42218,793.06793,406.00018,11.154864,11.740207,743.50616,1059.6499,3119.9785,682.78766 +2023-04-13 05:00:00,0.0,3877.3093,35.81137,19.37462,10.556838,39.316753,190.55067,31.824308,68.22177,24.59388,40.38967,251.53648,463.55878,20.480907,33.368156,7.593821,1.5729506,35.743256,15.581753,14.802213,463.6113,3.1623104,321.216,107.053215,5.7672033,50.519413,117.54291,55.884937,414.80417,230.95287,2248.9155,7.0189085,2369.3672,41.36277,7.3970194,5.181888,34.281715,207.9323,269.32867,217.83939,83.19028,24.243574,9.328706,868.368,103.528534,70.62407,48.47869,307.76065,19.360834,315.80203,11.904985,55.342308,0.0,3160.5505,6437.04,4.407377,40.70471,38.589924,26421.662,89.26548,3.4432137,62.66544,103.14995,46.09309,12.720654,52.43011,557.84155,55.59488,40.670532,4.3097205,9.290379,767.90247,3.0963187,409.39484,54.504375,2653.4202,85.58287,148.79315,179.74484,270.58075,24.451536,39.562645,220.74133,19.584719,20.735092,16.57081,36.817856,185.78624,12.409663,9.40237,105.25784,20.016148,4443.823,32.055527,44.89896,24.833082,32.54759,332.6301,84.23945,52.898262,13.637756,16.357286,44.09583,113.5462,237.82397,82.48715,278.44543,44.85218,45.00433,118.96336,186.81764,408.66934,138.26677,9.385336,10.389549,12.395417,105.029755,8165.024,10.634902,49.534702,113.94123,29.675596,335.6094,82.938,246.01831,6.7345586,118.23488,829.0874,752.9138,75.951,1014.2927,104.46124,107.7418,96.35407,55.502464,10.423793,34.526726,757.98846,6.6342945,10.144002,209.13596,9.595218,5.667828,55.024326,57.699192,587.2815,138.59749,177.10423,1881.939,106.84956,2027.7651,1705.685,9.456637,7.9397573,4056.1335,12.684984,16.978125,316.36606,31.29164,64.637276,36.054386,162.11044,744.61096,269.11417,4.5383906,39.476402,183.07501,1228.8906,21.71844,116.63743,10.741331,1.4288509,54.591255,1.2422975,1.1814961,3.9927452,11.456149,35.38161,71.9113,29.699768,953.0782,38.838425,14.592857,21.627777,6.1383533,67.031075,3.5443285,2.3358982,5.683125,60.280914,0.2739504,2.272615,4.605134,37.039062,14.903154,2.6309235,6.9529724,317.21597,30.759693,579.6669,16.71781,1050.1481,32.46,792.8667,406.76004,11.174159,11.745781,744.839,1061.7522,3124.2766,682.5757 +2023-04-13 06:00:00,0.0,3878.384,35.835808,19.394886,10.568676,39.328106,190.59361,31.829617,68.2315,24.593452,40.387035,251.83202,463.91306,20.484531,33.407387,7.5847616,1.5713344,35.748486,15.589176,14.791086,463.70404,3.1617696,321.30923,107.040886,5.7602143,50.42431,117.556366,55.871155,414.3917,230.902,2250.4932,7.0074153,2369.271,41.288254,7.38588,5.17338,34.233173,207.98135,269.34763,217.47029,83.25833,24.263964,9.329495,868.34045,103.31161,70.60912,48.508404,307.9972,19.350264,315.94183,11.906905,55.329357,0.0,3162.4849,6443.596,4.4139004,40.735313,38.63185,26435.092,89.34451,3.4473238,62.665955,103.1302,46.1154,12.727973,52.404324,558.1841,55.671352,40.67859,4.312376,9.292434,768.1952,3.1058242,409.14548,54.541252,2652.6042,85.602776,148.73264,179.6999,270.5689,24.429653,39.53821,220.4627,19.568716,20.721739,16.583248,36.820568,185.66563,12.4150305,9.406807,105.27878,20.016422,4443.42,32.071003,44.86875,24.832994,32.55803,332.5361,84.22391,52.897915,13.643707,16.364502,44.079582,113.56264,237.70877,82.489586,278.45752,44.896393,45.00225,118.98246,186.90916,409.78503,138.30997,9.382883,10.401459,12.3867855,105.28439,8178.86,10.625979,49.513565,113.81014,29.674055,335.61917,82.85361,245.89545,6.729648,118.30986,828.7444,752.3384,75.92861,1013.8507,104.34416,107.69463,96.42985,55.445324,10.412183,34.4981,758.7394,6.622997,10.128922,208.95515,9.59369,5.6669936,54.96409,57.65548,586.8772,138.49948,177.08644,1881.3777,106.97765,2028.2229,1706.0804,9.463333,7.9510417,4065.7341,12.680427,17.002083,316.36893,31.321167,64.694336,36.08421,162.31987,745.6944,269.15405,4.5425835,39.501797,183.49442,1231.4497,21.772171,116.739685,10.751597,1.4285018,54.593166,1.2420199,1.1806225,3.9894881,11.460496,35.412334,72.08551,29.693056,955.37854,38.869446,14.599999,21.633333,6.139167,67.00729,3.5465276,2.335611,5.68375,60.276634,0.27336904,2.2717853,4.6045165,37.046875,14.9032135,2.6287084,6.969405,317.879,30.82034,580.8751,16.739502,1052.1248,32.497818,792.66547,407.5199,11.193454,11.751355,746.1718,1063.8546,3128.575,682.3637 +2023-04-13 07:00:00,0.0,3879.4587,35.860245,19.415154,10.580515,39.33946,190.63657,31.834925,68.241234,24.593023,40.3844,252.12753,464.26733,20.488155,33.44662,7.5757017,1.569718,35.753716,15.596601,14.77996,463.79678,3.1612291,321.40247,107.02856,5.7532253,50.3292,117.569824,55.857372,413.9792,230.8511,2252.0706,6.995922,2369.1748,41.21374,7.37474,5.1648717,34.18463,208.03041,269.36658,217.1012,83.326385,24.284353,9.330285,868.3129,103.09468,70.59418,48.538113,308.23373,19.339693,316.08163,11.908826,55.316406,0.0,3164.4192,6450.152,4.4204245,40.76592,38.67378,26448.521,89.42354,3.451434,62.66647,103.11046,46.137707,12.735292,52.378536,558.52655,55.74783,40.68665,4.3150315,9.29449,768.48785,3.11533,408.89612,54.578125,2651.788,85.62269,148.67215,179.65497,270.5571,24.407768,39.513783,220.18407,19.552711,20.708385,16.595686,36.82328,185.54501,12.420397,9.411244,105.29971,20.016699,4443.0166,32.086475,44.838543,24.832907,32.568466,332.44214,84.20837,52.897568,13.649659,16.37172,44.063335,113.57907,237.59357,82.49201,278.4696,44.940605,45.000168,119.00155,187.00069,410.90073,138.35318,9.380431,10.413368,12.378155,105.53904,8192.696,10.617057,49.492428,113.679054,29.672512,335.62897,82.76921,245.77257,6.7247376,118.384834,828.4013,751.7629,75.906235,1013.4087,104.22708,107.64746,96.505615,55.388187,10.400573,34.469475,759.49023,6.6116986,10.113843,208.77434,9.592162,5.666159,54.90385,57.611767,586.47284,138.40147,177.06866,1880.8165,107.10574,2028.6807,1706.4758,9.470029,7.9623265,4075.3347,12.675869,17.026041,316.37177,31.350695,64.75139,36.114037,162.52928,746.77783,269.19397,4.546776,39.52719,183.91382,1234.0087,21.825903,116.841934,10.761864,1.4281529,54.595074,1.2417421,1.1797489,3.986231,11.464844,35.443054,72.25973,29.686342,957.6789,38.900463,14.607142,21.63889,6.1399803,66.983505,3.5487266,2.335324,5.684375,60.272358,0.2727877,2.2709553,4.603899,37.054688,14.903274,2.626493,6.985838,318.54202,30.880983,582.08344,16.761194,1054.1014,32.535633,792.46423,408.27975,11.212749,11.75693,747.5046,1065.9569,3132.8733,682.15173 +2023-04-13 08:00:00,0.0,3880.5334,35.88468,19.435421,10.592353,39.350807,190.6795,31.840233,68.25097,24.592596,40.381763,252.42307,464.62164,20.49178,33.48585,7.5666423,1.5681018,35.758945,15.604024,14.768834,463.88953,3.1606886,321.4957,107.01623,5.7462363,50.234097,117.58329,55.84359,413.56668,230.80023,2253.6482,6.9844294,2369.0789,41.13923,7.3636003,5.1563635,34.13609,208.07947,269.38553,216.7321,83.39445,24.304743,9.331076,868.2854,102.877754,70.57924,48.567825,308.47028,19.329123,316.22144,11.910747,55.303455,0.0,3166.3538,6456.708,4.426948,40.796528,38.715706,26461.951,89.50256,3.4555438,62.666985,103.09071,46.16001,12.742612,52.35275,558.869,55.824306,40.694706,4.317687,9.296546,768.7806,3.1248355,408.64676,54.615,2650.9722,85.64259,148.61163,179.61003,270.5453,24.385883,39.489353,219.90544,19.536709,20.695032,16.608122,36.82599,185.42441,12.425764,9.415681,105.32065,20.016975,4442.6133,32.101948,44.808334,24.832819,32.578903,332.34814,84.192825,52.89722,13.65561,16.378937,44.047092,113.595505,237.47836,82.494446,278.48172,44.984818,44.998085,119.020645,187.09222,412.01642,138.3964,9.377978,10.425278,12.369524,105.79368,8206.532,10.608133,49.47129,113.547966,29.670969,335.63873,82.684814,245.64969,6.719827,118.459816,828.0582,751.18744,75.88385,1012.9667,104.10999,107.600296,96.58139,55.33105,10.388964,34.44085,760.24115,6.6004004,10.0987625,208.59352,9.590634,5.6653247,54.843613,57.568058,586.0685,138.30347,177.05087,1880.2552,107.23384,2029.1384,1706.8712,9.476725,7.9736114,4084.9355,12.671311,17.05,316.37463,31.380222,64.80845,36.14386,162.73871,747.8612,269.23386,4.550968,39.552586,184.33322,1236.5677,21.879633,116.94419,10.77213,1.427804,54.596985,1.2414644,1.1788752,3.982974,11.469192,35.473778,72.433945,29.67963,959.9793,38.93148,14.614285,21.644444,6.140794,66.959724,3.5509257,2.335037,5.685,60.268078,0.27220637,2.2701254,4.603281,37.0625,14.903333,2.6242778,7.0022707,319.20502,30.941628,583.2917,16.782887,1056.0781,32.573452,792.263,409.0396,11.232043,11.762505,748.8374,1068.0593,3137.1714,681.93976 +2023-04-13 09:00:00,0.0,3881.6082,35.90912,19.455687,10.604191,39.36216,190.72244,31.845541,68.2607,24.592167,40.37913,252.7186,464.97592,20.495403,33.52508,7.557583,1.5664855,35.76418,15.611447,14.757708,463.98227,3.160148,321.58893,107.0039,5.739248,50.138992,117.59675,55.829807,413.15417,230.74936,2255.2258,6.972936,2368.9827,41.064716,7.352461,5.147855,34.087547,208.12852,269.40448,216.363,83.4625,24.325132,9.331865,868.2579,102.66083,70.56429,48.597534,308.70682,19.318554,316.36124,11.912666,55.29051,0.0,3168.288,6463.264,4.433472,40.827133,38.75763,26475.38,89.5816,3.4596539,62.6675,103.07097,46.18232,12.749931,52.32696,559.21155,55.90078,40.702766,4.3203425,9.298602,769.0733,3.1343412,408.3974,54.651875,2650.1562,85.6625,148.55112,179.5651,270.53348,24.363998,39.46492,219.62682,19.520706,20.681677,16.62056,36.8287,185.3038,12.43113,9.420118,105.34158,20.01725,4442.21,32.117424,44.778126,24.832731,32.58934,332.25415,84.177284,52.896873,13.661562,16.386154,44.030846,113.61194,237.36316,82.49688,278.4938,45.02903,44.996002,119.03974,187.18375,413.1321,138.43959,9.375525,10.437188,12.360893,106.04832,8220.369,10.599211,49.450157,113.41688,29.669426,335.6485,82.60041,245.52681,6.7149167,118.53479,827.7152,750.61194,75.86147,1012.52466,103.99291,107.55312,96.657166,55.273914,10.377354,34.412224,760.992,6.5891023,10.083683,208.41272,9.589107,5.6644907,54.783375,57.524345,585.6641,138.20547,177.0331,1879.6938,107.36193,2029.5962,1707.2666,9.483421,7.984896,4094.5361,12.666754,17.07396,316.3775,31.40975,64.8655,36.173683,162.94814,748.94464,269.27374,4.5551605,39.57798,184.75262,1239.1268,21.933365,117.04645,10.782396,1.4274551,54.598892,1.2411866,1.1780015,3.9797168,11.473538,35.5045,72.60816,29.672916,962.27966,38.962498,14.6214285,21.65,6.1416073,66.935936,3.553125,2.33475,5.685625,60.263798,0.271625,2.2692957,4.6026635,37.070312,14.903393,2.6220624,7.0187035,319.86804,31.002274,584.5,16.804579,1058.0548,32.61127,792.06177,409.79947,11.251338,11.768079,750.1702,1070.1616,3141.4697,681.7278 +2023-04-13 10:00:00,0.0,3882.683,35.933556,19.475954,10.616029,39.37351,190.76538,31.850851,68.27043,24.59174,40.376495,253.01411,465.3302,20.499027,33.564316,7.548523,1.5648692,35.76941,15.618872,14.746581,464.075,3.1596074,321.68216,106.99157,5.732259,50.043884,117.610214,55.816025,412.74167,230.69847,2256.8035,6.961443,2368.8865,40.9902,7.341321,5.1393466,34.039005,208.17758,269.42343,215.99391,83.530556,24.345522,9.332655,868.23035,102.4439,70.549355,48.627247,308.94336,19.307983,316.50104,11.914587,55.277557,0.0,3170.2224,6469.82,4.439996,40.85774,38.799557,26488.81,89.66062,3.463764,62.66802,103.05122,46.204624,12.757251,52.301174,559.554,55.977257,40.710823,4.322998,9.300658,769.366,3.1438468,408.14804,54.68875,2649.3403,85.68241,148.49062,179.52016,270.52167,24.342113,39.44049,219.34819,19.504702,20.668324,16.632998,36.831413,185.18318,12.436498,9.424555,105.36251,20.017527,4441.8066,32.132896,44.747917,24.832644,32.59978,332.1602,84.16174,52.896526,13.667513,16.393372,44.0146,113.62837,237.24796,82.499306,278.5059,45.07324,44.99392,119.05884,187.27527,414.2478,138.4828,9.373073,10.449098,12.3522625,106.302956,8234.205,10.590288,49.42902,113.28579,29.667883,335.6583,82.516014,245.40395,6.710006,118.609764,827.37213,750.0365,75.83909,1012.08264,103.87583,107.50595,96.73293,55.216774,10.365744,34.3836,761.7429,6.577804,10.0686035,208.2319,9.587579,5.663656,54.723137,57.480633,585.25977,138.10747,177.0153,1879.1326,107.49003,2030.054,1707.662,9.490117,7.996181,4104.1367,12.662196,17.097918,316.38037,31.439278,64.922554,36.20351,163.15755,750.0281,269.31363,4.559353,39.603374,185.17203,1241.6859,21.987095,117.1487,10.792663,1.427106,54.600803,1.2409089,1.1771278,3.9764597,11.477886,35.53522,72.78237,29.666204,964.5801,38.99352,14.6285715,21.655556,6.142421,66.912155,3.5553238,2.334463,5.6862497,60.25952,0.27104366,2.2684658,4.602046,37.078125,14.903452,2.6198473,7.0351357,320.53107,31.062918,585.70825,16.826271,1060.0316,32.64909,791.86053,410.55933,11.270634,11.773653,751.50305,1072.264,3145.7678,681.5158 +2023-04-13 11:00:00,0.0,3883.7578,35.957993,19.496222,10.627868,39.38486,190.80832,31.85616,68.28017,24.591312,40.37386,253.30965,465.68448,20.502651,33.603546,7.5394635,1.5632529,35.77464,15.626295,14.735455,464.16772,3.159067,321.7754,106.97924,5.72527,49.94878,117.62367,55.802242,412.3292,230.6476,2258.381,6.9499497,2368.7903,40.915688,7.330181,5.1308384,33.990463,208.22664,269.44238,215.62482,83.59861,24.365913,9.333445,868.2028,102.226974,70.53441,48.656956,309.1799,19.297413,316.64084,11.916508,55.264606,0.0,3172.157,6476.376,4.44652,40.888344,38.841484,26502.24,89.73965,3.4678738,62.668533,103.03149,46.226933,12.76457,52.275387,559.89655,56.053734,40.718884,4.3256536,9.302714,769.6587,3.1533523,407.89868,54.725624,2648.5244,85.70232,148.4301,179.47522,270.50983,24.320229,39.41606,219.06955,19.488699,20.65497,16.645435,36.834126,185.06258,12.441864,9.428992,105.383446,20.017801,4441.4033,32.14837,44.71771,24.832556,32.610218,332.0662,84.14621,52.89618,13.673465,16.400589,43.998352,113.644806,237.13275,82.50174,278.51797,45.11745,44.991837,119.07793,187.3668,415.36346,138.526,9.37062,10.461007,12.343631,106.557594,8248.041,10.581365,49.407883,113.1547,29.666342,335.66806,82.43162,245.28107,6.705096,118.684746,827.02905,749.46106,75.81671,1011.6406,103.75874,107.458786,96.80871,55.159637,10.354134,34.354973,762.4938,6.566506,10.053524,208.0511,9.586051,5.662822,54.6629,57.436924,584.8554,138.00946,176.99753,1878.5714,107.61812,2030.5117,1708.0574,9.496813,8.007465,4113.7373,12.657639,17.121876,316.38324,31.468805,64.979614,36.233334,163.36697,751.1115,269.35352,4.5635457,39.628773,185.59143,1244.245,22.040827,117.25095,10.802928,1.4267571,54.60271,1.2406311,1.1762543,3.9732027,11.482233,35.565945,72.95659,29.65949,966.88043,39.024536,14.635715,21.661112,6.1432343,66.88837,3.557523,2.3341758,5.686875,60.25524,0.2704623,2.2676358,4.601428,37.085938,14.903512,2.617632,7.0515685,321.1941,31.123562,586.91656,16.847963,1062.0083,32.68691,791.6593,411.31918,11.289928,11.779227,752.8359,1074.3663,3150.0662,681.30383 +2023-04-13 12:00:00,0.0,3884.8325,35.98243,19.516487,10.639706,39.396214,190.85127,31.861467,68.289894,24.590883,40.371223,253.60516,466.03876,20.506275,33.642776,7.530404,1.5616367,35.77987,15.633719,14.724329,464.26047,3.1585262,321.86862,106.96691,5.718281,49.853672,117.63713,55.78846,411.9167,230.59671,2259.9587,6.9384565,2368.6943,40.841175,7.3190417,5.12233,33.941925,208.2757,269.46133,215.25572,83.666664,24.386303,9.334234,868.17535,102.01005,70.51947,48.68667,309.41644,19.286842,316.78064,11.918427,55.251656,0.0,3174.0913,6482.9316,4.4530435,40.918953,38.88341,26515.67,89.81868,3.471984,62.66905,103.01174,46.249237,12.77189,52.2496,560.239,56.130207,40.72694,4.328309,9.30477,769.9514,3.162858,407.6493,54.7625,2647.7083,85.72222,148.3696,179.43028,270.49802,24.298344,39.39163,218.79092,19.472694,20.641617,16.657873,36.836838,184.94197,12.447231,9.433429,105.40438,20.018078,4441.0,32.163845,44.6875,24.832468,32.620655,331.97223,84.13067,52.895832,13.679416,16.407806,43.98211,113.66124,237.01755,82.504166,278.53006,45.161663,44.989754,119.09702,187.45833,416.47916,138.56921,9.368167,10.472917,12.335,106.81223,8261.878,10.572442,49.386745,113.02361,29.664799,335.67786,82.34722,245.15819,6.7001853,118.75972,826.68604,748.88556,75.79433,1011.1986,103.64166,107.41161,96.88448,55.1025,10.342525,34.326347,763.2447,6.5552077,10.0384445,207.87029,9.584524,5.6619873,54.60266,57.39321,584.45105,137.91145,176.97975,1878.0101,107.746216,2030.9695,1708.4528,9.503509,8.01875,4123.3384,12.653081,17.145834,316.38608,31.498333,65.03667,36.263157,163.57639,752.19495,269.3934,4.567738,39.654167,186.01083,1246.8041,22.094557,117.35321,10.813194,1.4264082,54.60462,1.2403533,1.1753806,3.9699454,11.486581,35.596664,73.130806,29.652779,969.1808,39.055553,14.642857,21.666666,6.1440477,66.864586,3.559722,2.3338888,5.6875,60.25096,0.26988095,2.2668061,4.6008105,37.09375,14.903571,2.6154165,7.0680013,321.8571,31.184208,588.1249,16.869658,1063.985,32.724728,791.45807,412.07904,11.309223,11.7848015,754.1687,1076.4686,3154.3643,681.0919 +2023-04-13 13:00:00,0.0,3885.9072,36.006866,19.536755,10.651544,39.407562,190.89421,31.866776,68.29963,24.590456,40.36859,253.9007,466.39304,20.5099,33.682007,7.521344,1.5600203,35.7851,15.641143,14.713202,464.3532,3.1579857,321.96182,106.95458,5.711292,49.758568,117.6506,55.77468,411.50418,230.54584,2261.5364,6.926964,2368.5981,40.76666,7.307902,5.113822,33.893383,208.32475,269.48032,214.88663,83.734726,24.406693,9.335024,868.1478,101.79312,70.504524,48.716377,309.65298,19.276272,316.92044,11.920348,55.238705,0.0,3176.026,6489.488,4.4595675,40.94956,38.92534,26529.1,89.897705,3.4760938,62.669563,102.992,46.271545,12.779209,52.223816,560.5815,56.206684,40.735,4.3309646,9.306827,770.24414,3.1723635,407.39993,54.799374,2646.8923,85.742134,148.30908,179.38535,270.4862,24.27646,39.3672,218.5123,19.456692,20.628263,16.67031,36.839546,184.82135,12.452598,9.437866,105.425316,20.018353,4440.5967,32.179317,44.65729,24.83238,32.631092,331.87823,84.11513,52.895485,13.685367,16.415022,43.965862,113.67767,236.90234,82.5066,278.54214,45.205875,44.98767,119.11612,187.54987,417.59485,138.61243,9.365714,10.484827,12.326369,107.06687,8275.714,10.5635195,49.365612,112.892525,29.663256,335.68762,82.262825,245.03532,6.695275,118.834694,826.34296,748.3101,75.77195,1010.7566,103.52458,107.36445,96.96025,55.045364,10.3309145,34.29772,763.99554,6.5439095,10.023365,207.68948,9.582996,5.661153,54.542423,57.349503,584.0467,137.81346,176.96196,1877.4489,107.874306,2031.4272,1708.8483,9.510204,8.030035,4132.939,12.648523,17.169792,316.38895,31.52786,65.09373,36.292984,163.78581,753.2783,269.4333,4.5719304,39.67956,186.43024,1249.3632,22.148289,117.45546,10.823461,1.4260592,54.60653,1.2400756,1.1745069,3.9666884,11.490929,35.627388,73.30502,29.646065,971.4812,39.086575,14.65,21.672222,6.144861,66.8408,3.5619211,2.3336017,5.688125,60.246685,0.2692996,2.2659762,4.6001925,37.101562,14.90363,2.6132014,7.084434,322.5201,31.244852,589.3331,16.89135,1065.9617,32.762547,791.25684,412.8389,11.328518,11.790377,755.5015,1078.571,3158.6626,680.87994 +2023-04-13 14:00:00,0.0,3886.982,36.031303,19.557022,10.663383,39.418915,190.93715,31.872084,68.309364,24.590027,40.365955,254.19623,466.7473,20.513523,33.72124,7.5122848,1.5584041,35.79033,15.648566,14.702076,464.44595,3.1574452,322.05505,106.94225,5.704303,49.66346,117.664055,55.7609,411.09167,230.49495,2263.114,6.9154706,2368.502,40.692146,7.2967625,5.105314,33.84484,208.37381,269.49927,214.51753,83.80278,24.427082,9.335814,868.1203,101.57619,70.489586,48.74609,309.88953,19.265703,317.06024,11.922269,55.225754,0.0,3177.96,6496.0435,4.466091,40.980164,38.967262,26542.53,89.97673,3.4802039,62.670082,102.97225,46.293854,12.786529,52.19803,560.924,56.28316,40.743057,4.33362,9.308882,770.5368,3.1818693,407.15057,54.83625,2646.0764,85.76204,148.24858,179.34041,270.4744,24.254576,39.34277,218.23367,19.440687,20.61491,16.682747,36.84226,184.70074,12.457965,9.442304,105.44625,20.01863,4440.1934,32.19479,44.627083,24.832293,32.641533,331.78424,84.09959,52.895138,13.6913185,16.42224,43.949615,113.69411,236.78714,82.509026,278.55426,45.250088,44.985588,119.13521,187.64139,418.71054,138.65562,9.363261,10.496737,12.317739,107.32151,8289.55,10.554596,49.344475,112.76144,29.661713,335.69742,82.17842,244.91245,6.690364,118.909676,825.9999,747.7346,75.749565,1010.3145,103.40749,107.317276,97.036026,54.988228,10.319304,34.269096,764.74646,6.532612,10.0082855,207.50867,9.581469,5.6603184,54.482185,57.30579,583.64233,137.71545,176.94418,1876.8877,108.0024,2031.885,1709.2437,9.5169,8.04132,4142.5396,12.643966,17.19375,316.3918,31.557388,65.15078,36.322807,163.99524,754.36176,269.4732,4.5761228,39.704956,186.84964,1251.9221,22.202019,117.55772,10.833727,1.4257103,54.608437,1.2397978,1.1736333,3.9634314,11.4952755,35.65811,73.47924,29.63935,973.78156,39.11759,14.657143,21.677778,6.1456747,66.81702,3.5641203,2.3333147,5.68875,60.242405,0.26871827,2.2651463,4.599575,37.109375,14.90369,2.610986,7.100867,323.18314,31.305496,590.54144,16.913042,1067.9384,32.80036,791.0556,413.59875,11.347813,11.795951,756.83435,1080.6733,3162.9607,680.66797 +2023-04-13 15:00:00,0.0,3888.0566,36.05574,19.577288,10.6752205,39.430264,190.98009,31.877392,68.31909,24.5896,40.36332,254.49174,467.1016,20.517147,33.76047,7.503225,1.5567878,35.795563,15.655991,14.690949,464.5387,3.1569045,322.1483,106.92992,5.697314,49.568356,117.67751,55.747116,410.67917,230.44408,2264.6917,6.9039774,2368.406,40.617634,7.2856226,5.096805,33.7963,208.42287,269.51822,214.14844,83.870834,24.447472,9.336604,868.0928,101.35926,70.47464,48.7758,310.12607,19.255133,317.20004,11.924189,55.212803,0.0,3179.8945,6502.5996,4.4726152,41.01077,39.00919,26555.959,90.05576,3.484314,62.670597,102.95251,46.31616,12.793848,52.17224,561.2665,56.359634,40.751118,4.3362756,9.310938,770.8295,3.1913748,406.9012,54.873127,2645.2605,85.781944,148.18806,179.29547,270.4626,24.23269,39.318336,217.95503,19.424685,20.601555,16.695185,36.84497,184.58014,12.463331,9.44674,105.467186,20.018904,4439.79,32.210266,44.596874,24.832205,32.65197,331.69028,84.084045,52.89479,13.697269,16.429457,43.93337,113.71054,236.67194,82.51146,278.56635,45.2943,44.983505,119.154305,187.73291,419.82623,138.69884,9.360808,10.508646,12.309107,107.57615,8303.387,10.545673,49.323338,112.63035,29.66017,335.70718,82.094025,244.78957,6.6854534,118.98465,825.65686,747.1592,75.72719,1009.8725,103.29041,107.27011,97.1118,54.931087,10.307695,34.24047,765.4973,6.5213137,9.993205,207.32785,9.579941,5.659484,54.421947,57.262077,583.238,137.61745,176.92639,1876.3264,108.13049,2032.3428,1709.639,9.523596,8.052605,4152.14,12.639408,17.217709,316.39468,31.586918,65.20783,36.35263,164.20465,755.4452,269.5131,4.5803156,39.73035,187.26904,1254.4812,22.25575,117.65997,10.843993,1.4253613,54.610348,1.2395201,1.1727597,3.9601743,11.499623,35.68883,73.65345,29.632639,976.082,39.14861,14.664286,21.683332,6.146488,66.79323,3.5663192,2.3330276,5.689375,60.238125,0.26813692,2.2643166,4.5989575,37.117188,14.903749,2.6087708,7.1172996,323.84613,31.366142,591.7497,16.934734,1069.915,32.83818,790.8544,414.3586,11.367107,11.801525,758.1672,1082.7758,3167.259,680.456 +2023-04-13 16:00:00,0.0,3889.1313,36.080177,19.597555,10.687058,39.441616,191.02303,31.882702,68.32883,24.589172,40.360687,254.78728,467.45587,20.520771,33.7997,7.4941654,1.5551715,35.800793,15.663414,14.679824,464.63144,3.156364,322.24152,106.91759,5.690325,49.473248,117.69098,55.733334,410.2667,230.39319,2266.2693,6.892484,2368.3098,40.543118,7.2744827,5.088297,33.747757,208.47192,269.53717,213.77934,83.93889,24.467861,9.337394,868.06525,101.142334,70.4597,48.805508,310.3626,19.244562,317.33984,11.926109,55.199852,0.0,3181.829,6509.1553,4.479139,41.041378,39.051117,26569.389,90.13479,3.4884238,62.671112,102.93277,46.338467,12.8011675,52.146454,561.60895,56.43611,40.759174,4.338931,9.312994,771.12225,3.2008803,406.65186,54.91,2644.4443,85.80185,148.12756,179.25055,270.45078,24.210806,39.293907,217.6764,19.408682,20.588202,16.707623,36.847683,184.45953,12.4686985,9.451178,105.48812,20.01918,4439.3867,32.22574,44.566666,24.832117,32.662407,331.59628,84.068504,52.894444,13.703221,16.436674,43.917126,113.726974,236.55673,82.51389,278.57843,45.338512,44.981422,119.1734,187.82445,420.94193,138.74205,9.3583555,10.5205555,12.300476,107.83079,8317.223,10.536751,49.3022,112.49926,29.658628,335.71695,82.00963,244.66669,6.680543,119.05962,825.3138,746.58374,75.7048,1009.4305,103.17333,107.22294,97.18757,54.87395,10.296085,34.211845,766.2482,6.5100155,9.978126,207.14705,9.578413,5.65865,54.36171,57.21837,582.8337,137.51944,176.90862,1875.7651,108.25859,2032.8005,1710.0344,9.5302925,8.0638895,4161.7407,12.6348505,17.241667,316.39752,31.616446,65.26489,36.382458,164.41408,756.5286,269.55298,4.584508,39.755745,187.68845,1257.0403,22.30948,117.76222,10.8542595,1.4250124,54.612255,1.2392423,1.171886,3.956917,11.503971,35.719555,73.82767,29.625925,978.3823,39.17963,14.671429,21.688889,6.1473017,66.76945,3.5685184,2.3327405,5.69,60.23385,0.26755556,2.2634866,4.5983396,37.125,14.90381,2.6065555,7.1337323,324.50916,31.426786,592.958,16.956427,1071.8917,32.876,790.65314,415.11847,11.386402,11.807099,759.5,1084.878,3171.5571,680.244 +2023-04-13 17:00:00,0.0,3890.206,36.104614,19.617823,10.698896,39.45297,191.06598,31.88801,68.33856,24.588743,40.35805,255.0828,467.81015,20.524395,33.838936,7.485106,1.5535553,35.806023,15.670838,14.668697,464.72418,3.1558235,322.33475,106.90526,5.6833363,49.378143,117.70444,55.71955,409.8542,230.34232,2267.847,6.8809915,2368.2136,40.468605,7.2633433,5.0797887,33.699215,208.52098,269.55612,213.41025,84.00694,24.48825,9.338183,868.0377,100.92541,70.444756,48.83522,310.59915,19.233992,317.47964,11.92803,55.1869,0.0,3183.7637,6515.7114,4.485663,41.071983,39.093044,26582.818,90.21381,3.492534,62.671627,102.913025,46.36077,12.808487,52.120667,561.9515,56.51259,40.767235,4.3415866,9.31505,771.415,3.210386,406.4025,54.946877,2643.6284,85.82176,148.06705,179.20561,270.43893,24.188921,39.269474,217.39778,19.392677,20.574848,16.720058,36.850395,184.33891,12.474066,9.455614,105.509056,20.019455,4438.9834,32.24121,44.536457,24.83203,32.672844,331.50232,84.05296,52.894096,13.709172,16.443892,43.90088,113.74341,236.44151,82.51632,278.5905,45.382725,44.97934,119.1925,187.91597,422.05762,138.78525,9.355903,10.532466,12.291845,108.085434,8331.059,10.527827,49.281067,112.36817,29.657085,335.72675,81.92523,244.54382,6.6756325,119.134605,824.9707,746.00824,75.68243,1008.98846,103.056244,107.17577,97.26334,54.816814,10.284475,34.18322,766.99915,6.4987173,9.963046,206.96623,9.576885,5.6578155,54.30147,57.174656,582.4293,137.42145,176.89082,1875.2039,108.38668,2033.2583,1710.4298,9.536988,8.075174,4171.342,12.630293,17.265625,316.4004,31.645973,65.321945,36.41228,164.6235,757.61206,269.59286,4.5887003,39.78114,188.10785,1259.5994,22.363213,117.86448,10.864526,1.4246634,54.614166,1.2389646,1.1710124,3.95366,11.508318,35.75028,74.001884,29.619213,980.6827,39.210648,14.678571,21.694445,6.148115,66.74566,3.5707173,2.3324537,5.6906247,60.22957,0.2669742,2.262657,4.597722,37.132812,14.903869,2.6043403,7.150165,325.17218,31.48743,594.16626,16.978119,1073.8685,32.91382,790.4519,415.87833,11.405697,11.812674,760.83276,1086.9805,3175.8555,680.03204 +2023-04-13 18:00:00,0.0,3891.2808,36.12905,19.638088,10.710735,39.464317,191.10892,31.893318,68.34829,24.588316,40.355415,255.37833,468.16443,20.528019,33.878166,7.476046,1.551939,35.811253,15.678262,14.657571,464.8169,3.1552827,322.42798,106.89293,5.6763473,49.28304,117.717896,55.70577,409.44168,230.29144,2269.4246,6.8694983,2368.1174,40.394093,7.2522035,5.0712805,33.650673,208.57004,269.57507,213.04115,84.075,24.50864,9.338973,868.0102,100.70848,70.42982,48.86493,310.8357,19.223421,317.61945,11.92995,55.17395,0.0,3185.6978,6522.267,4.4921865,41.10259,39.13497,26596.248,90.29285,3.496644,62.672146,102.89328,46.38308,12.815806,52.09488,562.29395,56.58906,40.77529,4.344242,9.317106,771.70764,3.2198915,406.15314,54.98375,2642.8125,85.84167,148.00655,179.16068,270.42712,24.167036,39.245045,217.11916,19.376675,20.561495,16.732496,36.853104,184.2183,12.479432,9.460052,105.52999,20.019732,4438.58,32.256687,44.50625,24.831942,32.683285,331.40833,84.03743,52.89375,13.715124,16.451109,43.884632,113.75984,236.32631,82.51875,278.6026,45.426937,44.977257,119.211586,188.00749,423.17328,138.82846,9.35345,10.544375,12.283215,108.34007,8344.8955,10.518905,49.25993,112.23708,29.655542,335.7365,81.84083,244.42094,6.670722,119.20958,824.6277,745.4328,75.66005,1008.54645,102.93916,107.1286,97.33912,54.759678,10.272866,34.154594,767.75,6.487419,9.947967,206.78543,9.575357,5.656981,54.241234,57.130943,582.02496,137.32344,176.87305,1874.6426,108.51478,2033.7161,1710.8252,9.543684,8.086458,4180.9424,12.625735,17.289583,316.40326,31.6755,65.379,36.442104,164.83292,758.69543,269.63275,4.5928926,39.806534,188.52725,1262.1584,22.416945,117.966736,10.874792,1.4243145,54.616074,1.2386868,1.1701387,3.950403,11.512666,35.781,74.1761,29.6125,982.9831,39.241665,14.685714,21.7,6.1489286,66.72188,3.5729165,2.3321667,5.69125,60.22529,0.26639286,2.261827,4.5971045,37.140625,14.903929,2.602125,7.166598,325.83517,31.548077,595.3746,16.999813,1075.8452,32.951637,790.2507,416.63818,11.424992,11.818249,762.1656,1089.0828,3180.1536,679.82007 +2023-04-13 19:00:00,0.0,3892.3555,36.15349,19.658356,10.722573,39.47567,191.15186,31.898626,68.358025,24.587887,40.35278,255.67386,468.5187,20.531643,33.917397,7.4669867,1.5503228,35.816483,15.685685,14.646445,464.90964,3.1547422,322.5212,106.8806,5.6693583,49.18793,117.73136,55.691986,409.02917,230.24055,2271.0022,6.858005,2368.0215,40.31958,7.2410636,5.0627723,33.60213,208.6191,269.59402,212.67206,84.14306,24.52903,9.339763,867.9827,100.491554,70.41487,48.89464,311.07224,19.21285,317.75925,11.93187,55.161003,0.0,3187.6323,6528.823,4.49871,41.133194,39.176895,26609.678,90.37187,3.5007539,62.67266,102.873535,46.405388,12.823126,52.06909,562.6364,56.66554,40.78335,4.3468976,9.319162,772.00037,3.229397,405.90378,55.020626,2641.9966,85.86157,147.94603,179.11574,270.4153,24.145153,39.220615,216.84052,19.36067,20.548141,16.744934,36.855816,184.0977,12.484799,9.464488,105.55093,20.020006,4438.177,32.27216,44.47604,24.831854,32.69372,331.31433,84.02189,52.893402,13.721075,16.458326,43.868385,113.776276,236.2111,82.52118,278.6147,45.47115,44.975174,119.23068,188.09903,424.28897,138.87167,9.350997,10.556285,12.274584,108.59471,8358.731,10.509982,49.238792,112.105995,29.654,335.7463,81.75643,244.29807,6.6658115,119.28456,824.2846,744.8573,75.637665,1008.10443,102.82208,107.08143,97.41489,54.70254,10.261256,34.12597,768.5009,6.476121,9.932887,206.60461,9.57383,5.6561465,54.180996,57.087234,581.6206,137.22543,176.85527,1874.0813,108.64287,2034.1738,1711.2206,9.55038,8.097743,4190.543,12.621178,17.313541,316.40613,31.705029,65.43606,36.47193,165.04234,759.7789,269.67264,4.5970855,39.83193,188.94666,1264.7175,22.470675,118.068985,10.885058,1.4239655,54.617985,1.238409,1.169265,3.947146,11.517013,35.81172,74.35032,29.605787,985.28345,39.272686,14.692857,21.705555,6.149742,66.69809,3.5751157,2.3318796,5.691875,60.221012,0.2658115,2.260997,4.5964866,37.148438,14.903988,2.5999098,7.18303,326.4982,31.60872,596.5828,17.021505,1077.8219,32.989456,790.04944,417.39804,11.444286,11.823823,763.4984,1091.185,3184.452,679.6081 +2023-04-13 20:00:00,0.0,3893.4302,36.177925,19.678623,10.734411,39.48702,191.1948,31.903934,68.36775,24.58746,40.350147,255.96938,468.873,20.535267,33.95663,7.457927,1.5487064,35.821712,15.6931095,14.635319,465.00238,3.1542015,322.61444,106.86827,5.6623693,49.092827,117.74482,55.678204,408.61667,230.18968,2272.5798,6.846512,2367.9253,40.245064,7.229924,5.054264,33.553593,208.66817,269.61298,212.30296,84.21111,24.549421,9.340552,867.9552,100.27463,70.399925,48.92435,311.30878,19.202282,317.89905,11.933791,55.148052,0.0,3189.567,6535.379,4.5052342,41.1638,39.218822,26623.107,90.4509,3.504864,62.673176,102.85378,46.427692,12.830445,52.043304,562.97894,56.742012,40.79141,4.3495526,9.3212185,772.2931,3.2389028,405.6544,55.0575,2641.1807,85.881485,147.88553,179.0708,270.4035,24.123268,39.196182,216.56189,19.344667,20.534788,16.757372,36.85853,183.97708,12.490166,9.468925,105.57186,20.020283,4437.7734,32.287632,44.445835,24.831766,32.70416,331.22037,84.00635,52.893055,13.727027,16.465542,43.85214,113.79271,236.0959,82.52361,278.6268,45.51536,44.97309,119.24978,188.19055,425.40466,138.91487,9.348545,10.568194,12.265952,108.84935,8372.567,10.501059,49.217655,111.97491,29.652458,335.75607,81.672035,244.17519,6.660901,119.359535,823.9415,744.28186,75.61529,1007.6624,102.704994,107.03426,97.49066,54.6454,10.249646,34.097343,769.2518,6.464823,9.917808,206.4238,9.572302,5.655312,54.120758,57.04352,581.21625,137.12743,176.83748,1873.5201,108.77096,2034.6316,1711.616,9.5570755,8.109028,4200.1436,12.61662,17.3375,316.409,31.734556,65.49311,36.501755,165.25175,760.8623,269.71255,4.601278,39.857327,189.36606,1267.2766,22.524406,118.17124,10.895324,1.4236165,54.619892,1.2381313,1.1683915,3.9438887,11.52136,35.842445,74.52453,29.599073,987.5838,39.303703,14.7,21.711111,6.1505556,66.67431,3.5773146,2.3315926,5.6925,60.216732,0.26523015,2.2601674,4.595869,37.15625,14.904047,2.5976944,7.199463,327.16122,31.669365,597.79114,17.043198,1079.7986,33.027275,789.8482,418.1579,11.463581,11.829397,764.83124,1093.2875,3188.75,679.3961 +2023-04-13 21:00:00,0.0,3894.505,36.202362,19.698889,10.74625,39.49837,191.23775,31.909243,68.37749,24.587032,40.34751,256.2649,469.22726,20.53889,33.99586,7.4488673,1.5470902,35.826942,15.700533,14.624192,465.09512,3.153661,322.70767,106.85594,5.6553802,48.99772,117.75828,55.66442,408.2042,230.1388,2274.1575,6.8350186,2367.829,40.17055,7.2187843,5.045756,33.50505,208.71722,269.63193,211.93387,84.27917,24.56981,9.341343,867.9277,100.0577,70.38499,48.954063,311.54532,19.191711,318.03885,11.935711,55.1351,0.0,3191.5012,6541.935,4.511758,41.19441,39.26075,26636.537,90.52993,3.508974,62.67369,102.83404,46.45,12.837765,52.017517,563.3214,56.81849,40.79947,4.352208,9.323275,772.5858,3.2484083,405.40503,55.094376,2640.3645,85.90139,147.82503,179.02586,270.3917,24.101383,39.171753,216.28326,19.328663,20.521433,16.76981,36.861237,183.85648,12.495533,9.473362,105.5928,20.020557,4437.37,32.30311,44.415627,24.831678,32.7146,331.12637,83.99081,52.892708,13.732978,16.47276,43.835896,113.80914,235.9807,82.52605,278.6389,45.559574,44.97101,119.26887,188.28207,426.52036,138.95808,9.346092,10.580105,12.257321,109.10399,8386.404,10.492136,49.19652,111.84382,29.650915,335.76587,81.58764,244.05232,6.6559906,119.43451,823.5985,743.70636,75.5929,1007.2204,102.58791,106.98709,97.56644,54.588264,10.238036,34.068718,770.0027,6.453525,9.902728,206.243,9.570774,5.6544776,54.06052,56.99981,580.8119,137.02943,176.8197,1872.9589,108.899055,2035.0894,1712.0114,9.563772,8.120313,4209.744,12.612062,17.361458,316.41183,31.764084,65.55017,36.531578,165.46118,761.94574,269.75244,4.60547,39.88272,189.78546,1269.8356,22.578136,118.2735,10.90559,1.4232676,54.621803,1.2378535,1.1675178,3.9406316,11.525708,35.873165,74.698746,29.592361,989.8842,39.33472,14.707143,21.716667,6.151369,66.65052,3.5795138,2.3313055,5.693125,60.212452,0.26464882,2.2593374,4.5952516,37.164062,14.904107,2.595479,7.2158957,327.82425,31.730011,598.99945,17.06489,1081.7753,33.06509,789.647,418.91776,11.482876,11.834971,766.16406,1095.3898,3193.0483,679.18414 +2023-04-13 22:00:00,0.0,3895.5796,36.2268,19.719156,10.758088,39.509724,191.28069,31.914553,68.38722,24.586603,40.344875,256.56042,469.58154,20.542515,34.03509,7.439808,1.5454739,35.832176,15.707957,14.613066,465.18787,3.1531205,322.8009,106.84361,5.6483912,48.902615,117.77174,55.650642,407.7917,230.08792,2275.7349,6.823526,2367.7332,40.09604,7.2076445,5.037247,33.45651,208.76628,269.65088,211.56477,84.34722,24.5902,9.342133,867.90015,99.840775,70.37004,48.983772,311.78186,19.18114,318.17865,11.937632,55.12215,0.0,3193.4355,6548.4907,4.518282,41.225014,39.302677,26649.967,90.608955,3.513084,62.674206,102.8143,46.472305,12.845084,51.99173,563.6639,56.894966,40.807526,4.3548636,9.32533,772.8785,3.257914,405.15567,55.131252,2639.5486,85.921295,147.76451,178.98093,270.37985,24.079498,39.147324,216.00464,19.31266,20.50808,16.782246,36.86395,183.73587,12.500899,9.477799,105.61373,20.020834,4436.967,32.31858,44.385418,24.83159,32.725037,331.0324,83.975266,52.89236,13.73893,16.479977,43.81965,113.82558,235.8655,82.52847,278.65097,45.603786,44.968925,119.287964,188.37361,427.63605,139.00128,9.343639,10.592014,12.248691,109.35863,8400.24,10.483213,49.175385,111.71273,29.649372,335.77563,81.503235,243.92944,6.65108,119.50949,823.25543,743.1309,75.570526,1006.7784,102.47083,106.939926,97.642204,54.531128,10.226427,34.040092,770.75354,6.442227,9.887648,206.06218,9.569246,5.653643,54.000282,56.9561,580.40753,136.93143,176.80191,1872.3976,109.027145,2035.5471,1712.4067,9.570468,8.1315975,4219.3447,12.607505,17.385416,316.4147,31.793612,65.60722,36.561405,165.67061,763.0292,269.79233,4.6096625,39.908115,190.20486,1272.3947,22.631868,118.37575,10.915856,1.4229187,54.62371,1.2375758,1.1666441,3.9373746,11.530055,35.90389,74.87296,29.585648,992.1846,39.36574,14.714286,21.722221,6.1521826,66.62674,3.5817127,2.3310184,5.69375,60.208176,0.26406747,2.2585075,4.5946336,37.171875,14.904166,2.5932639,7.2323284,328.48724,31.790655,600.2077,17.086582,1083.752,33.10291,789.44574,419.6776,11.502171,11.840546,767.4969,1097.4922,3197.3464,678.97217 +2023-04-13 23:00:00,0.0,3896.6543,36.251236,19.739424,10.769926,39.521072,191.32362,31.91986,68.39695,24.586176,40.342243,256.85596,469.93582,20.546139,34.07432,7.4307485,1.5438576,35.837406,15.715381,14.60194,465.2806,3.1525798,322.8941,106.83128,5.6414022,48.807507,117.7852,55.63686,407.37918,230.03703,2277.3125,6.8120327,2367.637,40.021523,7.196505,5.028739,33.407967,208.81534,269.66986,211.19568,84.415276,24.61059,9.342922,867.8726,99.62385,70.3551,49.013485,312.0184,19.17057,318.31845,11.939552,55.1092,0.0,3195.3699,6555.047,4.5248055,41.25562,39.344604,26663.396,90.68798,3.517194,62.674725,102.794556,46.494614,12.852404,51.965942,564.0064,56.97144,40.815586,4.357519,9.327386,773.1712,3.2674196,404.9063,55.168125,2638.7327,85.94121,147.70401,178.93599,270.36804,24.057613,39.12289,215.726,19.296658,20.494726,16.794683,36.86666,183.61525,12.506267,9.482236,105.63467,20.021109,4436.5635,32.334053,44.35521,24.831503,32.735474,330.93842,83.959724,52.892014,13.744881,16.487194,43.803402,113.84201,235.75029,82.53091,278.66306,45.648,44.966843,119.30706,188.46513,428.75174,139.0445,9.341187,10.603924,12.24006,109.613266,8414.076,10.47429,49.154247,111.58164,29.64783,335.7854,81.41884,243.80656,6.6461697,119.584465,822.91235,742.5555,75.54814,1006.33636,102.353745,106.89275,97.71798,54.47399,10.214817,34.011467,771.50446,6.4309287,9.872568,205.88138,9.5677185,5.6528087,53.940044,56.912388,580.0032,136.83342,176.78413,1871.8362,109.15524,2036.0049,1712.8022,9.577164,8.142882,4228.946,12.602947,17.409374,316.41757,31.82314,65.664276,36.59123,165.88002,764.1126,269.8322,4.613855,39.93351,190.62427,1274.9537,22.685598,118.478004,10.926123,1.4225698,54.62562,1.237298,1.1657704,3.9341176,11.534403,35.934612,75.04718,29.578936,994.485,39.39676,14.721428,21.727777,6.152996,66.60295,3.583912,2.3307314,5.694375,60.203896,0.26348612,2.2576778,4.594016,37.179688,14.904226,2.5910485,7.248761,329.15027,31.8513,601.416,17.108274,1085.7286,33.140728,789.2445,420.43747,11.521465,11.846121,768.8297,1099.5945,3201.6448,678.76025 +2023-04-14 00:00:00,0.0,3897.7292,36.275673,19.75969,10.781764,39.532425,191.36656,31.925169,68.406685,24.585747,40.339607,257.1515,470.2901,20.549763,34.113556,7.4216886,1.5422413,35.842636,15.722804,14.590814,465.37335,3.1520393,322.98734,106.818954,5.6344137,48.712402,117.79866,55.623077,406.96667,229.98616,2278.8901,6.8005395,2367.5408,39.94701,7.185365,5.020231,33.359425,208.8644,269.6888,210.82658,84.48333,24.63098,9.343712,867.8451,99.40692,70.34016,49.043194,312.25494,19.16,318.45825,11.941472,55.09625,0.0,3197.3044,6561.6025,4.5313296,41.286224,39.386528,26676.826,90.76701,3.5213041,62.67524,102.77481,46.51692,12.859723,51.940155,564.3489,57.047916,40.823643,4.3601747,9.329442,773.4639,3.276925,404.65695,55.205,2637.9167,85.96111,147.6435,178.89105,270.35623,24.035728,39.09846,215.44737,19.280653,20.481373,16.807121,36.86937,183.49464,12.511633,9.486673,105.6556,20.021385,4436.16,32.34953,44.325,24.831413,32.74591,330.84445,83.94419,52.891666,13.750833,16.494411,43.787155,113.858444,235.63509,82.53333,278.67514,45.69221,44.96476,119.32616,188.55667,429.86743,139.0877,9.338734,10.615833,12.231429,109.867905,8427.913,10.465367,49.13311,111.450554,29.646286,335.7952,81.33444,243.68369,6.641259,119.65944,822.56934,741.98,75.525764,1005.89435,102.236664,106.84559,97.793755,54.41685,10.203207,33.98284,772.2553,6.4196305,9.857489,205.70056,9.566191,5.6519747,53.879807,56.868675,579.5988,136.73541,176.76634,1871.2751,109.28333,2036.4626,1713.1976,9.583859,8.154167,4238.5464,12.59839,17.433334,316.42044,31.852667,65.72134,36.62105,166.08945,765.196,269.8721,4.6180477,39.958904,191.04367,1277.5128,22.73933,118.58026,10.936389,1.4222207,54.62753,1.2370203,1.1648968,3.9308603,11.53875,35.965332,75.2214,29.572222,996.78534,39.427776,14.728571,21.733334,6.1538095,66.57917,3.5861108,2.3304443,5.6949997,60.199615,0.26290476,2.2568479,4.5933986,37.1875,14.904285,2.5888333,7.265194,329.8133,31.911945,602.62427,17.129969,1087.7054,33.178547,789.0433,421.19733,11.54076,11.851695,770.16254,1101.6969,3205.9429,678.5483 +2023-04-14 01:00:00,0.0,3898.804,36.30011,19.779957,10.793603,39.543774,191.4095,31.930477,68.41642,24.58532,40.33697,257.44702,470.64438,20.553387,34.152786,7.412629,1.5406251,35.847866,15.730228,14.579687,465.4661,3.1514988,323.08057,106.806625,5.6274247,48.617294,117.812126,55.609295,406.55417,229.93527,2280.4678,6.7890463,2367.4446,39.872498,7.1742253,5.0117226,33.310883,208.91345,269.70776,210.45749,84.55139,24.65137,9.3445015,867.8176,99.189995,70.32522,49.072906,312.4915,19.149431,318.59805,11.943393,55.083298,0.0,3199.2388,6568.1587,4.5378532,41.316833,39.428455,26690.256,90.84604,3.525414,62.675755,102.755066,46.539227,12.867043,51.91437,564.69135,57.124393,40.831703,4.36283,9.331498,773.75665,3.2864308,404.4076,55.241875,2637.1006,85.98102,147.583,178.84612,270.34442,24.013845,39.07403,215.16875,19.26465,20.46802,16.81956,36.87208,183.37404,12.517,9.491111,105.67654,20.02166,4435.757,32.365,44.294792,24.831326,32.75635,330.75046,83.92865,52.89132,13.7567835,16.501629,43.770912,113.87487,235.51988,82.53577,278.68723,45.736423,44.96268,119.345245,188.6482,430.98312,139.1309,9.336281,10.627744,12.222797,110.12254,8441.749,10.456445,49.111977,111.31947,29.644745,335.80496,81.250046,243.56082,6.6363487,119.73442,822.22626,741.40454,75.50338,1005.45233,102.11958,106.798416,97.86952,54.359715,10.191598,33.954216,773.0062,6.4083323,9.842409,205.51976,9.564663,5.65114,53.81957,56.824966,579.19446,136.63742,176.74857,1870.7137,109.41143,2036.9204,1713.593,9.590555,8.165452,4248.147,12.593832,17.457293,316.42328,31.882195,65.77839,36.65088,166.29887,766.2794,269.912,4.62224,39.9843,191.46307,1280.0719,22.79306,118.68251,10.946655,1.4218718,54.629436,1.2367426,1.1640232,3.9276032,11.5430975,35.996056,75.39561,29.56551,999.0857,39.458797,14.735714,21.73889,6.154623,66.55538,3.58831,2.3301573,5.695625,60.19534,0.2623234,2.256018,4.5927806,37.195312,14.904345,2.586618,7.2816267,330.4763,31.97259,603.8326,17.15166,1089.6821,33.216366,788.84204,421.95718,11.560055,11.857269,771.49536,1103.7992,3210.2412,678.3363 +2023-04-14 02:00:00,0.0,3899.8787,36.324547,19.800224,10.805441,39.555126,191.45245,31.935785,68.42615,24.58489,40.334335,257.74252,470.99866,20.55701,34.192017,7.4035697,1.5390087,35.853096,15.737652,14.568561,465.5588,3.150958,323.1738,106.7943,5.6204357,48.52219,117.825584,55.595512,406.1417,229.8844,2282.0454,6.7775536,2367.3486,39.797985,7.163086,5.0032144,33.26234,208.96251,269.7267,210.0884,84.619446,24.671759,9.345291,867.7901,98.97307,70.31027,49.102615,312.72803,19.13886,318.73785,11.945313,55.070347,0.0,3201.173,6574.7144,4.5443773,41.34744,39.470383,26703.686,90.925064,3.529524,62.67627,102.73532,46.561535,12.874362,51.888584,565.0339,57.200867,40.83976,4.3654857,9.333554,774.0493,3.2959363,404.15823,55.27875,2636.2847,86.00093,147.52248,178.80118,270.3326,23.99196,39.0496,214.89012,19.248646,20.454664,16.831997,36.874794,183.25342,12.522367,9.495547,105.69747,20.021936,4435.3535,32.380474,44.264584,24.831238,32.76679,330.65646,83.91311,52.890972,13.762735,16.508844,43.754665,113.891304,235.40468,82.53819,278.69934,45.780636,44.960598,119.36434,188.73972,432.0988,139.17412,9.333828,10.639653,12.214167,110.37718,8455.585,10.447521,49.09084,111.188385,29.643202,335.81476,81.16565,243.43794,6.6314383,119.809395,821.8832,740.82904,75.481,1005.0103,102.002495,106.75125,97.9453,54.302578,10.179988,33.92559,773.7571,6.397034,9.82733,205.33894,9.563135,5.6503057,53.75933,56.781254,578.79016,136.53941,176.73077,1870.1525,109.53952,2037.3782,1713.9884,9.597251,8.176737,4257.7476,12.589274,17.48125,316.42615,31.911722,65.83545,36.680702,166.50829,767.36285,269.9519,4.6264324,40.009693,191.88248,1282.631,22.846792,118.78477,10.956922,1.4215229,54.631348,1.2364649,1.1631495,3.9243462,11.547445,36.02678,75.569824,29.558796,1001.3861,39.489815,14.742857,21.744444,6.1554365,66.5316,3.5905092,2.3298702,5.69625,60.19106,0.26174206,2.2551882,4.592163,37.203125,14.904405,2.5844028,7.2980595,331.1393,32.033234,605.04083,17.173353,1091.6588,33.254185,788.6408,422.71704,11.5793495,11.8628435,772.8282,1105.9016,3214.5393,678.1243 +2023-04-14 03:00:00,0.0,3900.9534,36.348984,19.82049,10.817279,39.56648,191.49539,31.941093,68.43588,24.584463,40.331703,258.03806,471.35294,20.560635,34.23125,7.39451,1.5373925,35.858326,15.745076,14.557435,465.65155,3.1504176,323.26703,106.78197,5.6134467,48.427082,117.83905,55.58173,405.7292,229.83353,2283.623,6.7660604,2367.2524,39.72347,7.151946,4.994706,33.2138,209.01157,269.74567,209.7193,84.6875,24.692148,9.346082,867.7626,98.75614,70.295334,49.132324,312.96457,19.12829,318.87766,11.947233,55.057396,0.0,3203.1077,6581.2705,4.550901,41.378044,39.51231,26717.113,91.0041,3.5336342,62.67679,102.715576,46.58384,12.881681,51.862797,565.37634,57.277344,40.84782,4.368141,9.33561,774.34204,3.305442,403.90884,55.315624,2635.4688,86.020836,147.46198,178.75624,270.3208,23.970076,39.02517,214.61148,19.232643,20.44131,16.844433,36.877506,183.13281,12.527734,9.499985,105.71841,20.022211,4434.95,32.39595,44.234375,24.83115,32.777225,330.5625,83.89757,52.890625,13.768686,16.516062,43.73842,113.90774,235.28947,82.54063,278.71143,45.82485,44.958515,119.38344,188.83125,433.21448,139.21733,9.331375,10.651563,12.205536,110.63182,8469.422,10.438599,49.069702,111.0573,29.641659,335.82452,81.081245,243.31506,6.626528,119.88437,821.54016,740.2536,75.45862,1004.5683,101.885414,106.70408,98.02107,54.24544,10.168378,33.896965,774.508,6.385736,9.81225,205.15813,9.561607,5.6494713,53.699093,56.73754,578.3858,136.4414,176.713,1869.5913,109.66762,2037.8359,1714.3838,9.603947,8.188021,4267.348,12.584717,17.505209,316.42902,31.94125,65.8925,36.710526,166.71771,768.4463,269.9918,4.630625,40.035088,192.30188,1285.19,22.900524,118.887024,10.967188,1.4211739,54.633255,1.2361871,1.1622759,3.9210892,11.551792,36.0575,75.74404,29.552084,1003.68646,39.520832,14.75,21.75,6.15625,66.50781,3.592708,2.3295832,5.696875,60.18678,0.26116073,2.2543583,4.5915456,37.210938,14.904464,2.5821874,7.314492,331.80234,32.09388,606.24915,17.195045,1093.6355,33.292,788.4396,423.4769,11.598644,11.868418,774.161,1108.0039,3218.8376,677.91235 +2023-04-14 04:00:00,0.0,3902.028,36.37342,19.840757,10.829118,39.577827,191.53833,31.946402,68.44562,24.584036,40.329067,258.3336,471.7072,20.564259,34.27048,7.3854504,1.5357763,35.86356,15.7525,14.5463085,465.7443,3.149877,323.36026,106.76964,5.6064577,48.331978,117.85251,55.567947,405.31668,229.78264,2285.2007,6.754567,2367.1562,39.648956,7.140806,4.9861975,33.165257,209.06062,269.76462,209.3502,84.755554,24.712538,9.346871,867.73505,98.539215,70.28039,49.162037,313.2011,19.11772,319.01746,11.949154,55.044445,0.0,3205.042,6587.826,4.557425,41.40865,39.554237,26730.543,91.08312,3.537744,62.677303,102.69583,46.606148,12.889001,51.83701,565.7188,57.35382,40.855877,4.3707967,9.3376665,774.63477,3.3149476,403.6595,55.3525,2634.6528,86.04074,147.40146,178.7113,270.30896,23.94819,39.00074,214.33286,19.216639,20.427958,16.85687,36.88022,183.0122,12.5331,9.504421,105.73934,20.022488,4434.547,32.411423,44.204166,24.831062,32.787663,330.4685,83.88203,52.890278,13.774638,16.52328,43.72217,113.92417,235.17427,82.54306,278.7235,45.86906,44.956432,119.40253,188.92278,434.33017,139.26053,9.328922,10.663472,12.196905,110.88647,8483.258,10.429676,49.04857,110.92621,29.640116,335.83432,80.99685,243.1922,6.6216173,119.95935,821.1971,739.67816,75.43624,1004.1262,101.768326,106.656906,98.09684,54.188305,10.156769,33.86834,775.25885,6.3744383,9.797171,204.97733,9.56008,5.648637,53.638855,56.693832,577.98145,136.3434,176.69522,1869.03,109.79571,2038.2937,1714.7792,9.610643,8.199306,4276.9487,12.580159,17.529167,316.4319,31.970778,65.949554,36.740353,166.92714,769.5297,270.03168,4.6348176,40.060482,192.72128,1287.749,22.954254,118.98927,10.977454,1.420825,54.635166,1.2359093,1.1614022,3.917832,11.55614,36.088223,75.91826,29.54537,1005.9869,39.551853,14.757143,21.755556,6.1570635,66.484024,3.5949073,2.329296,5.6974998,60.182503,0.26057938,2.2535284,4.5909276,37.21875,14.904524,2.5799723,7.3309245,332.46533,32.154526,607.4574,17.216738,1095.6122,33.32982,788.23834,424.23676,11.617939,11.873993,775.4938,1110.1062,3223.1357,677.7004 +2023-04-14 05:00:00,0.0,3903.1028,36.397858,19.861025,10.840956,39.58918,191.58127,31.951712,68.455345,24.583607,40.32643,258.62912,472.0615,20.567883,34.30971,7.376391,1.5341599,35.86879,15.759923,14.535182,465.83704,3.1493363,323.4535,106.75731,5.5994687,48.236874,117.86597,55.554165,404.90417,229.73177,2286.7783,6.743074,2367.06,39.574444,7.129667,4.9776893,33.11672,209.10968,269.78357,208.98111,84.82361,24.732927,9.347661,867.7075,98.32229,70.26545,49.191746,313.43765,19.10715,319.15726,11.951075,55.031498,0.0,3206.9766,6594.3823,4.5639486,41.439255,39.59616,26743.973,91.16215,3.5418541,62.67782,102.67609,46.628452,12.89632,51.811222,566.06134,57.430294,40.863937,4.373452,9.339722,774.9274,3.324453,403.41013,55.389374,2633.837,86.060646,147.34094,178.66637,270.29715,23.926306,38.976307,214.05423,19.200636,20.414604,16.869308,36.88293,182.8916,12.538467,9.508859,105.76028,20.022762,4434.1436,32.426895,44.173958,24.830975,32.798103,330.37454,83.866486,52.88993,13.780589,16.530497,43.70593,113.940605,235.05907,82.54549,278.7356,45.913273,44.95435,119.42162,189.0143,435.44586,139.30374,9.326469,10.675383,12.188274,111.141106,8497.094,10.420753,49.02743,110.79512,29.638575,335.8441,80.91245,243.06932,6.616707,120.034325,820.854,739.10266,75.41386,1003.6842,101.651245,106.60974,98.172615,54.131165,10.145159,33.839714,776.00977,6.36314,9.782091,204.79651,9.558552,5.6478024,53.578617,56.65012,577.5771,136.24539,176.67743,1868.4688,109.923805,2038.7515,1715.1746,9.617339,8.21059,4286.55,12.575602,17.553125,316.43475,32.000305,66.006615,36.770176,167.13655,770.6131,270.07156,4.63901,40.085876,193.14069,1290.3081,23.007986,119.09153,10.9877205,1.420476,54.637074,1.2356316,1.1605285,3.9145749,11.560487,36.118942,76.092476,29.538658,1008.28723,39.58287,14.764285,21.76111,6.157877,66.46024,3.5971062,2.3290093,5.698125,60.178223,0.25999802,2.2526987,4.59031,37.226562,14.904583,2.577757,7.3473573,333.12836,32.215168,608.6657,17.23843,1097.5889,33.367638,788.0371,424.9966,11.637234,11.879567,776.8266,1112.2086,3227.434,677.4884 +2023-04-14 06:00:00,0.0,3904.1775,36.422295,19.88129,10.852794,39.60053,191.6242,31.95702,68.46508,24.58318,40.323795,258.92462,472.41577,20.571507,34.348946,7.367331,1.5325437,35.87402,15.767347,14.524056,465.92978,3.1487958,323.54672,106.74498,5.5924797,48.141766,117.87943,55.540386,404.49167,229.68088,2288.356,6.7315807,2366.964,39.499928,7.118527,4.969181,33.068176,209.15874,269.80252,208.61201,84.89167,24.753319,9.348451,867.68,98.10536,70.2505,49.22146,313.6742,19.09658,319.29706,11.952994,55.018547,0.0,3208.911,6600.9385,4.5704722,41.469864,39.63809,26757.402,91.24118,3.5459642,62.678333,102.65635,46.65076,12.90364,51.785435,566.4038,57.50677,40.871994,4.3761077,9.341778,775.22015,3.3339589,403.16077,55.42625,2633.0208,86.08056,147.28044,178.62144,270.28534,23.90442,38.951878,213.7756,19.184633,20.40125,16.881746,36.885643,182.77098,12.543834,9.513295,105.78121,20.023039,4433.74,32.44237,44.14375,24.830887,32.80854,330.28055,83.850945,52.889584,13.786541,16.537714,43.689682,113.95704,234.94386,82.54792,278.74768,45.957485,44.952267,119.44072,189.10583,436.56155,139.34695,9.324017,10.687292,12.179643,111.395744,8510.931,10.41183,49.006294,110.66403,29.637032,335.85385,80.82806,242.94644,6.6117964,120.10931,820.511,738.5272,75.39148,1003.2422,101.534164,106.56257,98.24838,54.074028,10.133549,33.81109,776.7606,6.351842,9.767011,204.6157,9.557024,5.646968,53.51838,56.606407,577.1727,136.1474,176.65965,1867.9075,110.051895,2039.2092,1715.57,9.624035,8.221875,4296.1504,12.571044,17.577084,316.4376,32.029835,66.06367,36.8,167.34598,771.69653,270.11145,4.6432023,40.111275,193.56009,1292.8672,23.061716,119.19379,10.997986,1.420127,54.638985,1.2353538,1.159655,3.9113178,11.564835,36.149666,76.266685,29.531944,1010.5876,39.613888,14.771428,21.766666,6.1586905,66.436455,3.5993054,2.3287222,5.69875,60.173943,0.25941667,2.2518687,4.5896926,37.234375,14.904642,2.5755417,7.36379,333.79138,32.275814,609.87396,17.260124,1099.5656,33.405457,787.8359,425.75647,11.656528,11.885141,778.1594,1114.3109,3231.7322,677.2764 +2023-04-14 07:00:00,0.0,3905.2522,36.44673,19.901558,10.864632,39.61188,191.66716,31.962328,68.474815,24.58275,40.321163,259.22015,472.77005,20.57513,34.388176,7.3582716,1.5309274,35.87925,15.774771,14.51293,466.02252,3.1482553,323.63995,106.73265,5.5854907,48.04666,117.89289,55.526604,404.0792,229.63,2289.9336,6.720088,2366.868,39.425415,7.107387,4.960673,33.019634,209.2078,269.82147,208.24292,84.959724,24.773708,9.34924,867.65247,97.888435,70.235565,49.251167,313.91074,19.08601,319.43686,11.954915,55.005596,0.0,3210.8452,6607.494,4.5769963,41.50047,39.680016,26770.832,91.320206,3.550074,62.678852,102.636604,46.673065,12.910959,51.759647,566.7463,57.58325,40.880054,4.378763,9.343834,775.5129,3.3434644,402.9114,55.463127,2632.2048,86.100464,147.21994,178.5765,270.27353,23.882538,38.927444,213.49696,19.168629,20.387897,16.894182,36.88835,182.65038,12.549201,9.517733,105.80215,20.023314,4433.337,32.457844,44.11354,24.8308,32.818977,330.18655,83.83541,52.889236,13.792492,16.544931,43.673435,113.97347,234.82866,82.55035,278.75977,46.001698,44.950184,119.459816,189.19736,437.67725,139.39015,9.321564,10.699202,12.171012,111.65038,8524.767,10.402907,48.985157,110.53294,29.635489,335.86365,80.74365,242.82356,6.606886,120.18428,820.1679,737.9517,75.369095,1002.8002,101.417076,106.5154,98.32416,54.01689,10.121939,33.782463,777.51154,6.3405437,9.751931,204.43489,9.555496,5.646134,53.45814,56.5627,576.7684,136.0494,176.64186,1867.3462,110.17999,2039.667,1715.9653,9.630731,8.23316,4305.751,12.566486,17.601042,316.44046,32.05936,66.12072,36.829826,167.55539,772.77997,270.15134,4.6473947,40.13667,193.97949,1295.4263,23.115448,119.296036,11.008252,1.4197781,54.640892,1.2350761,1.1587813,3.9080608,11.569182,36.18039,76.4409,29.525232,1012.888,39.644905,14.778571,21.772223,6.159504,66.412674,3.6015046,2.3284352,5.699375,60.169666,0.25883532,2.2510388,4.5890746,37.242188,14.904702,2.5733263,7.380223,334.4544,32.33646,611.0823,17.281816,1101.5424,33.443275,787.63464,426.51633,11.675823,11.890716,779.49225,1116.4133,3236.0305,677.06445 +2023-04-14 08:00:00,0.0,3906.327,36.47117,19.921825,10.876471,39.623234,191.7101,31.967636,68.48454,24.582323,40.318527,259.5157,473.12433,20.578754,34.427406,7.349212,1.5293111,35.88448,15.782195,14.501803,466.11526,3.1477146,323.7332,106.72032,5.578502,47.951553,117.90635,55.51282,403.6667,229.57912,2291.5112,6.708595,2366.7717,39.350903,7.0962477,4.9521646,32.971092,209.25685,269.84042,207.87383,85.02778,24.794098,9.35003,867.625,97.6715,70.22062,49.28088,314.14728,19.07544,319.57666,11.956836,54.992645,0.0,3212.7798,6614.0503,4.58352,41.531075,39.721943,26784.262,91.39923,3.5541842,62.679367,102.61686,46.695374,12.918279,51.73386,567.0888,57.65972,40.88811,4.3814187,9.34589,775.8056,3.3529701,402.66205,55.5,2631.389,86.12037,147.15942,178.53157,270.26172,23.860653,38.903015,213.21834,19.152626,20.374542,16.90662,36.891064,182.52977,12.554567,9.522169,105.82308,20.02359,4432.9336,32.473316,44.083332,24.830711,32.829414,330.0926,83.81987,52.88889,13.798444,16.552149,43.65719,113.98991,234.71346,82.55278,278.77188,46.04591,44.9481,119.478905,189.28888,438.79294,139.43336,9.319111,10.711111,12.162381,111.90502,8538.603,10.393984,48.964024,110.401855,29.633945,335.8734,80.659256,242.7007,6.6019754,120.259254,819.8248,737.3763,75.34672,1002.35815,101.299995,106.46823,98.39993,53.959755,10.11033,33.753838,778.2624,6.3292456,9.736852,204.25409,9.553968,5.6452994,53.397903,56.518986,576.364,135.95139,176.62408,1866.7849,110.30808,2040.1248,1716.3607,9.637426,8.244445,4315.3516,12.561929,17.625,316.44333,32.08889,66.17778,36.85965,167.76482,773.8634,270.19125,4.651587,40.162064,194.3989,1297.9854,23.169178,119.39829,11.018518,1.4194292,54.642803,1.2347983,1.1579076,3.9048035,11.573529,36.21111,76.61512,29.518518,1015.18835,39.675926,14.785714,21.777779,6.1603174,66.388885,3.6037035,2.3281481,5.7,60.165386,0.25825396,2.250209,4.588457,37.25,14.904761,2.571111,7.3966556,335.1174,32.397102,612.2906,17.303509,1103.519,33.481094,787.4334,427.27618,11.695118,11.89629,780.8251,1118.5156,3240.3286,676.8525 +2023-04-14 09:00:00,0.0,3907.4016,36.495605,19.942093,10.888309,39.634583,191.75304,31.972944,68.49428,24.581896,40.31589,259.81122,473.4786,20.582378,34.466637,7.3401523,1.5276948,35.88971,15.7896185,14.490677,466.20798,3.1471741,323.8264,106.70799,5.571513,47.85645,117.919815,55.49904,403.25418,229.52824,2293.0889,6.6971016,2366.6758,39.276386,7.085108,4.9436564,32.92255,209.30591,269.8594,207.50473,85.09583,24.814487,9.35082,867.5975,97.454575,70.20567,49.31059,314.38382,19.064869,319.71646,11.9587555,54.979694,0.0,3214.7144,6620.606,4.590044,41.56168,39.76387,26797.691,91.478264,3.5582943,62.679882,102.597115,46.71768,12.925598,51.708073,567.4313,57.7362,40.896168,4.384074,9.347946,776.09827,3.3624756,402.4127,55.536877,2630.573,86.14028,147.09892,178.48663,270.24988,23.838768,38.878586,212.93971,19.136621,20.361189,16.919058,36.893776,182.40915,12.559935,9.526607,105.84402,20.023865,4432.5303,32.488792,44.053123,24.830624,32.839855,329.9986,83.80433,52.888542,13.804395,16.559364,43.64094,114.00634,234.59825,82.55521,278.78397,46.090122,44.94602,119.498,189.38042,439.90863,139.47658,9.316659,10.7230215,12.15375,112.15966,8552.439,10.385061,48.942886,110.27077,29.632402,335.8832,80.57486,242.57782,6.597065,120.334236,819.4818,736.80084,75.32433,1001.91614,101.182915,106.42107,98.4757,53.90262,10.09872,33.725212,779.0133,6.3179474,9.721772,204.07327,9.552441,5.644465,53.337666,56.475273,575.95966,135.85338,176.6063,1866.2238,110.43617,2040.5825,1716.7562,9.644123,8.25573,4324.952,12.557371,17.648958,316.4462,32.118416,66.23483,36.889473,167.97424,774.94684,270.23114,4.65578,40.187458,194.8183,1300.5444,23.22291,119.50055,11.028785,1.4190801,54.64471,1.2345206,1.157034,3.9015465,11.577877,36.241833,76.78934,29.511805,1017.4887,39.706944,14.792857,21.783333,6.161131,66.365105,3.6059027,2.327861,5.700625,60.161106,0.25767264,2.2493792,4.5878396,37.257812,14.904821,2.5688958,7.4130883,335.78043,32.45775,613.49884,17.325201,1105.4957,33.518913,787.2322,428.03604,11.714414,11.901865,782.1579,1120.618,3244.627,676.6405 +2023-04-14 10:00:00,0.0,3908.4763,36.520042,19.962358,10.9001465,39.645935,191.79597,31.978252,68.50401,24.581467,40.31326,260.10675,473.83292,20.586002,34.50587,7.331093,1.5260786,35.894943,15.797042,14.479551,466.30072,3.1466336,323.91962,106.69566,5.564524,47.76134,117.93327,55.485256,402.84167,229.47736,2294.6665,6.6856084,2366.5796,39.201874,7.073968,4.935148,32.87401,209.35497,269.87836,207.13564,85.16389,24.834877,9.35161,867.56995,97.23765,70.190735,49.3403,314.62036,19.054298,319.85626,11.960676,54.966743,0.0,3216.6484,6627.162,4.5965676,41.59229,39.805794,26811.121,91.55729,3.5624042,62.680397,102.57738,46.739986,12.932918,51.682285,567.7738,57.812675,40.90423,4.3867297,9.350002,776.391,3.3719811,402.1633,55.57375,2629.7568,86.16019,147.03842,178.4417,270.23807,23.816883,38.854153,212.66109,19.120619,20.347836,16.931496,36.896484,182.28854,12.565301,9.531044,105.86495,20.024141,4432.127,32.504265,44.022915,24.830536,32.850292,329.90463,83.78879,52.888195,13.810347,16.566582,43.6247,114.02277,234.48305,82.55764,278.79605,46.134335,44.943935,119.5171,189.47194,441.0243,139.51978,9.314206,10.734931,12.145119,112.4143,8566.275,10.376139,48.92175,110.13968,29.630861,335.89297,80.49046,242.45494,6.592154,120.40921,819.13873,736.22534,75.301956,1001.4741,101.06583,106.37389,98.551476,53.845478,10.08711,33.696587,779.76416,6.306649,9.706693,203.89246,9.550913,5.6436305,53.277428,56.431564,575.5553,135.75539,176.58852,1865.6625,110.56427,2041.0403,1717.1516,9.650819,8.2670145,4334.553,12.552814,17.672916,316.44904,32.147945,66.29189,36.9193,168.18365,776.0302,270.27103,4.659972,40.212852,195.2377,1303.1034,23.27664,119.6028,11.039051,1.4187312,54.64662,1.2342428,1.1561604,3.8982894,11.582224,36.272556,76.963554,29.505093,1019.7891,39.73796,14.8,21.788889,6.1619444,66.34132,3.6081016,2.327574,5.70125,60.15683,0.25709128,2.2485492,4.5872216,37.265625,14.904881,2.5666804,7.429521,336.44345,32.518394,614.70715,17.346893,1107.4724,33.55673,787.03094,428.7959,11.733708,11.907439,783.4907,1122.7203,3248.9253,676.4286 +2023-04-14 11:00:00,0.0,3909.551,36.54448,19.982626,10.911985,39.657284,191.83891,31.983562,68.51374,24.58104,40.310623,260.40225,474.1872,20.589626,34.5451,7.3220334,1.5244622,35.900173,15.804466,14.468425,466.39346,3.146093,324.01285,106.683334,5.557535,47.666237,117.94673,55.471474,402.42917,229.42648,2296.2441,6.6741157,2366.4834,39.12736,7.0628285,4.9266396,32.825466,209.40402,269.8973,206.76654,85.23194,24.855267,9.3524,867.5424,97.02072,70.17579,49.37001,314.8569,19.043728,319.99606,11.962597,54.953793,0.0,3218.583,6633.718,4.6030917,41.622894,39.84772,26824.55,91.636314,3.5665143,62.680912,102.55762,46.762295,12.940237,51.656498,568.1163,57.88915,40.912285,4.389385,9.352058,776.6837,3.381487,401.91394,55.610626,2628.941,86.18009,146.9779,178.39676,270.22626,23.794998,38.829723,212.38245,19.104616,20.334482,16.943933,36.899197,182.16794,12.570668,9.5354805,105.88589,20.024416,4431.723,32.519737,43.99271,24.830448,32.86073,329.81064,83.77325,52.887848,13.816298,16.5738,43.60845,114.03921,234.36784,82.560074,278.80814,46.178547,44.941853,119.53619,189.56348,442.13998,139.56299,9.311753,10.7468405,12.136488,112.66894,8580.111,10.367215,48.90061,110.00859,29.629318,335.90277,80.40606,242.33206,6.5872436,120.484184,818.79565,735.6499,75.27957,1001.0321,100.948746,106.32673,98.62725,53.78834,10.0755005,33.66796,780.5151,6.2953515,9.691613,203.71165,9.549385,5.642796,53.21719,56.38785,575.15094,135.65738,176.57074,1865.1012,110.69236,2041.498,1717.547,9.657515,8.278299,4344.154,12.548256,17.696875,316.4519,32.17747,66.348946,36.949123,168.39308,777.11365,270.3109,4.6641645,40.238247,195.6571,1305.6625,23.330372,119.705055,11.049317,1.4183823,54.64853,1.233965,1.1552867,3.8950324,11.586572,36.303276,77.137764,29.498379,1022.0895,39.768982,14.807142,21.794445,6.162758,66.317535,3.6103008,2.327287,5.7018747,60.15255,0.25650993,2.2477195,4.586604,37.273438,14.904941,2.5644653,7.445954,337.10645,32.579037,615.9154,17.368586,1109.4491,33.594547,786.8297,429.55576,11.753003,11.913013,784.82355,1124.8226,3253.2234,676.2166 +2023-04-14 12:00:00,0.0,3910.6257,36.568916,20.002893,10.923823,39.668636,191.88187,31.98887,68.523476,24.58061,40.307987,260.69778,474.54147,20.59325,34.58433,7.3129735,1.522846,35.905403,15.81189,14.457298,466.4862,3.1455524,324.10608,106.671005,5.550546,47.57113,117.9602,55.45769,402.0167,229.37561,2297.8218,6.6626225,2366.3872,39.05285,7.0516887,4.9181314,32.776924,209.45308,269.91626,206.39745,85.3,24.875656,9.353189,867.5149,96.803795,70.16085,49.399723,315.09344,19.03316,320.13586,11.964517,54.94084,0.0,3220.5176,6640.274,4.6096153,41.6535,39.88965,26837.98,91.71535,3.5706244,62.68143,102.53788,46.7846,12.9475565,51.63071,568.45874,57.965626,40.920345,4.3920407,9.354115,776.97644,3.3909924,401.66458,55.6475,2628.125,86.200005,146.91739,178.35182,270.21445,23.773113,38.805294,212.10382,19.088612,20.321129,16.95637,36.90191,182.04732,12.5760355,9.539918,105.90682,20.024693,4431.32,32.535213,43.9625,24.83036,32.87117,329.71667,83.757706,52.8875,13.822249,16.581017,43.592205,114.05564,234.25262,82.5625,278.82022,46.22276,44.93977,119.55528,189.655,443.25568,139.60619,9.3093,10.75875,12.127857,112.92358,8593.948,10.358293,48.87948,109.8775,29.627775,335.91254,80.32166,242.2092,6.582333,120.559166,818.45264,735.0744,75.257195,1000.5901,100.831665,106.27956,98.70302,53.731205,10.06389,33.639336,781.266,6.2840533,9.676534,203.53084,9.547857,5.6419616,53.15695,56.34414,574.7466,135.55937,176.55295,1864.5399,110.82046,2041.9558,1717.9424,9.66421,8.289583,4353.7544,12.543698,17.720833,316.45477,32.207,66.406,36.978947,168.60251,778.1971,270.3508,4.668357,40.26364,196.0765,1308.2216,23.384102,119.80731,11.059584,1.4180334,54.650436,1.2336873,1.154413,3.8917751,11.5909195,36.334,77.31198,29.491667,1024.3899,39.8,14.814285,21.8,6.1635714,66.29375,3.6124997,2.327,5.7025,60.14827,0.25592858,2.2468896,4.585986,37.28125,14.905,2.56225,7.4623866,337.76947,32.639683,617.1237,17.390278,1111.4258,33.632366,786.6285,430.3156,11.772298,11.918588,786.1564,1126.925,3257.5217,676.00464 +2023-04-14 13:00:00,0.0,3911.7004,36.593353,20.023159,10.935661,39.67999,191.9248,31.994179,68.5332,24.580183,40.30535,260.99332,474.89575,20.596874,34.623566,7.303914,1.5212297,35.910633,15.819314,14.446172,466.57895,3.1450117,324.1993,106.658676,5.543557,47.476025,117.973656,55.44391,401.6042,229.32472,2299.3994,6.6511292,2366.2913,38.978333,7.040549,4.909623,32.728382,209.50215,269.9352,206.02835,85.36806,24.896046,9.353979,867.48737,96.58687,70.145905,49.429432,315.33002,19.022589,320.27567,11.966437,54.92789,0.0,3222.4517,6646.8296,4.6161394,41.684105,39.931576,26851.41,91.79437,3.5747342,62.681946,102.518135,46.806908,12.954876,51.604927,568.8013,58.0421,40.928402,4.3946958,9.35617,777.2691,3.400498,401.41522,55.684376,2627.309,86.21991,146.85689,178.30688,270.20264,23.751228,38.78086,211.8252,19.072609,20.307775,16.968807,36.90462,181.92671,12.581402,9.544354,105.92776,20.024967,4430.9165,32.550686,43.932293,24.830273,32.881607,329.62268,83.74217,52.887154,13.8282,16.588234,43.57596,114.072075,234.13742,82.56493,278.83234,46.26697,44.937687,119.57438,189.74652,444.37137,139.6494,9.306848,10.77066,12.119226,113.178215,8607.784,10.34937,48.85834,109.746414,29.626232,335.9223,80.23727,242.08632,6.5774226,120.63414,818.10956,734.49896,75.23482,1000.1481,100.71458,106.23238,98.77879,53.67407,10.05228,33.61071,782.01685,6.272755,9.661453,203.35004,9.5463295,5.641127,53.096714,56.30043,574.3423,135.46136,176.53517,1863.9788,110.94855,2042.4136,1718.3378,9.670906,8.300868,4363.355,12.539141,17.744791,316.45764,32.236526,66.46306,37.008774,168.81192,779.2805,270.3907,4.6725497,40.289036,196.49591,1310.7806,23.437834,119.90956,11.06985,1.4176844,54.652348,1.2334095,1.1535394,3.888518,11.595266,36.364723,77.4862,29.484953,1026.6903,39.831017,14.821428,21.805555,6.164385,66.269966,3.614699,2.3267128,5.703125,60.143993,0.25534722,2.24606,4.5853686,37.289062,14.905059,2.5600348,7.478819,338.4325,32.70033,618.332,17.411972,1113.4025,33.670185,786.42725,431.07547,11.791593,11.924162,787.4892,1129.0273,3261.8198,675.79266 +2023-04-14 14:00:00,0.0,3912.7754,36.61779,20.043427,10.947499,39.691338,191.96774,31.999487,68.54294,24.579756,40.30272,261.28885,475.25003,20.600498,34.662796,7.2948546,1.5196134,35.915863,15.826737,14.435046,466.6717,3.1444712,324.29254,106.64635,5.536568,47.38092,117.987114,55.430126,401.19168,229.27385,2300.9768,6.639636,2366.195,38.90382,7.0294094,4.901115,32.679844,209.55121,269.95416,205.65926,85.43611,24.916435,9.354769,867.45984,96.36994,70.13097,49.459145,315.56653,19.012018,320.41547,11.968358,54.914944,0.0,3224.3862,6653.3857,4.622663,41.714714,39.973503,26864.84,91.8734,3.5788443,62.68246,102.49839,46.829212,12.962195,51.57914,569.14374,58.118576,40.936462,4.3973513,9.358226,777.5618,3.4100037,401.16586,55.72125,2626.4932,86.239815,146.79637,178.26195,270.19083,23.729345,38.75643,211.54657,19.056604,20.29442,16.981245,36.90733,181.8061,12.586769,9.548792,105.94869,20.025244,4430.513,32.56616,43.902084,24.830185,32.892044,329.5287,83.72663,52.886806,13.834152,16.595451,43.559715,114.08851,234.02222,82.56736,278.84442,46.311184,44.935604,119.593475,189.83806,445.48706,139.69261,9.304395,10.78257,12.110596,113.43286,8621.62,10.340446,48.837204,109.615326,29.624691,335.9321,80.15287,241.96344,6.572512,120.70912,817.7665,733.9235,75.21243,999.70605,100.597496,106.18522,98.85457,53.61693,10.040671,33.582085,782.76776,6.261457,9.646374,203.16922,9.544802,5.6402926,53.036476,56.256718,573.9379,135.36337,176.51738,1863.4175,111.076645,2042.8713,1718.7332,9.677602,8.312153,4372.9556,12.534583,17.76875,316.4605,32.266056,66.52011,37.038597,169.02135,780.36395,270.4306,4.676742,40.31443,196.91531,1313.3397,23.491566,120.01182,11.080116,1.4173354,54.654255,1.2331318,1.1526657,3.885261,11.599614,36.395443,77.660416,29.478241,1028.9906,39.862038,14.828571,21.811111,6.1651983,66.24618,3.616898,2.3264258,5.70375,60.139713,0.25476587,2.24523,4.584751,37.296875,14.905119,2.5578194,7.4952517,339.09552,32.76097,619.5403,17.433664,1115.3793,33.708004,786.2261,431.83533,11.810887,11.929736,788.82196,1131.1298,3266.1182,675.5807 +2023-04-14 15:00:00,0.0,3913.85,36.642227,20.063694,10.959338,39.70269,192.01068,32.004795,68.55267,24.579327,40.300083,261.58438,475.6043,20.604122,34.702026,7.2857947,1.5179971,35.921093,15.834161,14.42392,466.76443,3.1439307,324.38577,106.63402,5.529579,47.285812,118.00058,55.416348,400.77917,229.22296,2302.5544,6.628143,2366.0989,38.829308,7.0182695,4.8926067,32.6313,209.60027,269.9731,205.29016,85.504166,24.936827,9.355558,867.4324,96.153015,70.11602,49.488853,315.8031,19.001448,320.55527,11.970278,54.901993,0.0,3226.3208,6659.9414,4.629187,41.74532,40.015427,26878.27,91.95243,3.5829542,62.682976,102.478645,46.85152,12.969515,51.553352,569.4862,58.195053,40.94452,4.400007,9.360282,777.85455,3.4195092,400.9165,55.758125,2625.677,86.25972,146.73587,178.21701,270.179,23.70746,38.732002,211.26793,19.040602,20.281067,16.993683,36.91004,181.6855,12.592135,9.553228,105.96963,20.025518,4430.11,32.581635,43.871876,24.830097,32.90248,329.43472,83.71109,52.88646,13.840103,16.602669,43.54347,114.10494,233.90701,82.56979,278.8565,46.355396,44.93352,119.612564,189.92958,446.60275,139.73581,9.301942,10.794479,12.101964,113.6875,8635.457,10.331524,48.816067,109.48424,29.623148,335.94186,80.06847,241.84058,6.5676017,120.784096,817.42346,733.348,75.190056,999.26404,100.480415,106.13805,98.930336,53.55979,10.029061,33.55346,783.5186,6.250159,9.631294,202.98842,9.543274,5.6394587,52.97624,56.21301,573.53357,135.26537,176.4996,1862.8561,111.204735,2043.3291,1719.1285,9.684298,8.323438,4382.556,12.5300255,17.79271,316.46335,32.29558,66.57717,37.06842,169.23077,781.4474,270.4705,4.6809344,40.33983,197.33472,1315.8988,23.545296,120.114075,11.090382,1.4169865,54.656166,1.232854,1.151792,3.882004,11.603961,36.426167,77.834625,29.471527,1031.291,39.893055,14.835714,21.816668,6.166012,66.2224,3.619097,2.3261387,5.704375,60.135433,0.2541845,2.2444,4.584133,37.304688,14.905178,2.5556042,7.5116844,339.7585,32.821617,620.74854,17.455357,1117.356,33.745823,786.02484,432.59518,11.830182,11.935311,790.1548,1133.232,3270.4163,675.3687 +2023-04-14 16:00:00,0.0,3914.9248,36.666664,20.08396,10.971176,39.71404,192.05362,32.010105,68.5624,24.5789,40.297447,261.87988,475.9586,20.607746,34.741257,7.2767353,1.5163809,35.926323,15.841585,14.412793,466.85715,3.14339,324.479,106.62169,5.5225906,47.19071,118.01404,55.402565,400.36667,229.17209,2304.132,6.61665,2366.003,38.75479,7.0071297,4.884098,32.58276,209.64932,269.99207,204.92107,85.57222,24.957216,9.356349,867.40485,95.93609,70.10108,49.518562,316.0396,18.990877,320.69507,11.9721985,54.88904,0.0,3228.2551,6666.4976,4.6357107,41.775925,40.057354,26891.7,92.031456,3.5870643,62.683495,102.4589,46.87383,12.976834,51.527565,569.82874,58.271526,40.95258,4.4026623,9.362338,778.1473,3.429015,400.66714,55.795002,2624.861,86.27963,146.67535,178.17207,270.16718,23.685575,38.70757,210.9893,19.024597,20.267714,17.00612,36.912754,181.56488,12.597503,9.557666,105.99056,20.025795,4429.7065,32.597107,43.841667,24.83001,32.91292,329.34073,83.69555,52.886112,13.846055,16.609884,43.52722,114.121376,233.79181,82.57223,278.8686,46.39961,44.93144,119.63166,190.0211,447.71844,139.77902,9.299489,10.806389,12.093333,113.94214,8649.293,10.322601,48.794933,109.35315,29.621605,335.95166,79.98407,241.7177,6.562691,120.85907,817.0804,732.7726,75.16767,998.822,100.36333,106.09088,99.00611,53.502655,10.017451,33.524834,784.26953,6.2388606,9.616215,202.8076,9.541746,5.638624,52.916,56.169296,573.1292,135.16736,176.48181,1862.2949,111.33283,2043.7869,1719.5239,9.690994,8.3347225,4392.157,12.525468,17.816668,316.46622,32.32511,66.634224,37.098248,169.44019,782.53076,270.51038,4.685127,40.365223,197.7541,1318.4579,23.599028,120.216324,11.100648,1.4166375,54.658073,1.2325763,1.1509185,3.8787467,11.608309,36.45689,78.00884,29.464815,1033.5914,39.924072,14.842857,21.822222,6.1668253,66.19861,3.6212962,2.3258517,5.705,60.131157,0.2536032,2.2435703,4.5835156,37.3125,14.905238,2.5533888,7.528117,340.42154,32.882263,621.95685,17.477049,1119.3326,33.78364,785.8236,433.35504,11.849477,11.940886,791.4876,1135.3345,3274.7146,675.15674 +2023-04-14 17:00:00,0.0,3915.9995,36.6911,20.104227,10.983014,39.72539,192.09657,32.01541,68.572136,24.57847,40.29481,262.1754,476.31287,20.61137,34.78049,7.267676,1.5147645,35.931557,15.849009,14.401668,466.9499,3.1428494,324.57224,106.60936,5.5156016,47.0956,118.027504,55.388783,399.9542,229.1212,2305.7097,6.605157,2365.9067,38.68028,6.9959903,4.87559,32.534218,209.69838,270.01102,204.55197,85.640274,24.977606,9.357139,867.3773,95.71916,70.086136,49.548275,316.27618,18.980309,320.83487,11.974119,54.87609,0.0,3230.1895,6673.053,4.642235,41.80653,40.09928,26905.129,92.11048,3.5911744,62.68401,102.43916,46.896133,12.984154,51.501778,570.1712,58.348003,40.960636,4.405318,9.364394,778.43994,3.4385204,400.41776,55.831875,2624.0452,86.29954,146.61485,178.12714,270.15536,23.66369,38.68314,210.71068,19.008595,20.25436,17.018557,36.915466,181.44427,12.602869,9.562102,106.01149,20.026072,4429.303,32.61258,43.81146,24.829922,32.92336,329.24677,83.68001,52.885765,13.852006,16.617102,43.510975,114.13781,233.6766,82.57465,278.88068,46.443817,44.929356,119.65076,190.11264,448.8341,139.82224,9.297036,10.818299,12.0847025,114.19678,8663.129,10.313678,48.773796,109.22206,29.620062,335.96143,79.89967,241.59482,6.5577807,120.93405,816.7373,732.1971,75.145294,998.38,100.24625,106.04371,99.08189,53.44552,10.005841,33.49621,785.0204,6.2275624,9.601135,202.62679,9.540218,5.6377897,52.855762,56.125584,572.72485,135.06935,176.46404,1861.7336,111.46092,2044.2446,1719.9193,9.69769,8.346007,4401.758,12.52091,17.840626,316.4691,32.35464,66.69128,37.12807,169.64961,783.6142,270.55026,4.689319,40.390617,198.17351,1321.0168,23.652758,120.31858,11.110914,1.4162886,54.659985,1.2322985,1.1500448,3.8754897,11.612657,36.48761,78.18306,29.458101,1035.8917,39.955093,14.849999,21.827778,6.167639,66.17483,3.623495,2.3255649,5.705625,60.126877,0.25302184,2.2427404,4.582898,37.320312,14.905297,2.5511737,7.54455,341.08456,32.942905,623.1651,17.498741,1121.3093,33.821457,785.6224,434.1149,11.868772,11.94646,792.82043,1137.4368,3279.0127,674.94476 +2023-04-14 18:00:00,0.0,3917.0742,36.715538,20.124495,10.994853,39.736744,192.13951,32.02072,68.58187,24.578043,40.29218,262.47095,476.66714,20.614994,34.81972,7.258616,1.5131483,35.936787,15.856433,14.390541,467.04263,3.142309,324.66547,106.59703,5.5086126,47.000496,118.04096,55.375,399.5417,229.07033,2307.2874,6.5936637,2365.8105,38.605766,6.9848504,4.8670816,32.485676,209.74744,270.02997,204.18288,85.708336,24.997995,9.357928,867.3498,95.502235,70.0712,49.577984,316.5127,18.969738,320.97467,11.976039,54.86314,0.0,3232.124,6679.6094,4.6487584,41.837135,40.14121,26918.559,92.189514,3.5952842,62.684525,102.41942,46.91844,12.991473,51.47599,570.5137,58.42448,40.968697,4.4079733,9.36645,778.73267,3.448026,400.1684,55.86875,2623.2292,86.31944,146.55434,178.0822,270.14355,23.641806,38.65871,210.43205,18.992592,20.241007,17.030994,36.91818,181.32367,12.608236,9.56654,106.032425,20.026346,4428.9,32.628056,43.78125,24.829834,32.933796,329.15277,83.66447,52.885418,13.857958,16.62432,43.49473,114.15424,233.5614,82.57709,278.89276,46.48803,44.927273,119.669846,190.20416,449.9498,139.86543,9.294583,10.830209,12.076072,114.451416,8676.966,10.304755,48.75266,109.09097,29.618519,335.97122,79.81528,241.47194,6.5528703,121.009026,816.3943,731.62164,75.12291,997.938,100.129166,105.996544,99.15765,53.388382,9.994232,33.467583,785.7713,6.2162642,9.586056,202.44598,9.538691,5.6369553,52.795525,56.081875,572.3205,134.97136,176.44626,1861.1724,111.58902,2044.7024,1720.3147,9.704386,8.357292,4411.3584,12.516354,17.864584,316.47195,32.384167,66.74834,37.157894,169.85902,784.69763,270.59015,4.693512,40.41601,198.59291,1323.5759,23.70649,120.42084,11.121181,1.4159396,54.661892,1.2320207,1.1491711,3.8722327,11.617003,36.518333,78.35728,29.45139,1038.1921,39.98611,14.857142,21.833334,6.1684523,66.15104,3.6256943,2.3252778,5.7062497,60.122597,0.25244048,2.2419105,4.58228,37.328125,14.905357,2.5489583,7.5609827,341.74756,33.00355,624.3734,17.520433,1123.286,33.859276,785.42114,434.87473,11.888066,11.952034,794.15326,1139.5391,3283.311,674.7328 +2023-04-14 19:00:00,0.0,3918.149,36.739975,20.14476,11.006691,39.748093,192.18245,32.026028,68.5916,24.577614,40.289543,262.76648,477.02142,20.618618,34.85895,7.2495565,1.5115321,35.942017,15.863856,14.379415,467.13538,3.1417682,324.75867,106.5847,5.5016236,46.905388,118.05442,55.361217,399.12918,229.01944,2308.865,6.5821705,2365.7144,38.531254,6.9737105,4.8585734,32.437134,209.7965,270.04895,203.81378,85.77639,25.018385,9.358718,867.32227,95.28531,70.05625,49.607697,316.74927,18.959167,321.11447,11.97796,54.85019,0.0,3234.0583,6686.165,4.655282,41.867744,40.183136,26931.988,92.26854,3.5993943,62.68504,102.39967,46.940746,12.998793,51.450203,570.8562,58.500954,40.976753,4.410629,9.368506,779.0254,3.4575317,399.91904,55.905624,2622.413,86.339355,146.49384,178.03726,270.13174,23.61992,38.634277,210.15341,18.976587,20.227654,17.043432,36.92089,181.20305,12.613603,9.570977,106.05336,20.026623,4428.4966,32.643528,43.75104,24.829746,32.944233,329.05878,83.648926,52.88507,13.863909,16.631536,43.478485,114.17068,233.4462,82.57951,278.90488,46.53224,44.92519,119.68894,190.29568,451.0655,139.90865,9.29213,10.842118,12.067441,114.706055,8690.802,10.295833,48.73152,108.959885,29.616978,335.981,79.73088,241.34908,6.54796,121.084,816.0512,731.0462,75.10053,997.4959,100.01208,105.94937,99.23343,53.33124,9.982622,33.438957,786.52216,6.2049665,9.570976,202.26517,9.537163,5.636121,52.735287,56.038162,571.91614,134.87335,176.42847,1860.6112,111.71711,2045.1602,1720.7102,9.7110815,8.368577,4420.959,12.511796,17.888542,316.4748,32.413696,66.80539,37.18772,170.06845,785.78107,270.63004,4.6977043,40.441406,199.01231,1326.135,23.76022,120.523094,11.131447,1.4155906,54.663803,1.231743,1.1482975,3.8689754,11.621351,36.549057,78.531494,29.444675,1040.4926,40.017128,14.864285,21.838888,6.169266,66.12726,3.6278934,2.3249907,5.706875,60.118317,0.25185913,2.2410808,4.5816627,37.335938,14.9054165,2.546743,7.5774155,342.41058,33.064198,625.5817,17.542128,1125.2627,33.897095,785.2199,435.63458,11.907361,11.957608,795.4861,1141.6415,3287.6091,674.5208 +2023-04-14 20:00:00,0.0,3919.2236,36.764412,20.165028,11.018529,39.759445,192.22539,32.031338,68.60133,24.577187,40.286907,263.062,477.3757,20.622242,34.898186,7.240497,1.5099157,35.947247,15.87128,14.368288,467.22812,3.1412277,324.8519,106.572365,5.4946346,46.810284,118.06789,55.347435,398.71667,228.96857,2310.4426,6.5706778,2365.6184,38.456738,6.962571,4.850065,32.38859,209.84555,270.0679,203.44469,85.844444,25.038774,9.359508,867.29474,95.06838,70.04131,49.637405,316.98578,18.948597,321.25427,11.979879,54.83724,0.0,3235.993,6692.721,4.661806,41.89835,40.22506,26945.418,92.347565,3.6035044,62.68556,102.37993,46.963055,13.006112,51.424416,571.19867,58.57743,40.984814,4.4132843,9.370563,779.31805,3.4670372,399.66968,55.9425,2621.5972,86.35926,146.43333,177.99234,270.11993,23.598038,38.609848,209.87479,18.960585,20.214298,17.05587,36.9236,181.08244,12.61897,9.575414,106.074295,20.026897,4428.0933,32.659004,43.720833,24.829659,32.954674,328.9648,83.63339,52.884724,13.86986,16.638754,43.46224,114.18711,233.331,82.58195,278.91696,46.576454,44.92311,119.70804,190.38722,452.18118,139.95186,9.289678,10.854028,12.058809,114.96069,8704.638,10.286909,48.71039,108.8288,29.615435,335.99075,79.64648,241.2262,6.5430493,121.15898,815.7081,730.4707,75.07815,997.0539,99.895,105.90221,99.309204,53.274105,9.971012,33.41033,787.2731,6.1936684,9.555896,202.08437,9.535635,5.6352863,52.67505,55.99445,571.5118,134.77534,176.41069,1860.0498,111.84521,2045.6179,1721.1056,9.717777,8.379862,4430.5596,12.507238,17.9125,316.47766,32.443222,66.86244,37.217545,170.27788,786.8645,270.66992,4.7018967,40.4668,199.43172,1328.6941,23.813951,120.62534,11.141713,1.4152417,54.66571,1.2314653,1.1474239,3.8657184,11.625699,36.579777,78.7057,29.437963,1042.7928,40.04815,14.8714285,21.844444,6.1700797,66.10347,3.6300924,2.3247037,5.7075,60.11404,0.25127777,2.2402508,4.581045,37.34375,14.905476,2.5445278,7.593848,343.0736,33.12484,626.79,17.56382,1127.2394,33.934914,785.0187,436.39444,11.926656,11.963183,796.8189,1143.7438,3291.9075,674.30884 +2023-04-14 21:00:00,0.0,3920.2983,36.78885,20.185295,11.030367,39.770794,192.26833,32.036648,68.61107,24.57676,40.284275,263.3575,477.72998,20.625866,34.937416,7.231437,1.5082995,35.952477,15.878704,14.357162,467.32086,3.1406872,324.94513,106.560036,5.4876456,46.715176,118.081345,55.333652,398.30417,228.9177,2312.0203,6.5591846,2365.5222,38.382225,6.9514313,4.841557,32.340054,209.8946,270.08685,203.07559,85.9125,25.059164,9.360297,867.2672,94.851456,70.02637,49.667118,317.22235,18.938026,321.39407,11.9818,54.824287,0.0,3237.9272,6699.277,4.6683297,41.928955,40.266987,26958.848,92.4266,3.6076143,62.686073,102.36018,46.98536,13.013432,51.39863,571.54114,58.653908,40.99287,4.41594,9.372618,779.6108,3.476543,399.42032,55.979374,2620.7812,86.379166,146.37282,177.9474,270.1081,23.576153,38.585415,209.59616,18.94458,20.200945,17.068308,36.92631,180.96184,12.624336,9.579851,106.09523,20.027174,4427.69,32.674477,43.690624,24.82957,32.96511,328.87082,83.61785,52.884377,13.875812,16.645971,43.44599,114.203545,233.21579,82.58437,278.92905,46.620667,44.92103,119.727135,190.47874,453.29688,139.99506,9.287225,10.865938,12.050179,115.21533,8718.475,10.277987,48.68925,108.69771,29.613892,336.00055,79.56208,241.10332,6.538139,121.233955,815.3651,729.89526,75.05577,996.6119,99.777916,105.855034,99.38497,53.21697,9.959403,33.381706,788.0239,6.18237,9.540816,201.90355,9.534107,5.634452,52.61481,55.95074,571.1074,134.67734,176.3929,1859.4885,111.9733,2046.0757,1721.501,9.724474,8.391146,4440.16,12.502681,17.936459,316.48053,32.47275,66.9195,37.247368,170.48729,787.9479,270.70984,4.706089,40.492195,199.85112,1331.2532,23.867682,120.7276,11.151979,1.4148928,54.66762,1.2311876,1.1465502,3.8624613,11.630046,36.6105,78.87992,29.43125,1045.0933,40.079166,14.8785715,21.85,6.170893,66.07969,3.6322916,2.3244166,5.708125,60.10976,0.25069642,2.239421,4.580427,37.351562,14.905536,2.5423124,7.610281,343.7366,33.185486,627.9983,17.585512,1129.2162,33.972733,784.81744,437.1543,11.9459505,11.968758,798.15173,1145.8462,3296.2056,674.0969 +2023-04-14 22:00:00,0.0,3921.373,36.813286,20.20556,11.042206,39.782146,192.31128,32.041954,68.6208,24.57633,40.28164,263.65305,478.08426,20.62949,34.976646,7.222378,1.5066832,35.957706,15.886127,14.346036,467.4136,3.1401465,325.03836,106.54771,5.4806566,46.62007,118.0948,55.31987,397.8917,228.8668,2313.598,6.5476913,2365.426,38.307713,6.9402914,4.833049,32.29151,209.94366,270.1058,202.7065,85.98055,25.079554,9.361087,867.23975,94.63453,70.01142,49.696827,317.45886,18.927456,321.53387,11.983721,54.811337,0.0,3239.8616,6705.833,4.674854,41.95956,40.308914,26972.277,92.50562,3.6117244,62.68659,102.34044,47.007668,13.020751,51.37284,571.88367,58.73038,41.00093,4.4185953,9.374674,779.9035,3.4860485,399.17096,56.01625,2619.9653,86.39908,146.3123,177.90247,270.09628,23.554268,38.560986,209.31754,18.928577,20.187592,17.080744,36.929024,180.84122,12.6297035,9.584288,106.116165,20.027449,4427.2866,32.68995,43.660416,24.829483,32.975548,328.77686,83.60231,52.88403,13.8817625,16.653189,43.429745,114.21998,233.10059,82.58681,278.94113,46.66488,44.918945,119.74622,190.57028,454.41257,140.03827,9.284773,10.877848,12.041548,115.46997,8732.311,10.269064,48.668114,108.56662,29.612349,336.0103,79.477684,240.98044,6.5332284,121.30893,815.02203,729.31976,75.03339,996.16986,99.66083,105.80786,99.46075,53.159832,9.947793,33.35308,788.77484,6.171072,9.525737,201.72273,9.532579,5.633618,52.554573,55.90703,570.70306,134.57935,176.37512,1858.9274,112.10139,2046.5334,1721.8964,9.73117,8.402431,4449.761,12.498123,17.960417,316.4834,32.502277,66.976555,37.277195,170.69672,789.0313,270.74973,4.710282,40.51759,200.27052,1333.8123,23.921413,120.82986,11.162246,1.4145439,54.66953,1.2309098,1.1456766,3.8592043,11.634394,36.64122,79.05414,29.424538,1047.3937,40.110184,14.885714,21.855556,6.1717067,66.0559,3.6344905,2.3241296,5.70875,60.10548,0.2501151,2.2385912,4.5798097,37.359375,14.905595,2.5400972,7.6267133,344.39963,33.24613,629.20654,17.607204,1131.1929,34.01055,784.6162,437.91415,11.965245,11.974332,799.48456,1147.9485,3300.504,673.88495 +2023-04-14 23:00:00,0.0,3922.4478,36.837723,20.225828,11.054044,39.7935,192.35422,32.047264,68.63053,24.575903,40.279003,263.94858,478.43854,20.633114,35.01588,7.2133183,1.505067,35.96294,15.893552,14.334909,467.50632,3.139606,325.1316,106.53538,5.473668,46.524963,118.10827,55.30609,397.4792,228.81593,2315.1755,6.536198,2365.33,38.233196,6.929152,4.82454,32.24297,209.99272,270.12476,202.3374,86.048615,25.099943,9.361877,867.2122,94.4176,69.99648,49.72654,317.69543,18.916887,321.67368,11.985641,54.798386,0.0,3241.7961,6712.3887,4.6813774,41.99017,40.35084,26985.707,92.58465,3.6158345,62.687103,102.320694,47.029976,13.02807,51.347054,572.22614,58.806858,41.008987,4.421251,9.37673,780.1962,3.495554,398.9216,56.053127,2619.1494,86.41898,146.2518,177.85753,270.08447,23.532383,38.536556,209.0389,18.912573,20.174238,17.093182,36.931732,180.72061,12.63507,9.588725,106.1371,20.027725,4426.8833,32.705425,43.630207,24.829395,32.985985,328.68286,83.58677,52.883682,13.887714,16.660404,43.4135,114.23641,232.98538,82.58924,278.95322,46.70909,44.916862,119.76532,190.6618,455.52826,140.08147,9.28232,10.889757,12.032917,115.72461,8746.146,10.26014,48.646976,108.43553,29.610807,336.0201,79.39329,240.85757,6.528318,121.38391,814.67896,728.7443,75.01101,995.72784,99.54375,105.7607,99.53652,53.102695,9.936183,33.324455,789.5257,6.159774,9.510657,201.54193,9.531052,5.6327834,52.494335,55.863316,570.29877,134.48134,176.35733,1858.3661,112.229485,2046.9912,1722.2917,9.737865,8.413715,4459.362,12.493566,17.984375,316.48627,32.531807,67.033615,37.30702,170.90614,790.11475,270.7896,4.714474,40.542984,200.68993,1336.3712,23.975145,120.932106,11.172512,1.4141948,54.67144,1.2306321,1.1448029,3.855947,11.638741,36.671944,79.228355,29.417824,1049.694,40.141205,14.892857,21.86111,6.17252,66.03212,3.6366897,2.3238425,5.709375,60.101204,0.24953373,2.2377613,4.579192,37.367188,14.905655,2.5378819,7.643146,345.06265,33.306774,630.41486,17.628897,1133.1696,34.04837,784.415,438.674,11.98454,11.979906,800.8174,1150.0509,3304.802,673.673 +2023-04-15 00:00:00,0.0,3923.5225,36.86216,20.246096,11.065882,39.804848,192.39716,32.05257,68.64027,24.575474,40.276367,264.2441,478.79282,20.636738,35.05511,7.2042584,1.5034506,35.96817,15.900975,14.323783,467.59906,3.1390655,325.22482,106.52305,5.466679,46.42986,118.12173,55.29231,397.06668,228.76505,2316.7532,6.524705,2365.234,38.158684,6.918012,4.816032,32.194427,210.04178,270.1437,201.9683,86.11667,25.120333,9.362667,867.1847,94.200676,69.98154,49.75625,317.93195,18.906317,321.81348,11.987561,54.78544,0.0,3243.7305,6718.945,4.6879015,42.020775,40.39277,26999.137,92.66368,3.6199443,62.68762,102.30096,47.05228,13.03539,51.321266,572.5686,58.883335,41.017048,4.4239063,9.378786,780.4889,3.5050597,398.6722,56.09,2618.3333,86.43889,146.1913,177.81259,270.07266,23.510498,38.512123,208.76027,18.89657,20.160885,17.10562,36.934444,180.6,12.640437,9.593162,106.158035,20.028,4426.48,32.720898,43.6,24.829308,32.996426,328.5889,83.57123,52.883335,13.893665,16.667622,43.397255,114.252846,232.87018,82.59167,278.9653,46.753304,44.91478,119.78442,190.75333,456.64395,140.12468,9.279867,10.901667,12.024286,115.979256,8759.983,10.251218,48.625843,108.30444,29.609264,336.02988,79.30888,240.7347,6.5234075,121.458885,814.33594,728.1688,74.988625,995.2858,99.42667,105.713524,99.61229,53.045555,9.924574,33.29583,790.2766,6.1484756,9.495578,201.36111,9.529524,5.631949,52.434097,55.819607,569.8944,134.38333,176.33955,1857.8048,112.357574,2047.449,1722.6871,9.744561,8.425,4468.9624,12.489008,18.008333,316.4891,32.561333,67.09067,37.33684,171.11555,791.1982,270.8295,4.7186666,40.56838,201.10933,1338.9303,24.028875,121.03436,11.182778,1.4138459,54.673347,1.2303543,1.1439292,3.85269,11.643088,36.702667,79.40257,29.411112,1051.9944,40.172222,14.9,21.866667,6.1733336,66.00833,3.6388886,2.3235555,5.71,60.096924,0.24895239,2.2369313,4.578574,37.375,14.905714,2.5356667,7.659579,345.72568,33.36742,631.6231,17.650589,1135.1462,34.086185,784.21375,439.43387,12.003835,11.98548,802.1502,1152.1532,3309.1003,673.461 +2023-04-15 01:00:00,0.0,3924.5972,36.886597,20.266361,11.077721,39.8162,192.4401,32.05788,68.649994,24.575047,40.273735,264.53964,479.1471,20.640362,35.09434,7.195199,1.5018344,35.9734,15.908399,14.312657,467.6918,3.1385248,325.31805,106.51072,5.45969,46.334755,118.135185,55.278526,396.65417,228.71417,2318.3308,6.513212,2365.1377,38.08417,6.9068723,4.8075237,32.145885,210.09084,270.16266,201.59921,86.18472,25.140724,9.363457,867.15717,93.98374,69.9666,49.78596,318.16852,18.895746,321.95328,11.989482,54.772488,0.0,3245.6648,6725.5005,4.694425,42.05138,40.434692,27012.566,92.74271,3.6240544,62.688137,102.28121,47.07459,13.042709,51.295483,572.91113,58.95981,41.025105,4.426562,9.380842,780.7816,3.5145652,398.42285,56.126877,2617.5173,86.4588,146.13078,177.76765,270.06085,23.488613,38.487694,208.48164,18.880568,20.14753,17.118057,36.937157,180.47939,12.645803,9.597599,106.17897,20.028276,4426.0767,32.73637,43.56979,24.82922,33.006863,328.4949,83.55569,52.882988,13.899617,16.674839,43.38101,114.26928,232.75497,82.5941,278.97742,46.797516,44.912697,119.80351,190.84486,457.7596,140.1679,9.277414,10.913577,12.015655,116.233894,8773.819,10.242295,48.604706,108.173355,29.607721,336.03967,79.22449,240.61182,6.518497,121.53387,813.99286,727.5934,74.96625,994.8438,99.30958,105.66636,99.688065,52.98842,9.912964,33.267204,791.02747,6.1371775,9.480498,201.18031,9.527996,5.6311145,52.37386,55.775894,569.49005,134.28532,176.32176,1857.2435,112.48567,2047.9067,1723.0825,9.751257,8.436285,4478.563,12.48445,18.032291,316.49197,32.590862,67.14772,37.36667,171.32498,792.2816,270.8694,4.722859,40.593777,201.52873,1341.4894,24.082607,121.13662,11.193044,1.413497,54.675255,1.2300766,1.1430556,3.849433,11.647436,36.733387,79.57678,29.404398,1054.2948,40.20324,14.907143,21.872223,6.174147,65.98455,3.6410878,2.3232684,5.7106247,60.092644,0.24837103,2.2361016,4.5779567,37.382812,14.905773,2.5334513,7.6760116,346.38867,33.428066,632.8314,17.672283,1137.1229,34.124004,784.0125,440.19373,12.023129,11.9910555,803.483,1154.2556,3313.3984,673.249 +2023-04-15 02:00:00,0.0,3925.6719,36.911034,20.286629,11.089559,39.82755,192.48303,32.063187,68.65973,24.57462,40.2711,264.83514,479.50137,20.643986,35.13357,7.1861396,1.5002182,35.97863,15.915823,14.301531,467.78455,3.1379843,325.4113,106.49839,5.452701,46.239647,118.14865,55.264744,396.24167,228.66328,2319.9084,6.501719,2365.0415,38.009655,6.895733,4.7990155,32.097343,210.1399,270.1816,201.23012,86.25278,25.161114,9.364246,867.12964,93.766815,69.95165,49.81567,318.40503,18.885176,322.09308,11.991402,54.759537,0.0,3247.599,6732.0566,4.700949,42.081985,40.47662,27025.996,92.82173,3.6281645,62.688652,102.26146,47.096893,13.050029,51.269695,573.2536,59.036285,41.033165,4.4292173,9.382898,781.07434,3.524071,398.1735,56.16375,2616.7014,86.47871,146.07028,177.72272,270.049,23.46673,38.463264,208.20302,18.864563,20.134176,17.130493,36.93987,180.35878,12.651171,9.6020355,106.199905,20.028551,4425.6733,32.751846,43.539585,24.829132,33.0173,328.4009,83.54015,52.882637,13.905568,16.682056,43.36476,114.28571,232.63977,82.59653,278.9895,46.84173,44.910614,119.8226,190.93639,458.8753,140.21109,9.274961,10.925487,12.007024,116.48853,8787.655,10.233373,48.58357,108.04227,29.606178,336.04944,79.14009,240.48895,6.5135865,121.60884,813.6498,727.01794,74.94386,994.4018,99.1925,105.61919,99.76384,52.931282,9.901354,33.23858,791.7784,6.12588,9.465419,200.9995,9.526468,5.63028,52.31362,55.73218,569.0857,134.18733,176.30399,1856.6824,112.61376,2048.3645,1723.4779,9.757953,8.44757,4488.1636,12.479893,18.05625,316.49484,32.620388,67.20478,37.396492,171.53441,793.365,270.90927,4.7270517,40.61917,201.94814,1344.0485,24.136337,121.23887,11.20331,1.413148,54.677166,1.2297988,1.142182,3.846176,11.651783,36.76411,79.751,29.397686,1056.5952,40.23426,14.914286,21.877777,6.1749606,65.96076,3.643287,2.3229814,5.71125,60.088367,0.24778968,2.2352717,4.577339,37.390625,14.905833,2.5312362,7.6924443,347.0517,33.48871,634.0397,17.693975,1139.0996,34.161823,783.8113,440.95358,12.042424,11.99663,804.8158,1156.3579,3317.6968,673.03705 +2023-04-15 03:00:00,0.0,3926.7466,36.93547,20.306896,11.101397,39.8389,192.52599,32.068497,68.66946,24.57419,40.268463,265.13068,479.85565,20.64761,35.172806,7.1770797,1.4986018,35.98386,15.923246,14.290404,467.8773,3.1374435,325.50452,106.48606,5.445712,46.144543,118.16211,55.25096,395.8292,228.61241,2321.486,6.490226,2364.9456,37.935143,6.884593,4.7905073,32.0488,210.18895,270.20056,200.86102,86.32083,25.181503,9.365036,867.1021,93.54989,69.936714,49.84538,318.6416,18.874605,322.23288,11.993322,54.746586,0.0,3249.5337,6738.613,4.707473,42.11259,40.518547,27039.426,92.900764,3.6322744,62.689167,102.241714,47.1192,13.057348,51.243908,573.59607,59.11276,41.04122,4.431873,9.384954,781.36707,3.5335765,397.92413,56.200626,2615.8855,86.49861,146.00977,177.67778,270.0372,23.444845,38.43883,207.92438,18.84856,20.120823,17.142931,36.94258,180.23817,12.656537,9.606473,106.22084,20.028828,4425.27,32.76732,43.509377,24.829044,33.027737,328.30695,83.52461,52.88229,13.91152,16.689274,43.34852,114.30215,232.52457,82.59896,279.0016,46.88594,44.90853,119.8417,191.02791,459.991,140.2543,9.272509,10.937396,11.998393,116.74317,8801.492,10.224449,48.562435,107.91118,29.604635,336.0592,79.055695,240.36607,6.508676,121.683815,813.30676,726.44244,74.921486,993.9598,99.07542,105.57202,99.83961,52.874146,9.889744,33.209953,792.52924,6.1145816,9.450339,200.8187,9.5249405,5.6294456,52.253384,55.688473,568.68134,134.08932,176.28621,1856.1211,112.74186,2048.8223,1723.8733,9.764648,8.458855,4497.7646,12.475335,18.080208,316.4977,32.649918,67.26183,37.426315,171.74382,794.4484,270.9492,4.731244,40.644566,202.36754,1346.6075,24.19007,121.341125,11.213576,1.4127991,54.679073,1.229521,1.1413083,3.8429186,11.656131,36.794834,79.92522,29.390972,1058.8955,40.265278,14.921429,21.883333,6.175774,65.93698,3.6454859,2.3226943,5.711875,60.084087,0.24720834,2.2344418,4.576721,37.398438,14.905892,2.5290208,7.708877,347.71472,33.549355,635.248,17.715668,1141.0763,34.199642,783.61005,441.71344,12.061719,12.002204,806.1486,1158.4602,3321.9949,672.8251 +2023-04-15 04:00:00,0.0,3927.8215,36.959908,20.327162,11.1132345,39.850254,192.56892,32.073807,68.67919,24.573763,40.26583,265.4262,480.20993,20.651234,35.212036,7.1680202,1.4969856,35.98909,15.930671,14.279279,467.97003,3.136903,325.59775,106.47373,5.438723,46.049435,118.17557,55.23718,395.4167,228.56152,2323.0637,6.4787326,2364.8494,37.86063,6.873453,4.781999,32.00026,210.238,270.2195,200.49193,86.388885,25.201893,9.365826,867.07465,93.33296,69.92177,49.87509,318.8781,18.864037,322.37268,11.995243,54.733635,0.0,3251.4683,6745.1685,4.713997,42.1432,40.560474,27052.855,92.97979,3.6363845,62.689682,102.22197,47.14151,13.064668,51.21812,573.9386,59.189236,41.049282,4.4345284,9.387011,781.6597,3.543082,397.67477,56.2375,2615.0693,86.51852,145.94926,177.63284,270.0254,23.42296,38.414402,207.64575,18.832556,20.10747,17.155369,36.94529,180.11757,12.661904,9.610909,106.241776,20.029102,4424.8667,32.78279,43.479168,24.828957,33.038177,328.21295,83.50907,52.881943,13.917471,16.696491,43.33227,114.31858,232.40936,82.60139,279.01367,46.930153,44.90645,119.860794,191.11945,461.1067,140.29752,9.270056,10.949306,11.989762,116.99781,8815.328,10.215527,48.541298,107.7801,29.603094,336.069,78.97129,240.2432,6.5037656,121.7588,812.9637,725.867,74.8991,993.51776,98.95833,105.52485,99.91538,52.81701,9.878135,33.181328,793.28015,6.1032834,9.435259,200.63788,9.523413,5.628611,52.193146,55.64476,568.277,133.99132,176.26842,1855.5598,112.86995,2049.28,1724.2687,9.771345,8.4701395,4507.365,12.4707775,18.104166,316.50055,32.679443,67.31889,37.456142,171.95325,795.53186,270.98907,4.7354364,40.66996,202.78694,1349.1666,24.2438,121.44338,11.223843,1.4124501,54.680984,1.2292433,1.1404346,3.8396616,11.660478,36.825554,80.099434,29.384258,1061.1959,40.296295,14.928571,21.88889,6.1765876,65.91319,3.647685,2.3224072,5.7125,60.079807,0.24662699,2.233612,4.5761037,37.40625,14.905952,2.5268054,7.72531,348.37772,33.61,636.4563,17.73736,1143.0531,34.23746,783.4088,442.4733,12.081014,12.007778,807.48145,1160.5626,3326.2932,672.6131 +2023-04-15 05:00:00,0.0,3928.8962,36.984344,20.34743,11.125073,39.861603,192.61186,32.079113,68.68893,24.573334,40.263195,265.72174,480.5642,20.654858,35.251266,7.1589603,1.4953693,35.994324,15.938094,14.268152,468.06277,3.1363626,325.69095,106.4614,5.431734,45.95433,118.18903,55.223396,395.00418,228.51065,2324.641,6.46724,2364.7532,37.786118,6.8623137,4.7734904,31.95172,210.28706,270.2385,200.12283,86.45695,25.222282,9.366616,867.0471,93.116035,69.90683,49.9048,319.1147,18.853466,322.51248,11.997163,54.720684,0.0,3253.4023,6751.7246,4.7205205,42.173805,40.6024,27066.285,93.058815,3.6404946,62.6902,102.202225,47.163815,13.071987,51.192333,574.28107,59.265713,41.05734,4.437184,9.389066,781.95245,3.5525877,397.4254,56.274376,2614.2534,86.53843,145.88875,177.5879,270.01358,23.401075,38.389973,207.36713,18.816553,20.094116,17.167807,36.948,179.99695,12.667271,9.615347,106.26271,20.029379,4424.4634,32.798267,43.44896,24.828869,33.048615,328.119,83.49353,52.881596,13.923423,16.703709,43.316025,114.335014,232.29416,82.60382,279.02576,46.974365,44.904366,119.87988,191.21097,462.22238,140.34071,9.267603,10.961216,11.981131,117.25245,8829.164,10.206604,48.52016,107.64901,29.601551,336.07877,78.886894,240.12032,6.4988546,121.83377,812.6206,725.2915,74.876724,993.07574,98.84125,105.477684,99.99116,52.75987,9.866525,33.152702,794.031,6.091985,9.420179,200.45706,9.521885,5.6277766,52.132908,55.601048,567.8726,133.89331,176.25064,1854.9985,112.99805,2049.7378,1724.6642,9.778041,8.481424,4516.966,12.46622,18.128124,316.50342,32.708973,67.375946,37.485966,172.16266,796.6153,271.02896,4.739629,40.695354,203.20634,1351.7257,24.297531,121.54563,11.234109,1.4121011,54.68289,1.2289655,1.139561,3.8364046,11.664825,36.856277,80.27365,29.377546,1063.4963,40.327312,14.935714,21.894444,6.177401,65.88941,3.649884,2.3221202,5.7131248,60.07553,0.24604563,2.2327821,4.575486,37.414062,14.906012,2.5245903,7.7417426,349.04074,33.670643,637.66455,17.759052,1145.0298,34.27528,783.2076,443.23315,12.100308,12.013352,808.8143,1162.6649,3330.5913,672.4011 +2023-04-15 06:00:00,0.0,3929.971,37.00878,20.367697,11.136911,39.872955,192.6548,32.084423,68.698654,24.572906,40.26056,266.01724,480.9185,20.658482,35.2905,7.149901,1.493753,35.999554,15.945518,14.257026,468.15552,3.1358218,325.78418,106.44907,5.424745,45.859222,118.20249,55.209614,394.59167,228.45978,2326.2188,6.4557467,2364.657,37.7116,6.851174,4.764982,31.903177,210.33612,270.25745,199.75374,86.525,25.242672,9.367406,867.0196,92.89911,69.891884,49.934513,319.3512,18.842896,322.65228,11.9990835,54.707733,0.0,3255.337,6758.2803,4.727044,42.20441,40.644325,27079.715,93.13785,3.6446044,62.690716,102.18248,47.186123,13.079307,51.166546,574.62354,59.342186,41.0654,4.4398394,9.391122,782.2452,3.5620933,397.17606,56.31125,2613.4375,86.558334,145.82825,177.54297,270.00177,23.37919,38.36554,207.0885,18.800549,20.080763,17.180244,36.950714,179.87634,12.672638,9.619784,106.283646,20.029654,4424.06,32.81374,43.41875,24.828781,33.05905,328.025,83.47799,52.88125,13.929374,16.710924,43.299778,114.35145,232.17894,82.606255,279.03784,47.018578,44.902283,119.89898,191.30249,463.33807,140.38393,9.26515,10.973125,11.9725,117.50709,8843.001,10.19768,48.499023,107.51792,29.600008,336.08856,78.8025,239.99745,6.493944,121.908745,812.2776,724.71606,74.85434,992.6337,98.72416,105.43051,100.066925,52.702732,9.854915,33.124077,794.7819,6.080687,9.4051,200.27626,9.520357,5.6269426,52.07267,55.55734,567.46826,133.79532,176.23285,1854.4373,113.12614,2050.1956,1725.0596,9.784737,8.492708,4526.5664,12.461662,18.152084,316.5063,32.7385,67.433,37.51579,172.37209,797.6987,271.06885,4.743821,40.72075,203.62575,1354.2847,24.351261,121.64789,11.244375,1.4117522,54.684803,1.2286878,1.1386874,3.8331475,11.669173,36.887,80.44786,29.370832,1065.7966,40.358334,14.942857,21.9,6.1782146,65.86562,3.6520832,2.3218334,5.71375,60.07125,0.2454643,2.2319522,4.574868,37.421875,14.906071,2.5223749,7.7581754,349.70377,33.73129,638.87286,17.780745,1147.0065,34.3131,783.00635,443.993,12.119603,12.018928,810.1471,1164.7673,3334.8896,672.18915 +2023-04-15 07:00:00,0.0,3931.0457,37.03322,20.387962,11.148749,39.884304,192.69775,32.08973,68.70839,24.57248,40.257923,266.31277,481.27277,20.662106,35.32973,7.1408415,1.4921367,36.004784,15.952942,14.245899,468.24823,3.1352813,325.8774,106.436745,5.4177566,45.76412,118.21595,55.19583,394.17917,228.40889,2327.7964,6.4442534,2364.561,37.63709,6.840034,4.756474,31.854637,210.3852,270.2764,199.38464,86.593056,25.263062,9.368196,866.99207,92.68218,69.876945,49.964222,319.58777,18.832325,322.79208,12.001004,54.694782,0.0,3257.2715,6764.8364,4.733568,42.235016,40.686253,27093.145,93.21687,3.6487145,62.69123,102.16274,47.208427,13.086626,51.14076,574.96606,59.418663,41.073456,4.4424944,9.393178,782.5379,3.571599,396.92667,56.348125,2612.6216,86.57824,145.76773,177.49803,269.98996,23.357306,38.34111,206.80986,18.784546,20.067408,17.19268,36.953423,179.75574,12.678005,9.624221,106.30458,20.02993,4423.6567,32.829212,43.388542,24.828693,33.069492,327.931,83.46245,52.8809,13.935326,16.718142,43.283535,114.36788,232.06374,82.60868,279.04996,47.06279,44.9002,119.918076,191.39403,464.45377,140.42714,9.262697,10.985035,11.963869,117.76173,8856.837,10.188758,48.47789,107.38683,29.598465,336.09833,78.7181,239.87457,6.4890337,121.98373,811.9345,724.1406,74.83196,992.1917,98.60708,105.38334,100.1427,52.645596,9.843306,33.09545,795.53284,6.069389,9.39002,200.09544,9.518829,5.626108,52.012432,55.513626,567.0639,133.69731,176.21507,1853.876,113.254234,2050.6533,1725.455,9.791432,8.503993,4536.167,12.457105,18.176043,316.50916,32.76803,67.49006,37.545616,172.58151,798.7821,271.10873,4.748014,40.746143,204.04515,1356.8438,24.404993,121.750145,11.254642,1.4114033,54.68671,1.22841,1.1378137,3.8298903,11.67352,36.91772,80.62208,29.36412,1068.097,40.38935,14.95,21.905556,6.179028,65.84184,3.6542823,2.3215463,5.714375,60.06697,0.24488294,2.2311225,4.5742507,37.429688,14.906131,2.5201597,7.7746077,350.36676,33.791935,640.0811,17.802439,1148.9832,34.350914,782.8051,444.75287,12.138899,12.024502,811.4799,1166.8696,3339.1877,671.9772 +2023-04-15 08:00:00,0.0,3932.1204,37.057655,20.40823,11.160588,39.895657,192.74069,32.09504,68.718124,24.57205,40.25529,266.6083,481.62704,20.66573,35.36896,7.1317816,1.4905205,36.010014,15.960365,14.234774,468.34097,3.1347408,325.97064,106.424416,5.4107676,45.66901,118.229416,55.182053,393.7667,228.35802,2329.374,6.4327602,2364.4648,37.562576,6.8288946,4.747966,31.806093,210.43425,270.29535,199.01555,86.66111,25.283451,9.368985,866.96454,92.465256,69.862,49.993935,319.82428,18.821754,322.9319,12.002924,54.68183,0.0,3259.206,6771.392,4.740092,42.265625,40.72818,27106.574,93.2959,3.6528246,62.691746,102.143,47.230736,13.0939455,51.11497,575.30853,59.49514,41.081516,4.44515,9.395234,782.83057,3.5811045,396.6773,56.385002,2611.8057,86.59815,145.70721,177.4531,269.97812,23.33542,38.316677,206.53123,18.768543,20.054054,17.205118,36.956135,179.63512,12.683372,9.628658,106.325516,20.030205,4423.2534,32.84469,43.358334,24.828606,33.07993,327.83704,83.446915,52.880554,13.941277,16.725359,43.26729,114.384315,231.94853,82.611115,279.06204,47.107002,44.898117,119.93717,191.48555,465.56943,140.47034,9.260244,10.996944,11.955238,118.016365,8870.673,10.179835,48.456753,107.255745,29.596922,336.10812,78.6337,239.7517,6.484123,122.0587,811.59143,723.5651,74.809586,991.7497,98.49,105.336174,100.218475,52.58846,9.831696,33.066826,796.2837,6.0580907,9.374941,199.91464,9.517302,5.6252737,51.952194,55.469913,566.65955,133.5993,176.19728,1853.3148,113.382324,2051.111,1725.8503,9.798128,8.515278,4545.7676,12.452547,18.2,316.51202,32.797558,67.54711,37.57544,172.79092,799.86554,271.14862,4.7522063,40.771538,204.46455,1359.4028,24.458723,121.852394,11.264908,1.4110543,54.68862,1.2281322,1.1369401,3.8266332,11.677868,36.948444,80.796295,29.357407,1070.3975,40.42037,14.957143,21.911112,6.1798415,65.818054,3.6564813,2.3212593,5.7149997,60.062695,0.24430159,2.2302926,4.573633,37.4375,14.90619,2.5179443,7.7910404,351.0298,33.852577,641.2894,17.824131,1150.9598,34.388733,782.6039,445.51273,12.158194,12.030076,812.81274,1168.972,3343.486,671.76526 +2023-04-15 09:00:00,0.0,3933.195,37.082092,20.428497,11.172426,39.90701,192.78363,32.10035,68.72785,24.571623,40.252655,266.90384,481.98132,20.669353,35.408195,7.122722,1.4889041,36.015244,15.96779,14.223647,468.43372,3.1342,326.06387,106.41209,5.4037786,45.573906,118.242874,55.16827,393.3542,228.30713,2330.9517,6.421267,2364.3687,37.48806,6.8177547,4.7394576,31.757553,210.4833,270.3143,198.64645,86.729164,25.30384,9.369775,866.937,92.24833,69.84706,50.023643,320.06085,18.811184,323.0717,12.004845,54.66888,0.0,3261.1401,6777.948,4.746616,42.29623,40.770107,27120.004,93.37493,3.6569345,62.692265,102.12325,47.25304,13.101265,51.089184,575.65106,59.571613,41.089573,4.4478054,9.39729,783.1233,3.59061,396.42795,56.421875,2610.9895,86.61806,145.64671,177.40816,269.9663,23.313538,38.292248,206.25261,18.752539,20.0407,17.217556,36.958847,179.51451,12.688739,9.633095,106.34645,20.030481,4422.85,32.86016,43.328125,24.828518,33.090366,327.74304,83.43137,52.880207,13.947228,16.732576,43.25104,114.40075,231.83333,82.61354,279.07413,47.151215,44.896034,119.95626,191.57709,466.68512,140.51355,9.2577915,11.008855,11.946608,118.271,8884.51,10.170912,48.435616,107.12466,29.59538,336.1179,78.5493,239.62881,6.4792128,122.13368,811.2484,722.9897,74.7872,991.3077,98.37291,105.289,100.29424,52.53132,9.820086,33.0382,797.0346,6.046793,9.359861,199.73383,9.515774,5.6244392,51.891956,55.426205,566.25525,133.5013,176.1795,1852.7535,113.51042,2051.5688,1726.2457,9.804825,8.526563,4555.3687,12.447989,18.223959,316.51486,32.827084,67.604164,37.605263,173.00035,800.949,271.18854,4.7563987,40.796932,204.88396,1361.9619,24.512455,121.95465,11.275174,1.4107053,54.69053,1.2278545,1.1360664,3.8233762,11.682215,36.979168,80.97051,29.350695,1072.6978,40.45139,14.964286,21.916666,6.180655,65.79427,3.6586804,2.3209722,5.715625,60.058414,0.24372025,2.2294629,4.573015,37.445312,14.90625,2.5157292,7.807473,351.6928,33.913223,642.4977,17.845823,1152.9365,34.42655,782.40265,446.27258,12.177488,12.03565,814.14557,1171.0743,3347.7842,671.5533 +2023-04-15 10:00:00,0.0,3934.2698,37.10653,20.448763,11.184264,39.918358,192.82657,32.105656,68.73759,24.571194,40.25002,267.19937,482.3356,20.672977,35.447426,7.1136627,1.4872879,36.020473,15.975213,14.212521,468.52646,3.1336596,326.1571,106.39976,5.3967896,45.4788,118.25634,55.154488,392.94168,228.25626,2332.5293,6.4097743,2364.2727,37.413548,6.806615,4.7309494,31.709011,210.53236,270.33325,198.27736,86.797226,25.324232,9.370564,866.9095,92.0314,69.832115,50.053356,320.29736,18.800615,323.2115,12.006765,54.655933,0.0,3263.0747,6784.504,4.7531395,42.326836,40.812035,27133.434,93.45396,3.6610446,62.69278,102.10351,47.27535,13.108584,51.063396,575.9935,59.64809,41.097633,4.450461,9.399346,783.416,3.6001158,396.1786,56.45875,2610.1736,86.63796,145.58621,177.36324,269.9545,23.291653,38.26782,205.97398,18.736536,20.027348,17.229994,36.96156,179.3939,12.694105,9.637532,106.367386,20.030756,4422.447,32.875633,43.297916,24.82843,33.100803,327.64908,83.41583,52.87986,13.953179,16.739794,43.234795,114.41718,231.71812,82.615974,279.0862,47.195427,44.89395,119.97536,191.66861,467.8008,140.55676,9.255339,11.020764,11.937976,118.52565,8898.346,10.161989,48.41448,106.99357,29.593838,336.12766,78.464905,239.50595,6.4743023,122.20866,810.90533,722.4142,74.764824,990.8656,98.25583,105.24184,100.37002,52.474182,9.808476,33.009575,797.78546,6.035495,9.344782,199.55302,9.514246,5.623605,51.83172,55.382492,565.8509,133.4033,176.16173,1852.1921,113.63851,2052.0266,1726.6411,9.811521,8.5378475,4564.969,12.443432,18.247917,316.51773,32.856613,67.661224,37.63509,173.20978,802.0324,271.22842,4.760591,40.82233,205.30336,1364.521,24.566187,122.05691,11.2854395,1.4103564,54.69244,1.2275767,1.1351928,3.8201191,11.686563,37.009888,81.14473,29.34398,1074.9982,40.482407,14.971428,21.922222,6.1814685,65.770485,3.6608794,2.3206851,5.71625,60.054134,0.2431389,2.228633,4.5723977,37.453125,14.906309,2.5135138,7.823906,352.35583,33.97387,643.706,17.867516,1154.9132,34.46437,782.2014,447.03244,12.196783,12.0412245,815.4784,1173.1766,3352.0825,671.3413 +2023-04-15 11:00:00,0.0,3935.3445,37.130966,20.46903,11.196103,39.92971,192.8695,32.110966,68.74732,24.570766,40.247383,267.49487,482.68988,20.676601,35.486656,7.104603,1.4856716,36.025703,15.982636,14.201394,468.6192,3.133119,326.25034,106.38743,5.3898005,45.383694,118.2698,55.140705,392.52917,228.20537,2334.107,6.398281,2364.1765,37.339035,6.7954755,4.7224407,31.66047,210.58142,270.3522,197.90826,86.86528,25.344622,9.371354,866.882,91.814476,69.81717,50.083065,320.53394,18.790045,323.3513,12.008685,54.642982,0.0,3265.009,6791.06,4.7596636,42.35744,40.85396,27146.863,93.53298,3.6651547,62.693295,102.08377,47.297657,13.115904,51.03761,576.336,59.724567,41.10569,4.4531164,9.401402,783.7087,3.6096213,395.92923,56.495625,2609.3577,86.657875,145.5257,177.3183,269.9427,23.269768,38.243385,205.69534,18.720531,20.013994,17.242432,36.96427,179.27328,12.699472,9.641969,106.38832,20.031033,4422.0435,32.89111,43.267708,24.828342,33.111244,327.55508,83.40029,52.879513,13.959131,16.747011,43.218548,114.43362,231.60292,82.6184,279.0983,47.23964,44.89187,119.99445,191.76013,468.9165,140.59996,9.252887,11.032674,11.929345,118.78029,8912.182,10.153067,48.393345,106.86248,29.592295,336.13745,78.38051,239.38307,6.469392,122.28363,810.56226,721.83875,74.74244,990.4236,98.13875,105.194664,100.445786,52.417046,9.796866,32.98095,798.5364,6.0241966,9.329701,199.37221,9.512718,5.6227703,51.77148,55.33878,565.44653,133.3053,176.14394,1851.6311,113.7666,2052.4844,1727.0365,9.818216,8.549132,4574.57,12.438874,18.271875,316.5206,32.88614,67.71828,37.664913,173.41919,803.11584,271.2683,4.764784,40.847725,205.72276,1367.0801,24.619917,122.15916,11.295706,1.4100075,54.694347,1.227299,1.1343192,3.8168619,11.69091,37.04061,81.31894,29.337269,1077.2986,40.513424,14.978571,21.927778,6.182282,65.746704,3.6630785,2.320398,5.716875,60.04986,0.24255754,2.227803,4.57178,37.460938,14.906369,2.5112987,7.8403387,353.01883,34.03451,644.91425,17.889208,1156.89,34.50219,782.0002,447.7923,12.216078,12.0468,816.81116,1175.279,3356.3809,671.12933 +2023-04-15 12:00:00,0.0,3936.4192,37.155403,20.489298,11.207941,39.94106,192.91246,32.116272,68.75705,24.570337,40.24475,267.7904,483.0442,20.680225,35.525887,7.0955434,1.4840553,36.030937,15.990061,14.1902685,468.71194,3.1325784,326.34357,106.3751,5.3828115,45.28859,118.28326,55.126923,392.11667,228.1545,2335.6846,6.386788,2364.0803,37.264523,6.7843356,4.7139325,31.611927,210.63048,270.37115,197.53917,86.933334,25.365011,9.372145,866.8545,91.59755,69.80223,50.112778,320.77045,18.779474,323.4911,12.010606,54.63003,0.0,3266.9436,6797.6157,4.766187,42.38805,40.895885,27160.293,93.612015,3.6692646,62.69381,102.064026,47.31996,13.123223,51.01182,576.6785,59.80104,41.11375,4.455772,9.403459,784.0014,3.6191268,395.67987,56.5325,2608.5417,86.67778,145.4652,177.27336,269.93088,23.247883,38.218956,205.41672,18.704529,20.00064,17.254868,36.96698,179.15268,12.704839,9.646406,106.409256,20.031307,4421.64,32.90658,43.2375,24.828255,33.12168,327.46112,83.38475,52.879166,13.965082,16.754229,43.202305,114.45005,231.48772,82.620834,279.11038,47.28385,44.889786,120.01354,191.85167,470.0322,140.64317,9.250434,11.044583,11.920714,119.03493,8926.019,10.144143,48.372208,106.73139,29.590752,336.14722,78.29611,239.2602,6.4644814,122.35861,810.21924,721.2633,74.72006,989.98157,98.02166,105.1475,100.52156,52.35991,9.785256,32.952324,799.28723,6.0128984,9.314622,199.19139,9.51119,5.621936,51.711243,55.29507,565.0422,133.20729,176.12616,1851.0697,113.8947,2052.9421,1727.4319,9.824912,8.560417,4584.1704,12.434317,18.295834,316.52347,32.91567,67.77534,37.694736,173.62862,804.1993,271.3082,4.768976,40.87312,206.14217,1369.6392,24.673649,122.26141,11.305972,1.4096586,54.69626,1.2270212,1.1334455,3.8136048,11.695257,37.07133,81.49316,29.330555,1079.5989,40.544445,14.985714,21.933332,6.1830955,65.722916,3.6652775,2.320111,5.7174997,60.045578,0.2419762,2.2269733,4.571162,37.46875,14.906428,2.5090833,7.8567715,353.68185,34.095158,646.12256,17.9109,1158.8667,34.54001,781.79895,448.55215,12.235373,12.052374,818.144,1177.3813,3360.679,670.91736 +2023-04-15 13:00:00,0.0,3937.494,37.17984,20.509563,11.219779,39.95241,192.9554,32.121582,68.766785,24.56991,40.242115,268.08594,483.39847,20.68385,35.56512,7.086484,1.482439,36.036167,15.997484,14.179142,468.8047,3.1320379,326.4368,106.36277,5.3758225,45.19348,118.29672,55.11314,391.7042,228.1036,2337.2622,6.3752947,2363.9841,37.190006,6.7731957,4.7054243,31.563387,210.67953,270.3901,197.17007,87.00139,25.3854,9.372934,866.82697,91.38062,69.787285,50.142487,321.00702,18.768904,323.6309,12.0125265,54.61708,0.0,3268.878,6804.172,4.7727113,42.418655,40.937813,27173.723,93.69104,3.6733747,62.694324,102.04428,47.34227,13.130543,50.98604,577.021,59.877518,41.121807,4.4584274,9.405514,784.2941,3.6286325,395.4305,56.569374,2607.7256,86.697685,145.4047,177.22842,269.91904,23.225998,38.194527,205.13809,18.688524,19.987286,17.267305,36.969692,179.03207,12.710206,9.650843,106.43019,20.031584,4421.237,32.922054,43.20729,24.828167,33.13212,327.36713,83.36921,52.87882,13.971034,16.761444,43.186058,114.466484,231.37251,82.62327,279.1225,47.328064,44.887703,120.03264,191.94319,471.1479,140.68637,9.247981,11.056494,11.912084,119.289566,8939.8545,10.135221,48.35107,106.6003,29.58921,336.157,78.21171,239.13733,6.459571,122.433586,809.87616,720.6878,74.69768,989.53955,97.90458,105.10033,100.597336,52.302773,9.773646,32.9237,800.03815,6.0016003,9.299542,199.01059,9.509663,5.621102,51.651005,55.251358,564.6378,133.10928,176.10837,1850.5084,114.02279,2053.4,1727.8273,9.831608,8.571702,4593.771,12.429759,18.319792,316.5263,32.945194,67.83239,37.724564,173.83804,805.28265,271.34808,4.7731686,40.898514,206.56157,1372.1981,24.727379,122.36367,11.316238,1.4093095,54.698166,1.2267435,1.1325718,3.8103478,11.699605,37.102055,81.66737,29.323843,1081.8993,40.575462,14.992857,21.938889,6.183909,65.699135,3.6674767,2.319824,5.718125,60.041298,0.24139485,2.2261434,4.5705447,37.476562,14.906487,2.5068681,7.873204,354.34488,34.155804,647.3308,17.932592,1160.8434,34.577827,781.5977,449.312,12.254667,12.057948,819.4768,1179.4838,3364.9773,670.7054 +2023-04-15 14:00:00,0.0,3938.5686,37.204277,20.52983,11.231617,39.963764,192.99834,32.12689,68.77652,24.569483,40.23948,268.38147,483.75275,20.687473,35.60435,7.077424,1.4808228,36.041397,16.004908,14.1680155,468.8974,3.1314974,326.53003,106.35044,5.3688335,45.098377,118.31018,55.099358,391.2917,228.05273,2338.8398,6.363802,2363.8882,37.115494,6.7620564,4.696916,31.514845,210.72859,270.40906,196.80098,87.06944,25.40579,9.373724,866.79944,91.1637,69.77235,50.172195,321.24353,18.758333,323.7707,12.014446,54.60413,0.0,3270.8123,6810.7275,4.779235,42.44926,40.97974,27187.152,93.770065,3.6774845,62.694843,102.024536,47.364574,13.137862,50.96025,577.36346,59.953995,41.129868,4.461083,9.40757,784.58685,3.638138,395.18112,56.60625,2606.9097,86.71759,145.34418,177.18349,269.90723,23.204113,38.170094,204.85947,18.672522,19.973932,17.279743,36.972404,178.91147,12.715572,9.65528,106.451126,20.031858,4420.8335,32.93753,43.177082,24.82808,33.142555,327.27313,83.35367,52.87847,13.976985,16.768661,43.16981,114.48292,231.25731,82.625694,279.13458,47.372276,44.88562,120.051735,192.03471,472.26358,140.72958,9.245528,11.068403,11.903453,119.544205,8953.69,10.126298,48.329933,106.469215,29.587667,336.16678,78.12731,239.01445,6.4546604,122.50856,809.5331,720.11237,74.6753,989.09753,97.7875,105.05316,100.6731,52.245632,9.762037,32.895073,800.789,5.990302,9.284463,198.82977,9.508135,5.6202674,51.590767,55.20765,564.23346,133.01129,176.09059,1849.9471,114.15089,2053.8577,1728.2227,9.838304,8.582987,4603.3716,12.425201,18.34375,316.52917,32.974724,67.88944,37.754387,174.04745,806.3661,271.38797,4.777361,40.92391,206.98097,1374.7572,24.78111,122.46592,11.326505,1.4089606,54.700073,1.2264657,1.1316981,3.8070908,11.703952,37.13278,81.84159,29.31713,1084.1997,40.60648,15.0,21.944445,6.1847224,65.67535,3.6696758,2.319537,5.71875,60.03702,0.2408135,2.2253134,4.5699267,37.484375,14.906548,2.5046527,7.889637,355.00787,34.216446,648.5391,17.954287,1162.8201,34.615643,781.3965,450.07187,12.273962,12.063522,820.80963,1181.586,3369.2754,670.4934 +2023-04-15 15:00:00,0.0,3939.6433,37.228714,20.550098,11.243456,39.975113,193.04128,32.1322,68.78625,24.569054,40.236847,268.677,484.10703,20.691097,35.64358,7.0683646,1.4792064,36.046627,16.012331,14.15689,468.99014,3.1309566,326.62323,106.33811,5.361845,45.00327,118.32364,55.085575,390.87918,228.00186,2340.4175,6.3523088,2363.792,37.04098,6.7509165,4.688408,31.466303,210.77765,270.42804,196.43188,87.1375,25.42618,9.374514,866.7719,90.94677,69.7574,50.20191,321.4801,18.747765,323.9105,12.016367,54.59118,0.0,3272.7468,6817.2837,4.785759,42.479866,41.021667,27200.582,93.8491,3.6815946,62.69536,102.00479,47.386883,13.145182,50.934464,577.706,60.030468,41.137924,4.4637384,9.409626,784.8795,3.6476438,394.93176,56.643124,2606.0938,86.7375,145.28366,177.13855,269.89542,23.18223,38.145664,204.58083,18.656519,19.960579,17.292181,36.975117,178.79085,12.72094,9.659718,106.47206,20.032135,4420.43,32.953003,43.146873,24.827991,33.152996,327.17917,83.338135,52.878124,13.982937,16.775879,43.153564,114.49935,231.1421,82.62813,279.14667,47.41649,44.88354,120.07083,192.12625,473.37927,140.7728,9.243075,11.080313,11.894821,119.79884,8967.527,10.117374,48.3088,106.33813,29.586124,336.17657,78.042915,238.89157,6.44975,122.58354,809.19006,719.53687,74.652916,988.6555,97.67041,105.00599,100.74888,52.188496,9.750427,32.866447,801.5399,5.979004,9.269383,198.64897,9.506607,5.619433,51.53053,55.163937,563.8291,132.91328,176.0728,1849.386,114.27898,2054.3154,1728.6182,9.844999,8.594271,4612.9727,12.420644,18.367708,316.53204,33.00425,67.9465,37.78421,174.25688,807.4495,271.4279,4.7815533,40.949303,207.40038,1377.3163,24.83484,122.56818,11.336771,1.4086117,54.701984,1.2261881,1.1308246,3.8038335,11.7083,37.163498,82.0158,29.310417,1086.5001,40.6375,15.007143,21.95,6.185536,65.651566,3.6718748,2.3192499,5.719375,60.03274,0.24023214,2.2244837,4.569309,37.492188,14.906607,2.5024374,7.9060698,355.6709,34.277092,649.74744,17.975979,1164.7968,34.65346,781.19525,450.83173,12.293257,12.069097,822.14246,1183.6885,3373.5737,670.28143 +2023-04-15 16:00:00,0.0,3940.718,37.25315,20.570364,11.255294,39.986465,193.08421,32.13751,68.79598,24.568626,40.23421,268.9725,484.4613,20.694721,35.682816,7.059305,1.4775902,36.051857,16.019756,14.145763,469.0829,3.1304162,326.71646,106.32578,5.354856,44.908165,118.337105,55.071796,390.46667,227.95097,2341.995,6.3408155,2363.6958,36.966465,6.7397766,4.6798997,31.417763,210.8267,270.447,196.06279,87.20556,25.44657,9.375303,866.7444,90.72984,69.74246,50.231617,321.7166,18.737194,324.0503,12.018288,54.578228,0.0,3274.6812,6823.8394,4.7922826,42.51047,41.06359,27214.012,93.92812,3.6857047,62.695873,101.98505,47.409187,13.152501,50.908676,578.04846,60.106945,41.145985,4.466394,9.411682,785.17224,3.6571493,394.6824,56.68,2605.2778,86.75741,145.22316,177.09361,269.8836,23.160345,38.121235,204.3022,18.640514,19.947226,17.304617,36.97783,178.67024,12.726306,9.664154,106.493,20.03241,4420.027,32.968475,43.116665,24.827904,33.163433,327.08517,83.32259,52.877777,13.988888,16.783096,43.13732,114.515785,231.0269,82.630554,279.15875,47.4607,44.88146,120.08992,192.21777,474.49493,140.816,9.2406225,11.092222,11.88619,120.05348,8981.363,10.108452,48.287663,106.20704,29.584581,336.18634,77.95852,238.76869,6.4448395,122.658516,808.847,718.9614,74.63054,988.2135,97.55333,104.95882,100.82465,52.13136,9.738817,32.837822,802.2908,5.967706,9.254304,198.46815,9.505079,5.6185985,51.47029,55.120224,563.42474,132.81528,176.05502,1848.8247,114.407074,2054.7732,1729.0135,9.851696,8.605556,4622.573,12.416086,18.391666,316.5349,33.03378,68.003555,37.814037,174.4663,808.53296,271.46777,4.785746,40.974697,207.81978,1379.8754,24.888573,122.67043,11.347037,1.4082627,54.70389,1.2259103,1.1299509,3.8005764,11.712647,37.19422,82.19002,29.303703,1088.8004,40.668518,15.014285,21.955555,6.1863494,65.62778,3.674074,2.3189628,5.72,60.02846,0.2396508,2.2236538,4.5686917,37.5,14.906667,2.5002222,7.922502,356.33392,34.337738,650.9557,17.997671,1166.7734,34.69128,780.994,451.59158,12.3125515,12.074671,823.4753,1185.7908,3377.8718,670.06946 +2023-04-15 17:00:00,0.0,3941.7927,37.277588,20.590631,11.267132,39.997814,193.12717,32.142815,68.80571,24.568197,40.231575,269.26804,484.81558,20.698345,35.722046,7.0502453,1.475974,36.057087,16.02718,14.134637,469.17563,3.1298754,326.8097,106.31345,5.347867,44.813057,118.35056,55.058014,390.05417,227.9001,2343.5728,6.3293223,2363.5999,36.891953,6.728637,4.671391,31.369219,210.87576,270.46594,195.6937,87.27361,25.466959,9.376093,866.71686,90.51292,69.727516,50.26133,321.9532,18.726624,324.1901,12.020207,54.565277,0.0,3276.6155,6830.3955,4.7988067,42.54108,41.10552,27227.441,94.00715,3.6898146,62.69639,101.965294,47.431496,13.159821,50.88289,578.3909,60.18342,41.15404,4.4690495,9.413738,785.46497,3.6666548,394.43304,56.716877,2604.462,86.77731,145.16264,177.04868,269.8718,23.13846,38.0968,204.02357,18.624512,19.933872,17.317055,36.980537,178.54964,12.731673,9.6685915,106.51393,20.032686,4419.6235,32.98395,43.08646,24.827816,33.17387,326.9912,83.30705,52.87743,13.99484,16.790314,43.121075,114.53222,230.9117,82.63299,279.17084,47.504913,44.879375,120.10902,192.3093,475.61063,140.8592,9.23817,11.104133,11.87756,120.30812,8995.199,10.099529,48.266525,106.07595,29.583038,336.1961,77.874115,238.64583,6.439929,122.73349,808.5039,718.386,74.608154,987.7715,97.43625,104.91165,100.90042,52.074223,9.727208,32.809196,803.0417,5.956408,9.239224,198.28735,9.5035515,5.617764,51.410053,55.076515,563.0204,132.71727,176.03725,1848.2634,114.535164,2055.231,1729.4089,9.858392,8.61684,4632.174,12.411529,18.415625,316.53778,33.063305,68.060616,37.84386,174.67572,809.6164,271.50766,4.7899384,41.00009,208.23918,1382.4344,24.942303,122.77268,11.357304,1.4079138,54.705803,1.2256325,1.1290772,3.7973194,11.716994,37.224945,82.364235,29.296991,1091.1008,40.699535,15.021428,21.961111,6.187163,65.604,3.6762729,2.3186758,5.720625,60.024185,0.23906945,2.2228239,4.5680737,37.507812,14.906726,2.4980068,7.938935,356.99692,34.39838,652.164,18.019363,1168.7501,34.7291,780.7928,452.35144,12.331846,12.080246,824.8081,1187.8931,3382.1702,669.8575 +2023-04-15 18:00:00,0.0,3942.8677,37.302025,20.610899,11.278971,40.009167,193.1701,32.148125,68.815445,24.56777,40.22894,269.56357,485.16986,20.70197,35.761276,7.041186,1.4743576,36.06232,16.034603,14.12351,469.26837,3.129335,326.90292,106.301125,5.340878,44.717953,118.36402,55.04423,389.6417,227.84921,2345.1504,6.317829,2363.5037,36.81744,6.7174973,4.662883,31.320679,210.92482,270.4849,195.3246,87.34167,25.487349,9.3768835,866.6894,90.29598,69.71258,50.29104,322.1897,18.716053,324.3299,12.022128,54.552326,0.0,3278.55,6836.951,4.8053303,42.571686,41.147446,27240.871,94.08618,3.6939247,62.696907,101.94556,47.453804,13.16714,50.8571,578.73346,60.259895,41.1621,4.471705,9.415794,785.7577,3.6761606,394.1837,56.75375,2603.6458,86.797226,145.10214,177.00374,269.86,23.116575,38.072372,203.74495,18.608507,19.920519,17.329493,36.98325,178.42902,12.73704,9.673028,106.53487,20.03296,4419.22,32.999424,43.05625,24.827728,33.184307,326.89722,83.29151,52.877083,14.000791,16.797531,43.104828,114.54865,230.7965,82.63542,279.18292,47.549126,44.877293,120.12811,192.40083,476.72632,140.90242,9.235717,11.116042,11.868929,120.56276,9009.036,10.090606,48.245388,105.94486,29.581497,336.2059,77.78972,238.52295,6.4350185,122.80847,808.1609,717.8105,74.58578,987.32947,97.31916,104.86448,100.9762,52.017086,9.715598,32.78057,803.79254,5.94511,9.224144,198.10654,9.502024,5.6169295,51.349815,55.032803,562.616,132.61928,176.01945,1847.7021,114.66326,2055.6887,1729.8043,9.8650875,8.628125,4641.7744,12.406971,18.439583,316.54062,33.092834,68.11767,37.873684,174.88515,810.69977,271.54755,4.794131,41.025486,208.65858,1384.9935,24.996035,122.87494,11.36757,1.4075648,54.70771,1.2253548,1.1282036,3.7940624,11.721342,37.255665,82.53845,29.290277,1093.4012,40.730556,15.028571,21.966667,6.1879764,65.58021,3.678472,2.318389,5.72125,60.019905,0.2384881,2.2219942,4.5674562,37.515625,14.906786,2.4957917,7.9553676,357.65994,34.459026,653.37225,18.041056,1170.7269,34.76692,780.59155,453.1113,12.351141,12.08582,826.1409,1189.9955,3386.4683,669.6455 +2023-04-15 19:00:00,0.0,3943.9424,37.32646,20.631165,11.290809,40.02052,193.21304,32.15343,68.82518,24.567343,40.226307,269.8591,485.52414,20.705593,35.80051,7.0321264,1.4727414,36.06755,16.042027,14.112385,469.3611,3.1287944,326.99615,106.288795,5.333889,44.622845,118.37749,55.03045,389.2292,227.79834,2346.728,6.3063364,2363.4075,36.742924,6.7063575,4.6543746,31.272137,210.97388,270.50385,194.9555,87.40972,25.507738,9.377673,866.66187,90.079056,69.69763,50.32075,322.42627,18.705482,324.4697,12.024049,54.539375,0.0,3280.4844,6843.5073,4.811854,42.60229,41.189373,27254.3,94.16521,3.6980348,62.697422,101.92581,47.47611,13.174459,50.831314,579.0759,60.336372,41.17016,4.4743605,9.4178505,786.05035,3.685666,393.93433,56.790627,2602.8298,86.81713,145.04163,176.9588,269.84814,23.09469,38.047943,203.46631,18.592505,19.907164,17.34193,36.985962,178.30841,12.742407,9.677465,106.5558,20.033237,4418.817,33.014896,43.026043,24.82764,33.194748,326.80322,83.27597,52.876736,14.0067425,16.804747,43.08858,114.56509,230.68129,82.63785,279.19504,47.593338,44.87521,120.1472,192.49236,477.842,140.94562,9.233264,11.127952,11.860298,120.8174,9022.872,10.081683,48.224255,105.813774,29.579954,336.21567,77.70532,238.40007,6.430108,122.883446,807.8178,717.23505,74.56339,986.88745,97.20208,104.817314,101.05197,51.959946,9.703988,32.751945,804.54346,5.9338117,9.2090645,197.92572,9.500496,5.616095,51.289577,54.98909,562.21173,132.52127,176.00168,1847.1409,114.79135,2056.1465,1730.1997,9.871783,8.63941,4651.375,12.402413,18.463541,316.5435,33.12236,68.17472,37.90351,175.09456,811.7832,271.58743,4.798323,41.05088,209.07799,1387.5525,25.049767,122.977196,11.377836,1.4072158,54.70962,1.225077,1.12733,3.790805,11.725689,37.28639,82.71267,29.283566,1095.7015,40.761574,15.035714,21.972221,6.18879,65.55643,3.6806712,2.318102,5.7218747,60.015625,0.23790675,2.2211642,4.5668387,37.523438,14.906845,2.4935763,7.9718003,358.32297,34.519672,654.58057,18.062748,1172.7036,34.804737,780.3903,453.87115,12.370436,12.091394,827.47375,1192.0978,3390.7666,669.4336 +2023-04-15 20:00:00,0.0,3945.017,37.3509,20.651432,11.302647,40.031868,193.25598,32.15874,68.83491,24.566914,40.22367,270.15463,485.87842,20.709217,35.83974,7.0230665,1.4711251,36.07278,16.04945,14.101258,469.45386,3.1282537,327.0894,106.27647,5.3269,44.52774,118.390945,55.016666,388.81668,227.74745,2348.3057,6.294843,2363.3113,36.66841,6.695218,4.6458664,31.223595,211.02293,270.5228,194.58641,87.477776,25.52813,9.378463,866.63434,89.86213,69.68269,50.35046,322.66278,18.694914,324.6095,12.025969,54.52643,0.0,3282.419,6850.063,4.818378,42.632896,41.2313,27267.73,94.24423,3.7021446,62.697937,101.90607,47.498417,13.181779,50.805527,579.4184,60.412846,41.17822,4.477016,9.419907,786.3431,3.6951718,393.68497,56.8275,2602.014,86.837036,144.98112,176.91386,269.83633,23.072805,38.02351,203.18768,18.5765,19.89381,17.354368,36.98867,178.1878,12.747773,9.681902,106.57674,20.033512,4418.4136,33.030373,42.995834,24.827553,33.205185,326.70926,83.26043,52.87639,14.012693,16.811964,43.07234,114.58152,230.56609,82.64028,279.20712,47.63755,44.873127,120.1663,192.5839,478.9577,140.98883,9.230811,11.139861,11.851666,121.07204,9036.708,10.072761,48.203117,105.682686,29.578411,336.22546,77.620926,238.27719,6.4251976,122.95843,807.47473,716.65955,74.541016,986.44543,97.085,104.77014,101.12774,51.90281,9.692379,32.72332,805.2943,5.9225135,9.193985,197.74492,9.498968,5.6152606,51.22934,54.94538,561.8074,132.42326,175.98389,1846.5796,114.91945,2056.6042,1730.5951,9.878479,8.650695,4660.976,12.397856,18.4875,316.54636,33.15189,68.23178,37.933334,175.30399,812.86664,271.62732,4.802516,41.07628,209.49739,1390.1116,25.103497,123.079445,11.388102,1.4068669,54.71153,1.2247993,1.1264563,3.787548,11.730037,37.317112,82.88688,29.276852,1098.002,40.79259,15.042857,21.977777,6.1896033,65.53264,3.6828701,2.3178148,5.7225,60.01135,0.2373254,2.2203343,4.5662208,37.53125,14.906904,2.4913611,7.988233,358.986,34.580315,655.7888,18.084442,1174.6803,34.842556,780.1891,454.631,12.38973,12.096969,828.8066,1194.2002,3395.0647,669.2216 +2023-04-15 21:00:00,0.0,3946.0918,37.375336,20.6717,11.314485,40.04322,193.29892,32.16405,68.84464,24.566486,40.221035,270.45013,486.2327,20.712841,35.87897,7.014007,1.4695088,36.07801,16.056875,14.090132,469.54657,3.1277132,327.18262,106.26414,5.319911,44.432636,118.4044,55.002884,388.40417,227.69658,2349.883,6.28335,2363.2153,36.5939,6.684078,4.637358,31.175055,211.07199,270.54175,194.21732,87.54583,25.54852,9.379252,866.6068,89.6452,69.66775,50.380173,322.89935,18.684343,324.7493,12.027889,54.513477,0.0,3284.3533,6856.619,4.8249016,42.663506,41.273224,27281.16,94.323265,3.7062547,62.698452,101.88632,47.52072,13.189098,50.77974,579.7609,60.489323,41.186275,4.4796715,9.421962,786.6358,3.7046773,393.43558,56.864376,2601.198,86.85695,144.92061,176.86893,269.82452,23.050922,37.99908,202.90906,18.560497,19.880457,17.366804,36.991383,178.06718,12.75314,9.686339,106.59767,20.033789,4418.0103,33.045845,42.965626,24.827465,33.215622,326.61526,83.244896,52.87604,14.018645,16.819181,43.05609,114.59795,230.45088,82.64271,279.2192,47.681763,44.871044,120.185394,192.67542,480.0734,141.03204,9.228358,11.151772,11.843036,121.32668,9050.545,10.063837,48.18198,105.5516,29.576868,336.23523,77.53652,238.15433,6.420287,123.0334,807.1317,716.0841,74.51863,986.0034,96.96791,104.72298,101.203514,51.845673,9.680769,32.694695,806.0452,5.9112153,9.1789055,197.5641,9.49744,5.6144266,51.1691,54.90167,561.403,132.32526,175.96611,1846.0184,115.04754,2057.062,1730.9905,9.885176,8.66198,4670.5767,12.393298,18.51146,316.54922,33.181416,68.28883,37.963158,175.51341,813.9501,271.66724,4.8067083,41.101673,209.9168,1392.6707,25.157228,123.1817,11.398368,1.406518,54.71344,1.2245215,1.1255827,3.784291,11.734385,37.34783,83.0611,29.27014,1100.3024,40.823612,15.05,21.983334,6.190417,65.50886,3.6850693,2.3175278,5.723125,60.00707,0.23674405,2.2195046,4.5656033,37.539062,14.906964,2.4891458,8.004665,359.649,34.64096,656.99713,18.106134,1176.657,34.88037,779.98785,455.39087,12.409025,12.102543,830.1394,1196.3025,3399.363,669.00964 +2023-04-15 22:00:00,0.0,3947.1665,37.399773,20.691965,11.3263235,40.05457,193.34187,32.169357,68.85438,24.566057,40.2184,270.74567,486.58698,20.716465,35.9182,7.0049477,1.4678925,36.08324,16.064299,14.079005,469.6393,3.1271727,327.27585,106.25181,5.312922,44.33753,118.41787,54.9891,387.99167,227.64569,2351.4607,6.271857,2363.1191,36.519386,6.6729383,4.62885,31.126513,211.12105,270.5607,193.84822,87.61389,25.568909,9.380042,866.5793,89.428276,69.65281,50.40988,323.13586,18.673773,324.8891,12.02981,54.500526,0.0,3286.2876,6863.175,4.8314257,42.69411,41.31515,27294.59,94.40229,3.7103648,62.69897,101.86658,47.54303,13.196418,50.753952,580.1034,60.5658,41.194336,4.482327,9.424018,786.9285,3.7141829,393.18622,56.90125,2600.3818,86.876854,144.8601,176.82399,269.8127,23.029037,37.974648,202.63043,18.544495,19.867104,17.379242,36.994095,177.94658,12.758507,9.690776,106.61861,20.034063,4417.607,33.061317,42.935417,24.827377,33.22606,326.5213,83.229355,52.875694,14.024596,16.826399,43.039845,114.61439,230.33568,82.64514,279.2313,47.725975,44.86896,120.20449,192.76694,481.1891,141.07524,9.225905,11.163681,11.834405,121.58132,9064.381,10.054914,48.160843,105.42051,29.575327,336.24503,77.452126,238.03145,6.4153767,123.108376,806.78864,715.50867,74.496254,985.5614,96.85083,104.675804,101.27929,51.788536,9.669159,32.66607,806.7961,5.899917,9.163826,197.3833,9.495913,5.613592,51.108864,54.857956,560.99866,132.22726,175.94832,1845.4572,115.17564,2057.5198,1731.3859,9.891871,8.6732645,4680.1772,12.388741,18.535418,316.55206,33.210945,68.34589,37.992985,175.72282,815.0335,271.70712,4.8109007,41.127068,210.3362,1395.2297,25.210958,123.28396,11.408634,1.4061689,54.715347,1.2242438,1.124709,3.781034,11.738731,37.378555,83.23531,29.263426,1102.6027,40.85463,15.057142,21.98889,6.1912303,65.48507,3.6872683,2.3172407,5.72375,60.00279,0.2361627,2.2186747,4.5649858,37.546875,14.907023,2.4869306,8.021098,360.312,34.701607,658.2054,18.127827,1178.6337,34.91819,779.7866,456.15073,12.42832,12.108118,831.47217,1198.4049,3403.6611,668.79767 +2023-04-15 23:00:00,0.0,3948.2412,37.42421,20.712233,11.338161,40.06592,193.38481,32.174667,68.864105,24.56563,40.215767,271.0412,486.94125,20.720089,35.957436,6.9958878,1.4662763,36.08847,16.071722,14.06788,469.73206,3.126632,327.36908,106.23948,5.3059335,44.242424,118.43133,54.97532,387.5792,227.59482,2353.0383,6.260364,2363.023,36.44487,6.661799,4.620342,31.07797,211.1701,270.57965,193.47913,87.681946,25.589298,9.380832,866.55176,89.21135,69.63786,50.439594,323.37244,18.663202,325.0289,12.03173,54.487576,0.0,3288.2222,6869.731,4.8379493,42.724716,41.35708,27308.02,94.481316,3.7144747,62.699486,101.84683,47.565334,13.203737,50.728165,580.44586,60.642273,41.202393,4.4849825,9.426074,787.2212,3.7236886,392.93686,56.938126,2599.566,86.89676,144.7996,176.77905,269.8009,23.007153,37.95022,202.35179,18.52849,19.85375,17.39168,36.996803,177.82597,12.763874,9.695213,106.63954,20.03434,4417.2036,33.076794,42.90521,24.82729,33.2365,326.4273,83.21381,52.875347,14.030548,16.833616,43.023598,114.63082,230.22047,82.64757,279.24338,47.770187,44.86688,120.22358,192.85847,482.30478,141.11845,9.223453,11.1755905,11.825774,121.83596,9078.217,10.045992,48.13971,105.28942,29.573784,336.2548,77.36773,237.90857,6.410466,123.18336,806.44556,714.93317,74.47387,985.1194,96.73375,104.62864,101.35506,51.731396,9.657549,32.637444,807.547,5.888619,9.1487465,197.20248,9.494385,5.6127577,51.048626,54.814247,560.5943,132.12926,175.93054,1844.8959,115.30373,2057.9775,1731.7812,9.898567,8.684549,4689.778,12.384183,18.559376,316.55493,33.24047,68.40295,38.022808,175.93225,816.1169,271.747,4.815093,41.152462,210.7556,1397.7888,25.26469,123.38621,11.4189005,1.40582,54.71726,1.223966,1.1238353,3.7777767,11.743079,37.40928,83.40953,29.256714,1104.9031,40.885647,15.064285,21.994444,6.192044,65.46129,3.6894674,2.3169537,5.724375,59.998512,0.23558135,2.2178447,4.564368,37.554688,14.9070835,2.4847152,8.037531,360.97504,34.76225,659.4137,18.149519,1180.6104,34.95601,779.5854,456.91058,12.447615,12.113692,832.805,1200.5072,3407.9595,668.5857 +2023-04-16 00:00:00,0.0,3949.316,37.448647,20.7325,11.349999,40.07727,193.42775,32.179974,68.87384,24.5652,40.21313,271.33673,487.29553,20.723713,35.996666,6.9868283,1.4646599,36.093704,16.079145,14.056753,469.8248,3.1260915,327.46228,106.22714,5.2989445,44.147316,118.44479,54.96154,387.1667,227.54395,2354.616,6.248871,2362.9268,36.370358,6.650659,4.611833,31.029428,211.21918,270.59863,193.11003,87.75,25.609688,9.381622,866.5243,88.99442,69.622925,50.469303,323.60895,18.652632,325.1687,12.03365,54.474625,0.0,3290.1567,6876.287,4.8444734,42.75532,41.399006,27321.45,94.56035,3.7185848,62.7,101.82709,47.587643,13.211058,50.702377,580.7884,60.71875,41.21045,4.4876375,9.42813,787.5139,3.733194,392.6875,56.975,2598.75,86.91667,144.73909,176.73413,269.78906,22.985268,37.92579,202.07317,18.512487,19.840397,17.404118,36.999516,177.70535,12.769241,9.69965,106.66048,20.034615,4416.8,33.092266,42.875,24.827202,33.246937,326.3333,83.19827,52.875,14.036499,16.840834,43.007355,114.64725,230.10526,82.65,279.2555,47.8144,44.864796,120.242676,192.95,483.42044,141.16165,9.221001,11.1875,11.8171425,122.0906,9092.054,10.037068,48.118572,105.15833,29.57224,336.2646,77.28333,237.7857,6.4055557,123.25833,806.10254,714.3577,74.45149,984.67737,96.61666,104.58147,101.43083,51.67426,9.64594,32.608818,808.29785,5.8773212,9.133667,197.02167,9.492857,5.611923,50.988388,54.770535,560.18994,132.03125,175.91275,1844.3347,115.43182,2058.4353,1732.1768,9.905263,8.695833,4699.3784,12.379625,18.583334,316.5578,33.27,68.46,38.05263,176.14166,817.2003,271.7869,4.8192854,41.177856,211.175,1400.3479,25.31842,123.488464,11.429167,1.4054711,54.719166,1.2236882,1.1229618,3.7745197,11.747427,37.44,83.58375,29.25,1107.2035,40.916664,15.071428,22.0,6.1928573,65.4375,3.6916666,2.3166666,5.725,59.994232,0.235,2.217015,4.5637503,37.5625,14.907143,2.4825,8.053964,361.63803,34.822895,660.62195,18.171211,1182.5872,34.993828,779.38416,457.67044,12.466909,12.1192665,834.1378,1202.6096,3412.2576,668.3737 +2023-04-16 01:00:00,0.0,3950.3906,37.473083,20.752766,11.361838,40.088623,193.47069,32.185284,68.883575,24.564774,40.210495,271.63226,487.6498,20.727335,36.035896,6.977769,1.4630437,36.098934,16.086569,14.045627,469.91754,3.125551,327.5555,106.21481,5.2919555,44.05221,118.45825,54.947758,386.75418,227.49306,2356.1936,6.2373776,2362.8308,36.295845,6.639519,4.603325,30.980888,211.26823,270.61758,192.74094,87.818054,25.630077,9.382412,866.49677,88.7775,69.60798,50.499012,323.84552,18.642061,325.30847,12.035571,54.461674,0.0,3292.0908,6882.843,4.850997,42.785927,41.440933,27334.879,94.63937,3.7226949,62.700516,101.80735,47.60995,13.218377,50.676594,581.13086,60.795227,41.21851,4.490293,9.430186,787.80664,3.7426999,392.43814,57.011875,2597.934,86.93658,144.67859,176.6892,269.77725,22.963383,37.901356,201.79454,18.496483,19.827042,17.416555,37.002228,177.58475,12.774608,9.704087,106.681404,20.034891,4416.3965,33.10774,42.84479,24.827112,33.257374,326.23935,83.18273,52.874653,14.04245,16.848051,42.991108,114.66368,229.99005,82.652435,279.26758,47.85861,44.862713,120.26177,193.04152,484.53613,141.20486,9.218548,11.1994095,11.808512,122.34524,9105.89,10.028146,48.097435,105.027245,29.570698,336.27435,77.19894,237.66283,6.400645,123.333305,805.75946,713.7822,74.429115,984.2353,96.49958,104.534294,101.50661,51.617123,9.63433,32.580193,809.04877,5.866023,9.118587,196.84087,9.491329,5.6110888,50.92815,54.72682,559.7856,131.93324,175.89497,1843.7734,115.55991,2058.893,1732.5721,9.911959,8.707118,4708.979,12.375068,18.607292,316.56067,33.29953,68.51706,38.08246,176.35109,818.28375,271.82678,4.823478,41.20325,211.5944,1402.907,25.372152,123.59072,11.439433,1.4051222,54.721073,1.2234105,1.1220881,3.7712626,11.751774,37.470722,83.75796,29.243286,1109.5038,40.947685,15.078571,22.005556,6.1936707,65.41371,3.6938655,2.3163795,5.725625,59.989952,0.23441866,2.216185,4.563133,37.570312,14.907202,2.4802847,8.070396,362.30106,34.88354,661.83026,18.192904,1184.5638,35.031647,779.183,458.4303,12.486204,12.124841,835.47064,1204.7119,3416.556,668.16174 +2023-04-16 02:00:00,0.0,3951.4653,37.49752,20.773033,11.373676,40.099976,193.51363,32.19059,68.8933,24.564346,40.207863,271.92776,488.0041,20.730959,36.07513,6.968709,1.4614275,36.104164,16.093994,14.034501,470.01028,3.1250103,327.64874,106.202484,5.2849665,43.957104,118.47171,54.933975,386.34167,227.44218,2357.7712,6.2258844,2362.7346,36.22133,6.62838,4.5948167,30.932344,211.31729,270.63654,192.37184,87.88611,25.650467,9.383202,866.46924,88.56057,69.59303,50.528725,324.08203,18.631493,325.44827,12.037491,54.448723,0.0,3294.0254,6889.399,4.857521,42.816536,41.482857,27348.309,94.7184,3.7268047,62.70103,101.787605,47.632256,13.225697,50.650806,581.4733,60.8717,41.226566,4.4929485,9.432242,788.0993,3.7522054,392.18878,57.04875,2597.1182,86.95648,144.61807,176.64426,269.76544,22.941498,37.876926,201.5159,18.48048,19.813688,17.428991,37.00494,177.46414,12.779975,9.708525,106.70234,20.035168,4415.993,33.123215,42.814583,24.827024,33.267815,326.14536,83.16719,52.874306,14.048402,16.855267,42.97486,114.680115,229.87485,82.65486,279.27966,47.90282,44.86063,120.28086,193.13306,485.65182,141.24808,9.216095,11.21132,11.799881,122.59988,9119.726,10.019223,48.0763,104.89616,29.569155,336.28412,77.11453,237.53995,6.3957343,123.40829,805.4164,713.2068,74.40673,983.7933,96.3825,104.48713,101.582375,51.559986,9.62272,32.551567,809.7997,5.854725,9.103507,196.66005,9.489801,5.6102543,50.867912,54.683113,559.3812,131.83524,175.8772,1843.212,115.688,2059.3508,1732.9675,9.918654,8.718403,4718.58,12.37051,18.63125,316.56354,33.329056,68.57411,38.11228,176.56052,819.3672,271.86667,4.8276706,41.228645,212.01381,1405.466,25.425882,123.69297,11.449699,1.4047732,54.722984,1.2231327,1.1212144,3.7680054,11.756122,37.501446,83.932175,29.236574,1111.8042,40.978703,15.085714,22.01111,6.194484,65.38993,3.6960647,2.3160925,5.7262497,59.985676,0.2338373,2.2153552,4.562515,37.578125,14.907262,2.4780693,8.086829,362.96408,34.944183,663.0386,18.214598,1186.5405,35.069466,778.98175,459.19016,12.505499,12.130415,836.80347,1206.8142,3420.854,667.94977 +2023-04-16 03:00:00,0.0,3952.54,37.521957,20.7933,11.385514,40.111324,193.55658,32.1959,68.90304,24.563917,40.205227,272.2233,488.35837,20.734583,36.11436,6.9596496,1.4598112,36.109394,16.101418,14.023375,470.10303,3.1244698,327.74197,106.190155,5.2779775,43.862,118.485176,54.920193,385.92917,227.3913,2359.3489,6.214391,2362.6384,36.146816,6.61724,4.5863085,30.883804,211.36635,270.6555,192.00275,87.95417,25.670856,9.383991,866.4417,88.34364,69.578094,50.558434,324.3186,18.620922,325.58807,12.039412,54.435772,0.0,3295.96,6895.9546,4.8640447,42.84714,41.524784,27361.738,94.797424,3.7309148,62.70155,101.76786,47.654564,13.233016,50.62502,581.81586,60.948177,41.234627,4.495604,9.4342985,788.392,3.761711,391.93942,57.085625,2596.302,86.97639,144.55757,176.59932,269.75363,22.919613,37.852497,201.23727,18.464476,19.800335,17.44143,37.007652,177.34354,12.785341,9.712961,106.723274,20.035442,4415.59,33.138687,42.784374,24.826937,33.27825,326.0514,83.15165,52.87396,14.054353,16.862484,42.958614,114.69655,229.75964,82.657295,279.29175,47.947033,44.858547,120.29996,193.22458,486.76752,141.29128,9.213642,11.223229,11.79125,122.854515,9133.5625,10.0103,48.055164,104.76507,29.567614,336.2939,77.030136,237.41707,6.390824,123.48326,805.0733,712.63135,74.38435,983.35126,96.26541,104.43996,101.65815,51.50285,9.611111,32.52294,810.55054,5.8434267,9.088428,196.47925,9.488274,5.60942,50.807674,54.6394,558.97687,131.73724,175.8594,1842.6508,115.8161,2059.8086,1733.3629,9.92535,8.729688,4728.1807,12.3659525,18.655209,316.56638,33.358585,68.631165,38.142105,176.76993,820.4506,271.90656,4.831863,41.25404,212.43321,1408.025,25.479614,123.79523,11.459966,1.4044242,54.72489,1.222855,1.1203407,3.7647483,11.7604685,37.532166,84.10639,29.22986,1114.1046,41.00972,15.092856,22.016666,6.1952977,65.36614,3.6982636,2.3158054,5.726875,59.981396,0.23325595,2.2145255,4.5618973,37.585938,14.907321,2.4758542,8.103262,363.62708,35.00483,664.2468,18.23629,1188.5172,35.107285,778.7805,459.95,12.524794,12.13599,838.1363,1208.9166,3425.1523,667.7378 +2023-04-16 04:00:00,0.0,3953.6147,37.546394,20.813566,11.397352,40.122677,193.59952,32.20121,68.91277,24.56349,40.20259,272.51883,488.71265,20.738207,36.15359,6.95059,1.4581949,36.114624,16.10884,14.012248,470.19574,3.1239293,327.8352,106.177826,5.2709885,43.76689,118.498634,54.90641,385.5167,227.34042,2360.9265,6.2028985,2362.5425,36.072304,6.6061,4.5778003,30.835262,211.4154,270.67444,191.63365,88.022224,25.691246,9.384781,866.4142,88.12672,69.56315,50.588146,324.5551,18.610352,325.72787,12.041332,54.42282,0.0,3297.894,6902.5107,4.8705688,42.877747,41.56671,27375.168,94.87646,3.735025,62.702065,101.748116,47.67687,13.240335,50.59923,582.1583,61.024654,41.242683,4.4982595,9.436354,788.68475,3.7712166,391.69003,57.1225,2595.486,86.9963,144.49706,176.55438,269.74182,22.89773,37.828064,200.95865,18.448473,19.786982,17.453867,37.010365,177.22292,12.790709,9.717399,106.74421,20.035719,4415.1865,33.15416,42.754166,24.826849,33.28869,325.9574,83.136116,52.87361,14.060305,16.869701,42.942368,114.71298,229.64444,82.65972,279.30383,47.991245,44.856464,120.31905,193.3161,487.8832,141.33449,9.211189,11.235139,11.782619,123.10915,9147.398,10.001377,48.034027,104.63398,29.56607,336.30368,76.94574,237.2942,6.3859134,123.558235,804.7303,712.05585,74.36197,982.90924,96.14833,104.39279,101.733925,51.44571,9.599501,32.494316,811.30145,5.8321285,9.073348,196.29843,9.486746,5.608586,50.747437,54.595688,558.5725,131.63924,175.84163,1842.0896,115.94419,2060.2664,1733.7583,9.932047,8.7409725,4737.7812,12.361395,18.679167,316.56924,33.38811,68.688225,38.171932,176.97935,821.534,271.94647,4.8360553,41.279434,212.85262,1410.5841,25.533344,123.897484,11.470232,1.4040753,54.726803,1.2225772,1.1194671,3.7614913,11.764816,37.56289,84.28061,29.223148,1116.405,41.04074,15.099999,22.022223,6.196111,65.34236,3.7004628,2.3155184,5.7275,59.977116,0.23267461,2.2136955,4.56128,37.59375,14.907381,2.4736388,8.119695,364.2901,35.065475,665.45514,18.257982,1190.4939,35.1451,778.5793,460.70987,12.544088,12.141564,839.4691,1211.0189,3429.4504,667.5258 +2023-04-16 05:00:00,0.0,3954.6895,37.57083,20.833834,11.409191,40.134026,193.64246,32.206516,68.9225,24.56306,40.199955,272.81436,489.06693,20.74183,36.19282,6.94153,1.4565786,36.119854,16.116264,14.0011215,470.28848,3.1233885,327.92844,106.1655,5.2639995,43.671787,118.51209,54.892628,385.1042,227.28954,2362.5042,6.1914053,2362.4463,35.99779,6.5949607,4.569292,30.78672,211.46446,270.6934,191.26456,88.09028,25.711637,9.385571,866.38666,87.90979,69.54821,50.617855,324.7917,18.599781,325.86768,12.043252,54.409874,0.0,3299.8286,6909.0664,4.8770924,42.90835,41.60864,27388.598,94.95548,3.7391348,62.70258,101.72837,47.699177,13.247655,50.573444,582.5008,61.101128,41.250744,4.500915,9.43841,788.9775,3.7807221,391.44067,57.159374,2594.6702,87.016205,144.43655,176.50945,269.73,22.875845,37.803635,200.68002,18.43247,19.773628,17.466305,37.013077,177.10231,12.796075,9.721835,106.765144,20.035994,4414.783,33.169636,42.723957,24.826761,33.299126,325.86343,83.120575,52.873264,14.066256,16.876919,42.926125,114.729416,229.52924,82.662155,279.31592,48.035458,44.85438,120.33815,193.40764,488.9989,141.3777,9.208736,11.247048,11.773988,123.36379,9161.234,9.992455,48.01289,104.50289,29.564528,336.31348,76.86134,237.17133,6.381003,123.63322,804.3872,711.4804,74.33959,982.4672,96.03125,104.34562,101.80969,51.388573,9.587891,32.46569,812.0523,5.8208303,9.058269,196.11763,9.485218,5.6077514,50.6872,54.55198,558.16815,131.54123,175.82384,1841.5283,116.07229,2060.724,1734.1537,9.938743,8.752257,4747.382,12.356837,18.703125,316.5721,33.41764,68.74528,38.201756,177.18878,822.61743,271.98636,4.840248,41.304832,213.27202,1413.1432,25.587076,123.99973,11.480497,1.4037263,54.72871,1.2222995,1.1185935,3.7582343,11.769164,37.59361,84.45483,29.216434,1118.7053,41.07176,15.107142,22.027779,6.1969247,65.31857,3.7026618,2.3152313,5.728125,59.97284,0.23209326,2.2128656,4.560662,37.601562,14.90744,2.4714236,8.136127,364.95312,35.126118,666.6634,18.279675,1192.4706,35.18292,778.37805,461.46973,12.563383,12.147139,840.80194,1213.1213,3433.7488,667.31384 +2023-04-16 06:00:00,0.0,3955.7642,37.59527,20.854101,11.421029,40.14538,193.6854,32.211826,68.932236,24.562634,40.197323,273.1099,489.4212,20.745455,36.232056,6.932471,1.4549624,36.125084,16.123688,13.989996,470.38123,3.122848,328.02167,106.15317,5.257011,43.576683,118.52556,54.878845,384.69168,227.23866,2364.0818,6.179912,2362.35,35.923275,6.583821,4.5607834,30.73818,211.51352,270.71234,190.89546,88.15833,25.732027,9.38636,866.35913,87.69286,69.533264,50.647568,325.0282,18.58921,326.00748,12.045173,54.396923,0.0,3301.7632,6915.6226,4.8836164,42.93896,41.650566,27402.027,95.03451,3.743245,62.703094,101.70863,47.72148,13.254974,50.547657,582.8433,61.177605,41.2588,4.5035706,9.440466,789.27014,3.790228,391.1913,57.19625,2593.8542,87.03611,144.37604,176.46451,269.71817,22.85396,37.779205,200.40138,18.416466,19.760273,17.47874,37.015785,176.9817,12.801442,9.726273,106.78608,20.03627,4414.38,33.18511,42.69375,24.826674,33.309566,325.76944,83.105034,52.872917,14.072207,16.884136,42.909878,114.74585,229.41403,82.66458,279.32803,48.07967,44.8523,120.35724,193.49916,490.1146,141.4209,9.206284,11.258959,11.765357,123.61843,9175.071,9.983531,47.991756,104.3718,29.562984,336.32324,76.77694,237.04845,6.3760924,123.70819,804.0441,710.9049,74.31721,982.0252,95.91416,104.298454,101.88547,51.331436,9.576282,32.437065,812.8032,5.809532,9.043189,195.93681,9.48369,5.606917,50.62696,54.508266,557.76385,131.44322,175.80606,1840.967,116.20038,2061.182,1734.5491,9.945438,8.763542,4756.9824,12.35228,18.727083,316.57498,33.447166,68.80234,38.23158,177.3982,823.70087,272.02625,4.8444405,41.330227,213.69142,1415.7023,25.640808,124.10199,11.490764,1.4033774,54.73062,1.2220217,1.1177198,3.754977,11.773511,37.624332,84.629036,29.209723,1121.0057,41.102776,15.114285,22.033333,6.197738,65.29479,3.704861,2.3149443,5.7287498,59.96856,0.2315119,2.212036,4.5600443,37.609375,14.907499,2.4692082,8.15256,365.61615,35.186764,667.8717,18.301367,1194.4473,35.220737,778.1768,462.22958,12.582679,12.152713,842.13477,1215.2236,3438.0469,667.1019 +2023-04-16 07:00:00,0.0,3956.839,37.619705,20.874367,11.432867,40.15673,193.72833,32.217133,68.94197,24.562206,40.194687,273.4054,489.77548,20.749079,36.271286,6.9234114,1.453346,36.130318,16.131113,13.978869,470.47397,3.1223075,328.1149,106.14084,5.250022,43.481575,118.53902,54.865063,384.27917,227.18777,2365.6594,6.168419,2362.254,35.848763,6.572681,4.552275,30.689638,211.56258,270.7313,190.52637,88.22639,25.752417,9.387151,866.33167,87.47594,69.518326,50.677277,325.26477,18.578642,326.14728,12.047093,54.383972,0.0,3303.6975,6922.178,4.89014,42.969566,41.69249,27415.457,95.11354,3.747355,62.703613,101.68889,47.74379,13.262294,50.52187,583.1858,61.25408,41.26686,4.506226,9.442522,789.56287,3.7997334,390.94196,57.233124,2593.038,87.05602,144.31554,176.41957,269.70636,22.832075,37.754772,200.12276,18.400463,19.74692,17.491179,37.018497,176.86108,12.806808,9.730709,106.807014,20.036545,4413.9766,33.20058,42.66354,24.826586,33.320004,325.67545,83.08949,52.87257,14.078158,16.891354,42.89363,114.76228,229.29883,82.667015,279.34012,48.123882,44.850216,120.376335,193.5907,491.23026,141.46411,9.203831,11.270868,11.756726,123.87308,9188.907,9.974608,47.97062,104.24072,29.561443,336.33304,76.69254,236.92557,6.371182,123.78317,803.7011,710.32947,74.29483,981.5832,95.79708,104.25128,101.96124,51.2743,9.5646715,32.40844,813.5541,5.7982345,9.02811,195.756,9.482162,5.6060824,50.566723,54.464554,557.3595,131.34523,175.78827,1840.4059,116.328476,2061.6396,1734.9445,9.952134,8.774827,4766.583,12.347722,18.751041,316.57782,33.476696,68.85939,38.261406,177.60762,824.7843,272.06613,4.848633,41.35562,214.11082,1418.2614,25.694538,124.20425,11.50103,1.4030284,54.73253,1.221744,1.1168462,3.75172,11.777859,37.655056,84.80325,29.203009,1123.3062,41.133797,15.1214285,22.038889,6.1985517,65.271,3.70706,2.3146574,5.729375,59.96428,0.23093057,2.211206,4.559427,37.617188,14.907559,2.466993,8.168993,366.27914,35.24741,669.07996,18.32306,1196.4241,35.258556,777.9756,462.98944,12.601974,12.158287,843.4676,1217.326,3442.3452,666.88995 +2023-04-16 08:00:00,0.0,3957.9138,37.644142,20.894634,11.444706,40.16808,193.77129,32.222443,68.9517,24.561777,40.19205,273.70093,490.12976,20.752703,36.310516,6.9143515,1.4517298,36.135548,16.138536,13.967743,470.5667,3.1217668,328.20813,106.12851,5.243033,43.38647,118.552475,54.85128,383.86667,227.1369,2367.237,6.156926,2362.158,35.77425,6.5615416,4.543767,30.641096,211.61163,270.75024,190.15727,88.29444,25.772806,9.38794,866.30414,87.25901,69.50338,50.70699,325.5013,18.568071,326.28708,12.049013,54.37102,0.0,3305.6318,6928.7344,4.8966637,43.00017,41.734417,27428.887,95.192566,3.7514648,62.70413,101.669136,47.766098,13.269613,50.496082,583.5283,61.330555,41.274918,4.5088816,9.444578,789.8556,3.809239,390.6926,57.27,2592.2222,87.07593,144.25502,176.37463,269.69455,22.81019,37.730343,199.84413,18.384459,19.733566,17.503616,37.02121,176.74048,12.812176,9.7351465,106.82795,20.036821,4413.573,33.216057,42.633335,24.826498,33.33044,325.58148,83.07395,52.872223,14.08411,16.898571,42.877384,114.77872,229.18362,82.66945,279.3522,48.168095,44.848133,120.39543,193.68222,492.34595,141.50732,9.201378,11.282778,11.7480955,124.127716,9202.743,9.965686,47.949482,104.109634,29.5599,336.3428,76.60815,236.8027,6.3662715,123.85815,803.35803,709.754,74.272446,981.1412,95.67999,104.20412,102.03701,51.217163,9.5530615,32.379814,814.305,5.7869363,9.01303,195.5752,9.480635,5.605248,50.506485,54.420845,556.95514,131.24722,175.7705,1839.8445,116.456566,2062.0974,1735.3398,9.95883,8.786112,4776.184,12.343164,18.775,316.5807,33.50622,68.91644,38.29123,177.81705,825.86774,272.10602,4.852825,41.381016,214.53023,1420.8204,25.74827,124.306496,11.511296,1.4026794,54.73444,1.2214662,1.1159725,3.748463,11.782206,37.685776,84.97747,29.196297,1125.6064,41.164814,15.1285715,22.044445,6.199365,65.24722,3.709259,2.3143704,5.73,59.960003,0.23034921,2.2103763,4.558809,37.625,14.9076185,2.4647777,8.185426,366.94217,35.308052,670.28827,18.344753,1198.4008,35.296375,777.77435,463.7493,12.621268,12.163862,844.80035,1219.4283,3446.6433,666.678 +2023-04-16 09:00:00,0.0,3958.9885,37.66858,20.914902,11.456544,40.179432,193.81422,32.22775,68.96143,24.56135,40.189415,273.99646,490.48404,20.756327,36.34975,6.905292,1.4501135,36.140778,16.14596,13.956616,470.65945,3.1212263,328.30136,106.11618,5.236044,43.291363,118.56594,54.8375,383.4542,227.08601,2368.8147,6.145433,2362.0618,35.699734,6.5504017,4.535259,30.592554,211.66069,270.7692,189.78818,88.3625,25.793196,9.38873,866.2766,87.04208,69.48844,50.7367,325.73785,18.5575,326.42688,12.050934,54.35807,0.0,3307.5662,6935.29,4.9031878,43.030777,41.776344,27442.316,95.27159,3.755575,62.704643,101.64939,47.788403,13.276933,50.470295,583.8708,61.407032,41.282978,4.511537,9.446634,790.1483,3.8187447,390.44324,57.306877,2591.4062,87.09583,144.19452,176.3297,269.68274,22.788305,37.705914,199.5655,18.368456,19.720213,17.516054,37.02392,176.61987,12.817542,9.739583,106.848885,20.037096,4413.17,33.23153,42.603127,24.82641,33.340878,325.4875,83.05841,52.871876,14.090061,16.905787,42.86114,114.79515,229.06842,82.671875,279.3643,48.212307,44.84605,120.41452,193.77374,493.46164,141.55052,9.198925,11.294687,11.739465,124.382355,9216.58,9.956762,47.928345,103.978546,29.558357,336.35257,76.52375,236.67982,6.361361,123.93312,803.01495,709.1785,74.25007,980.69916,95.56291,104.156944,102.112785,51.160023,9.541451,32.35119,815.05585,5.775638,8.99795,195.39438,9.479107,5.6044135,50.446247,54.377132,556.5508,131.14922,175.75272,1839.2832,116.58466,2062.5552,1735.7352,9.965527,8.797397,4785.7847,12.338607,18.798958,316.58356,33.53575,68.9735,38.321053,178.02646,826.9512,272.1459,4.857018,41.40641,214.94963,1423.3794,25.802,124.40875,11.521563,1.4023305,54.736347,1.2211884,1.1150988,3.7452059,11.786553,37.7165,85.15169,29.189583,1127.9069,41.19583,15.135714,22.05,6.2001786,65.223434,3.7114582,2.3140833,5.7306247,59.955723,0.22976786,2.2095463,4.5581913,37.632812,14.907679,2.4625626,8.2018585,367.6052,35.3687,671.4965,18.366446,1200.3774,35.334194,777.5731,464.50916,12.640563,12.169436,846.1332,1221.5306,3450.9417,666.466 +2023-04-16 10:00:00,0.0,3960.0632,37.693016,20.935167,11.468382,40.19078,193.85716,32.23306,68.97116,24.56092,40.186783,274.292,490.83832,20.75995,36.38898,6.8962326,1.4484972,36.146008,16.153383,13.945491,470.7522,3.1206856,328.39456,106.10385,5.229055,43.19626,118.5794,54.82372,383.0417,227.03514,2370.3923,6.1339397,2361.9656,35.62522,6.539262,4.5267506,30.544014,211.70975,270.78818,189.41908,88.43056,25.813585,9.38952,866.2491,86.82516,69.473495,50.76641,325.9744,18.54693,326.56668,12.052855,54.34512,0.0,3309.5007,6941.846,4.9097114,43.061386,41.81827,27455.746,95.350624,3.759685,62.70516,101.62965,47.81071,13.284252,50.444508,584.21326,61.483505,41.291035,4.5141926,9.44869,790.441,3.8282502,390.19388,57.34375,2590.5903,87.115746,144.134,176.28476,269.67093,22.766422,37.68148,199.28687,18.352451,19.70686,17.528492,37.02663,176.49925,12.822909,9.74402,106.86982,20.037373,4412.7666,33.247,42.572918,24.826323,33.35132,325.39352,83.04288,52.87153,14.096013,16.913004,42.844894,114.811584,228.95322,82.67431,279.37637,48.25652,44.84397,120.43362,193.86528,494.57733,141.59373,9.196472,11.306598,11.730833,124.63699,9230.416,9.94784,47.90721,103.84746,29.556814,336.36237,76.43935,236.55695,6.3564506,124.0081,802.67194,708.6031,74.227684,980.25714,95.44583,104.10977,102.18856,51.102886,9.529842,32.322563,815.80676,5.76434,8.98287,195.21358,9.477579,5.603579,50.38601,54.33342,556.1464,131.05121,175.73492,1838.722,116.71275,2063.013,1736.1307,9.972222,8.808681,4795.3853,12.334049,18.822916,316.58643,33.565277,69.030556,38.35088,178.23589,828.03455,272.18582,4.8612103,41.431805,215.36903,1425.9385,25.855732,124.51101,11.531829,1.4019816,54.73826,1.2209108,1.1142253,3.7419486,11.790901,37.747223,85.325905,29.18287,1130.2073,41.226852,15.142857,22.055555,6.200992,65.19965,3.7136571,2.3137963,5.73125,59.951443,0.2291865,2.2087164,4.557574,37.640625,14.907738,2.4603472,8.218291,368.2682,35.429344,672.70483,18.388138,1202.3541,35.372013,777.3719,465.269,12.659858,12.175011,847.466,1223.633,3455.2397,666.254 +2023-04-16 11:00:00,0.0,3961.138,37.717453,20.955435,11.48022,40.202133,193.9001,32.23837,68.980896,24.560493,40.184147,274.5875,491.1926,20.763575,36.42821,6.8871727,1.4468809,36.151237,16.160807,13.934364,470.8449,3.120145,328.4878,106.09152,5.222066,43.10115,118.59286,54.809937,382.62918,226.98427,2371.97,6.1224465,2361.8696,35.55071,6.5281224,4.5182424,30.495472,211.7588,270.80713,189.04999,88.49861,25.833975,9.390309,866.22156,86.60822,69.45856,50.79612,326.21094,18.53636,326.70648,12.054774,54.33217,0.0,3311.4353,6948.402,4.9162354,43.09199,41.8602,27469.176,95.42965,3.763795,62.705677,101.6099,47.833015,13.291572,50.41872,584.5558,61.559982,41.299095,4.516848,9.450747,790.7337,3.8377557,389.9445,57.380627,2589.7744,87.13565,144.0735,176.23982,269.65912,22.744537,37.65705,199.00824,18.336449,19.693506,17.540928,37.029343,176.37865,12.828276,9.748458,106.890755,20.037647,4412.3633,33.262478,42.54271,24.826235,33.361755,325.29953,83.027336,52.87118,14.101964,16.920221,42.828648,114.82802,228.83801,82.676735,279.38846,48.30073,44.84189,120.45271,193.9568,495.69302,141.63695,9.194019,11.318507,11.722202,124.89163,9244.252,9.938917,47.886074,103.71637,29.555271,336.37213,76.35495,236.43407,6.35154,124.08308,802.32886,708.0276,74.20531,979.8151,95.32874,104.06261,102.26433,51.04575,9.518232,32.293938,816.5576,5.7530417,8.967791,195.03276,9.476051,5.6027446,50.32577,54.28971,555.74207,130.95322,175.71715,1838.1608,116.84085,2063.4707,1736.5261,9.978918,8.819965,4804.986,12.329492,18.846874,316.5893,33.594807,69.08761,38.380703,178.4453,829.118,272.2257,4.8654027,41.4572,215.78844,1428.4976,25.909462,124.61326,11.542095,1.4016327,54.740166,1.220633,1.1133516,3.7386916,11.795248,37.777943,85.500114,29.176157,1132.5076,41.25787,15.15,22.061111,6.2018056,65.175865,3.7158563,2.3135092,5.731875,59.947166,0.22860517,2.2078867,4.556956,37.648438,14.907798,2.4581318,8.234724,368.9312,35.489986,673.91315,18.40983,1204.3308,35.40983,777.17065,466.02884,12.6791525,12.180585,848.7988,1225.7354,3459.538,666.04205 +2023-04-16 12:00:00,0.0,3962.2126,37.74189,20.975702,11.492059,40.213486,193.94304,32.243675,68.99063,24.560066,40.18151,274.88303,491.54688,20.767199,36.467445,6.8781133,1.4452647,36.156467,16.168232,13.923238,470.93765,3.1196046,328.58102,106.07919,5.215077,43.006046,118.60632,54.796154,382.21667,226.93338,2373.5474,6.1109533,2361.7734,35.476192,6.5169826,4.5097337,30.44693,211.80786,270.82608,188.6809,88.566666,25.854364,9.391099,866.19403,86.3913,69.44361,50.82583,326.44748,18.52579,326.84628,12.056695,54.319218,0.0,3313.3694,6954.958,4.922759,43.122597,41.902122,27482.605,95.508675,3.767905,62.706192,101.590164,47.855324,13.298891,50.392937,584.89825,61.63646,41.30715,4.5195036,9.452802,791.0264,3.8472614,389.69513,57.4175,2588.9583,87.155556,144.013,176.19489,269.64728,22.722652,37.632618,198.72961,18.320446,19.680151,17.553366,37.03205,176.25804,12.833643,9.752894,106.91169,20.037924,4411.96,33.27795,42.5125,24.826147,33.372192,325.20554,83.011795,52.870834,14.107916,16.927439,42.8124,114.84445,228.72281,82.67917,279.40057,48.344944,44.839806,120.47181,194.04832,496.80872,141.68015,9.191566,11.330417,11.713572,125.14627,9258.089,9.929994,47.864937,103.58528,29.55373,336.38193,76.27055,236.3112,6.3466296,124.15805,801.9858,707.45215,74.18292,979.3731,95.21166,104.015434,102.3401,50.988613,9.506622,32.265312,817.30853,5.7417436,8.952711,194.85196,9.474524,5.6019106,50.265533,54.246,555.3377,130.85521,175.69936,1837.5995,116.96894,2063.9285,1736.9215,9.985614,8.83125,4814.5864,12.324934,18.870834,316.59213,33.624332,69.14467,38.410526,178.65472,830.2014,272.2656,4.869595,41.482594,216.20784,1431.0566,25.963194,124.715515,11.5523615,1.4012836,54.742073,1.2203553,1.1124779,3.7354345,11.799596,37.808666,85.67433,29.169445,1134.808,41.288887,15.157143,22.066668,6.202619,65.152084,3.7180555,2.3132222,5.7325,59.942886,0.22802381,2.2070568,4.5563383,37.65625,14.907857,2.4559166,8.251157,369.59424,35.550632,675.1214,18.431522,1206.3075,35.447647,776.9694,466.7887,12.698447,12.186159,850.13165,1227.8378,3463.8362,665.8301 +2023-04-16 13:00:00,0.0,3963.2874,37.766327,20.995968,11.503897,40.224834,193.986,32.248985,69.00036,24.559637,40.17888,275.17856,491.90118,20.770823,36.506676,6.869054,1.4436483,36.1617,16.175655,13.912112,471.0304,3.1190639,328.67426,106.066864,5.208088,42.91094,118.61978,54.78237,381.80417,226.8825,2375.125,6.0994606,2361.6772,35.40168,6.5058427,4.5012255,30.39839,211.85692,270.84503,188.3118,88.63472,25.874754,9.39189,866.1665,86.17437,69.42867,50.85554,326.68402,18.51522,326.98608,12.058616,54.306267,0.0,3315.304,6961.5137,4.929283,43.153202,41.94405,27496.035,95.58771,3.7720149,62.706707,101.57042,47.87763,13.3062105,50.36715,585.2407,61.712933,41.315212,4.522159,9.454858,791.31915,3.856767,389.44577,57.454376,2588.1423,87.17546,143.95248,176.14995,269.63547,22.700768,37.60819,198.45099,18.304441,19.666798,17.565804,37.034763,176.13744,12.839009,9.757332,106.932625,20.038198,4411.5566,33.293423,42.482292,24.82606,33.38263,325.11157,82.996254,52.870487,14.113867,16.934656,42.796158,114.860886,228.6076,82.6816,279.41266,48.389156,44.837723,120.4909,194.13986,497.9244,141.72336,9.189114,11.342326,11.704941,125.40091,9271.925,9.921071,47.8438,103.45419,29.552187,336.3917,76.18616,236.18832,6.341719,124.23303,801.64276,706.87665,74.160545,978.9311,95.09458,103.96827,102.41588,50.931473,9.495013,32.236687,818.0594,5.7304454,8.937632,194.67114,9.472996,5.601076,50.205296,54.20229,554.93335,130.7572,175.68158,1837.0382,117.09704,2064.3862,1737.3169,9.99231,8.842535,4824.1875,12.320376,18.894793,316.595,33.653862,69.20172,38.440353,178.86415,831.28485,272.30548,4.8737874,41.507988,216.62724,1433.6157,26.016924,124.81777,11.562628,1.4009347,54.743984,1.2200775,1.1116042,3.7321775,11.803943,37.83939,85.84855,29.162731,1137.1084,41.31991,15.164286,22.072222,6.2034326,65.128296,3.7202544,2.312935,5.7331247,59.938606,0.22744246,2.2062268,4.5557203,37.664062,14.907916,2.4537013,8.26759,370.25723,35.61128,676.3297,18.453215,1208.2842,35.485466,776.7682,467.54855,12.717742,12.191733,851.4645,1229.9401,3468.1345,665.6181 +2023-04-16 14:00:00,0.0,3964.362,37.790764,21.016235,11.515735,40.236187,194.02893,32.25429,69.01009,24.55921,40.176243,275.4741,492.25546,20.774446,36.545906,6.859994,1.4420321,36.16693,16.183079,13.900986,471.12314,3.1185234,328.7675,106.054535,5.2010994,42.815834,118.63324,54.76859,381.3917,226.83162,2376.7026,6.0879674,2361.581,35.327168,6.4947033,4.4927173,30.349846,211.90598,270.86398,187.9427,88.702774,25.895144,9.392679,866.13904,85.95744,69.41373,50.88525,326.92056,18.50465,327.1259,12.060535,54.293316,0.0,3317.2383,6968.07,4.9358068,43.183807,41.985977,27509.465,95.66673,3.776125,62.707222,101.550674,47.899937,13.31353,50.341362,585.58325,61.78941,41.32327,4.5248146,9.456914,791.6118,3.8662727,389.1964,57.49125,2587.3264,87.19537,143.89197,176.10501,269.62366,22.678883,37.58376,198.17235,18.288439,19.653444,17.578241,37.037476,176.01682,12.844377,9.761768,106.95356,20.038475,4411.1533,33.3089,42.452084,24.825972,33.39307,325.01758,82.98071,52.87014,14.119819,16.941874,42.77991,114.87732,228.4924,82.68403,279.42474,48.43337,44.83564,120.509995,194.23138,499.0401,141.76656,9.186662,11.354237,11.69631,125.65555,9285.761,9.912148,47.822666,103.323105,29.550644,336.4015,76.10175,236.06544,6.3368087,124.30801,801.2997,706.3012,74.13816,978.4891,94.97749,103.9211,102.491646,50.874336,9.483403,32.20806,818.8103,5.7191477,8.922552,194.49033,9.471468,5.6002417,50.145058,54.158577,554.529,130.6592,175.66379,1836.477,117.22513,2064.844,1737.7123,9.999005,8.85382,4833.788,12.315819,18.91875,316.59787,33.683388,69.25878,38.470177,179.07356,832.3683,272.34537,4.87798,41.533382,217.04665,1436.1748,26.070656,124.92002,11.572894,1.4005858,54.74589,1.2197998,1.1107306,3.7289202,11.8082905,37.87011,86.022766,29.15602,1139.4087,41.350925,15.171429,22.077778,6.204246,65.104515,3.7224536,2.312648,5.73375,59.93433,0.22686112,2.2053971,4.555103,37.671875,14.907976,2.451486,8.284021,370.92026,35.67192,677.53796,18.474907,1210.261,35.523285,776.56696,468.3084,12.737037,12.197309,852.7973,1232.0425,3472.4329,665.4061 +2023-04-16 15:00:00,0.0,3965.4368,37.8152,21.036503,11.527574,40.247536,194.07187,32.2596,69.01983,24.55878,40.173607,275.76962,492.60974,20.77807,36.585136,6.8509345,1.4404159,36.17216,16.190502,13.889859,471.21588,3.1179829,328.86072,106.042206,5.1941104,42.72073,118.646706,54.754807,380.9792,226.78075,2378.2803,6.076474,2361.485,35.252655,6.4835634,4.484209,30.301306,211.95503,270.88293,187.57361,88.770836,25.915535,9.393469,866.1115,85.74052,69.39878,50.914963,327.1571,18.49408,327.2657,12.062456,54.28037,0.0,3319.1729,6974.6255,4.942331,43.214417,42.027905,27522.895,95.74576,3.780235,62.707737,101.53093,47.922245,13.320849,50.315575,585.9257,61.865887,41.33133,4.52747,9.45897,791.90454,3.8757782,388.94705,57.528126,2586.5105,87.21528,143.83147,176.06009,269.61185,22.656998,37.559326,197.89372,18.272434,19.64009,17.59068,37.040188,175.89621,12.849743,9.766206,106.974495,20.03875,4410.75,33.32437,42.421875,24.825884,33.403507,324.9236,82.96517,52.869793,14.12577,16.949091,42.763664,114.89375,228.3772,82.68646,279.43683,48.47758,44.833557,120.52909,194.3229,500.15576,141.80977,9.184209,11.366146,11.687678,125.91019,9299.598,9.903225,47.80153,103.19202,29.5491,336.41125,76.01736,235.94258,6.331898,124.38298,800.9566,705.72577,74.11578,978.047,94.86041,103.87393,102.56742,50.8172,9.471793,32.179436,819.56116,5.7078495,8.907473,194.30952,9.46994,5.599407,50.08482,54.114864,554.12463,130.5612,175.64601,1835.9158,117.35322,2065.3018,1738.1077,10.005701,8.865105,4843.3887,12.311261,18.942709,316.60074,33.712917,69.315834,38.5,179.28299,833.45166,272.38525,4.8821726,41.55878,217.46605,1438.7339,26.124386,125.02228,11.583159,1.4002368,54.747803,1.219522,1.109857,3.7256632,11.812638,37.900833,86.19698,29.149305,1141.7091,41.381943,15.178571,22.083334,6.2050595,65.08073,3.7246525,2.312361,5.734375,59.93005,0.22627977,2.2045672,4.5544853,37.679688,14.908035,2.4492707,8.300454,371.58328,35.732567,678.7463,18.496601,1212.2377,35.561104,776.3657,469.06827,12.756331,12.202883,854.1301,1234.1448,3476.731,665.19415 +2023-04-16 16:00:00,0.0,3966.5115,37.839638,21.05677,11.539412,40.25889,194.1148,32.26491,69.02956,24.558353,40.17097,276.06512,492.96402,20.781694,36.62437,6.841875,1.4387995,36.17739,16.197926,13.878733,471.30862,3.1174421,328.95395,106.02988,5.1871214,42.62562,118.660164,54.741024,380.56668,226.72986,2379.858,6.064981,2361.389,35.17814,6.4724236,4.475701,30.252764,212.00409,270.9019,187.20451,88.83889,25.935925,9.3942585,866.084,85.52359,69.38384,50.94467,327.39365,18.48351,327.4055,12.064377,54.267418,0.0,3321.1072,6981.1816,4.9488544,43.24502,42.06983,27536.324,95.82479,3.784345,62.708256,101.511185,47.94455,13.328169,50.289787,586.2682,61.94236,41.339386,4.5301256,9.461026,792.19727,3.8852837,388.6977,57.565,2585.6943,87.23518,143.77097,176.01515,269.60004,22.635115,37.534897,197.6151,18.256432,19.626738,17.603115,37.0429,175.7756,12.85511,9.770642,106.99543,20.039026,4410.3467,33.339844,42.391666,24.825796,33.413944,324.82962,82.94963,52.869446,14.1317215,16.956306,42.747417,114.91019,228.262,82.68889,279.4489,48.521793,44.831474,120.54818,194.41444,501.27145,141.85298,9.181756,11.378056,11.679048,126.164825,9313.434,9.894302,47.78039,103.06093,29.54756,336.42102,75.93296,235.8197,6.3269877,124.45796,800.6136,705.15027,74.0934,977.605,94.74333,103.82676,102.64319,50.760063,9.460184,32.15081,820.3121,5.6965513,8.892392,194.12871,9.468412,5.5985727,50.024582,54.071156,553.72034,130.4632,175.62823,1835.3544,117.481316,2065.7595,1738.503,10.012398,8.8763895,4852.9893,12.306704,18.966667,316.60358,33.742443,69.37289,38.529827,179.49242,834.5351,272.42517,4.886365,41.584175,217.88545,1441.2928,26.178118,125.124535,11.593426,1.3998879,54.74971,1.2192442,1.1089833,3.7224061,11.816985,37.931557,86.37119,29.142593,1144.0095,41.412964,15.185714,22.088888,6.205873,65.056946,3.7268517,2.312074,5.735,59.92577,0.22569841,2.2037373,4.5538673,37.6875,14.908095,2.4470556,8.316887,372.2463,35.793213,679.9545,18.518293,1214.2144,35.598923,776.1645,469.82812,12.775626,12.208457,855.46295,1236.2471,3481.0293,664.9822 +2023-04-16 17:00:00,0.0,3967.5862,37.864075,21.077036,11.5512495,40.27024,194.15775,32.270218,69.03929,24.557924,40.16834,276.36066,493.3183,20.785318,36.6636,6.832815,1.4371833,36.18262,16.20535,13.867607,471.40137,3.1169016,329.04718,106.01755,5.1801324,42.530518,118.67363,54.727245,380.15417,226.67899,2381.4355,6.0534883,2361.2927,35.103626,6.461284,4.4671926,30.204222,212.05315,270.92084,186.83542,88.906944,25.956314,9.395048,866.05646,85.30666,69.3689,50.974384,327.6302,18.472939,327.5453,12.066297,54.254467,0.0,3323.0415,6987.7373,4.9553785,43.275627,42.111755,27549.754,95.90382,3.788455,62.70877,101.49144,47.966858,13.335488,50.264,586.6107,62.018837,41.347446,4.532781,9.463082,792.4899,3.8947895,388.44833,57.601875,2584.8784,87.2551,143.71045,175.97021,269.5882,22.61323,37.510468,197.33647,18.240429,19.613384,17.615553,37.045612,175.65498,12.8604765,9.77508,107.016365,20.0393,4409.9434,33.35532,42.361458,24.825708,33.42438,324.73566,82.9341,52.8691,14.137672,16.963524,42.73117,114.92662,228.14679,82.69132,279.461,48.566006,44.82939,120.567276,194.50597,502.38715,141.89618,9.179303,11.389965,11.670417,126.41947,9327.27,9.88538,47.759254,102.92984,29.546017,336.43082,75.848564,235.69682,6.3220773,124.532936,800.2705,704.5748,74.07102,977.16296,94.62624,103.779594,102.71896,50.702927,9.448574,32.122185,821.0629,5.685253,8.877313,193.9479,9.466885,5.5977383,49.964344,54.027443,553.316,130.36519,175.61044,1834.7932,117.609406,2066.2173,1738.8984,10.0190935,8.887674,4862.59,12.302146,18.990625,316.60645,33.771973,69.42995,38.55965,179.70183,835.6185,272.46506,4.8905573,41.60957,218.30486,1443.8519,26.23185,125.22678,11.603692,1.3995389,54.75162,1.2189665,1.1081097,3.719149,11.821333,37.962276,86.54541,29.13588,1146.3099,41.44398,15.192857,22.094444,6.2066865,65.03316,3.7290506,2.311787,5.735625,59.921494,0.22511707,2.2029076,4.55325,37.695312,14.9081545,2.4448402,8.33332,372.9093,35.853855,681.16284,18.539986,1216.191,35.63674,775.96326,470.58798,12.794921,12.214031,856.7958,1238.3495,3485.3274,664.77026 +2023-04-16 18:00:00,0.0,3968.661,37.88851,21.097303,11.563087,40.28159,194.2007,32.275528,69.04903,24.557497,40.165703,276.6562,493.67258,20.788942,36.70283,6.8237557,1.435567,36.18785,16.212774,13.856481,471.49408,3.1163611,329.1404,106.00522,5.1731434,42.43541,118.68709,54.713463,379.74167,226.6281,2383.0132,6.041995,2361.1968,35.029114,6.4501443,4.458684,30.15568,212.10222,270.9398,186.46632,88.975,25.976704,9.395838,866.02893,85.08974,69.35396,51.004093,327.86673,18.46237,327.6851,12.068217,54.241516,0.0,3324.976,6994.2935,4.961902,43.306232,42.153683,27563.184,95.98284,3.792565,62.709286,101.471695,47.989162,13.342808,50.238213,586.9532,62.095314,41.355503,4.535436,9.465138,792.78265,3.904295,388.19894,57.638752,2584.0625,87.275,143.64993,175.92528,269.5764,22.591345,37.486034,197.05783,18.224424,19.600029,17.62799,37.048325,175.53438,12.865844,9.779516,107.0373,20.039577,4409.54,33.370792,42.33125,24.82562,33.434822,324.64166,82.91856,52.86875,14.143624,16.970741,42.714928,114.943054,228.03159,82.69375,279.4731,48.610218,44.82731,120.58637,194.5975,503.50284,141.93939,9.17685,11.4018755,11.661786,126.67411,9341.106,9.876456,47.73812,102.79875,29.544474,336.44058,75.76417,235.57394,6.317167,124.60792,799.9274,703.9993,74.048645,976.72095,94.50916,103.73242,102.79474,50.645786,9.436964,32.09356,821.81384,5.673955,8.862233,193.76709,9.465357,5.596904,49.904106,53.98373,552.9116,130.26718,175.59267,1834.2319,117.7375,2066.675,1739.2938,10.025789,8.898959,4872.1904,12.297588,19.014584,316.6093,33.801502,69.487,38.589474,179.91125,836.70197,272.50494,4.89475,41.634964,218.72426,1446.411,26.28558,125.32904,11.613958,1.39919,54.75353,1.2186887,1.107236,3.7158918,11.82568,37.993,86.71963,29.129168,1148.6102,41.475,15.2,22.1,6.2075,65.00938,3.7312498,2.3114998,5.73625,59.917213,0.22453572,2.2020776,4.5526323,37.703125,14.908215,2.442625,8.349752,373.57233,35.9145,682.3711,18.561678,1218.1677,35.674557,775.762,471.34784,12.814216,12.219605,858.1286,1240.4518,3489.6257,664.5583 +2023-04-16 19:00:00,0.0,3969.7356,37.91295,21.11757,11.574926,40.292942,194.24364,32.280834,69.058754,24.55707,40.163067,276.95172,494.02686,20.792566,36.742065,6.8146963,1.4339507,36.19308,16.220198,13.845354,471.58682,3.1158204,329.23364,105.99289,5.1661544,42.340305,118.70055,54.69968,379.3292,226.57722,2384.5908,6.030502,2361.1006,34.954597,6.4390044,4.450176,30.10714,212.15128,270.95874,186.09723,89.04305,25.997093,9.396627,866.0014,84.87281,69.33901,51.033806,328.10327,18.4518,327.8249,12.070138,54.228565,0.0,3326.9106,7000.849,4.9684258,43.33684,42.19561,27576.613,96.061874,3.796675,62.7098,101.45195,48.01147,13.350127,50.212425,587.29565,62.171787,41.363564,4.5380917,9.467195,793.0754,3.9138007,387.9496,57.675625,2583.2466,87.29491,143.58943,175.88034,269.56458,22.56946,37.461605,196.7792,18.208422,19.586676,17.640429,37.051033,175.41377,12.871211,9.783954,107.058235,20.039852,4409.1367,33.386265,42.30104,24.825533,33.44526,324.54767,82.903015,52.868404,14.149575,16.977959,42.69868,114.95949,227.91637,82.69618,279.4852,48.65443,44.825226,120.60547,194.68903,504.61853,141.9826,9.174397,11.413785,11.653155,126.92875,9354.942,9.867534,47.716984,102.66766,29.54293,336.45038,75.67976,235.45108,6.3122563,124.68289,799.5844,703.4239,74.02626,976.27893,94.39208,103.68525,102.87051,50.58865,9.425354,32.064934,822.56476,5.662657,8.847154,193.58629,9.463829,5.59607,49.84387,53.94002,552.50726,130.16919,175.57487,1833.6707,117.86559,2067.1328,1739.6892,10.032485,8.910243,4881.7915,12.293031,19.038542,316.61218,33.831028,69.54406,38.6193,180.12068,837.7854,272.54483,4.8989425,41.66036,219.14366,1448.9701,26.339312,125.4313,11.624225,1.398841,54.75544,1.218411,1.1063623,3.7126348,11.830028,38.023724,86.893845,29.122454,1150.9106,41.50602,15.207143,22.105556,6.2083135,64.98559,3.733449,2.311213,5.736875,59.912933,0.22395436,2.2012477,4.5520144,37.710938,14.908274,2.4404097,8.366185,374.23535,35.975147,683.5794,18.58337,1220.1444,35.712376,775.5608,472.1077,12.83351,12.225181,859.46136,1242.5542,3493.9238,664.3463 +2023-04-16 20:00:00,0.0,3970.8103,37.937386,21.137836,11.586764,40.30429,194.28658,32.286144,69.06849,24.55664,40.16043,277.24725,494.38113,20.79619,36.781296,6.8056364,1.4323344,36.198315,16.227621,13.834228,471.67957,3.11528,329.32684,105.98056,5.1591654,42.245197,118.71401,54.685898,378.9167,226.52635,2386.1685,6.0190086,2361.0044,34.880085,6.427865,4.4416676,30.058598,212.20033,270.97772,185.72813,89.111115,26.017483,9.397418,865.9739,84.65588,69.32407,51.063515,328.3398,18.441229,327.9647,12.072058,54.215614,0.0,3328.8447,7007.4053,4.97495,43.367447,42.237537,27590.043,96.1409,3.800785,62.71032,101.43221,48.033775,13.357447,50.186638,587.6382,62.248264,41.37162,4.540747,9.46925,793.3681,3.9233062,387.70023,57.7125,2582.4307,87.31482,143.52892,175.8354,269.55276,22.547575,37.437176,196.50058,18.192417,19.573322,17.652864,37.053745,175.29315,12.876577,9.788391,107.07917,20.040129,4408.7334,33.40174,42.270832,24.825445,33.455696,324.4537,82.887474,52.868057,14.155527,16.985176,42.682434,114.97592,227.80116,82.698616,279.49728,48.698643,44.823143,120.62456,194.78055,505.73422,142.0258,9.171945,11.425694,11.644524,127.18339,9368.778,9.858611,47.695847,102.536575,29.541388,336.46014,75.59537,235.3282,6.3073454,124.757866,799.24133,702.84845,74.00388,975.8369,94.274994,103.638084,102.94628,50.531513,9.413745,32.03631,823.3156,5.6513586,8.832074,193.40547,9.462301,5.5952353,49.78363,53.89631,552.1029,130.07118,175.5571,1833.1095,117.99369,2067.5906,1740.0847,10.039181,8.921528,4891.392,12.288473,19.0625,316.61505,33.860558,69.60111,38.649124,180.3301,838.8688,272.58472,4.903135,41.685753,219.56305,1451.5292,26.393042,125.53355,11.634491,1.3984921,54.757347,1.2181332,1.1054888,3.7093778,11.834375,38.054443,87.068054,29.115742,1153.211,41.537037,15.214286,22.11111,6.209127,64.96181,3.735648,2.310926,5.7374997,59.908657,0.22337303,2.200418,4.551397,37.71875,14.908333,2.4381945,8.382618,374.89835,36.03579,684.78766,18.605062,1222.1211,35.750195,775.35956,472.86755,12.852805,12.230755,860.7942,1244.6565,3498.2222,664.13434 +2023-04-16 21:00:00,0.0,3971.8853,37.961823,21.158104,11.598602,40.315643,194.32951,32.29145,69.078224,24.556213,40.1578,277.54276,494.7354,20.799814,36.820526,6.796577,1.4307182,36.203545,16.235044,13.823102,471.7723,3.1147394,329.42007,105.96823,5.1521764,42.150093,118.72747,54.672115,378.50418,226.47546,2387.746,6.0075154,2360.9082,34.805573,6.416725,4.4331594,30.010056,212.24939,270.99667,185.35904,89.17917,26.037872,9.398208,865.9464,84.43896,69.30913,51.093227,328.57635,18.430658,328.1045,12.073978,54.202663,0.0,3330.7793,7013.961,4.9814734,43.398052,42.279465,27603.473,96.219925,3.8048952,62.710835,101.41247,48.056084,13.364766,50.16085,587.98065,62.32474,41.37968,4.5434027,9.471306,793.66077,3.9328117,387.45087,57.749374,2581.6145,87.334724,143.46841,175.79047,269.54095,22.52569,37.412743,196.22195,18.176414,19.559969,17.665302,37.056458,175.17255,12.881945,9.792828,107.100105,20.040403,4408.33,33.417213,42.240623,24.825357,33.466137,324.3597,82.87193,52.86771,14.161478,16.992393,42.666187,114.992355,227.68596,82.70104,279.50937,48.742855,44.82106,120.643654,194.87209,506.8499,142.06902,9.169492,11.437604,11.635893,127.43803,9382.615,9.849688,47.67471,102.40549,29.539846,336.46994,75.51097,235.20532,6.302435,124.83285,798.89825,702.27295,73.9815,975.3949,94.15791,103.59091,103.02206,50.474377,9.402135,32.007683,824.0665,5.640061,8.816995,193.22466,9.460773,5.594401,49.723392,53.852596,551.69855,129.97318,175.5393,1832.5482,118.12178,2068.0483,1740.4801,10.045877,8.932813,4900.9927,12.2839155,19.086458,316.6179,33.890083,69.658165,38.678947,180.53952,839.9522,272.6246,4.907327,41.711147,219.98245,1454.0883,26.446774,125.6358,11.644757,1.398143,54.75926,1.2178555,1.1046151,3.7061207,11.838722,38.085167,87.24227,29.109028,1155.5114,41.568054,15.221428,22.116667,6.2099404,64.93802,3.737847,2.310639,5.738125,59.904377,0.22279167,2.199588,4.5507793,37.726562,14.908393,2.4359791,8.399051,375.56137,36.096436,685.996,18.626757,1224.0979,35.788013,775.1583,473.6274,12.8721,12.236329,862.127,1246.7589,3502.5203,663.92236 +2023-04-16 22:00:00,0.0,3972.96,37.98626,21.178371,11.610441,40.326996,194.37247,32.29676,69.08795,24.555784,40.155163,277.8383,495.0897,20.803438,36.85976,6.787517,1.4291018,36.208775,16.24247,13.8119755,471.86505,3.1141987,329.5133,105.9559,5.145188,42.054985,118.74093,54.658333,378.09167,226.42459,2389.3237,5.9960227,2360.8123,34.73106,6.4055853,4.424651,29.961515,212.29845,271.01562,184.98994,89.24722,26.058262,9.398997,865.9189,84.22203,69.29419,51.122936,328.8129,18.420088,328.2443,12.075899,54.189713,0.0,3332.7139,7020.517,4.9879975,43.428658,42.32139,27616.902,96.29896,3.809005,62.71135,101.39272,48.078392,13.372086,50.135063,588.3231,62.401215,41.387737,4.546058,9.473362,793.9535,3.9423175,387.2015,57.78625,2580.7986,87.35463,143.40791,175.74553,269.52914,22.503805,37.388313,195.94331,18.16041,19.546616,17.67774,37.059166,175.05194,12.887311,9.797265,107.12104,20.04068,4407.927,33.432686,42.210415,24.82527,33.476574,324.26575,82.85639,52.867363,14.16743,16.99961,42.649944,115.00879,227.57076,82.703476,279.52145,48.787067,44.818977,120.66275,194.96361,507.96558,142.11223,9.167039,11.449514,11.627262,127.692665,9396.451,9.840765,47.653576,102.2744,29.538303,336.4797,75.426575,235.08244,6.2975245,124.90782,798.55524,701.6975,73.95912,974.9529,94.04083,103.54375,103.097824,50.41724,9.390525,31.979057,824.8174,5.6287627,8.801915,193.04385,9.459246,5.5935664,49.663155,53.808887,551.2942,129.87517,175.52153,1831.9868,118.24988,2068.506,1740.8755,10.052573,8.9440975,4910.5933,12.279358,19.110416,316.62076,33.919613,69.715225,38.708775,180.74893,841.03564,272.66452,4.9115195,41.73654,220.40186,1456.6472,26.500504,125.73806,11.655024,1.3977941,54.761166,1.2175777,1.1037414,3.7028635,11.84307,38.115887,87.41649,29.102314,1157.8118,41.59907,15.228571,22.122223,6.210754,64.91424,3.740046,2.3103518,5.73875,59.900097,0.22221032,2.1987581,4.5501614,37.734375,14.908452,2.4337637,8.415483,376.2244,36.15708,687.2043,18.648449,1226.0746,35.825832,774.9571,474.38727,12.891395,12.241903,863.45984,1248.8612,3506.8186,663.7104 +2023-04-16 23:00:00,0.0,3974.0347,38.010696,21.198637,11.622279,40.338345,194.4154,32.30207,69.09769,24.555357,40.152527,278.13382,495.44397,20.807062,36.89899,6.7784576,1.4274856,36.214005,16.249893,13.800849,471.9578,3.1136582,329.60654,105.94357,5.138199,41.95988,118.754395,54.64455,377.67917,226.3737,2390.9014,5.9845295,2360.716,34.656544,6.394446,4.416143,29.912971,212.3475,271.03458,184.62085,89.31528,26.078651,9.399787,865.89136,84.005104,69.27924,51.152645,329.04944,18.409517,328.3841,12.077819,54.17676,0.0,3334.6482,7027.073,4.994521,43.459263,42.363316,27630.332,96.37798,3.8131151,62.711864,101.37297,48.100697,13.379405,50.109276,588.66565,62.47769,41.395798,4.5487137,9.475418,794.2462,3.951823,386.95215,57.823124,2579.9827,87.374535,143.3474,175.70059,269.5173,22.481922,37.36388,195.66469,18.144407,19.533262,17.690178,37.06188,174.93134,12.892678,9.801702,107.141975,20.040955,4407.5234,33.448162,42.18021,24.825182,33.48701,324.17175,82.84086,52.867012,14.173381,17.006826,42.633698,115.02522,227.45555,82.7059,279.53354,48.83128,44.816895,120.68184,195.05513,509.08127,142.15543,9.164586,11.461424,11.618631,127.9473,9410.287,9.831842,47.63244,102.14331,29.53676,336.48947,75.34217,234.95958,6.292614,124.982796,798.21216,701.122,73.93674,974.51086,93.923744,103.496574,103.1736,50.3601,9.378916,31.950432,825.5683,5.6174645,8.786835,192.86304,9.457718,5.592732,49.602917,53.765175,550.88983,129.77718,175.50375,1831.4257,118.37797,2068.9639,1741.2709,10.059269,8.955382,4920.194,12.2748,19.134375,316.62363,33.94914,69.77228,38.738598,180.95836,842.1191,272.7044,4.9157124,41.761936,220.82126,1459.2063,26.554235,125.84031,11.66529,1.3974452,54.763077,1.2172999,1.1028678,3.6996064,11.847417,38.14661,87.590706,29.095602,1160.1122,41.630093,15.235714,22.127777,6.2115674,64.89045,3.7422452,2.3100648,5.739375,59.89582,0.22162898,2.1979284,4.549544,37.742188,14.908512,2.4315486,8.431916,376.88742,36.217724,688.41254,18.670141,1228.0513,35.86365,774.75586,475.14713,12.910689,12.247478,864.79266,1250.9635,3511.1167,663.4984 +2023-04-17 00:00:00,0.0,3975.1094,38.035133,21.218904,11.634117,40.349697,194.45834,32.307377,69.107414,24.55493,40.149895,278.42935,495.79825,20.810686,36.93822,6.769398,1.4258693,36.219234,16.257317,13.789723,472.05054,3.1131175,329.69977,105.931244,5.13121,41.864773,118.76785,54.630768,377.2667,226.32283,2392.479,5.9730363,2360.6199,34.58203,6.383306,4.4076347,29.864431,212.39656,271.05353,184.25175,89.38333,26.099043,9.400577,865.86383,83.78818,69.264305,51.182358,329.28598,18.398949,328.5239,12.07974,54.16381,0.0,3336.5825,7033.629,5.001045,43.489872,42.405243,27643.762,96.45701,3.8172252,62.712383,101.353226,48.123005,13.386724,50.083492,589.0081,62.554165,41.403854,4.551369,9.477474,794.53894,3.9613287,386.7028,57.86,2579.1667,87.39445,143.28688,175.65565,269.5055,22.460037,37.33945,195.38606,18.128405,19.519907,17.702616,37.06459,174.81071,12.898045,9.806139,107.16291,20.041231,4407.12,33.463634,42.15,24.825094,33.497448,324.07776,82.82532,52.866665,14.179333,17.014044,42.61745,115.04166,227.34035,82.708336,279.54565,48.875492,44.81481,120.700935,195.14667,510.19696,142.19864,9.162133,11.473333,11.61,128.20195,9424.124,9.822919,47.6113,102.01222,29.535217,336.49927,75.257774,234.8367,6.2877035,125.05778,797.8691,700.5466,73.91436,974.06885,93.80666,103.44941,103.249374,50.302963,9.367306,31.921806,826.31915,5.6061664,8.771755,192.68224,9.45619,5.5918975,49.54268,53.721462,550.4855,129.67917,175.48596,1830.8644,118.506065,2069.4216,1741.6663,10.065965,8.966667,4929.795,12.270243,19.158333,316.6265,33.97867,69.82933,38.76842,181.16779,843.2025,272.7443,4.9199047,41.787334,221.24066,1461.7654,26.607965,125.942566,11.675555,1.3970963,54.764984,1.2170222,1.1019942,3.6963494,11.851765,38.177334,87.76492,29.088888,1162.4125,41.66111,15.242857,22.133333,6.212381,64.86667,3.7444444,2.3097777,5.74,59.89154,0.22104762,2.1970985,4.5489264,37.75,14.908571,2.4293332,8.448349,377.5504,36.27837,689.62085,18.691833,1230.028,35.90147,774.5546,475.90698,12.929984,12.253053,866.1255,1253.0659,3515.415,663.28644 +2023-04-17 01:00:00,0.0,3976.184,38.05957,21.239172,11.645955,40.361046,194.50128,32.312687,69.11715,24.5545,40.14726,278.72488,496.15253,20.81431,36.97745,6.7603383,1.424253,36.224464,16.26474,13.778597,472.14328,3.112577,329.793,105.918915,5.124221,41.76967,118.78131,54.616985,376.8542,226.27194,2394.0566,5.961543,2360.5237,34.50752,6.372166,4.399126,29.81589,212.44562,271.07248,183.88266,89.451385,26.119432,9.401366,865.8363,83.57125,69.24936,51.212067,329.52252,18.388378,328.6637,12.08166,54.150864,0.0,3338.517,7040.185,5.007569,43.520477,42.44717,27657.191,96.53604,3.821335,62.7129,101.33348,48.14531,13.394044,50.057705,589.3506,62.630642,41.411915,4.5540247,9.47953,794.8316,3.9708343,386.4534,57.896873,2578.3506,87.41435,143.22638,175.61072,269.49368,22.438152,37.31502,195.10744,18.1124,19.506554,17.715052,37.0673,174.69011,12.903412,9.8105755,107.183846,20.041506,4406.717,33.479107,42.119793,24.825006,33.50789,323.9838,82.80978,52.866318,14.185284,17.021261,42.601204,115.05809,227.22514,82.71076,279.55774,48.919704,44.81273,120.72003,195.23819,511.31265,142.24185,9.15968,11.485243,11.601369,128.45659,9437.96,9.813996,47.590168,101.881134,29.533674,336.50903,75.17338,234.71382,6.282793,125.13275,797.52606,699.9711,73.891975,973.62683,93.68958,103.40224,103.32514,50.245827,9.355696,31.89318,827.07007,5.594868,8.756676,192.50142,9.454662,5.591063,49.48244,53.677753,550.0811,129.58116,175.46819,1830.3031,118.634155,2069.8794,1742.0616,10.07266,8.977952,4939.3955,12.265685,19.182291,316.62933,34.008194,69.88639,38.798244,181.3772,844.28595,272.78418,4.924097,41.81273,221.66006,1464.3245,26.661697,126.04482,11.685822,1.3967474,54.76689,1.2167444,1.1011205,3.6930923,11.8561125,38.208054,87.93913,29.082176,1164.7129,41.692127,15.25,22.13889,6.2131944,64.84288,3.7466433,2.3094907,5.740625,59.88726,0.22046627,2.1962686,4.5483084,37.757812,14.90863,2.427118,8.464782,378.21344,36.339016,690.8291,18.713526,1232.0046,35.939285,774.3534,476.66684,12.949279,12.258627,867.4583,1255.1682,3519.7131,663.07446 +2023-04-17 02:00:00,0.0,3977.2588,38.084007,21.259438,11.657794,40.3724,194.54422,32.317993,69.126884,24.554073,40.144623,279.0204,496.5068,20.817934,37.016685,6.751279,1.4226367,36.2297,16.272163,13.76747,472.236,3.1120365,329.88623,105.906586,5.117232,41.674564,118.79478,54.603207,376.44168,226.22107,2395.6343,5.9500504,2360.4277,34.433002,6.361027,4.390618,29.767347,212.49467,271.09143,183.51357,89.51945,26.139822,9.402157,865.8088,83.354324,69.23442,51.24178,329.75906,18.377808,328.8035,12.08358,54.137913,0.0,3340.4514,7046.7407,5.014093,43.551083,42.489098,27670.621,96.61507,3.8254452,62.713413,101.31374,48.167618,13.401363,50.031918,589.6931,62.70712,41.41997,4.55668,9.481586,795.1243,3.9803398,386.20404,57.93375,2577.5347,87.43426,143.16588,175.56578,269.48187,22.416267,37.29059,194.8288,18.096397,19.4932,17.72749,37.07001,174.5695,12.908778,9.815013,107.20478,20.041782,4406.3135,33.494583,42.089584,24.824919,33.518326,323.8898,82.794235,52.86597,14.191236,17.028479,42.58496,115.074524,227.10994,82.713196,279.56982,48.963917,44.810646,120.73913,195.32971,512.42834,142.28505,9.1572275,11.497153,11.592738,128.71123,9451.796,9.805074,47.56903,101.750046,29.532133,336.51883,75.08898,234.59096,6.2778826,125.20773,797.183,699.3956,73.8696,973.1848,93.572495,103.35507,103.40092,50.18869,9.344087,31.864555,827.8209,5.58357,8.741596,192.32062,9.453135,5.5902286,49.422203,53.63404,549.6768,129.48315,175.4504,1829.7418,118.76225,2070.3372,1742.457,10.079356,8.989237,4948.996,12.261127,19.206251,316.6322,34.037724,69.94344,38.82807,181.58662,845.3693,272.82407,4.9282894,41.838123,222.07947,1466.8835,26.71543,126.14707,11.696088,1.3963983,54.768803,1.2164667,1.1002468,3.689835,11.860459,38.238777,88.11335,29.075462,1167.0133,41.72315,15.257143,22.144444,6.214008,64.8191,3.7488425,2.3092036,5.74125,59.882984,0.21988492,2.1954389,4.547691,37.765625,14.90869,2.4249027,8.481215,378.87646,36.39966,692.0374,18.735218,1233.9813,35.977104,774.15216,477.4267,12.968574,12.264201,868.79114,1257.2706,3524.0115,662.8625 +2023-04-17 03:00:00,0.0,3978.3335,38.108444,21.279705,11.669632,40.38375,194.58717,32.323303,69.13661,24.553644,40.141987,279.31592,496.86108,20.821558,37.055916,6.7422194,1.4210205,36.23493,16.279589,13.756344,472.32874,3.1114957,329.97946,105.89426,5.110243,41.579456,118.808235,54.589424,376.02917,226.17018,2397.212,5.938557,2360.3315,34.35849,6.349887,4.3821096,29.718807,212.54373,271.11038,183.14447,89.5875,26.160212,9.402946,865.7813,83.1374,69.219475,51.27149,329.9956,18.367237,328.9433,12.085501,54.12496,0.0,3342.386,7053.297,5.0206165,43.581688,42.53102,27684.05,96.69409,3.8295553,62.71393,101.294,48.189926,13.408683,50.00613,590.0356,62.783592,41.428032,4.5593357,9.483643,795.41705,3.9898455,385.95468,57.970627,2576.7188,87.45417,143.10536,175.52084,269.47006,22.394382,37.26616,194.55017,18.080393,19.479847,17.739927,37.072723,174.44888,12.914145,9.819449,107.225716,20.042057,4405.91,33.510056,42.059376,24.824831,33.528763,323.79584,82.778694,52.865623,14.197186,17.035696,42.568714,115.09096,226.99474,82.71563,279.5819,49.00813,44.808563,120.75822,195.42125,513.544,142.32826,9.154776,11.509063,11.584107,128.96587,9465.633,9.79615,47.547894,101.61896,29.53059,336.5286,75.00458,234.46808,6.272972,125.28271,796.8399,698.8202,73.84721,972.7428,93.455414,103.3079,103.47669,50.13155,9.332477,31.83593,828.57184,5.572272,8.726517,192.1398,9.451607,5.5893946,49.361965,53.59033,549.27246,129.38516,175.43262,1829.1807,118.89034,2070.795,1742.8524,10.086052,9.000522,4958.5967,12.25657,19.23021,316.63507,34.06725,70.0005,38.857895,181.79605,846.45276,272.86395,4.9324822,41.863518,222.49887,1469.4426,26.76916,126.24933,11.706354,1.3960494,54.77071,1.2161889,1.0993732,3.686578,11.864807,38.2695,88.28757,29.06875,1169.3136,41.754166,15.264285,22.15,6.2148213,64.79531,3.7510414,2.3089166,5.7418747,59.878704,0.21930358,2.194609,4.5470734,37.773438,14.90875,2.4226875,8.497647,379.53946,36.460304,693.24567,18.756912,1235.958,36.014923,773.9509,478.18655,12.987868,12.269775,870.12396,1259.3729,3528.3096,662.6505 +2023-04-17 04:00:00,0.0,3979.4082,38.13288,21.299973,11.68147,40.3951,194.63011,32.32861,69.14635,24.553217,40.139355,279.61145,497.21536,20.825182,37.095146,6.7331595,1.4194043,36.240158,16.287012,13.745218,472.42148,3.1109552,330.0727,105.88193,5.103254,41.484352,118.82169,54.57564,375.61667,226.11931,2398.7893,5.927064,2360.2354,34.283978,6.338747,4.3736014,29.670265,212.59279,271.12933,182.77538,89.655556,26.180601,9.403736,865.7538,82.92047,69.20453,51.3012,330.23215,18.356667,329.0831,12.087421,54.11201,0.0,3344.3203,7059.8525,5.0271406,43.612297,42.57295,27697.48,96.773125,3.8336651,62.714443,101.274254,48.21223,13.416002,49.980343,590.37805,62.86007,41.43609,4.561991,9.485698,795.7098,3.999351,385.70532,58.0075,2575.9028,87.474075,143.04486,175.4759,269.45822,22.372498,37.24173,194.27155,18.06439,19.466494,17.752365,37.075436,174.32828,12.919512,9.823887,107.24665,20.042334,4405.507,33.525528,42.029167,24.824743,33.5392,323.70184,82.76315,52.865276,14.203138,17.042913,42.552467,115.10739,226.87953,82.718056,279.594,49.05234,44.80648,120.77731,195.51277,514.6597,142.37146,9.152323,11.520972,11.575477,129.2205,9479.469,9.787228,47.526756,101.48787,29.529047,336.5384,74.92018,234.3452,6.2680616,125.35768,796.4969,698.2447,73.82484,972.3008,93.33833,103.26073,103.55246,50.074413,9.320867,31.807304,829.3227,5.5609736,8.711437,191.95898,9.450079,5.58856,49.301727,53.54662,548.8681,129.28716,175.41483,1828.6194,119.01843,2071.2527,1743.2478,10.092749,9.011806,4968.1973,12.252012,19.254168,316.63794,34.09678,70.057556,38.88772,182.00546,847.5362,272.90387,4.9366746,41.888912,222.91827,1472.0017,26.822891,126.351585,11.71662,1.3957005,54.77262,1.2159111,1.0984995,3.683321,11.869154,38.30022,88.461784,29.062037,1171.614,41.785183,15.271428,22.155556,6.215635,64.77153,3.7532406,2.3086295,5.7425,59.874424,0.21872222,2.1937792,4.5464554,37.78125,14.90881,2.4204721,8.51408,380.20248,36.52095,694.454,18.778605,1237.9348,36.052742,773.7497,478.9464,13.007163,12.27535,871.4568,1261.4753,3532.608,662.4386 +2023-04-17 05:00:00,0.0,3980.483,38.15732,21.320238,11.693309,40.406452,194.67305,32.33392,69.15608,24.55279,40.13672,279.90698,497.56964,20.828806,37.13438,6.7241,1.4177879,36.245388,16.294436,13.734092,472.51422,3.1104147,330.16592,105.86959,5.0962653,41.389244,118.83516,54.56186,375.2042,226.06844,2400.367,5.9155707,2360.1394,34.20946,6.3276076,4.365093,29.621723,212.64185,271.1483,182.40628,89.72361,26.20099,9.404526,865.72626,82.70354,69.18959,51.33091,330.4687,18.346098,329.2229,12.089341,54.09906,0.0,3346.2546,7066.4087,5.033664,43.642902,42.614876,27710.91,96.85215,3.8377752,62.714962,101.25451,48.23454,13.423322,49.954556,590.7206,62.936546,41.44415,4.5646467,9.487754,796.00244,4.008857,385.45596,58.044376,2575.087,87.49398,142.98434,175.43098,269.4464,22.350615,37.217297,193.99292,18.048386,19.453138,17.764803,37.078148,174.20767,12.924879,9.828323,107.267586,20.042608,4405.1035,33.541004,41.99896,24.824656,33.54964,323.60788,82.74762,52.86493,14.209089,17.05013,42.53622,115.123825,226.76433,82.72049,279.60608,49.096554,44.8044,120.79641,195.60431,515.7754,142.41467,9.14987,11.532882,11.566845,129.47514,9493.305,9.778305,47.505623,101.35678,29.527504,336.54816,74.835785,234.22232,6.263151,125.43266,796.1538,697.66925,73.80245,971.85876,93.221245,103.21356,103.628235,50.017277,9.309257,31.778679,830.0736,5.549676,8.696358,191.77818,9.448551,5.5877256,49.24149,53.502907,548.46375,129.18915,175.39705,1828.0581,119.14653,2071.7104,1743.6432,10.099444,9.02309,4977.798,12.247455,19.278126,316.6408,34.126305,70.11461,38.917545,182.21489,848.6196,272.94376,4.940867,41.914307,223.33768,1474.5607,26.876621,126.453835,11.726887,1.3953515,54.77453,1.2156335,1.0976259,3.680064,11.873502,38.330944,88.636,29.055325,1173.9144,41.816204,15.278571,22.161112,6.2164483,64.74774,3.7554395,2.3083425,5.743125,59.870148,0.21814087,2.1929493,4.545838,37.789062,14.908869,2.418257,8.530513,380.8655,36.581593,695.66223,18.800297,1239.9115,36.09056,773.54846,479.70627,13.026459,12.280925,872.78955,1263.5776,3536.906,662.2266 +2023-04-17 06:00:00,0.0,3981.5576,38.181755,21.340506,11.705147,40.4178,194.71599,32.33923,69.16581,24.55236,40.134083,280.2025,497.92392,20.83243,37.17361,6.7150407,1.4161717,36.250618,16.301859,13.722965,472.60696,3.109874,330.25912,105.85726,5.0892763,41.29414,118.84862,54.548077,374.7917,226.01755,2401.9446,5.9040775,2360.0432,34.13495,6.316468,4.356585,29.573181,212.6909,271.16727,182.03719,89.791664,26.22138,9.405315,865.6987,82.48661,69.174644,51.360622,330.70523,18.335527,329.3627,12.091262,54.08611,0.0,3348.1892,7072.9644,5.0401883,43.673508,42.656803,27724.34,96.931175,3.8418853,62.715477,101.234764,48.256844,13.430641,49.92877,591.06305,63.01302,41.452206,4.567302,9.48981,796.29517,4.018362,385.2066,58.08125,2574.2708,87.51389,142.92384,175.38605,269.4346,22.32873,37.192867,193.71428,18.032383,19.439785,17.777239,37.080856,174.08705,12.930245,9.832761,107.28852,20.042885,4404.7,33.556477,41.96875,24.824568,33.560078,323.5139,82.73208,52.864582,14.21504,17.057346,42.519974,115.14026,226.64912,82.722916,279.6182,49.140766,44.80232,120.815506,195.69583,516.8911,142.45789,9.147417,11.544792,11.558214,129.72978,9507.142,9.7693815,47.484486,101.22569,29.525963,336.55792,74.75139,234.09946,6.2582407,125.50764,795.8107,697.0938,73.780075,971.4167,93.104164,103.16639,103.70401,49.96014,9.297647,31.750053,830.82446,5.538378,8.681278,191.59737,9.447023,5.586891,49.18125,53.459194,548.0594,129.09114,175.37926,1827.4968,119.27462,2072.1682,1744.0387,10.10614,9.034375,4987.399,12.242897,19.302084,316.64365,34.155834,70.17167,38.94737,182.42432,849.70306,272.98364,4.9450593,41.9397,223.75708,1477.1198,26.930353,126.55609,11.737153,1.3950026,54.77644,1.2153558,1.0967523,3.6768067,11.87785,38.361668,88.81021,29.04861,1176.2148,41.84722,15.285714,22.166666,6.2172623,64.72396,3.7576387,2.3080554,5.74375,59.865868,0.21755953,2.1921194,4.5452204,37.796875,14.908928,2.4160416,8.546946,381.5285,36.64224,696.87054,18.82199,1241.8882,36.12838,773.3472,480.46613,13.0457535,12.286499,874.1224,1265.68,3541.2043,662.01465 +2023-04-17 07:00:00,0.0,3982.6323,38.206192,21.360773,11.716985,40.429153,194.75893,32.344536,69.175545,24.551933,40.13145,280.49802,498.2782,20.836054,37.21284,6.705981,1.4145554,36.255848,16.309282,13.711839,472.6997,3.1093335,330.35236,105.84493,5.0822873,41.19903,118.862076,54.534294,374.37918,225.96667,2403.5222,5.892585,2359.947,34.060436,6.305328,4.3480763,29.524641,212.73996,271.18622,181.66809,89.859726,26.24177,9.406105,865.6712,82.269684,69.159706,51.39033,330.94177,18.324957,329.5025,12.093182,54.07316,0.0,3350.1235,7079.5205,5.046712,43.704113,42.69873,27737.77,97.01021,3.8459952,62.715992,101.21503,48.279152,13.437961,49.90298,591.4056,63.089497,41.460266,4.5699577,9.491866,796.5879,4.027868,384.95724,58.118126,2573.4548,87.5338,142.86333,175.34111,269.4228,22.306845,37.168438,193.43565,18.01638,19.426432,17.789677,37.083572,173.96645,12.935613,9.837198,107.309456,20.04316,4404.297,33.571953,41.93854,24.82448,33.570515,323.4199,82.71654,52.864235,14.220992,17.064564,42.50373,115.15669,226.53392,82.72535,279.63028,49.18498,44.800236,120.834595,195.78735,518.0068,142.50108,9.144964,11.556702,11.549583,129.98442,9520.978,9.760459,47.46335,101.094604,29.52442,336.56772,74.666985,233.97658,6.25333,125.58261,795.4677,696.5183,73.75769,970.9747,92.98708,103.119225,103.77978,49.903004,9.286037,31.721428,831.5754,5.5270796,8.666198,191.41656,9.445496,5.5860567,49.121014,53.415485,547.655,128.99315,175.36148,1826.9355,119.40272,2072.626,1744.4341,10.112836,9.04566,4996.9995,12.23834,19.326042,316.6465,34.18536,70.22872,38.977192,182.63373,850.78644,273.02353,4.949252,41.965096,224.17648,1479.6788,26.984083,126.65835,11.747419,1.3946536,54.778347,1.215078,1.0958786,3.6735497,11.882196,38.392387,88.98443,29.041899,1178.5151,41.87824,15.292857,22.172222,6.2180758,64.70017,3.7598379,2.3077683,5.7443748,59.861588,0.21697818,2.1912897,4.5446024,37.804688,14.908988,2.4138262,8.563378,382.19153,36.702885,698.07886,18.843681,1243.8649,36.1662,773.146,481.22598,13.065048,12.292073,875.4552,1267.7823,3545.5024,661.8027 +2023-04-17 08:00:00,0.0,3983.707,38.23063,21.381039,11.728823,40.440506,194.80188,32.349846,69.18528,24.551504,40.128815,280.79355,498.63248,20.839678,37.252075,6.6969213,1.4129391,36.26108,16.316708,13.700713,472.79245,3.108793,330.4456,105.8326,5.0752983,41.103928,118.87554,54.52051,373.96667,225.91579,2405.0999,5.8810916,2359.8508,33.985924,6.2941885,4.339568,29.476099,212.78902,271.20517,181.299,89.92778,26.26216,9.406895,865.6437,82.05276,69.14476,51.420044,331.17828,18.314386,329.6423,12.095102,54.060207,0.0,3352.0579,7086.076,5.0532355,43.734722,42.740654,27751.2,97.08923,3.8501053,62.716507,101.19528,48.301456,13.44528,49.877193,591.74805,63.165974,41.468323,4.5726132,9.493922,796.88055,4.0373735,384.70786,58.155,2572.639,87.5537,142.80283,175.29617,269.41098,22.28496,37.144005,193.15703,18.000376,19.413078,17.802114,37.08628,173.84584,12.940979,9.841635,107.33038,20.043436,4403.8936,33.587425,41.908333,24.824392,33.58095,323.32593,82.701,52.863888,14.226943,17.071781,42.487484,115.17313,226.41872,82.727776,279.64236,49.229187,44.798153,120.85369,195.87889,519.1225,142.5443,9.142511,11.568611,11.540953,130.23906,9534.813,9.751536,47.44221,100.96352,29.522877,336.57748,74.58259,233.8537,6.24842,125.65759,795.12463,695.9429,73.73531,970.53265,92.869995,103.07205,103.85555,49.845863,9.274427,31.692802,832.32623,5.5157814,8.651118,191.23575,9.443968,5.5852222,49.060776,53.371773,547.2507,128.89514,175.3437,1826.3743,119.53081,2073.0837,1744.8295,10.119532,9.056945,5006.6,12.233783,19.35,316.64938,34.21489,70.28578,39.00702,182.84315,851.8699,273.06342,4.9534445,41.99049,224.59589,1482.2379,27.037815,126.760605,11.757686,1.3943046,54.78026,1.2148002,1.0950049,3.6702926,11.886544,38.42311,89.158646,29.035185,1180.8156,41.90926,15.299999,22.177778,6.218889,64.67639,3.7620368,2.3074815,5.745,59.857307,0.21639682,2.1904597,4.543985,37.8125,14.909047,2.411611,8.57981,382.85455,36.763527,699.2871,18.865374,1245.8416,36.204014,772.94476,481.98584,13.084343,12.297647,876.788,1269.8846,3549.8008,661.5907 +2023-04-17 09:00:00,0.0,3984.7817,38.255066,21.401306,11.740662,40.451855,194.84482,32.355152,69.19501,24.551077,40.12618,281.08908,498.98676,20.843302,37.291306,6.687862,1.4113228,36.26631,16.324131,13.689587,472.88516,3.1082523,330.53882,105.820274,5.0683093,41.00882,118.889,54.50673,373.55417,225.86491,2406.6775,5.8695984,2359.755,33.911407,6.2830486,4.33106,29.427557,212.83807,271.22412,180.9299,89.995834,26.282549,9.407685,865.61615,81.83583,69.12982,51.449753,331.41486,18.303816,329.7821,12.097023,54.047256,0.0,3353.9924,7092.6323,5.0597596,43.765327,42.78258,27764.629,97.16826,3.8542154,62.717026,101.17554,48.323765,13.4526,49.851406,592.0905,63.242447,41.476383,4.5752687,9.495978,797.1733,4.0468793,384.4585,58.191875,2571.823,87.573616,142.74231,175.25124,269.39917,22.263075,37.119576,192.8784,17.984373,19.399725,17.814552,37.088993,173.72522,12.946346,9.846072,107.35132,20.043713,4403.49,33.602898,41.878124,24.824305,33.591393,323.23193,82.685455,52.86354,14.232895,17.078999,42.471237,115.18956,226.30351,82.73021,279.65445,49.2734,44.79607,120.87279,195.97041,520.23816,142.58751,9.1400585,11.580521,11.532322,130.4937,9548.65,9.742613,47.421078,100.83243,29.521334,336.58728,74.49819,233.73082,6.2435093,125.73257,794.78156,695.3674,73.71293,970.09064,92.752914,103.02489,103.93133,49.788727,9.262818,31.664177,833.07715,5.504483,8.636039,191.05493,9.44244,5.584388,49.000538,53.32806,546.8463,128.79713,175.32591,1825.8131,119.658905,2073.5415,1745.2249,10.126228,9.06823,5016.2007,12.229225,19.373959,316.65225,34.24442,70.342834,39.036842,183.05257,852.9533,273.1033,4.957637,42.015884,225.01529,1484.797,27.091545,126.862854,11.767952,1.3939557,54.782166,1.2145225,1.0941314,3.6670353,11.890892,38.453835,89.33286,29.028473,1183.116,41.940277,15.307142,22.183332,6.2197027,64.6526,3.764236,2.3071945,5.745625,59.85303,0.21581548,2.1896298,4.5433674,37.820312,14.909107,2.4093957,8.596243,383.51758,36.824173,700.4954,18.887068,1247.8182,36.241833,772.7435,482.7457,13.103638,12.303222,878.12085,1271.987,3554.0989,661.3787 +2023-04-17 10:00:00,0.0,3985.8564,38.279503,21.421574,11.7525,40.463207,194.88776,32.360462,69.20474,24.550648,40.123543,281.3846,499.34103,20.846926,37.330536,6.678802,1.4097066,36.27154,16.331554,13.67846,472.9779,3.1077118,330.63205,105.807945,5.0613203,40.913715,118.902466,54.49295,373.1417,225.81403,2408.2551,5.858105,2359.6587,33.836895,6.2719088,4.3225517,29.379015,212.88713,271.24307,180.5608,90.06389,26.30294,9.408475,865.5887,81.618904,69.114876,51.47946,331.65137,18.293247,329.9219,12.098943,54.034306,0.0,3355.9268,7099.188,5.066283,43.795933,42.82451,27778.059,97.24729,3.8583252,62.71754,101.15579,48.346073,13.459919,49.82562,592.43304,63.318924,41.48444,4.5779243,9.4980345,797.466,4.0563846,384.20914,58.228752,2571.0068,87.59352,142.68181,175.2063,269.38733,22.24119,37.095146,192.59976,17.968369,19.386372,17.82699,37.091705,173.60461,12.951713,9.850509,107.37225,20.043987,4403.087,33.618374,41.847916,24.824217,33.60183,323.13797,82.669914,52.863194,14.238846,17.086216,42.45499,115.20599,226.18831,82.73264,279.66653,49.31761,44.793987,120.89188,196.06194,521.3538,142.6307,9.137606,11.592431,11.52369,130.74834,9562.486,9.73369,47.39994,100.70135,29.51979,336.59705,74.413795,233.60796,6.238599,125.80754,794.43854,694.79193,73.69055,969.6486,92.635826,102.977715,104.007095,49.73159,9.251208,31.635551,833.828,5.493185,8.620959,190.87413,9.440912,5.583554,48.9403,53.28435,546.44196,128.69913,175.30814,1825.2518,119.786995,2073.9993,1745.6202,10.132924,9.0795145,5025.8013,12.224668,19.397917,316.6551,34.273945,70.39989,39.066666,183.262,854.03674,273.1432,4.961829,42.041283,225.4347,1487.3561,27.145277,126.96511,11.778217,1.3936068,54.784077,1.2142447,1.0932577,3.6637783,11.895239,38.484554,89.50708,29.021759,1185.4163,41.971294,15.314285,22.188889,6.220516,64.62882,3.766435,2.3069074,5.7462497,59.84875,0.21523413,2.1888,4.5427494,37.828125,14.909166,2.4071805,8.612676,384.18057,36.88482,701.7037,18.90876,1249.7949,36.27965,772.5423,483.50555,13.122932,12.308797,879.4537,1274.0894,3558.3972,661.16675 +2023-04-17 11:00:00,0.0,3986.9314,38.30394,21.44184,11.764338,40.474556,194.9307,32.365772,69.21448,24.55022,40.12091,281.6801,499.6953,20.85055,37.369766,6.6697426,1.4080902,36.27677,16.338978,13.667335,473.07065,3.1071713,330.72528,105.795616,5.0543313,40.81861,118.915924,54.479168,372.7292,225.76315,2409.8328,5.8466125,2359.5625,33.762383,6.2607694,4.3140435,29.330475,212.93619,271.26202,180.19171,90.13194,26.32333,9.409265,865.56116,81.40198,69.09994,51.509174,331.88794,18.282677,330.0617,12.100863,54.02136,0.0,3357.8613,7105.744,5.0728073,43.826538,42.866436,27791.488,97.32632,3.8624353,62.718056,101.13605,48.368378,13.467238,49.79983,592.7755,63.3954,41.4925,4.5805798,9.500091,797.7587,4.0658903,383.95978,58.265625,2570.191,87.61343,142.62129,175.16136,269.37552,22.219307,37.070713,192.32114,17.952366,19.373016,17.839426,37.094414,173.48401,12.95708,9.854946,107.39319,20.044264,4402.6836,33.633846,41.817707,24.82413,33.612267,323.04398,82.65437,52.862846,14.244798,17.093433,42.438747,115.22243,226.0731,82.73507,279.67862,49.361824,44.791904,120.91097,196.15347,522.46954,142.67392,9.135153,11.604341,11.515059,131.00298,9576.322,9.724768,47.378803,100.57026,29.51825,336.60684,74.3294,233.48508,6.2336884,125.88252,794.09546,694.2165,73.66817,969.2066,92.518745,102.93055,104.08287,49.674454,9.239598,31.606926,834.5789,5.481887,8.60588,190.69331,9.439384,5.5827193,48.880062,53.24064,546.0376,128.60114,175.29034,1824.6906,119.91509,2074.457,1746.0156,10.13962,9.090799,5035.402,12.22011,19.421875,316.65796,34.303474,70.45695,39.096493,183.47142,855.1202,273.1831,4.9660215,42.066677,225.8541,1489.9152,27.199007,127.06737,11.788484,1.3932577,54.785984,1.213967,1.092384,3.6605213,11.899587,38.515278,89.68129,29.015047,1187.7167,42.002316,15.321428,22.194445,6.2213297,64.605034,3.768634,2.3066204,5.746875,59.84447,0.21465278,2.1879702,4.542132,37.835938,14.909226,2.4049652,8.629108,384.8436,36.94546,702.912,18.930452,1251.7717,36.31747,772.3411,484.2654,13.142227,12.314371,880.7865,1276.1918,3562.6953,660.9548 +2023-04-17 12:00:00,0.0,3988.006,38.328377,21.462107,11.776176,40.48591,194.97363,32.37108,69.224205,24.549793,40.118275,281.97565,500.0496,20.854174,37.409,6.660683,1.406474,36.282,16.346401,13.656208,473.1634,3.1066306,330.8185,105.78329,5.0473423,40.723503,118.92938,54.465385,372.31668,225.71227,2411.4104,5.8351192,2359.4666,33.687866,6.2496295,4.3055353,29.281933,212.98526,271.28098,179.82262,90.2,26.34372,9.410054,865.5336,81.18505,69.08499,51.538883,332.12448,18.272106,330.2015,12.102784,54.008408,0.0,3359.7954,7112.3,5.079331,43.857143,42.908363,27804.918,97.40534,3.8665452,62.71857,101.1163,48.390686,13.474558,49.774048,593.118,63.471874,41.500557,4.583235,9.502146,798.0514,4.075396,383.71042,58.3025,2569.375,87.63333,142.56079,175.11642,269.3637,22.197422,37.046284,192.04251,17.936361,19.359663,17.851864,37.097126,173.3634,12.962446,9.859383,107.41412,20.044538,4402.2803,33.64932,41.7875,24.824041,33.622704,322.94998,82.63884,52.8625,14.250749,17.100649,42.4225,115.23886,225.9579,82.7375,279.69073,49.406036,44.78982,120.93007,196.245,523.5852,142.71713,9.1327,11.61625,11.506429,131.25761,9590.159,9.715844,47.357666,100.43917,29.516706,336.6166,74.244995,233.3622,6.228778,125.9575,793.7524,693.641,73.64579,968.7646,92.401665,102.88338,104.158646,49.617317,9.227989,31.5783,835.3298,5.470589,8.5908,190.51251,9.437857,5.581885,48.819824,53.19693,545.6333,128.50313,175.27257,1824.1294,120.04318,2074.9148,1746.411,10.146316,9.102084,5045.003,12.215552,19.445833,316.66083,34.333,70.514,39.126316,183.68083,856.20355,273.223,4.9702144,42.09207,226.2735,1492.4741,27.252739,127.16962,11.79875,1.3929088,54.787895,1.2136892,1.0915104,3.6572642,11.903934,38.546,89.85551,29.008333,1190.0171,42.033333,15.328571,22.2,6.222143,64.58125,3.7708333,2.3063333,5.7475,59.840195,0.21407144,2.1871402,4.5415144,37.84375,14.909286,2.40275,8.645541,385.50662,37.006107,704.12024,18.952145,1253.7484,36.35529,772.1399,485.02527,13.161522,12.319945,882.1193,1278.2941,3566.9937,660.7428 +2023-04-17 13:00:00,0.0,3989.0808,38.352814,21.482374,11.788014,40.49726,195.01659,32.37639,69.23394,24.549364,40.11564,282.27118,500.40387,20.857798,37.44823,6.6516232,1.4048578,36.28723,16.353827,13.6450815,473.25613,3.10609,330.91174,105.77096,5.040354,40.6284,118.94285,54.451603,371.90417,225.66139,2412.988,5.823626,2359.3704,33.613354,6.2384896,4.2970266,29.23339,213.03432,271.29993,179.45352,90.26806,26.364109,9.410844,865.5061,80.968124,69.07005,51.568596,332.36102,18.261536,330.3413,12.104704,53.995457,0.0,3361.73,7118.856,5.085855,43.887753,42.950287,27818.348,97.484375,3.8706553,62.71909,101.09656,48.41299,13.481877,49.74826,593.4605,63.54835,41.508617,4.5858903,9.504202,798.3441,4.0849013,383.46106,58.339375,2568.559,87.653244,142.50027,175.07149,269.3519,22.175537,37.02185,191.76389,17.920359,19.34631,17.864302,37.09984,173.24278,12.9678135,9.86382,107.43506,20.044815,4401.877,33.664795,41.75729,24.823954,33.633144,322.85602,82.6233,52.862152,14.2567005,17.107866,42.406254,115.255295,225.84268,82.73993,279.70282,49.45025,44.78774,120.949165,196.33652,524.7009,142.76033,9.130247,11.6281595,11.497798,131.51225,9603.995,9.706922,47.336533,100.30808,29.515163,336.62637,74.1606,233.23933,6.2238674,126.03248,793.40936,693.06555,73.62341,968.3226,92.28458,102.836205,104.23441,49.560177,9.216379,31.549675,836.0807,5.459291,8.575721,190.3317,9.436329,5.5810504,48.759586,53.153217,545.22894,128.40512,175.25478,1823.5681,120.17128,2075.3726,1746.8064,10.153011,9.113368,5054.6035,12.210995,19.469791,316.6637,34.36253,70.57106,39.15614,183.89026,857.287,273.26288,4.9744067,42.117466,226.6929,1495.0332,27.30647,127.27187,11.809016,1.3925599,54.789803,1.2134115,1.0906367,3.654007,11.908281,38.57672,90.029724,29.001621,1192.3174,42.06435,15.335714,22.205555,6.2229567,64.557465,3.7730322,2.3060462,5.748125,59.835915,0.21349008,2.1863105,4.5408964,37.851562,14.909345,2.4005346,8.661974,386.16962,37.066753,705.32855,18.973837,1255.7251,36.39311,771.93866,485.78513,13.180817,12.32552,883.45215,1280.3965,3571.2917,660.5308 +2023-04-17 14:00:00,0.0,3990.1555,38.37725,21.50264,11.799852,40.50861,195.05952,32.381695,69.24367,24.548937,40.113003,282.5667,500.75815,20.861422,37.48746,6.642564,1.4032414,36.29246,16.36125,13.633955,473.34888,3.1055493,331.00497,105.75863,5.033365,40.53329,118.95631,54.43782,371.49167,225.61052,2414.5657,5.812133,2359.2742,33.53884,6.22735,4.2885184,29.18485,213.08337,271.31888,179.08443,90.33611,26.384499,9.4116335,865.4786,80.7512,69.05511,51.598305,332.59756,18.250965,330.4811,12.106625,53.982506,0.0,3363.6646,7125.4116,5.0923786,43.918358,42.992214,27831.777,97.5634,3.8747654,62.719604,101.07681,48.4353,13.489197,49.722473,593.803,63.624825,41.516674,4.588546,9.506258,798.63684,4.094407,383.2117,58.37625,2567.7432,87.67315,142.43977,175.02655,269.3401,22.153652,36.99742,191.48524,17.904356,19.332956,17.87674,37.102547,173.12218,12.973181,9.868257,107.45599,20.04509,4401.473,33.680267,41.727085,24.823866,33.64358,322.76202,82.60776,52.861805,14.262651,17.115084,42.390007,115.27173,225.72748,82.74236,279.7149,49.49446,44.785656,120.968254,196.42805,525.8166,142.80354,9.127794,11.64007,11.489167,131.76689,9617.831,9.697999,47.315395,100.176994,29.51362,336.63617,74.0762,233.11646,6.218957,126.10745,793.0663,692.49005,73.60103,967.88055,92.167496,102.78904,104.31019,49.50304,9.204769,31.52105,836.8316,5.447993,8.56064,190.1509,9.434801,5.580216,48.69935,53.109505,544.8246,128.30711,175.237,1823.0067,120.29937,2075.8303,1747.2018,10.159707,9.124653,5064.204,12.206437,19.49375,316.66656,34.392056,70.62811,39.185966,184.09969,858.3704,273.30276,4.978599,42.14286,227.1123,1497.5923,27.3602,127.37413,11.819283,1.392211,54.79171,1.2131337,1.089763,3.65075,11.912629,38.607445,90.20394,28.994907,1194.6178,42.09537,15.342856,22.211111,6.22377,64.53368,3.7752314,2.3057592,5.7487497,59.831635,0.21290873,2.1854806,4.540279,37.859375,14.909405,2.3983195,8.678407,386.83264,37.127396,706.5368,18.99553,1257.7018,36.430927,771.7374,486.54498,13.200111,12.331094,884.785,1282.4988,3575.59,660.31885 +2023-04-17 15:00:00,0.0,3991.2302,38.401688,21.522907,11.81169,40.519962,195.10246,32.387005,69.2534,24.548508,40.11037,282.86224,501.11246,20.865046,37.526695,6.6335044,1.4016252,36.297695,16.368673,13.622829,473.44162,3.1050088,331.0982,105.7463,5.026376,40.438187,118.969765,54.424038,371.0792,225.55963,2416.1433,5.8006396,2359.178,33.46433,6.2162104,4.28001,29.136307,213.13243,271.33783,178.71533,90.40417,26.404888,9.412424,865.45105,80.53427,69.04017,51.628017,332.8341,18.240395,330.6209,12.108545,53.969555,0.0,3365.5986,7131.968,5.0989027,43.948963,43.03414,27845.207,97.642426,3.8788753,62.72012,101.05707,48.457603,13.496516,49.696686,594.14545,63.7013,41.524734,4.5912013,9.508314,798.92957,4.103913,382.9623,58.413124,2566.927,87.693054,142.37927,174.98161,269.32828,22.131767,36.972992,191.20662,17.888351,19.319603,17.889175,37.10526,173.00157,12.978547,9.872694,107.47693,20.045366,4401.07,33.69574,41.696877,24.823778,33.65402,322.66806,82.59222,52.861458,14.268603,17.122301,42.373764,115.28816,225.61227,82.7448,279.727,49.538673,44.783573,120.98735,196.51958,526.9323,142.84674,9.125341,11.651979,11.4805355,132.02153,9631.668,9.689075,47.29426,100.045906,29.51208,336.64594,73.991806,232.99358,6.214046,126.18243,792.7232,691.9146,73.57865,967.43854,92.050415,102.74187,104.38596,49.445904,9.193159,31.492424,837.58246,5.4366946,8.545561,189.97008,9.433273,5.5793815,48.63911,53.065796,544.4202,128.20912,175.21922,1822.4454,120.42747,2076.288,1747.5972,10.166403,9.135938,5073.8047,12.2018795,19.517708,316.6694,34.421585,70.685165,39.21579,184.3091,859.45386,273.34265,4.9827914,42.168255,227.53171,1500.1514,27.413933,127.47638,11.829549,1.391862,54.79362,1.2128559,1.0888894,3.647493,11.916976,38.638165,90.37816,28.988195,1196.9182,42.12639,15.349999,22.216667,6.2245836,64.509895,3.7774303,2.3054721,5.749375,59.82736,0.21232739,2.1846507,4.539661,37.867188,14.909464,2.396104,8.6948395,387.49567,37.18804,707.7451,19.017223,1259.6785,36.468742,771.5362,487.30484,13.219406,12.336668,886.1178,1284.6011,3579.8882,660.10693 +2023-04-17 16:00:00,0.0,3992.305,38.426125,21.543175,11.823529,40.53131,195.1454,32.39231,69.26314,24.54808,40.107735,283.15775,501.46674,20.86867,37.565926,6.6244445,1.4000089,36.302925,16.376097,13.611703,473.53433,3.1044683,331.1914,105.73397,5.019387,40.34308,118.98323,54.410255,370.6667,225.50876,2417.721,5.789147,2359.082,33.389812,6.2050705,4.271502,29.087767,213.18149,271.3568,178.34624,90.47222,26.425278,9.413214,865.4235,80.317345,69.02522,51.657726,333.07065,18.229826,330.7607,12.110465,53.956604,0.0,3367.5332,7138.5234,5.1054263,43.97957,43.07607,27858.637,97.72146,3.8829854,62.720634,101.03732,48.47991,13.503836,49.6709,594.488,63.77778,41.53279,4.593857,9.51037,799.2222,4.113418,382.71295,58.45,2566.111,87.71297,142.31876,174.93668,269.31644,22.109882,36.94856,190.928,17.872349,19.30625,17.901613,37.10797,172.88095,12.983914,9.877131,107.49786,20.04564,4400.6665,33.711216,41.666668,24.82369,33.66446,322.57407,82.576675,52.86111,14.274554,17.129519,42.357517,115.304596,225.49707,82.74722,279.73907,49.582886,44.78149,121.00645,196.61111,528.048,142.88995,9.1228895,11.663889,11.471905,132.27617,9645.504,9.680153,47.27312,99.91482,29.510536,336.65573,73.9074,232.8707,6.2091355,126.25741,792.3802,691.3391,73.55627,966.9965,91.93333,102.6947,104.46173,49.388767,9.18155,31.463799,838.3334,5.4253964,8.530481,189.78926,9.431746,5.578547,48.578873,53.022083,544.01587,128.11111,175.20143,1821.8843,120.55556,2076.7458,1747.9927,10.1730995,9.1472225,5083.4053,12.197322,19.541666,316.67227,34.45111,70.742226,39.245613,184.51852,860.5373,273.38254,4.9869843,42.19365,227.95111,1502.7104,27.467663,127.578636,11.839815,1.391513,54.79553,1.2125782,1.0880158,3.6442358,11.921324,38.668888,90.55237,28.981482,1199.2185,42.157406,15.357142,22.222221,6.225397,64.486115,3.7796295,2.305185,5.75,59.82308,0.21174604,2.183821,4.5390434,37.875,14.909524,2.393889,8.711272,388.15866,37.248688,708.95337,19.038916,1261.6552,36.50656,771.33496,488.0647,13.238701,12.342243,887.45056,1286.7035,3584.1865,659.89496 +2023-04-17 17:00:00,0.0,3993.3796,38.45056,21.56344,11.835367,40.542664,195.18834,32.39762,69.272865,24.547653,40.1051,283.45328,501.821,20.872293,37.605156,6.615385,1.3983926,36.308155,16.38352,13.600576,473.62708,3.1039276,331.28464,105.72164,5.012398,40.247974,118.99669,54.396473,370.25418,225.45787,2419.2986,5.7776537,2358.9858,33.3153,6.193931,4.262994,29.039225,213.23055,271.37576,177.97714,90.540276,26.445667,9.414003,865.39606,80.10042,69.01028,51.68744,333.3072,18.219255,330.9005,12.112386,53.943653,0.0,3369.4678,7145.0796,5.1119504,44.010178,43.117996,27872.066,97.80048,3.8870955,62.72115,101.01758,48.50222,13.511155,49.64511,594.83044,63.85425,41.540848,4.5965123,9.512426,799.51495,4.122924,382.4636,58.486874,2565.2952,87.73287,142.25824,174.89174,269.30463,22.087997,36.92413,190.64937,17.856344,19.292894,17.914051,37.110683,172.76035,12.989281,9.881568,107.5188,20.045918,4400.263,33.72669,41.63646,24.823603,33.674896,322.4801,82.561134,52.860764,14.280506,17.136736,42.34127,115.32103,225.38187,82.74966,279.7512,49.627098,44.779408,121.025536,196.70264,529.16364,142.93317,9.120437,11.675798,11.463274,132.5308,9659.34,9.67123,47.251987,99.78373,29.508993,336.6655,73.823006,232.74783,6.204225,126.33238,792.0371,690.7637,73.53389,966.5545,91.816246,102.64753,104.537506,49.33163,9.16994,31.435173,839.0842,5.4140983,8.515402,189.60846,9.430218,5.5777125,48.518635,52.97837,543.6115,128.0131,175.18365,1821.323,120.68365,2077.2036,1748.3881,10.179795,9.158507,5093.0063,12.192764,19.565626,316.67514,34.48064,70.79928,39.27544,184.72795,861.62067,273.42245,4.9911766,42.219044,228.37051,1505.2695,27.521395,127.68089,11.850081,1.3911641,54.79744,1.2123004,1.0871421,3.6409786,11.925671,38.69961,90.726585,28.974768,1201.5189,42.188427,15.364285,22.227777,6.2262106,64.462326,3.7818284,2.304898,5.7506247,59.818798,0.21116468,2.182991,4.538426,37.882812,14.909583,2.3916736,8.727705,388.8217,37.30933,710.1617,19.060608,1263.6318,36.54438,771.1337,488.82455,13.257996,12.347817,888.7834,1288.8058,3588.4849,659.683 +2023-04-17 18:00:00,0.0,3994.4543,38.475,21.583708,11.847205,40.554016,195.2313,32.40293,69.2826,24.547224,40.102467,283.7488,502.1753,20.875917,37.644386,6.6063256,1.3967763,36.313385,16.390945,13.58945,473.71982,3.103387,331.37787,105.70931,5.005409,40.152866,119.01015,54.38269,369.84167,225.407,2420.8762,5.7661605,2358.8896,33.240788,6.182791,4.2544856,28.990683,213.2796,271.3947,177.60805,90.60833,26.466057,9.414793,865.3685,79.88349,68.99534,51.717148,333.54373,18.208685,331.0403,12.114306,53.930702,0.0,3371.4023,7151.6353,5.118474,44.040783,43.15992,27885.496,97.87951,3.8912053,62.72167,100.99783,48.524525,13.518475,49.619324,595.1729,63.93073,41.54891,4.599168,9.5144825,799.8077,4.1324296,382.21423,58.52375,2564.4792,87.75278,142.19774,174.8468,269.29282,22.066114,36.8997,190.37073,17.840342,19.279541,17.926489,37.113396,172.63974,12.994648,9.886005,107.539734,20.046192,4399.86,33.74216,41.60625,24.823515,33.685333,322.3861,82.5456,52.860416,14.286457,17.143953,42.325024,115.33746,225.26666,82.75208,279.76328,49.67131,44.777325,121.04463,196.79416,530.27936,142.97636,9.117984,11.687709,11.454643,132.78545,9673.177,9.662307,47.23085,99.65264,29.50745,336.6753,73.73861,232.62495,6.1993146,126.40736,791.69403,690.18823,73.511505,966.1125,91.699165,102.600365,104.61328,49.27449,9.15833,31.406548,839.83514,5.4028,8.500322,189.42764,9.42869,5.5768785,48.458397,52.93466,543.20715,127.91511,175.16586,1820.7617,120.811745,2077.6614,1748.7834,10.186491,9.169792,5102.607,12.188207,19.589584,316.678,34.510166,70.85633,39.305264,184.93736,862.7041,273.46234,4.995369,42.24444,228.78992,1507.8285,27.575125,127.78314,11.860348,1.3908151,54.799347,1.2120227,1.0862684,3.6377215,11.930018,38.73033,90.9008,28.968056,1203.8193,42.219444,15.3714285,22.233334,6.227024,64.438545,3.7840276,2.304611,5.75125,59.81452,0.21058334,2.182161,4.537808,37.890625,14.909643,2.3894582,8.744138,389.4847,37.369976,711.37,19.0823,1265.6086,36.5822,770.9325,489.5844,13.27729,12.353392,890.1162,1290.9082,3592.783,659.471 +2023-04-17 19:00:00,0.0,3995.529,38.499435,21.603975,11.859044,40.565365,195.27423,32.408237,69.292336,24.546797,40.09983,284.04434,502.52957,20.879541,37.68362,6.5972657,1.3951601,36.318615,16.398369,13.578324,473.81256,3.1028466,331.4711,105.69698,4.99842,40.057762,119.02361,54.36891,369.42917,225.35611,2422.4536,5.7546673,2358.7937,33.16627,6.1716514,4.245977,28.942142,213.32866,271.41367,177.23895,90.67639,26.486448,9.415583,865.341,79.666565,68.98039,51.74686,333.78027,18.198114,331.1801,12.116226,53.91775,0.0,3373.3364,7158.1914,5.1249976,44.07139,43.201847,27898.926,97.95854,3.8953154,62.722183,100.97809,48.546833,13.525794,49.593536,595.51544,64.0072,41.556965,4.6018233,9.516539,800.1004,4.1419353,381.96487,58.560627,2563.663,87.77269,142.13724,174.80188,269.281,22.04423,36.875267,190.0921,17.824337,19.266188,17.938927,37.116104,172.51912,13.000014,9.890442,107.56067,20.046469,4399.4565,33.757637,41.576042,24.823427,33.69577,322.2921,82.53006,52.86007,14.292409,17.151169,42.308777,115.3539,225.15146,82.75452,279.77536,49.715523,44.77524,121.06373,196.8857,531.395,143.01958,9.115531,11.699618,11.446012,133.0401,9687.013,9.653384,47.209713,99.52155,29.505907,336.68506,73.65421,232.50208,6.194404,126.48234,791.351,689.61273,73.48913,965.6705,91.58208,102.55319,104.68905,49.217354,9.146721,31.377922,840.586,5.3915024,8.485243,189.24684,9.427162,5.576044,48.39816,52.89095,542.8028,127.8171,175.14809,1820.2004,120.939835,2078.1191,1749.1788,10.193187,9.181077,5112.2075,12.183649,19.613543,316.68085,34.539696,70.91339,39.335087,185.14679,863.78754,273.50223,4.9995613,42.269836,229.20932,1510.3876,27.628857,127.8854,11.870613,1.3904662,54.801258,1.2117449,1.0853949,3.6344645,11.934366,38.761055,91.07502,28.961342,1206.1198,42.25046,15.3785715,22.23889,6.2278376,64.41476,3.7862267,2.304324,5.751875,59.81024,0.21000199,2.1813314,4.5371904,37.898438,14.909702,2.387243,8.760571,390.14774,37.430622,712.57825,19.103992,1267.5853,36.620018,770.73126,490.34427,13.296585,12.358966,891.44904,1293.0105,3597.0813,659.25903 +2023-04-17 20:00:00,0.0,3996.6038,38.523872,21.62424,11.870882,40.576717,195.31717,32.413548,69.30206,24.546368,40.097195,284.33987,502.88385,20.883165,37.72285,6.5882063,1.3935437,36.323845,16.405792,13.567198,473.9053,3.102306,331.56433,105.684654,4.9914308,39.962654,119.03707,54.35513,369.0167,225.30524,2424.0312,5.743174,2358.6975,33.09176,6.160512,4.2374687,28.8936,213.37772,271.43262,176.86986,90.744446,26.506838,9.416372,865.3135,79.44964,68.965454,51.77657,334.0168,18.187544,331.31992,12.118147,53.904804,0.0,3375.271,7164.7476,5.1315217,44.101994,43.243774,27912.355,98.03757,3.8994255,62.7227,100.95834,48.569138,13.5331135,49.56775,595.8579,64.08368,41.565025,4.604479,9.518594,800.39307,4.1514406,381.7155,58.5975,2562.8472,87.792595,142.07672,174.75694,269.2692,22.022345,36.850838,189.81348,17.808334,19.252834,17.951363,37.118816,172.39851,13.005382,9.894879,107.581604,20.046743,4399.053,33.77311,41.545834,24.82334,33.70621,322.19815,82.51452,52.859722,14.29836,17.158386,42.292534,115.37033,225.03625,82.75694,279.78745,49.759735,44.77316,121.082825,196.97722,532.51074,143.06279,9.113078,11.711528,11.437381,133.29474,9700.849,9.644462,47.188576,99.390465,29.504366,336.69482,73.56981,232.3792,6.1894937,126.55731,791.00793,689.0373,73.46674,965.22845,91.465,102.50603,104.764824,49.160217,9.135111,31.349297,841.3369,5.380204,8.470163,189.06602,9.425634,5.5752096,48.33792,52.847237,542.39844,127.7191,175.1303,1819.6392,121.06793,2078.577,1749.5742,10.1998825,9.192362,5121.808,12.179091,19.6375,316.68372,34.56922,70.97044,39.364914,185.3562,864.871,273.5421,5.0037537,42.29523,229.62872,1512.9467,27.682587,127.987656,11.880879,1.3901172,54.803165,1.2114671,1.0845212,3.6312075,11.938713,38.79178,91.24924,28.95463,1208.42,42.28148,15.385714,22.244444,6.228651,64.390976,3.7884257,2.304037,5.7525,59.80596,0.20942064,2.1805015,4.536573,37.90625,14.909761,2.3850276,8.777003,390.81073,37.491264,713.78656,19.125685,1269.562,36.657837,770.53,491.10413,13.31588,12.36454,892.78186,1295.1129,3601.3794,659.04706 +2023-04-17 21:00:00,0.0,3997.6785,38.54831,21.644508,11.88272,40.588066,195.3601,32.418854,69.3118,24.54594,40.09456,284.63538,503.23813,20.88679,37.76208,6.579147,1.3919275,36.32908,16.413216,13.556071,473.99805,3.1017654,331.65756,105.672325,4.984442,39.86755,119.05053,54.341347,368.6042,225.25435,2425.609,5.7316813,2358.6013,33.017246,6.149372,4.2289605,28.845058,213.42677,271.45157,176.50076,90.8125,26.527227,9.417162,865.28595,79.23271,68.95051,51.806282,334.25336,18.176975,331.45972,12.120068,53.891853,0.0,3377.2053,7171.303,5.1380453,44.1326,43.2857,27925.785,98.11659,3.9035354,62.723213,100.93861,48.591446,13.540433,49.54196,596.2004,64.16016,41.573082,4.6071343,9.52065,800.6858,4.1609464,381.46616,58.634377,2562.0312,87.8125,142.0162,174.712,269.25735,22.00046,36.82641,189.53485,17.792332,19.239481,17.9638,37.12153,172.27791,13.010748,9.899316,107.60254,20.04702,4398.65,33.78858,41.515625,24.823252,33.71665,322.10416,82.49898,52.859375,14.304312,17.165604,42.276287,115.386765,224.92105,82.75938,279.79953,49.803947,44.771076,121.10191,197.06874,533.6264,143.10599,9.110625,11.723437,11.42875,133.54938,9714.686,9.635538,47.167442,99.25938,29.502823,336.70462,73.48541,232.25633,6.184583,126.63229,790.66486,688.4618,73.44437,964.7864,91.347916,102.458855,104.84059,49.10308,9.123501,31.320671,842.08777,5.368906,8.455083,188.88522,9.424107,5.574375,48.277683,52.803528,541.9941,127.62109,175.11252,1819.0779,121.19602,2079.0347,1749.9696,10.206579,9.203647,5131.4087,12.174534,19.661459,316.68658,34.59875,71.027504,39.394737,185.56563,865.9544,273.582,5.0079465,42.320625,230.04813,1515.5057,27.736319,128.0899,11.891146,1.3897682,54.805077,1.2111894,1.0836475,3.6279502,11.943061,38.8225,91.42345,28.947916,1210.7205,42.3125,15.392857,22.25,6.2294645,64.36719,3.7906249,2.30375,5.7531247,59.801685,0.20883928,2.1796715,4.535955,37.914062,14.9098215,2.3828125,8.793436,391.47375,37.55191,714.9948,19.147377,1271.5387,36.695656,770.3288,491.86398,13.335175,12.370115,894.1147,1297.2152,3605.6777,658.8351 +2023-04-17 22:00:00,0.0,3998.7532,38.572746,21.664776,11.894559,40.59942,195.40305,32.424164,69.32153,24.545513,40.091927,284.9309,503.5924,20.890413,37.801315,6.570087,1.3903112,36.33431,16.420639,13.544946,474.0908,3.101225,331.7508,105.659996,4.977453,39.772446,119.063995,54.327564,368.19168,225.20348,2427.1865,5.720188,2358.5051,32.94273,6.138232,4.2204523,28.796516,213.47583,271.47052,176.13167,90.880554,26.547617,9.417953,865.2584,79.01578,68.93557,51.83599,334.4899,18.166405,331.59952,12.121987,53.878902,0.0,3379.14,7177.8594,5.1445694,44.163208,43.32763,27939.213,98.195625,3.9076455,62.723732,100.91886,48.61375,13.547752,49.516174,596.5429,64.23663,41.581142,4.60979,9.522706,800.9785,4.170452,381.21677,58.67125,2561.2153,87.832405,141.9557,174.66707,269.24554,21.978575,36.801975,189.25621,17.776327,19.226128,17.976238,37.12424,172.1573,13.016115,9.903753,107.623474,20.047295,4398.2466,33.804058,41.485416,24.823164,33.727085,322.0102,82.48344,52.859028,14.310263,17.172821,42.26004,115.4032,224.80585,82.76181,279.8116,49.84816,44.768993,121.12101,197.16028,534.7421,143.1492,9.108172,11.735348,11.420119,133.80402,9728.521,9.626616,47.146305,99.12829,29.50128,336.7144,73.40102,232.13345,6.1796727,126.70727,790.32184,687.88635,73.42198,964.34436,91.23083,102.41168,104.91637,49.04594,9.111892,31.292044,842.8387,5.357608,8.440003,188.7044,9.422579,5.5735407,48.217445,52.759815,541.5897,127.52309,175.09474,1818.5167,121.32412,2079.4924,1750.365,10.213275,9.214931,5141.0093,12.169976,19.685417,316.68945,34.628277,71.08456,39.42456,185.77505,867.03784,273.6219,5.012139,42.34602,230.46753,1518.0648,27.79005,128.19215,11.901412,1.3894193,54.806984,1.2109116,1.0827739,3.6246932,11.947408,38.85322,91.597664,28.941204,1213.0209,42.343517,15.4,22.255556,6.230278,64.3434,3.7928238,2.303463,5.75375,59.797405,0.20825794,2.1788418,4.5353374,37.921875,14.909881,2.380597,8.809869,392.13678,37.612556,716.2031,19.169071,1273.5154,36.73347,770.12756,492.62384,13.354469,12.3756895,895.4475,1299.3175,3609.9758,658.6231 +2023-04-17 23:00:00,0.0,3999.828,38.597183,21.685041,11.906397,40.61077,195.446,32.429474,69.33126,24.545084,40.08929,285.22644,503.9467,20.894037,37.840546,6.5610275,1.3886949,36.33954,16.428064,13.533819,474.1835,3.1006842,331.84402,105.64767,4.970464,39.677338,119.07745,54.31378,367.77917,225.1526,2428.7642,5.708695,2358.4092,32.868217,6.127093,4.211944,28.747976,213.52489,271.48947,175.76257,90.94861,26.568007,9.418742,865.2309,78.79885,68.92062,51.8657,334.72644,18.155834,331.73932,12.123908,53.86595,0.0,3381.0742,7184.415,5.151093,44.193813,43.369553,27952.643,98.27465,3.9117556,62.724247,100.89912,48.63606,13.555072,49.490387,596.8854,64.31311,41.5892,4.6124454,9.524762,801.2712,4.1799574,380.9674,58.708126,2560.3994,87.85232,141.89519,174.62213,269.23373,21.95669,36.777546,188.97758,17.760324,19.212772,17.988676,37.126953,172.03668,13.0214815,9.90819,107.64441,20.047571,4397.8433,33.81953,41.455208,24.823076,33.737522,321.9162,82.467896,52.85868,14.316215,17.180038,42.243793,115.41963,224.69064,82.76424,279.82373,49.892372,44.76691,121.14011,197.2518,535.8578,143.19241,9.10572,11.747257,11.411489,134.05865,9742.357,9.617693,47.125168,98.9972,29.499737,336.72418,73.31662,232.01057,6.1747622,126.78224,789.97876,687.3109,73.399605,963.90234,91.11375,102.36452,104.99214,48.988804,9.100282,31.263418,843.58954,5.3463097,8.424924,188.52359,9.421051,5.572706,48.157207,52.716103,541.1854,127.42509,175.07695,1817.9554,121.45221,2079.9502,1750.7604,10.219971,9.226215,5150.6104,12.165419,19.709375,316.69232,34.657806,71.14161,39.454388,185.98447,868.1212,273.6618,5.016331,42.371414,230.88693,1520.6239,27.84378,128.29442,11.911678,1.3890704,54.808895,1.2106339,1.0819002,3.621436,11.951756,38.883945,91.77188,28.93449,1215.3212,42.374535,15.407143,22.26111,6.2310915,64.31962,3.795023,2.303176,5.754375,59.793125,0.20767659,2.178012,4.53472,37.929688,14.909941,2.378382,8.826302,392.79977,37.6732,717.4114,19.190763,1275.4921,36.77129,769.92633,493.3837,13.373764,12.381264,896.78033,1301.4199,3614.2742,658.41113 +2023-04-18 00:00:00,0.0,4000.9026,38.62162,21.705309,11.918235,40.62212,195.48894,32.43478,69.340996,24.544657,40.086655,285.52197,504.30096,20.897661,37.879776,6.551968,1.3870786,36.34477,16.435488,13.522693,474.27625,3.1001437,331.93726,105.63534,4.963475,39.582233,119.09091,54.3,367.36667,225.10172,2430.3418,5.6972017,2358.313,32.793705,6.115953,4.203436,28.699432,213.57394,271.50842,175.39348,91.01667,26.588396,9.419532,865.2034,78.581924,68.905685,51.895412,334.96298,18.145264,331.87912,12.125829,53.853,0.0,3383.0085,7190.971,5.157617,44.22442,43.41148,27966.072,98.353676,3.9158654,62.724762,100.87937,48.658367,13.562391,49.464603,597.22784,64.38958,41.59726,4.615101,9.526818,801.5639,4.189463,380.71805,58.745,2559.5833,87.87222,141.83469,174.5772,269.22192,21.934807,36.753117,188.69896,17.74432,19.199419,18.001114,37.12966,171.91608,13.026849,9.912627,107.665344,20.047846,4397.44,33.835003,41.425,24.822987,33.747963,321.8222,82.452354,52.858334,14.3221655,17.187256,42.22755,115.436066,224.57544,82.76667,279.83582,49.936584,44.76483,121.159195,197.34332,536.9735,143.23561,9.103267,11.759167,11.402857,134.3133,9756.194,9.608769,47.104034,98.86611,29.498196,336.73395,73.23222,231.8877,6.169852,126.85722,789.6357,686.7354,73.37722,963.4603,90.996666,102.317345,105.06791,48.931667,9.088672,31.234793,844.34045,5.3350115,8.409844,188.34279,9.419523,5.5718718,48.09697,52.672394,540.78107,127.32708,175.05917,1817.3942,121.58031,2080.408,1751.1558,10.226666,9.2375,5160.211,12.160861,19.733334,316.69516,34.687332,71.19867,39.48421,186.1939,869.20465,273.7017,5.0205235,42.39681,231.30634,1523.183,27.897512,128.39667,11.921945,1.3887215,54.810802,1.2103562,1.0810266,3.618179,11.956103,38.914665,91.9461,28.927778,1217.6216,42.405556,15.414286,22.266666,6.231905,64.29583,3.7972221,2.3028889,5.755,59.78885,0.20709524,2.1771822,4.534102,37.9375,14.91,2.3761666,8.842734,393.4628,37.733845,718.6197,19.212456,1277.4688,36.80911,769.7251,494.14355,13.393059,12.386838,898.11316,1303.5222,3618.5723,658.19916 +2023-04-18 01:00:00,0.0,4001.9775,38.646057,21.725576,11.930073,40.633472,195.53188,32.44009,69.35073,24.544228,40.08402,285.8175,504.65524,20.901285,37.91901,6.542908,1.3854624,36.35,16.442911,13.511566,474.369,3.0996032,332.0305,105.62301,4.956486,39.487125,119.10438,54.286217,366.9542,225.05084,2431.9194,5.685709,2358.2168,32.719193,6.104813,4.1949277,28.650892,213.623,271.52737,175.02438,91.084724,26.608786,9.420321,865.1759,78.365,68.89074,51.92512,335.19952,18.134693,332.01892,12.1277485,53.84005,0.0,3384.943,7197.527,5.1641407,44.255024,43.453407,27979.502,98.43271,3.9199755,62.725277,100.859634,48.68067,13.569711,49.438816,597.5704,64.46606,41.605316,4.6177564,9.528874,801.8566,4.198969,380.4687,58.781876,2558.7673,87.89213,141.77419,174.53226,269.2101,21.912922,36.728683,188.42033,17.728317,19.186066,18.01355,37.132374,171.79547,13.032215,9.917065,107.68628,20.048122,4397.0366,33.85048,41.39479,24.822899,33.7584,321.72824,82.43682,52.857986,14.328117,17.194473,42.211304,115.45249,224.46024,82.7691,279.8479,49.980797,44.76275,121.17829,197.43486,538.0892,143.27882,9.100814,11.771076,11.394226,134.56793,9770.03,9.599847,47.082897,98.73502,29.496653,336.74374,73.14782,231.76483,6.1649413,126.9322,789.29266,686.16,73.35484,963.0183,90.87958,102.27018,105.143684,48.87453,9.077062,31.206167,845.0913,5.3237133,8.394765,188.16197,9.417995,5.571038,48.03673,52.62868,540.3767,127.22908,175.04138,1816.833,121.7084,2080.8657,1751.5511,10.233362,9.248785,5169.8115,12.156303,19.757292,316.69803,34.71686,71.25572,39.514034,186.40332,870.2881,273.74158,5.0247164,42.422203,231.72574,1525.742,27.951242,128.49892,11.932211,1.3883724,54.81271,1.2100785,1.080153,3.6149218,11.96045,38.94539,92.12031,28.921064,1219.922,42.436573,15.421429,22.272223,6.2327185,64.27205,3.799421,2.3026018,5.755625,59.78457,0.2065139,2.1763523,4.5334845,37.945312,14.910059,2.3739514,8.859166,394.12582,37.79449,719.82794,19.234148,1279.4456,36.846928,769.52386,494.9034,13.4123535,12.392412,899.446,1305.6246,3622.8706,657.9872 +2023-04-18 02:00:00,0.0,4003.0522,38.670494,21.745842,11.941912,40.64482,195.57481,32.445396,69.36046,24.5438,40.081387,286.113,505.00952,20.90491,37.95824,6.533849,1.383846,36.35523,16.450335,13.500441,474.46173,3.0990624,332.1237,105.61068,4.949497,39.39202,119.117836,54.272434,366.5417,224.99995,2433.497,5.674216,2358.1206,32.644676,6.0936737,4.186419,28.60235,213.67206,271.54636,174.65529,91.15278,26.629175,9.421111,865.1484,78.14807,68.8758,51.954834,335.43607,18.124123,332.15872,12.129669,53.8271,0.0,3386.8774,7204.083,5.170665,44.285633,43.495335,27992.932,98.511734,3.9240856,62.725796,100.83989,48.70298,13.57703,49.41303,597.91284,64.542534,41.613377,4.620412,9.5309305,802.14935,4.208474,380.21933,58.81875,2557.9514,87.91204,141.71367,174.48732,269.1983,21.891037,36.704254,188.1417,17.712313,19.172712,18.025988,37.135086,171.67485,13.037582,9.921501,107.707214,20.048397,4396.6333,33.86595,41.364582,24.822811,33.768837,321.63425,82.42128,52.85764,14.334068,17.201689,42.195057,115.468925,224.34503,82.77153,279.86,50.02501,44.760666,121.19739,197.52638,539.20483,143.32204,9.098361,11.782987,11.385595,134.82257,9783.866,9.590924,47.06176,98.603935,29.49511,336.7535,73.06342,231.64195,6.160031,127.00717,788.9496,685.5845,73.33246,962.5763,90.7625,102.22301,105.21946,48.817394,9.065453,31.177542,845.8422,5.3124156,8.379685,187.98117,9.416468,5.5702033,47.976494,52.58497,539.97235,127.13107,175.0236,1816.2717,121.836494,2081.3235,1751.9467,10.240058,9.26007,5179.412,12.151746,19.78125,316.7009,34.74639,71.31278,39.54386,186.61273,871.3715,273.78146,5.0289087,42.447598,232.14514,1528.301,28.004974,128.60118,11.942477,1.3880235,54.81462,1.2098007,1.0792793,3.6116648,11.964798,38.976112,92.294525,28.914352,1222.2223,42.46759,15.428571,22.277779,6.233532,64.24826,3.8016202,2.3023148,5.75625,59.78029,0.20593254,2.1755223,4.532867,37.953125,14.910119,2.371736,8.875599,394.78882,37.855133,721.03625,19.25584,1281.4222,36.884747,769.32263,495.66327,13.431648,12.397987,900.77875,1307.7269,3627.1687,657.77527 +2023-04-18 03:00:00,0.0,4004.127,38.69493,21.76611,11.95375,40.656174,195.61775,32.450706,69.37019,24.543371,40.07875,286.40854,505.3638,20.908533,37.99747,6.5247893,1.3822298,36.360462,16.457758,13.489314,474.55447,3.098522,332.21692,105.59835,4.942508,39.296913,119.1313,54.258656,366.12918,224.94908,2435.0747,5.6627226,2358.0247,32.570164,6.082534,4.177911,28.553808,213.72112,271.5653,174.2862,91.22083,26.649565,9.421901,865.12085,77.931145,68.860855,51.984543,335.6726,18.113554,332.29852,12.13159,53.814148,0.0,3388.8118,7210.6387,5.1771884,44.31624,43.537262,28006.361,98.59076,3.9281955,62.72631,100.820145,48.725285,13.58435,49.38724,598.2553,64.61901,41.621433,4.6230674,9.532986,802.442,4.21798,379.96997,58.855625,2557.1355,87.931946,141.65315,174.44238,269.18646,21.869152,36.67982,187.86307,17.69631,19.159359,18.038425,37.137794,171.55424,13.042949,9.925939,107.72815,20.048674,4396.23,33.881424,41.334373,24.822723,33.779274,321.54028,82.40574,52.857292,14.34002,17.208906,42.17881,115.48536,224.22983,82.77396,279.87207,50.06922,44.758583,121.216484,197.61792,540.32056,143.36523,9.095908,11.794896,11.376965,135.07721,9797.703,9.582001,47.040623,98.47285,29.493567,336.76328,72.97903,231.51907,6.1551204,127.08215,788.6065,685.00903,73.31008,962.1343,90.64542,102.17584,105.29523,48.760254,9.053843,31.148916,846.5931,5.3011174,8.364606,187.80035,9.41494,5.569369,47.916256,52.54126,539.568,127.03307,175.00581,1815.7104,121.964584,2081.7812,1752.342,10.246754,9.271355,5189.0127,12.147188,19.805208,316.70377,34.775917,71.369835,39.573685,186.82216,872.45496,273.82135,5.033101,42.472992,232.56454,1530.8601,28.058704,128.70343,11.952744,1.3876746,54.81653,1.209523,1.0784056,3.6084077,11.969145,39.006832,92.46874,28.907639,1224.5227,42.49861,15.435714,22.283333,6.2343454,64.22448,3.8038192,2.3020277,5.756875,59.776012,0.20535119,2.1746926,4.532249,37.960938,14.910178,2.369521,8.892032,395.45184,37.91578,722.2445,19.277533,1283.3989,36.922565,769.1214,496.42313,13.450943,12.403562,902.1116,1309.8293,3631.467,657.5633 +2023-04-18 04:00:00,0.0,4005.2017,38.719368,21.786377,11.965588,40.667526,195.6607,32.456013,69.37993,24.542944,40.076115,286.70407,505.71808,20.912157,38.0367,6.5157294,1.3806136,36.365692,16.465183,13.478188,474.64722,3.0979815,332.31015,105.58602,4.9355197,39.20181,119.14476,54.244873,365.71667,224.8982,2436.6523,5.6512294,2357.9285,32.49565,6.071394,4.1694026,28.505268,213.77017,271.58426,173.9171,91.28889,26.669954,9.422691,865.0933,77.71422,68.84592,52.014256,335.90915,18.102983,332.43832,12.13351,53.801197,0.0,3390.7463,7217.195,5.1837125,44.346844,43.579185,28019.791,98.66979,3.9323056,62.726826,100.8004,48.747593,13.591669,49.361454,598.59784,64.69549,41.629494,4.625723,9.535042,802.73474,4.2274857,379.7206,58.8925,2556.3193,87.95185,141.59265,174.39745,269.17465,21.847267,36.65539,187.58444,17.680307,19.146004,18.050863,37.140507,171.43364,13.048316,9.930375,107.749084,20.048948,4395.8267,33.8969,41.304165,24.822636,33.789715,321.4463,82.3902,52.856945,14.345971,17.216124,42.162567,115.50179,224.11462,82.77639,279.88416,50.113434,44.7565,121.23557,197.70944,541.4362,143.40845,9.093455,11.806806,11.368334,135.33185,9811.539,9.573078,47.01949,98.34176,29.492023,336.77307,72.89463,231.39621,6.15021,127.15713,788.2635,684.4336,73.2877,961.69226,90.52833,102.12867,105.371,48.703117,9.0422325,31.12029,847.344,5.2898192,8.349525,187.61955,9.413412,5.5685344,47.856018,52.497547,539.16364,126.93507,174.98804,1815.149,122.09268,2082.2393,1752.7374,10.25345,9.2826395,5198.6133,12.142631,19.829166,316.7066,34.805447,71.42689,39.603508,187.03159,873.5383,273.86124,5.0372934,42.498386,232.98395,1533.4192,28.112436,128.80568,11.96301,1.3873256,54.81844,1.2092452,1.0775319,3.6051507,11.973493,39.037556,92.64296,28.900927,1226.8231,42.52963,15.442857,22.288889,6.235159,64.20069,3.8060184,2.3017406,5.7574997,59.771732,0.20476985,2.1738627,4.5316315,37.96875,14.910238,2.3673055,8.908464,396.11487,37.976425,723.4528,19.299227,1285.3756,36.96038,768.92017,497.18295,13.470239,12.409136,903.4444,1311.9316,3635.7651,657.3513 +2023-04-18 05:00:00,0.0,4006.2764,38.743805,21.806643,11.977427,40.678875,195.70364,32.461323,69.389656,24.542517,40.073483,286.9996,506.07236,20.915781,38.075935,6.50667,1.3789972,36.370922,16.472607,13.467061,474.73996,3.0974407,332.40338,105.57369,4.9285307,39.1067,119.15822,54.23109,365.30417,224.84732,2438.23,5.639736,2357.8323,32.421135,6.0602546,4.1608944,28.456726,213.81924,271.6032,173.548,91.35694,26.690346,9.423481,865.0658,77.49729,68.83097,52.043964,336.1457,18.092413,332.57812,12.13543,53.788246,0.0,3392.6807,7223.7505,5.190236,44.37745,43.621113,28033.22,98.74882,3.9364157,62.72734,100.78065,48.769897,13.598989,49.335667,598.9403,64.771965,41.63755,4.628378,9.537098,803.02747,4.236991,379.47122,58.929375,2555.5034,87.97176,141.53215,174.35251,269.16284,21.825382,36.630962,187.30582,17.664303,19.13265,18.0633,37.14322,171.31302,13.053682,9.934813,107.77002,20.049225,4395.4233,33.912373,41.27396,24.822548,33.80015,321.35233,82.37466,52.856598,14.351923,17.223341,42.14632,115.51823,223.99942,82.778824,279.89627,50.157646,44.754417,121.25467,197.80096,542.55194,143.45164,9.091003,11.818715,11.359702,135.58649,9825.375,9.564156,46.998352,98.21067,29.490482,336.78284,72.81023,231.27333,6.1452994,127.2321,787.9204,683.8581,73.26532,961.25024,90.41125,102.081505,105.44678,48.64598,9.030623,31.091665,848.09485,5.278521,8.334446,187.43874,9.411884,5.5677,47.79578,52.453835,538.7593,126.83707,174.97025,1814.5879,122.22077,2082.697,1753.1328,10.260146,9.293924,5208.2144,12.138073,19.853125,316.70947,34.834972,71.48395,39.633335,187.241,874.62177,273.90115,5.041486,42.523785,233.40335,1535.9783,28.166166,128.90794,11.973275,1.3869767,54.820347,1.2089674,1.0766584,3.6018934,11.97784,39.06828,92.81718,28.894213,1229.1234,42.560646,15.45,22.294445,6.2359724,64.17691,3.8082173,2.3014536,5.758125,59.767452,0.2041885,2.1730328,4.531014,37.976562,14.910297,2.3650901,8.924897,396.7779,38.037067,724.66113,19.320919,1287.3523,36.9982,768.71893,497.9428,13.489533,12.41471,904.7772,1314.034,3640.0635,657.13934 +2023-04-18 06:00:00,0.0,4007.351,38.76824,21.82691,11.9892645,40.690228,195.74658,32.466633,69.39939,24.542088,40.070847,287.29514,506.42664,20.919405,38.115166,6.4976106,1.377381,36.376152,16.48003,13.4559355,474.8327,3.0969002,332.4966,105.56136,4.9215417,39.011597,119.171684,54.217308,364.8917,224.79643,2439.8076,5.6282434,2357.7363,32.346622,6.0491147,4.152386,28.408184,213.8683,271.62216,173.17891,91.425,26.710735,9.424271,865.0383,77.280365,68.816025,52.073677,336.38223,18.081842,332.71793,12.137351,53.7753,0.0,3394.6152,7230.3066,5.19676,44.40806,43.66304,28046.65,98.82784,3.9405255,62.727856,100.7609,48.792206,13.606308,49.30988,599.28284,64.848434,41.64561,4.6310334,9.539154,803.3202,4.2464967,379.22186,58.96625,2554.6875,87.99167,141.47163,174.30757,269.15103,21.8035,36.60653,187.02718,17.6483,19.119297,18.075737,37.14593,171.19241,13.05905,9.939249,107.790955,20.0495,4395.02,33.927845,41.24375,24.82246,33.81059,321.25833,82.359116,52.85625,14.357874,17.230558,42.130074,115.53466,223.88422,82.78125,279.90836,50.20186,44.752335,121.273766,197.8925,543.6676,143.49486,9.088551,11.830626,11.351071,135.84113,9839.212,9.555232,46.977215,98.07958,29.48894,336.79263,72.72583,231.15045,6.140389,127.30708,787.57733,683.28265,73.242935,960.8082,90.29417,102.03433,105.522545,48.588844,9.019013,31.06304,848.84576,5.267223,8.319366,187.25792,9.4103565,5.5668654,47.735542,52.410126,538.3549,126.73906,174.95247,1814.0266,122.34886,2083.1548,1753.5282,10.266842,9.305209,5217.815,12.133515,19.877083,316.71234,34.864502,71.541,39.66316,187.45042,875.7052,273.94104,5.0456786,42.54918,233.82275,1538.5374,28.219898,129.0102,11.9835415,1.3866277,54.822258,1.2086897,1.0757847,3.5986364,11.982187,39.099,92.99139,28.8875,1231.4238,42.591667,15.457143,22.3,6.236786,64.15312,3.8104165,2.3011665,5.75875,59.763176,0.20360714,2.172203,4.530396,37.984375,14.9103565,2.362875,8.94133,397.4409,38.097713,725.8694,19.342611,1289.329,37.03602,768.5177,498.70267,13.508828,12.420284,906.11005,1316.1364,3644.3616,656.92737 +2023-04-18 07:00:00,0.0,4008.4258,38.79268,21.847178,12.001102,40.701576,195.78952,32.47194,69.40912,24.54166,40.06821,287.59064,506.7809,20.923029,38.154396,6.4885507,1.3757647,36.381382,16.487453,13.444809,474.9254,3.0963595,332.58984,105.549034,4.9145527,38.916492,119.18514,54.203526,364.4792,224.74556,2441.3853,5.6167502,2357.6401,32.27211,6.037975,4.143878,28.359642,213.91736,271.6411,172.80981,91.49306,26.731125,9.42506,865.0108,77.06344,68.80109,52.103386,336.61877,18.071272,332.85773,12.139271,53.76235,0.0,3396.5496,7236.8623,5.203284,44.438663,43.704967,28060.08,98.906876,3.9446356,62.728374,100.74116,48.814514,13.613627,49.284092,599.6253,64.92491,41.653667,4.633689,9.54121,803.61285,4.2560024,378.9725,59.003124,2553.8716,88.01157,141.41113,174.26263,269.13922,21.781614,36.5821,186.74855,17.632296,19.105944,18.088175,37.148643,171.07181,13.064416,9.9436865,107.81189,20.049776,4394.6167,33.94332,41.213543,24.822372,33.82103,321.16434,82.34358,52.855904,14.363826,17.237776,42.113827,115.551094,223.76901,82.78368,279.92044,50.24607,44.75025,121.292854,197.98402,544.7833,143.53807,9.086098,11.842535,11.342441,136.09576,9853.048,9.546309,46.956078,97.948494,29.487396,336.8024,72.64143,231.02757,6.1354785,127.38206,787.2343,682.70715,73.22056,960.3662,90.17708,101.98716,105.59832,48.531708,9.007403,31.034414,849.5966,5.2559247,8.304287,187.07712,9.408829,5.566031,47.675304,52.366413,537.95056,126.64106,174.9347,1813.4653,122.47696,2083.6125,1753.9236,10.273538,9.316493,5227.4155,12.128958,19.901041,316.7152,34.894028,71.59805,39.69298,187.65984,876.78864,273.98093,5.049871,42.574574,234.24216,1541.0964,28.273628,129.11244,11.993808,1.3862787,54.824165,1.2084119,1.074911,3.5953794,11.986535,39.129723,93.1656,28.880787,1233.7242,42.622684,15.464286,22.305555,6.2375994,64.12934,3.8126156,2.3008795,5.759375,59.758896,0.2030258,2.1713731,4.5297785,37.992188,14.910417,2.3606596,8.957763,398.1039,38.15836,727.0777,19.364304,1291.3057,37.073837,768.31647,499.46252,13.528123,12.425859,907.4429,1318.2386,3648.66,656.7154 +2023-04-18 08:00:00,0.0,4009.5005,38.817116,21.867443,12.01294,40.71293,195.83247,32.47725,69.41885,24.541231,40.065575,287.88617,507.1352,20.926653,38.19363,6.479491,1.3741485,36.386612,16.494877,13.433682,475.01816,3.095819,332.68307,105.536705,4.9075637,38.821384,119.1986,54.189743,364.06668,224.69469,2442.963,5.605257,2357.544,32.197598,6.0268354,4.1353693,28.311102,213.96642,271.66006,172.44072,91.56111,26.751514,9.42585,864.9833,76.84651,68.78614,52.1331,336.85532,18.060703,332.99753,12.1411915,53.749397,0.0,3398.484,7243.4185,5.2098074,44.46927,43.746895,28073.51,98.9859,3.9487457,62.72889,100.72142,48.83682,13.620947,49.258305,599.9678,65.00139,41.661728,4.6363444,9.543266,803.9056,4.265508,378.72314,59.04,2553.0557,88.03149,141.35062,174.2177,269.12738,21.75973,36.55767,186.46992,17.616293,19.09259,18.100613,37.151352,170.95119,13.069783,9.948123,107.832825,20.05005,4394.2134,33.958794,41.183334,24.822285,33.831467,321.07037,82.32804,52.855556,14.369777,17.244993,42.09758,115.56753,223.6538,82.78611,279.93253,50.290283,44.74817,121.31195,198.07555,545.899,143.58127,9.083645,11.8544445,11.33381,136.3504,9866.884,9.537387,46.934944,97.817406,29.485853,336.8122,72.55704,230.90471,6.130568,127.45704,786.89124,682.1317,73.19818,959.9242,90.06,101.939995,105.674095,48.474567,8.995794,31.005789,850.34753,5.2446265,8.289207,186.8963,9.407301,5.5651965,47.615067,52.3227,537.5462,126.54305,174.9169,1812.9042,122.60505,2084.0703,1754.319,10.280233,9.327778,5237.016,12.1244,19.925001,316.71808,34.923557,71.65511,39.72281,187.86926,877.8721,274.0208,5.0540633,42.599968,234.66156,1543.6554,28.32736,129.2147,12.004074,1.3859298,54.826077,1.2081342,1.0740374,3.5921223,11.990882,39.160442,93.33982,28.874075,1236.0247,42.6537,15.471428,22.311111,6.238413,64.10555,3.8148146,2.3005927,5.7599998,59.754616,0.20244445,2.1705432,4.529161,38.0,14.910476,2.3584445,8.9741955,398.76694,38.219,728.28595,19.385996,1293.2825,37.111656,768.11523,500.22238,13.547418,12.431434,908.7757,1320.3411,3652.958,656.5034 +2023-04-18 09:00:00,0.0,4010.5752,38.841553,21.88771,12.024779,40.72428,195.87541,32.482555,69.42859,24.540804,40.062943,288.1817,507.48947,20.930277,38.23286,6.470432,1.3725321,36.39184,16.502302,13.422557,475.1109,3.0952785,332.7763,105.524376,4.9005747,38.72628,119.21207,54.17596,363.65417,224.6438,2444.5405,5.593764,2357.4478,32.12308,6.0156956,4.126861,28.262558,214.01547,271.67902,172.07162,91.629166,26.771904,9.42664,864.95575,76.629585,68.7712,52.162807,337.09186,18.050133,333.13733,12.143112,53.736446,0.0,3400.4185,7249.974,5.2163315,44.499874,43.78882,28086.94,99.064926,3.9528556,62.729404,100.701675,48.859127,13.628266,49.232517,600.3103,65.077866,41.669785,4.639,9.545322,804.1983,4.2750134,378.4738,59.076874,2552.2395,88.05139,141.29012,174.17278,269.11557,21.737844,36.533237,186.1913,17.600288,19.079237,18.11305,37.154064,170.83058,13.0751505,9.95256,107.85376,20.050327,4393.81,33.974266,41.153126,24.822197,33.841904,320.97638,82.3125,52.85521,14.375729,17.252209,42.081337,115.58396,223.53859,82.78854,279.9446,50.334496,44.746086,121.33105,198.16708,547.01465,143.62448,9.081192,11.866354,11.325179,136.60504,9880.721,9.528463,46.913807,97.68632,29.484312,336.82196,72.47263,230.78183,6.1256576,127.53201,786.54816,681.5563,73.1758,959.4822,89.94291,101.89282,105.74986,48.41743,8.984184,30.977163,851.09845,5.2333283,8.274128,186.7155,9.405773,5.5643625,47.55483,52.27899,537.1419,126.44505,174.89912,1812.3428,122.73315,2084.528,1754.7144,10.28693,9.339063,5246.6167,12.119843,19.94896,316.72092,34.953083,71.712166,39.752632,188.07869,878.95544,274.0607,5.0582557,42.625362,235.08096,1546.2145,28.381092,129.31696,12.01434,1.3855809,54.827984,1.2078564,1.0731637,3.588865,11.99523,39.191166,93.51404,28.867361,1238.325,42.684723,15.478571,22.316668,6.2392263,64.08177,3.8170137,2.3003056,5.760625,59.75034,0.2018631,2.1697135,4.528543,38.007812,14.910536,2.356229,8.990628,399.42993,38.279648,729.49426,19.407688,1295.2592,37.149475,767.914,500.98224,13.566712,12.437008,910.1085,1322.4434,3657.2563,656.29144 +2023-04-18 10:00:00,0.0,4011.65,38.86599,21.907978,12.036617,40.73563,195.91835,32.487865,69.43832,24.540377,40.060307,288.47723,507.84375,20.9339,38.27209,6.461372,1.3709159,36.397076,16.509726,13.41143,475.20364,3.0947378,332.86954,105.51204,4.8935857,38.631172,119.225525,54.162178,363.24167,224.59293,2446.1182,5.582271,2357.3518,32.04857,6.0045557,4.118353,28.214018,214.06453,271.69797,171.70253,91.69722,26.792294,9.427429,864.9282,76.41266,68.756256,52.192516,337.3284,18.039562,333.27713,12.145032,53.723495,0.0,3402.353,7256.5303,5.222855,44.53048,43.830746,28100.37,99.14396,3.9569657,62.72992,100.68193,48.88143,13.635586,49.20673,600.6528,65.15434,41.677845,4.6416554,9.547379,804.491,4.284519,378.22443,59.11375,2551.4236,88.0713,141.2296,174.12784,269.10376,21.71596,36.50881,185.91266,17.584286,19.065882,18.125486,37.156776,170.70998,13.080517,9.956997,107.874695,20.050602,4393.4067,33.989742,41.122917,24.82211,33.85234,320.88242,82.29696,52.854862,14.38168,17.259426,42.06509,115.600395,223.42339,82.79098,279.9567,50.378708,44.744003,121.35014,198.2586,548.1304,143.6677,9.078739,11.878264,11.316547,136.85968,9894.557,9.519541,46.89267,97.55523,29.482769,336.83173,72.38824,230.65895,6.120747,127.60699,786.20514,680.9808,73.15342,959.04016,89.82583,101.84566,105.82564,48.360294,8.972574,30.948538,851.8493,5.2220306,8.259048,186.53468,9.404245,5.563528,47.49459,52.23528,536.73755,126.347046,174.88133,1811.7815,122.86124,2084.9858,1755.1097,10.293626,9.3503475,5256.218,12.115285,19.972918,316.7238,34.982613,71.769226,39.782455,188.2881,880.0389,274.1006,5.0624485,42.650757,235.50037,1548.7736,28.434822,129.4192,12.024607,1.3852319,54.829895,1.2075787,1.0722901,3.585608,11.9995775,39.22189,93.688255,28.86065,1240.6254,42.71574,15.485714,22.322222,6.24004,64.05798,3.8192127,2.3000185,5.76125,59.74606,0.20128176,2.1688836,4.5279255,38.015625,14.910595,2.354014,9.007061,400.09296,38.340294,730.7025,19.429382,1297.2358,37.187294,767.71277,501.7421,13.586007,12.442582,911.44135,1324.5458,3661.5544,656.07947 +2023-04-18 11:00:00,0.0,4012.7246,38.890427,21.928244,12.048455,40.746983,195.96129,32.49317,69.44805,24.539948,40.05767,288.77274,508.19803,20.937525,38.311325,6.4523125,1.3692997,36.402306,16.517149,13.400304,475.2964,3.0941973,332.96277,105.49971,4.8865967,38.536068,119.23898,54.148396,362.8292,224.54204,2447.6956,5.570778,2357.2556,31.974054,5.9934163,4.1098447,28.165476,214.11359,271.71692,171.33344,91.765274,26.812683,9.42822,864.9007,76.19573,68.74132,52.22223,337.56494,18.028992,333.41693,12.146953,53.710545,0.0,3404.287,7263.086,5.229379,44.56109,43.872673,28113.799,99.222984,3.9610758,62.73044,100.662186,48.90374,13.642905,49.180943,600.99524,65.23082,41.6859,4.644311,9.549434,804.7837,4.294025,377.97507,59.150627,2550.6077,88.0912,141.1691,174.0829,269.09195,21.694075,36.48438,185.63403,17.568283,19.052528,18.137924,37.159485,170.58937,13.085884,9.961434,107.89563,20.050879,4393.0034,34.005215,41.09271,24.822021,33.86278,320.78842,82.28142,52.854515,14.387631,17.266644,42.048843,115.61683,223.30818,82.7934,279.9688,50.42292,44.74192,121.36923,198.35013,549.24603,143.71089,9.076286,11.890174,11.307917,137.11432,9908.393,9.510618,46.871532,97.42414,29.481226,336.84152,72.30384,230.53607,6.115836,127.68197,785.86206,680.40533,73.131035,958.5981,89.70875,101.798485,105.90141,48.303158,8.960964,30.919912,852.6002,5.2107325,8.243969,186.35387,9.402718,5.5626936,47.434353,52.191566,536.3332,126.24905,174.86356,1811.2203,122.989334,2085.4436,1755.5051,10.300322,9.361632,5265.8184,12.110727,19.996876,316.72665,35.01214,71.82628,39.812283,188.49753,881.1223,274.1405,5.066641,42.67615,235.91977,1551.3326,28.488554,129.52147,12.034873,1.3848829,54.831802,1.2073009,1.0714165,3.582351,12.003924,39.25261,93.862465,28.853935,1242.9258,42.746758,15.492857,22.327778,6.2408533,64.0342,3.8214118,2.2997315,5.7618747,59.74178,0.2007004,2.1680536,4.527308,38.023438,14.910655,2.3517985,9.023494,400.75598,38.400936,731.9108,19.451075,1299.2125,37.22511,767.51154,502.50195,13.605302,12.448156,912.7742,1326.6481,3665.8528,655.8675 +2023-04-18 12:00:00,0.0,4013.7993,38.914864,21.948511,12.060294,40.75833,196.00423,32.49848,69.45779,24.53952,40.05504,289.06827,508.5523,20.941149,38.350555,6.4432526,1.3676833,36.407536,16.524572,13.389177,475.38913,3.0936568,333.05597,105.48738,4.879608,38.44096,119.25245,54.134617,362.4167,224.49117,2449.2732,5.5592847,2357.1594,31.899542,5.9822764,4.1013365,28.116934,214.16264,271.7359,170.96434,91.833336,26.833073,9.429009,864.87317,75.978806,68.72637,52.251938,337.80148,18.018421,333.55673,12.148873,53.697594,0.0,3406.2217,7269.642,5.235903,44.591694,43.9146,28127.229,99.30201,3.9651856,62.730953,100.64244,48.92605,13.650225,49.15516,601.33777,65.30729,41.693962,4.6469665,9.55149,805.0764,4.30353,377.7257,59.1875,2549.7917,88.111115,141.10858,174.03796,269.08014,21.672192,36.459946,185.35541,17.552279,19.039175,18.150362,37.162197,170.46875,13.09125,9.965872,107.916565,20.051153,4392.6,34.020687,41.0625,24.821934,33.87322,320.69443,82.26588,52.854168,14.393582,17.27386,42.032597,115.63326,223.19298,82.79584,279.9809,50.467133,44.739838,121.38833,198.44167,550.36176,143.7541,9.073833,11.902083,11.299286,137.36896,9922.2295,9.501695,46.8504,97.29305,29.479683,336.8513,72.219444,230.41321,6.1109257,127.75694,785.519,679.82983,73.10866,958.15607,89.59166,101.75132,105.97718,48.246017,8.949355,30.891287,853.3511,5.1994343,8.2288885,186.17307,9.40119,5.561859,47.374115,52.147858,535.92883,126.15104,174.84576,1810.659,123.117424,2085.9014,1755.9006,10.307017,9.372917,5275.419,12.10617,20.020834,316.72952,35.041668,71.88333,39.842106,188.70695,882.20575,274.1804,5.070833,42.701546,236.33917,1553.8917,28.542284,129.62372,12.045139,1.384534,54.83371,1.2070231,1.0705428,3.579094,12.008272,39.283333,94.03668,28.847221,1245.2261,42.77778,15.5,22.333334,6.241667,64.010414,3.823611,2.2994444,5.7625,59.737503,0.20011905,2.167224,4.52669,38.03125,14.910714,2.3495834,9.039927,401.41898,38.461582,733.1191,19.472767,1301.1892,37.262928,767.3103,503.2618,13.624597,12.453732,914.107,1328.7505,3670.151,655.6555 +2023-04-18 13:00:00,0.0,4014.874,38.9393,21.968779,12.072132,40.769684,196.04718,32.50379,69.467514,24.539091,40.052402,289.3638,508.9066,20.944773,38.389786,6.434193,1.366067,36.412766,16.531996,13.378052,475.48187,3.093116,333.1492,105.47505,4.872619,38.345856,119.26591,54.120834,362.00418,224.44028,2450.8508,5.5477915,2357.0635,31.825027,5.971137,4.0928283,28.068394,214.2117,271.75485,170.59525,91.90139,26.853462,9.429799,864.8457,75.76188,68.71143,52.28165,338.03802,18.00785,333.69653,12.150793,53.684643,0.0,3408.1562,7276.1978,5.242427,44.6223,43.956528,28140.658,99.38104,3.9692957,62.73147,100.622696,48.948353,13.657544,49.12937,601.68024,65.383766,41.70202,4.649622,9.553546,805.36914,4.313036,377.47632,59.224377,2548.9756,88.13102,141.04808,173.99303,269.06833,21.650307,36.435516,185.07678,17.536276,19.025822,18.1628,37.16491,170.34814,13.096618,9.970308,107.9375,20.05143,4392.197,34.036163,41.03229,24.821846,33.883656,320.60046,82.250336,52.85382,14.399533,17.281078,42.016354,115.6497,223.07777,82.79826,279.99298,50.511345,44.737755,121.407425,198.53319,551.4774,143.79732,9.071381,11.913993,11.290655,137.6236,9936.065,9.492772,46.82926,97.161964,29.47814,336.86108,72.13504,230.29033,6.106015,127.83192,785.17596,679.2544,73.08627,957.71405,89.47458,101.70415,106.052956,48.18888,8.937745,30.862661,854.102,5.188136,8.213809,185.99225,9.399663,5.5610247,47.313877,52.104145,535.5245,126.05304,174.82799,1810.0978,123.24552,2086.3591,1756.296,10.313713,9.384202,5285.0195,12.101612,20.044792,316.73236,35.071194,71.94039,39.87193,188.91637,883.2892,274.22028,5.0750256,42.72694,236.75858,1556.4508,28.596016,129.72598,12.055406,1.3841851,54.83562,1.2067454,1.0696691,3.5758367,12.01262,39.314056,94.2109,28.84051,1247.5265,42.808796,15.507142,22.338888,6.2424803,63.986633,3.82581,2.2991574,5.763125,59.733223,0.19953771,2.166394,4.5260725,38.039062,14.910773,2.347368,9.056359,402.082,38.52223,734.3274,19.49446,1303.1659,37.300747,767.1091,504.02167,13.643891,12.459306,915.43976,1330.8528,3674.4492,655.4436 +2023-04-18 14:00:00,0.0,4015.9487,38.963737,21.989044,12.08397,40.781036,196.09012,32.509098,69.47725,24.538664,40.049767,289.65933,509.26086,20.948397,38.429016,6.4251337,1.3644508,36.417995,16.539421,13.366925,475.5746,3.0925756,333.24243,105.46272,4.86563,38.250748,119.279366,54.10705,361.59167,224.3894,2452.4285,5.5362983,2356.9673,31.750513,5.959997,4.0843196,28.019852,214.26076,271.7738,170.22615,91.969444,26.873854,9.430589,864.8182,75.54495,68.69649,52.31136,338.27457,17.997282,333.83633,12.152714,53.67169,0.0,3410.0906,7282.754,5.2489505,44.652905,43.99845,28154.088,99.46007,3.9734056,62.731983,100.60295,48.97066,13.664864,49.103584,602.0227,65.46024,41.71008,4.6522775,9.555602,805.6618,4.3225417,377.22696,59.26125,2548.1597,88.150925,140.98756,173.94809,269.0565,21.628422,36.411083,184.79814,17.520271,19.012468,18.175238,37.16762,170.22754,13.101984,9.974746,107.958435,20.051704,4391.7935,34.051636,41.002083,24.821758,33.894093,320.50647,82.2348,52.853474,14.405485,17.288296,42.000107,115.66613,222.96257,82.8007,280.00507,50.555557,44.735672,121.42651,198.62473,552.59314,143.84052,9.068928,11.925903,11.282023,137.87823,9949.901,9.48385,46.808125,97.03088,29.476599,336.87085,72.050644,230.16745,6.1011047,127.9069,784.8329,678.67896,73.063896,957.27203,89.3575,101.65698,106.12873,48.131744,8.926135,30.834036,854.85284,5.176838,8.1987295,185.81145,9.398135,5.56019,47.25364,52.060436,535.1201,125.95503,174.81021,1809.5366,123.37361,2086.817,1756.6914,10.320409,9.395487,5294.62,12.0970545,20.06875,316.73523,35.100723,71.997444,39.901756,189.1258,884.37256,274.26016,5.0792184,42.75234,237.17798,1559.0098,28.649746,129.82823,12.065671,1.3838362,54.83753,1.2064676,1.0687956,3.5725796,12.016967,39.344776,94.38512,28.833796,1249.8269,42.839813,15.514285,22.344444,6.243294,63.96285,3.8280091,2.2988703,5.76375,59.728943,0.19895636,2.165564,4.5254545,38.046875,14.910833,2.3451526,9.072792,402.74503,38.582874,735.5357,19.516151,1305.1426,37.338566,766.90784,504.78152,13.663186,12.46488,916.7726,1332.9551,3678.7473,655.2316 +2023-04-18 15:00:00,0.0,4017.0237,38.988174,22.009312,12.095808,40.792385,196.13306,32.51441,69.486984,24.538237,40.04713,289.95486,509.61514,20.95202,38.46825,6.416074,1.3628345,36.423225,16.546844,13.355799,475.66733,3.092035,333.33566,105.45039,4.858641,38.155643,119.29283,54.09327,361.17917,224.33852,2454.006,5.5248055,2356.871,31.676,5.9488573,4.0758114,27.97131,214.30981,271.79276,169.85706,92.0375,26.894243,9.431378,864.79065,75.32802,68.68155,52.341072,338.5111,17.986712,333.97614,12.154634,53.65874,0.0,3412.025,7289.3096,5.2554746,44.683514,44.04038,28167.518,99.53909,3.9775157,62.732502,100.58321,48.992966,13.672183,49.077797,602.36523,65.53672,41.718136,4.654933,9.557658,805.9545,4.332047,376.9776,59.298126,2547.3438,88.17084,140.92706,173.90315,269.04468,21.606537,36.386654,184.51952,17.504269,18.999115,18.187674,37.170334,170.10692,13.107351,9.979182,107.97936,20.051981,4391.39,34.06711,40.971874,24.82167,33.904533,320.4125,82.21926,52.853127,14.411436,17.295513,41.98386,115.68256,222.84737,82.80312,280.01715,50.599766,44.73359,121.44561,198.71625,553.7088,143.88373,9.066475,11.937813,11.273393,138.13289,9963.738,9.474926,46.786987,96.899796,29.475056,336.88065,71.96625,230.04459,6.0961943,127.98187,784.4898,678.10345,73.04151,956.83,89.24041,101.60981,106.2045,48.074608,8.914526,30.80541,855.60376,5.1655397,8.18365,185.63063,9.396607,5.5593557,47.1934,52.016724,534.71576,125.85703,174.79242,1808.9753,123.50171,2087.2747,1757.0868,10.327105,9.406772,5304.2207,12.092497,20.092709,316.7381,35.13025,72.054504,39.93158,189.3352,885.456,274.30005,5.0834107,42.777733,237.59738,1561.5688,28.703478,129.93048,12.075937,1.3834871,54.83944,1.2061899,1.0679219,3.5693226,12.021315,39.3755,94.55933,28.827084,1252.1272,42.870834,15.521428,22.35,6.2441072,63.939064,3.830208,2.2985833,5.7643747,59.724667,0.198375,2.1647344,4.524837,38.054688,14.9108925,2.3429375,9.089225,403.40805,38.643517,736.74396,19.537844,1307.1194,37.376385,766.7066,505.54138,13.682481,12.470454,918.1054,1335.0575,3683.0457,655.01965 +2023-04-18 16:00:00,0.0,4018.0984,39.01261,22.02958,12.107647,40.803738,196.176,32.519714,69.49671,24.537807,40.0445,290.25037,509.96942,20.955645,38.50748,6.4070144,1.3612182,36.42846,16.554268,13.344672,475.76007,3.0914943,333.4289,105.438065,4.851652,38.060535,119.30629,54.079487,360.7667,224.28764,2455.5837,5.5133123,2356.775,31.601486,5.937718,4.067303,27.922768,214.35887,271.8117,169.48796,92.10555,26.914633,9.432168,864.7631,75.11109,68.6666,52.37078,338.74768,17.976141,334.11594,12.156554,53.645794,0.0,3413.9595,7295.8657,5.261998,44.71412,44.082306,28180.947,99.618126,3.9816258,62.733017,100.56347,49.015274,13.6795025,49.05201,602.7077,65.6132,41.726196,4.6575885,9.559714,806.24725,4.3415527,376.72824,59.335,2546.5278,88.19074,140.86655,173.85822,269.03287,21.584652,36.362225,184.24089,17.488266,18.98576,18.200111,37.173042,169.98631,13.112718,9.98362,108.0003,20.052256,4390.987,34.082584,40.941666,24.821583,33.91497,320.3185,82.20372,52.85278,14.417388,17.302729,41.967613,115.699,222.73216,82.80556,280.02924,50.64398,44.731506,121.46471,198.80777,554.82446,143.92693,9.064022,11.949722,11.264762,138.38753,9977.574,9.466003,46.765854,96.76871,29.473513,336.8904,71.88185,229.9217,6.091284,128.05685,784.1468,677.528,73.019135,956.388,89.12333,101.56264,106.28027,48.01747,8.902916,30.776785,856.3546,5.1542416,8.1685705,185.44983,9.39508,5.5585217,47.133163,51.97301,534.3114,125.759026,174.77464,1808.4141,123.6298,2087.7324,1757.4822,10.333801,9.418056,5313.822,12.087939,20.116667,316.74097,35.15978,72.11156,39.961403,189.54463,886.5394,274.33994,5.087603,42.803127,238.01678,1564.1279,28.757208,130.03275,12.086204,1.3831382,54.841347,1.2059121,1.0670482,3.5660653,12.025661,39.406223,94.73354,28.82037,1254.4276,42.90185,15.528571,22.355556,6.2449207,63.91528,3.8324072,2.2982962,5.765,59.720387,0.19779365,2.1639044,4.5242195,38.0625,14.910953,2.340722,9.105658,404.07104,38.704163,737.9523,19.559538,1309.0961,37.414204,766.5054,506.30124,13.701776,12.476028,919.43823,1337.1598,3687.3438,654.8077 +2023-04-18 17:00:00,0.0,4019.173,39.03705,22.049845,12.119485,40.815086,196.21893,32.525024,69.50645,24.53738,40.041862,290.5459,510.32373,20.959269,38.54671,6.397955,1.359602,36.43369,16.561691,13.333547,475.8528,3.0909538,333.52213,105.425735,4.844663,37.96543,119.319756,54.065704,360.3542,224.23677,2457.1614,5.501819,2356.679,31.526974,5.926578,4.058795,27.874228,214.40793,271.83066,169.11887,92.173615,26.935022,9.432959,864.7356,74.894165,68.651665,52.400494,338.9842,17.96557,334.25574,12.158475,53.632843,0.0,3415.8938,7302.422,5.2685223,44.744724,44.124233,28194.377,99.69715,3.9857357,62.733532,100.543724,49.03758,13.686822,49.026222,603.0502,65.68967,41.734253,4.660244,9.56177,806.54,4.3510585,376.47888,59.371876,2545.712,88.21065,140.80605,173.81328,269.02106,21.562767,36.33779,183.96227,17.472261,18.972406,18.21255,37.175755,169.8657,13.118085,9.988056,108.02123,20.052532,4390.5835,34.098057,40.911457,24.821495,33.925407,320.22452,82.18818,52.852432,14.423339,17.309946,41.95137,115.71543,222.61696,82.80799,280.04135,50.68819,44.729424,121.4838,198.8993,555.9402,143.97014,9.061569,11.961632,11.256131,138.64217,9991.41,9.457081,46.744717,96.63762,29.47197,336.90018,71.797455,229.79883,6.0863733,128.13182,783.8037,676.9525,72.99675,955.946,89.00625,101.51547,106.35605,47.96033,8.891306,30.74816,857.1055,5.142944,8.153491,185.26901,9.393552,5.5576873,47.072926,51.929302,533.90704,125.661026,174.75685,1807.8528,123.7579,2088.1902,1757.8776,10.340497,9.42934,5323.4224,12.083382,20.140625,316.74384,35.189304,72.16861,39.99123,189.75406,887.62286,274.37982,5.0917954,42.82852,238.43619,1566.687,28.81094,130.135,12.09647,1.3827893,54.843258,1.2056344,1.0661745,3.5628083,12.030009,39.436943,94.90776,28.813658,1256.728,42.93287,15.535714,22.36111,6.245734,63.891495,3.8346064,2.2980092,5.765625,59.716106,0.19721231,2.1630745,4.5236015,38.070312,14.911012,2.338507,9.12209,404.73407,38.76481,739.1605,19.58123,1311.0728,37.452023,766.30414,507.0611,13.72107,12.481603,920.77106,1339.2622,3691.642,654.5957 +2023-04-18 18:00:00,0.0,4020.2478,39.061485,22.070112,12.131323,40.82644,196.26189,32.530334,69.51618,24.536951,40.039227,290.84143,510.678,20.962893,38.585945,6.388895,1.3579856,36.43892,16.569115,13.32242,475.94556,3.0904133,333.61536,105.41341,4.837674,37.870327,119.33321,54.05192,359.94168,224.18588,2458.739,5.490326,2356.5828,31.45246,5.915438,4.050287,27.825684,214.45699,271.8496,168.74977,92.24167,26.955412,9.433748,864.70807,74.67724,68.63672,52.430202,339.22076,17.955,334.39554,12.160396,53.619892,0.0,3417.8284,7308.9775,5.275046,44.77533,44.16616,28207.807,99.77618,3.9898458,62.734047,100.52398,49.059887,13.694141,49.000435,603.3927,65.76614,41.742313,4.6628995,9.563827,806.83264,4.360564,376.22952,59.40875,2544.8958,88.23056,140.74554,173.76834,269.00925,21.540882,36.313362,183.68362,17.456259,18.959053,18.224987,37.178467,169.74509,13.123451,9.992494,108.04217,20.052809,4390.18,34.11353,40.88125,24.821407,33.935844,320.13055,82.17264,52.852085,14.429291,17.317163,41.935123,115.731865,222.50175,82.81042,280.05344,50.732403,44.72734,121.50289,198.99083,557.05585,144.01335,9.059117,11.973542,11.2475,138.8968,10005.247,9.448157,46.72358,96.50653,29.470427,336.90997,71.71305,229.67595,6.081463,128.2068,783.46063,676.3771,72.97437,955.50397,88.88916,101.4683,106.431816,47.903194,8.879697,30.719534,857.8564,5.1316457,8.1384115,185.0882,9.392024,5.556853,47.012688,51.88559,533.5027,125.56302,174.73907,1807.2915,123.88599,2088.648,1758.273,10.347193,9.440625,5333.023,12.078824,20.164583,316.74667,35.218834,72.22567,40.021053,189.96347,888.7063,274.41974,5.095988,42.853916,238.85559,1569.2461,28.864672,130.23724,12.106736,1.3824403,54.845165,1.2053566,1.065301,3.5595512,12.034357,39.467667,95.08198,28.806944,1259.0283,42.963886,15.542857,22.366667,6.2465477,63.86771,3.8368053,2.297722,5.7662497,59.71183,0.19663095,2.1622448,4.522984,38.078125,14.911072,2.3362916,9.138523,405.3971,38.82545,740.36884,19.602922,1313.0494,37.489838,766.1029,507.82095,13.740365,12.487178,922.1039,1341.3645,3695.9402,654.3837 +2023-04-18 19:00:00,0.0,4021.3225,39.085922,22.09038,12.143162,40.83779,196.30482,32.53564,69.52591,24.536524,40.03659,291.13696,511.0323,20.966516,38.625175,6.3798356,1.3563694,36.44415,16.57654,13.311294,476.0383,3.0898726,333.7086,105.40108,4.830685,37.77522,119.34667,54.03814,359.52917,224.13501,2460.3167,5.478833,2356.4866,31.377947,5.904299,4.0417786,27.777143,214.50604,271.86856,168.38068,92.30972,26.975801,9.434538,864.68054,74.46031,68.62177,52.459915,339.45728,17.944431,334.53534,12.162315,53.60694,0.0,3419.7627,7315.5337,5.28157,44.805935,44.208084,28221.236,99.85521,3.9939559,62.734562,100.504234,49.082195,13.701461,48.974648,603.73517,65.84262,41.75037,4.665555,9.565882,807.12537,4.3700695,375.98016,59.445625,2544.0798,88.250465,140.68503,173.7234,268.9974,21.519,36.288933,183.405,17.440254,18.9457,18.237423,37.18118,169.62448,13.1288185,9.99693,108.0631,20.053083,4389.777,34.129005,40.85104,24.82132,33.946285,320.03656,82.1571,52.851738,14.435242,17.32438,41.918877,115.7483,222.38655,82.81285,280.06552,50.776615,44.72526,121.52199,199.08235,558.1716,144.05655,9.056664,11.985452,11.238869,139.15144,10019.083,9.439235,46.702442,96.37544,29.468885,336.91974,71.628654,229.55309,6.0765524,128.28178,783.1176,675.80164,72.95199,955.06195,88.77208,101.421135,106.50759,47.846058,8.868087,30.690908,858.6073,5.1203475,8.123331,184.9074,9.390496,5.5560184,46.95245,51.841877,533.0984,125.46502,174.72128,1806.7302,124.01408,2089.1057,1758.6683,10.3538885,9.45191,5342.6235,12.074266,20.188541,316.74954,35.248363,72.28272,40.050877,190.1729,889.78973,274.45963,5.1001806,42.87931,239.275,1571.8052,28.918402,130.33951,12.1170025,1.3820913,54.847076,1.205079,1.0644273,3.5562942,12.038704,39.49839,95.256195,28.800232,1261.3287,42.994907,15.549999,22.372223,6.247361,63.843925,3.8390045,2.297435,5.766875,59.70755,0.1960496,2.1614149,4.5223665,38.085938,14.911131,2.3340764,9.154955,406.0601,38.886097,741.5771,19.624615,1315.0261,37.527657,765.9017,508.5808,13.75966,12.492752,923.4367,1343.4669,3700.2385,654.17175 +2023-04-18 20:00:00,0.0,4022.3972,39.11036,22.110647,12.155,40.84914,196.34776,32.54095,69.535645,24.536095,40.03396,291.4325,511.38657,20.97014,38.664406,6.370776,1.3547531,36.44938,16.583963,13.300168,476.13104,3.089332,333.80182,105.38875,4.8236966,37.680115,119.36014,54.02436,359.11667,224.08412,2461.8943,5.46734,2356.3904,31.303432,5.893159,4.03327,27.728603,214.5551,271.8875,168.01158,92.37778,26.996191,9.435328,864.6531,74.243385,68.606834,52.489624,339.69385,17.93386,334.67514,12.164236,53.59399,0.0,3421.697,7322.0894,5.2880936,44.836544,44.25001,28234.666,99.934235,3.9980657,62.73508,100.48448,49.1045,13.70878,48.94886,604.07764,65.9191,41.75843,4.6682105,9.567938,807.4181,4.3795753,375.73077,59.482502,2543.264,88.27037,140.62451,173.67847,268.9856,21.497114,36.2645,183.12637,17.424252,18.932346,18.24986,37.18389,169.50388,13.134185,10.001368,108.08404,20.05336,4389.3735,34.144478,40.820835,24.821232,33.956722,319.9426,82.14156,52.851387,14.441194,17.331598,41.90263,115.76473,222.27135,82.81528,280.0776,50.820827,44.72318,121.541084,199.17389,559.28723,144.09976,9.054212,11.997361,11.230238,139.40608,10032.919,9.430312,46.68131,96.244354,29.467342,336.92953,71.54426,229.4302,6.071642,128.35675,782.77454,675.22614,72.92961,954.61993,88.655,101.37396,106.58337,47.78892,8.856477,30.662283,859.35815,5.1090493,8.108252,184.72658,9.388968,5.555184,46.892212,51.79817,532.69403,125.36701,174.7035,1806.169,124.14217,2089.5635,1759.0637,10.360584,9.463195,5352.224,12.069709,20.2125,316.7524,35.27789,72.339775,40.080704,190.38232,890.8731,274.4995,5.104373,42.904705,239.6944,1574.3643,28.972134,130.44176,12.127269,1.3817424,54.848984,1.2048012,1.0635536,3.553037,12.043052,39.52911,95.43041,28.793518,1263.6292,43.025925,15.557142,22.377777,6.2481747,63.820137,3.8412035,2.297148,5.7675,59.70327,0.19546826,2.1605852,4.5217485,38.09375,14.91119,2.331861,9.171388,406.7231,38.946743,742.7854,19.646307,1317.0028,37.565475,765.70044,509.34067,13.7789545,12.498326,924.76953,1345.5692,3704.5369,653.9598 +2023-04-18 21:00:00,0.0,4023.472,39.134796,22.130913,12.166838,40.860493,196.3907,32.546257,69.54537,24.535667,40.031322,291.728,511.74084,20.973764,38.70364,6.3617163,1.3531368,36.45461,16.591387,13.2890415,476.22375,3.0887914,333.89505,105.37642,4.8167076,37.585007,119.3736,54.01058,358.7042,224.03325,2463.472,5.455847,2356.2944,31.228918,5.882019,4.0247617,27.68006,214.60416,271.90646,167.64249,92.44583,27.01658,9.436117,864.62555,74.02646,68.59189,52.519333,339.93036,17.92329,334.81494,12.166157,53.58104,0.0,3423.6316,7328.6455,5.294617,44.86715,44.29194,28248.096,100.01326,4.002176,62.735596,100.46474,49.12681,13.7161,48.923073,604.42017,65.995575,41.766487,4.670866,9.569994,807.7108,4.389081,375.4814,59.519375,2542.448,88.290276,140.56401,173.63353,268.9738,21.47523,36.24007,182.84775,17.408247,18.918993,18.262299,37.1866,169.38327,13.139552,10.005805,108.10497,20.053635,4388.97,34.15995,40.790627,24.821144,33.96716,319.8486,82.12602,52.85104,14.4471445,17.338816,41.886387,115.781166,222.15614,82.81771,280.0897,50.86504,44.721096,121.56017,199.26541,560.40295,144.14297,9.051759,12.009271,11.221607,139.66072,10046.756,9.421389,46.66017,96.113266,29.4658,336.9393,71.45986,229.30733,6.0667315,128.43173,782.43146,674.6507,72.90723,954.1779,88.53791,101.3268,106.659134,47.731785,8.844867,30.633657,860.1091,5.097751,8.093172,184.54578,9.387441,5.5543494,46.831974,51.754456,532.2897,125.26901,174.68573,1805.6078,124.27026,2090.0212,1759.4591,10.367281,9.47448,5361.8247,12.065151,20.236458,316.75528,35.30742,72.396835,40.110527,190.59174,891.95654,274.5394,5.1085653,42.9301,240.1138,1576.9232,29.025864,130.544,12.137535,1.3813934,54.850895,1.2045234,1.06268,3.54978,12.047399,39.559834,95.60462,28.786806,1265.9296,43.056942,15.564285,22.383333,6.248988,63.796352,3.8434026,2.2968612,5.768125,59.698994,0.19488691,2.1597552,4.521131,38.101562,14.91125,2.3296459,9.18782,407.38614,39.007385,743.99365,19.668,1318.9795,37.603294,765.49927,510.10052,13.798249,12.503901,926.10236,1347.6715,3708.835,653.7478 +2023-04-18 22:00:00,0.0,4024.5466,39.159233,22.15118,12.178676,40.87184,196.43364,32.551567,69.55511,24.53524,40.028687,292.02353,512.0951,20.977388,38.74287,6.352657,1.3515205,36.45984,16.59881,13.277915,476.3165,3.0882509,333.98825,105.36409,4.8097186,37.489902,119.387054,53.996796,358.2917,223.98236,2465.0496,5.4443536,2356.1982,31.154406,5.8708797,4.0162535,27.63152,214.65321,271.92545,167.27339,92.513885,27.03697,9.436907,864.598,73.80953,68.57695,52.549046,340.16693,17.91272,334.95474,12.1680765,53.56809,0.0,3425.566,7335.201,5.3011413,44.897755,44.333866,28261.525,100.09229,4.0062857,62.73611,100.445,49.149113,13.723419,48.897285,604.76263,66.07205,41.774548,4.6735215,9.57205,808.0035,4.3985863,375.23206,59.55625,2541.6318,88.31019,140.50351,173.5886,268.96198,21.453344,36.21564,182.5691,17.392244,18.905638,18.274736,37.189312,169.26265,13.144918,10.0102415,108.12591,20.053911,4388.567,34.175426,40.760418,24.821056,33.977596,319.75464,82.11048,52.850693,14.453096,17.346031,41.87014,115.7976,222.04094,82.82014,280.10178,50.909252,44.719013,121.57927,199.35693,561.5186,144.18617,9.049306,12.021181,11.212976,139.91536,10060.592,9.412466,46.639034,95.98218,29.464256,336.9491,71.37546,229.18445,6.061821,128.50671,782.08844,674.0752,72.88485,953.7359,88.42083,101.279625,106.73491,47.674644,8.833258,30.605032,860.8599,5.086453,8.078093,184.36496,9.385913,5.553515,46.771736,51.710743,531.8853,125.171005,174.66794,1805.0465,124.39836,2090.479,1759.8546,10.373977,9.4857645,5371.426,12.060594,20.260416,316.75812,35.336945,72.45389,40.14035,190.80116,893.04,274.57928,5.1127577,42.955494,240.5332,1579.4823,29.079596,130.64627,12.147801,1.3810445,54.852802,1.2042457,1.0618063,3.5465229,12.051746,39.590557,95.77884,28.780092,1268.2299,43.087963,15.571428,22.38889,6.2498016,63.772568,3.8456016,2.296574,5.7687497,59.694714,0.19430555,2.1589253,4.5205135,38.109375,14.911309,2.3274305,9.204253,408.04913,39.06803,745.20197,19.689692,1320.9563,37.641113,765.29803,510.86038,13.817544,12.509475,927.4352,1349.7739,3713.1333,653.5358 +2023-04-18 23:00:00,0.0,4025.6213,39.18367,22.171448,12.190515,40.883194,196.4766,32.556873,69.56484,24.534811,40.026054,292.31906,512.4494,20.981012,38.7821,6.3435974,1.3499043,36.465073,16.606234,13.2667885,476.40924,3.0877104,334.08148,105.35176,4.8027296,37.394794,119.40052,53.983013,357.87918,223.93149,2466.6272,5.4328604,2356.102,31.079891,5.85974,4.0077453,27.582977,214.70229,271.9444,166.9043,92.58195,27.05736,9.437696,864.5705,73.592606,68.562004,52.578754,340.40344,17.90215,335.09454,12.169997,53.555138,0.0,3427.5002,7341.7573,5.307665,44.92836,44.375793,28274.955,100.17132,4.010396,62.736626,100.425255,49.17142,13.730739,48.871502,605.1051,66.14852,41.782604,4.6761765,9.574106,808.2962,4.408092,374.9827,59.593124,2540.816,88.33009,140.443,173.54367,268.95016,21.43146,36.191208,182.29048,17.376242,18.892284,18.287174,37.192024,169.14204,13.150286,10.014679,108.14684,20.054186,4388.1636,34.1909,40.73021,24.820969,33.988037,319.66064,82.09494,52.850346,14.459047,17.353249,41.853893,115.81403,221.92574,82.82257,280.1139,50.953465,44.71693,121.598366,199.44847,562.63434,144.22939,9.046853,12.033091,11.204346,140.17,10074.428,9.403543,46.6179,95.85109,29.462715,336.95886,71.29106,229.06158,6.0569105,128.5817,781.74536,673.49976,72.862465,953.2939,88.30375,101.23246,106.810684,47.617508,8.821648,30.576406,861.61084,5.075155,8.063013,184.18416,9.384385,5.5526805,46.7115,51.667034,531.48096,125.073006,174.65016,1804.4851,124.52645,2090.9368,1760.25,10.380672,9.497049,5381.0264,12.056036,20.284376,316.761,35.366474,72.51095,40.170177,191.01059,894.1234,274.61917,5.1169505,42.98089,240.9526,1582.0414,29.133326,130.74852,12.158068,1.3806956,54.854713,1.2039679,1.0609326,3.5432658,12.056094,39.621277,95.95306,28.77338,1270.5303,43.11898,15.578571,22.394444,6.250615,63.748783,3.8478007,2.296287,5.769375,59.690434,0.19372422,2.1580956,4.5198956,38.117188,14.911369,2.3252153,9.220686,408.71216,39.128677,746.4102,19.711386,1322.933,37.678932,765.0968,511.62024,13.836839,12.51505,928.76794,1351.8762,3717.4314,653.3239 +2023-04-19 00:00:00,0.0,4026.696,39.208107,22.191713,12.202353,40.894547,196.51953,32.562183,69.57457,24.534384,40.02342,292.6146,512.80365,20.984636,38.82133,6.3345375,1.3482879,36.470303,16.613659,13.255663,476.50198,3.0871696,334.1747,105.33943,4.7957406,37.29969,119.41398,53.96923,357.46667,223.8806,2468.2048,5.4213676,2356.006,31.005379,5.8486,3.999237,27.534435,214.75134,271.96335,166.53519,92.65,27.077751,9.438487,864.54297,73.37568,68.547066,52.608467,340.64,17.891579,335.23434,12.171918,53.542187,0.0,3429.4346,7348.313,5.314189,44.95897,44.417717,28288.385,100.25034,4.014506,62.737144,100.40551,49.193726,13.738058,48.845715,605.44763,66.225,41.790665,4.678832,9.576162,808.5889,4.417598,374.73334,59.63,2540.0,88.35,140.38248,173.49873,268.93835,21.409575,36.16678,182.01186,17.360237,18.878931,18.29961,37.194733,169.02144,13.155652,10.019115,108.16778,20.054462,4387.7603,34.20637,40.7,24.82088,33.998474,319.56665,82.0794,52.85,14.464999,17.360466,41.837646,115.83047,221.81053,82.825005,280.12598,50.997677,44.714848,121.61746,199.54,563.75,144.2726,9.0444,12.045,11.195714,140.42464,10088.265,9.394621,46.596764,95.72,29.461172,336.96863,71.206665,228.9387,6.052,128.65666,781.4023,672.9243,72.84009,952.85187,88.18666,101.18529,106.88645,47.56037,8.810038,30.547781,862.3617,5.063857,8.047934,184.00334,9.382857,5.5518465,46.65126,51.62332,531.0766,124.975,174.63237,1803.9241,124.65455,2091.3945,1760.6454,10.387368,9.508334,5390.627,12.051478,20.308334,316.76385,35.396,72.568,40.2,191.22,895.20685,274.6591,5.121143,43.006287,241.37201,1584.6005,29.187057,130.85077,12.168333,1.3803465,54.85662,1.2036902,1.0600591,3.5400085,12.060441,39.652,96.12727,28.766666,1272.8307,43.149998,15.585714,22.4,6.2514286,63.725,3.85,2.296,5.77,59.686157,0.19314286,2.1572657,4.519278,38.125,14.911428,2.323,9.237119,409.37518,39.18932,747.6185,19.733078,1324.9097,37.71675,764.89557,512.3801,13.856133,12.520624,930.10077,1353.9786,3721.7297,653.11194 +2023-04-19 01:00:00,0.0,4027.7708,39.232544,22.21198,12.2141905,40.905895,196.56247,32.567493,69.584305,24.533955,40.020782,292.91013,513.15796,20.98826,38.860565,6.325478,1.3466717,36.475533,16.621082,13.244536,476.59473,3.0866292,334.26794,105.3271,4.7887516,37.204582,119.42744,53.95545,357.05417,223.82973,2469.7825,5.4098744,2355.91,30.930864,5.8374605,3.9907286,27.485893,214.8004,271.9823,166.16609,92.718056,27.09814,9.439277,864.51544,73.15875,68.53212,52.638176,340.87653,17.88101,335.37415,12.173838,53.52924,0.0,3431.3691,7354.869,5.3207126,44.989574,44.459644,28301.814,100.32938,4.0186157,62.73766,100.385765,49.216034,13.745378,48.819927,605.7901,66.301476,41.79872,4.6814876,9.578218,808.88165,4.427103,374.48398,59.666874,2539.184,88.36991,140.32198,173.4538,268.9265,21.387691,36.14235,181.73323,17.344234,18.865578,18.312048,37.197445,168.90082,13.161019,10.023553,108.18871,20.054737,4387.357,34.221848,40.669792,24.820793,34.00891,319.4727,82.06386,52.84965,14.47095,17.367683,41.8214,115.8469,221.69533,82.82743,280.13806,51.04189,44.712765,121.63655,199.63153,564.86566,144.3158,9.041947,12.05691,11.187083,140.67928,10102.101,9.385697,46.575626,95.58891,29.45963,336.97842,71.12227,228.81583,6.0470896,128.73164,781.05927,672.3488,72.81771,952.40985,88.06958,101.138115,106.96223,47.503235,8.798429,30.519156,863.1126,5.052559,8.032854,183.82253,9.38133,5.551012,46.591022,51.57961,530.67224,124.877,174.6146,1803.3627,124.78264,2091.8523,1761.0408,10.394064,9.519618,5400.2275,12.046921,20.332293,316.76672,35.42553,72.62505,40.229824,191.42943,896.2902,274.69897,5.125335,43.03168,241.7914,1587.1595,29.240788,130.95303,12.178599,1.3799976,54.85853,1.2034124,1.0591854,3.5367515,12.064789,39.68272,96.30148,28.759954,1275.131,43.18102,15.592856,22.405556,6.252242,63.701214,3.8521988,2.295713,5.770625,59.681877,0.1925615,2.1564357,4.5186605,38.132812,14.911488,2.3207846,9.2535515,410.0382,39.249966,748.82684,19.75477,1326.8864,37.754566,764.69434,513.13995,13.875428,12.526198,931.4336,1356.0809,3726.0278,652.89996 +2023-04-19 02:00:00,0.0,4028.8455,39.25698,22.232248,12.226029,40.917248,196.60541,32.5728,69.59404,24.533527,40.018147,293.20563,513.5122,20.991884,38.899796,6.3164186,1.3450555,36.480762,16.628506,13.23341,476.68747,3.0860887,334.36118,105.31477,4.7817626,37.109478,119.4409,53.941666,356.64166,223.77885,2471.3599,5.398381,2355.8137,30.85635,5.8263206,3.9822204,27.437353,214.84946,272.00125,165.797,92.78611,27.11853,9.440066,864.4879,72.941826,68.51718,52.66789,341.1131,17.87044,335.51395,12.175758,53.51629,0.0,3433.3035,7361.425,5.3272367,45.02018,44.50157,28315.244,100.4084,4.022726,62.738174,100.36603,49.238342,13.752697,48.79414,606.13257,66.37795,41.80678,4.684143,9.580275,809.1743,4.436609,374.23462,59.70375,2538.3682,88.38982,140.26146,173.40886,268.9147,21.365807,36.117916,181.45459,17.32823,18.852224,18.324486,37.200157,168.78021,13.166386,10.027989,108.20965,20.055014,4386.9536,34.23732,40.639584,24.820705,34.019352,319.3787,82.048325,52.849304,14.476902,17.3749,41.805157,115.863335,221.58011,82.829865,280.15015,51.0861,44.710682,121.65565,199.72305,565.9814,144.35901,9.0394945,12.06882,11.1784525,140.93391,10115.937,9.376775,46.55449,95.457825,29.458086,336.9882,71.037865,228.69296,6.042179,128.80663,780.7162,671.7734,72.79533,951.9678,87.9525,101.09095,107.038,47.446095,8.7868185,30.49053,863.86346,5.0412607,8.017774,183.64172,9.379802,5.5501776,46.530785,51.5359,530.2679,124.77899,174.5968,1802.8014,124.910736,2092.31,1761.4362,10.40076,9.530903,5409.828,12.042363,20.35625,316.7696,35.455055,72.68211,40.25965,191.63884,897.37366,274.73886,5.1295276,43.057076,242.2108,1589.7186,29.29452,131.05528,12.188866,1.3796487,54.86044,1.2031347,1.0583117,3.5334945,12.069136,39.713444,96.4757,28.75324,1277.4314,43.212036,15.599999,22.411112,6.2530556,63.67743,3.854398,2.295426,5.77125,59.677597,0.19198017,2.155606,4.5180426,38.140625,14.911548,2.3185694,9.269984,410.7012,39.31061,750.0351,19.776463,1328.863,37.792385,764.4931,513.8998,13.894723,12.531773,932.7664,1358.1833,3730.3262,652.688 +2023-04-19 03:00:00,0.0,4029.9202,39.281418,22.252514,12.237867,40.928596,196.64835,32.57811,69.60377,24.5331,40.015514,293.50116,513.8665,20.995508,38.939026,6.3073587,1.3434391,36.485992,16.63593,13.222283,476.7802,3.085548,334.4544,105.302444,4.7747736,37.014374,119.45436,53.927883,356.2292,223.72797,2472.9375,5.386888,2355.7175,30.781837,5.815181,3.9737122,27.38881,214.89851,272.0202,165.4279,92.854164,27.13892,9.440856,864.46045,72.7249,68.502235,52.697598,341.3496,17.859869,335.65375,12.177679,53.503338,0.0,3435.2378,7367.981,5.3337603,45.050785,44.5435,28328.674,100.48743,4.026836,62.73869,100.34628,49.260647,13.760016,48.768353,606.4751,66.45443,41.81484,4.6867986,9.58233,809.46704,4.4461145,373.98523,59.740623,2537.552,88.40972,140.20096,173.36392,268.9029,21.343922,36.093487,181.17596,17.312227,18.83887,18.336924,37.20287,168.6596,13.171753,10.032427,108.23058,20.055288,4386.5503,34.252792,40.609375,24.820618,34.02979,319.28473,82.03278,52.848957,14.482853,17.382118,41.78891,115.87977,221.4649,82.83229,280.16223,51.130314,44.7086,121.67474,199.81458,567.09705,144.40222,9.037042,12.0807295,11.169822,141.18855,10129.773,9.367852,46.533356,95.32674,29.456543,336.998,70.95347,228.57008,6.0372686,128.88159,780.3731,671.1979,72.77295,951.52576,87.83541,101.04378,107.11377,47.388958,8.775208,30.461905,864.6144,5.0299625,8.002694,183.4609,9.378274,5.549343,46.470547,51.492188,529.8635,124.68099,174.57903,1802.2402,125.038826,2092.7678,1761.8315,10.407455,9.542188,5419.429,12.037806,20.380209,316.77243,35.484585,72.73917,40.289474,191.84827,898.4571,274.77875,5.13372,43.08247,242.6302,1592.2777,29.34825,131.15753,12.199132,1.3792998,54.862347,1.2028569,1.0574381,3.5302374,12.073483,39.744167,96.64992,28.746529,1279.7318,43.243053,15.607142,22.416666,6.253869,63.653645,3.856597,2.2951388,5.771875,59.67332,0.19139881,2.154776,4.517425,38.148438,14.911607,2.316354,9.286417,411.36423,39.371254,751.2434,19.798155,1330.8397,37.830204,764.2919,514.65967,13.914019,12.537347,934.09924,1360.2856,3734.6243,652.476 +2023-04-19 04:00:00,0.0,4030.9949,39.305855,22.272781,12.249705,40.93995,196.6913,32.583416,69.6135,24.532671,40.01288,293.7967,514.22076,20.999132,38.97826,6.2982993,1.3418229,36.491222,16.643353,13.211158,476.87292,3.0850074,334.54764,105.290115,4.767785,36.919266,119.46782,53.9141,355.81668,223.6771,2474.5151,5.3753953,2355.6216,30.707323,5.8040414,3.9652038,27.34027,214.94757,272.03915,165.0588,92.922226,27.15931,9.441646,864.4329,72.50797,68.4873,52.72731,341.58618,17.849298,335.79355,12.179599,53.490387,0.0,3437.1724,7374.5366,5.3402843,45.081394,44.585426,28342.104,100.56646,4.030946,62.73921,100.32654,49.282955,13.767336,48.742565,606.81757,66.5309,41.8229,4.689454,9.584386,809.75977,4.45562,373.73587,59.7775,2536.736,88.429634,140.14046,173.31898,268.89108,21.322037,36.069054,180.89734,17.296223,18.825516,18.349361,37.20558,168.53899,13.17712,10.036863,108.25152,20.055565,4386.1465,34.26827,40.579166,24.82053,34.040226,319.19073,82.01724,52.84861,14.488805,17.389336,41.772663,115.8962,221.3497,82.834724,280.17432,51.174526,44.706516,121.69383,199.90611,568.21277,144.44542,9.034589,12.092639,11.161191,141.44319,10143.609,9.358929,46.51222,95.19565,29.455002,337.00775,70.86907,228.4472,6.032358,128.95657,780.0301,670.62244,72.750565,951.08374,87.71833,100.99661,107.189545,47.33182,8.763598,30.433279,865.3653,5.0186644,7.9876146,183.2801,9.376746,5.5485086,46.41031,51.448475,529.45917,124.582985,174.56123,1801.679,125.16692,2093.2256,1762.2269,10.414152,9.5534725,5429.03,12.033248,20.404167,316.7753,35.51411,72.79623,40.319298,192.0577,899.5405,274.81863,5.1379128,43.107864,243.0496,1594.8367,29.401981,131.2598,12.209398,1.3789508,54.864258,1.2025791,1.0565645,3.5269802,12.077831,39.774887,96.824135,28.739815,1282.0321,43.274075,15.614285,22.422222,6.2546825,63.62986,3.8587961,2.2948518,5.7725,59.66904,0.19081746,2.1539462,4.5168076,38.15625,14.911667,2.314139,9.30285,412.02725,39.4319,752.45166,19.819847,1332.8164,37.868023,764.09064,515.4195,13.933313,12.542922,935.43207,1362.3881,3738.9226,652.26404 +2023-04-19 05:00:00,0.0,4032.0698,39.33029,22.293049,12.261543,40.9513,196.73424,32.588726,69.62324,24.532244,40.010242,294.09222,514.5751,21.002756,39.01749,6.28924,1.3402066,36.496456,16.650778,13.200031,476.96567,3.084467,334.64087,105.27779,4.760796,36.82416,119.481285,53.900322,355.40417,223.6262,2476.0928,5.363902,2355.5254,30.63281,5.7929015,3.9566956,27.291729,214.99663,272.0581,164.68971,92.99028,27.179699,9.442435,864.4054,72.291046,68.47235,52.75702,341.8227,17.838728,335.93335,12.1815195,53.477436,0.0,3439.107,7381.093,5.346808,45.112,44.62735,28355.533,100.645485,4.035056,62.739723,100.30679,49.30526,13.774655,48.716778,607.1601,66.607376,41.830956,4.6921096,9.586442,810.0524,4.4651256,373.4865,59.814377,2535.9202,88.44954,140.07994,173.27405,268.87927,21.300152,36.044624,180.61871,17.28022,18.812162,18.361797,37.20829,168.41838,13.182487,10.041301,108.27245,20.05584,4385.743,34.28374,40.548958,24.820442,34.050663,319.09674,82.0017,52.848263,14.494756,17.396551,41.756416,115.912636,221.2345,82.83715,280.18643,51.21874,44.704433,121.71293,199.99763,569.3284,144.48863,9.032136,12.104548,11.152559,141.69783,10157.445,9.350006,46.49108,95.06456,29.453459,337.01755,70.784676,228.32433,6.0274477,129.03156,779.687,670.04694,72.72819,950.6417,87.60125,100.94944,107.26531,47.274685,8.751989,30.404654,866.11615,5.007366,7.972535,183.09929,9.375218,5.547674,46.35007,51.404766,529.0548,124.484985,174.54346,1801.1177,125.29501,2093.6833,1762.6223,10.420848,9.564757,5438.6304,12.02869,20.428125,316.77817,35.54364,72.85328,40.349125,192.2671,900.62396,274.85852,5.142105,43.13326,243.46901,1597.3958,29.455713,131.36205,12.219665,1.3786018,54.866165,1.2023014,1.0556908,3.5237231,12.082178,39.80561,96.99835,28.733103,1284.3325,43.30509,15.6214285,22.427778,6.255496,63.606075,3.8609953,2.2945647,5.7731247,59.66476,0.19023612,2.1531165,4.5161896,38.164062,14.911726,2.3119235,9.319283,412.69025,39.492546,753.66,19.841541,1334.7932,37.90584,763.8894,516.1794,13.952608,12.548496,936.7649,1364.4904,3743.2207,652.05206 +2023-04-19 06:00:00,0.0,4033.1445,39.35473,22.313314,12.273382,40.96265,196.77718,32.594032,69.632965,24.531815,40.007607,294.38776,514.9294,21.00638,39.05672,6.28018,1.3385903,36.501686,16.658201,13.188905,477.0584,3.0839262,334.7341,105.26546,4.753807,36.729053,119.49474,53.88654,354.99167,223.57533,2477.6704,5.352409,2355.4292,30.558296,5.7817616,3.9481874,27.243185,215.04568,272.07706,164.32062,93.058334,27.200089,9.443226,864.37787,72.07412,68.45741,52.78673,342.05927,17.82816,336.07315,12.18344,53.464485,0.0,3441.041,7387.6484,5.353332,45.142605,44.669277,28368.963,100.72451,4.039166,62.74024,100.28705,49.327568,13.781975,48.69099,607.50256,66.68385,41.839016,4.694765,9.588498,810.34515,4.4746313,373.23715,59.85125,2535.1042,88.469444,140.01944,173.22911,268.86746,21.278267,36.020195,180.34007,17.264217,18.79881,18.374235,37.211002,168.29778,13.187854,10.045738,108.29339,20.056116,4385.34,34.299213,40.51875,24.820354,34.061104,319.00278,81.98616,52.847916,14.500708,17.403769,41.740173,115.92907,221.1193,82.839584,280.19852,51.26295,44.70235,121.732025,200.08916,570.44415,144.53183,9.029683,12.116459,11.143929,141.95247,10171.282,9.341084,46.469944,94.93347,29.451916,337.0273,70.70027,228.20146,6.0225368,129.10652,779.34393,669.4715,72.7058,950.1997,87.48416,100.902275,107.34109,47.21755,8.740379,30.376028,866.86707,4.996068,7.9574556,182.91849,9.373691,5.5468397,46.289833,51.361053,528.6505,124.38698,174.52568,1800.5564,125.42311,2094.141,1763.0177,10.427544,9.576042,5448.231,12.024133,20.452084,316.78104,35.573166,72.91033,40.37895,192.47653,901.70734,274.89844,5.1462975,43.158653,243.88841,1599.9548,29.509443,131.4643,12.229931,1.3782529,54.868076,1.2020236,1.0548171,3.520466,12.086526,39.836334,97.17256,28.726389,1286.6329,43.33611,15.6285715,22.433332,6.2563095,63.58229,3.8631942,2.2942777,5.77375,59.660484,0.18965477,2.1522865,4.515572,38.171875,14.911785,2.3097084,9.335715,413.35327,39.55319,754.8682,19.863234,1336.7699,37.94366,763.6882,516.9392,13.971903,12.55407,938.0977,1366.5927,3747.519,651.8401 +2023-04-19 07:00:00,0.0,4034.2192,39.379166,22.333582,12.28522,40.974003,196.82011,32.599342,69.6427,24.531387,40.004974,294.68326,515.2836,21.010004,39.09595,6.2711205,1.336974,36.506916,16.665625,13.177779,477.15115,3.0833857,334.8273,105.25313,4.746818,36.63395,119.5082,53.872757,354.57916,223.52444,2479.248,5.3409157,2355.3333,30.483782,5.7706223,3.939679,27.194645,215.09474,272.09604,163.95152,93.12639,27.220478,9.4440155,864.35034,71.85719,68.44247,52.81644,342.29578,17.817589,336.21295,12.18536,53.451534,0.0,3442.9756,7394.2046,5.3598557,45.17321,44.711205,28382.393,100.80354,4.043276,62.740753,100.2673,49.349873,13.789294,48.665203,607.84503,66.76033,41.847073,4.6974206,9.590554,810.6379,4.484137,372.9878,59.888126,2534.288,88.48936,139.95892,173.18417,268.85562,21.256384,35.99576,180.06145,17.248213,18.785456,18.386673,37.213715,168.17715,13.19322,10.050175,108.31432,20.05639,4384.9365,34.31469,40.48854,24.820267,34.07154,318.90878,81.97062,52.84757,14.506659,17.410986,41.723927,115.9455,221.00409,82.84202,280.2106,51.307163,44.700268,121.75112,200.1807,571.5598,144.57504,9.027231,12.128368,11.135298,142.2071,10185.118,9.33216,46.44881,94.80238,29.450373,337.03708,70.615875,228.07858,6.0176263,129.1815,779.0009,668.89606,72.683426,949.7577,87.36708,100.8551,107.41686,47.160408,8.728769,30.347403,867.6179,4.9847703,7.942376,182.73767,9.372163,5.5460057,46.229595,51.31734,528.24615,124.28898,174.50789,1799.9951,125.5512,2094.5989,1763.4132,10.434239,9.587327,5457.8315,12.019575,20.476042,316.78387,35.602695,72.96739,40.40877,192.68596,902.7908,274.93832,5.15049,43.184048,244.30782,1602.5139,29.563175,131.56656,12.240197,1.3779039,54.869984,1.2017459,1.0539435,3.517209,12.090873,39.867054,97.34678,28.719677,1288.9332,43.36713,15.635714,22.438889,6.257123,63.558506,3.8653934,2.2939906,5.774375,59.656204,0.18907341,2.1514566,4.5149546,38.179688,14.911845,2.307493,9.352148,414.0163,39.613834,756.07654,19.884926,1338.7466,37.98148,763.48694,517.6991,13.991198,12.559645,939.43054,1368.6951,3751.8171,651.6281 +2023-04-19 08:00:00,0.0,4035.294,39.403603,22.35385,12.297058,40.98535,196.86305,32.604652,69.652435,24.53096,40.00234,294.9788,515.63794,21.013628,39.135185,6.262061,1.3353578,36.512146,16.673048,13.166653,477.2439,3.0828452,334.92053,105.2408,4.739829,36.53884,119.52167,53.858974,354.1667,223.47357,2480.8257,5.3294225,2355.237,30.40927,5.7594824,3.9311707,27.146103,215.1438,272.115,163.58243,93.19444,27.240868,9.444805,864.3228,71.64026,68.42752,52.84615,342.53235,17.807018,336.35272,12.187281,53.438583,0.0,3444.9102,7400.7603,5.3663793,45.203815,44.75313,28395.822,100.88257,4.047386,62.74127,100.24756,49.37218,13.796614,48.639416,608.18756,66.83681,41.855133,4.700076,9.59261,810.9306,4.4936423,372.73843,59.925,2533.4722,88.50926,139.89842,173.13924,268.8438,21.234499,35.971333,179.78282,17.23221,18.772102,18.39911,37.216427,168.05655,13.198587,10.054612,108.33526,20.056667,4384.533,34.330162,40.458332,24.820179,34.081978,318.81482,81.95508,52.84722,14.51261,17.418203,41.70768,115.96194,220.88889,82.844444,280.2227,51.351376,44.698185,121.77021,200.27222,572.6755,144.61826,9.024778,12.140278,11.126667,142.46175,10198.954,9.323237,46.427673,94.671295,29.448832,337.04688,70.53148,227.9557,6.012716,129.25648,778.65784,668.32056,72.66104,949.3157,87.25,100.80794,107.49263,47.10327,8.71716,30.318777,868.36884,4.973472,7.927296,182.55685,9.370635,5.5451713,46.169357,51.273632,527.8418,124.19097,174.49011,1799.4338,125.67929,2095.0566,1763.8086,10.440935,9.598612,5467.432,12.0150175,20.5,316.78674,35.63222,73.024445,40.4386,192.89537,903.8742,274.9782,5.1546826,43.209442,244.72722,1605.073,29.616905,131.66881,12.2504635,1.377555,54.871895,1.2014681,1.0530698,3.5139518,12.095221,39.897778,97.520996,28.712963,1291.2336,43.398148,15.642857,22.444445,6.2579365,63.53472,3.8675923,2.2937036,5.775,59.651924,0.18849206,2.150627,4.5143366,38.1875,14.911904,2.3052778,9.368581,414.67932,39.67448,757.2848,19.906618,1340.7233,38.019295,763.2857,518.4589,14.010492,12.565219,940.76337,1370.7974,3756.1155,651.41614 +2023-04-19 09:00:00,0.0,4036.3687,39.42804,22.374115,12.308897,40.996704,196.906,32.60996,69.66216,24.53053,39.999702,295.27432,515.9922,21.017252,39.174416,6.253001,1.3337415,36.517376,16.680471,13.155526,477.33664,3.0823045,335.01376,105.22847,4.73284,36.443737,119.535126,53.845192,353.75418,223.42268,2482.4033,5.3179297,2355.1409,30.334755,5.7483425,3.9226625,27.09756,215.19286,272.13394,163.21333,93.2625,27.26126,9.445595,864.29535,71.42333,68.41258,52.875862,342.76886,17.796448,336.49252,12.189201,53.425632,0.0,3446.8445,7407.3164,5.3729033,45.234425,44.79506,28409.252,100.96159,4.051496,62.741787,100.22781,49.39449,13.803933,48.61363,608.53,66.913284,41.86319,4.7027316,9.5946665,811.22327,4.503148,372.48907,59.961876,2532.6562,88.52917,139.8379,173.0943,268.832,21.212614,35.946903,179.5042,17.216206,18.758747,18.411547,37.21914,167.93594,13.203954,10.059049,108.35619,20.056942,4384.13,34.345634,40.428123,24.820091,34.092415,318.72083,81.939545,52.846874,14.518561,17.42542,41.691433,115.97837,220.77368,82.84688,280.23477,51.395588,44.696102,121.78931,200.36374,573.7912,144.66145,9.0223255,12.152187,11.118036,142.71638,10212.791,9.314315,46.406536,94.54021,29.447289,337.05664,70.44708,227.83282,6.0078053,129.33145,778.31476,667.7451,72.638664,948.87366,87.13291,100.760765,107.568405,47.046135,8.70555,30.290152,869.1197,4.962174,7.9122167,182.37605,9.369107,5.544337,46.10912,51.22992,527.43744,124.09297,174.47232,1798.8726,125.80739,2095.5144,1764.204,10.447632,9.609897,5477.033,12.01046,20.523958,316.7896,35.66175,73.0815,40.468422,193.1048,904.95764,275.0181,5.158875,43.23484,245.14662,1607.6321,29.670637,131.77106,12.260729,1.377206,54.873802,1.2011904,1.0521961,3.5106947,12.099568,39.9285,97.69521,28.70625,1293.534,43.429165,15.65,22.45,6.25875,63.510937,3.8697915,2.2934167,5.7756248,59.647648,0.18791072,2.149797,4.513719,38.195312,14.911964,2.3030624,9.385014,415.34232,39.735123,758.4931,19.92831,1342.7,38.057114,763.0845,519.2188,14.029787,12.570794,942.0962,1372.8998,3760.4136,651.20416 +2023-04-19 10:00:00,0.0,4037.4434,39.452477,22.394382,12.320735,41.008057,196.94894,32.61527,69.6719,24.530104,39.99707,295.56985,516.3465,21.020876,39.213646,6.243942,1.3321252,36.522606,16.687897,13.1444,477.42938,3.081764,335.107,105.21614,4.725851,36.34863,119.54859,53.83141,353.34167,223.37181,2483.981,5.3064365,2355.0447,30.260242,5.737203,3.914154,27.049019,215.24191,272.1529,162.84424,93.33056,27.281649,9.446384,864.2678,71.206406,68.39764,52.90557,343.00543,17.785877,336.63232,12.191121,53.41268,0.0,3448.7788,7413.872,5.379427,45.26503,44.836983,28422.682,101.04062,4.055606,62.742302,100.20808,49.416794,13.811253,48.58784,608.8725,66.98975,41.871246,4.705387,9.596723,811.516,4.512654,372.2397,59.99875,2531.8403,88.54907,139.7774,173.04936,268.8202,21.19073,35.92247,179.22556,17.200203,18.745394,18.423985,37.221848,167.81534,13.209321,10.063486,108.37713,20.057219,4383.7266,34.36111,40.397915,24.820004,34.102856,318.62686,81.924,52.846527,14.524513,17.432638,41.67519,115.994804,220.65848,82.849304,280.2469,51.4398,44.69402,121.8084,200.45528,574.90686,144.70467,9.019873,12.164098,11.109405,142.97102,10226.627,9.305391,46.3854,94.40912,29.445745,337.06644,70.362686,227.70996,6.002895,129.40643,777.9717,667.1696,72.61628,948.43164,87.01583,100.71359,107.64418,46.989,8.69394,30.261526,869.8706,4.9508758,7.897137,182.19524,9.367579,5.5435023,46.04888,51.186207,527.0331,123.994965,174.45454,1798.3114,125.93548,2095.9722,1764.5994,10.454328,9.6211815,5486.634,12.005902,20.547916,316.79248,35.69128,73.13856,40.498245,193.31422,906.0411,275.05798,5.1630673,43.260235,245.56602,1610.1912,29.724367,131.87332,12.270995,1.376857,54.875713,1.2009126,1.0513226,3.5074377,12.103915,39.95922,97.86943,28.699537,1295.8345,43.460186,15.657143,22.455555,6.2595634,63.487152,3.8719904,2.2931297,5.77625,59.643368,0.18732937,2.148967,4.5131016,38.203125,14.912024,2.3008473,9.401446,416.00534,39.79577,759.70135,19.950003,1344.6766,38.094933,762.88324,519.97864,14.049082,12.576368,943.42896,1375.0021,3764.712,650.99225 +2023-04-19 11:00:00,0.0,4038.518,39.476913,22.41465,12.332573,41.019405,196.99188,32.620575,69.681625,24.529675,39.994434,295.8654,516.70074,21.0245,39.25288,6.2348824,1.330509,36.52784,16.69532,13.133274,477.5221,3.0812232,335.20023,105.20381,4.7188625,36.253525,119.56205,53.817627,352.92917,223.32092,2485.5586,5.2949433,2354.9487,30.185728,5.7260633,3.9056458,27.000479,215.29097,272.17184,162.47514,93.39861,27.302038,9.447174,864.2403,70.98948,68.3827,52.935284,343.24194,17.775309,336.77213,12.193042,53.399734,0.0,3450.7134,7420.428,5.385951,45.295635,44.87891,28436.111,101.11965,4.059716,62.742817,100.188324,49.439102,13.818572,48.562057,609.215,67.06623,41.879307,4.7080426,9.598778,811.8087,4.522159,371.99033,60.035625,2531.0244,88.568985,139.71689,173.00443,268.80838,21.168844,35.89804,178.94693,17.184198,18.73204,18.436422,37.22456,167.69472,13.214687,10.067923,108.39806,20.057493,4383.323,34.376583,40.36771,24.819916,34.113293,318.53287,81.90846,52.84618,14.530464,17.439856,41.658943,116.01124,220.54327,82.85174,280.25897,51.484013,44.691936,121.82749,200.5468,576.0226,144.74788,9.01742,12.176007,11.100774,143.22566,10240.463,9.296469,46.364265,94.27803,29.444202,337.0762,70.27828,227.58708,5.9979844,129.48141,777.62866,666.5942,72.5939,947.9896,86.89874,100.66643,107.71995,46.93186,8.682331,30.2329,870.62146,4.9395776,7.882057,182.01443,9.366052,5.542668,45.988644,51.142498,526.6287,123.896965,174.43675,1797.7501,126.063576,2096.43,1764.9948,10.461023,9.632465,5496.2344,12.001345,20.571875,316.79535,35.720806,73.19561,40.528072,193.52364,907.1245,275.09787,5.1672597,43.28563,245.98543,1612.7501,29.7781,131.97557,12.281261,1.3765081,54.87762,1.2006348,1.0504489,3.5041807,12.108263,39.989944,98.04364,28.692823,1298.1348,43.491203,15.664286,22.461111,6.260377,63.463367,3.8741896,2.2928426,5.776875,59.639088,0.18674801,2.1481373,4.5124836,38.210938,14.912084,2.298632,9.417879,416.66837,39.856415,760.90967,19.971697,1346.6533,38.13275,762.682,520.7385,14.068377,12.581943,944.7618,1377.1045,3769.01,650.7803 +2023-04-19 12:00:00,0.0,4039.5928,39.50135,22.434916,12.344411,41.030758,197.03482,32.625885,69.69136,24.529247,39.9918,296.1609,517.05505,21.028124,39.29211,6.2258224,1.3288927,36.53307,16.702744,13.122148,477.61484,3.0806828,335.29346,105.19148,4.7118735,36.15842,119.57551,53.803844,352.51666,223.27005,2487.1362,5.28345,2354.8525,30.111216,5.7149234,3.8971376,26.951935,215.34003,272.1908,162.10605,93.46667,27.322428,9.447964,864.21277,70.77255,68.36775,52.964993,343.47852,17.764738,336.91193,12.1949625,53.386784,0.0,3452.6477,7426.984,5.3924747,45.32624,44.920837,28449.541,101.19868,4.063826,62.743332,100.16858,49.461407,13.8258915,48.53627,609.5575,67.14271,41.887363,4.710698,9.600834,812.10144,4.531665,371.74097,60.072502,2530.2083,88.58889,139.65639,172.95949,268.79654,21.14696,35.87361,178.6683,17.168196,18.718687,18.44886,37.227272,167.57411,13.220055,10.07236,108.419,20.05777,4382.92,34.392056,40.3375,24.819828,34.12373,318.43887,81.89292,52.845833,14.536416,17.447071,41.642696,116.02767,220.42807,82.85417,280.27106,51.528225,44.689854,121.84659,200.63834,577.13824,144.79108,9.014967,12.187917,11.092143,143.48032,10254.3,9.287546,46.34313,94.14694,29.44266,337.086,70.193886,227.4642,5.993074,129.55638,777.2856,666.01874,72.57152,947.5476,86.78166,100.619255,107.79572,46.87472,8.670721,30.204275,871.3724,4.9282794,7.8669777,181.83362,9.364524,5.5418334,45.928406,51.098785,526.22437,123.79896,174.41898,1797.1888,126.191666,2096.8877,1765.3901,10.467719,9.64375,5505.835,11.996787,20.595833,316.7982,35.750336,73.25267,40.557896,193.73306,908.2079,275.1378,5.1714525,43.311024,246.40483,1615.3092,29.83183,132.07782,12.291528,1.3761592,54.87953,1.2003571,1.0495752,3.5009234,12.11261,40.020668,98.21786,28.686111,1300.4352,43.52222,15.671429,22.466667,6.2611904,63.439583,3.8763888,2.2925556,5.7774997,59.63481,0.18616667,2.1473074,4.511866,38.21875,14.912143,2.2964165,9.434312,417.33136,39.917057,762.118,19.99339,1348.6301,38.17057,762.4808,521.49835,14.087671,12.587517,946.0946,1379.2068,3773.3083,650.5683 +2023-04-19 13:00:00,0.0,4040.6675,39.525787,22.455183,12.35625,41.042107,197.07776,32.631195,69.701096,24.528818,39.989162,296.45642,517.4093,21.031748,39.33134,6.216763,1.3272763,36.5383,16.710167,13.111021,477.70758,3.0801423,335.3867,105.17915,4.7048845,36.063313,119.588974,53.790066,352.1042,223.21918,2488.7139,5.2719574,2354.7563,30.036701,5.703784,3.8886294,26.903395,215.38908,272.20975,161.73695,93.53472,27.342817,9.448754,864.18524,70.555626,68.35281,52.994705,343.71503,17.754168,337.05173,12.196882,53.373833,0.0,3454.5823,7433.54,5.3989987,45.35685,44.962765,28462.97,101.2777,4.067936,62.74385,100.148834,49.483715,13.833211,48.510483,609.89996,67.219185,41.895424,4.7133536,9.60289,812.3941,4.5411706,371.4916,60.109375,2529.3923,88.608795,139.59587,172.91457,268.78473,21.125074,35.84918,178.38968,17.152193,18.705334,18.461298,37.22998,167.4535,13.225421,10.076797,108.43993,20.058044,4382.5166,34.40753,40.307293,24.81974,34.134167,318.3449,81.87738,52.845486,14.542367,17.454288,41.62645,116.044106,220.31287,82.8566,280.28314,51.572437,44.68777,121.865685,200.72986,578.25397,144.83429,9.012514,12.199826,11.083512,143.73495,10268.136,9.278623,46.32199,94.015854,29.441118,337.09576,70.10949,227.34134,5.9881635,129.63136,776.9425,665.44324,72.54914,947.1056,86.66458,100.57209,107.8715,46.817585,8.659111,30.17565,872.1232,4.916981,7.851898,181.65282,9.362996,5.540999,45.868168,51.055077,525.82,123.70096,174.4012,1796.6277,126.31976,2097.3455,1765.7855,10.474415,9.655035,5515.4355,11.992229,20.619791,316.80106,35.77986,73.30972,40.58772,193.94247,909.2913,275.17767,5.175645,43.33642,246.82423,1617.8683,29.885561,132.18008,12.301794,1.3758103,54.88144,1.2000793,1.0487016,3.4976664,12.116958,40.051388,98.392075,28.679398,1302.7356,43.55324,15.678571,22.472221,6.262004,63.4158,3.8785877,2.2922685,5.778125,59.63053,0.18558532,2.1464775,4.511248,38.226562,14.912202,2.2942014,9.450744,417.9944,39.977703,763.32623,20.015081,1350.6068,38.20839,762.27954,522.25824,14.106966,12.593091,947.4274,1381.3091,3777.6064,650.3563 +2023-04-19 14:00:00,0.0,4041.7422,39.550224,22.47545,12.368088,41.05346,197.12071,32.6365,69.71082,24.52839,39.98653,296.75195,517.7636,21.035372,39.370575,6.2077036,1.3256601,36.54353,16.71759,13.099895,477.80032,3.0796015,335.47992,105.166824,4.6978955,35.96821,119.60243,53.776283,351.69168,223.16829,2490.2915,5.260464,2354.6604,29.962187,5.692644,3.880121,26.854855,215.43814,272.2287,161.36786,93.602776,27.363207,9.449544,864.1577,70.3387,68.33787,53.024414,343.9516,17.743597,337.19153,12.198803,53.36088,0.0,3456.5166,7440.096,5.4055223,45.387455,45.004692,28476.4,101.356735,4.0720463,62.744366,100.12909,49.50602,13.84053,48.484695,610.2425,67.29566,41.90348,4.716009,9.604946,812.6868,4.550676,371.24225,60.14625,2528.5764,88.62871,139.53537,172.86963,268.77292,21.103191,35.82475,178.11104,17.136189,18.69198,18.473734,37.232693,167.33289,13.230788,10.081234,108.46087,20.058321,4382.1133,34.423004,40.277084,24.819653,34.144608,318.25092,81.86184,52.84514,14.548319,17.461506,41.610203,116.06054,220.19766,82.85903,280.29523,51.61665,44.68569,121.88478,200.82138,579.3696,144.8775,9.010061,12.211737,11.074881,143.9896,10281.972,9.2697,46.300854,93.884766,29.439575,337.10553,70.02509,227.21846,5.983253,129.70634,776.5995,664.8678,72.52676,946.6636,86.54749,100.52492,107.947266,46.76045,8.647501,30.147024,872.87415,4.905683,7.8368187,181.472,9.361468,5.5401645,45.80793,51.011364,525.41565,123.60295,174.3834,1796.0664,126.44785,2097.8032,1766.1809,10.481111,9.66632,5525.036,11.987672,20.643751,316.80392,35.80939,73.366776,40.617546,194.1519,910.37476,275.21756,5.179837,43.361813,247.24364,1620.4274,29.939291,132.28233,12.31206,1.3754612,54.883347,1.1998017,1.047828,3.4944093,12.121305,40.08211,98.56629,28.672686,1305.0359,43.58426,15.685714,22.477777,6.2628174,63.392014,3.880787,2.2919815,5.77875,59.62625,0.18500397,2.1456478,4.5106306,38.234375,14.912262,2.291986,9.467176,418.6574,40.03835,764.53455,20.036774,1352.5835,38.24621,762.0783,523.01807,14.126261,12.598665,948.76025,1383.4115,3781.9048,650.14435 +2023-04-19 15:00:00,0.0,4042.817,39.57466,22.495716,12.379926,41.06481,197.16365,32.64181,69.72056,24.527964,39.983894,297.0475,518.11786,21.038996,39.409805,6.1986437,1.3240439,36.54876,16.725016,13.088769,477.89307,3.079061,335.57315,105.15449,4.6909065,35.8731,119.61589,53.7625,351.27917,223.11742,2491.8691,5.248971,2354.5642,29.887674,5.6815042,3.8716128,26.80631,215.4872,272.24765,160.99876,93.67083,27.383596,9.450334,864.1302,70.12177,68.32293,53.054127,344.1881,17.733027,337.33133,12.200724,53.34793,0.0,3458.451,7446.652,5.4120464,45.41806,45.046616,28489.83,101.43576,4.076156,62.74488,100.109344,49.528328,13.84785,48.458908,610.58496,67.37214,41.91154,4.7186646,9.607002,812.97955,4.5601816,370.9929,60.183125,2527.7605,88.64861,139.47485,172.82469,268.7611,21.081306,35.80032,177.83241,17.120186,18.678625,18.486172,37.235405,167.21228,13.236155,10.08567,108.481804,20.058596,4381.71,34.438477,40.246876,24.819565,34.155045,318.15695,81.846306,52.84479,14.55427,17.468723,41.59396,116.07697,220.08246,82.86146,280.3073,51.660862,44.68361,121.90387,200.91292,580.4853,144.9207,9.007608,12.223646,11.06625,144.24423,10295.809,9.260777,46.27972,93.75368,29.438032,337.11533,69.94069,227.09558,5.9783425,129.78131,776.2564,664.2923,72.50438,946.22156,86.43041,100.47775,108.02304,46.703312,8.635892,30.118399,873.625,4.8943853,7.8217387,181.29118,9.359941,5.5393305,45.747692,50.96765,525.0113,123.50495,174.36563,1795.505,126.57595,2098.261,1766.5763,10.487806,9.677605,5534.637,11.983114,20.66771,316.8068,35.838917,73.423836,40.64737,194.36133,911.4582,275.25745,5.1840296,43.387207,247.66304,1622.9865,29.993023,132.38458,12.322327,1.3751123,54.885258,1.1995239,1.0469543,3.4911523,12.125652,40.11283,98.74051,28.665972,1307.3363,43.615276,15.692857,22.483334,6.263631,63.36823,3.8829858,2.2916944,5.779375,59.621975,0.18442263,2.1448178,4.510013,38.242188,14.912321,2.2897708,9.483609,419.3204,40.09899,765.7428,20.058466,1354.5602,38.284023,761.8771,523.77795,14.1455555,12.60424,950.0931,1385.5138,3786.203,649.9324 +2023-04-19 16:00:00,0.0,4043.8916,39.5991,22.515984,12.391765,41.07616,197.20659,32.647118,69.73029,24.527534,39.98126,297.343,518.47217,21.04262,39.449036,6.1895843,1.3224275,36.55399,16.732439,13.077642,477.9858,3.0785205,335.66638,105.14216,4.6839175,35.777996,119.62936,53.74872,350.86667,223.06653,2493.4468,5.237478,2354.468,29.81316,5.670365,3.8631046,26.75777,215.53627,272.2666,160.62967,93.73889,27.403986,9.451123,864.1027,69.90485,68.30798,53.083836,344.42468,17.722456,337.47113,12.202643,53.33498,0.0,3460.3855,7453.208,5.41857,45.448666,45.088543,28503.26,101.514786,4.080266,62.745396,100.08961,49.550636,13.855169,48.43312,610.9274,67.44861,41.919598,4.7213197,9.609058,813.2723,4.5696874,370.74353,60.22,2526.9443,88.66852,139.41435,172.77975,268.7493,21.059422,35.775887,177.55379,17.104181,18.665272,18.49861,37.238117,167.09167,13.241522,10.090108,108.50274,20.058872,4381.3066,34.453953,40.216667,24.819477,34.16548,318.06296,81.830765,52.844444,14.560222,17.47594,41.577713,116.09341,219.96725,82.86389,280.31943,51.705074,44.681526,121.922966,201.00444,581.601,144.96391,9.005156,12.235556,11.057619,144.49887,10309.645,9.251854,46.258583,93.62259,29.43649,337.1251,69.85629,226.9727,5.973432,129.8563,775.9133,663.71686,72.481995,945.77954,86.31333,100.43058,108.098816,46.64617,8.624282,30.089773,874.3759,4.883087,7.806659,181.11038,9.358413,5.538496,45.687454,50.923943,524.607,123.406944,174.34784,1794.9438,126.70404,2098.7188,1766.9717,10.494503,9.6888895,5544.238,11.978557,20.691668,316.80963,35.868446,73.48089,40.677193,194.57074,912.5416,275.29733,5.188222,43.4126,248.08244,1625.5455,30.046755,132.48685,12.332593,1.3747634,54.887165,1.1992462,1.0460807,3.487895,12.13,40.143555,98.91472,28.65926,1309.6367,43.646294,15.7,22.48889,6.2644444,63.344444,3.885185,2.2914073,5.7799997,59.617695,0.18384127,2.143988,4.509395,38.25,14.912381,2.2875555,9.500042,419.98343,40.159637,766.9511,20.080158,1356.5369,38.321842,761.67584,524.5378,14.16485,12.609815,951.4259,1387.6162,3790.5012,649.7204 +2023-04-19 17:00:00,0.0,4044.9663,39.623535,22.536251,12.403603,41.087513,197.24953,32.652428,69.74002,24.527107,39.978622,297.63852,518.8264,21.046244,39.488266,6.180525,1.3208113,36.55922,16.739862,13.066516,478.07855,3.0779798,335.75958,105.12983,4.6769285,35.682888,119.642815,53.734936,350.45416,223.01566,2495.0244,5.2259846,2354.3718,29.738647,5.659225,3.8545961,26.709229,215.58533,272.28558,160.26057,93.806946,27.424376,9.451913,864.0752,69.68792,68.293045,53.11355,344.6612,17.711887,337.61093,12.204564,53.32203,0.0,3462.3198,7459.7637,5.425094,45.47927,45.13047,28516.69,101.59382,4.0843763,62.745914,100.06986,49.57294,13.862489,48.407333,611.26996,67.525085,41.927658,4.723975,9.6111145,813.56494,4.5791926,370.49414,60.256874,2526.1284,88.68843,139.35385,172.73482,268.7375,21.037537,35.751457,177.27516,17.088179,18.651918,18.511047,37.24083,166.97105,13.246888,10.094545,108.523674,20.059147,4380.9033,34.469425,40.18646,24.81939,34.17592,317.96896,81.81522,52.844097,14.566173,17.483158,41.561466,116.10984,219.85205,82.86632,280.3315,51.749287,44.679443,121.94206,201.09596,582.7167,145.00711,9.002703,12.247465,11.048988,144.75351,10323.48,9.242931,46.237446,93.49151,29.434948,337.1349,69.7719,226.84984,5.9685216,129.93127,775.5703,663.1414,72.45962,945.33746,86.19624,100.383415,108.17458,46.589035,8.612672,30.061148,875.1268,4.871789,7.7915797,180.92957,9.356885,5.5376616,45.627216,50.88023,524.20264,123.308945,174.33006,1794.3826,126.83214,2099.1765,1767.3672,10.501199,9.700174,5553.8384,11.973999,20.715626,316.8125,35.897972,73.53795,40.70702,194.78017,913.625,275.33722,5.1924148,43.437996,248.50185,1628.1045,30.100485,132.5891,12.342859,1.3744144,54.889076,1.1989684,1.045207,3.484638,12.134348,40.17428,99.088936,28.652546,1311.937,43.677315,15.707143,22.494444,6.265258,63.32066,3.8873842,2.2911203,5.780625,59.613415,0.18325992,2.1431582,4.5087776,38.257812,14.91244,2.2853403,9.516475,420.64645,40.220284,768.15936,20.101852,1358.5135,38.35966,761.4746,525.29767,14.184145,12.615389,952.7587,1389.7185,3794.7993,649.5084 +2023-04-19 18:00:00,0.0,4046.041,39.647972,22.556517,12.415441,41.09886,197.29248,32.657734,69.749756,24.526678,39.97599,297.93405,519.1807,21.049868,39.5275,6.171465,1.319195,36.564453,16.747286,13.055389,478.17126,3.0774393,335.8528,105.1175,4.6699395,35.587784,119.65627,53.721153,350.0417,222.96477,2496.6018,5.214492,2354.276,29.664133,5.648085,3.846088,26.660686,215.63438,272.30453,159.89148,93.875,27.444767,9.4527025,864.04767,69.47099,68.2781,53.143257,344.89774,17.701317,337.75073,12.206484,53.30908,0.0,3464.2542,7466.32,5.4316177,45.50988,45.172398,28530.12,101.672844,4.088486,62.74643,100.05012,49.59525,13.869808,48.381546,611.6124,67.60156,41.935715,4.7266307,9.613171,813.85767,4.5886984,370.24478,60.29375,2525.3125,88.708336,139.29333,172.68988,268.72565,21.015652,35.727024,176.99652,17.072174,18.638565,18.523485,37.243538,166.85045,13.252255,10.098982,108.54461,20.059423,4380.5,34.4849,40.15625,24.819302,34.18636,317.875,81.79968,52.84375,14.5721245,17.490376,41.54522,116.126274,219.73685,82.86875,280.3436,51.7935,44.67736,121.96115,201.1875,583.8324,145.05032,9.00025,12.259376,11.040358,145.00815,10337.317,9.234009,46.21631,93.36042,29.433405,337.14465,69.6875,226.72696,5.963611,130.00626,775.22723,662.5659,72.43724,944.89545,86.07916,100.33624,108.25036,46.5319,8.601063,30.032522,875.8777,4.860491,7.7765,180.74876,9.355357,5.536827,45.56698,50.836517,523.7983,123.21094,174.31227,1793.8213,126.96023,2099.6343,1767.7626,10.5078945,9.711459,5563.439,11.969442,20.739584,316.81537,35.9275,73.595,40.736843,194.9896,914.70844,275.37714,5.196607,43.463394,248.92125,1630.6636,30.154217,132.69135,12.353125,1.3740654,54.890984,1.1986907,1.0443333,3.481381,12.138695,40.204998,99.26315,28.645834,1314.2374,43.708332,15.714285,22.5,6.2660713,63.296875,3.889583,2.2908332,5.78125,59.60914,0.18267858,2.1423283,4.50816,38.265625,14.9125,2.283125,9.5329075,421.30948,40.280926,769.3677,20.123545,1360.4902,38.39748,761.2734,526.0575,14.20344,12.620963,954.09155,1391.8209,3799.0977,649.29645 +2023-04-19 19:00:00,0.0,4047.116,39.67241,22.576784,12.4272785,41.110214,197.33542,32.663044,69.75949,24.52625,39.973354,298.22958,519.535,21.053492,39.56673,6.1624055,1.3175787,36.569683,16.75471,13.044264,478.264,3.0768988,335.94604,105.10517,4.662951,35.492676,119.66974,53.70737,349.62918,222.9139,2498.1794,5.2029986,2354.1797,29.589619,5.6369457,3.8375797,26.612144,215.68344,272.3235,159.52238,93.943054,27.465157,9.453493,864.02014,69.25407,68.26316,53.172966,345.13428,17.690746,337.89053,12.208405,53.296127,0.0,3466.1887,7472.8755,5.438142,45.540485,45.214325,28543.549,101.75187,4.092596,62.746944,100.03037,49.617554,13.877128,48.35576,611.9549,67.67804,41.943775,4.729286,9.615226,814.1504,4.598204,369.99542,60.330624,2524.4966,88.72824,139.23282,172.64494,268.71384,20.993767,35.702595,176.7179,17.056171,18.625212,18.535921,37.24625,166.72984,13.257622,10.103419,108.565544,20.059698,4380.0967,34.500374,40.12604,24.819214,34.196796,317.781,81.78414,52.843403,14.578075,17.497591,41.528976,116.14271,219.62164,82.871185,280.35568,51.83771,44.675278,121.98025,201.27902,584.94806,145.09354,8.997797,12.271285,11.031726,145.26279,10351.153,9.225085,46.195175,93.22933,29.431862,337.15445,69.603096,226.60408,5.9587007,130.08122,774.88416,661.9905,72.414856,944.4534,85.96208,100.28907,108.32613,46.474762,8.589453,30.003897,876.62854,4.8491926,7.7614202,180.56795,9.353829,5.5359926,45.506737,50.79281,523.3939,123.11293,174.2945,1793.26,127.088326,2100.092,1768.158,10.51459,9.722744,5573.0396,11.964885,20.763542,316.81824,35.957027,73.652054,40.766666,195.199,915.7919,275.41702,5.2007995,43.48879,249.34065,1633.2227,30.207947,132.79361,12.363391,1.3737165,54.892895,1.1984129,1.0434597,3.4781237,12.143043,40.23572,99.43737,28.63912,1316.5378,43.73935,15.721428,22.505556,6.2668853,63.27309,3.8917823,2.2905462,5.7818747,59.60486,0.18209723,2.1414986,4.507542,38.273438,14.9125595,2.2809098,9.54934,421.97247,40.34157,770.5759,20.145237,1362.467,38.4353,761.07214,526.8174,14.222734,12.626537,955.4244,1393.9232,3803.3958,649.0845 +2023-04-19 20:00:00,0.0,4048.1907,39.696846,22.597052,12.439117,41.121567,197.37836,32.668354,69.76922,24.525824,39.97072,298.52512,519.8893,21.057116,39.60596,6.153346,1.3159624,36.574913,16.762135,13.033137,478.35675,3.076358,336.03928,105.09284,4.655962,35.39757,119.6832,53.69359,349.21667,222.863,2499.757,5.1915054,2354.0835,29.515106,5.625806,3.8290713,26.563604,215.7325,272.34244,159.15329,94.01111,27.485546,9.454283,863.9926,69.03714,68.248215,53.20268,345.37085,17.680176,338.03033,12.210325,53.283176,0.0,3468.123,7479.4316,5.4446654,45.57109,45.25625,28556.979,101.8309,4.0967064,62.74746,100.01063,49.639862,13.884447,48.32997,612.2974,67.75452,41.95183,4.7319417,9.617282,814.44305,4.60771,369.74606,60.3675,2523.6807,88.748146,139.17232,172.6,268.70203,20.971884,35.678165,176.43927,17.040169,18.611858,18.548359,37.248962,166.60924,13.262989,10.107856,108.58648,20.059975,4379.6934,34.515846,40.095833,24.819126,34.207233,317.68704,81.7686,52.843056,14.584026,17.504808,41.51273,116.15914,219.50644,82.87361,280.36777,51.881924,44.673195,121.999344,201.37054,586.0638,145.13673,8.995345,12.283195,11.023095,145.51743,10364.989,9.216163,46.174038,93.09824,29.430319,337.1642,69.5187,226.4812,5.95379,130.1562,774.54114,661.415,72.39248,944.0114,85.84499,100.241905,108.4019,46.417625,8.577843,29.975271,877.37946,4.8378944,7.7463408,180.38713,9.352302,5.535158,45.4465,50.749096,522.98956,123.01493,174.27672,1792.6987,127.216415,2100.5498,1768.5533,10.521286,9.734028,5582.6406,11.960327,20.7875,316.8211,35.986557,73.709114,40.796494,195.40843,916.8753,275.4569,5.204992,43.514183,249.76006,1635.7817,30.261679,132.89586,12.373657,1.3733675,54.894802,1.1981351,1.0425861,3.4748666,12.147389,40.266445,99.61159,28.632408,1318.8381,43.77037,15.728571,22.51111,6.267699,63.249306,3.8939812,2.2902591,5.7825,59.60058,0.18151587,2.1406686,4.5069246,38.28125,14.912619,2.2786944,9.565773,422.6355,40.402218,771.78424,20.16693,1364.4437,38.473118,760.8709,527.5772,14.242029,12.6321125,956.75714,1396.0255,3807.694,648.8725 +2023-04-19 21:00:00,0.0,4049.2654,39.721283,22.617317,12.450955,41.132915,197.4213,32.67366,69.77895,24.525394,39.968086,298.82062,520.2435,21.06074,39.645195,6.144286,1.3143462,36.580143,16.769558,13.022011,478.4495,3.0758176,336.1325,105.08051,4.648973,35.302464,119.696655,53.679806,348.80417,222.81213,2501.3347,5.180012,2353.9873,29.440592,5.614666,3.820563,26.515064,215.78156,272.3614,158.7842,94.07917,27.505936,9.455072,863.9651,68.82021,68.23328,53.232388,345.60736,17.669605,338.17014,12.212245,53.27023,0.0,3470.0576,7485.9873,5.451189,45.601696,45.298176,28570.408,101.90993,4.1008162,62.747974,99.99089,49.662167,13.891767,48.304184,612.6399,67.830986,41.959892,4.734597,9.619338,814.7358,4.617215,369.4967,60.404377,2522.8645,88.76806,139.11182,172.55507,268.69022,20.949999,35.653732,176.16063,17.024164,18.598503,18.560797,37.251675,166.48862,13.268355,10.112293,108.607414,20.06025,4379.29,34.531322,40.065624,24.819038,34.217674,317.59305,81.75306,52.84271,14.589978,17.512026,41.496483,116.175575,219.39122,82.876045,280.37985,51.926136,44.671112,122.01844,201.46208,587.17944,145.17995,8.992892,12.295104,11.014464,145.77206,10378.826,9.20724,46.1529,92.967155,29.428776,337.17398,69.4343,226.35834,5.9488797,130.23119,774.19806,660.83954,72.370094,943.5694,85.72791,100.19473,108.47768,46.360485,8.566234,29.946646,878.1303,4.8265963,7.7312613,180.20633,9.350774,5.5343237,45.38626,50.705383,522.5852,122.91692,174.25893,1792.1375,127.34451,2101.0076,1768.9487,10.527983,9.745313,5592.241,11.95577,20.811459,316.82394,36.016083,73.76617,40.826317,195.61786,917.95874,275.4968,5.2091846,43.539577,250.17946,1638.3408,30.315409,132.99811,12.383924,1.3730186,54.896713,1.1978574,1.0417124,3.4716096,12.151737,40.297165,99.7858,28.625694,1321.1385,43.801388,15.735714,22.516666,6.2685122,63.22552,3.8961804,2.289972,5.783125,59.5963,0.18093453,2.1398387,4.506307,38.289062,14.912679,2.276479,9.582206,423.29852,40.46286,772.99255,20.188622,1366.4204,38.510937,760.6697,528.3371,14.261324,12.637687,958.08997,1398.1279,3811.9922,648.6606 +2023-04-19 22:00:00,0.0,4050.34,39.74572,22.637585,12.462793,41.144268,197.46423,32.67897,69.78869,24.524967,39.96545,299.11615,520.59784,21.064363,39.684425,6.1352267,1.3127298,36.585373,16.776981,13.010885,478.54224,3.075277,336.22574,105.068184,4.641984,35.20736,119.71012,53.666027,348.39166,222.76126,2502.9124,5.1685195,2353.8914,29.36608,5.6035266,3.8120549,26.46652,215.83061,272.38034,158.4151,94.147224,27.526325,9.455862,863.93756,68.60329,68.21833,53.2621,345.84393,17.659037,338.30994,12.214166,53.25728,0.0,3471.992,7492.5435,5.457713,45.632305,45.340103,28583.838,101.98895,4.104926,62.748493,99.971146,49.684475,13.899086,48.278397,612.98236,67.90746,41.96795,4.7372527,9.621394,815.0285,4.626721,369.24734,60.44125,2522.0486,88.787964,139.0513,172.51013,268.6784,20.928114,35.629303,175.882,17.008162,18.58515,18.573235,37.254387,166.36801,13.273723,10.11673,108.62834,20.060526,4378.8867,34.546795,40.035416,24.81895,34.22811,317.49908,81.737526,52.84236,14.595929,17.519243,41.480236,116.19201,219.27602,82.87847,280.39197,51.970345,44.66903,122.03753,201.5536,588.29517,145.22316,8.990439,12.307014,11.005834,146.0267,10392.662,9.198317,46.131767,92.83607,29.427235,337.18378,69.34991,226.23546,5.9439692,130.30615,773.855,660.2641,72.34772,943.1274,85.61083,100.14757,108.55345,46.30335,8.554624,29.91802,878.8812,4.8152986,7.7161813,180.02551,9.349246,5.5334897,45.326023,50.661674,522.18085,122.818924,174.24115,1791.5762,127.4726,2101.4653,1769.3441,10.534678,9.7565975,5601.842,11.951212,20.835417,316.8268,36.045612,73.82322,40.85614,195.82727,919.0421,275.53668,5.213377,43.564972,250.59886,1640.8999,30.36914,133.10037,12.39419,1.3726697,54.89862,1.1975796,1.0408387,3.4683526,12.156085,40.32789,99.960014,28.618982,1323.439,43.832405,15.742857,22.522223,6.2693257,63.201736,3.8983793,2.2896852,5.78375,59.592022,0.18035318,2.139009,4.505689,38.296875,14.912738,2.2742639,9.598639,423.96152,40.523506,774.2008,20.210314,1368.3971,38.54875,760.46844,529.0969,14.280619,12.643261,959.4228,1400.2302,3816.2905,648.4486 +2023-04-19 23:00:00,0.0,4051.4148,39.770157,22.657852,12.474632,41.155617,197.50719,32.684277,69.798416,24.524538,39.962814,299.41168,520.9521,21.067987,39.723656,6.1261673,1.3111136,36.590603,16.784405,12.999759,478.63498,3.0747364,336.31897,105.055855,4.634995,35.112255,119.72358,53.652245,347.9792,222.71037,2504.49,5.1570263,2353.7952,29.291565,5.5923867,3.8035464,26.41798,215.87967,272.3993,158.046,94.21528,27.546715,9.456652,863.9101,68.38636,68.203384,53.29181,346.08044,17.648466,338.44974,12.216086,53.244328,0.0,3473.9263,7499.099,5.4642367,45.66291,45.38203,28597.268,102.067986,4.1090364,62.74901,99.9514,49.706783,13.906405,48.252613,613.3249,67.98394,41.97601,4.739908,9.62345,815.3212,4.6362267,368.998,60.478127,2521.2327,88.80787,138.99078,172.4652,268.66656,20.906229,35.604874,175.60338,16.992157,18.571796,18.58567,37.257095,166.2474,13.27909,10.121167,108.64928,20.0608,4378.4834,34.562267,40.005207,24.818863,34.23855,317.4051,81.721985,52.842014,14.601881,17.52646,41.463993,116.20844,219.16081,82.880905,280.40405,52.014557,44.666946,122.056625,201.64514,589.4108,145.26636,8.987987,12.318924,10.997203,146.28134,10406.498,9.189394,46.11063,92.70498,29.425692,337.19354,69.26551,226.11258,5.939059,130.38113,773.51196,659.6886,72.32533,942.68536,85.493744,100.100395,108.62922,46.246212,8.543014,29.889395,879.63214,4.8040004,7.701102,179.84471,9.347718,5.5326552,45.265785,50.61796,521.7765,122.72092,174.22336,1791.015,127.60069,2101.923,1769.7395,10.541374,9.767882,5611.4424,11.946654,20.859375,316.82968,36.075138,73.88028,40.885967,196.0367,920.12555,275.57657,5.2175694,43.590366,251.01826,1643.459,30.42287,133.20262,12.404456,1.3723207,54.90053,1.1973019,1.0399652,3.4650953,12.160432,40.358612,100.13423,28.612268,1325.7394,43.863426,15.75,22.527779,6.270139,63.17795,3.9005785,2.2893982,5.7843747,59.58774,0.17977183,2.138179,4.5050716,38.304688,14.912798,2.2720485,9.615071,424.62454,40.584152,775.4091,20.232006,1370.3738,38.58657,760.2672,529.8568,14.299913,12.648835,960.7556,1402.3326,3820.5889,648.23663 +2023-04-20 00:00:00,0.0,4052.4895,39.794594,22.678118,12.48647,41.16697,197.55013,32.689587,69.80815,24.52411,39.96018,299.7072,521.3064,21.071611,39.76289,6.1171074,1.3094974,36.595837,16.791828,12.988632,478.72772,3.0741959,336.4122,105.043526,4.628006,35.017147,119.737045,53.638462,347.56668,222.6595,2506.0676,5.145533,2353.699,29.21705,5.581247,3.7950382,26.369438,215.92873,272.41824,157.67691,94.28333,27.567104,9.457441,863.88257,68.16943,68.188446,53.32152,346.31702,17.637896,338.58954,12.218006,53.231377,0.0,3475.8608,7505.6553,5.470761,45.693516,45.423958,28610.697,102.14701,4.1131463,62.749523,99.931656,49.729088,13.913725,48.226826,613.66736,68.06042,41.984066,4.7425637,9.625506,815.6139,4.645732,368.7486,60.515,2520.4167,88.82778,138.93028,172.42026,268.65475,20.884344,35.58044,175.32475,16.976154,18.558443,18.598108,37.259808,166.12679,13.284456,10.125604,108.67021,20.061077,4378.08,34.577744,39.975,24.818775,34.248985,317.3111,81.70644,52.841667,14.607832,17.533678,41.447746,116.22487,219.04561,82.88333,280.41614,52.05877,44.664864,122.07572,201.73666,590.5265,145.30957,8.985534,12.330833,10.988571,146.53598,10420.335,9.180471,46.089493,92.57389,29.424149,337.20334,69.18111,225.98972,5.9341483,130.45612,773.1689,659.11316,72.302956,942.24335,85.37666,100.05323,108.704994,46.189075,8.531404,29.86077,880.383,4.792702,7.6860223,179.6639,9.34619,5.531821,45.205547,50.57425,521.37213,122.62292,174.20558,1790.4537,127.72879,2102.3809,1770.1349,10.54807,9.779167,5621.043,11.942097,20.883333,316.83255,36.104668,73.93733,40.91579,196.24611,921.209,275.61646,5.2217617,43.61576,251.43767,1646.018,30.476603,133.30487,12.414722,1.3719717,54.90244,1.1970241,1.0390915,3.4618382,12.16478,40.38933,100.30845,28.605556,1328.0397,43.894444,15.757142,22.533333,6.2709527,63.154167,3.9027777,2.2891111,5.785,59.58346,0.17919049,2.1373491,4.504454,38.3125,14.912857,2.2698333,9.631504,425.28757,40.644794,776.6174,20.2537,1372.3505,38.62439,760.066,530.61664,14.319208,12.654409,962.08844,1404.4349,3824.887,648.02466 +2023-04-20 01:00:00,0.0,4053.5642,39.81903,22.698385,12.498308,41.17832,197.59306,32.694893,69.81789,24.523682,39.957546,300.00275,521.66064,21.075235,39.80212,6.108048,1.307881,36.601067,16.799253,12.977506,478.82047,3.0736554,336.50543,105.0312,4.621017,34.922043,119.7505,53.62468,347.15417,222.60861,2507.6453,5.13404,2353.603,29.142538,5.5701075,3.78653,26.320896,215.97778,272.4372,157.30782,94.35139,27.587494,9.458231,863.85504,67.95251,68.1735,53.35123,346.55353,17.627325,338.72934,12.219927,53.218426,0.0,3477.7954,7512.211,5.4772844,45.72412,45.46588,28624.127,102.226036,4.117256,62.75004,99.91191,49.751396,13.921044,48.20104,614.0098,68.136894,41.992126,4.745219,9.6275625,815.9066,4.6552377,368.49924,60.551876,2519.6006,88.84769,138.86978,172.37532,268.64294,20.86246,35.55601,175.04611,16.96015,18.54509,18.610546,37.26252,166.00618,13.289824,10.130041,108.69115,20.061352,4377.677,34.593216,39.94479,24.818686,34.259426,317.21713,81.6909,52.84132,14.613784,17.540895,41.4315,116.2413,218.9304,82.885765,280.42822,52.10298,44.66278,122.09482,201.82819,591.6422,145.35278,8.983081,12.342743,10.97994,146.79062,10434.171,9.171548,46.068356,92.4428,29.422606,337.2131,69.09671,225.86684,5.929238,130.53108,772.8258,658.53766,72.28057,941.80133,85.25958,100.00606,108.78077,46.13194,8.519794,29.832144,881.1339,4.781404,7.670943,179.4831,9.344663,5.5309863,45.14531,50.53054,520.9678,122.52491,174.18779,1789.8925,127.85688,2102.8386,1770.5303,10.554766,9.790452,5630.6436,11.937539,20.907291,316.8354,36.134193,73.99439,40.945614,196.45554,922.2924,275.65637,5.225954,43.641155,251.85707,1648.577,30.530334,133.40714,12.424989,1.3716228,54.904346,1.1967463,1.0382178,3.4585812,12.1691265,40.420055,100.482666,28.598843,1330.3401,43.92546,15.764285,22.538889,6.271766,63.130383,3.9049766,2.288824,5.785625,59.579185,0.17860913,2.1365194,4.503836,38.320312,14.912916,2.267618,9.647937,425.95056,40.70544,777.8257,20.275393,1374.3271,38.66221,759.86475,531.3765,14.338503,12.659985,963.42126,1406.5374,3829.1853,647.8127 +2023-04-20 02:00:00,0.0,4054.639,39.843468,22.718653,12.510146,41.18967,197.636,32.700203,69.827614,24.523254,39.95491,300.29825,522.01495,21.07886,39.84135,6.0989885,1.3062648,36.606297,16.806677,12.96638,478.91318,3.0731146,336.59866,105.01887,4.614028,34.826935,119.76396,53.610897,346.74167,222.55774,2509.223,5.1225467,2353.5068,29.068024,5.5589676,3.7780216,26.272354,216.02684,272.45615,156.93872,94.41944,27.607883,9.459022,863.8275,67.73557,68.15856,53.380943,346.7901,17.616755,338.86914,12.221848,53.205475,0.0,3479.7295,7518.767,5.4838085,45.75473,45.50781,28637.557,102.30507,4.121366,62.750557,99.89216,49.7737,13.928364,48.17525,614.35236,68.21337,42.000183,4.7478747,9.629618,816.19934,4.6647434,368.24988,60.58875,2518.7847,88.86759,138.80927,172.33038,268.63113,20.840576,35.53158,174.76749,16.944147,18.531734,18.622984,37.26523,165.88557,13.29519,10.134479,108.71208,20.061628,4377.2734,34.60869,39.914585,24.818598,34.269863,317.12314,81.67536,52.840973,14.619735,17.548111,41.415253,116.25774,218.8152,82.8882,280.4403,52.147194,44.660698,122.11391,201.91972,592.7579,145.39598,8.980628,12.354653,10.97131,147.04526,10448.007,9.162625,46.047222,92.311714,29.421064,337.2229,69.012314,225.74396,5.924327,130.60606,772.4828,657.9622,72.258194,941.3593,85.142494,99.95889,108.85654,46.0748,8.508184,29.803518,881.88477,4.770106,7.655863,179.30228,9.343135,5.530152,45.08507,50.486828,520.5635,122.42691,174.17001,1789.3313,127.98498,2103.2964,1770.9257,10.561461,9.801737,5640.2446,11.9329815,20.93125,316.83826,36.163723,74.051445,40.97544,196.66496,923.37585,275.69626,5.230147,43.66655,252.27647,1651.1361,30.584064,133.50938,12.435255,1.3712739,54.906258,1.1964686,1.0373442,3.4553242,12.173474,40.45078,100.656876,28.59213,1332.6405,43.956482,15.771428,22.544445,6.2725797,63.106598,3.9071758,2.288537,5.78625,59.574905,0.17802778,2.1356895,4.5032187,38.328125,14.912976,2.2654028,9.66437,426.6136,40.766087,779.03394,20.297085,1376.304,38.700027,759.6635,532.13635,14.357799,12.665559,964.7541,1408.6396,3833.4834,647.6007 +2023-04-20 03:00:00,0.0,4055.7136,39.867905,22.738918,12.521985,41.201023,197.67894,32.705513,69.83735,24.522827,39.952274,300.59378,522.3692,21.082483,39.88058,6.0899286,1.3046485,36.611526,16.8141,12.955254,479.00592,3.0725741,336.69186,105.00654,4.6070395,34.73183,119.77743,53.597115,346.32916,222.50685,2510.8005,5.111054,2353.4106,28.993511,5.5478277,3.7695134,26.223814,216.0759,272.47513,156.56963,94.4875,27.628273,9.459811,863.8,67.51865,68.143616,53.410652,347.0266,17.606184,339.00894,12.223767,53.192524,0.0,3481.664,7525.3228,5.490332,45.785336,45.549736,28650.986,102.384094,4.1254764,62.751072,99.87242,49.79601,13.935683,48.149464,614.6948,68.28984,42.008244,4.7505302,9.631674,816.49207,4.6742487,368.00052,60.625626,2517.9688,88.887505,138.74876,172.28546,268.61932,20.818691,35.50715,174.48886,16.928144,18.518381,18.635422,37.26794,165.76495,13.300557,10.138915,108.73302,20.061905,4376.87,34.624165,39.884377,24.81851,34.2803,317.02917,81.65982,52.840626,14.625687,17.555328,41.399006,116.27417,218.7,82.890625,280.4524,52.191406,44.658615,122.133,202.01125,593.8736,145.4392,8.978175,12.366563,10.962679,147.2999,10461.844,9.153703,46.026085,92.180626,29.419521,337.23267,68.92792,225.62108,5.9194164,130.68105,772.1397,657.3868,72.23581,940.9173,85.02541,99.91172,108.93231,46.017662,8.496574,29.774893,882.6357,4.7588077,7.6407833,179.12146,9.341607,5.5293174,45.024834,50.443115,520.1591,122.3289,174.15222,1788.77,128.11307,2103.7542,1771.3212,10.568157,9.813022,5649.845,11.928424,20.955208,316.84113,36.193253,74.1085,41.005264,196.87437,924.4592,275.73615,5.234339,43.691944,252.69588,1653.6952,30.637796,133.61163,12.445521,1.370925,54.908165,1.1961908,1.0364705,3.452067,12.177822,40.4815,100.83109,28.585417,1334.9408,43.9875,15.778571,22.55,6.273393,63.082813,3.9093747,2.28825,5.786875,59.570625,0.17744642,2.1348596,4.502601,38.335938,14.913035,2.2631874,9.680802,427.2766,40.82673,780.24225,20.318777,1378.2806,38.737846,759.4623,532.89624,14.377093,12.671133,966.0869,1410.7421,3837.7817,647.38873 +2023-04-20 04:00:00,0.0,4056.7883,39.89234,22.759186,12.533823,41.21237,197.7219,32.71082,69.84708,24.522398,39.94964,300.8893,522.7235,21.086107,39.919815,6.080869,1.3030322,36.616756,16.821524,12.944127,479.09866,3.0720334,336.7851,104.99421,4.6000504,34.636723,119.790886,53.583332,345.9167,222.45598,2512.3782,5.0995607,2353.3145,28.918997,5.5366883,3.7610052,26.17527,216.12495,272.49408,156.20053,94.55556,27.648664,9.460601,863.77246,67.30172,68.12868,53.440365,347.26318,17.595615,339.14874,12.225688,53.179573,0.0,3483.5986,7531.879,5.496856,45.81594,45.591663,28664.416,102.46312,4.129586,62.751587,99.85268,49.818314,13.943003,48.123676,615.03735,68.36632,42.0163,4.7531857,9.63373,816.7847,4.6837544,367.75116,60.6625,2517.1528,88.90741,138.68825,172.24052,268.6075,20.796806,35.48272,174.21024,16.91214,18.505028,18.647858,37.270653,165.64435,13.305923,10.1433525,108.75395,20.06218,4376.467,34.639637,39.854168,24.818422,34.290737,316.93518,81.64429,52.84028,14.631638,17.562546,41.382763,116.2906,218.5848,82.89306,280.4645,52.23562,44.656532,122.1521,202.10277,594.98926,145.4824,8.975722,12.378472,10.954048,147.55453,10475.68,9.144779,46.004948,92.04954,29.417978,337.24243,68.84351,225.49821,5.914506,130.75601,771.79663,656.8113,72.21343,940.4753,84.90833,99.86455,109.00809,45.960526,8.484965,29.746267,883.38654,4.7475095,7.625704,178.94066,9.340079,5.528483,44.964596,50.399406,519.75476,122.2309,174.13445,1788.2087,128.24117,2104.212,1771.7166,10.574854,9.8243065,5659.446,11.923866,20.979166,316.844,36.22278,74.16556,41.035088,197.0838,925.54266,275.77603,5.2385316,43.717342,253.11528,1656.2543,30.691526,133.7139,12.455787,1.3705759,54.910076,1.1959131,1.0355968,3.4488099,12.182169,40.512222,101.00531,28.578705,1337.2412,44.018517,15.785714,22.555555,6.2742066,63.05903,3.911574,2.287963,5.7875,59.56635,0.17686509,2.1340299,4.501983,38.34375,14.913095,2.2609723,9.697235,427.93964,40.887375,781.4505,20.34047,1380.2573,38.775665,759.26105,533.65607,14.396388,12.676707,967.41974,1412.8444,3842.0798,647.17676 +2023-04-20 05:00:00,0.0,4057.863,39.91678,22.779453,12.545661,41.223724,197.76483,32.71613,69.85681,24.52197,39.947006,301.18484,523.07776,21.089731,39.959045,6.0718093,1.3014159,36.621986,16.828947,12.933001,479.1914,3.071493,336.87833,104.98188,4.5930614,34.54162,119.804344,53.56955,345.50418,222.40509,2513.9558,5.0880675,2353.2185,28.844484,5.5255485,3.7524967,26.12673,216.17401,272.51303,155.83144,94.62361,27.669054,9.4613905,863.745,67.08479,68.11373,53.470074,347.4997,17.585045,339.28854,12.227609,53.166622,0.0,3485.533,7538.4346,5.50338,45.846546,45.63359,28677.846,102.54215,4.133696,62.7521,99.83293,49.840622,13.950322,48.09789,615.3798,68.442795,42.02436,4.7558413,9.635786,817.07745,4.69326,367.5018,60.699375,2516.337,88.927315,138.62773,172.19559,268.59567,20.774921,35.458286,173.9316,16.896137,18.491674,18.660295,37.273365,165.52374,13.311291,10.147789,108.77489,20.062456,4376.0635,34.65511,39.82396,24.818335,34.301178,316.8412,81.628746,52.83993,14.637589,17.569763,41.366516,116.30704,218.46959,82.895485,280.4766,52.27983,44.65445,122.17119,202.1943,596.105,145.5256,8.973269,12.390382,10.945416,147.80917,10489.516,9.135857,45.98381,91.91845,29.416435,337.25223,68.75912,225.37534,5.9095955,130.831,771.4536,656.23584,72.19105,940.03326,84.791245,99.81738,109.083855,45.90339,8.473355,29.717642,884.13745,4.736212,7.6106243,178.75984,9.3385515,5.5276484,44.904358,50.355694,519.3504,122.1329,174.11667,1787.6475,128.36926,2104.6697,1772.1119,10.58155,9.83559,5669.0464,11.919309,21.003126,316.84686,36.252308,74.22261,41.064915,197.29323,926.6261,275.81592,5.242724,43.742737,253.53468,1658.8134,30.745258,133.81615,12.466053,1.370227,54.911983,1.1956353,1.0347233,3.4455528,12.186517,40.542946,101.17953,28.571991,1339.5416,44.049538,15.792857,22.561111,6.27502,63.035244,3.913773,2.2876759,5.788125,59.56207,0.17628373,2.1332,4.5013657,38.351562,14.913155,2.2587569,9.713668,428.60263,40.94802,782.6588,20.362162,1382.234,38.81348,759.0598,534.41595,14.415683,12.6822815,968.75256,1414.9467,3846.3782,646.9648 +2023-04-20 06:00:00,0.0,4058.9377,39.941216,22.799719,12.5575,41.235077,197.80777,32.721436,69.86655,24.521542,39.94437,301.48038,523.43207,21.093355,39.998276,6.06275,1.2997997,36.62722,16.836372,12.921875,479.28415,3.0709524,336.97156,104.96955,4.5860724,34.44651,119.81781,53.55577,345.09167,222.35422,2515.5334,5.0765743,2353.1223,28.76997,5.5144086,3.7439885,26.07819,216.22307,272.53198,155.46234,94.691666,27.689444,9.46218,863.71747,66.86787,68.09879,53.499783,347.73627,17.574474,339.42834,12.229528,53.15367,0.0,3487.4673,7544.9907,5.509904,45.87715,45.675514,28691.275,102.62118,4.1378064,62.75262,99.81319,49.86293,13.957642,48.0721,615.7223,68.51927,42.032417,4.7584968,9.637842,817.3702,4.702766,367.25244,60.73625,2515.5208,88.94723,138.56723,172.15065,268.58386,20.753036,35.433857,173.65297,16.880133,18.478321,18.672733,37.276077,165.40312,13.316657,10.152226,108.79582,20.06273,4375.66,34.670586,39.79375,24.818247,34.311615,316.74722,81.613205,52.839584,14.64354,17.57698,41.35027,116.32347,218.35439,82.89792,280.48868,52.324043,44.652367,122.190285,202.28583,597.22064,145.56882,8.970817,12.402292,10.936786,148.06381,10503.353,9.126934,45.962677,91.78736,29.414892,337.262,68.67472,225.25246,5.904685,130.90598,771.11053,655.66034,72.16867,939.59125,84.674164,99.77021,109.15963,45.846252,8.461745,29.689016,884.8883,4.7249136,7.5955443,178.57904,9.337024,5.5268145,44.84412,50.31198,518.94604,122.0349,174.09888,1787.0862,128.49734,2105.1274,1772.5073,10.588245,9.846875,5678.647,11.914751,21.027084,316.8497,36.281834,74.27967,41.094738,197.50264,927.70953,275.8558,5.246917,43.76813,253.95409,1661.3724,30.798988,133.9184,12.476319,1.369878,54.913895,1.1953576,1.0338496,3.4422958,12.190864,40.573666,101.35374,28.565277,1341.8419,44.080555,15.799999,22.566668,6.2758336,63.01146,3.915972,2.2873888,5.7887497,59.55779,0.17570238,2.13237,4.500748,38.359375,14.913214,2.2565417,9.730101,429.26566,41.008663,783.86707,20.383856,1384.2107,38.8513,758.8586,535.1758,14.434978,12.687857,970.0854,1417.0491,3850.6763,646.7528 +2023-04-20 07:00:00,0.0,4060.0125,39.965652,22.819986,12.569338,41.246426,197.85071,32.726746,69.876274,24.521114,39.941734,301.77588,523.7864,21.09698,40.03751,6.0536904,1.2981833,36.63245,16.843796,12.9107485,479.3769,3.0704117,337.0648,104.95722,4.5790834,34.351406,119.83127,53.54199,344.67917,222.30334,2517.111,5.0650816,2353.0261,28.695456,5.503269,3.7354803,26.029646,216.27213,272.55093,155.09325,94.75972,27.709833,9.46297,863.68994,66.65094,68.08385,53.529495,347.97278,17.563904,339.56815,12.231449,53.140724,0.0,3489.4019,7551.5464,5.5164275,45.90776,45.71744,28704.705,102.7002,4.1419163,62.753136,99.79344,49.885235,13.964961,48.046314,616.0648,68.59575,42.040478,4.7611523,9.639898,817.6629,4.712271,367.00305,60.773125,2514.7048,88.96713,138.50673,172.10571,268.57205,20.731152,35.409428,173.37434,16.86413,18.464968,18.685171,37.278786,165.28252,13.322024,10.156663,108.81676,20.063007,4375.257,34.686058,39.763542,24.81816,34.322052,316.65323,81.597664,52.839237,14.649492,17.584198,41.334023,116.339905,218.23918,82.90035,280.50076,52.368256,44.650284,122.20938,202.37735,598.3363,145.61201,8.968364,12.414202,10.928155,148.31845,10517.188,9.1180105,45.94154,91.65627,29.413351,337.2718,68.590324,225.12958,5.8997746,130.98094,770.76746,655.0849,72.146286,939.1492,84.55708,99.723045,109.235405,45.789112,8.450136,29.66039,885.6392,4.7136154,7.580465,178.39822,9.335496,5.52598,44.783882,50.268272,518.5417,121.93689,174.0811,1786.5249,128.62544,2105.5852,1772.9027,10.594941,9.85816,5688.2476,11.910193,21.051043,316.85257,36.311363,74.33672,41.12456,197.71207,928.79297,275.89572,5.251109,43.793526,254.37349,1663.9314,30.85272,134.02066,12.486586,1.3695291,54.915802,1.1950798,1.0329759,3.4390385,12.195211,40.60439,101.527954,28.558565,1344.1423,44.111572,15.807142,22.572222,6.276647,62.987675,3.9181712,2.2871017,5.789375,59.553513,0.17512104,2.1315403,4.50013,38.367188,14.913274,2.2543263,9.746532,429.92868,41.06931,785.0754,20.405548,1386.1874,38.88912,758.6574,535.93567,14.454272,12.693431,971.41815,1419.1514,3854.9746,646.54083 +2023-04-20 08:00:00,0.0,4061.0874,39.99009,22.840254,12.581176,41.25778,197.89365,32.732056,69.88601,24.520687,39.939102,302.0714,524.1406,21.100603,40.07674,6.0446305,1.2965671,36.63768,16.85122,12.899622,479.46964,3.0698712,337.15802,104.94489,4.5720944,34.2563,119.84473,53.528206,344.26666,222.25246,2518.6887,5.0535884,2352.9302,28.620943,5.4921293,3.7269719,25.981106,216.32118,272.5699,154.72415,94.827774,27.730223,9.46376,863.6624,66.43401,68.06891,53.559204,348.20935,17.553333,339.70795,12.23337,53.127773,0.0,3491.3362,7558.1025,5.522951,45.938366,45.75937,28718.135,102.779236,4.146026,62.75365,99.7737,49.907543,13.9722805,48.020527,616.4073,68.672226,42.048534,4.763808,9.641954,817.95557,4.721777,366.7537,60.81,2513.889,88.98704,138.44621,172.06078,268.56024,20.709267,35.384995,173.09572,16.848125,18.451612,18.697609,37.281498,165.16191,13.327391,10.1611,108.83769,20.063282,4374.8535,34.70153,39.733334,24.818071,34.33249,316.55927,81.58212,52.83889,14.655443,17.591415,41.31778,116.35634,218.12398,82.90278,280.51285,52.412468,44.6482,122.22848,202.46889,599.452,145.65523,8.965911,12.426111,10.919524,148.5731,10531.024,9.109088,45.920403,91.525185,29.411808,337.28156,68.50592,225.00671,5.894864,131.05592,770.42444,654.5094,72.12391,938.70715,84.439995,99.67587,109.31117,45.731976,8.438526,29.631765,886.3901,4.702317,7.5653853,178.21742,9.333968,5.5251455,44.723644,50.22456,518.1373,121.83889,174.06331,1785.9636,128.75354,2106.043,1773.2981,10.601637,9.869445,5697.8486,11.905636,21.075,316.85544,36.34089,74.393776,41.15439,197.9215,929.8764,275.9356,5.2553015,43.81892,254.7929,1666.4905,30.90645,134.12291,12.496852,1.3691801,54.917713,1.194802,1.0321022,3.4357815,12.199559,40.63511,101.70217,28.551851,1346.4427,44.142593,15.814285,22.577778,6.2774606,62.96389,3.92037,2.2868147,5.79,59.549232,0.17453969,2.1307104,4.4995127,38.375,14.913333,2.252111,9.762965,430.59167,41.129955,786.2837,20.42724,1388.1641,38.926937,758.4562,536.6955,14.473567,12.699005,972.751,1421.2538,3859.2727,646.3289 +2023-04-20 09:00:00,0.0,4062.162,40.014526,22.86052,12.593015,41.269127,197.9366,32.737362,69.895744,24.520258,39.936466,302.36694,524.49493,21.104227,40.11597,6.035571,1.2949508,36.64291,16.858643,12.888496,479.56235,3.0693307,337.25125,104.93256,4.5651054,34.161194,119.85819,53.514423,343.8542,222.20158,2520.266,5.042095,2352.834,28.546429,5.4809895,3.7184637,25.932564,216.37024,272.58884,154.35506,94.895836,27.750612,9.46455,863.6349,66.21709,68.05396,53.588917,348.44586,17.542765,339.84775,12.23529,53.114822,0.0,3493.2708,7564.658,5.529475,45.96897,45.801296,28731.564,102.85826,4.1501365,62.754166,99.75395,49.929848,13.9796,47.99474,616.74976,68.748695,42.056595,4.7664633,9.644011,818.2483,4.7312827,366.50433,60.846874,2513.073,89.00694,138.38571,172.01584,268.54843,20.687384,35.360565,172.81708,16.832123,18.43826,18.710045,37.28421,165.0413,13.332758,10.165537,108.85863,20.063559,4374.45,34.717007,39.703125,24.817984,34.34293,316.46527,81.56658,52.838543,14.661395,17.59863,41.301533,116.37277,218.00877,82.90521,280.52493,52.45668,44.646122,122.24757,202.56041,600.5677,145.69844,8.963459,12.438021,10.9108925,148.82774,10544.861,9.100165,45.899265,91.3941,29.410265,337.29135,68.421524,224.88383,5.8899536,131.1309,770.08136,653.93396,72.101524,938.26514,84.322914,99.62871,109.38695,45.67484,8.426916,29.60314,887.141,4.691019,7.5503054,178.0366,9.33244,5.524311,44.663406,50.180847,517.733,121.74088,174.04553,1785.4025,128.88164,2106.5007,1773.6935,10.608334,9.88073,5707.449,11.901078,21.098959,316.8583,36.37042,74.450836,41.18421,198.1309,930.9598,275.9755,5.259494,43.844315,255.2123,1669.0496,30.960182,134.22516,12.507118,1.3688312,54.91962,1.1945244,1.0312287,3.4325244,12.203906,40.665833,101.87639,28.54514,1348.743,44.17361,15.821428,22.583334,6.278274,62.940105,3.9225693,2.2865276,5.790625,59.544952,0.17395833,2.1298804,4.498895,38.382812,14.913393,2.2498958,9.779398,431.2547,41.190598,787.49194,20.448933,1390.1409,38.964756,758.25494,537.4554,14.492862,12.704579,974.0838,1423.3561,3863.571,646.11694 +2023-04-20 10:00:00,0.0,4063.2368,40.038963,22.880787,12.604853,41.28048,197.97954,32.742672,69.90547,24.51983,39.93383,302.66248,524.8492,21.107851,40.155205,6.0265117,1.2933345,36.64814,16.866066,12.87737,479.6551,3.06879,337.34448,104.920235,4.558117,34.06609,119.87165,53.50064,343.44168,222.1507,2521.8438,5.030602,2352.7378,28.471916,5.46985,3.7099555,25.884022,216.41931,272.6078,153.98596,94.96389,27.771002,9.46534,863.60736,66.00016,68.039024,53.618626,348.68243,17.532194,339.98755,12.23721,53.10187,0.0,3495.2048,7571.2144,5.535999,45.999577,45.843224,28744.994,102.93729,4.1542463,62.75468,99.73421,49.952156,13.986919,47.968952,617.0923,68.82517,42.06465,4.7691183,9.646066,818.541,4.740788,366.25497,60.88375,2512.2568,89.026855,138.3252,171.9709,268.53662,20.665499,35.336136,172.53845,16.81612,18.424906,18.722483,37.28692,164.92068,13.338124,10.169974,108.87956,20.063833,4374.047,34.73248,39.672916,24.817896,34.353367,316.3713,81.55104,52.838196,14.667346,17.605848,41.285286,116.389206,217.89357,82.90764,280.53705,52.500893,44.64404,122.26666,202.65195,601.6834,145.74164,8.961006,12.449931,10.902262,149.08238,10558.697,9.091242,45.87813,91.26301,29.408722,337.30112,68.33713,224.76096,5.885043,131.20587,769.7383,653.3585,72.07915,937.8231,84.20583,99.581535,109.462715,45.617702,8.415306,29.574514,887.89185,4.679721,7.535226,177.85579,9.330913,5.5234766,44.60317,50.13714,517.3286,121.64288,174.02774,1784.8412,129.00972,2106.9585,1774.0889,10.615029,9.8920145,5717.05,11.896521,21.122917,316.86115,36.399944,74.50789,41.214035,198.34033,932.0432,276.01538,5.263686,43.86971,255.6317,1671.6086,31.013912,134.32742,12.517385,1.3684822,54.92153,1.1942466,1.030355,3.4292674,12.208254,40.696556,102.050606,28.538425,1351.0435,44.204628,15.828571,22.588888,6.2790875,62.91632,3.9247682,2.2862408,5.7912498,59.540676,0.17337699,2.1290507,4.498277,38.390625,14.913452,2.2476804,9.795831,431.91772,41.251244,788.70026,20.470625,1392.1176,39.002575,758.0537,538.2152,14.5121565,12.710154,975.4166,1425.4585,3867.8691,645.90497 +2023-04-20 11:00:00,0.0,4064.3115,40.0634,22.901054,12.616691,41.291832,198.02248,32.74798,69.91521,24.519402,39.931194,302.958,525.2035,21.111475,40.194435,6.017452,1.2917182,36.65337,16.873491,12.866243,479.74783,3.0682495,337.4377,104.907906,4.551128,33.97098,119.88511,53.48686,343.02917,222.09982,2523.4214,5.019109,2352.6416,28.397402,5.45871,3.701447,25.83548,216.46837,272.62674,153.61687,95.031944,27.791391,9.466129,863.57983,65.78323,68.02408,53.64834,348.91898,17.521624,340.12735,12.239131,53.08892,0.0,3497.1394,7577.7705,5.542523,46.030186,45.885147,28758.424,103.01632,4.158356,62.7552,99.71447,49.974464,13.994239,47.94317,617.43475,68.90165,42.072712,4.771774,9.648122,818.8337,4.7502937,366.0056,60.920624,2511.441,89.04676,138.2647,171.92596,268.52478,20.643614,35.311703,172.25983,16.800116,18.411552,18.73492,37.28963,164.80008,13.343492,10.174411,108.9005,20.06411,4373.6436,34.74795,39.642708,24.817808,34.363804,316.2773,81.53551,52.83785,14.673298,17.613066,41.26904,116.40564,217.77837,82.91007,280.54913,52.545105,44.641956,122.28576,202.74347,602.7991,145.78485,8.958553,12.461841,10.893631,149.33702,10572.533,9.082319,45.856995,91.13192,29.407179,337.31088,68.25273,224.63808,5.8801327,131.28085,769.39526,652.783,72.05676,937.3811,84.088745,99.53437,109.53849,45.560562,8.403697,29.545889,888.64276,4.6684227,7.5201464,177.67499,9.329385,5.522642,44.54293,50.093426,516.92426,121.544876,174.00996,1784.2798,129.13782,2107.4163,1774.4843,10.621725,9.903299,5726.6504,11.891963,21.146875,316.864,36.429474,74.56494,41.243862,198.54974,933.12665,276.05527,5.267879,43.895103,256.0511,1674.1677,31.067644,134.42967,12.527651,1.3681333,54.92344,1.1939689,1.0294813,3.4260101,12.212601,40.727276,102.224815,28.531713,1353.3439,44.23565,15.835714,22.594444,6.279901,62.892536,3.9269674,2.2859538,5.791875,59.536396,0.17279564,2.1282208,4.4976597,38.398438,14.913512,2.2454653,9.8122635,432.58072,41.31189,789.9085,20.492317,1394.0942,39.040394,757.8525,538.9751,14.531451,12.715729,976.74945,1427.5608,3872.1675,645.693 +2023-04-20 12:00:00,0.0,4065.3862,40.087837,22.92132,12.628529,41.30318,198.06541,32.75329,69.92494,24.518974,39.928562,303.2535,525.55774,21.115099,40.233665,6.0083923,1.290102,36.6586,16.880915,12.855117,479.84058,3.067709,337.53094,104.89558,4.544139,33.875877,119.898575,53.473076,342.61667,222.04893,2524.999,5.007616,2352.5457,28.322887,5.4475703,3.6929388,25.78694,216.51743,272.6457,153.24777,95.1,27.81178,9.466919,863.55237,65.56631,68.00913,53.678047,349.15552,17.511053,340.26715,12.241051,53.07597,0.0,3499.0737,7584.326,5.5490465,46.06079,45.927074,28771.854,103.095345,4.1624665,62.755714,99.694725,49.99677,14.001558,47.91738,617.7772,68.97813,42.08077,4.7744293,9.650178,819.1264,4.7597995,365.75626,60.9575,2510.625,89.066666,138.20418,171.88103,268.51297,20.621729,35.287273,171.9812,16.784113,18.3982,18.747358,37.292343,164.67947,13.348858,10.178848,108.92143,20.064384,4373.24,34.763428,39.6125,24.81772,34.374245,316.18332,81.519966,52.8375,14.679249,17.620283,41.252796,116.42207,217.66316,82.9125,280.56122,52.589317,44.639874,122.30485,202.83499,603.9148,145.82806,8.9561,12.47375,10.885,149.59166,10586.37,9.073397,45.835857,91.00083,29.405638,337.32068,68.16833,224.51521,5.875222,131.35583,769.0522,652.2076,72.034386,936.9391,83.971664,99.4872,109.614265,45.503426,8.392087,29.517263,889.3936,4.657125,7.505067,177.49417,9.327857,5.5218077,44.482693,50.049713,516.5199,121.44688,173.99219,1783.7186,129.26591,2107.874,1774.8796,10.628421,9.914584,5736.251,11.887405,21.170834,316.86688,36.459,74.622,41.273685,198.75917,934.2101,276.09515,5.2720714,43.920498,256.4705,1676.7268,31.121376,134.53192,12.537917,1.3677844,54.925346,1.1936911,1.0286077,3.422753,12.2169485,40.758,102.39903,28.525,1355.6443,44.266666,15.842856,22.6,6.2807145,62.86875,3.9291666,2.2856667,5.7925,59.532116,0.17221428,2.1273909,4.4970417,38.40625,14.913571,2.24325,9.828696,433.24374,41.37253,791.1168,20.514011,1396.0709,39.07821,757.65125,539.7349,14.550746,12.721303,978.0823,1429.6631,3876.4656,645.481 +2023-04-20 13:00:00,0.0,4066.461,40.112274,22.941587,12.6403675,41.314533,198.10835,32.758595,69.93467,24.518547,39.925926,303.54904,525.91205,21.118723,40.272896,5.999333,1.2884858,36.663834,16.888338,12.843991,479.93332,3.0671682,337.62415,104.88325,4.53715,33.78077,119.91203,53.459293,342.20416,221.99806,2526.5767,4.996123,2352.4495,28.248375,5.436431,3.6844306,25.738396,216.56648,272.66467,152.87868,95.16805,27.832172,9.467709,863.52484,65.34938,67.994194,53.70776,349.39206,17.500483,340.40695,12.242971,53.06302,0.0,3501.008,7590.8823,5.5555706,46.091396,45.969,28785.283,103.17437,4.1665764,62.75623,99.67498,50.019077,14.008878,47.891594,618.11975,69.0546,42.08883,4.777085,9.652234,819.4191,4.7693048,365.5069,60.994377,2509.809,89.08658,138.14368,171.83609,268.50116,20.599844,35.262844,171.70256,16.768108,18.384846,18.759796,37.295055,164.55885,13.354225,10.183286,108.94237,20.064661,4372.837,34.7789,39.58229,24.817633,34.38468,316.08936,81.504425,52.837154,14.685201,17.6275,41.23655,116.43851,217.54796,82.91493,280.5733,52.63353,44.63779,122.323944,202.92653,605.03046,145.87126,8.953648,12.48566,10.876369,149.8463,10600.206,9.064473,45.81472,90.86974,29.404095,337.33044,68.08393,224.39233,5.8703117,131.4308,768.7091,651.6321,72.01201,936.4971,83.854576,99.440025,109.69003,45.44629,8.380477,29.488638,890.14453,4.645827,7.489987,177.31337,9.326329,5.5209737,44.422455,50.006004,516.1156,121.34887,173.9744,1783.1573,129.394,2108.3318,1775.2751,10.635117,9.925869,5745.852,11.882848,21.194792,316.86975,36.48853,74.679054,41.30351,198.9686,935.2935,276.13507,5.2762637,43.945896,256.8899,1679.2858,31.175106,134.63419,12.5481825,1.3674353,54.927258,1.1934134,1.027734,3.419496,12.221296,40.788723,102.57325,28.518288,1357.9446,44.297684,15.849999,22.605556,6.281528,62.844967,3.9313655,2.2853796,5.7931247,59.52784,0.17163295,2.1265612,4.496424,38.414062,14.9136305,2.2410347,9.845129,433.90677,41.433178,792.3251,20.535704,1398.0476,39.116028,757.45,540.4948,14.570041,12.726877,979.4151,1431.7655,3880.764,645.26904 +2023-04-20 14:00:00,0.0,4067.5356,40.13671,22.961855,12.652205,41.325882,198.1513,32.763905,69.944405,24.518118,39.92329,303.84457,526.2663,21.122347,40.31213,5.990273,1.2868694,36.669064,16.895761,12.832865,480.02606,3.0666277,337.71738,104.87092,4.530161,33.685665,119.92549,53.44551,341.7917,221.94717,2528.1543,4.9846296,2352.3533,28.17386,5.425291,3.6759224,25.689856,216.61554,272.68362,152.50958,95.236115,27.852562,9.468498,863.4973,65.132454,67.97925,53.73747,349.6286,17.489912,340.54675,12.244892,53.050068,0.0,3502.9426,7597.438,5.562094,46.122,46.01093,28798.713,103.2534,4.1706862,62.756744,99.655235,50.04138,14.016197,47.865807,618.4622,69.13107,42.096886,4.7797403,9.65429,819.71185,4.7788105,365.2575,61.03125,2508.9932,89.10648,138.08316,171.79115,268.48935,20.57796,35.23841,171.42393,16.752106,18.37149,18.772232,37.297768,164.43825,13.3595915,10.187722,108.9633,20.064936,4372.4336,34.794373,39.552082,24.817545,34.39512,315.99536,81.488884,52.836807,14.691152,17.634718,41.220303,116.45494,217.43275,82.917366,280.5854,52.677742,44.635708,122.34304,203.01805,606.1461,145.91447,8.951195,12.49757,10.867738,150.10094,10614.042,9.055551,45.793587,90.738655,29.402552,337.34024,67.999535,224.26945,5.8654013,131.50578,768.3661,651.05664,71.989624,936.05505,83.737495,99.39286,109.76581,45.389153,8.368868,29.460012,890.8954,4.6345286,7.4749074,177.13255,9.324801,5.520139,44.362217,49.96229,515.71124,121.25087,173.95662,1782.5961,129.5221,2108.7896,1775.6705,10.641812,9.937153,5755.4526,11.87829,21.21875,316.87262,36.518055,74.736115,41.333336,199.17801,936.3769,276.17496,5.280456,43.97129,257.3093,1681.8448,31.228838,134.73643,12.558449,1.3670864,54.929165,1.1931356,1.0268604,3.416239,12.225643,40.819443,102.74747,28.511574,1360.245,44.3287,15.857142,22.61111,6.2823415,62.821182,3.9335647,2.2850926,5.79375,59.52356,0.17105159,2.1257312,4.4958067,38.421875,14.913691,2.2388194,9.861562,434.5698,41.493824,793.5334,20.557396,1400.0243,39.153847,757.2488,541.25464,14.589335,12.732451,980.7479,1433.8678,3885.062,645.05707 +2023-04-20 15:00:00,0.0,4068.6104,40.161148,22.98212,12.664043,41.337234,198.19424,32.769215,69.95414,24.51769,39.92066,304.1401,526.6206,21.12597,40.35136,5.9812136,1.2852532,36.674294,16.903185,12.821738,480.1188,3.0660872,337.8106,104.85859,4.523172,33.590557,119.93896,53.431732,341.37918,221.8963,2529.732,4.9731364,2352.257,28.099348,5.414151,3.667414,25.641315,216.6646,272.70258,152.14049,95.30417,27.872952,9.469289,863.4698,64.91553,67.96431,53.76718,349.86514,17.479343,340.68655,12.246812,53.037117,0.0,3504.877,7603.994,5.5686183,46.152607,46.052856,28812.143,103.33243,4.1747966,62.757263,99.6355,50.06369,14.023517,47.84002,618.8047,69.20755,42.104946,4.782396,9.656346,820.0045,4.7883162,365.00815,61.068127,2508.177,89.12639,138.02266,171.74622,268.47754,20.556076,35.21398,171.14531,16.736101,18.358137,18.78467,37.300476,164.31764,13.364959,10.19216,108.98424,20.065212,4372.0303,34.80985,39.521873,24.817457,34.405556,315.9014,81.47334,52.83646,14.6971035,17.641933,41.204056,116.471375,217.31754,82.91979,280.59747,52.721954,44.633625,122.36214,203.10957,607.26184,145.95769,8.948742,12.5094795,10.859107,150.35558,10627.879,9.046628,45.77245,90.60757,29.401009,337.35,67.91514,224.14659,5.860491,131.58076,768.023,650.4812,71.96725,935.61304,83.620415,99.34569,109.84158,45.332016,8.357258,29.431387,891.6463,4.6232305,7.459828,176.95175,9.323274,5.5193048,44.30198,49.918583,515.3069,121.15286,173.93883,1782.0349,129.65019,2109.2473,1776.0659,10.648508,9.948438,5765.053,11.873733,21.242708,316.87546,36.547585,74.79317,41.36316,199.38744,937.4603,276.21484,5.284649,43.996685,257.7287,1684.4039,31.282568,134.83868,12.568715,1.3667375,54.931076,1.1928579,1.0259868,3.4129817,12.229991,40.850166,102.921684,28.504862,1362.5454,44.359722,15.864285,22.616667,6.283155,62.797398,3.9357636,2.2848055,5.794375,59.51928,0.17047024,2.1249015,4.4951887,38.429688,14.91375,2.2366042,9.877995,435.2328,41.554466,794.74164,20.579088,1402.001,39.191666,757.04755,542.0145,14.60863,12.738026,982.08075,1435.9702,3889.3604,644.8451 +2023-04-20 16:00:00,0.0,4069.685,40.185585,23.002388,12.675882,41.348587,198.23718,32.77452,69.96387,24.517262,39.918022,304.4356,526.97485,21.129595,40.39059,5.972154,1.2836369,36.679523,16.91061,12.810612,480.21152,3.0655465,337.90384,104.84626,4.516183,33.495453,119.952415,53.41795,340.96667,221.84543,2531.3096,4.9616437,2352.1611,28.024834,5.403012,3.6589057,25.592772,216.71365,272.72153,151.7714,95.37222,27.893341,9.470078,863.44226,64.6986,67.94936,53.79689,350.10168,17.468773,340.82635,12.248733,53.02417,0.0,3506.8115,7610.55,5.575142,46.183216,46.09478,28825.572,103.41145,4.1789064,62.75778,99.61575,50.085995,14.030836,47.81423,619.1472,69.28403,42.113003,4.7850513,9.658402,820.29724,4.7978215,364.7588,61.105,2507.361,89.1463,137.96214,171.70128,268.4657,20.534191,35.189552,170.86668,16.720098,18.344784,18.797108,37.30319,164.19702,13.370325,10.196596,109.00517,20.065487,4371.627,34.82532,39.491665,24.81737,34.415997,315.8074,81.4578,52.836113,14.703054,17.64915,41.18781,116.48781,217.20233,82.922226,280.6096,52.766167,44.631542,122.381226,203.20111,608.3775,146.00089,8.946289,12.521389,10.850476,150.61021,10641.715,9.037704,45.751312,90.47648,29.399467,337.3598,67.83074,224.02371,5.8555803,131.65575,767.67993,649.9057,71.94486,935.171,83.50333,99.29852,109.91735,45.274876,8.345648,29.402761,892.39716,4.6119323,7.4447484,176.77094,9.321746,5.5184703,44.24174,49.87487,514.9025,121.05486,173.92105,1781.4736,129.77829,2109.705,1776.4613,10.655205,9.9597225,5774.654,11.869175,21.266666,316.87833,36.57711,74.85022,41.392982,199.59686,938.54376,276.25473,5.2888412,44.02208,258.1481,1686.963,31.3363,134.94095,12.578981,1.3663886,54.932983,1.1925801,1.0251131,3.4097247,12.234338,40.88089,103.095894,28.498148,1364.8457,44.39074,15.8714285,22.622223,6.2839684,62.773613,3.9379628,2.2845185,5.795,59.515003,0.1698889,2.1240716,4.494571,38.4375,14.91381,2.2343888,9.894427,435.8958,41.615112,795.94995,20.60078,1403.9778,39.229485,756.8463,542.77435,14.627925,12.7436,983.4136,1438.0725,3893.6584,644.6331 +2023-04-20 17:00:00,0.0,4070.7598,40.210022,23.022655,12.68772,41.359936,198.28012,32.77983,69.9736,24.516834,39.915386,304.73114,527.32916,21.133219,40.429825,5.963094,1.2820206,36.684753,16.918034,12.799486,480.30426,3.065006,337.99707,104.83393,4.509194,33.400345,119.96588,53.404167,340.55417,221.79454,2532.8872,4.9501505,2352.065,27.95032,5.391872,3.6503975,25.544231,216.76271,272.74048,151.4023,95.44028,27.91373,9.470868,863.41473,64.481674,67.934425,53.8266,350.33823,17.458202,340.96616,12.250653,53.01122,0.0,3508.7458,7617.106,5.581666,46.21382,46.136707,28839.002,103.490486,4.1830163,62.758293,99.596,50.108303,14.038156,47.788445,619.4897,69.360504,42.121063,4.787707,9.660459,820.58997,4.8073273,364.50943,61.141876,2506.5452,89.16621,137.90164,171.65636,268.4539,20.512306,35.16512,170.58804,16.704096,18.33143,18.809546,37.3059,164.07642,13.375692,10.201034,109.02611,20.065763,4371.2236,34.840794,39.46146,24.817282,34.426434,315.7134,81.44227,52.835762,14.709006,17.656368,41.171566,116.50424,217.08713,82.92465,280.62167,52.81038,44.62946,122.40032,203.29263,609.4932,146.0441,8.943836,12.5332985,10.8418455,150.86485,10655.551,9.028782,45.73018,90.34539,29.397924,337.36957,67.74634,223.90083,5.85067,131.73071,767.3369,649.33026,71.922485,934.729,83.386246,99.25135,109.993126,45.21774,8.334039,29.374136,893.1481,4.600634,7.4296684,176.59012,9.320218,5.517636,44.181503,49.831158,514.49817,120.956856,173.90326,1780.9124,129.90637,2110.1628,1776.8567,10.6619005,9.971007,5784.2544,11.864617,21.290625,316.8812,36.60664,74.90728,41.42281,199.80627,939.6272,276.29462,5.2930336,44.047474,258.5675,1689.5221,31.39003,135.0432,12.589248,1.3660396,54.934895,1.1923023,1.0242394,3.4064677,12.238686,40.91161,103.27011,28.491436,1367.1461,44.421757,15.8785715,22.627777,6.284782,62.749825,3.940162,2.2842314,5.7956247,59.510723,0.16930754,2.1232417,4.4939537,38.445312,14.913869,2.2321737,9.91086,436.55884,41.67576,797.1582,20.622473,1405.9545,39.267303,756.6451,543.53424,14.64722,12.749175,984.74634,1440.1749,3897.9568,644.42114 +2023-04-20 18:00:00,0.0,4071.8345,40.23446,23.042921,12.699558,41.37129,198.32306,32.785137,69.98333,24.516405,39.91275,305.02667,527.6834,21.136843,40.469055,5.954035,1.2804043,36.689983,16.925457,12.78836,480.397,3.0644653,338.0903,104.8216,4.5022054,33.30524,119.97934,53.390385,340.14166,221.74367,2534.4648,4.9386573,2351.9688,27.875807,5.380732,3.641889,25.49569,216.81177,272.75943,151.0332,95.50833,27.93412,9.471658,863.3872,64.26475,67.91948,53.85631,350.57477,17.447632,341.10596,12.252573,52.99827,0.0,3510.6802,7623.6616,5.5881896,46.244427,46.178635,28852.432,103.56951,4.1871266,62.75881,99.576256,50.13061,14.045475,47.762657,619.83215,69.43698,42.12912,4.7903624,9.662514,820.8827,4.816833,364.26007,61.17875,2505.7292,89.18611,137.84113,171.61142,268.44208,20.490421,35.14069,170.30942,16.688091,18.318077,18.821981,37.308613,163.95581,13.38106,10.20547,109.04704,20.066038,4370.82,34.85627,39.43125,24.817194,34.43687,315.61945,81.42673,52.835415,14.714957,17.663586,41.15532,116.520676,216.97192,82.927086,280.63376,52.85459,44.627377,122.41942,203.38416,610.6089,146.0873,8.941383,12.545209,10.833215,151.11949,10669.388,9.019859,45.70904,90.2143,29.396381,337.37933,67.66194,223.77795,5.8457594,131.8057,766.99384,648.75476,71.9001,934.287,83.269165,99.204185,110.0689,45.160603,8.322429,29.34551,893.899,4.589336,7.414589,176.40932,9.31869,5.5168014,44.121265,49.78745,514.0938,120.85886,173.88548,1780.3511,130.03447,2110.6206,1777.2521,10.668596,9.982292,5793.855,11.86006,21.314583,316.88406,36.636166,74.96433,41.452633,200.0157,940.71063,276.3345,5.297226,44.07287,258.9869,1692.0812,31.443762,135.14545,12.599514,1.3656906,54.936802,1.1920246,1.0233657,3.4032106,12.243033,40.942333,103.44433,28.484722,1369.4465,44.452778,15.885714,22.633333,6.2855954,62.72604,3.9423609,2.2839444,5.79625,59.506443,0.16872619,2.122412,4.4933357,38.453125,14.913929,2.2299583,9.927293,437.22183,41.7364,798.3665,20.644167,1407.9312,39.305122,756.44385,544.29407,14.666514,12.754749,986.07916,1442.2772,3902.255,644.20917 +2023-04-20 19:00:00,0.0,4072.9092,40.258896,23.063189,12.711396,41.382637,198.36601,32.790447,69.993065,24.515978,39.91012,305.3222,528.0377,21.140467,40.508286,5.9449754,1.2787881,36.695217,16.93288,12.777233,480.48975,3.0639248,338.18353,104.80927,4.4952164,33.210136,119.9928,53.376602,339.7292,221.69278,2536.0425,4.927164,2351.8728,27.801292,5.3695927,3.633381,25.447147,216.86082,272.77838,150.66411,95.576385,27.95451,9.472447,863.35974,64.04781,67.90454,53.88602,350.8113,17.437061,341.24576,12.254494,52.985317,0.0,3512.6147,7630.218,5.5947137,46.275032,46.220562,28865.861,103.64854,4.1912365,62.759327,99.55651,50.152916,14.052794,47.73687,620.1747,69.51346,42.13718,4.793018,9.66457,821.17535,4.826339,364.0107,61.215626,2504.913,89.20602,137.78062,171.56648,268.43027,20.468536,35.116257,170.03079,16.672089,18.304724,18.83442,37.311325,163.8352,13.386426,10.209908,109.06798,20.066315,4370.4165,34.871742,39.401043,24.817106,34.447308,315.52545,81.41119,52.835068,14.720909,17.670803,41.139072,116.53711,216.85672,82.92951,280.64584,52.898804,44.625294,122.43851,203.4757,611.7246,146.13051,8.9389305,12.557118,10.824583,151.37413,10683.224,9.010936,45.687904,90.08321,29.394838,337.38913,67.577545,223.65509,5.840849,131.88068,766.65076,648.1793,71.87772,933.845,83.15208,99.15701,110.14467,45.103466,8.310819,29.316885,894.64984,4.5780377,7.3995094,176.2285,9.3171625,5.515967,44.061028,49.743736,513.68945,120.76085,173.8677,1779.7898,130.16257,2111.0784,1777.6475,10.675292,9.993577,5803.456,11.855502,21.338541,316.8869,36.665695,75.02139,41.482456,200.22511,941.794,276.37442,5.301419,44.098263,259.4063,1694.6403,31.497492,135.24771,12.60978,1.3653417,54.938713,1.1917468,1.0224922,3.3999534,12.24738,40.973057,103.618546,28.47801,1371.7468,44.483795,15.892857,22.63889,6.286409,62.702255,3.94456,2.2836573,5.796875,59.502167,0.16814485,2.121582,4.492718,38.460938,14.913988,2.227743,9.943726,437.88486,41.797047,799.5748,20.66586,1409.9078,39.342937,756.2426,545.0539,14.685809,12.760324,987.412,1444.3795,3906.5532,643.99725 +2023-04-20 20:00:00,0.0,4073.984,40.283333,23.083456,12.723235,41.39399,198.40895,32.795757,70.0028,24.51555,39.907482,305.61774,528.39197,21.14409,40.547516,5.9359155,1.2771717,36.700447,16.940304,12.766108,480.5825,3.0633843,338.27676,104.796936,4.4882274,33.11503,120.00626,53.36282,339.31668,221.6419,2537.62,4.915671,2351.7766,27.72678,5.358453,3.6248727,25.398605,216.90988,272.79733,150.29501,95.64445,27.9749,9.473237,863.3322,63.83089,67.889595,53.915733,351.04785,17.426493,341.38556,12.256414,52.972366,0.0,3514.5493,7636.7734,5.6012373,46.30564,46.26249,28879.291,103.72757,4.1953464,62.759842,99.536766,50.175224,14.060114,47.711082,620.51715,69.58993,42.145237,4.7956734,9.666626,821.4681,4.835844,363.76135,61.2525,2504.0972,89.22593,137.72012,171.52155,268.41846,20.446651,35.091827,169.75217,16.656084,18.291368,18.846857,37.314034,163.71458,13.391793,10.214344,109.08891,20.06659,4370.013,34.887215,39.370834,24.817019,34.45775,315.4315,81.395645,52.83472,14.72686,17.67802,41.122826,116.55354,216.74152,82.931946,280.65793,52.943016,44.62321,122.4576,203.56721,612.8403,146.17372,8.936478,12.569028,10.815952,151.62877,10697.06,9.002013,45.666767,89.95213,29.393295,337.3989,67.49315,223.53221,5.8359385,131.95564,766.30774,647.6039,71.85534,933.40295,83.034996,99.10985,110.22044,45.04633,8.299209,29.28826,895.40076,4.56674,7.3844295,176.0477,9.315635,5.5151324,44.00079,49.700024,513.2851,120.66285,173.84991,1779.2285,130.29066,2111.5361,1778.0428,10.681988,10.004862,5813.0566,11.8509445,21.362501,316.88977,36.695225,75.078445,41.512283,200.43454,942.87744,276.4143,5.305611,44.123657,259.8257,1697.1992,31.551224,135.34996,12.620047,1.3649927,54.94062,1.1914691,1.0216185,3.3966963,12.251728,41.003777,103.79276,28.471296,1374.0472,44.514812,15.9,22.644444,6.2872224,62.67847,3.946759,2.2833703,5.7974997,59.497887,0.1675635,2.120752,4.4921007,38.46875,14.914047,2.2255278,9.960158,438.54788,41.857693,800.7831,20.687551,1411.8845,39.380756,756.0414,545.8138,14.705104,12.765898,988.7448,1446.4819,3910.8513,643.7853 +2023-04-20 21:00:00,0.0,4075.0586,40.30777,23.103722,12.735073,41.405342,198.45189,32.801064,70.01253,24.515121,39.904846,305.91324,528.7463,21.147715,40.58675,5.926856,1.2755555,36.705677,16.94773,12.754981,480.67523,3.0628436,338.37,104.78461,4.4812384,33.019924,120.01972,53.349037,338.90417,221.59102,2539.1978,4.904178,2351.6804,27.652266,5.347313,3.6163642,25.350065,216.95894,272.81628,149.92592,95.7125,27.995289,9.474028,863.3047,63.613964,67.87466,53.945442,351.2844,17.415922,341.52536,12.258334,52.959415,0.0,3516.4834,7643.3296,5.607761,46.336246,46.304413,28892.72,103.806595,4.1994567,62.760357,99.51702,50.19753,14.067433,47.685295,620.8596,69.666405,42.153297,4.798329,9.668682,821.7608,4.84535,363.51196,61.289375,2503.2812,89.245834,137.6596,171.47661,268.40665,20.424768,35.067398,169.47353,16.640081,18.278015,18.859295,37.316746,163.59398,13.39716,10.218781,109.10985,20.066866,4369.61,34.90269,39.340626,24.81693,34.468185,315.3375,81.380104,52.834373,14.732812,17.685238,41.106583,116.56998,216.62631,82.93438,280.67,52.98723,44.621128,122.4767,203.65875,613.95593,146.21692,8.934025,12.580937,10.807322,151.8834,10710.896,8.993091,45.645634,89.821045,29.391754,337.4087,67.408745,223.40933,5.8310275,132.03062,765.96466,647.0284,71.83296,932.96094,82.917915,99.062675,110.29622,44.98919,8.2876,29.259634,896.1516,4.555442,7.36935,175.86688,9.314107,5.5142984,43.94055,49.656315,512.88074,120.56484,173.83214,1778.6672,130.41875,2111.994,1778.4382,10.688684,10.016147,5822.657,11.846387,21.38646,316.89264,36.72475,75.1355,41.542107,200.64397,943.9609,276.4542,5.3098035,44.14905,260.24512,1699.7583,31.604956,135.45221,12.630313,1.3646438,54.94253,1.1911913,1.0207448,3.3934393,12.256076,41.0345,103.96697,28.464584,1376.3477,44.545834,15.907143,22.65,6.288036,62.654686,3.9489582,2.2830832,5.798125,59.493607,0.16698214,2.1199224,4.4914827,38.476562,14.914107,2.2233124,9.976591,439.21088,41.918335,801.9914,20.709244,1413.8612,39.418575,755.84015,546.5736,14.724399,12.771472,990.07764,1448.5842,3915.1497,643.5733 +2023-04-20 22:00:00,0.0,4076.1335,40.332207,23.12399,12.746911,41.41669,198.49483,32.806374,70.02226,24.514694,39.90221,306.20877,529.1005,21.151339,40.62598,5.9177966,1.2739393,36.710907,16.955153,12.7438545,480.76797,3.062303,338.46323,104.77228,4.4742494,32.924816,120.03318,53.335255,338.49167,221.54015,2540.7754,4.892685,2351.5842,27.577753,5.3361735,3.607856,25.301523,217.008,272.83524,149.55682,95.780556,28.015678,9.474817,863.27716,63.397038,67.85971,53.975155,351.52094,17.405352,341.66516,12.260255,52.946465,0.0,3518.418,7649.8853,5.614285,46.36685,46.34634,28906.15,103.88562,4.2035666,62.76087,99.497284,50.219837,14.074753,47.659508,621.20215,69.74288,42.161354,4.8009844,9.670738,822.0535,4.8548555,363.2626,61.326252,2502.4653,89.26574,137.59909,171.43167,268.3948,20.402884,35.042965,169.1949,16.624079,18.264662,18.871733,37.319458,163.47337,13.402527,10.223219,109.13078,20.06714,4369.2065,34.918163,39.310417,24.816843,34.478622,315.24353,81.36456,52.834026,14.738763,17.692453,41.090336,116.58641,216.51111,82.936806,280.68213,53.03144,44.619045,122.4958,203.75027,615.07166,146.26013,8.931573,12.592848,10.798691,152.13805,10724.732,8.984167,45.624496,89.68996,29.390211,337.41846,67.32435,223.28645,5.826117,132.1056,765.6216,646.45294,71.81058,932.51886,82.80083,99.0155,110.37199,44.932053,8.27599,29.231009,896.9025,4.5441437,7.3542705,175.68607,9.312579,5.513464,43.880314,49.612602,512.4764,120.46684,173.81435,1778.1061,130.54684,2112.4517,1778.8336,10.69538,10.0274315,5832.258,11.841829,21.410418,316.8955,36.75428,75.19256,41.57193,200.85338,945.0443,276.49408,5.313996,44.174446,260.66452,1702.3174,31.658686,135.55447,12.640579,1.3642948,54.94444,1.1909136,1.0198712,3.3901823,12.260423,41.065224,104.14119,28.45787,1378.648,44.57685,15.914286,22.655556,6.2888494,62.6309,3.951157,2.2827964,5.79875,59.48933,0.16640079,2.1190925,4.490865,38.484375,14.914166,2.2210972,9.993024,439.8739,41.97898,803.19965,20.730936,1415.8379,39.456394,755.6389,547.3335,14.743693,12.777047,991.41046,1450.6866,3919.4478,643.3613 +2023-04-20 23:00:00,0.0,4077.2083,40.356644,23.144257,12.75875,41.428043,198.53777,32.81168,70.032,24.514265,39.89958,306.5043,529.45483,21.154963,40.66521,5.9087367,1.2723229,36.716137,16.962576,12.732728,480.8607,3.0617626,338.55643,104.75995,4.4672604,32.829712,120.046646,53.321476,338.07916,221.48926,2542.353,4.8811917,2351.4883,27.503239,5.3250337,3.5993478,25.252981,217.05705,272.85422,149.18773,95.84861,28.03607,9.475607,863.24963,63.180107,67.84477,54.004864,351.75748,17.394781,341.80496,12.262176,52.933514,0.0,3520.3525,7656.4414,5.6208086,46.397457,46.388268,28919.58,103.96465,4.2076764,62.761387,99.47754,50.24214,14.082072,47.633724,621.5446,69.81936,42.169415,4.80364,9.672794,822.3462,4.864361,363.01324,61.363125,2501.6494,89.28565,137.53859,171.38673,268.383,20.380999,35.018536,168.91628,16.608074,18.251308,18.884169,37.322166,163.35275,13.407893,10.227655,109.15172,20.067417,4368.803,34.933636,39.28021,24.816755,34.48906,315.14954,81.34903,52.83368,14.744715,17.69967,41.07409,116.602844,216.3959,82.93924,280.6942,53.075653,44.616962,122.514885,203.8418,616.1873,146.30334,8.92912,12.604757,10.79006,152.39268,10738.568,8.9752445,45.60336,89.55887,29.388668,337.42825,67.23995,223.16359,5.8212066,132.18057,765.27856,645.87744,71.7882,932.07684,82.68375,98.96834,110.44776,44.874916,8.2643795,29.202383,897.6534,4.5328455,7.339191,175.50526,9.311051,5.5126295,43.820076,49.56889,512.0721,120.368835,173.79657,1777.5448,130.67494,2112.9094,1779.2291,10.702076,10.038715,5841.8584,11.837272,21.434376,316.89838,36.783806,75.24961,41.601757,201.0628,946.12775,276.53397,5.318188,44.199844,261.08392,1704.8765,31.712418,135.65672,12.650845,1.3639458,54.94635,1.1906358,1.0189976,3.386925,12.2647705,41.095943,104.31541,28.451159,1380.9484,44.60787,15.921429,22.661112,6.289663,62.607117,3.9533563,2.2825093,5.799375,59.48505,0.16581945,2.1182625,4.4902477,38.492188,14.914227,2.2188818,10.009457,440.53693,42.039627,804.40796,20.752628,1417.8147,39.494213,755.4377,548.0933,14.762988,12.782621,992.7433,1452.789,3923.746,643.14935 +2023-04-21 00:00:00,0.0,4078.283,40.38108,23.164524,12.770588,41.439392,198.58072,32.81699,70.041725,24.513838,39.896942,306.79984,529.8091,21.158587,40.704445,5.8996773,1.2707067,36.721367,16.97,12.721602,480.95343,3.0612218,338.64966,104.74762,4.4602714,32.734604,120.060104,53.307693,337.6667,221.43839,2543.9307,4.8696985,2351.392,27.428724,5.313894,3.5908394,25.204441,217.10611,272.87317,148.81863,95.916664,28.05646,9.476397,863.2221,62.96318,67.82983,54.034576,351.99402,17.38421,341.94476,12.264095,52.920563,0.0,3522.2869,7662.997,5.6273327,46.428062,46.430195,28933.01,104.04368,4.2117867,62.761906,99.457794,50.26445,14.089392,47.607937,621.8871,69.895836,42.17747,4.8062954,9.67485,822.6389,4.8738666,362.7639,61.4,2500.8333,89.30556,137.47809,171.3418,268.3712,20.359114,34.994106,168.63765,16.592072,18.237955,18.896606,37.32488,163.23215,13.41326,10.232093,109.17265,20.067692,4368.4,34.949112,39.25,24.816668,34.4995,315.05554,81.33349,52.833332,14.750666,17.706888,41.057842,116.61928,216.2807,82.941666,280.7063,53.119865,44.61488,122.53398,203.93333,617.30304,146.34654,8.926667,12.616667,10.781428,152.64732,10752.405,8.966322,45.582222,89.42778,29.387125,337.43802,67.155556,223.04071,5.816296,132.25555,764.9355,645.302,71.765816,931.6348,82.566666,98.921165,110.52354,44.81778,8.25277,29.173758,898.4043,4.5215473,7.324111,175.32445,9.309524,5.511795,43.75984,49.52518,511.6677,120.270836,173.77878,1776.9835,130.80304,2113.3672,1779.6245,10.708772,10.05,5851.459,11.832714,21.458334,316.9012,36.813335,75.30667,41.63158,201.27223,947.2112,276.57385,5.322381,44.22524,261.50333,1707.4355,31.766148,135.75897,12.661111,1.3635969,54.948257,1.190358,1.0181239,3.383668,12.269117,41.126667,104.489624,28.444445,1383.2488,44.63889,15.928571,22.666666,6.2904763,62.583332,3.9555554,2.2822223,5.7999997,59.48077,0.1652381,2.1174328,4.4896297,38.5,14.914286,2.2166667,10.025888,441.19995,42.10027,805.6162,20.774323,1419.7914,39.532032,755.23645,548.8532,14.782284,12.788196,994.0761,1454.8914,3928.0444,642.9374 +2023-04-21 01:00:00,0.0,4079.3577,40.405518,23.18479,12.782426,41.450745,198.62366,32.822296,70.05146,24.51341,39.894306,307.09537,530.1634,21.16221,40.743675,5.890618,1.2690904,36.726597,16.977423,12.710476,481.04617,3.0606813,338.7429,104.73529,4.4532824,32.6395,120.07356,53.29391,337.25418,221.38751,2545.508,4.858206,2351.296,27.354212,5.3027544,3.5823312,25.155897,217.15517,272.89212,148.44954,95.984726,28.076849,9.477186,863.1946,62.746254,67.81488,54.064285,352.23053,17.373642,342.08456,12.266016,52.90761,0.0,3524.2212,7669.553,5.6338563,46.45867,46.472122,28946.44,104.1227,4.2158966,62.76242,99.43805,50.28676,14.096711,47.58215,622.2296,69.972305,42.185528,4.808951,9.676907,822.93164,4.8833723,362.51453,61.436874,2500.0173,89.32546,137.41757,171.29686,268.35938,20.337229,34.969673,168.35901,16.576067,18.2246,18.909044,37.32759,163.11154,13.418627,10.236529,109.19359,20.067968,4367.9966,34.964584,39.21979,24.81658,34.509937,314.96158,81.31795,52.832985,14.756617,17.714106,41.0416,116.63571,216.1655,82.9441,280.71838,53.164078,44.612797,122.55308,204.02486,618.4187,146.38976,8.924214,12.628576,10.772798,152.90196,10766.241,8.957398,45.56109,89.29669,29.385584,337.44778,67.07115,222.91783,5.8113856,132.33054,764.5924,644.72656,71.74344,931.1928,82.44958,98.874,110.599304,44.76064,8.24116,29.145132,899.15515,4.510249,7.3090315,175.14365,9.307996,5.5109606,43.6996,49.48147,511.26337,120.17283,173.761,1776.4224,130.93112,2113.825,1780.0199,10.715467,10.061285,5861.06,11.828156,21.482292,316.90408,36.84286,75.36372,41.661404,201.48164,948.29456,276.61374,5.3265734,44.250633,261.92273,1709.9946,31.81988,135.86124,12.671377,1.363248,54.950165,1.1900803,1.0172503,3.380411,12.273465,41.157387,104.66384,28.43773,1385.5492,44.669907,15.935714,22.672222,6.29129,62.559547,3.9577544,2.2819352,5.800625,59.476494,0.16465674,2.116603,4.4890122,38.507812,14.914345,2.2144513,10.042321,441.86295,42.160915,806.8245,20.796015,1421.7681,39.56985,755.0352,549.61304,14.8015785,12.79377,995.40894,1456.9937,3932.3425,642.7254 +2023-04-21 02:00:00,0.0,4080.4324,40.429955,23.205057,12.794264,41.462097,198.6666,32.827606,70.061195,24.512981,39.891674,307.39087,530.51764,21.165834,40.782906,5.881558,1.267474,36.73183,16.984848,12.699349,481.13892,3.0601408,338.83612,104.72296,4.446294,32.54439,120.08703,53.28013,336.84167,221.33662,2547.0857,4.8467126,2351.2,27.279697,5.2916145,3.573823,25.107357,217.20422,272.91107,148.08044,96.05278,28.097239,9.477976,863.1671,62.529327,67.79994,54.093998,352.4671,17.363071,342.22437,12.267937,52.894665,0.0,3526.1558,7676.109,5.6403804,46.489277,46.514046,28959.87,104.20174,4.2200065,62.762936,99.418304,50.309063,14.104031,47.556362,622.5721,70.04878,42.19359,4.8116064,9.678962,823.2243,4.8928776,362.26517,61.47375,2499.2014,89.345375,137.35706,171.25192,268.34756,20.315344,34.945244,168.08038,16.560064,18.211246,18.921482,37.3303,162.99092,13.423994,10.240967,109.21452,20.068243,4367.5933,34.980057,39.189583,24.816492,34.520374,314.86758,81.30241,52.832638,14.762568,17.721323,41.025352,116.652145,216.0503,82.946526,280.73047,53.20829,44.610714,122.57217,204.11638,619.5344,146.43297,8.9217615,12.640487,10.764167,153.1566,10780.078,8.948476,45.53995,89.1656,29.38404,337.45758,66.986755,222.79497,5.806475,132.4055,764.2494,644.15106,71.721054,930.7508,82.3325,98.82683,110.67508,44.703503,8.22955,29.116507,899.90607,4.498951,7.293952,174.96283,9.306468,5.510126,43.639362,49.437756,510.859,120.07483,173.74321,1775.8611,131.05922,2114.2827,1780.4153,10.722163,10.07257,5870.6606,11.823599,21.50625,316.90695,36.87239,75.42078,41.691227,201.69107,949.378,276.65366,5.3307657,44.276028,262.34213,1712.5537,31.87361,135.96349,12.6816435,1.3628991,54.952076,1.1898025,1.0163766,3.3771536,12.277813,41.18811,104.83805,28.431019,1387.8495,44.700924,15.942857,22.677778,6.2921033,62.535763,3.9599535,2.2816482,5.80125,59.472214,0.1640754,2.115773,4.4883947,38.515625,14.914405,2.2122362,10.058754,442.52597,42.22156,808.0328,20.817707,1423.7448,39.607666,754.834,550.3729,14.820873,12.799344,996.74176,1459.0961,3936.6409,642.5134 +2023-04-21 03:00:00,0.0,4081.507,40.45439,23.225325,12.806103,41.473446,198.70953,32.832916,70.07092,24.512554,39.889038,307.6864,530.87195,21.169458,40.82214,5.8724985,1.2658578,36.73706,16.992271,12.688223,481.23166,3.0596,338.92935,104.71063,4.439305,32.449287,120.10049,53.266346,336.42917,221.28575,2548.6633,4.8352194,2351.1038,27.205185,5.2804747,3.5653145,25.058815,217.2533,272.93002,147.71135,96.120834,28.117628,9.4787655,863.1396,62.3124,67.784996,54.123707,352.7036,17.3525,342.36417,12.269856,52.881714,0.0,3528.09,7682.665,5.646904,46.519882,46.555973,28973.299,104.28076,4.224117,62.76345,99.39856,50.33137,14.11135,47.530575,622.9146,70.12526,42.201645,4.8142614,9.681018,823.517,4.9023833,362.0158,61.510624,2498.3855,89.36528,137.29655,171.20699,268.33572,20.293459,34.920815,167.80176,16.54406,18.197893,18.93392,37.333015,162.87032,13.42936,10.245403,109.23546,20.06852,4367.19,34.995533,39.159374,24.816404,34.53081,314.77362,81.286865,52.83229,14.768519,17.72854,41.009106,116.66858,215.93509,82.94896,280.74258,53.252502,44.60863,122.59126,204.20792,620.6501,146.47617,8.919309,12.652396,10.755536,153.41124,10793.914,8.939553,45.518814,89.034515,29.382498,337.46735,66.90236,222.67209,5.8015647,132.48048,763.9063,643.5756,71.69868,930.3088,82.215416,98.77966,110.750854,44.646366,8.217941,29.087881,900.6569,4.4876533,7.2788725,174.78203,9.30494,5.5092916,43.579124,49.394047,510.45465,119.97682,173.72543,1775.2997,131.18732,2114.7405,1780.8107,10.728859,10.083855,5880.261,11.819041,21.530209,316.90982,36.901917,75.47784,41.721054,201.9005,950.4614,276.69354,5.334958,44.301422,262.76154,1715.1127,31.927341,136.06573,12.69191,1.36255,54.953983,1.1895248,1.0155029,3.3738966,12.28216,41.218834,105.01227,28.424305,1390.1499,44.731945,15.95,22.683332,6.292917,62.51198,3.9621525,2.281361,5.8018746,59.467934,0.16349405,2.1149433,4.4877768,38.523438,14.914464,2.2100208,10.075187,443.189,42.282204,809.2411,20.8394,1425.7214,39.645485,754.63275,551.13275,14.840168,12.804919,998.0746,1461.1984,3940.939,642.30145 +2023-04-21 04:00:00,0.0,4082.5818,40.47883,23.24559,12.817941,41.4848,198.75247,32.838223,70.08066,24.512125,39.886402,307.98193,531.2262,21.173082,40.86137,5.863439,1.2642416,36.74229,16.999695,12.677097,481.3244,3.0590596,339.02258,104.6983,4.432316,32.354183,120.113945,53.252563,336.01666,221.23486,2550.241,4.823726,2351.0076,27.13067,5.2693353,3.5568063,25.010273,217.30235,272.94897,147.34225,96.18889,28.138018,9.479556,863.11206,62.095474,67.77006,54.153416,352.9402,17.34193,342.50397,12.271777,52.868763,0.0,3530.0247,7689.2207,5.653428,46.550488,46.5979,28986.729,104.35979,4.2282267,62.76397,99.378815,50.353676,14.1186695,47.504787,623.2571,70.20174,42.209705,4.816917,9.683074,823.80975,4.911889,361.76642,61.5475,2497.5693,89.385185,137.23605,171.16205,268.3239,20.271576,34.89638,167.52313,16.528057,18.18454,18.946356,37.335724,162.74971,13.434728,10.249841,109.25639,20.068794,4366.7866,35.011005,39.129166,24.816317,34.541252,314.67963,81.271324,52.831944,14.774471,17.735758,40.99286,116.68501,215.81989,82.95139,280.75467,53.296715,44.606552,122.61036,204.29944,621.7658,146.51938,8.916856,12.664306,10.746904,153.66588,10807.75,8.93063,45.497677,88.90343,29.380955,337.47714,66.81796,222.54921,5.796654,132.55547,763.56323,643.0001,71.67629,929.86676,82.09833,98.73249,110.82662,44.58923,8.206331,29.059256,901.40784,4.476355,7.2637925,174.60121,9.303412,5.5084577,43.518887,49.350334,510.0503,119.87882,173.70766,1774.7385,131.3154,2115.1982,1781.206,10.735556,10.0951395,5889.862,11.814484,21.554167,316.91266,36.931446,75.53489,41.750877,202.10991,951.54486,276.73343,5.339151,44.326817,263.18094,1717.6718,31.981071,136.168,12.702176,1.3622011,54.955894,1.1892471,1.0146294,3.3706396,12.286508,41.249554,105.186485,28.417593,1392.4503,44.762962,15.957143,22.688889,6.2937303,62.488194,3.9643517,2.281074,5.8025,59.463657,0.1629127,2.1141133,4.4871593,38.53125,14.914524,2.2078054,10.0916195,443.852,42.34285,810.4494,20.861092,1427.6981,39.683304,754.4315,551.89264,14.859463,12.810493,999.40735,1463.3007,3945.2373,642.0895 +2023-04-21 05:00:00,0.0,4083.6565,40.503265,23.265858,12.829779,41.496147,198.79543,32.843533,70.09039,24.511698,39.883766,308.27747,531.5805,21.176706,40.9006,5.854379,1.2626252,36.74752,17.007118,12.665971,481.41714,3.0585191,339.1158,104.685974,4.425327,32.259075,120.12741,53.23878,335.6042,221.18399,2551.8186,4.812233,2350.9114,27.056156,5.2581954,3.5482981,24.961731,217.35141,272.96793,146.97316,96.25694,28.158407,9.480346,863.08453,61.878548,67.75511,54.18313,353.1767,17.33136,342.64377,12.273698,52.855812,0.0,3531.959,7695.777,5.6599517,46.581097,46.639828,29000.158,104.43882,4.2323365,62.764484,99.35908,50.375984,14.125989,47.479,623.59955,70.27821,42.217762,4.8195724,9.68513,824.1025,4.921395,361.51706,61.584373,2496.7534,89.4051,137.17554,171.11711,268.3121,20.249691,34.871952,167.24449,16.512054,18.171186,18.958794,37.338436,162.62909,13.440094,10.254277,109.27733,20.06907,4366.3833,35.026478,39.098957,24.816229,34.55169,314.58563,81.25578,52.831596,14.780422,17.742973,40.976612,116.70145,215.70468,82.95382,280.76675,53.340927,44.60447,122.629456,204.39096,622.8815,146.56259,8.914403,12.676215,10.738274,153.92053,10821.587,8.921707,45.476543,88.77234,29.379412,337.4869,66.73356,222.42633,5.7917438,132.63043,763.2202,642.4247,71.653915,929.42474,81.98125,98.685326,110.9024,44.532093,8.194721,29.03063,902.1587,4.465057,7.248713,174.4204,9.301885,5.507623,43.45865,49.30662,509.64594,119.780815,173.68987,1774.1772,131.4435,2115.656,1781.6014,10.742251,10.106424,5899.4624,11.809926,21.578125,316.91553,36.96097,75.59194,41.7807,202.31934,952.6283,276.77332,5.3433433,44.35221,263.60034,1720.2308,32.0348,136.27025,12.712442,1.3618522,54.9578,1.1889694,1.0137557,3.3673825,12.290854,41.280277,105.3607,28.41088,1394.7506,44.79398,15.964285,22.694445,6.2945437,62.46441,3.9665508,2.280787,5.803125,59.459377,0.16233136,2.1132834,4.4865417,38.539062,14.914583,2.2055902,10.108052,444.515,42.403496,811.65765,20.882784,1429.6748,39.721123,754.2303,552.65247,14.878757,12.816068,1000.7402,1465.4031,3949.5354,641.8775 +2023-04-21 06:00:00,0.0,4084.7312,40.527702,23.286125,12.841618,41.5075,198.83836,32.84884,70.10012,24.51127,39.881134,308.573,531.93475,21.18033,40.93983,5.8453197,1.261009,36.75275,17.014542,12.654844,481.5099,3.0579784,339.20905,104.673645,4.418338,32.16397,120.14087,53.225,335.19168,221.1331,2553.3962,4.8007402,2350.8154,26.981644,5.2470555,3.5397897,24.91319,217.40047,272.98688,146.60406,96.325,28.178797,9.481135,863.057,61.66162,67.74017,54.212837,353.41327,17.32079,342.78357,12.275618,52.84286,0.0,3533.8933,7702.3325,5.666476,46.611702,46.681755,29013.588,104.517845,4.236447,62.765,99.33933,50.39829,14.133308,47.453213,623.9421,70.35469,42.225822,4.822228,9.687186,824.39514,4.9309,361.2677,61.62125,2495.9375,89.425,137.11504,171.07217,268.3003,20.227806,34.847523,166.96587,16.49605,18.157833,18.971231,37.34115,162.50848,13.445461,10.258715,109.298256,20.069345,4365.98,35.041954,39.06875,24.816141,34.562126,314.49167,81.24025,52.83125,14.786374,17.75019,40.96037,116.71788,215.58948,82.95625,280.77884,53.385136,44.602386,122.648544,204.4825,623.99713,146.60579,8.91195,12.688126,10.729643,154.17517,10835.423,8.912785,45.455406,88.64125,29.37787,337.4967,66.64916,222.30347,5.7868333,132.70541,762.87714,641.84924,71.63153,928.9827,81.86417,98.63815,110.97817,44.474953,8.183111,29.002005,902.9096,4.4537587,7.2336335,174.2396,9.300357,5.5067887,43.39841,49.262913,509.24158,119.682816,173.67209,1773.616,131.5716,2116.1138,1781.9968,10.748947,10.117709,5909.0635,11.805368,21.602083,316.9184,36.9905,75.649,41.810528,202.52875,953.7117,276.8132,5.3475356,44.377605,264.01974,1722.7899,32.088535,136.3725,12.722709,1.3615032,54.959713,1.1886916,1.012882,3.3641253,12.295202,41.311,105.53492,28.404167,1397.051,44.825,15.971428,22.7,6.295357,62.440624,3.9687498,2.2805,5.80375,59.455097,0.16175,2.1124537,4.485924,38.546875,14.914642,2.2033749,10.124485,445.17804,42.464138,812.86597,20.904476,1431.6516,39.75894,754.02905,553.41235,14.898052,12.821642,1002.073,1467.5054,3953.8337,641.6656 +2023-04-21 07:00:00,0.0,4085.806,40.55214,23.30639,12.853456,41.518852,198.8813,32.85415,70.109856,24.510841,39.878498,308.8685,532.28906,21.183954,40.979065,5.8362603,1.2593927,36.75798,17.021967,12.643719,481.6026,3.057438,339.30228,104.661316,4.411349,32.068863,120.15433,53.211216,334.77917,221.08223,2554.9739,4.789247,2350.7192,26.90713,5.235916,3.5312815,24.864649,217.44952,273.00583,146.23497,96.39306,28.199186,9.481925,863.0295,61.444695,67.72523,54.24255,353.64978,17.31022,342.92337,12.277538,52.82991,0.0,3535.828,7708.8887,5.6729994,46.642307,46.72368,29027.018,104.59687,4.2405567,62.765514,99.31959,50.420597,14.140628,47.427425,624.28455,70.43116,42.23388,4.8248835,9.689242,824.68787,4.940406,361.01834,61.658127,2495.1216,89.44491,137.05452,171.02724,268.28848,20.205921,34.82309,166.68724,16.480047,18.144478,18.98367,37.34386,162.38788,13.450828,10.263152,109.31919,20.069622,4365.5767,35.057426,39.03854,24.816053,34.572567,314.39767,81.22471,52.830902,14.792325,17.757408,40.944122,116.734314,215.47427,82.95868,280.79092,53.429348,44.600304,122.66764,204.57402,625.11285,146.649,8.909497,12.700035,10.721012,154.42981,10849.259,8.903861,45.43427,88.51016,29.376328,337.50647,66.564766,222.18059,5.781923,132.7804,762.53406,641.27374,71.60915,928.5407,81.74708,98.59098,111.05394,44.417816,8.171502,28.97338,903.66046,4.4424605,7.2185535,174.05878,9.298829,5.5059543,43.338173,49.2192,508.83725,119.58481,173.6543,1773.0547,131.69969,2116.5715,1782.3922,10.755643,10.128994,5918.664,11.800811,21.626041,316.92126,37.020027,75.706055,41.84035,202.73817,954.7951,276.8531,5.351728,44.403,264.43915,1725.349,32.142265,136.47476,12.732975,1.3611542,54.96162,1.1884139,1.0120083,3.3608682,12.29955,41.34172,105.70913,28.397453,1399.3514,44.856018,15.978571,22.705555,6.2961707,62.41684,3.970949,2.2802129,5.8043747,59.45082,0.16116865,2.1116238,4.4853063,38.554688,14.914702,2.2011597,10.140918,445.84103,42.524784,814.0742,20.92617,1433.6283,39.79676,753.8278,554.1722,14.917347,12.827216,1003.4058,1469.6078,3958.1318,641.4536 +2023-04-21 08:00:00,0.0,4086.8806,40.576576,23.326658,12.8652935,41.5302,198.92424,32.859455,70.11958,24.510414,39.875862,309.16403,532.6433,21.187578,41.018295,5.8272004,1.2577764,36.763214,17.02939,12.632592,481.69534,3.0568972,339.3955,104.64899,4.40436,31.973757,120.16779,53.197437,334.36667,221.03134,2556.5515,4.777754,2350.623,26.832617,5.2247763,3.5227733,24.816107,217.49858,273.02478,145.86588,96.46111,28.219578,9.482715,863.002,61.227764,67.71029,54.27226,353.88635,17.29965,343.06317,12.279459,52.81696,0.0,3537.7622,7715.445,5.6795235,46.672913,46.765606,29040.447,104.6759,4.2446666,62.766033,99.299835,50.442905,14.147947,47.401638,624.627,70.50764,42.24194,4.827539,9.6912985,824.9806,4.9499116,360.76898,61.695,2494.3057,89.46481,136.99402,170.98232,268.27667,20.184036,34.79866,166.40862,16.464043,18.131124,18.996105,37.346573,162.26727,13.456195,10.267589,109.340126,20.069897,4365.1733,35.0729,39.008335,24.815966,34.583004,314.3037,81.20917,52.830555,14.798277,17.764626,40.927876,116.75075,215.35907,82.96111,280.803,53.47356,44.59822,122.68674,204.66556,626.2285,146.6922,8.907044,12.711945,10.712381,154.68445,10863.096,8.894938,45.41313,88.379074,29.374784,337.51624,66.48037,222.05771,5.7770123,132.85536,762.19104,640.6983,71.58678,928.0987,81.63,98.543816,111.129715,44.36068,8.159892,28.944754,904.4114,4.4311624,7.203474,173.87798,9.297301,5.50512,43.277935,49.175488,508.4329,119.48681,173.63652,1772.4934,131.82777,2117.0293,1782.7876,10.762339,10.140278,5928.2646,11.796253,21.65,316.92413,37.049557,75.763115,41.870174,202.9476,955.87854,276.893,5.3559203,44.4284,264.85855,1727.9081,32.195995,136.57701,12.74324,1.3608053,54.96353,1.1881361,1.0111347,3.3576112,12.303897,41.372444,105.88335,28.390741,1401.6517,44.887035,15.985714,22.711111,6.296984,62.393055,3.9731479,2.2799258,5.805,59.44654,0.16058731,2.1107938,4.4846888,38.5625,14.914762,2.1989443,10.157351,446.50406,42.58543,815.28253,20.947863,1435.605,39.83458,753.6266,554.93207,14.936642,12.832791,1004.73865,1471.7101,3962.4302,641.24164 +2023-04-21 09:00:00,0.0,4087.9553,40.601013,23.346926,12.877131,41.541553,198.9672,32.864765,70.12932,24.509985,39.873226,309.45956,532.9976,21.191202,41.057526,5.818141,1.2561601,36.768444,17.036814,12.621466,481.7881,3.0563567,339.4887,104.63666,4.3973713,31.878653,120.18125,53.183655,333.95416,220.98047,2558.1292,4.7662606,2350.527,26.758102,5.2136364,3.5142648,24.767567,217.54764,273.04376,145.49678,96.52917,28.239967,9.483504,862.9745,61.010838,67.69534,54.30197,354.12286,17.28908,343.20297,12.281379,52.80401,0.0,3539.6965,7722.0005,5.686047,46.70352,46.807533,29053.877,104.75493,4.248777,62.76655,99.28009,50.46521,14.155267,47.37585,624.96954,70.584114,42.249996,4.8301945,9.693355,825.2733,4.959417,360.51962,61.731876,2493.4895,89.484726,136.9335,170.93738,268.26483,20.162151,34.774227,166.12997,16.44804,18.117771,19.008543,37.34928,162.14665,13.461561,10.272026,109.36106,20.070173,4364.77,35.088375,38.978127,24.815878,34.59344,314.20972,81.19363,52.830208,14.804228,17.771843,40.91163,116.76718,215.24387,82.96355,280.81512,53.517773,44.596138,122.705826,204.75708,627.34424,146.73541,8.904592,12.723854,10.70375,154.93909,10876.932,8.886016,45.392,88.247986,29.373241,337.52603,66.39597,221.93483,5.772102,132.93034,761.84796,640.1228,71.56439,927.6567,81.51292,98.49664,111.20549,44.303543,8.148282,28.916128,905.16223,4.419864,7.1883945,173.69716,9.2957735,5.5042853,43.217697,49.13178,508.02853,119.3888,173.61873,1771.9321,131.95587,2117.487,1783.1831,10.769035,10.151563,5937.865,11.791696,21.673958,316.92697,37.079082,75.82017,41.9,203.15701,956.962,276.9329,5.360113,44.453793,265.27795,1730.467,32.24973,136.67926,12.753507,1.3604563,54.96544,1.1878583,1.010261,3.3543541,12.308245,41.403168,106.05756,28.384027,1403.9521,44.918056,15.992857,22.716667,6.2977977,62.36927,3.975347,2.2796388,5.805625,59.44226,0.16000596,2.1099641,4.484071,38.570312,14.914822,2.1967292,10.173783,447.16708,42.646072,816.4908,20.969555,1437.5817,39.872395,753.42535,555.6919,14.955936,12.838366,1006.0715,1473.8125,3966.7283,641.02966 +2023-04-21 10:00:00,0.0,4089.03,40.62545,23.367191,12.88897,41.552902,199.01013,32.870075,70.13905,24.509558,39.870594,309.7551,533.3519,21.194826,41.09676,5.8090816,1.2545439,36.773674,17.044237,12.610339,481.88083,3.0558162,339.58194,104.62433,4.3903823,31.783546,120.19472,53.169872,333.5417,220.9296,2559.7068,4.754768,2350.431,26.683588,5.202497,3.5057566,24.719023,217.5967,273.0627,145.12769,96.59722,28.260357,9.484295,862.94696,60.79391,67.680405,54.33168,354.35944,17.27851,343.34277,12.283299,52.791058,0.0,3541.631,7728.5566,5.6925707,46.734127,46.84946,29067.307,104.833954,4.252887,62.767063,99.260345,50.48752,14.162586,47.350067,625.312,70.66059,42.258057,4.83285,9.69541,825.566,4.9689226,360.27026,61.76875,2492.6736,89.50463,136.873,170.89244,268.25302,20.140268,34.749798,165.85135,16.432035,18.104418,19.02098,37.351994,162.02605,13.4669285,10.276463,109.381996,20.070448,4364.3667,35.103848,38.947918,24.81579,34.603878,314.11572,81.178085,52.82986,14.81018,17.77906,40.895386,116.783615,215.12865,82.96597,280.8272,53.561985,44.594055,122.72492,204.8486,628.4599,146.77863,8.902139,12.7357645,10.695119,155.19373,10890.768,8.877092,45.37086,88.1169,29.3717,337.5358,66.31157,221.81197,5.7671914,133.00533,761.5049,639.54736,71.542015,927.21466,81.39583,98.44948,111.28126,44.246407,8.136673,28.887503,905.91315,4.4085665,7.173315,173.51636,9.294246,5.503451,43.15746,49.088066,507.62418,119.2908,173.60095,1771.3708,132.08397,2117.9448,1783.5785,10.775731,10.1628475,5947.466,11.787138,21.697918,316.92984,37.108612,75.87722,41.929825,203.36644,958.0454,276.97278,5.3643055,44.479187,265.69736,1733.0261,32.30346,136.78152,12.763773,1.3601074,54.96735,1.1875806,1.0093874,3.3510969,12.312592,41.433887,106.23178,28.377316,1406.2526,44.949074,16.0,22.722221,6.298611,62.345486,3.9775462,2.2793517,5.80625,59.437984,0.1594246,2.1091342,4.4834533,38.578125,14.914881,2.1945138,10.190216,447.8301,42.70672,817.6991,20.991247,1439.5583,39.910213,753.2241,556.4518,14.975231,12.84394,1007.4043,1475.9148,3971.0266,640.8177 +2023-04-21 11:00:00,0.0,4090.1047,40.649887,23.387459,12.900808,41.564255,199.05307,32.87538,70.14878,24.509129,39.867958,310.05063,533.7062,21.19845,41.13599,5.8000216,1.2529275,36.778904,17.05166,12.599214,481.97357,3.0552754,339.67517,104.612,4.3833933,31.68844,120.208176,53.15609,333.12918,220.87871,2561.2844,4.7432747,2350.3347,26.609076,5.191357,3.4972484,24.670483,217.64575,273.08167,144.75859,96.665276,28.280746,9.485085,862.91943,60.576984,67.66546,54.361393,354.59595,17.267939,343.48257,12.28522,52.778107,0.0,3543.5654,7735.1123,5.699095,46.764732,46.891388,29080.736,104.91299,4.2569966,62.76758,99.2406,50.509823,14.169906,47.32428,625.6545,70.73707,42.266113,4.8355055,9.697466,825.8587,4.9784284,360.02087,61.805626,2491.8577,89.524536,136.81248,170.8475,268.2412,20.118383,34.72537,165.57272,16.416033,18.091064,19.033419,37.354706,161.90544,13.472295,10.2809,109.40293,20.070724,4363.9634,35.11932,38.91771,24.815702,34.61432,314.02176,81.162544,52.829514,14.816131,17.786278,40.87914,116.80005,215.01344,82.96841,280.8393,53.606197,44.591972,122.74402,204.94014,629.5756,146.82182,8.899687,12.747674,10.686488,155.44836,10904.6045,8.86817,45.349724,87.98581,29.370157,337.5456,66.22717,221.68909,5.762281,133.0803,761.16187,638.9719,71.51963,926.77264,81.27875,98.402306,111.35703,44.189266,8.125063,28.858877,906.664,4.3972683,7.158235,173.33554,9.292718,5.5026164,43.09722,49.044353,507.21982,119.192795,173.58318,1770.8097,132.21207,2118.4026,1783.9739,10.782427,10.174132,5957.0664,11.78258,21.721876,316.9327,37.13814,75.93428,41.95965,203.57587,959.1288,277.01266,5.368498,44.50458,266.11676,1735.5852,32.35719,136.88377,12.774039,1.3597585,54.969257,1.1873028,1.0085138,3.3478398,12.316939,41.46461,106.40599,28.370602,1408.5529,44.98009,16.007143,22.727777,6.2994246,62.3217,3.9797451,2.279065,5.8068748,59.433704,0.15884326,2.1083045,4.482836,38.585938,14.914941,2.1922987,10.206649,448.4931,42.767365,818.90735,21.01294,1441.535,39.948032,753.0229,557.2116,14.994526,12.849514,1008.7371,1478.0171,3975.3247,640.6057 +2023-04-21 12:00:00,0.0,4091.1797,40.674324,23.407726,12.912646,41.575607,199.09601,32.88069,70.158516,24.508701,39.865322,310.34613,534.0605,21.202074,41.17522,5.790962,1.2513113,36.784134,17.059086,12.588087,482.0663,3.054735,339.7684,104.59967,4.3764043,31.593334,120.221634,53.142307,332.71667,220.82784,2562.862,4.7317815,2350.2385,26.534561,5.1802173,3.48874,24.62194,217.69481,273.10062,144.3895,96.73333,28.301136,9.485874,862.8919,60.360058,67.65052,54.3911,354.83252,17.25737,343.62238,12.28714,52.76516,0.0,3545.5,7741.6685,5.7056184,46.795338,46.93331,29094.166,104.99201,4.261107,62.768093,99.22086,50.53213,14.177225,47.298492,625.997,70.813545,42.274174,4.838161,9.699522,826.1514,4.9879336,359.7715,61.8425,2491.0417,89.54445,136.75198,170.80257,268.2294,20.096498,34.700935,165.2941,16.40003,18.077711,19.045856,37.357414,161.78482,13.477662,10.2853365,109.42387,20.071001,4363.56,35.134796,38.8875,24.815615,34.624756,313.92776,81.14701,52.829166,14.8220825,17.793493,40.862892,116.81648,214.89824,82.97083,280.85138,53.65041,44.58989,122.763115,205.03166,630.6913,146.86504,8.897234,12.759583,10.677857,155.703,10918.44,8.859247,45.328587,87.85472,29.368614,337.55536,66.14278,221.56621,5.7573705,133.15527,760.8188,638.3964,71.49725,926.3306,81.16167,98.35514,111.43281,44.13213,8.113453,28.830252,907.4149,4.38597,7.1431556,173.15472,9.29119,5.5017824,43.036983,49.000645,506.8155,119.094795,173.56538,1770.2484,132.34015,2118.8604,1784.3693,10.789123,10.185417,5966.6675,11.778023,21.745834,316.93558,37.167667,75.99133,41.989475,203.78528,960.2122,277.05255,5.37269,44.529976,266.53616,1738.1443,32.41092,136.98602,12.784306,1.3594095,54.97117,1.1870251,1.0076401,3.3445828,12.321287,41.495335,106.58021,28.36389,1410.8533,45.01111,16.014286,22.733334,6.300238,62.297916,3.9819443,2.2787778,5.8075,59.429424,0.15826191,2.1074746,4.482218,38.59375,14.915,2.1900833,10.223082,449.15613,42.828007,820.11566,21.034632,1443.5117,39.98585,752.82166,557.9715,15.013821,12.855088,1010.06995,1480.1195,3979.623,640.39374 +2023-04-21 13:00:00,0.0,4092.2544,40.69876,23.427992,12.924485,41.586956,199.13895,32.885998,70.16825,24.508274,39.86269,310.64166,534.41473,21.205698,41.214455,5.781903,1.2496951,36.789364,17.06651,12.576961,482.15906,3.0541945,339.86163,104.58734,4.3694153,31.498228,120.2351,53.128525,332.30417,220.77695,2564.4397,4.7202883,2350.1426,26.460049,5.169078,3.4802318,24.573399,217.74387,273.11957,144.0204,96.80139,28.321526,9.486664,862.8644,60.14313,67.635574,54.420815,355.06903,17.2468,343.76218,12.289061,52.75221,0.0,3547.434,7748.224,5.7121425,46.825943,46.97524,29107.596,105.07104,4.265217,62.768612,99.20112,50.554436,14.184545,47.272705,626.3395,70.890015,42.28223,4.8408165,9.701578,826.44415,4.9974394,359.52216,61.879375,2490.2256,89.564354,136.69147,170.75763,268.2176,20.074614,34.676506,165.01546,16.384026,18.064356,19.058292,37.360126,161.66422,13.483029,10.289774,109.4448,20.071276,4363.1567,35.15027,38.857292,24.815527,34.635193,313.8338,81.13147,52.82882,14.828033,17.80071,40.846645,116.83292,214.78304,82.97327,280.86346,53.694622,44.587807,122.7822,205.12318,631.80695,146.90825,8.894781,12.771493,10.669227,155.95764,10932.276,8.850324,45.307453,87.72363,29.367071,337.56516,66.05838,221.44334,5.75246,133.23026,760.4757,637.821,71.47487,925.88855,81.04458,98.30797,111.508575,44.074993,8.101844,28.801626,908.16583,4.374672,7.128076,172.97392,9.289662,5.500948,42.976746,48.956932,506.41113,118.99679,173.5476,1769.6871,132.46825,2119.318,1784.7646,10.795818,10.196702,5976.268,11.773465,21.769793,316.93842,37.197197,76.04839,42.0193,203.9947,961.29565,277.09244,5.376883,44.55537,266.95557,1740.7034,32.464653,137.08829,12.794572,1.3590605,54.973076,1.1867473,1.0067664,3.3413258,12.325634,41.526054,106.754425,28.357176,1413.1537,45.04213,16.02143,22.73889,6.3010516,62.27413,3.9841433,2.2784908,5.808125,59.425148,0.15768056,2.1066446,4.4816003,38.601562,14.915059,2.187868,10.239514,449.81915,42.888653,821.3239,21.056326,1445.4885,40.02367,752.6204,558.7313,15.033115,12.860662,1011.4028,1482.2218,3983.9211,640.18176 +2023-04-21 14:00:00,0.0,4093.329,40.723198,23.44826,12.936323,41.59831,199.1819,32.891308,70.17798,24.507845,39.860054,310.9372,534.76904,21.209322,41.253685,5.772843,1.2480788,36.794598,17.073933,12.565834,482.25177,3.0536537,339.95486,104.57501,4.3624263,31.403122,120.24856,53.114742,331.89166,220.72607,2566.0173,4.708795,2350.0464,26.385534,5.157938,3.4717236,24.524858,217.79292,273.13852,143.6513,96.869446,28.341915,9.487453,862.83685,59.926205,67.62063,54.450523,355.3056,17.236229,343.90198,12.290981,52.739258,0.0,3549.3687,7754.7803,5.718666,46.856552,47.017166,29121.025,105.15007,4.2693267,62.769127,99.18137,50.576744,14.191864,47.246918,626.68195,70.96649,42.29029,4.843472,9.703634,826.7368,5.006945,359.2728,61.916252,2489.4097,89.58426,136.63097,170.71269,268.20575,20.052729,34.652077,164.73683,16.368023,18.051003,19.07073,37.36284,161.54361,13.488396,10.29421,109.46574,20.071552,4362.7534,35.16574,38.827084,24.81544,34.64563,313.7398,81.11593,52.828472,14.833985,17.807928,40.830402,116.84935,214.66783,82.97569,280.87555,53.738834,44.585724,122.8013,205.21472,632.92267,146.95145,8.892328,12.783403,10.660595,156.21228,10946.113,8.841401,45.286316,87.592545,29.365528,337.57492,65.973976,221.32047,5.7475495,133.30524,760.1327,637.2455,71.45249,925.44653,80.9275,98.2608,111.58435,44.017857,8.090234,28.773,908.9167,4.3633738,7.112996,172.7931,9.288135,5.5001135,42.916508,48.913223,506.00677,118.89879,173.52982,1769.126,132.59634,2119.776,1785.16,10.802514,10.207987,5985.8687,11.768908,21.79375,316.94128,37.226723,76.105446,42.04912,204.20413,962.3791,277.13235,5.3810754,44.580765,267.37497,1743.2625,32.518383,137.19054,12.804838,1.3587116,54.974983,1.1864696,1.0058929,3.3380685,12.329982,41.556778,106.92864,28.350464,1415.4541,45.073147,16.02857,22.744444,6.301865,62.250347,3.9863424,2.2782037,5.8087497,59.420868,0.1570992,2.105815,4.4809823,38.609375,14.915119,2.1856527,10.255947,450.48215,42.9493,822.5322,21.078018,1447.4652,40.06149,752.4192,559.4912,15.05241,12.866238,1012.7356,1484.3242,3988.2195,639.9698 +2023-04-21 15:00:00,0.0,4094.4038,40.747635,23.468527,12.948161,41.609657,199.22484,32.896618,70.18771,24.507418,39.857418,311.23273,535.1233,21.212946,41.292915,5.7637835,1.2464625,36.799828,17.081356,12.5547085,482.3445,3.0531132,340.0481,104.56268,4.3554373,31.308016,120.26202,53.10096,331.4792,220.67519,2567.595,4.6973023,2349.9502,26.31102,5.146798,3.4632154,24.476316,217.84198,273.15747,143.28221,96.9375,28.362305,9.488243,862.8094,59.70928,67.60569,54.480232,355.54214,17.225658,344.04178,12.292901,52.726307,0.0,3551.3032,7761.336,5.72519,46.887157,47.059093,29134.453,105.229095,4.273437,62.76964,99.16163,50.599052,14.199183,47.22113,627.0245,71.04297,42.298347,4.8461275,9.70569,827.02954,5.0164504,359.02344,61.953125,2488.5938,89.60417,136.57045,170.66776,268.19394,20.030844,34.627644,164.4582,16.352018,18.03765,19.083168,37.365547,161.42299,13.493763,10.298648,109.48667,20.071827,4362.35,35.181217,38.796875,24.815351,34.65607,313.64584,81.10039,52.828125,14.839936,17.815145,40.814156,116.86578,214.55263,82.97813,280.88766,53.783047,44.58364,122.8204,205.30624,634.0383,146.99466,8.889875,12.795313,10.651964,156.46692,10959.949,8.832479,45.26518,87.46146,29.363987,337.5847,65.88958,221.19759,5.742639,133.3802,759.7896,636.67004,71.43011,925.0045,80.81041,98.21363,111.660126,43.960716,8.078624,28.744373,909.6676,4.3520756,7.0979166,172.6123,9.286607,5.499279,42.85627,48.86951,505.60242,118.80078,173.51204,1768.5647,132.72443,2120.2336,1785.5554,10.80921,10.219272,5995.469,11.76435,21.817709,316.94415,37.256252,76.1625,42.07895,204.41354,963.4625,277.17224,5.3852677,44.60616,267.79437,1745.8215,32.572113,137.29279,12.8151045,1.3583627,54.976894,1.1861918,1.0050192,3.3348114,12.334329,41.5875,107.10286,28.34375,1417.7544,45.104164,16.035713,22.75,6.3026786,62.226562,3.9885414,2.2779167,5.809375,59.416588,0.15651786,2.104985,4.480365,38.617188,14.915178,2.1834373,10.27238,451.14517,43.00994,823.74054,21.09971,1449.4419,40.099304,752.21796,560.25104,15.071705,12.871812,1014.06836,1486.4265,3992.5176,639.7578 +2023-04-21 16:00:00,0.0,4095.4785,40.77207,23.488792,12.959999,41.62101,199.26778,32.901924,70.19745,24.506989,39.854782,311.52826,535.4776,21.21657,41.332146,5.754724,1.2448462,36.805058,17.08878,12.543582,482.43726,3.0525727,340.14133,104.550354,4.3484483,31.21291,120.27548,53.08718,331.06668,220.62431,2569.1724,4.685809,2349.854,26.236507,5.1356587,3.454707,24.427774,217.89104,273.17642,142.91312,97.005554,28.382694,9.489033,862.78186,59.492348,67.590744,54.509945,355.7787,17.215088,344.18158,12.294822,52.713356,0.0,3553.2378,7767.892,5.731714,46.917763,47.10102,29147.883,105.30812,4.277547,62.770157,99.14189,50.621357,14.206503,47.195343,627.36694,71.119446,42.306408,4.848783,9.7077465,827.32227,5.025956,358.77408,61.99,2487.7778,89.62408,136.50995,170.62282,268.18213,20.00896,34.603214,164.17958,16.336016,18.024296,19.095606,37.36826,161.30238,13.499129,10.303084,109.50761,20.072104,4361.947,35.19669,38.766666,24.815264,34.666508,313.55185,81.08485,52.827778,14.845888,17.822363,40.79791,116.88222,214.43742,82.98056,280.89975,53.82726,44.58156,122.839485,205.39777,635.15405,147.03787,8.887423,12.807222,10.643333,156.72156,10973.785,8.823555,45.244045,87.33037,29.362444,337.59448,65.80518,221.0747,5.7377286,133.45518,759.44653,636.0946,71.40773,924.5625,80.69333,98.16646,111.73589,43.90358,8.067014,28.715748,910.41846,4.3407774,7.082837,172.43149,9.285079,5.4984446,42.796032,48.825798,505.19806,118.702774,173.49425,1768.0034,132.85252,2120.6914,1785.9508,10.815907,10.2305565,6005.07,11.759792,21.841667,316.94702,37.285778,76.21956,42.108772,204.62297,964.5459,277.21213,5.38946,44.631554,268.21378,1748.3805,32.625843,137.39505,12.825371,1.3580137,54.9788,1.185914,1.0041455,3.3315544,12.338676,41.61822,107.27707,28.337038,1420.0548,45.135185,16.042856,22.755556,6.303492,62.202778,3.9907405,2.2776296,5.81,59.41231,0.15593651,2.104155,4.4797473,38.625,14.915238,2.1812222,10.288813,451.8082,43.070587,824.9488,21.121403,1451.4186,40.137123,752.0167,561.0109,15.091,12.877386,1015.4012,1488.5289,3996.816,639.54584 +2023-04-21 17:00:00,0.0,4096.553,40.79651,23.50906,12.971838,41.632362,199.31071,32.907234,70.20718,24.506561,39.85215,311.82376,535.83185,21.220194,41.37138,5.745664,1.24323,36.810287,17.096205,12.532455,482.53,3.052032,340.23456,104.538025,4.3414598,31.117804,120.28894,53.0734,330.65417,220.57343,2570.75,4.674316,2349.758,26.161993,5.124519,3.4461987,24.379232,217.9401,273.19537,142.54402,97.07361,28.403084,9.489823,862.75433,59.27542,67.575806,54.539654,356.01523,17.204517,344.32138,12.296742,52.700405,0.0,3555.1719,7774.4478,5.738238,46.948368,47.142944,29161.312,105.38715,4.2816567,62.770676,99.12215,50.643665,14.213822,47.169556,627.7094,71.19592,42.314465,4.8514385,9.709802,827.6149,5.035462,358.52472,62.026875,2486.962,89.64398,136.44943,170.57788,268.17032,19.987076,34.578785,163.90094,16.320011,18.010942,19.108044,37.37097,161.18178,13.504497,10.307522,109.52854,20.072378,4361.5435,35.212162,38.736458,24.815176,34.676945,313.45786,81.069305,52.82743,14.851839,17.82958,40.781662,116.89865,214.32222,82.98299,280.91183,53.87147,44.579475,122.85858,205.4893,636.2697,147.08107,8.88497,12.819132,10.634703,156.9762,10987.622,8.814632,45.222908,87.19928,29.3609,337.60425,65.72079,220.95184,5.7328176,133.53017,759.1035,635.5191,71.385345,924.1205,80.57625,98.11929,111.81167,43.846443,8.055405,28.687122,911.1694,4.3294797,7.0677576,172.25069,9.283551,5.49761,42.735794,48.78209,504.79373,118.604774,173.47647,1767.4421,132.98062,2121.1492,1786.3462,10.822602,10.24184,6014.671,11.755235,21.865625,316.9499,37.315308,76.27661,42.138596,204.83238,965.62933,277.252,5.393653,44.656948,268.63318,1750.9396,32.679577,137.4973,12.835637,1.3576647,54.980713,1.1856363,1.0032719,3.3282974,12.343024,41.648945,107.45129,28.330324,1422.3552,45.166203,16.05,22.76111,6.3043056,62.178993,3.9929397,2.2773426,5.810625,59.40803,0.15535516,2.1033254,4.4791293,38.632812,14.9152975,2.1790068,10.305245,452.47122,43.131233,826.1571,21.143095,1453.3953,40.174942,751.8155,561.77075,15.110294,12.88296,1016.734,1490.6312,4001.114,639.3339 +2023-04-21 18:00:00,0.0,4097.628,40.820946,23.529327,12.983676,41.64371,199.35365,32.91254,70.21691,24.506134,39.849514,312.1193,536.18616,21.223818,41.41061,5.7366047,1.2416136,36.815517,17.103628,12.52133,482.62274,3.0514915,340.3278,104.525696,4.3344707,31.022697,120.3024,53.059616,330.24167,220.52255,2572.3276,4.6628227,2349.6619,26.08748,5.113379,3.4376905,24.330692,217.98915,273.21432,142.17493,97.14167,28.423475,9.490613,862.7268,59.058495,67.56086,54.569366,356.25177,17.193949,344.46118,12.298662,52.687454,0.0,3557.1064,7781.004,5.7447615,46.978977,47.18487,29174.742,105.46618,4.285767,62.77119,99.1024,50.66597,14.221142,47.14377,628.05194,71.27239,42.322525,4.854094,9.711858,827.90765,5.0449677,358.27533,62.06375,2486.1458,89.66389,136.38893,170.53294,268.1585,19.96519,34.55435,163.62231,16.304008,17.99759,19.12048,37.373684,161.06117,13.509863,10.311959,109.54948,20.072655,4361.14,35.22764,38.70625,24.815088,34.68738,313.3639,81.053764,52.827084,14.857791,17.836798,40.76542,116.915085,214.20702,82.98542,280.92392,53.915684,44.577393,122.87768,205.58083,637.38544,147.12428,8.882517,12.831042,10.626072,157.23083,11001.458,8.80571,45.20177,87.06819,29.359358,337.61404,65.63638,220.82896,5.727907,133.60513,758.76044,634.94366,71.36297,923.67847,80.45916,98.07212,111.887436,43.789307,8.043795,28.658497,911.9202,4.3181815,7.0526776,172.06987,9.282023,5.4967756,42.675556,48.738377,504.38937,118.50677,173.4587,1766.8809,133.10872,2121.607,1786.7416,10.829298,10.253125,6024.2715,11.750677,21.889584,316.95273,37.344833,76.333664,42.168423,205.04181,966.71277,277.2919,5.3978453,44.682346,269.05258,1753.4987,32.733307,137.59955,12.845902,1.3573158,54.98262,1.1853585,1.0023983,3.32504,12.347371,41.679665,107.6255,28.323612,1424.6555,45.19722,16.057142,22.766666,6.305119,62.15521,3.9951386,2.2770555,5.8112497,59.40375,0.15477382,2.1024954,4.478512,38.640625,14.915358,2.1767917,10.321677,453.13422,43.191875,827.36536,21.164787,1455.372,40.21276,751.6143,562.53064,15.129589,12.888535,1018.06683,1492.7335,4005.4124,639.12195 +2023-04-21 19:00:00,0.0,4098.7026,40.845383,23.549593,12.995514,41.655064,199.3966,32.91785,70.22665,24.505705,39.846878,312.41483,536.5404,21.227442,41.44984,5.7275453,1.2399974,36.820747,17.111052,12.510203,482.71548,3.050951,340.421,104.51337,4.3274817,30.927593,120.315865,53.045834,329.82916,220.47168,2573.9053,4.65133,2349.5657,26.012966,5.1022396,3.429182,24.282148,218.03821,273.2333,141.80583,97.209724,28.443865,9.491403,862.6993,58.841568,67.54592,54.599075,356.4883,17.183378,344.60098,12.300583,52.674503,0.0,3559.041,7787.5596,5.7512856,47.009583,47.2268,29188.172,105.545204,4.289877,62.771706,99.08266,50.68828,14.228461,47.11798,628.3944,71.34887,42.33058,4.8567495,9.713914,828.2004,5.054473,358.02597,62.100624,2485.3298,89.6838,136.32843,170.488,268.1467,19.943306,34.529922,163.34369,16.288006,17.984234,19.132917,37.376396,160.94055,13.51523,10.316396,109.57041,20.07293,4360.737,35.24311,38.67604,24.815,34.697823,313.2699,81.03823,52.826736,14.863742,17.844013,40.749172,116.93152,214.09181,82.98785,280.936,53.959896,44.57531,122.896774,205.67236,638.5011,147.16748,8.880064,12.842952,10.61744,157.48547,11015.294,8.796786,45.180634,86.9371,29.357817,337.6238,65.55199,220.70609,5.7229967,133.68011,758.41736,634.36816,71.34058,923.23645,80.34208,98.024956,111.96321,43.73217,8.032185,28.629871,912.67114,4.3068833,7.037598,171.88905,9.280496,5.4959416,42.61532,48.694664,503.98502,118.40877,173.4409,1766.3196,133.2368,2122.0647,1787.1371,10.835994,10.26441,6033.872,11.7461195,21.913542,316.9556,37.374363,76.390724,42.198246,205.25124,967.7962,277.3318,5.4020376,44.70774,269.472,1756.0577,32.787037,137.70181,12.856169,1.3569669,54.98453,1.1850808,1.0015246,3.321783,12.351719,41.71039,107.79972,28.316898,1426.9559,45.22824,16.064285,22.772223,6.3059325,62.131424,3.9973378,2.2767684,5.811875,59.399475,0.15419246,2.1016655,4.4778943,38.648438,14.915417,2.1745763,10.33811,453.79724,43.25252,828.57367,21.186481,1457.3486,40.25058,751.4131,563.29047,15.148884,12.89411,1019.39966,1494.8359,4009.7104,638.91 +2023-04-21 20:00:00,0.0,4099.7773,40.86982,23.56986,13.007353,41.666412,199.43954,32.923157,70.236374,24.505278,39.844246,312.71036,536.8947,21.231066,41.489075,5.7184854,1.2383811,36.825977,17.118475,12.499077,482.80823,3.0504103,340.51422,104.50104,4.3204927,30.832487,120.32932,53.03205,329.4167,220.42079,2575.483,4.639837,2349.4697,25.938454,5.0910997,3.4206738,24.233608,218.08727,273.25226,141.43674,97.27778,28.464254,9.492192,862.67175,58.62464,67.530975,54.628788,356.72485,17.172808,344.74078,12.302504,52.661552,0.0,3560.9753,7794.1157,5.757809,47.040188,47.268726,29201.602,105.62424,4.293987,62.77222,99.06291,50.710587,14.235781,47.092194,628.7369,71.42535,42.338642,4.859405,9.71597,828.4931,5.0639787,357.7766,62.1375,2484.514,89.703705,136.26791,170.44307,268.13486,19.921421,34.50549,163.06506,16.272001,17.97088,19.145355,37.37911,160.81995,13.5205965,10.320833,109.59135,20.073206,4360.3335,35.258583,38.645832,24.814913,34.70826,313.17593,81.02269,52.82639,14.869694,17.85123,40.732925,116.94795,213.97661,82.99028,280.9481,54.00411,44.573227,122.91586,205.76389,639.61676,147.2107,8.877611,12.854861,10.608809,157.74011,11029.131,8.787864,45.1595,86.806015,29.356274,337.6336,65.46759,220.5832,5.7180862,133.7551,758.07434,633.7927,71.31821,922.79443,80.225,97.97778,112.03899,43.67503,8.020576,28.601246,913.422,4.295585,7.0225186,171.70825,9.278968,5.495107,42.55508,48.650955,503.58066,118.31076,173.42313,1765.7583,133.3649,2122.5225,1787.5325,10.8426895,10.275695,6043.4727,11.741562,21.9375,316.95847,37.40389,76.44778,42.22807,205.46065,968.87964,277.3717,5.40623,44.733135,269.8914,1758.6168,32.84077,137.80406,12.866435,1.3566179,54.98644,1.184803,1.0006509,3.318526,12.356066,41.74111,107.97394,28.310184,1429.2563,45.25926,16.071428,22.777779,6.306746,62.10764,3.9995368,2.2764814,5.8125,59.395195,0.15361111,2.1008358,4.4772763,38.65625,14.915476,2.1723611,10.354543,454.46027,43.313168,829.7819,21.208174,1459.3254,40.2884,751.21185,564.05035,15.168179,12.899684,1020.7325,1496.9382,4014.0088,638.698 +2023-04-21 21:00:00,0.0,4100.852,40.894257,23.590128,13.019191,41.677765,199.48248,32.928467,70.24611,24.504848,39.84161,313.00586,537.24896,21.23469,41.528305,5.709426,1.2367648,36.83121,17.125898,12.48795,482.90094,3.0498698,340.60745,104.48871,4.3135037,30.737381,120.34278,53.01827,329.00418,220.36992,2577.0605,4.6283436,2349.3735,25.86394,5.07996,3.4121656,24.185066,218.13634,273.2712,141.06764,97.34583,28.484644,9.492982,862.6442,58.407715,67.51604,54.658497,356.9614,17.162237,344.88058,12.304423,52.6486,0.0,3562.9097,7800.6714,5.764333,47.070793,47.310654,29215.031,105.70326,4.298097,62.77274,99.04317,50.73289,14.2431,47.066406,629.0794,71.50182,42.3467,4.86206,9.718026,828.78577,5.0734844,357.52725,62.174374,2483.698,89.72361,136.2074,170.39813,268.12305,19.899536,34.48106,162.78642,16.255999,17.957527,19.157793,37.38182,160.69934,13.525964,10.32527,109.61228,20.07348,4359.93,35.27406,38.615623,24.814825,34.718697,313.08194,81.00715,52.826042,14.875645,17.858448,40.71668,116.964386,213.8614,82.99271,280.9602,54.04832,44.571144,122.93496,205.85541,640.7325,147.2539,8.875158,12.866771,10.600179,157.99475,11042.967,8.778941,45.138363,86.67493,29.35473,337.64337,65.383194,220.46034,5.713176,133.83006,757.73126,633.2172,71.29582,922.3524,80.10791,97.93062,112.11475,43.617893,8.0089655,28.57262,914.1729,4.284287,7.007439,171.52744,9.27744,5.4942727,42.494843,48.607243,503.1763,118.21276,173.40533,1765.1971,133.493,2122.9802,1787.9279,10.849386,10.28698,6053.073,11.737004,21.961458,316.96133,37.43342,76.50484,42.257896,205.67007,969.9631,277.4116,5.4104223,44.75853,270.3108,1761.1759,32.8945,137.90631,12.876701,1.3562689,54.98835,1.1845253,0.9997773,3.315269,12.360414,41.77183,108.14815,28.303473,1431.5566,45.290276,16.078571,22.783333,6.3075595,62.083855,4.0017357,2.2761943,5.8131247,59.390915,0.15302977,2.1000059,4.476659,38.664062,14.915536,2.1701458,10.3709755,455.12326,43.37381,830.99023,21.229866,1461.3021,40.326218,751.0106,564.8102,15.187473,12.905258,1022.0653,1499.0406,4018.307,638.486 +2023-04-21 22:00:00,0.0,4101.927,40.918694,23.610394,13.031029,41.689117,199.52542,32.933777,70.255844,24.504421,39.838974,313.3014,537.6033,21.238314,41.567535,5.700366,1.2351485,36.83644,17.133324,12.476825,482.99368,3.0493293,340.70068,104.47638,4.3065147,30.642275,120.35625,53.004486,328.59167,220.31903,2578.6382,4.6168504,2349.2773,25.789425,5.0688205,3.4036572,24.136524,218.1854,273.29016,140.69855,97.41389,28.505033,9.493772,862.61676,58.19079,67.50109,54.68821,357.19794,17.151667,345.0204,12.306344,52.635654,0.0,3564.844,7807.2275,5.770857,47.1014,47.352577,29228.46,105.78229,4.302207,62.773254,99.02342,50.7552,14.25042,47.040623,629.4219,71.5783,42.35476,4.8647156,9.720082,829.0785,5.0829897,357.2779,62.21125,2482.8818,89.74352,136.1469,170.35321,268.11124,19.877651,34.45663,162.5078,16.239994,17.944174,19.170229,37.38453,160.57872,13.53133,10.329707,109.63322,20.073757,4359.527,35.28953,38.585415,24.814737,34.729134,312.98795,80.99161,52.825695,14.881597,17.865665,40.70043,116.98082,213.7462,82.99514,280.9723,54.092533,44.56906,122.954056,205.94695,641.84814,147.2971,8.872705,12.878681,10.591548,158.24939,11056.803,8.770018,45.117226,86.54384,29.353188,337.65314,65.2988,220.33746,5.7082653,133.90504,757.3882,632.6418,71.273445,921.9104,79.99083,97.883446,112.19053,43.560757,7.997356,28.543995,914.92377,4.272989,6.992359,171.34663,9.275912,5.4934382,42.434605,48.56353,502.77197,118.11475,173.38756,1764.6357,133.6211,2123.438,1788.3232,10.856082,10.2982645,6062.674,11.732447,21.985416,316.96417,37.462944,76.56189,42.28772,205.8795,971.04645,277.45148,5.414615,44.783924,270.7302,1763.735,32.94823,138.00858,12.886968,1.35592,54.990257,1.1842475,0.99890363,3.3120117,12.364761,41.802555,108.322365,28.296759,1433.857,45.321297,16.085714,22.788889,6.308373,62.06007,4.003935,2.2759073,5.81375,59.38664,0.15244842,2.099176,4.4760413,38.671875,14.915595,2.1679306,10.387408,455.7863,43.434456,832.1985,21.251558,1463.2788,40.364033,750.8094,565.57007,15.206768,12.910832,1023.39813,1501.143,4022.6052,638.27405 +2023-04-21 23:00:00,0.0,4103.0015,40.94313,23.630661,13.042867,41.700466,199.56836,32.939083,70.26557,24.503994,39.836338,313.59692,537.9575,21.241938,41.60677,5.6913066,1.2335323,36.84167,17.140747,12.465698,483.08643,3.0487885,340.7939,104.46405,4.2995257,30.547169,120.369705,52.990704,328.17917,220.26816,2580.2158,4.605357,2349.1812,25.714912,5.0576806,3.395149,24.087984,218.23445,273.3091,140.32945,97.48194,28.525423,9.494562,862.58923,57.97386,67.48615,54.71792,357.43448,17.141098,345.1602,12.308265,52.622704,0.0,3566.7786,7813.783,5.7773805,47.132008,47.394505,29241.89,105.86132,4.306317,62.77377,99.00368,50.777504,14.257739,47.014835,629.7644,71.65478,42.362816,4.867371,9.722138,829.3712,5.0924954,357.02853,62.248127,2482.066,89.76343,136.0864,170.30827,268.09943,19.855768,34.432198,162.22917,16.223991,17.93082,19.182667,37.38724,160.45811,13.536697,10.334144,109.65415,20.074032,4359.1235,35.305004,38.55521,24.81465,34.739574,312.89398,80.97607,52.825348,14.8875475,17.872883,40.68419,116.99725,213.631,82.997574,280.98438,54.136745,44.566982,122.973145,206.03847,642.96387,147.34032,8.870253,12.890591,10.582917,158.50403,11070.64,8.761095,45.09609,86.41276,29.351645,337.66293,65.21439,220.21458,5.703355,133.98003,757.04517,632.06635,71.25106,921.4684,79.87375,97.83628,112.266304,43.50362,7.985746,28.51537,915.6747,4.2616906,6.9772797,171.16582,9.2743845,5.492604,42.374367,48.51982,502.3676,118.016754,173.36977,1764.0745,133.74918,2123.8958,1788.7186,10.862778,10.309549,6072.275,11.727889,22.009375,316.96704,37.492474,76.61894,42.317543,206.08891,972.1299,277.49136,5.4188075,44.80932,271.1496,1766.294,33.00196,138.11082,12.897234,1.355571,54.99217,1.1839699,0.99803,3.3087547,12.369108,41.83328,108.49658,28.290047,1436.1575,45.352314,16.092857,22.794445,6.3091865,62.036285,4.006134,2.2756205,5.814375,59.38236,0.15186706,2.0983462,4.4754233,38.679688,14.915655,2.1657152,10.403841,456.4493,43.495102,833.4068,21.27325,1465.2555,40.40185,750.60815,566.3299,15.226064,12.916407,1024.731,1503.2454,4026.9033,638.0621 +2023-04-22 00:00:00,0.0,4104.076,40.967567,23.650928,13.054706,41.71182,199.61131,32.944393,70.27531,24.503565,39.833706,313.89246,538.3118,21.24556,41.646,5.682247,1.231916,36.8469,17.14817,12.454572,483.17917,3.048248,340.88715,104.45172,4.2925367,30.452063,120.38316,52.97692,327.76666,220.21727,2581.7935,4.5938644,2349.0852,25.640398,5.0465407,3.3866408,24.039442,218.28351,273.32806,139.96036,97.55,28.545813,9.495352,862.5617,57.756935,67.47121,54.74763,357.67102,17.130527,345.3,12.3101845,52.609753,0.0,3568.713,7820.3394,5.7839046,47.162613,47.43643,29255.32,105.940346,4.3104267,62.774284,98.98393,50.799812,14.2650585,46.989048,630.1069,71.73125,42.370876,4.8700266,9.724195,829.66394,5.102001,356.77917,62.285,2481.25,89.78333,136.02588,170.26334,268.08762,19.833883,34.40777,161.95055,16.207987,17.917465,19.195105,37.389954,160.33751,13.542064,10.338581,109.67509,20.074308,4358.72,35.32048,38.525,24.81456,34.75001,312.8,80.960526,52.825,14.893499,17.8801,40.667942,117.01369,213.5158,83.0,280.99646,54.180958,44.5649,122.99224,206.12999,644.0795,147.38353,8.8678,12.9025,10.5742855,158.75867,11084.476,8.752172,45.074955,86.28167,29.350103,337.6727,65.13,220.0917,5.6984444,134.055,756.7021,631.49084,71.22868,921.02637,79.75666,97.78911,112.34207,43.446484,7.9741364,28.486744,916.42554,4.2503924,6.9622,170.98502,9.272857,5.4917693,42.31413,48.47611,501.96326,117.91875,173.35199,1763.5133,133.87727,2124.3535,1789.114,10.869473,10.320834,6081.8755,11.723331,22.033333,316.9699,37.522,76.676,42.34737,206.29834,973.2133,277.53125,5.423,44.834713,271.569,1768.853,33.055695,138.21307,12.9075,1.3552221,54.994076,1.1836921,0.9971563,3.3054976,12.373456,41.864,108.6708,28.283333,1438.4578,45.38333,16.1,22.8,6.31,62.0125,4.008333,2.2753334,5.815,59.37808,0.15128572,2.0975163,4.474806,38.6875,14.915714,2.1634998,10.420274,457.1123,43.555744,834.6151,21.294943,1467.2322,40.43967,750.4069,567.0898,15.245358,12.921982,1026.0637,1505.3477,4031.2017,637.8501 +2023-04-22 01:00:00,0.0,4105.151,40.992004,23.671194,13.066544,41.723167,199.65425,32.9497,70.285034,24.503138,39.83107,314.188,538.6661,21.249184,41.68523,5.6731873,1.2302997,36.85213,17.155594,12.443445,483.2719,3.0477073,340.98038,104.439384,4.285548,30.356956,120.39663,52.963142,327.3542,220.1664,2583.371,4.582371,2348.989,25.565886,5.0354013,3.3781323,23.9909,218.33257,273.34702,139.59126,97.61806,28.566202,9.496141,862.5342,57.540005,67.45627,54.77734,357.90756,17.119957,345.4398,12.312105,52.5968,0.0,3570.6472,7826.895,5.790428,47.19322,47.47836,29268.75,106.01937,4.314537,62.7748,98.96419,50.822117,14.272379,46.96326,630.44934,71.807724,42.378933,4.872682,9.72625,829.9566,5.1115065,356.5298,62.321877,2480.434,89.803246,135.96536,170.2184,268.0758,19.811998,34.38334,161.6719,16.191984,17.904112,19.207542,37.392662,160.21689,13.547431,10.343018,109.69602,20.074583,4358.317,35.335953,38.494793,24.814472,34.76045,312.70602,80.94499,52.824654,14.89945,17.887318,40.651695,117.03011,213.40059,83.00243,281.00854,54.22517,44.562817,123.01134,206.22153,645.19525,147.42673,8.865348,12.91441,10.565655,159.01332,11098.312,8.743249,45.053818,86.15058,29.34856,337.6825,65.0456,219.96884,5.693534,134.12997,756.359,630.9154,71.20631,920.58435,79.63958,97.741936,112.41785,43.389343,7.9625263,28.458118,917.17645,4.2390947,6.94712,170.8042,9.271329,5.490935,42.25389,48.432396,501.5589,117.82075,173.3342,1762.952,134.00537,2124.8113,1789.5094,10.876169,10.332119,6091.476,11.718774,22.057293,316.97278,37.55153,76.733055,42.377193,206.50777,974.29675,277.57114,5.427192,44.860107,271.9884,1771.4121,33.109425,138.31534,12.917767,1.3548732,54.995983,1.1834143,0.9962827,3.3022406,12.377804,41.894722,108.84502,28.27662,1440.7582,45.414352,16.107143,22.805555,6.3108134,61.988716,4.0105324,2.2750463,5.8156247,59.373802,0.15070437,2.0966864,4.4741883,38.695312,14.915773,2.1612847,10.436707,457.77533,43.61639,835.82336,21.316637,1469.2089,40.47749,750.2057,567.8496,15.264653,12.927556,1027.3966,1507.4501,4035.4998,637.6381 +2023-04-22 02:00:00,0.0,4106.2256,41.01644,23.691462,13.078382,41.73452,199.69719,32.95501,70.29477,24.502708,39.828434,314.4835,539.0204,21.252808,41.72446,5.664128,1.2286835,36.85736,17.163017,12.43232,483.36465,3.0471668,341.0736,104.427055,4.278559,30.26185,120.41009,52.94936,326.94168,220.11551,2584.9487,4.570878,2348.8928,25.491371,5.0242615,3.3696241,23.942358,218.38162,273.36597,139.22217,97.68611,28.586592,9.496931,862.50665,57.32308,67.44132,54.807053,358.1441,17.109386,345.5796,12.314026,52.58385,0.0,3572.5818,7833.451,5.7969522,47.223824,47.520287,29282.18,106.098404,4.318647,62.77532,98.94444,50.844425,14.279698,46.937473,630.7919,71.8842,42.386993,4.8753376,9.728306,830.2493,5.121012,356.28043,62.35875,2479.6182,89.82315,135.90486,170.17346,268.06396,19.790113,34.358906,161.39328,16.175982,17.890759,19.21998,37.395374,160.09628,13.552797,10.347455,109.71696,20.07486,4357.9136,35.351425,38.464584,24.814384,34.77089,312.61203,80.92945,52.824306,14.905402,17.894533,40.63545,117.04655,213.28539,83.00486,281.02063,54.269382,44.560734,123.03043,206.31305,646.3109,147.46994,8.862895,12.92632,10.557024,159.26796,11112.148,8.734326,45.03268,86.01949,29.347017,337.69226,64.961205,219.84596,5.6886234,134.20496,756.016,630.3399,71.18392,920.14233,79.5225,97.69477,112.49362,43.332207,7.950917,28.429493,917.9273,4.2277966,6.9320407,170.62338,9.269801,5.4901004,42.193653,48.388687,501.15454,117.72274,173.31642,1762.3907,134.13347,2125.269,1789.9048,10.882865,10.343403,6101.0767,11.714216,22.081251,316.97565,37.581055,76.790115,42.407017,206.71718,975.3802,277.61105,5.431385,44.8855,272.4078,1773.9712,33.163155,138.41759,12.928033,1.3545241,54.997894,1.1831366,0.9954091,3.2989833,12.382151,41.925446,109.019226,28.269907,1443.0586,45.44537,16.114285,22.811111,6.311627,61.96493,4.012731,2.2747593,5.81625,59.369522,0.15012302,2.0958567,4.4735703,38.703125,14.915833,2.1590693,10.453139,458.43835,43.677036,837.0317,21.33833,1471.1855,40.51531,750.00446,568.6095,15.283948,12.93313,1028.7294,1509.5524,4039.798,637.42615 +2023-04-22 03:00:00,0.0,4107.3003,41.04088,23.71173,13.09022,41.74587,199.74013,32.960316,70.304504,24.502281,39.825798,314.77902,539.37463,21.256432,41.763695,5.6550684,1.2270671,36.862595,17.170443,12.421193,483.4574,3.0466263,341.16684,104.41473,4.27157,30.166744,120.42355,52.935577,326.52917,220.06464,2586.5264,4.559385,2348.7969,25.416857,5.0131216,3.361116,23.893818,218.43068,273.38492,138.85307,97.754166,28.606983,9.497721,862.4791,57.10615,67.42638,54.83676,358.38065,17.098816,345.7194,12.315946,52.5709,0.0,3574.516,7840.007,5.803476,47.254433,47.56221,29295.61,106.17743,4.322757,62.775833,98.9247,50.866734,14.287018,46.911686,631.13434,71.96068,42.39505,4.877993,9.730362,830.54205,5.130518,356.03107,62.395626,2478.802,89.843056,135.84436,170.12852,268.05215,19.768229,34.334476,161.11465,16.159977,17.877405,19.232416,37.398087,159.97568,13.558165,10.351892,109.73789,20.075134,4357.5103,35.3669,38.434376,24.814297,34.781326,312.51807,80.91391,52.82396,14.911353,17.90175,40.619205,117.06298,213.17018,83.00729,281.03275,54.313595,44.55865,123.04952,206.40457,647.42664,147.51315,8.860442,12.93823,10.548393,159.5226,11125.984,8.725404,45.011543,85.888405,29.345474,337.70206,64.8768,219.72308,5.683713,134.27992,755.6729,629.76447,71.161545,919.70026,79.40541,97.6476,112.56939,43.27507,7.9393067,28.400867,918.6782,4.2164984,6.916961,170.44258,9.268273,5.4892664,42.133415,48.344975,500.7502,117.62474,173.29865,1761.8296,134.26155,2125.7268,1790.3002,10.889561,10.354688,6110.6772,11.709659,22.10521,316.9785,37.610584,76.84717,42.436844,206.9266,976.46356,277.65094,5.4355774,44.9109,272.8272,1776.5303,33.216885,138.51984,12.938298,1.3541752,54.9998,1.1828588,0.9945354,3.2957263,12.386498,41.956165,109.19344,28.263195,1445.359,45.476387,16.121428,22.816668,6.3124404,61.941147,4.0149302,2.2744722,5.816875,59.365242,0.14954168,2.0950267,4.472953,38.710938,14.915893,2.1568542,10.469572,459.10138,43.73768,838.2399,21.360022,1473.1624,40.553127,749.8032,569.3693,15.303243,12.9387045,1030.0623,1511.6547,4044.0964,637.2142 +2023-04-22 04:00:00,0.0,4108.375,41.065315,23.731995,13.102058,41.75722,199.78307,32.965626,70.31423,24.501852,39.823166,315.07455,539.72894,21.260056,41.802925,5.6460085,1.2254509,36.867825,17.177866,12.410067,483.5501,3.0460856,341.26004,104.4024,4.264581,30.07164,120.43701,52.921795,326.11667,220.01376,2588.104,4.547892,2348.7007,25.342344,5.001982,3.3526075,23.845276,218.47974,273.4039,138.48398,97.82222,28.627373,9.49851,862.4516,56.889225,67.41144,54.86647,358.6172,17.088245,345.8592,12.317866,52.55795,0.0,3576.4504,7846.563,5.81,47.285038,47.604137,29309.04,106.256454,4.326867,62.77635,98.90495,50.889038,14.294337,46.8859,631.4768,72.037155,42.40311,4.8806486,9.732418,830.8348,5.1400237,355.7817,62.4325,2477.986,89.86297,135.78384,170.08359,268.04034,19.746344,34.310047,160.83603,16.143974,17.864052,19.244854,37.400795,159.85506,13.563531,10.356329,109.75883,20.07541,4357.107,35.382374,38.404167,24.814209,34.791763,312.42407,80.89837,52.823612,14.917305,17.908968,40.60296,117.079414,213.05496,83.00973,281.04483,54.357807,44.55657,123.06862,206.49611,648.5423,147.55635,8.857989,12.950139,10.539762,159.77724,11139.82,8.71648,44.99041,85.75732,29.343931,337.71182,64.792404,219.60022,5.6788025,134.3549,755.32983,629.189,71.13916,919.25824,79.28833,97.60043,112.645164,43.217934,7.927697,28.372242,919.4291,4.2052,6.9018817,170.26176,9.266746,5.488432,42.073177,48.30126,500.34586,117.52673,173.28085,1761.2683,134.38965,2126.1846,1790.6957,10.896257,10.3659725,6120.278,11.705101,22.129168,316.98135,37.640114,76.90422,42.466667,207.13602,977.547,277.69083,5.4397697,44.936295,273.2466,1779.0894,33.27062,138.6221,12.948565,1.3538263,55.001713,1.1825811,0.99366176,3.2924693,12.390845,41.98689,109.36766,28.256481,1447.6593,45.50741,16.12857,22.822222,6.313254,61.917362,4.0171294,2.2741852,5.8174996,59.360966,0.14896032,2.0941968,4.4723353,38.71875,14.915953,2.1546388,10.486005,459.76437,43.798325,839.44824,21.381714,1475.139,40.590946,749.602,570.1292,15.322537,12.944279,1031.395,1513.7571,4048.3945,637.00226 +2023-04-22 05:00:00,0.0,4109.4497,41.089752,23.752262,13.113896,41.768574,199.82602,32.970936,70.32397,24.501425,39.82053,315.3701,540.0832,21.26368,41.842155,5.636949,1.2238346,36.873055,17.18529,12.398941,483.64285,3.045545,341.35327,104.39007,4.257592,29.976534,120.45047,52.908012,325.70416,219.96288,2589.6816,4.536399,2348.6045,25.26783,4.9908423,3.3440993,23.796734,218.5288,273.42285,138.11488,97.890274,28.647762,9.4993,862.42413,56.6723,67.39649,54.896183,358.85373,17.077677,345.999,12.319787,52.545,0.0,3578.385,7853.119,5.8165236,47.315643,47.646065,29322.469,106.33549,4.330977,62.776863,98.88521,50.911346,14.301657,46.86011,631.81934,72.11363,42.411167,4.883304,9.734474,831.12744,5.149529,355.53235,62.469376,2477.1702,89.88287,135.72333,170.03865,268.02853,19.72446,34.285614,160.55739,16.12797,17.850698,19.257292,37.403507,159.73445,13.568898,10.360766,109.77976,20.075686,4356.7036,35.397846,38.37396,24.814121,34.8022,312.33008,80.88283,52.823265,14.923256,17.916185,40.58671,117.09585,212.93976,83.01215,281.05692,54.40202,44.554485,123.087715,206.58763,649.65796,147.59956,8.855536,12.962049,10.531131,160.03188,11153.657,8.707558,44.969273,85.62623,29.34239,337.7216,64.70801,219.47734,5.673892,134.42989,754.9868,628.6135,71.11678,918.8162,79.17125,97.55326,112.72094,43.160793,7.9160876,28.343616,920.18,4.193902,6.8868017,170.08096,9.265218,5.4875975,42.01294,48.257553,499.9415,117.428734,173.26308,1760.707,134.51775,2126.6423,1791.0911,10.902953,10.377257,6129.879,11.700543,22.153126,316.98422,37.66964,76.96128,42.49649,207.34544,978.63043,277.7307,5.443962,44.96169,273.66602,1781.6484,33.32435,138.72435,12.958831,1.3534774,55.00362,1.1823033,0.9927881,3.2892122,12.395193,42.017612,109.54188,28.24977,1449.9597,45.538425,16.135714,22.827778,6.3140674,61.893578,4.0193286,2.2738981,5.818125,59.356686,0.14837897,2.093367,4.4717174,38.726562,14.916012,2.1524236,10.502438,460.4274,43.85897,840.6565,21.403406,1477.1157,40.62876,749.40076,570.88904,15.341832,12.949854,1032.7279,1515.8594,4052.6929,636.7903 +2023-04-22 06:00:00,0.0,4110.5244,41.11419,23.77253,13.125734,41.779922,199.86896,32.976242,70.3337,24.500998,39.817894,315.66562,540.4375,21.267303,41.88139,5.6278896,1.2222183,36.878284,17.192713,12.3878145,483.7356,3.0450046,341.4465,104.37774,4.250603,29.881428,120.463936,52.89423,325.2917,219.912,2591.2593,4.5249057,2348.5083,25.193317,4.9797025,3.335591,23.748194,218.57785,273.4418,137.74579,97.958336,28.668152,9.500091,862.3966,56.45537,67.38155,54.92589,359.09027,17.067106,346.1388,12.321707,52.532047,0.0,3580.3193,7859.675,5.8230476,47.34625,47.687992,29335.898,106.41451,4.335087,62.77738,98.86547,50.93365,14.308976,46.834324,632.1618,72.1901,42.419228,4.8859596,9.73653,831.42017,5.1590347,355.283,62.50625,2476.3542,89.90278,135.66283,169.99371,268.01672,19.702576,34.261185,160.27876,16.111967,17.837343,19.26973,37.40622,159.61385,13.574265,10.365203,109.8007,20.075962,4356.3003,35.413322,38.34375,24.814034,34.81264,312.2361,80.86729,52.822918,14.929207,17.923403,40.570465,117.11228,212.82455,83.01459,281.069,54.44623,44.552402,123.10681,206.67917,650.7737,147.64278,8.853084,12.973959,10.5225,160.28651,11167.493,8.698635,44.948135,85.49514,29.340847,337.73138,64.62361,219.35446,5.6689816,134.50485,754.64374,628.0381,71.0944,918.3742,79.05416,97.506096,112.79671,43.103657,7.9044776,28.314991,920.93085,4.182604,6.871722,169.90015,9.26369,5.486763,41.9527,48.21384,499.53714,117.33073,173.24529,1760.1458,134.64583,2127.1,1791.4865,10.909649,10.388542,6139.4795,11.695986,22.177084,316.9871,37.69917,77.01833,42.526318,207.55487,979.71387,277.7706,5.4481544,44.987083,274.08542,1784.2074,33.37808,138.8266,12.969097,1.3531284,55.00553,1.1820256,0.99191445,3.285955,12.399541,42.048332,109.716095,28.243055,1452.2601,45.569443,16.142857,22.833334,6.3148813,61.869793,4.021528,2.273611,5.81875,59.352406,0.14779763,2.0925372,4.4711,38.734375,14.916071,2.1502082,10.51887,461.09042,43.919613,841.8648,21.425098,1479.0924,40.66658,749.1995,571.6489,15.361127,12.955428,1034.0607,1517.9618,4056.991,636.5783 +2023-04-22 07:00:00,0.0,4111.599,41.138626,23.792795,13.137573,41.791275,199.9119,32.981552,70.34343,24.500568,39.81526,315.96112,540.79175,21.270927,41.92062,5.6188297,1.220602,36.883514,17.200136,12.376688,483.82834,3.0444639,341.53973,104.36541,4.243614,29.786322,120.477394,52.880447,324.87918,219.86111,2592.8367,4.5134125,2348.4124,25.118803,4.968563,3.3270826,23.699652,218.6269,273.46075,137.3767,98.02639,28.688541,9.50088,862.3691,56.238445,67.36661,54.955605,359.3268,17.056536,346.2786,12.323627,52.5191,0.0,3582.254,7866.231,5.8295712,47.376858,47.72992,29349.328,106.49354,4.339197,62.777897,98.845726,50.95596,14.316296,46.808537,632.5043,72.26658,42.427284,4.888615,9.738586,831.7129,5.1685405,355.03363,62.543125,2475.538,89.92268,135.60233,169.94878,268.00488,19.68069,34.236755,160.00014,16.095963,17.82399,19.282167,37.40893,159.49324,13.579632,10.36964,109.82163,20.076237,4355.897,35.428795,38.31354,24.813946,34.82308,312.14212,80.851746,52.82257,14.935159,17.93062,40.554222,117.128716,212.70935,83.01701,281.0811,54.490444,44.55032,123.1259,206.77069,651.88934,147.68597,8.850631,12.985868,10.513869,160.54115,11181.329,8.689712,44.927,85.36405,29.339304,337.74115,64.53921,219.23158,5.664071,134.57983,754.30066,627.4626,71.07202,917.9322,78.93708,97.45892,112.87248,43.04652,7.892868,28.286366,921.68176,4.1713057,6.8566427,169.71933,9.262162,5.4859285,41.892464,48.170128,499.13278,117.23273,173.22751,1759.5845,134.77393,2127.5579,1791.8818,10.916345,10.399827,6149.08,11.691429,22.201042,316.98993,37.728695,77.075386,42.55614,207.76428,980.7973,277.8105,5.4523473,45.012478,274.50482,1786.7665,33.431812,138.92886,12.979363,1.3527794,55.00744,1.1817478,0.9910408,3.282698,12.403888,42.079056,109.890305,28.236343,1454.5604,45.600464,16.15,22.838888,6.315695,61.84601,4.0237265,2.273324,5.819375,59.348125,0.14721628,2.0917072,4.4704823,38.742188,14.916131,2.147993,10.535303,461.75342,43.98026,843.07306,21.44679,1481.0691,40.7044,748.9983,572.40875,15.380422,12.961002,1035.3934,1520.0641,4061.2893,636.36633 +2023-04-22 08:00:00,0.0,4112.674,41.163063,23.813063,13.149411,41.802624,199.95483,32.98686,70.353165,24.500141,39.812626,316.25665,541.14606,21.274551,41.95985,5.6097703,1.2189858,36.888744,17.207561,12.3655615,483.92108,3.0439234,341.63297,104.35308,4.236625,29.691216,120.49085,52.866665,324.46667,219.81024,2594.4143,4.5019193,2348.3162,25.044289,4.957423,3.3185744,23.65111,218.67596,273.4797,137.0076,98.094444,28.708931,9.50167,862.34155,56.02152,67.35167,54.985313,359.56335,17.045965,346.4184,12.325547,52.50615,0.0,3584.1882,7872.7866,5.8360953,47.407463,47.771843,29362.758,106.57257,4.343307,62.77841,98.82598,50.978264,14.323615,46.78275,632.8468,72.343056,42.435345,4.8912706,9.740643,832.00555,5.1780457,354.78424,62.58,2474.7222,89.9426,135.54181,169.90384,267.99307,19.658806,34.212322,159.72151,16.07996,17.810637,19.294603,37.411644,159.37262,13.584999,10.374077,109.84257,20.076513,4355.493,35.44427,38.283333,24.813858,34.833515,312.04816,80.83621,52.822224,14.94111,17.937836,40.537975,117.14515,212.59415,83.01945,281.09317,54.534657,44.548237,123.145,206.86221,653.00507,147.72919,8.848178,12.997778,10.505239,160.79579,11195.166,8.680789,44.905865,85.23296,29.33776,337.75095,64.45481,219.10872,5.6591606,134.65482,753.95764,626.88715,71.04964,917.4902,78.82,97.41176,112.94826,42.989384,7.881258,28.25774,922.4327,4.160008,6.841563,169.53853,9.260634,5.485094,41.832226,48.12642,498.72845,117.13472,173.20972,1759.0232,134.90202,2128.0156,1792.2772,10.92304,10.411112,6158.6807,11.686872,22.225,316.9928,37.758224,77.13245,42.585964,207.97371,981.8807,277.85037,5.4565396,45.037872,274.92422,1789.3256,33.485542,139.03111,12.98963,1.3524305,55.00935,1.18147,0.99016714,3.2794409,12.408236,42.10978,110.06452,28.22963,1456.8608,45.63148,16.157143,22.844444,6.3165083,61.822224,4.0259256,2.273037,5.8199997,59.34385,0.14663492,2.0908775,4.4698644,38.75,14.91619,2.1457777,10.551736,462.41644,44.040905,844.2814,21.468485,1483.0458,40.742218,748.79706,573.16864,15.399716,12.966577,1036.7263,1522.1665,4065.5874,636.15436 +2023-04-22 09:00:00,0.0,4113.749,41.1875,23.83333,13.161249,41.813976,199.99777,32.99217,70.3629,24.499712,39.80999,316.5522,541.5003,21.278175,41.99908,5.600711,1.2173694,36.89398,17.214985,12.354436,484.01382,3.043383,341.7262,104.34075,4.2296367,29.59611,120.50432,52.852886,324.05417,219.75935,2595.992,4.4904265,2348.22,24.969776,4.9462833,3.3100662,23.602568,218.72502,273.49866,136.6385,98.1625,28.72932,9.50246,862.314,55.804592,67.33672,55.015026,359.7999,17.035395,346.5582,12.327468,52.4932,0.0,3586.1226,7879.343,5.842619,47.43807,47.81377,29376.188,106.651596,4.347417,62.778927,98.80624,51.000572,14.330935,46.75696,633.1893,72.41953,42.4434,4.893926,9.742698,832.2983,5.1875515,354.53488,62.616875,2473.9062,89.9625,135.48131,169.8589,267.98126,19.63692,34.187893,159.44287,16.063957,17.797283,19.307041,37.414352,159.25201,13.590365,10.378514,109.8635,20.076788,4355.09,35.459743,38.253124,24.81377,34.843952,311.95416,80.82067,52.821877,14.947062,17.945053,40.52173,117.16158,212.47894,83.02187,281.1053,54.57887,44.546154,123.16409,206.95375,654.1207,147.77238,8.845725,13.009687,10.496607,161.05043,11209.002,8.671866,44.884727,85.101875,29.33622,337.7607,64.370415,218.98584,5.65425,134.7298,753.61456,626.3117,71.02726,917.04816,78.70291,97.364586,113.024025,42.932247,7.8696485,28.229115,923.18353,4.14871,6.8264832,169.35771,9.259107,5.4842596,41.771988,48.082706,498.3241,117.03672,173.19194,1758.4619,135.03012,2128.4734,1792.6726,10.929737,10.422397,6168.2812,11.682314,22.248959,316.99567,37.78775,77.1895,42.61579,208.18314,982.9641,277.8903,5.460732,45.063267,275.34363,1791.8846,33.539272,139.13336,12.999896,1.3520815,55.011257,1.1811923,0.9892935,3.2761836,12.412582,42.1405,110.23874,28.222918,1459.1613,45.6625,16.164286,22.85,6.317322,61.79844,4.028125,2.27275,5.820625,59.33957,0.14605357,2.0900476,4.469247,38.757812,14.91625,2.1435626,10.568169,463.07947,44.101547,845.4896,21.490177,1485.0225,40.780037,748.5958,573.92847,15.419011,12.972151,1038.0591,1524.2688,4069.8857,635.9424 +2023-04-22 10:00:00,0.0,4114.8237,41.211937,23.853596,13.173088,41.82533,200.04073,32.99748,70.37263,24.499285,39.807354,316.84772,541.8546,21.2818,42.038315,5.591651,1.2157532,36.899208,17.222408,12.343309,484.10657,3.0428421,341.81943,104.32842,4.2226477,29.501003,120.51778,52.839104,323.64166,219.70848,2597.5696,4.4789333,2348.1238,24.895262,4.935144,3.3015578,23.554028,218.77408,273.5176,136.26941,98.23055,28.74971,9.503249,862.2865,55.58766,67.321785,55.044735,360.03644,17.024826,346.698,12.329389,52.480247,0.0,3588.0571,7885.8984,5.8491426,47.468674,47.855698,29389.617,106.73062,4.351527,62.779446,98.78649,51.02288,14.338254,46.73118,633.53174,72.49601,42.45146,4.8965816,9.744754,832.591,5.1970572,354.28552,62.65375,2473.0903,89.98241,135.42079,169.81396,267.96945,19.615036,34.16346,159.16425,16.047953,17.78393,19.319479,37.41707,159.13141,13.595733,10.382951,109.88444,20.077065,4354.6865,35.475216,38.222916,24.813683,34.854393,311.86017,80.80513,52.82153,14.953012,17.95227,40.50548,117.17802,212.36374,83.02431,281.11737,54.62308,44.54407,123.18318,207.04527,655.23645,147.8156,8.843272,13.021598,10.487976,161.30507,11222.838,8.662943,44.86359,84.97079,29.334677,337.7705,64.28602,218.86296,5.6493397,134.80476,753.2715,625.7362,71.004875,916.60614,78.58583,97.31741,113.0998,42.875107,7.858039,28.200489,923.93445,4.1374116,6.8114038,169.17691,9.257579,5.4834256,41.71175,48.038994,497.91974,116.93871,173.17416,1757.9008,135.1582,2128.9312,1793.068,10.936433,10.4336815,6177.8823,11.677756,22.272917,316.99854,37.81728,77.24656,42.645615,208.39255,984.04755,277.93018,5.4649243,45.08866,275.76303,1794.4437,33.593002,139.23563,13.010162,1.3517326,55.01317,1.1809145,0.9884199,3.2729266,12.41693,42.171223,110.41296,28.216204,1461.4615,45.693516,16.171429,22.855556,6.3181353,61.774654,4.030324,2.2724628,5.82125,59.33529,0.14547223,2.089218,4.4686294,38.765625,14.916309,2.1413472,10.584601,463.74246,44.162193,846.69794,21.51187,1486.9993,40.817856,748.3946,574.68835,15.438306,12.977726,1039.392,1526.3711,4074.1838,635.7304 +2023-04-22 11:00:00,0.0,4115.8984,41.236374,23.873863,13.184926,41.836678,200.08366,33.002785,70.38236,24.498857,39.80472,317.14325,542.2089,21.285423,42.077545,5.5825915,1.214137,36.904438,17.229832,12.332183,484.19928,3.0423017,341.91266,104.31609,4.2156587,29.405897,120.531235,52.82532,323.2292,219.6576,2599.1472,4.46744,2348.0278,24.82075,4.924004,3.2930496,23.505484,218.82314,273.53656,135.90031,98.298615,28.7701,9.504039,862.25903,55.370735,67.30684,55.074448,360.27298,17.014256,346.8378,12.331308,52.467297,0.0,3589.9917,7892.4546,5.8556666,47.49928,47.897625,29403.047,106.809654,4.355637,62.77996,98.766754,51.045185,14.345573,46.70539,633.87427,72.57248,42.45952,4.899237,9.74681,832.8837,5.2065625,354.03616,62.690624,2472.2744,90.00232,135.36029,169.76903,267.95764,19.593153,34.13903,158.88562,16.03195,17.770576,19.331917,37.419777,159.01079,13.601099,10.387388,109.90537,20.07734,4354.283,35.490692,38.192707,24.813595,34.86483,311.7662,80.78959,52.821182,14.958964,17.959488,40.489235,117.19445,212.24854,83.02674,281.12946,54.667294,44.54199,123.20228,207.1368,656.3521,147.85881,8.840819,13.033507,10.479345,161.55971,11236.675,8.65402,44.842453,84.8397,29.333134,337.78027,64.201614,218.74008,5.644429,134.87975,752.92847,625.16077,70.9825,916.1641,78.46875,97.27025,113.175575,42.81797,7.846429,28.171864,924.6853,4.1261134,6.7963243,168.9961,9.256051,5.482591,41.651512,47.995285,497.51538,116.84071,173.15637,1757.3395,135.2863,2129.389,1793.4634,10.943129,10.444965,6187.483,11.673199,22.296875,317.0014,37.846806,77.30361,42.675438,208.60197,985.131,277.97006,5.469117,45.114056,276.18243,1797.0028,33.646736,139.33788,13.020429,1.3513836,55.015076,1.1806368,0.9875462,3.2696695,12.421278,42.201942,110.587166,28.209492,1463.762,45.724537,16.178572,22.86111,6.3189487,61.75087,4.032523,2.2721758,5.821875,59.331013,0.14489087,2.088388,4.4680114,38.773438,14.916369,2.1391318,10.601034,464.4055,44.22284,847.90625,21.533562,1488.976,40.855675,748.19336,575.4482,15.457601,12.9833,1040.7247,1528.4735,4078.4822,635.51843 +2023-04-22 12:00:00,0.0,4116.973,41.26081,23.89413,13.196764,41.84803,200.1266,33.008095,70.3921,24.498428,39.802086,317.43875,542.5632,21.289047,42.116776,5.573532,1.2125206,36.909668,17.237255,12.321056,484.29202,3.0417612,342.0059,104.303764,4.2086697,29.310791,120.5447,52.81154,322.81668,219.60672,2600.7249,4.455947,2347.9316,24.746235,4.912864,3.2845414,23.456944,218.8722,273.5555,135.53122,98.36667,28.79049,9.504829,862.2315,55.15381,67.2919,55.104156,360.50952,17.003685,346.9776,12.333229,52.454346,0.0,3591.9258,7899.0103,5.8621902,47.52989,47.939552,29416.477,106.88868,4.359747,62.780476,98.74701,51.067493,14.352893,46.679604,634.21674,72.64896,42.46758,4.9018927,9.748866,833.1764,5.2160683,353.7868,62.7275,2471.4583,90.022224,135.29977,169.7241,267.94583,19.571268,34.1146,158.607,16.015945,17.757221,19.344353,37.42249,158.89018,13.606466,10.391826,109.92631,20.077616,4353.88,35.506165,38.1625,24.813507,34.875267,311.6722,80.77405,52.820835,14.964915,17.966705,40.472992,117.210884,212.13333,83.02917,281.14154,54.711506,44.539906,123.221375,207.22833,657.4678,147.90201,8.8383665,13.045417,10.470715,161.81435,11250.511,8.645098,44.82132,84.70861,29.33159,337.79004,64.11722,218.61722,5.6395183,134.95473,752.5854,624.58527,70.96011,915.7221,78.35166,97.223076,113.25134,42.760834,7.8348193,28.143238,925.4362,4.114815,6.7812443,168.81529,9.254523,5.4817567,41.591274,47.951572,497.11102,116.74271,173.1386,1756.7781,135.4144,2129.8467,1793.8588,10.949824,10.45625,6197.0835,11.668641,22.320833,317.00424,37.876335,77.360664,42.705265,208.8114,986.2144,278.00995,5.4733095,45.13945,276.60184,1799.5618,33.700466,139.44012,13.030695,1.3510346,55.016983,1.180359,0.9866726,3.2664125,12.425625,42.232666,110.76138,28.202778,1466.0624,45.755554,16.185715,22.866667,6.319762,61.727085,4.034722,2.271889,5.8224998,59.326733,0.14430952,2.087558,4.467394,38.78125,14.916429,2.1369166,10.617466,465.0685,44.28348,849.1145,21.555254,1490.9526,40.89349,747.9921,576.208,15.476895,12.988874,1042.0576,1530.5758,4082.7803,635.30646 +2023-04-22 13:00:00,0.0,4118.048,41.285248,23.914396,13.208602,41.85938,200.16954,33.0134,70.401825,24.498001,39.79945,317.73428,542.9175,21.292671,42.15601,5.564472,1.2109044,36.914898,17.24468,12.309931,484.38477,3.0412204,342.09912,104.291435,4.2016807,29.215685,120.55816,52.797756,322.40417,219.55585,2602.3025,4.444454,2347.8354,24.671722,4.901725,3.276033,23.408401,218.92125,273.57446,135.16212,98.43472,28.81088,9.505619,862.204,54.936882,67.276955,55.13387,360.74606,16.993114,347.1174,12.33515,52.441395,0.0,3593.8604,7905.5664,5.8687143,47.560493,47.981476,29429.906,106.967705,4.3638573,62.78099,98.727264,51.089798,14.360212,46.653816,634.5592,72.72543,42.475636,4.904548,9.750922,833.4691,5.225574,353.53745,62.764374,2470.6423,90.04213,135.23927,169.67917,267.934,19.549383,34.090168,158.32835,15.999943,17.743868,19.35679,37.4252,158.76958,13.611833,10.396262,109.947235,20.07789,4353.4766,35.521637,38.13229,24.81342,34.885704,311.57825,80.75851,52.820488,14.970867,17.973923,40.456745,117.22732,212.01813,83.0316,281.15363,54.755714,44.537823,123.24047,207.31985,658.5835,147.94522,8.835914,13.057326,10.462084,162.06898,11264.347,8.636174,44.800182,84.57752,29.330048,337.79984,64.03282,218.49434,5.634608,135.0297,752.2423,624.0098,70.93774,915.2801,78.23458,97.17591,113.32712,42.703697,7.8232093,28.114613,926.1871,4.103517,6.766165,168.63448,9.2529955,5.480922,41.531036,47.907864,496.7067,116.64471,173.1208,1756.217,135.5425,2130.3044,1794.2542,10.95652,10.467535,6206.684,11.6640835,22.344791,317.0071,37.90586,77.417725,42.73509,209.02081,987.2978,278.04984,5.477502,45.16485,277.02124,1802.1208,33.754196,139.54239,13.04096,1.3506857,55.018894,1.1800812,0.9857989,3.2631552,12.429973,42.26339,110.9356,28.196066,1468.3627,45.78657,16.192856,22.872223,6.3205757,61.7033,4.036921,2.271602,5.823125,59.322453,0.14372818,2.0867283,4.466776,38.789062,14.916488,2.1347013,10.633899,465.73154,44.344128,850.3228,21.576946,1492.9293,40.93131,747.7909,576.9679,15.49619,12.994449,1043.3904,1532.6782,4087.0786,635.0945 +2023-04-22 14:00:00,0.0,4119.1226,41.309685,23.934664,13.220441,41.87073,200.21248,33.01871,70.41156,24.497572,39.796814,318.02982,543.2717,21.296295,42.19524,5.555413,1.2092881,36.920128,17.252104,12.298804,484.4775,3.04068,342.19232,104.279106,4.1946917,29.12058,120.57162,52.783974,321.99167,219.50496,2603.8801,4.432961,2347.7395,24.597208,4.890585,3.2675247,23.35986,218.9703,273.59344,134.79303,98.50278,28.83127,9.506409,862.17645,54.719955,67.26202,55.163578,360.9826,16.982544,347.2572,12.3370695,52.428444,0.0,3595.795,7912.122,5.875238,47.5911,48.023403,29443.336,107.04674,4.367967,62.781506,98.70751,51.112106,14.367532,46.62803,634.90173,72.80191,42.483696,4.9072037,9.752978,833.76184,5.2350793,353.2881,62.80125,2469.8264,90.06204,135.17876,169.63423,267.92218,19.527498,34.06574,158.04973,15.983939,17.730515,19.369228,37.42791,158.64896,13.6172,10.4007,109.96817,20.078167,4353.073,35.537113,38.102085,24.813332,34.896145,311.48425,80.74297,52.820137,14.976818,17.98114,40.4405,117.24375,211.90292,83.03403,281.1657,54.799927,44.53574,123.25956,207.41138,659.69916,147.98843,8.833462,13.069237,10.453452,162.32362,11278.184,8.627252,44.779045,84.446434,29.328506,337.8096,63.948425,218.37146,5.6296973,135.10468,751.8993,623.4344,70.91535,914.8381,78.11749,97.12874,113.40289,42.64656,7.8115997,28.085987,926.938,4.092219,6.7510853,168.45366,9.251468,5.4800878,41.4708,47.86415,496.30234,116.5467,173.10303,1755.6556,135.67058,2130.7622,1794.6497,10.963216,10.47882,6216.2847,11.659526,22.36875,317.00998,37.93539,77.47478,42.76491,209.23024,988.3812,278.08972,5.481694,45.190243,277.44064,1804.6799,33.80793,139.64464,13.051227,1.3503368,55.0208,1.1798035,0.98492527,3.2598982,12.4343195,42.29411,111.10982,28.189352,1470.6631,45.817593,16.199999,22.877777,6.321389,61.679512,4.03912,2.2713149,5.82375,59.318176,0.14314683,2.0858984,4.4661584,38.796875,14.916548,2.132486,10.6503315,466.39453,44.404774,851.53107,21.59864,1494.906,40.969128,747.58966,577.7277,15.515485,13.000023,1044.7233,1534.7805,4091.3767,634.8825 +2023-04-22 15:00:00,0.0,4120.1973,41.33412,23.954931,13.232279,41.882084,200.25543,33.024017,70.42129,24.497145,39.79418,318.32535,543.62604,21.29992,42.23447,5.5463533,1.2076718,36.925358,17.259527,12.287678,484.57025,3.0401392,342.28555,104.26678,4.1877027,29.025475,120.58508,52.77019,321.57916,219.45409,2605.4578,4.421468,2347.6433,24.522694,4.879445,3.2590165,23.31132,219.01938,273.6124,134.42393,98.57083,28.85166,9.507198,862.1489,54.50303,67.24707,55.193287,361.21915,16.971975,347.397,12.33899,52.415493,0.0,3597.7292,7918.678,5.881762,47.621704,48.06533,29456.766,107.12576,4.372077,62.782024,98.68777,51.13441,14.374851,46.60224,635.2442,72.87839,42.491753,4.9098587,9.755034,834.05457,5.244585,353.0387,62.838123,2469.0105,90.08195,135.11826,169.5893,267.91037,19.505613,34.04131,157.7711,15.967936,17.717161,19.381666,37.430622,158.52835,13.622566,10.405136,109.989105,20.078442,4352.67,35.552586,38.071877,24.813244,34.90658,311.3903,80.72743,52.81979,14.98277,17.988356,40.42425,117.260185,211.78772,83.03646,281.17783,54.84414,44.533657,123.278656,207.50291,660.8149,148.03163,8.831009,13.081146,10.444821,162.57826,11292.02,8.618329,44.75791,84.315346,29.326963,337.8194,63.864025,218.2486,5.624787,135.17966,751.5562,622.8589,70.892975,914.39606,78.00041,97.08157,113.47866,42.58942,7.79999,28.057362,927.68884,4.080921,6.736006,168.27286,9.24994,5.4792533,41.41056,47.82044,495.89798,116.4487,173.08524,1755.0944,135.79868,2131.22,1795.045,10.969912,10.490105,6225.8853,11.654968,22.392708,317.01285,37.964916,77.53184,42.79474,209.43965,989.46466,278.12964,5.4858866,45.215637,277.86005,1807.239,33.86166,139.74689,13.061493,1.3499879,55.022713,1.1795257,0.98405164,3.2566411,12.438667,42.324833,111.284035,28.18264,1472.9635,45.84861,16.207142,22.883333,6.3222027,61.655727,4.0413194,2.2710278,5.8243747,59.313896,0.14256547,2.0850685,4.465541,38.804688,14.916607,2.1302707,10.666764,467.05756,44.465416,852.7394,21.620333,1496.8827,41.006947,747.3884,578.4876,15.53478,13.005597,1046.056,1536.8829,4095.675,634.6706 +2023-04-22 16:00:00,0.0,4121.272,41.35856,23.975197,13.244117,41.893433,200.29837,33.029327,70.43102,24.496716,39.791546,318.62088,543.9803,21.303543,42.273705,5.5372934,1.2060555,36.93059,17.26695,12.276552,484.663,3.0395987,342.37878,104.25445,4.180714,28.930368,120.59854,52.75641,321.1667,219.4032,2607.0354,4.4099746,2347.547,24.448181,4.8683057,3.2505083,23.262777,219.06844,273.63135,134.05484,98.638885,28.87205,9.507988,862.1214,54.286102,67.23213,55.223,361.4557,16.961405,347.5368,12.340911,52.402542,0.0,3599.6636,7925.234,5.8882856,47.652313,48.107258,29470.195,107.20479,4.3761873,62.78254,98.66802,51.15672,14.382171,46.576454,635.5867,72.954865,42.49981,4.912514,9.757091,834.3472,5.254091,352.78934,62.875,2468.1943,90.10185,135.05774,169.54436,267.89856,19.483728,34.016876,157.49248,15.951932,17.703808,19.394104,37.433334,158.40775,13.6279335,10.409574,110.01004,20.078718,4352.2666,35.568058,38.041668,24.813156,34.91702,311.2963,80.71189,52.819443,14.988721,17.995573,40.40801,117.27662,211.67252,83.03889,281.1899,54.88835,44.531574,123.29775,207.59444,661.93054,148.07484,8.828556,13.093056,10.436191,162.8329,11305.855,8.6094055,44.736774,84.18426,29.32542,337.82916,63.77963,218.12572,5.6198764,135.25462,751.21313,622.28345,70.87059,913.95404,77.88333,97.0344,113.554436,42.532284,7.78838,28.028736,928.43976,4.069623,6.720926,168.09204,9.248412,5.478419,41.350323,47.77673,495.49362,116.35069,173.06746,1754.5332,135.92677,2131.6777,1795.4404,10.976608,10.5013895,6235.4863,11.650411,22.416668,317.0157,37.994446,77.58889,42.824562,209.64908,990.5481,278.16953,5.4900794,45.24103,278.27945,1809.7981,33.91539,139.84915,13.071759,1.3496388,55.02462,1.179248,0.98317796,3.253384,12.443015,42.355556,111.458244,28.175926,1475.2639,45.879627,16.214285,22.88889,6.323016,61.631943,4.0435185,2.2707407,5.825,59.309616,0.14198413,2.0842388,4.464923,38.8125,14.916667,2.1280556,10.683197,467.72058,44.526062,853.94763,21.642025,1498.8594,41.044765,747.1872,579.24744,15.554074,13.011172,1047.3889,1538.9852,4099.973,634.4586 +2023-04-22 17:00:00,0.0,4122.3467,41.382996,23.995464,13.255956,41.904785,200.34131,33.034637,70.44076,24.496288,39.78891,318.91638,544.3346,21.307167,42.312935,5.528234,1.2044393,36.93582,17.274374,12.265426,484.75574,3.0390582,342.47202,104.24212,4.173725,28.835262,120.61201,52.74263,320.75418,219.35233,2608.613,4.3984814,2347.451,24.373667,4.857166,3.2419999,23.214235,219.1175,273.6503,133.68575,98.70695,28.892439,9.508778,862.0939,54.069176,67.217186,55.25271,361.69223,16.950834,347.67657,12.342831,52.389595,0.0,3601.5981,7931.79,5.8948097,47.68292,48.149185,29483.625,107.28381,4.380297,62.783054,98.648285,51.179028,14.38949,46.550667,635.9292,73.031334,42.50787,4.9151697,9.759146,834.63995,5.2635965,352.53998,62.911877,2467.3784,90.12176,134.99724,169.49942,267.88675,19.461843,33.992447,157.21384,15.935928,17.690454,19.40654,37.436043,158.28714,13.6333,10.41401,110.030975,20.078993,4351.8633,35.583534,38.01146,24.813068,34.927456,311.2023,80.69635,52.819096,14.994673,18.00279,40.39176,117.29305,211.55731,83.04132,281.202,54.932564,44.52949,123.31684,207.68597,663.04626,148.11806,8.826103,13.104965,10.42756,163.08754,11319.692,8.600483,44.715637,84.05317,29.323877,337.83896,63.69523,218.00284,5.614966,135.3296,750.87006,621.70795,70.84821,913.512,77.76624,96.987236,113.63021,42.475147,7.7767706,28.00011,929.1906,4.058325,6.7058463,167.91124,9.246884,5.4775844,41.290085,47.733017,495.08926,116.25269,173.04968,1753.9719,136.05486,2132.1355,1795.8358,10.983304,10.512674,6245.087,11.645853,22.440626,317.01855,38.02397,77.64594,42.854385,209.8585,991.63153,278.2094,5.4942718,45.266426,278.69885,1812.3572,33.96912,139.9514,13.082026,1.3492899,55.02653,1.1789702,0.98230433,3.2501268,12.447362,42.386276,111.63246,28.169212,1477.5642,45.91065,16.221428,22.894444,6.3238297,61.60816,4.0457172,2.2704537,5.825625,59.30534,0.14140278,2.0834088,4.4643054,38.820312,14.916726,2.1258402,10.69963,468.38358,44.586708,855.15594,21.663717,1500.8362,41.082584,746.98596,580.0073,15.573369,13.0167465,1048.7217,1541.0875,4104.2715,634.24664 +2023-04-22 18:00:00,0.0,4123.4214,41.407433,24.015732,13.267794,41.916134,200.38425,33.039944,70.450485,24.495861,39.786278,319.2119,544.68884,21.310791,42.352165,5.5191746,1.202823,36.94105,17.2818,12.254299,484.84845,3.0385175,342.56525,104.22979,4.166736,28.740156,120.625465,52.728848,320.34167,219.30144,2610.1907,4.3869886,2347.355,24.299154,4.846026,3.2334917,23.165693,219.16655,273.66925,133.31665,98.775,28.912828,9.509567,862.0664,53.852245,67.20224,55.28242,361.92877,16.940264,347.81638,12.344751,52.376644,0.0,3603.5325,7938.3457,5.9013333,47.713524,48.19111,29497.055,107.36285,4.384407,62.78357,98.62854,51.201332,14.39681,46.52488,636.27167,73.10781,42.515926,4.917825,9.761202,834.9327,5.273102,352.29062,62.94875,2466.5625,90.14167,134.93672,169.45448,267.8749,19.43996,33.968018,156.93521,15.919926,17.6771,19.418978,37.438755,158.16652,13.638667,10.4184475,110.05191,20.07927,4351.46,35.599007,37.98125,24.81298,34.937897,311.10834,80.68081,52.81875,15.000624,18.010008,40.375515,117.30949,211.44211,83.043755,281.21408,54.976776,44.527412,123.33594,207.7775,664.1619,148.16125,8.82365,13.116876,10.418929,163.34218,11333.528,8.59156,44.6945,83.92208,29.322336,337.84872,63.610832,217.87996,5.6100554,135.40459,750.52704,621.1325,70.825836,913.06995,77.64916,96.94006,113.70598,42.41801,7.7651606,27.971485,929.9415,4.0470266,6.690767,167.73042,9.245357,5.4767504,41.229847,47.689304,494.68494,116.154686,173.03189,1753.4106,136.18295,2132.5933,1796.2312,10.99,10.523959,6254.6875,11.641295,22.464584,317.02142,38.0535,77.703,42.884212,210.06792,992.71497,278.2493,5.498464,45.29182,279.11826,1814.9163,34.022854,140.05365,13.092292,1.348941,55.02844,1.1786926,0.98143065,3.2468698,12.45171,42.417,111.80668,28.1625,1479.8646,45.941666,16.22857,22.9,6.324643,61.584373,4.0479164,2.2701666,5.82625,59.30106,0.14082143,2.082579,4.463688,38.828125,14.916786,2.123625,10.716063,469.0466,44.64735,856.3642,21.68541,1502.8129,41.120403,746.7847,580.76715,15.592664,13.022321,1050.0544,1543.19,4108.57,634.03467 +2023-04-22 19:00:00,0.0,4124.496,41.43187,24.035997,13.279632,41.927486,200.4272,33.045254,70.46022,24.495432,39.78364,319.50745,545.04315,21.314415,42.391396,5.5101147,1.2012067,36.94628,17.289223,12.243173,484.9412,3.037977,342.65848,104.21746,4.159747,28.64505,120.63892,52.715065,319.92917,219.25056,2611.7683,4.3754954,2347.2588,24.22464,4.8348866,3.2249835,23.117153,219.2156,273.6882,132.94756,98.843056,28.933218,9.510358,862.0389,53.63532,67.1873,55.31213,362.16534,16.929693,347.95618,12.346672,52.363693,0.0,3605.467,7944.902,5.9078574,47.74413,48.233036,29510.484,107.44187,4.3885174,62.78409,98.608795,51.22364,14.404129,46.499092,636.61414,73.18429,42.523987,4.9204807,9.763258,835.2254,5.2826076,352.04126,62.985626,2465.7466,90.161575,134.87622,169.40955,267.8631,19.418076,33.943584,156.65659,15.903922,17.663746,19.431416,37.441467,158.04591,13.644033,10.422884,110.072845,20.079544,4351.0566,35.61448,37.951042,24.812893,34.948334,311.01434,80.66527,52.8184,15.006576,18.017225,40.35927,117.32592,211.3269,83.04618,281.22617,55.02099,44.52533,123.355034,207.86902,665.2776,148.20447,8.8211975,13.128785,10.410297,163.59682,11347.364,8.582637,44.673367,83.79099,29.320793,337.8585,63.526432,217.7571,5.605145,135.47955,750.18396,620.55707,70.80345,912.6279,77.53208,96.89289,113.78175,42.36087,7.753551,27.94286,930.6924,4.0357285,6.6756873,167.54962,9.243829,5.475916,41.16961,47.645596,494.28058,116.05669,173.01411,1752.8494,136.31105,2133.051,1796.6266,10.9966955,10.535244,6264.288,11.636738,22.488543,317.0243,38.083027,77.760056,42.914036,210.27734,993.79834,278.28918,5.5026565,45.317215,279.53766,1817.4752,34.076584,140.15591,13.102558,1.348592,55.03035,1.1784148,0.980557,3.2436128,12.456057,42.447723,111.980896,28.155787,1482.165,45.972683,16.235714,22.905556,6.3254566,61.56059,4.0501156,2.2698796,5.8268747,59.29678,0.14024009,2.0817492,4.46307,38.835938,14.916845,2.1214097,10.732495,469.70963,44.707996,857.5725,21.707102,1504.7896,41.15822,746.5835,581.52704,15.6119585,13.027895,1051.3873,1545.2922,4112.8677,633.8227 +2023-04-22 20:00:00,0.0,4125.571,41.456306,24.056265,13.291471,41.93884,200.47014,33.05056,70.469955,24.495005,39.781006,319.80298,545.3974,21.318039,42.43063,5.5010552,1.1995904,36.95151,17.296646,12.232047,485.03394,3.0374365,342.7517,104.20513,4.152758,28.549944,120.65239,52.701283,319.51666,219.19968,2613.346,4.364002,2347.1626,24.150126,4.8237467,3.216475,23.06861,219.26466,273.70715,132.57846,98.91111,28.953608,9.5111475,862.01135,53.418392,67.172356,55.341843,362.40186,16.919123,348.09598,12.348592,52.350742,0.0,3607.4011,7951.4575,5.914381,47.774734,48.274963,29523.914,107.5209,4.3926272,62.784603,98.58905,51.245945,14.4114485,46.473305,636.95667,73.260765,42.532043,4.923136,9.765314,835.51807,5.2921133,351.7919,63.0225,2464.9307,90.18148,134.8157,169.36461,267.8513,19.39619,33.919155,156.37796,15.887918,17.650393,19.443853,37.44418,157.92531,13.649401,10.427321,110.09378,20.07982,4350.6533,35.629955,37.920834,24.812805,34.95877,310.92038,80.649734,52.818054,15.0125265,18.024443,40.343025,117.342354,211.2117,83.048615,281.23828,55.0652,44.523247,123.37413,207.96056,666.3933,148.24768,8.818745,13.140695,10.401667,163.85146,11361.201,8.573714,44.65223,83.659904,29.31925,337.8683,63.442036,217.63422,5.6002345,135.55453,749.8409,619.98157,70.781075,912.1859,77.41499,96.845726,113.85753,42.303734,7.7419415,27.914234,931.4433,4.0244303,6.6606073,167.3688,9.242301,5.4750814,41.10937,47.601883,493.87622,115.95868,172.99632,1752.2881,136.43915,2133.5088,1797.022,11.003391,10.546529,6273.8887,11.63218,22.5125,317.02716,38.112556,77.81711,42.94386,210.48677,994.8818,278.32907,5.5068493,45.34261,279.95706,1820.0343,34.130314,140.25816,13.112824,1.348243,55.032257,1.1781371,0.9796834,3.2403557,12.460404,42.478443,112.15511,28.149075,1484.4653,46.003704,16.242857,22.911112,6.32627,61.536804,4.0523148,2.2695925,5.8275,59.292503,0.13965873,2.0809193,4.4624524,38.84375,14.916904,2.1191945,10.748928,470.37262,44.768642,858.78076,21.728796,1506.7662,41.196037,746.38226,582.28687,15.631253,13.033469,1052.7201,1547.3947,4117.166,633.6107 +2023-04-22 21:00:00,0.0,4126.6455,41.480743,24.076532,13.3033085,41.950188,200.51308,33.05587,70.47968,24.494576,39.77837,320.09848,545.7517,21.321663,42.46986,5.491996,1.1979742,36.95674,17.30407,12.220921,485.12668,3.0368958,342.84494,104.1928,4.145769,28.454838,120.66585,52.6875,319.1042,219.1488,2614.9236,4.352509,2347.0667,24.075613,4.812607,3.2079668,23.02007,219.31372,273.7261,132.20937,98.979164,28.973997,9.511937,861.9838,53.201466,67.15742,55.37155,362.63843,16.908554,348.23578,12.3505125,52.33779,0.0,3609.3357,7958.0137,5.9209046,47.805344,48.31689,29537.344,107.59993,4.396737,62.78512,98.569305,51.268253,14.418768,46.447517,637.29913,73.33724,42.540104,4.9257917,9.76737,835.8108,5.3016186,351.54254,63.059376,2464.1145,90.20139,134.7552,169.31967,267.83948,19.374306,33.894726,156.09932,15.871915,17.63704,19.456291,37.44689,157.80469,13.654767,10.431758,110.114716,20.080097,4350.25,35.645428,37.890625,24.812717,34.96921,310.8264,80.63419,52.817707,15.018478,18.03166,40.32678,117.35879,211.0965,83.05104,281.25037,55.109413,44.521164,123.39322,208.05208,667.509,148.29088,8.816292,13.152604,10.393036,164.1061,11375.037,8.564792,44.631092,83.52882,29.317707,337.87805,63.357635,217.51134,5.595324,135.62952,749.49786,619.4061,70.75869,911.7439,77.29791,96.79855,113.9333,42.246597,7.7303314,27.885609,932.19415,4.013132,6.645528,167.18799,9.240773,5.474247,41.049133,47.55817,493.47186,115.86068,172.97855,1751.7268,136.56723,2133.9666,1797.4174,11.010088,10.557813,6283.4893,11.627623,22.536459,317.03,38.142086,77.87417,42.973686,210.69618,995.9652,278.369,5.5110416,45.368004,280.37646,1822.5934,34.184044,140.36041,13.123091,1.3478941,55.03417,1.1778593,0.9788097,3.2370985,12.464752,42.509167,112.32932,28.14236,1486.7657,46.03472,16.25,22.916666,6.3270836,61.51302,4.0545135,2.2693055,5.828125,59.288223,0.13907738,2.0800893,4.461835,38.851562,14.916965,2.1169791,10.765361,471.03564,44.829285,859.9891,21.750488,1508.7429,41.233856,746.181,583.04675,15.650548,13.039044,1054.053,1549.497,4121.4644,633.39874 +2023-04-22 22:00:00,0.0,4127.72,41.50518,24.096798,13.315146,41.96154,200.55602,33.06118,70.48942,24.494148,39.775738,320.394,546.10596,21.325287,42.50909,5.482936,1.1963578,36.961975,17.311493,12.209794,485.21942,3.0363553,342.93817,104.18047,4.13878,28.359732,120.679306,52.673717,318.69168,219.09792,2616.5012,4.3410163,2346.9705,24.001099,4.8014674,3.1994586,22.971527,219.36278,273.74506,131.84027,99.047226,28.994389,9.512727,861.9563,52.98454,67.14247,55.401264,362.87494,16.897984,348.37558,12.352433,52.32484,0.0,3611.27,7964.5693,5.9274287,47.83595,48.358818,29550.773,107.678955,4.4008474,62.785633,98.54956,51.290558,14.426087,46.421734,637.64166,73.41371,42.54816,4.9284472,9.769426,836.1035,5.3111243,351.29315,63.09625,2463.2986,90.2213,134.6947,169.27473,267.82767,19.35242,33.870293,155.8207,15.855911,17.623686,19.468727,37.4496,157.68408,13.660134,10.436195,110.13565,20.080372,4349.8467,35.6609,37.860416,24.81263,34.97965,310.7324,80.61865,52.81736,15.024429,18.038876,40.31053,117.37522,210.9813,83.053474,281.26245,55.153625,44.51908,123.412315,208.1436,668.6247,148.33409,8.813839,13.164515,10.384405,164.36075,11388.873,8.555868,44.609955,83.39773,29.316164,337.88785,63.27324,217.38846,5.5904136,135.70448,749.1548,618.8306,70.73631,911.3019,77.18083,96.75139,114.00907,42.18946,7.718722,27.856983,932.94507,4.0018344,6.6304483,167.00719,9.239245,5.4734125,40.988895,47.51446,493.0675,115.76267,172.96075,1751.1655,136.69533,2134.4243,1797.8127,11.016784,10.5690975,6293.0903,11.623065,22.560417,317.03287,38.17161,77.93122,43.00351,210.90561,997.04865,278.40887,5.515234,45.393402,280.79587,1825.1525,34.237778,140.46268,13.133356,1.3475451,55.036076,1.1775815,0.9779361,3.2338414,12.469099,42.53989,112.50354,28.135649,1489.0662,46.06574,16.257143,22.922222,6.327897,61.489235,4.0567126,2.2690184,5.8287497,59.283943,0.13849604,2.0792596,4.461217,38.859375,14.917024,2.1147637,10.781794,471.69867,44.88993,861.1974,21.77218,1510.7196,41.271675,745.9798,583.8066,15.669844,13.044619,1055.3857,1551.5994,4125.7627,633.18677 +2023-04-22 23:00:00,0.0,4128.795,41.529617,24.117065,13.326984,41.97289,200.59895,33.066486,70.49915,24.493721,39.7731,320.68954,546.46027,21.32891,42.548325,5.4738765,1.1947416,36.967205,17.318918,12.198668,485.31216,3.0358148,343.0314,104.168144,4.131791,28.264626,120.69277,52.659935,318.27917,219.04704,2618.0786,4.329523,2346.8743,23.926586,4.7903275,3.1909502,22.922985,219.41183,273.764,131.47118,99.11528,29.014778,9.513516,861.9288,52.767612,67.12753,55.430973,363.1115,16.887413,348.51538,12.354353,52.31189,0.0,3613.2046,7971.1255,5.9339523,47.866554,48.40074,29564.203,107.75798,4.4049573,62.78615,98.529816,51.312866,14.433407,46.395947,637.98413,73.49019,42.55622,4.9311028,9.771482,836.3962,5.32063,351.0438,63.133125,2462.4827,90.2412,134.63419,169.2298,267.81586,19.330536,33.845863,155.54207,15.839908,17.610332,19.481165,37.452312,157.56348,13.665501,10.440633,110.156586,20.080648,4349.4434,35.676376,37.830208,24.812542,34.990086,310.63843,80.60311,52.817013,15.030381,18.046093,40.294285,117.391655,210.86607,83.0559,281.27454,55.197838,44.517,123.43141,208.23514,669.74036,148.37729,8.811386,13.176424,10.375773,164.61539,11402.71,8.546946,44.58882,83.26664,29.314623,337.8976,63.18884,217.2656,5.585503,135.77946,748.8117,618.2552,70.71393,910.85986,77.06374,96.704216,114.08484,42.132324,7.707112,27.828358,933.6959,3.990536,6.6153684,166.82637,9.237718,5.472578,40.928658,47.47075,492.66315,115.66467,172.94298,1750.6044,136.82343,2134.882,1798.2081,11.023479,10.580382,6302.691,11.618507,22.584375,317.03574,38.20114,77.98828,43.033333,211.11502,998.1321,278.44876,5.5194263,45.418797,281.21527,1827.7115,34.291508,140.56493,13.143622,1.3471962,55.037987,1.1773038,0.97706246,3.2305844,12.473447,42.57061,112.67776,28.128935,1491.3665,46.09676,16.264286,22.927778,6.3287106,61.46545,4.058912,2.2687314,5.829375,59.279667,0.13791469,2.0784297,4.4605994,38.867188,14.917084,2.1125486,10.798226,472.3617,44.950577,862.40564,21.793873,1512.6963,41.309494,745.77856,584.56647,15.689138,13.050193,1056.7186,1553.7017,4130.0605,632.9748 +2023-04-23 00:00:00,0.0,4129.8696,41.554054,24.137333,13.338823,41.98424,200.6419,33.071796,70.50888,24.493292,39.770466,320.98508,546.8145,21.332535,42.587555,5.464817,1.1931254,36.972435,17.326342,12.187542,485.4049,3.035274,343.1246,104.155815,4.1248026,28.169521,120.70623,52.646152,317.86667,218.99617,2619.6562,4.31803,2346.778,23.852072,4.7791877,3.182442,22.874445,219.46089,273.783,131.10208,99.183334,29.035168,9.514306,861.90125,52.550686,67.11259,55.460686,363.34802,16.876842,348.65518,12.356274,52.29894,0.0,3615.139,7977.681,5.9404764,47.89716,48.44267,29577.633,107.83701,4.409067,62.786667,98.51007,51.335175,14.440726,46.37016,638.3266,73.566666,42.564278,4.9337583,9.773539,836.6889,5.3301353,350.79443,63.170002,2461.6667,90.261116,134.57367,169.18486,267.80402,19.308653,33.82143,155.26344,15.823904,17.596977,19.493603,37.455025,157.44286,13.670868,10.445069,110.17752,20.080923,4349.04,35.69185,37.8,24.812454,35.000523,310.54443,80.58757,52.816666,15.036332,18.05331,40.278038,117.40809,210.75087,83.058334,281.28662,55.24205,44.514915,123.4505,208.32666,670.8561,148.4205,8.808933,13.1883335,10.367143,164.87003,11416.546,8.538023,44.567684,83.13555,29.31308,337.9074,63.104443,217.14272,5.5805926,135.85445,748.4687,617.6797,70.69155,910.41785,76.94666,96.65705,114.160614,42.075184,7.6955023,27.799732,934.44684,3.979238,6.600289,166.64557,9.23619,5.4717436,40.86842,47.427036,492.25882,115.566666,172.92519,1750.0431,136.95152,2135.3398,1798.6036,11.030175,10.591667,6312.2915,11.61395,22.608334,317.0386,38.230667,78.045334,43.06316,211.32445,999.21545,278.48865,5.523619,45.44419,281.63467,1830.2706,34.345238,140.66718,13.153889,1.3468473,55.039894,1.177026,0.9761888,3.2273273,12.477794,42.601334,112.851974,28.122223,1493.6669,46.127777,16.27143,22.933332,6.329524,61.441666,4.061111,2.2684445,5.83,59.275387,0.13733333,2.0775998,4.459982,38.875,14.917143,2.1103332,10.814659,473.0247,45.01122,863.61395,21.815565,1514.6731,41.347313,745.57733,585.3263,15.708433,13.055767,1058.0514,1555.8041,4134.359,632.7628 +2023-04-23 01:00:00,0.0,4130.9443,41.57849,24.157598,13.350661,41.995594,200.68484,33.077103,70.518616,24.492865,39.76783,321.2806,547.1688,21.336159,42.626785,5.455757,1.191509,36.977665,17.333765,12.176415,485.49765,3.0347335,343.21783,104.143486,4.1178136,28.074415,120.71969,52.63237,317.45416,218.94528,2621.234,4.3065367,2346.6821,23.777557,4.7680483,3.1739337,22.825903,219.50995,273.80194,130.73299,99.25139,29.055557,9.515097,861.8738,52.33376,67.09765,55.490395,363.5846,16.866272,348.79498,12.358194,52.285988,0.0,3617.0732,7984.2373,5.947,47.92777,48.484596,29591.062,107.91604,4.4131775,62.78718,98.49033,51.35748,14.448046,46.34437,638.6691,73.64314,42.57234,4.936414,9.775594,836.9816,5.339641,350.54507,63.206875,2460.8506,90.28102,134.51317,169.13992,267.7922,19.286768,33.797,154.9848,15.807901,17.583624,19.50604,37.457737,157.32225,13.676234,10.449507,110.198456,20.0812,4348.6367,35.70732,37.76979,24.812366,35.010963,310.45047,80.57203,52.81632,15.042284,18.060528,40.261795,117.42452,210.63567,83.06077,281.2987,55.286263,44.512833,123.4696,208.41818,671.97174,148.46371,8.80648,13.200243,10.358512,165.12466,11430.382,8.5291,44.546547,83.00446,29.311537,337.91718,63.020042,217.01984,5.575682,135.92941,748.1256,617.10425,70.66917,909.9758,76.82958,96.60988,114.23639,42.018047,7.6838927,27.771107,935.1977,3.9679399,6.5852094,166.46475,9.234662,5.4709096,40.80818,47.383327,491.85446,115.468666,172.90741,1749.4818,137.0796,2135.7976,1798.999,11.036871,10.602952,6321.892,11.609392,22.632292,317.04144,38.260197,78.10239,43.092983,211.53387,1000.2989,278.52853,5.5278115,45.469585,282.05408,1832.8297,34.39897,140.76944,13.164155,1.3464983,55.0418,1.1767483,0.97531515,3.22407,12.4821415,42.632057,113.02619,28.115509,1495.9673,46.158794,16.27857,22.938889,6.3303375,61.41788,4.06331,2.2681575,5.830625,59.271107,0.136752,2.07677,4.459364,38.882812,14.917202,2.108118,10.831092,473.6877,45.071865,864.8222,21.837257,1516.6498,41.38513,745.3761,586.0862,15.727728,13.061341,1059.3843,1557.9064,4138.657,632.55084 +2023-04-23 02:00:00,0.0,4132.019,41.60293,24.177866,13.362499,42.006943,200.72778,33.082413,70.52835,24.492435,39.765198,321.5761,547.5231,21.339783,42.66602,5.4466977,1.1898928,36.982895,17.341188,12.165289,485.59036,3.034193,343.31107,104.13116,4.1108246,27.97931,120.733154,52.61859,317.0417,218.89441,2622.8115,4.2950435,2346.586,23.703045,4.7569084,3.1654253,22.77736,219.559,273.8209,130.36389,99.31944,29.075947,9.515886,861.84625,52.116833,67.0827,55.520103,363.8211,16.855703,348.93478,12.360114,52.273037,0.0,3619.0078,7990.7935,5.953524,47.958374,48.526524,29604.492,107.99506,4.4172873,62.787697,98.47059,51.379787,14.455365,46.318584,639.0116,73.71962,42.580395,4.9390693,9.77765,837.27435,5.349147,350.29572,63.24375,2460.0347,90.30093,134.45267,169.095,267.7804,19.264883,33.77257,154.70618,15.791898,17.57027,19.518478,37.46045,157.20164,13.681602,10.453943,110.21939,20.081474,4348.2334,35.722797,37.739582,24.812279,35.0214,310.35648,80.55649,52.81597,15.048235,18.067745,40.24555,117.440956,210.52046,83.063194,281.31082,55.330475,44.51075,123.48869,208.50972,673.08746,148.50691,8.804028,13.212153,10.349881,165.3793,11444.219,8.520177,44.52541,82.87338,29.309994,337.92694,62.935646,216.89697,5.5707717,136.0044,747.78253,616.5288,70.64679,909.5338,76.712494,96.56271,114.31216,41.96091,7.6722827,27.742481,935.9486,3.9566417,6.57013,166.28395,9.233134,5.470075,40.747944,47.339615,491.4501,115.37066,172.88963,1748.9207,137.2077,2136.2554,1799.3944,11.043567,10.614237,6331.4927,11.604835,22.65625,317.0443,38.289722,78.15945,43.122807,211.74329,1001.3823,278.56842,5.532004,45.49498,282.47348,1835.3887,34.4527,140.87169,13.174421,1.3461493,55.043713,1.1764705,0.97444147,3.220813,12.486489,42.662777,113.2004,28.108797,1498.2676,46.189816,16.285713,22.944445,6.331151,61.394096,4.065509,2.2678704,5.8312497,59.26683,0.13617064,2.0759401,4.4587464,38.890625,14.917262,2.1059027,10.847525,474.35074,45.13251,866.0305,21.858952,1518.6265,41.422947,745.17487,586.846,15.747023,13.066916,1060.717,1560.0087,4142.9556,632.3389 +2023-04-23 03:00:00,0.0,4133.0938,41.627365,24.198133,13.374338,42.018295,200.77072,33.08772,70.53808,24.492008,39.76256,321.87164,547.8774,21.343407,42.70525,5.4376383,1.1882765,36.988125,17.348612,12.154163,485.6831,3.0336523,343.4043,104.11883,4.1038356,27.884203,120.74661,52.60481,316.62918,218.84352,2624.3892,4.2835507,2346.4897,23.62853,4.7457685,3.156917,22.728819,219.60806,273.83984,129.9948,99.3875,29.096336,9.516676,861.8187,51.899902,67.067764,55.549816,364.05768,16.845133,349.0746,12.362035,52.26009,0.0,3620.9424,7997.349,5.9600477,47.98898,48.56845,29617.922,108.0741,4.421397,62.78821,98.45084,51.402092,14.462685,46.292797,639.35406,73.7961,42.588455,4.941725,9.779706,837.567,5.3586526,350.04636,63.280624,2459.2188,90.32084,134.39215,169.05006,267.7686,19.242998,33.74814,154.42755,15.775894,17.556917,19.530914,37.463158,157.08102,13.686969,10.458381,110.240326,20.08175,4347.83,35.73827,37.709373,24.812191,35.031837,310.2625,80.540955,52.815624,15.054187,18.074963,40.2293,117.45739,210.40526,83.06563,281.3229,55.374687,44.508667,123.50779,208.60124,674.2031,148.55013,8.801576,13.224063,10.34125,165.63394,11458.055,8.511254,44.504276,82.742294,29.308453,337.93674,62.851246,216.7741,5.565861,136.07938,747.4395,615.9533,70.624405,909.0918,76.59541,96.51554,114.38793,41.903774,7.660673,27.713856,936.6995,3.9453435,6.55505,166.10313,9.2316065,5.4692407,40.687706,47.295902,491.04575,115.27266,172.87184,1748.3594,137.3358,2136.7131,1799.7898,11.050262,10.625522,6341.0938,11.600277,22.680208,317.04718,38.319252,78.2165,43.152634,211.95271,1002.46576,278.60834,5.536196,45.520374,282.89288,1837.9478,34.50643,140.97394,13.184688,1.3458004,55.04562,1.1761928,0.97356784,3.217556,12.490836,42.6935,113.37462,28.102083,1500.568,46.220833,16.292856,22.95,6.3319645,61.37031,4.067708,2.2675834,5.831875,59.26255,0.13558929,2.0751102,4.458129,38.898438,14.917321,2.1036875,10.863957,475.01373,45.193153,867.2388,21.880644,1520.6031,41.460766,744.97363,587.6059,15.766317,13.072491,1062.0498,1562.1111,4147.2534,632.12695 +2023-04-23 04:00:00,0.0,4134.1685,41.651802,24.2184,13.386176,42.029644,200.81366,33.09303,70.54781,24.491581,39.759926,322.16718,548.2316,21.34703,42.74448,5.4285784,1.1866602,36.993355,17.356037,12.143037,485.77585,3.0331118,343.49753,104.1065,4.0968466,27.789097,120.76007,52.591026,316.21667,218.79265,2625.9668,4.2720575,2346.3938,23.554018,4.734629,3.148409,22.680279,219.65712,273.8588,129.6257,99.45556,29.116726,9.517466,861.7912,51.682976,67.05282,55.579525,364.2942,16.834562,349.2144,12.3639555,52.24714,0.0,3622.8765,8003.9053,5.966572,48.019585,48.610374,29631.352,108.15312,4.4255075,62.78873,98.4311,51.4244,14.470004,46.26701,639.6966,73.87257,42.59651,4.9443803,9.781762,837.85974,5.368158,349.797,63.3175,2458.4028,90.340744,134.33163,169.00513,267.75677,19.221113,33.72371,154.14893,15.759891,17.543564,19.543352,37.46587,156.96042,13.692335,10.462817,110.26126,20.082026,4347.427,35.753742,37.679165,24.812103,35.042274,310.16852,80.52541,52.815277,15.060138,18.08218,40.213055,117.47382,210.29005,83.068054,281.335,55.4189,44.506584,123.52688,208.69278,675.3188,148.59334,8.799123,13.235972,10.332619,165.88858,11471.891,8.502332,44.48314,82.611206,29.30691,337.9465,62.76685,216.65121,5.5609508,136.15436,747.09644,615.37787,70.60203,908.6498,76.47833,96.46837,114.46371,41.846638,7.649063,27.68523,937.4504,3.9340456,6.5399704,165.92232,9.230079,5.468406,40.62747,47.252193,490.6414,115.17465,172.85406,1747.798,137.4639,2137.171,1800.1852,11.056959,10.6368065,6350.6943,11.595719,22.704166,317.05005,38.348778,78.27356,43.182457,212.16214,1003.5492,278.64822,5.5403886,45.54577,283.3123,1840.5068,34.56016,141.0762,13.194954,1.3454515,55.04753,1.175915,0.9726942,3.214299,12.495184,42.72422,113.548836,28.095371,1502.8684,46.25185,16.3,22.955555,6.332778,61.346527,4.069907,2.2672963,5.8325,59.25827,0.13500793,2.0742805,4.457511,38.90625,14.917381,2.1014721,10.88039,475.67676,45.2538,868.4471,21.902336,1522.5798,41.498585,744.77246,588.3657,15.785612,13.078065,1063.3827,1564.2134,4151.552,631.915 +2023-04-23 05:00:00,0.0,4135.243,41.67624,24.238667,13.398014,42.040997,200.85661,33.09834,70.55754,24.491152,39.757294,322.4627,548.58594,21.350655,42.78371,5.419519,1.1850439,36.99859,17.36346,12.13191,485.8686,3.032571,343.59076,104.09416,4.0898576,27.69399,120.77354,52.577244,315.80417,218.74176,2627.5444,4.2605643,2346.2976,23.479504,4.7234893,3.1399004,22.631737,219.70618,273.87775,129.2566,99.52361,29.137115,9.518255,861.7637,51.46605,67.03788,55.609238,364.53076,16.823992,349.3542,12.365875,52.234188,0.0,3624.811,8010.461,5.9730954,48.050194,48.6523,29644.781,108.23215,4.4296174,62.789246,98.41135,51.446705,14.477324,46.241222,640.03906,73.94904,42.604572,4.947036,9.783818,838.15247,5.3776636,349.5476,63.354374,2457.587,90.36065,134.27113,168.96019,267.74496,19.199228,33.69928,153.87029,15.743887,17.530209,19.55579,37.468582,156.83981,13.697702,10.467255,110.282196,20.082302,4347.0234,35.76922,37.64896,24.812016,35.052715,310.07452,80.50987,52.81493,15.06609,18.089396,40.19681,117.49026,210.17485,83.07049,281.34708,55.46311,44.5045,123.545975,208.7843,676.4345,148.63654,8.79667,13.247882,10.323988,166.14322,11485.728,8.493408,44.462,82.48012,29.305367,337.9563,62.682453,216.52834,5.5560403,136.22932,746.75336,614.80237,70.57964,908.20776,76.361244,96.4212,114.539474,41.789497,7.6374536,27.656605,938.2013,3.9227474,6.524891,165.74152,9.228551,5.4675717,40.56723,47.20848,490.23706,115.07665,172.83627,1747.2368,137.59198,2137.6287,1800.5806,11.063655,10.648091,6360.295,11.591162,22.728125,317.05292,38.378307,78.33061,43.21228,212.37155,1004.63257,278.6881,5.5445814,45.571163,283.7317,1843.0659,34.613895,141.17845,13.20522,1.3451025,55.04944,1.1756372,0.97182053,3.2110417,12.499532,42.754944,113.72305,28.088657,1505.1688,46.28287,16.307142,22.961111,6.3335915,61.322742,4.0721064,2.2670093,5.8331246,59.253994,0.1344266,2.0734506,4.4568934,38.914062,14.91744,2.099257,10.896823,476.33978,45.314445,869.65533,21.924028,1524.5565,41.536404,744.5712,589.1256,15.804907,13.083639,1064.7155,1566.3158,4155.85,631.703 +2023-04-23 06:00:00,0.0,4136.318,41.700676,24.258934,13.409852,42.05235,200.89955,33.103645,70.567276,24.490725,39.754658,322.75824,548.9402,21.354279,42.822945,5.4104595,1.1834277,37.00382,17.370884,12.120784,485.96133,3.0320306,343.684,104.08183,4.0828686,27.598885,120.786995,52.56346,315.39166,218.69089,2629.122,4.249071,2346.2014,23.404991,4.7123494,3.1313922,22.583195,219.75523,273.8967,128.88751,99.59167,29.157505,9.519045,861.73615,51.249123,67.022934,55.638947,364.76727,16.813421,349.494,12.367796,52.221237,0.0,3626.7456,8017.017,5.9796195,48.0808,48.69423,29658.21,108.31118,4.4337273,62.78976,98.3916,51.469013,14.484643,46.215435,640.38153,74.02552,42.61263,4.9496913,9.785874,838.4452,5.3871694,349.29825,63.39125,2456.7708,90.380554,134.21063,168.91525,267.73312,19.177345,33.674847,153.59166,15.727883,17.516855,19.568228,37.47129,156.71921,13.703069,10.471691,110.30313,20.082577,4346.62,35.78469,37.61875,24.811928,35.063152,309.98056,80.49433,52.814583,15.072041,18.096613,40.180565,117.50669,210.05965,83.07292,281.35916,55.507324,44.50242,123.56507,208.87582,677.5502,148.67975,8.794217,13.259792,10.315357,166.39786,11499.563,8.484486,44.440865,82.34903,29.303823,337.96606,62.598053,216.40547,5.55113,136.3043,746.41034,614.2269,70.55727,907.76575,76.24416,96.37403,114.61525,41.73236,7.625844,27.62798,938.95215,3.9114492,6.5098114,165.5607,9.227023,5.4667373,40.506992,47.16477,489.8327,114.978645,172.8185,1746.6755,137.72008,2138.0864,1800.976,11.070351,10.659375,6369.8955,11.586604,22.752083,317.05576,38.407833,78.387665,43.242107,212.58098,1005.716,278.728,5.548774,45.596558,284.1511,1845.625,34.667625,141.2807,13.215487,1.3447535,55.05135,1.1753595,0.9709469,3.2077847,12.503879,42.785667,113.89727,28.081945,1507.4691,46.31389,16.314285,22.966667,6.334405,61.298958,4.0743055,2.2667222,5.83375,59.249714,0.13384524,2.0726209,4.456276,38.921875,14.9175,2.0970416,10.913255,477.00278,45.375088,870.86365,21.94572,1526.5332,41.574223,744.37,589.88544,15.824202,13.089213,1066.0483,1568.4181,4160.1484,631.491 +2023-04-23 07:00:00,0.0,4137.3926,41.725113,24.279202,13.421691,42.063698,200.94249,33.108955,70.57701,24.490295,39.75202,323.05374,549.2945,21.357903,42.862175,5.4013996,1.1818113,37.00905,17.378307,12.109658,486.05408,3.03149,343.77722,104.0695,4.0758796,27.503778,120.80045,52.54968,314.9792,218.64,2630.6997,4.2375784,2346.1052,23.330477,4.70121,3.122884,22.534655,219.80429,273.91565,128.51842,99.65972,29.177895,9.5198345,861.7087,51.032196,67.00799,55.66866,365.00385,16.80285,349.6338,12.369717,52.208286,0.0,3628.68,8023.5728,5.986143,48.111404,48.736156,29671.64,108.390205,4.4378376,62.790276,98.371864,51.49132,14.491962,46.189648,640.72406,74.102,42.62069,4.952347,9.7879305,838.73785,5.3966746,349.0489,63.428123,2455.9548,90.40047,134.15012,168.87032,267.7213,19.15546,33.650417,153.31303,15.711881,17.503502,19.580664,37.474003,156.59859,13.708436,10.476129,110.324066,20.082853,4346.217,35.800163,37.588543,24.81184,35.07359,309.88657,80.47879,52.814236,15.077992,18.10383,40.164318,117.523125,209.94444,83.07535,281.37125,55.551537,44.500336,123.58416,208.96736,678.6659,148.72296,8.791764,13.271702,10.306726,166.6525,11513.399,8.475563,44.41973,82.21794,29.30228,337.97586,62.513657,216.2826,5.5462193,136.37929,746.06726,613.6515,70.53488,907.3237,76.12708,96.326866,114.691025,41.675224,7.614234,27.599354,939.70306,3.900151,6.4947314,165.3799,9.225495,5.465903,40.446754,47.12106,489.42834,114.880646,172.8007,1746.1143,137.84818,2138.5442,1801.3713,11.077046,10.67066,6379.496,11.5820465,22.776043,317.05862,38.437363,78.444725,43.27193,212.7904,1006.79944,278.76788,5.552966,45.621952,284.5705,1848.1841,34.721355,141.38297,13.225753,1.3444046,55.053257,1.1750817,0.9700732,3.2045276,12.508226,42.816387,114.07148,28.075232,1509.7695,46.344906,16.321428,22.972221,6.3352184,61.275173,4.076504,2.2664351,5.834375,59.245434,0.13326389,2.071791,4.455658,38.929688,14.91756,2.0948262,10.9296875,477.6658,45.435734,872.07196,21.967413,1528.51,41.61204,744.16876,590.6453,15.843496,13.094789,1067.3811,1570.5205,4164.447,631.27905 +2023-04-23 08:00:00,0.0,4138.4673,41.74955,24.299467,13.433529,42.07505,200.98543,33.11426,70.58674,24.489868,39.749386,323.34927,549.64874,21.361526,42.901405,5.39234,1.1801951,37.01428,17.38573,12.098532,486.14682,3.0309494,343.87045,104.057175,4.068891,27.408672,120.81392,52.535896,314.56668,218.58913,2632.2773,4.226085,2346.0093,23.255962,4.69007,3.1143756,22.48611,219.85336,273.9346,128.14932,99.727776,29.198286,9.520625,861.68115,50.81527,66.99305,55.698368,365.24036,16.792282,349.7736,12.371636,52.195335,0.0,3630.6143,8030.129,5.992667,48.14201,48.778084,29685.07,108.46923,4.4419475,62.790794,98.35212,51.513626,14.499282,46.16386,641.0665,74.178474,42.628746,4.955002,9.789987,839.0306,5.4061804,348.79953,63.465,2455.139,90.42037,134.08961,168.82538,267.7095,19.133575,33.625988,153.03441,15.695877,17.490149,19.593102,37.476715,156.47798,13.713802,10.480566,110.345,20.083128,4345.8135,35.81564,37.558334,24.811752,35.084026,309.7926,80.46325,52.81389,15.083943,18.111048,40.14807,117.53956,209.82924,83.07778,281.38336,55.59575,44.498253,123.60326,209.05888,679.78156,148.76616,8.789311,13.283611,10.298096,166.90714,11527.236,8.4666395,44.398594,82.08685,29.30074,337.98563,62.429256,216.15971,5.5413084,136.45425,745.7242,613.076,70.512505,906.8817,76.009995,96.27969,114.76679,41.618088,7.6026244,27.570728,940.4539,3.888853,6.479652,165.19908,9.223968,5.4650683,40.386517,47.077347,489.024,114.78264,172.78293,1745.5531,137.97626,2139.002,1801.7667,11.083742,10.681945,6389.0967,11.577489,22.800001,317.0615,38.46689,78.50178,43.301754,212.99982,1007.8829,278.80777,5.5571585,45.64735,284.9899,1850.743,34.775085,141.48521,13.236018,1.3440557,55.05517,1.174804,0.9691996,3.2012706,12.512573,42.84711,114.2457,28.06852,1512.07,46.375923,16.328571,22.977777,6.336032,61.25139,4.0787034,2.266148,5.835,59.241158,0.13268255,2.070961,4.4550405,38.9375,14.917619,2.092611,10.94612,478.32883,45.49638,873.2802,21.989105,1530.4867,41.64986,743.9675,591.40515,15.862791,13.100363,1068.714,1572.6228,4168.7446,631.0671 +2023-04-23 09:00:00,0.0,4139.542,41.773987,24.319735,13.445367,42.0864,201.02837,33.11957,70.59647,24.489439,39.746754,323.6448,550.00305,21.36515,42.94064,5.3832808,1.1785789,37.01951,17.393156,12.087405,486.23953,3.0304089,343.96368,104.044846,4.061902,27.313566,120.82738,52.522114,314.15417,218.53825,2633.855,4.214592,2345.913,23.18145,4.6789303,3.1058674,22.43757,219.90242,273.95355,127.78023,99.79583,29.218676,9.521415,861.6536,50.598343,66.9781,55.72808,365.47693,16.781712,349.9134,12.373557,52.182384,0.0,3632.5488,8036.6846,5.999191,48.172615,48.820007,29698.5,108.54826,4.4460573,62.79131,98.332375,51.535934,14.506601,46.138073,641.409,74.25495,42.636806,4.9576573,9.792042,839.3233,5.415686,348.55017,63.501877,2454.323,90.44028,134.0291,168.78044,267.6977,19.11169,33.601555,152.75577,15.679873,17.476795,19.60554,37.479427,156.35738,13.71917,10.4850025,110.36594,20.083405,4345.41,35.831112,37.528126,24.811665,35.094467,309.6986,80.447716,52.81354,15.089895,18.118265,40.13183,117.55599,209.71404,83.08021,281.39545,55.63996,44.49617,123.62235,209.1504,680.8973,148.80937,8.786859,13.295521,10.289464,167.16177,11541.072,8.457717,44.377457,81.955765,29.299196,337.9954,62.34486,216.03683,5.536398,136.52924,745.38116,612.50055,70.49012,906.43964,75.892914,96.23253,114.84257,41.56095,7.5910144,27.542103,941.20483,3.877555,6.4645724,165.01826,9.22244,5.4642344,40.32628,47.033634,488.61963,114.68464,172.76515,1744.9917,138.10435,2139.4597,1802.1621,11.090439,10.69323,6398.6978,11.572931,22.82396,317.06436,38.496418,78.55883,43.33158,213.20924,1008.9663,278.8477,5.5613513,45.672745,285.4093,1853.3021,34.82882,141.58746,13.2462845,1.3437067,55.057076,1.1745262,0.968326,3.1980133,12.516921,42.877834,114.419914,28.061806,1514.3702,46.406944,16.335714,22.983334,6.3368454,61.227604,4.0809026,2.265861,5.8356247,59.236877,0.1321012,2.0701313,4.454423,38.945312,14.917679,2.0903957,10.962553,478.99185,45.557022,874.4885,22.0108,1532.4634,41.687675,743.7663,592.16504,15.882086,13.105937,1070.0468,1574.7251,4173.043,630.8551 +2023-04-23 10:00:00,0.0,4140.6167,41.798424,24.340002,13.457206,42.09775,201.07132,33.124878,70.60621,24.489012,39.744118,323.94034,550.3573,21.368774,42.97987,5.374221,1.1769625,37.02474,17.40058,12.076279,486.33228,3.0298684,344.0569,104.03252,4.054913,27.218462,120.84084,52.508335,313.74167,218.48737,2635.4326,4.203099,2345.817,23.106936,4.667791,3.0973592,22.389029,219.95148,273.97253,127.41113,99.86389,29.239065,9.522204,861.6261,50.381416,66.963165,55.75779,365.71344,16.771141,350.0532,12.375478,52.169434,0.0,3634.4832,8043.2407,6.0057144,48.203224,48.861935,29711.93,108.62729,4.4501677,62.791824,98.31263,51.55824,14.513921,46.11229,641.7515,74.33142,42.644863,4.960313,9.794098,839.616,5.4251914,348.3008,63.53875,2453.5068,90.46019,133.9686,168.7355,267.68588,19.089806,33.577126,152.47714,15.66387,17.463442,19.617977,37.48214,156.23676,13.724536,10.48944,110.38687,20.08368,4345.007,35.846584,37.497917,24.811577,35.104904,309.6046,80.432175,52.813194,15.095846,18.125483,40.11558,117.572426,209.59883,83.08264,281.40753,55.684174,44.494087,123.64145,209.24194,682.01294,148.85257,8.784406,13.307431,10.280833,167.41641,11554.908,8.448794,44.35632,81.82468,29.297653,338.0052,62.26046,215.91397,5.5314875,136.60422,745.0381,611.92505,70.46774,905.9976,75.77583,96.185356,114.91834,41.50381,7.579405,27.513477,941.9557,3.8662567,6.4494925,164.83746,9.220912,5.4634,40.26604,46.989925,488.2153,114.58663,172.74736,1744.4304,138.23245,2139.9175,1802.5576,11.097135,10.7045145,6408.2983,11.568374,22.847918,317.0672,38.525944,78.61589,43.361404,213.41866,1010.04974,278.88757,5.5655437,45.69814,285.8287,1855.8612,34.88255,141.68973,13.256551,1.3433577,55.058987,1.1742485,0.9674523,3.1947563,12.521269,42.908554,114.59413,28.055094,1516.6707,46.43796,16.342857,22.98889,6.337659,61.20382,4.0831017,2.265574,5.83625,59.232597,0.13151984,2.0693014,4.453805,38.953125,14.917738,2.0881805,10.978986,479.65485,45.61767,875.6968,22.032492,1534.4401,41.725494,743.56506,592.92487,15.901381,13.111511,1071.3796,1576.8275,4177.3413,630.6431 +2023-04-23 11:00:00,0.0,4141.6914,41.82286,24.360268,13.469044,42.109104,201.11426,33.130188,70.61594,24.488585,39.74148,324.23587,550.7116,21.372398,43.0191,5.3651614,1.1753463,37.029972,17.408003,12.065153,486.42502,3.0293276,344.15012,104.02019,4.047924,27.123356,120.8543,52.494553,313.32916,218.4365,2637.0103,4.1916056,2345.7207,23.032423,4.656651,3.0888507,22.340487,220.00053,273.9915,127.04204,99.931946,29.259455,9.522994,861.5986,50.164486,66.94822,55.787502,365.95,16.76057,350.193,12.377398,52.156483,0.0,3636.4177,8049.7964,6.0122385,48.23383,48.903862,29725.36,108.706314,4.4542775,62.79234,98.292885,51.580547,14.52124,46.086502,642.094,74.4079,42.652924,4.9629683,9.796154,839.9087,5.434697,348.05145,63.575626,2452.691,90.480095,133.90808,168.69057,267.67404,19.06792,33.552692,152.19852,15.647866,17.450087,19.630415,37.484848,156.11615,13.729903,10.493876,110.40781,20.083956,4344.6035,35.86206,37.46771,24.81149,35.11534,309.51065,80.41663,52.812847,15.101798,18.1327,40.099335,117.58886,209.48363,83.08507,281.41962,55.728386,44.492004,123.66054,209.33347,683.1286,148.89578,8.781953,13.319341,10.2722025,167.67105,11568.745,8.439871,44.335186,81.69359,29.29611,338.01495,62.176064,215.79109,5.526577,136.67918,744.695,611.3496,70.44536,905.5556,75.658745,96.13819,114.99411,41.446674,7.5677953,27.484852,942.7066,3.8549588,6.434413,164.65665,9.219384,5.4625654,40.205803,46.946213,487.81094,114.48863,172.72958,1743.8691,138.36055,2140.3752,1802.953,11.10383,10.715799,6417.899,11.563816,22.871876,317.07007,38.555473,78.67294,43.391228,213.62808,1011.1331,278.92746,5.569736,45.723534,286.2481,1858.4203,34.93628,141.79198,13.266817,1.3430088,55.060894,1.1739707,0.96657866,3.1914992,12.525616,42.939278,114.76835,28.04838,1518.9711,46.46898,16.35,22.994444,6.3384724,61.180035,4.085301,2.265287,5.836875,59.22832,0.1309385,2.0684714,4.4531875,38.960938,14.917798,2.0859652,10.995419,480.31787,45.678314,876.9051,22.054184,1536.4167,41.763313,743.36383,593.68475,15.920675,13.117085,1072.7124,1578.9298,4181.6396,630.43115 +2023-04-23 12:00:00,0.0,4142.7666,41.847298,24.380535,13.480882,42.120453,201.1572,33.135498,70.62567,24.488155,39.738846,324.53137,551.0659,21.376022,43.058334,5.356102,1.17373,37.035202,17.415426,12.054027,486.51776,3.0287871,344.24335,104.00786,4.040935,27.02825,120.86776,52.48077,312.9167,218.3856,2638.588,4.180113,2345.6248,22.957909,4.6455116,3.0803425,22.291945,220.04959,274.01044,126.67294,100.0,29.279844,9.523784,861.57104,49.94756,66.93328,55.81721,366.18652,16.75,350.3328,12.379318,52.14353,0.0,3638.352,8056.3525,6.018762,48.264435,48.94579,29738.79,108.78535,4.4583874,62.792854,98.27315,51.60285,14.52856,46.060715,642.43646,74.484375,42.66098,4.965624,9.79821,840.2014,5.444203,347.80206,63.6125,2451.875,90.5,133.84758,168.64563,267.66223,19.046036,33.528263,151.91988,15.631863,17.436733,19.64285,37.48756,155.99554,13.73527,10.498314,110.42874,20.08423,4344.2,35.877533,37.4375,24.811401,35.12578,309.41666,80.40109,52.8125,15.107749,18.139915,40.083088,117.60529,209.36842,83.0875,281.4317,55.7726,44.48992,123.679634,209.42499,684.2443,148.939,8.7795,13.33125,10.263572,167.92569,11582.581,8.430948,44.31405,81.5625,29.294567,338.02475,62.091663,215.66821,5.5216665,136.75417,744.352,610.7742,70.42298,905.1136,75.541664,96.09102,115.069885,41.389538,7.5561852,27.456226,943.45746,3.8436606,6.4193335,164.47585,9.217857,5.461731,40.145565,46.902504,487.4066,114.390625,172.71179,1743.308,138.48863,2140.833,1803.3484,11.110526,10.727084,6427.4995,11.559258,22.895834,317.07294,38.585,78.73,43.421055,213.83751,1012.21655,278.96735,5.5739284,45.748928,286.6675,1860.9794,34.990013,141.89423,13.277083,1.3426598,55.062805,1.173693,0.96570504,3.188242,12.5299635,42.97,114.94256,28.041668,1521.2714,46.5,16.357143,23.0,6.339286,61.15625,4.0874996,2.2649999,5.8374996,59.22404,0.13035715,2.0676417,4.45257,38.96875,14.917857,2.08375,11.011851,480.9809,45.73896,878.11334,22.075876,1538.3934,41.801132,743.1626,594.4446,15.93997,13.12266,1074.0453,1581.0322,4185.9375,630.21924 +2023-04-23 13:00:00,0.0,4143.8413,41.871735,24.400803,13.49272,42.131805,201.20013,33.140804,70.63541,24.487728,39.736214,324.8269,551.42017,21.379646,43.097565,5.347042,1.1721137,37.040432,17.42285,12.0429,486.6105,3.0282466,344.33658,103.99553,4.033946,26.933144,120.881226,52.466988,312.50418,218.33473,2640.1655,4.1686196,2345.5286,22.883394,4.6343718,3.0718343,22.243404,220.09865,274.0294,126.30385,100.068054,29.300234,9.524573,861.5435,49.730633,66.918335,55.84692,366.42307,16.739431,350.4726,12.381239,52.130585,0.0,3640.2864,8062.908,6.025286,48.29504,48.987717,29752.219,108.86437,4.4624977,62.793373,98.2534,51.62516,14.535879,46.034927,642.779,74.56085,42.66904,4.9682794,9.800266,840.49414,5.453708,347.5527,63.649376,2451.059,90.51991,133.78706,168.6007,267.65042,19.024153,33.503834,151.64125,15.615859,17.42338,19.655289,37.490273,155.87492,13.740637,10.50275,110.44968,20.084507,4343.797,35.893005,37.40729,24.811314,35.13622,309.3227,80.38555,52.812153,15.1137,18.147133,40.06684,117.62173,209.25322,83.089935,281.4438,55.81681,44.487843,123.69873,209.51653,685.36,148.9822,8.777047,13.34316,10.254941,168.18033,11596.417,8.422026,44.29291,81.43141,29.293026,338.03452,62.007267,215.54535,5.516756,136.82915,744.0089,610.19867,70.400604,904.6716,75.42458,96.043846,115.14566,41.3324,7.5445757,27.4276,944.2084,3.8323624,6.404254,164.29503,9.21633,5.4608965,40.085327,46.85879,487.00223,114.29262,172.69402,1742.7467,138.61673,2141.2908,1803.7438,11.117222,10.738369,6437.1,11.554701,22.919792,317.0758,38.61453,78.787056,43.45088,214.04692,1013.3,279.00723,5.5781207,45.774323,287.0869,1863.5385,35.043743,141.99649,13.28735,1.3423109,55.064713,1.1734153,0.96483135,3.184985,12.53431,43.00072,115.116776,28.034954,1523.5718,46.531017,16.364285,23.005556,6.3400993,61.132465,4.089699,2.264713,5.8381248,59.21976,0.12977579,2.0668118,4.451952,38.976562,14.917916,2.0815346,11.028284,481.6439,45.799603,879.32166,22.097569,1540.3701,41.83895,742.96136,595.20447,15.959265,13.128235,1075.378,1583.1345,4190.236,630.00726 +2023-04-23 14:00:00,0.0,4144.916,41.89617,24.421068,13.504559,42.143154,201.24307,33.146114,70.645134,24.487299,39.733578,325.12244,551.7745,21.38327,43.136795,5.3379827,1.1704974,37.045662,17.430275,12.0317745,486.70325,3.027706,344.4298,103.9832,4.026957,26.838037,120.894684,52.453205,312.09167,218.28384,2641.743,4.1571264,2345.4324,22.808882,4.623232,3.063326,22.194862,220.1477,274.04834,125.93475,100.13611,29.320623,9.525364,861.51605,49.513706,66.9034,55.876633,366.6596,16.72886,350.6124,12.383159,52.117634,0.0,3642.221,8069.4644,6.03181,48.32565,49.02964,29765.648,108.9434,4.4666076,62.793888,98.23366,51.64747,14.543199,46.00914,643.12146,74.63733,42.677097,4.970935,9.802322,840.7868,5.463214,347.30334,63.68625,2450.2432,90.53982,133.72656,168.55576,267.6386,19.002268,33.4794,151.36263,15.599856,17.410027,19.667727,37.49298,155.75432,13.746003,10.507188,110.47061,20.084782,4343.3936,35.90848,37.377083,24.811226,35.146656,309.2287,80.37001,52.811806,15.119652,18.15435,40.0506,117.63816,209.13802,83.09236,281.4559,55.861023,44.48576,123.71782,209.60805,686.4757,149.0254,8.774594,13.35507,10.246309,168.43497,11610.254,8.413102,44.27178,81.30032,29.291483,338.0443,61.922867,215.42247,5.5118456,136.90411,743.66583,609.6232,70.37822,904.22955,75.307495,95.99668,115.22143,41.27526,7.5329657,27.398975,944.9592,3.8210642,6.389174,164.11423,9.214802,5.460062,40.02509,46.81508,486.59787,114.19462,172.67622,1742.1854,138.74483,2141.7485,1804.1392,11.123918,10.749654,6446.7007,11.550143,22.94375,317.07867,38.64406,78.84411,43.4807,214.25635,1014.3834,279.04712,5.5823135,45.799717,287.50632,1866.0975,35.097473,142.09874,13.297616,1.341962,55.06662,1.1731375,0.9639577,3.181728,12.538658,43.031445,115.29099,28.02824,1525.8722,46.562035,16.371428,23.01111,6.340913,61.10868,4.091898,2.264426,5.83875,59.215485,0.12919445,2.0659819,4.4513345,38.984375,14.917976,2.0793195,11.044717,482.30692,45.86025,880.5299,22.11926,1542.3469,41.87677,742.76013,595.9643,15.9785595,13.133809,1076.7108,1585.2369,4194.534,629.7953 +2023-04-23 15:00:00,0.0,4145.9907,41.92061,24.441336,13.5163965,42.154507,201.28603,33.15142,70.65487,24.486872,39.73094,325.41797,552.1287,21.386894,43.176025,5.3289227,1.1688812,37.05089,17.437698,12.020648,486.796,3.0271654,344.52304,103.97087,4.0199685,26.742931,120.90814,52.439423,311.67917,218.23297,2643.3206,4.145633,2345.3364,22.734367,4.6120925,3.0548177,22.14632,220.19676,274.0673,125.56566,100.20417,29.341013,9.526154,861.4885,49.29678,66.88845,55.90634,366.89615,16.71829,350.7522,12.385079,52.104683,0.0,3644.1553,8076.02,6.038334,48.356255,49.071568,29779.078,109.02243,4.4707174,62.794403,98.21391,51.669773,14.550518,45.983353,643.4639,74.7138,42.685158,4.9735904,9.8043785,841.0795,5.4727197,347.054,63.723125,2449.427,90.55972,133.66605,168.51082,267.6268,18.980383,33.45497,151.084,15.583853,17.396673,19.680164,37.495693,155.63371,13.75137,10.511624,110.49155,20.085058,4342.99,35.923954,37.346874,24.811138,35.157093,309.1347,80.35447,52.81146,15.125603,18.161568,40.03435,117.654594,209.02281,83.094795,281.468,55.905235,44.483677,123.736916,209.69958,687.5914,149.06862,8.772141,13.36698,10.237679,168.6896,11624.09,8.40418,44.25064,81.169235,29.28994,338.05408,61.83847,215.29959,5.506935,136.9791,743.3228,609.0477,70.35584,903.78754,75.190414,95.94951,115.2972,41.218124,7.521356,27.37035,945.71014,3.8097663,6.3740945,163.93341,9.213274,5.4592276,39.96485,46.77137,486.19354,114.09661,172.65845,1741.6243,138.87292,2142.2063,1804.5345,11.130613,10.760938,6456.302,11.545586,22.967709,317.0815,38.673584,78.90117,43.51053,214.46577,1015.46686,279.087,5.586506,45.82511,287.92572,1868.6565,35.151203,142.201,13.307882,1.3416129,55.06853,1.1728598,0.96308404,3.1784708,12.543006,43.06217,115.46521,28.021528,1528.1725,46.593056,16.37857,23.016666,6.3417263,61.084896,4.094097,2.264139,5.839375,59.211205,0.1286131,2.0651522,4.4507165,38.992188,14.9180355,2.077104,11.06115,482.96994,45.920895,881.7382,22.140955,1544.3236,41.91459,742.5589,596.7242,15.997854,13.139383,1078.0437,1587.3392,4198.8325,629.5833 +2023-04-23 16:00:00,0.0,4147.0654,41.945045,24.461603,13.5282345,42.16586,201.32896,33.15673,70.664604,24.486444,39.72831,325.7135,552.48303,21.390518,43.21526,5.3198633,1.1672648,37.05612,17.445122,12.0095215,486.8887,3.026625,344.61627,103.95854,4.0129795,26.647825,120.92161,52.42564,311.26666,218.18208,2644.8982,4.1341405,2345.2402,22.659855,4.6009526,3.0463095,22.09778,220.24582,274.08624,125.19656,100.272224,29.361403,9.526943,861.461,49.079853,66.87351,55.936054,367.1327,16.70772,350.892,12.387,52.091732,0.0,3646.0896,8082.576,6.0448575,48.38686,49.113495,29792.508,109.101456,4.474828,62.794918,98.19417,51.69208,14.5578375,45.957565,643.80646,74.790276,42.693214,4.976246,9.806434,841.37225,5.4822254,346.80463,63.76,2448.611,90.57963,133.60555,168.4659,267.615,18.958498,33.430542,150.80536,15.567849,17.38332,19.692602,37.498405,155.5131,13.756737,10.516062,110.51248,20.085333,4342.587,35.939426,37.316666,24.81105,35.167534,309.04074,80.338936,52.81111,15.131555,18.168785,40.018105,117.67103,208.90761,83.09722,281.48007,55.949448,44.481594,123.75601,209.7911,688.7071,149.11182,8.76969,13.378889,10.229048,168.94424,11637.926,8.395257,44.229504,81.03815,29.288397,338.06384,61.75407,215.17671,5.5020247,137.05408,742.97974,608.4723,70.33346,903.3455,75.073326,95.90234,115.37298,41.160988,7.5097466,27.341724,946.461,3.798468,6.359015,163.7526,9.211746,5.4583936,39.904613,46.727657,485.78918,113.99861,172.64067,1741.063,139.001,2142.664,1804.9299,11.13731,10.7722225,6465.9023,11.541028,22.991667,317.08438,38.703114,78.95822,43.54035,214.67519,1016.55023,279.12692,5.5906982,45.850506,288.34512,1871.2156,35.204937,142.30325,13.318149,1.341264,55.07044,1.172582,0.9622104,3.1752136,12.547353,43.092888,115.63942,28.014814,1530.4729,46.624073,16.385714,23.022223,6.34254,61.06111,4.0962963,2.263852,5.8399997,59.206924,0.12803175,2.0643222,4.450099,39.0,14.918096,2.074889,11.077582,483.63293,45.981537,882.9465,22.162647,1546.3003,41.952404,742.35767,597.484,16.017149,13.144958,1079.3765,1589.4415,4203.1304,629.37134 +2023-04-23 17:00:00,0.0,4148.14,41.969482,24.481869,13.540073,42.177208,201.3719,33.16204,70.67433,24.486015,39.725674,326.009,552.8373,21.394142,43.25449,5.310804,1.1656486,37.061356,17.452545,11.998395,486.98145,3.0260842,344.7095,103.94621,4.0059905,26.55272,120.93507,52.411858,310.8542,218.13121,2646.4758,4.1226473,2345.144,22.58534,4.5898128,3.0378013,22.049236,220.29488,274.1052,124.82747,100.34028,29.381794,9.527733,861.4335,48.862926,66.85857,55.965763,367.36923,16.69715,351.0318,12.38892,52.07878,0.0,3648.0242,8089.132,6.0513816,48.417465,49.155422,29805.938,109.18048,4.4789376,62.795437,98.17442,51.714386,14.565157,45.931778,644.1489,74.86675,42.701275,4.9789014,9.80849,841.665,5.4917307,346.55527,63.796875,2447.7952,90.59954,133.54503,168.42096,267.60315,18.936613,33.40611,150.52673,15.551846,17.369965,19.705038,37.501118,155.39249,13.762104,10.520499,110.53342,20.08561,4342.1836,35.954903,37.286457,24.810963,35.17797,308.94675,80.323395,52.810764,15.137506,18.176003,40.001858,117.68746,208.79239,83.099655,281.49216,55.99366,44.47951,123.77511,209.88263,689.82275,149.15503,8.767237,13.390799,10.220417,169.19888,11651.763,8.386333,44.208366,80.90706,29.286856,338.07364,61.669674,215.05385,5.497114,137.12904,742.63666,607.89685,70.31108,902.9035,74.956245,95.85517,115.448746,41.10385,7.4981365,27.313099,947.2119,3.78717,6.3439355,163.5718,9.210218,5.457559,39.844376,46.683945,485.38483,113.900604,172.62288,1740.5017,139.1291,2143.1218,1805.3253,11.144006,10.783507,6475.503,11.53647,23.015625,317.08725,38.73264,79.01528,43.570175,214.88461,1017.63367,279.1668,5.5948906,45.875904,288.76453,1873.7747,35.258667,142.4055,13.328414,1.3409151,55.07235,1.1723043,0.9613368,3.1719565,12.551701,43.12361,115.81364,28.008102,1532.7733,46.65509,16.392857,23.027779,6.3433533,61.037327,4.098495,2.2635648,5.840625,59.20265,0.1274504,2.0634923,4.4494815,39.007812,14.918155,2.0726736,11.094015,484.29596,46.042183,884.1548,22.18434,1548.277,41.990223,742.15643,598.2439,16.036444,13.150532,1080.7094,1591.544,4207.4287,629.15936 +2023-04-23 18:00:00,0.0,4149.215,41.99392,24.502136,13.551911,42.18856,201.41484,33.167347,70.68407,24.485588,39.723038,326.30453,553.1916,21.397766,43.29372,5.301744,1.1640323,37.066586,17.459969,11.987269,487.0742,3.0255437,344.80273,103.93388,3.9990015,26.457613,120.948524,52.398075,310.44168,218.08034,2648.0535,4.111154,2345.0479,22.510826,4.5786734,3.0292928,22.000696,220.34393,274.12415,124.458374,100.40833,29.402184,9.5285225,861.40594,48.646,66.84363,55.995476,367.60577,16.686579,351.1716,12.390841,52.06583,0.0,3649.9585,8095.688,6.057905,48.44807,49.19735,29819.367,109.259514,4.4830475,62.79595,98.15468,51.736694,14.572476,45.90599,644.4914,74.94323,42.70933,4.981557,9.810546,841.95764,5.5012364,346.3059,63.83375,2446.9792,90.619446,133.48453,168.37602,267.59134,18.914728,33.38168,150.24811,15.535842,17.356611,19.717476,37.50383,155.27188,13.76747,10.524936,110.55435,20.085884,4341.7803,35.970375,37.25625,24.810875,35.188408,308.85278,80.30785,52.810417,15.143457,18.183218,39.985615,117.703896,208.67719,83.10208,281.50424,56.037872,44.47743,123.7942,209.97417,690.9384,149.19824,8.764784,13.402709,10.211785,169.45354,11665.599,8.377411,44.187233,80.77597,29.285313,338.0834,61.585274,214.93097,5.4922037,137.20403,742.29364,607.32135,70.2887,902.4615,74.839165,95.80801,115.52452,41.046715,7.486527,27.284473,947.96277,3.775872,6.3288555,163.39098,9.208691,5.4567246,39.784138,46.640236,484.98047,113.802605,172.6051,1739.9404,139.2572,2143.5796,1805.7207,11.1507015,10.794792,6485.1035,11.531913,23.039583,317.09012,38.76217,79.072334,43.600002,215.09404,1018.7171,279.2067,5.5990834,45.9013,289.18393,1876.3337,35.312397,142.50777,13.33868,1.3405662,55.074257,1.1720265,0.9604631,3.1686995,12.556047,43.154335,115.987854,28.001389,1535.0737,46.68611,16.4,23.033333,6.3441668,61.013542,4.100694,2.2632778,5.84125,59.198368,0.12686905,2.0626626,4.4488635,39.015625,14.918215,2.0704582,11.110448,484.95898,46.10283,885.3631,22.206032,1550.2537,42.02804,741.9552,599.0037,16.055738,13.156107,1082.0421,1593.6462,4211.727,628.9474 +2023-04-23 19:00:00,0.0,4150.2896,42.018356,24.522404,13.563749,42.19991,201.45778,33.172657,70.6938,24.485159,39.7204,326.60007,553.54584,21.40139,43.332954,5.2926846,1.1624161,37.071815,17.467394,11.976143,487.16693,3.0250032,344.89597,103.921555,3.9920125,26.362507,120.96199,52.384296,310.02917,218.02945,2649.631,4.099661,2344.952,22.436314,4.5675335,3.0207846,21.952154,220.39299,274.1431,124.08928,100.47639,29.422573,9.529312,861.3784,48.429073,66.82868,56.025185,367.84232,16.67601,351.3114,12.392761,52.05288,0.0,3651.8928,8102.2437,6.0644293,48.47868,49.239273,29832.797,109.33854,4.487158,62.796467,98.13494,51.759003,14.579796,45.880203,644.8339,75.01971,42.717392,4.9842124,9.812602,842.25037,5.510742,346.05655,63.870625,2446.163,90.63935,133.42403,168.33109,267.57953,18.892845,33.35725,149.96948,15.519838,17.343258,19.729914,37.50654,155.15128,13.772838,10.529373,110.57529,20.08616,4341.377,35.985847,37.22604,24.810787,35.198845,308.7588,80.29231,52.81007,15.149408,18.190435,39.969368,117.72033,208.56198,83.104515,281.51633,56.082085,44.475346,123.81329,210.06569,692.05414,149.24144,8.762331,13.4146185,10.203155,169.70818,11679.435,8.368488,44.166096,80.64488,29.28377,338.0932,61.500877,214.80809,5.4872932,137.279,741.95056,606.7459,70.26632,902.0195,74.72208,95.76083,115.600296,40.989574,7.474917,27.255848,948.7137,3.7645738,6.313776,163.21017,9.207163,5.45589,39.7239,46.596523,484.5761,113.7046,172.58731,1739.3792,139.38528,2144.0374,1806.1161,11.157397,10.806077,6494.704,11.527355,23.063541,317.09296,38.791695,79.12939,43.629826,215.30345,1019.80054,279.24658,5.603276,45.926693,289.60333,1878.8928,35.366127,142.61002,13.348947,1.3402171,55.076168,1.1717488,0.9595895,3.1654425,12.560395,43.185055,116.16207,27.994677,1537.374,46.71713,16.407143,23.038889,6.3449802,60.989758,4.1028934,2.2629907,5.841875,59.194088,0.1262877,2.0618327,4.448246,39.023438,14.918274,2.068243,11.126881,485.622,46.16347,886.57135,22.227724,1552.2303,42.06586,741.75397,599.7636,16.075033,13.161681,1083.375,1595.7487,4216.0254,628.7354 +2023-04-23 20:00:00,0.0,4151.3643,42.042793,24.54267,13.575587,42.21126,201.50073,33.177963,70.70353,24.484732,39.71777,326.8956,553.90015,21.405014,43.372185,5.283625,1.1607997,37.077045,17.474817,11.965016,487.25967,3.0244625,344.98917,103.909225,3.9850235,26.267403,120.97545,52.370514,309.61667,217.97858,2651.2087,4.0881677,2344.8557,22.3618,4.5563936,3.0122764,21.903612,220.44205,274.16208,123.720184,100.54444,29.442963,9.530102,861.3509,48.212143,66.813736,56.054897,368.07886,16.66544,351.4512,12.394681,52.03993,0.0,3653.8274,8108.8,6.070953,48.509285,49.2812,29846.227,109.417564,4.4912677,62.79698,98.11519,51.781307,14.587115,45.854416,645.1764,75.09618,42.72545,4.986868,9.814658,842.5431,5.5202475,345.80716,63.9075,2445.3472,90.65926,133.36351,168.28615,267.56772,18.87096,33.332817,149.69084,15.503835,17.329905,19.742352,37.50925,155.03065,13.778204,10.53381,110.596214,20.086435,4340.9736,36.001324,37.195835,24.8107,35.209286,308.66483,80.27677,52.809723,15.15536,18.197653,39.95312,117.73676,208.44678,83.10695,281.52844,56.126293,44.473263,123.83239,210.15721,693.1698,149.28465,8.759878,13.426528,10.194524,169.96281,11693.271,8.359565,44.14496,80.513794,29.282227,338.10297,61.41648,214.68521,5.482383,137.35397,741.6075,606.1704,70.243935,901.57745,74.604996,95.71367,115.67606,40.932438,7.4633074,27.227222,949.46454,3.7532756,6.2986965,163.02936,9.205635,5.4550557,39.663662,46.55281,484.17178,113.6066,172.56953,1738.8179,139.51338,2144.495,1806.5116,11.164093,10.817362,6504.305,11.522798,23.0875,317.09583,38.821224,79.18645,43.65965,215.51288,1020.884,279.28647,5.607468,45.952087,290.02274,1881.4519,35.41986,142.71227,13.359213,1.3398682,55.078075,1.171471,0.9587158,3.1621852,12.564743,43.21578,116.33629,27.987963,1539.6744,46.748146,16.414286,23.044445,6.3457937,60.965973,4.1050925,2.2627037,5.8424997,59.18981,0.12570634,2.0610027,4.4476285,39.03125,14.918333,2.0660276,11.143313,486.285,46.224117,887.77966,22.249416,1554.207,42.10368,741.55273,600.52344,16.094328,13.167255,1084.7078,1597.851,4220.323,628.52344 +2023-04-23 21:00:00,0.0,4152.439,42.06723,24.562937,13.587426,42.222614,201.54367,33.183273,70.713264,24.484304,39.715134,327.19113,554.2544,21.408638,43.411415,5.274565,1.1591835,37.082275,17.48224,11.95389,487.35242,3.023922,345.0824,103.8969,3.9780347,26.172297,120.98891,52.35673,309.20416,217.92769,2652.7864,4.076675,2344.7595,22.287287,4.545254,3.003768,21.855072,220.4911,274.18103,123.35109,100.6125,29.463352,9.530892,861.3234,47.995216,66.7988,56.084606,368.3154,16.65487,351.591,12.396602,52.026978,0.0,3655.7617,8115.3555,6.077477,48.53989,49.323128,29859.656,109.4966,4.4953775,62.7975,98.09544,51.803616,14.594435,45.828632,645.5189,75.17265,42.73351,4.9895234,9.816714,842.8358,5.529753,345.5578,63.944374,2444.5312,90.67917,133.303,168.24121,267.5559,18.849075,33.308388,149.41222,15.487832,17.316551,19.754787,37.511963,154.91005,13.783571,10.538247,110.61715,20.086712,4340.5703,36.016796,37.165627,24.810612,35.219723,308.57083,80.26123,52.809376,15.161311,18.20487,39.936874,117.7532,208.33157,83.109375,281.54053,56.170506,44.47118,123.85148,210.24875,694.2855,149.32787,8.757425,13.438437,10.185893,170.21745,11707.107,8.350642,44.12382,80.382706,29.280684,338.11276,61.33208,214.56235,5.4774723,137.42896,741.26447,605.595,70.22156,901.13544,74.487915,95.6665,115.75184,40.8753,7.451698,27.198597,950.21545,3.7419775,6.2836165,162.84856,9.204107,5.4542212,39.603424,46.5091,483.76743,113.50859,172.55174,1738.2567,139.64148,2144.953,1806.907,11.17079,10.828647,6513.906,11.51824,23.111458,317.0987,38.85075,79.2435,43.689476,215.72229,1021.96735,279.32635,5.6116605,45.97748,290.44214,1884.011,35.47359,142.81453,13.369479,1.3395193,55.079987,1.1711932,0.9578422,3.1589282,12.56909,43.2465,116.5105,27.98125,1541.9749,46.779167,16.421429,23.05,6.346607,60.94219,4.1072917,2.2624166,5.843125,59.18553,0.125125,2.060173,4.4470105,39.039062,14.918393,2.0638125,11.159746,486.94803,46.284763,888.9879,22.27111,1556.1838,42.1415,741.3515,601.2833,16.113623,13.17283,1086.0406,1599.9534,4224.6216,628.31146 +2023-04-23 22:00:00,0.0,4153.5137,42.091667,24.583204,13.599264,42.233963,201.58661,33.18858,70.72299,24.483875,39.712498,327.48663,554.6087,21.412262,43.450645,5.265506,1.1575673,37.087505,17.489664,11.942764,487.44516,3.0233812,345.17563,103.88457,3.9710457,26.07719,121.00237,52.34295,308.7917,217.87682,2654.364,4.0651817,2344.6636,22.212772,4.5341144,2.9952598,21.80653,220.54016,274.19998,122.981995,100.68056,29.483742,9.531682,861.2959,47.77829,66.78385,56.11432,368.55194,16.644299,351.7308,12.398522,52.01403,0.0,3657.6963,8121.9116,6.0840006,48.570496,49.365055,29873.086,109.57562,4.499488,62.798016,98.0757,51.82592,14.601754,45.802845,645.8614,75.24913,42.741566,4.992179,9.81877,843.1285,5.539259,345.30844,63.98125,2443.7153,90.69907,133.2425,168.19627,267.54407,18.82719,33.28396,149.13359,15.471828,17.303198,19.767225,37.514675,154.78944,13.7889385,10.542684,110.638084,20.086987,4340.1665,36.03227,37.135418,24.810524,35.23016,308.47684,80.2457,52.80903,15.167263,18.212088,39.92063,117.76963,208.21637,83.11181,281.5526,56.214718,44.469097,123.870575,210.34027,695.4012,149.37106,8.754972,13.450348,10.177262,170.47209,11720.943,8.34172,44.102688,80.25162,29.279142,338.12253,61.247684,214.43947,5.472562,137.50394,740.9214,605.01953,70.19917,900.6934,74.37083,95.61932,115.827614,40.818165,7.440088,27.169971,950.9664,3.7306795,6.268537,162.66774,9.2025795,5.453387,39.543186,46.46539,483.36307,113.41059,172.53397,1737.6954,139.76958,2145.4106,1807.3024,11.177485,10.8399315,6523.5063,11.513682,23.135418,317.10156,38.88028,79.30055,43.7193,215.93172,1023.0508,279.36627,5.6158533,46.002876,290.86154,1886.57,35.52732,142.91678,13.3797455,1.3391703,55.081894,1.1709155,0.95696855,3.1556711,12.573438,43.27722,116.684715,27.974537,1544.2751,46.810184,16.428572,23.055555,6.3474207,60.918404,4.1094904,2.2621295,5.84375,59.18125,0.12454365,2.059343,4.446393,39.046875,14.918452,2.061597,11.176179,487.61105,46.345406,890.1962,22.292803,1558.1605,42.179317,741.15027,602.04315,16.132917,13.178404,1087.3734,1602.0557,4228.92,628.0995 +2023-04-23 23:00:00,0.0,4154.5884,42.116104,24.60347,13.611102,42.245316,201.62955,33.19389,70.73273,24.483448,39.709866,327.78217,554.96295,21.415886,43.48988,5.2564464,1.1559509,37.092735,17.497087,11.931638,487.53787,3.0228407,345.26886,103.87224,3.9640567,25.982084,121.01583,52.329166,308.37918,217.82593,2655.9417,4.0536885,2344.5674,22.13826,4.5229745,2.9867516,21.757988,220.58922,274.21893,122.6129,100.74861,29.504131,9.532472,861.2684,47.561363,66.76891,56.144028,368.7885,16.633728,351.8706,12.400442,52.00108,0.0,3659.6304,8128.468,6.090524,48.601105,49.406982,29886.516,109.65465,4.5035977,62.79853,98.055954,51.84823,14.609074,45.777058,646.20386,75.32561,42.749626,4.9948344,9.820827,843.4212,5.548764,345.05908,64.01813,2442.8994,90.71899,133.18198,168.15134,267.53226,18.805305,33.259525,148.85497,15.455825,17.289843,19.779663,37.517387,154.66882,13.794305,10.547121,110.65902,20.087263,4339.763,36.047745,37.10521,24.810436,35.240597,308.38287,80.230156,52.80868,15.173214,18.219305,39.904385,117.786064,208.10117,83.114235,281.5647,56.25893,44.467014,123.88967,210.43181,696.5169,149.41428,8.75252,13.462257,10.168631,170.72673,11734.78,8.332796,44.08155,80.12053,29.2776,338.1323,61.163284,214.31659,5.4676514,137.57892,740.5783,604.44403,70.176796,900.2514,74.253746,95.57216,115.90338,40.76103,7.4284782,27.141346,951.7172,3.7193813,6.2534575,162.48692,9.201052,5.4525523,39.48295,46.421677,482.9587,113.312584,172.51617,1737.1342,139.89766,2145.8684,1807.6978,11.184181,10.851216,6533.107,11.509125,23.159376,317.10443,38.909805,79.35761,43.749123,216.14114,1024.1343,279.40616,5.6200457,46.02827,291.28094,1889.129,35.581055,143.01903,13.390012,1.3388214,55.083805,1.1706377,0.95609486,3.152414,12.577785,43.307945,116.85893,27.967825,1546.5756,46.8412,16.435715,23.061111,6.348234,60.89462,4.1116896,2.2618425,5.8443747,59.176975,0.123962305,2.0585132,4.4457755,39.054688,14.918512,2.059382,11.192612,488.27405,46.40605,891.4045,22.314495,1560.1372,42.217133,740.94904,602.80304,16.152212,13.183979,1088.7063,1604.1581,4233.2183,627.8876 +2023-04-24 00:00:00,0.0,4155.663,42.14054,24.623737,13.622941,42.256664,201.67249,33.1992,70.74246,24.483019,39.70723,328.0777,555.31726,21.41951,43.52911,5.2473865,1.1543347,37.09797,17.504513,11.920511,487.6306,3.0223002,345.3621,103.85991,3.9570677,25.886978,121.0293,52.315384,307.96667,217.77505,2657.5193,4.0421953,2344.4712,22.063745,4.511835,2.978243,21.709446,220.63828,274.23788,122.243805,100.816666,29.52452,9.533261,861.24084,47.344437,66.75397,56.173737,369.02502,16.62316,352.0104,12.402363,51.98813,0.0,3661.565,8135.0234,6.0970483,48.63171,49.448906,29899.945,109.73368,4.5077076,62.799046,98.03621,51.870533,14.616393,45.75127,646.5464,75.402084,42.757683,4.99749,9.822882,843.7139,5.55827,344.80972,64.055,2442.0833,90.73889,133.12148,168.1064,267.52045,18.78342,33.235096,148.57632,15.439821,17.27649,19.7921,37.520096,154.54822,13.799672,10.551558,110.679955,20.087538,4339.36,36.063217,37.075,24.810349,35.251038,308.28888,80.214615,52.808334,15.179166,18.226522,39.888138,117.80249,207.98596,83.11667,281.57678,56.303143,44.46493,123.90877,210.52333,697.63257,149.45747,8.750067,13.474167,10.16,170.98137,11748.616,8.3238735,44.060413,79.98944,29.276056,338.1421,61.078888,214.19373,5.462741,137.65388,740.2353,603.8686,70.15441,899.8093,74.136665,95.52499,115.97916,40.703888,7.416868,27.11272,952.46814,3.7080832,6.238378,162.30612,9.199524,5.4517183,39.42271,46.377968,482.55435,113.214584,172.4984,1736.5728,140.02576,2146.3262,1808.0931,11.190877,10.8625,6542.7075,11.504567,23.183334,317.10727,38.939335,79.414665,43.77895,216.35056,1025.2177,279.44604,5.624238,46.053665,291.70035,1891.6881,35.634785,143.12129,13.400278,1.3384724,55.085712,1.17036,0.95522124,3.1491568,12.582132,43.338665,117.03315,27.961111,1548.876,46.872223,16.442856,23.066668,6.3490477,60.870834,4.1138887,2.2615554,5.845,59.172695,0.12338095,2.0576835,4.4451575,39.0625,14.918571,2.0571666,11.2090435,488.93707,46.466698,892.6128,22.336187,1562.1139,42.25495,740.7478,603.56287,16.171507,13.189553,1090.0391,1606.2604,4237.516,627.6756 +2023-04-24 01:00:00,0.0,4156.738,42.164978,24.644005,13.634779,42.268017,201.71544,33.204506,70.75219,24.482592,39.704594,328.37323,555.6715,21.423134,43.56834,5.238327,1.1527184,37.1032,17.511936,11.909386,487.72336,3.0217595,345.45532,103.84758,3.950079,25.791872,121.042755,52.3016,307.55417,217.72417,2659.097,4.0307026,2344.375,21.989231,4.500695,2.969735,21.660906,220.68733,274.25684,121.87471,100.88472,29.54491,9.534051,861.2133,47.12751,66.73903,56.20345,369.2616,16.612589,352.1502,12.404284,51.975178,0.0,3663.4995,8141.5796,6.103572,48.662315,49.490833,29913.375,109.812706,4.5118175,62.79956,98.016464,51.89284,14.623713,45.725483,646.88885,75.47856,42.765743,5.0001454,9.824938,844.00665,5.5677757,344.56036,64.09187,2441.2673,90.7588,133.06097,168.06146,267.50864,18.761538,33.210663,148.2977,15.423818,17.263136,19.804539,37.522808,154.42761,13.805038,10.555995,110.70089,20.087814,4338.9565,36.07869,37.044792,24.810259,35.261475,308.19492,80.19907,52.807987,15.185117,18.233738,39.87189,117.818924,207.87076,83.1191,281.58887,56.347355,44.46285,123.92786,210.61485,698.7482,149.50069,8.747614,13.486076,10.151369,171.23601,11762.452,8.314951,44.039276,79.85835,29.274513,338.15186,60.994488,214.07085,5.4578304,137.72887,739.8922,603.2931,70.132034,899.3673,74.01958,95.47782,116.05493,40.64675,7.4052587,27.084095,953.219,3.696785,6.223298,162.1253,9.197996,5.450884,39.362473,46.334255,482.15002,113.11658,172.48062,1736.0116,140.15385,2146.784,1808.4885,11.197573,10.873785,6552.308,11.50001,23.207293,317.11014,38.96886,79.471725,43.808773,216.55998,1026.301,279.48593,5.6284304,46.07906,292.11975,1894.2472,35.688515,143.22354,13.410544,1.3381234,55.08762,1.1700822,0.95434755,3.1458998,12.58648,43.36939,117.20737,27.9544,1551.1763,46.90324,16.449999,23.072222,6.349861,60.84705,4.116088,2.2612686,5.845625,59.168415,0.122799605,2.0568535,4.44454,39.070312,14.918631,2.0549514,11.225476,489.6001,46.52734,893.82104,22.35788,1564.0906,42.29277,740.5466,604.32275,16.190802,13.1951275,1091.3718,1608.3627,4241.8145,627.4636 +2023-04-24 02:00:00,0.0,4157.8125,42.189415,24.66427,13.646617,42.27937,201.75838,33.209816,70.761925,24.482162,39.701958,328.66873,556.0258,21.426758,43.607574,5.2292676,1.1511021,37.10843,17.51936,11.898259,487.8161,3.021219,345.54855,103.83525,3.94309,25.696766,121.05621,52.28782,307.14166,217.6733,2660.6746,4.0192094,2344.279,21.914719,4.4895554,2.9612267,21.612362,220.7364,274.2758,121.505615,100.952774,29.5653,9.534841,861.1858,46.910583,66.72408,56.23316,369.4981,16.602018,352.29,12.406203,51.962227,0.0,3665.434,8148.1353,6.110096,48.69292,49.53276,29926.805,109.89173,4.515928,62.80008,97.99673,51.91515,14.631032,45.699696,647.2313,75.55504,42.7738,5.0028005,9.826994,844.2993,5.5772815,344.311,64.12875,2440.4514,90.77871,133.00046,168.01653,267.49683,18.739653,33.186234,148.01907,15.407814,17.249783,19.816975,37.52552,154.30699,13.810406,10.5604315,110.721825,20.088089,4338.553,36.094166,37.014584,24.810171,35.27191,308.10092,80.18353,52.80764,15.191069,18.240955,39.855644,117.83536,207.75555,83.12153,281.60098,56.391567,44.460766,123.94695,210.70639,699.86395,149.5439,8.745161,13.497987,10.142738,171.49065,11776.289,8.306027,44.018143,79.727264,29.272972,338.16165,60.91009,213.94797,5.45292,137.80385,739.54913,602.71765,70.10965,898.9253,73.9025,95.43065,116.1307,40.589615,7.393649,27.05547,953.9699,3.685487,6.2082186,161.9445,9.196468,5.4500494,39.302235,46.290543,481.74567,113.01858,172.46283,1735.4503,140.28195,2147.2417,1808.8839,11.204268,10.88507,6561.909,11.495452,23.23125,317.113,38.99839,79.52878,43.838596,216.76941,1027.3845,279.52582,5.6326227,46.104454,292.53915,1896.8063,35.742245,143.32579,13.420811,1.3377745,55.08953,1.1698045,0.9534739,3.1426427,12.590827,43.400112,117.38158,27.947685,1553.4767,46.934258,16.457142,23.077778,6.3506746,60.823265,4.1182866,2.2609816,5.84625,59.16414,0.12221826,2.0560238,4.4439225,39.078125,14.918691,2.052736,11.241909,490.26312,46.587986,895.02936,22.379572,1566.0673,42.33059,740.34534,605.0826,16.210096,13.200702,1092.7047,1610.4651,4246.113,627.25165 +2023-04-24 03:00:00,0.0,4158.887,42.213852,24.684538,13.658455,42.290718,201.80132,33.215122,70.77166,24.481735,39.699326,328.96426,556.38007,21.430382,43.646805,5.2202077,1.1494858,37.11366,17.526783,11.887133,487.90884,3.0206785,345.64178,103.82292,3.936101,25.60166,121.06968,52.27404,306.7292,217.62242,2662.2522,4.007716,2344.1829,21.840204,4.478416,2.9527183,21.563822,220.78546,274.29474,121.13652,101.020836,29.585691,9.535631,861.15826,46.693657,66.709145,56.26287,369.73468,16.591448,352.4298,12.408124,51.949276,0.0,3667.3682,8154.6914,6.1166196,48.72353,49.574688,29940.234,109.970764,4.5200377,62.800594,97.97698,51.937454,14.638351,45.67391,647.57385,75.63151,42.78186,5.005456,9.82905,844.59204,5.5867867,344.0616,64.16563,2439.6355,90.798615,132.93994,167.97159,267.48502,18.717768,33.161804,147.74045,15.39181,17.23643,19.829412,37.52823,154.18639,13.815772,10.564869,110.74276,20.088366,4338.15,36.10964,36.984375,24.810083,35.28235,308.00693,80.16799,52.807293,15.19702,18.248173,39.8394,117.85179,207.64035,83.12396,281.61307,56.43578,44.458683,123.96605,210.79791,700.9796,149.5871,8.742708,13.509896,10.134108,171.74529,11790.125,8.297105,43.997005,79.596176,29.27143,338.17142,60.82569,213.82509,5.448009,137.87881,739.2061,602.1422,70.08727,898.4833,73.785416,95.383484,116.206474,40.53248,7.382039,27.026844,954.72076,3.6741889,6.193139,161.76369,9.194941,5.449215,39.241997,46.246834,481.3413,112.92057,172.44505,1734.889,140.41003,2147.6995,1809.2793,11.210964,10.896355,6571.51,11.490894,23.255209,317.11588,39.027916,79.58583,43.868423,216.97882,1028.4679,279.5657,5.6368155,46.129852,292.95856,1899.3654,35.79598,143.42805,13.431076,1.3374256,55.09144,1.1695267,0.9526003,3.1393857,12.595175,43.430832,117.55579,27.940973,1555.7771,46.96528,16.464285,23.083334,6.351488,60.79948,4.120486,2.2606945,5.8468747,59.15986,0.121636905,2.055194,4.4433045,39.085938,14.91875,2.050521,11.258342,490.92612,46.648632,896.2376,22.401266,1568.044,42.36841,740.1441,605.84247,16.229391,13.206276,1094.0375,1612.5674,4250.411,627.0397 +2023-04-24 04:00:00,0.0,4159.962,42.23829,24.704805,13.670294,42.30207,201.84425,33.220432,70.78139,24.481308,39.69669,329.2598,556.7344,21.434006,43.686035,5.2111483,1.1478696,37.11889,17.534206,11.876006,488.0016,3.0201378,345.73502,103.81059,3.929112,25.506554,121.08314,52.260258,306.31668,217.57153,2663.8298,3.996223,2344.0867,21.765692,4.467276,2.94421,21.51528,220.83452,274.3137,120.767426,101.08889,29.606081,9.536421,861.1308,46.47673,66.6942,56.29258,369.9712,16.580877,352.5696,12.410045,51.936325,0.0,3669.3027,8161.247,6.1231437,48.754135,49.616615,29953.664,110.04979,4.5241475,62.80111,97.95724,51.959763,14.645671,45.64812,647.9163,75.707985,42.789917,5.0081115,9.831106,844.88477,5.5962925,343.81226,64.2025,2438.8193,90.81852,132.87944,167.92665,267.47318,18.695883,33.13737,147.4618,15.375808,17.223074,19.84185,37.53094,154.06578,13.821139,10.569306,110.763695,20.08864,4337.7466,36.12511,36.954166,24.809996,35.29279,307.91296,80.15245,52.806946,15.202971,18.25539,39.823154,117.868225,207.52515,83.12639,281.62515,56.479992,44.4566,123.98514,210.88943,702.09534,149.63031,8.740255,13.521806,10.125476,171.99992,11803.961,8.288182,43.97587,79.46509,29.269886,338.1812,60.741295,213.70222,5.4430985,137.9538,738.86304,601.5667,70.06489,898.04126,73.66833,95.33631,116.28224,40.475338,7.3704295,26.998219,955.4717,3.6628907,6.178059,161.58289,9.193413,5.4483805,39.18176,46.20312,480.93695,112.82257,172.42726,1734.3279,140.53813,2148.1572,1809.6747,11.217661,10.9076395,6581.1104,11.486337,23.279167,317.1187,39.057446,79.64289,43.898247,217.18825,1029.5514,279.60562,5.641008,46.155247,293.37796,1901.9243,35.84971,143.5303,13.441342,1.3370767,55.09335,1.1692489,0.9517266,3.1361284,12.599522,43.461555,117.73001,27.93426,1558.0774,46.996296,16.471428,23.088888,6.3523016,60.775696,4.122685,2.2604074,5.8475,59.15558,0.12105556,2.054364,4.442687,39.09375,14.91881,2.0483055,11.274775,491.58914,46.709274,897.4459,22.422958,1570.0208,42.406227,739.9429,606.6023,16.248686,13.211851,1095.3704,1614.6698,4254.709,626.8277 +2023-04-24 05:00:00,0.0,4161.0366,42.262726,24.72507,13.682132,42.31342,201.88719,33.22574,70.79112,24.480879,39.694054,329.55533,557.0886,21.43763,43.72527,5.202089,1.1462532,37.12412,17.541632,11.864881,488.09433,3.0195973,345.82825,103.79826,3.9221232,25.411448,121.096596,52.246475,305.90417,217.52066,2665.4075,3.98473,2343.9905,21.691177,4.456136,2.9357018,21.466738,220.88358,274.33264,120.39833,101.156944,29.62647,9.53721,861.1033,46.2598,66.67926,56.322292,370.20776,16.570309,352.7094,12.411964,51.923374,0.0,3671.2373,8167.803,6.1296673,48.78474,49.65854,29967.094,110.128815,4.528258,62.801624,97.93749,51.982067,14.65299,45.622334,648.2588,75.78446,42.797977,5.010767,9.833162,845.1774,5.6057982,343.5629,64.23937,2438.0034,90.838425,132.81894,167.88171,267.46136,18.673998,33.11294,147.18318,15.359804,17.20972,19.854288,37.533653,153.94518,13.826506,10.573743,110.78463,20.088917,4337.3433,36.140587,36.923958,24.809908,35.303226,307.81897,80.13692,52.8066,15.208922,18.262608,39.806908,117.88466,207.40994,83.12882,281.63724,56.524204,44.454517,124.004234,210.98097,703.211,149.67352,8.737803,13.533715,10.116845,172.25456,11817.798,8.279259,43.95473,79.33401,29.268343,338.19098,60.656895,213.57935,5.438188,138.02878,738.51996,600.9913,70.04251,897.59924,73.55125,95.28915,116.35802,40.4182,7.3588195,26.969593,956.22253,3.6515927,6.1629796,161.40207,9.191885,5.447546,39.12152,46.15941,480.5326,112.72456,172.40948,1733.7666,140.66623,2148.615,1810.0701,11.224357,10.918924,6590.711,11.481779,23.303125,317.12158,39.086975,79.69994,43.92807,217.39767,1030.6348,279.6455,5.6452003,46.18064,293.79736,1904.4834,35.90344,143.63255,13.451609,1.3367276,55.095257,1.1689712,0.950853,3.1328714,12.603869,43.49228,117.90423,27.927547,1560.3778,47.027313,16.47857,23.094444,6.353115,60.75191,4.124884,2.2601204,5.848125,59.151302,0.12047421,2.0535343,4.4420695,39.101562,14.918869,2.0460901,11.291207,492.25217,46.76992,898.65424,22.44465,1571.9974,42.444046,739.74164,607.3621,16.26798,13.217425,1096.7031,1616.7721,4259.0073,626.6157 +2023-04-24 06:00:00,0.0,4162.1113,42.287163,24.745338,13.69397,42.32477,201.93015,33.23105,70.80086,24.480452,39.691418,329.85086,557.44293,21.441254,43.7645,5.193029,1.144637,37.129353,17.549055,11.853754,488.18707,3.0190568,345.92145,103.785934,3.9151342,25.316343,121.11006,52.232693,305.49167,217.46977,2666.9849,3.9732368,2343.8945,21.616663,4.444997,2.9271934,21.418198,220.93263,274.35162,120.029236,101.225,29.64686,9.538,861.07574,46.042873,66.664314,56.352,370.44427,16.559738,352.8492,12.413885,51.910423,0.0,3673.1716,8174.359,6.1361914,48.815346,49.700466,29980.523,110.20785,4.5323677,62.802143,97.917755,52.004375,14.66031,45.596546,648.6013,75.86094,42.806034,5.0134225,9.835218,845.47015,5.6153035,343.31354,64.27625,2437.1875,90.85834,132.75842,167.83679,267.44955,18.652113,33.088512,146.90456,15.343801,17.196367,19.866726,37.536366,153.82455,13.831873,10.57818,110.805565,20.089193,4336.94,36.15606,36.89375,24.80982,35.313663,307.725,80.121376,52.80625,15.214874,18.269825,39.79066,117.90109,207.29474,83.13125,281.64932,56.568417,44.452435,124.02333,211.0725,704.3267,149.71672,8.735351,13.545626,10.108214,172.5092,11831.634,8.270336,43.933598,79.20292,29.2668,338.20074,60.5725,213.45647,5.4332776,138.10374,738.17694,600.4158,70.02013,897.1572,73.434166,95.241974,116.43379,40.361065,7.34721,26.940968,956.97345,3.6402946,6.1479,161.22125,9.190357,5.4467115,39.061283,46.1157,480.12823,112.626564,172.3917,1733.2053,140.79433,2149.0728,1810.4656,11.231052,10.930209,6600.3115,11.4772215,23.327084,317.12445,39.1165,79.757,43.957897,217.60709,1031.7181,279.6854,5.6493926,46.206036,294.21677,1907.0425,35.957172,143.73482,13.461875,1.3363787,55.097168,1.1686934,0.94997936,3.1296144,12.608217,43.523,118.078445,27.920834,1562.6782,47.05833,16.485714,23.1,6.3539286,60.728127,4.1270833,2.2598333,5.8487496,59.147022,0.11989286,2.0527043,4.4414515,39.109375,14.918928,2.043875,11.30764,492.91516,46.830566,899.8625,22.466343,1573.9741,42.48186,739.5404,608.122,16.287275,13.223,1098.036,1618.8745,4263.3057,626.40375 +2023-04-24 07:00:00,0.0,4163.186,42.3116,24.765606,13.705809,42.336124,201.97308,33.23636,70.810585,24.480022,39.688786,330.14636,557.7972,21.444878,43.80373,5.1839695,1.1430207,37.134583,17.556479,11.842628,488.2798,3.018516,346.01468,103.773605,3.9081452,25.221237,121.12352,52.21891,305.07916,217.4189,2668.5625,3.9617438,2343.7983,21.54215,4.433857,2.9186852,21.369656,220.98169,274.37057,119.66014,101.29305,29.66725,9.53879,861.0482,45.825947,66.649376,56.381714,370.68085,16.549168,352.989,12.415806,51.897472,0.0,3675.106,8180.915,6.142715,48.84595,49.742393,29993.953,110.28687,4.5364776,62.802658,97.89801,52.02668,14.667629,45.57076,648.9438,75.937416,42.814095,5.016078,9.837275,845.7629,5.6248093,343.06418,64.313126,2436.3716,90.87824,132.6979,167.79185,267.43774,18.63023,33.06408,146.62593,15.327797,17.183014,19.879162,37.539078,153.70395,13.837239,10.582617,110.8265,20.089468,4336.5366,36.17153,36.86354,24.809732,35.324104,307.631,80.105835,52.805904,15.220825,18.277042,39.774418,117.91753,207.17953,83.13368,281.6614,56.61263,44.450356,124.04243,211.16402,705.4424,149.75993,8.732898,13.557535,10.099584,172.76384,11845.47,8.261414,43.91246,79.07183,29.265259,338.21054,60.4881,213.33359,5.428367,138.17873,737.83386,599.84033,69.99775,896.7152,73.31708,95.1948,116.50956,40.30393,7.3356004,26.912342,957.7243,3.6289964,6.1328206,161.04045,9.188829,5.4458776,39.001045,46.071987,479.7239,112.52856,172.37392,1732.644,140.92241,2149.5305,1810.861,11.237748,10.941494,6609.912,11.472664,23.351042,317.12732,39.14603,79.81406,43.98772,217.81651,1032.8016,279.72528,5.6535854,46.23143,294.63617,1909.6016,36.010902,143.83707,13.472141,1.3360298,55.099075,1.1684158,0.9491057,3.1263573,12.612564,43.553722,118.252655,27.914122,1564.9786,47.08935,16.492857,23.105556,6.354742,60.70434,4.129282,2.2595463,5.849375,59.142742,0.11931151,2.0518744,4.440834,39.117188,14.918988,2.0416596,11.324073,493.5782,46.89121,901.0708,22.488035,1575.9508,42.51968,739.3392,608.88184,16.30657,13.228574,1099.3688,1620.9768,4267.604,626.1918 +2023-04-24 08:00:00,0.0,4164.2607,42.336037,24.785872,13.717647,42.347473,202.01602,33.241665,70.82032,24.479595,39.68615,330.4419,558.1515,21.448502,43.84296,5.17491,1.1414044,37.139812,17.563902,11.831501,488.37253,3.0179756,346.1079,103.76128,3.9011562,25.126131,121.13698,52.205128,304.6667,217.36801,2670.1401,3.9502506,2343.7021,21.467636,4.422717,2.910177,21.321114,221.03075,274.38953,119.291046,101.361115,29.68764,9.539579,861.0207,45.60902,66.63443,56.411423,370.91736,16.538597,353.1288,12.417726,51.884525,0.0,3677.0403,8187.4707,6.149239,48.87656,49.78432,30007.383,110.3659,4.540588,62.803173,97.878265,52.04899,14.674949,45.54497,649.28625,76.013885,42.82215,5.0187335,9.83933,846.0556,5.634315,342.81482,64.35,2435.5557,90.89815,132.6374,167.74692,267.42593,18.608345,33.03965,146.34729,15.311793,17.16966,19.8916,37.54179,153.58334,13.842607,10.587054,110.847435,20.089745,4336.1333,36.187008,36.833332,24.809645,35.33454,307.53705,80.090294,52.805557,15.226777,18.284258,39.75817,117.93396,207.06433,83.136116,281.67352,56.65684,44.448273,124.061516,211.25555,706.5581,149.80315,8.730445,13.569445,10.090953,173.01848,11859.307,8.25249,43.891323,78.94074,29.263716,338.2203,60.4037,213.21072,5.4234567,138.25371,737.4908,599.2649,69.97537,896.2732,73.2,95.14764,116.585335,40.24679,7.3239903,26.883717,958.4752,3.6176982,6.1177406,160.85963,9.187302,5.445043,38.940807,46.028275,479.31955,112.43056,172.35614,1732.0828,141.0505,2149.9883,1811.2563,11.244444,10.952779,6619.513,11.468106,23.375,317.1302,39.175556,79.87111,44.017544,218.02592,1033.885,279.76517,5.657778,46.256824,295.05557,1912.1606,36.064632,143.93932,13.482408,1.3356808,55.100986,1.168138,0.94823205,3.1231,12.616912,43.584446,118.42687,27.907408,1567.2789,47.12037,16.5,23.11111,6.3555555,60.680557,4.131481,2.2592592,5.85,59.138466,0.118730165,2.0510447,4.4402165,39.125,14.919047,2.0394444,11.340506,494.2412,46.951855,902.27905,22.509727,1577.9275,42.5575,739.13794,609.6417,16.325867,13.234148,1100.7017,1623.0791,4271.9023,625.9798 +2023-04-24 09:00:00,0.0,4165.3354,42.360474,24.806139,13.729485,42.358826,202.05896,33.246975,70.830055,24.479168,39.683514,330.73743,558.50574,21.452126,43.882195,5.16585,1.1397882,37.145042,17.571325,11.820375,488.46527,3.017435,346.20114,103.74895,3.8941674,25.031025,121.150444,52.191345,304.25418,217.31714,2671.7178,3.9387577,2343.6062,21.393124,4.4115777,2.9016685,21.272572,221.0798,274.40848,118.92195,101.42917,29.708029,9.540369,860.99316,45.392094,66.619484,56.441135,371.15393,16.528027,353.26862,12.419646,51.871574,0.0,3678.9749,8194.026,6.1557627,48.907166,49.82625,30020.812,110.44493,4.5446978,62.803688,97.85852,52.071297,14.682268,45.519188,649.6288,76.09036,42.830208,5.021389,9.841386,846.34827,5.6438203,342.56546,64.38688,2434.7395,90.91806,132.5769,167.70198,267.4141,18.58646,33.01522,146.06866,15.29579,17.156307,19.904037,37.5445,153.46272,13.847973,10.591491,110.86837,20.09002,4335.73,36.20248,36.803123,24.809557,35.34498,307.44305,80.07475,52.80521,15.232728,18.291475,39.741924,117.95039,206.94913,83.13854,281.6856,56.701054,44.44619,124.08061,211.34708,707.67377,149.84634,8.727992,13.581354,10.082321,173.27312,11873.143,8.243567,43.870186,78.809654,29.262173,338.2301,60.3193,213.08784,5.418546,138.32867,737.14777,598.6894,69.95299,895.8312,73.08292,95.100464,116.66111,40.18965,7.312381,26.855091,959.2261,3.6064003,6.102661,160.67883,9.185774,5.4442086,38.88057,45.984566,478.9152,112.33255,172.33835,1731.5215,141.1786,2150.446,1811.6517,11.251141,10.964063,6629.114,11.463549,23.398958,317.13303,39.205086,79.92817,44.04737,218.23535,1034.9685,279.80505,5.66197,46.28222,295.47498,1914.7197,36.118362,144.04158,13.492674,1.3353318,55.102894,1.1678603,0.94735837,3.119843,12.621259,43.615166,118.60109,27.900694,1569.5793,47.151386,16.507143,23.116667,6.356369,60.656773,4.1336803,2.2589722,5.850625,59.134186,0.11814881,2.0502148,4.4395986,39.132812,14.919107,2.037229,11.356938,494.9042,47.0125,903.48737,22.53142,1579.9042,42.595318,738.9367,610.40155,16.345161,13.239723,1102.0344,1625.1815,4276.2,625.7678 +2023-04-24 10:00:00,0.0,4166.41,42.38491,24.826406,13.7413225,42.370174,202.10191,33.25228,70.83978,24.478739,39.68088,331.03296,558.86005,21.45575,43.921425,5.1567907,1.1381719,37.150272,17.57875,11.809249,488.558,3.0168943,346.29437,103.73661,3.8871784,24.935919,121.1639,52.177563,303.84167,217.26625,2673.2954,3.9272645,2343.51,21.31861,4.400438,2.8931603,21.224031,221.12886,274.42743,118.55286,101.49722,29.728418,9.54116,860.9657,45.175167,66.604546,56.470844,371.39044,16.517456,353.40842,12.421567,51.858624,0.0,3680.9092,8200.583,6.1622863,48.93777,49.86817,30034.242,110.52396,4.5488076,62.804207,97.838776,52.0936,14.689588,45.4934,649.97125,76.16684,42.83827,5.0240445,9.843442,846.641,5.653326,342.31607,64.42375,2433.9236,90.937965,132.51639,167.65704,267.40228,18.564575,32.990788,145.79004,15.279787,17.142952,19.916475,37.54721,153.34212,13.85334,10.595928,110.889305,20.090296,4335.3267,36.217953,36.772915,24.80947,35.355415,307.34906,80.05921,52.804863,15.23868,18.298693,39.725677,117.96683,206.83392,83.140976,281.6977,56.745266,44.444107,124.09971,211.43861,708.7894,149.88956,8.725539,13.593265,10.07369,173.52776,11886.979,8.234645,43.849052,78.678566,29.26063,338.23987,60.234905,212.96497,5.4136357,138.40366,736.8047,598.11395,69.93061,895.38916,72.96583,95.0533,116.73688,40.132515,7.3007708,26.826466,959.977,3.595102,6.0875816,160.49802,9.184246,5.443374,38.82033,45.940853,478.51083,112.23455,172.32057,1730.9603,141.30669,2150.9038,1812.0471,11.257836,10.9753475,6638.7144,11.458991,23.422916,317.1359,39.23461,79.98522,44.077194,218.44478,1036.0519,279.84497,5.6661625,46.307613,295.89438,1917.2788,36.172096,144.14383,13.50294,1.3349829,55.104805,1.1675825,0.94648474,3.116586,12.625607,43.64589,118.77531,27.893982,1571.8798,47.182407,16.514286,23.122223,6.3571825,60.632988,4.1358795,2.258685,5.8512497,59.129906,0.117567465,2.0493848,4.438981,39.140625,14.919167,2.035014,11.373371,495.56723,47.073143,904.6956,22.553114,1581.8809,42.633137,738.7355,611.16144,16.364456,13.245297,1103.3673,1627.2838,4280.4985,625.5559 +2023-04-24 11:00:00,0.0,4167.485,42.409348,24.846672,13.753161,42.381527,202.14485,33.25759,70.84952,24.478312,39.678246,331.3285,559.2143,21.459373,43.960655,5.1477313,1.1365556,37.155502,17.586174,11.798122,488.65076,3.0163538,346.3876,103.72428,3.8801894,24.840813,121.17736,52.16378,303.42917,217.21538,2674.873,3.9157712,2343.4138,21.244095,4.389298,2.8846521,21.175488,221.17792,274.44638,118.18376,101.56528,29.748808,9.541949,860.9382,44.95824,66.5896,56.500553,371.627,16.506887,353.54822,12.423487,51.845673,0.0,3682.8435,8207.139,6.1688104,48.968376,49.9101,30047.672,110.60298,4.552918,62.80472,97.81902,52.11591,14.696907,45.467613,650.3137,76.24332,42.846325,5.0267,9.845498,846.9337,5.662832,342.0667,64.460625,2433.1077,90.95787,132.45589,167.6121,267.39047,18.54269,32.96636,145.51141,15.263783,17.129599,19.928911,37.549923,153.22151,13.858706,10.600365,110.91024,20.09057,4334.9233,36.23343,36.74271,24.809381,35.365856,307.2551,80.04368,52.804512,15.244631,18.30591,39.709435,117.98326,206.71872,83.1434,281.70978,56.78948,44.442024,124.1188,211.53014,709.90515,149.93275,8.723086,13.605174,10.06506,173.7824,11900.815,8.225721,43.827915,78.54748,29.259089,338.24966,60.150505,212.84209,5.4087253,138.47864,736.4616,597.53845,69.908226,894.94714,72.84875,95.00613,116.81265,40.07538,7.289161,26.79784,960.72784,3.583804,6.072502,160.3172,9.182718,5.4425397,38.760094,45.89714,478.10648,112.13654,172.30278,1730.399,141.43478,2151.3616,1812.4425,11.264532,10.986632,6648.315,11.454433,23.446875,317.13876,39.26414,80.042274,44.107018,218.65419,1037.1353,279.88486,5.670355,46.333008,296.31375,1919.8378,36.225826,144.24608,13.5132065,1.334634,55.106712,1.1673048,0.9456111,3.113329,12.629954,43.67661,118.949524,27.887268,1574.18,47.213425,16.52143,23.127777,6.357996,60.6092,4.1380787,2.258398,5.851875,59.12563,0.11698611,2.0485551,4.4383636,39.148438,14.919227,2.0327985,11.389804,496.23026,47.13379,905.90393,22.574806,1583.8577,42.670956,738.53424,611.92126,16.38375,13.250872,1104.7001,1629.3862,4284.797,625.34393 +2023-04-24 12:00:00,0.0,4168.5596,42.433784,24.86694,13.764999,42.39288,202.18779,33.2629,70.859245,24.477882,39.67561,331.624,559.5686,21.462997,43.99989,5.1386714,1.1349393,37.160736,17.593597,11.786997,488.7435,3.015813,346.48083,103.71195,3.8732004,24.745707,121.19083,52.15,303.01666,217.1645,2676.4507,3.9042783,2343.3176,21.169582,4.3781586,2.8761437,21.126947,221.22697,274.46533,117.81467,101.63333,29.7692,9.542739,860.91064,44.741314,66.57466,56.530266,371.86353,16.496317,353.68802,12.425407,51.83272,0.0,3684.778,8213.694,6.175334,48.998985,49.952026,30061.102,110.682014,4.557028,62.805237,97.79928,52.138214,14.7042265,45.441826,650.65625,76.31979,42.854385,5.0293555,9.847554,847.22644,5.672337,341.81735,64.4975,2432.2917,90.97778,132.39537,167.56717,267.37866,18.520805,32.94193,145.23277,15.24778,17.116245,19.941349,37.552635,153.10089,13.864074,10.604802,110.931175,20.090847,4334.52,36.2489,36.7125,24.809294,35.376293,307.1611,80.02814,52.804165,15.250583,18.313128,39.693188,117.999695,206.6035,83.145836,281.72186,56.83369,44.43994,124.13789,211.62166,711.0208,149.97597,8.7206335,13.617084,10.056429,174.03703,11914.651,8.216799,43.806778,78.41639,29.257545,338.25943,60.06611,212.71922,5.403815,138.5536,736.1186,596.963,69.88585,894.5051,72.73167,94.95896,116.88843,40.01824,7.2775517,26.769215,961.47876,3.5725057,6.057422,160.1364,9.1811905,5.441705,38.699856,45.85343,477.70215,112.03854,172.285,1729.8378,141.56288,2151.8193,1812.8379,11.271228,10.997917,6657.9155,11.449876,23.470833,317.14163,39.293667,80.099335,44.136845,218.86362,1038.2188,279.92474,5.6745477,46.358406,296.73315,1922.3969,36.279556,144.34834,13.523472,1.334285,55.10862,1.167027,0.94473743,3.1100717,12.634301,43.707333,119.12373,27.880556,1576.4805,47.244442,16.52857,23.133333,6.3588095,60.585415,4.1402774,2.258111,5.8525,59.12135,0.116404764,2.0477252,4.4377456,39.15625,14.919286,2.0305834,11.406237,496.89328,47.194435,907.1122,22.596498,1585.8344,42.708775,738.333,612.68115,16.403046,13.256446,1106.0328,1631.4885,4289.095,625.13196 +2023-04-24 13:00:00,0.0,4169.6343,42.45822,24.887207,13.776837,42.40423,202.23073,33.268208,70.86898,24.477455,39.672974,331.91953,559.92285,21.466621,44.03912,5.129612,1.1333231,37.165966,17.60102,11.77587,488.83624,3.0152726,346.57407,103.69962,3.8662117,24.6506,121.204285,52.13622,302.6042,217.11362,2678.0283,3.892785,2343.2217,21.095068,4.3670187,2.8676355,21.078407,221.27603,274.48428,117.44557,101.701385,29.789589,9.543529,860.8831,44.524384,66.559715,56.559975,372.1001,16.485746,353.82782,12.427328,51.81977,0.0,3686.7124,8220.25,6.181858,49.02959,49.993954,30074.531,110.76104,4.5611377,62.80575,97.77954,52.160522,14.711546,45.41604,650.9987,76.39627,42.862442,5.032011,9.84961,847.5191,5.681843,341.568,64.53438,2431.4756,90.99769,132.33487,167.52223,267.36685,18.49892,32.917496,144.95415,15.231776,17.102892,19.953787,37.555344,152.98029,13.86944,10.60924,110.95211,20.091122,4334.1167,36.264374,36.682293,24.809206,35.38673,307.06714,80.012596,52.803818,15.256534,18.320345,39.67694,118.01613,206.4883,83.14826,281.73398,56.877903,44.43786,124.15699,211.7132,712.13654,150.01918,8.718181,13.628993,10.047798,174.29167,11928.487,8.207876,43.785645,78.2853,29.256002,338.2692,59.981712,212.59634,5.3989043,138.62859,735.7755,596.3875,69.863464,894.0631,72.61458,94.91179,116.964195,39.961105,7.2659416,26.74059,962.2296,3.5612078,6.0423427,159.95558,9.179663,5.440871,38.639618,45.80972,477.2978,111.94054,172.26721,1729.2765,141.69098,2152.277,1813.2333,11.277924,11.009202,6667.5166,11.445318,23.494793,317.14447,39.323196,80.15639,44.166668,219.07304,1039.3021,279.96463,5.67874,46.3838,297.15256,1924.9559,36.333286,144.45059,13.533738,1.3339361,55.11053,1.1667492,0.9438638,3.1068146,12.638649,43.738056,119.29795,27.873842,1578.7809,47.275463,16.535713,23.13889,6.359623,60.56163,4.1424766,2.2578242,5.8531246,59.11707,0.11582342,2.0468953,4.437128,39.164062,14.919345,2.028368,11.422669,497.55627,47.255077,908.3205,22.61819,1587.811,42.74659,738.1318,613.441,16.42234,13.26202,1107.3657,1633.591,4293.393,624.92 +2023-04-24 14:00:00,0.0,4170.709,42.48266,24.907473,13.788676,42.41558,202.27367,33.273518,70.878716,24.477028,39.67034,332.21506,560.27716,21.470245,44.07835,5.1205525,1.1317067,37.171196,17.608444,11.764744,488.92896,3.0147321,346.6673,103.687294,3.8592227,24.555494,121.21774,52.122437,302.19168,217.06274,2679.606,3.881292,2343.1255,21.020555,4.355879,2.8591273,21.029863,221.32509,274.50323,117.07648,101.76945,29.809978,9.544318,860.8556,44.307457,66.54478,56.589687,372.33664,16.475176,353.96762,12.429248,51.80682,0.0,3688.647,8226.807,6.1883817,49.060196,50.03588,30087.96,110.840065,4.565248,62.806267,97.759796,52.182827,14.718865,45.39025,651.3412,76.47274,42.870502,5.0346665,9.851666,847.8118,5.6913486,341.31863,64.57125,2430.6597,91.01759,132.27435,167.4773,267.35504,18.477037,32.893066,144.67552,15.215773,17.089539,19.966225,37.558056,152.85968,13.874807,10.613676,110.973045,20.091398,4333.7134,36.27985,36.652084,24.809118,35.397167,306.97314,79.997055,52.80347,15.2624855,18.327562,39.660694,118.03256,206.3731,83.150696,281.74606,56.922115,44.435776,124.17609,211.80472,713.2522,150.06238,8.715728,13.640903,10.039166,174.54631,11942.324,8.198953,43.764507,78.15421,29.25446,338.279,59.897312,212.47346,5.393994,138.70357,735.43243,595.8121,69.84109,893.62103,72.4975,94.864624,117.03997,39.903965,7.254332,26.711964,962.9805,3.5499096,6.027263,159.77478,9.178135,5.4400363,38.57938,45.76601,476.89343,111.84254,172.24944,1728.7153,141.81906,2152.7349,1813.6287,11.284619,11.020487,6677.117,11.440761,23.518751,317.14734,39.352722,80.21345,44.19649,219.28246,1040.3856,280.00452,5.6829324,46.409195,297.57196,1927.515,36.38702,144.55284,13.544004,1.333587,55.11244,1.1664715,0.9429901,3.1035576,12.642997,43.768776,119.47217,27.86713,1581.0812,47.30648,16.542856,23.144444,6.3604364,60.537846,4.1446757,2.2575371,5.8537498,59.112793,0.115242064,2.0460656,4.43651,39.171875,14.919405,2.0261526,11.439102,498.2193,47.315723,909.5288,22.639883,1589.7877,42.78441,737.9306,614.20087,16.441635,13.267594,1108.6985,1635.6932,4297.6914,624.708 +2023-04-24 15:00:00,0.0,4171.7837,42.507095,24.92774,13.800514,42.42693,202.31662,33.278824,70.88844,24.476599,39.667706,332.5106,560.6315,21.47387,44.117584,5.1114926,1.1300905,37.176426,17.61587,11.753617,489.0217,3.0141914,346.76053,103.674965,3.8522336,24.460388,121.23121,52.108654,301.77917,217.01186,2681.1836,3.869799,2343.0293,20.946041,4.3447394,2.8506188,20.981323,221.37415,274.5222,116.70738,101.8375,29.830368,9.545108,860.82806,44.09053,66.52983,56.619396,372.57318,16.464605,354.10742,12.431169,51.79387,0.0,3690.5813,8233.362,6.1949058,49.0908,50.077805,30101.39,110.9191,4.569358,62.806786,97.74005,52.205135,14.726185,45.364464,651.6837,76.54922,42.87856,5.037322,9.853723,848.10455,5.7008543,341.06927,64.60812,2429.8438,91.0375,132.21385,167.43236,267.3432,18.455153,32.868633,144.3969,15.199769,17.076185,19.978662,37.56077,152.73907,13.880174,10.6181135,110.99398,20.091673,4333.31,36.295322,36.621876,24.80903,35.407608,306.87915,79.981514,52.803123,15.268436,18.334778,39.64445,118.048996,206.25789,83.15313,281.75815,56.966328,44.433693,124.195175,211.89624,714.3679,150.10559,8.713275,13.652813,10.030536,174.80096,11956.16,8.19003,43.74337,78.023125,29.252916,338.28876,59.812916,212.3506,5.3890834,138.77853,735.0894,595.23663,69.8187,893.179,72.38042,94.81745,117.115746,39.84683,7.242722,26.683338,963.7314,3.5386114,6.012183,159.59396,9.176607,5.4392023,38.519142,45.722298,476.48907,111.74453,172.23166,1728.1539,141.94716,2153.1926,1814.024,11.291315,11.031772,6686.718,11.436203,23.54271,317.1502,39.38225,80.2705,44.22632,219.49188,1041.469,280.0444,5.6871247,46.43459,297.99136,1930.0741,36.44075,144.6551,13.554271,1.3332381,55.11435,1.1661937,0.9421165,3.1003006,12.647344,43.7995,119.646385,27.860416,1583.3816,47.337498,16.55,23.15,6.36125,60.51406,4.146875,2.25725,5.854375,59.108513,0.11466072,2.0452356,4.4358926,39.179688,14.919464,2.0239375,11.455535,498.88232,47.37637,910.73706,22.661575,1591.7644,42.822227,737.7294,614.9607,16.46093,13.2731695,1110.0314,1637.7955,4301.9897,624.49603 +2023-04-24 16:00:00,0.0,4172.859,42.531532,24.948008,13.812352,42.438282,202.35956,33.284134,70.89818,24.476171,39.66507,332.80612,560.9857,21.477493,44.156815,5.102433,1.1284742,37.181656,17.623293,11.742492,489.11444,3.013651,346.85373,103.662636,3.845245,24.365284,121.24467,52.09487,301.36667,216.96098,2682.7612,3.858306,2342.9333,20.871529,4.3335996,2.8421106,20.932781,221.4232,274.54117,116.33829,101.905556,29.850758,9.545898,860.80054,43.873604,66.51489,56.64911,372.80972,16.454037,354.24722,12.433089,51.78092,0.0,3692.5156,8239.918,6.2014294,49.121407,50.11973,30114.82,110.99812,4.5734677,62.8073,97.72031,52.227444,14.733504,45.338676,652.0262,76.625694,42.88662,5.0399776,9.855778,848.3973,5.7103596,340.81992,64.645,2429.0278,91.05741,132.15334,167.38742,267.3314,18.433268,32.844204,144.11826,15.183765,17.06283,19.991098,37.563477,152.61845,13.885541,10.62255,111.014915,20.09195,4332.9067,36.310795,36.591667,24.808943,35.418045,306.7852,79.96597,52.802776,15.274388,18.341995,39.628204,118.06543,206.14268,83.155556,281.77023,57.01054,44.43161,124.21427,211.98778,715.4836,150.1488,8.710822,13.664722,10.021905,175.0556,11969.996,8.1811075,43.722233,77.89204,29.251375,338.29855,59.728516,212.22772,5.384173,138.85352,734.74634,594.66113,69.796326,892.737,72.26333,94.77028,117.19151,39.789692,7.2311125,26.654713,964.4823,3.5273135,5.9971037,159.41316,9.175079,5.438368,38.458904,45.678585,476.08472,111.64653,172.21387,1727.5927,142.07526,2153.6504,1814.4196,11.298012,11.0430565,6696.3184,11.431645,23.566668,317.15308,39.411777,80.32755,44.25614,219.70131,1042.5524,280.08432,5.6913176,46.459984,298.41077,1932.6332,36.49448,144.75735,13.564537,1.3328892,55.116257,1.165916,0.9412429,3.0970433,12.651691,43.830223,119.8206,27.853704,1585.682,47.36852,16.557142,23.155556,6.3620634,60.490276,4.149074,2.256963,5.855,59.104233,0.11407937,2.0444057,4.435275,39.1875,14.919524,2.021722,11.471968,499.54532,47.43701,911.9454,22.68327,1593.7411,42.860046,737.52814,615.7206,16.480225,13.278744,1111.3641,1639.898,4306.288,624.28406 +2023-04-24 17:00:00,0.0,4173.9336,42.55597,24.968273,13.82419,42.449635,202.4025,33.28944,70.90791,24.475742,39.662434,333.10162,561.34,21.481117,44.196045,5.093374,1.1268579,37.186886,17.630716,11.731365,489.20718,3.0131104,346.94696,103.65031,3.838256,24.270178,121.25813,52.08109,300.95416,216.9101,2684.3389,3.8468127,2342.8372,20.797014,4.3224597,2.8336024,20.88424,221.47226,274.56012,115.96919,101.97361,29.871147,9.546688,860.7731,43.656677,66.49995,56.678818,373.04626,16.443466,354.38702,12.435009,51.767967,0.0,3694.4502,8246.474,6.2079535,49.152016,50.16166,30128.25,111.07715,4.577578,62.807816,97.70056,52.24975,14.740824,45.31289,652.36865,76.70217,42.894676,5.042633,9.857834,848.68994,5.7198653,340.57053,64.68188,2428.212,91.07732,132.09283,167.34248,267.31958,18.411383,32.819775,143.83963,15.167763,17.049477,20.003536,37.56619,152.49785,13.890908,10.626987,111.03585,20.092224,4332.5034,36.32627,36.56146,24.808855,35.428482,306.6912,79.95044,52.80243,15.280339,18.349213,39.611958,118.08186,206.02748,83.15799,281.78232,57.054752,44.429527,124.23337,212.0793,716.59924,150.192,8.708369,13.676632,10.013274,175.31024,11983.833,8.172184,43.7011,77.76095,29.249832,338.30832,59.64412,212.10484,5.3792624,138.9285,734.40326,594.0857,69.77394,892.295,72.14625,94.723114,117.26729,39.732555,7.219503,26.626087,965.2332,3.5160153,5.982024,159.23235,9.173552,5.4375334,38.398666,45.634876,475.6804,111.54852,172.19609,1727.0315,142.20335,2154.1082,1814.815,11.304708,11.054341,6705.919,11.427088,23.590626,317.15594,39.441307,80.38461,44.285965,219.91072,1043.6359,280.1242,5.69551,46.48538,298.83017,1935.1923,36.548214,144.8596,13.574803,1.3325403,55.118168,1.1656382,0.9403692,3.0937862,12.656038,43.860943,119.99481,27.84699,1587.9823,47.399536,16.564285,23.161112,6.362877,60.46649,4.151273,2.256676,5.8556247,59.099957,0.11349802,2.043576,4.434657,39.195312,14.919583,2.019507,11.4883995,500.20834,47.497658,913.1536,22.704962,1595.7178,42.897865,737.3269,616.4804,16.49952,13.284318,1112.697,1642.0002,4310.586,624.0721 +2023-04-24 18:00:00,0.0,4175.0083,42.580406,24.98854,13.836029,42.460983,202.44543,33.29475,70.91764,24.475315,39.6598,333.39716,561.6943,21.484741,44.235275,5.084314,1.1252416,37.192116,17.63814,11.720239,489.29993,3.0125697,347.0402,103.63798,3.8312669,24.175072,121.27159,52.067307,300.5417,216.85922,2685.9165,3.8353198,2342.741,20.7225,4.3113203,2.8250942,20.835697,221.52132,274.57907,115.6001,102.041664,29.891537,9.547478,860.74554,43.43975,66.48501,56.70853,373.28278,16.432896,354.52682,12.43693,51.75502,0.0,3696.3848,8253.03,6.214477,49.18262,50.203587,30141.68,111.15618,4.581688,62.80833,97.68082,52.272057,14.748143,45.2871,652.7112,76.77865,42.902737,5.0452886,9.85989,848.98267,5.729371,340.32117,64.71875,2427.3958,91.09722,132.03232,167.29755,267.30777,18.389498,32.79534,143.561,15.151759,17.036123,20.015974,37.5689,152.37724,13.896275,10.631424,111.056786,20.0925,4332.1,36.341743,36.53125,24.808767,35.43892,306.59723,79.9349,52.802082,15.286291,18.35643,39.59571,118.0983,205.91228,83.160416,281.7944,57.098965,44.427444,124.25246,212.17082,717.71497,150.23521,8.705917,13.688542,10.0046425,175.56488,11997.669,8.163261,43.679962,77.62986,29.24829,338.3181,59.55972,211.98196,5.374352,139.00348,734.06024,593.5102,69.751564,891.85297,72.02916,94.67594,117.34306,39.675415,7.207893,26.597462,965.9841,3.504717,5.9669447,159.05153,9.172024,5.436699,38.33843,45.591164,475.27603,111.45052,172.1783,1726.4702,142.33144,2154.566,1815.2103,11.311403,11.065625,6715.5195,11.422531,23.614584,317.15878,39.470833,80.441666,44.315792,220.12015,1044.7192,280.1641,5.6997023,46.510773,299.24957,1937.7512,36.601944,144.96187,13.58507,1.3321912,55.120075,1.1653605,0.93949556,3.0905292,12.660386,43.891666,120.16903,27.840279,1590.2827,47.430553,16.571428,23.166666,6.3636904,60.442707,4.153472,2.256389,5.85625,59.095676,0.11291667,2.042746,4.4340396,39.203125,14.919643,2.0172915,11.504832,500.87137,47.558304,914.36194,22.726654,1597.6946,42.935684,737.1257,617.2403,16.518814,13.289892,1114.0298,1644.1027,4314.8843,623.8601 +2023-04-24 19:00:00,0.0,4176.083,42.604843,25.008808,13.847867,42.472336,202.48837,33.30006,70.927376,24.474886,39.657166,333.6927,562.0486,21.488365,44.27451,5.0752544,1.1236254,37.19735,17.645563,11.709112,489.39267,3.0120292,347.13342,103.62565,3.8242779,24.079966,121.28505,52.053524,300.12918,216.80833,2687.4941,3.8238266,2342.6448,20.647987,4.3001804,2.8165858,20.787157,221.57039,274.59802,115.231,102.109726,29.911926,9.548267,860.718,43.222824,66.47006,56.73824,373.51935,16.422325,354.66663,12.438849,51.74207,0.0,3698.3188,8259.586,6.221001,49.213226,50.245514,30155.11,111.23521,4.585798,62.80885,97.66107,52.29436,14.755463,45.261314,653.05365,76.85512,42.910793,5.0479436,9.861946,849.2754,5.7388763,340.0718,64.75562,2426.5798,91.117134,131.97182,167.25261,267.29596,18.367613,32.770912,143.28238,15.135756,17.02277,20.028412,37.571613,152.25662,13.901642,10.635861,111.07772,20.092775,4331.697,36.35722,36.50104,24.80868,35.44936,306.50323,79.91936,52.801735,15.292242,18.363647,39.579464,118.11473,205.79707,83.16285,281.80652,57.143177,44.42536,124.27155,212.26236,718.8306,150.27843,8.7034645,13.700452,9.996012,175.81952,12011.505,8.154339,43.658825,77.49877,29.246746,338.32788,59.475323,211.8591,5.3694415,139.07845,733.71716,592.93475,69.72918,891.41095,71.91208,94.62878,117.41883,39.61828,7.1962833,26.568836,966.735,3.493419,5.9518647,158.87073,9.170496,5.4358644,38.27819,45.54745,474.87167,111.352516,172.16052,1725.9089,142.45953,2155.0237,1815.6057,11.318099,11.07691,6725.1206,11.4179735,23.638542,317.16165,39.500362,80.498726,44.345615,220.32956,1045.8027,280.20398,5.7038946,46.536167,299.66898,1940.3103,36.655674,145.06412,13.595336,1.3318423,55.121986,1.1650827,0.93862194,3.087272,12.664734,43.92239,120.34325,27.833565,1592.5831,47.461575,16.578571,23.172222,6.3645043,60.418922,4.155671,2.2561018,5.856875,59.091396,0.11233532,2.0419161,4.433422,39.210938,14.919703,2.0150764,11.521265,501.53436,47.618946,915.5702,22.748346,1599.6713,42.973503,736.92444,618.0001,16.538109,13.295466,1115.3627,1646.205,4319.1826,623.64813 +2023-04-24 20:00:00,0.0,4177.1577,42.62928,25.029074,13.859705,42.483685,202.53133,33.305367,70.93711,24.474459,39.65453,333.98822,562.40283,21.49199,44.31374,5.066195,1.122009,37.20258,17.652988,11.697987,489.4854,3.0114887,347.22665,103.61332,3.817289,23.98486,121.298515,52.039745,299.71667,216.75746,2689.0718,3.8123333,2342.5488,20.573473,4.2890406,2.8080776,20.738615,221.61945,274.61697,114.86191,102.17778,29.932316,9.549057,860.6905,43.005898,66.455124,56.767952,373.75586,16.411755,354.80643,12.44077,51.72912,0.0,3700.2534,8266.142,6.2275248,49.24383,50.287437,30168.54,111.31423,4.589908,62.809364,97.641335,52.31667,14.762782,45.235527,653.3962,76.931595,42.918854,5.050599,9.864002,849.56805,5.748382,339.82245,64.7925,2425.764,91.13704,131.9113,167.20769,267.28415,18.34573,32.746483,143.00374,15.119752,17.009417,20.04085,37.574326,152.13602,13.907008,10.640298,111.098656,20.093052,4331.2935,36.372692,36.470833,24.808592,35.459797,306.40927,79.90382,52.801388,15.298193,18.370865,39.56322,118.131165,205.68187,83.165276,281.8186,57.18739,44.42328,124.29065,212.35388,719.94635,150.32162,8.701012,13.712361,9.987381,176.07416,12025.342,8.145415,43.637688,77.36768,29.245205,338.33765,59.390923,211.73622,5.364531,139.15343,733.3741,592.3593,69.7068,890.96893,71.795,94.581604,117.494606,39.561142,7.1846733,26.54021,967.48584,3.482121,5.936785,158.68991,9.168968,5.43503,38.217953,45.503742,474.46732,111.25452,172.14273,1725.3478,142.58763,2155.4814,1816.0011,11.324795,11.088195,6734.721,11.413416,23.6625,317.16452,39.52989,80.55578,44.37544,220.53899,1046.8861,280.24387,5.708087,46.56156,300.08838,1942.8694,36.709404,145.16637,13.605602,1.3314934,55.123894,1.1648049,0.93774825,3.084015,12.669081,43.95311,120.51746,27.826853,1594.8835,47.49259,16.585714,23.177778,6.365318,60.395138,4.1578703,2.2558148,5.8575,59.087116,0.11175397,2.0410864,4.432804,39.21875,14.919762,2.012861,11.537698,502.1974,47.679592,916.7785,22.770039,1601.648,43.01132,736.7232,618.76,16.557404,13.301042,1116.6954,1648.3074,4323.481,623.43616 +2023-04-24 21:00:00,0.0,4178.2324,42.653717,25.049341,13.871544,42.495037,202.57426,33.310677,70.94684,24.474031,39.651897,334.28375,562.75714,21.495613,44.35297,5.057135,1.1203928,37.20781,17.660412,11.68686,489.57812,3.010948,347.3199,103.60099,3.8103,23.889753,121.31197,52.025963,299.30417,216.70659,2690.6492,3.8008404,2342.4526,20.49896,4.277901,2.7995694,20.690073,221.6685,274.63593,114.49281,102.245834,29.952705,9.549847,860.66296,42.78897,66.44018,56.79766,373.99243,16.401184,354.94623,12.442691,51.716167,0.0,3702.188,8272.698,6.234049,49.27444,50.329365,30181.969,111.393265,4.594018,62.80988,97.62159,52.338974,14.770102,45.209743,653.73865,77.00807,42.92691,5.0532546,9.866058,849.8608,5.757888,339.5731,64.82938,2424.948,91.156944,131.8508,167.16275,267.2723,18.323845,32.72205,142.72511,15.103748,16.996063,20.053286,37.577034,152.01541,13.912375,10.644735,111.11959,20.093327,4330.89,36.388165,36.440624,24.808504,35.470234,306.31528,79.888275,52.80104,15.304145,18.378082,39.546974,118.1476,205.56667,83.16771,281.8307,57.2316,44.421196,124.309746,212.44542,721.062,150.36484,8.698559,13.724271,9.97875,176.3288,12039.178,8.136493,43.616554,77.236595,29.243662,338.34744,59.306526,211.61334,5.3596206,139.22841,733.03107,591.7838,69.68442,890.5269,71.67791,94.53444,117.57038,39.504005,7.1730638,26.511585,968.23676,3.4708228,5.9217057,158.50911,9.16744,5.4341955,38.157715,45.46003,474.06296,111.15651,172.12495,1724.7864,142.71573,2155.9392,1816.3965,11.331491,11.09948,6744.322,11.408858,23.686459,317.1674,39.559418,80.61283,44.405266,220.74841,1047.9695,280.28375,5.71228,46.586956,300.50778,1945.4285,36.763138,145.26863,13.615869,1.3311445,55.125805,1.1645272,0.9368746,3.0807579,12.673429,43.983833,120.69167,27.820139,1597.1838,47.52361,16.592857,23.183332,6.3661313,60.371353,4.1600695,2.2555277,5.8581247,59.08284,0.111172624,2.0402565,4.4321866,39.226562,14.919822,2.0106459,11.554131,502.8604,47.74024,917.98676,22.79173,1603.6246,43.049137,736.522,619.51984,16.576698,13.306616,1118.0282,1650.4097,4327.779,623.22424 +2023-04-24 22:00:00,0.0,4179.307,42.678154,25.069609,13.883382,42.50639,202.6172,33.315983,70.95657,24.473602,39.64926,334.57925,563.1114,21.499237,44.392204,5.0480757,1.1187766,37.21304,17.667835,11.675734,489.67087,3.0104074,347.41312,103.58866,3.803311,23.794647,121.32543,52.01218,298.89166,216.6557,2692.2268,3.7893472,2342.3564,20.424446,4.2667613,2.791061,20.641533,221.71756,274.65488,114.12372,102.31389,29.973097,9.550636,860.63544,42.57204,66.42523,56.82737,374.22894,16.390615,355.08603,12.444611,51.703217,0.0,3704.1223,8279.254,6.2405725,49.305046,50.371292,30195.398,111.47229,4.598128,62.810394,97.601845,52.361282,14.777421,45.183956,654.0811,77.08455,42.93497,5.05591,9.868114,850.1535,5.767393,339.32373,64.86625,2424.1318,91.17686,131.7903,167.11781,267.2605,18.30196,32.69762,142.44649,15.087745,16.982708,20.065723,37.579746,151.89479,13.917742,10.649172,111.140526,20.093603,4330.487,36.40364,36.410416,24.808416,35.48067,306.22128,79.872734,52.800694,15.310096,18.385298,39.530727,118.16403,205.45146,83.17014,281.84277,57.275814,44.419113,124.328835,212.53694,722.17773,150.40805,8.696106,13.736181,9.970119,176.58344,12053.014,8.12757,43.595417,77.10551,29.242119,338.3572,59.222126,211.49046,5.35471,139.30338,732.688,591.2084,69.66204,890.0849,71.56083,94.48727,117.64615,39.44687,7.161454,26.48296,968.9876,3.4595246,5.906626,158.3283,9.165913,5.4333615,38.097477,45.416317,473.65863,111.05851,172.10716,1724.2251,142.84381,2156.397,1816.7919,11.338187,11.1107645,6753.9224,11.404301,23.710417,317.17023,39.588947,80.66989,44.43509,220.95782,1049.053,280.32364,5.716472,46.612354,300.9272,1947.9875,36.816868,145.37088,13.626134,1.3307955,55.127712,1.1642494,0.93600094,3.0775008,12.677775,44.014557,120.86589,27.813427,1599.4843,47.55463,16.6,23.188889,6.366945,60.34757,4.162268,2.2552407,5.85875,59.07856,0.11059127,2.0394268,4.431569,39.234375,14.919881,2.0084305,11.570563,503.52344,47.80088,919.19507,22.813425,1605.6013,43.086956,736.32074,620.2797,16.595993,13.31219,1119.3611,1652.5121,4332.077,623.01227 +2023-04-24 23:00:00,0.0,4180.382,42.70259,25.089874,13.89522,42.51774,202.66014,33.321293,70.96631,24.473175,39.646626,334.8748,563.4657,21.502861,44.431435,5.0390162,1.1171603,37.21827,17.675259,11.664608,489.7636,3.009867,347.50635,103.57633,3.796322,23.699541,121.3389,51.998398,298.4792,216.60483,2693.8044,3.7778542,2342.2605,20.349932,4.2556214,2.7825527,20.59299,221.76662,274.67383,113.75462,102.38194,29.993486,9.551427,860.6079,42.355114,66.41029,56.857082,374.4655,16.380045,355.22583,12.446531,51.690266,0.0,3706.0566,8285.81,6.247096,49.33565,50.41322,30208.828,111.551315,4.602238,62.810913,97.5821,52.38359,14.78474,45.15817,654.42365,77.161026,42.943027,5.0585656,9.870171,850.4462,5.776899,339.07437,64.90312,2423.316,91.19676,131.72978,167.07288,267.2487,18.280075,32.67319,142.16786,15.071741,16.969355,20.078161,37.58246,151.77419,13.923109,10.653609,111.16146,20.093878,4330.0835,36.419113,36.380207,24.808329,35.49111,306.12732,79.85719,52.800346,15.316048,18.392515,39.51448,118.180466,205.33626,83.17257,281.85486,57.320026,44.41703,124.34793,212.62846,723.2934,150.45125,8.693653,13.748091,9.961488,176.83807,12066.851,8.118647,43.57428,76.97442,29.240576,338.367,59.13773,211.3676,5.349799,139.37836,732.3449,590.6329,69.639656,889.6429,71.44375,94.4401,117.721924,39.38973,7.149844,26.454334,969.7385,3.4482267,5.8915462,158.14749,9.164385,5.432527,38.03724,45.37261,473.25427,110.9605,172.08939,1723.6638,142.97191,2156.8547,1817.1873,11.344883,11.122049,6763.523,11.399743,23.734375,317.1731,39.618473,80.726944,44.464912,221.16725,1050.1364,280.36356,5.7206645,46.63775,301.3466,1950.5466,36.870598,145.47313,13.6364,1.3304465,55.129623,1.1639717,0.9351273,3.0742435,12.682123,44.045277,121.04011,27.806713,1601.7847,47.585648,16.607141,23.194445,6.3677583,60.323784,4.1644673,2.2549536,5.859375,59.07428,0.11000992,2.0385969,4.430951,39.242188,14.919941,2.0062153,11.586996,504.18643,47.861526,920.4033,22.835117,1607.578,43.124775,736.1195,621.03955,16.615288,13.317764,1120.6938,1654.6144,4336.3755,622.8003 +2023-04-25 00:00:00,0.0,4181.4565,42.727028,25.110142,13.907059,42.52909,202.70308,33.3266,70.976036,24.472746,39.64399,335.17032,563.81995,21.506485,44.470665,5.0299563,1.115544,37.2235,17.682682,11.6534815,489.85635,3.0093262,347.59958,103.564,3.7893333,23.604435,121.352356,51.984615,298.06668,216.55394,2695.382,3.766361,2342.1643,20.27542,4.244482,2.7740445,20.544449,221.81567,274.69278,113.38553,102.45,30.013876,9.552217,860.58044,42.138187,66.39535,56.88679,374.70203,16.369474,355.36563,12.448452,51.677315,0.0,3707.9912,8292.365,6.25362,49.366257,50.455147,30222.258,111.63035,4.606348,62.811428,97.562355,52.405895,14.79206,45.13238,654.7661,77.2375,42.951088,5.061221,9.872226,850.7389,5.7864046,338.82498,64.94,2422.5,91.21667,131.66928,167.02794,267.23688,18.25819,32.648758,141.88922,15.055738,16.956001,20.0906,37.58517,151.65358,13.928475,10.658047,111.182396,20.094154,4329.68,36.434586,36.35,24.80824,35.50155,306.03333,79.84166,52.8,15.321999,18.399733,39.498238,118.1969,205.22105,83.175,281.86694,57.36424,44.414948,124.36703,212.72,724.40906,150.49446,8.6912,13.76,9.952857,177.09271,12080.687,8.109724,43.553143,76.84333,29.239033,338.37677,59.05333,211.24472,5.3448887,139.45334,732.0019,590.05743,69.61728,889.20087,71.32666,94.39293,117.7977,39.332592,7.1382346,26.425709,970.4894,3.4369285,5.8764668,157.96667,9.162857,5.4316926,37.977,45.328896,472.8499,110.8625,172.07161,1723.1027,143.1,2157.3125,1817.5826,11.351579,11.133334,6773.124,11.395185,23.758333,317.17596,39.648003,80.784,44.494736,221.37668,1051.2198,280.40344,5.724857,46.663143,301.766,1953.1057,36.924328,145.5754,13.646667,1.3300976,55.13153,1.1636939,0.9342537,3.0709865,12.686471,44.076,121.214325,27.800001,1604.085,47.616665,16.614285,23.2,6.3685718,60.3,4.1666665,2.2546666,5.8599997,59.070004,0.10942858,2.037767,4.4303336,39.25,14.92,2.004,11.603429,504.84946,47.922173,921.61163,22.85681,1609.5547,43.162594,735.9183,621.79944,16.634583,13.3233385,1122.0267,1656.7167,4340.674,622.5883 +2023-04-25 01:00:00,0.0,4182.5312,42.75146,25.13041,13.918897,42.54044,202.74603,33.33191,70.98577,24.472319,39.641357,335.46585,564.17426,21.510109,44.509895,5.020897,1.1139277,37.228733,17.690105,11.642355,489.9491,3.0087857,347.69278,103.551674,3.7823443,23.50933,121.365814,51.970833,297.65417,216.50307,2696.9597,3.754868,2342.068,20.200905,4.233342,2.765536,20.495907,221.86473,274.71176,113.01643,102.51806,30.034266,9.553006,860.5529,41.92126,66.38041,56.916504,374.9386,16.358904,355.50543,12.450372,51.664364,0.0,3709.9255,8298.922,6.2601438,49.396866,50.497074,30235.688,111.70937,4.610458,62.811943,97.54262,52.428204,14.799379,45.106594,655.1086,77.31397,42.959145,5.0638766,9.874282,851.0316,5.7959104,338.57562,64.976875,2421.684,91.23658,131.60876,166.983,267.22507,18.236305,32.62433,141.6106,15.039735,16.942648,20.103035,37.587883,151.53296,13.933843,10.662483,111.20333,20.094429,4329.277,36.45006,36.31979,24.808153,35.511986,305.93936,79.82612,52.799652,15.3279505,18.40695,39.48199,118.21333,205.10585,83.17743,281.87906,57.40845,44.412865,124.38612,212.81152,725.5248,150.53766,8.688747,13.77191,9.944226,177.34735,12094.522,8.100801,43.53201,76.71224,29.237492,338.38657,58.968933,211.12184,5.339978,139.5283,731.6588,589.482,69.5949,888.75885,71.20958,94.34576,117.87347,39.275455,7.1266246,26.397083,971.2403,3.4256303,5.8613873,157.78586,9.161329,5.430858,37.916763,45.285183,472.44556,110.764496,172.05382,1722.5414,143.22809,2157.7703,1817.9781,11.358274,11.144619,6782.7246,11.390628,23.782291,317.17883,39.67753,80.84106,44.524563,221.58609,1052.3032,280.44333,5.7290497,46.688538,302.1854,1955.6647,36.97806,145.67764,13.656933,1.3297486,55.13344,1.1634161,0.93338,3.0677295,12.690818,44.106724,121.38854,27.793287,1606.3854,47.647686,16.621428,23.205555,6.3693852,60.276215,4.1688657,2.2543795,5.860625,59.065723,0.10884722,2.0369372,4.429716,39.257812,14.920059,2.0017846,11.619862,505.51248,47.982815,922.81995,22.878502,1611.5315,43.200413,735.71704,622.55927,16.653877,13.328914,1123.3595,1658.8191,4344.9717,622.37634 +2023-04-25 02:00:00,0.0,4183.606,42.775898,25.150675,13.930735,42.551792,202.78897,33.33722,70.9955,24.471891,39.63872,335.76135,564.5285,21.513733,44.54913,5.0118375,1.1123115,37.233963,17.69753,11.631228,490.04184,3.008245,347.786,103.539345,3.7753553,23.414225,121.37928,51.95705,297.24167,216.45218,2698.5374,3.7433748,2341.972,20.126392,4.2222023,2.7570279,20.447367,221.91379,274.7307,112.64734,102.58611,30.054655,9.553796,860.5254,41.704334,66.36546,56.946213,375.1751,16.348333,355.64523,12.452292,51.651413,0.0,3711.8599,8305.478,6.266668,49.42747,50.538998,30249.117,111.7884,4.614568,62.812458,97.52286,52.45051,14.806699,45.080807,655.4511,77.39045,42.967205,5.066532,9.876338,851.32434,5.8054156,338.32626,65.01375,2420.8682,91.256485,131.54825,166.93806,267.21323,18.214422,32.599895,141.33197,15.023731,16.929295,20.115473,37.59059,151.41235,13.939209,10.666921,111.224266,20.094706,4328.8735,36.465534,36.289585,24.808065,35.522427,305.84537,79.81058,52.799305,15.333901,18.414167,39.465744,118.22977,204.99065,83.17986,281.89114,57.452663,44.410786,124.40521,212.90305,726.64044,150.58087,8.686295,13.78382,9.9355955,177.60199,12108.359,8.091878,43.51087,76.581154,29.235949,338.39633,58.884533,210.99898,5.3350677,139.60329,731.31573,588.9065,69.57252,888.31683,71.0925,94.29859,117.94924,39.21832,7.115015,26.368458,971.99115,3.4143322,5.8463073,157.60506,9.1598015,5.4300237,37.856525,45.241474,472.0412,110.6665,172.03604,1721.9801,143.35619,2158.228,1818.3735,11.36497,11.155904,6792.325,11.38607,23.80625,317.1817,39.707058,80.89811,44.554386,221.79552,1053.3866,280.48322,5.733242,46.713932,302.6048,1958.2238,37.03179,145.77989,13.667199,1.3293997,55.13535,1.1631385,0.9325064,3.0644724,12.695166,44.137444,121.56275,27.786575,1608.6858,47.678703,16.62857,23.211111,6.3701987,60.25243,4.1710644,2.2540927,5.86125,59.061443,0.10826588,2.0361073,4.429098,39.265625,14.920119,1.9995694,11.636294,506.17548,48.04346,924.0282,22.900194,1613.5082,43.23823,735.5158,623.31915,16.673172,13.334488,1124.6924,1660.9214,4349.27,622.16437 +2023-04-25 03:00:00,0.0,4184.6807,42.800335,25.170942,13.942573,42.563145,202.83191,33.342525,71.00523,24.471462,39.636086,336.0569,564.8828,21.517357,44.58836,5.0027776,1.1106951,37.239193,17.704954,11.620103,490.13458,3.0077045,347.87924,103.527016,3.7683663,23.319118,121.39274,51.943268,296.82916,216.4013,2700.115,3.7318819,2341.876,20.051878,4.211063,2.7485197,20.398823,221.96284,274.74966,112.278244,102.65417,30.075045,9.554585,860.49786,41.487408,66.350525,56.975925,375.41168,16.337765,355.78503,12.454213,51.638466,0.0,3713.7944,8312.033,6.2731915,49.458076,50.580925,30262.547,111.86743,4.618678,62.812973,97.50312,52.472816,14.814018,45.05502,655.7936,77.46693,42.97526,5.0691876,9.878394,851.61707,5.8149214,338.0769,65.05063,2420.052,91.27639,131.48775,166.89313,267.20142,18.192537,32.575466,141.05334,15.007728,16.91594,20.12791,37.593304,151.29175,13.944576,10.671357,111.2452,20.09498,4328.47,36.481007,36.259377,24.807978,35.532864,305.75137,79.79504,52.798958,15.339853,18.421385,39.449497,118.2462,204.87544,83.1823,281.90323,57.496876,44.408703,124.42431,212.99458,727.75616,150.62408,8.683842,13.79573,9.926965,177.85663,12122.195,8.082955,43.489735,76.450066,29.234406,338.4061,58.800137,210.8761,5.3301573,139.67827,730.9727,588.33105,69.55014,887.8748,70.97541,94.25142,118.02502,39.161182,7.1034055,26.339832,972.74207,3.4030342,5.831228,157.42424,9.158274,5.429189,37.796288,45.19776,471.63687,110.56849,172.01825,1721.419,143.48428,2158.6858,1818.7689,11.371666,11.167188,6801.926,11.381513,23.83021,317.18454,39.736584,80.95517,44.58421,222.00494,1054.4701,280.5231,5.7374344,46.739326,303.0242,1960.7828,37.08552,145.88216,13.677465,1.3290508,55.137257,1.1628608,0.9316327,3.0612152,12.6995125,44.168167,121.73697,27.779861,1610.9861,47.70972,16.635714,23.216667,6.371012,60.228645,4.1732635,2.2538056,5.861875,59.057167,0.10768452,2.0352774,4.4284806,39.273438,14.920178,1.9973541,11.652727,506.8385,48.104107,925.2365,22.921886,1615.4849,43.276047,735.3146,624.079,16.692467,13.340062,1126.0251,1663.0238,4353.5684,621.9524 +2023-04-25 04:00:00,0.0,4185.7554,42.82477,25.19121,13.9544115,42.574493,202.87485,33.347836,71.01497,24.471035,39.633453,336.35242,565.23706,21.52098,44.62759,4.993718,1.1090789,37.244423,17.712378,11.608976,490.2273,3.007164,347.97247,103.51469,3.7613776,23.224012,121.4062,51.929485,296.4167,216.35042,2701.6926,3.7203887,2341.7798,19.977364,4.199923,2.7400112,20.350283,222.0119,274.76862,111.90915,102.72222,30.095434,9.555375,860.47034,41.27048,66.33558,57.005634,375.6482,16.327194,355.92484,12.456133,51.625515,0.0,3715.7288,8318.589,6.2797155,49.48868,50.622852,30275.977,111.94646,4.622788,62.81349,97.483376,52.495125,14.821338,45.029232,656.13605,77.5434,42.983322,5.071843,9.88045,851.9097,5.824427,337.82755,65.0875,2419.236,91.296295,131.42725,166.84819,267.1896,18.170652,32.551037,140.7747,14.991724,16.902586,20.140348,37.596016,151.17114,13.949943,10.675795,111.26613,20.095257,4328.067,36.496483,36.229168,24.80789,35.5433,305.6574,79.779495,52.79861,15.345804,18.428602,39.433254,118.262634,204.76024,83.18472,281.9153,57.541084,44.40662,124.443405,213.0861,728.8718,150.66728,8.681389,13.807639,9.918333,178.11127,12136.031,8.074033,43.468597,76.31898,29.232862,338.4159,58.71574,210.75322,5.325247,139.75323,730.62964,587.75555,69.527756,887.4328,70.85833,94.204254,118.100784,39.104042,7.0917954,26.311207,973.4929,3.391736,5.8161483,157.24344,9.156746,5.4283547,37.73605,45.15405,471.2325,110.47049,172.00047,1720.8577,143.61238,2159.1436,1819.1643,11.378363,11.1784725,6811.5264,11.376955,23.854168,317.1874,39.766113,81.01222,44.614037,222.21436,1055.5535,280.563,5.7416267,46.76472,303.4436,1963.3419,37.139256,145.9844,13.687732,1.3287017,55.139168,1.162583,0.9307591,3.0579581,12.70386,44.198887,121.91119,27.773148,1613.2865,47.740738,16.642857,23.222221,6.3718257,60.20486,4.1754627,2.2535186,5.8624997,59.052887,0.10710318,2.0344477,4.427863,39.28125,14.9202385,1.9951389,11.66916,507.50153,48.16475,926.44476,22.94358,1617.4615,43.313866,735.11334,624.83887,16.711761,13.345636,1127.358,1665.1261,4357.8667,621.7404 +2023-04-25 05:00:00,0.0,4186.83,42.84921,25.211475,13.966249,42.585846,202.91779,33.35314,71.0247,24.470606,39.630817,336.64795,565.5914,21.524605,44.666824,4.9846582,1.1074626,37.249653,17.7198,11.59785,490.32004,3.0066233,348.0657,103.50236,3.7543886,23.128906,121.41966,51.915707,296.00418,216.29955,2703.2703,3.7088954,2341.6836,19.902851,4.188783,2.731503,20.30174,222.06096,274.78757,111.540054,102.790276,30.115824,9.556166,860.4428,41.053555,66.32064,57.035347,375.88477,16.316624,356.06464,12.458054,51.612564,0.0,3717.6633,8325.1455,6.286239,49.519287,50.66478,30289.406,112.02548,4.6268983,62.814007,97.46363,52.51743,14.828657,45.003445,656.4786,77.61988,42.99138,5.0744987,9.882506,852.20245,5.8339324,337.5782,65.124374,2418.4202,91.31621,131.36673,166.80325,267.1778,18.148767,32.526604,140.49608,14.97572,16.889233,20.152786,37.598724,151.05052,13.95531,10.680231,111.28706,20.095531,4327.6636,36.511955,36.19896,24.807802,35.553738,305.56342,79.763954,52.798264,15.351756,18.435818,39.417007,118.27907,204.64503,83.18716,281.9274,57.585297,44.404537,124.462494,213.17763,729.98755,150.7105,8.678936,13.819549,9.909702,178.3659,12149.868,8.065109,43.447464,76.18789,29.23132,338.42566,58.63134,210.63034,5.3203363,139.82822,730.28656,587.1801,69.50538,886.9907,70.74125,94.15708,118.17656,39.046906,7.080186,26.282581,974.24384,3.3804379,5.801069,157.06262,9.155218,5.4275203,37.67581,45.11034,470.82816,110.37248,171.98268,1720.2964,143.74046,2159.6013,1819.5597,11.385058,11.189757,6821.127,11.372397,23.878126,317.19028,39.79564,81.069275,44.64386,222.42378,1056.637,280.6029,5.7458196,46.790115,303.863,1965.901,37.192986,146.08665,13.697998,1.3283528,55.141075,1.1623052,0.92988545,3.054701,12.708208,44.22961,122.0854,27.766436,1615.5869,47.77176,16.65,23.227777,6.372639,60.181076,4.177662,2.2532315,5.863125,59.048607,0.10652183,2.0336177,4.427245,39.289062,14.920298,1.9929236,11.685593,508.16452,48.225395,927.6531,22.965273,1619.4382,43.351685,734.9121,625.5987,16.731056,13.351211,1128.6908,1667.2285,4362.1646,621.52844 +2023-04-25 06:00:00,0.0,4187.905,42.873646,25.231743,13.978087,42.597195,202.96074,33.35845,71.03443,24.470179,39.62818,336.94348,565.9456,21.528229,44.706055,4.975599,1.1058463,37.254883,17.727224,11.586723,490.41278,3.0060828,348.15894,103.49003,3.7473996,23.0338,121.43312,51.901924,295.59167,216.24867,2704.848,3.6974025,2341.5874,19.828337,4.177644,2.7229948,20.253199,222.11002,274.80652,111.17096,102.85833,30.136213,9.556955,860.4153,40.836628,66.305695,57.065056,376.12128,16.306053,356.20444,12.459974,51.599613,0.0,3719.5977,8331.701,6.292763,49.549896,50.706707,30302.836,112.104515,4.631008,62.81452,97.443886,52.539738,14.835977,44.977657,656.82104,77.69636,42.99944,5.077154,9.8845625,852.4952,5.843438,337.32883,65.16125,2417.6042,91.33611,131.30621,166.75832,267.166,18.126883,32.502174,140.21745,14.959717,16.87588,20.165222,37.601437,150.92992,13.960676,10.684669,111.308,20.095808,4327.2603,36.527428,36.16875,24.807714,35.56418,305.46945,79.74842,52.797916,15.357707,18.443035,39.40076,118.2955,204.52982,83.18958,281.93948,57.62951,44.402454,124.48159,213.26917,731.1032,150.75371,8.676483,13.831459,9.901072,178.62054,12163.704,8.056187,43.426327,76.0568,29.229778,338.43546,58.546944,210.50748,5.315426,139.9032,729.94354,586.6047,69.482994,886.5487,70.62416,94.10992,118.252335,38.98977,7.068576,26.253956,974.9947,3.3691397,5.785989,156.88182,9.15369,5.4266863,37.615574,45.066628,470.4238,110.27448,171.9649,1719.7351,143.86856,2160.059,1819.9551,11.391754,11.201042,6830.728,11.36784,23.902084,317.19315,39.82517,81.126335,44.673683,222.6332,1057.7203,280.6428,5.750012,46.81551,304.2824,1968.4601,37.246716,146.18892,13.708264,1.3280039,55.142986,1.1620275,0.92901176,3.051444,12.712555,44.260334,122.25962,27.759722,1617.8872,47.802776,16.657143,23.233334,6.3734527,60.15729,4.179861,2.2529445,5.86375,59.04433,0.105940476,2.0327878,4.4266276,39.296875,14.920357,1.9907082,11.702025,508.82755,48.28604,928.8613,22.986965,1621.4149,43.389503,734.7109,626.3586,16.75035,13.356786,1130.0237,1669.3308,4366.463,621.31647 +2023-04-25 07:00:00,0.0,4188.9795,42.898083,25.25201,13.989926,42.608547,203.00368,33.36376,71.04417,24.469751,39.625546,337.23898,566.2999,21.531853,44.745285,4.9665394,1.10423,37.260113,17.73465,11.575598,490.50552,3.0055423,348.25217,103.4777,3.7404106,22.938694,121.44658,51.88814,295.17917,216.19778,2706.4255,3.6859093,2341.4915,19.753824,4.166504,2.7144864,20.204659,222.15907,274.82547,110.801865,102.92639,30.156605,9.557745,860.3878,40.619698,66.29076,57.09477,376.35785,16.295483,356.34424,12.461894,51.586662,0.0,3721.532,8338.257,6.299287,49.5805,50.74863,30316.266,112.18354,4.635118,62.815037,97.42415,52.562042,14.843296,44.95187,657.1635,77.77283,43.007496,5.0798097,9.886619,852.7879,5.852944,337.07944,65.19813,2416.788,91.35602,131.24571,166.71338,267.15417,18.104998,32.477745,139.93883,14.943714,16.862526,20.17766,37.60415,150.80931,13.966043,10.689105,111.32893,20.096083,4326.857,36.542904,36.138542,24.807627,35.574615,305.37546,79.73288,52.79757,15.363659,18.450253,39.384514,118.311935,204.41461,83.19202,281.9516,57.67372,44.40037,124.50069,213.36069,732.21893,150.7969,8.674031,13.843369,9.892441,178.87518,12177.54,8.047264,43.40519,75.92571,29.228235,338.44522,58.462543,210.3846,5.3105154,139.97816,729.60046,586.0292,69.46062,886.1067,70.50708,94.062744,118.3281,38.932632,7.0569663,26.22533,975.7456,3.3578417,5.7709093,156.701,9.152163,5.425852,37.555336,45.022915,470.01944,110.176476,171.94713,1719.1738,143.99666,2160.5168,1820.3505,11.39845,11.212327,6840.3286,11.363282,23.926043,317.19598,39.854694,81.18339,44.70351,222.84262,1058.8037,280.68268,5.7542043,46.840908,304.7018,1971.019,37.300446,146.29117,13.71853,1.327655,55.144894,1.1617497,0.92813814,3.0481868,12.716903,44.291054,122.43383,27.75301,1620.1876,47.833794,16.664286,23.23889,6.374266,60.133507,4.18206,2.2526574,5.8643746,59.04005,0.10535913,2.031958,4.42601,39.304688,14.920417,1.988493,11.718458,509.49057,48.346684,930.06964,23.008657,1623.3916,43.427322,734.50964,627.1184,16.769646,13.36236,1131.3564,1671.4331,4370.761,621.1045 +2023-04-25 08:00:00,0.0,4190.054,42.92252,25.272276,14.001764,42.6199,203.04662,33.36907,71.053894,24.469322,39.622913,337.53452,566.6542,21.535477,44.78452,4.9574795,1.1026138,37.265347,17.742073,11.564471,490.59827,3.0050015,348.3454,103.46537,3.7334218,22.843588,121.460045,51.87436,294.76666,216.14691,2708.0032,3.6744163,2341.3953,19.67931,4.155364,2.7059782,20.156116,222.20813,274.84442,110.43277,102.994446,30.176994,9.558535,860.3603,40.40277,66.27581,57.124477,376.59436,16.284912,356.48404,12.463815,51.57371,0.0,3723.4666,8344.8125,6.305811,49.611107,50.790558,30329.695,112.262566,4.6392283,62.815556,97.4044,52.58435,14.8506155,44.926083,657.50604,77.849304,43.015556,5.082465,9.888674,853.08057,5.862449,336.83008,65.235,2415.9722,91.37593,131.18521,166.66844,267.14233,18.083113,32.453312,139.66019,14.927711,16.849173,20.190098,37.60686,150.68869,13.97141,10.6935425,111.34987,20.09636,4326.4536,36.558376,36.108334,24.807539,35.585052,305.2815,79.71734,52.797222,15.36961,18.45747,39.368267,118.32837,204.29941,83.19444,281.96368,57.717934,44.39829,124.51978,213.45222,733.3346,150.84012,8.671578,13.855278,9.88381,179.12982,12191.377,8.038341,43.384052,75.794624,29.226692,338.45502,58.378147,210.26172,5.305605,140.05315,729.2574,585.45374,69.43823,885.6647,70.39,94.01558,118.40388,38.875492,7.0453568,26.196705,976.49646,3.3465436,5.75583,156.52019,9.150635,5.4250174,37.4951,44.979206,469.6151,110.078476,171.92934,1718.6125,144.12476,2160.9746,1820.7458,11.405146,11.223612,6849.929,11.358725,23.95,317.19885,39.884224,81.24045,44.733334,223.05205,1059.8872,280.72256,5.7583966,46.866302,305.12122,1973.5781,37.35418,146.39342,13.728796,1.3273059,55.146805,1.161472,0.9272645,3.0449297,12.72125,44.321777,122.60805,27.746296,1622.488,47.864815,16.671429,23.244444,6.3750796,60.109722,4.184259,2.2523704,5.865,59.03577,0.10477778,2.0311282,4.425392,39.3125,14.920476,1.9862777,11.734891,510.1536,48.40733,931.2779,23.03035,1625.3684,43.46514,734.3084,627.8783,16.78894,13.367934,1132.6892,1673.5355,4375.0596,620.8926 +2023-04-25 09:00:00,0.0,4191.129,42.946957,25.292543,14.013602,42.63125,203.08955,33.37438,71.06363,24.468895,39.620277,337.83005,567.0085,21.5391,44.82375,4.94842,1.1009974,37.270576,17.749496,11.553345,490.691,3.004461,348.43863,103.45304,3.7264328,22.748482,121.4735,51.860577,294.3542,216.09602,2709.5808,3.662923,2341.299,19.604797,4.1442246,2.69747,20.107574,222.25719,274.86337,110.063675,103.0625,30.197384,9.559324,860.33276,40.185844,66.26087,57.15419,376.83093,16.274343,356.62384,12.465735,51.56076,0.0,3725.401,8351.369,6.3123345,49.641712,50.832485,30343.125,112.3416,4.643338,62.81607,97.38466,52.606655,14.857935,44.9003,657.8485,77.92578,43.023613,5.0851207,9.89073,853.3733,5.871955,336.58072,65.27187,2415.1562,91.395836,131.1247,166.6235,267.13052,18.06123,32.428883,139.38156,14.911707,16.835817,20.202536,37.609573,150.56808,13.976777,10.69798,111.370804,20.096634,4326.0503,36.57385,36.078125,24.807451,35.59549,305.1875,79.7018,52.796875,15.375562,18.464687,39.352024,118.3448,204.1842,83.19688,281.97577,57.762146,44.396206,124.53887,213.54375,734.45026,150.88333,8.669126,13.8671875,9.875178,179.38446,12205.213,8.029418,43.36292,75.66354,29.22515,338.46478,58.293747,210.13884,5.3006945,140.12813,728.91437,584.87823,69.415855,885.22266,70.27291,93.96841,118.479645,38.818356,7.0337467,26.16808,977.2474,3.3352454,5.7407503,156.33939,9.149107,5.424183,37.43486,44.935493,469.21075,109.98047,171.91156,1718.0514,144.25284,2161.4324,1821.1412,11.411842,11.234897,6859.53,11.354167,23.973959,317.20172,39.91375,81.2975,44.763157,223.26146,1060.9706,280.76245,5.762589,46.891697,305.54062,1976.1372,37.40791,146.49568,13.739062,1.326957,55.148712,1.1611942,0.9263908,3.0416727,12.725597,44.3525,122.782265,27.739584,1624.7885,47.895832,16.678572,23.25,6.375893,60.085938,4.186458,2.2520833,5.865625,59.031494,0.10419643,2.0302982,4.4247746,39.320312,14.920536,1.9840624,11.751324,510.8166,48.467976,932.4862,23.052042,1627.3451,43.50296,734.1072,628.6381,16.808235,13.373508,1134.0221,1675.6378,4379.3574,620.6806 +2023-04-25 10:00:00,0.0,4192.2036,42.971394,25.31281,14.02544,42.6426,203.13249,33.379684,71.073364,24.468466,39.61764,338.12558,567.36273,21.542725,44.86298,4.9393606,1.0993812,37.275806,17.75692,11.542219,490.78375,3.0039206,348.53186,103.44071,3.7194438,22.653376,121.48697,51.846794,293.94168,216.04515,2711.1584,3.6514301,2341.2031,19.530283,4.133085,2.6889615,20.059032,222.30624,274.88232,109.69458,103.130554,30.217773,9.560114,860.30524,39.968918,66.245926,57.1839,377.06744,16.263773,356.76364,12.467655,51.54781,0.0,3727.3352,8357.925,6.318858,49.67232,50.874413,30356.553,112.42062,4.647448,62.816586,97.364914,52.628963,14.865254,44.87451,658.191,78.00226,43.031673,5.087776,9.892786,853.666,5.8814607,336.33136,65.30875,2414.3403,91.41574,131.06418,166.57858,267.1187,18.039345,32.404453,139.10294,14.895703,16.822464,20.214973,37.61228,150.44748,13.982143,10.702416,111.39174,20.09691,4325.647,36.589325,36.047916,24.807364,35.60593,305.0935,79.68626,52.796528,15.381513,18.471905,39.335777,118.36124,204.069,83.19931,281.98785,57.80636,44.394123,124.55797,213.63527,735.566,150.92653,8.666673,13.879098,9.866548,179.6391,12219.049,8.020495,43.34178,75.532455,29.223608,338.47455,58.20935,210.01598,5.295784,140.2031,728.5713,584.3028,69.39347,884.78064,70.15583,93.921234,118.55542,38.76122,7.022137,26.139452,977.9982,3.3239474,5.7256703,156.15857,9.147579,5.4233484,37.374622,44.89178,468.8064,109.88246,171.89377,1717.4901,144.38094,2161.8901,1821.5366,11.418538,11.2461815,6869.1304,11.349609,23.997917,317.2046,39.94328,81.35455,44.792984,223.47089,1062.0541,280.80234,5.766782,46.91709,305.96002,1978.6963,37.46164,146.59793,13.749329,1.3266081,55.150623,1.1609164,0.9255172,3.0384157,12.729945,44.38322,122.95648,27.73287,1627.0887,47.92685,16.685715,23.255556,6.3767066,60.062153,4.1886573,2.2517962,5.86625,59.027214,0.10361508,2.0294685,4.424157,39.328125,14.920595,1.9818472,11.767756,511.4796,48.528618,933.69446,23.073736,1629.3218,43.540775,733.90594,629.398,16.82753,13.379083,1135.3549,1677.7402,4383.656,620.4686 +2023-04-25 11:00:00,0.0,4193.2783,42.99583,25.333078,14.037279,42.65395,203.17545,33.384995,71.08309,24.468039,39.615005,338.4211,567.71704,21.546349,44.90221,4.9303007,1.097765,37.281036,17.764343,11.531093,490.87646,3.0033798,348.62506,103.42838,3.7124548,22.558271,121.50043,51.83301,293.52917,215.99426,2712.736,3.639937,2341.107,19.455769,4.121945,2.6804533,20.010492,222.3553,274.9013,109.325485,103.19861,30.238163,9.560904,860.2777,39.75199,66.23098,57.213608,377.30402,16.253202,356.90344,12.469576,51.53486,0.0,3729.2695,8364.48,6.325382,49.702927,50.91634,30369.982,112.49965,4.6515584,62.8171,97.34517,52.65127,14.872574,44.848724,658.5335,78.078735,43.03973,5.0904317,9.894842,853.9587,5.890966,336.082,65.34563,2413.5244,91.43565,131.00368,166.53365,267.1069,18.01746,32.38002,138.82431,14.8797,16.80911,20.22741,37.614994,150.32686,13.987511,10.706854,111.412674,20.097185,4325.2437,36.604797,36.017708,24.807276,35.616367,304.99954,79.670715,52.79618,15.387465,18.47912,39.31953,118.37767,203.9538,83.20174,281.99994,57.85057,44.39204,124.577065,213.7268,736.68164,150.96974,8.66422,13.891007,9.857917,179.89375,12232.886,8.011572,43.320644,75.40137,29.222065,338.48434,58.12495,209.8931,5.2908735,140.27808,728.2282,583.72736,69.37109,884.3386,70.03875,93.87407,118.631195,38.704082,7.010527,26.110826,978.74915,3.3126493,5.710591,155.97777,9.146051,5.422514,37.314384,44.848072,468.40204,109.78446,171.87599,1716.9287,144.50903,2162.348,1821.9321,11.425234,11.257466,6878.731,11.345052,24.021875,317.20746,39.972805,81.41161,44.822807,223.68031,1063.1375,280.84225,5.770974,46.942486,306.37943,1981.2554,37.51537,146.70018,13.759595,1.3262591,55.15253,1.1606387,0.9246435,3.0351584,12.734292,44.413944,123.1307,27.726158,1629.3892,47.95787,16.692856,23.26111,6.37752,60.03837,4.1908565,2.2515092,5.8668747,59.022934,0.10303374,2.0286386,4.423539,39.335938,14.920655,1.9796319,11.784188,512.14264,48.589264,934.9028,23.095428,1631.2985,43.578594,733.7047,630.15784,16.846825,13.384658,1136.6877,1679.8425,4387.954,620.25665 +2023-04-25 12:00:00,0.0,4194.353,43.020267,25.353344,14.049117,42.665302,203.21838,33.3903,71.09283,24.46761,39.612373,338.7166,568.0713,21.549973,44.941444,4.9212413,1.0961486,37.286266,17.771769,11.519966,490.9692,3.0028393,348.7183,103.41605,3.705466,22.463165,121.513885,51.81923,293.11667,215.94339,2714.3137,3.628444,2341.0107,19.381256,4.1108055,2.671945,19.961948,222.40436,274.92026,108.95639,103.26667,30.258553,9.561694,860.2502,39.535065,66.21604,57.24332,377.54053,16.242632,357.04324,12.471497,51.521908,0.0,3731.204,8371.036,6.331906,49.733532,50.958263,30383.412,112.57868,4.6556683,62.81762,97.325424,52.673576,14.879893,44.822937,658.876,78.155205,43.04779,5.093087,9.896898,854.2514,5.9004717,335.83264,65.3825,2412.7083,91.45556,130.94318,166.48871,267.0951,17.995575,32.35559,138.54567,14.863696,16.795757,20.239847,37.617706,150.20625,13.992878,10.71129,111.43361,20.097462,4324.84,36.62027,35.9875,24.807188,35.626804,304.90555,79.655174,52.795834,15.393415,18.486338,39.303284,118.394104,203.8386,83.20417,282.01202,57.894783,44.389957,124.59615,213.81833,737.79736,151.01294,8.661767,13.902917,9.849286,180.14839,12246.722,8.002649,43.29951,75.27028,29.220522,338.4941,58.040554,209.77022,5.285963,140.35306,727.8852,583.15186,69.34871,883.8966,69.92166,93.8269,118.70696,38.646946,6.9989176,26.082201,979.50006,3.301351,5.6955113,155.79695,9.144524,5.4216795,37.254147,44.80436,467.99768,109.686455,171.8582,1716.3674,144.63712,2162.8057,1822.3275,11.43193,11.26875,6888.332,11.340494,24.045834,317.2103,40.002335,81.468666,44.85263,223.88972,1064.221,280.88214,5.7751665,46.96788,306.79883,1983.8145,37.569103,146.80244,13.769861,1.3259102,55.15444,1.1603609,0.9237699,3.0319014,12.73864,44.444668,123.30491,27.719444,1631.6896,47.988888,16.699999,23.266666,6.3783336,60.014584,4.193055,2.2512221,5.8675,59.018658,0.10245238,2.0278087,4.4229217,39.34375,14.920714,1.9774166,11.800621,512.80566,48.64991,936.1111,23.11712,1633.2751,43.616413,733.5035,630.9177,16.86612,13.390232,1138.0205,1681.945,4392.2524,620.0447 +2023-04-25 13:00:00,0.0,4195.4277,43.044704,25.373611,14.060955,42.676655,203.26132,33.39561,71.10256,24.467182,39.609737,339.01215,568.4256,21.553596,44.980675,4.912182,1.0945324,37.291496,17.779192,11.50884,491.06195,3.0022988,348.81152,103.403725,3.698477,22.36806,121.52735,51.80545,292.70416,215.8925,2715.891,3.6169508,2340.9146,19.306742,4.0996656,2.6634367,19.913408,222.45343,274.9392,108.587296,103.334724,30.278942,9.562484,860.2227,39.31814,66.201096,57.27303,377.7771,16.232061,357.18304,12.473416,51.50896,0.0,3733.1387,8377.593,6.33843,49.764137,51.00019,30396.842,112.65771,4.659778,62.818134,97.30568,52.695885,14.887213,44.79715,659.21844,78.23168,43.055847,5.095742,9.898954,854.5441,5.9099774,335.58328,65.41937,2411.8923,91.475464,130.88266,166.44377,267.08325,17.97369,32.33116,138.26704,14.847693,16.782404,20.252285,37.620415,150.08565,13.998244,10.715728,111.454544,20.097736,4324.4365,36.635746,35.95729,24.8071,35.63724,304.81158,79.63964,52.795486,15.399367,18.493555,39.28704,118.41054,203.72339,83.2066,282.02414,57.938995,44.387875,124.61525,213.90985,738.913,151.05615,8.659314,13.914826,9.840654,180.40303,12260.558,7.9937263,43.278374,75.13919,29.218979,338.5039,57.956154,209.64735,5.2810526,140.42802,727.5421,582.5764,69.32633,883.4546,69.80458,93.77973,118.78274,38.589806,6.987308,26.053576,980.2509,3.290053,5.6804314,155.61615,9.142996,5.4208455,37.19391,44.76065,467.59335,109.588455,171.84042,1715.8063,144.76521,2163.2634,1822.7229,11.438625,11.280035,6897.9326,11.335937,24.069792,317.21317,40.03186,81.52573,44.882458,224.09915,1065.3043,280.92203,5.779359,46.993275,307.21823,1986.3735,37.622833,146.9047,13.780128,1.3255612,55.15635,1.1600832,0.92289627,3.0286443,12.742987,44.475388,123.479126,27.712732,1633.9899,48.019905,16.707142,23.272223,6.379147,59.9908,4.1952543,2.250935,5.868125,59.014378,0.101871036,2.026979,4.4223037,39.351562,14.9207735,1.9752014,11.817054,513.4687,48.710552,937.31934,23.138813,1635.2518,43.654232,733.30225,631.67755,16.885414,13.395806,1139.3534,1684.0472,4396.551,619.8327 +2023-04-25 14:00:00,0.0,4196.5024,43.06914,25.393879,14.072794,42.688004,203.30426,33.40092,71.11229,24.466755,39.6071,339.30768,568.77985,21.55722,45.019905,4.903122,1.0929161,37.29673,17.786615,11.497714,491.1547,3.001758,348.90475,103.391396,3.691488,22.272953,121.54081,51.791668,292.2917,215.84163,2717.4688,3.6054575,2340.8186,19.23223,4.088526,2.6549284,19.864868,222.50249,274.95816,108.2182,103.40278,30.299332,9.563273,860.1952,39.10121,66.18616,57.302742,378.0136,16.221493,357.32285,12.475337,51.49601,0.0,3735.0728,8384.148,6.3449535,49.794743,51.042118,30410.271,112.73673,4.6638885,62.81865,97.285934,52.71819,14.894532,44.771362,659.561,78.30816,43.063908,5.0983977,9.9010105,854.83685,5.919483,335.3339,65.45625,2411.0764,91.49537,130.82216,166.39883,267.07144,17.951805,32.30673,137.98842,14.83169,16.76905,20.264723,37.62313,149.96504,14.003612,10.720164,111.47548,20.098013,4324.033,36.65122,35.927082,24.807013,35.647682,304.7176,79.6241,52.79514,15.405318,18.500772,39.270794,118.42697,203.60818,83.20903,282.03622,57.983208,44.38579,124.634346,214.00139,740.02875,151.09937,8.656861,13.926737,9.832024,180.65767,12274.395,7.9848037,43.257236,75.0081,29.217436,338.51367,57.871758,209.52448,5.276142,140.503,727.19904,582.0009,69.30395,883.0126,69.6875,93.73256,118.85851,38.53267,6.975698,26.02495,981.00183,3.278755,5.665352,155.43533,9.141468,5.420011,37.13367,44.716938,467.189,109.49045,171.82265,1715.245,144.89331,2163.7212,1823.1183,11.445321,11.29132,6907.533,11.331379,24.09375,317.21603,40.06139,81.58278,44.91228,224.30856,1066.3877,280.9619,5.7835517,47.01867,307.63763,1988.9325,37.676563,147.00694,13.790394,1.3252122,55.158257,1.1598054,0.9220226,3.0253873,12.7473345,44.50611,123.65334,27.706018,1636.2903,48.050926,16.714285,23.277779,6.3799605,59.967014,4.1974535,2.2506483,5.8687496,59.010098,0.10128968,2.026149,4.421686,39.359375,14.920834,1.9729861,11.833487,514.13165,48.7712,938.52765,23.160505,1637.2285,43.69205,733.101,632.43744,16.904709,13.401381,1140.6862,1686.1495,4400.8486,619.6207 +2023-04-25 15:00:00,0.0,4197.577,43.09358,25.414145,14.084632,42.699356,203.3472,33.406227,71.122025,24.466326,39.60447,339.6032,569.13416,21.560844,45.05914,4.8940625,1.0912998,37.30196,17.794039,11.486588,491.24744,3.0012176,348.998,103.37906,3.684499,22.177847,121.55427,51.777885,291.87918,215.79076,2719.0464,3.5939646,2340.7224,19.157715,4.0773864,2.6464202,19.816324,222.55154,274.9771,107.849106,103.47083,30.319721,9.564063,860.16766,38.88428,66.17121,57.33245,378.25018,16.210922,357.46265,12.477258,51.48306,0.0,3737.0073,8390.704,6.3514776,49.82535,51.084045,30423.701,112.815765,4.6679983,62.819164,97.2662,52.740498,14.901852,44.745575,659.90344,78.384636,43.071964,5.101053,9.903066,855.1295,5.9289885,335.08453,65.493126,2410.2605,91.51528,130.76164,166.3539,267.05963,17.929922,32.2823,137.7098,14.815686,16.755695,20.27716,37.62584,149.84442,14.008978,10.724602,111.496414,20.09829,4323.63,36.66669,35.896873,24.806925,35.65812,304.6236,79.60856,52.794792,15.41127,18.50799,39.254547,118.443405,203.49298,83.21146,282.0483,58.02742,44.38371,124.65344,214.09291,741.1444,151.14256,8.654408,13.938646,9.823393,180.91231,12288.23,7.9758806,43.2361,74.877014,29.215895,338.52347,57.787357,209.4016,5.2712317,140.57799,726.856,581.4255,69.28157,882.57056,69.57041,93.685394,118.93428,38.475533,6.9640884,25.996325,981.7527,3.2674568,5.6502724,155.25452,9.13994,5.4191766,37.073433,44.673225,466.78464,109.39245,171.80486,1714.6837,145.02141,2164.179,1823.5137,11.452017,11.302605,6917.134,11.326821,24.117708,317.2189,40.09092,81.63983,44.942104,224.51799,1067.4712,281.0018,5.787744,47.044064,308.05704,1991.4916,37.730297,147.1092,13.80066,1.3248633,55.160168,1.1595277,0.92114896,3.02213,12.751682,44.536835,123.82756,27.699306,1638.5907,48.081944,16.721428,23.283333,6.380774,59.94323,4.1996527,2.2503612,5.8693748,59.00582,0.100708336,2.025319,4.4210687,39.367188,14.920893,1.9707708,11.849919,514.7947,48.831844,939.7359,23.182198,1639.2053,43.72987,732.8998,633.19727,16.924004,13.406955,1142.019,1688.252,4405.147,619.40875 +2023-04-25 16:00:00,0.0,4198.652,43.118015,25.434412,14.09647,42.710705,203.39015,33.411537,71.13176,24.465899,39.601833,339.89874,569.48846,21.564468,45.09837,4.885003,1.0896835,37.30719,17.801462,11.475461,491.34018,3.000677,349.09122,103.36673,3.6775103,22.08274,121.56773,51.764103,291.46667,215.73987,2720.624,3.5824714,2340.6262,19.0832,4.0662465,2.6379118,19.767784,222.6006,274.99606,107.48001,103.53889,30.34011,9.564853,860.14014,38.667355,66.15627,57.362164,378.4867,16.200352,357.60245,12.479177,51.470108,0.0,3738.942,8397.26,6.358001,49.855957,51.125973,30437.13,112.89479,4.672108,62.81968,97.24645,52.762802,14.909171,44.719788,660.2459,78.46111,43.080025,5.1037087,9.905122,855.42224,5.938494,334.83517,65.53,2409.4443,91.53519,130.70114,166.30896,267.04782,17.908037,32.257866,137.43115,14.799683,16.742342,20.289597,37.62855,149.72382,14.014345,10.729038,111.51735,20.098564,4323.2266,36.682167,35.866665,24.806837,35.668556,304.52963,79.59302,52.794445,15.417221,18.515207,39.2383,118.45984,203.37778,83.21389,282.0604,58.071632,44.381626,124.67253,214.18443,742.2601,151.18578,8.651956,13.950556,9.814762,181.16695,12302.066,7.9669576,43.214966,74.745926,29.214352,338.53323,57.70296,209.27872,5.266321,140.65297,726.51294,580.85,69.259186,882.12854,69.45333,93.63822,119.010056,38.418396,6.9524784,25.9677,982.5036,3.2561586,5.635193,155.07372,9.138412,5.418342,37.013195,44.629517,466.38028,109.29444,171.78708,1714.1226,145.14949,2164.6367,1823.909,11.458714,11.3138895,6926.7344,11.322264,24.141666,317.22174,40.120445,81.69689,44.97193,224.72742,1068.5546,281.0417,5.7919364,47.069458,308.47644,1994.0507,37.784027,147.21146,13.810926,1.3245144,55.162075,1.1592499,0.9202753,3.018873,12.756029,44.567554,124.00178,27.692593,1640.891,48.11296,16.72857,23.288889,6.3815875,59.919445,4.201852,2.2500741,5.87,59.00154,0.10012699,2.0244894,4.4204507,39.375,14.920953,1.9685555,11.866352,515.4577,48.892487,940.9442,23.20389,1641.182,43.767685,732.69855,633.95715,16.943298,13.412529,1143.3518,1690.3542,4409.4453,619.1968 +2023-04-25 17:00:00,0.0,4199.7266,43.142452,25.45468,14.108308,42.722057,203.43309,33.416843,71.14149,24.46547,39.599197,340.19424,569.8427,21.568092,45.1376,4.875943,1.0880673,37.31242,17.808887,11.4643345,491.43292,3.0001364,349.18445,103.3544,3.6705213,21.987635,121.58119,51.75032,291.05417,215.689,2722.2017,3.5709784,2340.5303,19.008688,4.0551066,2.6294036,19.719242,222.64966,275.015,107.110916,103.60694,30.360502,9.565642,860.1126,38.450428,66.14133,57.391872,378.72327,16.189781,357.74225,12.481098,51.457157,0.0,3740.8765,8403.816,6.3645253,49.886562,51.167896,30450.56,112.973816,4.6762185,62.820198,97.2267,52.78511,14.916491,44.694,660.58844,78.53759,43.08808,5.1063643,9.907178,855.71497,5.948,334.58582,65.56687,2408.6284,91.55509,130.64062,166.26402,267.036,17.886152,32.233437,137.15253,14.783679,16.728989,20.302034,37.631264,149.60321,14.0197115,10.733476,111.538284,20.09884,4322.823,36.69764,35.83646,24.80675,35.678993,304.43564,79.57748,52.794098,15.423173,18.522425,39.222057,118.47627,203.26257,83.216324,282.07248,58.115845,44.379543,124.69163,214.27597,743.3758,151.22899,8.649503,13.962465,9.806131,181.42159,12315.903,7.958035,43.19383,74.61484,29.212809,338.543,57.61856,209.15585,5.2614107,140.72794,726.16986,580.27454,69.23681,881.6865,69.33625,93.59106,119.08583,38.36126,6.940869,25.939074,983.25446,3.2448604,5.620113,154.8929,9.136885,5.4175076,36.952957,44.585804,465.97592,109.19644,171.76929,1713.5613,145.27759,2165.0945,1824.3044,11.465409,11.325174,6936.3354,11.317706,24.165625,317.2246,40.149975,81.753944,45.001755,224.93683,1069.6381,281.0816,5.7961287,47.094856,308.89584,1996.6097,37.837757,147.3137,13.821192,1.3241655,55.163986,1.1589721,0.91940165,3.015616,12.760377,44.598278,124.17599,27.68588,1643.1914,48.143982,16.735714,23.294445,6.382401,59.89566,4.2040505,2.249787,5.870625,58.99726,0.099545635,2.0236595,4.419833,39.382812,14.921012,1.9663402,11.882785,516.1207,48.953133,942.15247,23.225584,1643.1587,43.805504,732.4973,634.717,16.962593,13.418104,1144.6847,1692.4567,4413.7437,618.9848 +2023-04-25 18:00:00,0.0,4200.8013,43.16689,25.474945,14.120147,42.73341,203.47603,33.422153,71.15122,24.465042,39.59656,340.48978,570.197,21.571716,45.176834,4.8668838,1.0864509,37.31765,17.81631,11.453209,491.52563,2.9995959,349.27768,103.34207,3.6635323,21.892529,121.59465,51.736538,290.64166,215.6381,2723.7793,3.5594852,2340.434,18.934174,4.0439672,2.6208954,19.6707,222.69872,275.03397,106.74182,103.675,30.380892,9.566433,860.0851,38.2335,66.12639,57.421585,378.9598,16.17921,357.88205,12.483019,51.444206,0.0,3742.8105,8410.372,6.371049,49.917168,51.209824,30463.99,113.05285,4.6803284,62.820713,97.206955,52.80742,14.92381,44.668213,660.9309,78.61406,43.09614,5.1090198,9.909234,856.0077,5.957505,334.33646,65.60375,2407.8125,91.575005,130.58012,166.21909,267.0242,17.864267,32.209007,136.8739,14.767675,16.715635,20.314472,37.633972,149.48259,14.025079,10.737913,111.55922,20.099115,4322.42,36.71311,35.80625,24.806662,35.689434,304.34167,79.561935,52.79375,15.429124,18.52964,39.20581,118.49271,203.14737,83.21875,282.08456,58.160057,44.37746,124.710724,214.3675,744.49146,151.27219,8.64705,13.974376,9.7975,181.67622,12329.739,7.949112,43.17269,74.48375,29.211266,338.5528,57.534164,209.03297,5.2565,140.80292,725.82684,579.6991,69.21443,881.2445,69.21916,93.543884,119.1616,38.30412,6.9292593,25.910448,984.0054,3.2335625,5.6050334,154.7121,9.135357,5.416673,36.89272,44.54209,465.5716,109.098434,171.75151,1713.0,145.40569,2165.5522,1824.6998,11.472105,11.336459,6945.936,11.3131485,24.189585,317.22748,40.1795,81.811,45.031578,225.14626,1070.7214,281.1215,5.800321,47.12025,309.31525,1999.1688,37.891487,147.41597,13.831458,1.3238164,55.165894,1.1586944,0.918528,3.012359,12.764725,44.629,124.350204,27.679167,1645.4918,48.175,16.742857,23.3,6.3832145,59.871876,4.2062497,2.2495,5.8712497,58.992985,0.09896429,2.0228295,4.4192157,39.390625,14.921072,1.9641249,11.899218,516.78375,49.01378,943.3608,23.247276,1645.1354,43.843323,732.2961,635.47687,16.981888,13.423678,1146.0175,1694.559,4418.0415,618.7728 +2023-04-25 19:00:00,0.0,4201.876,43.191326,25.495213,14.131985,42.74476,203.51897,33.427464,71.16095,24.464615,39.59393,340.7853,570.5513,21.57534,45.216064,4.8578243,1.0848347,37.32288,17.823734,11.442082,491.61838,2.9990551,349.3709,103.32974,3.6565435,21.797422,121.608116,51.722755,290.2292,215.58723,2725.357,3.5479922,2340.338,18.859661,4.0328274,2.6123872,19.622158,222.74777,275.05292,106.37273,103.74306,30.401281,9.567223,860.05756,38.016575,66.11144,57.451294,379.19635,16.16864,358.02185,12.484939,51.431255,0.0,3744.745,8416.928,6.377573,49.947777,51.25175,30477.42,113.131874,4.684438,62.821228,97.18721,52.829723,14.931129,44.642426,661.27344,78.69054,43.1042,5.1116753,9.91129,856.30035,5.967011,334.0871,65.640625,2406.9966,91.59491,130.5196,166.17415,267.01236,17.842382,32.184574,136.59528,14.751672,16.702282,20.32691,37.636684,149.36198,14.030445,10.74235,111.580154,20.099392,4322.0166,36.72859,35.776043,24.806574,35.69987,304.24768,79.5464,52.793404,15.435076,18.536858,39.189564,118.50914,203.03217,83.22118,282.09668,58.20427,44.375378,124.72981,214.45903,745.6072,151.3154,8.644597,13.986285,9.788869,181.93086,12343.575,7.940189,43.151554,74.35266,29.209724,338.56256,57.449768,208.9101,5.2515893,140.8779,725.48376,579.1236,69.19205,880.8025,69.10208,93.49671,119.23737,38.246983,6.9176493,25.881823,984.7562,3.2222643,5.589954,154.53128,9.133829,5.4158387,36.83248,44.498383,465.16724,109.000435,171.73372,1712.4387,145.53378,2166.01,1825.0952,11.478801,11.347744,6955.5366,11.308591,24.213543,317.23035,40.20903,81.86806,45.061405,225.35568,1071.8048,281.16138,5.804514,47.145645,309.73465,2001.7279,37.94522,147.51822,13.841724,1.3234675,55.167805,1.1584166,0.91765434,3.0091016,12.769072,44.65972,124.52442,27.672455,1647.7921,48.206017,16.75,23.305555,6.384028,59.84809,4.208449,2.249213,5.871875,58.988705,0.09838294,2.0219998,4.4185977,39.398438,14.921131,1.9619097,11.91565,517.4468,49.07442,944.56903,23.268969,1647.112,43.88114,732.09485,636.2367,17.001183,13.429253,1147.3502,1696.6614,4422.34,618.5609 +2023-04-25 20:00:00,0.0,4202.951,43.215763,25.51548,14.143823,42.75611,203.56192,33.43277,71.170685,24.464186,39.591293,341.08084,570.9056,21.578964,45.255295,4.8487644,1.0832185,37.328114,17.831158,11.430956,491.71112,2.9985147,349.46414,103.31741,3.6495545,21.702316,121.621574,51.708973,289.81668,215.53635,2726.9346,3.536499,2340.2417,18.785147,4.0216875,2.6038787,19.573618,222.79683,275.07187,106.00363,103.81111,30.42167,9.568012,860.0301,37.79965,66.096504,57.481007,379.4329,16.158072,358.16165,12.486859,51.418304,0.0,3746.6794,8423.484,6.3840966,49.978382,51.29368,30490.85,113.2109,4.6885486,62.821743,97.167465,52.85203,14.938449,44.61664,661.6159,78.76701,43.11226,5.114331,9.913346,856.5931,5.9765167,333.83774,65.6775,2406.1807,91.614815,130.4591,166.12921,267.00055,17.820498,32.160145,136.31664,14.735669,16.688929,20.339346,37.639397,149.24138,14.035812,10.746787,111.60109,20.099667,4321.6133,36.74406,35.745834,24.806486,35.710308,304.15372,79.53086,52.793056,15.441027,18.544075,39.173317,118.52557,202.91696,83.22361,282.10876,58.24848,44.373295,124.74891,214.55055,746.72284,151.35861,8.642145,13.998195,9.780238,182.1855,12357.412,7.9312663,43.13042,74.22157,29.208181,338.57236,57.365368,208.78722,5.246679,140.95287,725.1407,578.54816,69.16967,880.3604,68.98499,93.44955,119.31315,38.189846,6.9060397,25.853197,985.50714,3.210966,5.5748744,154.35046,9.132301,5.4150043,36.772243,44.45467,464.76288,108.90243,171.71594,1711.8774,145.66187,2166.4678,1825.4906,11.4854965,11.359029,6965.137,11.304033,24.237501,317.23322,40.238556,81.92511,45.09123,225.5651,1072.8883,281.20126,5.8087063,47.17104,310.15405,2004.287,37.99895,147.62047,13.851991,1.3231186,55.169712,1.1581389,0.9167807,3.0058446,12.773419,44.690445,124.69864,27.665741,1650.0925,48.237038,16.757143,23.311111,6.3848414,59.824306,4.210648,2.248926,5.8725,58.984425,0.09780159,2.02117,4.41798,39.40625,14.92119,1.9596944,11.932083,518.10974,49.135067,945.77734,23.29066,1649.0887,43.91896,731.8936,636.9966,17.020477,13.434827,1148.6831,1698.7637,4426.638,618.34894 +2023-04-25 21:00:00,0.0,4204.026,43.2402,25.535746,14.155662,42.76746,203.60486,33.43808,71.18042,24.463758,39.588657,341.37637,571.2598,21.582588,45.294525,4.839705,1.0816021,37.333344,17.838581,11.41983,491.80386,2.9979742,349.55734,103.305084,3.6425655,21.607212,121.63503,51.69519,289.40417,215.48547,2728.5122,3.525006,2340.1458,18.710632,4.010548,2.5953705,19.525074,222.84589,275.09085,105.63454,103.879166,30.44206,9.568802,860.00256,37.58272,66.08156,57.510715,379.66943,16.147501,358.30145,12.48878,51.405354,0.0,3748.614,8430.04,6.3906207,50.008987,51.335606,30504.28,113.28993,4.6926584,62.82226,97.14773,52.874336,14.945768,44.590855,661.9584,78.84349,43.120316,5.1169863,9.915402,856.8858,5.986022,333.58835,65.71438,2405.3645,91.63473,130.39859,166.08427,266.98874,17.798615,32.135715,136.03801,14.719666,16.675573,20.351784,37.64211,149.12076,14.041179,10.751224,111.622025,20.099943,4321.21,36.759533,35.715626,24.806398,35.72075,304.05972,79.51532,52.79271,15.446979,18.551292,39.15707,118.54201,202.80176,83.22604,282.12085,58.292694,44.371216,124.768005,214.64207,747.83856,151.40181,8.639692,14.010104,9.771607,182.44014,12371.248,7.9223433,43.109283,74.090485,29.206638,338.58212,57.28097,208.66435,5.2417684,141.02785,724.79767,577.97266,69.147285,879.9184,68.86791,93.402374,119.388916,38.13271,6.8944297,25.824572,986.258,3.1996682,5.5597944,154.16966,9.130774,5.4141703,36.712006,44.410957,464.35852,108.80443,171.69815,1711.3162,145.78996,2166.9255,1825.8861,11.492193,11.370313,6974.738,11.299476,24.26146,317.23605,40.268085,81.98217,45.12105,225.77452,1073.9717,281.24115,5.8128986,47.196434,310.57346,2006.846,38.05268,147.72273,13.862257,1.3227696,55.171623,1.1578612,0.915907,3.0025876,12.777766,44.721165,124.87285,27.659029,1652.393,48.268055,16.764286,23.316668,6.385655,59.80052,4.212847,2.2486389,5.873125,58.98015,0.09722024,2.0203402,4.4173627,39.414062,14.92125,1.9574791,11.948516,518.77277,49.195713,946.98566,23.312353,1651.0654,43.95678,731.6924,637.7564,17.039772,13.440401,1150.0159,1700.8661,4430.9365,618.13696 +2023-04-25 22:00:00,0.0,4205.1006,43.264637,25.556013,14.1675,42.778812,203.6478,33.443386,71.19015,24.46333,39.58602,341.67188,571.61414,21.586212,45.33376,4.8306456,1.0799859,37.338573,17.846006,11.408704,491.8966,2.9974334,349.65057,103.292755,3.6355765,21.512106,121.6485,51.68141,288.99167,215.43459,2730.0898,3.5135128,2340.0496,18.63612,3.9994082,2.5868623,19.476534,222.89494,275.1098,105.26544,103.94722,30.46245,9.5695915,859.97504,37.365795,66.06662,57.540424,379.90598,16.13693,358.44125,12.4907,51.392403,0.0,3750.5483,8436.596,6.3971443,50.039593,51.37753,30517.709,113.36896,4.6967683,62.822777,97.12798,52.896645,14.953088,44.565067,662.3009,78.91997,43.128376,5.119642,9.917459,857.1785,5.9955277,333.339,65.75125,2404.5486,91.65463,130.33809,166.03934,266.97693,17.77673,32.111282,135.75938,14.703662,16.66222,20.364222,37.64482,149.00015,14.046546,10.755661,111.64296,20.100218,4320.8066,36.77501,35.685417,24.80631,35.731186,303.96573,79.49978,52.792362,15.4529295,18.55851,39.140827,118.55844,202.68655,83.22848,282.13293,58.336906,44.369133,124.7871,214.73361,748.9542,151.44502,8.637239,14.022015,9.762977,182.69478,12385.084,7.91342,43.088146,73.9594,29.205095,338.59192,57.19657,208.54147,5.236858,141.10283,724.4546,577.3972,69.12491,879.4764,68.75083,93.35521,119.46469,38.075573,6.88282,25.795946,987.0089,3.18837,5.544715,153.98885,9.129246,5.413336,36.651768,44.36725,463.95416,108.70642,171.68037,1710.755,145.91806,2167.3833,1826.2815,11.498889,11.3815975,6984.3384,11.294918,24.285418,317.23892,40.29761,82.03922,45.15088,225.98395,1075.0552,281.28104,5.817091,47.22183,310.99286,2009.405,38.10641,147.82498,13.872523,1.3224206,55.17353,1.1575835,0.9150334,2.9993305,12.782114,44.75189,125.047066,27.652315,1654.6934,48.299072,16.77143,23.322222,6.3864684,59.776737,4.215046,2.2483518,5.8737497,58.97587,0.09663889,2.0195103,4.4167447,39.421875,14.921309,1.9552639,11.964949,519.4358,49.256355,948.1939,23.334045,1653.0422,43.9946,731.49115,638.51624,17.059067,13.445976,1151.3488,1702.9684,4435.2344,617.925 +2023-04-25 23:00:00,0.0,4206.1753,43.289074,25.57628,14.1793375,42.790165,203.69073,33.448696,71.19988,24.462902,39.58339,341.9674,571.9684,21.589836,45.37299,4.8215857,1.0783696,37.343803,17.85343,11.397577,491.98935,2.996893,349.7438,103.280426,3.6285877,21.417,121.66196,51.66763,288.57916,215.38371,2731.6675,3.5020196,2339.9534,18.561605,3.9882686,2.578354,19.427994,222.944,275.12875,104.89635,104.015274,30.48284,9.570381,859.9475,37.14887,66.051674,57.570137,380.14252,16.12636,358.58105,12.49262,51.379456,0.0,3752.4827,8443.151,6.403668,50.0702,51.419456,30531.139,113.44798,4.7008786,62.82329,97.10824,52.91895,14.960407,44.53928,662.6434,78.996445,43.136433,5.1222973,9.919514,857.4712,6.0050335,333.08963,65.788124,2403.7327,91.67454,130.27757,165.9944,266.96512,17.754845,32.086853,135.48076,14.687658,16.648867,20.37666,37.64753,148.87955,14.051912,10.7600975,111.663895,20.100494,4320.4033,36.79048,35.65521,24.806223,35.741623,303.87177,79.48424,52.792015,15.458881,18.565727,39.12458,118.574875,202.57135,83.2309,282.14502,58.38112,44.36705,124.80619,214.82513,750.0699,151.48824,8.634787,14.033924,9.754345,182.94942,12398.921,7.9044976,43.06701,73.82831,29.203552,338.60168,57.112175,208.4186,5.2319474,141.1778,724.1115,576.8218,69.10252,879.03436,68.63374,93.30804,119.54047,38.018433,6.8712106,25.76732,987.75977,3.1770718,5.5296354,153.80804,9.127718,5.4125013,36.59153,44.323536,463.5498,108.60842,171.6626,1710.1937,146.04616,2167.841,1826.6769,11.505585,11.392882,6993.9395,11.29036,24.309376,317.2418,40.32714,82.096275,45.180702,226.19336,1076.1385,281.32095,5.821284,47.247223,311.41226,2011.9641,38.160145,147.92723,13.88279,1.3220717,55.17544,1.1573057,0.9141598,2.9960732,12.786462,44.78261,125.22128,27.645603,1656.9937,48.330093,16.77857,23.327778,6.387282,59.752953,4.217245,2.2480648,5.874375,58.97159,0.09605754,2.0186803,4.416127,39.429688,14.92137,1.9530486,11.981381,520.0988,49.317,949.4022,23.35574,1655.0189,44.032413,731.2899,639.2761,17.078362,13.4515505,1152.6815,1705.0707,4439.5327,617.713 +2023-04-26 00:00:00,0.0,4207.25,43.31351,25.596546,14.191175,42.801514,203.73367,33.454002,71.20962,24.462475,39.580753,342.26294,572.3227,21.59346,45.41222,4.812526,1.0767534,37.349033,17.860853,11.386451,492.0821,2.9963524,349.83704,103.2681,3.6215987,21.321894,121.675415,51.653847,288.1667,215.33282,2733.245,3.4905267,2339.8574,18.487093,3.9771287,2.5698457,19.37945,222.99306,275.1477,104.52725,104.083336,30.50323,9.571171,859.92,36.93194,66.03673,57.599846,380.37906,16.11579,358.72083,12.494541,51.366505,0.0,3754.4172,8449.708,6.410192,50.100807,51.461384,30544.568,113.52701,4.7049885,62.823807,97.08849,52.941257,14.967727,44.513493,662.98584,79.072914,43.144493,5.124953,9.92157,857.7639,6.0145392,332.84027,65.825,2402.9167,91.69444,130.21707,165.94946,266.9533,17.73296,32.062424,135.20212,14.671655,16.635513,20.389097,37.65024,148.75894,14.05728,10.764535,111.68483,20.100769,4320.0,36.805954,35.625,24.806133,35.75206,303.77777,79.4687,52.791668,15.464832,18.572945,39.108334,118.59131,202.45615,83.23334,282.1571,58.42533,44.364967,124.82529,214.91666,751.1856,151.53143,8.632334,14.045834,9.745714,183.20406,12412.757,7.8955746,43.045876,73.69722,29.202011,338.61145,57.027775,208.29572,5.227037,141.25278,723.76843,576.2463,69.08015,878.59235,68.51666,93.26087,119.616234,37.961296,6.8596005,25.738695,988.5107,3.1657736,5.5145555,153.62723,9.12619,5.411667,36.531292,44.279823,463.14548,108.510414,171.6448,1709.6324,146.17424,2168.2988,1827.0723,11.51228,11.404167,7003.54,11.285803,24.333334,317.24466,40.356667,82.153336,45.210526,226.40279,1077.2219,281.36084,5.825476,47.272617,311.83167,2014.5232,38.213875,148.0295,13.893056,1.3217227,55.17735,1.157028,0.9132861,2.9928162,12.790809,44.81333,125.3955,27.63889,1659.2941,48.36111,16.785713,23.333334,6.3880954,59.729168,4.2194443,2.2477777,5.875,58.96731,0.095476195,2.0178506,4.4155097,39.4375,14.921429,1.9508333,11.997814,520.76184,49.377647,950.6105,23.377432,1656.9956,44.070232,731.08875,640.03595,17.097656,13.457125,1154.0144,1707.1731,4443.831,617.50104 +2023-04-26 01:00:00,0.0,4208.3247,43.337948,25.616814,14.203014,42.812866,203.77663,33.459312,71.219345,24.462046,39.578117,342.55847,572.67694,21.597084,45.451454,4.803467,1.075137,37.354263,17.868277,11.375325,492.17484,2.9958117,349.93027,103.25577,3.6146097,21.226788,121.68888,51.640064,287.75418,215.28195,2734.8228,3.4790335,2339.7612,18.412579,3.965989,2.5613375,19.33091,223.04211,275.16666,104.15816,104.15139,30.523619,9.571961,859.89246,36.71501,66.02179,57.62956,380.6156,16.10522,358.86063,12.496461,51.353554,0.0,3756.3516,8456.264,6.4167156,50.131413,51.50331,30557.998,113.60604,4.7090983,62.824326,97.06875,52.963566,14.975046,44.487705,663.32837,79.14939,43.15255,5.1276083,9.923626,858.05664,6.0240445,332.5909,65.86188,2402.1006,91.714355,130.15657,165.90454,266.94147,17.711075,32.03799,134.9235,14.655651,16.62216,20.401533,37.652954,148.63832,14.062646,10.768971,111.705765,20.101046,4319.5967,36.82143,35.59479,24.806046,35.7625,303.6838,79.453156,52.79132,15.470783,18.58016,39.092087,118.607735,202.34093,83.23576,282.16922,58.469543,44.362885,124.84438,215.0082,752.3013,151.57465,8.629881,14.057743,9.737083,183.4587,12426.593,7.886652,43.02474,73.56613,29.200468,338.62125,56.94338,208.17285,5.2221265,141.32776,723.4254,575.67084,69.05776,878.1503,68.39958,93.2137,119.69201,37.90416,6.847991,25.71007,989.26154,3.1544757,5.499476,153.44643,9.124662,5.4108324,36.471054,44.236115,462.74112,108.412415,171.62703,1709.071,146.30234,2168.7566,1827.4677,11.518976,11.415452,7013.1406,11.281245,24.357292,317.2475,40.386196,82.21039,45.240353,226.6122,1078.3054,281.40073,5.8296685,47.29801,312.25107,2017.0823,38.267605,148.13174,13.903322,1.3213738,55.179256,1.1567502,0.91241246,2.9895592,12.7951565,44.844055,125.56972,27.632175,1661.5945,48.392128,16.792856,23.338888,6.388909,59.705383,4.2216434,2.2474906,5.8756247,58.96303,0.09489484,2.0170207,4.4148917,39.445312,14.921488,1.948618,12.014247,521.42487,49.43829,951.8188,23.399124,1658.9723,44.10805,730.8875,640.79584,17.116951,13.462699,1155.3472,1709.2754,4448.1294,617.28906 +2023-04-26 02:00:00,0.0,4209.3994,43.362385,25.637081,14.214852,42.824215,203.81956,33.464622,71.22908,24.461618,39.575485,342.854,573.03125,21.600708,45.490685,4.794407,1.0735208,37.359493,17.8757,11.364199,492.26755,2.9952712,350.0235,103.24344,3.6076207,21.131681,121.70234,51.62628,287.34167,215.23108,2736.4004,3.4675405,2339.665,18.338064,3.9548495,2.552829,19.282368,223.09117,275.1856,103.78906,104.219444,30.54401,9.572751,859.8649,36.498085,66.00684,57.659267,380.85214,16.09465,359.00043,12.498382,51.340603,0.0,3758.286,8462.819,6.4232397,50.162018,51.54524,30571.428,113.68507,4.713208,62.82484,97.04901,52.98587,14.982366,44.461918,663.67084,79.22587,43.160606,5.130264,9.925682,858.3493,6.0335503,332.34155,65.89875,2401.2847,91.73426,130.09605,165.8596,266.92966,17.68919,32.01356,134.64487,14.6396475,16.608805,20.41397,37.655663,148.51772,14.068013,10.773409,111.7267,20.10132,4319.1934,36.836903,35.564583,24.805958,35.772938,303.5898,79.43762,52.790974,15.476735,18.587378,39.075844,118.62417,202.22572,83.2382,282.1813,58.513756,44.3608,124.86347,215.09972,753.417,151.61784,8.627428,14.0696535,9.728453,183.71333,12440.43,7.877729,43.0036,73.43504,29.198925,338.631,56.85898,208.04997,5.217216,141.40273,723.08234,575.09534,69.035385,877.7083,68.28249,93.166534,119.767784,37.847023,6.836381,25.681444,990.01245,3.1431775,5.4843965,153.26561,9.123135,5.409998,36.410816,44.1924,462.33676,108.31441,171.60924,1708.51,146.43044,2169.2144,1827.863,11.525672,11.426737,7022.741,11.276688,24.38125,317.25037,40.41572,82.26745,45.270176,226.82162,1079.3888,281.4406,5.833861,47.32341,312.67047,2019.6414,38.32134,148.234,13.913588,1.3210249,55.181168,1.1564724,0.91153884,2.986302,12.799503,44.87478,125.74393,27.625463,1663.8948,48.423145,16.8,23.344444,6.3897223,59.6816,4.2238426,2.2472036,5.87625,58.95875,0.094313495,2.0161908,4.414274,39.453125,14.921548,1.9464027,12.03068,522.0879,49.498936,953.02704,23.420816,1660.949,44.14587,730.6863,641.55566,17.136246,13.468273,1156.68,1711.3778,4452.4272,617.0771 +2023-04-26 03:00:00,0.0,4210.474,43.38682,25.657347,14.22669,42.835567,203.8625,33.46993,71.238815,24.46119,39.57285,343.1495,573.3855,21.604332,45.529915,4.7853475,1.0719045,37.364727,17.883125,11.353072,492.3603,2.9947307,350.11673,103.23111,3.600632,21.036575,121.715805,51.6125,286.92917,215.18019,2737.978,3.4560473,2339.5688,18.263552,3.9437096,2.5443208,19.233826,223.14023,275.20456,103.41997,104.2875,30.5644,9.573541,859.83746,36.28116,65.991905,57.68898,381.08868,16.08408,359.14023,12.500302,51.327652,0.0,3760.2205,8469.375,6.4297633,50.192623,51.587162,30584.857,113.76409,4.7173185,62.825356,97.02927,53.00818,14.989685,44.43613,664.0133,79.302345,43.168667,5.1329193,9.927738,858.642,6.043056,332.0922,65.93562,2400.4688,91.754166,130.03555,165.81467,266.91785,17.667305,31.98913,134.36624,14.623645,16.595451,20.426409,37.658375,148.39711,14.0733795,10.777845,111.747635,20.101597,4318.79,36.852375,35.534374,24.80587,35.783375,303.49582,79.42208,52.790627,15.482686,18.594595,39.059597,118.6406,202.11052,83.24062,282.1934,58.55797,44.35872,124.88257,215.19124,754.53265,151.66106,8.624975,14.081563,9.719822,183.96797,12454.266,7.868806,42.982464,73.303955,29.197382,338.6408,56.774582,207.9271,5.2123055,141.4777,722.73926,574.5199,69.013,877.2663,68.16541,93.11936,119.84355,37.789883,6.8247714,25.652819,990.7633,3.1318793,5.469317,153.0848,9.121607,5.4091635,36.35058,44.14869,461.9324,108.21641,171.59146,1707.9486,146.55852,2169.672,1828.2584,11.532368,11.438022,7032.342,11.27213,24.405209,317.25323,40.44525,82.3245,45.3,227.03105,1080.4723,281.4805,5.8380537,47.348804,313.08987,2022.2003,38.37507,148.33626,13.923854,1.3206758,55.183075,1.1561947,0.91066515,2.9830449,12.803851,44.9055,125.918144,27.61875,1666.1952,48.454166,16.807142,23.35,6.390536,59.657814,4.2260413,2.2469168,5.876875,58.954475,0.09373215,2.015361,4.4136567,39.460938,14.921607,1.9441874,12.047112,522.75085,49.55958,954.23535,23.442509,1662.9257,44.18369,730.48505,642.31555,17.15554,13.473848,1158.0128,1713.4801,4456.7256,616.8651 +2023-04-26 04:00:00,0.0,4211.549,43.41126,25.677614,14.238529,42.84692,203.90544,33.47524,71.24854,24.460762,39.570213,343.44504,573.7398,21.607956,45.56915,4.776288,1.0702882,37.369957,17.890549,11.341946,492.45303,2.99419,350.20996,103.21878,3.593643,20.94147,121.72926,51.598717,286.51666,215.12932,2739.5554,3.4445543,2339.473,18.189037,3.93257,2.5358126,19.185284,223.18929,275.2235,103.05087,104.35555,30.58479,9.57433,859.80994,36.06423,65.97696,57.71869,381.32523,16.07351,359.28003,12.502222,51.3147,0.0,3762.1548,8475.932,6.4362874,50.223232,51.62909,30598.287,113.843124,4.7214284,62.82587,97.00952,53.030483,14.9970045,44.410343,664.35583,79.37882,43.176723,5.135575,9.929794,858.93475,6.0525613,331.8428,65.9725,2399.6528,91.77408,129.97504,165.76973,266.90604,17.645422,31.964699,134.0876,14.607641,16.582098,20.438847,37.661087,148.27649,14.078747,10.782283,111.76857,20.101871,4318.3867,36.86785,35.504166,24.805782,35.79381,303.40186,79.40654,52.79028,15.488638,18.601812,39.04335,118.657036,201.99532,83.24306,282.20547,58.60218,44.356636,124.901665,215.28278,755.6484,151.70427,8.622522,14.0934725,9.71119,184.22261,12468.102,7.8598833,42.96133,73.17287,29.19584,338.65057,56.69018,207.80423,5.207395,141.55269,722.39624,573.94446,68.99062,876.8243,68.04833,93.07219,119.91933,37.732746,6.813162,25.624193,991.5142,3.1205814,5.454237,152.90399,9.120079,5.4083295,36.29034,44.10498,461.52805,108.1184,171.57367,1707.3873,146.68661,2170.13,1828.6538,11.539064,11.4493065,7041.9424,11.267572,24.429167,317.2561,40.474777,82.38155,45.329826,227.24046,1081.5557,281.5204,5.842246,47.3742,313.50928,2024.7594,38.4288,148.4385,13.93412,1.3203269,55.184986,1.1559169,0.9097915,2.9797878,12.808199,44.936222,126.09236,27.612038,1668.4956,48.485184,16.814285,23.355556,6.3913493,59.63403,4.2282405,2.2466297,5.8775,58.950195,0.093150795,2.0145311,4.4130387,39.46875,14.921667,1.9419721,12.063545,523.4139,49.620224,955.4436,23.464201,1664.9023,44.221508,730.2838,643.0754,17.174835,13.479423,1159.3457,1715.5825,4461.024,616.65314 +2023-04-26 05:00:00,0.0,4212.6235,43.435696,25.697882,14.250367,42.85827,203.94838,33.480545,71.25828,24.460333,39.567577,343.74057,574.09406,21.61158,45.60838,4.767228,1.068672,37.375187,17.897972,11.33082,492.54578,2.9936495,350.3032,103.20645,3.586654,20.846363,121.74272,51.584934,286.1042,215.07843,2741.133,3.4330611,2339.3767,18.114525,3.9214303,2.5273042,19.136744,223.23834,275.24246,102.68178,104.423615,30.605179,9.57512,859.7824,35.847305,65.96202,57.7484,381.56177,16.062939,359.41983,12.504143,51.30175,0.0,3764.0894,8482.487,6.442811,50.253838,51.671017,30611.717,113.92215,4.7255383,62.826385,96.98978,53.05279,15.004324,44.384556,664.6983,79.45529,43.184784,5.1382303,9.93185,859.2275,6.062067,331.59344,66.00938,2398.837,91.79398,129.91452,165.7248,266.89423,17.623537,31.94027,133.80898,14.591638,16.568745,20.451284,37.663795,148.15588,14.084113,10.78672,111.789505,20.102148,4317.9834,36.883324,35.473957,24.805695,35.804253,303.30786,79.391,52.789932,15.494589,18.60903,39.027103,118.67347,201.88011,83.24549,282.21756,58.646393,44.354553,124.92076,215.3743,756.76404,151.74747,8.6200695,14.105382,9.702559,184.47725,12481.938,7.8509603,42.940193,73.04178,29.194298,338.66037,56.605785,207.68135,5.2024846,141.62766,722.05316,573.36896,68.96824,876.38226,67.931244,93.025024,119.9951,37.67561,6.801552,25.595568,992.2651,3.1092832,5.4391575,152.72318,9.118551,5.407495,36.230103,44.061268,461.12372,108.0204,171.5559,1706.8262,146.81471,2170.5876,1829.0492,11.54576,11.460591,7051.5435,11.263015,24.453125,317.25897,40.504307,82.438614,45.35965,227.44989,1082.639,281.56027,5.8464384,47.399593,313.92868,2027.3185,38.48253,148.54076,13.9443865,1.319978,55.186893,1.1556392,0.90891784,2.9765308,12.812546,44.966946,126.26658,27.605324,1670.7959,48.5162,16.821428,23.36111,6.392163,59.610245,4.2304397,2.2463427,5.8781247,58.945915,0.09256945,2.0137012,4.412421,39.476562,14.921726,1.9397569,12.079977,524.0769,49.68087,956.6519,23.485895,1666.8792,44.259327,730.0826,643.83527,17.19413,13.484997,1160.6785,1717.6848,4465.3223,616.44116 +2023-04-26 06:00:00,0.0,4213.698,43.460133,25.718147,14.262205,42.86962,203.99133,33.485855,71.26801,24.459906,39.564945,344.0361,574.44836,21.615204,45.64761,4.7581687,1.0670557,37.380417,17.905396,11.319694,492.63852,2.993109,350.39642,103.19412,3.579665,20.751257,121.75619,51.571156,285.69168,215.02756,2742.7107,3.421568,2339.2805,18.04001,3.9102905,2.518796,19.0882,223.28741,275.2614,102.31268,104.49167,30.625568,9.57591,859.7549,35.63038,65.947075,57.77811,381.7983,16.05237,359.55963,12.506063,51.2888,0.0,3766.0237,8489.043,6.449335,50.284443,51.712944,30625.146,114.001175,4.7296486,62.826904,96.97003,53.075096,15.011643,44.35877,665.0408,79.53177,43.19284,5.1408854,9.933907,859.52014,6.071573,331.3441,66.04625,2398.0208,91.81389,129.85402,165.67986,266.8824,17.601652,31.915838,133.53035,14.575634,16.555391,20.46372,37.66651,148.03528,14.08948,10.791157,111.81044,20.102423,4317.58,36.898796,35.44375,24.805607,35.81469,303.2139,79.37546,52.789585,15.500541,18.616247,39.01086,118.6899,201.76491,83.24792,282.22968,58.690605,44.35247,124.93985,215.46584,757.87976,151.79068,8.617617,14.117292,9.693929,184.73189,12495.774,7.842037,42.919056,72.91069,29.192755,338.67014,56.521385,207.55847,5.197574,141.70264,721.7101,572.7935,68.94586,875.94025,67.81416,92.97785,120.07087,37.618473,6.7899423,25.566942,993.016,3.097985,5.424078,152.54237,9.117023,5.4066606,36.169865,44.017555,460.71936,107.92239,171.53812,1706.2649,146.94281,2171.0454,1829.4446,11.552456,11.471876,7061.144,11.258457,24.477083,317.2618,40.533836,82.49567,45.389473,227.65932,1083.7225,281.6002,5.8506308,47.424988,314.34808,2029.8776,38.536263,148.64302,13.954653,1.3196291,55.188805,1.1553614,0.9080442,2.9732735,12.816894,44.997665,126.440796,27.598612,1673.0963,48.547222,16.828571,23.366667,6.3929763,59.58646,4.232639,2.2460556,5.87875,58.94164,0.091988094,2.0128715,4.4118037,39.484375,14.921785,1.9375416,12.09641,524.7399,49.741516,957.86017,23.507587,1668.8558,44.297142,729.88135,644.5951,17.213427,13.490571,1162.0112,1719.7871,4469.62,616.22925 +2023-04-26 07:00:00,0.0,4214.773,43.48457,25.738415,14.274043,42.88097,204.03427,33.49116,71.27774,24.459478,39.56231,344.3316,574.8026,21.618828,45.68684,4.7491093,1.0654393,37.385647,17.912819,11.308567,492.73126,2.9925683,350.48962,103.18179,3.5726762,20.656153,121.769646,51.557373,285.27917,214.97667,2744.2883,3.410075,2339.1843,17.965498,3.8991508,2.5102878,19.03966,223.33647,275.2804,101.94359,104.55972,30.645958,9.5767,859.72736,35.413452,65.93214,57.807823,382.03485,16.0418,359.69943,12.507983,51.27585,0.0,3767.958,8495.599,6.4558587,50.31505,51.75487,30638.576,114.08021,4.7337584,62.82742,96.95029,53.097404,15.018963,44.33298,665.3833,79.608246,43.2009,5.143541,9.935962,859.81287,6.081078,331.09473,66.08312,2397.2048,91.8338,129.79352,165.63492,266.87057,17.579767,31.891407,133.25172,14.55963,16.542038,20.476158,37.66922,147.91466,14.094848,10.795594,111.831375,20.1027,4317.177,36.914272,35.41354,24.80552,35.825127,303.1199,79.35992,52.789238,15.506492,18.623465,38.994614,118.70634,201.6497,83.25035,282.24176,58.734818,44.350388,124.95895,215.55736,758.9954,151.8339,8.615164,14.129202,9.685298,184.98653,12509.61,7.8331146,42.89792,72.7796,29.191212,338.67993,56.43699,207.4356,5.1926637,141.77762,721.36707,572.218,68.92348,875.4982,67.69708,92.93069,120.146645,37.561337,6.778332,25.538317,993.7669,3.0866868,5.408998,152.36156,9.115496,5.405826,36.109627,43.973846,460.315,107.824394,171.52032,1705.7036,147.07089,2171.5032,1829.8401,11.559152,11.48316,7070.7446,11.2539,24.501041,317.26468,40.563362,82.55272,45.4193,227.86873,1084.8059,281.64008,5.854823,47.450382,314.7675,2032.4366,38.589993,148.74527,13.964919,1.31928,55.190712,1.1550837,0.9071706,2.9700165,12.82124,45.02839,126.615005,27.591898,1675.3967,48.57824,16.835714,23.372223,6.39379,59.562675,4.2348375,2.2457685,5.879375,58.93736,0.09140675,2.0120416,4.4111857,39.492188,14.921845,1.9353263,12.112843,525.40295,49.80216,959.0685,23.52928,1670.8325,44.33496,729.6801,645.355,17.232721,13.496145,1163.3441,1721.8895,4473.9185,616.0173 +2023-04-26 08:00:00,0.0,4215.8477,43.509007,25.758682,14.285882,42.892323,204.07721,33.49647,71.287476,24.45905,39.559673,344.62714,575.1569,21.622452,45.726074,4.7400494,1.0638231,37.390877,17.920244,11.2974415,492.824,2.9920278,350.58286,103.169464,3.5656872,20.561047,121.783104,51.54359,284.86667,214.9258,2745.866,3.3985817,2339.0884,17.890984,3.8880112,2.5017793,18.99112,223.38553,275.29935,101.57449,104.62778,30.666348,9.57749,859.6998,35.19652,65.91719,57.837532,382.2714,16.031229,359.83923,12.509904,51.262897,0.0,3769.8926,8502.155,6.462383,50.345657,51.796795,30652.006,114.15923,4.7378683,62.827934,96.93054,53.119713,15.026282,44.307198,665.72577,79.68472,43.208958,5.1461964,9.938018,860.1056,6.090584,330.84537,66.12,2396.389,91.85371,129.733,165.58998,266.85876,17.557882,31.866976,132.97308,14.543627,16.528683,20.488596,37.671932,147.79405,14.100214,10.800031,111.85231,20.102974,4316.7734,36.929745,35.383335,24.805431,35.835564,303.0259,79.34438,52.788887,15.512444,18.63068,38.978367,118.72277,201.5345,83.25278,282.25385,58.77903,44.348305,124.97804,215.64888,760.1111,151.87709,8.612711,14.141111,9.676666,185.24118,12523.447,7.8241916,42.876785,72.64851,29.189669,338.6897,56.35259,207.31273,5.187753,141.85258,721.024,571.6426,68.9011,875.0562,67.579994,92.883514,120.22242,37.504196,6.7667227,25.509691,994.51776,3.075389,5.3939185,152.18076,9.113968,5.4049916,36.04939,43.930134,459.91064,107.72639,171.50255,1705.1423,147.19899,2171.961,1830.2355,11.565847,11.494445,7080.345,11.249342,24.525,317.26755,40.59289,82.60978,45.449123,228.07816,1085.8894,281.67996,5.859016,47.475777,315.1869,2034.9957,38.643723,148.84752,13.975185,1.3189311,55.192623,1.1548059,0.9062969,2.9667594,12.825588,45.059113,126.78922,27.585186,1677.697,48.609257,16.842857,23.377777,6.3946033,59.538887,4.2370367,2.2454815,5.8799996,58.93308,0.0908254,2.0112116,4.410568,39.5,14.921905,1.9331111,12.129275,526.066,49.862804,960.2768,23.550972,1672.8092,44.37278,729.4789,646.1148,17.252016,13.50172,1164.6769,1723.9918,4478.217,615.8053 +2023-04-26 09:00:00,0.0,4216.9224,43.533443,25.778948,14.29772,42.903675,204.12015,33.50178,71.2972,24.458622,39.557037,344.92267,575.51117,21.626076,45.765305,4.73099,1.0622069,37.39611,17.927668,11.286315,492.91672,2.991487,350.6761,103.157135,3.5586982,20.46594,121.79657,51.529808,284.45416,214.87491,2747.4436,3.3870888,2338.9922,17.81647,3.8768713,2.493271,18.942575,223.43459,275.3183,101.2054,104.69583,30.686737,9.5782795,859.67236,34.979595,65.90225,57.86724,382.50793,16.020658,359.97903,12.511825,51.24995,0.0,3771.8271,8508.711,6.4689064,50.376263,51.838722,30665.436,114.23826,4.7419786,62.82845,96.9108,53.142017,15.033602,44.28141,666.06824,79.7612,43.21702,5.148852,9.940074,860.3983,6.1000896,330.596,66.156876,2395.573,91.87361,129.67249,165.54504,266.84695,17.535997,31.842546,132.69446,14.527624,16.51533,20.501034,37.674644,147.67345,14.105581,10.804468,111.873245,20.10325,4316.37,36.945217,35.353127,24.805344,35.846004,302.93195,79.32884,52.78854,15.518394,18.637897,38.96212,118.739204,201.4193,83.25521,282.26593,58.823242,44.346222,124.99713,215.74042,761.2268,151.9203,8.610259,14.153021,9.6680355,185.49582,12537.283,7.8152685,42.855648,72.517426,29.188128,338.69946,56.268192,207.18985,5.1828427,141.92757,720.6809,571.06714,68.878716,874.6142,67.46291,92.83635,120.29819,37.44706,6.755113,25.481066,995.2687,3.0640907,5.378839,151.99994,9.11244,5.404157,35.98915,43.88642,459.5063,107.62839,171.48476,1704.581,147.32709,2172.4187,1830.6309,11.572544,11.50573,7089.946,11.244784,24.54896,317.27042,40.622417,82.66683,45.478947,228.28758,1086.9728,281.71985,5.8632083,47.50117,315.6063,2037.5548,38.697456,148.94978,13.985452,1.3185822,55.19453,1.1545281,0.9054233,2.9635024,12.829936,45.089832,126.96344,27.578472,1679.9974,48.640278,16.85,23.383333,6.3954167,59.515102,4.239236,2.2451944,5.880625,58.928802,0.09024405,2.010382,4.4099507,39.507812,14.921965,1.9308958,12.145708,526.729,49.92345,961.48505,23.572664,1674.7859,44.4106,729.27765,646.8747,17.27131,13.507295,1166.0098,1726.0942,4482.515,615.5933 +2023-04-26 10:00:00,0.0,4217.997,43.55788,25.799215,14.309558,42.915024,204.16309,33.507088,71.30694,24.458193,39.554405,345.2182,575.8655,21.6297,45.804535,4.7219305,1.0605905,37.40134,17.935091,11.275188,493.00946,2.9909465,350.76932,103.144806,3.5517092,20.370834,121.81003,51.516026,284.0417,214.82404,2749.0212,3.3755956,2338.896,17.741957,3.8657317,2.484763,18.894035,223.48364,275.33725,100.8363,104.763885,30.707127,9.579069,859.64484,34.76267,65.88731,57.896954,382.74448,16.010088,360.11884,12.513744,51.237,0.0,3773.7612,8515.267,6.4754305,50.406868,51.88065,30678.865,114.31729,4.7460885,62.828968,96.89105,53.164326,15.040921,44.255623,666.41077,79.83768,43.225075,5.1515074,9.94213,860.691,6.109595,330.34665,66.19375,2394.7568,91.893524,129.61198,165.5001,266.83514,17.514114,31.818115,132.41583,14.5116205,16.501976,20.51347,37.677357,147.55283,14.110948,10.808905,111.89418,20.103525,4315.967,36.960693,35.322918,24.805256,35.85644,302.83795,79.3133,52.788193,15.524346,18.645115,38.945873,118.75564,201.3041,83.25764,282.278,58.867455,44.34414,125.01623,215.83194,762.34247,151.96352,8.607806,14.164931,9.659405,185.75046,12551.119,7.806346,42.83451,72.38634,29.186584,338.70926,56.183792,207.06697,5.1779323,142.00255,720.3379,570.49164,68.85634,874.1721,67.34583,92.78918,120.37396,37.389923,6.743503,25.45244,996.01953,3.0527925,5.3637595,151.81912,9.110912,5.4033227,35.928913,43.842712,459.10196,107.53038,171.46698,1704.0198,147.45518,2172.8765,1831.0262,11.57924,11.5170145,7099.547,11.240227,24.572918,317.27325,40.651947,82.72389,45.508774,228.497,1088.0562,281.75974,5.8674006,47.526566,316.0257,2040.1138,38.751186,149.05203,13.995718,1.3182333,55.19644,1.1542504,0.9045496,2.9602451,12.834283,45.120556,127.13766,27.57176,1682.2979,48.671295,16.857141,23.38889,6.39623,59.491318,4.241435,2.2449074,5.88125,58.924522,0.0896627,2.009552,4.4093328,39.515625,14.922024,1.9286805,12.162141,527.39197,49.984093,962.69336,23.594357,1676.7626,44.448418,729.0764,647.6345,17.290606,13.512869,1167.3425,1728.1965,4486.813,615.38135 +2023-04-26 11:00:00,0.0,4219.072,43.582317,25.819483,14.321397,42.926376,204.20604,33.512398,71.31667,24.457766,39.55177,345.51373,576.2197,21.633324,45.84377,4.7128706,1.0589743,37.40657,17.942514,11.264062,493.1022,2.990406,350.86255,103.13248,3.5447204,20.275728,121.82349,51.502243,283.62918,214.77316,2750.5989,3.3641026,2338.8,17.667442,3.854592,2.4762545,18.845493,223.5327,275.3562,100.46721,104.83195,30.727516,9.579859,859.6173,34.545742,65.87237,57.926662,382.98102,15.999518,360.25864,12.515665,51.22405,0.0,3775.6958,8521.822,6.481954,50.437473,51.922577,30692.295,114.39632,4.7501984,62.829483,96.87131,53.18663,15.048241,44.229836,666.75323,79.91415,43.233135,5.154163,9.944186,860.9837,6.1191006,330.09726,66.23062,2393.941,91.91343,129.55148,165.45517,266.82333,17.49223,31.793684,132.1372,14.495617,16.488623,20.525908,37.68007,147.43222,14.116315,10.813342,111.91511,20.103802,4315.5635,36.976166,35.29271,24.805168,35.86688,302.744,79.29776,52.787846,15.530297,18.652332,38.92963,118.77207,201.18889,83.26007,282.2901,58.911663,44.342056,125.035324,215.92346,763.4582,152.00671,8.605353,14.176841,9.650774,186.0051,12564.956,7.797423,42.813377,72.25525,29.185041,338.71902,56.099396,206.94409,5.173022,142.07753,719.9948,569.9162,68.833954,873.7301,67.228745,92.74201,120.44974,37.332787,6.7318935,25.423815,996.77045,3.0414944,5.3486795,151.63832,9.109385,5.402488,35.868675,43.799,458.6976,107.43238,171.44919,1703.4586,147.58327,2173.3342,1831.4216,11.585936,11.528299,7109.1475,11.235669,24.596876,317.27612,40.681473,82.780945,45.538597,228.70642,1089.1396,281.79962,5.871593,47.55196,316.4451,2042.6729,38.804916,149.15428,14.005984,1.3178843,55.19835,1.1539726,0.903676,2.956988,12.838631,45.15128,127.311874,27.565046,1684.5983,48.702312,16.864285,23.394444,6.3970437,59.467533,4.243634,2.2446203,5.881875,58.920242,0.089081354,2.008722,4.4087152,39.523438,14.922084,1.9264653,12.178574,528.055,50.04474,963.9016,23.61605,1678.7393,44.486237,728.8752,648.3944,17.3099,13.518443,1168.6754,1730.299,4491.1113,615.1694 +2023-04-26 12:00:00,0.0,4220.1465,43.606754,25.839748,14.333235,42.937725,204.24898,33.517704,71.3264,24.457338,39.549133,345.80923,576.57404,21.636948,45.883,4.703811,1.057358,37.4118,17.949938,11.252936,493.19495,2.9898653,350.95578,103.12015,3.5377314,20.180622,121.83695,51.48846,283.21667,214.72227,2752.1765,3.3526094,2338.7039,17.59293,3.8434522,2.4677463,18.796951,223.58176,275.37515,100.098114,104.9,30.747908,9.580648,859.5898,34.328815,65.85742,57.956375,383.21756,15.988948,360.39844,12.517586,51.211098,0.0,3777.6304,8528.379,6.4884777,50.46808,51.964504,30705.725,114.47534,4.7543087,62.829998,96.85156,53.20894,15.05556,44.20405,667.0957,79.99062,43.24119,5.1568184,9.946242,861.2764,6.1286063,329.8479,66.2675,2393.125,91.933334,129.49097,165.41023,266.8115,17.470345,31.769255,131.85857,14.479613,16.47527,20.538345,37.682777,147.31161,14.121681,10.817779,111.93604,20.104076,4315.16,36.99164,35.2625,24.80508,35.87732,302.65,79.28222,52.7875,15.536249,18.65955,38.913383,118.788506,201.07368,83.262505,282.30222,58.955875,44.339973,125.05442,216.015,764.57385,152.04993,8.6029005,14.18875,9.642143,186.25974,12578.792,7.7885,42.79224,72.12417,29.183498,338.72882,56.015,206.82123,5.1681113,142.1525,719.65173,569.3407,68.81158,873.2881,67.111664,92.69484,120.525505,37.27565,6.7202835,25.39519,997.5213,3.0301964,5.3336,151.4575,9.107857,5.4016542,35.808437,43.755287,458.29324,107.33437,171.43141,1702.8973,147.71136,2173.792,1831.817,11.592631,11.539584,7118.748,11.231112,24.620834,317.279,40.711002,82.838,45.56842,228.91583,1090.223,281.83954,5.875786,47.57736,316.8645,2045.2319,38.858646,149.25655,14.01625,1.3175353,55.200256,1.1536949,0.90280235,2.953731,12.842978,45.182,127.486084,27.558334,1686.8986,48.733334,16.871428,23.4,6.397857,59.44375,4.245833,2.2443333,5.8824997,58.915966,0.0885,2.0078924,4.4080973,39.53125,14.922143,1.9242499,12.195006,528.718,50.105385,965.1099,23.637743,1680.7161,44.524055,728.67395,649.15424,17.329195,13.524017,1170.0082,1732.4012,4495.4097,614.9574 +2023-04-26 13:00:00,0.0,4221.221,43.63119,25.860016,14.345073,42.949078,204.29192,33.523014,71.336136,24.45691,39.5465,346.10477,576.9283,21.640572,45.92223,4.6947517,1.0557417,37.41703,17.957363,11.24181,493.2877,2.9893248,351.049,103.10782,3.5307424,20.085516,121.85041,51.474678,282.80417,214.6714,2753.7542,3.3411164,2338.6077,17.518415,3.8323126,2.459238,18.74841,223.63081,275.3941,99.72902,104.968056,30.768297,9.581439,859.56226,34.11189,65.84248,57.986084,383.4541,15.978378,360.53824,12.5195055,51.198147,0.0,3779.5645,8534.935,6.495002,50.498688,52.006428,30719.154,114.554375,4.7584186,62.830513,96.83182,53.231243,15.06288,44.17826,667.43823,80.0671,43.249252,5.159474,9.948298,861.56915,6.138112,329.59854,66.304375,2392.309,91.95324,129.43047,165.3653,266.79968,17.44846,31.744823,131.57994,14.46361,16.461916,20.550783,37.68549,147.19101,14.1270485,10.822216,111.95698,20.104353,4314.757,37.007114,35.232292,24.804993,35.887756,302.55603,79.26668,52.78715,15.5422,18.666767,38.897137,118.80494,200.95848,83.26493,282.3143,59.000088,44.33789,125.07351,216.10652,765.6896,152.09312,8.600448,14.20066,9.633512,186.51437,12592.628,7.7795773,42.771103,71.99308,29.181957,338.7386,55.9306,206.69835,5.1632004,142.22748,719.3087,568.76526,68.7892,872.84607,66.99458,92.64767,120.60128,37.21851,6.708674,25.366564,998.2722,3.0188982,5.3185205,151.2767,9.106329,5.40082,35.7482,43.71158,457.8889,107.236374,171.41364,1702.336,147.83946,2174.2498,1832.2124,11.599327,11.550869,7128.3486,11.226554,24.644793,317.28186,40.74053,82.89506,45.598248,229.12526,1091.3065,281.87943,5.879978,47.602753,317.2839,2047.791,38.91238,149.3588,14.026516,1.3171864,55.202168,1.1534171,0.90192866,2.950474,12.847325,45.212723,127.6603,27.55162,1689.199,48.76435,16.87857,23.405556,6.3986707,59.419964,4.248032,2.2440462,5.883125,58.911686,0.087918654,2.0070624,4.40748,39.539062,14.922202,1.9220346,12.211439,529.38104,50.166027,966.3182,23.659435,1682.6927,44.56187,728.4727,649.9141,17.34849,13.529592,1171.3411,1734.5035,4499.708,614.7454 +2023-04-26 14:00:00,0.0,4222.296,43.65563,25.880283,14.356911,42.96043,204.33485,33.528324,71.34587,24.456482,39.543865,346.4003,577.2826,21.644196,45.96146,4.685692,1.0541254,37.42226,17.964787,11.230683,493.38043,2.9887843,351.14224,103.09549,3.5237534,19.99041,121.86387,51.460896,282.39166,214.62051,2755.3318,3.3296232,2338.5115,17.443901,3.821173,2.4507296,18.69987,223.67987,275.41306,99.359924,105.03611,30.788687,9.582229,859.5347,33.894962,65.82754,58.015797,383.69064,15.967808,360.67804,12.521426,51.185196,0.0,3781.499,8541.49,6.5015254,50.529293,52.048355,30732.584,114.6334,4.7625284,62.83103,96.81207,53.25355,15.070199,44.152473,667.7807,80.14358,43.25731,5.1621294,9.950355,861.8618,6.1476173,329.34918,66.34125,2391.4932,91.97315,129.36995,165.32036,266.78787,17.426575,31.720392,131.30132,14.447606,16.44856,20.563221,37.6882,147.07039,14.132415,10.8266535,111.97791,20.104628,4314.3535,37.022587,35.202084,24.804905,35.898193,302.46204,79.251144,52.786804,15.548152,18.673985,38.88089,118.82137,200.84328,83.267365,282.3264,59.0443,44.335808,125.092606,216.19804,766.80524,152.13634,8.597995,14.21257,9.624881,186.76901,12606.465,7.770654,42.749966,71.86199,29.180414,338.74838,55.846203,206.57547,5.15829,142.30246,718.96564,568.1898,68.766815,872.40405,66.877495,92.6005,120.677055,37.161373,6.6970644,25.337938,999.0231,3.0076,5.303441,151.09589,9.104801,5.3999853,35.68796,43.667866,457.48453,107.13837,171.39584,1701.7748,147.96754,2174.7075,1832.6078,11.606023,11.562154,7137.949,11.221996,24.66875,317.28473,40.770058,82.95211,45.62807,229.33469,1092.3899,281.9193,5.8841705,47.628147,317.7033,2050.35,38.96611,149.46104,14.036782,1.3168374,55.204075,1.1531394,0.90105504,2.9472167,12.851673,45.243443,127.83452,27.544909,1691.4994,48.79537,16.885714,23.411112,6.399484,59.39618,4.2502313,2.2437592,5.88375,58.907406,0.08733731,2.0062325,4.4068623,39.546875,14.922262,1.9198194,12.227872,530.04407,50.226673,967.5265,23.681128,1684.6694,44.59969,728.2715,650.67395,17.367785,13.535167,1172.6738,1736.606,4504.0063,614.53345 +2023-04-26 15:00:00,0.0,4223.3706,43.680065,25.900549,14.36875,42.97178,204.37779,33.53363,71.3556,24.456053,39.54123,346.69583,577.63684,21.64782,46.000694,4.6766324,1.0525092,37.427494,17.97221,11.219557,493.47318,2.9882436,351.23547,103.08316,3.5167646,19.895304,121.877335,51.447117,281.9792,214.56964,2756.9094,3.31813,2338.4155,17.369389,3.810033,2.4422214,18.651327,223.72893,275.432,98.99083,105.104164,30.809076,9.583018,859.5072,33.678036,65.81259,58.045506,383.9272,15.957237,360.81784,12.523347,51.172245,0.0,3783.4336,8548.047,6.5080495,50.5599,52.090282,30746.014,114.712425,4.7666388,62.831547,96.79233,53.27586,15.077518,44.126686,668.12317,80.220055,43.26537,5.164785,9.95241,862.15454,6.157123,329.09982,66.37813,2390.677,91.99306,129.30945,165.27544,266.77606,17.40469,31.695961,131.02269,14.4316025,16.435207,20.575657,37.69091,146.94978,14.137782,10.83109,111.99885,20.104904,4313.95,37.03806,35.171875,24.804817,35.90863,302.36804,79.2356,52.786457,15.554103,18.6812,38.864647,118.83781,200.72807,83.26979,282.33847,59.088512,44.333725,125.1117,216.28958,767.9209,152.17955,8.595542,14.22448,9.61625,187.02365,12620.301,7.761731,42.728832,71.7309,29.178871,338.75815,55.761803,206.4526,5.1533794,142.37743,718.62256,567.6143,68.74444,871.96204,66.760414,92.55333,120.75282,37.104237,6.6854544,25.309313,999.774,2.9963021,5.288361,150.91508,9.103273,5.399151,35.627724,43.624157,457.0802,107.04037,171.37807,1701.2136,148.09564,2175.1653,1833.0032,11.612719,11.573439,7147.55,11.217439,24.692709,317.28757,40.799583,83.00917,45.657894,229.5441,1093.4733,281.9592,5.888363,47.65354,318.1227,2052.9092,39.01984,149.56331,14.047049,1.3164885,55.205986,1.1528616,0.9001814,2.9439597,12.85602,45.274166,128.00873,27.538195,1693.7997,48.82639,16.892857,23.416666,6.4002976,59.372395,4.2524304,2.2434723,5.8843746,58.90313,0.086755954,2.0054028,4.4062443,39.554688,14.922321,1.9176041,12.244305,530.7071,50.28732,968.73474,23.70282,1686.6461,44.63751,728.07025,651.43384,17.38708,13.540741,1174.0066,1738.7083,4508.304,614.3215 +2023-04-26 16:00:00,0.0,4224.4453,43.704502,25.920816,14.380588,42.98313,204.42075,33.53894,71.36533,24.455626,39.538593,346.99136,577.99115,21.651443,46.039925,4.667573,1.0508928,37.432724,17.979633,11.208431,493.5659,2.987703,351.3287,103.07083,3.5097756,19.800198,121.89079,51.433334,281.56668,214.51875,2758.487,3.306637,2338.3193,17.294874,3.7988935,2.4337132,18.602785,223.77798,275.45096,98.621735,105.172226,30.829466,9.583808,859.47974,33.46111,65.79765,58.07522,384.16373,15.946668,360.95764,12.525267,51.159294,0.0,3785.368,8554.603,6.514573,50.590504,52.13221,30759.443,114.79146,4.7707486,62.83206,96.77259,53.298164,15.084838,44.1009,668.4657,80.296524,43.273426,5.1674404,9.954466,862.44727,6.166629,328.85046,66.415,2389.861,92.01296,129.24893,165.2305,266.76425,17.382807,31.671532,130.74405,14.4156,16.421854,20.588095,37.693623,146.82918,14.143148,10.835527,112.01978,20.105179,4313.547,37.053535,35.141666,24.80473,35.91907,302.27408,79.22006,52.78611,15.560055,18.688417,38.8484,118.85424,200.61287,83.272224,282.35056,59.132725,44.331646,125.13079,216.3811,769.0366,152.22275,8.593089,14.236389,9.607619,187.27829,12634.137,7.7528086,42.707695,71.599815,29.177328,338.7679,55.677406,206.32973,5.148469,142.45241,718.27954,567.0389,68.72205,871.52,66.64333,92.506165,120.8286,37.0471,6.673845,25.280687,1000.52484,2.985004,5.2732816,150.73427,9.101746,5.3983164,35.567486,43.580444,456.67584,106.94236,171.36028,1700.6523,148.22374,2175.623,1833.3986,11.619415,11.5847225,7157.151,11.212881,24.716667,317.29044,40.829113,83.06622,45.68772,229.75352,1094.5568,281.99908,5.892555,47.678936,318.5421,2055.4683,39.07357,149.66556,14.057315,1.3161396,55.207893,1.152584,0.8993077,2.9407027,12.860368,45.30489,128.18295,27.531483,1696.1001,48.857407,16.9,23.422222,6.401111,59.34861,4.2546296,2.2431853,5.8849998,58.89885,0.08617461,2.0045729,4.405627,39.5625,14.922381,1.9153888,12.260737,531.3701,50.34796,969.94305,23.724512,1688.6228,44.675327,727.869,652.19366,17.406374,13.546315,1175.3395,1740.8107,4512.6025,614.1095 +2023-04-26 17:00:00,0.0,4225.52,43.72894,25.941084,14.392426,42.99448,204.46368,33.544247,71.37507,24.455196,39.53596,347.28687,578.3454,21.655067,46.079155,4.658513,1.0492766,37.437954,17.987057,11.197305,493.65863,2.9871626,351.4219,103.0585,3.5027866,19.705093,121.90426,51.41955,281.15417,214.46788,2760.0647,3.2951438,2338.2231,17.220362,3.7877538,2.4252048,18.554245,223.82704,275.46994,98.25264,105.24028,30.849855,9.584598,859.4522,33.24418,65.78271,58.104927,384.40027,15.936097,361.09744,12.527187,51.146343,0.0,3787.3022,8561.158,6.521097,50.621113,52.174137,30772.873,114.87048,4.7748585,62.832577,96.752846,53.320473,15.092157,44.07511,668.80817,80.373,43.281487,5.170096,9.956522,862.7399,6.176134,328.6011,66.45187,2389.0452,92.032875,129.18843,165.18556,266.7524,17.360922,31.6471,130.46542,14.399596,16.4085,20.600533,37.696335,146.70856,14.148516,10.839964,112.04072,20.105455,4313.1436,37.069008,35.111458,24.804642,35.92951,302.18008,79.20452,52.785763,15.566006,18.695635,38.832153,118.870674,200.49767,83.27465,282.36264,59.176937,44.329563,125.14989,216.47264,770.1523,152.26596,8.590636,14.248299,9.598989,187.53293,12647.974,7.7438855,42.686558,71.46873,29.175785,338.7777,55.593006,206.20685,5.1435585,142.52739,717.93646,566.4634,68.69968,871.078,66.526245,92.45899,120.904366,36.98996,6.662235,25.252062,1001.27576,2.9737058,5.258202,150.55345,9.100218,5.397482,35.507248,43.53673,456.27148,106.84436,171.3425,1700.091,148.35184,2176.0808,1833.7941,11.626111,11.596007,7166.7515,11.2083235,24.740625,317.2933,40.85864,83.123276,45.717545,229.96295,1095.6401,282.03897,5.896748,47.70433,318.96152,2058.0273,39.127304,149.7678,14.067581,1.3157905,55.209805,1.1523062,0.8984341,2.9374456,12.864715,45.33561,128.35716,27.524769,1698.4005,48.888424,16.907143,23.427778,6.4019246,59.324825,4.2568283,2.2428982,5.885625,58.89457,0.08559325,2.0037432,4.4050093,39.570312,14.922441,1.9131736,12.27717,532.0331,50.408607,971.1513,23.746204,1690.5995,44.713146,727.6678,652.95355,17.425669,13.551889,1176.6722,1742.913,4516.901,613.8976 +2023-04-26 18:00:00,0.0,4226.5947,43.753376,25.96135,14.404264,43.005833,204.50662,33.549557,71.384796,24.45477,39.533325,347.5824,578.6997,21.658691,46.11839,4.6494536,1.0476604,37.443184,17.994482,11.186178,493.75137,2.9866219,351.51514,103.04617,3.4957979,19.609987,121.91772,51.40577,280.74167,214.41699,2761.6423,3.2836509,2338.1272,17.145847,3.776614,2.4166965,18.505701,223.8761,275.4889,97.883545,105.308334,30.870245,9.585387,859.4247,33.027252,65.76777,58.13464,384.6368,15.925527,361.23724,12.529108,51.133396,0.0,3789.2366,8567.714,6.527621,50.65172,52.21606,30786.303,114.94951,4.778969,62.83309,96.7331,53.342777,15.099477,44.049324,669.1507,80.44948,43.289543,5.1727514,9.958578,863.03265,6.18564,328.3517,66.48875,2388.2292,92.05278,129.12791,165.14062,266.7406,17.339037,31.62267,130.1868,14.383593,16.395147,20.61297,37.699043,146.58795,14.153882,10.844401,112.06165,20.10573,4312.74,37.08448,35.08125,24.804554,35.939945,302.08612,79.18898,52.785416,15.571958,18.702852,38.815907,118.88711,200.38246,83.277084,282.37476,59.22115,44.32748,125.16898,216.56416,771.268,152.30917,8.588183,14.260209,9.590357,187.78757,12661.81,7.7349625,42.66542,71.33764,29.174244,338.78748,55.50861,206.08397,5.138648,142.60236,717.5934,565.88794,68.67729,870.636,66.409164,92.41183,120.98014,36.932823,6.650625,25.223436,1002.0266,2.9624076,5.243122,150.37265,9.09869,5.3966475,35.44701,43.493023,455.86713,106.74635,171.3247,1699.5298,148.47992,2176.5388,1834.1895,11.632807,11.607292,7176.352,11.203766,24.764584,317.29617,40.88817,83.180336,45.747368,230.17236,1096.7236,282.0789,5.9009404,47.729725,319.38092,2060.5864,39.181034,149.87007,14.0778475,1.3154416,55.21171,1.1520284,0.8975604,2.9341884,12.869062,45.366333,128.53139,27.518057,1700.7008,48.919445,16.914286,23.433332,6.402738,59.30104,4.2590275,2.2426112,5.88625,58.890293,0.08501191,2.0029132,4.4043913,39.578125,14.922501,1.9109583,12.293603,532.6961,50.469254,972.3596,23.767899,1692.5762,44.750965,727.46655,653.7134,17.444963,13.557464,1178.0051,1745.0154,4521.199,613.6856 +2023-04-26 19:00:00,0.0,4227.6694,43.777813,25.981617,14.416102,43.017185,204.54956,33.554863,71.39453,24.454342,39.53069,347.87793,579.054,21.662315,46.15762,4.640394,1.046044,37.448414,18.001905,11.175053,493.84412,2.9860814,351.60837,103.033844,3.4888089,19.514881,121.931175,51.391987,280.32916,214.36612,2763.22,3.2721577,2338.031,17.071333,3.7654743,2.4081883,18.45716,223.92516,275.50784,97.51445,105.37639,30.890635,9.586177,859.39716,32.810326,65.75282,58.16435,384.87335,15.914957,361.37704,12.531028,51.120445,0.0,3791.1711,8574.2705,6.534145,50.682323,52.257988,30799.732,115.02854,4.7830787,62.83361,96.713356,53.365086,15.106796,44.023537,669.49316,80.525955,43.297604,5.175407,9.960634,863.3254,6.1951456,328.10236,66.52563,2387.413,92.072685,129.06741,165.09569,266.7288,17.317152,31.59824,129.90817,14.367589,16.381794,20.625408,37.701756,146.46735,14.159249,10.848838,112.08259,20.106007,4312.337,37.099957,35.05104,24.804466,35.950382,301.99213,79.17344,52.78507,15.5779085,18.71007,38.799664,118.90354,200.26724,83.27952,282.38684,59.26536,44.325397,125.18808,216.65569,772.38367,152.35237,8.585731,14.272119,9.581726,188.0422,12675.6455,7.72604,42.644287,71.20655,29.1727,338.79727,55.42421,205.9611,5.1337376,142.67734,717.25037,565.3125,68.654915,870.194,66.292076,92.364655,121.055916,36.875687,6.6390157,25.19481,1002.7775,2.9511096,5.2280426,150.19183,9.097162,5.3958135,35.386772,43.44931,455.46277,106.64835,171.30693,1698.9685,148.60802,2176.9966,1834.5848,11.639503,11.618577,7185.9526,11.199208,24.788542,317.299,40.917694,83.23739,45.777195,230.38179,1097.807,282.11877,5.905133,47.75512,319.80032,2063.1455,39.234764,149.97232,14.088114,1.3150927,55.213623,1.1517507,0.8966868,2.9309313,12.87341,45.397057,128.7056,27.511343,1703.0012,48.950462,16.921429,23.438889,6.4035516,59.277256,4.2612267,2.242324,5.8868747,58.886013,0.08443056,2.0020833,4.403774,39.585938,14.92256,1.908743,12.310036,533.35913,50.529896,973.56793,23.78959,1694.553,44.788784,727.2653,654.47327,17.464258,13.563039,1179.3379,1747.1177,4525.497,613.47363 +2023-04-26 20:00:00,0.0,4228.744,43.80225,26.001884,14.42794,43.028534,204.5925,33.560173,71.40427,24.453913,39.528053,348.17346,579.40826,21.66594,46.19685,4.6313343,1.0444278,37.453644,18.009329,11.163926,493.93686,2.9855409,351.7016,103.02151,3.4818199,19.419775,121.94464,51.378204,279.9167,214.31525,2764.7974,3.2606647,2337.9348,16.99682,3.7543347,2.3996801,18.408619,223.97421,275.5268,97.145355,105.44444,30.911024,9.586967,859.3696,32.5934,65.737885,58.194057,385.1099,15.9043865,361.51685,12.5329485,51.107494,0.0,3793.1057,8580.826,6.5406685,50.71293,52.299915,30813.162,115.10757,4.7871885,62.834126,96.69362,53.38739,15.114116,43.997753,669.83563,80.60243,43.30566,5.1780624,9.96269,863.6181,6.204651,327.853,66.5625,2386.5972,92.0926,129.0069,165.05075,266.71698,17.295267,31.573809,129.62953,14.351585,16.368439,20.637844,37.704468,146.34673,14.164616,10.853275,112.10352,20.106281,4311.9336,37.11543,35.020832,24.804379,35.960823,301.89813,79.1579,52.78472,15.58386,18.717287,38.783417,118.919975,200.15204,83.281944,282.39893,59.309574,44.323315,125.20717,216.74722,773.4994,152.39558,8.583278,14.284028,9.573095,188.29684,12689.482,7.717117,42.62315,71.07546,29.171158,338.80704,55.339813,205.83823,5.128827,142.75232,716.9073,564.737,68.63253,869.75195,66.174995,92.31749,121.13168,36.81855,6.6274056,25.166185,1003.5284,2.9398115,5.212963,150.01103,9.095634,5.394979,35.326534,43.405598,455.05844,106.55035,171.28914,1698.4072,148.73611,2177.4543,1834.9802,11.646198,11.629862,7195.553,11.194651,24.8125,317.30188,40.947224,83.29444,45.80702,230.59122,1098.8904,282.15866,5.909325,47.780514,320.21973,2065.7043,39.288498,150.07457,14.09838,1.3147438,55.21553,1.1514729,0.89581317,2.9276743,12.877757,45.427776,128.8798,27.504631,1705.3016,48.98148,16.928572,23.444445,6.404365,59.25347,4.263426,2.242037,5.8875,58.881733,0.08384921,2.0012536,4.4031563,39.59375,14.922619,1.9065278,12.326468,534.02216,50.59054,974.7762,23.811283,1696.5297,44.8266,727.0641,655.2331,17.483553,13.568613,1180.6708,1749.2201,4529.7954,613.26166 +2023-04-26 21:00:00,0.0,4229.819,43.826687,26.02215,14.439778,43.039886,204.63545,33.565483,71.413994,24.453485,39.52542,348.469,579.7626,21.669563,46.236084,4.622275,1.0428115,37.458874,18.016752,11.1528,494.0296,2.9850001,351.79483,103.00918,3.4748309,19.324669,121.9581,51.36442,279.50418,214.26436,2766.375,3.2491715,2337.8386,16.922306,3.7431948,2.3911717,18.360077,224.02327,275.54575,96.77626,105.5125,30.931416,9.587757,859.3421,32.376472,65.72294,58.22377,385.34644,15.893817,361.65665,12.534869,51.094543,0.0,3795.0398,8587.382,6.5471926,50.743538,52.341843,30826.592,115.18659,4.791299,62.83464,96.673874,53.4097,15.121435,43.971966,670.17816,80.67891,43.31372,5.180718,9.964746,863.91077,6.2141566,327.60364,66.59937,2385.7812,92.1125,128.9464,165.00581,266.70517,17.273382,31.549377,129.3509,14.335582,16.355085,20.650282,37.70718,146.22612,14.169983,10.857712,112.12446,20.106558,4311.5303,37.1309,34.990623,24.80429,35.97126,301.80417,79.142365,52.784374,15.589811,18.724504,38.76717,118.93641,200.03683,83.28438,282.411,59.353786,44.32123,125.226265,216.83875,774.61505,152.4388,8.580825,14.295938,9.564465,188.55148,12703.318,7.708194,42.602013,70.944374,29.169615,338.81683,55.255413,205.71535,5.1239166,142.82729,716.5642,564.16156,68.61015,869.30994,66.057915,92.27032,121.20746,36.761414,6.615796,25.13756,1004.2793,2.9285133,5.1978836,149.83022,9.094107,5.3941445,35.266296,43.36189,454.65408,106.45235,171.27136,1697.8461,148.86421,2177.912,1835.3756,11.652895,11.641147,7205.154,11.190093,24.836458,317.30475,40.97675,83.3515,45.83684,230.80063,1099.9739,282.19855,5.913518,47.805912,320.63913,2068.2634,39.342228,150.17683,14.108645,1.3143947,55.21744,1.1511952,0.8949395,2.9244173,12.882105,45.4585,129.05403,27.497917,1707.6019,49.0125,16.935715,23.45,6.4051785,59.229687,4.265625,2.24175,5.888125,58.877457,0.08326786,2.0004237,4.4025383,39.601562,14.922679,1.9043125,12.342901,534.6852,50.651188,975.9845,23.832975,1698.5063,44.864418,726.86285,655.993,17.502848,13.574187,1182.0035,1751.3224,4534.0938,613.0497 +2023-04-26 22:00:00,0.0,4230.8936,43.851124,26.042418,14.451617,43.051235,204.67839,33.57079,71.42373,24.453056,39.522785,348.7645,580.1168,21.673187,46.275314,4.613215,1.0411952,37.464108,18.024176,11.141673,494.12234,2.9844596,351.88806,102.99685,3.467842,19.229563,121.97156,51.35064,279.09167,214.21349,2767.9526,3.2376785,2337.7427,16.847794,3.7320552,2.3826635,18.311535,224.07233,275.5647,96.407166,105.58056,30.951805,9.588547,859.3146,32.159546,65.708,58.25348,385.583,15.883246,361.79645,12.536789,51.081593,0.0,3796.9744,8593.9375,6.553716,50.774143,52.38377,30840.021,115.265625,4.7954087,62.835155,96.65413,53.432007,15.128755,43.94618,670.5206,80.75538,43.321777,5.1833735,9.966803,864.2035,6.2236624,327.35428,66.63625,2384.9653,92.13241,128.88588,164.96088,266.69336,17.251497,31.524946,129.07228,14.319578,16.341732,20.66272,37.709892,146.10551,14.175349,10.862149,112.14539,20.106834,4311.127,37.146378,34.960415,24.804203,35.981697,301.71017,79.12682,52.784027,15.595763,18.73172,38.750923,118.95284,199.92163,83.286804,282.4231,59.398,44.31915,125.24536,216.93027,775.7307,152.482,8.578373,14.307848,9.555834,188.80612,12717.154,7.699271,42.580875,70.813286,29.168072,338.8266,55.171017,205.59247,5.119006,142.90227,716.2212,563.58606,68.58777,868.8679,65.94083,92.223145,121.28323,36.704273,6.604186,25.108934,1005.03015,2.917215,5.1828036,149.6494,9.092579,5.39331,35.20606,43.318176,454.24973,106.35434,171.25359,1697.2847,148.9923,2178.3699,1835.771,11.659591,11.6524315,7214.755,11.185535,24.860416,317.30762,41.00628,83.408554,45.86667,231.01006,1101.0573,282.23843,5.9177103,47.831306,321.05853,2070.8225,39.395958,150.27908,14.118912,1.3140458,55.21935,1.1509174,0.89406586,2.92116,12.886453,45.489223,129.22824,27.491203,1709.9023,49.043518,16.942856,23.455555,6.405992,59.205902,4.2678237,2.241463,5.8887496,58.873177,0.08268651,1.9995939,4.401921,39.609375,14.922738,1.9020972,12.359334,535.3482,50.71183,977.19275,23.854668,1700.483,44.902237,726.6616,656.7528,17.522142,13.5797615,1183.3364,1753.4247,4538.392,612.8377 +2023-04-26 23:00:00,0.0,4231.9683,43.87556,26.062685,14.463455,43.062588,204.72133,33.5761,71.43346,24.45263,39.52015,349.06003,580.4711,21.676811,46.314545,4.6041555,1.0395789,37.469337,18.0316,11.130548,494.21506,2.983919,351.9813,102.98452,3.460853,19.134457,121.98502,51.33686,278.67917,214.1626,2769.5303,3.2261853,2337.6465,16.77328,3.7209156,2.3741553,18.262995,224.12138,275.58365,96.03807,105.64861,30.972195,9.589336,859.2871,31.942617,65.693054,58.28319,385.81952,15.872676,361.93625,12.53871,51.06864,0.0,3798.9087,8600.494,6.56024,50.80475,52.425694,30853.451,115.34465,4.7995186,62.835674,96.63438,53.45431,15.136074,43.92039,670.8631,80.831856,43.329838,5.186029,9.968858,864.4962,6.233168,327.10492,66.67313,2384.1494,92.15231,128.82538,164.91594,266.68152,17.229614,31.500517,128.79366,14.3035755,16.328379,20.675158,37.712605,145.98491,14.1807165,10.866587,112.16633,20.10711,4310.7236,37.16185,34.93021,24.804115,35.992134,301.6162,79.11128,52.78368,15.601714,18.738937,38.73468,118.96928,199.80643,83.28924,282.43518,59.44221,44.317066,125.26445,217.0218,776.84644,152.5252,8.57592,14.319757,9.547202,189.06076,12730.991,7.690348,42.559742,70.6822,29.16653,338.83636,55.086617,205.4696,5.1140957,142.97725,715.8781,563.0106,68.56539,868.4259,65.823746,92.17598,121.359,36.647137,6.5925765,25.080309,1005.78107,2.9059172,5.167724,149.4686,9.091051,5.3924756,35.14582,43.274464,453.84537,106.25634,171.2358,1696.7234,149.12039,2178.8276,1836.1664,11.666286,11.663716,7224.3555,11.180978,24.884375,317.3105,41.03581,83.465614,45.896492,231.21947,1102.1407,282.27832,5.9219027,47.8567,321.47794,2073.3816,39.449688,150.38133,14.129178,1.3136969,55.22126,1.1506397,0.8931922,2.917903,12.8907995,45.519943,129.40247,27.484491,1712.2028,49.074535,16.949999,23.461111,6.4068055,59.182117,4.270023,2.241176,5.8893747,58.868896,0.08210516,1.9987639,4.4013033,39.617188,14.922798,1.8998818,12.375766,536.01117,50.772476,978.40106,23.87636,1702.4597,44.940056,726.4604,657.5127,17.541437,13.585336,1184.6692,1755.5271,4542.69,612.62573 +2023-04-27 00:00:00,0.0,4233.0435,43.899998,26.08295,14.475293,43.07394,204.76427,33.581406,71.44319,24.452202,39.517517,349.35556,580.8254,21.680435,46.353775,4.595096,1.0379627,37.474567,18.039024,11.119421,494.3078,2.9833784,352.07452,102.97219,3.453864,19.03935,121.99848,51.32308,278.26666,214.11172,2771.108,3.214692,2337.5503,16.698767,3.7097757,2.3656468,18.214453,224.17046,275.6026,95.668976,105.71667,30.992584,9.590126,859.2596,31.72569,65.678116,58.3129,386.0561,15.862106,362.07605,12.54063,51.05569,0.0,3800.8433,8607.05,6.566764,50.835354,52.46762,30866.88,115.423676,4.803629,62.83619,96.61463,53.47662,15.1433935,43.894604,671.2056,80.90833,43.337894,5.188684,9.970914,864.78894,6.2426734,326.85556,66.71,2383.3333,92.172226,128.76488,164.871,266.6697,17.20773,31.476086,128.51501,14.287572,16.315025,20.687593,37.715317,145.86429,14.186083,10.871023,112.18726,20.107386,4310.3203,37.177322,34.9,24.804028,36.002575,301.52222,79.09574,52.783333,15.607666,18.746155,38.718433,118.98571,199.69122,83.29167,282.4473,59.486423,44.314983,125.28355,217.11333,777.9621,152.56842,8.573467,14.331667,9.538571,189.3154,12744.827,7.681425,42.538605,70.55111,29.164988,338.84616,55.00222,205.34673,5.109185,143.05222,715.53503,562.4352,68.54301,867.9839,65.706665,92.12881,121.43478,36.59,6.580967,25.051683,1006.5319,2.894619,5.1526446,149.28778,9.089523,5.391641,35.085583,43.230755,453.441,106.15833,171.21802,1696.1622,149.24849,2179.2854,1836.5618,11.672982,11.675001,7233.956,11.17642,24.908335,317.31332,41.065334,83.52267,45.926315,231.4289,1103.2241,282.31824,5.926095,47.882095,321.89734,2075.9407,39.50342,150.4836,14.139444,1.3133479,55.223167,1.1503619,0.89231855,2.914646,12.895147,45.550667,129.57668,27.477777,1714.5032,49.105553,16.957142,23.466667,6.407619,59.158333,4.272222,2.2408888,5.89,58.86462,0.08152381,1.9979341,4.4006853,39.625,14.922857,1.8976666,12.392199,536.6742,50.833122,979.6093,23.898054,1704.4364,44.977875,726.25916,658.2725,17.560732,13.590911,1186.0021,1757.6294,4546.9883,612.41376 +2023-04-27 01:00:00,0.0,4234.118,43.924435,26.103218,14.487132,43.08529,204.8072,33.586716,71.45293,24.451773,39.51488,349.6511,581.1797,21.68406,46.39301,4.586036,1.0363463,37.479797,18.046448,11.1082945,494.40054,2.982838,352.16776,102.95986,3.446875,18.944244,122.01194,51.309296,277.8542,214.06084,2772.6855,3.2031991,2337.454,16.624252,3.698636,2.3571386,18.16591,224.21951,275.62155,95.29988,105.78472,31.012974,9.590916,859.23206,31.508764,65.66317,58.342613,386.2926,15.851536,362.21585,12.54255,51.04274,0.0,3802.7776,8613.605,6.5732875,50.86596,52.50955,30880.31,115.50271,4.807739,62.836704,96.59489,53.498924,15.150713,43.868816,671.5481,80.98481,43.345955,5.1913395,9.97297,865.0816,6.252179,326.60617,66.74687,2382.5173,92.19213,128.70436,164.82607,266.6579,17.185844,31.451654,128.23639,14.271568,16.30167,20.700031,37.718025,145.74368,14.19145,10.875461,112.2082,20.10766,4309.917,37.1928,34.869793,24.80394,36.013012,301.42825,79.0802,52.782986,15.613617,18.753372,38.702187,119.002144,199.57602,83.2941,282.45938,59.530636,44.3129,125.30264,217.20485,779.0778,152.61162,8.571014,14.343576,9.529941,189.57004,12758.663,7.6725025,42.517467,70.42002,29.163445,338.85593,54.91782,205.22385,5.1042747,143.1272,715.192,561.8597,68.52063,867.5418,65.58958,92.08164,121.51055,36.532864,6.569357,25.023058,1007.28284,2.8833208,5.137565,149.10698,9.087996,5.3908067,35.025345,43.187042,453.03668,106.06033,171.20023,1695.601,149.37659,2179.7432,1836.9572,11.679678,11.686285,7243.5566,11.171863,24.932293,317.3162,41.094864,83.57972,45.956142,231.63832,1104.3076,282.35812,5.9302874,47.90749,322.31674,2078.4998,39.55715,150.58585,14.149711,1.312999,55.225075,1.1500841,0.8914449,2.9113889,12.899494,45.58139,129.75089,27.471066,1716.8035,49.136574,16.964285,23.472221,6.4084325,59.13455,4.274421,2.2406018,5.890625,58.86034,0.08094246,1.9971043,4.400068,39.632812,14.922916,1.8954513,12.408631,537.3372,50.893764,980.8176,23.919746,1706.4131,45.015694,726.0579,659.0324,17.580027,13.596485,1187.3348,1759.7318,4551.2866,612.2018 +2023-04-27 02:00:00,0.0,4235.193,43.94887,26.123486,14.49897,43.09664,204.85016,33.592022,71.462654,24.451345,39.512245,349.94662,581.53394,21.687683,46.43224,4.576977,1.0347301,37.485027,18.053871,11.097168,494.4933,2.9822972,352.261,102.94753,3.4398863,18.849138,122.025406,51.295513,277.44168,214.00996,2774.2632,3.191706,2337.3582,16.549738,3.6874964,2.3486304,18.11737,224.26857,275.6405,94.930786,105.852776,31.033363,9.591706,859.2045,31.291838,65.64823,58.372322,386.52917,15.840965,362.35565,12.544471,51.02979,0.0,3804.712,8620.161,6.5798116,50.89657,52.551476,30893.74,115.58173,4.8118486,62.83722,96.57514,53.521233,15.158032,43.84303,671.89056,81.06129,43.35401,5.193995,9.975026,865.3743,6.261685,326.3568,66.78375,2381.7014,92.212036,128.64384,164.78113,266.6461,17.16396,31.427223,127.95776,14.255565,16.288317,20.71247,37.720737,145.62308,14.196817,10.879897,112.22913,20.107937,4309.513,37.20827,34.839584,24.803852,36.02345,301.33426,79.06466,52.78264,15.619569,18.76059,38.68594,119.01858,199.46082,83.29653,282.47147,59.57485,44.310818,125.32174,217.29639,780.1935,152.65483,8.568562,14.355487,9.52131,189.82468,12772.5,7.6635795,42.49633,70.28893,29.161901,338.86572,54.833424,205.10098,5.0993643,143.20218,714.84894,561.28424,68.498245,867.0998,65.472496,92.03447,121.58632,36.475727,6.5577474,24.994432,1008.03375,2.8720229,5.122485,148.92616,9.086468,5.389972,34.965107,43.14333,452.63232,105.962326,171.18245,1695.0397,149.50467,2180.201,1837.3525,11.686374,11.69757,7253.157,11.167305,24.956251,317.31906,41.12439,83.63678,45.985966,231.84773,1105.391,282.398,5.93448,47.932884,322.73615,2081.0588,39.61088,150.6881,14.159977,1.31265,55.226986,1.1498064,0.89057124,2.9081316,12.903842,45.61211,129.92511,27.464352,1719.1039,49.16759,16.971428,23.477777,6.409246,59.110764,4.2766204,2.2403147,5.8912497,58.85606,0.08036111,1.9962744,4.3994503,39.640625,14.9229765,1.893236,12.425064,538.00024,50.95441,982.0259,23.941439,1708.3899,45.053513,725.8567,659.79224,17.599321,13.602059,1188.6676,1761.8341,4555.585,611.9898 +2023-04-27 03:00:00,0.0,4236.2676,43.97331,26.143751,14.510808,43.10799,204.8931,33.597332,71.47239,24.450916,39.50961,350.24213,581.88824,21.691307,46.47147,4.5679173,1.0331138,37.490257,18.061295,11.086042,494.58603,2.9817567,352.3542,102.9352,3.4328973,18.754034,122.038864,51.28173,277.02917,213.95908,2775.8408,3.180213,2337.262,16.475225,3.6763566,2.340122,18.068827,224.31763,275.6595,94.56169,105.92083,31.053753,9.592496,859.177,31.074911,65.633286,58.402035,386.7657,15.830396,362.49545,12.5463915,51.016838,0.0,3806.6465,8626.718,6.586335,50.927174,52.593403,30907.17,115.66076,4.815959,62.837738,96.555405,53.54354,15.165352,43.81724,672.2331,81.137764,43.362072,5.1966505,9.977082,865.66705,6.27119,326.10745,66.820625,2380.8855,92.23195,128.58334,164.73619,266.63428,17.142075,31.402794,127.67913,14.239561,16.274963,20.724907,37.72345,145.50246,14.202184,10.884335,112.25007,20.108212,4309.11,37.223743,34.809376,24.803764,36.033886,301.24026,79.049126,52.78229,15.62552,18.767807,38.669693,119.03501,199.34561,83.29896,282.48355,59.61906,44.308735,125.34083,217.38791,781.3092,152.69803,8.566109,14.367396,9.512679,190.07932,12786.336,7.6546564,42.475197,70.157845,29.16036,338.8755,54.749027,204.9781,5.094454,143.27715,714.50586,560.70874,68.47587,866.6578,65.355415,91.987305,121.662094,36.418587,6.5461373,24.965807,1008.7846,2.8607247,5.1074057,148.74536,9.08494,5.389138,34.90487,43.09962,452.22797,105.86433,171.16466,1694.4784,149.63277,2180.6587,1837.748,11.693069,11.708855,7262.7583,11.162747,24.98021,317.32193,41.15392,83.69383,46.01579,232.05716,1106.4744,282.4379,5.9386725,47.95828,323.15555,2083.618,39.66461,150.79036,14.170243,1.312301,55.228893,1.1495286,0.8896976,2.9048746,12.90819,45.642834,130.09932,27.45764,1721.4043,49.19861,16.97857,23.483334,6.4100595,59.08698,4.278819,2.240028,5.891875,58.851784,0.07977977,1.9954445,4.3988323,39.648438,14.923036,1.8910208,12.441497,538.66327,51.015057,983.2342,23.96313,1710.3666,45.091328,725.65546,660.5521,17.618616,13.607634,1190.0005,1763.9365,4559.883,611.77783 +2023-04-27 04:00:00,0.0,4237.3423,43.997746,26.164019,14.522646,43.119343,204.93604,33.602642,71.482124,24.450489,39.506977,350.53766,582.2425,21.694931,46.510704,4.5588574,1.0314976,37.49549,18.06872,11.074916,494.67877,2.9812162,352.44742,102.922874,3.4259083,18.658928,122.05232,51.26795,276.61667,213.9082,2777.4185,3.1687198,2337.1658,16.400711,3.665217,2.3316138,18.020287,224.36668,275.67844,94.1926,105.98889,31.074142,9.593286,859.1495,30.857983,65.61834,58.431744,387.00226,15.819825,362.63525,12.548311,51.00389,0.0,3808.581,8633.273,6.5928593,50.95778,52.635326,30920.6,115.73979,4.820069,62.838253,96.53566,53.565845,15.172671,43.791454,672.57556,81.21423,43.37013,5.199306,9.979138,865.9598,6.280696,325.8581,66.8575,2380.0693,92.251854,128.52284,164.69125,266.62244,17.12019,31.378363,127.400505,14.223557,16.26161,20.737345,37.72616,145.38185,14.207551,10.888771,112.271,20.108488,4308.7065,37.23922,34.779167,24.803677,36.044327,301.1463,79.033585,52.781944,15.631472,18.775023,38.65345,119.051445,199.23041,83.30139,282.49564,59.663273,44.306652,125.359924,217.47945,782.42487,152.74124,8.563656,14.379306,9.504047,190.33397,12800.172,7.645734,42.45406,70.02676,29.158817,338.88528,54.664627,204.85522,5.0895433,143.35213,714.16284,560.1333,68.45348,866.21576,65.23833,91.94013,121.73787,36.36145,6.534528,24.937181,1009.5355,2.8494265,5.092326,148.56454,9.083412,5.3883038,34.84463,43.05591,451.8236,105.76632,171.14688,1693.9172,149.76086,2181.1165,1838.1434,11.699766,11.7201395,7272.359,11.15819,25.004168,317.32477,41.183445,83.75089,46.045616,232.26659,1107.5579,282.47778,5.942865,47.983673,323.57495,2086.177,39.718346,150.89261,14.18051,1.3119521,55.230804,1.1492509,0.888824,2.9016175,12.912537,45.673557,130.27354,27.450926,1723.7046,49.22963,16.985714,23.48889,6.410873,59.063194,4.2810183,2.2397408,5.8925,58.847504,0.07919841,1.9946147,4.398215,39.65625,14.923096,1.8888055,12.45793,539.3263,51.0757,984.4425,23.984823,1712.3433,45.129147,725.4542,661.31195,17.63791,13.613208,1191.3333,1766.0388,4564.181,611.5659 +2023-04-27 05:00:00,0.0,4238.417,44.022182,26.184286,14.534485,43.130695,204.97897,33.60795,71.49185,24.450062,39.50434,350.8332,582.5968,21.698555,46.549934,4.549798,1.0298812,37.50072,18.076143,11.063789,494.7715,2.9806755,352.54065,102.910545,3.4189193,18.563822,122.06579,51.254166,276.20416,213.85733,2778.996,3.1572268,2337.0698,16.326199,3.6540773,2.3231056,17.971745,224.41574,275.6974,93.8235,106.056946,31.094532,9.594075,859.12195,30.641056,65.6034,58.461456,387.23877,15.809256,362.77505,12.550232,50.99094,0.0,3810.5151,8639.829,6.599383,50.988384,52.677254,30934.03,115.81882,4.8241787,62.838768,96.515915,53.588154,15.179991,43.765667,672.918,81.29071,43.37819,5.2019615,9.9811945,866.25244,6.2902017,325.60873,66.89438,2379.2534,92.27176,128.46233,164.64633,266.61063,17.098307,31.353931,127.12187,14.207554,16.248257,20.74978,37.72887,145.26125,14.212917,10.8932085,112.29194,20.108763,4308.303,37.254692,34.74896,24.803589,36.054764,301.0523,79.01804,52.781597,15.637423,18.78224,38.637203,119.06788,199.1152,83.30382,282.50772,59.707485,44.30457,125.37902,217.57097,783.5405,152.78445,8.561203,14.391215,9.495417,190.58861,12814.009,7.636811,42.432922,69.89567,29.157274,338.89505,54.58023,204.73235,5.084633,143.42711,713.81976,559.5578,68.43111,865.77374,65.12125,91.89297,121.81364,36.304314,6.522918,24.908556,1010.2864,2.8381283,5.077246,148.38373,9.081884,5.3874693,34.784393,43.012196,451.41925,105.66832,171.1291,1693.356,149.88895,2181.5742,1838.5388,11.706462,11.731424,7281.9595,11.153632,25.028126,317.32764,41.212975,83.807945,46.07544,232.476,1108.6412,282.51767,5.9470572,48.009068,323.99435,2088.736,39.772076,150.99486,14.190776,1.3116032,55.23271,1.1489731,0.8879503,2.8983605,12.916884,45.704277,130.44775,27.444214,1726.005,49.260647,16.992857,23.494444,6.4116864,59.03941,4.2832174,2.2394538,5.893125,58.843224,0.078617066,1.9937848,4.3975973,39.664062,14.923155,1.8865902,12.474362,539.9893,51.136345,985.65076,24.006516,1714.32,45.166965,725.253,662.07184,17.657206,13.618783,1192.6661,1768.1411,4568.4795,611.35394 +2023-04-27 06:00:00,0.0,4239.4917,44.04662,26.204552,14.546323,43.142044,205.02191,33.61326,71.50159,24.449633,39.501705,351.12872,582.95105,21.702179,46.589165,4.5407386,1.028265,37.50595,18.083567,11.052664,494.86426,2.980135,352.63388,102.89822,3.4119306,18.468716,122.07925,51.240383,275.7917,213.80644,2780.5737,3.1457336,2336.9736,16.251684,3.6429377,2.3145971,17.923204,224.4648,275.71634,93.45441,106.125,31.114922,9.594865,859.0945,30.42413,65.588455,58.491165,387.47534,15.798685,362.91486,12.552153,50.97799,0.0,3812.4497,8646.385,6.605907,51.018993,52.71918,30947.459,115.89784,4.828289,62.839283,96.49617,53.61046,15.18731,43.73988,673.26056,81.36719,43.386246,5.204617,9.98325,866.54517,6.299707,325.35938,66.93125,2378.4375,92.29167,128.40182,164.6014,266.59882,17.076422,31.329502,126.84324,14.191551,16.234903,20.762218,37.731583,145.14062,14.218285,10.897645,112.312874,20.10904,4307.9,37.270164,34.71875,24.803501,36.0652,300.95834,79.0025,52.78125,15.6433735,18.789457,38.620956,119.08431,199.0,83.30625,282.51984,59.751698,44.302486,125.39812,217.66249,784.65625,152.82765,8.55875,14.403126,9.486786,190.84325,12827.845,7.6278877,42.41179,69.76458,29.155731,338.90482,54.49583,204.60948,5.0797224,143.50208,713.4767,558.98236,68.40872,865.3317,65.004166,91.845795,121.88941,36.247177,6.511308,24.87993,1011.0373,2.8268304,5.0621667,148.20293,9.080357,5.386635,34.72415,42.968487,451.0149,105.57031,171.11131,1692.7947,150.01704,2182.032,1838.9342,11.713158,11.742709,7291.56,11.149075,25.052084,317.3305,41.2425,83.865,46.105263,232.68542,1109.7247,282.55756,5.95125,48.034462,324.41376,2091.2952,39.825806,151.09712,14.201042,1.3112543,55.234623,1.1486953,0.8870767,2.8951032,12.921231,45.735,130.62196,27.4375,1728.3054,49.291664,17.0,23.5,6.4125004,59.015625,4.2854166,2.2391667,5.8937497,58.838943,0.07803572,1.992955,4.3969793,39.671875,14.923214,1.884375,12.490795,540.6523,51.19699,986.8591,24.02821,1716.2966,45.204784,725.05176,662.83167,17.6765,13.624357,1193.9989,1770.2435,4572.778,611.14197 +2023-04-27 07:00:00,0.0,4240.5664,44.071056,26.22482,14.558161,43.153397,205.06487,33.618565,71.51132,24.449205,39.499073,351.42422,583.30536,21.705803,46.6284,4.5316787,1.0266488,37.51118,18.09099,11.041537,494.95697,2.9795945,352.7271,102.88589,3.4049416,18.37361,122.092705,51.2266,275.37918,213.75557,2782.1514,3.1342406,2336.8774,16.17717,3.6317978,2.306089,17.874662,224.51385,275.7353,93.08531,106.193054,31.135313,9.5956545,859.06696,30.207203,65.57352,58.520874,387.71185,15.788115,363.05466,12.554072,50.96504,0.0,3814.3843,8652.941,6.6124306,51.0496,52.76111,30960.889,115.976875,4.832399,62.839798,96.476425,53.632767,15.19463,43.714092,673.603,81.443665,43.394306,5.2072725,9.985306,866.8379,6.3092127,325.11002,66.968124,2377.6216,92.31158,128.34131,164.55646,266.587,17.054537,31.30507,126.56461,14.175548,16.221548,20.774656,37.73429,145.02002,14.223651,10.902082,112.33381,20.109314,4307.4966,37.28564,34.68854,24.803413,36.07564,300.86435,78.98696,52.780903,15.649325,18.796675,38.60471,119.100746,198.8848,83.308685,282.53192,59.79591,44.300404,125.417206,217.75403,785.7719,152.87086,8.556297,14.415035,9.478155,191.09789,12841.681,7.618965,42.39065,69.63349,29.154188,338.9146,54.411434,204.4866,5.074812,143.57706,713.13367,558.4069,68.386345,864.8897,64.88708,91.79862,121.96519,36.190037,6.4996986,24.851305,1011.78815,2.8155322,5.047087,148.02211,9.078829,5.3858004,34.663914,42.924774,450.61057,105.472305,171.09354,1692.2334,150.14514,2182.4897,1839.3296,11.719853,11.753994,7301.1606,11.144518,25.076042,317.33337,41.27203,83.92206,46.13509,232.89485,1110.8081,282.59747,5.9554424,48.05986,324.83316,2093.8542,39.87954,151.19937,14.211308,1.3109052,55.23653,1.1484176,0.886203,2.8918462,12.925579,45.76572,130.79619,27.430788,1730.6057,49.322685,17.007143,23.505556,6.413314,58.99184,4.2876153,2.2388797,5.894375,58.834667,0.077454366,1.9921252,4.396362,39.679688,14.923274,1.8821597,12.507228,541.3153,51.257633,988.0673,24.049902,1718.2733,45.242603,724.8505,663.59155,17.695795,13.629931,1195.3318,1772.3458,4577.0757,610.93 +2023-04-27 08:00:00,0.0,4241.641,44.095493,26.245087,14.57,43.164745,205.1078,33.623875,71.52105,24.448776,39.496437,351.71976,583.6596,21.709427,46.66763,4.5226192,1.0250324,37.51641,18.098413,11.030411,495.0497,2.9790537,352.82034,102.87356,3.3979526,18.278503,122.10617,51.212822,274.96667,213.70468,2783.729,3.1227474,2336.7812,16.102657,3.6206582,2.2975807,17.82612,224.56291,275.75424,92.71622,106.26111,31.155703,9.596444,859.0394,29.990274,65.55857,58.550587,387.9484,15.777545,363.19446,12.555993,50.952087,0.0,3816.3186,8659.497,6.6189547,51.080204,52.803036,30974.318,116.0559,4.8365088,62.840317,96.45668,53.65507,15.201949,43.68831,673.9455,81.52014,43.402363,5.209928,9.987362,867.13055,6.3187184,324.86063,67.005,2376.8057,92.33148,128.28079,164.51152,266.5752,17.032652,31.28064,126.28598,14.159544,16.208195,20.787094,37.737003,144.89941,14.229018,10.906519,112.354744,20.10959,4307.0933,37.301113,34.658333,24.803326,36.08608,300.77036,78.97142,52.780556,15.655276,18.803892,38.588467,119.11718,198.76959,83.31111,282.544,59.840122,44.29832,125.4363,217.84555,786.88763,152.91408,8.553844,14.426945,9.469523,191.35252,12855.518,7.610042,42.369514,69.5024,29.152647,338.92438,54.327034,204.36372,5.0699015,143.65204,712.7906,557.8314,68.36397,864.4477,64.77,91.75146,122.040955,36.1329,6.4880886,24.82268,1012.53906,2.804234,5.0320077,147.84131,9.077301,5.384966,34.603676,42.88106,450.2062,105.374306,171.07574,1691.6721,150.27324,2182.9475,1839.725,11.726549,11.765279,7310.761,11.13996,25.1,317.33624,41.301556,83.97911,46.164913,233.10426,1111.8915,282.63736,5.959635,48.085255,325.25256,2096.4133,39.93327,151.30162,14.221574,1.3105563,55.23844,1.1481398,0.88532937,2.8885891,12.929927,45.796444,130.9704,27.424074,1732.9061,49.353703,17.014286,23.51111,6.4141273,58.968056,4.2898145,2.2385926,5.895,58.830387,0.07687302,1.9912953,4.3957443,39.6875,14.923333,1.8799444,12.523661,541.97833,51.31828,989.27563,24.071594,1720.25,45.280422,724.6493,664.3514,17.71509,13.635506,1196.6646,1774.4482,4581.374,610.718 +2023-04-27 09:00:00,0.0,4242.716,44.11993,26.265352,14.581838,43.176098,205.15074,33.629185,71.530785,24.448349,39.4938,352.0153,584.0139,21.71305,46.70686,4.51356,1.0234162,37.52164,18.105839,11.019284,495.14246,2.9785132,352.91357,102.86123,3.3909636,18.183397,122.11963,51.19904,274.55417,213.65381,2785.3066,3.1112542,2336.6853,16.028143,3.6095185,2.2890723,17.77758,224.61197,275.7732,92.34712,106.32917,31.176092,9.597235,859.0119,29.773348,65.54363,58.580296,388.18494,15.766974,363.33426,12.557913,50.939137,0.0,3818.253,8666.053,6.6254783,51.11081,52.84496,30987.748,116.134926,4.840619,62.84083,96.436935,53.67738,15.209269,43.66252,674.288,81.59661,43.410423,5.2125835,9.989418,867.4233,6.3282237,324.61127,67.04188,2375.9895,92.351395,128.22029,164.46658,266.5634,17.010767,31.256208,126.007355,14.14354,16.194841,20.799532,37.739716,144.7788,14.234385,10.910956,112.37568,20.109865,4306.69,37.31659,34.628124,24.803238,36.096516,300.6764,78.95588,52.78021,15.661228,18.81111,38.57222,119.13361,198.65439,83.313545,282.5561,59.884335,44.296238,125.4554,217.93707,788.0033,152.95728,8.551392,14.438854,9.460893,191.60716,12869.354,7.601119,42.348377,69.371315,29.151104,338.93417,54.242638,204.24084,5.0649905,143.72702,712.4475,557.256,68.34158,864.0057,64.652916,91.704285,122.11673,36.075764,6.476479,24.794054,1013.2899,2.792936,5.0169277,147.66049,9.075773,5.3841314,34.543438,42.837353,449.80185,105.2763,171.05797,1691.1108,150.40132,2183.4053,1840.1204,11.733246,11.776564,7320.3623,11.135403,25.123959,317.33908,41.331085,84.03616,46.194736,233.31369,1112.975,282.67725,5.963827,48.11065,325.67197,2098.9722,39.987,151.40388,14.23184,1.3102074,55.24035,1.1478621,0.88445574,2.8853319,12.934274,45.827168,131.14462,27.417362,1735.2065,49.38472,17.021427,23.516666,6.414941,58.94427,4.2920136,2.2383056,5.8956246,58.826107,0.076291665,1.9904654,4.3951263,39.695312,14.923393,1.877729,12.540093,542.64136,51.378925,990.4839,24.093287,1722.2268,45.31824,724.44806,665.11127,17.734385,13.64108,1197.9974,1776.5505,4585.6724,610.50604 +2023-04-27 10:00:00,0.0,4243.7905,44.144367,26.28562,14.593676,43.18745,205.19368,33.63449,71.54052,24.44792,39.491165,352.31082,584.36816,21.716675,46.74609,4.5045,1.0217999,37.526875,18.113262,11.008159,495.2352,2.9779727,353.0068,102.8489,3.3839748,18.088291,122.133095,51.185257,274.14166,213.60292,2786.8843,3.0997612,2336.589,15.9536295,3.5983787,2.280564,17.729036,224.66103,275.79214,91.97803,106.397224,31.196482,9.598024,858.9844,29.556421,65.52869,58.61001,388.42148,15.756404,363.47406,12.559834,50.926186,0.0,3820.1875,8672.608,6.6320024,51.141415,52.886887,31001.178,116.21396,4.844729,62.841347,96.4172,53.699688,15.216588,43.636734,674.6305,81.67309,43.41848,5.215239,9.991474,867.716,6.3377295,324.3619,67.07875,2375.1736,92.3713,128.15979,164.42165,266.55154,16.988882,31.23178,125.72872,14.127537,16.181488,20.811968,37.742428,144.65819,14.239752,10.915394,112.396614,20.110142,4306.2866,37.33206,34.597916,24.80315,36.106953,300.5824,78.940346,52.77986,15.667179,18.818327,38.555973,119.15005,198.53918,83.31597,282.56818,59.928547,44.294155,125.47449,218.02861,789.119,153.00049,8.548939,14.450765,9.452262,191.8618,12883.189,7.5921965,42.327244,69.24023,29.14956,338.94394,54.158237,204.11798,5.06008,143.80199,712.1045,556.6805,68.31921,863.56366,64.53583,91.65712,122.192505,36.018627,6.4648695,24.765429,1014.04083,2.781638,5.001848,147.47969,9.074245,5.3832974,34.4832,42.79364,449.3975,105.1783,171.04018,1690.5497,150.52942,2183.863,1840.5157,11.739942,11.7878475,7329.963,11.130845,25.147917,317.34195,41.36061,84.09322,46.224564,233.5231,1114.0583,282.71713,5.96802,48.136044,326.09137,2101.5312,40.04073,151.50613,14.242106,1.3098584,55.24226,1.1475843,0.88358206,2.8820748,12.9386215,45.857887,131.31883,27.410648,1737.5068,49.41574,17.02857,23.522223,6.4157543,58.920486,4.294213,2.2380185,5.89625,58.82183,0.07571032,1.9896356,4.394509,39.703125,14.923452,1.8755138,12.556526,543.3044,51.439568,991.6922,24.114979,1724.2035,45.356056,724.2468,665.8711,17.75368,13.646655,1199.3302,1778.653,4589.9707,610.29407 +2023-04-27 11:00:00,0.0,4244.865,44.168804,26.305887,14.605515,43.1988,205.23663,33.6398,71.55025,24.447493,39.488533,352.60635,584.7225,21.720299,46.785324,4.4954405,1.0201836,37.532104,18.120686,10.997032,495.32794,2.977432,353.10004,102.83657,3.3769858,17.993185,122.14655,51.171474,273.7292,213.55205,2788.4617,3.088268,2336.493,15.879116,3.587239,2.2720559,17.680496,224.71008,275.8111,91.60893,106.46528,31.216871,9.598814,858.95685,29.339495,65.51375,58.639717,388.65802,15.745834,363.61386,12.561754,50.913235,0.0,3822.1218,8679.165,6.638526,51.172024,52.928814,31014.607,116.292984,4.848839,62.84186,96.39745,53.721992,15.223907,43.610947,674.97296,81.749565,43.42654,5.2178946,9.99353,868.0087,6.347235,324.11255,67.11562,2374.3577,92.391205,128.09927,164.37671,266.53973,16.967,31.207348,125.450096,14.111533,16.168135,20.824406,37.74514,144.53758,14.245118,10.91983,112.41755,20.110416,4305.8833,37.347534,34.567707,24.803062,36.117393,300.48843,78.924805,52.779514,15.673131,18.825542,38.539726,119.16648,198.42398,83.318405,282.58026,59.97276,44.292076,125.49358,218.12013,790.2347,153.0437,8.546487,14.462674,9.443631,192.11644,12897.026,7.5832734,42.306107,69.10914,29.148018,338.95374,54.07384,203.9951,5.0551696,143.87697,711.7614,556.10504,68.29682,863.12164,64.41875,91.60995,122.26827,35.96149,6.4532595,24.736803,1014.7917,2.7703397,4.9867687,147.29887,9.072718,5.382463,34.422962,42.749928,448.99313,105.08029,171.0224,1689.9884,150.65752,2184.3208,1840.9111,11.746637,11.799132,7339.5635,11.126287,25.171875,317.34482,41.39014,84.150276,46.254387,233.73253,1115.1418,282.75702,5.9722123,48.161438,326.51077,2104.0903,40.094463,151.60838,14.252373,1.3095094,55.244167,1.1473067,0.88270843,2.8788178,12.942968,45.88861,131.49304,27.403936,1739.8073,49.44676,17.035713,23.527779,6.416568,58.8967,4.296412,2.2377315,5.896875,58.81755,0.07512897,1.9888058,4.3938913,39.710938,14.923512,1.8732985,12.572959,543.9674,51.500214,992.90045,24.136671,1726.1802,45.393875,724.04565,666.631,17.772974,13.652229,1200.6631,1780.7552,4594.2686,610.0821 +2023-04-27 12:00:00,0.0,4245.94,44.19324,26.326153,14.6173525,43.21015,205.27957,33.645107,71.55998,24.447065,39.485897,352.90186,585.0767,21.723923,46.824554,4.486381,1.0185673,37.537334,18.128109,10.985906,495.4207,2.9768915,353.19327,102.82424,3.3699968,17.898079,122.16001,51.157692,273.31668,213.50116,2790.0393,3.076775,2336.397,15.804603,3.5760994,2.2635474,17.631954,224.75914,275.83005,91.23984,106.53333,31.23726,9.599604,858.9294,29.122566,65.4988,58.66943,388.89456,15.735264,363.75366,12.563674,50.900284,0.0,3824.0564,8685.721,6.6450496,51.20263,52.97074,31028.037,116.37201,4.852949,62.84238,96.37771,53.7443,15.231227,43.58516,675.3155,81.82604,43.434597,5.22055,9.995586,868.3014,6.356741,323.8632,67.1525,2373.5417,92.41111,128.03876,164.33177,266.52792,16.945114,31.182917,125.17146,14.0955305,16.154781,20.836843,37.747852,144.41698,14.250485,10.924268,112.438484,20.110693,4305.48,37.36301,34.5375,24.802975,36.12783,300.39444,78.90926,52.779167,15.679082,18.83276,38.523483,119.182915,198.30878,83.32083,282.59238,60.01697,44.289993,125.51268,218.21165,791.3504,153.0869,8.544034,14.474584,9.435,192.37108,12910.862,7.5743504,42.28497,68.97805,29.146477,338.9635,53.98944,203.87222,5.050259,143.95195,711.41833,555.5296,68.274445,862.6796,64.30167,91.56278,122.34405,35.90435,6.44165,24.708178,1015.5426,2.7590415,4.971689,147.11806,9.07119,5.3816285,34.362724,42.70622,448.5888,104.98229,171.00462,1689.427,150.78561,2184.7786,1841.3065,11.753333,11.810417,7349.164,11.12173,25.195833,317.3477,41.419666,84.20734,46.28421,233.94196,1116.2252,282.7969,5.9764047,48.186832,326.93018,2106.6494,40.148193,151.71065,14.262639,1.3091605,55.24608,1.1470289,0.88183475,2.8755608,12.947316,45.919334,131.66727,27.397223,1742.1077,49.477776,17.042856,23.533333,6.4173813,58.872917,4.2986107,2.2374444,5.8975,58.81327,0.07454762,1.9879758,4.3932734,39.71875,14.923572,1.8710833,12.589392,544.63043,51.56086,994.10876,24.158365,1728.1569,45.431694,723.8444,667.3908,17.792269,13.657804,1201.9958,1782.8575,4598.567,609.8701 +2023-04-27 13:00:00,0.0,4247.0146,44.217678,26.34642,14.62919,43.2215,205.32251,33.650417,71.56972,24.446636,39.48326,353.1974,585.431,21.727547,46.863785,4.477321,1.0169511,37.542564,18.135532,10.974779,495.51343,2.976351,353.28647,102.81191,3.3630078,17.802975,122.17348,51.14391,272.90417,213.45029,2791.617,3.0652819,2336.3008,15.730089,3.5649595,2.2550392,17.583412,224.8082,275.84903,90.87074,106.60139,31.25765,9.600393,858.90186,28.90564,65.483864,58.69914,389.1311,15.724693,363.89346,12.565595,50.887333,0.0,3825.9907,8692.276,6.6515737,51.233234,53.01267,31041.467,116.45104,4.857059,62.842896,96.35796,53.766605,15.238546,43.559372,675.65796,81.90252,43.442657,5.2232056,9.9976425,868.5941,6.366246,323.61383,67.18938,2372.7256,92.43102,127.978264,164.28683,266.5161,16.92323,31.158487,124.89284,14.079527,16.141426,20.849281,37.750565,144.29636,14.255852,10.928704,112.45942,20.110968,4305.0767,37.378483,34.50729,24.802887,36.138268,300.30048,78.89372,52.77882,15.685034,18.839977,38.507236,119.19935,198.19356,83.323265,282.60446,60.061184,44.28791,125.53178,218.30319,792.46606,153.13011,8.541581,14.486493,9.426369,192.62572,12924.698,7.565428,42.263832,68.84696,29.144934,338.97327,53.905045,203.74936,5.0453486,144.02692,711.0753,554.9541,68.25206,862.2376,64.18458,91.51561,122.41982,35.847214,6.43004,24.679552,1016.29346,2.7477436,4.9566092,146.93726,9.069662,5.380794,34.302486,42.662506,448.18445,104.884285,170.98683,1688.866,150.9137,2185.2363,1841.702,11.760029,11.821702,7358.7646,11.117172,25.219791,317.35052,41.449196,84.26439,46.314037,234.15137,1117.3086,282.83682,5.980597,48.212227,327.34958,2109.2085,40.201923,151.8129,14.272905,1.3088115,55.247986,1.1467512,0.8809611,2.8723035,12.951664,45.950054,131.84148,27.39051,1744.4081,49.508797,17.05,23.538889,6.418195,58.849133,4.30081,2.2371573,5.8981247,58.808994,0.07396627,1.987146,4.392656,39.726562,14.923631,1.868868,12.605824,545.2934,51.621502,995.317,24.180058,1730.1335,45.469513,723.6432,668.1507,17.811563,13.663378,1203.3286,1784.96,4602.865,609.65814 +2023-04-27 14:00:00,0.0,4248.0894,44.242115,26.366688,14.641028,43.232853,205.36545,33.655724,71.579445,24.446209,39.480625,353.49292,585.7853,21.73117,46.90302,4.4682617,1.0153347,37.547794,18.142958,10.963654,495.60614,2.9758103,353.3797,102.79958,3.356019,17.707869,122.186935,51.130127,272.49167,213.39941,2793.1946,3.053789,2336.2046,15.655576,3.55382,2.246531,17.53487,224.85725,275.86798,90.50165,106.66944,31.27804,9.601183,858.8743,28.688713,65.46892,58.72885,389.36765,15.714124,364.03326,12.567515,50.874386,0.0,3827.925,8698.833,6.6580973,51.26384,53.054592,31054.896,116.53007,4.861169,62.84341,96.33821,53.788914,15.245866,43.533585,676.0004,81.979,43.450714,5.225861,9.999698,868.88684,6.375752,323.36447,67.22625,2371.9097,92.45093,127.917755,164.2419,266.5043,16.901344,31.134056,124.614204,14.063523,16.128073,20.861717,37.753273,144.17575,14.261219,10.933142,112.480354,20.111244,4304.6733,37.393955,34.477085,24.8028,36.148705,300.20648,78.87818,52.778473,15.690985,18.847195,38.49099,119.21578,198.07835,83.3257,282.61655,60.105396,44.285828,125.550865,218.39471,793.5817,153.17331,8.539128,14.498404,9.417738,192.88036,12938.535,7.5565047,42.2427,68.71587,29.14339,338.98306,53.820644,203.62648,5.040438,144.1019,710.73224,554.37866,68.22968,861.7956,64.0675,91.468445,122.49559,35.790077,6.4184303,24.650927,1017.0444,2.7364454,4.9415298,146.75644,9.068134,5.3799596,34.24225,42.618797,447.7801,104.786285,170.96906,1688.3046,151.0418,2185.694,1842.0974,11.766725,11.832987,7368.365,11.112615,25.24375,317.3534,41.47872,84.32144,46.34386,234.3608,1118.3921,282.8767,5.9847894,48.23762,327.76898,2111.7676,40.255653,151.91515,14.283172,1.3084626,55.249893,1.1464734,0.8800875,2.8690464,12.956011,45.980778,132.01569,27.383797,1746.7084,49.539814,17.057142,23.544445,6.4190083,58.825348,4.303009,2.2368703,5.89875,58.804714,0.073384926,1.9863162,4.392038,39.734375,14.923691,1.8666527,12.622257,545.9564,51.682148,996.5253,24.20175,1732.1102,45.50733,723.44196,668.9105,17.830858,13.668952,1204.6615,1787.0623,4607.1636,609.44617 +2023-04-27 15:00:00,0.0,4249.164,44.266552,26.386953,14.652867,43.244205,205.40839,33.661034,71.58918,24.44578,39.477993,353.78845,586.1396,21.734795,46.94225,4.4592023,1.0137185,37.553024,18.150381,10.952527,495.69888,2.9752698,353.47293,102.787254,3.34903,17.612762,122.20039,51.116344,272.07916,213.34853,2794.7722,3.0422957,2336.1084,15.581061,3.5426803,2.2380226,17.48633,224.90631,275.88693,90.13255,106.7375,31.29843,9.601974,858.8468,28.471786,65.45398,58.75856,389.6042,15.703553,364.17307,12.569435,50.861435,0.0,3829.8596,8705.389,6.6646214,51.29445,53.09652,31068.326,116.60909,4.865279,62.843925,96.31847,53.81122,15.253185,43.507797,676.34296,82.055466,43.458775,5.2285166,10.001754,869.17957,6.3852577,323.11508,67.26312,2371.0938,92.47083,127.85724,164.19696,266.4925,16.87946,31.109625,124.33558,14.04752,16.11472,20.874155,37.755985,144.05515,14.266585,10.937578,112.50129,20.111519,4304.27,37.40943,34.446877,24.802711,36.159145,300.1125,78.86264,52.778126,15.696937,18.854412,38.474743,119.232216,197.96315,83.328125,282.62863,60.14961,44.283745,125.56996,218.48625,794.69745,153.21652,8.536675,14.510313,9.409107,193.135,12952.371,7.5475817,42.22156,68.58479,29.141848,338.99283,53.736248,203.5036,5.0355277,144.17688,710.38916,553.80316,68.2073,861.3536,63.950413,91.42127,122.571365,35.73294,6.406821,24.622301,1017.7952,2.7251472,4.9264503,146.57564,9.0666065,5.379125,34.18201,42.575085,447.37573,104.68828,170.95126,1687.7433,151.16989,2186.1519,1842.4928,11.77342,11.844272,7377.9663,11.108057,25.26771,317.35626,41.50825,84.3785,46.373684,234.57022,1119.4755,282.9166,5.988982,48.263016,328.1884,2114.3267,40.309387,152.01741,14.293438,1.3081137,55.251804,1.1461957,0.8792138,2.8657894,12.960359,46.0115,132.18991,27.377085,1749.0088,49.57083,17.064285,23.55,6.4198217,58.801563,4.305208,2.2365832,5.899375,58.800434,0.07280357,1.9854863,4.3914204,39.742188,14.92375,1.8644375,12.63869,546.61945,51.742794,997.73364,24.223442,1734.0869,45.54515,723.2407,669.67035,17.850153,13.674526,1205.9943,1789.1647,4611.4614,609.23425 +2023-04-27 16:00:00,0.0,4250.239,44.29099,26.40722,14.664705,43.255554,205.45134,33.666344,71.59891,24.445353,39.475357,354.08398,586.49384,21.738419,46.98148,4.4501424,1.0121022,37.558254,18.157804,10.941401,495.79163,2.974729,353.56616,102.774925,3.342041,17.517656,122.21386,51.102566,271.6667,213.29765,2796.3499,3.0308027,2336.0125,15.506548,3.5315404,2.2295144,17.437788,224.95537,275.90588,89.76346,106.80556,31.31882,9.602763,858.8193,28.25486,65.43903,58.788273,389.84073,15.692984,364.31287,12.571356,50.848484,0.0,3831.794,8711.944,6.671145,51.325054,53.138447,31081.756,116.688126,4.869389,62.844444,96.29872,53.833527,15.260505,43.48201,676.6854,82.13194,43.46683,5.231172,10.00381,869.4722,6.394763,322.86572,67.3,2370.2778,92.490746,127.79673,164.15202,266.48065,16.857574,31.085194,124.056946,14.031516,16.101366,20.886593,37.758698,143.93452,14.271953,10.942016,112.522224,20.111795,4303.8667,37.424904,34.416668,24.802624,36.169582,300.01852,78.84711,52.77778,15.702888,18.86163,38.458496,119.24865,197.84795,83.33056,282.64072,60.19382,44.281662,125.58906,218.57777,795.8131,153.25974,8.534223,14.5222225,9.400476,193.38963,12966.207,7.538659,42.200424,68.453705,29.140305,339.00262,53.651848,203.38072,5.030617,144.25185,710.04614,553.2277,68.18492,860.9115,63.83333,91.3741,122.64714,35.675804,6.3952107,24.593676,1018.54614,2.713849,4.9113703,146.39482,9.065079,5.3782907,34.121773,42.531372,446.97137,104.59028,170.93349,1687.182,151.29797,2186.6096,1842.8882,11.780117,11.8555565,7387.567,11.103499,25.291668,317.35913,41.53778,84.435555,46.40351,234.77963,1120.559,282.95648,5.9931746,48.288414,328.6078,2116.8857,40.363117,152.11966,14.303703,1.3077646,55.25371,1.1459179,0.8783402,2.8625324,12.964705,46.04222,132.36412,27.37037,1751.3092,49.601852,17.071428,23.555555,6.420635,58.77778,4.3074074,2.2362964,5.8999996,58.796158,0.072222225,1.9846565,4.390803,39.75,14.92381,1.8622222,12.655123,547.2825,51.803436,998.9419,24.245134,1736.0637,45.58297,723.0395,670.43024,17.869448,13.680101,1207.3271,1791.267,4615.76,609.0223 +2023-04-27 17:00:00,0.0,4251.3135,44.315426,26.427488,14.676543,43.266907,205.49428,33.67165,71.60864,24.444925,39.47272,354.3795,586.84814,21.742043,47.020714,4.441083,1.0104859,37.563488,18.165228,10.930274,495.88437,2.9741886,353.6594,102.762596,3.335052,17.42255,122.22732,51.088783,271.25418,213.24677,2797.9275,3.0193095,2335.9163,15.4320345,3.5204008,2.2210062,17.389246,225.00444,275.92484,89.39436,106.87361,31.33921,9.603553,858.79175,28.037931,65.42409,58.81798,390.07727,15.682413,364.45267,12.5732765,50.835533,0.0,3833.7283,8718.5,6.677669,51.35566,53.180374,31095.186,116.76715,4.873499,62.84496,96.278984,53.855835,15.267824,43.456223,677.02795,82.20842,43.474888,5.233827,10.005866,869.76495,6.4042687,322.61636,67.336876,2369.462,92.51065,127.73622,164.10709,266.46884,16.83569,31.060764,123.77832,14.015512,16.088013,20.89903,37.761406,143.81392,14.277319,10.946452,112.54316,20.11207,4303.4634,37.440376,34.38646,24.802536,36.18002,299.92453,78.831566,52.77743,15.708839,18.868847,38.442253,119.26508,197.73274,83.332985,282.65283,60.238033,44.27958,125.60815,218.6693,796.92883,153.30293,8.53177,14.534132,9.391846,193.64427,12980.044,7.529736,42.179287,68.32262,29.138763,339.0124,53.56745,203.25786,5.025707,144.32683,709.70306,552.6523,68.16254,860.4695,63.716248,91.326935,122.72291,35.618664,6.383601,24.56505,1019.297,2.7025511,4.896291,146.21402,9.063551,5.377456,34.061535,42.487663,446.56705,104.49227,170.9157,1686.6208,151.42607,2187.0674,1843.2836,11.786813,11.866841,7397.1675,11.098942,25.315626,317.362,41.567307,84.492615,46.433334,234.98906,1121.6423,282.99637,5.997367,48.31381,329.0272,2119.4448,40.416847,152.22191,14.31397,1.3074157,55.255623,1.1456401,0.87746656,2.859275,12.969053,46.072945,132.53835,27.363657,1753.6095,49.63287,17.078571,23.561111,6.4214487,58.753994,4.309606,2.2360094,5.9006248,58.791878,0.07164088,1.9838266,4.390185,39.757812,14.923869,1.8600069,12.671555,547.9455,51.864082,1000.1502,24.266827,1738.0404,45.620785,722.83826,671.19006,17.888742,13.685676,1208.6599,1793.3694,4620.058,608.8103 +2023-04-27 18:00:00,0.0,4252.388,44.339863,26.447756,14.688382,43.278255,205.53722,33.67696,71.61838,24.444496,39.47009,354.67502,587.2024,21.745667,47.059944,4.4320235,1.0088696,37.568718,18.172651,10.919148,495.9771,2.973648,353.75262,102.75027,3.3280632,17.327444,122.240776,51.075,270.84167,213.19589,2799.5051,3.0078163,2335.82,15.357521,3.5092611,2.2124977,17.340704,225.0535,275.9438,89.02527,106.941666,31.3596,9.604342,858.7642,27.821005,65.40915,58.84769,390.3138,15.671843,364.59247,12.575196,50.822582,0.0,3835.6628,8725.057,6.6841927,51.386265,53.2223,31108.615,116.846176,4.8776093,62.845474,96.25924,53.87814,15.275144,43.430435,677.3704,82.2849,43.48295,5.2364826,10.007922,870.0577,6.4137745,322.367,67.37375,2368.6458,92.530556,127.67572,164.06215,266.45703,16.813807,31.036333,123.49969,13.999509,16.07466,20.911469,37.76412,143.69331,14.282686,10.95089,112.56409,20.112347,4303.06,37.455853,34.35625,24.802448,36.190456,299.83057,78.816025,52.777084,15.71479,18.876062,38.426006,119.28152,197.61754,83.33542,282.66492,60.28224,44.277496,125.62724,218.76083,798.0445,153.34615,8.529317,14.546042,9.383214,193.89891,12993.88,7.520813,42.158154,68.19153,29.13722,339.0222,53.483055,203.13498,5.0207963,144.40181,709.36,552.0768,68.14016,860.02747,63.599163,91.27976,122.79868,35.561527,6.371991,24.536425,1020.0479,2.691253,4.8812113,146.0332,9.062023,5.376622,34.001297,42.44395,446.1627,104.39427,170.89792,1686.0596,151.55417,2187.5251,1843.679,11.793509,11.878126,7406.768,11.094384,25.339584,317.36484,41.596836,84.54967,46.463158,235.19847,1122.7257,283.03625,6.0015593,48.339203,329.4466,2122.004,40.47058,152.32417,14.324236,1.3070668,55.25753,1.1453624,0.8765929,2.856018,12.973401,46.10367,132.71255,27.356945,1755.9099,49.663887,17.085714,23.566668,6.422262,58.73021,4.3118052,2.2357223,5.90125,58.787598,0.071059525,1.9829968,4.3895674,39.765625,14.923929,1.8577917,12.687987,548.6085,51.92473,1001.35846,24.288519,1740.0171,45.658604,722.637,671.94995,17.908037,13.69125,1209.9928,1795.4717,4624.3564,608.5983 +2023-04-27 19:00:00,0.0,4253.463,44.3643,26.468021,14.70022,43.289608,205.58015,33.682266,71.628105,24.444069,39.467453,354.97055,587.5567,21.74929,47.099174,4.4229636,1.0072534,37.573948,18.180077,10.908022,496.06985,2.9731073,353.84586,102.73794,3.3210742,17.232338,122.25424,51.06122,270.42917,213.145,2801.0828,2.9963233,2335.724,15.283008,3.4981213,2.2039895,17.292162,225.10255,275.96274,88.65617,107.00972,31.37999,9.605132,858.73676,27.604078,65.3942,58.877403,390.55035,15.661273,364.73227,12.577117,50.80963,0.0,3837.5972,8731.612,6.6907167,51.416874,53.264225,31122.045,116.92521,4.881719,62.84599,96.239494,53.900448,15.282463,43.404648,677.7129,82.361374,43.491005,5.239138,10.009978,870.3504,6.42328,322.11765,67.41062,2367.8298,92.55047,127.61521,164.01723,266.44522,16.791922,31.011902,123.22106,13.983506,16.061304,20.923904,37.76683,143.5727,14.288053,10.955327,112.58502,20.112621,4302.6567,37.471325,34.326042,24.80236,36.200897,299.73657,78.80048,52.776737,15.720742,18.88328,38.40976,119.29795,197.50233,83.33785,282.677,60.326454,44.275414,125.64634,218.85236,799.1602,153.38936,8.526864,14.557952,9.374583,194.15355,13007.716,7.5118904,42.137016,68.06044,29.135677,339.03195,53.398655,203.0121,5.015886,144.47678,709.01697,551.50134,68.117775,859.58545,63.48208,91.2326,122.87446,35.50439,6.3603816,24.5078,1020.79877,2.6799548,4.866132,145.85239,9.060495,5.3757877,33.94106,42.400238,445.75833,104.296265,170.88013,1685.4983,151.68227,2187.983,1844.0743,11.800204,11.88941,7416.3687,11.089827,25.363543,317.3677,41.62636,84.60672,46.492985,235.4079,1123.8092,283.07617,6.005752,48.364597,329.866,2124.563,40.52431,152.42642,14.334502,1.3067179,55.25944,1.1450846,0.87571925,2.852761,12.977748,46.134388,132.88676,27.350231,1758.2103,49.69491,17.092857,23.572222,6.4230757,58.706425,4.3140044,2.2354352,5.901875,58.78332,0.07047818,1.9821669,4.38895,39.773438,14.923988,1.8555763,12.70442,549.2715,51.98537,1002.5668,24.310213,1741.9938,45.696423,722.4358,672.7098,17.927332,13.696824,1211.3256,1797.5741,4628.655,608.38635 +2023-04-27 20:00:00,0.0,4254.5376,44.388737,26.488289,14.712058,43.30096,205.6231,33.687576,71.63784,24.44364,39.464817,355.26608,587.911,21.752914,47.138405,4.413904,1.005637,37.579178,18.1875,10.896895,496.1626,2.9725668,353.9391,102.72561,3.3140852,17.137232,122.2677,51.047436,270.01666,213.09413,2802.6604,2.9848301,2335.628,15.208494,3.4869816,2.1954813,17.243622,225.15161,275.9817,88.28708,107.077774,31.40038,9.605922,858.7092,27.387152,65.379265,58.907112,390.7869,15.650702,364.87207,12.579038,50.79668,0.0,3839.5317,8738.168,6.6972404,51.44748,53.306152,31135.475,117.004234,4.885829,62.846504,96.21975,53.922752,15.289783,43.378864,678.0554,82.43785,43.499065,5.2417936,10.012034,870.64307,6.4327855,321.8683,67.4475,2367.014,92.57037,127.5547,163.97229,266.4334,16.770037,30.987473,122.94243,13.967503,16.04795,20.936342,37.76954,143.45209,14.29342,10.959764,112.60596,20.112898,4302.2534,37.486797,34.295834,24.802273,36.211334,299.64258,78.78494,52.77639,15.726693,18.890497,38.393513,119.314384,197.38713,83.34028,282.6891,60.370667,44.27333,125.665436,218.94388,800.2759,153.43256,8.524411,14.569861,9.3659525,194.40819,13021.553,7.5029674,42.11588,67.92935,29.134134,339.04172,53.31426,202.88922,5.0109754,144.55176,708.6739,550.92584,68.0954,859.14343,63.364998,91.185425,122.950226,35.447254,6.348772,24.479174,1021.5497,2.6686568,4.851052,145.67159,9.058968,5.3749533,33.88082,42.35653,445.35397,104.198265,170.86235,1684.937,151.81035,2188.4407,1844.4697,11.8069,11.900695,7425.9697,11.085269,25.3875,317.37057,41.65589,84.66378,46.522808,235.61732,1124.8926,283.11606,6.0099444,48.38999,330.2854,2127.122,40.57804,152.52867,14.344769,1.3063688,55.26135,1.1448069,0.87484556,2.849504,12.982096,46.16511,133.06099,27.34352,1760.5106,49.725925,17.1,23.577778,6.423889,58.68264,4.3162036,2.2351482,5.9024997,58.77904,0.069896825,1.9813371,4.388332,39.78125,14.924047,1.853361,12.720853,549.9345,52.046017,1003.775,24.331905,1743.9705,45.73424,722.23456,673.46967,17.946627,13.702398,1212.6584,1799.6764,4632.9526,608.1744 +2023-04-27 21:00:00,0.0,4255.6123,44.413174,26.508556,14.723896,43.31231,205.66605,33.692886,71.647575,24.443213,39.46218,355.5616,588.26526,21.756538,47.17764,4.4048448,1.0040208,37.584408,18.194923,10.88577,496.2553,2.9720263,354.03232,102.71328,3.3070965,17.042126,122.28116,51.033653,269.6042,213.04324,2804.238,2.9733372,2335.5317,15.13398,3.475842,2.186973,17.19508,225.20067,276.00064,87.917984,107.145836,31.420769,9.606711,858.6817,27.170223,65.36432,58.936825,391.02344,15.640132,365.01187,12.580957,50.78373,0.0,3841.4658,8744.724,6.7037644,51.478085,53.34808,31148.904,117.08326,4.8899393,62.847023,96.20001,53.94506,15.297102,43.353077,678.3979,82.51432,43.507122,5.244449,10.014091,870.9358,6.4422913,321.61893,67.484375,2366.198,92.59028,127.49419,163.92735,266.42157,16.748152,30.963041,122.6638,13.951499,16.034597,20.94878,37.77225,143.33148,14.298787,10.964201,112.62689,20.113173,4301.85,37.502274,34.265625,24.802185,36.22177,299.5486,78.7694,52.776043,15.732645,18.897715,38.37727,119.33082,197.27193,83.34271,282.70117,60.41488,44.271248,125.684525,219.03542,801.39154,153.47577,8.521958,14.581771,9.357322,194.66283,13035.389,7.4940443,42.09474,67.79826,29.132593,339.0515,53.22986,202.76636,5.006065,144.62674,708.3308,550.3504,68.07301,858.7014,63.247913,91.13826,123.026,35.390114,6.337162,24.450548,1022.3006,2.6573586,4.8359723,145.49077,9.05744,5.374119,33.820583,42.312817,444.94962,104.10026,170.84457,1684.3757,151.93845,2188.8984,1844.8651,11.813597,11.91198,7435.5703,11.080711,25.411459,317.37344,41.685417,84.72083,46.55263,235.82674,1125.9761,283.15594,6.014137,48.415386,330.7048,2129.6812,40.63177,152.63094,14.355035,1.3060199,55.26326,1.1445291,0.87397194,2.8462467,12.986443,46.195835,133.2352,27.336805,1762.811,49.756943,17.107141,23.583334,6.4247026,58.658855,4.318403,2.2348611,5.903125,58.77476,0.06931548,1.9805073,4.3877144,39.789062,14.924108,1.8511457,12.737286,550.59753,52.106663,1004.98334,24.353598,1745.9471,45.77206,722.0333,674.2295,17.965921,13.7079735,1213.9912,1801.7787,4637.251,607.9624 +2023-04-27 22:00:00,0.0,4256.687,44.43761,26.528822,14.735735,43.32366,205.70898,33.698193,71.6573,24.442785,39.45955,355.85712,588.61957,21.760162,47.21687,4.395785,1.0024046,37.589638,18.202347,10.874643,496.34805,2.9714856,354.12555,102.70095,3.3001075,16.94702,122.294624,51.01987,269.19168,212.99237,2805.8157,2.961844,2335.4355,15.059466,3.4647021,2.1784647,17.146538,225.24973,276.0196,87.54889,107.21389,31.441158,9.607502,858.6542,26.953297,65.34938,58.966534,391.25998,15.629562,365.15167,12.582878,50.77078,0.0,3843.4004,8751.28,6.710288,51.50869,53.390007,31162.334,117.16229,4.894049,62.847538,96.18027,53.967365,15.304421,43.32729,678.74036,82.5908,43.515182,5.2471046,10.016146,871.2285,6.451797,321.36954,67.52125,2365.3818,92.61018,127.433685,163.88242,266.40976,16.726267,30.93861,122.38517,13.935495,16.021244,20.961218,37.774963,143.21088,14.304153,10.968637,112.64783,20.11345,4301.447,37.517746,34.235416,24.802097,36.23221,299.45462,78.75386,52.775696,15.738596,18.904932,38.361023,119.34725,197.15672,83.34514,282.71326,60.45909,44.269165,125.70362,219.12694,802.50726,153.51898,8.5195055,14.593681,9.348691,194.91747,13049.225,7.4851217,42.07361,67.667175,29.13105,339.06128,53.145462,202.64348,5.0011544,144.7017,707.9878,549.77496,68.05064,858.2594,63.13083,91.09109,123.10177,35.332977,6.3255525,24.421923,1023.05145,2.6460605,4.820893,145.30997,9.055912,5.3732843,33.760345,42.269104,444.5453,104.00226,170.82678,1683.8145,152.06654,2189.3562,1845.2605,11.820292,11.9232645,7445.171,11.076154,25.435417,317.37628,41.714947,84.777885,46.58246,236.03616,1127.0594,283.19583,6.018329,48.44078,331.1242,2132.2402,40.685505,152.73318,14.365301,1.305671,55.265167,1.1442513,0.8730983,2.8429897,12.99079,46.226555,133.40942,27.330093,1765.1115,49.78796,17.114285,23.588888,6.425516,58.63507,4.3206015,2.234574,5.90375,58.770485,0.06873413,1.9796773,4.387097,39.796875,14.924167,1.8489305,12.753718,551.26056,52.167305,1006.1916,24.37529,1747.9238,45.80988,721.8321,674.9894,17.985216,13.713548,1215.3241,1803.8811,4641.5493,607.7504 +2023-04-27 23:00:00,0.0,4257.7617,44.462048,26.54909,14.747573,43.33501,205.75192,33.703503,71.66704,24.442356,39.456913,356.15265,588.9738,21.763786,47.2561,4.3867254,1.0007882,37.59487,18.20977,10.863517,496.4408,2.9709451,354.21875,102.68862,3.2931185,16.851915,122.30808,51.00609,268.77917,212.9415,2807.3933,2.950351,2335.3396,14.984953,3.4535625,2.1699564,17.097998,225.29878,276.03857,87.179794,107.281944,31.461548,9.608292,858.62665,26.73637,65.334435,58.996246,391.49652,15.618992,365.29147,12.584799,50.757828,0.0,3845.335,8757.836,6.7168117,51.539295,53.431934,31175.764,117.24132,4.898159,62.848053,96.16052,53.989674,15.311741,43.301502,679.0829,82.667274,43.52324,5.24976,10.018202,871.5212,6.4613023,321.12018,67.55813,2364.566,92.6301,127.37318,163.83748,266.39795,16.704382,30.914179,122.106544,13.919492,16.00789,20.973656,37.777676,143.09026,14.309521,10.973075,112.66876,20.113724,4301.0435,37.53322,34.205208,24.80201,36.24265,299.36066,78.73833,52.77535,15.744548,18.91215,38.344776,119.363686,197.04152,83.34757,282.72537,60.503304,44.267082,125.72272,219.21846,803.6229,153.56218,8.517053,14.605591,9.340059,195.1721,13063.062,7.4761987,42.05247,67.53609,29.129507,339.07108,53.06106,202.5206,4.996244,144.77669,707.6447,549.19946,68.02825,857.8174,63.01375,91.04392,123.17754,35.27584,6.3139424,24.393297,1023.80237,2.6347623,4.8058133,145.12915,9.054384,5.37245,33.700108,42.225395,444.14093,103.90425,170.809,1683.2533,152.19464,2189.814,1845.656,11.826988,11.934549,7454.7715,11.071596,25.459375,317.37915,41.744473,84.834946,46.61228,236.24559,1128.1428,283.23572,6.0225215,48.466175,331.5436,2134.799,40.739235,152.83543,14.375567,1.305322,55.26708,1.1439736,0.8722246,2.8397326,12.995138,46.25728,133.58363,27.32338,1767.4117,49.81898,17.121428,23.594444,6.4263296,58.611286,4.3228006,2.234287,5.9043746,58.766205,0.06815278,1.9788475,4.386479,39.804688,14.924227,1.8467152,12.770151,551.9236,52.22795,1007.3999,24.396982,1749.9006,45.8477,721.63086,675.7492,18.00451,13.719122,1216.6569,1805.9834,4645.8477,607.53845 +2023-04-28 00:00:00,0.0,4258.8364,44.486485,26.569357,14.759411,43.346363,205.79486,33.70881,71.67677,24.441929,39.454277,356.44818,589.3281,21.76741,47.295334,4.377666,0.999172,37.6001,18.217196,10.85239,496.53354,2.9704046,354.31198,102.676285,3.2861295,16.75681,122.32155,50.99231,268.36667,212.89061,2808.971,2.9388578,2335.2434,14.9104395,3.4424229,2.1614482,17.049456,225.34784,276.05753,86.8107,107.35,31.481937,9.609081,858.5991,26.519444,65.319496,59.025955,391.73306,15.608421,365.43127,12.586719,50.74488,0.0,3847.2695,8764.392,6.7233357,51.569904,53.473858,31189.193,117.32034,4.9022694,62.848568,96.14078,54.011982,15.319061,43.275715,679.42535,82.74375,43.5313,5.2524157,10.020258,871.8139,6.470808,320.87082,67.595,2363.75,92.65,127.31267,163.79254,266.38614,16.682499,30.88975,121.82791,13.903488,15.994536,20.986092,37.780388,142.96965,14.314887,10.977511,112.6897,20.114,4300.64,37.548695,34.175,24.801922,36.253086,299.26666,78.722786,52.775,15.750499,18.919367,38.32853,119.38011,196.92632,83.35,282.73746,60.547516,44.265,125.741806,219.31,804.73865,153.6054,8.514601,14.6175,9.331429,195.42674,13076.897,7.4672756,42.031334,67.405,29.127964,339.08084,52.976665,202.39774,4.9913335,144.85167,707.30164,548.624,68.005875,857.37537,62.896664,90.99675,123.25332,35.218704,6.302333,24.364672,1024.5532,2.6234643,4.7907333,144.94833,9.052856,5.3716154,33.63987,42.181683,443.73657,103.80625,170.79121,1682.692,152.32272,2190.2717,1846.0514,11.833684,11.945834,7464.372,11.067039,25.483334,317.38202,41.774002,84.892,46.642105,236.455,1129.2263,283.2756,6.0267143,48.49157,331.963,2137.3582,40.792965,152.9377,14.385834,1.3049731,55.268986,1.1436958,0.871351,2.8364756,12.999485,46.288,133.75784,27.316668,1769.7122,49.85,17.12857,23.6,6.427143,58.5875,4.325,2.234,5.9049997,58.761925,0.06757143,1.9780177,4.3858614,39.8125,14.924286,1.8445,12.786584,552.5866,52.288597,1008.60815,24.418674,1751.8773,45.885513,721.4296,676.5091,18.023806,13.724696,1217.9896,1808.0858,4650.1455,607.3265 +2023-04-28 01:00:00,0.0,4259.911,44.51092,26.589622,14.77125,43.35771,205.8378,33.71412,71.6865,24.4415,39.45164,356.7437,589.6824,21.771032,47.334564,4.368606,0.99755573,37.60533,18.224619,10.841265,496.62628,2.969864,354.4052,102.663956,3.2791407,16.661703,122.33501,50.978527,267.95416,212.83974,2810.5486,2.9273648,2335.1472,14.835926,3.431283,2.1529398,17.000914,225.3969,276.07648,86.4416,107.41805,31.502329,9.609871,858.5716,26.302515,65.30455,59.055668,391.9696,15.597852,365.57108,12.588639,50.73193,0.0,3849.2036,8770.947,6.7298594,51.60051,53.515785,31202.623,117.399376,4.906379,62.849087,96.12103,54.034286,15.326381,43.249928,679.7678,82.82023,43.539356,5.255071,10.022314,872.1066,6.480314,320.62146,67.631874,2362.934,92.66991,127.25216,163.7476,266.37433,16.660614,30.865318,121.549286,13.887485,15.981183,20.99853,37.783096,142.84904,14.320254,10.981949,112.71063,20.114275,4300.237,37.564167,34.14479,24.801832,36.263523,299.1727,78.707245,52.774654,15.756451,18.926582,38.312286,119.396545,196.81111,83.35243,282.74954,60.59173,44.262917,125.7609,219.40152,805.8543,153.6486,8.512148,14.62941,9.322798,195.6814,13090.733,7.458353,42.010197,67.27391,29.126421,339.09064,52.892265,202.27486,4.986423,144.92664,706.9586,548.0485,67.9835,856.93335,62.77958,90.94958,123.32909,35.161568,6.290723,24.336046,1025.3041,2.6121662,4.775654,144.76753,9.051329,5.3707814,33.57963,42.13797,443.3322,103.708244,170.77344,1682.1307,152.45082,2190.7295,1846.4468,11.84038,11.957119,7473.9727,11.062481,25.507292,317.3849,41.803528,84.94906,46.671932,236.66443,1130.3097,283.31552,6.0309067,48.516968,332.38242,2139.9172,40.846695,153.03995,14.396099,1.3046241,55.270893,1.1434181,0.8704773,2.8332183,13.003833,46.31872,133.93207,27.309954,1772.0126,49.881016,17.135714,23.605556,6.4279566,58.563717,4.327199,2.233713,5.905625,58.75765,0.066990085,1.9771878,4.385244,39.820312,14.924345,1.8422847,12.803017,553.24963,52.34924,1009.81647,24.440369,1753.854,45.923332,721.2284,677.2689,18.0431,13.73027,1219.3225,1810.1881,4654.444,607.1145 +2023-04-28 02:00:00,0.0,4260.986,44.53536,26.60989,14.783088,43.369064,205.88075,33.719425,71.696236,24.441072,39.44901,357.03925,590.0367,21.774656,47.373795,4.3595467,0.99593943,37.61056,18.232042,10.830138,496.71902,2.9693234,354.49844,102.65163,3.2721517,16.566597,122.348465,50.964745,267.5417,212.78885,2812.1262,2.9158716,2335.051,14.761412,3.4201434,2.1444316,16.952372,225.44595,276.09543,86.0725,107.486115,31.522718,9.610661,858.5441,26.085588,65.28961,59.085377,392.20618,15.587281,365.71088,12.59056,50.71898,0.0,3851.1382,8777.504,6.7363834,51.631115,53.557713,31216.053,117.4784,4.910489,62.8496,96.10129,54.056595,15.3337,43.22414,680.11035,82.8967,43.547417,5.2577267,10.02437,872.39935,6.489819,320.3721,67.66875,2362.1182,92.68982,127.19165,163.70267,266.36252,16.63873,30.840887,121.27065,13.871482,15.967829,21.010967,37.78581,142.72842,14.325621,10.986385,112.73157,20.114552,4299.8335,37.57964,34.114582,24.801744,36.273964,299.0787,78.6917,52.774307,15.762402,18.9338,38.29604,119.41298,196.6959,83.354866,282.76163,60.63594,44.260834,125.78,219.49306,806.97003,153.6918,8.509695,14.64132,9.314167,195.93604,13104.57,7.44943,41.989063,67.14282,29.12488,339.1004,52.80787,202.15198,4.9815125,145.00162,706.61554,547.4731,67.96111,856.49133,62.6625,90.90241,123.40486,35.104427,6.2791133,24.30742,1026.055,2.600868,4.7605743,144.58672,9.049801,5.369947,33.519394,42.09426,442.92786,103.610245,170.75565,1681.5696,152.57892,2191.1873,1846.8422,11.847075,11.968404,7483.5737,11.057923,25.53125,317.38776,41.833057,85.00611,46.701756,236.87386,1131.3932,283.3554,6.035099,48.542362,332.80182,2142.4763,40.90043,153.1422,14.406365,1.3042752,55.272804,1.1431403,0.8696037,2.8299613,13.008181,46.349445,134.10628,27.303242,1774.313,49.912037,17.142857,23.61111,6.42877,58.539932,4.329398,2.2334259,5.90625,58.75337,0.06640873,1.9763579,4.384626,39.828125,14.924405,1.8400694,12.819449,553.9126,52.409885,1011.0248,24.46206,1755.8307,45.96115,721.02716,678.0288,18.062395,13.735846,1220.6553,1812.2905,4658.742,606.9026 +2023-04-28 03:00:00,0.0,4262.061,44.559795,26.630157,14.794926,43.380417,205.92369,33.724735,71.70597,24.440643,39.446373,357.33475,590.3909,21.77828,47.413025,4.350487,0.99432313,37.61579,18.239466,10.819012,496.81177,2.968783,354.59167,102.6393,3.2651627,16.47149,122.36193,50.950962,267.12918,212.73798,2813.7036,2.9043784,2334.955,14.686898,3.4090037,2.1359234,16.90383,225.49501,276.11438,85.70341,107.55417,31.543108,9.61145,858.5166,25.868662,65.274666,59.11509,392.4427,15.576712,365.85068,12.59248,50.706028,0.0,3853.0728,8784.06,6.742907,51.66172,53.59964,31229.482,117.55743,4.914599,62.850117,96.08154,54.0789,15.34102,43.198353,680.4528,82.973175,43.555473,5.260382,10.026426,872.692,6.499325,320.12274,67.70563,2361.302,92.709724,127.13114,163.65773,266.35068,16.616844,30.816458,120.99203,13.855478,15.954475,21.023405,37.78852,142.60782,14.330988,10.990823,112.7525,20.114826,4299.43,37.595116,34.084373,24.801657,36.2844,298.9847,78.67616,52.77396,15.768353,18.941017,38.279793,119.42941,196.5807,83.35729,282.7737,60.680153,44.25875,125.799095,219.58458,808.0857,153.73502,8.507242,14.65323,9.305535,196.19067,13118.406,7.4405074,41.967926,67.011734,29.123337,339.11017,52.72347,202.0291,4.976602,145.0766,706.27246,546.89764,67.938736,856.0493,62.545414,90.85524,123.48064,35.04729,6.2675037,24.278795,1026.8059,2.5895698,4.7454944,144.40591,9.048273,5.3691125,33.459156,42.05055,442.52353,103.51224,170.73787,1681.0083,152.70702,2191.645,1847.2375,11.853771,11.979689,7493.1743,11.053366,25.555208,317.3906,41.862583,85.06316,46.73158,237.08327,1132.4766,283.3953,6.0392914,48.567757,333.22122,2145.0354,40.95416,153.24446,14.416632,1.3039262,55.27471,1.1428626,0.86873007,2.8267043,13.012527,46.380165,134.2805,27.296528,1776.6133,49.943054,17.15,23.616667,6.4295835,58.516148,4.331597,2.2331388,5.9068747,58.74909,0.065827385,1.9755281,4.3840084,39.835938,14.924464,1.8378541,12.835882,554.5756,52.47053,1012.23303,24.483753,1757.8074,45.99897,720.8259,678.78864,18.08169,13.74142,1221.9882,1814.3928,4663.0405,606.6906 +2023-04-28 04:00:00,0.0,4263.1357,44.584232,26.650423,14.806764,43.391766,205.96663,33.730045,71.7157,24.440216,39.443737,357.63028,590.74524,21.781904,47.45226,4.3414273,0.9927069,37.62102,18.24689,10.807885,496.90448,2.9682422,354.6849,102.62697,3.2581737,16.376385,122.37539,50.93718,266.71667,212.68709,2815.2812,2.8928854,2334.859,14.612385,3.3978639,2.127415,16.85529,225.54407,276.13333,85.33431,107.62222,31.563498,9.612241,858.4891,25.651735,65.25973,59.1448,392.67926,15.566141,365.99048,12.5944,50.693077,0.0,3855.0068,8790.615,6.749431,51.69233,53.641567,31242.912,117.63646,4.9187093,62.85063,96.0618,54.101208,15.348339,43.172565,680.7953,83.04965,43.563534,5.2630377,10.028482,872.98474,6.5088305,319.87338,67.7425,2360.486,92.72963,127.07063,163.6128,266.33887,16.59496,30.792027,120.713394,13.839475,15.941122,21.035841,37.791233,142.48721,14.336354,10.99526,112.77344,20.115103,4299.027,37.610588,34.054165,24.801569,36.294838,298.89075,78.66062,52.773613,15.774304,18.948235,38.263546,119.44585,196.4655,83.359726,282.7858,60.724365,44.256668,125.818184,219.6761,809.20135,153.77821,8.504789,14.665139,9.296905,196.44531,13132.242,7.4315844,41.94679,66.880646,29.121794,339.11996,52.639072,201.90623,4.971691,145.15158,705.92944,546.32214,67.91635,855.6073,62.42833,90.808075,123.556404,34.990154,6.2558937,24.25017,1027.5568,2.5782719,4.730415,144.2251,9.046745,5.368278,33.39892,42.006836,442.11917,103.41424,170.7201,1680.4469,152.8351,2192.1028,1847.6329,11.860468,11.9909725,7502.775,11.048808,25.579166,317.39346,41.892113,85.120224,46.761406,237.2927,1133.5599,283.43518,6.043484,48.59315,333.64062,2147.5945,41.00789,153.34671,14.426898,1.3035773,55.276623,1.1425848,0.8678564,2.8234472,13.016875,46.41089,134.45471,27.289816,1778.9137,49.97407,17.157143,23.622223,6.430397,58.492363,4.333796,2.232852,5.9075,58.744812,0.06524603,1.9746982,4.383391,39.84375,14.924524,1.8356389,12.852315,555.23865,52.531174,1013.44135,24.505445,1759.784,46.03679,720.6247,679.5485,18.100986,13.746994,1223.3209,1816.4951,4667.3384,606.47864 +2023-04-28 05:00:00,0.0,4264.2104,44.60867,26.67069,14.818603,43.40312,206.00957,33.73535,71.72543,24.439789,39.441105,357.9258,591.0995,21.785528,47.49149,4.332368,0.9910906,37.62625,18.254314,10.79676,496.99722,2.9677017,354.77814,102.61464,3.251185,16.281279,122.38885,50.923397,266.30417,212.63622,2816.859,2.8813922,2334.7627,14.537871,3.3867242,2.1189067,16.806747,225.59312,276.15228,84.96522,107.69028,31.583887,9.61303,858.46155,25.434809,65.24478,59.174507,392.91577,15.555571,366.13028,12.596321,50.680126,0.0,3856.9414,8797.171,6.7559547,51.722935,53.68349,31256.342,117.715485,4.922819,62.85115,96.04205,54.123512,15.355659,43.14678,681.1378,83.12613,43.57159,5.265693,10.030539,873.27747,6.518336,319.624,67.77937,2359.6702,92.74954,127.010124,163.56786,266.32706,16.573074,30.767595,120.43477,13.823471,15.927768,21.048279,37.793945,142.3666,14.341722,10.999697,112.79437,20.115377,4298.6235,37.62606,34.02396,24.801481,36.305275,298.79675,78.64509,52.773262,15.780256,18.955452,38.2473,119.46228,196.3503,83.36215,282.7979,60.768578,44.254585,125.83728,219.76764,810.3171,153.82143,8.5023365,14.677049,9.288274,196.69995,13146.079,7.4226613,41.925655,66.74956,29.12025,339.12973,52.554672,201.78336,4.9667807,145.22655,705.58636,545.7467,67.893974,855.1653,62.311245,90.7609,123.63218,34.933018,6.244284,24.221544,1028.3076,2.5669737,4.7153354,144.0443,9.0452175,5.3674436,33.33868,41.963127,441.7148,103.31623,170.7023,1679.8856,152.9632,2192.5605,1848.0283,11.867164,12.002257,7512.3755,11.0442505,25.603125,317.39633,41.92164,85.17728,46.79123,237.5021,1134.6434,283.47507,6.0476766,48.618546,334.06003,2150.1536,41.061623,153.44896,14.437164,1.3032284,55.27853,1.142307,0.86698276,2.82019,13.021222,46.441612,134.62892,27.283102,1781.2141,50.005093,17.164286,23.627777,6.4312105,58.468575,4.335995,2.232565,5.908125,58.740532,0.064664684,1.9738684,4.382773,39.851562,14.924583,1.8334236,12.868748,555.9017,52.59182,1014.6496,24.527138,1761.7607,46.074608,720.42346,680.30835,18.120281,13.752568,1224.6538,1818.5975,4671.6367,606.26666 +2023-04-28 06:00:00,0.0,4265.285,44.633106,26.690958,14.8304405,43.414467,206.0525,33.74066,71.73516,24.43936,39.43847,358.22134,591.4538,21.789152,47.53072,4.3233085,0.9894743,37.631485,18.261738,10.785633,497.08997,2.967161,354.87137,102.60231,3.244196,16.186172,122.40231,50.909615,265.89166,212.58533,2818.4365,2.8698993,2334.6667,14.463358,3.3755846,2.1103985,16.758205,225.64218,276.17123,84.59612,107.75833,31.604277,9.61382,858.434,25.21788,65.229836,59.20422,393.15234,15.545001,366.27008,12.598241,50.667175,0.0,3858.8757,8803.728,6.762479,51.75354,53.725418,31269.771,117.79451,4.926929,62.851665,96.02231,54.14582,15.362978,43.12099,681.4803,83.20261,43.57965,5.2683487,10.032594,873.5702,6.5278416,319.37463,67.81625,2358.8542,92.76945,126.949615,163.52292,266.31525,16.551191,30.743164,120.156136,13.807467,15.914414,21.060717,37.796654,142.24599,14.347088,11.004134,112.81531,20.115654,4298.22,37.641537,33.99375,24.801394,36.315716,298.7028,78.62955,52.772915,15.786207,18.96267,38.231056,119.478714,196.23509,83.364586,282.81,60.81279,44.252506,125.85638,219.85916,811.43274,153.86464,8.499884,14.688959,9.279643,196.95459,13159.915,7.4137387,41.90452,66.61847,29.11871,339.13953,52.470276,201.66048,4.96187,145.30153,705.2433,545.1712,67.87159,854.7232,62.194164,90.71374,123.707954,34.87588,6.232674,24.192919,1029.0586,2.5556755,4.700256,143.86348,9.04369,5.366609,33.278442,41.919415,441.31046,103.21823,170.68452,1679.3245,153.0913,2193.0183,1848.4237,11.873859,12.013542,7521.976,11.039693,25.627085,317.3992,41.951168,85.23434,46.821053,237.71153,1135.7268,283.51495,6.051869,48.64394,334.47943,2152.7126,41.115353,153.55122,14.447431,1.3028793,55.28044,1.1420294,0.8661091,2.816933,13.02557,46.472332,134.80315,27.27639,1783.5144,50.03611,17.171429,23.633333,6.432024,58.44479,4.3381944,2.2322779,5.90875,58.73625,0.06408334,1.9730386,4.3821554,39.859375,14.924643,1.8312082,12.88518,556.5647,52.652466,1015.8579,24.54883,1763.7375,46.112427,720.2222,681.06824,18.139576,13.758142,1225.9866,1820.6998,4675.935,606.0547 +2023-04-28 07:00:00,0.0,4266.36,44.657543,26.711224,14.8422785,43.42582,206.09546,33.745968,71.744896,24.438932,39.435833,358.51685,591.80804,21.792776,47.569954,4.3142486,0.98785806,37.636715,18.269161,10.774507,497.1827,2.9666204,354.9646,102.58998,3.237207,16.091066,122.41577,50.895832,265.4792,212.53445,2820.0142,2.858406,2334.5706,14.3888445,3.3644447,2.10189,16.709665,225.69124,276.1902,84.22703,107.826385,31.624666,9.61461,858.4065,25.000954,65.2149,59.23393,393.38885,15.5344305,366.40988,12.600162,50.654224,0.0,3860.8103,8810.283,6.7690024,51.784145,53.767345,31283.201,117.87354,4.9310393,62.85218,96.00256,54.16813,15.370297,43.095203,681.82275,83.27908,43.587708,5.271004,10.03465,873.86285,6.5373473,319.12527,67.85313,2358.038,92.78935,126.889114,163.47798,266.30344,16.529306,30.718735,119.87751,13.791464,15.901061,21.073154,37.799366,142.12538,14.352455,11.008571,112.83624,20.11593,4297.817,37.65701,33.963543,24.801306,36.326153,298.6088,78.614006,52.772568,15.792159,18.969887,38.21481,119.49515,196.11989,83.36701,282.82208,60.857002,44.250423,125.875465,219.95068,812.54846,153.90784,8.497431,14.700869,9.271012,197.20923,13173.751,7.4048157,41.88338,66.48738,29.117167,339.1493,52.385876,201.5376,4.9569597,145.37651,704.90027,544.59576,67.84921,854.2812,62.07708,90.666565,123.78372,34.81874,6.2210646,24.164293,1029.8094,2.5443776,4.685176,143.68266,9.042162,5.3657746,33.218204,41.8757,440.9061,103.120224,170.66673,1678.7632,153.21938,2193.476,1848.8191,11.880555,12.024827,7531.5767,11.035135,25.651043,317.40204,41.980698,85.29139,46.85088,237.92096,1136.8103,283.55487,6.0560613,48.669334,334.89883,2155.2717,41.169083,153.65347,14.457697,1.3025304,55.28235,1.1417516,0.86523545,2.8136759,13.029918,46.503056,134.97736,27.269676,1785.8148,50.067127,17.178572,23.63889,6.4328375,58.421005,4.340393,2.2319908,5.9093747,58.731976,0.063501984,1.9722087,4.381538,39.867188,14.924703,1.828993,12.901613,557.2277,52.713108,1017.06616,24.570524,1765.7142,46.15024,720.021,681.82806,18.15887,13.763718,1227.3195,1822.8022,4680.2334,605.8427 +2023-04-28 08:00:00,0.0,4267.4346,44.68198,26.731491,14.854117,43.437172,206.1384,33.751278,71.75463,24.438503,39.433197,358.81238,592.16235,21.7964,47.609184,4.305189,0.98624176,37.641945,18.276585,10.763381,497.27545,2.96608,355.0578,102.57765,3.230218,15.995961,122.42923,50.88205,265.06668,212.48358,2821.5918,2.846913,2334.4744,14.31433,3.353305,2.093382,16.661123,225.7403,276.20917,83.85793,107.89445,31.645056,9.615399,858.37897,24.784027,65.19995,59.26364,393.62543,15.52386,366.54968,12.602082,50.641273,0.0,3862.7446,8816.839,6.7755265,51.81475,53.809273,31296.63,117.95257,4.935149,62.852695,95.98282,54.190434,15.377617,43.06942,682.1653,83.35555,43.595768,5.2736597,10.036706,874.1556,6.5468526,318.87592,67.89,2357.2222,92.809265,126.8286,163.43304,266.2916,16.507421,30.694304,119.59888,13.77546,15.887707,21.085592,37.80208,142.00476,14.357821,11.013008,112.85718,20.116205,4297.4136,37.67248,33.933334,24.801218,36.33659,298.5148,78.598465,52.77222,15.79811,18.977102,38.198563,119.51158,196.00467,83.369446,282.83417,60.901215,44.24834,125.89456,220.04222,813.6641,153.95105,8.494978,14.712778,9.262381,197.46387,13187.588,7.3958926,41.862244,66.35629,29.115623,339.1591,52.30148,201.41473,4.9520493,145.45148,704.5572,544.02026,67.82683,853.8392,61.959995,90.6194,123.8595,34.761604,6.209455,24.135668,1030.5603,2.5330794,4.6700964,143.50186,9.040634,5.36494,33.157967,41.831993,440.50177,103.022224,170.64896,1678.2019,153.34747,2193.9338,1849.2146,11.887251,12.036112,7541.1777,11.030578,25.675001,317.4049,42.010223,85.34844,46.880703,238.13037,1137.8937,283.59476,6.060254,48.69473,335.31824,2157.8308,41.222813,153.75572,14.467963,1.3021815,55.28426,1.1414739,0.8643618,2.8104188,13.034265,46.53378,135.15158,27.262964,1788.1152,50.09815,17.185715,23.644444,6.433651,58.39722,4.3425922,2.2317038,5.91,58.727695,0.06292064,1.9713788,4.38092,39.875,14.924762,1.8267777,12.918046,557.89075,52.773754,1018.2745,24.592216,1767.6909,46.18806,719.81976,682.58795,18.178165,13.769292,1228.6522,1824.9045,4684.5312,605.63074 +2023-04-28 09:00:00,0.0,4268.5093,44.706417,26.751759,14.865955,43.44852,206.18134,33.756584,71.76436,24.438076,39.430565,359.1079,592.5166,21.800024,47.648415,4.2961297,0.98462546,37.647175,18.284008,10.7522545,497.3682,2.9655392,355.15103,102.56532,3.2232292,15.900855,122.442696,50.86827,264.65417,212.4327,2823.1694,2.83542,2334.3782,14.239817,3.3421655,2.0848737,16.612581,225.78935,276.22812,83.48884,107.9625,31.665445,9.616189,858.3515,24.5671,65.18501,59.29335,393.86194,15.51329,366.68948,12.604002,50.628326,0.0,3864.679,8823.3955,6.78205,51.84536,53.8512,31310.06,118.03159,4.939259,62.85321,95.96307,54.21274,15.384936,43.043633,682.50775,83.43203,43.603825,5.276315,10.038762,874.4483,6.5563583,318.62656,67.92687,2356.4062,92.82917,126.76809,163.38812,266.2798,16.485537,30.669872,119.32025,13.759458,15.874353,21.098028,37.80479,141.88416,14.363189,11.017445,112.87811,20.116482,4297.0103,37.687958,33.903126,24.80113,36.347027,298.42084,78.582924,52.771873,15.804062,18.98432,38.182316,119.528015,195.88947,83.37188,282.84625,60.945427,44.246258,125.91366,220.13374,814.77985,153.99426,8.492525,14.724688,9.25375,197.7185,13201.424,7.38697,41.84111,66.225204,29.11408,339.16885,52.21708,201.29185,4.947139,145.52646,704.2141,543.4448,67.80445,853.39716,61.842915,90.57223,123.93527,34.704468,6.197845,24.107042,1031.3112,2.5217812,4.655017,143.32104,9.039106,5.364106,33.09773,41.78828,440.0974,102.92422,170.63116,1677.6407,153.47557,2194.3916,1849.61,11.893948,12.047397,7550.7783,11.02602,25.69896,317.40778,42.039753,85.4055,46.910526,238.3398,1138.977,283.63464,6.0644464,48.720123,335.73764,2160.39,41.276546,153.85799,14.4782295,1.3018326,55.286167,1.1411961,0.86348814,2.8071616,13.038612,46.5645,135.32579,27.25625,1790.4155,50.129166,17.192856,23.65,6.4344645,58.373436,4.3447914,2.2314167,5.910625,58.723415,0.062339287,1.970549,4.3803024,39.882812,14.924822,1.8245624,12.934479,558.5537,52.8344,1019.4827,24.613909,1769.6676,46.22588,719.6185,683.3478,18.19746,13.774866,1229.985,1827.007,4688.8296,605.41876 +2023-04-28 10:00:00,0.0,4269.584,44.730854,26.772024,14.877793,43.459873,206.22427,33.761894,71.77409,24.437649,39.42793,359.40344,592.8709,21.803648,47.68765,4.28707,0.9830092,37.652405,18.291433,10.741128,497.46094,2.9649987,355.24426,102.55299,3.2162402,15.805749,122.456154,50.85449,264.24167,212.38182,2824.747,2.823927,2334.2822,14.165303,3.3310256,2.0763652,16.56404,225.83841,276.24707,83.11974,108.030556,31.685835,9.616979,858.324,24.350172,65.17007,59.323063,394.0985,15.50272,366.82928,12.605923,50.615376,0.0,3866.6135,8829.951,6.788574,51.875965,53.893124,31323.49,118.11063,4.9433694,62.85373,95.94333,54.235046,15.392256,43.017845,682.8502,83.50851,43.611885,5.2789707,10.040818,874.741,6.565864,318.3772,67.96375,2355.5903,92.849075,126.70758,163.34319,266.26797,16.463652,30.645443,119.04162,13.743454,15.861,21.110466,37.8075,141.76355,14.368555,11.021882,112.89905,20.116756,4296.607,37.70343,33.872917,24.801043,36.357468,298.32684,78.56738,52.771526,15.810013,18.991537,38.166073,119.54445,195.77426,83.374306,282.85834,60.98964,44.244175,125.932755,220.22527,815.8955,154.03746,8.490072,14.736598,9.245119,197.97314,13215.26,7.378047,41.819973,66.09412,29.112537,339.17862,52.132683,201.16898,4.9422283,145.60144,703.8711,542.8694,67.78207,852.95514,61.72583,90.525055,124.01104,34.64733,6.1862354,24.078417,1032.0621,2.510483,4.6399374,143.14024,9.037579,5.3632717,33.03749,41.744568,439.69305,102.82622,170.61339,1677.0793,153.60367,2194.8494,1850.0054,11.900643,12.0586815,7560.379,11.021462,25.722918,317.41064,42.06928,85.462555,46.940353,238.54922,1140.0605,283.67453,6.068639,48.745518,336.15704,2162.949,41.330276,153.96024,14.488496,1.3014835,55.28808,1.1409184,0.8626145,2.8039045,13.042959,46.595222,135.5,27.249538,1792.716,50.160183,17.199999,23.655556,6.435278,58.34965,4.3469906,2.2311296,5.9112496,58.71914,0.061757937,1.9697192,4.379685,39.890625,14.924881,1.8223472,12.950911,559.21674,52.895042,1020.69104,24.635601,1771.6443,46.2637,719.4173,684.10767,18.216755,13.78044,1231.3179,1829.1093,4693.128,605.2068 +2023-04-28 11:00:00,0.0,4270.6587,44.75529,26.792292,14.889631,43.471222,206.26721,33.767204,71.78383,24.43722,39.425293,359.69897,593.22516,21.807272,47.72688,4.2780104,0.9813929,37.657635,18.298857,10.730001,497.55365,2.9644582,355.3375,102.540665,3.2092512,15.710644,122.46961,50.840706,263.82916,212.33093,2826.3247,2.8124337,2334.186,14.09079,3.319886,2.067857,16.515497,225.88748,276.26602,82.75065,108.09861,31.706226,9.617769,858.29645,24.133245,65.15513,59.35277,394.33502,15.49215,366.9691,12.607843,50.602425,0.0,3868.5479,8836.507,6.795098,51.90657,53.93505,31336.92,118.18965,4.9474792,62.854244,95.92359,54.257355,15.399575,42.992058,683.19275,83.584984,43.61994,5.2816257,10.042874,875.0337,6.57537,318.12784,68.000626,2354.7744,92.86898,126.64707,163.29825,266.25616,16.441767,30.621012,118.76299,13.72745,15.847646,21.122904,37.81021,141.64294,14.373922,11.026319,112.91998,20.117033,4296.2036,37.718903,33.84271,24.800955,36.367905,298.23288,78.55185,52.77118,15.815965,18.998755,38.149826,119.56088,195.65906,83.37674,282.87045,61.03385,44.242092,125.95184,220.3168,817.0112,154.08067,8.487619,14.7485075,9.236488,198.22778,13229.097,7.369124,41.798836,65.96303,29.110996,339.18842,52.048286,201.0461,4.937318,145.6764,703.528,542.2939,67.75969,852.5131,61.608746,90.47789,124.086815,34.590195,6.1746254,24.049791,1032.813,2.499185,4.6248574,142.95943,9.036051,5.3624372,32.977253,41.70086,439.2887,102.72821,170.59561,1676.5181,153.73175,2195.3071,1850.4008,11.907339,12.069966,7569.9795,11.016905,25.746876,317.4135,42.09881,85.51961,46.970177,238.75864,1141.1439,283.71442,6.072831,48.770916,336.57645,2165.508,41.384007,154.06248,14.498761,1.3011346,55.289986,1.1406406,0.8617409,2.8006475,13.047307,46.625946,135.67422,27.242825,1795.0164,50.191204,17.207142,23.661112,6.4360914,58.325867,4.3491898,2.2308426,5.911875,58.71486,0.06117659,1.9688892,4.379067,39.898438,14.924941,1.8201319,12.967343,559.87976,52.95569,1021.89935,24.657293,1773.621,46.301517,719.21606,684.8675,18.23605,13.786015,1232.6506,1831.2115,4697.4263,604.9948 +2023-04-28 12:00:00,0.0,4271.7334,44.779728,26.81256,14.90147,43.482574,206.31017,33.77251,71.79356,24.436792,39.42266,359.99448,593.57947,21.810896,47.76611,4.2689505,0.9797766,37.66287,18.30628,10.718876,497.6464,2.9639175,355.43073,102.528336,3.2022622,15.615538,122.48308,50.826923,263.4167,212.28006,2827.9023,2.8009405,2334.0898,14.016276,3.3087463,2.0593488,16.466955,225.93654,276.28497,82.38155,108.166664,31.726616,9.618559,858.2689,23.916319,65.14018,59.382484,394.5716,15.48158,367.1089,12.609763,50.589474,0.0,3870.4822,8843.0625,6.8016214,51.937176,53.97698,31350.35,118.26868,4.951589,62.85476,95.90385,54.279663,15.406895,42.96627,683.5352,83.66146,43.628002,5.2842813,10.04493,875.3264,6.584875,317.87848,68.0375,2353.9583,92.88889,126.58657,163.25331,266.24435,16.419884,30.59658,118.48436,13.711447,15.834292,21.135342,37.812923,141.52232,14.379289,11.030756,112.94092,20.117308,4295.8003,37.73438,33.8125,24.800867,36.37834,298.1389,78.53631,52.770832,15.821916,19.005972,38.13358,119.57732,195.54385,83.379166,282.88254,61.078064,44.24001,125.97094,220.40833,818.1269,154.12389,8.485167,14.760417,9.227858,198.48242,13242.933,7.3602014,41.7777,65.83194,29.109453,339.19818,51.963886,200.92323,4.9324074,145.75139,703.18494,541.71844,67.737305,852.0711,61.491665,90.43072,124.16259,34.533054,6.163016,24.021166,1033.5638,2.487887,4.609778,142.77863,9.034523,5.361603,32.917015,41.657146,438.88434,102.63021,170.57782,1675.9569,153.85985,2195.765,1850.7961,11.914035,12.081251,7579.58,11.012347,25.770834,317.41635,42.128334,85.57667,47.0,238.96806,1142.2274,283.7543,6.0770235,48.79631,336.99585,2168.067,41.43774,154.16475,14.5090275,1.3007857,55.291893,1.1403629,0.8608672,2.7973905,13.051655,46.656666,135.84843,27.23611,1797.3167,50.22222,17.214285,23.666666,6.436905,58.302082,4.3513885,2.2305555,5.9125,58.71058,0.06059524,1.9680594,4.3784494,39.90625,14.925,1.8179166,12.983776,560.5428,53.016335,1023.1076,24.678986,1775.5977,46.339336,719.01483,685.6274,18.255344,13.79159,1233.9835,1833.314,4701.724,604.78284 +2023-04-28 13:00:00,0.0,4272.808,44.804165,26.832825,14.913308,43.493927,206.3531,33.77782,71.80329,24.436363,39.420025,360.29,593.9337,21.81452,47.80534,4.259891,0.9781604,37.6681,18.313704,10.707749,497.73914,2.963377,355.52396,102.51601,3.1952734,15.5204315,122.49654,50.81314,263.00418,212.22917,2829.48,2.7894475,2333.994,13.941762,3.2976065,2.0508404,16.418415,225.9856,276.30392,82.01246,108.234726,31.747005,9.619349,858.2414,23.699392,65.125244,59.412193,394.8081,15.471009,367.2487,12.611684,50.576523,0.0,3872.4167,8849.619,6.8081455,51.967785,54.018906,31363.78,118.34771,4.9556994,62.855274,95.8841,54.301968,15.414214,42.940483,683.8777,83.73793,43.63606,5.2869368,10.046987,875.61914,6.594381,317.6291,68.07437,2353.1423,92.9088,126.52606,163.20837,266.23254,16.397999,30.57215,118.205734,13.695443,15.820938,21.14778,37.815636,141.40172,14.384656,11.0351925,112.96185,20.117584,4295.397,37.74985,33.78229,24.80078,36.38878,298.0449,78.52077,52.770485,15.827867,19.01319,38.117332,119.59375,195.42865,83.3816,282.89462,61.122276,44.237926,125.990036,220.49986,819.24255,154.16708,8.482714,14.772326,9.219226,198.73706,13256.769,7.3512783,41.756565,65.70085,29.10791,339.20798,51.87949,200.80035,4.927497,145.82637,702.8419,541.14294,67.71493,851.6291,61.37458,90.38355,124.23836,34.475918,6.1514063,23.99254,1034.3147,2.4765887,4.5946984,142.59781,9.032996,5.3607683,32.856777,41.613438,438.48,102.5322,170.56004,1675.3956,153.98795,2196.2227,1851.1915,11.920731,12.092535,7589.181,11.00779,25.794792,317.41922,42.157864,85.63372,47.029827,239.17749,1143.3108,283.7942,6.0812163,48.821705,337.41525,2170.626,41.49147,154.267,14.519294,1.3004367,55.293804,1.1400851,0.8599936,2.7941332,13.056002,46.68739,136.02266,27.229399,1799.6171,50.25324,17.221428,23.672222,6.4377184,58.278297,4.3535876,2.2302685,5.913125,58.706303,0.06001389,1.9672296,4.3778315,39.914062,14.925059,1.8157014,13.000209,561.2058,53.07698,1024.3159,24.70068,1777.5745,46.377155,718.8136,686.3872,18.27464,13.797164,1235.3163,1835.4163,4706.0225,604.5709 +2023-04-28 14:00:00,0.0,4273.883,44.8286,26.853092,14.925146,43.505276,206.39604,33.783127,71.81303,24.435936,39.41739,360.58554,594.288,21.818144,47.844574,4.2508316,0.9765441,37.67333,18.321127,10.696623,497.83188,2.9628365,355.6172,102.50368,3.1882844,15.425325,122.509995,50.79936,262.59167,212.1783,2831.0576,2.7779543,2333.8977,13.867249,3.2864668,2.0423322,16.369873,226.03465,276.32288,81.643364,108.30278,31.767395,9.620138,858.21387,23.482464,65.1103,59.441906,395.04468,15.46044,367.3885,12.613605,50.563572,0.0,3874.351,8856.175,6.814669,51.99839,54.060833,31377.209,118.426735,4.9598093,62.855793,95.86436,54.324276,15.421534,42.914696,684.2202,83.81441,43.64412,5.2895923,10.049042,875.9118,6.6038866,317.37973,68.11125,2352.3264,92.9287,126.465546,163.16344,266.2207,16.376114,30.54772,117.9271,13.67944,15.807585,21.160215,37.818344,141.28111,14.390022,11.03963,112.98279,20.117859,4294.9937,37.765324,33.752083,24.800692,36.39922,297.95093,78.505226,52.770138,15.833818,19.020405,38.10109,119.61018,195.31345,83.384026,282.9067,61.16649,44.235844,126.009125,220.59138,820.3583,154.2103,8.480262,14.784237,9.210595,198.9917,13270.605,7.3423553,41.735428,65.56976,29.106367,339.21774,51.79509,200.67747,4.9225864,145.90134,702.49884,540.5675,67.69254,851.1871,61.257496,90.33638,124.31413,34.41878,6.1397963,23.963915,1035.0657,2.4652908,4.5796185,142.41699,9.031468,5.359934,32.79654,41.569725,438.07565,102.434204,170.54225,1674.8344,154.11604,2196.6804,1851.5869,11.927426,12.10382,7598.7817,11.003232,25.81875,317.4221,42.18739,85.69078,47.05965,239.3869,1144.3942,283.8341,6.0854087,48.8471,337.83466,2173.185,41.5452,154.36926,14.52956,1.3000878,55.29571,1.1398073,0.8591199,2.7908762,13.060349,46.718113,136.19687,27.222685,1801.9175,50.28426,17.22857,23.677778,6.438532,58.254513,4.355787,2.2299814,5.9137497,58.702023,0.05943254,1.9663997,4.377214,39.921875,14.925119,1.8134861,13.016642,561.86884,53.137623,1025.5242,24.722372,1779.5511,46.41497,718.61237,687.1471,18.293934,13.802738,1236.6492,1837.5187,4710.321,604.35895 +2023-04-28 15:00:00,0.0,4274.9575,44.85304,26.87336,14.936985,43.51663,206.43898,33.788437,71.822754,24.435509,39.414753,360.88107,594.6423,21.821768,47.883804,4.2417717,0.97492784,37.67856,18.328552,10.685496,497.92462,2.9622958,355.71042,102.49135,3.1812954,15.330219,122.52346,50.785576,262.17917,212.12741,2832.6353,2.7664614,2333.8015,13.792735,3.2753272,2.033824,16.321331,226.08371,276.34183,81.27427,108.370834,31.787785,9.620928,858.1864,23.265537,65.09536,59.471615,395.2812,15.449869,367.5283,12.615524,50.55062,0.0,3876.2856,8862.73,6.821193,52.028996,54.102757,31390.639,118.50576,4.963919,62.856308,95.84461,54.34658,15.428853,42.88891,684.5627,83.890884,43.652176,5.292248,10.051098,876.2045,6.613392,317.13037,68.148125,2351.5105,92.948616,126.40504,163.1185,266.2089,16.354229,30.523289,117.648476,13.663437,15.794231,21.172653,37.821056,141.16049,14.39539,11.044067,113.00372,20.118135,4294.5903,37.7808,33.721874,24.800604,36.409657,297.85693,78.489685,52.76979,15.839769,19.027622,38.084843,119.62662,195.19824,83.38646,282.9188,61.2107,44.23376,126.02822,220.6829,821.47394,154.25351,8.477809,14.796146,9.201964,199.24634,13284.441,7.3334327,41.71429,65.438675,29.104824,339.22754,51.710693,200.55461,4.917676,145.97632,702.15576,539.99207,67.670166,850.74506,61.140415,90.289215,124.38991,34.361645,6.1281867,23.93529,1035.8165,2.4539926,4.564539,142.23619,9.029941,5.3590994,32.7363,41.526012,437.6713,102.3362,170.52448,1674.2732,154.24413,2197.1382,1851.9823,11.934122,12.115105,7608.3823,10.998674,25.842709,317.42496,42.21692,85.74783,47.089474,239.59633,1145.4777,283.874,6.089601,48.872494,338.25406,2175.7441,41.59893,154.47151,14.539826,1.2997388,55.297623,1.1395296,0.85824627,2.787619,13.064696,46.748833,136.37108,27.215973,1804.2179,50.315277,17.235714,23.683332,6.4393454,58.23073,4.357986,2.2296944,5.914375,58.697742,0.058851194,1.9655699,4.3765965,39.929688,14.925179,1.8112708,13.033074,562.53186,53.19827,1026.7324,24.744064,1781.5278,46.45279,718.41113,687.9069,18.313229,13.808312,1237.9819,1839.621,4714.619,604.147 +2023-04-28 16:00:00,0.0,4276.032,44.877476,26.893625,14.948823,43.527977,206.48192,33.793747,71.83249,24.43508,39.41212,361.1766,594.9966,21.825392,47.923035,4.2327123,0.97331154,37.68379,18.335976,10.674371,498.01736,2.9617553,355.80365,102.47902,3.1743064,15.235114,122.53692,50.771793,261.76666,212.07654,2834.213,2.7549682,2333.7053,13.718222,3.2641873,2.0253155,16.27279,226.13277,276.36078,80.905174,108.43889,31.808174,9.621717,858.1589,23.04861,65.080414,59.501324,395.51776,15.439299,367.6681,12.617445,50.53767,0.0,3878.22,8869.286,6.827717,52.0596,54.144684,31404.068,118.58479,4.9680295,62.856823,95.824875,54.36889,15.4361725,42.86312,684.9052,83.96736,43.660236,5.2949033,10.053154,876.49725,6.6228976,316.881,68.185,2350.6943,92.96852,126.344536,163.07356,266.19708,16.332344,30.498857,117.36984,13.647433,15.780877,21.185091,37.82377,141.03989,14.400757,11.048504,113.02466,20.11841,4294.1865,37.796272,33.691666,24.800516,36.420094,297.76297,78.474144,52.769444,15.845721,19.03484,38.068596,119.64305,195.08304,83.38889,282.93088,61.254913,44.231678,126.04732,220.77444,822.58966,154.2967,8.475356,14.808056,9.193334,199.50098,13298.277,7.3245096,41.693153,65.30759,29.103283,339.2373,51.626293,200.43173,4.9127655,146.0513,701.81274,539.41656,67.64778,850.30304,61.02333,90.24204,124.465675,34.304504,6.1165767,23.906664,1036.5674,2.4426944,4.5494595,142.05537,9.028413,5.3582654,32.676064,41.482304,437.26694,102.2382,170.50668,1673.7119,154.37222,2197.596,1852.3777,11.940819,12.1263895,7617.983,10.994117,25.866667,317.4278,42.246445,85.804886,47.1193,239.80574,1146.561,283.91388,6.0937934,48.89789,338.67346,2178.3032,41.652664,154.57376,14.550093,1.2993898,55.29953,1.1392518,0.85737264,2.7843618,13.069044,46.779556,136.5453,27.209259,1806.5182,50.346294,17.242857,23.688889,6.440159,58.206944,4.360185,2.2294073,5.915,58.693466,0.058269843,1.96474,4.3759785,39.9375,14.925239,1.8090554,13.049507,563.1948,53.258915,1027.9408,24.765757,1783.5045,46.49061,718.2099,688.6668,18.332523,13.813887,1239.3148,1841.7234,4718.917,603.935 +2023-04-28 17:00:00,0.0,4277.107,44.901913,26.913893,14.960661,43.53933,206.52487,33.799053,71.842224,24.434652,39.409485,361.4721,595.3508,21.829016,47.96227,4.223653,0.97169524,37.68902,18.3434,10.663244,498.1101,2.9612148,355.89688,102.46669,3.1673176,15.140008,122.550385,50.758015,261.3542,212.02567,2835.7905,2.7434752,2333.6094,13.643708,3.2530477,2.0168073,16.224249,226.18182,276.37973,80.53608,108.50694,31.828564,9.622508,858.13135,22.831684,65.065475,59.531036,395.75427,15.428729,367.8079,12.619366,50.52472,0.0,3880.1543,8875.843,6.834241,52.09021,54.18661,31417.498,118.66382,4.9721394,62.857338,95.80513,54.391193,15.443492,42.837334,685.2477,84.04384,43.668293,5.297559,10.05521,876.79,6.6324034,316.63165,68.22188,2349.8784,92.98843,126.28403,163.02863,266.18527,16.31046,30.474426,117.09122,13.63143,15.767524,21.197529,37.826477,140.91928,14.406123,11.052941,113.04559,20.118687,4293.783,37.811745,33.661457,24.800428,36.43053,297.66898,78.4586,52.769096,15.851672,19.042057,38.05235,119.659485,194.96783,83.39132,282.943,61.299126,44.229595,126.066414,220.86597,823.7053,154.33992,8.472903,14.819965,9.184703,199.75562,13312.114,7.3155866,41.67202,65.1765,29.10174,339.24707,51.541897,200.30885,4.907855,146.12627,701.46967,538.8411,67.625404,849.861,60.906246,90.19488,124.54145,34.247368,6.104967,23.878038,1037.3184,2.4313962,4.53438,141.87457,9.026885,5.357431,32.615826,41.43859,436.86258,102.14019,170.4889,1673.1506,154.50032,2198.0537,1852.7731,11.947515,12.137674,7627.5835,10.989559,25.890625,317.43066,42.275974,85.861946,47.149124,240.01517,1147.6445,283.95377,6.097986,48.923283,339.09286,2180.8623,41.706394,154.67603,14.560359,1.2990409,55.30144,1.1389741,0.85649896,2.7811048,13.073392,46.810276,136.71951,27.202547,1808.8186,50.377316,17.25,23.694445,6.4409723,58.18316,4.362384,2.2291205,5.9156246,58.689186,0.057688493,1.9639102,4.375361,39.945312,14.925298,1.8068402,13.06594,563.85785,53.319557,1029.149,24.787449,1785.4812,46.528427,718.00867,689.42664,18.351818,13.819461,1240.6476,1843.8257,4723.2153,603.723 +2023-04-28 18:00:00,0.0,4278.1816,44.92635,26.93416,14.972499,43.550682,206.56781,33.804363,71.85195,24.434223,39.40685,361.76764,595.70514,21.83264,48.0015,4.214593,0.970079,37.694252,18.350822,10.652118,498.20282,2.960674,355.99008,102.45436,3.1603286,15.044902,122.56384,50.744232,260.94168,211.97478,2837.368,2.731982,2333.5132,13.569195,3.241908,2.008299,16.175707,226.23088,276.3987,80.166985,108.575,31.848953,9.623298,858.1038,22.614758,65.05053,59.560745,395.99084,15.418159,367.9477,12.621285,50.51177,0.0,3882.0889,8882.398,6.8407645,52.120815,54.22854,31430.928,118.74284,4.976249,62.857857,95.785385,54.4135,15.450811,42.811546,685.59015,84.120316,43.676353,5.3002143,10.057266,877.08264,6.6419086,316.3823,68.25875,2349.0625,93.00834,126.22351,162.98369,266.17346,16.288574,30.449997,116.812584,13.615426,15.75417,21.209967,37.82919,140.79866,14.41149,11.057378,113.06653,20.118961,4293.38,37.82722,33.63125,24.80034,36.44097,297.575,78.44307,52.76875,15.857624,19.049274,38.036102,119.67592,194.85263,83.39375,282.95508,61.343338,44.227512,126.0855,220.95749,824.82104,154.38312,8.47045,14.831876,9.176071,200.01025,13325.95,7.306664,41.650883,65.04542,29.100197,339.25687,51.457497,200.18597,4.9029446,146.20125,701.1266,538.2656,67.60303,849.419,60.78916,90.147705,124.617226,34.19023,6.0933576,23.849413,1038.0692,2.4200983,4.5193,141.69376,9.025357,5.3565965,32.555588,41.39488,436.45825,102.04219,170.47112,1672.5894,154.62842,2198.5115,1853.1686,11.95421,12.148959,7637.184,10.985002,25.914583,317.43353,42.3055,85.919,47.178947,240.2246,1148.7279,283.99365,6.1021786,48.948677,339.51227,2183.4214,41.760124,154.77827,14.570625,1.298692,55.30335,1.1386963,0.85562533,2.7778478,13.077739,46.841,136.89374,27.195833,1811.119,50.408333,17.257143,23.7,6.441786,58.159374,4.364583,2.2288334,5.9162498,58.684906,0.057107147,1.9630803,4.3747435,39.953125,14.925358,1.8046249,13.082373,564.5209,53.380203,1030.3573,24.809141,1787.4579,46.566246,717.80743,690.1865,18.371113,13.825036,1241.9805,1845.9281,4727.5137,603.51105 +2023-04-28 19:00:00,0.0,4279.2563,44.950787,26.954426,14.984338,43.56203,206.61075,33.80967,71.86169,24.433796,39.404213,362.06317,596.0594,21.836264,48.04073,4.2055335,0.9684627,37.699482,18.358246,10.640992,498.29556,2.9601336,356.0833,102.44203,3.1533396,14.949796,122.5773,50.73045,260.52917,211.9239,2838.9456,2.720489,2333.417,13.49468,3.2307682,1.9997908,16.127165,226.27994,276.41766,79.79789,108.64306,31.869343,9.624087,858.0763,22.39783,65.03558,59.590458,396.22736,15.407588,368.0875,12.623206,50.49882,0.0,3884.0234,8888.954,6.8472886,52.15142,54.270466,31444.357,118.82188,4.9803596,62.85837,95.76564,54.43581,15.458131,42.785763,685.9327,84.196785,43.68441,5.30287,10.059322,877.37537,6.6514144,316.13293,68.29562,2348.2466,93.028244,126.163,162.93875,266.16162,16.266691,30.425566,116.53396,13.599422,15.740816,21.222403,37.8319,140.67805,14.416857,11.061815,113.08746,20.119238,4292.9766,37.842693,33.60104,24.800253,36.45141,297.48102,78.42753,52.768402,15.863575,19.056492,38.01986,119.69235,194.73743,83.39618,282.96716,61.38755,44.22543,126.1046,221.04903,825.9367,154.42633,8.467998,14.843785,9.16744,200.2649,13339.786,7.297741,41.629745,64.91433,29.098654,339.26663,51.3731,200.06311,4.898034,146.27623,700.78357,537.6902,67.58064,848.977,60.67208,90.10053,124.69299,34.133095,6.0817475,23.820787,1038.8201,2.4088001,4.5042205,141.51295,9.023829,5.355762,32.49535,41.35117,436.0539,101.94418,170.45334,1672.0281,154.7565,2198.9692,1853.564,11.960906,12.160244,7646.785,10.980444,25.938541,317.4364,42.33503,85.97606,47.208775,240.434,1149.8114,284.03354,6.106371,48.97407,339.93167,2185.9805,41.813854,154.88052,14.580892,1.298343,55.30526,1.1384186,0.85475165,2.7745907,13.082087,46.871723,137.06795,27.189121,1813.4193,50.43935,17.264286,23.705555,6.4425993,58.13559,4.366782,2.2285464,5.916875,58.68063,0.056525797,1.9622505,4.3741255,39.960938,14.925417,1.8024096,13.098805,565.1839,53.44085,1031.5656,24.830833,1789.4346,46.604065,717.6062,690.94635,18.390408,13.83061,1243.3132,1848.0304,4731.812,603.2991 +2023-04-28 20:00:00,0.0,4280.331,44.975224,26.974693,14.996176,43.573383,206.65369,33.81498,71.871414,24.433367,39.40158,362.3587,596.4137,21.839888,48.079964,4.196474,0.9668464,37.704712,18.365671,10.629866,498.3883,2.9595928,356.17654,102.4297,3.1463506,14.85469,122.59077,50.716667,260.11667,211.87302,2840.5232,2.7089958,2333.3208,13.420167,3.2196286,1.9912825,16.078623,226.329,276.4366,79.428795,108.71111,31.889734,9.624877,858.04877,22.180902,65.020645,59.620167,396.46393,15.397018,368.2273,12.625127,50.48587,0.0,3885.9575,8895.51,6.853812,52.182026,54.31239,31457.787,118.9009,4.9844694,62.858887,95.74589,54.458115,15.46545,42.759975,686.27515,84.27326,43.69247,5.3055253,10.0613785,877.6681,6.66092,315.88354,68.3325,2347.4307,93.04815,126.10249,162.89381,266.1498,16.244806,30.401134,116.255325,13.583419,15.727463,21.23484,37.834614,140.55745,14.422224,11.066252,113.1084,20.119513,4292.573,37.858166,33.570835,24.800165,36.461845,297.38702,78.41199,52.768055,15.869527,19.06371,38.003613,119.708786,194.62222,83.39861,282.97925,61.431763,44.223347,126.123695,221.14055,827.05237,154.46954,8.465545,14.855695,9.15881,200.51953,13353.623,7.288818,41.60861,64.78324,29.097113,339.27643,51.2887,199.94023,4.8931236,146.3512,700.4405,537.11475,67.558266,848.535,60.554996,90.05337,124.76877,34.07596,6.070138,23.792162,1039.5709,2.397502,4.489141,141.33214,9.022302,5.3549275,32.435112,41.307457,435.64954,101.84618,170.43556,1671.4668,154.8846,2199.427,1853.9594,11.967602,12.171529,7656.3857,10.975886,25.9625,317.43927,42.364555,86.03311,47.238598,240.64343,1150.8948,284.07346,6.1105633,48.99947,340.35104,2188.5396,41.867588,154.98279,14.591157,1.297994,55.307167,1.1381408,0.853878,2.7713335,13.086433,46.902443,137.24216,27.182407,1815.7197,50.470367,17.271427,23.711111,6.443413,58.111805,4.3689814,2.2282593,5.9175,58.67635,0.055944446,1.9614207,4.373508,39.96875,14.925476,1.8001944,13.115238,565.8469,53.50149,1032.7739,24.852528,1791.4114,46.641884,717.40497,691.70624,18.409702,13.8361845,1244.646,1850.1327,4736.1104,603.0871 +2023-04-28 21:00:00,0.0,4281.406,44.99966,26.99496,15.008014,43.584732,206.69664,33.820286,71.88115,24.43294,39.398945,362.65424,596.768,21.843512,48.119194,4.187414,0.96523017,37.70994,18.373095,10.618739,498.48105,2.9590523,356.26978,102.41737,3.1393619,14.759584,122.604225,50.702885,259.70416,211.82214,2842.1008,2.6975026,2333.2249,13.345654,3.208489,1.9827743,16.03008,226.37805,276.45557,79.0597,108.77917,31.910124,9.625667,858.02124,21.963976,65.0057,59.64988,396.70044,15.386448,368.3671,12.627047,50.47292,0.0,3887.892,8902.066,6.8603363,52.21263,54.354317,31471.217,118.97993,4.9885793,62.8594,95.72614,54.480423,15.47277,42.734188,686.6176,84.34974,43.700527,5.308181,10.063435,877.9608,6.670426,315.6342,68.36938,2346.6145,93.068054,126.04199,162.84888,266.138,16.222921,30.376705,115.9767,13.567415,15.714109,21.247278,37.837326,140.43684,14.42759,11.070689,113.12933,20.11979,4292.17,37.873642,33.540627,24.800077,36.472286,297.29306,78.39645,52.767708,15.875478,19.070925,37.987366,119.72522,194.50702,83.40105,282.99133,61.475975,44.221264,126.142784,221.23207,828.1681,154.51274,8.463092,14.867604,9.150179,200.77419,13367.459,7.2798953,41.587475,64.65215,29.09557,339.2862,51.204304,199.81735,4.888213,146.42618,700.0974,536.53925,67.53588,848.0929,60.437912,90.006195,124.84454,34.018818,6.058528,23.763536,1040.3219,2.3862038,4.474061,141.15132,9.020774,5.354093,32.374874,41.263744,435.24518,101.74818,170.41777,1670.9055,155.0127,2199.8848,1854.3547,11.9742985,12.182814,7665.9863,10.971329,25.98646,317.4421,42.394085,86.090164,47.26842,240.85286,1151.9781,284.11334,6.1147556,49.024864,340.77045,2191.0986,41.921318,155.08504,14.601423,1.2976451,55.30908,1.137863,0.8530044,2.7680764,13.090781,46.933167,137.41638,27.175695,1818.0201,50.50139,17.27857,23.716667,6.4442263,58.08802,4.3711805,2.2279723,5.9181247,58.67207,0.055363096,1.9605907,4.3728905,39.976562,14.925536,1.7979791,13.131671,566.50995,53.562138,1033.9822,24.87422,1793.3881,46.6797,717.2038,692.46606,18.428997,13.841759,1245.9789,1852.2351,4740.408,602.8751 +2023-04-28 22:00:00,0.0,4282.4805,45.024097,27.015226,15.019853,43.596085,206.73958,33.825596,71.890884,24.432512,39.39631,362.94974,597.12225,21.847136,48.158424,4.1783547,0.96361387,37.71517,18.380518,10.607613,498.5738,2.9585118,356.363,102.405045,3.1323729,14.664478,122.61768,50.689102,259.2917,211.77126,2843.6785,2.6860096,2333.1287,13.27114,3.197349,1.9742659,15.981541,226.42711,276.47452,78.690605,108.84722,31.930513,9.626456,857.9938,21.74705,64.99076,59.67959,396.937,15.375878,368.5069,12.628967,50.45997,0.0,3889.8267,8908.622,6.86686,52.24324,54.396244,31484.646,119.05896,4.9926896,62.859917,95.706406,54.502728,15.480089,42.7084,686.96014,84.426216,43.708588,5.3108363,10.06549,878.2535,6.679931,315.38483,68.40625,2345.7986,93.08797,125.98148,162.80394,266.1262,16.201036,30.352274,115.69807,13.551413,15.700755,21.259716,37.84004,140.31622,14.432958,11.075126,113.15027,20.120064,4291.7666,37.889114,33.510418,24.79999,36.482723,297.19907,78.380905,52.76736,15.88143,19.078142,37.97112,119.74165,194.39182,83.40347,283.00342,61.520187,44.21918,126.16188,221.32361,829.28375,154.55595,8.460639,14.879515,9.141547,201.02882,13381.295,7.2709723,41.566338,64.521065,29.094027,339.296,51.119904,199.69447,4.8833027,146.50116,699.7544,535.9638,67.513504,847.6509,60.32083,89.95903,124.92031,33.96168,6.0469184,23.734911,1041.0728,2.3749058,4.4589815,140.97052,9.019246,5.3532586,32.314636,41.220036,434.84082,101.65018,170.4,1670.3444,155.14078,2200.3425,1854.7501,11.980994,12.1940975,7675.587,10.966771,26.010418,317.44498,42.42361,86.147224,47.29825,241.06227,1153.0616,284.15323,6.1189485,49.05026,341.18985,2193.6577,41.975048,155.18729,14.61169,1.2972962,55.310986,1.1375853,0.8521307,2.7648194,13.095129,46.96389,137.59059,27.168982,1820.3204,50.532406,17.285713,23.722221,6.4450397,58.064236,4.373379,2.2276852,5.91875,58.667793,0.05478175,1.9597609,4.3722725,39.984375,14.925595,1.7957639,13.148104,567.1729,53.622784,1035.1904,24.895912,1795.3647,46.717518,717.00256,693.22595,18.448292,13.847333,1247.3116,1854.3374,4744.7065,602.66315 +2023-04-28 23:00:00,0.0,4283.555,45.048534,27.035494,15.031691,43.607437,206.78252,33.830906,71.90061,24.432083,39.393677,363.24527,597.47656,21.85076,48.197655,4.1692953,0.96199757,37.7204,18.387941,10.596487,498.66653,2.957971,356.45624,102.392715,3.1253839,14.569372,122.63115,50.67532,258.87918,211.72038,2845.256,2.6745164,2333.0325,13.196627,3.1862094,1.9657576,15.932999,226.47617,276.49347,78.32151,108.915276,31.950903,9.627246,857.96625,21.53012,64.975815,59.7093,397.17352,15.365308,368.6467,12.630888,50.447018,0.0,3891.761,8915.178,6.873384,52.273846,54.43817,31498.076,119.137985,4.9967995,62.860435,95.68666,54.525036,15.487409,42.682613,687.3026,84.50269,43.716644,5.313492,10.067546,878.5462,6.689437,315.13547,68.44312,2344.9827,93.10787,125.920975,162.75902,266.11438,16.179152,30.327843,115.41944,13.535409,15.687402,21.272152,37.84275,140.19562,14.438324,11.079563,113.1712,20.12034,4291.3633,37.904587,33.48021,24.799902,36.49316,297.1051,78.365364,52.767014,15.887381,19.08536,37.954876,119.75809,194.27661,83.40591,283.01553,61.5644,44.2171,126.18098,221.41513,830.3995,154.59917,8.458186,14.891424,9.132916,201.28346,13395.132,7.262049,41.5452,64.38998,29.092484,339.30576,51.035507,199.57161,4.878392,146.57614,699.4113,535.3883,67.49112,847.20886,60.203747,89.91186,124.996086,33.904545,6.035309,23.706285,1041.8236,2.3636076,4.443902,140.7897,9.017718,5.352424,32.2544,41.176323,434.43646,101.55217,170.3822,1669.7831,155.26888,2200.8003,1855.1455,11.98769,12.205382,7685.1875,10.9622135,26.034376,317.44785,42.45314,86.20428,47.32807,241.2717,1154.145,284.1931,6.123141,49.075653,341.60925,2196.2168,42.02878,155.28955,14.621956,1.2969472,55.312897,1.1373075,0.8512571,2.7615623,13.099476,46.99461,137.76482,27.16227,1822.6208,50.563423,17.292856,23.727777,6.445853,58.04045,4.3755784,2.2273982,5.919375,58.663513,0.0542004,1.9589311,4.371655,39.992188,14.925655,1.7935486,13.164536,567.83594,53.683426,1036.3988,24.917604,1797.3414,46.755337,716.80133,693.9858,18.467587,13.852908,1248.6445,1856.4398,4749.005,602.45123 +2023-04-29 00:00:00,0.0,4284.63,45.07297,27.055761,15.043529,43.618786,206.82545,33.836212,71.91035,24.431656,39.39104,363.5408,597.8308,21.854383,48.23689,4.1602354,0.9603813,37.72563,18.395365,10.585361,498.75928,2.9574306,356.54947,102.38039,3.118395,14.474266,122.64461,50.661537,258.46667,211.6695,2846.8337,2.6630235,2332.9365,13.122113,3.1750698,1.9572494,15.884457,226.52522,276.51242,77.952415,108.98333,31.971292,9.6280365,857.9387,21.313194,64.96088,59.73901,397.4101,15.354737,368.7865,12.632808,50.434067,0.0,3893.6953,8921.733,6.8799076,52.30445,54.4801,31511.506,119.21701,5.0009093,62.86095,95.666916,54.54734,15.494728,42.656826,687.6451,84.57917,43.724705,5.3161473,10.069602,878.8389,6.6989427,314.8861,68.48,2344.1667,93.12778,125.86046,162.71408,266.10257,16.157267,30.303411,115.14081,13.519405,15.674048,21.28459,37.84546,140.07501,14.443691,11.084001,113.19214,20.120615,4290.96,37.920063,33.45,24.799814,36.503597,297.0111,78.34983,52.766666,15.8933325,19.092577,37.93863,119.77452,194.1614,83.40833,283.02762,61.608612,44.215015,126.20007,221.50667,831.51514,154.64236,8.455733,14.903334,9.124286,201.5381,13408.968,7.2531266,41.524063,64.25889,29.09094,339.31552,50.951107,199.44873,4.8734813,146.65111,699.06824,534.81287,67.46874,846.76685,60.086662,89.86469,125.07186,33.84741,6.023699,23.67766,1042.5745,2.3523095,4.4288225,140.6089,9.016191,5.35159,32.19416,41.13261,434.03214,101.45417,170.36443,1669.2217,155.39697,2201.258,1855.5409,11.994386,12.216667,7694.788,10.957656,26.058334,317.4507,42.48267,86.26134,47.357895,241.48112,1155.2285,284.233,6.127333,49.101048,342.02866,2198.776,42.08251,155.3918,14.632222,1.2965982,55.314804,1.1370298,0.85038346,2.758305,13.103824,47.025333,137.93903,27.155556,1824.9213,50.594444,17.3,23.733334,6.4466667,58.016666,4.3777776,2.227111,5.9199996,58.659233,0.05361905,1.9581012,4.3710375,40.0,14.9257145,1.7913333,13.180969,568.49896,53.744072,1037.607,24.939297,1799.3181,46.793156,716.6001,694.74567,18.486881,13.858482,1249.9773,1858.5421,4753.303,602.23926 +2023-04-29 01:00:00,0.0,4285.7046,45.09741,27.076027,15.0553665,43.63014,206.8684,33.841522,71.92008,24.431227,39.388405,363.83633,598.1851,21.858007,48.27612,4.151176,0.95876503,37.730865,18.40279,10.574234,498.85202,2.95689,356.6427,102.36806,3.111406,14.37916,122.658066,50.647755,258.05417,211.61862,2848.4114,2.6515303,2332.8403,13.047599,3.16393,1.9487411,15.835916,226.57428,276.53137,77.58332,109.05139,31.991682,9.628826,857.9112,21.096268,64.94593,59.768723,397.6466,15.344168,368.9263,12.634728,50.421116,0.0,3895.63,8928.29,6.886431,52.335056,54.522022,31524.936,119.29604,5.0050197,62.861465,95.64717,54.56965,15.502048,42.63104,687.9876,84.65564,43.73276,5.318803,10.071658,879.13165,6.708448,314.63675,68.51688,2343.3506,93.14769,125.79996,162.66914,266.09073,16.135384,30.278982,114.86218,13.503402,15.660694,21.297028,37.84817,139.95439,14.449058,11.088437,113.21307,20.120892,4290.5566,37.935535,33.419792,24.799726,36.514038,296.9171,78.33429,52.76632,15.899283,19.099794,37.922382,119.790955,194.0462,83.41077,283.0397,61.652824,44.212936,126.21916,221.59819,832.63086,154.68558,8.45328,14.915243,9.115655,201.79274,13422.804,7.2442036,41.50293,64.1278,29.0894,339.32532,50.86671,199.32585,4.868571,146.72609,698.7252,534.2374,67.44636,846.3248,59.96958,89.81752,125.14763,33.79027,6.0120893,23.649035,1043.3254,2.3410115,4.4137425,140.42809,9.014663,5.3507557,32.133923,41.0889,433.62778,101.35616,170.34663,1668.6606,155.52507,2201.7158,1855.9363,12.001081,12.227952,7704.389,10.953098,26.082293,317.45355,42.512196,86.31839,47.38772,241.69054,1156.3119,284.2729,6.1315255,49.126442,342.44806,2201.335,42.136242,155.49405,14.6424885,1.2962493,55.31671,1.1367521,0.8495098,2.755048,13.1081705,47.056057,138.11324,27.148844,1827.2216,50.62546,17.307142,23.73889,6.44748,57.99288,4.3799767,2.226824,5.9206247,58.654957,0.0530377,1.9572713,4.3704195,40.007812,14.925774,1.789118,13.197402,569.162,53.804718,1038.8153,24.960989,1801.2948,46.830975,716.39886,695.5055,18.506176,13.864057,1251.3102,1860.6445,4757.601,602.0273 +2023-04-29 02:00:00,0.0,4286.7793,45.121845,27.096294,15.067205,43.641487,206.91135,33.84683,71.92981,24.4308,39.38577,364.13187,598.53937,21.861631,48.31535,4.1421165,0.9571488,37.736095,18.410213,10.5631075,498.94473,2.9563494,356.73593,102.35573,3.104417,14.284055,122.67153,50.633976,257.64166,211.56775,2849.989,2.6400373,2332.7441,12.973085,3.1527903,1.9402328,15.787374,226.62334,276.55032,77.214226,109.119446,32.012074,9.629616,857.88367,20.879341,64.93099,59.79843,397.88318,15.333597,369.0661,12.636649,50.408165,0.0,3897.5642,8934.846,6.8929553,52.365665,54.56395,31538.365,119.37507,5.0091295,62.86198,95.627426,54.591957,15.509367,42.60525,688.3301,84.73212,43.74082,5.3214583,10.073714,879.4243,6.7179537,314.3874,68.55375,2342.5347,93.167595,125.73945,162.6242,266.07892,16.113499,30.25455,114.58355,13.487398,15.647341,21.309465,37.850883,139.83379,14.454425,11.092875,113.234,20.121166,4290.1533,37.951008,33.389584,24.799639,36.524475,296.82315,78.31875,52.765972,15.905235,19.107012,37.906136,119.80739,193.93098,83.41319,283.0518,61.697033,44.210854,126.23826,221.68971,833.7465,154.72879,8.450828,14.927154,9.107024,202.04738,13436.641,7.2352805,41.481792,63.99671,29.087856,339.33508,50.782314,199.20299,4.8636603,146.80107,698.38214,533.6619,67.42398,845.8828,59.852497,89.770355,125.223404,33.73313,6.000479,23.620409,1044.0763,2.3297133,4.398663,140.24728,9.013135,5.349921,32.073685,41.04519,433.22342,101.25816,170.32886,1668.0992,155.65315,2202.1736,1856.3317,12.007777,12.239237,7713.9897,10.948541,26.10625,317.45642,42.541725,86.37544,47.417545,241.89996,1157.3953,284.3128,6.1357183,49.151836,342.86746,2203.8938,42.189972,155.59631,14.652755,1.2959003,55.318623,1.1364744,0.84863615,2.751791,13.112518,47.086777,138.28746,27.14213,1829.522,50.65648,17.314285,23.744444,6.4482937,57.969097,4.382176,2.226537,5.92125,58.650677,0.052456353,1.9564415,4.369802,40.015625,14.925834,1.7869027,13.213835,569.825,53.86536,1040.0236,24.982683,1803.2715,46.868793,716.19763,696.2654,18.52547,13.869631,1252.643,1862.7468,4761.8994,601.8153 +2023-04-29 03:00:00,0.0,4287.854,45.146282,27.116562,15.079043,43.65284,206.95428,33.85214,71.939545,24.430372,39.383137,364.42737,598.8937,21.865255,48.354584,4.1330566,0.9555325,37.741325,18.417637,10.551982,499.03748,2.9558089,356.82916,102.3434,3.097428,14.188949,122.68499,50.620193,257.2292,211.51686,2851.5667,2.628544,2332.648,12.898572,3.1416507,1.9317245,15.738832,226.6724,276.56927,76.84513,109.1875,32.032463,9.630405,857.85614,20.662413,64.916046,59.82814,398.1197,15.323027,369.2059,12.638569,50.395214,0.0,3899.4988,8941.401,6.899479,52.39627,54.605877,31551.793,119.454094,5.0132394,62.8625,95.60768,54.61426,15.516686,42.579464,688.67255,84.80859,43.74888,5.324114,10.07577,879.71704,6.7274594,314.138,68.59062,2341.7188,93.1875,125.67894,162.57927,266.0671,16.091614,30.23012,114.304924,13.471395,15.633987,21.321903,37.853592,139.71318,14.459791,11.097311,113.25494,20.121443,4289.75,37.966484,33.359375,24.799551,36.534912,296.72916,78.30321,52.765625,15.911186,19.11423,37.889893,119.82382,193.81578,83.41563,283.06387,61.741245,44.20877,126.257355,221.78125,834.8622,154.77199,8.448376,14.939063,9.0983925,202.30202,13450.477,7.226358,41.460655,63.865623,29.086313,339.34488,50.697914,199.08011,4.85875,146.87604,698.03906,533.0865,67.401596,845.4408,59.735413,89.72318,125.29918,33.675995,5.9888697,23.591782,1044.8271,2.3184152,4.3835835,140.06647,9.011607,5.3490868,32.013447,41.001476,432.81906,101.16016,170.31108,1667.538,155.78125,2202.6313,1856.727,12.014473,12.250522,7723.5903,10.943983,26.130209,317.4593,42.57125,86.4325,47.44737,242.10938,1158.4788,284.3527,6.1399107,49.17723,343.28687,2206.453,42.243706,155.69856,14.663021,1.2955514,55.32053,1.1361966,0.84776247,2.748534,13.116866,47.1175,138.46167,27.135418,1831.8224,50.6875,17.321428,23.75,6.449107,57.945312,4.3843746,2.22625,5.921875,58.646397,0.051875003,1.9556117,4.3691845,40.023438,14.925893,1.7846874,13.230268,570.48804,53.926006,1041.2319,25.004375,1805.2483,46.90661,715.9964,697.0252,18.544765,13.875205,1253.9758,1864.8491,4766.1978,601.60333 +2023-04-29 04:00:00,0.0,4288.9287,45.17072,27.136827,15.090881,43.664192,206.99722,33.857445,71.94928,24.429943,39.3805,364.7229,599.2479,21.86888,48.393814,4.123997,0.9539162,37.746555,18.42506,10.540855,499.13022,2.9552684,356.92236,102.33107,3.0904393,14.0938425,122.69845,50.60641,256.81668,211.46599,2853.1443,2.6170511,2332.552,12.824059,3.1305108,1.9232162,15.690291,226.72145,276.58826,76.476036,109.255554,32.052853,9.631195,857.8286,20.445486,64.90111,59.857853,398.35626,15.312457,369.3457,12.64049,50.382263,0.0,3901.433,8947.957,6.906003,52.426876,54.647804,31565.223,119.53313,5.0173497,62.863014,95.58794,54.63657,15.524006,42.553677,689.0151,84.88507,43.75694,5.3267694,10.0778265,880.00977,6.7369647,313.88864,68.6275,2340.9028,93.20741,125.61843,162.53433,266.0553,16.069729,30.20569,114.02629,13.455391,15.620633,21.33434,37.856304,139.59256,14.465158,11.101748,113.27587,20.121717,4289.3467,37.981956,33.329166,24.799463,36.54535,296.6352,78.28767,52.765278,15.917138,19.121445,37.873646,119.840256,193.70058,83.41806,283.07596,61.785458,44.206688,126.27644,221.87277,835.9779,154.8152,8.445923,14.950973,9.089762,202.55666,13464.3125,7.217435,41.43952,63.734535,29.08477,339.35464,50.613518,198.95723,4.8538394,146.95102,697.69604,532.511,67.37922,844.9988,59.61833,89.67601,125.37495,33.61886,5.97726,23.563156,1045.578,2.307117,4.368504,139.88565,9.010079,5.3482523,31.953209,40.957767,432.4147,101.06215,170.29329,1666.9767,155.90935,2203.089,1857.1226,12.02117,12.2618065,7733.191,10.939425,26.154167,317.46216,42.60078,86.489555,47.477192,242.3188,1159.5621,284.39258,6.144103,49.202625,343.70627,2209.012,42.297436,155.80081,14.673287,1.2952025,55.32244,1.1359189,0.84688884,2.7452767,13.121213,47.148224,138.6359,27.128704,1834.1228,50.718517,17.328571,23.755556,6.4499207,57.921528,4.386574,2.2259629,5.9224997,58.64212,0.051293653,1.9547818,4.3685665,40.03125,14.925953,1.7824721,13.246699,571.15106,53.986652,1042.4402,25.026068,1807.225,46.944427,715.79517,697.7851,18.56406,13.88078,1255.3086,1866.9515,4770.496,601.39136 +2023-04-29 05:00:00,0.0,4290.0034,45.195156,27.157095,15.10272,43.67554,207.04016,33.862755,71.95901,24.429516,39.377865,365.01843,599.60223,21.872503,48.433044,4.114938,0.95229995,37.751785,18.432484,10.529729,499.22296,2.9547276,357.0156,102.31873,3.0834503,13.998736,122.711914,50.59263,256.40417,211.4151,2854.722,2.605558,2332.4558,12.749545,3.1193712,1.914708,15.641749,226.77052,276.6072,76.10694,109.32361,32.073242,9.631985,857.80115,20.22856,64.88616,59.88756,398.59277,15.301887,369.4855,12.64241,50.369316,0.0,3903.3674,8954.514,6.9125266,52.45748,54.68973,31578.652,119.61215,5.0214596,62.86353,95.56819,54.658875,15.531325,42.52789,689.35754,84.96155,43.764996,5.3294244,10.079882,880.3024,6.7464705,313.63928,68.664375,2340.087,93.22732,125.55792,162.4894,266.0435,16.047844,30.18126,113.747665,13.439388,15.60728,21.346777,37.859016,139.47195,14.470525,11.106185,113.29681,20.121994,4288.9434,37.99743,33.298958,24.799376,36.55579,296.5412,78.272125,52.76493,15.923089,19.128662,37.8574,119.85669,193.58537,83.42049,283.08807,61.82967,44.204605,126.29554,221.9643,837.09357,154.8584,8.44347,14.962882,9.081131,202.8113,13478.149,7.208512,41.418385,63.603447,29.08323,339.36444,50.529118,198.83435,4.848929,147.026,697.35297,531.93555,67.356834,844.55676,59.501247,89.628845,125.45072,33.56172,5.96565,23.53453,1046.329,2.295819,4.353424,139.70485,9.008552,5.347418,31.892971,40.914055,432.01038,100.96415,170.27551,1666.4155,156.03745,2203.5469,1857.518,12.027865,12.273091,7742.7915,10.934868,26.178125,317.46503,42.630306,86.54661,47.50702,242.52823,1160.6456,284.43246,6.1482954,49.22802,344.12567,2211.571,42.351166,155.90308,14.683554,1.2948534,55.32435,1.1356411,0.8460152,2.7420197,13.125561,47.178944,138.8101,27.121992,1836.4231,50.749535,17.335714,23.76111,6.450734,57.897743,4.388773,2.225676,5.923125,58.63784,0.050712302,1.953952,4.367949,40.039062,14.926012,1.7802569,13.263132,571.814,54.047295,1043.6484,25.04776,1809.2017,46.982246,715.59393,698.5449,18.583355,13.886354,1256.6415,1869.0538,4774.794,601.1794 +2023-04-29 06:00:00,0.0,4291.078,45.219593,27.177362,15.114558,43.686893,207.0831,33.868065,71.96874,24.429087,39.37523,365.31396,599.9565,21.876127,48.47228,4.105878,0.95068365,37.757015,18.439909,10.518603,499.3157,2.9541872,357.10883,102.306404,3.0764613,13.90363,122.72537,50.578846,255.99167,211.36423,2856.2996,2.5940647,2332.3596,12.675031,3.1082315,1.9061997,15.593208,226.81958,276.62616,75.73785,109.39167,32.09363,9.632775,857.7736,20.011633,64.87122,59.917274,398.82935,15.291317,369.6253,12.64433,50.356365,0.0,3905.302,8961.069,6.9190507,52.488087,54.731655,31592.082,119.69118,5.0255694,62.864044,95.548454,54.681183,15.538645,42.5021,689.7,85.03802,43.773056,5.33208,10.081938,880.59515,6.755976,313.38992,68.70125,2339.2708,93.24722,125.49742,162.44446,266.03168,16.025959,30.156828,113.46903,13.423385,15.593926,21.359215,37.861725,139.35135,14.475892,11.110622,113.31774,20.122269,4288.54,38.012905,33.26875,24.799288,36.566227,296.44724,78.256584,52.764584,15.929041,19.13588,37.841152,119.87312,193.47017,83.42292,283.10016,61.873882,44.202522,126.31464,222.05583,838.2093,154.90161,8.441017,14.9747925,9.0725,203.06593,13491.985,7.1995893,41.397247,63.47236,29.081686,339.3742,50.44472,198.71149,4.8440185,147.10097,697.0099,531.3601,67.33446,844.11475,59.384163,89.58167,125.52649,33.50458,5.9540405,23.505905,1047.0798,2.2845209,4.3383446,139.52403,9.007024,5.3465834,31.832733,40.870342,431.60602,100.86614,170.25772,1665.8542,156.16553,2204.0046,1857.9133,12.034561,12.284376,7752.3926,10.93031,26.202084,317.46786,42.659836,86.60367,47.536842,242.73764,1161.729,284.47235,6.1524878,49.253418,344.54507,2214.1301,42.404896,156.00533,14.693819,1.2945045,55.32626,1.1353633,0.84514153,2.7387626,13.129909,47.209667,138.98431,27.115278,1838.7235,50.780556,17.342857,23.766666,6.4515476,57.87396,4.390972,2.225389,5.92375,58.63356,0.050130956,1.9531221,4.3673315,40.046875,14.926071,1.7780416,13.279565,572.47705,54.10794,1044.8567,25.069452,1811.1783,47.020065,715.3927,699.3048,18.60265,13.891929,1257.9742,1871.1562,4779.0923,600.9674 +2023-04-29 07:00:00,0.0,4292.1533,45.24403,27.197628,15.126396,43.698242,207.12605,33.87337,71.97848,24.42866,39.372597,365.6095,600.3108,21.879751,48.51151,4.0968184,0.94906735,37.76225,18.447332,10.507477,499.40845,2.9536467,357.20206,102.294075,3.0694723,13.808525,122.73883,50.565063,255.57918,211.31334,2857.8772,2.5825717,2332.2637,12.600517,3.0970917,1.8976914,15.544666,226.86864,276.6451,75.36875,109.459724,32.11402,9.633565,857.7461,19.794706,64.85628,59.946983,399.06586,15.280746,369.7651,12.646251,50.343414,0.0,3907.2363,8967.625,6.9255743,52.518696,54.773582,31605.512,119.77021,5.02968,62.864563,95.52871,54.703487,15.545964,42.47632,690.04254,85.114494,43.781113,5.3347354,10.083994,880.8879,6.7654815,313.14056,68.73813,2338.4548,93.267136,125.436905,162.39952,266.01984,16.004076,30.132397,113.19041,13.407381,15.580572,21.371653,37.864437,139.23073,14.481258,11.115059,113.33868,20.122545,4288.1367,38.028378,33.23854,24.7992,36.576664,296.35324,78.24105,52.764236,15.934992,19.143097,37.824905,119.88956,193.35497,83.42535,283.11224,61.918095,44.20044,126.33373,222.14735,839.32495,154.94482,8.438564,14.986702,9.063869,203.32057,13505.821,7.190666,41.37611,63.34127,29.080143,339.38397,50.36032,198.58861,4.839108,147.17595,696.6669,530.7846,67.31207,843.6727,59.26708,89.53451,125.602264,33.447445,5.9424305,23.47728,1047.8307,2.2732227,4.323265,139.34323,9.005496,5.3457494,31.772495,40.826633,431.20166,100.76814,170.23994,1665.293,156.29362,2204.4624,1858.3087,12.041257,12.29566,7761.993,10.925753,26.226042,317.47073,42.68936,86.66072,47.566666,242.94707,1162.8124,284.51224,6.1566806,49.278812,344.96448,2216.6892,42.45863,156.10757,14.704085,1.2941556,55.328167,1.1350856,0.8442679,2.7355056,13.134255,47.240387,139.15854,27.108566,1841.0239,50.811573,17.35,23.772223,6.452361,57.850174,4.3931713,2.225102,5.924375,58.629284,0.049549606,1.9522922,4.3667135,40.054688,14.926131,1.7758263,13.295998,573.1401,54.168587,1046.0651,25.091145,1813.155,47.057884,715.19147,700.06464,18.621944,13.897503,1259.307,1873.2585,4783.3906,600.75543 +2023-04-29 08:00:00,0.0,4293.228,45.268467,27.217896,15.138234,43.709595,207.16899,33.87868,71.988205,24.42823,39.36996,365.905,600.66504,21.883375,48.55074,4.087759,0.9474511,37.76748,18.454756,10.49635,499.5012,2.953106,357.2953,102.281746,3.0624835,13.713419,122.7523,50.55128,255.16667,211.26247,2859.4548,2.5710785,2332.1675,12.526004,3.085952,1.8891832,15.496124,226.9177,276.66406,74.99966,109.52778,32.13441,9.634355,857.71857,19.577778,64.84134,59.976696,399.30243,15.270176,369.9049,12.648171,50.330463,0.0,3909.1707,8974.182,6.9320984,52.5493,54.81551,31618.941,119.849236,5.0337896,62.865078,95.508965,54.725796,15.553284,42.45053,690.385,85.19097,43.78917,5.337391,10.08605,881.1806,6.774987,312.8912,68.775,2337.639,93.28704,125.376396,162.35458,266.00803,15.98219,30.107967,112.91177,13.391377,15.567219,21.38409,37.86715,139.11012,14.486626,11.119496,113.35961,20.12282,4287.7334,38.04385,33.208332,24.799112,36.5871,296.25925,78.22551,52.76389,15.940944,19.150314,37.808662,119.90599,193.23976,83.42778,283.12433,61.962307,44.198357,126.35282,222.23888,840.4407,154.98802,8.436111,14.998611,9.055238,203.57521,13519.658,7.181743,41.354977,63.210182,29.0786,339.39377,50.275925,198.46573,4.8341975,147.25093,696.3238,530.20917,67.289696,843.2307,59.149998,89.487335,125.67804,33.39031,5.930821,23.448654,1048.5815,2.2619245,4.308185,139.16241,9.003968,5.344915,31.712257,40.78292,430.7973,100.670135,170.22215,1664.7317,156.42172,2204.9202,1858.7041,12.047953,12.306945,7771.5938,10.921195,26.25,317.4736,42.71889,86.71778,47.596493,243.1565,1163.8959,284.55215,6.160873,49.304207,345.38388,2219.2483,42.51236,156.20984,14.714352,1.2938067,55.33008,1.1348078,0.8433942,2.7322483,13.138603,47.27111,139.33275,27.101852,1843.3242,50.84259,17.357141,23.777779,6.4531746,57.82639,4.39537,2.224815,5.9249997,58.625004,0.048968256,1.9514624,4.366096,40.0625,14.92619,1.7736111,13.31243,573.8031,54.22923,1047.2733,25.112839,1815.1317,47.095703,714.99023,700.82446,18.64124,13.903077,1260.6399,1875.361,4787.689,600.54346 +2023-04-29 09:00:00,0.0,4294.3027,45.292904,27.238163,15.150073,43.720947,207.21193,33.883987,71.99794,24.427803,39.367325,366.20053,601.01935,21.887,48.58997,4.078699,0.9458348,37.77271,18.46218,10.485224,499.5939,2.9525654,357.38852,102.26942,3.0554945,13.618313,122.765755,50.5375,254.75417,211.21158,2861.0325,2.5595856,2332.0713,12.45149,3.0748124,1.8806748,15.447583,226.96675,276.683,74.63056,109.59583,32.1548,9.635144,857.69104,19.360851,64.82639,60.006405,399.53894,15.259606,370.04468,12.650091,50.317513,0.0,3911.105,8980.737,6.938622,52.579906,54.857437,31632.371,119.92826,5.0378995,62.865593,95.48922,54.748104,15.560603,42.424744,690.7275,85.26745,43.79723,5.3400464,10.088106,881.47327,6.784493,312.64185,68.811874,2336.823,93.306946,125.31589,162.30965,265.99622,15.960306,30.083536,112.63315,13.375374,15.553865,21.396526,37.86986,138.98952,14.491992,11.123933,113.38055,20.123096,4287.33,38.059326,33.178123,24.799025,36.59754,296.16528,78.20997,52.763542,15.946895,19.157532,37.792416,119.922424,193.12456,83.43021,283.1364,62.00652,44.196274,126.37192,222.33041,841.55634,155.03123,8.433659,15.010521,9.046607,203.82985,13533.494,7.1728206,41.33384,63.079094,29.077057,339.40353,50.191525,198.34285,4.829287,147.3259,695.9807,529.63367,67.26731,842.7887,59.032913,89.44017,125.75381,33.33317,5.9192114,23.420029,1049.3325,2.2506266,4.2931056,138.9816,9.00244,5.3440804,31.65202,40.73921,430.39294,100.572136,170.20438,1664.1704,156.5498,2205.378,1859.0995,12.054649,12.31823,7781.1943,10.916637,26.273958,317.47647,42.748417,86.77483,47.626316,243.3659,1164.9792,284.59204,6.1650653,49.3296,345.80328,2221.8074,42.56609,156.31209,14.724618,1.2934576,55.331985,1.1345301,0.8425206,2.7289913,13.14295,47.301834,139.50697,27.095139,1845.6246,50.87361,17.364285,23.783333,6.453988,57.802605,4.397569,2.2245278,5.925625,58.620724,0.048386905,1.9506326,4.3654785,40.070312,14.92625,1.7713958,13.328863,574.4661,54.289875,1048.4816,25.134531,1817.1084,47.133522,714.789,701.58435,18.660534,13.908652,1261.9727,1877.4633,4791.987,600.3315 +2023-04-29 10:00:00,0.0,4295.3774,45.31734,27.258429,15.161911,43.732296,207.25487,33.889297,72.007675,24.427376,39.364693,366.49606,601.3736,21.890623,48.629204,4.0696397,0.9442185,37.77794,18.469603,10.474098,499.68665,2.952025,357.48175,102.25709,3.0485055,13.523207,122.77922,50.52372,254.34167,211.1607,2862.6099,2.5480924,2331.975,12.376977,3.0636725,1.8721665,15.399041,227.01581,276.70197,74.26147,109.66389,32.17519,9.635934,857.6635,19.143925,64.81145,60.036118,399.7755,15.249036,370.18448,12.652012,50.30456,0.0,3913.0396,8987.293,6.945146,52.61051,54.899364,31645.8,120.007286,5.04201,62.866108,95.46948,54.77041,15.567923,42.398956,691.07,85.343925,43.805286,5.342702,10.090162,881.766,6.7939987,312.39246,68.84875,2336.0068,93.32685,125.25539,162.26471,265.9844,15.938421,30.059105,112.354515,13.35937,15.540511,21.408964,37.872574,138.86891,14.497359,11.12837,113.40148,20.123371,4286.927,38.0748,33.147915,24.798937,36.60798,296.0713,78.19443,52.763195,15.952847,19.16475,37.77617,119.93886,193.00935,83.43264,283.14853,62.05073,44.19419,126.391014,222.42194,842.67206,155.07445,8.431206,15.022431,9.037976,204.08449,13547.33,7.1638975,41.312702,62.948006,29.075516,339.41333,50.10713,198.21999,4.8243766,147.40088,695.63763,529.0582,67.244934,842.3467,58.91583,89.393,125.82958,33.276035,5.9076014,23.391403,1050.0834,2.2393284,4.278026,138.8008,9.000913,5.343246,31.591782,40.6955,429.98862,100.47413,170.1866,1663.6091,156.6779,2205.8357,1859.4949,12.061345,12.3295145,7790.795,10.91208,26.297916,317.4793,42.777946,86.83189,47.65614,243.57533,1166.0627,284.63193,6.1692576,49.354996,346.2227,2224.3665,42.619823,156.41434,14.734884,1.2931087,55.333897,1.1342523,0.84164697,2.7257342,13.147298,47.332554,139.68118,27.088427,1847.925,50.90463,17.371428,23.788889,6.4548016,57.77882,4.3997684,2.2242408,5.92625,58.616447,0.04780556,1.9498026,4.3648605,40.078125,14.92631,1.7691805,13.345296,575.12915,54.35052,1049.69,25.156223,1819.0852,47.171337,714.58777,702.3442,18.679829,13.914227,1263.3055,1879.5656,4796.285,600.11957 +2023-04-29 11:00:00,0.0,4296.452,45.341778,27.278696,15.173749,43.74365,207.2978,33.894608,72.0174,24.426947,39.362057,366.7916,601.7279,21.894247,48.668434,4.0605803,0.9426023,37.78317,18.477028,10.462972,499.7794,2.9514842,357.57498,102.24476,3.0415165,13.428101,122.79268,50.509937,253.92917,211.10982,2864.1875,2.5365994,2331.8792,12.302464,3.052533,1.8636583,15.3505,227.06487,276.72092,73.89237,109.73194,32.19558,9.6367235,857.63605,18.926998,64.79651,60.065826,400.01202,15.238465,370.32428,12.653933,50.29161,0.0,3914.974,8993.849,6.9516697,52.64112,54.941288,31659.23,120.08632,5.0461197,62.866623,95.44972,54.792717,15.575242,42.37317,691.4125,85.4204,43.813347,5.3453574,10.092218,882.0587,6.803504,312.1431,68.88563,2335.191,93.34676,125.19487,162.21977,265.9726,15.916536,30.034676,112.07589,13.343368,15.527158,21.421402,37.875286,138.74829,14.502727,11.132808,113.42242,20.123648,4286.5234,38.09027,33.11771,24.79885,36.618416,295.97733,78.17889,52.762848,15.958797,19.171965,37.759922,119.95529,192.89415,83.435074,283.1606,62.094944,44.19211,126.4101,222.51347,843.7877,155.11765,8.428753,15.034341,9.0293455,204.33913,13561.167,7.1549745,41.291565,62.816917,29.073973,339.4231,50.022728,198.0971,4.819466,147.47586,695.2946,528.4828,67.22255,841.90466,58.798748,89.34583,125.90536,33.218895,5.895992,23.362778,1050.8342,2.2280302,4.2629466,138.61998,8.999385,5.3424115,31.531544,40.651787,429.58426,100.37613,170.16881,1663.048,156.806,2206.2935,1859.8903,12.068041,12.340799,7800.3955,10.907522,26.321877,317.48218,42.807472,86.88895,47.685966,243.78476,1167.1461,284.6718,6.1734505,49.38039,346.6421,2226.9255,42.673553,156.5166,14.745151,1.2927598,55.335804,1.1339746,0.8407733,2.7224772,13.151646,47.363277,139.8554,27.081713,1850.2253,50.935646,17.37857,23.794445,6.455615,57.755035,4.4019675,2.2239537,5.9268746,58.612167,0.04722421,1.9489728,4.364243,40.085938,14.92637,1.7669653,13.361729,575.7922,54.411163,1050.8982,25.177916,1821.0619,47.209156,714.38654,703.10406,18.699123,13.919801,1264.6383,1881.668,4800.5835,599.9076 +2023-04-29 12:00:00,0.0,4297.527,45.366215,27.298964,15.185588,43.754997,207.34076,33.899914,72.02714,24.42652,39.35942,367.0871,602.08215,21.897871,48.707664,4.0515203,0.940986,37.7884,18.484451,10.451845,499.87213,2.9509437,357.6682,102.23243,3.0345278,13.332995,122.80614,50.496155,253.51668,211.05894,2865.7651,2.5251062,2331.783,12.227949,3.0413933,1.85515,15.301959,227.11392,276.73987,73.52328,109.8,32.21597,9.637513,857.6085,18.71007,64.78156,60.09554,400.2486,15.227896,370.46408,12.655852,50.27866,0.0,3916.9082,9000.405,6.9581933,52.671726,54.983215,31672.66,120.165344,5.0502295,62.86714,95.429985,54.81502,15.5825615,42.34738,691.75494,85.49687,43.821404,5.348013,10.0942745,882.35144,6.8130097,311.89374,68.9225,2334.375,93.36667,125.13436,162.17484,265.96075,15.894652,30.010244,111.79726,13.327364,15.5138035,21.43384,37.878,138.62769,14.508093,11.137244,113.44335,20.123922,4286.12,38.105747,33.0875,24.798761,36.628853,295.88333,78.163345,52.7625,15.964749,19.179182,37.74368,119.971725,192.77895,83.4375,283.1727,62.139156,44.190025,126.4292,222.605,844.9034,155.16086,8.4263,15.04625,9.020715,204.59377,13575.003,7.146052,41.27043,62.68583,29.07243,339.4329,49.93833,197.97423,4.8145556,147.55083,694.95154,527.9073,67.20017,841.4626,58.681664,89.29866,125.981125,33.16176,5.884382,23.334152,1051.5852,2.2167323,4.2478666,138.43918,8.997857,5.341577,31.471306,40.608078,429.1799,100.27812,170.15103,1662.4867,156.9341,2206.7512,1860.2856,12.074737,12.352084,7809.9966,10.902965,26.345835,317.48505,42.837,86.946,47.71579,243.99417,1168.2295,284.7117,6.177643,49.405785,347.0615,2229.4846,42.727283,156.61885,14.755417,1.2924109,55.337715,1.1336968,0.83989966,2.71922,13.1559925,47.394,140.02962,27.075,1852.5258,50.966667,17.385714,23.8,6.4564285,57.73125,4.404166,2.2236667,5.9275,58.607887,0.04664286,1.948143,4.3636255,40.09375,14.926429,1.76475,13.378161,576.45514,54.47181,1052.1064,25.199608,1823.0386,47.246975,714.1853,703.8639,18.718418,13.925375,1265.9712,1883.7703,4804.882,599.6956 +2023-04-29 13:00:00,0.0,4298.6016,45.39065,27.31923,15.197426,43.76635,207.3837,33.905224,72.036865,24.42609,39.356785,367.38263,602.43646,21.901495,48.7469,4.042461,0.9393697,37.793633,18.491875,10.440719,499.96487,2.950403,357.76144,102.2201,3.0275388,13.237889,122.8196,50.482372,253.10417,211.00807,2867.3428,2.513613,2331.6868,12.153436,3.0302534,1.8466417,15.253417,227.16298,276.75882,73.15418,109.86806,32.23636,9.638304,857.581,18.493143,64.766624,60.125248,400.4851,15.217325,370.60388,12.657773,50.26571,0.0,3918.8428,9006.961,6.9647174,52.70233,55.025143,31686.09,120.24437,5.05434,62.867657,95.41024,54.83733,15.589881,42.321594,692.0975,85.57335,43.829464,5.3506684,10.09633,882.6441,6.8225155,311.64438,68.95937,2333.559,93.38657,125.07385,162.12991,265.94894,15.872767,29.985813,111.51863,13.31136,15.50045,21.446276,37.880707,138.50708,14.51346,11.141682,113.46429,20.124199,4285.717,38.12122,33.057293,24.798674,36.639294,295.78934,78.14781,52.762154,15.9707,19.1864,37.727432,119.98816,192.66374,83.43993,283.18478,62.18337,44.187943,126.448296,222.69652,846.0191,155.20407,8.423847,15.05816,9.012083,204.8484,13588.839,7.137129,41.249294,62.55474,29.070887,339.44266,49.85393,197.85136,4.809645,147.62581,694.60846,527.33185,67.177795,841.02057,58.56458,89.25149,126.0569,33.10462,5.872772,23.305527,1052.336,2.205434,4.232787,138.25836,8.996329,5.3407426,31.411068,40.564365,428.77554,100.18012,170.13324,1661.9254,157.06218,2207.209,1860.681,12.081432,12.363369,7819.597,10.898407,26.369793,317.4879,42.866528,87.00306,47.745613,244.2036,1169.313,284.7516,6.181835,49.43118,347.4809,2232.0437,42.781013,156.7211,14.765683,1.2920619,55.339622,1.133419,0.83902603,2.715963,13.16034,47.42472,140.20383,27.068287,1854.8262,50.997684,17.392857,23.805555,6.457242,57.707466,4.4063654,2.2233796,5.928125,58.60361,0.04606151,1.9473132,4.3630075,40.101562,14.926488,1.7625346,13.394594,577.11816,54.532455,1053.3147,25.2213,1825.0153,47.284794,713.9841,704.6238,18.737713,13.930949,1267.304,1885.8727,4809.1797,599.48364 +2023-04-29 14:00:00,0.0,4299.6763,45.41509,27.339497,15.209264,43.777702,207.42664,33.91053,72.0466,24.425663,39.354153,367.67816,602.7907,21.905119,48.78613,4.0334015,0.93775344,37.798862,18.499298,10.429593,500.05762,2.9498625,357.85464,102.20777,3.0205498,13.142783,122.83306,50.46859,252.69167,210.95718,2868.9204,2.50212,2331.5908,12.078922,3.0191138,1.8381335,15.204875,227.21204,276.7778,72.78509,109.93611,32.25675,9.639093,857.55347,18.276217,64.75168,60.15496,400.72168,15.206755,370.74368,12.659694,50.25276,0.0,3920.7773,9013.517,6.971241,52.732937,55.06707,31699.52,120.3234,5.0584497,62.86817,95.390495,54.859634,15.5972,42.295807,692.43994,85.649826,43.83752,5.353324,10.098386,882.9368,6.8320208,311.39502,68.99625,2332.7432,93.40649,125.01334,162.08498,265.93713,15.850883,29.961382,111.24,13.295357,15.487097,21.458714,37.88342,138.38646,14.5188265,11.146118,113.48522,20.124474,4285.3135,38.136692,33.027084,24.798586,36.64973,295.69537,78.13227,52.761806,15.976652,19.193617,37.711185,120.00459,192.54854,83.44236,283.19687,62.22758,44.18586,126.46739,222.78806,847.13477,155.24727,8.421394,15.07007,9.003452,205.10304,13602.676,7.128206,41.228157,62.423653,29.069345,339.45242,49.769535,197.72849,4.8047347,147.70079,694.26544,526.75635,67.15541,840.57855,58.4475,89.20432,126.132675,33.047485,5.8611627,23.276901,1053.0869,2.194136,4.2177076,138.07756,8.9948015,5.339908,31.35083,40.520653,428.3712,100.082115,170.11546,1661.3643,157.19028,2207.6667,1861.0765,12.088128,12.374654,7829.1978,10.893849,26.393751,317.49078,42.896057,87.06011,47.77544,244.41301,1170.3964,284.7915,6.1860275,49.456573,347.9003,2234.6028,42.834747,156.82336,14.7759495,1.2917129,55.34153,1.1331413,0.83815235,2.7127059,13.164687,47.455444,140.37805,27.061575,1857.1265,51.0287,17.4,23.811111,6.4580555,57.68368,4.4085646,2.2230926,5.92875,58.59933,0.045480162,1.9464833,4.36239,40.109375,14.926548,1.7603194,13.411027,577.7812,54.593098,1054.5231,25.242994,1826.992,47.322613,713.78284,705.3836,18.757008,13.936523,1268.6368,1887.975,4813.478,599.27167 +2023-04-29 15:00:00,0.0,4300.751,45.439526,27.359764,15.221102,43.78905,207.46957,33.91584,72.056335,24.425236,39.351517,367.9737,603.145,21.908743,48.82536,4.0243416,0.93613714,37.804092,18.506721,10.418467,500.15036,2.949322,357.94788,102.19544,3.0135608,13.047677,122.84652,50.454807,252.27917,210.90631,2870.498,2.4906268,2331.4946,12.004409,3.0079741,1.8296251,15.156334,227.2611,276.79675,72.41599,110.004166,32.277138,9.639883,857.52594,18.05929,64.73674,60.18467,400.9582,15.196185,370.88348,12.661613,50.23981,0.0,3922.7114,9020.072,6.977765,52.763546,55.108997,31712.95,120.40243,5.0625596,62.868687,95.37075,54.881943,15.60452,42.27002,692.7825,85.7263,43.84558,5.3559794,10.100442,883.22955,6.8415265,311.14566,69.03313,2331.927,93.42639,124.95284,162.04004,265.92532,15.828999,29.936953,110.96137,13.279353,15.4737425,21.471151,37.88613,138.26585,14.524194,11.150556,113.50616,20.12475,4284.91,38.15217,32.996876,24.798498,36.660168,295.60138,78.11673,52.76146,15.982603,19.200834,37.69494,120.02103,192.43333,83.44479,283.20895,62.271793,44.183777,126.48648,222.87958,848.2505,155.29048,8.4189415,15.08198,8.994822,205.35768,13616.512,7.119283,41.20702,62.29257,29.067802,339.46222,49.685135,197.6056,4.799824,147.77576,693.92236,526.1809,67.13303,840.13654,58.330414,89.15715,126.20844,32.99035,5.8495526,23.248276,1053.8378,2.1828377,4.202628,137.89674,8.993274,5.339074,31.290592,40.476944,427.96686,99.984116,170.09767,1660.803,157.31837,2208.1245,1861.4719,12.094824,12.385939,7838.7983,10.889292,26.41771,317.49362,42.925583,87.117165,47.805264,244.62244,1171.4799,284.8314,6.1902204,49.48197,348.3197,2237.1616,42.888477,156.92561,14.786215,1.291364,55.34344,1.1328635,0.8372787,2.7094488,13.169035,47.486168,140.55226,27.054861,1859.4269,51.059723,17.407143,23.816668,6.458869,57.659897,4.4107637,2.2228055,5.9293747,58.59505,0.04489881,1.9456534,4.361772,40.117188,14.926607,1.7581041,13.42746,578.4442,54.653744,1055.7313,25.264687,1828.9686,47.36043,713.5816,706.1435,18.776302,13.942099,1269.9696,1890.0774,4817.7764,599.0597 +2023-04-29 16:00:00,0.0,4301.8257,45.463963,27.38003,15.232941,43.800404,207.51251,33.921146,72.06606,24.424807,39.34888,368.26923,603.49927,21.912367,48.86459,4.015282,0.9345209,37.809322,18.514147,10.40734,500.24307,2.9487813,358.0411,102.18311,3.006572,12.952572,122.859985,50.441025,251.86667,210.85542,2872.0757,2.4791338,2331.3984,11.929895,2.9968343,1.8211168,15.107792,227.31015,276.8157,72.0469,110.07222,32.297527,9.640673,857.4984,17.842361,64.721794,60.21438,401.19476,15.185615,371.0233,12.663534,50.22686,0.0,3924.646,9026.629,6.9842887,52.79415,55.15092,31726.379,120.48145,5.06667,62.869205,95.351006,54.90425,15.611839,42.244232,693.12494,85.80278,43.853638,5.358635,10.102498,883.5223,6.8510323,310.8963,69.07,2331.111,93.4463,124.892334,161.9951,265.9135,15.807114,29.912521,110.68274,13.26335,15.460389,21.48359,37.88884,138.14525,14.52956,11.154992,113.52709,20.125027,4284.507,38.16764,32.966667,24.79841,36.67061,295.50742,78.10119,52.761112,15.988555,19.208052,37.678696,120.03746,192.31813,83.44723,283.22107,62.316006,44.181694,126.50558,222.9711,849.36615,155.3337,8.41649,15.093889,8.986191,205.61232,13630.348,7.11036,41.185886,62.16148,29.06626,339.472,49.60074,197.48273,4.794914,147.85074,693.5793,525.60547,67.11065,839.6945,58.21333,89.109985,126.28422,32.93321,5.837943,23.21965,1054.5887,2.1715398,4.187548,137.71593,8.991746,5.3382397,31.230354,40.43323,427.5625,99.88611,170.0799,1660.2416,157.44647,2208.5823,1861.8673,12.101521,12.397223,7848.399,10.884734,26.441668,317.4965,42.955112,87.174225,47.835087,244.83186,1172.5632,284.87128,6.1944127,49.507366,348.7391,2239.7207,42.942207,157.02786,14.796481,1.291015,55.34535,1.1325858,0.83640504,2.7061915,13.173383,47.516888,140.72647,27.04815,1861.7273,51.09074,17.414286,23.822222,6.4596825,57.636112,4.412963,2.2225184,5.93,58.590775,0.04431746,1.9448236,4.3611546,40.125,14.926667,1.7558888,13.4438925,579.10724,54.71439,1056.9396,25.286379,1830.9453,47.39825,713.3804,706.9033,18.795597,13.947673,1271.3025,1892.1797,4822.0747,598.8477 +2023-04-29 17:00:00,0.0,4302.9004,45.4884,27.400297,15.244779,43.811752,207.55547,33.926456,72.0758,24.42438,39.346245,368.56473,603.8536,21.91599,48.903824,4.0062227,0.9329046,37.814552,18.52157,10.3962145,500.33582,2.9482408,358.13434,102.170784,2.999583,12.857466,122.87344,50.427242,251.45418,210.80455,2873.6533,2.4676406,2331.3022,11.855382,2.9856946,1.8126086,15.05925,227.3592,276.83466,71.6778,110.140274,32.317917,9.641462,857.4709,17.625435,64.706856,60.24409,401.43127,15.175045,371.1631,12.665455,50.21391,0.0,3926.5806,9033.185,6.990813,52.824757,55.19285,31739.809,120.560486,5.07078,62.86972,95.33127,54.926556,15.619159,42.218445,693.4674,85.87926,43.8617,5.3612905,10.104554,883.81494,6.8605375,310.6469,69.10687,2330.2952,93.46621,124.83182,161.95016,265.9017,15.785229,29.88809,110.40411,13.247346,15.447036,21.496027,37.891552,138.02463,14.534927,11.15943,113.54803,20.125301,4284.1035,38.183113,32.93646,24.798323,36.681046,295.41342,78.08565,52.760765,15.994506,19.21527,37.66245,120.053894,192.20293,83.44965,283.23315,62.360218,44.17961,126.52467,223.06264,850.4819,155.37689,8.414037,15.105799,8.97756,205.86696,13644.185,7.101437,41.16475,62.03039,29.064716,339.48178,49.516342,197.35986,4.7900033,147.92572,693.23627,525.02997,67.08827,839.2525,58.096245,89.06281,126.35999,32.876072,5.826333,23.191025,1055.3396,2.1602416,4.1724687,137.53513,8.990218,5.337405,31.170116,40.38952,427.15814,99.78811,170.0621,1659.6803,157.57455,2209.04,1862.2627,12.108216,12.408507,7858.0,10.880177,26.465626,317.49936,42.984642,87.23128,47.864914,245.04128,1173.6466,284.91116,6.198605,49.53276,349.1585,2242.2798,42.995937,157.13013,14.806747,1.2906661,55.34726,1.132308,0.8355314,2.7029345,13.17773,47.54761,140.9007,27.041435,1864.0277,51.121758,17.421429,23.827778,6.460496,57.612328,4.4151616,2.2222316,5.930625,58.586494,0.04373611,1.9439937,4.360537,40.132812,14.926726,1.7536736,13.460325,579.77026,54.775032,1058.1478,25.308071,1832.9221,47.436066,713.17914,707.6632,18.814892,13.953247,1272.6353,1894.2821,4826.3726,598.63574 +2023-04-29 18:00:00,0.0,4303.975,45.512836,27.420565,15.256617,43.823105,207.5984,33.931767,72.08553,24.42395,39.343613,368.86026,604.2078,21.919615,48.943054,3.9971628,0.9312883,37.819782,18.528994,10.385088,500.42856,2.9477003,358.22757,102.158455,2.992594,12.76236,122.8869,50.41346,251.04167,210.75366,2875.231,2.4561477,2331.2063,11.780868,2.974555,1.8041003,15.010709,227.40826,276.8536,71.30871,110.208336,32.338306,9.642252,857.4434,17.408508,64.69191,60.2738,401.66785,15.1644745,371.3029,12.667375,50.20096,0.0,3928.5151,9039.74,6.9973364,52.855362,55.234776,31753.238,120.63951,5.0748897,62.870235,95.31152,54.948864,15.626478,42.192657,693.80994,85.95573,43.869755,5.363946,10.10661,884.10767,6.8700433,310.39755,69.14375,2329.4792,93.486115,124.77131,161.90523,265.88986,15.763344,29.86366,110.12548,13.231343,15.4336815,21.508463,37.894264,137.90402,14.540294,11.163866,113.56896,20.125578,4283.7,38.19859,32.90625,24.798235,36.691483,295.31946,78.07011,52.760418,16.000458,19.222485,37.646202,120.07033,192.08772,83.45209,283.24524,62.40443,44.17753,126.54376,223.15416,851.59753,155.4201,8.411584,15.117709,8.968928,206.12161,13658.0205,7.0925145,41.143612,61.899303,29.063173,339.49155,49.431942,197.23698,4.785093,148.0007,692.8932,524.4545,67.06589,838.8105,57.979164,89.01565,126.43576,32.818935,5.8147235,23.1624,1056.0905,2.1489434,4.157389,137.35431,8.98869,5.3365707,31.109879,40.34581,426.75378,99.6901,170.04433,1659.1191,157.70265,2209.4978,1862.6581,12.114912,12.419792,7867.6006,10.87562,26.489584,317.50223,43.014168,87.28833,47.894737,245.2507,1174.7301,284.95105,6.2027974,49.558155,349.5779,2244.8389,43.04967,157.23238,14.817014,1.290317,55.349167,1.1320302,0.8346578,2.6996775,13.182077,47.578335,141.0749,27.034723,1866.328,51.152775,17.428572,23.833334,6.4613094,57.588543,4.417361,2.2219446,5.9312496,58.582214,0.043154765,1.9431639,4.359919,40.140625,14.926786,1.7514583,13.476758,580.4332,54.83568,1059.3562,25.329763,1834.8988,47.473885,712.9779,708.42303,18.834187,13.958821,1273.968,1896.3844,4830.671,598.42377 +2023-04-29 19:00:00,0.0,4305.05,45.537273,27.44083,15.2684555,43.834457,207.64134,33.937073,72.09526,24.423523,39.340977,369.1558,604.56213,21.923239,48.982285,3.9881034,0.92967206,37.825012,18.536417,10.373961,500.5213,2.9471595,358.3208,102.146126,2.985605,12.6672535,122.90037,50.39968,250.62917,210.70279,2876.8086,2.4446545,2331.11,11.706354,2.9634154,1.7955921,14.962168,227.45732,276.87256,70.93961,110.27639,32.358696,9.643043,857.4159,17.191582,64.67697,60.303513,401.90436,15.153904,371.4427,12.669295,50.188007,0.0,3930.4492,9046.296,7.0038605,52.885967,55.276703,31766.668,120.71854,5.079,62.87075,95.29178,54.97117,15.633798,42.166874,694.1524,86.0322,43.877815,5.3666015,10.108666,884.4004,6.879549,310.1482,69.180626,2328.663,93.50602,124.71081,161.86029,265.87805,15.74146,29.83923,109.846855,13.21534,15.420328,21.5209,37.896973,137.78342,14.545661,11.1683035,113.5899,20.125853,4283.297,38.21406,32.87604,24.798147,36.70192,295.22546,78.054565,52.76007,16.006409,19.229702,37.629955,120.08676,191.97252,83.45451,283.25732,62.448643,44.175446,126.56286,223.24568,852.7132,155.4633,8.409131,15.129619,8.960298,206.37625,13671.856,7.0835915,41.122475,61.768215,29.061632,339.50134,49.347546,197.1141,4.780182,148.07567,692.5501,523.879,67.04351,838.36847,57.86208,88.968475,126.511536,32.7618,5.803114,23.133774,1056.8413,2.1376455,4.142309,137.17351,8.987163,5.3357363,31.04964,40.302097,426.34943,99.5921,170.02655,1658.5579,157.83075,2209.9556,1863.0535,12.121608,12.431077,7877.201,10.871062,26.513542,317.50507,43.043697,87.34539,47.92456,245.46013,1175.8135,284.99094,6.20699,49.58355,349.9973,2247.398,43.1034,157.33463,14.82728,1.2899681,55.351078,1.1317525,0.8337841,2.6964202,13.186424,47.609055,141.24913,27.02801,1868.6284,51.183796,17.435713,23.838888,6.4621234,57.56476,4.41956,2.2216575,5.9318748,58.577934,0.042573415,1.942334,4.3593016,40.148438,14.926846,1.749243,13.493191,581.09625,54.896324,1060.5645,25.351456,1836.8755,47.511703,712.7767,709.1829,18.853481,13.9643955,1275.3009,1898.4867,4834.969,598.2118 +2023-04-29 20:00:00,0.0,4306.1245,45.56171,27.461098,15.280293,43.845806,207.68428,33.942383,72.104996,24.423096,39.33834,369.45132,604.9164,21.926863,49.02152,3.9790437,0.92805576,37.830246,18.54384,10.362835,500.61404,2.946619,358.41403,102.1338,2.9786162,12.572147,122.913826,50.3859,250.21667,210.6519,2878.3862,2.4331615,2331.014,11.631841,2.9522755,1.7870837,14.913626,227.50638,276.8915,70.57052,110.344444,32.37909,9.643832,857.38837,16.974653,64.662025,60.33322,402.14093,15.143334,371.5825,12.671215,50.175056,0.0,3932.3838,9052.853,7.010384,52.916576,55.31863,31780.098,120.79757,5.08311,62.87127,95.27203,54.993477,15.641117,42.141087,694.4949,86.10868,43.88587,5.369257,10.110723,884.69305,6.889055,309.89883,69.2175,2327.8472,93.525925,124.6503,161.81535,265.86624,15.719575,29.814798,109.56822,13.199336,15.406975,21.533339,37.899685,137.66281,14.551027,11.172741,113.61083,20.12613,4282.8936,38.229538,32.845833,24.79806,36.71236,295.13147,78.03903,52.759724,16.01236,19.23692,37.613712,120.103195,191.85732,83.45695,283.2694,62.492855,44.173367,126.581955,223.33722,853.8289,155.50652,8.406678,15.141528,8.951667,206.63089,13685.693,7.0746684,41.10134,61.637127,29.06009,339.5111,49.263145,196.99123,4.7752714,148.15065,692.2071,523.3036,67.021126,837.92645,57.744995,88.92131,126.58731,32.70466,5.791504,23.105148,1057.5923,2.1263473,4.1272297,136.99269,8.985635,5.334902,30.989403,40.258385,425.9451,99.494095,170.00876,1657.9966,157.95885,2210.4133,1863.4489,12.128304,12.442362,7886.802,10.866505,26.5375,317.50793,43.073223,87.40244,47.954388,245.66954,1176.897,285.03082,6.2111826,49.608944,350.41672,2249.957,43.15713,157.43689,14.837546,1.2896192,55.352985,1.1314749,0.8329105,2.6931632,13.190772,47.63978,141.42334,27.021297,1870.9288,51.214813,17.442856,23.844444,6.462937,57.540974,4.421759,2.2213705,5.9325,58.573658,0.041992065,1.9415041,4.358684,40.15625,14.926905,1.7470278,13.509624,581.7593,54.956966,1061.7727,25.37315,1838.8522,47.549522,712.57544,709.94275,18.872776,13.969971,1276.6337,1900.5891,4839.2676,597.9998 +2023-04-29 21:00:00,0.0,4307.199,45.586147,27.481365,15.292131,43.85716,207.72722,33.94769,72.11473,24.422667,39.33571,369.74686,605.2707,21.930487,49.06075,3.969984,0.92643946,37.835476,18.551266,10.351709,500.7068,2.9460785,358.50726,102.12147,2.9716272,12.477042,122.927284,50.372116,249.80417,210.60103,2879.9639,2.4216683,2330.9177,11.557327,2.941136,1.7785754,14.865085,227.55544,276.91046,70.20142,110.4125,32.39948,9.644622,857.36084,16.757727,64.64709,60.362934,402.37747,15.132764,371.7223,12.673136,50.162106,0.0,3934.3184,9059.408,7.016908,52.94718,55.360554,31793.527,120.876595,5.0872197,62.871784,95.25229,55.01578,15.648437,42.1153,694.8374,86.18516,43.893932,5.3719125,10.112778,884.9858,6.89856,309.64948,69.25437,2327.0312,93.54584,124.58979,161.77042,265.85443,15.69769,29.790367,109.2896,13.183332,15.3936205,21.545776,37.902397,137.54219,14.556395,11.177177,113.63177,20.126404,4282.49,38.24501,32.815624,24.797972,36.722797,295.0375,78.02349,52.759377,16.01831,19.244137,37.597466,120.11963,191.7421,83.45937,283.2815,62.537067,44.171284,126.60105,223.42874,854.9446,155.54973,8.404225,15.153438,8.943036,206.88553,13699.529,7.065746,41.080204,61.50604,29.058546,339.52087,49.17875,196.86836,4.770361,148.22563,691.864,522.7281,66.99875,837.48444,57.627914,88.87414,126.66308,32.647522,5.7798944,23.076523,1058.3431,2.1150491,4.11215,136.81189,8.984107,5.3340673,30.929165,40.214676,425.54074,99.396095,169.99098,1657.4353,158.08693,2210.871,1863.8442,12.135,12.453647,7896.4023,10.861947,26.561459,317.5108,43.102753,87.4595,47.98421,245.87897,1177.9803,285.07074,6.215375,49.63434,350.83612,2252.516,43.210865,157.53914,14.847813,1.2892703,55.354897,1.1311971,0.8320368,2.6899061,13.19512,47.6705,141.59755,27.014584,1873.2291,51.24583,17.449999,23.85,6.4637504,57.51719,4.4239583,2.2210834,5.933125,58.569378,0.041410718,1.9406743,4.358066,40.164062,14.926965,1.7448125,13.526056,582.4223,55.017612,1062.9811,25.394842,1840.8289,47.58734,712.3742,710.70264,18.89207,13.975545,1277.9666,1902.6914,4843.5654,597.7879 +2023-04-29 22:00:00,0.0,4308.274,45.610584,27.501633,15.30397,43.868507,207.77017,33.953,72.12446,24.42224,39.333073,370.04236,605.62494,21.93411,49.09998,3.9609246,0.9248232,37.840706,18.55869,10.340583,500.79953,2.9455378,358.6005,102.10914,2.9646382,12.381936,122.94075,50.358334,249.39168,210.55016,2881.5415,2.410175,2330.8218,11.482814,2.9299963,1.7700672,14.816543,227.6045,276.9294,69.83233,110.48055,32.41987,9.6454115,857.3333,16.5408,64.63214,60.392643,402.614,15.122193,371.8621,12.675056,50.149155,0.0,3936.2527,9065.964,7.023432,52.977787,55.40248,31806.957,120.95562,5.09133,62.8723,95.232544,55.03809,15.655756,42.08951,695.1799,86.261635,43.90199,5.3745675,10.114834,885.2785,6.908066,309.40012,69.29125,2326.2153,93.56574,124.52928,161.72548,265.84262,15.675806,29.765938,109.01096,13.167329,15.380267,21.558214,37.90511,137.42159,14.561761,11.181615,113.6527,20.12668,4282.087,38.260483,32.785416,24.797884,36.733234,294.9435,78.00795,52.75903,16.024263,19.251354,37.58122,120.13606,191.62689,83.46181,283.2936,62.58128,44.1692,126.62014,223.52028,856.0603,155.59293,8.4017725,15.165348,8.934404,207.14017,13713.365,7.056823,41.059067,61.37495,29.057003,339.53067,49.09435,196.74548,4.7654505,148.3006,691.52094,522.15265,66.976364,837.0424,57.51083,88.826965,126.73885,32.590385,5.7682843,23.047897,1059.094,2.103751,4.0970707,136.63107,8.982579,5.3332334,30.868927,40.170963,425.13638,99.29809,169.97319,1656.874,158.21503,2211.3289,1864.2396,12.141696,12.4649315,7906.003,10.857389,26.585417,317.51367,43.13228,87.516556,48.014034,246.08838,1179.0637,285.11063,6.2195673,49.659733,351.25552,2255.0752,43.264595,157.64139,14.858079,1.2889214,55.356804,1.1309193,0.83116317,2.686649,13.199467,47.70122,141.77177,27.007872,1875.5295,51.27685,17.457142,23.855556,6.464564,57.493404,4.426157,2.2207963,5.9337497,58.565098,0.040829368,1.9398445,4.3574486,40.171875,14.927024,1.7425972,13.542488,583.0853,55.07826,1064.1893,25.416534,1842.8055,47.62516,712.173,711.46246,18.911366,13.981119,1279.2993,1904.7938,4847.864,597.5759 +2023-04-29 23:00:00,0.0,4309.3486,45.63502,27.521898,15.315808,43.87986,207.81311,33.95831,72.13419,24.42181,39.330437,370.3379,605.97925,21.937735,49.139214,3.951865,0.9232069,37.845936,18.566113,10.329456,500.89224,2.9449973,358.69373,102.09681,2.9576495,12.28683,122.95421,50.34455,248.97917,210.49927,2883.1191,2.398682,2330.7256,11.408299,2.9188564,1.7615589,14.768001,227.65356,276.94836,69.463234,110.548615,32.440258,9.646201,857.3058,16.323874,64.617195,60.422356,402.85056,15.111624,372.0019,12.676976,50.136204,0.0,3938.187,9072.52,7.029956,53.008392,55.44441,31820.387,121.03465,5.09544,62.872814,95.2128,55.0604,15.663075,42.063725,695.52234,86.338104,43.91005,5.377223,10.11689,885.5712,6.9175715,309.15076,69.328125,2325.3994,93.58565,124.468765,161.68054,265.83078,15.653921,29.741507,108.73234,13.151325,15.366914,21.57065,37.90782,137.30098,14.567128,11.186051,113.67364,20.126955,4281.6836,38.27596,32.755207,24.797796,36.74367,294.84955,77.99241,52.758682,16.030214,19.258572,37.564972,120.1525,191.51169,83.46424,283.3057,62.625492,44.167118,126.63924,223.6118,857.17596,155.63614,8.39932,15.177258,8.925774,207.3948,13727.202,7.0478997,41.03793,61.243862,29.055462,339.54044,49.009953,196.6226,4.76054,148.37558,691.1779,521.5772,66.95399,836.6004,57.393745,88.7798,126.81463,32.53325,5.756675,23.019272,1059.8448,2.092453,4.0819907,136.45026,8.981051,5.332399,30.80869,40.12725,424.73203,99.20009,169.95541,1656.3127,158.34312,2211.7866,1864.635,12.148392,12.476216,7915.604,10.852832,26.609375,317.51654,43.161808,87.57361,48.04386,246.2978,1180.1472,285.1505,6.2237597,49.685127,351.67493,2257.6343,43.318325,157.74365,14.868345,1.2885723,55.358715,1.1306416,0.83028954,2.6833918,13.2038145,47.731945,141.94598,27.001158,1877.83,51.30787,17.464285,23.86111,6.4653773,57.46962,4.428356,2.2205093,5.934375,58.56082,0.040248018,1.9390147,4.356831,40.179688,14.927084,1.7403818,13.558921,583.74835,55.1389,1065.3976,25.438227,1844.7822,47.66298,711.97174,712.22235,18.93066,13.986693,1280.6322,1906.8961,4852.162,597.36395 +2023-04-30 00:00:00,0.0,4310.4233,45.65946,27.542166,15.327646,43.891212,207.85605,33.963615,72.14393,24.421383,39.3278,370.63342,606.33356,21.941359,49.178444,3.9428053,0.9215906,37.851166,18.573536,10.31833,500.985,2.9444568,358.78693,102.08448,2.9506605,12.191724,122.96767,50.33077,248.56667,210.4484,2884.6968,2.387189,2330.6294,11.333786,2.9077168,1.7530506,14.71946,227.70262,276.96735,69.09414,110.61667,32.460648,9.646991,857.27826,16.106947,64.60226,60.452065,403.0871,15.101053,372.1417,12.678897,50.123257,0.0,3940.1213,9079.076,7.0364795,53.039,55.486336,31833.816,121.11368,5.09955,62.87333,95.19306,55.082703,15.670395,42.037937,695.86487,86.41458,43.918106,5.3798785,10.118946,885.8639,6.927077,308.90137,69.365,2324.5833,93.60556,124.408264,161.6356,265.81897,15.632036,29.717075,108.453705,13.135322,15.3535595,21.583088,37.91053,137.18036,14.5724945,11.190489,113.69457,20.127232,4281.2803,38.29143,32.725,24.797707,36.754112,294.75555,77.97687,52.758335,16.036165,19.265789,37.548725,120.16893,191.39648,83.46667,283.31778,62.669704,44.165035,126.65833,223.70332,858.2917,155.67935,8.396867,15.189167,8.917143,207.64944,13741.038,7.038977,41.016796,61.112774,29.053919,339.55023,48.925552,196.49973,4.7556295,148.45056,690.83484,521.0017,66.9316,836.1584,57.276665,88.73263,126.890396,32.476112,5.745065,22.990646,1060.5958,2.0811548,4.066911,136.26945,8.979524,5.3315644,30.748451,40.08354,424.32767,99.10208,169.93762,1655.7516,158.4712,2212.2444,1865.0305,12.155087,12.487501,7925.2046,10.848274,26.633333,317.51938,43.191334,87.63067,48.073685,246.50723,1181.2306,285.1904,6.2279525,49.71052,352.09433,2260.1934,43.372055,157.8459,14.878612,1.2882234,55.360622,1.1303638,0.82941586,2.6801348,13.208161,47.762665,142.1202,26.994446,1880.1302,51.338886,17.471428,23.866667,6.466191,57.445835,4.4305553,2.2202222,5.935,58.55654,0.039666668,1.9381847,4.356213,40.1875,14.927143,1.7381666,13.575354,584.4114,55.199547,1066.6058,25.459919,1846.759,47.700794,711.7705,712.9822,18.949955,13.992268,1281.965,1908.9985,4856.4604,597.152 +2023-04-30 01:00:00,0.0,4311.498,45.683895,27.562433,15.339484,43.90256,207.89899,33.968925,72.153656,24.420954,39.32517,370.92896,606.6878,21.944983,49.217674,3.9337459,0.9199744,37.856396,18.58096,10.307204,501.07773,2.943916,358.88016,102.07215,2.9436715,12.096618,122.98113,50.316986,248.15417,210.3975,2886.2742,2.375696,2330.5334,11.259273,2.8965771,1.7445424,14.6709175,227.75168,276.9863,68.725044,110.68472,32.481037,9.64778,857.2508,15.890019,64.58731,60.481777,403.32364,15.090484,372.2815,12.680818,50.110306,0.0,3942.056,9085.632,7.043003,53.069607,55.528263,31847.246,121.1927,5.1036596,62.873848,95.17332,55.10501,15.677714,42.01215,696.20734,86.49106,43.926167,5.382534,10.121002,886.1566,6.9365826,308.652,69.40188,2323.7673,93.625465,124.347755,161.59067,265.80716,15.610152,29.692646,108.17508,13.119319,15.340206,21.595526,37.913242,137.05975,14.577862,11.194925,113.71551,20.127506,4280.877,38.306904,32.69479,24.797619,36.76455,294.66156,77.96133,52.757988,16.042116,19.273005,37.532482,120.185356,191.28128,83.4691,283.32986,62.713917,44.162952,126.67743,223.79486,859.40735,155.72255,8.394414,15.2010765,8.908512,207.90408,13754.874,7.030054,40.99566,60.981686,29.052376,339.56,48.841156,196.37686,4.750719,148.52553,690.49176,520.4263,66.909225,835.7164,57.15958,88.68546,126.96617,32.418972,5.733455,22.96202,1061.3467,2.0698566,4.0518317,136.08864,8.977996,5.33073,30.688213,40.03983,423.92334,99.00408,169.91985,1655.1903,158.5993,2212.7021,1865.4259,12.161783,12.498786,7934.805,10.843717,26.657291,317.52225,43.220863,87.68772,48.103508,246.71664,1182.3141,285.2303,6.232145,49.73592,352.51373,2262.7524,43.42579,157.94815,14.888877,1.2878745,55.36253,1.1300861,0.82854223,2.6768777,13.212509,47.79339,142.29442,26.987732,1882.4307,51.369907,17.47857,23.872223,6.4670043,57.42205,4.4327545,2.2199352,5.9356246,58.55226,0.03908532,1.9373549,4.3555956,40.195312,14.927202,1.7359513,13.591786,585.07434,55.260193,1067.8142,25.481611,1848.7357,47.738613,711.5693,713.74207,18.96925,13.997843,1283.2979,1911.1008,4860.759,596.94 +2023-04-30 02:00:00,0.0,4312.5728,45.708332,27.582699,15.351323,43.913914,207.94193,33.97423,72.16339,24.420527,39.322533,371.2245,607.0421,21.948606,49.256905,3.9246862,0.9183581,37.86163,18.588385,10.296078,501.17047,2.9433756,358.9734,102.05982,2.9366825,12.001513,122.99459,50.303204,247.74167,210.34663,2887.8518,2.3642027,2330.4373,11.184759,2.8854373,1.736034,14.6223755,227.80074,277.00525,68.35595,110.75278,32.501427,9.648571,857.22327,15.673092,64.57237,60.511486,403.56018,15.079913,372.4213,12.682737,50.097355,0.0,3943.9902,9092.1875,7.049527,53.100212,55.570187,31860.676,121.271736,5.10777,62.874363,95.153564,55.127316,15.685034,41.986362,696.5498,86.567535,43.934223,5.3851895,10.123058,886.44934,6.9460883,308.40265,69.43875,2322.9514,93.64537,124.28725,161.54573,265.79535,15.588267,29.668215,107.89645,13.103315,15.326853,21.607964,37.915955,136.93915,14.583228,11.199363,113.73644,20.127783,4280.4736,38.32238,32.664585,24.797531,36.774986,294.5676,77.94579,52.757637,16.048069,19.280222,37.516235,120.20179,191.16608,83.47153,283.34195,62.75813,44.16087,126.69652,223.88638,860.523,155.76576,8.391961,15.212987,8.899881,208.15872,13768.711,7.0211315,40.97452,60.850597,29.050833,339.5698,48.756756,196.25398,4.7458086,148.60051,690.14874,519.85077,66.88684,835.2743,57.042496,88.63829,127.04195,32.361835,5.7218456,22.933395,1062.0975,2.0585585,4.036752,135.90784,8.976468,5.3298955,30.627975,39.996117,423.51898,98.906075,169.90207,1654.629,158.7274,2213.16,1865.8213,12.168479,12.51007,7944.406,10.839159,26.681252,317.52512,43.25039,87.74478,48.133335,246.92607,1183.3975,285.27017,6.236337,49.761314,352.93314,2265.3115,43.47952,158.05042,14.899143,1.2875255,55.36444,1.1298083,0.82766855,2.6736207,13.216857,47.824112,142.46863,26.98102,1884.7311,51.400925,17.485714,23.877777,6.467818,57.398262,4.4349537,2.2196481,5.9362497,58.547985,0.03850397,1.9365251,4.354978,40.203125,14.927262,1.733736,13.608219,585.73737,55.320835,1069.0225,25.503304,1850.7124,47.776432,711.36804,714.5019,18.988546,14.003417,1284.6306,1913.2031,4865.0566,596.728 +2023-04-30 03:00:00,0.0,4313.6475,45.73277,27.602966,15.363161,43.925262,207.98488,33.97954,72.17312,24.4201,39.319897,371.52,607.39636,21.95223,49.29614,3.9156265,0.9167418,37.86686,18.595808,10.284951,501.2632,2.9428349,359.06662,102.04749,2.9296937,11.906406,123.00806,50.289425,247.32918,210.29575,2889.4294,2.3527098,2330.341,11.110246,2.8742976,1.7275257,14.573835,227.8498,277.0242,67.986855,110.82083,32.521816,9.649361,857.19574,15.456165,64.55743,60.541195,403.79672,15.069343,372.5611,12.684658,50.084404,0.0,3945.9246,9098.744,7.056051,53.130817,55.612114,31874.105,121.35076,5.11188,62.874878,95.13382,55.149624,15.692353,41.960575,696.89233,86.64401,43.942284,5.387845,10.125114,886.74207,6.9555936,308.1533,69.475624,2322.1355,93.66528,124.22673,161.50081,265.78354,15.566382,29.643784,107.61782,13.087312,15.3134985,21.6204,37.918667,136.81853,14.588595,11.203799,113.75738,20.128057,4280.0703,38.337852,32.634377,24.797443,36.785423,294.4736,77.93025,52.75729,16.05402,19.28744,37.49999,120.21822,191.05087,83.47396,283.35403,62.80234,44.158787,126.715614,223.9779,861.63873,155.80898,8.389508,15.224896,8.89125,208.41336,13782.547,7.0122085,40.95339,60.71951,29.04929,339.57956,48.67236,196.1311,4.740898,148.67549,689.80566,519.2753,66.86446,834.8323,56.925415,88.591125,127.117714,32.3047,5.7102356,22.90477,1062.8484,2.0472605,4.0216722,135.72702,8.97494,5.329061,30.567738,39.952408,423.11462,98.808075,169.88428,1654.0679,158.8555,2213.6177,1866.2167,12.175175,12.521355,7954.0063,10.834601,26.70521,317.52798,43.27992,87.801834,48.16316,247.1355,1184.4808,285.3101,6.2405295,49.78671,353.35254,2267.8706,43.53325,158.15266,14.9094095,1.2871766,55.36635,1.1295305,0.8267949,2.6703634,13.221204,47.85483,142.64285,26.974306,1887.0314,51.431942,17.492857,23.883333,6.4686313,57.374477,4.4371524,2.219361,5.936875,58.543705,0.03792262,1.9356952,4.35436,40.210938,14.927321,1.7315208,13.624652,586.4004,55.38148,1070.2307,25.524998,1852.6891,47.81425,711.1668,715.2618,19.007841,14.008991,1285.9634,1915.3055,4869.355,596.51605 +2023-04-30 04:00:00,0.0,4314.722,45.757206,27.623234,15.374999,43.936615,208.02782,33.984848,72.18285,24.41967,39.31726,371.81552,607.7507,21.955854,49.33537,3.906567,0.91512555,37.87209,18.603231,10.273826,501.35596,2.9422944,359.15985,102.035164,2.9227047,11.8113,123.021515,50.275642,246.91667,210.24487,2891.007,2.3412166,2330.2449,11.035732,2.863158,1.7190175,14.525293,227.89885,277.04315,67.61776,110.888885,32.542206,9.65015,857.1682,15.239238,64.54249,60.570908,404.03326,15.058773,372.7009,12.686579,50.071453,0.0,3947.859,9105.3,7.062575,53.161423,55.65404,31887.535,121.42979,5.1159897,62.875393,95.114075,55.17193,15.699673,41.934788,697.2348,86.72049,43.95034,5.3905005,10.127171,887.0347,6.9650993,307.90393,69.5125,2321.3193,93.68519,124.16623,161.45587,265.77173,15.544498,29.619352,107.33919,13.071308,15.300145,21.632837,37.92138,136.69792,14.593962,11.208237,113.77831,20.128334,4279.667,38.353325,32.604168,24.797356,36.795864,294.37964,77.91471,52.756943,16.05997,19.294657,37.48374,120.23466,190.93567,83.47639,283.36615,62.846554,44.156704,126.73471,224.06944,862.7544,155.85217,8.387055,15.236806,8.882619,208.668,13796.383,7.0032854,40.93225,60.588425,29.047749,339.58932,48.58796,196.00824,4.7359877,148.75046,689.4626,518.6999,66.84208,834.39026,56.80833,88.54395,127.19349,32.247562,5.698626,22.876144,1063.5994,2.0359623,4.0065928,135.54622,8.9734125,5.3282266,30.5075,39.908695,422.71027,98.71007,169.8665,1653.5066,158.98358,2214.0754,1866.612,12.181871,12.5326395,7963.607,10.830044,26.729168,317.53082,43.309444,87.85889,48.19298,247.34491,1185.5643,285.34998,6.244722,49.812103,353.77194,2270.4294,43.586983,158.25491,14.919676,1.2868276,55.36826,1.1292528,0.8259213,2.6671064,13.225552,47.885555,142.81706,26.967594,1889.3318,51.462963,17.5,23.88889,6.4694448,57.350693,4.4393516,2.219074,5.9375,58.539425,0.03734127,1.9348654,4.3537426,40.21875,14.9273815,1.7293055,13.641085,587.0634,55.442127,1071.4391,25.54669,1854.6658,47.85207,710.9656,716.0216,19.027136,14.014565,1287.2963,1917.4078,4873.6533,596.3041 +2023-04-30 05:00:00,0.0,4315.797,45.781643,27.6435,15.386838,43.947968,208.07076,33.990158,72.19259,24.419243,39.31463,372.11105,608.1049,21.959478,49.3746,3.8975074,0.91350925,37.87732,18.610655,10.262699,501.4487,2.9417539,359.25308,102.022835,2.9157157,11.716194,123.03497,50.26186,246.50417,210.19398,2892.5847,2.3297236,2330.149,10.961218,2.852018,1.7105092,14.476751,227.9479,277.0621,67.248665,110.95695,32.562595,9.65094,857.1407,15.022311,64.52754,60.600616,404.2698,15.0482025,372.8407,12.6884985,50.058502,0.0,3949.7935,9111.855,7.0690985,53.19203,55.69597,31900.965,121.50882,5.1201,62.87591,95.09433,55.194237,15.706992,41.909,697.5773,86.79696,43.9584,5.393156,10.129226,887.32745,6.974605,307.65457,69.54938,2320.5034,93.70509,124.10572,161.41093,265.7599,15.522614,29.594923,107.06056,13.055305,15.286792,21.645275,37.924088,136.57732,14.599329,11.212674,113.79925,20.128609,4279.2637,38.3688,32.57396,24.797268,36.8063,294.28564,77.89917,52.756596,16.065922,19.301874,37.4675,120.25109,190.82047,83.47882,283.37823,62.890766,44.15462,126.7538,224.16096,863.8701,155.89539,8.3846035,15.248715,8.873988,208.92264,13810.22,6.994363,40.911114,60.457336,29.046206,339.59912,48.503563,195.88536,4.731077,148.82544,689.11957,518.1244,66.8197,833.94824,56.691246,88.49679,127.269264,32.190426,5.6870165,22.847519,1064.3502,2.0246642,3.991513,135.3654,8.971885,5.327392,30.447262,39.864983,422.3059,98.61207,169.84871,1652.9453,159.11168,2214.5332,1867.0074,12.188567,12.543924,7973.208,10.825486,26.753126,317.5337,43.338974,87.91595,48.22281,247.55434,1186.6477,285.38986,6.2489147,49.837498,354.19135,2272.9885,43.640713,158.35718,14.929942,1.2864786,55.370167,1.128975,0.8250476,2.6638494,13.229898,47.91628,142.99127,26.96088,1891.6322,51.49398,17.507143,23.894444,6.470258,57.32691,4.4415507,2.218787,5.9381247,58.53515,0.036759924,1.9340355,4.353125,40.226562,14.927441,1.7270902,13.657517,587.72644,55.50277,1072.6473,25.568382,1856.6425,47.88989,710.76434,716.7815,19.04643,14.02014,1288.629,1919.5103,4877.9517,596.0921 +2023-04-30 06:00:00,0.0,4316.8716,45.80608,27.663767,15.398676,43.959316,208.1137,33.99547,72.20232,24.418814,39.311993,372.4066,608.4592,21.963102,49.413834,3.8884478,0.911893,37.88255,18.618078,10.251573,501.54144,2.9412131,359.3463,102.010506,2.9087267,11.621088,123.04844,50.248077,246.09167,210.14311,2894.1624,2.3182304,2330.0527,10.886704,2.8408785,1.702001,14.42821,227.99696,277.08105,66.87957,111.025,32.582985,9.65173,857.11316,14.805384,64.5126,60.63033,404.50635,15.037632,372.9805,12.690419,50.04555,0.0,3951.728,9118.411,7.0756226,53.222637,55.737896,31914.395,121.587845,5.12421,62.876427,95.074585,55.216545,15.714312,41.883213,697.9198,86.873436,43.966457,5.3958116,10.131282,887.6202,6.9841104,307.4052,69.58625,2319.6875,93.725006,124.04521,161.366,265.74808,15.500729,29.570492,106.78193,13.039301,15.2734375,21.657713,37.9268,136.4567,14.604696,11.217111,113.82018,20.128885,4278.86,38.384274,32.54375,24.79718,36.81674,294.19168,77.88363,52.75625,16.071875,19.309092,37.451252,120.267525,190.70526,83.481255,283.39032,62.93498,44.15254,126.772896,224.25249,864.9858,155.93858,8.382151,15.260626,8.865357,209.17728,13824.056,6.98544,40.889977,60.32625,29.044662,339.6089,48.419163,195.76248,4.7261667,148.90042,688.7765,517.54895,66.79732,833.5062,56.57416,88.449615,127.34503,32.133286,5.6754065,22.818893,1065.1011,2.0133662,3.9764335,135.18459,8.970357,5.326558,30.387024,39.821274,421.90155,98.51406,169.83093,1652.3839,159.23978,2214.991,1867.4028,12.195263,12.555209,7982.8086,10.820929,26.777084,317.53656,43.3685,87.973,48.252632,247.76376,1187.7312,285.42975,6.253107,49.862892,354.61075,2275.5476,43.694443,158.45943,14.940208,1.2861297,55.372078,1.1286973,0.824174,2.6605923,13.234246,47.947,143.1655,26.954166,1893.9326,51.524998,17.514286,23.9,6.4710717,57.303123,4.44375,2.2185001,5.93875,58.53087,0.036178574,1.9332056,4.352507,40.234375,14.9275,1.724875,13.67395,588.38947,55.563416,1073.8556,25.590075,1858.6191,47.927708,710.5631,717.5413,19.065725,14.025715,1289.9619,1921.6125,4882.2495,595.8801 +2023-04-30 07:00:00,0.0,4317.9463,45.830517,27.684034,15.410514,43.97067,208.15665,34.000774,72.21205,24.418386,39.309357,372.70212,608.8135,21.966726,49.453064,3.8793883,0.9102767,37.88778,18.625504,10.240446,501.63416,2.9406726,359.43954,101.99818,2.901738,11.525983,123.0619,50.234295,245.67917,210.09224,2895.74,2.3067372,2329.9565,10.812191,2.8297389,1.6934927,14.379668,228.04602,277.1,66.510475,111.093056,32.603374,9.652519,857.08563,14.588457,64.49766,60.660038,404.7429,15.027062,373.1203,12.69234,50.0326,0.0,3953.662,9124.968,7.082146,53.253242,55.77982,31927.824,121.66687,5.1283197,62.87694,95.05485,55.23885,15.721631,41.85743,698.26227,86.94991,43.974518,5.398467,10.133338,887.9129,6.993616,307.15582,69.62312,2318.8716,93.74491,123.9847,161.32106,265.73627,15.478845,29.54606,106.5033,13.023297,15.260084,21.67015,37.929512,136.33609,14.610063,11.221548,113.84112,20.12916,4278.4565,38.399746,32.513542,24.797092,36.82718,294.0977,77.86809,52.7559,16.077826,19.316307,37.435005,120.28396,190.59006,83.48368,283.4024,62.97919,44.150455,126.79199,224.34402,866.1015,155.9818,8.379698,15.272535,8.856727,209.43192,13837.892,6.9765167,40.868843,60.19516,29.04312,339.61868,48.334766,195.6396,4.7212563,148.97539,688.4334,516.97345,66.77494,833.0642,56.45708,88.40244,127.42081,32.07615,5.663797,22.790268,1065.852,2.002068,3.9613538,135.00378,8.968829,5.3257236,30.326786,39.77756,421.49722,98.41606,169.81314,1651.8228,159.36787,2215.4487,1867.7982,12.201959,12.566494,7992.409,10.816371,26.801043,317.53943,43.39803,88.03005,48.282455,247.97318,1188.8146,285.46964,6.2572994,49.888287,355.03015,2278.1067,43.748173,158.56168,14.950475,1.2857808,55.373985,1.1284195,0.82330036,2.657335,13.238594,47.977722,143.3397,26.947454,1896.2329,51.55602,17.521427,23.905556,6.471885,57.27934,4.445949,2.218213,5.939375,58.52659,0.035597224,1.9323758,4.3518896,40.242188,14.92756,1.7226597,13.690383,589.0525,55.62406,1075.0638,25.611767,1860.596,47.965523,710.36194,718.3012,19.08502,14.031289,1291.2947,1923.715,4886.548,595.66815 +2023-04-30 08:00:00,0.0,4319.021,45.854954,27.7043,15.422352,43.982018,208.19958,34.006084,72.22179,24.41796,39.306725,372.99762,609.1678,21.97035,49.492294,3.8703287,0.9086604,37.89301,18.632927,10.229321,501.7269,2.9401321,359.53278,101.98585,2.894749,11.430877,123.075356,50.220512,245.26668,210.04135,2897.3176,2.2952442,2329.8606,10.737678,2.818599,1.6849843,14.331126,228.09508,277.11896,66.14138,111.16111,32.623764,9.65331,857.05817,14.37153,64.48272,60.68975,404.97943,15.016492,373.2601,12.69426,50.01965,0.0,3955.5967,9131.523,7.0886703,53.283848,55.821747,31941.254,121.7459,5.13243,62.877457,95.0351,55.261158,15.7289505,41.831642,698.60474,87.02639,43.982574,5.4011226,10.135394,888.20557,7.003122,306.90646,69.66,2318.0557,93.76482,123.924194,161.27612,265.72446,15.45696,29.52163,106.22467,13.007295,15.246731,21.682587,37.93222,136.21548,14.61543,11.225985,113.86205,20.129436,4278.053,38.415222,32.483334,24.797005,36.837616,294.0037,77.852554,52.755554,16.083776,19.323524,37.41876,120.30039,190.47485,83.486115,283.4145,63.023403,44.148373,126.81109,224.43555,867.21716,156.02501,8.377245,15.284445,8.848095,209.68655,13851.729,6.967594,40.847706,60.06407,29.041576,339.62845,48.250366,195.51674,4.716346,149.05037,688.0904,516.398,66.75256,832.6222,56.339996,88.35528,127.49658,32.019012,5.652187,22.761642,1066.6029,1.9907699,3.9462743,134.82297,8.967301,5.324889,30.266548,39.73385,421.09286,98.318054,169.79536,1651.2615,159.49596,2215.9065,1868.1936,12.208654,12.577779,8002.01,10.811813,26.825,317.5423,43.42756,88.08711,48.312283,248.1826,1189.8981,285.50952,6.261492,49.91368,355.44955,2280.6658,43.801907,158.66394,14.960741,1.2854317,55.375896,1.1281418,0.8224267,2.654078,13.242941,48.008446,143.51393,26.94074,1898.5333,51.587036,17.52857,23.911112,6.4726987,57.255554,4.448148,2.217926,5.9399996,58.522312,0.035015874,1.931546,4.351272,40.25,14.927619,1.7204444,13.706816,589.71545,55.684704,1076.2722,25.63346,1862.5726,48.00334,710.1607,719.06104,19.104315,14.036863,1292.6276,1925.8173,4890.846,595.45624 +2023-04-30 09:00:00,0.0,4320.0957,45.87939,27.724567,15.434191,43.99337,208.24252,34.01139,72.231514,24.41753,39.30409,373.29315,609.52203,21.973974,49.53153,3.861269,0.9070442,37.898243,18.64035,10.218194,501.81964,2.9395914,359.626,101.97352,2.88776,11.335771,123.08882,50.20673,244.85417,209.99048,2898.8953,2.283751,2329.7644,10.663164,2.8074594,1.6764761,14.282585,228.14413,277.1379,65.772285,111.229164,32.644154,9.654099,857.03064,14.154603,64.46777,60.71946,405.21597,15.005921,373.3999,12.69618,50.0067,0.0,3957.5312,9138.079,7.095194,53.314457,55.863674,31954.684,121.82493,5.13654,62.877975,95.01536,55.283463,15.73627,41.805855,698.94727,87.10287,43.990635,5.403778,10.13745,888.4983,7.0126276,306.6571,69.69688,2317.2395,93.78472,123.86369,161.23119,265.71265,15.435075,29.4972,105.946045,12.991291,15.2333765,21.695024,37.934933,136.09488,14.620796,11.230422,113.88298,20.129711,4277.65,38.430695,32.453125,24.796917,36.848053,293.90973,77.83701,52.755207,16.089727,19.330742,37.402515,120.316826,190.35965,83.48854,283.42657,63.06761,44.14629,126.83018,224.52708,868.3328,156.0682,8.374792,15.296354,8.839464,209.9412,13865.564,6.958671,40.82657,59.932983,29.040035,339.63824,48.16597,195.39386,4.7114353,149.12535,687.7473,515.8226,66.73018,832.1802,56.22291,88.308105,127.57235,31.961874,5.6405773,22.733017,1067.3538,1.9794718,3.9311945,134.64217,8.965774,5.3240547,30.20631,39.69014,420.6885,98.220055,169.77759,1650.7002,159.62405,2216.3643,1868.589,12.215351,12.589064,8011.6104,10.807256,26.848959,317.54514,43.457085,88.144165,48.342106,248.39201,1190.9814,285.54944,6.2656846,49.939075,355.86896,2283.2249,43.855637,158.76619,14.971007,1.2850828,55.377804,1.127864,0.82155305,2.650821,13.247289,48.039165,143.68814,26.934029,1900.8337,51.618053,17.535713,23.916666,6.473512,57.23177,4.450347,2.217639,5.9406247,58.518032,0.034434527,1.9307162,4.350654,40.257812,14.927679,1.718229,13.7232485,590.3785,55.74535,1077.4805,25.655153,1864.5493,48.04116,709.9595,719.8209,19.12361,14.042438,1293.9603,1927.9196,4895.1445,595.24426 +2023-04-30 10:00:00,0.0,4321.1704,45.903828,27.744835,15.446029,44.004723,208.28546,34.0167,72.24125,24.417103,39.301453,373.58868,609.87634,21.977598,49.57076,3.8522096,0.9054279,37.903473,18.647774,10.2070675,501.91238,2.939051,359.7192,101.96118,2.880771,11.2406645,123.10228,50.192947,244.44167,209.93959,2900.473,2.272258,2329.6682,10.58865,2.7963197,1.6679678,14.234043,228.19319,277.1569,65.40319,111.297226,32.664543,9.654889,857.0031,13.937675,64.452835,60.749172,405.4525,14.995352,373.5397,12.698101,49.99375,0.0,3959.4658,9144.635,7.101718,53.345062,55.9056,31968.113,121.90395,5.14065,62.87849,94.99561,55.30577,15.743589,41.780067,699.28973,87.17934,43.99869,5.4064336,10.139506,888.791,7.022133,306.40775,69.73375,2316.4236,93.804634,123.80318,161.18625,265.70084,15.413191,29.472769,105.66741,12.975287,15.220023,21.707462,37.937645,135.97426,14.6261635,11.2348585,113.903915,20.129988,4277.2466,38.446167,32.422916,24.79683,36.85849,293.81573,77.82147,52.75486,16.09568,19.33796,37.38627,120.33326,190.24445,83.490974,283.4387,63.111824,44.144207,126.84927,224.6186,869.44855,156.11142,8.372339,15.308265,8.830833,210.19583,13879.4,6.949748,40.80543,59.801895,29.038492,339.648,48.081573,195.27098,4.706525,149.20032,687.40424,515.2471,66.7078,831.73816,56.10583,88.26094,127.648125,31.904737,5.628968,22.704391,1068.1046,1.9681736,3.916115,134.46135,8.964246,5.3232203,30.146072,39.646427,420.28415,98.12205,169.7598,1650.139,159.75215,2216.822,1868.9845,12.222047,12.600348,8021.2114,10.802698,26.872917,317.548,43.486614,88.201225,48.37193,248.60144,1192.0648,285.58932,6.269877,49.964474,356.28836,2285.784,43.909367,158.86844,14.981273,1.2847339,55.379715,1.1275862,0.82067937,2.647564,13.2516365,48.06989,143.86235,26.927315,1903.134,51.649075,17.542856,23.922222,6.4743257,57.207985,4.452546,2.217352,5.94125,58.513752,0.033853177,1.9298862,4.3500366,40.265625,14.927738,1.7160138,13.739681,591.0415,55.805996,1078.6887,25.676846,1866.526,48.07898,709.75824,720.58075,19.142904,14.048012,1295.2932,1930.022,4899.4424,595.0323 +2023-04-30 11:00:00,0.0,4322.2456,45.928265,27.7651,15.457867,44.01607,208.3284,34.022007,72.250984,24.416674,39.298817,373.88422,610.2306,21.981222,49.60999,3.84315,0.9038116,37.908703,18.655197,10.195941,502.00513,2.9385104,359.81244,101.94885,2.8737822,11.145558,123.11574,50.179165,244.02917,209.88872,2902.0505,2.2607648,2329.572,10.514136,2.7851799,1.6594595,14.185503,228.24225,277.17584,65.034096,111.36528,32.684933,9.655679,856.9756,13.720749,64.43789,60.77888,405.68906,14.984781,373.6795,12.700021,49.9808,0.0,3961.4,9151.191,7.1082416,53.375668,55.94753,31981.543,121.98299,5.14476,62.879005,94.975876,55.32808,15.750909,41.75428,699.6322,87.25581,44.006752,5.409089,10.141562,889.0837,7.0316386,306.1584,69.77062,2315.6077,93.82454,123.74267,161.14131,265.689,15.391306,29.448338,105.38879,12.959284,15.20667,21.7199,37.940357,135.85365,14.63153,11.239296,113.92485,20.130262,4276.8433,38.461643,32.392708,24.796741,36.86893,293.72177,77.80593,52.754513,16.101631,19.345177,37.37002,120.34969,190.12924,83.4934,283.45078,63.156036,44.142124,126.86837,224.71013,870.5642,156.15463,8.369886,15.320174,8.822203,210.45047,13893.237,6.9408255,40.784298,59.670807,29.03695,339.65778,47.997173,195.1481,4.7016144,149.2753,687.0612,514.67163,66.68542,831.29614,55.988747,88.21377,127.72389,31.8476,5.6173577,22.675766,1068.8556,1.9568756,3.9010353,134.28053,8.962718,5.322386,30.085835,39.602715,419.8798,98.02405,169.74202,1649.5776,159.88023,2217.2798,1869.3799,12.228743,12.611632,8030.812,10.798141,26.896875,317.55087,43.51614,88.25828,48.401756,248.81087,1193.1483,285.6292,6.2740693,49.98987,356.70776,2288.343,43.963097,158.9707,14.991539,1.284385,55.381622,1.1273085,0.81980574,2.6443067,13.255983,48.100613,144.03658,26.920603,1905.4344,51.68009,17.55,23.927778,6.475139,57.1842,4.4547453,2.2170649,5.941875,58.509476,0.033271827,1.9290564,4.349419,40.273438,14.927798,1.7137985,13.756114,591.7045,55.86664,1079.897,25.698538,1868.5027,48.1168,709.557,721.34064,19.162199,14.053587,1296.626,1932.1243,4903.7407,594.8203 +2023-04-30 12:00:00,0.0,4323.3203,45.9527,27.785368,15.469706,44.027424,208.37135,34.027317,72.26071,24.416246,39.296185,374.17972,610.5849,21.984846,49.64922,3.8340902,0.90219533,37.913933,18.662622,10.184815,502.09787,2.9379697,359.90567,101.93652,2.8667932,11.050453,123.1292,50.165386,243.61667,209.83783,2903.6282,2.2492719,2329.476,10.439623,2.7740402,1.6509513,14.136961,228.2913,277.1948,64.665,111.433334,32.705322,9.656468,856.94806,13.503822,64.42294,60.808594,405.9256,14.974212,373.8193,12.7019415,49.96785,0.0,3963.3345,9157.747,7.114765,53.406273,55.989452,31994.973,122.06201,5.14887,62.87952,94.95613,55.350384,15.758228,41.728493,699.97473,87.33229,44.01481,5.4117446,10.143619,889.3764,7.0411444,305.90903,69.8075,2314.7917,93.844444,123.68216,161.09637,265.6772,15.369421,29.423908,105.11015,12.94328,15.1933155,21.732338,37.94307,135.73305,14.636897,11.243732,113.945786,20.130539,4276.44,38.477116,32.3625,24.796654,36.879368,293.62778,77.79039,52.754166,16.107582,19.352394,37.353775,120.36613,190.01404,83.495834,283.46286,63.20025,44.14004,126.88746,224.80167,871.67993,156.19783,8.367434,15.332084,8.813572,210.70511,13907.073,6.9319024,40.76316,59.53972,29.035406,339.66757,47.912777,195.02524,4.696704,149.35028,686.71814,514.0961,66.66304,830.8541,55.871662,88.1666,127.79967,31.790462,5.605748,22.64714,1069.6064,1.9455774,3.8859558,134.09973,8.96119,5.3215513,30.025597,39.559006,419.47546,97.92604,169.72423,1649.0164,160.00833,2217.7375,1869.7753,12.235438,12.622917,8040.4126,10.793583,26.920834,317.55374,43.54567,88.31533,48.43158,249.02028,1194.2317,285.6691,6.2782617,50.015263,357.12717,2290.902,44.01683,159.07295,15.001805,1.284036,55.38353,1.1270307,0.8189321,2.6410496,13.260331,48.131332,144.21078,26.913889,1907.7349,51.71111,17.557142,23.933332,6.4759526,57.160416,4.456944,2.2167778,5.9424996,58.505196,0.032690477,1.9282266,4.348801,40.28125,14.927857,1.7115833,13.772547,592.36755,55.927284,1081.1053,25.72023,1870.4794,48.154617,709.3558,722.10046,19.181494,14.059161,1297.9589,1934.2267,4908.039,594.60834 +2023-04-30 13:00:00,0.0,4324.395,45.97714,27.805635,15.481544,44.038773,208.41429,34.032627,72.27045,24.41582,39.29355,374.47525,610.93915,21.98847,49.688454,3.8250308,0.90057904,37.919163,18.670046,10.173689,502.1906,2.9374292,359.9989,101.924194,2.8598042,10.955347,123.14266,50.151604,243.20418,209.78696,2905.2058,2.2377787,2329.38,10.365109,2.7629006,1.642443,14.088419,228.34036,277.21375,64.295906,111.50139,32.72571,9.657258,856.92053,13.286895,64.408005,60.838303,406.16214,14.963641,373.9591,12.703862,49.9549,0.0,3965.269,9164.303,7.1212893,53.436882,56.03138,32008.402,122.14104,5.15298,62.880035,94.936386,55.372692,15.765548,41.702705,700.3172,87.40877,44.02287,5.4144,10.145674,889.6691,7.0506496,305.65967,69.844376,2313.9756,93.86436,123.62166,161.05144,265.66537,15.347537,29.399477,104.83153,12.927277,15.179962,21.744774,37.945778,135.61243,14.642263,11.24817,113.96672,20.130814,4276.0366,38.492588,32.33229,24.796566,36.889805,293.53378,77.77485,52.75382,16.113533,19.359612,37.33753,120.38256,189.89883,83.49827,283.47495,63.24446,44.13796,126.906555,224.89319,872.7956,156.24104,8.364981,15.343993,8.80494,210.95975,13920.909,6.9229794,40.742023,59.40863,29.033865,339.67734,47.828377,194.90236,4.6917934,149.42525,686.37506,513.5207,66.640656,830.4121,55.75458,88.11943,127.87544,31.733326,5.594138,22.618515,1070.3573,1.9342793,3.870876,133.91891,8.959662,5.3207173,29.965359,39.515293,419.0711,97.82804,169.70645,1648.4552,160.13643,2218.1953,1870.1707,12.242134,12.634202,8050.013,10.789025,26.944792,317.55658,43.575195,88.37239,48.461403,249.2297,1195.3152,285.70898,6.2824545,50.040657,357.54657,2293.4612,44.07056,159.1752,15.012072,1.283687,55.38544,1.126753,0.81805843,2.6377926,13.264678,48.162056,144.38501,26.907177,1910.0352,51.74213,17.564285,23.938889,6.476766,57.13663,4.459143,2.2164907,5.943125,58.500916,0.03210913,1.9273967,4.3481836,40.289062,14.927917,1.709368,13.78898,593.0306,55.98793,1082.3136,25.741922,1872.456,48.192436,709.15454,722.86035,19.200788,14.064735,1299.2916,1936.329,4912.3374,594.39636 +2023-04-30 14:00:00,0.0,4325.4697,46.001575,27.825901,15.4933815,44.050125,208.45723,34.037933,72.28018,24.41539,39.290913,374.77078,611.29346,21.992094,49.727684,3.8159711,0.89896274,37.924393,18.67747,10.162562,502.28333,2.9368887,360.09213,101.911865,2.8528152,10.860241,123.15612,50.13782,242.79167,209.73607,2906.7834,2.2262857,2329.2837,10.290596,2.7517607,1.6339346,14.039878,228.38942,277.2327,63.92681,111.56944,32.7461,9.658048,856.89307,13.069968,64.39306,60.86801,406.39868,14.953071,374.0989,12.705782,49.941948,0.0,3967.2034,9170.858,7.127813,53.467487,56.073307,32021.832,122.22007,5.15709,62.880554,94.91664,55.394997,15.772867,41.676918,700.6597,87.485245,44.030926,5.4170556,10.14773,889.96185,7.0601554,305.41028,69.88125,2313.1597,93.88426,123.56114,161.0065,265.65356,15.325652,29.375046,104.552895,12.911274,15.166608,21.757212,37.94849,135.49182,14.647631,11.252606,113.987656,20.13109,4275.6333,38.508064,32.302082,24.796478,36.90024,293.43982,77.75931,52.75347,16.119486,19.366827,37.321285,120.398994,189.78363,83.500694,283.48703,63.288673,44.135876,126.92565,224.98471,873.9113,156.28426,8.362528,15.355904,8.796309,211.2144,13934.746,6.914057,40.720886,59.277542,29.032322,339.68713,47.74398,194.77948,4.686883,149.50023,686.03204,512.94525,66.61828,829.9701,55.637497,88.072266,127.95121,31.676188,5.5825286,22.58989,1071.1082,1.9229811,3.8557963,133.73811,8.958135,5.319883,29.90512,39.471584,418.66675,97.730034,169.68866,1647.8939,160.26453,2218.653,1870.566,12.24883,12.645487,8059.614,10.784468,26.96875,317.55945,43.604725,88.42944,48.49123,249.43913,1196.3986,285.74887,6.286647,50.06605,357.96597,2296.0203,44.12429,159.27747,15.022338,1.2833381,55.38735,1.1264752,0.8171848,2.6345356,13.269026,48.19278,144.55922,26.900463,1912.3356,51.773148,17.571428,23.944445,6.4775796,57.112846,4.4613423,2.2162037,5.94375,58.49664,0.03152778,1.9265668,4.3475657,40.296875,14.927977,1.7071527,13.805412,593.69354,56.048573,1083.5219,25.763615,1874.4329,48.23025,708.9533,723.6202,19.220083,14.07031,1300.6244,1938.4314,4916.6353,594.1844 +2023-04-30 15:00:00,0.0,4326.5444,46.026012,27.846169,15.505219,44.061478,208.50017,34.043243,72.28991,24.414963,39.28828,375.0663,611.6477,21.995718,49.766914,3.8069115,0.8973465,37.929626,18.684893,10.151437,502.37607,2.936348,360.18536,101.899536,2.8458264,10.765135,123.169586,50.12404,242.37917,209.6852,2908.361,2.2147925,2329.1875,10.216083,2.740621,1.6254264,13.991336,228.43848,277.25165,63.557716,111.6375,32.766495,9.658838,856.86554,12.853041,64.37812,60.897724,406.63522,14.942501,374.2387,12.707703,49.928997,0.0,3969.1377,9177.415,7.134337,53.498093,56.115234,32035.262,122.299095,5.1612,62.88107,94.8969,55.417305,15.780187,41.65113,701.0022,87.56172,44.038986,5.419711,10.149786,890.2545,7.069661,305.16092,69.91812,2312.3438,93.90417,123.50064,160.96156,265.64175,15.303767,29.350615,104.27427,12.89527,15.1532545,21.76965,37.951202,135.37122,14.652997,11.257044,114.00859,20.131365,4275.23,38.523537,32.271873,24.79639,36.910683,293.34583,77.743774,52.753124,16.125437,19.374044,37.30504,120.41543,189.66841,83.50313,283.4991,63.332886,44.133797,126.94475,225.07625,875.027,156.32745,8.360075,15.367813,8.787679,211.46904,13948.582,6.9051337,40.699753,59.146454,29.030779,339.6969,47.65958,194.65662,4.681972,149.57521,685.68896,512.36975,66.595894,829.5281,55.520412,88.02509,128.027,31.619051,5.570919,22.561264,1071.8591,1.9116831,3.8407168,133.5573,8.956607,5.3190484,29.844883,39.42787,418.2624,97.632034,169.67088,1647.3326,160.39261,2219.1108,1870.9614,12.255526,12.656772,8069.2144,10.77991,26.992708,317.56232,43.63425,88.4865,48.521053,249.64854,1197.4819,285.7888,6.290839,50.091446,358.38538,2298.5793,44.178024,159.37971,15.032604,1.2829891,55.38926,1.1261976,0.8163111,2.6312783,13.273374,48.2235,144.73343,26.893751,1914.636,51.804165,17.578571,23.95,6.478393,57.08906,4.4635415,2.2159166,5.944375,58.49236,0.03094643,1.925737,4.346948,40.304688,14.928036,1.7049375,13.821845,594.35657,56.10922,1084.7302,25.785309,1876.4095,48.26807,708.7521,724.38007,19.239378,14.075884,1301.9573,1940.5337,4920.9336,593.9724 +2023-04-30 16:00:00,0.0,4327.619,46.05045,27.866436,15.517058,44.072826,208.5431,34.04855,72.299644,24.414534,39.285645,375.36185,612.002,21.999342,49.80615,3.7978518,0.8957302,37.934856,18.692316,10.14031,502.4688,2.9358075,360.2786,101.88721,2.8388374,10.670029,123.183044,50.110256,241.96667,209.63432,2909.9387,2.2032993,2329.0916,10.141568,2.7294815,1.6169181,13.942794,228.48755,277.2706,63.18862,111.70556,32.786884,9.659628,856.838,12.636114,64.363174,60.927433,406.87177,14.931931,374.3785,12.709623,49.916046,0.0,3971.0723,9183.971,7.1408606,53.528698,56.15716,32048.691,122.37812,5.16531,62.881584,94.87715,55.43961,15.787506,41.625343,701.34467,87.63819,44.047043,5.422366,10.151842,890.54724,7.0791664,304.91156,69.955,2311.5278,93.92408,123.440125,160.91663,265.6299,15.281882,29.326185,103.995636,12.879267,15.139901,21.782087,37.95391,135.2506,14.658364,11.261481,114.029526,20.131641,4274.8267,38.53901,32.241665,24.796303,36.92112,293.25186,77.72823,52.752777,16.131388,19.381262,37.28879,120.43186,189.5532,83.505554,283.51123,63.377098,44.131714,126.96384,225.16777,876.1427,156.37067,8.357622,15.379723,8.779048,211.72368,13962.418,6.8962107,40.678616,59.015366,29.029236,339.7067,47.575184,194.53374,4.6770616,149.65019,685.3459,511.7943,66.57352,829.08606,55.40333,87.97792,128.10275,31.561913,5.559309,22.532639,1072.61,1.900385,3.825637,133.3765,8.955079,5.318214,29.784645,39.38416,417.85803,97.53403,169.65309,1646.7715,160.5207,2219.5686,1871.3568,12.262222,12.6680565,8078.8154,10.7753525,27.016666,317.5652,43.66378,88.54356,48.550877,249.85797,1198.5654,285.82867,6.2950315,50.11684,358.80478,2301.1384,44.231754,159.48196,15.0428705,1.2826402,55.391167,1.1259198,0.8154375,2.6280212,13.27772,48.254223,144.90765,26.887037,1916.9363,51.835182,17.585714,23.955555,6.4792066,57.065277,4.4657407,2.2156296,5.9449997,58.48808,0.030365082,1.9249071,4.3463306,40.3125,14.928096,1.7027222,13.838277,595.0196,56.169865,1085.9385,25.807001,1878.3862,48.30589,708.55084,725.1399,19.258673,14.081458,1303.29,1942.6361,4925.232,593.76044 +2023-04-30 17:00:00,0.0,4328.694,46.074886,27.886702,15.528896,44.08418,208.58606,34.05386,72.30937,24.414106,39.28301,375.65735,612.35626,22.002966,49.84538,3.7887924,0.8941139,37.940086,18.699741,10.129184,502.56155,2.9352667,360.37183,101.87488,2.8318484,10.5749235,123.19651,50.096474,241.55417,209.58344,2911.516,2.1918063,2328.9954,10.067055,2.7183416,1.6084098,13.894253,228.5366,277.28955,62.819527,111.77361,32.807274,9.660418,856.8105,12.419187,64.348236,60.957146,407.1083,14.92136,374.5183,12.711543,49.903095,0.0,3973.0066,9190.526,7.1473846,53.559303,56.199085,32062.121,122.45715,5.1694202,62.8821,94.8574,55.461918,15.794826,41.599556,701.6872,87.71467,44.055103,5.4250216,10.153898,890.83997,7.088672,304.6622,69.991875,2310.712,93.943985,123.379616,160.8717,265.6181,15.259998,29.301754,103.71701,12.863263,15.126547,21.794523,37.956627,135.12999,14.663731,11.265918,114.05046,20.131916,4274.4233,38.554485,32.21146,24.796215,36.931557,293.15787,77.71269,52.75243,16.137339,19.38848,37.272545,120.448296,189.438,83.50799,283.52332,63.42131,44.12963,126.98293,225.2593,877.25836,156.41388,8.355169,15.391632,8.770416,211.97832,13976.255,6.887288,40.65748,58.884277,29.027693,339.71646,47.490784,194.41086,4.672151,149.72516,685.00287,511.21884,66.55113,828.644,55.286247,87.930756,128.17853,31.504776,5.5476995,22.504013,1073.3608,1.8890868,3.8105576,133.19568,8.953551,5.3173795,29.724407,39.34045,417.4537,97.43603,169.63531,1646.2102,160.6488,2220.0264,1871.7522,12.268918,12.679341,8088.416,10.770795,27.040627,317.56805,43.693306,88.60061,48.580704,250.0674,1199.6488,285.86856,6.299224,50.142235,359.22418,2303.6975,44.285484,159.58423,15.053137,1.2822913,55.393078,1.1256421,0.8145639,2.6247642,13.282068,48.284943,145.08186,26.880325,1919.2367,51.866203,17.592857,23.961111,6.48002,57.041492,4.4679394,2.2153425,5.945625,58.483803,0.029783731,1.9240773,4.3457127,40.320312,14.928155,1.7005069,13.85471,595.6826,56.230507,1087.1467,25.828693,1880.3629,48.343708,708.3496,725.8998,19.277967,14.087033,1304.6229,1944.7384,4929.5303,593.54846 +2023-04-30 18:00:00,0.0,4329.7686,46.099323,27.90697,15.540734,44.095528,208.629,34.05917,72.31911,24.413677,39.280373,375.95288,612.7106,22.00659,49.88461,3.7797327,0.89249766,37.945316,18.707165,10.118057,502.6543,2.9347262,360.46506,101.86255,2.8248594,10.479817,123.20997,50.08269,241.14168,209.53256,2913.0938,2.180313,2328.8992,9.992541,2.707202,1.5999016,13.845711,228.58566,277.3085,62.45043,111.84167,32.827663,9.661207,856.78296,12.20226,64.33329,60.986855,407.34485,14.91079,374.6581,12.713464,49.890144,0.0,3974.941,9197.082,7.1539083,53.589912,56.241013,32075.55,122.53618,5.17353,62.882618,94.83766,55.484226,15.802145,41.57377,702.02966,87.791145,44.06316,5.427677,10.155954,891.1327,7.098178,304.41284,70.02875,2309.8958,93.96389,123.319115,160.82677,265.6063,15.238113,29.277323,103.43838,12.8472595,15.1131935,21.806961,37.959335,135.00938,14.669098,11.270355,114.071396,20.132193,4274.02,38.569958,32.18125,24.796127,36.941994,293.0639,77.69715,52.752083,16.143291,19.395697,37.2563,120.46473,189.3228,83.51042,283.5354,63.465523,44.12755,127.00203,225.35083,878.374,156.45708,8.352717,15.4035425,8.7617855,212.23296,13990.091,6.878365,40.63634,58.753193,29.026152,339.72623,47.406387,194.28798,4.6672406,149.80014,684.6598,510.64337,66.528755,828.20197,55.169163,87.88358,128.2543,31.44764,5.5360894,22.475388,1074.1117,1.8777888,3.7954779,133.01486,8.9520235,5.316545,29.66417,39.296738,417.04935,97.33802,169.61754,1645.6489,160.7769,2220.4841,1872.1476,12.275614,12.690626,8098.0166,10.766237,27.064585,317.5709,43.722836,88.65767,48.610527,250.27681,1200.7323,285.90845,6.3034167,50.16763,359.6436,2306.2563,44.339214,159.68648,15.063403,1.2819422,55.394985,1.1253643,0.8136902,2.6215072,13.286415,48.315666,145.25609,26.873611,1921.5371,51.89722,17.6,23.966667,6.4808335,57.017708,4.4701385,2.2150557,5.94625,58.479523,0.029202383,1.9232475,4.345095,40.328125,14.928215,1.6982917,13.871142,596.34564,56.291153,1088.355,25.850386,1882.3396,48.381527,708.1484,726.6596,19.297262,14.0926075,1305.9557,1946.8407,4933.828,593.3365 +2023-04-30 19:00:00,0.0,4330.8433,46.12376,27.927237,15.552573,44.10688,208.67194,34.064476,72.32884,24.41325,39.27774,376.2484,613.0648,22.010214,49.923843,3.770673,0.89088136,37.950546,18.714588,10.106932,502.74704,2.9341857,360.5583,101.85022,2.8178706,10.384711,123.22343,50.06891,240.72917,209.48167,2914.6714,2.1688201,2328.8032,9.918028,2.6960623,1.5913932,13.797169,228.63472,277.32745,62.081337,111.90972,32.848053,9.661997,856.75543,11.9853325,64.31835,61.016567,407.5814,14.90022,374.7979,12.7153845,49.877193,0.0,3976.8755,9203.639,7.1604323,53.620518,56.28294,32088.98,122.615204,5.17764,62.883133,94.81792,55.50653,15.809464,41.547985,702.37213,87.86762,44.07122,5.4303327,10.1580105,891.42535,7.1076837,304.16348,70.06563,2309.0798,93.983795,123.258606,160.78183,265.59448,15.2162285,29.252893,103.15975,12.831256,15.09984,21.819399,37.962048,134.88878,14.674464,11.274792,114.09233,20.132467,4273.6167,38.58543,32.151043,24.79604,36.952435,292.9699,77.68161,52.751736,16.149242,19.402914,37.240055,120.48116,189.2076,83.51285,283.5475,63.509735,44.125465,127.02112,225.44235,879.48975,156.50029,8.350265,15.415452,8.753155,212.4876,14003.927,6.869442,40.615208,58.622105,29.024609,339.73602,47.321987,194.16512,4.66233,149.87512,684.3167,510.0679,66.50637,827.75995,55.05208,87.83642,128.33008,31.390501,5.52448,22.446762,1074.8627,1.8664906,3.7803984,132.83406,8.950496,5.3157105,29.603931,39.253025,416.645,97.24002,169.59975,1645.0876,160.90498,2220.942,1872.543,12.28231,12.701911,8107.617,10.76168,27.088543,317.57376,43.75236,88.71472,48.64035,250.48624,1201.8157,285.94833,6.307609,50.193024,360.063,2308.8154,44.39295,159.78873,15.073669,1.2815933,55.396896,1.1250865,0.81281656,2.61825,13.290763,48.34639,145.4303,26.8669,1923.8375,51.928238,17.607141,23.972221,6.481647,56.993923,4.4723377,2.2147686,5.9468746,58.475243,0.028621033,1.9224176,4.3444777,40.335938,14.928274,1.6960763,13.887575,597.00867,56.3518,1089.5634,25.872078,1884.3163,48.419346,707.94714,727.4195,19.316557,14.098182,1307.2886,1948.9431,4938.1265,593.1246 +2023-04-30 20:00:00,0.0,4331.918,46.148197,27.947502,15.564411,44.118233,208.71487,34.069786,72.33857,24.412823,39.275105,376.54395,613.4191,22.013838,49.963074,3.7616136,0.8892651,37.955776,18.722012,10.095805,502.83978,2.933645,360.6515,101.83789,2.8108816,10.289605,123.23689,50.05513,240.31667,209.4308,2916.249,2.157327,2328.707,9.843514,2.6849225,1.582885,13.748629,228.68378,277.34644,61.712242,111.977776,32.868443,9.6627865,856.7279,11.768406,64.303406,61.046276,407.81793,14.88965,374.9377,12.717304,49.864246,0.0,3978.8098,9210.194,7.166956,53.651123,56.324867,32102.41,122.69424,5.1817503,62.883648,94.79817,55.52884,15.816784,41.522198,702.71466,87.9441,44.079277,5.432988,10.160067,891.7181,7.117189,303.91412,70.1025,2308.264,94.00371,123.19809,160.7369,265.58267,15.1943445,29.228462,102.88112,12.815252,15.086486,21.831837,37.96476,134.76816,14.6798315,11.279229,114.113266,20.132744,4273.2134,38.600906,32.120834,24.795952,36.96287,292.87592,77.66607,52.75139,16.155193,19.410131,37.22381,120.4976,189.09239,83.51528,283.55957,63.553947,44.123383,127.040215,225.53389,880.6054,156.54349,8.347812,15.4273615,8.744524,212.74223,14017.764,6.8605194,40.59407,58.491016,29.023066,339.7458,47.23759,194.04224,4.6574197,149.95009,683.9737,509.49243,66.48399,827.31793,54.934998,87.789246,128.40585,31.333364,5.5128703,22.418137,1075.6135,1.8551925,3.7653186,132.65324,8.948968,5.314876,29.543694,39.209316,416.24063,97.14201,169.58197,1644.5264,161.03308,2221.3997,1872.9385,12.289005,12.713195,8117.218,10.757122,27.112501,317.57663,43.78189,88.771774,48.670177,250.69565,1202.899,285.98822,6.3118014,50.218422,360.4824,2311.3745,44.44668,159.89099,15.083935,1.2812444,55.398804,1.1248088,0.81194293,2.6149929,13.295111,48.37711,145.6045,26.860186,1926.1378,51.95926,17.614285,23.977777,6.4824605,56.97014,4.474537,2.2144816,5.9474998,58.470966,0.028039685,1.9215877,4.3438597,40.34375,14.928333,1.693861,13.904008,597.6717,56.41244,1090.7716,25.89377,1886.293,48.457165,707.7459,728.1793,19.335852,14.103756,1308.6213,1951.0454,4942.425,592.9126 +2023-04-30 21:00:00,0.0,4332.9927,46.172634,27.96777,15.576249,44.12958,208.75781,34.075092,72.348305,24.412394,39.27247,376.83948,613.7734,22.017462,50.002304,3.752554,0.8876488,37.96101,18.729435,10.084679,502.9325,2.9331045,360.74472,101.82556,2.8038926,10.194499,123.25035,50.041348,239.90417,209.37991,2917.8267,2.145834,2328.6108,9.769001,2.6737828,1.5743767,13.700087,228.73283,277.3654,61.343147,112.04583,32.888832,9.663577,856.70044,11.551478,64.28847,61.07599,408.05447,14.87908,375.0775,12.719225,49.851295,0.0,3980.7441,9216.75,7.17348,53.68173,56.366795,32115.84,122.77326,5.18586,62.884163,94.77843,55.551144,15.824103,41.49641,703.0571,88.02058,44.087337,5.4356437,10.162122,892.0108,7.1266947,303.66473,70.13937,2307.448,94.02361,123.13758,160.69196,265.57086,15.17246,29.204031,102.60249,12.79925,15.0731325,21.844275,37.96747,134.64755,14.685198,11.283666,114.1342,20.133018,4272.81,38.61638,32.090626,24.795864,36.97331,292.78195,77.650536,52.75104,16.161144,19.417347,37.20756,120.51403,188.97719,83.51771,283.57166,63.59816,44.1213,127.05931,225.62541,881.7211,156.5867,8.345359,15.439271,8.735893,212.99687,14031.6,6.8515964,40.572933,58.35993,29.021523,339.75558,47.15319,193.91936,4.652509,150.02507,683.6306,508.91696,66.46161,826.8759,54.817913,87.74208,128.48163,31.276226,5.5012603,22.389511,1076.3644,1.8438944,3.7502391,132.47244,8.94744,5.314042,29.483456,39.165604,415.83627,97.044014,169.56418,1643.9651,161.16118,2221.8574,1873.3339,12.295702,12.72448,8126.8184,10.752564,27.13646,317.5795,43.811417,88.828835,48.7,250.90508,1203.9825,286.02814,6.315994,50.243816,360.9018,2313.9336,44.50041,159.99324,15.094201,1.2808955,55.400715,1.124531,0.81106925,2.6117358,13.299458,48.407833,145.77873,26.853474,1928.4382,51.990276,17.621428,23.983334,6.483274,56.946354,4.476736,2.2141945,5.948125,58.466686,0.027458334,1.9207579,4.343242,40.351562,14.928393,1.6916457,13.920441,598.33466,56.473087,1091.9799,25.915464,1888.2698,48.49498,707.5447,728.9392,19.355146,14.10933,1309.9542,1953.1478,4946.723,592.7006 +2023-04-30 22:00:00,0.0,4334.0674,46.19707,27.988037,15.588087,44.140934,208.80077,34.080402,72.35804,24.411966,39.269833,377.13498,614.1277,22.021086,50.041534,3.7434943,0.8860325,37.96624,18.73686,10.073552,503.02524,2.932564,360.83795,101.81323,2.7969036,10.099394,123.26381,50.027565,239.49167,209.32904,2919.4043,2.1343408,2328.5146,9.694487,2.6626432,1.5658684,13.651545,228.78189,277.38434,60.974052,112.11389,32.90922,9.664367,856.6729,11.334552,64.27352,61.105698,408.29102,14.868509,375.21732,12.721146,49.838345,0.0,3982.6787,9223.306,7.1800036,53.712337,56.40872,32129.27,122.85229,5.18997,62.88468,94.75868,55.573452,15.831423,41.470623,703.3996,88.097046,44.095394,5.438299,10.164178,892.3035,7.1362004,303.41537,70.17625,2306.6318,94.04352,123.07708,160.64702,265.55902,15.150575,29.1796,102.32386,12.783246,15.059779,21.85671,37.97018,134.52695,14.690565,11.288103,114.155136,20.133295,4272.4067,38.63185,32.060417,24.795776,36.983746,292.68796,77.634995,52.750694,16.167097,19.424564,37.19132,120.530464,188.86198,83.52014,283.58377,63.642372,44.119217,127.07841,225.71693,882.8368,156.62991,8.342906,15.451181,8.727262,213.25151,14045.436,6.8426733,40.551796,58.22884,29.019981,339.76535,47.068794,193.79648,4.6475987,150.10005,683.28754,508.34152,66.43923,826.4339,54.70083,87.69491,128.55739,31.21909,5.4896507,22.360886,1077.1152,1.8325963,3.7351594,132.29163,8.945912,5.3132076,29.423218,39.12189,415.43195,96.94601,169.5464,1643.4038,161.28928,2222.3152,1873.7292,12.302398,12.7357645,8136.4194,10.748007,27.160418,317.58234,43.840946,88.88589,48.729824,251.1145,1205.0659,286.06802,6.3201866,50.26921,361.3212,2316.4927,44.55414,160.09549,15.104467,1.2805464,55.402622,1.1242533,0.8101956,2.6084788,13.303805,48.438557,145.95294,26.84676,1930.7386,52.021294,17.62857,23.98889,6.4840875,56.92257,4.478935,2.2139075,5.94875,58.462406,0.026876986,1.9199281,4.3426247,40.359375,14.9284525,1.6894305,13.936873,598.9977,56.533733,1093.1881,25.937157,1890.2465,48.5328,707.34344,729.69904,19.374441,14.114905,1311.287,1955.2501,4951.021,592.48865 +2023-04-30 23:00:00,0.0,4335.142,46.221508,28.008303,15.599926,44.152283,208.8437,34.08571,72.36777,24.411537,39.2672,377.4305,614.48193,22.02471,50.08077,3.7344348,0.8844163,37.97147,18.744284,10.062427,503.11798,2.9320233,360.93118,101.8009,2.7899148,10.004288,123.277275,50.013783,239.07918,209.27815,2920.982,2.1228478,2328.4187,9.619973,2.6515033,1.5573602,13.6030035,228.83095,277.4033,60.604958,112.181946,32.92961,9.665156,856.6454,11.117624,64.25858,61.13541,408.52756,14.85794,375.35712,12.723065,49.825394,0.0,3984.613,9229.862,7.1865277,53.742943,56.450645,32142.7,122.93132,5.1940804,62.885197,94.73894,55.595757,15.838742,41.444836,703.7421,88.17352,44.103455,5.4409547,10.166234,892.5962,7.1457057,303.16602,70.21313,2305.816,94.06343,123.01657,160.60208,265.5472,15.128691,29.15517,102.045235,12.767242,15.046425,21.869148,37.972893,134.40633,14.695931,11.29254,114.17607,20.13357,4272.0034,38.647327,32.03021,24.795689,36.994186,292.594,77.61945,52.750347,16.173048,19.431782,37.17507,120.5469,188.74678,83.52257,283.59586,63.686584,44.117134,127.097496,225.80847,883.9525,156.67311,8.340453,15.463091,8.718631,213.50615,14059.272,6.8337507,40.530663,58.09775,29.018438,339.77515,46.984394,193.67361,4.6426883,150.17502,682.9445,507.76605,66.41685,825.9919,54.583748,87.64774,128.63316,31.161951,5.4780407,22.33226,1077.8662,1.8212981,3.72008,132.11082,8.944385,5.312373,29.36298,39.078182,415.0276,96.84801,169.52861,1642.8427,161.41736,2222.773,1874.1246,12.309093,12.747049,8146.02,10.743449,27.184376,317.5852,43.870472,88.94295,48.75965,251.32391,1206.1494,286.1079,6.324379,50.294605,361.7406,2319.0518,44.607872,160.19775,15.114734,1.2801975,55.404533,1.1239755,0.80932194,2.6052215,13.308152,48.469276,146.12717,26.840048,1933.039,52.052315,17.635714,23.994444,6.484901,56.898785,4.481134,2.2136204,5.9493747,58.45813,0.026295636,1.9190981,4.3420067,40.367188,14.928513,1.6872152,13.953306,599.6607,56.594376,1094.3965,25.958849,1892.2231,48.570618,707.1422,730.4589,19.393736,14.12048,1312.6199,1957.3525,4955.3193,592.2767 +2023-05-01 00:00:00,0.0,4336.217,46.245945,28.02857,15.611764,44.163635,208.88664,34.09102,72.3775,24.41111,39.264565,377.72604,614.83624,22.028334,50.12,3.7253752,0.8828,37.9767,18.751707,10.0513,503.21072,2.9314828,361.0244,101.788574,2.7829258,9.909182,123.29073,50.0,238.66667,209.22728,2922.5596,2.1113546,2328.3225,9.54546,2.6403637,1.5488518,13.5544615,228.88,277.42224,60.235863,112.25,32.95,9.665946,856.61786,10.900698,64.24364,61.16512,408.7641,14.847369,375.49692,12.724986,49.812443,0.0,3986.5474,9236.418,7.1930513,53.77355,56.492573,32156.129,123.010345,5.19819,62.88571,94.71919,55.618065,15.846062,41.41905,704.0846,88.25,44.11151,5.44361,10.16829,892.8889,7.1552114,302.91666,70.25,2305.0,94.083336,122.95606,160.55714,265.5354,15.106806,29.13074,101.7666,12.751239,15.0330715,21.881586,37.975605,134.28572,14.701299,11.296977,114.19701,20.133846,4271.6,38.6628,32.0,24.7956,37.004623,292.5,77.60391,52.75,16.178999,19.439,37.158825,120.56333,188.63158,83.525,283.60794,63.730797,44.11505,127.11659,225.9,885.0682,156.71632,8.338,15.475,8.71,213.76079,14073.108,6.8248277,40.509525,57.966663,29.016895,339.7849,46.899998,193.55074,4.637778,150.25,682.60144,507.19058,66.39447,825.54987,54.466663,87.60057,128.70894,31.104815,5.466431,22.303635,1078.6171,1.8100001,3.7050002,131.93001,8.942857,5.3115387,29.302742,39.03447,414.62323,96.75,169.51083,1642.2814,161.54546,2223.2307,1874.52,12.315789,12.758334,8155.6206,10.738892,27.208334,317.58807,43.9,89.0,48.789474,251.53334,1207.2328,286.1478,6.3285713,50.32,362.16,2321.6108,44.661602,160.3,15.125,1.2798486,55.40644,1.1236978,0.8084483,2.6019645,13.3125,48.5,146.30138,26.833334,1935.3394,52.083332,17.642857,24.0,6.4857144,56.875,4.483333,2.2133334,5.95,58.45385,0.025714288,1.9182683,4.341389,40.375,14.928572,1.685,13.969739,600.3237,56.65502,1095.6047,25.980541,1894.1998,48.608437,706.941,731.21875,19.41303,14.126054,1313.9526,1959.4548,4959.6177,592.0647 +2023-05-01 01:00:00,0.0,4342.9067,46.293594,28.015522,15.620145,44.144386,208.86017,34.082222,72.34201,24.407171,39.245064,378.1985,614.79297,22.018496,50.170025,3.7311366,0.88660276,37.96045,18.791393,10.057731,503.0858,2.9360647,360.99258,101.747246,2.7802424,9.9013605,123.27827,49.981388,238.58632,209.16316,2930.6514,2.1094806,2327.6104,9.535006,2.6383915,1.5475885,13.542818,228.8501,277.42236,60.204094,112.55309,32.94318,9.66716,856.464,10.8928585,64.266655,61.194324,408.8473,14.8854065,375.49484,12.739741,49.851185,0.0,3987.6335,9242.827,7.2174735,53.89079,56.607304,32165.27,123.10701,5.2156143,62.874664,94.72473,55.67825,15.87601,41.42498,704.16815,88.30175,44.10649,5.4546256,10.178126,893.25433,7.210582,303.08246,70.26364,2304.8916,94.13604,123.03194,160.5727,265.2959,15.101287,29.116772,101.69355,12.744323,15.024698,21.92992,38.01916,134.2339,14.706802,11.307929,114.33603,20.121178,4270.8696,38.70181,32.08199,24.87382,37.049927,292.4393,77.65802,52.80343,16.191696,19.450472,37.188904,120.85011,188.65042,83.55424,283.73825,63.7314,44.1626,127.262474,225.91367,885.35,156.78076,8.333568,15.476042,8.709845,213.63748,14075.601,6.8264804,40.48238,57.93221,29.0263,339.87076,46.948967,193.46834,4.638568,150.34073,682.3329,506.88373,66.43458,824.919,54.44861,87.570854,128.98186,31.087767,5.4628034,22.293913,1079.5747,1.8080457,3.7014115,131.86267,8.945949,5.3116326,29.279518,39.00941,414.35547,96.71798,169.46802,1641.5417,161.6046,2223.0286,1874.5347,12.325163,12.77649,8166.551,10.736751,27.253138,317.70587,43.975304,89.12275,48.820457,251.73433,1207.2361,286.20938,6.334572,50.36267,362.7458,2321.4768,44.65556,160.89235,15.181037,1.2793862,55.40672,1.1234643,0.80796534,2.6011434,13.338289,48.594345,146.50305,26.812263,1937.2606,52.27531,17.701132,24.060316,6.500538,56.91969,4.5000224,2.2132998,5.981989,58.539307,0.043317974,1.925327,4.350955,40.35635,14.924943,1.691651,14.007655,600.82263,56.75709,1097.9094,25.998331,1896.8362,48.636868,706.69025,732.78015,19.458036,14.1244,1314.966,1960.6096,4962.335,591.72894 +2023-05-01 02:00:00,0.0,4349.597,46.341244,28.002474,15.628526,44.125134,208.83371,34.073425,72.30651,24.403234,39.22556,378.67093,614.7497,22.008656,50.22005,3.7368982,0.8904056,37.944195,18.831081,10.06416,502.96088,2.940647,360.9608,101.70592,2.777559,9.893539,123.2658,49.96278,238.50598,209.09906,2938.743,2.1076066,2326.8982,9.524551,2.6364193,1.5463251,13.531174,228.82019,277.4225,60.172325,112.856186,32.93636,9.668373,856.3101,10.885018,64.289665,61.22353,408.93048,14.923445,375.4928,12.754497,49.88993,0.0,3988.7197,9249.235,7.2418957,54.008026,56.722034,32174.412,123.20368,5.2330384,62.863617,94.73027,55.738438,15.905957,41.430916,704.2517,88.35349,44.101467,5.4656415,10.1879635,893.61975,7.2659526,303.2483,70.27728,2304.7832,94.18874,123.10783,160.58824,265.05643,15.095768,29.102804,101.62049,12.737407,15.016324,21.978254,38.062717,134.18208,14.712306,11.31888,114.47505,20.10851,4270.1396,38.740818,32.16398,24.95204,37.095226,292.37857,77.71213,52.856853,16.204395,19.461946,37.218987,121.136894,188.66927,83.583466,283.86853,63.732006,44.210148,127.408356,225.92735,885.6318,156.8452,8.329135,15.477084,8.709689,213.51418,14078.094,6.8281326,40.455235,57.897755,29.035707,339.95663,46.997936,193.38596,4.639358,150.43146,682.06433,506.5769,66.47469,824.28815,54.430553,87.541145,129.25479,31.07072,5.4591756,22.284191,1080.5322,1.8060914,3.6978228,131.79532,8.949039,5.311727,29.256294,38.984352,414.08768,96.68595,169.4252,1640.802,161.66374,2222.8262,1874.5492,12.334536,12.794647,8177.4814,10.734609,27.29794,317.82367,44.050606,89.2455,48.851444,251.93532,1207.2394,286.27094,6.340572,50.405342,363.33157,2321.3425,44.64952,161.48468,15.237074,1.2789239,55.406998,1.1232309,0.80748236,2.6003222,13.364079,48.688686,146.70473,26.791193,1939.1818,52.467293,17.759409,24.120632,6.5153613,56.964382,4.516711,2.2132661,6.0139785,58.624767,0.06092166,1.9323857,4.360521,40.3377,14.921313,1.6983019,14.045571,601.3216,56.859158,1100.2141,26.016119,1899.4724,48.665302,706.4396,734.34155,19.503044,14.122746,1315.9792,1961.7644,4965.0527,591.3932 +2023-05-01 03:00:00,0.0,4356.287,46.388893,27.989426,15.636907,44.105885,208.80724,34.064632,72.27102,24.399296,39.20606,379.14337,614.7064,21.998817,50.27008,3.7426596,0.8942084,37.927944,18.870768,10.070591,502.83594,2.9452288,360.92896,101.66459,2.7748756,9.885719,123.25334,49.944168,238.42563,209.03494,2946.8347,2.1057327,2326.1858,9.514097,2.634447,1.5450617,13.519529,228.79028,277.4226,60.140556,113.15927,32.92954,9.669587,856.15625,10.877179,64.31268,61.25273,409.01367,14.961482,375.49072,12.769252,49.928673,0.0,3989.8057,9255.645,7.266318,54.125267,56.836765,32183.553,123.30035,5.2504625,62.85257,94.73581,55.798622,15.935905,41.436848,704.33527,88.40524,44.096447,5.476657,10.1978,893.9851,7.321323,303.4141,70.290924,2304.6748,94.24145,123.18371,160.60379,264.81693,15.090249,29.088837,101.54744,12.730492,15.007951,22.026588,38.106274,134.13026,14.71781,11.329832,114.61408,20.09584,4269.409,38.779827,32.245968,25.030258,37.14053,292.31787,77.766235,52.910282,16.217093,19.47342,37.249065,121.423676,188.6881,83.6127,283.99884,63.73261,44.257698,127.55424,225.94102,885.9136,156.90964,8.324702,15.478126,8.709534,213.39087,14080.586,6.8297853,40.42809,57.863304,29.045113,340.04248,47.046906,193.30356,4.6401477,150.52217,681.7958,506.27005,66.5148,823.65735,54.4125,87.51143,129.52771,31.053673,5.455548,22.27447,1081.4899,1.8041371,3.6942341,131.72798,8.952131,5.311821,29.23307,38.95929,413.81992,96.65393,169.38239,1640.0624,161.72287,2222.624,1874.5638,12.343909,12.812803,8188.4116,10.732468,27.342743,317.94144,44.125908,89.36825,48.882427,252.13629,1207.2427,286.33252,6.3465724,50.44801,363.9174,2321.2085,44.64348,162.07703,15.293112,1.2784615,55.407276,1.1229975,0.8069994,2.5995014,13.389869,48.78303,146.90639,26.770123,1941.103,52.65927,17.817684,24.180948,6.5301843,57.00907,4.5334005,2.2132325,6.0459676,58.710224,0.07852535,1.9394443,4.3700867,40.319054,14.917685,1.704953,14.083487,601.8205,56.961227,1102.5189,26.033909,1902.1088,48.693733,706.18884,735.90295,19.54805,14.121093,1316.9926,1962.9192,4967.77,591.05743 +2023-05-01 04:00:00,0.0,4362.977,46.436543,27.976377,15.6452875,44.086636,208.78078,34.055836,72.23552,24.395359,39.186558,379.61584,614.6632,21.98898,50.320107,3.748421,0.89801115,37.911694,18.910456,10.077022,502.711,2.949811,360.89713,101.62326,2.7721922,9.877898,123.240875,49.92556,238.34529,208.97083,2954.9265,2.1038587,2325.4736,9.503643,2.632475,1.5437983,13.507886,228.76039,277.42273,60.108788,113.462364,32.922714,9.670801,856.0023,10.86934,64.3357,61.281937,409.09686,14.999519,375.48868,12.784006,49.967415,0.0,3990.8918,9262.054,7.2907405,54.242508,56.951492,32192.693,123.39702,5.267886,62.841522,94.74135,55.858807,15.965853,41.44278,704.4189,88.456985,44.091427,5.4876723,10.207636,894.3505,7.3766932,303.5799,70.30457,2304.5664,94.29415,123.2596,160.61934,264.57742,15.08473,29.07487,101.47438,12.723576,14.999577,22.074924,38.14983,134.07845,14.723313,11.340784,114.753105,20.083172,4268.6787,38.818832,32.327957,25.108477,37.185833,292.25717,77.82034,52.96371,16.229792,19.484894,37.279144,121.71046,188.70694,83.64194,284.12915,63.73321,44.305244,127.70012,225.9547,886.1954,156.97408,8.32027,15.479167,8.709378,213.26756,14083.079,6.831438,40.400944,57.82885,29.054518,340.12836,47.095875,193.22118,4.640938,150.6129,681.52716,505.9632,66.55492,823.0265,54.39444,87.48171,129.80063,31.036627,5.4519205,22.264748,1082.4474,1.8021829,3.6906452,131.66063,8.955222,5.311915,29.209846,38.93423,413.55215,96.62191,169.33955,1639.3228,161.78201,2222.4219,1874.5784,12.353282,12.830959,8199.342,10.730327,27.387545,318.05923,44.20121,89.491,48.913414,252.33728,1207.2461,286.3941,6.352573,50.49068,364.50317,2321.0745,44.63744,162.66936,15.349149,1.277999,55.407555,1.1227641,0.80651647,2.5986803,13.415659,48.877377,147.10806,26.74905,1943.0243,52.851254,17.87596,24.241264,6.5450077,57.053764,4.5500894,2.213199,6.0779567,58.79568,0.09612904,1.946503,4.3796525,40.300404,14.914056,1.7116039,14.121403,602.31946,57.063297,1104.8236,26.051699,1904.7451,48.722164,705.9381,737.46436,19.593058,14.119439,1318.0059,1964.074,4970.488,590.7217 +2023-05-01 05:00:00,0.0,4369.6675,46.48419,27.96333,15.653667,44.067387,208.7543,34.04704,72.20003,24.39142,39.167053,380.0883,614.61993,21.97914,50.370132,3.7541826,0.901814,37.895443,18.950142,10.083451,502.58606,2.954393,360.8653,101.58193,2.7695088,9.870077,123.22841,49.906948,238.26494,208.90671,2963.018,2.1019847,2324.7615,9.493189,2.6305027,1.542535,13.496242,228.73048,277.42285,60.07702,113.76546,32.915894,9.672014,855.84845,10.8615,64.35871,61.311142,409.18005,15.037558,375.4866,12.798761,50.00616,0.0,3991.978,9268.463,7.3151627,54.35975,57.066223,32201.836,123.49368,5.2853103,62.830475,94.74689,55.918995,15.995801,41.448715,704.50244,88.508736,44.086407,5.498688,10.217473,894.71594,7.432064,303.7457,70.318214,2304.4578,94.346855,123.33547,160.63489,264.33795,15.079211,29.060902,101.40133,12.71666,14.991203,22.123259,38.193386,134.02663,14.728817,11.351736,114.89213,20.070503,4267.9487,38.85784,32.409946,25.186697,37.231133,292.19647,77.87445,53.017136,16.242489,19.496367,37.309223,121.99724,188.72578,83.67117,284.25943,63.733814,44.352795,127.846,225.96837,886.4772,157.03853,8.315836,15.480208,8.709223,213.14424,14085.571,6.8330903,40.3738,57.794395,29.063925,340.2142,47.144844,193.13878,4.641728,150.70363,681.2586,505.65637,66.595024,822.3956,54.376385,87.452,130.07355,31.019579,5.4482927,22.255026,1083.405,1.8002286,3.6870565,131.59329,8.958314,5.3120093,29.18662,38.909172,413.28436,96.58989,169.29674,1638.583,161.84116,2222.2195,1874.593,12.362656,12.849116,8210.272,10.728185,27.432348,318.17703,44.276512,89.61375,48.944397,252.53827,1207.2494,286.45566,6.3585734,50.53335,365.08896,2320.9402,44.631397,163.2617,15.405186,1.2775367,55.407833,1.1225307,0.8060335,2.5978591,13.441448,48.97172,147.30974,26.72798,1944.9456,53.043232,17.934235,24.301579,6.559831,57.098454,4.5667787,2.2131653,6.1099463,58.88114,0.11373272,1.9535617,4.3892183,40.281754,14.910426,1.7182549,14.159319,602.81836,57.165367,1107.1283,26.069487,1907.3813,48.7506,705.68744,739.0257,19.638063,14.1177845,1319.0192,1965.2288,4973.205,590.3859 +2023-05-01 06:00:00,0.0,4376.3574,46.53184,27.950281,15.662048,44.048134,208.72784,34.038242,72.164536,24.387484,39.147552,380.56073,614.57666,21.969301,50.42016,3.759944,0.90561676,37.87919,18.989828,10.089882,502.46115,2.958975,360.8335,101.5406,2.7668254,9.862256,123.21594,49.888336,238.18459,208.8426,2971.1099,2.1001108,2324.0493,9.482736,2.6285305,1.5412714,13.484598,228.70058,277.42294,60.04525,114.06855,32.909073,9.673228,855.6946,10.853661,64.38173,61.340347,409.26328,15.075595,375.48456,12.813517,50.044903,0.0,3993.064,9274.871,7.339585,54.476986,57.180954,32210.977,123.59035,5.3027344,62.819427,94.75242,55.97918,16.02575,41.454647,704.586,88.560486,44.081383,5.5097036,10.227309,895.08136,7.4874344,303.91153,70.331856,2304.3494,94.39956,123.411354,160.65044,264.09845,15.073692,29.046936,101.32827,12.7097435,14.98283,22.171593,38.236942,133.97481,14.734321,11.362687,115.03115,20.057835,4267.2183,38.89685,32.491936,25.264915,37.276436,292.13574,77.92856,53.070564,16.255188,19.507841,37.339306,122.28402,188.74463,83.7004,284.38974,63.73442,44.40034,127.99188,225.98206,886.759,157.10297,8.311403,15.481251,8.709066,213.02094,14088.064,6.834743,40.346653,57.75994,29.07333,340.30008,47.193813,193.0564,4.642518,150.79436,680.99005,505.34952,66.63514,821.7648,54.35833,87.42229,130.34648,31.002533,5.444665,22.245304,1084.3625,1.7982743,3.6834679,131.52594,8.961405,5.3121033,29.163397,38.884113,413.0166,96.55786,169.25392,1637.8434,161.9003,2222.0173,1874.6075,12.372028,12.867272,8221.203,10.726044,27.477152,318.29483,44.351814,89.73649,48.975384,252.73926,1207.2527,286.51724,6.3645735,50.57602,365.67474,2320.8062,44.62536,163.85403,15.461223,1.2770743,55.408115,1.1222973,0.8055505,2.597038,13.467237,49.066063,147.51141,26.70691,1946.8667,53.235214,17.992512,24.361895,6.5746546,57.143147,4.5834675,2.2131317,6.1419353,58.9666,0.1313364,1.9606204,4.3987837,40.263103,14.906797,1.7249058,14.197235,603.3173,57.267433,1109.433,26.087276,1910.0177,48.77903,705.4367,740.5871,19.68307,14.116131,1320.0325,1966.3835,4975.9224,590.0502 +2023-05-01 07:00:00,0.0,4383.048,46.579494,27.937233,15.670429,44.028885,208.70137,34.029446,72.129036,24.383545,39.12805,381.03317,614.5334,21.959463,50.47019,3.7657053,0.90941954,37.862938,19.029516,10.0963125,502.3362,2.963557,360.80167,101.499275,2.7641418,9.854436,123.203476,49.869728,238.10425,208.77849,2979.2014,2.0982368,2323.337,9.472281,2.6265583,1.5400081,13.472955,228.67067,277.42307,60.01348,114.37164,32.902252,9.674441,855.5407,10.84582,64.40475,61.36955,409.34647,15.113632,375.48248,12.828272,50.083645,0.0,3994.15,9281.28,7.364007,54.594227,57.295685,32220.117,123.68702,5.3201585,62.80838,94.75796,56.039364,16.055696,41.46058,704.66956,88.61223,44.076363,5.520719,10.237146,895.4468,7.5428047,304.07733,70.3455,2304.241,94.45226,123.487236,160.66599,263.85895,15.068173,29.032969,101.25522,12.702827,14.974456,22.219927,38.2805,133.923,14.739825,11.373639,115.17017,20.045166,4266.488,38.93586,32.573925,25.343134,37.32174,292.07504,77.98266,53.123993,16.267885,19.519314,37.369385,122.5708,188.76347,83.72964,284.52005,63.735023,44.44789,128.13776,225.99573,887.0408,157.1674,8.306971,15.482292,8.708911,212.89763,14090.557,6.8363957,40.31951,57.72549,29.082737,340.38593,47.242783,192.974,4.643308,150.88509,680.7215,505.04266,66.67525,821.1339,54.340275,87.39257,130.6194,30.985485,5.441037,22.235582,1085.3202,1.79632,3.6798792,131.4586,8.964497,5.312197,29.140173,38.859055,412.74884,96.52584,169.2111,1637.1038,161.95943,2221.8152,1874.6222,12.381402,12.885428,8232.133,10.723902,27.521954,318.41263,44.42712,89.85924,49.006367,252.94025,1207.256,286.57883,6.370574,50.61869,366.26056,2320.672,44.619316,164.44638,15.517261,1.2766119,55.408394,1.122064,0.80506754,2.596217,13.493028,49.160408,147.71307,26.685839,1948.788,53.427193,18.050787,24.42221,6.589478,57.187836,4.600157,2.213098,6.1739244,59.052055,0.14894009,1.967679,4.4083495,40.244457,14.903169,1.7315569,14.23515,603.8162,57.369503,1111.7377,26.105066,1912.6539,48.807465,705.186,742.1485,19.728077,14.114477,1321.0458,1967.5383,4978.64,589.7145 +2023-05-01 08:00:00,0.0,4389.738,46.627144,27.924185,15.67881,44.009636,208.6749,34.02065,72.093544,24.379606,39.108547,381.5056,614.4901,21.949623,50.520214,3.771467,0.9132224,37.846687,19.069202,10.102742,502.21127,2.9681392,360.76984,101.45795,2.7614584,9.846615,123.19102,49.851116,238.0239,208.71437,2987.2932,2.0963628,2322.6248,9.461827,2.624586,1.5387447,13.46131,228.64076,277.4232,59.981712,114.67473,32.89543,9.675655,855.38684,10.837981,64.42776,61.398754,409.42966,15.15167,375.48044,12.843027,50.12239,0.0,3995.2363,9287.689,7.388429,54.711468,57.410416,32229.26,123.78368,5.3375826,62.797337,94.7635,56.099552,16.085644,41.466515,704.7531,88.66398,44.071342,5.531735,10.246983,895.81213,7.5981755,304.24313,70.35914,2304.1326,94.50497,123.56312,160.68153,263.61948,15.0626545,29.019001,101.18216,12.695911,14.966083,22.268261,38.324055,133.87119,14.745329,11.384591,115.3092,20.032497,4265.758,38.97487,32.655914,25.421354,37.36704,292.01434,78.036766,53.177418,16.280584,19.530787,37.399464,122.85758,188.78232,83.75887,284.65033,63.735626,44.495438,128.28365,226.0094,887.3226,157.23184,8.302538,15.483334,8.7087555,212.77432,14093.05,6.838048,40.292366,57.691036,29.092142,340.4718,47.291756,192.89162,4.644098,150.9758,680.45294,504.73584,66.715355,820.50305,54.32222,87.362854,130.89232,30.96844,5.4374094,22.22586,1086.2778,1.7943656,3.6762905,131.39125,8.967588,5.312291,29.11695,38.833992,412.48105,96.49382,169.16829,1636.364,162.01857,2221.6128,1874.6367,12.390775,12.903585,8243.063,10.721761,27.566757,318.5304,44.502422,89.98199,49.037354,253.14122,1207.2593,286.64038,6.3765745,50.66136,366.84634,2320.5378,44.613274,165.03871,15.5732975,1.2761496,55.408672,1.1218306,0.80458456,2.595396,13.518817,49.254753,147.91475,26.664768,1950.7092,53.619175,18.109062,24.482527,6.6043015,57.23253,4.6168456,2.2130644,6.205914,59.137512,0.16654378,1.9747376,4.4179153,40.225807,14.899539,1.7382078,14.2730665,604.3152,57.471573,1114.0425,26.122854,1915.2903,48.835896,704.9353,743.7099,19.773083,14.1128235,1322.0592,1968.6931,4981.3574,589.3787 +2023-05-01 09:00:00,0.0,4396.4277,46.674793,27.911137,15.687191,43.990387,208.64844,34.011856,72.058044,24.37567,39.089046,381.97806,614.44684,21.939785,50.57024,3.7772284,0.91702515,37.830433,19.108889,10.109173,502.08633,2.972721,360.738,101.41662,2.758775,9.838794,123.17855,49.832508,237.94356,208.65027,2995.385,2.0944889,2321.9126,9.451373,2.622614,1.5374813,13.449666,228.61086,277.4233,59.949944,114.97782,32.88861,9.676869,855.233,10.830142,64.450775,61.42796,409.51285,15.189708,375.47836,12.857782,50.161133,0.0,3996.3223,9294.098,7.4128513,54.82871,57.525146,32238.4,123.880356,5.3550067,62.78629,94.76903,56.159737,16.115593,41.472446,704.8367,88.71573,44.066322,5.5427504,10.256819,896.17755,7.653546,304.40897,70.37278,2304.0242,94.55767,123.639,160.69708,263.37997,15.057136,29.005033,101.10911,12.688996,14.957708,22.316595,38.36761,133.81937,14.750833,11.395542,115.44823,20.019829,4265.0273,39.013878,32.737904,25.499573,37.412342,291.95364,78.09087,53.230846,16.293282,19.542261,37.429543,123.14436,188.80115,83.78811,284.78064,63.73623,44.542988,128.42952,226.02307,887.6044,157.29628,8.298105,15.484375,8.7086,212.65102,14095.542,6.8397007,40.26522,57.65658,29.101547,340.55765,47.340725,192.80922,4.644888,151.06653,680.1844,504.429,66.75547,819.87225,54.304165,87.333145,131.16525,30.951391,5.4337816,22.21614,1087.2354,1.7924113,3.6727018,131.32391,8.970679,5.3123856,29.093725,38.808933,412.2133,96.46179,169.12547,1635.6244,162.07771,2221.4106,1874.6514,12.400148,12.9217415,8253.994,10.71962,27.611559,318.6482,44.577724,90.10474,49.068336,253.34221,1207.2626,286.70197,6.3825746,50.704033,367.43213,2320.4038,44.607235,165.63106,15.629334,1.2756872,55.40895,1.1215972,0.8041016,2.594575,13.544607,49.3491,148.11642,26.643698,1952.6305,53.811153,18.167337,24.542843,6.6191244,57.277218,4.633535,2.213031,6.237903,59.222973,0.18414746,1.9817964,4.427481,40.207157,14.89591,1.7448589,14.310983,604.8141,57.57364,1116.3472,26.140644,1917.9266,48.864326,704.6846,745.2713,19.81809,14.11117,1323.0725,1969.8479,4984.075,589.04297 +2023-05-01 10:00:00,0.0,4403.118,46.722443,27.898088,15.695572,43.971134,208.62196,34.00306,72.02255,24.37173,39.069546,382.4505,614.40356,21.929947,50.620266,3.7829897,0.9208279,37.814182,19.148577,10.115603,501.96143,2.977303,360.7062,101.37529,2.7560916,9.830973,123.166084,49.813896,237.8632,208.58615,3003.4766,2.092615,2321.2004,9.440919,2.6206417,1.5362179,13.438023,228.58096,277.42343,59.918175,115.280914,32.88179,9.678082,855.0791,10.822302,64.47379,61.457165,409.59607,15.227746,375.47632,12.872538,50.19988,0.0,3997.4082,9300.507,7.437274,54.945946,57.639877,32247.541,123.97702,5.372431,62.77524,94.77457,56.21992,16.14554,41.47838,704.9202,88.76747,44.0613,5.5537663,10.266656,896.54297,7.708916,304.57477,70.38642,2303.9158,94.610374,123.71488,160.71263,263.14047,15.051617,28.991066,101.03606,12.68208,14.949335,22.36493,38.411167,133.76755,14.756336,11.406494,115.58725,20.00716,4264.297,39.052883,32.819893,25.577791,37.457645,291.8929,78.14498,53.284275,16.30598,19.553734,37.459625,123.431145,188.81999,83.81734,284.91092,63.736835,44.590534,128.57541,226.03676,887.88617,157.36072,8.293673,15.485417,8.708445,212.52771,14098.035,6.8413534,40.238075,57.622128,29.110954,340.64352,47.389694,192.72684,4.645678,151.15726,679.91583,504.12213,66.79558,819.2414,54.286106,87.30343,131.43817,30.934345,5.430154,22.206419,1088.193,1.790457,3.6691132,131.25656,8.973771,5.3124795,29.070501,38.783875,411.94553,96.42977,169.08266,1634.8848,162.13686,2221.2085,1874.6659,12.409521,12.939898,8264.925,10.717478,27.656363,318.766,44.653027,90.227486,49.099323,253.5432,1207.266,286.76355,6.388575,50.746704,368.0179,2320.2698,44.601192,166.22339,15.685371,1.2752249,55.40923,1.1213638,0.8036186,2.5937538,13.570396,49.44344,148.3181,26.622625,1954.5516,54.003136,18.225615,24.603159,6.633948,57.321907,4.6502237,2.2129974,6.269892,59.30843,0.20175116,1.988855,4.437047,40.188507,14.892282,1.7515098,14.348899,605.313,57.67571,1118.6519,26.158434,1920.5629,48.89276,704.43384,746.8327,19.863096,14.109516,1324.0858,1971.0027,4986.7925,588.7072 +2023-05-01 11:00:00,0.0,4409.808,46.770092,27.88504,15.703953,43.951885,208.5955,33.994263,71.98706,24.367794,39.05004,382.92294,614.3603,21.920109,50.670296,3.7887514,0.92463076,37.79793,19.188263,10.122033,501.8365,2.9818852,360.67438,101.33396,2.7534082,9.823152,123.15362,49.795284,237.78287,208.52203,3011.5684,2.0907412,2320.4883,9.430465,2.6186695,1.5349545,13.426378,228.55106,277.42355,59.886406,115.58401,32.874966,9.6792965,854.9252,10.814463,64.49681,61.48637,409.67926,15.265783,375.47424,12.887292,50.23862,0.0,3998.4944,9306.916,7.461696,55.063187,57.75461,32256.684,124.07369,5.3898544,62.764194,94.780106,56.28011,16.175488,41.484314,705.0038,88.81922,44.05628,5.5647817,10.276492,896.9084,7.764287,304.74057,70.40007,2303.8074,94.66308,123.790764,160.72818,262.901,15.046098,28.977098,100.963,12.675164,14.940962,22.413263,38.454723,133.71573,14.76184,11.417446,115.72627,19.994492,4263.567,39.091892,32.901882,25.656012,37.502945,291.8322,78.19909,53.3377,16.318678,19.565208,37.489704,123.71792,188.83884,83.84657,285.04123,63.73744,44.638084,128.72128,226.05043,888.16797,157.42516,8.28924,15.486459,8.708289,212.4044,14100.527,6.8430057,40.21093,57.587677,29.12036,340.72937,47.438663,192.64444,4.646468,151.24799,679.6472,503.81528,66.83569,818.61053,54.26805,87.27371,131.71109,30.917297,5.4265265,22.196697,1089.1505,1.7885027,3.6655242,131.18922,8.976862,5.3125734,29.047277,38.758816,411.67773,96.39775,169.03984,1634.145,162.196,2221.006,1874.6805,12.418895,12.958055,8275.8545,10.715337,27.701166,318.8838,44.72833,90.350235,49.130306,253.74419,1207.2693,286.8251,6.3945756,50.78937,368.6037,2320.1355,44.595154,166.81573,15.741409,1.2747625,55.409508,1.1211303,0.8031357,2.5929327,13.596186,49.537785,148.51976,26.601555,1956.4729,54.195114,18.28389,24.663475,6.6487713,57.3666,4.666913,2.2129638,6.3018813,59.393887,0.21935484,1.9959137,4.446613,40.169857,14.888653,1.7581608,14.386814,605.81195,57.77778,1120.9565,26.176222,1923.1992,48.921192,704.18317,748.3941,19.908102,14.107862,1325.0991,1972.1575,4989.5103,588.37146 +2023-05-01 12:00:00,0.0,4416.498,46.81774,27.871992,15.712334,43.932636,208.56903,33.985466,71.95156,24.363855,39.03054,383.39542,614.3171,21.910269,50.72032,3.7945127,0.92843354,37.781677,19.227951,10.128464,501.71155,2.9864671,360.64255,101.29263,2.7507248,9.815331,123.14115,49.776676,237.70251,208.45793,3019.6602,2.0888672,2319.776,9.420011,2.6166973,1.5336912,13.414735,228.52115,277.42368,59.854637,115.8871,32.868145,9.6805105,854.7713,10.806623,64.51982,61.51557,409.76245,15.303821,375.4722,12.902047,50.277363,0.0,3999.5806,9313.324,7.4861183,55.180428,57.869335,32265.824,124.17036,5.4072785,62.753147,94.785645,56.340294,16.205437,41.490246,705.0874,88.870964,44.051258,5.575797,10.286328,897.27374,7.8196573,304.9064,70.41371,2303.699,94.71578,123.86665,160.74373,262.6615,15.040579,28.96313,100.889946,12.668248,14.932588,22.461597,38.498283,133.66391,14.7673435,11.428398,115.865295,19.981825,4262.8364,39.1309,32.98387,25.73423,37.54825,291.7715,78.2532,53.39113,16.331377,19.576681,37.519783,124.0047,188.85768,83.87581,285.17154,63.73804,44.68563,128.86717,226.0641,888.44977,157.4896,8.284807,15.4875,8.708134,212.2811,14103.02,6.8446584,40.183784,57.553223,29.129765,340.81525,47.487633,192.56206,4.6472583,151.33871,679.37866,503.50845,66.8758,817.9797,54.249996,87.244,131.98401,30.900251,5.422899,22.186975,1090.1082,1.7865485,3.6619356,131.12187,8.979954,5.312668,29.024054,38.733757,411.40997,96.36572,168.99701,1633.4054,162.25513,2220.804,1874.6951,12.428268,12.976211,8286.785,10.713196,27.745968,319.00156,44.80363,90.472984,49.16129,253.94518,1207.2726,286.8867,6.400576,50.832043,369.1895,2320.0015,44.58911,167.40807,15.797446,1.2743001,55.409786,1.1208969,0.8026527,2.5921116,13.621976,49.63213,148.72144,26.580484,1958.3942,54.387096,18.342165,24.723791,6.6635947,57.41129,4.683602,2.2129302,6.333871,59.479347,0.23695853,2.0029724,4.4561787,40.15121,14.885023,1.7648118,14.42473,606.31085,57.879845,1123.2612,26.194012,1925.8356,48.949623,703.93243,749.9555,19.95311,14.106209,1326.1124,1973.3123,4992.2275,588.0357 +2023-05-01 13:00:00,0.0,4423.1885,46.86539,27.858944,15.720714,43.913387,208.54257,33.97667,71.91607,24.359919,39.011036,383.86786,614.2738,21.90043,50.770348,3.8002741,0.9322363,37.765427,19.267637,10.134894,501.58664,2.9910493,360.61072,101.2513,2.7480414,9.80751,123.12869,49.758064,237.62216,208.39381,3027.7517,2.0869932,2319.0637,9.409556,2.614725,1.5324278,13.4030905,228.49124,277.4238,59.82287,116.190186,32.861324,9.681724,854.61743,10.798783,64.54284,61.544777,409.84564,15.341859,375.47012,12.916802,50.31611,0.0,4000.6667,9319.733,7.5105405,55.297665,57.984066,32274.965,124.26702,5.4247026,62.7421,94.791176,56.40048,16.235384,41.49618,705.17096,88.922714,44.046234,5.586813,10.296165,897.63916,7.8750277,305.0722,70.42735,2303.5906,94.768486,123.94253,160.75928,262.422,15.03506,28.949163,100.81689,12.661332,14.924214,22.509933,38.54184,133.61209,14.772847,11.439349,116.00432,19.969156,4262.106,39.16991,33.06586,25.812449,37.59355,291.7108,78.307304,53.444557,16.344074,19.588156,37.549862,124.29148,188.87653,83.905045,285.30182,63.738647,44.73318,129.01305,226.07779,888.73157,157.55403,8.280374,15.488542,8.707978,212.15778,14105.513,6.846311,40.15664,57.51877,29.139172,340.9011,47.536602,192.47966,4.648048,151.42943,679.1101,503.2016,66.91592,817.3488,54.23194,87.21429,132.25694,30.883204,5.419271,22.177254,1091.0657,1.7845942,3.658347,131.05453,8.983045,5.312762,29.00083,38.708694,411.1422,96.3337,168.9542,1632.6658,162.31427,2220.6016,1874.7097,12.437641,12.994367,8297.716,10.711054,27.790771,319.11935,44.878933,90.59573,49.192276,254.14615,1207.2759,286.94827,6.406576,50.874714,369.7753,2319.8674,44.583073,168.00041,15.853483,1.2738378,55.410065,1.1206635,0.80216974,2.5912907,13.647765,49.726475,148.92311,26.559414,1960.3153,54.579075,18.40044,24.784105,6.678418,57.455982,4.700291,2.2128966,6.36586,59.564804,0.2545622,2.010031,4.4657445,40.13256,14.881394,1.7714628,14.4626465,606.8098,57.981915,1125.566,26.211802,1928.4718,48.978058,703.6817,751.5169,19.998116,14.104555,1327.1257,1974.467,4994.945,587.69995 +2023-05-01 14:00:00,0.0,4429.8784,46.91304,27.845896,15.7290945,43.894135,208.5161,33.967876,71.88057,24.35598,38.991535,384.3403,614.2305,21.890593,50.820374,3.8060358,0.93603915,37.749176,19.307323,10.141324,501.4617,2.9956312,360.57892,101.20997,2.745358,9.799689,123.11623,49.739452,237.54182,208.3297,3035.8435,2.0851192,2318.3516,9.399102,2.612753,1.5311644,13.391446,228.46133,277.42392,59.7911,116.49328,32.854504,9.682938,854.46356,10.790944,64.56586,61.573982,409.92883,15.379896,375.46808,12.931558,50.35485,0.0,4001.753,9326.143,7.5349627,55.414906,58.098797,32284.107,124.36369,5.4421268,62.731052,94.796715,56.460667,16.265331,41.502113,705.2545,88.974464,44.041214,5.5978284,10.306002,898.0046,7.9303985,305.238,70.440994,2303.4822,94.82119,124.01841,160.77483,262.18253,15.029541,28.935196,100.743835,12.654416,14.91584,22.558268,38.585396,133.56027,14.778351,11.450301,116.14334,19.956488,4261.376,39.20892,33.14785,25.890669,37.63885,291.6501,78.36141,53.497982,16.356773,19.599628,37.579945,124.57826,188.89537,83.93427,285.43213,63.73925,44.780727,129.15894,226.09146,889.01337,157.61847,8.275941,15.489584,8.707823,212.03447,14108.005,6.8479633,40.129494,57.484314,29.148577,340.98697,47.58557,192.39728,4.648838,151.52016,678.84155,502.89474,66.956024,816.71796,54.213886,87.18457,132.52986,30.866158,5.415643,22.167532,1092.0233,1.7826399,3.6547582,130.98718,8.986136,5.3128557,28.977606,38.683636,410.87442,96.30168,168.91138,1631.926,162.37341,2220.3994,1874.7242,12.447015,13.012524,8308.6455,10.708913,27.835573,319.23715,44.954235,90.71848,49.22326,254.34714,1207.2792,287.00983,6.4125767,50.91738,370.36108,2319.7332,44.57703,168.59274,15.90952,1.2733754,55.410343,1.1204301,0.80168676,2.5904696,13.673555,49.820816,149.12479,26.538343,1962.2366,54.771057,18.458717,24.844421,6.693241,57.50067,4.71698,2.212863,6.397849,59.65026,0.2721659,2.0170898,4.4753103,40.11391,14.877766,1.7781137,14.500563,607.3087,58.083984,1127.8707,26.22959,1931.1082,49.00649,703.431,753.07825,20.043123,14.102901,1328.139,1975.6218,4997.6626,587.3642 +2023-05-01 15:00:00,0.0,4436.5684,46.96069,27.832848,15.737475,43.874886,208.48964,33.95908,71.84508,24.352043,38.972034,384.81274,614.18726,21.880753,50.870403,3.8117971,0.9398419,37.732925,19.347012,10.147755,501.33676,3.0002134,360.5471,101.16864,2.7426746,9.791868,123.10376,49.720844,237.46147,208.26558,3043.935,2.0832453,2317.6394,9.388648,2.6107807,1.529901,13.379803,228.43143,277.42404,59.75933,116.79637,32.847683,9.684151,854.3097,10.783104,64.58887,61.603188,410.01202,15.417933,375.466,12.946313,50.393593,0.0,4002.8389,9332.552,7.559385,55.532146,58.213528,32293.248,124.46036,5.459551,62.720005,94.80225,56.52085,16.29528,41.508045,705.3381,89.02621,44.036194,5.608844,10.315839,898.37,7.985769,305.4038,70.454636,2303.3735,94.87389,124.0943,160.79036,261.94302,15.024022,28.921228,100.67078,12.647501,14.907467,22.606602,38.628952,133.50845,14.7838545,11.461253,116.28237,19.943819,4260.6455,39.24793,33.22984,25.968887,37.684155,291.5894,78.41552,53.55141,16.36947,19.611101,37.610023,124.86504,188.9142,83.96351,285.56244,63.739853,44.828278,129.30481,226.10513,889.29517,157.68292,8.271508,15.490625,8.707667,211.91116,14110.498,6.849616,40.10235,57.449863,29.157982,341.0728,47.63454,192.31488,4.649628,151.61089,678.573,502.58792,66.99613,816.08716,54.19583,87.15486,132.80278,30.84911,5.4120154,22.15781,1092.981,1.7806855,3.6511695,130.91985,8.989227,5.31295,28.95438,38.658577,410.60666,96.26966,168.86856,1631.1864,162.43256,2220.1973,1874.7389,12.4563875,13.03068,8319.576,10.706772,27.880377,319.35495,45.029537,90.84123,49.254246,254.54813,1207.2825,287.0714,6.418577,50.960052,370.94687,2319.599,44.570988,169.18509,15.965558,1.272913,55.41062,1.1201967,0.8012038,2.5896485,13.699345,49.91516,149.32645,26.517273,1964.1578,54.963036,18.516993,24.904737,6.7080646,57.545364,4.7336693,2.2128294,6.4298387,59.73572,0.2897696,2.0241485,4.484876,40.09526,14.874136,1.7847648,14.538479,607.8077,58.186054,1130.1754,26.24738,1933.7445,49.03492,703.1803,754.63965,20.088129,14.101247,1329.1523,1976.7766,5000.38,587.02844 +2023-05-01 16:00:00,0.0,4443.259,47.00834,27.8198,15.745856,43.855637,208.46317,33.950283,71.80958,24.348104,38.95253,385.2852,614.144,21.870914,50.92043,3.8175585,0.9436447,37.71667,19.386698,10.154185,501.21182,3.0047953,360.51526,101.12731,2.7399912,9.784048,123.09129,49.702232,237.38113,208.20148,3052.0269,2.0813713,2316.9272,9.378194,2.6088085,1.5286376,13.368158,228.40152,277.42416,59.727562,117.099464,32.840862,9.685365,854.1558,10.775265,64.611885,61.63239,410.0952,15.455972,375.46396,12.961068,50.43234,0.0,4003.9248,9338.96,7.5838075,55.649387,58.32826,32302.389,124.55703,5.476975,62.708958,94.807785,56.581036,16.325228,41.51398,705.42163,89.07796,44.031174,5.6198597,10.325675,898.7354,8.04114,305.56964,70.46828,2303.2651,94.9266,124.17017,160.80591,261.70352,15.018503,28.90726,100.597725,12.640585,14.899094,22.654936,38.67251,133.45663,14.789358,11.472204,116.421394,19.93115,4259.915,39.286938,33.31183,26.047106,37.729458,291.5287,78.46963,53.60484,16.38217,19.622576,37.640102,125.151825,188.93304,83.992744,285.69272,63.740456,44.875824,129.4507,226.1188,889.57697,157.74736,8.267076,15.491667,8.707512,211.78786,14112.99,6.851269,40.075203,57.41541,29.167389,341.1587,47.68351,192.2325,4.6504183,151.70161,678.30444,502.28107,67.03625,815.4563,54.177776,87.125145,133.0757,30.832062,5.4083877,22.148088,1093.9385,1.7787312,3.6475809,130.8525,8.992319,5.313044,28.931156,38.63352,410.3389,96.23763,168.82574,1630.4467,162.4917,2219.9949,1874.7534,12.465761,13.048836,8330.507,10.70463,27.92518,319.47275,45.10484,90.96398,49.28523,254.74911,1207.2858,287.133,6.424577,51.002724,371.53268,2319.465,44.56495,169.77742,16.021595,1.2724507,55.4109,1.1199633,0.8007208,2.5888274,13.725135,50.009506,149.52812,26.4962,1966.0791,55.155018,18.575268,24.965054,6.722888,57.590054,4.750358,2.2127957,6.4618278,59.82118,0.3073733,2.031207,4.4944415,40.076614,14.870507,1.7914157,14.576394,608.3066,58.28812,1132.4801,26.26517,1936.3807,49.063354,702.92957,756.20105,20.133135,14.099593,1330.1656,1977.9314,5003.0977,586.6927 +2023-05-01 17:00:00,0.0,4449.9487,47.05599,27.806751,15.754237,43.836388,208.43669,33.941486,71.774086,24.344166,38.93303,385.75763,614.1007,21.861076,50.970455,3.8233202,0.94744754,37.70042,19.426384,10.160615,501.0869,3.0093775,360.48343,101.08598,2.7373078,9.776227,123.07883,49.683624,237.30078,208.13736,3060.1187,2.0794973,2316.2148,9.367741,2.6068363,1.5273741,13.356515,228.37163,277.4243,59.695793,117.40256,32.83404,9.686579,854.00195,10.767426,64.6349,61.661594,410.1784,15.494009,375.46188,12.975823,50.47108,0.0,4005.0107,9345.369,7.6082296,55.766624,58.44299,32311.531,124.653694,5.494399,62.69791,94.813324,56.641224,16.355175,41.519913,705.5052,89.12971,44.02615,5.630875,10.335511,899.10077,8.09651,305.73544,70.48192,2303.1567,94.9793,124.246056,160.82146,261.46405,15.012984,28.893293,100.52467,12.633669,14.890719,22.70327,38.716064,133.40482,14.794862,11.483156,116.56042,19.918482,4259.185,39.325943,33.393818,26.125326,37.774757,291.46796,78.523735,53.658268,16.394867,19.634048,37.67018,125.43861,188.95189,84.02198,285.82303,63.741062,44.923374,129.59657,226.13249,889.85876,157.8118,8.262643,15.492709,8.707356,211.66455,14115.483,6.852921,40.048058,57.380955,29.176794,341.24454,47.73248,192.1501,4.6512084,151.79234,678.0358,501.9742,67.076355,814.82544,54.159718,87.09543,133.34863,30.815016,5.40476,22.138367,1094.8961,1.7767769,3.6439922,130.78516,8.995411,5.313138,28.907932,38.60846,410.0711,96.20561,168.78293,1629.707,162.55083,2219.7927,1874.7681,12.475134,13.066993,8341.437,10.702489,27.969982,319.5905,45.18014,91.08672,49.316216,254.9501,1207.2892,287.19455,6.4305778,51.045395,372.11847,2319.3308,44.558907,170.36977,16.077633,1.2719883,55.411182,1.1197299,0.80023783,2.5880065,13.750924,50.10385,149.7298,26.47513,1968.0002,55.346996,18.633545,25.02537,6.7377114,57.634743,4.7670474,2.212762,6.493817,59.906635,0.32497695,2.0382657,4.5040073,40.057964,14.8668785,1.7980667,14.61431,608.80554,58.39019,1134.7848,26.282959,1939.0171,49.091785,702.6789,757.76245,20.178143,14.0979395,1331.179,1979.0862,5005.815,586.35693 +2023-05-01 18:00:00,0.0,4456.6387,47.103638,27.793703,15.762618,43.817135,208.41023,33.93269,71.738594,24.340229,38.91353,386.23007,614.05743,21.851236,51.02048,3.8290815,0.9512503,37.68417,19.466072,10.167046,500.96198,3.0139594,360.45163,101.044655,2.7346244,9.768406,123.06637,49.665012,237.22043,208.07324,3068.2102,2.0776234,2315.5027,9.357286,2.6048641,1.5261108,13.3448715,228.34172,277.42438,59.664024,117.70564,32.827217,9.687792,853.848,10.759585,64.65791,61.6908,410.26163,15.532046,375.4598,12.990579,50.509823,0.0,4006.0972,9351.778,7.632652,55.883865,58.55772,32320.672,124.75036,5.511823,62.686863,94.81886,56.70141,16.385122,41.525845,705.58875,89.18145,44.02113,5.6418905,10.345348,899.4662,8.15188,305.90125,70.49557,2303.0483,95.032005,124.321945,160.837,261.22455,15.007465,28.879326,100.451614,12.626753,14.882346,22.751604,38.75962,133.353,14.800365,11.494108,116.69944,19.905813,4258.4546,39.364952,33.475807,26.203545,37.82006,291.40726,78.577835,53.711693,16.407566,19.645523,37.700264,125.72539,188.97073,84.05121,285.95334,63.741665,44.97092,129.74246,226.14616,890.14056,157.87624,8.25821,15.493751,8.7072,211.54124,14117.976,6.8545737,40.020912,57.3465,29.1862,341.3304,47.78145,192.06772,4.651998,151.88307,677.7673,501.6674,67.11647,814.1946,54.141663,87.06571,133.62155,30.797968,5.401132,22.128645,1095.8536,1.7748226,3.6404033,130.71782,8.998502,5.3132324,28.884708,38.5834,409.80334,96.17359,168.74011,1628.9673,162.60997,2219.5906,1874.7826,12.484508,13.085149,8352.367,10.700347,28.014786,319.7083,45.255444,91.20947,49.3472,255.15108,1207.2925,287.25613,6.4365783,51.088066,372.70425,2319.1968,44.552868,170.9621,16.133669,1.2715259,55.41146,1.1194965,0.7997549,2.5871854,13.776713,50.198193,149.93147,26.45406,1969.9215,55.53898,18.69182,25.085686,6.752535,57.679436,4.783736,2.2127285,6.5258064,59.992096,0.34258065,2.0453243,4.513573,40.039314,14.863249,1.8047177,14.652226,609.30444,58.49226,1137.0896,26.300747,1941.6533,49.12022,702.42816,759.32385,20.223148,14.096286,1332.1923,1980.241,5008.532,586.0212 +2023-05-01 19:00:00,0.0,4463.329,47.151287,27.780655,15.770999,43.797886,208.38376,33.923897,71.703094,24.33629,38.894024,386.70255,614.01416,21.841398,51.07051,3.834843,0.9550531,37.667915,19.505758,10.173476,500.83704,3.0185416,360.4198,101.00333,2.731941,9.760585,123.0539,49.6464,237.14009,208.00914,3076.302,2.0757494,2314.7905,9.346832,2.602892,1.5248474,13.333227,228.31181,277.4245,59.632256,118.008736,32.820396,9.689006,853.69415,10.751746,64.68093,61.720005,410.34482,15.570085,375.45776,13.005333,50.54857,0.0,4007.183,9358.187,7.657074,56.001106,58.67245,32329.812,124.84703,5.529247,62.675816,94.824394,56.761593,16.415071,41.53178,705.67236,89.2332,44.01611,5.6529064,10.355185,899.8316,8.207251,306.06708,70.50921,2302.94,95.08471,124.39782,160.85255,260.98505,15.001946,28.86536,100.37856,12.619837,14.873972,22.799938,38.803177,133.30118,14.805869,11.50506,116.83846,19.893145,4257.724,39.40396,33.557796,26.281763,37.865364,291.34656,78.63194,53.76512,16.420263,19.656996,37.730343,126.01217,188.98958,84.080444,286.08362,63.742268,45.01847,129.88834,226.15984,890.42236,157.94067,8.2537775,15.494792,8.707045,211.41794,14120.469,6.8562264,39.993767,57.31205,29.195606,341.41626,47.830418,191.98532,4.652788,151.97379,677.4987,501.36053,67.15658,813.5637,54.123608,87.036,133.89447,30.780922,5.397505,22.118923,1096.8113,1.7728684,3.6368146,130.65047,9.001594,5.3133264,28.861485,38.55834,409.53558,96.14156,168.69728,1628.2277,162.66911,2219.3882,1874.7972,12.49388,13.103305,8363.298,10.698206,28.05959,319.8261,45.330746,91.33222,49.378185,255.35207,1207.2958,287.3177,6.442579,51.130733,373.29004,2319.0627,44.546825,171.55444,16.189707,1.2710636,55.41174,1.119263,0.79927194,2.5863643,13.802504,50.292538,150.13313,26.43299,1971.8428,55.730957,18.750095,25.146002,6.7673583,57.724125,4.8004255,2.212695,6.5577955,60.077553,0.36018434,2.0523832,4.523139,40.020664,14.85962,1.8113687,14.690143,609.8034,58.594326,1139.3943,26.318537,1944.2897,49.14865,702.1774,760.88525,20.268156,14.094632,1333.2056,1981.3958,5011.25,585.6854 +2023-05-01 20:00:00,0.0,4470.019,47.198936,27.767607,15.77938,43.778637,208.3573,33.9151,71.6676,24.332354,38.874523,387.175,613.97095,21.83156,51.120537,3.8406045,0.9588559,37.651665,19.545446,10.179906,500.71213,3.0231235,360.38797,100.962,2.7292573,9.752764,123.041435,49.627792,237.05974,207.94502,3084.3938,2.0738754,2314.0784,9.336378,2.6009197,1.523584,13.321583,228.2819,277.42462,59.600487,118.31183,32.813576,9.69022,853.5403,10.743907,64.70395,61.74921,410.428,15.608122,375.4557,13.020088,50.58731,0.0,4008.2693,9364.596,7.681496,56.118343,58.787178,32338.955,124.943695,5.546671,62.66477,94.82993,56.82178,16.445019,41.537712,705.7559,89.28494,44.01109,5.663922,10.365021,900.197,8.262621,306.23288,70.52285,2302.8315,95.13741,124.47371,160.8681,260.74557,14.996428,28.851393,100.305504,12.612921,14.865599,22.848274,38.846733,133.24936,14.811374,11.516011,116.97749,19.880476,4256.994,39.44297,33.639786,26.359983,37.910664,291.28583,78.68605,53.81855,16.432962,19.66847,37.76042,126.29895,189.00842,84.10968,286.21393,63.742874,45.066017,130.03423,226.17352,890.70416,158.00511,8.249345,15.495833,8.706889,211.29463,14122.961,6.8578787,39.966625,57.277596,29.205011,341.50214,47.879387,191.90294,4.6535783,152.06451,677.23016,501.05368,67.19669,812.93286,54.105553,87.00629,134.1674,30.763874,5.393877,22.109201,1097.7689,1.7709141,3.633226,130.58313,9.004684,5.3134203,28.83826,38.53328,409.2678,96.10954,168.65446,1627.488,162.72826,2219.186,1874.8118,12.503254,13.121462,8374.229,10.696065,28.104391,319.9439,45.40605,91.45497,49.40917,255.55305,1207.2991,287.37927,6.448579,51.173405,373.87582,2318.9285,44.540783,172.14677,16.245743,1.2706012,55.412018,1.1190296,0.79878896,2.5855432,13.828293,50.386883,150.33481,26.411919,1973.764,55.92294,18.80837,25.206318,6.7821813,57.768818,4.8171144,2.2126613,6.5897846,60.16301,0.377788,2.0594418,4.532705,40.002018,14.855991,1.8180196,14.728058,610.3023,58.696396,1141.699,26.336327,1946.926,49.177082,701.92676,762.44666,20.313162,14.0929785,1334.2189,1982.5505,5013.9673,585.34973 +2023-05-01 21:00:00,0.0,4476.7095,47.24659,27.754559,15.78776,43.759388,208.33083,33.906303,71.6321,24.328415,38.855022,387.64743,613.9277,21.82172,51.170563,3.846366,0.9626587,37.635414,19.585133,10.1863365,500.5872,3.0277054,360.35614,100.92067,2.726574,9.744944,123.02897,49.60918,236.9794,207.8809,3092.4854,2.0720015,2313.366,9.325924,2.5989475,1.5223206,13.309938,228.252,277.42474,59.568718,118.61492,32.806755,9.691433,853.3864,10.736067,64.72696,61.77841,410.5112,15.646159,375.45364,13.034843,50.626053,0.0,4009.3552,9371.005,7.7059183,56.235584,58.90191,32348.096,125.04037,5.564095,62.65372,94.83547,56.881966,16.474966,41.543644,705.8395,89.33669,44.006065,5.6749372,10.374858,900.56244,8.317992,306.39868,70.53649,2302.7231,95.19012,124.54959,160.88365,260.50607,14.990909,28.837425,100.23245,12.606006,14.857224,22.896608,38.89029,133.19756,14.816877,11.526963,117.116516,19.867807,4256.2637,39.48198,33.721775,26.438202,37.955967,291.22513,78.74016,53.871975,16.44566,19.679943,37.7905,126.58573,189.02725,84.138916,286.34424,63.743477,45.113567,130.1801,226.1872,890.98596,158.06955,8.244911,15.496876,8.706734,211.17133,14125.453,6.8595314,39.93948,57.24314,29.214418,341.58798,47.928356,191.82054,4.6543684,152.15524,676.9616,500.74686,67.2368,812.30206,54.087498,86.97657,134.44032,30.746828,5.3902493,22.09948,1098.7264,1.7689598,3.6296372,130.51578,9.007776,5.3135147,28.815037,38.50822,409.00003,96.07752,168.61165,1626.7483,162.78738,2218.984,1874.8264,12.512627,13.139618,8385.158,10.693923,28.149195,320.0617,45.481354,91.57772,49.440155,255.75404,1207.3024,287.44086,6.4545794,51.216076,374.46164,2318.7944,44.534744,172.73912,16.30178,1.2701387,55.412296,1.1187963,0.798306,2.584722,13.854083,50.481224,150.53648,26.390848,1975.6852,56.114918,18.866648,25.266634,6.7970047,57.813507,4.8338037,2.2126276,6.621774,60.248466,0.3953917,2.0665004,4.5422707,39.983368,14.852362,1.8246707,14.765974,610.8012,58.798466,1144.0037,26.354115,1949.5623,49.205517,701.676,764.00806,20.358168,14.091325,1335.2322,1983.7053,5016.685,585.014 +2023-05-01 22:00:00,0.0,4483.3994,47.29424,27.74151,15.796141,43.740135,208.30437,33.897507,71.59661,24.324478,38.835518,388.11987,613.8844,21.811882,51.22059,3.8521273,0.9664615,37.619164,19.624819,10.192767,500.46225,3.0322876,360.32434,100.87934,2.7238905,9.737123,123.0165,49.590572,236.89905,207.8168,3100.5771,2.0701275,2312.6538,9.31547,2.5969753,1.5210572,13.298295,228.22209,277.42487,59.53695,118.918015,32.799934,9.692647,853.23254,10.728228,64.74998,61.807617,410.59442,15.684197,375.45157,13.049599,50.6648,0.0,4010.4414,9377.413,7.7303405,56.352825,59.01664,32357.236,125.13703,5.581519,62.642677,94.84101,56.942154,16.504915,41.54958,705.92303,89.38844,44.001045,5.685953,10.384694,900.9278,8.373363,306.56448,70.55013,2302.6147,95.24282,124.625465,160.8992,260.26657,14.98539,28.823458,100.15939,12.59909,14.848851,22.944942,38.933846,133.14574,14.822381,11.537915,117.25554,19.855139,4255.533,39.52099,33.803764,26.51642,38.00127,291.16443,78.794266,53.925404,16.458359,19.691416,37.820583,126.87251,189.0461,84.168144,286.47452,63.74408,45.161114,130.32599,226.20087,891.26776,158.13399,8.2404785,15.497917,8.706578,211.048,14127.946,6.861184,39.912334,57.208687,29.223824,341.67386,47.97733,191.73816,4.6551585,152.24597,676.69305,500.44,67.27691,811.6712,54.069443,86.94686,134.71324,30.72978,5.3866215,22.089758,1099.6841,1.7670054,3.6260486,130.44844,9.010867,5.3136086,28.791813,38.483162,408.73227,96.045494,168.56883,1626.0087,162.84653,2218.7815,1874.841,12.522,13.157774,8396.089,10.691782,28.193996,320.17947,45.556656,91.70047,49.471138,255.95503,1207.3057,287.5024,6.46058,51.258743,375.04742,2318.6604,44.5287,173.33145,16.357819,1.2696764,55.412575,1.1185629,0.797823,2.5839012,13.879872,50.57557,150.73816,26.369776,1977.6064,56.3069,18.924923,25.326948,6.811828,57.8582,4.8504925,2.212594,6.6537633,60.333927,0.4129954,2.073559,4.5518365,39.964718,14.848733,1.8313216,14.80389,611.3002,58.900536,1146.3083,26.371904,1952.1986,49.233948,701.4253,765.56946,20.403175,14.089671,1336.2455,1984.8601,5019.4023,584.6782 +2023-05-01 23:00:00,0.0,4490.0894,47.34189,27.728462,15.804522,43.720886,208.2779,33.88871,71.56112,24.32054,38.816017,388.59232,613.8411,21.802044,51.27062,3.857889,0.97026426,37.60291,19.664507,10.199197,500.3373,3.0368695,360.2925,100.83801,2.7212071,9.729301,123.00404,49.57196,236.8187,207.75269,3108.6687,2.0682535,2311.9417,9.305016,2.5950031,1.5197939,13.286652,228.1922,277.425,59.50518,119.2211,32.793114,9.69386,853.0787,10.720388,64.772995,61.836823,410.6776,15.722235,375.44952,13.064354,50.70354,0.0,4011.5276,9383.822,7.754763,56.470066,59.13137,32366.379,125.2337,5.598943,62.63163,94.84654,57.00234,16.534863,41.55551,706.0066,89.440186,43.996025,5.6969686,10.39453,901.2932,8.428733,306.73032,70.563774,2302.5063,95.295525,124.701355,160.91475,260.0271,14.979871,28.80949,100.08634,12.592174,14.840478,22.993277,38.9774,133.09392,14.827885,11.548866,117.39456,19.84247,4254.803,39.559998,33.885754,26.59464,38.04657,291.10373,78.84837,53.978832,16.471056,19.70289,37.850662,127.159294,189.06494,84.19738,286.60483,63.744682,45.208664,130.47186,226.21454,891.54956,158.19843,8.236046,15.498959,8.706423,210.9247,14130.438,6.8628364,39.88519,57.174236,29.233229,341.7597,48.0263,191.65576,4.655948,152.3367,676.4245,500.13315,67.317024,811.04034,54.051384,86.917145,134.98616,30.712734,5.3829937,22.080036,1100.6416,1.7650511,3.62246,130.38109,9.013959,5.3137026,28.768589,38.458103,408.46448,96.01347,168.52602,1625.269,162.90567,2218.5793,1874.8556,12.531374,13.175931,8407.02,10.689641,28.2388,320.29727,45.631958,91.82322,49.502125,256.156,1207.3091,287.564,6.4665804,51.301414,375.6332,2318.5261,44.522663,173.9238,16.413855,1.269214,55.412853,1.1183295,0.79734004,2.58308,13.905662,50.669914,150.93982,26.348705,1979.5277,56.49888,18.983198,25.387264,6.8266516,57.90289,4.867182,2.2125604,6.6857524,60.419384,0.4305991,2.0806177,4.5614023,39.946068,14.845104,1.8379726,14.841806,611.7991,59.0026,1148.6132,26.389694,1954.835,49.26238,701.1746,767.13086,20.448181,14.088017,1337.2588,1986.0149,5022.12,584.34247 +2023-05-02 00:00:00,0.0,4496.78,47.389538,27.715414,15.812902,43.701637,208.25142,33.879913,71.52562,24.3166,38.796516,389.06476,613.79785,21.792204,51.320644,3.8636503,0.9740671,37.58666,19.704193,10.205627,500.2124,3.0414517,360.26068,100.796684,2.7185237,9.72148,122.99158,49.55335,236.73836,207.68857,3116.7605,2.0663795,2311.2295,9.294561,2.593031,1.5185305,13.275007,228.1623,277.4251,59.473408,119.52419,32.78629,9.695074,852.9248,10.712548,64.796005,61.866028,410.7608,15.760272,375.44745,13.079109,50.742287,0.0,4012.6138,9390.231,7.7791853,56.587303,59.2461,32375.52,125.33037,5.6163673,62.620583,94.85208,57.062523,16.56481,41.561443,706.09015,89.491936,43.991005,5.7079844,10.404367,901.6586,8.484103,306.89612,70.57742,2302.398,95.34823,124.77724,160.9303,259.7876,14.974352,28.795523,100.01328,12.585258,14.832104,23.04161,39.020958,133.0421,14.833388,11.559818,117.533585,19.829802,4254.0728,39.599003,33.967743,26.67286,38.091873,291.043,78.90248,54.032257,16.483755,19.714363,37.88074,127.446075,189.08379,84.226616,286.7351,63.74529,45.25621,130.61775,226.22823,891.83136,158.26286,8.231613,15.5,8.706267,210.80139,14132.932,6.864489,39.858044,57.139782,29.242636,341.84558,48.075268,191.57338,4.6567383,152.42741,676.1559,499.82632,67.35713,810.4095,54.03333,86.88743,135.2591,30.695686,5.379366,22.070314,1101.5992,1.7630968,3.6188712,130.31375,9.017051,5.3137965,28.745365,38.43304,408.19672,95.98145,168.4832,1624.5293,162.96481,2218.3772,1874.8702,12.540747,13.194087,8417.949,10.687499,28.283604,320.41507,45.70726,91.94597,49.533108,256.357,1207.3124,287.62558,6.4725804,51.344086,376.219,2318.392,44.51662,174.51613,16.469893,1.2687516,55.41313,1.1180961,0.79685706,2.582259,13.931452,50.76426,151.1415,26.327635,1981.4489,56.69086,19.041473,25.44758,6.841475,57.947582,4.8838706,2.2125268,6.717742,60.50484,0.44820276,2.0876765,4.570968,39.927418,14.841475,1.8446236,14.879722,612.29803,59.10467,1150.9178,26.407482,1957.4712,49.290813,700.9239,768.6922,20.493189,14.086363,1338.2722,1987.1697,5024.8374,584.0067 +2023-05-02 01:00:00,0.0,4503.4697,47.437187,27.702366,15.821283,43.682384,208.22496,33.87112,71.49013,24.312664,38.77701,389.5372,613.7546,21.782366,51.37067,3.8694117,0.97786987,37.570408,19.743881,10.212058,500.08746,3.0460336,360.22888,100.755356,2.7158403,9.71366,122.97911,49.53474,236.658,207.62445,3124.8523,2.0645056,2310.5173,9.284107,2.5910587,1.5172671,13.263363,228.13239,277.42523,59.44164,119.827286,32.77947,9.696288,852.7709,10.704709,64.81902,61.895233,410.844,15.79831,375.4454,13.093864,50.78103,0.0,4013.6997,9396.641,7.8036075,56.704544,59.360832,32384.66,125.42703,5.6337914,62.609535,94.85762,57.12271,16.594759,41.56738,706.1737,89.543686,43.98598,5.719,10.414204,902.02405,8.539474,307.06192,70.591064,2302.2893,95.40093,124.85311,160.94585,259.5481,14.968833,28.781555,99.94023,12.5783415,14.82373,23.089945,39.064514,132.99028,14.838892,11.57077,117.67261,19.817133,4253.3423,39.638012,34.049732,26.751078,38.137177,290.9823,78.95659,54.085686,16.496452,19.725838,37.91082,127.73286,189.10263,84.25585,286.86542,63.74589,45.30376,130.76363,226.2419,892.11316,158.32732,8.2271805,15.501042,8.706112,210.67809,14135.424,6.866142,39.8309,57.105328,29.25204,341.93143,48.124237,191.49098,4.6575284,152.51814,675.8873,499.51947,67.39725,809.7786,54.015274,86.85772,135.53201,30.67864,5.375738,22.060593,1102.5568,1.7611425,3.6152823,130.2464,9.020142,5.313891,28.72214,38.40798,407.92896,95.94943,168.44038,1623.7897,163.02396,2218.1748,1874.8848,12.55012,13.212243,8428.88,10.685358,28.328405,320.53287,45.782562,92.06872,49.56409,256.55798,1207.3157,287.68713,6.478581,51.386757,376.8048,2318.258,44.510582,175.10847,16.52593,1.2682893,55.41341,1.1178627,0.79637414,2.5814378,13.957241,50.8586,151.34317,26.306564,1983.3701,56.88284,19.09975,25.507896,6.856298,57.99227,4.90056,2.2124934,6.749731,60.5903,0.46580645,2.0947351,4.580534,39.90877,14.837846,1.8512746,14.917638,612.79694,59.20674,1153.2225,26.425272,1960.1075,49.319244,700.67316,770.2536,20.538195,14.084709,1339.2855,1988.3245,5027.5547,583.67096 +2023-05-02 02:00:00,0.0,4510.1597,47.484837,27.689318,15.829664,43.663136,208.19849,33.862324,71.45463,24.308725,38.75751,390.00964,613.7113,21.772528,51.420696,3.8751733,0.98167264,37.554153,19.783567,10.218488,499.96252,3.0506158,360.19705,100.71403,2.713157,9.705839,122.966644,49.51613,236.57767,207.56035,3132.9438,2.0626316,2309.805,9.273653,2.5890865,1.5160037,13.251719,228.10248,277.42535,59.40987,120.13038,32.772648,9.697501,852.617,10.696869,64.84204,61.924435,410.9272,15.836348,375.44333,13.108619,50.81977,0.0,4014.7856,9403.049,7.8280296,56.821785,59.475563,32393.803,125.523705,5.651215,62.598488,94.86315,57.182896,16.624706,41.57331,706.25726,89.59543,43.98096,5.7300153,10.424041,902.38947,8.594844,307.22775,70.604706,2302.181,95.453636,124.929,160.9614,259.30862,14.963314,28.767588,99.86718,12.571425,14.815356,23.138279,39.10807,132.93846,14.844396,11.581721,117.81164,19.804464,4252.612,39.67702,34.13172,26.829298,38.182476,290.9216,79.0107,54.139114,16.509151,19.73731,37.940903,128.01964,189.12146,84.28508,286.99573,63.746494,45.351307,130.90952,226.25557,892.39496,158.39175,8.222748,15.502084,8.705956,210.55478,14137.917,6.8677945,39.803753,57.070873,29.261446,342.0173,48.173206,191.4086,4.6583185,152.60887,675.6188,499.21262,67.437355,809.14777,53.99722,86.828,135.80493,30.661592,5.372111,22.05087,1103.5144,1.7591882,3.6116936,130.17906,9.023233,5.313985,28.698915,38.382923,407.66116,95.917404,168.39757,1623.05,163.08308,2217.9727,1874.8994,12.559493,13.230399,8439.811,10.683217,28.373209,320.65067,45.857864,92.19147,49.595078,256.75897,1207.319,287.74872,6.4845815,51.42943,377.3906,2318.1238,44.50454,175.7008,16.581966,1.2678269,55.41369,1.1176293,0.79589117,2.5806167,13.983031,50.952946,151.54485,26.285494,1985.2914,57.07482,19.158026,25.568213,6.8711214,58.03696,4.9172487,2.2124598,6.78172,60.67576,0.48341015,2.1017938,4.5901,39.89012,14.834217,1.8579255,14.955554,613.2959,59.308807,1155.5272,26.443062,1962.7439,49.34768,700.4225,771.815,20.5832,14.0830555,1340.2988,1989.4792,5030.2725,583.3352 +2023-05-02 03:00:00,0.0,4516.85,47.532486,27.67627,15.838045,43.643887,208.17203,33.853527,71.419136,24.304789,38.73801,390.48212,613.6681,21.762688,51.470726,3.8809347,0.9854755,37.537903,19.823254,10.224918,499.8376,3.0551977,360.16522,100.6727,2.7104735,9.698018,122.95418,49.49752,236.49731,207.49623,3141.0356,2.0607576,2309.0928,9.263199,2.5871143,1.5147403,13.240075,228.07257,277.42548,59.3781,120.433464,32.765827,9.698715,852.46313,10.68903,64.86506,61.95364,411.01038,15.874385,375.44128,13.123374,50.858517,0.0,4015.872,9409.458,7.852452,56.939026,59.59029,32402.943,125.62037,5.668639,62.58744,94.86869,57.24308,16.654654,41.579243,706.3409,89.64718,43.97594,5.741031,10.433877,902.7548,8.650215,307.39355,70.61835,2302.0725,95.50634,125.00488,160.97694,259.06912,14.957794,28.75362,99.79412,12.56451,14.806983,23.186613,39.151627,132.88664,14.849899,11.592673,117.95066,19.791796,4251.882,39.71603,34.21371,26.907516,38.22778,290.8609,79.064804,54.19254,16.521849,19.748785,37.97098,128.30641,189.1403,84.314316,287.126,63.747097,45.398857,131.05539,226.26924,892.67676,158.45619,8.218315,15.503125,8.705801,210.43147,14140.409,6.8694468,39.776608,57.036423,29.270853,342.10315,48.222176,191.3262,4.6591086,152.6996,675.3502,498.9058,67.47747,808.51697,53.979164,86.79829,136.07787,30.644547,5.368483,22.041151,1104.472,1.757234,3.608105,130.11171,9.026324,5.314079,28.675692,38.357864,407.3934,95.88538,168.35474,1622.3104,163.14223,2217.7705,1874.914,12.568867,13.248556,8450.74,10.681075,28.41801,320.76843,45.933167,92.31422,49.62606,256.95996,1207.3223,287.8103,6.4905815,51.472095,377.97638,2317.9897,44.498497,176.29315,16.638004,1.2673646,55.413967,1.1173959,0.7954082,2.5797958,14.008821,51.04729,151.7465,26.264423,1987.2126,57.2668,19.216301,25.628529,6.885945,58.081654,4.933938,2.2124262,6.8137093,60.761215,0.5010138,2.1088524,4.599665,39.87147,14.830587,1.8645766,14.99347,613.7948,59.410877,1157.8319,26.46085,1965.3801,49.37611,700.17175,773.3764,20.628208,14.081402,1341.3121,1990.634,5032.9897,582.99945 +2023-05-02 04:00:00,0.0,4523.54,47.580135,27.663221,15.846426,43.624638,208.14555,33.84473,71.383644,24.30085,38.718506,390.95456,613.6248,21.75285,51.520752,3.886696,0.98927826,37.521652,19.862942,10.231349,499.71268,3.05978,360.1334,100.63137,2.7077901,9.690197,122.94172,49.47891,236.41698,207.43211,3149.1274,2.0588837,2308.3806,9.252746,2.5851421,1.5134768,13.228432,228.04266,277.4256,59.346333,120.73656,32.759007,9.699929,852.30927,10.6811905,64.88807,61.982845,411.09357,15.912423,375.4392,13.138129,50.89726,0.0,4016.958,9415.867,7.876874,57.056263,59.70502,32412.084,125.71704,5.6860633,62.576393,94.87424,57.30327,16.684603,41.58518,706.42444,89.69892,43.970917,5.7520466,10.443713,903.12024,8.7055855,307.55936,70.63199,2301.964,95.559044,125.080765,160.9925,258.82962,14.952275,28.739653,99.72107,12.557594,14.79861,23.234947,39.195183,132.83482,14.855403,11.603625,118.08968,19.779127,4251.1514,39.75504,34.2957,26.985735,38.273083,290.80017,79.11891,54.245968,16.534548,19.760258,38.00106,128.5932,189.15915,84.34355,287.25632,63.747704,45.446407,131.20128,226.28293,892.95856,158.52063,8.213882,15.504167,8.705646,210.30817,14142.902,6.8710995,39.749462,57.00197,29.280258,342.189,48.271145,191.24382,4.6598983,152.79033,675.08167,498.59894,67.51758,807.8861,53.96111,86.76857,136.35078,30.627499,5.3648553,22.03143,1105.4296,1.7552797,3.6045163,130.04437,9.029416,5.314173,28.652468,38.332806,407.12564,95.85336,168.31192,1621.5708,163.20137,2217.568,1874.9286,12.578239,13.266712,8461.671,10.678934,28.462814,320.88623,46.00847,92.436966,49.657047,257.16095,1207.3256,287.87186,6.496582,51.514767,378.56216,2317.8557,44.49246,176.88548,16.69404,1.2669022,55.414246,1.1171625,0.7949252,2.5789747,14.03461,51.141636,151.94818,26.243351,1989.1338,57.458782,19.274576,25.688845,6.9007683,58.126343,4.950627,2.2123926,6.845699,60.846676,0.5186175,2.1159112,4.609231,39.85282,14.826959,1.8712275,15.031385,614.29376,59.512947,1160.1367,26.47864,1968.0165,49.40454,699.921,774.9378,20.673214,14.079748,1342.3254,1991.7888,5035.7075,582.6637 +2023-05-02 05:00:00,0.0,4530.23,47.627785,27.650173,15.854806,43.605385,208.1191,33.835934,71.348145,24.296913,38.699005,391.427,613.58154,21.743011,51.570778,3.8924577,0.99308103,37.5054,19.902628,10.237779,499.58774,3.0643618,360.1016,100.59004,2.7051067,9.682376,122.92925,49.460297,236.33662,207.36801,3157.219,2.0570097,2307.6685,9.242291,2.58317,1.5122135,13.216788,228.01276,277.42572,59.314564,121.03965,32.752186,9.701142,852.1554,10.67335,64.91109,62.01205,411.17676,15.95046,375.43716,13.1528845,50.936,0.0,4018.044,9422.275,7.9012966,57.173504,59.81975,32421.227,125.813705,5.7034874,62.565346,94.879776,57.363453,16.71455,41.59111,706.508,89.75067,43.965897,5.763062,10.45355,903.48566,8.760956,307.72516,70.64563,2301.8557,95.61175,125.15665,161.00804,258.59015,14.946756,28.725685,99.64801,12.550678,14.7902355,23.283283,39.23874,132.783,14.860907,11.614577,118.22871,19.766459,4250.421,39.79405,34.37769,27.063955,38.318382,290.73947,79.17302,54.299397,16.547245,19.77173,38.03114,128.87997,189.178,84.37279,287.38663,63.748306,45.493954,131.34715,226.2966,893.24036,158.58507,8.209449,15.505209,8.70549,210.18486,14145.395,6.872752,39.722317,56.967514,29.289663,342.27487,48.320114,191.16142,4.6606884,152.88104,674.8131,498.29208,67.557686,807.25525,53.943054,86.73886,136.6237,30.610453,5.3612275,22.021708,1106.3872,1.7533253,3.6009276,129.97702,9.032507,5.314267,28.629244,38.307743,406.85785,95.821335,168.2691,1620.831,163.26051,2217.366,1874.9431,12.587613,13.284868,8472.602,10.676793,28.507618,321.00403,46.08377,92.55971,49.68803,257.36194,1207.329,287.93344,6.5025826,51.557438,379.14798,2317.7214,44.486416,177.47783,16.750078,1.2664398,55.414528,1.116929,0.79444224,2.5781536,14.0604,51.235977,152.14986,26.22228,1991.055,57.65076,19.332853,25.74916,6.9155917,58.171036,4.967316,2.212359,6.877688,60.932133,0.5362212,2.1229699,4.618797,39.834175,14.82333,1.8778785,15.069302,614.79266,59.615017,1162.4414,26.49643,1970.6528,49.432976,699.67035,776.4992,20.718222,14.0780945,1343.3387,1992.9436,5038.425,582.32794 +2023-05-02 06:00:00,0.0,4536.9204,47.675434,27.637125,15.863187,43.586136,208.09262,33.82714,71.31265,24.292974,38.679504,391.89944,613.53827,21.733171,51.620804,3.898219,0.99688387,37.489147,19.942314,10.244209,499.4628,3.0689437,360.06976,100.54871,2.7024233,9.674556,122.91679,49.44169,236.25627,207.3039,3165.3108,2.0551357,2306.9563,9.231837,2.5811977,1.5109501,13.205144,227.98286,277.4258,59.282795,121.34274,32.745365,9.702356,852.0015,10.665511,64.934105,62.041252,411.25995,15.988499,375.4351,13.16764,50.974747,0.0,4019.1301,9428.685,7.925719,57.290745,59.934483,32430.367,125.91037,5.7209115,62.5543,94.8853,57.423637,16.744497,41.597042,706.59155,89.80242,43.960876,5.774078,10.463387,903.8511,8.816326,307.891,70.65927,2301.7473,95.66445,125.23253,161.02359,258.35065,14.941237,28.71172,99.57496,12.543762,14.781862,23.331617,39.282295,132.73119,14.86641,11.625528,118.36773,19.75379,4249.691,39.833054,34.45968,27.142174,38.363686,290.67877,79.22713,54.35282,16.559944,19.783205,38.061222,129.16676,189.19684,84.402016,287.5169,63.74891,45.541504,131.49304,226.31027,893.52216,158.6495,8.205016,15.50625,8.705334,210.06155,14147.888,6.8744044,39.69517,56.93306,29.29907,342.36072,48.369083,191.07904,4.6614785,152.97177,674.54456,497.98523,67.5978,806.6244,53.924995,86.709145,136.89662,30.593405,5.3575997,22.011986,1107.3447,1.751371,3.597339,129.90968,9.035599,5.314361,28.60602,38.282684,406.5901,95.789314,168.22629,1620.0914,163.31966,2217.1638,1874.9578,12.596986,13.303025,8483.532,10.674651,28.55242,321.12183,46.159073,92.68246,49.719017,257.5629,1207.3323,287.99503,6.508583,51.600105,379.73376,2317.5874,44.480377,178.07016,16.806116,1.2659775,55.414806,1.1166956,0.79395926,2.5773325,14.086189,51.330322,152.35153,26.20121,1992.9763,57.84274,19.391129,25.809475,6.9304147,58.215725,4.984005,2.2123253,6.909677,61.01759,0.5538249,2.1300285,4.6283627,39.815525,14.8197,1.8845295,15.107218,615.29156,59.717083,1164.7461,26.514217,1973.2891,49.461407,699.4196,778.0606,20.763227,14.076441,1344.352,1994.0984,5041.142,581.9922 +2023-05-02 07:00:00,0.0,4543.6104,47.723083,27.624077,15.871568,43.566887,208.06616,33.818344,71.27715,24.289036,38.66,392.3719,613.495,21.723333,51.670834,3.9039805,1.0006866,37.472897,19.982002,10.25064,499.3379,3.073526,360.03793,100.507385,2.69974,9.666735,122.90432,49.423077,236.17593,207.23978,3173.4023,2.0532618,2306.244,9.221383,2.5792255,1.5096867,13.1935,227.95296,277.42593,59.251026,121.645836,32.73854,9.703569,851.84766,10.657672,64.957115,62.070457,411.34314,16.026535,375.43304,13.182395,51.01349,0.0,4020.2163,9435.094,7.950141,57.40798,60.049213,32439.508,126.00704,5.7383356,62.54325,94.89084,57.483826,16.774445,41.602978,706.6751,89.854164,43.955856,5.7850933,10.473223,904.21643,8.871696,308.0568,70.67292,2301.639,95.717155,125.30841,161.03914,258.11115,14.935719,28.697752,99.5019,12.536846,14.773488,23.379951,39.32585,132.67937,14.871914,11.63648,118.50676,19.741121,4248.9604,39.872063,34.541668,27.220392,38.40899,290.61804,79.28123,54.40625,16.572641,19.794678,38.0913,129.45354,189.21568,84.43125,287.64722,63.749516,45.58905,131.63892,226.32396,893.80396,158.71394,8.200583,15.507292,8.705178,209.93823,14150.38,6.876057,39.668026,56.89861,29.308475,342.4466,48.418053,190.99664,4.6622686,153.0625,674.27594,497.6784,67.63791,805.9935,53.90694,86.67943,137.16956,30.576357,5.353972,22.002264,1108.3024,1.7494167,3.5937502,129.84233,9.038691,5.3144555,28.582796,38.257626,406.32233,95.75729,168.18347,1619.3518,163.37878,2216.9614,1874.9723,12.6063595,13.321181,8494.462,10.67251,28.597223,321.23962,46.234375,92.80521,49.75,257.7639,1207.3356,288.05658,6.514583,51.642776,380.31955,2317.4534,44.474335,178.6625,16.862152,1.2655151,55.415085,1.1164622,0.7934763,2.5765114,14.1119795,51.424667,152.55319,26.18014,1994.8976,58.03472,19.449404,25.869791,6.945238,58.260418,5.0006943,2.2122917,6.9416666,61.10305,0.5714286,2.137087,4.6379285,39.796875,14.8160715,1.8911805,15.145134,615.7905,59.819153,1167.0508,26.532007,1975.9254,49.489838,699.16895,779.622,20.808233,14.074787,1345.3654,1995.2532,5043.86,581.65643 +2023-05-02 08:00:00,0.0,4550.3003,47.770733,27.611029,15.879949,43.547638,208.03969,33.809547,71.24166,24.285099,38.6405,392.84433,613.4517,21.713495,51.72086,3.9097419,1.0044894,37.456646,20.021688,10.25707,499.21295,3.0781078,360.0061,100.46606,2.6970563,9.658914,122.89185,49.404465,236.09558,207.17566,3181.4941,2.0513878,2305.5317,9.210929,2.5772533,1.5084233,13.181856,227.92305,277.42606,59.219257,121.94892,32.73172,9.704783,851.6937,10.649832,64.98013,62.099663,411.42633,16.064573,375.43097,13.19715,51.05223,0.0,4021.3022,9441.502,7.974563,57.525223,60.163944,32448.648,126.10371,5.7557597,62.532204,94.89638,57.54401,16.804394,41.60891,706.75867,89.905914,43.950832,5.7961087,10.48306,904.58185,8.927067,308.2226,70.68656,2301.5305,95.76986,125.38429,161.05469,257.87167,14.9302,28.683784,99.42885,12.52993,14.765115,23.428286,39.369408,132.62755,14.877418,11.647432,118.64578,19.728453,4248.23,39.91107,34.623657,27.29861,38.45429,290.55734,79.335335,54.45968,16.58534,19.806152,38.12138,129.74033,189.23451,84.46049,287.77753,63.75012,45.6366,131.7848,226.33763,894.08575,158.77838,8.196151,15.508334,8.705023,209.81493,14152.872,6.87771,39.64088,56.864155,29.317883,342.53244,48.467022,190.91426,4.6630588,153.15323,674.0074,497.37155,67.678024,805.3627,53.888885,86.64972,137.44247,30.55931,5.350344,21.992542,1109.2599,1.7474624,3.5901616,129.775,9.041781,5.3145494,28.559572,38.232567,406.05453,95.725266,168.14066,1618.612,163.43793,2216.7593,1874.9869,12.615733,13.339337,8505.393,10.670368,28.642025,321.3574,46.309677,92.927956,49.780987,257.96487,1207.3389,288.11816,6.5205836,51.685448,380.90533,2317.319,44.468296,179.25484,16.91819,1.2650527,55.415363,1.1162288,0.79299337,2.5756905,14.137769,51.519012,152.75487,26.15907,1996.8187,58.2267,19.50768,25.930107,6.9600616,58.305107,5.017383,2.212258,6.9736557,61.188507,0.58903223,2.1441457,4.6474943,39.778225,14.812443,1.8978314,15.18305,616.2894,59.921223,1169.3555,26.549797,1978.5616,49.518272,698.9182,781.1834,20.853241,14.073133,1346.3787,1996.408,5046.577,581.3207 +2023-05-02 09:00:00,0.0,4556.9907,47.818382,27.59798,15.8883295,43.528385,208.01321,33.80075,71.20617,24.28116,38.620995,393.31677,613.40845,21.703657,51.770885,3.9155035,1.0082922,37.44039,20.061377,10.2635,499.088,3.08269,359.9743,100.42473,2.694373,9.651093,122.879395,49.385857,236.01524,207.11156,3189.586,2.049514,2304.8196,9.200475,2.5752811,1.50716,13.170212,227.89314,277.42618,59.18749,122.252014,32.7249,9.705997,851.53986,10.641993,65.00315,62.12887,411.50952,16.102612,375.42892,13.211905,51.090977,0.0,4022.3884,9447.911,7.9989853,57.642464,60.278675,32457.791,126.20038,5.7731833,62.521156,94.90192,57.604195,16.834341,41.61484,706.8422,89.957664,43.945812,5.8071246,10.492896,904.94727,8.982438,308.38843,70.7002,2301.422,95.82256,125.460175,161.07024,257.63217,14.924681,28.669817,99.35579,12.523015,14.756742,23.47662,39.412964,132.57573,14.882922,11.658383,118.784805,19.715784,4247.5,39.95008,34.705647,27.376831,38.49959,290.49664,79.38944,54.513103,16.598038,19.817625,38.15146,130.0271,189.25336,84.489716,287.9078,63.75072,45.684147,131.93068,226.3513,894.36755,158.84282,8.191718,15.509376,8.704867,209.69162,14155.365,6.879362,39.613735,56.8297,29.327288,342.61832,48.51599,190.83186,4.6638484,153.24396,673.73883,497.0647,67.71813,804.7319,53.87083,86.62,137.7154,30.542263,5.346717,21.98282,1110.2175,1.7455081,3.5865726,129.70766,9.044873,5.3146434,28.536348,38.207508,405.78677,95.693245,168.09784,1617.8724,163.49707,2216.5571,1875.0015,12.625106,13.357494,8516.323,10.668227,28.686829,321.4752,46.384983,93.050705,49.81197,258.16586,1207.3422,288.17975,6.526584,51.72812,381.49112,2317.185,44.462254,179.84718,16.974228,1.2645904,55.41564,1.1159954,0.7925104,2.5748694,14.163558,51.613354,152.95654,26.137999,1998.74,58.418682,19.565956,25.990423,6.974885,58.3498,5.0340724,2.2122245,7.005645,61.273964,0.6066359,2.1512046,4.65706,39.759575,14.808814,1.9044825,15.220965,616.7884,60.02329,1171.6603,26.567585,1981.198,49.546703,698.6675,782.74475,20.898247,14.07148,1347.392,1997.5627,5049.295,580.985 +2023-05-02 10:00:00,0.0,4563.6807,47.866035,27.584932,15.89671,43.509136,207.98676,33.791954,71.17067,24.277224,38.601494,393.78925,613.3652,21.693817,51.82091,3.921265,1.0120951,37.42414,20.101063,10.269931,498.96307,3.087272,359.94247,100.3834,2.6916895,9.643272,122.86693,49.367245,235.93489,207.04744,3197.6775,2.04764,2304.1074,9.190021,2.573309,1.5058966,13.158568,227.86324,277.4263,59.15572,122.55511,32.71808,9.707211,851.386,10.634153,65.02616,62.158073,411.59274,16.140648,375.42685,13.22666,51.12972,0.0,4023.4746,9454.32,8.023408,57.759705,60.393406,32466.932,126.29704,5.7906075,62.51011,94.907455,57.664383,16.864288,41.620777,706.92584,90.00941,43.940792,5.81814,10.502732,905.3127,9.037808,308.55423,70.713844,2301.3137,95.87527,125.53606,161.08578,257.39267,14.919162,28.65585,99.28274,12.516099,14.748367,23.524954,39.456524,132.52393,14.888426,11.669335,118.92383,19.703115,4246.7695,39.98909,34.787636,27.45505,38.544895,290.43594,79.44355,54.566532,16.610737,19.8291,38.18154,130.31389,189.2722,84.51895,288.03812,63.751324,45.731697,132.07657,226.36497,894.64935,158.90726,8.187285,15.510417,8.704712,209.56831,14157.857,6.881015,39.586594,56.795246,29.336693,342.70416,48.56496,190.74948,4.6646385,153.33467,673.4703,496.75787,67.75825,804.101,53.852776,86.59029,137.98833,30.525217,5.343089,21.973099,1111.1752,1.7435539,3.582984,129.6403,9.047964,5.314738,28.513124,38.182446,405.519,95.661224,168.05501,1617.1328,163.55621,2216.3547,1875.0161,12.6344795,13.37565,8527.253,10.666086,28.731632,321.593,46.460285,93.173454,49.842957,258.36685,1207.3455,288.2413,6.532584,51.77079,382.07693,2317.051,44.45621,180.43951,17.030264,1.264128,55.41592,1.1157621,0.7920274,2.5740483,14.189348,51.7077,153.15822,26.116926,2000.6613,58.61066,19.624231,26.05074,6.9897084,58.39449,5.050761,2.2121909,7.0376344,61.35942,0.6242396,2.1582632,4.666626,39.74093,14.805184,1.9111334,15.258882,617.2873,60.12536,1173.965,26.585375,1983.8344,49.575134,698.4168,784.30615,20.943254,14.069825,1348.4053,1998.7175,5052.012,580.64923 +2023-05-02 11:00:00,0.0,4570.371,47.913685,27.571884,15.905091,43.489887,207.96028,33.783157,71.13518,24.273285,38.581993,394.2617,613.32196,21.683979,51.87094,3.9270263,1.0158979,37.40789,20.140749,10.2763605,498.83817,3.091854,359.91064,100.34207,2.689006,9.635451,122.85446,49.348637,235.85454,206.98332,3205.7693,2.045766,2303.395,9.179566,2.5713367,1.5046332,13.146925,227.83333,277.42642,59.12395,122.8582,32.711258,9.708425,851.2321,10.626313,65.04918,62.187275,411.67593,16.178686,375.42477,13.241415,51.16846,0.0,4024.5605,9460.7295,8.04783,57.87694,60.508133,32476.072,126.39371,5.8080316,62.49906,94.912994,57.724567,16.894238,41.62671,707.0094,90.06116,43.935772,5.8291554,10.512569,905.6781,9.093179,308.72003,70.727486,2301.205,95.92797,125.61194,161.10133,257.1532,14.913643,28.641882,99.20969,12.509183,14.739994,23.573288,39.500076,132.4721,14.8939295,11.680287,119.06285,19.690449,4246.039,40.0281,34.869625,27.533268,38.590195,290.3752,79.49766,54.61996,16.623434,19.840572,38.21162,130.60066,189.29105,84.54819,288.16843,63.75193,45.779243,132.22244,226.37866,894.93115,158.97171,8.182853,15.511458,8.704556,209.445,14160.351,6.8826675,39.55945,56.760796,29.3461,342.79004,48.61393,190.66708,4.6654286,153.4254,673.2017,496.45102,67.798355,803.47015,53.83472,86.56058,138.26125,30.50817,5.3394613,21.963377,1112.1327,1.7415996,3.5793953,129.57297,9.051056,5.3148317,28.489899,38.157387,405.25122,95.6292,168.01219,1616.3931,163.61534,2216.1526,1875.0306,12.643852,13.393806,8538.184,10.663944,28.776434,321.7108,46.535587,93.2962,49.87394,258.56784,1207.3488,288.3029,6.5385847,51.813457,382.66272,2316.9167,44.450172,181.03186,17.086302,1.2636656,55.4162,1.1155287,0.79154444,2.5732272,14.2151375,51.802044,153.35988,26.095856,2002.5824,58.802643,19.682507,26.111055,7.004532,58.43918,5.0674505,2.2121572,7.0696235,61.44488,0.6418433,2.1653218,4.676192,39.72228,14.801556,1.9177845,15.296798,617.78625,60.22743,1176.2697,26.603165,1986.4706,49.60357,698.1661,785.86755,20.98826,14.0681715,1349.4186,1999.8723,5054.73,580.3135 +2023-05-02 12:00:00,0.0,4577.061,47.961334,27.558836,15.913472,43.47064,207.93382,33.774364,71.09968,24.269348,38.56249,394.73413,613.2787,21.67414,51.920967,3.932788,1.0197006,37.391636,20.180437,10.282791,498.71323,3.096436,359.8788,100.30074,2.6863227,9.62763,122.841995,49.330025,235.7742,206.91922,3213.861,2.0438921,2302.6829,9.169112,2.5693645,1.5033698,13.13528,227.80344,277.42654,59.092182,123.16129,32.704437,9.709639,851.07825,10.618474,65.0722,62.21648,411.75912,16.216724,375.42273,13.25617,51.207207,0.0,4025.6465,9467.138,8.072252,57.994183,60.622864,32485.215,126.49038,5.8254557,62.488014,94.91853,57.78475,16.924185,41.63264,707.09296,90.1129,43.930748,5.8401713,10.522406,906.04346,9.148549,308.88586,70.74113,2301.0967,95.980675,125.68782,161.11688,256.9137,14.908124,28.627914,99.13663,12.502267,14.73162,23.621624,39.543636,132.42029,14.899433,11.691239,119.20187,19.67778,4245.309,40.06711,34.951614,27.611488,38.635498,290.3145,79.551765,54.673386,16.636133,19.852045,38.2417,130.88745,189.30989,84.57742,288.2987,63.752533,45.826794,132.36833,226.39233,895.21295,159.03615,8.17842,15.512501,8.704401,209.3217,14162.843,6.88432,39.532303,56.72634,29.355505,342.8759,48.662903,190.5847,4.6662188,153.51613,672.93317,496.14417,67.83846,802.8393,53.81666,86.53086,138.53416,30.491123,5.3358335,21.953655,1113.0903,1.7396452,3.5758066,129.50562,9.054147,5.3149257,28.466675,38.132328,404.98346,95.597176,167.96938,1615.6534,163.67448,2215.9504,1875.0453,12.653226,13.411963,8549.114,10.661803,28.821238,321.82855,46.61089,93.41895,49.904922,258.76883,1207.3522,288.36447,6.544585,51.85613,383.2485,2316.7827,44.44413,181.62419,17.142338,1.2632033,55.416477,1.1152953,0.79106146,2.5724063,14.240928,51.89639,153.56155,26.074785,2004.5037,58.99462,19.740784,26.171371,7.019355,58.48387,5.0841393,2.2121236,7.1016126,61.53034,0.659447,2.1723804,4.6857576,39.70363,14.797927,1.9244354,15.334714,618.28516,60.329494,1178.5743,26.620953,1989.1069,49.632,697.91534,787.42896,21.033266,14.066518,1350.4319,2001.0271,5057.4473,579.9777 +2023-05-02 13:00:00,0.0,4583.751,48.008984,27.545788,15.921852,43.451385,207.90735,33.765568,71.064186,24.26541,38.542988,395.20657,613.2354,21.6643,51.970993,3.9385493,1.0235034,37.375385,20.220123,10.289222,498.5883,3.1010182,359.84702,100.259415,2.6836393,9.619809,122.82953,49.311413,235.69385,206.8551,3221.9526,2.0420182,2301.9707,9.158658,2.5673923,1.5021064,13.123636,227.77353,277.42667,59.060413,123.46438,32.697617,9.710852,850.9244,10.610634,65.09521,62.245686,411.84235,16.25476,375.42065,13.2709255,51.24595,0.0,4026.733,9473.547,8.096674,58.111423,60.737595,32494.355,126.58704,5.84288,62.47697,94.924065,57.84494,16.954132,41.638577,707.1765,90.16465,43.925728,5.8511868,10.532243,906.4089,9.203919,309.05167,70.75477,2300.9883,96.03338,125.7637,161.13243,256.6742,14.902605,28.613947,99.063576,12.495351,14.723247,23.669958,39.587193,132.36847,14.904937,11.70219,119.340904,19.665112,4244.5786,40.106113,35.033604,27.689707,38.6808,290.2538,79.60587,54.726814,16.64883,19.86352,38.27178,131.17422,189.32874,84.60665,288.42902,63.753136,45.87434,132.5142,226.406,895.49475,159.10059,8.173986,15.513542,8.704246,209.1984,14165.336,6.8859725,39.505157,56.691887,29.36491,342.96176,48.711872,190.5023,4.667009,153.60686,672.6646,495.83734,67.87858,802.20844,53.798607,86.501144,138.80708,30.474075,5.332206,21.943933,1114.0479,1.7376909,3.572218,129.43828,9.057239,5.31502,28.44345,38.10727,404.7157,95.565155,167.92656,1614.9138,163.73363,2215.748,1875.0598,12.662599,13.4301195,8560.044,10.659662,28.86604,321.94635,46.68619,93.5417,49.93591,258.96982,1207.3555,288.42603,6.5505857,51.8988,383.8343,2316.6487,44.43809,182.21654,17.198376,1.2627409,55.416756,1.1150619,0.7905785,2.5715852,14.266717,51.99073,153.76323,26.053715,2006.4249,59.186604,19.799059,26.231688,7.0341783,58.52856,5.1008286,2.21209,7.133602,61.615795,0.6770507,2.1794393,4.695323,39.68498,14.794297,1.9310864,15.372629,618.7841,60.431564,1180.879,26.638742,1991.7433,49.660435,697.6647,788.99036,21.078274,14.064864,1351.4452,2002.1819,5060.1646,579.64197 +2023-05-02 14:00:00,0.0,4590.4414,48.056633,27.53274,15.930233,43.432137,207.88089,33.75677,71.02869,24.26147,38.523487,395.67902,613.19214,21.654463,52.02102,3.9443107,1.0273062,37.359135,20.25981,10.295651,498.46338,3.1056,359.8152,100.21809,2.680956,9.611989,122.81707,49.292805,235.61351,206.79099,3230.0444,2.0401442,2301.2585,9.148205,2.5654202,1.500843,13.111992,227.74362,277.4268,59.028645,123.76747,32.690792,9.712066,850.7705,10.602795,65.118225,62.27489,411.92554,16.292799,375.4186,13.285681,51.284695,0.0,4027.8188,9479.956,8.121097,58.228664,60.852325,32503.496,126.683716,5.860304,62.465923,94.9296,57.905125,16.984081,41.64451,707.2601,90.2164,43.920708,5.862202,10.542079,906.7743,9.25929,309.21747,70.76842,2300.88,96.08608,125.839584,161.14798,256.43472,14.897086,28.59998,98.99052,12.488436,14.714873,23.718292,39.63075,132.31665,14.91044,11.713142,119.47993,19.652443,4243.848,40.145123,35.115593,27.767925,38.7261,290.1931,79.65998,54.780243,16.66153,19.874992,38.30186,131.46101,189.34756,84.63589,288.5593,63.753742,45.92189,132.6601,226.41968,895.77655,159.16502,8.169554,15.514584,8.70409,209.07509,14167.828,6.887625,39.478012,56.657433,29.374317,343.0476,48.76084,190.41992,4.6677985,153.69759,672.396,495.5305,67.918686,801.57764,53.780552,86.47143,139.08002,30.45703,5.328578,21.934212,1115.0055,1.7357366,3.5686293,129.37093,9.06033,5.315114,28.420227,38.08221,404.4479,95.533134,167.88374,1614.1741,163.79277,2215.546,1875.0745,12.671972,13.448276,8570.975,10.65752,28.910843,322.06415,46.761494,93.66445,49.966892,259.1708,1207.3588,288.4876,6.556586,51.941467,384.4201,2316.5144,44.43205,182.80887,17.254414,1.2622784,55.417034,1.1148285,0.7900955,2.570764,14.292507,52.085075,153.9649,26.032644,2008.3462,59.378582,19.857334,26.292004,7.0490017,58.573254,5.1175175,2.2120564,7.1655912,61.701256,0.6946544,2.186498,4.704889,39.666332,14.7906685,1.9377373,15.410545,619.283,60.533634,1183.1838,26.656532,1994.3795,49.688866,697.41394,790.55176,21.12328,14.0632105,1352.4585,2003.3367,5062.8823,579.3062 +2023-05-02 15:00:00,0.0,4597.1313,48.104282,27.519691,15.938614,43.412888,207.85442,33.747974,70.993195,24.257534,38.503983,396.15146,613.14886,21.644625,52.07105,3.9500723,1.031109,37.342884,20.299498,10.302082,498.33844,3.1101823,359.78336,100.17675,2.6782725,9.604168,122.8046,49.274193,235.53316,206.72688,3238.1362,2.0382702,2300.5464,9.137751,2.563448,1.4995795,13.100348,227.71371,277.4269,58.996876,124.070564,32.68397,9.713279,850.6166,10.594955,65.14124,62.304092,412.00873,16.330837,375.41653,13.300436,51.323437,0.0,4028.9048,9486.364,8.145519,58.3459,60.967056,32512.639,126.78038,5.877728,62.454876,94.93514,57.96531,17.014029,41.650444,707.3436,90.26814,43.915684,5.873218,10.551915,907.1397,9.314661,309.38327,70.78206,2300.7715,96.13879,125.91547,161.16353,256.19522,14.891567,28.586012,98.917465,12.48152,14.706499,23.766626,39.674305,132.26483,14.915944,11.724094,119.61895,19.639774,4243.118,40.18413,35.197582,27.846146,38.771404,290.1324,79.71409,54.833668,16.674227,19.886467,38.33194,131.74779,189.36641,84.66512,288.6896,63.754345,45.969437,132.80597,226.43336,896.05835,159.22946,8.165121,15.515625,8.703935,208.95177,14170.321,6.8892775,39.450867,56.622982,29.383722,343.13348,48.80981,190.33752,4.6685886,153.7883,672.12744,495.22363,67.9588,800.9468,53.762497,86.44172,139.35294,30.439981,5.32495,21.92449,1115.963,1.7337823,3.5650406,129.30359,9.063421,5.315208,28.397003,38.057148,404.18015,95.50111,167.84093,1613.4344,163.85191,2215.3435,1875.089,12.681345,13.466433,8581.905,10.655379,28.955647,322.18195,46.836796,93.7872,49.99788,259.3718,1207.362,288.5492,6.5625863,51.98414,385.0059,2316.3804,44.42601,183.40121,17.31045,1.2618161,55.417313,1.114595,0.7896126,2.569943,14.318296,52.17942,154.16658,26.011574,2010.2673,59.570564,19.91561,26.352318,7.063825,58.617943,5.134207,2.2120228,7.1975803,61.786713,0.71225804,2.1935565,4.7144547,39.647682,14.78704,1.9443884,15.448462,619.7819,60.635704,1185.4885,26.67432,1997.0159,49.717297,697.1632,792.11316,21.168287,14.061557,1353.4719,2004.4915,5065.5996,578.97046 +2023-05-02 16:00:00,0.0,4603.8213,48.15193,27.506643,15.946995,43.39364,207.82794,33.739178,70.9577,24.253595,38.48448,396.6239,613.1056,21.634785,52.121075,3.9558337,1.0349119,37.32663,20.339184,10.308513,498.2135,3.1147642,359.75153,100.13542,2.675589,9.596347,122.79214,49.255585,235.45282,206.66277,3246.2278,2.0363963,2299.834,9.127296,2.5614758,1.4983162,13.088705,227.6838,277.42703,58.965107,124.37366,32.67715,9.714493,850.4627,10.587115,65.16425,62.333298,412.09192,16.368876,375.4145,13.31519,51.36218,0.0,4029.991,9492.773,8.169941,58.463142,61.081787,32521.78,126.87705,5.8951516,62.44383,94.940674,58.025497,17.043976,41.656376,707.4272,90.31989,43.910664,5.8842335,10.561752,907.5051,9.370031,309.5491,70.7957,2300.663,96.19149,125.99135,161.17908,255.95573,14.886048,28.572044,98.844406,12.474604,14.698126,23.81496,39.71786,132.21301,14.921448,11.735045,119.75797,19.627106,4242.3877,40.22314,35.27957,27.924364,38.816708,290.0717,79.768196,54.887096,16.686926,19.89794,38.36202,132.03458,189.38525,84.69436,288.81992,63.754948,46.016987,132.95186,226.44704,896.34015,159.2939,8.160688,15.516667,8.703779,208.82846,14172.813,6.89093,39.42372,56.588528,29.393127,343.21933,48.85878,190.25514,4.6693788,153.87903,671.8589,494.9168,67.99891,800.3159,53.744442,86.412,139.62585,30.422935,5.3213224,21.914768,1116.9207,1.731828,3.5614517,129.23624,9.066513,5.315302,28.37378,38.03209,403.91238,95.469086,167.79811,1612.6948,163.91104,2215.1414,1875.1036,12.690719,13.484589,8592.836,10.653238,29.000448,322.29974,46.912098,93.90994,50.028862,259.57275,1207.3654,288.61075,6.568587,52.02681,385.59167,2316.2463,44.419968,183.99355,17.366488,1.2613537,55.417595,1.1143616,0.7891296,2.5691218,14.344086,52.27376,154.36824,25.990503,2012.1886,59.762543,19.973886,26.412634,7.0786486,58.662636,5.1508956,2.2119892,7.22957,61.87217,0.72986174,2.2006152,4.7240205,39.629032,14.78341,1.9510393,15.486378,620.2809,60.73777,1187.7932,26.69211,1999.6522,49.74573,696.91254,793.67456,21.213293,14.059903,1354.4852,2005.6462,5068.3174,578.6347 +2023-05-02 17:00:00,0.0,4610.5117,48.19958,27.493595,15.955376,43.374386,207.80148,33.730385,70.9222,24.249659,38.46498,397.09634,613.0623,21.624947,52.1711,3.961595,1.0387146,37.31038,20.378872,10.314942,498.08856,3.1193461,359.71973,100.09409,2.6729057,9.588526,122.77967,49.236973,235.37247,206.59865,3254.3196,2.0345223,2299.1218,9.116842,2.5595036,1.4970528,13.077061,227.6539,277.42712,58.93334,124.67675,32.67033,9.715707,850.30884,10.579276,65.18727,62.362503,412.1751,16.406912,375.4124,13.329946,51.400925,0.0,4031.0771,9499.183,8.194364,58.580383,61.196518,32530.92,126.97372,5.9125757,62.43278,94.94621,58.085682,17.073923,41.662308,707.5108,90.37164,43.905643,5.8952494,10.5715885,907.8705,9.425402,309.7149,70.80934,2300.5547,96.244194,126.06723,161.19463,255.71623,14.880529,28.558077,98.771355,12.467688,14.689752,23.863295,39.761417,132.1612,14.926951,11.745997,119.896996,19.614437,4241.657,40.26215,35.36156,28.002583,38.862007,290.011,79.8223,54.940525,16.699623,19.909414,38.392097,132.32135,189.4041,84.72359,288.9502,63.75555,46.064533,133.09773,226.46071,896.62195,159.35834,8.156256,15.517709,8.703624,208.70515,14175.306,6.892583,39.396576,56.554073,29.402534,343.3052,48.90775,190.17274,4.670169,153.96976,671.59033,494.60995,68.039024,799.68506,53.726387,86.382286,139.89879,30.405888,5.317695,21.905046,1117.8783,1.7298737,3.557863,129.1689,9.069604,5.3153963,28.350555,38.00703,403.6446,95.437065,167.7553,1611.9551,163.97018,2214.9392,1875.1182,12.700091,13.502745,8603.766,10.651096,29.045252,322.4175,46.9874,94.03269,50.05985,259.77374,1207.3687,288.67233,6.574587,52.06948,386.17746,2316.112,44.413925,184.58589,17.422525,1.2608913,55.417873,1.1141282,0.78864664,2.568301,14.369876,52.368107,154.56992,25.96943,2014.1099,59.954525,20.032162,26.47295,7.0934715,58.707325,5.167585,2.2119558,7.261559,61.95763,0.74746543,2.2076738,4.7335863,39.610382,14.779781,1.9576904,15.524293,620.7798,60.83984,1190.0979,26.7099,2002.2885,49.774162,696.6618,795.23596,21.258299,14.058249,1355.4985,2006.801,5071.0347,578.29895 +2023-05-02 18:00:00,0.0,4617.2017,48.24723,27.480545,15.963757,43.355137,207.77501,33.72159,70.88671,24.24572,38.445477,397.56882,613.01904,21.615108,52.221127,3.9673567,1.0425174,37.29413,20.418558,10.321373,497.96365,3.1239283,359.6879,100.052765,2.6702223,9.580705,122.767204,49.21836,235.29211,206.53453,3262.4111,2.0326483,2298.4097,9.106388,2.5575314,1.4957894,13.065416,227.624,277.42725,58.90157,124.979836,32.66351,9.71692,850.15497,10.571437,65.21029,62.39171,412.2583,16.44495,375.41037,13.344701,51.439667,0.0,4032.1633,9505.592,8.218785,58.69762,61.31125,32540.062,127.07038,5.93,62.421734,94.95175,58.145866,17.103872,41.668243,707.59436,90.423386,43.900623,5.906265,10.581425,908.2359,9.480772,309.8807,70.82298,2300.4463,96.2969,126.14311,161.21017,255.47675,14.8750105,28.54411,98.6983,12.460772,14.681378,23.911629,39.804974,132.10938,14.932455,11.756949,120.03602,19.601768,4240.9272,40.30116,35.44355,28.080803,38.90731,289.95026,79.8764,54.99395,16.712322,19.920887,38.42218,132.60812,189.42294,84.75282,289.0805,63.756157,46.112083,133.24362,226.4744,896.90375,159.42278,8.151823,15.51875,8.703467,208.58185,14177.799,6.894235,39.36943,56.51962,29.41194,343.39105,48.95672,190.09036,4.670959,154.06049,671.3218,494.3031,68.07913,799.0542,53.708332,86.35258,140.1717,30.388842,5.3140674,21.895325,1118.8358,1.7279195,3.5542743,129.10155,9.072696,5.3154902,28.327332,37.98197,403.37683,95.40504,167.71246,1611.2155,164.02933,2214.7368,1875.1328,12.709465,13.520902,8614.696,10.648955,29.090054,322.5353,47.062702,94.15544,50.09083,259.97473,1207.3721,288.73392,6.5805874,52.112152,386.76324,2315.978,44.407887,185.17822,17.478561,1.260429,55.41815,1.1138948,0.78816366,2.5674798,14.395665,52.462452,154.77159,25.94836,2016.0311,60.146503,20.090437,26.533266,7.108295,58.752018,5.184274,2.2119222,7.293548,62.043087,0.7650691,2.2147326,4.743152,39.591732,14.776153,1.9643413,15.562209,621.27875,60.94191,1192.4026,26.727688,2004.9248,49.802593,696.4111,796.7973,21.303307,14.056596,1356.5118,2007.9558,5073.752,577.9632 +2023-05-02 19:00:00,0.0,4623.8916,48.29488,27.467497,15.972137,43.335888,207.74855,33.71279,70.85121,24.241783,38.425976,398.04126,612.9758,21.605268,52.271156,3.973118,1.0463202,37.277874,20.458244,10.327804,497.8387,3.1285102,359.65607,100.01144,2.667539,9.572885,122.754745,49.199753,235.21178,206.47043,3270.503,2.0307744,2297.6975,9.095934,2.5555592,1.494526,13.053773,227.5941,277.42737,58.8698,125.28293,32.65669,9.718134,850.0011,10.563597,65.2333,62.420914,412.3415,16.482988,375.4083,13.359456,51.47841,0.0,4033.2495,9512.0,8.243208,58.81486,61.425976,32549.203,127.16705,5.947424,62.410686,94.95729,58.206055,17.13382,41.674175,707.6779,90.475136,43.8956,5.91728,10.591262,908.6013,9.536142,310.04654,70.836624,2300.338,96.3496,126.218994,161.22572,255.23726,14.869492,28.530144,98.625244,12.4538555,14.673005,23.959963,39.84853,132.05756,14.937959,11.767901,120.17505,19.5891,4240.197,40.340164,35.52554,28.159021,38.952614,289.88956,79.93051,55.04738,16.72502,19.93236,38.45226,132.89491,189.44179,84.78206,289.21082,63.75676,46.15963,133.3895,226.48807,897.18555,159.48721,8.14739,15.519792,8.703312,208.45854,14180.291,6.895888,39.342285,56.48517,29.421345,343.47693,49.005688,190.00797,4.6717486,154.15121,671.0532,493.99628,68.11924,798.42334,53.690273,86.32286,140.44463,30.371794,5.3104396,21.885603,1119.7935,1.7259651,3.5506856,129.03421,9.075787,5.315584,28.304108,37.956913,403.10907,95.37302,167.66965,1610.4758,164.08847,2214.5347,1875.1473,12.718839,13.539058,8625.627,10.646813,29.134857,322.6531,47.138004,94.27819,50.12182,260.17572,1207.3754,288.79547,6.586588,52.15482,387.34906,2315.8438,44.401844,185.77057,17.5346,1.2599666,55.41843,1.1136614,0.7876807,2.5666587,14.421455,52.556797,154.97327,25.92729,2017.9523,60.338486,20.148712,26.593582,7.1231184,58.796707,5.200963,2.2118886,7.3255377,62.128544,0.7826728,2.2217913,4.752718,39.573086,14.772523,1.9709923,15.600125,621.77765,61.043976,1194.7074,26.745478,2007.561,49.831028,696.1604,798.3587,21.348312,14.054941,1357.5251,2009.1106,5076.4697,577.62744 +2023-05-02 20:00:00,0.0,4630.582,48.34253,27.454449,15.980518,43.31664,207.72208,33.703995,70.81572,24.237844,38.406475,398.5137,612.93256,21.59543,52.321182,3.9788795,1.050123,37.261623,20.497932,10.334234,497.71378,3.1330924,359.62424,99.97011,2.6648555,9.565063,122.74228,49.18114,235.13142,206.40631,3278.5947,2.0289004,2296.985,9.08548,2.5535872,1.4932626,13.042129,227.5642,277.4275,58.83803,125.58602,32.649868,9.719348,849.8472,10.5557575,65.25632,62.450115,412.42468,16.521025,375.40625,13.374211,51.517155,0.0,4034.3354,9518.409,8.26763,58.932102,61.540707,32558.344,127.26372,5.964848,62.39964,94.96282,58.26624,17.163767,41.680107,707.7615,90.52688,43.89058,5.928296,10.601098,908.96674,9.591513,310.21234,70.850266,2300.2295,96.402306,126.29488,161.24127,254.99776,14.863973,28.516176,98.55219,12.44694,14.664631,24.008297,39.892086,132.00574,14.943462,11.778852,120.31407,19.576431,4239.4663,40.379173,35.60753,28.23724,38.997913,289.82886,79.98462,55.100807,16.737719,19.943834,38.482338,133.18169,189.46062,84.811295,289.3411,63.757362,46.20718,133.53539,226.50174,897.46735,159.55165,8.142958,15.520834,8.703156,208.33524,14182.784,6.8975406,39.31514,56.450714,29.430752,343.56277,49.054657,189.92558,4.6725388,154.24193,670.78467,493.68942,68.159355,797.79254,53.67222,86.293144,140.71754,30.354748,5.306812,21.875881,1120.751,1.7240108,3.547097,128.96686,9.078878,5.3156786,28.280882,37.93185,402.84128,95.340996,167.62683,1609.7362,164.14761,2214.3325,1875.162,12.728211,13.557214,8636.557,10.644672,29.17966,322.7709,47.213306,94.40094,50.1528,260.3767,1207.3787,288.85706,6.5925884,52.19749,387.93484,2315.7097,44.395805,186.3629,17.590635,1.2595042,55.41871,1.113428,0.7871977,2.5658376,14.447245,52.65114,155.17493,25.90622,2019.8735,60.530464,20.20699,26.653898,7.137942,58.841396,5.2176523,2.211855,7.357527,62.214,0.8002765,2.22885,4.762284,39.554436,14.768894,1.9776433,15.6380415,622.2766,61.146046,1197.0121,26.763268,2010.1974,49.85946,695.90967,799.9201,21.39332,14.0532875,1358.5385,2010.2654,5079.187,577.2917 +2023-05-02 21:00:00,0.0,4637.272,48.39018,27.4414,15.988898,43.297386,207.69562,33.695198,70.78023,24.233908,38.38697,398.98615,612.8893,21.585592,52.37121,3.984641,1.0539258,37.245373,20.537619,10.340664,497.58884,3.1376743,359.59244,99.92878,2.6621718,9.557242,122.72981,49.162533,235.05109,206.3422,3286.6863,2.0270264,2296.273,9.075026,2.551615,1.4919993,13.030485,227.53429,277.4276,58.806263,125.889114,32.643044,9.720561,849.69336,10.547917,65.279335,62.47932,412.5079,16.559063,375.40417,13.388967,51.555897,0.0,4035.4214,9524.818,8.292052,59.049343,61.655437,32567.486,127.36039,5.982272,62.38859,94.96836,58.326424,17.193716,41.686043,707.84503,90.57863,43.88556,5.9393115,10.610935,909.33215,9.646884,310.37814,70.863914,2300.1208,96.45501,126.37076,161.2568,254.75827,14.858454,28.502209,98.47913,12.440024,14.656258,24.056633,39.935646,131.95392,14.948966,11.789804,120.453094,19.563763,4238.7363,40.418182,35.689518,28.31546,39.043217,289.76816,80.03873,55.154232,16.750416,19.955307,38.512417,133.46848,189.47946,84.84052,289.4714,63.757965,46.254726,133.68126,226.51541,897.74915,159.6161,8.138524,15.521875,8.703001,208.21193,14185.276,6.899193,39.287994,56.41626,29.440157,343.64865,49.103626,189.84319,4.673329,154.33266,670.51605,493.38257,68.19946,797.1617,53.654163,86.263435,140.99048,30.3377,5.303184,21.866161,1121.7086,1.7220565,3.5435083,128.89952,9.081969,5.3157725,28.257658,37.90679,402.57352,95.308975,167.58401,1608.9965,164.20674,2214.1301,1875.1765,12.737585,13.575371,8647.487,10.642531,29.224463,322.8887,47.288612,94.52369,50.18379,260.5777,1207.382,288.91864,6.5985885,52.24016,388.52063,2315.5757,44.389763,186.95525,17.646673,1.2590419,55.418987,1.1131946,0.78671473,2.5650165,14.473034,52.745483,155.3766,25.885149,2021.7948,60.722446,20.265265,26.714214,7.1527653,58.88609,5.234341,2.2118213,7.389516,62.29946,0.81788015,2.2359085,4.7718496,39.535786,14.765265,1.9842943,15.675958,622.7755,61.248116,1199.3168,26.781055,2012.8337,49.88789,695.65894,801.4815,21.438326,14.051634,1359.5518,2011.4202,5081.905,576.956 +2023-05-02 22:00:00,0.0,4643.962,48.437828,27.428352,15.997279,43.278137,207.66914,33.686405,70.74473,24.229969,38.36747,399.4586,612.846,21.575752,52.421234,3.9904025,1.0577285,37.229122,20.577305,10.347095,497.46393,3.1422565,359.5606,99.88745,2.6594884,9.549421,122.71735,49.14392,234.97073,206.27809,3294.778,2.0251524,2295.5608,9.064571,2.5496428,1.4907359,13.018841,227.50438,277.42773,58.774494,126.19221,32.636223,9.721775,849.5394,10.540078,65.30235,62.508526,412.5911,16.597101,375.40213,13.403722,51.59464,0.0,4036.5073,9531.227,8.316475,59.16658,61.77017,32576.627,127.457054,5.9996963,62.377544,94.9739,58.386612,17.223663,41.691975,707.9286,90.63038,43.88054,5.950327,10.620771,909.6975,9.702254,310.54395,70.877556,2300.0125,96.50771,126.44664,161.27235,254.51878,14.852935,28.488241,98.40608,12.433108,14.647883,24.104967,39.9792,131.9021,14.954471,11.800756,120.59212,19.551094,4238.006,40.45719,35.771507,28.393679,39.08852,289.70743,80.092834,55.20766,16.763115,19.966782,38.5425,133.75525,189.4983,84.86976,289.6017,63.75857,46.302277,133.82715,226.5291,898.03094,159.68054,8.134091,15.522917,8.702846,208.08862,14187.77,6.9008455,39.26085,56.381805,29.449564,343.7345,49.152596,189.7608,4.674119,154.42339,670.2475,493.07574,68.23958,796.5308,53.63611,86.23372,141.2634,30.320652,5.2995563,21.85644,1122.6661,1.7201022,3.5399196,128.83217,9.085061,5.3158665,28.234434,37.881733,402.30576,95.27695,167.5412,1608.2568,164.26588,2213.928,1875.1912,12.746958,13.593527,8658.418,10.640389,29.269266,323.00647,47.363914,94.64644,50.21477,260.7787,1207.3853,288.9802,6.604589,52.28283,389.1064,2315.4414,44.38372,187.54758,17.702711,1.2585795,55.419266,1.1129612,0.78623176,2.5641956,14.498824,52.83983,155.57828,25.864079,2023.7161,60.914425,20.32354,26.77453,7.1675887,58.93078,5.2510304,2.2117877,7.421505,62.38492,0.83548385,2.2429671,4.7814155,39.517136,14.761636,1.9909452,15.713873,623.2745,61.350185,1201.6215,26.798845,2015.47,49.916325,695.40826,803.0429,21.483332,14.04998,1360.5651,2012.575,5084.622,576.62024 +2023-05-02 23:00:00,0.0,4650.6523,48.485477,27.415304,16.005661,43.25889,207.64267,33.67761,70.709236,24.22603,38.34797,399.93103,612.80273,21.565914,52.471264,3.9961638,1.0615314,37.212868,20.616993,10.353525,497.339,3.1468384,359.52878,99.84612,2.656805,9.541601,122.70488,49.12531,234.89038,206.21397,3302.8699,2.0232785,2294.8486,9.054117,2.5476706,1.4894725,13.007196,227.47447,277.42786,58.742725,126.49529,32.629402,9.722989,849.38556,10.532239,65.32536,62.53773,412.6743,16.635138,375.40005,13.418476,51.633385,0.0,4037.5938,9537.636,8.340897,59.28382,61.8849,32585.768,127.55372,6.01712,62.366497,94.97943,58.446796,17.25361,41.697906,708.01215,90.68212,43.875515,5.961343,10.630608,910.0629,9.757625,310.70978,70.8912,2299.904,96.56042,126.52252,161.2879,254.27928,14.847416,28.474274,98.33302,12.426192,14.63951,24.153301,40.02276,131.85028,14.959974,11.8117075,120.73114,19.538425,4237.2754,40.4962,35.853493,28.471897,39.13382,289.64673,80.14694,55.26109,16.775812,19.978254,38.57258,134.04204,189.51715,84.898994,289.732,63.759174,46.349823,133.97302,226.54277,898.31274,159.74498,8.129659,15.523959,8.70269,207.96532,14190.262,6.9024982,39.233707,56.347355,29.45897,343.82037,49.201565,189.6784,4.674909,154.51411,669.97894,492.7689,68.279686,795.89996,53.618053,86.204,141.53632,30.303606,5.2959285,21.846718,1123.6238,1.7181479,3.5363307,128.76483,9.088153,5.315961,28.21121,37.856674,402.03796,95.24493,167.49838,1607.5171,164.32503,2213.7258,1875.2058,12.756331,13.611683,8669.348,10.638248,29.314068,323.12427,47.439217,94.76919,50.245754,260.97968,1207.3885,289.04178,6.6105895,52.3255,389.69223,2315.3074,44.37768,188.13992,17.758747,1.2581172,55.419544,1.1127279,0.78574884,2.5633745,14.524613,52.934174,155.77995,25.843006,2025.6372,61.106407,20.381817,26.834845,7.1824117,58.97547,5.2677193,2.211754,7.4534945,62.470375,0.85308754,2.250026,4.7909813,39.49849,14.758007,1.9975963,15.751789,623.7734,61.45225,1203.9261,26.816635,2018.1063,49.944756,695.15753,804.6043,21.52834,14.0483265,1361.5784,2013.7299,5087.34,576.2845 +2023-05-03 00:00:00,0.0,4657.3423,48.53313,27.402256,16.014042,43.239635,207.61621,33.66881,70.67374,24.222094,38.328465,400.40347,612.75946,21.556076,52.52129,4.0019255,1.0653342,37.196617,20.65668,10.359955,497.21405,3.1514206,359.49698,99.804794,2.6541216,9.53378,122.69242,49.1067,234.81004,206.14986,3310.9614,2.0214045,2294.1365,9.043663,2.5456984,1.4882091,12.995553,227.44456,277.42798,58.710957,126.798386,32.62258,9.724202,849.2317,10.524399,65.34838,62.566933,412.75748,16.673176,375.398,13.433231,51.672127,0.0,4038.6797,9544.045,8.365319,59.401062,61.99963,32594.91,127.65039,6.034544,62.35545,94.98497,58.50698,17.28356,41.703842,708.0957,90.73387,43.870495,5.972358,10.640445,910.42834,9.812995,310.87558,70.90484,2299.7957,96.61312,126.598404,161.30345,254.0398,14.841897,28.460306,98.25997,12.419276,14.631137,24.201635,40.06631,131.79848,14.965478,11.8226595,120.87017,19.525757,4236.5454,40.53521,35.935482,28.550117,39.179123,289.58603,80.20105,55.314518,16.788511,19.989729,38.602657,134.32881,189.536,84.92823,289.8623,63.759777,46.397373,134.11891,226.55644,898.59454,159.80942,8.125226,15.525001,8.702535,207.842,14192.755,6.9041505,39.206562,56.3129,29.468374,343.90622,49.250534,189.59602,4.6756988,154.60484,669.7104,492.46204,68.3198,795.2691,53.6,86.17429,141.80923,30.286558,5.292301,21.836996,1124.5814,1.7161936,3.532742,128.69748,9.091244,5.316055,28.187986,37.831615,401.7702,95.212906,167.45557,1606.7773,164.38417,2213.5234,1875.2203,12.765704,13.62984,8680.278,10.636107,29.358871,323.24207,47.51452,94.89194,50.27674,261.18066,1207.3918,289.10336,6.6165895,52.36817,390.278,2315.1733,44.37164,188.73225,17.814785,1.2576548,55.419823,1.1124945,0.78526586,2.5625534,14.550404,53.028515,155.98161,25.821936,2027.5585,61.298386,20.440092,26.89516,7.197235,59.02016,5.2844086,2.2117205,7.4854836,62.555836,0.87069124,2.2570846,4.8005466,39.47984,14.754378,2.0042472,15.789705,624.2723,61.55432,1206.231,26.834425,2020.7427,49.97319,694.9068,806.1657,21.573345,14.046673,1362.5917,2014.8846,5090.057,575.9487 +2023-05-03 01:00:00,0.0,4664.0327,48.58078,27.389208,16.022423,43.220387,207.58974,33.660015,70.638245,24.218155,38.308964,400.87595,612.7162,21.546236,52.571316,4.007687,1.069137,37.180367,20.696367,10.366385,497.08914,3.1560025,359.46515,99.763466,2.6514382,9.525959,122.679955,49.08809,234.72969,206.08574,3319.0532,2.0195305,2293.424,9.03321,2.5437262,1.4869456,12.983909,227.41467,277.4281,58.679188,127.10148,32.61576,9.725416,849.0778,10.51656,65.3714,62.596138,412.8407,16.711214,375.39594,13.447987,51.71087,0.0,4039.7659,9550.453,8.389741,59.5183,62.11436,32604.05,127.747055,6.051968,62.344402,94.99051,58.56717,17.313507,41.709774,708.1793,90.78562,43.865475,5.9833736,10.650281,910.79376,9.868365,311.04138,70.91848,2299.6873,96.665825,126.674286,161.319,253.80031,14.836378,28.446339,98.18691,12.41236,14.622763,24.24997,40.10987,131.74666,14.970982,11.8336115,121.00919,19.513088,4235.815,40.57422,36.01747,28.628336,39.224426,289.5253,80.25516,55.367943,16.801208,20.001202,38.632736,134.6156,189.55484,84.95746,289.9926,63.760384,46.44492,134.26479,226.57013,898.87634,159.87386,8.120793,15.526042,8.702379,207.71869,14195.247,6.905803,39.179417,56.278446,29.477781,343.9921,49.299503,189.51363,4.676489,154.69557,669.44183,492.15518,68.35991,794.63824,53.58194,86.14458,142.08217,30.269512,5.2886734,21.827274,1125.539,1.7142394,3.5291533,128.63014,9.094336,5.3161488,28.164762,37.806553,401.50244,95.18088,167.41273,1606.0377,164.4433,2213.3213,1875.235,12.775078,13.647996,8691.209,10.6339655,29.403675,323.35986,47.58982,95.01469,50.307724,261.38165,1207.3953,289.16492,6.62259,52.410843,390.8638,2315.039,44.3656,189.3246,17.870823,1.2571924,55.4201,1.112261,0.7847829,2.5617323,14.576193,53.12286,156.18329,25.800865,2029.4797,61.490368,20.498367,26.955477,7.2120585,59.064854,5.3010974,2.2116868,7.5174727,62.641293,0.88829494,2.2641432,4.8101125,39.46119,14.750749,2.0108984,15.827621,624.77124,61.65639,1208.5356,26.852213,2023.3789,50.00162,694.6561,807.7271,21.618353,14.045019,1363.605,2016.0394,5092.7744,575.613 +2023-05-03 02:00:00,0.0,4670.7227,48.62843,27.37616,16.030802,43.201138,207.56328,33.65122,70.60275,24.214218,38.289463,401.3484,612.673,21.536398,52.62134,4.013448,1.0729398,37.164112,20.736053,10.372816,496.9642,3.1605844,359.43332,99.72214,2.6487548,9.518138,122.66749,49.069477,234.64935,206.02164,3327.1448,2.0176566,2292.712,9.022756,2.541754,1.4856822,12.972265,227.38477,277.42822,58.64742,127.40457,32.60894,9.726629,848.92395,10.50872,65.39441,62.625343,412.9239,16.74925,375.3939,13.462742,51.749615,0.0,4040.8518,9556.862,8.414164,59.63554,62.229088,32613.191,127.84373,6.069392,62.333355,94.99604,58.627354,17.343454,41.715706,708.2629,90.837364,43.86045,5.9943895,10.660117,911.1592,9.923736,311.2072,70.93212,2299.5789,96.71853,126.75017,161.33455,253.5608,14.830859,28.432371,98.11386,12.405445,14.614389,24.298304,40.153423,131.69484,14.976485,11.8445635,121.14822,19.50042,4235.0845,40.613224,36.09946,28.706554,39.269726,289.4646,80.309265,55.42137,16.813908,20.012676,38.66282,134.90237,189.57367,84.986694,290.1229,63.760986,46.49247,134.41068,226.5838,899.15814,159.9383,8.116361,15.527083,8.702224,207.59538,14197.74,6.907456,39.15227,56.24399,29.487186,344.07794,49.348476,189.43124,4.677279,154.78629,669.1733,491.84836,68.40002,794.00745,53.563885,86.11486,142.35509,30.252464,5.2850456,21.817553,1126.4966,1.712285,3.5255647,128.5628,9.097426,5.316243,28.141539,37.781494,401.23465,95.14886,167.36992,1605.2981,164.50244,2213.1191,1875.2495,12.784451,13.666152,8702.14,10.6318245,29.448477,323.47766,47.665123,95.137436,50.33871,261.5826,1207.3986,289.2265,6.6285906,52.453514,391.4496,2314.905,44.35956,189.91693,17.926859,1.2567301,55.42038,1.1120276,0.7842999,2.5609112,14.601982,53.217205,156.38496,25.779795,2031.4009,61.682346,20.556643,27.015793,7.226882,59.109543,5.3177867,2.2116532,7.5494623,62.72675,0.90589863,2.2712018,4.8196783,39.44254,14.74712,2.0175493,15.865537,625.27014,61.758457,1210.8403,26.870003,2026.0153,50.030052,694.4054,809.2885,21.663359,14.0433655,1364.6183,2017.1942,5095.492,575.2772 +2023-05-03 03:00:00,0.0,4677.4126,48.67608,27.363111,16.039183,43.18189,207.5368,33.64242,70.56725,24.21028,38.26996,401.82083,612.6297,21.52656,52.67137,4.01921,1.0767425,37.14786,20.77574,10.379246,496.83926,3.1651666,359.4015,99.68081,2.6460714,9.510317,122.65502,49.05087,234.569,205.95752,3335.2366,2.0157826,2291.9998,9.012301,2.5397818,1.4844189,12.960622,227.35486,277.42834,58.61565,127.707664,32.60212,9.727843,848.7701,10.50088,65.41743,62.65455,413.00708,16.787289,375.3918,13.477497,51.788357,0.0,4041.938,9563.271,8.438586,59.75278,62.34382,32622.334,127.94039,6.0868163,62.322308,95.00158,58.68754,17.373402,41.72164,708.34644,90.889114,43.85543,6.005405,10.669954,911.52454,9.979107,311.37302,70.94576,2299.4705,96.77123,126.82605,161.3501,253.32132,14.82534,28.418404,98.04081,12.398529,14.606015,24.346638,40.196983,131.64302,14.981989,11.855515,121.28724,19.487751,4234.3545,40.652233,36.18145,28.784775,39.31503,289.4039,80.36337,55.4748,16.826605,20.024149,38.692898,135.18916,189.59251,85.01593,290.2532,63.76159,46.540016,134.55655,226.59747,899.43994,160.00273,8.111928,15.528126,8.702068,207.47208,14200.232,6.909108,39.125126,56.20954,29.496592,344.16382,49.397446,189.34885,4.678069,154.87701,668.90466,491.5415,68.44013,793.3766,53.54583,86.085144,142.628,30.235418,5.281418,21.80783,1127.4541,1.7103307,3.521976,128.49545,9.100518,5.316337,28.118315,37.756435,400.9669,95.11684,167.3271,1604.5583,164.56158,2212.9167,1875.2642,12.793824,13.684309,8713.069,10.6296835,29.49328,323.59543,47.740425,95.26018,50.369694,261.7836,1207.4019,289.2881,6.634591,52.49618,392.03537,2314.771,44.35352,190.50928,17.982897,1.2562677,55.420662,1.1117942,0.78381693,2.5600903,14.627772,53.31155,156.58664,25.758724,2033.3221,61.87433,20.61492,27.076109,7.2417054,59.154232,5.3344755,2.2116196,7.5814514,62.81221,0.9235023,2.2782607,4.829244,39.423893,14.743491,2.0242002,15.903453,625.7691,61.860527,1213.145,26.887793,2028.6516,50.058487,694.15466,810.8499,21.708364,14.041712,1365.6316,2018.349,5098.2095,574.94147 +2023-05-03 04:00:00,0.0,4684.103,48.72373,27.350063,16.047564,43.162636,207.51035,33.63363,70.53176,24.206343,38.250458,402.29327,612.5864,21.51672,52.721397,4.0249715,1.0805453,37.13161,20.815428,10.385676,496.71432,3.1697485,359.3697,99.63948,2.643388,9.502497,122.642555,49.032257,234.48865,205.8934,3343.3284,2.0139086,2291.2876,9.001847,2.5378096,1.4831555,12.948977,227.32495,277.42847,58.58388,128.01076,32.595295,9.729057,848.6162,10.493041,65.440445,62.683754,413.09027,16.825327,375.38974,13.492252,51.827103,0.0,4043.0242,9569.681,8.463008,59.87002,62.45855,32631.475,128.03706,6.1042404,62.311264,95.00712,58.747726,17.40335,41.727573,708.43,90.94086,43.85041,6.0164204,10.6797905,911.88995,10.034477,311.53882,70.95941,2299.362,96.82394,126.90194,161.36565,253.08183,14.819821,28.404436,97.96775,12.391613,14.597642,24.394974,40.24054,131.5912,14.987493,11.8664665,121.42626,19.475082,4233.624,40.691242,36.26344,28.862993,39.360332,289.3432,80.41748,55.528225,16.839304,20.035622,38.722977,135.47594,189.61136,85.045166,290.38348,63.76219,46.587566,134.70244,226.61115,899.72174,160.06717,8.107495,15.529167,8.701913,207.34877,14202.725,6.910761,39.09798,56.175087,29.505999,344.24966,49.446415,189.26646,4.678859,154.96774,668.6361,491.23465,68.48024,792.7457,53.527775,86.055435,142.90094,30.21837,5.27779,21.79811,1128.4117,1.7083764,3.5183873,128.42812,9.103609,5.316431,28.09509,37.731377,400.69913,95.08481,167.28429,1603.8187,164.62073,2212.7146,1875.2787,12.803197,13.702465,8724.0,10.627542,29.538084,323.71323,47.815727,95.38293,50.40068,261.9846,1207.4052,289.34964,6.640591,52.538853,392.6212,2314.6367,44.347477,191.10161,18.038933,1.2558053,55.42094,1.1115608,0.78333396,2.5592692,14.653562,53.40589,156.7883,25.737654,2035.2434,62.066307,20.673195,27.136425,7.2565284,59.198925,5.351165,2.211586,7.6134405,62.897667,0.94110596,2.2853193,4.83881,39.405243,14.739862,2.0308511,15.941369,626.268,61.962597,1215.4497,26.90558,2031.2878,50.086918,693.904,812.41125,21.753372,14.040058,1366.6449,2019.5038,5100.9272,574.6057 +2023-05-03 05:00:00,0.0,4690.793,48.771378,27.337015,16.055944,43.143387,207.48387,33.624832,70.49626,24.202404,38.230953,402.76572,612.54315,21.506882,52.771423,4.0307326,1.0843482,37.11536,20.855114,10.392107,496.58942,3.1743307,359.33786,99.59815,2.6407046,9.494676,122.6301,49.01365,234.40831,205.8293,3351.42,2.0120347,2290.5754,8.991393,2.5358374,1.4818921,12.937333,227.29504,277.42856,58.552113,128.31384,32.588474,9.73027,848.4623,10.485202,65.463455,62.712955,413.17346,16.863363,375.3877,13.507008,51.865845,0.0,4044.1104,9576.089,8.487431,59.98726,62.57328,32640.615,128.13373,6.1216645,62.300217,95.01266,58.80791,17.433298,41.733505,708.51355,90.99261,43.84539,6.0274363,10.689627,912.2554,10.089848,311.70465,70.97305,2299.2537,96.87664,126.97781,161.3812,252.84233,14.814302,28.390469,97.8947,12.384697,14.589268,24.443308,40.284096,131.53938,14.992996,11.8774185,121.565285,19.462414,4232.8936,40.73025,36.34543,28.941212,39.405632,289.28247,80.47159,55.581654,16.852001,20.047096,38.753056,135.76273,189.6302,85.074394,290.5138,63.7628,46.635113,134.84831,226.62483,900.00354,160.1316,8.103062,15.530209,8.701757,207.22546,14205.218,6.9124136,39.070835,56.140633,29.515404,344.33554,49.495384,189.18407,4.679649,155.05847,668.36755,490.92783,68.520355,792.11487,53.50972,86.02572,143.17386,30.201324,5.2741623,21.788387,1129.3693,1.7064221,3.5147986,128.36076,9.106701,5.3165255,28.071867,37.706318,400.43134,95.05279,167.24147,1603.0791,164.67987,2212.5125,1875.2933,12.812571,13.720621,8734.931,10.625401,29.582886,323.83102,47.89103,95.50568,50.431664,262.18558,1207.4084,289.41122,6.6465917,52.581524,393.20697,2314.5027,44.341434,191.69395,18.09497,1.255343,55.42122,1.1113274,0.782851,2.558448,14.679352,53.500237,156.98997,25.716581,2037.1647,62.25829,20.73147,27.196741,7.271352,59.243614,5.3678536,2.2115524,7.64543,62.983124,0.95870966,2.292378,4.848376,39.386593,14.736233,2.0375023,15.979285,626.76697,62.064663,1217.7545,26.92337,2033.9242,50.11535,693.65326,813.97266,21.798378,14.0384035,1367.6582,2020.6586,5103.6445,574.26996 +2023-05-03 06:00:00,0.0,4697.483,48.819027,27.323967,16.064325,43.124138,207.45741,33.616035,70.46077,24.198465,38.211452,403.23816,612.4999,21.497044,52.82145,4.0364943,1.088151,37.099106,20.894802,10.398537,496.46448,3.1789126,359.30603,99.55682,2.6380212,9.486855,122.61763,48.995037,234.32796,205.76518,3359.5117,2.0101607,2289.863,8.980939,2.5338652,1.4806287,12.92569,227.26514,277.42868,58.520344,128.61693,32.581654,9.731484,848.3084,10.477362,65.48647,62.74216,413.25665,16.901402,375.38562,13.521763,51.904587,0.0,4045.1963,9582.498,8.511852,60.1045,62.68801,32649.758,128.2304,6.1390886,62.28917,95.01819,58.868095,17.463245,41.73944,708.5971,91.04436,43.840366,6.0384517,10.699464,912.6208,10.145218,311.87045,70.986694,2299.1453,96.929344,127.053696,161.39674,252.60284,14.808784,28.376503,97.82164,12.377781,14.580894,24.491642,40.327652,131.48756,14.9985,11.88837,121.704315,19.449745,4232.1636,40.76926,36.427418,29.019432,39.450935,289.22177,80.525696,55.635082,16.8647,20.058569,38.78314,136.0495,189.64905,85.10363,290.6441,63.7634,46.682663,134.9942,226.6385,900.2854,160.19606,8.098629,15.53125,8.701601,207.10216,14207.71,6.914066,39.04369,56.10618,29.524809,344.4214,49.544353,189.10168,4.680439,155.1492,668.099,490.62097,68.56046,791.484,53.491665,85.996,143.44678,30.184277,5.2705345,21.778666,1130.3269,1.7044678,3.5112097,128.29343,9.109793,5.3166194,28.048641,37.68126,400.16357,95.02077,167.19865,1602.3395,164.739,2212.31,1875.3079,12.821944,13.738778,8745.86,10.623259,29.62769,323.94882,47.96633,95.628426,50.46265,262.38657,1207.4117,289.47278,6.652592,52.62419,393.79276,2314.3687,44.335396,192.2863,18.151009,1.2548805,55.421497,1.111094,0.78236806,2.557627,14.705141,53.59458,157.19165,25.69551,2039.0858,62.450268,20.789745,27.257057,7.2861753,59.288307,5.384543,2.2115188,7.677419,63.068584,0.97631335,2.2994366,4.8579416,39.367943,14.732604,2.0441532,16.0172,627.26587,62.166733,1220.0592,26.94116,2036.5604,50.143784,693.4025,815.53406,21.843386,14.03675,1368.6715,2021.8134,5106.362,573.9342 +2023-05-03 07:00:00,0.0,4704.1733,48.866676,27.310919,16.072706,43.10489,207.43094,33.60724,70.42528,24.194529,38.19195,403.7106,612.4566,21.487206,52.87148,4.042256,1.0919538,37.082855,20.934488,10.404967,496.33954,3.1834948,359.2742,99.515495,2.6353378,9.479033,122.60516,48.976425,234.24762,205.70107,3367.6035,2.008287,2289.151,8.970485,2.531893,1.4793653,12.914045,227.23523,277.4288,58.488575,128.92003,32.574833,9.732698,848.15454,10.469522,65.50949,62.771366,413.33984,16.93944,375.38358,13.536517,51.943333,0.0,4046.2822,9588.907,8.536275,60.22174,62.802742,32658.898,128.32706,6.1565123,62.278122,95.02373,58.928284,17.493195,41.745373,708.68066,91.0961,43.835346,6.0494676,10.7093,912.98615,10.200588,312.03625,71.000336,2299.0366,96.98205,127.129585,161.4123,252.36336,14.803265,28.362535,97.74859,12.370865,14.572521,24.539976,40.37121,131.43575,15.004004,11.899322,121.84334,19.437077,4231.433,40.80827,36.509407,29.09765,39.49624,289.16107,80.579796,55.688507,16.877398,20.070044,38.813217,136.33629,189.66788,85.132866,290.77438,63.764004,46.730213,135.14008,226.65218,900.5672,160.2605,8.094196,15.532292,8.701446,206.97885,14210.203,6.9157186,39.016544,56.071728,29.534216,344.50723,49.593323,189.01929,4.681229,155.23991,667.83044,490.31412,68.60058,790.85315,53.473606,85.96629,143.7197,30.16723,5.266907,21.768944,1131.2845,1.7025135,3.507621,128.22607,9.112884,5.3167133,28.025417,37.656197,399.8958,94.98875,167.15584,1601.5997,164.79814,2212.108,1875.3225,12.831317,13.756934,8756.791,10.621118,29.672491,324.0666,48.041634,95.751175,50.493633,262.58755,1207.4152,289.53436,6.658592,52.666862,394.37854,2314.2344,44.329353,192.87863,18.207045,1.2544181,55.421776,1.1108606,0.7818851,2.5568058,14.73093,53.688927,157.39333,25.67444,2041.0071,62.64225,20.848022,27.317371,7.3009987,59.332996,5.401232,2.2114851,7.7094083,63.15404,0.99391705,2.3064952,4.8675075,39.349293,14.728975,2.0508041,16.055117,627.76483,62.268803,1222.3639,26.958948,2039.1968,50.172215,693.15186,817.09546,21.888391,14.035096,1369.6849,2022.9681,5109.0796,573.59845 +2023-05-03 08:00:00,0.0,4710.8633,48.914326,27.29787,16.081087,43.085636,207.40446,33.598442,70.38978,24.19059,38.172447,404.18304,612.4133,21.477365,52.921505,4.048017,1.0957565,37.066605,20.974174,10.411398,496.21463,3.1880767,359.2424,99.47417,2.6326544,9.471213,122.5927,48.957817,234.16727,205.63696,3375.695,2.006413,2288.4387,8.960031,2.5299208,1.478102,12.902402,227.20534,277.42892,58.456806,129.22311,32.568012,9.7339115,848.0007,10.461682,65.5325,62.80057,413.42303,16.977476,375.3815,13.551272,51.982075,0.0,4047.3687,9595.315,8.560697,60.33898,62.917473,32668.04,128.42374,6.1739364,62.267075,95.02927,58.98847,17.523142,41.751305,708.7643,91.14785,43.830326,6.060483,10.719137,913.35156,10.255959,312.20206,71.01398,2298.9282,97.03475,127.20546,161.42784,252.12386,14.797746,28.348568,97.67553,12.36395,14.564147,24.58831,40.414764,131.38393,15.009507,11.910274,121.98236,19.424408,4230.7026,40.847275,36.591396,29.175869,39.54154,289.10037,80.6339,55.741936,16.890097,20.081516,38.843296,136.62306,189.68672,85.1621,290.9047,63.76461,46.77776,135.28596,226.66585,900.849,160.32494,8.089764,15.533334,8.70129,206.85555,14212.695,6.9173713,38.9894,56.037273,29.543621,344.5931,49.642292,188.9369,4.682019,155.33064,667.5619,490.0073,68.640686,790.22235,53.45555,85.93658,143.99263,30.150183,5.2632794,21.759222,1132.2421,1.7005593,3.5040324,128.15874,9.115975,5.3168073,28.002193,37.631138,399.62802,94.95672,167.11302,1600.8601,164.85728,2211.9058,1875.337,12.840691,13.77509,8767.722,10.618977,29.717295,324.1844,48.116936,95.873924,50.52462,262.78854,1207.4185,289.59595,6.6645927,52.709534,394.96436,2314.1003,44.323315,193.47098,18.263083,1.2539558,55.422054,1.1106272,0.7814021,2.555985,14.756721,53.783268,157.59499,25.65337,2042.9283,62.83423,20.906298,27.377687,7.315822,59.37769,5.417921,2.2114515,7.741398,63.2395,1.0115207,2.313554,4.8770733,39.330647,14.725346,2.057455,16.093033,628.26373,62.370872,1224.6686,26.976738,2041.8331,50.200645,692.9011,818.65686,21.9334,14.0334425,1370.6982,2024.1229,5111.797,573.2627 +2023-05-03 09:00:00,0.0,4717.553,48.961975,27.284822,16.089468,43.066387,207.378,33.58965,70.35429,24.186653,38.152946,404.65552,612.37006,21.467527,52.97153,4.0537786,1.0995593,37.05035,21.013863,10.417828,496.0897,3.192659,359.21057,99.43284,2.629971,9.463392,122.58023,48.939205,234.08693,205.57285,3383.7869,2.004539,2287.7266,8.949576,2.5279486,1.4768386,12.8907585,227.17543,277.42905,58.425037,129.52621,32.56119,9.735126,847.8468,10.453843,65.55552,62.829777,413.50623,17.015514,375.37946,13.566028,52.020817,0.0,4048.4546,9601.725,8.585119,60.45622,63.032204,32677.182,128.5204,6.1913605,62.256027,95.0348,59.048653,17.55309,41.75724,708.84784,91.1996,43.825306,6.0714984,10.728973,913.717,10.31133,312.3679,71.02762,2298.8198,97.087456,127.28134,161.44339,251.88437,14.792227,28.3346,97.60248,12.357034,14.555774,24.636644,40.45832,131.3321,15.015011,11.921226,122.12138,19.41174,4229.9727,40.886284,36.673386,29.25409,39.58684,289.03964,80.68801,55.795364,16.902794,20.09299,38.873375,136.90985,189.70557,85.19133,291.035,63.765213,46.82531,135.43184,226.67953,901.1308,160.38937,8.085331,15.534375,8.701135,206.73222,14215.188,6.9190235,38.962254,56.00282,29.553028,344.67896,49.69126,188.8545,4.6828094,155.42137,667.29333,489.70044,68.68079,789.5915,53.437496,85.90686,144.26555,30.133137,5.2596517,21.7495,1133.1997,1.698605,3.5004437,128.09138,9.119066,5.3169017,27.97897,37.60608,399.36026,94.9247,167.07019,1600.1205,164.91643,2211.7034,1875.3517,12.850063,13.793247,8778.651,10.616835,29.762098,324.3022,48.192238,95.99667,50.555603,262.98953,1207.4218,289.6575,6.6705933,52.752205,395.55014,2313.9663,44.317272,194.06331,18.31912,1.2534934,55.422333,1.1103938,0.78091913,2.5551639,14.78251,53.877613,157.79666,25.6323,2044.8496,63.02621,20.964573,27.438004,7.3306456,59.42238,5.43461,2.2114182,7.773387,63.324955,1.0291244,2.3206127,4.886639,39.311996,14.721717,2.0641062,16.130949,628.7627,62.47294,1226.9733,26.994528,2044.4694,50.22908,692.6504,820.21826,21.978405,14.031789,1371.7115,2025.2777,5114.5146,572.92694 +2023-05-03 10:00:00,0.0,4724.2437,49.009624,27.271774,16.097849,43.04714,207.35153,33.580853,70.31879,24.182714,38.133446,405.12796,612.32684,21.45769,53.021557,4.0595403,1.1033621,37.0341,21.053549,10.424258,495.96475,3.1972408,359.17874,99.39151,2.6272874,9.455571,122.56777,48.920597,234.00658,205.50873,3391.8784,2.002665,2287.0142,8.939122,2.5259764,1.4755752,12.879113,227.14552,277.42917,58.39327,129.8293,32.55437,9.736339,847.69293,10.446004,65.57854,62.85898,413.58942,17.053553,375.37738,13.580783,52.059563,0.0,4049.5405,9608.134,8.609542,60.57346,63.14693,32686.322,128.61707,6.2087846,62.24498,95.04034,59.10884,17.583038,41.763172,708.9314,91.25134,43.820282,6.0825143,10.73881,914.0824,10.3667,312.5337,71.04126,2298.7114,97.14016,127.35723,161.45894,251.64488,14.786708,28.320633,97.52943,12.350118,14.5473995,24.684978,40.501877,131.28029,15.0205145,11.932177,122.26041,19.39907,4229.242,40.925293,36.755375,29.332308,39.632145,288.97894,80.74212,55.84879,16.915493,20.104464,38.903458,137.19662,189.72441,85.220566,291.16528,63.765816,46.872856,135.57773,226.6932,901.4126,160.45381,8.080898,15.535417,8.700979,206.60892,14217.681,6.920676,38.93511,55.968365,29.562433,344.76483,49.74023,188.77213,4.683599,155.5121,667.0247,489.3936,68.72091,788.96063,53.41944,85.87715,144.53847,30.116089,5.256024,21.739779,1134.1572,1.6966506,3.496855,128.02405,9.122158,5.3169956,27.955746,37.58102,399.0925,94.89268,167.02737,1599.3809,164.97557,2211.5012,1875.3662,12.859437,13.811403,8789.582,10.614694,29.8069,324.41998,48.267544,96.11942,50.58659,263.19052,1207.425,289.7191,6.676594,52.794876,396.13593,2313.832,44.311234,194.65565,18.375156,1.253031,55.42261,1.1101604,0.78043616,2.5543427,14.8083,53.97196,157.99834,25.611229,2046.7708,63.21819,21.022848,27.49832,7.3454685,59.46707,5.451299,2.2113845,7.805376,63.410416,1.0467281,2.3276713,4.8962045,39.293346,14.718088,2.0707572,16.168865,629.2616,62.57501,1229.2781,27.012316,2047.1057,50.25751,692.3997,821.77966,22.02341,14.030135,1372.7249,2026.4325,5117.232,572.59125 +2023-05-03 11:00:00,0.0,4730.9336,49.057274,27.258726,16.10623,43.02789,207.32507,33.572056,70.283295,24.178778,38.11394,405.6004,612.28357,21.44785,53.071587,4.0653014,1.107165,37.01785,21.093235,10.430689,495.8398,3.2018228,359.1469,99.35018,2.624604,9.44775,122.555305,48.901985,233.92622,205.44461,3399.9702,2.000791,2286.302,8.928668,2.5240042,1.4743118,12.86747,227.11562,277.4293,58.3615,130.13239,32.547546,9.737553,847.53906,10.438164,65.60155,62.888184,413.6726,17.091589,375.37534,13.595538,52.098305,0.0,4050.6267,9614.542,8.633964,60.6907,63.26166,32695.463,128.71373,6.2262087,62.233932,95.045876,59.169025,17.612986,41.769104,709.01495,91.30309,43.81526,6.0935297,10.748647,914.4478,10.4220705,312.6995,71.05491,2298.603,97.19286,127.433105,161.47449,251.40538,14.781189,28.306665,97.45637,12.343202,14.539026,24.733313,40.545433,131.22847,15.026019,11.943129,122.39943,19.386404,4228.5117,40.964302,36.837364,29.410526,39.677444,288.91824,80.79623,55.902218,16.92819,20.115936,38.933537,137.48341,189.74326,85.2498,291.2956,63.76642,46.920406,135.7236,226.70688,901.6944,160.51825,8.076466,15.536459,8.700824,206.48561,14220.174,6.922329,38.907963,55.933914,29.571838,344.85068,49.7892,188.68973,4.684389,155.60283,666.75616,489.08676,68.76102,788.3298,53.401386,85.847435,144.8114,30.099043,5.252396,21.730057,1135.1149,1.6946963,3.4932663,127.9567,9.125249,5.3170896,27.932522,37.55596,398.8247,94.86065,166.98456,1598.6411,165.0347,2211.299,1875.3809,12.86881,13.829559,8800.513,10.612553,29.851704,324.53778,48.342846,96.24217,50.617573,263.3915,1207.4283,289.78067,6.682594,52.837543,396.7217,2313.698,44.30519,195.24799,18.431194,1.2525687,55.42289,1.1099269,0.7799532,2.5535216,14.834089,54.0663,158.20001,25.590157,2048.692,63.410168,21.081125,27.558636,7.360292,59.51176,5.467988,2.211351,7.8373656,63.495872,1.0643318,2.33473,4.9057703,39.274696,14.714458,2.077408,16.206781,629.7605,62.67708,1231.5828,27.030106,2049.742,50.285946,692.149,823.34106,22.068419,14.0284815,1373.7382,2027.5873,5119.9497,572.2555 +2023-05-03 12:00:00,0.0,4737.6235,49.104923,27.245678,16.11461,43.008636,207.2986,33.56326,70.247795,24.174839,38.09444,406.07285,612.2403,21.438011,53.121613,4.071063,1.1109678,37.001595,21.132923,10.437119,495.7149,3.206405,359.1151,99.30885,2.6219206,9.439929,122.54284,48.883373,233.84589,205.38051,3408.062,1.9989171,2285.5898,8.918215,2.522032,1.4730483,12.855825,227.08571,277.4294,58.32973,130.43549,32.540726,9.738767,847.38513,10.430325,65.624565,62.91739,413.75583,17.129627,375.37326,13.610293,52.137047,0.0,4051.713,9620.951,8.658386,60.807938,63.376392,32704.605,128.8104,6.243633,62.222885,95.05142,59.22921,17.642933,41.77504,709.0985,91.354836,43.81024,6.104545,10.758483,914.8132,10.477441,312.86533,71.06855,2298.4946,97.24557,127.508995,161.49004,251.1659,14.77567,28.292698,97.383316,12.336286,14.530653,24.781647,40.58899,131.17665,15.031523,11.954081,122.53846,19.373735,4227.7817,41.00331,36.919353,29.488747,39.722748,288.8575,80.850334,55.955647,16.94089,20.12741,38.963615,137.77019,189.7621,85.27904,291.4259,63.767025,46.967953,135.86949,226.72057,901.9762,160.58269,8.072033,15.5375,8.700668,206.3623,14222.666,6.923981,38.88082,55.89946,29.581245,344.93655,49.83817,188.60735,4.685179,155.69354,666.4876,488.7799,68.80113,787.6989,53.38333,85.81772,145.08432,30.081995,5.2487683,21.720335,1136.0725,1.692742,3.4896777,127.88936,9.128341,5.317184,27.909298,37.5309,398.55695,94.82863,166.94174,1597.9015,165.09384,2211.0967,1875.3954,12.878183,13.847716,8811.443,10.610411,29.896505,324.65555,48.418148,96.36492,50.648556,263.59247,1207.4316,289.84222,6.6885943,52.880215,397.3075,2313.564,44.29915,195.84033,18.48723,1.2521063,55.42317,1.1096935,0.7794702,2.5527005,14.8598795,54.160645,158.40167,25.569086,2050.6133,63.60215,21.1394,27.618952,7.3751154,59.55645,5.4846773,2.2113173,7.8693547,63.58133,1.0819355,2.3417888,4.915336,39.25605,14.71083,2.084059,16.244698,630.25946,62.779144,1233.8875,27.047895,2052.3784,50.314377,691.89825,824.90247,22.113424,14.026828,1374.7515,2028.7421,5122.667,571.91974 +2023-05-03 13:00:00,0.0,4744.314,49.152576,27.23263,16.122992,42.989388,207.27214,33.554462,70.2123,24.1709,38.07494,406.5453,612.197,21.428173,53.17164,4.0768247,1.1147705,36.985344,21.17261,10.443549,495.58997,3.2109869,359.08328,99.267525,2.6192372,9.432109,122.53037,48.864765,233.76553,205.31639,3416.1536,1.9970431,2284.8777,8.907761,2.5200598,1.471785,12.844182,227.0558,277.42953,58.297962,130.73857,32.533905,9.73998,847.23126,10.422485,65.64758,62.946594,413.83905,17.167665,375.37122,13.625049,52.175793,0.0,4052.7988,9627.36,8.682808,60.92518,63.491123,32713.746,128.90707,6.261057,62.211838,95.056946,59.2894,17.672882,41.78097,709.18207,91.406586,43.80522,6.115561,10.768319,915.1786,10.532811,313.03113,71.08219,2298.3862,97.29827,127.58488,161.50558,250.9264,14.770151,28.27873,97.31026,12.32937,14.522279,24.829983,40.632545,131.12485,15.037026,11.965032,122.67748,19.361067,4227.0513,41.04232,37.001343,29.566965,39.76805,288.7968,80.90444,56.00907,16.953587,20.138884,38.993694,138.05696,189.78093,85.308266,291.55618,63.767628,47.015503,136.01537,226.73424,902.258,160.64713,8.067599,15.538542,8.700513,206.239,14225.158,6.925634,38.853676,55.865005,29.59065,345.0224,49.88714,188.52495,4.6859694,155.78427,666.21906,488.47305,68.84124,787.06805,53.365276,85.788,145.35724,30.064947,5.2451406,21.710613,1137.03,1.6907877,3.4860888,127.822014,9.131433,5.317278,27.886074,37.50584,398.28918,94.79661,166.89893,1597.1619,165.15298,2210.8945,1875.41,12.887556,13.865872,8822.373,10.60827,29.941309,324.77335,48.49345,96.48767,50.679543,263.79346,1207.435,289.9038,6.694595,52.922886,397.8933,2313.4297,44.29311,196.43266,18.543268,1.2516439,55.423447,1.1094602,0.7789873,2.5518796,14.885669,54.25499,158.60335,25.548016,2052.5344,63.79413,21.197676,27.679268,7.389939,59.601143,5.501366,2.2112837,7.901344,63.66679,1.0995392,2.3488474,4.924902,39.2374,14.707201,2.0907102,16.282612,630.75836,62.881214,1236.1921,27.065683,2055.0146,50.342808,691.6476,826.4638,22.158432,14.025174,1375.7648,2029.8969,5125.3843,571.584 +2023-05-03 14:00:00,0.0,4751.004,49.200226,27.219582,16.131372,42.97014,207.24567,33.54567,70.17681,24.166964,38.055435,407.01773,612.15375,21.418333,53.221664,4.082586,1.1185733,36.969093,21.212297,10.44998,495.46503,3.215569,359.05145,99.2262,2.6165538,9.424288,122.517914,48.846153,233.6852,205.25227,3424.2454,1.9951692,2284.1655,8.897306,2.5180876,1.4705216,12.832539,227.02591,277.42966,58.266193,131.04167,32.527084,9.741194,847.0774,10.414645,65.67059,62.975796,413.92224,17.205702,375.36914,13.639803,52.214535,0.0,4053.885,9633.77,8.707231,61.04242,63.605854,32722.887,129.00374,6.2784805,62.20079,95.062485,59.349583,17.70283,41.786903,709.2656,91.458336,43.800198,6.1265764,10.778156,915.544,10.5881815,313.19693,71.09583,2298.2778,97.350975,127.66075,161.52113,250.6869,14.764632,28.264763,97.237206,12.322454,14.513906,24.878317,40.6761,131.07303,15.04253,11.975984,122.816505,19.348398,4226.321,41.08133,37.083332,29.645184,39.813354,288.7361,80.95855,56.0625,16.966286,20.150358,39.023777,138.34375,189.79977,85.3375,291.6865,63.76823,47.06305,136.16125,226.74791,902.5398,160.71156,8.063167,15.539583,8.700357,206.11569,14227.651,6.9272866,38.82653,55.83055,29.600056,345.10828,49.936108,188.44257,4.6867595,155.875,665.9505,488.16623,68.881355,786.43726,53.347218,85.75829,145.63016,30.047901,5.2415133,21.700891,1137.9877,1.6888334,3.4825,127.75467,9.134523,5.317372,27.86285,37.48078,398.0214,94.76459,166.85611,1596.4221,165.21213,2210.6924,1875.4246,12.89693,13.884028,8833.304,10.606129,29.986113,324.89114,48.568752,96.61041,50.710526,263.99445,1207.4384,289.9654,6.700595,52.965553,398.4791,2313.2957,44.287067,197.02501,18.599306,1.2511816,55.42373,1.1092268,0.7785043,2.5510585,14.911458,54.349335,158.80502,25.526945,2054.4558,63.98611,21.25595,27.739584,7.4047623,59.645832,5.5180554,2.21125,7.9333334,63.752247,1.1171428,2.355906,4.934468,39.21875,14.703571,2.097361,16.320528,631.2573,62.983284,1238.4968,27.083473,2057.651,50.371243,691.39685,828.0252,22.203438,14.0235195,1376.7781,2031.0516,5128.102,571.2482 +2023-05-03 15:00:00,0.0,4757.6943,49.247875,27.206533,16.139753,42.95089,207.2192,33.536873,70.14131,24.163025,38.035934,407.49017,612.1105,21.408495,53.27169,4.0883474,1.1223761,36.952843,21.251984,10.456409,495.3401,3.220151,359.01962,99.18487,2.6138704,9.416467,122.50545,48.827545,233.60484,205.18817,3432.3372,1.9932952,2283.4531,8.886852,2.5161154,1.4692582,12.820894,226.996,277.42978,58.234425,131.34476,32.520264,9.742408,846.9235,10.406806,65.69361,63.005,414.00543,17.24374,375.3671,13.654558,52.253277,0.0,4054.9712,9640.178,8.731652,61.15966,63.720585,32732.03,129.1004,6.2959046,62.189743,95.06802,59.40977,17.732777,41.79284,709.3492,91.51008,43.795177,6.137592,10.7879925,915.9094,10.643553,313.36273,71.109474,2298.1694,97.40368,127.73664,161.53668,250.44742,14.759113,28.250795,97.16415,12.315538,14.505531,24.926651,40.719658,131.02121,15.048034,11.986936,122.95553,19.33573,4225.591,41.120335,37.16532,29.723404,39.858654,288.6754,81.01266,56.11593,16.978983,20.16183,39.053856,138.63052,189.81862,85.36674,291.8168,63.768833,47.1106,136.30713,226.76158,902.8216,160.776,8.058734,15.540626,8.700202,205.99239,14230.144,6.928939,38.799385,55.7961,29.609463,345.19412,49.985077,188.36017,4.687549,155.96573,665.68195,487.85938,68.92146,785.8064,53.329163,85.72858,145.90309,30.030853,5.2378855,21.691172,1138.9452,1.686879,3.4789114,127.687325,9.137615,5.3174663,27.839626,37.455723,397.75363,94.73256,166.8133,1595.6825,165.27126,2210.49,1875.4392,12.906302,13.902185,8844.234,10.603987,30.030914,325.00894,48.644054,96.73316,50.741512,264.19543,1207.4417,290.02695,6.7065954,53.008224,399.06488,2313.1616,44.28103,197.61734,18.655342,1.2507192,55.424007,1.1089934,0.77802134,2.5502374,14.937248,54.443676,159.0067,25.505875,2056.377,64.17809,21.314228,27.7999,7.419585,59.690525,5.5347443,2.2112164,7.9653225,63.837704,1.1347466,2.3629646,4.9440336,39.2001,14.699943,2.104012,16.358444,631.7562,63.085354,1240.8016,27.101263,2060.2874,50.399673,691.1461,829.5866,22.248444,14.021866,1377.7914,2032.2064,5130.8193,570.9125 +2023-05-03 16:00:00,0.0,4764.3843,49.295525,27.193485,16.148134,42.931637,207.19273,33.528076,70.10582,24.159088,38.016434,407.96265,612.0672,21.398657,53.32172,4.0941086,1.1261789,36.93659,21.29167,10.46284,495.21518,3.224733,358.98782,99.14354,2.611187,9.408646,122.49298,48.808933,233.52449,205.12405,3440.4287,1.9914212,2282.741,8.876398,2.5141432,1.4679948,12.80925,226.9661,277.42987,58.202656,131.64784,32.513443,9.743621,846.76965,10.398966,65.71663,63.034206,414.08862,17.281778,375.36502,13.669313,52.292023,0.0,4056.0571,9646.587,8.756075,61.276897,63.835316,32741.17,129.19707,6.3133287,62.178696,95.07356,59.469955,17.762724,41.79877,709.4328,91.56183,43.790157,6.1486077,10.797829,916.27484,10.698923,313.52856,71.123116,2298.061,97.45638,127.81252,161.55223,250.20793,14.753594,28.236828,97.091095,12.308622,14.497158,24.974985,40.763214,130.96939,15.053537,11.997888,123.09455,19.323061,4224.8604,41.159344,37.24731,29.801622,39.903957,288.6147,81.066765,56.169353,16.99168,20.173306,39.083935,138.91731,189.83746,85.395966,291.94708,63.76944,47.158146,136.45302,226.77527,903.1034,160.84045,8.054301,15.541667,8.700047,205.86908,14232.637,6.9305916,38.77224,55.761646,29.618868,345.28,50.03405,188.27779,4.688339,156.05646,665.4134,487.55252,68.96157,785.17554,53.311108,85.69886,146.17601,30.013807,5.2342577,21.68145,1139.9028,1.6849248,3.4753227,127.61998,9.140706,5.31756,27.8164,37.430664,397.48587,94.70054,166.77046,1594.9429,165.3304,2210.2878,1875.4537,12.915676,13.9203415,8855.164,10.601846,30.075718,325.12674,48.719357,96.85591,50.772495,264.39642,1207.445,290.08853,6.712596,53.050896,399.65067,2313.0273,44.274986,198.20969,18.71138,1.2502569,55.424286,1.10876,0.77753836,2.5494163,14.9630375,54.53802,159.20836,25.484804,2058.298,64.37007,21.372503,27.860214,7.4344087,59.735214,5.5514336,2.2111828,7.9973116,63.923164,1.1523502,2.3700233,4.9535995,39.18145,14.696314,2.110663,16.39636,632.2552,63.18742,1243.1063,27.119051,2062.9236,50.428104,690.89545,831.148,22.293451,14.020212,1378.8047,2033.3612,5133.537,570.5767 +2023-05-03 17:00:00,0.0,4771.074,49.343174,27.180437,16.156515,42.912388,207.16626,33.51928,70.07032,24.15515,37.99693,408.4351,612.0239,21.388817,53.371746,4.09987,1.1299818,36.920338,21.331358,10.469271,495.09024,3.229315,358.956,99.1022,2.6085036,9.4008255,122.480515,48.79032,233.44415,205.05994,3448.5205,1.9895473,2282.0288,8.865944,2.512171,1.4667314,12.797606,226.93619,277.43,58.170887,131.95094,32.50662,9.744835,846.6158,10.391127,65.73965,63.06341,414.1718,17.319815,375.36298,13.684069,52.330765,0.0,4057.143,9652.996,8.780498,61.39414,63.950047,32750.31,129.29373,6.330753,62.16765,95.0791,59.53014,17.792673,41.804707,709.51636,91.61358,43.785133,6.159623,10.807666,916.6402,10.754293,313.69437,71.136765,2297.9524,97.50909,127.8884,161.56778,249.96843,14.7480755,28.22286,97.018036,12.301706,14.488785,25.02332,40.80677,130.91757,15.059041,12.008839,123.23358,19.310392,4224.13,41.198353,37.3293,29.87984,39.94926,288.554,81.12087,56.222782,17.00438,20.184778,39.114017,139.20409,189.85631,85.4252,292.0774,63.770042,47.205696,136.59889,226.78894,903.3852,160.90489,8.049869,15.542708,8.69989,205.74576,14235.129,6.9322443,38.745094,55.727192,29.628273,345.36584,50.08302,188.19539,4.6891294,156.14717,665.1448,487.2457,69.001686,784.5447,53.293053,85.66915,146.44893,29.99676,5.23063,21.671728,1140.8604,1.6829705,3.471734,127.552635,9.143798,5.317654,27.793177,37.4056,397.21808,94.66852,166.72765,1594.2031,165.38954,2210.0854,1875.4684,12.92505,13.938498,8866.095,10.599704,30.12052,325.2445,48.79466,96.97866,50.803482,264.5974,1207.4482,290.15012,6.7185965,53.093567,400.23648,2312.8933,44.268948,198.80202,18.767418,1.2497945,55.424564,1.1085266,0.7770554,2.5485954,14.988828,54.632366,159.41003,25.463732,2060.2195,64.56205,21.430779,27.92053,7.449232,59.779907,5.5681224,2.2111492,8.029301,64.00862,1.169954,2.377082,4.9631653,39.162804,14.692684,2.117314,16.434277,632.7541,63.28949,1245.411,27.13684,2065.5598,50.45654,690.6447,832.7094,22.338457,14.0185585,1379.818,2034.516,5136.2544,570.24097 +2023-05-03 18:00:00,0.0,4777.7646,49.390823,27.167389,16.164894,42.89314,207.1398,33.510483,70.03483,24.151213,37.97743,408.90753,611.9807,21.378979,53.421772,4.105632,1.1337845,36.904087,21.371044,10.4757,494.9653,3.2338972,358.92416,99.060875,2.6058202,9.393004,122.46805,48.771713,233.3638,204.99583,3456.6123,1.9876733,2281.3167,8.85549,2.5101988,1.465468,12.785962,226.90628,277.4301,58.13912,132.25403,32.499798,9.746048,846.4619,10.383287,65.76266,63.092617,414.255,17.357853,375.3609,13.698824,52.36951,0.0,4058.2295,9659.404,8.804919,61.51138,64.06477,32759.453,129.39041,6.348177,62.156605,95.08464,59.59033,17.82262,41.81064,709.5999,91.66532,43.780113,6.1706386,10.817502,917.0056,10.809664,313.86017,71.150406,2297.844,97.56179,127.96429,161.58333,249.72894,14.742557,28.208893,96.944984,12.29479,14.480411,25.071653,40.850327,130.86575,15.064545,12.019791,123.372604,19.297724,4223.4,41.237362,37.41129,29.958061,39.99456,288.4933,81.17497,56.27621,17.017076,20.19625,39.144096,139.49088,189.87515,85.45444,292.20767,63.770645,47.253242,136.74478,226.80261,903.667,160.96933,8.045436,15.543751,8.699735,205.62245,14237.622,6.9338965,38.71795,55.692738,29.63768,345.45172,50.13199,188.113,4.6899195,156.2379,664.8762,486.93884,69.041794,783.9138,53.274998,85.639435,146.72186,29.979713,5.227002,21.662006,1141.818,1.6810162,3.4681454,127.48529,9.146889,5.3177485,27.769953,37.380543,396.95032,94.63649,166.68483,1593.4635,165.44868,2209.8833,1875.4829,12.9344225,13.956655,8877.025,10.597563,30.165323,325.3623,48.86996,97.10141,50.834465,264.7984,1207.4515,290.21167,6.7245965,53.13624,400.82227,2312.7593,44.262905,199.39436,18.823454,1.2493321,55.424843,1.1082932,0.7765724,2.5477743,15.014617,54.72671,159.61171,25.442661,2062.1406,64.75403,21.489056,27.980846,7.4640555,59.824596,5.5848117,2.2111156,8.06129,64.09408,1.1875576,2.3841407,4.972731,39.144154,14.689055,2.123965,16.472193,633.25305,63.39156,1247.7157,27.15463,2068.1963,50.48497,690.394,834.2708,22.383465,14.016905,1380.8313,2035.6708,5138.9717,569.9052 +2023-05-03 19:00:00,0.0,4784.4546,49.438473,27.15434,16.173275,42.87389,207.11333,33.501686,69.99934,24.147274,37.957928,409.37997,611.93744,21.36914,53.471798,4.111393,1.1375873,36.887833,21.41073,10.482131,494.8404,3.2384791,358.89233,99.01955,2.6031368,9.385183,122.45559,48.7531,233.28346,204.93172,3464.7039,1.9857993,2280.6045,8.845036,2.5082266,1.4642047,12.774319,226.87637,277.43024,58.10735,132.55713,32.492977,9.747262,846.308,10.375447,65.785675,63.12182,414.3382,17.395891,375.35886,13.713579,52.408253,0.0,4059.3154,9665.813,8.829342,61.62862,64.179504,32768.594,129.48708,6.365601,62.145557,95.09018,59.650513,17.852568,41.81657,709.6835,91.71707,43.775093,6.1816545,10.827339,917.37103,10.865034,314.026,71.16405,2297.7356,97.614494,128.04016,161.59888,249.48946,14.737038,28.194927,96.87193,12.287874,14.472037,25.119987,40.893887,130.81393,15.070048,12.030743,123.51163,19.285055,4222.6694,41.27637,37.49328,30.03628,40.039864,288.43256,81.22908,56.329636,17.029776,20.207726,39.174175,139.77765,189.89398,85.48367,292.33798,63.77125,47.300793,136.89066,226.81628,903.9488,161.03377,8.041003,15.544792,8.699579,205.49915,14240.114,6.9355493,38.690804,55.658287,29.647085,345.53757,50.180958,188.03061,4.6907096,156.32863,664.60767,486.632,69.08191,783.28296,53.256943,85.60972,146.99478,29.962666,5.2233744,21.652285,1142.7756,1.6790619,3.4645567,127.417946,9.149981,5.3178425,27.746729,37.355484,396.68256,94.60447,166.64201,1592.7239,165.50783,2209.6812,1875.4976,12.943796,13.974811,8887.955,10.595422,30.210127,325.4801,48.945263,97.22416,50.86545,264.9994,1207.4548,290.27325,6.730597,53.178905,401.40805,2312.625,44.256863,199.9867,18.879492,1.2488698,55.42512,1.1080598,0.77608943,2.5469532,15.040406,54.821053,159.81339,25.42159,2064.0618,64.946014,21.54733,28.041162,7.478879,59.86929,5.6015005,2.211082,8.09328,64.179535,1.2051613,2.3911994,4.982297,39.125504,14.685427,2.130616,16.510109,633.75195,63.493626,1250.0204,27.172419,2070.8325,50.5134,690.1433,835.8322,22.42847,14.015251,1381.8446,2036.8256,5141.6895,569.56946 +2023-05-03 20:00:00,0.0,4791.1445,49.486122,27.141293,16.181656,42.854637,207.08687,33.492893,69.96384,24.143337,37.938423,409.85242,611.89417,21.3593,53.521828,4.1171546,1.1413901,36.871582,21.450418,10.488562,494.71545,3.2430613,358.86053,98.97822,2.6004534,9.377362,122.44312,48.734493,233.20311,204.8676,3472.7957,1.9839253,2279.892,8.834581,2.5062544,1.4629413,12.762674,226.84647,277.43036,58.07558,132.86021,32.486156,9.748476,846.1541,10.367608,65.80869,63.151024,414.4214,17.433928,375.35678,13.728334,52.446995,0.0,4060.4014,9672.223,8.853764,61.745857,64.294235,32777.734,129.58374,6.383025,62.13451,95.09571,59.710697,17.882517,41.822506,709.767,91.768814,43.770073,6.19267,10.837175,917.73645,10.920404,314.1918,71.17769,2297.6272,97.6672,128.11606,161.61443,249.24995,14.731519,28.18096,96.798874,12.280959,14.463663,25.168324,40.93744,130.76212,15.075552,12.041694,123.65065,19.272387,4221.939,41.31538,37.575268,30.114498,40.085167,288.37186,81.28319,56.383064,17.042473,20.219198,39.204254,140.06444,189.91283,85.5129,292.4683,63.771854,47.34834,137.03654,226.82997,904.2306,161.0982,8.036571,15.545834,8.699424,205.37584,14242.607,6.937202,38.66366,55.623833,29.65649,345.62344,50.229927,187.94823,4.691499,156.41936,664.3391,486.32513,69.12202,782.65216,53.238884,85.58001,147.2677,29.94562,5.2197466,21.642563,1143.7332,1.6771076,3.4609678,127.3506,9.153071,5.3179364,27.723505,37.330425,396.41476,94.57245,166.5992,1591.9841,165.56696,2209.4788,1875.5121,12.953169,13.992967,8898.886,10.59328,30.254929,325.5979,49.020565,97.34691,50.896435,265.20038,1207.4583,290.33484,6.7365975,53.221577,401.99384,2312.491,44.250824,200.57904,18.935528,1.2484074,55.4254,1.1078264,0.7756065,2.546132,15.066196,54.915398,160.01505,25.40052,2065.9832,65.13799,21.605606,28.101479,7.493702,59.91398,5.61819,2.2110484,8.125269,64.26499,1.222765,2.398258,4.991863,39.106853,14.681797,2.1372669,16.548025,634.25085,63.595695,1252.3252,27.190208,2073.4688,50.541836,689.8926,837.3936,22.473476,14.0135975,1382.8579,2037.9803,5144.4067,569.2337 +2023-05-03 21:00:00,0.0,4797.835,49.53377,27.128244,16.190037,42.83539,207.0604,33.484097,69.928345,24.139399,37.918922,410.32486,611.8509,21.349463,53.571854,4.122916,1.1451929,36.85533,21.490105,10.494991,494.5905,3.2476432,358.8287,98.93689,2.59777,9.369541,122.43066,48.71588,233.12276,204.80348,3480.8872,1.9820514,2279.18,8.824127,2.5042822,1.4616779,12.75103,226.81657,277.43048,58.04381,133.1633,32.479336,9.749689,846.00024,10.359769,65.8317,63.18023,414.50458,17.471966,375.3547,13.743089,52.48574,0.0,4061.4875,9678.632,8.878186,61.8631,64.408966,32786.875,129.6804,6.400449,62.123463,95.10125,59.770885,17.912464,41.828438,709.8506,91.820564,43.76505,6.2036853,10.847012,918.10187,10.975776,314.3576,71.19133,2297.5188,97.7199,128.19193,161.62997,249.01047,14.726,28.166992,96.72582,12.274043,14.45529,25.216658,40.981,130.7103,15.081056,12.052646,123.78967,19.259718,4221.209,41.35439,37.657257,30.192719,40.130466,288.31116,81.337296,56.436493,17.055172,20.230673,39.234337,140.35121,189.93167,85.54214,292.59857,63.772457,47.39589,137.18242,226.84364,904.5124,161.16264,8.032137,15.546875,8.699268,205.25253,14245.1,6.938854,38.636513,55.58938,29.665897,345.7093,50.278896,187.86583,4.6922894,156.51009,664.07056,486.0183,69.16213,782.0213,53.22083,85.55029,147.54062,29.928572,5.216119,21.632841,1144.6908,1.6751533,3.457379,127.28326,9.156163,5.318031,27.700281,37.305367,396.147,94.54042,166.55638,1591.2445,165.6261,2209.2766,1875.5267,12.962543,14.011124,8909.816,10.591139,30.299732,325.7157,49.095867,97.46966,50.92742,265.40134,1207.4615,290.3964,6.742598,53.264248,402.57962,2312.357,44.24478,201.17137,18.991566,1.247945,55.42568,1.1075929,0.77512354,2.545311,15.091986,55.009743,160.21672,25.37945,2067.9043,65.32997,21.663881,28.161795,7.5085254,59.958668,5.6348786,2.2110147,8.157258,64.35046,1.2403686,2.4053166,5.001428,39.088207,14.678168,2.143918,16.58594,634.7498,63.697765,1254.6299,27.207998,2076.1052,50.570267,689.64185,838.955,22.518484,14.011944,1383.8712,2039.1351,5147.1245,568.89795 +2023-05-03 22:00:00,0.0,4804.525,49.58142,27.115196,16.198418,42.81614,207.03392,33.4753,69.892845,24.13546,37.89942,410.7973,611.8076,21.339624,53.62188,4.1286774,1.1489956,36.83908,21.529793,10.501422,494.46558,3.2522252,358.79688,98.89556,2.5950866,9.361721,122.41819,48.69727,233.04242,204.73938,3488.979,1.9801774,2278.4678,8.813673,2.50231,1.4604145,12.739387,226.78667,277.4306,58.01204,133.4664,32.472515,9.750903,845.8464,10.351929,65.85472,63.209435,414.58777,17.510004,375.35266,13.757844,52.524483,0.0,4062.5737,9685.04,8.902609,61.98034,64.5237,32796.016,129.77707,6.417873,62.112415,95.10679,59.83107,17.942411,41.83437,709.93414,91.872314,43.76003,6.214701,10.856849,918.4672,11.031146,314.52344,71.20497,2297.4104,97.772606,128.2678,161.64552,248.77098,14.720481,28.153025,96.65276,12.267127,14.446917,25.264992,41.02455,130.65848,15.086559,12.063598,123.928696,19.24705,4220.4785,41.393394,37.739246,30.270937,40.17577,288.25046,81.3914,56.489918,17.06787,20.242146,39.264416,140.638,189.95052,85.57137,292.72888,63.77306,47.443436,137.32831,226.85732,904.7942,161.22708,8.027704,15.547917,8.699113,205.12923,14247.593,6.940507,38.609367,55.554924,29.675303,345.79517,50.327866,187.78345,4.6930795,156.6008,663.802,485.71146,69.20224,781.39044,53.202774,85.52058,147.81355,29.911526,5.2124915,21.62312,1145.6483,1.6731989,3.4537904,127.21591,9.159255,5.318125,27.677057,37.280304,395.87924,94.5084,166.51357,1590.5049,165.68524,2209.0745,1875.5414,12.971915,14.02928,8920.747,10.588998,30.344534,325.83347,49.17117,97.59241,50.958405,265.60233,1207.4648,290.45798,6.748598,53.306915,403.16544,2312.2227,44.238743,201.76372,19.047604,1.2474827,55.425957,1.1073595,0.77464056,2.54449,15.117776,55.104088,160.4184,25.35838,2069.8254,65.52195,21.722158,28.22211,7.523349,60.00336,5.651568,2.2109811,8.189247,64.43591,1.2579724,2.4123755,5.010994,39.069557,14.67454,2.150569,16.623856,635.2487,63.79983,1256.9346,27.225786,2078.7415,50.5987,689.3912,840.51636,22.56349,14.01029,1384.8846,2040.2899,5149.842,568.5622 +2023-05-03 23:00:00,0.0,4811.215,49.62907,27.102148,16.206799,42.796886,207.00746,33.466503,69.85735,24.131523,37.879917,411.26974,611.76434,21.329784,53.671906,4.134439,1.1527985,36.822826,21.569479,10.507853,494.34067,3.2568073,358.76508,98.85423,2.592403,9.3539,122.40572,48.67866,232.96207,204.67526,3497.0708,1.9783036,2277.7556,8.80322,2.5003378,1.459151,12.727743,226.75676,277.43073,57.98027,133.76949,32.465694,9.752117,845.6925,10.3440895,65.87774,63.238636,414.67096,17.54804,375.3506,13.772599,52.563225,0.0,4063.66,9691.449,8.927031,62.097576,64.63843,32805.16,129.87375,6.435297,62.101368,95.11232,59.891254,17.97236,41.840305,710.01776,91.92406,43.75501,6.2257166,10.866685,918.83264,11.086516,314.68924,71.21861,2297.302,97.82531,128.3437,161.66107,248.53148,14.714962,28.139057,96.57971,12.260211,14.438542,25.313326,41.06811,130.60666,15.092063,12.074549,124.067726,19.23438,4219.748,41.432404,37.821236,30.349155,40.221073,288.18973,81.44551,56.543346,17.080568,20.25362,39.294495,140.92477,189.96936,85.60061,292.8592,63.773666,47.490986,137.47418,226.871,905.076,161.29152,8.023272,15.548959,8.698957,205.00592,14250.085,6.9421597,38.582222,55.520473,29.68471,345.881,50.376835,187.70105,4.6938696,156.69153,663.53345,485.4046,69.24235,780.7596,53.18472,85.49086,148.08647,29.894478,5.2088637,21.613398,1146.606,1.6712447,3.4502017,127.14857,9.162346,5.3182187,27.653833,37.255245,395.61145,94.47638,166.47075,1589.7651,165.74438,2208.872,1875.5559,12.981289,14.047436,8931.677,10.586856,30.389338,325.95126,49.246475,97.71516,50.989388,265.8033,1207.4681,290.51956,6.7545986,53.349586,403.75122,2312.0886,44.2327,202.35605,19.10364,1.2470202,55.426235,1.1071261,0.7741576,2.543669,15.143565,55.19843,160.62007,25.337309,2071.7468,65.713936,21.780434,28.282427,7.5381722,60.04805,5.6682568,2.2109475,8.221236,64.52137,1.275576,2.419434,5.02056,39.050907,14.67091,2.15722,16.661772,635.7477,63.9019,1259.2393,27.243576,2081.3777,50.627132,689.14044,842.07776,22.608498,14.008636,1385.898,2041.4447,5152.559,568.2265 +2023-05-04 00:00:00,0.0,4817.9053,49.67672,27.0891,16.21518,42.777637,206.98099,33.457706,69.82186,24.127584,37.860416,411.74222,611.72107,21.319946,53.721935,4.1402006,1.1566013,36.806576,21.609165,10.514282,494.21573,3.2613893,358.73325,98.812904,2.5897195,9.346079,122.393265,48.66005,232.88173,204.61115,3505.1624,1.9764296,2277.0432,8.792766,2.4983656,1.4578876,12.716099,226.72685,277.43085,57.9485,134.07259,32.45887,9.75333,845.53864,10.33625,65.90075,63.26784,414.75415,17.586079,375.34854,13.787354,52.60197,0.0,4064.746,9697.858,8.951453,62.214817,64.75316,32814.3,129.97041,6.452721,62.09032,95.11786,59.951443,18.002308,41.846237,710.1013,91.97581,43.74999,6.2367325,10.876521,919.19806,11.141887,314.85504,71.23226,2297.1936,97.87801,128.41959,161.67662,248.29199,14.709443,28.12509,96.50665,12.253295,14.430169,25.36166,41.111664,130.55484,15.097568,12.085501,124.20675,19.221712,4219.018,41.471413,37.903225,30.427376,40.266373,288.12903,81.49962,56.596775,17.093266,20.265093,39.324574,141.21156,189.9882,85.62984,292.98947,63.77427,47.538532,137.62007,226.88467,905.3578,161.35596,8.018839,15.55,8.698802,204.88261,14252.577,6.943812,38.555077,55.48602,29.694115,345.9669,50.425804,187.61867,4.6946597,156.78226,663.26483,485.09778,69.28246,780.1287,53.166664,85.46115,148.35939,29.877432,5.205236,21.603676,1147.5635,1.6692904,3.446613,127.08122,9.165438,5.3183126,27.63061,37.230186,395.3437,94.44436,166.42792,1589.0255,165.80353,2208.67,1875.5706,12.990662,14.065593,8942.607,10.584715,30.434141,326.06906,49.321777,97.837906,51.020374,266.0043,1207.4714,290.58112,6.760599,53.392258,404.337,2311.9546,44.226658,202.9484,19.159678,1.2465578,55.426514,1.1068927,0.7736746,2.5428479,15.169354,55.292774,160.82173,25.316236,2073.668,65.905914,21.838709,28.342741,7.5529957,60.092743,5.684946,2.210914,8.253225,64.60683,1.2931798,2.4264927,5.0301256,39.032257,14.667281,2.1638708,16.699688,636.2466,64.00397,1261.544,27.261366,2084.014,50.655563,688.8897,843.63916,22.653503,14.006982,1386.9113,2042.5995,5155.277,567.89075 +2023-05-04 01:00:00,0.0,4824.595,49.72437,27.076052,16.22356,42.75839,206.95453,33.448914,69.78636,24.123648,37.84091,412.21466,611.67786,21.310108,53.77196,4.1459618,1.1604041,36.790325,21.648853,10.520713,494.0908,3.2659714,358.70142,98.771576,2.5870361,9.338258,122.3808,48.641438,232.80138,204.54704,3513.2542,1.9745556,2276.331,8.782311,2.4963934,1.4566243,12.704455,226.69695,277.43097,57.916733,134.37567,32.45205,9.754544,845.38477,10.32841,65.92377,63.297047,414.83737,17.624117,375.34647,13.80211,52.640713,0.0,4065.832,9704.267,8.975875,62.332058,64.86789,32823.44,130.06708,6.470145,62.079273,95.1234,60.011627,18.032255,41.85217,710.1849,92.02756,43.744965,6.247748,10.886358,919.5635,11.197257,315.02084,71.2459,2297.0852,97.93072,128.49545,161.69217,248.0525,14.703924,28.111122,96.4336,12.24638,14.421795,25.409994,41.155224,130.50302,15.103071,12.096453,124.34577,19.209044,4218.2876,41.51042,37.985214,30.505594,40.311676,288.06833,81.55373,56.6502,17.105965,20.276566,39.354656,141.49834,190.00703,85.65907,293.11978,63.77487,47.586082,137.76595,226.89835,905.6396,161.4204,8.014406,15.551042,8.698647,204.75931,14255.07,6.9454646,38.52793,55.451565,29.70352,346.05273,50.474773,187.53627,4.6954494,156.87299,662.9963,484.79092,69.32257,779.4979,53.14861,85.431435,148.63232,29.860384,5.201608,21.593954,1148.5211,1.6673361,3.4430244,127.013885,9.168529,5.318407,27.607384,37.205128,395.07593,94.41233,166.3851,1588.2859,165.86266,2208.4678,1875.5851,13.000035,14.083749,8953.538,10.582574,30.478943,326.18686,49.39708,97.960655,51.051357,266.2053,1207.4747,290.6427,6.766599,53.43493,404.9228,2311.8203,44.22062,203.54073,19.215715,1.2460955,55.426792,1.1066593,0.77319163,2.5420268,15.195145,55.38712,161.0234,25.295166,2075.5894,66.09789,21.896984,28.403057,7.567819,60.137432,5.701635,2.2108805,8.285214,64.69228,1.3107834,2.4335513,5.0396914,39.013607,14.663652,2.170522,16.737604,636.74554,64.10604,1263.8488,27.279154,2086.6504,50.684,688.63904,845.20056,22.69851,14.005328,1387.9246,2043.7543,5157.994,567.555 +2023-05-04 02:00:00,0.0,4831.285,49.77202,27.063004,16.231941,42.73914,206.92805,33.440117,69.75087,24.119709,37.82141,412.6871,611.6346,21.300268,53.821987,4.1517234,1.1642069,36.77407,21.68854,10.5271435,493.96585,3.2705534,358.6696,98.73025,2.5843527,9.330438,122.36833,48.62283,232.72104,204.48293,3521.346,1.9726816,2275.619,8.771857,2.4944212,1.4553609,12.692811,226.66704,277.4311,57.884964,134.67876,32.44523,9.755757,845.23083,10.320571,65.946785,63.326252,414.92056,17.662153,375.34442,13.816865,52.679455,0.0,4066.918,9710.676,9.000298,62.4493,64.98262,32832.582,130.16374,6.4875693,62.068226,95.12894,60.07181,18.062202,41.858105,710.26843,92.0793,43.739944,6.2587633,10.896194,919.92883,11.252627,315.18668,71.259544,2296.9768,97.98342,128.57135,161.70772,247.813,14.698405,28.097155,96.36054,12.239464,14.413422,25.458328,41.198776,130.4512,15.108575,12.107405,124.484795,19.196375,4217.557,41.54943,38.067204,30.583813,40.35698,288.00763,81.607834,56.70363,17.118662,20.28804,39.384735,141.78513,190.02588,85.68831,293.2501,63.775475,47.63363,137.91183,226.91202,905.9214,161.48485,8.009974,15.552084,8.698491,204.63599,14257.5625,6.9471173,38.50079,55.41711,29.712927,346.1386,50.523743,187.45389,4.6962395,156.96371,662.7277,484.48407,69.362686,778.86707,53.130554,85.40172,148.90524,29.843338,5.1979804,21.584232,1149.4788,1.6653818,3.4394357,126.94654,9.17162,5.318501,27.58416,37.18007,394.80814,94.38031,166.34229,1587.5463,165.9218,2208.2654,1875.5997,13.009408,14.101905,8964.468,10.580432,30.523746,326.30463,49.47238,98.0834,51.082344,266.40628,1207.4781,290.70428,6.7725997,53.4776,405.5086,2311.6863,44.214577,204.13307,19.271751,1.2456331,55.427074,1.106426,0.77270865,2.5412056,15.220934,55.481464,161.22508,25.274096,2077.5105,66.28987,21.955261,28.463373,7.582642,60.182125,5.718324,2.210847,8.317204,64.77774,1.3283871,2.4406102,5.0492573,38.99496,14.660024,2.177173,16.77552,637.24445,64.20811,1266.1534,27.296944,2089.2866,50.71243,688.3883,846.76196,22.743517,14.0036745,1388.9379,2044.909,5160.712,567.21924 +2023-05-04 03:00:00,0.0,4837.9756,49.81967,27.049955,16.240322,42.719887,206.9016,33.43132,69.71537,24.115772,37.80191,413.15955,611.5913,21.29043,53.872013,4.157485,1.1680096,36.75782,21.728228,10.533573,493.84094,3.2751355,358.6378,98.68892,2.5816693,9.322617,122.355865,48.604218,232.64069,204.41881,3529.4375,1.9708077,2274.9067,8.761403,2.492449,1.4540975,12.681167,226.63713,277.4312,57.853195,134.98186,32.438408,9.756971,845.07697,10.312731,65.969795,63.355457,415.00375,17.700191,375.34235,13.83162,52.7182,0.0,4068.004,9717.085,9.024719,62.566536,65.09735,32841.723,130.26042,6.5049934,62.05718,95.13447,60.132,18.092152,41.864037,710.352,92.13105,43.734924,6.269779,10.906032,920.29425,11.307999,315.35248,71.273186,2296.8682,98.036125,128.64722,161.72325,247.57352,14.692886,28.083187,96.28749,12.232548,14.405048,25.506662,41.242336,130.3994,15.1140785,12.118356,124.62382,19.183706,4216.8267,41.58844,38.149193,30.662033,40.40228,287.9469,81.66194,56.757057,17.131361,20.299513,39.414814,142.0719,190.04472,85.717545,293.38037,63.77608,47.68118,138.05771,226.9257,906.2032,161.54929,8.005541,15.553125,8.698336,204.51268,14260.056,6.94877,38.473644,55.38266,29.722332,346.22446,50.572712,187.37149,4.6970296,157.05443,662.45917,484.17725,69.402794,778.2362,53.112495,85.37201,149.17816,29.82629,5.1943526,21.57451,1150.4363,1.6634275,3.4358468,126.879196,9.174711,5.318595,27.560936,37.155006,394.54037,94.34829,166.29947,1586.8066,165.98094,2208.0632,1875.6143,13.018782,14.120061,8975.398,10.578291,30.568548,326.42242,49.547684,98.20615,51.113327,266.60727,1207.4814,290.76584,6.7786,53.520267,406.0944,2311.5522,44.208538,204.7254,19.32779,1.2451707,55.427353,1.1061926,0.77222574,2.5403848,15.246724,55.575806,161.42676,25.253025,2079.4316,66.48186,22.013536,28.52369,7.5974655,60.226814,5.735013,2.2108133,8.349194,64.8632,1.3459908,2.4476688,5.058823,38.97631,14.656394,2.1838238,16.813437,637.7434,64.31018,1268.4581,27.314734,2091.9229,50.74086,688.1376,848.32336,22.788523,14.002021,1389.9512,2046.0638,5163.429,566.8835 +2023-05-04 04:00:00,0.0,4844.6655,49.86732,27.036907,16.248703,42.700638,206.87512,33.422523,69.67988,24.111834,37.782406,413.632,611.54803,21.280592,53.922043,4.163246,1.1718124,36.74157,21.767914,10.540004,493.716,3.2797174,358.60596,98.64759,2.578986,9.3147955,122.3434,48.58561,232.56033,204.35469,3537.5293,1.9689337,2274.1946,8.750949,2.4904768,1.4528341,12.669523,226.60724,277.4313,57.821426,135.28494,32.431587,9.758185,844.9231,10.304892,65.99281,63.38466,415.08698,17.73823,375.3403,13.8463745,52.756943,0.0,4069.0903,9723.493,9.049142,62.683777,65.21208,32850.863,130.35709,6.522417,62.04613,95.14001,60.192184,18.122099,41.86997,710.43555,92.18279,43.7299,6.2807946,10.915868,920.65967,11.363369,315.51828,71.28683,2296.7598,98.08883,128.72311,161.7388,247.33403,14.687367,28.06922,96.21444,12.225632,14.396674,25.554996,41.285892,130.34758,15.119582,12.129308,124.76284,19.171038,4216.0967,41.627445,38.231182,30.740252,40.447582,287.8862,81.71605,56.810482,17.144058,20.310987,39.444893,142.35869,190.06357,85.74677,293.51068,63.776684,47.728725,138.2036,226.93938,906.485,161.61372,8.001108,15.554167,8.69818,204.38937,14262.548,6.9504223,38.4465,55.348206,29.731737,346.31033,50.62168,187.28911,4.6978197,157.14516,662.1906,483.8704,69.44291,777.60535,53.09444,85.34229,149.45108,29.809242,5.190725,21.564789,1151.3939,1.6614732,3.4322581,126.81185,9.177803,5.3186893,27.537712,37.129948,394.2726,94.31626,166.25665,1586.0669,166.04008,2207.861,1875.6289,13.028155,14.138218,8986.329,10.57615,30.613352,326.54022,49.622986,98.328896,51.144314,266.80826,1207.4847,290.82742,6.7846007,53.56294,406.68018,2311.418,44.202496,205.31775,19.383825,1.2447084,55.42763,1.1059592,0.77174276,2.5395637,15.272513,55.67015,161.62843,25.231955,2081.353,66.673836,22.071812,28.584005,7.612289,60.271507,5.7517023,2.2107797,8.381183,64.94866,1.3635944,2.4547274,5.068389,38.95766,14.652765,2.1904747,16.851353,638.2423,64.41225,1270.7628,27.332521,2094.5593,50.769295,687.8869,849.88477,22.83353,14.000367,1390.9645,2047.2186,5166.147,566.5477 +2023-05-04 05:00:00,0.0,4851.356,49.91497,27.023859,16.257084,42.68139,206.84866,33.413727,69.64439,24.107895,37.762905,414.10443,611.50476,21.270754,53.97207,4.169008,1.1756153,36.725315,21.8076,10.546434,493.59106,3.2842996,358.57413,98.60626,2.5763025,9.306974,122.33094,48.566998,232.48,204.29059,3545.6208,1.9670597,2273.4822,8.740495,2.4885046,1.4515707,12.657879,226.57733,277.43143,57.789658,135.58804,32.424767,9.759398,844.7692,10.297052,66.01583,63.413864,415.17017,17.776268,375.33823,13.86113,52.795685,0.0,4070.1763,9729.902,9.073565,62.801018,65.326805,32860.008,130.45375,6.539841,62.035084,95.145546,60.25237,18.152046,41.875904,710.5191,92.23454,43.72488,6.29181,10.925704,921.0251,11.418739,315.6841,71.30047,2296.6514,98.14153,128.799,161.75435,247.09453,14.681849,28.055252,96.14138,12.218716,14.388301,25.603333,41.32945,130.29576,15.125086,12.14026,124.90187,19.15837,4215.366,41.666454,38.31317,30.81847,40.492886,287.8255,81.77016,56.86391,17.156757,20.32246,39.474976,142.64546,190.08241,85.77601,293.641,63.777287,47.776276,138.34947,226.95305,906.7668,161.67816,7.996675,15.555208,8.698024,204.26607,14265.041,6.952075,38.419353,55.31375,29.741144,346.39618,50.67065,187.20671,4.69861,157.23589,661.92206,483.56354,69.48302,776.9745,53.076385,85.31258,149.72401,29.792196,5.1870975,21.555067,1152.3514,1.6595188,3.4286695,126.74451,9.180895,5.3187833,27.514488,37.10489,394.00482,94.28424,166.21384,1585.3273,166.09921,2207.6587,1875.6434,13.037528,14.156374,8997.259,10.574008,30.658155,326.65802,49.698288,98.451645,51.175297,267.00925,1207.488,290.889,6.790601,53.60561,407.26596,2311.284,44.196457,205.91008,19.439863,1.244246,55.42791,1.1057258,0.7712598,2.5387425,15.298303,55.764496,161.8301,25.210884,2083.2742,66.865814,22.130087,28.644321,7.6271124,60.316196,5.768391,2.210746,8.413172,65.03412,1.3811982,2.461786,5.077955,38.93901,14.649137,2.197126,16.889269,638.7412,64.51431,1273.0675,27.350311,2097.1956,50.797726,687.63617,851.44617,22.878536,13.9987135,1391.9778,2048.3733,5168.8643,566.212 +2023-05-04 06:00:00,0.0,4858.046,49.96262,27.01081,16.265465,42.66214,206.82219,33.40493,69.60889,24.103958,37.743404,414.57687,611.4615,21.260914,54.022095,4.1747694,1.1794181,36.709064,21.847288,10.552864,493.46616,3.2888815,358.5423,98.56493,2.5736191,9.299153,122.318474,48.548386,232.39964,204.22647,3553.7126,1.9651858,2272.77,8.730041,2.4865324,1.4503074,12.646235,226.54742,277.43155,57.75789,135.89113,32.417946,9.7606125,844.61536,10.289212,66.03884,63.44307,415.25336,17.814304,375.33618,13.875885,52.83443,0.0,4071.2622,9736.312,9.097986,62.91826,65.441536,32869.15,130.55042,6.5572653,62.024036,95.15108,60.312557,18.181995,41.881836,710.60266,92.28629,43.71986,6.302826,10.935541,921.3905,11.47411,315.8499,71.31411,2296.543,98.19424,128.87488,161.7699,246.85504,14.67633,28.041286,96.06833,12.2118,14.379927,25.651667,41.373005,130.24394,15.1305895,12.151211,125.04089,19.1457,4214.6357,41.705463,38.39516,30.89669,40.538185,287.76477,81.824265,56.91734,17.169455,20.333935,39.505054,142.93225,190.10124,85.805244,293.77127,63.777893,47.823822,138.49536,226.96672,907.0486,161.7426,7.9922423,15.556251,8.697868,204.14276,14267.533,6.9537277,38.39221,55.279297,29.75055,346.48206,50.719624,187.12433,4.6993995,157.32661,661.6535,483.2567,69.523125,776.3436,53.05833,85.28287,149.99693,29.775148,5.18347,21.545345,1153.3091,1.6575645,3.4250808,126.67716,9.183986,5.318877,27.491264,37.07983,393.73706,94.25222,166.17102,1584.5874,166.15836,2207.4565,1875.6581,13.046902,14.17453,9008.189,10.571867,30.702957,326.77582,49.77359,98.574394,51.206284,267.21024,1207.4913,290.95056,6.7966013,53.648277,407.85178,2311.15,44.190414,206.50243,19.495901,1.2437836,55.42819,1.1054924,0.7707768,2.5379214,15.324093,55.858837,162.03177,25.189812,2085.1953,67.05779,22.188364,28.704638,7.641936,60.360886,5.7850804,2.2107124,8.445161,65.119576,1.3988018,2.4688447,5.0875206,38.920364,14.645507,2.2037768,16.927183,639.2402,64.61639,1275.3723,27.368101,2099.8318,50.82616,687.38544,853.00757,22.923542,13.99706,1392.9911,2049.528,5171.5815,565.8762 +2023-05-04 07:00:00,0.0,4864.736,50.01027,26.997763,16.273846,42.642887,206.79572,33.396137,69.573395,24.10002,37.7239,415.04935,611.4182,21.251076,54.07212,4.1805305,1.1832209,36.692814,21.886974,10.559295,493.34122,3.2934635,358.5105,98.523605,2.5709357,9.291333,122.30601,48.529778,232.3193,204.16235,3561.8044,1.9633118,2272.0579,8.719586,2.4845603,1.449044,12.634592,226.51752,277.43167,57.72612,136.19421,32.41112,9.7618265,844.4615,10.281373,66.06186,63.472275,415.33655,17.852343,375.3341,13.89064,52.873173,0.0,4072.3484,9742.721,9.122409,63.035496,65.55627,32878.29,130.64708,6.5746894,62.01299,95.15662,60.37274,18.211943,41.887768,710.6863,92.338036,43.71484,6.3138413,10.945377,921.75586,11.52948,316.01572,71.32776,2296.4346,98.24694,128.95076,161.78545,246.61555,14.670811,28.027319,95.99527,12.204885,14.371553,25.7,41.41656,130.19212,15.136093,12.162163,125.17992,19.133032,4213.906,41.744473,38.47715,30.974909,40.58349,287.70407,81.878365,56.970768,17.182154,20.345407,39.535133,143.21902,190.12009,85.83448,293.90158,63.778496,47.871372,138.64124,226.98041,907.3304,161.80704,7.987809,15.557292,8.697713,204.01945,14270.026,6.95538,38.365063,55.244846,29.759954,346.5679,50.768593,187.04193,4.7001896,157.41734,661.3849,482.94986,69.56324,775.7128,53.040276,85.25315,150.26985,29.758102,5.179842,21.535624,1154.2666,1.6556103,3.421492,126.60982,9.1870775,5.3189716,27.46804,37.05477,393.4693,94.22019,166.12819,1583.8478,166.2175,2207.2544,1875.6726,13.056274,14.192687,9019.12,10.569725,30.74776,326.8936,49.848892,98.69714,51.237267,267.4112,1207.4946,291.01215,6.802602,53.69095,408.43756,2311.0156,44.184372,207.09476,19.551937,1.2433213,55.428467,1.105259,0.77029383,2.5371003,15.349882,55.953182,162.23344,25.168741,2087.1167,67.24978,22.24664,28.764954,7.656759,60.40558,5.8017693,2.2106788,8.47715,65.20503,1.4164056,2.4759035,5.097086,38.901714,14.641878,2.2104278,16.9651,639.7391,64.71845,1277.677,27.385891,2102.4683,50.85459,687.13477,854.569,22.96855,13.995406,1394.0044,2050.6829,5174.2993,565.54047 +2023-05-04 08:00:00,0.0,4871.4263,50.05792,26.984715,16.282227,42.62364,206.76926,33.38734,69.537895,24.096083,37.7044,415.5218,611.37494,21.241238,54.12215,4.186292,1.1870236,36.676563,21.92666,10.565725,493.21628,3.2980456,358.47867,98.48228,2.5682523,9.283512,122.29354,48.511166,232.23895,204.09825,3569.896,1.9614378,2271.3457,8.709132,2.482588,1.4477806,12.622947,226.48761,277.4318,57.69435,136.49731,32.4043,9.76304,844.30756,10.273534,66.08488,63.501476,415.41974,17.89038,375.33206,13.9053955,52.911915,0.0,4073.4346,9749.129,9.146831,63.152737,65.671,32887.43,130.74376,6.5921135,62.00194,95.162155,60.432926,18.24189,41.893703,710.76984,92.389786,43.709816,6.3248568,10.955214,922.1213,11.58485,316.18152,71.3414,2296.3262,98.299644,129.02664,161.801,246.37605,14.665291,28.013351,95.92222,12.1979685,14.36318,25.748335,41.460117,130.1403,15.141597,12.173115,125.31894,19.120363,4213.1753,41.78348,38.55914,31.053127,40.62879,287.64337,81.93247,57.024193,17.19485,20.35688,39.565212,143.50581,190.13893,85.86371,294.0319,63.7791,47.918922,138.78712,226.99408,907.6122,161.87148,7.9833765,15.558333,8.697557,203.89615,14272.519,6.9570327,38.337917,55.210392,29.769361,346.65375,50.817562,186.95955,4.7009797,157.50807,661.11633,482.643,69.60335,775.082,53.02222,85.223434,150.54277,29.741055,5.176214,21.525902,1155.2242,1.653656,3.4179034,126.54247,9.190168,5.3190656,27.444817,37.02971,393.2015,94.18817,166.08537,1583.1082,166.27664,2207.052,1875.6873,13.065648,14.210843,9030.051,10.567584,30.792562,327.01138,49.924194,98.81989,51.268253,267.61218,1207.4979,291.07373,6.808602,53.73362,409.02335,2310.8816,44.178333,207.6871,19.607975,1.2428589,55.428745,1.1050255,0.76981086,2.5362794,15.375672,56.047527,162.43512,25.14767,2089.0378,67.44176,22.304914,28.82527,7.671582,60.450268,5.8184586,2.2106452,8.50914,65.29049,1.4340092,2.4829621,5.106652,38.883064,14.638249,2.2170787,17.003016,640.23804,64.82052,1279.9817,27.403679,2105.1045,50.883022,686.88403,856.1303,23.013556,13.9937525,1395.0177,2051.8376,5177.0166,565.2047 +2023-05-04 09:00:00,0.0,4878.116,50.105568,26.971666,16.290607,42.60439,206.74278,33.378544,69.5024,24.092144,37.6849,415.99423,611.3317,21.231398,54.172176,4.192054,1.1908264,36.66031,21.966349,10.572155,493.09134,3.3026276,358.44684,98.44095,2.565569,9.275691,122.281075,48.492558,232.1586,204.03413,3577.9878,1.9595639,2270.6333,8.698678,2.4806159,1.4465172,12.611303,226.4577,277.43192,57.662582,136.8004,32.39748,9.764254,844.1537,10.265694,66.107895,63.53068,415.50293,17.928417,375.33,13.920151,52.95066,0.0,4074.5208,9755.538,9.171253,63.269978,65.78573,32896.57,130.84042,6.6095376,61.9909,95.16769,60.493114,18.27184,41.899635,710.8534,92.441536,43.704796,6.3358727,10.965051,922.4867,11.640222,316.34735,71.35504,2296.2178,98.35235,129.10251,161.81654,246.13657,14.659772,27.999384,95.84916,12.191052,14.354806,25.796669,41.503674,130.08849,15.1471,12.184067,125.45796,19.107695,4212.445,41.82249,38.64113,31.131348,40.67409,287.58267,81.98658,57.07762,17.20755,20.368355,39.595295,143.79259,190.15778,85.892944,294.16217,63.7797,47.96647,138.933,227.00775,907.894,161.93591,7.978944,15.559376,8.697402,203.77284,14275.011,6.9586854,38.310772,55.175938,29.778767,346.73962,50.86653,186.87715,4.70177,157.59879,660.8478,482.33618,69.64346,774.4511,53.00416,85.19372,150.8157,29.724009,5.1725864,21.516182,1156.1819,1.6517017,3.4143147,126.47513,9.19326,5.3191595,27.421593,37.00465,392.93375,94.15615,166.04256,1582.3684,166.33578,2206.8499,1875.7018,13.075021,14.228999,9040.98,10.565443,30.837366,327.12918,49.999496,98.94264,51.299236,267.81317,1207.5013,291.13528,6.8146024,53.77629,409.60913,2310.7476,44.17229,208.27943,19.664013,1.2423966,55.429024,1.1047921,0.7693279,2.5354583,15.401462,56.141872,162.63678,25.1266,2090.9592,67.633736,22.363192,28.885584,7.6864057,60.49496,5.8351474,2.2106116,8.541129,65.375946,1.451613,2.4900208,5.1162176,38.864414,14.63462,2.2237298,17.040932,640.73694,64.92259,1282.2864,27.421469,2107.7407,50.911457,686.6333,857.6917,23.058563,13.992099,1396.031,2052.9924,5179.7344,564.86896 +2023-05-04 10:00:00,0.0,4884.806,50.153217,26.958618,16.298986,42.58514,206.71632,33.369747,69.4669,24.088207,37.665394,416.46667,611.28845,21.22156,54.222202,4.197815,1.1946292,36.64406,22.006035,10.578586,492.96643,3.3072097,358.415,98.39962,2.5628855,9.26787,122.268616,48.473946,232.07826,203.97002,3586.0796,1.95769,2269.9211,8.688225,2.4786437,1.4452537,12.599659,226.42781,277.43204,57.630814,137.1035,32.39066,9.765467,843.9998,10.257854,66.130905,63.559887,415.58612,17.966455,375.32794,13.934906,52.989403,0.0,4075.607,9761.947,9.195676,63.387215,65.90046,32905.71,130.93709,6.6269617,61.97985,95.173225,60.5533,18.301786,41.905567,710.93695,92.49328,43.699776,6.346888,10.974887,922.8521,11.695592,316.51315,71.36868,2296.1094,98.40505,129.1784,161.83209,245.89708,14.654253,27.985416,95.77611,12.184136,14.346433,25.845003,41.54723,130.03667,15.152604,12.195018,125.59699,19.095028,4211.715,41.8615,38.723118,31.209566,40.719395,287.52194,82.04069,57.13105,17.220247,20.379827,39.625374,144.07936,190.17662,85.92218,294.29248,63.780308,48.01402,139.07889,227.02144,908.1758,162.00035,7.974511,15.560417,8.697247,203.64954,14277.504,6.9603376,38.283627,55.141483,29.788174,346.82547,50.9155,186.79477,4.70256,157.68951,660.5792,482.02933,69.68357,773.82025,52.986107,85.16401,151.08862,29.70696,5.1689587,21.50646,1157.1394,1.6497474,3.4107258,126.40778,9.196351,5.319254,27.398369,36.97959,392.666,94.12413,165.99974,1581.6288,166.39491,2206.6477,1875.7164,13.084394,14.247156,9051.911,10.563301,30.88217,327.24698,50.0748,99.06539,51.33022,268.01416,1207.5046,291.19687,6.820603,53.818962,410.19492,2310.6133,44.166252,208.87178,19.720049,1.2419342,55.429302,1.1045587,0.76884496,2.5346372,15.427252,56.236214,162.83846,25.10553,2092.8804,67.825714,22.421467,28.9459,7.701229,60.53965,5.8518367,2.210578,8.573118,65.46141,1.4692166,2.4970794,5.1257834,38.845768,14.630991,2.2303808,17.078848,641.2359,65.02466,1284.5911,27.439259,2110.3772,50.939888,686.3826,859.2531,23.103569,13.990444,1397.0443,2054.1472,5182.4517,564.5332 +2023-05-04 11:00:00,0.0,4891.4966,50.200867,26.94557,16.307367,42.565887,206.68985,33.36095,69.43141,24.084269,37.645893,416.93912,611.2452,21.211721,54.27223,4.2035766,1.198432,36.627808,22.045723,10.585016,492.8415,3.3117917,358.3832,98.35829,2.5602021,9.26005,122.25615,48.455334,231.99791,203.90591,3594.1711,1.955816,2269.209,8.677771,2.4766715,1.4439903,12.588016,226.3979,277.43216,57.599045,137.40659,32.38384,9.766681,843.84595,10.250014,66.15392,63.589092,415.6693,18.004494,375.32587,13.949661,53.02815,0.0,4076.6929,9768.355,9.220098,63.504456,66.01519,32914.855,131.03375,6.644386,61.968803,95.178764,60.613483,18.331734,41.911503,711.0205,92.54503,43.694756,6.3579035,10.984723,923.2175,11.750962,316.67896,71.382324,2296.001,98.457756,129.25429,161.84764,245.65758,14.648734,27.971449,95.70306,12.17722,14.338058,25.893337,41.590786,129.98485,15.158108,12.20597,125.736015,19.08236,4210.9844,41.900505,38.805107,31.287785,40.764698,287.46124,82.094795,57.184475,17.232946,20.391302,39.655453,144.36615,190.19547,85.951416,294.42276,63.78091,48.061565,139.22476,227.03511,908.4576,162.06479,7.970078,15.561459,8.697091,203.52621,14279.996,6.9619904,38.25648,55.107033,29.797579,346.91135,50.96447,186.71237,4.7033496,157.78024,660.31067,481.72247,69.72369,773.1894,52.968052,85.13429,151.36154,29.689915,5.165331,21.496738,1158.097,1.647793,3.4071372,126.34044,9.199443,5.319348,27.375143,36.954533,392.3982,94.0921,165.95692,1580.8892,166.45406,2206.4453,1875.731,13.093767,14.265312,9062.842,10.56116,30.926971,327.36478,50.1501,99.18814,51.361206,268.21515,1207.5079,291.25845,6.8266034,53.86163,410.78073,2310.4792,44.16021,209.46411,19.776087,1.2414718,55.42958,1.1043253,0.768362,2.533816,15.453041,56.33056,163.04013,25.08446,2094.8015,68.0177,22.479742,29.006216,7.7160525,60.584343,5.868526,2.2105443,8.605107,65.54687,1.4868202,2.5041382,5.1353493,38.827118,14.627362,2.2370317,17.116764,641.7348,65.126724,1286.8959,27.457047,2113.0134,50.96832,686.1319,860.8145,23.148575,13.9887905,1398.0576,2055.302,5185.169,564.19745 +2023-05-04 12:00:00,0.0,4898.1865,50.248516,26.932522,16.315748,42.54664,206.66339,33.352158,69.39592,24.08033,37.626392,417.41156,611.2019,21.201881,54.322258,4.209338,1.2022349,36.611553,22.08541,10.591446,492.71655,3.3163738,358.35138,98.31696,2.5575185,9.252229,122.24368,48.436726,231.91757,203.8418,3602.263,1.9539421,2268.4968,8.667316,2.4746993,1.442727,12.576372,226.368,277.43228,57.567276,137.70967,32.377018,9.767895,843.6921,10.242175,66.17694,63.618298,415.7525,18.04253,375.32382,13.964416,53.06689,0.0,4077.7788,9774.765,9.24452,63.621696,66.12992,32923.996,131.13042,6.6618094,61.957756,95.1843,60.67367,18.361683,41.917435,711.10406,92.59677,43.68973,6.3689194,10.99456,923.5829,11.806333,316.8448,71.395966,2295.8926,98.51046,129.33017,161.86319,245.41809,14.643215,27.957481,95.63,12.170304,14.329685,25.941673,41.634346,129.93303,15.163611,12.216922,125.87504,19.06969,4210.254,41.939514,38.887096,31.366005,40.809998,287.40054,82.1489,57.237904,17.245644,20.402775,39.68553,144.65292,190.2143,85.980644,294.55307,63.781513,48.109116,139.37065,227.04878,908.7394,162.12924,7.9656453,15.5625,8.696936,203.40291,14282.489,6.963643,38.229336,55.07258,29.806984,346.9972,51.01344,186.62999,4.7041397,157.87097,660.0421,481.41565,69.763794,772.55853,52.949997,85.104576,151.63448,29.672867,5.1617036,21.487017,1159.0546,1.6458387,3.4035485,126.273094,9.202535,5.319442,27.35192,36.929474,392.13043,94.06008,165.91411,1580.1495,166.5132,2206.2432,1875.7456,13.103141,14.283468,9073.771,10.559019,30.971775,327.48254,50.225407,99.31089,51.39219,268.41614,1207.5112,291.32,6.8326035,53.9043,411.36652,2310.3452,44.15417,210.05646,19.832123,1.2410095,55.42986,1.1040919,0.767879,2.5329952,15.47883,56.424904,163.2418,25.063387,2096.723,68.20968,22.538017,29.066532,7.730876,60.629032,5.885215,2.2105107,8.637096,65.632324,1.504424,2.5111969,5.144915,38.808468,14.623733,2.2436826,17.15468,642.23376,65.2288,1289.2006,27.474836,2115.6497,50.996754,685.88116,862.3759,23.193583,13.987137,1399.0709,2056.4568,5187.8867,563.86176 +2023-05-04 13:00:00,0.0,4904.8765,50.296165,26.919474,16.32413,42.52739,206.63692,33.34336,69.36042,24.076393,37.606888,417.884,611.1586,21.192043,54.372284,4.2150993,1.2060376,36.595303,22.125095,10.597877,492.59164,3.3209558,358.31955,98.275635,2.554835,9.244408,122.23122,48.418114,231.83722,203.77768,3610.3545,1.9520681,2267.7847,8.656862,2.472727,1.4414636,12.564728,226.33809,277.4324,57.535507,138.01277,32.370197,9.769108,843.5382,10.234336,66.19995,63.6475,415.83572,18.080568,375.32175,13.979171,53.105633,0.0,4078.8647,9781.174,9.268942,63.738937,66.24465,32933.137,131.2271,6.6792336,61.94671,95.189835,60.733856,18.39163,41.923367,711.1876,92.64852,43.68471,6.379935,11.004396,923.9483,11.861703,317.0106,71.40961,2295.784,98.56316,129.40605,161.87874,245.1786,14.637696,27.943514,95.556946,12.163389,14.321311,25.990007,41.6779,129.88121,15.169116,12.227873,126.01406,19.057022,4209.524,41.978523,38.969086,31.444223,40.8553,287.33984,82.20301,57.291332,17.258343,20.41425,39.715614,144.93971,190.23314,86.00988,294.68338,63.78212,48.156662,139.51653,227.06245,909.0212,162.19368,7.9612126,15.563542,8.69678,203.2796,14284.981,6.9652953,38.20219,55.038124,29.816391,347.08307,51.06241,186.54759,4.70493,157.9617,659.7735,481.1088,69.8039,771.92773,52.931942,85.07487,151.9074,29.65582,5.158076,21.477295,1160.0122,1.6438844,3.3999598,126.20575,9.205626,5.319536,27.328695,36.90441,391.86267,94.02806,165.87129,1579.4099,166.57234,2206.041,1875.7601,13.112514,14.301625,9084.702,10.556877,31.016579,327.60034,50.30071,99.43363,51.423176,268.61713,1207.5145,291.3816,6.838604,53.94697,411.9523,2310.211,44.14813,210.64879,19.88816,1.2405471,55.43014,1.1038585,0.76739603,2.532174,15.504621,56.51925,163.44347,25.042316,2098.644,68.40166,22.596294,29.126848,7.745699,60.67372,5.901904,2.210477,8.6690855,65.71778,1.5220276,2.5182555,5.154481,38.789818,14.620104,2.2503338,17.192596,642.73267,65.330864,1291.5052,27.492626,2118.2861,51.025185,685.6305,863.9373,23.238588,13.985483,1400.0842,2057.6116,5190.604,563.526 +2023-05-04 14:00:00,0.0,4911.567,50.343815,26.906425,16.33251,42.50814,206.61044,33.334564,69.32493,24.072454,37.587387,418.35645,611.11536,21.182205,54.42231,4.220861,1.2098404,36.579052,22.164783,10.604307,492.4667,3.325538,358.28772,98.23431,2.5521517,9.236587,122.21875,48.399506,231.75687,203.71356,3618.4463,1.9501941,2267.0723,8.646408,2.4707549,1.4402002,12.553083,226.30818,277.43253,57.50374,138.31586,32.363373,9.770322,843.38434,10.226496,66.22297,63.676704,415.9189,18.118607,375.31967,13.993926,53.14438,0.0,4079.9512,9787.582,9.293365,63.856174,66.35938,32942.277,131.32376,6.6966577,61.93566,95.19537,60.79404,18.421577,41.929302,711.27124,92.70027,43.67969,6.3909507,11.014234,924.3137,11.917073,317.1764,71.423256,2295.6755,98.61587,129.48193,161.89429,244.9391,14.632177,27.929546,95.48389,12.156473,14.312938,26.038342,41.72146,129.82939,15.17462,12.238825,126.15308,19.044353,4208.7935,42.017532,39.051075,31.522442,40.900604,287.2791,82.25712,57.344757,17.27104,20.425722,39.745693,145.22649,190.25198,86.039116,294.81366,63.782722,48.204212,139.66241,227.07614,909.303,162.25812,7.95678,15.564584,8.696625,203.1563,14287.475,6.966948,38.175045,55.00367,29.825796,347.1689,51.111378,186.46521,4.70572,158.05241,659.50494,480.80194,69.84402,771.2969,52.913887,85.04515,152.18031,29.638773,5.154448,21.467573,1160.9697,1.6419302,3.3963711,126.138405,9.208717,5.31963,27.305471,36.879353,391.59488,93.99603,165.82848,1578.6702,166.63148,2205.8386,1875.7748,13.121887,14.319781,9095.633,10.554736,31.06138,327.71814,50.37601,99.55638,51.45416,268.8181,1207.5178,291.44318,6.8446045,53.98964,412.5381,2310.077,44.142086,211.24113,19.944199,1.2400846,55.43042,1.103625,0.76691306,2.531353,15.53041,56.61359,163.64514,25.021246,2100.5652,68.593636,22.65457,29.187164,7.7605224,60.718414,5.918593,2.2104435,8.701076,65.80324,1.5396314,2.525314,5.164047,38.771168,14.616475,2.2569847,17.230513,643.23157,65.43293,1293.8099,27.510414,2120.9224,51.053616,685.37976,865.4987,23.283596,13.9838295,1401.0977,2058.7664,5193.322,563.19025 +2023-05-04 15:00:00,0.0,4918.257,50.391464,26.893377,16.34089,42.488888,206.58398,33.325768,69.28943,24.068518,37.567886,418.82892,611.0721,21.172365,54.472336,4.2266226,1.2136432,36.5628,22.20447,10.610737,492.34177,3.3301198,358.25592,98.19298,2.5494683,9.2287655,122.20629,48.380894,231.67653,203.64946,3626.538,1.9483202,2266.36,8.635954,2.4687827,1.4389368,12.54144,226.27827,277.43265,57.47197,138.61896,32.356552,9.771536,843.2304,10.218657,66.24599,63.70591,416.0021,18.156643,375.31763,14.008681,53.18312,0.0,4081.037,9793.991,9.317786,63.973415,66.47411,32951.418,131.42043,6.714082,61.924614,95.20091,60.85423,18.451525,41.935234,711.3548,92.752014,43.674667,6.401966,11.02407,924.67914,11.972445,317.3422,71.4369,2295.5671,98.66857,129.55782,161.90984,244.69962,14.626658,27.915579,95.410835,12.149557,14.304564,26.086676,41.765015,129.77757,15.180123,12.249777,126.29211,19.031685,4208.063,42.05654,39.133064,31.600662,40.945904,287.2184,82.311226,57.398186,17.28374,20.437195,39.775772,145.51328,190.27083,86.06835,294.94397,63.783325,48.25176,139.80829,227.08981,909.5848,162.32256,7.952347,15.565625,8.696469,203.03299,14289.967,6.9686007,38.147903,54.96922,29.835201,347.2548,51.160347,186.38281,4.70651,158.14314,659.2364,480.4951,69.884125,770.666,52.895832,85.015434,152.45323,29.621727,5.1508203,21.457851,1161.9274,1.6399759,3.3927824,126.07106,9.211808,5.319724,27.282248,36.854294,391.32712,93.96401,165.78564,1577.9305,166.69061,2205.6365,1875.7893,13.131261,14.337937,9106.5625,10.552595,31.106184,327.83594,50.451313,99.67913,51.485146,269.0191,1207.5212,291.50473,6.8506045,54.03231,413.1239,2309.9429,44.136047,211.83347,20.000235,1.2396224,55.4307,1.1033916,0.7664301,2.530532,15.5562,56.707935,163.84682,25.000175,2102.4866,68.785614,22.712845,29.24748,7.775346,60.763103,5.935282,2.2104099,8.733065,65.888695,1.557235,2.5323727,5.1736126,38.75252,14.612845,2.2636356,17.268427,643.7305,65.535,1296.1146,27.528204,2123.5586,51.08205,685.129,867.0601,23.328602,13.982176,1402.111,2059.9211,5196.039,562.8545 +2023-05-04 16:00:00,0.0,4924.947,50.439117,26.88033,16.349272,42.46964,206.55751,33.31697,69.25394,24.064579,37.54838,419.30136,611.0288,21.162527,54.522366,4.2323837,1.217446,36.546547,22.244156,10.617167,492.21683,3.334702,358.2241,98.15165,2.5467849,9.220945,122.193825,48.36228,231.59618,203.58534,3634.6296,1.9464462,2265.648,8.6255,2.4668105,1.4376734,12.529796,226.24837,277.43274,57.4402,138.92204,32.34973,9.772749,843.07654,10.210817,66.269,63.735115,416.08533,18.194681,375.31555,14.023437,53.221863,0.0,4082.1233,9800.4,9.342209,64.09065,66.588844,32960.56,131.51709,6.731506,61.913567,95.20644,60.914413,18.481474,41.94117,711.43835,92.803764,43.669647,6.4129815,11.033906,925.04456,12.027815,317.50803,71.45054,2295.4587,98.721275,129.6337,161.92538,244.46013,14.62114,27.901611,95.337776,12.142641,14.29619,26.13501,41.80857,129.72577,15.185627,12.260729,126.43114,19.019016,4207.333,42.09555,39.215054,31.67888,40.991207,287.1577,82.36533,57.451614,17.296436,20.44867,39.80585,145.80005,190.28967,86.09758,295.07428,63.783928,48.29931,139.95418,227.10349,909.8666,162.387,7.947914,15.566667,8.696314,202.90968,14292.46,6.970253,38.120758,54.934765,29.844608,347.34064,51.209316,186.30043,4.7072997,158.23387,658.96783,480.18826,69.92424,770.03516,52.877773,84.985725,152.72617,29.60468,5.1471925,21.44813,1162.885,1.6380216,3.3891938,126.003716,9.2149,5.319818,27.259024,36.829235,391.05936,93.93199,165.74283,1577.1909,166.74976,2205.434,1875.804,13.140634,14.356094,9117.493,10.550453,31.150986,327.95374,50.526615,99.80188,51.51613,269.2201,1207.5245,291.5663,6.856605,54.07498,413.7097,2309.8086,44.130005,212.42581,20.056273,1.23916,55.430977,1.1031584,0.7659471,2.5297108,15.581989,56.80228,164.0485,24.979105,2104.4077,68.9776,22.77112,29.307796,7.7901692,60.807796,5.951971,2.2103763,8.765054,65.97415,1.5748388,2.5394316,5.1831784,38.73387,14.609217,2.2702866,17.306343,644.22943,65.63707,1298.4194,27.545994,2126.195,51.11048,684.87836,868.6215,23.373608,13.980522,1403.1243,2061.076,5198.757,562.51874 +2023-05-04 17:00:00,0.0,4931.637,50.486767,26.867281,16.357653,42.45039,206.53105,33.308178,69.218445,24.060642,37.52888,419.7738,610.9856,21.152689,54.57239,4.2381454,1.2212487,36.530296,22.283844,10.623598,492.09192,3.339284,358.19226,98.11032,2.5441015,9.213124,122.18136,48.343674,231.51584,203.52122,3642.7214,1.9445722,2264.9358,8.615046,2.4648383,1.4364101,12.518152,226.21848,277.43286,57.408432,139.22513,32.34291,9.773963,842.92267,10.202977,66.292015,63.76432,416.16852,18.23272,375.3135,14.038192,53.26061,0.0,4083.2095,9806.81,9.3666315,64.20789,66.703575,32969.703,131.61375,6.74893,61.90252,95.21198,60.974598,18.511421,41.9471,711.5219,92.855515,43.664627,6.4239974,11.043743,925.4099,12.083185,317.67383,71.46418,2295.3503,98.77398,129.70958,161.94093,244.22063,14.615621,27.887644,95.264725,12.135725,14.287817,26.183344,41.852127,129.67395,15.191131,12.27168,126.57016,19.006348,4206.6025,42.134556,39.297043,31.7571,41.03651,287.097,82.41944,57.50504,17.309135,20.460142,39.835934,146.08684,190.30852,86.126816,295.20456,63.784534,48.346855,140.10005,227.11717,910.1484,162.45143,7.9434814,15.567709,8.696157,202.78638,14294.952,6.9719057,38.093613,54.90031,29.854013,347.4265,51.258286,186.21803,4.70809,158.3246,658.6993,479.8814,69.96435,769.4043,52.85972,84.95601,152.99908,29.587633,5.1435647,21.438408,1163.8425,1.6360673,3.3856049,125.93638,9.217991,5.3199124,27.2358,36.804176,390.79156,93.89996,165.70001,1576.4512,166.8089,2205.232,1875.8185,13.150007,14.37425,9128.424,10.548312,31.19579,328.0715,50.601917,99.92463,51.547115,269.42105,1207.5278,291.62787,6.8626056,54.117653,414.29547,2309.6746,44.123966,213.01814,20.11231,1.2386975,55.431255,1.102925,0.7654642,2.52889,15.607779,56.896626,164.25015,24.958035,2106.3289,69.16958,22.829397,29.36811,7.8049927,60.852486,5.9686604,2.210343,8.797043,66.059616,1.5924424,2.5464902,5.1927443,38.71522,14.605588,2.2769377,17.34426,644.7284,65.739136,1300.7241,27.563782,2128.8313,51.138916,684.6276,870.18286,23.418615,13.9788685,1404.1376,2062.2307,5201.474,562.183 +2023-05-04 18:00:00,0.0,4938.327,50.534416,26.854233,16.366034,42.43114,206.50458,33.29938,69.182945,24.056704,37.50938,420.24625,610.9423,21.142849,54.622417,4.243907,1.2250516,36.514046,22.32353,10.630028,491.96698,3.3438659,358.16043,98.068985,2.541418,9.205303,122.16889,48.32506,231.43549,203.45712,3650.8132,1.9426982,2264.2236,8.604591,2.462866,1.4351467,12.506509,226.18857,277.43298,57.376663,139.52823,32.33609,9.775176,842.7688,10.195138,66.31503,63.79352,416.2517,18.270756,375.31143,14.052947,53.29935,0.0,4084.2954,9813.218,9.391053,64.325134,66.818306,32978.844,131.71043,6.766354,61.89147,95.21752,61.034786,18.541368,41.953033,711.60547,92.90726,43.659607,6.435013,11.053579,925.7753,12.138556,317.83963,71.47782,2295.242,98.82668,129.78546,161.95648,243.98114,14.610102,27.873676,95.191666,12.128809,14.279443,26.231678,41.895683,129.62213,15.196634,12.282632,126.70918,18.99368,4205.872,42.173565,39.379032,31.83532,41.08181,287.0363,82.47354,57.558468,17.321833,20.471617,39.866013,146.37361,190.32735,86.15605,295.33487,63.785137,48.394405,140.24594,227.13084,910.4302,162.51587,7.939049,15.56875,8.696002,202.66307,14297.445,6.9735584,38.066467,54.865856,29.863419,347.51236,51.307255,186.13565,4.70888,158.41533,658.4307,479.57455,70.00446,768.77344,52.841663,84.92629,153.272,29.570585,5.139937,21.428686,1164.8002,1.634113,3.3820162,125.86903,9.221083,5.3200064,27.212576,36.779118,390.5238,93.86794,165.6572,1575.7115,166.86804,2205.0298,1875.8331,13.15938,14.392406,9139.3545,10.54617,31.240593,328.1893,50.67722,100.04738,51.5781,269.62204,1207.5311,291.68945,6.868606,54.160324,414.88126,2309.5405,44.117924,213.61049,20.168346,1.2382352,55.431534,1.1026915,0.7649812,2.5280688,15.633569,56.990967,164.45183,24.936962,2108.2502,69.36156,22.887672,29.428427,7.8198156,60.89718,5.985349,2.2103093,8.829032,66.14507,1.610046,2.5535488,5.2023096,38.69657,14.601958,2.2835886,17.382175,645.2273,65.84121,1303.0288,27.581572,2131.4675,51.167347,684.3769,871.74426,23.463621,13.977215,1405.1509,2063.3855,5204.1914,561.8472 +2023-05-04 19:00:00,0.0,4945.0176,50.582066,26.841185,16.374414,42.41189,206.47812,33.290585,69.14745,24.052767,37.489876,420.7187,610.89905,21.13301,54.672443,4.249668,1.2288544,36.49779,22.363218,10.636458,491.84204,3.348448,358.12863,98.02766,2.5387347,9.197482,122.156425,48.30645,231.35515,203.393,3658.9048,1.9408243,2263.5112,8.594137,2.4608939,1.4338833,12.4948635,226.15866,277.4331,57.344894,139.83131,32.32927,9.77639,842.6149,10.187299,66.33804,63.822727,416.3349,18.308794,375.3094,14.067701,53.338093,0.0,4085.3816,9819.627,9.415476,64.442375,66.93304,32987.984,131.8071,6.7837777,61.880424,95.22306,61.09497,18.571318,41.95897,711.689,92.95901,43.654583,6.446028,11.063416,926.14075,12.193926,318.00546,71.49146,2295.1335,98.87939,129.86134,161.97203,243.74165,14.604583,27.85971,95.118614,12.121894,14.27107,26.280012,41.93924,129.57031,15.202138,12.293584,126.848206,18.98101,4205.142,42.212574,39.46102,31.913538,41.127113,286.9756,82.52765,57.611897,17.334532,20.48309,39.89609,146.6604,190.34619,86.18529,295.46518,63.78574,48.44195,140.39182,227.14452,910.712,162.5803,7.9346156,15.569792,8.695847,202.53975,14299.9375,6.9752107,38.03932,54.831406,29.872826,347.59824,51.356224,186.05325,4.70967,158.50604,658.1622,479.26773,70.04457,768.14264,52.82361,84.89658,153.54494,29.553537,5.136309,21.418964,1165.7577,1.6321586,3.3784275,125.80169,9.224174,5.3201003,27.189352,36.754055,390.25604,93.83592,165.61438,1574.9719,166.92717,2204.8274,1875.8477,13.168754,14.410563,9150.284,10.544029,31.285395,328.3071,50.75252,100.17013,51.609085,269.82303,1207.5344,291.75104,6.874606,54.20299,415.46704,2309.4062,44.111885,214.20282,20.224384,1.2377728,55.431812,1.1024581,0.76449823,2.5272477,15.659358,57.08531,164.6535,24.915892,2110.1714,69.553535,22.945948,29.488743,7.834639,60.941868,6.0020385,2.2102757,8.861021,66.23053,1.6276498,2.5606074,5.2118754,38.677925,14.59833,2.2902396,17.420092,645.72626,65.943275,1305.3335,27.599361,2134.104,51.195778,684.1262,873.30566,23.508629,13.97556,1406.1642,2064.5403,5206.909,561.5115 +2023-05-04 20:00:00,0.0,4951.7075,50.629715,26.828136,16.382795,42.39264,206.45164,33.281788,69.11195,24.048828,37.470375,421.19113,610.8558,21.123173,54.722473,4.2554297,1.2326572,36.48154,22.402905,10.642889,491.7171,3.35303,358.0968,97.98633,2.5360513,9.189662,122.14397,48.28784,231.2748,203.32889,3666.9966,1.9389503,2262.799,8.583684,2.4589217,1.4326199,12.48322,226.12875,277.43323,57.313126,140.13441,32.32245,9.777604,842.46106,10.179459,66.36106,63.851933,416.4181,18.346832,375.3073,14.082457,53.37684,0.0,4086.4678,9826.036,9.439898,64.559616,67.04777,32997.125,131.90376,6.801202,61.869377,95.22859,61.155155,18.601265,41.9649,711.7726,93.01075,43.649563,6.457044,11.073253,926.50616,12.249296,318.17126,71.505104,2295.0251,98.93209,129.93723,161.98758,243.50215,14.599064,27.845743,95.04556,12.114978,14.262696,26.328346,41.982796,129.5185,15.207642,12.304535,126.98723,18.968342,4204.4116,42.251583,39.54301,31.991756,41.172417,286.9149,82.58176,57.66532,17.347229,20.494564,39.92617,146.94717,190.36504,86.214516,295.59546,63.786343,48.489502,140.5377,227.15819,910.9938,162.64474,7.930183,15.570833,8.695691,202.41644,14302.43,6.9768634,38.012177,54.79695,29.88223,347.68408,51.405197,185.97087,4.71046,158.59677,657.89355,478.96088,70.08468,767.5118,52.805553,84.86687,153.81786,29.536491,5.132682,21.409243,1166.7153,1.6302043,3.3748388,125.734344,9.227265,5.3201947,27.166128,36.728996,389.98825,93.8039,165.57156,1574.2322,166.98631,2204.6252,1875.8623,13.178126,14.4287195,9161.215,10.541888,31.330198,328.4249,50.827824,100.29288,51.640068,270.02402,1207.5377,291.8126,6.8806067,54.245663,416.05286,2309.2722,44.105843,214.79517,20.28042,1.2373104,55.43209,1.1022247,0.76401526,2.5264266,15.685148,57.179657,164.85518,24.894821,2112.0928,69.74552,23.004223,29.549059,7.8494625,60.98656,6.0187273,2.210242,8.89301,66.31599,1.6452534,2.567666,5.2214413,38.659275,14.594701,2.2968905,17.458008,646.22516,66.04535,1307.6382,27.61715,2136.7402,51.224213,683.8755,874.86707,23.553635,13.9739065,1407.1775,2065.695,5209.6265,561.1757 +2023-05-04 21:00:00,0.0,4958.3975,50.677364,26.815088,16.391176,42.37339,206.42517,33.27299,69.07646,24.04489,37.450874,421.66357,610.8125,21.113333,54.7725,4.2611914,1.23646,36.46529,22.44259,10.649319,491.5922,3.3576121,358.06497,97.945,2.5333679,9.181841,122.1315,48.26923,231.19444,203.26477,3675.0884,1.9370764,2262.087,8.57323,2.4569495,1.4313564,12.471577,226.09885,277.43335,57.281357,140.4375,32.315624,9.778817,842.3072,10.171619,66.38408,63.881138,416.50128,18.384869,375.30527,14.097212,53.41558,0.0,4087.5537,9832.444,9.46432,64.67686,67.16249,33006.266,132.00043,6.818626,61.85833,95.23413,61.215343,18.631212,41.970833,711.8562,93.0625,43.644543,6.4680595,11.083089,926.8716,12.304667,318.33707,71.51875,2294.9167,98.984795,130.0131,162.00313,243.26266,14.593545,27.831776,94.9725,12.108062,14.254322,26.376682,42.026352,129.46667,15.213145,12.315487,127.12625,18.955673,4203.681,42.290592,39.625,32.069977,41.217716,286.85416,82.635864,57.71875,17.359928,20.506037,39.956253,147.23396,190.38388,86.24375,295.72577,63.78695,48.53705,140.68358,227.17188,911.2756,162.7092,7.9257503,15.571876,8.695536,202.29314,14304.923,6.978516,37.98503,54.762497,29.891636,347.76996,51.454166,185.88847,4.71125,158.6875,657.625,478.65402,70.124794,766.8809,52.7875,84.83715,154.09077,29.519444,5.129054,21.39952,1167.6729,1.62825,3.3712502,125.667,9.230357,5.3202887,27.142902,36.703938,389.7205,93.77187,165.52875,1573.4926,167.04546,2204.423,1875.877,13.1875,14.446876,9172.1455,10.539746,31.375,328.54266,50.903126,100.41563,51.67105,270.225,1207.541,291.87418,6.886607,54.288334,416.63864,2309.1382,44.0998,215.3875,20.336458,1.2368481,55.43237,1.1019913,0.7635323,2.5256054,15.7109375,57.274002,165.05684,24.87375,2114.014,69.9375,23.0625,29.609375,7.864286,61.03125,6.0354166,2.2102084,8.925,66.40144,1.6628572,2.574725,5.231007,38.640625,14.591072,2.3035417,17.495924,646.7241,66.147415,1309.9429,27.63494,2139.3765,51.252644,683.62476,876.42847,23.59864,13.972253,1408.1908,2066.85,5212.344,560.83997 +2023-05-04 22:00:00,0.0,4965.088,50.725014,26.80204,16.399557,42.354137,206.39871,33.264194,69.04097,24.040953,37.43137,422.13605,610.7692,21.103495,54.822525,4.2669525,1.2402627,36.44904,22.482279,10.655749,491.46725,3.362194,358.03317,97.90367,2.5306845,9.17402,122.11903,48.25062,231.1141,203.20067,3683.18,1.9352025,2261.3748,8.562776,2.4549773,1.430093,12.459932,226.06894,277.43347,57.249588,140.74059,32.308804,9.780031,842.15326,10.163779,66.40709,63.91034,416.58447,18.422907,375.3032,14.111967,53.454323,0.0,4088.6396,9838.854,9.488742,64.7941,67.27722,33015.406,132.09709,6.83605,61.847282,95.23967,61.275528,18.661161,41.97677,711.93976,93.11425,43.639523,6.479075,11.092925,927.23694,12.360038,318.5029,71.532394,2294.8083,99.0375,130.08899,162.01868,243.02318,14.588026,27.817808,94.89945,12.101146,14.245949,26.425016,42.06991,129.41486,15.218649,12.326439,127.26528,18.943005,4202.951,42.3296,39.70699,32.148193,41.26302,286.79346,82.68997,57.77218,17.372625,20.51751,39.986332,147.52074,190.40273,86.27299,295.85608,63.78755,48.5846,140.82945,227.18555,911.5574,162.77364,7.9213176,15.572917,8.69538,202.16983,14307.415,6.9801683,37.957886,54.728043,29.901043,347.8558,51.503136,185.80609,4.71204,158.77823,657.35645,478.3472,70.1649,766.25006,52.76944,84.807434,154.3637,29.502398,5.1254263,21.3898,1168.6305,1.6262958,3.3676615,125.599655,9.233448,5.3203826,27.119678,36.67888,389.45273,93.73985,165.48592,1572.7529,167.1046,2204.2207,1875.8915,13.196873,14.465033,9183.075,10.537605,31.419804,328.66046,50.978428,100.538376,51.702038,270.426,1207.5444,291.93576,6.892607,54.331,417.22443,2309.004,44.09376,215.97984,20.392496,1.2363857,55.432648,1.1017579,0.7630493,2.5247846,15.736727,57.368343,165.25851,24.85268,2115.935,70.12948,23.120775,29.669691,7.8791094,61.07594,6.0521054,2.2101748,8.956989,66.4869,1.6804608,2.5817835,5.240573,38.621975,14.587442,2.3101926,17.53384,647.223,66.24948,1312.2477,27.652729,2142.013,51.281075,683.3741,877.98987,23.643648,13.970599,1409.2041,2068.005,5215.0615,560.5042 +2023-05-04 23:00:00,0.0,4971.778,50.772663,26.788992,16.407938,42.33489,206.37224,33.2554,69.00547,24.037014,37.41187,422.6085,610.72595,21.093657,54.87255,4.272714,1.2440655,36.432785,22.521965,10.66218,491.34232,3.3667762,358.00134,97.86234,2.528001,9.166199,122.10657,48.23201,231.03375,203.13655,3691.2717,1.9333285,2260.6624,8.552321,2.453005,1.4288297,12.448289,226.03905,277.4336,57.21782,141.04369,32.301983,9.781245,841.9994,10.15594,66.43011,63.939545,416.66766,18.460945,375.30115,14.126722,53.49307,0.0,4089.726,9845.263,9.5131645,64.91133,67.39195,33024.55,132.19377,6.853474,61.83624,95.24521,61.335712,18.691109,41.9827,712.0233,93.16599,43.6345,6.490091,11.102762,927.60236,12.415408,318.6687,71.546036,2294.6997,99.0902,130.16487,162.03423,242.78368,14.582507,27.80384,94.82639,12.09423,14.237575,26.47335,42.113464,129.36304,15.224153,12.337391,127.404305,18.930336,4202.2207,42.36861,39.78898,32.226414,41.308323,286.73276,82.74408,57.825603,17.385324,20.528984,40.01641,147.80753,190.42157,86.302216,295.98636,63.788155,48.632145,140.97534,227.19922,911.8392,162.83807,7.916885,15.573958,8.695225,202.04652,14309.908,6.981821,37.93074,54.69359,29.910448,347.94168,51.552105,185.7237,4.71283,158.86896,657.0879,478.04034,70.20502,765.6192,52.751385,84.777725,154.63663,29.48535,5.1217985,21.380077,1169.5881,1.6243415,3.3640728,125.53231,9.23654,5.320477,27.096455,36.65382,389.18494,93.70783,165.4431,1572.0132,167.16374,2204.0186,1875.9061,13.206246,14.483189,9194.006,10.535464,31.464607,328.77826,51.05373,100.661125,51.73302,270.62698,1207.5477,291.9973,6.8986077,54.373672,417.8102,2308.8699,44.08772,216.57217,20.448532,1.2359233,55.432926,1.1015245,0.7625663,2.5239635,15.762517,57.46269,165.46019,24.83161,2117.8564,70.32146,23.17905,29.730007,7.893933,61.120632,6.0687947,2.2101412,8.988978,66.572365,1.6980646,2.5888422,5.2501388,38.603325,14.583814,2.3168435,17.571754,647.722,66.351555,1314.5524,27.670517,2144.6492,51.30951,683.12335,879.5513,23.688654,13.9689455,1410.2174,2069.1597,5217.779,560.16846 +2023-05-05 00:00:00,0.0,4978.468,50.820312,26.775944,16.416319,42.31564,206.34578,33.246605,68.96998,24.033077,37.392365,423.08093,610.68274,21.083817,54.92258,4.2784758,1.2478684,36.416534,22.561653,10.66861,491.2174,3.3713582,357.9695,97.821014,2.5253174,9.158378,122.0941,48.213398,230.95341,203.07243,3699.3633,1.9314545,2259.9502,8.541867,2.4510329,1.4275663,12.436645,226.00914,277.43372,57.18605,141.34677,32.295162,9.782458,841.8455,10.148101,66.453125,63.96875,416.75085,18.498981,375.29907,14.141478,53.53181,0.0,4090.812,9851.671,9.537587,65.02857,67.50668,33033.69,132.29044,6.8708982,61.82519,95.25075,61.3959,18.721056,41.988632,712.1069,93.21774,43.62948,6.5011063,11.112598,927.9678,12.470778,318.8345,71.55968,2294.5913,99.14291,130.24075,162.04977,242.54419,14.576988,27.789873,94.75334,12.087314,14.229201,26.521685,42.15702,129.31122,15.229656,12.348342,127.54333,18.917667,4201.49,42.407616,39.870968,32.304634,41.353622,286.67203,82.79819,57.879032,17.398022,20.540457,40.04649,148.0943,190.4404,86.33145,296.11667,63.78876,48.679695,141.12122,227.21289,912.121,162.90251,7.9124517,15.575001,8.695069,201.92322,14312.4,6.983474,37.903595,54.659138,29.919855,348.02753,51.601074,185.64131,4.71362,158.95967,656.81934,477.7335,70.245125,764.98834,52.73333,84.74801,154.90955,29.468304,5.1181707,21.370356,1170.5457,1.6223872,3.3604841,125.464966,9.239631,5.320571,27.07323,36.628757,388.91718,93.675804,165.40028,1571.2736,167.22287,2203.8164,1875.9207,13.21562,14.501345,9204.937,10.533322,31.509409,328.89606,51.129032,100.78387,51.764008,270.82797,1207.551,292.0589,6.9046082,54.416344,418.39603,2308.7358,44.08168,217.16452,20.50457,1.235461,55.43321,1.1012911,0.7620834,2.5231423,15.788306,57.557034,165.66187,24.810537,2119.7776,70.51344,23.237328,29.790323,7.908756,61.16532,6.0854836,2.2101076,9.0209675,66.65782,1.7156682,2.5959008,5.2597046,38.58468,14.580185,2.3234947,17.60967,648.2209,66.45362,1316.857,27.688307,2147.2854,51.33794,682.8727,881.1127,23.733662,13.967292,1411.2307,2070.3145,5220.4966,559.8327 +2023-05-05 01:00:00,0.0,4985.158,50.86796,26.762896,16.4247,42.29639,206.3193,33.23781,68.93448,24.029139,37.372864,423.55338,610.63947,21.073978,54.972607,4.284237,1.2516712,36.400284,22.60134,10.67504,491.09247,3.3759403,357.93768,97.779686,2.522634,9.1505575,122.08164,48.19479,230.87306,203.00833,3707.455,1.9295806,2259.238,8.531413,2.4490607,1.4263029,12.425,225.97923,277.43384,57.15428,141.64987,32.28834,9.783672,841.69165,10.140261,66.476135,63.997955,416.83405,18.53702,375.29703,14.156233,53.570557,0.0,4091.898,9858.08,9.562009,65.14581,67.621414,33042.832,132.3871,6.8883224,61.814144,95.25629,61.456085,18.751003,41.994568,712.1904,93.269485,43.62446,6.5121217,11.122436,928.3332,12.526149,319.0003,71.57332,2294.483,99.19561,130.31664,162.06532,242.3047,14.571469,27.775906,94.68028,12.080399,14.220828,26.570019,42.200577,129.2594,15.23516,12.359294,127.68235,18.904999,4200.7603,42.446625,39.952957,32.38285,41.398926,286.61133,82.852295,57.93246,17.41072,20.551931,40.076572,148.38109,190.45924,86.36069,296.24695,63.789364,48.72724,141.2671,227.22658,912.4028,162.96695,7.908019,15.576042,8.694914,201.79991,14314.894,6.985126,37.87645,54.624683,29.92926,348.1134,51.650043,185.55891,4.7144103,159.0504,656.5508,477.42667,70.28524,764.35754,52.715275,84.71829,155.18246,29.451256,5.114543,21.360634,1171.5033,1.6204329,3.3568952,125.39762,9.2427225,5.320665,27.050007,36.6037,388.6494,93.64378,165.35747,1570.5339,167.28201,2203.614,1875.9353,13.224993,14.519502,9215.866,10.531181,31.554213,329.01385,51.204338,100.90662,51.79499,271.02896,1207.5543,292.12048,6.910609,54.459015,418.9818,2308.6016,44.075638,217.75685,20.560606,1.2349986,55.433487,1.1010576,0.76160043,2.5223212,15.814096,57.651375,165.86353,24.789467,2121.6987,70.70542,23.295603,29.85064,7.923579,61.210014,6.102173,2.210074,9.052957,66.74328,1.7332718,2.6029596,5.2692704,38.56603,14.576555,2.3301456,17.647587,648.7198,66.55569,1319.1617,27.706097,2149.9216,51.36637,682.62195,882.6741,23.778667,13.965638,1412.244,2071.4692,5223.214,559.497 +2023-05-05 02:00:00,0.0,4991.848,50.91561,26.749847,16.43308,42.277138,206.29285,33.22901,68.89899,24.025202,37.353363,424.02582,610.5962,21.06414,55.022633,4.2899985,1.255474,36.38403,22.641026,10.681471,490.96753,3.3805223,357.90588,97.73836,2.5199506,9.142736,122.069176,48.176178,230.79271,202.94421,3715.5469,1.9277066,2258.526,8.520959,2.4470885,1.4250395,12.413357,225.94933,277.43396,57.122513,141.95296,32.28152,9.784886,841.5378,10.1324215,66.49915,64.02716,416.91724,18.575058,375.29495,14.170987,53.6093,0.0,4092.9841,9864.489,9.5864315,65.263054,67.736145,33051.973,132.48376,6.905746,61.803097,95.261826,61.51627,18.780952,42.0005,712.274,93.321236,43.61944,6.5231376,11.132272,928.69855,12.581519,319.16614,71.58696,2294.3745,99.248314,130.39252,162.08087,242.0652,14.56595,27.761938,94.60723,12.0734825,14.212454,26.618353,42.244133,129.20758,15.2406645,12.370246,127.82137,18.89233,4200.03,42.485634,40.034946,32.46107,41.44423,286.55063,82.9064,57.985886,17.423418,20.563404,40.10665,148.66786,190.47809,86.38992,296.37726,63.789967,48.77479,141.41298,227.24025,912.6846,163.03139,7.9035864,15.577084,8.694758,201.6766,14317.386,6.9867787,37.849304,54.59023,29.938665,348.19925,51.699013,185.47653,4.7152,159.14113,656.2822,477.1198,70.32535,763.7267,52.69722,84.68858,155.4554,29.43421,5.110915,21.350912,1172.4608,1.6184785,3.3533065,125.33028,9.245813,5.3207593,27.026783,36.57864,388.38162,93.61176,165.31465,1569.7942,167.34116,2203.4119,1875.9498,13.234366,14.537658,9226.797,10.52904,31.599014,329.13162,51.27964,101.029366,51.825977,271.22995,1207.5576,292.18204,6.916609,54.501686,419.5676,2308.4675,44.069595,218.3492,20.616644,1.2345363,55.433765,1.1008242,0.76111746,2.5215,15.839886,57.74572,166.0652,24.768396,2123.62,70.8974,23.353878,29.910954,7.9384027,61.254704,6.1188617,2.2100403,9.084946,66.828735,1.7508756,2.6100183,5.2788363,38.54738,14.5729265,2.3367965,17.685503,649.21875,66.65776,1321.4664,27.723885,2152.558,51.394806,682.3712,884.2354,23.823673,13.9639845,1413.2573,2072.624,5225.9316,559.16125 +2023-05-05 03:00:00,0.0,4998.538,50.96326,26.7368,16.44146,42.25789,206.26637,33.220215,68.863495,24.021263,37.33386,424.49826,610.5529,21.054302,55.07266,4.29576,1.2592767,36.36778,22.680714,10.687901,490.8426,3.3851042,357.87405,97.69703,2.5172672,9.134915,122.05671,48.15757,230.71237,202.8801,3723.6384,1.9258326,2257.8137,8.510505,2.4451163,1.4237761,12.401712,225.91942,277.43405,57.090744,142.25604,32.274696,9.786099,841.3839,10.124582,66.52217,64.056366,417.00043,18.613094,375.2929,14.185742,53.64804,0.0,4094.0703,9870.898,9.610853,65.380295,67.850876,33061.113,132.58043,6.92317,61.79205,95.26736,61.576458,18.8109,42.00643,712.35754,93.372986,43.614414,6.534153,11.142108,929.06396,12.63689,319.33194,71.60061,2294.266,99.30102,130.4684,162.09642,241.82571,14.5604315,27.74797,94.53417,12.066566,14.204081,26.666687,42.28769,129.15576,15.246168,12.381197,127.9604,18.879662,4199.2993,42.524643,40.116936,32.53929,41.48953,286.48993,82.96051,58.039314,17.436117,20.574879,40.13673,148.95465,190.49693,86.41915,296.50757,63.79057,48.82234,141.55887,227.25392,912.9664,163.09583,7.8991537,15.578125,8.694603,201.5533,14319.879,6.9884315,37.82216,54.555775,29.948072,348.28513,51.747982,185.39413,4.71599,159.23186,656.0136,476.81296,70.365456,763.0958,52.679165,84.65887,155.72832,29.417162,5.107288,21.341192,1173.4185,1.6165242,3.3497179,125.26293,9.248905,5.320853,27.00356,36.55358,388.11386,93.579735,165.27184,1569.0546,167.4003,2203.2097,1875.9645,13.243739,14.555814,9237.728,10.526898,31.643818,329.24942,51.354942,101.152115,51.85696,271.4309,1207.5609,292.24362,6.9226093,54.544353,420.15338,2308.3335,44.063557,218.94153,20.672682,1.2340739,55.434044,1.1005908,0.7606345,2.5206792,15.865675,57.840065,166.26688,24.747326,2125.5413,71.08938,23.412153,29.97127,7.953226,61.299397,6.135551,2.2100067,9.116936,66.91419,1.7684792,2.6170769,5.288402,38.52873,14.569298,2.3434474,17.72342,649.71765,66.75983,1323.7712,27.741674,2155.1943,51.423237,682.12054,885.7968,23.868681,13.962331,1414.2706,2073.7788,5228.649,558.8255 +2023-05-05 04:00:00,0.0,5005.2285,51.01091,26.723751,16.44984,42.23864,206.23991,33.211422,68.827995,24.017324,37.314358,424.9707,610.50964,21.044462,55.12269,4.3015213,1.2630795,36.35153,22.7204,10.694331,490.71768,3.3896863,357.84222,97.6557,2.5145838,9.127094,122.04424,48.138958,230.63202,202.816,3731.7302,1.9239587,2257.1013,8.500051,2.443144,1.4225128,12.390069,225.88951,277.43417,57.058975,142.55914,32.267876,9.787313,841.23004,10.116742,66.54519,64.08557,417.08365,18.651133,375.29083,14.200498,53.686787,0.0,4095.1565,9877.307,9.635276,65.497536,67.96561,33070.254,132.67711,6.940594,61.781002,95.272896,61.636642,18.840847,42.012367,712.4411,93.42473,43.609394,6.5451684,11.151945,929.4294,12.692261,319.49774,71.61425,2294.1577,99.35372,130.54428,162.11197,241.58623,14.554913,27.734003,94.46112,12.05965,14.195706,26.715023,42.331245,129.10394,15.251672,12.392149,128.09943,18.866993,4198.5693,42.563652,40.198925,32.617508,41.534832,286.4292,83.01462,58.092743,17.448814,20.586351,40.16681,149.24142,190.51578,86.44839,296.63785,63.791176,48.86989,141.70474,227.26761,913.24817,163.16026,7.8947206,15.579167,8.6944475,201.42998,14322.371,6.9900837,37.795017,54.521324,29.957478,348.37097,51.79695,185.31175,4.71678,159.32259,655.74506,476.50613,70.40557,762.46497,52.66111,84.62915,156.00124,29.400116,5.10366,21.33147,1174.3761,1.6145699,3.3461292,125.19559,9.251997,5.320947,26.980335,36.528522,387.8461,93.547714,165.22902,1568.315,167.45943,2203.0073,1875.979,13.253113,14.573971,9248.658,10.524757,31.688622,329.36722,51.430244,101.274864,51.887947,271.6319,1207.5643,292.3052,6.92861,54.587025,420.73917,2308.1992,44.057514,219.53387,20.728718,1.2336115,55.434322,1.1003574,0.7601515,2.5198581,15.891465,57.93441,166.46855,24.726255,2127.4624,71.281364,23.47043,30.031586,7.9680495,61.344086,6.15224,2.209973,9.148925,66.99965,1.786083,2.6241355,5.2979674,38.510082,14.565668,2.3500986,17.761335,650.2166,66.86189,1326.0759,27.759464,2157.8306,51.45167,681.8698,887.3582,23.913687,13.960677,1415.2839,2074.9336,5231.3667,558.48975 +2023-05-05 05:00:00,0.0,5011.9185,51.05856,26.710703,16.458221,42.21939,206.21344,33.202625,68.7925,24.013388,37.294857,425.44315,610.4664,21.034624,55.172714,4.307283,1.2668823,36.335274,22.760086,10.700762,490.59274,3.3942683,357.8104,97.61437,2.5119004,9.119274,122.03178,48.120346,230.55168,202.75188,3739.822,1.9220847,2256.3892,8.489596,2.441172,1.4212494,12.378426,225.8596,277.4343,57.027206,142.86223,32.261055,9.788527,841.0761,10.108903,66.5682,64.11477,417.16684,18.68917,375.2888,14.215253,53.72553,0.0,4096.242,9883.716,9.6596985,65.61478,68.08034,33079.4,132.77377,6.9580183,61.769955,95.278435,61.696827,18.870796,42.0183,712.5247,93.47648,43.604374,6.5561843,11.161781,929.7948,12.747631,319.66357,71.62789,2294.0493,99.406425,130.62016,162.12752,241.34673,14.549394,27.720036,94.38807,12.052734,14.187333,26.763357,42.3748,129.05212,15.257175,12.403101,128.23845,18.854324,4197.839,42.60266,40.280914,32.69573,41.580135,286.3685,83.068726,58.146168,17.461514,20.597824,40.19689,149.5282,190.5346,86.47762,296.76816,63.79178,48.917435,141.85063,227.28128,913.52997,163.2247,7.890288,15.580209,8.694291,201.30667,14324.863,6.9917364,37.76787,54.48687,29.966883,348.45685,51.84592,185.22935,4.7175703,159.4133,655.4765,476.19928,70.44568,761.8341,52.64305,84.59944,156.27415,29.383068,5.1000323,21.321749,1175.3336,1.6126157,3.3425405,125.12824,9.255088,5.321041,26.957111,36.50346,387.5783,93.51569,165.1862,1567.5753,167.51857,2202.8052,1875.9937,13.2624855,14.592127,9259.588,10.522615,31.733423,329.48502,51.505547,101.39761,51.91893,271.8329,1207.5676,292.36676,6.93461,54.629696,421.32498,2308.0652,44.051476,220.1262,20.784756,1.2331492,55.4346,1.1001241,0.7596685,2.519037,15.917254,58.02875,166.67021,24.705185,2129.3838,71.47334,23.528706,30.091902,7.9828725,61.38878,6.168929,2.2099395,9.180914,67.085106,1.8036866,2.631194,5.3075333,38.491432,14.562039,2.3567495,17.799252,650.7155,66.96397,1328.3806,27.777252,2160.467,51.480103,681.6191,888.9196,23.958694,13.9590225,1416.2974,2076.0884,5234.084,558.154 +2023-05-05 06:00:00,0.0,5018.6084,51.106213,26.697655,16.466602,42.200138,206.18697,33.19383,68.757,24.009449,37.275352,425.91562,610.4231,21.024786,55.22274,4.3130445,1.2706852,36.319023,22.799774,10.707191,490.4678,3.3988504,357.7786,97.573044,2.509217,9.111453,122.01932,48.101738,230.47133,202.68776,3747.9136,1.9202107,2255.677,8.479142,2.4391997,1.419986,12.36678,225.82971,277.43442,56.995438,143.16533,32.254234,9.789741,840.92224,10.101064,66.59122,64.143974,417.25003,18.727207,375.2867,14.230008,53.76427,0.0,4097.3286,9890.125,9.68412,65.73201,68.19507,33088.54,132.87044,6.9754424,61.758907,95.283966,61.757015,18.900743,42.02423,712.6083,93.52823,43.59935,6.5671997,11.1716175,930.1602,12.803001,319.82938,71.64153,2293.941,99.45913,130.69604,162.14307,241.10724,14.543875,27.70607,94.31501,12.045818,14.17896,26.811691,42.418358,129.00032,15.262679,12.414053,128.37747,18.841656,4197.1084,42.64167,40.362904,32.77395,41.625435,286.3078,83.12283,58.199596,17.47421,20.609299,40.22697,149.81499,190.55345,86.50686,296.89847,63.79238,48.964985,141.9965,227.29495,913.81177,163.28914,7.885855,15.58125,8.694136,201.18336,14327.356,6.993389,37.740726,54.452415,29.97629,348.5427,51.89489,185.14697,4.7183604,159.50403,655.20795,475.89243,70.485794,761.20325,52.624996,84.569725,156.54709,29.366022,5.0964046,21.312027,1176.2913,1.6106614,3.3389518,125.0609,9.25818,5.3211355,26.933887,36.4784,387.31055,93.48367,165.14337,1566.8356,167.57771,2202.603,1876.0082,13.271859,14.610283,9270.519,10.520474,31.778227,329.6028,51.58085,101.52036,51.949917,272.03387,1207.5709,292.42834,6.9406104,54.672363,421.91077,2307.9312,44.045433,220.71855,20.840794,1.2326868,55.43488,1.0998907,0.75918555,2.518216,15.943045,58.123096,166.87189,24.684113,2131.305,71.66532,23.58698,30.152218,7.997696,61.433468,6.185618,2.2099059,9.212903,67.17057,1.8212904,2.638253,5.317099,38.472782,14.558411,2.3634005,17.837168,651.2145,67.06603,1330.6853,27.795042,2163.1033,51.508533,681.3684,890.481,24.0037,13.957369,1417.3107,2077.2432,5236.8013,557.81824 +2023-05-05 07:00:00,0.0,5025.299,51.153862,26.684607,16.474983,42.18089,206.1605,33.18503,68.72151,24.005512,37.25585,426.38806,610.3798,21.014946,55.272766,4.3188057,1.274488,36.302773,22.83946,10.713622,490.3429,3.4034324,357.74677,97.531715,2.5065336,9.103632,122.00685,48.083126,230.39099,202.62364,3756.0054,1.9183367,2254.9648,8.468689,2.4372275,1.4187226,12.355137,225.7998,277.43454,56.96367,143.46841,32.247414,9.790955,840.7684,10.093224,66.614235,64.17318,417.33322,18.765245,375.28464,14.244763,53.803017,0.0,4098.4146,9896.533,9.708543,65.84925,68.3098,33097.68,132.9671,6.9928665,61.74786,95.289505,61.8172,18.93069,42.030167,712.69183,93.57997,43.59433,6.5782156,11.181455,930.5256,12.858372,319.99518,71.655174,2293.8325,99.51183,130.77193,162.15862,240.86775,14.538356,27.692102,94.24196,12.038903,14.170586,26.860025,42.461914,128.9485,15.268183,12.425004,128.5165,18.828987,4196.3784,42.680676,40.444893,32.852165,41.67074,286.2471,83.17693,58.253025,17.48691,20.620771,40.25705,150.10176,190.5723,86.53609,297.02875,63.792988,49.01253,142.1424,227.30862,914.09357,163.35359,7.8814225,15.582292,8.69398,201.06006,14329.849,6.9950414,37.71358,54.41796,29.985695,348.62857,51.94386,185.06458,4.71915,159.59476,654.9394,475.5856,70.5259,760.57245,52.60694,84.54001,156.82,29.348974,5.092777,21.302305,1177.2488,1.6087071,3.3353631,124.99355,9.2612705,5.3212295,26.910662,36.453342,387.0428,93.451645,165.10056,1566.096,167.63686,2202.4006,1876.0228,13.281232,14.62844,9281.449,10.518333,31.823029,329.72058,51.65615,101.64311,51.9809,272.23486,1207.5742,292.48993,6.946611,54.715034,422.49655,2307.7969,44.039394,221.31088,20.89683,1.2322243,55.435158,1.0996573,0.75870264,2.5173948,15.968834,58.21744,167.07356,24.663042,2133.2263,71.8573,23.645256,30.212534,8.01252,61.478157,6.202307,2.2098722,9.244892,67.25603,1.838894,2.6453116,5.326665,38.454132,14.554781,2.3700514,17.875084,651.7134,67.1681,1332.99,27.812832,2165.7395,51.53697,681.1177,892.0424,24.048706,13.955715,1418.324,2078.398,5239.519,557.4825 +2023-05-05 08:00:00,0.0,5031.989,51.20151,26.671558,16.483364,42.16164,206.13403,33.176235,68.68602,24.001574,37.23635,426.8605,610.3366,21.005108,55.322796,4.3245673,1.2782907,36.286522,22.879148,10.720053,490.21796,3.4080145,357.71494,97.49039,2.5038502,9.095811,121.994385,48.064518,230.31064,202.55954,3764.097,1.9164629,2254.2524,8.458235,2.4352553,1.4174591,12.343493,225.7699,277.43466,56.9319,143.7715,32.240593,9.792168,840.6145,10.085384,66.637245,64.202385,417.41644,18.803284,375.2826,14.259519,53.84176,0.0,4099.5005,9902.942,9.7329645,65.96649,68.42453,33106.82,133.06378,7.0102906,61.736813,95.295044,61.877388,18.96064,42.0361,712.7754,93.63172,43.58931,6.589231,11.191291,930.891,12.913742,320.16098,71.668816,2293.724,99.56454,130.84781,162.17416,240.62825,14.532837,27.678135,94.1689,12.031987,14.162212,26.90836,42.50547,128.89668,15.273686,12.435956,128.65552,18.816319,4195.648,42.719685,40.526882,32.930386,41.71604,286.18637,83.23104,58.30645,17.499607,20.632246,40.28713,150.38855,190.59114,86.56532,297.15906,63.79359,49.06008,142.28827,227.32231,914.37537,163.41803,7.8769894,15.583334,8.693825,200.93675,14332.342,6.996694,37.686436,54.38351,29.9951,348.71442,51.99283,184.9822,4.71994,159.68549,654.67084,475.27875,70.56602,759.9416,52.588886,84.51029,157.09293,29.331928,5.089149,21.292583,1178.2064,1.6067528,3.3317742,124.92621,9.264362,5.3213234,26.887438,36.428284,386.775,93.419624,165.05774,1565.3563,167.696,2202.1985,1876.0374,13.290606,14.646596,9292.379,10.5161915,31.867832,329.83838,51.731453,101.76586,52.011887,272.43585,1207.5775,292.55148,6.9526114,54.757706,423.08234,2307.6628,44.03335,221.90323,20.952868,1.231762,55.435436,1.0994239,0.75821966,2.516574,15.994623,58.311787,167.27524,24.641972,2135.1475,72.049286,23.703533,30.27285,8.027343,61.52285,6.218996,2.2098386,9.276881,67.341484,1.8564976,2.6523702,5.3362308,38.435482,14.551152,2.3767025,17.912998,652.21234,67.27017,1335.2948,27.83062,2168.376,51.5654,680.86694,893.6038,24.093714,13.9540615,1419.3373,2079.5527,5242.2363,557.1467 +2023-05-05 09:00:00,0.0,5038.679,51.24916,26.65851,16.491745,42.14239,206.10757,33.16744,68.65052,23.997637,37.216846,427.33295,610.29333,20.99527,55.37282,4.330329,1.2820935,36.270267,22.918835,10.726482,490.09302,3.4125965,357.6831,97.44906,2.5011668,9.08799,121.98192,48.045906,230.23029,202.49542,3772.1887,1.9145889,2253.5403,8.447781,2.433283,1.4161958,12.331849,225.73999,277.43478,56.90013,144.0746,32.233772,9.793382,840.46063,10.077544,66.66026,64.23159,417.49963,18.84132,375.28052,14.274273,53.8805,0.0,4100.587,9909.352,9.757387,66.08373,68.53926,33115.96,133.16045,7.0277143,61.725765,95.30058,61.937572,18.990587,42.04203,712.85895,93.683464,43.58429,6.6002464,11.201128,931.2564,12.969113,320.3268,71.68246,2293.6155,99.61724,130.92369,162.1897,240.38876,14.527318,27.664167,94.09585,12.025071,14.153838,26.956694,42.549026,128.84486,15.27919,12.446908,128.79454,18.803652,4194.9175,42.758694,40.60887,33.008606,41.76134,286.12567,83.28515,58.35988,17.512306,20.643719,40.31721,150.67532,190.60999,86.59456,297.28937,63.794193,49.107628,142.43416,227.33598,914.65717,163.48247,7.8725567,15.584375,8.693669,200.81345,14334.834,6.998347,37.65929,54.349056,30.004507,348.8003,52.041798,184.8998,4.7207303,159.77621,654.4023,474.9719,70.606125,759.3107,52.57083,84.48058,157.36584,29.31488,5.085521,21.282862,1179.164,1.6047984,3.3281856,124.858864,9.267453,5.321418,26.864214,36.403225,386.50723,93.3876,165.01492,1564.6167,167.75513,2201.9963,1876.052,13.299978,14.664752,9303.31,10.5140505,31.912636,329.95618,51.806755,101.88861,52.04287,272.63684,1207.5808,292.61307,6.9586115,54.800377,423.66815,2307.5288,44.02731,222.49556,21.008904,1.2312996,55.435715,1.0991905,0.7577367,2.5157528,16.020412,58.406128,167.4769,24.620901,2137.0686,72.241264,23.761808,30.333166,8.042166,61.56754,6.2356853,2.209805,9.308871,67.42694,1.8741014,2.6594288,5.3457966,38.416836,14.5475235,2.3833535,17.950914,652.71124,67.37224,1337.5995,27.84841,2171.0122,51.59383,680.6163,895.1652,24.13872,13.952408,1420.3506,2080.7075,5244.954,556.811 +2023-05-05 10:00:00,0.0,5045.369,51.29681,26.645462,16.500126,42.12314,206.0811,33.158646,68.61503,23.993698,37.197346,427.8054,610.25006,20.98543,55.422848,4.33609,1.2858963,36.254017,22.95852,10.732913,489.96808,3.4171786,357.6513,97.40773,2.4984834,9.08017,121.96945,48.027294,230.14995,202.4313,3780.2805,1.912715,2252.8281,8.437326,2.431311,1.4149324,12.320206,225.71008,277.4349,56.868362,144.37769,32.226948,9.794596,840.30676,10.069705,66.68328,64.260796,417.58282,18.879358,375.27847,14.289028,53.919247,0.0,4101.673,9915.761,9.781809,66.20097,68.65399,33125.1,133.25711,7.0451384,61.714718,95.306114,61.997757,19.020535,42.047966,712.9425,93.735214,43.579266,6.6112623,11.210964,931.6218,13.024484,320.4926,71.696106,2293.507,99.669945,130.99957,162.20525,240.14928,14.521799,27.6502,94.02279,12.018155,14.145465,27.005028,42.592583,128.79305,15.284694,12.457859,128.93356,18.790983,4194.1875,42.797703,40.69086,33.086823,41.806644,286.06497,83.33926,58.413307,17.525003,20.655193,40.34729,150.96211,190.62883,86.623795,297.41965,63.794796,49.155178,142.58003,227.34966,914.93896,163.5469,7.868124,15.585417,8.693514,200.69014,14337.327,6.999999,37.632145,54.3146,30.013912,348.88614,52.09077,184.81741,4.7215204,159.86693,654.13367,474.66504,70.64623,758.6799,52.552776,84.45087,157.63878,29.297832,5.081894,21.27314,1180.1216,1.6028441,3.324597,124.79153,9.270545,5.3215117,26.84099,36.378162,386.23947,93.355576,164.9721,1563.877,167.81427,2201.794,1876.0665,13.309352,14.682909,9314.24,10.5119095,31.957438,330.07397,51.882057,102.01136,52.073853,272.83783,1207.5842,292.67465,6.964612,54.84305,424.25394,2307.3945,44.02127,223.0879,21.064941,1.2308372,55.435993,1.0989571,0.7572537,2.5149317,16.046204,58.500473,167.67857,24.59983,2138.99,72.43324,23.820084,30.39348,8.05699,61.612232,6.252374,2.2097716,9.34086,67.5124,1.891705,2.6664877,5.3553624,38.398186,14.543894,2.3900044,17.98883,653.21014,67.474304,1339.9042,27.8662,2173.6484,51.622265,680.36554,896.7266,24.183727,13.950754,1421.3639,2081.8623,5247.6714,556.4752 +2023-05-05 11:00:00,0.0,5052.059,51.34446,26.632414,16.508507,42.10389,206.05464,33.14985,68.57953,23.98976,37.177845,428.27783,610.2068,20.975592,55.472874,4.3418517,1.2896991,36.237766,22.998209,10.739344,489.84317,3.4217606,357.61948,97.3664,2.4958,9.072349,121.95699,48.008686,230.0696,202.3672,3788.372,1.910841,2252.116,8.426872,2.4293387,1.413669,12.308561,225.68018,277.43503,56.836594,144.68079,32.220127,9.795809,840.1529,10.061866,66.70629,64.29,417.66602,18.917397,375.2764,14.303783,53.95799,0.0,4102.759,9922.169,9.8062315,66.318214,68.76872,33134.246,133.35378,7.0625625,61.70367,95.31165,62.057945,19.050484,42.053898,713.02606,93.786964,43.574245,6.6222777,11.2208,931.98724,13.079854,320.65842,71.70975,2293.3987,99.72265,131.07545,162.2208,239.90977,14.51628,27.636232,93.94974,12.011239,14.137092,27.053362,42.63614,128.74123,15.290197,12.468811,129.07259,18.778315,4193.457,42.83671,40.77285,33.165043,41.851948,286.00424,83.393364,58.466732,17.537703,20.666666,40.37737,151.24889,190.64766,86.65302,297.54996,63.795403,49.20273,142.72592,227.36333,915.22076,163.61134,7.8636913,15.586458,8.693358,200.56683,14339.819,7.001652,37.605,54.280148,30.02332,348.972,52.13974,184.73502,4.7223105,159.95766,653.8651,474.35822,70.68635,758.049,52.534718,84.42115,157.9117,29.280787,5.078266,21.263418,1181.0792,1.6008898,3.3210082,124.72418,9.273637,5.3216057,26.817766,36.353104,385.97168,93.323555,164.92929,1563.1373,167.87341,2201.5918,1876.0812,13.318726,14.701065,9325.171,10.509768,32.00224,330.19177,51.95736,102.13411,52.10484,273.03882,1207.5875,292.7362,6.9706125,54.885715,424.83972,2307.2605,44.01523,223.68025,21.12098,1.2303749,55.43627,1.0987236,0.75677073,2.5141106,16.071993,58.59482,167.88025,24.57876,2140.9111,72.62522,23.878359,30.453796,8.071813,61.65692,6.2690635,2.209738,9.372849,67.597855,1.9093088,2.6735463,5.3649282,38.379536,14.540265,2.3966553,18.026747,653.7091,67.57638,1342.2089,27.883987,2176.285,51.650696,680.1148,898.28796,24.228733,13.9491005,1422.3772,2083.017,5250.3887,556.13947 +2023-05-05 12:00:00,0.0,5058.7495,51.39211,26.619366,16.516888,42.08464,206.02817,33.141052,68.54404,23.985823,37.15834,428.75027,610.1635,20.965754,55.522903,4.3476133,1.293502,36.22151,23.037895,10.745773,489.71823,3.4263425,357.58765,97.32507,2.4931166,9.0645275,121.94453,47.990074,229.98926,202.30309,3796.4639,1.908967,2251.4038,8.416418,2.4273665,1.4124056,12.296917,225.65028,277.43515,56.804825,144.98387,32.213306,9.797023,839.99896,10.054026,66.72931,64.31921,417.7492,18.955433,375.27435,14.318539,53.99673,0.0,4103.8447,9928.578,9.830654,66.435455,68.883446,33143.387,133.45044,7.0799866,61.692623,95.31719,62.11813,19.080431,42.05983,713.1097,93.83871,43.569225,6.633293,11.230638,932.3526,13.135224,320.82425,71.72339,2293.2903,99.77535,131.15134,162.23634,239.67029,14.510761,27.622265,93.876686,12.004324,14.128717,27.101696,42.679695,128.6894,15.295701,12.479763,129.21162,18.765646,4192.7266,42.87572,40.85484,33.243263,41.897247,285.94354,83.44747,58.52016,17.5504,20.678139,40.407448,151.53568,190.6665,86.68226,297.68027,63.796005,49.250275,142.8718,227.37701,915.50256,163.67578,7.859258,15.587501,8.693203,200.44353,14342.3125,7.0033045,37.577854,54.245697,30.032724,349.05786,52.18871,184.65263,4.7231,160.04839,653.59656,474.05136,70.726456,757.4182,52.516663,84.39144,158.18462,29.263739,5.0746384,21.253696,1182.0367,1.5989355,3.3174195,124.65684,9.276728,5.3217,26.794542,36.328045,385.70392,93.291534,164.88647,1562.3977,167.93256,2201.3896,1876.0957,13.328098,14.719221,9336.101,10.507627,32.047043,330.30954,52.03266,102.25685,52.135822,273.2398,1207.5908,292.7978,6.976613,54.928387,425.4255,2307.1265,44.00919,224.27258,21.177015,1.2299125,55.436554,1.0984902,0.75628775,2.5132895,16.097782,58.689163,168.08192,24.55769,2142.8323,72.81721,23.936636,30.514112,8.086637,61.701614,6.2857523,2.2097044,9.404839,67.68332,1.9269124,2.680605,5.374494,38.360886,14.536636,2.4033065,18.064663,654.208,67.678444,1344.5135,27.901777,2178.9211,51.679127,679.86414,899.84937,24.273739,13.947447,1423.3905,2084.1719,5253.1064,555.8037 +2023-05-05 13:00:00,0.0,5065.4395,51.43976,26.606318,16.525269,42.06539,206.0017,33.132256,68.50854,23.981884,37.13884,429.22275,610.12024,20.955914,55.57293,4.3533745,1.2973047,36.20526,23.077581,10.752204,489.5933,3.4309247,357.55582,97.283745,2.490433,9.056706,121.93206,47.971462,229.9089,202.23897,3804.5557,1.907093,2250.6914,8.405964,2.4253943,1.4111422,12.285274,225.62038,277.43527,56.773056,145.28696,32.206486,9.798236,839.8451,10.046186,66.75233,64.34841,417.8324,18.993471,375.27228,14.333294,54.035477,0.0,4104.931,9934.987,9.855076,66.55269,68.99818,33152.527,133.54712,7.0974107,61.681576,95.32272,62.178314,19.110378,42.065765,713.19324,93.89046,43.564205,6.644309,11.240474,932.718,13.190595,320.99005,71.73703,2293.182,99.82806,131.22722,162.25189,239.4308,14.505242,27.608297,93.80363,11.997408,14.120344,27.150032,42.72325,128.63759,15.301205,12.490715,129.35065,18.752977,4191.9966,42.914726,40.93683,33.32148,41.94255,285.88284,83.50158,58.57359,17.563099,20.689613,40.43753,151.82245,190.68535,86.711494,297.81055,63.796608,49.297825,143.01768,227.39069,915.78436,163.74022,7.8548255,15.588542,8.693048,200.3202,14344.805,7.0049567,37.55071,54.211243,30.04213,349.1437,52.23768,184.57024,4.7238903,160.13911,653.328,473.7445,70.76657,756.78735,52.498608,84.361725,158.45755,29.246693,5.0710106,21.243975,1182.9944,1.5969813,3.3138309,124.58949,9.2798195,5.321794,26.771318,36.302986,385.43616,93.25951,164.84364,1561.6578,167.9917,2201.1873,1876.1104,13.337472,14.737378,9347.031,10.505486,32.091846,330.42734,52.107964,102.3796,52.16681,273.44077,1207.5941,292.85938,6.982613,54.971058,426.0113,2306.9922,44.003147,224.86493,21.233053,1.2294501,55.436832,1.0982568,0.7558048,2.5124686,16.123571,58.783504,168.28358,24.536617,2144.7537,73.009186,23.994911,30.574429,8.1014595,61.746304,6.3024416,2.2096708,9.436828,67.768776,1.9445162,2.6876636,5.38406,38.34224,14.533007,2.4099574,18.10258,654.707,67.78052,1346.8184,27.919567,2181.5574,51.70756,679.6134,901.41077,24.318747,13.945793,1424.4038,2085.3267,5255.8237,555.46796 +2023-05-05 14:00:00,0.0,5072.1294,51.487408,26.59327,16.53365,42.04614,205.97523,33.12346,68.473045,23.977947,37.11934,429.6952,610.07697,20.946075,55.622955,4.359136,1.3011075,36.18901,23.11727,10.758635,489.46835,3.4355066,357.52402,97.24242,2.4877496,9.048886,121.91959,47.952854,229.82855,202.17487,3812.6472,1.9052191,2249.9792,8.39551,2.423422,1.4098788,12.273629,225.59047,277.4354,56.741287,145.59006,32.199665,9.79945,839.6912,10.038347,66.77534,64.37761,417.9156,19.03151,375.27023,14.348049,54.07422,0.0,4106.0176,9941.3955,9.8794985,66.66993,69.11291,33161.668,133.64378,7.114835,61.670532,95.32826,62.238503,19.140326,42.071697,713.2768,93.94221,43.55918,6.6553245,11.25031,933.08344,13.245965,321.15585,71.75067,2293.0735,99.88076,131.3031,162.26744,239.1913,14.499723,27.59433,93.730576,11.990492,14.11197,27.198366,42.76681,128.58577,15.306708,12.501666,129.48967,18.740309,4191.266,42.953735,41.018818,33.3997,41.987854,285.82214,83.55569,58.627018,17.575796,20.701086,40.46761,152.10924,190.7042,86.74073,297.94086,63.79721,49.34537,143.16356,227.40436,916.06616,163.80466,7.850393,15.589583,8.692892,200.1969,14347.298,7.0066094,37.523563,54.17679,30.051537,349.22958,52.286648,184.48785,4.7246804,160.22984,653.05945,473.43768,70.80668,756.1565,52.480553,84.33201,158.73047,29.229645,5.067383,21.234253,1183.9519,1.595027,3.3102422,124.52215,9.28291,5.321888,26.748095,36.277927,385.16837,93.227486,164.80083,1560.9182,168.05083,2200.985,1876.1249,13.346845,14.755534,9357.962,10.503344,32.13665,330.54514,52.18327,102.50235,52.197792,273.64175,1207.5974,292.92093,6.9886136,55.013725,426.5971,2306.8582,43.99711,225.45726,21.289091,1.2289878,55.43711,1.0980234,0.75532186,2.5116475,16.14936,58.87785,168.48526,24.515547,2146.6748,73.201164,24.053186,30.634745,8.116282,61.790993,6.3191304,2.2096372,9.468817,67.85423,1.9621198,2.6947222,5.3936257,38.32359,14.529378,2.4166083,18.140495,655.2059,67.88258,1349.123,27.937357,2184.1938,51.735992,679.3627,902.97217,24.363752,13.944139,1425.4171,2086.4814,5258.5415,555.13226 +2023-05-05 15:00:00,0.0,5078.82,51.535057,26.580221,16.54203,42.02689,205.94876,33.114666,68.43755,23.974009,37.099834,430.16763,610.0337,20.936237,55.67298,4.3648977,1.3049103,36.17276,23.156956,10.765064,489.34344,3.4400887,357.4922,97.20109,2.4850662,9.041065,121.90713,47.934242,229.74821,202.11075,3820.739,1.9033451,2249.267,8.385056,2.42145,1.4086155,12.261986,225.56056,277.4355,56.70952,145.89314,32.192844,9.800664,839.53735,10.030507,66.798355,64.406815,417.99878,19.069546,375.26816,14.362804,54.112965,0.0,4107.1035,9947.805,9.90392,66.78717,69.22764,33170.81,133.74045,7.132259,61.659485,95.3338,62.298687,19.170275,42.07763,713.36035,93.99395,43.55416,6.66634,11.260147,933.44885,13.301336,321.3217,71.76431,2292.965,99.933464,131.37898,162.28299,238.95181,14.4942045,27.580362,93.65752,11.983576,14.103597,27.2467,42.810368,128.53395,15.312213,12.512618,129.6287,18.72764,4190.5356,42.992744,41.100807,33.47792,42.033154,285.7614,83.609795,58.680443,17.588495,20.71256,40.49769,152.39601,190.72304,86.76996,298.07114,63.797817,49.39292,143.30945,227.41805,916.34796,163.8691,7.84596,15.590626,8.692737,200.0736,14349.79,7.008262,37.496418,54.142334,30.060942,349.31543,52.335617,184.40546,4.7254705,160.32057,652.7909,473.13083,70.846794,755.52563,52.462498,84.3023,159.00339,29.212599,5.063755,21.224531,1184.9095,1.5930727,3.3066533,124.4548,9.286002,5.3219824,26.72487,36.252865,384.9006,93.195465,164.75801,1560.1786,168.10997,2200.783,1876.1395,13.356218,14.77369,9368.892,10.501203,32.181454,330.66293,52.25857,102.6251,52.22878,273.84274,1207.6007,292.9825,6.994614,55.056396,427.1829,2306.724,43.991066,226.0496,21.345127,1.2285254,55.43739,1.09779,0.7548389,2.5108263,16.175152,58.972195,168.68694,24.494476,2148.596,73.39314,24.111464,30.69506,8.131106,61.835686,6.3358197,2.2096035,9.500806,67.93969,1.9797235,2.701781,5.403191,38.30494,14.525749,2.4232593,18.178411,655.70483,67.98465,1351.4277,27.955145,2186.83,51.764427,679.112,904.53357,24.40876,13.942485,1426.4304,2087.6362,5261.259,554.7965 +2023-05-05 16:00:00,0.0,5085.51,51.582706,26.567173,16.550411,42.00764,205.9223,33.10587,68.402054,23.970072,37.080334,430.64008,609.9905,20.926397,55.72301,4.370659,1.3087131,36.156506,23.196644,10.771495,489.2185,3.4446707,357.46036,97.15976,2.4823828,9.033244,121.89467,47.915634,229.66786,202.04663,3828.8306,1.9014711,2248.555,8.374601,2.4194777,1.4073521,12.250342,225.53065,277.4356,56.67775,146.19624,32.186024,9.801877,839.3835,10.022668,66.82137,64.43602,418.082,19.107584,375.2661,14.377559,54.151707,0.0,4108.1895,9954.214,9.928343,66.90441,69.34237,33179.95,133.83711,7.1496825,61.648438,95.33933,62.35887,19.200222,42.083565,713.4439,94.0457,43.54914,6.677356,11.269983,933.8143,13.356707,321.4875,71.777954,2292.8567,99.98617,131.45486,162.29854,238.71233,14.488686,27.566395,93.584465,11.97666,14.095223,27.295034,42.853924,128.48213,15.317717,12.52357,129.76772,18.714972,4189.8057,43.031754,41.182796,33.556137,42.078457,285.7007,83.6639,58.73387,17.601192,20.724033,40.527767,152.6828,190.74188,86.799194,298.20145,63.79842,49.440468,143.45532,227.43172,916.62976,163.93353,7.841527,15.591667,8.692581,199.95029,14352.282,7.0099144,37.469273,54.107883,30.070347,349.4013,52.384586,184.32307,4.7262607,160.41129,652.52234,472.82397,70.8869,754.8948,52.444443,84.27258,159.2763,29.19555,5.0601273,21.21481,1185.8671,1.5911183,3.3030646,124.38746,9.289093,5.3220763,26.701645,36.227806,384.63284,93.163445,164.7152,1559.4388,168.16911,2200.5806,1876.154,13.365591,14.791847,9379.822,10.499062,32.226254,330.78073,52.333874,102.74785,52.25976,274.04373,1207.604,293.0441,7.000614,55.099068,427.76868,2306.5898,43.985023,226.64194,21.401165,1.228063,55.437668,1.0975566,0.7543559,2.5100052,16.200941,59.066536,168.88861,24.473406,2150.5173,73.58513,24.169739,30.755377,8.145929,61.880375,6.3525085,2.20957,9.532796,68.02515,1.9973272,2.7088397,5.412757,38.28629,14.5221195,2.4299104,18.216326,656.20374,68.08672,1353.7324,27.972935,2189.4663,51.79286,678.86127,906.095,24.453766,13.940831,1427.4437,2088.791,5263.9766,554.46075 +2023-05-05 17:00:00,0.0,5092.1997,51.630356,26.554125,16.558792,41.98839,205.89583,33.097073,68.36656,23.966133,37.060833,431.11252,609.9472,20.91656,55.773037,4.3764205,1.3125159,36.140255,23.23633,10.7779255,489.09357,3.4492528,357.42853,97.11843,2.4796994,9.025423,121.8822,47.897022,229.58752,201.98251,3836.9224,1.8995972,2247.8428,8.364147,2.4175055,1.4060887,12.238697,225.50075,277.43573,56.64598,146.49933,32.1792,9.803091,839.2296,10.014828,66.84438,64.465225,418.1652,19.145622,375.26404,14.392314,54.19045,0.0,4109.2754,9960.622,9.9527645,67.02165,69.4571,33189.094,133.93378,7.1671066,61.63739,95.34487,62.41906,19.23017,42.089497,713.52747,94.09744,43.544117,6.688371,11.2798195,934.1796,13.412077,321.6533,71.7916,2292.7483,100.03887,131.53076,162.31409,238.47282,14.483167,27.552427,93.511406,11.969744,14.086849,27.343369,42.89748,128.43031,15.32322,12.534521,129.90674,18.702303,4189.075,43.070763,41.264786,33.634357,42.12376,285.64,83.71801,58.7873,17.613892,20.735508,40.55785,152.96957,190.76071,86.82843,298.33176,63.799023,49.488018,143.60121,227.44539,916.91156,163.99799,7.8370943,15.592709,8.692425,199.82698,14354.775,7.011567,37.44213,54.07343,30.079754,349.48715,52.433556,184.24068,4.7270503,160.50201,652.2537,472.51715,70.92701,754.2639,52.426388,84.24287,159.54924,29.178505,5.0564995,21.205088,1186.8247,1.589164,3.299476,124.320114,9.292185,5.3221703,26.678421,36.202747,384.36505,93.13142,164.67238,1558.6992,168.22826,2200.3784,1876.1687,13.374965,14.810003,9390.753,10.49692,32.271057,330.8985,52.409176,102.8706,52.29075,274.24472,1207.6074,293.10565,7.0066147,55.14174,428.35446,2306.4558,43.978985,227.23428,21.457201,1.2276007,55.437946,1.0973232,0.75387293,2.5091844,16.22673,59.16088,169.09029,24.452335,2152.4385,73.77711,24.228014,30.815693,8.160753,61.925068,6.369198,2.2095363,9.564785,68.1106,2.014931,2.7158983,5.4223228,38.267643,14.518491,2.4365613,18.254242,656.7027,68.18879,1356.0371,27.990725,2192.1028,51.82129,678.61053,907.6564,24.498772,13.9391775,1428.457,2089.9458,5266.694,554.125 +2023-05-05 18:00:00,0.0,5098.89,51.678005,26.541077,16.567173,41.96914,205.86937,33.088276,68.33106,23.962194,37.04133,431.58496,609.90393,20.906721,55.823063,4.382182,1.3163188,36.124004,23.276016,10.784355,488.96866,3.4538348,357.39673,97.0771,2.477016,9.017603,121.869736,47.87841,229.50717,201.91841,3845.0142,1.8977232,2247.1304,8.353694,2.4155333,1.4048253,12.227054,225.47084,277.43585,56.614212,146.80241,32.17238,9.804305,839.07574,10.006989,66.8674,64.49443,418.24838,19.183659,375.262,14.407069,54.229195,0.0,4110.3613,9967.031,9.977187,67.13889,69.57183,33198.234,134.03046,7.1845307,61.626343,95.35041,62.479244,19.260118,42.095432,713.611,94.14919,43.539097,6.6993866,11.289657,934.54504,13.467447,321.8191,71.805244,2292.64,100.091576,131.60663,162.32964,238.23334,14.477648,27.53846,93.438354,11.962829,14.078476,27.391703,42.941036,128.3785,15.328724,12.545473,130.04576,18.689634,4188.3447,43.10977,41.346775,33.712578,42.16906,285.5793,83.77211,58.840725,17.626589,20.74698,40.58793,153.25636,190.77956,86.857666,298.46204,63.79963,49.535564,143.74709,227.45906,917.19336,164.06242,7.8326616,15.59375,8.692269,199.70367,14357.268,7.01322,37.414986,54.038975,30.089159,349.57303,52.482525,184.1583,4.7278404,160.59274,651.98517,472.2103,70.967125,753.6331,52.40833,84.21315,159.82216,29.161457,5.052872,21.195366,1187.7823,1.5872097,3.2958872,124.25277,9.295277,5.3222647,26.655197,36.17769,384.0973,93.099396,164.62956,1557.9596,168.28738,2200.176,1876.1832,13.384337,14.828159,9401.683,10.494779,32.31586,331.0163,52.484478,102.99335,52.32173,274.4457,1207.6107,293.16724,7.012615,55.18441,428.94028,2306.3218,43.972942,227.82661,21.513239,1.2271383,55.438225,1.0970899,0.75338995,2.5083632,16.25252,59.255226,169.29195,24.431265,2154.3599,73.969086,24.28629,30.876009,8.175576,61.969757,6.3858867,2.2095027,9.596774,68.19606,2.0325346,2.722957,5.4318886,38.248993,14.514862,2.4432123,18.292158,657.2016,68.290855,1358.3419,28.008512,2194.739,51.849724,678.35986,909.2178,24.54378,13.937524,1429.4703,2091.1006,5269.411,553.78925 +2023-05-05 19:00:00,0.0,5105.58,51.72566,26.528028,16.575552,41.94989,205.8429,33.07948,68.29557,23.958258,37.021828,432.0574,609.86066,20.896881,55.87309,4.3879433,1.3201215,36.10775,23.315704,10.790786,488.84372,3.458417,357.3649,97.035774,2.4743326,9.009782,121.85727,47.859802,229.42682,201.8543,3853.1057,1.8958493,2246.4182,8.34324,2.413561,1.4035618,12.21541,225.44095,277.43597,56.582443,147.10551,32.165558,9.805518,838.9218,9.999149,66.89042,64.523636,418.3316,19.221697,375.25992,14.421824,54.267937,0.0,4111.4478,9973.44,10.00161,67.256134,69.68656,33207.375,134.12712,7.201955,61.615295,95.35595,62.53943,19.290066,42.101364,713.6946,94.20094,43.534077,6.7104025,11.299493,934.91046,13.522818,321.98492,71.818886,2292.5312,100.14428,131.68251,162.34518,237.99385,14.472129,27.524494,93.365295,11.955913,14.070102,27.440037,42.984592,128.32669,15.334228,12.556425,130.18478,18.676966,4187.6147,43.14878,41.428764,33.790794,42.214363,285.5186,83.82622,58.894154,17.639288,20.758453,40.618008,153.54314,190.7984,86.886894,298.59235,63.800232,49.583115,143.89297,227.47275,917.47516,164.12686,7.828229,15.594792,8.692114,199.58037,14359.761,7.014872,37.38784,54.00452,30.098564,349.65887,52.531494,184.0759,4.7286305,160.68347,651.7166,471.90344,71.00723,753.00226,52.390274,84.18344,160.09508,29.144411,5.0492444,21.185644,1188.7399,1.5852554,3.2922986,124.185425,9.2983675,5.3223586,26.631973,36.15263,383.82953,93.067375,164.58675,1557.22,168.34653,2199.9739,1876.1979,13.393711,14.846316,9412.613,10.492637,32.360664,331.1341,52.55978,103.1161,52.35272,274.6467,1207.614,293.22882,7.0186157,55.227077,429.52606,2306.1875,43.966904,228.41896,21.569277,1.2266759,55.438503,1.0968565,0.752907,2.5075421,16.278309,59.34957,169.49362,24.410192,2156.281,74.161064,24.344566,30.936323,8.190399,62.01445,6.402576,2.209469,9.628763,68.281525,2.0501382,2.7300155,5.4414544,38.230343,14.511233,2.4498632,18.330074,657.7005,68.39293,1360.6466,28.026302,2197.3752,51.878155,678.10913,910.7792,24.588785,13.93587,1430.4836,2092.2554,5272.129,553.4535 +2023-05-05 20:00:00,0.0,5112.27,51.773308,26.51498,16.583933,41.93064,205.81644,33.070686,68.26008,23.954319,37.002323,432.52985,609.8174,20.887043,55.92312,4.393705,1.3239243,36.0915,23.35539,10.797216,488.71878,3.4629989,357.33307,96.99444,2.4716492,9.001961,121.8448,47.84119,229.34648,201.79018,3861.1975,1.8939754,2245.706,8.332786,2.411589,1.4022985,12.203766,225.41104,277.4361,56.550674,147.4086,32.158737,9.806732,838.76794,9.991309,66.91344,64.55284,418.4148,19.259735,375.25787,14.43658,54.30668,0.0,4112.5337,9979.85,10.0260315,67.373375,69.80129,33216.516,134.22379,7.219379,61.604248,95.36148,62.599617,19.320013,42.107296,713.7782,94.252686,43.529057,6.721418,11.30933,935.2759,13.578188,322.15073,71.83253,2292.4229,100.19698,131.75839,162.36073,237.75435,14.46661,27.510527,93.292244,11.948997,14.0617285,27.488373,43.02815,128.27487,15.339731,12.567376,130.3238,18.664297,4186.8843,43.187786,41.510754,33.869015,42.259666,285.4579,83.880325,58.947582,17.651985,20.769928,40.648087,153.82993,190.81725,86.91613,298.72266,63.800835,49.63066,144.03885,227.48642,917.75696,164.1913,7.823796,15.595834,8.691958,199.45706,14362.253,7.016525,37.360695,53.97007,30.107971,349.74475,52.580463,183.99352,4.7294207,160.7742,651.44806,471.59662,71.04735,752.3714,52.37222,84.153725,160.36801,29.127363,5.0456166,21.175922,1189.6975,1.5833012,3.2887099,124.11808,9.301459,5.3224525,26.60875,36.127567,383.56174,93.03535,164.54393,1556.4802,168.40567,2199.7717,1876.2124,13.403084,14.864472,9423.544,10.490496,32.405468,331.2519,52.635082,103.238846,52.3837,274.8477,1207.6173,293.29037,7.024616,55.26975,430.11185,2306.0535,43.96086,229.01129,21.625313,1.2262136,55.43878,1.0966231,0.752424,2.506721,16.3041,59.443913,169.6953,24.389122,2158.2021,74.35304,24.402842,30.99664,8.205223,62.05914,6.419265,2.2094355,9.660752,68.36698,2.0677419,2.7370744,5.4510202,38.211693,14.507604,2.4565144,18.36799,658.19946,68.494995,1362.9513,28.044092,2200.0117,51.906586,677.8584,912.3406,24.633793,13.9342165,1431.497,2093.4102,5274.846,553.11774 +2023-05-05 21:00:00,0.0,5118.9604,51.820957,26.501932,16.592314,41.91139,205.78996,33.06189,68.22458,23.950382,36.982822,433.00232,609.7741,20.877205,55.973145,4.3994665,1.3277271,36.07525,23.395079,10.803646,488.59384,3.467581,357.30127,96.95311,2.4689658,8.99414,121.832344,47.822582,229.26613,201.72607,3869.2893,1.8921014,2244.994,8.322331,2.4096167,1.4010351,12.192122,225.38113,277.43622,56.5189,147.7117,32.151917,9.807945,838.6141,9.98347,66.93645,64.58205,418.498,19.297773,375.2558,14.451335,54.345425,0.0,4113.62,9986.258,10.050454,67.49061,69.91602,33225.656,134.32045,7.236803,61.5932,95.36702,62.6598,19.349962,42.11323,713.86176,94.304436,43.524033,6.732434,11.319166,935.64124,13.633559,322.31653,71.84617,2292.3145,100.24969,131.83427,162.37628,237.51486,14.461091,27.49656,93.21919,11.9420805,14.053355,27.536707,43.071705,128.22305,15.345235,12.578328,130.46283,18.651628,4186.154,43.226795,41.592743,33.947235,42.304966,285.3972,83.93443,59.001007,17.664684,20.7814,40.67817,154.1167,190.83609,86.945366,298.85294,63.801437,49.67821,144.18474,227.50009,918.03876,164.25574,7.819363,15.596875,8.691803,199.33374,14364.746,7.0181775,37.33355,53.935616,30.117376,349.8306,52.629433,183.91112,4.730211,160.86491,651.1795,471.28976,71.087456,751.74054,52.354164,84.12401,160.64093,29.110317,5.041989,21.166203,1190.655,1.5813469,3.2851212,124.050735,9.30455,5.3225465,26.585526,36.10251,383.29398,93.00333,164.5011,1555.7406,168.46481,2199.5693,1876.227,13.412457,14.882628,9434.475,10.488355,32.450268,331.36966,52.710384,103.361595,52.414684,275.04868,1207.6206,293.35196,7.0306163,55.31242,430.69763,2305.9194,43.954823,229.60364,21.68135,1.2257512,55.43906,1.0963897,0.7519411,2.5059,16.32989,59.538258,169.89697,24.368052,2160.1235,74.54503,24.461117,31.056955,8.220046,62.103832,6.435954,2.2094018,9.692741,68.45244,2.0853455,2.744133,5.460586,38.193043,14.503975,2.4631653,18.405907,658.69836,68.59706,1365.256,28.06188,2202.648,51.93502,677.6077,913.9019,24.678799,13.932563,1432.5104,2094.565,5277.564,552.782 +2023-05-05 22:00:00,0.0,5125.6504,51.868607,26.488884,16.600695,41.89214,205.76349,33.053093,68.18909,23.946444,36.96332,433.47476,609.73083,20.867365,56.02317,4.4052277,1.3315299,36.059,23.434765,10.810077,488.46893,3.472163,357.26944,96.91178,2.4662824,8.986319,121.81988,47.80397,229.18579,201.66196,3877.3809,1.8902274,2244.2815,8.311877,2.4076445,1.3997717,12.180479,225.35123,277.43634,56.487133,148.01479,32.145096,9.809159,838.4602,9.975631,66.959465,64.61125,418.58118,19.33581,375.25375,14.46609,54.384167,0.0,4114.706,9992.667,10.074876,67.60785,70.030754,33234.797,134.41711,7.254227,61.582153,95.37256,62.719986,19.37991,42.119164,713.9453,94.356186,43.519012,6.743449,11.329002,936.00665,13.68893,322.48236,71.85981,2292.206,100.30239,131.91016,162.39183,237.27538,14.455572,27.482592,93.14613,11.935164,14.044981,27.585041,43.11526,128.17123,15.350739,12.58928,130.60185,18.63896,4185.424,43.265804,41.674732,34.02545,42.35027,285.33646,83.98854,59.054436,17.677382,20.792875,40.70825,154.40349,190.85493,86.9746,298.98325,63.802044,49.725758,144.33061,227.51378,918.32056,164.32018,7.8149304,15.597917,8.691648,199.21043,14367.238,7.0198298,37.306404,53.90116,30.126783,349.91647,52.678402,183.82874,4.7310004,160.95564,650.91095,470.9829,71.12757,751.1097,52.33611,84.0943,160.91385,29.09327,5.038361,21.15648,1191.6127,1.5793926,3.2815323,123.98339,9.307642,5.322641,26.562302,36.07745,383.0262,92.971306,164.45828,1555.001,168.52396,2199.3672,1876.2417,13.421831,14.900785,9445.404,10.486213,32.49507,331.48746,52.785686,103.484344,52.44567,275.24966,1207.6239,293.41354,7.036617,55.355087,431.28342,2305.7852,43.94878,230.19597,21.737389,1.2252889,55.43934,1.0961562,0.7514581,2.505079,16.355679,59.632603,170.09863,24.346981,2162.0447,74.73701,24.519392,31.117271,8.23487,62.14852,6.452643,2.2093682,9.724731,68.537895,2.1029494,2.7511916,5.470152,38.174397,14.500346,2.4698162,18.443823,659.1973,68.699135,1367.5607,28.07967,2205.2842,51.96345,677.357,915.4633,24.723804,13.930909,1433.5237,2095.7197,5280.2812,552.4462 +2023-05-05 23:00:00,0.0,5132.341,51.916256,26.475836,16.609076,41.87289,205.73703,33.044296,68.15359,23.942507,36.943817,433.9472,609.6876,20.857527,56.073196,4.4109893,1.3353326,36.042744,23.474451,10.816507,488.344,3.476745,357.2376,96.87045,2.463599,8.978498,121.80741,47.78536,229.10544,201.59784,3885.4727,1.8883535,2243.5693,8.301423,2.4056723,1.3985083,12.168834,225.32132,277.43646,56.455364,148.31787,32.138275,9.810373,838.30634,9.967791,66.98248,64.64045,418.66437,19.373848,375.25168,14.480845,54.42291,0.0,4115.792,9999.076,10.0992985,67.72509,70.145485,33243.94,134.5138,7.2716513,61.571106,95.37809,62.780174,19.409857,42.125095,714.0289,94.40793,43.513992,6.7544646,11.33884,936.3721,13.7443,322.64816,71.87345,2292.0977,100.355095,131.98605,162.40738,237.03587,14.450053,27.468624,93.07308,11.928248,14.036608,27.633375,43.15882,128.11942,15.356242,12.600232,130.74089,18.626291,4184.6934,43.304813,41.75672,34.103672,42.395573,285.27576,84.04265,59.107864,17.69008,20.804348,40.738327,154.69026,190.87376,87.00383,299.11356,63.802647,49.773308,144.4765,227.52745,918.60236,164.38461,7.8104978,15.598959,8.691492,199.08713,14369.731,7.0214825,37.27926,53.866707,30.136189,350.00232,52.72737,183.74634,4.7317905,161.04637,650.64233,470.6761,71.16768,750.4788,52.318054,84.06458,161.18677,29.076223,5.0347333,21.146759,1192.5702,1.5774382,3.2779436,123.916046,9.310733,5.322735,26.539078,36.05239,382.75842,92.93928,164.41547,1554.2612,168.58308,2199.165,1876.2562,13.431204,14.9189415,9456.335,10.484072,32.539875,331.60526,52.86099,103.607086,52.476654,275.45062,1207.6273,293.4751,7.042617,55.39776,431.86923,2305.6511,43.942738,230.78831,21.793425,1.2248265,55.43962,1.0959228,0.75097513,2.504258,16.381468,59.726948,170.30031,24.32591,2163.9658,74.928986,24.57767,31.177588,8.249693,62.19321,6.469332,2.2093346,9.756721,68.62335,2.120553,2.7582502,5.4797177,38.155746,14.4967165,2.4764671,18.481739,659.6962,68.8012,1369.8655,28.09746,2207.9204,51.991886,677.10626,917.0247,24.768812,13.9292555,1434.537,2096.8745,5282.9985,552.1105 +2023-05-06 00:00:00,0.0,5139.031,51.963905,26.462788,16.617456,41.85364,205.71056,33.0355,68.118095,23.938568,36.924316,434.41965,609.64435,20.847689,56.123226,4.416751,1.3391355,36.026493,23.51414,10.822937,488.21906,3.481327,357.20578,96.829124,2.4609156,8.970677,121.794945,47.76675,229.0251,201.53372,3893.5642,1.8864795,2242.8572,8.290969,2.4037,1.3972449,12.15719,225.29141,277.43658,56.423595,148.62097,32.13145,9.811586,838.15247,9.959951,67.00549,64.669655,418.74756,19.411886,375.2496,14.4956,54.461655,0.0,4116.878,10005.484,10.123721,67.84233,70.260216,33253.082,134.61046,7.289075,61.56006,95.38363,62.84036,19.439804,42.13103,714.1124,94.45968,43.508972,6.7654805,11.348676,936.7375,13.79967,322.81396,71.8871,2291.9893,100.4078,132.06192,162.42293,236.79639,14.444534,27.454657,93.00002,11.921333,14.028234,27.68171,43.202374,128.0676,15.361746,12.611183,130.87991,18.613623,4183.963,43.343822,41.83871,34.181892,42.440872,285.21506,84.096756,59.16129,17.702778,20.815823,40.768406,154.97705,190.89261,87.033066,299.24384,63.80325,49.820854,144.62238,227.54112,918.88416,164.44905,7.8060646,15.6,8.691337,198.96382,14372.224,7.023135,37.252113,53.832256,30.145594,350.0882,52.776344,183.66396,4.7325807,161.1371,650.3738,470.36923,71.20779,749.848,52.299995,84.03487,161.4597,29.059175,5.0311055,21.137037,1193.5278,1.5754839,3.274355,123.8487,9.313825,5.322829,26.515854,36.027332,382.49066,92.90726,164.37265,1553.5216,168.64223,2198.9626,1876.2709,13.4405775,14.937098,9467.266,10.481931,32.58468,331.72305,52.93629,103.729836,52.50764,275.6516,1207.6306,293.53668,7.0486174,55.44043,432.45502,2305.517,43.9367,231.38065,21.849463,1.224364,55.4399,1.0956894,0.75049216,2.5034368,16.407259,59.82129,170.50198,24.30484,2165.8872,75.120964,24.635944,31.237904,8.264516,62.237904,6.486021,2.209301,9.78871,68.70881,2.1381567,2.765309,5.4892836,38.137096,14.493088,2.4831183,18.519655,660.1952,68.90327,1372.1702,28.115248,2210.557,52.020317,676.8556,918.5861,24.813818,13.927601,1435.5503,2098.0293,5285.7163,551.7747 +2023-05-06 01:00:00,0.0,5145.7207,52.011555,26.44974,16.625837,41.83439,205.6841,33.026703,68.0826,23.934631,36.904816,434.8921,609.6011,20.83785,56.173252,4.422512,1.3429383,36.010242,23.553825,10.829368,488.09415,3.485909,357.17398,96.787796,2.4582322,8.962856,121.78248,47.74814,228.94475,201.46962,3901.656,1.8846055,2242.145,8.280515,2.401728,1.3959816,12.145546,225.26152,277.4367,56.391827,148.92406,32.12463,9.8128,837.9986,9.952112,67.02851,64.69886,418.83075,19.449923,375.24756,14.510355,54.500397,0.0,4117.9644,10011.894,10.148143,67.95957,70.37495,33262.223,134.70712,7.306499,61.54901,95.38917,62.900543,19.469753,42.136963,714.196,94.51142,43.50395,6.776496,11.358512,937.1029,13.855041,322.97977,71.90074,2291.8809,100.4605,132.13782,162.43848,236.5569,14.439015,27.44069,92.92697,11.914417,14.01986,27.730043,43.245934,128.01578,15.3672495,12.622135,131.01894,18.600954,4183.233,43.38283,41.9207,34.26011,42.486176,285.15436,84.15086,59.214718,17.715477,20.827295,40.79849,155.26382,190.91145,87.0623,299.37415,63.803856,49.868404,144.76826,227.5548,919.16595,164.51349,7.801632,15.601042,8.691181,198.84052,14374.716,7.0247874,37.224968,53.797802,30.155,350.17404,52.825314,183.58156,4.733371,161.22783,650.1052,470.06238,71.2479,749.21716,52.28194,84.00516,161.73262,29.042128,5.027478,21.127316,1194.4855,1.5735296,3.2707663,123.78136,9.3169155,5.322923,26.49263,36.00227,382.2229,92.87524,164.32983,1552.782,168.70137,2198.7605,1876.2854,13.44995,14.955255,9478.195,10.479789,32.629482,331.84085,53.011593,103.852585,52.538624,275.8526,1207.6339,293.59827,7.054618,55.4831,433.0408,2305.3828,43.930656,231.97299,21.905499,1.2239017,55.440178,1.095456,0.7500092,2.5026157,16.433048,59.915634,170.70366,24.283768,2167.8083,75.31295,24.69422,31.29822,8.27934,62.282593,6.5027103,2.2092674,9.820699,68.79427,2.1557603,2.7723677,5.498849,38.118446,14.489459,2.4897692,18.55757,660.6941,69.00534,1374.4749,28.133038,2213.193,52.048748,676.60486,920.1475,24.858826,13.925947,1436.5636,2099.184,5288.4336,551.43896 +2023-05-06 02:00:00,0.0,5152.411,52.059204,26.436691,16.634218,41.81514,205.65762,33.01791,68.047104,23.930693,36.88531,435.36453,609.5578,20.82801,56.223278,4.4282737,1.3467411,35.993988,23.593512,10.835798,487.9692,3.4904912,357.14215,96.74647,2.4555485,8.955035,121.77002,47.72953,228.8644,201.4055,3909.7478,1.8827316,2241.4329,8.270061,2.3997557,1.3947182,12.133903,225.23161,277.43683,56.360058,149.22716,32.11781,9.814014,837.84467,9.944272,67.05153,64.728065,418.91394,19.48796,375.24548,14.52511,54.53914,0.0,4119.0503,10018.303,10.172565,68.07681,70.48968,33271.363,134.80379,7.323923,61.537964,95.39471,62.96073,19.4997,42.142895,714.27954,94.56317,43.498928,6.7875113,11.368349,937.46826,13.910411,323.1456,71.91438,2291.7725,100.51321,132.21368,162.45403,236.3174,14.433496,27.426722,92.85391,11.907501,14.011486,27.778378,43.28949,127.96396,15.372753,12.633087,131.15796,18.588285,4182.5024,43.421837,42.00269,34.33833,42.53148,285.09363,84.20497,59.268147,17.728174,20.838768,40.828568,155.5506,190.9303,87.09154,299.50446,63.80446,49.91595,144.91414,227.56848,919.44775,164.57793,7.7971992,15.602083,8.691026,198.71721,14377.209,7.02644,37.197823,53.763348,30.164406,350.25992,52.874283,183.49918,4.734161,161.31854,649.8367,469.75555,71.28801,748.5863,52.263885,83.97544,162.00554,29.025082,5.0238504,21.117594,1195.443,1.5715753,3.2671776,123.71402,9.320007,5.323017,26.469404,35.97721,381.9551,92.843216,164.28702,1552.0422,168.76051,2198.5583,1876.3,13.459324,14.973411,9489.126,10.477648,32.674282,331.95862,53.0869,103.975334,52.56961,276.0536,1207.6372,293.65982,7.0606184,55.525772,433.6266,2305.2488,43.924618,232.56532,21.961536,1.2234393,55.440456,1.0952226,0.7495262,2.5017946,16.458838,60.00998,170.90532,24.262697,2169.7295,75.50493,24.752495,31.358536,8.294163,62.327286,6.519399,2.209234,9.852688,68.87973,2.1733642,2.7794263,5.5084147,38.0998,14.485829,2.4964201,18.595486,661.19305,69.10741,1376.7795,28.150827,2215.8293,52.077183,676.3541,921.7089,24.903831,13.9242935,1437.5769,2100.3389,5291.1514,551.1033 +2023-05-06 03:00:00,0.0,5159.101,52.106853,26.423643,16.6426,41.79589,205.63116,33.009113,68.01161,23.926754,36.86581,435.83698,609.5145,20.818172,56.273304,4.4340353,1.3505439,35.977737,23.6332,10.842228,487.84427,3.495073,357.11032,96.70514,2.4528651,8.947215,121.75755,47.71092,228.78406,201.34138,3917.8394,1.8808576,2240.7205,8.259606,2.3977835,1.3934548,12.122259,225.2017,277.43692,56.32829,149.53024,32.11099,9.8152275,837.6908,9.936433,67.07454,64.75727,418.99713,19.526,375.24344,14.5398655,54.577885,0.0,4120.136,10024.711,10.196987,68.19405,70.6044,33280.504,134.90045,7.341347,61.526917,95.40024,63.020916,19.529648,42.14883,714.36316,94.61492,43.493908,6.7985272,11.378185,937.8337,13.965782,323.3114,71.928024,2291.664,100.56591,132.28957,162.46957,236.07791,14.427978,27.412754,92.78086,11.900585,14.003113,27.826712,43.333046,127.91214,15.378257,12.644038,131.29698,18.575617,4181.772,43.460846,42.08468,34.41655,42.57678,285.03293,84.25908,59.32157,17.740873,20.850243,40.858646,155.83739,190.94914,87.120766,299.63474,63.80506,49.9635,145.06003,227.58215,919.72955,164.64238,7.7927666,15.603126,8.69087,198.5939,14379.701,7.028093,37.170677,53.728893,30.173811,350.34576,52.923252,183.41678,4.7349505,161.40927,649.5681,469.4487,71.328125,747.95544,52.24583,83.945724,162.27847,29.008034,5.0202227,21.107872,1196.4006,1.569621,3.263589,123.646675,9.323099,5.323111,26.44618,35.952152,381.68735,92.81119,164.2442,1551.3026,168.81966,2198.356,1876.3146,13.468697,14.991567,9500.057,10.475507,32.719086,332.07642,53.1622,104.09808,52.600594,276.25458,1207.6405,293.7214,7.0666184,55.56844,434.2124,2305.1147,43.918575,233.15767,22.017574,1.2229769,55.440735,1.0949892,0.7490432,2.5009737,16.484627,60.104324,171.107,24.241627,2171.651,75.69691,24.810772,31.41885,8.308987,62.371975,6.5360885,2.2092004,9.884677,68.96519,2.1909678,2.786485,5.5179806,38.08115,14.482201,2.503071,18.633402,661.69196,69.20947,1379.0842,28.168615,2218.4658,52.105614,676.10345,923.2703,24.948837,13.92264,1438.5902,2101.4937,5293.8687,550.7675 +2023-05-06 04:00:00,0.0,5165.791,52.154503,26.410595,16.65098,41.77664,205.60469,33.000317,67.97611,23.922817,36.84631,436.30945,609.47125,20.808334,56.323334,4.4397964,1.3543466,35.961487,23.672886,10.848659,487.71933,3.4996552,357.0785,96.66381,2.4501817,8.939394,121.74509,47.692307,228.7037,201.27728,3925.9312,1.8789836,2240.0083,8.249152,2.3958113,1.3921914,12.110615,225.1718,277.43704,56.29652,149.83333,32.104168,9.816442,837.5369,9.928593,67.09756,64.786476,419.08032,19.564035,375.24136,14.554621,54.616627,0.0,4121.2227,10031.12,10.22141,68.31129,70.71913,33289.645,134.99713,7.3587713,61.51587,95.40578,63.0811,19.559597,42.154762,714.4467,94.666664,43.488884,6.8095427,11.388021,938.1991,14.0211525,323.4772,71.941666,2291.5557,100.618614,132.36546,162.48512,235.83842,14.422459,27.398787,92.70781,11.893669,13.99474,27.875046,43.376602,127.86032,15.38376,12.65499,131.436,18.562948,4181.042,43.499855,42.166668,34.494766,42.62208,284.97223,84.31319,59.375,17.75357,20.861715,40.888725,156.12416,190.96799,87.15,299.76505,63.805664,50.011047,145.2059,227.59583,920.01135,164.70682,7.7883334,15.604167,8.690714,198.4706,14382.194,7.029745,37.14353,53.694443,30.183218,350.43164,52.97222,183.3344,4.7357407,161.5,649.29956,469.14185,71.36823,747.3246,52.227776,83.916016,162.55139,28.990988,5.016595,21.09815,1197.3582,1.5676668,3.2600002,123.57933,9.32619,5.3232055,26.422956,35.927094,381.4196,92.77917,164.20139,1550.563,168.87878,2198.1538,1876.3292,13.47807,15.009724,9510.986,10.473365,32.76389,332.1942,53.237503,104.22083,52.63158,276.45557,1207.6438,293.78296,7.072619,55.61111,434.7982,2304.9805,43.912537,233.75,22.07361,1.2225146,55.441013,1.0947558,0.7485603,2.5001526,16.510416,60.198666,171.30867,24.220556,2173.572,75.888885,24.869047,31.479166,8.32381,62.416668,6.5527773,2.2091668,9.916666,69.050644,2.2085714,2.7935436,5.5275464,38.0625,14.478572,2.5097222,18.671318,662.1909,69.31155,1381.389,28.186405,2221.102,52.134045,675.8527,924.8317,24.993845,13.920986,1439.6035,2102.6484,5296.586,550.43176 +2023-05-06 05:00:00,0.0,5172.4814,52.202152,26.397545,16.65936,41.75739,205.57822,32.99152,67.94062,23.918879,36.826805,436.7819,609.428,20.798494,56.37336,4.445558,1.3581494,35.945232,23.712574,10.855089,487.59442,3.5042372,357.0467,96.62248,2.4474983,8.931573,121.73262,47.6737,228.62337,201.21317,3934.023,1.8771098,2239.2961,8.238699,2.3938391,1.3909279,12.09897,225.14189,277.43716,56.26475,150.13643,32.097347,9.817655,837.38306,9.9207535,67.120575,64.81568,419.1635,19.602074,375.23932,14.569376,54.655373,0.0,4122.3086,10037.529,10.2458315,68.42853,70.83386,33298.785,135.0938,7.3761954,61.504826,95.411316,63.14129,19.589544,42.160694,714.5303,94.718414,43.483864,6.820558,11.397859,938.5645,14.076523,323.64304,71.95531,2291.447,100.67132,132.44133,162.50067,235.59892,14.41694,27.384819,92.63475,11.886753,13.986365,27.923382,43.42016,127.8085,15.389265,12.665942,131.57503,18.55028,4180.3115,43.538864,42.248657,34.572987,42.667385,284.9115,84.367294,59.42843,17.766268,20.87319,40.918808,156.41095,190.98682,87.17924,299.89532,63.80627,50.058598,145.35179,227.6095,920.29315,164.77126,7.7839007,15.605208,8.690558,198.34729,14384.687,7.031398,37.116386,53.65999,30.192623,350.5175,53.02119,183.252,4.736531,161.59073,649.031,468.835,71.40835,746.6937,52.20972,83.8863,162.82431,28.97394,5.012967,21.088428,1198.3158,1.5657125,3.2564113,123.511986,9.329282,5.3232994,26.399733,35.902035,381.15182,92.74715,164.15855,1549.8232,168.93793,2197.9517,1876.3438,13.487443,15.02788,9521.917,10.471224,32.808693,332.312,53.312805,104.34358,52.662563,276.65656,1207.6471,293.84454,7.0786195,55.65378,435.38397,2304.8464,43.906494,234.34235,22.129648,1.2220522,55.44129,1.0945224,0.74807733,2.4993315,16.536207,60.29301,171.51035,24.199486,2175.4934,76.08087,24.927322,31.539482,8.338633,62.461357,6.5694666,2.2091331,9.948656,69.1361,2.226175,2.8006024,5.537112,38.04385,14.474942,2.5163732,18.709234,662.6898,69.41361,1383.6937,28.204195,2223.7383,52.16248,675.602,926.3931,25.03885,13.9193325,1440.6168,2103.8032,5299.3037,550.096 +2023-05-06 06:00:00,0.0,5179.1714,52.2498,26.384497,16.667742,41.73814,205.55176,32.982723,67.90513,23.914942,36.807304,437.25433,609.3847,20.788656,56.423386,4.4513197,1.3619522,35.92898,23.75226,10.86152,487.46948,3.5088193,357.01486,96.581154,2.444815,8.923752,121.72015,47.655087,228.54301,201.14905,3942.1145,1.8752358,2238.584,8.228245,2.391867,1.3896645,12.087327,225.11198,277.4373,56.232983,150.43951,32.090527,9.818869,837.2292,9.912914,67.143585,64.84489,419.2467,19.640112,375.23724,14.584131,54.694115,0.0,4123.3945,10043.938,10.270254,68.54577,70.94859,33307.93,135.19046,7.3936195,61.49378,95.416855,63.201473,19.619492,42.16663,714.61383,94.770164,43.478844,6.831574,11.407695,938.92993,14.131893,323.80884,71.96895,2291.3386,100.72402,132.51721,162.51622,235.35944,14.411421,27.370853,92.5617,11.879838,13.977992,27.971716,43.463715,127.75669,15.394769,12.676894,131.71405,18.537611,4179.581,43.577873,42.330647,34.651207,42.712685,284.8508,84.4214,59.481853,17.778967,20.884663,40.948887,156.69772,191.00566,87.208466,300.02563,63.806873,50.106144,145.49767,227.62318,920.57495,164.8357,7.779468,15.606251,8.690403,198.22397,14387.18,7.0330505,37.08924,53.625534,30.202028,350.60336,53.07016,183.16962,4.737321,161.68146,648.7624,468.52817,71.448456,746.0629,52.191666,83.85658,163.09723,28.956894,5.0093393,21.078707,1199.2733,1.5637581,3.2528226,123.44464,9.332373,5.3233933,26.376509,35.876976,380.88403,92.71512,164.11574,1549.0836,168.99707,2197.7493,1876.3584,13.496817,15.046036,9532.848,10.469082,32.853497,332.4298,53.388107,104.46633,52.69355,276.85754,1207.6505,293.90613,7.0846195,55.69645,435.96976,2304.7122,43.90045,234.93468,22.185686,1.2215898,55.44157,1.094289,0.74759436,2.4985104,16.561996,60.387356,171.712,24.178415,2177.4146,76.27285,24.9856,31.599798,8.3534565,62.50605,6.586156,2.2090995,9.980645,69.22156,2.2437787,2.807661,5.546678,38.0252,14.471313,2.523024,18.74715,663.1887,69.515686,1385.9984,28.221983,2226.3748,52.19091,675.3513,927.95447,25.083858,13.917679,1441.6301,2104.958,5302.021,549.76025 +2023-05-06 07:00:00,0.0,5185.8613,52.29745,26.371449,16.676123,41.71889,205.52528,32.97393,67.86963,23.911003,36.787804,437.72678,609.3415,20.778818,56.47341,4.457081,1.3657551,35.91273,23.791946,10.8679495,487.34454,3.5134013,356.98303,96.539825,2.4421315,8.915931,121.707695,47.63648,228.46266,201.08495,3950.2063,1.8733618,2237.8718,8.217791,2.3898947,1.3884012,12.075683,225.08208,277.4374,56.201214,150.74261,32.083702,9.820083,837.0753,9.905074,67.1666,64.87409,419.32993,19.678148,375.2352,14.598886,54.732857,0.0,4124.4805,10050.347,10.294677,68.66301,71.063324,33317.07,135.28712,7.411043,61.48273,95.42239,63.261658,19.64944,42.17256,714.6974,94.82191,43.473824,6.8425894,11.417532,939.2953,14.1872635,323.97464,71.9826,2291.2302,100.776726,132.59311,162.53177,235.11995,14.405902,27.356886,92.48864,11.872922,13.969618,28.02005,43.50727,127.70487,15.400272,12.687845,131.85307,18.524942,4178.8506,43.616882,42.412636,34.729424,42.757988,284.7901,84.4755,59.535282,17.791664,20.896137,40.978966,156.98451,191.0245,87.2377,300.15594,63.807476,50.153694,145.64355,227.63686,920.85675,164.90013,7.7750354,15.607292,8.690248,198.10066,14389.672,7.0347033,37.0621,53.59108,30.211435,350.6892,53.11913,183.08722,4.738111,161.77217,648.49384,468.2213,71.48856,745.43207,52.173607,83.826866,163.37016,28.939846,5.0057116,21.068985,1200.231,1.5618038,3.249234,123.3773,9.3354645,5.3234878,26.353285,35.851913,380.61627,92.6831,164.07292,1548.344,169.05621,2197.547,1876.3729,13.506189,15.064192,9543.778,10.466941,32.898296,332.54758,53.46341,104.58908,52.724533,277.05853,1207.6538,293.96768,7.09062,55.73912,436.55557,2304.5781,43.894413,235.52702,22.241722,1.2211275,55.44185,1.0940555,0.7471114,2.4976892,16.587786,60.4817,171.91368,24.157343,2179.3357,76.46483,25.043875,31.660114,8.368279,62.55074,6.6028447,2.209066,10.012634,69.307014,2.2613826,2.8147197,5.556244,38.006554,14.467685,2.529675,18.785067,663.6877,69.61775,1388.3031,28.239773,2229.011,52.21934,675.1006,929.51587,25.128864,13.916025,1442.6434,2106.1128,5304.739,549.4245 +2023-05-06 08:00:00,0.0,5192.552,52.3451,26.3584,16.684504,41.699642,205.49883,32.965134,67.83414,23.907066,36.7683,438.19922,609.2982,20.768978,56.523438,4.4628425,1.3695579,35.89648,23.831635,10.87438,487.2196,3.5179832,356.9512,96.4985,2.439448,8.908111,121.69523,47.617867,228.38232,201.02083,3958.298,1.8714879,2237.1594,8.207336,2.3879225,1.3871378,12.064039,225.05219,277.43753,56.169445,151.0457,32.07688,9.821296,836.92145,9.897235,67.18962,64.90329,419.41312,19.716187,375.23312,14.613641,54.771603,0.0,4125.567,10056.756,10.319098,68.78025,71.178055,33326.21,135.38379,7.4284673,61.471684,95.42793,63.321846,19.679388,42.178493,714.78094,94.87366,43.4688,6.853605,11.427368,939.6607,14.242635,324.14047,71.99624,2291.1218,100.82943,132.66898,162.54732,234.88045,14.400383,27.342918,92.41559,11.866006,13.961245,28.068384,43.550827,127.65305,15.405776,12.698797,131.9921,18.512276,4178.1206,43.65589,42.494625,34.807644,42.80329,284.7294,84.52961,59.58871,17.804363,20.90761,41.00905,157.27129,191.04335,87.26694,300.28622,63.80808,50.20124,145.78943,227.65053,921.13855,164.96457,7.770602,15.608334,8.690092,197.97736,14392.165,7.0363555,37.034954,53.55663,30.22084,350.7751,53.1681,183.00484,4.7389007,161.8629,648.2253,467.91446,71.52868,744.8012,52.155552,83.79716,163.64308,28.9228,5.0020843,21.059263,1201.1886,1.5598495,3.2456453,123.30995,9.338555,5.3235817,26.330061,35.826855,380.3485,92.65108,164.0301,1547.6042,169.11534,2197.345,1876.3876,13.515563,15.082349,9554.708,10.4648,32.9431,332.66537,53.53871,104.71183,52.755516,277.25952,1207.6571,294.02927,7.0966206,55.78179,437.14136,2304.444,43.88837,236.11935,22.29776,1.2206651,55.442127,1.0938222,0.7466284,2.4968684,16.613575,60.576042,172.11536,24.136272,2181.257,76.65681,25.10215,31.72043,8.383103,62.59543,6.619534,2.2090323,10.044623,69.39248,2.2789862,2.8217783,5.5658097,37.987904,14.464055,2.5363262,18.822983,664.1866,69.71982,1390.6078,28.257563,2231.6472,52.247776,674.84985,931.0773,25.17387,13.9143715,1443.6567,2107.2676,5307.456,549.08875 +2023-05-06 09:00:00,0.0,5199.2417,52.392754,26.345352,16.692884,41.68039,205.47235,32.956337,67.79864,23.903128,36.7488,438.67166,609.25494,20.75914,56.573467,4.468604,1.3733606,35.880226,23.87132,10.880811,487.0947,3.5225654,356.9194,96.45717,2.4367647,8.90029,121.68276,47.599255,228.30197,200.95671,3966.3896,1.8696139,2236.4473,8.196882,2.3859503,1.3858744,12.052395,225.02228,277.43765,56.137676,151.34879,32.07006,9.82251,836.7675,9.889396,67.21263,64.932495,419.4963,19.754225,375.23108,14.628396,54.810345,0.0,4126.6533,10063.165,10.343521,68.89749,71.292786,33335.35,135.48047,7.4458914,61.460636,95.43347,63.38203,19.709335,42.18443,714.8645,94.9254,43.46378,6.8646207,11.437204,940.0261,14.298005,324.30627,72.00988,2291.0134,100.88213,132.74487,162.56287,234.64096,14.394864,27.32895,92.34253,11.85909,13.952871,28.116718,43.594383,127.601234,15.41128,12.709749,132.13112,18.499607,4177.39,43.694897,42.576614,34.885864,42.84859,284.66867,84.58372,59.642136,17.81706,20.919083,41.039127,157.55807,191.0622,87.29617,300.41653,63.808685,50.24879,145.93532,227.66422,921.42035,165.029,7.7661695,15.609375,8.689937,197.85405,14394.657,7.038008,37.00781,53.522175,30.230246,350.86093,53.217068,182.92244,4.739691,161.95363,647.9567,467.60764,71.56879,744.17035,52.137497,83.76744,163.916,28.905752,4.9984565,21.049541,1202.1461,1.5578952,3.2420566,123.24261,9.341647,5.3236756,26.306837,35.801796,380.08072,92.61906,163.98729,1546.8646,169.17448,2197.1426,1876.4021,13.524937,15.100505,9565.639,10.462658,32.987904,332.78317,53.614014,104.83458,52.786503,277.46048,1207.6604,294.09085,7.102621,55.824463,437.72714,2304.3098,43.88233,236.7117,22.353796,1.2202027,55.442406,1.0935888,0.7461454,2.4960473,16.639364,60.670387,172.31703,24.115202,2183.1782,76.84879,25.160425,31.780746,8.397926,62.64012,6.636223,2.2089987,10.076612,69.477936,2.2965899,2.8288372,5.5753756,37.969254,14.460426,2.542977,18.860899,664.68555,69.82189,1392.9126,28.27535,2234.2837,52.276207,674.5992,932.6387,25.218878,13.912717,1444.67,2108.4224,5310.174,548.753 +2023-05-06 10:00:00,0.0,5205.9316,52.440403,26.332304,16.701265,41.66114,205.44589,32.94754,67.763145,23.899189,36.729298,439.1441,609.2117,20.749302,56.623493,4.474365,1.3771634,35.863976,23.911007,10.88724,486.96976,3.5271473,356.88757,96.41584,2.4340813,8.892468,121.670296,47.580647,228.22163,200.8926,3974.4814,1.8677399,2235.735,8.186428,2.3839781,1.384611,12.0407505,224.99237,277.43777,56.105907,151.65189,32.06324,9.823724,836.61365,9.881556,67.23565,64.9617,419.5795,19.792261,375.229,14.643151,54.849087,0.0,4127.7393,10069.573,10.367943,69.01473,71.40752,33344.492,135.57713,7.4633155,61.44959,95.438995,63.442215,19.739283,42.19036,714.94806,94.97715,43.45876,6.875636,11.4470415,940.39154,14.353375,324.47208,72.02352,2290.905,100.93484,132.82074,162.57841,234.40147,14.389345,27.314983,92.26948,11.852174,13.944497,28.165052,43.63794,127.549416,15.416783,12.7207,132.27016,18.486938,4176.6597,43.733906,42.658604,34.96408,42.893894,284.60797,84.637825,59.695564,17.82976,20.930557,41.069206,157.84485,191.08102,87.3254,300.54684,63.809288,50.296337,146.08119,227.67789,921.70215,165.09344,7.761737,15.610417,8.689781,197.73074,14397.15,7.039661,36.980663,53.48772,30.239653,350.9468,53.266037,182.84006,4.740481,162.04436,647.6882,467.30078,71.6089,743.5395,52.119442,83.737724,164.18893,28.888706,4.9948287,21.03982,1203.1038,1.5559409,3.238468,123.17526,9.344739,5.32377,26.283613,35.776737,379.81296,92.58703,163.94447,1546.125,169.23363,2196.9404,1876.4167,13.534309,15.118661,9576.569,10.460517,33.032707,332.90097,53.689316,104.95732,52.817486,277.66147,1207.6637,294.1524,7.108621,55.867134,438.31293,2304.1758,43.87629,237.30403,22.409834,1.2197404,55.442688,1.0933554,0.74566245,2.4952261,16.665155,60.764732,172.51869,24.094131,2185.0994,77.04077,25.218702,31.841063,8.41275,62.68481,6.652912,2.208965,10.108602,69.56339,2.3141935,2.8358958,5.5849414,37.950603,14.456798,2.549628,18.898813,665.18445,69.92396,1395.2173,28.29314,2236.92,52.30464,674.34845,934.2001,25.263884,13.911063,1445.6833,2109.5771,5312.891,548.41724 +2023-05-06 11:00:00,0.0,5212.622,52.488052,26.319256,16.709644,41.64189,205.41942,32.938744,67.727646,23.895252,36.709793,439.61655,609.1684,20.739462,56.67352,4.480127,1.3809662,35.847725,23.950695,10.893671,486.84482,3.5317295,356.85574,96.37451,2.431398,8.884647,121.65783,47.562035,228.14128,200.82849,3982.573,1.865866,2235.023,8.175974,2.382006,1.3833476,12.029107,224.96246,277.4379,56.07414,151.95497,32.05642,9.824937,836.4598,9.873716,67.25867,64.990906,419.66272,19.8303,375.22696,14.657907,54.887833,0.0,4128.825,10075.982,10.392365,69.131966,71.52225,33353.633,135.6738,7.4807396,61.43854,95.44454,63.502403,19.769232,42.196293,715.0317,95.0289,43.45374,6.8866515,11.456878,940.75696,14.408746,324.63788,72.03716,2290.7966,100.98754,132.89662,162.59396,234.16197,14.383826,27.301016,92.19642,11.845258,13.936124,28.213387,43.681496,127.4976,15.422287,12.731652,132.40918,18.47427,4175.9297,43.772915,42.740593,35.0423,42.939198,284.54727,84.69193,59.748993,17.842457,20.94203,41.099285,158.13164,191.09987,87.35464,300.67712,63.80989,50.343887,146.22708,227.69156,921.98395,165.15788,7.757304,15.611459,8.689626,197.60744,14399.643,7.041313,36.953518,53.453266,30.249058,351.03265,53.315006,182.75766,4.741271,162.13509,647.4196,466.99393,71.64901,742.9086,52.101387,83.708015,164.46185,28.871658,4.991201,21.030098,1204.0613,1.5539867,3.2348793,123.10792,9.34783,5.323864,26.26039,35.75168,379.5452,92.55501,163.90166,1545.3854,169.29277,2196.7383,1876.4313,13.543683,15.136818,9587.499,10.458376,33.07751,333.01877,53.764618,105.08007,52.848473,277.86246,1207.667,294.214,7.1146216,55.9098,438.8987,2304.0417,43.870247,237.89638,22.465872,1.219278,55.442966,1.093122,0.7451795,2.494405,16.690945,60.859074,172.72037,24.073061,2187.0208,77.23275,25.276978,31.901379,8.427573,62.729504,6.669601,2.2089314,10.140592,69.64885,2.3317971,2.8429544,5.5945067,37.931957,14.453168,2.556279,18.93673,665.6834,70.026024,1397.522,28.31093,2239.5562,52.333073,674.0977,935.7615,25.308891,13.9094095,1446.6967,2110.732,5315.6084,548.0815 +2023-05-06 12:00:00,0.0,5219.312,52.5357,26.306208,16.718025,41.622643,205.39294,32.929947,67.692154,23.891314,36.690292,440.08902,609.1251,20.729624,56.723545,4.4858885,1.384769,35.83147,23.990381,10.900102,486.7199,3.5363114,356.8239,96.33318,2.4287145,8.876827,121.64537,47.543423,228.06093,200.76437,3990.6648,1.863992,2234.3105,8.16552,2.380034,1.3820843,12.017463,224.93256,277.43802,56.04237,152.25807,32.0496,9.826151,836.3059,9.865876,67.28168,65.02011,419.7459,19.868338,375.22488,14.672662,54.926575,0.0,4129.911,10082.392,10.416787,69.24921,71.63698,33362.777,135.77046,7.4981637,61.427494,95.45008,63.562588,19.79918,42.20223,715.11523,95.08064,43.448715,6.8976674,11.466714,941.1223,14.464116,324.8037,72.050804,2290.6882,101.040245,132.97252,162.60951,233.92249,14.378307,27.287048,92.12337,11.838343,13.92775,28.261723,43.72505,127.445786,15.427791,12.742604,132.5482,18.461601,4175.199,43.811924,42.822582,35.12052,42.984497,284.48657,84.74604,59.802418,17.855156,20.953505,41.129368,158.41841,191.11871,87.38387,300.80743,63.810497,50.391434,146.37296,227.70523,922.26575,165.22232,7.752871,15.6125,8.68947,197.48413,14402.135,7.042966,36.926373,53.418816,30.258465,351.11853,53.363976,182.67528,4.742061,162.2258,647.15106,466.6871,71.689125,742.27783,52.083332,83.6783,164.73477,28.854612,4.987573,21.020376,1205.0189,1.5520324,3.2312903,123.04057,9.350922,5.323958,26.237164,35.726616,379.2774,92.52299,163.85883,1544.6458,169.35191,2196.536,1876.4459,13.553056,15.154974,9598.43,10.456234,33.122314,333.13654,53.83992,105.20282,52.879456,278.06345,1207.6704,294.27557,7.120622,55.952473,439.48453,2303.9075,43.86421,238.48871,22.521908,1.2188156,55.443245,1.0928886,0.74469656,2.4935842,16.716734,60.95342,172.92204,24.05199,2188.942,77.42473,25.335253,31.961693,8.442396,62.774193,6.6862903,2.2088978,10.172581,69.73431,2.349401,2.850013,5.6040726,37.913307,14.449539,2.56293,18.974646,666.1823,70.1281,1399.8267,28.328718,2242.1926,52.361504,673.84705,937.3229,25.353897,13.907756,1447.7101,2111.8867,5318.326,547.7457 +2023-05-06 13:00:00,0.0,5226.0024,52.58335,26.29316,16.726406,41.60339,205.36649,32.921154,67.65666,23.887377,36.67079,440.56146,609.08185,20.719786,56.773575,4.4916496,1.3885719,35.81522,24.03007,10.906531,486.59497,3.5408936,356.7921,96.291855,2.426031,8.869006,121.632904,47.524815,227.98059,200.70026,3998.7566,1.862118,2233.5984,8.155066,2.3780618,1.3808209,12.005819,224.90265,277.43814,56.0106,152.56116,32.042778,9.827364,836.15204,9.858037,67.304695,65.04932,419.8291,19.906374,375.22284,14.687417,54.965317,0.0,4130.997,10088.8,10.44121,69.36645,71.75171,33371.918,135.86714,7.515588,61.416447,95.45561,63.622772,19.829126,42.20816,715.1988,95.13239,43.443695,6.908683,11.476551,941.48773,14.519486,324.9695,72.064445,2290.5798,101.09295,133.0484,162.62506,233.683,14.372787,27.27308,92.050316,11.831427,13.919376,28.310057,43.76861,127.39397,15.433294,12.753556,132.68723,18.448933,4174.4688,43.850933,42.90457,35.19874,43.0298,284.42584,84.80015,59.855846,17.867853,20.964977,41.159447,158.7052,191.13756,87.41311,300.93774,63.8111,50.438984,146.51884,227.71892,922.54755,165.28677,7.7484384,15.613542,8.689315,197.36082,14404.628,7.0446186,36.899227,53.38436,30.26787,351.20438,53.412945,182.59288,4.742851,162.31653,646.88245,466.38025,71.72923,741.647,52.065273,83.64858,165.00769,28.837564,4.9839454,21.010654,1205.9766,1.550078,3.2277017,122.97323,9.3540125,5.324052,26.21394,35.701557,379.00964,92.49096,163.81601,1543.906,169.41104,2196.3337,1876.4604,13.562429,15.17313,9609.36,10.454093,33.167114,333.25433,53.915222,105.32557,52.910442,278.26443,1207.6737,294.33713,7.126622,55.995144,440.0703,2303.7734,43.858166,239.08105,22.577946,1.2183533,55.443523,1.0926552,0.7442136,2.492763,16.742523,61.047764,173.12372,24.030918,2190.863,77.616714,25.393528,32.02201,8.45722,62.818886,6.702979,2.2088642,10.20457,69.81976,2.3670046,2.8570716,5.6136384,37.894657,14.44591,2.569581,19.012562,666.6813,70.23016,1402.1313,28.346508,2244.8289,52.38994,673.5963,938.8843,25.398903,13.906102,1448.7234,2113.0415,5321.0435,547.41 +2023-05-06 14:00:00,0.0,5232.6924,52.631,26.280111,16.734787,41.58414,205.34001,32.912357,67.62116,23.883438,36.651287,441.0339,609.0386,20.709946,56.8236,4.4974113,1.3923746,35.79897,24.069756,10.912962,486.47003,3.5454755,356.76028,96.25053,2.4233477,8.861185,121.62044,47.506203,227.90024,200.63615,4006.8481,1.860244,2232.8862,8.144611,2.3760896,1.3795575,11.994176,224.87276,277.43823,55.978832,152.86424,32.035954,9.828578,835.99817,9.850198,67.32771,65.07852,419.9123,19.944412,375.22076,14.702171,55.004063,0.0,4132.0835,10095.209,10.465632,69.48369,71.86644,33381.06,135.9638,7.5330114,61.4054,95.46115,63.68296,19.859076,42.214092,715.28235,95.18414,43.438675,6.9196987,11.486387,941.85315,14.574858,325.1353,72.078094,2290.4712,101.14565,133.12427,162.6406,233.4435,14.367269,27.259113,91.97726,11.824511,13.911003,28.35839,43.812164,127.34215,15.438798,12.764507,132.82625,18.436264,4173.739,43.889942,42.98656,35.27696,43.075104,284.36514,84.854256,59.909275,17.880552,20.976452,41.189526,158.99197,191.1564,87.44234,301.06802,63.811703,50.486534,146.66472,227.73259,922.82935,165.35121,7.7440057,15.614584,8.689159,197.23752,14407.12,7.046271,36.87208,53.349907,30.277275,351.29022,53.461918,182.5105,4.743641,162.40726,646.6139,466.0734,71.76934,741.0161,52.04722,83.61887,165.28062,28.820517,4.9803176,21.000933,1206.9341,1.5481237,3.224113,122.90588,9.357104,5.3241463,26.190716,35.6765,378.74188,92.45894,163.7732,1543.1664,169.47018,2196.1316,1876.4751,13.571802,15.191287,9620.29,10.451952,33.211918,333.37213,53.990524,105.44832,52.941425,278.46542,1207.677,294.3987,7.1326227,56.03781,440.6561,2303.6394,43.852127,239.67339,22.633984,1.2178909,55.4438,1.0924218,0.7437306,2.491942,16.768312,61.14211,173.32538,24.009848,2192.7844,77.80869,25.451805,32.082325,8.472043,62.863575,6.7196684,2.2088306,10.236559,69.90523,2.3846083,2.8641305,5.623204,37.876007,14.442281,2.576232,19.050478,667.1802,70.33223,1404.4362,28.364298,2247.465,52.41837,673.3456,940.4457,25.44391,13.9044485,1449.7367,2114.1963,5323.761,547.0742 +2023-05-06 15:00:00,0.0,5239.3823,52.67865,26.267063,16.743168,41.56489,205.31355,32.90356,67.58567,23.879501,36.631786,441.50635,608.99536,20.700108,56.873627,4.503173,1.3961774,35.78272,24.109442,10.919393,486.3451,3.5500576,356.72845,96.2092,2.420664,8.853364,121.60797,47.487595,227.8199,200.57204,4014.94,1.8583701,2232.174,8.134157,2.3741174,1.3782941,11.982532,224.84285,277.43835,55.947063,153.16734,32.029133,9.829792,835.8443,9.842358,67.35073,65.10773,419.99548,19.98245,375.21872,14.716927,55.042805,0.0,4133.1694,10101.618,10.490054,69.60093,71.98117,33390.2,136.06047,7.5504355,61.394352,95.46669,63.743145,19.889023,42.220028,715.3659,95.235886,43.433655,6.930714,11.496224,942.21857,14.630228,325.30115,72.091736,2290.3628,101.19836,133.20016,162.65614,233.20401,14.36175,27.245146,91.904205,11.817595,13.902629,28.406725,43.85572,127.29033,15.444302,12.775459,132.96527,18.423595,4173.0083,43.928947,43.06855,35.35518,43.120403,284.30444,84.90836,59.9627,17.89325,20.987925,41.219604,159.27876,191.17525,87.47157,301.19833,63.812305,50.53408,146.81061,227.74626,923.11115,165.41565,7.739573,15.615625,8.689004,197.1142,14409.613,7.0479236,36.844936,53.315453,30.286682,351.3761,53.510887,182.4281,4.744431,162.49799,646.34534,465.76657,71.809456,740.38525,52.029163,83.58916,165.55354,28.80347,4.9766903,20.991213,1207.8917,1.5461694,3.2205243,122.83854,9.360195,5.32424,26.167492,35.65144,378.4741,92.42692,163.73038,1542.4268,169.52933,2195.9292,1876.4896,13.581176,15.209443,9631.221,10.44981,33.25672,333.48993,54.06583,105.57107,52.972412,278.6664,1207.6803,294.4603,7.138623,56.080482,441.24188,2303.5051,43.846085,240.26573,22.69002,1.2174286,55.44408,1.0921884,0.7432476,2.4911208,16.794104,61.23645,173.52705,23.988777,2194.7056,78.00067,25.51008,32.142643,8.486867,62.908268,6.736357,2.208797,10.268548,69.990685,2.402212,2.871189,5.63277,37.857357,14.438652,2.582883,19.088394,667.6791,70.4343,1406.7408,28.382086,2250.1016,52.4468,673.0949,942.007,25.488916,13.902795,1450.75,2115.351,5326.4785,546.7385 +2023-05-06 16:00:00,0.0,5246.0728,52.7263,26.254015,16.751549,41.545643,205.28708,32.894764,67.55017,23.875563,36.61228,441.9788,608.9521,20.69027,56.923653,4.508934,1.3999802,35.766464,24.14913,10.925822,486.22018,3.5546396,356.69662,96.16787,2.4179807,8.845543,121.595505,47.468983,227.73955,200.50792,4023.0317,1.8564962,2231.462,8.123704,2.3721452,1.3770306,11.970887,224.81294,277.43848,55.915295,153.47043,32.022312,9.831005,835.69037,9.834518,67.37374,65.13693,420.07867,20.020487,375.21664,14.731682,55.081547,0.0,4134.2554,10108.027,10.514477,69.71817,72.0959,33399.34,136.15714,7.5678596,61.383305,95.47223,63.80333,19.91897,42.22596,715.44946,95.287636,43.42863,6.9417295,11.506061,942.5839,14.685598,325.46695,72.10538,2290.2544,101.25106,133.27603,162.67169,232.96452,14.356231,27.231178,91.83115,11.8106785,13.894256,28.45506,43.899277,127.23851,15.449805,12.786411,133.1043,18.410927,4172.278,43.967957,43.15054,35.433395,43.165707,284.2437,84.96247,60.01613,17.905949,20.999397,41.249687,159.56554,191.19408,87.50081,301.32864,63.812912,50.58163,146.95648,227.75993,923.39294,165.48009,7.73514,15.616667,8.688848,196.99089,14412.105,7.0495763,36.81779,53.281002,30.296087,351.46194,53.559856,182.34572,4.745221,162.58871,646.0768,465.45972,71.84956,739.7544,52.01111,83.55944,165.82646,28.786423,4.9730625,20.981491,1208.8492,1.5442151,3.2169356,122.771194,9.363287,5.324334,26.144268,35.62638,378.20633,92.39489,163.68756,1541.687,169.58847,2195.727,1876.5043,13.5905485,15.227599,9642.151,10.447669,33.301525,333.6077,54.141132,105.69382,53.003395,278.8674,1207.6836,294.52185,7.1446238,56.123154,441.8277,2303.371,43.840046,240.85806,22.746058,1.2169662,55.44436,1.091955,0.74276465,2.4902997,16.819893,61.330795,173.72873,23.967707,2196.627,78.19265,25.568356,32.202957,8.50169,62.952957,6.7530465,2.2087634,10.300537,70.07614,2.4198158,2.8782477,5.642336,37.83871,14.435023,2.589534,19.12631,668.17804,70.53637,1409.0455,28.399876,2252.7378,52.475235,672.8442,943.5684,25.533924,13.901141,1451.7633,2116.5059,5329.196,546.4028 +2023-05-06 17:00:00,0.0,5252.7627,52.77395,26.240967,16.75993,41.52639,205.26062,32.885967,67.51468,23.871624,36.59278,442.45123,608.9088,20.68043,56.973682,4.5146956,1.403783,35.750214,24.188816,10.932253,486.09525,3.5592217,356.66483,96.12654,2.4152973,8.837723,121.583046,47.45037,227.65921,200.44382,4031.1233,1.8546222,2230.7495,8.11325,2.370173,1.3757672,11.959244,224.78304,277.4386,55.883526,153.77353,32.01549,9.832219,835.5365,9.826679,67.39676,65.16613,420.16187,20.058525,375.21457,14.746437,55.120293,0.0,4135.342,10114.436,10.538898,69.83541,72.21063,33408.48,136.2538,7.5852838,61.372257,95.47776,63.863518,19.94892,42.231895,715.533,95.33938,43.42361,6.9527454,11.515897,942.94934,14.740969,325.63275,72.11902,2290.146,101.303764,133.35193,162.68724,232.72502,14.350712,27.21721,91.758095,11.803762,13.885881,28.503393,43.942833,127.18669,15.455309,12.797362,133.24332,18.398258,4171.548,44.006966,43.23253,35.511616,43.21101,284.183,85.01658,60.069557,17.918646,21.010872,41.279766,159.85233,191.21292,87.530045,301.45892,63.813515,50.629177,147.10237,227.77362,923.67474,165.54453,7.730707,15.617708,8.688692,196.86758,14414.599,7.0512285,36.790646,53.246548,30.305492,351.54782,53.608826,182.26332,4.7460113,162.67943,645.8082,465.15286,71.88968,739.12354,51.993053,83.529724,166.09938,28.769377,4.9694347,20.97177,1209.8069,1.5422608,3.213347,122.70385,9.366379,5.3244286,26.121044,35.60132,377.93857,92.36287,163.64474,1540.9474,169.64761,2195.5247,1876.5188,13.599922,15.245756,9653.082,10.445527,33.34633,333.7255,54.216434,105.81657,53.03438,279.0684,1207.6869,294.58344,7.150624,56.165825,442.41348,2303.237,43.834003,241.45041,22.802094,1.2165037,55.444637,1.0917215,0.7422817,2.4894788,16.845682,61.42514,173.9304,23.946636,2198.548,78.384636,25.62663,32.26327,8.516513,62.997646,6.7697353,2.2087297,10.332527,70.1616,2.4374194,2.8853064,5.6519017,37.82006,14.431395,2.596185,19.164227,668.67694,70.638435,1411.3502,28.417665,2255.374,52.503666,672.59344,945.1298,25.57893,13.8994875,1452.7766,2117.6606,5331.9136,546.067 +2023-05-06 18:00:00,0.0,5259.4526,52.821598,26.227919,16.76831,41.50714,205.23415,32.877174,67.47919,23.867687,36.57328,442.92368,608.86554,20.670591,57.02371,4.5204573,1.4075857,35.733963,24.228502,10.9386835,485.9703,3.5638037,356.633,96.08521,2.4126139,8.829902,121.57058,47.431763,227.57886,200.3797,4039.215,1.8527483,2230.0374,8.102796,2.3682008,1.3745039,11.947599,224.75313,277.43872,55.851757,154.07661,32.00867,9.833433,835.3826,9.818839,67.41978,65.195335,420.24506,20.096563,375.21252,14.761192,55.159035,0.0,4136.4277,10120.845,10.563321,69.952644,72.32536,33417.625,136.35048,7.602708,61.36121,95.4833,63.923702,19.978867,42.237827,715.61664,95.39113,43.41859,6.963761,11.525734,943.31476,14.796339,325.79855,72.13266,2290.0376,101.35647,133.42781,162.70279,232.48553,14.345193,27.203243,91.685036,11.796847,13.877508,28.551727,43.98639,127.13487,15.4608135,12.808314,133.38234,18.38559,4170.8174,44.045975,43.314518,35.589836,43.25631,284.1223,85.07068,60.122982,17.931345,21.022345,41.309845,160.1391,191.23177,87.55927,301.58923,63.814117,50.676727,147.24825,227.7873,923.95654,165.60896,7.7262745,15.618751,8.688537,196.74428,14417.091,7.0528812,36.7635,53.212093,30.3149,351.63367,53.657795,182.18094,4.746801,162.77016,645.5397,464.84604,71.92979,738.49274,51.975,83.500015,166.37231,28.752329,4.965807,20.962048,1210.7644,1.5403066,3.2097583,122.63651,9.36947,5.3245225,26.09782,35.57626,377.67078,92.33085,163.60193,1540.2078,169.70674,2195.3225,1876.5334,13.609295,15.263912,9664.012,10.443386,33.39113,333.8433,54.291737,105.939316,53.065365,279.26935,1207.6903,294.64502,7.1566243,56.208496,442.99927,2303.1028,43.82796,242.04274,22.858131,1.2160414,55.444916,1.0914881,0.7417987,2.4886577,16.871471,61.519485,174.13206,23.925566,2200.4692,78.576614,25.684908,32.32359,8.531337,63.04234,6.7864246,2.2086964,10.364516,70.247055,2.455023,2.892365,5.6614676,37.80141,14.427765,2.602836,19.20214,669.1759,70.74051,1413.6549,28.435453,2258.0105,52.532097,672.3428,946.6912,25.623936,13.897834,1453.7899,2118.8154,5334.631,545.73126 +2023-05-06 19:00:00,0.0,5266.143,52.869247,26.21487,16.776691,41.487892,205.20769,32.868378,67.44369,23.863749,36.553776,443.39612,608.82227,20.660753,57.073734,4.5262184,1.4113886,35.71771,24.26819,10.945113,485.84537,3.5683856,356.60117,96.043884,2.4099305,8.822081,121.55811,47.41315,227.4985,200.31558,4047.3066,1.8508743,2229.3252,8.092341,2.3662286,1.3732405,11.935956,224.72322,277.43884,55.81999,154.3797,32.00185,9.834646,835.22876,9.811,67.44279,65.22454,420.32828,20.1346,375.21045,14.775948,55.19778,0.0,4137.5137,10127.254,10.587744,70.069885,72.44009,33426.766,136.44714,7.620132,61.350166,95.48884,63.983887,20.008814,42.24376,715.7002,95.44288,43.413567,6.9747763,11.53557,943.6802,14.851709,325.9644,72.1463,2289.9292,101.40917,133.5037,162.71834,232.24605,14.339674,27.189278,91.611984,11.789931,13.869135,28.600061,44.029945,127.08306,15.466317,12.819266,133.52136,18.372921,4170.087,44.084984,43.396507,35.668053,43.301613,284.0616,85.12479,60.17641,17.944042,21.03382,41.339924,160.42589,191.25061,87.58851,301.7195,63.81472,50.724274,147.39413,227.80096,924.23834,165.6734,7.721842,15.619792,8.688381,196.62097,14419.584,7.054534,36.736355,53.17764,30.324305,351.71954,53.706764,182.09854,4.747591,162.86089,645.2711,464.53918,71.9699,737.8619,51.956944,83.4703,166.64523,28.735283,4.962179,20.952326,1211.722,1.5383523,3.2061694,122.56917,9.372561,5.3246164,26.074596,35.5512,377.403,92.29883,163.55911,1539.468,169.76588,2195.1204,1876.548,13.618669,15.282068,9674.942,10.441245,33.435932,333.9611,54.36704,106.062065,53.09635,279.47034,1207.6936,294.70657,7.162625,56.251163,443.58505,2302.9688,43.821922,242.63509,22.91417,1.215579,55.445194,1.0912547,0.7413158,2.4878366,16.89726,61.613827,174.33374,23.904493,2202.3906,78.76859,25.743183,32.383904,8.54616,63.08703,6.8031135,2.2086627,10.396505,70.33251,2.4726267,2.8994238,5.6710334,37.78276,14.424136,2.6094868,19.240057,669.6748,70.842575,1415.9597,28.453243,2260.6467,52.56053,672.09204,948.2526,25.668943,13.896179,1454.8032,2119.9702,5337.3486,545.3955 +2023-05-06 20:00:00,0.0,5272.833,52.916897,26.201822,16.785072,41.46864,205.18121,32.85958,67.408195,23.859812,36.534275,443.8686,608.779,20.650913,57.12376,4.53198,1.4151914,35.701458,24.307877,10.951544,485.72046,3.5729678,356.56937,96.002556,2.407247,8.81426,121.54565,47.394543,227.41817,200.25146,4055.3984,1.8490003,2228.613,8.081887,2.3642564,1.3719771,11.924313,224.69331,277.43896,55.78822,154.6828,31.995028,9.83586,835.0749,9.803161,67.465805,65.253746,420.41147,20.172638,375.2084,14.790703,55.236523,0.0,4138.6,10133.662,10.612165,70.187126,72.55482,33435.906,136.54381,7.637556,61.33912,95.49437,64.044075,20.038763,42.249695,715.78375,95.49462,43.408546,6.985792,11.545406,944.0456,14.907081,326.1302,72.15995,2289.8208,101.461876,133.57957,162.73389,232.00655,14.334155,27.17531,91.538925,11.783015,13.860761,28.648396,44.0735,127.03124,15.471821,12.830218,133.66039,18.360252,4169.357,44.123993,43.478493,35.746273,43.346916,284.0009,85.178894,60.22984,17.956741,21.045292,41.370007,160.71266,191.26945,87.617744,301.84982,63.815327,50.771824,147.54001,227.81465,924.52014,165.73784,7.7174087,15.620833,8.688226,196.49767,14422.076,7.056186,36.709213,53.14319,30.33371,351.8054,53.755733,182.01616,4.748381,162.95161,645.0025,464.23233,72.01001,737.231,51.938885,83.44058,166.91815,28.718235,4.9585514,20.942604,1212.6797,1.5363979,3.2025807,122.50182,9.375652,5.324711,26.051373,35.526142,377.13525,92.2668,163.51628,1538.7283,169.82503,2194.918,1876.5626,13.628042,15.300225,9685.873,10.439103,33.480736,334.0789,54.44234,106.184814,53.127335,279.67133,1207.6969,294.76816,7.168625,56.293835,444.17084,2302.8347,43.81588,243.22742,22.970205,1.2151166,55.445473,1.0910213,0.7408328,2.4870155,16.923052,61.70817,174.53542,23.883423,2204.3118,78.96057,25.801458,32.44422,8.560984,63.13172,6.8198028,2.2086291,10.428494,70.41797,2.4902303,2.9064825,5.680599,37.764114,14.420507,2.616138,19.277973,670.17377,70.94464,1418.2644,28.471033,2263.283,52.588963,671.8413,949.814,25.71395,13.894526,1455.8165,2121.125,5340.066,545.05975 +2023-05-06 21:00:00,0.0,5279.523,52.964546,26.188774,16.793453,41.44939,205.15474,32.850784,67.372696,23.855873,36.514774,444.34103,608.7357,20.641075,57.17379,4.5377417,1.4189942,35.685207,24.347565,10.957974,485.59552,3.5775497,356.53754,95.96123,2.4045637,8.806439,121.53318,47.37593,227.33781,200.18736,4063.4902,1.8471264,2227.9006,8.071433,2.3622842,1.3707137,11.912667,224.66342,277.4391,55.75645,154.98589,31.988207,9.837074,834.921,9.7953205,67.48882,65.28295,420.49466,20.210676,375.20633,14.805457,55.275265,0.0,4139.686,10140.071,10.636588,70.30437,72.66955,33445.047,136.64047,7.6549797,61.32807,95.49991,64.10426,20.06871,42.255627,715.8673,95.54637,43.403526,6.9968076,11.5552435,944.41095,14.962451,326.296,72.17359,2289.7124,101.51458,133.65546,162.74944,231.76706,14.328636,27.161343,91.46587,11.776099,13.852387,28.696732,44.117058,126.97942,15.4773245,12.841169,133.79942,18.347584,4168.6265,44.163002,43.560482,35.824493,43.392216,283.9402,85.233,60.283268,17.969439,21.056767,41.400085,160.99944,191.2883,87.64698,301.98013,63.81593,50.81937,147.6859,227.82832,924.80194,165.80228,7.712976,15.621876,8.68807,196.37436,14424.568,7.057839,36.682068,53.108734,30.343117,351.89127,53.804703,181.93376,4.7491713,163.04234,644.73395,463.9255,72.05012,736.60016,51.92083,83.41087,167.19109,28.701189,4.9549236,20.932882,1213.6372,1.5344436,3.198992,122.43448,9.378744,5.324805,26.028149,35.501083,376.86746,92.23478,163.47346,1537.9886,169.88417,2194.7158,1876.5773,13.637415,15.318381,9696.803,10.436962,33.52554,334.19666,54.517643,106.307556,53.158318,279.8723,1207.7002,294.82974,7.1746254,56.336506,444.75665,2302.7004,43.80984,243.81976,23.026243,1.2146543,55.445755,1.090788,0.7403498,2.4861944,16.948841,61.802517,174.73709,23.862352,2206.233,79.15256,25.859735,32.504536,8.575807,63.17641,6.8364916,2.2085955,10.460484,70.50343,2.5078342,2.913541,5.690165,37.745464,14.416878,2.622789,19.31589,670.67267,71.046715,1420.5691,28.488823,2265.9194,52.617397,671.59064,951.3754,25.758957,13.892872,1456.8298,2122.2798,5342.7837,544.724 +2023-05-06 22:00:00,0.0,5286.2134,53.012196,26.175726,16.801834,41.43014,205.12828,32.841988,67.337204,23.851936,36.49527,444.81348,608.6925,20.631237,57.223816,4.543503,1.422797,35.668953,24.38725,10.964404,485.47058,3.5821319,356.5057,95.91989,2.4018803,8.798618,121.52072,47.35732,227.25748,200.12325,4071.5818,1.8452524,2227.1885,8.060979,2.360312,1.3694503,11.901024,224.63351,277.4392,55.72468,155.28897,31.981384,9.838287,834.76715,9.787481,67.51183,65.31216,420.57785,20.248713,375.20428,14.820212,55.31401,0.0,4140.772,10146.48,10.66101,70.42161,72.78428,33454.188,136.73714,7.672404,61.317024,95.50545,64.164444,20.098658,42.26156,715.95087,95.59812,43.398506,7.007823,11.56508,944.77637,15.017821,326.46182,72.18723,2289.604,101.56728,133.73132,162.76498,231.52757,14.323117,27.147375,91.39282,11.769183,13.844013,28.745066,44.160614,126.927605,15.482828,12.852121,133.93845,18.334915,4167.896,44.202007,43.64247,35.90271,43.43752,283.8795,85.28711,60.336693,17.982138,21.06824,41.430164,161.28622,191.30713,87.67621,302.1104,63.816532,50.86692,147.83177,227.842,925.08374,165.86673,7.7085433,15.622917,8.687915,196.25105,14427.062,7.0594916,36.654922,53.07428,30.352522,351.9771,53.853672,181.85138,4.7499614,163.13307,644.4654,463.61865,72.09023,735.9693,51.902775,83.38116,167.464,28.684141,4.951296,20.92316,1214.5948,1.5324893,3.1954033,122.367134,9.381835,5.3248987,26.004923,35.47602,376.5997,92.20276,163.43065,1537.249,169.9433,2194.5137,1876.5918,13.646789,15.336537,9707.733,10.434821,33.570343,334.31445,54.592945,106.430305,53.189304,280.0733,1207.7035,294.8913,7.180626,56.379173,445.34244,2302.5664,43.8038,244.4121,23.082281,1.2141919,55.446033,1.0905546,0.73986685,2.4853735,16.97463,61.896862,174.93875,23.841282,2208.1543,79.344536,25.91801,32.564854,8.59063,63.221104,6.853181,2.208562,10.492473,70.58889,2.5254378,2.9205997,5.6997304,37.726814,14.413249,2.6294398,19.353806,671.17163,71.14878,1422.8738,28.50661,2268.5557,52.64583,671.3399,952.9368,25.803963,13.891218,1457.8431,2123.4346,5345.501,544.38824 +2023-05-06 23:00:00,0.0,5292.9033,53.05985,26.162678,16.810215,41.410892,205.1018,32.833195,67.30171,23.847998,36.47577,445.28592,608.64923,20.621399,57.27384,4.5492644,1.4265997,35.652702,24.426937,10.970835,485.34567,3.5867138,356.47388,95.87856,2.3991969,8.790797,121.508255,47.33871,227.17712,200.05913,4079.6736,1.8433784,2226.4763,8.050525,2.3583398,1.368187,11.8893795,224.6036,277.43933,55.692913,155.59207,31.974564,9.839501,834.6132,9.779641,67.53485,65.34136,420.66107,20.28675,375.2022,14.834968,55.352753,0.0,4141.858,10152.89,10.685432,70.53885,72.89901,33463.33,136.83382,7.689828,61.305977,95.51098,64.22463,20.128605,42.267494,716.0344,95.649864,43.393482,7.018839,11.574916,945.1418,15.073192,326.62762,72.200874,2289.4956,101.61999,133.80722,162.78053,231.28807,14.317598,27.133408,91.31976,11.762268,13.83564,28.7934,44.20417,126.875786,15.488332,12.863073,134.07747,18.322247,4167.166,44.241016,43.72446,35.98093,43.482822,283.8188,85.34122,60.39012,17.994835,21.079714,41.460243,161.573,191.32597,87.705444,302.24072,63.81714,50.914467,147.97766,227.85567,925.36554,165.93117,7.7041106,15.623959,8.687759,196.12773,14429.554,7.061144,36.627777,53.039825,30.361929,352.063,53.90264,181.76898,4.750751,163.22379,644.19684,463.3118,72.13034,735.3385,51.88472,83.35144,167.73692,28.667095,4.9476686,20.913439,1215.5524,1.530535,3.1918147,122.29979,9.384927,5.324993,25.981699,35.450962,376.33194,92.17073,163.38783,1536.5093,170.00244,2194.3113,1876.6064,13.656161,15.354694,9718.664,10.432679,33.615143,334.43225,54.668247,106.553055,53.220287,280.2743,1207.7068,294.95288,7.1866264,56.421844,445.92822,2302.4324,43.79776,245.00444,23.138317,1.2137295,55.446312,1.0903212,0.7393839,2.4845524,17.00042,61.991203,175.14043,23.820211,2210.0754,79.536514,25.976286,32.625168,8.6054535,63.265793,6.8698697,2.2085283,10.524462,70.67435,2.5430415,2.9276586,5.709296,37.708164,14.40962,2.636091,19.391722,671.67053,71.250854,1425.1785,28.5244,2271.192,52.67426,671.0892,954.4982,25.848969,13.8895645,1458.8564,2124.5894,5348.2183,544.0525 +2023-05-07 00:00:00,0.0,5299.5933,53.1075,26.14963,16.818596,41.39164,205.07535,32.824398,67.26621,23.84406,36.45627,445.75836,608.60596,20.611559,57.323868,4.555026,1.4304025,35.63645,24.466625,10.977265,485.22073,3.591296,356.44208,95.837234,2.3965135,8.782976,121.49579,47.3201,227.09677,199.99503,4087.7654,1.8415045,2225.7642,8.040071,2.3563676,1.3669236,11.877736,224.5737,277.43945,55.661144,155.89516,31.967743,9.840714,834.45935,9.771802,67.55787,65.37057,420.74426,20.32479,375.20016,14.849723,55.391495,0.0,4142.9443,10159.298,10.709854,70.65609,73.01374,33472.473,136.93048,7.707252,61.29493,95.51652,64.28482,20.158554,42.273426,716.118,95.701614,43.388462,7.0298543,11.584753,945.5072,15.128562,326.79343,72.214516,2289.387,101.67269,133.8831,162.79608,231.04858,14.312079,27.11944,91.24671,11.755352,13.827267,28.841734,44.24773,126.82397,15.493835,12.874024,134.21649,18.309578,4166.4355,44.280025,43.80645,36.05915,43.528122,283.75806,85.395325,60.44355,18.007534,21.091187,41.490326,161.85979,191.34482,87.73468,302.37103,63.81774,50.962017,148.12354,227.86935,925.64734,165.9956,7.6996775,15.625,8.687604,196.00443,14432.047,7.0627966,36.60063,53.005375,30.371334,352.14883,53.95161,181.6866,4.751541,163.31451,643.9283,463.00494,72.170456,734.70764,51.866665,83.32173,168.00984,28.650047,4.944041,20.903717,1216.51,1.5285807,3.188226,122.232445,9.388018,5.325087,25.958475,35.425903,376.06415,92.13871,163.34502,1535.7697,170.06158,2194.1091,1876.621,13.665535,15.37285,9729.594,10.430538,33.659946,334.55005,54.74355,106.675804,53.251274,280.47528,1207.7101,295.01447,7.1926265,56.464516,446.514,2302.298,43.791718,245.59677,23.194355,1.2132672,55.44659,1.0900878,0.7389009,2.4837313,17.026209,62.08555,175.3421,23.79914,2211.9966,79.72849,26.034561,32.685482,8.620276,63.310482,6.886559,2.2084947,10.556452,70.7598,2.560645,2.9347172,5.718862,37.689518,14.405991,2.642742,19.429638,672.16943,71.35292,1427.4833,28.54219,2273.8281,52.702694,670.8385,956.05963,25.893976,13.887911,1459.8698,2125.7441,5350.936,543.71674 +2023-05-07 01:00:00,0.0,5306.2837,53.155148,26.136581,16.826977,41.37239,205.04887,32.8156,67.23072,23.840122,36.436764,446.2308,608.5627,20.60172,57.373898,4.560787,1.4342054,35.6202,24.506311,10.983695,485.0958,3.595878,356.41025,95.795906,2.39383,8.775155,121.48332,47.30149,227.01643,199.93091,4095.857,1.8396305,2225.052,8.029616,2.3543954,1.3656602,11.866093,224.5438,277.43958,55.629375,156.19826,31.960922,9.8419285,834.3055,9.763963,67.58088,65.39977,420.82745,20.362825,375.1981,14.864478,55.43024,0.0,4144.0303,10165.707,10.734277,70.77333,73.12847,33481.613,137.02715,7.724676,61.283882,95.52206,64.345,20.188501,42.279358,716.20154,95.75336,43.383442,7.0408697,11.594589,945.8726,15.183932,326.95923,72.22816,2289.2786,101.725395,133.95898,162.81163,230.8091,14.3065605,27.105473,91.17365,11.748436,13.8188925,28.890068,44.291283,126.77215,15.499339,12.884976,134.35551,18.29691,4165.705,44.319035,43.88844,36.137367,43.573425,283.69736,85.44943,60.496975,18.020231,21.10266,41.520405,162.14656,191.36366,87.763916,302.5013,63.818344,51.009563,148.26942,227.88303,925.92914,166.06004,7.695245,15.626042,8.6874485,195.88112,14434.539,7.0644493,36.573486,52.97092,30.38074,352.2347,54.00058,181.6042,4.7523313,163.40524,643.6597,462.69812,72.21056,734.0768,51.84861,83.292015,168.28278,28.633001,4.940413,20.893995,1217.4675,1.5266263,3.1846373,122.1651,9.391109,5.325181,25.935251,35.400845,375.7964,92.10669,163.3022,1535.03,170.12073,2193.907,1876.6356,13.674908,15.391006,9740.524,10.428397,33.70475,334.66785,54.81885,106.79855,53.282257,280.67627,1207.7135,295.07602,7.198627,56.507187,447.09982,2302.164,43.785675,246.18912,23.250391,1.2128048,55.44687,1.0898544,0.7384179,2.4829102,17.052,62.179893,175.54378,23.77807,2213.918,79.92047,26.092838,32.7458,8.6351,63.355175,6.903248,2.208461,10.588441,70.84526,2.5782487,2.9417758,5.728428,37.670868,14.402362,2.6493928,19.467554,672.6684,71.45499,1429.788,28.559978,2276.4646,52.731125,670.58777,957.621,25.938982,13.886257,1460.883,2126.899,5353.6533,543.381 +2023-05-07 02:00:00,0.0,5312.9736,53.202797,26.123533,16.835358,41.35314,205.02242,32.806805,67.19522,23.836184,36.417263,446.70325,608.5194,20.591883,57.423923,4.566549,1.4380082,35.603947,24.546,10.990126,484.97086,3.60046,356.37842,95.75458,2.3911467,8.767335,121.470856,47.28288,226.93608,199.86679,4103.9487,1.8377565,2224.3396,8.019163,2.3524232,1.3643968,11.854448,224.51389,277.43967,55.597607,156.50134,31.9541,9.8431425,834.1516,9.756123,67.6039,65.42898,420.91064,20.400864,375.19604,14.879233,55.468983,0.0,4145.116,10172.116,10.758699,70.890564,73.2432,33490.754,137.12381,7.7421002,61.272835,95.527596,64.40519,20.218449,42.285294,716.28516,95.80511,43.37842,7.0518856,11.604426,946.238,15.239304,327.12506,72.2418,2289.1702,101.7781,134.03487,162.82718,230.5696,14.301042,27.091505,91.1006,11.74152,13.810519,28.938402,44.334843,126.72034,15.504843,12.895928,134.49454,18.28424,4164.975,44.358044,43.97043,36.215588,43.61873,283.63666,85.50354,60.550404,18.03293,21.114134,41.550484,162.43335,191.3825,87.793144,302.63162,63.818947,51.057114,148.4153,227.8967,926.21094,166.12448,7.690812,15.627084,8.687293,195.75781,14437.032,7.0661016,36.54634,52.936466,30.390146,352.32056,54.04955,181.52182,4.7531214,163.49597,643.3912,462.39127,72.25068,733.4459,51.83055,83.2623,168.5557,28.615953,4.936785,20.884274,1218.4252,1.5246722,3.1810484,122.097755,9.394201,5.3252754,25.912027,35.375786,375.52863,92.07466,163.25938,1534.2903,170.17987,2193.7046,1876.6501,13.684281,15.409163,9751.455,10.426255,33.749554,334.7856,54.894154,106.9213,53.313244,280.87726,1207.7168,295.1376,7.2046275,56.54986,447.6856,2302.03,43.779636,246.78145,23.306429,1.2123424,55.447147,1.089621,0.737935,2.482089,17.07779,62.27424,175.74544,23.756998,2215.839,80.11246,26.151114,32.806114,8.649923,63.399864,6.919937,2.2084274,10.62043,70.93072,2.5958526,2.9488344,5.7379937,37.652218,14.398733,2.6560438,19.50547,673.1673,71.55706,1432.0927,28.577768,2279.1008,52.759556,670.33704,959.1824,25.98399,13.8846035,1461.8964,2128.0537,5356.371,543.0452 +2023-05-07 03:00:00,0.0,5319.664,53.250446,26.110485,16.843739,41.333893,204.99594,32.798008,67.15973,23.832247,36.397762,447.17572,608.47614,20.582043,57.47395,4.5723104,1.441811,35.587696,24.585686,10.996556,484.84595,3.605042,356.3466,95.71325,2.388463,8.759514,121.4584,47.264267,226.85574,199.80267,4112.0405,1.8358827,2223.6274,8.008709,2.350451,1.3631333,11.842804,224.484,277.4398,55.565838,156.80443,31.947279,9.844356,833.99774,9.748283,67.626915,65.458176,420.99384,20.438902,375.19397,14.893989,55.507725,0.0,4146.2026,10178.524,10.783121,71.007805,73.35793,33499.895,137.22047,7.7595243,61.261787,95.53313,64.46538,20.248398,42.291225,716.3687,95.85686,43.373398,7.062901,11.614263,946.6034,15.294674,327.29086,72.25545,2289.0618,101.8308,134.11075,162.84273,230.33011,14.295523,27.077538,91.02754,11.734604,13.802145,28.986736,44.378395,126.66852,15.510346,12.90688,134.63356,18.271572,4164.2446,44.397053,44.052418,36.293808,43.66403,283.57593,85.55765,60.603832,18.045628,21.125607,41.580563,162.72012,191.40135,87.82238,302.76193,63.819553,51.10466,148.56119,227.91039,926.49274,166.18892,7.6863794,15.628125,8.687138,195.6345,14439.524,7.0677543,36.519196,52.90201,30.399551,352.40643,54.09852,181.43942,4.7539115,163.5867,643.12256,462.0844,72.29079,732.81506,51.812496,83.23258,168.82861,28.598907,4.9331574,20.874552,1219.3828,1.5227178,3.1774597,122.03041,9.397292,5.3253694,25.888803,35.350723,375.26083,92.04264,163.21655,1533.5507,170.239,2193.5024,1876.6648,13.693654,15.42732,9762.386,10.424114,33.794357,334.9034,54.969456,107.04405,53.344227,281.07825,1207.7201,295.1992,7.210628,56.592525,448.2714,2301.8958,43.773594,247.3738,23.362467,1.2118801,55.447426,1.0893875,0.73745203,2.4812682,17.103579,62.36858,175.94711,23.735928,2217.7605,80.304436,26.209389,32.866432,8.664746,63.444557,6.936626,2.2083938,10.652419,71.01618,2.6134562,2.955893,5.7475595,37.633568,14.395103,2.662695,19.543385,673.66626,71.65913,1434.3973,28.595558,2281.737,52.78799,670.08636,960.7438,26.028996,13.88295,1462.9097,2129.2085,5359.0884,542.7095 +2023-05-07 04:00:00,0.0,5326.354,53.298096,26.097437,16.852118,41.31464,204.96947,32.78921,67.12424,23.828308,36.378258,447.64816,608.43286,20.572205,57.523975,4.5780716,1.4456137,35.571445,24.625372,11.002986,484.721,3.609624,356.3148,95.67192,2.3857796,8.751693,121.44593,47.24566,226.77539,199.73857,4120.1323,1.8340087,2222.9153,7.9982543,2.3484788,1.3618699,11.831161,224.45409,277.4399,55.53407,157.10753,31.940458,9.84557,833.8439,9.740444,67.649925,65.48738,421.07703,20.476938,375.19193,14.908744,55.54647,0.0,4147.2886,10184.934,10.807544,71.125046,73.472664,33509.035,137.31715,7.7769485,61.25074,95.538666,64.52556,20.278345,42.297157,716.4523,95.9086,43.368378,7.073917,11.624099,946.9688,15.350044,327.45667,72.26909,2288.9534,101.88351,134.18663,162.85828,230.09062,14.290004,27.06357,90.95449,11.727688,13.793772,29.035072,44.421955,126.6167,15.51585,12.917831,134.77258,18.258904,4163.514,44.43606,44.134407,36.372025,43.70933,283.51523,85.611755,60.657257,18.058327,21.137081,41.610645,163.00691,191.42018,87.851616,302.8922,63.820156,51.15221,148.70706,227.92406,926.77454,166.25336,7.6819463,15.629167,8.686981,195.5112,14442.018,7.069407,36.49205,52.86756,30.408957,352.49228,54.14749,181.35704,4.754701,163.67741,642.854,461.7776,72.330894,732.1842,51.79444,83.20287,169.10155,28.58186,4.9295297,20.86483,1220.3403,1.5207635,3.173871,121.963066,9.400384,5.3254633,25.86558,35.325665,374.99307,92.01062,163.17374,1532.811,170.29814,2193.3003,1876.6793,13.703028,15.445476,9773.315,10.421972,33.839157,335.0212,55.04476,107.1668,53.375214,281.2792,1207.7234,295.26074,7.216628,56.635197,448.85718,2301.7617,43.767555,247.96613,23.418503,1.2114177,55.447704,1.0891541,0.73696905,2.480447,17.129368,62.462925,176.14879,23.714857,2219.6816,80.496414,26.267664,32.926746,8.67957,63.489246,6.9533153,2.2083602,10.684408,71.10164,2.63106,2.962952,5.7571254,37.614918,14.391475,2.6693459,19.5813,674.16516,71.76119,1436.702,28.613346,2284.3735,52.81642,669.83563,962.3052,26.074001,13.881295,1463.9231,2130.3633,5361.8057,542.3738 +2023-05-07 05:00:00,0.0,5333.044,53.345745,26.084389,16.860498,41.29539,204.94301,32.78042,67.08874,23.824371,36.358757,448.1206,608.3896,20.562366,57.574005,4.583833,1.4494165,35.55519,24.66506,11.009417,484.59607,3.614206,356.28296,95.63059,2.3830962,8.743872,121.433464,47.227047,226.69504,199.67445,4128.2236,1.8321347,2222.2031,7.9878006,2.3465066,1.3606066,11.819516,224.42418,277.44003,55.5023,157.41061,31.933636,9.846784,833.69,9.732604,67.67294,65.51659,421.16022,20.514977,375.18985,14.923498,55.585213,0.0,4148.375,10191.343,10.831965,71.24229,73.587395,33518.176,137.41382,7.794372,61.239693,95.544205,64.58575,20.308292,42.303093,716.5358,95.96035,43.363358,7.0849323,11.633936,947.3342,15.405415,327.6225,72.28273,2288.845,101.93621,134.26251,162.87383,229.85112,14.284485,27.049603,90.88144,11.720773,13.7853985,29.083406,44.46551,126.56488,15.521354,12.928783,134.9116,18.246235,4162.784,44.475067,44.216396,36.450245,43.754635,283.45453,85.66586,60.710686,18.071024,21.148554,41.640724,163.29369,191.43903,87.88085,303.02252,63.82076,51.199757,148.85295,227.93773,927.05634,166.3178,7.6775136,15.630209,8.686826,195.3879,14444.51,7.071059,36.464905,52.833107,30.418364,352.57816,54.19646,181.27464,4.7554913,163.76814,642.58545,461.47073,72.37101,731.5534,51.776386,83.17316,169.37447,28.564812,4.925902,20.855108,1221.298,1.5188092,3.1702824,121.89572,9.403475,5.325557,25.842356,35.300606,374.7253,91.9786,163.13092,1532.0713,170.35728,2193.098,1876.694,13.712401,15.463633,9784.246,10.419831,33.88396,335.139,55.120064,107.28955,53.406197,281.4802,1207.7267,295.32233,7.2226286,56.677868,449.44296,2301.6277,43.761513,248.55847,23.47454,1.2109553,55.447983,1.0889207,0.7364861,2.479626,17.155157,62.55727,176.35046,23.693787,2221.6028,80.68839,26.325941,32.987064,8.694393,63.53394,6.970004,2.2083266,10.716397,71.187096,2.6486635,2.9700105,5.766691,37.59627,14.387846,2.6759968,19.619217,674.6641,71.863266,1439.0068,28.631136,2287.0098,52.844852,669.5849,963.8666,26.119009,13.879642,1464.9364,2131.518,5364.5234,542.038 +2023-05-07 06:00:00,0.0,5339.7344,53.393394,26.07134,16.86888,41.276142,204.91653,32.77162,67.053246,23.820433,36.339256,448.59305,608.3464,20.552526,57.62403,4.589595,1.4532193,35.53894,24.704746,11.015847,484.47116,3.618788,356.25113,95.589264,2.3804128,8.736052,121.421,47.208435,226.6147,199.61034,4136.3154,1.8302608,2221.491,7.9773464,2.3445344,1.3593432,11.807873,224.39427,277.44016,55.47053,157.71371,31.926815,9.847997,833.5361,9.724765,67.69596,65.54579,421.2434,20.553015,375.1878,14.938253,55.623955,0.0,4149.461,10197.751,10.856388,71.35953,73.702126,33527.32,137.51048,7.811796,61.228645,95.549736,64.645935,20.338242,42.309025,716.6194,96.0121,43.358334,7.0959477,11.643772,947.69965,15.460785,327.7883,72.29637,2288.7366,101.988914,134.3384,162.88937,229.61163,14.278966,27.035637,90.80838,11.713857,13.777024,29.13174,44.509068,126.51306,15.526857,12.939735,135.05063,18.233566,4162.0537,44.514076,44.298386,36.528465,43.799934,283.39383,85.71997,60.764114,18.083723,21.160028,41.670803,163.58047,191.45787,87.91008,303.15283,63.821365,51.247307,148.99883,227.9514,927.33813,166.38223,7.673081,15.63125,8.68667,195.26459,14447.003,7.072712,36.43776,52.798653,30.427769,352.664,54.24543,181.19226,4.7562814,163.85887,642.3169,461.16388,72.41112,730.92255,51.75833,83.14344,169.64738,28.547766,4.9222746,20.845387,1222.2555,1.5168549,3.1666937,121.82838,9.406567,5.3256516,25.819132,35.275547,374.45752,91.94657,163.0881,1531.3317,170.41643,2192.8958,1876.7085,13.721774,15.481789,9795.177,10.41769,33.928764,335.2568,55.195366,107.4123,53.437183,281.68118,1207.73,295.3839,7.228629,56.720535,450.02878,2301.4934,43.755474,249.1508,23.530579,1.210493,55.44826,1.0886873,0.7360031,2.4788048,17.180948,62.65161,176.55214,23.672716,2223.5242,80.88038,26.384216,33.04738,8.709217,63.57863,6.9866934,2.208293,10.748387,71.27255,2.6662672,2.9770691,5.776257,37.57762,14.384216,2.6826477,19.657133,675.163,71.96533,1441.3115,28.648926,2289.646,52.873287,669.3342,965.428,26.164015,13.877988,1465.9497,2132.6729,5367.2407,541.7023 +2023-05-07 07:00:00,0.0,5346.4243,53.441044,26.058292,16.87726,41.256893,204.89008,32.762825,67.017746,23.816496,36.31975,449.0655,608.3031,20.542688,57.674057,4.595356,1.4570222,35.52269,24.744432,11.022277,484.34622,3.6233702,356.2193,95.547935,2.3777294,8.72823,121.40853,47.189827,226.53435,199.54623,4144.407,1.8283868,2220.7786,7.9668922,2.3425622,1.3580798,11.796229,224.36436,277.44028,55.438763,158.0168,31.919994,9.849211,833.3822,9.716925,67.71898,65.575,421.3266,20.591051,375.18573,14.953009,55.6627,0.0,4150.547,10204.16,10.88081,71.47677,73.81686,33536.46,137.60715,7.8292203,61.217598,95.555275,64.706116,20.368189,42.314957,716.70294,96.06384,43.353313,7.1069636,11.653608,948.065,15.516155,327.9541,72.31001,2288.6282,102.04162,134.41428,162.90492,229.37215,14.273447,27.02167,90.73533,11.706941,13.768651,29.180075,44.552624,126.46124,15.532362,12.950686,135.18965,18.220898,4161.323,44.553085,44.380375,36.60668,43.845238,283.3331,85.77407,60.81754,18.09642,21.171501,41.700882,163.86725,191.47672,87.939316,303.2831,63.821968,51.294853,149.14471,227.96509,927.61993,166.44667,7.6686482,15.632292,8.686515,195.14128,14449.495,7.0743647,36.410614,52.7642,30.437174,352.74988,54.2944,181.10986,4.7570715,163.9496,642.04834,460.85706,72.45123,730.2917,51.740276,83.11373,169.9203,28.530718,4.918647,20.835665,1223.2131,1.5149006,3.163105,121.76103,9.4096575,5.3257456,25.795906,35.25049,374.18976,91.91455,163.04529,1530.592,170.47557,2192.6936,1876.7231,13.731148,15.499945,9806.106,10.415548,33.973568,335.37457,55.270668,107.53505,53.468166,281.88217,1207.7334,295.44547,7.234629,56.763206,450.61456,2301.3594,43.74943,249.74315,23.586615,1.2100306,55.44854,1.0884539,0.7355201,2.4779837,17.206738,62.745956,176.7538,23.651646,2225.4453,81.07236,26.442492,33.107697,8.72404,63.62332,7.003382,2.2082593,10.780376,71.35801,2.683871,2.9841278,5.785823,37.55897,14.380588,2.6892989,19.69505,675.662,72.0674,1443.6162,28.666714,2292.2825,52.90172,669.0835,966.9894,26.209023,13.876334,1466.963,2133.8276,5369.9585,541.3665 +2023-05-07 08:00:00,0.0,5353.1143,53.488693,26.045244,16.885641,41.23764,204.8636,32.75403,66.982254,23.812557,36.30025,449.53793,608.2598,20.53285,57.724083,4.6011176,1.460825,35.50644,24.78412,11.0287075,484.22128,3.627952,356.1875,95.50661,2.375046,8.720409,121.39607,47.171215,226.45401,199.48212,4152.499,1.8265128,2220.0664,7.956438,2.34059,1.3568164,11.784584,224.33446,277.4404,55.406994,158.31989,31.913172,9.850424,833.22833,9.709085,67.74199,65.6042,421.4098,20.62909,375.1837,14.967764,55.701443,0.0,4151.633,10210.569,10.905232,71.59401,73.93159,33545.6,137.70381,7.8466444,61.20655,95.560814,64.766304,20.398136,42.320892,716.7865,96.11559,43.348293,7.117979,11.663445,948.4304,15.571527,328.11993,72.323654,2288.5198,102.09432,134.49016,162.92047,229.13264,14.267928,27.007702,90.66227,11.700025,13.760277,29.228409,44.59618,126.409424,15.537866,12.961638,135.32867,18.208231,4160.5933,44.592094,44.462364,36.684902,43.89054,283.2724,85.82818,60.870968,18.10912,21.182974,41.730965,164.15404,191.49556,87.96855,303.41342,63.82257,51.342403,149.29059,227.97876,927.90173,166.51112,7.664215,15.633333,8.686359,195.01796,14451.987,7.076017,36.38347,52.729748,30.44658,352.83572,54.34337,181.02748,4.7578616,164.04033,641.7798,460.5502,72.49134,729.6608,51.72222,83.084015,170.19324,28.513672,4.915019,20.825943,1224.1707,1.5129462,3.1595163,121.69369,9.412749,5.3258395,25.772682,35.225426,373.922,91.88253,163.00247,1529.8523,170.5347,2192.4912,1876.7377,13.7405205,15.518102,9817.037,10.413407,34.01837,335.49237,55.34597,107.6578,53.49915,282.08316,1207.7367,295.50705,7.2406297,56.805878,451.20035,2301.2253,43.74339,250.33548,23.642653,1.2095683,55.44882,1.0882205,0.73503715,2.4771628,17.232527,62.8403,176.95547,23.630573,2227.3665,81.264336,26.500767,33.16801,8.738864,63.66801,7.0200715,2.2082257,10.812366,71.44347,2.7014747,2.9911864,5.795388,37.54032,14.376959,2.6959498,19.732965,676.1609,72.16947,1445.9209,28.684504,2294.9187,52.930153,668.83276,968.5508,26.254028,13.8746805,1467.9763,2134.9824,5372.676,541.03076 +2023-05-07 09:00:00,0.0,5359.8047,53.536343,26.032196,16.894022,41.21839,204.83714,32.74523,66.946754,23.808619,36.28075,450.01038,608.21655,20.52301,57.774113,4.606879,1.4646277,35.490185,24.823807,11.035138,484.09634,3.6325343,356.15567,95.46528,2.3723626,8.712588,121.383606,47.152607,226.37366,199.418,4160.591,1.8246388,2219.3542,7.945984,2.3386178,1.355553,11.772941,224.30455,277.44052,55.375225,158.62299,31.906351,9.851638,833.07446,9.701246,67.76501,65.63341,421.49298,20.667128,375.1816,14.982519,55.740185,0.0,4152.7188,10216.979,10.929655,71.71124,74.04632,33554.742,137.80049,7.8640685,61.195503,95.56635,64.82649,20.428083,42.326824,716.8701,96.167336,43.343273,7.1289945,11.673282,948.79584,15.626897,328.28574,72.337296,2288.4114,102.147026,134.56604,162.93602,228.89316,14.262409,26.993734,90.58922,11.693109,13.751904,29.276743,44.639736,126.35761,15.543369,12.97259,135.46771,18.195562,4159.863,44.631104,44.544353,36.763123,43.93584,283.2117,85.882286,60.924397,18.121817,21.194448,41.761044,164.44081,191.51439,87.99779,303.54373,63.823174,51.38995,149.43648,227.99243,928.18353,166.57556,7.6597824,15.634376,8.686204,194.89465,14454.48,7.0776696,36.356327,52.695293,30.455986,352.9216,54.392338,180.94508,4.7586513,164.13104,641.51117,460.24335,72.531456,729.02997,51.704163,83.0543,170.46616,28.496624,4.9113913,20.816223,1225.1283,1.510992,3.1559277,121.62634,9.415841,5.325934,25.749458,35.200367,373.6542,91.8505,162.95966,1529.1127,170.59384,2192.289,1876.7523,13.749894,15.536258,9827.968,10.411266,34.06317,335.61017,55.421272,107.78054,53.530136,282.28415,1207.74,295.56863,7.24663,56.84855,451.78613,2301.091,43.73735,250.92783,23.698689,1.2091058,55.4491,1.0879871,0.73455423,2.4763417,17.258316,62.934647,177.15715,23.609503,2229.2878,81.456314,26.559044,33.228325,8.753687,63.7127,7.0367603,2.208192,10.844355,71.52892,2.7190783,2.9982452,5.804954,37.521675,14.373329,2.7026007,19.770882,676.6598,72.27154,1448.2256,28.702293,2297.555,52.958584,668.5821,970.1122,26.299034,13.873027,1468.9896,2136.1372,5375.3936,540.695 +2023-05-07 10:00:00,0.0,5366.4946,53.583992,26.019148,16.902403,41.199142,204.81067,32.73644,66.91126,23.804682,36.261246,450.48282,608.1733,20.513172,57.82414,4.6126404,1.4684305,35.473934,24.863495,11.041568,483.97144,3.6371162,356.12384,95.42395,2.3696792,8.704767,121.37114,47.133995,226.29332,199.3539,4168.682,1.8227649,2218.642,7.93553,2.3366456,1.3542897,11.761296,224.27466,277.44064,55.343456,158.92607,31.89953,9.852852,832.9206,9.693406,67.788025,65.66261,421.5762,20.705166,375.17953,14.997274,55.77893,0.0,4153.805,10223.387,10.954077,71.82848,74.16104,33563.883,137.89716,7.8814926,61.18446,95.571884,64.88667,20.458033,42.332756,716.9537,96.219086,43.33825,7.1400104,11.683119,949.16125,15.682267,328.45154,72.350945,2288.3027,102.19973,134.64192,162.95157,228.65367,14.25689,26.979767,90.51616,11.6861925,13.743529,29.325077,44.683292,126.30579,15.548873,12.9835415,135.60674,18.182894,4159.1323,44.670113,44.626343,36.84134,43.981144,283.15097,85.93639,60.97782,18.134516,21.205921,41.791122,164.7276,191.53323,88.027016,303.674,63.82378,51.4375,149.58235,228.0061,928.46533,166.64,7.6553497,15.635417,8.6860485,194.77135,14456.973,7.0793223,36.32918,52.66084,30.465391,353.00745,54.441307,180.8627,4.7594414,164.22177,641.2426,459.93652,72.57156,728.3991,51.686108,83.02459,170.73907,28.479578,4.9077635,20.806501,1226.0859,1.5090377,3.1523387,121.559006,9.418932,5.326028,25.726234,35.17531,373.38644,91.81848,162.91684,1528.373,170.65298,2192.087,1876.7668,13.759267,15.554414,9838.897,10.409124,34.107975,335.72797,55.496574,107.90329,53.56112,282.48514,1207.7433,295.6302,7.2526307,56.89122,452.37195,2300.957,43.731308,251.52016,23.754726,1.2086434,55.44938,1.0877537,0.73407125,2.4755206,17.284105,63.028988,177.35883,23.588432,2231.209,81.6483,26.61732,33.288643,8.76851,63.757393,7.0534496,2.2081587,10.876344,71.61439,2.736682,3.0053039,5.81452,37.503025,14.3697,2.7092516,19.808798,677.15875,72.373604,1450.5304,28.720081,2300.1914,52.987015,668.33136,971.6735,26.344042,13.871373,1470.0029,2137.292,5378.111,540.35925 +2023-05-07 11:00:00,0.0,5373.1846,53.63164,26.0061,16.910784,41.179893,204.78421,32.727642,66.87577,23.800743,36.241745,450.9553,608.13,20.503334,57.874165,4.618402,1.4722333,35.457684,24.903181,11.047998,483.8465,3.6416984,356.092,95.38262,2.3669958,8.696947,121.35867,47.115383,226.21297,199.28978,4176.774,1.8208909,2217.9297,7.925076,2.3346734,1.3530263,11.749653,224.24475,277.44077,55.311687,159.22917,31.89271,9.854065,832.7667,9.685567,67.811035,65.69182,421.6594,20.743202,375.1775,15.01203,55.817673,0.0,4154.891,10229.796,10.978499,71.945724,74.27577,33573.023,137.99382,7.8989167,61.173412,95.57742,64.94686,20.48798,42.33869,717.03723,96.270836,43.33323,7.151026,11.692955,949.5266,15.7376375,328.61734,72.364586,2288.1943,102.25243,134.7178,162.96712,228.41417,14.251371,26.9658,90.44311,11.679277,13.735156,29.373411,44.726852,126.253975,15.554377,12.9944935,135.74576,18.170225,4158.4023,44.709118,44.708332,36.91956,44.026447,283.09027,85.9905,61.03125,18.147213,21.217396,41.8212,165.01437,191.55208,88.05625,303.80432,63.824383,51.485046,149.72824,228.01979,928.74713,166.70444,7.650917,15.636458,8.685893,194.64804,14459.466,7.0809746,36.302036,52.626385,30.474798,353.09332,54.490276,180.7803,4.7602315,164.3125,640.97406,459.62967,72.61167,727.7683,51.668053,82.99487,171.01201,28.46253,4.9041357,20.79678,1227.0435,1.5070834,3.14875,121.49166,9.422024,5.326122,25.70301,35.15025,373.11868,91.78646,162.87401,1527.6333,170.71213,2191.8845,1876.7815,13.7686405,15.572571,9849.828,10.406983,34.15278,335.84576,55.571877,108.02604,53.592106,282.68613,1207.7466,295.69177,7.2586308,56.933887,452.95773,2300.823,43.72527,252.1125,23.810764,1.2081811,55.449657,1.0875204,0.7335883,2.4746995,17.309896,63.123333,177.56049,23.567362,2233.1301,81.84028,26.675594,33.348957,8.783334,63.802082,7.0701385,2.208125,10.908333,71.699844,2.7542858,3.0123625,5.8240857,37.484375,14.366072,2.7159028,19.846712,677.65765,72.47568,1452.8351,28.737871,2302.8276,53.01545,668.0807,973.2349,26.389048,13.8697195,1471.0162,2138.4468,5380.828,540.0235 +2023-05-07 12:00:00,0.0,5379.875,53.679295,25.993052,16.919165,41.16064,204.75774,32.718845,66.84027,23.796806,36.22224,451.42773,608.08673,20.493494,57.92419,4.6241636,1.4760361,35.44143,24.942867,11.054429,483.72156,3.6462803,356.0602,95.34129,2.3643124,8.689126,121.34621,47.096775,226.13261,199.22566,4184.8657,1.8190169,2217.2175,7.914622,2.3327012,1.3517629,11.738009,224.21484,277.4409,55.27992,159.53226,31.885887,9.855279,832.61285,9.677728,67.83405,65.721016,421.7426,20.78124,375.1754,15.026784,55.85642,0.0,4155.9775,10236.205,11.002921,72.062965,74.3905,33582.168,138.09048,7.9163404,61.162365,95.58296,65.00705,20.517927,42.344624,717.1208,96.32258,43.32821,7.162041,11.702791,949.892,15.793008,328.78317,72.37823,2288.086,102.30514,134.79369,162.98267,228.17468,14.245852,26.951832,90.37005,11.672361,13.726783,29.421745,44.770405,126.202156,15.55988,13.0054455,135.88478,18.157557,4157.672,44.748127,44.79032,36.99778,44.071747,283.02957,86.04461,61.08468,18.159912,21.228868,41.851284,165.30116,191.57092,88.08549,303.9346,63.824986,51.532597,149.87411,228.03346,929.02893,166.76888,7.646484,15.637501,8.685738,194.52473,14461.958,7.0826273,36.27489,52.591934,30.484203,353.17917,54.539246,180.69792,4.7610216,164.40323,640.7055,459.3228,72.65179,727.13745,51.649998,82.96516,171.28493,28.445484,4.900508,20.787058,1228.0011,1.5051291,3.1451614,121.42432,9.425115,5.326216,25.679787,35.12519,372.8509,91.75443,162.83119,1526.8937,170.77126,2191.6824,1876.796,13.778013,15.590727,9860.759,10.404842,34.197582,335.96353,55.64718,108.14879,53.62309,282.88712,1207.7499,295.75336,7.2646313,56.97656,453.54352,2300.6887,43.719227,252.70483,23.8668,1.2077187,55.449936,1.087287,0.7331053,2.4738784,17.335686,63.217678,177.76216,23.546291,2235.0515,82.03226,26.733871,33.409275,8.798157,63.846775,7.0868278,2.2080915,10.940323,71.7853,2.7718894,3.019421,5.8336515,37.465725,14.362443,2.7225537,19.884628,678.1566,72.57774,1455.1398,28.755661,2305.4639,53.04388,667.82996,974.7963,26.434055,13.868066,1472.0295,2139.6016,5383.546,539.68774 +2023-05-07 13:00:00,0.0,5386.565,53.726944,25.980003,16.927546,41.14139,204.73126,32.71005,66.80478,23.792868,36.20274,451.90018,608.04346,20.483656,57.97422,4.629925,1.479839,35.42518,24.982555,11.060859,483.59662,3.6508622,356.02838,95.299965,2.361629,8.681305,121.33375,47.078163,226.05228,199.16154,4192.9575,1.817143,2216.5054,7.9041677,2.330729,1.3504995,11.726365,224.18494,277.44098,55.24815,159.83534,31.879066,9.856493,832.4589,9.669888,67.85707,65.75022,421.8258,20.819279,375.17337,15.041539,55.89516,0.0,4157.0635,10242.613,11.027344,72.18021,74.50523,33591.31,138.18715,7.9337645,61.151318,95.5885,65.06723,20.547876,42.350555,717.20435,96.37433,43.32319,7.173057,11.712628,950.25745,15.848378,328.94897,72.39187,2287.9775,102.35784,134.86957,162.99821,227.9352,14.240334,26.937864,90.297,11.665445,13.718409,29.470081,44.813965,126.15034,15.565384,13.016397,136.0238,18.144888,4156.9414,44.787136,44.87231,37.075996,44.11705,282.96887,86.09872,61.138103,18.17261,21.240343,41.881363,165.58794,191.58977,88.114716,304.0649,63.82559,51.580143,150.02,228.04713,929.3107,166.83331,7.642051,15.638542,8.685582,194.40143,14464.451,7.08428,36.247746,52.55748,30.49361,353.26505,54.588215,180.61552,4.7618117,164.49396,640.43695,459.016,72.691895,726.5066,51.631943,82.93544,171.55785,28.428436,4.8968806,20.777336,1228.9586,1.5031748,3.1415727,121.35697,9.428206,5.32631,25.656563,35.100132,372.58313,91.72241,162.78838,1526.154,170.8304,2191.4802,1876.8107,13.787387,15.608883,9871.689,10.4027,34.242386,336.08133,55.72248,108.27154,53.654076,283.0881,1207.7532,295.8149,7.270632,57.01923,454.1293,2300.5547,43.713184,253.29718,23.922838,1.2072563,55.450214,1.0870535,0.7326223,2.4730575,17.361475,63.312023,177.96384,23.52522,2236.9727,82.224236,26.792147,33.46959,8.812981,63.891464,7.1035166,2.2080579,10.972312,71.87076,2.789493,3.02648,5.8432174,37.447075,14.358813,2.7292047,19.922544,678.6555,72.67981,1457.4445,28.773449,2308.1003,53.07231,667.5792,976.3577,26.479061,13.866412,1473.0428,2140.7563,5386.263,539.352 +2023-05-07 14:00:00,0.0,5393.255,53.774593,25.966955,16.935926,41.122143,204.7048,32.701252,66.76928,23.78893,36.18324,452.37262,608.00024,20.473818,58.024246,4.6356864,1.4836417,35.408928,25.022242,11.067289,483.4717,3.6554444,355.99655,95.25864,2.3589456,8.673484,121.32128,47.059555,225.97192,199.09744,4201.0493,1.8152691,2215.7932,7.8937135,2.3287568,1.349236,11.714721,224.15503,277.4411,55.21638,160.13844,31.872246,9.857706,832.30505,9.662048,67.88008,65.77943,421.909,20.857315,375.1713,15.056294,55.933903,0.0,4158.1494,10249.022,11.051766,72.29745,74.619965,33600.45,138.28383,7.9511886,61.14027,95.59404,65.12742,20.577824,42.35649,717.2879,96.42608,43.318165,7.1840725,11.722465,950.62286,15.903749,329.11478,72.40551,2287.8691,102.410545,134.94545,163.01376,227.6957,14.234815,26.923897,90.223946,11.658529,13.710035,29.518415,44.85752,126.09852,15.570888,13.0273485,136.16283,18.13222,4156.2114,44.826145,44.9543,37.154217,44.162354,282.90814,86.152824,61.191532,18.185308,21.251816,41.91144,165.87473,191.60861,88.14395,304.19522,63.826195,51.627693,150.16588,228.06082,929.5925,166.89775,7.6376185,15.639584,8.685427,194.27812,14466.943,7.0859323,36.2206,52.523026,30.503016,353.3509,54.637184,180.53314,4.7626014,164.58467,640.1684,458.70914,72.73201,725.87573,51.613888,82.90573,171.83076,28.41139,4.893253,20.767614,1229.9163,1.5012205,3.137984,121.28963,9.431297,5.326404,25.633339,35.07507,372.31537,91.69039,162.74556,1525.4144,170.88954,2191.2778,1876.8252,13.79676,15.62704,9882.619,10.400559,34.287186,336.19913,55.797783,108.39429,53.68506,283.28906,1207.7566,295.8765,7.276632,57.061897,454.7151,2300.4207,43.707146,253.88951,23.978876,1.206794,55.450493,1.0868201,0.73213935,2.4722364,17.387264,63.406364,178.16551,23.504148,2238.894,82.41622,26.850422,33.529907,8.827804,63.936157,7.120206,2.2080243,11.004301,71.956215,2.8070967,3.0335386,5.852783,37.42843,14.355185,2.7358556,19.96046,679.1545,72.78188,1459.7491,28.791239,2310.7366,53.100746,667.32855,977.9191,26.524067,13.864758,1474.0562,2141.9111,5388.981,539.01624 +2023-05-07 15:00:00,0.0,5399.9453,53.822243,25.953907,16.944307,41.102894,204.67833,32.692455,66.73379,23.784992,36.163734,452.84506,607.957,20.463978,58.074272,4.641448,1.4874445,35.392677,25.061928,11.07372,483.34677,3.6600263,355.96472,95.21731,2.3562622,8.665664,121.308815,47.040943,225.89159,199.03333,4209.141,1.8133951,2215.081,7.8832593,2.3267846,1.3479726,11.703077,224.12512,277.44122,55.184612,160.44153,31.865423,9.85892,832.1512,9.654209,67.9031,65.80863,421.9922,20.895353,375.16925,15.07105,55.97265,0.0,4159.2354,10255.432,11.076188,72.41469,74.734695,33609.59,138.3805,7.9686127,61.129223,95.59958,65.18761,20.60777,42.362423,717.37146,96.47782,43.313145,7.195088,11.732301,950.9883,15.95912,329.2806,72.41915,2287.7607,102.46325,135.02133,163.02931,227.4562,14.229296,26.90993,90.15089,11.651613,13.701661,29.56675,44.901077,126.04671,15.576391,13.0383005,136.30185,18.11955,4155.481,44.865154,45.03629,37.232437,44.207653,282.84744,86.20693,61.24496,18.198006,21.263288,41.94152,166.1615,191.62744,88.17319,304.3255,63.826797,51.67524,150.31177,228.0745,929.8743,166.96219,7.633186,15.640625,8.685271,194.15482,14469.437,7.087585,36.193455,52.48857,30.51242,353.43677,54.686153,180.45074,4.7633915,164.6754,639.89984,458.40228,72.77212,725.2449,51.59583,82.876015,172.1037,28.394342,4.889625,20.757893,1230.8738,1.4992661,3.1343954,121.22228,9.434389,5.3264985,25.610115,35.05001,372.04758,91.65837,162.70274,1524.6747,170.94868,2191.0757,1876.8398,13.806133,15.645196,9893.55,10.398418,34.33199,336.31693,55.873085,108.51704,53.716045,283.49005,1207.7599,295.93808,7.2826324,57.10457,455.3009,2300.2864,43.701103,254.48186,24.034912,1.2063316,55.45077,1.0865867,0.7316564,2.4714153,17.413054,63.50071,178.36717,23.483078,2240.8152,82.6082,26.908697,33.59022,8.842627,63.980846,7.1368947,2.2079906,11.03629,72.04167,2.8247004,3.0405972,5.862349,37.40978,14.351556,2.7425067,19.998377,679.6534,72.88395,1462.054,28.809029,2313.3728,53.129177,667.0778,979.4805,26.569075,13.863104,1475.0695,2143.066,5391.698,538.6805 +2023-05-07 16:00:00,0.0,5406.6353,53.869892,25.940859,16.952688,41.08364,204.65187,32.683662,66.698296,23.781054,36.144234,453.3175,607.9137,20.45414,58.1243,4.647209,1.4912473,35.376423,25.101616,11.08015,483.22183,3.6646085,355.93292,95.17598,2.3535786,8.657843,121.29635,47.02233,225.81123,198.96921,4217.2324,1.8115212,2214.3687,7.8728056,2.3248124,1.3467093,11.691433,224.09523,277.44135,55.152843,160.74463,31.858603,9.860133,831.9973,9.646369,67.92612,65.83784,422.07538,20.933392,375.16718,15.085805,56.01139,0.0,4160.322,10261.84,11.100611,72.53192,74.84943,33618.73,138.47716,7.986037,61.118176,95.60512,65.24779,20.63772,42.368355,717.4551,96.52957,43.308125,7.206104,11.742138,951.35364,16.01449,329.4464,72.43279,2287.6523,102.51595,135.09721,163.04486,227.21672,14.223777,26.895962,90.077835,11.644697,13.693288,29.615084,44.944633,125.99489,15.581895,13.0492525,136.44087,18.106882,4154.7505,44.904163,45.11828,37.310654,44.252956,282.78674,86.26104,61.298386,18.210705,21.274763,41.971603,166.44829,191.64629,88.20242,304.4558,63.8274,51.72279,150.45764,228.08817,930.1562,167.02663,7.6287527,15.641667,8.685115,194.03151,14471.929,7.0892377,36.16631,52.45412,30.521828,353.5226,54.735123,180.36836,4.7641816,164.76613,639.6312,458.09546,72.81223,724.614,51.577774,82.8463,172.37662,28.377296,4.8859973,20.74817,1231.8314,1.4973118,3.1308067,121.15494,9.437481,5.3265924,25.586891,35.024952,371.77982,91.62634,162.65993,1523.935,171.00783,2190.8735,1876.8544,13.815507,15.663352,9904.48,10.396276,34.376793,336.4347,55.948387,108.639786,53.74703,283.69104,1207.7632,295.99963,7.288633,57.14724,455.8867,2300.1523,43.695065,255.0742,24.09095,1.2058692,55.45105,1.0863533,0.73117346,2.4705942,17.438845,63.595055,178.56885,23.462008,2242.7363,82.80018,26.966974,33.65054,8.8574505,64.025536,7.153584,2.207957,11.068279,72.12714,2.8423042,3.0476558,5.871915,37.39113,14.347926,2.7491577,20.036293,680.15234,72.98602,1464.3586,28.826817,2316.0093,53.157608,666.8271,981.04193,26.61408,13.86145,1476.0828,2144.2207,5394.4155,538.3447 +2023-05-07 17:00:00,0.0,5413.3257,53.91754,25.92781,16.96107,41.064392,204.6254,32.674866,66.662796,23.777117,36.124733,453.78995,607.8704,20.444302,58.174328,4.652971,1.4950501,35.360172,25.141302,11.08658,483.09692,3.6691904,355.9011,95.13465,2.3508952,8.650022,121.28388,47.003723,225.73088,198.9051,4225.324,1.8096472,2213.6565,7.8623514,2.3228402,1.3454459,11.67979,224.06532,277.44147,55.121075,161.04771,31.851782,9.861347,831.84344,9.63853,67.94913,65.86704,422.15857,20.971428,375.16513,15.10056,56.050133,0.0,4161.4077,10268.249,11.125032,72.64916,74.96416,33627.87,138.57382,8.003461,61.10713,95.61064,65.307976,20.667667,42.37429,717.53864,96.581314,43.303104,7.217119,11.751974,951.71906,16.06986,329.6122,72.44644,2287.544,102.56866,135.1731,163.06041,226.97722,14.218258,26.881994,90.004776,11.637782,13.684915,29.663418,44.98819,125.94307,15.587399,13.060204,136.5799,18.094213,4154.0205,44.943172,45.200268,37.388874,44.29826,282.72604,86.31515,61.351814,18.223402,21.286236,42.001682,166.73506,191.66513,88.23165,304.58612,63.828007,51.77034,150.60353,228.10184,930.438,167.09106,7.62432,15.642709,8.684959,193.90819,14474.421,7.09089,36.139164,52.419666,30.531233,353.60846,54.784092,180.28596,4.7649717,164.85686,639.3627,457.7886,72.85234,723.9832,51.55972,82.81659,172.64954,28.360249,4.8823695,20.73845,1232.7891,1.4953576,3.1272178,121.08759,9.440572,5.3266864,25.563665,34.999893,371.51205,91.59432,162.61711,1523.1954,171.06696,2190.6711,1876.869,13.82488,15.681509,9915.41,10.394135,34.421597,336.5525,56.023693,108.762535,53.778015,283.89203,1207.7665,296.06122,7.2946334,57.18991,456.47247,2300.0183,43.689022,255.66653,24.146986,1.2054069,55.45133,1.0861199,0.7306905,2.4697733,17.464634,63.6894,178.77052,23.440937,2244.6577,82.99216,27.02525,33.710854,8.872273,64.07023,7.170273,2.2079234,11.100268,72.21259,2.8599079,3.0547144,5.8814807,37.37248,14.344297,2.7558086,20.07421,680.65125,73.08809,1466.6633,28.844606,2318.6455,53.186043,666.5764,982.60333,26.659088,13.859797,1477.0961,2145.3755,5397.1333,538.00903 +2023-05-07 18:00:00,0.0,5420.0156,53.96519,25.914762,16.96945,41.045143,204.59894,32.66607,66.627304,23.773178,36.10523,454.26242,607.82715,20.434464,58.224354,4.6587324,1.4988528,35.34392,25.18099,11.093011,482.972,3.6737726,355.86926,95.09332,2.3482118,8.6422,121.27142,46.98511,225.65054,198.84099,4233.416,1.8077732,2212.9443,7.8518972,2.320868,1.3441825,11.668146,224.03542,277.4416,55.089306,161.3508,31.844961,9.862561,831.6896,9.63069,67.972145,65.89625,422.24176,21.009466,375.16306,15.115315,56.08888,0.0,4162.4937,10274.658,11.149455,72.7664,75.07889,33637.016,138.6705,8.0208845,61.09608,95.61618,65.368164,20.697615,42.380222,717.6222,96.633064,43.29808,7.2281346,11.76181,952.0845,16.12523,329.778,72.46008,2287.4355,102.62136,135.24898,163.07596,226.73773,14.212739,26.868027,89.931725,11.630866,13.67654,29.711752,45.031746,125.89125,15.592902,13.071156,136.71892,18.081545,4153.29,44.982178,45.282257,37.467094,44.34356,282.6653,86.36925,61.405243,18.236101,21.29771,42.03176,167.02184,191.68398,88.26089,304.7164,63.82861,51.817886,150.7494,228.11552,930.7198,167.15552,7.6198874,15.64375,8.684804,193.78488,14476.914,7.0925426,36.11202,52.385212,30.540638,353.69434,54.833065,180.20358,4.765762,164.94759,639.0941,457.48175,72.89245,723.35236,51.541664,82.78687,172.92247,28.343203,4.8787417,20.728727,1233.7466,1.4934033,3.123629,121.02025,9.443664,5.326781,25.540442,34.974834,371.24426,91.5623,162.57428,1522.4558,171.1261,2190.469,1876.8835,13.834253,15.699665,9926.341,10.3919935,34.4664,336.6703,56.098995,108.885284,53.809,284.09302,1207.7698,296.12277,7.3006334,57.232582,457.05826,2299.884,43.682983,256.25888,24.203024,1.2049445,55.451607,1.0858865,0.7302075,2.4689522,17.490423,63.78374,178.9722,23.419867,2246.5789,83.18414,27.083525,33.771168,8.887097,64.11492,7.186962,2.2078898,11.132257,72.29805,2.8775115,3.0617733,5.8910465,37.353832,14.340669,2.7624595,20.112125,681.1502,73.190155,1468.968,28.862396,2321.2817,53.214474,666.3257,984.16473,26.704094,13.858143,1478.1094,2146.5303,5399.8506,537.6733 +2023-05-07 19:00:00,0.0,5426.7056,54.01284,25.901714,16.97783,41.02589,204.57246,32.657272,66.591805,23.769241,36.085728,454.73486,607.7839,20.424623,58.27438,4.6644936,1.5026557,35.327667,25.220676,11.099441,482.84705,3.6783545,355.83746,95.051994,2.3455284,8.634379,121.25896,46.966503,225.57019,198.77687,4241.508,1.8058993,2212.2322,7.841443,2.3188958,1.3429191,11.656501,224.00551,277.4417,55.057533,161.6539,31.838139,9.863774,831.5357,9.62285,67.99516,65.92545,422.32495,21.047504,375.161,15.13007,56.12762,0.0,4163.58,10281.067,11.173877,72.883644,75.19362,33646.156,138.76717,8.038309,61.085033,95.62173,65.428345,20.727564,42.386158,717.70575,96.684814,43.29306,7.2391505,11.771647,952.4499,16.180601,329.94385,72.473724,2287.3271,102.674065,135.32486,163.0915,226.49825,14.20722,26.854061,89.858665,11.62395,13.668167,29.760086,45.075302,125.83943,15.598406,13.082108,136.85794,18.068876,4152.5596,45.021187,45.364246,37.54531,44.388863,282.6046,86.423355,61.458668,18.248798,21.309183,42.06184,167.30862,191.70282,88.29012,304.8467,63.829212,51.865437,150.8953,228.1292,931.0016,167.21996,7.6154547,15.644792,8.6846485,193.66158,14479.406,7.0941954,36.084873,52.350758,30.550045,353.78018,54.882034,180.12119,4.7665515,165.0383,638.82556,457.1749,72.93256,722.7215,51.52361,82.75716,173.19539,28.326155,4.875114,20.719006,1234.7042,1.491449,3.1200404,120.9529,9.446754,5.3268747,25.517218,34.94977,370.9765,91.53027,162.53146,1521.7161,171.18524,2190.2666,1876.8982,13.843626,15.717821,9937.271,10.389853,34.5112,336.7881,56.174297,109.00803,53.83998,284.294,1207.7731,296.18436,7.306634,57.27525,457.64407,2299.75,43.67694,256.85123,24.259062,1.2044821,55.451885,1.0856531,0.7297245,2.468131,17.516212,63.878086,179.17386,23.398796,2248.5,83.37612,27.1418,33.831486,8.90192,64.15961,7.203651,2.2078562,11.1642475,72.38351,2.8951151,3.068832,5.900612,37.335182,14.337039,2.7691107,20.150042,681.6491,73.29223,1471.2727,28.880184,2323.9182,53.24291,666.07495,985.7261,26.749102,13.856489,1479.1228,2147.685,5402.5684,537.3375 +2023-05-07 20:00:00,0.0,5433.396,54.06049,25.888666,16.98621,41.00664,204.54599,32.648476,66.55631,23.765303,36.066227,455.2073,607.7406,20.414785,58.324406,4.670255,1.5064585,35.311417,25.260363,11.105871,482.7221,3.6829367,355.80563,95.010666,2.342845,8.626559,121.24649,46.94789,225.48985,198.71275,4249.5996,1.8040253,2211.52,7.830989,2.3169236,1.3416557,11.644857,223.9756,277.44183,55.025764,161.95699,31.831318,9.864988,831.3818,9.615011,68.01817,65.95466,422.40814,21.08554,375.15894,15.144825,56.166363,0.0,4164.666,10287.476,11.198299,73.000885,75.30835,33655.297,138.86383,8.055733,61.073986,95.62726,65.48853,20.757511,42.39209,717.7893,96.73656,43.28804,7.250166,11.781484,952.8153,16.235971,330.10965,72.487366,2287.2185,102.72677,135.40074,163.10704,226.25874,14.201701,26.840094,89.785614,11.617034,13.659793,29.808422,45.11886,125.78761,15.60391,13.09306,136.99698,18.056208,4151.8296,45.060196,45.446236,37.62353,44.434166,282.5439,86.47746,61.512096,18.261497,21.320658,42.091923,167.5954,191.72166,88.31936,304.97702,63.829815,51.912983,151.04117,228.14287,931.2834,167.2844,7.6110215,15.645834,8.684493,193.53827,14481.899,7.0958476,36.057728,52.316307,30.55945,353.86606,54.931004,180.0388,4.7673416,165.12903,638.557,456.86807,72.97267,722.09064,51.505554,82.72745,173.4683,28.309107,4.871486,20.709284,1235.6617,1.4894947,3.1164517,120.88556,9.449846,5.3269687,25.493994,34.924713,370.70874,91.49825,162.48865,1520.9764,171.24438,2190.0645,1876.9128,13.853,15.735978,9948.201,10.387712,34.556004,336.90588,56.2496,109.130775,53.870968,284.495,1207.7765,296.24594,7.3126345,57.31792,458.22986,2299.616,43.6709,257.44354,24.315098,1.2040198,55.452168,1.0854197,0.72924155,2.46731,17.542004,63.97243,179.37553,23.377724,2250.4214,83.5681,27.200077,33.8918,8.916743,64.2043,7.2203403,2.2078226,11.196237,72.46896,2.9127188,3.0758905,5.9101777,37.316532,14.33341,2.7757616,20.187956,682.148,73.394295,1473.5775,28.897974,2326.5544,53.27134,665.8243,987.2875,26.794107,13.8548355,1480.1361,2148.8398,5405.2856,537.0018 +2023-05-07 21:00:00,0.0,5440.086,54.10814,25.875618,16.99459,40.987392,204.51953,32.639683,66.52082,23.761366,36.046722,455.67975,607.6974,20.404947,58.374435,4.676017,1.5102613,35.295166,25.30005,11.112302,482.5972,3.6875186,355.7738,94.96934,2.3401616,8.618738,121.234024,46.92928,225.4095,198.64865,4257.691,1.8021513,2210.8076,7.820535,2.3149514,1.3403924,11.633213,223.9457,277.44196,54.993996,162.26009,31.824497,9.866202,831.2279,9.607171,68.04119,65.98386,422.49133,21.123579,375.1569,15.15958,56.20511,0.0,4165.752,10293.885,11.222722,73.118126,75.42308,33664.438,138.9605,8.073157,61.06294,95.6328,65.54872,20.787458,42.39802,717.87286,96.78831,43.283016,7.261182,11.791321,953.18066,16.291342,330.27545,72.50101,2287.11,102.77947,135.47662,163.12259,226.01926,14.196182,26.826126,89.712555,11.610118,13.65142,29.856756,45.162415,125.735794,15.609414,13.104011,137.136,18.04354,4151.099,45.099205,45.528225,37.70175,44.479465,282.4832,86.53157,61.565525,18.274195,21.33213,42.122,167.88219,191.7405,88.34859,305.1073,63.83042,51.960533,151.18706,228.15654,931.5652,167.34883,7.606589,15.646875,8.684338,193.41496,14484.392,7.0975003,36.030582,52.281853,30.568855,353.9519,54.979973,179.9564,4.7681317,165.21976,638.28845,456.56122,73.01279,721.4598,51.487495,82.69773,173.74123,28.29206,4.867859,20.699562,1236.6194,1.4875404,3.112863,120.818214,9.452937,5.3270626,25.47077,34.899654,370.44095,91.46623,162.44583,1520.2368,171.30353,2189.8623,1876.9274,13.862372,15.754134,9959.132,10.38557,34.600807,337.02365,56.3249,109.253525,53.90195,284.69598,1207.7798,296.3075,7.3186345,57.36059,458.81564,2299.4817,43.66486,258.0359,24.371136,1.2035574,55.452446,1.0851862,0.7287586,2.4664888,17.567793,64.06677,179.57721,23.356653,2252.3425,83.76008,27.258352,33.952118,8.931567,64.24899,7.237029,2.207789,11.228226,72.55442,2.9303226,3.0829492,5.9197435,37.297882,14.329782,2.7824125,20.225872,682.647,73.49636,1475.8822,28.915764,2329.1907,53.29977,665.57355,988.8489,26.839113,13.853182,1481.1494,2149.9946,5408.0034,536.666 +2023-05-07 22:00:00,0.0,5446.776,54.15579,25.86257,17.002972,40.968143,204.49306,32.630886,66.48532,23.757427,36.02722,456.1522,607.6541,20.395107,58.42446,4.681778,1.5140641,35.27891,25.339737,11.1187315,482.47226,3.6921008,355.74197,94.92801,2.3374782,8.610917,121.22156,46.91067,225.32915,198.58453,4265.7827,1.8002774,2210.0955,7.810081,2.3129792,1.339129,11.62157,223.91579,277.44208,54.962227,162.56317,31.817675,9.867415,831.07404,9.599332,68.06421,66.01306,422.57455,21.161617,375.15482,15.1743355,56.24385,0.0,4166.838,10300.294,11.247144,73.23537,75.53781,33673.58,139.05716,8.090581,61.05189,95.638336,65.6089,20.817406,42.403957,717.9564,96.84006,43.277996,7.2721972,11.801157,953.5461,16.346712,330.44128,72.51465,2287.0017,102.83218,135.5525,163.13814,225.77977,14.190663,26.812159,89.6395,11.603202,13.643046,29.90509,45.20597,125.68398,15.614918,13.114963,137.27502,18.03087,4150.3687,45.138214,45.610214,37.77997,44.52477,282.4225,86.58568,61.61895,18.286894,21.343603,42.15208,168.16896,191.75934,88.37782,305.2376,63.831024,52.00808,151.33293,228.17023,931.847,167.41327,7.602156,15.647917,8.684182,193.29166,14486.885,7.099153,36.003437,52.2474,30.578262,354.03778,55.028942,179.87402,4.768922,165.31049,638.0199,456.25436,73.052895,720.8289,51.46944,82.668015,174.01416,28.275013,4.864231,20.68984,1237.5769,1.485586,3.1092744,120.75087,9.456029,5.327157,25.447546,34.874596,370.1732,91.434204,162.40302,1519.4971,171.36266,2189.66,1876.942,13.871746,15.77229,9970.0625,10.383429,34.64561,337.14145,56.400204,109.376274,53.932938,284.89697,1207.7831,296.36908,7.324635,57.40326,459.40143,2299.3477,43.658817,258.62823,24.427174,1.203095,55.452724,1.0849528,0.7282756,2.465668,17.593582,64.16112,179.77888,23.335583,2254.2637,83.952065,27.316628,34.012432,8.94639,64.293686,7.2537184,2.2077553,11.260215,72.63988,2.9479263,3.090008,5.9293094,37.279232,14.326152,2.7890635,20.263788,683.1459,73.598434,1478.1869,28.933552,2331.827,53.328205,665.3228,990.4103,26.88412,13.851528,1482.1627,2151.1494,5410.7207,536.33026 +2023-05-07 23:00:00,0.0,5453.4663,54.203438,25.849522,17.011353,40.94889,204.4666,32.62209,66.44983,23.75349,36.00772,456.62463,607.61084,20.38527,58.474487,4.6875396,1.5178668,35.26266,25.379425,11.125162,482.34732,3.6966827,355.71017,94.88667,2.3347948,8.603096,121.2091,46.89206,225.24881,198.52042,4273.8745,1.7984034,2209.3833,7.799627,2.311007,1.3378656,11.609926,223.8859,277.4422,54.930458,162.86626,31.810854,9.868629,830.92017,9.591493,68.08722,66.04227,422.65775,21.199654,375.15277,15.189091,56.282593,0.0,4167.9243,10306.702,11.271566,73.3526,75.65254,33682.72,139.15384,8.108005,61.040844,95.643875,65.66909,20.847355,42.40989,718.04,96.8918,43.272976,7.2832127,11.810993,953.9115,16.402084,330.6071,72.52829,2286.8933,102.88488,135.62839,163.15369,225.54027,14.185144,26.798191,89.56645,11.596287,13.634672,29.953424,45.249527,125.632164,15.620421,13.125915,137.41405,18.018202,4149.6387,45.177223,45.692204,37.85819,44.570072,282.3618,86.639786,61.67238,18.299591,21.355078,42.18216,168.45575,191.77818,88.40706,305.36792,63.831627,52.05563,151.47882,228.1839,932.1288,167.4777,7.5977235,15.648958,8.684027,193.16835,14489.377,7.1008053,35.976295,52.212944,30.587667,354.12363,55.07791,179.79163,4.769712,165.40121,637.7513,455.94754,73.09301,720.1981,51.451385,82.638306,174.28708,28.257967,4.8606033,20.680119,1238.5345,1.4836317,3.1056857,120.683525,9.45912,5.327251,25.424322,34.849537,369.90543,91.40218,162.3602,1518.7574,171.4218,2189.4578,1876.9565,13.881119,15.790447,9980.993,10.381288,34.690414,337.25925,56.475506,109.49902,53.96392,285.09796,1207.7864,296.43066,7.3306355,57.44593,459.9872,2299.2136,43.65278,259.22058,24.48321,1.2026327,55.453003,1.0847194,0.7277927,2.4648468,17.619371,64.25546,179.98055,23.314512,2256.185,84.14404,27.374903,34.07275,8.961214,64.33837,7.2704077,2.2077217,11.292204,72.72534,2.96553,3.0970666,5.938875,37.260586,14.322523,2.7957146,20.301704,683.64484,73.7005,1480.4916,28.951342,2334.4634,53.356636,665.07214,991.9717,26.929127,13.849874,1483.176,2152.3042,5413.438,535.9945 +2023-05-08 00:00:00,0.0,5460.1562,54.251087,25.836473,17.019733,40.92964,204.44012,32.613293,66.41433,23.749552,35.988216,457.09708,607.56757,20.375431,58.524513,4.693301,1.5216696,35.24641,25.419111,11.131593,482.2224,3.7012646,355.67834,94.845345,2.3321114,8.595276,121.19663,46.873447,225.16846,198.45631,4281.9663,1.7965294,2208.6711,7.7891726,2.3090348,1.3366022,11.598282,223.85599,277.44232,54.89869,163.16936,31.804033,9.869843,830.7663,9.5836525,68.11024,66.07147,422.74094,21.237692,375.1507,15.203846,56.32134,0.0,4169.0107,10313.111,11.295988,73.46984,75.76727,33691.863,139.2505,8.125429,61.0298,95.64941,65.72928,20.877302,42.41582,718.1236,96.94355,43.267956,7.2942286,11.82083,954.2769,16.457455,330.7729,72.54194,2286.785,102.937584,135.70427,163.16924,225.30078,14.1796255,26.784224,89.49339,11.589371,13.626299,30.001759,45.293083,125.580345,15.625925,13.136866,137.55307,18.005533,4148.908,45.21623,45.774193,37.93641,44.61537,282.3011,86.69389,61.725807,18.31229,21.36655,42.212242,168.74252,191.79703,88.436295,305.4982,63.832233,52.103176,151.6247,228.19757,932.4106,167.54214,7.5932903,15.650001,8.683871,193.04504,14491.87,7.102458,35.94915,52.178493,30.597075,354.2095,55.12688,179.70924,4.7705016,165.49193,637.4827,455.6407,73.13312,719.56726,51.43333,82.60859,174.56,28.24092,4.8569756,20.670397,1239.4922,1.4816775,3.1020968,120.61618,9.462212,5.327345,25.401098,34.824474,369.63763,91.37016,162.31738,1518.0178,171.48094,2189.2556,1876.9712,13.890492,15.808603,9991.923,10.379146,34.735214,337.37704,56.550808,109.62177,53.994907,285.29892,1207.7897,296.49222,7.336636,57.4886,460.57303,2299.0793,43.646736,259.8129,24.539248,1.2021703,55.45328,1.0844861,0.7273097,2.4640257,17.64516,64.34981,180.18222,23.293442,2258.1062,84.33602,27.43318,34.133064,8.976037,64.383064,7.2870965,2.207688,11.324193,72.8108,2.9831336,3.1041253,5.948441,37.241936,14.318894,2.8023655,20.33962,684.14374,73.80257,1482.7963,28.969131,2337.0996,53.385067,664.8214,993.5331,26.974134,13.84822,1484.1893,2153.459,5416.156,535.65875 +2023-05-08 01:00:00,0.0,5466.846,54.298737,25.823425,17.028114,40.910393,204.41367,32.604496,66.37884,23.745613,35.968716,457.56952,607.5243,20.365591,58.574543,4.6990623,1.5254724,35.23016,25.458797,11.138022,482.09747,3.7058468,355.6465,94.804016,2.329428,8.587455,121.184166,46.85484,225.08812,198.3922,4290.058,1.7946556,2207.9587,7.7787185,2.3070626,1.3353387,11.5866375,223.82608,277.4424,54.86692,163.47244,31.79721,9.871057,830.6124,9.575813,68.133255,66.10068,422.82413,21.27573,375.14865,15.218601,56.36008,0.0,4170.0967,10319.5205,11.320411,73.58708,75.881996,33701.004,139.34717,8.142853,61.018753,95.654945,65.78946,20.90725,42.421757,718.20715,96.99529,43.26293,7.305244,11.830667,954.64233,16.512825,330.93872,72.55558,2286.6765,102.99029,135.78015,163.18478,225.0613,14.174107,26.770256,89.42034,11.582455,13.617925,30.050093,45.33664,125.52853,15.631429,13.147818,137.6921,17.992865,4148.1777,45.255238,45.856182,38.014626,44.660675,282.24036,86.748,61.779232,18.324987,21.378025,42.24232,169.02931,191.81587,88.46552,305.6285,63.832836,52.150726,151.77058,228.21126,932.6924,167.60658,7.5888577,15.651042,8.683716,192.92172,14494.362,7.1041107,35.922005,52.14404,30.60648,354.29535,55.17585,179.62685,4.7712917,165.58266,637.2142,455.33383,73.173225,718.9364,51.415276,82.57887,174.83292,28.223873,4.853348,20.660675,1240.4497,1.4797232,3.0985081,120.548836,9.465303,5.3274393,25.377874,34.799416,369.36987,91.33814,162.27457,1517.2781,171.54008,2189.0532,1876.9857,13.899865,15.826759,10002.854,10.377005,34.780018,337.49484,56.62611,109.74452,54.02589,285.4999,1207.793,296.5538,7.342636,57.531273,461.1588,2298.9453,43.640697,260.40524,24.595284,1.201708,55.45356,1.0842527,0.7268267,2.4632046,17.670952,64.44415,180.3839,23.272371,2260.0276,84.528,27.491455,34.193382,8.99086,64.42776,7.303786,2.2076545,11.356183,72.896255,3.0007374,3.111184,5.958007,37.223286,14.315265,2.8090165,20.377537,684.6427,73.90464,1485.1011,28.98692,2339.7358,53.4135,664.5707,995.0945,27.01914,13.846566,1485.2026,2154.6138,5418.873,535.323 +2023-05-08 02:00:00,0.0,5473.5366,54.34639,25.810377,17.036495,40.891144,204.38719,32.595703,66.343346,23.741676,35.949215,458.042,607.481,20.355753,58.62457,4.704824,1.5292753,35.213905,25.498486,11.144453,481.97253,3.7104287,355.6147,94.76269,2.3267446,8.579634,121.1717,46.836227,225.00777,198.32808,4298.1494,1.7927816,2207.2466,7.7682643,2.3050904,1.3340753,11.574994,223.79617,277.44254,54.83515,163.77554,31.79039,9.872271,830.45856,9.567974,68.15627,66.12988,422.90735,21.313766,375.14658,15.2333555,56.398827,0.0,4171.1826,10325.93,11.344832,73.70432,75.99673,33710.145,139.44383,8.160277,61.007706,95.660484,65.84965,20.937199,42.42769,718.2907,97.04704,43.25791,7.3162594,11.840503,955.0077,16.568195,331.10452,72.56922,2286.568,103.04299,135.85603,163.20033,224.8218,14.168588,26.756289,89.34728,11.575539,13.609551,30.098427,45.380196,125.47671,15.636932,13.15877,137.83112,17.980196,4147.4478,45.294247,45.93817,38.092846,44.70598,282.17966,86.80211,61.83266,18.337687,21.389498,42.2724,169.31609,191.83472,88.49476,305.7588,63.83344,52.198273,151.91646,228.22493,932.9742,167.67102,7.584425,15.652083,8.68356,192.79842,14496.855,7.105763,35.89486,52.109585,30.615885,354.38123,55.22482,179.54446,4.772082,165.67339,636.9456,455.027,73.21334,718.30554,51.39722,82.54916,175.10585,28.206825,4.84972,20.650953,1241.4073,1.4777689,3.0949194,120.4815,9.468394,5.3275332,25.35465,34.774357,369.1021,91.306114,162.23174,1516.5385,171.59921,2188.851,1877.0004,13.909239,15.844916,10013.784,10.374864,34.82482,337.6126,56.701412,109.86727,54.056877,285.7009,1207.7964,296.6154,7.3486366,57.573944,461.7446,2298.8113,43.634655,260.9976,24.651321,1.2012455,55.45384,1.0840193,0.72634375,2.4623835,17.696741,64.5385,180.58557,23.251299,2261.9487,84.719986,27.54973,34.253696,9.005684,64.47244,7.3204746,2.207621,11.388172,72.98171,3.018341,3.1182425,5.9675727,37.204636,14.311636,2.8156674,20.415453,685.1416,74.00671,1487.4058,29.00471,2342.3723,53.441933,664.32,996.6559,27.064146,13.844913,1486.216,2155.7686,5421.591,534.98724 +2023-05-08 03:00:00,0.0,5480.2266,54.39404,25.797329,17.044876,40.87189,204.36072,32.586906,66.307846,23.737738,35.92971,458.51443,607.43774,20.345915,58.674595,4.7105856,1.5330781,35.197655,25.538172,11.150884,481.8476,3.715011,355.5829,94.72136,2.3240612,8.571813,121.15923,46.81762,224.92743,198.26398,4306.241,1.7909076,2206.5344,7.7578106,2.3031182,1.332812,11.56335,223.76627,277.44266,54.803383,164.07863,31.78357,9.873484,830.3046,9.560134,68.17928,66.15909,422.99054,21.351805,375.1445,15.248111,56.43757,0.0,4172.2686,10332.338,11.369255,73.82156,76.11146,33719.285,139.5405,8.177701,60.99666,95.666016,65.909836,20.967146,42.43362,718.37427,97.09879,43.25289,7.3272753,11.85034,955.3731,16.623566,331.27032,72.58286,2286.4597,103.095695,135.93192,163.21588,224.5823,14.163069,26.742321,89.27423,11.568623,13.601178,30.14676,45.42375,125.42489,15.642436,13.169722,137.97014,17.967527,4146.7173,45.333256,46.02016,38.171066,44.751278,282.11896,86.85622,61.88609,18.350384,21.400972,42.30248,169.60287,191.85355,88.523994,305.8891,63.83404,52.245823,152.06235,228.2386,933.256,167.73546,7.5799923,15.653126,8.683405,192.67511,14499.348,7.1074157,35.867714,52.07513,30.625292,354.46707,55.27379,179.46207,4.772872,165.76411,636.67706,454.72015,73.25345,717.6747,51.379166,82.51945,175.37877,28.18978,4.846092,20.641233,1242.3649,1.4758146,3.0913308,120.414154,9.471486,5.327627,25.331425,34.7493,368.83432,91.27409,162.18892,1515.7987,171.65836,2188.649,1877.0149,13.9186125,15.863072,10024.714,10.372722,34.869625,337.7304,56.776714,109.99002,54.08786,285.9019,1207.7997,296.67694,7.354637,57.61661,462.33038,2298.677,43.628613,261.58994,24.70736,1.2007831,55.454117,1.0837859,0.7258608,2.4615626,17.72253,64.632835,180.78723,23.230228,2263.8699,84.911964,27.608007,34.31401,9.020507,64.517136,7.337164,2.2075875,11.420161,73.06717,3.0359447,3.1253014,5.9771385,37.18599,14.308007,2.8223186,20.45337,685.64056,74.10877,1489.7104,29.0225,2345.0085,53.470367,664.0693,998.2173,27.109154,13.843259,1487.2292,2156.9233,5424.308,534.6515 +2023-05-08 04:00:00,0.0,5486.9165,54.44169,25.78428,17.053257,40.852642,204.33426,32.57811,66.272354,23.7338,35.91021,458.98688,607.3945,20.336075,58.72462,4.7163467,1.5368809,35.181404,25.577858,11.157313,481.7227,3.7195928,355.55106,94.68003,2.3213778,8.563992,121.146774,46.799007,224.84708,198.19986,4314.333,1.7890337,2205.8223,7.7473564,2.301146,1.3315486,11.551706,223.73636,277.44278,54.771614,164.38171,31.776749,9.874698,830.15076,9.552295,68.2023,66.18829,423.07373,21.389843,375.14246,15.262866,56.47631,0.0,4173.3545,10338.747,11.393678,73.938805,76.22619,33728.426,139.63718,8.195126,60.98561,95.671555,65.97002,20.997093,42.439556,718.4578,97.150536,43.24787,7.3382907,11.860176,955.7385,16.678936,331.43613,72.596504,2286.3513,103.1484,136.0078,163.23143,224.34282,14.15755,26.728354,89.20117,11.561707,13.592804,30.195095,45.467308,125.37307,15.64794,13.180673,138.10916,17.954859,4145.987,45.372265,46.10215,38.249283,44.79658,282.05823,86.910324,61.939518,18.363083,21.412445,42.33256,169.88965,191.87239,88.55323,306.0194,63.83465,52.29337,152.20822,228.25227,933.5378,167.79991,7.575559,15.654167,8.6832485,192.5518,14501.84,7.1090684,35.84057,52.04068,30.634697,354.55295,55.322758,179.37968,4.773662,165.85484,636.4085,454.4133,73.293564,717.0438,51.361107,82.48973,175.65169,28.172731,4.842465,20.631512,1243.3225,1.4738603,3.087742,120.34681,9.474577,5.3277216,25.3082,34.72424,368.56656,91.24207,162.1461,1515.0591,171.7175,2188.4465,1877.0295,13.927985,15.881228,10035.645,10.370581,34.91443,337.8482,56.852016,110.11277,54.118847,286.10287,1207.803,296.73853,7.360637,57.659283,462.9162,2298.543,43.622574,262.18225,24.763395,1.2003208,55.454395,1.0835525,0.7253778,2.4607415,17.74832,64.72718,180.9889,23.209158,2265.7913,85.10394,27.666283,34.37433,9.035331,64.56183,7.3538527,2.2075539,11.45215,73.152626,3.0535483,3.13236,5.9867043,37.16734,14.304378,2.8289695,20.491285,686.13947,74.210846,1492.0151,29.040289,2347.6448,53.4988,663.81854,999.7787,27.15416,13.841605,1488.2426,2158.0781,5427.0254,534.31573 +2023-05-08 05:00:00,0.0,5493.607,54.489338,25.771233,17.061638,40.833393,204.30779,32.569313,66.236855,23.729862,35.89071,459.45932,607.35126,20.326237,58.77465,4.7221084,1.5406836,35.16515,25.617546,11.163744,481.59775,3.724175,355.51923,94.6387,2.318694,8.556171,121.13431,46.780396,224.76672,198.13574,4322.425,1.7871597,2205.11,7.736902,2.2991738,1.3302852,11.540063,223.70647,277.4429,54.739845,164.68481,31.769926,9.875912,829.9969,9.544455,68.22532,66.2175,423.15692,21.42788,375.14038,15.277621,56.515057,0.0,4174.441,10345.156,11.418099,74.056046,76.34092,33737.566,139.73384,8.212549,60.974564,95.67709,66.030205,21.027042,42.445488,718.5414,97.202286,43.242847,7.349306,11.870012,956.10394,16.734306,331.60196,72.610146,2286.243,103.2011,136.08368,163.24698,224.10332,14.152031,26.714386,89.12812,11.554791,13.584431,30.243431,45.510864,125.32126,15.653443,13.191625,138.24818,17.94219,4145.257,45.411274,46.18414,38.327503,44.841885,281.99753,86.96443,61.992943,18.37578,21.423918,42.36264,170.17644,191.89124,88.58246,306.1497,63.83525,52.34092,152.35411,228.26596,933.8196,167.86435,7.5711265,15.655209,8.683093,192.4285,14504.333,7.1107206,35.813423,52.006226,30.644102,354.6388,55.371727,179.29729,4.7744517,165.94557,636.13995,454.10648,73.33367,716.413,51.343052,82.460014,175.92462,28.155685,4.838837,20.62179,1244.2802,1.471906,3.0841534,120.279465,9.477669,5.3278155,25.284977,34.699177,368.2988,91.210045,162.10329,1514.3193,171.77664,2188.2444,1877.0441,13.937359,15.899385,10046.575,10.368439,34.95923,337.966,56.92732,110.23552,54.14983,286.30386,1207.8063,296.8001,7.3666377,57.701954,463.50198,2298.409,43.61653,262.7746,24.819433,1.1998584,55.454674,1.0833191,0.7248948,2.4599204,17.774109,64.821526,181.19058,23.188087,2267.7124,85.29592,27.724558,34.434643,9.050154,64.60652,7.370542,2.2075202,11.484139,73.23809,3.071152,3.1394186,5.9962697,37.14869,14.300749,2.8356204,20.5292,686.63837,74.31291,1494.3198,29.058077,2350.2812,53.52723,663.5679,1001.34,27.199167,13.8399515,1489.2559,2159.233,5429.743,533.98 +2023-05-08 06:00:00,0.0,5500.297,54.536987,25.758184,17.070019,40.814144,204.28133,32.560516,66.20136,23.725925,35.871204,459.93176,607.308,20.316399,58.824677,4.72787,1.5444864,35.1489,25.657232,11.170175,481.4728,3.728757,355.4874,94.597374,2.3160107,8.54835,121.12184,46.761787,224.68639,198.07162,4330.5166,1.7852857,2204.3977,7.726448,2.2972016,1.3290218,11.528418,223.67656,277.44302,54.708076,164.9879,31.763105,9.877125,829.843,9.536615,68.24833,66.2467,423.2401,21.465918,375.13834,15.2923765,56.5538,0.0,4175.527,10351.564,11.442522,74.17329,76.45565,33746.71,139.8305,8.229973,60.963516,95.682625,66.09039,21.05699,42.45142,718.62494,97.254036,43.237827,7.360322,11.879849,956.46936,16.789677,331.76776,72.62379,2286.1343,103.25381,136.15956,163.26253,223.86383,14.146512,26.70042,89.05507,11.547875,13.5760565,30.291765,45.55442,125.26944,15.658947,13.202577,138.3872,17.929522,4144.5264,45.450283,46.26613,38.405724,44.887184,281.93683,87.01854,62.04637,18.38848,21.435392,42.39272,170.46321,191.91008,88.611694,306.28,63.835854,52.388466,152.49998,228.27963,934.1014,167.92879,7.566694,15.65625,8.682938,192.30519,14506.825,7.1123734,35.786278,51.97177,30.65351,354.72467,55.420696,179.2149,4.775242,166.03629,635.87134,453.79962,73.37379,715.78217,51.324997,82.430305,176.19754,28.138638,4.8352094,20.612068,1245.2377,1.4699516,3.0805647,120.21212,9.48076,5.3279095,25.261753,34.674118,368.031,91.178024,162.06047,1513.5797,171.83578,2188.0422,1877.0587,13.946732,15.9175415,10057.505,10.366298,35.004032,338.0838,57.002625,110.35827,54.180817,286.50485,1207.8096,296.86166,7.372638,57.74462,464.08777,2298.2747,43.610493,263.36694,24.875471,1.199396,55.454952,1.0830857,0.7244119,2.4590993,17.7999,64.91587,181.39226,23.167017,2269.6335,85.4879,27.782833,34.49496,9.064977,64.65121,7.387231,2.2074866,11.516129,73.32355,3.0887558,3.1464772,6.0058355,37.13004,14.29712,2.8422713,20.567116,687.1373,74.414986,1496.6246,29.075867,2352.9175,53.555664,663.31714,1002.9014,27.244173,13.838298,1490.2692,2160.3877,5432.4604,533.6443 +2023-05-08 07:00:00,0.0,5506.9873,54.584637,25.745136,17.0784,40.79489,204.25485,32.55172,66.16586,23.721987,35.851704,460.4042,607.2647,20.306559,58.874702,4.733631,1.5482892,35.13265,25.69692,11.176604,481.34787,3.733339,355.4556,94.556046,2.3133273,8.540529,121.109375,46.743176,224.60603,198.00752,4338.6084,1.7834117,2203.6855,7.715994,2.2952294,1.3277584,11.516774,223.64665,277.44315,54.676308,165.291,31.756285,9.878339,829.68915,9.528776,68.27135,66.2759,423.3233,21.503956,375.13626,15.307132,56.59254,0.0,4176.6133,10357.974,11.466944,74.29052,76.57038,33755.85,139.92717,8.247397,60.95247,95.68816,66.15057,21.086937,42.457355,718.70856,97.30578,43.232807,7.3713374,11.889686,956.8347,16.845047,331.93356,72.637436,2286.026,103.30651,136.23544,163.27808,223.62434,14.140993,26.686453,88.98201,11.540959,13.567683,30.3401,45.597977,125.21762,15.664451,13.213528,138.52625,17.916855,4143.796,45.48929,46.348118,38.48394,44.932487,281.87613,87.07264,62.0998,18.401176,21.446865,42.4228,170.75,191.92892,88.64093,306.4103,63.836456,52.436016,152.64587,228.2933,934.3832,167.99323,7.562261,15.657292,8.682782,192.18188,14509.318,7.114026,35.759132,51.937317,30.662914,354.81052,55.469666,179.1325,4.776032,166.12701,635.6028,453.49277,73.413895,715.1513,51.306942,82.40059,176.47046,28.121592,4.8315816,20.602346,1246.1953,1.4679973,3.0769758,120.144775,9.483851,5.328004,25.23853,34.64906,367.76324,91.146,162.01765,1512.8401,171.89491,2187.8398,1877.0732,13.956105,15.935698,10068.436,10.364157,35.048836,338.20157,57.077927,110.48101,54.2118,286.70584,1207.8129,296.92325,7.3786387,57.787292,464.67355,2298.1406,43.60445,263.9593,24.931507,1.1989337,55.455235,1.0828522,0.7239289,2.4582782,17.82569,65.010216,181.59392,23.145947,2271.555,85.679886,27.84111,34.555275,9.079801,64.6959,7.40392,2.207453,11.548119,73.409004,3.1063595,3.1535358,6.0154014,37.111393,14.29349,2.8489225,20.605032,687.6362,74.51705,1498.9293,29.093657,2355.5537,53.584095,663.0664,1004.4628,27.289179,13.836644,1491.2825,2161.5425,5435.178,533.30853 +2023-05-08 08:00:00,0.0,5513.6772,54.632286,25.732088,17.08678,40.775642,204.2284,32.542927,66.13037,23.718048,35.8322,460.87665,607.22144,20.29672,58.92473,4.7393928,1.5520921,35.116398,25.736607,11.183035,481.22296,3.737921,355.42377,94.51472,2.310644,8.532708,121.09691,46.724567,224.5257,197.9434,4346.6997,1.7815378,2202.9734,7.70554,2.2932572,1.326495,11.505131,223.61674,277.44327,54.64454,165.59409,31.749462,9.879552,829.5353,9.520936,68.294365,66.30511,423.4065,21.541992,375.13422,15.321887,56.631287,0.0,4177.699,10364.383,11.491366,74.40776,76.68511,33764.992,140.02383,8.264821,60.94142,95.6937,66.21076,21.116884,42.463287,718.7921,97.35753,43.227783,7.382353,11.899523,957.20013,16.900417,332.0994,72.65108,2285.9175,103.359215,136.31133,163.29362,223.38484,14.135474,26.672485,88.90896,11.534043,13.55931,30.388433,45.641533,125.1658,15.669954,13.22448,138.66527,17.904186,4143.0654,45.528297,46.430107,38.56216,44.97779,281.8154,87.12675,62.153225,18.413876,21.45834,42.45288,171.03677,191.94775,88.670166,306.5406,63.837063,52.483562,152.79175,228.30698,934.665,168.05766,7.557828,15.658334,8.682627,192.05858,14511.811,7.115679,35.731987,51.902866,30.67232,354.8964,55.51864,179.05013,4.776822,166.21774,635.3342,453.18594,73.454,714.52045,51.288887,82.37087,176.74338,28.104544,4.827954,20.592625,1247.1528,1.4660431,3.0733871,120.07743,9.486943,5.328098,25.215305,34.624,367.49548,91.113976,161.97484,1512.1003,171.95406,2187.6377,1877.0879,13.965478,15.953854,10079.366,10.362015,35.09364,338.31937,57.15323,110.60376,54.242783,286.90683,1207.8162,296.98483,7.384639,57.829964,465.25937,2298.0066,43.59841,264.5516,24.987545,1.1984713,55.455513,1.0826188,0.72344595,2.4574573,17.851479,65.10456,181.7956,23.124874,2273.476,85.871864,27.899385,34.615593,9.094624,64.74059,7.420609,2.2074194,11.580108,73.49446,3.123963,3.1605947,6.024967,37.092743,14.289862,2.8555734,20.642948,688.1352,74.61912,1501.234,29.111444,2358.1902,53.612526,662.81573,1006.02423,27.334187,13.8349905,1492.2958,2162.6973,5437.8955,532.9728 +2023-05-08 09:00:00,0.0,5520.367,54.679935,25.71904,17.095161,40.756393,204.20192,32.53413,66.09488,23.714111,35.8127,461.34912,607.17816,20.286882,58.97476,4.7451544,1.5558949,35.100143,25.776293,11.1894655,481.09802,3.742503,355.39194,94.47339,2.3079605,8.524888,121.08445,46.705956,224.44534,197.87929,4354.7915,1.7796638,2202.2612,7.695086,2.291285,1.3252317,11.493486,223.58684,277.4434,54.61277,165.89717,31.742641,9.880766,829.3814,9.513097,68.317375,66.33431,423.4897,21.58003,375.13214,15.336641,56.67003,0.0,4178.785,10370.791,11.515789,74.525,76.79984,33774.133,140.12051,8.282246,60.930374,95.69924,66.27095,21.146833,42.46922,718.8757,97.40927,43.222763,7.3933687,11.909359,957.56555,16.955788,332.2652,72.66472,2285.809,103.41192,136.3872,163.30917,223.14536,14.129955,26.658518,88.8359,11.527127,13.550936,30.436768,45.68509,125.11398,15.675459,13.235432,138.80429,17.891518,4142.3354,45.567307,46.512096,38.64038,45.02309,281.7547,87.180855,62.206654,18.426573,21.469812,42.48296,171.32356,191.9666,88.699394,306.6709,63.837666,52.531113,152.93764,228.32066,934.9468,168.1221,7.5533953,15.659375,8.682471,191.93527,14514.304,7.117331,35.70484,51.868412,30.681726,354.98224,55.567608,178.96773,4.777612,166.30847,635.0657,452.8791,73.49412,713.8896,51.270832,82.34116,177.01631,28.087498,4.824326,20.582903,1248.1105,1.4640888,3.0697985,120.010086,9.490034,5.3281918,25.192081,34.59894,367.2277,91.081955,161.932,1511.3607,172.0132,2187.4355,1877.1024,13.974852,15.972011,10090.297,10.359874,35.138443,338.43716,57.22853,110.72651,54.27377,287.10782,1207.8196,297.0464,7.3906393,57.872635,465.84515,2297.8723,43.59237,265.14395,25.043581,1.1980089,55.45579,1.0823854,0.722963,2.4566362,17.877268,65.198906,181.99727,23.103804,2275.3972,86.06384,27.95766,34.675907,9.1094475,64.785286,7.4372983,2.2073858,11.612097,73.57992,3.1415668,3.1676533,6.034533,37.074093,14.286233,2.8622243,20.680864,688.6341,74.72119,1503.5387,29.129234,2360.8264,53.64096,662.565,1007.58563,27.379192,13.833336,1493.3091,2163.852,5440.6133,532.637 +2023-05-08 10:00:00,0.0,5527.0576,54.727585,25.705992,17.103542,40.737144,204.17546,32.525333,66.05938,23.710173,35.793198,461.82156,607.1349,20.277042,59.024784,4.7509155,1.5596976,35.083893,25.81598,11.195895,480.97308,3.747085,355.3601,94.43206,2.305277,8.517067,121.07198,46.687344,224.36499,197.81519,4362.8833,1.7777898,2201.5488,7.684632,2.2893128,1.3239683,11.481843,223.55693,277.4435,54.581,166.20027,31.73582,9.88198,829.2275,9.505258,68.34039,66.36352,423.57288,21.618069,375.1301,15.351397,56.70877,0.0,4179.871,10377.2,11.540211,74.64224,76.91457,33783.273,140.21718,8.299669,60.919327,95.70477,66.33113,21.17678,42.475155,718.9592,97.46102,43.217743,7.404384,11.919195,957.93097,17.011158,332.431,72.67836,2285.7007,103.46462,136.46309,163.32472,222.90587,14.124436,26.64455,88.76285,11.520212,13.5425625,30.485102,45.728645,125.062164,15.680963,13.246384,138.94331,17.878849,4141.605,45.606316,46.594086,38.718597,45.068394,281.694,87.23496,62.260082,18.439272,21.481287,42.51304,171.61034,191.98544,88.72863,306.8012,63.83827,52.57866,153.08351,228.33434,935.2286,168.18654,7.5489626,15.660417,8.682316,191.81195,14516.796,7.1189837,35.677696,51.833958,30.691132,355.0681,55.616577,178.88535,4.778402,166.3992,634.7971,452.57224,73.534225,713.2588,51.252773,82.31145,177.28923,28.07045,4.8206983,20.573181,1249.068,1.4621345,3.0662098,119.94274,9.493126,5.328286,25.168858,34.57388,366.95993,91.049934,161.88919,1510.6211,172.07234,2187.2332,1877.1171,13.984224,15.990167,10101.227,10.357733,35.183243,338.55496,57.303833,110.84926,54.304752,287.30878,1207.8229,297.10797,7.39664,57.915306,466.43094,2297.7383,43.586327,265.7363,25.099619,1.1975466,55.45607,1.082152,0.72248,2.455815,17.903057,65.29325,182.19894,23.082733,2277.3186,86.25582,28.015936,34.73622,9.12427,64.82997,7.453987,2.2073522,11.644086,73.665375,3.1591704,3.174712,6.044099,37.055443,14.282604,2.8688753,20.71878,689.13306,74.82326,1505.8434,29.147024,2363.4626,53.66939,662.3143,1009.14703,27.4242,13.831682,1494.3224,2165.0068,5443.3306,532.3013 +2023-05-08 11:00:00,0.0,5533.7476,54.775234,25.692944,17.111923,40.71789,204.14899,32.516537,66.02389,23.706236,35.773693,462.294,607.0916,20.267204,59.07481,4.756677,1.5635004,35.067642,25.855667,11.202326,480.84818,3.751667,355.3283,94.39073,2.3025937,8.509246,121.05952,46.668736,224.28465,197.75107,4370.975,1.7759159,2200.8367,7.6741776,2.2873406,1.3227049,11.470199,223.52702,277.44363,54.549232,166.50336,31.729,9.883193,829.0736,9.497417,68.36341,66.39272,423.65607,21.656105,375.12802,15.366152,56.747517,0.0,4180.9575,10383.609,11.564633,74.75948,77.029305,33792.414,140.31384,8.317094,60.90828,95.71031,66.39132,21.206728,42.481087,719.0428,97.51277,43.212723,7.4154,11.929032,958.2963,17.06653,332.5968,72.692,2285.5923,103.51733,136.53897,163.34027,222.66637,14.118917,26.630583,88.68979,11.513296,13.534188,30.533436,45.7722,125.010345,15.686466,13.257335,139.08234,17.86618,4140.8745,45.645325,46.676075,38.796818,45.113697,281.6333,87.28907,62.313507,18.45197,21.49276,42.543118,171.89713,192.00429,88.757866,306.9315,63.838875,52.62621,153.2294,228.348,935.5104,168.25098,7.54453,15.661459,8.68216,191.68864,14519.289,7.1206365,35.65055,51.799503,30.700537,355.15396,55.665546,178.80295,4.779192,166.48991,634.52856,452.2654,73.57434,712.6279,51.23472,82.28173,177.56215,28.053402,4.817071,20.56346,1250.0256,1.4601802,3.062621,119.8754,9.496217,5.32838,25.145634,34.54882,366.69217,91.017914,161.84637,1509.8813,172.13148,2187.031,1877.1316,13.993598,16.008324,10112.157,10.355591,35.228046,338.67273,57.379135,110.97201,54.33574,287.50977,1207.8262,297.16956,7.40264,57.957973,467.01672,2297.6042,43.580288,266.32864,25.155657,1.1970842,55.45635,1.0819186,0.721997,2.454994,17.928848,65.38759,182.4006,23.061663,2279.2397,86.44781,28.074213,34.79654,9.139094,64.874664,7.4706764,2.2073185,11.676075,73.75083,3.1767743,3.1817706,6.0536647,37.036793,14.278975,2.8755264,20.756697,689.63196,74.92532,1508.1482,29.164812,2366.099,53.697823,662.0636,1010.70844,27.469206,13.830029,1495.3358,2166.1616,5446.048,531.9655 +2023-05-08 12:00:00,0.0,5540.4375,54.822884,25.679895,17.120302,40.698643,204.12251,32.50774,65.98839,23.702297,35.754192,462.76645,607.04834,20.257366,59.124836,4.762439,1.5673032,35.051388,25.895353,11.208756,480.72324,3.7562492,355.29648,94.3494,2.2999103,8.501425,121.04705,46.650124,224.2043,197.68695,4379.067,1.774042,2200.1245,7.6637235,2.2853684,1.3214414,11.458554,223.49713,277.44376,54.517464,166.80646,31.722178,9.884407,828.91974,9.489578,68.38642,66.42193,423.73926,21.694143,375.12598,15.380907,56.78626,0.0,4182.0435,10390.019,11.589055,74.876724,77.144035,33801.56,140.4105,8.3345175,60.897232,95.71585,66.45151,21.236677,42.48702,719.12634,97.564514,43.2077,7.4264154,11.9388685,958.66174,17.1219,332.76263,72.70564,2285.484,103.57003,136.61487,163.35582,222.42688,14.113399,26.616615,88.61674,11.50638,13.525815,30.581772,45.815758,124.958534,15.69197,13.268287,139.22136,17.853512,4140.1445,45.684334,46.758064,38.87504,45.158997,281.57257,87.34318,62.366936,18.464668,21.504232,42.5732,172.1839,192.02313,88.7871,307.0618,63.839478,52.673756,153.37527,228.3617,935.7922,168.31541,7.5400968,15.6625,8.682005,191.56534,14521.781,7.1222887,35.62341,51.765053,30.709944,355.23984,55.714516,178.72057,4.779982,166.58064,634.26,451.95856,73.61445,711.9971,51.216663,82.252014,177.83508,28.036356,4.813443,20.553738,1250.9833,1.4582258,3.0590324,119.80805,9.499309,5.328474,25.122408,34.52376,366.42438,90.985886,161.80356,1509.1417,172.19061,2186.8289,1877.1462,14.002971,16.02648,10123.088,10.35345,35.27285,338.79053,57.454437,111.09476,54.366722,287.71075,1207.8295,297.2311,7.4086404,58.000645,467.6025,2297.47,43.574245,266.92096,25.211693,1.1966218,55.456627,1.0816852,0.72151405,2.454173,17.954638,65.48193,182.60228,23.040592,2281.1611,86.639786,28.132488,34.856853,9.153917,64.91936,7.4873652,2.207285,11.708064,73.836296,3.194378,3.1888294,6.0632305,37.018147,14.275346,2.8821774,20.794613,690.1309,75.0274,1510.4529,29.182602,2368.7354,53.726257,661.81287,1012.26984,27.514212,13.828375,1496.3491,2167.3164,5448.7656,531.62976 +2023-05-08 13:00:00,0.0,5547.128,54.870533,25.666847,17.128683,40.679394,204.09605,32.498947,65.952896,23.69836,35.73469,463.2389,607.0051,20.247526,59.174866,4.7682,1.571106,35.035137,25.935041,11.215186,480.5983,3.760831,355.26465,94.308075,2.297227,8.493605,121.034584,46.631516,224.12396,197.62285,4387.158,1.772168,2199.4124,7.65327,2.2833962,1.320178,11.446911,223.46722,277.44385,54.485695,167.10954,31.715357,9.885621,828.76587,9.481738,68.40944,66.45113,423.82248,21.732182,375.1239,15.395662,56.825,0.0,4183.1294,10396.427,11.613478,74.993965,77.258766,33810.7,140.50717,8.351941,60.886185,95.72138,66.51169,21.266624,42.492954,719.2099,97.616264,43.20268,7.437431,11.948705,959.02716,17.17727,332.92844,72.71929,2285.3755,103.622734,136.69073,163.37137,222.1874,14.10788,26.602648,88.54368,11.499464,13.517442,30.630106,45.859318,124.906715,15.697474,13.279239,139.36038,17.840843,4139.414,45.723343,46.840054,38.953255,45.2043,281.51187,87.397285,62.420364,18.477365,21.515707,42.60328,172.47067,192.04198,88.81633,307.1921,63.84008,52.721306,153.52116,228.37537,936.074,168.37985,7.535664,15.663542,8.6818495,191.44203,14524.273,7.1239414,35.596264,51.7306,30.719349,355.32568,55.763485,178.63817,4.780772,166.67137,633.9914,451.6517,73.654564,711.3662,51.19861,82.222305,178.108,28.019308,4.8098154,20.544016,1251.9408,1.4562715,3.0554438,119.74071,9.502399,5.328568,25.099184,34.498703,366.15662,90.953865,161.76074,1508.4021,172.24976,2186.6265,1877.1608,14.012344,16.044636,10134.018,10.351309,35.317654,338.90833,57.52974,111.21751,54.39771,287.91174,1207.8328,297.2927,7.414641,58.043316,468.18832,2297.336,43.568207,267.5133,25.26773,1.1961595,55.456905,1.0814519,0.7210311,2.453352,17.980427,65.57628,182.80396,23.019522,2283.0823,86.831764,28.190763,34.91717,9.16874,64.96404,7.5040545,2.2072513,11.740053,73.92175,3.2119815,3.195888,6.0727963,36.999496,14.271717,2.8888283,20.832527,690.6298,75.12946,1512.7576,29.200392,2371.3716,53.75469,661.56213,1013.83124,27.55922,13.826721,1497.3624,2168.4712,5451.483,531.294 +2023-05-08 14:00:00,0.0,5553.818,54.918182,25.6538,17.137064,40.660145,204.06958,32.49015,65.917404,23.694422,35.715187,463.71133,606.96185,20.237688,59.22489,4.7739615,1.5749089,35.018887,25.974728,11.221617,480.47336,3.7654133,355.23282,94.26675,2.2945435,8.485784,121.022125,46.612904,224.04361,197.55873,4395.25,1.7702941,2198.7002,7.6428156,2.281424,1.3189147,11.4352665,223.43732,277.44397,54.453926,167.41263,31.708536,9.886834,828.612,9.473899,68.43246,66.48034,423.9057,21.770218,375.12186,15.410418,56.863747,0.0,4184.2153,10402.836,11.637899,75.1112,77.3735,33819.84,140.60385,8.369366,60.875137,95.72692,66.57188,21.296572,42.498886,719.29346,97.668015,43.19766,7.4484468,11.958542,959.3926,17.232641,333.09424,72.73293,2285.267,103.67544,136.76662,163.38692,221.94789,14.102361,26.58868,88.47063,11.492548,13.509068,30.67844,45.90287,124.8549,15.702977,13.29019,139.4994,17.828175,4138.6836,45.76235,46.922043,39.031475,45.249603,281.45117,87.45139,62.47379,18.490065,21.52718,42.633358,172.75746,192.0608,88.845566,307.3224,63.840683,52.768852,153.66704,228.38904,936.3558,168.4443,7.5312314,15.664583,8.681694,191.31873,14526.767,7.125594,35.56912,51.696144,30.728756,355.41156,55.812454,178.55579,4.7815623,166.7621,633.72284,451.34485,73.69467,710.73535,51.180553,82.19259,178.38092,28.002262,4.8061876,20.534294,1252.8984,1.4543172,3.0518548,119.67336,9.505491,5.3286624,25.07596,34.473644,365.88885,90.921844,161.71793,1507.6624,172.3089,2186.4243,1877.1754,14.021718,16.062792,10144.948,10.349167,35.362457,339.02612,57.60504,111.340256,54.42869,288.11273,1207.836,297.35428,7.4206414,58.085983,468.7741,2297.202,43.562164,268.10565,25.323769,1.1956971,55.457184,1.0812185,0.72054815,2.4525309,18.006216,65.67062,183.00563,22.998451,2285.0034,87.02374,28.249039,34.977486,9.183564,65.008736,7.5207434,2.2072177,11.772043,74.00721,3.2295852,3.2029467,6.082362,36.980846,14.268087,2.8954792,20.870443,691.1287,75.23153,1515.0623,29.21818,2374.008,53.783123,661.31146,1015.3926,27.604225,13.8250675,1498.3757,2169.626,5454.2007,530.95825 +2023-05-08 15:00:00,0.0,5560.508,54.965836,25.64075,17.145445,40.640892,204.04312,32.481354,65.881905,23.690483,35.695686,464.18378,606.9186,20.22785,59.274918,4.779723,1.5787116,35.002636,26.014416,11.228047,480.34845,3.7699952,355.20102,94.22542,2.29186,8.4779625,121.00966,46.59429,223.96327,197.49461,4403.342,1.7684201,2197.9878,7.6323614,2.2794518,1.3176513,11.423623,223.40741,277.4441,54.422157,167.71573,31.701714,9.888048,828.4581,9.46606,68.45547,66.50954,423.9889,21.808256,375.11978,15.425173,56.90249,0.0,4185.302,10409.245,11.662322,75.22844,77.48823,33828.98,140.70052,8.386789,60.864094,95.73246,66.632065,21.32652,42.504818,719.3771,97.71976,43.19264,7.459462,11.968378,959.758,17.288012,333.26007,72.746574,2285.1587,103.72814,136.8425,163.40247,221.7084,14.096842,26.574713,88.397575,11.485632,13.500694,30.726774,45.94643,124.80308,15.708481,13.301142,139.63843,17.815506,4137.9536,45.801357,47.004032,39.109695,45.294903,281.39044,87.5055,62.527218,18.502762,21.538654,42.663437,173.04424,192.07965,88.8748,307.4527,63.84129,52.816402,153.81293,228.40271,936.6376,168.50874,7.5267987,15.665626,8.681539,191.19542,14529.259,7.1272464,35.541973,51.66169,30.738161,355.4974,55.861423,178.47339,4.782352,166.85283,633.4543,451.03802,73.73478,710.1045,51.1625,82.16287,178.65384,27.985214,4.80256,20.524572,1253.856,1.452363,3.0482662,119.60602,9.508583,5.3287563,25.052736,34.44858,365.62106,90.88982,161.67511,1506.9227,172.36804,2186.2222,1877.19,14.031091,16.080948,10155.879,10.347026,35.407257,339.14392,57.680344,111.463005,54.45968,288.31372,1207.8395,297.41583,7.4266415,58.128654,469.3599,2297.0676,43.55612,268.698,25.379805,1.1952347,55.457462,1.0809851,0.7200652,2.4517097,18.032005,65.76497,183.20729,22.977379,2286.9248,87.21573,28.307316,35.037804,9.198387,65.05343,7.5374327,2.207184,11.804032,74.09267,3.247189,3.2100053,6.091928,36.962196,14.264459,2.9021304,20.90836,691.6277,75.3336,1517.367,29.23597,2376.6443,53.811554,661.0607,1016.954,27.649233,13.823414,1499.389,2170.7808,5456.918,530.6225 +2023-05-08 16:00:00,0.0,5567.198,55.013485,25.627703,17.153826,40.621643,204.01665,32.472557,65.84641,23.686546,35.676186,464.65622,606.8753,20.218012,59.324944,4.7854843,1.5825144,34.98638,26.054102,11.234477,480.2235,3.7745774,355.1692,94.18409,2.2891767,8.470141,120.99719,46.575684,223.88292,197.4305,4411.4336,1.7665461,2197.2756,7.621907,2.2774796,1.3163879,11.41198,223.3775,277.4442,54.39039,168.01881,31.694893,9.889261,828.30426,9.45822,68.478485,66.53874,424.07208,21.846294,375.11774,15.439928,56.941235,0.0,4186.3877,10415.653,11.686745,75.34568,77.60296,33838.12,140.79718,8.404214,60.853046,95.738,66.692245,21.356468,42.510754,719.46063,97.77151,43.187614,7.4704776,11.978215,960.12335,17.343382,333.42587,72.760216,2285.05,103.780846,136.91838,163.41801,221.46892,14.091323,26.560745,88.32452,11.478717,13.49232,30.775108,45.989983,124.75126,15.7139845,13.312094,139.77745,17.802837,4137.223,45.840366,47.08602,39.187912,45.340206,281.32974,87.55961,62.580647,18.515461,21.550127,42.69352,173.33102,192.0985,88.90404,307.58298,63.841892,52.86395,153.9588,228.4164,936.9194,168.57318,7.5223656,15.666667,8.681382,191.07211,14531.752,7.128899,35.514828,51.62724,30.747566,355.58328,55.910393,178.391,4.783142,166.94354,633.1857,450.73117,73.774895,709.4737,51.144444,82.13316,178.92677,27.968168,4.798932,20.51485,1254.8136,1.4504087,3.0446775,119.53867,9.511674,5.3288503,25.029512,34.423523,365.3533,90.857796,161.6323,1506.1831,172.42717,2186.0198,1877.2046,14.040464,16.099106,10166.809,10.344884,35.45206,339.2617,57.755646,111.585754,54.49066,288.5147,1207.8428,297.47742,7.432642,58.171326,469.94568,2296.9336,43.550083,269.2903,25.435843,1.1947724,55.45774,1.0807517,0.7195822,2.4508886,18.057796,65.859314,183.40897,22.956308,2288.846,87.40771,28.365591,35.098118,9.213211,65.09812,7.5541215,2.2071505,11.836021,74.17812,3.2647927,3.217064,6.1014934,36.94355,14.26083,2.9087813,20.946276,692.1266,75.43567,1519.6718,29.25376,2379.2805,53.839985,660.81,1018.5154,27.694239,13.82176,1500.4023,2171.9355,5459.6353,530.28674 +2023-05-08 17:00:00,0.0,5573.888,55.061134,25.614655,17.162207,40.602394,203.99019,32.46376,65.81091,23.682608,35.65668,465.1287,606.83203,20.208172,59.374973,4.791246,1.5863172,34.97013,26.093788,11.240908,480.09857,3.7791593,355.13736,94.14276,2.2864933,8.46232,120.984726,46.55707,223.80257,197.3664,4419.5254,1.7646722,2196.5635,7.611453,2.2755075,1.3151245,11.400334,223.3476,277.44434,54.35862,168.32191,31.688072,9.890475,828.1503,9.45038,68.5015,66.56795,424.15527,21.88433,375.11566,15.454682,56.979977,0.0,4187.4736,10422.0625,11.711166,75.46292,77.71768,33847.26,140.89384,8.421638,60.842,95.74353,66.75243,21.386415,42.516685,719.5442,97.82325,43.182594,7.4814935,11.988051,960.4888,17.398752,333.59167,72.77386,2284.9417,103.83355,136.99428,163.43356,221.22942,14.085804,26.546778,88.251465,11.471801,13.483947,30.823442,46.033543,124.69944,15.719488,13.323046,139.91647,17.790169,4136.4927,45.879375,47.16801,39.266132,45.38551,281.26904,87.613716,62.63407,18.528158,21.561602,42.7236,173.6178,192.11734,88.933266,307.7133,63.842495,52.9115,154.10469,228.43007,937.2012,168.63762,7.517933,15.667708,8.681227,190.9488,14534.244,7.130552,35.487682,51.592785,30.756973,355.66913,55.959362,178.30861,4.783932,167.03427,632.9172,450.42432,73.815,708.84283,51.126385,82.10345,179.19969,27.95112,4.7953043,20.505129,1255.7711,1.4484544,3.0410888,119.47133,9.514766,5.3289447,25.006289,34.398464,365.08554,90.825775,161.58946,1505.4434,172.48631,2185.8176,1877.2191,14.049837,16.117262,10177.739,10.342743,35.496864,339.3795,57.830948,111.7085,54.52165,288.7157,1207.8461,297.539,7.4386425,58.213997,470.5315,2296.7996,43.54404,269.88266,25.491879,1.19431,55.45802,1.0805182,0.7190992,2.4500678,18.083586,65.95366,183.61064,22.935238,2290.767,87.599686,28.423866,35.158436,9.228034,65.14281,7.570811,2.2071168,11.8680105,74.26358,3.2823963,3.2241228,6.111059,36.9249,14.2572,2.9154322,20.984192,692.62555,75.537735,1521.9764,29.271547,2381.917,53.86842,660.5593,1020.0768,27.739244,13.8201065,1501.4156,2173.0903,5462.353,529.951 +2023-05-08 18:00:00,0.0,5580.578,55.108784,25.601606,17.170588,40.583145,203.96371,32.454964,65.77542,23.67867,35.63718,465.60114,606.78876,20.198334,59.425,4.7970076,1.59012,34.95388,26.133476,11.247338,479.97363,3.7837415,355.10553,94.10143,2.2838097,8.4545,120.97226,46.53846,223.72223,197.30228,4427.617,1.7627982,2195.8513,7.600999,2.2735353,1.3138611,11.388691,223.31769,277.44446,54.32685,168.625,31.681252,9.891689,827.99646,9.442541,68.52452,66.59715,424.23846,21.922369,375.1136,15.469438,57.01872,0.0,4188.56,10428.472,11.735589,75.58016,77.83241,33856.406,140.99051,8.439062,60.83095,95.74907,66.81262,21.416363,42.52262,719.62775,97.875,43.177574,7.492509,11.997888,960.8542,17.454123,333.7575,72.7875,2284.8333,103.88625,137.07016,163.44911,220.98993,14.080284,26.53281,88.178406,11.464885,13.475573,30.871777,46.0771,124.64763,15.724992,13.333997,140.05551,17.7775,4135.7627,45.918385,47.25,39.344353,45.43081,281.20834,87.667816,62.6875,18.540855,21.573074,42.753677,173.90459,192.13618,88.9625,307.8436,63.8431,52.959045,154.25056,228.44374,937.483,168.70206,7.5135,15.668751,8.681071,190.8255,14536.737,7.132204,35.460537,51.55833,30.766378,355.755,56.00833,178.22623,4.7847223,167.125,632.6486,450.1175,73.85512,708.212,51.10833,82.07373,179.47261,27.934074,4.7916765,20.495407,1256.7288,1.4465001,3.0375001,119.40399,9.517857,5.3290386,24.983065,34.373405,364.81775,90.79375,161.54665,1504.7037,172.54546,2185.6152,1877.2338,14.059211,16.135418,10188.67,10.340602,35.541668,339.49728,57.90625,111.83125,54.55263,288.9167,1207.8494,297.60056,7.444643,58.256668,471.11728,2296.6653,43.538002,270.475,25.547916,1.1938477,55.458298,1.0802848,0.71861625,2.4492466,18.109375,66.048004,183.81232,22.914167,2292.6885,87.791664,28.482143,35.21875,9.242857,65.1875,7.5874996,2.2070832,11.9,74.349045,3.3,3.2311814,6.120625,36.90625,14.2535715,2.9220834,21.022108,693.12445,75.63981,1524.2811,29.289337,2384.5532,53.89685,660.3086,1021.6382,27.784252,13.818453,1502.429,2174.245,5465.0703,529.61523 +2023-05-08 19:00:00,0.0,5587.2686,55.156433,25.588558,17.178968,40.563892,203.93724,32.44617,65.73993,23.674732,35.61768,466.07358,606.7455,20.188496,59.475025,4.8027687,1.5939227,34.937626,26.173162,11.253768,479.84872,3.7883234,355.07373,94.060104,2.2811263,8.446679,120.9598,46.51985,223.64188,197.23816,4435.7085,1.7609242,2195.1392,7.590545,2.271563,1.3125978,11.377048,223.2878,277.44458,54.295082,168.92809,31.674429,9.892902,827.8426,9.434701,68.54753,66.62636,424.32166,21.960407,375.11154,15.484193,57.057465,0.0,4189.646,10434.88,11.760011,75.6974,77.94714,33865.547,141.08719,8.456486,60.819904,95.75461,66.8728,21.446312,42.528553,719.7113,97.92675,43.17255,7.5035243,12.007725,961.2196,17.509493,333.9233,72.80114,2284.7249,103.93896,137.14603,163.46466,220.75044,14.074765,26.518845,88.105354,11.457969,13.467199,30.92011,46.120655,124.59581,15.730495,13.344949,140.19453,17.764832,4135.032,45.957394,47.33199,39.42257,45.476112,281.1476,87.721924,62.74093,18.553555,21.584547,42.78376,174.19136,192.15503,88.99174,307.97388,63.843704,53.006596,154.39644,228.45743,937.7648,168.7665,7.5090675,15.669792,8.680916,190.70218,14539.2295,7.133857,35.43339,51.523876,30.775784,355.84085,56.0573,178.14383,4.7855124,167.21573,632.38,449.81064,73.895226,707.5811,51.090275,82.04402,179.74554,27.917027,4.788049,20.485685,1257.6864,1.4445457,3.0339115,119.33665,9.520948,5.3291326,24.95984,34.348347,364.55,90.76173,161.50383,1503.9641,172.6046,2185.413,1877.2484,14.0685835,16.153574,10199.601,10.33846,35.58647,339.61508,57.981556,111.953995,54.583614,289.11768,1207.8527,297.66214,7.450643,58.299335,471.70306,2296.5312,43.53196,271.06735,25.603954,1.1933852,55.45858,1.0800514,0.7181333,2.4484255,18.135164,66.14234,184.01399,22.893097,2294.6096,87.98365,28.540419,35.279064,9.257681,65.23219,7.604189,2.2070498,11.931989,74.4345,3.3176036,3.23824,6.130191,36.8876,14.249943,2.9287343,21.060024,693.6234,75.741875,1526.5858,29.307127,2387.1895,53.92528,660.05786,1023.1996,27.829258,13.816798,1503.4423,2175.4,5467.788,529.27954 +2023-05-08 20:00:00,0.0,5593.9585,55.204082,25.57551,17.18735,40.544643,203.91078,32.437374,65.70443,23.670795,35.598175,466.54602,606.7023,20.178656,59.52505,4.8085303,1.5977256,34.921375,26.21285,11.260199,479.7238,3.7929053,355.0419,94.018776,2.2784429,8.438858,120.947334,46.50124,223.56154,197.17406,4443.8003,1.7590503,2194.4268,7.580091,2.2695909,1.3113344,11.365403,223.25789,277.4447,54.263313,169.23119,31.667608,9.894116,827.6887,9.426862,68.57055,66.65556,424.40485,21.998444,375.10947,15.498948,57.096207,0.0,4190.7324,10441.289,11.784433,75.814644,78.061874,33874.688,141.18385,8.473909,60.808857,95.76015,66.93299,21.47626,42.534485,719.79486,97.97849,43.16753,7.51454,12.017561,961.585,17.564863,334.0891,72.81479,2284.6165,103.99166,137.22192,163.48021,220.51094,14.069246,26.504877,88.032295,11.451053,13.458826,30.968445,46.164215,124.54399,15.735999,13.355901,140.33356,17.752163,4134.302,45.9964,47.41398,39.50079,45.521416,281.0869,87.77603,62.794353,18.566252,21.596022,42.81384,174.47815,192.17386,89.020966,308.1042,63.844307,53.054146,154.54233,228.4711,938.0466,168.83093,7.504635,15.670834,8.68076,190.57887,14541.723,7.1355095,35.406246,51.48942,30.78519,355.9267,56.10627,178.06143,4.786302,167.30646,632.11145,449.50378,73.93534,706.95026,51.07222,82.014305,180.01846,27.89998,4.7844214,20.475964,1258.6439,1.4425914,3.0303228,119.2693,9.524039,5.329227,24.936617,34.323284,364.28223,90.729706,161.46101,1503.2245,172.66374,2185.211,1877.263,14.077957,16.17173,10210.53,10.336319,35.63127,339.73288,58.056858,112.076744,54.6146,289.31863,1207.856,297.72372,7.4566436,58.342007,472.28885,2296.3972,43.52592,271.65967,25.65999,1.1929228,55.45886,1.079818,0.71765035,2.4476044,18.160954,66.23669,184.21565,22.872026,2296.5308,88.17563,28.598694,35.339382,9.272504,65.27688,7.6208777,2.2070162,11.963979,74.51996,3.3352075,3.2452986,6.1397567,36.86895,14.246313,2.9353852,21.09794,694.1223,75.84394,1528.8905,29.324915,2389.826,53.953716,659.8072,1024.761,27.874266,13.815145,1504.4556,2176.5547,5470.5054,528.9438 +2023-05-08 21:00:00,0.0,5600.649,55.25173,25.562462,17.19573,40.525394,203.88431,32.428577,65.66894,23.666857,35.578674,467.01846,606.659,20.168818,59.575077,4.8142915,1.6015284,34.905125,26.252537,11.266629,479.59885,3.7974875,355.01007,93.97745,2.2757595,8.431037,120.93487,46.48263,223.48119,197.10994,4451.892,1.7571763,2193.7146,7.569637,2.2676187,1.310071,11.35376,223.22798,277.44482,54.231544,169.53427,31.660788,9.89533,827.53485,9.419023,68.59357,66.68477,424.48804,22.036482,375.10742,15.513703,57.13495,0.0,4191.8184,10447.698,11.808855,75.93188,78.176605,33883.83,141.28052,8.491334,60.79781,95.765686,66.99318,21.506207,42.54042,719.8784,98.03024,43.16251,7.5255556,12.027397,961.9504,17.620234,334.2549,72.82843,2284.508,104.044365,137.29779,163.49576,220.27145,14.063727,26.49091,87.95924,11.444137,13.450452,31.01678,46.207767,124.49217,15.741503,13.366852,140.47258,17.739494,4133.572,46.035408,47.495968,39.579006,45.56672,281.0262,87.83014,62.847782,18.57895,21.607494,42.843918,174.76492,192.1927,89.0502,308.2345,63.84491,53.101692,154.6882,228.48477,938.32837,168.89537,7.5002017,15.671875,8.680605,190.45557,14544.215,7.1371617,35.3791,51.45497,30.794596,356.01257,56.15524,177.97905,4.787092,167.39717,631.8429,449.19696,73.97545,706.3194,51.054165,81.98459,180.29138,27.882933,4.7807937,20.466244,1259.6016,1.4406371,3.0267339,119.20196,9.527131,5.329321,24.913393,34.298225,364.01443,90.697685,161.4182,1502.4849,172.72287,2185.0085,1877.2776,14.08733,16.189886,10221.461,10.334178,35.676075,339.85065,58.13216,112.19949,54.645584,289.51962,1207.8593,297.78528,7.462644,58.384678,472.87463,2296.263,43.51988,272.252,25.716028,1.1924605,55.459137,1.0795846,0.7171674,2.4467833,18.186745,66.33103,184.41733,22.850954,2298.4521,88.36761,28.65697,35.399696,9.287328,65.32157,7.637567,2.2069826,11.995968,74.605415,3.352811,3.2523575,6.1493225,36.850304,14.242684,2.9420362,21.135857,694.6213,75.946014,1531.1953,29.342705,2392.4622,53.982147,659.55646,1026.3224,27.919271,13.813491,1505.4689,2177.7095,5473.2227,528.60803 +2023-05-08 22:00:00,0.0,5607.339,55.29938,25.549414,17.204111,40.50614,203.85785,32.41978,65.63344,23.662918,35.559174,467.4909,606.6157,20.15898,59.625107,4.820053,1.6053312,34.88887,26.292223,11.273059,479.47394,3.8020694,354.97827,93.93612,2.273076,8.423217,120.9224,46.46402,223.40083,197.04582,4459.984,1.7553023,2193.0024,7.5591826,2.2656465,1.3088076,11.342115,223.19807,277.44495,54.199776,169.83737,31.653965,9.8965435,827.381,9.411182,68.61658,66.713974,424.57123,22.07452,375.10535,15.528459,57.173695,0.0,4192.9043,10454.107,11.833278,76.04912,78.291336,33892.97,141.37718,8.508758,60.786762,95.771225,67.05336,21.536156,42.546352,719.96204,98.081985,43.15749,7.536571,12.037234,962.3158,17.675604,334.42075,72.84207,2284.3997,104.09707,137.37369,163.5113,220.03197,14.058208,26.476942,87.886185,11.437222,13.442079,31.065115,46.251328,124.44035,15.747007,13.377804,140.6116,17.726826,4132.8413,46.074417,47.577957,39.657227,45.61202,280.9655,87.88425,62.90121,18.591648,21.618969,42.873997,175.05171,192.21155,89.07944,308.36478,63.845516,53.149242,154.83409,228.49844,938.61017,168.95981,7.495769,15.672917,8.6804495,190.33226,14546.708,7.1388144,35.351955,51.420517,30.804,356.09842,56.204212,177.89665,4.7878823,167.4879,631.57434,448.8901,74.01556,705.6886,51.03611,81.95487,180.5643,27.865887,4.777166,20.456522,1260.5591,1.4386828,3.0231452,119.13461,9.530223,5.329415,24.890167,34.273167,363.74667,90.66566,161.37538,1501.7451,172.78201,2184.8064,1877.2921,14.096704,16.208044,10232.392,10.332036,35.72088,339.96844,58.207462,112.32224,54.67657,289.7206,1207.8627,297.84686,7.468644,58.427345,473.46045,2296.129,43.513836,272.84436,25.772064,1.1919981,55.459415,1.0793512,0.7166844,2.4459624,18.212534,66.42538,184.619,22.829884,2300.3733,88.559586,28.715246,35.460014,9.302151,65.366264,7.654256,2.206949,12.027957,74.69087,3.3704147,3.259416,6.1588883,36.831654,14.239056,2.9486873,21.17377,695.1202,76.04808,1533.5,29.360495,2395.0984,54.01058,659.3057,1027.8838,27.964277,13.811837,1506.4822,2178.8643,5475.9404,528.2723 +2023-05-08 23:00:00,0.0,5614.029,55.34703,25.536366,17.212492,40.486893,203.83138,32.410984,65.597946,23.658981,35.53967,467.96335,606.57245,20.14914,59.675133,4.8258147,1.609134,34.87262,26.331911,11.2794895,479.349,3.8066516,354.94644,93.89479,2.2703927,8.415396,120.90994,46.445408,223.3205,196.9817,4468.0757,1.7534285,2192.2903,7.5487285,2.2636743,1.3075441,11.330471,223.16817,277.44507,54.168007,170.14046,31.647144,9.897758,827.2271,9.403343,68.639595,66.74318,424.65442,22.112558,375.1033,15.543214,57.212437,0.0,4193.99,10460.516,11.8577,76.16636,78.40607,33902.11,141.47386,8.526182,60.775715,95.776764,67.11355,21.566103,42.552284,720.0456,98.133736,43.152466,7.547587,12.0470705,962.6812,17.730976,334.58655,72.85571,2284.2913,104.14977,137.44957,163.52686,219.79247,14.05269,26.462975,87.81313,11.4303055,13.433704,31.11345,46.29488,124.388535,15.752511,13.388756,140.75063,17.714157,4132.111,46.113426,47.659946,39.735447,45.657322,280.9048,87.938354,62.954636,18.604347,21.630442,42.90408,175.33849,192.2304,89.10867,308.4951,63.84612,53.19679,154.97997,228.51213,938.89197,169.02426,7.4913363,15.673959,8.680294,190.20895,14549.2,7.140467,35.32481,51.386063,30.813408,356.1843,56.25318,177.81427,4.7886724,167.57863,631.3058,448.58325,74.05567,705.05774,51.01805,81.92516,180.83723,27.848839,4.773538,20.4468,1261.5167,1.4367286,3.0195565,119.06727,9.533314,5.3295093,24.866943,34.248108,363.4789,90.63364,161.33257,1501.0055,172.84116,2184.6042,1877.3068,14.106076,16.2262,10243.321,10.329895,35.765682,340.08624,58.282764,112.44499,54.707554,289.9216,1207.866,297.90845,7.4746447,58.470016,474.04623,2295.9949,43.507797,273.4367,25.828102,1.1915357,55.459694,1.0791178,0.7162014,2.4451413,18.238323,66.51972,184.82068,22.808813,2302.2947,88.75157,28.773521,35.52033,9.316974,65.41096,7.670945,2.2069154,12.059946,74.77633,3.3880184,3.2664747,6.168454,36.813004,14.235426,2.9553382,21.211687,695.6191,76.150154,1535.8047,29.378283,2397.7346,54.039013,659.05505,1029.4452,28.009285,13.810184,1507.4955,2180.019,5478.6577,527.9365 +2023-05-09 00:00:00,0.0,5620.719,55.39468,25.523317,17.220873,40.467644,203.80492,32.40219,65.562454,23.655043,35.52017,468.43582,606.5292,20.139301,59.72516,4.831576,1.6129367,34.85637,26.371597,11.28592,479.22406,3.8112335,354.9146,93.85346,2.2677093,8.407575,120.89748,46.4268,223.24014,196.9176,4476.167,1.7515545,2191.578,7.538275,2.261702,1.3062807,11.318828,223.13826,277.44516,54.13624,170.44354,31.640324,9.898972,827.0732,9.395503,68.66261,66.77238,424.7376,22.150595,375.10123,15.557968,57.25118,0.0,4195.076,10466.925,11.882122,76.2836,78.5208,33911.25,141.57053,8.543606,60.764668,95.78229,67.17374,21.59605,42.55822,720.12915,98.185486,43.147446,7.5586023,12.056907,963.04663,17.786346,334.75235,72.869354,2284.1829,104.20248,137.52544,163.5424,219.55298,14.047171,26.449007,87.74008,11.423389,13.425331,31.161783,46.33844,124.336716,15.758015,13.399708,140.88965,17.701488,4131.381,46.152435,47.741936,39.813663,45.702625,280.8441,87.99246,63.008064,18.617044,21.641916,42.93416,175.62527,192.24924,89.1379,308.6254,63.84672,53.24434,155.12585,228.5258,939.17377,169.0887,7.4869037,15.675,8.680139,190.08565,14551.692,7.1421194,35.297665,51.35161,30.822813,356.27014,56.30215,177.73187,4.7894626,167.66936,631.03723,448.27643,74.09578,704.4269,50.999996,81.89545,181.11015,27.831793,4.7699103,20.437078,1262.4742,1.4347743,3.0159678,118.99992,9.536406,5.329603,24.84372,34.22305,363.21112,90.601616,161.28973,1500.2659,172.9003,2184.4019,1877.3213,14.11545,16.244356,10254.252,10.327754,35.810486,340.20404,58.358067,112.56774,54.73854,290.1226,1207.8693,297.97,7.480645,58.512688,474.63202,2295.8606,43.501755,274.02902,25.88414,1.1910734,55.459972,1.0788844,0.71571845,2.4443202,18.264112,66.61407,185.02234,22.787743,2304.2158,88.94355,28.831797,35.580647,9.331798,65.45564,7.687634,2.2068818,12.091935,74.861786,3.405622,3.2735333,6.17802,36.794353,14.231797,2.9619892,21.249603,696.11804,76.25222,1538.1094,29.396072,2400.371,54.067444,658.8043,1031.0066,28.05429,13.80853,1508.5088,2181.1738,5481.3755,527.60077 +2023-05-09 01:00:00,0.0,5627.409,55.44233,25.51027,17.229254,40.448395,203.77844,32.393394,65.526955,23.651106,35.500668,468.90826,606.4859,20.129463,59.775185,4.8373375,1.6167395,34.84012,26.411283,11.29235,479.09912,3.8158157,354.88278,93.812126,2.2650259,8.399754,120.88501,46.408188,223.1598,196.85349,4484.259,1.7496805,2190.8657,7.5278206,2.2597299,1.3050174,11.307183,223.10837,277.44528,54.10447,170.74664,31.633501,9.900185,826.9193,9.387664,68.68562,66.80158,424.82083,22.188633,375.09918,15.572723,57.289925,0.0,4196.1626,10473.334,11.906545,76.40084,78.63553,33920.395,141.66719,8.56103,60.75362,95.78783,67.23392,21.626,42.56415,720.2127,98.23723,43.142426,7.5696177,12.066744,963.41205,17.841717,334.91818,72.882996,2284.0745,104.25518,137.60133,163.55795,219.31349,14.041652,26.43504,87.66702,11.416473,13.416958,31.210117,46.381992,124.284904,15.763518,13.410659,141.02867,17.68882,4130.6504,46.191444,47.823925,39.891884,45.747925,280.7834,88.04657,63.061493,18.629744,21.653389,42.964237,175.91205,192.26808,89.16714,308.75568,63.847324,53.291885,155.27173,228.53947,939.45557,169.15314,7.4824705,15.676042,8.679983,189.96234,14554.186,7.143772,35.270523,51.317158,30.83222,356.35602,56.35112,177.64949,4.790252,167.76009,630.7687,447.96957,74.135895,703.796,50.98194,81.86573,181.38307,27.814745,4.7662826,20.427357,1263.4319,1.43282,3.0123792,118.93258,9.539496,5.329697,24.820496,34.19799,362.94336,90.56959,161.24692,1499.5261,172.95943,2184.1997,1877.3359,14.124824,16.262512,10265.183,10.325612,35.855286,340.32184,58.43337,112.69049,54.769524,290.32358,1207.8726,298.0316,7.4866457,58.55536,475.2178,2295.7266,43.495716,274.62137,25.940176,1.190611,55.46025,1.078651,0.7152355,2.443499,18.289902,66.70841,185.22401,22.766672,2306.137,89.13553,28.890072,35.64096,9.346621,65.500336,7.7043233,2.2068481,12.123924,74.94725,3.4232259,3.280592,6.187586,36.775707,14.2281685,2.96864,21.28752,696.61694,76.35429,1540.4141,29.413862,2403.0073,54.09588,658.5536,1032.568,28.099298,13.806876,1509.5221,2182.3286,5484.093,527.265 +2023-05-09 02:00:00,0.0,5634.099,55.48998,25.497221,17.237635,40.429142,203.75197,32.384598,65.49146,23.647167,35.481163,469.3807,606.4426,20.119623,59.825214,4.843099,1.6205424,34.823864,26.450972,11.29878,478.9742,3.8203976,354.85098,93.7708,2.2623425,8.3919325,120.87254,46.38958,223.07945,196.78937,4492.3506,1.7478065,2190.1536,7.5173664,2.2577577,1.303754,11.29554,223.07846,277.4454,54.0727,171.04973,31.62668,9.901399,826.76544,9.379825,68.70864,66.83079,424.90402,22.226671,375.0971,15.587479,57.328667,0.0,4197.2485,10479.742,11.930966,76.51808,78.75026,33929.535,141.76385,8.578454,60.742573,95.79337,67.294106,21.655947,42.570084,720.29626,98.28898,43.137405,7.5806336,12.07658,963.7774,17.897087,335.08398,72.89664,2283.9658,104.307884,137.67722,163.57349,219.07399,14.036133,26.421072,87.59397,11.409557,13.408584,31.258451,46.425552,124.233086,15.769022,13.421611,141.1677,17.676151,4129.92,46.230453,47.905914,39.970104,45.79323,280.72266,88.10068,63.114918,18.64244,21.664862,42.994316,176.19884,192.28691,89.19637,308.886,63.84793,53.339436,155.41762,228.55315,939.73737,169.21758,7.478038,15.677084,8.679828,189.83904,14556.678,7.145425,35.243378,51.282703,30.841625,356.44186,56.40009,177.5671,4.7910423,167.8508,630.50006,447.66272,74.176,703.16516,50.963886,81.83602,181.65599,27.797697,4.7626553,20.417635,1264.3895,1.4308656,3.0087905,118.865234,9.542588,5.329791,24.797272,34.172928,362.6756,90.53757,161.2041,1498.7865,173.01857,2183.9976,1877.3505,14.134196,16.280668,10276.112,10.323471,35.90009,340.4396,58.50867,112.81324,54.80051,290.52457,1207.8759,298.09317,7.4926457,58.59803,475.80362,2295.5925,43.489674,275.2137,25.996214,1.1901486,55.46053,1.0784175,0.7147525,2.442678,18.315693,66.80275,185.42569,22.745602,2308.0583,89.32751,28.948349,35.70128,9.361444,65.54503,7.721012,2.2068145,12.155914,75.03271,3.4408295,3.2876508,6.197151,36.757057,14.224539,2.9752913,21.325436,697.1159,76.45636,1542.7189,29.43165,2405.6436,54.12431,658.3029,1034.1294,28.144304,13.8052225,1510.5355,2183.4834,5486.8105,526.92926 +2023-05-09 03:00:00,0.0,5640.7896,55.53763,25.484173,17.246016,40.409893,203.72551,32.3758,65.45596,23.64323,35.461662,469.85315,606.39935,20.109785,59.87524,4.8488603,1.6243452,34.807613,26.490658,11.305211,478.84927,3.8249798,354.81915,93.72947,2.259659,8.384112,120.86008,46.370968,222.9991,196.72527,4500.4424,1.7459326,2189.4414,7.506912,2.2557855,1.3024906,11.283896,223.04855,277.44553,54.04093,171.35283,31.61986,9.902612,826.6116,9.3719845,68.73166,66.85999,424.9872,22.264708,375.09506,15.602234,57.36741,0.0,4198.335,10486.151,11.955389,76.63532,78.86499,33938.676,141.86052,8.595879,60.731525,95.798904,67.354294,21.685894,42.57602,720.3798,98.34073,43.13238,7.591649,12.086417,964.1428,17.952457,335.2498,72.910286,2283.8574,104.36059,137.75308,163.58904,218.8345,14.030614,26.407104,87.52091,11.402641,13.40021,31.306786,46.469105,124.18127,15.774526,13.432563,141.30672,17.663483,4129.19,46.26946,47.987904,40.04832,45.83853,280.66196,88.154785,63.168346,18.65514,21.676336,43.0244,176.48561,192.30576,89.22561,309.0163,63.848534,53.386982,155.56349,228.56683,940.01917,169.28201,7.473605,15.678125,8.679671,189.71571,14559.171,7.147077,35.216232,51.24825,30.85103,356.52774,56.44906,177.48471,4.7918324,167.94153,630.2315,447.3559,74.21612,702.5343,50.94583,81.806305,181.92892,27.780651,4.7590275,20.407913,1265.347,1.4289113,3.0052018,118.79789,9.545679,5.3298855,24.774048,34.14787,362.4078,90.50555,161.16129,1498.0469,173.07771,2183.7952,1877.3651,14.14357,16.298824,10287.043,10.321329,35.944893,340.5574,58.583973,112.93599,54.831493,290.72556,1207.8792,298.15472,7.4986463,58.640697,476.3894,2295.4583,43.483635,275.80606,26.052252,1.1896863,55.460808,1.0781842,0.7142696,2.441857,18.341482,66.897095,185.62737,22.72453,2309.9795,89.51949,29.006624,35.761593,9.376267,65.589714,7.7377014,2.206781,12.187903,75.118164,3.4584332,3.2947094,6.206717,36.738407,14.22091,2.9819422,21.363352,697.6148,76.558426,1545.0236,29.44944,2408.28,54.15274,658.0522,1035.6908,28.18931,13.803569,1511.5488,2184.6382,5489.528,526.5935 +2023-05-09 04:00:00,0.0,5647.4795,55.585278,25.471125,17.254396,40.390644,203.69904,32.367004,65.42047,23.639292,35.44216,470.3256,606.35614,20.099947,59.925266,4.854622,1.628148,34.791363,26.530346,11.311641,478.72433,3.8295617,354.78732,93.68814,2.2569757,8.376291,120.84762,46.352356,222.91876,196.66115,4508.534,1.7440586,2188.7292,7.496458,2.2538133,1.3012272,11.272251,223.01865,277.44565,54.009163,171.65591,31.613039,9.903826,826.4577,9.364145,68.75467,66.8892,425.0704,22.302746,375.093,15.616989,57.406155,0.0,4199.421,10492.561,11.979812,76.752556,78.97972,33947.816,141.9572,8.613302,60.720478,95.80444,67.414474,21.715843,42.58195,720.4634,98.39247,43.12736,7.602665,12.096253,964.50824,18.007828,335.4156,72.92393,2283.749,104.41329,137.82898,163.60458,218.59502,14.025095,26.393137,87.44786,11.395726,13.391836,31.355122,46.512665,124.12945,15.780029,13.443514,141.44574,17.650814,4128.4595,46.308468,48.069893,40.12654,45.88383,280.60126,88.20889,63.221775,18.667837,21.687809,43.054478,176.7724,192.3246,89.25484,309.14658,63.849136,53.434532,155.70938,228.5805,940.30096,169.34645,7.4691725,15.679167,8.679516,189.5924,14561.663,7.14873,35.189087,51.213795,30.860437,356.6136,56.498028,177.40231,4.7926226,168.03226,629.96295,447.04904,74.256226,701.9035,50.927776,81.77659,182.20184,27.763603,4.7553997,20.398191,1266.3047,1.426957,3.001613,118.730545,9.548771,5.3299794,24.750824,34.12281,362.14005,90.473526,161.11847,1497.3071,173.13686,2183.593,1877.3796,14.152943,16.316982,10297.974,10.319188,35.989697,340.6752,58.659275,113.05874,54.86248,290.92654,1207.8826,298.2163,7.504647,58.68337,476.9752,2295.3242,43.477592,276.39838,26.108288,1.1892239,55.461086,1.0779508,0.7137866,2.441036,18.367271,66.99144,185.82903,22.703459,2311.9006,89.71147,29.0649,35.821907,9.39109,65.63441,7.7543902,2.2067473,12.2198925,75.20362,3.4760368,3.301768,6.216283,36.719757,14.217281,2.988593,21.401268,698.1138,76.66049,1547.3282,29.46723,2410.9163,54.181175,657.80145,1037.2521,28.234318,13.801914,1512.5621,2185.793,5492.245,526.25775 +2023-05-09 05:00:00,0.0,5654.1694,55.63293,25.458076,17.262775,40.371395,203.67258,32.35821,65.38498,23.635355,35.422657,470.79803,606.31287,20.090107,59.975292,4.8603835,1.6319507,34.77511,26.570032,11.318071,478.59943,3.8341436,354.7555,93.64681,2.2542922,8.36847,120.83515,46.333748,222.83841,196.59703,4516.6255,1.7421846,2188.0168,7.486004,2.251841,1.2999638,11.260608,222.98874,277.44577,53.977394,171.959,31.606216,9.90504,826.30383,9.356306,68.77769,66.9184,425.15363,22.340784,375.09094,15.631744,57.444897,0.0,4200.507,10498.969,12.004233,76.8698,79.09445,33956.957,142.05386,8.630726,60.709435,95.80998,67.47466,21.74579,42.587883,720.54694,98.44422,43.12234,7.6136804,12.10609,964.87366,18.063198,335.58142,72.93757,2283.6406,104.465996,137.90485,163.62013,218.35551,14.019576,26.37917,87.3748,11.38881,13.383463,31.403456,46.55622,124.07763,15.785533,13.454466,141.58476,17.638145,4127.729,46.347477,48.151882,40.20476,45.929134,280.54056,88.263,63.2752,18.680536,21.699284,43.084557,177.05917,192.34344,89.28407,309.2769,63.849743,53.48208,155.85526,228.59418,940.58276,169.41089,7.4647393,15.680208,8.67936,189.4691,14564.156,7.1503825,35.16194,51.179344,30.869843,356.69946,56.546997,177.31993,4.7934127,168.12299,629.6944,446.7422,74.29633,701.27264,50.90972,81.74688,182.47476,27.746557,4.751772,20.38847,1267.2622,1.4250027,2.9980242,118.6632,9.551862,5.3300734,24.7276,34.09775,361.87228,90.4415,161.07565,1496.5675,173.196,2183.3909,1877.3943,14.162316,16.335138,10308.904,10.317047,36.0345,340.793,58.734577,113.18149,54.893463,291.12753,1207.8859,298.27786,7.510647,58.72604,477.56097,2295.1902,43.47155,276.99072,26.164326,1.1887615,55.461365,1.0777174,0.7133036,2.4402149,18.39306,67.085785,186.0307,22.682388,2313.822,89.90345,29.123175,35.882225,9.405914,65.6791,7.7710795,2.2067137,12.251882,75.28908,3.4936404,3.3088267,6.2258487,36.701107,14.213653,2.995244,21.439184,698.6127,76.762566,1549.6329,29.485018,2413.5525,54.209606,657.5508,1038.8135,28.279324,13.800261,1513.5754,2186.9478,5494.963,525.922 +2023-05-09 06:00:00,0.0,5660.86,55.68058,25.445028,17.271156,40.352142,203.6461,32.349415,65.34948,23.631416,35.403156,471.27048,606.2696,20.080269,60.025322,4.8661447,1.6357535,34.758858,26.609718,11.324502,478.4745,3.8387258,354.7237,93.605484,2.2516086,8.360649,120.822685,46.315136,222.75807,196.53293,4524.7173,1.7403107,2187.3047,7.47555,2.2498689,1.2987005,11.248964,222.95883,277.4459,53.945625,172.2621,31.599396,9.906253,826.14996,9.348466,68.800705,66.94761,425.23682,22.37882,375.08887,15.6465,57.483643,0.0,4201.5933,10505.378,12.028656,76.98704,79.20918,33966.098,142.15053,8.64815,60.698387,95.81552,67.53485,21.775738,42.59382,720.63055,98.495964,43.11732,7.624696,12.115927,965.239,18.118568,335.74722,72.95121,2283.5322,104.5187,137.98074,163.63568,218.11603,14.014057,26.365204,87.30175,11.381894,13.37509,31.45179,46.599777,124.02581,15.791037,13.465418,141.7238,17.625479,4126.999,46.386486,48.23387,40.282978,45.974438,280.47983,88.31711,63.32863,18.693233,21.710756,43.114635,177.34596,192.36229,89.31331,309.40717,63.850346,53.52963,156.00114,228.60786,940.86456,169.47533,7.4603066,15.681251,8.679205,189.3458,14566.648,7.1520348,35.134796,51.14489,30.879248,356.7853,56.595966,177.23753,4.7942023,168.21371,629.42584,446.43536,74.33645,700.6418,50.891663,81.71716,182.7477,27.72951,4.748144,20.378748,1268.2198,1.4230485,2.9944355,118.595856,9.554954,5.330168,24.704376,34.072693,361.6045,90.40948,161.03284,1495.8279,173.25513,2183.1885,1877.4088,14.171689,16.353294,10319.834,10.314905,36.079304,340.91077,58.80988,113.30423,54.924446,291.3285,1207.8892,298.33945,7.5166473,58.768707,478.14676,2295.056,43.46551,277.58307,26.220362,1.1882992,55.461647,1.077484,0.71282065,2.4393938,18.41885,67.18013,186.23238,22.661318,2315.7432,90.09543,29.181452,35.94254,9.420737,65.72379,7.7877684,2.20668,12.283871,75.374535,3.5112443,3.3158853,6.2354145,36.68246,14.210023,3.0018952,21.477098,699.11163,76.86463,1551.9376,29.502808,2416.189,54.238037,657.30005,1040.3749,28.324331,13.798607,1514.5887,2188.1025,5497.68,525.58624 +2023-05-09 07:00:00,0.0,5667.55,55.72823,25.43198,17.279537,40.332893,203.61964,32.34062,65.31399,23.627478,35.38365,471.74292,606.2263,20.07043,60.075348,4.8719063,1.6395563,34.742607,26.649406,11.330932,478.34955,3.8433077,354.69186,93.564156,2.2489252,8.352829,120.81022,46.296528,222.67772,196.46881,4532.809,1.7384367,2186.5925,7.465096,2.2478967,1.2974371,11.23732,222.92892,277.446,53.913857,172.56519,31.592575,9.907467,825.99603,9.340627,68.823715,66.976814,425.32,22.416859,375.08682,15.661254,57.522385,0.0,4202.679,10511.787,12.053078,77.10428,79.32391,33975.242,142.2472,8.665574,60.68734,95.82105,67.59503,21.805685,42.59975,720.7141,98.547714,43.112297,7.6357117,12.125763,965.60443,18.173939,335.91302,72.96485,2283.4238,104.5714,138.05663,163.65123,217.87654,14.008538,26.351236,87.2287,11.374978,13.366715,31.500124,46.643333,123.97399,15.79654,13.476369,141.86282,17.61281,4126.2686,46.425495,48.31586,40.3612,46.019737,280.41913,88.37121,63.382057,18.705933,21.72223,43.14472,177.63274,192.38112,89.342545,309.53748,63.85095,53.577175,156.14702,228.62154,941.14636,169.53976,7.455874,15.682292,8.6790495,189.22249,14569.142,7.1536875,35.10765,51.110435,30.888655,356.8712,56.644936,177.15515,4.7949924,168.30443,629.1573,446.1285,74.37656,700.0109,50.873608,81.68745,183.02061,27.712463,4.7445164,20.369026,1269.1774,1.4210942,2.9908469,118.52851,9.558045,5.3302617,24.681152,34.04763,361.33673,90.37746,160.99002,1495.0881,173.31427,2182.9863,1877.4235,14.181063,16.37145,10330.765,10.312764,36.124104,341.02856,58.885185,113.42698,54.955433,291.52948,1207.8925,298.40103,7.522648,58.81138,478.73257,2294.9219,43.45947,278.1754,26.2764,1.1878368,55.461926,1.0772506,0.7123377,2.4385726,18.444641,67.274475,186.43405,22.640247,2317.6643,90.287415,29.239727,36.002857,9.435561,65.76848,7.8044577,2.2066464,12.31586,75.45999,3.528848,3.3229442,6.2449803,36.66381,14.206394,3.008546,21.515015,699.61053,76.9667,1554.2424,29.520597,2418.8252,54.26647,657.0493,1041.9363,28.369337,13.796953,1515.602,2189.2573,5500.398,525.25055 +2023-05-09 08:00:00,0.0,5674.24,55.77588,25.418932,17.287918,40.313644,203.59317,32.33182,65.27849,23.62354,35.36415,472.2154,606.18304,20.06059,60.125374,4.877668,1.6433592,34.726357,26.689093,11.337362,478.2246,3.84789,354.66003,93.52283,2.2462418,8.345008,120.79775,46.277916,222.59738,196.4047,4540.901,1.7365627,2185.8804,7.454642,2.2459245,1.2961737,11.225677,222.89903,277.44614,53.882088,172.86829,31.585752,9.908681,825.84216,9.332787,68.84673,67.00602,425.4032,22.454897,375.08475,15.676009,57.561127,0.0,4203.765,10518.196,12.0775,77.22152,79.43864,33984.383,142.34386,8.682999,60.676292,95.82659,67.65522,21.835634,42.605682,720.79767,98.599464,43.107277,7.646727,12.135599,965.96985,18.22931,336.07886,72.97849,2283.3154,104.62411,138.1325,163.66678,217.63704,14.003019,26.337269,87.15564,11.368062,13.358342,31.548458,46.68689,123.92218,15.802044,13.487321,142.00185,17.600142,4125.538,46.464504,48.39785,40.43942,46.06504,280.35843,88.425316,63.435482,18.71863,21.733704,43.174797,177.91953,192.39996,89.37177,309.6678,63.85155,53.624725,156.29291,228.63521,941.42816,169.6042,7.4514413,15.683333,8.678894,189.09918,14571.634,7.15534,35.080505,51.07598,30.89806,356.95703,56.693905,177.07275,4.7957826,168.39516,628.88873,445.82166,74.41667,699.38007,50.855553,81.65773,183.29353,27.695415,4.7408886,20.359304,1270.135,1.4191399,2.9872582,118.46117,9.561136,5.3303556,24.657927,34.02257,361.06897,90.34543,160.94719,1494.3485,173.37341,2182.7842,1877.438,14.190435,16.389606,10341.695,10.310623,36.168907,341.14636,58.960487,113.54973,54.986416,291.73047,1207.8958,298.4626,7.5286484,58.85405,479.31836,2294.7878,43.45343,278.76773,26.332438,1.1873744,55.462204,1.0770172,0.7118547,2.4377518,18.47043,67.36882,186.63571,22.619177,2319.5857,90.47939,29.298002,36.06317,9.450384,65.81317,7.8211465,2.2066128,12.347849,75.545456,3.5464516,3.3300028,6.254546,36.64516,14.202765,3.015197,21.55293,700.1095,77.06877,1556.5471,29.538385,2421.4614,54.294903,656.79865,1043.4977,28.414343,13.7953,1516.6154,2190.412,5503.115,524.9148 +2023-05-09 09:00:00,0.0,5680.93,55.82353,25.405884,17.296299,40.294395,203.56671,32.323025,65.243,23.619602,35.34465,472.68784,606.1398,20.050753,60.1754,4.883429,1.647162,34.710102,26.728779,11.343793,478.0997,3.8524718,354.6282,93.4815,2.2435584,8.337187,120.78529,46.259304,222.51703,196.34058,4548.9927,1.7346889,2185.1682,7.4441876,2.2439523,1.2949102,11.214033,222.86913,277.44626,53.85032,173.17137,31.578932,9.909894,825.6883,9.324947,68.86975,67.03522,425.4864,22.492933,375.0827,15.690764,57.599873,0.0,4204.851,10524.6045,12.101922,77.33876,79.55337,33993.523,142.44054,8.700422,60.665245,95.83213,67.71541,21.865582,42.611618,720.8812,98.65121,43.102257,7.6577425,12.145436,966.33527,18.28468,336.24466,72.992134,2283.207,104.67681,138.20839,163.68233,217.39755,13.9975,26.323301,87.08259,11.361146,13.349968,31.596792,46.730446,123.87036,15.807548,13.498273,142.14087,17.587473,4124.808,46.50351,48.47984,40.517635,46.110344,280.2977,88.47942,63.48891,18.731329,21.745176,43.204876,178.2063,192.41881,89.40101,309.79807,63.852158,53.67227,156.43878,228.64888,941.70996,169.66866,7.447008,15.684375,8.678739,188.97588,14574.127,7.1569924,35.05336,51.04153,30.907465,357.0429,56.742874,176.99037,4.7965727,168.48589,628.6201,445.5148,74.45678,698.7492,50.837498,81.62802,183.56645,27.67837,4.7372613,20.349583,1271.0927,1.4171855,2.9836695,118.39382,9.564228,5.33045,24.634703,33.997513,360.80118,90.31341,160.90437,1493.6089,173.43256,2182.5818,1877.4526,14.199809,16.407763,10352.625,10.308481,36.21371,341.26416,59.03579,113.67248,55.017403,291.93146,1207.899,298.52417,7.5346484,58.89672,479.90414,2294.6536,43.447388,279.36008,26.388474,1.1869121,55.462482,1.0767838,0.7113717,2.4369307,18.49622,67.463165,186.83739,22.598104,2321.5068,90.67137,29.356277,36.12349,9.465207,65.857864,7.837836,2.2065792,12.379839,75.63091,3.5640552,3.3370614,6.264112,36.62651,14.199136,3.021848,21.590847,700.6084,77.17084,1558.8518,29.556175,2424.098,54.323334,656.5479,1045.0591,28.45935,13.793646,1517.6287,2191.567,5505.8325,524.57904 +2023-05-09 10:00:00,0.0,5687.62,55.871178,25.392836,17.30468,40.275143,203.54024,32.314228,65.2075,23.615665,35.325146,473.16028,606.0965,20.040915,60.22543,4.8891907,1.6509647,34.69385,26.768467,11.350223,477.97476,3.857054,354.5964,93.44017,2.240875,8.329366,120.77283,46.240696,222.43668,196.27647,4557.0845,1.7328149,2184.4558,7.4337335,2.24198,1.2936468,11.202388,222.83922,277.44638,53.81855,173.47446,31.572111,9.911108,825.5344,9.317108,68.89276,67.06442,425.56958,22.530972,375.08063,15.70552,57.638615,0.0,4205.9375,10531.014,12.126345,77.456,79.6681,34002.664,142.5372,8.717847,60.654198,95.83766,67.77559,21.895529,42.61755,720.9648,98.70296,43.097233,7.6687584,12.1552725,966.7007,18.34005,336.41046,73.00578,2283.0986,104.729515,138.28427,163.69788,217.15807,13.9919815,26.309334,87.00953,11.354231,13.341595,31.645126,46.774002,123.81854,15.813051,13.509225,142.27989,17.574804,4124.0776,46.54252,48.56183,40.595856,46.155643,280.237,88.53353,63.54234,18.744026,21.75665,43.234955,178.49307,192.43765,89.430244,309.92838,63.85276,53.719822,156.58467,228.66257,941.99176,169.7331,7.4425755,15.685417,8.678583,188.85257,14576.619,7.158645,35.026215,51.007076,30.916872,357.12875,56.791843,176.90797,4.797363,168.57661,628.35156,445.20798,74.496895,698.1184,50.819443,81.598305,183.83939,27.661322,4.7336335,20.33986,1272.0502,1.4152312,2.9800808,118.32648,9.567319,5.330544,24.611479,33.972454,360.53342,90.28139,160.86156,1492.8691,173.4917,2182.3796,1877.4672,14.209183,16.425919,10363.556,10.30634,36.258514,341.38196,59.11109,113.79523,55.048386,292.13245,1207.9023,298.58575,7.540649,58.939392,480.48993,2294.5195,43.44135,279.95242,26.444511,1.1864496,55.46276,1.0765504,0.7108888,2.4361095,18.522009,67.5575,187.03906,22.577034,2323.4282,90.86335,29.414555,36.183804,9.480031,65.90256,7.8545246,2.2065456,12.411828,75.71637,3.581659,3.34412,6.273678,36.607864,14.195507,3.0284991,21.628763,701.1073,77.2729,1561.1565,29.573965,2426.7341,54.35177,656.2972,1046.6205,28.504356,13.791992,1518.642,2192.7217,5508.5503,524.2433 +2023-05-09 11:00:00,0.0,5694.3105,55.918827,25.379787,17.31306,40.255894,203.51376,32.305435,65.172005,23.611727,35.305645,473.63272,606.0532,20.031075,60.275455,4.8949523,1.6547675,34.6776,26.808153,11.356653,477.84982,3.861636,354.56458,93.39884,2.2381916,8.321545,120.76036,46.222084,222.35634,196.21236,4565.176,1.7309409,2183.7437,7.42328,2.2400079,1.2923834,11.190744,222.80931,277.4465,53.78678,173.77756,31.56529,9.912321,825.38055,9.309268,68.91578,67.09363,425.65277,22.56901,375.07855,15.720275,57.677357,0.0,4207.0234,10537.423,12.150767,77.57324,79.78283,34011.805,142.63387,8.7352705,60.64315,95.8432,67.83578,21.925478,42.62348,721.04834,98.75471,43.092213,7.679774,12.165109,967.06604,18.395422,336.57626,73.019424,2282.9902,104.78222,138.36014,163.71342,216.91856,13.986463,26.295366,86.93648,11.347315,13.333221,31.69346,46.81756,123.76672,15.818556,13.520176,142.41891,17.562136,4123.347,46.581528,48.643818,40.674076,46.200947,280.1763,88.58764,63.595768,18.756725,21.768124,43.265038,178.77986,192.4565,89.45948,310.0587,63.853363,53.76737,156.73055,228.67624,942.27356,169.79753,7.438143,15.686459,8.678428,188.72926,14579.111,7.160298,34.99907,50.972622,30.926277,357.21463,56.840813,176.82559,4.7981524,168.66734,628.083,444.90112,74.537,697.48755,50.801388,81.56859,184.1123,27.644276,4.7300057,20.33014,1273.0078,1.4132769,2.976492,118.25914,9.570411,5.330638,24.588255,33.947395,360.26566,90.24936,160.81874,1492.1294,173.55083,2182.1775,1877.4818,14.218555,16.444077,10374.486,10.304199,36.303318,341.49973,59.186394,113.91798,55.079372,292.33344,1207.9058,298.6473,7.5466495,58.98206,481.07574,2294.3855,43.435307,280.54477,26.50055,1.1859872,55.46304,1.076317,0.7104058,2.4352884,18.547798,67.65185,187.24074,22.555964,2325.3494,91.05533,29.47283,36.244118,9.494854,65.94724,7.871214,2.2065122,12.443817,75.80183,3.5992627,3.351179,6.2832437,36.589214,14.191878,3.03515,21.66668,701.60626,77.37498,1563.4612,29.591755,2429.3704,54.3802,656.0465,1048.1819,28.549364,13.7903385,1519.6553,2193.8765,5511.2676,523.90753 +2023-05-09 12:00:00,0.0,5701.0005,55.966476,25.36674,17.321442,40.236645,203.4873,32.29664,65.13651,23.60779,35.286144,474.10516,606.01,20.021236,60.32548,4.9007134,1.6585703,34.661346,26.847841,11.363084,477.72488,3.866218,354.53275,93.35751,2.2355082,8.3137245,120.747894,46.203476,222.27599,196.14824,4573.2676,1.729067,2183.0315,7.4128256,2.2380357,1.29112,11.1791,222.7794,277.4466,53.755013,174.08064,31.558468,9.913535,825.2267,9.301429,68.9388,67.12283,425.73596,22.607046,375.0765,15.73503,57.716103,0.0,4208.1094,10543.831,12.175189,77.690475,79.89756,34020.945,142.73053,8.752694,60.632103,95.84874,67.895966,21.955425,42.629417,721.1319,98.80645,43.087193,7.690789,12.174946,967.43146,18.450792,336.7421,73.033066,2282.8816,104.83492,138.43604,163.72897,216.67908,13.980944,26.281399,86.86342,11.340399,13.324847,31.741795,46.861115,123.714905,15.8240595,13.531128,142.55794,17.549467,4122.617,46.620537,48.725807,40.752293,46.24625,280.1156,88.64175,63.649193,18.769423,21.779598,43.295116,179.06664,192.47534,89.48871,310.18896,63.853966,53.81492,156.87643,228.68991,942.55536,169.86197,7.43371,15.6875,8.678272,188.60594,14581.6045,7.16195,34.971924,50.938168,30.935682,357.30048,56.889786,176.7432,4.7989426,168.75807,627.81445,444.59427,74.57711,696.8567,50.78333,81.53888,184.38522,27.627228,4.726378,20.320417,1273.9653,1.4113226,2.9729033,118.191795,9.573502,5.3307323,24.565031,33.922333,359.99786,90.21734,160.77592,1491.3898,173.60997,2181.975,1877.4963,14.227929,16.462233,10385.416,10.302057,36.348118,341.61752,59.261696,114.040726,55.110355,292.53442,1207.909,298.7089,7.5526495,59.02473,481.66153,2294.2512,43.429264,281.1371,26.556585,1.185525,55.463318,1.0760835,0.70992285,2.4344673,18.57359,67.74619,187.4424,22.534893,2327.2705,91.247314,29.531105,36.304436,9.509678,65.991936,7.8879027,2.2064786,12.475806,75.88728,3.6168664,3.3582375,6.2928095,36.570564,14.188249,3.041801,21.704596,702.10516,77.47704,1565.766,29.609543,2432.0068,54.408634,655.7958,1049.7433,28.59437,13.788685,1520.6686,2195.0312,5513.9854,523.5718 +2023-05-09 13:00:00,0.0,5707.6904,56.014126,25.353691,17.329823,40.217396,203.46083,32.28784,65.10101,23.603851,35.26664,474.5776,605.96674,20.011398,60.375507,4.906475,1.6623731,34.645096,26.887527,11.3695135,477.59998,3.8708,354.50092,93.316185,2.2328248,8.305903,120.73543,46.184864,222.19565,196.08414,4581.3594,1.727193,2182.3193,7.4023714,2.2360635,1.2898567,11.167457,222.7495,277.44672,53.723244,174.38374,31.551647,9.914749,825.0728,9.29359,68.961815,67.15204,425.81918,22.645084,375.07443,15.749785,57.754845,0.0,4209.1953,10550.24,12.199612,77.80772,80.01229,34030.09,142.8272,8.770119,60.621056,95.85427,67.95615,21.985373,42.63535,721.2155,98.8582,43.082172,7.701805,12.184782,967.7969,18.506163,336.9079,73.04671,2282.7732,104.88763,138.51192,163.74452,216.43959,13.975425,26.267431,86.79037,11.333483,13.316474,31.79013,46.90467,123.663086,15.829563,13.54208,142.69696,17.536798,4121.8867,46.659546,48.807796,40.830513,46.29155,280.05487,88.695854,63.70262,18.782122,21.79107,43.325195,179.35342,192.49417,89.517944,310.31927,63.854572,53.862465,157.02231,228.70358,942.83716,169.9264,7.429277,15.688542,8.678117,188.48264,14584.097,7.163603,34.94478,50.903717,30.94509,357.38635,56.938755,176.66081,4.7997327,168.84879,627.5459,444.28745,74.617226,696.2258,50.765274,81.50916,184.65816,27.610182,4.72275,20.310696,1274.923,1.4093683,2.9693146,118.12445,9.576593,5.3308263,24.541807,33.897274,359.7301,90.18532,160.73311,1490.6501,173.66911,2181.773,1877.511,14.237302,16.480389,10396.347,10.299916,36.39292,341.73532,59.336998,114.163475,55.141342,292.7354,1207.9124,298.77048,7.55865,59.0674,482.2473,2294.1172,43.423225,281.72943,26.612623,1.1850625,55.463596,1.0758501,0.7094399,2.4336464,18.599379,67.84054,187.64407,22.513823,2329.192,91.43929,29.589382,36.36475,9.524501,66.03663,7.904592,2.206445,12.507795,75.97274,3.63447,3.3652961,6.302375,36.551914,14.18462,3.048452,21.742512,702.6041,77.57911,1568.0707,29.627333,2434.643,54.437065,655.54504,1051.3047,28.639376,13.787031,1521.6819,2196.186,5516.7026,523.236 +2023-05-09 14:00:00,0.0,5714.381,56.061775,25.340643,17.338203,40.198143,203.43437,32.279045,65.06552,23.599913,35.24714,475.05005,605.92346,20.00156,60.425537,4.9122367,1.666176,34.628845,26.927214,11.375944,477.47504,3.875382,354.46912,93.27486,2.2301414,8.298082,120.72297,46.166252,222.1153,196.02002,4589.451,1.725319,2181.607,7.391917,2.2340913,1.2885933,11.155813,222.7196,277.44684,53.691475,174.68683,31.544827,9.915962,824.9189,9.285749,68.984825,67.181244,425.90237,22.683123,375.0724,15.76454,57.793587,0.0,4210.2817,10556.649,12.224033,77.92496,80.12702,34039.23,142.92387,8.787542,60.61001,95.85981,68.016335,22.015322,42.64128,721.2991,98.90994,43.07715,7.7128205,12.194619,968.1623,18.561533,337.0737,73.06035,2282.6648,104.94033,138.5878,163.76007,216.20009,13.969906,26.253464,86.71731,11.326567,13.3081,31.838465,46.948227,123.61127,15.835067,13.553031,142.83598,17.52413,4121.1562,46.698555,48.889786,40.908733,46.336853,279.99417,88.74996,63.75605,18.794819,21.802546,43.355274,179.6402,192.51302,89.54718,310.4496,63.855175,53.910015,157.1682,228.71727,943.11896,169.99084,7.4248443,15.689584,8.677961,188.35933,14586.59,7.1652555,34.917637,50.869263,30.954494,357.4722,56.987724,176.57841,4.800523,168.93951,627.27734,443.9806,74.65733,695.595,50.74722,81.47945,184.93108,27.593134,4.7191224,20.300974,1275.8806,1.4074141,2.965726,118.057106,9.579685,5.33092,24.518583,33.872215,359.46234,90.1533,160.69029,1489.9104,173.72826,2181.5708,1877.5255,14.2466755,16.498545,10407.277,10.297775,36.437725,341.85312,59.4123,114.286224,55.172325,292.9364,1207.9156,298.83203,7.5646505,59.11007,482.8331,2293.9832,43.417183,282.32178,26.66866,1.1846002,55.463875,1.0756167,0.7089569,2.4328253,18.625168,67.93488,187.84575,22.492752,2331.113,91.63127,29.647657,36.425068,9.539325,66.081314,7.921281,2.2064114,12.539784,76.058205,3.6520736,3.3723547,6.3119407,36.533268,14.180991,3.055103,21.780428,703.103,77.68118,1570.3754,29.645123,2437.2793,54.465496,655.2944,1052.8661,28.684383,13.785377,1522.6952,2197.3408,5519.4204,522.90027 +2023-05-09 15:00:00,0.0,5721.071,56.109425,25.327593,17.346584,40.178894,203.4079,32.27025,65.03002,23.595976,35.22764,475.52252,605.8802,19.99172,60.475563,4.917998,1.6699787,34.61259,26.966902,11.382375,477.3501,3.879964,354.4373,93.23353,2.227458,8.290261,120.7105,46.147644,222.03494,195.9559,4597.543,1.723445,2180.8948,7.381463,2.232119,1.2873299,11.144168,222.6897,277.44696,53.659706,174.98991,31.538004,9.917176,824.765,9.27791,69.00784,67.21045,425.98557,22.721159,375.0703,15.779295,57.832333,0.0,4211.368,10563.059,12.248456,78.0422,80.24175,34048.37,143.02054,8.804967,60.59896,95.86535,68.07652,22.045269,42.647217,721.3826,98.96169,43.07213,7.723836,12.204455,968.5277,18.616903,337.23953,73.07399,2282.5564,104.993034,138.66368,163.77562,215.9606,13.964387,26.239496,86.64426,11.319651,13.2997265,31.886799,46.991783,123.559456,15.84057,13.563983,142.975,17.511461,4120.4263,46.737564,48.971775,40.98695,46.382156,279.93347,88.80407,63.809475,18.807518,21.814018,43.385357,179.92699,192.53186,89.576416,310.57986,63.855778,53.95756,157.31407,228.73094,943.40076,170.05528,7.4204116,15.690625,8.677805,188.23602,14589.082,7.166908,34.89049,50.83481,30.963902,357.55807,57.036694,176.49603,4.801313,169.03024,627.0088,443.67374,74.69745,694.9641,50.729164,81.44974,185.204,27.576088,4.7154946,20.291254,1276.8381,1.4054598,2.9621372,117.98976,9.582776,5.3310146,24.49536,33.847157,359.19455,90.12127,160.64746,1489.1708,173.78738,2181.3684,1877.5402,14.256048,16.5167,10418.208,10.295633,36.48253,341.97092,59.487602,114.40897,55.203312,293.13736,1207.919,298.89362,7.570651,59.15274,483.41888,2293.8489,43.411144,282.91412,26.724697,1.1841378,55.464153,1.0753833,0.7084739,2.4320042,18.650957,68.02923,188.04742,22.47168,2333.0342,91.82325,29.705933,36.485382,9.554148,66.12601,7.93797,2.2063777,12.5717745,76.14366,3.6696775,3.3794134,6.3215065,36.514618,14.1773615,3.061754,21.818342,703.602,77.78325,1572.68,29.66291,2439.9158,54.49393,655.04364,1054.4275,28.72939,13.783723,1523.7085,2198.4956,5522.1377,522.5645 +2023-05-09 16:00:00,0.0,5727.7607,56.157074,25.314545,17.354965,40.159645,203.38144,32.261456,64.99453,23.592037,35.208134,475.99496,605.8369,19.981882,60.52559,4.9237595,1.6737815,34.59634,27.006588,11.388805,477.2252,3.884546,354.40546,93.1922,2.2247746,8.282441,120.69804,46.129032,221.9546,195.8918,4605.6343,1.7215711,2180.1826,7.3710093,2.230147,1.2860665,11.1325245,222.65979,277.44708,53.627937,175.29301,31.531183,9.91839,824.61115,9.270071,69.03086,67.239655,426.06876,22.759197,375.06827,15.79405,57.871075,0.0,4212.454,10569.467,12.272878,78.15944,80.35648,34057.51,143.1172,8.822391,60.587914,95.87089,68.13671,22.075216,42.65315,721.4662,99.01344,43.06711,7.734852,12.214292,968.89307,18.672274,337.40533,73.08763,2282.448,105.04574,138.73956,163.79117,215.72112,13.958868,26.225529,86.571205,11.312736,13.291353,31.935133,47.03534,123.50764,15.846074,13.574935,143.11403,17.498793,4119.696,46.77657,49.053764,41.06517,46.427456,279.87277,88.85818,63.862904,18.820215,21.82549,43.415436,180.21376,192.5507,89.605644,310.71017,63.856384,54.00511,157.45996,228.74461,943.68256,170.11972,7.415979,15.691667,8.6776495,188.11272,14591.575,7.1685605,34.863346,50.800354,30.973307,357.64392,57.085663,176.41364,4.8021026,169.12097,626.7402,443.3669,74.73756,694.3333,50.71111,81.42002,185.47691,27.55904,4.7118673,20.281532,1277.7958,1.4035054,2.9585485,117.92242,9.585868,5.3311086,24.472136,33.822098,358.9268,90.08925,160.60464,1488.4312,173.84653,2181.1663,1877.5547,14.265422,16.534857,10429.138,10.293492,36.527332,342.08868,59.562904,114.53172,55.234295,293.33835,1207.9222,298.9552,7.576651,59.19541,484.0047,2293.7148,43.4051,283.50644,26.780735,1.1836754,55.46443,1.07515,0.70799094,2.431183,18.676746,68.12357,188.24908,22.45061,2334.9556,92.015236,29.764208,36.5457,9.568971,66.1707,7.9546595,2.2063441,12.603764,76.22912,3.6872811,3.3864722,6.3310723,36.495968,14.173733,3.068405,21.856258,704.1009,77.88532,1574.9847,29.6807,2442.552,54.52236,654.7929,1055.9889,28.774397,13.782069,1524.7218,2199.6504,5524.855,522.22876 +2023-05-09 17:00:00,0.0,5734.451,56.204723,25.301497,17.363346,40.140396,203.35497,32.25266,64.95904,23.5881,35.188633,476.4674,605.79364,19.972044,60.575615,4.929521,1.6775843,34.58009,27.046274,11.395235,477.10025,3.8891282,354.37363,93.15087,2.2220912,8.27462,120.68557,46.11042,221.87425,195.82768,4613.726,1.7196971,2179.4705,7.360555,2.2281747,1.2848032,11.120881,222.62988,277.4472,53.59617,175.5961,31.524363,9.919603,824.4573,9.262231,69.05387,67.26886,426.15198,22.797235,375.0662,15.808805,57.909817,0.0,4213.54,10575.876,12.2973,78.27668,80.471214,34066.652,143.21387,8.839815,60.576866,95.87642,68.19689,22.105164,42.65908,721.54974,99.065186,43.062088,7.7458673,12.224129,969.2585,18.727644,337.57114,73.10128,2282.3396,105.09844,138.81544,163.80672,215.48161,13.953349,26.211561,86.498146,11.3058195,13.282979,31.983467,47.078896,123.45582,15.851578,13.585887,143.25307,17.486124,4118.9653,46.81558,49.135754,41.14339,46.47276,279.81204,88.912285,63.916332,18.832914,21.836966,43.445515,180.50055,192.56955,89.63488,310.84048,63.856987,54.052658,157.60583,228.7583,943.96436,170.18416,7.4115458,15.692709,8.677494,187.98941,14594.067,7.170213,34.8362,50.765903,30.982712,357.7298,57.134632,176.33125,4.8028927,169.2117,626.4716,443.06006,74.77767,693.70245,50.693054,81.390305,185.74985,27.541992,4.7082396,20.27181,1278.7533,1.4015511,2.9549599,117.85507,9.588959,5.3312025,24.448912,33.797035,358.65903,90.05723,160.56183,1487.6914,173.90567,2180.964,1877.5693,14.274795,16.553015,10440.068,10.29135,36.572132,342.20648,59.638206,114.654465,55.26528,293.53934,1207.9257,299.01675,7.5826516,59.238083,484.59048,2293.5806,43.39906,284.0988,26.836771,1.1832131,55.464714,1.0749166,0.70750797,2.4303622,18.702538,68.21791,188.45076,22.429539,2336.8767,92.207214,29.822485,36.606014,9.583795,66.21539,7.9713483,2.2063105,12.635753,76.314575,3.7048848,3.3935308,6.340638,36.477318,14.170104,3.0750558,21.894175,704.59985,77.98739,1577.2896,29.69849,2445.1882,54.550793,654.54224,1057.5503,28.819403,13.780416,1525.7351,2200.8052,5527.5728,521.893 +2023-05-09 18:00:00,0.0,5741.141,56.252377,25.288448,17.371727,40.121143,203.32849,32.243862,64.92354,23.584162,35.169132,476.93985,605.75037,19.962204,60.625645,4.935282,1.6813871,34.56384,27.085962,11.401666,476.9753,3.8937101,354.34183,93.10954,2.2194078,8.266799,120.6731,46.091812,221.79391,195.76357,4621.818,1.7178231,2178.7583,7.350101,2.2262025,1.2835398,11.109237,222.59998,277.44733,53.564396,175.8992,31.51754,9.920817,824.3034,9.254392,69.07689,67.29806,426.23517,22.835272,375.06415,15.823561,57.948563,0.0,4214.626,10582.285,12.321723,78.39392,80.585945,34075.793,143.31053,8.857239,60.56582,95.88196,68.25708,22.135113,42.665016,721.6333,99.116936,43.057064,7.756883,12.233965,969.6239,18.783014,337.73697,73.11492,2282.2312,105.151146,138.89133,163.82227,215.24213,13.94783,26.197594,86.425095,11.298903,13.274606,32.031803,47.12245,123.404,15.857081,13.596838,143.39209,17.473455,4118.2354,46.854588,49.217743,41.221607,46.518063,279.75134,88.966385,63.969757,18.845612,21.848438,43.475594,180.78732,192.5884,89.664116,310.97076,63.85759,54.10021,157.75172,228.77197,944.24615,170.2486,7.407113,15.69375,8.677339,187.8661,14596.561,7.1718655,34.809055,50.73145,30.992119,357.81564,57.1836,176.24886,4.803683,169.30241,626.20306,442.7532,74.81778,693.0716,50.675,81.360596,186.02277,27.524946,4.704612,20.262089,1279.7109,1.3995968,2.9513712,117.78773,9.592051,5.3312964,24.425686,33.771976,358.39124,90.0252,160.51901,1486.9518,173.96481,2180.7617,1877.584,14.284168,16.57117,10450.999,10.289209,36.616936,342.32428,59.71351,114.777214,55.296265,293.74033,1207.929,299.07834,7.588652,59.280754,485.17627,2293.4465,43.39302,284.69113,26.892809,1.1827507,55.464993,1.0746832,0.70702505,2.429541,18.728327,68.312256,188.65244,22.408468,2338.7979,92.39919,29.88076,36.666332,9.598618,66.26008,7.9880376,2.206277,12.667742,76.40003,3.7224884,3.4005895,6.350204,36.458668,14.166474,3.081707,21.93209,705.09875,78.089455,1579.5942,29.716278,2447.8247,54.579227,654.2915,1059.1117,28.864408,13.778762,1526.7485,2201.96,5530.29,521.55725 +2023-05-09 19:00:00,0.0,5747.831,56.300026,25.2754,17.380108,40.101894,203.30203,32.235065,64.88805,23.580225,35.149628,477.4123,605.70715,19.952366,60.67567,4.941044,1.6851898,34.547585,27.125648,11.408096,476.85037,3.8982923,354.31,93.068214,2.2167242,8.258978,120.660645,46.0732,221.71356,195.69945,4629.9097,1.7159492,2178.046,7.339647,2.2242303,1.2822764,11.097593,222.57007,277.44745,53.532627,176.20229,31.51072,9.92203,824.14954,9.2465515,69.09991,67.32726,426.31836,22.87331,375.06207,15.838316,57.987305,0.0,4215.712,10588.693,12.346145,78.511154,80.700676,34084.938,143.40721,8.874662,60.55477,95.8875,68.31727,22.16506,42.670948,721.71686,99.168686,43.052044,7.7678986,12.243801,969.9893,18.838385,337.90277,73.12856,2282.1228,105.20385,138.96721,163.83781,215.00264,13.942311,26.183628,86.352036,11.291987,13.266232,32.080135,47.166008,123.35218,15.862585,13.60779,143.53111,17.460787,4117.505,46.893597,49.299732,41.299828,46.563362,279.69064,89.02049,64.023186,18.85831,21.859913,43.505676,181.07411,192.60722,89.69335,311.10107,63.858192,54.147755,157.8976,228.78564,944.52795,170.31305,7.4026804,15.694792,8.677183,187.7428,14599.053,7.173518,34.78191,50.696995,31.001524,357.90152,57.23257,176.16647,4.804473,169.39314,625.9345,442.44638,74.85789,692.44073,50.65694,81.33088,186.29568,27.507898,4.700984,20.252367,1280.6685,1.3976425,2.9477823,117.72038,9.595141,5.331391,24.402462,33.746918,358.12347,89.99318,160.4762,1486.2122,174.02396,2180.5596,1877.5985,14.293541,16.589327,10461.929,10.287068,36.66174,342.44208,59.78881,114.89996,55.327248,293.9413,1207.9323,299.13992,7.594652,59.32342,485.76205,2293.3125,43.38698,285.28348,26.948847,1.1822883,55.46527,1.0744498,0.7065421,2.42872,18.754116,68.4066,188.85411,22.387398,2340.7192,92.59117,29.939035,36.726646,9.613441,66.30477,8.004726,2.2062433,12.699731,76.48549,3.740092,3.407648,6.35977,36.44002,14.162846,3.088358,21.970007,705.59766,78.19153,1581.8989,29.734068,2450.461,54.60766,654.0408,1060.6731,28.909416,13.777108,1527.7618,2203.1147,5533.008,521.2215 +2023-05-09 20:00:00,0.0,5754.5215,56.347675,25.262352,17.388489,40.082645,203.27556,32.22627,64.85255,23.576286,35.130127,477.88474,605.6639,19.942528,60.725697,4.9468055,1.6889926,34.531334,27.165337,11.414526,476.72546,3.9028742,354.27817,93.026886,2.2140408,8.251157,120.64818,46.054592,221.63321,195.63535,4638.0015,1.7140753,2177.3337,7.3291926,2.222258,1.2810129,11.085949,222.54016,277.44757,53.50086,176.50537,31.503899,9.923244,823.99567,9.238712,69.12292,67.35647,426.40155,22.911348,375.06003,15.853071,58.02605,0.0,4216.7983,10595.103,12.370567,78.628395,80.81541,34094.08,143.50388,8.892087,60.543728,95.89303,68.37745,22.195007,42.676884,721.8004,99.22043,43.047024,7.778914,12.253638,970.35474,18.893755,338.06857,73.142204,2282.0144,105.25655,139.04309,163.85336,214.76314,13.936792,26.16966,86.278984,11.285071,13.257858,32.12847,47.209564,123.30036,15.868089,13.618742,143.67014,17.448118,4116.7744,46.932606,49.38172,41.378048,46.608665,279.6299,89.0746,64.076614,18.871008,21.871386,43.535755,181.36089,192.62607,89.72258,311.23135,63.8588,54.195305,158.04349,228.79932,944.80975,170.37749,7.3982477,15.695833,8.677028,187.61948,14601.545,7.175171,34.754765,50.66254,31.01093,357.98737,57.28154,176.08408,4.805263,169.48387,625.66595,442.13953,74.898,691.8099,50.638885,81.30116,186.56862,27.490852,4.697356,20.242645,1281.6261,1.3956882,2.9441936,117.65304,9.598233,5.331485,24.379238,33.72186,357.8557,89.96116,160.43338,1485.4724,174.08308,2180.3572,1877.6132,14.302915,16.607483,10472.859,10.284926,36.706543,342.55988,59.864117,115.02271,55.358234,294.1423,1207.9355,299.20148,7.6006527,59.366093,486.34787,2293.1782,43.38094,285.8758,27.004883,1.181826,55.46555,1.0742164,0.7060591,2.427899,18.779905,68.500946,189.05577,22.366327,2342.6404,92.78316,29.99731,36.78696,9.628264,66.349464,8.021416,2.2062097,12.73172,76.570946,3.757696,3.414707,6.3693357,36.42137,14.159217,3.0950089,22.007923,706.0966,78.293594,1584.2036,29.751858,2453.0972,54.636093,653.7901,1062.2345,28.954422,13.7754545,1528.7751,2204.2695,5535.725,520.8858 +2023-05-09 21:00:00,0.0,5761.2114,56.395325,25.249304,17.396868,40.063393,203.2491,32.217476,64.817055,23.572348,35.110626,478.35718,605.6206,19.932688,60.775723,4.9525666,1.6927955,34.515083,27.205023,11.420957,476.60052,3.9074564,354.24637,92.98556,2.2113574,8.243337,120.63571,46.03598,221.55287,195.57123,4646.093,1.7122014,2176.6216,7.3187385,2.220286,1.2797495,11.074305,222.51027,277.4477,53.46909,176.80847,31.497078,9.9244585,823.84174,9.230873,69.145935,67.38567,426.48474,22.949385,375.05795,15.867826,58.064793,0.0,4217.8843,10601.512,12.394989,78.745636,80.93014,34103.22,143.60054,8.909511,60.53268,95.89857,68.43764,22.224957,42.682816,721.88403,99.27218,43.042,7.78993,12.263474,970.7201,18.949125,338.23438,73.155846,2281.906,105.30926,139.11897,163.86891,214.52365,13.931273,26.155693,86.205925,11.278156,13.249485,32.176804,47.25312,123.24854,15.873592,13.629693,143.80916,17.43545,4116.0444,46.971615,49.46371,41.456264,46.65397,279.5692,89.12871,64.13004,18.883707,21.88286,43.565834,181.64767,192.64491,89.751816,311.36166,63.8594,54.242855,158.18936,228.813,945.09155,170.44193,7.3938146,15.696876,8.676872,187.49617,14604.038,7.176823,34.72762,50.62809,31.020336,358.0732,57.33051,176.0017,4.8060527,169.5746,625.3974,441.83267,74.93811,691.1791,50.62083,81.27145,186.84154,27.473804,4.6937284,20.232924,1282.5837,1.393734,2.940605,117.58569,9.601325,5.3315787,24.356014,33.6968,357.58792,89.92913,160.39056,1484.7328,174.14223,2180.155,1877.6277,14.312288,16.625639,10483.79,10.282785,36.751347,342.67764,59.93942,115.14546,55.389217,294.3433,1207.9388,299.26306,7.606653,59.408764,486.93365,2293.0442,43.374897,286.46814,27.06092,1.1813636,55.465828,1.073983,0.7055761,2.4270778,18.805696,68.59529,189.25745,22.345257,2344.5618,92.975136,30.055588,36.84728,9.643087,66.39415,8.038105,2.206176,12.763709,76.65641,3.7752995,3.4217656,6.3789015,36.40272,14.155587,3.1016598,22.04584,706.5955,78.39566,1586.5083,29.769646,2455.7334,54.664524,653.53937,1063.7959,28.99943,13.773801,1529.7885,2205.4243,5538.4424,520.55005 +2023-05-09 22:00:00,0.0,5767.902,56.442974,25.236256,17.405249,40.044144,203.22263,32.20868,64.78156,23.56841,35.09112,478.82962,605.57733,19.92285,60.825752,4.9583282,1.6965983,34.49883,27.244709,11.427387,476.4756,3.9120383,354.21454,92.94423,2.208674,8.235516,120.623245,46.01737,221.47252,195.50711,4654.1846,1.7103274,2175.9094,7.3082848,2.2183137,1.2784861,11.062661,222.48036,277.4478,53.43732,177.11156,31.490255,9.925672,823.68787,9.223033,69.16895,67.41488,426.56793,22.987423,375.0559,15.882581,58.103535,0.0,4218.9707,10607.92,12.419412,78.86288,81.04487,34112.36,143.6972,8.926935,60.521633,95.904106,68.497826,22.254904,42.688747,721.9676,99.32392,43.03698,7.8009453,12.273312,971.0855,19.004496,338.4002,73.16949,2281.7974,105.36196,139.19485,163.88446,214.28416,13.925755,26.141726,86.13287,11.27124,13.241111,32.22514,47.296677,123.19673,15.879096,13.640645,143.94818,17.422781,4115.314,47.01062,49.5457,41.534485,46.69927,279.5085,89.182816,64.183464,18.896404,21.894333,43.595913,181.93445,192.66376,89.78105,311.49197,63.860004,54.2904,158.33525,228.82668,945.37335,170.50636,7.389382,15.697917,8.676717,187.37286,14606.53,7.178476,34.700474,50.593636,31.029741,358.1591,57.37948,175.9193,4.806843,169.66533,625.12885,441.52585,74.978226,690.5482,50.602776,81.24174,187.11446,27.456758,4.6901007,20.223202,1283.5413,1.3917797,2.9370162,117.51835,9.604416,5.331673,24.33279,33.671738,357.32016,89.89711,160.34775,1483.9932,174.20137,2179.953,1877.6423,14.321661,16.643795,10494.721,10.280644,36.796146,342.79544,60.01472,115.26821,55.420204,294.54428,1207.9421,299.32465,7.6126537,59.45143,487.51944,2292.9102,43.36886,287.0605,27.116957,1.1809012,55.466106,1.0737495,0.70509315,2.426257,18.831486,68.68964,189.45912,22.324184,2346.483,93.167114,30.113863,36.907593,9.657911,66.43884,8.054793,2.2061424,12.795699,76.74187,3.7929032,3.4288242,6.3884673,36.38407,14.151958,3.108311,22.083755,707.0945,78.497734,1588.8131,29.787436,2458.3699,54.692955,653.28864,1065.3572,29.044436,13.772147,1530.8018,2206.579,5541.16,520.2143 +2023-05-09 23:00:00,0.0,5774.592,56.490623,25.223207,17.41363,40.024895,203.19617,32.199883,64.74606,23.564472,35.07162,479.3021,605.53406,19.913012,60.87578,4.96409,1.7004011,34.48258,27.284397,11.433817,476.35068,3.9166205,354.1827,92.9029,2.2059906,8.2276945,120.61078,45.99876,221.39218,195.44301,4662.2764,1.7084534,2175.197,7.2978306,2.2163415,1.2772228,11.051017,222.45045,277.44794,53.405552,177.41466,31.483435,9.926886,823.534,9.215194,69.19196,67.444084,426.65112,23.025461,375.05383,15.897336,58.14228,0.0,4220.0566,10614.329,12.443834,78.98012,81.15959,34121.5,143.79388,8.944359,60.510586,95.909645,68.55801,22.284851,42.694683,722.05115,99.37567,43.03196,7.8119607,12.283148,971.4509,19.059868,338.566,73.18313,2281.689,105.414665,139.27074,163.90001,214.04466,13.920236,26.127758,86.05982,11.264324,13.232738,32.27347,47.340233,123.14491,15.8846,13.651597,144.0872,17.410112,4114.5835,47.04963,49.62769,41.612705,46.74457,279.4478,89.23692,64.23689,18.909103,21.905806,43.625996,182.22124,192.6826,89.81029,311.62225,63.86061,54.33795,158.48112,228.84035,945.65515,170.5708,7.384949,15.698958,8.676561,187.24956,14609.023,7.1801286,34.67333,50.55918,31.039146,358.24493,57.428448,175.83691,4.807633,169.75604,624.8602,441.219,75.01833,689.91736,50.58472,81.21202,187.38737,27.43971,4.686473,20.21348,1284.4989,1.3898253,2.9334276,117.451004,9.607508,5.331767,24.309566,33.64668,357.0524,89.86509,160.30492,1483.2535,174.26051,2179.7505,1877.6569,14.331035,16.661953,10505.65,10.278502,36.84095,342.91324,60.090023,115.39096,55.451187,294.74527,1207.9456,299.3862,7.618654,59.494102,488.10522,2292.776,43.362816,287.65283,27.172995,1.1804389,55.466385,1.0735161,0.70461017,2.4254358,18.857275,68.78398,189.6608,22.303114,2348.404,93.35909,30.172138,36.96791,9.672734,66.483536,8.071483,2.2061088,12.827688,76.827324,3.8105068,3.4358828,6.3980327,36.365425,14.14833,3.1149619,22.121672,707.5934,78.5998,1591.1178,29.805225,2461.006,54.72139,653.03796,1066.9186,29.089441,13.770493,1531.8151,2207.734,5543.8774,519.87854 +2023-05-10 00:00:00,0.0,5781.2817,56.538273,25.21016,17.42201,40.005646,203.1697,32.191086,64.71057,23.560535,35.05212,479.77454,605.4908,19.903172,60.925804,4.969851,1.7042038,34.466328,27.324083,11.440248,476.22574,3.9212024,354.15088,92.86157,2.2033072,8.219873,120.59832,45.98015,221.31183,195.37889,4670.368,1.7065794,2174.4849,7.2873764,2.2143693,1.2759594,11.039373,222.42055,277.44803,53.373783,177.71774,31.476614,9.9281,823.3801,9.207355,69.21498,67.47329,426.7343,23.063498,375.0518,15.912091,58.181023,0.0,4221.1426,10620.738,12.468256,79.09736,81.27432,34130.64,143.89055,8.961783,60.49954,95.91518,68.618195,22.3148,42.700615,722.1347,99.42742,43.02694,7.8229766,12.292984,971.81635,19.115238,338.7318,73.19678,2281.5806,105.46737,139.34662,163.91556,213.80518,13.914717,26.11379,85.98676,11.257408,13.224363,32.321808,47.38379,123.093094,15.890104,13.662549,144.22623,17.397444,4113.8535,47.08864,49.70968,41.69092,46.789875,279.3871,89.29103,64.29032,18.9218,21.91728,43.656075,182.50801,192.70145,89.839516,311.75256,63.861214,54.385498,158.62701,228.85403,945.93695,170.63524,7.3805165,15.7,8.676406,187.12625,14611.516,7.181781,34.646183,50.524727,31.048553,358.3308,57.477417,175.75452,4.808423,169.84677,624.5917,440.91214,75.05845,689.2865,50.566666,81.182304,187.66031,27.422665,4.6828456,20.203758,1285.4564,1.387871,2.929839,117.38366,9.610599,5.331861,24.286343,33.62162,356.7846,89.83307,160.2621,1482.5138,174.31966,2179.5483,1877.6715,14.340407,16.680109,10516.581,10.276361,36.885754,343.03104,60.165325,115.51371,55.482174,294.94626,1207.9489,299.44778,7.6246543,59.536774,488.691,2292.6418,43.356773,288.24518,27.229033,1.1799765,55.466663,1.0732827,0.7041272,2.4246147,18.883064,68.87833,189.86246,22.282043,2350.3254,93.55108,30.230413,37.028225,9.687558,66.52823,8.088172,2.2060752,12.859677,76.91278,3.8281107,3.4429414,6.4075985,36.346775,14.1447,3.1216128,22.159586,708.09235,78.701866,1593.4225,29.823013,2463.6423,54.74982,652.78723,1068.48,29.134449,13.768839,1532.8284,2208.8887,5546.595,519.5428 +2023-05-10 01:00:00,0.0,5787.972,56.585922,25.197111,17.430391,39.986393,203.14322,32.18229,64.67507,23.556597,35.032616,480.24698,605.4475,19.893333,60.97583,4.9756126,1.7080066,34.450077,27.363771,11.446678,476.1008,3.9257843,354.11908,92.820244,2.2006238,8.212053,120.58585,45.96154,221.23149,195.31477,4678.46,1.7047055,2173.7727,7.276922,2.212397,1.274696,11.02773,222.39064,277.44815,53.342014,178.02083,31.469791,9.929313,823.22626,9.199514,69.238,67.502495,426.8175,23.101536,375.0497,15.9268465,58.219765,0.0,4222.2285,10627.147,12.492679,79.2146,81.38905,34139.785,143.98721,8.979207,60.48849,95.920715,68.67838,22.344748,42.706547,722.21826,99.479164,43.021915,7.833992,12.302821,972.18176,19.170609,338.89764,73.21042,2281.4722,105.52007,139.4225,163.9311,213.56569,13.909198,26.099823,85.91371,11.250492,13.21599,32.370144,47.427345,123.041275,15.895608,13.6735,144.36525,17.384775,4113.123,47.127647,49.791668,41.769142,46.835175,279.3264,89.34514,64.34375,18.9345,21.928753,43.686153,182.7948,192.72028,89.86875,311.88287,63.861816,54.43305,158.77289,228.8677,946.21875,170.69968,7.3760834,15.701042,8.67625,187.00294,14614.009,7.1834335,34.619038,50.490276,31.057959,358.41666,57.526386,175.67213,4.809213,169.9375,624.3231,440.60532,75.09856,688.65564,50.548607,81.152596,187.93323,27.405617,4.679218,20.194036,1286.4141,1.3859167,2.9262502,117.316315,9.61369,5.3319554,24.263119,33.59656,356.51685,89.80104,160.21928,1481.7742,174.37878,2179.3462,1877.686,14.349781,16.698265,10527.512,10.27422,36.930557,343.1488,60.240627,115.63646,55.513157,295.14722,1207.9521,299.50937,7.630655,59.579445,489.27682,2292.5078,43.350735,288.8375,27.285069,1.179514,55.46694,1.0730493,0.7036443,2.4237936,18.908854,68.972664,190.06413,22.260973,2352.2466,93.74306,30.28869,37.088543,9.702381,66.572914,8.104861,2.2060416,12.891666,76.99824,3.8457143,3.4500003,6.4171643,36.328125,14.141071,3.1282637,22.197502,708.59125,78.80394,1595.7272,29.840803,2466.2788,54.77825,652.5365,1070.0414,29.179455,13.767185,1533.8417,2210.0435,5549.3125,519.20703 +2023-05-10 02:00:00,0.0,5794.662,56.63357,25.184063,17.438772,39.967144,203.11676,32.173492,64.63958,23.55266,35.013115,480.71942,605.40424,19.883495,61.02586,4.9813743,1.7118094,34.433823,27.403458,11.453108,475.97586,3.9303665,354.08725,92.778915,2.1979403,8.204232,120.57339,45.94293,221.15114,195.25066,4686.552,1.7028315,2173.0605,7.266468,2.210425,1.2734326,11.016085,222.36073,277.44827,53.310246,178.32393,31.46297,9.930527,823.0724,9.191675,69.26101,67.5317,426.9007,23.139574,375.04767,15.941602,58.25851,0.0,4223.315,10633.556,12.5171,79.33183,81.503784,34148.926,144.08388,8.996631,60.477444,95.926254,68.73856,22.374695,42.712482,722.3018,99.530914,43.016895,7.8450074,12.312657,972.5471,19.225979,339.06345,73.22406,2281.3638,105.57278,139.49838,163.94666,213.32619,13.903679,26.085855,85.84065,11.243576,13.207617,32.418476,47.4709,122.989456,15.901112,13.684452,144.50427,17.372107,4112.3926,47.166656,49.873657,41.847363,46.880478,279.2657,89.39925,64.39718,18.947197,21.940228,43.716232,183.08157,192.73912,89.89799,312.01315,63.86242,54.480595,158.91878,228.88138,946.50055,170.76411,7.3716507,15.702084,8.676095,186.87964,14616.501,7.1850863,34.591892,50.455822,31.067366,358.50253,57.57536,175.58974,4.810003,170.02823,624.05457,440.29846,75.138664,688.0248,50.530552,81.12288,188.20615,27.38857,4.67559,20.184315,1287.3716,1.3839624,2.9226613,117.24897,9.616781,5.3320494,24.239895,33.571503,356.24908,89.76902,160.17647,1481.0345,174.43793,2179.1438,1877.7007,14.359154,16.716421,10538.441,10.2720785,36.97536,343.2666,60.31593,115.75921,55.544144,295.3482,1207.9554,299.57092,7.636655,59.622116,489.8626,2292.3735,43.344692,289.42984,27.341106,1.1790518,55.46722,1.0728159,0.7031613,2.4229724,18.934645,69.06701,190.26581,22.239902,2354.1677,93.935036,30.346966,37.148857,9.717204,66.61761,8.12155,2.206008,12.9236555,77.083694,3.863318,3.457059,6.42673,36.309475,14.137443,3.1349149,22.235418,709.0902,78.906006,1598.0319,29.858593,2468.915,54.806686,652.2858,1071.6028,29.224463,13.765532,1534.855,2211.1982,5552.0303,518.8713 +2023-05-10 03:00:00,0.0,5801.352,56.68122,25.171015,17.447153,39.947895,203.09029,32.1647,64.60409,23.548721,34.99361,481.19186,605.361,19.873655,61.075886,4.9871354,1.7156123,34.417572,27.443144,11.459538,475.85095,3.9349484,354.05542,92.73758,2.195257,8.196411,120.56092,45.924316,221.07079,195.18655,4694.643,1.7009575,2172.3484,7.2560143,2.208453,1.2721692,11.004441,222.33084,277.4484,53.278477,178.62701,31.45615,9.93174,822.9185,9.183835,69.28403,67.560905,426.9839,23.17761,375.0456,15.956357,58.297253,0.0,4224.401,10639.965,12.541523,79.44907,81.618515,34158.066,144.18054,9.014055,60.466396,95.93179,68.79875,22.404644,42.718414,722.3854,99.582664,43.011875,7.8560233,12.322494,972.91254,19.28135,339.22925,73.2377,2281.2554,105.62548,139.57426,163.9622,213.0867,13.89816,26.071888,85.7676,11.236661,13.199243,32.466812,47.51446,122.93764,15.906615,13.695404,144.6433,17.359438,4111.6626,47.205666,49.955647,41.92558,46.92578,279.205,89.453354,64.45061,18.959896,21.9517,43.746315,183.36836,192.75797,89.927216,312.14346,63.863026,54.528145,159.06465,228.89505,946.78235,170.82855,7.367218,15.703125,8.675939,186.75633,14618.994,7.1867385,34.564747,50.421368,31.07677,358.58838,57.62433,175.50735,4.810793,170.11896,623.786,439.9916,75.17878,687.394,50.512497,81.09316,188.47908,27.371523,4.6719623,20.174593,1288.3292,1.3820081,2.9190726,117.18163,9.619873,5.3321433,24.21667,33.54644,355.9813,89.737,160.13365,1480.2949,174.49707,2178.9417,1877.7152,14.368527,16.734577,10549.372,10.2699375,37.02016,343.3844,60.39123,115.88196,55.575127,295.5492,1207.9587,299.6325,7.6426554,59.664783,490.4484,2292.2395,43.338654,290.0222,27.397144,1.1785893,55.4675,1.0725825,0.7026783,2.4221516,18.960434,69.161354,190.46748,22.218832,2356.089,94.127014,30.405241,37.209175,9.732028,66.6623,8.138239,2.2059746,12.955645,77.16916,3.8809216,3.4641175,6.436296,36.290825,14.133814,3.1415658,22.273335,709.5891,79.00807,1600.3367,29.87638,2471.5513,54.835117,652.0351,1073.1642,29.269468,13.763878,1535.8683,2212.353,5554.7476,518.5355 +2023-05-10 04:00:00,0.0,5808.0425,56.72887,25.157967,17.455534,39.928646,203.06383,32.155903,64.56859,23.544785,34.97411,481.6643,605.31775,19.863817,61.12591,4.992897,1.7194151,34.40132,27.482832,11.465969,475.726,3.9395306,354.0236,92.69625,2.1925735,8.18859,120.548454,45.90571,220.99045,195.12244,4702.735,1.6990836,2171.636,7.24556,2.2064807,1.2709059,10.992798,222.30093,277.44852,53.246708,178.93011,31.44933,9.932954,822.7646,9.175996,69.307045,67.5901,427.06708,23.215649,375.04352,15.971112,58.335995,0.0,4225.487,10646.374,12.565945,79.566315,81.733246,34167.207,144.27722,9.031479,60.45535,95.93733,68.85894,22.434591,42.724346,722.469,99.63441,43.006855,7.8670387,12.332331,973.27795,19.33672,339.39505,73.25134,2281.147,105.678185,139.65015,163.97775,212.84721,13.892641,26.05792,85.69454,11.229745,13.190869,32.515144,47.558018,122.885826,15.912119,13.706355,144.78233,17.34677,4110.932,47.244675,50.037636,42.0038,46.97108,279.14426,89.50746,64.504036,18.972593,21.963175,43.776394,183.65514,192.77681,89.95645,312.27377,63.86363,54.57569,159.21054,228.90874,947.06415,170.89299,7.3627853,15.704167,8.675783,186.63303,14621.486,7.188391,34.537605,50.386913,31.086176,358.67426,57.673298,175.42496,4.811583,170.20967,623.51746,439.68475,75.21889,686.7631,50.494442,81.06345,188.752,27.354477,4.6683345,20.164871,1289.2869,1.3800538,2.915484,117.11429,9.622964,5.3322377,24.193445,33.52138,355.71353,89.70497,160.09084,1479.5552,174.55621,2178.7395,1877.7299,14.3779,16.752733,10560.303,10.267796,37.064964,343.5022,60.466534,116.0047,55.606113,295.75018,1207.962,299.6941,7.648656,59.707455,491.03418,2292.1055,43.33261,290.61453,27.45318,1.1781269,55.46778,1.0723491,0.70219535,2.4213305,18.986223,69.2557,190.66914,22.19776,2358.0103,94.319,30.463518,37.26949,9.746851,66.706985,8.154928,2.205941,12.987635,77.254616,3.8985252,3.4711761,6.445862,36.27218,14.130184,3.1482167,22.31125,710.088,79.110146,1602.6414,29.89417,2474.1877,54.86355,651.7844,1074.7256,29.314474,13.762224,1536.8816,2213.5078,5557.465,518.19977 +2023-05-10 05:00:00,0.0,5814.7324,56.77652,25.144918,17.463915,39.909393,203.03735,32.147106,64.5331,23.540846,34.95461,482.13675,605.2745,19.85398,61.175938,4.9986587,1.7232178,34.385067,27.522518,11.472399,475.60107,3.9441125,353.9918,92.65492,2.1898901,8.180769,120.535995,45.887096,220.9101,195.05832,4710.8267,1.6972096,2170.9238,7.235106,2.2045085,1.2696425,10.9811535,222.27103,277.44864,53.21494,179.2332,31.442507,9.934168,822.6107,9.168157,69.330055,67.61931,427.1503,23.253687,375.04147,15.985867,58.37474,0.0,4226.573,10652.782,12.590367,79.683556,81.84798,34176.348,144.37389,9.048903,60.4443,95.94287,68.91912,22.464539,42.73028,722.55255,99.68616,43.00183,7.878054,12.342167,973.6434,19.39209,339.56088,73.264984,2281.0386,105.73089,139.72603,163.9933,212.60771,13.887122,26.043953,85.62149,11.222829,13.182495,32.56348,47.601574,122.83401,15.917623,13.717307,144.92136,17.334103,4110.2017,47.28368,50.119625,42.08202,47.016384,279.08356,89.56157,64.55746,18.985292,21.974648,43.806473,183.94193,192.79565,89.98569,312.40405,63.86423,54.62324,159.35641,228.92241,947.34595,170.95744,7.358352,15.705209,8.675628,186.5097,14623.9795,7.190044,34.51046,50.352463,31.095583,358.7601,57.722267,175.34258,4.812373,170.3004,623.24884,439.37793,75.259,686.13226,50.476387,81.03374,189.02492,27.33743,4.6647067,20.15515,1290.2444,1.3780996,2.9118953,117.04694,9.626056,5.3323317,24.170221,33.496323,355.44577,89.67295,160.04802,1478.8156,174.61534,2178.537,1877.7444,14.387274,16.770891,10571.232,10.265655,37.109768,343.62,60.541836,116.12745,55.637096,295.95117,1207.9653,299.75565,7.6546564,59.750126,491.62,2291.9712,43.326572,291.20685,27.509218,1.1776646,55.46806,1.0721157,0.70171237,2.4205093,19.012012,69.350044,190.87082,22.17669,2359.9314,94.51098,30.521793,37.329803,9.761675,66.75168,8.1716175,2.2059073,13.019624,77.34007,3.916129,3.4782348,6.4554276,36.25353,14.126555,3.1548676,22.349167,710.587,79.21221,1604.946,29.91196,2476.824,54.891983,651.5337,1076.287,29.359482,13.760571,1537.8949,2214.6626,5560.1826,517.864 +2023-05-10 06:00:00,0.0,5821.4224,56.82417,25.13187,17.472296,39.890144,203.0109,32.13831,64.4976,23.536907,34.935104,482.60922,605.2312,19.84414,61.225967,5.00442,1.7270206,34.368816,27.562204,11.478829,475.47614,3.9486947,353.95996,92.613594,2.1872067,8.172949,120.52353,45.86849,220.82976,194.99422,4718.9185,1.6953356,2170.2117,7.224652,2.2025363,1.2683791,10.96951,222.24112,277.44876,53.18317,179.53629,31.435686,9.935381,822.45685,9.160316,69.35307,67.64851,427.2335,23.291723,375.0394,16.000622,58.413483,0.0,4227.659,10659.191,12.61479,79.8008,81.96271,34185.49,144.47055,9.066327,60.433254,95.94841,68.97931,22.494486,42.736214,722.6361,99.7379,42.99681,7.88907,12.352003,974.0087,19.44746,339.72668,73.27863,2280.9302,105.78359,139.80191,164.00885,212.36823,13.881603,26.029987,85.54843,11.215913,13.174122,32.611813,47.64513,122.78219,15.923126,13.728259,145.06038,17.321434,4109.4717,47.32269,50.201614,42.160236,47.061687,279.02286,89.61568,64.610886,18.99799,21.98612,43.83655,184.2287,192.8145,90.01492,312.53436,63.864834,54.670788,159.5023,228.93608,947.62775,171.02188,7.3539195,15.70625,8.675472,186.3864,14626.472,7.191696,34.483315,50.31801,31.104988,358.84598,57.771236,175.26018,4.8131633,170.39113,622.9803,439.07108,75.29911,685.5014,50.458332,81.00402,189.29784,27.320383,4.661079,20.145428,1291.202,1.3761452,2.9083066,116.9796,9.629148,5.3324256,24.146997,33.471264,355.17798,89.64093,160.00519,1478.0759,174.67448,2178.335,1877.759,14.3966465,16.789047,10582.163,10.263514,37.15457,343.73776,60.617138,116.2502,55.66808,296.15216,1207.9688,299.81723,7.6606565,59.792793,492.20578,2291.8372,43.32053,291.7992,27.565254,1.1772022,55.468338,1.0718824,0.7012294,2.4196882,19.037802,69.44439,191.0725,22.155619,2361.8528,94.70296,30.580069,37.39012,9.776498,66.79637,8.188306,2.2058737,13.051613,77.42553,3.9337327,3.4852936,6.4649935,36.23488,14.122927,3.1615188,22.387083,711.0859,79.31428,1607.2507,29.929749,2479.4602,54.920414,651.28296,1077.8484,29.404488,13.758917,1538.9082,2215.8174,5562.9,517.52826 +2023-05-10 07:00:00,0.0,5828.113,56.87182,25.118822,17.480677,39.870895,202.98442,32.129513,64.462105,23.53297,34.915604,483.08167,605.1879,19.834301,61.275993,5.0101814,1.7308234,34.352566,27.601892,11.48526,475.35123,3.9532766,353.92813,92.572266,2.1845233,8.165128,120.51106,45.849876,220.7494,194.9301,4727.0103,1.6934618,2169.4995,7.2141976,2.2005641,1.2671156,10.957867,222.21121,277.44888,53.1514,179.83939,31.428865,9.936595,822.303,9.152477,69.37609,67.67772,427.31668,23.329762,375.03735,16.015377,58.452225,0.0,4228.745,10665.601,12.639212,79.91804,82.07744,34194.633,144.56721,9.083752,60.422207,95.95393,69.0395,22.524435,42.742146,722.71967,99.78965,42.99179,7.9000854,12.36184,974.37415,19.50283,339.8925,73.292274,2280.8218,105.836296,139.87779,164.0244,212.12874,13.876084,26.01602,85.47538,11.208997,13.165748,32.66015,47.688686,122.73037,15.92863,13.739211,145.1994,17.308765,4108.741,47.3617,50.283604,42.238457,47.106987,278.96213,89.66978,64.664314,19.010689,21.997595,43.866634,184.51547,192.83333,90.04415,312.66467,63.86544,54.718338,159.64818,228.94975,947.90955,171.08632,7.349487,15.707292,8.675317,186.26309,14628.964,7.193349,34.45617,50.283554,31.114393,358.93182,57.820206,175.1778,4.813953,170.48186,622.71173,438.76422,75.339226,684.87054,50.440277,80.974304,189.57077,27.303335,4.6574516,20.135706,1292.1595,1.3741909,2.904718,116.912254,9.632238,5.33252,24.123774,33.446205,354.91022,89.6089,159.96237,1477.3362,174.73363,2178.1328,1877.7736,14.40602,16.807203,10593.094,10.261372,37.199375,343.85556,60.69244,116.37295,55.699066,296.35315,1207.972,299.8788,7.666657,59.835464,492.79156,2291.7031,43.314487,292.39154,27.621292,1.1767399,55.468616,1.071649,0.7007464,2.418867,19.063593,69.538734,191.27417,22.134548,2363.774,94.894936,30.638344,37.450436,9.791321,66.841064,8.204995,2.20584,13.083602,77.51099,3.9513364,3.4923522,6.4745593,36.21623,14.119297,3.1681697,22.425,711.58484,79.41635,1609.5554,29.947538,2482.0967,54.94885,651.0323,1079.4098,29.449495,13.757263,1539.9215,2216.9722,5565.6177,517.1925 +2023-05-10 08:00:00,0.0,5834.8027,56.91947,25.105774,17.489058,39.851646,202.95796,32.12072,64.426605,23.529032,34.896103,483.5541,605.14465,19.824463,61.32602,5.015943,1.7346262,34.336315,27.641579,11.49169,475.2263,3.9578588,353.8963,92.53094,2.1818397,8.157307,120.4986,45.831264,220.66905,194.86598,4735.1016,1.6915878,2168.7874,7.2037435,2.198592,1.2658522,10.946221,222.1813,277.449,53.119633,180.14247,31.422043,9.937809,822.1491,9.144638,69.39911,67.706924,427.3999,23.3678,375.03528,16.030132,58.49097,0.0,4229.831,10672.009,12.663634,80.03528,82.19217,34203.773,144.66388,9.101175,60.41116,95.95947,69.09968,22.554382,42.74808,722.8032,99.8414,42.986767,7.911101,12.371676,974.73956,19.5582,340.05832,73.305916,2280.7131,105.889,139.95367,164.03993,211.88924,13.870565,26.002052,85.40233,11.202081,13.157374,32.70848,47.732243,122.67855,15.934134,13.750162,145.33842,17.296097,4108.0107,47.400707,50.365593,42.316677,47.15229,278.90143,89.723885,64.71774,19.023386,22.009068,43.896713,184.80226,192.85217,90.07339,312.79495,63.866043,54.765884,159.79407,228.96344,948.19135,171.15076,7.345054,15.708334,8.675161,186.13979,14631.457,7.1950016,34.429024,50.2491,31.1238,359.0177,57.869175,175.0954,4.814743,170.57259,622.4432,438.4574,75.37933,684.2397,50.42222,80.944595,189.84369,27.286287,4.653824,20.125984,1293.1172,1.3722366,2.9011292,116.84491,9.63533,5.332614,24.10055,33.421143,354.64246,89.57688,159.91956,1476.5966,174.79277,2177.9304,1877.7882,14.415394,16.82536,10604.024,10.259231,37.244175,343.97336,60.767742,116.4957,55.73005,296.55414,1207.9753,299.94037,7.6726575,59.878136,493.37735,2291.5688,43.30845,292.9839,27.67733,1.1762775,55.468895,1.0714155,0.7002635,2.4180462,19.089382,69.63307,191.47585,22.113478,2365.6953,95.08692,30.69662,37.510754,9.806145,66.88575,8.221684,2.2058065,13.115591,77.59644,3.96894,3.4994109,6.484125,36.197582,14.115668,3.1748207,22.462914,712.08374,79.51842,1611.8602,29.965328,2484.733,54.97728,650.78156,1080.9712,29.494501,13.7556095,1540.9348,2218.127,5568.335,516.85675 +2023-05-10 09:00:00,0.0,5841.4927,56.96712,25.092726,17.497438,39.832394,202.93149,32.111923,64.39111,23.525095,34.8766,484.02655,605.1014,19.814623,61.376045,5.021704,1.7384291,34.32006,27.681267,11.49812,475.10135,3.9624407,353.8645,92.48961,2.1791563,8.149486,120.48613,45.812656,220.58871,194.80188,4743.1934,1.6897138,2168.075,7.1932898,2.1966197,1.2645888,10.934578,222.1514,277.44913,53.087864,180.44557,31.415222,9.939022,821.99524,9.136798,69.42212,67.73613,427.4831,23.405836,375.03323,16.044888,58.529713,0.0,4230.9175,10678.418,12.688056,80.15252,82.3069,34212.914,144.76056,9.118599,60.400112,95.96501,69.15987,22.58433,42.754013,722.8868,99.89314,42.981747,7.9221168,12.381514,975.105,19.613571,340.22412,73.31956,2280.6047,105.9417,140.02956,164.05548,211.64975,13.8650465,25.988085,85.32927,11.195166,13.149001,32.756817,47.7758,122.62673,15.939637,13.761114,145.47745,17.283428,4107.2803,47.439716,50.447582,42.394894,47.197594,278.84073,89.77799,64.77117,19.036085,22.020542,43.926792,185.08904,192.87102,90.10262,312.92526,63.866646,54.813435,159.93994,228.97711,948.47314,171.2152,7.340621,15.709375,8.675006,186.01648,14633.949,7.1966543,34.40188,50.21465,31.133205,359.10355,57.918144,175.01302,4.815533,170.6633,622.1746,438.15054,75.41944,683.6089,50.404163,80.91488,190.11661,27.269241,4.650196,20.116264,1294.0747,1.3702823,2.8975403,116.777565,9.638421,5.332708,24.077326,33.396084,354.37466,89.54486,159.87674,1475.8569,174.85191,2177.7283,1877.8027,14.424767,16.843515,10614.954,10.25709,37.28898,344.09116,60.84305,116.61845,55.761036,296.75513,1207.9786,300.00195,7.6786575,59.920807,493.96317,2291.4348,43.302406,293.5762,27.733366,1.1758151,55.469173,1.0711821,0.6997805,2.4172251,19.115171,69.72742,191.6775,22.092407,2367.6165,95.2789,30.754896,37.571068,9.820968,66.93044,8.238374,2.2057729,13.14758,77.6819,3.9865437,3.5064695,6.493691,36.178932,14.11204,3.1814716,22.50083,712.5827,79.62049,1614.1649,29.983116,2487.3691,55.00571,650.5308,1082.5326,29.539507,13.753955,1541.9482,2219.2817,5571.0522,516.52106 +2023-05-10 10:00:00,0.0,5848.183,57.01477,25.079678,17.50582,39.813145,202.90501,32.103127,64.35562,23.521156,34.857098,484.499,605.0581,19.804785,61.426075,5.027466,1.7422318,34.30381,27.720953,11.504551,474.97644,3.9670227,353.83267,92.44828,2.176473,8.141665,120.47367,45.794044,220.50836,194.73776,4751.285,1.6878399,2167.3628,7.1828356,2.1946476,1.2633255,10.922934,222.1215,277.44925,53.056095,180.74866,31.408401,9.940236,821.8413,9.128959,69.44514,67.765335,427.56628,23.443874,375.03116,16.059643,58.568455,0.0,4232.0034,10684.827,12.712479,80.26975,82.42163,34222.055,144.85722,9.1360235,60.389065,95.97055,69.220055,22.614279,42.759945,722.97034,99.94489,42.976727,7.933132,12.39135,975.4704,19.668941,340.38992,73.3332,2280.4963,105.99441,140.10544,164.07103,211.41026,13.859528,25.974117,85.25622,11.18825,13.140627,32.805153,47.819355,122.57491,15.945141,13.772066,145.61647,17.27076,4106.5503,47.478725,50.52957,42.473114,47.242893,278.78003,89.8321,64.8246,19.048782,22.032015,43.95687,185.37582,192.88986,90.13186,313.05557,63.867252,54.86098,160.08583,228.99078,948.75494,171.27963,7.3361883,15.710417,8.67485,185.89317,14636.442,7.1983066,34.374733,50.180195,31.14261,359.18942,57.967113,174.93062,4.8163233,170.75403,621.90607,437.8437,75.45956,682.978,50.38611,80.88516,190.38953,27.252193,4.6465683,20.106543,1295.0323,1.368328,2.8939517,116.71022,9.641513,5.332802,24.054102,33.371025,354.1069,89.51284,159.83392,1475.1172,174.91104,2177.5261,1877.8174,14.43414,16.861671,10625.885,10.254948,37.333782,344.20895,60.91835,116.741196,55.79202,296.95612,1207.9819,300.06354,7.684658,59.963478,494.54895,2291.3008,43.296368,294.16855,27.789404,1.1753528,55.46945,1.0709487,0.69929755,2.416404,19.14096,69.82176,191.87918,22.071335,2369.5376,95.47088,30.813171,37.631386,9.835792,66.975136,8.255062,2.2057393,13.17957,77.767365,4.0041475,3.5135283,6.5032563,36.160282,14.10841,3.1881227,22.538746,713.0816,79.72256,1616.4696,30.000906,2490.0056,55.034145,650.28015,1084.094,29.584515,13.752301,1542.9615,2220.4365,5573.77,516.1853 +2023-05-10 11:00:00,0.0,5854.873,57.06242,25.06663,17.5142,39.793896,202.87856,32.09433,64.32012,23.51722,34.837597,484.97144,605.0149,19.794947,61.4761,5.0332274,1.7460346,34.28756,27.76064,11.510981,474.8515,3.9716048,353.80084,92.40695,2.1737895,8.133844,120.461205,45.775433,220.42802,194.67365,4759.377,1.6859659,2166.6506,7.1723814,2.1926754,1.2620621,10.91129,222.0916,277.44934,53.024326,181.05174,31.401579,9.941449,821.68744,9.1211195,69.468155,67.79454,427.64948,23.481913,375.0291,16.074398,58.6072,0.0,4233.09,10691.236,12.736901,80.38699,82.53636,34231.195,144.95389,9.153447,60.37802,95.97609,69.280235,22.644226,42.76588,723.05396,99.99664,42.971706,7.944148,12.401186,975.83575,19.724314,340.55576,73.34684,2280.388,106.04711,140.18132,164.08658,211.17076,13.854009,25.96015,85.18316,11.181334,13.132254,32.853485,47.86291,122.5231,15.9506445,13.783017,145.7555,17.258091,4105.82,47.517735,50.61156,42.551334,47.288197,278.7193,89.88621,64.87802,19.061481,22.04349,43.986954,185.6626,192.9087,90.16109,313.18585,63.867855,54.90853,160.2317,229.00447,949.03674,171.34407,7.3317556,15.711458,8.674695,185.76987,14638.935,7.1999593,34.347588,50.14574,31.152018,359.27527,58.016083,174.84824,4.8171134,170.84476,621.6375,437.53687,75.499664,682.34717,50.368053,80.85545,190.66246,27.235147,4.6429405,20.09682,1295.99,1.3663737,2.890363,116.642876,9.644604,5.332896,24.030878,33.345966,353.83914,89.48081,159.7911,1474.3776,174.97018,2177.3237,1877.8319,14.443513,16.87983,10636.815,10.252807,37.378586,344.32672,60.993652,116.863945,55.823006,297.15707,1207.9852,300.1251,7.6906586,60.006145,495.13474,2291.1665,43.290325,294.7609,27.845442,1.1748904,55.46973,1.0707153,0.6988146,2.415583,19.16675,69.91611,192.08086,22.050264,2371.459,95.66286,30.871447,37.6917,9.850615,67.01983,8.271751,2.2057056,13.211559,77.85282,4.021751,3.520587,6.512822,36.141632,14.104781,3.1947737,22.576662,713.58057,79.82462,1618.7743,30.018696,2492.6418,55.062576,650.0294,1085.6554,29.62952,13.750648,1543.9749,2221.5913,5576.4873,515.84955 +2023-05-10 12:00:00,0.0,5861.5635,57.11007,25.053581,17.522581,39.774647,202.85208,32.085533,64.28463,23.51328,34.818092,485.44388,604.9716,19.785109,61.526127,5.0389886,1.7498374,34.271305,27.800327,11.517411,474.72656,3.9761868,353.769,92.36562,2.171106,8.126023,120.44874,45.756824,220.34767,194.60953,4767.4688,1.6840919,2165.9385,7.161927,2.1907032,1.2607987,10.899647,222.06169,277.44946,52.992558,181.35484,31.394758,9.942663,821.53357,9.113279,69.491165,67.823746,427.73267,23.519949,375.02704,16.089153,58.645943,0.0,4234.176,10697.645,12.761323,80.504234,82.65109,34240.336,145.05055,9.170872,60.366974,95.98163,69.34042,22.674173,42.771812,723.1375,100.048386,42.966682,7.9551635,12.411023,976.2012,19.779684,340.72156,73.36048,2280.2795,106.099815,140.2572,164.10213,210.93127,13.84849,25.946182,85.11011,11.1744175,13.123879,32.90182,47.906467,122.47128,15.956148,13.793969,145.89452,17.245422,4105.0894,47.55674,50.69355,42.62955,47.3335,278.6586,89.940315,64.93145,19.074179,22.054962,44.017033,185.94939,192.92754,90.19032,313.31616,63.868458,54.956078,160.3776,229.01814,949.31854,171.40851,7.327323,15.712501,8.67454,185.64656,14641.428,7.201612,34.320442,50.111286,31.161423,359.36115,58.065052,174.76584,4.817903,170.93549,621.3689,437.23,75.53978,681.7163,50.35,80.82574,190.93538,27.2181,4.6393127,20.0871,1296.9475,1.3644195,2.8867743,116.57553,9.647696,5.33299,24.007654,33.320908,353.57135,89.44879,159.74829,1473.638,175.02933,2177.1216,1877.8466,14.452887,16.897985,10647.745,10.250666,37.42339,344.44452,61.068954,116.986694,55.85399,297.35806,1207.9886,300.18668,7.696659,60.048817,495.72052,2291.0325,43.284286,295.35324,27.901478,1.174428,55.47001,1.0704819,0.6983316,2.414762,19.192541,70.01045,192.28253,22.029194,2373.3801,95.85484,30.929724,37.752018,9.865438,67.064514,8.288441,2.205672,13.243548,77.93828,4.039355,3.5276456,6.522388,36.122982,14.101152,3.2014246,22.614578,714.07947,79.9267,1621.079,30.036484,2495.278,55.091007,649.7787,1087.2168,29.674528,13.748994,1544.9882,2222.746,5579.205,515.5138 +2023-05-10 13:00:00,0.0,5868.2534,57.15772,25.040533,17.53096,39.755394,202.82562,32.076736,64.24913,23.509342,34.79859,485.91632,604.92834,19.775269,61.576153,5.04475,1.7536402,34.255054,27.840014,11.523842,474.60162,3.980769,353.7372,92.324295,2.1684227,8.118202,120.43627,45.738213,220.26732,194.54543,4775.5605,1.682218,2165.226,7.151473,2.188731,1.2595353,10.888001,222.03178,277.4496,52.96079,181.65793,31.387938,9.943877,821.3797,9.10544,69.51418,67.85294,427.81586,23.557987,375.025,16.103909,58.68469,0.0,4235.2617,10704.054,12.785746,80.621475,82.76582,34249.48,145.14722,9.188295,60.355927,95.98717,69.40061,22.704123,42.777744,723.22107,100.100136,42.961662,7.966179,12.420859,976.5666,19.835054,340.88736,73.37413,2280.1711,106.15252,140.33308,164.11768,210.69179,13.842971,25.932215,85.03705,11.167501,13.115506,32.950153,47.950027,122.419464,15.961653,13.804921,146.03354,17.232754,4104.3594,47.59575,50.77554,42.70777,47.3788,278.5979,89.99442,64.98488,19.086878,22.066435,44.04711,186.23616,192.94638,90.21956,313.44644,63.86906,55.003628,160.52347,229.03181,949.60034,171.47295,7.32289,15.713542,8.674384,185.52325,14643.92,7.203264,34.293297,50.076836,31.170828,359.447,58.11402,174.68346,4.818693,171.02621,621.10034,436.92316,75.57989,681.08545,50.331944,80.79602,191.2083,27.201054,4.635685,20.077377,1297.9052,1.3624651,2.8831856,116.50819,9.650787,5.333084,23.984428,33.29585,353.3036,89.41677,159.70547,1472.8982,175.08847,2176.9194,1877.8611,14.462259,16.916142,10658.676,10.248524,37.46819,344.56232,61.144257,117.10944,55.884975,297.55905,1207.992,300.24826,7.702659,60.091488,496.3063,2290.8984,43.278244,295.94556,27.957516,1.1739657,55.470287,1.0702485,0.6978486,2.413941,19.21833,70.1048,192.48419,22.008123,2375.3013,96.04682,30.987999,37.812332,9.880261,67.10921,8.30513,2.2056384,13.2755375,78.023735,4.0569587,3.5347042,6.531954,36.104336,14.097523,3.2080755,22.652494,714.57837,80.02876,1623.3838,30.054274,2497.9146,55.119442,649.528,1088.7782,29.719534,13.74734,1546.0015,2223.901,5581.9224,515.17804 +2023-05-10 14:00:00,0.0,5874.9434,57.205368,25.027485,17.539341,39.736145,202.79915,32.067944,64.21364,23.505405,34.77909,486.3888,604.8851,19.76543,61.626183,5.050512,1.757443,34.238804,27.8797,11.530272,474.4767,3.9853508,353.70538,92.28297,2.1657393,8.110381,120.423805,45.719604,220.18698,194.48131,4783.652,1.680344,2164.514,7.1410193,2.1867588,1.2582719,10.876358,222.00188,277.4497,52.92902,181.96103,31.381117,9.94509,821.2258,9.0976,69.5372,67.88215,427.89905,23.596025,375.02292,16.118664,58.72343,0.0,4236.3477,10710.463,12.810167,80.738716,82.880554,34258.62,145.2439,9.20572,60.34488,95.9927,69.46079,22.73407,42.78368,723.3046,100.15188,42.956642,7.977195,12.430696,976.932,19.890425,341.05316,73.38777,2280.0627,106.20522,140.40897,164.13322,210.45229,13.837452,25.918247,84.964,11.160585,13.107133,32.99849,47.993584,122.367645,15.967156,13.815873,146.17256,17.220085,4103.629,47.634758,50.85753,42.78599,47.424103,278.53717,90.04853,65.03831,19.099575,22.07791,44.07719,186.52295,192.96523,90.248795,313.57675,63.869667,55.051174,160.66936,229.04549,949.88214,171.53738,7.318457,15.714583,8.674229,185.39993,14646.413,7.204917,34.26615,50.04238,31.180235,359.53287,58.16299,174.60106,4.8194833,171.11693,620.8318,436.61633,75.62,680.4546,50.313885,80.76631,191.48123,27.184006,4.6320577,20.067656,1298.8627,1.3605108,2.879597,116.44084,9.653878,5.3331785,23.961205,33.270786,353.03583,89.38474,159.66264,1472.1586,175.14761,2176.717,1877.8757,14.471633,16.934298,10669.606,10.246383,37.512993,344.6801,61.21956,117.23219,55.91596,297.76004,1207.9952,300.3098,7.7086596,60.134155,496.89212,2290.7642,43.2722,296.5379,28.013552,1.1735033,55.470566,1.0700151,0.69736564,2.4131198,19.24412,70.19914,192.68587,21.987053,2377.2227,96.2388,31.046274,37.872646,9.895084,67.1539,8.321818,2.2056048,13.307527,78.10919,4.074562,3.5417628,6.5415196,36.085686,14.093894,3.2147267,22.69041,715.07733,80.13083,1625.6885,30.072063,2500.5508,55.147873,649.2773,1090.3396,29.76454,13.745687,1547.0148,2225.0557,5584.64,514.8423 +2023-05-10 15:00:00,0.0,5881.634,57.253017,25.014437,17.547722,39.716896,202.77269,32.059147,64.17815,23.501467,34.759586,486.86124,604.8418,19.755592,61.67621,5.056273,1.7612458,34.22255,27.919388,11.536702,474.35178,3.989933,353.67355,92.24164,2.163056,8.102561,120.41135,45.700993,220.10663,194.41719,4791.7437,1.67847,2163.8018,7.130565,2.1847866,1.2570086,10.864715,221.97197,277.44983,52.89725,182.26411,31.374294,9.946304,821.07196,9.089761,69.56021,67.911354,427.98224,23.634064,375.02087,16.133419,58.762173,0.0,4237.434,10716.871,12.83459,80.85596,82.99528,34267.76,145.34056,9.223144,60.33383,95.99824,69.52098,22.764017,42.78961,723.3882,100.20363,42.951622,7.98821,12.440533,977.2974,19.945795,341.219,73.40141,2279.9543,106.25793,140.48485,164.14877,210.2128,13.831933,25.90428,84.89094,11.15367,13.098759,33.04682,48.03714,122.31583,15.97266,13.826824,146.31158,17.207417,4102.8984,47.673767,50.939518,42.86421,47.469406,278.47647,90.10264,65.091736,19.112274,22.089382,44.107273,186.80972,192.98407,90.27802,313.70706,63.87027,55.098724,160.81523,229.05917,950.16394,171.60184,7.3140244,15.715625,8.674072,185.27663,14648.905,7.2065697,34.239006,50.007927,31.18964,359.6187,58.21196,174.51868,4.8202734,171.20766,620.56323,436.30948,75.66011,679.8238,50.29583,80.736595,191.75415,27.16696,4.62843,20.057934,1299.8203,1.3585565,2.8760083,116.3735,9.65697,5.3332725,23.93798,33.245728,352.76804,89.35272,159.61983,1471.419,175.20674,2176.515,1877.8903,14.481006,16.952454,10680.536,10.244241,37.557796,344.7979,61.29486,117.35494,55.946945,297.96103,1207.9985,300.3714,7.71466,60.176826,497.4779,2290.6301,43.266163,297.13025,28.06959,1.1730409,55.470844,1.0697817,0.6968827,2.4122987,19.269909,70.29349,192.88754,21.965982,2379.1438,96.43078,31.10455,37.932964,9.909908,67.198586,8.338508,2.2055712,13.339516,78.19465,4.092166,3.5488217,6.5510855,36.067036,14.090265,3.2213776,22.728327,715.57623,80.2329,1627.9932,30.089851,2503.187,55.176304,649.02655,1091.901,29.809547,13.744033,1548.0281,2226.2104,5587.3574,514.50653 +2023-05-10 16:00:00,0.0,5888.3237,57.300667,25.001389,17.556103,39.697647,202.74622,32.05035,64.14265,23.49753,34.740086,487.33368,604.7985,19.745752,61.726234,5.0620346,1.7650486,34.2063,27.959074,11.543133,474.22684,3.994515,353.64172,92.20031,2.1603725,8.09474,120.39888,45.68238,220.02629,194.35309,4799.8354,1.676596,2163.0896,7.120111,2.1828144,1.2557452,10.85307,221.94208,277.44995,52.865482,182.5672,31.367474,9.947518,820.9181,9.081922,69.58323,67.94056,428.06546,23.6721,375.0188,16.148172,58.80092,0.0,4238.52,10723.28,12.859012,80.9732,83.11001,34276.902,145.43723,9.240567,60.322784,96.00378,69.58117,22.793964,42.795544,723.47174,100.25538,42.946598,7.9992256,12.450369,977.6628,20.001165,341.3848,73.415054,2279.846,106.31063,140.56073,164.16432,209.97331,13.826414,25.890312,84.81789,11.146754,13.090385,33.095158,48.080696,122.26401,15.978164,13.837776,146.45062,17.194748,4102.1685,47.712776,51.021507,42.94243,47.514706,278.41577,90.156746,65.145164,19.124971,22.100857,44.137352,187.09651,193.00291,90.30726,313.83734,63.870872,55.14627,160.96112,229.07285,950.44574,171.66628,7.309592,15.716667,8.673917,185.15332,14651.397,7.208222,34.21186,49.973473,31.199047,359.7046,58.260933,174.43628,4.8210635,171.29839,620.2947,436.00262,75.70022,679.19293,50.277775,80.70688,192.02707,27.149912,4.624802,20.048212,1300.7778,1.3566022,2.8724194,116.30615,9.660061,5.3333664,23.914757,33.22067,352.50027,89.3207,159.57701,1470.6792,175.26588,2176.3127,1877.9049,14.490379,16.97061,10691.467,10.2421,37.6026,344.91568,61.370163,117.477684,55.97793,298.16202,1208.0018,300.43295,7.7206607,60.219498,498.0637,2290.496,43.26012,297.7226,28.125628,1.1725786,55.471127,1.0695482,0.69639975,2.4114776,19.295698,70.387825,193.08922,21.94491,2381.0652,96.62276,31.162827,37.99328,9.924731,67.24328,8.355197,2.2055376,13.371505,78.28011,4.1097693,3.5558803,6.5606513,36.048386,14.086636,3.2280285,22.766243,716.0752,80.33497,1630.2979,30.107641,2505.8235,55.20474,648.7759,1093.4624,29.854553,13.742379,1549.0414,2227.3652,5590.0747,514.1708 +2023-05-10 17:00:00,0.0,5895.0137,57.348316,24.98834,17.564484,39.678394,202.71974,32.041553,64.107155,23.493591,34.720585,487.80612,604.75525,19.735914,61.77626,5.067796,1.7688514,34.19005,27.998762,11.549562,474.10193,3.999097,353.60992,92.15898,2.157689,8.086919,120.38641,45.663773,219.94594,194.28897,4807.9272,1.6747221,2162.3774,7.109657,2.1808422,1.2544818,10.841427,221.91217,277.45007,52.833714,182.8703,31.360653,9.948731,820.76416,9.074081,69.60625,67.969765,428.14865,23.710138,375.01675,16.162928,58.83966,0.0,4239.6064,10729.689,12.883434,81.09043,83.22474,34286.043,145.53389,9.257992,60.311737,96.00931,69.64135,22.823914,42.80148,723.5553,100.30712,42.941578,8.0102415,12.460205,978.0282,20.056536,341.5506,73.428696,2279.7375,106.363335,140.63661,164.17987,209.73381,13.820895,25.876345,84.744835,11.139838,13.082011,33.143494,48.124252,122.21219,15.983667,13.848728,146.58965,17.18208,4101.438,47.751785,51.103493,43.02065,47.56001,278.35507,90.21085,65.198586,19.13767,22.11233,44.16743,187.38329,193.02176,90.336494,313.96765,63.87148,55.19382,161.107,229.08652,950.72754,171.73071,7.3051586,15.717709,8.673761,185.03001,14653.891,7.2098746,34.18472,49.939022,31.208452,359.79044,58.309902,174.3539,4.821853,171.38911,620.0261,435.6958,75.74033,678.5621,50.25972,80.67716,192.29999,27.132866,4.6211743,20.03849,1301.7355,1.3546479,2.8688307,116.23881,9.663153,5.333461,23.891533,33.19561,352.2325,89.28867,159.5342,1469.9395,175.32503,2176.1104,1877.9196,14.499752,16.988768,10702.397,10.239959,37.647404,345.03348,61.445465,117.60043,56.00891,298.363,1208.0051,300.49454,7.7266607,60.26217,498.64948,2290.3618,43.25408,298.3149,28.181664,1.1721162,55.471405,1.0693148,0.6959168,2.4106567,19.32149,70.48217,193.29088,21.92384,2382.9863,96.81474,31.221102,38.053596,9.939555,67.28797,8.371886,2.205504,13.403495,78.36557,4.127373,3.562939,6.570217,36.02974,14.083007,3.2346797,22.804157,716.5741,80.437035,1632.6025,30.125431,2508.4597,55.23317,648.52515,1095.0237,29.89956,13.7407255,1550.0547,2228.52,5592.7925,513.835 +2023-05-10 18:00:00,0.0,5901.704,57.395966,24.975292,17.572865,39.659145,202.69328,32.032757,64.071655,23.489655,34.70108,488.27856,604.71204,19.726076,61.82629,5.0735574,1.7726542,34.173798,28.038448,11.555993,473.977,4.0036793,353.5781,92.11765,2.1550057,8.079098,120.37395,45.64516,219.8656,194.22485,4816.019,1.6728482,2161.665,7.0992026,2.17887,1.2532183,10.829783,221.88226,277.4502,52.801945,183.17339,31.35383,9.949945,820.6103,9.066242,69.62926,67.99897,428.23184,23.748177,375.01468,16.177683,58.878403,0.0,4240.6924,10736.098,12.907857,81.20767,83.33947,34295.184,145.63055,9.275415,60.30069,96.01485,69.70154,22.85386,42.80741,723.63885,100.35887,42.936558,8.021257,12.470042,978.3936,20.111906,341.71643,73.44234,2279.629,106.41604,140.7125,164.19542,209.49432,13.815376,25.862377,84.671776,11.132922,13.073638,33.191826,48.16781,122.16038,15.989171,13.859679,146.72867,17.16941,4100.7075,47.79079,51.185482,43.098866,47.605312,278.29434,90.26495,65.252014,19.150368,22.123804,44.19751,187.67007,193.04059,90.36573,314.09796,63.87208,55.241367,161.25288,229.10019,951.00934,171.79515,7.300726,15.71875,8.673606,184.90671,14656.383,7.2115273,34.157574,49.904568,31.217857,359.8763,58.35887,174.2715,4.8226433,171.47984,619.75757,435.38895,75.78044,677.9312,50.241665,80.64745,192.57292,27.115818,4.6175466,20.028769,1302.6931,1.3526936,2.865242,116.17146,9.666244,5.3335547,23.868309,33.17055,351.96472,89.25665,159.49138,1469.1998,175.38417,2175.9082,1877.9341,14.509126,17.006924,10713.328,10.237817,37.692204,345.15128,61.520767,117.72318,56.039898,298.564,1208.0084,300.55612,7.7326612,60.30484,499.2353,2290.2278,43.24804,298.90726,28.237701,1.1716537,55.471684,1.0690814,0.6954338,2.4098356,19.347279,70.576515,193.49255,21.90277,2384.9075,97.00672,31.279377,38.11391,9.954378,67.332664,8.388575,2.2054703,13.435484,78.45103,4.144977,3.5699975,6.579783,36.01109,14.079378,3.2413306,22.842073,717.07306,80.53911,1634.9073,30.14322,2511.096,55.261604,648.2744,1096.5851,29.944567,13.739071,1551.068,2229.6748,5595.51,513.49927 +2023-05-10 19:00:00,0.0,5908.394,57.443615,24.962244,17.581245,39.639896,202.66681,32.023964,64.03616,23.485716,34.68158,488.751,604.66876,19.716236,61.876316,5.079319,1.776457,34.157543,28.078135,11.562424,473.85205,4.008261,353.54626,92.076324,2.1523223,8.071278,120.36148,45.626553,219.78525,194.16074,4824.1104,1.6709743,2160.953,7.088749,2.1768978,1.2519549,10.818138,221.85236,277.45032,52.770176,183.47647,31.34701,9.9511595,820.4564,9.058403,69.652275,68.028175,428.31503,23.786213,375.01263,16.192438,58.91715,0.0,4241.7783,10742.507,12.932279,81.32491,83.4542,34304.33,145.72723,9.29284,60.289642,96.020386,69.76173,22.883808,42.813343,723.7225,100.41062,42.931538,8.032272,12.479878,978.75903,20.167276,341.88223,73.45598,2279.5205,106.46874,140.78838,164.21097,209.25484,13.809857,25.848412,84.598724,11.126006,13.065265,33.24016,48.211365,122.10856,15.994675,13.870631,146.86769,17.156742,4099.9775,47.8298,51.26747,43.177086,47.65061,278.23364,90.31906,65.30544,19.163067,22.135277,44.227592,187.95685,193.05943,90.39496,314.22824,63.872684,55.288918,161.39876,229.11388,951.29114,171.85959,7.2962933,15.719792,8.67345,184.7834,14658.876,7.2131796,34.13043,49.870113,31.227264,359.96216,58.40784,174.18912,4.8234334,171.57057,619.48895,435.0821,75.82056,677.30035,50.22361,80.61774,192.84584,27.098772,4.613919,20.019047,1303.6506,1.3507394,2.8616533,116.104126,9.669335,5.3336487,23.845085,33.14549,351.69696,89.22463,159.44856,1468.4602,175.4433,2175.706,1877.9487,14.518499,17.02508,10724.258,10.235676,37.737007,345.26907,61.59607,117.84593,56.07088,298.76498,1208.0118,300.61768,7.738662,60.347507,499.82108,2290.0938,43.241997,299.4996,28.29374,1.1711915,55.471962,1.0688481,0.6949508,2.4090145,19.373068,70.67086,193.69423,21.881699,2386.8289,97.1987,31.337654,38.17423,9.969201,67.37735,8.405264,2.205437,13.467473,78.53648,4.1625805,3.5770564,6.589349,35.99244,14.075748,3.2479815,22.87999,717.57196,80.641174,1637.212,30.161009,2513.7324,55.290035,648.02374,1098.1465,29.989573,13.737417,1552.0813,2230.8296,5598.2275,513.1635 +2023-05-10 20:00:00,0.0,5915.084,57.491264,24.949196,17.589626,39.620644,202.64035,32.015167,64.00067,23.481777,34.66208,489.22345,604.6255,19.706398,61.926342,5.0850806,1.7802597,34.141293,28.117823,11.568853,473.7271,4.012843,353.51447,92.034996,2.149639,8.063457,120.34902,45.60794,219.7049,194.09663,4832.202,1.6691003,2160.2407,7.0782948,2.1749256,1.2506915,10.806495,221.82245,277.45044,52.738407,183.77957,31.340189,9.952373,820.30255,9.050563,69.67529,68.05738,428.39825,23.824251,375.01056,16.207193,58.95589,0.0,4242.8643,10748.916,12.956701,81.442154,83.56893,34313.47,145.8239,9.310264,60.278595,96.02592,69.82191,22.913757,42.81928,723.806,100.462364,42.926514,8.043288,12.489716,979.12445,20.222647,342.04803,73.46963,2279.412,106.52145,140.86426,164.22652,209.01534,13.804338,25.834444,84.525665,11.11909,13.0568905,33.288494,48.25492,122.05674,16.00018,13.881583,147.00671,17.144073,4099.247,47.86881,51.34946,43.255306,47.695915,278.17294,90.37317,65.35887,19.175764,22.146751,44.25767,188.24364,193.07828,90.424194,314.35855,63.873287,55.336464,161.54465,229.12755,951.57294,171.92403,7.2918606,15.720834,8.673295,184.6601,14661.368,7.2148323,34.103283,49.83566,31.23667,360.04803,58.45681,174.10672,4.8242235,171.66129,619.2204,434.77527,75.860664,676.6695,50.205555,80.58802,193.11876,27.081724,4.610291,20.009325,1304.6083,1.348785,2.8580647,116.03678,9.672427,5.333743,23.821861,33.12043,351.4292,89.19261,159.40575,1467.7205,175.50244,2175.5037,1877.9633,14.527872,17.043236,10735.188,10.233535,37.78181,345.38687,61.67137,117.96868,56.101868,298.96597,1208.0151,300.67926,7.744662,60.39018,500.40686,2289.9595,43.23596,300.09195,28.349775,1.170729,55.47224,1.0686147,0.69446784,2.4081933,19.398857,70.765205,193.8959,21.860628,2388.75,97.39068,31.39593,38.234543,9.984025,67.42204,8.421953,2.2054033,13.499462,78.62194,4.1801844,3.584115,6.598914,35.97379,14.07212,3.2546325,22.917906,718.0709,80.74324,1639.5167,30.178799,2516.3687,55.318466,647.773,1099.7079,30.03458,13.735764,1553.0946,2231.9844,5600.945,512.82776 +2023-05-10 21:00:00,0.0,5921.7744,57.538918,24.936148,17.598007,39.601395,202.61388,32.00637,63.96517,23.47784,34.642574,489.69592,604.5822,19.69656,61.976368,5.090842,1.7840626,34.125042,28.157509,11.575284,473.6022,4.017425,353.48264,91.99367,2.1469553,8.055635,120.336555,45.58933,219.62456,194.03252,4840.294,1.6672263,2159.5286,7.0678406,2.1729534,1.2494282,10.79485,221.79254,277.45056,52.70664,184.08266,31.333368,9.953587,820.1487,9.042724,69.6983,68.086586,428.48145,23.86229,375.00848,16.221949,58.994633,0.0,4243.9507,10755.325,12.981123,81.559395,83.68366,34322.61,145.92056,9.327688,60.267548,96.031456,69.882095,22.943705,42.82521,723.8896,100.514114,42.921494,8.054304,12.499552,979.4898,20.278017,342.21384,73.48327,2279.3037,106.57415,140.94014,164.24207,208.77585,13.79882,25.820477,84.452614,11.112175,13.048517,33.33683,48.298477,122.00492,16.005682,13.892535,147.14574,17.131405,4098.5166,47.907818,51.43145,43.333523,47.74122,278.11224,90.42728,65.4123,19.188463,22.158224,44.28775,188.53041,193.09712,90.45343,314.48886,63.873894,55.384014,161.69052,229.14122,951.85474,171.98846,7.2874274,15.721875,8.67314,184.53679,14663.861,7.216485,34.076138,49.80121,31.246075,360.13388,58.50578,174.02434,4.8250136,171.75201,618.95184,434.4684,75.90078,676.0387,50.187496,80.55831,193.3917,27.064678,4.606663,19.999603,1305.5658,1.3468307,2.854476,115.96944,9.675518,5.333837,23.798637,33.09537,351.1614,89.16058,159.36292,1466.9808,175.56158,2175.3015,1877.9779,14.537246,17.061392,10746.119,10.231393,37.826614,345.50464,61.746674,118.09143,56.13285,299.16693,1208.0184,300.74084,7.7506623,60.43285,500.99265,2289.8254,43.229916,300.68427,28.405813,1.1702666,55.47252,1.0683813,0.69398487,2.4073722,19.424646,70.85955,194.09756,21.839558,2390.6711,97.582664,31.454205,38.294857,9.998848,67.466736,8.4386425,2.2053697,13.531451,78.7074,4.1977882,3.5911736,6.60848,35.955143,14.068491,3.2612836,22.955822,718.5698,80.845314,1641.8214,30.196589,2519.005,55.3469,647.5223,1101.2693,30.079586,13.73411,1554.1079,2233.1392,5603.662,512.492 +2023-05-10 22:00:00,0.0,5928.4644,57.586567,24.9231,17.606388,39.582146,202.58742,31.997574,63.92968,23.473902,34.623074,490.16837,604.53894,19.68672,62.026398,5.0966034,1.7878654,34.108788,28.197197,11.581715,473.47726,4.022007,353.4508,91.95234,2.1442719,8.047814,120.32409,45.57072,219.5442,193.9684,4848.3857,1.6653523,2158.8162,7.0573864,2.1709812,1.2481648,10.783207,221.76263,277.45068,52.67487,184.38576,31.326546,9.9548,819.9948,9.034884,69.72132,68.11578,428.56464,23.900326,375.00644,16.236704,59.03338,0.0,4245.0366,10761.733,13.005546,81.676636,83.79839,34331.75,146.01723,9.345112,60.2565,96.036995,69.94228,22.973652,42.831146,723.97314,100.56586,42.916473,8.065319,12.509388,979.8552,20.333387,342.37967,73.49691,2279.1953,106.626854,141.01602,164.25761,208.53636,13.793301,25.806509,84.379555,11.105259,13.040143,33.385162,48.342033,121.9531,16.011187,13.903486,147.28476,17.118736,4097.7866,47.946827,51.51344,43.411743,47.78652,278.0515,90.481384,65.46573,19.20116,22.169697,44.31783,188.8172,193.11597,90.482666,314.61914,63.874496,55.43156,161.83641,229.1549,952.13654,172.0529,7.2829947,15.722917,8.672984,184.41347,14666.354,7.2181373,34.048992,49.766754,31.255482,360.21976,58.55475,173.94194,4.8258033,171.84274,618.6833,434.16156,75.94089,675.40784,50.16944,80.528595,193.66461,27.04763,4.603036,19.989882,1306.5234,1.3448764,2.8508873,115.90209,9.67861,5.333931,23.775414,33.070312,350.89365,89.12856,159.3201,1466.2412,175.62073,2175.099,1877.9924,14.546618,17.079548,10757.049,10.229252,37.871418,345.62244,61.82198,118.21418,56.163837,299.36792,1208.0217,300.8024,7.756663,60.475517,501.57843,2289.6914,43.223877,301.2766,28.46185,1.1698043,55.472797,1.0681479,0.69350195,2.4065514,19.450438,70.953896,194.29924,21.818485,2392.5925,97.77464,31.51248,38.355175,10.013672,67.51142,8.455331,2.205336,13.56344,78.792854,4.2153916,3.5982323,6.618046,35.936493,14.064862,3.2679346,22.993738,719.0688,80.94738,1644.1261,30.214376,2521.641,55.37533,647.2716,1102.8307,30.124594,13.732456,1555.1212,2234.294,5606.38,512.1563 +2023-05-10 23:00:00,0.0,5935.1543,57.634216,24.910051,17.614769,39.562897,202.56094,31.98878,63.894184,23.469965,34.60357,490.6408,604.49567,19.676882,62.076424,5.102365,1.7916682,34.092537,28.236883,11.588144,473.35233,4.0265894,353.41898,91.91101,2.1415884,8.039993,120.31162,45.55211,219.46387,193.9043,4856.4775,1.6634784,2158.104,7.046932,2.169009,1.2469014,10.771564,221.73274,277.45078,52.6431,184.68884,31.319725,9.956014,819.84094,9.027044,69.74434,68.14499,428.64783,23.938364,375.00436,16.25146,59.07212,0.0,4246.1226,10768.143,13.029967,81.79388,83.913124,34340.89,146.11389,9.362535,60.245453,96.042534,70.002464,23.003601,42.83708,724.0567,100.61761,42.91145,8.076335,12.519225,980.22064,20.38876,342.54547,73.51055,2279.087,106.67956,141.0919,164.27316,208.29686,13.787782,25.792542,84.3065,11.098343,13.03177,33.4335,48.38559,121.90128,16.01669,13.914438,147.42378,17.106068,4097.056,47.985836,51.59543,43.489964,47.83182,277.9908,90.53549,65.51915,19.21386,22.181171,44.34791,189.10397,193.13481,90.511894,314.74945,63.8751,55.47911,161.98228,229.16858,952.41833,172.11734,7.278562,15.723959,8.672829,184.29016,14668.847,7.21979,34.021847,49.7323,31.264887,360.3056,58.603718,173.85956,4.8265934,171.93347,618.41473,433.8547,75.980995,674.777,50.151386,80.49888,193.93753,27.030582,4.599408,19.98016,1307.481,1.3429221,2.8472984,115.83475,9.681701,5.3340254,23.752188,33.045254,350.6259,89.09654,159.27728,1465.5015,175.67987,2174.897,1878.0071,14.555992,17.097706,10767.9795,10.227111,37.916218,345.74023,61.89728,118.33693,56.19482,299.5689,1208.025,300.86398,7.7626634,60.51819,502.16425,2289.5571,43.217834,301.86896,28.517887,1.1693419,55.473076,1.0679145,0.693019,2.4057302,19.476227,71.04824,194.50092,21.797415,2394.5137,97.96662,31.570757,38.41549,10.028495,67.556114,8.47202,2.2053025,13.59543,78.87832,4.2329955,3.605291,6.6276116,35.917843,14.061233,3.2745855,23.031654,719.5677,81.049446,1646.4309,30.232166,2524.2776,55.403763,647.0209,1104.3921,30.1696,13.730803,1556.1345,2235.4487,5609.097,511.82053 +2023-05-11 00:00:00,0.0,5941.8447,57.681866,24.897003,17.62315,39.543644,202.53448,31.979982,63.85869,23.466026,34.58407,491.11325,604.4524,19.667044,62.12645,5.108126,1.795471,34.076286,28.27657,11.594575,473.2274,4.0311713,353.38718,91.86968,2.138905,8.032173,120.29916,45.5335,219.38351,193.84018,4864.569,1.6616044,2157.3918,7.036478,2.1670368,1.245638,10.759918,221.70284,277.4509,52.611332,184.99193,31.312904,9.957228,819.687,9.019205,69.76736,68.174194,428.73102,23.976402,375.00232,16.266214,59.110863,0.0,4247.2085,10774.552,13.05439,81.91111,84.027855,34350.03,146.21057,9.37996,60.234406,96.048065,70.06265,23.033548,42.84301,724.14026,100.66936,42.90643,8.087351,12.529061,980.58606,20.44413,342.71127,73.52419,2278.9785,106.73226,141.16779,164.28871,208.05737,13.782262,25.778574,84.23345,11.091427,13.0233965,33.481834,48.429146,121.849464,16.022194,13.92539,147.5628,17.0934,4096.3257,48.024845,51.677418,43.56818,47.877125,277.9301,90.5896,65.57258,19.226557,22.192644,44.37799,189.39076,193.15364,90.54113,314.87976,63.8757,55.52666,162.12817,229.18225,952.70013,172.1818,7.2741294,15.725,8.672673,184.16685,14671.339,7.2214427,33.9947,49.697845,31.274292,360.39145,58.652687,173.77716,4.8273835,172.0242,618.1462,433.54788,76.02111,674.1461,50.13333,80.46917,194.21045,27.013536,4.5957804,19.970438,1308.4386,1.3409678,2.8437097,115.7674,9.6847925,5.3341193,23.728964,33.02019,350.3581,89.064514,159.23447,1464.7618,175.739,2174.6948,1878.0216,14.565365,17.115862,10778.91,10.224969,37.96102,345.85803,61.972584,118.45968,56.225807,299.7699,1208.0283,300.92557,7.7686634,60.56086,502.75003,2289.423,43.211796,302.4613,28.573925,1.1688796,55.473354,1.0676811,0.692536,2.4049091,19.502016,71.14258,194.70259,21.776344,2396.4348,98.1586,31.629032,38.475807,10.043318,67.60081,8.488709,2.2052689,13.627419,78.963776,4.250599,3.6123497,6.6371775,35.899193,14.057604,3.2812364,23.06957,720.0666,81.15152,1648.7356,30.249956,2526.9138,55.432198,646.77014,1105.9535,30.214605,13.729149,1557.1478,2236.6035,5611.815,511.48477 +2023-05-11 01:00:00,0.0,5948.5347,57.729515,24.883955,17.63153,39.524395,202.50801,31.971186,63.823193,23.46209,34.564568,491.5857,604.4091,19.657204,62.176476,5.113888,1.7992737,34.060036,28.316257,11.601006,473.10248,4.0357533,353.35535,91.828354,2.1362216,8.024352,120.2867,45.51489,219.30316,193.77606,4872.6606,1.6597304,2156.6797,7.0260243,2.1650646,1.2443746,10.748275,221.67293,277.45102,52.579563,185.29503,31.306082,9.958441,819.53314,9.011365,69.79037,68.2034,428.8142,24.014439,375.00024,16.28097,59.14961,0.0,4248.295,10780.96,13.078813,82.02835,84.142586,34359.176,146.30724,9.397384,60.223362,96.053604,70.12284,23.063496,42.848946,724.2238,100.7211,42.90141,8.098366,12.5388975,980.9514,20.4995,342.8771,73.537834,2278.87,106.784966,141.24368,164.30426,207.81789,13.776743,25.764606,84.16039,11.084511,13.015022,33.530167,48.472702,121.79765,16.027697,13.936341,147.70183,17.08073,4095.5955,48.06385,51.759407,43.6464,47.922424,277.8694,90.64371,65.62601,19.239256,22.204119,44.40807,189.67754,193.17249,90.570366,315.01004,63.87631,55.574207,162.27405,229.19592,952.98193,172.24623,7.269696,15.726042,8.672518,184.04355,14673.832,7.223095,33.967556,49.663395,31.283699,360.47733,58.701656,173.69478,4.8281736,172.11491,617.8776,433.24103,76.06122,673.51526,50.115276,80.43945,194.48338,26.996489,4.5921526,19.960716,1309.3962,1.3390135,2.840121,115.70006,9.687883,5.3342133,23.70574,32.995132,350.09033,89.03249,159.19165,1464.0222,175.79814,2174.4924,1878.0363,14.5747385,17.134018,10789.84,10.222828,38.005825,345.9758,62.047886,118.58243,56.25679,299.9709,1208.0317,300.98712,7.774664,60.60353,503.33582,2289.289,43.205753,303.05362,28.629961,1.1684172,55.473633,1.0674477,0.692053,2.404088,19.527805,71.23692,194.90425,21.755274,2398.3562,98.350586,31.687307,38.53612,10.058142,67.6455,8.505399,2.2052352,13.659409,79.04923,4.268203,3.6194084,6.6467433,35.880543,14.053975,3.2878876,23.107485,720.56555,81.253586,1651.0403,30.267744,2529.55,55.46063,646.5195,1107.5149,30.259613,13.727495,1558.1613,2237.7583,5614.532,511.14905 +2023-05-11 02:00:00,0.0,5955.225,57.777164,24.870907,17.639912,39.505146,202.48154,31.96239,63.787697,23.45815,34.545063,492.05814,604.3659,19.647366,62.226505,5.1196494,1.8030765,34.04378,28.355944,11.607435,472.97754,4.040335,353.32352,91.787025,2.1335382,8.016531,120.27423,45.496277,219.22282,193.71196,4880.7524,1.6578565,2155.9675,7.01557,2.1630924,1.2431113,10.736631,221.64302,277.45114,52.547794,185.59811,31.299261,9.959655,819.3793,9.003526,69.813385,68.232605,428.8974,24.052477,374.9982,16.295725,59.18835,0.0,4249.381,10787.369,13.103234,82.14559,84.25732,34368.316,146.4039,9.414808,60.212315,96.05914,70.18302,23.093445,42.854877,724.30743,100.77285,42.89639,8.109382,12.548735,981.31683,20.55487,343.0429,73.551476,2278.7617,106.83767,141.31955,164.31981,207.57838,13.771224,25.750639,84.08734,11.077595,13.006649,33.578503,48.51626,121.745834,16.033201,13.947293,147.84085,17.068062,4094.8652,48.10286,51.841396,43.72462,47.967728,277.8087,90.697815,65.679436,19.251953,22.215591,44.43815,189.96431,193.19133,90.5996,315.14035,63.87691,55.621758,162.41994,229.20961,953.26373,172.31067,7.2652636,15.727083,8.672362,183.92024,14676.324,7.2247477,33.94041,49.62894,31.293104,360.56317,58.750626,173.61238,4.8289638,172.20564,617.609,432.93417,76.10133,672.8844,50.09722,80.40974,194.7563,26.979443,4.588525,19.950994,1310.3538,1.3370591,2.8365324,115.63271,9.690975,5.334307,23.682516,32.970074,349.82257,89.00047,159.14883,1463.2825,175.85728,2174.2903,1878.0508,14.584111,17.152174,10800.7705,10.220687,38.05063,346.0936,62.123188,118.70518,56.287777,300.17188,1208.035,301.0487,7.7806644,60.646202,503.9216,2289.1548,43.19971,303.64597,28.685999,1.1679548,55.47391,1.0672143,0.69157004,2.403267,19.553595,71.33127,195.10593,21.734203,2400.2773,98.542564,31.745583,38.59644,10.072965,67.690186,8.522087,2.2052016,13.691398,79.13469,4.2858067,3.626467,6.656309,35.861897,14.050345,3.2945385,23.145401,721.06445,81.35566,1653.345,30.285534,2532.1865,55.48906,646.26874,1109.0763,30.304619,13.7258415,1559.1746,2238.913,5617.25,510.8133 +2023-05-11 03:00:00,0.0,5961.915,57.824814,24.857859,17.648293,39.485897,202.45508,31.953594,63.7522,23.454212,34.525562,492.53058,604.32263,19.637527,62.27653,5.1254106,1.8068794,34.02753,28.39563,11.613866,472.8526,4.0449176,353.2917,91.7457,2.1308548,8.00871,120.261765,45.47767,219.14247,193.64784,4888.844,1.6559825,2155.2551,7.005116,2.1611202,1.2418479,10.724987,221.61311,277.45126,52.516026,185.90121,31.29244,9.960869,819.2254,8.995687,69.8364,68.26181,428.9806,24.090515,374.99612,16.31048,59.227097,0.0,4250.467,10793.778,13.127657,82.26283,84.37205,34377.457,146.50056,9.432232,60.201267,96.064674,70.24321,23.123392,42.86081,724.391,100.8246,42.891365,8.120398,12.558571,981.68225,20.61024,343.2087,73.565125,2278.6533,106.89037,141.39543,164.33536,207.3389,13.765705,25.736671,84.01428,11.07068,12.998275,33.626835,48.559814,121.694016,16.038704,13.958245,147.97989,17.055393,4094.135,48.14187,51.923386,43.802837,48.01303,277.748,90.75192,65.732864,19.264652,22.227066,44.46823,190.2511,193.21017,90.62883,315.27063,63.877514,55.669304,162.56581,229.22328,953.54553,172.3751,7.260831,15.728126,8.672206,183.79694,14678.816,7.2264004,33.913265,49.594486,31.302511,360.64905,58.799595,173.53,4.8297534,172.29637,617.34045,432.62735,76.14144,672.2536,50.079163,80.38002,195.02922,26.962395,4.584897,19.941275,1311.3114,1.335105,2.8329437,115.56537,9.694067,5.3344016,23.659292,32.945015,349.55478,88.968445,159.10602,1462.5428,175.91643,2174.0881,1878.0654,14.593485,17.17033,10811.701,10.218545,38.095432,346.2114,62.19849,118.82792,56.31876,300.37286,1208.0383,301.1103,7.7866645,60.68887,504.50742,2289.0208,43.193672,304.2383,28.742037,1.1674925,55.474194,1.0669808,0.69108707,2.402446,19.579386,71.42561,195.3076,21.713133,2402.1987,98.73454,31.80386,38.656754,10.087789,67.73488,8.538776,2.205168,13.723387,79.220146,4.30341,3.6335256,6.665875,35.843246,14.046717,3.3011894,23.183317,721.5634,81.457726,1655.6497,30.303324,2534.8228,55.517494,646.018,1110.6377,30.349627,13.724188,1560.1879,2240.0679,5619.9673,510.47754 +2023-05-11 04:00:00,0.0,5968.605,57.872463,24.84481,17.656673,39.466644,202.4286,31.9448,63.71671,23.450275,34.50606,493.00302,604.27936,19.627687,62.326557,5.131172,1.8106822,34.01128,28.435318,11.6202965,472.7277,4.0494995,353.2599,91.70436,2.1281714,8.00089,120.2493,45.459057,219.06213,193.58372,4896.936,1.6541085,2154.543,6.994662,2.159148,1.2405845,10.713344,221.5832,277.4514,52.484257,186.2043,31.28562,9.962082,819.07153,8.987846,69.85941,68.291016,429.06378,24.128551,374.99408,16.325235,59.26584,0.0,4251.553,10800.1875,13.152079,82.38007,84.48678,34386.598,146.59724,9.4496565,60.19022,96.07021,70.3034,23.15334,42.866745,724.47455,100.87634,42.886345,8.1314125,12.568408,982.04767,20.665611,343.3745,73.578766,2278.5447,106.94308,141.47131,164.3509,207.09941,13.760186,25.722704,83.94123,11.063764,12.989902,33.67517,48.60337,121.6422,16.044209,13.969196,148.11891,17.042725,4093.4045,48.180878,52.005375,43.881058,48.05833,277.6873,90.80603,65.78629,19.27735,22.238539,44.49831,190.53787,193.22902,90.658066,315.40094,63.87812,55.716854,162.7117,229.23695,953.82733,172.43954,7.256398,15.729167,8.67205,183.67363,14681.31,7.2280526,33.88612,49.56003,31.311916,360.7349,58.848564,173.4476,4.8305435,172.3871,617.0719,432.3205,76.18156,671.62274,50.061108,80.35031,195.30215,26.945349,4.5812693,19.931553,1312.2689,1.3331506,2.829355,115.498024,9.697158,5.3344955,23.636068,32.919956,349.28702,88.936424,159.0632,1461.8032,175.97557,2173.8857,1878.08,14.602858,17.188486,10822.632,10.216404,38.140232,346.3292,62.273792,118.95067,56.349747,300.57385,1208.0416,301.17184,7.792665,60.73154,505.0932,2288.8867,43.18763,304.83066,28.798073,1.1670301,55.474472,1.0667474,0.6906041,2.401625,19.605175,71.51996,195.50928,21.69206,2404.1199,98.92652,31.862135,38.71707,10.102612,67.77957,8.555466,2.2051344,13.755376,79.3056,4.321014,3.6405842,6.675441,35.824596,14.043088,3.3078403,23.221233,722.0623,81.55979,1657.9545,30.321112,2537.459,55.545925,645.76733,1112.1991,30.394632,13.722533,1561.2012,2241.2227,5622.6846,510.14178 +2023-05-11 05:00:00,0.0,5975.2954,57.920113,24.831762,17.665054,39.447395,202.40215,31.936003,63.681213,23.446337,34.486557,493.4755,604.2361,19.61785,62.376583,5.136934,1.814485,33.995026,28.475004,11.626726,472.60275,4.0540814,353.22806,91.66303,2.125488,7.9930687,120.23683,45.440445,218.98178,193.5196,4905.028,1.6522347,2153.8308,6.9842076,2.1571758,1.239321,10.7017,221.55331,277.4515,52.452488,186.50739,31.278797,9.963296,818.91766,8.980007,69.88243,68.32022,429.14697,24.16659,374.992,16.33999,59.30458,0.0,4252.639,10806.596,13.176501,82.497314,84.60151,34395.74,146.69391,9.46708,60.179173,96.07575,70.36358,23.183287,42.872677,724.5581,100.92809,42.881325,8.142428,12.578244,982.4131,20.720982,343.54034,73.59241,2278.4363,106.99578,141.5472,164.36646,206.85991,13.754667,25.708736,83.86817,11.056848,12.981528,33.723503,48.646927,121.59038,16.049711,13.980148,148.25793,17.030058,4092.6743,48.219887,52.087364,43.95928,48.103634,277.62656,90.86014,65.839714,19.290049,22.250011,44.52839,190.82466,193.24786,90.6873,315.53125,63.878723,55.7644,162.85757,229.25064,954.10913,172.50398,7.251965,15.730208,8.671895,183.55032,14683.802,7.2297053,33.858974,49.52558,31.321321,360.82077,58.897533,173.36522,4.8313336,172.47783,616.80334,432.01364,76.221664,670.9919,50.043053,80.320595,195.57507,26.9283,4.577642,19.921831,1313.2266,1.3311963,2.8257663,115.43068,9.70025,5.3345895,23.612844,32.894894,349.01926,88.9044,159.02037,1461.0636,176.0347,2173.6836,1878.0946,14.612231,17.206644,10833.562,10.214262,38.185036,346.447,62.349094,119.07342,56.38073,300.77484,1208.0449,301.23343,7.7986655,60.77421,505.679,2288.7524,43.18159,305.42297,28.85411,1.1665677,55.47475,1.066514,0.6901212,2.4008038,19.630964,71.6143,195.71094,21.67099,2406.041,99.11851,31.92041,38.777386,10.1174345,67.824265,8.572155,2.2051008,13.787366,79.39107,4.3386173,3.647643,6.6850066,35.805946,14.039458,3.3144915,23.25915,722.5613,81.661865,1660.2592,30.338902,2540.0955,55.57436,645.5166,1113.7605,30.439638,13.72088,1562.2145,2242.3774,5625.4023,509.80603 +2023-05-11 06:00:00,0.0,5981.9854,57.967762,24.818714,17.673433,39.428146,202.37567,31.927206,63.645718,23.4424,34.467056,493.94794,604.1928,19.608011,62.426613,5.142695,1.8182877,33.978775,28.514692,11.633157,472.4778,4.0586634,353.19623,91.621704,2.1228046,7.9852476,120.22437,45.421837,218.90144,193.4555,4913.119,1.6503607,2153.1187,6.973754,2.1552036,1.2380576,10.690055,221.5234,277.45163,52.42072,186.81049,31.271976,9.964509,818.7638,8.972168,69.90545,68.34943,429.23016,24.204628,374.98996,16.354744,59.343327,0.0,4253.7256,10813.005,13.200924,82.614555,84.71623,34404.88,146.79057,9.484504,60.168125,96.08129,70.42377,23.213236,42.87861,724.64166,100.979836,42.876305,8.153444,12.58808,982.77844,20.776352,343.70615,73.60605,2278.328,107.048485,141.6231,164.382,206.62042,13.749148,25.69477,83.79512,11.049932,12.973154,33.77184,48.690483,121.53856,16.055216,13.9911,148.39696,17.01739,4091.944,48.258896,52.169353,44.037495,48.148937,277.56586,90.914246,65.89314,19.302746,22.261486,44.558468,191.11143,193.2667,90.71654,315.66153,63.879326,55.81195,163.00346,229.26431,954.3909,172.56842,7.2475324,15.73125,8.67174,183.42702,14686.295,7.231358,33.831833,49.491127,31.330729,360.90662,58.946507,173.28282,4.8321238,172.56854,616.5348,431.70682,76.26177,670.361,50.024998,80.29088,195.84799,26.911255,4.574014,19.91211,1314.1842,1.329242,2.8221774,115.363335,9.703341,5.334684,23.58962,32.869835,348.75146,88.87238,158.97755,1460.324,176.09384,2173.4814,1878.1091,14.621605,17.2248,10844.492,10.212121,38.22984,346.56476,62.424397,119.19617,56.411713,300.97583,1208.0482,301.295,7.804666,60.81688,506.26477,2288.6184,43.17555,306.01532,28.910147,1.1661054,55.47503,1.0662806,0.6896382,2.3999827,19.656754,71.70865,195.91261,21.64992,2407.9624,99.310486,31.978685,38.8377,10.132258,67.86895,8.588843,2.2050672,13.819355,79.476524,4.356221,3.6547017,6.6945724,35.7873,14.03583,3.3211424,23.297066,723.0602,81.76393,1662.5638,30.356691,2542.7317,55.60279,645.26587,1115.3219,30.484646,13.719226,1563.2278,2243.5322,5628.1196,509.47028 +2023-05-11 07:00:00,0.0,5988.6753,58.01541,24.805666,17.681814,39.408897,202.34921,31.918411,63.61022,23.438461,34.447556,494.42038,604.14954,19.598171,62.47664,5.1484566,1.8220905,33.962524,28.554379,11.639587,472.35287,4.0632453,353.1644,91.580376,2.1201212,7.977427,120.21191,45.403225,218.82109,193.39139,4921.211,1.6484867,2152.4065,6.9632998,2.1532314,1.2367942,10.6784115,221.4935,277.45175,52.38895,187.11357,31.265156,9.965723,818.60986,8.964328,69.92846,68.378624,429.31335,24.242664,374.98788,16.3695,59.38207,0.0,4254.8115,10819.414,13.225346,82.73179,84.83096,34414.023,146.88724,9.501928,60.157078,96.08682,70.483955,23.243183,42.884544,724.7252,101.031586,42.87128,8.164459,12.597918,983.14386,20.831722,343.87195,73.61969,2278.2195,107.10119,141.69897,164.39755,206.38094,13.743629,25.680803,83.72206,11.0430155,12.964781,33.82017,48.73404,121.48675,16.060719,14.002052,148.53598,17.00472,4091.2136,48.2979,52.251343,44.115715,48.194237,277.50516,90.968346,65.94657,19.315445,22.272959,44.58855,191.39822,193.28554,90.745766,315.79184,63.87993,55.859497,163.14934,229.27798,954.6727,172.63286,7.2430997,15.732292,8.671584,183.3037,14688.787,7.2330103,33.804688,49.456673,31.340134,360.9925,58.995476,173.20044,4.832914,172.65927,616.26624,431.39996,76.30189,669.73016,50.006943,80.26117,196.12091,26.894207,4.5703864,19.902388,1315.1417,1.3272877,2.8185887,115.29599,9.706432,5.334778,23.566397,32.844776,348.4837,88.840355,158.93474,1459.5842,176.15298,2173.279,1878.1238,14.630978,17.242956,10855.423,10.20998,38.274643,346.68256,62.4997,119.31892,56.4427,301.1768,1208.0516,301.35657,7.810666,60.85955,506.85056,2288.4844,43.16951,306.60767,28.966185,1.165643,55.475307,1.0660472,0.6891552,2.3991616,19.682543,71.802986,196.11429,21.628849,2409.8835,99.502464,32.03696,38.898018,10.147081,67.91364,8.605533,2.2050335,13.851344,79.56198,4.373825,3.6617603,6.704138,35.76865,14.032201,3.3277934,23.334982,723.55914,81.866,1664.8685,30.37448,2545.368,55.63122,645.0152,1116.8833,30.529652,13.717572,1564.2411,2244.687,5630.8374,509.13455 +2023-05-11 08:00:00,0.0,5995.3657,58.06306,24.792618,17.690195,39.389645,202.32274,31.909615,63.574726,23.434525,34.42805,494.89282,604.10626,19.588333,62.526665,5.154218,1.8258933,33.946274,28.594065,11.646017,472.22797,4.0678277,353.1326,91.53905,2.1174378,7.969606,120.19944,45.384617,218.74074,193.32727,4929.3027,1.6466128,2151.694,6.9528456,2.1512592,1.2355309,10.666767,221.4636,277.45187,52.35718,187.41667,31.258333,9.966937,818.456,8.956489,69.95148,68.40783,429.39658,24.280703,374.98584,16.384254,59.42081,0.0,4255.8975,10825.822,13.249768,82.84903,84.945694,34423.164,146.9839,9.519352,60.14603,96.09236,70.544136,23.27313,42.890476,724.8088,101.083336,42.86626,8.175475,12.607754,983.5093,20.887093,344.03778,73.63333,2278.111,107.15389,141.77484,164.4131,206.14145,13.738111,25.666836,83.64901,11.0361,12.956407,33.868507,48.777596,121.43493,16.066223,14.013003,148.675,16.992052,4090.4834,48.33691,52.333332,44.193935,48.23954,277.44446,91.02245,66.0,19.328142,22.284433,44.61863,191.685,193.30438,90.775,315.92215,63.880535,55.907047,163.29523,229.29166,954.9545,172.6973,7.238667,15.733334,8.671429,183.18039,14691.28,7.234663,33.777542,49.42222,31.349539,361.07834,59.044445,173.11804,4.8337035,172.75,615.9977,431.0931,76.341995,669.09937,49.988888,80.23145,196.39384,26.877161,4.5667586,19.892666,1316.0994,1.3253334,2.815,115.228645,9.709523,5.334872,23.54317,32.819717,348.21594,88.808334,158.89192,1458.8446,176.21213,2173.077,1878.1383,14.640351,17.261112,10866.353,10.207838,38.319447,346.80035,62.575,119.441666,56.473682,301.37778,1208.0549,301.41815,7.8166666,60.90222,507.43637,2288.35,43.163467,307.2,29.022223,1.1651806,55.475586,1.0658138,0.68867224,2.3983407,19.708334,71.89733,196.31596,21.607779,2411.8047,99.69444,32.095238,38.958332,10.161905,67.958336,8.622222,2.205,13.883333,79.64744,4.3914285,3.668819,6.7137036,35.75,14.028571,3.3344443,23.372898,724.05804,81.96807,1667.1732,30.39227,2548.0044,55.659657,644.76447,1118.4447,30.57466,13.715919,1565.2544,2245.8418,5633.5547,508.7988 +2023-05-11 09:00:00,0.0,6002.0557,58.11071,24.77957,17.698576,39.370396,202.29626,31.900818,63.539234,23.430586,34.40855,495.36526,604.063,19.578495,62.57669,5.1599793,1.829696,33.93002,28.633753,11.652448,472.10303,4.0724096,353.10077,91.49772,2.1147544,7.961785,120.18697,45.366005,218.6604,193.26317,4937.3945,1.6447388,2150.982,6.9423914,2.149287,1.2342675,10.655124,221.43369,277.452,52.325413,187.71976,31.251513,9.96815,818.3021,8.948648,69.974495,68.437035,429.47977,24.31874,374.98376,16.39901,59.459557,0.0,4256.9834,10832.231,13.27419,82.96627,85.060425,34432.305,147.08058,9.536777,60.134983,96.0979,70.604324,23.30308,42.896408,724.89233,101.13508,42.86124,8.186491,12.61759,983.8747,20.942463,344.20358,73.64697,2278.0027,107.2066,141.85074,164.42865,205.90195,13.732592,25.652868,83.57596,11.029184,12.948033,33.916843,48.82115,121.38311,16.071728,14.023955,148.81403,16.979383,4089.7532,48.37592,52.41532,44.272152,48.284843,277.38373,91.07656,66.05343,19.34084,22.295906,44.64871,191.97179,193.32323,90.80424,316.05243,63.881138,55.954594,163.4411,229.30534,955.2363,172.76173,7.234234,15.734375,8.671273,183.05708,14693.772,7.2363157,33.750397,49.387768,31.358946,361.1642,59.093414,173.03566,4.8344936,172.84073,615.72906,430.7863,76.38211,668.4685,49.970833,80.20174,196.66676,26.860113,4.563131,19.882944,1317.0569,1.323379,2.8114114,115.1613,9.712615,5.334966,23.519947,32.79466,347.94815,88.77631,158.8491,1458.105,176.27126,2172.8748,1878.153,14.649724,17.279268,10877.283,10.205697,38.364246,346.91815,62.650303,119.564415,56.50467,301.57877,1208.0582,301.47974,7.822667,60.944893,508.02216,2288.216,43.157425,307.79233,29.078259,1.1647183,55.475864,1.0655805,0.68818927,2.3975196,19.734123,71.99168,196.51762,21.586708,2413.726,99.88643,32.153515,39.01865,10.176728,68.00302,8.638911,2.2049663,13.915322,79.732895,4.4090323,3.6758778,6.7232695,35.73135,14.024942,3.3410954,23.410814,724.55695,82.07014,1669.478,30.410059,2550.6406,55.688087,644.51373,1120.0061,30.619665,13.714265,1566.2677,2246.9966,5636.272,508.46304 +2023-05-11 10:00:00,0.0,6008.7456,58.15836,24.766521,17.706957,39.351147,202.2698,31.892023,63.50374,23.42665,34.38905,495.8377,604.0198,19.568657,62.626717,5.165741,1.833499,33.91377,28.673439,11.658878,471.9781,4.0769916,353.06894,91.45639,2.1120708,7.953964,120.17451,45.347393,218.58005,193.19905,4945.4863,1.6428648,2150.2698,6.931937,2.1473148,1.2330041,10.64348,221.40378,277.4521,52.293644,188.02284,31.244692,9.969364,818.14825,8.940809,69.997505,68.46624,429.56296,24.356777,374.98172,16.413765,59.4983,0.0,4258.0693,10838.641,13.298613,83.08351,85.175156,34441.445,147.17725,9.5542,60.123936,96.10344,70.66451,23.333027,42.902344,724.97595,101.18683,42.856216,8.197506,12.627427,984.2401,20.997835,344.3694,73.66062,2277.8943,107.2593,141.9266,164.4442,205.66246,13.727073,25.6389,83.5029,11.022268,12.93966,33.965176,48.864708,121.33129,16.07723,14.034907,148.95305,16.966715,4089.0227,48.41493,52.49731,44.350372,48.330143,277.32303,91.13067,66.10686,19.353539,22.30738,44.67879,192.25856,193.34207,90.833466,316.18274,63.88174,56.002144,163.58699,229.31902,955.5181,172.82619,7.229801,15.735417,8.671118,182.93378,14696.266,7.237968,33.72325,49.353313,31.368351,361.25006,59.142384,172.95326,4.8352838,172.93146,615.4605,430.47943,76.42222,667.83765,49.952774,80.17203,196.93968,26.843067,4.559503,19.873222,1318.0145,1.3214248,2.8078227,115.093956,9.715706,5.33506,23.496723,32.769596,347.6804,88.744286,158.80629,1457.3652,176.3304,2172.6724,1878.1675,14.659098,17.297424,10888.214,10.203556,38.40905,347.03595,62.725605,119.687164,56.535652,301.77975,1208.0615,301.5413,7.828667,60.987564,508.60794,2288.082,43.151386,308.38467,29.134296,1.1642559,55.476143,1.0653471,0.6877063,2.3966985,19.759912,72.08602,196.7193,21.565638,2415.6472,100.07841,32.21179,39.078964,10.191551,68.047714,8.655601,2.2049327,13.947311,79.81835,4.4266357,3.6829364,6.7328353,35.7127,14.021314,3.3477464,23.448729,725.0559,82.1722,1671.7827,30.427847,2553.2769,55.71652,644.26306,1121.5675,30.66467,13.712611,1567.281,2248.1514,5638.9897,508.1273 +2023-05-11 11:00:00,0.0,6015.436,58.206013,24.753473,17.715338,39.331898,202.24333,31.883226,63.468243,23.42271,34.369545,496.31015,603.9765,19.558817,62.676746,5.1715026,1.8373017,33.89752,28.713125,11.665308,471.85315,4.0815735,353.0371,91.41506,2.1093874,7.946143,120.16205,45.328785,218.49971,193.13493,4953.5776,1.6409909,2149.5576,6.921483,2.1453426,1.2317407,10.631835,221.37387,277.4522,52.261875,188.32594,31.23787,9.970578,817.9944,8.93297,70.02052,68.495445,429.64615,24.394815,374.97964,16.42852,59.53704,0.0,4259.156,10845.049,13.323034,83.20075,85.28989,34450.586,147.27391,9.571625,60.11289,96.10898,70.72469,23.362974,42.908276,725.0595,101.23858,42.851196,8.208522,12.637263,984.60547,21.053205,344.53522,73.67426,2277.786,107.312004,142.00249,164.45975,205.42297,13.721554,25.624933,83.42985,11.015352,12.931286,34.01351,48.908264,121.27947,16.082735,14.045858,149.09207,16.954046,4088.2925,48.453938,52.5793,44.428593,48.375446,277.26233,91.18478,66.160286,19.366236,22.318853,44.70887,192.54535,193.3609,90.8627,316.31305,63.882343,56.04969,163.73286,229.33269,955.7999,172.89062,7.2253685,15.736459,8.670962,182.81047,14698.758,7.2396207,33.696106,49.31886,31.377756,361.33594,59.191353,172.87088,4.836074,173.02217,615.19196,430.17258,76.46233,667.2068,49.93472,80.14231,197.21262,26.82602,4.5558753,19.8635,1318.972,1.3194705,2.804234,115.02662,9.718798,5.335154,23.4735,32.744537,347.41263,88.712265,158.76347,1456.6256,176.38954,2172.4702,1878.1821,14.66847,17.31558,10899.144,10.201414,38.453854,347.15372,62.80091,119.80991,56.56664,301.98074,1208.0648,301.60287,7.8346677,61.03023,509.19373,2287.9478,43.145344,308.97702,29.190334,1.1637934,55.47642,1.0651137,0.6872233,2.3958774,19.785702,72.18037,196.92097,21.544565,2417.5684,100.270386,32.270065,39.139282,10.206375,68.09241,8.672289,2.2048993,13.9793005,79.90381,4.4442396,3.689995,6.742401,35.694054,14.017684,3.3543973,23.486645,725.5548,82.27428,1674.0874,30.445637,2555.9133,55.744953,644.0123,1123.1289,30.709679,13.710958,1568.2943,2249.3062,5641.707,507.79153 +2023-05-11 12:00:00,0.0,6022.126,58.253662,24.740425,17.723719,39.312645,202.21687,31.87443,63.432747,23.418772,34.350044,496.78262,603.9332,19.548979,62.726772,5.1772637,1.8411045,33.881264,28.752813,11.671739,471.72824,4.086156,353.0053,91.37373,2.106704,7.9383225,120.14958,45.310173,218.41936,193.07083,4961.6694,1.6391169,2148.8452,6.9110293,2.1433704,1.2304773,10.620192,221.34398,277.45233,52.230106,188.62903,31.231049,9.971791,817.8405,8.92513,70.04354,68.52465,429.72937,24.432854,374.9776,16.443275,59.575787,0.0,4260.2417,10851.458,13.347457,83.31799,85.40462,34459.727,147.37057,9.589048,60.10184,96.11452,70.78488,23.392923,42.914207,725.14307,101.29032,42.846176,8.219538,12.6470995,984.9709,21.108576,344.70102,73.687904,2277.6775,107.36471,142.07838,164.4753,205.18347,13.716035,25.610966,83.35679,11.008436,12.922913,34.061844,48.951824,121.22765,16.088238,14.05681,149.2311,16.941378,4087.5623,48.492947,52.66129,44.50681,48.42075,277.2016,91.238884,66.21371,19.378935,22.330326,44.73895,192.83212,193.37975,90.89194,316.44333,63.88295,56.09724,163.87875,229.34636,956.0817,172.95506,7.220936,15.7375,8.670807,182.68716,14701.25,7.2412734,33.66896,49.284405,31.387163,361.42178,59.240322,172.78848,4.836864,173.1129,614.9234,429.86575,76.50244,666.5759,49.916664,80.112595,197.48553,26.808973,4.552248,19.853779,1319.9297,1.3175162,2.8006454,114.959274,9.7218895,5.3352485,23.450275,32.71948,347.14484,88.680244,158.72064,1455.886,176.44868,2172.268,1878.1967,14.677844,17.333738,10910.074,10.199273,38.498657,347.2715,62.876213,119.93266,56.597622,302.18173,1208.0681,301.66446,7.840668,61.072903,509.77954,2287.8137,43.139305,309.56937,29.24637,1.1633312,55.4767,1.0648803,0.6867404,2.3950562,19.811491,72.27471,197.12265,21.523495,2419.4897,100.462364,32.328342,39.199596,10.221198,68.1371,8.688978,2.2048657,14.011291,79.98927,4.4618435,3.6970537,6.751967,35.675404,14.014055,3.3610482,23.52456,726.0538,82.37634,1676.3921,30.463427,2558.5496,55.773384,643.7616,1124.6902,30.754684,13.709304,1569.3076,2250.461,5644.425,507.45578 +2023-05-11 13:00:00,0.0,6028.816,58.30131,24.727377,17.7321,39.293396,202.1904,31.865635,63.39725,23.414835,34.330544,497.25507,603.88995,19.53914,62.7768,5.1830254,1.8449073,33.865013,28.7925,11.678169,471.6033,4.090738,352.97348,91.332405,2.1040206,7.9305015,120.137115,45.291565,218.339,193.00671,4969.761,1.6372429,2148.133,6.900575,2.1413982,1.229214,10.608548,221.31407,277.45245,52.198338,188.93213,31.224228,9.973005,817.68665,8.917291,70.06655,68.553856,429.81256,24.47089,374.97552,16.45803,59.61453,0.0,4261.328,10857.867,13.37188,83.435234,85.51935,34468.867,147.46724,9.606472,60.090794,96.120056,70.84507,23.42287,42.920143,725.2266,101.34207,42.841156,8.230553,12.656937,985.3363,21.163946,344.86682,73.701546,2277.5688,107.41741,142.15425,164.49083,204.94398,13.710516,25.596998,83.28374,11.00152,12.914538,34.11018,48.995377,121.175835,16.093742,14.067762,149.37012,16.928709,4086.8318,48.531956,52.74328,44.58503,48.46605,277.1409,91.29299,66.267136,19.391632,22.3418,44.769028,193.11891,193.39859,90.92117,316.57364,63.883553,56.144787,164.02463,229.36005,956.3635,173.0195,7.2165027,15.738542,8.670651,182.56386,14703.743,7.2429256,33.641815,49.249954,31.396568,361.50766,59.28929,172.7061,4.8376536,173.20363,614.65485,429.5589,76.54255,665.94507,49.89861,80.082886,197.75845,26.791925,4.54862,19.844057,1320.8873,1.3155619,2.7970564,114.89193,9.72498,5.3353424,23.427052,32.69442,346.87708,88.648224,158.67783,1455.1462,176.50783,2172.0657,1878.2113,14.687217,17.351894,10921.005,10.197132,38.54346,347.3893,62.951515,120.05541,56.62861,302.38272,1208.0714,301.726,7.8466687,61.115574,510.36533,2287.6797,43.133263,310.16168,29.302408,1.1628687,55.47698,1.0646468,0.6862574,2.3942354,19.837282,72.36906,197.32431,21.502424,2421.411,100.65435,32.386616,39.259914,10.236022,68.181786,8.7056675,2.204832,14.04328,80.07473,4.479447,3.7041123,6.761533,35.656754,14.0104265,3.3676994,23.562477,726.5527,82.47841,1678.6968,30.481215,2561.1858,55.801815,643.5109,1126.2516,30.799692,13.707649,1570.3209,2251.6157,5647.142,507.12003 +2023-05-11 14:00:00,0.0,6035.5063,58.34896,24.714329,17.74048,39.274147,202.16394,31.856838,63.361755,23.410896,34.31104,497.7275,603.8467,19.5293,62.826824,5.188787,1.8487101,33.848763,28.832188,11.684599,471.47836,4.0953197,352.94165,91.29108,2.1013372,7.922681,120.12465,45.272953,218.25867,192.9426,4977.853,1.635369,2147.421,6.890121,2.139426,1.2279506,10.596904,221.28416,277.45258,52.16657,189.23521,31.217407,9.974218,817.5327,8.9094515,70.08957,68.58306,429.89575,24.508928,374.97345,16.472786,59.65327,0.0,4262.414,10864.276,13.396301,83.552475,85.63408,34478.01,147.56392,9.623897,60.079746,96.12558,70.90525,23.452818,42.926075,725.3102,101.393814,42.836132,8.241569,12.666773,985.7017,21.219316,345.03262,73.71519,2277.4604,107.470116,142.23015,164.50638,204.7045,13.704997,25.58303,83.21068,10.994605,12.906165,34.158512,49.038937,121.12402,16.099245,14.078714,149.50916,16.91604,4086.1016,48.57096,52.825268,44.66325,48.511353,277.0802,91.3471,66.320564,19.404331,22.353273,44.79911,193.40569,193.41743,90.9504,316.70395,63.884155,56.192337,164.17052,229.37372,956.6453,173.08394,7.21207,15.739584,8.670495,182.44055,14706.235,7.2445784,33.61467,49.2155,31.405973,361.5935,59.33826,172.6237,4.8384438,173.29436,614.3863,429.25204,76.582664,665.3143,49.880554,80.05317,198.03137,26.774878,4.5449924,19.834335,1321.8448,1.3136076,2.7934678,114.824585,9.728072,5.3354363,23.403828,32.66936,346.6093,88.616196,158.63501,1454.4066,176.56696,2171.8635,1878.2258,14.69659,17.37005,10931.936,10.19499,38.58826,347.5071,63.026817,120.178154,56.65959,302.5837,1208.0748,301.7876,7.852669,61.15824,510.9511,2287.5454,43.127224,310.75403,29.358444,1.1624063,55.47726,1.0644134,0.68577445,2.3934143,19.863071,72.4634,197.52599,21.481354,2423.3323,100.84633,32.444893,39.32023,10.250845,68.22648,8.722357,2.2047985,14.075269,80.16019,4.497051,3.7111712,6.7710986,35.638103,14.006797,3.3743503,23.600393,727.05164,82.58048,1681.0016,30.499004,2563.8223,55.83025,643.2602,1127.813,30.844698,13.705996,1571.3342,2252.7705,5649.8594,506.7843 +2023-05-11 15:00:00,0.0,6042.1963,58.39661,24.70128,17.748861,39.254898,202.13747,31.848043,63.326263,23.40696,34.29154,498.19995,603.8034,19.519463,62.876854,5.194548,1.8525128,33.832508,28.871874,11.69103,471.35345,4.0999017,352.90982,91.24975,2.0986538,7.91486,120.11218,45.25434,218.17831,192.87848,4985.945,1.633495,2146.7087,6.879667,2.1374538,1.2266872,10.58526,221.25426,277.4527,52.1348,189.5383,31.210585,9.975432,817.37885,8.901611,70.11259,68.61227,429.97894,24.546967,374.9714,16.487541,59.692017,0.0,4263.5,10870.685,13.420724,83.66971,85.74881,34487.152,147.66058,9.64132,60.0687,96.13112,70.96544,23.482765,42.932007,725.39374,101.445564,42.831112,8.252584,12.67661,986.06714,21.274687,345.19846,73.72883,2277.352,107.52282,142.30603,164.52193,204.465,13.699478,25.569063,83.13763,10.987689,12.897791,34.20685,49.08249,121.072205,16.10475,14.089665,149.64818,16.903372,4085.3713,48.60997,52.907257,44.741467,48.556656,277.0195,91.40121,66.37399,19.417028,22.364748,44.82919,193.69247,193.43628,90.97964,316.83423,63.88476,56.239883,164.31639,229.38739,956.9271,173.14838,7.2076373,15.740625,8.67034,182.31725,14708.729,7.246231,33.587524,49.181046,31.41538,361.67938,59.38723,172.54132,4.839234,173.38509,614.1177,428.94522,76.62277,664.6834,49.8625,80.02345,198.3043,26.757832,4.5413647,19.824614,1322.8025,1.3116533,2.789879,114.75724,9.731163,5.3355308,23.380604,32.6443,346.34152,88.584175,158.5922,1453.667,176.6261,2171.6614,1878.2405,14.705963,17.388206,10942.865,10.192849,38.633064,347.6249,63.10212,120.3009,56.69058,302.7847,1208.0781,301.84918,7.8586693,61.200912,511.5369,2287.4114,43.12118,311.34637,29.414482,1.161944,55.47754,1.06418,0.68529147,2.3925931,19.88886,72.55774,197.72766,21.460283,2425.2534,101.03831,32.503166,39.380543,10.265669,68.27117,8.739045,2.2047648,14.107258,80.24564,4.514654,3.7182298,6.7806644,35.619457,14.003168,3.3810012,23.63831,727.55054,82.68255,1683.3063,30.516794,2566.4585,55.85868,643.00946,1129.3744,30.889704,13.704342,1572.3475,2253.9253,5652.577,506.44855 +2023-05-11 16:00:00,0.0,6048.8867,58.44426,24.688232,17.757242,39.235645,202.111,31.839247,63.290768,23.40302,34.272038,498.6724,603.76013,19.509624,62.92688,5.2003098,1.8563157,33.816257,28.91156,11.69746,471.22852,4.1044836,352.87802,91.20842,2.0959704,7.907039,120.099724,45.235733,218.09798,192.81438,4994.0366,1.6316211,2145.9966,6.8692126,2.1354816,1.2254237,10.573617,221.22435,277.45282,52.103027,189.8414,31.203764,9.976646,817.225,8.893772,70.1356,68.641464,430.06213,24.585003,374.96933,16.502296,59.73076,0.0,4264.5864,10877.094,13.445146,83.78695,85.86354,34496.293,147.75725,9.658745,60.057655,96.13666,71.02563,23.512714,42.937943,725.4773,101.497314,42.82609,8.263599,12.686446,986.4325,21.330057,345.36426,73.74248,2277.2437,107.57552,142.3819,164.53748,204.22551,13.693959,25.555096,83.06457,10.980773,12.889418,34.25518,49.12605,121.020386,16.110252,14.100617,149.7872,16.890703,4084.6409,48.64898,52.989246,44.819687,48.601955,276.95877,91.455315,66.42742,19.429728,22.37622,44.85927,193.97925,193.45512,91.00887,316.96454,63.885365,56.287434,164.46228,229.40108,957.2089,173.21281,7.2032046,15.741667,8.670184,182.19392,14711.221,7.2478833,33.56038,49.14659,31.424786,361.76523,59.4362,172.45892,4.840024,173.4758,613.8491,428.63837,76.66289,664.05255,49.84444,79.99374,198.57722,26.740784,4.537737,19.814892,1323.76,1.3096989,2.7862904,114.689896,9.734255,5.3356247,23.35738,32.61924,346.07376,88.552155,158.54938,1452.9272,176.68524,2171.459,1878.2551,14.715337,17.406363,10953.796,10.190707,38.677868,347.74268,63.17742,120.42365,56.72156,302.9857,1208.0814,301.91074,7.86467,61.243584,512.1227,2287.2773,43.11514,311.93872,29.47052,1.1614816,55.477818,1.0639466,0.6848085,2.391772,19.91465,72.652084,197.92934,21.439213,2427.1746,101.230286,32.561443,39.44086,10.280492,68.31586,8.755734,2.2047312,14.139247,80.3311,4.532258,3.7252884,6.7902303,35.600807,13.999539,3.3876522,23.676226,728.0495,82.784615,1685.611,30.534582,2569.0947,55.887115,642.7588,1130.9358,30.934711,13.702688,1573.361,2255.08,5655.2944,506.1128 +2023-05-11 17:00:00,0.0,6055.5767,58.49191,24.675184,17.765623,39.216396,202.08453,31.83045,63.255272,23.399084,34.252533,499.14484,603.7169,19.499784,62.976906,5.2060714,1.8601185,33.800007,28.951248,11.70389,471.10358,4.109066,352.8462,91.16709,2.093287,7.899218,120.08726,45.21712,218.01762,192.75026,5002.128,1.6297472,2145.2842,6.858759,2.1335094,1.2241603,10.561972,221.19444,277.45294,52.07126,190.14449,31.196943,9.9778595,817.0711,8.885933,70.158615,68.67067,430.14532,24.623041,374.9673,16.517052,59.769505,0.0,4265.6724,10883.503,13.469568,83.90419,85.97827,34505.434,147.85391,9.676168,60.046608,96.1422,71.08581,23.542662,42.943874,725.5609,101.54906,42.82107,8.274615,12.696282,986.7979,21.385427,345.53006,73.75612,2277.1353,107.62823,142.4578,164.55302,203.98602,13.68844,25.541128,82.991516,10.973857,12.881044,34.303516,49.1696,120.96857,16.115757,14.111569,149.92622,16.878035,4083.9106,48.68799,53.071236,44.897907,48.64726,276.89807,91.50942,66.48085,19.442425,22.387695,44.889347,194.26604,193.47395,91.03811,317.09482,63.885967,56.33498,164.60815,229.41475,957.4907,173.27725,7.1987715,15.742708,8.670029,182.07062,14713.714,7.249536,33.533234,49.11214,31.434193,361.8511,59.48517,172.37654,4.840814,173.56653,613.58057,428.3315,76.702995,663.4217,49.826385,79.96403,198.85014,26.723738,4.534109,19.80517,1324.7177,1.3077446,2.7827017,114.62255,9.737346,5.3357186,23.334156,32.59418,345.806,88.52013,158.50656,1452.1876,176.74438,2171.2568,1878.2697,14.72471,17.424519,10964.727,10.188566,38.72267,347.86047,63.252724,120.5464,56.752544,303.18665,1208.0847,301.97232,7.87067,61.286255,512.7085,2287.143,43.1091,312.53104,29.526556,1.1610193,55.478096,1.0637132,0.6843255,2.3909512,19.940441,72.74643,198.131,21.41814,2429.096,101.42227,32.61972,39.501175,10.295315,68.36055,8.772424,2.2046976,14.171236,80.41656,4.549862,3.732347,6.7997956,35.582157,13.99591,3.3943033,23.714142,728.5484,82.88669,1687.9156,30.552372,2571.7312,55.915546,642.50806,1132.4972,30.979717,13.701035,1574.3743,2256.2349,5658.012,505.77704 +2023-05-11 18:00:00,0.0,6062.2666,58.53956,24.662136,17.774004,39.197147,202.05806,31.821655,63.219776,23.395145,34.233032,499.61728,603.67365,19.489946,63.02693,5.2118325,1.8639213,33.783756,28.990934,11.71032,470.97864,4.113648,352.81436,91.12576,2.0906036,7.891397,120.07479,45.198513,217.93727,192.68614,5010.2197,1.6278732,2144.572,6.8483047,2.1315372,1.2228969,10.550328,221.16455,277.45306,52.03949,190.44759,31.19012,9.979074,816.91724,8.878093,70.18163,68.699875,430.22852,24.66108,374.9652,16.531807,59.808247,0.0,4266.7583,10889.911,13.49399,84.02143,86.093,34514.574,147.95058,9.693593,60.03556,96.147736,71.145996,23.572609,42.949806,725.6445,101.60081,42.816048,8.285631,12.70612,987.1633,21.440798,345.6959,73.76976,2277.0269,107.68093,142.53368,164.56857,203.74652,13.682921,25.52716,82.918465,10.966941,12.87267,34.351852,49.21316,120.91675,16.12126,14.12252,150.06525,16.865366,4083.1804,48.726997,53.153225,44.976124,48.692562,276.83737,91.56352,66.53427,19.455124,22.399168,44.91943,194.55281,193.4928,91.06734,317.22513,63.88657,56.38253,164.75404,229.42842,957.7725,173.34169,7.194339,15.743751,8.669873,181.94731,14716.206,7.2511888,33.50609,49.077686,31.443598,361.93695,59.534138,172.29414,4.8416038,173.65726,613.312,428.02466,76.74311,662.79083,49.80833,79.93431,199.12306,26.70669,4.5304813,19.795448,1325.6752,1.3057904,2.779113,114.55521,9.7404375,5.3358126,23.31093,32.569122,345.5382,88.488106,158.46375,1451.448,176.80353,2171.0547,1878.2843,14.734083,17.442677,10975.656,10.186425,38.767475,347.97827,63.328026,120.66915,56.78353,303.38763,1208.088,302.0339,7.8766704,61.328926,513.29425,2287.009,43.103058,313.12338,29.582594,1.1605569,55.478374,1.0634798,0.68384254,2.39013,19.96623,72.840775,198.33267,21.39707,2431.017,101.61425,32.677994,39.561493,10.310139,68.40524,8.789113,2.204664,14.203226,80.50202,4.5674653,3.7394059,6.8093615,35.563507,13.992281,3.4009542,23.752058,729.0473,82.988754,1690.2203,30.570162,2574.3674,55.943977,642.2573,1134.0586,31.024725,13.699381,1575.3876,2257.3896,5660.7295,505.44128 +2023-05-11 19:00:00,0.0,6068.957,58.587208,24.649088,17.782385,39.177895,202.0316,31.812859,63.18428,23.391207,34.213528,500.08972,603.6304,19.480108,63.07696,5.217594,1.8677241,33.7675,29.030622,11.716751,470.85373,4.11823,352.78256,91.084435,2.0879202,7.8835764,120.062325,45.1799,217.85693,192.62204,5018.3115,1.6259992,2143.8599,6.8378506,2.129565,1.2216336,10.538685,221.13464,277.4532,52.00772,190.75067,31.1833,9.980288,816.76337,8.870254,70.20465,68.72908,430.3117,24.699116,374.96317,16.546562,59.84699,0.0,4267.844,10896.32,13.518413,84.13867,86.20773,34523.715,148.04726,9.711017,60.024513,96.153275,71.206184,23.602558,42.95574,725.728,101.65256,42.811028,8.296646,12.715956,987.52875,21.496168,345.8617,73.7834,2276.9185,107.733635,142.60954,164.58412,203.50703,13.6774025,25.513195,82.845406,10.960025,12.864297,34.400185,49.256718,120.86493,16.126764,14.133472,150.20427,16.852697,4082.45,48.766006,53.235214,45.054344,48.73786,276.77664,91.61763,66.5877,19.467821,22.41064,44.94951,194.8396,193.51164,91.09657,317.35544,63.887177,56.430077,164.89992,229.4421,958.0543,173.40613,7.189906,15.744792,8.669718,181.824,14718.699,7.252841,33.478943,49.043232,31.453003,362.02283,59.583107,172.21176,4.842394,173.74799,613.04346,427.71783,76.78322,662.16,49.790276,79.904594,199.396,26.689644,4.526854,19.785727,1326.6328,1.3038361,2.7755244,114.48786,9.743529,5.335907,23.287706,32.544064,345.27045,88.456085,158.42093,1450.7083,176.86266,2170.8523,1878.2988,14.743457,17.460833,10986.587,10.184283,38.81228,348.09607,63.403328,120.7919,56.814514,303.58862,1208.0913,302.09546,7.882671,61.371593,513.88007,2286.875,43.09702,313.71573,29.638632,1.1600945,55.478653,1.0632464,0.6833596,2.389309,19.99202,72.93512,198.53435,21.376,2432.9382,101.80623,32.73627,39.621807,10.324962,68.449936,8.805801,2.2046304,14.235215,80.58748,4.585069,3.7464645,6.8189273,35.544857,13.988652,3.4076052,23.789972,729.54626,83.09083,1692.5251,30.58795,2577.0037,55.972412,642.00665,1135.62,31.06973,13.697727,1576.4009,2258.5444,5663.4473,505.10553 +2023-05-11 20:00:00,0.0,6075.647,58.634857,24.63604,17.790766,39.158646,202.00513,31.804062,63.14879,23.38727,34.194027,500.5622,603.5871,19.470268,63.126987,5.223356,1.8715268,33.75125,29.070309,11.723181,470.7288,4.122812,352.75073,91.043106,2.0852368,7.8757553,120.04986,45.16129,217.77658,192.55792,5026.4033,1.6241252,2143.1477,6.8273964,2.1275928,1.2203702,10.5270405,221.10474,277.4533,51.975952,191.05376,31.17648,9.981501,816.6095,8.862413,70.22766,68.758286,430.39493,24.737154,374.9611,16.561317,59.885735,0.0,4268.9307,10902.7295,13.542835,84.25591,86.322464,34532.86,148.14392,9.728441,60.013466,96.15881,71.266365,23.632505,42.961674,725.8116,101.7043,42.806007,8.307662,12.725792,987.8941,21.551538,346.0275,73.79704,2276.81,107.78634,142.68544,164.59967,203.26755,13.671884,25.499228,82.772354,10.95311,12.855923,34.44852,49.300274,120.81311,16.132267,14.144424,150.34329,16.840029,4081.7197,48.805016,53.317204,45.132565,48.783165,276.71594,91.67174,66.64113,19.48052,22.422115,44.979588,195.12637,193.53049,91.12581,317.48572,63.88778,56.477627,165.0458,229.45578,958.3361,173.47058,7.1854734,15.745833,8.669562,181.7007,14721.191,7.2544937,33.4518,49.008778,31.46241,362.10867,59.63208,172.12936,4.843184,173.83871,612.7749,427.41098,76.823326,661.5292,49.77222,79.874886,199.66891,26.672596,4.5232263,19.776007,1327.5905,1.3018818,2.7719355,114.42052,9.74662,5.336001,23.264482,32.519005,345.0027,88.42406,158.3781,1449.9686,176.9218,2170.6501,1878.3135,14.75283,17.478989,10997.518,10.182142,38.85708,348.21384,63.47863,120.91465,56.8455,303.7896,1208.0947,302.15704,7.8886714,61.414265,514.4659,2286.7407,43.090977,314.30807,29.694668,1.1596322,55.47893,1.063013,0.68287665,2.3884878,20.017809,73.029465,198.73602,21.354929,2434.8596,101.99821,32.794548,39.682125,10.339786,68.49462,8.822491,2.2045968,14.267204,80.672935,4.6026726,3.753523,6.828493,35.52621,13.9850235,3.414256,23.827888,730.04517,83.192894,1694.8298,30.60574,2579.64,56.000843,641.7559,1137.1814,31.114737,13.696074,1577.4142,2259.6992,5666.1646,504.7698 +2023-05-11 21:00:00,0.0,6082.337,58.682507,24.622992,17.799147,39.139397,201.97867,31.795267,63.113293,23.383331,34.174526,501.03464,603.5438,19.46043,63.177013,5.229117,1.8753296,33.735,29.109995,11.729611,470.60385,4.127394,352.7189,91.00178,2.0825534,7.8679347,120.0374,45.14268,217.69624,192.4938,5034.495,1.6222513,2142.4355,6.816942,2.1256206,1.2191068,10.515397,221.07483,277.45343,51.944183,191.35686,31.169659,9.982715,816.45557,8.854574,70.25068,68.78749,430.47812,24.775192,374.95905,16.57607,59.924477,0.0,4270.0166,10909.138,13.567257,84.37315,86.43719,34542.0,148.24059,9.745865,60.00242,96.164345,71.32655,23.662453,42.96761,725.89514,101.75605,42.800983,8.318678,12.735629,988.2595,21.606909,346.1933,73.810684,2276.7017,107.83904,142.76132,164.61522,203.02805,13.666365,25.48526,82.699295,10.946194,12.847549,34.496853,49.34383,120.7613,16.137772,14.155376,150.48232,16.82736,4080.9893,48.84402,53.399193,45.21078,48.82847,276.65524,91.725845,66.69456,19.493217,22.433588,45.009666,195.41316,193.54933,91.155045,317.61603,63.888382,56.525173,165.19168,229.46945,958.6179,173.53502,7.1810403,15.746875,8.669407,181.5774,14723.685,7.2561464,33.424656,48.974327,31.471815,362.19455,59.68105,172.04698,4.843974,173.92943,612.50635,427.10413,76.86344,660.8983,49.754166,79.84517,199.94183,26.65555,4.5195985,19.766285,1328.548,1.2999275,2.7683468,114.35317,9.749712,5.336095,23.241259,32.493942,344.7349,88.39204,158.33528,1449.229,176.98094,2170.4478,1878.328,14.762203,17.497145,11008.447,10.180001,38.901882,348.33163,63.553932,121.0374,56.876484,303.9906,1208.098,302.21863,7.8946714,61.456936,515.05164,2286.6067,43.084938,314.9004,29.750706,1.1591698,55.47921,1.0627795,0.68239367,2.3876667,20.043598,73.12381,198.9377,21.333858,2436.7808,102.190186,32.85282,39.74244,10.354609,68.539314,8.83918,2.2045631,14.299193,80.75839,4.6202765,3.7605817,6.838059,35.50756,13.981394,3.4209073,23.865805,730.5441,83.29496,1697.1345,30.62353,2582.2764,56.029274,641.5052,1138.7428,31.159744,13.69442,1578.4275,2260.854,5668.882,504.43405 +2023-05-11 22:00:00,0.0,6089.0273,58.730156,24.609943,17.807526,39.120148,201.9522,31.78647,63.077797,23.379395,34.15502,501.50708,603.50055,19.450592,63.22704,5.2348785,1.8791325,33.718746,29.149683,11.736042,470.47894,4.131976,352.68707,90.96045,2.0798697,7.8601136,120.02493,45.12407,217.61589,192.42969,5042.5864,1.6203773,2141.7231,6.8064885,2.1236484,1.2178434,10.503752,221.04492,277.45352,51.912415,191.65994,31.162836,9.983928,816.3017,8.846735,70.2737,68.816696,430.5613,24.813229,374.95697,16.590826,59.96322,0.0,4271.1025,10915.547,13.59168,84.49039,86.55192,34551.14,148.33725,9.7632885,59.99137,96.16988,71.38674,23.692402,42.97354,725.9787,101.80779,42.795963,8.329693,12.745465,988.62494,21.662281,346.35913,73.824326,2276.5933,107.89175,142.8372,164.63077,202.78856,13.660846,25.471292,82.62624,10.939278,12.839176,34.54519,49.387386,120.70948,16.143276,14.166327,150.62134,16.814692,4080.259,48.88303,53.481182,45.289,48.873768,276.59454,91.77995,66.747986,19.505917,22.445063,45.03975,195.69994,193.56818,91.18427,317.74634,63.88899,56.572723,165.33757,229.48312,958.8997,173.59946,7.1766076,15.747917,8.669251,181.45409,14726.177,7.2577987,33.39751,48.939873,31.48122,362.2804,59.73002,171.96458,4.844764,174.02016,612.23773,426.7973,76.90355,660.26746,49.73611,79.81545,200.21477,26.638502,4.5159707,19.756563,1329.5056,1.2979732,2.764758,114.28583,9.752803,5.3361893,23.218035,32.468884,344.46713,88.360016,158.29247,1448.4894,177.04008,2170.2456,1878.3427,14.771576,17.5153,11019.378,10.177859,38.946686,348.44943,63.629234,121.16015,56.90747,304.1916,1208.1013,302.28018,7.900672,61.499603,515.63745,2286.4727,43.078896,315.49274,29.806742,1.1587074,55.47949,1.0625463,0.6819107,2.3868458,20.06939,73.21815,199.13936,21.312788,2438.702,102.38217,32.9111,39.802757,10.3694315,68.58401,8.855869,2.2045295,14.3311825,80.84385,4.6378803,3.7676404,6.847625,35.48891,13.977765,3.4275582,23.90372,731.043,83.39703,1699.4392,30.641317,2584.9126,56.05771,641.2545,1140.3042,31.20475,13.692766,1579.4408,2262.0088,5671.5996,504.0983 +2023-05-11 23:00:00,0.0,6095.7173,58.777805,24.596895,17.815907,39.100895,201.92574,31.777676,63.0423,23.375456,34.13552,501.97952,603.4573,19.440752,63.27707,5.24064,1.8829353,33.702496,29.18937,11.742472,470.354,4.136558,352.65527,90.91912,2.0771863,7.852293,120.01247,45.10546,217.53555,192.36559,5050.678,1.6185033,2141.011,6.7960343,2.1216762,1.21658,10.492108,221.01501,277.45364,51.880646,191.96304,31.156015,9.985142,816.1478,8.838895,70.29671,68.8459,430.64453,24.851267,374.95493,16.605581,60.001965,0.0,4272.1885,10921.956,13.616101,84.60763,86.66665,34560.28,148.43391,9.780713,59.980324,96.17542,71.44692,23.72235,42.979473,726.06226,101.85954,42.790943,8.340709,12.755302,988.99036,21.717651,346.52493,73.837975,2276.4846,107.94445,142.91309,164.64632,202.54907,13.655327,25.457325,82.553185,10.932362,12.830802,34.59352,49.430946,120.65766,16.148779,14.177279,150.76036,16.802023,4079.5288,48.92204,53.56317,45.36722,48.91907,276.5338,91.83406,66.801414,19.518614,22.456535,45.069828,195.98671,193.587,91.21351,317.87662,63.88959,56.62027,165.48344,229.4968,959.1815,173.6639,7.172175,15.748959,8.669096,181.33078,14728.669,7.2594514,33.370365,48.90542,31.490627,362.36627,59.778988,171.8822,4.845554,174.11089,611.9692,426.49045,76.943665,659.6366,49.718052,79.78574,200.48769,26.621456,4.512343,19.746841,1330.4631,1.2960188,2.7611694,114.21848,9.755895,5.336283,23.19481,32.443825,344.19937,88.327995,158.24965,1447.7496,177.09921,2170.0435,1878.3572,14.78095,17.533457,11030.309,10.175718,38.99149,348.56723,63.70454,121.2829,56.938454,304.39258,1208.1046,302.34177,7.9066725,61.542274,516.22327,2286.3384,43.072853,316.08508,29.86278,1.1582451,55.479767,1.0623128,0.6814277,2.3860247,20.095179,73.31249,199.34103,21.291716,2440.6233,102.57415,32.96937,39.86307,10.384255,68.62869,8.872558,2.204496,14.363172,80.929306,4.6554837,3.7746992,6.8571906,35.47026,13.974136,3.434209,23.941637,731.542,83.4991,1701.7439,30.659107,2587.5488,56.08614,641.0038,1141.8656,31.249758,13.691112,1580.4541,2263.1636,5674.317,503.76254 +2023-05-12 00:00:00,0.0,6102.407,58.82546,24.583847,17.824287,39.081646,201.89926,31.768879,63.006805,23.37152,34.11602,502.45197,603.414,19.430914,63.327095,5.2464013,1.8867381,33.686245,29.229055,11.748902,470.22906,4.14114,352.62344,90.87779,2.074503,7.844472,120.0,45.08685,217.4552,192.30147,5058.77,1.6166294,2140.2988,6.78558,2.119704,1.2153167,10.480465,220.9851,277.45377,51.848877,192.26613,31.149195,9.986356,815.99396,8.831056,70.319725,68.87511,430.72772,24.889305,374.95285,16.620337,60.040707,0.0,4273.275,10928.365,13.640524,84.72487,86.78138,34569.42,148.5306,9.798137,59.969276,96.180954,71.50711,23.752296,42.98541,726.1458,101.91129,42.785923,8.351725,12.765139,989.3558,21.773022,346.69073,73.851616,2276.3762,107.997154,142.98895,164.66187,202.30957,13.649808,25.443357,82.48013,10.925446,12.822429,34.641857,49.4745,120.60584,16.154284,14.188231,150.89938,16.789354,4078.7983,48.96105,53.64516,45.44544,48.964375,276.4731,91.88817,66.854836,19.531313,22.46801,45.099907,196.2735,193.60585,91.242744,318.00693,63.890194,56.66782,165.62933,229.51048,959.4633,173.72833,7.1677423,15.75,8.668941,181.20746,14731.162,7.261104,33.34322,48.870964,31.500032,362.45212,59.827957,171.7998,4.846344,174.20161,611.7006,426.1836,76.98377,659.00574,49.699997,79.75603,200.7606,26.604408,4.508715,19.73712,1331.4208,1.2940645,2.7575808,114.15114,9.7589855,5.336377,23.171587,32.418766,343.93158,88.29597,158.20683,1447.0099,177.15836,2169.841,1878.3718,14.790322,17.551615,11041.239,10.173577,39.036293,348.68503,63.779842,121.40565,56.96944,304.59357,1208.1079,302.40335,7.9126725,61.584946,516.809,2286.2043,43.066814,316.67743,29.918818,1.1577827,55.480045,1.0620794,0.68094474,2.3852036,20.120968,73.40684,199.54271,21.270645,2442.5444,102.76613,33.02765,39.923386,10.399078,68.673386,8.889247,2.2044623,14.395162,81.01476,4.6730876,3.7817578,6.8667564,35.451614,13.970507,3.44086,23.979553,732.0409,83.601166,1704.0487,30.676897,2590.1853,56.114574,640.75305,1143.427,31.294764,13.689458,1581.4674,2264.3184,5677.0347,503.4268 +2023-05-12 01:00:00,0.0,6109.0977,58.873108,24.570799,17.832668,39.062397,201.87279,31.760082,62.97131,23.36758,34.096516,502.9244,603.3708,19.421076,63.37712,5.252163,1.8905408,33.669994,29.268744,11.755333,470.10413,4.145722,352.5916,90.836464,2.0718195,7.8366513,119.98753,45.068237,217.37485,192.23735,5066.862,1.6147554,2139.5867,6.775126,2.1177318,1.2140533,10.468821,220.95522,277.4539,51.81711,192.56921,31.142372,9.987569,815.8401,8.823216,70.34274,68.904305,430.8109,24.927341,374.9508,16.635092,60.07945,0.0,4274.361,10934.773,13.664947,84.84211,86.89611,34578.562,148.62726,9.815561,59.95823,96.18649,71.5673,23.782244,42.99134,726.22943,101.963036,42.7809,8.3627405,12.774975,989.7211,21.828392,346.85657,73.86526,2276.2678,108.04986,143.06485,164.67741,202.07008,13.644289,25.42939,82.40708,10.9185295,12.8140545,34.690193,49.51806,120.55402,16.159786,14.1991825,151.03842,16.776686,4078.068,49.000057,53.72715,45.52366,49.009674,276.4124,91.942276,66.908264,19.54401,22.479483,45.129986,196.56027,193.6247,91.27198,318.13724,63.890797,56.715366,165.7752,229.52415,959.7451,173.79277,7.163309,15.751042,8.668785,181.08415,14733.654,7.2627563,33.316074,48.836514,31.509438,362.538,59.876926,171.71742,4.847134,174.29234,611.43207,425.87677,77.02389,658.3749,49.681942,79.72631,201.03352,26.587362,4.5050874,19.727398,1332.3783,1.2921103,2.753992,114.08379,9.762077,5.3364716,23.148363,32.393707,343.66382,88.26395,158.16402,1446.2703,177.2175,2169.639,1878.3864,14.799696,17.56977,11052.169,10.171435,39.081093,348.8028,63.855145,121.52839,57.000423,304.79456,1208.1112,302.4649,7.918673,61.627617,517.39484,2286.0703,43.060772,317.26974,29.974854,1.1573203,55.480328,1.061846,0.68046176,2.3843825,20.146757,73.50118,199.74438,21.249575,2444.4658,102.95811,33.085926,39.983704,10.413902,68.71808,8.905936,2.2044287,14.427151,81.10023,4.690691,3.7888165,6.8763223,35.432964,13.966878,3.4475112,24.01747,732.53986,83.70324,1706.3534,30.694687,2592.8215,56.143005,640.5024,1144.9884,31.33977,13.687804,1582.4807,2265.4731,5679.752,503.09103 +2023-05-12 02:00:00,0.0,6115.7876,58.920757,24.55775,17.84105,39.043148,201.84633,31.751287,62.935818,23.363642,34.077015,503.39685,603.3275,19.411236,63.427147,5.2579246,1.8943436,33.65374,29.30843,11.761763,469.97922,4.1503043,352.55978,90.795135,2.0691361,7.8288302,119.975075,45.04963,217.29451,192.17325,5074.9536,1.6128814,2138.8743,6.764672,2.1157596,1.2127899,10.457177,220.92531,277.454,51.78534,192.87231,31.135551,9.988783,815.6862,8.815376,70.36575,68.93351,430.8941,24.96538,374.94873,16.649847,60.118195,0.0,4275.4473,10941.183,13.689368,84.95935,87.01084,34587.707,148.72392,9.832985,59.94718,96.19203,71.62748,23.812193,42.997272,726.313,102.014786,42.77588,8.373755,12.784812,990.08655,21.883762,347.02237,73.8789,2276.1594,108.10256,143.14073,164.69296,201.8306,13.63877,25.415422,82.33402,10.911614,12.805681,34.738525,49.56161,120.502205,16.16529,14.2101345,151.17744,16.764017,4077.338,49.039066,53.80914,45.60188,49.054977,276.3517,91.99638,66.96169,19.55671,22.490955,45.16007,196.84706,193.64354,91.30121,318.26752,63.891403,56.762917,165.9211,229.53783,960.027,173.85721,7.1588764,15.752084,8.668629,180.96085,14736.147,7.264409,33.28893,48.80206,31.518845,362.62384,59.925896,171.63503,4.847924,174.38307,611.1635,425.56992,77.063995,657.7441,49.663887,79.696594,201.30646,26.570314,4.5014596,19.717676,1333.3359,1.290156,2.7504034,114.01645,9.765169,5.3365655,23.12514,32.368645,343.39606,88.231926,158.1212,1445.5305,177.27664,2169.4368,1878.401,14.80907,17.587927,11063.1,10.169294,39.125896,348.9206,63.930447,121.65114,57.03141,304.99554,1208.1145,302.5265,7.9246736,61.670288,517.9806,2285.936,43.054733,317.8621,30.030891,1.156858,55.480606,1.0616126,0.67997885,2.3835614,20.172546,73.59553,199.94604,21.228504,2446.387,103.15009,33.1442,40.044018,10.428725,68.76277,8.922626,2.204395,14.45914,81.185684,4.708295,3.795875,6.885888,35.414314,13.963249,3.4541621,24.055386,733.03876,83.805305,1708.6581,30.712475,2595.4578,56.171436,640.25165,1146.5498,31.384777,13.686151,1583.494,2266.628,5682.469,502.75528 +2023-05-12 03:00:00,0.0,6122.4775,58.968407,24.544703,17.84943,39.023895,201.81985,31.74249,62.900322,23.359705,34.057514,503.86932,603.28424,19.401398,63.477177,5.2636857,1.8981464,33.63749,29.348118,11.768193,469.85428,4.1548862,352.52798,90.75381,2.0664527,7.8210096,119.96261,45.031017,217.21416,192.10913,5083.045,1.6110076,2138.162,6.7542176,2.1137874,1.2115264,10.445534,220.8954,277.45413,51.75357,193.1754,31.12873,9.989997,815.53235,8.807537,70.38877,68.962715,430.9773,25.003418,374.9467,16.664602,60.156937,0.0,4276.533,10947.592,13.713791,85.07659,87.12557,34596.848,148.82059,9.8504095,59.936134,96.19756,71.68767,23.84214,43.00321,726.39655,102.066536,42.77086,8.384771,12.794648,990.45197,21.939133,347.18817,73.89254,2276.051,108.155266,143.21661,164.70851,201.5911,13.633251,25.401455,82.26097,10.904698,12.797308,34.78686,49.60517,120.450386,16.170794,14.2210865,151.31647,16.751348,4076.6074,49.07807,53.89113,45.680096,49.10028,276.291,92.05049,67.01512,19.569407,22.50243,45.190147,197.13383,193.66238,91.330444,318.39783,63.892006,56.810467,166.06697,229.55151,960.3088,173.92165,7.1544437,15.753125,8.668473,180.83754,14738.64,7.266062,33.261784,48.767605,31.52825,362.7097,59.974865,171.55264,4.8487144,174.47379,610.89496,425.26306,77.1041,657.1132,49.645832,79.666885,201.57938,26.553268,4.4978323,19.707954,1334.2936,1.2882017,2.7468145,113.94911,9.76826,5.3366594,23.101915,32.343586,343.12827,88.1999,158.07837,1444.7909,177.33578,2169.2344,1878.4155,14.818442,17.606083,11074.03,10.167152,39.1707,349.0384,64.005745,121.77389,57.062393,305.1965,1208.1179,302.58804,7.930674,61.712955,518.5664,2285.802,43.04869,318.45444,30.08693,1.1563956,55.480885,1.0613792,0.6794959,2.3827405,20.198338,73.68987,200.14772,21.207434,2448.308,103.34207,33.202477,40.104336,10.443548,68.80746,8.939314,2.2043617,14.491129,81.27114,4.7258987,3.8029337,6.895454,35.395664,13.9596195,3.460813,24.0933,733.5377,83.90737,1710.9628,30.730265,2598.0942,56.19987,640.0009,1148.1112,31.429783,13.684497,1584.5073,2267.7827,5685.187,502.41956 +2023-05-12 04:00:00,0.0,6129.168,59.016056,24.531654,17.857811,39.004646,201.7934,31.733694,62.864826,23.355766,34.03801,504.34177,603.24097,19.39156,63.527203,5.2694473,1.9019493,33.62124,29.387804,11.774624,469.72934,4.159468,352.49615,90.71248,2.0637693,7.8131886,119.95014,45.012405,217.13382,192.04501,5091.1367,1.6091336,2137.45,6.743764,2.1118152,1.210263,10.433888,220.8655,277.45425,51.7218,193.4785,31.121908,9.99121,815.3784,8.799697,70.41179,68.99192,431.0605,25.041456,374.9446,16.679358,60.19568,0.0,4277.619,10954.0,13.738213,85.19383,87.2403,34605.99,148.91725,9.867833,59.925087,96.2031,71.747856,23.872087,43.00914,726.4801,102.11828,42.76584,8.395787,12.804484,990.8174,21.994503,347.354,73.90618,2275.9426,108.20797,143.2925,164.72406,201.35161,13.627732,25.387487,82.18791,10.897782,12.788934,34.835194,49.648727,120.398575,16.176298,14.2320385,151.45549,16.738682,4075.8772,49.11708,53.973118,45.758316,49.14558,276.2303,92.1046,67.06855,19.582106,22.513903,45.220226,197.42062,193.68123,91.35968,318.52814,63.89261,56.858013,166.21286,229.56519,960.5906,173.98608,7.150011,15.754167,8.668318,180.71423,14741.133,7.267714,33.23464,48.73315,31.537657,362.79556,60.023834,171.47025,4.849504,174.56451,610.6264,424.95624,77.14422,656.48236,49.627777,79.63717,201.8523,26.53622,4.4942045,19.698233,1335.2511,1.2862474,2.7432258,113.88177,9.771352,5.336754,23.07869,32.318527,342.8605,88.16788,158.03555,1444.0513,177.39491,2169.0322,1878.4302,14.827816,17.624239,11084.96,10.165011,39.215504,349.1562,64.08105,121.89664,57.093376,305.3975,1208.1212,302.64963,7.936674,61.755627,519.1522,2285.668,43.04265,319.04678,30.142965,1.1559331,55.481163,1.0611458,0.6790129,2.3819194,20.224127,73.78422,200.3494,21.186363,2450.2295,103.53405,33.260754,40.16465,10.458372,68.85215,8.956003,2.204328,14.523118,81.3566,4.743502,3.8099926,6.9050193,35.377018,13.955991,3.467464,24.131216,734.0366,84.009445,1713.2675,30.748055,2600.7305,56.228302,639.75024,1149.6726,31.47479,13.682843,1585.5206,2268.9375,5687.9043,502.0838 +2023-05-12 05:00:00,0.0,6135.858,59.063705,24.518606,17.866192,38.985397,201.76692,31.7249,62.82933,23.35183,34.01851,504.8142,603.1977,19.38172,63.57723,5.275209,1.9057521,33.604984,29.42749,11.781054,469.6044,4.16405,352.46432,90.67115,2.061086,7.8053675,119.937675,44.993797,217.05347,191.98091,5099.2285,1.6072596,2136.7378,6.7333097,2.109843,1.2089996,10.422245,220.83559,277.45438,51.690033,193.78159,31.115088,9.992424,815.22455,8.791858,70.4348,69.021126,431.14368,25.079493,374.94257,16.694113,60.234425,0.0,4278.705,10960.409,13.762635,85.311066,87.355034,34615.13,149.01393,9.885257,59.91404,96.20864,71.80804,23.902037,43.01507,726.56366,102.17003,42.760815,8.406802,12.8143215,991.1828,22.049873,347.5198,73.91982,2275.8342,108.26067,143.36838,164.73961,201.11212,13.622213,25.37352,82.11486,10.890866,12.7805605,34.88353,49.692284,120.346756,16.1818,14.24299,151.59451,16.726013,4075.147,49.15609,54.055107,45.836536,49.190884,276.1696,92.15871,67.12198,19.594803,22.525377,45.250305,197.7074,193.70006,91.388916,318.65842,63.89321,56.905563,166.35873,229.57886,960.8724,174.05052,7.145578,15.755209,8.668162,180.59093,14743.625,7.2693667,33.207493,48.6987,31.547062,362.8814,60.072803,171.38786,4.850294,174.65524,610.3578,424.64938,77.184326,655.8515,49.60972,79.60745,202.12523,26.519173,4.4905767,19.68851,1336.2087,1.284293,2.7396371,113.81442,9.774443,5.336848,23.055466,32.29347,342.59274,88.13586,157.99274,1443.3115,177.45406,2168.83,1878.4447,14.837189,17.642395,11095.891,10.16287,39.260307,349.274,64.15635,122.01939,57.124363,305.59848,1208.1245,302.7112,7.9426746,61.798298,519.738,2285.5337,43.03661,319.63913,30.199003,1.1554708,55.48144,1.0609124,0.6785299,2.3810983,20.249916,73.87856,200.55107,21.16529,2452.1506,103.72603,33.319027,40.224968,10.473195,68.89684,8.9726925,2.2042944,14.555107,81.442055,4.761106,3.8170512,6.914585,35.358368,13.952362,3.4741151,24.169132,734.5355,84.11151,1715.5723,30.765842,2603.3667,56.256733,639.4995,1151.234,31.519796,13.68119,1586.5339,2270.0923,5690.622,501.74805 +2023-05-12 06:00:00,0.0,6142.5483,59.111355,24.505558,17.874573,38.96615,201.74046,31.716103,62.793835,23.34789,33.99901,505.28665,603.1544,19.371881,63.627254,5.28097,1.9095548,33.588734,29.467178,11.787484,469.4795,4.1686325,352.4325,90.629814,2.0584025,7.797547,119.92521,44.975185,216.97311,191.9168,5107.3203,1.6053857,2136.0256,6.7228556,2.1078708,1.2077363,10.410602,220.80568,277.4545,51.658264,194.08467,31.108267,9.993637,815.0707,8.7840185,70.45782,69.05033,431.22687,25.11753,374.9405,16.708868,60.273167,0.0,4279.7915,10966.818,13.787057,85.42831,87.469765,34624.27,149.1106,9.902681,59.902996,96.21418,71.868225,23.931984,43.021008,726.6472,102.22177,42.755795,8.417818,12.824158,991.54816,22.105244,347.6856,73.93347,2275.7258,108.31338,143.44426,164.75516,200.87262,13.616694,25.359554,82.0418,10.88395,12.772186,34.93186,49.73584,120.29494,16.187305,14.253942,151.73354,16.713345,4074.4165,49.1951,54.137096,45.914753,49.236187,276.10886,92.212814,67.1754,19.607502,22.53685,45.280388,197.99419,193.7189,91.418144,318.78873,63.893818,56.95311,166.50462,229.59253,961.1542,174.11497,7.141145,15.75625,8.668007,180.46762,14746.118,7.2710195,33.180347,48.664246,31.556467,362.9673,60.121773,171.30547,4.851084,174.74597,610.08923,424.34253,77.22444,655.22064,49.591663,79.57774,202.39815,26.502127,4.486949,19.67879,1337.1663,1.2823387,2.7360485,113.74708,9.7775345,5.3369417,23.032242,32.26841,342.32495,88.10383,157.94992,1442.5719,177.5132,2168.6277,1878.4594,14.846562,17.660553,11106.821,10.160728,39.305107,349.39175,64.23166,122.142136,57.155346,305.79947,1208.1278,302.77277,7.948675,61.840965,520.3238,2285.3997,43.030567,320.23145,30.25504,1.1550084,55.48172,1.060679,0.67804694,2.3802772,20.275705,73.9729,200.75273,21.14422,2454.0718,103.918015,33.377304,40.285282,10.488019,68.941536,8.989382,2.2042608,14.587096,81.52751,4.77871,3.8241098,6.924151,35.339718,13.948732,3.480766,24.207048,735.0345,84.21358,1717.877,30.783632,2606.0032,56.285168,639.2488,1152.7953,31.564804,13.679536,1587.5472,2271.247,5693.3394,501.4123 +2023-05-12 07:00:00,0.0,6149.2383,59.159004,24.49251,17.882954,38.946896,201.71399,31.707308,62.758343,23.343954,33.979504,505.7591,603.11115,19.362043,63.677284,5.2867317,1.9133576,33.572483,29.506865,11.793915,469.35455,4.1732144,352.4007,90.588486,2.0557191,7.789726,119.91275,44.956577,216.89278,191.85268,5115.412,1.6035117,2135.3132,6.7124014,2.1058986,1.2064729,10.398957,220.77579,277.45462,51.626495,194.38777,31.101446,9.994851,814.9168,8.776178,70.480835,69.07954,431.31006,25.15557,374.93842,16.723623,60.311913,0.0,4280.8774,10973.228,13.81148,85.54555,87.584496,34633.41,149.20726,9.920105,59.89195,96.21971,71.92841,23.961931,43.02694,726.7308,102.27352,42.750774,8.428834,12.833994,991.9136,22.160614,347.8514,73.94711,2275.6174,108.36608,143.52014,164.7707,200.63313,13.611176,25.345587,81.96875,10.877034,12.763813,34.980198,49.779396,120.24312,16.192808,14.264894,151.87256,16.700676,4073.6863,49.234108,54.219086,45.992973,49.281487,276.04816,92.266914,67.22883,19.6202,22.548325,45.310467,198.28096,193.73775,91.44738,318.919,63.89442,57.00066,166.6505,229.60622,961.436,174.17941,7.1367126,15.757292,8.667851,180.34431,14748.61,7.2726717,33.153202,48.62979,31.565874,363.05313,60.170742,171.22308,4.8518744,174.8367,609.8207,424.0357,77.26455,654.5898,49.57361,79.54803,202.67107,26.485079,4.483321,19.669067,1338.1239,1.2803844,2.7324598,113.67973,9.780625,5.337036,23.009018,32.243347,342.0572,88.07181,157.9071,1441.8323,177.57234,2168.4255,1878.4739,14.855935,17.678709,11117.751,10.158587,39.34991,349.50955,64.30696,122.264885,57.186333,306.00046,1208.1311,302.83435,7.9546757,61.883636,520.90955,2285.2656,43.02453,320.8238,30.311077,1.154546,55.482,1.0604455,0.67756397,2.379456,20.301495,74.067245,200.9544,21.12315,2455.9932,104.10999,33.43558,40.345596,10.502842,68.98622,9.00607,2.2042272,14.619086,81.612976,4.7963133,3.8311684,6.933717,35.321068,13.945104,3.487417,24.244965,735.5334,84.31565,1720.1816,30.801422,2608.6394,56.3136,638.9981,1154.3567,31.60981,13.677882,1588.5605,2272.4019,5696.057,501.07654 +2023-05-12 08:00:00,0.0,6155.928,59.206654,24.479462,17.891335,38.927647,201.68752,31.698511,62.722847,23.340015,33.960003,506.23154,603.0679,19.352205,63.72731,5.2924933,1.9171604,33.55623,29.54655,11.800344,469.2296,4.1777964,352.36887,90.54716,2.0530357,7.781905,119.90028,44.937965,216.81242,191.78856,5123.504,1.6016377,2134.601,6.701947,2.1039264,1.2052095,10.387314,220.74588,277.45474,51.594727,194.69086,31.094624,9.996065,814.76294,8.768339,70.503845,69.10874,431.39325,25.193605,374.93637,16.738379,60.350655,0.0,4281.964,10979.636,13.835902,85.66279,87.69923,34642.555,149.30392,9.93753,59.8809,96.22525,71.988594,23.99188,43.03287,726.8144,102.32527,42.745754,8.439849,12.843831,992.279,22.215984,348.01724,73.960754,2275.509,108.418785,143.59602,164.78625,200.39365,13.605657,25.33162,81.89569,10.870119,12.75544,35.028534,49.822952,120.1913,16.198313,14.275845,152.01158,16.688007,4072.956,49.273117,54.301075,46.071194,49.32679,275.98746,92.32102,67.28226,19.632898,22.559797,45.340546,198.56775,193.75659,91.476616,319.04932,63.895023,57.048206,166.79639,229.61989,961.7178,174.24385,7.13228,15.758333,8.667696,180.22101,14751.103,7.2743244,33.126057,48.595337,31.57528,363.139,60.21971,171.14069,4.8526645,174.92741,609.5521,423.72885,77.304665,653.959,49.555553,79.51831,202.94398,26.468033,4.4796934,19.659346,1339.0814,1.2784301,2.728871,113.61239,9.783717,5.33713,22.985794,32.21829,341.78943,88.03979,157.86429,1441.0927,177.63148,2168.2234,1878.4885,14.865309,17.696865,11128.682,10.156446,39.394714,349.62735,64.38226,122.387634,57.217316,306.20145,1208.1344,302.89594,7.9606757,61.926308,521.49536,2285.1313,43.018486,321.41614,30.367115,1.1540837,55.482277,1.0602121,0.677081,2.3786352,20.327286,74.16159,201.15608,21.10208,2457.9143,104.30197,33.493855,40.405914,10.517665,69.030914,9.022759,2.2041936,14.651075,81.69843,4.813917,3.8382273,6.9432826,35.302418,13.941475,3.494068,24.28288,736.03235,84.41772,1722.4863,30.81921,2611.2756,56.34203,638.7474,1155.9181,31.654816,13.676228,1589.574,2273.5566,5698.7744,500.74078 +2023-05-12 09:00:00,0.0,6162.6187,59.254303,24.466413,17.899715,38.908398,201.66106,31.689714,62.68735,23.336079,33.940502,506.70398,603.02466,19.342365,63.777336,5.2982545,1.9209632,33.539978,29.586239,11.806775,469.1047,4.1823783,352.33704,90.50583,2.0503523,7.774084,119.88782,44.919353,216.73209,191.72446,5131.595,1.5997638,2133.889,6.6914935,2.1019542,1.2039461,10.375669,220.71597,277.45486,51.562958,194.99396,31.087803,9.997278,814.6091,8.7605,70.52686,69.13795,431.47644,25.231644,374.9343,16.753134,60.389397,0.0,4283.05,10986.045,13.860324,85.78003,87.81396,34651.695,149.4006,9.954953,59.869854,96.23079,72.04878,24.021828,43.038807,726.89795,102.377014,42.74073,8.450865,12.853667,992.6444,22.271355,348.18304,73.974396,2275.4004,108.47149,143.6719,164.8018,200.15414,13.600138,25.317652,81.82264,10.863203,12.747066,35.076866,49.86651,120.13948,16.203815,14.286797,152.1506,16.675339,4072.2256,49.312126,54.383064,46.14941,49.372093,275.92676,92.37513,67.335686,19.645596,22.57127,45.370625,198.85452,193.77544,91.50585,319.17963,63.89563,57.095757,166.94226,229.63356,961.9996,174.30829,7.1278467,15.759376,8.667541,180.09769,14753.596,7.275977,33.098915,48.560886,31.584684,363.22485,60.26868,171.0583,4.853454,175.01814,609.28357,423.422,77.34477,653.3281,49.5375,79.4886,203.21692,26.450985,4.4760656,19.649624,1340.0391,1.2764759,2.7252824,113.545044,9.786808,5.337224,22.96257,32.19323,341.52164,88.00777,157.82147,1440.353,177.69061,2168.021,1878.503,14.874681,17.715021,11139.612,10.1543045,39.439518,349.74515,64.457565,122.51038,57.248302,306.40244,1208.1378,302.9575,7.966676,61.96898,522.0812,2284.9973,43.012447,322.00848,30.423151,1.1536213,55.482555,1.0599787,0.6765981,2.377814,20.353075,74.255936,201.35776,21.081009,2459.8354,104.49395,33.55213,40.46623,10.532489,69.07561,9.039449,2.20416,14.683064,81.78389,4.8315206,3.845286,6.9528484,35.28377,13.937845,3.500719,24.320797,736.53125,84.51979,1724.791,30.837,2613.912,56.370464,638.49664,1157.4795,31.699823,13.674574,1590.5873,2274.7114,5701.4917,500.40506 +2023-05-12 10:00:00,0.0,6169.3086,59.301952,24.453365,17.908096,38.88915,201.63458,31.68092,62.651855,23.33214,33.920998,507.17642,602.9814,19.332527,63.827362,5.304016,1.9247661,33.523727,29.625925,11.813206,468.97977,4.1869607,352.3052,90.4645,2.047669,7.7662635,119.87535,44.900745,216.65173,191.66034,5139.687,1.5978898,2133.1768,6.6810393,2.099982,1.2026827,10.364025,220.68607,277.45496,51.53119,195.29704,31.080982,9.998492,814.4552,8.75266,70.54988,69.167145,431.55963,25.269682,374.93225,16.767889,60.428143,0.0,4284.1357,10992.454,13.884747,85.89727,87.92869,34660.836,149.49727,9.972378,59.858807,96.23632,72.10897,24.051775,43.04474,726.9815,102.428764,42.73571,8.461881,12.863504,993.0098,22.326727,348.34885,73.98804,2275.292,108.52419,143.74779,164.81735,199.91466,13.594619,25.303684,81.74959,10.856287,12.738692,35.125202,49.910065,120.08767,16.20932,14.297749,152.28963,16.66267,4071.4954,49.35113,54.465054,46.22763,49.417393,275.86603,92.42924,67.389114,19.658295,22.582745,45.400707,199.14131,193.79427,91.53508,319.3099,63.896233,57.143303,167.08815,229.64723,962.2814,174.37273,7.123414,15.760417,8.667385,179.97438,14756.088,7.27763,33.07177,48.526432,31.594091,363.31073,60.317654,170.9759,4.854244,175.10887,609.015,423.11517,77.38488,652.69727,49.519444,79.458885,203.48984,26.433939,4.4724383,19.639902,1340.9967,1.2745216,2.7216938,113.4777,9.7899,5.337318,22.939346,32.16817,341.25388,87.97574,157.77866,1439.6133,177.74976,2167.8188,1878.5177,14.884055,17.733177,11150.543,10.1521635,39.48432,349.86295,64.53287,122.63313,57.279285,306.60342,1208.1411,303.01907,7.9726768,62.01165,522.66693,2284.8633,43.006405,322.6008,30.479189,1.1531589,55.482834,1.0597453,0.6761151,2.376993,20.378864,74.35028,201.55942,21.059938,2461.7568,104.685936,33.610405,40.526546,10.547312,69.12029,9.056138,2.2041264,14.715054,81.86935,4.8491244,3.8523445,6.9624143,35.26512,13.9342165,3.50737,24.358713,737.0302,84.62186,1727.0958,30.85479,2616.5483,56.398895,638.246,1159.0409,31.74483,13.67292,1591.6006,2275.8662,5704.2095,500.0693 +2023-05-12 11:00:00,0.0,6175.9985,59.3496,24.440317,17.916477,38.869896,201.60812,31.672123,62.61636,23.328201,33.901497,507.6489,602.9381,19.32269,63.87739,5.3097777,1.9285688,33.507477,29.665613,11.819635,468.85483,4.1915426,352.2734,90.42317,2.0449853,7.7584424,119.862885,44.882133,216.57138,191.59622,5147.779,1.5960158,2132.4644,6.670585,2.0980098,1.2014194,10.352382,220.65616,277.45508,51.49942,195.60013,31.07416,9.999706,814.3013,8.744821,70.5729,69.19635,431.64285,25.307718,374.93018,16.782642,60.466885,0.0,4285.2217,10998.862,13.909168,86.01451,88.04342,34669.977,149.59393,9.989801,59.84776,96.24186,72.16915,24.081724,43.05067,727.06506,102.480515,42.73069,8.472896,12.873341,993.3752,22.382097,348.51468,74.00168,2275.1836,108.5769,143.82367,164.8329,199.67517,13.5891,25.289717,81.67653,10.849371,12.730318,35.173534,49.95362,120.03585,16.214825,14.308701,152.42865,16.650002,4070.7651,49.39014,54.547043,46.30585,49.462696,275.80533,92.483345,67.44254,19.670992,22.594217,45.430786,199.42809,193.81311,91.564316,319.44022,63.896835,57.190853,167.23402,229.66092,962.5632,174.43716,7.1189814,15.761458,8.66723,179.85107,14758.581,7.279282,33.044624,48.491978,31.603497,363.39658,60.366623,170.89352,4.8550344,175.1996,608.74646,422.80832,77.424995,652.0664,49.501385,79.42917,203.76276,26.416891,4.4688106,19.63018,1341.9542,1.2725673,2.7181048,113.410355,9.792992,5.3374124,22.916122,32.143112,340.9861,87.94372,157.73582,1438.8737,177.8089,2167.6167,1878.5322,14.893428,17.751333,11161.473,10.1500225,39.52912,349.9807,64.60817,122.75588,57.310272,306.8044,1208.1444,303.08066,7.978677,62.054317,523.25275,2284.729,43.000362,323.19315,30.535227,1.1526966,55.483112,1.059512,0.6756321,2.3761718,20.404654,74.444626,201.7611,21.038866,2463.678,104.877914,33.668682,40.58686,10.562136,69.164986,9.072826,2.2040927,14.747043,81.9548,4.8667283,3.8594031,6.97198,35.24647,13.930588,3.514021,24.39663,737.5291,84.72392,1729.4005,30.872578,2619.1846,56.42733,637.99524,1160.6023,31.789837,13.671267,1592.6139,2277.021,5706.927,499.73355 +2023-05-12 12:00:00,0.0,6182.689,59.39725,24.427269,17.924858,38.850647,201.58165,31.663326,62.580864,23.324265,33.881996,508.12134,602.89484,19.312849,63.927418,5.315539,1.9323716,33.491222,29.7053,11.826066,468.7299,4.1961246,352.24158,90.38184,2.042302,7.750622,119.850426,44.863525,216.49104,191.53212,5155.8706,1.5941418,2131.7522,6.660131,2.0960376,1.200156,10.340737,220.62625,277.4552,51.46765,195.90323,31.067339,10.000919,814.1474,8.736981,70.59591,69.225555,431.72604,25.345757,374.92813,16.797398,60.505627,0.0,4286.308,11005.271,13.933591,86.131744,88.15815,34679.117,149.6906,10.007225,59.83671,96.2474,72.22934,24.111671,43.056606,727.1486,102.53226,42.725666,8.4839115,12.883177,993.7406,22.437468,348.68048,74.01532,2275.0752,108.6296,143.89955,164.84845,199.43567,13.583581,25.27575,81.60348,10.842455,12.721945,35.22187,49.997177,119.98403,16.220327,14.319652,152.56767,16.637333,4070.0347,49.42915,54.629032,46.384068,49.508,275.74463,92.53745,67.495964,19.683691,22.605692,45.460865,199.71487,193.83195,91.59355,319.57053,63.897438,57.2384,167.37991,229.67459,962.845,174.5016,7.1145487,15.7625,8.667074,179.72777,14761.073,7.280935,33.01748,48.457523,31.612902,363.48245,60.415592,170.81113,4.8558245,175.29033,608.47784,422.50146,77.4651,651.43555,49.48333,79.39945,204.03569,26.399845,4.465183,19.620459,1342.9119,1.270613,2.7145162,113.34301,9.7960825,5.3375063,22.892899,32.11805,340.71832,87.9117,157.69301,1438.134,177.86804,2167.4143,1878.5469,14.9028015,17.769491,11172.403,10.147881,39.573925,350.0985,64.68347,122.87863,57.341255,307.00537,1208.1477,303.1422,7.9846773,62.09699,523.8385,2284.595,42.994324,323.7855,30.591263,1.1522342,55.48339,1.0592786,0.67514914,2.375351,20.430443,74.53897,201.96277,21.017796,2465.5994,105.06989,33.72696,40.64718,10.576959,69.20968,9.089516,2.2040591,14.779032,82.04026,4.8843317,3.8664618,6.981546,35.22782,13.926958,3.5206718,24.434544,738.0281,84.826,1731.7052,30.890368,2621.821,56.45576,637.7445,1162.1637,31.834843,13.669613,1593.6272,2278.1758,5709.6445,499.3978 +2023-05-12 13:00:00,0.0,6189.379,59.4449,24.41422,17.933239,38.831398,201.55519,31.654531,62.545372,23.320326,33.86249,508.59378,602.85156,19.30301,63.977444,5.3213005,1.9361744,33.47497,29.744986,11.832497,468.60498,4.2007065,352.20975,90.340515,2.0396185,7.7428007,119.83796,44.844913,216.41069,191.468,5163.9624,1.592268,2131.04,6.649677,2.0940654,1.1988925,10.329094,220.59634,277.45532,51.435883,196.20631,31.060518,10.002133,813.9935,8.729141,70.61893,69.25476,431.80927,25.383795,374.92606,16.812153,60.544373,0.0,4287.394,11011.681,13.958013,86.248985,88.27287,34688.258,149.78726,10.02465,59.825665,96.25294,72.28953,24.141619,43.06254,727.2322,102.58401,42.720646,8.494927,12.893014,994.106,22.492838,348.84628,74.02897,2274.9668,108.682304,143.97543,164.864,199.19618,13.578062,25.261782,81.53042,10.835539,12.713572,35.270203,50.040733,119.93221,16.225832,14.330604,152.70671,16.624664,4069.3044,49.46816,54.71102,46.462288,49.5533,275.6839,92.59156,67.54939,19.696388,22.617165,45.490944,200.00165,193.8508,91.62279,319.7008,63.898045,57.28595,167.52579,229.68826,963.1268,174.56604,7.1101155,15.763542,8.666919,179.60446,14763.566,7.2825875,32.990334,48.423073,31.622309,363.5683,60.46456,170.72874,4.8566146,175.38104,608.2093,422.1946,77.50522,650.8047,49.465275,79.36974,204.30861,26.382797,4.461555,19.610737,1343.8694,1.2686586,2.7109275,113.275665,9.799174,5.3376,22.869675,32.09299,340.45056,87.87967,157.65019,1437.3943,177.92717,2167.2122,1878.5614,14.912175,17.787647,11183.334,10.14574,39.61873,350.2163,64.75877,123.00137,57.372242,307.20636,1208.151,303.2038,7.990678,62.13966,524.4243,2284.461,42.98828,324.37784,30.6473,1.1517719,55.483673,1.0590452,0.67466617,2.3745298,20.456234,74.633316,202.16444,20.996725,2467.5205,105.26187,33.785233,40.707493,10.591782,69.25437,9.106205,2.2040255,14.811022,82.12572,4.9019356,3.8735206,6.9911118,35.209175,13.923329,3.527323,24.47246,738.527,84.92806,1734.0099,30.908157,2624.4573,56.48419,637.49384,1163.7251,31.879848,13.667959,1594.6405,2279.3306,5712.362,499.06204 +2023-05-12 14:00:00,0.0,6196.069,59.492554,24.401173,17.941618,38.81215,201.52872,31.645735,62.509876,23.31639,33.84299,509.06622,602.8083,19.293173,64.02747,5.327062,1.9399772,33.45872,29.784674,11.838926,468.48004,4.2052884,352.17792,90.29919,2.036935,7.7349796,119.82549,44.8263,216.33035,191.40388,5172.0537,1.590394,2130.328,6.6392226,2.0920932,1.1976291,10.317451,220.56645,277.45544,51.404114,196.50941,31.053698,10.003346,813.83966,8.721302,70.641945,69.283966,431.89246,25.421831,374.924,16.826908,60.583115,0.0,4288.48,11018.089,13.982435,86.36623,88.3876,34697.402,149.88394,10.042073,59.814617,96.25847,72.34971,24.171566,43.06847,727.31573,102.63575,42.715626,8.505942,12.90285,994.47144,22.548208,349.0121,74.04261,2274.8584,108.73501,144.05132,164.87955,198.9567,13.572543,25.247814,81.45737,10.828624,12.705197,35.31854,50.08429,119.880394,16.231335,14.341556,152.84573,16.611996,4068.5742,49.507168,54.79301,46.54051,49.598602,275.6232,92.64567,67.60282,19.709087,22.62864,45.521027,200.28844,193.86964,91.652016,319.83112,63.898647,57.333496,167.67168,229.70195,963.40857,174.63048,7.105683,15.764584,8.666762,179.48116,14766.059,7.28424,32.96319,48.38862,31.631714,363.65417,60.51353,170.64635,4.857404,175.47177,607.94073,421.8878,77.54533,650.1739,49.44722,79.34003,204.58153,26.365751,4.457927,19.601017,1344.827,1.2667043,2.7073388,113.20832,9.802265,5.3376946,22.846449,32.067932,340.1828,87.84765,157.60738,1436.6547,177.98631,2167.01,1878.576,14.921548,17.805803,11194.264,10.143598,39.663532,350.3341,64.834076,123.12412,57.403225,307.40735,1208.1543,303.26538,7.9966784,62.182327,525.01013,2284.3267,42.982243,324.97015,30.703337,1.1513095,55.48395,1.0588118,0.6741832,2.3737087,20.482023,74.72765,202.3661,20.975655,2469.4417,105.45386,33.84351,40.76781,10.606606,69.29906,9.122894,2.203992,14.843011,82.21118,4.919539,3.8805792,7.000677,35.190525,13.919701,3.533974,24.510376,739.0259,85.03013,1736.3146,30.925945,2627.0935,56.512627,637.2431,1165.2865,31.924856,13.666306,1595.6538,2280.4854,5715.079,498.7263 +2023-05-12 15:00:00,0.0,6202.7593,59.540203,24.388124,17.949999,38.792896,201.50226,31.63694,62.47438,23.31245,33.823486,509.53867,602.765,19.283333,64.0775,5.3328233,1.94378,33.442467,29.82436,11.845357,468.3551,4.209871,352.14612,90.25786,2.0342517,7.727159,119.81303,44.807693,216.25,191.33978,5180.1455,1.58852,2129.6157,6.628769,2.090121,1.1963657,10.305805,220.53654,277.45557,51.372345,196.8125,31.046875,10.00456,813.6858,8.713462,70.664955,69.31317,431.97565,25.45987,374.92194,16.841663,60.621857,0.0,4289.5664,11024.498,14.006858,86.48347,88.502335,34706.543,149.9806,10.059498,59.80357,96.26401,72.4099,24.201515,43.074406,727.3993,102.6875,42.710606,8.516958,12.912686,994.8368,22.603579,349.17792,74.05625,2274.75,108.78771,144.1272,164.8951,198.7172,13.567024,25.233847,81.38431,10.821708,12.696824,35.36687,50.127846,119.828575,16.23684,14.352507,152.98476,16.599327,4067.8438,49.546177,54.875,46.618725,49.643906,275.5625,92.699776,67.65625,19.721785,22.640112,45.551105,200.57521,193.88849,91.68125,319.96143,63.89925,57.381046,167.81755,229.71562,963.69037,174.69492,7.10125,15.765625,8.666607,179.35785,14768.552,7.2858925,32.936043,48.354164,31.64112,363.74002,60.5625,170.56396,4.8581944,175.5625,607.6722,421.58093,77.58544,649.543,49.429165,79.31031,204.85445,26.348703,4.4542994,19.591295,1345.7847,1.26475,2.7037501,113.140976,9.805357,5.3377886,22.823225,32.042873,339.915,87.81563,157.56456,1435.915,178.04546,2166.8076,1878.5906,14.930922,17.82396,11205.194,10.141457,39.708336,350.4519,64.90938,123.24687,57.43421,307.60834,1208.1577,303.32693,8.002679,62.225,525.5959,2284.1926,42.9762,325.5625,30.759375,1.1508471,55.48423,1.0585784,0.6737002,2.3728876,20.507812,74.822,202.56778,20.954584,2471.363,105.645836,33.901787,40.828125,10.6214285,69.34375,9.139583,2.2039583,14.875,82.29664,4.937143,3.8876379,7.010243,35.171875,13.916071,3.5406249,24.548292,739.52484,85.1322,1738.6194,30.943735,2629.73,56.541058,636.99243,1166.8479,31.969862,13.664652,1596.6671,2281.6401,5717.797,498.39056 +2023-05-12 16:00:00,0.0,6209.449,59.587852,24.375076,17.95838,38.773647,201.47578,31.628143,62.438885,23.308514,33.803986,510.0111,602.7218,19.273495,64.127525,5.338585,1.9475828,33.426216,29.864048,11.851788,468.2302,4.2144527,352.1143,90.21653,2.0315683,7.719338,119.80056,44.78908,216.16966,191.27567,5188.2373,1.5866461,2128.9033,6.6183147,2.0881488,1.1951023,10.294162,220.50664,277.4557,51.340576,197.11559,31.040054,10.0057745,813.5319,8.705623,70.68797,69.34238,432.05884,25.497908,374.9199,16.856419,60.660603,0.0,4290.6523,11030.907,14.03128,86.60071,88.617065,34715.684,150.07727,10.076921,59.792522,96.26955,72.470085,24.231462,43.080338,727.4829,102.73925,42.70558,8.527974,12.9225235,995.2022,22.658949,349.34372,74.06989,2274.6416,108.840416,144.20308,164.91064,198.4777,13.561505,25.21988,81.31126,10.814792,12.68845,35.415207,50.171402,119.77676,16.242342,14.363459,153.12378,16.586658,4067.1135,49.585182,54.95699,46.696945,49.689205,275.5018,92.75388,67.70968,19.734484,22.651585,45.581184,200.862,193.90732,91.71049,320.0917,63.899857,57.428593,167.96342,229.7293,963.97217,174.75937,7.0968175,15.766667,8.666451,179.23454,14771.044,7.287545,32.908897,48.31971,31.650526,363.8259,60.61147,170.48157,4.8589845,175.65323,607.4036,421.27408,77.62555,648.9122,49.41111,79.2806,205.12738,26.331657,4.4506717,19.581573,1346.7422,1.2627958,2.7001615,113.07363,9.808448,5.3378825,22.800001,32.017815,339.64725,87.7836,157.52174,1435.1753,178.1046,2166.6055,1878.6052,14.940294,17.842115,11216.125,10.139316,39.753136,350.56967,64.98468,123.36962,57.465195,307.80933,1208.161,303.38852,8.008678,62.26767,526.1817,2284.0586,42.97016,326.15485,30.815413,1.1503848,55.48451,1.058345,0.6732173,2.3720665,20.533602,74.91634,202.76945,20.933514,2473.2842,105.837814,33.96006,40.88844,10.636252,69.38844,9.156272,2.2039247,14.906989,82.382095,4.9547467,3.8946965,7.019809,35.153225,13.912442,3.547276,24.586208,740.02374,85.23427,1740.9241,30.961525,2632.3662,56.56949,636.7417,1168.4093,32.01487,13.662998,1597.6804,2282.7952,5720.514,498.0548 +2023-05-12 17:00:00,0.0,6216.139,59.6355,24.362028,17.96676,38.7544,201.44931,31.619347,62.40339,23.304575,33.784485,510.48355,602.6785,19.263657,64.17755,5.3443465,1.9513856,33.409966,29.903734,11.858217,468.10526,4.2190347,352.08246,90.1752,2.028885,7.7115173,119.7881,44.770473,216.08931,191.21155,5196.329,1.5847721,2128.1912,6.6078606,2.0861766,1.193839,10.282518,220.47673,277.4558,51.308807,197.41869,31.033234,10.006988,813.37805,8.697783,70.71099,69.37158,432.14203,25.535944,374.91782,16.871174,60.699345,0.0,4291.7383,11037.316,14.055702,86.71795,88.7318,34724.824,150.17393,10.094346,59.781475,96.275085,72.530266,24.26141,43.08627,727.56647,102.79099,42.70056,8.538989,12.93236,995.5676,22.71432,349.50952,74.083534,2274.5332,108.89312,144.27896,164.9262,198.23822,13.555986,25.205912,81.2382,10.807876,12.680077,35.463543,50.21496,119.724945,16.247847,14.374411,153.2628,16.57399,4066.3833,49.62419,55.03898,46.775166,49.73451,275.44107,92.80799,67.76311,19.74718,22.66306,45.611263,201.14877,193.92616,91.739716,320.22202,63.90046,57.476143,168.10931,229.74297,964.25397,174.8238,7.092385,15.767709,8.666296,179.11124,14773.537,7.2891974,32.881752,48.285255,31.659931,363.91174,60.66044,170.39919,4.8597746,175.74396,607.1351,420.96725,77.66566,648.2813,49.393055,79.250885,205.4003,26.31461,4.4470444,19.571852,1347.6998,1.2608415,2.6965728,113.00629,9.81154,5.337977,22.776777,31.992754,339.3795,87.75158,157.47893,1434.4357,178.16374,2166.4033,1878.6199,14.949668,17.860271,11227.055,10.137174,39.79794,350.68747,65.05998,123.49237,57.496178,308.0103,1208.1643,303.4501,8.014679,62.31034,526.7675,2283.9243,42.96412,326.7472,30.871449,1.1499224,55.484787,1.0581115,0.6727343,2.3712456,20.559391,75.01069,202.97113,20.912441,2475.2053,106.02979,34.018337,40.948757,10.651075,69.43313,9.172961,2.203891,14.938978,82.46755,4.97235,3.901755,7.0293746,35.134575,13.908813,3.553927,24.624125,740.5227,85.336334,1743.2288,30.979313,2635.0024,56.597923,636.49097,1169.9707,32.059875,13.661345,1598.6937,2283.95,5723.232,497.71906 +2023-05-12 18:00:00,0.0,6222.8296,59.68315,24.34898,17.975142,38.735146,201.42285,31.610552,62.367897,23.300636,33.76498,510.95602,602.63525,19.253817,64.22758,5.3501077,1.9551884,33.393715,29.94342,11.864648,467.98032,4.2236166,352.05066,90.13387,2.0262015,7.7036963,119.775635,44.75186,216.00896,191.14743,5204.421,1.5828981,2127.479,6.5974064,2.0842044,1.1925756,10.270874,220.44682,277.45593,51.27704,197.72177,31.026411,10.008202,813.2241,8.689943,70.734,69.40079,432.22522,25.573982,374.91577,16.88593,60.738087,0.0,4292.824,11043.725,14.080124,86.83519,88.84653,34733.965,150.2706,10.11177,59.770428,96.280624,72.590454,24.291359,43.092205,727.65,102.84274,42.69554,8.550005,12.942196,995.93304,22.76969,349.67535,74.097176,2274.4248,108.94582,144.35484,164.94174,197.99872,13.5504675,25.191944,81.165146,10.80096,12.671703,35.511875,50.258514,119.67313,16.25335,14.385363,153.40182,16.561321,4065.6528,49.6632,55.120968,46.853382,49.77981,275.38037,92.86209,67.816536,19.75988,22.674532,45.641346,201.43555,193.945,91.76895,320.35233,63.901062,57.52369,168.25519,229.75665,964.53577,174.88824,7.0879517,15.76875,8.666141,178.98792,14776.029,7.29085,32.854607,48.250805,31.669338,363.99762,60.709408,170.31679,4.8605647,175.83467,606.86646,420.6604,77.70577,647.65045,49.374996,79.22117,205.67322,26.297564,4.4434166,19.56213,1348.6573,1.2588872,2.6929839,112.93894,9.814631,5.338071,22.753553,31.967693,339.1117,87.71956,157.4361,1433.696,178.22287,2166.201,1878.6344,14.959041,17.87843,11237.985,10.135033,39.842743,350.80527,65.135284,123.61512,57.527164,308.2113,1208.1676,303.51166,8.020679,62.353012,527.3533,2283.7903,42.958076,327.3395,30.927486,1.14946,55.485065,1.0578781,0.67225134,2.3704245,20.585182,75.105034,203.17279,20.89137,2477.1267,106.22178,34.076614,41.00907,10.665899,69.47782,9.189651,2.2038574,14.970967,82.55301,4.989954,3.908814,7.0389404,35.11593,13.905185,3.5605779,24.66204,741.0216,85.43841,1745.5334,30.997103,2637.639,56.626354,636.2403,1171.5321,32.10488,13.65969,1599.707,2285.1047,5725.949,497.3833 +2023-05-12 19:00:00,0.0,6229.5195,59.7308,24.335932,17.983522,38.715897,201.39638,31.601755,62.3324,23.2967,33.74548,511.42847,602.592,19.243979,64.2776,5.3558693,1.9589912,33.37746,29.983109,11.8710785,467.85538,4.228199,352.01883,90.092545,2.023518,7.6958756,119.76317,44.73325,215.92862,191.08333,5212.5127,1.5810242,2126.7668,6.586952,2.0822322,1.1913122,10.259231,220.41692,277.45605,51.24527,198.02487,31.01959,10.009416,813.07025,8.682104,70.75702,69.429985,432.3084,25.61202,374.9137,16.900684,60.776833,0.0,4293.9106,11050.134,14.104547,86.95243,88.96126,34743.105,150.36728,10.129193,59.75938,96.28616,72.65064,24.321306,43.098137,727.7336,102.894485,42.69052,8.561021,12.952033,996.29846,22.82506,349.84116,74.11082,2274.3162,108.99853,144.43073,164.95728,197.75923,13.544949,25.177979,81.092094,10.794044,12.663329,35.56021,50.30207,119.62131,16.258854,14.396314,153.54085,16.548653,4064.9226,49.70221,55.202957,46.931602,49.82511,275.31967,92.9162,67.86996,19.772577,22.686007,45.671425,201.72234,193.96385,91.79819,320.4826,63.901665,57.57124,168.40108,229.77032,964.81757,174.95268,7.083519,15.769792,8.665985,178.86461,14778.521,7.292503,32.82746,48.21635,31.678743,364.08347,60.758377,170.2344,4.8613544,175.9254,606.5979,420.35355,77.74588,647.0196,49.35694,79.19146,205.94614,26.280516,4.439789,19.552408,1349.615,1.2569329,2.6893952,112.8716,9.817722,5.338165,22.73033,31.942635,338.84393,87.68754,157.39328,1432.9563,178.28201,2165.9988,1878.649,14.968414,17.896585,11248.916,10.132892,39.887547,350.92307,65.21059,123.73787,57.558147,308.4123,1208.1709,303.57324,8.02668,62.39568,527.9391,2283.6562,42.952038,327.93185,30.983522,1.1489977,55.485344,1.0576447,0.67176837,2.3696034,20.610971,75.19938,203.37447,20.8703,2479.0479,106.41376,34.134888,41.06939,10.680722,69.522514,9.206339,2.2038238,15.002957,82.638466,5.0075574,3.9158726,7.0485063,35.09728,13.901555,3.5672288,24.699957,741.52057,85.540474,1747.8381,31.014893,2640.2751,56.654785,635.98956,1173.0935,32.149887,13.658036,1600.7203,2286.2595,5728.667,497.04755 +2023-05-12 20:00:00,0.0,6236.21,59.77845,24.322884,17.991903,38.696648,201.36992,31.592958,62.296906,23.29276,33.72598,511.9009,602.5487,19.23414,64.32763,5.361631,1.962794,33.36121,30.022795,11.877508,467.73047,4.232781,351.987,90.051216,2.0208347,7.6880546,119.7507,44.71464,215.84827,191.01921,5220.604,1.5791502,2126.0547,6.5764985,2.08026,1.1900488,10.247585,220.38702,277.45618,51.2135,198.32796,31.01277,10.010629,812.9164,8.674265,70.78004,69.45919,432.3916,25.650057,374.91165,16.91544,60.815575,0.0,4294.9966,11056.543,14.128969,87.069664,89.07599,34752.25,150.46394,10.146618,59.748333,96.2917,72.71082,24.351254,43.10407,727.81714,102.946236,42.685497,8.572036,12.961869,996.6638,22.88043,350.00696,74.124466,2274.2078,109.05123,144.5066,164.97282,197.51974,13.53943,25.164011,81.019035,10.787128,12.654956,35.608543,50.345627,119.56949,16.264357,14.407266,153.67987,16.535984,4064.1924,49.74122,55.284946,47.009823,49.870415,275.25897,92.97031,67.923386,19.785276,22.69748,45.701504,202.00911,193.9827,91.82742,320.6129,63.90227,57.618786,168.54695,229.784,965.09937,175.01712,7.0790863,15.770834,8.66583,178.7413,14781.015,7.294155,32.800316,48.181896,31.688148,364.16934,60.807346,170.15201,4.8621445,176.01613,606.32935,420.04672,77.785995,646.3888,49.338886,79.16174,206.21907,26.263468,4.436161,19.542686,1350.5725,1.2549785,2.6858065,112.80426,9.820814,5.338259,22.707106,31.917576,338.57617,87.65551,157.35046,1432.2167,178.34116,2165.7966,1878.6636,14.977787,17.914742,11259.847,10.13075,39.93235,351.04083,65.28589,123.86062,57.589134,308.61328,1208.1742,303.63483,8.0326805,62.43835,528.52484,2283.522,42.945995,328.5242,31.03956,1.1485353,55.485622,1.0574113,0.6712854,2.3687823,20.63676,75.293724,203.57614,20.84923,2480.969,106.605736,34.193165,41.129704,10.695545,69.56721,9.223028,2.2037904,15.034946,82.72393,5.0251613,3.9229312,7.058072,35.07863,13.897926,3.57388,24.737871,742.0195,85.64254,1750.1428,31.03268,2642.9114,56.68322,635.73883,1174.6549,32.194897,13.656383,1601.7336,2287.4143,5731.3843,496.7118 +2023-05-12 21:00:00,0.0,6242.9,59.8261,24.309835,18.000284,38.6774,201.34344,31.584164,62.26141,23.288824,33.706474,512.37335,602.50543,19.2243,64.37766,5.367392,1.9665967,33.34496,30.06248,11.883939,467.60553,4.237363,351.95517,90.00989,2.0181513,7.680234,119.738235,44.69603,215.76793,190.9551,5228.696,1.5772762,2125.3423,6.5660443,2.0782878,1.1887854,10.235942,220.35712,277.45627,51.181732,198.63104,31.005947,10.011843,812.7625,8.666425,70.80305,69.488396,432.4748,25.688095,374.90958,16.930195,60.85432,0.0,4296.083,11062.951,14.153391,87.186905,89.19072,34761.39,150.56061,10.1640415,59.73729,96.297226,72.77101,24.381203,43.110004,727.9007,102.997986,42.680477,8.583052,12.971706,997.02924,22.9358,350.1728,74.13811,2274.0994,109.103935,144.58249,164.98837,197.28024,13.533911,25.150043,80.945984,10.780212,12.646582,35.65688,50.389183,119.51767,16.269861,14.418218,153.8189,16.523315,4063.462,49.780228,55.366936,47.08804,49.915718,275.19824,93.024414,67.976814,19.797974,22.708954,45.731583,202.2959,194.00154,91.85665,320.7432,63.902874,57.666336,168.69284,229.79768,965.38116,175.08156,7.0746536,15.771875,8.665674,178.618,14783.507,7.295808,32.77317,48.14744,31.697556,364.2552,60.856316,170.06963,4.8629346,176.10686,606.0608,419.73987,77.8261,645.75793,49.32083,79.13203,206.49199,26.246422,4.4325333,19.532965,1351.5302,1.2530242,2.6822178,112.736916,9.823905,5.338353,22.683882,31.892515,338.30838,87.62349,157.30765,1431.477,178.4003,2165.5942,1878.6782,14.987161,17.932898,11270.776,10.128609,39.97715,351.15863,65.36119,123.98337,57.620117,308.81427,1208.1775,303.69638,8.038681,62.48102,529.11066,2283.388,42.939957,329.11655,31.095598,1.1480728,55.4859,1.0571779,0.6708024,2.3679612,20.66255,75.38806,203.77782,20.82816,2482.8904,106.797714,34.25144,41.19002,10.710369,69.61189,9.2397175,2.2037568,15.066936,82.80939,5.042765,3.9299898,7.067638,35.05998,13.894298,3.580531,24.775787,742.51843,85.74461,1752.4476,31.05047,2645.5476,56.71165,635.48816,1176.2163,32.239902,13.654729,1602.747,2288.569,5734.1016,496.37604 +2023-05-12 22:00:00,0.0,6249.59,59.87375,24.296787,18.008665,38.658146,201.31699,31.575367,62.225914,23.284885,33.686974,512.8458,602.46216,19.214462,64.42769,5.3731537,1.9703996,33.328705,30.102169,11.890369,467.4806,4.241945,351.92337,89.96856,2.015468,7.672413,119.72578,44.677418,215.68758,190.89099,5236.7876,1.5754023,2124.6301,6.55559,2.0763156,1.187522,10.2242985,220.32721,277.4564,51.149963,198.93414,30.999126,10.013057,812.60864,8.658586,70.826065,69.5176,432.55798,25.726133,374.90753,16.94495,60.893063,0.0,4297.169,11069.36,14.177814,87.304146,89.30545,34770.53,150.65727,10.181466,59.726242,96.302765,72.8312,24.41115,43.115936,727.98425,103.04973,42.675457,8.594068,12.981543,997.39465,22.991173,350.3386,74.15175,2273.991,109.15664,144.65837,165.00392,197.04076,13.528392,25.136076,80.872925,10.773296,12.638208,35.70521,50.43274,119.46585,16.275364,14.429169,153.95792,16.510647,4062.7317,49.819237,55.448925,47.16626,49.961018,275.13754,93.07852,68.03024,19.810673,22.720427,45.761665,202.58267,194.02037,91.88589,320.8735,63.903477,57.713882,168.83871,229.81136,965.66296,175.146,7.0702205,15.772917,8.665519,178.49469,14786.0,7.2974606,32.74603,48.11299,31.70696,364.34106,60.905285,169.98723,4.8637247,176.19759,605.79224,419.433,77.86622,645.1271,49.302776,79.10231,206.76491,26.229374,4.4289055,19.523243,1352.4878,1.2510699,2.6786292,112.66957,9.826997,5.338447,22.660658,31.867456,338.04062,87.59147,157.26483,1430.7373,178.45943,2165.392,1878.6927,14.996533,17.951054,11281.707,10.126468,40.021954,351.27643,65.43649,124.10612,57.651104,309.01523,1208.1809,303.75797,8.044682,62.52369,529.6965,2283.254,42.933914,329.70886,31.151634,1.1476105,55.48618,1.0569445,0.67031944,2.3671403,20.68834,75.48241,203.97948,20.807089,2484.8115,106.9897,34.309715,41.250336,10.725192,69.656586,9.256407,2.2037232,15.098925,82.894844,5.0603685,3.9370487,7.0772038,35.041332,13.890668,3.5871818,24.813704,743.01733,85.84668,1754.7523,31.06826,2648.184,56.740086,635.2374,1177.7777,32.28491,13.653075,1603.7603,2289.7239,5736.8193,496.0403 +2023-05-12 23:00:00,0.0,6256.2803,59.9214,24.28374,18.017046,38.638897,201.29051,31.56657,62.19042,23.280949,33.667473,513.31824,602.4189,19.204624,64.477715,5.3789153,1.9742024,33.312454,30.141855,11.896799,467.35565,4.2465267,351.89154,89.92723,2.0127845,7.664592,119.71331,44.65881,215.60722,190.82687,5244.8794,1.5735283,2123.918,6.545136,2.0743434,1.1862587,10.212654,220.2973,277.4565,51.118195,199.23723,30.992306,10.01427,812.4548,8.650745,70.84908,69.54681,432.6412,25.76417,374.90546,16.959705,60.931805,0.0,4298.255,11075.77,14.202235,87.42139,89.42018,34779.67,150.75394,10.19889,59.715195,96.308304,72.89138,24.441097,43.121872,728.0679,103.10148,42.670433,8.6050825,12.991379,997.7601,23.046543,350.5044,74.16539,2273.8826,109.20934,144.73425,165.01947,196.80127,13.522873,25.122108,80.79987,10.76638,12.629835,35.753548,50.476295,119.41403,16.280869,14.440121,154.09694,16.497978,4062.0012,49.858242,55.530914,47.24448,50.00632,275.07684,93.13263,68.08367,19.82337,22.7319,45.791744,202.86946,194.03922,91.91512,321.0038,63.90408,57.761433,168.9846,229.82503,965.94476,175.21043,7.065788,15.773958,8.665363,178.37138,14788.492,7.299113,32.718884,48.078537,31.716366,364.4269,60.954254,169.90485,4.864515,176.2883,605.5237,419.1262,77.90633,644.4962,49.28472,79.0726,207.03784,26.212328,4.4252777,19.513521,1353.4453,1.2491156,2.6750405,112.60223,9.830088,5.338541,22.637432,31.842398,337.77286,87.55944,157.22202,1429.9977,178.51857,2165.1897,1878.7074,15.005907,17.96921,11292.638,10.124326,40.066757,351.39423,65.511795,124.22887,57.682087,309.21622,1208.1842,303.81955,8.050681,62.56636,530.2822,2283.1196,42.927876,330.3012,31.207672,1.1471481,55.486458,1.0567111,0.6698365,2.3663192,20.71413,75.57675,204.18115,20.786018,2486.733,107.18168,34.367992,41.310654,10.740016,69.70128,9.273095,2.2036896,15.130914,82.9803,5.0779724,3.9441073,7.0867696,35.022682,13.887039,3.5938327,24.85162,743.51624,85.948746,1757.057,31.086048,2650.8203,56.768517,634.9867,1179.3391,32.329914,13.651422,1604.7737,2290.8787,5739.5366,495.70456 +2023-05-13 00:00:00,0.0,6262.97,59.969048,24.27069,18.025427,38.619648,201.26404,31.557775,62.154926,23.27701,33.64797,513.7907,602.3757,19.194784,64.52774,5.3846765,1.9780052,33.296204,30.181543,11.90323,467.23074,4.251109,351.8597,89.8859,2.0101008,7.656771,119.70084,44.640198,215.52689,190.76276,5252.971,1.5716544,2123.2058,6.534682,2.0723712,1.1849952,10.201011,220.2674,277.45663,51.086426,199.54033,30.985485,10.015484,812.3009,8.642906,70.87209,69.57601,432.7244,25.802208,374.90338,16.97446,60.97055,0.0,4299.341,11082.178,14.226658,87.53863,89.53491,34788.812,150.85062,10.216314,59.704147,96.31384,72.95157,24.471045,43.127804,728.1514,103.15323,42.665413,8.616098,13.001216,998.1255,23.101913,350.6702,74.17903,2273.7742,109.26205,144.81013,165.03502,196.56177,13.517354,25.10814,80.726814,10.759464,12.621461,35.80188,50.51985,119.36222,16.286373,14.451073,154.23598,16.48531,4061.271,49.89725,55.612904,47.322697,50.051624,275.0161,93.18674,68.1371,19.83607,22.743374,45.821823,203.15623,194.05806,91.94436,321.1341,63.904686,57.80898,169.13048,229.8387,966.22656,175.27487,7.061355,15.775001,8.665208,178.24808,14790.985,7.3007655,32.69174,48.044083,31.725773,364.5128,61.003227,169.82245,4.8653045,176.37903,605.2551,418.81934,77.946434,643.86536,49.266663,79.042885,207.31076,26.19528,4.42165,19.5038,1354.403,1.2471614,2.6714518,112.53488,9.833179,5.3386354,22.614208,31.817337,337.50507,87.52742,157.1792,1429.258,178.57771,2164.9875,1878.7219,15.015281,17.987368,11303.567,10.122185,40.11156,351.51202,65.5871,124.35161,57.713074,309.4172,1208.1875,303.8811,8.056682,62.60903,530.86804,2282.9856,42.921833,330.89355,31.26371,1.1466857,55.48674,1.0564777,0.66935354,2.365498,20.73992,75.6711,204.38283,20.764946,2488.654,107.37366,34.426266,41.370968,10.754839,69.745964,9.289784,2.203656,15.162903,83.06576,5.095576,3.951166,7.0963354,35.004032,13.88341,3.600484,24.889536,744.0152,86.05082,1759.3617,31.103838,2653.4565,56.796947,634.736,1180.9005,32.37492,13.649768,1605.787,2292.0334,5742.2544,495.3688 +2023-05-13 01:00:00,0.0,6269.66,60.016697,24.257643,18.033808,38.6004,201.23758,31.548979,62.11943,23.273071,33.628468,514.2631,602.3324,19.184946,64.57777,5.390438,1.981808,33.279953,30.22123,11.90966,467.1058,4.255691,351.82788,89.844574,2.0074174,7.64895,119.68838,44.62159,215.44653,190.69864,5261.0625,1.5697805,2122.4934,6.524228,2.070399,1.1837318,10.189367,220.23749,277.45676,51.054657,199.84341,30.978662,10.016697,812.147,8.635067,70.89511,69.60522,432.8076,25.840246,374.90134,16.989214,61.009293,0.0,4300.427,11088.587,14.25108,87.65587,89.64964,34797.953,150.94728,10.233738,59.6931,96.31938,73.01176,24.500994,43.133736,728.235,103.20497,42.660393,8.627114,13.011052,998.49084,23.157284,350.83603,74.19267,2273.6658,109.31475,144.88602,165.05057,196.32228,13.511835,25.094173,80.65376,10.752549,12.613088,35.850216,50.563408,119.3104,16.291876,14.462024,154.375,16.472641,4060.5408,49.93626,55.694893,47.400917,50.096924,274.9554,93.240845,68.19052,19.848766,22.754847,45.851902,203.44302,194.0769,91.97359,321.2644,63.90529,57.85653,169.27637,229.85239,966.50836,175.33932,7.0569224,15.776042,8.665052,178.12477,14793.478,7.302418,32.664593,48.00963,31.735178,364.59863,61.052197,169.74007,4.8660946,176.46976,604.9865,418.51248,77.98655,643.23456,49.248608,79.01317,207.58368,26.178234,4.4180226,19.494078,1355.3605,1.2452071,2.667863,112.46754,9.836271,5.3387294,22.590984,31.792278,337.2373,87.4954,157.13638,1428.5183,178.63686,2164.7854,1878.7366,15.024653,18.005524,11314.498,10.120044,40.156364,351.6298,65.6624,124.47436,57.744057,309.6182,1208.1908,303.9427,8.062682,62.651703,531.4538,2282.8516,42.91579,331.4859,31.319746,1.1462234,55.48702,1.0562444,0.66887057,2.364677,20.765709,75.76544,204.5845,20.743876,2490.5752,107.565636,34.484543,41.431282,10.769662,69.79066,9.306474,2.2036223,15.194892,83.151215,5.1131797,3.9582245,7.105901,34.985382,13.879781,3.6071348,24.927452,744.5141,86.152885,1761.6664,31.121628,2656.093,56.825382,634.4853,1182.4618,32.41993,13.648114,1606.8003,2293.1882,5744.9717,495.03305 +2023-05-13 02:00:00,0.0,6276.3506,60.064346,24.244593,18.042189,38.581146,201.2111,31.540184,62.083935,23.269135,33.608967,514.7356,602.2891,19.175108,64.62779,5.3961997,1.9856107,33.2637,30.260916,11.916091,466.98087,4.260273,351.79608,89.803246,2.004734,7.6411295,119.67591,44.602978,215.3662,190.63454,5269.1543,1.5679065,2121.7812,6.513774,2.0684268,1.1824684,10.177722,220.20758,277.45688,51.02289,200.1465,30.971842,10.017911,811.9931,8.627227,70.91813,69.63442,432.89078,25.878283,374.89926,17.00397,61.048035,0.0,4301.513,11094.996,14.275502,87.77311,89.76437,34807.098,151.04395,10.251162,59.682053,96.32492,73.071945,24.530941,43.13967,728.31854,103.25672,42.655373,8.638129,13.020888,998.85626,23.212654,351.00183,74.206314,2273.5574,109.367455,144.9619,165.06612,196.0828,13.506316,25.080206,80.58071,10.745633,12.604713,35.898552,50.606964,119.25858,16.29738,14.472976,154.51402,16.459972,4059.8103,49.97527,55.776882,47.479137,50.142227,274.8947,93.29495,68.24395,19.861465,22.766321,45.881985,203.7298,194.09575,92.00282,321.3947,63.90589,57.904076,169.42224,229.86606,966.79016,175.40376,7.0524893,15.777083,8.664896,178.00145,14795.971,7.3040705,32.637447,47.975178,31.744583,364.6845,61.101166,169.65767,4.8668847,176.56049,604.71796,418.20566,78.02666,642.6037,49.230553,78.98346,207.8566,26.161186,4.414395,19.484356,1356.3181,1.2432528,2.6642742,112.40019,9.839362,5.3388233,22.56776,31.767218,336.96954,87.46337,157.09355,1427.7787,178.696,2164.583,1878.7511,15.034027,18.02368,11325.429,10.117902,40.201164,351.7476,65.7377,124.59711,57.775043,309.81918,1208.1941,304.00427,8.068683,62.694374,532.0396,2282.7173,42.90975,332.07822,31.375784,1.145761,55.487297,1.056011,0.6683876,2.3638558,20.791498,75.85979,204.78616,20.722805,2492.4966,107.757614,34.54282,41.4916,10.784486,69.83535,9.323163,2.2035887,15.226882,83.23667,5.1307836,3.9652832,7.1154666,34.966732,13.876152,3.6137857,24.965368,745.01306,86.25496,1763.9712,31.139416,2658.7292,56.853813,634.23456,1184.0232,32.464935,13.646461,1607.8136,2294.343,5747.689,494.6973 +2023-05-13 03:00:00,0.0,6283.0405,60.112,24.231544,18.05057,38.561897,201.18465,31.531387,62.04844,23.265196,33.589462,515.208,602.24585,19.165268,64.67782,5.401961,1.9894135,33.247448,30.300604,11.922521,466.85596,4.264855,351.76425,89.76192,2.0020506,7.6333084,119.66345,44.584366,215.28584,190.57042,5277.246,1.5660325,2121.069,6.5033197,2.0664546,1.181205,10.166079,220.17769,277.457,50.99112,200.4496,30.965021,10.019125,811.83923,8.619388,70.94114,69.66363,432.974,25.91632,374.89722,17.018724,61.08678,0.0,4302.5996,11101.405,14.299925,87.89034,89.879105,34816.24,151.14061,10.268586,59.671005,96.33046,73.132126,24.560888,43.145603,728.4021,103.308464,42.65035,8.649145,13.0307255,999.2217,23.268024,351.16763,74.21996,2273.449,109.42016,145.03778,165.08167,195.84329,13.500797,25.066238,80.50765,10.738717,12.59634,35.946884,50.650524,119.206764,16.302883,14.483928,154.65305,16.447306,4059.08,50.01428,55.85887,47.557354,50.18753,274.834,93.34906,68.29738,19.874163,22.777794,45.912064,204.01659,194.1146,92.03206,321.525,63.906498,57.951626,169.56813,229.87973,967.07196,175.4682,7.0480566,15.778125,8.664741,177.87814,14798.463,7.305723,32.610302,47.940723,31.75399,364.77036,61.150135,169.57529,4.867675,176.65121,604.4494,417.8988,78.06677,641.97284,49.212498,78.95374,208.12953,26.14414,4.410767,19.474634,1357.2756,1.2412984,2.6606855,112.33285,9.842454,5.3389177,22.544537,31.742159,336.70175,87.43135,157.05074,1427.0391,178.75513,2164.3809,1878.7657,15.0434,18.041836,11336.358,10.115761,40.245968,351.8654,65.813,124.71986,57.806026,310.02017,1208.1974,304.06583,8.074683,62.73704,532.6254,2282.5833,42.90371,332.67056,31.43182,1.1452986,55.487576,1.0557775,0.6679046,2.363035,20.817287,75.95413,204.98784,20.701735,2494.4177,107.9496,34.601093,41.551914,10.799309,69.88004,9.339852,2.203555,15.258871,83.322136,5.148387,3.972342,7.1250324,34.948086,13.872523,3.6204367,25.003284,745.51196,86.357025,1766.2759,31.157206,2661.3655,56.882244,633.9839,1185.5846,32.50994,13.644806,1608.8269,2295.4978,5750.4067,494.36154 +2023-05-13 04:00:00,0.0,6289.7305,60.15965,24.218496,18.05895,38.54265,201.15817,31.52259,62.012943,23.26126,33.56996,515.6805,602.2026,19.15543,64.727844,5.4077225,1.9932163,33.231197,30.34029,11.928951,466.73102,4.2694373,351.73242,89.72059,1.9993672,7.625488,119.650986,44.565758,215.20549,190.5063,5285.338,1.5641586,2120.357,6.4928656,2.0644825,1.1799417,10.154435,220.14778,277.45712,50.95935,200.75269,30.958199,10.020338,811.68536,8.611548,70.96416,69.69283,433.0572,25.95436,374.89514,17.03348,61.125523,0.0,4303.6855,11107.813,14.324347,88.00758,89.99383,34825.38,151.23727,10.28601,59.659958,96.33599,73.192314,24.590837,43.151535,728.48566,103.360214,42.64533,8.660161,13.040562,999.5871,23.323395,351.33347,74.233604,2273.3406,109.47286,145.11366,165.09721,195.6038,13.495278,25.05227,80.4346,10.731801,12.587966,35.99522,50.694077,119.154945,16.308388,14.49488,154.79207,16.434637,4058.3499,50.053288,55.94086,47.635574,50.23283,274.7733,93.40317,68.35081,19.886862,22.789268,45.942142,204.30336,194.13342,92.061295,321.6553,63.9071,57.999172,169.714,229.8934,967.35376,175.53264,7.043624,15.779167,8.664585,177.75484,14800.955,7.307376,32.583157,47.90627,31.763395,364.85623,61.199104,169.49289,4.868465,176.74193,604.18085,417.59195,78.10688,641.342,49.194443,78.92403,208.40245,26.127092,4.4071393,19.464912,1358.2333,1.2393441,2.6570969,112.2655,9.845545,5.3390117,22.521313,31.7171,336.434,87.39933,157.00792,1426.2994,178.81427,2164.1787,1878.7803,15.052773,18.059992,11347.289,10.113619,40.29077,351.9832,65.888306,124.842606,57.83701,310.22116,1208.2008,304.1274,8.080684,62.779713,533.2112,2282.449,42.89767,333.2629,31.487858,1.1448363,55.487854,1.0555441,0.66742164,2.3622139,20.843079,76.04848,205.18951,20.680664,2496.3389,108.14158,34.65937,41.612232,10.814133,69.92473,9.356541,2.2035215,15.29086,83.40759,5.165991,3.9794006,7.1345983,34.929436,13.868894,3.6270878,25.0412,746.0109,86.45909,1768.5806,31.174995,2664.002,56.91068,633.73315,1187.146,32.554947,13.643152,1609.8402,2296.6526,5753.124,494.02582 +2023-05-13 05:00:00,0.0,6296.421,60.2073,24.205448,18.067331,38.5234,201.13171,31.513796,61.97745,23.25732,33.55046,516.1529,602.1593,19.145592,64.77788,5.413484,1.9970192,33.214943,30.379976,11.935382,466.60608,4.2740192,351.7006,89.67926,1.9966838,7.6176667,119.63852,44.547146,215.12515,190.4422,5293.4297,1.5622846,2119.6448,6.4824114,2.0625103,1.1786783,10.142791,220.11787,277.45724,50.92758,201.05579,30.951378,10.021552,811.5315,8.603708,70.987175,69.72203,433.14038,25.992395,374.8931,17.048235,61.164265,0.0,4304.7715,11114.223,14.348769,88.124825,90.10856,34834.52,151.33395,10.303434,59.64891,96.34153,73.2525,24.620785,43.15747,728.5692,103.411964,42.64031,8.671176,13.050399,999.9525,23.378765,351.49927,74.247246,2273.232,109.525566,145.18954,165.11276,195.36432,13.4897585,25.038303,80.36154,10.724885,12.579593,36.043552,50.737637,119.10313,16.31389,14.505831,154.93109,16.421968,4057.6194,50.092293,56.02285,47.713795,50.278133,274.7126,93.457275,68.404236,19.899559,22.800741,45.97222,204.59015,194.15227,92.09052,321.7856,63.907703,58.046722,169.8599,229.90709,967.63556,175.59708,7.0391912,15.780209,8.66443,177.63153,14803.448,7.309028,32.55601,47.871815,31.772802,364.94208,61.248074,169.4105,4.8692546,176.83266,603.9123,417.28513,78.146996,640.7111,49.176388,78.89432,208.67537,26.110046,4.4035115,19.45519,1359.1909,1.2373898,2.6535082,112.19816,9.848637,5.3391056,22.498089,31.69204,336.16623,87.36731,156.9651,1425.5598,178.87341,2163.9763,1878.7949,15.062146,18.078148,11358.22,10.111478,40.335575,352.10098,65.96361,124.965355,57.867996,310.42215,1208.2041,304.189,8.086684,62.822384,533.797,2282.315,42.89163,333.85526,31.543896,1.1443739,55.488132,1.0553107,0.66693866,2.3613927,20.868868,76.142815,205.39119,20.659594,2498.2603,108.33356,34.717644,41.672546,10.828956,69.96942,9.37323,2.2034879,15.322849,83.49305,5.183594,3.9864593,7.144164,34.910786,13.865265,3.6337388,25.079115,746.5098,86.561165,1770.8853,31.192783,2666.6382,56.93911,633.4824,1188.7074,32.599953,13.641499,1610.8535,2297.8074,5755.842,493.69006 +2023-05-13 06:00:00,0.0,6303.111,60.254948,24.1924,18.075712,38.504147,201.10524,31.505,61.941956,23.253384,33.530956,516.62537,602.116,19.135754,64.8279,5.4192452,2.0008218,33.198692,30.419664,11.941812,466.48114,4.278601,351.6688,89.63793,1.9940004,7.609846,119.62605,44.528538,215.0448,190.37808,5301.521,1.5604106,2118.9324,6.471957,2.060538,1.1774149,10.131147,220.08797,277.45737,50.895813,201.35887,30.944557,10.022766,811.3776,8.595869,71.01019,69.751236,433.22357,26.030434,374.89102,17.06299,61.20301,0.0,4305.8574,11120.632,14.373191,88.242065,90.22329,34843.66,151.43062,10.320858,59.637863,96.34707,73.31268,24.650732,43.163403,728.65283,103.46371,42.63529,8.682192,13.060235,1000.3179,23.434135,351.66507,74.26089,2273.1235,109.57827,145.26543,165.12831,195.12482,13.48424,25.024338,80.28849,10.717969,12.571219,36.09189,50.78119,119.05131,16.319395,14.516783,155.07011,16.4093,4056.8892,50.1313,56.10484,47.79201,50.323437,274.6519,93.51138,68.457664,19.912258,22.812214,46.002304,204.87692,194.17111,92.11976,321.9159,63.908306,58.094273,170.00577,229.92076,967.91736,175.66151,7.034758,15.78125,8.664274,177.50822,14805.94,7.310681,32.528866,47.837364,31.782207,365.02792,61.297043,169.32811,4.8700447,176.92339,603.64374,416.97827,78.1871,640.08026,49.158333,78.8646,208.9483,26.092999,4.3998837,19.445469,1360.1484,1.2354355,2.6499195,112.13081,9.8517275,5.3392,22.474865,31.66698,335.89844,87.33528,156.92229,1424.8201,178.93256,2163.7742,1878.8094,15.07152,18.096306,11369.15,10.109337,40.38038,352.21875,66.03891,125.088104,57.89898,310.62314,1208.2074,304.25055,8.092685,62.86505,534.38275,2282.181,42.885586,334.44757,31.599932,1.1439116,55.48841,1.0550773,0.6664557,2.3605716,20.894657,76.23716,205.59285,20.638521,2500.1814,108.525536,34.77592,41.732864,10.843779,70.014114,9.389919,2.2034543,15.354838,83.57851,5.201198,3.9935179,7.15373,34.892136,13.861636,3.6403897,25.117031,747.0088,86.66323,1773.19,31.210573,2669.2744,56.96754,633.23175,1190.2688,32.644962,13.639845,1611.8668,2298.9622,5758.559,493.3543 +2023-05-13 07:00:00,0.0,6309.801,60.302597,24.179352,18.084091,38.484898,201.07877,31.496202,61.90646,23.249445,33.511456,517.09784,602.07275,19.125914,64.87793,5.425007,2.0046246,33.18244,30.45935,11.948242,466.35623,4.283183,351.63696,89.5966,1.991317,7.602025,119.61359,44.509926,214.96446,190.31396,5309.613,1.5585366,2118.2202,6.4615035,2.0585659,1.1761515,10.119503,220.05806,277.4575,50.864044,201.66196,30.937737,10.023979,811.22375,8.58803,71.0332,69.78044,433.30676,26.068472,374.88898,17.077745,61.241753,0.0,4306.944,11127.04,14.397614,88.35931,90.33802,34852.8,151.52728,10.338283,59.626816,96.3526,73.37287,24.680681,43.169334,728.7364,103.51546,42.630264,8.693208,13.070071,1000.6833,23.489506,351.83087,74.27453,2273.0151,109.630974,145.34131,165.14386,194.88533,13.478721,25.01037,80.21543,10.711054,12.562845,36.14022,50.82475,118.9995,16.324898,14.527735,155.20914,16.396631,4056.159,50.17031,56.18683,47.87023,50.368736,274.5912,93.56548,68.511086,19.924955,22.823689,46.032383,205.16371,194.18996,92.148994,322.0462,63.908913,58.14182,170.15166,229.93443,968.19916,175.72595,7.0303254,15.782292,8.664119,177.38492,14808.434,7.3123336,32.50172,47.80291,31.791613,365.1138,61.346012,169.24573,4.870835,177.01411,603.3752,416.67142,78.22721,639.44946,49.140274,78.834885,209.22122,26.075953,4.396256,19.435747,1361.1061,1.2334813,2.6463308,112.06347,9.854819,5.339294,22.451641,31.64192,335.63068,87.30326,156.87947,1424.0803,178.9917,2163.572,1878.8241,15.080893,18.114462,11380.08,10.107195,40.42518,352.33655,66.11421,125.21085,57.929966,310.82413,1208.2107,304.31213,8.098684,62.907722,534.96857,2282.0466,42.879547,335.03992,31.65597,1.1434492,55.48869,1.0548439,0.66597277,2.3597505,20.920446,76.331505,205.79453,20.61745,2502.1025,108.71752,34.834198,41.79318,10.858603,70.05881,9.406609,2.2034206,15.386827,83.66396,5.218802,4.0005765,7.1632957,34.87349,13.8580065,3.6470406,25.154947,747.5077,86.7653,1775.4948,31.228363,2671.911,56.995975,632.981,1191.8302,32.68997,13.638191,1612.8801,2300.117,5761.277,493.01855 +2023-05-13 08:00:00,0.0,6316.491,60.350246,24.166304,18.092472,38.46565,201.0523,31.487408,61.870964,23.245508,33.491955,517.57025,602.02954,19.116076,64.927956,5.4307685,2.0084276,33.166187,30.499039,11.954673,466.2313,4.287765,351.60513,89.55527,1.9886336,7.594204,119.60113,44.491314,214.88411,190.24986,5317.7046,1.5566627,2117.508,6.4510493,2.0565937,1.1748881,10.107859,220.02815,277.4576,50.832275,201.96506,30.930914,10.025193,811.0698,8.58019,71.05622,69.80965,433.38995,26.106508,374.8869,17.0925,61.280495,0.0,4308.03,11133.449,14.422035,88.47655,90.45275,34861.945,151.62395,10.355706,59.61577,96.35814,73.43306,24.710629,43.17527,728.81995,103.56721,42.625244,8.704224,13.079908,1001.0487,23.544876,351.9967,74.28817,2272.9067,109.68368,145.41719,165.15941,194.64584,13.473202,24.996403,80.14238,10.704138,12.554472,36.188557,50.868305,118.94768,16.330402,14.538686,155.34816,16.383963,4055.4285,50.20932,56.268818,47.948452,50.41404,274.53046,93.61959,68.564514,19.937654,22.835161,46.06246,205.45049,194.2088,92.17823,322.1765,63.909515,58.18937,170.29753,229.94812,968.48096,175.79039,7.0258927,15.783334,8.663963,177.26161,14810.926,7.313986,32.474575,47.768456,31.80102,365.19965,61.39498,169.16333,4.871625,177.10484,603.10657,416.36456,78.26733,638.8186,49.12222,78.805176,209.49414,26.058905,4.3926287,19.426027,1362.0636,1.231527,2.642742,111.996124,9.85791,5.339388,22.428417,31.616861,335.3629,87.27124,156.83665,1423.3406,179.05083,2163.3696,1878.8386,15.090266,18.132618,11391.011,10.105054,40.469982,352.45435,66.18952,125.3336,57.96095,311.0251,1208.214,304.37372,8.104685,62.950394,535.5544,2281.9126,42.873505,335.63226,31.712008,1.1429868,55.488968,1.0546105,0.6654898,2.3589296,20.946236,76.42585,205.9962,20.59638,2504.024,108.9095,34.89247,41.853493,10.8734255,70.10349,9.423297,2.203387,15.4188175,83.74942,5.2364054,4.007635,7.1728616,34.85484,13.854378,3.6536918,25.192863,748.0066,86.86737,1777.7994,31.246153,2674.547,57.024406,632.7303,1193.3916,32.734974,13.636538,1613.8934,2301.2717,5763.994,492.6828 +2023-05-13 09:00:00,0.0,6323.181,60.397896,24.153255,18.100853,38.4464,201.02583,31.478611,61.83547,23.24157,33.47245,518.0427,601.98627,19.106237,64.97798,5.4365296,2.0122304,33.149937,30.538725,11.9611025,466.10635,4.2923474,351.5733,89.51394,1.9859501,7.5863833,119.58866,44.472706,214.80377,190.18575,5325.7964,1.5547887,2116.796,6.440595,2.0546215,1.1736248,10.096215,219.99826,277.4577,50.800507,202.26814,30.924093,10.026406,810.91595,8.5723505,71.07924,69.83885,433.47314,26.144547,374.88486,17.107256,61.31924,0.0,4309.1157,11139.858,14.446458,88.59379,90.56748,34871.086,151.72061,10.37313,59.60472,96.36368,73.49324,24.740576,43.181202,728.9035,103.61895,42.620224,8.715239,13.089745,1001.4141,23.600246,352.1625,74.30182,2272.7983,109.73638,145.49307,165.17496,194.40634,13.467683,24.982435,80.06932,10.697222,12.546098,36.236893,50.91186,118.89586,16.335905,14.549638,155.48718,16.371294,4054.6982,50.24833,56.350807,48.02667,50.459343,274.46976,93.6737,68.61794,19.950352,22.846636,46.09254,205.73727,194.22765,92.20746,322.3068,63.91012,58.236916,170.44342,229.96179,968.76276,175.85483,7.02146,15.784375,8.663808,177.1383,14813.419,7.3156385,32.44743,47.734,31.810425,365.28552,61.44395,169.08095,4.872415,177.19557,602.838,416.05774,78.307434,638.18774,49.104164,78.77546,209.76706,26.041859,4.389001,19.416306,1363.0212,1.2295727,2.6391532,111.92878,9.861002,5.3394823,22.405191,31.591803,335.09512,87.23921,156.79382,1422.601,179.10997,2163.1675,1878.8533,15.099639,18.150774,11401.941,10.102913,40.514786,352.57214,66.264824,125.45635,57.991936,311.22607,1208.2173,304.43527,8.110685,62.993065,536.14014,2281.7786,42.867466,336.2246,31.768044,1.1425245,55.489246,1.0543771,0.6650068,2.3581085,20.972027,76.520195,206.19788,20.57531,2505.945,109.10148,34.95075,41.91381,10.888249,70.148186,9.439986,2.2033534,15.450807,83.834885,5.2540092,4.0146937,7.1824274,34.83619,13.850749,3.6603427,25.23078,748.50555,86.96944,1780.1041,31.26394,2677.1833,57.05284,632.4796,1194.953,32.77998,13.634884,1614.9067,2302.4265,5766.7114,492.34705 +2023-05-13 10:00:00,0.0,6329.8716,60.445545,24.140207,18.109234,38.427147,200.99937,31.469816,61.799973,23.23763,33.45295,518.51514,601.943,19.096397,65.02801,5.4422913,2.0160332,33.133686,30.578411,11.967533,465.98145,4.2969294,351.5415,89.47261,1.9832667,7.5785623,119.576195,44.454094,214.72342,190.12163,5333.888,1.5529147,2116.0837,6.430141,2.0526493,1.1723614,10.084571,219.96835,277.45782,50.768738,202.57124,30.917273,10.02762,810.7621,8.56451,71.10225,69.86806,433.55634,26.182585,374.88278,17.122011,61.357983,0.0,4310.2017,11146.267,14.4708805,88.71102,90.68221,34880.227,151.81729,10.390554,59.593674,96.36921,73.55343,24.770525,43.187134,728.98706,103.6707,42.6152,8.726254,13.099581,1001.77954,23.655619,352.3283,74.31546,2272.69,109.789085,145.56895,165.1905,194.16685,13.462164,24.968468,79.99627,10.690306,12.5377245,36.285225,50.95542,118.84404,16.34141,14.56059,155.6262,16.358625,4053.968,50.28734,56.432796,48.10489,50.504642,274.40906,93.727806,68.67137,19.96305,22.858109,46.122623,206.02405,194.24648,92.236694,322.4371,63.910725,58.284466,170.5893,229.97546,969.04456,175.91927,7.017027,15.785417,8.663652,177.015,14815.911,7.3172913,32.420284,47.69955,31.81983,365.37137,61.49292,168.99855,4.8732047,177.28629,602.56946,415.7509,78.34755,637.5569,49.08611,78.74574,210.04,26.02481,4.385373,19.406584,1363.9788,1.2276183,2.6355646,111.861435,9.864094,5.3395762,22.381968,31.566742,334.82736,87.20719,156.751,1421.8613,179.16911,2162.9653,1878.8678,15.109013,18.16893,11412.871,10.100771,40.55959,352.68994,66.340126,125.5791,58.02292,311.42706,1208.2206,304.49686,8.116686,63.035736,536.72595,2281.6443,42.861423,336.81693,31.824081,1.1420621,55.489525,1.0541437,0.66452384,2.3572874,20.997816,76.61454,206.39955,20.55424,2507.8665,109.29346,35.009026,41.974125,10.903072,70.19288,9.456676,2.2033198,15.482796,83.92034,5.271613,4.021753,7.191993,34.81754,13.847119,3.6669936,25.268696,749.00446,87.0715,1782.4088,31.28173,2679.8198,57.081272,632.2289,1196.5144,32.824986,13.63323,1615.92,2303.5813,5769.429,492.0113 +2023-05-13 11:00:00,0.0,6336.5615,60.493195,24.12716,18.117615,38.407898,200.9729,31.46102,61.76448,23.233694,33.43345,518.9876,601.8997,19.08656,65.07803,5.448053,2.019836,33.117435,30.6181,11.973964,465.8565,4.3015113,351.50967,89.43128,1.9805833,7.5707417,119.56373,44.435486,214.64307,190.05751,5341.98,1.5510409,2115.3713,6.419687,2.050677,1.1710979,10.072927,219.93845,277.45795,50.73697,202.87433,30.91045,10.028834,810.6082,8.556671,71.12527,69.89726,433.63953,26.220621,374.88074,17.136766,61.396725,0.0,4311.288,11152.676,14.495302,88.82826,90.79694,34889.367,151.91396,10.407978,59.582626,96.37475,73.61362,24.800472,43.19307,729.0706,103.72244,42.61018,8.73727,13.109418,1002.1449,23.710989,352.49414,74.3291,2272.5815,109.84179,145.64484,165.20605,193.92737,13.456645,24.9545,79.92322,10.68339,12.529351,36.33356,50.998974,118.79222,16.346912,14.571542,155.76524,16.345957,4053.2375,50.326347,56.514786,48.18311,50.549946,274.34833,93.78191,68.7248,19.975748,22.869583,46.152702,206.31084,194.26532,92.26593,322.5674,63.911327,58.332012,170.73518,229.98914,969.32635,175.98372,7.012594,15.786459,8.663497,176.89168,14818.404,7.3189435,32.393143,47.665096,31.829237,365.45724,61.54189,168.91617,4.873995,177.37701,602.3009,415.44403,78.38766,636.926,49.068054,78.71603,210.31291,26.007763,4.3817453,19.396862,1364.9364,1.225664,2.631976,111.79409,9.867185,5.33967,22.358744,31.541683,334.5596,87.17517,156.70819,1421.1217,179.22826,2162.763,1878.8824,15.118386,18.187086,11423.802,10.09863,40.604393,352.8077,66.41543,125.70184,58.053905,311.62805,1208.224,304.55844,8.122686,63.078403,537.31177,2281.5103,42.855385,337.40927,31.880117,1.1415997,55.489807,1.0539103,0.66404086,2.3564663,21.023605,76.708885,206.60121,20.533169,2509.7876,109.48544,35.0673,42.034443,10.917895,70.237564,9.473365,2.2032862,15.514785,84.0058,5.2892165,4.0288115,7.2015586,34.798893,13.843491,3.6736445,25.306612,749.5034,87.17358,1784.7135,31.29952,2682.456,57.109703,631.97815,1198.0758,32.869995,13.631577,1616.9333,2304.736,5772.1465,491.67557 +2023-05-13 12:00:00,0.0,6343.2515,60.540844,24.11411,18.125996,38.38865,200.94644,31.452223,61.728985,23.229755,33.413944,519.46,601.85645,19.076721,65.12806,5.453814,2.0236387,33.10118,30.657785,11.980393,465.73157,4.306093,351.47784,89.38995,1.9778999,7.5629206,119.55126,44.416874,214.56273,189.99341,5350.0713,1.5491669,2114.6592,6.409233,2.0487049,1.1698345,10.061284,219.90854,277.45807,50.7052,203.17741,30.90363,10.030047,810.45435,8.548832,71.148285,69.92647,433.72275,26.25866,374.87866,17.151522,61.43547,0.0,4312.374,11159.085,14.519725,88.9455,90.911674,34898.508,152.01062,10.425403,59.571583,96.38029,73.6738,24.83042,43.199,729.1542,103.77419,42.60516,8.748285,13.119254,1002.5103,23.76636,352.65994,74.34274,2272.4731,109.89449,145.72072,165.2216,193.68787,13.451126,24.940533,79.85016,10.676474,12.520977,36.381893,51.042534,118.7404,16.352417,14.582493,155.90427,16.333288,4052.5073,50.365353,56.596775,48.261326,50.59525,274.28763,93.83602,68.77823,19.988447,22.881056,46.18278,206.59761,194.28416,92.295166,322.6977,63.91193,58.379562,170.88106,230.00282,969.60815,176.04816,7.0081615,15.7875,8.6633415,176.76837,14820.896,7.320596,32.365997,47.630642,31.838642,365.5431,61.59086,168.83377,4.874785,177.46774,602.03235,415.1372,78.42777,636.29517,49.05,78.68632,210.58583,25.990717,4.3781176,19.38714,1365.894,1.2237097,2.6283872,111.72675,9.870276,5.3397646,22.33552,31.516623,334.2918,87.14314,156.66537,1420.382,179.28738,2162.5608,1878.897,15.127759,18.205242,11434.732,10.096489,40.649193,352.9255,66.49073,125.82459,58.08489,311.82904,1208.2273,304.62,8.128687,63.121075,537.8975,2281.3762,42.849342,338.00162,31.936155,1.1411374,55.490086,1.0536768,0.6635579,2.3556452,21.049395,76.80322,206.80289,20.512096,2511.7087,109.67742,35.125576,42.094757,10.932719,70.28226,9.490053,2.2032528,15.546774,84.091255,5.3068204,4.03587,7.2111244,34.780243,13.839862,3.6802957,25.344528,750.0023,87.27564,1787.0183,31.317308,2685.0923,57.138138,631.7275,1199.6372,32.915,13.629923,1617.9467,2305.8909,5774.8643,491.3398 +2023-05-13 13:00:00,0.0,6349.942,60.588493,24.101063,18.134377,38.3694,200.91997,31.443428,61.69349,23.225819,33.394444,519.9325,601.8132,19.066881,65.17809,5.4595757,2.0274415,33.08493,30.697472,11.986824,465.60663,4.3106756,351.446,89.348625,1.9752165,7.5551,119.5388,44.398262,214.48238,189.92929,5358.163,1.547293,2113.947,6.398779,2.0467327,1.1685711,10.049639,219.87863,277.4582,50.67343,203.48051,30.896809,10.031261,810.3005,8.540992,71.171295,69.95567,433.80594,26.296698,374.87662,17.166277,61.474213,0.0,4313.46,11165.494,14.544147,89.062744,91.026405,34907.65,152.10728,10.442826,59.560535,96.385826,73.733986,24.860367,43.204933,729.23773,103.82594,42.60014,8.759301,13.12909,1002.87573,23.82173,352.82574,74.356384,2272.3647,109.9472,145.7966,165.23715,193.44838,13.445607,24.926565,79.77711,10.669559,12.512604,36.43023,51.086086,118.68859,16.357922,14.593445,156.04329,16.32062,4051.777,50.40436,56.678764,48.339546,50.64055,274.22693,93.89013,68.83165,20.001144,22.892529,46.21286,206.8844,194.30301,92.324394,322.828,63.912533,58.42711,171.02695,230.0165,969.88995,176.1126,7.003729,15.788542,8.663186,176.64507,14823.39,7.322249,32.338852,47.596188,31.848047,365.62897,61.639828,168.75139,4.875575,177.55847,601.7638,414.83035,78.46788,635.66437,49.03194,78.6566,210.85876,25.97367,4.37449,19.377419,1366.8516,1.2217554,2.6247985,111.65941,9.873367,5.3398585,22.312296,31.491564,334.02405,87.11112,156.62256,1419.6423,179.34653,2162.3586,1878.9116,15.137133,18.2234,11445.662,10.094347,40.693996,353.0433,66.56603,125.94734,58.115875,312.03003,1208.2306,304.68158,8.134687,63.163746,538.48334,2281.242,42.8433,338.59396,31.992193,1.140675,55.490364,1.0534434,0.6630749,2.3548243,21.075184,76.89757,207.00456,20.491026,2513.6301,109.8694,35.183853,42.155075,10.947542,70.32695,9.5067425,2.2032192,15.578763,84.17671,5.324424,4.0429287,7.2206903,34.761593,13.836233,3.6869466,25.382444,750.5013,87.37771,1789.323,31.335098,2687.7288,57.16657,631.47675,1201.1986,32.960007,13.628268,1618.96,2307.0457,5777.5815,491.00406 +2023-05-13 14:00:00,0.0,6356.632,60.636143,24.088015,18.142757,38.350147,200.89351,31.434631,61.657993,23.22188,33.37494,520.40497,601.7699,19.057043,65.22812,5.4653373,2.0312443,33.06868,30.73716,11.993255,465.48172,4.3152575,351.4142,89.3073,1.9725331,7.547279,119.52634,44.379654,214.40204,189.86517,5366.255,1.545419,2113.2349,6.3883247,2.0447605,1.1673077,10.037995,219.84872,277.4583,50.641663,203.7836,30.889988,10.032475,810.1466,8.533153,71.19431,69.98487,433.88916,26.334734,374.87454,17.181032,61.51296,0.0,4314.5464,11171.902,14.568569,89.179985,91.141136,34916.793,152.20396,10.460251,59.549488,96.39136,73.794174,24.890316,43.21087,729.32135,103.877686,42.595116,8.770317,13.138927,1003.24115,23.8771,352.99155,74.370026,2272.2563,109.9999,145.8725,165.2527,193.2089,13.440088,24.912598,79.70405,10.6626425,12.50423,36.47856,51.129646,118.63677,16.363424,14.604397,156.18231,16.307951,4051.0466,50.44337,56.760754,48.417767,50.685852,274.16623,93.94424,68.88508,20.013844,22.904003,46.242943,207.17117,194.32185,92.35363,322.95828,63.91314,58.47466,171.17282,230.03017,970.17175,176.17703,6.9992957,15.789583,8.66303,176.52176,14825.882,7.323901,32.311707,47.561737,31.857454,365.7148,61.6888,168.66899,4.876365,177.6492,601.49524,414.5235,78.50799,635.0335,49.013885,78.626884,211.13168,25.956623,4.370862,19.367697,1367.8092,1.2198011,2.6212099,111.592064,9.876459,5.3399525,22.289072,31.466505,333.7563,87.0791,156.57974,1418.9027,179.40567,2162.1562,1878.9261,15.146505,18.241556,11456.593,10.092206,40.7388,353.1611,66.641335,126.07009,58.14686,312.23102,1208.2339,304.74313,8.140687,63.206413,539.0691,2281.108,42.83726,339.18628,32.04823,1.1402125,55.490643,1.0532101,0.662592,2.3540032,21.100975,76.99191,207.20624,20.469955,2515.5513,110.06138,35.242126,42.21539,10.962366,70.37164,9.523432,2.2031856,15.610752,84.26217,5.3420277,4.0499873,7.230256,34.742943,13.832603,3.6935976,25.420359,751.0002,87.47978,1791.6277,31.352888,2690.365,57.195,631.226,1202.76,33.005013,13.626615,1619.9733,2308.2004,5780.299,490.6683 +2023-05-13 15:00:00,0.0,6363.322,60.683792,24.074966,18.151138,38.3309,200.86703,31.425835,61.622498,23.217943,33.35544,520.8774,601.7267,19.047205,65.278145,5.4710984,2.035047,33.052425,30.776846,11.999684,465.35678,4.3198395,351.3824,89.26597,1.9698497,7.5394583,119.51387,44.361042,214.32169,189.80107,5374.3467,1.543545,2112.5225,6.3778706,2.0427883,1.1660444,10.026352,219.81882,277.45844,50.60989,204.0867,30.883165,10.033689,809.9927,8.525313,71.21733,70.01408,433.97235,26.372772,374.8725,17.195787,61.5517,0.0,4315.6323,11178.312,14.592992,89.297226,91.25587,34925.934,152.30063,10.4776745,59.53844,96.3969,73.854355,24.920263,43.2168,729.4049,103.929436,42.590096,8.781332,13.148764,1003.6065,23.93247,353.15738,74.38367,2272.1477,110.052605,145.94836,165.26825,192.96939,13.434569,24.89863,79.631,10.655726,12.495856,36.526897,51.1732,118.58495,16.368929,14.615348,156.32133,16.295282,4050.3164,50.48238,56.842743,48.495983,50.731155,274.1055,93.998344,68.93851,20.02654,22.915476,46.27302,207.45795,194.34068,92.382866,323.0886,63.913742,58.522205,171.31871,230.04384,970.45355,176.24147,6.994863,15.790626,8.662874,176.39845,14828.374,7.325554,32.28456,47.527283,31.86686,365.8007,61.73777,168.58661,4.877155,177.73991,601.2266,414.21667,78.5481,634.40265,48.99583,78.597176,211.4046,25.939575,4.3672347,19.357975,1368.7667,1.2178469,2.617621,111.52472,9.87955,5.3400464,22.265848,31.441444,333.4885,87.04708,156.53693,1418.1631,179.46481,2161.954,1878.9408,15.155879,18.259712,11467.523,10.090064,40.783604,353.27887,66.71664,126.19284,58.17784,312.432,1208.2372,304.80472,8.1466875,63.249084,539.6549,2280.9739,42.83122,339.77863,32.104267,1.1397502,55.49092,1.0529767,0.662109,2.353182,21.126764,77.08626,207.4079,20.448885,2517.4724,110.253365,35.300404,42.275707,10.977189,70.41633,9.540121,2.203152,15.642742,84.347626,5.3596315,4.057046,7.239822,34.724293,13.828975,3.7002485,25.458275,751.49915,87.58185,1793.9324,31.370676,2693.0012,57.223434,630.97534,1204.3214,33.05002,13.624961,1620.9867,2309.3552,5783.0166,490.33255 +2023-05-13 16:00:00,0.0,6370.012,60.73144,24.061918,18.15952,38.31165,200.84056,31.41704,61.587006,23.214005,33.335938,521.34985,601.6834,19.037365,65.32817,5.47686,2.0388498,33.036175,30.816534,12.006115,465.23184,4.3244214,351.35056,89.22464,1.9671662,7.531637,119.5014,44.34243,214.24133,189.73695,5382.4385,1.541671,2111.8103,6.3674164,2.040816,1.164781,10.014708,219.78893,277.45856,50.57812,204.38979,30.876345,10.034903,809.8388,8.517473,71.24034,70.04328,434.05554,26.41081,374.87042,17.21054,61.590443,0.0,4316.7188,11184.721,14.6174135,89.41447,91.3706,34935.074,152.3973,10.495098,59.527393,96.402435,73.91454,24.95021,43.222733,729.48846,103.981186,42.585075,8.792348,13.158601,1003.9719,23.98784,353.32318,74.397316,2272.0393,110.10531,146.02425,165.2838,192.7299,13.42905,24.884663,79.55794,10.64881,12.487483,36.575233,51.21676,118.533134,16.374432,14.6263,156.46036,16.282614,4049.5862,50.52139,56.924732,48.574203,50.776455,274.0448,94.05245,68.991936,20.03924,22.92695,46.3031,207.74474,194.35953,92.4121,323.2189,63.914345,58.569756,171.46458,230.05753,970.73535,176.30591,6.9904304,15.791667,8.662719,176.27515,14830.867,7.3272066,32.257416,47.49283,31.876266,365.88654,61.78674,168.50421,4.877945,177.83064,600.95807,413.90982,78.58821,633.7718,48.977776,78.56746,211.67752,25.92253,4.363607,19.348253,1369.7244,1.2158926,2.6140323,111.457375,9.882642,5.340141,22.242624,31.416386,333.22073,87.01505,156.49411,1417.4233,179.52396,2161.752,1878.9554,15.165252,18.277868,11478.454,10.087923,40.828407,353.39667,66.79194,126.31559,58.208828,312.633,1208.2405,304.8663,8.152688,63.291756,540.2407,2280.8396,42.82518,340.37097,32.160305,1.1392878,55.4912,1.0527433,0.66162604,2.352361,21.152554,77.1806,207.60957,20.427814,2519.3938,110.44534,35.358677,42.33602,10.992013,70.46102,9.556809,2.2031183,15.674731,84.43309,5.377235,4.0641046,7.2493877,34.705647,13.825346,3.7068996,25.496191,751.99805,87.683914,1796.237,31.388466,2695.6377,57.251865,630.7246,1205.8828,33.095028,13.623307,1622.0,2310.51,5785.734,489.9968 +2023-05-13 17:00:00,0.0,6376.702,60.779095,24.04887,18.1679,38.292397,200.8141,31.408243,61.55151,23.210066,33.316433,521.82227,601.64014,19.027527,65.3782,5.4826217,2.0426526,33.019924,30.85622,12.012546,465.1069,4.3290033,351.31876,89.18331,1.9644828,7.5238166,119.48894,44.323822,214.161,189.67284,5390.53,1.5397971,2111.0981,6.356962,2.0388439,1.1635176,10.003064,219.75902,277.45868,50.546352,204.69287,30.869524,10.036116,809.68494,8.509634,71.26336,70.07249,434.13873,26.448847,374.86835,17.225296,61.62919,0.0,4317.8047,11191.129,14.641836,89.5317,91.48533,34944.215,152.49396,10.512523,59.516346,96.40797,73.97473,24.98016,43.22867,729.572,104.03293,42.580055,8.803364,13.168437,1004.33734,24.043211,353.48898,74.41096,2271.931,110.15801,146.10013,165.29935,192.49042,13.423532,24.870695,79.484886,10.641894,12.479109,36.623566,51.26031,118.481316,16.379936,14.637252,156.59938,16.269945,4048.8557,50.5604,57.00672,48.652424,50.82176,273.9841,94.10656,69.045364,20.051937,22.938423,46.33318,208.03151,194.37837,92.44133,323.34918,63.914948,58.617302,171.61047,230.0712,971.01715,176.37035,6.9859977,15.792708,8.662563,176.15184,14833.359,7.328859,32.23027,47.458374,31.885672,365.9724,61.83571,168.42183,4.878735,177.92137,600.6895,413.60297,78.62833,633.1409,48.95972,78.53774,211.95045,25.905481,4.359979,19.338531,1370.6819,1.2139382,2.6104436,111.39003,9.885734,5.3402348,22.2194,31.391327,332.95297,86.98303,156.45128,1416.6837,179.58308,2161.5496,1878.97,15.174625,18.296024,11489.384,10.085782,40.873207,353.51447,66.86724,126.43834,58.23981,312.83398,1208.2439,304.92786,8.158689,63.334427,540.8265,2280.7056,42.819138,340.96332,32.216343,1.1388254,55.491478,1.0525099,0.66114306,2.35154,21.178343,77.27495,207.81125,20.406744,2521.315,110.63732,35.416954,42.396336,11.006836,70.505714,9.573499,2.2030847,15.70672,84.51855,5.394839,4.071163,7.2589536,34.686996,13.821716,3.7135506,25.534107,752.497,87.78599,1798.5419,31.406256,2698.274,57.2803,630.4739,1207.4442,33.140034,13.621654,1623.0133,2311.6648,5788.4517,489.66107 +2023-05-13 18:00:00,0.0,6383.392,60.826744,24.035822,18.176281,38.273148,200.78763,31.399448,61.516014,23.20613,33.296932,522.29474,601.59686,19.017689,65.42822,5.488383,2.0464554,33.003674,30.895906,12.018975,464.982,4.3335857,351.28693,89.14198,1.9617994,7.5159955,119.47648,44.30521,214.08064,189.60872,5398.6216,1.5379231,2110.386,6.3465085,2.0368717,1.1622542,9.991419,219.72911,277.4588,50.514584,204.99597,30.862701,10.03733,809.53107,8.501795,71.28638,70.10169,434.22192,26.486885,374.8663,17.240051,61.66793,0.0,4318.8906,11197.538,14.666258,89.64894,91.60006,34953.355,152.59062,10.529946,59.5053,96.413506,74.03491,25.010107,43.2346,729.6556,104.08468,42.57503,8.814379,13.178273,1004.70276,24.098581,353.65482,74.4246,2271.8225,110.21072,146.17601,165.3149,192.25092,13.418013,24.856728,79.411835,10.634978,12.470736,36.6719,51.30387,118.4295,16.385439,14.648204,156.7384,16.257277,4048.1255,50.599407,57.08871,48.73064,50.86706,273.92337,94.16066,69.09879,20.064636,22.949898,46.363262,208.3183,194.39722,92.470566,323.4795,63.915554,58.664852,171.75635,230.08487,971.29895,176.43478,6.9815645,15.79375,8.662408,176.02853,14835.853,7.3305116,32.203125,47.423923,31.895077,366.05826,61.884678,168.33943,4.879525,178.0121,600.42096,413.29614,78.668434,632.5101,48.941666,78.50803,212.22337,25.888435,4.3563514,19.32881,1371.6395,1.2119839,2.606855,111.322685,9.888824,5.3403287,22.196177,31.366266,332.68518,86.95101,156.40846,1415.9441,179.64223,2161.3474,1878.9846,15.183998,18.31418,11500.314,10.08364,40.91801,353.63226,66.94254,126.56109,58.270798,313.03494,1208.2472,304.98944,8.164689,63.377098,541.4123,2280.5715,42.8131,341.55563,32.272377,1.1383631,55.491756,1.0522765,0.6606601,2.350719,21.204134,77.36929,208.01292,20.385672,2523.236,110.8293,35.47523,42.456654,11.021659,70.5504,9.590188,2.203051,15.738709,84.604004,5.412442,4.078222,7.2685194,34.668346,13.818088,3.7202015,25.572023,752.9959,87.888054,1800.8466,31.424044,2700.9102,57.30873,630.2232,1209.0056,33.18504,13.62,1624.0266,2312.8196,5791.169,489.32532 +2023-05-13 19:00:00,0.0,6390.0825,60.874393,24.022774,18.184662,38.2539,200.76117,31.390652,61.48052,23.20219,33.27743,522.76715,601.5536,19.007849,65.47825,5.4941444,2.0502582,32.98742,30.935595,12.025406,464.85706,4.3381677,351.2551,89.100655,1.959116,7.5081744,119.46401,44.286602,214.0003,189.54462,5406.7134,1.5360491,2109.6738,6.3360543,2.0348997,1.1609908,9.979775,219.6992,277.45892,50.482815,205.29906,30.85588,10.038544,809.3772,8.493955,71.30939,70.1309,434.3051,26.524923,374.86423,17.254807,61.706673,0.0,4319.9766,11203.947,14.6906805,89.76618,91.71478,34962.496,152.6873,10.547371,59.49425,96.419044,74.0951,25.040054,43.240532,729.73914,104.13642,42.57001,8.825395,13.18811,1005.0682,24.153952,353.82062,74.43824,2271.714,110.26342,146.2519,165.33044,192.01143,13.412494,24.842762,79.338776,10.628063,12.462361,36.720234,51.347427,118.37768,16.390944,14.659155,156.87743,16.244608,4047.3953,50.638412,57.1707,48.80886,50.91236,273.86267,94.21477,69.152214,20.077333,22.96137,46.39334,208.60507,194.41606,92.4998,323.6098,63.916157,58.7124,171.90224,230.09856,971.58075,176.49922,6.977132,15.794792,8.662252,175.90523,14838.345,7.3321643,32.17598,47.38947,31.904484,366.14413,61.933647,168.25705,4.8803153,178.10283,600.1524,412.9893,78.70855,631.8793,48.92361,78.47832,212.49629,25.871387,4.3527236,19.319088,1372.5972,1.2100296,2.6032662,111.25534,9.891916,5.340423,22.17295,31.341208,332.41742,86.91898,156.36565,1415.2043,179.70137,2161.1453,1878.9991,15.193372,18.332338,11511.245,10.081499,40.962814,353.75006,67.017845,126.68384,58.30178,313.23593,1208.2505,305.05103,8.17069,63.419765,541.99805,2280.4373,42.807056,342.14798,32.328415,1.1379007,55.492035,1.0520431,0.6601771,2.3498979,21.229923,77.46364,208.21458,20.364601,2525.1575,111.021286,35.533504,42.516968,11.036483,70.59509,9.606877,2.2030175,15.770699,84.68946,5.430046,4.085281,7.278085,34.649696,13.814459,3.7268524,25.60994,753.4948,87.99013,1803.1512,31.441833,2703.5466,57.337162,629.9725,1210.5669,33.230045,13.618346,1625.0399,2313.9744,5793.8867,488.98956 +2023-05-13 20:00:00,0.0,6396.7725,60.922043,24.009726,18.193043,38.23465,200.7347,31.381855,61.445023,23.198254,33.257927,523.2396,601.5103,18.99801,65.528275,5.499906,2.0540612,32.97117,30.97528,12.0318365,464.73212,4.3427496,351.22327,89.059326,1.9564326,7.500354,119.451546,44.26799,213.91995,189.4805,5414.805,1.5341752,2108.9614,6.3256,2.0329275,1.1597275,9.968132,219.6693,277.45905,50.451046,205.60216,30.84906,10.039757,809.2233,8.486115,71.332405,70.1601,434.3883,26.562962,374.86218,17.269562,61.74542,0.0,4321.0625,11210.356,14.715102,89.88342,91.82951,34971.64,152.78397,10.564795,59.483204,96.42458,74.15529,25.070004,43.246468,729.8227,104.18817,42.56499,8.8364105,13.197947,1005.43353,24.209322,353.98642,74.45188,2271.6057,110.316124,146.32779,165.346,191.77194,13.406975,24.828794,79.265724,10.621147,12.453988,36.76857,51.390984,118.32587,16.396446,14.670107,157.01645,16.23194,4046.6648,50.67742,57.25269,48.88708,50.957664,273.80197,94.268875,69.20564,20.090033,22.972843,46.42342,208.89186,194.4349,92.52904,323.74008,63.91676,58.75995,172.04811,230.11223,971.86255,176.56366,6.972699,15.795834,8.662097,175.7819,14840.838,7.3338165,32.148834,47.355015,31.913889,366.22998,61.982616,168.17465,4.881105,178.19354,599.88385,412.68243,78.74866,631.2484,48.905552,78.4486,212.76923,25.854342,4.349096,19.309366,1373.5547,1.2080753,2.5996776,111.187996,9.895007,5.340517,22.149727,31.316147,332.14966,86.88696,156.32283,1414.4647,179.76051,2160.9429,1879.0138,15.2027445,18.350494,11522.175,10.079358,41.007618,353.86783,67.09315,126.80659,58.332767,313.43692,1208.2538,305.11258,8.17669,63.462437,542.58386,2280.3032,42.801014,342.74033,32.384453,1.1374383,55.492313,1.0518097,0.65969414,2.3490767,21.255713,77.557976,208.41626,20.34353,2527.0786,111.213264,35.59178,42.577286,11.051306,70.639786,9.623566,2.2029839,15.802688,84.77492,5.44765,4.0923395,7.287651,34.63105,13.810829,3.7335036,25.647856,753.9938,88.09219,1805.4559,31.459623,2706.1829,57.365597,629.72174,1212.1283,33.27505,13.616693,1626.0532,2315.1292,5796.604,488.6538 +2023-05-13 21:00:00,0.0,6403.4624,60.969692,23.996677,18.201424,38.215397,200.70824,31.37306,61.409527,23.194315,33.238426,523.7121,601.46704,18.988173,65.57831,5.505667,2.057864,32.954918,31.014969,12.038266,464.6072,4.3473315,351.19147,89.018,1.9537492,7.4925327,119.43908,44.24938,213.83961,189.41638,5422.897,1.5323012,2108.2493,6.315146,2.0309553,1.1584641,9.956488,219.63939,277.45914,50.419277,205.90524,30.842237,10.040971,809.06946,8.478275,71.35542,70.18931,434.4715,26.600998,374.8601,17.284317,61.78416,0.0,4322.149,11216.765,14.739525,90.00066,91.944244,34980.78,152.88063,10.582219,59.472157,96.430115,74.21547,25.09995,43.2524,729.9063,104.23992,42.55997,8.847425,13.207783,1005.79895,24.264692,354.15225,74.46552,2271.4973,110.36883,146.40366,165.36154,191.53244,13.401456,24.814827,79.192665,10.614231,12.445615,36.816902,51.43454,118.27405,16.40195,14.681059,157.15547,16.21927,4045.9346,50.71643,57.33468,48.965298,51.002968,273.74127,94.32298,69.25907,20.10273,22.984318,46.4535,209.17863,194.45374,92.558266,323.8704,63.917366,58.807495,172.194,230.1259,972.14435,176.62811,6.9682665,15.796875,8.661942,175.6586,14843.33,7.3354692,32.12169,47.32056,31.923294,366.31586,62.031586,168.09227,4.881895,178.28427,599.6153,412.3756,78.788765,630.61755,48.887497,78.418884,213.04214,25.837294,4.345468,19.299644,1374.5123,1.206121,2.596089,111.12065,9.898099,5.340611,22.126503,31.291088,331.88187,86.85494,156.28001,1413.7251,179.81966,2160.7407,1879.0283,15.212118,18.36865,11533.105,10.077216,41.05242,353.98563,67.16845,126.92934,58.36375,313.6379,1208.2571,305.17416,8.18269,63.505108,543.1697,2280.1692,42.794975,343.33267,32.44049,1.136976,55.49259,1.0515763,0.6592112,2.3482556,21.281502,77.65232,208.61794,20.32246,2529.0,111.40524,35.65006,42.6376,11.06613,70.68448,9.640255,2.2029502,15.834678,84.860374,5.4652534,4.099398,7.297217,34.6124,13.8072,3.7401545,25.685772,754.4927,88.19426,1807.7606,31.477411,2708.819,57.394028,629.47107,1213.6897,33.32006,13.615039,1627.0665,2316.284,5799.3213,488.31805 +2023-05-13 22:00:00,0.0,6410.153,61.01734,23.98363,18.209805,38.196148,200.68176,31.364264,61.374035,23.190378,33.218925,524.1845,601.42377,18.978333,65.628334,5.511429,2.0616667,32.938663,31.054655,12.044697,464.48227,4.351914,351.15964,88.97667,1.9510657,7.484712,119.42662,44.23077,213.75926,189.35228,5430.9883,1.5304273,2107.537,6.304692,2.028983,1.1572006,9.944844,219.6095,277.45926,50.38751,206.20833,30.835417,10.042185,808.9155,8.470436,71.37843,70.21851,434.5547,26.639036,374.85806,17.299072,61.822903,0.0,4323.235,11223.174,14.7639475,90.117905,92.058975,34989.92,152.9773,10.599643,59.46111,96.43565,74.27566,25.129898,43.25833,729.98987,104.291664,42.554947,8.858441,13.21762,1006.16437,24.320065,354.31805,74.479164,2271.389,110.42153,146.47955,165.37709,191.29295,13.395937,24.80086,79.11961,10.607315,12.437241,36.86524,51.478096,118.22223,16.407454,14.69201,157.2945,16.206602,4045.204,50.75544,57.416668,49.043518,51.04827,273.68054,94.37709,69.3125,20.115429,22.99579,46.48358,209.46542,194.47258,92.5875,324.0007,63.91797,58.855045,172.33987,230.13957,972.42615,176.69255,6.9638333,15.797916,8.661786,175.5353,14845.823,7.337122,32.094543,47.28611,31.932701,366.4017,62.080555,168.00987,4.882685,178.375,599.3467,412.06876,78.82888,629.9867,48.869442,78.389175,213.31506,25.820248,4.3418407,19.289923,1375.4698,1.2041668,2.5925,111.05331,9.90119,5.3407054,22.10328,31.26603,331.6141,86.82292,156.2372,1412.9854,179.87878,2160.5386,1879.043,15.221492,18.386806,11544.036,10.075075,41.09722,354.10342,67.24375,127.05208,58.394737,313.8389,1208.2604,305.23575,8.18869,63.547775,543.75543,2280.035,42.788933,343.925,32.49653,1.1365136,55.492874,1.0513428,0.65872824,2.3474348,21.307291,77.746666,208.81961,20.30139,2530.9211,111.59722,35.708332,42.697918,11.080953,70.729164,9.656944,2.2029166,15.866667,84.94583,5.482857,4.1064568,7.3067822,34.59375,13.803572,3.7468054,25.723686,754.99164,88.29633,1810.0654,31.495201,2711.4553,57.42246,629.22034,1215.2511,33.365067,13.613384,1628.0798,2317.4387,5802.039,487.9823 +2023-05-13 23:00:00,0.0,6416.843,61.06499,23.970581,18.218184,38.1769,200.65529,31.355467,61.33854,23.18644,33.19942,524.657,601.38055,18.968494,65.67836,5.51719,2.0654695,32.922413,31.094341,12.051127,464.35733,4.356496,351.1278,88.93534,1.9483823,7.476891,119.414154,44.21216,213.67891,189.28816,5439.08,1.5285534,2106.825,6.294238,2.027011,1.1559372,9.933201,219.57959,277.45938,50.35574,206.51143,30.828596,10.043398,808.76166,8.462597,71.40145,70.24771,434.63788,26.677074,374.856,17.313828,61.86165,0.0,4324.3213,11229.583,14.788369,90.235146,92.173706,34999.062,153.07396,10.617066,59.45006,96.44119,74.335846,25.159845,43.264267,730.0734,104.343414,42.549927,8.869457,13.227456,1006.5298,24.375435,354.48386,74.49281,2271.2805,110.474236,146.55542,165.39264,191.05347,13.390418,24.786892,79.046555,10.600399,12.428867,36.91357,51.521652,118.17041,16.412958,14.702962,157.43353,16.193933,4044.4739,50.79445,57.498657,49.121735,51.09357,273.61984,94.4312,69.36593,20.128126,23.007265,46.51366,209.7522,194.49142,92.61674,324.13098,63.91857,58.90259,172.48576,230.15326,972.70795,176.75699,6.9594007,15.798959,8.661631,175.41199,14848.315,7.338774,32.067398,47.251656,31.942106,366.48758,62.129524,167.92749,4.8834753,178.46573,599.0781,411.7619,78.86899,629.35583,48.851387,78.35946,213.58798,25.8032,4.338213,19.280201,1376.4275,1.2022125,2.5889113,110.98596,9.904282,5.3407993,22.080055,31.240969,331.34634,86.79089,156.19438,1412.2457,179.93793,2160.3362,1879.0575,15.230865,18.404963,11554.966,10.072934,41.142025,354.22122,67.31905,127.17483,58.42572,314.0399,1208.2637,305.2973,8.194691,63.590446,544.34125,2279.901,42.782894,344.51733,32.552563,1.1360513,55.493153,1.0511094,0.65824527,2.3466136,21.333082,77.84101,209.02127,20.28032,2532.8423,111.78921,35.76661,42.758232,11.095776,70.77386,9.673634,2.202883,15.898656,85.031296,5.5004606,4.1135154,7.316348,34.5751,13.799942,3.7534564,25.761602,755.49054,88.3984,1812.3701,31.51299,2714.0918,57.450893,628.9696,1216.8125,33.410072,13.611731,1629.0931,2318.5935,5804.7563,487.64655 +2023-05-14 00:00:00,0.0,6423.533,61.11264,23.957533,18.226564,38.15765,200.62883,31.346672,61.303043,23.1825,33.17992,525.1294,601.3373,18.958656,65.728386,5.5229516,2.0692723,32.906162,31.13403,12.057557,464.2324,4.361078,351.09598,88.89401,1.9456989,7.4690704,119.40169,44.19355,213.59857,189.22404,5447.172,1.5266794,2106.1125,6.283784,2.0250387,1.1546738,9.9215555,219.54968,277.4595,50.32397,206.81451,30.821775,10.044612,808.6078,8.454757,71.42447,70.27692,434.72107,26.71511,374.85394,17.328583,61.90039,0.0,4325.407,11235.991,14.812792,90.35239,92.28844,35008.203,153.17064,10.634491,59.439014,96.446724,74.39603,25.189795,43.2702,730.157,104.395164,42.544907,8.880472,13.237292,1006.8952,24.430805,354.64966,74.506454,2271.172,110.52694,146.6313,165.40819,190.81396,13.384899,24.772924,78.9735,10.593483,12.420493,36.961906,51.56521,118.11859,16.41846,14.713914,157.57256,16.181265,4043.7437,50.833458,57.580647,49.199955,51.138874,273.55914,94.485306,69.41936,20.140823,23.018738,46.54374,210.03899,194.51027,92.645966,324.2613,63.919174,58.95014,172.63164,230.16693,972.98975,176.82143,6.954968,15.8,8.661475,175.28868,14850.808,7.340427,32.040253,47.2172,31.951511,366.57343,62.178493,167.8451,4.8842654,178.55646,598.8096,411.45508,78.9091,628.725,48.833332,78.32974,213.86092,25.786154,4.334585,19.27048,1377.385,1.2002581,2.5853226,110.91862,9.907373,5.3408933,22.056831,31.21591,331.07855,86.75887,156.15155,1411.5061,179.99707,2160.134,1879.0721,15.240238,18.423119,11565.896,10.070792,41.18683,354.33902,67.394356,127.29758,58.456707,314.24088,1208.2671,305.3589,8.200691,63.633118,544.92706,2279.7668,42.77685,345.10968,32.6086,1.1355889,55.49343,1.050876,0.6577623,2.3457925,21.358871,77.935356,209.22295,20.259247,2534.7637,111.981186,35.824886,42.81855,11.1105995,70.81855,9.690322,2.2028494,15.930645,85.11675,5.5180645,4.120574,7.325914,34.55645,13.796313,3.7601075,25.799519,755.9895,88.500465,1814.6748,31.530779,2716.728,57.479324,628.71893,1218.3739,33.45508,13.610077,1630.1064,2319.7483,5807.474,487.31082 +2023-05-14 01:00:00,0.0,6430.223,61.16029,23.944485,18.234945,38.138397,200.60236,31.337875,61.267548,23.178564,33.16042,525.60187,601.294,18.948818,65.77841,5.528713,2.073075,32.889908,31.173716,12.063988,464.10748,4.3656597,351.06418,88.852684,1.9430155,7.4612494,119.38922,44.17494,213.51822,189.15994,5455.2637,1.5248054,2105.4004,6.2733297,2.0230665,1.1534104,9.909912,219.51978,277.45963,50.292202,207.11761,30.814953,10.045825,808.4539,8.446918,71.44749,70.30612,434.80426,26.753149,374.85187,17.343338,61.939133,0.0,4326.493,11242.4,14.8372135,90.46962,92.40317,35017.344,153.2673,10.651915,59.427967,96.45227,74.456215,25.219742,43.276134,730.24054,104.44691,42.539883,8.891488,13.247129,1007.26056,24.486176,354.8155,74.520096,2271.0635,110.57964,146.7072,165.42372,190.57448,13.37938,24.758957,78.900444,10.586568,12.41212,37.010242,51.608765,118.06677,16.423965,14.724866,157.71158,16.168596,4043.0132,50.872463,57.662636,49.278175,51.184177,273.49844,94.53941,69.472786,20.153522,23.030212,46.573822,210.32576,194.52911,92.6752,324.3916,63.91978,58.99769,172.77753,230.1806,973.27155,176.88586,6.9505353,15.801042,8.661319,175.16537,14853.301,7.3420796,32.01311,47.182747,31.960918,366.6593,62.227463,167.76271,4.885055,178.64717,598.541,411.14822,78.94921,628.0942,48.815277,78.30003,214.13383,25.769106,4.3309574,19.260757,1378.3427,1.1983038,2.581734,110.85127,9.910464,5.3409877,22.033607,31.19085,330.8108,86.72685,156.10873,1410.7664,180.05621,2159.9316,1879.0867,15.249611,18.441277,11576.827,10.068651,41.231632,354.4568,67.46966,127.42033,58.48769,314.44186,1208.2704,305.42047,8.206692,63.67579,545.5128,2279.6326,42.770813,345.70203,32.66464,1.1351265,55.49371,1.0506426,0.6572793,2.3449714,21.38466,78.0297,209.42462,20.238176,2536.6848,112.173164,35.88316,42.878864,11.1254225,70.863235,9.707011,2.2028158,15.962634,85.20221,5.5356684,4.1276326,7.3354797,34.537804,13.792685,3.7667584,25.837435,756.4884,88.60254,1816.9795,31.548569,2719.3643,57.507755,628.4682,1219.9353,33.500084,13.608423,1631.1198,2320.903,5810.1914,486.97507 +2023-05-14 02:00:00,0.0,6436.913,61.20794,23.931437,18.243326,38.11915,200.5759,31.329079,61.23205,23.174625,33.140915,526.0743,601.25073,18.938978,65.82844,5.5344744,2.0768778,32.873657,31.213402,12.070418,463.98254,4.3702416,351.03235,88.811356,1.940332,7.4534287,119.376755,44.156326,213.43788,189.09583,5463.3555,1.5229315,2104.6882,6.2628756,2.0210943,1.152147,9.898269,219.48987,277.45975,50.260433,207.4207,30.808132,10.047039,808.30005,8.439078,71.4705,70.33533,434.88748,26.791187,374.84982,17.358093,61.97788,0.0,4327.5796,11248.81,14.861636,90.58686,92.5179,35026.484,153.36397,10.669339,59.416924,96.45781,74.5164,25.24969,43.282066,730.3241,104.49866,42.534863,8.902504,13.256966,1007.626,24.541546,354.9813,74.53374,2270.955,110.63235,146.78308,165.43927,190.33499,13.373861,24.74499,78.82739,10.579652,12.403747,37.058575,51.65232,118.01495,16.42947,14.735817,157.8506,16.15593,4042.283,50.911472,57.744625,49.35639,51.229477,273.4377,94.59352,69.52621,20.16622,23.041685,46.6039,210.61255,194.54796,92.70444,324.52188,63.920383,59.04524,172.9234,230.19429,973.55334,176.9503,6.946102,15.802084,8.661163,175.04207,14855.793,7.343732,31.985964,47.148296,31.970324,366.74515,62.276432,167.68031,4.885845,178.7379,598.27246,410.84137,78.98933,627.4633,48.79722,78.27032,214.40675,25.752058,4.3273296,19.251038,1379.3003,1.1963495,2.5781453,110.78393,9.913556,5.3410816,22.010384,31.16579,330.54303,86.694824,156.06592,1410.0267,180.11534,2159.7295,1879.1013,15.258985,18.459433,11587.758,10.066509,41.276436,354.5746,67.54496,127.543076,58.518673,314.64285,1208.2737,305.48203,8.212692,63.71846,546.09863,2279.4985,42.76477,346.29434,32.720676,1.1346642,55.493988,1.0504092,0.65679634,2.3441503,21.41045,78.12405,209.6263,20.217106,2538.606,112.36514,35.941437,42.93918,11.140246,70.90793,9.723701,2.2027822,15.994623,85.28767,5.553272,4.134691,7.3450456,34.519154,13.789055,3.7734094,25.87535,756.98737,88.704605,1819.2842,31.566359,2722.0007,57.53619,628.21747,1221.4967,33.545094,13.60677,1632.133,2322.0579,5812.9087,486.6393 +2023-05-14 03:00:00,0.0,6443.6035,61.25559,23.918388,18.251707,38.0999,200.54942,31.320284,61.19656,23.170689,33.121414,526.54675,601.20746,18.92914,65.87846,5.540236,2.0806806,32.857407,31.25309,12.076848,463.8576,4.374824,351.00052,88.77003,1.9376487,7.4456077,119.364296,44.13772,213.35753,189.03171,5471.4473,1.5210575,2103.976,6.2524214,2.0191221,1.1508837,9.886624,219.45996,277.45987,50.228664,207.72379,30.801311,10.048253,808.1462,8.431238,71.493515,70.36453,434.97067,26.829224,374.84775,17.372849,62.01662,0.0,4328.6655,11255.218,14.886058,90.7041,92.63263,35035.63,153.46063,10.686763,59.405876,96.46335,74.576584,25.279638,43.288,730.40765,104.5504,42.529842,8.913519,13.266803,1007.9914,24.596916,355.1471,74.54738,2270.8467,110.68505,146.85896,165.45482,190.09549,13.368342,24.731022,78.75434,10.572736,12.395372,37.10691,51.695877,117.96314,16.434973,14.746769,157.98962,16.143261,4041.5527,50.95048,57.826614,49.434612,51.27478,273.377,94.64763,69.579636,20.178919,23.053158,46.63398,210.89932,194.56679,92.73367,324.6522,63.920986,59.092785,173.06929,230.20796,973.83514,177.01474,6.9416695,15.803125,8.661008,174.91876,14858.286,7.3453846,31.958818,47.113842,31.979729,366.83102,62.3254,167.59793,4.8866353,178.82863,598.0039,410.53452,79.029434,626.83246,48.779163,78.2406,214.67967,25.735012,4.323702,19.241316,1380.2578,1.1943952,2.5745566,110.71658,9.916647,5.3411756,21.98716,31.140732,330.27524,86.6628,156.0231,1409.2871,180.17448,2159.5273,1879.1158,15.268357,18.477589,11598.6875,10.064368,41.321236,354.69238,67.62026,127.665825,58.54966,314.84384,1208.277,305.5436,8.218693,63.761127,546.6844,2279.3645,42.758728,346.8867,32.776714,1.1342018,55.494267,1.0501758,0.65631336,2.3433294,21.43624,78.21839,209.82796,20.196035,2540.5273,112.55712,35.99971,42.999496,11.155069,70.95262,9.74039,2.2027485,16.026613,85.37312,5.5708756,4.14175,7.3546114,34.500504,13.785426,3.7800603,25.913267,757.48627,88.80667,1821.589,31.584146,2724.637,57.56462,627.9668,1223.0581,33.5901,13.605116,1633.1464,2323.2126,5815.6265,486.30356 +2023-05-14 04:00:00,0.0,6450.2935,61.303238,23.90534,18.260088,38.08065,200.52296,31.311487,61.161064,23.16675,33.101913,527.0192,601.1642,18.919302,65.92849,5.5459976,2.0844834,32.841156,31.292776,12.083279,463.73267,4.379406,350.9687,88.7287,1.9349653,7.4377866,119.35183,44.119106,213.27718,188.96759,5479.5386,1.5191835,2103.264,6.2419677,2.01715,1.1496203,9.874981,219.43005,277.46,50.196896,208.02689,30.794489,10.049466,807.9923,8.423399,71.51653,70.39374,435.05386,26.867262,374.8457,17.387604,62.055367,0.0,4329.7515,11261.627,14.9104805,90.82134,92.74736,35044.77,153.5573,10.704187,59.39483,96.46887,74.63677,25.309586,43.293934,730.4912,104.60215,42.524822,8.924535,13.276639,1008.3568,24.652287,355.31293,74.56102,2270.7383,110.737755,146.93484,165.47037,189.856,13.3628235,24.717054,78.68128,10.56582,12.386999,37.155243,51.739433,117.91132,16.440477,14.757721,158.12865,16.130592,4040.8223,50.98949,57.908604,49.512833,51.320084,273.3163,94.70174,69.633064,20.191616,23.064632,46.66406,211.18611,194.58563,92.7629,324.78247,63.92159,59.140335,173.21516,230.22163,974.11694,177.07918,6.937237,15.804167,8.660852,174.79544,14860.778,7.3470373,31.931675,47.079388,31.989136,366.91687,62.374374,167.51553,4.8874254,178.91936,597.7353,410.2277,79.06954,626.2016,48.76111,78.21089,214.9526,25.717964,4.320074,19.231594,1381.2155,1.1924409,2.570968,110.64925,9.919739,5.34127,21.963936,31.115671,330.00748,86.63078,155.98029,1408.5474,180.23363,2159.325,1879.1305,15.277731,18.495745,11609.618,10.062227,41.36604,354.81018,67.695564,127.788574,58.580643,315.0448,1208.2803,305.6052,8.224692,63.8038,547.2702,2279.2302,42.75269,347.47903,32.832752,1.1337394,55.494545,1.0499425,0.65583044,2.3425083,21.46203,78.31273,210.02963,20.174965,2542.4485,112.74911,36.057987,43.05981,11.169892,70.997314,9.757078,2.2027152,16.058601,85.45858,5.588479,4.148809,7.364177,34.481853,13.781797,3.7867115,25.951183,757.98517,88.908745,1823.8937,31.601936,2727.2732,57.593056,627.71606,1224.6195,33.635105,13.603462,1634.1597,2324.3674,5818.3438,485.9678 +2023-05-14 05:00:00,0.0,6456.9834,61.350887,23.892292,18.268469,38.061398,200.49649,31.302692,61.12557,23.162813,33.08241,527.49164,601.1209,18.909462,65.978516,5.551759,2.0882862,32.8249,31.332464,12.089709,463.60776,4.383988,350.9369,88.68737,1.9322817,7.429966,119.33936,44.1005,213.19684,188.90349,5487.6304,1.5173095,2102.5515,6.2315135,2.0151777,1.1483569,9.863337,219.40016,277.4601,50.165127,208.32997,30.787668,10.05068,807.8384,8.415559,71.53954,70.42294,435.13705,26.9053,374.84363,17.402359,62.09411,0.0,4330.8374,11268.036,14.934903,90.93858,92.86209,35053.91,153.65398,10.721611,59.38378,96.47441,74.69696,25.339533,43.299866,730.5748,104.6539,42.5198,8.935551,13.286475,1008.7222,24.707657,355.47873,74.57466,2270.63,110.79046,147.01071,165.48592,189.61652,13.357305,24.703087,78.60823,10.558904,12.378625,37.20358,51.78299,117.859505,16.44598,14.768672,158.26767,16.117924,4040.092,51.0285,57.990593,49.59105,51.365383,273.25558,94.755844,69.68649,20.204315,23.076105,46.69414,211.47289,194.60448,92.79214,324.91278,63.922195,59.18788,173.36105,230.2353,974.39874,177.14362,6.932804,15.805208,8.660697,174.67213,14863.271,7.3486896,31.90453,47.044933,31.99854,367.00275,62.423344,167.43315,4.8882155,179.01009,597.46674,409.92084,79.10966,625.57074,48.743053,78.181175,215.22552,25.700918,4.3164463,19.221872,1382.173,1.1904867,2.567379,110.5819,9.92283,5.341364,21.94071,31.090612,329.73972,86.598755,155.93747,1407.8077,180.29277,2159.1228,1879.145,15.287104,18.5139,11620.549,10.060085,41.410843,354.92798,67.77087,127.91132,58.61163,315.2458,1208.2836,305.66675,8.230693,63.84647,547.856,2279.0962,42.746647,348.07138,32.888786,1.133277,55.494823,1.0497091,0.65534747,2.3416872,21.48782,78.407074,210.23131,20.153894,2544.3696,112.941086,36.116264,43.12013,11.184716,71.042,9.773767,2.2026815,16.090591,85.544044,5.606083,4.1558676,7.373743,34.463207,13.778168,3.7933624,25.9891,758.48413,89.01081,1826.1984,31.619726,2729.9097,57.621487,627.46533,1226.1809,33.68011,13.601809,1635.173,2325.5222,5821.0615,485.63205 +2023-05-14 06:00:00,0.0,6463.674,61.39854,23.879244,18.27685,38.04215,200.47002,31.293896,61.090073,23.158875,33.06291,527.9641,601.07764,18.899624,66.02855,5.5575204,2.092089,32.80865,31.37215,12.096139,463.48282,4.38857,350.90506,88.64604,1.9295983,7.422145,119.3269,44.081886,213.11649,188.83937,5495.722,1.5154356,2101.8394,6.2210593,2.0132055,1.1470935,9.851692,219.37025,277.46024,50.133358,208.63307,30.780848,10.051894,807.6845,8.40772,71.56256,70.45215,435.22028,26.943336,374.84158,17.417112,62.13285,0.0,4331.924,11274.445,14.959325,91.055824,92.97682,35063.05,153.75064,10.739035,59.372734,96.47995,74.75714,25.369482,43.305798,730.6584,104.70564,42.51478,8.946566,13.296312,1009.0876,24.763027,355.64453,74.58831,2270.5215,110.84316,147.08661,165.50146,189.37701,13.351786,24.689121,78.53517,10.551988,12.370252,37.25191,51.826546,117.807686,16.451485,14.779624,158.4067,16.105255,4039.3618,51.06751,58.072582,49.66927,51.410686,273.1949,94.80995,69.73992,20.217012,23.08758,46.72422,211.75967,194.62332,92.82137,325.0431,63.9228,59.23543,173.50693,230.249,974.68054,177.20805,6.928371,15.806251,8.660542,174.54883,14865.764,7.3503423,31.877384,47.010483,32.007946,367.0886,62.472313,167.35075,4.889005,179.1008,597.1982,409.61398,79.149765,624.9399,48.725,78.15146,215.49844,25.68387,4.312819,19.21215,1383.1306,1.1885324,2.5637903,110.51456,9.925921,5.341458,21.917486,31.065552,329.47192,86.566734,155.89465,1407.0681,180.35191,2158.9207,1879.1597,15.296477,18.532057,11631.479,10.057944,41.455647,355.04575,67.84617,128.03407,58.642612,315.44678,1208.287,305.72833,8.236693,63.889137,548.4418,2278.9622,42.74061,348.6637,32.944824,1.1328146,55.495102,1.0494757,0.6548645,2.340866,21.513609,78.50142,210.43298,20.132822,2546.291,113.133064,36.174538,43.180443,11.199539,71.08669,9.790457,2.202648,16.122581,85.6295,5.623687,4.162926,7.383309,34.444557,13.774539,3.8000133,26.027016,758.98303,89.11288,1828.503,31.637514,2732.546,57.649918,627.21466,1227.7423,33.725117,13.600155,1636.1864,2326.677,5823.779,485.29633 +2023-05-14 07:00:00,0.0,6470.364,61.44619,23.866196,18.28523,38.0229,200.44356,31.285099,61.054577,23.154936,33.043407,528.4365,601.0344,18.889786,66.078575,5.563282,2.0958917,32.7924,31.411837,12.10257,463.35788,4.393152,350.87323,88.60471,1.9269149,7.4143243,119.31443,44.063274,213.03615,188.77525,5503.814,1.5135616,2101.1272,6.210605,2.0112333,1.1458302,9.840049,219.34035,277.46036,50.10159,208.93616,30.774027,10.053107,807.53064,8.39988,71.58558,70.48135,435.30347,26.981375,374.8395,17.431868,62.171597,0.0,4333.01,11280.854,14.9837475,91.173065,93.09155,35072.19,153.8473,10.756459,59.361687,96.48549,74.81733,25.39943,43.311733,730.74194,104.75739,42.509758,8.9575815,13.306149,1009.453,24.818398,355.81033,74.60195,2270.413,110.89587,147.16249,165.51701,189.13753,13.346267,24.675154,78.46212,10.545073,12.361878,37.300247,51.870102,117.75587,16.456987,14.790576,158.54572,16.092587,4038.6313,51.106518,58.15457,49.74749,51.45599,273.1342,94.86405,69.79335,20.229712,23.099052,46.7543,212.04645,194.64217,92.85061,325.17337,63.9234,59.28298,173.65282,230.26266,974.96234,177.2725,6.9239383,15.807292,8.660386,174.42552,14868.257,7.351995,31.850239,46.97603,32.017353,367.17444,62.521282,167.26837,4.8897953,179.19153,596.9296,409.30716,79.18988,624.3091,48.706944,78.12174,215.77138,25.666824,4.309191,19.202429,1384.0883,1.186578,2.5602016,110.44721,9.929013,5.341552,21.894262,31.040493,329.20416,86.53471,155.85184,1406.3285,180.41104,2158.7183,1879.1742,15.305851,18.550215,11642.409,10.055803,41.50045,355.16354,67.92147,128.15681,58.6736,315.64777,1208.2903,305.78992,8.242694,63.93181,549.0276,2278.828,42.734566,349.25604,33.000862,1.1323522,55.49538,1.0492423,0.6543815,2.340045,21.539398,78.595764,210.63464,20.111752,2548.2122,113.32504,36.232815,43.24076,11.214363,71.131386,9.807146,2.2026143,16.15457,85.71496,5.64129,4.169985,7.3928747,34.425907,13.77091,3.8066642,26.06493,759.482,89.21495,1830.8077,31.655304,2735.1821,57.678352,626.9639,1229.3037,33.770126,13.598501,1637.1997,2327.8318,5826.496,484.96057 +2023-05-14 08:00:00,0.0,6477.0537,61.49384,23.853148,18.293612,38.00365,200.41708,31.276304,61.01908,23.151,33.023903,528.909,600.99115,18.879946,66.1286,5.569043,2.0996947,32.776146,31.451525,12.109,463.23297,4.397734,350.8414,88.563385,1.9242315,7.406503,119.30197,44.044666,212.9558,188.71115,5511.906,1.5116876,2100.415,6.200151,2.0092611,1.1445668,9.828404,219.31044,277.46045,50.06982,209.23924,30.767204,10.054321,807.3768,8.39204,71.60859,70.51055,435.38666,27.019413,374.83746,17.446623,62.21034,0.0,4334.0957,11287.263,15.008169,91.2903,93.20628,35081.332,153.94397,10.773883,59.35064,96.49103,74.87752,25.429377,43.317665,730.8255,104.80914,42.504738,8.968597,13.315985,1009.8184,24.873768,355.97617,74.61559,2270.3047,110.94857,147.23836,165.53256,188.89804,13.340748,24.661186,78.38906,10.5381565,12.353504,37.34858,51.91366,117.70405,16.462492,14.801528,158.68474,16.079918,4037.9011,51.145523,58.23656,49.825706,51.50129,273.0735,94.91816,69.84677,20.242409,23.110527,46.784378,212.33324,194.66101,92.87984,325.30368,63.924007,59.33053,173.79869,230.27634,975.24414,177.33694,6.9195056,15.808333,8.660231,174.30222,14870.749,7.353647,31.823093,46.941574,32.02676,367.2603,62.57025,167.18597,4.8905854,179.28226,596.6611,409.0003,79.22999,623.6782,48.68889,78.09203,216.0443,25.649776,4.3055634,19.192707,1385.0458,1.1846237,2.556613,110.37987,9.932104,5.341646,21.871038,31.015434,328.9364,86.50269,155.809,1405.5887,180.47018,2158.516,1879.1888,15.315224,18.56837,11653.34,10.053661,41.54525,355.28134,67.99677,128.27957,58.704582,315.84875,1208.2936,305.85147,8.248694,63.97448,549.61334,2278.6938,42.728523,349.8484,33.0569,1.1318899,55.49566,1.0490088,0.65389854,2.339224,21.565187,78.69011,210.83632,20.090681,2550.1335,113.51703,36.291092,43.301075,11.229186,71.17608,9.823834,2.2025807,16.18656,85.800415,5.658894,4.1770434,7.40244,34.407257,13.767281,3.8133154,26.102846,759.9809,89.31702,1833.1125,31.673094,2737.8186,57.706783,626.7132,1230.8651,33.815132,13.596847,1638.213,2328.9866,5829.214,484.62482 +2023-05-14 09:00:00,0.0,6483.744,61.54149,23.8401,18.301992,37.984398,200.39062,31.267508,60.98359,23.14706,33.004402,529.3814,600.9479,18.870108,66.17863,5.574805,2.1034975,32.759895,31.49121,12.11543,463.10803,4.402316,350.8096,88.52205,1.9215481,7.3986826,119.289505,44.026054,212.87544,188.64703,5519.997,1.5098138,2099.703,6.189697,2.007289,1.1433033,9.816761,219.28053,277.46057,50.03805,209.54234,30.760384,10.055534,807.2229,8.384201,71.63161,70.53976,435.46985,27.05745,374.8354,17.461378,62.24908,0.0,4335.1816,11293.672,15.032592,91.40754,93.321014,35090.477,154.04063,10.791307,59.339592,96.49657,74.9377,25.459326,43.323597,730.90906,104.860886,42.499714,8.979612,13.325822,1010.18384,24.929138,356.14197,74.629234,2270.1963,111.001274,147.31425,165.54811,188.65854,13.335229,24.647219,78.31601,10.53124,12.345131,37.396915,51.957214,117.65223,16.467995,14.812479,158.82376,16.06725,4037.171,51.184532,58.31855,49.903927,51.546593,273.01276,94.97227,69.9002,20.255108,23.122,46.81446,212.62001,194.67984,92.90907,325.434,63.92461,59.37808,173.94458,230.29001,975.52594,177.40138,6.915073,15.809375,8.660075,174.17891,14873.242,7.3553,31.795948,46.90712,32.036163,367.34616,62.61922,167.10359,4.8913755,179.37299,596.3925,408.69345,79.2701,623.04736,48.67083,78.06232,216.31721,25.63273,4.3019357,19.182985,1386.0034,1.1826694,2.5530243,110.31252,9.935196,5.34174,21.847815,30.990374,328.6686,86.470665,155.76619,1404.8491,180.52933,2158.314,1879.2034,15.324597,18.586527,11664.2705,10.05152,41.590054,355.39914,68.07208,128.40231,58.73557,316.04974,1208.2969,305.91306,8.254695,64.01715,550.19916,2278.5598,42.722485,350.44073,33.112938,1.1314275,55.495937,1.0487754,0.65341556,2.338403,21.590979,78.784454,211.038,20.06961,2552.0547,113.70901,36.349365,43.361393,11.244009,71.220764,9.840524,2.202547,16.218548,85.88587,5.6764975,4.184102,7.412006,34.388607,13.763652,3.8199663,26.140762,760.47986,89.41908,1835.4172,31.690882,2740.4548,57.735214,626.4625,1232.4265,33.860138,13.595193,1639.2263,2330.1414,5831.931,484.28906 +2023-05-14 10:00:00,0.0,6490.434,61.589138,23.827051,18.310373,37.96515,200.36415,31.25871,60.948093,23.143124,32.984898,529.8539,600.9046,18.86027,66.22865,5.5805664,2.1073003,32.743645,31.530897,12.1218605,462.9831,4.406898,350.77777,88.48072,1.9188647,7.3908615,119.27704,44.007446,212.7951,188.58292,5528.089,1.5079398,2098.9905,6.179243,2.0053167,1.1420399,9.805118,219.25063,277.4607,50.006283,209.84543,30.753563,10.056748,807.06903,8.376362,71.654625,70.56896,435.55304,27.095488,374.8333,17.476133,62.287827,0.0,4336.268,11300.08,15.057014,91.52478,93.435745,35099.617,154.13731,10.808731,59.328545,96.502106,74.99789,25.489273,43.329533,730.9926,104.912636,42.494694,8.990628,13.335658,1010.5492,24.98451,356.30777,74.642876,2270.088,111.05398,147.39014,165.56366,188.41905,13.32971,24.633251,78.24295,10.524324,12.336757,37.44525,52.00077,117.60042,16.4735,14.823431,158.9628,16.05458,4036.4404,51.22354,58.40054,49.982147,51.591896,272.95206,95.026375,69.95363,20.267805,23.133472,46.84454,212.90678,194.69868,92.93831,325.56427,63.925213,59.425625,174.09045,230.3037,975.80774,177.46582,6.91064,15.810417,8.65992,174.0556,14875.734,7.3569527,31.768803,46.87267,32.04557,367.43204,62.66819,167.0212,4.8921657,179.46371,596.12396,408.38663,79.31021,622.4165,48.652775,78.0326,216.59013,25.615683,4.298308,19.173264,1386.9609,1.1807151,2.5494356,110.24518,9.938287,5.341834,21.82459,30.965315,328.40085,86.438644,155.72337,1404.1095,180.58847,2158.1116,1879.218,15.33397,18.604683,11675.2,10.049379,41.634857,355.5169,68.147385,128.52507,58.766552,316.25073,1208.3002,305.97464,8.260695,64.05982,550.785,2278.4255,42.716442,351.03308,33.168972,1.1309651,55.49622,1.048542,0.6529326,2.3375819,21.616768,78.8788,211.23967,20.04854,2553.9758,113.900986,36.407642,43.421707,11.258833,71.26546,9.857213,2.2025135,16.250538,85.97133,5.6941013,4.1911607,7.4215717,34.36996,13.760023,3.8266172,26.178679,760.97876,89.52116,1837.7219,31.708672,2743.091,57.76365,626.2118,1233.9879,33.905144,13.593539,1640.2396,2331.2961,5834.649,483.9533 +2023-05-14 11:00:00,0.0,6497.124,61.636787,23.814003,18.318754,37.9459,200.33769,31.249916,60.912598,23.139185,32.965397,530.3263,600.8613,18.85043,66.27868,5.5863276,2.111103,32.727394,31.570585,12.128291,462.85815,4.4114804,350.74594,88.43939,1.9161812,7.383041,119.26457,43.988834,212.71475,188.51881,5536.1807,1.5060658,2098.2783,6.168789,2.0033445,1.1407765,9.793472,219.22072,277.46082,49.974514,210.14853,30.74674,10.057962,806.91516,8.368522,71.677635,70.59817,435.63623,27.133526,374.83127,17.490889,62.32657,0.0,4337.354,11306.489,15.081436,91.64202,93.55047,35108.758,154.23398,10.826156,59.317497,96.50764,75.058075,25.51922,43.335464,731.0762,104.96438,42.489674,9.001644,13.345495,1010.9146,25.03988,356.4736,74.65652,2269.9792,111.10668,147.46602,165.57921,188.17957,13.324191,24.619284,78.1699,10.517408,12.328383,37.493584,52.044327,117.5486,16.479002,14.834383,159.10182,16.041912,4035.7102,51.26255,58.48253,50.060364,51.637196,272.89136,95.08048,70.00706,20.280504,23.144947,46.87462,213.19357,194.71753,92.967545,325.69458,63.925816,59.473175,174.23634,230.31737,976.08954,177.53026,6.906207,15.811459,8.659764,173.9323,14878.227,7.3586054,31.74166,46.838215,32.054977,367.51788,62.71716,166.93881,4.8929553,179.55443,595.85535,408.07977,79.35032,621.78564,48.63472,78.00289,216.86307,25.598637,4.29468,19.163542,1387.9186,1.1787608,2.545847,110.17783,9.941379,5.3419285,21.801367,30.940256,328.1331,86.406624,155.68056,1403.3699,180.64761,2157.9094,1879.2325,15.343344,18.622839,11686.131,10.047237,41.67966,355.6347,68.22269,128.64781,58.79754,316.45172,1208.3035,306.0362,8.266695,64.10249,551.3707,2278.2915,42.710403,351.6254,33.22501,1.1305028,55.4965,1.0483086,0.65244967,2.3367608,21.642557,78.97314,211.44133,20.02747,2555.8972,114.092964,36.465916,43.48202,11.273656,71.31015,9.873902,2.2024798,16.282526,86.056786,5.711705,4.1982193,7.4311376,34.35131,13.756394,3.8332682,26.216595,761.4777,89.62322,1840.0266,31.726461,2745.7275,57.79208,625.96106,1235.5493,33.95015,13.591886,1641.2529,2332.451,5837.366,483.61755 +2023-05-14 12:00:00,0.0,6503.8145,61.684437,23.800955,18.327135,37.92665,200.31122,31.24112,60.8771,23.135248,32.945896,530.79877,600.81805,18.840591,66.328705,5.592089,2.1149058,32.71114,31.610271,12.134721,462.73325,4.4160624,350.7141,88.39806,1.9134978,7.37522,119.252106,43.970222,212.63441,188.4547,5544.2725,1.5041919,2097.5662,6.1583347,2.0013723,1.1395131,9.781829,219.19083,277.46094,49.942745,210.45161,30.73992,10.0591755,806.7612,8.3606825,71.70065,70.62737,435.71942,27.171562,374.8292,17.505644,62.36531,0.0,4338.4404,11312.898,15.105859,91.75926,93.6652,35117.9,154.33064,10.843579,59.30645,96.513176,75.118256,25.549168,43.341396,731.1598,105.01613,42.48465,9.012659,13.355331,1011.28,25.095251,356.6394,74.67016,2269.8708,111.159386,147.5419,165.59476,187.94006,13.318672,24.605316,78.09685,10.510493,12.320009,37.54192,52.087883,117.49678,16.484507,14.845334,159.24084,16.029243,4034.98,51.30156,58.564518,50.138584,51.6825,272.83066,95.13459,70.060486,20.293201,23.15642,46.904697,213.48035,194.73637,92.99677,325.8249,63.926422,59.52072,174.38222,230.33104,976.37134,177.5947,6.9017744,15.8125,8.659609,173.80899,14880.72,7.3602576,31.714514,46.80376,32.06438,367.60376,62.76613,166.85641,4.8937454,179.64516,595.5868,407.77292,79.390434,621.15485,48.616665,77.973175,217.13599,25.581589,4.2910523,19.15382,1388.8761,1.1768064,2.542258,110.11049,9.944469,5.3420224,21.778143,30.915195,327.8653,86.374596,155.63774,1402.6301,180.70674,2157.7073,1879.2472,15.352716,18.640995,11697.062,10.045096,41.724464,355.7525,68.29799,128.77057,58.82852,316.6527,1208.3069,306.09778,8.272696,64.14516,551.95654,2278.1575,42.70436,352.21774,33.281048,1.1300404,55.496777,1.0480752,0.6519667,2.33594,21.668346,79.06748,211.643,20.0064,2557.8184,114.28495,36.524193,43.54234,11.28848,71.354836,9.890591,2.2024462,16.314516,86.14225,5.7293086,4.205278,7.4407034,34.33266,13.752765,3.8399193,26.25451,761.9766,89.725296,1842.3313,31.74425,2748.3638,57.82051,625.7104,1237.1107,33.99516,13.590232,1642.2662,2333.6057,5840.084,483.28183 +2023-05-14 13:00:00,0.0,6510.5044,61.732086,23.787907,18.335516,37.9074,200.28476,31.232325,60.841606,23.13131,32.92639,531.27124,600.7748,18.830753,66.37873,5.597851,2.1187086,32.69489,31.64996,12.141151,462.6083,4.4206443,350.6823,88.356735,1.9108144,7.3673987,119.23965,43.951614,212.55406,188.39058,5552.3643,1.5023179,2096.854,6.1478806,1.9994,1.1382498,9.770185,219.16092,277.46106,49.910976,210.7547,30.733099,10.0603895,806.60736,8.352843,71.72367,70.65658,435.8026,27.2096,374.82715,17.5204,62.404057,0.0,4339.5264,11319.307,15.1302805,91.8765,93.77993,35127.04,154.4273,10.861004,59.295403,96.518715,75.178444,25.579117,43.347332,731.24335,105.06788,42.47963,9.023675,13.365168,1011.64545,25.150621,356.8052,74.68381,2269.7625,111.21209,147.61778,165.6103,187.70058,13.313153,24.591349,78.02379,10.503577,12.311636,37.590252,52.13144,117.44496,16.49001,14.856286,159.37987,16.016575,4034.2495,51.34057,58.646507,50.216805,51.727802,272.76993,95.1887,70.113914,20.3059,23.167894,46.93478,213.76714,194.75522,93.02601,325.95517,63.927025,59.56827,174.5281,230.34473,976.65314,177.65913,6.8973417,15.813541,8.659452,173.68567,14883.212,7.3619103,31.687368,46.769306,32.073788,367.6896,62.815098,166.77403,4.8945355,179.73589,595.31824,407.4661,79.43054,620.524,48.59861,77.94346,217.4089,25.564543,4.287425,19.144098,1389.8337,1.1748523,2.5386693,110.043144,9.947561,5.3421164,21.75492,30.890137,327.59753,86.342575,155.59492,1401.8905,180.76588,2157.505,1879.2617,15.36209,18.659153,11707.991,10.042954,41.769268,355.8703,68.37329,128.89331,58.85951,316.8537,1208.3102,306.15936,8.278696,64.18783,552.5423,2278.0232,42.698322,352.8101,33.337086,1.129578,55.497055,1.0478418,0.6514837,2.3351188,21.694136,79.16183,211.84468,19.985327,2559.7395,114.47693,36.58247,43.602654,11.303303,71.39953,9.90728,2.2024126,16.346506,86.22771,5.7469125,4.212337,7.450269,34.31401,13.749136,3.8465703,26.292427,762.4755,89.82736,1844.6361,31.76204,2751.0,57.848946,625.45966,1238.6721,34.040165,13.588578,1643.2795,2334.7605,5842.8013,482.94608 +2023-05-14 14:00:00,0.0,6517.195,61.779736,23.774858,18.343897,37.88815,200.25829,31.223528,60.806114,23.127373,32.90689,531.74365,600.73157,18.820913,66.428764,5.603612,2.1225114,32.67864,31.689646,12.147582,462.48337,4.425226,350.65048,88.31541,1.908131,7.359578,119.22718,43.933002,212.47372,188.32646,5560.456,1.5004439,2096.1416,6.1374264,1.9974278,1.1369864,9.758541,219.13101,277.46118,49.879208,211.0578,30.726276,10.061604,806.4535,8.345003,71.74668,70.68578,435.88583,27.247639,374.82507,17.535154,62.4428,0.0,4340.6123,11325.716,15.154703,91.993744,93.89466,35136.18,154.52397,10.8784275,59.284355,96.52425,75.23863,25.609064,43.353264,731.3269,105.11962,42.47461,9.034691,13.375005,1012.01086,25.205992,356.97104,74.69745,2269.654,111.26479,147.69366,165.62585,187.46109,13.307634,24.577381,77.95074,10.496661,12.303263,37.638588,52.174995,117.39314,16.495514,14.867238,159.51889,16.003906,4033.5193,51.379574,58.728493,50.29502,51.7731,272.70923,95.242805,70.167336,20.318598,23.179367,46.96486,214.05391,194.77405,93.055244,326.08548,63.927628,59.615818,174.67398,230.3584,976.93494,177.72357,6.8929086,15.814584,8.659297,173.56236,14885.705,7.363563,31.660223,46.734856,32.083195,367.77548,62.864067,166.69164,4.8953257,179.82661,595.0497,407.15924,79.47066,619.8931,48.580555,77.91375,217.68184,25.547495,4.2837973,19.134377,1390.7914,1.1728979,2.5350807,109.9758,9.950652,5.342211,21.731693,30.865076,327.32977,86.310555,155.55211,1401.1506,180.82503,2157.3027,1879.2764,15.371463,18.677309,11718.922,10.040813,41.814068,355.9881,68.44859,129.01607,58.89049,317.05466,1208.3135,306.22092,8.284697,64.2305,553.1281,2277.8892,42.69228,353.40244,33.393124,1.1291157,55.497334,1.0476084,0.65100074,2.3342977,21.719927,79.25617,212.04636,19.964256,2561.661,114.66891,36.640743,43.66297,11.318126,71.44422,9.923969,2.202379,16.378494,86.31316,5.764516,4.2193956,7.459835,34.295364,13.745507,3.8532212,26.330343,762.9745,89.92943,1846.9408,31.779829,2753.6365,57.877377,625.2089,1240.2334,34.08517,13.586925,1644.2928,2335.9153,5845.5186,482.61032 +2023-05-14 15:00:00,0.0,6523.885,61.827385,23.76181,18.352278,37.8689,200.23181,31.214731,60.77062,23.123434,32.88739,532.2161,600.6883,18.811075,66.47879,5.6093736,2.1263142,32.662384,31.729332,12.154012,462.35846,4.429808,350.61865,88.27408,1.9054476,7.351757,119.214714,43.91439,212.39337,188.26236,5568.5474,1.49857,2095.4294,6.1269727,1.9954556,1.135723,9.746898,219.1011,277.4613,49.84744,211.36089,30.719456,10.062817,806.2996,8.337164,71.7697,70.71499,435.96902,27.285675,374.82303,17.54991,62.48154,0.0,4341.698,11332.125,15.179125,92.11098,94.00939,35145.324,154.62065,10.895851,59.273308,96.529785,75.29881,25.639011,43.359196,731.41046,105.17137,42.46959,9.045707,13.384841,1012.3762,25.261362,357.13684,74.71109,2269.5457,111.3175,147.76955,165.6414,187.22159,13.302115,24.563414,77.87768,10.489745,12.2948885,37.68692,52.21855,117.341324,16.501019,14.87819,159.65791,15.991238,4032.789,51.418583,58.810482,50.37324,51.818405,272.64853,95.29691,70.220764,20.331297,23.190842,46.994938,214.3407,194.7929,93.08448,326.2158,63.928234,59.66337,174.81987,230.37207,977.21674,177.78801,6.888476,15.815625,8.659142,173.43906,14888.197,7.3652153,31.633078,46.7004,32.092598,367.86133,62.913036,166.60925,4.896116,179.91734,594.7811,406.8524,79.510765,619.26227,48.562496,77.88403,217.95476,25.530449,4.2801695,19.124655,1391.7489,1.1709436,2.531492,109.908455,9.953744,5.3423047,21.70847,30.840017,327.06198,86.27853,155.50928,1400.411,180.88417,2157.1006,1879.291,15.3808365,18.695465,11729.853,10.038672,41.85887,356.10587,68.523895,129.13881,58.921474,317.25565,1208.3168,306.2825,8.290697,64.27317,553.7139,2277.7551,42.686237,353.99475,33.449158,1.1286533,55.497612,1.047375,0.65051776,2.3334765,21.745716,79.35052,212.24802,19.943186,2563.582,114.860886,36.69902,43.723286,11.33295,71.488914,9.940659,2.2023454,16.410484,86.39862,5.7821198,4.2264543,7.469401,34.276714,13.741878,3.8598723,26.368258,763.4734,90.0315,1849.2455,31.797619,2756.2727,57.90581,624.95825,1241.7948,34.130177,13.585271,1645.3062,2337.07,5848.2363,482.27457 +2023-05-14 16:00:00,0.0,6530.5747,61.875034,23.748762,18.360657,37.849648,200.20535,31.205936,60.735123,23.119495,32.867886,532.68854,600.645,18.801237,66.52882,5.615135,2.130117,32.646133,31.76902,12.160442,462.23352,4.4343905,350.58685,88.23275,1.9027642,7.3439364,119.20225,43.895782,212.31302,188.19824,5576.639,1.496696,2094.7173,6.1165185,1.9934834,1.1344596,9.735253,219.0712,277.46143,49.81567,211.66397,30.712635,10.064031,806.14575,8.329324,71.79272,70.744194,436.05222,27.323713,374.82095,17.564665,62.520287,0.0,4342.784,11338.534,15.2035475,92.22822,94.12412,35154.465,154.71732,10.913276,59.26226,96.535324,75.359,25.66896,43.36513,731.494,105.22312,42.464565,9.056722,13.394677,1012.74164,25.316732,357.30264,74.72473,2269.4373,111.3702,147.84543,165.65695,186.9821,13.296597,24.549446,77.80463,10.482829,12.286515,37.735256,52.262108,117.289505,16.506521,14.889141,159.79694,15.978569,4032.0586,51.457592,58.89247,50.45146,51.86371,272.5878,95.35102,70.27419,20.343994,23.202314,47.025017,214.62747,194.81174,93.11371,326.34607,63.928837,59.710915,174.96574,230.38574,977.49854,177.85246,6.884043,15.816667,8.658986,173.31575,14890.69,7.366868,31.605932,46.665947,32.102005,367.9472,62.962006,166.52686,4.8969054,180.00807,594.5126,406.54556,79.55088,618.6314,48.54444,77.85432,218.22768,25.513401,4.2765417,19.114933,1392.7065,1.1689893,2.5279033,109.84111,9.956836,5.3423986,21.685246,30.814959,326.79422,86.246506,155.46646,1399.6714,180.9433,2156.8982,1879.3055,15.390209,18.713621,11740.782,10.0365305,41.903675,356.22366,68.5992,129.26155,58.95246,317.45663,1208.3201,306.3441,8.296698,64.31584,554.2997,2277.6208,42.6802,354.5871,33.505196,1.128191,55.49789,1.0471416,0.6500348,2.3326554,21.771505,79.44486,212.44969,19.922115,2565.5032,115.05287,36.757298,43.783604,11.347773,71.5336,9.957347,2.2023118,16.442472,86.48408,5.7997236,4.233513,7.4789667,34.258064,13.738249,3.8665233,26.406174,763.97235,90.13357,1851.5502,31.815407,2758.909,57.934242,624.7075,1243.3562,34.175182,13.583617,1646.3195,2338.2249,5850.9536,481.9388 +2023-05-14 17:00:00,0.0,6537.265,61.922684,23.735714,18.369038,37.8304,200.17888,31.19714,60.699627,23.115559,32.848385,533.161,600.60175,18.791397,66.57884,5.6208963,2.1339197,32.629883,31.808706,12.166873,462.10858,4.4389725,350.55502,88.19142,1.9000807,7.3361154,119.18978,43.87717,212.23268,188.13412,5584.731,1.494822,2094.0051,6.1060643,1.9915113,1.1331962,9.723609,219.04129,277.46155,49.7839,211.96707,30.705814,10.065245,805.9919,8.321485,71.815735,70.77339,436.1354,27.361752,374.8189,17.57942,62.55903,0.0,4343.8706,11344.942,15.22797,92.34546,94.23885,35163.605,154.81398,10.930699,59.251217,96.540855,75.41919,25.698908,43.371063,731.5776,105.274864,42.459545,9.067738,13.404514,1013.10706,25.372103,357.46844,74.73837,2269.3289,111.422905,147.92131,165.6725,186.74261,13.291078,24.535479,77.73157,10.475913,12.278141,37.783592,52.305668,117.23769,16.512026,14.900093,159.93596,15.9659,4031.3284,51.4966,58.97446,50.52968,51.909008,272.5271,95.40513,70.32762,20.356693,23.213789,47.0551,214.91426,194.83058,93.142944,326.47638,63.92944,59.758465,175.11163,230.39943,977.78033,177.9169,6.8796105,15.817709,8.658831,173.19244,14893.183,7.3685207,31.578789,46.631493,32.111412,368.03305,63.010975,166.44447,4.8976955,180.09879,594.244,406.2387,79.59099,618.00055,48.526386,77.8246,218.5006,25.496353,4.272914,19.105211,1393.6641,1.167035,2.5243146,109.773766,9.959927,5.342493,21.662022,30.789898,326.52646,86.214485,155.42365,1398.9318,181.00244,2156.696,1879.3202,15.399583,18.731777,11751.713,10.0343895,41.94848,356.34146,68.6745,129.38431,58.983444,317.65762,1208.3234,306.40564,8.302698,64.35851,554.8855,2277.4868,42.674156,355.17944,33.561234,1.1277286,55.49817,1.0469083,0.6495518,2.3318346,21.797295,79.53921,212.65137,19.901045,2567.4246,115.24485,36.81557,43.843918,11.3625965,71.57829,9.974036,2.2022781,16.474463,86.569534,5.817327,4.2405715,7.4885325,34.239414,13.73462,3.8731742,26.44409,764.47125,90.235634,1853.8549,31.833197,2761.5454,57.962673,624.4568,1244.9176,34.220192,13.581964,1647.3328,2339.3796,5853.6714,481.60306 +2023-05-14 18:00:00,0.0,6543.955,61.970333,23.722666,18.377419,37.81115,200.15242,31.188343,60.66413,23.11162,32.828884,533.6334,600.5585,18.781559,66.62887,5.626658,2.1377225,32.613632,31.848394,12.173303,461.98364,4.4435544,350.5232,88.15009,1.8973973,7.3282948,119.17732,43.858562,212.15233,188.07002,5592.8228,1.492948,2093.293,6.09561,1.9895391,1.1319329,9.711966,219.0114,277.46167,49.752132,212.27016,30.698992,10.066458,805.838,8.313645,71.838745,70.8026,436.21863,27.399788,374.81683,17.594175,62.597775,0.0,4344.957,11351.352,15.252392,92.4627,94.353584,35172.746,154.91064,10.948124,59.24017,96.546394,75.47937,25.728855,43.376995,731.66113,105.326614,42.454525,9.078753,13.4143505,1013.4725,25.427473,357.63428,74.752014,2269.2205,111.47561,147.9972,165.68805,186.50311,13.285559,24.521511,77.658516,10.468998,12.269768,37.831924,52.349224,117.185875,16.517529,14.911045,160.07498,15.953232,4030.5981,51.53561,59.05645,50.6079,51.95431,272.4664,95.45923,70.38105,20.36939,23.225262,47.08518,215.20103,194.84943,93.17218,326.60666,63.930042,59.80601,175.2575,230.4131,978.06213,177.98134,6.8751774,15.81875,8.658675,173.06914,14895.676,7.370173,31.551643,46.597042,32.120815,368.11893,63.059948,166.36208,4.8984857,180.18951,593.9754,405.93185,79.631096,617.36975,48.50833,77.79489,218.77353,25.479307,4.269286,19.09549,1394.6217,1.1650807,2.520726,109.70642,9.963018,5.342587,21.638798,30.76484,326.25867,86.182465,155.38083,1398.1921,181.06158,2156.494,1879.3347,15.408957,18.749933,11762.644,10.0322485,41.993282,356.45926,68.7498,129.50705,59.01443,317.8586,1208.3267,306.46722,8.308698,64.401184,555.4713,2277.3528,42.668118,355.7718,33.61727,1.1272662,55.498447,1.0466748,0.6490689,2.3310134,21.823084,79.63355,212.85304,19.879974,2569.3457,115.43683,36.873848,43.904232,11.377419,71.622986,9.9907255,2.2022445,16.50645,86.655,5.834931,4.24763,7.4980984,34.220768,13.73099,3.879825,26.482006,764.9702,90.33771,1856.1597,31.850986,2764.1816,57.991108,624.2061,1246.479,34.265198,13.580309,1648.3461,2340.5344,5856.3887,481.2673 +2023-05-14 19:00:00,0.0,6550.645,62.017982,23.709618,18.3858,37.7919,200.12595,31.179548,60.62864,23.107683,32.80938,534.1059,600.5152,18.77172,66.678894,5.6324196,2.1415253,32.597378,31.88808,12.179733,461.85873,4.4481363,350.49136,88.108765,1.8947139,7.3204737,119.164856,43.83995,212.07199,188.0059,5600.9146,1.4910741,2092.5806,6.085156,1.987567,1.1306695,9.700321,218.98149,277.4618,49.720364,212.57326,30.692171,10.067672,805.6841,8.305805,71.86176,70.8318,436.30182,27.437826,374.8148,17.60893,62.636517,0.0,4346.043,11357.761,15.276814,92.57994,94.468315,35181.887,155.00732,10.965548,59.229122,96.55193,75.53956,25.758804,43.38293,731.7447,105.37836,42.449505,9.089768,13.424187,1013.8379,25.482843,357.80008,74.765656,2269.112,111.52831,148.07307,165.7036,186.26363,13.28004,24.507545,77.585464,10.462082,12.2613945,37.88026,52.392776,117.134056,16.523033,14.921996,160.214,15.940563,4029.8677,51.57462,59.13844,50.68612,51.999615,272.4057,95.513336,70.43448,20.38209,23.236734,47.115257,215.48782,194.86827,93.201416,326.73697,63.93065,59.85356,175.4034,230.42677,978.34393,178.04578,6.8707447,15.819792,8.65852,172.94583,14898.168,7.3718257,31.524498,46.562588,32.130222,368.20477,63.108917,166.2797,4.899276,180.28024,593.70685,405.62503,79.67121,616.7389,48.490276,77.765175,219.04645,25.46226,4.2656584,19.085768,1395.5792,1.1631263,2.5171373,109.63908,9.966109,5.342681,21.615574,30.739779,325.9909,86.15044,155.33801,1397.4524,181.12073,2156.2915,1879.3494,15.418329,18.768091,11773.574,10.030107,42.038082,356.57706,68.8251,129.6298,59.045414,318.0596,1208.3301,306.5288,8.314698,64.443855,556.05707,2277.2185,42.662075,356.3641,33.67331,1.1268039,55.498726,1.0464414,0.6485859,2.3301923,21.848875,79.72789,213.0547,19.858902,2571.267,115.62881,36.932125,43.96455,11.392243,71.66767,10.007415,2.202211,16.53844,86.740456,5.852535,4.2546887,7.5076637,34.202118,13.727362,3.8864763,26.519922,765.4691,90.43977,1858.4644,31.868774,2766.8179,58.01954,623.9554,1248.0404,34.310204,13.578655,1649.3594,2341.6892,5859.106,480.93158 +2023-05-14 20:00:00,0.0,6557.3354,62.065636,23.69657,18.39418,37.772648,200.09949,31.170752,60.593143,23.103745,32.78988,534.57837,600.4719,18.76188,66.72892,5.6381807,2.145328,32.581127,31.927767,12.186164,461.7338,4.4527187,350.45956,88.06744,1.8920305,7.312653,119.15239,43.82134,211.99164,187.94179,5609.006,1.4892002,2091.8684,6.074702,1.9855947,1.129406,9.688678,218.95158,277.46188,49.688595,212.87634,30.68535,10.068885,805.5302,8.297966,71.88478,70.86101,436.385,27.475864,374.8127,17.623686,62.67526,0.0,4347.129,11364.169,15.301236,92.69718,94.583046,35191.027,155.10399,10.982972,59.218075,96.55747,75.59975,25.788752,43.388863,731.8283,105.43011,42.44448,9.100784,13.434024,1014.20325,25.538214,357.96588,74.779305,2269.0037,111.58102,148.14896,165.71915,186.02414,13.274521,24.493578,77.512405,10.455166,12.25302,37.928593,52.43634,117.08224,16.528536,14.932948,160.35303,15.927896,4029.1375,51.61363,59.22043,50.764336,52.044914,272.34497,95.567444,70.4879,20.394787,23.248209,47.145336,215.7746,194.8871,93.230644,326.86728,63.93125,59.901108,175.54927,230.44044,978.62573,178.11021,6.866312,15.820833,8.658364,172.82253,14900.66,7.3734784,31.497353,46.528133,32.13963,368.29065,63.157887,166.1973,4.900066,180.37097,593.4383,405.31818,79.71132,616.10803,48.47222,77.73546,219.31937,25.445213,4.262031,19.076048,1396.5369,1.1611722,2.5135484,109.57174,9.969201,5.3427753,21.59235,30.71472,325.72314,86.118416,155.2952,1396.7128,181.17987,2156.0894,1879.3639,15.427703,18.786247,11784.504,10.027966,42.082886,356.69482,68.900406,129.75255,59.0764,318.2606,1208.3334,306.59036,8.320699,64.48653,556.6429,2277.0845,42.656036,356.95645,33.729347,1.1263415,55.499004,1.046208,0.64810294,2.3293712,21.874664,79.822235,213.25638,19.837831,2573.1882,115.82079,36.9904,44.024864,11.407066,71.712364,10.024104,2.2021775,16.57043,86.82591,5.870138,4.2617474,7.5172296,34.183468,13.723733,3.8931272,26.557838,765.9681,90.54184,1860.769,31.886564,2769.454,58.04797,623.70465,1249.6018,34.35521,13.577002,1650.3727,2342.844,5861.8237,480.59583 +2023-05-14 21:00:00,0.0,6564.0254,62.113285,23.683521,18.402561,37.7534,200.07301,31.161957,60.557648,23.099808,32.77038,535.0508,600.42865,18.752043,66.778946,5.6439424,2.149131,32.564877,31.967455,12.192594,461.60886,4.4573007,350.42773,88.02611,1.8893471,7.304832,119.13992,43.80273,211.91129,187.87767,5617.0977,1.4873263,2091.1562,6.064248,1.9836226,1.1281426,9.677034,218.92168,277.462,49.656826,213.17943,30.678528,10.070099,805.37634,8.290127,71.90779,70.89021,436.4682,27.5139,374.81067,17.63844,62.714005,0.0,4348.215,11370.578,15.325659,92.81442,94.69778,35200.17,155.20065,11.000396,59.207027,96.563,75.65993,25.818699,43.394794,731.91187,105.48186,42.43946,9.1118,13.44386,1014.56866,25.593584,358.1317,74.792946,2268.895,111.63372,148.22484,165.7347,185.78464,13.269002,24.47961,77.439354,10.44825,12.244647,37.97693,52.479893,117.03042,16.53404,14.9439,160.49207,15.915227,4028.4072,51.652634,59.302418,50.842556,52.090218,272.28427,95.62155,70.54133,20.407486,23.259682,47.17542,216.06139,194.90594,93.25988,326.99756,63.931854,59.948658,175.69516,230.45413,978.90753,178.17465,6.8618793,15.821876,8.658209,172.69922,14903.153,7.3751307,31.470207,46.49368,32.149033,368.3765,63.206856,166.11491,4.9008555,180.4617,593.16974,405.01132,79.751434,615.4772,48.454166,77.70575,219.5923,25.428165,4.2584033,19.066326,1397.4945,1.1592178,2.5099597,109.504395,9.972292,5.3428693,21.569126,30.689661,325.45535,86.086395,155.25238,1395.9731,181.239,2155.8872,1879.3785,15.437076,18.804403,11795.435,10.025825,42.12769,356.81262,68.97571,129.8753,59.107384,318.46158,1208.3367,306.65195,8.326699,64.52919,557.22864,2276.9504,42.649994,357.5488,33.78538,1.125879,55.499287,1.0459746,0.64761996,2.32855,21.900454,79.91658,213.45805,19.816761,2575.1094,116.01277,37.048676,44.085182,11.421889,71.75706,10.040792,2.202144,16.602419,86.91137,5.887742,4.268806,7.5267954,34.164818,13.720103,3.8997781,26.595755,766.467,90.64391,1863.0737,31.904354,2772.0906,58.076405,623.454,1251.1632,34.400215,13.575348,1651.386,2343.9988,5864.541,480.26007 +2023-05-14 22:00:00,0.0,6570.7153,62.160934,23.670473,18.410942,37.73415,200.04654,31.15316,60.522152,23.09587,32.750874,535.52325,600.38544,18.742205,66.82898,5.649704,2.1529338,32.548622,32.00714,12.199024,461.48392,4.4618826,350.3959,87.98478,1.8866637,7.297011,119.12746,43.78412,211.83095,187.81357,5625.1895,1.4854523,2090.444,6.053794,1.9816504,1.1268792,9.665389,218.89177,277.46213,49.625057,213.48253,30.671707,10.071313,805.2225,8.282287,71.93081,70.91942,436.5514,27.551939,374.8086,17.653194,62.752747,0.0,4349.3013,11376.987,15.3500805,92.931656,94.81251,35209.312,155.29732,11.017819,59.19598,96.56854,75.720116,25.848646,43.40073,731.9954,105.5336,42.43444,9.122815,13.453697,1014.9341,25.648956,358.29752,74.80659,2268.7866,111.686424,148.30072,165.75024,185.54515,13.263483,24.465643,77.366295,10.441334,12.236273,38.02526,52.52345,116.9786,16.539543,14.954851,160.63109,15.902558,4027.6768,51.691643,59.384407,50.920776,52.13552,272.22357,95.67566,70.59476,20.420183,23.271156,47.205498,216.34816,194.92479,93.289116,327.12787,63.932457,59.996204,175.84103,230.4678,979.18933,178.23909,6.857446,15.822917,8.658053,172.5759,14905.6455,7.3767834,31.443062,46.45923,32.15844,368.46237,63.255825,166.03252,4.9016457,180.55241,592.9012,404.70447,79.79154,614.8463,48.436108,77.67603,219.86522,25.41112,4.2547755,19.056604,1398.452,1.1572635,2.506371,109.43705,9.975384,5.342963,21.545902,30.6646,325.1876,86.05437,155.20956,1395.2334,181.29814,2155.6848,1879.3931,15.446449,18.82256,11806.365,10.023683,42.172493,356.93042,69.05101,129.99805,59.13837,318.66257,1208.34,306.71353,8.3327,64.57186,557.81445,2276.8162,42.64395,358.14114,33.84142,1.1254168,55.499565,1.0457412,0.647137,2.3277292,21.926243,80.010925,213.65973,19.79569,2577.0308,116.20475,37.10695,44.145496,11.436713,71.80175,10.057482,2.2021103,16.634409,86.996826,5.9053454,4.275865,7.536361,34.146168,13.716475,3.906429,26.63367,766.9659,90.74598,1865.3784,31.922142,2774.7268,58.104836,623.20325,1252.7246,34.445225,13.573694,1652.3994,2345.1536,5867.259,479.92432 +2023-05-14 23:00:00,0.0,6577.406,62.208584,23.657425,18.419323,37.7149,200.02008,31.144363,60.486656,23.09193,32.731373,535.99567,600.34216,18.732367,66.879005,5.655465,2.1567366,32.53237,32.04683,12.205455,461.359,4.4664645,350.36407,87.94345,1.8839803,7.2891903,119.115,43.76551,211.7506,187.74945,5633.2812,1.4835783,2089.732,6.0433397,1.9796782,1.1256158,9.653746,218.86186,277.46225,49.59329,213.78561,30.664886,10.072526,805.0686,8.274447,71.95383,70.94862,436.63458,27.589977,374.80655,17.66795,62.79149,0.0,4350.387,11383.3955,15.374503,93.0489,94.92724,35218.453,155.39398,11.035244,59.184933,96.57408,75.780304,25.878595,43.406662,732.079,105.58535,42.429417,9.133831,13.463533,1015.2995,25.704327,358.46332,74.82023,2268.6782,111.73913,148.3766,165.7658,185.30566,13.257964,24.451675,77.29324,10.434418,12.2279,38.073597,52.567,116.92679,16.545048,14.965803,160.77011,15.88989,4026.9465,51.73065,59.466396,50.998993,52.18082,272.16284,95.72977,70.648186,20.432882,23.282629,47.235577,216.63495,194.94363,93.31835,327.25818,63.933064,60.043755,175.98692,230.48148,979.4711,178.30353,6.8530135,15.823958,8.657898,172.45259,14908.139,7.378436,31.415916,46.424774,32.167847,368.54822,63.304794,165.95013,4.902436,180.64314,592.6326,404.39764,79.83166,614.21545,48.418053,77.64632,220.13814,25.394072,4.2511477,19.046883,1399.4097,1.1553092,2.5027823,109.369705,9.978476,5.343057,21.522678,30.639542,324.91983,86.02235,155.16673,1394.4938,181.35728,2155.4827,1879.4077,15.455822,18.840715,11817.295,10.021542,42.217297,357.04822,69.12631,130.1208,59.169353,318.86356,1208.3433,306.7751,8.3387,64.61453,558.40027,2276.6821,42.637913,358.73346,33.897457,1.1249543,55.499844,1.0455078,0.646654,2.326908,21.952032,80.10527,213.8614,19.77462,2578.952,116.39673,37.165226,44.205814,11.451536,71.846436,10.074171,2.2020767,16.666397,87.08228,5.9229493,4.2829237,7.545927,34.12752,13.712846,3.9130802,26.671587,767.46484,90.848045,1867.6832,31.939932,2777.363,58.133266,622.9525,1254.286,34.49023,13.572041,1653.4127,2346.3083,5869.976,479.58856 +2023-05-15 00:00:00,0.0,6584.0957,62.256233,23.644377,18.427704,37.69565,199.9936,31.135569,60.45116,23.087994,32.711872,536.46814,600.2989,18.722527,66.92903,5.6612267,2.1605394,32.51612,32.086514,12.2118845,461.23407,4.4710464,350.33228,87.90212,1.8812968,7.281369,119.10253,43.7469,211.67026,187.68533,5641.373,1.4817044,2089.0195,6.0328856,1.977706,1.1243525,9.642102,218.83195,277.46237,49.56152,214.08871,30.658066,10.07374,804.91473,8.266607,71.97684,70.97783,436.71777,27.628014,374.80447,17.682705,62.830235,0.0,4351.473,11389.805,15.398926,93.16614,95.04197,35227.594,155.49066,11.052668,59.173885,96.57961,75.840485,25.908543,43.412598,732.16254,105.6371,42.424397,9.144847,13.47337,1015.6649,25.759697,358.62912,74.83387,2268.5698,111.79183,148.45248,165.78134,185.06616,13.252445,24.437708,77.220184,10.427503,12.219526,38.121933,52.610565,116.87497,16.55055,14.976755,160.90913,15.877221,4026.216,51.76966,59.548386,51.077213,52.226124,272.10214,95.783875,70.701614,20.44558,23.294104,47.265656,216.92172,194.96248,93.34758,327.38846,63.933666,60.0913,176.1328,230.49516,979.7529,178.36797,6.848581,15.825,8.6577425,172.32928,14910.631,7.3800883,31.388773,46.39032,32.177254,368.6341,63.353764,165.86774,4.903226,180.73387,592.3641,404.0908,79.871765,613.58466,48.399998,77.61661,220.41106,25.377026,4.24752,19.03716,1400.3672,1.1533549,2.4991937,109.30236,9.981566,5.3431516,21.499453,30.614481,324.65204,85.990326,155.12392,1393.7542,181.41643,2155.2803,1879.4222,15.465196,18.858871,11828.226,10.019401,42.262096,357.16602,69.201614,130.24355,59.20034,319.0645,1208.3466,306.83667,8.344701,64.6572,558.986,2276.548,42.63187,359.3258,33.953495,1.1244919,55.500122,1.0452744,0.64617103,2.326087,21.977823,80.199615,214.06306,19.75355,2580.873,116.588715,37.223503,44.26613,11.46636,71.89113,10.09086,2.202043,16.698387,87.16774,5.940553,4.2899823,7.555493,34.10887,13.709216,3.9197311,26.709501,767.96375,90.95012,1869.9879,31.957722,2779.9995,58.1617,622.70184,1255.8474,34.535236,13.570387,1654.426,2347.4631,5872.694,479.2528 +2023-05-15 01:00:00,0.0,6590.7856,62.303883,23.631329,18.436085,37.6764,199.96715,31.126772,60.41567,23.084055,32.692368,536.94055,600.2556,18.712688,66.97906,5.6669884,2.1643422,32.499866,32.1262,12.218315,461.10913,4.475629,350.30045,87.860794,1.8786134,7.2735486,119.090065,43.728287,211.5899,187.62123,5649.4644,1.4798304,2088.3074,6.0224314,1.9757338,1.1230891,9.630458,218.80206,277.4625,49.52975,214.3918,30.651243,10.074954,804.76086,8.258768,71.999855,71.007034,436.80096,27.666052,374.80243,17.69746,62.868977,0.0,4352.5596,11396.214,15.423347,93.28338,95.1567,35236.734,155.58733,11.070092,59.162838,96.58515,75.90067,25.93849,43.41853,732.2461,105.68884,42.419376,9.155862,13.483207,1016.0303,25.815067,358.79495,74.84751,2268.4614,111.844536,148.52837,165.79689,184.82668,13.246926,24.42374,77.14713,10.420587,12.211152,38.170265,52.65412,116.82315,16.556055,14.987707,161.04816,15.8645525,4025.4858,51.80867,59.630375,51.155434,52.271427,272.04144,95.83798,70.75504,20.458279,23.305576,47.29574,217.20851,194.98132,93.376816,327.51877,63.93427,60.13885,176.27869,230.50883,980.0347,178.4324,6.844148,15.826042,8.657586,172.20598,14913.124,7.381741,31.361628,46.355865,32.186657,368.71994,63.402733,165.78535,4.904016,180.8246,592.09546,403.78394,79.91187,612.9538,48.381943,77.58689,220.68399,25.359978,4.243892,19.02744,1401.3248,1.1514006,2.495605,109.235016,9.984658,5.3432455,21.476229,30.589422,324.38428,85.9583,155.0811,1393.0144,181.47557,2155.0781,1879.4369,15.474568,18.87703,11839.156,10.017259,42.3069,357.28378,69.27692,130.3663,59.231323,319.2655,1208.35,306.89822,8.3507,64.699875,559.57184,2276.4138,42.62583,359.91815,34.009533,1.1240296,55.5004,1.045041,0.6456881,2.325266,22.003613,80.29396,214.26474,19.732477,2582.7944,116.78069,37.281776,44.326447,11.481183,71.93582,10.107549,2.2020094,16.730375,87.253204,5.9581566,4.297041,7.5650587,34.09022,13.705587,3.926382,26.747417,768.4627,91.052185,1872.2926,31.97551,2782.6357,58.190132,622.4511,1257.4088,34.580242,13.568733,1655.4393,2348.618,5875.411,478.91708 +2023-05-15 02:00:00,0.0,6597.476,62.351532,23.61828,18.444466,37.65715,199.94067,31.117975,60.380173,23.080118,32.672867,537.413,600.21234,18.70285,67.02908,5.6727495,2.168145,32.483616,32.16589,12.224746,460.98422,4.480211,350.26862,87.819466,1.87593,7.2657275,119.0776,43.70968,211.50955,187.55711,5657.556,1.4779564,2087.5952,6.0119777,1.9737616,1.1218257,9.618814,218.77216,277.46262,49.497982,214.69489,30.644423,10.076167,804.60693,8.250929,72.02287,71.03623,436.88416,27.70409,374.80035,17.712215,62.90772,0.0,4353.6455,11402.623,15.44777,93.40062,95.27142,35245.875,155.68399,11.087516,59.15179,96.59069,75.96086,25.96844,43.42446,732.32965,105.74059,42.414356,9.166878,13.493043,1016.3957,25.870438,358.96075,74.86116,2268.353,111.89724,148.60425,165.81244,184.58719,13.241407,24.409773,77.07407,10.413671,12.202779,38.2186,52.697674,116.77133,16.561558,14.998658,161.18718,15.851884,4024.7556,51.84768,59.712364,51.23365,52.316727,271.98074,95.89209,70.808464,20.470976,23.317049,47.325817,217.49529,195.00015,93.40605,327.64908,63.934875,60.186398,176.42456,230.5225,980.3165,178.49686,6.839715,15.827084,8.657431,172.08267,14915.616,7.383394,31.334482,46.321415,32.196064,368.80582,63.451702,165.70296,4.9048057,180.91533,591.8269,403.4771,79.95199,612.32294,48.363888,77.557175,220.95691,25.342932,4.2402644,19.017717,1402.2823,1.1494462,2.4920163,109.16767,9.987749,5.3433394,21.453005,30.564363,324.11652,85.92628,155.03828,1392.2748,181.5347,2154.876,1879.4514,15.483942,18.895185,11850.086,10.015118,42.351704,357.40158,69.35222,130.48904,59.262306,319.4665,1208.3533,306.9598,8.356701,64.742546,560.1576,2276.2798,42.61979,360.5105,34.065567,1.1235672,55.50068,1.0448076,0.64520514,2.3244448,22.029402,80.3883,214.46642,19.711407,2584.7156,116.97267,37.340054,44.38676,11.496006,71.980515,10.124238,2.2019758,16.762365,87.33866,5.9757605,4.3040996,7.5746245,34.07157,13.701959,3.933033,26.785334,768.9616,91.15425,1874.5973,31.9933,2785.272,58.218567,622.2004,1258.9702,34.625248,13.56708,1656.4526,2349.7727,5878.1284,478.58133 +2023-05-15 03:00:00,0.0,6604.166,62.39918,23.605232,18.452847,37.6379,199.91422,31.10918,60.344677,23.07618,32.653366,537.8855,600.16907,18.69301,67.07911,5.678511,2.1719477,32.467365,32.205574,12.231175,460.85928,4.4847927,350.2368,87.77814,1.8732466,7.257907,119.06513,43.691067,211.42921,187.493,5665.648,1.4760824,2086.883,6.0015235,1.9717894,1.1205623,9.60717,218.74225,277.46274,49.466213,214.99799,30.637602,10.077381,804.45306,8.243089,72.04588,71.06544,436.96735,27.742126,374.79828,17.72697,62.946465,0.0,4354.7314,11409.031,15.472192,93.51786,95.386154,35255.02,155.78065,11.10494,59.140743,96.59623,76.02104,25.998386,43.430397,732.41327,105.792336,42.409332,9.177894,13.502879,1016.7611,25.925808,359.12656,74.8748,2268.2446,111.94994,148.68013,165.82799,184.34769,13.2358885,24.395805,77.00102,10.4067545,12.194405,38.266933,52.74123,116.71951,16.567062,15.00961,161.3262,15.839215,4024.0251,51.88669,59.794353,51.31187,52.36203,271.92,95.9462,70.86189,20.483675,23.328524,47.355896,217.78207,195.019,93.43529,327.77936,63.93548,60.233948,176.57045,230.53618,980.5983,178.5613,6.8352823,15.828125,8.657275,171.95937,14918.109,7.385046,31.307337,46.28696,32.20547,368.89166,63.50067,165.62057,4.905596,181.00604,591.55835,403.17026,79.992096,611.6921,48.345833,77.527466,221.22983,25.325884,4.2366366,19.007996,1403.24,1.1474919,2.4884274,109.10033,9.990841,5.343434,21.429781,30.539303,323.84872,85.89426,154.99547,1391.5352,181.59384,2154.6736,1879.4661,15.493315,18.913342,11861.017,10.012976,42.396507,357.51938,69.42752,130.61179,59.293293,319.66748,1208.3566,307.0214,8.362701,64.78522,560.7434,2276.1458,42.61375,361.1028,34.121605,1.1231048,55.500957,1.0445741,0.64472216,2.323624,22.055191,80.48264,214.66809,19.690336,2586.6367,117.16465,37.39833,44.447075,11.51083,72.0252,10.140927,2.2019422,16.794355,87.42412,5.993364,4.311158,7.5841904,34.052925,13.698329,3.9396842,26.82325,769.4606,91.256325,1876.902,32.01109,2787.9084,58.246998,621.9497,1260.5316,34.670258,13.565425,1657.466,2350.9275,5880.846,478.24557 +2023-05-15 04:00:00,0.0,6610.8564,62.44683,23.592184,18.461227,37.61865,199.88774,31.100384,60.30918,23.072243,32.63386,538.3579,600.1258,18.683172,67.129135,5.684273,2.1757505,32.451115,32.245262,12.237606,460.73434,4.4893746,350.205,87.73681,1.8705631,7.250086,119.05267,43.67246,211.34886,187.4289,5673.7397,1.4742085,2086.1707,5.9910693,1.9698172,1.1192989,9.595526,218.71234,277.46286,49.434444,215.30107,30.63078,10.078594,804.2992,8.2352495,72.0689,71.09464,437.05054,27.780165,374.79623,17.741726,62.985207,0.0,4355.8174,11415.44,15.496614,93.6351,95.500885,35264.16,155.87732,11.122364,59.129696,96.60176,76.08123,26.028334,43.43633,732.4968,105.844086,42.404312,9.188909,13.512716,1017.1265,25.981178,359.2924,74.88844,2268.1362,112.00265,148.75601,165.84354,184.1082,13.23037,24.381838,76.92797,10.399838,12.186031,38.31527,52.78479,116.667694,16.572567,15.020562,161.46523,15.826547,4023.295,51.925694,59.876343,51.39009,52.407333,271.8593,96.000305,70.91532,20.496372,23.339996,47.385975,218.06885,195.03784,93.464516,327.90967,63.93608,60.281494,176.71632,230.54987,980.8801,178.62573,6.8308496,15.829166,8.65712,171.83606,14920.602,7.3866987,31.280191,46.252506,32.214874,368.97754,63.54964,165.53818,4.906386,181.09677,591.2898,402.8634,80.03221,611.0612,48.327774,77.49775,221.50276,25.308838,4.2330093,18.998274,1404.1976,1.1455377,2.4848387,109.03298,9.993932,5.343528,21.406557,30.514244,323.58096,85.862236,154.95265,1390.7954,181.65298,2154.4714,1879.4806,15.502688,18.931498,11871.947,10.010835,42.44131,357.63718,69.50282,130.73454,59.324276,319.86847,1208.3599,307.08295,8.368702,64.82788,561.3292,2276.0115,42.607708,361.69516,34.177643,1.1226425,55.501236,1.0443407,0.6442392,2.3228028,22.08098,80.57699,214.86975,19.669266,2588.558,117.356636,37.456604,44.507393,11.525653,72.06989,10.157617,2.2019086,16.826344,87.509575,6.0109677,4.318217,7.593756,34.034275,13.6947,3.946335,26.861166,769.9595,91.35839,1879.2068,32.028877,2790.5447,58.27543,621.699,1262.093,34.715263,13.563771,1658.4792,2352.0823,5883.5635,477.90982 +2023-05-15 05:00:00,0.0,6617.5464,62.49448,23.579136,18.469608,37.5994,199.86127,31.091587,60.273685,23.068304,32.61436,538.8304,600.0825,18.673334,67.17916,5.690034,2.1795533,32.43486,32.28495,12.244037,460.6094,4.493957,350.17316,87.69548,1.8678797,7.242265,119.04021,43.653847,211.26852,187.36478,5681.8315,1.4723345,2085.4585,5.980615,1.967845,1.1180356,9.583882,218.68243,277.46298,49.402676,215.60417,30.623959,10.079808,804.1453,8.22741,72.09192,71.12385,437.13376,27.818203,374.79416,17.756481,63.02395,0.0,4356.904,11421.85,15.521037,93.75234,95.615616,35273.3,155.974,11.139788,59.11865,96.6073,76.14142,26.058283,43.44226,732.5804,105.895836,42.399292,9.199924,13.5225525,1017.49194,26.036549,359.4582,74.902084,2268.0278,112.05535,148.8319,165.85909,183.86871,13.224851,24.36787,76.85491,10.392922,12.177658,38.3636,52.828346,116.615875,16.57807,15.031513,161.60425,15.813878,4022.5647,51.964703,59.958332,51.468307,52.452633,271.7986,96.05441,70.96875,20.509071,23.35147,47.416058,218.35564,195.05669,93.49375,328.03998,63.936684,60.329044,176.86221,230.56354,981.1619,178.69017,6.826417,15.830209,8.656964,171.71275,14923.095,7.3883514,31.253046,46.218052,32.22428,369.0634,63.59861,165.4558,4.907176,181.1875,591.02124,402.55658,80.07232,610.43036,48.30972,77.46803,221.77568,25.29179,4.2293816,18.988552,1405.1552,1.1435834,2.48125,108.96564,9.997024,5.3436217,21.383333,30.489185,323.3132,85.83021,154.90984,1390.0558,181.71213,2154.2693,1879.4952,15.512062,18.949654,11882.878,10.008694,42.48611,357.75494,69.578125,130.85728,59.355263,320.06946,1208.3632,307.14453,8.374702,64.87055,561.915,2275.8774,42.601665,362.2875,34.23368,1.1221801,55.501514,1.0441073,0.6437562,2.3219817,22.106771,80.67133,215.07143,19.648195,2590.4792,117.548615,37.51488,44.567707,11.540477,72.114586,10.174305,2.201875,16.858334,87.59503,6.0285716,4.3252754,7.6033216,34.015625,13.6910715,3.952986,26.899082,770.45844,91.460464,1881.5115,32.04667,2793.181,58.303864,621.44824,1263.6544,34.76027,13.562118,1659.4926,2353.237,5886.2812,477.57407 +2023-05-15 06:00:00,0.0,6624.2363,62.54213,23.566088,18.47799,37.58015,199.83481,31.082792,60.238194,23.064365,32.594856,539.3028,600.0393,18.663494,67.229195,5.6957955,2.183356,32.41861,32.32464,12.250466,460.4845,4.498539,350.14133,87.65415,1.8651962,7.234444,119.02774,43.635235,211.18817,187.30066,5689.9233,1.4704605,2084.7463,5.970161,1.9658728,1.1167722,9.572239,218.65253,277.4631,49.370907,215.90726,30.617138,10.081022,803.99146,8.21957,72.11493,71.15305,437.21695,27.85624,374.7921,17.771236,63.062695,0.0,4357.9897,11428.258,15.545459,93.869576,95.73035,35282.44,156.07066,11.157212,59.1076,96.61284,76.2016,26.08823,43.448196,732.66394,105.94758,42.39427,9.21094,13.532389,1017.8573,26.091919,359.624,74.915726,2267.9194,112.108055,148.90778,165.87463,183.62921,13.219332,24.353905,76.78186,10.386007,12.169284,38.411938,52.8719,116.564064,16.583574,15.042465,161.74327,15.801209,4021.8342,52.00371,60.04032,51.546528,52.497936,271.7379,96.10852,71.02218,20.521769,23.362944,47.446136,218.64241,195.07553,93.52299,328.17026,63.93729,60.37659,177.00809,230.57721,981.4437,178.75461,6.821984,15.83125,8.656809,171.58943,14925.587,7.3900037,31.2259,46.1836,32.23369,369.14926,63.64758,165.3734,4.907966,181.27823,590.7527,402.24973,80.112434,609.79956,48.291664,77.43832,222.0486,25.274744,4.225754,18.97883,1406.1128,1.1416291,2.4776614,108.89829,10.000115,5.343716,21.36011,30.464125,323.0454,85.79819,154.867,1389.3162,181.77126,2154.067,1879.5098,15.521435,18.96781,11893.808,10.006552,42.530914,357.87274,69.65343,130.98004,59.386246,320.27045,1208.3665,307.20612,8.380703,64.91322,562.5008,2275.7434,42.595627,362.87985,34.28972,1.1217177,55.501793,1.043874,0.64327323,2.3211606,22.13256,80.76568,215.2731,19.627125,2592.4006,117.74059,37.57316,44.628025,11.5553,72.15927,10.190994,2.2018414,16.890322,87.68049,6.046175,4.332334,7.6128874,33.996975,13.687443,3.959637,26.936998,770.95734,91.56253,1883.8162,32.064457,2795.8174,58.332294,621.1976,1265.2158,34.805275,13.560464,1660.5059,2354.3918,5888.9985,477.2383 +2023-05-15 07:00:00,0.0,6630.927,62.58978,23.55304,18.48637,37.5609,199.80833,31.073996,60.202698,23.060429,32.575356,539.77527,599.99603,18.653656,67.27922,5.701557,2.1871588,32.40236,32.364323,12.256897,460.35956,4.503121,350.1095,87.61282,1.8625128,7.2266235,119.015274,43.616627,211.10783,187.23654,5698.0146,1.4685867,2084.0342,5.9597073,1.9639006,1.1155087,9.560595,218.62263,277.4632,49.339138,216.21034,30.610315,10.082235,803.8376,8.211731,72.13795,71.18226,437.30014,27.894278,374.79004,17.785992,63.101437,0.0,4359.076,11434.667,15.569881,93.98682,95.84508,35291.582,156.16733,11.174636,59.096558,96.61837,76.26179,26.118177,43.45413,732.7475,105.99933,42.389248,9.221955,13.542226,1018.2227,26.14729,359.78983,74.92937,2267.8108,112.16076,148.98366,165.89017,183.38972,13.213813,24.339937,76.7088,10.379091,12.160911,38.46027,52.91546,116.512245,16.589077,15.053417,161.8823,15.788542,4021.104,52.04272,60.12231,51.62475,52.54324,271.6772,96.16262,71.07561,20.534468,23.374418,47.476215,218.92918,195.09438,93.552216,328.30057,63.937893,60.42414,177.15398,230.5909,981.7255,178.81905,6.817551,15.832292,8.656653,171.46613,14928.079,7.3916564,31.198757,46.149147,32.24309,369.2351,63.69655,165.29102,4.908756,181.36896,590.48413,401.94287,80.15254,609.1687,48.27361,77.40861,222.32152,25.257696,4.222126,18.969109,1407.0703,1.1396748,2.4740727,108.83095,10.003206,5.34381,21.336885,30.439066,322.77765,85.76617,154.82419,1388.5764,181.8304,2153.8647,1879.5244,15.530808,18.985968,11904.738,10.004411,42.575718,357.99054,69.72873,131.10278,59.417233,320.47144,1208.3698,307.26767,8.3867035,64.955894,563.08655,2275.6091,42.589584,363.47217,34.345753,1.1212554,55.50207,1.0436406,0.64279026,2.3203394,22.15835,80.86002,215.47478,19.606052,2594.3218,117.93257,37.63143,44.68834,11.570123,72.203964,10.207684,2.2018077,16.922312,87.76595,6.063779,4.3393927,7.622453,33.978325,13.683813,3.966288,26.974915,771.4563,91.6646,1886.1208,32.082245,2798.4536,58.360725,620.94684,1266.7772,34.85028,13.55881,1661.5192,2355.5466,5891.716,476.90256 +2023-05-15 08:00:00,0.0,6637.6167,62.63743,23.539991,18.49475,37.54165,199.78188,31.0652,60.167202,23.05649,32.555855,540.2477,599.95276,18.643818,67.32925,5.7073183,2.1909616,32.386105,32.40401,12.263328,460.23462,4.507703,350.0777,87.571495,1.8598294,7.2188025,119.00281,43.598015,211.02748,187.17244,5706.1064,1.4667127,2083.322,5.949253,1.9619284,1.1142453,9.548951,218.59273,277.46332,49.30737,216.51344,30.603495,10.083449,803.6837,8.203892,72.160965,71.211464,437.38333,27.932316,374.788,17.800747,63.140182,0.0,4360.162,11441.076,15.594303,94.10406,95.95981,35300.723,156.26399,11.19206,59.08551,96.62391,76.321976,26.148125,43.46006,732.83105,106.05108,42.384228,9.232971,13.552062,1018.58813,26.20266,359.95563,74.94301,2267.7024,112.21346,149.05954,165.90572,183.15024,13.208294,24.32597,76.63575,10.372175,12.152536,38.508606,52.959015,116.46043,16.594582,15.064369,162.02133,15.775873,4020.3738,52.08173,60.2043,51.702965,52.58854,271.6165,96.21673,71.129036,20.547165,23.385891,47.506294,219.21597,195.1132,93.58145,328.43085,63.938496,60.471687,177.29985,230.60457,982.0073,178.88348,6.8131185,15.833334,8.656498,171.34282,14930.572,7.393309,31.171612,46.114693,32.2525,369.32098,63.74552,165.20862,4.909546,181.45967,590.2155,401.63605,80.19265,608.53784,48.255554,77.37889,222.59445,25.240648,4.218498,18.959387,1408.028,1.1377205,2.470484,108.7636,10.006298,5.343904,21.313662,30.414005,322.5099,85.73414,154.78137,1387.8368,181.88954,2153.6626,1879.539,15.540181,19.004124,11915.669,10.00227,42.62052,358.10834,69.80403,131.22554,59.448215,320.67242,1208.3732,307.32925,8.392703,64.998566,563.67236,2275.475,42.583546,364.0645,34.40179,1.120793,55.502354,1.0434072,0.64230734,2.3195186,22.18414,80.95437,215.67644,19.584982,2596.243,118.12455,37.68971,44.748657,11.584947,72.24866,10.224373,2.2017741,16.954302,87.85141,6.0813823,4.3464518,7.632019,33.95968,13.680184,3.972939,27.01283,771.9552,91.76667,1888.4255,32.100037,2801.0898,58.38916,620.69617,1268.3386,34.89529,13.557157,1662.5325,2356.7014,5894.4336,476.56683 +2023-05-15 09:00:00,0.0,6644.3066,62.68508,23.526943,18.50313,37.5224,199.7554,31.056404,60.131706,23.052553,32.53635,540.72015,599.9095,18.633978,67.37927,5.71308,2.1947646,32.369854,32.4437,12.269757,460.1097,4.5122848,350.04587,87.53017,1.857146,7.2109814,118.99035,43.579403,210.94713,187.10832,5714.198,1.4648387,2082.6096,5.938799,1.9599562,1.1129819,9.537306,218.56282,277.46344,49.2756,216.81653,30.596674,10.084663,803.5298,8.196052,72.183975,71.24067,437.46655,27.970354,374.78592,17.815502,63.178925,0.0,4361.248,11447.485,15.618726,94.2213,96.07454,35309.867,156.36066,11.209484,59.074463,96.629456,76.38216,26.178074,43.465996,732.9146,106.10282,42.379208,9.243987,13.561899,1018.95355,26.25803,360.12143,74.95666,2267.594,112.26617,149.13542,165.92126,182.91074,13.202775,24.312002,76.56269,10.365259,12.144163,38.556942,53.00257,116.40861,16.600084,15.07532,162.16035,15.763205,4019.6433,52.12074,60.28629,51.781185,52.633842,271.5558,96.270836,71.18246,20.559864,23.397364,47.536377,219.50275,195.13205,93.61069,328.56116,63.939102,60.519238,177.44574,230.61824,982.2891,178.94792,6.808686,15.834375,8.6563425,171.21951,14933.064,7.3949614,31.144466,46.08024,32.261906,369.40683,63.79449,165.12624,4.910336,181.5504,589.94696,401.3292,80.232765,607.907,48.2375,77.349174,222.86737,25.223602,4.2148705,18.949665,1408.9855,1.1357661,2.4668953,108.69626,10.009389,5.3439984,21.290438,30.388947,322.2421,85.70212,154.73856,1387.0972,181.94868,2153.4602,1879.5536,15.549555,19.02228,11926.599,10.000128,42.665325,358.22614,69.87933,131.34828,59.479202,320.87338,1208.3765,307.39084,8.398704,65.04124,564.2582,2275.341,42.577503,364.65686,34.45783,1.1203306,55.502632,1.0431738,0.64182436,2.3186975,22.209929,81.04871,215.87811,19.563911,2598.1643,118.316536,37.747982,44.80897,11.59977,72.29335,10.241061,2.2017405,16.98629,87.93687,6.098986,4.3535104,7.641585,33.94103,13.676556,3.97959,27.050745,772.4541,91.86874,1890.7303,32.117825,2803.7263,58.41759,620.44543,1269.8999,34.940296,13.555503,1663.5458,2357.8562,5897.151,476.23108 +2023-05-15 10:00:00,0.0,6650.997,62.73273,23.513895,18.51151,37.50315,199.72894,31.047607,60.09621,23.048615,32.51685,541.1926,599.8662,18.62414,67.4293,5.7188416,2.1985674,32.353603,32.483383,12.276188,459.98477,4.516867,350.01404,87.48884,1.8544626,7.203161,118.97788,43.560795,210.86679,187.0442,5722.29,1.4629648,2081.8975,5.9283447,1.957984,1.1117185,9.525662,218.53291,277.46356,49.24383,217.11963,30.589853,10.085876,803.3759,8.188212,72.20699,71.269875,437.54974,28.00839,374.78387,17.830257,63.217667,0.0,4362.334,11453.894,15.643147,94.33854,96.18927,35319.008,156.45734,11.226909,59.063416,96.634995,76.442345,26.208021,43.471928,732.9982,106.15457,42.374187,9.255002,13.571735,1019.3189,26.313402,360.28723,74.9703,2267.4856,112.31887,149.2113,165.93681,182.67125,13.197255,24.298035,76.48964,10.358343,12.13579,38.605274,53.046127,116.35679,16.605589,15.086272,162.29938,15.750536,4018.913,52.159744,60.36828,51.859406,52.679146,271.49506,96.32494,71.235886,20.572561,23.408838,47.566456,219.78954,195.1509,93.63992,328.69147,63.939705,60.566788,177.59161,230.63191,982.5709,179.01236,6.8042526,15.835417,8.656187,171.0962,14935.558,7.396614,31.117321,46.045788,32.27131,369.49268,63.84346,165.04384,4.911126,181.64113,589.6784,401.02234,80.27287,607.2761,48.219444,77.319466,223.14029,25.206554,4.2112427,18.939943,1409.9431,1.1338118,2.4633064,108.628914,10.012481,5.3440924,21.267212,30.363888,321.97433,85.6701,154.69574,1386.3574,182.00783,2153.258,1879.5681,15.558928,19.040436,11937.529,9.997987,42.710125,358.3439,69.954636,131.47104,59.510185,321.07437,1208.3798,307.4524,8.404704,65.08391,564.84393,2275.2068,42.57146,365.2492,34.513866,1.1198683,55.50291,1.0429404,0.6413414,2.3178763,22.23572,81.14305,216.07979,19.542841,2600.0854,118.508514,37.80626,44.86929,11.6145935,72.338036,10.2577505,2.201707,17.01828,88.02232,6.11659,4.360569,7.6511507,33.92238,13.672926,3.9862409,27.088661,772.95306,91.9708,1893.035,32.135612,2806.3625,58.446022,620.1947,1271.4613,34.985302,13.553849,1664.5591,2359.011,5899.8687,475.89532 +2023-05-15 11:00:00,0.0,6657.687,62.78038,23.500847,18.519892,37.483902,199.70247,31.038813,60.060715,23.044678,32.49735,541.66504,599.82294,18.614302,67.479324,5.7246027,2.2023702,32.337353,32.52307,12.2826185,459.85983,4.521449,349.9822,87.4475,1.8517792,7.1953397,118.965416,43.542183,210.78644,186.9801,5730.382,1.4610908,2081.1853,5.9178905,1.9560118,1.1104552,9.514019,218.503,277.46368,49.212063,217.42271,30.58303,10.0870905,803.22205,8.180372,72.23001,71.29907,437.63293,28.046429,374.7818,17.84501,63.256413,0.0,4363.42,11460.303,15.66757,94.45578,96.304,35328.15,156.554,11.244332,59.05237,96.64052,76.50253,26.237968,43.47786,733.0818,106.206314,42.369164,9.266018,13.581572,1019.6843,26.368773,360.45306,74.98394,2267.3772,112.371574,149.28719,165.95236,182.43176,13.191736,24.284067,76.41658,10.351427,12.127416,38.65361,53.089684,116.30497,16.611092,15.097224,162.4384,15.737867,4018.1829,52.198753,60.450268,51.937622,52.724445,271.43436,96.37905,71.289314,20.58526,23.420311,47.596535,220.07631,195.16974,93.66915,328.82175,63.940308,60.614334,177.7375,230.6456,982.8527,179.0768,6.79982,15.836458,8.656032,170.9729,14938.05,7.398267,31.090176,46.011333,32.280716,369.57855,63.89243,164.96146,4.9119163,181.73186,589.40985,400.7155,80.31299,606.64526,48.201385,77.28975,223.41321,25.189508,4.2076154,18.930222,1410.9008,1.1318576,2.4597178,108.56157,10.015572,5.3441863,21.243988,30.338827,321.70657,85.63807,154.65292,1385.6178,182.06696,2153.056,1879.5828,15.568301,19.058592,11948.46,9.995846,42.75493,358.4617,70.029945,131.59378,59.541172,321.27536,1208.383,307.51398,8.410705,65.12658,565.42975,2275.0728,42.565422,365.84152,34.569904,1.1194059,55.50319,1.042707,0.6408584,2.3170552,22.261509,81.2374,216.28146,19.52177,2602.0066,118.70049,37.864536,44.929604,11.629416,72.38273,10.27444,2.2016733,17.050268,88.10778,6.1341934,4.3676276,7.6607165,33.90373,13.669297,3.992892,27.126577,773.45197,92.072876,1895.3397,32.153404,2808.9988,58.474457,619.94403,1273.0227,35.030308,13.552196,1665.5724,2360.1658,5902.586,475.55957 +2023-05-15 12:00:00,0.0,6664.377,62.82803,23.487799,18.528273,37.46465,199.67601,31.030016,60.025223,23.04074,32.477844,542.1375,599.77966,18.604462,67.52935,5.7303643,2.206173,32.3211,32.56276,12.289048,459.7349,4.526031,349.9504,87.40617,1.8490958,7.187519,118.95295,43.523575,210.7061,186.91599,5738.473,1.4592168,2080.4731,5.9074364,1.9540396,1.1091918,9.502375,218.4731,277.4638,49.180294,217.7258,30.57621,10.088304,803.0682,8.172533,72.25303,71.32828,437.71613,28.084467,374.77975,17.859766,63.295155,0.0,4364.5063,11466.712,15.691993,94.57302,96.41873,35337.29,156.65067,11.261756,59.04132,96.64606,76.56271,26.267918,43.483795,733.16534,106.258064,42.364143,9.277034,13.591409,1020.04974,26.424143,360.61887,74.99758,2267.2688,112.42428,149.36307,165.96791,182.19226,13.186217,24.2701,76.34353,10.344512,12.119042,38.701942,53.13324,116.25315,16.616596,15.108175,162.57742,15.725199,4017.4524,52.237762,60.532257,52.015842,52.76975,271.37366,96.43316,71.34274,20.597958,23.431786,47.626614,220.3631,195.18858,93.69839,328.95206,63.94091,60.661884,177.88338,230.65927,983.1345,179.14125,6.7953873,15.837501,8.655876,170.8496,14940.543,7.399919,31.06303,45.97688,32.290123,369.6644,63.9414,164.87906,4.912706,181.82259,589.1413,400.40866,80.353096,606.01447,48.18333,77.26003,223.68614,25.17246,4.2039876,18.9205,1411.8583,1.1299033,2.456129,108.49423,10.018663,5.3442807,21.220764,30.313768,321.43878,85.60605,154.6101,1384.8782,182.1261,2152.8535,1879.5973,15.577674,19.076748,11959.39,9.993704,42.799732,358.5795,70.10525,131.71654,59.572155,321.47635,1208.3864,307.57556,8.416705,65.16925,566.01556,2274.9387,42.55938,366.43387,34.625942,1.1189436,55.503468,1.0424736,0.64037544,2.316234,22.287298,81.33174,216.48312,19.5007,2603.928,118.89247,37.92281,44.989918,11.644239,72.42742,10.291129,2.20164,17.082258,88.19324,6.1517973,4.3746862,7.6702824,33.885082,13.6656685,3.999543,27.164494,773.9509,92.17494,1897.6444,32.171192,2811.6353,58.502888,619.6933,1274.5841,35.075314,13.550542,1666.5857,2361.3206,5905.3037,475.22382 +2023-05-15 13:00:00,0.0,6671.0674,62.87568,23.47475,18.536654,37.4454,199.64954,31.02122,59.989727,23.036802,32.458344,542.6099,599.73645,18.594624,67.57938,5.736126,2.2099757,32.304848,32.602444,12.295479,459.61,4.530613,349.91858,87.364845,1.8464123,7.179698,118.94048,43.504963,210.62575,186.85187,5746.565,1.4573429,2079.7607,5.8969827,1.9520674,1.1079284,9.490731,218.44319,277.46393,49.14852,218.0289,30.56939,10.089518,802.9143,8.164694,72.27604,71.35748,437.79932,28.122503,374.77768,17.874521,63.333897,0.0,4365.5923,11473.12,15.716414,94.690254,96.53346,35346.43,156.74733,11.279181,59.030273,96.651596,76.6229,26.297865,43.489727,733.2489,106.309814,42.359123,9.288049,13.601245,1020.41516,26.479513,360.78467,75.01122,2267.1604,112.47698,149.43895,165.98346,181.95277,13.180698,24.256132,76.27048,10.337596,12.110668,38.75028,53.176796,116.20134,16.622099,15.119127,162.71645,15.71253,4016.7222,52.27677,60.614246,52.094063,52.815052,271.31296,96.48727,71.39617,20.610657,23.443258,47.656696,220.64987,195.20741,93.72762,329.08237,63.941517,60.70943,178.02927,230.67294,983.4163,179.20569,6.7909546,15.838542,8.65572,170.72629,14943.035,7.4015718,31.035887,45.942425,32.299526,369.75027,63.990368,164.79668,4.913496,181.9133,588.87274,400.1018,80.39321,605.3836,48.165276,77.23032,223.95906,25.155415,4.20036,18.910778,1412.8159,1.127949,2.4525404,108.42689,10.021754,5.3443747,21.19754,30.288708,321.17102,85.57403,154.56729,1384.1385,182.18524,2152.6514,1879.6119,15.587048,19.094904,11970.32,9.991563,42.844536,358.6973,70.18055,131.83928,59.603138,321.67734,1208.3896,307.63712,8.422706,65.211914,566.6013,2274.8044,42.55334,367.0262,34.681976,1.1184812,55.503746,1.0422401,0.63989246,2.3154132,22.313087,81.42609,216.6848,19.479628,2605.849,119.08446,37.981087,45.050236,11.659063,72.47211,10.307817,2.2016063,17.114246,88.278694,6.1694007,4.381745,7.679848,33.866432,13.662039,4.006194,27.20241,774.4498,92.27701,1899.9491,32.18898,2814.2715,58.531322,619.44257,1276.1455,35.120323,13.548887,1667.5991,2362.4753,5908.021,474.88806 +2023-05-15 14:00:00,0.0,6677.7573,62.92333,23.461702,18.545034,37.42615,199.62306,31.012424,59.95423,23.032864,32.438843,543.0824,599.6932,18.584785,67.62941,5.741887,2.2137785,32.288597,32.64213,12.301909,459.48505,4.5351954,349.88675,87.32352,1.8437289,7.1718774,118.928024,43.48635,210.5454,186.78775,5754.6567,1.4554689,2079.0486,5.8865285,1.9500952,1.106665,9.479087,218.4133,277.46405,49.116753,218.33199,30.562567,10.090732,802.76044,8.156854,72.29906,71.38669,437.8825,28.160542,374.77563,17.889277,63.372643,0.0,4366.6787,11479.529,15.740837,94.807495,96.64819,35355.57,156.844,11.296604,59.019226,96.657135,76.68309,26.327812,43.49566,733.33246,106.36156,42.3541,9.299065,13.611081,1020.7806,26.534883,360.9505,75.024864,2267.052,112.529686,149.51483,165.99901,181.71329,13.1751795,24.242165,76.19742,10.33068,12.102295,38.79861,53.220352,116.14952,16.627604,15.130079,162.85547,15.699862,4015.992,52.31578,60.696236,52.17228,52.86035,271.25223,96.541374,71.4496,20.623354,23.454733,47.686775,220.93666,195.22626,93.75686,329.21265,63.94212,60.75698,178.17514,230.68661,983.6981,179.27013,6.7865214,15.839583,8.655564,170.60298,14945.528,7.4032245,31.008741,45.907974,32.308933,369.83612,64.03934,164.71428,4.914286,182.00403,588.6041,399.79498,80.43332,604.75275,48.14722,77.20061,224.23198,25.138367,4.196732,18.901058,1413.7734,1.1259947,2.4489517,108.35954,10.024846,5.3444686,21.174316,30.263649,320.90326,85.54201,154.52446,1383.3989,182.24438,2152.4492,1879.6266,15.59642,19.113062,11981.251,9.989421,42.88934,358.8151,70.25585,131.96202,59.634125,321.87833,1208.3931,307.6987,8.428706,65.254585,567.18713,2274.6704,42.5473,367.61856,34.738014,1.1180187,55.504025,1.0420067,0.6394095,2.3145921,22.338879,81.52043,216.88647,19.458557,2607.7703,119.276436,38.039364,45.11055,11.673886,72.5168,10.324507,2.2015727,17.146236,88.36416,6.1870046,4.3888035,7.689414,33.847782,13.65841,4.012845,27.240326,774.9488,92.37908,1902.2539,32.20677,2816.9077,58.559753,619.1919,1277.7069,35.16533,13.547234,1668.6124,2363.6301,5910.7383,474.55234 +2023-05-15 15:00:00,0.0,6684.4473,62.970978,23.448654,18.553415,37.4069,199.5966,31.003628,59.918736,23.028925,32.41934,543.5548,599.6499,18.574945,67.679436,5.7476487,2.2175813,32.272343,32.68182,12.308339,459.3601,4.5397773,349.85495,87.28219,1.8410455,7.1640563,118.91556,43.467743,210.46506,186.72365,5762.7485,1.4535949,2078.3364,5.8760743,1.948123,1.1054016,9.4674425,218.38339,277.46417,49.084984,218.63509,30.555746,10.091945,802.60657,8.149014,72.322075,71.41589,437.9657,28.19858,374.77356,17.904032,63.411385,0.0,4367.7646,11485.938,15.765259,94.924736,96.762924,35364.715,156.94067,11.314029,59.00818,96.662674,76.74327,26.357761,43.501595,733.416,106.41331,42.34908,9.310081,13.620918,1021.14594,26.590254,361.1163,75.038506,2266.9436,112.58239,149.59071,166.01456,181.47379,13.169661,24.228197,76.12437,10.323764,12.093922,38.846947,53.26391,116.0977,16.633106,15.141031,162.99449,15.687193,4015.2615,52.35479,60.778225,52.2505,52.905655,271.19153,96.59548,71.50302,20.636053,23.466206,47.716854,221.22343,195.2451,93.78609,329.34296,63.942722,60.804527,178.32103,230.7003,983.9799,179.33456,6.7820888,15.840625,8.655409,170.47966,14948.0205,7.4048767,30.981596,45.87352,32.31834,369.922,64.08831,164.6319,4.9150763,182.09476,588.3356,399.48813,80.47343,604.1219,48.129166,77.17089,224.50491,25.12132,4.1931043,18.891336,1414.7311,1.1240404,2.445363,108.2922,10.027938,5.3445625,21.151093,30.23859,320.63547,85.50998,154.48164,1382.6592,182.30353,2152.2468,1879.6411,15.605794,19.131218,11992.182,9.98728,42.93414,358.93286,70.331154,132.08478,59.665108,322.0793,1208.3964,307.76028,8.434706,65.29726,567.7729,2274.5364,42.54126,368.21088,34.794052,1.1175565,55.504303,1.0417733,0.63892657,2.313771,22.364668,81.61478,217.08815,19.437487,2609.6917,119.468414,38.097637,45.170868,11.68871,72.56149,10.341196,2.201539,17.178226,88.449615,6.2046084,4.395862,7.69898,33.829132,13.654781,4.019496,27.278242,775.4477,92.48115,1904.5586,32.22456,2819.5442,58.588184,618.94116,1279.2683,35.210335,13.54558,1669.6257,2364.785,5913.456,474.21658 +2023-05-15 16:00:00,0.0,6691.1377,63.018627,23.435606,18.561796,37.38765,199.57013,30.994833,59.88324,23.024988,32.399837,544.0273,599.6066,18.565107,67.72946,5.7534103,2.221384,32.256092,32.721504,12.31477,459.23517,4.544359,349.82312,87.24086,1.8383621,7.1562357,118.90309,43.44913,210.3847,186.65953,5770.8403,1.451721,2077.6243,5.86562,1.9461508,1.1041383,9.455799,218.35349,277.4643,49.053215,218.93817,30.548925,10.093159,802.45264,8.141175,72.345085,71.4451,438.0489,28.236616,374.7715,17.918787,63.450127,0.0,4368.8506,11492.347,15.789681,95.04198,96.877655,35373.855,157.03734,11.331452,58.99713,96.66821,76.80346,26.387709,43.507526,733.4996,106.46506,42.34406,9.321095,13.630754,1021.51135,26.645624,361.2821,75.052155,2266.8352,112.63509,149.6666,166.0301,181.2343,13.164142,24.21423,76.05131,10.316848,12.085547,38.89528,53.307465,116.04588,16.63861,15.151982,163.13351,15.674524,4014.5312,52.3938,60.860214,52.32872,52.95096,271.13083,96.64959,71.55645,20.64875,23.477678,47.746933,221.51022,195.26395,93.81532,329.47327,63.943325,60.852077,178.4669,230.71397,984.2617,179.399,6.777656,15.841667,8.655253,170.35635,14950.513,7.4065294,30.95445,45.839066,32.327744,370.00784,64.137276,164.5495,4.9158664,182.18549,588.067,399.18127,80.51354,603.491,48.11111,77.141174,224.77783,25.104273,4.1894765,18.881615,1415.6886,1.122086,2.4417744,108.22485,10.031029,5.344657,21.127869,30.21353,320.3677,85.47796,154.43883,1381.9196,182.36266,2152.0447,1879.6558,15.615168,19.149374,12003.111,9.985139,42.978943,359.05066,70.406456,132.20752,59.696095,322.2803,1208.3997,307.82184,8.440706,65.33993,568.3587,2274.402,42.535217,368.80322,34.85009,1.117094,55.50458,1.0415399,0.6384436,2.31295,22.390457,81.70912,217.28981,19.416416,2611.6128,119.66039,38.155914,45.231182,11.703533,72.606186,10.357885,2.2015054,17.210215,88.53507,6.222212,4.4029207,7.708545,33.810482,13.651152,4.026147,27.316158,775.94666,92.58321,1906.8633,32.242348,2822.1804,58.61662,618.6904,1280.8297,35.25534,13.543926,1670.639,2365.9397,5916.1733,473.88083 +2023-05-15 17:00:00,0.0,6697.8276,63.066277,23.422558,18.570177,37.3684,199.54367,30.986036,59.847748,23.02105,32.380337,544.4997,599.56335,18.55527,67.77949,5.7591715,2.2251868,32.23984,32.761192,12.3212,459.11026,4.548941,349.7913,87.19953,1.8356787,7.1484146,118.890625,43.430523,210.30437,186.59541,5778.932,1.4498471,2076.912,5.855166,1.9441786,1.1028748,9.444156,218.32358,277.46442,49.021446,219.24126,30.542105,10.094373,802.29877,8.133335,72.3681,71.474304,438.1321,28.274654,374.76944,17.933542,63.488873,0.0,4369.937,11498.756,15.814103,95.15922,96.99238,35382.996,157.134,11.348877,58.986084,96.67375,76.86365,26.417656,43.51346,733.5831,106.5168,42.33904,9.332111,13.640592,1021.8768,26.700994,361.4479,75.065796,2266.7266,112.6878,149.74248,166.04565,180.99481,13.158623,24.200262,75.97826,10.309932,12.077174,38.943615,53.35102,115.994064,16.644115,15.162934,163.27254,15.661856,4013.801,52.432804,60.942204,52.406937,52.996258,271.0701,96.7037,71.60988,20.66145,23.489153,47.777016,221.797,195.28279,93.84456,329.60355,63.94393,60.899624,178.6128,230.72765,984.5435,179.46344,6.7732234,15.842709,8.655098,170.23305,14953.006,7.408182,30.927305,45.80461,32.33715,370.09372,64.18625,164.46712,4.916656,182.27621,587.79846,398.87442,80.55365,602.86017,48.093052,77.111465,225.05075,25.087227,4.1858487,18.871893,1416.6462,1.1201317,2.4381855,108.15751,10.034121,5.344751,21.104645,30.18847,320.09995,85.44594,154.39601,1381.1799,182.4218,2151.8425,1879.6703,15.62454,19.16753,12014.042,9.982997,43.023746,359.16846,70.48176,132.33028,59.727077,322.4813,1208.403,307.88342,8.446707,65.3826,568.9445,2274.268,42.529175,369.39557,34.906128,1.1166316,55.50486,1.0413065,0.6379606,2.312129,22.416246,81.80347,217.49149,19.395346,2613.5342,119.85238,38.214188,45.2915,11.718356,72.65087,10.374574,2.2014718,17.242205,88.62053,6.2398157,4.40998,7.718111,33.791836,13.647523,4.032798,27.354073,776.44556,92.68529,1909.168,32.26014,2824.8167,58.64505,618.43976,1282.3911,35.300346,13.542273,1671.6523,2367.0945,5918.891,473.54507 +2023-05-15 18:00:00,0.0,6704.518,63.113926,23.40951,18.578558,37.34915,199.5172,30.97724,59.812252,23.017113,32.360832,544.97217,599.5201,18.54543,67.82951,5.764933,2.2289896,32.22359,32.80088,12.32763,458.98532,4.553523,349.75946,87.1582,1.8329953,7.1405935,118.87816,43.41191,210.22401,186.53131,5787.0234,1.4479731,2076.1997,5.8447123,1.9422064,1.1016114,9.432511,218.29367,277.46454,48.989677,219.54436,30.535282,10.095586,802.1449,8.125496,72.39112,71.50351,438.2153,28.312693,374.7674,17.948298,63.527615,0.0,4371.023,11505.165,15.838526,95.27646,97.10711,35392.137,157.23067,11.366301,58.975037,96.67928,76.92383,26.447605,43.519394,733.66675,106.56855,42.334015,9.343127,13.650428,1022.2422,26.756365,361.61374,75.07944,2266.6182,112.7405,149.81836,166.0612,180.75531,13.153104,24.186295,75.9052,10.303017,12.0688,38.99195,53.394577,115.942245,16.649618,15.173886,163.41156,15.649187,4013.0706,52.471813,61.024193,52.485157,53.04156,271.0094,96.7578,71.66331,20.674147,23.500626,47.807095,222.08379,195.30164,93.873795,329.73386,63.944534,60.947174,178.75867,230.74133,984.8253,179.52788,6.7687902,15.84375,8.6549425,170.10974,14955.498,7.4098344,30.90016,45.77016,32.346558,370.17957,64.235214,164.38472,4.917446,182.36693,587.5299,398.5676,80.593765,602.2294,48.074997,77.08175,225.32367,25.070179,4.1822214,18.862171,1417.6039,1.1181774,2.4345968,108.090164,10.037211,5.344845,21.08142,30.16341,319.83215,85.41391,154.3532,1380.4402,182.48094,2151.6401,1879.6849,15.633914,19.185686,12024.973,9.980856,43.06855,359.28625,70.55706,132.45302,59.758064,322.68228,1208.4062,307.945,8.452707,65.42527,569.5303,2274.134,42.523136,369.9879,34.962162,1.1161693,55.50514,1.0410731,0.63747764,2.311308,22.442036,81.897804,217.69316,19.374275,2615.4553,120.04436,38.272465,45.351814,11.73318,72.695564,10.391263,2.2014382,17.274193,88.705986,6.257419,4.4170384,7.727677,33.773186,13.643894,4.0394487,27.391989,776.94446,92.78735,1911.4727,32.277927,2827.4531,58.67348,618.189,1283.9525,35.345356,13.540619,1672.6656,2368.2493,5921.6084,473.20932 +2023-05-15 19:00:00,0.0,6711.208,63.161575,23.396461,18.586939,37.3299,199.49074,30.968445,59.776756,23.013174,32.34133,545.44464,599.4768,18.535591,67.87954,5.7706947,2.2327924,32.207336,32.84057,12.334061,458.86038,4.5581055,349.72766,87.116875,1.8303118,7.132773,118.8657,43.3933,210.14366,186.4672,5795.115,1.4460992,2075.4875,5.834258,1.9402342,1.100348,9.420868,218.26376,277.46463,48.95791,219.84744,30.528461,10.0968,801.991,8.117656,72.41413,71.532715,438.2985,28.350729,374.76532,17.963053,63.566357,0.0,4372.109,11511.574,15.862948,95.3937,97.22184,35401.277,157.32733,11.383724,58.96399,96.68482,76.98402,26.477552,43.525326,733.7503,106.62029,42.328995,9.354142,13.660264,1022.6076,26.811735,361.77954,75.09308,2266.5098,112.793205,149.89424,166.07675,180.51582,13.147585,24.172329,75.832146,10.296101,12.060427,39.040283,53.438133,115.89043,16.655123,15.184837,163.55058,15.636519,4012.3403,52.510822,61.106182,52.563377,53.086864,270.9487,96.811905,71.716736,20.686846,23.5121,47.837173,222.37056,195.32047,93.90302,329.86417,63.945137,60.99472,178.90456,230.755,985.1071,179.59232,6.7643576,15.844791,8.654787,169.98643,14957.991,7.411487,30.873014,45.735706,32.35596,370.26544,64.28419,164.30234,4.9182363,182.45766,587.26135,398.26074,80.63387,601.5985,48.056942,77.05203,225.5966,25.053133,4.1785936,18.85245,1418.5614,1.1162232,2.431008,108.02282,10.040303,5.344939,21.058195,30.138351,319.5644,85.38189,154.31038,1379.7006,182.54008,2151.438,1879.6995,15.643287,19.203842,12035.902,9.978715,43.113354,359.40405,70.63236,132.57578,59.789047,322.88324,1208.4095,308.00656,8.458708,65.46794,570.1161,2273.9998,42.517094,370.58023,35.0182,1.1157069,55.505417,1.0408397,0.63699466,2.3104868,22.467827,81.99215,217.89484,19.353205,2617.3765,120.236336,38.33074,45.412132,11.748003,72.74026,10.407952,2.2014046,17.306183,88.79144,6.275023,4.424097,7.7372427,33.754536,13.6402645,4.0460997,27.429905,777.4434,92.88942,1913.7775,32.295715,2830.0894,58.701916,617.9383,1285.5139,35.39036,13.538965,1673.679,2369.404,5924.3257,472.87357 +2023-05-15 20:00:00,0.0,6717.898,63.209225,23.383413,18.59532,37.31065,199.46426,30.959648,59.74126,23.009237,32.32183,545.91705,599.43353,18.525753,67.929565,5.776456,2.2365952,32.191086,32.880253,12.340491,458.73547,4.5626874,349.69583,87.07555,1.8276284,7.124952,118.85323,43.37469,210.06332,186.40308,5803.207,1.4442252,2074.7754,5.823804,1.938262,1.0990846,9.409223,218.23387,277.46475,48.92614,220.15054,30.52164,10.098013,801.83716,8.109817,72.43715,71.56192,438.38168,28.388767,374.76324,17.977808,63.605103,0.0,4373.195,11517.982,15.88737,95.51093,97.33657,35410.418,157.42401,11.401149,58.95294,96.69036,77.044205,26.5075,43.531258,733.83386,106.67204,42.323975,9.365158,13.670101,1022.97296,26.867105,361.94534,75.10672,2266.4014,112.84591,149.97012,166.0923,180.27634,13.142066,24.158361,75.759094,10.289185,12.0520525,39.08862,53.48169,115.838615,16.660625,15.195789,163.68962,15.623851,4011.61,52.54983,61.18817,52.641594,53.132164,270.888,96.86601,71.770164,20.699543,23.523573,47.867252,222.65735,195.33931,93.93226,329.99445,63.945744,61.04227,179.05043,230.76868,985.3889,179.65675,6.759925,15.845834,8.654632,169.86313,14960.483,7.41314,30.845871,45.701252,32.365368,370.3513,64.33315,164.21994,4.9190264,182.54839,586.9928,397.9539,80.67399,600.96765,48.038887,77.02232,225.86952,25.036085,4.174966,18.842728,1419.519,1.1142689,2.4274194,107.955475,10.043394,5.345033,21.034971,30.113293,319.29663,85.34987,154.26756,1378.9609,182.59921,2151.2358,1879.7141,15.65266,19.222,12046.833,9.976573,43.158154,359.52182,70.707664,132.69852,59.820034,323.08423,1208.413,308.06815,8.464708,65.510605,570.70184,2273.8657,42.511055,371.17258,35.074238,1.1152445,55.5057,1.0406064,0.6365117,2.3096657,22.493616,82.086494,218.0965,19.332132,2619.2979,120.428314,38.389015,45.472446,11.762827,72.78494,10.424642,2.201371,17.338171,88.87691,6.292627,4.4311557,7.7468085,33.735886,13.636636,4.0527506,27.467821,777.9423,92.99149,1916.0822,32.313507,2832.7256,58.730347,617.6876,1287.0753,35.435368,13.537312,1674.6923,2370.5588,5927.0435,472.53784 +2023-05-15 21:00:00,0.0,6724.5884,63.256874,23.370365,18.6037,37.2914,199.43779,30.950851,59.705765,23.005299,32.302326,546.3895,599.3903,18.515915,67.97959,5.7822175,2.2403982,32.174835,32.91994,12.346921,458.61053,4.5672693,349.664,87.03422,1.824945,7.117131,118.84077,43.35608,209.98297,186.33897,5811.299,1.4423512,2074.0632,5.8133497,1.9362898,1.0978212,9.397579,218.20396,277.46487,48.89437,220.45363,30.514818,10.099227,801.6833,8.101977,72.46017,71.59112,438.4649,28.426805,374.7612,17.992563,63.643845,0.0,4374.2812,11524.392,15.911793,95.628174,97.4513,35419.562,157.52068,11.418572,58.941895,96.69589,77.104385,26.537447,43.537193,733.9174,106.72379,42.318954,9.376174,13.679937,1023.3384,26.922476,362.11118,75.12036,2266.293,112.89861,150.046,166.10785,180.03683,13.136547,24.144394,75.686035,10.282269,12.043679,39.13695,53.525246,115.7868,16.66613,15.206741,163.82864,15.611182,4010.8796,52.58884,61.27016,52.719814,53.177467,270.82727,96.92012,71.823586,20.712242,23.535048,47.897335,222.94412,195.35815,93.961494,330.12476,63.946346,61.089817,179.19632,230.78235,985.6707,179.72119,6.755492,15.846875,8.654476,169.73982,14962.977,7.414792,30.818726,45.666798,32.374775,370.43716,64.382126,164.13756,4.9198165,182.63911,586.7242,397.64706,80.714096,600.3368,48.020832,76.99261,226.14244,25.01904,4.171338,18.833006,1420.4766,1.1123146,2.4238307,107.88813,10.046486,5.345127,21.011747,30.088232,319.02884,85.31784,154.22473,1378.2211,182.65836,2151.0334,1879.7286,15.662033,19.240156,12057.764,9.974432,43.202957,359.63962,70.78297,132.82127,59.851017,323.28522,1208.4163,308.12973,8.470709,65.553276,571.28766,2273.7317,42.505013,371.76492,35.130276,1.1147822,55.505978,1.040373,0.6360287,2.3088446,22.519405,82.18084,218.29817,19.311062,2621.219,120.6203,38.447292,45.53276,11.77765,72.829636,10.44133,2.2013373,17.370161,88.962364,6.3102303,4.4382143,7.7563744,33.71724,13.633007,4.059402,27.505737,778.4413,93.09356,1918.3868,32.331295,2835.3618,58.75878,617.4369,1288.6367,35.480373,13.535658,1675.7056,2371.7136,5929.7607,472.2021 +2023-05-15 22:00:00,0.0,6731.2783,63.304523,23.357317,18.612082,37.272152,199.41133,30.942057,59.67027,23.00136,32.282825,546.86194,599.34705,18.506075,68.029625,5.787979,2.244201,32.15858,32.95963,12.353352,458.4856,4.5718513,349.63217,86.99289,1.8222616,7.10931,118.8283,43.33747,209.90263,186.27486,5819.3906,1.4404773,2073.351,5.8028955,1.9343176,1.0965579,9.385936,218.17406,277.465,48.862602,220.75671,30.507998,10.100441,801.5294,8.094137,72.48318,71.62032,438.5481,28.464842,374.75912,18.007318,63.68259,0.0,4375.367,11530.801,15.936214,95.745415,97.56603,35428.703,157.61734,11.435997,58.93085,96.70143,77.16457,26.567396,43.543125,734.001,106.775536,42.31393,9.38719,13.689774,1023.7038,26.977848,362.27698,75.134,2266.1846,112.95132,150.12189,166.1234,179.79735,13.131028,24.130426,75.61298,10.2753525,12.035306,39.185287,53.5688,115.73498,16.671633,15.217693,163.96767,15.598514,4010.1494,52.62785,61.35215,52.798035,53.22277,270.76657,96.97423,71.877014,20.72494,23.54652,47.927414,223.23091,195.377,93.99073,330.25504,63.94695,61.137367,179.3422,230.79604,985.9525,179.78564,6.751059,15.847917,8.654321,169.61652,14965.469,7.416445,30.79158,45.632347,32.38418,370.523,64.43109,164.05516,4.920606,182.72984,586.4556,397.3402,80.7542,599.70593,48.002777,76.96289,226.41537,25.001991,4.1677103,18.823284,1421.4342,1.1103603,2.420242,107.820786,10.049578,5.3452215,20.988523,30.063173,318.76108,85.28582,154.18192,1377.4814,182.7175,2150.8313,1879.7433,15.671407,19.258312,12068.693,9.972291,43.24776,359.75742,70.85827,132.94402,59.882004,323.4862,1208.4196,308.19128,8.476708,65.59595,571.8735,2273.5974,42.498974,372.35727,35.186314,1.1143198,55.506256,1.0401396,0.6355458,2.3080237,22.545195,82.275185,218.49985,19.289991,2623.1401,120.81228,38.50557,45.59308,11.792474,72.87433,10.458019,2.2013037,17.402151,89.04782,6.327834,4.445273,7.76594,33.69859,13.629377,4.066053,27.543653,778.9402,93.19563,1920.6915,32.349083,2837.9983,58.787212,617.18616,1290.1981,35.52538,13.534003,1676.7189,2372.8684,5932.4785,471.86633 +2023-05-15 23:00:00,0.0,6737.9683,63.352177,23.344269,18.620462,37.2529,199.38486,30.93326,59.634777,22.997423,32.263325,547.3344,599.3038,18.496237,68.07965,5.7937403,2.2480037,32.14233,32.999313,12.359782,458.36066,4.5764337,349.60037,86.95156,1.8195782,7.1014895,118.815834,43.31886,209.82228,186.21074,5827.482,1.4386033,2072.6387,5.7924414,1.9323454,1.0952945,9.374291,218.14415,277.46512,48.830833,221.05981,30.501177,10.101654,801.3755,8.086298,72.506195,71.64953,438.6313,28.50288,374.75708,18.022074,63.721333,0.0,4376.453,11537.209,15.960637,95.862656,97.68076,35437.844,157.714,11.453421,58.919804,96.70697,77.22476,26.597343,43.549057,734.08453,106.827286,42.30891,9.398205,13.699611,1024.0692,27.033218,362.44278,75.14765,2266.0762,113.00402,150.19777,166.13895,179.55786,13.125509,24.116459,75.539925,10.268437,12.026932,39.23362,53.61236,115.68316,16.677137,15.228644,164.10669,15.585845,4009.4192,52.666855,61.43414,52.87625,53.26807,270.70587,97.028336,71.93044,20.737638,23.557993,47.957493,223.51768,195.39584,94.01996,330.38535,63.94755,61.184914,179.48808,230.80971,986.2343,179.85008,6.7466264,15.848959,8.654165,169.49321,14967.962,7.4180975,30.764435,45.597893,32.393585,370.6089,64.480064,163.97278,4.9213963,182.82057,586.1871,397.03336,80.79432,599.07513,47.984722,76.93318,226.6883,24.984943,4.1640825,18.813562,1422.3918,1.108406,2.4166534,107.75344,10.052669,5.3453155,20.9653,30.038115,318.49332,85.2538,154.1391,1376.7418,182.77664,2150.6292,1879.7578,15.680779,19.276468,12079.624,9.970149,43.292564,359.8752,70.93357,133.06677,59.912987,323.6872,1208.4229,308.25287,8.482709,65.63862,572.4592,2273.4634,42.49293,372.9496,35.242348,1.1138574,55.506535,1.0399061,0.6350628,2.3072026,22.570984,82.36953,218.70152,19.26892,2625.0615,121.00426,38.563843,45.653393,11.807297,72.91902,10.474709,2.20127,17.43414,89.13328,6.345438,4.4523315,7.775506,33.67994,13.625749,4.072704,27.58157,779.43915,93.2977,1922.9962,32.366875,2840.6345,58.815643,616.9355,1291.7595,35.57039,13.53235,1677.7322,2374.0232,5935.196,471.53058 +2023-05-16 00:00:00,0.0,6744.6587,63.399826,23.33122,18.628841,37.23365,199.3584,30.924465,59.59928,22.993484,32.24382,547.8068,599.2605,18.486399,68.12968,5.799502,2.2518065,32.12608,33.039,12.366212,458.23575,4.5810156,349.56854,86.91023,1.8168948,7.0936685,118.803375,43.300247,209.74194,186.14662,5835.5737,1.4367293,2071.9265,5.7819877,1.9303732,1.0940311,9.362648,218.11424,277.46524,48.799065,221.3629,30.494356,10.102868,801.2216,8.078459,72.52921,71.678734,438.71448,28.540918,374.755,18.036829,63.760075,0.0,4377.5396,11543.618,15.98506,95.9799,97.795494,35446.984,157.81068,11.470845,58.908756,96.7125,77.28494,26.62729,43.554993,734.1681,106.879036,42.30389,9.409221,13.709447,1024.4346,27.088589,362.60858,75.16129,2265.9678,113.056725,150.27365,166.1545,179.31836,13.11999,24.102491,75.46687,10.261521,12.0185585,39.281956,53.655914,115.63134,16.68264,15.239596,164.24571,15.573176,4008.6887,52.705864,61.51613,52.95447,53.313374,270.64517,97.08244,71.98387,20.750336,23.569468,47.98757,223.80447,195.41469,94.049194,330.51566,63.94816,61.232464,179.63396,230.82338,986.5161,179.91452,6.7421937,15.85,8.65401,169.36989,14970.454,7.4197497,30.73729,45.56344,32.402992,370.69473,64.52903,163.89038,4.9221864,182.91129,585.9185,396.72653,80.83443,598.4443,47.966663,76.903465,226.96121,24.967897,4.1604548,18.80384,1423.3494,1.1064516,2.4130645,107.6861,10.05576,5.3454094,20.942076,30.013054,318.22552,85.22178,154.09628,1376.0022,182.83578,2150.4268,1879.7725,15.690153,19.294624,12090.555,9.968008,43.337368,359.993,71.00887,133.18951,59.943974,323.88818,1208.4261,308.31445,8.488709,65.68129,573.04504,2273.3293,42.48689,373.54193,35.298386,1.1133951,55.506813,1.0396727,0.63457984,2.3063815,22.596775,82.463875,218.90318,19.24785,2626.9827,121.196236,38.62212,45.71371,11.82212,72.96371,10.491398,2.2012365,17.46613,89.218735,6.3630414,4.45939,7.785072,33.66129,13.62212,4.079355,27.619486,779.93805,93.399765,1925.301,32.384663,2843.2708,58.844078,616.68475,1293.3209,35.615395,13.530696,1678.7455,2375.178,5937.9136,471.19482 +2023-05-16 01:00:00,0.0,6751.3486,63.447475,23.318172,18.637222,37.2144,199.33192,30.915668,59.563786,22.989548,32.22432,548.2793,599.2172,18.476559,68.1797,5.8052635,2.2556093,32.109825,33.07869,12.3726425,458.1108,4.5855975,349.5367,86.868904,1.8142112,7.085848,118.79091,43.28164,209.66159,186.08252,5843.6655,1.4348553,2071.2144,5.7715335,1.928401,1.0927677,9.351004,218.08434,277.46536,48.767296,221.666,30.487534,10.104082,801.06775,8.070619,72.55222,71.70794,438.79767,28.578955,374.75296,18.051584,63.79882,0.0,4378.6255,11550.027,16.009481,96.09714,97.910225,35456.125,157.90735,11.488269,58.89771,96.71804,77.34513,26.65724,43.560925,734.2517,106.93078,42.298866,9.420237,13.719283,1024.8,27.143959,362.7744,75.174934,2265.8594,113.10943,150.34953,166.17004,179.07887,13.114471,24.088524,75.393814,10.254605,12.010184,39.33029,53.69947,115.57952,16.688145,15.250548,164.38474,15.560508,4007.9585,52.744873,61.598118,53.032692,53.358677,270.58444,97.13655,72.0373,20.763035,23.58094,48.017654,224.09125,195.43352,94.07843,330.64594,63.94876,61.28001,179.77985,230.83705,986.7979,179.97896,6.737761,15.851042,8.653853,169.24658,14972.947,7.4214025,30.710144,45.528984,32.4124,370.7806,64.578,163.808,4.9229765,183.00201,585.64996,396.41968,80.87454,597.8134,47.94861,76.87375,227.23413,24.95085,4.156827,18.794119,1424.307,1.1044973,2.4094758,107.61875,10.058851,5.345504,20.918852,29.987995,317.95776,85.18975,154.05347,1375.2625,182.89491,2150.2246,1879.787,15.699526,19.31278,12101.485,9.965866,43.382168,360.11078,71.084175,133.31226,59.974957,324.08917,1208.4294,308.376,8.49471,65.72396,573.63086,2273.195,42.48085,374.13428,35.354424,1.1129327,55.50709,1.0394393,0.63409686,2.3055604,22.622564,82.55821,219.10486,19.22678,2628.9038,121.38822,38.680397,45.774025,11.836944,73.0084,10.508086,2.2012029,17.498117,89.30419,6.3806453,4.466449,7.7946377,33.642643,13.61849,4.0860057,27.657402,780.437,93.50184,1927.6057,32.40245,2845.9072,58.87251,616.434,1294.8823,35.6604,13.529042,1679.7588,2376.3328,5940.631,470.85907 +2023-05-16 02:00:00,0.0,6758.0386,63.495125,23.305124,18.645603,37.195152,199.30547,30.906872,59.52829,22.98561,32.204815,548.7518,599.17395,18.46672,68.22973,5.8110247,2.259412,32.093575,33.118374,12.379073,457.98587,4.5901794,349.50488,86.827576,1.8115278,7.078027,118.77844,43.263027,209.58124,186.0184,5851.7573,1.4329814,2070.5022,5.7610793,1.9264288,1.0915043,9.339359,218.05443,277.46548,48.735527,221.96909,30.480713,10.105295,800.9139,8.062779,72.57524,71.737144,438.88086,28.616993,374.7509,18.066338,63.837563,0.0,4379.7114,11556.436,16.033903,96.21438,98.024956,35465.266,158.00401,11.5056925,58.88666,96.72358,77.40532,26.687187,43.56686,734.33527,106.98253,42.293846,9.431252,13.72912,1025.1654,27.19933,362.94022,75.188576,2265.751,113.16213,150.42542,166.1856,178.83939,13.1089525,24.074556,75.32076,10.247689,12.001811,39.378624,53.74303,115.52771,16.693647,15.261499,164.52376,15.547839,4007.228,52.783882,61.680107,53.11091,53.403976,270.52374,97.19066,72.09073,20.775732,23.592415,48.047733,224.37802,195.45236,94.107666,330.77625,63.949364,61.32756,179.92572,230.85074,987.0797,180.0434,6.733328,15.852083,8.653698,169.12328,14975.439,7.423055,30.682999,45.494534,32.421803,370.86646,64.62697,163.7256,4.9237666,183.09274,585.3814,396.11282,80.91465,597.18256,47.930553,76.84403,227.50706,24.933804,4.1531997,18.784397,1425.2645,1.1025431,2.4058871,107.55141,10.061943,5.3455977,20.895628,29.962934,317.69,85.15773,154.01065,1374.5228,182.95406,2150.0222,1879.8016,15.7088995,19.330938,12112.415,9.963725,43.42697,360.22858,71.15948,133.43501,60.00594,324.29016,1208.4327,308.4376,8.5007105,65.76663,574.2166,2273.061,42.474808,374.72662,35.41046,1.1124703,55.50737,1.0392059,0.6336139,2.3047392,22.648354,82.65256,219.30653,19.205708,2630.8252,121.5802,38.73867,45.834343,11.851767,73.05309,10.5247755,2.2011693,17.530107,89.38965,6.3982487,4.473508,7.804203,33.623993,13.6148615,4.0926566,27.695316,780.9359,93.603905,1929.9104,32.420242,2848.5435,58.90094,616.18335,1296.4437,35.705406,13.527389,1680.7721,2377.4875,5943.348,470.52332 +2023-05-16 03:00:00,0.0,6764.729,63.542774,23.292076,18.653984,37.1759,199.27899,30.898077,59.492794,22.981672,32.185314,549.2242,599.1307,18.456882,68.279755,5.8167863,2.2632148,32.077324,33.158062,12.385503,457.86096,4.5947614,349.47308,86.78625,1.8088444,7.0702057,118.765976,43.244415,209.5009,185.95428,5859.849,1.4311074,2069.7898,5.750625,1.9244566,1.090241,9.327716,218.02454,277.4656,48.70376,222.27217,30.473892,10.106509,800.76,8.05494,72.59826,71.76635,438.96405,28.655031,374.74884,18.081093,63.876305,0.0,4380.798,11562.845,16.058327,96.33161,98.13969,35474.41,158.10068,11.523117,58.875614,96.72912,77.4655,26.717134,43.572792,734.4188,107.03427,42.288826,9.442267,13.738956,1025.5308,27.2547,363.10602,75.20222,2265.6423,113.214836,150.50131,166.20114,178.59988,13.103434,24.060589,75.2477,10.240773,11.993438,39.42696,53.786583,115.47589,16.699152,15.272451,164.66278,15.535171,4006.4978,52.82289,61.762096,53.18913,53.44928,270.46304,97.24477,72.14415,20.788431,23.603888,48.077812,224.66481,195.4712,94.136894,330.90656,63.94997,61.375107,180.07161,230.86441,987.3615,180.10783,6.728895,15.853126,8.6535425,168.99997,14977.932,7.4247074,30.655855,45.46008,32.43121,370.95233,64.67594,163.64322,4.9245563,183.18347,585.11285,395.806,80.954765,596.5517,47.9125,76.81432,227.77998,24.916756,4.149572,18.774675,1426.2222,1.1005888,2.4022985,107.48406,10.065034,5.3456917,20.872404,29.937876,317.4222,85.12571,153.96783,1373.7832,183.0132,2149.82,1879.8162,15.718273,19.349094,12123.346,9.961584,43.471775,360.34637,71.23478,133.55775,60.036926,324.49115,1208.4362,308.49918,8.506711,65.8093,574.8024,2272.927,42.46877,375.31894,35.4665,1.112008,55.50765,1.0389725,0.6331309,2.3039184,22.674143,82.7469,219.50821,19.184637,2632.7463,121.77218,38.796947,45.894657,11.8665905,73.097786,10.541465,2.2011356,17.562098,89.47511,6.4158525,4.4805665,7.813769,33.605343,13.611233,4.0993075,27.733232,781.4348,93.70597,1932.2151,32.43803,2851.1797,58.929375,615.9326,1298.005,35.750412,13.525735,1681.7854,2378.6423,5946.066,470.1876 +2023-05-16 04:00:00,0.0,6771.419,63.590424,23.279028,18.662365,37.15665,199.25253,30.88928,59.457302,22.977734,32.165813,549.69666,599.0874,18.447042,68.32978,5.822548,2.2670176,32.061073,33.19775,12.391933,457.73602,4.599344,349.44125,86.74492,1.806161,7.062385,118.75351,43.225807,209.42055,185.89018,5867.9404,1.4292336,2069.0776,5.740171,1.9224844,1.0889775,9.316072,217.99463,277.46573,48.67199,222.57527,30.46707,10.107722,800.60614,8.0471,72.62128,71.795555,439.04724,28.693068,374.74677,18.095848,63.91505,0.0,4381.884,11569.254,16.082748,96.44885,98.25442,35483.55,158.19734,11.540541,58.864567,96.73465,77.52569,26.747084,43.578724,734.5024,107.08602,42.283806,9.453283,13.748794,1025.8962,27.31007,363.27185,75.21586,2265.534,113.26754,150.57718,166.21669,178.3604,13.097915,24.046621,75.17465,10.233857,11.985064,39.475292,53.83014,115.42407,16.704655,15.283403,164.8018,15.522502,4005.7676,52.8619,61.844086,53.26735,53.494583,270.4023,97.298874,72.19758,20.801128,23.615362,48.10789,224.95158,195.49005,94.16613,331.03683,63.950573,61.422657,180.21748,230.87808,987.6433,180.17227,6.7244625,15.854167,8.653387,168.87666,14980.425,7.42636,30.62871,45.425625,32.440617,371.03818,64.72491,163.56082,4.9253464,183.2742,584.84424,395.49915,80.99487,595.92084,47.894444,76.78461,228.0529,24.89971,4.145944,18.764954,1427.1797,1.0986345,2.3987098,107.416725,10.068126,5.345786,20.84918,29.912817,317.15445,85.09368,153.92502,1373.0435,183.07234,2149.618,1879.8308,15.727646,19.36725,12134.276,9.959442,43.51658,360.46417,71.31008,133.68051,60.06791,324.69214,1208.4395,308.56073,8.512712,65.851974,575.3882,2272.7927,42.462727,375.9113,35.522537,1.1115456,55.507927,1.0387391,0.63264793,2.3030972,22.699932,82.84125,219.70987,19.163567,2634.6677,121.96416,38.85522,45.95497,11.881413,73.14247,10.558154,2.2011023,17.594086,89.56057,6.4334564,4.487625,7.8233347,33.586693,13.607604,4.1059585,27.771149,781.9338,93.808044,1934.5198,32.45582,2853.8162,58.957806,615.6819,1299.5664,35.79542,13.524081,1682.7987,2379.797,5948.783,469.85184 +2023-05-16 05:00:00,0.0,6778.109,63.638073,23.26598,18.670746,37.1374,199.22606,30.880484,59.421806,22.973795,32.14631,550.16907,599.0442,18.437204,68.37981,5.828309,2.2708204,32.04482,33.237434,12.398364,457.61108,4.6039257,349.40942,86.70359,1.8034776,7.054564,118.74105,43.207195,209.34021,185.82607,5876.032,1.4273596,2068.3655,5.7297173,1.9205122,1.0877141,9.304428,217.96472,277.46585,48.64022,222.87836,30.460249,10.108936,800.4523,8.039261,72.64429,71.82476,439.13043,28.731106,374.74472,18.110603,63.953793,0.0,4382.9697,11575.663,16.10717,96.56609,98.36915,35492.69,158.29402,11.557965,58.85352,96.74019,77.58588,26.77703,43.58466,734.58594,107.13777,42.27878,9.464298,13.75863,1026.2616,27.36544,363.43765,75.2295,2265.4255,113.320244,150.65306,166.23224,178.12091,13.092396,24.032654,75.1016,10.226942,11.97669,39.52363,53.8737,115.37225,16.71016,15.294355,164.94083,15.509833,4005.037,52.90091,61.926075,53.345566,53.539883,270.3416,97.35298,72.25101,20.813828,23.626835,48.137974,225.23837,195.5089,94.195366,331.16714,63.951176,61.470203,180.36337,230.89177,987.9251,180.23671,6.72003,15.855208,8.653232,168.75336,14982.917,7.428013,30.601564,45.39117,32.45002,371.12405,64.77388,163.47844,4.9261365,183.36491,584.5757,395.1923,81.03498,595.29004,47.87639,76.75489,228.32584,24.882662,4.1423163,18.755232,1428.1373,1.0966802,2.395121,107.34938,10.071218,5.34588,20.825954,29.887756,316.8867,85.06166,153.88219,1372.3038,183.13148,2149.4155,1879.8453,15.73702,19.385406,12145.206,9.957301,43.561382,360.58194,71.38538,133.80325,60.098896,324.8931,1208.4427,308.6223,8.518711,65.89464,575.974,2272.6587,42.456688,376.50363,35.57857,1.1110833,55.508205,1.0385057,0.632165,2.3022761,22.725723,82.93559,219.91154,19.142496,2636.5889,122.15614,38.913498,46.01529,11.896236,73.187164,10.574842,2.2010686,17.626076,89.64603,6.45106,4.4946837,7.8329005,33.568043,13.603974,4.11261,27.809065,782.4327,93.91011,1936.8246,32.47361,2856.4524,58.986237,615.4312,1301.1278,35.840427,13.522428,1683.8121,2380.952,5951.501,469.51608 +2023-05-16 06:00:00,0.0,6784.7993,63.685722,23.252932,18.679127,37.118153,199.19958,30.871689,59.38631,22.969858,32.12681,550.64154,599.0009,18.427366,68.42984,5.8340707,2.2746232,32.02857,33.277122,12.404794,457.48615,4.6085076,349.3776,86.66226,1.8007942,7.0467434,118.728584,43.188587,209.25986,185.76195,5884.124,1.4254856,2067.6533,5.719263,1.91854,1.0864507,9.292785,217.93481,277.46597,48.60845,223.18146,30.453428,10.11015,800.29834,8.031421,72.667305,71.85396,439.21362,28.769144,374.74265,18.125359,63.992535,0.0,4384.0557,11582.071,16.131594,96.683334,98.48388,35501.832,158.39069,11.575389,58.842472,96.74573,77.64606,26.806978,43.59059,734.6695,107.189514,42.27376,9.475314,13.768466,1026.6271,27.42081,363.60345,75.24315,2265.3171,113.37295,150.72894,166.24779,177.88141,13.086877,24.018688,75.02854,10.220026,11.968316,39.57196,53.917255,115.320435,16.715664,15.305306,165.07985,15.497165,4004.307,52.939915,62.008064,53.423786,53.585186,270.2809,97.40709,72.304436,20.826525,23.638308,48.168053,225.52515,195.52774,94.2246,331.29745,63.95178,61.517754,180.50925,230.90544,988.2069,180.30115,6.7155967,15.85625,8.653076,168.63005,14985.41,7.429665,30.574419,45.35672,32.459427,371.2099,64.82285,163.39604,4.9269266,183.45564,584.3071,394.88547,81.075096,594.6592,47.85833,76.72518,228.59875,24.865616,4.1386886,18.74551,1429.095,1.0947258,2.3915324,107.282036,10.074308,5.345974,20.80273,29.862698,316.6189,85.02964,153.83937,1371.5642,183.19061,2149.2134,1879.86,15.746392,19.403563,12156.137,9.95516,43.606182,360.69974,71.460686,133.92601,60.12988,325.0941,1208.446,308.6839,8.524712,65.93731,576.5598,2272.5247,42.450645,377.09598,35.63461,1.1106209,55.508484,1.0382723,0.63168204,2.301455,22.751513,83.02994,220.11322,19.121426,2638.51,122.34812,38.971775,46.075603,11.91106,73.23186,10.591532,2.201035,17.658064,89.73148,6.4686637,4.5017424,7.8424664,33.549397,13.600346,4.119261,27.846981,782.93164,94.01218,1939.1293,32.491398,2859.0886,59.01467,615.1805,1302.6892,35.885433,13.520774,1684.8254,2382.1067,5954.2183,469.18033 +2023-05-16 07:00:00,0.0,6791.4893,63.73337,23.239883,18.687508,37.0989,199.17313,30.862892,59.350815,22.96592,32.107307,551.11395,598.95764,18.417526,68.479866,5.8398323,2.278426,32.012318,33.31681,12.411224,457.36124,4.6130896,349.3458,86.62093,1.7981108,7.0389223,118.71612,43.169975,209.1795,185.69785,5892.216,1.4236116,2066.9412,5.708809,1.9165678,1.0851873,9.281139,217.9049,277.46606,48.576683,223.48454,30.446606,10.111363,800.1445,8.0235815,72.69032,71.88316,439.2968,28.80718,374.7406,18.140114,64.03128,0.0,4385.1416,11588.48,16.156015,96.800575,98.59861,35510.973,158.48735,11.5928135,58.831425,96.75126,77.706245,26.836926,43.596523,734.75305,107.241264,42.26874,9.48633,13.778303,1026.9924,27.476181,363.7693,75.25679,2265.2087,113.42565,150.80482,166.26334,177.64192,13.081358,24.00472,74.95549,10.21311,11.959943,39.620296,53.960808,115.268616,16.721167,15.316258,165.21889,15.484497,4003.5767,52.978924,62.090054,53.502007,53.63049,270.2202,97.46119,72.357864,20.839224,23.649782,48.19813,225.81194,195.54657,94.25383,331.42773,63.952385,61.5653,180.65514,230.91911,988.4887,180.36559,6.711164,15.857292,8.652921,168.50674,14987.902,7.431318,30.547274,45.322266,32.468834,371.29578,64.87182,163.31366,4.9277167,183.54637,584.0386,394.5786,81.115204,594.0283,47.840275,76.695465,228.87167,24.848568,4.135061,18.735788,1430.0525,1.0927715,2.3879435,107.21469,10.0774,5.346068,20.779507,29.837637,316.35114,84.99761,153.79655,1370.8245,183.24976,2149.0112,1879.8745,15.755766,19.421719,12167.067,9.953018,43.650986,360.81754,71.53599,134.04875,60.160866,325.29507,1208.4493,308.74545,8.530712,65.97998,577.14557,2272.3904,42.444603,377.6883,35.690647,1.1101584,55.508766,1.0380388,0.63119906,2.300634,22.777302,83.12428,220.3149,19.100355,2640.4314,122.5401,39.03005,46.13592,11.925883,73.27654,10.608221,2.2010014,17.690054,89.81694,6.486267,4.508801,7.852032,33.530746,13.596717,4.1259117,27.884897,783.43054,94.11425,1941.434,32.509186,2861.725,59.043102,614.92975,1304.2506,35.93044,13.51912,1685.8387,2383.2615,5956.9355,468.84457 +2023-05-16 08:00:00,0.0,6798.1797,63.78102,23.226835,18.695889,37.07965,199.14665,30.854097,59.31532,22.961983,32.087803,551.5864,598.91437,18.407688,68.52989,5.8455935,2.2822287,31.996065,33.356495,12.417655,457.2363,4.617672,349.31396,86.579605,1.7954273,7.0311017,118.70365,43.151363,209.09917,185.63373,5900.3076,1.4217377,2066.2288,5.6983547,1.9145956,1.0839239,9.269496,217.875,277.4662,48.544914,223.78763,30.439785,10.112577,799.9906,8.015742,72.71333,71.91237,439.38,28.845219,374.73853,18.15487,64.07002,0.0,4386.228,11594.89,16.180437,96.917816,98.71334,35520.113,158.58401,11.610237,58.820377,96.7568,77.76643,26.866875,43.60246,734.8366,107.293015,42.26372,9.497345,13.788139,1027.3578,27.531551,363.9351,75.27043,2265.1003,113.478355,150.8807,166.27888,177.40244,13.075839,23.990753,74.88243,10.206194,11.95157,39.668633,54.004364,115.2168,16.726671,15.32721,165.35791,15.471828,4002.8462,53.017933,62.172043,53.580223,53.67579,270.1595,97.5153,72.41129,20.851921,23.661255,48.22821,226.09871,195.56541,94.283066,331.55804,63.952988,61.61285,180.80101,230.93279,988.7705,180.43004,6.7067313,15.858334,8.652765,168.38342,14990.3955,7.4329705,30.520128,45.28781,32.478237,371.38162,64.92079,163.23126,4.9285064,183.6371,583.77,394.27176,81.15532,593.39746,47.82222,76.66575,229.14459,24.831522,4.131433,18.726068,1431.0101,1.0908172,2.3843548,107.14735,10.080491,5.3461623,20.756283,29.812578,316.08337,84.96559,153.75374,1370.0848,183.3089,2148.8088,1879.8892,15.765139,19.439877,12177.997,9.950877,43.69579,360.93533,71.61129,134.17151,60.19185,325.49606,1208.4526,308.80704,8.536713,66.02265,577.7314,2272.2563,42.438564,378.28064,35.746685,1.1096961,55.509045,1.0378054,0.6307161,2.299813,22.803091,83.21863,220.51656,19.079283,2642.3525,122.73208,39.088326,46.196236,11.940707,73.321236,10.62491,2.2009678,17.722042,89.9024,6.503871,4.5158596,7.861598,33.512096,13.593087,4.1325626,27.922813,783.9295,94.21632,1943.7386,32.526978,2864.3613,59.071537,614.6791,1305.812,35.975445,13.517466,1686.852,2384.4163,5959.6533,468.50882 +2023-05-16 09:00:00,0.0,6804.8696,63.82867,23.213787,18.70427,37.060402,199.1202,30.8453,59.279823,22.958044,32.068302,552.0589,598.8711,18.39785,68.57992,5.851355,2.2860317,31.979813,33.396183,12.424085,457.11136,4.622254,349.28214,86.53828,1.7927439,7.0232806,118.691185,43.132755,209.01881,185.56961,5908.3994,1.4198637,2065.5166,5.6879005,1.9126234,1.0826606,9.257853,217.84511,277.4663,48.513145,224.09073,30.432964,10.113791,799.83673,8.007902,72.73635,71.941574,439.46323,28.883257,374.73648,18.169624,64.108765,0.0,4387.3145,11601.298,16.204859,97.03506,98.828064,35529.258,158.68068,11.627661,58.80933,96.76234,77.826614,26.896822,43.60839,734.9202,107.34476,42.258698,9.508361,13.797976,1027.7233,27.586922,364.1009,75.28407,2264.992,113.53106,150.9566,166.29443,177.16293,13.07032,23.976786,74.80938,10.199278,11.943195,39.716965,54.047928,115.164986,16.732174,15.338161,165.49693,15.45916,4002.116,53.056942,62.254032,53.658443,53.721092,270.0988,97.569405,72.464714,20.86462,23.67273,48.258293,226.3855,195.58426,94.3123,331.68835,63.95359,61.660397,180.9469,230.94647,989.0523,180.49448,6.7022986,15.859375,8.65261,168.26012,14992.888,7.434623,30.492985,45.253357,32.487644,371.4675,64.96976,163.14888,4.9292965,183.72783,583.50146,393.96494,81.19543,592.7666,47.804165,76.63604,229.41753,24.814474,4.1278057,18.716347,1431.9677,1.0888629,2.3807662,107.08,10.083583,5.3462563,20.733059,29.78752,315.81558,84.93357,153.71092,1369.3452,183.36804,2148.6067,1879.9037,15.774512,19.458033,12188.928,9.948736,43.740593,361.05313,71.68659,134.29425,60.222836,325.69705,1208.456,308.86862,8.542713,66.06532,578.31714,2272.1223,42.43252,378.873,35.802723,1.1092337,55.509323,1.0375721,0.6302331,2.298992,22.82888,83.312965,220.71823,19.058212,2644.2737,122.924065,39.146603,46.256554,11.95553,73.36593,10.641599,2.2009342,17.754032,89.98786,6.521475,4.522918,7.871164,33.493446,13.589458,4.1392136,27.96073,784.4284,94.31838,1946.0433,32.544765,2866.9976,59.099968,614.42834,1307.3734,36.020454,13.515812,1687.8654,2385.571,5962.3706,468.1731 +2023-05-16 10:00:00,0.0,6811.5596,63.87632,23.200739,18.71265,37.041153,199.09372,30.836504,59.24433,22.954107,32.0488,552.5313,598.8278,18.38801,68.629944,5.8571167,2.2898345,31.963562,33.43587,12.430515,456.98642,4.626836,349.2503,86.49695,1.7900605,7.01546,118.67873,43.114143,208.93848,185.5055,5916.4907,1.4179897,2064.8044,5.677447,1.9106512,1.0813972,9.246208,217.8152,277.46643,48.481377,224.39381,30.426144,10.115005,799.68286,8.000063,72.75937,71.97078,439.54642,28.921293,374.7344,18.18438,64.14751,0.0,4388.4004,11607.707,16.229282,97.1523,98.942795,35538.4,158.77736,11.645085,58.798283,96.767876,77.8868,26.92677,43.614323,735.0038,107.39651,42.253677,9.519377,13.807813,1028.0886,27.642294,364.2667,75.297714,2264.8835,113.58376,151.03247,166.30998,176.92345,13.064801,23.962818,74.73632,10.192362,11.934822,39.7653,54.09148,115.11317,16.737679,15.349113,165.63596,15.446491,4001.3857,53.09595,62.33602,53.736664,53.766396,270.0381,97.62351,72.51814,20.877317,23.684202,48.288372,226.67227,195.6031,94.34154,331.81863,63.954193,61.707947,181.09277,230.96014,989.3341,180.55891,6.6978655,15.860416,8.652454,168.13681,14995.381,7.4362755,30.46584,45.218906,32.49705,371.55334,65.01873,163.06648,4.9300866,183.81854,583.2329,393.65808,81.23554,592.13574,47.78611,76.60632,229.69044,24.797428,4.124178,18.706625,1432.9253,1.0869087,2.3771775,107.01266,10.086674,5.34635,20.709835,29.762459,315.54782,84.90155,153.6681,1368.6055,183.42717,2148.4045,1879.9183,15.783885,19.476189,12199.858,9.946594,43.785397,361.1709,71.761894,134.417,60.25382,325.89804,1208.4594,308.93018,8.548714,66.107994,578.90295,2271.988,42.426483,379.46533,35.858757,1.1087713,55.5096,1.0373387,0.62975013,2.2981708,22.854671,83.40731,220.9199,19.037142,2646.195,123.11604,39.204876,46.316868,11.970353,73.41062,10.658288,2.2009006,17.786022,90.07332,6.539078,4.529977,7.8807297,33.4748,13.58583,4.1458645,27.998644,784.92737,94.420456,1948.3481,32.562553,2869.634,59.1284,614.1776,1308.9348,36.06546,13.514158,1688.8787,2386.7258,5965.0884,467.83734 +2023-05-16 11:00:00,0.0,6818.25,63.92397,23.18769,18.721031,37.0219,199.06726,30.82771,59.208836,22.950169,32.029297,553.0038,598.78455,18.378172,68.67997,5.862878,2.2936373,31.94731,33.47556,12.436946,456.8615,4.6314178,349.2185,86.45562,1.7873771,7.007639,118.66626,43.095535,208.85812,185.44139,5924.5825,1.4161158,2064.0923,5.6669927,1.908679,1.0801338,9.234565,217.7853,277.46655,48.449608,224.69691,30.419321,10.116219,799.529,7.9922233,72.78238,71.999985,439.6296,28.959332,374.73236,18.199135,64.18626,0.0,4389.4863,11614.116,16.253704,97.26953,99.057526,35547.54,158.87402,11.662509,58.787235,96.77341,77.94699,26.956718,43.62026,735.08734,107.44825,42.248657,9.530392,13.817649,1028.4541,27.697664,364.43253,75.311356,2264.7751,113.63647,151.10837,166.32553,176.68396,13.059282,23.94885,74.66327,10.185447,11.926448,39.813633,54.135036,115.06135,16.743181,15.360065,165.77498,15.433823,4000.6553,53.13496,62.41801,53.81488,53.811695,269.9774,97.67762,72.57157,20.890017,23.695677,48.31845,226.95906,195.62195,94.370766,331.94894,63.9548,61.755493,181.23866,230.97382,989.6159,180.62335,6.693433,15.861459,8.652299,168.0135,14997.873,7.437928,30.438694,45.184452,32.506454,371.63922,65.067696,162.9841,4.9308767,183.90927,582.9643,393.35123,81.27565,591.50494,47.768055,76.57661,229.96336,24.78038,4.12055,18.696903,1433.8828,1.0849544,2.3735888,106.94531,10.089766,5.3464446,20.686611,29.7374,315.28006,84.86952,153.62529,1367.8658,183.48631,2148.2021,1879.9329,15.793259,19.494345,12210.789,9.944453,43.830196,361.2887,71.8372,134.53975,60.284805,326.09903,1208.4626,308.99176,8.554714,66.150665,579.4888,2271.854,42.42044,380.05765,35.914795,1.108309,55.50988,1.0371053,0.62926716,2.2973497,22.88046,83.501656,221.12158,19.016071,2648.1162,123.30802,39.263153,46.377186,11.985177,73.45531,10.674977,2.200867,17.81801,90.158775,6.556682,4.537036,7.8902955,33.45615,13.5822,4.1525154,28.03656,785.4263,94.52252,1950.6528,32.580345,2872.2703,59.156834,613.92694,1310.4962,36.110466,13.512505,1689.892,2387.8806,5967.8057,467.5016 +2023-05-16 12:00:00,0.0,6824.94,63.97162,23.17464,18.729412,37.00265,199.04079,30.818913,59.17334,22.946232,32.009796,553.4762,598.74133,18.368334,68.729996,5.8686395,2.29744,31.931057,33.515244,12.443377,456.73657,4.6359997,349.18668,86.41429,1.7846937,6.999818,118.65379,43.076923,208.77777,185.37727,5932.6743,1.4142418,2063.38,5.6565385,1.9067068,1.0788704,9.22292,217.75539,277.46667,48.41784,225.0,30.4125,10.117432,799.3751,7.9843836,72.8054,72.02919,439.7128,28.99737,374.7303,18.21389,64.225,0.0,4390.5723,11620.525,16.278126,97.38677,99.17226,35556.68,158.97069,11.679934,58.77619,96.778946,78.00717,26.986666,43.62619,735.1709,107.5,42.243637,9.541408,13.827486,1028.8195,27.753035,364.59833,75.325,2264.6665,113.68916,151.18423,166.34106,176.44446,13.053763,23.934883,74.59021,10.178531,11.918075,39.86197,54.17859,115.00953,16.748686,15.371017,165.914,15.421154,3999.925,53.173965,62.5,53.8931,53.857,269.91666,97.73173,72.625,20.902714,23.70715,48.348534,227.24583,195.64078,94.4,332.07922,63.955402,61.803043,181.38454,230.98749,989.8977,180.68779,6.689,15.8625,8.6521435,167.8902,15000.365,7.439581,30.411549,45.149998,32.51586,371.72507,65.11667,162.9017,4.9316664,184.0,582.69574,393.04437,81.315765,590.8741,47.75,76.54689,230.2363,24.763332,4.1169224,18.687181,1434.8405,1.0830001,2.3700001,106.87797,10.092857,5.3465385,20.663387,29.712341,315.01227,84.8375,153.58246,1367.1262,183.54546,2148.0,1879.9475,15.802631,19.5125,12221.719,9.942312,43.875,361.4065,71.912506,134.6625,60.31579,326.30002,1208.466,309.05334,8.560715,66.19333,580.0745,2271.7197,42.4144,380.65,35.970833,1.1078466,55.51016,1.0368719,0.6287842,2.2965288,22.90625,83.596,221.32324,18.995,2650.0376,123.5,39.321426,46.4375,12.0,73.5,10.691667,2.2008333,17.85,90.24423,6.5742855,4.5440946,7.8998613,33.4375,13.578571,4.1591663,28.074476,785.9252,94.62459,1952.9575,32.598133,2874.9065,59.185265,613.6762,1312.0576,36.15547,13.510851,1690.9053,2389.0354,5970.5234,467.16583 +2023-05-16 13:00:00,0.0,6831.63,64.01927,23.161592,18.737793,36.983402,199.01431,30.810116,59.137844,22.942293,31.990294,553.94867,598.69806,18.358494,68.78002,5.874401,2.3012428,31.914806,33.55493,12.449806,456.61163,4.640582,349.15485,86.372955,1.7820103,6.9919972,118.64133,43.05831,208.69743,185.31316,5940.766,1.4123678,2062.6677,5.6460843,1.9047347,1.077607,9.211276,217.72548,277.4668,48.38607,225.30309,30.40568,10.118646,799.2212,7.9765444,72.828415,72.058395,439.79602,29.035406,374.7282,18.228645,64.26374,0.0,4391.6587,11626.934,16.30255,97.50401,99.28699,35565.82,159.06735,11.697357,58.765144,96.784485,78.06736,27.016613,43.632122,735.25446,107.55175,42.238613,9.5524235,13.837322,1029.1848,27.808405,364.76413,75.338646,2264.558,113.74187,151.26012,166.35661,176.20497,13.048244,23.920916,74.51716,10.171615,11.909701,39.9103,54.222153,114.95771,16.754189,15.3819685,166.05302,15.408485,3999.1948,53.212975,62.58199,53.97132,53.9023,269.85596,97.785835,72.67843,20.915411,23.718622,48.378613,227.53262,195.65962,94.42924,332.20953,63.956005,61.850594,181.53041,231.00117,990.17957,180.75223,6.6845675,15.863542,8.651987,167.76689,15002.858,7.441233,30.384403,45.115543,32.52527,371.8109,65.165634,162.8193,4.9324565,184.09073,582.4272,392.73755,81.35587,590.2432,47.73194,76.51718,230.50922,24.746286,4.1132946,18.67746,1435.7981,1.0810457,2.3664114,106.81062,10.095948,5.3466325,20.640163,29.68728,314.7445,84.80548,153.53964,1366.3865,183.6046,2147.7979,1879.9622,15.812005,19.530657,12232.649,9.94017,43.919804,361.5243,71.98781,134.78525,60.34677,326.501,1208.4692,309.1149,8.566714,66.236,580.66034,2271.5857,42.40836,381.24234,36.02687,1.1073842,55.510437,1.0366385,0.62830126,2.2957077,22.93204,83.690346,221.52492,18.97393,2651.9587,123.69198,39.379704,46.497814,12.014824,73.54469,10.708356,2.2007997,17.881989,90.32969,6.5918894,4.551153,7.9094267,33.41885,13.574943,4.1658177,28.112392,786.42413,94.72666,1955.2622,32.61592,2877.543,59.213696,613.4255,1313.619,36.200478,13.509197,1691.9186,2390.1902,5973.2407,466.83008 +2023-05-16 14:00:00,0.0,6838.3203,64.06692,23.148544,18.746174,36.96415,198.98785,30.801321,59.10235,22.938354,31.970793,554.4211,598.6548,18.348656,68.83005,5.8801622,2.3050456,31.898554,33.59462,12.456237,456.48672,4.645164,349.12305,86.33163,1.7793268,6.984176,118.62886,43.039703,208.61708,185.24905,5948.858,1.4104939,2061.9556,5.63563,1.9027625,1.0763437,9.199633,217.69557,277.46692,48.3543,225.60619,30.398857,10.11986,799.0673,7.9687047,72.851425,72.0876,439.8792,29.073444,374.72617,18.2434,64.30248,0.0,4392.7446,11633.343,16.326971,97.621254,99.40172,35574.96,159.16402,11.714782,58.754097,96.790016,78.12755,27.046562,43.638058,735.338,107.60349,42.233593,9.563438,13.847158,1029.5503,27.863775,364.92996,75.35229,2264.4497,113.79457,151.33601,166.37216,175.96548,13.042726,23.906948,74.44411,10.164699,11.901327,39.958637,54.265705,114.90589,16.759693,15.3929205,166.19205,15.395817,3998.4644,53.251984,62.66398,54.049538,53.9476,269.79526,97.83994,72.73186,20.92811,23.730097,48.40869,227.8194,195.67847,94.458466,332.33984,63.95661,61.89814,181.6763,231.01485,990.46136,180.81667,6.680135,15.864584,8.651832,167.64359,15005.351,7.442886,30.357258,45.08109,32.53467,371.8968,65.21461,162.73692,4.9332466,184.18146,582.1586,392.4307,81.39598,589.61237,47.713886,76.487465,230.78214,24.729239,4.109667,18.667738,1436.7556,1.0790914,2.3628225,106.74328,10.09904,5.346727,20.61694,29.662222,314.47675,84.77345,153.49683,1365.6469,183.66374,2147.5955,1879.9767,15.821379,19.548815,12243.58,9.938029,43.964607,361.6421,72.06311,134.90799,60.377758,326.702,1208.4725,309.17648,8.572715,66.27867,581.2461,2271.4517,42.402317,381.8347,36.08291,1.1069219,55.510715,1.0364051,0.6278183,2.2948866,22.957829,83.78469,221.7266,18.952858,2653.88,123.883965,39.43798,46.558132,12.029647,73.58938,10.725044,2.200766,17.913979,90.415146,6.6094933,4.558212,7.9189925,33.4002,13.571313,4.1724687,28.150309,786.92303,94.82873,1957.5669,32.633713,2880.1792,59.24213,613.1748,1315.1804,36.245487,13.507544,1692.9319,2391.345,5975.958,466.49432 +2023-05-16 15:00:00,0.0,6845.0103,64.11457,23.135496,18.754555,36.9449,198.96138,30.792524,59.066856,22.934418,31.95129,554.89355,598.6115,18.338818,68.88008,5.885924,2.3088484,31.882303,33.634304,12.462667,456.3618,4.649746,349.09122,86.2903,1.7766434,6.9763556,118.6164,43.02109,208.53674,185.18494,5956.949,1.40862,2061.2434,5.625176,1.9007903,1.0750802,9.187989,217.66566,277.46704,48.322533,225.90927,30.392036,10.121073,798.91345,7.960865,72.87444,72.1168,439.9624,29.111483,374.7241,18.258156,64.341225,0.0,4393.8306,11639.752,16.351393,97.738495,99.51645,35584.1,159.2607,11.732205,58.74305,96.795555,78.18774,27.07651,43.64399,735.4216,107.65524,42.228573,9.574454,13.856996,1029.9156,27.919146,365.09576,75.36593,2264.3413,113.847275,151.4119,166.38771,175.72598,13.037207,23.89298,74.37105,10.157783,11.892954,40.00697,54.30926,114.85407,16.765196,15.4038725,166.33107,15.383148,3997.7341,53.290993,62.745968,54.127758,53.992905,269.73453,97.89405,72.785286,20.940807,23.74157,48.43877,228.10619,195.69731,94.4877,332.47012,63.957214,61.94569,181.82217,231.02852,990.74316,180.8811,6.6757016,15.865625,8.651676,167.52028,15007.844,7.4445386,30.330112,45.04664,32.54408,371.98264,65.26357,162.65453,4.9340367,184.27217,581.8901,392.12384,81.4361,588.9815,47.69583,76.45775,231.05505,24.712193,4.106039,18.658016,1437.7133,1.0771371,2.3592339,106.675934,10.102131,5.346821,20.593714,29.637161,314.20898,84.74143,153.45401,1364.9072,183.72287,2147.3933,1879.9913,15.830751,19.56697,12254.51,9.935887,44.00941,361.75986,72.13841,135.03075,60.40874,326.90295,1208.4758,309.23804,8.578715,66.32134,581.8319,2271.3174,42.39628,382.42703,36.138943,1.1064595,55.510994,1.0361717,0.6273353,2.2940655,22.98362,83.879036,221.92827,18.931787,2655.8013,124.07594,39.496254,46.618446,12.04447,73.63407,10.741734,2.2007325,17.945967,90.5006,6.6270967,4.5652704,7.9285583,33.381554,13.567684,4.1791196,28.188225,787.422,94.9308,1959.8717,32.6515,2882.8154,59.27056,612.9241,1316.7418,36.290493,13.50589,1693.9452,2392.4998,5978.676,466.15857 +2023-05-16 16:00:00,0.0,6851.7,64.16222,23.122448,18.762936,36.92565,198.93492,30.783728,59.03136,22.93048,31.931787,555.366,598.56824,18.328978,68.93011,5.8916855,2.3126512,31.86605,33.673992,12.469097,456.23685,4.654328,349.0594,86.24897,1.77396,6.9685345,118.603935,43.002483,208.45639,185.12082,5965.041,1.406746,2060.5312,5.6147223,1.8988181,1.0738168,9.176345,217.63577,277.46716,48.290764,226.21237,30.385216,10.122287,798.7596,7.953026,72.89746,72.146,440.0456,29.149519,374.72205,18.27291,64.37997,0.0,4394.917,11646.16,16.375814,97.855736,99.63118,35593.246,159.35736,11.749629,58.732002,96.8011,78.24792,27.106457,43.64992,735.5052,107.706985,42.22355,9.58547,13.866832,1030.2811,27.974516,365.26157,75.37957,2264.233,113.89998,151.48778,166.40326,175.4865,13.031688,23.879013,74.298,10.1508665,11.88458,40.055305,54.35282,114.80226,16.7707,15.414824,166.4701,15.37048,3997.004,53.33,62.827957,54.20598,54.038208,269.67383,97.94816,72.83871,20.953506,23.753044,48.468853,228.39296,195.71616,94.51694,332.60043,63.957817,61.993237,181.96806,231.0422,991.02496,180.94554,6.671269,15.866667,8.651521,167.39697,15010.336,7.446191,30.302969,45.012184,32.553486,372.0685,65.312546,162.57214,4.934827,184.3629,581.6215,391.81702,81.476204,588.35065,47.677776,76.42804,231.32799,24.695145,4.1024117,18.648294,1438.6708,1.0751828,2.3556452,106.60859,10.105223,5.346915,20.57049,29.612103,313.9412,84.70941,153.4112,1364.1676,183.78201,2147.1912,1880.0059,15.840125,19.585127,12265.44,9.933746,44.05421,361.87766,72.213715,135.15349,60.439728,327.10394,1208.4792,309.29962,8.584716,66.36401,582.4177,2271.1833,42.390236,383.01935,36.19498,1.1059971,55.511272,1.0359383,0.62685233,2.2932444,23.009409,83.97337,222.12994,18.910717,2657.7224,124.26792,39.55453,46.678764,12.059294,73.678764,10.758423,2.2006989,17.977957,90.58607,6.6447005,4.572329,7.938124,33.362904,13.564055,4.1857705,28.226141,787.9209,95.03287,1962.1764,32.66929,2885.452,59.298992,612.67334,1318.3032,36.3355,13.504236,1694.9585,2393.6545,5981.393,465.82285 +2023-05-16 17:00:00,0.0,6858.3906,64.20987,23.1094,18.771315,36.906403,198.90845,30.774933,58.995865,22.926542,31.912287,555.83844,598.52496,18.31914,68.98013,5.8974466,2.316454,31.8498,33.71368,12.475528,456.1119,4.6589103,349.02756,86.20764,1.7712766,6.960714,118.59147,42.98387,208.37605,185.0567,5973.133,1.4048721,2059.8188,5.604268,1.8968459,1.0725534,9.164701,217.60587,277.4673,48.258995,226.51546,30.378395,10.123501,798.6057,7.945186,72.92047,72.17521,440.12878,29.187557,374.71997,18.287664,64.41872,0.0,4396.003,11652.569,16.400238,97.97298,99.74591,35602.387,159.45403,11.767054,58.720955,96.80664,78.308105,27.136406,43.655857,735.58875,107.758736,42.21853,9.596485,13.876668,1030.6465,28.029886,365.42737,75.39321,2264.1245,113.95268,151.56364,166.41881,175.24701,13.026169,23.865046,74.22494,10.143951,11.876206,40.10364,54.396378,114.75044,16.776203,15.425776,166.60912,15.357811,3996.2734,53.36901,62.909946,54.284195,54.083508,269.61313,98.002266,72.892136,20.966204,23.764517,48.49893,228.67975,195.735,94.54617,332.73074,63.95842,62.040787,182.11394,231.05588,991.30676,181.01,6.6668363,15.867708,8.651365,167.27365,15012.829,7.4478436,30.275824,44.97773,32.56289,372.15436,65.36151,162.48975,4.9356165,184.45363,581.35297,391.51016,81.51632,587.71985,47.65972,76.39832,231.6009,24.678099,4.098784,18.638573,1439.6284,1.0732286,2.3520565,106.541245,10.108314,5.347009,20.547266,29.587044,313.67343,84.67739,153.36838,1363.428,183.84116,2146.9888,1880.0205,15.849498,19.603283,12276.371,9.931605,44.099014,361.99545,72.28902,135.27625,60.47071,327.30493,1208.4825,309.3612,8.590716,66.406685,583.0035,2271.0493,42.384197,383.6117,36.25102,1.1055348,55.51155,1.0357049,0.62636936,2.2924235,23.035198,84.06772,222.3316,18.889647,2659.6436,124.4599,39.61281,46.73908,12.074117,73.72346,10.775112,2.2006652,18.009947,90.671524,6.662304,4.5793877,7.94769,33.344254,13.560426,4.1924214,28.264057,788.41986,95.13493,1964.4811,32.68708,2888.0881,59.327427,612.42267,1319.8646,36.380505,13.502582,1695.9718,2394.8093,5984.111,465.4871 +2023-05-16 18:00:00,0.0,6865.0806,64.257515,23.096352,18.779696,36.88715,198.88199,30.766136,58.96037,22.922604,31.892784,556.3109,598.4817,18.309301,69.03016,5.9032083,2.3202567,31.833548,33.753365,12.481958,455.987,4.663492,348.99576,86.16631,1.7685932,6.952893,118.579,42.96526,208.2957,184.9926,5981.2246,1.4029981,2059.1067,5.593814,1.8948737,1.07129,9.153057,217.57596,277.46738,48.227226,226.81854,30.371572,10.124714,798.45184,7.9373465,72.94349,72.204414,440.21198,29.225595,374.71793,18.30242,64.45746,0.0,4397.089,11658.979,16.42466,98.09021,99.86064,35611.527,159.55069,11.784477,58.709908,96.812164,78.36829,27.166353,43.66179,735.6723,107.810486,42.21351,9.607501,13.886505,1031.0118,28.085257,365.5932,75.40685,2264.016,114.00539,151.63953,166.43436,175.0075,13.02065,23.851078,74.151886,10.137035,11.867833,40.151974,54.439934,114.69862,16.781708,15.436728,166.74815,15.345143,3995.5432,53.40802,62.991936,54.362415,54.12881,269.55243,98.056366,72.945564,20.978903,23.775991,48.52901,228.96652,195.75383,94.5754,332.86102,63.959026,62.088333,182.25983,231.06955,991.58856,181.07443,6.6624036,15.868751,8.65121,167.15034,15015.321,7.4494963,30.248678,44.943275,32.572296,372.24023,65.410484,162.40736,4.9364066,184.54436,581.08435,391.2033,81.55643,587.089,47.641666,76.36861,231.87383,24.66105,4.095156,18.62885,1440.5859,1.0712743,2.3484678,106.4739,10.111405,5.347103,20.524042,29.561983,313.40567,84.64536,153.32556,1362.6882,183.9003,2146.7866,1880.035,15.858871,19.621439,12287.301,9.929463,44.143818,362.11325,72.36432,135.39899,60.501698,327.50592,1208.4858,309.42276,8.596717,66.449356,583.5893,2270.915,42.378155,384.20404,36.307056,1.1050724,55.511833,1.0354714,0.6258864,2.2916024,23.060987,84.16206,222.53328,18.868576,2661.565,124.651886,39.67108,46.799397,12.088941,73.76814,10.7918005,2.2006316,18.041935,90.75698,6.679908,4.5864463,7.957256,33.325603,13.556797,4.1990724,28.301973,788.91876,95.23701,1966.7858,32.70487,2890.7244,59.355858,612.17194,1321.426,36.42551,13.500928,1696.9851,2395.964,5986.828,465.15134 +2023-05-16 19:00:00,0.0,6871.771,64.30517,23.083303,18.788076,36.8679,198.85551,30.757341,58.924873,22.918667,31.873281,556.7833,598.4384,18.299463,69.080185,5.90897,2.3240595,31.817295,33.793053,12.488388,455.86206,4.668074,348.96393,86.124985,1.7659098,6.945072,118.566536,42.94665,208.21535,184.92848,5989.3164,1.4011241,2058.3945,5.5833597,1.8929015,1.0700266,9.141413,217.54605,277.4675,48.195457,227.12164,30.364752,10.125928,798.2979,7.929507,72.96651,72.23362,440.29517,29.263632,374.71585,18.317175,64.4962,0.0,4398.175,11665.387,16.449081,98.20745,99.97537,35620.668,159.64735,11.801902,58.69886,96.8177,78.428474,27.1963,43.66772,735.75586,107.86223,42.20849,9.618517,13.896341,1031.3773,28.140627,365.759,75.4205,2263.9077,114.05809,151.71542,166.4499,174.76802,13.015131,23.837112,74.07883,10.130119,11.859459,40.20031,54.483486,114.646805,16.787212,15.447679,166.88718,15.332475,3994.813,53.447025,63.073925,54.440636,54.174114,269.4917,98.11047,72.99899,20.9916,23.787464,48.55909,229.25331,195.77267,94.60464,332.99133,63.95963,62.135883,182.4057,231.08322,991.87036,181.13887,6.6579704,15.869792,8.651054,167.02704,15017.814,7.4511485,30.221533,44.908825,32.581703,372.32608,65.45945,162.32497,4.9371967,184.63509,580.8158,390.89648,81.59654,586.4581,47.623608,76.3389,232.14674,24.644005,4.0915284,18.61913,1441.5436,1.06932,2.3448792,106.406555,10.114496,5.347197,20.500818,29.536924,313.13788,84.61334,153.28275,1361.9486,183.95943,2146.5845,1880.0497,15.868244,19.639595,12298.231,9.927322,44.18862,362.23105,72.43962,135.52174,60.53268,327.7069,1208.4891,309.48434,8.602717,66.49203,584.1751,2270.781,42.372112,384.7964,36.363094,1.10461,55.51211,1.035238,0.6254034,2.2907813,23.086777,84.25641,222.73495,18.847506,2663.486,124.843864,39.72936,46.85971,12.103764,73.812836,10.80849,2.200598,18.073925,90.84244,6.6975117,4.593505,7.9668217,33.306957,13.553168,4.2057233,28.339888,789.4177,95.33907,1969.0905,32.722656,2893.3606,59.384293,611.9212,1322.9874,36.47052,13.499274,1697.9984,2397.119,5989.5454,464.81558 +2023-05-16 20:00:00,0.0,6878.461,64.35282,23.070255,18.796457,36.84865,198.82904,30.748545,58.889378,22.914728,31.853779,557.2558,598.3952,18.289623,69.13021,5.914731,2.3278623,31.801044,33.83274,12.494819,455.73712,4.672656,348.9321,86.08366,1.7632263,6.937251,118.55408,42.92804,208.13501,184.86436,5997.408,1.3992501,2057.6824,5.5729055,1.8909293,1.0687633,9.129769,217.51614,277.46762,48.16369,227.42473,30.357931,10.127142,798.14404,7.9216676,72.98952,72.262825,440.3784,29.30167,374.7138,18.33193,64.53494,0.0,4399.261,11671.796,16.473505,98.32469,100.0901,35629.81,159.74403,11.819325,58.687813,96.82324,78.48866,27.226248,43.673656,735.8394,107.91398,42.203465,9.629532,13.9061775,1031.7427,28.195997,365.9248,75.43414,2263.7993,114.110794,151.7913,166.46545,174.52853,13.009612,23.823145,74.005775,10.123203,11.851086,40.248642,54.527046,114.594986,16.792715,15.458631,167.0262,15.319806,3994.0825,53.486034,63.155914,54.518852,54.219414,269.431,98.16458,73.05242,21.0043,23.798937,48.589172,229.54008,195.79152,94.63387,333.12164,63.96023,62.18343,182.55159,231.09691,992.15216,181.20331,6.6535378,15.870833,8.650899,166.90373,15020.307,7.452801,30.194387,44.87437,32.591106,372.41196,65.50842,162.24258,4.937987,184.7258,580.54724,390.58963,81.63665,585.8273,47.605553,76.30918,232.41968,24.626957,4.0879006,18.609407,1442.5012,1.0673656,2.3412905,106.33921,10.117588,5.347291,20.477594,29.511864,312.87012,84.58132,153.23991,1361.209,184.01857,2146.382,1880.0642,15.877618,19.657753,12309.162,9.925181,44.233425,362.34882,72.51492,135.64449,60.563667,327.9079,1208.4924,309.54593,8.608717,66.5347,584.76086,2270.647,42.366074,385.3887,36.41913,1.1041477,55.51239,1.0350046,0.6249205,2.2899601,23.112568,84.35075,222.93663,18.826433,2665.4072,125.03584,39.787636,46.92003,12.1185875,73.85753,10.825179,2.2005644,18.105913,90.927895,6.715115,4.6005635,7.9763875,33.288307,13.549539,4.2123747,28.377804,789.9166,95.44114,1971.3953,32.740448,2895.997,59.412724,611.67053,1324.5488,36.515526,13.497621,1699.0118,2398.2737,5992.263,464.47983 +2023-05-16 21:00:00,0.0,6885.151,64.40047,23.057207,18.804838,36.829403,198.80258,30.739748,58.853886,22.91079,31.834278,557.7282,598.3519,18.279785,69.18024,5.9204926,2.331665,31.784792,33.872425,12.501249,455.61218,4.6772385,348.90027,86.04233,1.7605429,6.9294305,118.54161,42.90943,208.05466,184.80026,6005.4995,1.3973762,2056.9702,5.562452,1.8889571,1.0674999,9.118125,217.48624,277.46774,48.13192,227.72783,30.351109,10.128355,797.9902,7.913828,73.012535,72.29203,440.46158,29.339708,374.71173,18.346685,64.573685,0.0,4400.347,11678.205,16.497927,98.44193,100.204834,35638.95,159.8407,11.83675,58.676765,96.82878,78.54885,27.256197,43.67959,735.923,107.96573,42.198444,9.640548,13.916015,1032.1082,28.25137,366.09064,75.447784,2263.691,114.1635,151.86719,166.481,174.28903,13.004093,23.809177,73.932724,10.116287,11.842711,40.296978,54.570602,114.54317,16.79822,15.469583,167.16522,15.3071375,3993.3523,53.525043,63.237904,54.597073,54.264717,269.3703,98.21869,73.10585,21.016996,23.810411,48.61925,229.82687,195.81036,94.66311,333.25192,63.960835,62.23098,182.69746,231.11058,992.43396,181.26775,6.649105,15.871875,8.6507435,166.78043,15022.8,7.454454,30.167242,44.839916,32.600513,372.4978,65.557396,162.16019,4.938777,184.81653,580.2787,390.28278,81.67676,585.1964,47.587498,76.279465,232.6926,24.609911,4.084273,18.599686,1443.4587,1.0654113,2.3377016,106.27187,10.12068,5.3473854,20.45437,29.486805,312.60236,84.54929,153.1971,1360.4692,184.07771,2146.18,1880.0789,15.886991,19.675909,12320.093,9.923039,44.278225,362.4666,72.590225,135.76724,60.59465,328.1089,1208.4957,309.60748,8.6147175,66.57736,585.3467,2270.5127,42.36003,385.98105,36.475166,1.1036853,55.51267,1.0347712,0.6244375,2.289139,23.138357,84.4451,223.13829,18.805363,2667.3286,125.22782,39.84591,46.980343,12.13341,73.902214,10.841868,2.200531,18.137903,91.01335,6.732719,4.6076226,7.9859533,33.269657,13.54591,4.2190256,28.41572,790.4156,95.54321,1973.7,32.758236,2898.6333,59.441154,611.4198,1326.1102,36.56053,13.495967,1700.0251,2399.4285,5994.9805,464.14407 +2023-05-16 22:00:00,0.0,6891.8413,64.44812,23.044159,18.81322,36.81015,198.77611,30.730953,58.81839,22.906853,31.814775,558.2007,598.30865,18.269947,69.23026,5.9262543,2.335468,31.768541,33.912113,12.507679,455.48727,4.6818204,348.86847,86.001,1.7578595,6.9216094,118.529144,42.89082,207.97432,184.73615,6013.5913,1.3955022,2056.2578,5.5519977,1.886985,1.0662365,9.106482,217.45634,277.46786,48.10015,228.03091,30.344288,10.129569,797.8363,7.905988,73.03555,72.321236,440.54477,29.377747,374.7097,18.36144,64.612434,0.0,4401.4336,11684.614,16.522348,98.55917,100.319565,35648.094,159.93736,11.854174,58.665718,96.83432,78.60903,27.286144,43.68552,736.00653,108.01747,42.193424,9.651564,13.925851,1032.4735,28.30674,366.25644,75.461426,2263.5823,114.2162,151.94307,166.49655,174.04955,12.998574,23.79521,73.859665,10.109371,11.834338,40.34531,54.61416,114.49135,16.803722,15.480535,167.30424,15.294469,3992.622,53.564053,63.319893,54.675293,54.31002,269.30957,98.2728,73.15927,21.029696,23.821884,48.64933,230.11365,195.82921,94.69234,333.38223,63.96144,62.278526,182.84335,231.12425,992.71576,181.33218,6.6446724,15.872917,8.650588,166.65712,15025.292,7.456106,30.140099,44.80546,32.60992,372.58368,65.60636,162.0778,4.9395666,184.90726,580.01013,389.97595,81.71687,584.56555,47.569443,76.249756,232.96552,24.592863,4.080645,18.589964,1444.4164,1.063457,2.334113,106.20453,10.123771,5.3474793,20.431147,29.461746,312.33456,84.51727,153.15428,1359.7296,184.13686,2145.9778,1880.0934,15.896364,19.694065,12331.022,9.920898,44.32303,362.5844,72.66553,135.88998,60.625637,328.30988,1208.4991,309.66907,8.620718,66.62003,585.93243,2270.3787,42.353992,386.5734,36.531204,1.103223,55.512947,1.0345378,0.62395453,2.2883182,23.164146,84.539444,223.33997,18.784292,2669.2498,125.41981,39.904186,47.040657,12.148233,73.94691,10.858557,2.2004974,18.169893,91.098816,6.7503223,4.6146812,7.995519,33.251007,13.542281,4.2256765,28.453636,790.9145,95.64528,1976.0046,32.776024,2901.2695,59.46959,611.16907,1327.6715,36.605537,13.494313,1701.0385,2400.5833,5997.698,463.80835 +2023-05-16 23:00:00,0.0,6898.5312,64.495766,23.03111,18.8216,36.7909,198.74965,30.722157,58.782894,22.902914,31.795273,558.6731,598.2654,18.260107,69.2803,5.9320154,2.3392708,31.752289,33.9518,12.51411,455.36234,4.6864023,348.83664,85.95967,1.7551761,6.9137883,118.51668,42.872208,207.89397,184.67203,6021.683,1.3936282,2055.5457,5.5415435,1.8850127,1.0649731,9.094838,217.42644,277.468,48.068382,228.334,30.337467,10.130782,797.68243,7.8981485,73.05857,72.35044,440.62796,29.415783,374.7076,18.376196,64.65118,0.0,4402.5195,11691.022,16.54677,98.676414,100.434296,35657.234,160.03403,11.871597,58.65467,96.83986,78.66922,27.316092,43.691456,736.0901,108.06922,42.188404,9.662579,13.935688,1032.8389,28.36211,366.42224,75.47507,2263.4739,114.268906,152.01895,166.5121,173.81006,12.993055,23.781242,73.78661,10.102456,11.825965,40.393646,54.657715,114.43954,16.809227,15.491486,167.44327,15.2818,3991.8916,53.60306,63.401882,54.75351,54.35532,269.24887,98.326904,73.2127,21.042393,23.833359,48.67941,230.40042,195.84805,94.72157,333.51254,63.962044,62.326077,182.98923,231.13794,992.99756,181.39662,6.6402392,15.873959,8.650433,166.53381,15027.784,7.457759,30.112953,44.77101,32.619324,372.66953,65.655334,161.9954,4.9403567,184.99799,579.7416,389.6691,81.75698,583.93475,47.551388,76.22004,233.23845,24.575817,4.077018,18.580242,1445.3739,1.0615027,2.3305242,106.137184,10.126863,5.3475733,20.407923,29.436686,312.0668,84.48525,153.11147,1358.99,184.196,2145.7754,1880.108,15.905738,19.712221,12341.953,9.918757,44.367832,362.7022,72.74083,136.01274,60.65662,328.51086,1208.5024,309.73065,8.6267185,66.662704,586.51825,2270.2446,42.34795,387.16574,36.587242,1.1027606,55.513226,1.0343045,0.62347156,2.287497,23.189936,84.63379,223.54164,18.763222,2671.1711,125.611786,39.96246,47.100975,12.163057,73.9916,10.875246,2.2004638,18.201881,91.18427,6.767926,4.62174,8.005085,33.232357,13.538652,4.2323275,28.491552,791.4134,95.747345,1978.3093,32.793816,2903.906,59.49802,610.9184,1329.2329,36.650543,13.49266,1702.0518,2401.738,6000.4155,463.4726 +2023-05-17 00:00:00,0.0,6905.221,64.54342,23.018063,18.82998,36.771652,198.72318,30.71336,58.7474,22.898977,31.775772,559.14557,598.2221,18.250269,69.33032,5.937777,2.3430736,31.736036,33.99149,12.52054,455.2374,4.6909842,348.8048,85.91834,1.7524927,6.9059677,118.50421,42.8536,207.81361,184.60793,6029.775,1.3917543,2054.8335,5.5310893,1.8830405,1.0637097,9.083193,217.39653,277.4681,48.036613,228.6371,30.330645,10.131996,797.52856,7.8903093,73.08158,72.37964,440.71118,29.453821,374.70557,18.390951,64.68992,0.0,4403.6055,11697.432,16.571194,98.793655,100.54902,35666.375,160.13069,11.889022,58.643623,96.8454,78.72941,27.34604,43.697388,736.1737,108.120964,42.18338,9.673594,13.945524,1033.2043,28.41748,366.58807,75.48871,2263.3655,114.32161,152.09482,166.52765,173.57056,12.987536,23.767275,73.713554,10.09554,11.817591,40.44198,54.70127,114.38772,16.81473,15.502438,167.58229,15.269132,3991.1614,53.64207,63.48387,54.83173,54.400623,269.18817,98.38101,73.26613,21.055092,23.844831,48.70949,230.68721,195.86688,94.75081,333.64282,63.962646,62.373623,183.13512,231.15161,993.27936,181.46106,6.6358066,15.875,8.650276,166.4105,15030.277,7.4594116,30.085808,44.736557,32.62873,372.7554,65.7043,161.91302,4.941147,185.08871,579.47296,389.36224,81.7971,583.3039,47.533333,76.19032,233.51137,24.55877,4.07339,18.57052,1446.3315,1.0595484,2.3269355,106.06984,10.129953,5.3476677,20.384699,29.411627,311.79904,84.453224,153.06865,1358.2502,184.25513,2145.5732,1880.1226,15.915111,19.730377,12352.884,9.9166155,44.412636,362.81998,72.81613,136.13548,60.687603,328.71185,1208.5057,309.7922,8.632719,66.705376,587.10406,2270.1104,42.34191,387.75806,36.64328,1.1022981,55.513504,1.0340711,0.6229886,2.286676,23.215725,84.72813,223.74332,18.742151,2673.0923,125.803764,40.020737,47.16129,12.17788,74.03629,10.891935,2.2004302,18.233871,91.26973,6.78553,4.6287985,8.01465,33.21371,13.535023,4.2389784,28.529469,791.91235,95.84942,1980.614,32.811604,2906.5422,59.52645,610.66766,1330.7943,36.695553,13.491006,1703.0651,2402.8928,6003.133,463.13684 +2023-05-17 01:00:00,0.0,6911.9116,64.591064,23.005014,18.838362,36.752403,198.69672,30.704565,58.711903,22.895039,31.75627,559.61804,598.17883,18.24043,69.38035,5.9435387,2.3468764,31.719786,34.031174,12.52697,455.1125,4.695566,348.77298,85.877014,1.7498093,6.8981466,118.49175,42.834988,207.73328,184.54381,6037.8667,1.3898803,2054.1213,5.520635,1.8810683,1.0624464,9.071549,217.36662,277.46823,48.004845,228.94019,30.323824,10.13321,797.3747,7.8824697,73.1046,72.408844,440.79437,29.49186,374.7035,18.405706,64.72866,0.0,4404.6914,11703.841,16.595615,98.91089,100.66375,35675.516,160.22737,11.9064455,58.632576,96.85093,78.78959,27.375988,43.703323,736.25726,108.172714,42.17836,9.68461,13.95536,1033.5697,28.47285,366.75388,75.50235,2263.257,114.37431,152.17072,166.5432,173.33107,12.9820175,23.753307,73.6405,10.088624,11.809217,40.490314,54.744827,114.3359,16.820234,15.51339,167.72131,15.256463,3990.431,53.68108,63.56586,54.90995,54.445927,269.12747,98.43512,73.31956,21.06779,23.856306,48.73957,230.97398,195.88573,94.780045,333.77313,63.963253,62.421173,183.28099,231.16528,993.56116,181.5255,6.631374,15.876041,8.650121,166.28719,15032.77,7.461064,30.058662,44.702103,32.638138,372.84125,65.75327,161.83063,4.941937,185.17943,579.2044,389.05542,81.837204,582.67303,47.515274,76.16061,233.78429,24.541723,4.069762,18.560799,1447.2891,1.0575942,2.3233469,106.002495,10.133045,5.3477616,20.361473,29.386566,311.53125,84.4212,153.02583,1357.5106,184.31427,2145.3708,1880.1372,15.924484,19.748533,12363.813,9.9144745,44.45744,362.93777,72.89143,136.25822,60.71859,328.9128,1208.509,309.8538,8.63872,66.74805,587.6898,2269.9763,42.33587,388.3504,36.699318,1.1018358,55.513783,1.0338377,0.6225056,2.2858548,23.241516,84.82247,223.94498,18.72108,2675.0134,125.99574,40.079014,47.221607,12.192704,74.08098,10.908625,2.2003965,18.26586,91.35519,6.8031335,4.635857,8.024217,33.19506,13.531394,4.2456293,28.567385,792.41125,95.951485,1982.9188,32.82939,2909.1785,59.554886,610.41693,1332.3557,36.74056,13.489352,1704.0784,2404.0476,6005.8506,462.8011 +2023-05-17 02:00:00,0.0,6918.6016,64.63872,22.991966,18.846743,36.73315,198.67024,30.695768,58.67641,22.891102,31.736767,560.09045,598.13556,18.23059,69.430374,5.9493,2.3506792,31.703533,34.07086,12.533401,454.98755,4.7001486,348.74118,85.835686,1.7471259,6.890326,118.47929,42.816376,207.65292,184.47969,6045.958,1.3880064,2053.409,5.510181,1.8790962,1.0611829,9.059906,217.33672,277.46835,47.973076,229.24329,30.317003,10.134423,797.22076,7.87463,73.12762,72.43805,440.87756,29.529896,374.70145,18.420462,64.7674,0.0,4405.7773,11710.249,16.620037,99.02813,100.77848,35684.656,160.32404,11.92387,58.62153,96.85647,78.84978,27.405935,43.709255,736.3408,108.224464,42.17334,9.695625,13.965198,1033.9352,28.528221,366.91968,75.516,2263.1487,114.42702,152.2466,166.55875,173.09158,12.976499,23.73934,73.567444,10.081708,11.800843,40.53865,54.788383,114.28408,16.825737,15.524341,167.86034,15.243794,3989.7007,53.720085,63.64785,54.988167,54.491226,269.06674,98.48923,73.372986,21.080488,23.867779,48.76965,231.26077,195.90457,94.80927,333.90344,63.963856,62.46872,183.42688,231.17896,993.84296,181.58994,6.626941,15.877084,8.649965,166.16388,15035.263,7.4627166,30.031517,44.66765,32.647545,372.92712,65.80224,161.74825,4.942727,185.27016,578.93585,388.74857,81.87732,582.0422,47.49722,76.1309,234.0572,24.524675,4.0661345,18.551079,1448.2467,1.0556399,2.3197582,105.93515,10.136136,5.3478556,20.33825,29.361507,311.2635,84.38918,152.98302,1356.771,184.37341,2145.1687,1880.1517,15.933857,19.766691,12374.744,9.912333,44.50224,363.05557,72.966736,136.38098,60.749573,329.1138,1208.5123,309.91537,8.64472,66.79072,588.27563,2269.8423,42.329826,388.94275,36.755352,1.1013734,55.51406,1.0336043,0.6220226,2.2850337,23.267305,84.91682,224.14665,18.700008,2676.9348,126.18773,40.137287,47.28192,12.207527,74.12567,10.925313,2.200363,18.29785,91.44064,6.8207374,4.6429157,8.033782,33.17641,13.527765,4.25228,28.6053,792.9102,96.05355,1985.2235,32.847183,2911.815,59.583317,610.16626,1333.9171,36.785564,13.487699,1705.0917,2405.2024,6008.568,462.46533 +2023-05-17 03:00:00,0.0,6925.2915,64.68636,22.978918,18.855124,36.7139,198.64378,30.686974,58.640915,22.887163,31.717266,560.5629,598.0923,18.220753,69.4804,5.9550614,2.354482,31.687283,34.11055,12.539831,454.8626,4.7047305,348.70935,85.79436,1.7444423,6.882505,118.46682,42.797768,207.57259,184.41557,6054.05,1.3861325,2052.6968,5.4997272,1.877124,1.0599195,9.048262,217.30681,277.46848,47.941307,229.54637,30.310183,10.135637,797.0669,7.8667903,73.15063,72.467255,440.96075,29.567934,374.69937,18.435217,64.806145,0.0,4406.864,11716.658,16.64446,99.14537,100.89321,35693.797,160.4207,11.941294,58.610485,96.86201,78.909966,27.435884,43.715187,736.4244,108.27621,42.168316,9.706641,13.975034,1034.3005,28.583591,367.08548,75.52964,2263.0403,114.47972,152.32246,166.5743,172.85208,12.97098,23.725372,73.49439,10.074792,11.79247,40.586983,54.83194,114.23226,16.831242,15.535293,167.99936,15.231126,3988.9705,53.759094,63.72984,55.066387,54.53653,269.00604,98.543335,73.426414,21.093185,23.879251,48.79973,231.54755,195.92342,94.83851,334.03372,63.96446,62.51627,183.57275,231.19264,994.12476,181.65439,6.622508,15.878125,8.64981,166.04057,15037.755,7.4643693,30.004372,44.633198,32.656948,373.01297,65.85121,161.66585,4.9435167,185.36089,578.6673,388.4417,81.91743,581.4113,47.479164,76.10118,234.33014,24.507627,4.0625067,18.541357,1449.2043,1.0536855,2.3161695,105.867805,10.139228,5.34795,20.315025,29.336449,310.99573,84.35716,152.9402,1356.0312,184.43256,2144.9666,1880.1664,15.943231,19.784847,12385.675,9.910192,44.547043,363.17337,73.04204,136.50372,60.78056,329.3148,1208.5156,309.97693,8.65072,66.83339,588.8614,2269.708,42.323788,389.5351,36.81139,1.100911,55.51434,1.0333709,0.6215397,2.2842128,23.293095,85.01116,224.34833,18.678938,2678.856,126.37971,40.195564,47.34224,12.22235,74.170364,10.942002,2.2003293,18.329838,91.5261,6.8383408,4.6499743,8.043348,33.15776,13.524136,4.258931,28.643217,793.4091,96.155624,1987.5282,32.86497,2914.4512,59.611748,609.9155,1335.4785,36.83057,13.486044,1706.105,2406.3572,6011.2856,462.12958 +2023-05-17 04:00:00,0.0,6931.982,64.73402,22.96587,18.863504,36.694653,198.61731,30.678177,58.60542,22.883224,31.697763,561.03534,598.0491,18.210915,69.530426,5.960823,2.3582847,31.67103,34.150234,12.546261,454.73767,4.7093124,348.67752,85.75303,1.741759,6.8746843,118.45435,42.779156,207.49223,184.35147,6062.1416,1.3842585,2051.9846,5.489273,1.8751518,1.0586561,9.036618,217.2769,277.4686,47.90954,229.84946,30.30336,10.136851,796.913,7.858951,73.173645,72.49646,441.04395,29.605972,374.69733,18.449972,64.844894,0.0,4407.95,11723.067,16.668882,99.26261,101.00794,35702.94,160.51736,11.958718,58.599438,96.86754,78.970146,27.465832,43.721123,736.50793,108.32796,42.163296,9.717657,13.98487,1034.6659,28.638962,367.2513,75.54328,2262.932,114.532425,152.39836,166.58984,172.6126,12.965461,23.711405,73.42133,10.067876,11.784097,40.63532,54.875496,114.18044,16.836744,15.546245,168.13838,15.218457,3988.24,53.798103,63.81183,55.144608,54.581833,268.94534,98.59744,73.479836,21.105885,23.890726,48.82981,231.83434,195.94226,94.867744,334.16403,63.96506,62.563816,183.71864,231.20631,994.40656,181.71883,6.6180754,15.879167,8.649654,165.91727,15040.248,7.4660215,29.977226,44.598743,32.666355,373.09885,65.90018,161.58347,4.944307,185.45161,578.39874,388.1349,81.957535,580.78046,47.46111,76.071465,234.60306,24.490582,4.058879,18.531635,1450.1619,1.0517312,2.3125808,105.80046,10.14232,5.348044,20.291801,29.311388,310.72794,84.325134,152.89737,1355.2915,184.4917,2144.7642,1880.1809,15.952603,19.803003,12396.6045,9.908051,44.591846,363.29117,73.11734,136.62648,60.811543,329.51578,1208.5189,310.0385,8.65672,66.87605,589.4472,2269.574,42.317745,390.1274,36.867428,1.1004487,55.514618,1.0331374,0.62105674,2.2833917,23.318884,85.10551,224.55,18.657867,2680.777,126.571686,40.25384,47.402554,12.237174,74.21506,10.958692,2.2002957,18.361828,91.61156,6.8559446,4.657033,8.052914,33.139114,13.520507,4.2655826,28.681131,793.9081,96.25769,1989.8329,32.88276,2917.0874,59.640182,609.6648,1337.0399,36.875576,13.48439,1707.1183,2407.512,6014.003,461.79382 +2023-05-17 05:00:00,0.0,6938.672,64.78166,22.952822,18.871885,36.675404,198.59084,30.66938,58.569923,22.879288,31.67826,561.5078,598.0058,18.201075,69.58045,5.966584,2.3620875,31.65478,34.189922,12.552691,454.61276,4.7138944,348.6457,85.7117,1.7390755,6.8668633,118.44189,42.760548,207.4119,184.28735,6070.2334,1.3823845,2051.2725,5.478819,1.8731796,1.0573927,9.024973,217.24701,277.46872,47.87777,230.15256,30.29654,10.138064,796.75916,7.8511114,73.19666,72.525665,441.12714,29.644009,374.69525,18.464727,64.88364,0.0,4409.036,11729.476,16.693304,99.37985,101.12267,35712.082,160.61404,11.976142,58.58839,96.87308,79.030334,27.495779,43.727055,736.5915,108.37971,42.158276,9.728673,13.994707,1035.0314,28.694332,367.4171,75.55692,2262.8235,114.58513,152.47424,166.6054,172.37311,12.959942,23.697437,73.34828,10.060961,11.7757225,40.68365,54.919052,114.12863,16.842249,15.557197,168.27742,15.205789,3987.5098,53.837112,63.893818,55.222824,54.627132,268.88464,98.65155,73.533264,21.118582,23.902199,48.85989,232.12111,195.9611,94.89698,334.2943,63.965668,62.611366,183.86452,231.21999,994.68835,181.78326,6.6136427,15.880209,8.649499,165.79396,15042.74,7.4676743,29.950083,44.56429,32.675762,373.1847,65.94915,161.50107,4.945097,185.54234,578.1302,387.82803,81.99765,580.14966,47.443054,76.041756,234.87598,24.473534,4.055251,18.521914,1451.1195,1.0497769,2.308992,105.733116,10.145411,5.348138,20.268578,29.28633,310.46017,84.29311,152.85455,1354.5519,184.55083,2144.562,1880.1956,15.961977,19.82116,12407.535,9.905909,44.63665,363.40894,73.19264,136.74922,60.84253,329.71677,1208.5223,310.1001,8.662721,66.918724,590.033,2269.44,42.311707,390.71976,36.923466,1.0999863,55.5149,1.032904,0.62057376,2.2825706,23.344673,85.19985,224.75166,18.636797,2682.6985,126.763664,40.312115,47.462868,12.251997,74.25974,10.975381,2.200262,18.393818,91.69702,6.8735485,4.6640916,8.062479,33.120464,13.516878,4.2722335,28.719048,794.407,96.359764,1992.1376,32.90055,2919.7239,59.668613,609.4141,1338.6013,36.920586,13.482737,1708.1316,2408.6667,6016.7207,461.4581 +2023-05-17 06:00:00,0.0,6945.362,64.829315,22.939774,18.880266,36.65615,198.56438,30.660585,58.534428,22.875349,31.658758,561.9802,597.9625,18.191236,69.63048,5.972346,2.3658903,31.638527,34.22961,12.559122,454.48782,4.718477,348.6139,85.67037,1.7363921,6.8590426,118.42943,42.741936,207.33154,184.22324,6078.325,1.3805106,2050.5603,5.4683647,1.8712074,1.0561293,9.0133295,217.2171,277.4688,47.846,230.45564,30.289719,10.139278,796.6053,7.8432717,73.21967,72.55487,441.21033,29.682047,374.69318,18.479483,64.92238,0.0,4410.122,11735.885,16.717726,99.49709,101.237404,35721.223,160.71071,11.9935665,58.577343,96.87862,79.09052,27.525726,43.732986,736.67505,108.43145,42.153255,9.739688,14.004543,1035.3967,28.749702,367.58292,75.570564,2262.715,114.63783,152.55011,166.62094,172.1336,12.954423,23.683472,73.27523,10.054045,11.767349,40.731987,54.96261,114.07681,16.847752,15.568148,168.41644,15.193121,3986.7795,53.87612,63.975807,55.301044,54.672436,268.8239,98.70566,73.58669,21.13128,23.913673,48.88997,232.4079,195.97993,94.92621,334.42462,63.96627,62.658913,184.0104,231.23366,994.97015,181.8477,6.60921,15.88125,8.6493435,165.67065,15045.233,7.469327,29.922937,44.529835,32.685165,373.27057,65.998116,161.41869,4.945887,185.63307,577.86163,387.52118,82.03776,579.5188,47.425,76.01204,235.14891,24.456488,4.0516233,18.512192,1452.077,1.0478226,2.3054032,105.66577,10.148502,5.3482323,20.245354,29.26127,310.1924,84.26109,152.81174,1353.8123,184.60997,2144.3599,1880.2101,15.97135,19.839315,12418.466,9.903768,44.681454,363.52673,73.267944,136.87198,60.873512,329.91776,1208.5256,310.16165,8.668721,66.961395,590.6188,2269.3057,42.305664,391.3121,36.979504,1.0995239,55.51518,1.0326706,0.6200908,2.2817495,23.370464,85.2942,224.95334,18.615726,2684.6196,126.95565,40.37039,47.523186,12.266821,74.304436,10.992069,2.2002285,18.425806,91.78248,6.891152,4.6711507,8.072045,33.101814,13.513248,4.2788844,28.756964,794.90594,96.46183,1994.4424,32.91834,2922.36,59.69705,609.1634,1340.1627,36.96559,13.481083,1709.1449,2409.8215,6019.438,461.12234 +2023-05-17 07:00:00,0.0,6952.0522,64.87696,22.926725,18.888647,36.6369,198.5379,30.651789,58.49893,22.871412,31.639257,562.4527,597.91925,18.181398,69.68051,5.9781075,2.369693,31.622274,34.269295,12.565552,454.36288,4.7230587,348.58206,85.62904,1.7337087,6.8512216,118.41696,42.723324,207.25119,184.15913,6086.4165,1.3786366,2049.848,5.4579105,1.8692352,1.054866,9.001686,217.1872,277.46893,47.81423,230.75874,30.282896,10.1404915,796.4514,7.8354325,73.24269,72.584076,441.29352,29.720085,374.69113,18.494236,64.96112,0.0,4411.208,11742.294,16.74215,99.614334,101.352135,35730.363,160.80737,12.01099,58.566296,96.88415,79.1507,27.555676,43.738922,736.75867,108.4832,42.14823,9.750704,14.0143795,1035.7622,28.805073,367.74875,75.584206,2262.6067,114.69054,152.626,166.63649,171.89412,12.948904,23.669504,73.20217,10.047129,11.758975,40.78032,55.006165,114.024994,16.853256,15.5791,168.55547,15.180452,3986.049,53.91513,64.05779,55.379265,54.71774,268.7632,98.75976,73.64012,21.143978,23.925146,48.920048,232.69467,195.99878,94.955444,334.55493,63.966873,62.706463,184.15628,231.24734,995.25195,181.91214,6.604777,15.882292,8.649188,165.54735,15047.726,7.470979,29.895792,44.495384,32.694572,373.3564,66.04709,161.33629,4.946677,185.72379,577.593,387.21436,82.07787,578.88794,47.406944,75.98232,235.42183,24.43944,4.047996,18.50247,1453.0347,1.0458683,2.3018146,105.59843,10.151593,5.348326,20.22213,29.23621,309.92462,84.229065,152.76892,1353.0725,184.66911,2144.1575,1880.2247,15.980723,19.857471,12429.396,9.901627,44.726257,363.64453,73.34325,136.99472,60.9045,330.11874,1208.5289,310.22324,8.674722,67.00407,591.2046,2269.1716,42.299625,391.90445,37.035538,1.0990616,55.515457,1.0324372,0.6196078,2.2809284,23.396254,85.388535,225.15501,18.594656,2686.5408,127.14763,40.42867,47.5835,12.281644,74.34913,11.008759,2.2001948,18.457796,91.867935,6.908756,4.6782093,8.081611,33.083164,13.50962,4.2855353,28.79488,795.40485,96.563896,1996.7471,32.936127,2924.9963,59.72548,608.91266,1341.7241,37.010597,13.479429,1710.1582,2410.9763,6022.1553,460.7866 +2023-05-17 08:00:00,0.0,6958.742,64.924614,22.913677,18.897028,36.617653,198.51144,30.642992,58.46344,22.867474,31.619755,562.9252,597.876,18.171558,69.73054,5.9838686,2.3734958,31.606024,34.308983,12.571982,454.23798,4.7276406,348.55023,85.587715,1.7310253,6.8434005,118.404495,42.704716,207.17085,184.09502,6094.5083,1.3767626,2049.1357,5.447457,1.867263,1.0536026,8.990042,217.15729,277.46906,47.782463,231.06183,30.276075,10.1417055,796.29755,7.827593,73.26571,72.61328,441.3767,29.758121,374.68906,18.508991,64.99986,0.0,4412.2944,11748.703,16.766571,99.73157,101.466866,35739.504,160.90404,12.028414,58.55525,96.88969,79.21089,27.585623,43.744854,736.8422,108.53494,42.14321,9.76172,14.024217,1036.1276,28.860443,367.91455,75.59785,2262.498,114.74324,152.70189,166.65204,171.65463,12.943385,23.655537,73.12912,10.040213,11.750602,40.828655,55.04972,113.973175,16.85876,15.590052,168.69449,15.167784,3985.3188,53.954136,64.139786,55.45748,54.76304,268.7025,98.813866,73.69355,21.156677,23.93662,48.95013,232.98146,196.01762,94.98468,334.6852,63.96748,62.75401,184.30217,231.26102,995.53375,181.97658,6.600344,15.883333,8.649033,165.42404,15050.219,7.472632,29.868647,44.46093,32.70398,373.4423,66.096054,161.2539,4.947467,185.81451,577.32446,386.9075,82.11798,578.2571,47.388885,75.952614,235.69475,24.422394,4.0443683,18.492748,1453.9923,1.0439141,2.2982259,105.53108,10.154685,5.34842,20.198906,29.211151,309.65686,84.197044,152.7261,1352.3329,184.72826,2143.9553,1880.2393,15.990096,19.87563,12440.326,9.899485,44.771057,363.76233,73.41855,137.11748,60.935482,330.31973,1208.5322,310.28482,8.680722,67.04674,591.79034,2269.0376,42.293583,392.49677,37.091576,1.0985992,55.515736,1.0322038,0.6191248,2.2801075,23.422043,85.48288,225.35669,18.573586,2688.4622,127.33961,40.486942,47.643818,12.296467,74.393814,11.025448,2.2001612,18.489784,91.95339,6.9263597,4.685268,8.091177,33.064518,13.505991,4.2921863,28.832796,795.90375,96.66597,1999.0518,32.95392,2927.6328,59.75391,608.662,1343.2855,37.055603,13.477776,1711.1715,2412.131,6024.873,460.45084 +2023-05-17 09:00:00,0.0,6965.4326,64.97227,22.900629,18.905407,36.598404,198.48497,30.634197,58.427944,22.863537,31.600252,563.3976,597.8327,18.16172,69.78056,5.98963,2.3772986,31.589771,34.34867,12.578413,454.11304,4.7322226,348.5184,85.54639,1.7283418,6.83558,118.39203,42.686104,207.0905,184.0309,6102.6,1.3748887,2048.4236,5.4370027,1.8652908,1.0523392,8.978398,217.12738,277.46918,47.750694,231.36491,30.269255,10.14292,796.1436,7.819753,73.28872,72.64248,441.4599,29.79616,374.687,18.523746,65.038605,0.0,4413.3804,11755.111,16.790993,99.84881,101.5816,35748.645,161.0007,12.045838,58.5442,96.895226,79.27108,27.61557,43.750786,736.9258,108.58669,42.13819,9.772735,14.034053,1036.4929,28.915815,368.08035,75.611496,2262.3896,114.795944,152.77776,166.66759,171.41513,12.937866,23.64157,73.05606,10.033297,11.742228,40.87699,55.093277,113.92136,16.864264,15.601003,168.83351,15.155115,3984.5886,53.993145,64.22177,55.5357,54.808342,268.64178,98.86797,73.74698,21.169374,23.948093,48.98021,233.26823,196.03647,95.013916,334.81552,63.968082,62.80156,184.44804,231.27469,995.81555,182.04102,6.5959115,15.884376,8.648877,165.30074,15052.711,7.4742846,29.841501,44.426476,32.713383,373.52814,66.14503,161.17151,4.948257,185.90524,577.0559,386.60065,82.1581,577.6262,47.37083,75.9229,235.96767,24.405346,4.0407405,18.483027,1454.9498,1.0419598,2.2946372,105.46374,10.157776,5.3485146,20.175682,29.18609,309.3891,84.16502,152.68329,1351.5933,184.78738,2143.7532,1880.2539,15.99947,19.893785,12451.257,9.897344,44.81586,363.88013,73.49385,137.24022,60.96647,330.52072,1208.5355,310.34637,8.686723,67.08941,592.37616,2268.9033,42.28754,393.0891,37.147614,1.0981368,55.516014,1.0319704,0.61864185,2.2792864,23.447832,85.577225,225.55835,18.552513,2690.3833,127.531586,40.54522,47.704132,12.311291,74.43851,11.042137,2.2001276,18.521774,92.03885,6.943963,4.6923265,8.100742,33.045868,13.502361,4.298837,28.870712,796.4027,96.768036,2001.3564,32.971706,2930.269,59.782345,608.41125,1344.8469,37.10061,13.476122,1712.1848,2413.286,6027.5903,460.11508 +2023-05-17 10:00:00,0.0,6972.1226,65.01991,22.88758,18.913788,36.57915,198.45851,30.6254,58.39245,22.859598,31.580751,563.87006,597.7894,18.151882,69.83059,5.995392,2.3811016,31.57352,34.388355,12.584843,453.9881,4.7368045,348.4866,85.50506,1.7256584,6.827759,118.37956,42.667496,207.01016,183.9668,6110.692,1.3730147,2047.7113,5.4265485,1.8633186,1.0510758,8.966755,217.09747,277.4693,47.718925,231.66801,30.262434,10.144133,795.98975,7.8119135,73.31174,72.671684,441.5431,29.834198,374.68494,18.538502,65.077354,0.0,4414.4663,11761.5205,16.815416,99.96605,101.69633,35757.79,161.09738,12.063262,58.533154,96.900764,79.33126,27.64552,43.75672,737.00934,108.63844,42.13317,9.783751,14.04389,1036.8584,28.971186,368.24615,75.62514,2262.2812,114.84865,152.85365,166.68314,171.17564,12.932347,23.627602,72.98301,10.0263815,11.733854,40.925323,55.136837,113.86954,16.869768,15.611955,168.97253,15.1424465,3983.8582,54.032154,64.303764,55.613922,54.853645,268.5811,98.92208,73.8004,21.182074,23.959566,49.01029,233.55502,196.05531,95.043144,334.94583,63.968685,62.849106,184.59393,231.28838,996.09735,182.10545,6.591479,15.885417,8.648722,165.17741,15055.203,7.475937,29.814356,44.39202,32.72279,373.614,66.194,161.08913,4.949047,185.99597,576.78735,386.2938,82.198204,576.9954,47.352776,75.89318,236.2406,24.3883,4.0371127,18.473305,1455.9075,1.0400054,2.2910485,105.39639,10.160868,5.3486085,20.152456,29.161032,309.1213,84.132996,152.64047,1350.8535,184.84653,2143.5508,1880.2684,16.008842,19.911942,12462.1875,9.895203,44.860664,363.9979,73.56915,137.36298,60.99745,330.7217,1208.5388,310.40796,8.692722,67.13208,592.962,2268.7693,42.2815,393.68146,37.20365,1.0976745,55.516293,1.031737,0.61815894,2.2784653,23.473621,85.67157,225.76003,18.531443,2692.3047,127.72357,40.603493,47.76445,12.326114,74.4832,11.0588255,2.200094,18.553762,92.124306,6.961567,4.699385,8.110309,33.027218,13.498733,4.305488,28.908628,796.9016,96.8701,2003.6611,32.989494,2932.9053,59.810776,608.1605,1346.4083,37.14562,13.474468,1713.1981,2414.4407,6030.308,459.77933 +2023-05-17 11:00:00,0.0,6978.8125,65.067566,22.874533,18.922169,36.559902,198.43204,30.616606,58.356953,22.85566,31.561249,564.34247,597.74615,18.142042,69.880615,6.001153,2.3849044,31.557268,34.428043,12.591273,453.86316,4.741387,348.45477,85.46373,1.722975,6.819938,118.3671,42.648884,206.92981,183.90268,6118.7837,1.3711407,2046.9991,5.4160943,1.8613464,1.0498124,8.95511,217.06758,277.46942,47.687157,231.9711,30.255611,10.145347,795.8359,7.8040743,73.334755,72.70089,441.62628,29.872234,374.6829,18.553257,65.1161,0.0,4415.5527,11767.93,16.839838,100.08329,101.81106,35766.93,161.19405,12.080687,58.522106,96.906296,79.39145,27.675467,43.762653,737.0929,108.690186,42.128147,9.794766,14.053726,1037.2238,29.026556,368.412,75.63878,2262.1729,114.90135,152.92953,166.69868,170.93616,12.926828,23.613634,72.90995,10.019465,11.725481,40.97366,55.18039,113.81772,16.87527,15.622907,169.11156,15.129778,3983.128,54.071163,64.38575,55.69214,54.898945,268.5204,98.97619,73.85383,21.19477,23.97104,49.040367,233.8418,196.07416,95.07238,335.0761,63.969288,62.896656,184.7398,231.30205,996.37915,182.16989,6.5870457,15.886458,8.648566,165.05411,15057.696,7.4775896,29.78721,44.35757,32.732197,373.69986,66.242966,161.00673,4.949837,186.0867,576.5188,385.98697,82.23831,576.36456,47.33472,75.863464,236.51352,24.371252,4.033485,18.463583,1456.865,1.0380511,2.2874599,105.32905,10.1639595,5.3487024,20.129232,29.135973,308.85355,84.100975,152.59764,1350.1139,184.90567,2143.3486,1880.2831,16.018217,19.930098,12473.117,9.893061,44.905468,364.1157,73.644455,137.48572,61.02844,330.92267,1208.5422,310.46954,8.698723,67.17475,593.5477,2268.6353,42.27546,394.2738,37.25969,1.0972121,55.51657,1.0315036,0.61767596,2.2776442,23.499413,85.765915,225.9617,18.510372,2694.2258,127.91555,40.66177,47.824764,12.340938,74.52789,11.075515,2.2000604,18.585752,92.20977,6.9791703,4.706444,8.119874,33.008568,13.495104,4.312139,28.946545,797.4006,96.972176,2005.966,33.007286,2935.5417,59.839207,607.90985,1347.9697,37.190624,13.472815,1714.2114,2415.5955,6033.0254,459.4436 +2023-05-17 12:00:00,0.0,6985.503,65.11521,22.861485,18.93055,36.540653,198.40556,30.60781,58.321457,22.851723,31.541746,564.81494,597.70294,18.132204,69.93064,6.0069146,2.3887072,31.541016,34.46773,12.597704,453.73825,4.745969,348.42294,85.4224,1.7202916,6.812117,118.35464,42.630272,206.84946,183.83856,6126.8755,1.3692667,2046.287,5.40564,1.8593742,1.048549,8.943466,217.03767,277.46954,47.655384,232.2742,30.24879,10.146561,795.682,7.7962346,73.357765,72.730095,441.70953,29.910273,374.68082,18.568012,65.15484,0.0,4416.6387,11774.338,16.86426,100.20053,101.92579,35776.07,161.29071,12.09811,58.51106,96.911835,79.45164,27.705414,43.768585,737.17645,108.741936,42.123127,9.805781,14.063562,1037.5891,29.081926,368.5778,75.65242,2262.0645,114.954056,153.00542,166.71423,170.69666,12.921309,23.599667,72.8369,10.012549,11.717107,41.02199,55.223946,113.76591,16.880775,15.633859,169.25058,15.117109,3982.3977,54.110172,64.46774,55.77036,54.94425,268.4597,99.0303,73.90726,21.20747,23.982513,49.07045,234.12859,196.09299,95.101616,335.20642,63.969894,62.944202,184.8857,231.31572,996.66095,182.23433,6.582613,15.8875,8.64841,164.9308,15060.188,7.4792423,29.760067,44.323116,32.7416,373.78574,66.29194,160.92435,4.9506273,186.17741,576.25024,385.6801,82.27843,575.7337,47.316666,75.833755,236.78644,24.354206,4.029857,18.453861,1457.8226,1.0360968,2.283871,105.2617,10.16705,5.3487964,20.106009,29.110912,308.5858,84.068954,152.55482,1349.3743,184.96481,2143.1465,1880.2977,16.02759,19.948254,12484.048,9.89092,44.95027,364.2335,73.71976,137.60846,61.05942,331.12366,1208.5455,310.5311,8.704723,67.21742,594.13354,2268.501,42.26942,394.86612,37.315723,1.0967497,55.51685,1.0312703,0.617193,2.276823,23.525202,85.86026,226.16338,18.489302,2696.147,128.10753,40.720047,47.885082,12.355761,74.57258,11.092204,2.2000268,18.617743,92.29523,6.996774,4.7135024,8.12944,32.989918,13.491474,4.3187904,28.984459,797.8995,97.07424,2008.2706,33.025074,2938.178,59.86764,607.6591,1349.5311,37.23563,13.47116,1715.2249,2416.7502,6035.7427,459.10785 +2023-05-17 13:00:00,0.0,6992.193,65.162865,22.848436,18.93893,36.5214,198.3791,30.599012,58.285965,22.847784,31.522245,565.28735,597.65967,18.122366,69.98067,6.0126762,2.39251,31.524765,34.50742,12.604134,453.6133,4.7505507,348.39114,85.38107,1.7176082,6.8042965,118.34217,42.611664,206.76912,183.77444,6134.967,1.3673929,2045.5747,5.3951864,1.857402,1.0472856,8.931823,217.00777,277.46967,47.623615,232.57729,30.24197,10.147774,795.52814,7.788395,73.38078,72.7593,441.79272,29.94831,374.67877,18.582767,65.19358,0.0,4417.7246,11780.747,16.888681,100.31777,102.04052,35785.21,161.38737,12.115535,58.50001,96.91737,79.51182,27.735363,43.77452,737.26,108.793686,42.118107,9.816797,14.0734,1037.9546,29.137297,368.7436,75.66606,2261.956,115.00676,153.0813,166.72978,170.45717,12.915791,23.5857,72.76385,10.005633,11.708734,41.070328,55.2675,113.71409,16.886278,15.64481,169.3896,15.104441,3981.6672,54.14918,64.54973,55.84858,54.98955,268.39896,99.084404,73.960686,21.220167,23.993988,49.10053,234.41536,196.11183,95.13085,335.33673,63.970497,62.991753,185.03157,231.32939,996.94275,182.29878,6.5781803,15.888542,8.648254,164.8075,15062.682,7.4808946,29.732922,44.288662,32.751007,373.87158,66.340904,160.84195,4.951417,186.26814,575.9817,385.37326,82.318535,575.10284,47.29861,75.80404,237.05937,24.337158,4.0262294,18.44414,1458.7802,1.0341425,2.2802823,105.19437,10.170142,5.348891,20.082785,29.085854,308.318,84.036934,152.51201,1348.6345,185.02396,2142.944,1880.3123,16.036963,19.96641,12494.979,9.888778,44.99507,364.3513,73.79506,137.73122,61.090405,331.32465,1208.5488,310.59268,8.710724,67.260086,594.71936,2268.367,42.26338,395.45847,37.37176,1.0962874,55.517128,1.0310369,0.61671,2.2760022,23.550991,85.954605,226.36504,18.468231,2698.0684,128.29951,40.77832,47.945396,12.370584,74.61727,11.108893,2.1999934,18.64973,92.380684,7.014378,4.720561,8.139006,32.97127,13.487845,4.3254414,29.022375,798.39844,97.17631,2010.5753,33.042862,2940.8142,59.896072,607.4084,1351.0925,37.280636,13.469506,1716.2382,2417.905,6038.4604,458.7721 +2023-05-17 14:00:00,0.0,6998.883,65.21051,22.835388,18.947311,36.50215,198.35263,30.590218,58.25047,22.843847,31.502743,565.7598,597.6164,18.112526,70.03069,6.0184374,2.3963127,31.508512,34.547104,12.610564,453.48837,4.7551327,348.3593,85.33974,1.7149248,6.7964754,118.329704,42.593052,206.68877,183.71034,6143.0586,1.3655189,2044.8625,5.3847322,1.8554298,1.0460222,8.920178,216.97786,277.4698,47.591846,232.88037,30.235147,10.148988,795.37427,7.7805552,73.4038,72.788506,441.87592,29.986347,374.6767,18.597523,65.23232,0.0,4418.8105,11787.156,16.913105,100.43501,102.15525,35794.35,161.48404,12.132958,58.488964,96.922905,79.57201,27.76531,43.780453,737.34357,108.84543,42.113083,9.827813,14.083236,1038.32,29.192667,368.90942,75.6797,2261.8477,115.05946,153.15718,166.74533,170.21768,12.910272,23.571732,72.69079,9.998717,11.700359,41.11866,55.31106,113.66227,16.891783,15.655762,169.52863,15.091772,3980.937,54.18819,64.63172,55.926796,55.03485,268.33826,99.13851,74.014114,21.232866,24.00546,49.130608,234.70215,196.13068,95.16008,335.467,63.9711,63.0393,185.17746,231.34308,997.22455,182.36322,6.5737476,15.889584,8.648099,164.68419,15065.174,7.4825473,29.705776,44.254208,32.760414,373.95746,66.38988,160.75957,4.952207,186.35887,575.7131,385.06644,82.35865,574.472,47.280552,75.77432,237.33229,24.320112,4.022602,18.434418,1459.7378,1.0321882,2.2766936,105.12702,10.173233,5.3489847,20.05956,29.060793,308.05023,84.004906,152.4692,1347.8949,185.08308,2142.742,1880.3269,16.046335,19.984566,12505.908,9.886637,45.039875,364.4691,73.87037,137.85396,61.12139,331.52563,1208.5521,310.65427,8.716724,67.30276,595.3051,2268.233,42.25734,396.0508,37.4278,1.095825,55.517406,1.0308034,0.61622703,2.275181,23.57678,86.04895,226.56671,18.44716,2699.9895,128.49149,40.836597,48.00571,12.385407,74.661964,11.125582,2.1999598,18.68172,92.46614,7.0319815,4.7276196,8.148572,32.95262,13.484217,4.3320923,29.060291,798.89734,97.27838,2012.88,33.060654,2943.4507,59.924507,607.1577,1352.6539,37.32564,13.467853,1717.2515,2419.0598,6041.1777,458.43634 +2023-05-17 15:00:00,0.0,7005.573,65.25816,22.82234,18.955692,36.482903,198.32617,30.58142,58.214973,22.839909,31.48324,566.2323,597.5731,18.102688,70.08073,6.024199,2.4001155,31.492262,34.586792,12.616995,453.36343,4.759715,348.32748,85.29841,1.7122414,6.788655,118.31724,42.574444,206.60843,183.64622,6151.1504,1.363645,2044.1503,5.374278,1.8534576,1.0447588,8.908535,216.94795,277.4699,47.560078,233.18347,30.228327,10.150201,795.2204,7.772716,73.42682,72.81771,441.9591,30.024385,374.67465,18.612278,65.27107,0.0,4419.897,11793.564,16.937527,100.55225,102.26997,35803.492,161.58072,12.150382,58.477917,96.928444,79.632195,27.795258,43.786385,737.4272,108.89718,42.108063,9.838828,14.093072,1038.6854,29.248037,369.07523,75.693344,2261.7393,115.11217,153.23306,166.76088,169.97818,12.904752,23.557764,72.61774,9.991801,11.691986,41.166996,55.354614,113.61045,16.897285,15.666714,169.66765,15.079103,3980.2068,54.227196,64.71371,56.005016,55.080154,268.27756,99.19262,74.06754,21.245564,24.016935,49.160686,234.98892,196.14952,95.189316,335.59732,63.971703,63.08685,185.32333,231.35675,997.50635,182.42766,6.5693145,15.890625,8.6479435,164.56088,15067.667,7.4842,29.67863,44.219757,32.769817,374.0433,66.43884,160.67717,4.952997,186.4496,575.4445,384.75958,82.39876,573.8411,47.262497,75.74461,237.60521,24.303064,4.0189743,18.424696,1460.6954,1.0302339,2.273105,105.05968,10.176325,5.3490787,20.036337,29.035734,307.78247,83.972885,152.42638,1347.1553,185.14223,2142.5398,1880.3414,16.05571,20.002724,12516.839,9.884496,45.08468,364.58685,73.94567,137.97672,61.152374,331.72662,1208.5554,310.71582,8.722725,67.34543,595.8909,2268.0986,42.251297,396.64316,37.483837,1.0953627,55.517685,1.03057,0.61574405,2.27436,23.602571,86.14329,226.76839,18.426088,2701.9106,128.68347,40.894875,48.06603,12.40023,74.70665,11.142271,2.1999261,18.713709,92.5516,7.0495853,4.7346787,8.158137,32.93397,13.480587,4.338743,29.098207,799.3963,97.38045,2015.1847,33.07844,2946.087,59.952938,606.907,1354.2153,37.37065,13.466199,1718.2648,2420.2146,6043.8955,458.1006 +2023-05-17 16:00:00,0.0,7012.263,65.30581,22.809292,18.964073,36.463654,198.2997,30.572624,58.179478,22.835972,31.463737,566.7047,597.52985,18.09285,70.13075,6.0299606,2.4039183,31.47601,34.62648,12.623425,453.23853,4.764297,348.29565,85.25708,1.7095579,6.7808337,118.30478,42.555832,206.52808,183.5821,6159.242,1.361771,2043.4381,5.363824,1.8514854,1.0434954,8.896891,216.91805,277.47003,47.52831,233.48656,30.221506,10.151415,795.06647,7.7648764,73.44983,72.84692,442.0423,30.062424,374.67258,18.627033,65.309814,0.0,4420.983,11799.974,16.961948,100.66949,102.384705,35812.637,161.67738,12.167807,58.46687,96.93398,79.692375,27.825207,43.79232,737.51074,108.94892,42.103043,9.849844,14.102909,1039.0508,29.303408,369.24103,75.70699,2261.6309,115.16487,153.30894,166.77643,169.7387,12.899233,23.543797,72.54468,9.984886,11.683613,41.215332,55.39817,113.55863,16.90279,15.677665,169.80667,15.066435,3979.4763,54.266205,64.7957,56.083237,55.125458,268.21686,99.24673,74.120964,21.258263,24.028408,49.19077,235.27571,196.16837,95.21855,335.72763,63.97231,63.1344,185.46922,231.37042,997.78815,182.4921,6.564882,15.891666,8.647788,164.43758,15070.159,7.4858522,29.651485,44.185303,32.779224,374.12915,66.487816,160.59479,4.9537873,186.54033,575.17596,384.45273,82.43887,573.2103,47.244442,75.7149,237.87813,24.286018,4.0153465,18.414974,1461.653,1.0282797,2.2695162,104.99233,10.179416,5.349173,20.013113,29.010675,307.51468,83.940865,152.38356,1346.4155,185.20137,2142.3374,1880.3561,16.065083,20.02088,12527.77,9.882354,45.129482,364.70465,74.02097,138.09946,61.18336,331.9276,1208.5587,310.7774,8.728725,67.3881,596.4767,2267.9646,42.245255,397.23547,37.539875,1.0949003,55.517963,1.0303366,0.6152611,2.2735388,23.62836,86.23763,226.97006,18.405018,2703.832,128.87546,40.953148,48.126343,12.415054,74.75134,11.15896,2.1998925,18.745699,92.637054,7.0671887,4.7417374,8.167703,32.91532,13.476958,4.345394,29.136124,799.8952,97.48251,2017.4895,33.09623,2948.7231,59.98137,606.65625,1355.7766,37.415657,13.464545,1719.2781,2421.3694,6046.613,457.76483 +2023-05-17 17:00:00,0.0,7018.953,65.35346,22.796244,18.972454,36.4444,198.27324,30.56383,58.143982,22.832033,31.444237,567.1772,597.4866,18.083012,70.18078,6.035722,2.407721,31.459759,34.666164,12.629855,453.1136,4.768879,348.26385,85.21575,1.7068745,6.7730126,118.29231,42.53722,206.44772,183.518,6167.334,1.359897,2042.7258,5.3533697,1.8495132,1.042232,8.885246,216.88814,277.47015,47.49654,233.78966,30.214685,10.152629,794.9126,7.7570367,73.47285,72.87612,442.1255,30.10046,374.67053,18.641788,65.34856,0.0,4422.069,11806.383,16.986372,100.78673,102.499435,35821.777,161.77405,12.18523,58.455822,96.93952,79.75256,27.855154,43.798252,737.5943,109.00067,42.098022,9.86086,14.112745,1039.4161,29.358778,369.40683,75.720634,2261.5225,115.217575,153.38483,166.79198,169.4992,12.893714,23.529829,72.47163,9.97797,11.675239,41.263664,55.441727,113.50681,16.908293,15.688617,169.94571,15.053766,3978.746,54.305214,64.877686,56.161453,55.170757,268.15613,99.300835,74.17439,21.27096,24.03988,49.220848,235.56248,196.1872,95.24779,335.8579,63.97291,63.181946,185.6151,231.3841,998.06995,182.55653,6.560449,15.892709,8.647633,164.31427,15072.652,7.487505,29.62434,44.15085,32.78863,374.21503,66.53678,160.51239,4.9545774,186.63104,574.9074,384.1459,82.47898,572.57947,47.226387,75.68518,238.15106,24.26897,4.0117188,18.405252,1462.6106,1.0263253,2.2659276,104.92499,10.1825075,5.349267,19.98989,28.985615,307.24692,83.90884,152.34074,1345.6759,185.26051,2142.1353,1880.3706,16.074455,20.039036,12538.7,9.880213,45.174286,364.82245,74.096275,138.22221,61.214344,332.1286,1208.5621,310.839,8.734725,67.43077,597.0625,2267.8306,42.239216,397.82782,37.595913,1.0944378,55.518246,1.0301032,0.61477816,2.272718,23.65415,86.33198,227.17172,18.383947,2705.7532,129.06743,41.011425,48.18666,12.429877,74.796036,11.17565,2.199859,18.777689,92.72251,7.0847926,4.748796,8.177269,32.896675,13.47333,4.352045,29.17404,800.3941,97.58459,2019.7942,33.11402,2951.3596,60.009804,606.4056,1357.338,37.460663,13.462892,1720.2914,2422.5242,6049.3306,457.4291 +2023-05-17 18:00:00,0.0,7025.6436,65.40111,22.783195,18.980835,36.42515,198.24677,30.555033,58.108486,22.828096,31.424734,567.6496,597.4433,18.073172,70.230804,6.0414834,2.4115238,31.443506,34.705853,12.636286,452.98865,4.773461,348.23203,85.17442,1.7041911,6.765192,118.27985,42.518612,206.36739,183.45389,6175.4253,1.358023,2042.0137,5.3429155,1.847541,1.0409687,8.873603,216.85825,277.47025,47.46477,234.09274,30.207863,10.153842,794.7587,7.749197,73.495865,72.90532,442.20868,30.138498,374.66846,18.656544,65.3873,0.0,4423.1553,11812.792,17.010794,100.90397,102.61417,35830.918,161.87071,12.202655,58.44478,96.94505,79.81275,27.885101,43.804184,737.67786,109.05242,42.093,9.871875,14.122582,1039.7816,29.414148,369.57266,75.734276,2261.4138,115.27028,153.46071,166.80751,169.2597,12.888195,23.515862,72.39857,9.971054,11.666865,41.312,55.485287,113.454994,16.913797,15.699569,170.08473,15.041099,3978.0159,54.344223,64.95968,56.239674,55.21606,268.09543,99.354935,74.22782,21.283659,24.051355,49.250927,235.84927,196.20604,95.277016,335.98822,63.973515,63.229496,185.76099,231.39778,998.35175,182.62097,6.5560164,15.89375,8.647477,164.19096,15075.145,7.4891577,29.597197,44.116394,32.798035,374.30087,66.585754,160.43001,4.955367,186.72177,574.63885,383.83905,82.51909,571.9486,47.208332,75.65547,238.42398,24.251923,4.008091,18.39553,1463.5681,1.024371,2.2623389,104.85764,10.185598,5.349361,19.966665,28.960556,306.97916,83.876816,152.29793,1344.9363,185.31966,2141.933,1880.3853,16.083828,20.057192,12549.63,9.878072,45.219086,364.94025,74.17158,138.34496,61.24533,332.3296,1208.5654,310.90054,8.7407255,67.47344,597.6483,2267.6963,42.233173,398.42017,37.651947,1.0939755,55.518524,1.0298698,0.6142952,2.2718968,23.67994,86.42632,227.3734,18.362877,2707.6743,129.25941,41.0697,48.246975,12.4447,74.84073,11.192338,2.1998253,18.809677,92.807976,7.1023965,4.7558546,8.186834,32.878025,13.4697,4.358696,29.211956,800.89307,97.68665,2022.0989,33.13181,2953.9958,60.038235,606.15485,1358.8994,37.50567,13.461238,1721.3047,2423.679,6052.048,457.09335 +2023-05-17 19:00:00,0.0,7032.3335,65.44876,22.770147,18.989216,36.405903,198.2203,30.546238,58.072994,22.824158,31.405231,568.1221,597.4001,18.063334,70.28083,6.047245,2.4153266,31.427254,34.74554,12.642715,452.86374,4.778043,348.2002,85.133095,1.7015077,6.757371,118.26738,42.5,206.28703,183.38977,6183.517,1.3561491,2041.3015,5.332462,1.8455688,1.0397053,8.8619585,216.82834,277.47037,47.433002,234.39583,30.201042,10.155056,794.60486,7.741358,73.518875,72.934525,442.29187,30.176537,374.6664,18.671299,65.42604,0.0,4424.241,11819.2,17.035215,101.02121,102.7289,35840.06,161.96738,12.220078,58.43373,96.95059,79.87293,27.915049,43.81012,737.7614,109.104164,42.08798,9.882891,14.132419,1040.147,29.469519,369.73846,75.74792,2261.3054,115.32298,153.53659,166.82306,169.02022,12.882676,23.501896,72.325516,9.964138,11.658491,41.360332,55.528843,113.40318,16.9193,15.710521,170.22375,15.02843,3977.2854,54.383232,65.041664,56.317894,55.261364,268.03473,99.40904,74.28125,21.296356,24.062828,49.281006,236.13605,196.22488,95.30625,336.1185,63.97412,63.277042,185.90686,231.41145,998.63354,182.68541,6.5515833,15.894792,8.647322,164.06764,15077.637,7.49081,29.570051,44.081944,32.80744,374.38675,66.63472,160.34761,4.956157,186.8125,574.3703,383.5322,82.559204,571.31775,47.190277,75.625755,238.6969,24.234877,4.004463,18.385809,1464.5258,1.0224167,2.25875,104.7903,10.18869,5.3494554,19.943441,28.935495,306.71136,83.844795,152.2551,1344.1967,185.37878,2141.7307,1880.3998,16.093203,20.075348,12560.561,9.87593,45.26389,365.05804,74.24688,138.46771,61.276314,332.53058,1208.5687,310.96213,8.746726,67.51611,598.2341,2267.5623,42.227135,399.0125,37.707985,1.0935131,55.518803,1.0296364,0.6138122,2.2710757,23.705729,86.52067,227.57507,18.341806,2709.5957,129.45139,41.127975,48.307293,12.459524,74.885414,11.209027,2.1997917,18.841667,92.89343,7.12,4.762913,8.196401,32.859375,13.466071,4.365347,29.249872,801.39197,97.78872,2024.4036,33.149597,2956.632,60.066666,605.9042,1360.4608,37.550674,13.459584,1722.318,2424.8337,6054.765,456.7576 +2023-05-17 20:00:00,0.0,7039.0234,65.49641,22.7571,18.997597,36.386654,198.19383,30.537441,58.0375,22.820219,31.38573,568.5945,597.3568,18.053495,70.33086,6.053006,2.4191294,31.411003,34.785225,12.649146,452.7388,4.782625,348.16837,85.09177,1.6988243,6.7495503,118.25491,42.481388,206.2067,183.32565,6191.609,1.3542751,2040.5892,5.3220077,1.8435966,1.0384419,8.850315,216.79843,277.4705,47.401234,234.69893,30.194221,10.15627,794.451,7.733518,73.54189,72.96373,442.37506,30.214573,374.66434,18.686054,65.46478,0.0,4425.327,11825.609,17.059639,101.13845,102.84363,35849.2,162.06406,12.237503,58.422684,96.95613,79.93312,27.944998,43.81605,737.845,109.155914,42.08296,9.893907,14.142255,1040.5125,29.524889,369.90427,75.76156,2261.197,115.37569,153.61247,166.83861,168.78073,12.877157,23.487928,72.25246,9.957222,11.650118,41.40867,55.572395,113.351364,16.924805,15.721472,170.36278,15.015761,3976.5552,54.42224,65.12366,56.39611,55.306664,267.974,99.46315,74.33468,21.309055,24.074303,49.31109,236.42282,196.24373,95.33549,336.2488,63.974724,63.324593,186.05275,231.42513,998.91534,182.74985,6.5471506,15.895834,8.647166,163.94434,15080.13,7.4924626,29.542906,44.04749,32.81685,374.4726,66.68369,160.26523,4.9569473,186.90323,574.10175,383.22537,82.59931,570.6869,47.172222,75.59604,238.96982,24.217829,4.0008354,18.37609,1465.4833,1.0204624,2.2551613,104.72295,10.191782,5.3495493,19.920216,28.910437,306.4436,83.81277,152.21228,1343.4569,185.43793,2141.5286,1880.4144,16.102575,20.093504,12571.491,9.873789,45.308693,365.1758,74.32218,138.59045,61.3073,332.73157,1208.572,311.0237,8.752727,67.55878,598.8199,2267.4282,42.221092,399.60483,37.764023,1.0930507,55.51908,1.029403,0.61332923,2.2702546,23.73152,86.61501,227.77675,18.320736,2711.5168,129.64337,41.186253,48.367607,12.474347,74.93011,11.225717,2.199758,18.873655,92.97889,7.1376038,4.769972,8.205966,32.840725,13.462442,4.3719983,29.287788,801.8909,97.89079,2026.7083,33.16739,2959.2683,60.0951,605.65344,1362.0222,37.595684,13.457931,1723.3313,2425.9885,6057.483,456.42184 +2023-05-17 21:00:00,0.0,7045.714,65.54406,22.744051,19.005978,36.3674,198.16736,30.528645,58.002003,22.816282,31.366228,569.06696,597.31354,18.043655,70.38088,6.058768,2.4229321,31.39475,34.824913,12.655577,452.61386,4.787207,348.13657,85.05044,1.6961409,6.7417293,118.242455,42.46278,206.12634,183.26155,6199.7007,1.3524011,2039.8771,5.3115535,1.8416244,1.0371785,8.838672,216.76852,277.4706,47.369465,235.00201,30.187399,10.157483,794.2971,7.7256784,73.56491,72.992935,442.45825,30.252611,374.6623,18.700808,65.50353,0.0,4426.413,11832.019,17.08406,101.25569,102.95836,35858.34,162.16072,12.254927,58.411636,96.96166,79.99331,27.974945,43.821983,737.9285,109.207664,42.077938,9.904922,14.152092,1040.8778,29.580261,370.0701,75.7752,2261.0886,115.42839,153.68835,166.85416,168.54123,12.871638,23.47396,72.179405,9.950306,11.641745,41.457,55.61596,113.299545,16.93031,15.732424,170.5018,15.003093,3975.825,54.461246,65.20564,56.47433,55.351967,267.9133,99.51726,74.38811,21.321753,24.085775,49.341167,236.70961,196.26257,95.364716,336.37912,63.975327,63.37214,186.19862,231.43881,999.19714,182.81429,6.542718,15.896875,8.647011,163.82103,15082.622,7.4941154,29.51576,44.013035,32.826252,374.55847,66.73266,160.18283,4.9577374,186.99396,573.8331,382.91852,82.63943,570.056,47.154163,75.56632,239.24275,24.200783,3.9972079,18.366367,1466.4409,1.0185081,2.2515726,104.65561,10.194873,5.349643,19.896992,28.885378,306.17584,83.78075,152.16946,1342.7173,185.49707,2141.3264,1880.429,16.111948,20.111662,12582.421,9.871648,45.353497,365.2936,74.397484,138.71321,61.338284,332.93253,1208.5753,311.08527,8.758727,67.60145,599.40564,2267.294,42.21505,400.19717,37.82006,1.0925884,55.51936,1.0291696,0.61284626,2.2694335,23.757309,86.70936,227.97841,18.299664,2713.4382,129.83536,41.244526,48.427925,12.489171,74.9748,11.242406,2.1997244,18.905645,93.06435,7.155207,4.7770305,8.215532,32.822075,13.458814,4.378649,29.325703,802.38983,97.99286,2029.0131,33.185177,2961.9048,60.12353,605.4027,1363.5836,37.64069,13.456277,1724.3446,2427.1433,6060.2,456.0861 +2023-05-17 22:00:00,0.0,7052.404,65.59171,22.731003,19.014359,36.348152,198.1409,30.51985,57.966507,22.812344,31.346725,569.5394,597.27026,18.033817,70.43091,6.0645294,2.4267352,31.3785,34.8646,12.662006,452.48892,4.791789,348.10474,85.00911,1.6934574,6.7339087,118.22999,42.444168,206.046,183.19743,6207.7925,1.3505272,2039.1648,5.3010993,1.8396522,1.0359151,8.827026,216.73862,277.47073,47.337696,235.30511,30.180578,10.158697,794.14325,7.7178392,73.58792,73.02214,442.54144,30.29065,374.66022,18.715563,65.542274,0.0,4427.4995,11838.427,17.108482,101.37293,103.07309,35867.484,162.25739,12.27235,58.40059,96.9672,80.05349,28.004892,43.82792,738.01215,109.25941,42.072914,9.915937,14.161928,1041.2432,29.635632,370.2359,75.78884,2260.9802,115.481094,153.76424,166.8697,168.30174,12.866119,23.459993,72.10635,9.943391,11.63337,41.505337,55.65951,113.24773,16.935812,15.743376,170.64082,14.990424,3975.0945,54.500256,65.287636,56.55255,55.39727,267.8526,99.571365,74.441536,21.334452,24.09725,49.371246,236.99638,196.28142,95.39395,336.5094,63.97593,63.41969,186.34451,231.45248,999.47894,182.87872,6.5382853,15.897917,8.646855,163.69772,15085.115,7.4957676,29.488615,43.97858,32.83566,374.64432,66.78163,160.10045,4.9585276,187.08467,573.5646,382.61166,82.679535,569.42523,47.13611,75.53661,239.51567,24.183735,3.99358,18.356646,1467.3986,1.0165538,2.247984,104.588264,10.197965,5.3497376,19.873768,28.860317,305.90805,83.748726,152.12665,1341.9777,185.55621,2141.124,1880.4436,16.121323,20.129818,12593.352,9.869506,45.3983,365.4114,74.472786,138.83595,61.36927,333.1335,1208.5786,311.14685,8.764728,67.64412,599.99146,2267.16,42.20901,400.78952,37.8761,1.092126,55.519638,1.0289361,0.6123633,2.2686126,23.783098,86.8037,228.18008,18.278593,2715.3594,130.02733,41.302803,48.48824,12.503994,75.019485,11.259094,2.1996908,18.937634,93.1498,7.172811,4.784089,8.225098,32.80343,13.455184,4.3853,29.363619,802.8888,98.09493,2031.3177,33.20297,2964.541,60.151962,605.15204,1365.145,37.685696,13.454622,1725.3579,2428.298,6062.918,455.75034 +2023-05-17 23:00:00,0.0,7059.094,65.63936,22.717955,19.02274,36.328903,198.11443,30.511053,57.93101,22.808407,31.327225,570.01184,597.227,18.02398,70.48094,6.0702906,2.430538,31.362247,34.904285,12.668437,452.364,4.796371,348.0729,84.96778,1.690774,6.7260876,118.21752,42.42556,205.96565,183.13332,6215.8843,1.3486532,2038.4526,5.290645,1.83768,1.0346518,8.815383,216.70871,277.47086,47.305927,235.6082,30.173758,10.15991,793.9893,7.7099996,73.61094,73.051346,442.62463,30.328686,374.65814,18.730318,65.58102,0.0,4428.5854,11844.836,17.132904,101.490166,103.18782,35876.625,162.35405,12.289775,58.38954,96.97274,80.11368,28.034842,43.83385,738.0957,109.31116,42.067894,9.926953,14.171764,1041.6086,29.691002,370.4017,75.80249,2260.8718,115.5338,153.84012,166.88525,168.06226,12.8606,23.446026,72.033295,9.936475,11.624997,41.55367,55.703068,113.19591,16.941317,15.754327,170.77985,14.977756,3974.3643,54.539265,65.36962,56.630768,55.44257,267.7919,99.62547,74.49496,21.347149,24.108723,49.401325,237.28317,196.30025,95.42319,336.6397,63.976536,63.467236,186.49039,231.46616,999.76074,182.94318,6.533852,15.898958,8.6467,163.57442,15087.607,7.4974203,29.46147,43.94413,32.845066,374.7302,66.8306,160.01805,4.959317,187.1754,573.296,382.30484,82.71965,568.7944,47.118053,75.5069,239.78859,24.166689,3.9899526,18.346924,1468.3561,1.0145996,2.2443953,104.52092,10.201056,5.3498316,19.850544,28.835258,305.6403,83.716705,152.08383,1341.238,185.61534,2140.9219,1880.4581,16.130695,20.147974,12604.282,9.867365,45.4431,365.5292,74.54809,138.9587,61.400253,333.3345,1208.5819,311.20844,8.770728,67.68679,600.5773,2267.026,42.20297,401.38187,37.932133,1.0916636,55.519917,1.0287027,0.6118803,2.2677915,23.808887,86.89804,228.38176,18.257523,2717.2805,130.21931,41.36108,48.548553,12.518818,75.06418,11.275784,2.1996572,18.969624,93.23526,7.190415,4.7911477,8.234664,32.78478,13.451555,4.391951,29.401535,803.3877,98.197,2033.6224,33.220757,2967.1772,60.180397,604.9013,1366.7064,37.7307,13.452969,1726.3712,2429.453,6065.6353,455.41458 +2023-05-18 00:00:00,0.0,7065.784,65.68701,22.704906,19.03112,36.309654,198.08797,30.502256,57.89552,22.804468,31.307722,570.4843,597.1837,18.01414,70.53097,6.076052,2.4343407,31.345995,34.943974,12.674868,452.23907,4.8009534,348.04108,84.92645,1.6880906,6.718267,118.205055,42.406948,205.8853,183.06921,6223.9756,1.3467793,2037.7404,5.2801914,1.8357078,1.0333883,8.80374,216.67882,277.47098,47.27416,235.91129,30.166935,10.161124,793.83545,7.70216,73.63396,73.08055,442.70786,30.366724,374.6561,18.745073,65.61976,0.0,4429.672,11851.245,17.157328,101.60741,103.30255,35885.766,162.45071,12.307199,58.378494,96.97829,80.17387,28.064789,43.839783,738.17926,109.3629,42.062874,9.937968,14.181602,1041.974,29.746372,370.56754,75.81613,2260.7634,115.5865,153.916,166.9008,167.82275,12.855082,23.432058,71.96024,9.929559,11.616623,41.602005,55.746624,113.14409,16.94682,15.765279,170.91887,14.965087,3973.634,54.578274,65.451614,56.70899,55.487873,267.73117,99.67958,74.548386,21.359848,24.120195,49.431408,237.56995,196.31909,95.45242,336.77002,63.97714,63.514786,186.63628,231.47983,1000.04254,183.00761,6.5294194,15.900001,8.6465435,163.45111,15090.101,7.499073,29.434324,43.909676,32.85447,374.81604,66.87957,159.93567,4.9601073,187.26613,573.02747,381.998,82.75976,568.1635,47.1,75.47718,240.06152,24.149641,3.9863248,18.337202,1469.3137,1.0126452,2.2408066,104.453575,10.204147,5.3499255,19.82732,28.8102,305.37253,83.68468,152.04102,1340.4983,185.67448,2140.7197,1880.4728,16.140068,20.16613,12615.212,9.865223,45.487904,365.64697,74.62339,139.08145,61.431236,333.5355,1208.5853,311.27,8.776728,67.72946,601.163,2266.8916,42.19693,401.97418,37.98817,1.0912013,55.520195,1.0284693,0.6113974,2.2669704,23.834677,86.992386,228.58344,18.236452,2719.202,130.41129,41.419353,48.60887,12.533641,75.10887,11.292473,2.1996236,19.001614,93.320724,7.2080183,4.798207,8.244229,32.76613,13.4479265,4.398602,29.439451,803.88666,98.299065,2035.9271,33.238544,2969.8137,60.208828,604.6506,1368.2678,37.775707,13.451315,1727.3845,2430.6077,6068.3525,455.07886 +2023-05-18 01:00:00,0.0,7072.474,65.73466,22.691858,19.0395,36.2904,198.0615,30.493462,57.860023,22.800531,31.28822,570.9567,597.14044,18.004301,70.58099,6.081814,2.4381435,31.329744,34.98366,12.681297,452.11414,4.8055353,348.00928,84.885124,1.6854072,6.710446,118.19259,42.388336,205.80496,183.0051,6232.0674,1.3449054,2037.0282,5.2697372,1.8337356,1.0321249,8.792095,216.64891,277.4711,47.24239,236.21439,30.160114,10.162338,793.6816,7.69432,73.65697,73.10976,442.79105,30.404762,374.65402,18.759829,65.6585,0.0,4430.758,11857.654,17.18175,101.72465,103.41728,35894.906,162.5474,12.324623,58.367447,96.98381,80.23405,28.094736,43.84572,738.2628,109.41465,42.057854,9.948984,14.191438,1042.3395,29.801743,370.73334,75.82977,2260.655,115.639206,153.99188,166.91635,167.58327,12.849563,23.41809,71.887184,9.922643,11.60825,41.65034,55.790184,113.09227,16.952324,15.776231,171.05789,14.952418,3972.9036,54.617283,65.5336,56.78721,55.533176,267.67047,99.73369,74.601814,21.372545,24.13167,49.461487,237.85674,196.33794,95.48165,336.9003,63.97774,63.562332,186.78215,231.49352,1000.32434,183.07205,6.5249867,15.901042,8.646388,163.3278,15092.593,7.5007253,29.40718,43.87522,32.863876,374.90192,66.92854,159.85327,4.9608974,187.35686,572.7589,381.69113,82.799866,567.53265,47.081944,75.44747,240.33444,24.132595,3.982697,18.32748,1470.2712,1.0106909,2.237218,104.38623,10.207238,5.35002,19.804096,28.78514,305.10474,83.65266,151.9982,1339.7587,185.73363,2140.5173,1880.4873,16.14944,20.184286,12626.143,9.863082,45.532707,365.76477,74.69869,139.2042,61.462223,333.73648,1208.5886,311.33157,8.782728,67.77213,601.74884,2266.7576,42.190887,402.56653,38.04421,1.0907389,55.520473,1.028236,0.6109144,2.2661493,23.860468,87.08673,228.7851,18.215382,2721.123,130.60327,41.47763,48.669186,12.548464,75.153564,11.309162,2.19959,19.033602,93.40618,7.225622,4.8052654,8.253795,32.74748,13.444297,4.405253,29.477367,804.38556,98.40114,2038.2318,33.256336,2972.45,60.237263,604.3999,1369.8292,37.820717,13.449661,1728.3978,2431.7625,6071.0703,454.7431 +2023-05-18 02:00:00,0.0,7079.1646,65.78231,22.67881,19.04788,36.271152,198.03503,30.484665,57.824528,22.796593,31.268717,571.4292,597.09717,17.994463,70.63102,6.087575,2.4419463,31.313492,35.023346,12.687728,451.98923,4.8101172,347.97745,84.843796,1.6827238,6.7026253,118.18013,42.369728,205.72461,182.94098,6240.159,1.3430314,2036.316,5.259283,1.8317634,1.0308615,8.780452,216.619,277.47122,47.21062,236.51747,30.153294,10.163551,793.5277,7.686481,73.679985,73.13896,442.87424,30.442799,374.65198,18.774584,65.69725,0.0,4431.8438,11864.0625,17.206171,101.84189,103.53201,35904.047,162.64406,12.342047,58.3564,96.98935,80.294235,28.124685,43.85165,738.3464,109.4664,42.05283,9.96,14.201274,1042.7048,29.857113,370.89914,75.843414,2260.5466,115.69191,154.06776,166.9319,167.34378,12.844044,23.404123,71.81413,9.915727,11.599876,41.698673,55.83374,113.04046,16.957827,15.787183,171.19691,14.93975,3972.1733,54.656292,65.61559,56.865425,55.578476,267.60977,99.787796,74.65524,21.385244,24.143143,49.491566,238.14351,196.35678,95.51089,337.0306,63.978348,63.609882,186.92804,231.50719,1000.60614,183.13649,6.520554,15.902083,8.646233,163.2045,15095.086,7.502378,29.380035,43.840767,32.873283,374.98776,66.97751,159.77089,4.9616876,187.44759,572.49036,381.3843,82.83998,566.9018,47.06389,75.417755,240.60736,24.115547,3.9790692,18.317759,1471.2289,1.0087366,2.233629,104.318886,10.21033,5.350114,19.780872,28.76008,304.83698,83.620636,151.95537,1339.019,185.79277,2140.3152,1880.502,16.158815,20.202442,12637.073,9.860941,45.57751,365.88257,74.773994,139.32695,61.493206,333.93747,1208.5919,311.39313,8.788729,67.814804,602.33466,2266.6235,42.18485,403.15887,38.100246,1.0902765,55.520752,1.0280026,0.61043143,2.2653282,23.886257,87.181076,228.98677,18.194311,2723.0442,130.79526,41.535908,48.729504,12.563288,75.19825,11.3258505,2.1995564,19.065592,93.49164,7.2432256,4.812324,8.263361,32.728832,13.440668,4.411904,29.515284,804.8845,98.503204,2040.5366,33.274124,2975.0862,60.265694,604.1492,1371.3906,37.865723,13.448008,1729.4111,2432.9172,6073.7876,454.40735 +2023-05-18 03:00:00,0.0,7085.8545,65.829956,22.665762,19.056261,36.251904,198.00856,30.475868,57.789032,22.792654,31.249216,571.9016,597.05396,17.984623,70.681046,6.0933366,2.445749,31.297241,35.063034,12.694159,451.8643,4.814699,347.94562,84.80247,1.6800404,6.694804,118.16766,42.351116,205.64427,182.87688,6248.251,1.3411574,2035.6038,5.248829,1.8297912,1.0295981,8.768807,216.5891,277.47134,47.178852,236.82057,30.146473,10.164765,793.37384,7.6786413,73.703,73.16816,442.95746,30.480837,374.6499,18.78934,65.73599,0.0,4432.93,11870.472,17.230595,101.95913,103.64674,35913.188,162.74072,12.359471,58.345352,96.99489,80.35442,28.154633,43.857586,738.42993,109.51814,42.04781,9.971015,14.211111,1043.0702,29.912483,371.06494,75.857056,2260.4382,115.74461,154.14365,166.94745,167.10428,12.838525,23.390156,71.74107,9.908811,11.591502,41.74701,55.877293,112.98864,16.963331,15.798134,171.33594,14.927081,3971.4429,54.6953,65.69758,56.943645,55.62378,267.54904,99.8419,74.70867,21.397942,24.154617,49.521645,238.4303,196.37563,95.54012,337.16092,63.97895,63.65743,187.07391,231.52086,1000.88794,183.20093,6.516121,15.903125,8.646077,163.08118,15097.578,7.5040307,29.35289,43.806316,32.88269,375.07364,67.02648,159.68849,4.9624777,187.5383,572.2218,381.07745,82.88009,566.27094,47.04583,75.38804,240.88028,24.098501,3.9754417,18.308037,1472.1864,1.0067823,2.2300403,104.25154,10.213422,5.350208,19.757648,28.73502,304.5692,83.58861,151.91255,1338.2793,185.85191,2140.1128,1880.5165,16.168188,20.2206,12648.004,9.858799,45.622314,366.00037,74.8493,139.44969,61.524193,334.13846,1208.5952,311.4547,8.794729,67.857475,602.9204,2266.4893,42.178806,403.75122,38.156284,1.0898142,55.52103,1.0277692,0.60994846,2.2645073,23.912046,87.27542,229.18845,18.173239,2724.9656,130.98723,41.59418,48.789818,12.578111,75.24294,11.34254,2.1995227,19.09758,93.577095,7.2608294,4.8193827,8.272926,32.710182,13.437039,4.418555,29.5532,805.3834,98.60527,2042.8413,33.291912,2977.7227,60.294125,603.89844,1372.952,37.91073,13.446354,1730.4246,2434.072,6076.5054,454.0716 +2023-05-18 04:00:00,0.0,7092.5444,65.87761,22.652714,19.064642,36.232655,197.98209,30.467073,57.753536,22.788717,31.229713,572.3741,597.0107,17.974785,70.73107,6.099098,2.4495518,31.280989,35.102722,12.700588,451.73935,4.819281,347.9138,84.76114,1.6773568,6.686983,118.1552,42.332508,205.56392,182.81276,6256.343,1.3392835,2034.8916,5.2383747,1.827819,1.0283347,8.757163,216.55919,277.47147,47.147083,237.12366,30.13965,10.165979,793.22,7.6708016,73.72601,73.197365,443.04065,30.518875,374.64786,18.804094,65.774734,0.0,4434.016,11876.881,17.255016,102.07637,103.761475,35922.332,162.83739,12.376895,58.334305,97.00043,80.414604,28.18458,43.863518,738.5135,109.56989,42.04279,9.982031,14.220947,1043.4357,29.967854,371.23077,75.8707,2260.3296,115.79732,154.21954,166.963,166.86479,12.833006,23.376188,71.66802,9.9018955,11.583129,41.79534,55.92085,112.93682,16.968834,15.809086,171.47498,14.9144125,3970.7126,54.734306,65.77957,57.021866,55.669083,267.48834,99.89601,74.7621,21.41064,24.16609,49.551727,238.71707,196.39447,95.56936,337.2912,63.979553,63.70498,187.2198,231.53455,1001.16974,183.26537,6.511688,15.904167,8.645922,162.95787,15100.071,7.505683,29.325745,43.771862,32.892094,375.1595,67.07545,159.60611,4.9632673,187.62903,571.9532,380.7706,82.920204,565.64014,47.027775,75.35833,241.15321,24.081453,3.971814,18.298315,1473.144,1.004828,2.2264516,104.1842,10.216513,5.3503017,19.734425,28.70996,304.30142,83.55659,151.86974,1337.5396,185.91104,2139.9106,1880.5311,16.17756,20.238756,12658.934,9.856658,45.667114,366.11816,74.9246,139.57245,61.555176,334.33945,1208.5985,311.5163,8.80073,67.90015,603.5062,2266.3552,42.172764,404.34354,38.21232,1.0893518,55.521313,1.0275358,0.6094655,2.2636862,23.937836,87.36977,229.39012,18.152168,2726.8867,131.17921,41.65246,48.850136,12.592935,75.287636,11.359229,2.199489,19.12957,93.66255,7.2784333,4.8264413,8.282493,32.691532,13.43341,4.425206,29.591116,805.8823,98.707344,2045.146,33.309704,2980.359,60.32256,603.64777,1374.5134,37.955734,13.4447,1731.4379,2435.2268,6079.2227,453.73584 +2023-05-18 05:00:00,0.0,7099.235,65.925255,22.639666,19.073023,36.2134,197.95563,30.458277,57.71804,22.784779,31.21021,572.8465,596.9674,17.964947,70.7811,6.1048594,2.4533546,31.264738,35.14241,12.707019,451.6144,4.8238635,347.882,84.71981,1.6746734,6.6791625,118.14273,42.313896,205.48357,182.74864,6264.434,1.3374095,2034.1793,5.2279205,1.8258468,1.0270714,8.74552,216.52928,277.47156,47.115314,237.42674,30.13283,10.167192,793.0661,7.662962,73.74903,73.22657,443.12384,30.556911,374.64578,18.81885,65.81348,0.0,4435.102,11883.289,17.279438,102.19361,103.876205,35931.473,162.93405,12.394319,58.323257,97.00597,80.47479,28.214527,43.86945,738.5971,109.62164,42.037766,9.993047,14.230784,1043.801,30.023224,371.39658,75.884346,2260.2212,115.85002,154.29541,166.97855,166.6253,12.827487,23.36222,71.59496,9.8949795,11.574755,41.843678,55.96441,112.885,16.974339,15.820038,171.614,14.901745,3969.9824,54.773315,65.86156,57.100082,55.714382,267.42764,99.95012,74.81552,21.423338,24.177565,49.581806,239.00386,196.4133,95.59859,337.4215,63.980156,63.752525,187.36568,231.54822,1001.45154,183.3298,6.5072556,15.905209,8.645766,162.83456,15102.563,7.5073357,29.2986,43.737408,32.9015,375.24536,67.12442,159.52371,4.9640574,187.71976,571.68463,380.46375,82.96031,565.0093,47.00972,75.32861,241.42613,24.064407,3.9681861,18.288593,1474.1017,1.0028737,2.222863,104.11686,10.2196045,5.350396,19.7112,28.684902,304.03366,83.52457,151.82692,1336.7999,185.97018,2139.7085,1880.5457,16.186934,20.256912,12669.864,9.854517,45.711918,366.23593,74.9999,139.69519,61.586163,334.54044,1208.6018,311.57785,8.80673,67.94281,604.092,2266.2212,42.166725,404.93588,38.268356,1.0888894,55.52159,1.0273024,0.6089825,2.262865,23.963625,87.46411,229.5918,18.131098,2728.8079,131.3712,41.71073,48.91045,12.607758,75.33233,11.375918,2.1994557,19.161558,93.74801,7.2960367,4.8335,8.292058,32.672882,13.429781,4.431857,29.62903,806.3813,98.80941,2047.4507,33.32749,2982.995,60.35099,603.39703,1376.0748,38.00074,13.443047,1732.4512,2436.3816,6081.9404,453.4001 +2023-05-18 06:00:00,0.0,7105.925,65.97291,22.626617,19.081404,36.194153,197.92915,30.449482,57.68255,22.780842,31.19071,573.319,596.92413,17.955107,70.83112,6.110621,2.4571574,31.248486,35.182095,12.7134495,451.4895,4.8284454,347.85016,84.67848,1.67199,6.6713414,118.130264,42.295284,205.40323,182.68452,6272.526,1.3355355,2033.4672,5.217467,1.8238746,1.025808,8.733875,216.49937,277.47168,47.083546,237.72984,30.126009,10.1684065,792.9122,7.6551228,73.77205,73.255775,443.20703,30.59495,374.64374,18.833605,65.85222,0.0,4436.188,11889.698,17.30386,102.310844,103.99094,35940.613,163.03073,12.411743,58.31221,97.011505,80.53498,28.244476,43.875385,738.68066,109.673386,42.032745,10.004062,14.240621,1044.1665,30.078594,371.56238,75.89799,2260.1128,115.902725,154.37129,166.9941,166.3858,12.821968,23.348255,71.52191,9.888063,11.566381,41.89201,56.007965,112.83318,16.979841,15.830989,171.75302,14.889076,3969.252,54.812325,65.94355,57.178303,55.759686,267.36694,100.00423,74.86895,21.436037,24.189037,49.611885,239.29063,196.43214,95.62782,337.55182,63.980762,63.800076,187.51157,231.56189,1001.73334,183.39424,6.502823,15.90625,8.645611,162.71126,15105.056,7.5089884,29.271454,43.702953,32.910908,375.3312,67.173386,159.44133,4.9648476,187.81049,571.4161,380.15692,83.00043,564.3784,46.991665,75.2989,241.69905,24.04736,3.9645586,18.278872,1475.0592,1.0009195,2.2192743,104.049515,10.222695,5.35049,19.687975,28.659842,303.7659,83.49254,151.7841,1336.0603,186.02933,2139.506,1880.5603,16.196308,20.275068,12680.795,9.852375,45.75672,366.35373,75.0752,139.81795,61.617146,334.7414,1208.6052,311.63943,8.812731,67.98548,604.6778,2266.087,42.160683,405.52823,38.324394,1.0884271,55.52187,1.027069,0.6084995,2.262044,23.989416,87.55845,229.79346,18.110027,2730.7292,131.56317,41.76901,48.970768,12.622581,75.377014,11.392608,2.1994221,19.193548,93.833466,7.3136406,4.8405585,8.301624,32.654232,13.426152,4.438508,29.666946,806.8802,98.911476,2049.7554,33.34528,2985.6316,60.37942,603.1463,1377.6362,38.04575,13.441393,1733.4645,2437.5364,6084.6577,453.06436 +2023-05-18 07:00:00,0.0,7112.6147,66.02055,22.61357,19.089785,36.174904,197.9027,30.440685,57.647053,22.776903,31.171207,573.79144,596.88086,17.945269,70.88116,6.1163826,2.4609601,31.232233,35.221783,12.719879,451.36456,4.8330274,347.81833,84.63715,1.6693066,6.663521,118.117805,42.276676,205.32288,182.62042,6280.6177,1.3336616,2032.7549,5.2070127,1.8219024,1.0245446,8.722232,216.46948,277.4718,47.051777,238.03293,30.119186,10.16962,792.7583,7.647283,73.79506,73.28498,443.29022,30.632988,374.64166,18.84836,65.89096,0.0,4437.2744,11896.107,17.328283,102.428085,104.10566,35949.754,163.1274,12.429167,58.301163,97.017044,80.59516,28.274424,43.881317,738.7642,109.725136,42.027725,10.015078,14.250457,1044.5319,30.133965,371.7282,75.91163,2260.0044,115.95543,154.44719,167.00964,166.14632,12.816449,23.334288,71.44886,9.881147,11.558008,41.940346,56.051517,112.781364,16.985346,15.841941,171.89204,14.876408,3968.5217,54.851334,66.025536,57.256523,55.80499,267.3062,100.05833,74.92238,21.448734,24.20051,49.641964,239.57742,196.45099,95.65706,337.6821,63.981365,63.847622,187.65744,231.57556,1002.01514,183.45868,6.4983897,15.907291,8.645455,162.58795,15107.549,7.5106406,29.244308,43.668503,32.92031,375.41708,67.22236,159.35893,4.9656377,187.90121,571.1475,379.85007,83.040535,563.74756,46.97361,75.26919,241.97198,24.030313,3.9609308,18.26915,1476.0168,0.9989651,2.2156856,103.98217,10.225787,5.350584,19.664751,28.634783,303.4981,83.46052,151.74129,1335.3206,186.08847,2139.304,1880.5748,16.20568,20.293224,12691.725,9.850234,45.801525,366.47153,75.150505,139.94069,61.648132,334.94238,1208.6085,311.70102,8.81873,68.02815,605.2636,2265.953,42.154644,406.12057,38.380432,1.0879647,55.52215,1.0268356,0.6080166,2.2612228,24.015205,87.652794,229.99513,18.088957,2732.6504,131.75516,41.827286,49.031082,12.637404,75.42171,11.409296,2.1993885,19.225538,93.91893,7.331244,4.847617,8.31119,32.635586,13.422523,4.445159,29.704863,807.37915,99.01355,2052.06,33.36307,2988.2678,60.407856,602.8956,1379.1976,38.090755,13.439738,1734.4778,2438.6912,6087.375,452.7286 +2023-05-18 08:00:00,0.0,7119.305,66.06821,22.600521,19.098166,36.155655,197.87622,30.431889,57.611557,22.772966,31.151705,574.26385,596.8376,17.93543,70.93118,6.1221437,2.464763,31.215982,35.26147,12.72631,451.23962,4.8376093,347.7865,84.595825,1.6666232,6.6556997,118.10534,42.258064,205.24254,182.5563,6288.7095,1.3317876,2032.0427,5.1965585,1.8199303,1.0232812,8.710588,216.43958,277.47192,47.020008,238.33603,30.112366,10.170834,792.60443,7.6394434,73.81808,73.314186,443.3734,30.671024,374.63962,18.863115,65.92971,0.0,4438.3604,11902.516,17.352705,102.54533,104.22039,35958.895,163.22406,12.446591,58.29012,97.022575,80.65535,28.30437,43.88725,738.8478,109.77688,42.022705,10.0260935,14.260294,1044.8972,30.189335,371.894,75.92527,2259.896,116.00813,154.52306,167.02519,165.90683,12.81093,23.32032,71.3758,9.874231,11.549634,41.988678,56.095078,112.72955,16.990849,15.852893,172.03107,14.863739,3967.7915,54.890343,66.10753,57.33474,55.85029,267.2455,100.112434,74.97581,21.461433,24.211985,49.672047,239.8642,196.46983,95.686295,337.8124,63.981968,63.895172,187.80333,231.58925,1002.29694,183.52312,6.493957,15.908334,8.6453,162.46465,15110.041,7.5122933,29.217165,43.63405,32.929718,375.50293,67.271324,159.27655,4.966428,187.99193,570.87897,379.5432,83.08064,563.1167,46.955555,75.23947,242.2449,24.013266,3.957303,18.259428,1476.9744,0.9970108,2.212097,103.914825,10.228878,5.3506784,19.641527,28.609722,303.23035,83.4285,151.69847,1334.5809,186.14761,2139.1018,1880.5895,16.215054,20.31138,12702.655,9.848093,45.84633,366.58932,75.22581,140.06345,61.679115,335.14337,1208.6118,311.76257,8.824731,68.07082,605.84937,2265.8188,42.1486,406.7129,38.43647,1.0875022,55.522427,1.0266021,0.60753363,2.260402,24.040995,87.74714,230.19681,18.067886,2734.5718,131.94713,41.88556,49.091396,12.652227,75.4664,11.425985,2.199355,19.257526,94.00439,7.348848,4.854676,8.320756,32.616936,13.418894,4.45181,29.742779,807.87805,99.115616,2054.3647,33.38086,2990.904,60.436287,602.6449,1380.759,38.13576,13.438085,1735.4911,2439.846,6090.093,452.39285 +2023-05-18 09:00:00,0.0,7125.995,66.11585,22.587473,19.106546,36.136402,197.84976,30.423094,57.57606,22.769028,31.132204,574.7363,596.7943,17.92559,70.98121,6.1279054,2.4685657,31.19973,35.301155,12.73274,451.1147,4.8421917,347.7547,84.5545,1.6639398,6.647879,118.09287,42.239456,205.16219,182.49219,6296.8013,1.3299136,2031.3306,5.1861043,1.8179581,1.0220178,8.698943,216.40967,277.47205,46.98824,238.63911,30.105545,10.172048,792.45056,7.6316037,73.841095,73.34339,443.4566,30.709063,374.63754,18.87787,65.96845,0.0,4439.4463,11908.925,17.377127,102.66257,104.33512,35968.035,163.32072,12.464015,58.27907,97.028114,80.71554,28.33432,43.893185,738.93134,109.82863,42.01768,10.037108,14.27013,1045.2627,30.244707,372.0598,75.93891,2259.7876,116.06084,154.59894,167.04074,165.66733,12.805411,23.306353,71.30275,9.867315,11.541261,42.037014,56.138634,112.677734,16.996353,15.863844,172.17009,14.85107,3967.061,54.92935,66.189514,57.41296,55.89559,267.1848,100.16654,75.029236,21.47413,24.223457,49.702126,240.15099,196.48868,95.71552,337.9427,63.98257,63.94272,187.9492,231.60292,1002.57874,183.58757,6.4895244,15.909375,8.645144,162.34134,15112.534,7.513946,29.19002,43.599594,32.939125,375.5888,67.3203,159.19415,4.9672174,188.08266,570.6104,379.2364,83.12076,562.48584,46.9375,75.209755,242.51782,23.996218,3.9536753,18.249706,1477.932,0.9950565,2.208508,103.84748,10.23197,5.3507724,19.618303,28.584663,302.9626,83.39648,151.65565,1333.8413,186.20674,2138.8994,1880.604,16.224428,20.329538,12713.586,9.845951,45.89113,366.70712,75.30111,140.18619,61.710102,335.34436,1208.6151,311.82416,8.830731,68.113495,606.4352,2265.6846,42.142563,407.30524,38.492508,1.08704,55.522705,1.0263687,0.60705066,2.2595809,24.066784,87.841484,230.39848,18.046814,2736.493,132.13911,41.943836,49.151714,12.667051,75.511086,11.442675,2.1993213,19.289516,94.08984,7.3664517,4.861735,8.330321,32.598286,13.415265,4.458461,29.780695,808.377,99.21768,2056.6694,33.398647,2993.5405,60.464718,602.39417,1382.3204,38.180767,13.436431,1736.5044,2441.0007,6092.81,452.0571 +2023-05-18 10:00:00,0.0,7132.685,66.163506,22.574425,19.114927,36.117153,197.82329,30.414297,57.540565,22.765089,31.112701,575.20874,596.75104,17.915752,71.031235,6.133667,2.4723685,31.18348,35.340843,12.73917,450.98978,4.8467736,347.72287,84.51317,1.6612564,6.640058,118.08041,42.220844,205.08183,182.42809,6304.8926,1.3280396,2030.6183,5.17565,1.8159859,1.0207545,8.6873,216.37976,277.47217,46.95647,238.9422,30.098724,10.173261,792.2967,7.6237645,73.86411,73.3726,443.5398,30.7471,374.6355,18.892626,66.007195,0.0,4440.5327,11915.334,17.40155,102.77981,104.44985,35977.18,163.4174,12.48144,58.268024,97.03365,80.77572,28.364267,43.899117,739.0149,109.88038,42.01266,10.048124,14.279966,1045.628,30.300077,372.22562,75.95255,2259.6792,116.11354,154.67484,167.05629,165.42784,12.799892,23.292385,71.22969,9.8604,11.5328865,42.08535,56.18219,112.625916,17.001858,15.874796,172.30911,14.838402,3966.3308,54.96836,66.27151,57.49118,55.940895,267.1241,100.22065,75.082664,21.48683,24.234932,49.732204,240.43776,196.50752,95.74476,338.073,63.983177,63.99027,188.0951,231.6166,1002.86053,183.65201,6.4850917,15.910417,8.644989,162.21803,15115.026,7.5155983,29.162874,43.56514,32.94853,375.67465,67.36926,159.11177,4.9680076,188.17339,570.3418,378.92953,83.160866,561.85504,46.91944,75.18004,242.79074,23.979172,3.9500477,18.239985,1478.8895,0.9931022,2.2049193,103.780136,10.235062,5.3508663,19.59508,28.559605,302.6948,83.36445,151.61282,1333.1017,186.26588,2138.6973,1880.6187,16.2338,20.347694,12724.516,9.84381,45.935932,366.8249,75.37641,140.30893,61.741085,335.54535,1208.6184,311.88574,8.836732,68.156166,607.02094,2265.5505,42.13652,407.89758,38.548542,1.0865775,55.522984,1.0261353,0.6065677,2.2587597,24.092573,87.93583,230.60014,18.025743,2738.414,132.3311,42.002113,49.21203,12.681874,75.55578,11.459364,2.1992877,19.321505,94.1753,7.384055,4.8687935,8.339888,32.579636,13.411635,4.4651117,29.818611,808.8759,99.319756,2058.9744,33.41644,2996.1768,60.493153,602.1435,1383.8818,38.225773,13.434777,1737.5177,2442.1555,6095.528,451.72134 +2023-05-18 11:00:00,0.0,7139.3755,66.21115,22.561377,19.123308,36.097904,197.79681,30.4055,57.505074,22.761152,31.093199,575.6812,596.7078,17.905914,71.08126,6.139428,2.4761715,31.167227,35.38053,12.745601,450.86484,4.8513556,347.69104,84.47184,1.6585729,6.6322374,118.06794,42.202232,205.0015,182.36397,6312.9844,1.3261658,2029.9061,5.1651964,1.8140137,1.019491,8.675656,216.34985,277.4723,46.9247,239.2453,30.091902,10.174475,792.1428,7.615925,73.88712,73.4018,443.623,30.785137,374.63342,18.90738,66.04594,0.0,4441.6187,11921.743,17.425972,102.89705,104.56458,35986.32,163.51407,12.498863,58.256977,97.039185,80.83591,28.394215,43.90505,739.09845,109.93212,42.00764,10.05914,14.2898035,1045.9935,30.355448,372.39145,75.966194,2259.5708,116.166245,154.7507,167.07184,165.18835,12.7943735,23.278418,71.15664,9.853484,11.524513,42.133682,56.225746,112.5741,17.00736,15.885748,172.44814,14.825733,3965.6006,55.007366,66.35349,57.569397,55.986195,267.0634,100.27476,75.136086,21.499527,24.246405,49.762283,240.72455,196.52635,95.773994,338.2033,63.98378,64.03782,188.24097,231.63026,1003.14233,183.71645,6.4806585,15.911459,8.644834,162.09473,15117.52,7.517251,29.135729,43.53069,32.957935,375.76053,67.418236,159.02937,4.9687977,188.26411,570.07324,378.62268,83.20098,561.2242,46.901386,75.15033,243.06367,23.962124,3.94642,18.230263,1479.8472,0.9911479,2.2013307,103.71279,10.2381525,5.3509607,19.571856,28.534544,302.42703,83.33243,151.57,1332.3619,186.32503,2138.495,1880.6333,16.243174,20.36585,12735.446,9.841669,45.980736,366.9427,75.45171,140.43169,61.772068,335.74634,1208.6217,311.9473,8.842732,68.19884,607.60675,2265.4165,42.130478,408.48993,38.60458,1.0861152,55.523262,1.0259019,0.6060847,2.2579386,24.118364,88.030174,230.80182,18.004673,2740.3354,132.52307,42.060387,49.272346,12.696697,75.60047,11.476052,2.199254,19.353495,94.26076,7.401659,4.875852,8.349453,32.56099,13.408007,4.471763,29.856527,809.3749,99.42182,2061.279,33.434227,2998.813,60.521584,601.89276,1385.4431,38.270782,13.433124,1738.531,2443.3103,6098.245,451.3856 +2023-05-18 12:00:00,0.0,7146.0654,66.258804,22.548328,19.13169,36.07865,197.77036,30.396706,57.469578,22.757214,31.073696,576.1536,596.66455,17.896074,71.13129,6.14519,2.4799743,31.150974,35.420216,12.752031,450.7399,4.8559375,347.65924,84.43051,1.6558895,6.6244164,118.05548,42.183624,204.92114,182.29985,6321.076,1.3242918,2029.1938,5.1547422,1.8120415,1.0182276,8.664012,216.31995,277.4724,46.892933,239.54839,30.085081,10.175689,791.98895,7.608085,73.91014,73.431,443.70618,30.823175,374.63138,18.922134,66.08468,0.0,4442.7046,11928.151,17.450394,103.01429,104.67931,35995.46,163.61073,12.516287,58.24593,97.04472,80.896095,28.424164,43.910984,739.182,109.98387,42.00262,10.070156,14.29964,1046.3589,30.410818,372.55725,75.97984,2259.4624,116.21895,154.82658,167.08739,164.94885,12.788855,23.26445,71.08358,9.846568,11.51614,42.18202,56.269302,112.52228,17.012865,15.8967,172.58716,14.813065,3964.87,55.046375,66.435486,57.647617,56.031498,267.0027,100.328865,75.189514,21.512226,24.25788,49.792366,241.01132,196.5452,95.80323,338.3336,63.984383,64.085365,188.38686,231.64395,1003.42413,183.78088,6.476226,15.9125,8.644677,161.9714,15120.012,7.5189037,29.108583,43.496235,32.967342,375.84637,67.4672,158.94699,4.969588,188.35484,569.8047,378.31586,83.24109,560.5933,46.88333,75.12061,243.3366,23.945078,3.9427922,18.220541,1480.8048,0.9891936,2.197742,103.64545,10.241244,5.3510547,19.548632,28.509485,302.15927,83.30041,151.52719,1331.6223,186.38417,2138.2927,1880.6478,16.252546,20.384007,12746.377,9.839527,46.02554,367.0605,75.527016,140.55443,61.803055,335.94733,1208.625,312.00888,8.848733,68.2415,608.19257,2265.2822,42.12444,409.08224,38.660618,1.0856528,55.52354,1.0256685,0.6056017,2.2571177,24.144154,88.12452,231.0035,17.983603,2742.2566,132.71506,42.118664,49.33266,12.711521,75.645164,11.492742,2.1992204,19.385485,94.346214,7.4192624,4.8829107,8.359018,32.54234,13.404378,4.478414,29.894444,809.8738,99.52389,2063.5837,33.452015,3001.4495,60.55002,601.642,1387.0045,38.31579,13.43147,1739.5443,2444.465,6100.9624,451.04984 +2023-05-18 13:00:00,0.0,7152.756,66.30646,22.53528,19.14007,36.059402,197.74388,30.387909,57.434082,22.753277,31.054195,576.6261,596.6213,17.886236,71.18131,6.1509514,2.483777,31.134724,35.459904,12.758461,450.615,4.8605194,347.6274,84.38918,1.6532061,6.6165953,118.043015,42.165012,204.8408,182.23573,6329.168,1.3224179,2028.4817,5.144288,1.8100693,1.0169642,8.652369,216.29005,277.47253,46.861164,239.85147,30.07826,10.176902,791.835,7.6002455,73.93316,73.460205,443.7894,30.861214,374.6293,18.93689,66.12342,0.0,4443.791,11934.561,17.474815,103.13152,104.794044,36004.6,163.7074,12.533711,58.234882,97.05026,80.956276,28.454111,43.916916,739.2656,110.03562,41.997597,10.081171,14.309476,1046.7242,30.466188,372.72305,75.993484,2259.354,116.27165,154.90248,167.10294,164.70937,12.783336,23.250483,71.01053,9.839652,11.507766,42.23035,56.31286,112.47046,17.018368,15.907651,172.72618,14.800396,3964.14,55.085384,66.51747,57.725838,56.0768,266.942,100.38297,75.24294,21.524923,24.269352,49.822445,241.29811,196.56404,95.83246,338.4639,63.98499,64.13291,188.53273,231.65762,1003.70593,183.84532,6.471793,15.913542,8.644522,161.8481,15122.505,7.520556,29.081438,43.46178,32.976746,375.93225,67.516174,158.8646,4.970378,188.44557,569.53613,378.009,83.281204,559.96246,46.865276,75.0909,243.60951,23.92803,3.9391644,18.21082,1481.7623,0.9872393,2.1941533,103.5781,10.244335,5.3511486,19.525408,28.484425,301.89148,83.26838,151.48438,1330.8827,186.4433,2138.0906,1880.6625,16.26192,20.402163,12757.308,9.837386,46.070343,367.17828,75.60232,140.67719,61.834038,336.14832,1208.6284,312.07047,8.854733,68.28417,608.7783,2265.1482,42.118397,409.6746,38.716656,1.0851904,55.52382,1.0254351,0.60511875,2.2562966,24.169943,88.218864,231.20517,17.962532,2744.1777,132.90704,42.17694,49.39298,12.726344,75.68985,11.509431,2.1991868,19.417473,94.43168,7.4368663,4.8899693,8.368585,32.52369,13.400748,4.485065,29.93236,810.3727,99.62596,2065.8884,33.469807,3004.0857,60.57845,601.39136,1388.5659,38.360794,13.429816,1740.5576,2445.6199,6103.68,450.7141 +2023-05-18 14:00:00,0.0,7159.446,66.3541,22.522232,19.14845,36.040154,197.71742,30.379114,57.398586,22.749338,31.034693,577.0986,596.578,17.876398,71.23134,6.1567125,2.4875798,31.118471,35.49959,12.764892,450.49005,4.865102,347.59558,84.347855,1.6505227,6.6087747,118.03055,42.1464,204.76045,182.17163,6337.26,1.3205439,2027.7694,5.133834,1.8080971,1.0157008,8.640724,216.26015,277.47266,46.829395,240.15457,30.071438,10.178116,791.68115,7.5924063,73.95617,73.48941,443.8726,30.899252,374.62726,18.951645,66.16217,0.0,4444.877,11940.97,17.499239,103.248764,104.908775,36013.742,163.80406,12.551135,58.223835,97.05579,81.016464,28.484058,43.922848,739.3492,110.087364,41.992577,10.092187,14.319313,1047.0897,30.521559,372.8889,76.007126,2259.2454,116.324356,154.97835,167.11848,164.46988,12.777817,23.236515,70.93748,9.832736,11.4993925,42.278687,56.356415,112.41864,17.023872,15.918603,172.8652,14.787727,3963.4097,55.124393,66.599464,57.804054,56.1221,266.88126,100.43708,75.29637,21.537622,24.280827,49.852524,241.58488,196.58289,95.861694,338.5942,63.98559,64.18046,188.67862,231.6713,1003.98773,183.90976,6.4673605,15.914583,8.644366,161.7248,15124.997,7.5222087,29.054295,43.427326,32.986153,376.0181,67.56515,158.78221,4.9711676,188.53629,569.2676,377.70215,83.32131,559.3316,46.84722,75.06119,243.88245,23.910984,3.9355369,18.2011,1482.72,0.985285,2.1905646,103.51076,10.247427,5.351243,19.502184,28.459366,301.62372,83.23636,151.44156,1330.1431,186.50244,2137.8884,1880.677,16.271294,20.420319,12768.237,9.835244,46.115143,367.29608,75.67762,140.79993,61.865025,336.3493,1208.6317,312.13202,8.860733,68.32684,609.36414,2265.0142,42.11236,410.26694,38.772694,1.0847281,55.524097,1.0252017,0.60463583,2.2554755,24.195732,88.3132,231.40683,17.941462,2746.099,133.09901,42.235214,49.453293,12.741168,75.73454,11.52612,2.1991532,19.449463,94.517136,7.45447,4.897028,8.37815,32.50504,13.3971195,4.491716,29.970274,810.87164,99.72803,2068.193,33.487595,3006.722,60.60688,601.1406,1390.1273,38.4058,13.428163,1741.5709,2446.7747,6106.3975,450.37836 +2023-05-18 15:00:00,0.0,7166.1357,66.40176,22.509184,19.156832,36.020905,197.69095,30.370317,57.36309,22.745401,31.01519,577.571,596.5347,17.86656,71.28137,6.162474,2.4913826,31.10222,35.539276,12.771322,450.3651,4.8696837,347.56375,84.306526,1.6478393,6.6009536,118.01808,42.127792,204.68011,182.10751,6345.3516,1.3186699,2027.0573,5.1233797,1.8061249,1.0144374,8.62908,216.23024,277.47278,46.797626,240.45766,30.064617,10.17933,791.5273,7.5845666,73.97919,73.518616,443.9558,30.937288,374.62518,18.9664,66.20091,0.0,4445.963,11947.378,17.52366,103.366005,105.023506,36022.883,163.90074,12.56856,58.212788,97.06133,81.07665,28.514006,43.928783,739.43274,110.139114,41.987556,10.103203,14.329149,1047.4551,30.57693,373.0547,76.02077,2259.137,116.37706,155.05423,167.13403,164.23038,12.772298,23.222548,70.86442,9.82582,11.491018,42.32702,56.39997,112.36683,17.029375,15.929555,173.00424,14.775059,3962.6792,55.163403,66.68145,57.882275,56.167404,266.82056,100.49119,75.3498,21.55032,24.2923,49.882603,241.87166,196.60173,95.89093,338.7245,63.986195,64.22801,188.8245,231.68498,1004.26953,183.9742,6.4629273,15.915626,8.644211,161.60149,15127.489,7.5238614,29.02715,43.392876,32.99556,376.10397,67.61411,158.69981,4.9719577,188.62701,568.999,377.39532,83.36142,558.70074,46.829166,75.03147,244.15536,23.893936,3.931909,18.191378,1483.6775,0.98333067,2.186976,103.44341,10.250518,5.351337,19.47896,28.434307,301.35596,83.20434,151.39874,1329.4033,186.56158,2137.686,1880.6917,16.280666,20.438477,12779.168,9.833103,46.159946,367.41385,75.75292,140.92268,61.896008,336.5503,1208.635,312.1936,8.866734,68.369514,609.9499,2264.88,42.106316,410.85928,38.828728,1.0842657,55.52438,1.0249684,0.60415286,2.2546544,24.221521,88.40755,231.6085,17.92039,2748.0203,133.291,42.29349,49.513607,12.755991,75.779236,11.542809,2.1991196,19.481451,94.60259,7.4720736,4.9040866,8.387716,32.486393,13.393491,4.498367,30.00819,811.37054,99.8301,2070.4978,33.505383,3009.3584,60.635315,600.8899,1391.6887,38.450806,13.426509,1742.5842,2447.9294,6109.115,450.0426 +2023-05-18 16:00:00,0.0,7172.826,66.4494,22.496136,19.165213,36.00165,197.66449,30.36152,57.3276,22.741463,30.99569,578.04346,596.49146,17.85672,71.3314,6.168236,2.4951854,31.085968,35.578964,12.777752,450.24017,4.8742657,347.53195,84.26519,1.6451559,6.593133,118.005615,42.10918,204.59976,182.0434,6353.443,1.316796,2026.345,5.112926,1.8041527,1.013174,8.617436,216.20033,277.4729,46.765858,240.76076,30.057796,10.180543,791.3734,7.576727,74.002205,73.54782,444.039,30.975327,374.6231,18.981155,66.239655,0.0,4447.049,11953.787,17.548082,103.483246,105.13824,36032.027,163.9974,12.585983,58.20174,97.06687,81.13683,28.543955,43.934715,739.5163,110.19086,41.982533,10.114218,14.338986,1047.8206,30.6323,373.2205,76.03441,2259.0286,116.42976,155.13013,167.14958,163.99089,12.766779,23.20858,70.79137,9.818905,11.482645,42.375355,56.443527,112.31501,17.03488,15.940506,173.14326,14.76239,3961.949,55.20241,66.76344,57.960495,56.212708,266.75986,100.545296,75.40323,21.563019,24.303772,49.912685,242.15845,196.62056,95.920166,338.8548,63.986797,64.27556,188.97038,231.69865,1004.55133,184.03864,6.4584947,15.916667,8.644055,161.47818,15129.982,7.525514,29.000004,43.35842,33.004963,376.18982,67.663086,158.61743,4.972748,188.71774,568.73047,377.08847,83.401535,558.06995,46.811108,75.001755,244.42828,23.87689,3.9282813,18.181656,1484.6351,0.9813764,2.183387,103.37607,10.25361,5.351431,19.455734,28.409246,301.08817,83.17231,151.35593,1328.6637,186.62073,2137.484,1880.7062,16.29004,20.456633,12790.099,9.830962,46.20475,367.53165,75.82823,141.04543,61.926994,336.75125,1208.6383,312.2552,8.872734,68.412186,610.5357,2264.7458,42.100277,411.4516,38.884766,1.0838033,55.52466,1.024735,0.6036699,2.2538333,24.247313,88.50189,231.81018,17.899319,2749.9414,133.48297,42.351765,49.573925,12.770814,75.82392,11.559498,2.199086,19.513441,94.68805,7.4896774,4.911145,8.397282,32.467743,13.389862,4.5050178,30.046106,811.8695,99.93217,2072.8025,33.523174,3011.9946,60.663746,600.6392,1393.2501,38.495815,13.424855,1743.5975,2449.0842,6111.8325,449.70685 +2023-05-18 17:00:00,0.0,7179.516,66.497055,22.483088,19.173594,35.982403,197.63802,30.352726,57.292103,22.737526,30.976187,578.51587,596.4482,17.846882,71.381424,6.173997,2.4989882,31.069717,35.618652,12.784183,450.11526,4.8788476,347.50012,84.22386,1.6424724,6.585312,117.99316,42.090572,204.51941,181.9793,6361.5347,1.314922,2025.6328,5.102472,1.8021805,1.0119107,8.605793,216.17043,277.473,46.73409,241.06384,30.050974,10.181757,791.21954,7.5688877,74.025215,73.57703,444.1222,31.013365,374.62106,18.99591,66.2784,0.0,4448.135,11960.196,17.572506,103.60049,105.25297,36041.168,164.09407,12.603408,58.190693,97.07241,81.19702,28.573902,43.940647,739.59985,110.24261,41.977512,10.125234,14.348823,1048.1859,30.68767,373.38632,76.04805,2258.9202,116.48247,155.206,167.16513,163.7514,12.76126,23.194613,70.71831,9.811989,11.474271,42.42369,56.487083,112.26319,17.040382,15.951458,173.28229,14.7497225,3961.2188,55.241417,66.84543,58.03871,56.258007,266.69916,100.5994,75.45665,21.575716,24.315247,49.942764,242.44522,196.6394,95.949394,338.9851,63.987404,64.323105,189.11626,231.71233,1004.8331,184.10307,6.454062,15.917708,8.6439,161.35487,15132.475,7.5271664,28.972858,43.323967,33.01437,376.2757,67.71205,158.53503,4.973538,188.80847,568.46185,376.78162,83.44164,557.4391,46.793053,74.972046,244.7012,23.859842,3.9246538,18.171934,1485.5927,0.9794221,2.1797984,103.30872,10.2567005,5.3515253,19.43251,28.384188,300.8204,83.14029,151.3131,1327.9241,186.67987,2137.2817,1880.7208,16.299414,20.474789,12801.028,9.82882,46.249554,367.64944,75.903534,141.16818,61.957977,336.95224,1208.6416,312.31674,8.878735,68.45486,611.1215,2264.6118,42.094234,412.04395,38.940804,1.083341,55.524937,1.0245016,0.6031869,2.2530124,24.273102,88.59624,232.01186,17.878248,2751.8628,133.67496,42.41004,49.63424,12.785638,75.868614,11.576187,2.1990523,19.54543,94.773506,7.5072813,4.918204,8.406848,32.449093,13.386232,4.5116687,30.084023,812.3684,100.03423,2075.1072,33.540962,3014.6309,60.692177,600.3885,1394.8115,38.54082,13.423201,1744.6108,2450.239,6114.5503,449.3711 +2023-05-18 18:00:00,0.0,7186.206,66.5447,22.47004,19.181973,35.963154,197.61156,30.34393,57.256607,22.733587,30.956684,578.98834,596.40497,17.837044,71.43145,6.1797585,2.502791,31.053465,35.65834,12.790613,449.99033,4.88343,347.4683,84.18253,1.639789,6.5774913,117.98069,42.07196,204.43907,181.91518,6369.6265,1.313048,2024.9207,5.0920177,1.8002083,1.0106473,8.594149,216.14052,277.4731,46.70232,241.36693,30.044153,10.18297,791.0657,7.561048,74.04823,73.60623,444.20538,31.051401,374.619,19.010666,66.31714,0.0,4449.221,11966.6045,17.596928,103.71773,105.3677,36050.31,164.19073,12.6208315,58.179646,97.07794,81.25721,28.60385,43.946583,739.6834,110.29436,41.972492,10.13625,14.358659,1048.5513,30.74304,373.55212,76.06169,2258.8118,116.53517,155.28188,167.18068,163.5119,12.755741,23.180645,70.645256,9.805073,11.465898,42.472023,56.53064,112.21137,17.045887,15.96241,173.42131,14.737054,3960.4883,55.280426,66.92742,58.116932,56.30331,266.63843,100.6535,75.51008,21.588415,24.32672,49.972843,242.73201,196.65825,95.97863,339.1154,63.988007,64.37066,189.26215,231.726,1005.1149,184.16753,6.4496293,15.91875,8.643744,161.23157,15134.968,7.528819,28.945713,43.289513,33.023777,376.36154,67.761024,158.45265,4.974328,188.8992,568.1933,376.4748,83.48176,556.8082,46.774998,74.94233,244.97414,23.842796,3.921026,18.162212,1486.5503,0.9774678,2.1762097,103.24138,10.259792,5.3516192,19.409286,28.359129,300.55264,83.10827,151.27028,1327.1843,186.739,2137.0793,1880.7354,16.308786,20.492945,12811.959,9.826679,46.294357,367.76724,75.978836,141.29092,61.988964,337.15323,1208.6449,312.37833,8.884735,68.49753,611.7073,2264.4775,42.088192,412.6363,38.99684,1.0828786,55.525215,1.0242682,0.6027039,2.2521913,24.298891,88.69058,232.21352,17.857178,2753.784,133.86694,42.46832,49.694557,12.800461,75.91331,11.592876,2.1990187,19.57742,94.85896,7.5248847,4.9252625,8.416413,32.430443,13.382604,4.5183196,30.121939,812.8674,100.13631,2077.4119,33.55875,3017.267,60.72061,600.13776,1396.3729,38.585827,13.421547,1745.6241,2451.3938,6117.2676,449.03534 +2023-05-18 19:00:00,0.0,7192.8965,66.592354,22.456991,19.190353,35.943905,197.58508,30.335133,57.22111,22.729649,30.937183,579.46075,596.3617,17.827204,71.481476,6.18552,2.5065937,31.037212,35.698025,12.797043,449.8654,4.888012,347.43646,84.141205,1.6371056,6.56967,117.96822,42.05335,204.35872,181.85106,6377.7183,1.311174,2024.2084,5.0815635,1.7982361,1.0093839,8.582504,216.11061,277.47324,46.67055,241.67003,30.037333,10.184184,790.9118,7.5532084,74.07125,73.63544,444.28857,31.08944,374.61694,19.025421,66.35589,0.0,4450.3076,11973.014,17.62135,103.83497,105.48243,36059.45,164.2874,12.638255,58.1686,97.08348,81.31739,28.633799,43.952515,739.76697,110.3461,41.967472,10.1472645,14.368496,1048.9167,30.79841,373.71793,76.07534,2258.7034,116.587875,155.35776,167.19623,163.27242,12.750222,23.16668,70.5722,9.798157,11.457524,42.52036,56.574196,112.15955,17.05139,15.973362,173.56033,14.724385,3959.758,55.319435,67.00941,58.195152,56.348614,266.57773,100.70761,75.56351,21.601112,24.338194,50.002922,243.01878,196.6771,96.007866,339.2457,63.98861,64.418205,189.40802,231.73969,1005.3967,184.23196,6.445196,15.919792,8.643589,161.10826,15137.46,7.530472,28.918568,43.255062,33.03318,376.4474,67.80999,158.37025,4.9751177,188.98991,567.92474,376.16794,83.521866,556.17737,46.756943,74.91261,245.24706,23.825748,3.9173982,18.15249,1487.5079,0.97551346,2.172621,103.174034,10.262884,5.351713,19.386063,28.334068,300.28485,83.07625,151.22746,1326.4446,186.79814,2136.8772,1880.75,16.31816,20.5111,12822.89,9.824538,46.339157,367.885,76.05414,141.41368,62.019947,337.35422,1208.6483,312.4399,8.890736,68.5402,612.2931,2264.3435,42.082153,413.22864,39.05288,1.0824162,55.525494,1.0240347,0.60222095,2.2513702,24.32468,88.78493,232.41519,17.836107,2755.7053,134.05891,42.526592,49.75487,12.815285,75.958,11.609565,2.198985,19.60941,94.94442,7.5424886,4.9323215,8.42598,32.411793,13.378975,4.524971,30.159855,813.3663,100.23837,2079.7166,33.57654,3019.9036,60.749043,599.8871,1397.9343,38.630833,13.419893,1746.6376,2452.5486,6119.985,448.69962 +2023-05-18 20:00:00,0.0,7199.5864,66.64,22.443943,19.198734,35.924652,197.55861,30.326338,57.185616,22.725712,30.91768,579.9332,596.3184,17.817366,71.5315,6.1912813,2.5103965,31.020962,35.737713,12.803473,449.74048,4.892594,347.40466,84.09988,1.6344222,6.5618496,117.95576,42.03474,204.27838,181.78696,6385.81,1.3093001,2023.4962,5.0711093,1.7962639,1.0081205,8.570861,216.08072,277.47336,46.638783,241.97311,30.030512,10.185398,790.7579,7.5453687,74.09426,73.66464,444.37177,31.127478,374.61487,19.040176,66.39463,0.0,4451.3936,11979.423,17.645771,103.95221,105.59716,36068.59,164.38408,12.65568,58.15755,97.08902,81.37758,28.663746,43.958447,739.8506,110.39785,41.96245,10.15828,14.378332,1049.2821,30.85378,373.88373,76.08898,2258.595,116.64058,155.43365,167.21178,163.03293,12.744703,23.152712,70.499146,9.791241,11.44915,42.56869,56.617752,112.107735,17.056894,15.984313,173.69936,14.711717,3959.0278,55.358444,67.0914,58.27337,56.393913,266.51703,100.76172,75.616936,21.613811,24.349667,50.033005,243.30557,196.69594,96.0371,339.376,63.989216,64.46575,189.55391,231.75336,1005.6785,184.2964,6.4407635,15.920834,8.643434,160.98495,15139.953,7.532124,28.891422,43.220608,33.042587,376.53326,67.85896,158.28787,4.975908,189.08064,567.6562,375.86108,83.56198,555.5465,46.738888,74.8829,245.51997,23.808702,3.9137704,18.142769,1488.4655,0.9735592,2.1690323,103.10669,10.265975,5.351807,19.362839,28.30901,300.0171,83.04422,151.18465,1325.705,186.85728,2136.675,1880.7645,16.327534,20.529257,12833.82,9.822396,46.38396,368.0028,76.12944,141.53642,62.050934,337.5552,1208.6516,312.50146,8.896736,68.58287,612.8789,2264.2095,42.07611,413.82098,39.108913,1.0819539,55.525772,1.0238013,0.601738,2.250549,24.35047,88.87927,232.61687,17.815037,2757.6265,134.2509,42.58487,49.81519,12.830108,76.002686,11.626254,2.1989515,19.641397,95.029884,7.560092,4.93938,8.435545,32.393147,13.375345,4.531622,30.197771,813.86523,100.34044,2082.0215,33.59433,3022.5398,60.777473,599.63635,1399.4957,38.675842,13.41824,1747.6509,2453.7034,6122.7026,448.36386 +2023-05-18 21:00:00,0.0,7206.2764,66.68765,22.430895,19.207115,35.905403,197.53215,30.317541,57.15012,22.721773,30.898178,580.4057,596.27515,17.807528,71.58153,6.197043,2.5141993,31.00471,35.7774,12.809904,449.61554,4.897176,347.37283,84.05855,1.6317388,6.5540285,117.94329,42.01613,204.19803,181.72284,6393.9014,1.3074261,2022.7839,5.060655,1.7942917,1.0068572,8.5592165,216.05081,277.47348,46.607014,242.27621,30.02369,10.186611,790.604,7.5375295,74.11728,73.69385,444.45496,31.165514,374.61282,19.054932,66.43337,0.0,4452.4795,11985.832,17.670195,104.06944,105.71189,36077.73,164.48074,12.673103,58.146503,97.09455,81.43777,28.693693,43.964382,739.93414,110.4496,41.957428,10.169296,14.388168,1049.6476,30.909153,374.04956,76.10262,2258.4866,116.69328,155.50952,167.22733,162.79343,12.739184,23.138744,70.42609,9.784326,11.440777,42.617027,56.66131,112.055916,17.062397,15.995265,173.83838,14.699048,3958.2974,55.397453,67.173386,58.35159,56.439217,266.45633,100.81583,75.670364,21.626509,24.361141,50.063084,243.59235,196.71478,96.06633,339.5063,63.98982,64.5133,189.69978,231.76703,1005.9603,184.36084,6.436331,15.921875,8.643278,160.86163,15142.445,7.5337768,28.864279,43.186153,33.051994,376.6191,67.90793,158.20547,4.976698,189.17137,567.38763,375.55426,83.60209,554.9157,46.720833,74.85319,245.79291,23.791655,3.910143,18.133047,1489.4231,0.9716049,2.1654437,103.03935,10.269067,5.3519015,19.339615,28.283949,299.74933,83.0122,151.14183,1324.9653,186.91643,2136.4727,1880.7792,16.336906,20.547415,12844.75,9.820255,46.428764,368.1206,76.20474,141.65916,62.081917,337.7562,1208.6549,312.56305,8.902736,68.625534,613.46466,2264.0752,42.070072,414.4133,39.16495,1.0814915,55.52605,1.0235679,0.60125506,2.249728,24.37626,88.97361,232.81854,17.793966,2759.5476,134.44289,42.643147,49.875504,12.844932,76.04738,11.642943,2.198918,19.673388,95.11534,7.577696,4.946439,8.445111,32.374496,13.3717165,4.538273,30.235687,814.36414,100.44251,2084.3262,33.612118,3025.176,60.80591,599.3856,1401.0571,38.720848,13.416586,1748.6642,2454.8582,6125.42,448.0281 +2023-05-18 22:00:00,0.0,7212.967,66.7353,22.417847,19.215496,35.886154,197.50568,30.308746,57.114628,22.717836,30.878675,580.8781,596.2319,17.797688,71.63155,6.2028046,2.518002,30.988459,35.817085,12.816334,449.4906,4.901758,347.341,84.01722,1.6290554,6.5462074,117.93083,41.99752,204.11768,181.65872,6401.993,1.3055522,2022.0718,5.0502014,1.7923195,1.0055937,8.547573,216.0209,277.4736,46.575245,242.5793,30.016869,10.187825,790.45013,7.52969,74.1403,73.723045,444.53815,31.203552,374.61075,19.069687,66.472115,0.0,4453.5654,11992.24,17.694616,104.18668,105.826614,36086.875,164.57741,12.690528,58.135456,97.10009,81.49795,28.723642,43.970314,740.0177,110.50134,41.952408,10.180311,14.3980055,1050.013,30.964523,374.21536,76.116264,2258.3782,116.74599,155.58542,167.24287,162.55394,12.733665,23.124777,70.353035,9.77741,11.432403,42.66536,56.704865,112.004105,17.067902,16.006216,173.9774,14.686379,3957.5671,55.436462,67.25538,58.42981,56.48452,266.3956,100.869934,75.72379,21.639208,24.372614,50.093163,243.87914,196.73361,96.095566,339.6366,63.99042,64.56085,189.84567,231.7807,1006.2421,184.42528,6.431898,15.922916,8.643123,160.73833,15144.938,7.5354295,28.837133,43.1517,33.061398,376.705,67.9569,158.1231,4.977488,189.2621,567.1191,375.2474,83.6422,554.28485,46.702778,74.82347,246.06583,23.774609,3.9065151,18.123325,1490.3806,0.96965057,2.161855,102.97201,10.272158,5.3519955,19.316391,28.25889,299.48154,82.98018,151.09901,1324.2256,186.97557,2136.2705,1880.7937,16.34628,20.56557,12855.681,9.818114,46.473568,368.2384,76.280045,141.78192,62.112904,337.95718,1208.6582,312.62463,8.908736,68.668205,614.0505,2263.9412,42.06403,415.00565,39.22099,1.081029,55.52633,1.0233345,0.6007721,2.248907,24.40205,89.067955,233.0202,17.772894,2761.469,134.63486,42.70142,49.93582,12.859755,76.09207,11.659633,2.1988845,19.705376,95.2008,7.5952997,4.9534974,8.454677,32.355846,13.368088,4.544924,30.273603,814.86304,100.54458,2086.6309,33.62991,3027.8125,60.83434,599.13495,1402.6185,38.765854,13.414932,1749.6775,2456.013,6128.1377,447.69235 +2023-05-18 23:00:00,0.0,7219.6567,66.78295,22.404799,19.223877,35.866905,197.47922,30.29995,57.079132,22.713898,30.859175,581.3506,596.1886,17.78785,71.68159,6.2085657,2.521805,30.972206,35.856773,12.822764,449.36566,4.90634,347.30917,83.97589,1.626372,6.538387,117.918365,41.97891,204.03734,181.5946,6410.085,1.3036783,2021.3595,5.039747,1.7903473,1.0043303,8.535929,215.991,277.47372,46.543476,242.88239,30.010048,10.189039,790.29626,7.52185,74.16331,73.75225,444.62134,31.24159,374.6087,19.084442,66.51086,0.0,4454.652,11998.649,17.719038,104.303925,105.941345,36096.016,164.67407,12.707952,58.124413,97.10563,81.558136,28.75359,43.976246,740.10126,110.55309,41.947388,10.191327,14.407842,1050.3783,31.019894,374.38116,76.129906,2258.2698,116.79869,155.6613,167.25842,162.31445,12.728147,23.11081,70.27998,9.7704935,11.424029,42.713696,56.748425,111.952286,17.073406,16.017168,174.11642,14.673711,3956.837,55.47547,67.337364,58.508026,56.52982,266.3349,100.92404,75.777214,21.651905,24.384087,50.12324,244.16591,196.75246,96.1248,339.76688,63.991024,64.6084,189.99155,231.79439,1006.5239,184.48972,6.427465,15.923959,8.642967,160.61502,15147.431,7.5370817,28.809988,43.11725,33.070805,376.79083,68.00587,158.0407,4.978278,189.35283,566.8505,374.94055,83.68231,553.654,46.68472,74.793755,246.33875,23.75756,3.9028873,18.113604,1491.3383,0.9676963,2.158266,102.90466,10.2752495,5.3520894,19.293167,28.233831,299.21378,82.94815,151.0562,1323.486,187.0347,2136.0684,1880.8083,16.355652,20.583727,12866.611,9.815972,46.51837,368.3562,76.35535,141.90466,62.143887,338.15817,1208.6615,312.6862,8.914737,68.71088,614.6362,2263.8071,42.057987,415.598,39.277027,1.0805668,55.526608,1.0231011,0.6002891,2.248086,24.42784,89.1623,233.22188,17.751823,2763.3901,134.82684,42.759697,49.996136,12.8745775,76.136765,11.676321,2.1988509,19.737366,95.286255,7.612903,4.960556,8.464242,32.337196,13.364458,4.5515747,30.311518,815.362,100.646645,2088.9355,33.647697,3030.4487,60.862774,598.8842,1404.1799,38.81086,13.413279,1750.6908,2457.1677,6130.855,447.3566 +2023-05-19 00:00:00,0.0,7226.3467,66.8306,22.39175,19.232258,35.847652,197.45274,30.291153,57.043636,22.70996,30.839672,581.823,596.1453,17.778011,71.73161,6.2143273,2.5256078,30.955954,35.89646,12.829195,449.24075,4.910922,347.27737,83.93456,1.6236885,6.5305657,117.9059,41.960297,203.95699,181.5305,6418.177,1.3018043,2020.6473,5.029293,1.7883751,1.0030669,8.524284,215.96109,277.47385,46.511707,243.18549,30.003225,10.190252,790.1424,7.5140104,74.186325,73.781456,444.70453,31.279627,374.60663,19.099197,66.5496,0.0,4455.738,12005.059,17.743462,104.421165,106.056076,36105.156,164.77074,12.725376,58.113365,97.11117,81.618324,28.783537,43.98218,740.1848,110.604836,41.942364,10.202343,14.417679,1050.7438,31.075264,374.547,76.14355,2258.1611,116.851395,155.73717,167.27396,162.07495,12.722628,23.096842,70.206924,9.763577,11.415656,42.76203,56.791977,111.90047,17.078909,16.02812,174.25545,14.661042,3956.1064,55.514477,67.41936,58.586246,56.575123,266.2742,100.97815,75.83064,21.664604,24.395561,50.153324,244.4527,196.7713,96.15404,339.8972,63.99163,64.655945,190.13744,231.80806,1006.8057,184.55415,6.4230323,15.925,8.642811,160.49171,15149.924,7.5387344,28.782843,43.082794,33.08021,376.8767,68.05484,157.95831,4.979068,189.44354,566.5819,374.6337,83.72242,553.02313,46.666664,74.764046,246.61166,23.740513,3.8992596,18.103882,1492.2959,0.965742,2.1546774,102.83732,10.27834,5.352184,19.269943,28.20877,298.946,82.91613,151.01338,1322.7463,187.09384,2135.866,1880.8229,16.365026,20.601883,12877.541,9.813831,46.56317,368.47397,76.43065,142.02742,62.17487,338.35916,1208.6648,312.74777,8.920737,68.75355,615.22205,2263.6729,42.05195,416.19034,39.333065,1.0801044,55.526886,1.0228677,0.59980613,2.2472649,24.453629,89.256645,233.42355,17.730753,2765.3113,135.01881,42.81797,50.05645,12.889401,76.18145,11.69301,2.1988173,19.769354,95.37171,7.630507,4.9676147,8.473808,32.31855,13.360829,4.5582256,30.349434,815.8609,100.74872,2091.2402,33.665485,3033.085,60.891205,598.6335,1405.7413,38.855865,13.411625,1751.7041,2458.3225,6133.5723,447.02084 +2023-05-19 01:00:00,0.0,7233.037,66.87825,22.378702,19.240639,35.828403,197.42628,30.282358,57.00814,22.706022,30.82017,582.2955,596.10205,17.768171,71.78164,6.220089,2.5294106,30.939703,35.936146,12.835625,449.1158,4.915504,347.24554,83.893234,1.621005,6.522745,117.89343,41.94169,203.87665,181.46638,6426.2686,1.2999303,2019.9352,5.018839,1.786403,1.0018035,8.512641,215.93118,277.47397,46.47994,243.48857,29.996405,10.191466,789.9885,7.506171,74.20934,73.81066,444.78772,31.317665,374.60458,19.113953,66.58835,0.0,4456.8237,12011.467,17.767883,104.53841,106.17081,36114.297,164.86742,12.7428,58.102318,97.1167,81.678505,28.813486,43.988113,740.2684,110.656586,41.937344,10.213358,14.427515,1051.1091,31.130634,374.7128,76.15719,2258.0527,116.9041,155.81305,167.2895,161.83546,12.717109,23.082874,70.13387,9.756661,11.407282,42.810364,56.835533,111.84865,17.084414,16.039072,174.39447,14.648374,3955.3762,55.553486,67.50134,58.664467,56.620426,266.21347,101.03226,75.88407,21.677301,24.407034,50.183403,244.73947,196.79015,96.183266,340.0275,63.992233,64.70349,190.28331,231.82173,1007.0875,184.61859,6.4185996,15.926042,8.642655,160.36841,15152.416,7.540387,28.755697,43.04834,33.089615,376.96255,68.103806,157.87592,4.979858,189.53427,566.31335,374.32687,83.762535,552.3923,46.64861,74.73433,246.8846,23.723467,3.895632,18.09416,1493.2534,0.9637877,2.1510887,102.76997,10.281432,5.3522778,19.246717,28.183712,298.67822,82.88411,150.97055,1322.0067,187.15298,2135.6638,1880.8375,16.3744,20.620039,12888.472,9.811689,46.607975,368.59177,76.50595,142.15016,62.205856,338.56015,1208.6682,312.80936,8.926738,68.79622,615.80786,2263.5388,42.045906,416.78265,39.389103,1.0796419,55.527164,1.0226343,0.59932315,2.2464437,24.479418,89.35099,233.62523,17.709682,2767.2327,135.2108,42.876247,50.116768,12.904224,76.22614,11.7097,2.1987836,19.801344,95.45717,7.6481104,4.9746733,8.483374,32.2999,13.357201,4.5648766,30.38735,816.35986,100.850784,2093.545,33.683277,3035.7214,60.919636,598.3828,1407.3027,38.900875,13.409971,1752.7174,2459.4773,6136.29,446.68512 +2023-05-19 02:00:00,0.0,7239.727,66.9259,22.365654,19.24902,35.809155,197.39981,30.273561,56.972645,22.702084,30.800669,582.7679,596.05884,17.758333,71.831665,6.22585,2.5332134,30.92345,35.975834,12.842055,448.99088,4.920086,347.2137,83.851906,1.6183217,6.514924,117.88097,41.923077,203.7963,181.40227,6434.3604,1.2980564,2019.2229,5.0083847,1.7844307,1.0005401,8.500997,215.90128,277.4741,46.44817,243.79167,29.989584,10.192679,789.83466,7.4983315,74.23236,73.83987,444.8709,31.355703,374.6025,19.128706,66.62709,0.0,4457.91,12017.876,17.792305,104.65565,106.28554,36123.438,164.96408,12.760223,58.09127,97.12224,81.73869,28.843433,43.99405,740.3519,110.708336,41.932323,10.224374,14.437351,1051.4746,31.186005,374.8786,76.17084,2257.9443,116.9568,155.88895,167.30505,161.59598,12.71159,23.068907,70.060814,9.749745,11.398909,42.8587,56.87909,111.79683,17.089916,16.050024,174.53351,14.635705,3954.646,55.592495,67.583336,58.742683,56.665726,266.15277,101.086365,75.9375,21.689999,24.418509,50.21348,245.02626,196.80899,96.2125,340.15778,63.992836,64.751045,190.4292,231.83542,1007.3693,184.68303,6.414167,15.927084,8.6425,160.2451,15154.908,7.5420394,28.728552,43.013885,33.099022,377.04843,68.15278,157.79353,4.980648,189.625,566.0448,374.02002,83.80264,551.7614,46.630554,74.70461,247.15752,23.706419,3.8920043,18.084438,1494.211,0.96183336,2.1475,102.70263,10.284524,5.3523717,19.223494,28.158651,298.41046,82.85208,150.92773,1321.2671,187.21213,2135.4614,1880.852,16.383772,20.638195,12899.402,9.809548,46.65278,368.70956,76.58125,142.27292,62.23684,338.7611,1208.6715,312.8709,8.932738,68.83889,616.3936,2263.4048,42.039867,417.375,39.445137,1.0791796,55.527443,1.0224009,0.5988402,2.2456226,24.505209,89.445335,233.82689,17.688612,2769.1538,135.40279,42.934525,50.177082,12.919048,76.270836,11.726389,2.19875,19.833334,95.54263,7.6657143,4.981732,8.49294,32.28125,13.353571,4.5715275,30.425266,816.85876,100.95285,2095.8496,33.701065,3038.3577,60.94807,598.1321,1408.8641,38.94588,13.408318,1753.7307,2460.632,6139.0073,446.34937 +2023-05-19 03:00:00,0.0,7246.4175,66.97355,22.352606,19.2574,35.789906,197.37334,30.264765,56.937153,22.698147,30.781166,583.24036,596.01556,17.748495,71.88169,6.2316117,2.5370162,30.9072,36.015522,12.848486,448.86594,4.9246683,347.1819,83.81058,1.6156383,6.5071034,117.86851,41.90447,203.71594,181.33817,6442.4517,1.2961824,2018.5107,4.997931,1.7824585,0.99927676,8.489353,215.87138,277.4742,46.4164,244.09476,29.982763,10.193893,789.6807,7.490492,74.25537,73.86907,444.95413,31.39374,374.60046,19.143461,66.66583,0.0,4458.996,12024.285,17.816727,104.77289,106.40027,36132.58,165.06075,12.777648,58.080223,97.12778,81.79888,28.87338,43.99998,740.4355,110.76008,41.9273,10.23539,14.447188,1051.84,31.241375,375.0444,76.18448,2257.836,117.00951,155.96481,167.3206,161.35648,12.706071,23.05494,69.98776,9.74283,11.390534,42.907032,56.92265,111.74501,17.09542,16.060976,174.67253,14.623036,3953.9155,55.631504,67.66532,58.820904,56.71103,266.09207,101.14047,75.99093,21.702698,24.429981,50.243565,245.31303,196.82784,96.24174,340.2881,63.99344,64.79859,190.57507,231.84909,1007.6511,184.74747,6.409734,15.928125,8.642344,160.1218,15157.401,7.543692,28.701406,42.979435,33.10843,377.13428,68.201744,157.71114,4.981438,189.71573,565.77625,373.71317,83.84276,551.1306,46.6125,74.674904,247.43044,23.689373,3.8883765,18.074717,1495.1686,0.9598791,2.1439114,102.635284,10.287615,5.352466,19.20027,28.133593,298.1427,82.82006,150.88492,1320.5273,187.27126,2135.2593,1880.8667,16.393145,20.656353,12910.332,9.807407,46.697582,368.82736,76.656555,142.39566,62.267826,338.9621,1208.6748,312.9325,8.938739,68.88156,616.97943,2263.2705,42.033825,417.96735,39.501175,1.0787172,55.527725,1.0221674,0.5983572,2.2448018,24.530998,89.53968,234.02856,17.667542,2771.075,135.59476,42.992798,50.2374,12.933871,76.31552,11.743077,2.1987164,19.865322,95.62809,7.683318,4.9887905,8.502505,32.2626,13.349942,4.578179,30.463182,817.3577,101.054924,2098.1543,33.718853,3040.994,60.9765,597.88135,1410.4255,38.990887,13.406663,1754.744,2461.7869,6141.725,446.0136 +2023-05-19 04:00:00,0.0,7253.1074,67.0212,22.339558,19.265781,35.770653,197.34688,30.25597,56.901657,22.694208,30.761663,583.7128,595.9723,17.738655,71.93172,6.237373,2.540819,30.890947,36.055206,12.854916,448.74103,4.9292502,347.1501,83.76925,1.6129549,6.4992824,117.85604,41.885857,203.6356,181.27405,6450.5435,1.2943084,2017.7985,4.987477,1.7804863,0.9980134,8.47771,215.84148,277.4743,46.384632,244.39784,29.97594,10.195107,789.52686,7.482652,74.27839,73.89828,445.03732,31.431778,374.5984,19.158216,66.704575,0.0,4460.082,12030.693,17.84115,104.89012,106.515,36141.72,165.15741,12.795072,58.069176,97.13331,81.85906,28.903328,44.005913,740.5191,110.81183,41.92228,10.246405,14.457025,1052.2053,31.296745,375.21024,76.19812,2257.7275,117.06221,156.04071,167.33615,161.11699,12.700552,23.040972,69.9147,9.735914,11.382161,42.955368,56.9662,111.69319,17.100924,16.071928,174.81155,14.610369,3953.1853,55.670513,67.747314,58.89912,56.756332,266.03137,101.19458,76.04436,21.715395,24.441456,50.273643,245.59982,196.84666,96.270966,340.4184,63.994045,64.84614,190.72096,231.86276,1007.9329,184.81192,6.405301,15.929167,8.642189,159.99849,15159.894,7.545345,28.674263,42.94498,33.117836,377.22015,68.25072,157.62875,4.9822283,189.80646,565.5077,373.40634,83.882866,550.49976,46.594444,74.64519,247.70335,23.672325,3.884749,18.064995,1496.1262,0.9579248,2.1403227,102.56794,10.290707,5.35256,19.177046,28.108534,297.8749,82.78804,150.8421,1319.7877,187.3304,2135.0571,1880.8812,16.40252,20.67451,12921.263,9.805265,46.742386,368.94516,76.73186,142.51842,62.29881,339.1631,1208.6781,312.99408,8.944738,68.924225,617.5652,2263.1365,42.027786,418.5597,39.557213,1.0782549,55.528004,1.0219342,0.5978743,2.2439806,24.556787,89.634026,234.23024,17.64647,2772.9963,135.78674,43.051075,50.297714,12.948694,76.360214,11.759767,2.1986828,19.897312,95.71355,7.7009215,4.9958496,8.512072,32.24395,13.346313,4.58483,30.501099,817.8566,101.15699,2100.459,33.736645,3043.6304,61.004932,597.6307,1411.9869,39.035892,13.405009,1755.7573,2462.9417,6144.4424,445.67786 +2023-05-19 05:00:00,0.0,7259.7974,67.06885,22.32651,19.274162,35.751404,197.3204,30.247173,56.86616,22.690271,30.742163,584.18524,595.929,17.728817,71.98174,6.2431345,2.5446217,30.874695,36.094894,12.861346,448.6161,4.933832,347.11826,83.72792,1.6102715,6.4914618,117.843575,41.867245,203.55525,181.20993,6458.6353,1.2924345,2017.0863,4.9770226,1.7785141,0.99675,8.466065,215.81157,277.47443,46.352863,244.70094,29.96912,10.196321,789.373,7.474813,74.30141,73.92748,445.1205,31.469816,374.59634,19.172972,66.74332,0.0,4461.168,12037.103,17.865572,105.00736,106.62973,36150.863,165.25407,12.812496,58.05813,97.13885,81.91925,28.933277,44.01185,740.60266,110.86358,41.91726,10.257421,14.466861,1052.5708,31.352116,375.37604,76.21176,2257.6191,117.114914,156.1166,167.3517,160.8775,12.695033,23.027004,69.84165,9.728998,11.373788,43.0037,57.009758,111.64138,17.106428,16.082878,174.95058,14.5977,3952.4548,55.709522,67.8293,58.97734,56.801636,265.97064,101.24869,76.097786,21.728094,24.452929,50.303722,245.8866,196.86551,96.3002,340.54868,63.994648,64.893684,190.86684,231.87643,1008.2147,184.87636,6.4008684,15.930208,8.642034,159.87517,15162.387,7.546997,28.647118,42.910526,33.12724,377.306,68.29969,157.54636,4.983018,189.89717,565.23914,373.0995,83.92297,549.8689,46.576385,74.61547,247.97629,23.65528,3.8811212,18.055273,1497.0837,0.95597047,2.136734,102.500595,10.2937975,5.352654,19.153822,28.083473,297.60715,82.75602,150.79929,1319.0481,187.38954,2134.8547,1880.8959,16.411892,20.692665,12932.193,9.803124,46.787186,369.06293,76.80716,142.64116,62.329796,339.36407,1208.6814,313.05563,8.950739,68.966896,618.151,2263.0024,42.021744,419.152,39.61325,1.0777925,55.528282,1.0217007,0.5973913,2.2431595,24.582577,89.72836,234.43192,17.625399,2774.9175,135.97871,43.109352,50.358032,12.963518,76.40491,11.776456,2.1986492,19.9293,95.799,7.7185254,5.002908,8.521637,32.225304,13.342684,4.5914807,30.539015,818.3556,101.259056,2102.7637,33.754433,3046.2666,61.033367,597.37994,1413.5483,39.0809,13.403356,1756.7706,2464.0964,6147.1597,445.3421 +2023-05-19 06:00:00,0.0,7266.488,67.1165,22.313461,19.282543,35.732155,197.29395,30.238377,56.830666,22.686333,30.72266,584.6577,595.88574,17.718979,72.03177,6.248896,2.5484245,30.858444,36.134583,12.867777,448.49115,4.938414,347.08643,83.68659,1.6075879,6.4836407,117.83111,41.848637,203.47491,181.14583,6466.727,1.2905605,2016.374,4.9665685,1.776542,0.99548656,8.454421,215.78166,277.47455,46.321095,245.00403,29.9623,10.197535,789.2191,7.4669733,74.32442,73.95669,445.2037,31.507853,374.59427,19.187727,66.78207,0.0,4462.2544,12043.512,17.889994,105.1246,106.74446,36160.004,165.35075,12.82992,58.04708,97.14439,81.97944,28.963224,44.01778,740.6862,110.91532,41.91224,10.268436,14.476698,1052.9362,31.407486,375.54184,76.2254,2257.5107,117.16762,156.19246,167.36725,160.638,12.689514,23.013039,69.76859,9.722082,11.365414,43.052036,57.053318,111.58956,17.11193,16.09383,175.0896,14.5850315,3951.7246,55.748528,67.91129,59.05556,56.846935,265.90994,101.302795,76.15121,21.740791,24.464401,50.3338,246.17339,196.88435,96.32944,340.679,63.99525,64.94124,191.01273,231.89012,1008.4965,184.9408,6.3964357,15.931251,8.641878,159.75186,15164.879,7.54865,28.619972,42.876072,33.136646,377.39188,68.348656,157.46397,4.983808,189.9879,564.9706,372.79263,83.96309,549.23804,46.55833,74.585754,248.2492,23.638231,3.8774934,18.045551,1498.0414,0.95401615,2.133145,102.43325,10.296889,5.3527484,19.130598,28.058414,297.3394,82.72399,150.75647,1318.3083,187.44868,2134.6526,1880.9104,16.421265,20.710821,12943.124,9.800983,46.83199,369.18073,76.88246,142.76392,62.36078,339.56506,1208.6847,313.11722,8.956739,69.00957,618.7368,2262.8682,42.0157,419.74435,39.66929,1.0773301,55.52856,1.0214673,0.59690833,2.2423384,24.608366,89.82271,234.63358,17.604328,2776.8389,136.1707,43.167625,50.418346,12.978341,76.4496,11.793145,2.1986156,19.96129,95.88446,7.736129,5.009967,8.531203,32.206654,13.339055,4.5981317,30.576931,818.8545,101.36113,2105.0686,33.77222,3048.9028,61.0618,597.1292,1415.1096,39.125908,13.401702,1757.7839,2465.2512,6149.8774,445.00635 +2023-05-19 07:00:00,0.0,7273.1777,67.16415,22.300413,19.290924,35.712906,197.26747,30.229582,56.79517,22.682396,30.703157,585.1301,595.84247,17.709139,72.081795,6.2546573,2.5522273,30.842192,36.174267,12.874207,448.36624,4.9429965,347.0546,83.64526,1.6049045,6.4758196,117.81865,41.830025,203.39456,181.08171,6474.819,1.2886865,2015.6619,4.9561143,1.7745697,0.9942232,8.442778,215.75175,277.47467,46.289326,245.30713,29.955477,10.198749,789.06525,7.4591336,74.347435,73.985886,445.28693,31.54589,374.59222,19.202482,66.82081,0.0,4463.3403,12049.921,17.914417,105.241844,106.85919,36169.145,165.44742,12.847344,58.036034,97.149925,82.03962,28.993172,44.023712,740.7698,110.96707,41.907215,10.279451,14.486534,1053.3015,31.462856,375.70767,76.239044,2257.4023,117.22032,156.26834,167.3828,160.39851,12.683995,22.999071,69.69554,9.715166,11.35704,43.10037,57.096874,111.53774,17.117435,16.104782,175.22862,14.572363,3950.9944,55.787537,67.99328,59.133778,56.89224,265.84924,101.356895,76.204636,21.75349,24.475876,50.363884,246.46016,196.9032,96.35867,340.8093,63.995857,64.988785,191.1586,231.9038,1008.7783,185.00523,6.3920026,15.932292,8.641723,159.62856,15167.372,7.5503025,28.592827,42.84162,33.146053,377.47772,68.39763,157.38158,4.984598,190.07863,564.70197,372.4858,84.0032,548.6072,46.540276,74.556046,248.52213,23.621185,3.8738656,18.03583,1498.999,0.9520619,2.1295564,102.365906,10.29998,5.3528423,19.107374,28.033354,297.0716,82.69197,150.71365,1317.5687,187.50783,2134.4504,1880.925,16.43064,20.728977,12954.054,9.798841,46.876793,369.29852,76.95776,142.88666,62.391766,339.76605,1208.688,313.1788,8.96274,69.05224,619.3226,2262.7341,42.009663,420.3367,39.725323,1.0768678,55.52884,1.0212339,0.59642535,2.2415173,24.634157,89.91705,234.83525,17.583258,2778.76,136.36269,43.225903,50.478664,12.993165,76.494286,11.809834,2.198582,19.99328,95.96992,7.7537327,5.0170255,8.540769,32.188004,13.335426,4.6047826,30.614845,819.3534,101.463196,2107.3733,33.790012,3051.5393,61.09023,596.87854,1416.671,39.170914,13.400048,1758.7972,2466.406,6152.5947,444.6706 +2023-05-19 08:00:00,0.0,7279.8677,67.2118,22.287365,19.299305,35.693653,197.24101,30.220785,56.759674,22.678457,30.683655,585.6026,595.7992,17.6993,72.13183,6.260419,2.55603,30.825941,36.213955,12.880637,448.2413,4.9475784,347.0228,83.603935,1.6022211,6.467999,117.80618,41.811417,203.31422,181.0176,6482.91,1.2868127,2014.9497,4.94566,1.7725976,0.9929598,8.431133,215.72185,277.4748,46.257557,245.61021,29.948656,10.199962,788.9114,7.4512944,74.37045,74.01509,445.37012,31.58393,374.59015,19.217237,66.85955,0.0,4464.4263,12056.329,17.938839,105.359085,106.97392,36178.285,165.54408,12.864768,58.024986,97.15546,82.09981,29.02312,44.029648,740.85333,111.018814,41.902195,10.290467,14.49637,1053.667,31.518227,375.87347,76.252686,2257.294,117.273026,156.34424,167.39835,160.15903,12.678476,22.985104,69.62249,9.70825,11.348666,43.148705,57.14043,111.48592,17.122938,16.115734,175.36765,14.559694,3950.264,55.826546,68.07527,59.211998,56.937542,265.7885,101.411,76.258064,21.766188,24.487349,50.393963,246.74695,196.92204,96.3879,340.93958,63.99646,65.03633,191.30449,231.91747,1009.0601,185.06967,6.38757,15.933333,8.641567,159.50525,15169.864,7.5519547,28.565681,42.807167,33.155457,377.5636,68.446594,157.2992,4.9853883,190.16936,564.4334,372.17896,84.04331,547.9763,46.52222,74.52633,248.79506,23.604137,3.870238,18.02611,1499.9565,0.9501076,2.1259677,102.29856,10.303072,5.3529363,19.08415,28.008295,296.80383,82.65995,150.67082,1316.8291,187.56696,2134.248,1880.9396,16.440012,20.747133,12964.984,9.7967005,46.921597,369.41632,77.033066,143.0094,62.42275,339.96704,1208.6914,313.24036,8.96874,69.09491,619.9084,2262.6,42.00362,420.92905,39.78136,1.0764054,55.529118,1.0210005,0.5959424,2.2406964,24.659946,90.0114,235.03693,17.562187,2780.6812,136.55466,43.28418,50.53898,13.007988,76.53898,11.826523,2.1985483,20.025269,96.055374,7.7713366,5.024084,8.550335,32.169353,13.331797,4.6114335,30.652761,819.85236,101.56527,2109.678,33.8078,3054.1755,61.118664,596.6278,1418.2324,39.21592,13.398395,1759.8105,2467.5608,6155.3125,444.33487 +2023-05-19 09:00:00,0.0,7286.558,67.259445,22.274317,19.307686,35.674404,197.21454,30.21199,56.724182,22.674519,30.664154,586.075,595.7559,17.689463,72.181854,6.2661805,2.5598328,30.809689,36.253643,12.887068,448.11636,4.9521604,346.99097,83.56261,1.5995377,6.460178,117.79372,41.792805,203.23387,180.95348,6491.002,1.2849387,2014.2374,4.9352064,1.7706254,0.9916964,8.41949,215.69196,277.4749,46.22579,245.9133,29.941835,10.201176,788.7575,7.4434547,74.39346,74.0443,445.4533,31.621965,374.58807,19.231993,66.89829,0.0,4465.5127,12062.738,17.96326,105.476326,107.08865,36187.426,165.64075,12.882192,58.01394,97.160995,82.159996,29.053068,44.03558,740.9369,111.070564,41.897175,10.301483,14.506207,1054.0323,31.573599,376.03928,76.266335,2257.1855,117.32573,156.4201,167.4139,159.91953,12.672957,22.971136,69.54943,9.701335,11.340293,43.19704,57.183983,111.434105,17.128443,16.126686,175.50667,14.547026,3949.5337,55.865555,68.15726,59.29022,56.98284,265.7278,101.46511,76.31149,21.778887,24.498823,50.42404,247.03372,196.94089,96.41714,341.0699,63.997063,65.08388,191.45036,231.93115,1009.3419,185.13411,6.383137,15.934375,8.641412,159.38194,15172.357,7.5536075,28.538536,42.772713,33.164864,377.64944,68.49557,157.2168,4.9861784,190.26009,564.16486,371.8721,84.08342,547.3455,46.504166,74.49661,249.06798,23.587091,3.8666103,18.016388,1500.9142,0.94815326,2.122379,102.23122,10.306164,5.3530307,19.060926,27.983236,296.53607,82.62792,150.628,1316.0894,187.6261,2134.046,1880.9542,16.449385,20.765291,12975.915,9.7945595,46.9664,369.53412,77.10837,143.13216,62.453735,340.16803,1208.6947,313.30194,8.974741,69.13758,620.49414,2262.4658,41.99758,421.52136,39.8374,1.075943,55.529396,1.0207671,0.5954594,2.2398753,24.685736,90.10574,235.2386,17.541117,2782.6025,136.74664,43.342453,50.599293,13.022811,76.58367,11.843212,2.1985147,20.057259,96.14084,7.78894,5.0311427,8.5599,32.150707,13.328168,4.6180844,30.690678,820.35126,101.667336,2111.9827,33.82559,3056.8118,61.147095,596.3771,1419.7938,39.260925,13.396741,1760.8239,2468.7156,6158.03,443.9991 +2023-05-19 10:00:00,0.0,7293.248,67.3071,22.261269,19.316065,35.655155,197.18806,30.203194,56.688686,22.670582,30.644651,586.5475,595.7127,17.679623,72.23188,6.2719417,2.5636356,30.793438,36.29333,12.893497,447.99142,4.9567423,346.95914,83.52128,1.5968543,6.4523573,117.78125,41.774193,203.15352,180.88937,6499.0938,1.2830647,2013.5253,4.924752,1.7686532,0.99043304,8.4078455,215.66205,277.47504,46.194016,246.2164,29.935013,10.202389,788.6036,7.435615,74.41648,74.0735,445.5365,31.660004,374.58603,19.246748,66.937035,0.0,4466.5986,12069.147,17.987684,105.59357,107.203384,36196.566,165.73741,12.899616,58.00289,97.166534,82.22018,29.083015,44.04151,741.02045,111.122314,41.892155,10.312498,14.516044,1054.3978,31.62897,376.2051,76.279976,2257.077,117.37843,156.496,167.42944,159.68004,12.6674385,22.957169,69.47638,9.694419,11.33192,43.245373,57.227547,111.382286,17.133945,16.137638,175.64569,14.534357,3948.8035,55.904564,68.23925,59.368435,57.028145,265.6671,101.51922,76.36492,21.791584,24.510296,50.45412,247.32051,196.95972,96.44637,341.2002,63.997665,65.13143,191.59625,231.94482,1009.6237,185.19855,6.3787045,15.935417,8.641256,159.25864,15174.85,7.55526,28.511393,42.73826,33.17427,377.73532,68.54453,157.13441,4.986968,190.3508,563.8963,371.56528,84.123535,546.71466,46.48611,74.4669,249.3409,23.570044,3.8629825,18.006666,1501.8717,0.946199,2.1187904,102.16387,10.309255,5.3531246,19.037703,27.958176,296.26828,82.5959,150.58519,1315.3496,187.68524,2133.8438,1880.9689,16.458757,20.783447,12986.845,9.792418,47.0112,369.6519,77.18367,143.2549,62.48472,340.36902,1208.698,313.36353,8.9807415,69.18025,621.07996,2262.3318,41.99154,422.1137,39.893436,1.0754807,55.529675,1.0205337,0.5949764,2.2390542,24.711525,90.20009,235.44026,17.520044,2784.5237,136.93863,43.40073,50.65961,13.037635,76.62836,11.859901,2.198481,20.089247,96.226295,7.806544,5.0382013,8.569466,32.132057,13.324539,4.6247354,30.728594,820.8502,101.7694,2114.2874,33.84338,3059.4482,61.17553,596.1264,1421.3552,39.30593,13.395087,1761.8373,2469.8704,6160.7476,443.66336 +2023-05-19 11:00:00,0.0,7299.938,67.354744,22.24822,19.324446,35.635902,197.1616,30.194397,56.65319,22.666643,30.625149,587.0199,595.66943,17.669785,72.281906,6.2777033,2.5674386,30.777185,36.333015,12.899928,447.86652,4.961324,346.92734,83.47995,1.5941709,6.444536,117.76878,41.755585,203.07318,180.82526,6507.1855,1.2811908,2012.813,4.914298,1.766681,0.9891696,8.396202,215.63214,277.47516,46.162247,246.51949,29.928192,10.203603,788.4497,7.4277754,74.4395,74.10271,445.6197,31.698042,374.58395,19.261503,66.97578,0.0,4467.6846,12075.556,18.012106,105.7108,107.318115,36205.71,165.83409,12.91704,57.991844,97.17207,82.280365,29.112965,44.047447,741.10406,111.17406,41.88713,10.323514,14.525881,1054.7632,31.68434,376.3709,76.29362,2256.9685,117.43114,156.57188,167.44499,159.44055,12.66192,22.943201,69.40332,9.687503,11.323545,43.29371,57.2711,111.33047,17.13945,16.148588,175.78471,14.521688,3948.073,55.943573,68.321236,59.446655,57.07345,265.6064,101.573326,76.41835,21.804283,24.52177,50.484203,247.60728,196.97856,96.47561,341.33047,63.998272,65.17898,191.74213,231.9585,1009.9055,185.26299,6.3742714,15.936459,8.6411,159.13533,15177.342,7.5569124,28.484247,42.703808,33.183674,377.82117,68.593506,157.05202,4.987758,190.44153,563.62775,371.25842,84.16364,546.0838,46.468056,74.43719,249.61382,23.552998,3.8593547,17.996944,1502.8293,0.9442447,2.1152017,102.09653,10.312346,5.3532186,19.014477,27.933117,296.00052,82.56388,150.54237,1314.61,187.74438,2133.6414,1880.9834,16.468132,20.801603,12997.775,9.790277,47.056004,369.76968,77.25897,143.37766,62.5157,340.57,1208.7013,313.42508,8.986741,69.22292,621.6658,2262.1978,41.9855,422.70605,39.949474,1.0750183,55.529953,1.0203003,0.5944935,2.238233,24.737316,90.29443,235.64194,17.498974,2786.4448,137.1306,43.459003,50.719925,13.052458,76.67305,11.87659,2.1984475,20.121237,96.31175,7.824147,5.04526,8.579032,32.113407,13.3209095,4.6313868,30.76651,821.3491,101.871475,2116.592,33.861168,3062.0845,61.20396,595.8757,1422.9166,39.35094,13.393434,1762.8506,2471.0251,6163.465,443.3276 +2023-05-19 12:00:00,0.0,7306.6284,67.4024,22.235172,19.332827,35.616653,197.13513,30.185602,56.617695,22.662706,30.605648,587.4924,595.62616,17.659946,72.33193,6.283465,2.5712414,30.760933,36.372704,12.906359,447.74158,4.9659066,346.8955,83.43862,1.5914874,6.4367156,117.756325,41.736973,202.99283,180.76114,6515.2773,1.2793168,2012.1008,4.903844,1.7647088,0.9879062,8.384558,215.60223,277.47528,46.130478,246.82259,29.921371,10.204817,788.29584,7.419936,74.46251,74.13191,445.70288,31.736078,374.5819,19.276258,67.01453,0.0,4468.7705,12081.965,18.036528,105.82804,107.432846,36214.85,165.93076,12.934464,57.980797,97.17761,82.34055,29.142912,44.05338,741.1876,111.22581,41.88211,10.33453,14.535717,1055.1285,31.73971,376.5367,76.30726,2256.86,117.48384,156.64777,167.46054,159.20105,12.656401,22.929234,69.33027,9.680587,11.315172,43.34204,57.314655,111.278656,17.144955,16.15954,175.92374,14.50902,3947.3428,55.982582,68.40323,59.524876,57.118748,265.5457,101.62743,76.47177,21.81698,24.533243,50.514282,247.89406,196.9974,96.50484,341.4608,63.998875,65.226524,191.88802,231.97217,1010.1873,185.32742,6.3698387,15.9375,8.6409445,159.01202,15179.835,7.558565,28.457102,42.669353,33.19308,377.90704,68.64247,156.96964,4.9885483,190.53226,563.3592,370.95157,84.20375,545.45294,46.449997,74.40747,249.88675,23.53595,3.8557272,17.987223,1503.7869,0.94229037,2.111613,102.02918,10.315437,5.3533125,18.991253,27.908058,295.73276,82.53186,150.49956,1313.8704,187.80353,2133.4392,1880.998,16.477505,20.81976,13008.706,9.788135,47.100807,369.88748,77.334274,143.5004,62.546688,340.77097,1208.7046,313.48666,8.992742,69.265594,622.2515,2262.0635,41.979458,423.2984,40.00551,1.0745559,55.53023,1.0200669,0.59401053,2.237412,24.763105,90.38878,235.84361,17.477903,2788.3662,137.32259,43.51728,50.780243,13.067282,76.71774,11.893279,2.1984138,20.153225,96.39721,7.841751,5.0523186,8.588597,32.094757,13.317281,4.6380377,30.804426,821.8481,101.97354,2118.8967,33.878956,3064.7207,61.23239,595.62494,1424.478,39.395947,13.391779,1763.8639,2472.18,6166.182,442.99185 +2023-05-19 13:00:00,0.0,7313.3184,67.45004,22.222124,19.341208,35.597404,197.10867,30.176805,56.5822,22.658768,30.586145,587.96484,595.5829,17.650108,72.38196,6.289226,2.5750442,30.744682,36.41239,12.912788,447.61664,4.9704885,346.86368,83.39729,1.588804,6.4288945,117.74386,41.71836,202.91249,180.69704,6523.3687,1.2774428,2011.3885,4.8933897,1.7627366,0.98664284,8.372914,215.57233,277.4754,46.09871,247.12567,29.91455,10.20603,788.14197,7.4120965,74.48553,74.16112,445.78607,31.774117,374.57983,19.291014,67.05327,0.0,4469.857,12088.374,18.06095,105.94528,107.54757,36223.992,166.02742,12.951888,57.969753,97.18315,82.400734,29.17286,44.05931,741.2712,111.27756,41.87709,10.345545,14.545553,1055.494,31.79508,376.7025,76.3209,2256.7517,117.536545,156.72363,167.47609,158.96156,12.650882,22.915266,69.25721,9.673671,11.306798,43.390377,57.358208,111.22684,17.150457,16.170492,176.06276,14.496351,3946.6125,56.021587,68.485214,59.603092,57.16405,265.485,101.68154,76.5252,21.82968,24.544716,50.54436,248.18085,197.01625,96.53407,341.59106,63.999477,65.27407,192.03389,231.98586,1010.4691,185.39186,6.365406,15.938541,8.640789,158.88872,15182.327,7.560218,28.429956,42.6349,33.202488,377.9929,68.691444,156.88724,4.9893384,190.62299,563.09064,370.64474,84.243866,544.8221,46.431942,74.37776,250.15967,23.518904,3.8520994,17.9775,1504.7445,0.94033605,2.1080241,101.961845,10.318529,5.353407,18.968029,27.882998,295.46497,82.49983,150.45674,1313.1306,187.86266,2133.237,1881.0126,16.486877,20.837915,13019.636,9.785994,47.14561,370.00528,77.40958,143.62315,62.57767,340.97195,1208.7079,313.54822,8.998742,69.30826,622.83734,2261.9294,41.973415,423.89072,40.061546,1.0740936,55.53051,1.0198334,0.59352756,2.236591,24.788895,90.483116,236.04529,17.456833,2790.2874,137.51456,43.575558,50.840557,13.082105,76.762436,11.909968,2.1983805,20.185215,96.482666,7.859355,5.0593777,8.598164,32.076107,13.313652,4.6446886,30.842342,822.347,102.07561,2121.2014,33.896748,3067.3572,61.260826,595.37427,1426.0394,39.440952,13.390125,1764.8772,2473.3347,6168.9,442.6561 +2023-05-19 14:00:00,0.0,7320.0083,67.497696,22.209076,19.349588,35.578156,197.0822,30.168009,56.546707,22.65483,30.566643,588.43726,595.5396,17.640268,72.431984,6.2949877,2.578847,30.72843,36.452076,12.919219,447.4917,4.9750705,346.83185,83.355965,1.5861206,6.421074,117.73139,41.699753,202.83214,180.63292,6531.4604,1.2755688,2010.6764,4.882936,1.7607644,0.98537946,8.36127,215.54242,277.47552,46.06694,247.42876,29.907728,10.207244,787.9881,7.404257,74.508545,74.19032,445.86926,31.812155,374.5778,19.305769,67.09201,0.0,4470.9434,12094.783,18.085373,106.06252,107.6623,36233.133,166.12408,12.969313,57.958706,97.18869,82.46092,29.202806,44.065247,741.35474,111.3293,41.87207,10.356561,14.55539,1055.8594,31.85045,376.86835,76.33454,2256.6433,117.58925,156.79953,167.49164,158.72208,12.645363,22.901299,69.18416,9.666755,11.298425,43.43871,57.40177,111.17502,17.155962,16.181444,176.2018,14.483683,3945.882,56.060596,68.56721,59.681313,57.209354,265.4243,101.73565,76.57863,21.842377,24.55619,50.57444,248.46762,197.0351,96.56331,341.72137,64.000084,65.321625,192.17978,231.99953,1010.7509,185.45631,6.3609734,15.939584,8.640634,158.7654,15184.82,7.56187,28.402811,42.600445,33.21189,378.07877,68.74041,156.80486,4.9901285,190.71371,562.822,370.3379,84.28397,544.1912,46.413887,74.348045,250.43259,23.501856,3.8484716,17.96778,1505.7021,0.9383818,2.1044354,101.8945,10.32162,5.353501,18.944805,27.857939,295.1972,82.46781,150.41393,1312.391,187.9218,2133.0347,1881.0272,16.49625,20.856071,13030.566,9.783853,47.190414,370.12305,77.48488,143.7459,62.608658,341.17294,1208.7113,313.6098,9.004743,69.35093,623.42316,2261.7954,41.967377,424.48306,40.117584,1.0736312,55.530792,1.0196,0.5930446,2.23577,24.814684,90.57746,236.24695,17.435762,2792.2085,137.70654,43.63383,50.900875,13.096928,76.80712,11.926658,2.1983469,20.217205,96.56812,7.8769584,5.0664363,8.607729,32.05746,13.310023,4.6513395,30.880259,822.84595,102.17768,2123.506,33.914536,3069.9934,61.289257,595.12354,1427.6008,39.48596,13.388472,1765.8905,2474.4895,6171.617,442.32037 +2023-05-19 15:00:00,0.0,7326.6987,67.54535,22.196028,19.35797,35.558903,197.05574,30.159214,56.51121,22.650892,30.547142,588.9097,595.49634,17.63043,72.48201,6.3007493,2.5826497,30.71218,36.491764,12.92565,447.3668,4.9796524,346.80005,83.31464,1.5834372,6.413253,117.718925,41.68114,202.75179,180.5688,6539.5522,1.2736949,2009.9642,4.872482,1.7587922,0.9841161,8.349627,215.51251,277.47565,46.03517,247.73186,29.900908,10.208458,787.8342,7.396417,74.531555,74.21953,445.95245,31.850191,374.5757,19.320524,67.13075,0.0,4472.0293,12101.191,18.109795,106.17976,107.77703,36242.273,166.22076,12.986736,57.94766,97.194214,82.52111,29.232756,44.07118,741.4383,111.38105,41.867046,10.367577,14.565227,1056.2249,31.90582,377.03415,76.34818,2256.535,117.64195,156.87541,167.50719,158.48257,12.639844,22.887331,69.11111,9.65984,11.290051,43.487045,57.445328,111.1232,17.161465,16.192396,176.34082,14.471014,3945.1519,56.099606,68.64919,59.759533,57.254654,265.3636,101.78976,76.63206,21.855076,24.567663,50.604523,248.75441,197.05392,96.592545,341.85168,64.00069,65.36917,192.32565,232.0132,1011.0327,185.52075,6.35654,15.940625,8.640478,158.64209,15187.3125,7.563523,28.375666,42.565994,33.2213,378.1646,68.78938,156.72246,4.990918,190.80443,562.55347,370.03104,84.32409,543.5604,46.395832,74.31833,250.70552,23.484808,3.844844,17.958057,1506.6597,0.9364275,2.1008468,101.827156,10.324712,5.353595,18.921581,27.832878,294.92944,82.43579,150.37111,1311.6514,187.98094,2132.8325,1881.0417,16.505625,20.874228,13041.497,9.781711,47.235214,370.24084,77.56018,143.86865,62.63964,341.37393,1208.7146,313.6714,9.010743,69.3936,624.0089,2261.6611,41.961334,425.0754,40.173622,1.0731688,55.53107,1.0193666,0.5925616,2.2349489,24.840473,90.67181,236.44862,17.414692,2794.13,137.89853,43.69211,50.96119,13.111752,76.851814,11.943346,2.1983132,20.249193,96.65358,7.8945622,5.073495,8.617295,32.03881,13.306394,4.6579905,30.918175,823.34485,102.27975,2125.8108,33.932323,3072.6296,61.317688,594.8728,1429.1622,39.530964,13.386818,1766.9038,2475.6443,6174.335,441.98462 +2023-05-19 16:00:00,0.0,7333.3887,67.592995,22.18298,19.36635,35.539654,197.02927,30.150417,56.475716,22.646954,30.52764,589.38214,595.45306,17.620592,72.53204,6.3065104,2.5864525,30.695927,36.531452,12.932079,447.24185,4.984235,346.76822,83.27331,1.5807538,6.405432,117.70646,41.662533,202.67145,180.50468,6547.644,1.2718209,2009.252,4.8620276,1.75682,0.9828527,8.337982,215.48262,277.47574,46.003403,248.03494,29.894087,10.209671,787.68036,7.388578,74.55457,74.248726,446.03568,31.88823,374.57367,19.335278,67.169495,0.0,4473.115,12107.601,18.134216,106.297005,107.89176,36251.414,166.31743,13.00416,57.93661,97.19976,82.58129,29.262703,44.07711,741.52185,111.43279,41.862026,10.378592,14.575063,1056.5902,31.961191,377.19995,76.36183,2256.4265,117.69466,156.9513,167.52274,158.24309,12.634325,22.873363,69.03805,9.652924,11.281677,43.535378,57.48888,111.07138,17.16697,16.203348,176.47984,14.458346,3944.4216,56.138615,68.731186,59.83775,57.299957,265.30286,101.843864,76.685486,21.867773,24.579138,50.6346,249.04118,197.07277,96.62177,341.98196,64.00129,65.41672,192.47154,232.02687,1011.3145,185.58519,6.3521075,15.941667,8.640323,158.51878,15189.806,7.5651755,28.34852,42.53154,33.230705,378.2505,68.83835,156.64008,4.9917083,190.89516,562.2849,369.7242,84.3642,542.92957,46.377777,74.28861,250.97844,23.467762,3.8412163,17.948336,1507.6173,0.93447316,2.097258,101.75981,10.327804,5.353689,18.898357,27.80782,294.66165,82.40376,150.32828,1310.9117,188.04008,2132.6304,1881.0564,16.514997,20.892385,13052.428,9.77957,47.280018,370.35864,77.63548,143.9914,62.670628,341.57492,1208.7179,313.73294,9.016744,69.43627,624.5947,2261.527,41.955296,425.66776,40.22966,1.0727065,55.53135,1.0191332,0.5920786,2.2341278,24.866264,90.76615,236.6503,17.39362,2796.051,138.0905,43.750385,51.021507,13.1265745,76.89651,11.960035,2.1982796,20.281183,96.739044,7.9121656,5.0805535,8.626861,32.02016,13.302765,4.6646414,30.956089,823.8438,102.38181,2128.1157,33.950115,3075.266,61.346123,594.62213,1430.7236,39.575974,13.385164,1767.9171,2476.799,6177.0522,441.64886 +2023-05-19 17:00:00,0.0,7340.079,67.64065,22.169931,19.374731,35.520405,197.0028,30.141623,56.44022,22.643017,30.508137,589.8546,595.40985,17.610752,72.58207,6.312272,2.5902553,30.679674,36.571136,12.93851,447.1169,4.9888167,346.7364,83.23197,1.5780704,6.397611,117.694,41.64392,202.5911,180.44058,6555.736,1.2699469,2008.5398,4.8515735,1.7548478,0.98158926,8.326338,215.45271,277.47586,45.971634,248.33804,29.887264,10.210885,787.5264,7.3807383,74.57759,74.27793,446.11884,31.926268,374.5716,19.350033,67.20824,0.0,4474.201,12114.01,18.15864,106.414246,108.00649,36260.56,166.4141,13.0215845,57.925564,97.2053,82.64148,29.29265,44.083046,741.6054,111.48454,41.857006,10.389607,14.5849,1056.9556,32.016563,377.36578,76.37547,2256.318,117.74736,157.02718,167.53828,158.0036,12.628806,22.859396,68.965,9.646008,11.273304,43.583714,57.53244,111.01956,17.172472,16.2143,176.61887,14.445678,3943.6912,56.177624,68.81317,59.91597,57.34526,265.24216,101.89797,76.738914,21.880472,24.59061,50.66468,249.32797,197.09161,96.65101,342.11227,64.00189,65.464264,192.61742,232.04056,1011.5963,185.64963,6.347675,15.942708,8.640167,158.39548,15192.298,7.566828,28.321377,42.497086,33.24011,378.33633,68.88732,156.55768,4.9924984,190.98589,562.01636,369.41736,84.40431,542.2987,46.359722,74.2589,251.25136,23.450714,3.8375885,17.938614,1508.5748,0.93251884,2.0936694,101.69247,10.330894,5.353783,18.875134,27.78276,294.3939,82.37174,150.28546,1310.1721,188.09921,2132.428,1881.0709,16.52437,20.910542,13063.357,9.777429,47.32482,370.47644,77.71079,144.11415,62.70161,341.7759,1208.7212,313.79453,9.022744,69.47894,625.1805,2261.393,41.949253,426.26007,40.285698,1.072244,55.531628,1.0188998,0.59159565,2.233307,24.892054,90.8605,236.85197,17.37255,2797.9724,138.28249,43.80866,51.08182,13.141398,76.94119,11.976725,2.198246,20.313171,96.8245,7.9297695,5.087612,8.636427,32.00151,13.299136,4.6712923,30.994005,824.3427,102.48389,2130.4204,33.967903,3077.9023,61.374554,594.3714,1432.285,39.62098,13.383511,1768.9304,2477.9539,6179.7695,441.3131 +2023-05-19 18:00:00,0.0,7346.769,67.68829,22.156883,19.383112,35.501156,196.97633,30.132826,56.404724,22.639078,30.488634,590.327,595.3666,17.600914,72.632095,6.3180337,2.594058,30.663424,36.610825,12.944941,446.992,4.9933987,346.70456,83.19064,1.575387,6.38979,117.68153,41.62531,202.51076,180.37646,6563.8276,1.268073,2007.8275,4.8411193,1.7528756,0.9803259,8.314694,215.4228,277.47598,45.939865,248.64113,29.880444,10.212098,787.37256,7.3728986,74.6006,74.30714,446.2021,31.964304,374.56955,19.364788,67.24699,0.0,4475.2876,12120.418,18.183062,106.53149,108.12122,36269.7,166.51076,13.039008,57.914516,97.21083,82.70167,29.3226,44.088978,741.68896,111.53629,41.851982,10.400623,14.594736,1057.321,32.071934,377.5316,76.389114,2256.2097,117.800064,157.10306,167.55383,157.7641,12.623287,22.845428,68.89194,9.6390915,11.26493,43.63205,57.575996,110.96775,17.177977,16.22525,176.75789,14.433009,3942.961,56.216633,68.895164,59.99419,57.39056,265.18146,101.95207,76.792336,21.89317,24.602085,50.69476,249.61475,197.11046,96.680244,342.24258,64.002495,65.51182,192.7633,232.05423,1011.8781,185.71407,6.343242,15.94375,8.640012,158.27217,15194.791,7.5684805,28.294231,42.46263,33.249516,378.4222,68.936295,156.4753,4.9932885,191.07661,561.7478,369.1105,84.44442,541.66785,46.341663,74.22919,251.52428,23.433668,3.8339608,17.928892,1509.5325,0.9305646,2.0900807,101.62512,10.333986,5.353877,18.85191,27.7577,294.12613,82.33972,150.24265,1309.4324,188.15836,2132.2258,1881.0856,16.533745,20.928698,13074.288,9.775287,47.369625,370.59424,77.786095,144.2369,62.732597,341.9769,1208.7245,313.8561,9.028744,69.521614,625.7663,2261.2588,41.943214,426.85242,40.341732,1.0717816,55.531906,1.0186665,0.59111273,2.2324858,24.917843,90.95484,237.05365,17.351479,2799.8936,138.47447,43.866936,51.142136,13.156221,76.985886,11.993414,2.1982124,20.345161,96.90996,7.9473734,5.094671,8.645992,31.982862,13.2955065,4.677943,31.031921,824.8416,102.58595,2132.725,33.98569,3080.5386,61.40299,594.12067,1433.8464,39.665985,13.381857,1769.9437,2479.1086,6182.4873,440.97736 +2023-05-19 19:00:00,0.0,7353.459,67.73595,22.143835,19.391493,35.481903,196.94986,30.12403,56.36923,22.635141,30.469133,590.7995,595.3233,17.591076,72.68212,6.323795,2.5978608,30.647171,36.650513,12.95137,446.86707,4.9979806,346.67276,83.149315,1.5727035,6.3819695,117.66907,41.6067,202.4304,180.31235,6571.919,1.2661991,2007.1154,4.8306656,1.7509034,0.9790625,8.30305,215.3929,277.4761,45.908096,248.94421,29.873623,10.213312,787.2187,7.365059,74.62362,74.33634,446.28525,32.002342,374.56747,19.379543,67.28573,0.0,4476.3735,12126.827,18.207483,106.64872,108.235954,36278.84,166.60742,13.056433,57.90347,97.21637,82.76185,29.352547,44.09491,741.7726,111.588036,41.846962,10.411639,14.604572,1057.6864,32.127304,377.6974,76.402756,2256.1013,117.85277,157.17892,167.56938,157.52461,12.617768,22.831463,68.818886,9.632175,11.2565565,43.68038,57.619553,110.91593,17.18348,16.236202,176.89691,14.420341,3942.2307,56.255642,68.97715,60.072407,57.435863,265.12073,102.00618,76.845764,21.905869,24.613558,50.724842,249.90154,197.1293,96.70948,342.37286,64.0031,65.559364,192.90918,232.0679,1012.1599,185.7785,6.338809,15.944792,8.639856,158.14886,15197.283,7.570133,28.267086,42.42818,33.258923,378.50806,68.98526,156.3929,4.9940786,191.16734,561.47925,368.80365,84.48453,541.037,46.32361,74.19947,251.79721,23.41662,3.8303332,17.91917,1510.49,0.92861027,2.086492,101.55778,10.337077,5.3539715,18.828686,27.732641,293.85834,82.30769,150.19983,1308.6927,188.2175,2132.0237,1881.1001,16.543118,20.946854,13085.219,9.773146,47.41443,370.712,77.8614,144.35963,62.76358,342.1779,1208.7278,313.91766,9.034744,69.564285,626.3521,2261.1248,41.937172,427.44476,40.39777,1.0713193,55.532185,1.0184331,0.59062976,2.2316647,24.943632,91.04919,237.25531,17.330408,2801.8147,138.66644,43.925213,51.202454,13.171044,77.03058,12.010102,2.1981788,20.37715,96.995415,7.964977,5.1017294,8.655558,31.964214,13.291878,4.6845946,31.069838,825.3406,102.68802,2135.0298,34.003483,3083.1748,61.43142,593.87,1435.4078,39.71099,13.380203,1770.957,2480.2634,6185.2046,440.6416 +2023-05-19 20:00:00,0.0,7360.1494,67.78359,22.130787,19.399874,35.462654,196.9234,30.115234,56.333736,22.631203,30.44963,591.272,595.28,17.581236,72.73215,6.3295565,2.6016636,30.63092,36.690197,12.957801,446.74213,5.0025625,346.64093,83.10799,1.5700201,6.3741484,117.6566,41.58809,202.35007,180.24825,6580.0107,1.2643251,2006.4031,4.8202114,1.7489312,0.9777991,8.291407,215.36299,277.47623,45.876328,249.24731,29.866802,10.214526,787.0648,7.3572197,74.64664,74.36555,446.36847,32.04038,374.56543,19.394299,67.32447,0.0,4477.4595,12133.236,18.231905,106.76596,108.350685,36287.98,166.7041,13.073856,57.89242,97.22191,82.82204,29.382494,44.100845,741.85614,111.639786,41.84194,10.422654,14.614409,1058.0519,32.182674,377.8632,76.4164,2255.9927,117.90547,157.25482,167.58493,157.28513,12.612248,22.817495,68.74583,9.625259,11.248183,43.728718,57.663105,110.86411,17.188984,16.247154,177.03593,14.407672,3941.5002,56.294647,69.05914,60.150627,57.481167,265.06003,102.06029,76.89919,21.918566,24.62503,50.75492,250.18831,197.14815,96.73871,342.50317,64.00371,65.60691,193.05507,232.08159,1012.4417,185.84294,6.3343763,15.945833,8.639701,158.02556,15199.776,7.5717854,28.23994,42.393726,33.268326,378.5939,69.03423,156.31052,4.9948683,191.25807,561.21063,368.49683,84.52464,540.4061,46.305553,74.16976,252.07013,23.399574,3.8267055,17.909449,1511.4476,0.92665595,2.0829034,101.49043,10.340169,5.3540654,18.805462,27.70758,293.59058,82.27567,150.15701,1307.9531,188.27664,2131.8213,1881.1147,16.55249,20.96501,13096.148,9.771005,47.45923,370.8298,77.9367,144.48239,62.794567,342.37888,1208.7311,313.97925,9.040745,69.60695,626.93787,2260.9907,41.93113,428.0371,40.453808,1.0708569,55.532463,1.0181997,0.5901468,2.2308435,24.969421,91.143524,237.45699,17.309338,2803.736,138.85843,43.983486,51.262768,13.185868,77.07527,12.026792,2.1981452,20.40914,97.08087,7.9825807,5.108788,8.665124,31.945564,13.288249,4.6912456,31.107754,825.8395,102.79009,2137.3345,34.02127,3085.8113,61.45985,593.61926,1436.9692,39.755997,13.37855,1771.9703,2481.4182,6187.9224,440.30585 +2023-05-19 21:00:00,0.0,7366.8394,67.831245,22.117739,19.408255,35.443405,196.89693,30.106438,56.29824,22.627266,30.430128,591.7444,595.23676,17.571398,72.78217,6.335318,2.6054664,30.614668,36.729885,12.9642315,446.6172,5.007145,346.6091,83.06666,1.5673367,6.366328,117.644135,41.56948,202.26971,180.18413,6588.1025,1.2624512,2005.6909,4.809757,1.746959,0.97653574,8.279762,215.33308,277.47635,45.84456,249.5504,29.85998,10.215739,786.91095,7.34938,74.669655,74.39475,446.45163,32.07842,374.56335,19.409054,67.36321,0.0,4478.5454,12139.645,18.256329,106.8832,108.465416,36297.12,166.80077,13.091281,57.881374,97.22744,82.882225,29.412443,44.106777,741.9397,111.691536,41.83692,10.43367,14.624246,1058.4172,32.238045,378.02902,76.43004,2255.8843,117.958176,157.3307,167.60048,157.04562,12.6067295,22.803528,68.672775,9.618344,11.239809,43.77705,57.706665,110.812294,17.194487,16.258106,177.17496,14.395003,3940.77,56.333656,69.14113,60.228848,57.526466,264.99933,102.114395,76.95262,21.931265,24.636505,50.785,250.4751,197.16698,96.767944,342.63348,64.00431,65.654465,193.20094,232.09526,1012.7235,185.90738,6.3299437,15.946876,8.639545,157.90225,15202.269,7.573438,28.212795,42.359272,33.277733,378.67978,69.0832,156.22812,4.9956584,191.34879,560.9421,368.18997,84.56475,539.7753,46.2875,74.140045,252.34305,23.382526,3.8230777,17.899727,1512.4053,0.92470163,2.0793145,101.42309,10.34326,5.3541594,18.782236,27.682522,293.3228,82.24365,150.1142,1307.2134,188.33578,2131.6191,1881.1293,16.561863,20.983166,13107.079,9.768863,47.504032,370.9476,78.012,144.60513,62.82555,342.57986,1208.7345,314.04083,9.046745,69.64962,627.5237,2260.8564,41.92509,428.62943,40.509846,1.0703946,55.53274,1.0179663,0.5896638,2.2300224,24.995213,91.23787,237.65866,17.288267,2805.6572,139.0504,44.041763,51.323086,13.200691,77.11996,12.043481,2.1981115,20.44113,97.16633,8.000184,5.1158466,8.674689,31.926916,13.284619,4.6978965,31.14567,826.33844,102.89216,2139.6392,34.03906,3088.4475,61.488285,593.3685,1438.5306,39.801006,13.376896,1772.9836,2482.573,6190.6396,439.97012 +2023-05-19 22:00:00,0.0,7373.5293,67.87889,22.10469,19.416636,35.424156,196.87047,30.097641,56.262745,22.623327,30.410627,592.21686,595.1935,17.56156,72.8322,6.341079,2.6092691,30.598417,36.769573,12.970661,446.49228,5.011727,346.57727,83.02533,1.5646533,6.3585067,117.631676,41.55087,202.18936,180.12001,6596.1943,1.2605772,2004.9788,4.799303,1.7449868,0.9752723,8.268119,215.30319,277.47647,45.81279,249.8535,29.853159,10.216953,786.7571,7.3415403,74.692665,74.42396,446.53485,32.116455,374.5613,19.42381,67.401955,0.0,4479.632,12146.054,18.28075,107.00044,108.58015,36306.26,166.89743,13.108705,57.870327,97.23298,82.942406,29.44239,44.11271,742.02325,111.74328,41.831898,10.444686,14.634083,1058.7826,32.293415,378.19482,76.44369,2255.776,118.01088,157.40657,167.61603,156.80614,12.601211,22.78956,68.59972,9.611428,11.231436,43.825386,57.75022,110.760475,17.199991,16.269058,177.31398,14.382335,3940.0398,56.372665,69.22312,60.307064,57.57177,264.93863,102.1685,77.00605,21.943962,24.647978,50.81508,250.76187,197.18582,96.79718,342.76376,64.00491,65.70201,193.34683,232.10893,1013.0053,185.97182,6.325511,15.947917,8.63939,157.77895,15204.761,7.575091,28.18565,42.324818,33.28714,378.76562,69.13217,156.14574,4.9964485,191.43951,560.6735,367.88312,84.604866,539.1445,46.269444,74.11033,252.61598,23.36548,3.81945,17.890005,1513.3628,0.9227474,2.0757258,101.35574,10.346352,5.354254,18.759012,27.657463,293.05502,82.21163,150.07138,1306.4738,188.39491,2131.417,1881.1439,16.571238,21.001324,13118.01,9.766722,47.548836,371.0654,78.0873,144.72789,62.856533,342.78082,1208.7378,314.1024,9.052746,69.69229,628.10944,2260.7224,41.91905,429.22177,40.565884,1.0699322,55.53302,1.0177329,0.5891808,2.2292016,25.021002,91.332214,237.86034,17.267195,2807.5784,139.24239,44.100037,51.3834,13.215515,77.16465,12.06017,2.198078,20.473118,97.25179,8.017788,5.1229057,8.684256,31.908266,13.280991,4.7045474,31.183586,826.83734,102.994225,2141.9438,34.05685,3091.0837,61.516716,593.11786,1440.092,39.846012,13.375241,1773.997,2483.7278,6193.3574,439.63437 +2023-05-19 23:00:00,0.0,7380.2197,67.926544,22.09164,19.425016,35.404903,196.844,30.088846,56.22725,22.61939,30.391125,592.6893,595.1502,17.55172,72.882225,6.346841,2.613072,30.582165,36.80926,12.977092,446.36734,5.016309,346.54547,82.984,1.5619699,6.350686,117.61921,41.532257,202.10902,180.05591,6604.286,1.2587032,2004.2665,4.788849,1.7430146,0.9740089,8.2564745,215.27328,277.4766,45.78102,250.15659,29.846338,10.218167,786.6032,7.3337007,74.71568,74.45316,446.61804,32.15449,374.55923,19.438564,67.440704,0.0,4480.718,12152.463,18.305172,107.11768,108.69488,36315.406,166.9941,13.126129,57.85928,97.23852,83.002594,29.472338,44.118645,742.1068,111.79503,41.826878,10.455701,14.643919,1059.1481,32.348785,378.36063,76.45733,2255.6675,118.06358,157.48247,167.63158,156.56665,12.595692,22.775593,68.526665,9.604512,11.223062,43.87372,57.793777,110.70866,17.205494,16.28001,177.453,14.369666,3939.3093,56.411674,69.30511,60.385284,57.617073,264.8779,102.22261,77.05948,21.956661,24.659452,50.84516,251.04866,197.20467,96.826416,342.89407,64.005516,65.74956,193.4927,232.1226,1013.2871,186.03625,6.321078,15.948958,8.639234,157.65562,15207.254,7.576743,28.158504,42.290367,33.296543,378.8515,69.18114,156.06334,4.9972386,191.53024,560.40497,367.5763,84.64497,538.5136,46.25139,74.08062,252.8889,23.348433,3.8158224,17.880283,1514.3204,0.92079306,2.072137,101.2884,10.3494425,5.3543477,18.735788,27.632402,292.78726,82.1796,150.02855,1305.7341,188.45406,2131.2146,1881.1584,16.58061,21.01948,13128.939,9.76458,47.59364,371.1832,78.162605,144.85063,62.88752,342.9818,1208.7411,314.16397,9.058746,69.73496,628.69525,2260.5881,41.91301,429.81412,40.621918,1.0694698,55.5333,1.0174994,0.58869785,2.2283804,25.046791,91.42656,238.062,17.246124,2809.4998,139.43437,44.158314,51.443718,13.230338,77.20934,12.076859,2.1980443,20.505108,97.33725,8.035392,5.1299644,8.693821,31.889616,13.277362,4.7111983,31.221502,827.3363,103.0963,2144.2485,34.07464,3093.7202,61.545147,592.8671,1441.6534,39.891018,13.373588,1775.0103,2484.8826,6196.0747,439.2986 +2023-05-20 00:00:00,0.0,7386.9097,67.97419,22.078592,19.433397,35.385654,196.81754,30.08005,56.191753,22.615452,30.371622,593.16174,595.10693,17.541882,72.93226,6.3526025,2.616875,30.565912,36.848946,12.983522,446.2424,5.0208907,346.51364,82.94267,1.5592865,6.342865,117.60674,41.51365,202.02867,179.99179,6612.3774,1.2568293,2003.5543,4.7783947,1.7410424,0.97274554,8.244831,215.24338,277.4767,45.749252,250.45967,29.839516,10.21938,786.4493,7.3258615,74.7387,74.48237,446.70123,32.19253,374.5572,19.45332,67.47945,0.0,4481.8037,12158.872,18.329596,107.234924,108.80961,36324.547,167.09076,13.143553,57.848232,97.24406,83.06278,29.502287,44.124577,742.19037,111.84677,41.821857,10.466717,14.653755,1059.5134,32.404156,378.52646,76.47097,2255.559,118.11629,157.55835,167.64713,156.32715,12.590173,22.761625,68.45361,9.597596,11.214688,43.922054,57.837334,110.65684,17.210999,16.290962,177.59203,14.3569975,3938.579,56.450684,69.3871,60.463505,57.662373,264.8172,102.27672,77.1129,21.969358,24.670925,50.87524,251.33543,197.22351,96.855644,343.02438,64.00612,65.797104,193.6386,232.13629,1013.5689,186.10071,6.316645,15.95,8.639078,157.53232,15209.746,7.578396,28.131361,42.255913,33.30595,378.93735,69.23011,155.98096,4.9980288,191.62097,560.1364,367.26944,84.68509,537.88275,46.233334,74.0509,253.16182,23.331387,3.8121946,17.870562,1515.278,0.91883874,2.0685484,101.221054,10.352534,5.3544416,18.712564,27.607344,292.5195,82.14758,149.98573,1304.9944,188.5132,2131.0125,1881.1731,16.589983,21.037636,13139.87,9.762439,47.638443,371.30096,78.23791,144.97339,62.918503,343.1828,1208.7444,314.22556,9.064747,69.77763,629.28107,2260.454,41.906967,430.40646,40.677956,1.0690075,55.533577,1.017266,0.5882149,2.2275593,25.07258,91.520905,238.26367,17.225054,2811.421,139.62634,44.21659,51.504032,13.245162,77.254036,12.093548,2.1980107,20.537096,97.42271,8.052996,5.137023,8.703387,31.870968,13.273732,4.7178493,31.259417,827.8352,103.198364,2146.5532,34.092426,3096.3564,61.57358,592.6164,1443.2147,39.936024,13.371934,1776.0236,2486.0374,6198.792,438.96286 +2023-05-20 01:00:00,0.0,7393.5996,68.02184,22.065544,19.441778,35.366405,196.79106,30.071255,56.15626,22.611513,30.352121,593.63416,595.0637,17.532043,72.982285,6.3583636,2.6206777,30.549662,36.888634,12.989953,446.1175,5.025473,346.4818,82.901344,1.556603,6.3350444,117.59428,41.495037,201.94833,179.92767,6620.469,1.2549553,2002.842,4.767941,1.7390702,0.97148216,8.233187,215.21347,277.47684,45.717484,250.76277,29.832695,10.220594,786.2954,7.318022,74.76171,74.511566,446.78442,32.230568,374.5551,19.468075,67.51819,0.0,4482.89,12165.28,18.354017,107.352165,108.92434,36333.688,167.18744,13.160976,57.837185,97.24959,83.12297,29.532234,44.13051,742.2739,111.89852,41.816837,10.477733,14.663592,1059.8789,32.459526,378.69226,76.48461,2255.4507,118.16899,157.63422,167.66267,156.08766,12.584654,22.747658,68.380554,9.59068,11.206314,43.97039,57.88089,110.60503,17.216503,16.301912,177.73106,14.344329,3937.8489,56.489693,69.469086,60.54172,57.707676,264.7565,102.330826,77.16633,21.982058,24.6824,50.90532,251.62222,197.24236,96.88488,343.15466,64.00672,65.84466,193.78447,232.14996,1013.8507,186.16515,6.3122125,15.951042,8.638923,157.40901,15212.239,7.5800486,28.104216,42.22146,33.315357,379.02322,69.279076,155.89856,4.9988184,191.7117,559.86786,366.9626,84.7252,537.2519,46.215275,74.02119,253.43474,23.314339,3.8085668,17.86084,1516.2356,0.9168845,2.0649598,101.15371,10.355626,5.354536,18.68934,27.582283,292.2517,82.11556,149.94292,1304.2548,188.57234,2130.8103,1881.1876,16.599356,21.055792,13150.801,9.760298,47.683247,371.41876,78.31321,145.09613,62.94949,343.3838,1208.7477,314.2871,9.070747,69.820305,629.8668,2260.32,41.900925,430.99878,40.733994,1.0685451,55.53386,1.0170326,0.5877319,2.2267382,25.09837,91.61525,238.46535,17.203983,2813.342,139.81833,44.274864,51.564346,13.259985,77.29872,12.110237,2.197977,20.569086,97.50816,8.070599,5.1440816,8.712953,31.852318,13.270103,4.7245,31.297333,828.33417,103.30044,2148.858,34.110218,3098.9927,61.602013,592.3657,1444.7761,39.98103,13.37028,1777.0369,2487.1921,6201.51,438.6271 +2023-05-20 02:00:00,0.0,7400.29,68.06949,22.052496,19.450157,35.347157,196.76459,30.062458,56.120766,22.607576,30.332619,594.1066,595.02045,17.522203,73.03231,6.3641253,2.6244805,30.53341,36.92832,12.996383,445.99255,5.030055,346.44998,82.860016,1.5539196,6.3272233,117.58181,41.47643,201.86798,179.86356,6628.561,1.2530813,2002.1299,4.757487,1.737098,0.9702188,8.221543,215.18356,277.47696,45.685715,251.06586,29.825874,10.2218075,786.14154,7.310182,74.78473,74.54077,446.8676,32.268604,374.55304,19.48283,67.55693,0.0,4483.976,12171.689,18.378439,107.4694,109.03907,36342.83,167.2841,13.178401,57.826138,97.25513,83.18315,29.562181,44.136444,742.35754,111.95027,41.811813,10.488748,14.673429,1060.2443,32.514896,378.85806,76.49825,2255.3423,118.221695,157.71011,167.67822,155.84818,12.579135,22.73369,68.3075,9.583764,11.197941,44.018723,57.924446,110.55321,17.222006,16.312864,177.87009,14.33166,3937.1184,56.528698,69.55108,60.61994,57.75298,264.69577,102.38493,77.21976,21.994755,24.693872,50.9354,251.909,197.2612,96.914116,343.28497,64.007324,65.892204,193.93036,232.16364,1014.1325,186.22958,6.30778,15.952084,8.638767,157.2857,15214.731,7.581701,28.07707,42.187004,33.32476,379.10907,69.32805,155.81618,4.9996085,191.80241,559.5993,366.65576,84.765305,536.62103,46.19722,73.99148,253.70767,23.297293,3.8049393,17.85112,1517.1931,0.91493016,2.061371,101.086365,10.358717,5.35463,18.666117,27.557224,291.98395,82.083534,149.9001,1303.515,188.63148,2130.608,1881.2023,16.60873,21.073948,13161.731,9.758156,47.728046,371.53656,78.38851,145.21889,62.980473,343.58478,1208.751,314.3487,9.076747,69.862976,630.45264,2260.1858,41.894886,431.59113,40.79003,1.0680827,55.534138,1.0167992,0.587249,2.225917,25.12416,91.709595,238.66702,17.182913,2815.2634,140.0103,44.33314,51.624664,13.274808,77.343414,12.126926,2.1979434,20.601076,97.59362,8.088202,5.15114,8.722519,31.83367,13.266475,4.731151,31.335249,828.83307,103.402504,2151.1628,34.128006,3101.6292,61.630444,592.115,1446.3375,40.02604,13.368627,1778.0503,2488.347,6204.227,438.29135 +2023-05-20 03:00:00,0.0,7406.98,68.11714,22.039448,19.458538,35.327904,196.73813,30.053661,56.08527,22.603638,30.313116,594.5791,594.9772,17.512365,73.08234,6.369887,2.6282833,30.517159,36.968006,13.002813,445.8676,5.034637,346.41818,82.81869,1.5512362,6.319402,117.56935,41.457817,201.78763,179.79945,6636.653,1.2512074,2001.4176,4.7470326,1.7351258,0.96895534,8.209899,215.15366,277.47708,45.653946,251.36896,29.819054,10.2230215,785.9877,7.302343,74.80775,74.56998,446.95084,32.306644,374.551,19.497585,67.59567,0.0,4485.062,12178.099,18.40286,107.58664,109.1538,36351.97,167.38077,13.195825,57.81509,97.260666,83.24334,29.592129,44.142376,742.4411,112.002014,41.806793,10.4997635,14.683265,1060.6096,32.570267,379.02386,76.511894,2255.234,118.2744,157.786,167.69377,155.60867,12.573616,22.719723,68.23444,9.576849,11.189568,44.06706,57.968002,110.50139,17.22751,16.323816,178.00911,14.318992,3936.3882,56.567707,69.633064,60.698162,57.79828,264.63507,102.43904,77.273186,22.007454,24.705345,50.96548,252.19579,197.28003,96.94335,343.41528,64.007935,65.93975,194.07623,232.1773,1014.4143,186.29402,6.3033466,15.953125,8.638612,157.1624,15217.225,7.5833535,28.049925,42.152554,33.334167,379.19495,69.377014,155.73378,5.0003986,191.89314,559.3307,366.3489,84.80542,535.99023,46.179165,73.96176,253.98059,23.280245,3.8013115,17.841398,1518.1508,0.91297585,2.0577824,101.01902,10.361809,5.354724,18.642893,27.532166,291.7162,82.05151,149.85728,1302.7754,188.69061,2130.4058,1881.2168,16.618103,21.092104,13172.661,9.756015,47.77285,371.65436,78.46381,145.34163,63.01146,343.78577,1208.7544,314.41028,9.082747,69.90565,631.03845,2260.0518,41.888844,432.18347,40.84607,1.0676204,55.534416,1.0165658,0.586766,2.2250962,25.14995,91.80394,238.86868,17.161842,2817.1846,140.20229,44.39142,51.68498,13.289632,77.38811,12.143616,2.1979098,20.633064,97.67908,8.105806,5.158199,8.732084,31.81502,13.262845,4.7378025,31.373165,829.332,103.50457,2153.4675,34.145794,3104.2654,61.65888,591.86426,1447.8989,40.071045,13.366973,1779.0636,2489.5017,6206.945,437.95563 +2023-05-20 04:00:00,0.0,7413.67,68.164795,22.0264,19.466919,35.308655,196.71165,30.044867,56.049774,22.5997,30.293613,595.0515,594.9339,17.502527,73.13236,6.375648,2.632086,30.500906,37.007694,13.009244,445.74268,5.039219,346.38635,82.77736,1.5485528,6.3115816,117.556885,41.439205,201.70729,179.73534,6644.7446,1.2493334,2000.7054,4.7365785,1.7331537,0.96769196,8.198255,215.12375,277.47717,45.622177,251.67204,29.812231,10.224236,785.8338,7.294503,74.83076,74.59918,447.034,32.34468,374.54892,19.51234,67.634415,0.0,4486.1484,12184.507,18.427284,107.70388,109.26853,36361.11,167.47743,13.213249,57.804047,97.2662,83.30353,29.622078,44.14831,742.52466,112.053764,41.801773,10.510779,14.693102,1060.9751,32.625637,379.1897,76.525536,2255.1255,118.3271,157.86188,167.70932,155.36919,12.568097,22.705755,68.16139,9.569933,11.181193,44.11539,58.01156,110.44957,17.233013,16.334768,178.14813,14.306324,3935.6577,56.606716,69.71506,60.77638,57.843582,264.57437,102.49315,77.326614,22.020151,24.71682,50.99556,252.48256,197.29887,96.97258,343.54556,64.00854,65.9873,194.22212,232.191,1014.6961,186.35846,6.298914,15.954166,8.638456,157.0391,15219.717,7.585006,28.02278,42.1181,33.343575,379.2808,69.42599,155.6514,5.0011888,191.98387,559.06213,366.04205,84.84553,535.3594,46.16111,73.932045,254.25351,23.263199,3.7976837,17.831676,1519.1084,0.91102153,2.0541935,100.951675,10.3649,5.354818,18.619669,27.507105,291.4484,82.01949,149.81447,1302.0358,188.74976,2130.2034,1881.2314,16.627476,21.110262,13183.592,9.753874,47.817654,371.77216,78.539116,145.46439,63.042442,343.98676,1208.7577,314.47183,9.088748,69.94832,631.6242,2259.9177,41.882805,432.77582,40.902103,1.067158,55.534695,1.0163324,0.586283,2.224275,25.17574,91.89828,239.07036,17.14077,2819.106,140.39427,44.44969,51.745296,13.304455,77.43279,12.160304,2.1978762,20.665054,97.764534,8.12341,5.1652575,8.741651,31.796371,13.259216,4.7444534,31.411081,829.83093,103.60664,2155.7722,34.163586,3106.9016,61.68731,591.6136,1449.4603,40.11605,13.365319,1780.0769,2490.6565,6209.662,437.61987 +2023-05-20 05:00:00,0.0,7420.3604,68.21244,22.013351,19.4753,35.289406,196.6852,30.03607,56.01428,22.595762,30.274113,595.524,594.8906,17.492687,73.18239,6.3814096,2.6358888,30.484653,37.047382,13.015674,445.61777,5.043801,346.35452,82.73603,1.5458694,6.3037605,117.54442,41.420597,201.62694,179.67122,6652.836,1.2474594,1999.9932,4.7261243,1.7311815,0.9664286,8.186611,215.09386,277.4773,45.59041,251.97513,29.80541,10.225449,785.67993,7.2866635,74.853775,74.62839,447.11722,32.382717,374.54688,19.527096,67.673164,0.0,4487.2344,12190.916,18.451706,107.82112,109.383255,36370.254,167.5741,13.230673,57.793,97.271736,83.36371,29.652025,44.154243,742.6082,112.105515,41.79675,10.521794,14.702938,1061.3405,32.681007,379.3555,76.539185,2255.017,118.37981,157.93776,167.72487,155.1297,12.562578,22.691788,68.08833,9.563017,11.17282,44.163727,58.055115,110.39775,17.238518,16.34572,178.28716,14.293655,3934.9275,56.645725,69.79704,60.8546,57.888885,264.51367,102.54726,77.38004,22.03285,24.728292,51.02564,252.76935,197.31772,97.001816,343.67587,64.00914,66.03485,194.368,232.20467,1014.9779,186.4229,6.2944813,15.955209,8.638301,156.91579,15222.21,7.5866585,27.995634,42.083645,33.35298,379.36667,69.47495,155.569,5.001979,192.0746,558.7936,365.73523,84.88564,534.7285,46.143055,73.90233,254.52644,23.246151,3.794056,17.821955,1520.0659,0.9090673,2.0506048,100.88434,10.367991,5.3549123,18.596445,27.482046,291.18063,81.987465,149.77165,1301.296,188.8089,2130.0012,1881.246,16.63685,21.128418,13194.522,9.751732,47.862457,371.88992,78.61442,145.58713,63.07343,344.18774,1208.761,314.53342,9.0947485,69.99098,632.21,2259.7834,41.876762,433.36813,40.95814,1.0666956,55.534973,1.016099,0.58580005,2.223454,25.201529,91.99262,239.27203,17.1197,2821.027,140.58624,44.50797,51.80561,13.319279,77.477486,12.176993,2.1978428,20.697042,97.85,8.141014,5.172316,8.751216,31.777721,13.255588,4.7511044,31.448997,830.32983,103.70871,2158.077,34.181374,3109.538,61.715744,591.36285,1451.0217,40.161057,13.363666,1781.0902,2491.8113,6212.3794,437.28412 +2023-05-20 06:00:00,0.0,7427.0503,68.26009,22.000303,19.48368,35.270157,196.65872,30.027273,55.978783,22.591825,30.25461,595.9964,594.84735,17.48285,73.232414,6.3871713,2.6396916,30.468403,37.087067,13.022104,445.49283,5.048383,346.3227,82.6947,1.543186,6.29594,117.53195,41.401985,201.5466,179.60712,6660.9277,1.2455856,1999.281,4.7156706,1.7292093,0.9651652,8.174967,215.06395,277.47742,45.55864,252.27823,29.79859,10.226663,785.52606,7.278824,74.87679,74.65759,447.2004,32.420757,374.5448,19.541851,67.71191,0.0,4488.3203,12197.325,18.476128,107.93836,109.497986,36379.395,167.67078,13.248097,57.78195,97.277275,83.4239,29.681973,44.160175,742.6918,112.15726,41.79173,10.53281,14.712775,1061.7059,32.736378,379.5213,76.552826,2254.9084,118.43251,158.01364,167.7404,154.8902,12.557059,22.677822,68.01528,9.556101,11.164446,44.21206,58.09867,110.34593,17.24402,16.356672,178.42618,14.280987,3934.1973,56.684734,69.879036,60.93282,57.934185,264.45294,102.601364,77.433464,22.045547,24.739767,51.055717,253.05612,197.33656,97.03105,343.80615,64.00974,66.0824,194.51389,232.21834,1015.2597,186.48734,6.2900486,15.95625,8.638145,156.79248,15224.702,7.588311,27.96849,42.04919,33.362385,379.4525,69.523926,155.48662,5.0027685,192.16533,558.525,365.42838,84.92575,534.09766,46.125,73.87262,254.79936,23.229103,3.7904284,17.812233,1521.0236,0.90711296,2.0470161,100.81699,10.371082,5.355006,18.57322,27.456987,290.91287,81.955444,149.72884,1300.5564,188.86804,2129.799,1881.2606,16.646223,21.146574,13205.452,9.749591,47.90726,372.00772,78.68972,145.70988,63.104412,344.38873,1208.7643,314.595,9.100749,70.03365,632.7958,2259.6494,41.870724,433.96048,41.01418,1.0662333,55.53525,1.0158656,0.5853171,2.222633,25.227318,92.08697,239.47371,17.098629,2822.9482,140.77823,44.566242,51.86593,13.334102,77.52218,12.193683,2.1978092,20.729033,97.935455,8.158617,5.1793747,8.760781,31.759073,13.251958,4.7577553,31.486914,830.8288,103.810776,2160.3816,34.19916,3112.1743,61.744175,591.1121,1452.5831,40.206062,13.362012,1782.1035,2492.966,6215.097,436.94836 +2023-05-20 07:00:00,0.0,7433.7407,68.30774,21.987255,19.492062,35.250904,196.63226,30.018478,55.94329,22.587887,30.235107,596.4689,594.8041,17.473011,73.28244,6.3929324,2.6434944,30.45215,37.126755,13.028535,445.3679,5.052965,346.2909,82.65337,1.5405025,6.288119,117.519485,41.383373,201.46625,179.543,6669.0195,1.2437116,1998.5688,4.7052164,1.7272371,0.9639018,8.163323,215.03404,277.47754,45.52687,252.58131,29.791767,10.227877,785.37213,7.2709846,74.8998,74.6868,447.28363,32.458794,374.54276,19.556604,67.75065,0.0,4489.4062,12203.733,18.500551,108.0556,109.61272,36388.535,167.76744,13.265521,57.770905,97.282814,83.484085,29.711922,44.16611,742.7753,112.20901,41.78671,10.543826,14.722611,1062.0713,32.791748,379.68713,76.56647,2254.8,118.485214,158.08952,167.75595,154.65071,12.55154,22.663855,67.94223,9.549185,11.156073,44.260395,58.142227,110.29411,17.249525,16.367624,178.5652,14.268318,3933.4668,56.723743,69.96102,61.011036,57.97949,264.39224,102.655464,77.48689,22.058247,24.75124,51.0858,253.3429,197.35541,97.06029,343.93646,64.010345,66.129944,194.65976,232.23203,1015.5415,186.55177,6.2856154,15.957292,8.63799,156.66916,15227.194,7.589964,27.941345,42.01474,33.37179,379.5384,69.57289,155.40422,5.0035586,192.25604,558.2565,365.12152,84.965866,533.4668,46.10694,73.8429,255.07228,23.212057,3.7868006,17.802511,1521.9811,0.90515864,2.0434275,100.74965,10.374174,5.3551,18.549995,27.431927,290.64508,81.92342,149.686,1299.8168,188.92717,2129.5967,1881.2751,16.655596,21.16473,13216.383,9.74745,47.95206,372.12552,78.76502,145.83263,63.1354,344.58972,1208.7676,314.65656,9.10675,70.076324,633.3816,2259.5154,41.86468,434.55283,41.070217,1.0657709,55.53553,1.0156323,0.5848341,2.2218118,25.253109,92.18131,239.67537,17.077559,2824.8696,140.97021,44.62452,51.926243,13.348925,77.56687,12.210372,2.1977756,20.76102,98.02091,8.176221,5.186434,8.770348,31.740423,13.248329,4.764406,31.52483,831.3277,103.91285,2162.6863,34.216953,3114.8105,61.772606,590.86145,1454.1445,40.251072,13.360357,1783.1168,2494.1208,6217.8145,436.6126 +2023-05-20 08:00:00,0.0,7440.4307,68.35539,21.974207,19.500443,35.231655,196.60579,30.009682,55.907795,22.583948,30.215607,596.9413,594.7608,17.463173,73.33247,6.398694,2.6472971,30.4359,37.166443,13.034965,445.24295,5.057547,346.25906,82.612045,1.537819,6.280298,117.50703,41.364765,201.3859,179.47888,6677.1113,1.2418376,1997.8566,4.694762,1.7252649,0.96263844,8.151679,215.00414,277.47766,45.495102,252.88441,29.784946,10.22909,785.21826,7.263145,74.92282,74.716,447.3668,32.49683,374.54068,19.57136,67.78939,0.0,4490.4927,12210.143,18.524973,108.172844,109.72745,36397.676,167.8641,13.282945,57.759857,97.288345,83.544266,29.741869,44.172043,742.8589,112.26075,41.78169,10.554841,14.732448,1062.4366,32.84712,379.85294,76.58011,2254.6917,118.53792,158.1654,167.7715,154.41122,12.546021,22.649887,67.86917,9.54227,11.147699,44.30873,58.185783,110.2423,17.255028,16.378574,178.70422,14.25565,3932.7366,56.762753,70.043015,61.089256,58.02479,264.33154,102.70957,77.54032,22.070944,24.762714,51.11588,253.62968,197.37425,97.089516,344.06677,64.01095,66.17749,194.80565,232.2457,1015.8233,186.61621,6.281183,15.958333,8.637835,156.54585,15229.6875,7.591616,27.9142,41.980286,33.3812,379.62424,69.621864,155.32184,5.0043488,192.34677,557.9879,364.8147,85.005974,532.836,46.088886,73.81319,255.3452,23.19501,3.7831728,17.79279,1522.9387,0.9032043,2.0398388,100.682304,10.377266,5.3551946,18.526772,27.406868,290.37732,81.8914,149.64319,1299.0771,188.98631,2129.3945,1881.2898,16.664968,21.182886,13227.313,9.745308,47.996864,372.24332,78.840324,145.95537,63.16638,344.79068,1208.7709,314.71814,9.11275,70.118996,633.9674,2259.381,41.85864,435.14517,41.126255,1.0653085,55.53581,1.0153989,0.5843511,2.220991,25.278898,92.27566,239.87704,17.056488,2826.7908,141.16219,44.682796,51.98656,13.363749,77.61156,12.22706,2.197742,20.79301,98.10637,8.193825,5.1934924,8.779913,31.721775,13.2447,4.771057,31.562746,831.82666,104.014915,2164.991,34.23474,3117.447,61.80104,590.6107,1455.7059,40.296078,13.358704,1784.1301,2495.2756,6220.532,436.27686 +2023-05-20 09:00:00,0.0,7447.1206,68.40304,21.961159,19.508823,35.212406,196.57932,30.000885,55.8723,22.580011,30.196104,597.41376,594.7176,17.453333,73.3825,6.4044557,2.6511,30.419647,37.206127,13.041395,445.11804,5.062129,346.22723,82.57072,1.5351356,6.272477,117.49456,41.346153,201.30556,179.41476,6685.203,1.2399637,1997.1444,4.684308,1.7232927,0.961375,8.140036,214.97423,277.47778,45.463333,253.1875,29.778126,10.230304,785.0644,7.2553053,74.94584,74.74521,447.45,32.53487,374.53864,19.586115,67.82813,0.0,4491.5786,12216.552,18.549395,108.29008,109.84218,36406.816,167.96077,13.300369,57.74881,97.293884,83.604454,29.771816,44.177975,742.9425,112.3125,41.776665,10.565857,14.742285,1062.8021,32.90249,380.01874,76.59375,2254.5833,118.59062,158.24129,167.78705,154.17172,12.540503,22.63592,67.79612,9.535354,11.139325,44.357063,58.22934,110.19048,17.260532,16.389526,178.84325,14.242981,3932.0063,56.801758,70.125,61.167477,58.07009,264.27084,102.76368,77.59375,22.083643,24.774187,51.145958,253.91646,197.39308,97.11875,344.19705,64.01155,66.225044,194.95152,232.25937,1016.1051,186.68066,6.27675,15.959375,8.637679,156.42255,15232.18,7.593269,27.887054,41.94583,33.390602,379.7101,69.67084,155.23944,5.005139,192.4375,557.71936,364.50784,85.04608,532.20514,46.07083,73.78348,255.61813,23.177963,3.7795453,17.783068,1523.8962,0.90125006,2.03625,100.61496,10.380357,5.3552885,18.503548,27.381807,290.10956,81.859375,149.60037,1298.3374,189.04546,2129.1924,1881.3044,16.674343,21.201042,13238.243,9.743167,48.041668,372.36108,78.91563,146.07812,63.197365,344.99167,1208.7742,314.77972,9.11875,70.16167,634.55316,2259.247,41.8526,435.7375,41.18229,1.0648462,55.536087,1.0151654,0.5838682,2.2201698,25.304688,92.37,240.07872,17.035418,2828.712,141.35417,44.74107,52.046875,13.3785715,77.65625,12.24375,2.1977084,20.825,98.191826,8.211429,5.200551,8.789479,31.703125,13.241072,4.777708,31.60066,832.32556,104.11698,2167.2957,34.252533,3120.0833,61.82947,590.36,1457.2673,40.341084,13.35705,1785.1434,2496.4307,6223.2495,435.9411 +2023-05-20 10:00:00,0.0,7453.811,68.45069,21.94811,19.517204,35.193153,196.55286,29.99209,55.836803,22.576073,30.176601,597.8862,594.6743,17.443495,73.432526,6.410217,2.6549027,30.403397,37.245815,13.047826,444.9931,5.0667114,346.19543,82.52939,1.5324522,6.2646565,117.48209,41.327545,201.2252,179.35066,6693.295,1.2380897,1996.4321,4.673854,1.7213205,0.9601116,8.128391,214.94432,277.4779,45.431564,253.49059,29.771303,10.231518,784.9105,7.2474656,74.96885,74.77441,447.5332,32.572906,374.53656,19.60087,67.866875,0.0,4492.665,12222.961,18.573816,108.40732,109.95691,36415.957,168.05743,13.317793,57.737762,97.29942,83.66464,29.801765,44.18391,743.02606,112.36425,41.771645,10.576873,14.752121,1063.1675,32.95786,380.18457,76.60739,2254.4749,118.643326,158.31717,167.8026,153.93224,12.534984,22.621952,67.72306,9.528438,11.130952,44.4054,58.272896,110.138664,17.266035,16.400478,178.98227,14.230312,3931.276,56.840767,70.206985,61.245693,58.115395,264.2101,102.81779,77.64718,22.09634,24.78566,51.176037,254.20325,197.41193,97.14799,344.32736,64.01216,66.27259,195.0974,232.27304,1016.3869,186.7451,6.2723174,15.960417,8.637524,156.29924,15234.673,7.5949216,27.85991,41.911377,33.40001,379.79596,69.7198,155.15706,5.005929,192.52823,557.45074,364.201,85.0862,531.5743,46.052776,73.75376,255.89105,23.160915,3.7759175,17.773346,1524.8539,0.89929575,2.0326614,100.547615,10.383449,5.3553824,18.480324,27.356749,289.84177,81.827354,149.55756,1297.5978,189.1046,2128.99,1881.319,16.683716,21.2192,13249.174,9.741026,48.08647,372.47888,78.99093,146.20087,63.22835,345.19266,1208.7776,314.84128,9.12475,70.20434,635.139,2259.113,41.846558,436.32983,41.238327,1.0643837,55.536366,1.014932,0.5833852,2.2193487,25.330477,92.46435,240.2804,17.014347,2830.6333,141.54614,44.799347,52.10719,13.393395,77.70094,12.260439,2.1976748,20.856989,98.27728,8.2290325,5.2076097,8.799045,31.684475,13.237442,4.7843595,31.638577,832.8245,104.219055,2169.6003,34.27032,3122.7195,61.857903,590.1093,1458.8287,40.38609,13.355396,1786.1567,2497.5854,6225.9673,435.60538 +2023-05-20 11:00:00,0.0,7460.501,68.49834,21.935062,19.525585,35.173904,196.52638,29.983294,55.801308,22.572136,30.1571,598.35864,594.63104,17.433657,73.48255,6.4159784,2.6587055,30.387144,37.285503,13.0542555,444.86816,5.0712934,346.1636,82.48806,1.5297688,6.2568355,117.46963,41.308933,201.14487,179.28654,6701.386,1.2362157,1995.72,4.6633997,1.7193483,0.95884824,8.116748,214.91443,277.47803,45.399796,253.79369,29.764482,10.232731,784.75665,7.2396264,74.99187,74.80361,447.6164,32.610943,374.53452,19.615625,67.905624,0.0,4493.751,12229.369,18.59824,108.52456,110.07164,36425.1,168.15411,13.335217,57.726715,97.304955,83.72482,29.831713,44.189842,743.1096,112.41599,41.766624,10.587888,14.761957,1063.533,33.01323,380.35037,76.62103,2254.3665,118.69603,158.39305,167.81815,153.69275,12.529465,22.607985,67.65001,9.521522,11.122578,44.45373,58.316452,110.086845,17.27154,16.41143,179.12129,14.217644,3930.5457,56.879776,70.28898,61.323914,58.160698,264.1494,102.871895,77.70061,22.10904,24.797134,51.20612,254.49002,197.43077,97.177216,344.45767,64.012764,66.32014,195.24329,232.28673,1016.6687,186.80954,6.2678847,15.961458,8.637367,156.17593,15237.165,7.596574,27.832764,41.876923,33.409416,379.88184,69.768776,155.07466,5.0067186,192.61896,557.1822,363.89417,85.126305,530.9434,46.03472,73.724045,256.16397,23.14387,3.7722898,17.763624,1525.8115,0.89734143,2.0290725,100.48027,10.386539,5.355477,18.4571,27.33169,289.574,81.795334,149.51474,1296.8582,189.16374,2128.7878,1881.3336,16.693089,21.237356,13260.1045,9.738884,48.131275,372.59668,79.06623,146.32362,63.259335,345.39365,1208.7809,314.90286,9.130751,70.24701,635.72473,2258.9788,41.84052,436.92218,41.294365,1.0639213,55.536644,1.0146986,0.58290225,2.2185276,25.356266,92.558685,240.48206,16.993275,2832.5544,141.73813,44.857624,52.167507,13.408218,77.74563,12.277128,2.1976411,20.888979,98.36275,8.246636,5.2146683,8.808611,31.665827,13.233813,4.7910104,31.676493,833.3234,104.32112,2171.905,34.28811,3125.356,61.886337,589.8586,1460.3901,40.431095,13.353743,1787.17,2498.7402,6228.6846,435.26962 +2023-05-20 12:00:00,0.0,7467.191,68.54599,21.922014,19.533966,35.154655,196.49992,29.974499,55.765816,22.568197,30.137598,598.8311,594.58777,17.423817,73.53258,6.42174,2.6625085,30.370892,37.32519,13.060686,444.74326,5.0758753,346.13177,82.44673,1.5270854,6.2490144,117.45716,41.29032,201.06451,179.22243,6709.478,1.2343417,1995.0077,4.652946,1.7173761,0.95758486,8.1051035,214.88452,277.47815,45.368027,254.09677,29.757662,10.233945,784.6028,7.2317867,75.014885,74.83282,447.6996,32.648983,374.53244,19.63038,67.94437,0.0,4494.837,12235.778,18.622662,108.6418,110.18637,36434.242,168.25078,13.352641,57.715668,97.31049,83.78501,29.86166,44.195774,743.1932,112.46774,41.761604,10.598904,14.771794,1063.8983,33.0686,380.51617,76.63468,2254.258,118.74873,158.46893,167.8337,153.45325,12.523946,22.594017,67.57695,9.5146055,11.114204,44.502068,58.36001,110.03503,17.277042,16.422382,179.26033,14.204975,3929.8154,56.918785,70.370964,61.402134,58.205997,264.0887,102.926,77.754036,22.121737,24.808607,51.2362,254.77681,197.44962,97.20645,344.58795,64.01337,66.36768,195.38916,232.3004,1016.9505,186.87398,6.2634516,15.962501,8.637212,156.05263,15239.658,7.5982265,27.805618,41.842472,33.41882,379.96768,69.81774,154.99228,5.0075088,192.70967,556.91364,363.5873,85.16642,530.31256,46.016666,73.694336,256.4369,23.126822,3.768662,17.753902,1526.769,0.8953871,2.0254838,100.412926,10.389631,5.355571,18.433876,27.30663,289.30624,81.763306,149.47192,1296.1184,189.22287,2128.5857,1881.3481,16.702463,21.255512,13271.035,9.736743,48.176075,372.71448,79.14153,146.44637,63.29032,345.59464,1208.7842,314.96445,9.136751,70.28967,636.31055,2258.8447,41.834476,437.51453,41.350403,1.063459,55.536926,1.0144652,0.5824193,2.2177067,25.382057,92.65303,240.68373,16.972204,2834.4756,141.93011,44.915897,52.22782,13.423041,77.79032,12.293817,2.1976075,20.920967,98.448204,8.264239,5.221727,8.818176,31.647177,13.230185,4.7976613,31.714409,833.8223,104.42319,2174.21,34.3059,3127.9922,61.91477,589.6079,1461.9515,40.476105,13.352089,1788.1833,2499.895,6231.402,434.93387 +2023-05-20 13:00:00,0.0,7473.8813,68.593636,21.908966,19.542347,35.135406,196.47345,29.965702,55.73032,22.56426,30.118095,599.3035,594.5445,17.413979,73.5826,6.427501,2.6663113,30.354641,37.364876,13.067117,444.61832,5.080457,346.09995,82.4054,1.524402,6.241194,117.4447,41.271713,200.98418,179.15833,6717.57,1.2324678,1994.2955,4.642492,1.7154039,0.9563215,8.09346,214.85461,277.47827,45.336258,254.39987,29.750841,10.235158,784.4489,7.223947,75.037895,74.86202,447.78278,32.68702,374.5304,19.645136,67.98311,0.0,4495.923,12242.1875,18.647083,108.75904,110.3011,36443.383,168.34744,13.370066,57.70462,97.31603,83.8452,29.891607,44.20171,743.27673,112.519485,41.75658,10.60992,14.7816305,1064.2637,33.12397,380.68198,76.64832,2254.1497,118.80144,158.54482,167.84924,153.21376,12.518427,22.58005,67.5039,9.507689,11.105831,44.5504,58.403564,109.98321,17.282547,16.433334,179.39935,14.1923065,3929.085,56.957794,70.45296,61.48035,58.2513,264.02798,102.98011,77.80746,22.134436,24.820082,51.266277,255.06358,197.46846,97.23569,344.71826,64.01397,66.41524,195.53505,232.31407,1017.2323,186.93842,6.259019,15.963542,8.637056,155.92932,15242.15,7.5998793,27.778475,41.808018,33.428226,380.05356,69.866714,154.90988,5.008299,192.8004,556.6451,363.28046,85.20653,529.6817,45.99861,73.66462,256.7098,23.109776,3.7650344,17.74418,1527.7267,0.89343286,2.0218952,100.34558,10.392722,5.3556647,18.410652,27.28157,289.03845,81.731285,149.42911,1295.3788,189.28201,2128.3833,1881.3628,16.711836,21.273668,13281.965,9.734601,48.22088,372.83228,79.216835,146.56912,63.321304,345.79562,1208.7875,315.026,9.142752,70.332344,636.89636,2258.7107,41.828438,438.10684,41.40644,1.0629966,55.537205,1.0142318,0.5819363,2.2168856,25.407846,92.747375,240.8854,16.951134,2836.397,142.12209,44.974174,52.28814,13.437865,77.835014,12.310506,2.197574,20.952957,98.53366,8.281843,5.2287855,8.827743,31.628529,13.226555,4.804312,31.752325,834.3213,104.52526,2176.5146,34.32369,3130.6284,61.9432,589.3572,1463.513,40.52111,13.350435,1789.1967,2501.0498,6234.1196,434.5981 +2023-05-20 14:00:00,0.0,7480.5713,68.64129,21.895918,19.550728,35.116154,196.44699,29.956905,55.694824,22.560322,30.098595,599.776,594.5012,17.40414,73.63263,6.433263,2.670114,30.338388,37.404564,13.073546,444.49338,5.085039,346.06815,82.364075,1.5217185,6.2333727,117.432236,41.2531,200.90382,179.09421,6725.6616,1.2305938,1993.5834,4.6320376,1.7134317,0.95505804,8.081816,214.8247,277.4784,45.30449,254.70296,29.744019,10.236372,784.295,7.2161074,75.06091,74.89123,447.86597,32.725056,374.52832,19.659891,68.02185,0.0,4497.0093,12248.596,18.671507,108.87628,110.41583,36452.523,168.4441,13.387489,57.693573,97.32157,83.90538,29.921556,44.20764,743.3603,112.571236,41.75156,10.6209345,14.791467,1064.6292,33.17934,380.8478,76.661964,2254.0413,118.85414,158.6207,167.86479,152.97427,12.512908,22.566082,67.43084,9.500774,11.097457,44.598736,58.44712,109.93139,17.288052,16.444286,179.53838,14.179638,3928.3547,56.996803,70.53494,61.55857,58.296604,263.9673,103.03422,77.860886,22.147133,24.831554,51.296356,255.35037,197.4873,97.26492,344.84857,64.01457,66.46278,195.68092,232.32776,1017.5141,187.00285,6.254586,15.964583,8.636901,155.80602,15244.644,7.6015315,27.75133,41.773563,33.437634,380.1394,69.91568,154.8275,5.009089,192.89113,556.3765,362.9736,85.24664,529.0509,45.980553,73.6349,256.98276,23.092728,3.7614067,17.734459,1528.6842,0.89147854,2.0183065,100.27824,10.395814,5.355759,18.387428,27.25651,288.7707,81.699265,149.38628,1294.6392,189.34116,2128.1812,1881.3773,16.721209,21.291824,13292.8955,9.73246,48.265682,372.95004,79.29214,146.69186,63.35229,345.9966,1208.7908,315.0876,9.148752,70.375015,637.4821,2258.5764,41.822395,438.6992,41.46248,1.0625343,55.537483,1.0139984,0.5814533,2.2160645,25.433636,92.84172,241.08708,16.930063,2838.318,142.31407,45.03245,52.348454,13.452688,77.87971,12.327195,2.1975403,20.984945,98.61912,8.299447,5.235844,8.837308,31.609879,13.222926,4.810963,31.790241,834.8202,104.62733,2178.8193,34.341476,3133.265,61.971634,589.10645,1465.0743,40.566116,13.348782,1790.21,2502.2046,6236.837,434.26236 +2023-05-20 15:00:00,0.0,7487.261,68.688934,21.88287,19.559109,35.096905,196.42052,29.94811,55.65933,22.556383,30.079092,600.2484,594.45795,17.3943,73.682655,6.4390244,2.6739168,30.322138,37.444252,13.079977,444.36844,5.0896215,346.03632,82.32275,1.5190351,6.225552,117.41977,41.234493,200.82347,179.03009,6733.7534,1.2287198,1992.8711,4.6215835,1.7114595,0.95379466,8.070171,214.7948,277.4785,45.27272,255.00604,29.737198,10.237586,784.1411,7.208268,75.08393,74.92043,447.94916,32.763096,374.52628,19.674646,68.06059,0.0,4498.095,12255.005,18.695929,108.99352,110.53056,36461.664,168.54077,13.404913,57.682526,97.3271,83.96557,29.951504,44.213573,743.44385,112.622986,41.74654,10.63195,14.801304,1064.9945,33.234715,381.0136,76.675606,2253.9329,118.906845,158.69658,167.88034,152.73477,12.507389,22.552114,67.35779,9.493858,11.089084,44.647068,58.49068,109.87958,17.293554,16.455236,179.6774,14.16697,3927.6245,57.03581,70.616936,61.63679,58.341904,263.9066,103.088326,77.914314,22.159832,24.843029,51.32644,255.63715,197.50613,97.29415,344.97885,64.015175,66.51033,195.82681,232.34143,1017.7959,187.06729,6.2501535,15.965625,8.636745,155.68271,15247.136,7.603184,27.724184,41.73911,33.447037,380.22528,69.96465,154.7451,5.009879,192.98186,556.108,362.66678,85.28675,528.42004,45.962498,73.60519,257.25568,23.075682,3.757779,17.724737,1529.6418,0.8895242,2.0147178,100.21089,10.398906,5.355853,18.364204,27.231451,288.50293,81.66724,149.34346,1293.8994,189.4003,2127.979,1881.392,16.730581,21.30998,13303.826,9.730319,48.310486,373.06784,79.36744,146.81462,63.383274,346.1976,1208.7941,315.14917,9.154753,70.41769,638.06793,2258.4424,41.816353,439.29153,41.518513,1.0620719,55.53776,1.013765,0.58097035,2.2152433,25.459425,92.936066,241.28874,16.908993,2840.2395,142.50606,45.090725,52.40877,13.467512,77.92439,12.343884,2.1975067,21.016935,98.704575,8.317051,5.2429028,8.846874,31.59123,13.219297,4.817614,31.828157,835.31915,104.72939,2181.124,34.35927,3135.9011,62.000065,588.8558,1466.6357,40.611122,13.347128,1791.2233,2503.3594,6239.5547,433.9266 +2023-05-20 16:00:00,0.0,7493.9517,68.73659,21.869822,19.56749,35.077656,196.39406,29.939314,55.623833,22.552446,30.05959,600.7209,594.41473,17.384462,73.73269,6.4447856,2.6777196,30.305885,37.483936,13.086408,444.24353,5.0942035,346.0045,82.28142,1.5163517,6.217731,117.4073,41.21588,200.74313,178.96599,6741.8447,1.2268459,1992.1589,4.6111293,1.7094873,0.9525313,8.058528,214.7649,277.4786,45.24095,255.30914,29.730377,10.238799,783.98724,7.2004285,75.10695,74.94964,448.03235,32.801132,374.5242,19.689402,68.09934,0.0,4499.181,12261.414,18.72035,109.110756,110.645294,36470.805,168.63745,13.422338,57.67148,97.33264,84.02576,29.981451,44.21951,743.5274,112.67473,41.741516,10.642966,14.81114,1065.36,33.290085,381.1794,76.68925,2253.8242,118.95955,158.77246,167.89589,152.49529,12.50187,22.538147,67.28474,9.486942,11.080709,44.695404,58.534237,109.82776,17.299059,16.466188,179.81642,14.154302,3926.894,57.074818,70.69892,61.715008,58.387207,263.8459,103.14243,77.96774,22.17253,24.854502,51.356518,255.92393,197.52498,97.32339,345.10916,64.01578,66.55788,195.97269,232.3551,1018.0777,187.13173,6.2457204,15.966667,8.63659,155.55939,15249.629,7.604837,27.697039,41.70466,33.456444,380.31113,70.01362,154.66272,5.0106688,193.07259,555.8394,362.35992,85.32686,527.7892,45.944443,73.57548,257.5286,23.058634,3.754151,17.715015,1530.5995,0.88756996,2.0111291,100.14355,10.401997,5.355947,18.340979,27.206392,288.23514,81.635216,149.30064,1293.1598,189.45943,2127.7766,1881.4065,16.739956,21.328138,13314.756,9.728177,48.35529,373.18564,79.44274,146.93736,63.41426,346.3986,1208.7975,315.21072,9.160752,70.46036,638.6537,2258.3083,41.810314,439.88388,41.57455,1.0616095,55.53804,1.0135316,0.58048743,2.2144222,25.485214,93.03041,241.49042,16.887922,2842.1606,142.69803,45.149002,52.469086,13.482335,77.969086,12.360573,2.197473,21.048925,98.79003,8.334655,5.2499614,8.85644,31.57258,13.215668,4.824265,31.866074,835.81805,104.83147,2183.4287,34.377056,3138.5374,62.0285,588.60504,1468.1971,40.656128,13.345474,1792.2366,2504.5142,6242.272,433.59088 +2023-05-20 17:00:00,0.0,7500.6416,68.78423,21.856773,19.57587,35.058407,196.36758,29.930517,55.588337,22.548508,30.040087,601.1933,594.37146,17.374624,73.782715,6.450547,2.6815224,30.289633,37.523624,13.092837,444.1186,5.0987854,345.97266,82.24009,1.5136683,6.2099104,117.39484,41.19727,200.66278,178.90187,6749.9365,1.224972,1991.4467,4.6006756,1.7075151,0.9512679,8.046884,214.73499,277.47873,45.209183,255.61223,29.723555,10.240013,783.8334,7.192589,75.12996,74.97884,448.11554,32.83917,374.52216,19.704157,68.138084,0.0,4500.2676,12267.822,18.744774,109.228,110.760025,36479.95,168.73412,13.439761,57.66043,97.33818,84.08594,30.0114,44.22544,743.611,112.72648,41.736496,10.653981,14.820977,1065.7253,33.345455,381.34525,76.70289,2253.7158,119.01225,158.84836,167.91144,152.2558,12.496351,22.52418,67.21168,9.480026,11.072336,44.74374,58.57779,109.77594,17.304562,16.47714,179.95544,14.141633,3926.1638,57.113827,70.780914,61.79323,58.43251,263.78516,103.19654,78.02117,22.185228,24.865974,51.386597,256.21072,197.54382,97.35262,345.23947,64.01638,66.60543,196.11858,232.36877,1018.3595,187.19617,6.2412877,15.967709,8.636435,155.43608,15252.121,7.6064897,27.669893,41.670204,33.46585,380.397,70.06259,154.58032,5.011459,193.1633,555.5708,362.05307,85.366974,527.1583,45.926388,73.54576,257.8015,23.041588,3.7505236,17.705294,1531.557,0.88561565,2.0075405,100.0762,10.405088,5.356041,18.317755,27.181332,287.96738,81.603195,149.25783,1292.42,189.51857,2127.5745,1881.4211,16.749329,21.346294,13325.687,9.726036,48.40009,373.30344,79.51804,147.06012,63.445244,346.59958,1208.8008,315.2723,9.166753,70.50303,639.2395,2258.174,41.80427,440.4762,41.63059,1.0611472,55.53832,1.0132982,0.58000445,2.2136014,25.511005,93.124756,241.6921,16.86685,2844.0818,142.89001,45.207275,52.529404,13.497158,78.01378,12.377262,2.1974394,21.080914,98.87549,8.352258,5.2570205,8.866005,31.553932,13.212039,4.830916,31.90399,836.317,104.93353,2185.7334,34.394844,3141.1736,62.05693,588.3543,1469.7585,40.701138,13.34382,1793.25,2505.669,6244.9893,433.25513 +2023-05-20 18:00:00,0.0,7507.3315,68.83189,21.843725,19.584251,35.039154,196.34111,29.921722,55.552845,22.54457,30.020586,601.6658,594.3282,17.364784,73.83274,6.456309,2.6853251,30.273382,37.563313,13.099268,443.99365,5.1033673,345.94086,82.19876,1.5109849,6.2020893,117.38238,41.17866,200.58244,178.83775,6758.0283,1.223098,1990.7345,4.5902214,1.7055429,0.9500045,8.03524,214.7051,277.47885,45.177414,255.91533,29.716734,10.241227,783.6795,7.1847496,75.15298,75.00805,448.19873,32.87721,374.52008,19.718912,68.17683,0.0,4501.3535,12274.231,18.769196,109.34524,110.874756,36489.09,168.83078,13.457186,57.649384,97.34372,84.146126,30.041348,44.231373,743.6946,112.77823,41.731476,10.664997,14.830813,1066.0907,33.400826,381.51105,76.71653,2253.6074,119.06496,158.92422,167.92699,152.0163,12.490832,22.510212,67.138626,9.47311,11.063963,44.792072,58.621346,109.72412,17.310066,16.488092,180.09447,14.128964,3925.4336,57.152836,70.8629,61.87145,58.47781,263.72446,103.25064,78.0746,22.197926,24.877449,51.416676,256.4975,197.56267,97.38186,345.36975,64.01699,66.65298,196.26445,232.38246,1018.6413,187.2606,6.236855,15.96875,8.636279,155.31277,15254.613,7.608142,27.642748,41.63575,33.475254,380.48285,70.11156,154.49794,5.012249,193.25403,555.30225,361.74625,85.40708,526.52747,45.908333,73.516045,258.07443,23.02454,3.7468958,17.695572,1532.5146,0.8836613,2.0039515,100.00886,10.408179,5.3561354,18.29453,27.156273,287.69962,81.571175,149.21501,1291.6804,189.57771,2127.3723,1881.4357,16.758701,21.36445,13336.617,9.723895,48.444893,373.42123,79.593346,147.18286,63.47623,346.80054,1208.8041,315.3339,9.172753,70.5457,639.8253,2258.04,41.798233,441.06854,41.686626,1.0606848,55.538597,1.0130647,0.5795215,2.2127802,25.536795,93.2191,241.89377,16.84578,2846.0032,143.08199,45.265553,52.589718,13.511982,78.058464,12.393951,2.1974058,21.112904,98.96095,8.369862,5.264079,8.875571,31.535282,13.20841,4.8375673,31.941904,836.8159,105.03561,2188.038,34.412636,3143.81,62.08536,588.10364,1471.32,40.746143,13.342166,1794.2633,2506.8237,6247.707,432.91937 +2023-05-20 19:00:00,0.0,7514.022,68.87954,21.830677,19.59263,35.019905,196.31465,29.912926,55.51735,22.540632,30.001083,602.13824,594.2849,17.354946,73.88277,6.46207,2.689128,30.25713,37.602997,13.105699,443.86874,5.1079497,345.90903,82.157425,1.5083015,6.1942687,117.36991,41.16005,200.50209,178.77364,6766.12,1.2212241,1990.0222,4.579767,1.7035707,0.94874114,8.023596,214.67519,277.47897,45.145645,256.2184,29.709913,10.24244,783.52563,7.17691,75.175995,75.03725,448.28195,32.915245,374.518,19.733667,68.21557,0.0,4502.4395,12280.641,18.793617,109.46248,110.98949,36498.23,168.92744,13.474609,57.63834,97.34926,84.206314,30.071295,44.23731,743.77814,112.82997,41.726456,10.676013,14.84065,1066.4562,33.456196,381.67685,76.73018,2253.499,119.11766,159.0001,167.94254,151.77681,12.485313,22.496246,67.06557,9.466194,11.055589,44.84041,58.664906,109.6723,17.315569,16.499044,180.23349,14.116296,3924.7031,57.191845,70.94489,61.949665,58.523113,263.66376,103.30475,78.12802,22.210625,24.888922,51.44676,256.78427,197.58151,97.41109,345.50006,64.01759,66.70052,196.41034,232.39613,1018.9231,187.32506,6.2324224,15.969791,8.636124,155.18947,15257.106,7.6097946,27.615604,41.601295,33.48466,380.56873,70.16053,154.41554,5.013039,193.34476,555.0337,361.4394,85.4472,525.8966,45.890278,73.486336,258.34735,23.007494,3.743268,17.68585,1533.4722,0.881707,2.0003629,99.94151,10.411271,5.3562293,18.271307,27.131212,287.43182,81.53915,149.1722,1290.9408,189.63686,2127.17,1881.4503,16.768074,21.382607,13347.547,9.721753,48.489697,373.539,79.668655,147.3056,63.507214,347.00153,1208.8074,315.39545,9.178754,70.58837,640.4111,2257.906,41.79219,441.6609,41.742664,1.0602224,55.538876,1.0128313,0.5790385,2.2119591,25.562584,93.31344,242.09543,16.824709,2847.9243,143.27397,45.32383,52.650032,13.526805,78.10316,12.410641,2.1973722,21.144892,99.04641,8.3874655,5.2711377,8.885137,31.516634,13.204781,4.8442183,31.97982,837.3149,105.13767,2190.3428,34.430424,3146.4463,62.113796,587.8529,1472.8812,40.79115,13.340512,1795.2766,2507.9785,6250.4243,432.58362 +2023-05-20 20:00:00,0.0,7520.712,68.927185,21.817629,19.601011,35.000656,196.28818,29.90413,55.481853,22.536695,29.98158,602.61066,594.24164,17.345108,73.93279,6.4678316,2.6929307,30.24088,37.642685,13.112128,443.7438,5.1125317,345.8772,82.1161,1.505618,6.1864476,117.357445,41.14144,200.42174,178.70953,6774.212,1.2193501,1989.31,4.569313,1.7015985,0.9474777,8.011952,214.64528,277.4791,45.113876,256.5215,29.703093,10.243654,783.37177,7.1690702,75.199005,75.06645,448.3651,32.95328,374.51596,19.748423,68.25431,0.0,4503.5254,12287.05,18.818039,109.57972,111.10421,36507.37,169.02412,13.492034,57.627293,97.3548,84.266495,30.101244,44.24324,743.8617,112.88172,41.72143,10.687028,14.850487,1066.8215,33.511566,381.84265,76.74382,2253.3906,119.170364,159.076,167.95808,151.53732,12.4797945,22.482279,66.992516,9.459279,11.047215,44.88874,58.70846,109.62048,17.321074,16.509996,180.37251,14.103627,3923.973,57.230854,71.02688,62.027885,58.568417,263.60306,103.35886,78.18145,22.223322,24.900396,51.476837,257.07104,197.60034,97.44032,345.63034,64.018196,66.74807,196.55621,232.4098,1019.2049,187.3895,6.227989,15.970834,8.635968,155.06616,15259.599,7.6114473,27.588459,41.566845,33.49407,380.65457,70.209496,154.33316,5.013829,193.43549,554.76514,361.13254,85.487305,525.2658,45.87222,73.45662,258.62027,22.990446,3.7396405,17.67613,1534.4298,0.87975276,1.9967742,99.87417,10.414362,5.3563232,18.248083,27.106153,287.16406,81.507126,149.12938,1290.2012,189.696,2126.9678,1881.4648,16.777449,21.400763,13358.478,9.719612,48.5345,373.6568,79.74396,147.42836,63.5382,347.2025,1208.8107,315.45703,9.184754,70.63104,640.9969,2257.7717,41.78615,442.25323,41.7987,1.0597601,55.539154,1.012598,0.5785555,2.211138,25.588373,93.40778,242.2971,16.803638,2849.8455,143.46596,45.382103,52.71035,13.541629,78.14785,12.427329,2.1973386,21.176882,99.13187,8.405069,5.2781963,8.894703,31.497984,13.201152,4.850869,32.01774,837.8138,105.23974,2192.6475,34.44821,3149.0825,62.142227,587.6022,1474.4426,40.836155,13.338859,1796.2899,2509.1333,6253.142,432.24786 +2023-05-20 21:00:00,0.0,7527.4023,68.97484,21.80458,19.609392,34.981407,196.26172,29.895334,55.446358,22.532757,29.96208,603.0831,594.19836,17.335268,73.98282,6.473593,2.6967335,30.224627,37.682373,13.118559,443.61887,5.1171136,345.84537,82.07477,1.5029346,6.1786265,117.34498,41.12283,200.3414,178.64542,6782.3037,1.2174761,1988.5979,4.558859,1.6996263,0.9462143,8.000308,214.61537,277.47922,45.082108,256.8246,29.69627,10.244867,783.21783,7.1612306,75.22202,75.09566,448.44833,32.99132,374.5139,19.763176,68.29305,0.0,4504.612,12293.458,18.842463,109.69696,111.21894,36516.51,169.12079,13.509458,57.616245,97.36034,84.32668,30.131191,44.249172,743.94525,112.933464,41.71641,10.698044,14.860323,1067.1869,33.566936,382.00848,76.75746,2253.2822,119.22307,159.15187,167.97363,151.29782,12.474276,22.468311,66.91946,9.452363,11.038841,44.937077,58.752014,109.56867,17.326576,16.520948,180.51154,14.090959,3923.2427,57.269863,71.10887,62.106106,58.613716,263.54233,103.412964,78.23488,22.236021,24.91187,51.506916,257.35785,197.61919,97.46956,345.76065,64.0188,66.79562,196.7021,232.42348,1019.4867,187.45393,6.2235565,15.971875,8.635813,154.94286,15262.092,7.6130996,27.561314,41.53239,33.50347,380.74045,70.25847,154.25076,5.014619,193.52621,554.4966,360.8257,85.52742,524.63495,45.854164,73.4269,258.8932,22.973398,3.7360127,17.666409,1535.3873,0.87779844,1.9931855,99.80682,10.417454,5.3564177,18.22486,27.081095,286.8963,81.475105,149.08656,1289.4614,189.75513,2126.7656,1881.4795,16.786821,21.418919,13369.408,9.717471,48.579304,373.7746,79.81926,147.5511,63.569183,347.4035,1208.814,315.51862,9.190755,70.673706,641.5827,2257.6377,41.78011,442.84555,41.854736,1.0592977,55.539433,1.0123646,0.57807255,2.210317,25.614162,93.50213,242.49878,16.782568,2851.7668,143.65793,45.44038,52.770664,13.556452,78.19254,12.444018,2.197305,21.208872,99.21732,8.422673,5.285255,8.904268,31.479334,13.197523,4.85752,32.055653,838.3127,105.34181,2194.9521,34.466003,3151.719,62.17066,587.3515,1476.004,40.88116,13.337205,1797.3032,2510.288,6255.8594,431.9121 +2023-05-20 22:00:00,0.0,7534.0923,69.022484,21.791533,19.617773,34.962154,196.23524,29.886538,55.410862,22.52882,29.942577,603.55554,594.1551,17.32543,74.032845,6.4793544,2.7005363,30.208376,37.722057,13.1249895,443.49393,5.1216955,345.81357,82.03344,1.5002512,6.170806,117.33251,41.104218,200.26105,178.5813,6790.395,1.2156022,1987.8856,4.548405,1.6976541,0.94495094,7.9886646,214.58546,277.47934,45.05034,257.1277,29.68945,10.246081,783.06396,7.1533914,75.24504,75.12486,448.53152,33.029358,374.51184,19.777931,68.3318,0.0,4505.6978,12299.867,18.866884,109.8142,111.33367,36525.652,169.21745,13.526881,57.605198,97.36586,84.38687,30.161139,44.255108,744.0288,112.985214,41.71139,10.70906,14.870159,1067.5524,33.622307,382.1743,76.7711,2253.1738,119.27577,159.22775,167.98918,151.05833,12.468757,22.454344,66.846405,9.445447,11.030468,44.98541,58.79557,109.51685,17.33208,16.531898,180.65056,14.07829,3922.5122,57.30887,71.19086,62.184322,58.65902,263.48163,103.46707,78.28831,22.248718,24.923344,51.536995,257.64462,197.63803,97.498795,345.89096,64.0194,66.84317,196.84798,232.43716,1019.7685,187.51837,6.219124,15.972917,8.635657,154.81955,15264.584,7.6147523,27.534168,41.497936,33.51288,380.8263,70.30744,154.16838,5.015409,193.61693,554.228,360.51886,85.56753,524.0041,45.83611,73.397194,259.16614,22.956352,3.732385,17.656687,1536.345,0.8758441,1.9895968,99.73949,10.420545,5.3565116,18.201635,27.056034,286.6285,81.44308,149.04373,1288.7218,189.81427,2126.5632,1881.494,16.796194,21.437077,13380.339,9.715329,48.624104,373.8924,79.89456,147.67386,63.600166,347.6045,1208.8174,315.58017,9.196755,70.71638,642.16846,2257.5037,41.774067,443.4379,41.910774,1.0588353,55.53971,1.0121312,0.5775896,2.209496,25.639954,93.59647,242.70045,16.761497,2853.688,143.84991,45.498657,52.830982,13.571275,78.23723,12.460708,2.1972716,21.24086,99.30278,8.440276,5.2923136,8.913835,31.460686,13.193893,4.864171,32.093567,838.81165,105.44388,2197.257,34.48379,3154.3552,62.199093,587.10077,1477.5654,40.92617,13.335551,1798.3165,2511.4429,6258.577,431.5764 +2023-05-20 23:00:00,0.0,7540.782,69.07014,21.778484,19.626154,34.942905,196.20879,29.877743,55.37537,22.524881,29.923075,604.028,594.1118,17.315592,74.08287,6.485116,2.704339,30.192123,37.761745,13.131419,443.36902,5.126278,345.78174,81.99211,1.4975678,6.162985,117.32005,41.08561,200.18071,178.5172,6798.487,1.2137282,1987.1735,4.537951,1.6956819,0.94368756,7.9770203,214.55556,277.47946,45.01857,257.4308,29.682629,10.247295,782.9101,7.1455517,75.26805,75.15407,448.61475,33.067398,374.50977,19.792686,68.370544,0.0,4506.784,12306.276,18.891306,109.93144,111.4484,36534.797,169.31412,13.544306,57.59415,97.37141,84.44705,30.191088,44.26104,744.11237,113.036964,41.70637,10.720075,14.879996,1067.9177,33.677677,382.3401,76.784744,2253.0654,119.328476,159.30365,168.00473,150.81885,12.463238,22.440376,66.773346,9.438531,11.022095,45.033745,58.839134,109.465034,17.337584,16.54285,180.78958,14.065621,3921.782,57.347878,71.27285,62.262543,58.704323,263.42093,103.52118,78.341736,22.261417,24.934816,51.567078,257.9314,197.65688,97.52802,346.02124,64.020004,66.89072,196.99387,232.45084,1020.05035,187.58281,6.214691,15.973958,8.635501,154.69624,15267.077,7.616405,27.507023,41.46348,33.522285,380.91214,70.35641,154.08598,5.016199,193.70766,553.9595,360.212,85.607635,523.3732,45.818054,73.36748,259.43906,22.939304,3.7287571,17.646965,1537.3026,0.8738898,1.986008,99.67214,10.423636,5.3566055,18.178411,27.030975,286.36075,81.41106,149.00092,1287.9822,189.87341,2126.361,1881.5087,16.805569,21.455233,13391.269,9.713188,48.668907,374.0102,79.969864,147.7966,63.631153,347.80548,1208.8207,315.64175,9.202755,70.75905,642.7543,2257.3694,41.76803,444.03024,41.966812,1.058373,55.53999,1.0118978,0.57710665,2.208675,25.665743,93.69082,242.90211,16.740425,2855.6091,144.0419,45.55693,52.891296,13.586099,78.28192,12.477397,2.197238,21.27285,99.38824,8.45788,5.299372,8.9234,31.442036,13.190265,4.870822,32.131485,839.31055,105.545944,2199.5618,34.50158,3156.9915,62.227524,586.85004,1479.1268,40.971176,13.333898,1799.3298,2512.5977,6261.2944,431.24063 +2023-05-21 00:00:00,0.0,7547.4727,69.11778,21.765436,19.634535,34.923656,196.18231,29.868946,55.339874,22.520943,29.903574,604.5004,594.0686,17.305752,74.132904,6.4908776,2.708142,30.17587,37.801434,13.13785,443.24408,5.13086,345.7499,81.95078,1.4948844,6.1551642,117.30759,41.066998,200.10036,178.45308,6806.5786,1.2118542,1986.4612,4.527497,1.6937097,0.9424242,7.9653764,214.52567,277.47958,44.9868,257.73386,29.675806,10.248508,782.7562,7.137712,75.29107,75.18327,448.6979,33.105434,374.50772,19.807442,68.40929,0.0,4507.87,12312.685,18.91573,110.048676,111.56313,36543.938,169.41078,13.561729,57.583103,97.376945,84.50724,30.221035,44.26697,744.196,113.08871,41.701347,10.731091,14.8898325,1068.2832,33.733047,382.50592,76.798386,2252.957,119.38118,159.37952,168.02028,150.57935,12.457719,22.426409,66.700294,9.431615,11.0137205,45.082077,58.882687,109.413216,17.343088,16.553802,180.92862,14.052953,3921.0518,57.386887,71.354836,62.340763,58.749622,263.3602,103.57529,78.395164,22.274115,24.94629,51.597157,258.21817,197.67572,97.55726,346.15155,64.02061,66.93827,197.13974,232.46451,1020.33215,187.64725,6.210258,15.975,8.635345,154.57294,15269.569,7.6180573,27.479877,41.42903,33.53169,380.99802,70.40538,154.0036,5.016989,193.79839,553.69086,359.90518,85.64775,522.7424,45.8,73.33776,259.71198,22.922258,3.7251296,17.637243,1538.2601,0.87193555,1.9824194,99.6048,10.426728,5.3567,18.155188,27.005917,286.093,81.379036,148.9581,1287.2424,189.93256,2126.159,1881.5232,16.814941,21.473389,13402.199,9.711046,48.71371,374.12796,80.045166,147.91936,63.662136,348.00647,1208.824,315.7033,9.2087555,70.80172,643.34,2257.2354,41.761986,444.6226,42.02285,1.0579106,55.54027,1.0116644,0.5766237,2.2078538,25.691532,93.785164,243.10379,16.719355,2857.5305,144.23387,45.615208,52.951614,13.600922,78.326614,12.494085,2.1972044,21.304838,99.4737,8.475484,5.306431,8.932966,31.423388,13.186636,4.877473,32.1694,839.8095,105.64802,2201.8665,34.51937,3159.628,62.255955,586.59937,1480.6882,41.016182,13.332244,1800.3431,2513.7524,6264.0117,430.90488 +2023-05-21 01:00:00,0.0,7554.1626,69.165436,21.752388,19.642916,34.904408,196.15584,29.86015,55.30438,22.517006,29.884071,604.9729,594.0253,17.295914,74.18293,6.496639,2.7119448,30.15962,37.841118,13.14428,443.11914,5.135442,345.71808,81.909454,1.492201,6.147343,117.29512,41.048386,200.02,178.38896,6814.6704,1.2099802,1985.749,4.5170426,1.6917375,0.94116074,7.9537325,214.49576,277.4797,44.955032,258.03696,29.668985,10.2497225,782.60236,7.1298723,75.31409,75.21248,448.78113,33.14347,374.50565,19.822197,68.44803,0.0,4508.956,12319.094,18.940151,110.16592,111.677864,36553.08,169.50746,13.579154,57.572056,97.38248,84.56743,30.250982,44.272907,744.27954,113.14046,41.696327,10.742106,14.899669,1068.6486,33.788418,382.67172,76.81203,2252.8486,119.43388,159.4554,168.03583,150.33986,12.4522,22.412441,66.62724,9.424699,11.005347,45.130413,58.926243,109.3614,17.34859,16.564754,181.06764,14.040284,3920.3213,57.425896,71.43683,62.41898,58.794926,263.2995,103.629395,78.448586,22.286814,24.957764,51.627235,258.50497,197.69456,97.586494,346.28186,64.02122,66.98582,197.28563,232.4782,1020.61395,187.71169,6.2058253,15.976042,8.63519,154.44962,15272.0625,7.61971,27.452732,41.394577,33.541096,381.08386,70.454346,153.9212,5.0177794,193.88911,553.4223,359.59833,85.68786,522.1115,45.781944,73.308044,259.9849,22.90521,3.7215018,17.627522,1539.2178,0.8699812,1.9788307,99.53745,10.429819,5.356794,18.131964,26.980856,285.8252,81.34701,148.91528,1286.5028,189.9917,2125.9565,1881.5378,16.824314,21.491545,13413.13,9.708905,48.758514,374.24576,80.12047,148.0421,63.693123,348.20746,1208.8273,315.7649,9.214756,70.84439,643.92584,2257.1013,41.755947,445.21494,42.078884,1.0574481,55.54055,1.011431,0.5761407,2.2070327,25.717321,93.87951,243.30547,16.698284,2859.4517,144.42586,45.673485,53.01193,13.615746,78.37131,12.510775,2.1971707,21.336828,99.55916,8.493088,5.3134894,8.942532,31.404737,13.183006,4.884124,32.207317,840.3084,105.750084,2204.1711,34.53716,3162.2642,62.28439,586.34863,1482.2496,41.061188,13.33059,1801.3564,2514.9072,6266.7295,430.56912 +2023-05-21 02:00:00,0.0,7560.8525,69.21308,21.73934,19.651297,34.885155,196.12938,29.851355,55.268883,22.513067,29.864569,605.4454,593.98206,17.286076,74.232956,6.5024004,2.7157476,30.143368,37.880806,13.15071,442.9942,5.1400237,345.68628,81.868126,1.4895176,6.1395226,117.28265,41.029778,199.93967,178.32486,6822.762,1.2081063,1985.0367,4.5065885,1.6897653,0.93989736,7.9420886,214.46585,277.47983,44.923264,258.34006,29.662165,10.2509365,782.4485,7.122033,75.3371,75.241684,448.86432,33.18151,374.5036,19.836952,68.48677,0.0,4510.042,12325.503,18.964573,110.28316,111.792595,36562.22,169.60413,13.596578,57.56101,97.388016,84.62761,30.28093,44.27884,744.3631,113.19221,41.691307,10.753122,14.909506,1069.0139,33.84379,382.83752,76.825676,2252.74,119.48659,159.5313,168.05138,150.10037,12.446681,22.398474,66.554184,9.417784,10.996973,45.17875,58.969803,109.30958,17.354095,16.575706,181.20667,14.027616,3919.591,57.464905,71.518814,62.4972,58.84023,263.2388,103.6835,78.502014,22.299511,24.969236,51.657314,258.79175,197.7134,97.61573,346.41214,64.02182,67.03336,197.4315,232.49187,1020.89575,187.77612,6.2013927,15.977083,8.635035,154.32631,15274.555,7.6213627,27.425589,41.360123,33.550503,381.16974,70.50332,153.83882,5.018569,193.97984,553.15375,359.29147,85.727974,521.4807,45.763885,73.278336,260.2578,22.888165,3.717874,17.6178,1540.1753,0.8680269,1.975242,99.47011,10.432911,5.356888,18.108738,26.955797,285.55743,81.31499,148.87247,1285.7632,190.05083,2125.7544,1881.5524,16.833687,21.5097,13424.06,9.706764,48.803318,374.36356,80.19577,148.16486,63.724106,348.40845,1208.8306,315.82648,9.220757,70.88706,644.51166,2256.967,41.749905,445.80725,42.134922,1.0569859,55.54083,1.0111976,0.5756577,2.2062116,25.74311,93.973854,243.50714,16.677214,2861.373,144.61783,45.73176,53.072243,13.6305685,78.41599,12.527464,2.197137,21.368816,99.644615,8.510692,5.3205485,8.952098,31.38609,13.179378,4.890775,32.24523,840.8074,105.85215,2206.4758,34.554947,3164.9004,62.31282,586.0979,1483.811,41.106194,13.328936,1802.3698,2516.062,6269.447,430.23337 +2023-05-21 03:00:00,0.0,7567.543,69.260735,21.726292,19.659678,34.865906,196.1029,29.842558,55.233387,22.50913,29.845066,605.9178,593.9388,17.276236,74.28298,6.508162,2.7195504,30.127117,37.920494,13.157141,442.8693,5.1446056,345.65445,81.8268,1.486834,6.1317015,117.27019,41.011166,199.85931,178.26074,6830.8535,1.2062323,1984.3246,4.4961343,1.6877931,0.938634,7.9304447,214.43594,277.47992,44.891495,258.64316,29.655342,10.25215,782.2946,7.1141934,75.360115,75.27089,448.9475,33.219547,374.50153,19.851707,68.52552,0.0,4511.128,12331.912,18.988995,110.4004,111.907326,36571.36,169.70079,13.614002,57.54996,97.393555,84.6878,30.310879,44.28477,744.44666,113.24395,41.686287,10.764137,14.919342,1069.3794,33.89916,383.00336,76.83932,2252.6316,119.53929,159.60716,168.06693,149.86087,12.441162,22.384506,66.48113,9.410868,10.9886,45.22708,59.01336,109.25776,17.3596,16.586658,181.34569,14.014948,3918.8608,57.503914,71.60081,62.57542,58.88553,263.1781,103.73761,78.55544,22.31221,24.980711,51.687397,259.07852,197.73224,97.64496,346.54245,64.02242,67.08091,197.5774,232.50554,1021.17755,187.84056,6.19696,15.978126,8.634879,154.203,15277.047,7.623015,27.398443,41.32567,33.559906,381.25558,70.552284,153.75642,5.019359,194.07057,552.8852,358.98465,85.76808,520.84985,45.74583,73.24862,260.53073,22.871117,3.7142463,17.608078,1541.1329,0.86607265,1.9716532,99.40276,10.436002,5.356982,18.085514,26.930737,285.28967,81.28297,148.82965,1285.0234,190.10997,2125.5522,1881.567,16.843061,21.527857,13434.99,9.704622,48.848118,374.48135,80.27107,148.2876,63.755093,348.6094,1208.8339,315.88803,9.226757,70.92973,645.0974,2256.833,41.743862,446.3996,42.19096,1.0565234,55.541107,1.0109642,0.57517475,2.2053907,25.768902,94.06819,243.7088,16.656143,2863.2942,144.80981,45.790035,53.13256,13.645392,78.460686,12.544153,2.1971035,21.400806,99.73007,8.528295,5.327607,8.961663,31.36744,13.175749,4.897426,32.28315,841.3063,105.95422,2208.7805,34.57274,3167.5369,62.341255,585.8472,1485.3724,41.151203,13.327282,1803.383,2517.2168,6272.1646,429.8976 +2023-05-21 04:00:00,0.0,7574.233,69.30838,21.713243,19.668058,34.846657,196.07645,29.833763,55.19789,22.505192,29.825565,606.39026,593.8955,17.266397,74.33301,6.513923,2.7233531,30.110865,37.960182,13.163571,442.74435,5.149188,345.62262,81.78547,1.4841506,6.123881,117.25773,40.992558,199.77898,178.19662,6838.9453,1.2043585,1983.6124,4.4856806,1.6858209,0.9373706,7.9188004,214.40604,277.48004,44.859726,258.94623,29.648521,10.253364,782.1407,7.1063538,75.38313,75.30009,449.0307,33.257584,374.49948,19.866463,68.56426,0.0,4512.2144,12338.32,19.013418,110.51764,112.02206,36580.5,169.79745,13.631426,57.538914,97.399086,84.747986,30.340826,44.290707,744.5302,113.2957,41.681263,10.775153,14.929179,1069.7448,33.95453,383.16916,76.85296,2252.5232,119.591995,159.68304,168.08247,149.62138,12.435643,22.370539,66.40807,9.403952,10.9802265,45.275417,59.05691,109.20595,17.365103,16.59761,181.48471,14.002279,3918.1304,57.54292,71.68279,62.653637,58.930832,263.11737,103.79172,78.60887,22.324907,24.992184,51.717476,259.3653,197.75108,97.674194,346.67276,64.023026,67.12846,197.72327,232.51921,1021.45935,187.905,6.192527,15.979167,8.634724,154.0797,15279.54,7.6246676,27.371298,41.291218,33.569313,381.34146,70.60126,153.67404,5.020149,194.16129,552.61664,358.6778,85.8082,520.219,45.727776,73.2189,260.80365,22.85407,3.7106187,17.598356,1542.0905,0.86411834,1.9680645,99.33542,10.439094,5.357076,18.06229,26.905678,285.02188,81.250946,148.78683,1284.2838,190.16911,2125.3499,1881.5815,16.852434,21.546015,13445.921,9.702481,48.89292,374.59915,80.346375,148.41035,63.786076,348.8104,1208.8372,315.94962,9.232758,70.9724,645.6832,2256.699,41.737823,446.99194,42.246998,1.056061,55.541386,1.0107307,0.5746918,2.2045696,25.794691,94.16254,243.91048,16.635073,2865.2153,145.0018,45.84831,53.192875,13.660215,78.50538,12.560842,2.19707,21.432796,99.81553,8.545898,5.334666,8.971229,31.348791,13.172119,4.904077,32.321064,841.80524,106.05629,2211.0852,34.590527,3170.173,62.369686,585.5965,1486.9338,41.19621,13.325628,1804.3964,2518.3716,6274.882,429.56186 +2023-05-21 05:00:00,0.0,7580.923,69.35603,21.700195,19.67644,34.827408,196.04997,29.824966,55.1624,22.501255,29.806063,606.8627,593.85223,17.25656,74.38303,6.519685,2.727156,30.094612,37.999866,13.170001,442.61942,5.15377,345.5908,81.74414,1.4814672,6.11606,117.24526,40.973946,199.69862,178.1325,6847.037,1.2024845,1982.9001,4.4752264,1.6838487,0.9361072,7.907157,214.37613,277.48016,44.827957,259.24933,29.6417,10.254577,781.9868,7.098514,75.40614,75.32929,449.1139,33.295624,374.4974,19.881218,68.603004,0.0,4513.301,12344.7295,19.03784,110.63488,112.13679,36589.645,169.89412,13.6488495,57.527866,97.404625,84.80817,30.370773,44.29664,744.6138,113.34744,41.676243,10.786169,14.939015,1070.1102,34.0099,383.33496,76.8666,2252.4148,119.6447,159.75894,168.09802,149.3819,12.430124,22.356571,66.33502,9.397036,10.971852,45.32375,59.100468,109.15413,17.370607,16.60856,181.62373,13.989611,3917.4001,57.58193,71.764786,62.731857,58.976135,263.05667,103.845825,78.6623,22.337606,25.003658,51.747555,259.65207,197.76993,97.70343,346.80304,64.02363,67.17601,197.86916,232.5329,1021.74115,187.96945,6.188094,15.980208,8.634568,153.95639,15282.032,7.6263204,27.344152,41.256763,33.57872,381.4273,70.65022,153.59164,5.0209394,194.25201,552.3481,358.37094,85.848305,519.58813,45.70972,73.18919,261.0766,22.837023,3.706991,17.588634,1543.0481,0.862164,1.9644759,99.268074,10.442184,5.35717,18.039066,26.88062,284.75412,81.21892,148.744,1283.5442,190.22826,2125.1477,1881.5962,16.861807,21.56417,13456.851,9.70034,48.937725,374.71692,80.42168,148.5331,63.817062,349.01138,1208.8406,316.0112,9.238758,71.01507,646.269,2256.5647,41.73178,447.5843,42.303036,1.0555987,55.541664,1.0104973,0.5742088,2.2037485,25.82048,94.25688,244.11215,16.614,2867.1367,145.19377,45.906586,53.253193,13.675038,78.550064,12.577531,2.1970363,21.464785,99.900986,8.563502,5.3417244,8.980795,31.330141,13.16849,4.910728,32.358982,842.30414,106.158356,2213.39,34.608315,3172.8093,62.398117,585.34576,1488.4952,41.241215,13.323975,1805.4097,2519.5264,6277.599,429.22614 +2023-05-21 06:00:00,0.0,7587.6133,69.40368,21.687147,19.68482,34.808155,196.02351,29.81617,55.126904,22.497316,29.78656,607.33514,593.80896,17.246721,74.43306,6.5254464,2.7309587,30.078362,38.039555,13.176432,442.4945,5.158352,345.559,81.70281,1.4787838,6.108239,117.232796,40.955334,199.61829,178.0684,6855.129,1.2006105,1982.188,4.464772,1.6818765,0.93484384,7.895513,214.34622,277.4803,44.79619,259.55243,29.63488,10.255791,781.83295,7.090675,75.42916,75.3585,449.1971,33.33366,374.49536,19.895973,68.64175,0.0,4514.3867,12351.139,19.062262,110.75212,112.25152,36598.785,169.9908,13.666274,57.51682,97.410164,84.868355,30.400723,44.302574,744.6973,113.39919,41.671223,10.797184,14.948852,1070.4756,34.06527,383.50076,76.88024,2252.3064,119.6974,159.83481,168.11357,149.1424,12.424605,22.342606,66.26196,9.39012,10.963479,45.372086,59.144028,109.10231,17.37611,16.619513,181.76276,13.976942,3916.6697,57.620937,71.84677,62.810078,59.021435,262.99597,103.89993,78.71573,22.350304,25.015131,51.777634,259.93887,197.78877,97.732666,346.93335,64.02423,67.22356,198.01503,232.54657,1022.02295,188.03389,6.1836615,15.98125,8.634413,153.83308,15284.525,7.6279726,27.317007,41.22231,33.588127,381.51318,70.699196,153.50926,5.0217295,194.34274,552.07947,358.06412,85.88841,518.9573,45.691666,73.15948,261.34952,22.819977,3.7033632,17.578913,1544.0057,0.8602097,1.9608871,99.20073,10.445276,5.3572645,18.015842,26.855558,284.48636,81.1869,148.70119,1282.8044,190.28738,2124.9453,1881.6107,16.87118,21.582327,13467.781,9.698198,48.98253,374.83472,80.49698,148.65584,63.848045,349.21237,1208.8439,316.07275,9.244758,71.05774,646.8548,2256.4307,41.725742,448.1766,42.359074,1.0551363,55.541943,1.0102639,0.5737259,2.2029274,25.84627,94.35123,244.31383,16.59293,2869.0579,145.38576,45.964863,53.313507,13.689862,78.59476,12.59422,2.1970026,21.496775,99.98644,8.581106,5.348783,8.99036,31.311491,13.164862,4.917379,32.396896,842.8031,106.26043,2215.6946,34.626106,3175.4458,62.42655,585.0951,1490.0566,41.28622,13.322321,1806.423,2520.6812,6280.317,428.89038 +2023-05-21 07:00:00,0.0,7594.303,69.45133,21.674099,19.693201,34.788906,195.99704,29.807375,55.091408,22.493378,29.76706,607.80756,593.7657,17.236881,74.483086,6.5312076,2.7347615,30.062109,38.079243,13.182862,442.36957,5.162934,345.52716,81.66148,1.4761004,6.100418,117.22033,40.936726,199.53793,178.00429,6863.2207,1.1987365,1981.4757,4.454318,1.6799043,0.9335804,7.8838687,214.31633,277.4804,44.76442,259.8555,29.628057,10.257005,781.6791,7.082835,75.45218,75.3877,449.28027,33.371696,374.4933,19.910728,68.68049,0.0,4515.4727,12357.547,19.086685,110.869354,112.36625,36607.926,170.08746,13.683698,57.50577,97.4157,84.92854,30.43067,44.308506,744.7809,113.45094,41.6662,10.8082,14.958689,1070.841,34.12064,383.6666,76.89388,2252.198,119.75011,159.91069,168.12912,148.90291,12.419086,22.328638,66.18891,9.3832035,10.955105,45.420418,59.187584,109.05049,17.381615,16.630465,181.90178,13.964273,3915.9395,57.659946,71.928764,62.888294,59.06674,262.93524,103.95403,78.76915,22.363003,25.026604,51.807716,260.22565,197.80762,97.761894,347.06366,64.02483,67.2711,198.16092,232.56024,1022.30475,188.09833,6.179229,15.982292,8.634257,153.70978,15287.018,7.6296253,27.289862,41.187855,33.59753,381.59903,70.74816,153.42686,5.022519,194.43347,551.8109,357.75726,85.92853,518.3264,45.67361,73.12976,261.62244,22.802929,3.6997356,17.569191,1544.9633,0.85825545,1.9572984,99.133385,10.448368,5.3573585,17.992619,26.8305,284.21857,81.15488,148.65837,1282.0648,190.34653,2124.7432,1881.6254,16.880554,21.600483,13478.712,9.696057,49.027332,374.9525,80.57228,148.7786,63.879032,349.41336,1208.8472,316.13434,9.250758,71.10041,647.4406,2256.2966,41.7197,448.76895,42.415108,1.0546739,55.54222,1.0100305,0.5732429,2.2021062,25.872059,94.44557,244.5155,16.57186,2870.979,145.57773,46.023136,53.373825,13.704685,78.63945,12.610909,2.196969,21.528763,100.07191,8.59871,5.3558416,8.999927,31.292843,13.161233,4.92403,32.43481,843.302,106.362495,2217.9993,34.643894,3178.082,62.454983,584.84436,1491.618,41.331226,13.320667,1807.4363,2521.836,6283.034,428.55463 +2023-05-21 08:00:00,0.0,7600.993,69.498985,21.66105,19.701582,34.769657,195.97058,29.798578,55.055912,22.48944,29.747557,608.28,593.7225,17.227043,74.53312,6.536969,2.7385643,30.045858,38.118927,13.189292,442.24463,5.167516,345.49533,81.620155,1.473417,6.092597,117.20786,40.918114,199.45758,177.94017,6871.312,1.1968626,1980.7635,4.443864,1.6779321,0.932317,7.872225,214.28642,277.48053,44.73265,260.1586,29.621237,10.258218,781.5252,7.0749955,75.4752,75.41691,449.3635,33.409737,374.49124,19.925484,68.71923,0.0,4516.5586,12363.956,19.111107,110.986595,112.48098,36617.066,170.18413,13.701122,57.494724,97.421234,84.98872,30.460617,44.314438,744.8645,113.502686,41.66118,10.819216,14.968525,1071.2064,34.17601,383.8324,76.907524,2252.0896,119.80281,159.98659,168.14467,148.66342,12.413568,22.31467,66.11586,9.376288,10.946732,45.468754,59.23114,108.99867,17.387117,16.641417,182.0408,13.951605,3915.2092,57.698956,72.01075,62.966515,59.11204,262.87454,104.00814,78.82258,22.3757,25.038078,51.837795,260.51242,197.82645,97.79113,347.19394,64.025444,67.31866,198.3068,232.57391,1022.58655,188.16277,6.1747956,15.983334,8.634102,153.58647,15289.511,7.631278,27.262716,41.153404,33.606937,381.6849,70.797134,153.34448,5.023309,194.5242,551.54236,357.4504,85.968636,517.6956,45.655556,73.10005,261.89536,22.785883,3.6961079,17.55947,1545.9209,0.8563011,1.9537097,99.06604,10.451459,5.3574524,17.969395,26.805439,283.9508,81.12285,148.61555,1281.3252,190.40567,2124.541,1881.6399,16.889927,21.618639,13489.643,9.693916,49.072132,375.0703,80.64758,148.90134,63.910015,349.61435,1208.8505,316.19592,9.256759,71.14308,648.02637,2256.1624,41.71366,449.3613,42.471146,1.0542116,55.5425,1.0097971,0.5727599,2.2012854,25.89785,94.53992,244.71716,16.550789,2872.9004,145.76971,46.081413,53.43414,13.719509,78.68414,12.627598,2.1969354,21.560753,100.157364,8.616313,5.3629003,9.009492,31.274193,13.157603,4.9306808,32.47273,843.8009,106.46457,2220.3042,34.661682,3180.7183,62.483414,584.5936,1493.1794,41.376236,13.319014,1808.4496,2522.9907,6285.752,428.21887 +2023-05-21 09:00:00,0.0,7607.6836,69.54663,21.648003,19.709963,34.750404,195.9441,29.789782,55.020416,22.485502,29.728054,608.7525,593.6792,17.217205,74.583145,6.542731,2.742367,30.029606,38.158615,13.195723,442.1197,5.172098,345.46353,81.57883,1.4707335,6.0847764,117.195404,40.899506,199.37724,177.87607,6879.404,1.1949886,1980.0513,4.43341,1.67596,0.93105364,7.8605814,214.25652,277.48065,44.70088,260.4617,29.614416,10.259432,781.37134,7.067156,75.49821,75.44611,449.4467,33.447773,374.48917,19.940239,68.75798,0.0,4517.645,12370.365,19.135529,111.103836,112.59571,36626.207,170.28079,13.718546,57.48368,97.42677,85.04891,30.490566,44.320374,744.94806,113.554436,41.65616,10.830231,14.978361,1071.5718,34.23138,383.9982,76.92117,2251.9812,119.855515,160.06247,168.16022,148.42392,12.408049,22.300703,66.0428,9.369372,10.938358,45.51709,59.274693,108.94685,17.392622,16.652369,182.17982,13.938936,3914.4788,57.737965,72.09274,63.044735,59.15734,262.81384,104.06225,78.87601,22.3884,25.049551,51.867874,260.7992,197.84529,97.820366,347.32425,64.02605,67.3662,198.45268,232.5876,1022.86835,188.2272,6.170363,15.984375,8.633946,153.46315,15292.003,7.6329303,27.235573,41.11895,33.616344,381.77075,70.8461,153.26208,5.0240993,194.61491,551.2738,357.14355,86.00875,517.06476,45.637497,73.070335,262.16827,22.768835,3.69248,17.549747,1546.8784,0.8543468,1.950121,98.998695,10.454551,5.3575463,17.94617,26.78038,283.68304,81.09083,148.57274,1280.5854,190.46481,2124.3386,1881.6545,16.8993,21.636795,13500.572,9.691774,49.116936,375.18808,80.722885,149.0241,63.940998,349.81534,1208.8538,316.25748,9.262759,71.18575,648.6122,2256.0283,41.70762,449.95364,42.527184,1.0537492,55.542778,1.0095637,0.57227695,2.2004642,25.92364,94.63426,244.91884,16.529718,2874.8215,145.9617,46.13969,53.494457,13.734332,78.72883,12.644287,2.1969018,21.592741,100.24282,8.633917,5.369959,9.019058,31.255545,13.153975,4.9373317,32.510643,844.29987,106.566635,2222.609,34.679474,3183.3547,62.51185,584.34296,1494.7408,41.42124,13.31736,1809.463,2524.1455,6288.469,427.88312 +2023-05-21 10:00:00,0.0,7614.3735,69.594284,21.634954,19.718344,34.731155,195.91763,29.780987,54.984924,22.481565,29.708553,609.2249,593.6359,17.207365,74.63317,6.548492,2.7461698,30.013355,38.198303,13.202153,441.99478,5.17668,345.4317,81.5375,1.4680501,6.0769553,117.18294,40.880894,199.29689,177.81195,6887.4956,1.1931146,1979.3391,4.422956,1.6739877,0.92979026,7.848937,214.22661,277.48077,44.66911,260.76477,29.607594,10.260646,781.21747,7.0593166,75.521225,75.47532,449.5299,33.48581,374.48712,19.954994,68.79672,0.0,4518.731,12376.773,19.15995,111.22108,112.71044,36635.348,170.37746,13.7359705,57.472633,97.43231,85.1091,30.520514,44.326305,745.0316,113.606186,41.65114,10.841247,14.988198,1071.9373,34.28675,384.16403,76.934814,2251.8728,119.90822,160.13834,168.17577,148.18443,12.40253,22.286736,65.96975,9.362456,10.929984,45.565422,59.318253,108.895035,17.398125,16.66332,182.31885,13.926268,3913.7485,57.776974,72.17473,63.12295,59.202644,262.75314,104.116356,78.929436,22.401096,25.061026,51.897953,261.086,197.86414,97.8496,347.45453,64.02665,67.41375,198.59856,232.60127,1023.15015,188.29164,6.1659303,15.985416,8.633791,153.33984,15294.496,7.634583,27.208427,41.084496,33.625748,381.85663,70.89507,153.1797,5.0248895,194.70564,551.00525,356.83673,86.04886,516.4339,45.619442,73.04062,262.4412,22.75179,3.6888523,17.540026,1547.836,0.8523925,1.9465322,98.93135,10.457642,5.3576407,17.922947,26.755322,283.41525,81.05881,148.52992,1279.8458,190.52396,2124.1365,1881.6692,16.908674,21.654953,13511.503,9.689633,49.16174,375.30588,80.79819,149.14684,63.971985,350.01633,1208.857,316.31906,9.26876,71.228424,649.19794,2255.8943,41.701576,450.54596,42.58322,1.0532869,55.543056,1.0093304,0.571794,2.1996431,25.949429,94.7286,245.12051,16.508648,2876.7427,146.15367,46.197964,53.55477,13.749155,78.77352,12.660976,2.1968682,21.624731,100.32828,8.651521,5.3770175,9.028624,31.236895,13.150346,4.943983,32.54856,844.79877,106.6687,2224.9136,34.69726,3185.991,62.54028,584.0922,1496.3022,41.466248,13.315706,1810.4763,2525.3003,6291.187,427.54736 +2023-05-21 11:00:00,0.0,7621.064,69.64193,21.621906,19.726723,34.711906,195.89117,29.77219,54.94943,22.477627,29.68905,609.6974,593.59265,17.197527,74.6832,6.5542536,2.7499726,29.997103,38.237988,13.208583,441.86984,5.181262,345.39987,81.49617,1.4653667,6.0691347,117.17047,40.86228,199.21655,177.74783,6895.5874,1.1912407,1978.6268,4.412502,1.6720155,0.9285269,7.837293,214.1967,277.4809,44.63734,261.06787,29.600773,10.261859,781.06354,7.051477,75.54424,75.504524,449.61307,33.52385,374.48505,19.96975,68.835464,0.0,4519.817,12383.183,19.184374,111.33832,112.825165,36644.492,170.47414,13.753394,57.461586,97.43784,85.16928,30.55046,44.332237,745.1152,113.65793,41.646114,10.8522625,14.9980345,1072.3026,34.34212,384.32983,76.948456,2251.7644,119.96092,160.21423,168.19131,147.94495,12.397011,22.272768,65.89669,9.35554,10.921611,45.613758,59.36181,108.84322,17.40363,16.674273,182.45789,13.913599,3913.0183,57.81598,72.25672,63.20117,59.247948,262.6924,104.17046,78.982864,22.413795,25.072498,51.928036,261.37277,197.88298,97.87883,347.58484,64.02725,67.461296,198.74445,232.61494,1023.43195,188.35608,6.1614976,15.986459,8.633635,153.21654,15296.988,7.6362357,27.181282,41.05004,33.635155,381.94247,70.94404,153.0973,5.0256796,194.79637,550.7367,356.52988,86.088974,515.80304,45.601387,73.0109,262.7141,22.734741,3.6852248,17.530304,1548.7936,0.85043824,1.9429436,98.864006,10.460733,5.3577347,17.899723,26.73026,283.1475,81.02678,148.4871,1279.1062,190.58308,2123.9343,1881.6837,16.918047,21.67311,13522.434,9.687491,49.206543,375.42368,80.87349,149.26959,64.00297,350.21732,1208.8605,316.38065,9.27476,71.271095,649.78375,2255.76,41.695538,451.1383,42.63926,1.0528245,55.54334,1.009097,0.571311,2.198822,25.975218,94.822945,245.32219,16.487576,2878.664,146.34566,46.25624,53.615086,13.763979,78.818214,12.677666,2.1968346,21.656721,100.413734,8.669125,5.3840766,9.03819,31.218246,13.146716,4.950634,32.586475,845.2977,106.770775,2227.2183,34.71505,3188.6272,62.568714,583.8415,1497.8636,41.511253,13.314053,1811.4896,2526.455,6293.9043,427.21164 +2023-05-21 12:00:00,0.0,7627.754,69.68958,21.608858,19.735104,34.692657,195.8647,29.763395,54.913933,22.47369,29.669548,610.1698,593.5494,17.187689,74.73322,6.560015,2.7537756,29.98085,38.277676,13.2150135,441.7449,5.185844,345.36804,81.45484,1.4626833,6.0613136,117.158005,40.843674,199.1362,177.68372,6903.679,1.1893667,1977.9147,4.4020476,1.6700433,0.92726344,7.8256493,214.1668,277.48102,44.60557,261.37097,29.593952,10.263073,780.90967,7.0436373,75.56725,75.53373,449.6963,33.561886,374.48297,19.984503,68.87421,0.0,4520.9033,12389.592,19.208796,111.45556,112.939896,36653.633,170.5708,13.770818,57.45054,97.44338,85.22947,30.580408,44.338173,745.1987,113.70968,41.641094,10.863277,15.007872,1072.668,34.39749,384.49564,76.9621,2251.6558,120.013626,160.29012,168.20685,147.70544,12.391492,22.2588,65.82364,9.348624,10.913237,45.66209,59.405365,108.791405,17.409132,16.685223,182.59691,13.90093,3912.2878,57.85499,72.33871,63.279392,59.293247,262.6317,104.22457,79.03629,22.426493,25.083973,51.958115,261.65955,197.90182,97.908066,347.71515,64.027855,67.50885,198.89032,232.62863,1023.71375,188.42052,6.1570644,15.9875,8.633479,153.09323,15299.481,7.637888,27.154137,41.01559,33.64456,382.02835,70.99301,153.01492,5.026469,194.8871,550.46814,356.22302,86.12908,515.1722,45.583332,72.98119,262.98706,22.717693,3.681597,17.520582,1549.7512,0.8484839,1.9393549,98.79666,10.463824,5.3578286,17.876497,26.705202,282.87973,80.99476,148.44429,1278.3665,190.64223,2123.732,1881.6984,16.92742,21.691265,13533.363,9.68535,49.251347,375.54147,80.94879,149.39233,64.03395,350.4183,1208.8638,316.4422,9.280761,71.31377,650.36957,2255.626,41.689495,451.73065,42.695293,1.0523621,55.543617,1.0088636,0.570828,2.198001,26.001009,94.91729,245.52385,16.466505,2880.5852,146.53764,46.314514,53.675404,13.778802,78.8629,12.694354,2.196801,21.68871,100.49919,8.6867285,5.391135,9.047755,31.199596,13.143087,4.957285,32.624393,845.79663,106.87284,2229.523,34.73284,3191.2637,62.597145,583.5908,1499.425,41.55626,13.312398,1812.5029,2527.6099,6296.6216,426.8759 +2023-05-21 13:00:00,0.0,7634.444,69.73723,21.59581,19.743484,34.673405,195.83824,29.754599,54.878437,22.469751,29.650045,610.6423,593.5061,17.177849,74.78325,6.5657763,2.7575784,29.9646,38.317364,13.221444,441.62,5.1904263,345.33624,81.41351,1.4599999,6.053493,117.14554,40.82506,199.05585,177.61961,6911.771,1.1874927,1977.2025,4.3915935,1.6680712,0.92600006,7.8140054,214.1369,277.48114,44.573803,261.67407,29.587132,10.264286,780.7558,7.035798,75.59027,75.56293,449.77948,33.599922,374.48093,19.999258,68.91295,0.0,4521.9893,12396.001,19.233217,111.5728,113.05463,36662.773,170.66747,13.788242,57.43949,97.44892,85.28966,30.610357,44.344105,745.2823,113.76142,41.636074,10.874293,15.017708,1073.0334,34.45286,384.66144,76.97574,2251.5474,120.06633,160.36598,168.2224,147.46596,12.385973,22.244833,65.75058,9.341708,10.904863,45.710426,59.44892,108.739586,17.414637,16.696175,182.73593,13.888262,3911.5576,57.893997,72.4207,63.35761,59.33855,262.571,104.27868,79.089714,22.439192,25.095446,51.988194,261.94632,197.92067,97.9373,347.84543,64.02846,67.5564,199.03621,232.6423,1023.99554,188.48495,6.1526318,15.988542,8.633324,152.96992,15301.974,7.6395407,27.126991,40.981136,33.653965,382.1142,71.041985,152.93253,5.0272593,194.97783,550.1995,355.9162,86.16919,514.5413,45.565277,72.95148,263.25998,22.700647,3.6779692,17.51086,1550.7089,0.8465296,1.9357662,98.72932,10.466916,5.357923,17.853273,26.680141,282.61194,80.96274,148.40146,1277.6268,190.70137,2123.5298,1881.7129,16.936792,21.709421,13544.294,9.683209,49.296146,375.65927,81.02409,149.51509,64.06494,350.61926,1208.8671,316.50378,9.28676,71.35643,650.9553,2255.492,41.683456,452.323,42.75133,1.0518998,55.543896,1.0086302,0.5703451,2.19718,26.026798,95.011635,245.72552,16.445435,2882.5066,146.72961,46.37279,53.735718,13.793626,78.90759,12.711043,2.1967673,21.7207,100.584656,8.704331,5.398194,9.057321,31.180948,13.139459,4.963936,32.662308,846.2956,106.97491,2231.8276,34.75063,3193.9,62.625576,583.3401,1500.9863,41.60127,13.310744,1813.5162,2528.7646,6299.3394,426.54013 +2023-05-21 14:00:00,0.0,7641.1343,69.78488,21.582762,19.751865,34.654156,195.81177,29.745802,54.84294,22.465813,29.630545,611.1147,593.4628,17.16801,74.833275,6.571538,2.7613811,29.948347,38.357048,13.227874,441.49506,5.1950083,345.3044,81.372185,1.4573165,6.045672,117.13308,40.806454,198.97551,177.5555,6919.8623,1.1856188,1976.4902,4.3811393,1.666099,0.9247367,7.8023615,214.107,277.48126,44.542034,261.97714,29.580309,10.2655,780.6019,7.0279584,75.61329,75.59213,449.86267,33.637962,374.47885,20.014013,68.95169,0.0,4523.075,12402.409,19.25764,111.69003,113.16936,36671.914,170.76413,13.805666,57.428444,97.45446,85.34984,30.640305,44.350037,745.36584,113.81317,41.631054,10.885309,15.027544,1073.3988,34.508232,384.82727,76.98938,2251.439,120.11903,160.44186,168.23795,147.22647,12.380454,22.230865,65.67753,9.334793,10.896489,45.75876,59.492477,108.68777,17.42014,16.707127,182.87495,13.875593,3910.8274,57.933006,72.502686,63.43583,59.383854,262.5103,104.33279,79.14314,22.451889,25.106918,52.018272,262.23312,197.9395,97.96654,347.97574,64.02906,67.60394,199.18208,232.65598,1024.2773,188.5494,6.148199,15.989583,8.633168,152.84662,15304.466,7.6411934,27.099846,40.946682,33.663372,382.20007,71.09095,152.85014,5.0280495,195.06854,549.93097,355.60934,86.209305,513.9105,45.547222,72.92176,263.5329,22.6836,3.6743414,17.50114,1551.6664,0.8445753,1.9321774,98.66198,10.470008,5.358017,17.83005,26.655083,282.34418,80.93072,148.35864,1276.8872,190.76051,2123.3276,1881.7275,16.946167,21.727577,13555.225,9.681067,49.34095,375.77704,81.099396,149.63783,64.095924,350.82025,1208.8704,316.56537,9.292761,71.3991,651.54114,2255.3577,41.677414,452.9153,42.80737,1.0514374,55.544174,1.0083967,0.5698621,2.196359,26.052588,95.10598,245.9272,16.424364,2884.4277,146.9216,46.43107,53.796036,13.808449,78.952286,12.727733,2.196734,21.752687,100.67011,8.721935,5.4052525,9.066887,31.162298,13.135829,4.970587,32.700226,846.7945,107.07698,2234.1323,34.768417,3196.5361,62.65401,583.08936,1502.5477,41.646275,13.309091,1814.5295,2529.9194,6302.0566,426.20438 +2023-05-21 15:00:00,0.0,7647.824,69.83253,21.569714,19.760246,34.634907,195.78531,29.737007,54.807446,22.461876,29.611042,611.58716,593.4196,17.158173,74.8833,6.5772996,2.765184,29.932096,38.396736,13.234304,441.37012,5.19959,345.27258,81.33086,1.454633,6.0378513,117.12061,40.78784,198.89516,177.49138,6927.954,1.1837449,1975.7781,4.3706856,1.6641268,0.9234733,7.790717,214.07709,277.48135,44.510265,262.28024,29.573488,10.266714,780.44806,7.0201187,75.6363,75.62134,449.94586,33.676,374.4768,20.028769,68.99044,0.0,4524.161,12408.818,19.282063,111.807274,113.28409,36681.055,170.8608,13.823091,57.417397,97.45999,85.41003,30.670252,44.355972,745.44946,113.86492,41.62603,10.896324,15.037381,1073.7643,34.563606,384.99307,77.00303,2251.3306,120.17174,160.51776,168.2535,146.98697,12.374935,22.216898,65.60447,9.327877,10.888116,45.807095,59.536034,108.63595,17.425644,16.718079,183.01398,13.862926,3910.097,57.972015,72.58468,63.51405,59.429153,262.4496,104.386894,79.19657,22.464588,25.118393,52.048355,262.5199,197.95834,97.995766,348.10605,64.02967,67.65149,199.32797,232.66965,1024.5591,188.61385,6.1437664,15.990625,8.633013,152.72331,15306.959,7.6428456,27.072702,40.912228,33.67278,382.28592,71.13992,152.76775,5.0288396,195.15927,549.6624,355.3025,86.24941,513.27966,45.529163,72.89205,263.80582,22.666553,3.670714,17.491419,1552.624,0.842621,1.9285887,98.594635,10.473099,5.358111,17.806826,26.630024,282.07642,80.89869,148.31583,1276.1475,190.81966,2123.1252,1881.7421,16.95554,21.745733,13566.154,9.678926,49.385754,375.89484,81.1747,149.76059,64.12691,351.02124,1208.8737,316.62692,9.298761,71.44177,652.12695,2255.2236,41.671375,453.50766,42.863407,1.050975,55.544453,1.0081633,0.56937915,2.1955378,26.078377,95.200325,246.12888,16.403294,2886.3489,147.11357,46.48934,53.85635,13.823272,78.99698,12.744422,2.1967003,21.784678,100.75557,8.739539,5.412311,9.076452,31.14365,13.1322,4.9772377,32.73814,847.29346,107.17905,2236.437,34.78621,3199.1726,62.68244,582.8387,1504.1091,41.69128,13.307437,1815.5428,2531.0742,6304.7744,425.86862 +2023-05-21 16:00:00,0.0,7654.514,69.88018,21.556665,19.768627,34.615658,195.75883,29.72821,54.771954,22.457937,29.59154,612.0596,593.37634,17.148333,74.933334,6.5830607,2.7689867,29.915844,38.436424,13.240735,441.24518,5.204172,345.24075,81.28953,1.4519496,6.0300303,117.10815,40.76923,198.81482,177.42728,6936.046,1.1818709,1975.0658,4.3602314,1.6621546,0.9222099,7.7790737,214.04718,277.48148,44.478497,262.58334,29.566668,10.267927,780.2942,7.012279,75.65932,75.65054,450.02905,33.714035,374.47473,20.043524,69.02918,0.0,4525.2476,12415.228,19.306484,111.924515,113.39882,36690.195,170.95747,13.840514,57.40635,97.46553,85.470215,30.700201,44.361904,745.533,113.916664,41.62101,10.90734,15.047217,1074.1296,34.618977,385.15887,77.01667,2251.2222,120.22444,160.59363,168.26904,146.74748,12.369416,22.20293,65.53142,9.320961,10.879743,45.85543,59.57959,108.58413,17.431149,16.72903,183.153,13.850257,3909.3667,58.011024,72.666664,63.592266,59.474457,262.3889,104.441,79.25,22.477285,25.129866,52.078434,262.80667,197.97719,98.025,348.23633,64.03027,67.69904,199.47385,232.68333,1024.841,188.67828,6.1393332,15.991667,8.632857,152.6,15309.451,7.6444983,27.045557,40.877777,33.682182,382.3718,71.18889,152.68536,5.0296297,195.25,549.39386,354.99567,86.28953,512.6488,45.51111,72.862335,264.07874,22.649506,3.6670861,17.481697,1553.5815,0.8406667,1.9250001,98.52729,10.476191,5.3582053,17.783602,26.604963,281.80862,80.86667,148.27301,1275.4078,190.87878,2122.923,1881.7567,16.964912,21.76389,13577.085,9.676785,49.430557,376.01263,81.25,149.88333,64.15789,351.22223,1208.877,316.6885,9.304762,71.48444,652.7127,2255.0896,41.665333,454.1,42.919445,1.0505127,55.54473,1.0079299,0.5688962,2.1947167,26.104166,95.29467,246.33054,16.382223,2888.2703,147.30556,46.54762,53.916668,13.838096,79.041664,12.76111,2.1966667,21.816666,100.84103,8.757143,5.4193697,9.086019,31.125,13.1285715,4.9838886,32.776054,847.79236,107.28111,2238.7417,34.803997,3201.8088,62.710873,582.58795,1505.6705,41.736286,13.305783,1816.5562,2532.229,6307.4917,425.53287 +2023-05-21 17:00:00,0.0,7661.2046,69.927826,21.543617,19.777008,34.596405,195.73236,29.719414,54.736458,22.454,29.572039,612.53204,593.33307,17.138494,74.98336,6.5888224,2.7727895,29.899591,38.476112,13.247165,441.12027,5.2087545,345.20895,81.2482,1.4492662,6.022209,117.09568,40.75062,198.73447,177.36316,6944.1377,1.179997,1974.3536,4.349777,1.6601824,0.9209465,7.76743,214.01727,277.4816,44.446728,262.8864,29.559845,10.269141,780.1403,7.00444,75.682335,75.67975,450.11224,33.752075,374.4727,20.058279,69.067924,0.0,4526.3335,12421.636,19.330906,112.041756,113.51355,36699.336,171.05414,13.857939,57.3953,97.47107,85.530396,30.730148,44.367836,745.6166,113.968414,41.61599,10.918356,15.057054,1074.495,34.674347,385.3247,77.03031,2251.1138,120.277145,160.66953,168.28459,146.508,12.363897,22.188963,65.45837,9.314045,10.871368,45.903763,59.623146,108.53231,17.436651,16.739983,183.29202,13.837588,3908.6365,58.050034,72.74866,63.670486,59.51976,262.3282,104.49511,79.30343,22.489983,25.14134,52.108513,263.09344,197.99603,98.05424,348.36664,64.030876,67.74659,199.61974,232.697,1025.1227,188.74272,6.1349006,15.992708,8.632702,152.4767,15311.944,7.646151,27.018412,40.843323,33.69159,382.45764,71.23786,152.60297,5.0304193,195.34073,549.1253,354.6888,86.329636,512.01794,45.493053,72.83262,264.35165,22.63246,3.6634583,17.471975,1554.5392,0.8387124,1.9214113,98.459946,10.479281,5.3582993,17.760378,26.579905,281.54086,80.83465,148.2302,1274.6682,190.93793,2122.721,1881.7712,16.974285,21.782047,13588.016,9.6746435,49.47536,376.13043,81.3253,150.00607,64.18888,351.42322,1208.8802,316.7501,9.310762,71.527115,653.2985,2254.9553,41.65929,454.69235,42.97548,1.0500503,55.54501,1.0076965,0.5684132,2.1938958,26.129957,95.389015,246.53221,16.361153,2890.1914,147.49754,46.605896,53.976982,13.852919,79.08636,12.7778,2.196633,21.848656,100.92648,8.774747,5.4264283,9.095584,31.10635,13.124942,4.9905396,32.813972,848.29126,107.38319,2241.0464,34.821785,3204.445,62.739307,582.3372,1507.2319,41.781292,13.30413,1817.5695,2533.3838,6310.209,425.1971 +2023-05-21 18:00:00,0.0,7667.8945,69.97548,21.53057,19.785389,34.577156,195.7059,29.710619,54.700962,22.450062,29.552536,613.0045,593.2898,17.128656,75.03339,6.594584,2.7765923,29.88334,38.515797,13.253595,440.99533,5.2133365,345.17712,81.20687,1.4465828,6.0143886,117.08321,40.73201,198.65411,177.29904,6952.2295,1.178123,1973.6414,4.339323,1.6582102,0.9196831,7.7557855,213.98737,277.48172,44.41496,263.1895,29.553024,10.270355,779.9864,6.9966,75.705345,75.708954,450.19543,33.79011,374.4706,20.073034,69.10667,0.0,4527.4194,12428.045,19.35533,112.159,113.62828,36708.48,171.1508,13.875362,57.384254,97.4766,85.59058,30.760096,44.37377,745.70013,114.020164,41.610966,10.929371,15.066891,1074.8605,34.729717,385.4905,77.04395,2251.0054,120.32985,160.7454,168.30014,146.2685,12.358378,22.174995,65.38531,9.307129,10.862995,45.9521,59.666702,108.4805,17.442156,16.750935,183.43105,13.82492,3907.906,58.08904,72.83064,63.748707,59.56506,262.26746,104.54921,79.35686,22.502682,25.152813,52.138596,263.38025,198.01488,98.083466,348.49695,64.03148,67.794136,199.76561,232.71068,1025.4045,188.80716,6.130468,15.993751,8.632546,152.35338,15314.437,7.6478033,26.991266,40.80887,33.700996,382.54352,71.28683,152.52058,5.0312095,195.43146,548.85675,354.38196,86.36975,511.38712,45.475,72.80291,264.62457,22.615412,3.6598308,17.462254,1555.4967,0.83675814,1.9178226,98.3926,10.482373,5.358393,17.737154,26.554846,281.2731,80.80262,148.18738,1273.9285,190.99707,2122.5186,1881.7859,16.98366,21.800203,13598.946,9.6725025,49.52016,376.24823,81.400604,150.12883,64.219864,351.6242,1208.8837,316.81165,9.316763,71.569786,653.8843,2254.8213,41.65325,455.28467,43.031517,1.0495878,55.545288,1.0074631,0.5679302,2.1930747,26.155746,95.48335,246.73389,16.34008,2892.1125,147.68951,46.66417,54.0373,13.867743,79.13105,12.794489,2.1965995,21.880646,101.01194,8.79235,5.433487,9.10515,31.087702,13.121313,4.997191,32.851887,848.7902,107.48525,2243.3513,34.839577,3207.0813,62.76774,582.08655,1508.7933,41.8263,13.302476,1818.5828,2534.5386,6312.927,424.8614 +2023-05-21 19:00:00,0.0,7674.5845,70.023125,21.51752,19.79377,34.557907,195.67943,29.701822,54.665466,22.446125,29.533033,613.4769,593.2465,17.118816,75.08341,6.600345,2.780395,29.867088,38.555485,13.260026,440.8704,5.2179184,345.1453,81.16554,1.4438994,6.0065675,117.070755,40.7134,198.57378,177.23494,6960.321,1.176249,1972.9292,4.328869,1.656238,0.9184197,7.7441416,213.95746,277.48184,44.38319,263.4926,29.546204,10.271568,779.8325,6.9887605,75.72836,75.73816,450.27863,33.828148,374.46857,20.08779,69.14541,0.0,4528.506,12434.454,19.379751,112.27624,113.74301,36717.62,171.24747,13.892786,57.373207,97.48214,85.65077,30.790045,44.379704,745.7837,114.07191,41.605946,10.940387,15.076727,1075.2258,34.785088,385.6563,77.057594,2250.897,120.38255,160.82127,168.31569,146.029,12.3528595,22.16103,65.312256,9.300214,10.854621,46.00043,59.71026,108.42868,17.447659,16.761885,183.57007,13.812251,3907.1758,58.128048,72.912636,63.826923,59.610363,262.20676,104.60332,79.410286,22.515379,25.164288,52.168674,263.66702,198.0337,98.1127,348.62723,64.03208,67.84168,199.9115,232.72435,1025.6863,188.8716,6.126035,15.994792,8.632391,152.23007,15316.93,7.649456,26.96412,40.774414,33.7104,382.62936,71.3358,152.43819,5.0319996,195.52217,548.5882,354.07513,86.40986,510.75626,45.456944,72.77319,264.89752,22.598366,3.656203,17.452532,1556.4543,0.8348038,1.9142339,98.32526,10.485464,5.3584876,17.71393,26.529785,281.0053,80.7706,148.14456,1273.1888,191.05621,2122.3164,1881.8004,16.993032,21.81836,13609.876,9.6703615,49.564964,376.366,81.47591,150.25157,64.25085,351.8252,1208.887,316.87323,9.322763,71.61246,654.4701,2254.6873,41.64721,455.877,43.087555,1.0491256,55.545567,1.0072297,0.56744725,2.1922536,26.181536,95.5777,246.93556,16.31901,2894.034,147.8815,46.722446,54.097614,13.8825655,79.175735,12.811178,2.1965659,21.912634,101.0974,8.809954,5.4405456,9.114716,31.069052,13.117684,5.003842,32.889805,849.2891,107.58732,2245.656,34.857365,3209.7178,62.79617,581.8358,1510.3547,41.871307,13.300822,1819.5961,2535.6934,6315.644,424.52563 +2023-05-21 20:00:00,0.0,7681.275,70.07078,21.504473,19.80215,34.53866,195.65297,29.693026,54.62997,22.442186,29.513533,613.9494,593.20325,17.108978,75.13344,6.6061068,2.7841978,29.850838,38.595173,13.266456,440.74545,5.2225003,345.11346,81.124214,1.441216,5.998747,117.05829,40.69479,198.49342,177.17082,6968.4126,1.174375,1972.217,4.318415,1.6542658,0.91715634,7.732498,213.92757,277.48196,44.35142,263.7957,29.539381,10.272782,779.67865,6.980921,75.75138,75.767365,450.36182,33.866188,374.4665,20.102545,69.18416,0.0,4529.592,12440.862,19.404173,112.39348,113.85774,36726.76,171.34413,13.910211,57.36216,97.48768,85.71095,30.819992,44.385635,745.86725,114.12366,41.600925,10.951403,15.086563,1075.5913,34.840458,385.82214,77.071236,2250.7886,120.43526,160.89716,168.33124,145.78952,12.347341,22.147062,65.2392,9.293298,10.846248,46.048767,59.753815,108.37686,17.453163,16.772837,183.70909,13.7995825,3906.4456,58.167057,72.99462,63.905144,59.655666,262.14606,104.657425,79.46371,22.528078,25.17576,52.198753,263.9538,198.05255,98.14194,348.75754,64.032684,67.88924,200.05737,232.73804,1025.9681,188.93604,6.121602,15.995833,8.632236,152.10677,15319.422,7.6511087,26.936975,40.739964,33.719807,382.71524,71.384766,152.3558,5.0327897,195.6129,548.3196,353.76828,86.44997,510.1254,45.43889,72.74348,265.17044,22.581318,3.6525753,17.44281,1557.412,0.8328495,1.9106452,98.25791,10.488556,5.3585815,17.690706,26.504726,280.73755,80.73858,148.10173,1272.4492,191.11534,2122.1143,1881.8151,17.002405,21.836515,13620.807,9.66822,49.609768,376.4838,81.55121,150.37433,64.28183,352.02618,1208.8903,316.9348,9.328763,71.65512,655.0559,2254.553,41.64117,456.46936,43.143593,1.0486631,55.545845,1.0069963,0.5669643,2.1914325,26.207325,95.67204,247.13722,16.29794,2895.955,148.07349,46.780724,54.15793,13.897388,79.22043,12.8278675,2.1965322,21.944624,101.18286,8.827558,5.4476047,9.124282,31.050404,13.114055,5.010493,32.92772,849.7881,107.68939,2247.9607,34.875153,3212.354,62.824604,581.5851,1511.9161,41.916313,13.299169,1820.6094,2536.8481,6318.362,424.18988 +2023-05-21 21:00:00,0.0,7687.965,70.11843,21.491425,19.810532,34.519405,195.6265,29.68423,54.59448,22.43825,29.49403,614.4218,593.16,17.09914,75.183464,6.6118684,2.7880006,29.834585,38.634857,13.272886,440.62054,5.2270823,345.08167,81.08288,1.4385326,5.990926,117.04582,40.676178,198.41309,177.1067,6976.5044,1.1725011,1971.5048,4.307961,1.6522936,0.91589296,7.720854,213.89766,277.4821,44.319653,264.0988,29.53256,10.273995,779.5248,6.9730816,75.77439,75.79657,450.445,33.904224,374.46445,20.1173,69.2229,0.0,4530.6777,12447.271,19.428596,112.51071,113.97247,36735.902,171.44081,13.927634,57.351112,97.49322,85.77114,30.84994,44.39157,745.9508,114.1754,41.595905,10.962418,15.0964,1075.9567,34.89583,385.98795,77.08488,2250.68,120.48796,160.97305,168.34679,145.55002,12.341822,22.133095,65.166145,9.286382,10.837874,46.0971,59.79737,108.32504,17.458666,16.783789,183.84811,13.786914,3905.715,58.206066,73.076614,63.983364,59.700966,262.08536,104.71153,79.517136,22.540775,25.187233,52.228832,264.24057,198.0714,98.17117,348.88785,64.03329,67.93678,200.20326,232.75171,1026.2499,189.00047,6.1171694,15.996875,8.63208,151.98346,15321.915,7.652761,26.90983,40.70551,33.729214,382.8011,71.43374,152.2734,5.03358,195.70363,548.051,353.46143,86.49008,509.49457,45.420834,72.71377,265.44336,22.564272,3.6489475,17.433088,1558.3695,0.8308952,1.9070565,98.19057,10.491647,5.3586755,17.66748,26.479666,280.4698,80.70656,148.05891,1271.7095,191.17448,2121.9119,1881.8296,17.01178,21.854671,13631.737,9.666079,49.65457,376.6016,81.62652,150.49707,64.31281,352.22717,1208.8936,316.99637,9.334764,71.69779,655.64166,2254.419,41.635128,457.0617,43.19963,1.0482007,55.546124,1.0067629,0.56648135,2.1906114,26.233114,95.76639,247.3389,16.276869,2897.8762,148.26546,46.838997,54.218246,13.912212,79.26512,12.844556,2.1964986,21.976612,101.26832,8.845161,5.4546633,9.133847,31.031754,13.110426,5.0171437,32.965637,850.287,107.79146,2250.2654,34.892944,3214.9902,62.853035,581.3344,1513.4775,41.96132,13.297514,1821.6227,2538.003,6321.079,423.85413 +2023-05-21 22:00:00,0.0,7694.655,70.16608,21.478376,19.818913,34.500156,195.60004,29.675434,54.558983,22.43431,29.474527,614.8943,593.1167,17.0893,75.23349,6.6176295,2.7918034,29.818333,38.674545,13.279317,440.4956,5.2316647,345.04984,81.04155,1.4358491,5.983105,117.033356,40.65757,198.33273,177.04259,6984.596,1.1706271,1970.7926,4.297507,1.6503214,0.9146296,7.70921,213.86775,277.4822,44.287884,264.4019,29.52574,10.275209,779.3709,6.965242,75.79741,75.825775,450.52823,33.94226,374.46237,20.132055,69.26164,0.0,4531.7637,12453.681,19.453018,112.62795,114.087204,36745.043,171.53748,13.945059,57.340065,97.49875,85.83133,30.879887,44.397503,746.03436,114.22715,41.59088,10.9734335,15.106236,1076.322,34.9512,386.15375,77.098526,2250.5715,120.540665,161.04892,168.36234,145.31053,12.336303,22.119127,65.09309,9.279466,10.8295,46.145435,59.840927,108.273224,17.46417,16.79474,183.98715,13.774245,3904.9849,58.245075,73.1586,64.061584,59.74627,262.02463,104.76564,79.570564,22.553474,25.198708,52.258915,264.52737,198.09024,98.2004,349.01813,64.03389,67.98433,200.34914,232.76538,1026.5317,189.06491,6.1127367,15.997917,8.631924,151.86015,15324.407,7.6544137,26.882687,40.671055,33.738617,382.88696,71.482704,152.19102,5.0343695,195.79436,547.7825,353.1546,86.53019,508.8637,45.402775,72.68405,265.71628,22.547224,3.64532,17.423367,1559.3271,0.8289409,1.9034678,98.12322,10.494739,5.35877,17.644257,26.454607,280.202,80.67453,148.0161,1270.9698,191.23363,2121.7097,1881.8442,17.021152,21.872828,13642.667,9.663937,49.699375,376.7194,81.70182,150.61983,64.3438,352.42816,1208.8969,317.05795,9.340764,71.74046,656.2275,2254.285,41.62909,457.65402,43.25567,1.0477384,55.546406,1.0065295,0.5659984,2.1897905,26.258905,95.86073,247.54057,16.255798,2899.7976,148.45744,46.897274,54.27856,13.927035,79.309814,12.861245,2.196465,22.008602,101.353775,8.862765,5.461722,9.143414,31.013105,13.106797,5.0237947,33.00355,850.78595,107.893524,2252.57,34.910732,3217.6267,62.88147,581.0837,1515.039,42.006325,13.29586,1822.636,2539.1577,6323.7964,423.51837 +2023-05-21 23:00:00,0.0,7701.345,70.21373,21.465328,19.827293,34.480907,195.57356,29.66664,54.523487,22.430372,29.455025,615.3667,593.0735,17.079462,75.283516,6.623391,2.7956061,29.802082,38.714233,13.285747,440.37067,5.2362466,345.018,81.00022,1.4331657,5.975284,117.02089,40.638958,198.2524,176.97849,6992.688,1.1687531,1970.0803,4.2870526,1.6483492,0.91336614,7.697566,213.83784,277.48233,44.256115,264.705,29.518919,10.276423,779.21704,6.957402,75.82043,75.85497,450.6114,33.9803,374.46033,20.14681,69.300385,0.0,4532.85,12460.09,19.47744,112.74519,114.201935,36754.184,171.63414,13.962482,57.329018,97.50429,85.89151,30.909836,44.403435,746.118,114.2789,41.58586,10.984449,15.116074,1076.6875,35.00657,386.31955,77.11217,2250.4631,120.59337,161.12482,168.37788,145.07104,12.330784,22.10516,65.020035,9.27255,10.821127,46.193768,59.884483,108.221405,17.469673,16.805693,184.12617,13.761577,3904.2546,58.284084,73.24059,64.1398,59.791573,261.96393,104.81975,79.62399,22.566172,25.21018,52.288994,264.81415,198.10909,98.22964,349.14844,64.0345,68.031876,200.49503,232.77907,1026.8135,189.12935,6.108304,15.998959,8.631768,151.73685,15326.899,7.6560664,26.855541,40.6366,33.748024,382.9728,71.53168,152.10863,5.0351596,195.88509,547.5139,352.84775,86.570305,508.23285,45.38472,72.654335,265.9892,22.530178,3.6416922,17.413645,1560.2847,0.8269866,1.8998791,98.05588,10.49783,5.358864,17.621033,26.429548,279.93423,80.64251,147.97328,1270.2302,191.29277,2121.5076,1881.8588,17.030525,21.890985,13653.598,9.661796,49.744175,376.8372,81.77712,150.74257,64.37479,352.62912,1208.9001,317.11954,9.346765,71.783134,656.81323,2254.1506,41.623047,458.24637,43.311703,1.047276,55.546684,1.0062962,0.5655154,2.1889694,26.284695,95.95508,247.74225,16.234728,2901.7188,148.64941,46.955547,54.33888,13.941859,79.3545,12.877934,2.1964314,22.040592,101.43923,8.880368,5.4687805,9.152979,30.994455,13.103168,5.0304456,33.04147,851.28485,107.9956,2254.8748,34.92852,3220.263,62.9099,580.83295,1516.6003,42.051334,13.294207,1823.6493,2540.3125,6326.514,423.18262 +2023-05-22 00:00:00,0.0,7708.035,70.261375,21.45228,19.835674,34.46166,195.54709,29.657843,54.48799,22.426435,29.435524,615.8392,593.0302,17.069624,75.33354,6.629153,2.799409,29.78583,38.753918,13.292177,440.24576,5.2408285,344.98618,80.95889,1.4304823,5.9674635,117.00843,40.620346,198.17204,176.91437,7000.78,1.1668792,1969.3682,4.2765985,1.6463771,0.91210276,7.685922,213.80794,277.48245,44.224346,265.00806,29.512096,10.277637,779.0632,6.9495625,75.84344,75.88418,450.6946,34.018337,374.45825,20.161566,69.33913,0.0,4533.9365,12466.498,19.501862,112.862434,114.316666,36763.33,171.7308,13.979907,57.317974,97.50983,85.9517,30.939783,44.40937,746.20154,114.33064,41.58084,10.995464,15.12591,1077.0529,35.06194,386.48538,77.12581,2250.3547,120.64607,161.2007,168.39343,144.83154,12.325265,22.091192,64.946976,9.265634,10.812753,46.242104,59.928043,108.16959,17.475178,16.816645,184.2652,13.748908,3903.5242,58.32309,73.32258,64.21802,59.836872,261.90323,104.873856,79.67742,22.57887,25.221655,52.319073,265.10092,198.12793,98.25887,349.27872,64.0351,68.07943,200.6409,232.79274,1027.0953,189.19379,6.103871,16.0,8.631613,151.61354,15329.393,7.6577187,26.828396,40.60215,33.75743,383.0587,71.58064,152.02625,5.0359497,195.9758,547.24536,352.5409,86.61041,507.60202,45.366665,72.62462,266.26212,22.51313,3.6380644,17.403923,1561.2423,0.8250323,1.8962903,97.98853,10.500921,5.358958,17.597809,26.404488,279.66647,80.61049,147.93047,1269.4905,191.35191,2121.3052,1881.8734,17.039898,21.909142,13664.528,9.659655,49.78898,376.95496,81.852425,150.86533,64.40577,352.8301,1208.9036,317.1811,9.352765,71.825806,657.39905,2254.0166,41.617004,458.8387,43.36774,1.0468136,55.546963,1.0060627,0.5650324,2.1881483,26.310484,96.04942,247.94391,16.213655,2903.6401,148.8414,47.013824,54.399193,13.956682,79.39919,12.894624,2.1963978,22.07258,101.52469,8.897972,5.475839,9.162544,30.975807,13.099539,5.0370965,33.079384,851.7838,108.097664,2257.1794,34.946312,3222.8992,62.93833,580.5823,1518.1617,42.09634,13.292553,1824.6627,2541.4673,6329.2314,422.8469 +2023-05-22 01:00:00,0.0,7714.7256,70.30903,21.439232,19.844055,34.442406,195.52063,29.649046,54.452496,22.422497,29.416021,616.31165,592.98694,17.059784,75.383575,6.634914,2.803212,29.769579,38.793606,13.298608,440.12082,5.2454104,344.95438,80.917564,1.4277989,5.9596424,116.995964,40.601738,198.09169,176.85025,7008.871,1.1650052,1968.6559,4.2661443,1.6444049,0.9108394,7.6742783,213.77803,277.48257,44.192577,265.31116,29.505276,10.278851,778.90924,6.9417233,75.866455,75.91338,450.77783,34.056374,374.4562,20.176321,69.37787,0.0,4535.0225,12472.907,19.526285,112.979675,114.4314,36772.47,171.82748,13.997331,57.306927,97.515366,86.01189,30.96973,44.415302,746.2851,114.38239,41.57582,11.00648,15.135746,1077.4183,35.11731,386.65118,77.13945,2250.2463,120.69878,161.27658,168.40898,144.59206,12.319745,22.077225,64.873924,9.2587185,10.804379,46.29044,59.971596,108.117775,17.48068,16.827597,184.40422,13.736239,3902.794,58.3621,73.40457,64.29624,59.882175,261.84253,104.92796,79.73085,22.591568,25.233128,52.34915,265.3877,198.14676,98.28811,349.40903,64.035706,68.126976,200.78679,232.80641,1027.3771,189.25824,6.099438,16.001041,8.631457,151.49023,15331.885,7.6593714,26.80125,40.567696,33.766834,383.14453,71.629616,151.94385,5.03674,196.06653,546.9768,352.23407,86.65053,506.97116,45.34861,72.59491,266.53503,22.496084,3.6344366,17.394201,1562.2,0.823078,1.8927016,97.92119,10.504013,5.3590517,17.574585,26.379429,279.39868,80.57846,147.88765,1268.7509,191.41104,2121.103,1881.888,17.049273,21.927298,13675.458,9.657513,49.833782,377.07275,81.92773,150.98807,64.43675,353.0311,1208.9069,317.24268,9.358766,71.86848,657.98486,2253.8826,41.610966,459.43106,43.42378,1.0463513,55.54724,1.0058293,0.56454945,2.1873271,26.336273,96.14376,248.14558,16.192585,2905.5613,149.03339,47.0721,54.45951,13.971506,79.443886,12.911312,2.1963642,22.10457,101.610146,8.915576,5.4828978,9.172111,30.957157,13.09591,5.0437474,33.1173,852.2827,108.19974,2259.4841,34.9641,3225.5356,62.966766,580.33154,1519.7231,42.141346,13.290899,1825.676,2542.622,6331.949,422.51114 +2023-05-22 02:00:00,0.0,7721.4155,70.356674,21.426184,19.852436,34.423157,195.49416,29.640251,54.417,22.41856,29.396519,616.78406,592.94366,17.049946,75.4336,6.6406755,2.8070147,29.753326,38.833294,13.3050375,439.99588,5.249993,344.92255,80.876236,1.4251155,5.9518213,116.9835,40.583126,198.01135,176.78615,7016.963,1.1631314,1967.9437,4.2556906,1.6424327,0.909576,7.662634,213.74814,277.48267,44.16081,265.61426,29.498455,10.280065,778.7554,6.9338837,75.88947,75.94259,450.86102,34.094414,374.45413,20.191074,69.41662,0.0,4536.1084,12479.316,19.550707,113.09692,114.54613,36781.61,171.92415,14.014754,57.29588,97.520905,86.07207,30.99968,44.421234,746.36865,114.43414,41.570797,11.017496,15.145583,1077.7837,35.17268,386.817,77.15309,2250.138,120.75148,161.35245,168.42453,144.35257,12.314226,22.063257,64.80087,9.251802,10.796006,46.33877,60.015152,108.065956,17.486185,16.838547,184.54324,13.723572,3902.0637,58.401108,73.48656,64.37446,59.92748,261.7818,104.98207,79.78427,22.604267,25.244602,52.379234,265.67447,198.1656,98.31734,349.53934,64.03631,68.17452,200.93266,232.82008,1027.6589,189.32268,6.0950055,16.002083,8.631302,151.36693,15334.378,7.661024,26.774105,40.53324,33.77624,383.23038,71.67859,151.86147,5.03753,196.15726,546.70825,351.92722,86.690636,506.3403,45.330555,72.56519,266.80798,22.479036,3.630809,17.38448,1563.1575,0.8211237,1.889113,97.85384,10.507104,5.359146,17.551361,26.354368,279.13092,80.54644,147.84483,1268.0112,191.47018,2120.901,1881.9026,17.058645,21.945454,13686.389,9.655372,49.878586,377.19055,82.00303,151.11082,64.46774,353.2321,1208.9102,317.30426,9.364766,71.91115,658.5706,2253.7483,41.604923,460.02338,43.479816,1.0458889,55.54752,1.0055959,0.56406647,2.186506,26.362062,96.238106,248.34726,16.171515,2907.4824,149.22536,47.130375,54.519825,13.986329,79.48858,12.928001,2.1963305,22.136559,101.69561,8.93318,5.4899564,9.181676,30.938509,13.09228,5.050399,33.155216,852.7816,108.3018,2261.7888,34.981888,3228.1719,62.995197,580.0808,1521.2845,42.18635,13.289246,1826.6893,2543.7769,6334.6665,422.17538 +2023-05-22 03:00:00,0.0,7728.1055,70.40433,21.413136,19.860815,34.403908,195.4677,29.631454,54.381508,22.414621,29.377018,617.25653,592.9004,17.040108,75.48363,6.646437,2.8108175,29.737076,38.87298,13.311468,439.87094,5.254575,344.89072,80.83491,1.4224321,5.9440007,116.97103,40.564518,197.931,176.72203,7025.0547,1.1612574,1967.2316,4.2452364,1.6404605,0.9083126,7.6509905,213.71823,277.4828,44.12904,265.91733,29.491632,10.281278,778.6015,6.926044,75.91249,75.971794,450.9442,34.13245,374.4521,20.20583,69.45536,0.0,4537.1943,12485.725,19.575129,113.21416,114.66085,36790.75,172.02081,14.032179,57.284832,97.52644,86.132256,31.029627,44.42717,746.4522,114.485886,41.565777,11.028511,15.155419,1078.149,35.22805,386.98282,77.16673,2250.0295,120.804184,161.42834,168.44008,144.11307,12.308707,22.04929,64.72781,9.244886,10.787632,46.387108,60.05871,108.01414,17.491688,16.849499,184.68227,13.710903,3901.3333,58.440117,73.56855,64.452675,59.97278,261.7211,105.03618,79.8377,22.616964,25.256075,52.409313,265.96127,198.18445,98.34657,349.66962,64.03691,68.22208,201.07855,232.83377,1027.9407,189.38712,6.090573,16.003124,8.631146,151.2436,15336.87,7.6626763,26.74696,40.498787,33.78565,383.31625,71.727554,151.77907,5.0383196,196.24799,546.43964,351.62036,86.73074,505.70947,45.3125,72.53548,267.0809,22.461988,3.6271813,17.374758,1564.1151,0.8191694,1.8855243,97.7865,10.510196,5.35924,17.528137,26.32931,278.86316,80.51442,147.80202,1267.2715,191.52933,2120.6985,1881.9171,17.068018,21.96361,13697.319,9.653231,49.92339,377.30835,82.07833,151.23357,64.498726,353.43307,1208.9135,317.3658,9.370766,71.95382,659.15643,2253.6143,41.598885,460.61572,43.535854,1.0454266,55.5478,1.0053625,0.56358355,2.1856852,26.387854,96.33245,248.54893,16.150444,2909.4038,149.41734,47.188652,54.580143,14.001152,79.533264,12.944691,2.196297,22.168549,101.78107,8.950784,5.497015,9.191242,30.919859,13.088652,5.0570498,33.19313,853.2806,108.40387,2264.0935,34.99968,3230.808,63.02363,579.83014,1522.846,42.231358,13.287592,1827.7026,2544.9316,6337.3843,421.83963 +2023-05-22 04:00:00,0.0,7734.796,70.45197,21.400087,19.869196,34.38466,195.44122,29.622658,54.346012,22.410685,29.357515,617.72894,592.8571,17.03027,75.53365,6.6521983,2.8146203,29.720823,38.912666,13.317899,439.74603,5.2591567,344.8589,80.79358,1.4197485,5.9361796,116.958565,40.545906,197.85066,176.65791,7033.1465,1.1593834,1966.5193,4.234782,1.6384883,0.9070492,7.6393466,213.68832,277.4829,44.09727,266.22043,29.484812,10.282492,778.44763,6.918205,75.9355,76.001,451.0274,34.170486,374.45,20.220585,69.4941,0.0,4538.2803,12492.134,19.599552,113.3314,114.77558,36799.89,172.11748,14.0496025,57.273785,97.53198,86.192444,31.059574,44.4331,746.53577,114.537636,41.560757,11.039527,15.165256,1078.5145,35.28342,387.14862,77.180374,2249.9211,120.85689,161.50423,168.45563,143.87358,12.303188,22.035322,64.65476,9.23797,10.779259,46.43544,60.10227,107.96232,17.497192,16.86045,184.82129,13.698235,3900.603,58.479126,73.650536,64.5309,60.01808,261.6604,105.09029,79.89113,22.629663,25.267548,52.439392,266.24805,198.2033,98.37581,349.79993,64.03751,68.26962,201.22443,232.84744,1028.2225,189.45155,6.0861397,16.004168,8.630991,151.1203,15339.363,7.664329,26.719814,40.464336,33.79505,383.4021,71.77653,151.69669,5.0391097,196.33871,546.1711,351.3135,86.77086,505.0786,45.29444,72.50577,267.35382,22.444942,3.6235535,17.365036,1565.0726,0.8172151,1.8819355,97.719154,10.513287,5.359334,17.504913,26.30425,278.59537,80.48239,147.75919,1266.5319,191.58847,2120.4963,1881.9318,17.07739,21.981766,13708.25,9.651089,49.96819,377.42612,82.15363,151.35631,64.52971,353.63406,1208.9167,317.4274,9.376766,71.99649,659.74225,2253.4802,41.592842,461.20807,43.59189,1.0449642,55.548077,1.0051291,0.5631006,2.184864,26.413643,96.426796,248.7506,16.129374,2911.325,149.60933,47.24693,54.640457,14.015976,79.57796,12.96138,2.1962633,22.200537,101.86652,8.968387,5.5040736,9.200808,30.901209,13.085023,5.0637007,33.23105,853.7795,108.50594,2266.3984,35.017467,3233.4446,63.052063,579.5794,1524.4073,42.276367,13.285938,1828.716,2546.0864,6340.1016,421.50388 +2023-05-22 05:00:00,0.0,7741.486,70.499626,21.38704,19.877577,34.365406,195.41476,29.613863,54.310516,22.406746,29.338013,618.2014,592.81384,17.02043,75.58368,6.65796,2.818423,29.70457,38.952354,13.324328,439.6211,5.2637386,344.8271,80.75225,1.4170651,5.928359,116.946106,40.527294,197.77031,176.59381,7041.2383,1.1575094,1965.8071,4.224328,1.6365161,0.9057858,7.627702,213.65842,277.48303,44.065502,266.52353,29.477991,10.283705,778.29376,6.910365,75.95852,76.030205,451.1106,34.208527,374.44794,20.23534,69.532845,0.0,4539.3667,12498.543,19.623974,113.44863,114.89031,36809.03,172.21414,14.067027,57.262737,97.537506,86.252625,31.089523,44.439037,746.6193,114.58938,41.555733,11.050543,15.175093,1078.8799,35.33879,387.31442,77.19402,2249.8127,120.90959,161.58011,168.47118,143.6341,12.297669,22.021355,64.5817,9.231054,10.7708845,46.483776,60.14582,107.9105,17.502695,16.871403,184.96031,13.685566,3899.8726,58.518135,73.73253,64.609116,60.063385,261.59967,105.144394,79.94456,22.64236,25.279022,52.46947,266.53482,198.22214,98.405045,349.93024,64.03812,68.31717,201.37032,232.86111,1028.5043,189.51599,6.081707,16.005209,8.630836,150.997,15341.855,7.665982,26.69267,40.429882,33.80446,383.48798,71.82549,151.61429,5.0399,196.42943,545.9025,351.00668,86.81097,504.44775,45.276386,72.47605,267.62674,22.427895,3.619926,17.355314,1566.0303,0.81526077,1.8783468,97.65181,10.516378,5.3594284,17.48169,26.27919,278.3276,80.45037,147.71637,1265.7922,191.64761,2120.294,1881.9463,17.086765,21.999924,13719.18,9.648948,50.012993,377.5439,82.228935,151.47906,64.56069,353.83505,1208.92,317.48898,9.382767,72.039154,660.328,2253.346,41.586803,461.8004,43.647926,1.0445018,55.548355,1.0048957,0.5626176,2.184043,26.439432,96.52114,248.95227,16.108303,2913.246,149.8013,47.305202,54.70077,14.030799,79.62265,12.978068,2.1962297,22.232527,101.95198,8.985991,5.5111322,9.210374,30.88256,13.081394,5.0703516,33.268963,854.27844,108.60801,2268.7031,35.035255,3236.0808,63.080494,579.3287,1525.9688,42.321373,13.284285,1829.7292,2547.2412,6342.819,421.16812 +2023-05-22 06:00:00,0.0,7748.176,70.54727,21.373991,19.885958,34.346157,195.38829,29.605066,54.27502,22.402807,29.318512,618.6738,592.77057,17.010592,75.633705,6.6637216,2.8222258,29.68832,38.99204,13.330759,439.49615,5.2683206,344.79526,80.71092,1.4143817,5.920538,116.93364,40.508686,197.68996,176.5297,7049.3296,1.1556355,1965.0948,4.213874,1.6345439,0.9045224,7.616059,213.62851,277.48315,44.033733,266.8266,29.47117,10.284919,778.1399,6.9025254,75.98154,76.05941,451.1938,34.246563,374.4459,20.250095,69.57159,0.0,4540.4526,12504.952,19.648396,113.56587,115.00504,36818.176,172.31082,14.084451,57.25169,97.543045,86.31281,31.11947,44.44497,746.70294,114.64113,41.550713,11.061558,15.184929,1079.2454,35.39416,387.48022,77.207664,2249.7043,120.962296,161.65599,168.48672,143.39459,12.2921505,22.00739,64.50865,9.224138,10.762511,46.53211,60.189377,107.85868,17.5082,16.882355,185.09933,13.672897,3899.1423,58.557144,73.814514,64.68733,60.108685,261.53897,105.1985,79.997986,22.65506,25.290495,52.499554,266.8216,198.24098,98.43427,350.06052,64.03873,68.364716,201.51619,232.8748,1028.7861,189.58043,6.0772743,16.00625,8.63068,150.87369,15344.349,7.667634,26.665525,40.395428,33.813866,383.57382,71.874466,151.5319,5.04069,196.52016,545.634,350.69983,86.85108,503.81693,45.25833,72.446335,267.89966,22.410849,3.6162982,17.345592,1566.9878,0.8133065,1.8747581,97.58447,10.51947,5.3595223,17.458466,26.254131,278.05984,80.41835,147.67355,1265.0525,191.70674,2120.0918,1881.9609,17.096138,22.01808,13730.11,9.646807,50.057796,377.6617,82.30424,151.6018,64.59168,354.03604,1208.9235,317.55054,9.388767,72.081825,660.9138,2253.212,41.58076,462.39273,43.703964,1.0440395,55.548634,1.0046623,0.5621346,2.1832218,26.465221,96.615486,249.15395,16.08723,2915.1675,149.99329,47.36348,54.76109,14.045623,79.667336,12.994758,2.1961963,22.264517,102.03744,9.003594,5.5181913,9.219939,30.86391,13.0777645,5.0770025,33.30688,854.77734,108.710075,2271.0078,35.053047,3238.717,63.108925,579.078,1527.5302,42.36638,13.282631,1830.7426,2548.396,6345.5366,420.8324 +2023-05-22 07:00:00,0.0,7754.866,70.594925,21.360943,19.894339,34.32691,195.36183,29.596272,54.239525,22.39887,29.29901,619.1463,592.72736,17.000753,75.68373,6.6694827,2.8260286,29.672068,39.031727,13.33719,439.37122,5.272903,344.76343,80.66959,1.4116983,5.9127173,116.92117,40.490074,197.60962,176.46558,7057.4214,1.1537615,1964.3827,4.20342,1.6325717,0.90325904,7.604415,213.5986,277.48328,44.001965,267.1297,29.464348,10.286133,777.986,6.8946857,76.00455,76.088615,451.27698,34.2846,374.44382,20.26485,69.61034,0.0,4541.5386,12511.36,19.67282,113.68311,115.119774,36827.316,172.40749,14.101875,57.240643,97.54859,86.373,31.149418,44.4509,746.7865,114.69288,41.545692,11.072574,15.194766,1079.6107,35.44953,387.64606,77.221306,2249.5957,121.015,161.73187,168.50227,143.1551,12.286632,21.993422,64.43559,9.217223,10.754138,46.580444,60.232933,107.80687,17.513704,16.893307,185.23836,13.660229,3898.412,58.59615,73.89651,64.76556,60.153988,261.47827,105.2526,80.051414,22.667757,25.30197,52.529633,267.1084,198.25981,98.46351,350.19083,64.03933,68.41227,201.66208,232.88847,1029.0679,189.64487,6.0728416,16.007292,8.630525,150.75038,15346.841,7.6692867,26.63838,40.360973,33.823273,383.6597,71.92343,151.44951,5.04148,196.61089,545.3654,350.39297,86.89119,503.18607,45.240276,72.416626,268.17258,22.3938,3.6126704,17.335873,1567.9454,0.8113522,1.8711693,97.51713,10.522561,5.3596163,17.43524,26.229073,277.79205,80.38633,147.63074,1264.3129,191.76588,2119.8896,1881.9755,17.10551,22.036236,13741.041,9.644665,50.1026,377.7795,82.37954,151.72456,64.622665,354.23703,1208.9268,317.61212,9.394768,72.1245,661.4996,2253.078,41.57472,462.98508,43.760002,1.0435771,55.548912,1.0044289,0.56165165,2.1824007,26.49101,96.70983,249.35562,16.06616,2917.0886,150.18526,47.421753,54.821404,14.060446,79.71203,13.011447,2.1961627,22.296505,102.122894,9.021198,5.52525,9.229506,30.845263,13.074136,5.0836535,33.344795,855.2763,108.81215,2273.3125,35.070835,3241.3535,63.13736,578.8273,1529.0916,42.411385,13.280976,1831.7559,2549.5508,6348.254,420.49664 +2023-05-22 08:00:00,0.0,7761.556,70.64257,21.347895,19.90272,34.307655,195.33536,29.587475,54.204033,22.394932,29.279507,619.6188,592.6841,16.990913,75.73376,6.6752443,2.8298314,29.655817,39.071415,13.343619,439.2463,5.277485,344.73163,80.628265,1.4090149,5.9048963,116.90871,40.471466,197.52927,176.40146,7065.513,1.1518875,1963.6704,4.192966,1.6305995,0.90199566,7.5927706,213.5687,277.4834,43.970196,267.4328,29.457527,10.287346,777.8321,6.8868465,76.027565,76.11781,451.36017,34.32264,374.44177,20.279606,69.64908,0.0,4542.625,12517.77,19.69724,113.800354,115.234505,36836.457,172.50415,14.119299,57.229595,97.55412,86.43318,31.179367,44.456837,746.87006,114.74462,41.540672,11.08359,15.204602,1079.9761,35.5049,387.81186,77.23495,2249.4873,121.0677,161.80774,168.51782,142.91562,12.281113,21.979454,64.36254,9.210307,10.745764,46.628777,60.276493,107.75505,17.519207,16.904259,185.37738,13.64756,3897.6816,58.63516,73.97849,64.84377,60.19929,261.41757,105.30671,80.104836,22.680456,25.313442,52.55971,267.39517,198.27866,98.492744,350.32114,64.03993,68.459816,201.80795,232.90215,1029.3497,189.7093,6.0684085,16.008333,8.630369,150.62708,15349.334,7.6709394,26.611235,40.326523,33.832676,383.74554,71.972404,151.36713,5.0422697,196.70161,545.09686,350.08615,86.931305,502.5552,45.22222,72.38691,268.4455,22.376755,3.6090426,17.32615,1568.9031,0.8093979,1.8675807,97.44978,10.525653,5.3597107,17.412016,26.204012,277.5243,80.3543,147.58792,1263.5732,191.82503,2119.6873,1881.9901,17.114885,22.054392,13751.971,9.642524,50.147404,377.8973,82.45484,151.8473,64.65365,354.43802,1208.93,317.6737,9.400768,72.16717,662.0854,2252.9436,41.56868,463.57742,43.81604,1.0431147,55.54919,1.0041955,0.5611687,2.1815798,26.516802,96.80418,249.55728,16.04509,2919.0098,150.37724,47.48003,54.88172,14.075269,79.75672,13.028136,2.196129,22.328495,102.20835,9.038802,5.5323086,9.239071,30.826612,13.070507,5.0903044,33.38271,855.7752,108.914215,2275.6172,35.088623,3243.9897,63.16579,578.57654,1530.6528,42.45639,13.279323,1832.7692,2550.7056,6350.9717,420.1609 +2023-05-22 09:00:00,0.0,7768.246,70.69022,21.334846,19.9111,34.288406,195.30888,29.578678,54.168537,22.390995,29.260004,620.0912,592.6408,16.981075,75.78379,6.681006,2.8336341,29.639565,39.111103,13.35005,439.12137,5.282067,344.6998,80.58694,1.4063315,5.8970757,116.89624,40.452854,197.44893,176.33736,7073.605,1.1500136,1962.9583,4.182512,1.6286273,0.9007323,7.5811267,213.5388,277.48352,43.938427,267.7359,29.450706,10.28856,777.6782,6.879007,76.05058,76.14702,451.4434,34.360676,374.4397,20.294361,69.68782,0.0,4543.711,12524.179,19.721663,113.917595,115.349236,36845.598,172.60081,14.136723,57.218548,97.55966,86.49337,31.209314,44.46277,746.9536,114.79637,41.53565,11.094605,15.214438,1080.3416,35.560272,387.97766,77.24859,2249.379,121.12041,161.88364,168.53337,142.67612,12.275594,21.965487,64.28949,9.203391,10.7373905,46.677113,60.32005,107.70323,17.524712,16.915209,185.51642,13.6348915,3896.9514,58.674168,74.060486,64.92199,60.24459,261.35684,105.36082,80.158264,22.693153,25.324917,52.58979,267.68195,198.2975,98.52198,350.45142,64.040535,68.50736,201.95384,232.91582,1029.6315,189.77374,6.063976,16.009375,8.630214,150.50377,15351.826,7.6725917,26.58409,40.29207,33.842083,383.83142,72.02137,151.28473,5.04306,196.79234,544.82825,349.7793,86.97141,501.92438,45.204166,72.35719,268.71844,22.359707,3.605415,17.31643,1569.8606,0.8074436,1.863992,97.38244,10.528744,5.3598046,17.388792,26.178953,277.25653,80.32228,147.5451,1262.8335,191.88417,2119.485,1882.0048,17.124258,22.072548,13762.901,9.640383,50.192204,378.01508,82.53014,151.97006,64.68463,354.63898,1208.9333,317.73526,9.406769,72.20984,662.6712,2252.8096,41.562637,464.16977,43.872074,1.0426524,55.549473,1.003962,0.5606857,2.1807587,26.542591,96.89851,249.75896,16.02402,2920.9312,150.56923,47.538307,54.942036,14.090093,79.801414,13.044825,2.1960955,22.360483,102.293816,9.056405,5.539367,9.248637,30.807964,13.066877,5.096956,33.420628,856.2742,109.01628,2277.9219,35.106415,3246.626,63.194225,578.32587,1532.2142,42.5014,13.277669,1833.7825,2551.8604,6353.689,419.82513 +2023-05-22 10:00:00,0.0,7774.9365,70.73787,21.321798,19.919481,34.269157,195.28242,29.569883,54.13304,22.387056,29.240503,620.56366,592.59753,16.971237,75.83382,6.686767,2.837437,29.623312,39.150787,13.356481,438.99643,5.2866488,344.66797,80.54561,1.4036481,5.8892546,116.88378,40.434242,197.36858,176.27324,7081.697,1.1481396,1962.2461,4.1720576,1.6266551,0.89946884,7.569483,213.5089,277.48364,43.90666,268.03897,29.443884,10.289774,777.52435,6.871167,76.07359,76.17622,451.52655,34.398712,374.43765,20.309116,69.72656,0.0,4544.797,12530.587,19.746084,114.034836,115.46397,36854.74,172.69748,14.154147,57.2075,97.5652,86.55356,31.239262,44.4687,747.0372,114.84812,41.53063,11.10562,15.224276,1080.7069,35.615643,388.1435,77.26223,2249.2705,121.17311,161.95952,168.54892,142.43663,12.270075,21.951519,64.21643,9.196475,10.729016,46.72545,60.3636,107.65141,17.530214,16.92616,185.65544,13.622223,3896.2212,58.713177,74.14247,65.00021,60.289894,261.29614,105.414925,80.21169,22.705853,25.33639,52.619873,267.96872,198.31635,98.55121,350.58173,64.04114,68.55491,202.09972,232.9295,1029.9133,189.8382,6.059543,16.010416,8.630057,150.38046,15354.318,7.6742444,26.556944,40.257614,33.85149,383.91727,72.07034,151.20235,5.04385,196.88307,544.5597,349.47244,87.01152,501.29352,45.18611,72.32748,268.99136,22.34266,3.6017873,17.306707,1570.8182,0.8054893,1.8604033,97.315094,10.531836,5.3598986,17.365568,26.153893,276.98874,80.29026,147.50229,1262.0939,191.9433,2119.283,1882.0193,17.13363,22.090704,13773.832,9.638241,50.237007,378.13287,82.605446,152.0928,64.715614,354.83997,1208.9366,317.79684,9.412768,72.25251,663.25696,2252.6755,41.5566,464.7621,43.928112,1.04219,55.54975,1.0037286,0.5602028,2.1799376,26.56838,96.99286,249.96063,16.002949,2922.8523,150.7612,47.59658,55.002354,14.104916,79.8461,13.061514,2.1960618,22.392473,102.37927,9.074009,5.546426,9.258203,30.789314,13.063249,5.1036067,33.45854,856.7731,109.118355,2280.2266,35.124203,3249.2625,63.222656,578.07513,1533.7756,42.546406,13.276015,1834.7958,2553.0151,6356.4062,419.48938 +2023-05-22 11:00:00,0.0,7781.6265,70.78552,21.30875,19.927862,34.24991,195.25595,29.561087,54.097546,22.38312,29.221,621.0361,592.55426,16.961397,75.88384,6.6925287,2.8412397,29.607061,39.190475,13.36291,438.87152,5.291231,344.63614,80.50428,1.4009646,5.881434,116.871315,40.415634,197.28824,176.20912,7089.788,1.1462656,1961.5338,4.1616035,1.6246829,0.89820546,7.557839,213.47899,277.48376,43.87489,268.34207,29.437063,10.290987,777.3705,6.8633275,76.09661,76.20543,451.60977,34.436752,374.43558,20.323872,69.765305,0.0,4545.8833,12536.996,19.770508,114.15208,115.5787,36863.88,172.79416,14.171571,57.196453,97.57073,86.61374,31.269209,44.474636,747.1207,114.899864,41.525608,11.116636,15.234112,1081.0724,35.671013,388.3093,77.27587,2249.162,121.225815,162.0354,168.56447,142.19714,12.264556,21.937551,64.14338,9.189559,10.720643,46.77378,60.407166,107.599594,17.535719,16.937113,185.79446,13.609554,3895.4907,58.752186,74.224464,65.07843,60.335197,261.23544,105.46903,80.26512,22.71855,25.347864,52.649952,268.25552,198.33519,98.580444,350.71204,64.04174,68.60246,202.2456,232.94318,1030.1951,189.90263,6.0551105,16.01146,8.629902,150.25714,15356.812,7.675897,26.5298,40.22316,33.860893,384.00314,72.11931,151.11995,5.04464,196.97379,544.29114,349.16562,87.051636,500.6627,45.168053,72.29777,269.26428,22.325613,3.5981596,17.296986,1571.7758,0.803535,1.8568145,97.24775,10.534926,5.359993,17.342344,26.128834,276.72098,80.25823,147.45946,1261.3542,192.00244,2119.0806,1882.0339,17.143003,22.108862,13784.762,9.6361,50.28181,378.25067,82.68075,152.21556,64.746605,355.04095,1208.94,317.8584,9.418769,72.29518,663.8428,2252.5413,41.550556,465.35443,43.98415,1.0417275,55.55003,1.0034952,0.5597198,2.1791165,26.59417,97.087204,250.16231,15.981877,2924.7737,150.95319,47.654858,55.062668,14.11974,79.89079,13.078203,2.1960282,22.424461,102.46473,9.091613,5.5534844,9.267768,30.770666,13.05962,5.1102576,33.49646,857.27203,109.22042,2282.5312,35.14199,3251.8987,63.251087,577.8244,1535.337,42.59141,13.274362,1835.8091,2554.17,6359.124,419.15363 +2023-05-22 12:00:00,0.0,7788.3164,70.833176,21.295702,19.936243,34.230656,195.22949,29.55229,54.06205,22.37918,29.201498,621.50854,592.511,16.95156,75.93387,6.6982903,2.8450425,29.590809,39.230164,13.369341,438.74658,5.295813,344.60434,80.46295,1.3982812,5.873613,116.85885,40.397022,197.20789,176.14502,7097.88,1.1443918,1960.8217,4.1511497,1.6227107,0.8969421,7.546195,213.44908,277.4839,43.84312,268.64517,29.430243,10.292201,777.2166,6.8554883,76.11963,76.234634,451.69293,34.47479,374.43353,20.338627,69.80405,0.0,4546.969,12543.405,19.79493,114.26931,115.69343,36873.023,172.89082,14.188995,57.185406,97.57627,86.67393,31.299158,44.480568,747.2043,114.951614,41.520588,11.127652,15.243948,1081.4377,35.726383,388.4751,77.28952,2249.0537,121.27852,162.11128,168.58002,141.95764,12.259037,21.923584,64.07032,9.182643,10.71227,46.822117,60.450718,107.547775,17.541222,16.948065,185.93349,13.596886,3894.7605,58.791195,74.30645,65.15665,60.380497,261.1747,105.52314,80.31855,22.731249,25.359337,52.68003,268.5423,198.35403,98.60968,350.84232,64.04234,68.65001,202.39148,232.95685,1030.4769,189.96707,6.0506773,16.0125,8.629746,150.13383,15359.304,7.6775494,26.502655,40.18871,33.8703,384.089,72.16828,151.03757,5.04543,197.06451,544.0226,348.85876,87.09174,500.03183,45.149998,72.26805,269.5372,22.308567,3.5945318,17.287264,1572.7334,0.80158067,1.8532258,97.180405,10.538018,5.360087,17.31912,26.103775,276.45322,80.22621,147.41664,1260.6145,192.06158,2118.8784,1882.0485,17.152378,22.127018,13795.692,9.633958,50.326614,378.36847,82.75605,152.3383,64.77759,355.24194,1208.9432,317.91998,9.424769,72.337845,664.4285,2252.4072,41.544514,465.94678,44.040188,1.0412652,55.55031,1.0032618,0.5592368,2.1782956,26.619959,97.18155,250.36397,15.960807,2926.6948,151.14516,47.713135,55.122982,14.1345625,79.935486,13.0948925,2.1959946,22.456451,102.550186,9.109217,5.560543,9.277334,30.752016,13.05599,5.1169086,33.534374,857.77094,109.32249,2284.836,35.159782,3254.535,63.279522,577.5737,1536.8984,42.636417,13.272708,1836.8224,2555.3247,6361.8413,418.81787 +2023-05-22 13:00:00,0.0,7795.007,70.88082,21.282654,19.944624,34.211407,195.20302,29.543495,54.026558,22.375242,29.181997,621.98096,592.4677,16.941721,75.983894,6.7040515,2.8488455,29.574558,39.269848,13.3757715,438.62164,5.300395,344.5725,80.42162,1.3955978,5.865792,116.84638,40.378414,197.12753,176.0809,7105.9717,1.1425178,1960.1094,4.1406956,1.6207385,0.8956787,7.5345507,213.41917,277.484,43.81135,268.94824,29.423422,10.293415,777.06274,6.8476486,76.14264,76.26384,451.77618,34.512825,374.43146,20.353382,69.8428,0.0,4548.055,12549.813,19.819351,114.38655,115.80816,36882.164,172.98749,14.206419,57.17436,97.58181,86.734116,31.329105,44.4865,747.28784,115.00336,41.515564,11.138667,15.253785,1081.8031,35.781754,388.6409,77.30316,2248.9453,121.33122,162.18716,168.59557,141.71815,12.253518,21.909616,63.99727,9.175728,10.703896,46.87045,60.494274,107.49596,17.546726,16.959017,186.07251,13.584217,3894.0303,58.8302,74.38844,65.23487,60.4258,261.114,105.57725,80.37198,22.743946,25.37081,52.71011,268.82907,198.37286,98.638916,350.97263,64.04295,68.697556,202.53737,232.97052,1030.7587,190.03151,6.0462446,16.013542,8.629591,150.01053,15361.797,7.679202,26.47551,40.154255,33.879707,384.17487,72.21725,150.95517,5.04622,197.15524,543.754,348.5519,87.13186,499.40097,45.131943,72.238335,269.81012,22.29152,3.5909042,17.277542,1573.6909,0.7996264,1.8496372,97.11306,10.54111,5.360181,17.295897,26.078714,276.18542,80.19419,147.37383,1259.8749,192.12073,2118.6763,1882.0631,17.16175,22.145174,13806.623,9.631817,50.371418,378.48627,82.83135,152.46106,64.80857,355.44293,1208.9467,317.98157,9.43077,72.380516,665.01434,2252.2732,41.538475,466.53912,44.096226,1.0408028,55.550587,1.0030285,0.55875385,2.1774745,26.64575,97.275894,250.56564,15.939736,2928.616,151.33714,47.771408,55.1833,14.149385,79.98017,13.111581,2.195961,22.488441,102.63564,9.126821,5.5676017,9.2869,30.733366,13.0523615,5.1235595,33.572292,858.26984,109.42456,2287.1406,35.17757,3257.1714,63.307953,577.323,1538.4598,42.681423,13.271054,1837.8357,2556.4795,6364.559,418.48215 +2023-05-22 14:00:00,0.0,7801.697,70.928474,21.269606,19.953005,34.192158,195.17656,29.534698,53.991062,22.371305,29.162495,622.4534,592.4245,16.93188,76.03392,6.709813,2.8526483,29.558306,39.309536,13.382201,438.4967,5.304977,344.54068,80.380295,1.3929144,5.857971,116.833916,40.359802,197.0472,176.01678,7114.0635,1.1406438,1959.3972,4.1302414,1.6187663,0.8944153,7.5229073,213.38927,277.4841,43.779583,269.25134,29.4166,10.294628,776.9089,6.839809,76.16566,76.293045,451.85934,34.550865,374.4294,20.368137,69.88154,0.0,4549.1416,12556.223,19.843775,114.50379,115.92289,36891.305,173.08415,14.223844,57.163315,97.58735,86.7943,31.359053,44.492435,747.37146,115.05511,41.510544,11.149683,15.263621,1082.1686,35.837128,388.80673,77.3168,2248.837,121.38393,162.26303,168.61111,141.47867,12.247999,21.895649,63.924213,9.168812,10.695522,46.918785,60.53783,107.444145,17.552229,16.969969,186.21153,13.571549,3893.2998,58.86921,74.47043,65.31309,60.471104,261.0533,105.631355,80.4254,22.756645,25.382284,52.740192,269.11584,198.39171,98.668144,351.1029,64.04356,68.7451,202.68324,232.9842,1031.0405,190.09595,6.041812,16.014584,8.629436,149.88722,15364.289,7.680855,26.448364,40.1198,33.88911,384.2607,72.26622,150.87279,5.04701,197.24597,543.4855,348.2451,87.17197,498.77014,45.113888,72.208626,270.08304,22.274473,3.5872765,17.26782,1574.6486,0.7976721,1.8460484,97.045715,10.544201,5.3602753,17.272673,26.053656,275.91766,80.16216,147.33101,1259.1353,192.17987,2118.4739,1882.0776,17.171124,22.16333,13817.554,9.629676,50.41622,378.60403,82.906654,152.5838,64.839554,355.64392,1208.95,318.04312,9.43677,72.42319,665.60016,2252.139,41.532433,467.13144,44.152264,1.0403404,55.550865,1.0027951,0.5582709,2.1766534,26.67154,97.37024,250.76732,15.918665,2930.5374,151.52913,47.829685,55.243614,14.164209,80.024864,13.12827,2.1959274,22.52043,102.7211,9.1444235,5.5746603,9.296466,30.714718,13.048733,5.1302104,33.610207,858.7688,109.52663,2289.4456,35.19536,3259.8076,63.336384,577.07227,1540.0212,42.726433,13.269401,1838.849,2557.6343,6367.2764,418.1464 +2023-05-22 15:00:00,0.0,7808.387,70.97612,21.256557,19.961386,34.17291,195.15009,29.525904,53.955566,22.367367,29.142992,622.9259,592.3812,16.922043,76.08395,6.7155747,2.856451,29.542055,39.349224,13.388632,438.3718,5.309559,344.50885,80.33897,1.390231,5.85015,116.82146,40.34119,196.96684,175.95267,7122.1553,1.1387699,1958.6849,4.119787,1.6167941,0.8931519,7.5112634,213.35938,277.48422,43.747814,269.55444,29.409779,10.295842,776.75494,6.8319693,76.188675,76.32225,451.94257,34.5889,374.42734,20.382893,69.92028,0.0,4550.2275,12562.632,19.868196,114.62103,116.03762,36900.445,173.18082,14.241267,57.152267,97.59288,86.854485,31.389002,44.498367,747.455,115.10686,41.505524,11.160699,15.273458,1082.5339,35.892498,388.97253,77.330444,2248.7285,121.43663,162.33893,168.62666,141.23917,12.24248,21.881681,63.85116,9.161896,10.687148,46.967117,60.58139,107.39233,17.557734,16.98092,186.35056,13.558881,3892.5696,58.90822,74.55242,65.391304,60.516403,260.9926,105.68546,80.47883,22.769342,25.393757,52.77027,269.40265,198.41055,98.69738,351.23322,64.04416,68.792656,202.82913,232.99788,1031.3223,190.16039,6.0373793,16.015625,8.62928,149.76392,15366.782,7.682507,26.421219,40.085346,33.898518,384.3466,72.315186,150.79039,5.0478,197.3367,543.2169,347.93823,87.21208,498.13928,45.095833,72.17891,270.35596,22.257425,3.5836487,17.258099,1575.6062,0.7957178,1.8424597,96.97837,10.547293,5.360369,17.249449,26.028595,275.6499,80.13014,147.2882,1258.3955,192.239,2118.2717,1882.0923,17.180496,22.181486,13828.483,9.627534,50.46102,378.72183,82.98196,152.70654,64.870544,355.8449,1208.9532,318.1047,9.442771,72.46586,666.1859,2252.005,41.526394,467.7238,44.208298,1.0398781,55.551144,1.0025617,0.5577879,2.1758323,26.697329,97.464584,250.969,15.897594,2932.4585,151.7211,47.887962,55.303932,14.179032,80.06956,13.144959,2.1958938,22.55242,102.806564,9.162027,5.5817194,9.306031,30.696068,13.045103,5.1368613,33.648125,859.2677,109.62869,2291.7502,35.21315,3262.4438,63.36482,576.8216,1541.5826,42.77144,13.267747,1839.8623,2558.789,6369.994,417.81064 +2023-05-22 16:00:00,0.0,7815.077,71.02377,21.24351,19.969767,34.153656,195.12361,29.517107,53.92007,22.36343,29.123491,623.3983,592.33795,16.912205,76.13397,6.721336,2.8602538,29.525803,39.38891,13.395062,438.24686,5.3141413,344.47705,80.29764,1.3875476,5.8423295,116.80899,40.322582,196.8865,175.88857,7130.247,1.1368959,1957.9728,4.109333,1.6148219,0.8918885,7.499619,213.32947,277.48434,43.716045,269.8575,29.402958,10.297055,776.6011,6.82413,76.211685,76.351456,452.02573,34.626938,374.4253,20.397648,69.95902,0.0,4551.3135,12569.041,19.892618,114.73827,116.15235,36909.586,173.2775,14.258692,57.14122,97.59842,86.91467,31.41895,44.5043,747.5386,115.1586,41.500504,11.171714,15.283295,1082.8993,35.94787,389.13834,77.344086,2248.62,121.489334,162.41481,168.64221,140.99968,12.236961,21.867714,63.778103,9.15498,10.678775,47.015453,60.624947,107.34051,17.563236,16.99187,186.48958,13.546212,3891.8394,58.947227,74.63441,65.46953,60.561707,260.9319,105.73957,80.53226,22.782042,25.405231,52.80035,269.68942,198.4294,98.726616,351.36353,64.04476,68.8402,202.975,233.01155,1031.6041,190.22482,6.032946,16.016666,8.629125,149.64061,15369.274,7.6841598,26.394073,40.050896,33.907925,384.43243,72.36416,150.70801,5.04859,197.42741,542.9483,347.63138,87.25219,497.50842,45.077778,72.14919,270.6289,22.24038,3.5800211,17.248377,1576.5637,0.79376346,1.838871,96.911026,10.550384,5.360463,17.226225,26.003536,275.3821,80.09812,147.24538,1257.6559,192.29814,2118.0696,1882.1068,17.18987,22.199642,13839.414,9.625393,50.505825,378.83963,83.05726,152.8293,64.90153,356.0459,1208.9565,318.1663,9.448771,72.50853,666.7717,2251.8708,41.52035,468.31613,44.264336,1.0394157,55.551422,1.0023283,0.5573049,2.1750112,26.723118,97.55893,251.17065,15.876524,2934.3796,151.91309,47.946236,55.364246,14.193856,80.11425,13.161649,2.1958601,22.584408,102.89202,9.179631,5.588778,9.315598,30.67742,13.041474,5.1435122,33.68604,859.76666,109.73077,2294.055,35.230938,3265.08,63.39325,576.57086,1543.144,42.816444,13.266092,1840.8757,2559.9438,6372.7114,417.47488 +2023-05-22 17:00:00,0.0,7821.767,71.07142,21.230461,19.978148,34.134407,195.09715,29.50831,53.884575,22.359491,29.103989,623.8708,592.2947,16.902365,76.184006,6.7270975,2.8640566,29.50955,39.428596,13.401492,438.12192,5.318723,344.44522,80.25631,1.3848641,5.8345084,116.796524,40.30397,196.80615,175.82445,7138.3384,1.1350219,1957.2606,4.098879,1.6128497,0.8906251,7.4879756,213.29956,277.48447,43.684277,270.1606,29.396135,10.298269,776.4472,6.8162904,76.2347,76.38065,452.10895,34.664978,374.42322,20.412401,69.997765,0.0,4552.3994,12575.449,19.91704,114.855515,116.26708,36918.727,173.37416,14.276115,57.130173,97.60396,86.97485,31.448896,44.510235,747.62213,115.21035,41.49548,11.18273,15.293131,1083.2648,36.00324,389.30417,77.35773,2248.5115,121.54204,162.49069,168.65775,140.7602,12.231442,21.853746,63.705048,9.148064,10.670402,47.06379,60.6685,107.28869,17.56874,17.002823,186.6286,13.533544,3891.109,58.986237,74.7164,65.547745,60.60701,260.8712,105.79368,80.585686,22.794739,25.416704,52.83043,269.9762,198.44824,98.75585,351.4938,64.045364,68.88775,203.1209,233.02524,1031.8859,190.28926,6.0285134,16.017708,8.628969,149.5173,15371.768,7.6858125,26.366928,40.01644,33.917328,384.5183,72.41313,150.62561,5.0493803,197.51814,542.67975,347.32455,87.2923,496.8776,45.05972,72.119484,270.90182,22.223331,3.5763934,17.238655,1577.5214,0.7918092,1.8352823,96.84368,10.553475,5.360557,17.203,25.978477,275.11435,80.0661,147.20256,1256.9163,192.35728,2117.8672,1882.1215,17.199244,22.2178,13850.345,9.623252,50.55063,378.95743,83.13256,152.95204,64.93251,356.2469,1208.9598,318.22784,9.454771,72.5512,667.3575,2251.7366,41.514313,468.90848,44.320374,1.0389533,55.5517,1.0020949,0.556822,2.1741903,26.748907,97.65327,251.37233,15.855453,2936.301,152.10507,48.004513,55.424564,14.208679,80.158936,13.178337,2.1958265,22.616398,102.97748,9.197235,5.5958366,9.325163,30.65877,13.037846,5.1501637,33.723953,860.26556,109.83283,2296.3596,35.248726,3267.7166,63.42168,576.3201,1544.7054,42.86145,13.264439,1841.889,2561.0986,6375.4287,417.13913 +2023-05-22 18:00:00,0.0,7828.4575,71.11907,21.217413,19.986528,34.115158,195.07068,29.499516,53.84908,22.355555,29.084486,624.3432,592.2514,16.892527,76.23403,6.732859,2.8678594,29.4933,39.468285,13.407923,437.997,5.323305,344.4134,80.21498,1.3821807,5.826688,116.78406,40.28536,196.7258,175.76033,7146.43,1.133148,1956.5483,4.088425,1.6108775,0.88936174,7.4763317,213.26965,277.4846,43.652508,270.4637,29.389315,10.299483,776.29333,6.8084507,76.25772,76.40986,452.19214,34.703014,374.42117,20.427156,70.03651,0.0,4553.4854,12581.858,19.941463,114.972755,116.381805,36927.87,173.47083,14.293539,57.119125,97.60949,87.03504,31.478846,44.516167,747.7057,115.2621,41.49046,11.193746,15.302968,1083.6301,36.05861,389.46997,77.37137,2248.403,121.59474,162.56657,168.6733,140.52069,12.225924,21.839779,63.631992,9.141148,10.662027,47.11212,60.712055,107.23687,17.574244,17.013775,186.76762,13.520875,3890.3787,59.025246,74.798386,65.62596,60.65231,260.8105,105.84778,80.639114,22.807438,25.428179,52.86051,270.26297,198.46707,98.78508,351.6241,64.04597,68.935295,203.26677,233.03891,1032.1677,190.3537,6.0240808,16.01875,8.628814,149.394,15374.26,7.687465,26.339785,39.981987,33.926735,384.60416,72.4621,150.54323,5.05017,197.60887,542.4112,347.0177,87.33241,496.24673,45.041664,72.08977,271.17474,22.206284,3.5727656,17.228933,1578.4789,0.7898549,1.8316935,96.77634,10.556566,5.3606515,17.179775,25.953417,274.8466,80.03407,147.15974,1256.1765,192.41643,2117.665,1882.136,17.208616,22.235956,13861.274,9.62111,50.595432,379.07523,83.20786,153.0748,64.96349,356.44788,1208.9631,318.28943,9.460772,72.59387,667.9433,2251.6025,41.50827,469.5008,44.37641,1.038491,55.55198,1.0018615,0.556339,2.1733692,26.774698,97.74761,251.574,15.834382,2938.2222,152.29704,48.062786,55.48488,14.223502,80.20363,13.195026,2.195793,22.648388,103.062935,9.214839,5.6028953,9.334729,30.640121,13.034216,5.1568146,33.76187,860.7645,109.934906,2298.6643,35.266518,3270.3528,63.450115,576.06946,1546.2668,42.906456,13.262785,1842.9023,2562.2534,6378.1465,416.80338 +2023-05-22 19:00:00,0.0,7835.1475,71.16672,21.204365,19.99491,34.09591,195.04422,29.490719,53.813587,22.351616,29.064983,624.8157,592.2081,16.882689,76.28406,6.7386203,2.8716621,29.477047,39.50797,13.414353,437.87207,5.327887,344.38156,80.17365,1.3794973,5.8188667,116.77159,40.26675,196.64546,175.69623,7154.522,1.131274,1955.8362,4.077971,1.6089053,0.88809836,7.4646873,213.23975,277.4847,43.62074,270.7668,29.382494,10.300696,776.13947,6.800611,76.28074,76.439064,452.27533,34.74105,374.4191,20.441912,70.07526,0.0,4554.572,12588.268,19.965885,115.08999,116.49654,36937.01,173.56749,14.310964,57.108078,97.61503,87.09523,31.508793,44.5221,747.78925,115.31384,41.48544,11.204761,15.312804,1083.9956,36.11398,389.63577,77.38502,2248.2947,121.647446,162.64246,168.68884,140.2812,12.220405,21.825813,63.558937,9.1342325,10.653654,47.160458,60.755615,107.18505,17.579748,17.024727,186.90665,13.508206,3889.6484,59.064255,74.88038,65.704185,60.697613,260.7498,105.901886,80.69254,22.820135,25.439651,52.89059,270.54974,198.48592,98.814316,351.75443,64.04657,68.98285,203.41266,233.05258,1032.4495,190.41814,6.019648,16.019793,8.628658,149.27069,15376.752,7.6891174,26.31264,39.947533,33.936142,384.69003,72.51107,150.46083,5.05096,197.6996,542.14264,346.71085,87.37252,495.61588,45.02361,72.06005,271.44766,22.189238,3.5691378,17.219212,1579.4365,0.78790057,1.8281049,96.70899,10.559658,5.3607454,17.156551,25.928358,274.5788,80.00205,147.11691,1255.4369,192.47557,2117.463,1882.1506,17.21799,22.254112,13872.205,9.618969,50.640236,379.193,83.283165,153.19754,64.994484,356.64883,1208.9666,318.351,9.466772,72.63654,668.5291,2251.4685,41.502228,470.09314,44.43245,1.0380286,55.552258,1.001628,0.55585605,2.172548,26.800488,97.84196,251.77568,15.813312,2940.1436,152.48903,48.121063,55.545197,14.238326,80.24832,13.211716,2.1957593,22.680376,103.14839,9.232442,5.609954,9.344295,30.621471,13.030587,5.1634655,33.799786,861.2634,110.03697,2300.969,35.284306,3272.989,63.478546,575.8187,1547.8282,42.951466,13.261131,1843.9156,2563.4082,6380.864,416.46765 +2023-05-22 20:00:00,0.0,7841.8374,71.21437,21.191317,20.003288,34.076656,195.01775,29.481922,53.77809,22.347677,29.045483,625.2881,592.16486,16.872849,76.33408,6.744382,2.875465,29.460796,39.547657,13.420783,437.74713,5.3324695,344.34976,80.132324,1.3768139,5.811046,116.75913,40.24814,196.56511,175.63211,7162.614,1.1294,1955.1239,4.067517,1.6069331,0.886835,7.453044,213.20984,277.48483,43.58897,271.0699,29.375671,10.30191,775.9856,6.792772,76.30375,76.46827,452.35852,34.77909,374.41705,20.456667,70.114,0.0,4555.658,12594.676,19.990307,115.20723,116.61127,36946.152,173.66415,14.328387,57.09703,97.62057,87.15541,31.53874,44.528034,747.8728,115.36559,41.480415,11.215776,15.32264,1084.361,36.16935,389.8016,77.39866,2248.1863,121.70015,162.71834,168.70439,140.04172,12.214886,21.811846,63.48588,9.127316,10.64528,47.20879,60.79917,107.13323,17.585253,17.035679,187.04567,13.495538,3888.918,59.10326,74.962364,65.7824,60.742916,260.68906,105.95599,80.745964,22.832834,25.451124,52.92067,270.83655,198.50476,98.84355,351.8847,64.04718,69.030396,203.55853,233.06625,1032.7313,190.48259,6.015215,16.020834,8.628503,149.14737,15379.245,7.69077,26.285494,39.913082,33.945545,384.77588,72.560036,150.37845,5.05175,197.79033,541.8741,346.40402,87.412636,494.98505,45.005554,72.030334,271.72058,22.17219,3.5655103,17.20949,1580.394,0.7859463,1.8245162,96.64165,10.56275,5.3608394,17.133327,25.903297,274.31104,79.97003,147.0741,1254.6973,192.5347,2117.2605,1882.1652,17.227364,22.272268,13883.136,9.616828,50.685036,379.3108,83.35847,153.3203,65.02547,356.84982,1208.9698,318.41257,9.472773,72.679214,669.11487,2251.3342,41.49619,470.6855,44.488483,1.0375663,55.552536,1.0013946,0.5553731,2.171727,26.826277,97.9363,251.97736,15.79224,2942.0647,152.681,48.17934,55.60551,14.253149,80.293015,13.228405,2.1957257,22.712366,103.23385,9.250046,5.6170125,9.35386,30.602823,13.026958,5.1701164,33.837704,861.7624,110.13904,2303.2737,35.302094,3275.6255,63.50698,575.568,1549.3896,42.99647,13.259478,1844.929,2564.563,6383.5815,416.1319 +2023-05-22 21:00:00,0.0,7848.528,71.26202,21.178268,20.01167,34.057407,194.99129,29.473127,53.742596,22.34374,29.02598,625.76056,592.1216,16.86301,76.38411,6.7501435,2.8792677,29.444544,39.587345,13.427214,437.6222,5.3370514,344.31793,80.090996,1.3741305,5.803225,116.746666,40.22953,196.48477,175.568,7170.7056,1.127526,1954.4117,4.0570626,1.6049609,0.88557154,7.4413996,213.17993,277.48495,43.5572,271.373,29.36885,10.303124,775.83167,6.784932,76.32677,76.497475,452.4417,34.817127,374.41498,20.471422,70.15274,0.0,4556.744,12601.085,20.01473,115.32447,116.726,36955.293,173.76083,14.345812,57.085983,97.62611,87.2156,31.568687,44.533966,747.9564,115.417336,41.475395,11.226792,15.332478,1084.7263,36.22472,389.9674,77.4123,2248.078,121.75285,162.79422,168.71994,139.80222,12.209367,21.797878,63.41283,9.1204,10.636907,47.257126,60.842728,107.08142,17.590755,17.04663,187.18471,13.482869,3888.1877,59.14227,75.04436,65.86062,60.788216,260.62836,106.0101,80.79939,22.845531,25.462599,52.95075,271.12332,198.5236,98.87279,352.015,64.04778,69.07794,203.70442,233.07994,1033.0131,190.54703,6.0107822,16.021875,8.628347,149.02406,15381.737,7.692423,26.258348,39.878628,33.954952,384.86176,72.60901,150.29605,5.0525403,197.88104,541.6055,346.09717,87.45274,494.3542,44.9875,72.000626,271.9935,22.155144,3.5618825,17.199768,1581.3517,0.783992,1.8209275,96.5743,10.565841,5.360934,17.110104,25.878239,274.04327,79.938,147.03128,1253.9575,192.59384,2117.0583,1882.1798,17.236736,22.290424,13894.065,9.614686,50.72984,379.4286,83.43377,153.44304,65.05645,357.0508,1208.9731,318.47415,9.478773,72.72188,669.7007,2251.2002,41.490147,471.27783,44.54452,1.0371039,55.55282,1.0011612,0.5548901,2.1709058,26.852066,98.03065,252.17902,15.77117,2943.9858,152.87299,48.237614,55.665825,14.267973,80.3377,13.245093,2.195692,22.744354,103.319305,9.26765,5.624071,9.363426,30.584173,13.023329,5.1767673,33.875618,862.2613,110.24111,2305.5784,35.319885,3278.2617,63.53541,575.3173,1550.951,43.041477,13.257824,1845.9423,2565.7178,6386.299,415.79614 +2023-05-22 22:00:00,0.0,7855.218,71.30967,21.16522,20.02005,34.03816,194.96481,29.46433,53.7071,22.339802,29.006477,626.233,592.07837,16.853172,76.434135,6.7559047,2.8830705,29.428291,39.627033,13.433644,437.49728,5.3416333,344.2861,80.04966,1.3714471,5.795404,116.7342,40.21092,196.40442,175.50389,7178.797,1.1256521,1953.6995,4.0466084,1.6029887,0.88430816,7.4297557,213.15004,277.48508,43.525433,271.6761,29.36203,10.3043375,775.6778,6.7770925,76.349785,76.52668,452.5249,34.855164,374.4129,20.486177,70.19148,0.0,4557.83,12607.494,20.039152,115.44171,116.84073,36964.434,173.8575,14.363235,57.074936,97.63164,87.27579,31.598637,44.539898,748.04,115.469086,41.470375,11.237807,15.342314,1085.0918,36.28009,390.1332,77.42594,2247.9695,121.80556,162.8701,168.73549,139.56273,12.203848,21.78391,63.339775,9.113484,10.628532,47.305458,60.886284,107.0296,17.59626,17.05758,187.32373,13.470201,3887.4575,59.18128,75.12634,65.93884,60.83352,260.56766,106.06421,80.85282,22.85823,25.474072,52.98083,271.4101,198.54245,98.902016,352.14532,64.048386,69.12549,203.8503,233.09361,1033.2949,190.61147,6.0063496,16.022917,8.628191,148.90076,15384.23,7.694075,26.231203,39.844173,33.96436,384.9476,72.657974,150.21367,5.0533304,197.97177,541.337,345.7903,87.49286,493.72333,44.969444,71.97091,272.26642,22.138096,3.5582547,17.190046,1582.3093,0.7820377,1.8173387,96.506966,10.568933,5.3610277,17.08688,25.85318,273.77548,79.90598,146.98846,1253.2179,192.65298,2116.8562,1882.1943,17.246109,22.30858,13904.996,9.612545,50.774643,379.5464,83.50908,153.5658,65.08743,357.2518,1208.9764,318.53574,9.484774,72.76455,670.2865,2251.0662,41.484108,471.87015,44.60056,1.0366415,55.553097,1.0009278,0.5544071,2.170085,26.877855,98.12499,252.38069,15.750099,2945.9072,153.06497,48.29589,55.726143,14.282796,80.38239,13.261783,2.1956587,22.776344,103.40477,9.285254,5.6311297,9.372992,30.565525,13.0197,5.1834183,33.913536,862.7602,110.34318,2307.883,35.337673,3280.898,63.563843,575.0666,1552.5125,43.086483,13.25617,1846.9556,2566.8726,6389.016,415.4604 +2023-05-22 23:00:00,0.0,7861.9077,71.357315,21.152172,20.02843,34.01891,194.93835,29.455536,53.671604,22.335865,28.986977,626.70544,592.0351,16.843332,76.48416,6.7616663,2.8868732,29.41204,39.666718,13.440074,437.37234,5.3462152,344.25427,80.00833,1.3687636,5.7875834,116.72173,40.192307,196.32407,175.43977,7186.8887,1.1237782,1952.9873,4.0361547,1.6010165,0.8830448,7.418112,213.12013,277.4852,43.493664,271.97916,29.35521,10.305552,775.5239,6.7692533,76.372795,76.555885,452.6081,34.893204,374.41086,20.500933,70.230225,0.0,4558.916,12613.902,20.063574,115.55895,116.95546,36973.574,173.95416,14.38066,57.06389,97.63718,87.33597,31.628584,44.545834,748.12354,115.520836,41.465355,11.248823,15.35215,1085.4572,36.33546,390.299,77.43958,2247.861,121.85826,162.94598,168.75104,139.32324,12.198329,21.769943,63.26672,9.106568,10.620159,47.353794,60.92984,106.97778,17.601763,17.068533,187.46275,13.457532,3886.727,59.220287,75.208336,66.01706,60.878822,260.50693,106.11832,80.90625,22.870928,25.485546,53.01091,271.69687,198.5613,98.93125,352.2756,64.04899,69.17304,203.99619,233.10728,1033.5767,190.6759,6.001917,16.023958,8.628036,148.77745,15386.723,7.695728,26.204058,39.80972,33.973763,385.03348,72.70695,150.13127,5.05412,198.0625,541.06836,345.48346,87.53297,493.0925,44.95139,71.94119,272.53937,22.12105,3.554627,17.180325,1583.2668,0.78008336,1.81375,96.43962,10.572023,5.3611217,17.063656,25.82812,273.50772,79.87396,146.94565,1252.4783,192.71213,2116.6538,1882.209,17.255484,22.326738,13915.927,9.610403,50.819447,379.66418,83.58438,153.68854,65.118416,357.4528,1208.9797,318.5973,9.490774,72.80722,670.87225,2250.932,41.478065,472.4625,44.656597,1.0361792,55.553375,1.0006944,0.55392414,2.1692638,26.903646,98.21934,252.58237,15.729028,2947.8284,153.25694,48.354168,55.786457,14.297619,80.427086,13.278472,2.195625,22.808332,103.49023,9.302857,5.6381884,9.382558,30.546875,13.016071,5.190069,33.95145,863.25916,110.445244,2310.1877,35.35546,3283.5344,63.592278,574.8159,1554.0739,43.13149,13.254517,1847.9689,2568.0273,6391.734,415.12463 +2023-05-23 00:00:00,0.0,7868.598,71.40497,21.139124,20.036812,33.999657,194.91188,29.44674,53.636112,22.331926,28.967474,627.1779,591.9918,16.833494,76.53419,6.767428,2.890676,29.395788,39.706406,13.446505,437.2474,5.3507977,344.22247,79.967,1.3660802,5.7797623,116.70927,40.1737,196.24373,175.37566,7194.9805,1.1219043,1952.275,4.0257006,1.5990443,0.8817814,7.406468,213.09023,277.48532,43.461895,272.28226,29.348387,10.306765,775.37006,6.7614136,76.39581,76.58509,452.69135,34.93124,374.40878,20.515688,70.268974,0.0,4560.0024,12620.312,20.087996,115.67619,117.07019,36982.72,174.05083,14.398084,57.05284,97.642715,87.39616,31.658531,44.551765,748.2071,115.57258,41.46033,11.259839,15.361987,1085.8226,36.39083,390.46484,77.453224,2247.7527,121.910965,163.02187,168.76659,139.08374,12.19281,21.755976,63.193665,9.099652,10.611786,47.40213,60.973396,106.925964,17.607267,17.079485,187.60178,13.444863,3885.9968,59.259296,75.29032,66.095276,60.92412,260.44623,106.172424,80.95968,22.883627,25.497019,53.04099,271.98367,198.58012,98.96049,352.4059,64.04959,69.22059,204.14206,233.12096,1033.8585,190.74034,5.9974837,16.025,8.62788,148.65414,15389.216,7.6973805,26.176912,39.77527,33.98317,385.11932,72.75591,150.04889,5.05491,198.15323,540.7998,345.17664,87.573074,492.46164,44.93333,71.91148,272.8123,22.104002,3.5509994,17.170603,1584.2245,0.7781291,1.8101614,96.37228,10.575115,5.361216,17.040432,25.80306,273.23996,79.841934,146.90283,1251.7385,192.77126,2116.4517,1882.2235,17.264856,22.344894,13926.857,9.608262,50.86425,379.78195,83.65968,153.8113,65.14941,357.65378,1208.983,318.65887,9.496774,72.84989,671.45807,2250.7979,41.472027,473.05484,44.712635,1.0357168,55.553654,1.000461,0.5534412,2.1684427,26.929436,98.313675,252.78404,15.707957,2949.7495,153.44893,48.41244,55.846775,14.312443,80.47177,13.295161,2.1955914,22.840322,103.57568,9.32046,5.6452475,9.392123,30.528225,13.012443,5.19672,33.98937,863.75806,110.54732,2312.4927,35.373253,3286.1707,63.62071,574.5652,1555.6353,43.1765,13.252863,1848.9822,2569.1821,6394.451,414.78888 +2023-05-23 01:00:00,0.0,7875.288,71.45262,21.126076,20.045193,33.980408,194.8854,29.437943,53.600616,22.32799,28.947971,627.6503,591.94855,16.823656,76.58422,6.773189,2.894479,29.379538,39.746094,13.452935,437.12247,5.3553796,344.19064,79.925674,1.3633968,5.7719417,116.69681,40.155087,196.16338,175.31154,7203.0723,1.1200303,1951.5629,4.0152464,1.5970721,0.880518,7.394824,213.06032,277.4854,43.430126,272.58536,29.341566,10.307979,775.2162,6.753574,76.41883,76.614296,452.7745,34.969276,374.40674,20.530443,70.30772,0.0,4561.0884,12626.721,20.11242,115.793434,117.18492,36991.86,174.14749,14.415507,57.041794,97.64825,87.456345,31.68848,44.557697,748.29065,115.62433,41.45531,11.270854,15.371823,1086.188,36.4462,390.63065,77.46687,2247.6443,121.96367,163.09775,168.78214,138.84425,12.187291,21.742008,63.12061,9.092737,10.603412,47.450462,61.016953,106.874146,17.61277,17.090437,187.7408,13.432196,3885.2666,59.298306,75.372314,66.1735,60.969425,260.38553,106.22653,81.01311,22.896324,25.508493,53.071068,272.27045,198.59897,98.989716,352.53622,64.05019,69.268135,204.28795,233.13464,1034.1403,190.80478,5.993051,16.026041,8.627725,148.53084,15391.708,7.699033,26.149769,39.740814,33.992577,385.2052,72.804886,149.96649,5.0557003,198.24396,540.53125,344.86978,87.61319,491.83078,44.915276,71.88177,273.0852,22.086956,3.5473716,17.160883,1585.182,0.7761748,1.8065726,96.30493,10.578206,5.36131,17.017208,25.778002,272.97217,79.80991,146.86002,1250.9989,192.8304,2116.2495,1882.2382,17.27423,22.36305,13937.787,9.606121,50.90905,379.89975,83.734985,153.93404,65.18039,357.85477,1208.9863,318.72046,9.502774,72.89256,672.0438,2250.6638,41.465984,473.6472,44.76867,1.0352544,55.553932,1.0002276,0.55295825,2.1676216,26.955225,98.40802,252.9857,15.686887,2951.671,153.64091,48.47072,55.90709,14.327266,80.516464,13.31185,2.1955578,22.872313,103.66114,9.338064,5.652306,9.40169,30.509577,13.008813,5.2033715,34.027283,864.257,110.64938,2314.7974,35.39104,3288.807,63.64914,574.31445,1557.1967,43.221504,13.251209,1849.9955,2570.337,6397.169,414.45312 +2023-05-23 02:00:00,0.0,7881.978,71.50027,21.113028,20.053574,33.96116,194.85895,29.429148,53.56512,22.32405,28.92847,628.1228,591.9053,16.813818,76.63425,6.7789507,2.8982818,29.363285,39.785778,13.459365,436.99756,5.3599615,344.1588,79.884346,1.3607134,5.7641206,116.68434,40.13648,196.08304,175.24744,7211.164,1.1181563,1950.8507,4.004792,1.5950999,0.8792546,7.38318,213.03041,277.48553,43.398357,272.88843,29.334745,10.309193,775.0623,6.745734,76.44184,76.64349,452.85773,35.007317,374.40466,20.545198,70.34646,0.0,4562.1743,12633.13,20.13684,115.91067,117.29965,37001.0,174.24417,14.432932,57.030746,97.653786,87.516525,31.718428,44.563633,748.3742,115.67608,41.45029,11.28187,15.3816595,1086.5533,36.50157,390.79645,77.480515,2247.536,122.01637,163.17363,168.79768,138.60477,12.181772,21.72804,63.047554,9.085821,10.595038,47.4988,61.06051,106.82233,17.618275,17.101389,187.87982,13.419527,3884.5361,59.337315,75.4543,66.25172,61.01473,260.32483,106.28064,81.066536,22.909023,25.519966,53.10115,272.55722,198.61781,99.01895,352.6665,64.0508,69.31568,204.43382,233.14832,1034.4221,190.86922,5.9886184,16.027084,8.627569,148.40753,15394.201,7.7006855,26.122623,39.70636,34.00198,385.29105,72.85385,149.88411,5.0564904,198.33467,540.2627,344.56293,87.6533,491.19995,44.89722,71.85205,273.35812,22.069908,3.5437438,17.151161,1586.1396,0.77422047,1.8029839,96.23759,10.581298,5.361404,16.993984,25.752941,272.7044,79.77789,146.81718,1250.2593,192.88954,2116.047,1882.2527,17.283602,22.381207,13948.718,9.603979,50.953854,380.01755,83.81029,154.05678,65.21137,358.05576,1208.9897,318.782,9.508775,72.935234,672.62964,2250.5295,41.45994,474.2395,44.824707,1.0347921,55.55421,0.9999942,0.5524753,2.1668005,26.981014,98.502365,253.18738,15.665815,2953.592,153.83289,48.528996,55.967407,14.34209,80.56116,13.328539,2.1955242,22.9043,103.7466,9.355668,5.6593647,9.411255,30.490927,13.005184,5.2100224,34.065197,864.7559,110.75145,2317.102,35.408833,3291.4434,63.677574,574.0638,1558.758,43.26651,13.249555,1851.0088,2571.4917,6399.886,414.1174 +2023-05-23 03:00:00,0.0,7888.6685,71.54792,21.09998,20.061954,33.94191,194.83247,29.420351,53.529625,22.320114,28.908968,628.5952,591.862,16.803978,76.68427,6.7847123,2.9020846,29.347034,39.825466,13.4657955,436.87262,5.3645434,344.12698,79.84302,1.35803,5.7563,116.671875,40.117867,196.00269,175.18332,7219.256,1.1162823,1950.1384,3.9943383,1.5931277,0.8779912,7.371536,213.0005,277.48566,43.36659,273.19153,29.327923,10.310406,774.90845,6.737895,76.46486,76.6727,452.9409,35.045353,374.40262,20.559954,70.3852,0.0,4563.2607,12639.538,20.161263,116.02791,117.41438,37010.14,174.34084,14.450356,57.0197,97.659325,87.57671,31.748375,44.569565,748.45776,115.72782,41.44527,11.292886,15.391497,1086.9188,36.556942,390.96228,77.494156,2247.4272,122.06908,163.24951,168.81323,138.36526,12.176253,21.714073,62.9745,9.078905,10.586664,47.54713,61.104065,106.770515,17.623777,17.11234,188.01884,13.406858,3883.806,59.37632,75.53629,66.32993,61.060028,260.2641,106.33475,81.11996,22.92172,25.531439,53.13123,272.844,198.63666,99.04819,352.7968,64.05141,69.363235,204.57971,233.16199,1034.7039,190.93365,5.9841857,16.028126,8.627414,148.28423,15396.693,7.702338,26.095478,39.671906,34.011387,385.37692,72.902824,149.80171,5.0572805,198.4254,539.99414,344.2561,87.69341,490.5691,44.879166,71.82234,273.63104,22.052862,3.5401163,17.14144,1587.0972,0.77226615,1.7993952,96.17024,10.584389,5.3614984,16.970758,25.727882,272.43665,79.74587,146.77437,1249.5195,192.94868,2115.845,1882.2673,17.292976,22.399363,13959.648,9.601838,50.998657,380.13535,83.88559,154.17953,65.242355,358.25674,1208.993,318.8436,9.514775,72.977905,673.21545,2250.3955,41.453903,474.83185,44.880745,1.0343297,55.55449,0.9997608,0.5519923,2.1659796,27.006804,98.59671,253.38905,15.644745,2955.5132,154.02487,48.58727,56.02772,14.356913,80.60585,13.345228,2.1954906,22.93629,103.832054,9.373272,5.6664233,9.420821,30.472279,13.001555,5.2166734,34.103115,865.2549,110.85352,2319.4067,35.42662,3294.0796,63.706005,573.81305,1560.3193,43.311516,13.247901,1852.0221,2572.6465,6402.604,413.78165 +2023-05-23 04:00:00,0.0,7895.3584,71.595566,21.086931,20.070335,33.922657,194.80602,29.411554,53.49413,22.316175,28.889465,629.0677,591.8187,16.79414,76.7343,6.7904735,2.9058874,29.330782,39.865154,13.472226,436.74768,5.3691254,344.09518,79.80169,1.3553466,5.748479,116.65941,40.099255,195.92235,175.1192,7227.347,1.1144084,1949.4263,3.983884,1.5911555,0.8767278,7.3598924,212.97061,277.48578,43.33482,273.49463,29.321102,10.31162,774.7545,6.7300553,76.48788,76.701904,453.0241,35.08339,374.40054,20.574709,70.42394,0.0,4564.3467,12645.947,20.185686,116.14515,117.52911,37019.28,174.4375,14.46778,57.00865,97.66486,87.6369,31.778324,44.575497,748.5414,115.77957,41.440247,11.303901,15.401333,1087.2842,36.612312,391.12808,77.5078,2247.3188,122.12178,163.3254,168.82878,138.12578,12.170734,21.700106,62.901443,9.071989,10.578291,47.595467,61.14762,106.7187,17.629282,17.123293,188.15787,13.39419,3883.0757,59.41533,75.61828,66.40816,61.10533,260.2034,106.388855,81.173386,22.93442,25.542913,53.16131,273.1308,198.6555,99.07742,352.92712,64.05201,69.41078,204.72559,233.17567,1034.9857,190.9981,5.9797525,16.029167,8.627258,148.16092,15399.187,7.7039905,26.068333,39.637455,34.020794,385.46277,72.95179,149.71933,5.05807,198.51613,539.7256,343.94925,87.73352,489.93823,44.86111,71.792625,273.90396,22.035814,3.5364885,17.131718,1588.0548,0.7703119,1.7958065,96.1029,10.587481,5.3615923,16.947535,25.702822,272.16885,79.713844,146.73155,1248.7799,193.00783,2115.6428,1882.2819,17.30235,22.417519,13970.578,9.599697,51.04346,380.2531,83.96089,154.30228,65.273346,358.45773,1208.9963,318.90518,9.520776,73.02057,673.8012,2250.2615,41.44786,475.4242,44.936783,1.0338672,55.554768,0.9995274,0.5515093,2.1651585,27.032595,98.691055,253.59073,15.623674,2957.4346,154.21684,48.645546,56.08804,14.371737,80.650536,13.3619175,2.195457,22.968279,103.91752,9.390876,5.673482,9.430387,30.453629,12.997926,5.2233243,34.14103,865.7538,110.95559,2321.7114,35.44441,3296.7158,63.734436,573.5623,1561.8807,43.35652,13.246247,1853.0354,2573.8013,6405.3213,413.4459 +2023-05-23 05:00:00,0.0,7902.049,71.64322,21.073883,20.078716,33.903408,194.77954,29.40276,53.458633,22.312237,28.869963,629.5401,591.77545,16.784302,76.784325,6.796235,2.9096901,29.31453,39.90484,13.478656,436.62277,5.373708,344.06335,79.76036,1.3526632,5.7406583,116.64694,40.080647,195.842,175.0551,7235.439,1.1125344,1948.714,3.97343,1.5891833,0.87546444,7.3482485,212.9407,277.4859,43.30305,273.79773,29.314281,10.312834,774.60065,6.7222157,76.51089,76.73111,453.1073,35.12143,374.3985,20.589464,70.462685,0.0,4565.4326,12652.356,20.210108,116.26239,117.643845,37028.42,174.53416,14.485204,56.99761,97.670395,87.69708,31.808271,44.581432,748.62494,115.831314,41.435226,11.314917,15.41117,1087.6497,36.667683,391.29388,77.52144,2247.2104,122.174484,163.40128,168.84433,137.88629,12.1652155,21.686138,62.82839,9.065073,10.569918,47.6438,61.191177,106.66688,17.634785,17.134243,188.29689,13.381521,3882.3452,59.454338,75.70027,66.486374,61.150635,260.1427,106.44296,81.226814,22.947117,25.554386,53.191387,273.41757,198.67435,99.10665,353.0574,64.05261,69.45833,204.87148,233.18935,1035.2676,191.06253,5.97532,16.030209,8.627103,148.0376,15401.679,7.705643,26.041187,39.603,34.030197,385.5486,73.00076,149.63693,5.0588603,198.60686,539.45703,343.6424,87.773636,489.3074,44.843056,71.76291,274.17688,22.018768,3.5328608,17.121996,1589.0125,0.7683576,1.7922177,96.03555,10.590572,5.361686,16.92431,25.677763,271.9011,79.68182,146.68874,1248.0403,193.06696,2115.4404,1882.2965,17.311722,22.435677,13981.509,9.597555,51.088264,380.3709,84.036194,154.42503,65.30433,358.6587,1208.9996,318.96674,9.526776,73.06324,674.387,2250.1272,41.441822,476.01654,44.99282,1.033405,55.555046,0.99929404,0.55102634,2.1643374,27.058384,98.7854,253.79239,15.602603,2959.3557,154.40883,48.70382,56.148354,14.3865595,80.69523,13.378606,2.1954234,23.000269,104.002975,9.40848,5.6805406,9.439953,30.43498,12.994297,5.229975,34.178947,866.25275,111.057655,2324.016,35.4622,3299.3523,63.76287,573.31165,1563.4421,43.40153,13.244594,1854.0487,2574.956,6408.0386,413.11014 +2023-05-23 06:00:00,0.0,7908.739,71.690865,21.060835,20.087097,33.88416,194.75308,29.393963,53.42314,22.3083,28.850462,630.0126,591.73224,16.774462,76.83435,6.8019967,2.913493,29.298279,39.944527,13.485086,436.49783,5.3782897,344.03152,79.71903,1.3499796,5.732837,116.63448,40.062035,195.76164,174.99098,7243.531,1.1106604,1948.0018,3.962976,1.5872111,0.87420106,7.336604,212.9108,277.48602,43.271282,274.1008,29.30746,10.314047,774.4468,6.714376,76.533905,76.760315,453.1905,35.159466,374.39642,20.60422,70.501434,0.0,4566.5186,12658.765,20.23453,116.37963,117.758575,37037.566,174.63084,14.502628,56.98656,97.675934,87.75727,31.838219,44.587364,748.7085,115.883064,41.430206,11.3259325,15.421006,1088.015,36.723053,391.4597,77.53508,2247.102,122.22719,163.47716,168.85988,137.64679,12.159697,21.672173,62.755337,9.058158,10.561543,47.692135,61.234734,106.61506,17.64029,17.145195,188.43591,13.368853,3881.615,59.493347,75.78226,66.56459,61.195934,260.082,106.49707,81.28024,22.959816,25.56586,53.22147,273.70435,198.69318,99.13589,353.1877,64.053215,69.50588,205.01735,233.20302,1035.5493,191.12698,5.970887,16.03125,8.626947,147.91429,15404.171,7.707296,26.014042,39.568546,34.039604,385.6345,73.049736,149.55455,5.0596504,198.69759,539.1884,343.33557,87.81374,488.67654,44.824997,71.73319,274.44983,22.00172,3.529233,17.112274,1589.97,0.76640326,1.788629,95.96821,10.593663,5.3617806,16.901087,25.652704,271.63333,79.6498,146.64592,1247.3005,193.1261,2115.2383,1882.311,17.321096,22.453833,13992.439,9.595414,51.133064,380.4887,84.111496,154.54778,65.33531,358.85968,1209.0029,319.02832,9.532777,73.10591,674.9728,2249.9932,41.43578,476.6089,45.04886,1.0329425,55.555325,0.99906063,0.55054337,2.1635163,27.084173,98.879745,253.99406,15.5815325,2961.277,154.60081,48.762096,56.208668,14.401382,80.73992,13.395295,2.1953897,23.032257,104.08843,9.426083,5.687599,9.449518,30.41633,12.990668,5.236626,34.21686,866.75165,111.15973,2326.3208,35.47999,3301.9885,63.7913,573.0609,1565.0035,43.446537,13.24294,1855.062,2576.1108,6410.7563,412.77438 +2023-05-23 07:00:00,0.0,7915.4287,71.73852,21.047787,20.095478,33.864906,194.72661,29.385166,53.387646,22.304361,28.83096,630.48505,591.68896,16.764624,76.88438,6.807758,2.9172957,29.282026,39.984215,13.491517,436.3729,5.3828716,343.99973,79.677704,1.3472962,5.725016,116.62202,40.043427,195.6813,174.92686,7251.6226,1.1087865,1947.2896,3.9525218,1.5852389,0.8729376,7.3249607,212.88089,277.48615,43.23951,274.4039,29.300638,10.315261,774.2929,6.706537,76.55692,76.78952,453.27368,35.197502,374.39438,20.618973,70.54018,0.0,4567.605,12665.174,20.258951,116.49687,117.87331,37046.707,174.72751,14.520052,56.975513,97.68147,87.81746,31.868168,44.5933,748.79205,115.934814,41.425182,11.336947,15.430842,1088.3804,36.778423,391.62552,77.54872,2246.9937,122.27989,163.55304,168.87543,137.4073,12.154178,21.658205,62.68228,9.051242,10.55317,47.740467,61.27829,106.56324,17.645792,17.156147,188.57494,13.356184,3880.8845,59.532356,75.86425,66.642815,61.241238,260.02127,106.55117,81.33367,22.972513,25.577333,53.25155,273.99112,198.71202,99.16512,353.318,64.05382,69.55343,205.16324,233.21669,1035.8312,191.19142,5.9664545,16.032291,8.626792,147.79099,15406.664,7.708948,25.986898,39.534092,34.04901,385.72034,73.0987,149.47215,5.0604405,198.7883,538.91986,343.02872,87.85385,488.0457,44.806942,71.70348,274.72275,21.984674,3.5256054,17.102552,1590.9276,0.76444894,1.7850404,95.90086,10.596755,5.3618746,16.877863,25.627644,271.36554,79.617775,146.6031,1246.5609,193.18524,2115.036,1882.3257,17.33047,22.471989,14003.37,9.593273,51.177868,380.6065,84.1868,154.67053,65.366295,359.06067,1209.0062,319.0899,9.538776,73.14858,675.5586,2249.8591,41.42974,477.2012,45.104893,1.0324801,55.555603,0.9988272,0.55006045,2.1626952,27.109962,98.97409,254.19574,15.560462,2963.1982,154.79279,48.820374,56.268986,14.416206,80.78461,13.411984,2.1953561,23.064247,104.17389,9.4436865,5.694658,9.459084,30.397682,12.987039,5.243277,34.25478,867.25055,111.261795,2328.6255,35.497776,3304.6248,63.819736,572.8102,1566.565,43.491543,13.241286,1856.0754,2577.2656,6413.4736,412.43863 +2023-05-23 08:00:00,0.0,7922.119,71.78616,21.034739,20.103859,33.845657,194.70013,29.376371,53.35215,22.300425,28.811457,630.95746,591.6457,16.754786,76.9344,6.8135195,2.9210985,29.265776,40.0239,13.497947,436.24796,5.3874536,343.9679,79.636375,1.3446128,5.7171955,116.60955,40.024815,195.60095,174.86275,7259.7144,1.1069125,1946.5774,3.9420676,1.5832667,0.87167424,7.3133163,212.85098,277.48627,43.20774,274.707,29.293818,10.316474,774.13904,6.698697,76.57993,76.818726,453.35687,35.235542,374.3923,20.633728,70.57892,0.0,4568.691,12671.583,20.283375,116.61411,117.98804,37055.848,174.82417,14.537476,56.964466,97.68701,87.87764,31.898115,44.59923,748.8756,115.98656,41.420162,11.347963,15.44068,1088.7458,36.833794,391.79132,77.56237,2246.8853,122.332596,163.62892,168.89098,137.16782,12.148659,21.644238,62.609226,9.044326,10.544796,47.788803,61.321846,106.51142,17.651297,17.167099,188.71397,13.343515,3880.1543,59.571365,75.946236,66.72103,61.28654,259.96057,106.60528,81.3871,22.985212,25.588808,53.281628,274.27792,198.73087,99.19436,353.4483,64.05442,69.600975,205.30911,233.23038,1036.1129,191.25586,5.9620214,16.033333,8.6266365,147.66768,15409.156,7.710601,25.959753,39.49964,34.05842,385.8062,73.147675,149.38977,5.0612307,198.87903,538.6513,342.72186,87.89397,487.41486,44.788887,71.67377,274.99567,21.967627,3.5219777,17.09283,1591.8851,0.7624947,1.7814516,95.83352,10.599846,5.3619685,16.85464,25.602585,271.09778,79.585754,146.56029,1245.8213,193.24438,2114.8337,1882.3403,17.339842,22.490145,14014.3,9.591131,51.22267,380.7243,84.2621,154.79327,65.39728,359.26166,1209.0096,319.15146,9.544777,73.19125,676.1444,2249.7249,41.4237,477.79355,45.16093,1.0320178,55.555885,0.9985938,0.5495775,2.1618743,27.135754,99.06843,254.39742,15.539391,2965.1194,154.98477,48.878647,56.3293,14.431029,80.8293,13.428674,2.1953225,23.096237,104.259346,9.46129,5.7017164,9.46865,30.379032,12.98341,5.249928,34.292694,867.7495,111.36386,2330.9302,35.515568,3307.2612,63.848167,572.5595,1568.1263,43.53655,13.239633,1857.0887,2578.4204,6416.1914,412.1029 +2023-05-23 09:00:00,0.0,7928.809,71.83382,21.02169,20.11224,33.82641,194.67368,29.367575,53.316654,22.296486,28.791956,631.42993,591.6024,16.744946,76.984436,6.819281,2.9249012,29.249523,40.063587,13.504377,436.12305,5.392036,343.93607,79.59505,1.3419294,5.7093744,116.597084,40.006203,195.52061,174.79865,7267.8057,1.1050385,1945.8652,3.9316137,1.5812945,0.87041086,7.3016725,212.82108,277.4864,43.175972,275.01007,29.286997,10.317688,773.98517,6.6908574,76.60295,76.84793,453.44006,35.27358,374.39026,20.648483,70.61766,0.0,4569.777,12677.991,20.307796,116.73135,118.10276,37064.99,174.92084,14.5549,56.95342,97.69255,87.93783,31.928062,44.605164,748.95917,116.03831,41.415142,11.358979,15.450516,1089.1112,36.889164,391.95712,77.57601,2246.7769,122.3853,163.70482,168.90652,136.92831,12.14314,21.63027,62.53617,9.03741,10.536423,47.83714,61.365402,106.4596,17.656801,17.178051,188.853,13.330847,3879.424,59.61037,76.02823,66.79925,61.33184,259.89987,106.659386,81.44052,22.99791,25.60028,53.311707,274.5647,198.74971,99.22359,353.5786,64.05502,69.64852,205.455,233.24405,1036.3948,191.3203,5.9575887,16.034374,8.626481,147.54437,15411.649,7.7122536,25.932608,39.465187,34.06782,385.89206,73.19664,149.30737,5.0620203,198.96976,538.38275,342.41504,87.934074,486.784,44.770832,71.64405,275.2686,21.950579,3.51835,17.083109,1592.8428,0.76054037,1.7778629,95.766174,10.602938,5.3620625,16.831415,25.577524,270.83002,79.553734,146.51747,1245.0815,193.30353,2114.6316,1882.3549,17.349215,22.5083,14025.23,9.58899,51.267475,380.84207,84.3374,154.91603,65.42827,359.46265,1209.013,319.21304,9.550777,73.233925,676.73016,2249.5908,41.417656,478.3859,45.21697,1.0315554,55.556164,0.9983604,0.5490945,2.1610532,27.161543,99.16277,254.59908,15.51832,2967.0408,155.17676,48.936924,56.389618,14.445853,80.87399,13.445362,2.195289,23.128225,104.3448,9.478894,5.7087755,9.478215,30.360384,12.979781,5.2565794,34.330612,868.2484,111.465935,2333.2349,35.533356,3309.8975,63.8766,572.3088,1569.6877,43.581554,13.237979,1858.102,2579.5752,6418.9087,411.76715 +2023-05-23 10:00:00,0.0,7935.499,71.88146,21.00864,20.12062,33.80716,194.6472,29.35878,53.28116,22.29255,28.772453,631.90234,591.55914,16.735107,77.03446,6.8250422,2.928704,29.23327,40.103275,13.510808,435.9981,5.396618,343.90424,79.55372,1.339246,5.701554,116.58462,39.987595,195.44026,174.73453,7275.8975,1.1031647,1945.153,3.9211595,1.5793223,0.8691475,7.2900286,212.79117,277.4865,43.144203,275.31317,29.280174,10.318902,773.8313,6.6830177,76.62597,76.87714,453.52325,35.311615,374.38818,20.663239,70.6564,0.0,4570.8633,12684.4,20.332218,116.84859,118.21749,37074.13,175.0175,14.572324,56.94237,97.69809,87.99802,31.95801,44.6111,749.0427,116.09006,41.410122,11.369994,15.460352,1089.4767,36.944534,392.12296,77.58965,2246.6685,122.438,163.78069,168.92207,136.68883,12.137621,21.616302,62.463116,9.030494,10.528049,47.88547,61.40896,106.40779,17.662304,17.189003,188.99202,13.318178,3878.6936,59.64938,76.110214,66.87747,61.377144,259.83914,106.71349,81.49395,23.010609,25.611753,53.34179,274.85147,198.76855,99.25282,353.7089,64.055626,69.696075,205.60088,233.25772,1036.6765,191.38474,5.953156,16.035418,8.626325,147.42107,15414.142,7.713906,25.905462,39.430733,34.07723,385.97794,73.24561,149.22499,5.0628104,199.06049,538.1142,342.1082,87.97419,486.15314,44.752777,71.61434,275.5415,21.933533,3.5147223,17.073387,1593.8003,0.75858605,1.7742742,95.69883,10.606029,5.362157,16.808191,25.552465,270.56223,79.521706,146.47464,1244.3419,193.36266,2114.4292,1882.3695,17.35859,22.526457,14036.161,9.586848,51.31228,380.95987,84.412704,155.03877,65.45925,359.66364,1209.0162,319.27463,9.556778,73.276596,677.316,2249.4565,41.411617,478.97824,45.273006,1.031093,55.556442,0.998127,0.5486115,2.160232,27.187332,99.25712,254.80075,15.49725,2968.962,155.36873,48.9952,56.449932,14.460676,80.918686,13.462051,2.1952553,23.160215,104.43026,9.496498,5.715834,9.487782,30.341734,12.976151,5.2632303,34.368526,868.7474,111.568,2335.5398,35.551144,3312.5337,63.905033,572.05804,1571.2491,43.626564,13.236325,1859.1154,2580.73,6421.626,411.4314 +2023-05-23 11:00:00,0.0,7942.1895,71.929115,20.995592,20.129002,33.787907,194.62074,29.349983,53.245667,22.28861,28.75295,632.3748,591.51587,16.72527,77.08449,6.830804,2.9325068,29.21702,40.142963,13.517239,435.87317,5.4012,343.87244,79.51239,1.3365626,5.6937327,116.57216,39.968983,195.35991,174.67041,7283.9893,1.1012907,1944.4408,3.9107056,1.5773501,0.8678841,7.2783847,212.76128,277.48663,43.112434,275.61627,29.273354,10.320115,773.67737,6.6751785,76.64898,76.906334,453.60645,35.349655,374.38614,20.677994,70.695145,0.0,4571.949,12690.81,20.356642,116.96583,118.33222,37083.27,175.11418,14.589748,56.931324,97.70363,88.058205,31.987959,44.61703,749.1263,116.1418,41.405098,11.38101,15.470189,1089.842,36.999905,392.28876,77.603294,2246.56,122.49071,163.85657,168.93762,136.44934,12.132102,21.602335,62.39006,9.023578,10.519675,47.933807,61.452515,106.35597,17.667809,17.199955,189.13104,13.30551,3877.9634,59.68839,76.19221,66.95569,61.422447,259.77844,106.7676,81.54738,23.023306,25.623228,53.37187,275.13824,198.7874,99.28206,353.8392,64.05624,69.74362,205.74677,233.27141,1036.9584,191.44917,5.9487233,16.036459,8.626169,147.29776,15416.635,7.7155585,25.878317,39.39628,34.086636,386.06378,73.29458,149.1426,5.0636005,199.15121,537.84564,341.80133,88.0143,485.5223,44.734722,71.584625,275.81442,21.916485,3.5110946,17.063665,1594.7579,0.7566318,1.7706856,95.631485,10.60912,5.362251,16.784967,25.527407,270.29446,79.489685,146.43182,1243.6023,193.4218,2114.227,1882.384,17.367962,22.544615,14047.091,9.584707,51.35708,381.07767,84.48801,155.16153,65.490234,359.86462,1209.0195,319.33618,9.562778,73.31927,677.90173,2249.3225,41.405575,479.57056,45.329044,1.0306307,55.55672,0.9978936,0.54812855,2.159411,27.213121,99.35146,255.00243,15.476178,2970.883,155.56071,49.053474,56.51025,14.475499,80.96337,13.478741,2.1952217,23.192204,104.515724,9.514101,5.7228928,9.497347,30.323084,12.972523,5.2698812,34.40644,869.2463,111.670074,2337.8445,35.568935,3315.1702,63.933464,571.8074,1572.8105,43.67157,13.234671,1860.1287,2581.8848,6424.3438,411.09564 +2023-05-23 12:00:00,0.0,7948.8794,71.97676,20.982544,20.13738,33.768658,194.59427,29.341187,53.21017,22.284672,28.73345,632.8472,591.4726,16.71543,77.134514,6.8365655,2.9363096,29.200768,40.182648,13.523668,435.74826,5.4057817,343.8406,79.47106,1.3338791,5.685912,116.55969,39.95037,195.27957,174.60631,7292.081,1.0994167,1943.7285,3.9002514,1.575378,0.8666207,7.266741,212.73137,277.48676,43.080666,275.91934,29.266533,10.321329,773.5235,6.667339,76.672,76.93554,453.68967,35.38769,374.38406,20.692749,70.733894,0.0,4573.035,12697.219,20.381063,117.08307,118.44695,37092.414,175.21085,14.607172,56.920277,97.70915,88.118385,32.017906,44.622963,749.2099,116.19355,41.400078,11.392026,15.480025,1090.2074,37.055275,392.45456,77.616936,2246.4517,122.54341,163.93246,168.95317,136.20984,12.126583,21.588367,62.317005,9.016663,10.511302,47.98214,61.49607,106.30415,17.673311,17.210905,189.27007,13.292841,3877.2332,59.727398,76.27419,67.033905,61.467747,259.71774,106.82171,81.60081,23.036005,25.6347,53.401947,275.42505,198.80623,99.311295,353.9695,64.05684,69.79117,205.89264,233.28508,1037.2401,191.51361,5.94429,16.0375,8.626014,147.17445,15419.127,7.7172112,25.851171,39.361828,34.09604,386.14966,73.34355,149.06021,5.0643907,199.24193,537.5771,341.4945,88.05441,484.89145,44.716667,71.55491,276.08734,21.899439,3.5074668,17.053944,1595.7156,0.7546775,1.7670968,95.56414,10.612212,5.3623447,16.761742,25.502346,270.0267,79.457664,146.389,1242.8625,193.48094,2114.025,1882.3987,17.377335,22.56277,14058.021,9.582566,51.401882,381.19547,84.56331,155.28427,65.52122,360.0656,1209.0228,319.39777,9.568779,73.36194,678.48755,2249.1885,41.399536,480.1629,45.38508,1.0301683,55.557,0.9976602,0.54764557,2.1585898,27.23891,99.44581,255.2041,15.455108,2972.8044,155.75269,49.11175,56.570564,14.490323,81.008064,13.49543,2.195188,23.224194,104.60118,9.531705,5.7299514,9.506913,30.304436,12.968894,5.276532,34.44436,869.74524,111.77214,2340.1492,35.586723,3317.8064,63.961895,571.55664,1574.372,43.716576,13.233017,1861.142,2583.0396,6427.061,410.7599 +2023-05-23 13:00:00,0.0,7955.5693,72.024414,20.969496,20.145761,33.74941,194.56781,29.332392,53.174675,22.280735,28.713947,633.3197,591.4294,16.705591,77.18454,6.8423266,2.9401124,29.184517,40.222336,13.530099,435.62332,5.4103637,343.80878,79.42973,1.3311957,5.678091,116.547226,39.931763,195.19922,174.54219,7300.173,1.0975428,1943.0164,3.8897972,1.5734057,0.8653573,7.255097,212.70146,277.48685,43.048897,276.22244,29.25971,10.322543,773.3696,6.659499,76.695015,76.964745,453.77283,35.425728,374.38202,20.707504,70.77264,0.0,4574.121,12703.627,20.405485,117.20031,118.56168,37101.555,175.30751,14.624597,56.90923,97.71469,88.17857,32.047855,44.6289,749.29346,116.24529,41.395058,11.403041,15.489862,1090.5729,37.110645,392.6204,77.63058,2246.343,122.596115,164.00833,168.96872,135.97035,12.121064,21.5744,62.24395,9.009747,10.502928,48.030476,61.53963,106.252335,17.678816,17.221857,189.40909,13.280173,3876.5027,59.766407,76.356186,67.11213,61.51305,259.65704,106.87582,81.654236,23.048702,25.646175,53.432026,275.71182,198.82507,99.34052,354.0998,64.05744,69.838715,206.03853,233.29875,1037.522,191.57805,5.9398575,16.038542,8.625858,147.05113,15421.62,7.7188635,25.824026,39.327374,34.105446,386.2355,73.39252,148.97781,5.065181,199.33266,537.3085,341.18765,88.09452,484.2606,44.69861,71.5252,276.36026,21.882391,3.503839,17.044222,1596.6731,0.75272316,1.7635081,95.496796,10.615303,5.362439,16.738518,25.477287,269.7589,79.425644,146.34619,1242.1229,193.54008,2113.8225,1882.4132,17.386707,22.580927,14068.952,9.580424,51.446686,381.31326,84.63861,155.40703,65.55221,360.2666,1209.0261,319.45935,9.5747795,73.4046,679.07336,2249.0542,41.393494,480.75525,45.441116,1.029706,55.557278,0.9974268,0.5471626,2.157769,27.264702,99.54015,255.40576,15.434037,2974.7256,155.94467,49.170025,56.630882,14.505146,81.05276,13.512119,2.1951544,23.256184,104.68664,9.549309,5.73701,9.516479,30.285786,12.965264,5.283183,34.482273,870.24414,111.87421,2342.4539,35.60451,3320.4426,63.99033,571.3059,1575.9333,43.76158,13.231363,1862.1553,2584.1943,6429.779,410.42413 +2023-05-23 14:00:00,0.0,7962.26,72.07207,20.956448,20.154142,33.73016,194.54134,29.323595,53.13918,22.276796,28.694445,633.7922,591.3861,16.695753,77.234566,6.8480883,2.9439154,29.168264,40.262024,13.53653,435.49838,5.414946,343.77695,79.388405,1.3285123,5.6702704,116.53476,39.91315,195.11888,174.47807,7308.264,1.0956688,1942.3041,3.8793433,1.5714335,0.8640939,7.2434525,212.67155,277.48697,43.017128,276.52554,29.25289,10.323756,773.21576,6.65166,76.71803,76.99395,453.85605,35.463768,374.37994,20.72226,70.81138,0.0,4575.2075,12710.036,20.429907,117.31755,118.676414,37110.695,175.40417,14.64202,56.898182,97.72023,88.23876,32.0778,44.63483,749.377,116.29704,41.390038,11.414057,15.499699,1090.9382,37.16602,392.7862,77.64422,2246.2346,122.64882,164.08421,168.98427,135.73087,12.115545,21.560432,62.1709,9.0028305,10.4945545,48.078808,61.583183,106.200516,17.684319,17.23281,189.54811,13.267505,3875.7725,59.805416,76.43817,67.190346,61.558353,259.5963,106.929924,81.707664,23.061401,25.657648,53.46211,275.9986,198.84392,99.36976,354.2301,64.058044,69.88627,206.1844,233.31242,1037.8037,191.64249,5.935425,16.039583,8.625703,146.92783,15424.112,7.720516,25.796883,39.29292,34.114853,386.32138,73.44149,148.89543,5.0659704,199.42339,537.0399,340.8808,88.13463,483.62976,44.680553,71.49548,276.6332,21.865345,3.5002115,17.0345,1597.6307,0.75076884,1.7599194,95.42946,10.618395,5.362533,16.715294,25.452227,269.49115,79.393616,146.30338,1241.3833,193.59921,2113.6204,1882.4279,17.396082,22.599083,14079.882,9.578283,51.49149,381.43103,84.71391,155.52977,65.58319,360.46756,1209.0295,319.5209,9.58078,73.44727,679.6591,2248.9202,41.38745,481.3476,45.497154,1.0292436,55.557556,0.9971934,0.5466796,2.1569479,27.290491,99.6345,255.60744,15.412966,2976.6467,156.13666,49.228302,56.691196,14.51997,81.09744,13.528808,2.195121,23.288172,104.772095,9.566913,5.7440686,9.526045,30.267138,12.961636,5.289834,34.52019,870.7431,111.97628,2344.7585,35.622303,3323.079,64.01876,571.05524,1577.4948,43.806587,13.22971,1863.1686,2585.349,6432.496,410.0884 +2023-05-23 15:00:00,0.0,7968.9497,72.11971,20.9434,20.162523,33.710907,194.51486,29.314798,53.103683,22.27286,28.674942,634.2646,591.34283,16.685913,77.28459,6.85385,2.9477181,29.152014,40.30171,13.542959,435.37344,5.419528,343.74515,79.34708,1.3258289,5.6624494,116.52229,39.894543,195.03853,174.41397,7316.356,1.0937948,1941.5919,3.868889,1.5694613,0.8628305,7.231809,212.64165,277.4871,42.98536,276.82864,29.246069,10.32497,773.0619,6.6438203,76.74104,77.023155,453.9392,35.501804,374.37787,20.737015,70.85012,0.0,4576.294,12716.445,20.45433,117.43479,118.791145,37119.836,175.50084,14.659444,56.887135,97.72577,88.29894,32.10775,44.640762,749.4606,116.34879,41.385014,11.425073,15.509535,1091.3037,37.22139,392.952,77.65787,2246.1262,122.70152,164.16011,168.99982,135.49136,12.110026,21.546465,62.097843,8.995914,10.486181,48.127144,61.62674,106.1487,17.689823,17.243761,189.68713,13.254836,3875.0422,59.844425,76.520164,67.26856,61.603653,259.5356,106.98403,81.761086,23.074099,25.669123,53.492188,276.28537,198.86276,99.398994,354.3604,64.05865,69.933815,206.33029,233.32611,1038.0856,191.70692,5.930992,16.040625,8.625547,146.80452,15426.6045,7.722169,25.769737,39.258465,34.124256,386.40723,73.490456,148.81303,5.0667605,199.51411,536.77136,340.57397,88.17474,482.9989,44.6625,71.46577,276.90613,21.848297,3.4965837,17.024778,1598.5883,0.7488146,1.7563306,95.362114,10.621486,5.362627,16.69207,25.427168,269.2234,79.361595,146.26056,1240.6436,193.65836,2113.4182,1882.4424,17.405455,22.617239,14090.8125,9.576142,51.536293,381.54883,84.789215,155.65251,65.614174,360.66855,1209.0328,319.5825,9.58678,73.489944,680.24493,2248.7861,41.381413,481.9399,45.553192,1.0287812,55.557835,0.99696,0.5461967,2.1561267,27.31628,99.728836,255.80911,15.391895,2978.568,156.32863,49.28658,56.75151,14.534793,81.142136,13.545497,2.1950874,23.320162,104.85755,9.584517,5.7511272,9.53561,30.248487,12.958007,5.296485,34.558105,871.242,112.07835,2347.0632,35.64009,3325.7153,64.047195,570.8045,1579.0562,43.851597,13.228056,1864.1819,2586.504,6435.214,409.75266 +2023-05-23 16:00:00,0.0,7975.6396,72.167366,20.930351,20.170904,33.691658,194.4884,29.306004,53.068188,22.26892,28.655441,634.73706,591.29956,16.676075,77.33462,6.859611,2.951521,29.135761,40.341396,13.54939,435.24854,5.42411,343.71332,79.30575,1.3231455,5.6546283,116.509834,39.87593,194.95818,174.34985,7324.4478,1.0919209,1940.8798,3.858435,1.5674891,0.86156714,7.2201653,212.61174,277.4872,42.95359,277.1317,29.239248,10.326183,772.908,6.6359806,76.76406,77.05236,454.02246,35.53984,374.37582,20.75177,70.88886,0.0,4577.38,12722.854,20.478752,117.55203,118.905876,37128.977,175.59752,14.676868,56.876087,97.73131,88.35913,32.1377,44.646698,749.5441,116.400536,41.379993,11.436089,15.519372,1091.6691,37.27676,393.1178,77.67151,2246.0178,122.75423,164.23598,169.01537,135.25188,12.104507,21.532497,62.024788,8.988998,10.477807,48.175476,61.670296,106.09688,17.695326,17.254713,189.82616,13.242167,3874.3118,59.88343,76.60215,67.34679,61.648956,259.4749,107.03814,81.814514,23.086798,25.680595,53.522266,276.57214,198.8816,99.42823,354.4907,64.05925,69.98136,206.47617,233.33978,1038.3673,191.77138,5.926559,16.041666,8.625392,146.68121,15429.098,7.723821,25.742592,39.224014,34.133663,386.4931,73.53943,148.73065,5.0675507,199.60484,536.5028,340.26712,88.21485,482.36804,44.644444,71.43606,277.17905,21.831251,3.492956,17.015057,1599.5459,0.74686027,1.7527419,95.29477,10.6245775,5.3627214,16.668846,25.40211,268.9556,79.329575,146.21774,1239.9039,193.7175,2113.2158,1882.457,17.414827,22.635395,14101.743,9.574,51.581093,381.66663,84.86452,155.77527,65.64516,360.86954,1209.0361,319.64407,9.59278,73.532616,680.83075,2248.6519,41.37537,482.53226,45.60923,1.0283189,55.558113,0.9967266,0.5457137,2.1553056,27.34207,99.82318,256.01077,15.370825,2980.4893,156.52061,49.344852,56.81183,14.549616,81.18683,13.562186,2.1950538,23.35215,104.94301,9.602119,5.758186,9.5451765,30.22984,12.954377,5.303136,34.596024,871.7409,112.18041,2349.368,35.65788,3328.3516,64.07562,570.5538,1580.6176,43.896603,13.226402,1865.1952,2587.6587,6437.931,409.4169 +2023-05-23 17:00:00,0.0,7982.33,72.21501,20.917303,20.179285,33.67241,194.46193,29.297207,53.032696,22.264984,28.635939,635.2095,591.2563,16.666237,77.38465,6.8653727,2.9553237,29.119509,40.381084,13.55582,435.1236,5.428692,343.6815,79.26442,1.3204621,5.6468077,116.49737,39.85732,194.87784,174.28574,7332.5396,1.0900469,1940.1675,3.847981,1.565517,0.86030376,7.208521,212.58185,277.48734,42.92182,277.4348,29.232426,10.327397,772.75415,6.628141,76.78708,77.081566,454.10562,35.57788,374.37375,20.766525,70.92761,0.0,4578.466,12729.263,20.503174,117.669266,119.02061,37138.117,175.69418,14.694292,56.86504,97.73685,88.41932,32.167645,44.65263,749.6277,116.452286,41.374973,11.4471035,15.529208,1092.0344,37.33213,393.28363,77.68515,2245.9094,122.80693,164.31186,169.03091,135.01239,12.098989,21.51853,61.951733,8.982082,10.469434,48.223812,61.713856,106.04507,17.70083,17.265665,189.96518,13.229499,3873.5815,59.92244,76.68414,67.425,61.69426,259.41418,107.09225,81.86794,23.099495,25.692068,53.552345,276.85895,198.90045,99.45746,354.621,64.05985,70.02891,206.62206,233.35345,1038.6492,191.83582,5.9221263,16.04271,8.6252365,146.5579,15431.59,7.725474,25.715446,39.18956,34.14307,386.57895,73.588394,148.64825,5.068341,199.69557,536.23425,339.96027,88.25497,481.7372,44.62639,71.40634,277.45197,21.814203,3.4893281,17.005335,1600.5035,0.74490595,1.7491533,95.227425,10.627668,5.3628154,16.645622,25.377048,268.68784,79.29755,146.17491,1239.1643,193.77664,2113.0137,1882.4716,17.424202,22.653553,14112.674,9.571859,51.625896,381.78442,84.93982,155.89801,65.67615,361.07053,1209.0394,319.70563,9.598781,73.57529,681.4165,2248.5178,41.36933,483.1246,45.665264,1.0278565,55.55839,0.99649316,0.54523075,2.1544847,27.367859,99.91753,256.21246,15.349753,2982.4106,156.71259,49.40313,56.872143,14.56444,81.23152,13.578876,2.1950202,23.38414,105.02847,9.619723,5.7652445,9.554742,30.21119,12.950748,5.3097873,34.633938,872.23987,112.282486,2351.6726,35.67567,3330.9878,64.10406,570.3031,1582.179,43.94161,13.224749,1866.2085,2588.8135,6440.6484,409.08115 +2023-05-23 18:00:00,0.0,7989.02,72.262665,20.904255,20.187666,33.65316,194.43547,29.288412,52.9972,22.261045,28.616436,635.68195,591.213,16.656397,77.43468,6.8711343,2.9591265,29.103258,40.42077,13.56225,434.99866,5.4332743,343.64966,79.22309,1.3177787,5.6389866,116.4849,39.83871,194.79749,174.22162,7340.6313,1.0881729,1939.4553,3.8375268,1.5635448,0.8590403,7.1968775,212.55194,277.48746,42.890053,277.7379,29.225605,10.328611,772.6002,6.6203017,76.81009,77.11077,454.18884,35.615917,374.3717,20.78128,70.966354,0.0,4579.552,12735.672,20.527597,117.78651,119.13534,37147.26,175.79085,14.711717,56.853992,97.74238,88.4795,32.197594,44.65856,749.71124,116.504036,41.36995,11.458119,15.539044,1092.3999,37.3875,393.44943,77.69879,2245.801,122.859634,164.38776,169.04646,134.77289,12.09347,21.504562,61.878677,8.975167,10.46106,48.27215,61.75741,105.99325,17.706333,17.276617,190.1042,13.21683,3872.8513,59.96145,76.76613,67.50322,61.73956,259.3535,107.14635,81.92137,23.112194,25.703543,53.582428,277.14572,198.91928,99.486694,354.7513,64.06046,70.07646,206.76793,233.36713,1038.9309,191.90025,5.9176936,16.04375,8.625081,146.4346,15434.083,7.7271266,25.688301,39.155106,34.152473,386.66483,73.63737,148.56587,5.069131,199.78629,535.9657,339.6534,88.295074,481.10635,44.608334,71.376625,277.72488,21.797157,3.4857006,16.995613,1601.461,0.74295163,1.7455646,95.16008,10.63076,5.3629093,16.622398,25.35199,268.42007,79.265526,146.1321,1238.4246,193.83578,2112.8115,1882.4862,17.433575,22.67171,14123.604,9.569718,51.6707,381.90222,85.01512,156.02077,65.70713,361.2715,1209.0427,319.7672,9.604781,73.61796,682.0023,2248.3838,41.36329,483.71695,45.721302,1.027394,55.55867,0.99625975,0.54474777,2.1536636,27.39365,100.01187,256.41412,15.328683,2984.3318,156.90457,49.461407,56.93246,14.579263,81.27621,13.595564,2.1949866,23.416128,105.11393,9.637327,5.7723036,9.564307,30.192541,12.94712,5.316438,34.671856,872.7388,112.38455,2353.9773,35.69346,3333.6243,64.13249,570.05237,1583.7404,43.986614,13.223095,1867.2218,2589.9683,6443.366,408.7454 +2023-05-23 19:00:00,0.0,7995.7104,72.31031,20.891207,20.196047,33.633907,194.409,29.279615,52.961704,22.257107,28.596935,636.15436,591.16974,16.646559,77.4847,6.8768954,2.9629292,29.087006,40.460457,13.568681,434.87372,5.437856,343.61786,79.18176,1.3150952,5.631166,116.472435,39.8201,194.71715,174.15752,7348.723,1.086299,1938.743,3.8270729,1.5615726,0.85777694,7.185233,212.52203,277.48758,42.858284,278.041,29.218784,10.329824,772.44635,6.612462,76.83311,77.13998,454.272,35.653954,374.36963,20.796036,71.0051,0.0,4580.6377,12742.081,20.55202,117.90375,119.25007,37156.402,175.88751,14.72914,56.842945,97.74792,88.53969,32.227543,44.664497,749.79486,116.55578,41.36493,11.469135,15.548882,1092.7653,37.44287,393.61523,77.71243,2245.6926,122.91234,164.46362,169.06201,134.5334,12.087951,21.490597,61.805622,8.968251,10.452686,48.32048,61.800964,105.94143,17.711838,17.287567,190.24324,13.204162,3872.1208,60.000458,76.84812,67.58144,61.784863,259.2928,107.200455,81.9748,23.124891,25.715015,53.612507,277.4325,198.93813,99.51593,354.8816,64.061066,70.12401,206.91382,233.38081,1039.2128,191.96469,5.913261,16.044792,8.624926,146.3113,15436.575,7.728779,25.661156,39.12065,34.16188,386.75067,73.68633,148.48347,5.0699205,199.87701,535.6971,339.3466,88.33519,480.4755,44.590275,71.34691,277.9978,21.78011,3.4820728,16.985893,1602.4187,0.7409974,1.7419758,95.092735,10.633852,5.3630037,16.599174,25.326931,268.15228,79.233505,146.08928,1237.6849,193.89491,2112.6091,1882.5007,17.442947,22.689865,14134.534,9.567576,51.715504,382.02,85.09042,156.14351,65.73811,361.4725,1209.046,319.8288,9.610782,73.66063,682.5881,2248.2495,41.35725,484.30927,45.77734,1.0269318,55.558952,0.9960264,0.5442648,2.1528425,27.41944,100.10622,256.61578,15.307612,2986.253,157.09656,49.51968,56.992775,14.594087,81.3209,13.612253,2.194953,23.448118,105.19939,9.654931,5.779362,9.5738735,30.173891,12.94349,5.323089,34.70977,873.23773,112.48662,2356.282,35.711246,3336.2605,64.16092,569.80164,1585.3018,44.03162,13.221441,1868.2351,2591.123,6446.0835,408.40964 +2023-05-23 20:00:00,0.0,8002.4004,72.35796,20.878159,20.204428,33.61466,194.38254,29.270819,52.92621,22.25317,28.577433,636.62683,591.12646,16.63672,77.53473,6.882657,2.966732,29.070755,40.500145,13.575111,434.7488,5.442438,343.58603,79.140434,1.3124118,5.623345,116.45997,39.80149,194.6368,174.0934,7356.8145,1.084425,1938.0309,3.8166187,1.5596005,0.85651356,7.173589,212.49213,277.4877,42.826515,278.3441,29.211962,10.331038,772.2925,6.6046224,76.856125,77.169174,454.35522,35.691994,374.36758,20.810791,71.04384,0.0,4581.724,12748.489,20.57644,118.02099,119.3648,37165.543,175.98418,14.746565,56.8319,97.753456,88.59988,32.25749,44.67043,749.8784,116.60753,41.35991,11.48015,15.558718,1093.1307,37.49824,393.78107,77.726074,2245.5842,122.96504,164.5395,169.07756,134.29391,12.082432,21.47663,61.732567,8.961335,10.444313,48.368816,61.844524,105.88961,17.71734,17.29852,190.38226,13.191493,3871.3906,60.039467,76.93011,67.65966,61.830166,259.2321,107.25456,82.02823,23.13759,25.72649,53.642586,277.71927,198.95697,99.545166,355.0119,64.06167,70.171555,207.0597,233.39449,1039.4945,192.02913,5.908828,16.045834,8.62477,146.18799,15439.068,7.7304316,25.63401,39.0862,34.171288,386.83655,73.735306,148.4011,5.0707107,199.96774,535.4285,339.03973,88.3753,479.84467,44.57222,71.3172,278.27072,21.763063,3.478445,16.976171,1603.3762,0.73904306,1.7383871,95.02539,10.636943,5.3630977,16.57595,25.30187,267.88452,79.20148,146.04646,1236.9453,193.95406,2112.407,1882.5154,17.45232,22.708021,14145.465,9.565435,51.760307,382.1378,85.165726,156.26627,65.7691,361.6735,1209.0493,319.89035,9.616782,73.70329,683.1739,2248.1155,41.351208,484.9016,45.833378,1.0264693,55.55923,0.995793,0.5437818,2.1520214,27.445229,100.20056,256.81747,15.286541,2988.1743,157.28853,49.577957,57.053093,14.60891,81.36559,13.6289425,2.1949193,23.480108,105.28484,9.672535,5.786421,9.583439,30.155241,12.939861,5.32974,34.747684,873.73663,112.58869,2358.587,35.72904,3338.8967,64.189354,569.55096,1586.8632,44.07663,13.219788,1869.2484,2592.2778,6448.8013,408.07388 +2023-05-23 21:00:00,0.0,8009.0903,72.40561,20.86511,20.212809,33.59541,194.35606,29.262024,52.890713,22.249231,28.55793,637.0993,591.08325,16.62688,77.584755,6.8884187,2.9705348,29.054502,40.53983,13.581541,434.62387,5.44702,343.5542,79.099106,1.3097284,5.6155243,116.44751,39.78288,194.55646,174.02928,7364.9062,1.0825511,1937.3186,3.8061645,1.5576283,0.8552502,7.1619453,212.46222,277.48782,42.794746,278.6472,29.205141,10.3322525,772.1386,6.5967827,76.879135,77.19838,454.43842,35.73003,374.3655,20.825544,71.08258,0.0,4582.81,12754.898,20.600864,118.13823,119.47953,37174.684,176.08086,14.7639885,56.820854,97.758995,88.66006,32.287437,44.67636,749.962,116.65927,41.35489,11.491166,15.568554,1093.4961,37.55361,393.94687,77.739716,2245.4758,123.017746,164.6154,169.09311,134.05441,12.076913,21.462662,61.65951,8.954419,10.435939,48.41715,61.88808,105.83779,17.722845,17.309471,190.52129,13.178824,3870.6604,60.078476,77.0121,67.73788,61.875465,259.17136,107.30867,82.08165,23.150288,25.737963,53.672665,278.00607,198.97581,99.574394,355.14218,64.06227,70.2191,207.20558,233.40816,1039.7764,192.09357,5.904395,16.046875,8.624615,146.06468,15441.561,7.7320843,25.606867,39.051746,34.18069,386.9224,73.78428,148.3187,5.071501,200.05847,535.16,338.73288,88.415405,479.2138,44.554165,71.28748,278.54367,21.746016,3.4748175,16.96645,1604.3339,0.73708874,1.7347984,94.958046,10.640035,5.3631916,16.552727,25.276812,267.61676,79.16946,146.00365,1236.2056,194.0132,2112.2048,1882.5299,17.461695,22.726177,14156.395,9.563294,51.805107,382.25558,85.24103,156.389,65.80008,361.87448,1209.0527,319.95193,9.622783,73.745964,683.7597,2247.9814,41.345165,485.49396,45.889416,1.0260069,55.55951,0.9955596,0.54329884,2.1512003,27.471018,100.29491,257.01913,15.2654705,2990.0955,157.48051,49.636234,57.113407,14.623733,81.410286,13.645632,2.1948857,23.512096,105.3703,9.690138,5.7934794,9.593005,30.136593,12.936233,5.336391,34.785603,874.2356,112.69076,2360.8916,35.746826,3341.5332,64.21779,569.30023,1588.4244,44.121635,13.218133,1870.2617,2593.4326,6451.5186,407.73816 +2023-05-23 22:00:00,0.0,8015.781,72.45326,20.852062,20.22119,33.57616,194.3296,29.253227,52.85522,22.245295,28.53843,637.5717,591.04,16.617043,77.63478,6.89418,2.9743376,29.03825,40.579517,13.587972,434.49893,5.451602,343.52237,79.05778,1.307045,5.607703,116.43504,39.764267,194.4761,173.96518,7372.998,1.0806772,1936.6064,3.7957106,1.5556561,0.8539868,7.1503015,212.43231,277.48795,42.762978,278.95026,29.19832,10.333466,771.98474,6.5889435,76.90215,77.227585,454.5216,35.768066,374.36346,20.8403,71.12132,0.0,4583.8965,12761.308,20.625286,118.25547,119.59426,37183.824,176.17752,14.781412,56.809807,97.76453,88.720245,32.317387,44.682297,750.04553,116.71102,41.349865,11.502182,15.578391,1093.8615,37.608982,394.11267,77.753365,2245.3674,123.07045,164.69127,169.10866,133.81493,12.071394,21.448694,61.58646,8.947503,10.427566,48.465485,61.931637,105.78597,17.72835,17.320423,190.66031,13.166156,3869.93,60.11748,77.094086,67.8161,61.92077,259.11066,107.36278,82.13508,23.162987,25.749437,53.702747,278.29285,198.99466,99.60363,355.2725,64.062874,70.266655,207.35146,233.42184,1040.0581,192.158,5.8999624,16.047916,8.624458,145.94136,15444.054,7.7337365,25.579721,39.017292,34.190098,387.00827,73.833244,148.23631,5.072291,200.1492,534.8914,338.42606,88.45552,478.58298,44.53611,71.25777,278.8166,21.72897,3.4711897,16.956728,1605.2914,0.7351344,1.7312096,94.8907,10.643126,5.363286,16.529501,25.25175,267.34897,79.137436,145.96083,1235.466,194.07234,2112.0024,1882.5446,17.471067,22.744333,14167.325,9.561152,51.84991,382.37338,85.31633,156.51176,65.83107,362.07547,1209.056,320.0135,9.628782,73.788635,684.34546,2247.8472,41.339127,486.0863,45.945454,1.0255446,55.559788,0.99532616,0.5428159,2.1503794,27.496807,100.38925,257.22083,15.2444,2992.0166,157.6725,49.694508,57.17372,14.6385565,81.45497,13.66232,2.194852,23.544086,105.45576,9.707742,5.800538,9.602571,30.117943,12.932604,5.343042,34.823517,874.7345,112.79282,2363.1963,35.764614,3344.1694,64.24622,569.0495,1589.9858,44.16664,13.216479,1871.275,2594.5874,6454.236,407.4024 +2023-05-23 23:00:00,0.0,8022.4707,72.50091,20.839014,20.22957,33.556908,194.30313,29.24443,52.819725,22.241356,28.518927,638.0442,590.9967,16.607204,77.68481,6.8999414,2.9781404,29.022,40.619205,13.594402,434.37402,5.4561844,343.49057,79.01645,1.3043616,5.5998826,116.42258,39.74566,194.39575,173.90106,7381.09,1.0788032,1935.8943,3.7852564,1.5536839,0.8527234,7.1386576,212.4024,277.48807,42.73121,279.25336,29.1915,10.33468,771.8309,6.581104,76.92517,77.25679,454.6048,35.806107,374.3614,20.855055,71.16007,0.0,4584.9824,12767.716,20.649708,118.37271,119.70899,37192.965,176.27419,14.798837,56.79876,97.770065,88.78043,32.347332,44.68823,750.1291,116.76277,41.344845,11.513197,15.588227,1094.2269,37.664352,394.27847,77.767006,2245.2588,123.12315,164.76715,169.12419,133.57544,12.065875,21.434727,61.513405,8.940587,10.419191,48.513817,61.97519,105.73415,17.733852,17.331375,190.79933,13.153487,3869.1997,60.15649,77.17608,67.89432,61.966072,259.04996,107.416885,82.18851,23.175684,25.76091,53.732826,278.57962,199.01349,99.632866,355.4028,64.06348,70.3142,207.49734,233.43552,1040.34,192.22244,5.8955297,16.048958,8.624303,145.81805,15446.546,7.735389,25.552576,38.982838,34.199505,387.09412,73.88222,148.15392,5.073081,200.23991,534.62286,338.1192,88.49563,477.95212,44.518055,71.22806,279.0895,21.711922,3.467562,16.947006,1606.249,0.73318017,1.727621,94.82336,10.646217,5.36338,16.506277,25.226692,267.0812,79.105415,145.91801,1234.7263,194.13148,2111.8003,1882.5591,17.48044,22.76249,14178.256,9.559011,51.894714,382.49115,85.39163,156.6345,65.86205,362.27646,1209.0593,320.07507,9.634783,73.83131,684.9313,2247.7131,41.333084,486.67862,46.001488,1.0250822,55.560066,0.99509275,0.54233295,2.1495583,27.522598,100.48359,257.4225,15.22333,2993.938,157.86447,49.752785,57.23404,14.653379,81.499664,13.679009,2.1948185,23.576075,105.541214,9.725346,5.8075967,9.612137,30.099295,12.928974,5.349693,34.861435,875.23346,112.8949,2365.501,35.782406,3346.8057,64.27465,568.7988,1591.5472,44.211647,13.214826,1872.2885,2595.7422,6456.9536,407.06665 +2023-05-24 00:00:00,0.0,8029.1606,72.54856,20.825966,20.237951,33.53766,194.27666,29.235636,52.78423,22.23742,28.499424,638.5166,590.9534,16.597366,77.73483,6.905703,2.9819431,29.005747,40.65889,13.600832,434.24908,5.4607663,343.45874,78.97511,1.3016782,5.5920615,116.41011,39.727047,194.31541,173.83694,7389.1816,1.0769292,1935.182,3.7748022,1.5517117,0.85146,7.1270137,212.37251,277.4882,42.69944,279.55646,29.184677,10.335893,771.677,6.573264,76.94818,77.285995,454.688,35.844143,374.35934,20.86981,71.198814,0.0,4586.0684,12774.125,20.67413,118.489944,119.82372,37202.11,176.37085,14.81626,56.787712,97.775604,88.840614,32.37728,44.69416,750.21265,116.814514,41.339825,11.524213,15.598064,1094.5923,37.719723,394.4443,77.78065,2245.1504,123.17586,164.84305,169.13974,133.33594,12.060356,21.42076,61.44035,8.933672,10.410818,48.562153,62.018753,105.68234,17.739357,17.342327,190.93835,13.140819,3868.4695,60.1955,77.258064,67.972534,62.01137,258.98926,107.47099,82.241936,23.188383,25.772383,53.762905,278.8664,199.03233,99.6621,355.53308,64.06408,70.36175,207.64322,233.44919,1040.6217,192.28688,5.8910966,16.05,8.624147,145.69475,15449.039,7.737042,25.52543,38.948387,34.208908,387.18,73.93118,148.07153,5.0738707,200.33064,534.3543,337.81235,88.53574,477.32126,44.5,71.19834,279.36243,21.694874,3.4639342,16.937284,1607.2067,0.73122585,1.7240323,94.75601,10.649308,5.363474,16.483053,25.201633,266.81345,79.07339,145.8752,1233.9866,194.19061,2111.5981,1882.5737,17.489813,22.780647,14189.186,9.5568695,51.939518,382.60895,85.46694,156.75726,65.893036,362.47742,1209.0626,320.13666,9.640783,73.87398,685.517,2247.579,41.327045,487.27097,46.057526,1.0246198,55.560345,0.99485934,0.54185,2.1487372,27.548388,100.577934,257.62415,15.202258,2995.8591,158.05646,49.811058,57.294353,14.668203,81.54436,13.695699,2.1947849,23.608065,105.62668,9.7429495,5.8146553,9.621702,30.080645,12.925345,5.3563437,34.89935,875.73236,112.99696,2367.8057,35.800194,3349.4421,64.303085,568.5481,1593.1086,44.256653,13.213172,1873.3018,2596.897,6459.671,406.7309 +2023-05-24 01:00:00,0.0,8035.851,72.59621,20.812918,20.246332,33.51841,194.2502,29.22684,52.748734,22.23348,28.479921,638.9891,590.91016,16.587526,77.78487,6.911464,2.985746,28.989496,40.698578,13.607263,434.12415,5.4653482,343.4269,78.933784,1.2989947,5.584241,116.397644,39.70844,194.23506,173.77284,7397.273,1.0750552,1934.4698,3.7643483,1.5497395,0.8501966,7.11537,212.3426,277.48828,42.66767,279.85956,29.177856,10.337107,771.5231,6.5654244,76.9712,77.3152,454.7712,35.88218,374.35727,20.884565,71.23756,0.0,4587.1543,12780.534,20.698553,118.607185,119.938446,37211.25,176.46751,14.833685,56.776665,97.781136,88.9008,32.407227,44.700096,750.2962,116.866264,41.334805,11.535229,15.607901,1094.9578,37.775093,394.6101,77.79429,2245.042,123.22856,164.91893,169.15529,133.09645,12.054837,21.406792,61.367294,8.926756,10.402445,48.61049,62.062305,105.63052,17.74486,17.35328,191.07738,13.128151,3867.739,60.23451,77.34006,68.05076,62.056675,258.92853,107.5251,82.295364,23.20108,25.783857,53.792984,279.1532,199.05118,99.69133,355.6634,64.06469,70.409294,207.78911,233.46286,1040.9036,192.35132,5.886664,16.051043,8.623992,145.57144,15451.531,7.738694,25.498285,38.913933,34.218315,387.26584,73.980156,147.98914,5.074661,200.42137,534.08575,337.50552,88.57585,476.69043,44.481945,71.168625,279.63535,21.677828,3.4603066,16.927563,1608.1642,0.72927153,1.7204436,94.68867,10.6524,5.363568,16.45983,25.176573,266.54565,79.04137,145.83237,1233.247,194.24976,2111.3958,1882.5883,17.499187,22.798803,14200.116,9.5547285,51.98432,382.72675,85.542244,156.88,65.92402,362.6784,1209.0659,320.1982,9.646784,73.91665,686.10284,2247.4448,41.321003,487.8633,46.113564,1.0241575,55.560623,0.994626,0.541367,2.147916,27.574177,100.67228,257.82584,15.181188,2997.7803,158.24843,49.869335,57.35467,14.683026,81.58904,13.712388,2.1947513,23.640053,105.712135,9.760553,5.821714,9.6312685,30.061996,12.921717,5.362995,34.937267,876.2313,113.09903,2370.1104,35.81798,3352.0784,64.33152,568.29736,1594.67,44.301662,13.211518,1874.3151,2598.0518,6462.3887,406.39514 +2023-05-24 02:00:00,0.0,8042.541,72.64386,20.79987,20.254713,33.49916,194.22372,29.218044,52.713238,22.229544,28.46042,639.4615,590.8669,16.577688,77.83489,6.917226,2.989549,28.973244,40.738266,13.613693,433.9992,5.46993,343.39508,78.892456,1.2963113,5.57642,116.385185,39.689827,194.15472,173.70872,7405.3647,1.0731813,1933.7576,3.753894,1.5477673,0.8489332,7.103726,212.3127,277.4884,42.635902,280.16263,29.171036,10.338321,771.3692,6.5575852,76.99422,77.344406,454.85437,35.92022,374.35522,20.89932,71.2763,0.0,4588.2407,12786.942,20.722975,118.72443,120.05318,37220.39,176.5642,14.851109,56.765617,97.786674,88.96099,32.437176,44.706028,750.37976,116.918015,41.32978,11.546244,15.617737,1095.3231,37.830463,394.7759,77.80793,2244.9336,123.281265,164.9948,169.17084,132.85696,12.049318,21.392824,61.29424,8.91984,10.394071,48.65882,62.10586,105.578705,17.750364,17.36423,191.2164,13.115482,3867.0088,60.273518,77.42204,68.128975,62.10198,258.86783,107.57921,82.34879,23.21378,25.79533,53.823067,279.43997,199.07002,99.720566,355.7937,64.06529,70.45685,207.93498,233.47655,1041.1853,192.41577,5.882231,16.052084,8.6238365,145.44814,15454.023,7.740347,25.47114,38.87948,34.227722,387.3517,74.02912,147.90675,5.075451,200.5121,533.81714,337.19867,88.61597,476.05957,44.463886,71.138916,279.90826,21.66078,3.4566789,16.917841,1609.1218,0.7273173,1.7168548,94.62132,10.655491,5.3636622,16.436605,25.151514,266.2779,79.009346,145.78955,1232.5073,194.3089,2111.1936,1882.6029,17.50856,22.81696,14211.047,9.5525875,52.02912,382.84454,85.617546,157.00275,65.95501,362.8794,1209.0692,320.2598,9.652784,73.95932,686.68866,2247.3108,41.314964,488.45566,46.1696,1.0236951,55.5609,0.9943926,0.540884,2.147095,27.599966,100.766624,258.0275,15.160117,2999.7017,158.44041,49.927612,57.414986,14.697849,81.633736,13.729076,2.1947176,23.672043,105.79759,9.778156,5.8287725,9.640834,30.043346,12.918087,5.369646,34.97518,876.7302,113.2011,2372.415,35.835773,3354.7146,64.35995,568.0467,1596.2314,44.34667,13.209865,1875.3284,2599.2065,6465.106,406.0594 +2023-05-24 03:00:00,0.0,8049.231,72.69151,20.786821,20.263094,33.479908,194.19727,29.209248,52.677742,22.225605,28.440918,639.93396,590.8236,16.56785,77.88492,6.9229875,2.9933517,28.956993,40.777954,13.620123,433.8743,5.4745126,343.36328,78.85113,1.2936279,5.5685987,116.37272,39.671215,194.07437,173.6446,7413.4565,1.0713073,1933.0454,3.7434402,1.5457951,0.84766984,7.092082,212.28279,277.48853,42.604134,280.46573,29.164213,10.339534,771.21533,6.5497456,77.01723,77.37361,454.9376,35.958256,374.35315,20.914076,71.31504,0.0,4589.3267,12793.352,20.747396,118.84167,120.16791,37229.53,176.66086,14.868533,56.75457,97.79221,89.02117,32.467125,44.71196,750.4634,116.96976,41.32476,11.55726,15.627574,1095.6885,37.885834,394.94174,77.82157,2244.8252,123.33397,165.0707,169.18639,132.61746,12.043799,21.378857,61.221184,8.912924,10.385697,48.707157,62.149414,105.526886,17.755867,17.375181,191.35542,13.102814,3866.2786,60.312527,77.504036,68.20719,62.147278,258.80713,107.633316,82.402214,23.226477,25.806805,53.853146,279.72675,199.08887,99.7498,355.92398,64.065895,70.504395,208.08087,233.49022,1041.4672,192.48021,5.8777986,16.053125,8.623681,145.32483,15456.517,7.7419996,25.443996,38.845024,34.237125,387.43756,74.078094,147.82436,5.076241,200.60283,533.5486,336.8918,88.656075,475.4287,44.44583,71.1092,280.18118,21.643734,3.453051,16.90812,1610.0793,0.72536296,1.7132661,94.55398,10.658583,5.363756,16.413382,25.126453,266.01013,78.97732,145.74673,1231.7676,194.36804,2110.9915,1882.6174,17.517933,22.835115,14221.978,9.550446,52.073925,382.96234,85.69285,157.1255,65.98599,363.08038,1209.0726,320.32138,9.658785,74.00199,687.2744,2247.1768,41.30892,489.04797,46.22564,1.0232327,55.56118,0.99415916,0.54040104,2.146274,27.625755,100.86097,258.22916,15.139046,3001.6228,158.6324,49.985886,57.475304,14.712673,81.67843,13.745766,2.194684,23.704033,105.88305,9.79576,5.835831,9.6504,30.024698,12.914458,5.376297,35.013096,877.2291,113.30317,2374.7197,35.85356,3357.351,64.38838,567.79596,1597.7928,44.391674,13.208211,1876.3417,2600.3613,6467.8237,405.72366 +2023-05-24 04:00:00,0.0,8055.9214,72.73916,20.773773,20.271473,33.46066,194.17079,29.20045,52.64225,22.221666,28.421415,640.4064,590.78033,16.55801,77.934944,6.9287486,2.9971545,28.94074,40.81764,13.626554,433.74936,5.4790945,343.33145,78.8098,1.2909445,5.560778,116.36025,39.652607,193.99402,173.58049,7421.5483,1.0694333,1932.3331,3.732986,1.5438229,0.84640646,7.0804377,212.25288,277.48865,42.572365,280.76883,29.157393,10.340748,771.06146,6.541906,77.040245,77.40282,455.02078,35.996296,374.3511,20.928831,71.35379,0.0,4590.4126,12799.761,20.77182,118.95891,120.28264,37238.67,176.75752,14.885957,56.743523,97.79775,89.08136,32.49707,44.717896,750.54694,117.02151,41.31974,11.568275,15.63741,1096.054,37.941204,395.10754,77.83521,2244.7168,123.38667,165.14658,169.20193,132.37798,12.0382805,21.36489,61.14813,8.906008,10.377323,48.75549,62.192978,105.47507,17.761372,17.386133,191.49445,13.090145,3865.548,60.351536,77.58602,68.285416,62.19258,258.7464,107.68742,82.45564,23.239176,25.818277,53.883224,280.01352,199.10771,99.77904,356.0543,64.0665,70.55194,208.22675,233.50389,1041.7489,192.54465,5.8733654,16.054167,8.623526,145.20152,15459.009,7.743652,25.416851,38.810574,34.246532,387.52344,74.12706,147.74197,5.077031,200.69354,533.28,336.585,88.69618,474.79788,44.427776,71.07948,280.45413,21.626686,3.4494233,16.898397,1611.037,0.72340864,1.7096775,94.48663,10.6616745,5.36385,16.390158,25.101395,265.74234,78.9453,145.70392,1231.028,194.42717,2110.789,1882.6321,17.527308,22.853271,14232.907,9.548305,52.11873,383.0801,85.76815,157.24825,66.016975,363.28137,1209.0759,320.38293,9.664785,74.04466,687.8602,2247.0425,41.30288,489.64032,46.281673,1.0227704,55.56146,0.99392575,0.53991807,2.145453,27.651546,100.955315,258.43085,15.117975,3003.5442,158.82437,50.044163,57.535618,14.727496,81.72312,13.762455,2.1946504,23.736021,105.968506,9.813364,5.8428903,9.6599655,30.006048,12.91083,5.382948,35.051014,877.7281,113.40524,2377.0244,35.87135,3359.9873,64.41682,567.5452,1599.3542,44.43668,13.206557,1877.355,2601.516,6470.541,405.3879 +2023-05-24 05:00:00,0.0,8062.6113,72.78681,20.760725,20.279854,33.44141,194.14433,29.191656,52.606754,22.21773,28.401915,640.87885,590.7371,16.548172,77.98497,6.93451,3.0009573,28.924488,40.857327,13.632984,433.62442,5.4836764,343.29962,78.76847,1.288261,5.552957,116.347786,39.633995,193.91368,173.51639,7429.64,1.0675594,1931.621,3.7225318,1.5418507,0.845143,7.0687943,212.22298,277.48877,42.540596,281.0719,29.150572,10.341962,770.9076,6.534066,77.06326,77.432014,455.104,36.034332,374.34903,20.943586,71.39253,0.0,4591.499,12806.17,20.796242,119.07615,120.39737,37247.812,176.85419,14.90338,56.732475,97.80328,89.14155,32.52702,44.723827,750.6305,117.07325,41.31472,11.57929,15.647246,1096.4193,37.996574,395.27335,77.84886,2244.6084,123.43938,165.22244,169.21748,132.13849,12.032762,21.350922,61.075073,8.899092,10.36895,48.803825,62.236534,105.42325,17.766874,17.397085,191.63347,13.0774765,3864.8179,60.39054,77.668015,68.36363,62.237885,258.6857,107.74153,82.50907,23.251873,25.829752,53.913303,280.30032,199.12654,99.808266,356.1846,64.0671,70.59949,208.37263,233.51756,1042.0308,192.60909,5.8689327,16.055208,8.62337,145.07822,15461.502,7.7453046,25.389706,38.77612,34.25594,387.60928,74.17603,147.65958,5.077821,200.78427,533.0115,336.27814,88.7363,474.16702,44.40972,71.04977,280.72705,21.60964,3.4457958,16.888676,1611.9945,0.7214543,1.7060888,94.41929,10.664765,5.3639445,16.366934,25.076336,265.47458,78.91328,145.6611,1230.2883,194.48631,2110.587,1882.6466,17.53668,22.871428,14243.838,9.546164,52.163532,383.1979,85.84345,157.371,66.04796,363.48236,1209.0792,320.44452,9.670785,74.087326,688.44604,2246.9084,41.29684,490.23267,46.33771,1.022308,55.561737,0.99369234,0.53943515,2.1446319,27.677336,101.04966,258.6325,15.096905,3005.4653,159.01636,50.10244,57.595936,14.74232,81.76781,13.779144,2.1946168,23.768011,106.05396,9.830968,5.849949,9.669531,29.9874,12.9072,5.389599,35.08893,878.227,113.50731,2379.329,35.88914,3362.6235,64.445244,567.29456,1600.9156,44.481686,13.204904,1878.3683,2602.671,6473.2583,405.05215 +2023-05-24 06:00:00,0.0,8069.302,72.83446,20.747677,20.288235,33.422157,194.11786,29.18286,52.57126,22.21379,28.382412,641.3513,590.69385,16.538334,78.034996,6.9402714,3.00476,28.908237,40.897015,13.639414,433.4995,5.4882584,343.26782,78.72714,1.2855777,5.5451365,116.33533,39.615387,193.83333,173.45227,7437.732,1.0656854,1930.9087,3.7120779,1.5398785,0.84387964,7.0571504,212.19308,277.4889,42.508827,281.375,29.14375,10.343175,770.7537,6.526227,77.08627,77.46122,455.18716,36.07237,374.347,20.958342,71.431274,0.0,4592.585,12812.578,20.820663,119.19339,120.5121,37256.953,176.95087,14.920805,56.721428,97.80882,89.20173,32.55697,44.72976,750.71405,117.125,41.309696,11.590306,15.6570835,1096.7847,38.051945,395.43915,77.8625,2244.5,123.49208,165.29834,169.23303,131.89899,12.027243,21.336956,61.00202,8.892177,10.360577,48.852158,62.280087,105.37143,17.772379,17.408037,191.77249,13.064808,3864.0874,60.42955,77.75,68.44185,62.283188,258.625,107.79564,82.5625,23.264572,25.841225,53.943386,280.5871,199.14539,99.8375,356.31488,64.0677,70.64704,208.51851,233.53125,1042.3125,192.67352,5.8645,16.05625,8.623215,144.9549,15463.994,7.7469573,25.36256,38.741665,34.265343,387.69513,74.225,147.57718,5.078611,200.875,532.7429,335.97128,88.776405,473.53616,44.391666,71.02006,280.99997,21.592592,3.442168,16.878954,1612.9521,0.71950006,1.7025,94.351944,10.667857,5.3640385,16.34371,25.051275,265.20682,78.881256,145.61829,1229.5486,194.54546,2110.3848,1882.6613,17.546053,22.889585,14254.769,9.544022,52.208336,383.3157,85.918755,157.49374,66.07895,363.68335,1209.0825,320.5061,9.676785,74.13,689.0318,2246.7744,41.2908,490.825,46.39375,1.0218456,55.56202,0.9934589,0.5389522,2.1438107,27.703125,101.144,258.8342,15.075833,3007.3865,159.20834,50.160713,57.65625,14.757143,81.8125,13.795833,2.1945834,23.8,106.13942,9.848572,5.8570075,9.679097,29.96875,12.903571,5.39625,35.126846,878.72595,113.609375,2381.6338,35.90693,3365.26,64.47368,567.0438,1602.477,44.526695,13.203249,1879.3816,2603.8257,6475.976,404.7164 +2023-05-24 07:00:00,0.0,8075.9917,72.88211,20.734629,20.296616,33.40291,194.09138,29.174063,52.535763,22.209854,28.36291,641.8237,590.6506,16.528494,78.08502,6.946033,3.0085628,28.891985,40.9367,13.645844,433.37457,5.4928403,343.236,78.685814,1.2828941,5.5373154,116.32286,39.596775,193.75299,173.38815,7445.823,1.0638114,1930.1965,3.7016237,1.5379063,0.84261626,7.045506,212.16318,277.489,42.47706,281.6781,29.136929,10.344389,770.59985,6.5183873,77.10929,77.490425,455.2704,36.11041,374.3449,20.973097,71.47002,0.0,4593.671,12818.987,20.845085,119.31062,120.62683,37266.098,177.04753,14.938229,56.71038,97.81436,89.26192,32.586914,44.735695,750.7976,117.17675,41.304676,11.601322,15.66692,1097.1501,38.107315,395.60498,77.876144,2244.3916,123.544785,165.37422,169.24858,131.6595,12.021723,21.322989,60.928967,8.885261,10.352202,48.900494,62.323647,105.31962,17.777882,17.41899,191.91153,13.052139,3863.3572,60.46856,77.831985,68.52007,62.328487,258.5643,107.84974,82.61593,23.27727,25.852697,53.973465,280.87387,199.16423,99.86674,356.4452,64.068306,70.69459,208.66438,233.54492,1042.5944,192.73796,5.8600674,16.057291,8.623059,144.83159,15466.487,7.7486095,25.335415,38.70721,34.27475,387.781,74.27397,147.4948,5.079401,200.96573,532.47437,335.66446,88.81652,472.90533,44.37361,70.99034,281.2729,21.575546,3.4385402,16.869232,1613.9098,0.71754575,1.6989113,94.28461,10.670948,5.3641324,16.320486,25.026217,264.93903,78.84923,145.57547,1228.809,194.6046,2110.1824,1882.6759,17.555426,22.907742,14265.698,9.541881,52.253136,383.4335,85.99406,157.6165,66.10993,363.88434,1209.0858,320.56766,9.682786,74.17267,689.6176,2246.6401,41.28476,491.41733,46.449787,1.0213833,55.562298,0.9932255,0.5384692,2.1429896,27.728914,101.23834,259.03586,15.054763,3009.3079,159.40031,50.21899,57.716564,14.771967,81.85719,13.812522,2.1945498,23.83199,106.224884,9.866175,5.864066,9.688663,29.9501,12.899942,5.4029007,35.16476,879.22485,113.71145,2383.9387,35.924717,3367.8962,64.50211,566.7931,1604.0385,44.5717,13.201595,1880.3949,2604.9805,6478.6934,404.38065 +2023-05-24 08:00:00,0.0,8082.6816,72.929756,20.72158,20.304996,33.38366,194.06493,29.165268,52.500267,22.205915,28.343409,642.2962,590.6073,16.518656,78.13505,6.9517946,3.0123656,28.875734,40.976387,13.652275,433.24963,5.4974227,343.20416,78.644485,1.2802107,5.529495,116.310394,39.578163,193.67264,173.32405,7453.915,1.0619376,1929.4844,3.6911695,1.5359341,0.8413529,7.033862,212.13327,277.48914,42.44529,281.98117,29.130108,10.345603,770.4459,6.5105476,77.13231,77.51963,455.35358,36.148445,374.34283,20.987852,71.50876,0.0,4594.757,12825.396,20.869509,119.427864,120.74156,37275.24,177.1442,14.955653,56.699333,97.81989,89.322105,32.616863,44.741627,750.88116,117.22849,41.299656,11.612337,15.676756,1097.5155,38.162685,395.77078,77.889786,2244.2832,123.59749,165.45009,169.26413,131.42001,12.016204,21.309021,60.85591,8.878345,10.343829,48.94883,62.367203,105.2678,17.783386,17.429941,192.05055,13.039471,3862.627,60.50757,77.91398,68.59829,62.37379,258.50357,107.90385,82.66936,23.289967,25.864172,54.003544,281.16064,199.18307,99.895966,356.5755,64.06892,70.742134,208.81027,233.5586,1042.8761,192.8024,5.8556347,16.058334,8.622904,144.70828,15468.9795,7.7502623,25.30827,38.672756,34.284157,387.86685,74.32294,147.4124,5.080191,201.05646,532.2058,335.3576,88.85663,472.27448,44.355553,70.960625,281.5458,21.558498,3.4349127,16.85951,1614.8673,0.71559143,1.6953226,94.21726,10.67404,5.364227,16.29726,25.001156,264.67126,78.81721,145.53264,1228.0693,194.66374,2109.9802,1882.6904,17.5648,22.925898,14276.629,9.53974,52.29794,383.5513,86.06936,157.73924,66.140915,364.08533,1209.0891,320.62924,9.6887865,74.21534,690.20337,2246.506,41.278717,492.00967,46.505825,1.0209209,55.562576,0.99299216,0.5379862,2.1421688,27.754704,101.33269,259.23752,15.033692,3011.229,159.5923,50.277267,57.776882,14.78679,81.90188,13.829211,2.1945162,23.86398,106.31034,9.883779,5.8711247,9.698229,29.931452,12.896313,5.409552,35.20268,879.7238,113.813515,2386.2434,35.94251,3370.5325,64.53054,566.5424,1605.5999,44.616707,13.199942,1881.4082,2606.1353,6481.411,404.0449 +2023-05-24 09:00:00,0.0,8089.372,72.97741,20.708532,20.313377,33.36441,194.03845,29.156471,52.464775,22.201979,28.323906,642.7686,590.564,16.508818,78.185074,6.957556,3.0161684,28.859482,41.016075,13.658705,433.1247,5.5020046,343.17233,78.60316,1.2775273,5.5216737,116.29793,39.559555,193.59229,173.25993,7462.007,1.0600636,1928.7721,3.6807156,1.5339619,0.8400895,7.022218,212.10336,277.48926,42.41352,282.28427,29.123287,10.346816,770.29205,6.5027084,77.15533,77.548836,455.43677,36.18648,374.3408,21.002607,71.5475,0.0,4595.8433,12831.805,20.89393,119.545105,120.85629,37284.38,177.24086,14.973077,56.688286,97.82543,89.382286,32.646812,44.747562,750.9647,117.28024,41.294632,11.623353,15.686593,1097.881,38.218056,395.93658,77.90343,2244.1746,123.65019,165.52597,169.27968,131.18051,12.010685,21.295053,60.782856,8.8714285,10.335455,48.99716,62.41076,105.21598,17.788889,17.440891,192.18958,13.026802,3861.8965,60.546577,77.995964,68.676506,62.419094,258.44287,107.957954,82.722786,23.302666,25.875645,54.033627,281.44745,199.20192,99.9252,356.70578,64.06952,70.78969,208.95615,233.57228,1043.158,192.86684,5.8512015,16.059376,8.622747,144.58498,15471.473,7.751915,25.281124,38.638306,34.293564,387.95273,74.37191,147.33002,5.0809813,201.14717,531.9372,335.05075,88.89674,471.64362,44.337498,70.930916,281.81873,21.541452,3.431285,16.849789,1615.825,0.7136371,1.6917338,94.14992,10.677131,5.3643208,16.274036,24.976097,264.4035,78.78519,145.48982,1227.3296,194.72287,2109.7778,1882.7051,17.574173,22.944054,14287.56,9.537598,52.342743,383.66907,86.14466,157.862,66.1719,364.28632,1209.0924,320.69083,9.694787,74.25801,690.7892,2246.372,41.27268,492.60202,46.56186,1.0204586,55.562855,0.99275875,0.53750324,2.1413476,27.780495,101.42703,259.4392,15.012621,3013.1501,159.78427,50.33554,57.837196,14.801613,81.94657,13.845901,2.1944826,23.895967,106.3958,9.901382,5.8781834,9.707794,29.912802,12.892684,5.416203,35.240593,880.2227,113.91558,2388.548,35.960297,3373.169,64.558975,566.2917,1607.1613,44.661713,13.198288,1882.4215,2607.29,6484.1284,403.70914 +2023-05-24 10:00:00,0.0,8096.062,73.025055,20.695484,20.321758,33.345158,194.012,29.147675,52.42928,22.19804,28.304403,643.2411,590.52075,16.498978,78.23511,6.9633174,3.0199711,28.84323,41.05576,13.665135,432.9998,5.5065866,343.14053,78.56183,1.2748439,5.513853,116.28546,39.540943,193.51195,173.19582,7470.0986,1.0581896,1928.0599,3.6702614,1.5319897,0.8388261,7.0105743,212.07346,277.48938,42.381752,282.58737,29.116465,10.34803,770.1382,6.4948688,77.17834,77.57804,455.51996,36.22452,374.3387,21.017363,71.58625,0.0,4596.9297,12838.214,20.918352,119.662346,120.97102,37293.52,177.33752,14.990501,56.677242,97.83097,89.442474,32.676758,44.753494,751.04834,117.331985,41.28961,11.634369,15.696429,1098.2463,38.273426,396.10242,77.91707,2244.0662,123.702896,165.60187,169.29523,130.94102,12.005166,21.281086,60.7098,8.864512,10.327082,49.045498,62.45431,105.16416,17.794394,17.451843,192.3286,13.014133,3861.1663,60.585587,78.07796,68.75473,62.464394,258.38217,108.01206,82.77621,23.315363,25.88712,54.063705,281.73422,199.22076,99.95444,356.8361,64.07012,70.837234,209.10204,233.58595,1043.4397,192.93127,5.846769,16.060417,8.622592,144.46167,15473.965,7.753567,25.25398,38.60385,34.302967,388.03857,74.42088,147.24762,5.081771,201.2379,531.66864,334.74393,88.93685,471.0128,44.319443,70.9012,282.09164,21.524405,3.4276571,16.840067,1616.7825,0.71168286,1.6881452,94.08257,10.6802225,5.3644147,16.250813,24.951038,264.1357,78.75316,145.447,1226.59,194.78201,2109.5757,1882.7196,17.583546,22.96221,14298.489,9.535457,52.387547,383.78687,86.21996,157.98474,66.20288,364.48727,1209.0958,320.75238,9.700788,74.30068,691.375,2246.2378,41.266636,493.19437,46.617897,1.0199962,55.563133,0.99252534,0.53702027,2.1405265,27.806284,101.52138,259.64087,14.99155,3015.0715,159.97626,50.393818,57.897514,14.816437,81.991264,13.862589,2.194449,23.927958,106.481255,9.918986,5.885242,9.7173605,29.894154,12.889055,5.422854,35.27851,880.7217,114.017654,2390.8528,35.978085,3375.8052,64.58741,566.04095,1608.7227,44.70672,13.196634,1883.4348,2608.4448,6486.8457,403.3734 +2023-05-24 11:00:00,0.0,8102.752,73.07271,20.682436,20.33014,33.32591,193.98552,29.13888,52.393784,22.194101,28.284903,643.7135,590.4775,16.48914,78.28513,6.969079,3.023774,28.826979,41.095448,13.671566,432.87485,5.5111685,343.1087,78.5205,1.2721605,5.506032,116.273,39.52233,193.4316,173.1317,7478.1904,1.0563157,1927.3477,3.6598072,1.5300175,0.8375627,6.9989305,212.04355,277.4895,42.349983,282.89044,29.109644,10.349243,769.9843,6.487029,77.201355,77.60725,455.60315,36.262558,374.33667,21.032118,71.62499,0.0,4598.0156,12844.623,20.942776,119.77959,121.085754,37302.66,177.4342,15.007925,56.666195,97.83651,89.50266,32.706707,44.759426,751.1319,117.383736,41.28459,11.645384,15.706266,1098.6117,38.328796,396.26822,77.93071,2243.9578,123.7556,165.67773,169.31078,130.70154,11.999647,21.267118,60.636745,8.857596,10.318707,49.09383,62.49787,105.11234,17.799898,17.462795,192.46762,13.001465,3860.436,60.62459,78.15994,68.83295,62.509697,258.32144,108.06617,82.829636,23.328062,25.898592,54.093784,282.021,199.2396,99.98367,356.96637,64.070724,70.88478,209.24791,233.59962,1043.7216,192.99573,5.842336,16.061459,8.622437,144.33836,15476.458,7.75522,25.226835,38.569397,34.312374,388.12445,74.46985,147.16524,5.082561,201.32863,531.4001,334.43707,88.97696,470.38193,44.301388,70.87148,282.3646,21.507359,3.4240294,16.830345,1617.7401,0.70972854,1.6845565,94.01523,10.683314,5.364509,16.227589,24.925978,263.86795,78.72114,145.40419,1225.8503,194.84116,2109.3735,1882.7343,17.592918,22.980366,14309.42,9.533315,52.43235,383.90466,86.295265,158.1075,66.23387,364.68826,1209.0991,320.81396,9.706788,74.34335,691.96075,2246.1038,41.260593,493.78668,46.673935,1.0195338,55.56341,0.9922919,0.5365373,2.1397054,27.832073,101.61572,259.84256,14.97048,3016.9927,160.16824,50.45209,57.95783,14.83126,82.03596,13.879278,2.1944153,23.959946,106.56671,9.93659,5.8923006,9.726926,29.875504,12.885426,5.429505,35.316425,881.2206,114.11972,2393.1575,35.995876,3378.4414,64.61584,565.7903,1610.284,44.751728,13.194981,1884.4481,2609.5996,6489.5635,403.03766 +2023-05-24 12:00:00,0.0,8109.4424,73.12035,20.669388,20.33852,33.30666,193.95906,29.130083,52.358288,22.190165,28.2654,644.186,590.43427,16.479301,78.33516,6.97484,3.0275767,28.810726,41.135136,13.677996,432.7499,5.515751,343.07687,78.47917,1.2694771,5.498211,116.26054,39.503723,193.35126,173.0676,7486.2817,1.0544417,1926.6355,3.6493533,1.5280453,0.8362993,6.9872866,212.01364,277.4896,42.318214,283.19354,29.102823,10.350457,769.83044,6.4791894,77.22437,77.63645,455.68634,36.300594,374.3346,21.046871,71.663734,0.0,4599.1016,12851.031,20.967197,119.89683,121.200485,37311.8,177.53087,15.025349,56.655148,97.84204,89.56284,32.736656,44.76536,751.21545,117.435486,41.27957,11.6564,15.716103,1098.9772,38.384167,396.43402,77.94436,2243.8494,123.808304,165.75363,169.32632,130.46204,11.994128,21.25315,60.56369,8.850681,10.310334,49.142166,62.541428,105.060524,17.8054,17.473747,192.60664,12.988797,3859.7056,60.6636,78.241936,68.91116,62.555,258.26074,108.12028,82.883064,23.34076,25.910067,54.123863,282.30777,199.25844,100.0129,357.09668,64.07133,70.93233,209.3938,233.6133,1044.0033,193.06017,5.8379035,16.0625,8.622281,144.21506,15478.95,7.7568727,25.19969,38.534943,34.32178,388.2103,74.51882,147.08284,5.083351,201.41936,531.13153,334.13022,89.017075,469.75107,44.283333,70.841774,282.6375,21.49031,3.4204018,16.820623,1618.6976,0.7077742,1.6809678,93.94788,10.686405,5.364603,16.204365,24.900919,263.6002,78.68912,145.36137,1225.1107,194.9003,2109.1711,1882.7488,17.602293,22.998524,14320.351,9.531174,52.47715,384.02246,86.37057,158.23024,66.264854,364.88925,1209.1024,320.87555,9.712788,74.38602,692.5466,2245.9697,41.254555,494.37903,46.729973,1.0190715,55.56369,0.9920585,0.5360544,2.1388845,27.857862,101.71007,260.04422,14.949409,3018.9138,160.36021,50.51037,58.018147,14.846084,82.08064,13.8959675,2.1943817,23.991936,106.65217,9.954193,5.899359,9.736492,29.856855,12.881797,5.436156,35.35434,881.7195,114.22179,2395.4622,36.013664,3381.078,64.64427,565.53955,1611.8455,44.796734,13.193327,1885.4614,2610.7544,6492.281,402.7019 +2023-05-24 13:00:00,0.0,8116.1323,73.16801,20.65634,20.3469,33.28741,193.93259,29.121288,52.322792,22.186226,28.245897,644.65845,590.391,16.469461,78.385185,6.980602,3.0313795,28.794476,41.17482,13.684426,432.62497,5.520333,343.04504,78.43784,1.2667937,5.4903903,116.24807,39.48511,193.2709,173.00348,7494.3735,1.0525677,1925.9232,3.638899,1.5260731,0.8350359,6.9756427,211.98375,277.48972,42.286446,283.49664,29.096,10.351671,769.6766,6.47135,77.24738,77.66566,455.76953,36.338634,374.33255,21.061626,71.70248,0.0,4600.1875,12857.44,20.99162,120.01407,121.315216,37320.945,177.62753,15.042773,56.6441,97.84758,89.62303,32.7666,44.771294,751.299,117.48723,41.274548,11.667416,15.725939,1099.3425,38.439537,396.59985,77.958,2243.741,123.86101,165.82951,169.34187,130.22255,11.988609,21.239183,60.490635,8.843765,10.301961,49.1905,62.584984,105.00871,17.810905,17.4847,192.74567,12.976129,3858.9753,60.70261,78.32392,68.98939,62.6003,258.20004,108.174385,82.93649,23.353458,25.92154,54.153946,282.59454,199.27728,100.04214,357.227,64.07193,70.97988,209.53967,233.62698,1044.2852,193.1246,5.8334703,16.063541,8.622126,144.09175,15481.442,7.758525,25.172544,38.500492,34.331184,388.29617,74.56779,147.00046,5.0841413,201.51009,530.863,333.82336,89.05718,469.12024,44.265278,70.81206,282.91043,21.473265,3.416774,16.810904,1619.6553,0.70581996,1.677379,93.88054,10.689497,5.364697,16.18114,24.87586,263.3324,78.65709,145.31856,1224.371,194.95943,2108.969,1882.7634,17.611666,23.01668,14331.281,9.529033,52.521954,384.14026,86.44587,158.35298,66.29584,365.09024,1209.1057,320.9371,9.718788,74.42869,693.1323,2245.8354,41.248512,494.97137,46.78601,1.018609,55.56397,0.9918251,0.5355714,2.1380634,27.883652,101.80441,260.24588,14.928338,3020.8352,160.5522,50.568645,58.07846,14.860907,82.125336,13.912657,2.194348,24.023924,106.73763,9.971797,5.9064183,9.7460575,29.838205,12.878168,5.4428067,35.392258,882.21844,114.32386,2397.7668,36.031452,3383.714,64.67271,565.2888,1613.4069,44.84174,13.191673,1886.4747,2611.9092,6494.9985,402.36615 +2023-05-24 14:00:00,0.0,8122.8223,73.21565,20.643291,20.355282,33.268158,193.90611,29.112492,52.287296,22.18229,28.226395,645.13086,590.3477,16.459623,78.43521,6.9863634,3.0351825,28.778223,41.214508,13.690857,432.50006,5.5249147,343.01324,78.396515,1.2641102,5.482569,116.2356,39.466503,193.19057,172.93936,7502.4653,1.0506938,1925.211,3.6284451,1.5241009,0.83377254,6.963999,211.95384,277.48984,42.254677,283.79974,29.08918,10.352884,769.5227,6.4635105,77.2704,77.694855,455.85272,36.37667,374.33047,21.076382,71.74122,0.0,4601.2734,12863.85,21.01604,120.13131,121.42995,37330.086,177.7242,15.060197,56.633053,97.85312,89.68322,32.79655,44.777225,751.38257,117.53898,41.269527,11.678431,15.735776,1099.708,38.49491,396.76566,77.97164,2243.6326,123.91371,165.9054,169.35742,129.98306,11.98309,21.225216,60.41758,8.836849,10.293587,49.238834,62.62854,104.956894,17.816408,17.495651,192.88469,12.96346,3858.245,60.74162,78.405914,69.067604,62.645603,258.13934,108.22849,82.98992,23.366156,25.933012,54.184025,282.88135,199.29613,100.07137,357.35727,64.07253,71.02743,209.68556,233.64066,1044.5669,193.18904,5.8290377,16.064583,8.62197,143.96844,15483.936,7.7601776,25.1454,38.466038,34.34059,388.38202,74.61676,146.91806,5.0849314,201.6008,530.5944,333.51654,89.0973,468.48938,44.247223,70.78234,283.18335,21.456217,3.4131463,16.801182,1620.6129,0.70386565,1.6737903,93.813194,10.692588,5.364791,16.157917,24.8508,263.06464,78.62507,145.27574,1223.6313,195.01857,2108.7668,1882.778,17.621038,23.034836,14342.211,9.526891,52.566757,384.25803,86.52117,158.47574,66.32682,365.29123,1209.109,320.9987,9.724789,74.47136,693.71814,2245.7014,41.242474,495.56372,46.842045,1.0181466,55.564247,0.9915917,0.5350884,2.1372423,27.909443,101.89875,260.44757,14.907268,3022.7563,160.74419,50.62692,58.13878,14.87573,82.17003,13.929345,2.1943145,24.055914,106.82309,9.989401,5.913477,9.755623,29.819557,12.874538,5.4494576,35.430172,882.71735,114.42593,2400.0715,36.049244,3386.3503,64.70113,565.03815,1614.9683,44.886745,13.19002,1887.4882,2613.064,6497.716,402.0304 +2023-05-24 15:00:00,0.0,8129.5127,73.263306,20.630243,20.363663,33.24891,193.87965,29.103695,52.251804,22.17835,28.206894,645.60333,590.30444,16.449785,78.48524,6.9921246,3.0389853,28.76197,41.254196,13.697287,432.37512,5.5294967,342.9814,78.35519,1.2614268,5.4747486,116.22314,39.44789,193.11021,172.87526,7510.557,1.0488198,1924.4989,3.617991,1.5221287,0.83250916,6.9523544,211.92393,277.48996,42.222908,284.1028,29.08236,10.354098,769.3688,6.455671,77.29342,77.72406,455.93594,36.414707,374.32843,21.091137,71.77996,0.0,4602.36,12870.259,21.040464,120.24854,121.54468,37339.227,177.82086,15.077621,56.622005,97.85866,89.7434,32.8265,44.78316,751.4661,117.59073,41.264507,11.689446,15.745612,1100.0734,38.55028,396.93146,77.98528,2243.5242,123.966415,165.98126,169.37297,129.74356,11.9775715,21.211248,60.34453,8.829933,10.285213,49.287167,62.672096,104.905075,17.821913,17.506603,193.02371,12.950791,3857.5146,60.78063,78.4879,69.14582,62.690907,258.0786,108.2826,83.04335,23.378855,25.944487,54.214104,283.16812,199.31497,100.10061,357.48758,64.073135,71.074974,209.83144,233.65433,1044.8488,193.25348,5.824605,16.065624,8.621815,143.84512,15486.428,7.7618303,25.118254,38.431583,34.35,388.4679,74.665726,146.83568,5.085721,201.69153,530.32587,333.2097,89.137405,467.85852,44.229164,70.752625,283.45627,21.439169,3.4095185,16.79146,1621.5704,0.70191133,1.6702017,93.74585,10.69568,5.3648853,16.134693,24.82574,262.79688,78.59305,145.23293,1222.8916,195.07771,2108.5645,1882.7926,17.630413,23.052992,14353.142,9.52475,52.61156,384.37582,86.59647,158.59848,66.35781,365.49222,1209.1123,321.06027,9.730789,74.51403,694.30396,2245.5674,41.23643,496.15604,46.898083,1.0176843,55.564526,0.99135834,0.53460544,2.1364212,27.935232,101.993095,260.64923,14.886196,3024.6777,160.93616,50.685196,58.199093,14.890553,82.214714,13.946034,2.1942809,24.087904,106.90855,10.007005,5.9205356,9.765189,29.800907,12.87091,5.4561086,35.46809,883.2163,114.52799,2402.3762,36.06703,3388.9866,64.72957,564.7874,1616.5297,44.93175,13.188366,1888.5015,2614.2188,6500.433,401.69464 +2023-05-24 16:00:00,0.0,8136.2026,73.31095,20.617195,20.372044,33.22966,193.85318,29.0949,52.21631,22.174414,28.187391,646.07574,590.26117,16.439945,78.53526,6.997886,3.042788,28.74572,41.293884,13.703717,432.25018,5.5340786,342.9496,78.31386,1.2587434,5.4669275,116.21068,39.42928,193.02986,172.81114,7518.649,1.0469458,1923.7866,3.6075368,1.5201565,0.8312457,6.940711,211.89403,277.49008,42.19114,284.4059,29.075539,10.355312,769.2149,6.447831,77.31643,77.753265,456.0191,36.452747,374.32635,21.105892,71.81871,0.0,4603.446,12876.667,21.064886,120.36578,121.6594,37348.367,177.91754,15.095045,56.61096,97.8642,89.80359,32.856445,44.789093,751.5497,117.64247,41.259487,11.700462,15.755448,1100.4387,38.60565,397.09726,77.998924,2243.4158,124.01912,166.05716,169.38852,129.50407,11.972053,21.19728,60.271473,8.823017,10.276839,49.335503,62.715652,104.85326,17.827415,17.517553,193.16273,12.938123,3856.7844,60.819637,78.56989,69.224045,62.736206,258.0179,108.33671,83.09677,23.391552,25.95596,54.244183,283.4549,199.33382,100.12984,357.6179,64.073746,71.12252,209.97733,233.66801,1045.1305,193.31792,5.8201723,16.066668,8.621659,143.72182,15488.921,7.7634826,25.09111,38.39713,34.3594,388.55374,74.7147,146.75328,5.086511,201.78226,530.05725,332.90283,89.17752,467.2277,44.21111,70.722916,283.7292,21.422123,3.405891,16.781738,1622.5281,0.699957,1.6666129,93.678505,10.6987705,5.3649793,16.11147,24.80068,262.52908,78.56103,145.1901,1222.152,195.13686,2108.3623,1882.8071,17.639786,23.071148,14364.072,9.522609,52.656364,384.49362,86.671776,158.72124,66.388794,365.6932,1209.1157,321.12183,9.73679,74.5567,694.8897,2245.433,41.23039,496.74838,46.95412,1.0172219,55.564804,0.9911249,0.53412247,2.1356,27.961021,102.08744,260.8509,14.865126,3026.5989,161.12814,50.743473,58.259407,14.905376,82.25941,13.962724,2.1942472,24.119892,106.994,10.024609,5.927594,9.774755,29.782259,12.867281,5.46276,35.506004,883.7152,114.630066,2404.681,36.08482,3391.623,64.758,564.5367,1618.091,44.97676,13.186711,1889.5148,2615.3735,6503.151,401.35892 +2023-05-24 17:00:00,0.0,8142.8926,73.358604,20.604147,20.380424,33.21041,193.82672,29.086103,52.180813,22.170475,28.167889,646.5482,590.2179,16.430107,78.58529,7.003648,3.0465908,28.729467,41.33357,13.710148,432.12527,5.538661,342.91776,78.27253,1.25606,5.459107,116.19821,39.41067,192.94952,172.74702,7526.74,1.0450718,1923.0745,3.5970829,1.5181843,0.82998234,6.929067,211.86412,277.4902,42.15937,284.709,29.068716,10.356525,769.06104,6.439992,77.33945,77.78247,456.10233,36.490784,374.3243,21.120647,71.85745,0.0,4604.5317,12883.076,21.089308,120.483025,121.77413,37357.508,178.0142,15.11247,56.59991,97.869736,89.86378,32.886395,44.795025,751.63324,117.69422,41.254463,11.711477,15.7652855,1100.8042,38.661022,397.2631,78.012566,2243.3074,124.07182,166.13304,169.40407,129.26459,11.966534,21.183313,60.198418,8.816102,10.268466,49.38384,62.75921,104.80144,17.83292,17.528505,193.30176,12.925454,3856.0542,60.858646,78.65188,69.30226,62.78151,257.9572,108.390816,83.1502,23.404251,25.967434,54.274265,283.74167,199.35265,100.15907,357.74817,64.07435,71.170074,210.1232,233.68169,1045.4124,193.38235,5.815739,16.067709,8.621504,143.59851,15491.413,7.7651353,25.063965,38.36268,34.36881,388.63962,74.763664,146.6709,5.0873013,201.87299,529.7887,332.596,89.21763,466.59683,44.193054,70.6932,284.0021,21.405075,3.4022632,16.772017,1623.4856,0.69800276,1.6630242,93.61116,10.701862,5.365073,16.088243,24.775621,262.26132,78.529,145.14728,1221.4124,195.196,2108.1602,1882.8218,17.649158,23.089304,14375.002,9.520467,52.701164,384.61142,86.74708,158.84398,66.41978,365.8942,1209.119,321.1834,9.74279,74.59937,695.4755,2245.299,41.22435,497.34073,47.01016,1.0167595,55.565083,0.9908915,0.5336395,2.1347792,27.98681,102.181786,261.05258,14.844055,3028.52,161.32011,50.801746,58.319725,14.9202,82.3041,13.979413,2.1942136,24.151882,107.07946,10.042212,5.934653,9.784321,29.763609,12.863652,5.469411,35.543922,884.2142,114.73213,2406.9858,36.10261,3394.2593,64.78644,564.286,1619.6523,45.021767,13.185058,1890.5281,2616.5283,6505.868,401.02316 +2023-05-24 18:00:00,0.0,8149.583,73.40626,20.591099,20.388805,33.19116,193.80025,29.077307,52.145317,22.166536,28.148388,647.0206,590.1746,16.420269,78.63532,7.009409,3.0503936,28.713217,41.373257,13.716578,432.00034,5.543243,342.88596,78.2312,1.2533766,5.451286,116.185745,39.39206,192.86917,172.68292,7534.832,1.0431979,1922.3622,3.5866287,1.5162121,0.82871896,6.917423,211.83421,277.49033,42.1276,285.0121,29.061895,10.357739,768.90717,6.4321523,77.362465,77.811676,456.1855,36.52882,374.32224,21.135403,71.896194,0.0,4605.618,12889.485,21.113731,120.600266,121.88886,37366.65,178.11087,15.129893,56.588863,97.875275,89.92396,32.916344,44.80096,751.71686,117.745964,41.249443,11.722493,15.775122,1101.1696,38.716393,397.4289,78.026215,2243.199,124.12453,166.20892,169.41962,129.02509,11.961015,21.169346,60.125362,8.809186,10.260093,49.43217,62.802765,104.74962,17.838423,17.539457,193.4408,12.912786,3855.3237,60.89765,78.73387,69.38048,62.826813,257.8965,108.444916,83.20363,23.416948,25.978907,54.304344,284.02847,199.37149,100.18831,357.87848,64.07495,71.21762,210.26909,233.69536,1045.6941,193.4468,5.8113065,16.06875,8.621348,143.4752,15493.906,7.766788,25.03682,38.328224,34.378216,388.72546,74.81264,146.5885,5.0880914,201.96371,529.52014,332.28915,89.25774,465.96597,44.175,70.66348,284.27505,21.38803,3.3986354,16.762295,1624.4432,0.69604844,1.6594355,93.543816,10.704954,5.3651676,16.06502,24.750563,261.99356,78.49698,145.10446,1220.6726,195.25513,2107.9578,1882.8363,17.658531,23.107462,14385.933,9.518326,52.745968,384.7292,86.82238,158.96674,66.45076,366.09518,1209.1223,321.245,9.748791,74.642044,696.0613,2245.165,41.218307,497.93307,47.066196,1.0162972,55.565365,0.9906581,0.5331565,2.133958,28.0126,102.27613,261.25424,14.822984,3030.4414,161.5121,50.860023,58.38004,14.935023,82.34879,13.996101,2.19418,24.18387,107.16492,10.059815,5.9417114,9.793886,29.744959,12.860023,5.476062,35.581837,884.7131,114.8342,2409.2905,36.1204,3396.8955,64.814865,564.0353,1621.2137,45.066772,13.183404,1891.5414,2617.683,6508.586,400.6874 +2023-05-24 19:00:00,0.0,8156.273,73.4539,20.57805,20.397186,33.17191,193.77379,29.068512,52.10982,22.1626,28.128885,647.4931,590.13135,16.410429,78.68535,7.0151706,3.0541964,28.696964,41.412945,13.723008,431.8754,5.547825,342.85413,78.18987,1.2506932,5.443465,116.17328,39.37345,192.78883,172.6188,7542.924,1.041324,1921.65,3.5761745,1.5142399,0.8274556,6.905779,211.8043,277.49045,42.095833,285.3152,29.055075,10.3589525,768.7533,6.4243126,77.385475,77.84088,456.26874,36.56686,374.3202,21.150158,71.93494,0.0,4606.704,12895.894,21.138153,120.71751,122.00359,37375.793,178.20753,15.147317,56.577816,97.8808,89.984146,32.94629,44.806892,751.8004,117.797714,41.244423,11.733509,15.784959,1101.535,38.771763,397.5947,78.039856,2243.0903,124.17723,166.2848,169.43517,128.7856,11.955496,21.15538,60.052307,8.80227,10.2517185,49.480507,62.84632,104.6978,17.843927,17.55041,193.57982,12.900117,3854.5935,60.93666,78.81586,69.4587,62.872112,257.8358,108.49902,83.25706,23.429647,25.990381,54.334423,284.31525,199.39034,100.217545,358.0088,64.075554,71.26517,210.41496,233.70903,1045.976,193.51123,5.806874,16.069792,8.621193,143.3519,15496.398,7.7684407,25.009674,38.29377,34.38762,388.81134,74.8616,146.50612,5.0888815,202.05443,529.2516,331.9823,89.29785,465.33514,44.156944,70.63377,284.54797,21.370981,3.3950078,16.752573,1625.4008,0.6940941,1.6558468,93.47647,10.708045,5.3652616,16.041796,24.725502,261.72577,78.46496,145.06165,1219.933,195.31427,2107.7556,1882.851,17.667906,23.125618,14396.863,9.516185,52.79077,384.847,86.89768,159.08948,66.48174,366.29617,1209.1256,321.30655,9.75479,74.684715,696.6471,2245.0308,41.21227,498.5254,47.122234,1.0158348,55.565643,0.9904247,0.5326736,2.133137,28.038391,102.370476,261.45593,14.801913,3032.3625,161.70409,50.918297,58.440357,14.949846,82.39348,14.012791,2.1941464,24.21586,107.250374,10.077419,5.94877,9.8034525,29.72631,12.856394,5.4827127,35.619755,885.21204,114.93627,2411.5952,36.138187,3399.532,64.8433,563.78455,1622.7751,45.11178,13.18175,1892.5547,2618.838,6511.303,400.35165 +2023-05-24 20:00:00,0.0,8162.9634,73.50156,20.565002,20.405567,33.15266,193.74731,29.059715,52.07433,22.15866,28.109383,647.9656,590.08813,16.40059,78.735374,7.020932,3.0579991,28.680714,41.45263,13.729439,431.75046,5.552407,342.8223,78.148544,1.2480097,5.435644,116.16081,39.35484,192.70848,172.55469,7551.0156,1.03945,1920.9377,3.5657206,1.5122677,0.8261922,6.894135,211.77441,277.49057,42.064064,285.6183,29.048252,10.360167,768.5994,6.416473,77.40849,77.87009,456.3519,36.604897,374.3181,21.164913,71.97368,0.0,4607.79,12902.303,21.162575,120.83475,122.118324,37384.934,178.3042,15.1647415,56.56677,97.88634,90.044334,32.97624,44.812824,751.884,117.849464,41.2394,11.744524,15.794795,1101.9004,38.827133,397.76053,78.0535,2242.982,124.229935,166.36069,169.45071,128.54611,11.949977,21.141413,59.97925,8.795354,10.243345,49.52884,62.889877,104.64599,17.84943,17.561361,193.71884,12.887448,3853.8633,60.97567,78.89785,69.53692,62.917416,257.7751,108.55313,83.310486,23.442345,26.001854,54.364502,284.60202,199.40918,100.24677,358.13907,64.07616,71.31271,210.56085,233.72272,1046.2577,193.57567,5.802441,16.070833,8.6210375,143.22859,15498.892,7.770093,24.982529,38.259315,34.397026,388.8972,74.910576,146.42372,5.089671,202.14516,528.98303,331.67548,89.33796,464.70428,44.13889,70.60406,284.8209,21.353935,3.39138,16.742851,1626.3584,0.6921398,1.652258,93.40913,10.711137,5.3653555,16.018572,24.700443,261.458,78.43293,145.01883,1219.1934,195.37341,2107.5535,1882.8655,17.677279,23.143774,14407.793,9.514043,52.835575,384.96478,86.972984,159.21223,66.51273,366.49713,1209.1289,321.36813,9.760791,74.72739,697.2329,2244.8967,41.206226,499.11774,47.17827,1.0153724,55.56592,0.9901913,0.5321906,2.1323159,28.06418,102.46482,261.6576,14.780843,3034.2837,161.89606,50.976574,58.50067,14.96467,82.43817,14.02948,2.1941128,24.247849,107.33584,10.095023,5.9558287,9.813018,29.70766,12.852765,5.4893637,35.65767,885.71094,115.03834,2413.9,36.15598,3402.1682,64.871735,563.5339,1624.3365,45.156784,13.180097,1893.568,2619.9927,6514.021,400.0159 +2023-05-24 21:00:00,0.0,8169.6533,73.5492,20.551954,20.413946,33.13341,193.72086,29.05092,52.038834,22.154724,28.089882,648.438,590.04486,16.390753,78.7854,7.0266933,3.061802,28.664461,41.492317,13.735868,431.62555,5.556989,342.79047,78.107216,1.2453263,5.427823,116.14835,39.336227,192.62813,172.49057,7559.1074,1.0375761,1920.2256,3.5552664,1.5102955,0.82492876,6.882491,211.7445,277.4907,42.032295,285.92136,29.041431,10.361381,768.44556,6.4086337,77.43151,77.89929,456.43512,36.642933,374.31607,21.179668,72.01243,0.0,4608.8765,12908.712,21.186996,120.95199,122.233055,37394.074,178.40088,15.182165,56.55572,97.89188,90.104515,33.006187,44.81876,751.9675,117.90121,41.23438,11.75554,15.804631,1102.2657,38.882504,397.92633,78.06714,2242.8735,124.28264,166.43655,169.46626,128.30661,11.944458,21.127445,59.906197,8.788438,10.234971,49.577175,62.933434,104.59417,17.854935,17.572313,193.85786,12.87478,3853.1328,61.01468,78.979836,69.615135,62.96272,257.7144,108.60724,83.363914,23.455044,26.013327,54.394585,284.8888,199.42802,100.27601,358.26938,64.07676,71.36027,210.70673,233.73639,1046.5396,193.64012,5.798008,16.071875,8.620881,143.10529,15501.384,7.7717457,24.955383,38.224865,34.406433,388.98306,74.95954,146.34134,5.0904613,202.23589,528.7145,331.36862,89.378075,464.07343,44.12083,70.57434,285.0938,21.336887,3.3877523,16.73313,1627.316,0.69018555,1.6486694,93.34178,10.714228,5.36545,15.995348,24.675383,261.19025,78.40091,144.97601,1218.4536,195.43256,2107.351,1882.8801,17.686651,23.16193,14418.724,9.511902,52.88038,385.08258,87.04829,159.33498,66.54372,366.69812,1209.1322,321.42972,9.766791,74.77005,697.81866,2244.7627,41.200188,499.71008,47.234306,1.0149101,55.5662,0.98995787,0.53170764,2.1314948,28.08997,102.559166,261.85925,14.759771,3036.205,162.08804,51.03485,58.56099,14.979493,82.482864,14.046169,2.1940792,24.279839,107.421295,10.112627,5.9628873,9.822584,29.689013,12.849135,5.4960146,35.695583,886.20984,115.14041,2416.2046,36.173767,3404.8044,64.90016,563.28314,1625.898,45.201794,13.178443,1894.5813,2621.1475,6516.7383,399.68015 +2023-05-24 22:00:00,0.0,8176.3433,73.596855,20.538906,20.422327,33.11416,193.69438,29.042124,52.003338,22.150785,28.07038,648.91046,590.0016,16.380915,78.83543,7.032455,3.0656047,28.648209,41.532005,13.742299,431.5006,5.561571,342.75867,78.06589,1.2426429,5.4200025,116.13589,39.31762,192.54779,172.42647,7567.199,1.0357021,1919.5134,3.5448124,1.5083233,0.8236654,6.870847,211.7146,277.4908,42.000526,286.22446,29.03461,10.362594,768.2916,6.400794,77.45452,77.9285,456.51828,36.680973,374.314,21.194424,72.05117,0.0,4609.9624,12915.12,21.21142,121.06922,122.347786,37403.215,178.49754,15.19959,56.544674,97.897415,90.1647,33.036133,44.82469,752.0511,117.95296,41.22936,11.766556,15.814468,1102.6312,38.937874,398.09213,78.08078,2242.7651,124.33534,166.51245,169.48181,128.06712,11.938939,21.113478,59.83314,8.781522,10.226598,49.625507,62.97699,104.54235,17.860437,17.583265,193.99689,12.862111,3852.4026,61.053688,79.06183,69.69336,63.00802,257.65366,108.66135,83.417336,23.467741,26.024801,54.424664,285.1756,199.44685,100.305244,358.3997,64.07736,71.407814,210.85262,233.75006,1046.8213,193.70456,5.7935753,16.072916,8.620726,142.98198,15503.876,7.7733984,24.928238,38.19041,34.415836,389.0689,75.008514,146.25894,5.0912514,202.32661,528.4459,331.06177,89.41818,463.4426,44.102776,70.54463,285.36673,21.319841,3.3841245,16.723408,1628.2736,0.6882312,1.6450807,93.27444,10.7173195,5.365544,15.972124,24.650324,260.92245,78.36889,144.9332,1217.714,195.4917,2107.149,1882.8947,17.696026,23.180086,14429.654,9.50976,52.92518,385.20038,87.12359,159.45773,66.5747,366.8991,1209.1355,321.49127,9.772792,74.81272,698.4045,2244.6284,41.194145,500.30243,47.290344,1.0144477,55.56648,0.9897245,0.53122467,2.130674,28.115759,102.6535,262.06094,14.738701,3038.1262,162.28001,51.093124,58.621304,14.994317,82.52756,14.062858,2.1940455,24.311829,107.50675,10.13023,5.9699464,9.8321495,29.670362,12.845507,5.5026655,35.7335,886.7088,115.24248,2418.5093,36.191555,3407.441,64.9286,563.0324,1627.4594,45.2468,13.176789,1895.5946,2622.3022,6519.4556,399.3444 +2023-05-24 23:00:00,0.0,8183.0337,73.6445,20.525858,20.430708,33.09491,193.66791,29.033327,51.967842,22.146849,28.050877,649.3829,589.9583,16.371075,78.88545,7.0382166,3.0694075,28.631958,41.57169,13.74873,431.37567,5.566153,342.72684,78.02456,1.2399595,5.4121814,116.12342,39.299007,192.46744,172.36235,7575.2905,1.0338281,1918.8011,3.5343583,1.5063511,0.822402,6.8592033,211.6847,277.49094,41.968758,286.52756,29.02779,10.363808,768.13776,6.3929543,77.47754,77.9577,456.6015,36.71901,374.31192,21.209179,72.08991,0.0,4611.0483,12921.529,21.235842,121.18646,122.46252,37412.355,178.59421,15.217013,56.533627,97.902954,90.22489,33.066082,44.830624,752.13464,118.00471,41.22434,11.777572,15.824305,1102.9966,38.993244,398.25793,78.09442,2242.6567,124.38805,166.58833,169.49736,127.82763,11.93342,21.09951,59.76009,8.774607,10.218225,49.673843,63.020546,104.49053,17.865942,17.594215,194.13591,12.8494425,3851.6724,61.092697,79.143814,69.771576,63.05332,257.59296,108.715454,83.470764,23.48044,26.036274,54.454742,285.46237,199.4657,100.33448,358.52997,64.07797,71.45536,210.99849,233.76373,1047.1031,193.769,5.7891426,16.07396,8.62057,142.85867,15506.369,7.7750506,24.901094,38.155956,34.425243,389.1548,75.05748,146.17656,5.0920415,202.41734,528.1773,330.75494,89.4583,462.81174,44.08472,70.514915,285.63965,21.302794,3.380497,16.713686,1629.2312,0.6862769,1.6414919,93.2071,10.72041,5.365638,15.9489,24.625265,260.6547,78.33686,144.89037,1216.9744,195.55083,2106.9468,1882.9093,17.705399,23.198242,14440.585,9.507619,52.969982,385.31815,87.19889,159.58047,66.60568,367.1001,1209.1389,321.55286,9.778792,74.85539,698.9903,2244.4944,41.188103,500.89474,47.346382,1.0139853,55.566757,0.9894911,0.5307417,2.1298528,28.141548,102.74785,262.2626,14.71763,3040.0474,162.472,51.1514,58.681618,15.00914,82.57224,14.079547,2.1940122,24.343817,107.59221,10.147834,5.977005,9.841716,29.651714,12.841878,5.5093164,35.771416,887.2077,115.34454,2420.814,36.209347,3410.0771,64.95703,562.78174,1629.0208,45.291805,13.175136,1896.6079,2623.457,6522.1733,399.00867 +2023-05-25 00:00:00,0.0,8189.7236,73.692154,20.51281,20.439089,33.07566,193.64145,29.024532,51.932346,22.14291,28.031374,649.85535,589.91504,16.361237,78.93548,7.0439777,3.0732102,28.615705,41.611378,13.755159,431.25073,5.570735,342.695,77.98323,1.2372761,5.404361,116.110954,39.2804,192.3871,172.29823,7583.3823,1.0319542,1918.089,3.523904,1.5043789,0.8211386,6.8475595,211.65479,277.49103,41.93699,286.83066,29.020967,10.365022,767.9839,6.385115,77.50056,77.9869,456.6847,36.757046,374.30988,21.223934,72.128654,0.0,4612.1343,12927.938,21.260263,121.3037,122.57725,37421.496,178.69087,15.234438,56.52258,97.90849,90.28507,33.096027,44.83656,752.2182,118.05645,41.219315,11.788587,15.834141,1103.362,39.048615,398.42377,78.10806,2242.5483,124.44075,166.66422,169.51291,127.58814,11.927901,21.085543,59.687035,8.767691,10.20985,49.722176,63.064102,104.43871,17.871447,17.605167,194.27493,12.836775,3850.942,61.131706,79.22581,69.84979,63.098625,257.53226,108.76956,83.52419,23.493137,26.047749,54.48482,285.74915,199.48454,100.36371,358.66028,64.078575,71.50291,211.14438,233.77742,1047.3849,193.83344,5.78471,16.075,8.620415,142.73535,15508.861,7.7767034,24.87395,38.121502,34.43465,389.24063,75.10645,146.09416,5.0928316,202.50807,527.90875,330.4481,89.498405,462.18088,44.066666,70.4852,285.91257,21.285748,3.3768692,16.703964,1630.1887,0.6843226,1.6379032,93.139755,10.723502,5.365732,15.925676,24.600204,260.38693,78.30484,144.84755,1216.2346,195.60997,2106.7444,1882.9238,17.714771,23.2164,14451.515,9.505478,53.014786,385.43594,87.27419,159.70322,66.63667,367.3011,1209.1422,321.61444,9.784793,74.89806,699.57605,2244.3604,41.182064,501.4871,47.40242,1.013523,55.567036,0.9892577,0.5302587,2.1290317,28.16734,102.84219,262.46426,14.696559,3041.9688,162.66399,51.20968,58.741936,15.023963,82.616936,14.096236,2.1939785,24.375807,107.677666,10.165438,5.9840636,9.851281,29.633064,12.838248,5.515968,35.809334,887.70667,115.44662,2423.1187,36.227135,3412.7134,64.98546,562.531,1630.5822,45.33681,13.173482,1897.6212,2624.6118,6524.8906,398.6729 +2023-05-25 01:00:00,0.0,8196.414,73.7398,20.499762,20.44747,33.05641,193.61497,29.015736,51.89685,22.138971,28.011873,650.32776,589.87177,16.351398,78.985504,7.0497394,3.077013,28.599455,41.651066,13.76159,431.12582,5.5753174,342.66318,77.9419,1.2345927,5.3965397,116.09849,39.261787,192.30675,172.23413,7591.474,1.0300802,1917.3767,3.5134501,1.5024067,0.81987524,6.8359156,211.62488,277.49115,41.90522,287.13373,29.014147,10.366235,767.83,6.3772755,77.523575,78.016106,456.76788,36.795086,374.3078,21.23869,72.1674,0.0,4613.2207,12934.348,21.284687,121.420944,122.69198,37430.64,178.78754,15.251862,56.511536,97.914024,90.34526,33.125977,44.84249,752.3018,118.1082,41.214294,11.7996025,15.843978,1103.7274,39.103985,398.58957,78.12171,2242.44,124.493454,166.7401,169.52846,127.34865,11.922382,21.071575,59.61398,8.760775,10.201477,49.77051,63.10766,104.386894,17.87695,17.61612,194.41396,12.824106,3850.2117,61.17071,79.30779,69.92802,63.143925,257.47156,108.82367,83.57762,23.505836,26.059221,54.514904,286.03592,199.50339,100.392944,358.79056,64.07918,71.55046,211.29025,233.79109,1047.6667,193.89787,5.780277,16.076042,8.620259,142.61205,15511.3545,7.778356,24.846804,38.08705,34.444054,389.3265,75.155426,146.01178,5.0936213,202.59879,527.6402,330.14124,89.53851,461.55005,44.04861,70.45548,286.18552,21.2687,3.3732414,16.694242,1631.1464,0.68236834,1.6343145,93.07241,10.726594,5.365826,15.9024515,24.575146,260.11914,78.27282,144.80473,1215.495,195.66911,2106.5422,1882.9385,17.724144,23.234556,14462.445,9.503336,53.05959,385.55374,87.349495,159.82597,66.667656,367.50208,1209.1455,321.676,9.790793,74.940735,700.16187,2244.226,41.17602,502.07944,47.458454,1.0130606,55.567314,0.9890243,0.52977574,2.1282105,28.193129,102.93654,262.66595,14.675488,3043.89,162.85596,51.267952,58.80225,15.038787,82.66163,14.112926,2.193945,24.407795,107.76312,10.183042,5.9911222,9.8608465,29.614416,12.8346195,5.522619,35.847248,888.20557,115.54868,2425.4233,36.244923,3415.3499,65.01389,562.2803,1632.1436,45.381817,13.171828,1898.6345,2625.7666,6527.6084,398.33716 +2023-05-25 02:00:00,0.0,8203.104,73.78745,20.486713,20.45585,33.03716,193.58852,29.006939,51.86136,22.135035,27.99237,650.80023,589.8285,16.341558,79.03554,7.055501,3.080816,28.583202,41.69075,13.768021,431.0009,5.5798993,342.63138,77.900566,1.2319092,5.388719,116.08603,39.243176,192.22641,172.17001,7599.566,1.0282062,1916.6646,3.502996,1.5004345,0.81861186,6.824271,211.59499,277.49127,41.87345,287.43683,29.007326,10.367449,767.67615,6.369436,77.546585,78.04531,456.85107,36.833122,374.30576,21.253443,72.20614,0.0,4614.3066,12940.756,21.309109,121.538185,122.80671,37439.78,178.88422,15.269285,56.50049,97.91956,90.40545,33.155926,44.848423,752.3854,118.15994,41.209274,11.810618,15.853814,1104.0928,39.159355,398.75537,78.13535,2242.3315,124.54616,166.81598,169.544,127.10915,11.916863,21.057608,59.540924,8.753859,10.193103,49.818848,63.151215,104.335075,17.882454,17.627071,194.55298,12.811438,3849.4814,61.20972,79.389786,70.00623,63.189228,257.41083,108.87778,83.63105,23.518534,26.070696,54.544983,286.32272,199.52223,100.42218,358.92087,64.07978,71.59801,211.43614,233.80476,1047.9485,193.96231,5.775844,16.077084,8.620104,142.48874,15513.847,7.7800083,24.819658,38.052597,34.45346,389.41235,75.20439,145.92938,5.0944114,202.68951,527.37164,329.8344,89.57863,460.9192,44.030556,70.42577,286.45844,21.251654,3.3696136,16.68452,1632.104,0.680414,1.6307259,93.005066,10.729685,5.36592,15.879228,24.550085,259.85138,78.2408,144.76192,1214.7554,195.72826,2106.34,1882.953,17.733519,23.252712,14473.376,9.501195,53.104393,385.67154,87.424805,159.94872,66.69864,367.70306,1209.1488,321.73758,9.796793,74.983406,700.7476,2244.092,41.169983,502.67178,47.514492,1.0125983,55.567593,0.98879087,0.5292928,2.1273894,28.218918,103.03088,262.8676,14.654418,3045.8113,163.04794,51.32623,58.862568,15.05361,82.706314,14.129614,2.1939113,24.439785,107.84859,10.200645,5.998181,9.870413,29.595766,12.830991,5.5292697,35.885166,888.7045,115.65075,2427.728,36.262714,3417.986,65.04233,562.0296,1633.705,45.426826,13.170174,1899.6478,2626.9214,6530.3257,398.0014 +2023-05-25 03:00:00,0.0,8209.794,73.8351,20.473665,20.464231,33.01791,193.56204,28.998144,51.825863,22.131096,27.972868,651.2727,589.7852,16.33172,79.08556,7.061262,3.0846188,28.56695,41.73044,13.77445,430.87595,5.5844812,342.59955,77.85924,1.2292258,5.380898,116.07356,39.224567,192.14606,172.1059,7607.6577,1.0263323,1915.9523,3.4925418,1.4984623,0.8173484,6.812628,211.56508,277.4914,41.841682,287.73993,29.000504,10.368662,767.5223,6.361596,77.5696,78.07452,456.93427,36.87116,374.30368,21.268198,72.24489,0.0,4615.3926,12947.165,21.33353,121.655426,122.92144,37448.92,178.98088,15.28671,56.48944,97.9251,90.46563,33.18587,44.85436,752.46893,118.21169,41.204254,11.821633,15.86365,1104.4583,39.214725,398.9212,78.148994,2242.2231,124.59886,166.89185,169.55956,126.86967,11.911345,21.04364,59.46787,8.7469425,10.18473,49.86718,63.19477,104.283264,17.887957,17.638023,194.692,12.798769,3848.751,61.24873,79.47177,70.08445,63.23453,257.35013,108.931885,83.68448,23.531233,26.082169,54.57506,286.6095,199.54108,100.451416,359.05118,64.08038,71.64555,211.58202,233.81845,1048.2303,194.02675,5.7714114,16.078125,8.619948,142.36543,15516.34,7.781661,24.792513,38.018143,34.462868,389.49823,75.253365,145.847,5.0952015,202.78024,527.1031,329.52756,89.61874,460.28833,44.0125,70.39606,286.73135,21.234606,3.365986,16.674799,1633.0615,0.6784597,1.6271371,92.93772,10.732777,5.3660145,15.856004,24.525026,259.58362,78.20877,144.7191,1214.0157,195.78738,2106.1377,1882.9677,17.742891,23.270868,14484.306,9.499054,53.149193,385.78934,87.50011,160.07147,66.72962,367.90405,1209.1521,321.79916,9.8027935,75.02608,701.33344,2243.958,41.16394,503.2641,47.57053,1.0121359,55.56787,0.98855746,0.52880985,2.1265686,28.244707,103.12523,263.0693,14.633347,3047.7324,163.23993,51.384506,58.922882,15.068434,82.75101,14.146303,2.1938777,24.471775,107.934044,10.218248,6.0052395,9.879978,29.577116,12.827361,5.5359206,35.92308,889.2034,115.75282,2430.033,36.280502,3420.6223,65.070755,561.7789,1635.2664,45.471832,13.16852,1900.6611,2628.0762,6533.043,397.66565 +2023-05-25 04:00:00,0.0,8216.484,73.88275,20.460617,20.472612,32.99866,193.53558,28.989347,51.790367,22.12716,27.953367,651.7451,589.742,16.321882,79.13559,7.0670238,3.0884216,28.5507,41.770126,13.780881,430.75104,5.589063,342.56772,77.81791,1.2265424,5.3730774,116.0611,39.205956,192.0657,172.0418,7615.749,1.0244583,1915.2401,3.4820879,1.4964901,0.81608504,6.800984,211.53517,277.49152,41.809914,288.043,28.993683,10.369876,767.3684,6.353757,77.59262,78.10372,457.0175,36.9092,374.30164,21.282953,72.28363,0.0,4616.4785,12953.574,21.357952,121.77267,123.03617,37458.062,179.07755,15.304133,56.478394,97.93064,90.52582,33.21582,44.86029,752.5525,118.26344,41.19923,11.832649,15.873487,1104.8236,39.270096,399.087,78.162636,2242.1147,124.651566,166.96774,169.5751,126.63017,11.905826,21.029673,59.394814,8.740026,10.176356,49.915516,63.238327,104.231445,17.893461,17.648975,194.83102,12.7861,3848.0208,61.28774,79.553764,70.162674,63.27983,257.28943,108.98599,83.7379,23.54393,26.093641,54.60514,286.89627,199.5599,100.480644,359.18146,64.080986,71.6931,211.7279,233.83212,1048.5121,194.09119,5.7669787,16.079166,8.619793,142.24213,15518.832,7.7833138,24.765368,37.98369,34.47227,389.58408,75.30233,145.7646,5.0959916,202.87097,526.83453,329.2207,89.65885,459.6575,43.994442,70.36634,287.00427,21.21756,3.3623583,16.665077,1634.0192,0.67650545,1.6235484,92.87038,10.7358675,5.3661084,15.83278,24.499968,259.31583,78.17675,144.67628,1213.2761,195.84653,2105.9355,1882.9822,17.752264,23.289024,14495.236,9.496912,53.193996,385.9071,87.57541,160.19421,66.76061,368.10504,1209.1554,321.86072,9.808794,75.06874,701.91925,2243.8237,41.1579,503.85645,47.626568,1.0116735,55.56815,0.9883241,0.52832687,2.1257474,28.270496,103.219574,263.27097,14.612276,3049.6536,163.4319,51.44278,58.9832,15.083257,82.7957,14.1629925,2.193844,24.503763,108.0195,10.235852,6.012298,9.8895445,29.558468,12.823732,5.5425715,35.961,889.7024,115.85489,2432.3376,36.29829,3423.2588,65.09919,561.52814,1636.8278,45.516838,13.166866,1901.6744,2629.231,6535.7607,397.3299 +2023-05-25 05:00:00,0.0,8223.174,73.9304,20.447569,20.480993,32.979412,193.50911,28.980553,51.75487,22.12322,27.933865,652.2176,589.6987,16.312042,79.185616,7.0727854,3.0922244,28.534447,41.80981,13.787312,430.6261,5.593645,342.5359,77.77658,1.223859,5.3652563,116.04863,39.187344,191.98537,171.97768,7623.841,1.0225843,1914.528,3.4716337,1.4945179,0.81482166,6.7893395,211.50526,277.49164,41.778145,288.3461,28.986862,10.37109,767.2145,6.345917,77.61563,78.13293,457.10065,36.947235,374.29956,21.297709,72.32237,0.0,4617.565,12959.982,21.382376,121.8899,123.1509,37467.203,179.17421,15.321558,56.467346,97.93617,90.586006,33.24577,44.866222,752.63605,118.315186,41.19421,11.843665,15.883324,1105.1891,39.325466,399.2528,78.17628,2242.006,124.70427,167.04362,169.59064,126.39068,11.900307,21.015705,59.32176,8.733111,10.167982,49.96385,63.281887,104.17963,17.898964,17.659927,194.97006,12.773432,3847.2905,61.326748,79.63575,70.24089,63.325134,257.22873,109.0401,83.79133,23.55663,26.105116,54.635223,287.18304,199.57875,100.50988,359.31177,64.08159,71.740654,211.87378,233.8458,1048.794,194.15562,5.7625456,16.080208,8.6196375,142.11882,15521.325,7.784966,24.738222,37.949238,34.481678,389.66995,75.3513,145.68222,5.0967817,202.9617,526.5659,328.91388,89.69896,459.02664,43.976387,70.33663,287.2772,21.200512,3.3587306,16.655355,1634.9767,0.6745511,1.6199597,92.80303,10.738959,5.3662024,15.809556,24.474907,259.04807,78.14473,144.63347,1212.5364,195.90567,2105.7334,1882.9968,17.761637,23.30718,14506.167,9.494771,53.2388,386.0249,87.65071,160.31697,66.791595,368.30603,1209.1588,321.9223,9.814795,75.11141,702.505,2243.6897,41.15186,504.4488,47.682606,1.0112112,55.56843,0.9880907,0.5278439,2.1249263,28.296288,103.31391,263.47263,14.591206,3051.575,163.62389,51.501057,59.043514,15.098081,82.84039,14.179682,2.1938105,24.535753,108.10496,10.253456,6.0193567,9.89911,29.539818,12.820104,5.5492225,35.998913,890.2013,115.956955,2434.6423,36.316082,3425.895,65.127625,561.27747,1638.3892,45.561844,13.165213,1902.6877,2630.3857,6538.478,396.99417 +2023-05-25 06:00:00,0.0,8229.864,73.97805,20.43452,20.489374,32.96016,193.48264,28.971756,51.719376,22.119284,27.914362,652.69,589.65546,16.302204,79.23564,7.0785465,3.0960271,28.518196,41.8495,13.793741,430.50116,5.5982275,342.5041,77.73525,1.2211756,5.357435,116.03616,39.168736,191.90501,171.91356,7631.9326,1.0207105,1913.8157,3.4611797,1.4925457,0.8135583,6.777696,211.47536,277.49176,41.746372,288.6492,28.98004,10.372303,767.0606,6.3380775,77.63865,78.16213,457.18387,36.98527,374.29752,21.312464,72.361115,0.0,4618.6514,12966.392,21.406797,122.00714,123.26563,37476.344,179.27087,15.338982,56.4563,97.94171,90.64619,33.275715,44.872158,752.7196,118.366936,41.18919,11.85468,15.893161,1105.5544,39.380836,399.41864,78.18992,2241.8977,124.75697,167.1195,169.60619,126.15119,11.894788,21.00174,59.248703,8.726195,10.159609,50.012184,63.325443,104.12781,17.904469,17.670877,195.10909,12.760763,3846.56,61.365757,79.71774,70.31911,63.370438,257.168,109.09421,83.84476,23.569326,26.116589,54.665302,287.46985,199.5976,100.539116,359.44208,64.0822,71.7882,212.01967,233.85947,1049.0757,194.22006,5.758113,16.08125,8.619482,141.99551,15523.817,7.7866187,24.711079,37.914783,34.491085,389.7558,75.40027,145.59982,5.0975714,203.05241,526.29736,328.60703,89.739075,458.39578,43.958332,70.306915,287.5501,21.183464,3.355103,16.645634,1635.9343,0.6725968,1.616371,92.73569,10.74205,5.3662963,15.786331,24.449848,258.7803,78.1127,144.59065,1211.7966,195.96481,2105.531,1883.0115,17.771011,23.325338,14517.097,9.49263,53.283604,386.1427,87.72601,160.43971,66.82258,368.507,1209.1621,321.9839,9.820795,75.15408,703.0908,2243.5557,41.145817,505.04114,47.73864,1.0107487,55.56871,0.9878573,0.5273609,2.1241052,28.322077,103.40826,263.67432,14.570134,3053.496,163.81586,51.55933,59.103832,15.112904,82.88508,14.196371,2.1937768,24.567741,108.190414,10.27106,6.0264153,9.908676,29.52117,12.816474,5.5558734,36.036827,890.7002,116.05903,2436.947,36.33387,3428.5312,65.15605,561.02673,1639.9506,45.60685,13.163559,1903.7012,2631.5405,6541.196,396.65842 +2023-05-25 07:00:00,0.0,8236.555,74.0257,20.421473,20.497755,32.94091,193.45618,28.96296,51.683884,22.115345,27.894861,653.1625,589.6122,16.292366,79.28567,7.084308,3.09983,28.501944,41.889187,13.800172,430.37622,5.6028094,342.47226,77.693924,1.2184922,5.3496146,116.023705,39.150124,191.82468,171.84944,7640.0244,1.0188365,1913.1035,3.4507256,1.4905735,0.8122949,6.766052,211.44545,277.49188,41.714603,288.95227,28.973219,10.373517,766.90674,6.330238,77.66167,78.19134,457.26706,37.02331,374.29544,21.327219,72.39986,0.0,4619.7373,12972.801,21.43122,122.12438,123.380356,37485.49,179.36755,15.356406,56.44525,97.94725,90.706375,33.305664,44.87809,752.80316,118.418686,41.184166,11.865696,15.902997,1105.9198,39.436207,399.58444,78.20356,2241.7893,124.80968,167.19539,169.62173,125.9117,11.889269,20.987772,59.17565,8.719279,10.151235,50.060516,63.368996,104.07599,17.909971,17.68183,195.24811,12.748095,3845.8298,61.404762,79.79973,70.39733,63.415737,257.1073,109.14831,83.898186,23.582026,26.128063,54.69538,287.75662,199.61644,100.56835,359.57236,64.0828,71.83575,212.16554,233.87315,1049.3575,194.28452,5.75368,16.082293,8.619327,141.87221,15526.311,7.7882714,24.683933,37.88033,34.500492,389.84167,75.44924,145.51744,5.0983615,203.14314,526.0288,328.30017,89.77918,457.76495,43.940277,70.2772,287.82303,21.166418,3.3514752,16.635914,1636.8918,0.6706425,1.6127822,92.66834,10.745142,5.3663907,15.763107,24.42479,258.5125,78.08068,144.54782,1211.057,196.02396,2105.3289,1883.026,17.780384,23.343494,14528.027,9.490488,53.328407,386.2605,87.801315,160.56247,66.85356,368.70798,1209.1654,322.04544,9.826796,75.196754,703.6766,2243.4214,41.13978,505.63345,47.794678,1.0102863,55.56899,0.9876239,0.52687794,2.123284,28.347866,103.5026,263.87598,14.549064,3055.4172,164.00784,51.617607,59.164146,15.127727,82.92977,14.213059,2.1937432,24.599731,108.27587,10.288664,6.0334744,9.9182415,29.50252,12.812845,5.5625243,36.074745,891.19916,116.161095,2439.2517,36.351658,3431.1677,65.18449,560.776,1641.512,45.65186,13.161905,1904.7145,2632.6953,6543.913,396.32266 +2023-05-25 08:00:00,0.0,8243.244,74.07335,20.408424,20.506136,32.92166,193.4297,28.954165,51.648388,22.111408,27.875359,653.6349,589.5689,16.282526,79.33569,7.09007,3.1036327,28.485693,41.928875,13.8066025,430.2513,5.6073914,342.44043,77.652596,1.2158087,5.3417935,116.01124,39.131516,191.74432,171.78534,7648.116,1.0169625,1912.3912,3.4402714,1.4886013,0.81103146,6.754408,211.41554,277.492,41.682835,289.25537,28.966398,10.374731,766.75287,6.3223987,77.68468,78.22054,457.35028,37.061348,374.2934,21.341974,72.43861,0.0,4620.823,12979.21,21.455643,122.24162,123.49509,37494.63,179.46422,15.37383,56.434204,97.95278,90.76656,33.335613,44.884026,752.8867,118.47043,41.179146,11.876712,15.912833,1106.2853,39.491577,399.75024,78.21721,2241.681,124.86238,167.27127,169.63728,125.6722,11.88375,20.973804,59.102596,8.712363,10.142861,50.108852,63.41255,104.02417,17.915476,17.692781,195.38713,12.735426,3845.0994,61.44377,79.88172,70.47555,63.46104,257.0466,109.202415,83.951614,23.594723,26.139536,54.72546,288.0434,199.63528,100.59758,359.70267,64.083405,71.88329,212.31143,233.88683,1049.6393,194.34895,5.7492476,16.083334,8.619171,141.74889,15528.803,7.7899237,24.656788,37.845875,34.509895,389.92752,75.49821,145.43504,5.0991516,203.23387,525.76025,327.99332,89.81929,457.1341,43.922222,70.24749,288.09598,21.14937,3.3478475,16.626192,1637.8495,0.66868824,1.6091936,92.601,10.748233,5.3664846,15.739883,24.399729,258.24475,78.04866,144.505,1210.3174,196.08308,2105.1265,1883.0406,17.789757,23.36165,14538.958,9.488347,53.37321,386.3783,87.87662,160.68521,66.884544,368.90897,1209.1687,322.10703,9.832796,75.239426,704.2624,2243.2874,41.133736,506.2258,47.850716,1.009824,55.569267,0.98739046,0.52639496,2.1224632,28.373655,103.59695,264.07764,14.527993,3057.3386,164.19983,51.675884,59.22446,15.14255,82.974464,14.229749,2.1937096,24.63172,108.36133,10.306267,6.040533,9.927808,29.483871,12.8092165,5.5691757,36.11266,891.69806,116.26316,2441.5564,36.36945,3433.804,65.21292,560.5253,1643.0734,45.696865,13.160252,1905.7278,2633.85,6546.631,395.9869 +2023-05-25 09:00:00,0.0,8249.935,74.121,20.395376,20.514517,32.90241,193.40324,28.945368,51.612892,22.10747,27.855856,654.10736,589.52563,16.272688,79.38572,7.095831,3.1074355,28.46944,41.96856,13.813032,430.12637,5.6119733,342.40863,77.61127,1.2131252,5.333973,115.99877,39.112904,191.66397,171.72122,7656.2075,1.0150886,1911.6791,3.4298174,1.4866291,0.8097681,6.742764,211.38565,277.49213,41.651066,289.55847,28.959578,10.375944,766.599,6.314559,77.707695,78.24974,457.43344,37.099384,374.29132,21.35673,72.47735,0.0,4621.909,12985.618,21.480064,122.358864,123.60982,37503.77,179.56088,15.391254,56.423157,97.95832,90.826744,33.36556,44.889957,752.97034,118.52218,41.174126,11.887727,15.92267,1106.6506,39.546947,399.91605,78.23085,2241.5725,124.915085,167.34715,169.65283,125.43272,11.878231,20.959837,59.02954,8.705447,10.134488,50.15719,63.456112,103.97235,17.920979,17.703733,195.52615,12.722757,3844.3691,61.48278,79.96371,70.553764,63.506344,256.98587,109.25652,84.00504,23.607422,26.15101,54.755543,288.33017,199.65413,100.626816,359.83298,64.08401,71.93085,212.4573,233.9005,1049.9211,194.41339,5.7448144,16.084375,8.619015,141.62558,15531.295,7.7915764,24.629642,37.811424,34.519302,390.01337,75.54718,145.35266,5.0999417,203.3246,525.4917,327.6865,89.859406,456.50327,43.904167,70.21777,288.3689,21.132324,3.3442197,16.61647,1638.8071,0.6667339,1.6056049,92.53365,10.751325,5.3665786,15.71666,24.37467,257.977,78.01663,144.46219,1209.5776,196.14223,2104.9243,1883.0552,17.799131,23.379807,14549.889,9.486205,53.41801,386.49606,87.95192,160.80797,66.915535,369.10995,1209.172,322.16858,9.838796,75.2821,704.8482,2243.1533,41.127697,506.81815,47.906754,1.0093616,55.569546,0.98715705,0.52591205,2.121642,28.399446,103.69129,264.27933,14.506923,3059.2598,164.3918,51.734158,59.28478,15.157373,83.01915,14.246438,2.193676,24.66371,108.44679,10.323871,6.0475917,9.937373,29.465221,12.805587,5.5758266,36.150578,892.197,116.365234,2443.861,36.387238,3436.4402,65.24135,560.2746,1644.6348,45.74187,13.158598,1906.7411,2635.005,6549.348,395.65115 +2023-05-25 10:00:00,0.0,8256.625,74.16865,20.382328,20.522898,32.88316,193.37677,28.936571,51.577396,22.10353,27.836353,654.5798,589.48236,16.26285,79.43575,7.1015925,3.1112382,28.453188,42.008247,13.819463,430.00143,5.6165557,342.3768,77.56994,1.2104418,5.326152,115.986305,39.09429,191.58363,171.6571,7664.2993,1.0132146,1910.9668,3.4193633,1.4846569,0.8085047,6.73112,211.35574,277.49225,41.619297,289.86157,28.952755,10.377158,766.4451,6.3067193,77.73071,78.278946,457.51666,37.137424,374.28928,21.371485,72.51609,0.0,4622.9956,12992.027,21.504486,122.476105,123.72455,37512.91,179.65755,15.408678,56.41211,97.96386,90.88693,33.395508,44.89589,753.0539,118.57392,41.169106,11.898743,15.932507,1107.0161,39.602318,400.08188,78.24449,2241.464,124.96779,167.42303,169.66838,125.19322,11.872712,20.94587,58.956486,8.698531,10.126114,50.20552,63.49967,103.92054,17.926483,17.714685,195.66518,12.710089,3843.639,61.52179,80.0457,70.63199,63.551643,256.92517,109.31063,84.058464,23.62012,26.162483,54.78562,288.61694,199.67296,100.65605,359.96326,64.08461,71.97839,212.6032,233.91417,1050.2029,194.47783,5.7403817,16.085417,8.618859,141.50227,15533.788,7.793229,24.602497,37.77697,34.52871,390.09924,75.596146,145.27026,5.100732,203.41533,525.22314,327.37964,89.89951,455.8724,43.88611,70.18806,288.6418,21.115276,3.3405921,16.606749,1639.7646,0.6647796,1.6020161,92.46631,10.754416,5.366673,15.693435,24.34961,257.7092,77.98461,144.41937,1208.838,196.20137,2104.7222,1883.0698,17.808504,23.397963,14560.818,9.484064,53.462814,386.61386,88.02722,160.93071,66.94652,369.31094,1209.1753,322.23016,9.844796,75.32477,705.43396,2243.019,41.121655,507.4105,47.96279,1.0088992,55.569824,0.98692364,0.52542907,2.120821,28.425236,103.78564,264.481,14.485851,3061.181,164.58379,51.792435,59.345093,15.172197,83.06384,14.263127,2.1936424,24.6957,108.53225,10.341475,6.0546503,9.946939,29.446573,12.801958,5.5824776,36.18849,892.6959,116.4673,2446.1658,36.405025,3439.0767,65.26978,560.02386,1646.196,45.786877,13.156944,1907.7544,2636.1597,6552.0654,395.3154 +2023-05-25 11:00:00,0.0,8263.314,74.2163,20.36928,20.531279,32.86391,193.35031,28.927776,51.5419,22.099594,27.816853,655.05225,589.43915,16.25301,79.48578,7.107354,3.115041,28.436937,42.047935,13.825893,429.87653,5.6211376,342.34497,77.52861,1.2077584,5.3183312,115.97384,39.075684,191.50328,171.593,7672.391,1.0113406,1910.2546,3.408909,1.4826847,0.8072413,6.719476,211.32584,277.49237,41.58753,290.16464,28.945934,10.378371,766.29126,6.2988796,77.75372,78.30815,457.59985,37.17546,374.2872,21.38624,72.55483,0.0,4624.0815,12998.437,21.52891,122.593346,123.83928,37522.05,179.75423,15.426102,56.401062,97.9694,90.94712,33.425457,44.901825,753.13745,118.62567,41.16408,11.909759,15.942343,1107.3815,39.65769,400.24768,78.25813,2241.3557,125.02049,167.49892,169.68393,124.95373,11.867193,20.931902,58.88343,8.691616,10.117741,50.253857,63.54322,103.86872,17.931986,17.725637,195.8042,12.69742,3842.9084,61.5608,80.127686,70.710205,63.596947,256.86447,109.36474,84.11189,23.632818,26.173956,54.8157,288.90375,199.6918,100.68529,360.09357,64.08521,72.02594,212.74907,233.92786,1050.4847,194.54227,5.735949,16.086458,8.618704,141.37897,15536.28,7.7948813,24.575352,37.742516,34.538113,390.1851,75.64512,145.18788,5.1015215,203.50604,524.9546,327.07278,89.93963,455.24155,43.868053,70.15835,288.91473,21.09823,3.3369644,16.597027,1640.7223,0.6628253,1.5984274,92.398964,10.757507,5.366767,15.670211,24.32455,257.44144,77.95259,144.37656,1208.0984,196.26051,2104.5198,1883.0844,17.817877,23.416119,14571.749,9.481923,53.507618,386.73166,88.10252,161.05345,66.9775,369.51193,1209.1787,322.29175,9.850797,75.36744,706.0198,2242.885,41.115616,508.00284,48.01883,1.0084369,55.570103,0.9866903,0.5249461,2.12,28.451025,103.87998,264.68268,14.464781,3063.1023,164.77577,51.85071,59.40541,15.18702,83.108536,14.279816,2.1936088,24.727688,108.61771,10.359078,6.061709,9.956505,29.427923,12.798329,5.5891285,36.22641,893.1949,116.569374,2448.4705,36.422817,3441.713,65.29822,559.7732,1647.7574,45.831882,13.15529,1908.7677,2637.3145,6554.783,394.97968 +2023-05-25 12:00:00,0.0,8270.005,74.26395,20.356232,20.53966,32.84466,193.32384,28.91898,51.506405,22.095655,27.79735,655.5247,589.3959,16.243172,79.535805,7.1131153,3.1188438,28.420685,42.08762,13.832323,429.7516,5.6257195,342.31314,77.48728,1.205075,5.31051,115.96138,39.05707,191.42294,171.52888,7680.483,1.0094666,1909.5425,3.3984551,1.4807125,0.80597794,6.7078323,211.29593,277.49246,41.55576,290.46774,28.939114,10.379585,766.1373,6.2910404,77.77674,78.33736,457.68304,37.213497,374.28516,21.400995,72.593575,0.0,4625.1675,13004.845,21.553331,122.71058,123.95401,37531.19,179.85089,15.443526,56.390015,97.97493,91.0073,33.455402,44.907757,753.221,118.67742,41.15906,11.9207735,15.95218,1107.7468,39.71306,400.41348,78.271774,2241.2473,125.0732,167.5748,169.69948,124.71424,11.861674,20.917934,58.810375,8.6847,10.109366,50.30219,63.586777,103.8169,17.93749,17.73659,195.94322,12.684752,3842.1782,61.599808,80.20968,70.78842,63.64225,256.80377,109.418846,84.16532,23.645515,26.18543,54.84578,289.19052,199.71065,100.714516,360.22388,64.085815,72.073494,212.89496,233.94153,1050.7665,194.6067,5.7315164,16.0875,8.618548,141.25566,15538.773,7.796534,24.548208,37.70806,34.54752,390.27097,75.694084,145.10548,5.1023116,203.59677,524.686,326.76596,89.97974,454.61072,43.85,70.12863,289.18765,21.081182,3.3333366,16.587305,1641.6798,0.660871,1.5948387,92.33162,10.760599,5.366861,15.646987,24.299492,257.17368,77.92057,144.33374,1207.3586,196.31966,2104.3176,1883.099,17.82725,23.434277,14582.68,9.479781,53.55242,386.84946,88.177826,161.17621,67.008484,369.71292,1209.182,322.3533,9.856797,75.41011,706.6055,2242.751,41.109573,508.59515,48.074863,1.0079745,55.57038,0.9864569,0.5244631,2.1191788,28.476814,103.97433,264.88434,14.44371,3065.0234,164.96774,51.908985,59.465725,15.201843,83.15323,14.296505,2.1935751,24.759678,108.70316,10.376682,6.0687675,9.96607,29.409275,12.7947,5.5957794,36.264324,893.6938,116.67144,2450.7751,36.440605,3444.349,65.326645,559.52246,1649.3188,45.876892,13.153636,1909.781,2638.4692,6557.5005,394.64392 +2023-05-25 13:00:00,0.0,8276.695,74.3116,20.343184,20.548038,32.82541,193.29736,28.910183,51.470913,22.091719,27.777847,655.99713,589.3526,16.233334,79.58583,7.118877,3.1226466,28.404434,42.127308,13.838754,429.62665,5.6303015,342.28134,77.44595,1.2023916,5.3026896,115.94891,39.038464,191.34259,171.46477,7688.5747,1.0075927,1908.8302,3.388001,1.4787403,0.80471456,6.696188,211.26602,277.49258,41.52399,290.77084,28.932291,10.380799,765.98346,6.2832007,77.79976,78.36656,457.76624,37.251537,374.28308,21.41575,72.63232,0.0,4626.254,13011.254,21.577753,122.82782,124.06874,37540.336,179.94756,15.46095,56.378967,97.98047,91.06749,33.48535,44.91369,753.30457,118.729164,41.15404,11.931789,15.962016,1108.1123,39.76843,400.5793,78.285416,2241.139,125.1259,167.65068,169.71503,124.47475,11.856155,20.903967,58.73732,8.677784,10.100993,50.350525,63.63034,103.76508,17.942995,17.74754,196.08224,12.672084,3841.448,61.638817,80.291664,70.866646,63.68755,256.74304,109.47295,84.21875,23.658215,26.196903,54.875862,289.4773,199.72949,100.74375,360.35416,64.086426,72.12104,213.04083,233.9552,1051.0483,194.67114,5.727083,16.088541,8.618393,141.13235,15541.266,7.798187,24.521063,37.67361,34.556927,390.3568,75.74306,145.0231,5.1031017,203.6875,524.4174,326.4591,90.01985,453.97986,43.831944,70.098915,289.46057,21.064137,3.329709,16.577583,1642.6375,0.6589167,1.5912501,92.264275,10.76369,5.3669553,15.623763,24.274431,256.90588,77.88854,144.29092,1206.619,196.37878,2104.1155,1883.1135,17.836624,23.452433,14593.609,9.47764,53.597225,386.96722,88.25313,161.29895,67.039474,369.9139,1209.1853,322.4149,9.862798,75.452774,707.19135,2242.6167,41.10353,509.1875,48.1309,1.0075121,55.57066,0.98622346,0.52398014,2.118358,28.502604,104.068665,265.086,14.422639,3066.9448,165.15973,51.967262,59.526043,15.216667,83.197914,14.313194,2.1935415,24.791666,108.78862,10.394285,6.075826,9.9756365,29.390625,12.791071,5.6024303,36.302242,894.19275,116.773506,2453.08,36.458397,3446.9856,65.35508,559.2717,1650.8802,45.921898,13.151982,1910.7943,2639.624,6560.2183,394.30817 +2023-05-25 14:00:00,0.0,8283.385,74.359245,20.330135,20.55642,32.80616,193.2709,28.901388,51.435417,22.08778,27.758347,656.4696,589.3093,16.223494,79.63586,7.1246386,3.1264493,28.388182,42.166996,13.845184,429.5017,5.6348834,342.2495,77.404625,1.1997082,5.2948685,115.93645,39.01985,191.26224,171.40065,7696.6665,1.0057187,1908.118,3.3775468,1.4767681,0.8034511,6.6845446,211.23611,277.4927,41.49222,291.0739,28.92547,10.382012,765.8296,6.275361,77.82277,78.39577,457.84943,37.289574,374.28104,21.430506,72.67107,0.0,4627.34,13017.663,21.602175,122.94506,124.18347,37549.477,180.04422,15.4783745,56.36792,97.98601,91.12768,33.5153,44.919624,753.3881,118.780914,41.14902,11.942805,15.971852,1108.4777,39.823803,400.74512,78.29906,2241.0305,125.178604,167.72656,169.73058,124.23525,11.8506365,20.89,58.664265,8.670868,10.09262,50.398857,63.673893,103.713264,17.948498,17.758492,196.22127,12.659415,3840.7175,61.677822,80.37366,70.94486,63.732853,256.68234,109.52706,84.27218,23.670912,26.208378,54.90594,289.76407,199.74834,100.77299,360.48447,64.08703,72.16859,213.18672,233.96889,1051.3301,194.73558,5.7226505,16.089584,8.6182375,141.00905,15543.759,7.799839,24.493917,37.639156,34.56633,390.4427,75.79203,144.9407,5.103892,203.77823,524.14886,326.15225,90.05996,453.349,43.81389,70.0692,289.7335,21.047089,3.3260813,16.567862,1643.595,0.6569624,1.5876613,92.19693,10.766782,5.367049,15.600539,24.249372,256.63812,77.85652,144.2481,1205.8794,196.43793,2103.913,1883.1282,17.845997,23.470589,14604.54,9.475499,53.642025,387.08502,88.32843,161.4217,67.07046,370.1149,1209.1886,322.47647,9.868798,75.495445,707.77716,2242.4827,41.097492,509.77985,48.18694,1.0070498,55.57094,0.98599005,0.52349716,2.1175368,28.528395,104.16301,265.2877,14.401568,3068.866,165.3517,52.02554,59.586357,15.23149,83.24261,14.329884,2.193508,24.823656,108.87408,10.411889,6.082885,9.985202,29.371975,12.787442,5.6090813,36.340157,894.69165,116.87558,2455.3848,36.476185,3449.6218,65.383514,559.02106,1652.4417,45.966904,13.150329,1911.8076,2640.7788,6562.9355,393.9724 +2023-05-25 15:00:00,0.0,8290.075,74.4069,20.317087,20.5648,32.78691,193.24443,28.892591,51.39992,22.083843,27.738844,656.942,589.26605,16.213655,79.68588,7.1303997,3.1302524,28.37193,42.20668,13.851614,429.3768,5.639466,342.21768,77.3633,1.1970247,5.287048,115.92398,39.00124,191.1819,171.33655,7704.758,1.0038447,1907.4058,3.3670928,1.474796,0.80218774,6.6729007,211.20622,277.49283,41.460453,291.377,28.91865,10.383226,765.6757,6.2675214,77.84579,78.42497,457.93262,37.32761,374.27896,21.445261,72.70981,0.0,4628.426,13024.071,21.626598,123.0623,124.2982,37558.617,180.14088,15.495798,56.356876,97.99154,91.18786,33.545246,44.925556,753.4717,118.832664,41.143997,11.95382,15.981689,1108.8431,39.879173,400.91092,78.312706,2240.9219,125.23131,167.80244,169.74612,123.995766,11.845118,20.876032,58.59121,8.663952,10.084246,50.447193,63.71745,103.661446,17.954002,17.769444,196.36029,12.646747,3839.9873,61.71683,80.45564,71.02308,63.778156,256.62164,109.58117,84.32561,23.68361,26.21985,54.93602,290.05087,199.76718,100.802216,360.61475,64.08763,72.21613,213.3326,233.98256,1051.6119,194.80002,5.718218,16.090626,8.618082,140.88574,15546.251,7.8014917,24.466772,37.604702,34.575737,390.52853,75.840996,144.85832,5.104682,203.86896,523.8803,325.84543,90.10007,452.71817,43.795834,70.03949,290.00644,21.030043,3.3224535,16.55814,1644.5526,0.6550081,1.5840726,92.12959,10.769873,5.367143,15.577314,24.224312,256.37036,77.8245,144.20528,1205.1396,196.49707,2103.711,1883.1427,17.85537,23.488745,14615.471,9.473357,53.68683,387.20282,88.40373,161.54445,67.10144,370.3159,1209.1919,322.53802,9.874799,75.53812,708.3629,2242.3486,41.09145,510.3722,48.242977,1.0065874,55.571217,0.98575664,0.5230142,2.1167157,28.554184,104.257355,265.48935,14.380498,3070.787,165.54369,52.083813,59.646675,15.246314,83.2873,14.346572,2.1934745,24.855644,108.95954,10.429493,6.0899434,9.994768,29.353327,12.783813,5.615732,36.37807,895.1906,116.977646,2457.6895,36.493973,3452.258,65.41195,558.7703,1654.003,46.01191,13.148675,1912.8209,2641.9336,6565.653,393.63666 +2023-05-25 16:00:00,0.0,8296.766,74.454544,20.304039,20.573181,32.767662,193.21797,28.883797,51.364426,22.079905,27.719341,657.4145,589.2228,16.203817,79.73591,7.1361613,3.1340551,28.355679,42.24637,13.858045,429.25186,5.6440477,342.18585,77.32197,1.1943413,5.279227,115.911514,38.98263,191.10155,171.27243,7712.8496,1.0019709,1906.6936,3.3566387,1.4728239,0.80092436,6.6612563,211.17632,277.49295,41.428684,291.6801,28.911829,10.38444,765.52185,6.259682,77.868805,78.45418,458.0158,37.36565,374.2769,21.460016,72.74855,0.0,4629.5117,13030.48,21.65102,123.17954,124.41293,37567.758,180.23756,15.513223,56.34583,97.99708,91.24805,33.575195,44.931488,753.5553,118.88441,41.138977,11.964836,15.991526,1109.2085,39.934544,401.07672,78.32635,2240.8135,125.28401,167.87833,169.76167,123.75627,11.839599,20.862064,58.518158,8.657036,10.075872,50.49553,63.76101,103.609634,17.959505,17.780396,196.49933,12.634078,3839.257,61.75584,80.537636,71.1013,63.823456,256.5609,109.63528,84.379036,23.696308,26.231325,54.9661,290.33765,199.78601,100.83145,360.74506,64.088234,72.26369,213.47849,233.99623,1051.8937,194.86446,5.713785,16.091667,8.617927,140.76244,15548.744,7.8031445,24.439627,37.570248,34.585144,390.6144,75.88997,144.77592,5.1054716,203.95967,523.61176,325.53857,90.14018,452.0873,43.777775,70.00977,290.27936,21.012995,3.3188257,16.548418,1645.5103,0.6530538,1.5804839,92.06225,10.7729645,5.3672376,15.5540905,24.199253,256.10257,77.79247,144.16246,1204.4,196.55621,2103.5088,1883.1573,17.864742,23.5069,14626.4,9.471216,53.731632,387.32062,88.479034,161.6672,67.13242,370.51685,1209.1952,322.5996,9.880798,75.58079,708.9487,2242.2144,41.08541,510.9645,48.299015,1.006125,55.5715,0.9855232,0.5225313,2.1158946,28.579973,104.3517,265.691,14.3594265,3072.7085,165.73567,52.14209,59.70699,15.261137,83.331985,14.363261,2.193441,24.887634,109.045,10.447097,6.0970025,10.0043335,29.334677,12.780184,5.6223836,36.41599,895.6895,117.07971,2459.9941,36.511765,3454.8943,65.44038,558.51965,1655.5645,46.056915,13.147021,1913.8342,2643.0884,6568.3706,393.3009 +2023-05-25 17:00:00,0.0,8303.456,74.5022,20.29099,20.581562,32.74841,193.1915,28.875,51.32893,22.075966,27.69984,657.8869,589.1795,16.193977,79.785934,7.141923,3.137858,28.339426,42.286057,13.864475,429.12692,5.6486297,342.15405,77.28064,1.1916579,5.2714057,115.899055,38.96402,191.02121,171.20831,7720.9414,1.0000969,1905.9813,3.3461847,1.4708517,0.799661,6.649613,211.14641,277.49307,41.396915,291.9832,28.905006,10.3856535,765.368,6.2518425,77.891815,78.48338,458.099,37.403687,374.27484,21.47477,72.78729,0.0,4630.598,13036.89,21.675442,123.29678,124.527664,37576.9,180.33423,15.530646,56.33478,98.00262,91.308235,33.605145,44.937424,753.63885,118.93616,41.133957,11.975852,16.001362,1109.5739,39.989914,401.24255,78.33999,2240.705,125.336716,167.95421,169.77722,123.51678,11.83408,20.848097,58.445103,8.650121,10.067498,50.54386,63.804565,103.557816,17.96501,17.791348,196.63835,12.621409,3838.5266,61.79485,80.61962,71.17952,63.86876,256.5002,109.689384,84.43246,23.709007,26.242798,54.99618,290.62442,199.80486,100.86069,360.87537,64.08884,72.31123,213.62436,234.0099,1052.1755,194.92891,5.709352,16.092709,8.617771,140.63911,15551.236,7.8047967,24.412481,37.535797,34.594547,390.70026,75.938934,144.69354,5.1062617,204.0504,523.3432,325.23172,90.18029,451.45645,43.75972,69.98006,290.55228,20.995949,3.3151982,16.538696,1646.4678,0.6510995,1.5768951,91.9949,10.776056,5.3673315,15.530867,24.174194,255.83481,77.76045,144.11964,1203.6604,196.61534,2103.3064,1883.1719,17.874117,23.525057,14637.331,9.469075,53.776436,387.43842,88.55434,161.78995,67.16341,370.71783,1209.1985,322.6612,9.886799,75.62346,709.53455,2242.0803,41.07937,511.55685,48.35505,1.0056627,55.571777,0.9852898,0.5220483,2.1150737,28.605762,104.446045,265.8927,14.338356,3074.6296,165.92764,52.200363,59.767303,15.27596,83.37668,14.379951,2.1934073,24.919624,109.130455,10.464701,6.104061,10.0139,29.316029,12.776555,5.6290345,36.453903,896.1884,117.181786,2462.2988,36.529552,3457.5308,65.46881,558.2689,1657.1259,46.101925,13.145368,1914.8475,2644.2432,6571.088,392.96515 +2023-05-25 18:00:00,0.0,8310.1455,74.54984,20.277943,20.589943,32.72916,193.16504,28.866203,51.293438,22.07203,27.680338,658.3594,589.1362,16.18414,79.83597,7.147684,3.1416607,28.323175,42.32574,13.870905,429.00198,5.6532116,342.12222,77.23931,1.1889745,5.263585,115.88659,38.94541,190.94086,171.14421,7729.033,0.9982229,1905.2692,3.3357306,1.4688795,0.7983976,6.6379685,211.1165,277.4932,41.365147,292.2863,28.898186,10.386868,765.2141,6.244003,77.91483,78.51258,458.1822,37.441723,374.27277,21.489525,72.826035,0.0,4631.684,13043.299,21.699865,123.414024,124.642395,37586.04,180.4309,15.54807,56.323734,98.008156,91.368416,33.63509,44.943356,753.7224,118.9879,41.128937,11.986867,16.011198,1109.9393,40.045284,401.40836,78.35363,2240.5967,125.38942,168.03009,169.79277,123.27729,11.828561,20.83413,58.372047,8.643205,10.059125,50.592197,63.848118,103.506,17.970512,17.8023,196.77737,12.608741,3837.7964,61.83386,80.701614,71.25774,63.914062,256.4395,109.743484,84.485886,23.721704,26.25427,55.02626,290.9112,199.8237,100.88992,361.00565,64.08944,72.35878,213.77025,234.02359,1052.4573,194.99335,5.7049193,16.09375,8.617616,140.51581,15553.729,7.8064494,24.385336,37.501343,34.603954,390.78613,75.98791,144.61115,5.107052,204.14113,523.07465,324.9249,90.220406,450.82562,43.741665,69.95035,290.8252,20.9789,3.3115704,16.528975,1647.4254,0.6491452,1.5733064,91.92756,10.779147,5.3674254,15.507643,24.149134,255.56705,77.72843,144.07683,1202.9208,196.67448,2103.1042,1883.1865,17.88349,23.543215,14648.262,9.466933,53.82124,387.55618,88.62964,161.9127,67.1944,370.91882,1209.2019,322.72275,9.892799,75.66613,710.1203,2241.9463,41.073326,512.1492,48.411087,1.0052003,55.572056,0.98505646,0.5215653,2.1142526,28.631552,104.54039,266.09436,14.317286,3076.5508,166.11963,52.25864,59.82762,15.290784,83.42137,14.39664,2.1933737,24.951612,109.21591,10.482305,6.1111197,10.023465,29.297379,12.772926,5.6356854,36.49182,896.6874,117.28385,2464.6035,36.54734,3460.167,65.497246,558.0182,1658.6873,46.14693,13.143714,1915.8608,2645.398,6573.8057,392.62943 +2023-05-25 19:00:00,0.0,8316.836,74.597496,20.264894,20.598324,32.70991,193.13857,28.857409,51.257942,22.06809,27.660835,658.83185,589.093,16.174301,79.885994,7.1534457,3.1454635,28.306923,42.36543,13.877336,428.87708,5.657794,342.0904,77.19798,1.1862911,5.255764,115.87412,38.9268,190.86052,171.0801,7737.125,0.996349,1904.5569,3.3252764,1.4669073,0.79713416,6.6263247,211.0866,277.49332,41.333378,292.5894,28.891365,10.388081,765.0602,6.2361636,77.93785,78.54179,458.26538,37.479763,374.27072,21.50428,72.86478,0.0,4632.77,13049.707,21.724287,123.531265,124.757126,37595.184,180.52756,15.565495,56.312687,98.01369,91.428604,33.66504,44.949287,753.80597,119.03965,41.123913,11.997883,16.021036,1110.3047,40.100655,401.57416,78.36727,2240.4883,125.44212,168.10597,169.80832,123.037796,11.823042,20.820164,58.298992,8.636289,10.050751,50.64053,63.891674,103.45418,17.976017,17.813251,196.9164,12.596072,3837.0662,61.872868,80.7836,71.33596,63.959362,256.3788,109.79759,84.539314,23.734404,26.265745,55.05634,291.198,199.84254,100.91915,361.13596,64.09004,72.40633,213.91612,234.03726,1052.7391,195.05779,5.7004867,16.094791,8.61746,140.3925,15556.222,7.808102,24.358192,37.46689,34.61336,390.87198,76.03687,144.52876,5.107842,204.23186,522.806,324.61804,90.26051,450.19476,43.72361,69.92063,291.0981,20.961855,3.3079426,16.519253,1648.3829,0.6471909,1.5697178,91.860214,10.782239,5.36752,15.484419,24.124075,255.29927,77.6964,144.03401,1202.1812,196.73363,2102.902,1883.201,17.892862,23.56137,14659.192,9.464792,53.86604,387.67398,88.70494,162.03545,67.22538,371.1198,1209.2052,322.78433,9.8988,75.7088,710.7061,2241.812,41.067287,512.7415,48.467125,1.004738,55.572334,0.98482305,0.52108234,2.1134315,28.657343,104.634735,266.29605,14.296214,3078.4722,166.31161,52.316917,59.887936,15.305607,83.466064,14.413328,2.19334,24.983603,109.30137,10.4999075,6.1181784,10.033031,29.27873,12.769297,5.6423364,36.529736,897.1863,117.38592,2466.9082,36.565132,3462.8032,65.52567,557.7675,1660.2487,46.191936,13.14206,1916.8741,2646.5527,6576.523,392.29367 +2023-05-25 20:00:00,0.0,8323.526,74.64515,20.251846,20.606705,32.690662,193.1121,28.848612,51.222446,22.064154,27.641333,659.30426,589.04974,16.164463,79.93602,7.1592073,3.1492662,28.290672,42.405117,13.883766,428.75214,5.662376,342.05856,77.156654,1.1836077,5.2479434,115.86166,38.908188,190.78017,171.01598,7745.2163,0.994475,1903.8447,3.3148224,1.4649351,0.7958708,6.614681,211.05669,277.49344,41.30161,292.8925,28.884542,10.389295,764.9063,6.228324,77.96087,78.57099,458.3486,37.5178,374.26865,21.519035,72.90353,0.0,4633.8564,13056.116,21.748709,123.6485,124.87186,37604.324,180.62422,15.582918,56.30164,98.019226,91.48879,33.69499,44.955223,753.8895,119.0914,41.118893,12.008899,16.030872,1110.6702,40.156025,401.74,78.38091,2240.38,125.49483,168.18185,169.82387,122.7983,11.817523,20.806196,58.225937,8.629373,10.042377,50.688866,63.935234,103.40236,17.98152,17.824202,197.05542,12.583404,3836.3357,61.911873,80.86559,71.41418,64.00466,256.31808,109.8517,84.59274,23.7471,26.277218,55.08642,291.48477,199.86139,100.94839,361.26627,64.09065,72.45388,214.06201,234.05093,1053.0209,195.12222,5.696054,16.095833,8.617305,140.2692,15558.714,7.8097544,24.331047,37.432434,34.622765,390.95786,76.085846,144.44637,5.108632,204.32259,522.5375,324.3112,90.30063,449.5639,43.705555,69.890915,291.37103,20.944807,3.3043149,16.509531,1649.3406,0.6452366,1.5661291,91.79287,10.78533,5.367614,15.461194,24.099014,255.0315,77.66438,143.9912,1201.4414,196.79277,2102.6997,1883.2157,17.902237,23.579527,14670.122,9.462651,53.910843,387.79178,88.78024,162.1582,67.25636,371.3208,1209.2085,322.84592,9.9048,75.751465,711.2919,2241.678,41.061245,513.33386,48.523163,1.0042756,55.572613,0.98458964,0.52059937,2.1126103,28.683132,104.72907,266.4977,14.275144,3080.3933,166.50359,52.37519,59.948254,15.320431,83.51075,14.430017,2.1933064,25.01559,109.386826,10.517511,6.125237,10.042597,29.26008,12.765668,5.6489873,36.567654,897.68524,117.48799,2469.213,36.58292,3465.4397,65.55411,557.5168,1661.81,46.236942,13.140407,1917.8875,2647.7075,6579.2407,391.95792 +2023-05-25 21:00:00,0.0,8330.216,74.692795,20.238798,20.615086,32.67141,193.08563,28.839815,51.18695,22.060215,27.621832,659.77673,589.0065,16.154623,79.986046,7.1649685,3.153069,28.27442,42.444805,13.890196,428.6272,5.666958,342.02676,77.115326,1.1809243,5.2401223,115.84919,38.88958,190.69981,170.95187,7753.308,0.99260104,1903.1326,3.3043683,1.4629629,0.7946074,6.603037,211.02678,277.49356,41.26984,293.19556,28.877722,10.390509,764.75244,6.2204843,77.98388,78.6002,458.43176,37.555836,374.2666,21.53379,72.94227,0.0,4634.9424,13062.525,21.77313,123.76574,124.98659,37613.465,180.7209,15.600343,56.290592,98.024765,91.54897,33.724934,44.961155,753.9731,119.14314,41.113873,12.019914,16.040709,1111.0355,40.211395,401.9058,78.394554,2240.2715,125.54753,168.25774,169.83942,122.558815,11.812004,20.792229,58.15288,8.622457,10.034004,50.737198,63.97879,103.35054,17.987024,17.835154,197.19444,12.570735,3835.6055,61.950882,80.94758,71.49239,64.049965,256.2574,109.90581,84.64617,23.7598,26.288692,55.1165,291.77155,199.88022,100.97762,361.39655,64.091255,72.50143,214.20789,234.0646,1053.3027,195.18666,5.691621,16.096874,8.617148,140.14589,15561.207,7.811407,24.303902,37.397984,34.63217,391.0437,76.13481,144.36398,5.1094217,204.4133,522.2689,324.00436,90.34074,448.93307,43.6875,69.861206,291.64395,20.92776,3.3006873,16.49981,1650.2981,0.6432823,1.5625403,91.725525,10.788422,5.3677077,15.43797,24.073956,254.76373,77.63236,143.94838,1200.7017,196.85191,2102.4976,1883.2302,17.91161,23.597683,14681.053,9.460509,53.955647,387.90958,88.855545,162.28094,67.287346,371.5218,1209.2118,322.90747,9.910801,75.794136,711.8777,2241.544,41.055206,513.9262,48.5792,1.0038131,55.57289,0.9843562,0.5201164,2.1117892,28.708921,104.82342,266.69937,14.254073,3082.3145,166.69557,52.433468,60.008568,15.335254,83.55544,14.446707,2.1932728,25.04758,109.47228,10.535115,6.1322956,10.052163,29.241432,12.762039,5.655638,36.605568,898.18414,117.59006,2471.5176,36.600708,3468.076,65.58254,557.26605,1663.3715,46.281948,13.138752,1918.9009,2648.8623,6581.958,391.62216 +2023-05-25 22:00:00,0.0,8336.906,74.74045,20.22575,20.623466,32.65216,193.05916,28.83102,51.151455,22.056278,27.60233,660.24915,588.9632,16.144785,80.03607,7.17073,3.1568718,28.258167,42.48449,13.896626,428.5023,5.67154,341.99493,77.074,1.1782408,5.2323017,115.83673,38.870968,190.61948,170.88776,7761.4,0.99072707,1902.4203,3.293914,1.4609907,0.793344,6.591393,210.99689,277.49368,41.23807,293.49866,28.870901,10.391722,764.5986,6.2126446,78.0069,78.6294,458.515,37.593876,374.26453,21.548546,72.98101,0.0,4636.0283,13068.934,21.797554,123.88298,125.10132,37622.605,180.81757,15.617766,56.279545,98.030304,91.60916,33.754883,44.967087,754.05664,119.19489,41.10885,12.03093,16.050545,1111.4009,40.266766,402.0716,78.4082,2240.163,125.600235,168.33363,169.85497,122.31932,11.806485,20.778261,58.079826,8.6155405,10.02563,50.785534,64.02235,103.29872,17.992527,17.846106,197.33347,12.558066,3834.8752,61.98989,81.02957,71.57062,64.09527,256.1967,109.959915,84.6996,23.772497,26.300165,55.14658,292.05832,199.89906,101.00686,361.52686,64.09186,72.54897,214.35378,234.0783,1053.5845,195.2511,5.687188,16.097918,8.616993,140.02258,15563.699,7.81306,24.276756,37.36353,34.64158,391.12958,76.183784,144.28159,5.110212,204.50403,522.00037,323.6975,90.380844,448.30222,43.669445,69.83149,291.91687,20.910713,3.2970595,16.490088,1651.2557,0.641328,1.5589516,91.65818,10.7915125,5.3678017,15.414746,24.048897,254.49596,77.60034,143.90555,1199.962,196.91104,2102.2954,1883.2449,17.920982,23.615839,14691.983,9.458368,54.00045,388.02737,88.93085,162.40369,67.31834,371.72278,1209.2151,322.96906,9.916801,75.83681,712.4635,2241.4097,41.049164,514.51855,48.635235,1.0033509,55.57317,0.9841228,0.5196334,2.1109684,28.73471,104.91776,266.90106,14.233002,3084.2358,166.88754,52.491745,60.068886,15.350077,83.600136,14.463396,2.1932392,25.07957,109.55775,10.552719,6.139354,10.0617285,29.222782,12.7584095,5.662289,36.643482,898.6831,117.69212,2473.8223,36.6185,3470.7122,65.61097,557.0154,1664.9329,46.326958,13.137098,1919.9142,2650.017,6584.6753,391.2864 +2023-05-25 23:00:00,0.0,8343.597,74.78809,20.212702,20.631847,32.63291,193.0327,28.822224,51.11596,22.05234,27.582827,660.7216,588.9199,16.134947,80.0861,7.1764917,3.1606746,28.241917,42.524178,13.903057,428.37735,5.6761217,341.9631,77.03267,1.1755574,5.2244806,115.824265,38.852356,190.53912,170.82364,7769.4917,0.9888531,1901.7081,3.2834601,1.4590185,0.79208064,6.579749,210.96698,277.49377,41.206303,293.80176,28.864079,10.392936,764.4447,6.2048054,78.029915,78.65861,458.59818,37.631912,374.26248,21.563301,73.01975,0.0,4637.1143,13075.343,21.821976,124.00022,125.21604,37631.746,180.91423,15.635191,56.268497,98.03584,91.66935,33.78483,44.973022,754.14026,119.24664,41.10383,12.041945,16.06038,1111.7664,40.322136,402.23743,78.421844,2240.0547,125.65294,168.4095,169.87051,122.07983,11.800966,20.764294,58.00677,8.608625,10.017257,50.833866,64.0659,103.24691,17.998032,17.857058,197.47249,12.545399,3834.1448,62.0289,81.11156,71.648834,64.14057,256.136,110.01402,84.75302,23.785196,26.31164,55.17666,292.34512,199.91791,101.03609,361.65717,64.09246,72.59652,214.49965,234.09196,1053.8663,195.31554,5.6827555,16.098959,8.6168375,139.89928,15566.192,7.814712,24.24961,37.329075,34.65098,391.21542,76.23275,144.1992,5.111002,204.59476,521.7318,323.39066,90.42096,447.67136,43.651386,69.80177,292.18982,20.893665,3.2934318,16.480366,1652.2134,0.6393737,1.5553629,91.590836,10.794604,5.367896,15.391522,24.023836,254.22818,77.56831,143.86273,1199.2224,196.97018,2102.093,1883.2594,17.930355,23.633995,14702.913,9.456226,54.045254,388.14514,89.00615,162.52644,67.34932,371.92377,1209.2184,323.03064,9.922801,75.87948,713.04926,2241.2756,41.043125,515.1109,48.691273,1.0028884,55.57345,0.9838894,0.5191505,2.1101472,28.7605,105.01211,267.10272,14.211931,3086.157,167.07953,52.55002,60.1292,15.364901,83.64483,14.480084,2.1932056,25.111559,109.6432,10.570323,6.146413,10.071294,29.204134,12.754781,5.66894,36.6814,899.182,117.7942,2476.1272,36.636288,3473.3486,65.639404,556.76465,1666.4943,46.371964,13.135445,1920.9275,2651.1719,6587.393,390.95065 +2023-05-26 00:00:00,0.0,8350.286,74.83575,20.199654,20.640228,32.613663,193.00623,28.813429,51.080467,22.0484,27.563326,661.19403,588.87665,16.125107,80.13612,7.182253,3.1644773,28.225664,42.563866,13.909487,428.2524,5.680704,341.93127,76.99134,1.172874,5.21666,115.8118,38.833748,190.45879,170.75952,7777.5835,0.9869791,1900.9958,3.273006,1.4570463,0.79081726,6.5681047,210.93707,277.4939,41.174534,294.10483,28.857258,10.39415,764.29083,6.1969657,78.052925,78.68781,458.6814,37.66995,374.2604,21.578056,73.058495,0.0,4638.2007,13081.752,21.846397,124.11746,125.33077,37640.887,181.0109,15.652615,56.25745,98.04138,91.72953,33.814777,44.978954,754.2238,119.298386,41.09881,12.05296,16.070219,1112.1317,40.377506,402.40323,78.435486,2239.9463,125.70564,168.48538,169.88606,121.84034,11.795447,20.750326,57.93372,8.601709,10.0088825,50.882202,64.10946,103.19509,18.003534,17.86801,197.61151,12.53273,3833.4146,62.06791,81.19355,71.72705,64.185875,256.07526,110.06813,84.80645,23.797894,26.323112,55.206738,292.6319,199.93675,101.06532,361.78745,64.09306,72.64407,214.64554,234.10564,1054.1481,195.37997,5.678323,16.1,8.616682,139.77597,15568.685,7.816365,24.222466,37.29462,34.66039,391.3013,76.28172,144.1168,5.111792,204.68549,521.46326,323.08383,90.46107,447.04053,43.63333,69.77206,292.46274,20.87662,3.2898042,16.470644,1653.1709,0.6374194,1.5517741,91.52349,10.797696,5.36799,15.368299,23.998777,253.96042,77.53629,143.81992,1198.4827,197.02933,2101.8909,1883.274,17.93973,23.652151,14713.844,9.454085,54.090054,388.26294,89.08145,162.64919,67.3803,372.12476,1209.2218,323.0922,9.928802,75.92215,713.6351,2241.1416,41.037083,515.70325,48.74731,1.002426,55.573727,0.98365605,0.5186675,2.1093261,28.786291,105.10645,267.3044,14.190861,3088.0784,167.27151,52.608295,60.189518,15.379724,83.689514,14.496774,2.193172,25.143549,109.72866,10.587926,6.1534715,10.08086,29.185484,12.751152,5.6755915,36.719315,899.68097,117.89626,2478.432,36.654076,3475.9849,65.66784,556.5139,1668.0557,46.41697,13.133791,1921.9408,2652.3267,6590.1104,390.61493 +2023-05-26 01:00:00,0.0,8356.977,74.88339,20.186605,20.64861,32.59441,192.97977,28.804632,51.04497,22.044464,27.543823,661.6665,588.8334,16.115269,80.18615,7.1880145,3.1682801,28.209414,42.60355,13.915917,428.12747,5.685286,341.89948,76.95001,1.1701906,5.208839,115.79933,38.815136,190.37843,170.69542,7785.6753,0.9851052,1900.2837,3.262552,1.4550741,0.7895538,6.5564613,210.90717,277.49402,41.142765,294.40793,28.850437,10.395363,764.13696,6.189126,78.07594,78.71702,458.7646,37.70799,374.25836,21.592812,73.097244,0.0,4639.287,13088.16,21.870821,124.2347,125.4455,37650.03,181.10756,15.670038,56.246403,98.04692,91.78972,33.844727,44.984886,754.3074,119.350136,41.09379,12.063976,16.080055,1112.4971,40.432877,402.56903,78.44913,2239.8376,125.75835,168.56128,169.90161,121.600845,11.789928,20.736359,57.860664,8.594793,10.000509,50.93054,64.153015,103.14327,18.009039,17.878962,197.75053,12.5200615,3832.6843,62.10692,81.275536,71.805275,64.23118,256.01456,110.12224,84.85988,23.810593,26.334585,55.23682,292.91867,199.9556,101.09456,361.91776,64.093666,72.69162,214.79141,234.11932,1054.4299,195.44441,5.6738896,16.101042,8.616527,139.65266,15571.178,7.8180175,24.19532,37.26017,34.669796,391.38715,76.33069,144.03442,5.112582,204.77621,521.1947,322.77698,90.50118,446.40967,43.615276,69.74235,292.73566,20.859571,3.2861764,16.460924,1654.1285,0.6354651,1.5481855,91.45615,10.800787,5.368084,15.345074,23.973719,253.69264,77.50427,143.7771,1197.743,197.08847,2101.6887,1883.2886,17.949102,23.67031,14724.774,9.451944,54.134857,388.38074,89.15675,162.77194,67.411285,372.32574,1209.2251,323.15378,9.934802,75.96482,714.2208,2241.0073,41.03104,516.2956,48.80335,1.0019637,55.574005,0.98342264,0.51818454,2.108505,28.81208,105.2008,267.50607,14.169789,3089.9995,167.46349,52.66657,60.249832,15.394547,83.73421,14.513463,2.1931384,25.175537,109.81412,10.60553,6.16053,10.0904255,29.166834,12.747522,5.6822424,36.757233,900.1799,117.99833,2480.7366,36.671867,3478.621,65.696266,556.26324,1669.6171,46.461975,13.132137,1922.9541,2653.4814,6592.828,390.27917 +2023-05-26 02:00:00,0.0,8363.667,74.931046,20.173557,20.65699,32.57516,192.9533,28.795835,51.009476,22.040525,27.52432,662.139,588.7901,16.10543,80.23618,7.193776,3.172083,28.193161,42.643238,13.922348,428.00256,5.689868,341.86765,76.90868,1.1675072,5.201018,115.786865,38.796528,190.29808,170.6313,7793.7666,0.98323125,1899.5714,3.2520978,1.4531019,0.78829044,6.5448174,210.87726,277.49414,41.110996,294.71103,28.843616,10.396577,763.98303,6.1812863,78.09896,78.74622,458.84778,37.746025,374.2563,21.607567,73.13599,0.0,4640.373,13094.569,21.895243,124.351944,125.560234,37659.17,181.20424,15.687463,56.235355,98.052444,91.84991,33.874672,44.99082,754.3909,119.40188,41.088764,12.074992,16.089891,1112.8625,40.488247,402.73483,78.46277,2239.7292,125.81105,168.63715,169.91716,121.36135,11.7844095,20.722391,57.78761,8.587877,9.992136,50.97887,64.19657,103.09145,18.014544,17.889914,197.88956,12.507393,3831.9539,62.145927,81.35753,71.88349,64.276474,255.95384,110.176346,84.91331,23.82329,26.34606,55.2669,293.20544,199.97444,101.123795,362.04807,64.09427,72.73917,214.9373,234.133,1054.7117,195.50885,5.669457,16.102083,8.616371,139.52934,15573.67,7.8196697,24.168177,37.225716,34.6792,391.47302,76.37966,143.95203,5.113372,204.86693,520.9261,322.47012,90.54129,445.7788,43.59722,69.71263,293.00858,20.842525,3.2825487,16.451202,1655.086,0.63351077,1.5445968,91.3888,10.803879,5.3681784,15.32185,23.948658,253.42487,77.472244,143.73428,1197.0034,197.14761,2101.4863,1883.3032,17.958475,23.688465,14735.704,9.449802,54.17966,388.49854,89.232056,162.89468,67.442276,372.5267,1209.2284,323.21536,9.940803,76.00749,714.80664,2240.8733,41.025,516.8879,48.859386,1.0015013,55.574284,0.9831892,0.51770157,2.107684,28.83787,105.29514,267.70773,14.148719,3091.9207,167.65547,52.724846,60.310146,15.40937,83.7789,14.530152,2.1931047,25.207527,109.899574,10.623134,6.167589,10.099992,29.148186,12.743894,5.6888933,36.795147,900.6788,118.1004,2483.0413,36.689655,3481.2576,65.7247,556.0125,1671.1785,46.50698,13.130484,1923.9674,2654.6362,6595.5454,389.94342 +2023-05-26 03:00:00,0.0,8370.356,74.97869,20.16051,20.66537,32.555912,192.92683,28.78704,50.97398,22.036589,27.50482,662.6114,588.7469,16.09559,80.28621,7.1995373,3.175886,28.176908,42.682926,13.928778,427.87762,5.69445,341.83582,76.86735,1.1648238,5.1931973,115.77441,38.777916,190.21774,170.56718,7801.8584,0.9813573,1898.8593,3.2416437,1.4511297,0.78702706,6.533173,210.84735,277.49426,41.079227,295.0141,28.836794,10.39779,763.82916,6.173447,78.12197,78.77542,458.93097,37.78406,374.25424,21.622322,73.17473,0.0,4641.459,13100.979,21.919664,124.46918,125.674965,37668.312,181.3009,15.704886,56.224308,98.05798,91.91009,33.90462,44.996754,754.4745,119.45363,41.083744,12.086007,16.099728,1113.2279,40.543617,402.90067,78.47641,2239.6208,125.863754,168.71303,169.93271,121.121864,11.778891,20.708424,57.714554,8.580961,9.983762,51.027206,64.24013,103.039635,18.020046,17.900864,198.02858,12.494724,3831.2236,62.184933,81.439514,71.96171,64.32178,255.89314,110.23045,84.966736,23.835989,26.357533,55.296978,293.49225,199.99327,101.15302,362.17834,64.09487,72.78671,215.08318,234.14667,1054.9935,195.5733,5.6650243,16.103125,8.616216,139.40604,15576.163,7.8213224,24.141031,37.19126,34.688606,391.55887,76.42863,143.86964,5.114162,204.95766,520.65753,322.16327,90.581406,445.14798,43.579166,69.682915,293.2815,20.825478,3.278921,16.44148,1656.0437,0.6315565,1.5410081,91.32146,10.80697,5.3682723,15.298626,23.9236,253.1571,77.44022,143.69147,1196.2637,197.20674,2101.2842,1883.3177,17.967848,23.706621,14746.635,9.447661,54.224464,388.61633,89.307365,163.01744,67.47326,372.7277,1209.2317,323.27692,9.946803,76.05016,715.39246,2240.7393,41.01896,517.4802,48.915424,1.0010389,55.574562,0.9829558,0.5172186,2.106863,28.863659,105.38949,267.90942,14.127648,3093.842,167.84744,52.783123,60.370464,15.424193,83.823586,14.546841,2.1930711,25.239515,109.98503,10.640738,6.174648,10.109557,29.129536,12.740265,5.6955442,36.833065,901.17773,118.20247,2485.346,36.707443,3483.8938,65.753136,555.7618,1672.7399,46.55199,13.12883,1924.9807,2655.791,6598.2627,389.60767 +2023-05-26 04:00:00,0.0,8377.047,75.026344,20.14746,20.673752,32.536663,192.90036,28.778244,50.938484,22.03265,27.485317,663.08386,588.7036,16.085752,80.336235,7.205299,3.1796887,28.160658,42.72261,13.935208,427.7527,5.6990323,341.804,76.82602,1.1621403,5.185376,115.76194,38.759304,190.13739,170.50308,7809.95,0.9794833,1898.1471,3.2311897,1.4491575,0.7857637,6.5215297,210.81746,277.4944,41.04746,295.3172,28.829973,10.399004,763.6753,6.1656075,78.14499,78.80463,459.01416,37.8221,374.25217,21.637077,73.21347,0.0,4642.545,13107.388,21.944086,124.58642,125.789696,37677.453,181.39757,15.722311,56.21326,98.06352,91.970276,33.93457,45.002686,754.55804,119.50538,41.078724,12.097023,16.109564,1113.5934,40.598988,403.06647,78.49005,2239.5125,125.91646,168.78893,169.94826,120.88237,11.773372,20.694456,57.6415,8.574046,9.975389,51.07554,64.28368,102.987816,18.02555,17.911816,198.16762,12.482056,3830.4934,62.22394,81.52151,72.03993,64.36708,255.83243,110.28456,85.020164,23.848686,26.369007,55.327057,293.77902,200.01212,101.18226,362.30865,64.09548,72.83427,215.22906,234.16034,1055.2753,195.63774,5.6605916,16.104166,8.61606,139.28273,15578.655,7.822975,24.113886,37.156807,34.698013,391.64474,76.4776,143.78725,5.114952,205.04839,520.389,321.85645,90.62151,444.51712,43.56111,69.653206,293.5544,20.808432,3.2752934,16.431759,1657.0012,0.6296022,1.5374193,91.25411,10.810061,5.3683662,15.275402,23.898539,252.88933,77.4082,143.64865,1195.524,197.26588,2101.082,1883.3324,17.977222,23.724777,14757.565,9.44552,54.269268,388.7341,89.38267,163.14018,67.50424,372.92868,1209.235,323.3385,9.952804,76.092834,715.9782,2240.605,41.01292,518.0726,48.97146,1.0005766,55.574844,0.9827224,0.5167356,2.106042,28.889448,105.483826,268.11108,14.106577,3095.7632,168.03943,52.841396,60.43078,15.439017,83.86828,14.56353,2.1930375,25.271505,110.070496,10.658341,6.1817064,10.119123,29.110888,12.736635,5.702195,36.87098,901.67664,118.30454,2487.6506,36.725235,3486.53,65.78156,555.5111,1674.3013,46.596996,13.127176,1925.994,2656.9458,6600.9805,389.2719 +2023-05-26 05:00:00,0.0,8383.737,75.07399,20.134413,20.682133,32.51741,192.87389,28.769447,50.902992,22.028713,27.465815,663.5563,588.66034,16.075914,80.38626,7.2110605,3.1834915,28.144405,42.7623,13.941639,427.62778,5.703614,341.7722,76.78469,1.1594568,5.1775556,115.74947,38.740696,190.05705,170.43896,7818.042,0.97760934,1897.4348,3.2207355,1.4471853,0.7845003,6.5098853,210.78755,277.4945,41.01569,295.6203,28.823153,10.400218,763.5214,6.157768,78.16801,78.83383,459.09735,37.860138,374.25012,21.651833,73.25221,0.0,4643.631,13113.796,21.96851,124.70366,125.90443,37686.594,181.49423,15.739735,56.202213,98.06906,92.030464,33.964516,45.00862,754.6416,119.55712,41.073704,12.108039,16.1194,1113.9587,40.654358,403.23227,78.5037,2239.404,125.96916,168.86479,169.9638,120.642876,11.767853,20.680489,57.568443,8.56713,9.967014,51.123875,64.32724,102.936,18.031054,17.922768,198.30664,12.469387,3829.763,62.26295,81.60349,72.11815,64.412384,255.77173,110.33867,85.073586,23.861385,26.38048,55.35714,294.0658,200.03096,101.211494,362.43896,64.096085,72.88181,215.37494,234.17403,1055.5571,195.70218,5.6561584,16.10521,8.615905,139.15942,15581.147,7.8246274,24.08674,37.122356,34.707417,391.7306,76.52657,143.70486,5.115742,205.13911,520.1204,321.5496,90.66162,443.88626,43.543053,69.62349,293.82733,20.791384,3.2716656,16.422037,1657.9589,0.6276479,1.5338306,91.18677,10.813152,5.3684607,15.252178,23.87348,252.62155,77.376175,143.60582,1194.7844,197.32503,2100.8796,1883.347,17.986595,23.742933,14768.496,9.443378,54.314068,388.8519,89.45797,163.26294,67.535225,373.12967,1209.2383,323.4001,9.958804,76.1355,716.564,2240.471,41.006878,518.6649,49.027496,1.0001142,55.575123,0.982489,0.51625264,2.1052208,28.91524,105.57817,268.31274,14.085506,3097.6843,168.23141,52.899673,60.491096,15.45384,83.91297,14.580219,2.193004,25.303495,110.15595,10.675944,6.188765,10.128689,29.092237,12.7330065,5.708846,36.908897,902.1756,118.40661,2489.9553,36.743023,3489.1665,65.81,555.2604,1675.8625,46.642002,13.125523,1927.0073,2658.1006,6603.6978,388.93616 +2023-05-26 06:00:00,0.0,8390.427,75.12164,20.121365,20.690512,32.49816,192.84743,28.760653,50.867496,22.024775,27.446312,664.02875,588.61707,16.066074,80.43629,7.2168217,3.1872942,28.128155,42.801987,13.948069,427.50284,5.708196,341.74036,76.74336,1.1567734,5.1697345,115.73701,38.722084,189.9767,170.37485,7826.134,0.9757354,1896.7227,3.2102814,1.4452131,0.78323686,6.4982414,210.75764,277.49463,40.98392,295.9234,28.81633,10.401431,763.36755,6.149928,78.19102,78.86304,459.18054,37.898174,374.24805,21.666588,73.290955,0.0,4644.7173,13120.205,21.992931,124.8209,126.01916,37695.734,181.5909,15.757159,56.19117,98.0746,92.090645,33.994465,45.014553,754.72516,119.60887,41.06868,12.119055,16.129238,1114.3241,40.70973,403.3981,78.51734,2239.2957,126.021866,168.94067,169.97935,120.40339,11.762334,20.666523,57.495388,8.560214,9.958641,51.172207,64.3708,102.884186,18.036558,17.93372,198.44566,12.456718,3829.0327,62.30196,81.685486,72.196365,64.45769,255.71101,110.39278,85.127014,23.874083,26.391954,55.38722,294.35257,200.0498,101.24073,362.56924,64.09669,72.92936,215.52083,234.1877,1055.8389,195.76662,5.651726,16.10625,8.615749,139.03612,15583.641,7.82628,24.059595,37.087902,34.716824,391.81647,76.57554,143.62247,5.1165323,205.22984,519.85187,321.24274,90.70174,443.25543,43.524998,69.59377,294.10028,20.774338,3.2680378,16.412315,1658.9165,0.62569356,1.530242,91.11942,10.816244,5.3685546,15.228953,23.848421,252.35379,77.344154,143.563,1194.0448,197.38417,2100.6775,1883.3616,17.995968,23.76109,14779.426,9.441237,54.35887,388.9697,89.53327,163.38568,67.56621,373.33066,1209.2416,323.46164,9.964804,76.17817,717.14984,2240.337,41.00084,519.25726,49.083534,0.99965185,55.5754,0.9822556,0.5157697,2.1043997,28.941029,105.672516,268.51443,14.064436,3099.6057,168.42339,52.95795,60.55141,15.468664,83.957664,14.596909,2.1929703,25.335484,110.24141,10.693548,6.1958237,10.138255,29.07359,12.729378,5.715497,36.94681,902.6745,118.508675,2492.26,36.76081,3491.8027,65.83843,555.00964,1677.424,46.687008,13.123868,1928.0206,2659.2554,6606.4155,388.6004 +2023-05-26 07:00:00,0.0,8397.117,75.16929,20.108316,20.698893,32.478912,192.82095,28.751856,50.832,22.020838,27.426811,664.50116,588.5738,16.056236,80.48631,7.2225833,3.191097,28.111902,42.84167,13.954499,427.3779,5.712778,341.70853,76.702034,1.15409,5.161914,115.72454,38.703476,189.89635,170.31073,7834.225,0.97386146,1896.0104,3.1998274,1.4432409,0.7819735,6.486598,210.72774,277.49475,40.952152,296.22647,28.80951,10.402645,763.2137,6.142089,78.214035,78.89224,459.26376,37.936214,374.246,21.681341,73.329704,0.0,4645.803,13126.614,22.017353,124.93814,126.13389,37704.88,181.68758,15.774583,56.180122,98.08014,92.15083,34.024414,45.020485,754.8088,119.66062,41.06366,12.13007,16.139074,1114.6896,40.7651,403.5639,78.53098,2239.1873,126.07457,169.01657,169.9949,120.163895,11.756815,20.652555,57.422333,8.553298,9.950268,51.220543,64.41435,102.83237,18.04206,17.944672,198.58469,12.44405,3828.3025,62.34097,81.76747,72.27459,64.50299,255.65031,110.44688,85.18044,23.886782,26.403427,55.417297,294.63934,200.06865,101.26996,362.69955,64.09729,72.976906,215.6667,234.20137,1056.1207,195.83105,5.647293,16.107292,8.615594,138.91281,15586.133,7.827933,24.03245,37.053448,34.72623,391.9023,76.62451,143.54008,5.117322,205.32057,519.5833,320.9359,90.741844,442.62457,43.506943,69.564064,294.3732,20.75729,3.26441,16.402594,1659.874,0.6237393,1.5266532,91.052086,10.819335,5.3686485,15.2057295,23.82336,252.08601,77.31213,143.52019,1193.305,197.4433,2100.4753,1883.3762,18.005342,23.779247,14790.356,9.439096,54.403675,389.0875,89.608574,163.50844,67.5972,373.53165,1209.245,323.52322,9.970804,76.22084,717.7356,2240.2026,40.994797,519.8496,49.139572,0.9991895,55.57568,0.9820222,0.51528674,2.1035786,28.966818,105.76686,268.7161,14.043365,3101.5269,168.61537,53.016224,60.61173,15.483487,84.00235,14.613597,2.192937,25.367474,110.326866,10.711152,6.2028823,10.14782,29.05494,12.725748,5.7221484,36.984726,903.17346,118.61075,2494.5647,36.778603,3494.439,65.86686,554.759,1678.9854,46.732014,13.122214,1929.0339,2660.4102,6609.133,388.26468 +2023-05-26 08:00:00,0.0,8403.808,75.21694,20.095268,20.707273,32.45966,192.7945,28.743061,50.796505,22.0169,27.407309,664.97363,588.5305,16.046398,80.53634,7.228345,3.1948998,28.095652,42.88136,13.96093,427.25296,5.71736,341.67673,76.660706,1.1514066,5.154093,115.71208,38.684864,189.81601,170.24663,7842.317,0.9719875,1895.2982,3.1893733,1.4412687,0.7807101,6.4749537,210.69783,277.49487,40.920383,296.52957,28.802689,10.403859,763.0598,6.134249,78.23705,78.92145,459.34692,37.97425,374.24393,21.696096,73.36845,0.0,4646.8896,13133.022,22.041777,125.05538,126.24862,37714.02,181.78424,15.7920065,56.169075,98.08567,92.21102,34.05436,45.02642,754.89233,119.712364,41.05864,12.141086,16.14891,1115.0549,40.82047,403.7297,78.544624,2239.0789,126.12727,169.09244,170.01045,119.9244,11.751296,20.638588,57.34928,8.546382,9.941894,51.268875,64.45791,102.78055,18.047565,17.955624,198.72371,12.431381,3827.572,62.37998,81.849464,72.352806,64.54829,255.5896,110.500984,85.23387,23.899479,26.414902,55.447376,294.92615,200.0875,101.299194,362.82983,64.09789,73.02446,215.81259,234.21506,1056.4025,195.8955,5.6428604,16.108334,8.615438,138.7895,15588.626,7.829585,24.005306,37.018993,34.735638,391.9882,76.67348,143.45769,5.118112,205.41129,519.31476,320.62906,90.78196,441.9937,43.488888,69.53435,294.64612,20.740244,3.2607825,16.392872,1660.8317,0.621785,1.5230645,90.98474,10.822427,5.368743,15.182506,23.798302,251.81824,77.28011,143.47737,1192.5654,197.50244,2100.273,1883.3907,18.014715,23.797403,14801.287,9.4369545,54.44848,389.2053,89.683876,163.63118,67.62818,373.73264,1209.2483,323.5848,9.976805,76.26351,718.3214,2240.0686,40.988754,520.44196,49.19561,0.9987271,55.57596,0.9817888,0.51480377,2.1027577,28.992607,105.861206,268.9178,14.022294,3103.448,168.80736,53.0745,60.672043,15.498311,84.04704,14.630286,2.1929033,25.399462,110.41232,10.728756,6.209941,10.157386,29.036291,12.722119,5.7287993,37.022644,903.67236,118.712814,2496.8694,36.79639,3497.0754,65.895294,554.50824,1680.5468,46.777023,13.120561,1930.0472,2661.565,6611.8506,387.92892 +2023-05-26 09:00:00,0.0,8410.497,75.264595,20.08222,20.715654,32.44041,192.76802,28.734264,50.76101,22.01296,27.387806,665.4461,588.48724,16.036558,80.586365,7.234106,3.1987026,28.0794,42.921047,13.96736,427.12805,5.7219424,341.6449,76.61938,1.1487232,5.146272,115.699615,38.666252,189.73566,170.18251,7850.4087,0.9701135,1894.5859,3.1789193,1.4392965,0.7794467,6.46331,210.66792,277.495,40.888615,296.83267,28.795868,10.405072,762.9059,6.1264095,78.26006,78.95065,459.43015,38.012287,374.24185,21.710852,73.40719,0.0,4647.9756,13139.432,22.066198,125.17262,126.36335,37723.16,181.8809,15.809431,56.158028,98.09121,92.2712,34.08431,45.032352,754.9759,119.764114,41.053616,12.1521015,16.158747,1115.4204,40.87584,403.8955,78.558266,2238.9705,126.17998,169.16832,170.026,119.68491,11.745777,20.62462,57.276226,8.539466,9.93352,51.31721,64.501465,102.72873,18.053068,17.966576,198.86273,12.418713,3826.8418,62.418987,81.93145,72.43102,64.59359,255.5289,110.55509,85.2873,23.912178,26.426374,55.47746,295.21292,200.10632,101.32843,362.96014,64.098495,73.07201,215.95847,234.22873,1056.6843,195.95993,5.6384273,16.109375,8.615282,138.6662,15591.118,7.831238,23.97816,36.984543,34.74504,392.07404,76.72245,143.3753,5.118902,205.50201,519.04614,320.3222,90.82207,441.36288,43.470833,69.50463,294.91904,20.723196,3.2571547,16.38315,1661.7892,0.61983067,1.5194758,90.9174,10.825519,5.368837,15.159282,23.773241,251.55048,77.248085,143.43456,1191.8258,197.56158,2100.0708,1883.4054,18.024088,23.81556,14812.217,9.4348135,54.493282,389.32306,89.75918,163.75392,67.659164,373.93362,1209.2516,323.64636,9.982805,76.30618,718.90717,2239.9346,40.982716,521.0343,49.251644,0.99826473,55.576237,0.9815554,0.5143208,2.1019366,29.018396,105.95555,269.11945,14.001224,3105.3694,168.99933,53.13278,60.732357,15.513134,84.091736,14.6469755,2.1928697,25.431452,110.49778,10.74636,6.2169995,10.166952,29.017641,12.718491,5.7354503,37.06056,904.1713,118.81488,2499.1743,36.81418,3499.7117,65.92373,554.2575,1682.1082,46.82203,13.118907,1931.0605,2662.7197,6614.568,387.59317 +2023-05-26 10:00:00,0.0,8417.1875,75.31224,20.069172,20.724035,32.42116,192.74156,28.725468,50.725517,22.009024,27.368305,665.9185,588.44403,16.02672,80.6364,7.2398677,3.2025054,28.063147,42.960735,13.97379,427.0031,5.7265244,341.61307,76.57805,1.1460397,5.138451,115.68715,38.647644,189.65532,170.1184,7858.5005,0.96823955,1893.8738,3.1684651,1.4373243,0.77818334,6.451666,210.63802,277.49512,40.856846,297.13574,28.789045,10.406286,762.752,6.1185703,78.28308,78.97986,459.51334,38.050327,374.2398,21.725607,73.44593,0.0,4649.0615,13145.841,22.09062,125.289856,126.47808,37732.3,181.97757,15.826855,56.14698,98.09675,92.33139,34.114258,45.03829,755.05945,119.81586,41.048595,12.163116,16.168583,1115.7858,40.93121,404.06134,78.57191,2238.862,126.23268,169.24422,170.04155,119.44542,11.740258,20.610653,57.20317,8.532551,9.925146,51.365547,64.54502,102.67691,18.058573,17.977526,199.00175,12.406044,3826.1113,62.457993,82.01344,72.50925,64.63889,255.46819,110.6092,85.34073,23.924875,26.437847,55.507538,295.4997,200.12517,101.357666,363.09045,64.0991,73.11955,216.10435,234.2424,1056.9661,196.02437,5.6339946,16.110416,8.615127,138.54288,15593.611,7.8328905,23.951015,36.95009,34.754448,392.1599,76.771416,143.29291,5.1196923,205.59274,518.7776,320.01538,90.86218,440.73203,43.452778,69.474915,295.19196,20.70615,3.253527,16.373428,1662.7468,0.6178764,1.5158871,90.85005,10.828609,5.368931,15.136058,23.748182,251.2827,77.216064,143.39174,1191.0862,197.62073,2099.8684,1883.4199,18.03346,23.833715,14823.147,9.432672,54.538082,389.44086,89.83448,163.87668,67.69015,374.1346,1209.2549,323.70795,9.988806,76.348854,719.493,2239.8003,40.976673,521.6266,49.307682,0.9978024,55.576515,0.981322,0.5138378,2.1011155,29.044188,106.0499,269.3211,13.980152,3107.2905,169.19131,53.19105,60.792675,15.527957,84.13642,14.663665,2.192836,25.46344,110.58324,10.763963,6.224058,10.1765175,28.998991,12.714862,5.742101,37.098476,904.6702,118.916954,2501.479,36.83197,3502.348,65.95216,554.00684,1683.6696,46.867035,13.117253,1932.0739,2663.8745,6617.285,387.25742 +2023-05-26 11:00:00,0.0,8423.878,75.35989,20.056124,20.732416,32.401913,192.71509,28.716673,50.69002,22.005085,27.348803,666.391,588.40076,16.016882,80.686424,7.2456293,3.2063081,28.046896,43.00042,13.980221,426.87817,5.7311063,341.58124,76.53672,1.1433563,5.13063,115.67468,38.629032,189.57497,170.05429,7866.5923,0.96636564,1893.1616,3.158011,1.4353521,0.7769199,6.440022,210.60812,277.4952,40.825077,297.43884,28.782225,10.4075,762.59814,6.1107306,78.3061,79.00906,459.59656,38.088364,374.23773,21.740362,73.48467,0.0,4650.1475,13152.25,22.115042,125.4071,126.59281,37741.44,182.07423,15.844279,56.135933,98.10229,92.39158,34.144203,45.04422,755.143,119.86761,41.043575,12.174132,16.178421,1116.1511,40.98658,404.22714,78.585556,2238.7534,126.285385,169.32008,170.05708,119.205925,11.734739,20.596685,57.130116,8.525635,9.916773,51.41388,64.58858,102.62509,18.064075,17.988478,199.14078,12.393376,3825.381,62.497,82.09543,72.58746,64.6842,255.40747,110.66331,85.39415,23.937574,26.449322,55.537617,295.78647,200.14401,101.386894,363.22073,64.09971,73.1671,216.25023,234.25607,1057.2479,196.0888,5.629562,16.111458,8.614971,138.41957,15596.104,7.8345428,23.92387,36.915634,34.763855,392.24576,76.82039,143.21053,5.1204824,205.68347,518.50903,319.70853,90.90229,440.10117,43.434723,69.445206,295.46487,20.689102,3.2498994,16.363707,1663.7043,0.6159221,1.5122983,90.78271,10.831701,5.369025,15.112833,23.723124,251.01492,77.184044,143.34892,1190.3464,197.67987,2099.6663,1883.4346,18.042835,23.851871,14834.078,9.430531,54.582886,389.55865,89.90978,163.99942,67.72114,374.33557,1209.2582,323.76953,9.994806,76.391525,720.0788,2239.6663,40.970634,522.21893,49.36372,0.99733996,55.576794,0.9810886,0.51335484,2.1002944,29.069977,106.14424,269.5228,13.959082,3109.212,169.38329,53.24933,60.85299,15.542781,84.181114,14.680353,2.1928024,25.49543,110.6687,10.781567,6.2311172,10.186084,28.980343,12.711232,5.748752,37.13639,905.1691,119.01902,2503.7837,36.84976,3504.9844,65.98059,553.7561,1685.231,46.91204,13.1156,1933.0872,2665.0293,6620.003,386.92166 +2023-05-26 12:00:00,0.0,8430.567,75.40754,20.043076,20.740797,32.38266,192.68863,28.707876,50.654526,22.001148,27.3293,666.8634,588.3575,16.007042,80.73645,7.2513905,3.210111,28.030643,43.040108,13.98665,426.75323,5.735688,341.54944,76.49539,1.1406729,5.1228094,115.66222,38.610424,189.49463,169.99017,7874.6836,0.96449167,1892.4493,3.147557,1.4333799,0.7756565,6.428378,210.57822,277.49533,40.79331,297.74194,28.775404,10.408713,762.4443,6.102891,78.32912,79.03826,459.67972,38.1264,374.2357,21.755117,73.523415,0.0,4651.234,13158.658,22.139465,125.52434,126.70754,37750.582,182.17091,15.861703,56.124886,98.10782,92.45176,34.174152,45.05015,755.22656,119.91936,41.038555,12.185148,16.188257,1116.5166,41.04195,404.39294,78.5992,2238.645,126.33809,169.39597,170.07263,118.96644,11.729219,20.582718,57.05706,8.518719,9.9084,51.462215,64.63213,102.57327,18.06958,17.99943,199.2798,12.380708,3824.651,62.53601,82.17742,72.66568,64.7295,255.34677,110.717415,85.44758,23.950272,26.460794,55.567696,296.07327,200.16286,101.41613,363.35104,64.10031,73.21465,216.39612,234.26976,1057.5297,196.15326,5.625129,16.1125,8.614816,138.29626,15598.597,7.8361955,23.896725,36.88118,34.77326,392.3316,76.869354,143.12813,5.121272,205.7742,518.2405,319.40167,90.9424,439.47034,43.416664,69.41549,295.7378,20.672054,3.2462716,16.353985,1664.662,0.6139678,1.5087097,90.71536,10.834792,5.369119,15.089609,23.698063,250.74716,77.152016,143.3061,1189.6068,197.739,2099.464,1883.4491,18.052208,23.870028,14845.008,9.42839,54.62769,389.67645,89.985085,164.12218,67.75212,374.53656,1209.2615,323.8311,10.000807,76.43419,720.66455,2239.5322,40.964592,522.8113,49.419758,0.9968776,55.577072,0.98085517,0.51287186,2.0994735,29.095766,106.23858,269.72446,13.938011,3111.133,169.57527,53.307602,60.913307,15.557604,84.22581,14.697042,2.1927688,25.52742,110.75416,10.7991705,6.238176,10.195649,28.961693,12.707603,5.755403,37.17431,905.6681,119.121086,2506.0884,36.867546,3507.6206,66.009026,553.5054,1686.7924,46.957047,13.113946,1934.1005,2666.184,6622.72,386.5859 +2023-05-26 13:00:00,0.0,8437.258,75.45519,20.030027,20.749178,32.36341,192.66216,28.69908,50.61903,21.99721,27.3098,667.3359,588.3142,15.997204,80.786476,7.257152,3.2139137,28.014393,43.079796,13.993081,426.62833,5.7402706,341.5176,76.45406,1.1379895,5.1149883,115.64976,38.591812,189.41428,169.92606,7882.7754,0.9626177,1891.7372,3.1371028,1.4314077,0.77439314,6.416734,210.54831,277.49545,40.76154,298.045,28.768581,10.409927,762.2904,6.0950513,78.35213,79.06747,459.76294,38.16444,374.2336,21.769873,73.562164,0.0,4652.32,13165.067,22.163887,125.64158,126.82227,37759.727,182.26758,15.8791275,56.11384,98.11336,92.51195,34.2041,45.056087,755.3101,119.9711,41.03353,12.196163,16.198093,1116.882,41.09732,404.55878,78.61284,2238.5366,126.39079,169.47186,170.08818,118.726944,11.723701,20.56875,56.984005,8.511803,9.900025,51.510548,64.67569,102.52146,18.075083,18.010382,199.41882,12.368039,3823.9204,62.57502,82.25941,72.743904,64.7748,255.28606,110.77152,85.50101,23.96297,26.47227,55.59778,296.36005,200.1817,101.445366,363.48135,64.100914,73.2622,216.54199,234.28343,1057.8115,196.2177,5.620696,16.113543,8.61466,138.17296,15601.089,7.837848,23.86958,36.84673,34.782665,392.41748,76.91833,143.04575,5.122062,205.86491,517.9719,319.09485,90.98251,438.83948,43.39861,69.38577,296.01074,20.655008,3.2426438,16.344263,1665.6196,0.61201346,1.505121,90.64802,10.837884,5.369213,15.066385,23.673004,250.47939,77.119995,143.26328,1188.8671,197.79814,2099.2617,1883.4637,18.06158,23.888186,14855.938,9.426248,54.672493,389.79422,90.06039,164.24492,67.783104,374.73755,1209.2649,323.89267,10.006806,76.47686,721.25037,2239.398,40.958553,523.4036,49.475796,0.99641526,55.57735,0.98062176,0.51238894,2.0986524,29.121555,106.332924,269.92612,13.91694,3113.0542,169.76726,53.36588,60.97362,15.572428,84.2705,14.713732,2.1927352,25.559408,110.839615,10.816774,6.2452345,10.205215,28.943045,12.703975,5.762054,37.212223,906.167,119.22316,2508.393,36.885338,3510.2568,66.03746,553.2547,1688.3538,47.002056,13.112292,1935.1139,2667.3389,6625.438,386.25018 +2023-05-26 14:00:00,0.0,8443.948,75.50284,20.01698,20.757559,32.344162,192.63568,28.690285,50.583534,21.993273,27.290297,667.8083,588.27094,15.987366,80.8365,7.2629137,3.2177165,27.99814,43.11948,13.999512,426.5034,5.7448525,341.48578,76.412735,1.1353061,5.1071677,115.63729,38.5732,189.33392,169.86195,7890.867,0.9607437,1891.0249,3.1266487,1.4294355,0.77312976,6.40509,210.5184,277.49557,40.72977,298.3481,28.76176,10.41114,762.13654,6.087212,78.375145,79.09667,459.84613,38.202477,374.23157,21.784628,73.60091,0.0,4653.406,13171.477,22.188309,125.75882,126.937,37768.867,182.36424,15.896551,56.10279,98.1189,92.572136,34.234047,45.06202,755.39374,120.02285,41.02851,12.207179,16.20793,1117.2474,41.152695,404.72458,78.62648,2238.4282,126.4435,169.54774,170.10373,118.48745,11.718182,20.554783,56.91095,8.504887,9.891652,51.558884,64.71925,102.46964,18.080587,18.021334,199.55785,12.3553705,3823.1902,62.61403,82.3414,72.82212,64.8201,255.22536,110.82563,85.554436,23.975668,26.483742,55.627857,296.64682,200.20055,101.4746,363.61163,64.10152,73.309746,216.68788,234.2971,1058.0933,196.28214,5.6162634,16.114584,8.614505,138.04965,15603.581,7.8395004,23.842434,36.812275,34.792072,392.50333,76.96729,142.96335,5.1228523,205.95564,517.70337,318.788,91.02262,438.20862,43.380554,69.356064,296.28366,20.63796,3.239016,16.334541,1666.5771,0.6100592,1.5015323,90.58067,10.840975,5.369307,15.043161,23.647943,250.21161,77.087975,143.22046,1188.1274,197.85728,2099.0596,1883.4783,18.070953,23.906342,14866.869,9.424107,54.717297,389.91202,90.13569,164.36768,67.81409,374.93854,1209.2682,323.95425,10.012807,76.51953,721.8361,2239.264,40.95251,523.996,49.53183,0.99595284,55.57763,0.9803884,0.51190597,2.0978312,29.147345,106.42727,270.1278,13.895869,3114.9756,169.95923,53.424156,61.03394,15.587251,84.315186,14.730421,2.1927016,25.591398,110.92507,10.834378,6.252293,10.214781,28.924395,12.700345,5.768705,37.25014,906.66595,119.325226,2510.6978,36.903126,3512.8933,66.06589,553.00397,1689.9152,47.047062,13.110639,1936.1272,2668.4937,6628.1553,385.91443 +2023-05-26 15:00:00,0.0,8450.638,75.55049,20.003931,20.76594,32.324913,192.60922,28.681488,50.54804,21.989334,27.270794,668.28076,588.22766,15.977527,80.88653,7.268675,3.2215195,27.981888,43.15917,14.005941,426.37845,5.7494345,341.45395,76.37141,1.1326227,5.0993466,115.624825,38.554592,189.25359,169.79784,7898.959,0.95886976,1890.3127,3.1161947,1.4274633,0.7718664,6.3934464,210.4885,277.4957,40.698,298.6512,28.75494,10.412354,761.98267,6.0793724,78.39816,79.12588,459.92932,38.240513,374.2295,21.799383,73.63965,0.0,4654.4917,13177.885,22.212732,125.87606,127.05173,37778.008,182.4609,15.913975,56.091743,98.12443,92.63232,34.263996,45.06795,755.4773,120.0746,41.02349,12.218195,16.217766,1117.6128,41.208065,404.89038,78.64012,2238.3198,126.4962,169.62361,170.11928,118.24796,11.712663,20.540815,56.837894,8.497971,9.883278,51.607216,64.7628,102.41782,18.086092,18.032286,199.69688,12.342702,3822.46,62.653038,82.423386,72.90034,64.8654,255.16464,110.87974,85.607864,23.988367,26.495216,55.657936,296.9336,200.21938,101.50383,363.74194,64.10212,73.3573,216.83376,234.31078,1058.3751,196.34657,5.6118307,16.115625,8.614349,137.92635,15606.074,7.841153,23.81529,36.77782,34.801476,392.5892,77.016266,142.88097,5.1236424,206.04637,517.43475,318.48114,91.06274,437.5778,43.3625,69.32635,296.55658,20.620914,3.2353885,16.32482,1667.5348,0.6081049,1.4979435,90.51333,10.844067,5.3694015,15.0199375,23.622885,249.94385,77.05595,143.17764,1187.3877,197.91643,2098.8574,1883.4929,18.080328,23.924498,14877.8,9.421966,54.762096,390.02982,90.21099,164.49042,67.84508,375.13953,1209.2715,324.0158,10.018807,76.5622,722.42194,2239.13,40.94647,524.5883,49.587868,0.9954905,55.57791,0.980155,0.511423,2.0970101,29.173136,106.521614,270.32947,13.874799,3116.8967,170.15121,53.48243,61.094254,15.602074,84.35988,14.747109,2.192668,25.623386,111.01053,10.851981,6.2593517,10.224347,28.905746,12.696716,5.7753563,37.288055,907.16486,119.42729,2513.0024,36.920914,3515.5295,66.09432,552.75323,1691.4766,47.092068,13.108985,1937.1405,2669.6484,6630.8726,385.57867 +2023-05-26 16:00:00,0.0,8457.328,75.59814,19.990883,20.77432,32.30566,192.58275,28.672693,50.512547,21.985395,27.251291,668.7532,588.1844,15.967688,80.936554,7.2744365,3.2253222,27.965637,43.198856,14.012372,426.25354,5.7540164,341.42215,76.33008,1.1299393,5.091526,115.61236,38.53598,189.17323,169.73372,7907.051,0.9569958,1889.6005,3.1057405,1.4254911,0.770603,6.381802,210.45859,277.49582,40.666233,298.9543,28.74812,10.4135685,761.82874,6.0715327,78.42117,79.15508,460.0125,38.278553,374.22745,21.814138,73.67839,0.0,4655.578,13184.294,22.237154,125.9933,127.16646,37787.15,182.55759,15.931399,56.080696,98.12997,92.692505,34.293945,45.073887,755.56085,120.12634,41.01847,12.22921,16.227604,1117.9781,41.263435,405.05618,78.65376,2238.2114,126.548904,169.69951,170.13483,118.00847,11.707144,20.526848,56.764843,8.4910555,9.874905,51.655552,64.80636,102.366005,18.091595,18.043236,199.8359,12.330033,3821.7295,62.692043,82.50538,72.97856,64.910706,255.10394,110.933846,85.66129,24.001064,26.50669,55.688015,297.2204,200.23822,101.533066,363.87225,64.10272,73.40485,216.97964,234.32446,1058.6569,196.41101,5.607398,16.116667,8.614194,137.80304,15608.566,7.842806,23.788145,36.743366,34.810883,392.67505,77.06523,142.79857,5.1244326,206.1371,517.1662,318.17432,91.102844,436.94693,43.344444,69.29663,296.8295,20.603867,3.2317607,16.315098,1668.4923,0.60615057,1.4943548,90.445984,10.847158,5.3694954,14.996713,23.597826,249.67607,77.023926,143.13483,1186.6481,197.97557,2098.655,1883.5074,18.0897,23.942654,14888.7295,9.419824,54.8069,390.1476,90.28629,164.61317,67.87606,375.3405,1209.2748,324.0774,10.024808,76.60487,723.00775,2238.9956,40.94043,525.18066,49.643906,0.99502814,55.57819,0.9799216,0.51094,2.096189,29.198925,106.61596,270.53116,13.853727,3118.8179,170.3432,53.540707,61.15457,15.616898,84.40457,14.763799,2.1926343,25.655376,111.095985,10.869585,6.2664104,10.233912,28.887096,12.693088,5.782007,37.32597,907.6638,119.529366,2515.3071,36.938705,3518.1658,66.12276,552.50256,1693.038,47.137074,13.10733,1938.1538,2670.8032,6633.5903,385.24292 +2023-05-26 17:00:00,0.0,8464.019,75.64579,19.977835,20.782701,32.28641,192.55629,28.663897,50.47705,21.981459,27.23179,669.22565,588.1411,15.9578495,80.98658,7.280198,3.229125,27.949385,43.23854,14.018803,426.1286,5.7585983,341.39032,76.28875,1.1272558,5.083705,115.59989,38.51737,189.0929,169.6696,7915.1426,0.9551219,1888.8883,3.0952864,1.4235189,0.76933956,6.370158,210.4287,277.49594,40.634464,299.2574,28.741297,10.414782,761.67487,6.063693,78.44419,79.18429,460.0957,38.31659,374.22537,21.828894,73.71713,0.0,4656.664,13190.703,22.261576,126.110535,127.28119,37796.29,182.65425,15.948823,56.06965,98.135506,92.75269,34.32389,45.07982,755.6444,120.17809,41.013447,12.240226,16.23744,1118.3436,41.318806,405.22202,78.667404,2238.103,126.60161,169.77539,170.15038,117.768974,11.701625,20.51288,56.691788,8.484139,9.866531,51.703888,64.849915,102.314186,18.0971,18.054188,199.97493,12.317365,3820.9993,62.731052,82.587364,73.05678,64.95601,255.04323,110.98795,85.714714,24.013763,26.518162,55.718098,297.50717,200.25706,101.5623,364.00253,64.103325,73.45239,217.12552,234.33813,1058.9387,196.47545,5.602965,16.117708,8.614038,137.67973,15611.06,7.844458,23.761,36.708916,34.82029,392.76093,77.114204,142.71619,5.125222,206.22783,516.89764,317.86746,91.14296,436.31607,43.32639,69.26692,297.10242,20.58682,3.228133,16.305376,1669.45,0.60419625,1.4907662,90.37864,10.850249,5.3695893,14.973489,23.572765,249.4083,76.991905,143.09201,1185.9084,198.0347,2098.453,1883.5221,18.099073,23.96081,14899.66,9.417683,54.851704,390.2654,90.361595,164.73592,67.90704,375.5415,1209.2781,324.13898,10.030808,76.647545,723.5935,2238.8616,40.934387,525.773,49.699944,0.9945658,55.57847,0.97968817,0.51045704,2.0953681,29.224714,106.710304,270.73282,13.832657,3120.7393,170.53517,53.598984,61.214886,15.631721,84.449265,14.780488,2.1926007,25.687366,111.18145,10.887189,6.273469,10.243479,28.868448,12.689458,5.788658,37.363888,908.1627,119.63143,2517.6118,36.956493,3520.802,66.151184,552.25183,1694.5994,47.18208,13.105677,1939.1671,2671.958,6636.3076,384.90717 +2023-05-26 18:00:00,0.0,8470.708,75.693436,19.964787,20.791082,32.267162,192.52982,28.6551,50.441555,21.97752,27.212288,669.6981,588.0979,15.94801,81.03661,7.2859592,3.2329278,27.933134,43.27823,14.025232,426.00366,5.7631807,341.3585,76.24742,1.1245724,5.0758843,115.58743,38.49876,189.01254,169.6055,7923.234,0.9532479,1888.1761,3.0848324,1.4215467,0.7680762,6.358515,210.39879,277.49606,40.602695,299.5605,28.734476,10.415996,761.521,6.055854,78.46721,79.21349,460.1789,38.354626,374.22333,21.843649,73.75588,0.0,4657.75,13197.111,22.286,126.227776,127.39592,37805.43,182.75092,15.966248,56.0586,98.141045,92.812874,34.35384,45.08575,755.72797,120.229836,41.008427,12.251242,16.247276,1118.709,41.374176,405.38782,78.68105,2237.9946,126.65431,169.85126,170.16592,117.52949,11.696106,20.498913,56.618732,8.477223,9.858157,51.75222,64.89348,102.26237,18.102602,18.06514,200.11395,12.304696,3820.269,62.77006,82.66936,73.134995,65.00131,254.98253,111.04205,85.76814,24.02646,26.529636,55.748177,297.79395,200.27591,101.59154,364.13284,64.103935,73.49994,217.27141,234.3518,1059.2205,196.53989,5.598532,16.11875,8.613883,137.55643,15613.552,7.846111,23.733854,36.67446,34.829693,392.84677,77.16318,142.63379,5.1260123,206.31854,516.6291,317.5606,91.18307,435.68524,43.30833,69.237206,297.37534,20.569773,3.2245052,16.295654,1670.4076,0.602242,1.4871774,90.311295,10.853341,5.3696837,14.950265,23.547707,249.14053,76.959885,143.0492,1185.1687,198.09384,2098.2507,1883.5366,18.108448,23.978966,14910.591,9.415542,54.896507,390.38318,90.4369,164.85867,67.93803,375.7425,1209.2814,324.20053,10.036809,76.690216,724.1793,2238.7275,40.92835,526.3653,49.75598,0.9941034,55.578747,0.97945476,0.50997406,2.094547,29.250504,106.80465,270.93448,13.811586,3122.6604,170.72716,53.657257,61.2752,15.646544,84.49395,14.797177,2.192567,25.719355,111.26691,10.904793,6.2805276,10.253044,28.849798,12.685829,5.795309,37.401802,908.6617,119.7335,2519.9165,36.97428,3523.4385,66.17962,552.0011,1696.1608,47.22709,13.104023,1940.1804,2673.1128,6639.0254,384.5714 +2023-05-26 19:00:00,0.0,8477.398,75.74109,19.951738,20.799463,32.247913,192.50336,28.646305,50.40606,21.973583,27.192785,670.17053,588.0546,15.938171,81.08664,7.291721,3.2367306,27.916882,43.317917,14.031663,425.87872,5.7677627,341.32666,76.20609,1.121889,5.0680633,115.57497,38.48015,188.93219,169.54138,7931.3257,0.95137393,1887.4639,3.0743783,1.4195745,0.7668128,6.3468704,210.36888,277.4962,40.570927,299.8636,28.727655,10.41721,761.3671,6.048014,78.49022,79.2427,460.2621,38.392666,374.22125,21.858404,73.794624,0.0,4658.8364,13203.5205,22.310421,126.34502,127.51065,37814.574,182.84758,15.983671,56.047554,98.146576,92.87306,34.38379,45.091686,755.8115,120.281586,41.003407,12.262257,16.257113,1119.0745,41.429546,405.55362,78.694695,2237.8862,126.707016,169.92715,170.18147,117.28999,11.690587,20.484947,56.545677,8.470307,9.849784,51.800556,64.93703,102.210556,18.108107,18.076092,200.25298,12.292027,3819.5386,62.80907,82.75134,73.21322,65.046616,254.92181,111.09616,85.82157,24.03916,26.54111,55.778255,298.08072,200.29475,101.620766,364.26315,64.10454,73.54749,217.41728,234.3655,1059.5023,196.60432,5.5940995,16.119791,8.613728,137.4331,15616.045,7.8477635,23.706709,36.640007,34.8391,392.93265,77.21214,142.5514,5.1268024,206.40927,516.36053,317.25378,91.223175,435.05438,43.290276,69.20749,297.64825,20.552727,3.2208776,16.285934,1671.3651,0.6002877,1.4835887,90.24395,10.856432,5.3697777,14.927041,23.522648,248.87276,76.92786,143.00638,1184.4291,198.15298,2098.0483,1883.5513,18.11782,23.997124,14921.5205,9.4134,54.94131,390.50098,90.5122,164.98141,67.96901,375.94348,1209.2848,324.26212,10.0428095,76.73289,724.7651,2238.5933,40.922306,526.95764,49.81202,0.993641,55.579025,0.97922134,0.5094911,2.093726,29.276293,106.89899,271.13617,13.790515,3124.5815,170.91913,53.715534,61.335518,15.661367,84.53864,14.813866,2.1925335,25.751345,111.35236,10.922397,6.287586,10.2626095,28.83115,12.6822,5.80196,37.43972,909.1606,119.83557,2522.2214,36.992073,3526.0747,66.20805,551.7504,1697.7222,47.272095,13.102369,1941.1937,2674.2676,6641.7427,384.2357 +2023-05-26 20:00:00,0.0,8484.089,75.788734,19.93869,20.807844,32.22866,192.47688,28.637508,50.370564,21.969645,27.173285,670.643,588.01135,15.928333,81.136665,7.2974825,3.2405334,27.90063,43.3576,14.038094,425.7538,5.7723446,341.29486,76.164764,1.1192056,5.0602427,115.5625,38.46154,188.85185,169.47726,7939.4175,0.94949996,1886.7517,3.0639243,1.4176023,0.7655494,6.3352265,210.33897,277.4963,40.539158,300.16666,28.720833,10.418423,761.21326,6.0401745,78.51324,79.271904,460.34528,38.430702,374.2192,21.87316,73.83337,0.0,4659.9224,13209.93,22.334843,126.46226,127.62538,37823.715,182.94424,16.001095,56.036507,98.152115,92.93325,34.413734,45.09762,755.8951,120.333336,40.998383,12.2732725,16.266949,1119.4398,41.484917,405.71945,78.708336,2237.7778,126.75972,170.00304,170.19702,117.05051,11.685068,20.47098,56.472622,8.463391,9.84141,51.84889,64.98058,102.15874,18.11361,18.087044,200.392,12.279359,3818.8083,62.84808,82.833336,73.291435,65.09192,254.86111,111.15027,85.875,24.051857,26.552584,55.808334,298.36752,200.3136,101.65,364.39343,64.10514,73.59504,217.56317,234.37917,1059.784,196.66876,5.589667,16.120834,8.613571,137.3098,15618.537,7.849416,23.679564,36.605553,34.848507,393.0185,77.261116,142.46901,5.1275926,206.5,516.092,316.94693,91.26329,434.42352,43.27222,69.17778,297.9212,20.535679,3.2172499,16.276213,1672.3228,0.59833336,1.48,90.176605,10.859524,5.3698716,14.903816,23.497587,248.60498,76.895836,142.96356,1183.6895,198.21213,2097.8462,1883.5658,18.127193,24.01528,14932.451,9.411259,54.98611,390.61877,90.5875,165.10416,68.0,376.14447,1209.2881,324.32367,10.048809,76.77556,725.3509,2238.4592,40.916267,527.55,49.868053,0.99317867,55.579304,0.97898793,0.50900817,2.0929048,29.302084,106.99333,271.33783,13.769444,3126.503,171.11111,53.77381,61.395832,15.67619,84.583336,14.830555,2.1924999,25.783333,111.43782,10.94,6.2946453,10.272176,28.8125,12.678571,5.808611,37.477634,909.65955,119.93764,2524.5261,37.00986,3528.711,66.23648,551.4997,1699.2836,47.3171,13.100716,1942.207,2675.4224,6644.46,383.89993 +2023-05-26 21:00:00,0.0,8490.779,75.83639,19.92564,20.816225,32.20941,192.45041,28.628712,50.33507,21.965708,27.153782,671.1154,587.9681,15.918494,81.18669,7.3032436,3.2443361,27.884378,43.39729,14.044524,425.62888,5.7769265,341.26303,76.123436,1.1165222,5.0524216,115.55003,38.44293,188.7715,169.41316,7947.5093,0.947626,1886.0394,3.0534701,1.4156301,0.76428604,6.3235826,210.30907,277.49643,40.50739,300.46976,28.714012,10.419637,761.0594,6.032335,78.536255,79.3011,460.42847,38.46874,374.21713,21.887915,73.87211,0.0,4661.009,13216.339,22.359264,126.5795,127.74011,37832.855,183.04092,16.01852,56.025463,98.15765,92.99344,34.443684,45.10355,755.97864,120.38508,40.993362,12.284288,16.276785,1119.8052,41.540287,405.88525,78.72198,2237.6692,126.81242,170.0789,170.21257,116.81101,11.679549,20.457012,56.399567,8.456475,9.833036,51.897224,65.02414,102.10692,18.119114,18.097996,200.53102,12.26669,3818.0781,62.88709,82.91532,73.36965,65.137215,254.8004,111.20438,85.92843,24.064554,26.564056,55.838417,298.6543,200.33243,101.67924,364.52374,64.10574,73.642586,217.70905,234.39284,1060.0659,196.7332,5.5852337,16.121876,8.613416,137.1865,15621.03,7.8510685,23.652418,36.571102,34.85791,393.10437,77.31008,142.38663,5.1283827,206.59073,515.8234,316.64008,91.3034,433.7927,43.254166,69.14806,298.19412,20.518633,3.213622,16.26649,1673.2803,0.5963791,1.4764113,90.10926,10.862615,5.369966,14.880592,23.472528,248.33722,76.863815,142.92073,1182.9498,198.27126,2097.644,1883.5804,18.136566,24.033436,14943.382,9.409117,55.030914,390.73657,90.6628,165.22691,68.03098,376.34543,1209.2914,324.38525,10.05481,76.81822,725.9367,2238.325,40.910225,528.14233,49.92409,0.99271625,55.579582,0.9787546,0.5085252,2.0920837,29.327873,107.08768,271.5395,13.748374,3128.424,171.3031,53.832085,61.45615,15.691014,84.62802,14.847244,2.1924663,25.815323,111.52328,10.957603,6.301704,10.281741,28.79385,12.674942,5.815262,37.515553,910.15845,120.03971,2526.8308,37.02765,3531.3474,66.264915,551.24896,1700.845,47.362106,13.099062,1943.2203,2676.5771,6647.1777,383.56418 +2023-05-26 22:00:00,0.0,8497.469,75.88403,19.912592,20.824604,32.190163,192.42395,28.619917,50.299576,21.96177,27.13428,671.5879,587.9248,15.908656,81.23672,7.3090053,3.248139,27.868126,43.436977,14.050954,425.50394,5.781509,341.2312,76.08211,1.1138388,5.0446005,115.53757,38.424316,188.69116,169.34904,7955.601,0.9457521,1885.3273,3.043016,1.4136579,0.7630226,6.311939,210.27916,277.49652,40.47562,300.77286,28.707191,10.42085,760.9055,6.0244956,78.559265,79.33031,460.51166,38.50678,374.2151,21.902668,73.91085,0.0,4662.0947,13222.747,22.383688,126.69674,127.85484,37841.996,183.13759,16.035944,56.014416,98.163185,93.05362,34.47363,45.109486,756.06226,120.43683,40.988342,12.295303,16.286623,1120.1707,41.595657,406.05106,78.73562,2237.5608,126.86513,170.1548,170.22812,116.57152,11.67403,20.443045,56.32651,8.44956,9.824663,51.945557,65.0677,102.0551,18.124617,18.108948,200.67004,12.254023,3817.3477,62.926098,82.997314,73.44787,65.18252,254.73969,111.258484,85.98186,24.077253,26.575531,55.868496,298.94107,200.35127,101.708466,364.65402,64.106346,73.69013,217.85493,234.40651,1060.3477,196.79765,5.580801,16.122917,8.61326,137.06319,15623.522,7.852721,23.625275,36.536648,34.867317,393.19022,77.359055,142.30423,5.1291723,206.68146,515.5548,316.33322,91.34351,433.16183,43.23611,69.11835,298.46704,20.501585,3.2099946,16.25677,1674.2379,0.5944248,1.4728225,90.041916,10.865706,5.37006,14.857368,23.447468,248.06944,76.83179,142.87791,1182.2101,198.3304,2097.4417,1883.595,18.14594,24.051592,14954.312,9.406976,55.075718,390.85437,90.738106,165.34966,68.061966,376.54642,1209.2947,324.44684,10.06081,76.86089,726.52246,2238.191,40.904182,528.7347,49.98013,0.9922539,55.57986,0.97852117,0.5080422,2.0912628,29.353662,107.18202,271.74118,13.7273035,3130.3455,171.49507,53.89036,61.516464,15.705837,84.672714,14.863934,2.1924326,25.847311,111.608734,10.975207,6.3087626,10.291307,28.775202,12.671313,5.821913,37.553467,910.65735,120.14178,2529.1355,37.04544,3533.9836,66.29335,550.9983,1702.4064,47.407112,13.097408,1944.2336,2677.732,6649.895,383.22842 +2023-05-26 23:00:00,0.0,8504.159,75.93169,19.899544,20.832985,32.170914,192.39748,28.61112,50.26408,21.95783,27.114779,672.0603,587.88153,15.898817,81.28674,7.314767,3.2519417,27.851875,43.47666,14.0573845,425.379,5.786091,341.19937,76.04078,1.1111553,5.03678,115.52511,38.40571,188.61081,169.28493,7963.6924,0.9438781,1884.615,3.032562,1.4116857,0.7617592,6.300295,210.24925,277.49664,40.44385,301.07593,28.700369,10.422064,760.7516,6.016656,78.58228,79.35951,460.59488,38.544815,374.213,21.917423,73.94959,0.0,4663.1807,13229.156,22.40811,126.81398,127.969574,37851.137,183.23425,16.053368,56.00337,98.168724,93.11381,34.50358,45.115417,756.1458,120.48858,40.983322,12.306319,16.29646,1120.536,41.651028,406.2169,78.74926,2237.4524,126.91783,170.23068,170.24367,116.33203,11.668511,20.429077,56.253456,8.442644,9.816289,51.993893,65.11125,102.00328,18.130121,18.119898,200.80907,12.241354,3816.6174,62.965103,83.0793,73.52609,65.22782,254.67899,111.31259,86.035286,24.08995,26.587004,55.898575,299.22784,200.37012,101.7377,364.78433,64.10695,73.737686,218.00081,234.4202,1060.6295,196.86209,5.5763683,16.123959,8.613105,136.93988,15626.016,7.854374,23.59813,36.502193,34.876724,393.2761,77.40802,142.22185,5.1299624,206.77217,515.28625,316.0264,91.38362,432.531,43.218056,69.08863,298.73996,20.484539,3.2063668,16.247047,1675.1954,0.59247047,1.4692339,89.97458,10.868798,5.370154,14.834145,23.42241,247.80167,76.79977,142.8351,1181.4705,198.38954,2097.2395,1883.6096,18.155313,24.069748,14965.242,9.404835,55.12052,390.97214,90.81341,165.47241,68.09295,376.7474,1209.298,324.5084,10.066811,76.903564,727.1083,2238.057,40.898144,529.327,50.036167,0.99179155,55.58014,0.97828776,0.50755924,2.0904417,29.379452,107.27637,271.94284,13.706232,3132.2666,171.68706,53.948635,61.576782,15.720661,84.71741,14.880623,2.1923993,25.879301,111.69419,10.992811,6.315821,10.300873,28.756552,12.667684,5.828564,37.591385,911.1563,120.24384,2531.4402,37.06323,3536.6199,66.32178,550.74756,1703.9678,47.45212,13.095755,1945.247,2678.8867,6652.613,382.89267 +2023-05-27 00:00:00,0.0,8510.85,75.97934,19.886496,20.841366,32.15166,192.37102,28.602324,50.228584,21.953894,27.095276,672.5328,587.83826,15.888978,81.33677,7.320528,3.2557445,27.835623,43.51635,14.063815,425.2541,5.790673,341.16757,75.99945,1.1084719,5.028959,115.51264,38.387096,188.53046,169.22083,7971.784,0.94200414,1883.9028,3.0221078,1.4097135,0.76049584,6.288651,210.21936,277.49677,40.412083,301.37903,28.693548,10.423278,760.5977,6.0088162,78.6053,79.38872,460.6781,38.58285,374.21097,21.932178,73.98834,0.0,4664.2666,13235.565,22.432531,126.93122,128.0843,37860.277,183.33092,16.070791,55.99232,98.17426,93.173996,34.533527,45.12135,756.2294,120.54032,40.9783,12.317335,16.306295,1120.9015,41.706398,406.3827,78.7629,2237.344,126.970535,170.30655,170.25922,116.09254,11.6629925,20.41511,56.1804,8.435728,9.807916,52.04223,65.15481,101.95146,18.135624,18.13085,200.94809,12.228685,3815.8872,63.004112,83.16129,73.60431,65.273125,254.61827,111.3667,86.08871,24.10265,26.598476,55.928658,299.51462,200.38896,101.76694,364.91464,64.10755,73.78523,218.1467,234.43387,1060.9113,196.92653,5.5719357,16.125,8.612949,136.81657,15628.508,7.856026,23.570984,36.46774,34.886127,393.36194,77.45699,142.13945,5.1307526,206.8629,515.0177,315.71954,91.42374,431.90015,43.2,69.05892,299.01288,20.467491,3.202739,16.237326,1676.1531,0.59051615,1.4656452,89.907234,10.871889,5.3702483,14.810921,23.39735,247.5339,76.767746,142.79228,1180.7308,198.44868,2097.0374,1883.6241,18.164686,24.087904,14976.173,9.402693,55.165325,391.08994,90.88871,165.59515,68.12394,376.9484,1209.3013,324.56998,10.072811,76.946236,727.6941,2237.9226,40.8921,529.9194,50.092205,0.99132913,55.580418,0.97805434,0.50707626,2.0896206,29.405241,107.37071,272.14453,13.685162,3134.1877,171.87904,54.006912,61.637096,15.735484,84.7621,14.897311,2.1923656,25.911291,111.779655,11.010415,6.32288,10.310439,28.737904,12.664055,5.835215,37.6293,911.6552,120.34592,2533.7449,37.081017,3539.2563,66.35021,550.4968,1705.529,47.497128,13.094101,1946.2603,2680.0415,6655.33,382.55692 +2023-05-27 01:00:00,0.0,8517.539,76.026985,19.873447,20.849747,32.132412,192.34454,28.593529,50.19309,21.949955,27.075773,673.00525,587.795,15.87914,81.386795,7.3262897,3.2595472,27.819372,43.556038,14.070245,425.12915,5.7952547,341.13574,75.95812,1.1057885,5.021138,115.500175,38.36849,188.45012,169.15671,7979.876,0.9401302,1883.1907,3.0116537,1.4077413,0.75923246,6.2770066,210.18945,277.4969,40.380314,301.68213,28.686728,10.424491,760.44385,6.0009766,78.62831,79.41792,460.76126,38.62089,374.2089,21.946934,74.027084,0.0,4665.353,13241.974,22.456955,127.048454,128.19904,37869.418,183.42758,16.088215,55.981274,98.1798,93.23418,34.563473,45.127285,756.3129,120.59207,40.973278,12.32835,16.316132,1121.2668,41.76177,406.5485,78.77655,2237.2356,127.02324,170.38245,170.27477,115.85304,11.657474,20.401142,56.10735,8.428812,9.799541,52.09056,65.19837,101.89964,18.141129,18.141802,201.08711,12.216017,3815.1567,63.04312,83.24328,73.682526,65.31843,254.55757,111.42081,86.142136,24.115347,26.609951,55.958736,299.80142,200.4078,101.79617,365.04492,64.10816,73.83278,218.29257,234.44754,1061.1931,196.99097,5.5675025,16.126041,8.612794,136.69327,15631.0,7.857679,23.543839,36.43329,34.895535,393.4478,77.50596,142.05707,5.1315427,206.95363,514.74915,315.4127,91.463844,431.2693,43.181942,69.029205,299.2858,20.450443,3.1991112,16.227604,1677.1107,0.5885619,1.4620564,89.83989,10.874981,5.3703423,14.787696,23.37229,247.26613,76.735725,142.74947,1179.9912,198.50783,2096.835,1883.6388,18.174059,24.106062,14987.104,9.400552,55.210125,391.20773,90.96401,165.71791,68.15492,377.14938,1209.3046,324.63156,10.078812,76.98891,728.27985,2237.7886,40.886063,530.5117,50.14824,0.9908668,55.580696,0.97782093,0.5065933,2.0887995,29.431032,107.46506,272.3462,13.664091,3136.1091,172.07101,54.06519,61.697414,15.750307,84.806786,14.9140005,2.192332,25.94328,111.86511,11.028018,6.3299384,10.320004,28.719254,12.660426,5.841866,37.667213,912.1542,120.44798,2536.0496,37.09881,3541.8926,66.37865,550.24615,1707.0905,47.542133,13.092446,1947.2736,2681.1963,6658.048,382.22116 +2023-05-27 02:00:00,0.0,8524.2295,76.07464,19.8604,20.858128,32.113163,192.31808,28.584732,50.157593,21.946018,27.05627,673.47766,587.7518,15.869301,81.43682,7.3320513,3.26335,27.80312,43.595726,14.076675,425.0042,5.799837,341.1039,75.916794,1.1031051,5.013317,115.48771,38.349876,188.36977,169.09259,7987.968,0.9382562,1882.4784,3.0011997,1.4057691,0.7579691,6.265363,210.15955,277.497,40.348545,301.98523,28.679907,10.425705,760.29,5.9931374,78.65133,79.44713,460.84448,38.658928,374.20682,21.961689,74.06583,0.0,4666.439,13248.383,22.481377,127.165695,128.31377,37878.562,183.52426,16.10564,55.970226,98.18533,93.294365,34.593422,45.133217,756.3965,120.643814,40.968258,12.339366,16.325968,1121.6322,41.81714,406.7143,78.79019,2237.1272,127.07594,170.45833,170.29031,115.613556,11.651955,20.387175,56.034294,8.421896,9.791168,52.138897,65.24193,101.84783,18.146631,18.152754,201.22615,12.203348,3814.4265,63.08213,83.32527,73.76075,65.36373,254.49686,111.474915,86.195564,24.128046,26.621424,55.988815,300.0882,200.42664,101.8254,365.17523,64.108765,73.880325,218.43846,234.46121,1061.4749,197.0554,5.56307,16.127083,8.612638,136.56996,15633.493,7.8593316,23.516693,36.398834,34.90494,393.53366,77.55493,141.97467,5.132333,207.04436,514.4806,315.10587,91.50395,430.63846,43.163887,68.99949,299.55872,20.433397,3.1954837,16.217882,1678.0682,0.5866076,1.4584677,89.772545,10.878072,5.370436,14.764472,23.34723,246.99835,76.7037,142.70665,1179.2515,198.56696,2096.6328,1883.6533,18.183434,24.124218,14998.033,9.398411,55.25493,391.32553,91.039314,165.84065,68.185905,377.35037,1209.308,324.6931,10.084812,77.03158,728.86566,2237.6545,40.88002,531.104,50.204277,0.9904044,55.58098,0.9775875,0.5061103,2.0879784,29.456821,107.5594,272.54785,13.64302,3138.0303,172.263,54.123463,61.75773,15.765131,84.85148,14.93069,2.1922984,25.97527,111.95057,11.045622,6.336997,10.329571,28.700605,12.656796,5.848517,37.70513,912.6531,120.55005,2538.3542,37.116596,3544.5288,66.407074,549.9954,1708.6519,47.58714,13.090793,1948.2869,2682.351,6660.765,381.88544 +2023-05-27 03:00:00,0.0,8530.92,76.122284,19.847351,20.866508,32.093914,192.29161,28.575937,50.1221,21.94208,27.03677,673.95013,587.7085,15.859462,81.486855,7.3378124,3.2671528,27.786867,43.63541,14.083106,424.8793,5.804419,341.07208,75.875465,1.1004217,5.0054965,115.47524,38.331264,188.28943,169.02847,7996.0596,0.93638223,1881.7662,2.9907455,1.4037969,0.7567057,6.253719,210.12964,277.49713,40.316776,302.2883,28.673084,10.426919,760.1361,5.9852977,78.67435,79.47633,460.92767,38.696964,374.20477,21.976444,74.10457,0.0,4667.525,13254.792,22.505798,127.282936,128.4285,37887.703,183.62093,16.123064,55.95918,98.19087,93.35455,34.62337,45.13915,756.48004,120.695564,40.963238,12.350382,16.335806,1121.9977,41.87251,406.88013,78.80383,2237.0188,127.12865,170.5342,170.30586,115.37406,11.646436,20.373207,55.96124,8.41498,9.782794,52.18723,65.28548,101.79601,18.152136,18.163706,201.36517,12.19068,3813.6963,63.12114,83.40726,73.83897,65.40903,254.43616,111.52902,86.24899,24.140743,26.632898,56.018894,300.37497,200.44548,101.85464,365.30554,64.10937,73.92788,218.58434,234.4749,1061.7567,197.11984,5.558637,16.128124,8.612483,136.44666,15635.985,7.860984,23.489548,36.36438,34.914345,393.61954,77.6039,141.89229,5.1331224,207.13509,514.21204,314.799,91.54407,430.0076,43.145832,68.96978,299.83167,20.41635,3.191856,16.20816,1679.0259,0.58465326,1.454879,89.7052,10.881164,5.3705306,14.741248,23.32217,246.73059,76.67168,142.66383,1178.5118,198.6261,2096.4307,1883.668,18.192806,24.142374,15008.964,9.396269,55.299732,391.44333,91.11462,165.96341,68.21689,377.55136,1209.3113,324.7547,10.090813,77.07425,729.4514,2237.5203,40.873978,531.69635,50.260315,0.9899421,55.581257,0.97735417,0.50562733,2.0871575,29.48261,107.65374,272.74954,13.621949,3139.9514,172.45497,54.18174,61.818043,15.779954,84.89617,14.947379,2.1922648,26.007257,112.036026,11.063226,6.3440557,10.339136,28.681955,12.653168,5.855168,37.743046,913.15204,120.65212,2540.659,37.134384,3547.1653,66.43551,549.7447,1710.2133,47.632145,13.089139,1949.3002,2683.5059,6663.4824,381.54968 +2023-05-27 04:00:00,0.0,8537.609,76.16994,19.834303,20.87489,32.07466,192.26514,28.56714,50.086605,21.938143,27.017267,674.42255,587.6652,15.849624,81.53688,7.343574,3.2709558,27.770617,43.6751,14.089536,424.75436,5.809001,341.04028,75.83414,1.0977383,4.9976754,115.46278,38.312656,188.20908,168.96437,8004.1514,0.9345083,1881.054,2.9802916,1.4018247,0.75544226,6.242075,210.09973,277.49725,40.285004,302.5914,28.666264,10.428132,759.98224,5.977458,78.69736,79.50554,461.01086,38.735004,374.2027,21.9912,74.14331,0.0,4668.6113,13261.2,22.53022,127.40018,128.54323,37896.844,183.71759,16.140488,55.94813,98.19641,93.414734,34.653316,45.145084,756.5636,120.747314,40.958214,12.361397,16.345642,1122.363,41.92788,407.04593,78.817474,2236.9104,127.18135,170.61008,170.32141,115.13457,11.640917,20.35924,55.888184,8.408065,9.774421,52.235565,65.32904,101.744194,18.15764,18.174658,201.5042,12.178011,3812.9658,63.16015,83.48925,73.91718,65.45433,254.37544,111.58313,86.30242,24.153442,26.644371,56.048977,300.66174,200.46432,101.88387,365.43582,64.10997,73.975426,218.73022,234.48857,1062.0385,197.18428,5.5542045,16.129168,8.612328,136.32333,15638.479,7.8626366,23.462404,36.329926,34.92375,393.70538,77.65287,141.80989,5.1339126,207.2258,513.9435,314.49216,91.584175,429.37674,43.127777,68.94006,300.10458,20.399303,3.1882281,16.198439,1679.9834,0.58269894,1.4512904,89.637856,10.884254,5.3706245,14.718024,23.297112,246.46281,76.639656,142.621,1177.7721,198.68524,2096.2283,1883.6826,18.202179,24.16053,15019.895,9.394128,55.344536,391.5611,91.18992,166.08615,68.24787,377.75235,1209.3146,324.81628,10.096812,77.11691,730.03723,2237.3862,40.86794,532.2887,50.316353,0.98947966,55.581535,0.97712076,0.5051444,2.0863364,29.5084,107.748085,272.9512,13.600879,3141.8728,172.64696,54.240017,61.87836,15.794778,84.94086,14.964067,2.1922312,26.039248,112.12148,11.08083,6.3511143,10.348702,28.663307,12.649539,5.861819,37.780964,913.65094,120.75419,2542.9636,37.152176,3549.8015,66.46394,549.494,1711.7747,47.677155,13.087485,1950.3136,2684.6606,6666.2,381.21393 +2023-05-27 05:00:00,0.0,8544.3,76.21758,19.821255,20.88327,32.055412,192.23868,28.558344,50.05111,21.934204,26.997765,674.895,587.62195,15.839785,81.58691,7.3493357,3.2747586,27.754364,43.714787,14.095966,424.62943,5.813583,341.00845,75.7928,1.0950549,4.989855,115.45032,38.294044,188.12874,168.90025,8012.2427,0.93263435,1880.3418,2.9698374,1.3998525,0.7541789,6.2304316,210.06982,277.49738,40.253235,302.8945,28.659443,10.429346,759.82837,5.969619,78.720375,79.534744,461.09406,38.77304,374.20065,22.005955,74.18206,0.0,4669.6973,13267.609,22.554644,127.51742,128.65796,37905.984,183.81425,16.157911,55.937084,98.20194,93.47492,34.683266,45.151016,756.6472,120.79906,40.953194,12.372413,16.355478,1122.7285,41.98325,407.21173,78.831116,2236.802,127.234055,170.68597,170.33696,114.89508,11.635398,20.345272,55.81513,8.401149,9.7660475,52.283897,65.3726,101.692375,18.163143,18.18561,201.64322,12.165342,3812.2356,63.199154,83.571236,73.99541,65.49963,254.31474,111.63724,86.35585,24.16614,26.655846,56.079056,300.94855,200.48317,101.91311,365.56613,64.11057,74.02297,218.8761,234.50224,1062.3203,197.24872,5.5497713,16.130209,8.612172,136.20003,15640.971,7.8642893,23.435259,36.295475,34.93316,393.79126,77.701836,141.72751,5.1347027,207.31653,513.67487,314.18533,91.62429,428.7459,43.109722,68.91035,300.3775,20.382256,3.1846004,16.188717,1680.941,0.5807447,1.4477016,89.57051,10.887346,5.3707185,14.6948,23.272053,246.19504,76.60763,142.57819,1177.0325,198.74438,2096.0261,1883.6971,18.211554,24.178686,15030.824,9.391987,55.38934,391.6789,91.26523,166.20891,68.27886,377.95334,1209.3179,324.87784,10.102813,77.159584,730.62305,2237.2522,40.861897,532.88104,50.37239,0.9890173,55.581814,0.97688735,0.50466144,2.0855153,29.534191,107.84243,273.15286,13.579807,3143.794,172.83894,54.29829,61.938675,15.809601,84.98555,14.980757,2.1921976,26.071236,112.20694,11.0984335,6.3581734,10.358268,28.644657,12.645909,5.8684697,37.81888,914.1499,120.856255,2545.2686,37.169964,3552.4377,66.49237,549.2433,1713.336,47.72216,13.085832,1951.3269,2685.8154,6668.9175,380.87817 +2023-05-27 06:00:00,0.0,8550.99,76.265236,19.808207,20.891651,32.036163,192.2122,28.54955,50.015614,21.930267,26.978264,675.36743,587.5787,15.829946,81.63693,7.355097,3.2785614,27.738113,43.75447,14.102397,424.5045,5.818165,340.97662,75.75147,1.0923713,4.9820337,115.43785,38.275436,188.04839,168.83614,8020.3345,0.9307604,1879.6295,2.9593832,1.3978803,0.7529155,6.218787,210.03993,277.4975,40.221466,303.19757,28.65262,10.430559,759.67444,5.961779,78.74339,79.56394,461.17725,38.81108,374.19858,22.02071,74.2208,0.0,4670.783,13274.019,22.579065,127.63466,128.77269,37915.125,183.91092,16.175335,55.926037,98.20749,93.53511,34.713215,45.156948,756.7308,120.85081,40.948174,12.383429,16.365314,1123.0939,42.03862,407.37756,78.84476,2236.6934,127.28676,170.76186,170.35251,114.65559,11.629879,20.331306,55.742073,8.394233,9.757673,52.332233,65.41615,101.64056,18.168648,18.19656,201.78224,12.152674,3811.5054,63.238163,83.65323,74.07362,65.54494,254.25403,111.691345,86.40927,24.178839,26.667318,56.109135,301.23532,200.50201,101.94234,365.69644,64.111176,74.07052,219.02199,234.51593,1062.602,197.31316,5.5453386,16.13125,8.612017,136.07672,15643.464,7.8659415,23.408113,36.26102,34.942562,393.8771,77.75081,141.64511,5.135493,207.40726,513.4063,313.87848,91.6644,428.11505,43.091667,68.88064,300.65042,20.36521,3.1809728,16.178995,1681.8986,0.57879037,1.4441129,89.50317,10.890437,5.3708124,14.671576,23.246992,245.92728,76.57561,142.53537,1176.2927,198.80353,2095.824,1883.7118,18.220926,24.196842,15041.755,9.389845,55.43414,391.7967,91.34053,166.33165,68.309845,378.15433,1209.3212,324.93942,10.108813,77.202255,731.2088,2237.118,40.855858,533.4734,50.428425,0.98855495,55.582092,0.97665393,0.50417846,2.0846941,29.55998,107.936775,273.35455,13.558737,3145.715,173.03091,54.356567,61.998993,15.824424,85.03024,14.997446,2.192164,26.103226,112.292404,11.116036,6.365232,10.367833,28.626009,12.642281,5.8751206,37.856796,914.6488,120.95833,2547.5732,37.18775,3555.0742,66.520805,548.99255,1714.8975,47.767166,13.084178,1952.3402,2686.9702,6671.6353,380.54242 +2023-05-27 07:00:00,0.0,8557.68,76.31288,19.795158,20.900032,32.01691,192.18575,28.540752,49.980118,21.926329,26.958761,675.8399,587.5354,15.820107,81.68696,7.3608584,3.2823641,27.72186,43.79416,14.108827,424.37958,5.822747,340.94482,75.710144,1.089688,4.9742126,115.425385,38.256824,187.96803,168.77203,8028.4263,0.9288864,1878.9174,2.9489293,1.3959081,0.7516521,6.2071433,210.01003,277.49762,40.189697,303.50067,28.6458,10.431773,759.52057,5.9539394,78.76641,79.59315,461.26044,38.849117,374.19653,22.035465,74.259544,0.0,4671.8696,13280.428,22.603487,127.7519,128.88742,37924.266,184.0076,16.19276,55.91499,98.21303,93.59529,34.74316,45.162884,756.81433,120.90256,40.943153,12.3944435,16.37515,1123.4592,42.09399,407.54337,78.8584,2236.585,127.33946,170.83774,170.36806,114.41609,11.62436,20.317339,55.669018,8.387317,9.7493,52.380566,65.4597,101.58874,18.17415,18.207512,201.92126,12.140005,3810.775,63.277172,83.735214,74.15184,65.59024,254.19331,111.745445,86.4627,24.191536,26.678791,56.139214,301.5221,200.52086,101.97157,365.82672,64.11178,74.11807,219.16786,234.5296,1062.8839,197.3776,5.540906,16.132292,8.611861,135.95341,15645.956,7.8675942,23.380968,36.226566,34.95197,393.96298,77.799774,141.56273,5.136283,207.49799,513.13776,313.57162,91.70451,427.4842,43.07361,68.85092,300.92334,20.348162,3.177345,16.169273,1682.8562,0.57683605,1.4405242,89.43582,10.893529,5.370907,14.648352,23.221933,245.6595,76.54359,142.49255,1175.5531,198.86266,2095.6216,1883.7263,18.230299,24.215,15052.686,9.387704,55.478943,391.9145,91.41583,166.4544,68.34083,378.3553,1209.3245,325.001,10.114814,77.24493,731.7946,2236.984,40.849815,534.06573,50.484463,0.98809254,55.58237,0.9764205,0.5036955,2.083873,29.58577,108.03112,273.5562,13.537666,3147.6365,173.2229,54.41484,62.059307,15.839248,85.074936,15.014135,2.1921303,26.135216,112.37786,11.13364,6.3722906,10.377399,28.607359,12.638652,5.881772,37.89471,915.1477,121.060394,2549.878,37.205544,3557.7104,66.54924,548.7419,1716.4589,47.812172,13.082524,1953.3535,2688.125,6674.3525,380.20667 +2023-05-27 08:00:00,0.0,8564.37,76.360535,19.78211,20.908413,31.997662,192.15927,28.531956,49.944626,21.92239,26.939259,676.3124,587.4921,15.810268,81.736984,7.36662,3.286167,27.705608,43.833847,14.115257,424.25464,5.827329,340.913,75.668816,1.0870045,4.966392,115.41292,38.238213,187.8877,168.70792,8036.518,0.92701244,1878.2051,2.9384751,1.3939359,0.75038874,6.1954994,209.98012,277.49774,40.15793,303.80377,28.638979,10.432987,759.3667,5.9460998,78.78942,79.62235,461.34363,38.887154,374.19446,22.05022,74.29829,0.0,4672.9556,13286.836,22.62791,127.86913,129.00215,37933.41,184.10426,16.210184,55.903942,98.21857,93.65548,34.77311,45.168816,756.8979,120.9543,40.93813,12.405459,16.384987,1123.8247,42.14936,407.70917,78.87205,2236.4766,127.392166,170.91362,170.3836,114.176605,11.618841,20.303371,55.595963,8.380401,9.740926,52.4289,65.503265,101.53692,18.179655,18.218464,202.06029,12.1273365,3810.0447,63.31618,83.81721,74.230064,65.635544,254.13261,111.79955,86.51613,24.204235,26.690266,56.169296,301.80887,200.53969,102.00081,365.95703,64.11238,74.16562,219.31375,234.54327,1063.1656,197.44205,5.5364733,16.133333,8.611705,135.83011,15648.449,7.869247,23.353823,36.192112,34.961376,394.04883,77.84875,141.48033,5.1370726,207.58871,512.8692,313.2648,91.74462,426.85336,43.055553,68.821205,301.19626,20.331116,3.1737173,16.159552,1683.8138,0.57488173,1.4369354,89.36848,10.896621,5.371001,14.625128,23.196875,245.39172,76.51156,142.44974,1174.8135,198.9218,2095.4194,1883.741,18.239672,24.233156,15063.615,9.385562,55.523746,392.03226,91.491135,166.57715,68.37181,378.55627,1209.3279,325.06256,10.120814,77.2876,732.3804,2236.8499,40.843777,534.6581,50.5405,0.9876302,55.58265,0.9761871,0.5032125,2.0830522,29.611559,108.125465,273.7579,13.516595,3149.5576,173.41487,54.473118,62.119625,15.854071,85.11962,15.030824,2.1920967,26.167204,112.46332,11.151244,6.379349,10.386965,28.588709,12.635023,5.888423,37.93263,915.64667,121.16246,2552.1826,37.22333,3560.3467,66.577675,548.49115,1718.0203,47.857178,13.080871,1954.3668,2689.2798,6677.07,379.87094 +2023-05-27 09:00:00,0.0,8571.061,76.40818,19.769062,20.916794,31.978413,192.13281,28.52316,49.90913,21.918453,26.919758,676.7848,587.4489,15.80043,81.78701,7.372381,3.2899697,27.689358,43.87353,14.121688,424.1297,5.831911,340.88116,75.62749,1.0843211,4.958571,115.40046,38.219604,187.80734,168.6438,8044.61,0.92513853,1877.4929,2.928021,1.3919637,0.7491253,6.1838555,209.95021,277.49786,40.12616,304.10684,28.632158,10.4342,759.2128,5.9382606,78.81244,79.65156,461.42682,38.925194,374.1924,22.064976,74.33703,0.0,4674.0415,13293.245,22.652332,127.986374,129.11688,37942.55,184.20093,16.227608,55.892895,98.22409,93.71567,34.80306,45.17475,756.98145,121.00605,40.93311,12.416475,16.394825,1124.1901,42.20473,407.87497,78.88569,2236.3682,127.44487,170.9895,170.39915,113.93711,11.613322,20.289404,55.52291,8.373485,9.732553,52.477238,65.54682,101.48511,18.185158,18.229416,202.19931,12.114668,3809.3142,63.35519,83.89919,74.30828,65.68084,254.0719,111.85366,86.56956,24.216932,26.701738,56.199375,302.09567,200.55853,102.030045,366.08734,64.11299,74.213165,219.45963,234.55695,1063.4475,197.50648,5.53204,16.134375,8.611549,135.7068,15650.941,7.870899,23.326677,36.15766,34.970783,394.1347,77.89772,141.39795,5.1378627,207.67943,512.60065,312.95795,91.78473,426.2225,43.0375,68.79149,301.46918,20.314068,3.1700897,16.14983,1684.7714,0.5729275,1.4333467,89.30113,10.899712,5.3710947,14.601904,23.171814,245.12396,76.47954,142.40692,1174.0737,198.98094,2095.217,1883.7555,18.249046,24.251312,15074.546,9.383421,55.56855,392.15005,91.56644,166.69989,68.4028,378.75726,1209.3312,325.12415,10.126815,77.33027,732.9662,2236.7156,40.837734,535.2504,50.59654,0.98716784,55.582928,0.9759537,0.50272954,2.082231,29.637348,108.21981,273.95956,13.495524,3151.479,173.60686,54.531395,62.17994,15.868895,85.164314,15.047513,2.192063,26.199194,112.548775,11.168848,6.386408,10.396531,28.57006,12.631393,5.895074,37.970543,916.14557,121.264534,2554.4873,37.24112,3562.9832,66.6061,548.2404,1719.5817,47.902187,13.079217,1955.3801,2690.4346,6679.7876,379.5352 +2023-05-27 10:00:00,0.0,8577.75,76.45583,19.756014,20.925175,31.959162,192.10634,28.514364,49.873634,21.914515,26.900255,677.25726,587.40564,15.790591,81.837036,7.378143,3.2937725,27.673105,43.91322,14.128118,424.0048,5.836493,340.84933,75.58616,1.0816377,4.9507504,115.38799,38.200993,187.727,168.57968,8052.701,0.92326456,1876.7808,2.917567,1.3899915,0.7478619,6.1722116,209.9203,277.49796,40.09439,304.40994,28.625336,10.435414,759.05896,5.930421,78.83546,79.68076,461.51004,38.96323,374.19034,22.079731,74.37577,0.0,4675.1274,13299.654,22.676754,128.10362,129.23161,37951.69,184.29759,16.245031,55.881847,98.22963,93.77585,34.833004,45.180683,757.065,121.05779,40.92809,12.42749,16.404661,1124.5555,42.2601,408.0408,78.89933,2236.2598,127.497574,171.06537,170.4147,113.69762,11.607803,20.275436,55.449856,8.3665695,9.724179,52.52557,65.59038,101.43329,18.190662,18.240368,202.33833,12.102,3808.584,63.3942,83.981186,74.3865,65.72614,254.0112,111.90777,86.622986,24.229631,26.713213,56.229454,302.38245,200.57738,102.05927,366.21762,64.113594,74.26071,219.60551,234.57063,1063.7292,197.57092,5.5276074,16.135416,8.611394,135.5835,15653.434,7.872552,23.299532,36.123207,34.980186,394.22055,77.946686,141.31555,5.138653,207.77016,512.3321,312.6511,91.824844,425.59164,43.019444,68.76178,301.74213,20.297022,3.166462,16.140108,1685.729,0.57097316,1.4297581,89.23379,10.902803,5.371189,14.57868,23.146755,244.85619,76.44752,142.3641,1173.3341,199.04008,2095.015,1883.7701,18.258419,24.269468,15085.477,9.38128,55.613354,392.26785,91.64174,166.82265,68.433784,378.95825,1209.3345,325.18573,10.132815,77.37294,733.552,2236.5815,40.83169,535.8427,50.652576,0.9867055,55.583206,0.97572035,0.50224656,2.08141,29.66314,108.31415,274.16122,13.474454,3153.4001,173.79884,54.58967,62.240257,15.883718,85.20901,15.064202,2.1920295,26.231182,112.63423,11.186452,6.3934665,10.406096,28.55141,12.627765,5.901725,38.008457,916.64453,121.3666,2556.792,37.25891,3565.6194,66.63454,547.98975,1721.1431,47.947193,13.077563,1956.3934,2691.5894,6682.505,379.19943 +2023-05-27 11:00:00,0.0,8584.44,76.50348,19.742966,20.933556,31.939913,192.07988,28.50557,49.83814,21.910578,26.880753,677.7297,587.36237,15.780752,81.88707,7.3839045,3.2975752,27.656855,43.952908,14.134548,423.87985,5.8410754,340.81754,75.54483,1.0789543,4.9429293,115.37553,38.182384,187.64665,168.51558,8060.793,0.9213906,1876.0685,2.9071128,1.3880194,0.74659854,6.1605678,209.8904,277.49808,40.062622,304.71304,28.618515,10.436628,758.9051,5.922581,78.85847,79.70997,461.5932,39.001266,374.1883,22.094486,74.41452,0.0,4676.214,13306.0625,22.701176,128.22086,129.34634,37960.832,184.39426,16.262457,55.870804,98.23517,93.83604,34.862953,45.186615,757.14856,121.10954,40.923065,12.438506,16.414497,1124.9209,42.31547,408.2066,78.91297,2236.1514,127.55028,171.14127,170.43025,113.45813,11.602284,20.261469,55.3768,8.359653,9.715805,52.573906,65.633934,101.38147,18.196165,18.25132,202.47736,12.089332,3807.8538,63.43321,84.06317,74.46472,65.77145,253.95049,111.961876,86.676414,24.242329,26.724686,56.259533,302.66922,200.59622,102.08851,366.34793,64.1142,74.308266,219.75139,234.5843,1064.0111,197.63536,5.523175,16.136457,8.6112385,135.46019,15655.927,7.8742046,23.272388,36.088753,34.989594,394.30643,77.99566,141.23317,5.139443,207.86089,512.06354,312.34427,91.86495,424.96082,43.00139,68.73206,302.01505,20.279974,3.1628342,16.130386,1686.6865,0.56901884,1.4261694,89.16644,10.905894,5.371283,14.555455,23.121695,244.58841,76.4155,142.32129,1172.5945,199.09921,2094.8127,1883.7847,18.267792,24.287624,15096.407,9.379138,55.658154,392.38565,91.71704,166.94539,68.46477,379.15924,1209.3378,325.24728,10.138815,77.41561,734.13776,2236.4475,40.825653,536.43506,50.708614,0.98624307,55.583485,0.97548693,0.50176364,2.0805888,29.688929,108.40849,274.3629,13.4533825,3155.3213,173.99081,54.647945,62.30057,15.898541,85.25369,15.080892,2.1919959,26.263172,112.71969,11.204055,6.400525,10.415663,28.532763,12.624136,5.9083757,38.046375,917.14343,121.468666,2559.0967,37.2767,3568.2556,66.66297,547.739,1722.7045,47.9922,13.075909,1957.4067,2692.7441,6685.2227,378.86368 +2023-05-27 12:00:00,0.0,8591.131,76.55113,19.729918,20.941936,31.920662,192.0534,28.496773,49.802643,21.90664,26.86125,678.20215,587.3191,15.770914,81.937096,7.3896656,3.301378,27.640602,43.99259,14.140979,423.7549,5.8456573,340.7857,75.5035,1.0762708,4.9351087,115.36306,38.163773,187.5663,168.45146,8068.885,0.9195166,1875.3563,2.896659,1.3860472,0.74533516,6.148924,209.86049,277.4982,40.030853,305.01614,28.611694,10.437841,758.7512,5.9147415,78.881485,79.739174,461.67642,39.039307,374.18622,22.10924,74.45326,0.0,4677.3,13312.472,22.7256,128.33809,129.46107,37969.973,184.49094,16.27988,55.859756,98.24071,93.896225,34.892902,45.19255,757.2321,121.16129,40.918045,12.449522,16.424334,1125.2863,42.370842,408.3724,78.92661,2236.043,127.60298,171.21715,170.4458,113.218636,11.5967655,20.247501,55.303745,8.352737,9.707432,52.62224,65.67749,101.32965,18.20167,18.262272,202.61638,12.076663,3807.1233,63.472214,84.145164,74.54294,65.81675,253.88979,112.01598,86.729836,24.255028,26.73616,56.289616,302.956,200.61507,102.117744,366.4782,64.1148,74.35581,219.89728,234.59798,1064.2928,197.6998,5.518742,16.1375,8.611083,135.33687,15658.419,7.875857,23.245243,36.0543,34.999,394.39227,78.044624,141.15077,5.140233,207.95161,511.79495,312.0374,91.90507,424.32996,42.983334,68.70235,302.28796,20.262928,3.1592064,16.120665,1687.6442,0.5670646,1.4225806,89.0991,10.908986,5.371377,14.532231,23.096636,244.32065,76.38347,142.27846,1171.8549,199.15836,2094.6104,1883.7993,18.277164,24.30578,15107.337,9.376997,55.702957,392.50345,91.79234,167.06815,68.49575,379.36023,1209.3411,325.30887,10.144815,77.45828,734.7236,2236.3132,40.81961,537.0274,50.76465,0.9857807,55.583763,0.9752535,0.50128067,2.0797677,29.714718,108.50284,274.56458,13.432312,3157.2427,174.1828,54.706223,62.360886,15.913364,85.298386,15.09758,2.1919622,26.295162,112.805145,11.221659,6.4075837,10.425228,28.514112,12.620506,5.9150267,38.08429,917.6424,121.57074,2561.4014,37.294487,3570.892,66.6914,547.4883,1724.2659,48.037205,13.074255,1958.42,2693.899,6687.94,378.52792 +2023-05-27 13:00:00,0.0,8597.82,76.598785,19.71687,20.950317,31.901413,192.02693,28.487976,49.767147,21.902702,26.84175,678.67456,587.2758,15.761075,81.98712,7.395427,3.3051808,27.624352,44.03228,14.1474085,423.62997,5.8502393,340.75388,75.46217,1.0735874,4.9272876,115.35059,38.14516,187.48596,168.38734,8076.9766,0.91764265,1874.644,2.8862047,1.384075,0.7440718,6.13728,209.8306,277.49832,39.999084,305.3192,28.604872,10.439055,758.5973,5.9069023,78.9045,79.76838,461.7596,39.077343,374.18417,22.123995,74.492004,0.0,4678.3857,13318.881,22.750021,128.45534,129.57579,37979.113,184.5876,16.297304,55.84871,98.24625,93.956406,34.922848,45.198483,757.31573,121.213036,40.913025,12.460538,16.43417,1125.6517,42.426216,408.53824,78.940254,2235.9346,127.655685,171.29303,170.46135,112.97914,11.591247,20.233534,55.23069,8.345821,9.699058,52.670574,65.72105,101.27783,18.207172,18.273222,202.75542,12.063994,3806.393,63.511223,84.22715,74.621155,65.86205,253.82907,112.07009,86.783264,24.267725,26.747633,56.319695,303.2428,200.63391,102.14698,366.60852,64.1154,74.40336,220.04315,234.61166,1064.5747,197.76424,5.514309,16.138542,8.610928,135.21356,15660.912,7.8775096,23.218098,36.019848,35.008404,394.47815,78.0936,141.06839,5.1410227,208.04234,511.52637,311.73056,91.945175,423.6991,42.96528,68.67264,302.56088,20.24588,3.1555789,16.110945,1688.6017,0.56511027,1.4189919,89.03175,10.912077,5.3714714,14.509007,23.071577,244.05287,76.35145,142.23564,1171.1152,199.2175,2094.4082,1883.8138,18.28654,24.323938,15118.268,9.374856,55.74776,392.62122,91.867645,167.19089,68.52674,379.56122,1209.3444,325.37045,10.150816,77.500946,735.3093,2236.1792,40.813572,537.61975,50.820686,0.98531836,55.584045,0.9750201,0.5007977,2.0789468,29.740507,108.59718,274.76627,13.411242,3159.1638,174.37479,54.764496,62.421204,15.928187,85.34308,15.114269,2.1919286,26.32715,112.89061,11.239263,6.4146423,10.434794,28.495464,12.616878,5.9216776,38.122208,918.1413,121.672806,2563.706,37.31228,3573.5283,66.71983,547.2376,1725.8273,48.08221,13.072601,1959.4333,2695.0537,6690.6577,378.19217 +2023-05-27 14:00:00,0.0,8604.511,76.64643,19.703821,20.958696,31.882162,192.00047,28.479181,49.731655,21.898764,26.822247,679.14703,587.23254,15.751236,82.03715,7.401189,3.3089836,27.608099,44.071968,14.153839,423.50507,5.854821,340.72205,75.420845,1.070904,4.919467,115.338135,38.126553,187.40561,168.32324,8085.0684,0.9157687,1873.9319,2.8757505,1.3821028,0.7428084,6.1256356,209.80069,277.49844,39.967316,305.6223,28.598051,10.4402685,758.4434,5.8990626,78.92751,79.797585,461.84283,39.11538,374.1821,22.13875,74.53075,0.0,4679.4717,13325.289,22.774443,128.57257,129.69052,37988.258,184.68427,16.314728,55.83766,98.251785,94.016594,34.952797,45.204414,757.3993,121.264786,40.908005,12.471553,16.444008,1126.0171,42.481586,408.70404,78.953896,2235.8262,127.70839,171.36891,170.4769,112.739655,11.585728,20.219566,55.157635,8.338905,9.690684,52.718906,65.7646,101.22601,18.212677,18.284174,202.89444,12.051326,3805.6628,63.550232,84.30914,74.69938,65.90736,253.76837,112.1242,86.83669,24.280424,26.759106,56.349773,303.52957,200.65274,102.17621,366.73883,64.116005,74.45091,220.18904,234.62534,1064.8566,197.82867,5.5098763,16.139584,8.610772,135.09026,15663.404,7.8791623,23.190952,35.985394,35.01781,394.564,78.14256,140.986,5.141813,208.13307,511.2578,311.42374,91.98529,423.06827,42.94722,68.64292,302.8338,20.228834,3.151951,16.101223,1689.5593,0.56315595,1.4154032,88.96441,10.915169,5.3715653,14.485784,23.046516,243.7851,76.31943,142.19283,1170.3755,199.27664,2094.206,1883.8285,18.295912,24.342094,15129.198,9.372714,55.792564,392.739,91.94295,167.31364,68.557724,379.7622,1209.3477,325.432,10.1568165,77.54362,735.89514,2236.0452,40.80753,538.2121,50.876724,0.98485595,55.584324,0.9747867,0.5003147,2.0781257,29.766296,108.69153,274.96793,13.39017,3161.085,174.56676,54.822773,62.481518,15.943011,85.38777,15.130959,2.191895,26.35914,112.97607,11.256866,6.421701,10.44436,28.476814,12.613249,5.9283285,38.160122,918.64026,121.77488,2566.0107,37.330067,3576.1646,66.74827,546.9869,1727.3887,48.12722,13.070948,1960.4467,2696.2085,6693.375,377.8564 +2023-05-27 15:00:00,0.0,8611.201,76.694084,19.690773,20.967077,31.862913,191.974,28.470385,49.69616,21.894825,26.802744,679.6195,587.1893,15.741398,82.08717,7.40695,3.3127863,27.591846,44.111656,14.16027,423.38013,5.859403,340.69025,75.37952,1.0682206,4.911646,115.32567,38.10794,187.32527,168.25912,8093.1597,0.9138948,1873.2196,2.8652966,1.3801306,0.74154496,6.1139917,209.77078,277.49857,39.935547,305.9254,28.59123,10.441483,758.28955,5.891223,78.95053,79.82679,461.926,39.15342,374.18005,22.153505,74.56949,0.0,4680.558,13331.698,22.798866,128.68982,129.80525,37997.4,184.78093,16.332151,55.826614,98.25732,94.07678,34.982746,45.21035,757.48285,121.316536,40.90298,12.482569,16.453844,1126.3826,42.536957,408.86984,78.967545,2235.7178,127.76109,171.4448,170.49245,112.50016,11.580209,20.205599,55.08458,8.33199,9.682311,52.767242,65.80816,101.174194,18.21818,18.295126,203.03346,12.038657,3804.9324,63.58924,84.39113,74.777596,65.95265,253.70766,112.17831,86.89012,24.293121,26.77058,56.379852,303.81635,200.67159,102.205444,366.8691,64.11661,74.49846,220.33492,234.639,1065.1383,197.89311,5.5054436,16.140625,8.610617,134.96695,15665.897,7.8808146,23.163807,35.95094,35.027218,394.64984,78.191536,140.90361,5.142603,208.22379,510.98926,311.11688,92.0254,422.4374,42.929165,68.613205,303.10672,20.211786,3.1483233,16.091501,1690.517,0.56120163,1.4118145,88.89707,10.918261,5.3716593,14.46256,23.021458,243.51733,76.2874,142.15001,1169.6359,199.33578,2094.0037,1883.843,18.305285,24.36025,15140.128,9.370573,55.837368,392.8568,92.01825,167.43639,68.58871,379.9632,1209.3511,325.4936,10.162817,77.58629,736.48096,2235.911,40.80149,538.80444,50.932762,0.9843936,55.584602,0.9745533,0.49983174,2.0773046,29.792088,108.78587,275.1696,13.3691,3163.0063,174.75874,54.88105,62.541836,15.957834,85.43246,15.147648,2.1918616,26.391129,113.06152,11.27447,6.42876,10.453926,28.458166,12.609619,5.93498,38.19804,919.13916,121.876945,2568.3157,37.347855,3578.8008,66.776695,546.73615,1728.9501,48.172226,13.069294,1961.46,2697.3633,6696.0923,377.5207 +2023-05-27 16:00:00,0.0,8617.891,76.74173,19.677725,20.975458,31.843662,191.94754,28.461588,49.660664,21.890888,26.783243,680.0919,587.146,15.731559,82.1372,7.4127116,3.3165894,27.575596,44.15134,14.166699,423.2552,5.8639855,340.65842,75.33819,1.0655372,4.903825,115.3132,38.08933,187.24492,168.195,8101.2515,0.9120208,1872.5074,2.8548424,1.3781585,0.7402816,6.1023483,209.74088,277.4987,39.903778,306.2285,28.584408,10.442697,758.1357,5.8833833,78.97355,79.85599,462.00922,39.191456,374.17798,22.16826,74.60823,0.0,4681.6445,13338.107,22.823288,128.80705,129.91998,38006.54,184.8776,16.349577,55.815567,98.262856,94.13696,35.01269,45.21628,757.5664,121.36828,40.89796,12.493585,16.46368,1126.7479,42.592327,409.03568,78.981186,2235.6091,127.8138,171.52066,170.50798,112.260666,11.57469,20.191631,55.011524,8.325074,9.673937,52.815575,65.851715,101.12238,18.223684,18.306078,203.17249,12.025989,3804.2021,63.62825,84.47312,74.85581,65.997955,253.64694,112.232414,86.94355,24.30582,26.782053,56.409935,304.10312,200.69043,102.23468,366.99942,64.11722,74.546005,220.4808,234.65268,1065.4202,197.95755,5.501011,16.141666,8.610461,134.84364,15668.39,7.8824673,23.136662,35.916485,35.03662,394.73572,78.2405,140.82121,5.143393,208.31451,510.7207,310.81003,92.065506,421.80655,42.91111,68.583496,303.37964,20.194738,3.1446955,16.08178,1691.4745,0.5592474,1.4082258,88.82973,10.921351,5.3717537,14.439335,22.996397,243.24956,76.25538,142.1072,1168.8962,199.39491,2093.8015,1883.8577,18.31466,24.378407,15151.059,9.368432,55.882168,392.9746,92.09355,167.55914,68.61969,380.16418,1209.3544,325.55518,10.1688175,77.62896,737.0667,2235.7769,40.79545,539.3968,50.9888,0.98393124,55.58488,0.9743199,0.4993488,2.0764835,29.817877,108.88022,275.37128,13.348029,3164.9275,174.95071,54.939323,62.60215,15.972658,85.47715,15.164336,2.191828,26.423119,113.14698,11.292073,6.4358187,10.463491,28.439516,12.60599,5.941631,38.235954,919.63806,121.97901,2570.6204,37.365646,3581.4373,66.80513,546.4855,1730.5115,48.21723,13.06764,1962.4733,2698.518,6698.81,377.18494 +2023-05-27 17:00:00,0.0,8624.581,76.78938,19.664677,20.983839,31.824413,191.92107,28.452793,49.625168,21.88695,26.76374,680.5644,587.1028,15.72172,82.187225,7.4184732,3.3203921,27.559343,44.19103,14.17313,423.13025,5.8685675,340.6266,75.29686,1.0628538,4.896004,115.300735,38.07072,187.16457,168.1309,8109.3433,0.91014683,1871.7953,2.8443882,1.3761863,0.7390182,6.090704,209.71097,277.4988,39.87201,306.5316,28.577587,10.44391,757.9818,5.875544,78.99656,79.88519,462.0924,39.229492,374.17593,22.183016,74.64698,0.0,4682.7305,13344.517,22.84771,128.9243,130.03471,38015.68,184.97427,16.367,55.80452,98.268394,94.19715,35.04264,45.222214,757.64996,121.42003,40.89294,12.5046,16.473516,1127.1133,42.647697,409.20148,78.99483,2235.5007,127.8665,171.59656,170.52353,112.02118,11.569171,20.177664,54.938473,8.318158,9.665564,52.86391,65.89527,101.070564,18.229189,18.31703,203.31151,12.01332,3803.472,63.66726,84.55511,74.93404,66.04326,253.58624,112.28652,86.99698,24.318518,26.793528,56.440014,304.38992,200.70927,102.263916,367.12973,64.11782,74.59355,220.62668,234.66637,1065.7019,198.02199,5.4965777,16.142708,8.610306,134.72034,15670.883,7.88412,23.109516,35.882034,35.04603,394.82156,78.289474,140.73883,5.144183,208.40524,510.45212,310.50317,92.10562,421.17572,42.893055,68.55378,303.6526,20.177692,3.141068,16.072058,1692.4321,0.55729306,1.4046371,88.76238,10.924443,5.3718476,14.416111,22.971338,242.98178,76.22336,142.06438,1168.1565,199.45406,2093.5994,1883.8722,18.324032,24.396563,15161.989,9.36629,55.92697,393.0924,92.16885,167.68188,68.65067,380.36514,1209.3577,325.61673,10.174818,77.67163,737.6525,2235.6428,40.789406,539.98914,51.044834,0.98346883,55.58516,0.9740865,0.4988658,2.0756626,29.843666,108.97456,275.57294,13.326958,3166.8486,175.1427,54.9976,62.662468,15.987481,85.52184,15.1810255,2.1917944,26.455107,113.23244,11.309677,6.4428773,10.473057,28.420866,12.602362,5.948282,38.27387,920.137,122.081085,2572.925,37.383434,3584.0735,66.833565,546.23474,1732.0729,48.262238,13.065987,1963.4866,2699.6729,6701.5273,376.84918 +2023-05-27 18:00:00,0.0,8631.271,76.83703,19.651628,20.99222,31.805162,191.8946,28.443996,49.589672,21.883013,26.744238,681.0368,587.0595,15.711882,82.23725,7.4242344,3.324195,27.543093,44.230717,14.179561,423.00534,5.8731494,340.59476,75.25553,1.0601703,4.888183,115.28827,38.05211,187.08423,168.06679,8117.435,0.90827286,1871.083,2.8339343,1.374214,0.7377548,6.07906,209.68106,277.49893,39.84024,306.8347,28.570766,10.445124,757.82794,5.8677044,79.01958,79.9144,462.1756,39.267532,374.17386,22.197771,74.68572,0.0,4683.8164,13350.925,22.872131,129.04153,130.14944,38024.82,185.07094,16.384424,55.793472,98.27393,94.25734,35.07259,45.22815,757.7335,121.47177,40.88792,12.515615,16.483353,1127.4788,42.703068,409.36728,79.00847,2235.3923,127.919205,171.67244,170.53908,111.781685,11.563652,20.163696,54.865417,8.311242,9.657189,52.912247,65.93883,101.018745,18.234692,18.327982,203.45053,12.000651,3802.7415,63.706264,84.6371,75.01225,66.08856,253.52553,112.34062,87.0504,24.331217,26.805,56.470093,304.6767,200.72812,102.293144,367.26,64.11842,74.641106,220.77257,234.68004,1065.9838,198.08644,5.492145,16.14375,8.61015,134.59703,15673.375,7.885772,23.082373,35.84758,35.055435,394.90744,78.33844,140.65643,5.144973,208.49597,510.18356,310.19635,92.14573,420.54486,42.875,68.52406,303.9255,20.160645,3.1374402,16.062336,1693.3896,0.55533874,1.4010484,88.69504,10.927534,5.3719416,14.392887,22.94628,242.71402,76.19133,142.02156,1167.4169,199.5132,2093.397,1883.8868,18.333405,24.414719,15172.92,9.364149,55.971775,393.21017,92.244156,167.80464,68.68166,380.56613,1209.361,325.6783,10.180818,77.7143,738.23834,2235.5085,40.783367,540.5815,51.100872,0.9830065,55.585438,0.9738531,0.49838284,2.0748415,29.869455,109.0689,275.7746,13.305887,3168.77,175.33469,55.055874,62.722782,16.002304,85.566536,15.197715,2.1917608,26.487097,113.317894,11.327281,6.449936,10.482623,28.402218,12.598732,5.9549327,38.311787,920.6359,122.18315,2575.2297,37.401222,3586.7097,66.86199,545.984,1733.6342,48.307247,13.064333,1964.4999,2700.8276,6704.245,376.51343 +2023-05-27 19:00:00,0.0,8637.961,76.88468,19.63858,21.0006,31.785913,191.86813,28.435202,49.55418,21.879074,26.724737,681.5093,587.01624,15.702043,82.287285,7.429996,3.3279977,27.52684,44.2704,14.18599,422.8804,5.8777313,340.56296,75.2142,1.0574869,4.8803625,115.27581,38.0335,187.00388,168.00267,8125.527,0.9063989,1870.3708,2.8234801,1.3722419,0.73649144,6.067416,209.65117,277.49905,39.80847,307.13776,28.563946,10.446338,757.6741,5.8598647,79.042595,79.9436,462.2588,39.30557,374.17178,22.212526,74.724464,0.0,4684.9023,13357.334,22.896555,129.15877,130.26418,38033.96,185.1676,16.401848,55.782425,98.279465,94.31752,35.102535,45.23408,757.8171,121.52352,40.882896,12.526631,16.493189,1127.8441,42.75844,409.53308,79.02211,2235.284,127.97191,171.74832,170.55463,111.54219,11.558133,20.14973,54.792362,8.304326,9.648816,52.96058,65.98238,100.96693,18.240196,18.338934,203.58955,11.987983,3802.0112,63.745274,84.719086,75.09047,66.133865,253.46483,112.39473,87.10383,24.343914,26.816475,56.50017,304.96347,200.74696,102.32238,367.39032,64.119026,74.68865,220.91844,234.69371,1066.2655,198.15088,5.4877124,16.144793,8.609995,134.47372,15675.868,7.887425,23.055227,35.813126,35.06484,394.9933,78.38741,140.57405,5.145763,208.5867,509.915,309.8895,92.185844,419.914,42.856945,68.49435,304.19843,20.143599,3.1338124,16.052614,1694.3473,0.5533844,1.3974596,88.62769,10.930626,5.372036,14.369663,22.921219,242.44624,76.15931,141.97873,1166.6772,199.57234,2093.1948,1883.9014,18.342777,24.432877,15183.85,9.362008,56.01658,393.32797,92.31946,167.92738,68.71265,380.76712,1209.3643,325.7399,10.186818,77.75697,738.8241,2235.3745,40.777325,541.17377,51.15691,0.9825441,55.585716,0.9736197,0.49789986,2.0740204,29.895245,109.163246,275.9763,13.284817,3170.6912,175.52666,55.11415,62.783096,16.017128,85.61122,15.214404,2.1917272,26.519087,113.40336,11.344885,6.4569945,10.492188,28.383568,12.595103,5.9615836,38.3497,921.1349,122.28522,2577.5344,37.419014,3589.3462,66.89043,545.73334,1735.1956,48.352253,13.062679,1965.5132,2701.9824,6706.9624,376.17767 +2023-05-27 20:00:00,0.0,8644.651,76.93233,19.625532,21.008982,31.766663,191.84166,28.426405,49.518684,21.875137,26.705235,681.9817,586.97296,15.692204,82.33731,7.4357576,3.3318005,27.510588,44.31009,14.192421,422.75546,5.8823137,340.53113,75.172874,1.0548035,4.8725414,115.26334,38.01489,186.92354,167.93855,8133.6187,0.904525,1869.6586,2.813026,1.3702697,0.735228,6.0557723,209.62126,277.49918,39.776703,307.44086,28.557123,10.447551,757.52014,5.8520255,79.065605,79.97281,462.34198,39.343605,374.16974,22.227282,74.76321,0.0,4685.9883,13363.743,22.920977,129.27602,130.3789,38043.105,185.26427,16.419271,55.771378,98.285,94.37771,35.132484,45.240013,757.9007,121.57527,40.877876,12.537646,16.503027,1128.2095,42.81381,409.6989,79.03575,2235.1755,128.02461,171.8242,170.57018,111.302704,11.552614,20.135763,54.719307,8.29741,9.640443,53.008915,66.02594,100.91511,18.245699,18.349884,203.72858,11.975314,3801.281,63.784283,84.80108,75.16869,66.17917,253.40411,112.44884,87.15726,24.356613,26.827948,56.530254,305.25024,200.7658,102.351616,367.52063,64.11963,74.7362,221.06433,234.70738,1066.5474,198.21532,5.4832797,16.145834,8.6098385,134.35042,15678.36,7.8890777,23.028082,35.77867,35.074245,395.07916,78.43638,140.49165,5.146553,208.67741,509.64642,309.58264,92.22595,419.28317,42.838886,68.46464,304.47134,20.12655,3.130185,16.042892,1695.3048,0.55143017,1.393871,88.56035,10.933717,5.37213,14.346439,22.89616,242.17847,76.12729,141.93591,1165.9375,199.63148,2092.9927,1883.916,18.352152,24.451033,15194.78,9.359866,56.061382,393.44577,92.39476,168.05013,68.74363,380.9681,1209.3676,325.80145,10.192819,77.79964,739.4099,2235.2405,40.771286,541.7661,51.212948,0.9820818,55.585995,0.9733863,0.4974169,2.0731993,29.921036,109.25759,276.17795,13.263745,3172.6125,175.71864,55.17243,62.843414,16.031952,85.655914,15.231092,2.1916935,26.551075,113.488815,11.362489,6.464053,10.501755,28.36492,12.591475,5.9682345,38.38762,921.6338,122.38729,2579.839,37.436802,3591.9824,66.91886,545.4826,1736.757,48.39726,13.061025,1966.5266,2703.1372,6709.6797,375.84192 +2023-05-27 21:00:00,0.0,8651.342,76.97998,19.612484,21.017363,31.747414,191.8152,28.417608,49.48319,21.871199,26.685732,682.45416,586.9297,15.682365,82.38734,7.441519,3.3356032,27.494337,44.349777,14.198852,422.63055,5.8868957,340.4993,75.131546,1.0521201,4.864721,115.25088,37.996277,186.84319,167.87445,8141.71,0.902651,1868.9464,2.802572,1.3682975,0.7339646,6.0441284,209.59135,277.4993,39.744934,307.74396,28.550303,10.448765,757.3663,5.844186,79.08862,80.002014,462.42517,39.381645,374.16766,22.242037,74.80195,0.0,4687.0747,13370.151,22.945398,129.39325,130.49364,38052.246,185.36095,16.436697,55.76033,98.29054,94.4379,35.16243,45.24595,757.98425,121.627014,40.872856,12.548662,16.512863,1128.575,42.86918,409.86472,79.04939,2235.0671,128.07732,171.90009,170.58572,111.06321,11.547095,20.121796,54.64625,8.290495,9.632069,53.057247,66.069496,100.86329,18.251204,18.360836,203.8676,11.962646,3800.5505,63.82329,84.883064,75.24691,66.224464,253.34341,112.502945,87.210686,24.36931,26.83942,56.560333,305.53702,200.78464,102.38085,367.6509,64.12023,74.783745,221.2102,234.72107,1066.8291,198.27975,5.4788465,16.146875,8.609683,134.2271,15680.853,7.89073,23.000937,35.74422,35.083652,395.165,78.48535,140.40927,5.147343,208.76814,509.37787,309.27582,92.26607,418.6523,42.82083,68.43492,304.74426,20.109505,3.126557,16.03317,1696.2625,0.54947585,1.3902823,88.493004,10.936809,5.372224,14.323215,22.8711,241.9107,76.09527,141.8931,1165.1978,199.69061,2092.7903,1883.9305,18.361525,24.469189,15205.711,9.357725,56.106182,393.56357,92.47006,168.17288,68.77461,381.1691,1209.371,325.86304,10.198819,77.84231,739.99567,2235.1062,40.765244,542.35846,51.268986,0.98161936,55.586273,0.9731529,0.49693394,2.0723782,29.946825,109.35194,276.37964,13.242675,3174.5337,175.91063,55.2307,62.90373,16.046774,85.70061,15.247782,2.19166,26.583065,113.57427,11.380092,6.471112,10.51132,28.34627,12.587845,5.9748855,38.425533,922.13275,122.48936,2582.1438,37.45459,3594.6187,66.94729,545.2319,1738.3184,48.442265,13.059371,1967.5399,2704.292,6712.3975,375.5062 +2023-05-27 22:00:00,0.0,8658.031,77.027626,19.599436,21.025743,31.728163,191.78873,28.408813,49.447693,21.86726,26.66623,682.9266,586.8864,15.672526,82.43736,7.4472804,3.339406,27.478085,44.38946,14.205281,422.5056,5.8914776,340.46747,75.09022,1.0494367,4.8568997,115.23841,37.97767,186.76285,167.81033,8149.802,0.90077704,1868.2341,2.7921178,1.3663253,0.73270124,6.0324845,209.56145,277.4994,39.713165,308.04706,28.543482,10.449978,757.2124,5.836346,79.11164,80.03122,462.50836,39.41968,374.16562,22.256792,74.8407,0.0,4688.1606,13376.561,22.969822,129.5105,130.60837,38061.387,185.45761,16.45412,55.749283,98.296074,94.49808,35.19238,45.25188,758.0678,121.678764,40.867832,12.559678,16.5227,1128.9403,42.92455,410.03052,79.06304,2234.9587,128.13002,171.97598,170.60127,110.823715,11.541576,20.107828,54.573196,8.283579,9.623695,53.105583,66.11305,100.81148,18.256706,18.371788,204.00662,11.949978,3799.8203,63.8623,84.96506,75.32513,66.26977,253.2827,112.55705,87.264114,24.38201,26.850895,56.590412,305.82382,200.80348,102.41008,367.78122,64.120834,74.8313,221.3561,234.73474,1067.111,198.3442,5.474414,16.147917,8.609528,134.10379,15683.346,7.8923826,22.973791,35.709766,35.093056,395.2509,78.534325,140.32687,5.1481333,208.85887,509.1093,308.96896,92.306175,418.02145,42.802776,68.405205,305.01718,20.092457,3.1229293,16.023449,1697.2201,0.54752153,1.3866936,88.42566,10.9399,5.372318,14.299991,22.84604,241.64293,76.06324,141.85028,1164.4581,199.74976,2092.5881,1883.9452,18.370897,24.487345,15216.641,9.355583,56.150986,393.68137,92.545364,168.29562,68.8056,381.3701,1209.3743,325.92462,10.20482,77.88498,740.5815,2234.9722,40.759205,542.9508,51.32502,0.981157,55.58655,0.97291946,0.49645096,2.0715573,29.972614,109.44628,276.5813,13.221604,3176.4548,176.1026,55.28898,62.964046,16.061598,85.74529,15.264471,2.1916263,26.615053,113.65973,11.397696,6.4781704,10.520886,28.327621,12.584216,5.9815364,38.46345,922.63165,122.59142,2584.4485,37.47238,3597.2551,66.97572,544.9812,1739.8798,48.48727,13.057717,1968.5532,2705.4468,6715.1147,375.17044 +2023-05-27 23:00:00,0.0,8664.722,77.07528,19.586388,21.034124,31.708914,191.76227,28.400017,49.412197,21.863323,26.646729,683.39905,586.84314,15.662688,82.48739,7.453042,3.3432088,27.461834,44.42915,14.211712,422.38068,5.8960595,340.43567,75.04889,1.0467533,4.849079,115.225945,37.959057,186.6825,167.74622,8157.8936,0.8989031,1867.522,2.781664,1.3643531,0.73143786,6.0208406,209.53154,277.4995,39.681396,308.35013,28.53666,10.451192,757.05853,5.8285065,79.13466,80.060425,462.59155,39.457718,374.16354,22.271547,74.87944,0.0,4689.247,13382.97,22.994244,129.62773,130.7231,38070.527,185.55428,16.471544,55.738235,98.30161,94.558266,35.22233,45.257812,758.15137,121.730515,40.862812,12.570693,16.532536,1129.3058,42.97992,410.19635,79.07668,2234.8503,128.18272,172.05185,170.61682,110.58423,11.536057,20.09386,54.50014,8.276663,9.615321,53.153915,66.15661,100.75966,18.26221,18.38274,204.14565,11.937309,3799.09,63.90131,85.04704,75.40335,66.31507,253.222,112.61116,87.31754,24.394707,26.862368,56.62049,306.1106,200.82233,102.439316,367.91153,64.121445,74.878845,221.50197,234.74841,1067.3927,198.40863,5.469981,16.148958,8.609372,133.98048,15685.838,7.8940353,22.946646,35.675312,35.102463,395.33673,78.58329,140.24449,5.148923,208.9496,508.84076,308.6621,92.34628,417.39062,42.78472,68.375496,305.2901,20.07541,3.1193016,16.013727,1698.1776,0.5455672,1.3831048,88.358315,10.942991,5.372412,14.276767,22.820982,241.37515,76.03122,141.80746,1163.7185,199.8089,2092.386,1883.9597,18.38027,24.5055,15227.571,9.353442,56.19579,393.79913,92.62067,168.41838,68.836586,381.57108,1209.3776,325.98618,10.21082,77.92765,741.1673,2234.8381,40.753162,543.54315,51.381058,0.98069465,55.58683,0.9726861,0.495968,2.0707362,29.998404,109.54063,276.78296,13.200533,3178.3762,176.29459,55.347256,63.02436,16.076422,85.789986,15.28116,2.1915927,26.647043,113.745186,11.415299,6.485229,10.530452,28.308971,12.580587,5.988188,38.501366,923.1306,122.6935,2586.7532,37.49017,3599.8914,67.00416,544.73047,1741.4412,48.53228,13.056064,1969.5665,2706.6016,6717.8325,374.8347 +2023-05-28 00:00:00,0.0,8671.412,77.122925,19.57334,21.042505,31.689663,191.7358,28.39122,49.3767,21.859385,26.627226,683.8715,586.79987,15.652849,82.537415,7.458803,3.3470116,27.445581,44.468838,14.2181425,422.25574,5.9006414,340.40384,75.00756,1.0440699,4.841258,115.213486,37.94045,186.60214,167.68211,8165.9854,0.8970291,1866.8098,2.7712097,1.3623809,0.7301745,6.0091968,209.50163,277.49963,39.649628,308.65323,28.529839,10.452406,756.90466,5.8206673,79.15767,80.08963,462.67474,39.495758,374.1615,22.286303,74.91818,0.0,4690.333,13389.379,23.018665,129.74498,130.83783,38079.668,185.65094,16.488968,55.72719,98.30715,94.618454,35.252274,45.26375,758.2349,121.78226,40.85779,12.581709,16.542372,1129.6711,43.03529,410.36215,79.090324,2234.742,128.23543,172.12773,170.63237,110.344734,11.530539,20.079893,54.427086,8.269747,9.606948,53.20225,66.200165,100.70784,18.267714,18.393692,204.28467,11.924641,3798.3596,63.94032,85.129036,75.48157,66.360374,253.16129,112.66527,87.370964,24.407406,26.873842,56.650574,306.39737,200.84117,102.46855,368.0418,64.12205,74.92639,221.64786,234.7621,1067.6746,198.47307,5.4655485,16.15,8.609217,133.85718,15688.331,7.8956876,22.919502,35.640858,35.11187,395.4226,78.63226,140.1621,5.149713,209.04033,508.57217,308.3553,92.3864,416.75977,42.766666,68.34578,305.56305,20.058363,3.115674,16.004005,1699.1353,0.54361296,1.3795161,88.29097,10.946083,5.372506,14.253543,22.795921,241.10739,75.9992,141.76465,1162.9788,199.86804,2092.1836,1883.9744,18.389645,24.523657,15238.502,9.351301,56.240593,393.91693,92.69597,168.54112,68.86757,381.77206,1209.3809,326.04776,10.216821,77.97032,741.75305,2234.7039,40.74712,544.1355,51.437096,0.98023224,55.58711,0.9724527,0.49548504,2.069915,30.024193,109.63497,276.98465,13.179462,3180.2974,176.48656,55.40553,63.08468,16.091244,85.83468,15.297849,2.191559,26.679031,113.83064,11.432903,6.492288,10.540018,28.290323,12.576958,5.9948387,38.539284,923.6295,122.79556,2589.0579,37.507957,3602.5276,67.032585,544.47974,1743.0026,48.577286,13.05441,1970.5798,2707.7563,6720.55,374.49893 +2023-05-28 01:00:00,0.0,8678.103,77.17058,19.560291,21.050886,31.670414,191.70934,28.382425,49.34121,21.855448,26.607723,684.34393,586.75665,15.64301,82.58744,7.464565,3.3508143,27.42933,44.508522,14.224572,422.13083,5.905224,340.372,74.96623,1.0413864,4.833437,115.20102,37.921837,186.5218,167.618,8174.077,0.8951552,1866.0975,2.7607555,1.3604087,0.72891104,5.9975524,209.47173,277.49976,39.61786,308.95633,28.523018,10.453619,756.7508,5.8128276,79.18069,80.11883,462.758,39.533794,374.15942,22.301058,74.956924,0.0,4691.419,13395.787,23.043087,129.86221,130.95256,38088.81,185.7476,16.506393,55.71614,98.31269,94.678635,35.282223,45.26968,758.3185,121.83401,40.85277,12.592725,16.55221,1130.0365,43.09066,410.52795,79.103966,2234.6335,128.28813,172.20361,170.64792,110.10524,11.52502,20.065926,54.354034,8.262831,9.598575,53.250587,66.24372,100.65602,18.273218,18.404644,204.4237,11.911972,3797.6294,63.979324,85.21102,75.559784,66.40568,253.10057,112.719376,87.42439,24.420103,26.885315,56.680653,306.68414,200.86,102.49779,368.17212,64.12265,74.97394,221.79373,234.77577,1067.9563,198.5375,5.4611154,16.151041,8.609061,133.73387,15690.823,7.8973403,22.892357,35.606407,35.121273,395.50845,78.68123,140.07971,5.150503,209.13104,508.30362,308.04843,92.426506,416.1289,42.74861,68.31606,305.83597,20.041317,3.1120462,15.994284,1700.0928,0.54165864,1.3759274,88.223625,10.949174,5.3726,14.230319,22.770863,240.83961,75.96717,141.72183,1162.2391,199.92717,2091.9814,1883.9889,18.399017,24.541813,15249.432,9.349159,56.285397,394.03473,92.77127,168.66388,68.89855,381.97305,1209.3842,326.10934,10.22282,78.01299,742.33887,2234.5698,40.74108,544.72784,51.493134,0.9797699,55.58739,0.9722193,0.49500206,2.069094,30.049984,109.72932,277.1863,13.158392,3182.2185,176.67854,55.463806,63.144993,16.106068,85.87937,15.314538,2.1915255,26.711021,113.9161,11.450507,6.4993467,10.549583,28.271673,12.573329,6.0014896,38.577198,924.1284,122.89763,2591.3628,37.52575,3605.164,67.06102,544.22906,1744.564,48.62229,13.052756,1971.5931,2708.9111,6723.2676,374.16318 +2023-05-28 02:00:00,0.0,8684.792,77.21823,19.547243,21.059267,31.651163,191.68286,28.373629,49.305714,21.85151,26.588223,684.8164,586.7134,15.633172,82.63747,7.4703264,3.354617,27.413078,44.54821,14.231003,422.0059,5.909806,340.34018,74.924904,1.038703,4.8256164,115.18855,37.903225,186.44145,167.55388,8182.1685,0.8932812,1865.3854,2.7503016,1.3584365,0.72764766,5.9859085,209.44183,277.49988,39.58609,309.2594,28.516197,10.454833,756.5969,5.804988,79.203705,80.14803,462.84116,39.57183,374.15738,22.315813,74.99567,0.0,4692.505,13402.196,23.06751,129.97945,131.06729,38097.953,185.84428,16.523817,55.705097,98.31822,94.73882,35.312172,45.27561,758.40204,121.88575,40.847748,12.60374,16.562046,1130.402,43.14603,410.69376,79.11761,2234.525,128.34084,172.2795,170.66347,109.86575,11.519501,20.051958,54.28098,8.255915,9.5902,53.29892,66.28728,100.6042,18.27872,18.415596,204.56273,11.899303,3796.8992,64.01833,85.293015,75.63801,66.45098,253.03987,112.77348,87.47782,24.432802,26.89679,56.71073,306.97095,200.87885,102.527016,368.3024,64.12325,75.02149,221.93962,234.78944,1068.2382,198.60194,5.4566827,16.152082,8.608906,133.61057,15693.316,7.898993,22.865211,35.571953,35.13068,395.59433,78.7302,139.99731,5.1512933,209.22177,508.03506,307.74158,92.46662,415.49808,42.730556,68.286354,306.1089,20.02427,3.1084185,15.984563,1701.0504,0.5397043,1.3723387,88.15628,10.952266,5.3726945,14.207094,22.745804,240.57184,75.93515,141.67902,1161.4995,199.98631,2091.7793,1884.0035,18.40839,24.55997,15260.362,9.347018,56.3302,394.15253,92.84657,168.78662,68.92954,382.17404,1209.3875,326.1709,10.228821,78.055664,742.9246,2234.4358,40.73504,545.3202,51.54917,0.97930753,55.58767,0.9719859,0.49451908,2.0682728,30.075773,109.823654,277.38797,13.1373205,3184.14,176.87053,55.52208,63.20531,16.120892,85.92406,15.331227,2.1914918,26.743011,114.001564,11.46811,6.5064054,10.559149,28.253025,12.5697,6.0081406,38.615112,924.6274,122.9997,2593.6675,37.543537,3607.8003,67.089455,543.97833,1746.1254,48.667297,13.051103,1972.6064,2710.066,6725.985,373.82742 +2023-05-28 03:00:00,0.0,8691.482,77.26588,19.534195,21.067648,31.631912,191.6564,28.364834,49.270218,21.847572,26.56872,685.2888,586.6701,15.623333,82.6875,7.4760876,3.35842,27.396826,44.5879,14.237433,421.88095,5.9143877,340.30838,74.883575,1.0360196,4.8177953,115.17609,37.884617,186.36111,167.48978,8190.2603,0.89140725,1864.6731,2.7398474,1.3564643,0.7263843,5.974265,209.41193,277.5,39.55432,309.5625,28.509375,10.456047,756.443,5.797148,79.226715,80.17724,462.92438,39.60987,374.1553,22.330566,75.03441,0.0,4693.5913,13408.605,23.091932,130.0967,131.18202,38107.094,185.94095,16.54124,55.69405,98.32376,94.79901,35.342117,45.281548,758.4856,121.9375,40.842728,12.614756,16.571882,1130.7673,43.2014,410.8596,79.13125,2234.4165,128.39354,172.35538,170.67902,109.62626,11.513982,20.03799,54.207924,8.249,9.581827,53.347256,66.33084,100.55238,18.284225,18.426546,204.70175,11.886635,3796.1687,64.05734,85.375,75.716225,66.49628,252.97916,112.82759,87.53125,24.4455,26.908262,56.74081,307.25772,200.89769,102.55625,368.4327,64.123856,75.06904,222.0855,234.80312,1068.5199,198.66638,5.45225,16.153126,8.60875,133.48726,15695.809,7.9006453,22.838066,35.5375,35.140087,395.68018,78.77917,139.91493,5.1520834,209.3125,507.76648,307.43475,92.50673,414.86722,42.712498,68.25664,306.3818,20.007223,3.1047907,15.974841,1702.008,0.53775007,1.36875,88.088936,10.955357,5.3727884,14.18387,22.720743,240.30408,75.90313,141.63618,1160.7599,200.04546,2091.577,1884.0181,18.417765,24.578127,15271.293,9.344877,56.375,394.27032,92.921875,168.90938,68.960526,382.375,1209.3909,326.23248,10.234821,78.098335,743.51044,2234.3015,40.729,545.9125,51.60521,0.9788451,55.587948,0.97175246,0.49403614,2.067452,30.101562,109.918,277.58966,13.11625,3186.061,177.0625,55.580357,63.265625,16.135715,85.96875,15.347917,2.1914582,26.775,114.08702,11.485714,6.513464,10.568715,28.234375,12.566071,6.0147915,38.65303,925.1263,123.10177,2595.9722,37.561325,3610.4365,67.11789,543.72766,1747.6868,48.712303,13.049449,1973.6198,2711.2207,6728.702,373.4917 +2023-05-28 04:00:00,0.0,8698.173,77.31353,19.521147,21.076029,31.612663,191.62993,28.356037,49.234722,21.843634,26.549217,685.7613,586.62683,15.613494,82.737526,7.481849,3.362223,27.380575,44.627586,14.243863,421.75604,5.9189696,340.27655,74.84225,1.0333362,4.8099747,115.16362,37.866005,186.28076,167.42566,8198.353,0.8895333,1863.9609,2.7293932,1.3544921,0.7251209,5.9626207,209.38202,277.50012,39.522552,309.8656,28.502554,10.45726,756.2891,5.789309,79.24973,80.20644,463.00754,39.647907,374.15326,22.345322,75.07316,0.0,4694.6772,13415.014,23.116354,130.21393,131.29675,38116.234,186.03761,16.558664,55.683002,98.3293,94.85919,35.372066,45.28748,758.5692,121.98925,40.837708,12.6257715,16.581718,1131.1328,43.25677,411.0254,79.1449,2234.308,128.44624,172.43126,170.69456,109.386765,11.508463,20.024023,54.13487,8.242084,9.573453,53.395588,66.37439,100.500565,18.289728,18.437498,204.84077,11.873966,3795.4385,64.09635,85.456985,75.79444,66.54158,252.91846,112.8817,87.58468,24.458199,26.919735,56.770893,307.5445,200.91653,102.58549,368.56302,64.12446,75.116585,222.23137,234.8168,1068.8018,198.73083,5.4478173,16.154167,8.608595,133.36395,15698.302,7.902298,22.81092,35.503044,35.14949,395.76605,78.82814,139.83253,5.152873,209.40323,507.49792,307.1279,92.546844,414.23636,42.694443,68.22692,306.65472,19.990175,3.1011631,15.965119,1702.9656,0.53579575,1.3651613,88.02159,10.958448,5.3728824,14.160646,22.695684,240.0363,75.8711,141.59337,1160.0203,200.1046,2091.3748,1884.0327,18.427137,24.596283,15282.224,9.342735,56.419804,394.3881,92.99718,169.03212,68.99151,382.576,1209.3942,326.29407,10.240822,78.14101,744.09625,2234.1675,40.722958,546.5048,51.661243,0.97838277,55.588226,0.97151905,0.49355316,2.0666308,30.127352,110.012344,277.79132,13.09518,3187.9822,177.25449,55.638634,63.32594,16.150537,86.01344,15.364605,2.1914246,26.80699,114.17248,11.503318,6.5205226,10.57828,28.215725,12.562442,6.0214424,38.690945,925.62524,123.203835,2598.2769,37.579117,3613.073,67.14632,543.4769,1749.2482,48.757313,13.047795,1974.633,2712.3757,6731.42,373.15594 +2023-05-28 05:00:00,0.0,8704.862,77.361176,19.508099,21.08441,31.593412,191.60345,28.34724,49.199226,21.839695,26.529716,686.2337,586.58356,15.603656,82.78755,7.487611,3.3660257,27.364323,44.66727,14.250294,421.6311,5.923552,340.24472,74.80092,1.0306528,4.8021536,115.15116,37.847397,186.20041,167.36154,8206.443,0.8876593,1863.2487,2.7189393,1.3525199,0.7238575,5.950977,209.35211,277.50024,39.490784,310.16867,28.495733,10.458474,756.13525,5.7814693,79.27275,80.23565,463.09076,39.685944,374.15118,22.360077,75.1119,0.0,4695.763,13421.423,23.140778,130.33118,131.41148,38125.375,186.13428,16.576088,55.671955,98.33483,94.91938,35.402016,45.29341,758.6528,122.04099,40.832687,12.636786,16.591555,1131.4982,43.31214,411.1912,79.15854,2234.1997,128.49895,172.50714,170.71011,109.14728,11.502944,20.010056,54.061813,8.2351675,9.56508,53.443924,66.417946,100.44875,18.295233,18.44845,204.9798,11.861298,3794.7083,64.13536,85.53898,75.872665,66.58688,252.85774,112.93581,87.63811,24.470896,26.93121,56.800972,307.83127,200.93538,102.614716,368.6933,64.12506,75.16413,222.37726,234.83047,1069.0835,198.79527,5.4433846,16.155209,8.608439,133.24065,15700.794,7.9039507,22.783775,35.46859,35.158897,395.8519,78.877106,139.75015,5.153663,209.49396,507.22937,306.82104,92.58695,413.60553,42.676388,68.197205,306.92764,19.97313,3.0975354,15.955398,1703.9232,0.53384143,1.3615726,87.95425,10.96154,5.372977,14.137423,22.670624,239.76852,75.83908,141.55055,1159.2805,200.16374,2091.1726,1884.0474,18.43651,24.614439,15293.153,9.340594,56.464607,394.5059,93.07248,169.15488,69.02249,382.77698,1209.3975,326.35562,10.246822,78.18367,744.682,2234.0334,40.716915,547.09717,51.71728,0.9779204,55.588505,0.97128564,0.4930702,2.0658097,30.153141,110.10669,277.993,13.074108,3189.9036,177.44647,55.696907,63.386257,16.165361,86.05813,15.381294,2.191391,26.838978,114.257935,11.520922,6.527581,10.587847,28.197077,12.558813,6.0280933,38.728863,926.12415,123.30591,2600.5815,37.596905,3615.7092,67.17475,543.2262,1750.8096,48.80232,13.046142,1975.6464,2713.5305,6734.137,372.8202 +2023-05-28 06:00:00,0.0,8711.553,77.40883,19.49505,21.09279,31.574163,191.577,28.338446,49.163734,21.835758,26.510214,686.7062,586.5403,15.593817,82.83758,7.493372,3.3698285,27.348072,44.70696,14.256724,421.50616,5.928134,340.21292,74.75959,1.0279694,4.794333,115.138695,37.828785,186.12007,167.29742,8214.535,0.88578534,1862.5365,2.7084851,1.3505477,0.72259414,5.939333,209.3222,277.50037,39.459015,310.47177,28.48891,10.459688,755.9814,5.7736297,79.29576,80.264854,463.17395,39.723984,374.14914,22.374832,75.15064,0.0,4696.8496,13427.832,23.1652,130.44841,131.52621,38134.516,186.23094,16.593513,55.660908,98.34037,94.97957,35.43196,45.299347,758.7363,122.09274,40.827663,12.647802,16.60139,1131.8635,43.36751,411.35703,79.17218,2234.0913,128.55165,172.58302,170.72566,108.90778,11.497425,19.99609,53.988758,8.228251,9.556706,53.492256,66.4615,100.396935,18.300737,18.459402,205.11882,11.848629,3793.9778,64.17437,85.620964,75.95088,66.63219,252.79704,112.989914,87.691536,24.483595,26.942682,56.83105,308.11807,200.95422,102.64395,368.8236,64.12567,75.211685,222.52313,234.84415,1069.3654,198.85971,5.4389515,16.15625,8.608284,133.11732,15703.286,7.905603,22.75663,35.43414,35.168304,395.93777,78.92608,139.66776,5.1544533,209.58467,506.9608,306.51422,92.62706,412.97467,42.658333,68.167496,307.20056,19.956081,3.0939076,15.945676,1704.8807,0.5318871,1.3579838,87.8869,10.964631,5.3730707,14.114199,22.645565,239.50076,75.80706,141.50774,1158.5409,200.22287,2090.9702,1884.0619,18.445883,24.632595,15304.084,9.338453,56.50941,394.6237,93.14778,169.27762,69.053474,382.97797,1209.4008,326.4172,10.252823,78.22634,745.2678,2233.8992,40.710876,547.6895,51.77332,0.97745806,55.588783,0.9710523,0.49258724,2.0649886,30.178932,110.201035,278.19467,13.053038,3191.8247,177.63844,55.755184,63.44657,16.180185,86.10282,15.397984,2.1913574,26.870968,114.34339,11.538526,6.53464,10.597412,28.178427,12.555184,6.0347447,38.766777,926.6231,123.407974,2602.8862,37.614697,3618.3455,67.203186,542.9755,1752.371,48.847324,13.044487,1976.6597,2714.6853,6736.855,372.48444 +2023-05-28 07:00:00,0.0,8718.243,77.456474,19.482002,21.10117,31.554913,191.55052,28.329649,49.12824,21.83182,26.490711,687.17865,586.497,15.583979,82.8876,7.4991336,3.3736312,27.33182,44.746647,14.263154,421.38123,5.932716,340.1811,74.718254,1.0252858,4.786512,115.12623,37.810173,186.03972,167.23332,8222.627,0.88391143,1861.8243,2.6980312,1.3485755,0.7213307,5.927689,209.2923,277.5005,39.427246,310.77487,28.48209,10.460901,755.8275,5.76579,79.31878,80.29406,463.25714,39.76202,374.14706,22.389587,75.189384,0.0,4697.9355,13434.24,23.189621,130.56566,131.64095,38143.656,186.32762,16.610937,55.64986,98.34591,95.03975,35.46191,45.30528,758.8199,122.144485,40.822643,12.658818,16.611229,1132.229,43.422882,411.52283,79.18582,2233.983,128.60435,172.6589,170.74121,108.66829,11.491906,19.982122,53.915703,8.221335,9.548332,53.540592,66.505066,100.345116,18.30624,18.470354,205.25784,11.83596,3793.2476,64.21338,85.70296,76.0291,66.67749,252.73633,113.044014,87.74496,24.496292,26.954157,56.86113,308.40485,200.97305,102.67319,368.95392,64.126274,75.25923,222.66902,234.85782,1069.6471,198.92415,5.434519,16.157291,8.608129,132.99402,15705.779,7.9072556,22.729486,35.399685,35.177708,396.02362,78.975044,139.58537,5.1552434,209.6754,506.69223,306.20737,92.667175,412.3438,42.640278,68.13778,307.47348,19.939034,3.09028,15.935954,1705.8384,0.52993286,1.3543952,87.81956,10.967723,5.3731647,14.090974,22.620506,239.23299,75.77504,141.46492,1157.8013,200.28201,2090.768,1884.0765,18.455257,24.650751,15315.015,9.336311,56.554214,394.7415,93.22309,169.40036,69.084465,383.17896,1209.404,326.4788,10.258823,78.26901,745.85364,2233.7651,40.704834,548.28186,51.829357,0.97699565,55.58906,0.9708189,0.49210426,2.0641675,30.204721,110.29538,278.39633,13.031967,3193.746,177.83043,55.81346,63.50689,16.195007,86.147514,15.414673,2.1913238,26.902958,114.42885,11.556129,6.5416985,10.606978,28.159779,12.551555,6.0413957,38.804695,927.122,123.51005,2605.191,37.632484,3620.982,67.23161,542.7248,1753.9324,48.89233,13.042833,1977.673,2715.84,6739.5723,372.14868 +2023-05-28 08:00:00,0.0,8724.933,77.50413,19.468954,21.10955,31.535664,191.52406,28.320852,49.092743,21.827883,26.47121,687.65106,586.4538,15.57414,82.93763,7.504895,3.377434,27.315567,44.78633,14.269585,421.25632,5.937298,340.14926,74.676926,1.0226024,4.7786913,115.11376,37.791565,185.95938,167.1692,8230.719,0.88203746,1861.112,2.687577,1.3466033,0.7200673,5.916045,209.2624,277.5006,39.395477,311.07794,28.47527,10.462115,755.67365,5.757951,79.3418,80.323265,463.34033,39.800056,374.14502,22.404343,75.22813,0.0,4699.0215,13440.649,23.214045,130.68289,131.75568,38152.8,186.42429,16.62836,55.638813,98.35145,95.09994,35.49186,45.31121,758.90344,122.196236,40.817623,12.669833,16.621065,1132.5944,43.478252,411.68863,79.19946,2233.8745,128.65706,172.73479,170.75676,108.4288,11.486387,19.968155,53.842648,8.214419,9.539959,53.58893,66.548615,100.2933,18.311745,18.481306,205.39687,11.823292,3792.5173,64.25239,85.78494,76.10732,66.72279,252.67563,113.09812,87.798386,24.508991,26.96563,56.891212,308.69162,200.9919,102.70242,369.0842,64.12688,75.30678,222.8149,234.8715,1069.929,198.98859,5.430086,16.158333,8.607972,132.87071,15708.271,7.9089084,22.702341,35.36523,35.187115,396.1095,79.02402,139.50298,5.1560335,209.76613,506.42368,305.9005,92.70728,411.71298,42.622223,68.10806,307.74643,19.921988,3.0866523,15.926232,1706.7959,0.52797854,1.3508065,87.75222,10.970814,5.373259,14.06775,22.595446,238.96521,75.74301,141.4221,1157.0615,200.34116,2090.566,1884.0911,18.46463,24.66891,15325.944,9.33417,56.599014,394.85925,93.29839,169.52312,69.11545,383.37994,1209.4073,326.54034,10.264823,78.31168,746.4394,2233.631,40.698795,548.8742,51.885395,0.9765333,55.58934,0.97058547,0.4916213,2.0633466,30.23051,110.389725,278.59802,13.010897,3195.6672,178.0224,55.871735,63.567204,16.209831,86.19221,15.431361,2.1912904,26.934946,114.51431,11.573732,6.548757,10.616544,28.141129,12.547926,6.0480466,38.84261,927.621,123.612114,2607.4956,37.650272,3623.6182,67.26005,542.47406,1755.4938,48.937336,13.04118,1978.6863,2716.9949,6742.2896,371.81293 +2023-05-28 09:00:00,0.0,8731.623,77.55177,19.455906,21.117931,31.516413,191.49759,28.312057,49.057247,21.823944,26.451708,688.12354,586.4105,15.564301,82.987656,7.5106564,3.3812368,27.299316,44.82602,14.276015,421.13138,5.9418797,340.11743,74.6356,1.019919,4.77087,115.101295,37.772953,185.87903,167.10509,8238.811,0.8801635,1860.3999,2.6771228,1.3446311,0.71880394,5.9044013,209.2325,277.5007,39.36371,311.38104,28.468447,10.463328,755.5198,5.750111,79.36481,80.35247,463.42352,39.838097,374.14294,22.419098,75.26688,0.0,4700.1074,13447.059,23.238466,130.80013,131.8704,38161.94,186.52095,16.645784,55.627766,98.35698,95.160126,35.521805,45.317146,758.987,122.247986,40.812603,12.680849,16.630901,1132.9598,43.533623,411.85446,79.213104,2233.766,128.70976,172.81067,170.77231,108.18931,11.480868,19.954187,53.769592,8.207504,9.531585,53.63726,66.59217,100.24148,18.317247,18.492258,205.53589,11.810624,3791.7869,64.2914,85.866936,76.18554,66.76809,252.61491,113.15223,87.851814,24.521688,26.977104,56.92129,308.9784,201.01074,102.73165,369.2145,64.12748,75.354324,222.96078,234.88518,1070.2107,199.05302,5.4256535,16.159374,8.607817,132.7474,15710.765,7.9105606,22.675196,35.330776,35.19652,396.19534,79.07298,139.4206,5.156823,209.85686,506.15512,305.5937,92.7474,411.08212,42.604164,68.078354,308.01935,19.90494,3.0830245,15.916511,1707.7535,0.5260242,1.3472177,87.684875,10.973906,5.373353,14.044526,22.570387,238.69745,75.71099,141.37929,1156.3219,200.4003,2090.3635,1884.1057,18.474003,24.687065,15336.875,9.332028,56.643818,394.97705,93.373695,169.64586,69.14643,383.58093,1209.4106,326.60193,10.2708235,78.354355,747.0252,2233.4968,40.692753,549.46655,51.94143,0.97607094,55.58962,0.97035205,0.4911383,2.0625255,30.2563,110.48406,278.79968,12.989825,3197.5884,178.21439,55.93001,63.62752,16.224655,86.23689,15.4480505,2.1912568,26.966936,114.59977,11.591336,6.555816,10.62611,28.12248,12.544297,6.0546975,38.880527,928.1199,123.71418,2609.8003,37.668064,3626.2544,67.28848,542.2234,1757.0552,48.982346,13.039526,1979.6996,2718.1497,6745.0073,371.47717 +2023-05-28 10:00:00,0.0,8738.313,77.59943,19.442858,21.126312,31.497164,191.47113,28.30326,49.02175,21.820007,26.432205,688.59595,586.36725,15.554462,83.03768,7.516418,3.3850396,27.283064,44.865707,14.282445,421.00644,5.946462,340.08563,74.59427,1.0172356,4.7630496,115.08884,37.75434,185.79869,167.04099,8246.902,0.8782895,1859.6876,2.666669,1.3426589,0.71754056,5.8927574,209.20259,277.50082,39.33194,311.68414,28.461626,10.464542,755.36584,5.7422714,79.387825,80.38167,463.5067,39.876133,374.1409,22.433853,75.30562,0.0,4701.194,13453.468,23.262888,130.91737,131.98514,38171.082,186.61761,16.663208,55.61672,98.36252,95.22031,35.551754,45.32308,759.07056,122.29973,40.80758,12.691865,16.640738,1133.3252,43.588993,412.02026,79.226746,2233.6577,128.76247,172.88655,170.78786,107.949814,11.475349,19.94022,53.69654,8.200588,9.5232115,53.685596,66.635735,100.18966,18.322752,18.503208,205.67491,11.7979555,3791.0566,64.33041,85.94892,76.263756,66.81339,252.55421,113.20634,87.90524,24.534388,26.988577,56.95137,309.2652,201.02959,102.76089,369.34482,64.12808,75.40188,223.10666,234.89885,1070.4926,199.11746,5.4212203,16.160418,8.607661,132.6241,15713.257,7.9122133,22.64805,35.296326,35.20593,396.28122,79.121956,139.3382,5.1576133,209.94759,505.88654,305.28683,92.787506,410.4513,42.58611,68.04864,308.29227,19.887894,3.0793967,15.906789,1708.7112,0.5240699,1.343629,87.61753,10.976996,5.373447,14.021302,22.545326,238.42967,75.67897,141.33646,1155.5823,200.45943,2090.1614,1884.1202,18.483376,24.705221,15347.806,9.329887,56.68862,395.09485,93.449,169.76862,69.177414,383.78192,1209.4141,326.66348,10.276824,78.397026,747.61096,2233.3628,40.686714,550.0589,51.997467,0.9756085,55.589897,0.97011864,0.49065536,2.0617044,30.28209,110.57841,279.00134,12.968755,3199.5098,178.40637,55.98829,63.687836,16.239477,86.281586,15.46474,2.1912231,26.998924,114.68523,11.60894,6.562875,10.635675,28.10383,12.540668,6.0613484,38.91844,928.61884,123.81625,2612.105,37.685852,3628.8909,67.31691,541.97266,1758.6166,49.02735,13.037872,1980.7129,2719.3044,6747.7246,371.14145 +2023-05-28 11:00:00,0.0,8745.003,77.64707,19.42981,21.134693,31.477913,191.44466,28.294464,48.986256,21.816069,26.412703,689.0684,586.324,15.544623,83.087715,7.5221796,3.3888423,27.266813,44.90539,14.288876,420.8815,5.951044,340.0538,74.55294,1.0145522,4.7552285,115.07637,37.735733,185.71834,166.97687,8254.994,0.87641555,1858.9755,2.6562147,1.3406867,0.7162772,5.8811135,209.17268,277.50095,39.30017,311.98724,28.454805,10.465756,755.212,5.7344317,79.41084,80.41087,463.5899,39.91417,374.13882,22.448608,75.34436,0.0,4702.2803,13459.876,23.28731,131.0346,132.09987,38180.223,186.71428,16.680634,55.60567,98.36806,95.280495,35.581703,45.329014,759.1542,122.35148,40.80256,12.70288,16.650574,1133.6906,43.644363,412.18607,79.240395,2233.5493,128.81517,172.96245,170.8034,107.71033,11.4698305,19.926252,53.623486,8.193672,9.514838,53.73393,66.67929,100.13784,18.328255,18.51416,205.81393,11.785287,3790.3262,64.36941,86.030914,76.34198,66.858696,252.4935,113.260445,87.95867,24.547085,27.00005,56.98145,309.55197,201.04843,102.79012,369.4751,64.128685,75.449425,223.25255,234.91254,1070.7743,199.1819,5.4167876,16.161459,8.607506,132.5008,15715.75,7.913866,22.620905,35.26187,35.215332,396.36707,79.17092,139.25581,5.1584034,210.0383,505.61798,304.97998,92.82762,409.82043,42.568054,68.01892,308.5652,19.870846,3.0757692,15.897068,1709.6687,0.52211565,1.3400403,87.550186,10.980088,5.373541,13.998077,22.520267,238.1619,75.64694,141.29364,1154.8425,200.51857,2089.959,1884.1349,18.49275,24.723377,15358.735,9.327746,56.733425,395.21265,93.5243,169.89136,69.208405,383.9829,1209.4174,326.72507,10.2828245,78.4397,748.1968,2233.2288,40.68067,550.6512,52.053505,0.9751462,55.590176,0.96988523,0.4901724,2.0608833,30.30788,110.67275,279.20303,12.947684,3201.431,178.59834,56.046562,63.748154,16.254301,86.32628,15.481429,2.1911895,27.030914,114.77068,11.626544,6.5699334,10.645242,28.085182,12.537039,6.0679994,38.956356,929.11774,123.91832,2614.41,37.70364,3631.527,67.345345,541.7219,1760.178,49.072357,13.036219,1981.7263,2720.4592,6750.4424,370.8057 +2023-05-28 12:00:00,0.0,8751.693,77.694725,19.416761,21.143074,31.458664,191.41818,28.28567,48.950764,21.812132,26.393202,689.54083,586.2807,15.534784,83.13774,7.5279408,3.3926451,27.25056,44.94508,14.295306,420.7566,5.955626,340.02197,74.51161,1.0118688,4.7474074,115.0639,37.71712,185.63799,166.91275,8263.086,0.87454164,1858.2632,2.6457605,1.3387145,0.71501374,5.869469,209.14278,277.50107,39.268402,312.2903,28.447985,10.4669695,755.0581,5.7265925,79.43385,80.44008,463.6731,39.95221,374.13675,22.463364,75.3831,0.0,4703.366,13466.285,23.311733,131.15186,132.2146,38189.363,186.81096,16.698057,55.594624,98.37359,95.34068,35.61165,45.334946,759.23773,122.40323,40.79754,12.713896,16.660412,1134.056,43.699734,412.35187,79.254036,2233.4407,128.86787,173.03831,170.81895,107.47083,11.464312,19.912285,53.55043,8.186756,9.506464,53.782265,66.72284,100.08603,18.33376,18.525112,205.95297,11.772618,3789.596,64.40842,86.1129,76.4202,66.904,252.43279,113.31455,88.0121,24.559784,27.011524,57.01153,309.83875,201.06728,102.81936,369.6054,64.12929,75.49697,223.39842,234.92621,1071.0562,199.24634,5.412355,16.1625,8.60735,132.37749,15718.242,7.9155183,22.59376,35.227417,35.22474,396.45294,79.219894,139.17342,5.1591935,210.12903,505.34943,304.67313,92.86773,409.18958,42.55,67.98921,308.8381,19.8538,3.0721414,15.887346,1710.6263,0.52016133,1.3364516,87.48284,10.983179,5.3736353,13.9748535,22.495209,237.89413,75.61492,141.25082,1154.1028,200.57771,2089.7568,1884.1494,18.502123,24.741533,15369.666,9.325604,56.77823,395.33044,93.5996,170.01411,69.23939,384.1839,1209.4207,326.78665,10.288825,78.48236,748.7826,2233.0945,40.67463,551.2435,52.109543,0.9746838,55.590458,0.9696518,0.4896894,2.0600624,30.33367,110.7671,279.4047,12.926613,3203.352,178.79033,56.10484,63.808468,16.269125,86.370964,15.498117,2.191156,27.062902,114.85614,11.644148,6.576992,10.654807,28.066532,12.53341,6.0746503,38.994274,929.61664,124.020386,2616.7146,37.72143,3634.1633,67.37378,541.47125,1761.7394,49.117363,13.034565,1982.7396,2721.614,6753.1597,370.46994 +2023-05-28 13:00:00,0.0,8758.384,77.74237,19.403713,21.151455,31.439413,191.39172,28.276873,48.915268,21.808193,26.3737,690.0133,586.2374,15.524946,83.18777,7.5337024,3.396448,27.23431,44.984768,14.301736,420.63165,5.960208,339.99014,74.47028,1.0091853,4.739587,115.05144,37.698513,185.55765,166.84863,8271.178,0.8726677,1857.551,2.6353066,1.3367423,0.71375036,5.8578253,209.11287,277.5012,39.236633,312.5934,28.441162,10.4681835,754.90424,5.718753,79.45687,80.469284,463.75632,39.990246,374.1347,22.478119,75.421844,0.0,4704.452,13472.694,23.336155,131.26909,132.32933,38198.504,186.90762,16.71548,55.583576,98.379135,95.40086,35.641598,45.340878,759.3213,122.45497,40.792515,12.724912,16.670248,1134.4214,43.755108,412.5177,79.26768,2233.3323,128.92058,173.1142,170.8345,107.23134,11.458793,19.898317,53.477375,8.17984,9.498091,53.830597,66.766396,100.03421,18.339262,18.536064,206.092,11.75995,3788.8657,64.447426,86.19489,76.49841,66.9493,252.37209,113.36866,88.06552,24.572481,27.022997,57.04161,310.12552,201.0861,102.84859,369.73572,64.1299,75.54452,223.54431,234.93988,1071.3379,199.31079,5.4079223,16.163542,8.607195,132.25418,15720.735,7.917171,22.566616,35.192963,35.234146,396.5388,79.26887,139.09103,5.1599836,210.21976,505.08084,304.3663,92.90784,408.55875,42.531944,67.959496,309.11102,19.836752,3.0685136,15.8776245,1711.5839,0.518207,1.3328629,87.4155,10.986271,5.373729,13.95163,22.470148,237.62636,75.5829,141.20801,1153.3632,200.63686,2089.5547,1884.1641,18.511496,24.75969,15380.597,9.323463,56.82303,395.4482,93.674904,170.13686,69.27037,384.38486,1209.424,326.8482,10.294826,78.52503,749.36835,2232.9604,40.66859,551.8359,52.16558,0.97422147,55.590736,0.96941847,0.48920646,2.0592413,30.359459,110.86144,279.60638,12.905542,3205.2734,178.9823,56.163113,63.868782,16.283949,86.41566,15.514807,2.1911223,27.094893,114.9416,11.661751,6.5840507,10.664372,28.047884,12.52978,6.081301,39.03219,930.1156,124.12246,2619.0193,37.73922,3636.7998,67.40221,541.2205,1763.3007,49.16237,13.032911,1983.7529,2722.7688,6755.8774,370.1342 +2023-05-28 14:00:00,0.0,8765.073,77.79002,19.390665,21.159836,31.420164,191.36525,28.268078,48.879772,21.804255,26.354197,690.4858,586.19415,15.515107,83.23779,7.539464,3.4002507,27.218058,45.024452,14.3081665,420.5067,5.9647903,339.95834,74.428955,1.0065019,4.7317657,115.03897,37.6799,185.4773,166.78453,8279.27,0.8707937,1856.8387,2.6248524,1.3347701,0.712487,5.846182,209.08296,277.5013,39.204865,312.8965,28.434341,10.469398,754.75037,5.710913,79.47989,80.49849,463.83948,40.028282,374.13263,22.492874,75.46059,0.0,4705.538,13479.103,23.360577,131.38634,132.44406,38207.65,187.00429,16.732904,55.57253,98.384674,95.46105,35.671547,45.346813,759.40485,122.50672,40.787495,12.735927,16.680084,1134.7869,43.81048,412.6835,79.28132,2233.2239,128.97328,173.1901,170.85005,106.99185,11.453274,19.88435,53.40432,8.172924,9.489717,53.878933,66.80996,99.98239,18.344767,18.547016,206.23102,11.747281,3788.1353,64.486435,86.27688,76.57664,66.994606,252.31137,113.42277,88.11895,24.58518,27.034472,57.07169,310.41232,201.10495,102.87782,369.866,64.1305,75.59207,223.69019,234.95355,1071.6198,199.37523,5.403489,16.164583,8.607039,132.13086,15723.228,7.9188237,22.53947,35.158512,35.24355,396.62466,79.31783,139.00864,5.1607733,210.31049,504.8123,304.05945,92.94795,407.9279,42.51389,67.92978,309.38394,19.819706,3.064886,15.867903,1712.5415,0.51625276,1.3292742,87.34815,10.989363,5.373823,13.928406,22.44509,237.35858,75.55087,141.16519,1152.6235,200.696,2089.3523,1884.1786,18.52087,24.777847,15391.527,9.321322,56.867832,395.566,93.750206,170.25961,69.30135,384.58585,1209.4272,326.9098,10.300826,78.5677,749.95416,2232.8264,40.662548,552.4282,52.221615,0.97375906,55.591015,0.96918505,0.4887235,2.0584202,30.385248,110.95579,279.80804,12.884472,3207.1946,179.17429,56.22139,63.9291,16.29877,86.46035,15.531496,2.1910887,27.126883,115.027054,11.679355,6.5911093,10.673939,28.029234,12.526152,6.0879526,39.070107,930.6145,124.224525,2621.324,37.757008,3639.436,67.43064,540.9698,1764.862,49.20738,13.031258,1984.7662,2723.9236,6758.5947,369.79843 +2023-05-28 15:00:00,0.0,8771.764,77.83768,19.377617,21.168217,31.400913,191.33879,28.259281,48.844276,21.800318,26.334696,690.9582,586.1509,15.505268,83.28782,7.545225,3.4040534,27.201805,45.06414,14.314597,420.3818,5.9693723,339.9265,74.38763,1.0038185,4.723945,115.02651,37.66129,185.39696,166.72041,8287.361,0.86891973,1856.1266,2.6143985,1.3327979,0.7112236,5.8345375,209.05307,277.50143,39.173096,313.1996,28.42752,10.470611,754.5965,5.703074,79.5029,80.527695,463.9227,40.066322,374.13058,22.50763,75.49934,0.0,4706.624,13485.512,23.385,131.50357,132.55879,38216.79,187.10095,16.75033,55.56148,98.39021,95.52124,35.701492,45.352745,759.4884,122.558464,40.782475,12.7469425,16.68992,1135.1522,43.86585,412.8493,79.29496,2233.1155,129.02599,173.26596,170.8656,106.75236,11.447755,19.870382,53.331264,8.166009,9.481343,53.927265,66.853516,99.93057,18.35027,18.557968,206.37004,11.734612,3787.405,64.525444,86.35887,76.654854,67.0399,252.25067,113.476875,88.17238,24.597878,27.045944,57.10177,310.6991,201.1238,102.90706,369.9963,64.1311,75.63962,223.83607,234.96724,1071.9015,199.43967,5.3990564,16.165625,8.606884,132.00755,15725.721,7.920476,22.512325,35.124058,35.252956,396.7105,79.366806,138.92625,5.1615634,210.40121,504.54373,303.7526,92.98806,407.29703,42.495834,67.90007,309.6569,19.802658,3.0612583,15.858181,1713.499,0.51429844,1.3256855,87.28081,10.992454,5.3739176,13.905182,22.420029,237.09082,75.51885,141.12238,1151.8839,200.75513,2089.1501,1884.1932,18.530243,24.796003,15402.457,9.3191805,56.912636,395.6838,93.82551,170.38235,69.33234,384.78683,1209.4305,326.97137,10.306826,78.610374,750.5399,2232.6921,40.65651,553.02057,52.277653,0.9732967,55.591293,0.96895164,0.4882405,2.057599,30.411037,111.05013,280.0097,12.8634,3209.1157,179.36627,56.279667,63.989414,16.313595,86.50504,15.548185,2.191055,27.15887,115.11252,11.696959,6.598168,10.683504,28.010584,12.522523,6.0946035,39.10802,931.11346,124.32659,2623.6287,37.7748,3642.0723,67.459076,540.7191,1766.4235,49.252384,13.029603,1985.7795,2725.0784,6761.312,369.46268 +2023-05-28 16:00:00,0.0,8778.454,77.88532,19.364569,21.176598,31.381664,191.31232,28.250484,48.80878,21.79638,26.315193,691.43066,586.10767,15.49543,83.337845,7.550987,3.4078562,27.185555,45.10383,14.321027,420.25687,5.973954,339.89468,74.3463,1.0011351,4.716124,115.014046,37.64268,185.3166,166.6563,8295.452,0.86704576,1855.4144,2.6039443,1.3308257,0.7099602,5.8228936,209.02316,277.50156,39.141327,313.5027,28.420698,10.471825,754.4426,5.6952343,79.52592,80.5569,464.00586,40.10436,374.1285,22.522385,75.53808,0.0,4707.7104,13491.921,23.409422,131.62082,132.67352,38225.93,187.19762,16.767754,55.550438,98.39574,95.58142,35.73144,45.358677,759.57196,122.610214,40.777454,12.757958,16.699757,1135.5176,43.92122,413.01514,79.3086,2233.007,129.07869,173.34184,170.88115,106.51286,11.442236,19.856415,53.25821,8.159093,9.472969,53.9756,66.897064,99.87875,18.355774,18.56892,206.50906,11.721944,3786.6748,64.56445,86.44086,76.73307,67.085205,252.18996,113.53098,88.22581,24.610577,27.057419,57.13185,310.98587,201.14264,102.936295,370.1266,64.13171,75.687164,223.98195,234.98091,1072.1833,199.5041,5.3946238,16.166666,8.606729,131.88425,15728.213,7.9221287,22.48518,35.089603,35.262363,396.7964,79.41577,138.84386,5.1623535,210.49193,504.27518,303.44577,93.028175,406.6662,42.477776,67.87035,309.9298,19.785612,3.0576305,15.848459,1714.4567,0.5123441,1.3220967,87.21346,10.995545,5.3740115,13.881957,22.39497,236.82304,75.48683,141.07956,1151.1442,200.81427,2088.948,1884.2078,18.539616,24.81416,15413.388,9.3170395,56.95744,395.8016,93.90081,170.50511,69.36333,384.98782,1209.434,327.03293,10.312826,78.653046,751.12573,2232.558,40.650467,553.6129,52.33369,0.97283435,55.59157,0.96871823,0.48775753,2.056778,30.436829,111.14448,280.2114,12.84233,3211.037,179.55824,56.33794,64.04973,16.328419,86.54973,15.564875,2.1910214,27.19086,115.197975,11.714562,6.6052265,10.69307,27.991936,12.518893,6.1012545,39.14594,931.61237,124.428665,2625.9333,37.792587,3644.7085,67.4875,540.4684,1767.9849,49.29739,13.027949,1986.7928,2726.2332,6764.03,369.12695 +2023-05-28 17:00:00,0.0,8785.144,77.932976,19.35152,21.184978,31.362413,191.28586,28.24169,48.77329,21.792442,26.29569,691.9031,586.0644,15.485591,83.38787,7.5567484,3.4116592,27.169302,45.143513,14.327457,420.13193,5.978536,339.86285,74.30497,0.9984517,4.7083035,115.00158,37.62407,185.23625,166.5922,8303.544,0.8651718,1854.7021,2.5934901,1.3288535,0.70869684,5.81125,208.99326,277.50168,39.10956,313.8058,28.413877,10.473038,754.2887,5.6873946,79.548935,80.586105,464.0891,40.142395,374.12646,22.537138,75.57682,0.0,4708.7964,13498.329,23.433844,131.73805,132.78825,38235.07,187.2943,16.785177,55.53939,98.401276,95.64161,35.76139,45.364613,759.6555,122.661964,40.77243,12.768973,16.709595,1135.883,43.97659,413.18094,79.32224,2232.8987,129.1314,173.41774,170.8967,106.27338,11.436716,19.842447,53.185154,8.152177,9.464596,54.023937,66.94062,99.826935,18.361277,18.57987,206.64809,11.709275,3785.9443,64.60346,86.52285,76.811295,67.13051,252.12926,113.58509,88.279236,24.623274,27.068892,57.16193,311.27264,201.16148,102.96552,370.2569,64.13231,75.73472,224.12784,234.99458,1072.4651,199.56854,5.390191,16.167707,8.606573,131.76094,15730.705,7.9237814,22.458035,35.05515,35.271767,396.88223,79.464745,138.76147,5.1631436,210.58266,504.0066,303.13892,93.06828,406.03534,42.45972,67.84064,310.20273,19.768564,3.0540028,15.8387375,1715.4143,0.5103898,1.318508,87.14612,10.998636,5.3741055,13.858733,22.369911,236.55527,75.45481,141.03674,1150.4045,200.87341,2088.7456,1884.2224,18.548988,24.832315,15424.318,9.3148985,57.002243,395.9194,93.97611,170.62785,69.39431,385.1888,1209.4373,327.0945,10.318827,78.69572,751.71155,2232.424,40.64443,554.20526,52.38973,0.97237194,55.59185,0.9684848,0.4872746,2.055957,30.462618,111.238815,280.41306,12.8212595,3212.9583,179.75023,56.396217,64.11005,16.34324,86.59442,15.581563,2.1909878,27.222849,115.28343,11.732166,6.612285,10.702636,27.973286,12.5152645,6.1079054,39.183853,932.1113,124.53073,2628.238,37.810375,3647.345,67.51594,540.21765,1769.5463,49.342396,13.026296,1987.8062,2727.388,6766.747,368.7912 +2023-05-28 18:00:00,0.0,8791.834,77.98062,19.338472,21.19336,31.343164,191.25938,28.232893,48.737793,21.788504,26.27619,692.37555,586.0211,15.475753,83.4379,7.5625095,3.415462,27.153051,45.1832,14.333888,420.007,5.983118,339.83105,74.26364,0.99576825,4.7004824,114.98911,37.60546,185.15591,166.52808,8311.636,0.8632979,1853.99,2.5830362,1.3268813,0.7074334,5.799606,208.96335,277.5018,39.07779,314.10886,28.407057,10.474252,754.1348,5.679555,79.57195,80.61531,464.17227,40.180435,374.1244,22.551893,75.61556,0.0,4709.883,13504.738,23.458265,131.85529,132.90298,38244.21,187.39096,16.8026,55.528343,98.406815,95.7018,35.791336,45.370544,759.73914,122.71371,40.76741,12.779989,16.71943,1136.2484,44.03196,413.34674,79.33589,2232.7903,129.1841,173.4936,170.91225,106.03388,11.431197,19.82848,53.112103,8.145261,9.456223,54.07227,66.984184,99.775116,18.366781,18.590822,206.78711,11.696607,3785.214,64.64247,86.604836,76.88951,67.17581,252.06854,113.63919,88.332664,24.635973,27.080364,57.19201,311.55942,201.18033,102.99476,370.3872,64.13291,75.782265,224.27371,235.00827,1072.747,199.63298,5.385758,16.16875,8.606418,131.63763,15733.198,7.9254336,22.43089,35.0207,35.281174,396.96808,79.51371,138.67908,5.1639338,210.67339,503.73804,302.83206,93.1084,405.40448,42.441666,67.81092,310.47565,19.751518,3.0503752,15.829016,1716.3718,0.50843555,1.3149194,87.07877,11.001728,5.3742,13.835509,22.34485,236.2875,75.42278,140.99391,1149.6649,200.93256,2088.5435,1884.2369,18.558363,24.850471,15435.248,9.312757,57.047043,396.03717,94.051414,170.7506,69.42529,385.3898,1209.4406,327.1561,10.324827,78.73839,752.2973,2232.2898,40.638386,554.7976,52.445766,0.9719096,55.59213,0.9682514,0.4867916,2.055136,30.488407,111.33316,280.61472,12.800188,3214.8796,179.94221,56.454494,64.170364,16.358065,86.639114,15.598252,2.1909542,27.254839,115.36889,11.749769,6.619344,10.712202,27.954638,12.511636,6.1145563,39.22177,932.6102,124.6328,2630.5427,37.828167,3649.9812,67.54437,539.967,1771.1077,49.3874,13.024642,1988.8195,2728.5427,6769.465,368.45544 +2023-05-28 19:00:00,0.0,8798.524,78.028275,19.325424,21.20174,31.323914,191.23291,28.224096,48.702297,21.784567,26.256687,692.84796,585.97784,15.465914,83.48793,7.568271,3.4192648,27.136799,45.22289,14.340318,419.88208,5.9877005,339.79922,74.22231,0.99308485,4.692662,114.97665,37.58685,185.07556,166.46396,8319.728,0.8614239,1853.2777,2.572582,1.3249091,0.70617,5.787962,208.93344,277.50192,39.04602,314.41196,28.400236,10.475466,753.98096,5.6717157,79.59496,80.64451,464.2555,40.21847,374.12234,22.566648,75.654305,0.0,4710.9688,13511.147,23.482689,131.97253,133.01772,38253.35,187.48763,16.820024,55.517296,98.41235,95.76198,35.821285,45.376476,759.8227,122.76546,40.76239,12.791005,16.729267,1136.6139,44.08733,413.51254,79.34953,2232.682,129.2368,173.56949,170.9278,105.79439,11.425678,19.814514,53.039047,8.138345,9.447848,54.120605,67.02774,99.723305,18.372286,18.601774,206.92613,11.683938,3784.484,64.68148,86.68683,76.96773,67.221115,252.00784,113.6933,88.386086,24.64867,27.091839,57.222088,311.84622,201.19916,103.023994,370.5175,64.133514,75.82981,224.4196,235.02194,1073.0287,199.69742,5.3813252,16.169792,8.606262,131.51433,15735.69,7.9270864,22.403744,34.986244,35.29058,397.05396,79.56268,138.5967,5.1647234,210.76411,503.46948,302.52524,93.148506,404.77365,42.42361,67.78121,310.74857,19.73447,3.0467474,15.819294,1717.3295,0.50648123,1.3113307,87.01143,11.004819,5.374294,13.812285,22.319792,236.01973,75.39076,140.9511,1148.9253,200.9917,2088.3413,1884.2516,18.567736,24.868628,15446.179,9.310616,57.091846,396.15497,94.12672,170.87335,69.456276,385.5908,1209.4438,327.21765,10.330828,78.78106,752.8831,2232.1558,40.632343,555.3899,52.5018,0.9714472,55.592407,0.96801805,0.48630863,2.0543149,30.514196,111.427505,280.8164,12.779118,3216.8008,180.13419,56.512768,64.23068,16.372889,86.68381,15.614942,2.1909206,27.286827,115.454346,11.767373,6.626403,10.721767,27.935987,12.508006,6.121207,39.259686,933.1092,124.73487,2632.8474,37.845955,3652.6174,67.5728,539.71625,1772.6691,49.43241,13.022988,1989.8328,2729.6975,6772.182,368.1197 +2023-05-28 20:00:00,0.0,8805.214,78.07592,19.312376,21.210121,31.304665,191.20645,28.215302,48.6668,21.780628,26.237185,693.32043,585.9346,15.456075,83.53796,7.574033,3.4230676,27.120546,45.262577,14.346748,419.75714,5.9922824,339.7674,74.180984,0.99040145,4.6848407,114.96419,37.568237,184.99522,166.39986,8327.819,0.85954994,1852.5656,2.5621278,1.3229369,0.70490664,5.776318,208.90353,277.50204,39.01425,314.71506,28.393414,10.476679,753.8271,5.663876,79.61798,80.67371,464.33865,40.256508,374.12027,22.581404,75.69305,0.0,4712.0547,13517.557,23.50711,132.08977,133.13243,38262.496,187.58429,16.83745,55.50625,98.41789,95.82217,35.85123,45.382412,759.90625,122.81721,40.75737,12.802021,16.739103,1136.9792,44.1427,413.67838,79.363174,2232.5735,129.2895,173.64539,170.94334,105.5549,11.420159,19.800547,52.965992,8.131429,9.439475,54.168938,67.07129,99.671486,18.377789,18.612726,207.06516,11.671269,3783.7534,64.72049,86.768814,77.04595,67.26642,251.94713,113.747406,88.439514,24.66137,27.103312,57.25217,312.133,201.218,103.05323,370.6478,64.13412,75.87736,224.56548,235.03561,1073.3105,199.76186,5.3768926,16.170834,8.606106,131.39102,15738.184,7.928739,22.3766,34.95179,35.299984,397.1398,79.61165,138.5143,5.1655135,210.85484,503.2009,302.21838,93.188614,404.1428,42.405556,67.751495,311.02148,19.717424,3.0431197,15.809573,1718.287,0.5045269,1.3077419,86.944084,11.007911,5.3743877,13.789062,22.294733,235.75195,75.35874,140.90828,1148.1855,201.05083,2088.139,1884.2661,18.577108,24.886786,15457.109,9.308474,57.13665,396.27277,94.20202,170.9961,69.48727,385.79178,1209.4471,327.27924,10.336828,78.82373,753.4689,2232.0217,40.626305,555.98224,52.55784,0.9709848,55.592686,0.96778464,0.4858257,2.0534937,30.539986,111.52185,281.01807,12.758047,3218.722,180.32617,56.571045,64.29099,16.38771,86.72849,15.631631,2.190887,27.318817,115.5398,11.784977,6.6334615,10.731334,27.91734,12.504377,6.127858,39.2976,933.6081,124.83694,2635.152,37.863743,3655.254,67.601234,539.4655,1774.2305,49.477417,13.021335,1990.8461,2730.8523,6774.8994,367.78394 +2023-05-28 21:00:00,0.0,8811.904,78.12357,19.299328,21.218502,31.285414,191.17998,28.206505,48.631306,21.77669,26.217682,693.7929,585.8913,15.446237,83.58798,7.579794,3.4268703,27.104296,45.30226,14.353179,419.6322,5.9968643,339.73557,74.139656,0.987718,4.6770196,114.95172,37.54963,184.91487,166.33574,8335.911,0.85767597,1851.8533,2.551674,1.3209647,0.70364326,5.764674,208.87364,277.50214,38.982483,315.01816,28.386593,10.477893,753.6732,5.6560364,79.641,80.70292,464.42188,40.294548,374.11823,22.596159,75.7318,0.0,4713.1406,13523.965,23.531532,132.20702,133.24716,38271.637,187.68095,16.854874,55.4952,98.42343,95.882355,35.88118,45.388344,759.9898,122.86895,40.752346,12.813036,16.74894,1137.3446,44.19807,413.84418,79.376816,2232.465,129.34221,173.72125,170.9589,105.31541,11.41464,19.78658,52.892937,8.124514,9.431101,54.217274,67.11485,99.61967,18.383293,18.623678,207.20418,11.658602,3783.0232,64.7595,86.85081,77.12417,67.311714,251.88641,113.80151,88.49294,24.674067,27.114786,57.28225,312.41977,201.23685,103.08246,370.7781,64.13473,75.92491,224.71136,235.04929,1073.5923,199.8263,5.37246,16.171875,8.60595,131.26772,15740.676,7.9303913,22.349455,34.917336,35.30939,397.22568,79.66062,138.43192,5.1663036,210.94557,502.93234,301.91153,93.22873,403.51193,42.3875,67.72178,311.2944,19.700377,3.039492,15.799851,1719.2446,0.5025726,1.3041532,86.87674,11.011003,5.374482,13.765837,22.269672,235.48419,75.32671,140.86546,1147.4459,201.10997,2087.9368,1884.2808,18.586481,24.904942,15468.039,9.306333,57.181454,396.39056,94.27732,171.11885,69.51825,385.99277,1209.4504,327.34082,10.342829,78.866394,754.0547,2231.8875,40.620262,556.5746,52.613876,0.97052246,55.592964,0.96755123,0.4853427,2.0526726,30.565777,111.616196,281.21976,12.736976,3220.6433,180.51814,56.629322,64.35131,16.402534,86.773186,15.648319,2.1908534,27.350807,115.62527,11.802581,6.64052,10.740899,27.89869,12.500749,6.134509,39.335518,934.107,124.939,2637.457,37.881535,3657.8901,67.62967,539.21484,1775.7919,49.522423,13.019681,1991.8594,2732.007,6777.617,367.44818 +2023-05-28 22:00:00,0.0,8818.595,78.17122,19.28628,21.226883,31.266165,191.15352,28.19771,48.59581,21.772753,26.198181,694.2653,585.848,15.436398,83.63801,7.5855556,3.4306731,27.088043,45.34195,14.359609,419.5073,6.0014462,339.70377,74.09833,0.9850346,4.669199,114.939255,37.531017,184.83452,166.27162,8344.003,0.855802,1851.1411,2.5412197,1.3189925,0.7023799,5.7530303,208.84373,277.50226,38.950714,315.32123,28.379772,10.479107,753.51935,5.6481967,79.66401,80.732124,464.50507,40.332584,374.11615,22.610914,75.77054,0.0,4714.227,13530.374,23.555956,132.32425,133.3619,38280.777,187.77763,16.872297,55.484154,98.42896,95.942535,35.91113,45.394276,760.07336,122.9207,40.747326,12.824052,16.758776,1137.7101,44.25344,414.00998,79.39046,2232.3564,129.39491,173.79713,170.97443,105.07591,11.4091215,19.772612,52.81988,8.117598,9.422728,54.265606,67.15841,99.56785,18.388796,18.63463,207.3432,11.645933,3782.293,64.79851,86.93279,77.202385,67.35702,251.82571,113.85562,88.54637,24.686766,27.126259,57.31233,312.70654,201.25569,103.111694,370.9084,64.13533,75.97246,224.85724,235.06297,1073.8741,199.89073,5.3680267,16.172916,8.605795,131.14441,15743.169,7.932044,22.32231,34.882885,35.318798,397.31152,79.70959,138.34952,5.1670938,211.03629,502.6638,301.6047,93.26884,402.8811,42.369442,67.69207,311.56735,19.683329,3.0358644,15.79013,1720.2021,0.50061834,1.3005645,86.809395,11.014093,5.374576,13.742613,22.244614,235.21642,75.29469,140.82265,1146.7063,201.16911,2087.7346,1884.2953,18.595856,24.923098,15478.97,9.304192,57.226257,396.50836,94.35262,171.2416,69.54923,386.19376,1209.4537,327.40237,10.348828,78.909065,754.6405,2231.7534,40.614223,557.16693,52.669914,0.9700601,55.593243,0.9673178,0.48485973,2.0518517,30.591566,111.71054,281.42142,12.715905,3222.5645,180.71013,56.687595,64.41163,16.417358,86.81788,15.665009,2.1908197,27.382795,115.710724,11.820185,6.6475787,10.750465,27.880041,12.497119,6.1411605,39.373432,934.60596,125.04108,2639.7617,37.899323,3660.5264,67.6581,538.9641,1777.3533,49.56743,13.018027,1992.8727,2733.1619,6780.3345,367.11243 +2023-05-28 23:00:00,0.0,8825.284,78.21887,19.273232,21.235262,31.246914,191.12704,28.188913,48.560318,21.768814,26.178679,694.7378,585.80475,15.4265585,83.688034,7.591317,3.434476,27.071793,45.381638,14.366039,419.38235,6.0060287,339.67194,74.057,0.9823512,4.661378,114.92679,37.51241,184.75418,166.2075,8352.095,0.8539281,1850.429,2.5307655,1.3170203,0.70111644,5.741386,208.81383,277.50238,38.918945,315.62433,28.37295,10.48032,753.3654,5.6403575,79.68703,80.76133,464.58826,40.37062,374.1141,22.62567,75.80928,0.0,4715.313,13536.783,23.580378,132.4415,133.47662,38289.918,187.8743,16.88972,55.473106,98.4345,96.00272,35.941074,45.40021,760.1569,122.97244,40.742306,12.835068,16.768614,1138.0754,44.30881,414.1758,79.4041,2232.248,129.44762,173.87303,170.98997,104.836426,11.403603,19.758644,52.746826,8.110682,9.414354,54.313942,67.201965,99.51603,18.3943,18.645582,207.48224,11.633265,3781.5625,64.83752,87.014786,77.28061,67.40232,251.765,113.90973,88.5998,24.699463,27.137733,57.342407,312.99335,201.27454,103.14093,371.0387,64.13593,76.020004,225.00313,235.07664,1074.1559,199.95518,5.363594,16.173958,8.605639,131.02109,15745.661,7.9336967,22.295164,34.84843,35.3282,397.3974,79.75856,138.26714,5.167884,211.12701,502.3952,301.29785,93.30895,402.25024,42.351387,67.66235,311.84027,19.666283,3.0322366,15.780408,1721.1598,0.49866402,1.2969759,86.74205,11.017185,5.37467,13.719389,22.219553,234.94864,75.26267,140.77983,1145.9666,201.22826,2087.5322,1884.3099,18.605228,24.941254,15489.9,9.30205,57.271057,396.62613,94.427925,171.36435,69.580215,386.3947,1209.4572,327.46396,10.354829,78.95174,755.22626,2231.6194,40.60818,557.7593,52.725952,0.96959776,55.593525,0.9670844,0.48437676,2.0510306,30.617355,111.804886,281.62308,12.694835,3224.4856,180.90211,56.745872,64.47194,16.432182,86.862564,15.681698,2.1907861,27.414785,115.79618,11.837788,6.6546373,10.760031,27.861391,12.49349,6.1478114,39.41135,935.10486,125.14314,2642.0664,37.91711,3663.1628,67.68653,538.7134,1778.9147,49.612434,13.016374,1993.886,2734.3167,6783.0522,366.7767 +2023-05-29 00:00:00,0.0,8831.975,78.26652,19.260183,21.243643,31.227665,191.10059,28.180117,48.524822,21.764877,26.159176,695.2102,585.76154,15.41672,83.73806,7.5970783,3.4382787,27.05554,45.42132,14.37247,419.25742,6.0106106,339.6401,74.01567,0.9796678,4.6535573,114.91432,37.493797,184.67383,166.1434,8360.187,0.8520541,1849.7167,2.5203116,1.3150481,0.69985306,5.729742,208.78392,277.5025,38.887177,315.92743,28.366129,10.481534,753.21155,5.632518,79.710045,80.790535,464.67145,40.40866,374.11203,22.640425,75.84802,0.0,4716.399,13543.191,23.6048,132.55873,133.59135,38299.06,187.97096,16.907145,55.46206,98.44004,96.06291,35.971024,45.406143,760.2405,123.02419,40.73728,12.846083,16.77845,1138.4409,44.36418,414.3416,79.41774,2232.1396,129.50032,173.9489,171.00552,104.59693,11.398084,19.744677,52.67377,8.1037655,9.40598,54.362274,67.245514,99.46421,18.399803,18.656532,207.62126,11.620596,3780.8323,64.87652,87.09677,77.358826,67.447624,251.7043,113.96384,88.65323,24.712162,27.149206,57.37249,313.28012,201.29337,103.170166,371.169,64.136536,76.06755,225.149,235.09032,1074.4377,200.01962,5.3591614,16.175,8.605484,130.89778,15748.154,7.9353495,22.268019,34.813976,35.33761,397.48325,79.807526,138.18474,5.1686735,211.21774,502.12665,300.991,93.34906,401.6194,42.333332,67.63264,312.1132,19.649235,3.0286088,15.770686,1722.1174,0.4967097,1.293387,86.67471,11.020276,5.3747644,13.696165,22.194494,234.68088,75.230644,140.73701,1145.2269,201.28738,2087.33,1884.3245,18.614601,24.95941,15500.831,9.299909,57.31586,396.74393,94.50323,171.48709,69.611206,386.5957,1209.4604,327.52554,10.360829,78.99441,755.8121,2231.485,40.602142,558.3516,52.78199,0.96913534,55.593803,0.966851,0.4838938,2.0502095,30.643145,111.89922,281.82477,12.673763,3226.407,181.09409,56.804146,64.53226,16.447004,86.90726,15.698387,2.1907527,27.446774,115.88164,11.8553915,6.661696,10.769596,27.842741,12.4898615,6.1544623,39.449265,935.6038,125.24522,2644.371,37.934902,3665.799,67.714966,538.4627,1780.4761,49.657444,13.01472,1994.8993,2735.4714,6785.7695,366.44095 +2023-05-29 01:00:00,0.0,8838.665,78.31417,19.247135,21.252024,31.208414,191.07411,28.171322,48.489326,21.760939,26.139675,695.6827,585.71826,15.406881,83.788086,7.60284,3.4420815,27.03929,45.46101,14.3789,419.13248,6.0151925,339.60828,73.97434,0.9769843,4.645736,114.90186,37.475185,184.59349,166.07928,8368.278,0.85018015,1849.0045,2.5098574,1.3130759,0.6985897,5.7180986,208.75401,277.50262,38.855408,316.2305,28.359308,10.482747,753.0577,5.624678,79.733055,80.81974,464.75464,40.446697,374.11,22.65518,75.886765,0.0,4717.485,13549.601,23.629221,132.67596,133.70609,38308.2,188.06763,16.92457,55.45101,98.44558,96.12309,36.000973,45.412075,760.32404,123.07594,40.73226,12.857099,16.788286,1138.8063,44.41955,414.50742,79.43139,2232.0312,129.55302,174.02478,171.02107,104.35744,11.392565,19.73071,52.600716,8.096849,9.397607,54.41061,67.28908,99.4124,18.405308,18.667484,207.76028,11.607927,3780.102,64.91553,87.178764,77.43704,67.49293,251.64359,114.017944,88.70665,24.72486,27.160679,57.40257,313.5669,201.31221,103.199394,371.2993,64.13714,76.115105,225.29489,235.10399,1074.7195,200.08406,5.3547287,16.176043,8.605329,130.77448,15750.646,7.9370017,22.240873,34.779522,35.347015,397.56912,79.8565,138.10236,5.1694636,211.30847,501.8581,300.68417,93.389175,400.98856,42.315277,67.60293,312.3861,19.632189,3.0249813,15.760964,1723.075,0.49475542,1.2897984,86.60737,11.023368,5.3748584,13.672941,22.169436,234.4131,75.19862,140.69418,1144.4873,201.34653,2087.128,1884.3391,18.623976,24.977566,15511.761,9.297768,57.360664,396.86172,94.57853,171.60985,69.64219,386.7967,1209.4637,327.5871,10.36683,79.03708,756.3979,2231.351,40.5961,558.944,52.838024,0.968673,55.59408,0.9666176,0.48341084,2.0493884,30.668934,111.99357,282.02643,12.652693,3228.3281,181.28607,56.862423,64.592575,16.461828,86.95195,15.7150755,2.1907191,27.478764,115.967094,11.872995,6.6687546,10.779162,27.824093,12.486233,6.1611133,39.487183,936.1027,125.34728,2646.6758,37.95269,3668.4353,67.7434,538.212,1782.0375,49.70245,13.013065,1995.9126,2736.6262,6788.4873,366.1052 +2023-05-29 02:00:00,0.0,8845.3545,78.36182,19.234087,21.260405,31.189165,191.04765,28.162525,48.45383,21.757002,26.120173,696.1551,585.675,15.397043,83.83811,7.6086016,3.4458842,27.023037,45.500698,14.38533,419.00757,6.0197744,339.57648,73.933014,0.9743009,4.6379156,114.8894,37.456577,184.51314,166.01517,8376.369,0.8483062,1848.2922,2.4994035,1.3111037,0.6973263,5.7064543,208.7241,277.50275,38.82364,316.5336,28.352488,10.483961,752.9038,5.6168385,79.75607,80.848946,464.83786,40.484734,374.1079,22.669935,75.925514,0.0,4718.5713,13556.01,23.653645,132.79321,133.82082,38317.344,188.1643,16.941994,55.439964,98.45111,96.18328,36.03092,45.41801,760.40765,123.127686,40.72724,12.868114,16.798122,1139.1716,44.474922,414.67322,79.44503,2231.9229,129.60573,174.10068,171.03662,104.11795,11.387046,19.716742,52.527664,8.089934,9.389233,54.458946,67.332634,99.36058,18.41081,18.678436,207.8993,11.595259,3779.3716,64.95454,87.26075,77.51527,67.53823,251.58289,114.07205,88.76008,24.737558,27.172153,57.432648,313.85367,201.33105,103.22863,371.4296,64.13774,76.16265,225.44077,235.11768,1075.0013,200.1485,5.3502955,16.177084,8.605173,130.65117,15753.139,7.9386544,22.213728,34.74507,35.35642,397.65497,79.90547,138.01996,5.1702538,211.3992,501.58954,300.37732,93.42928,400.3577,42.297222,67.57321,312.65903,19.61514,3.0213535,15.751243,1724.0326,0.4928011,1.2862097,86.54002,11.026459,5.3749523,13.649716,22.144375,234.14532,75.1666,140.65137,1143.7476,201.40567,2086.9255,1884.3536,18.633348,24.995724,15522.691,9.295626,57.405468,396.97952,94.65383,171.73259,69.67317,386.99768,1209.467,327.64868,10.37283,79.07975,756.98364,2231.217,40.590057,559.5363,52.894062,0.96821064,55.59436,0.96638423,0.48292786,2.0485673,30.694725,112.08791,282.22812,12.631622,3230.2495,181.47806,56.9207,64.65289,16.476652,86.99664,15.731765,2.1906855,27.510752,116.05255,11.890599,6.675813,10.788728,27.805443,12.482603,6.167764,39.525097,936.6017,125.44935,2648.9805,37.970478,3671.0718,67.77183,537.96124,1783.5989,49.747456,13.011412,1996.9259,2737.781,6791.2046,365.76944 +2023-05-29 03:00:00,0.0,8852.045,78.40947,19.221039,21.268785,31.169914,191.02118,28.153728,48.418335,21.753063,26.10067,696.62756,585.6317,15.387204,83.888145,7.6143627,3.449687,27.006784,45.540382,14.391761,418.88263,6.024357,339.54465,73.891685,0.9716175,4.6300945,114.87693,37.437965,184.4328,165.95107,8384.461,0.8464322,1847.5801,2.4889493,1.3091315,0.6960629,5.6948104,208.6942,277.50287,38.791866,316.8367,28.345665,10.485175,752.74994,5.6089993,79.77909,80.87815,464.92102,40.522774,374.10587,22.68469,75.96426,0.0,4719.657,13562.418,23.678066,132.91045,133.93555,38326.484,188.26097,16.959417,55.428917,98.45665,96.24347,36.060867,45.423943,760.4912,123.179436,40.72222,12.879129,16.807959,1139.5371,44.530293,414.83905,79.45867,2231.8145,129.65843,174.17656,171.05217,103.878456,11.381527,19.702774,52.45461,8.083018,9.380859,54.50728,67.37619,99.30876,18.416315,18.689388,208.03833,11.58259,3778.6414,64.993546,87.34274,77.59348,67.58353,251.52217,114.12616,88.81351,24.750256,27.183626,57.462727,314.14047,201.3499,103.257866,371.5599,64.13834,76.2102,225.58665,235.13135,1075.2831,200.21294,5.345863,16.178125,8.605018,130.52786,15755.632,7.940307,22.186584,34.710617,35.365826,397.74084,79.95444,137.93758,5.171044,211.48991,501.32095,300.07047,93.46939,399.72684,42.279167,67.543495,312.93195,19.598095,3.0177257,15.741521,1724.9901,0.4908468,1.2826209,86.47268,11.029551,5.3750463,13.6264925,22.119316,233.87756,75.13458,140.60855,1143.0078,201.46481,2086.7234,1884.3683,18.642721,25.01388,15533.622,9.293485,57.45027,397.0973,94.72913,171.85535,69.704155,387.19867,1209.4703,327.71027,10.378831,79.12242,757.56946,2231.0828,40.58402,560.1286,52.9501,0.9677482,55.59464,0.9661508,0.4824449,2.0477464,30.720514,112.18226,282.42978,12.610551,3232.1707,181.67003,56.978973,64.7132,16.491474,87.04133,15.748454,2.190652,27.542742,116.13801,11.908203,6.6828723,10.798294,27.786795,12.478974,6.174415,39.563015,937.1006,125.55142,2651.2852,37.98827,3673.708,67.80026,537.7106,1785.1603,49.79246,13.009758,1997.9393,2738.9358,6793.922,365.4337 +2023-05-29 04:00:00,0.0,8858.735,78.457115,19.20799,21.277166,31.150663,190.9947,28.144934,48.382843,21.749125,26.08117,697.1,585.58844,15.377365,83.93817,7.6201243,3.4534898,26.990534,45.58007,14.3981905,418.7577,6.028939,339.51282,73.85036,0.96893406,4.622274,114.86446,37.419353,184.35245,165.88695,8392.553,0.84455824,1846.8678,2.4784951,1.3071593,0.69479954,5.683167,208.6643,277.503,38.760098,317.13977,28.338844,10.486388,752.59607,5.6011596,79.8021,80.90735,465.00427,40.56081,374.1038,22.699446,76.003,0.0,4720.743,13568.827,23.702488,133.0277,134.05028,38335.625,188.35764,16.976841,55.41787,98.46219,96.30365,36.090816,45.429874,760.57477,123.231186,40.717197,12.890145,16.817797,1139.9025,44.585663,415.00485,79.47231,2231.706,129.71114,174.25243,171.06772,103.63896,11.376008,19.688807,52.381554,8.076102,9.372486,54.555614,67.41975,99.25694,18.421818,18.70034,208.17735,11.5699215,3777.9111,65.032555,87.42473,77.6717,67.62883,251.46147,114.18027,88.866936,24.762955,27.1951,57.49281,314.42725,201.36874,103.2871,371.6902,64.138954,76.257744,225.73253,235.14502,1075.565,200.27737,5.34143,16.179167,8.604862,130.40456,15758.124,7.9419594,22.15944,34.676163,35.375233,397.8267,80.00341,137.85518,5.171834,211.58064,501.0524,299.76364,93.50951,399.096,42.261112,67.51378,313.20486,19.581047,3.014098,15.731799,1725.9478,0.48889253,1.2790322,86.405334,11.032642,5.3751407,13.603269,22.094255,233.60979,75.102554,140.56573,1142.2682,201.52396,2086.5212,1884.3829,18.652094,25.032036,15544.552,9.291344,57.49507,397.2151,94.804436,171.97809,69.73514,387.39966,1209.4736,327.77182,10.384831,79.165085,758.1552,2230.9487,40.577976,560.72095,53.006138,0.9672859,55.594917,0.9659174,0.48196194,2.0469253,30.746304,112.2766,282.63144,12.58948,3234.0918,181.86201,57.03725,64.77352,16.506298,87.08602,15.765143,2.1906183,27.574732,116.22347,11.925806,6.689931,10.807859,27.768145,12.475346,6.181066,39.60093,937.59955,125.65349,2653.5898,38.006058,3676.3442,67.8287,537.45984,1786.7217,49.837467,13.008104,1998.9526,2740.0906,6796.6396,365.09793 +2023-05-29 05:00:00,0.0,8865.426,78.50477,19.194942,21.285547,31.131414,190.96825,28.136137,48.347347,21.745188,26.061666,697.57245,585.54517,15.367527,83.9882,7.625886,3.4572928,26.974281,45.61976,14.404621,418.63275,6.0335207,339.48102,73.80903,0.96625066,4.614453,114.852,37.400745,184.2721,165.82283,8400.645,0.8426843,1846.1556,2.4680412,1.3051871,0.6935361,5.6715226,208.6344,277.5031,38.72833,317.44287,28.332024,10.487602,752.4422,5.59332,79.82512,80.936554,465.08743,40.598846,374.1017,22.714201,76.04174,0.0,4721.8296,13575.236,23.726912,133.14493,134.16501,38344.766,188.4543,16.994267,55.406822,98.46772,96.36384,36.12076,45.43581,760.6583,123.28293,40.712177,12.901161,16.827633,1140.268,44.641033,415.17065,79.485954,2231.5977,129.76384,174.32832,171.08327,103.399475,11.370489,19.674839,52.3085,8.069186,9.364112,54.603947,67.4633,99.205124,18.427322,18.711292,208.31638,11.557253,3777.1807,65.07156,87.50672,77.74992,67.67413,251.40076,114.234375,88.920364,24.775652,27.206573,57.52289,314.71402,201.38759,103.31633,371.8205,64.13956,76.3053,225.87842,235.1587,1075.8467,200.34181,5.3369975,16.180208,8.604707,130.28125,15760.617,7.943612,22.132294,34.64171,35.384636,397.91257,80.052376,137.7728,5.1726236,211.67137,500.78384,299.4568,93.549614,398.46515,42.243053,67.48407,313.4778,19.564001,3.0104704,15.722078,1726.9053,0.4869382,1.2754436,86.33799,11.035733,5.3752346,13.580045,22.069197,233.34201,75.07053,140.52292,1141.5286,201.58308,2086.3188,1884.3975,18.661469,25.050192,15555.482,9.289202,57.539875,397.3329,94.87974,172.10083,69.76613,387.60065,1209.477,327.8334,10.390831,79.207756,758.741,2230.8147,40.571938,561.3133,53.062176,0.9668235,55.595196,0.965684,0.48147896,2.0461042,30.772093,112.37095,282.83313,12.56841,3236.0132,182.05399,57.095528,64.83384,16.521122,87.130714,15.781832,2.1905847,27.60672,116.30893,11.94341,6.6969895,10.817426,27.749496,12.471716,6.187717,39.638844,938.09845,125.755554,2655.8945,38.023846,3678.9807,67.857124,537.2091,1788.2831,49.882477,13.006451,1999.966,2741.2454,6799.357,364.7622 +2023-05-29 06:00:00,0.0,8872.115,78.55242,19.181894,21.293928,31.112164,190.94177,28.127342,48.31185,21.74125,26.042164,698.0449,585.5019,15.357688,84.03822,7.631647,3.4610956,26.95803,45.659443,14.411052,418.50784,6.0381026,339.4492,73.7677,0.96356726,4.6066318,114.83954,37.382133,184.19176,165.75871,8408.736,0.84081036,1845.4435,2.457587,1.3032149,0.6922727,5.6598787,208.60449,277.50323,38.69656,317.74597,28.325201,10.488816,752.28827,5.5854807,79.84814,80.96576,465.17065,40.636887,374.09967,22.728956,76.08048,0.0,4722.9155,13581.6455,23.751333,133.26218,134.27974,38353.906,188.55096,17.01169,55.395775,98.47326,96.42403,36.15071,45.441742,760.7419,123.33468,40.707157,12.912176,16.83747,1140.6333,44.696404,415.3365,79.499596,2231.4893,129.81654,174.4042,171.09882,103.15998,11.36497,19.660873,52.235443,8.06227,9.355739,54.652283,67.50686,99.153305,18.432825,18.722244,208.4554,11.544584,3776.4504,65.11057,87.58871,77.82814,67.71944,251.34004,114.28848,88.97379,24.788351,27.218048,57.552967,315.0008,201.40642,103.345566,371.9508,64.14016,76.352844,226.02429,235.17238,1076.1285,200.40625,5.3325644,16.18125,8.604551,130.15794,15763.109,7.945265,22.105148,34.607258,35.394043,397.9984,80.10135,137.6904,5.1734138,211.7621,500.51526,299.14993,93.58973,397.8343,42.225,67.45435,313.75073,19.546953,3.0068426,15.712357,1727.8629,0.48498392,1.2718549,86.270645,11.038825,5.3753285,13.556821,22.044138,233.07425,75.03851,140.4801,1140.789,201.64223,2086.1167,1884.4121,18.670841,25.068348,15566.413,9.287061,57.58468,397.45068,94.95504,172.22359,69.79711,387.80164,1209.4803,327.895,10.3968315,79.25043,759.32684,2230.6804,40.565895,561.90564,53.11821,0.96636117,55.595474,0.9654506,0.48099598,2.045283,30.797884,112.465294,283.0348,12.5473385,3237.9343,182.24597,57.1538,64.89415,16.535946,87.1754,15.798521,2.190551,27.63871,116.39439,11.961014,6.704048,10.826991,27.730846,12.468087,6.1943684,39.67676,938.59735,125.85763,2658.1992,38.041637,3681.617,67.88556,536.95844,1789.8445,49.927483,13.004797,2000.9792,2742.4001,6802.0747,364.42645 +2023-05-29 07:00:00,0.0,8878.806,78.60007,19.168846,21.302309,31.092915,190.91531,28.118546,48.276356,21.737312,26.022661,698.51733,585.4587,15.347849,84.08825,7.6374087,3.4648983,26.941778,45.69913,14.417481,418.3829,6.0426846,339.41736,73.72637,0.9608838,4.598811,114.82707,37.363525,184.1114,165.69461,8416.828,0.8389364,1844.7312,2.4471328,1.3012428,0.69100934,5.648235,208.57458,277.50336,38.66479,318.04907,28.31838,10.490029,752.1344,5.577641,79.87115,80.994965,465.2538,40.674923,374.0976,22.74371,76.119225,0.0,4724.002,13588.054,23.775755,133.37941,134.39447,38363.047,188.64764,17.029114,55.38473,98.4788,96.48421,36.18066,45.447674,760.82544,123.38642,40.702137,12.923192,16.847305,1140.9987,44.751774,415.5023,79.51324,2231.3809,129.86925,174.48007,171.11436,102.92049,11.359451,19.646906,52.162388,8.055354,9.347364,54.700615,67.550415,99.10149,18.43833,18.733194,208.59442,11.531916,3775.7202,65.14958,87.6707,77.90636,67.76474,251.27934,114.34258,89.027214,24.801048,27.22952,57.583046,315.2876,201.42526,103.3748,372.0811,64.14076,76.40039,226.17018,235.18605,1076.4103,200.47069,5.3281317,16.182291,8.604396,130.03464,15765.603,7.946917,22.078003,34.572803,35.40345,398.0843,80.150314,137.60802,5.174204,211.85283,500.2467,298.84308,93.62984,397.20346,42.206944,67.42464,314.02365,19.529907,3.0032148,15.702635,1728.8206,0.4830296,1.2682661,86.2033,11.041916,5.375423,13.533596,22.019077,232.80647,75.006485,140.43729,1140.0492,201.70137,2085.9146,1884.4266,18.680214,25.086504,15577.343,9.28492,57.629482,397.56848,95.03034,172.34633,69.828094,388.00262,1209.4836,327.95654,10.402832,79.2931,759.9126,2230.5464,40.559853,562.498,53.174248,0.96589875,55.595753,0.9652172,0.48051304,2.044462,30.823673,112.55964,283.23645,12.526268,3239.8555,182.43796,57.21208,64.95447,16.550768,87.22009,15.81521,2.1905174,27.670698,116.47984,11.978618,6.711107,10.836557,27.712198,12.464458,6.2010193,39.714676,939.0963,125.959694,2660.5042,38.059425,3684.2532,67.913994,536.7077,1791.4058,49.97249,13.003143,2001.9926,2743.555,6804.792,364.0907 +2023-05-29 08:00:00,0.0,8885.496,78.64772,19.155798,21.31069,31.073664,190.88884,28.109749,48.24086,21.733374,26.00316,698.9898,585.4154,15.338011,84.138275,7.6431704,3.4687011,26.925526,45.73882,14.423912,418.25797,6.047267,339.38553,73.685036,0.9582004,4.59099,114.814606,37.344913,184.03107,165.6305,8424.92,0.8370624,1844.019,2.436679,1.2992706,0.68974596,5.636591,208.54468,277.50348,38.633022,318.35214,28.31156,10.491243,751.9805,5.5698013,79.894165,81.02417,465.33704,40.71296,374.09555,22.758465,76.157974,0.0,4725.088,13594.463,23.800177,133.49664,134.5092,38372.19,188.74431,17.046537,55.373684,98.48434,96.544395,36.210606,45.45361,760.909,123.43817,40.697113,12.934208,16.857141,1141.3641,44.807144,415.6681,79.526886,2231.2722,129.92195,174.55597,171.12991,102.681,11.353932,19.632938,52.089333,8.048439,9.338991,54.74895,67.59397,99.049675,18.443834,18.744146,208.73344,11.519247,3774.9897,65.18859,87.752686,77.98458,67.81004,251.21863,114.39669,89.08064,24.813747,27.240993,57.61313,315.57437,201.4441,103.40404,372.2114,64.141365,76.44794,226.31606,235.19972,1076.6921,200.53513,5.323699,16.183332,8.604239,129.91132,15768.095,7.94857,22.050858,34.53835,35.412853,398.17014,80.19929,137.52562,5.174994,211.94354,499.97815,298.53625,93.66995,396.5726,42.18889,67.39493,314.29657,19.51286,2.999587,15.692913,1729.7781,0.48107532,1.2646774,86.135956,11.045008,5.375517,13.510372,21.994019,232.5387,74.974464,140.39447,1139.3096,201.76051,2085.7122,1884.4413,18.689587,25.104662,15588.273,9.282778,57.674286,397.68625,95.10565,172.46909,69.85908,388.20358,1209.4869,328.01813,10.408833,79.33577,760.4984,2230.4124,40.553814,563.09033,53.230286,0.9654364,55.59603,0.96498376,0.48003006,2.043641,30.849463,112.65398,283.43814,12.505198,3241.7769,182.62993,57.27035,65.014786,16.565592,87.264786,15.8319,2.1904838,27.702688,116.5653,11.996222,6.7181654,10.846123,27.693548,12.460829,6.20767,39.752594,939.5952,126.06176,2662.8088,38.077213,3686.8896,67.94242,536.457,1792.9672,50.017494,13.00149,2003.0059,2744.7097,6807.5093,363.75494 +2023-05-29 09:00:00,0.0,8892.186,78.695366,19.14275,21.31907,31.054415,190.86238,28.100954,48.205364,21.729437,25.983658,699.4622,585.37213,15.328172,84.1883,7.6489315,3.472504,26.909275,45.778507,14.430343,418.13306,6.051849,339.35373,73.64371,0.955517,4.5831695,114.80214,37.3263,183.95071,165.56638,8433.012,0.83518845,1843.3068,2.4262247,1.2972984,0.6884826,5.624947,208.51477,277.50357,38.601254,318.65524,28.304737,10.492456,751.82666,5.5619617,79.91718,81.053375,465.42023,40.751,374.09348,22.77322,76.19672,0.0,4726.174,13600.872,23.8246,133.61389,134.62393,38381.332,188.84097,17.063961,55.362637,98.48987,96.60458,36.240555,45.45954,760.9926,123.48992,40.692093,12.945223,16.866978,1141.7295,44.862514,415.83392,79.54053,2231.1638,129.97466,174.63185,171.14546,102.441505,11.348413,19.61897,52.016277,8.041523,9.330618,54.797287,67.63753,98.997856,18.449337,18.755098,208.87247,11.506579,3774.2595,65.2276,87.83468,78.0628,67.85534,251.15793,114.4508,89.13407,24.826445,27.252468,57.643208,315.86115,201.46295,103.433266,372.34167,64.14197,76.49549,226.46194,235.21341,1076.9739,200.59958,5.3192663,16.184376,8.604084,129.78801,15770.588,7.9502225,22.023714,34.503895,35.42226,398.256,80.24825,137.44324,5.175784,212.03427,499.7096,298.2294,93.71006,395.94174,42.170834,67.36521,314.5695,19.495813,2.9959595,15.683191,1730.7357,0.479121,1.2610887,86.06861,11.048099,5.375611,13.487148,21.968958,232.27094,74.942444,140.35164,1138.57,201.81966,2085.51,1884.4558,18.698961,25.122818,15599.204,9.280637,57.719086,397.80405,95.180954,172.59183,69.89007,388.40457,1209.4902,328.0797,10.414833,79.37844,761.08417,2230.278,40.54777,563.6827,53.286324,0.96497405,55.59631,0.9647504,0.47954708,2.04282,30.875252,112.74832,283.6398,12.484126,3243.698,182.82191,57.32863,65.0751,16.580416,87.30948,15.848588,2.1904502,27.734678,116.65076,12.013824,6.725224,10.855689,27.6749,12.4572,6.214321,39.79051,940.0942,126.16383,2665.1135,38.095005,3689.526,67.970856,536.2063,1794.5286,50.0625,12.999836,2004.0192,2745.8645,6810.227,363.4192 +2023-05-29 10:00:00,0.0,8898.876,78.74302,19.129702,21.327452,31.035164,190.8359,28.092157,48.169872,21.725498,25.964155,699.9347,585.32886,15.318333,84.23833,7.654693,3.4763067,26.893023,45.81819,14.436772,418.00812,6.056431,339.3219,73.60238,0.95283353,4.5753484,114.78967,37.307693,183.87036,165.50227,8441.104,0.83331454,1842.5946,2.4157708,1.2953262,0.68721914,5.6133027,208.48486,277.5037,38.569485,318.95834,28.297916,10.49367,751.6728,5.5541224,79.9402,81.08258,465.50342,40.789036,374.09143,22.787975,76.23546,0.0,4727.26,13607.28,23.849022,133.73112,134.73866,38390.473,188.93764,17.081387,55.35159,98.49541,96.664764,36.270504,45.465477,761.0762,123.541664,40.687073,12.956239,16.876816,1142.095,44.917885,415.99973,79.55417,2231.0554,130.02736,174.70772,171.16101,102.20201,11.342895,19.605003,51.943222,8.034607,9.322244,54.84562,67.68108,98.94604,18.454842,18.76605,209.0115,11.493911,3773.5293,65.26661,87.916664,78.141014,67.90064,251.09721,114.504906,89.1875,24.839142,27.26394,57.673286,316.14792,201.4818,103.4625,372.472,64.14257,76.54304,226.60782,235.22708,1077.2557,200.66402,5.314833,16.185417,8.603929,129.6647,15773.08,7.9518747,21.996569,34.469444,35.431667,398.34186,80.297226,137.36084,5.1765738,212.125,499.441,297.92255,93.75017,395.3109,42.15278,67.335495,314.8424,19.478765,2.9923317,15.67347,1731.6932,0.4771667,1.2574999,86.00127,11.05119,5.3757052,13.463924,21.9439,232.00316,74.910416,140.30882,1137.8303,201.87878,2085.3076,1884.4705,18.708334,25.140974,15610.135,9.278495,57.76389,397.92184,95.256256,172.71458,69.92105,388.60556,1209.4935,328.14127,10.420834,79.42111,761.67,2230.144,40.541733,564.275,53.34236,0.96451163,55.59659,0.964517,0.4790641,2.0419989,30.901041,112.84267,283.8415,12.463056,3245.6191,183.0139,57.386906,65.135414,16.595238,87.354164,15.865277,2.1904166,27.766666,116.73622,12.031428,6.7322826,10.865254,27.65625,12.453571,6.220972,39.828426,940.5931,126.2659,2667.4182,38.112793,3692.162,67.99929,535.95557,1796.09,50.10751,12.998182,2005.0325,2747.0193,6812.9443,363.08344 +2023-05-29 11:00:00,0.0,8905.566,78.790665,19.116653,21.335833,31.015915,190.80943,28.08336,48.134377,21.721561,25.944654,700.4071,585.2856,15.308495,84.28835,7.6604543,3.4801095,26.876772,45.85788,14.443203,417.88318,6.0610127,339.29007,73.56105,0.95015013,4.567528,114.777214,37.28908,183.79002,165.43816,8449.195,0.83144057,1841.8823,2.4053166,1.293354,0.68595576,5.6016593,208.45497,277.5038,38.537716,319.2614,28.291096,10.4948845,751.5189,5.546283,79.96321,81.111786,465.5866,40.827072,374.08936,22.80273,76.2742,0.0,4728.3457,13613.689,23.873444,133.84837,134.8534,38399.613,189.0343,17.09881,55.34054,98.500946,96.72495,36.30045,45.47141,761.1597,123.593414,40.68205,12.967255,16.886652,1142.4603,44.973255,416.16553,79.56781,2230.947,130.08006,174.78362,171.17656,101.962524,11.337376,19.591036,51.87017,8.027691,9.31387,54.893955,67.72464,98.89422,18.460344,18.777002,209.15053,11.481242,3772.7988,65.30562,87.99866,78.21924,67.945946,251.03651,114.55901,89.24093,24.851841,27.275415,57.70337,316.43472,201.50064,103.49174,372.6023,64.14318,76.59058,226.75371,235.24075,1077.5375,200.72845,5.3104005,16.186459,8.603773,129.5414,15775.573,7.9535275,21.969423,34.43499,35.441074,398.42773,80.34619,137.27846,5.177364,212.21573,499.17245,297.61572,93.79028,394.68005,42.13472,67.305786,315.11533,19.46172,2.988704,15.663748,1732.6509,0.4752124,1.2539113,85.93392,11.054281,5.375799,13.440701,21.91884,231.7354,74.878395,140.266,1137.0906,201.93793,2085.1055,1884.485,18.717707,25.15913,15621.064,9.276354,57.808693,398.03964,95.33156,172.83733,69.952034,388.80655,1209.4968,328.20285,10.426834,79.46378,762.2558,2230.01,40.53569,564.8673,53.398396,0.9640493,55.59687,0.9642836,0.47858116,2.0411777,30.926832,112.93701,284.04315,12.441985,3247.5405,183.20587,57.44518,65.19573,16.610062,87.39886,15.881967,2.190383,27.798656,116.82168,12.049032,6.7393413,10.87482,27.6376,12.449942,6.227623,39.86634,941.09204,126.367966,2669.723,38.13058,3694.7986,68.02772,535.70483,1797.6514,50.152515,12.996528,2006.0458,2748.174,6815.662,362.74768 +2023-05-29 12:00:00,0.0,8912.256,78.83832,19.103605,21.344213,30.996664,190.78297,28.074566,48.09888,21.717623,25.925152,700.8796,585.2423,15.2986555,84.33839,7.666216,3.4839122,26.86052,45.897568,14.449634,417.75824,6.065595,339.25824,73.51972,0.94746673,4.5597067,114.76475,37.270473,183.70967,165.37404,8457.287,0.8295666,1841.1702,2.3948624,1.2913818,0.6846924,5.5900154,208.42506,277.50394,38.505947,319.5645,28.284275,10.496098,751.36505,5.538443,79.98623,81.14099,465.6698,40.865112,374.0873,22.817486,76.31294,0.0,4729.432,13620.099,23.897867,133.9656,134.96812,38408.754,189.13098,17.116234,55.329494,98.50648,96.78514,36.3304,45.47734,761.2433,123.645164,40.67703,12.97827,16.896488,1142.8257,45.028625,416.33133,79.58145,2230.8386,130.13277,174.8595,171.19211,101.72303,11.331857,19.577068,51.797115,8.020775,9.305496,54.942287,67.768196,98.8424,18.465849,18.787954,209.28955,11.468574,3772.0686,65.34463,88.08064,78.297455,67.99125,250.9758,114.61312,89.29436,24.864538,27.286888,57.733448,316.7215,201.51947,103.520966,372.73257,64.14378,76.63813,226.89958,235.25443,1077.8193,200.7929,5.305968,16.1875,8.603618,129.41809,15778.065,7.95518,21.942278,34.400536,35.450478,398.51358,80.395164,137.19606,5.178154,212.30646,498.9039,297.30887,93.83039,394.0492,42.116665,67.27607,315.38828,19.444672,2.9850764,15.654026,1733.6084,0.4732581,1.2503226,85.86658,11.057373,5.375893,13.417476,21.89378,231.46762,74.846375,140.22319,1136.351,201.99707,2084.9033,1884.4996,18.727081,25.177286,15631.995,9.274213,57.853497,398.15744,95.40686,172.96008,69.98302,389.00754,1209.5002,328.26443,10.432834,79.506454,762.84155,2229.8757,40.52965,565.45966,53.454433,0.9635869,55.59715,0.9640502,0.47809818,2.0403566,30.952621,113.03136,284.2448,12.420914,3249.4617,183.39786,57.503456,65.25605,16.624886,87.44355,15.898656,2.1903493,27.830645,116.907135,12.066636,6.7464,10.884386,27.618952,12.446313,6.234274,39.904255,941.59094,126.47004,2672.0276,38.148373,3697.4348,68.05615,535.45416,1799.2128,50.19752,12.994874,2007.0591,2749.3289,6818.3794,362.41196 +2023-05-29 13:00:00,0.0,8918.946,78.88596,19.090557,21.352594,30.977415,190.7565,28.06577,48.063385,21.713684,25.90565,701.35205,585.19904,15.288817,84.38841,7.6719775,3.487715,26.844267,45.937252,14.456063,417.63333,6.070177,339.22644,73.47839,0.9447833,4.551886,114.75228,37.25186,183.62933,165.30994,8465.378,0.8276926,1840.458,2.3844085,1.2894096,0.683429,5.578371,208.39516,277.50406,38.47418,319.8676,28.277452,10.497312,751.2111,5.5306034,80.00925,81.17019,465.753,40.90315,374.08524,22.832241,76.351685,0.0,4730.518,13626.508,23.922289,134.08286,135.08286,38417.895,189.22765,17.133657,55.318447,98.51202,96.84532,36.360348,45.483276,761.32684,123.69691,40.67201,12.989285,16.906324,1143.1912,45.084,416.49716,79.59509,2230.7302,130.18547,174.93536,171.20766,101.483536,11.326338,19.5631,51.72406,8.013859,9.297123,54.990623,67.81175,98.79058,18.471352,18.798906,209.42857,11.455905,3771.3381,65.38363,88.162636,78.37567,68.03655,250.9151,114.66723,89.347786,24.877237,27.298363,57.763527,317.00827,201.53831,103.5502,372.86288,64.14439,76.685684,227.04547,235.26811,1078.1011,200.85733,5.301535,16.188541,8.603462,129.29478,15780.558,7.9568324,21.915133,34.36608,35.459885,398.59946,80.44413,137.11368,5.178944,212.39717,498.6353,297.002,93.87051,393.41837,42.09861,67.24635,315.6612,19.427624,2.9814487,15.644304,1734.566,0.4713038,1.2467339,85.79923,11.060465,5.3759875,13.394252,21.868721,231.19984,74.814354,140.18037,1135.6113,202.05621,2084.701,1884.5142,18.736454,25.195442,15642.926,9.272071,57.8983,398.2752,95.48216,173.08282,70.01401,389.20853,1209.5035,328.326,10.438834,79.54912,763.42737,2229.7417,40.52361,566.052,53.51047,0.9631245,55.597427,0.96381676,0.4776152,2.0395358,30.97841,113.1257,284.4465,12.399843,3251.383,183.58983,57.561733,65.31636,16.639708,87.488235,15.915344,2.1903157,27.862635,116.99259,12.08424,6.753459,10.893951,27.600302,12.442684,6.240925,39.942173,942.0899,126.572105,2674.3323,38.16616,3700.071,68.08459,535.2034,1800.7742,50.242527,12.99322,2008.0724,2750.4836,6821.0967,362.0762 +2023-05-29 14:00:00,0.0,8925.637,78.93362,19.077509,21.360975,30.958164,190.73004,28.056973,48.02789,21.709747,25.886148,701.82446,585.15576,15.278978,84.43844,7.6777387,3.4915178,26.828016,45.97694,14.462494,417.5084,6.074759,339.1946,73.437065,0.94209987,4.544065,114.739815,37.23325,183.54898,165.24582,8473.47,0.82581866,1839.7457,2.3739543,1.2874374,0.6821656,5.566727,208.36525,277.50418,38.44241,320.1707,28.270632,10.498526,751.05725,5.522764,80.03226,81.199394,465.83618,40.941185,374.0832,22.846996,76.390434,0.0,4731.6045,13632.916,23.94671,134.20009,135.19759,38427.035,189.32431,17.151083,55.3074,98.517555,96.90551,36.390293,45.48921,761.4104,123.74866,40.66699,13.000301,16.91616,1143.5565,45.13937,416.66296,79.60874,2230.6218,130.23817,175.01126,171.2232,101.24405,11.320819,19.549133,51.651005,8.006944,9.28875,55.038956,67.85531,98.73876,18.476856,18.809856,209.5676,11.443236,3770.608,65.42264,88.24462,78.453896,68.081856,250.85439,114.72134,89.40121,24.889935,27.309835,57.793606,317.29504,201.55716,103.57944,372.9932,64.14499,76.73323,227.19135,235.28178,1078.3829,200.92177,5.297102,16.189583,8.603307,129.17148,15783.051,7.958485,21.887987,34.33163,35.46929,398.6853,80.4931,137.03128,5.179734,212.4879,498.36676,296.6952,93.910614,392.7875,42.080555,67.21664,315.9341,19.410578,2.9778209,15.634583,1735.5237,0.4693495,1.2431451,85.73189,11.063556,5.3760815,13.371028,21.843662,230.93208,74.782326,140.13756,1134.8716,202.11534,2084.4988,1884.5288,18.745827,25.2136,15653.855,9.26993,57.9431,398.393,95.557465,173.20558,70.04499,389.40952,1209.5068,328.38757,10.444835,79.59179,764.0131,2229.6077,40.517567,566.64435,53.56651,0.96266216,55.597706,0.96358335,0.47713226,2.0387146,31.0042,113.22005,284.64816,12.378773,3253.3042,183.78181,57.620007,65.37668,16.654531,87.53293,15.932034,2.190282,27.894623,117.07805,12.101843,6.7605176,10.903518,27.581654,12.4390545,6.247576,39.980087,942.5888,126.67417,2676.637,38.18395,3702.7073,68.113014,534.9527,1802.3356,50.287533,12.991567,2009.0857,2751.6384,6823.8145,361.74045 +2023-05-29 15:00:00,0.0,8932.326,78.98126,19.06446,21.369354,30.938915,190.70357,28.048178,47.992397,21.705809,25.866646,702.29694,585.11255,15.269139,84.488464,7.6835003,3.4953206,26.811764,46.01663,14.4689245,417.38345,6.079341,339.16278,73.39574,0.93941647,4.536244,114.727356,37.21464,183.46863,165.1817,8481.562,0.82394475,1839.0336,2.3635,1.2854652,0.6809022,5.5550838,208.33534,277.5043,38.41064,320.4738,28.263811,10.499739,750.9034,5.5149245,80.055275,81.2286,465.91937,40.979225,374.08112,22.861752,76.42918,0.0,4732.6904,13639.325,23.971132,134.31732,135.31232,38436.18,189.42097,17.168507,55.296352,98.523094,96.9657,36.420242,45.49514,761.49396,123.8004,40.661964,13.011316,16.925999,1143.9219,45.19474,416.82877,79.62238,2230.5134,130.29088,175.08714,171.23875,101.004555,11.3153,19.535166,51.57795,8.000028,9.2803755,55.08729,67.898865,98.68695,18.482359,18.820808,209.70662,11.430568,3769.8777,65.46165,88.326614,78.53211,68.12715,250.79367,114.775444,89.454636,24.902634,27.321308,57.82369,317.58182,201.576,103.60867,373.12347,64.14559,76.78078,227.33723,235.29546,1078.6647,200.9862,5.2926693,16.190624,8.603151,129.04817,15785.543,7.960138,21.860842,34.297176,35.478695,398.77118,80.54207,136.9489,5.180524,212.57863,498.0982,296.38834,93.95073,392.15665,42.0625,67.18693,316.20703,19.39353,2.974193,15.624862,1736.4812,0.4673952,1.2395564,85.66454,11.066648,5.3761754,13.347804,21.818602,230.6643,74.750305,140.09474,1134.132,202.17448,2084.2966,1884.5433,18.7552,25.231756,15664.786,9.267789,57.987904,398.5108,95.63277,173.32832,70.07597,389.6105,1209.5101,328.44916,10.450835,79.63446,764.59894,2229.4734,40.511528,567.2367,53.622547,0.9621998,55.597984,0.96334994,0.47664928,2.0378935,31.02999,113.31439,284.84982,12.357701,3255.2253,183.9738,57.678284,65.437,16.669355,87.57762,15.948723,2.1902485,27.926613,117.163506,12.119447,6.767576,10.913083,27.563004,12.435426,6.254227,40.018005,943.0877,126.776245,2678.9417,38.20174,3705.3438,68.14145,534.702,1803.897,50.332542,12.989913,2010.099,2752.7932,6826.5317,361.4047 +2023-05-29 16:00:00,0.0,8939.017,79.028915,19.051413,21.377735,30.919664,190.67711,28.039381,47.9569,21.701872,25.847143,702.76935,585.0693,15.259301,84.53849,7.689262,3.4991233,26.795513,46.056313,14.475354,417.2585,6.083923,339.13095,73.35441,0.93673307,4.5284233,114.71489,37.19603,183.38829,165.11758,8489.653,0.8220708,1838.3213,2.3530462,1.283493,0.6796388,5.5434394,208.30544,277.50443,38.378872,320.7769,28.256989,10.500953,750.7495,5.507085,80.07829,81.257805,466.0026,41.01726,374.07907,22.876507,76.46792,0.0,4733.7764,13645.734,23.995556,134.43457,135.42705,38445.32,189.51764,17.18593,55.285305,98.528625,97.02588,36.450188,45.501076,761.5775,123.85215,40.656944,13.022332,16.935835,1144.2874,45.25011,416.9946,79.636024,2230.405,130.34358,175.16301,171.2543,100.76506,11.309781,19.521198,51.504894,7.9931116,9.272002,55.135628,67.94242,98.63513,18.487864,18.83176,209.84564,11.417899,3769.1472,65.500656,88.4086,78.61033,68.172455,250.73297,114.82955,89.508064,24.91533,27.332783,57.853767,317.86862,201.59485,103.6379,373.25378,64.146194,76.82832,227.48311,235.30914,1078.9465,201.05064,5.2882366,16.191668,8.602996,128.92485,15788.036,7.96179,21.833698,34.262722,35.488102,398.85703,80.59104,136.8665,5.181314,212.66936,497.82962,296.08148,93.99084,391.52582,42.044445,67.15721,316.47995,19.376484,2.9705656,15.61514,1737.4388,0.4654409,1.2359678,85.597206,11.069738,5.37627,13.32458,21.793543,230.39653,74.718285,140.05191,1133.3923,202.23363,2084.0942,1884.558,18.764574,25.249912,15675.717,9.265647,58.032707,398.6286,95.70807,173.45107,70.10696,389.8115,1209.5134,328.5107,10.456836,79.67713,765.18475,2229.3394,40.505486,567.82904,53.678585,0.96173745,55.598263,0.9631166,0.4761663,2.0370724,31.05578,113.40873,285.0515,12.336631,3257.1467,184.16577,57.73656,65.497314,16.68418,87.622314,15.965412,2.190215,27.958603,117.24896,12.137051,6.774635,10.922649,27.544355,12.431797,6.260878,40.05592,943.5867,126.87831,2681.2463,38.21953,3707.98,68.16988,534.4513,1805.4584,50.37755,12.988259,2011.1123,2753.948,6829.2495,361.06894 +2023-05-29 17:00:00,0.0,8945.707,79.07656,19.038364,21.386116,30.900415,190.65063,28.030586,47.921406,21.697933,25.82764,703.2418,585.026,15.249462,84.58852,7.695023,3.5029263,26.77926,46.096,14.481785,417.1336,6.0885053,339.09915,73.31308,0.9340496,4.520602,114.70242,37.17742,183.30794,165.05348,8497.745,0.8201968,1837.6091,2.342592,1.2815208,0.6783754,5.5317955,208.27554,277.50455,38.347103,321.08,28.250168,10.502166,750.59564,5.499245,80.1013,81.28701,466.08575,41.055298,374.077,22.891262,76.50666,0.0,4734.863,13652.143,24.019978,134.5518,135.54178,38454.46,189.61432,17.203354,55.274258,98.534164,97.08607,36.480137,45.507008,761.66113,123.9039,40.651924,13.033348,16.945671,1144.6527,45.30548,417.1604,79.649666,2230.2966,130.39629,175.2389,171.26985,100.52557,11.304262,19.50723,51.43184,7.9861956,9.263628,55.18396,67.98598,98.58331,18.493366,18.842712,209.98466,11.4052305,3768.417,65.539665,88.49059,78.68855,68.21776,250.67226,114.88366,89.56149,24.92803,27.344255,57.883846,318.1554,201.6137,103.66714,373.3841,64.1468,76.87588,227.629,235.32281,1079.2283,201.11508,5.283804,16.192709,8.60284,128.80154,15790.528,7.963443,21.806553,34.228268,35.49751,398.9429,80.640015,136.78412,5.182104,212.76009,497.56107,295.77466,94.030945,390.89496,42.02639,67.127495,316.75287,19.359436,2.9669378,15.605418,1738.3964,0.4634866,1.232379,85.52986,11.07283,5.3763638,13.301355,21.768482,230.12877,74.68626,140.0091,1132.6526,202.29277,2083.892,1884.5725,18.773947,25.268068,15686.646,9.263506,58.07751,398.7464,95.78337,173.57382,70.13794,390.01248,1209.5167,328.5723,10.462836,79.7198,765.7705,2229.2053,40.499447,568.4214,53.73462,0.96127504,55.59854,0.9628832,0.47568333,2.0362515,31.08157,113.503075,285.25317,12.31556,3259.0679,184.35776,57.794834,65.557625,16.699001,87.667,15.9821005,2.1901815,27.990591,117.33443,12.1546545,6.7816935,10.932215,27.525705,12.428167,6.267529,40.093838,944.0856,126.980385,2683.5513,38.237316,3710.6162,68.19831,534.20056,1807.0198,50.422554,12.986606,2012.1256,2755.1028,6831.967,360.7332 +2023-05-29 18:00:00,0.0,8952.396,79.124214,19.025316,21.394497,30.881165,190.62416,28.02179,47.88591,21.693996,25.80814,703.71423,584.9827,15.239623,84.63854,7.7007847,3.5067291,26.76301,46.13569,14.488215,417.00867,6.093087,339.06732,73.27175,0.9313662,4.5127816,114.68996,37.15881,183.2276,164.98936,8505.837,0.81832284,1836.8969,2.332138,1.2795486,0.67711204,5.520152,208.24564,277.50467,38.315334,321.38306,28.243347,10.50338,750.4418,5.491406,80.12432,81.316216,466.16898,41.093338,374.07495,22.906017,76.5454,0.0,4735.9487,13658.552,24.0444,134.66905,135.65651,38463.6,189.71098,17.220778,55.26321,98.5397,97.146255,36.510086,45.51294,761.7447,123.95564,40.646904,13.044363,16.955507,1145.0182,45.36085,417.3262,79.66331,2230.188,130.44899,175.31479,171.2854,100.28608,11.298743,19.493263,51.358784,7.9792795,9.255255,55.232296,68.02953,98.531494,18.49887,18.853664,210.12369,11.392562,3767.6868,65.578674,88.57258,78.76677,68.26306,250.61156,114.93776,89.61492,24.940727,27.35573,57.913925,318.44217,201.63252,103.69637,373.51437,64.14741,76.92342,227.77487,235.33649,1079.5101,201.17952,5.279371,16.19375,8.602685,128.67824,15793.021,7.9650955,21.779408,34.193817,35.506912,399.02875,80.68898,136.70172,5.182894,212.8508,497.2925,295.4678,94.07106,390.2641,42.00833,67.097786,317.0258,19.34239,2.96331,15.595696,1739.354,0.4615323,1.2287903,85.46252,11.075921,5.3764577,13.2781315,21.743423,229.861,74.654236,139.96628,1131.9128,202.35191,2083.69,1884.5872,18.78332,25.286224,15697.577,9.261365,58.122314,398.86417,95.85867,173.69656,70.16893,390.21344,1209.5201,328.63388,10.468837,79.762474,766.3563,2229.071,40.493404,569.01373,53.790657,0.9608127,55.59882,0.96264976,0.47520038,2.0354304,31.107359,113.59742,285.45486,12.294489,3260.989,184.54973,57.85311,65.61794,16.713825,87.71169,15.99879,2.1901479,28.022581,117.41988,12.172258,6.788752,10.941781,27.507057,12.424539,6.27418,40.131752,944.58453,127.08245,2685.856,38.255108,3713.2527,68.226746,533.9499,1808.5812,50.46756,12.984952,2013.139,2756.2576,6834.6846,360.39746 +2023-05-29 19:00:00,0.0,8959.087,79.17187,19.012268,21.402878,30.861916,190.5977,28.012993,47.850414,21.690058,25.788637,704.1867,584.93945,15.229785,84.68857,7.7065463,3.510532,26.746758,46.175373,14.494645,416.88373,6.097669,339.0355,73.23042,0.9286828,4.5049605,114.67749,37.140198,183.14725,164.92525,8513.929,0.81644887,1836.1847,2.321684,1.2775764,0.67584866,5.5085077,208.21573,277.5048,38.283566,321.68616,28.236526,10.504594,750.2879,5.4835663,80.14734,81.34542,466.25214,41.131374,374.07288,22.920773,76.58415,0.0,4737.0347,13664.961,24.068823,134.78629,135.77124,38472.742,189.80765,17.238203,55.252163,98.545235,97.206436,36.54003,45.518875,761.82825,124.00739,40.64188,13.055379,16.965343,1145.3835,45.41622,417.492,79.67695,2230.0796,130.5017,175.39067,171.30095,100.046585,11.293224,19.479298,51.285732,7.972364,9.2468815,55.28063,68.07309,98.479675,18.504374,18.864616,210.26271,11.379893,3766.9563,65.61768,88.65457,78.844986,68.308365,250.55084,114.99187,89.66835,24.953426,27.367203,57.944008,318.72894,201.65137,103.72561,373.64468,64.14801,76.97097,227.92076,235.35016,1079.7919,201.24397,5.274938,16.194792,8.602529,128.55493,15795.514,7.9667478,21.752262,34.159363,35.51632,399.1146,80.73795,136.61934,5.1836843,212.94153,497.02396,295.16095,94.11117,389.63327,41.990276,67.06807,317.29874,19.325342,2.9596822,15.585975,1740.3116,0.459578,1.2252016,85.39517,11.079013,5.3765516,13.254908,21.718365,229.59322,74.622215,139.92346,1131.1732,202.41104,2083.4875,1884.6017,18.792694,25.30438,15708.508,9.259223,58.167114,398.98196,95.933975,173.81932,70.19991,390.41443,1209.5234,328.69543,10.474836,79.805145,766.94214,2228.937,40.487366,569.6061,53.846695,0.96035033,55.5991,0.96241635,0.4747174,2.0346093,31.133148,113.691765,285.65652,12.273418,3262.9104,184.74171,57.911385,65.67826,16.72865,87.756386,16.015478,2.1901143,28.05457,117.50534,12.189861,6.7958107,10.951346,27.488407,12.42091,6.280831,40.16967,945.08344,127.18452,2688.1606,38.272896,3715.889,68.25518,533.69916,1810.1426,50.512566,12.983298,2014.1523,2757.4124,6837.402,360.0617 +2023-05-29 20:00:00,0.0,8965.777,79.21951,18.99922,21.411259,30.842665,190.57123,28.004198,47.81492,21.68612,25.769135,704.6592,584.8962,15.219946,84.7386,7.7123075,3.5143347,26.730505,46.21506,14.501076,416.75882,6.102251,339.00366,73.189095,0.92599934,4.49714,114.66503,37.12159,183.06691,164.86115,8522.0205,0.8145749,1835.4725,2.3112297,1.2756042,0.6745853,5.496864,208.18582,277.50488,38.251797,321.98926,28.229704,10.505807,750.134,5.4757266,80.17035,81.374626,466.3354,41.16941,374.07083,22.935528,76.622894,0.0,4738.1206,13671.369,24.093245,134.90353,135.88597,38481.883,189.90431,17.255627,55.241116,98.55077,97.266624,36.56998,45.524807,761.9118,124.05914,40.63686,13.066395,16.97518,1145.7489,45.471592,417.65784,79.69059,2229.9712,130.5544,175.46655,171.3165,99.8071,11.287705,19.46533,51.212677,7.965448,9.238507,55.328964,68.11665,98.42786,18.509878,18.875568,210.40173,11.367226,3766.226,65.65669,88.73656,78.92321,68.35367,250.49014,115.045975,89.72177,24.966124,27.378677,57.974087,319.01575,201.67021,103.75484,373.775,64.14861,77.018524,228.06664,235.36385,1080.0737,201.30841,5.2705054,16.195833,8.602373,128.43163,15798.007,7.9684005,21.725117,34.12491,35.525726,399.20047,80.78692,136.53694,5.184474,213.03226,496.75537,294.85413,94.15128,389.0024,41.97222,67.03835,317.57166,19.308296,2.9560547,15.576253,1741.2692,0.4576237,1.2216129,85.32783,11.082105,5.376646,13.231684,21.693304,229.32545,74.590195,139.88065,1130.4336,202.47018,2083.2854,1884.6163,18.802067,25.322538,15719.438,9.257082,58.211918,399.09976,96.00928,173.94206,70.230896,390.61542,1209.5267,328.75702,10.480837,79.84781,767.5279,2228.803,40.481323,570.19836,53.902733,0.9598879,55.599377,0.96218294,0.47423443,2.0337882,31.158937,113.78611,285.8582,12.252348,3264.8315,184.9337,57.96966,65.73858,16.743471,87.80108,16.032167,2.1900806,28.08656,117.5908,12.207465,6.8028693,10.960912,27.469759,12.41728,6.287482,40.207584,945.5824,127.28659,2690.4653,38.290684,3718.5251,68.28361,533.4484,1811.704,50.557575,12.981644,2015.1656,2758.5671,6840.119,359.72595 +2023-05-29 21:00:00,0.0,8972.467,79.267166,18.986172,21.41964,30.823416,190.54477,27.995401,47.779427,21.682182,25.749634,705.1316,584.8529,15.210107,84.78863,7.718069,3.5181375,26.714254,46.25475,14.507506,416.63388,6.1068335,338.97186,73.147766,0.92331594,4.489319,114.652565,37.102978,182.98656,164.79703,8530.112,0.812701,1834.7603,2.3007758,1.273632,0.67332184,5.48522,208.15591,277.505,38.220028,322.29233,28.222883,10.507021,749.9801,5.467887,80.19337,81.40383,466.41855,41.20745,374.06876,22.950283,76.66164,0.0,4739.207,13677.778,24.117666,135.02077,136.0007,38491.027,190.00098,17.27305,55.230072,98.55632,97.32681,36.59993,45.53074,761.99536,124.110886,40.63184,13.07741,16.985018,1146.1144,45.526962,417.82364,79.70424,2229.8628,130.6071,175.54243,171.33205,99.567604,11.2821865,19.451363,51.13962,7.9585323,9.230134,55.377296,68.1602,98.37604,18.515383,18.886518,210.54076,11.354557,3765.4958,65.6957,88.81855,79.00143,68.398964,250.42943,115.10008,89.7752,24.978823,27.39015,58.004166,319.30252,201.68906,103.78407,373.90527,64.149216,77.06607,228.21252,235.37752,1080.3555,201.37285,5.2660728,16.196875,8.602218,128.30832,15800.499,7.970053,21.697971,34.090454,35.53513,399.28632,80.83589,136.45456,5.185264,213.12299,496.48682,294.54727,94.19139,388.37158,41.954166,67.008644,317.84457,19.291248,2.952427,15.566531,1742.2268,0.4556694,1.2180241,85.26048,11.085196,5.37674,13.208459,21.668245,229.05768,74.55817,139.83783,1129.694,202.52933,2083.0833,1884.6309,18.81144,25.340694,15730.368,9.25494,58.25672,399.21756,96.08458,174.06482,70.26188,390.8164,1209.53,328.81857,10.486837,79.89048,768.1137,2228.6687,40.47528,570.7907,53.95877,0.95942557,55.599655,0.9619495,0.4737515,2.032967,31.184729,113.880455,286.05988,12.231277,3266.7527,185.12567,58.02794,65.79889,16.758295,87.845764,16.048857,2.190047,28.118547,117.676254,12.225069,6.809928,10.970478,27.451109,12.413651,6.2941327,40.2455,946.0813,127.38866,2692.77,38.308475,3721.1616,68.31204,533.19775,1813.2654,50.60258,12.97999,2016.179,2759.722,6842.837,359.3902 +2023-05-29 22:00:00,0.0,8979.157,79.31481,18.973124,21.42802,30.804165,190.5183,27.986605,47.74393,21.678244,25.730131,705.60406,584.80963,15.200269,84.83865,7.7238307,3.5219402,26.698002,46.294434,14.513936,416.50894,6.1114154,338.94003,73.10644,0.92063254,4.4814982,114.6401,37.08437,182.9062,164.73291,8538.204,0.810827,1834.0481,2.2903216,1.2716599,0.67205846,5.473576,208.126,277.50513,38.18826,322.59543,28.216063,10.508235,749.82623,5.4600477,80.216385,81.43303,466.50177,41.245487,374.06668,22.965036,76.70038,0.0,4740.293,13684.1875,24.14209,135.138,136.11543,38500.168,190.09766,17.290474,55.219025,98.56186,97.38699,36.629875,45.536674,762.0789,124.162636,40.62682,13.088426,16.994854,1146.4797,45.582333,417.98944,79.71788,2229.7544,130.6598,175.61832,171.3476,99.32811,11.276668,19.437395,51.066566,7.9516163,9.22176,55.425632,68.20376,98.32423,18.520885,18.89747,210.6798,11.341888,3764.7654,65.73471,88.900536,79.07964,68.44427,250.36873,115.15419,89.82863,24.99152,27.401623,58.034245,319.5893,201.7079,103.81331,374.03558,64.14982,77.11362,228.3584,235.39119,1080.6373,201.43729,5.2616396,16.197916,8.602062,128.18501,15802.991,7.9717054,21.670826,34.056004,35.544537,399.3722,80.88486,136.37216,5.186054,213.21371,496.21826,294.24042,94.23151,387.74072,41.93611,66.97893,318.1175,19.274202,2.9487991,15.556809,1743.1843,0.4537151,1.2144355,85.19314,11.088287,5.376834,13.185235,21.643185,228.7899,74.526146,139.79501,1128.9543,202.58847,2082.8809,1884.6455,18.820812,25.35885,15741.299,9.252799,58.301525,399.33533,96.15988,174.18756,70.29287,391.0174,1209.5333,328.88016,10.492838,79.93315,768.69946,2228.5347,40.469242,571.38306,54.014805,0.9589632,55.599937,0.9617162,0.4732685,2.0321462,31.210518,113.9748,286.26154,12.210206,3268.674,185.31766,58.086212,65.85921,16.773119,87.89046,16.065546,2.1900134,28.150537,117.76171,12.242673,6.816987,10.980043,27.432459,12.410023,6.300784,40.283417,946.58026,127.49072,2695.0747,38.326263,3723.7979,68.34048,532.947,1814.8268,50.647587,12.978336,2017.1923,2760.8767,6845.554,359.05444 +2023-05-29 23:00:00,0.0,8985.848,79.362465,18.960075,21.436401,30.784916,190.49184,27.97781,47.708435,21.674307,25.710629,706.0765,584.7664,15.19043,84.88868,7.729592,3.525743,26.681751,46.33412,14.520367,416.384,6.1159973,338.9082,73.06511,0.9179491,4.473677,114.62763,37.065758,182.82587,164.66881,8546.296,0.80895305,1833.3358,2.2798674,1.2696877,0.6707951,5.461932,208.0961,277.50525,38.15649,322.89853,28.20924,10.509448,749.67236,5.452208,80.239395,81.462234,466.58493,41.283524,374.06464,22.979792,76.73912,0.0,4741.379,13690.597,24.166512,135.25525,136.23016,38509.31,190.19432,17.307898,55.207977,98.56738,97.44718,36.659824,45.542606,762.1625,124.21438,40.621796,13.099442,17.00469,1146.8452,45.637703,418.15527,79.73152,2229.646,130.71251,175.69418,171.36314,99.08862,11.271149,19.423428,50.99351,7.9447002,9.213387,55.473965,68.247314,98.27241,18.52639,18.908422,210.81882,11.32922,3764.0352,65.77372,88.98253,79.15787,68.48957,250.30801,115.2083,89.88206,25.00422,27.413097,58.064327,319.87607,201.72673,103.842545,374.16586,64.15042,77.16116,228.50429,235.40486,1080.9191,201.50172,5.257207,16.198957,8.601907,128.0617,15805.484,7.973358,21.643682,34.02155,35.553944,399.45804,80.93383,136.28978,5.1868443,213.30443,495.94968,293.9336,94.271614,387.10986,41.918056,66.94921,318.3904,19.257154,2.9451716,15.547089,1744.142,0.4517608,1.2108468,85.12579,11.091378,5.3769283,13.162011,21.618126,228.52214,74.494125,139.7522,1128.2146,202.64761,2082.6787,1884.66,18.830187,25.377007,15752.2295,9.250658,58.34633,399.45312,96.23518,174.31032,70.32385,391.21838,1209.5366,328.94174,10.498838,79.97582,769.2853,2228.4006,40.4632,571.9754,54.070843,0.9585008,55.600216,0.96148276,0.47278553,2.031325,31.236307,114.06914,286.4632,12.189136,3270.5952,185.50964,58.14449,65.919525,16.787943,87.93515,16.082235,2.1899798,28.182528,117.84717,12.260277,6.8240457,10.98961,27.41381,12.406394,6.307435,40.32133,947.07916,127.5928,2697.3794,38.34405,3726.434,68.36891,532.6963,1816.3882,50.692593,12.976683,2018.2056,2762.0315,6848.272,358.7187 +2023-05-30 00:00:00,0.0,8992.537,79.41011,18.947027,21.444782,30.765665,190.46536,27.969013,47.67294,21.670368,25.691128,706.54895,584.72314,15.180592,84.938705,7.7353535,3.5295458,26.665499,46.37381,14.526797,416.2591,6.1205792,338.87637,73.02378,0.9152657,4.4658566,114.615166,37.047146,182.74551,164.60469,8554.387,0.8070791,1832.6237,2.2694135,1.2677155,0.6695317,5.450288,208.06621,277.50537,38.12472,323.2016,28.20242,10.510662,749.5185,5.4443684,80.26241,81.49144,466.66815,41.321564,374.06256,22.994547,76.77786,0.0,4742.465,13697.005,24.190933,135.37248,136.3449,38518.45,190.29099,17.325323,55.19693,98.57292,97.50737,36.689774,45.54854,762.2461,124.26613,40.616776,13.110456,17.014526,1147.2106,45.693073,418.32108,79.74516,2229.5376,130.76521,175.77008,171.3787,98.84913,11.26563,19.40946,50.920456,7.9377847,9.205012,55.5223,68.29088,98.22059,18.531893,18.919374,210.95784,11.316551,3763.305,65.81273,89.064514,79.236084,68.534874,250.24731,115.262405,89.935486,25.016916,27.42457,58.094406,320.16287,201.74557,103.87177,374.29617,64.151024,77.20872,228.65016,235.41855,1081.2009,201.56616,5.2527742,16.2,8.601751,127.93839,15807.977,7.975011,21.616537,33.987095,35.563347,399.5439,80.982796,136.20738,5.1876345,213.39516,495.68112,293.62674,94.31172,386.47903,41.899998,66.919495,318.66333,19.240108,2.9415438,15.537367,1745.0995,0.44980648,1.207258,85.05845,11.09447,5.3770223,13.138787,21.593067,228.25436,74.4621,139.70937,1127.475,202.70674,2082.4766,1884.6747,18.83956,25.395163,15763.159,9.248516,58.39113,399.57092,96.310486,174.43306,70.354836,391.41937,1209.54,329.0033,10.504839,80.01849,769.8711,2228.2664,40.45716,572.56775,54.12688,0.95803845,55.600494,0.96124935,0.47230256,2.030504,31.262096,114.16348,286.6649,12.168065,3272.5166,185.70161,58.202766,65.979836,16.802765,87.979836,16.098925,2.1899462,28.214516,117.93263,12.27788,6.8311043,10.999175,27.39516,12.402764,6.314086,40.35925,947.5781,127.69486,2699.684,38.361843,3729.0706,68.39734,532.4456,1817.9496,50.7376,12.975029,2019.2189,2763.1863,6850.9893,358.38297 +2023-05-30 01:00:00,0.0,8999.228,79.45776,18.933979,21.453163,30.746416,190.4389,27.960218,47.637444,21.666431,25.671625,707.02136,584.6799,15.170753,84.98873,7.741115,3.5333486,26.649246,46.413498,14.533227,416.13416,6.125161,338.84457,72.98245,0.9125823,4.4580355,114.60271,37.028538,182.66518,164.54057,8562.479,0.8052051,1831.9114,2.2589593,1.2657433,0.6682683,5.438644,208.0363,277.5055,38.092953,323.5047,28.195599,10.511875,749.3646,5.436529,80.28543,81.520645,466.75134,41.3596,374.06052,23.009302,76.81661,0.0,4743.5513,13703.414,24.215355,135.48973,136.45963,38527.59,190.38765,17.342747,55.185883,98.57846,97.56755,36.71972,45.554474,762.32965,124.31788,40.611755,13.121472,17.024363,1147.5759,45.748444,418.48688,79.758804,2229.4292,130.81792,175.84596,171.39424,98.609634,11.260111,19.395493,50.8474,7.9308686,9.196639,55.570637,68.33443,98.16877,18.537397,18.930326,211.09686,11.303883,3762.5745,65.85174,89.14651,79.3143,68.58018,250.1866,115.31651,89.988914,25.029615,27.436045,58.124485,320.44965,201.76442,103.90101,374.42648,64.15163,77.25626,228.79605,235.43222,1081.4827,201.6306,5.2483416,16.201042,8.601596,127.81509,15810.47,7.976663,21.589392,33.95264,35.572754,399.62976,81.03177,136.125,5.188424,213.48589,495.41257,293.3199,94.35184,385.84818,41.881943,66.889786,318.93625,19.22306,2.937916,15.527645,1746.0571,0.4478522,1.2036693,84.991104,11.097561,5.377116,13.115563,21.568007,227.98659,74.43008,139.66655,1126.7354,202.76588,2082.2742,1884.6892,18.848932,25.413319,15774.09,9.246375,58.435932,399.68872,96.38579,174.55582,70.38582,391.62036,1209.5433,329.06488,10.510839,80.061165,770.45685,2228.1323,40.45112,573.1601,54.18292,0.9575761,55.600773,0.96101594,0.4718196,2.0296829,31.287886,114.25783,286.86655,12.146994,3274.4377,185.8936,58.26104,66.04015,16.817589,88.02453,16.115614,2.1899126,28.246506,118.01809,12.295484,6.838163,11.008741,27.376513,12.399136,6.320737,40.397163,948.077,127.79693,2701.9888,38.37963,3731.7068,68.42577,532.1949,1819.511,50.782608,12.973375,2020.2322,2764.341,6853.7065,358.0472 +2023-05-30 02:00:00,0.0,9005.918,79.50541,18.92093,21.461544,30.727165,190.41243,27.951422,47.60195,21.662493,25.652122,707.49384,584.6366,15.160913,85.03876,7.7468762,3.5371513,26.632996,46.453182,14.539658,416.00922,6.1297436,338.81274,72.941124,0.9098988,4.4502144,114.59024,37.009926,182.58482,164.47646,8570.57,0.8033312,1831.1992,2.248505,1.263771,0.6670049,5.4270005,208.0064,277.5056,38.061184,323.8078,28.188776,10.513089,749.21075,5.4286895,80.30844,81.54985,466.83453,41.397636,374.05844,23.024057,76.855354,0.0,4744.6377,13709.823,24.239779,135.60696,136.57434,38536.73,190.48431,17.36017,55.174835,98.584,97.62774,36.74967,45.560406,762.4132,124.36962,40.60673,13.132488,17.0342,1147.9414,45.803814,418.6527,79.772446,2229.3208,130.87062,175.92184,171.40979,98.37015,11.254592,19.381525,50.774345,7.9239526,9.188266,55.61897,68.37798,98.11695,18.5429,18.941278,211.23589,11.291214,3761.8442,65.89074,89.22849,79.392525,68.62548,250.12589,115.37062,90.042336,25.042313,27.447517,58.154564,320.73642,201.78326,103.930244,374.55676,64.15224,77.30381,228.94193,235.44589,1081.7645,201.69504,5.2439084,16.202084,8.60144,127.69178,15812.962,7.978316,21.562246,33.91819,35.58216,399.71564,81.080734,136.0426,5.189214,213.57661,495.144,293.01303,94.391945,385.21732,41.863888,66.86007,319.2092,19.206015,2.9342883,15.517923,1747.0148,0.44589788,1.2000806,84.92376,11.100653,5.3772106,13.092339,21.542948,227.71883,74.398056,139.62373,1125.9956,202.82503,2082.072,1884.7039,18.858305,25.431475,15785.0205,9.244234,58.480736,399.80652,96.46109,174.67856,70.4168,391.82135,1209.5466,329.12646,10.516839,80.103836,771.04266,2227.9983,40.44508,573.75244,54.238956,0.95711374,55.60105,0.9607825,0.47133663,2.0288618,31.313677,114.35217,287.06824,12.125923,3276.359,186.08557,58.319317,66.10047,16.832413,88.06922,16.132303,2.189879,28.278494,118.103546,12.313087,6.8452215,11.018307,27.357862,12.395507,6.327388,40.43508,948.5759,127.899,2704.2935,38.39742,3734.343,68.45421,531.94415,1821.0723,50.827614,12.971722,2021.2455,2765.4958,6856.4243,357.71146 +2023-05-30 03:00:00,0.0,9012.607,79.55306,18.907883,21.469925,30.707914,190.38596,27.942625,47.566456,21.658554,25.63262,707.9663,584.5933,15.151075,85.08878,7.752638,3.540954,26.616743,46.49287,14.546088,415.8843,6.1343255,338.7809,72.899796,0.9072154,4.442394,114.577774,36.991314,182.50447,164.41235,8578.662,0.8014572,1830.4869,2.2380512,1.2617989,0.6657415,5.415356,207.97649,277.50574,38.029415,324.1109,28.181955,10.514303,749.0568,5.42085,80.33146,81.579056,466.91772,41.435677,374.0564,23.038813,76.8941,0.0,4745.7236,13716.231,24.2642,135.72421,136.68907,38545.875,190.581,17.377594,55.163788,98.58954,97.68793,36.779617,45.566338,762.49677,124.42137,40.60171,13.143504,17.044037,1148.3068,45.859184,418.8185,79.78609,2229.2124,130.92332,175.99773,171.42534,98.13065,11.249073,19.367558,50.701294,7.917037,9.179892,55.667305,68.42155,98.06513,18.548405,18.95223,211.37491,11.278545,3761.114,65.92975,89.310486,79.47074,68.67078,250.06519,115.42473,90.095764,25.055012,27.458992,58.184647,321.0232,201.80211,103.95948,374.68707,64.15284,77.35136,229.08781,235.45958,1082.0463,201.75948,5.2394757,16.203125,8.601285,127.56847,15815.455,7.9799685,21.5351,33.883736,35.591564,399.80148,81.12971,135.96022,5.1900043,213.66734,494.87543,292.7062,94.43206,384.5865,41.845833,66.83035,319.48212,19.188967,2.9306607,15.508202,1747.9723,0.4439436,1.196492,84.856415,11.1037445,5.3773046,13.069115,21.517887,227.45105,74.36603,139.58092,1125.256,202.88417,2081.8699,1884.7185,18.86768,25.449633,15795.95,9.242092,58.52554,399.9243,96.53639,174.8013,70.44779,392.02234,1209.5499,329.18802,10.52284,80.14651,771.6284,2227.864,40.439037,574.3448,54.29499,0.95665133,55.60133,0.9605491,0.47085366,2.028041,31.339466,114.44652,287.2699,12.104853,3278.2803,186.27756,58.377594,66.16079,16.847235,88.113914,16.14899,2.1898453,28.310484,118.189,12.330691,6.85228,11.027873,27.339214,12.391877,6.3340387,40.472996,949.0749,128.00107,2706.5984,38.41521,3736.9795,68.482635,531.6935,1822.6337,50.87262,12.970068,2022.2588,2766.6506,6859.1416,357.3757 +2023-05-30 04:00:00,0.0,9019.298,79.60071,18.894835,21.478306,30.688665,190.3595,27.93383,47.53096,21.654617,25.61312,708.4387,584.55005,15.141236,85.13882,7.7583995,3.544757,26.600492,46.53256,14.552518,415.75937,6.1389074,338.7491,72.85847,0.904532,4.4345727,114.56531,36.972706,182.42413,164.34824,8586.754,0.79958326,1829.7748,2.227597,1.2598267,0.6644781,5.4037123,207.94658,277.50586,37.997646,324.41397,28.175135,10.515516,748.90295,5.41301,80.35448,81.60826,467.00092,41.473713,374.05432,23.053568,76.93284,0.0,4746.8096,13722.641,24.288622,135.84145,136.8038,38555.016,190.67766,17.39502,55.15274,98.59508,97.74811,36.809563,45.572273,762.5803,124.47312,40.59669,13.154519,17.053873,1148.6722,45.914555,418.9843,79.799736,2229.1038,130.97603,176.07361,171.44087,97.89116,11.243554,19.35359,50.62824,7.910121,9.171518,55.715637,68.4651,98.01331,18.553907,18.96318,211.51393,11.265877,3760.3835,65.96876,89.39247,79.54896,68.71608,250.00447,115.478836,90.14919,25.067709,27.470465,58.214725,321.31,201.82095,103.98871,374.81738,64.15344,77.39891,229.23369,235.47325,1082.3281,201.82393,5.235043,16.204166,8.60113,127.44516,15817.947,7.981621,21.507956,33.84928,35.60097,399.88736,81.17867,135.87782,5.1907945,213.75807,494.60687,292.39935,94.47217,383.95563,41.827778,66.800644,319.75504,19.171919,2.927033,15.49848,1748.9299,0.44198927,1.1929032,84.78907,11.106835,5.3773985,13.045891,21.492828,227.18327,74.33401,139.5381,1124.5164,202.9433,2081.6675,1884.733,18.877052,25.467789,15806.881,9.239951,58.570343,400.04208,96.611694,174.92406,70.478775,392.2233,1209.5532,329.2496,10.52884,80.18918,772.21423,2227.73,40.432995,574.9371,54.35103,0.956189,55.60161,0.9603157,0.4703707,2.0272198,31.365255,114.54086,287.47156,12.083781,3280.2014,186.46954,58.435867,66.2211,16.862059,88.1586,16.16568,2.1898117,28.342474,118.27446,12.348295,6.8593388,11.037438,27.320564,12.388248,6.3406897,40.510914,949.5738,128.10313,2708.903,38.433,3739.6157,68.51107,531.44275,1824.1951,50.917625,12.968414,2023.2721,2767.8054,6861.8594,357.03995 +2023-05-30 05:00:00,0.0,9025.988,79.64836,18.881786,21.486687,30.669415,190.33302,27.925034,47.495464,21.650679,25.593616,708.9112,584.5068,15.131397,85.18884,7.7641606,3.54856,26.58424,46.572243,14.5589485,415.63443,6.1434894,338.7173,72.81714,0.90184855,4.426752,114.55284,36.954094,182.34378,164.28412,8594.846,0.7977093,1829.0626,2.217143,1.2578545,0.66321474,5.392069,207.91667,277.50598,37.965878,324.71707,28.168314,10.51673,748.7491,5.405171,80.377495,81.63747,467.08414,41.51175,374.05228,23.068323,76.97158,0.0,4747.8955,13729.05,24.313046,135.95868,136.91853,38564.156,190.77432,17.412443,55.141693,98.60061,97.8083,36.83951,45.578205,762.6639,124.524864,40.59167,13.165535,17.06371,1149.0376,45.969925,419.15012,79.81338,2228.9954,131.02873,176.14948,171.45642,97.65167,11.238035,19.339622,50.555183,7.903205,9.163144,55.763973,68.50865,97.9615,18.559412,18.974133,211.65295,11.253208,3759.6533,66.00777,89.474464,79.62718,68.76138,249.94377,115.53294,90.20262,25.080408,27.48194,58.244804,321.59677,201.83978,104.017944,374.94766,64.154045,77.44646,229.37958,235.48692,1082.6099,201.88837,5.2306104,16.205208,8.600974,127.32185,15820.44,7.9832735,21.480812,33.814827,35.61038,399.9732,81.227646,135.79544,5.1915846,213.84879,494.33832,292.0925,94.51228,383.32477,41.809723,66.77093,320.02795,19.154873,2.9234052,15.488758,1749.8875,0.440035,1.1893145,84.721725,11.109927,5.377493,13.022667,21.46777,226.91551,74.30199,139.49529,1123.7766,203.00244,2081.4653,1884.7477,18.886425,25.485945,15817.812,9.23781,58.615143,400.15988,96.687,175.0468,70.50976,392.4243,1209.5565,329.3112,10.534841,80.23184,772.80005,2227.596,40.426956,575.5294,54.407066,0.9557266,55.601887,0.96008235,0.46988773,2.0263987,31.391045,114.63521,287.67325,12.062711,3282.1226,186.66151,58.494144,66.28142,16.876883,88.20329,16.18237,2.189778,28.374462,118.35992,12.365898,6.8663974,11.047005,27.301916,12.38462,6.347341,40.54883,950.07275,128.2052,2711.2078,38.450787,3742.252,68.539505,531.192,1825.7565,50.96263,12.966761,2024.2854,2768.9602,6864.5767,356.7042 +2023-05-30 06:00:00,0.0,9032.678,79.69601,18.868738,21.495068,30.650166,190.30656,27.916237,47.45997,21.646742,25.574114,709.3836,584.46356,15.121559,85.23887,7.7699223,3.5523627,26.56799,46.61193,14.565379,415.5095,6.148072,338.68546,72.77581,0.89916515,4.418931,114.54038,36.935486,182.26344,164.22002,8602.9375,0.7958353,1828.3503,2.206689,1.2558823,0.66195136,5.3804245,207.88678,277.5061,37.93411,325.02017,28.161491,10.517944,748.5952,5.397331,80.400505,81.66667,467.1673,41.54979,374.0502,23.083078,77.01033,0.0,4748.9814,13735.458,24.337467,136.07593,137.03326,38573.297,190.87099,17.429867,55.130646,98.60615,97.868484,36.86946,45.584137,762.74744,124.576614,40.586647,13.176551,17.073545,1149.403,46.025295,419.31595,79.82702,2228.887,131.08144,176.22537,171.47197,97.41218,11.232516,19.325657,50.48213,7.8962893,9.154771,55.812305,68.552216,97.90968,18.564915,18.985085,211.79198,11.24054,3758.923,66.046776,89.55645,79.7054,68.80669,249.88306,115.58705,90.25605,25.093105,27.493412,58.274883,321.88354,201.85863,104.04718,375.07797,64.15465,77.494,229.52545,235.5006,1082.8917,201.9528,5.226177,16.20625,8.600819,127.19855,15822.933,7.984926,21.453667,33.780376,35.61978,400.05908,81.27662,135.71304,5.192374,213.93951,494.06973,291.78568,94.55239,382.69394,41.791664,66.74121,320.30087,19.137825,2.9197774,15.479036,1750.8451,0.43808067,1.1857258,84.65438,11.113018,5.377587,12.999443,21.442709,226.64774,74.269966,139.45247,1123.037,203.06158,2081.2632,1884.7622,18.8958,25.5041,15828.742,9.235668,58.659946,400.27768,96.7623,175.16956,70.54074,392.62527,1209.5598,329.37274,10.540841,80.27451,773.3858,2227.4617,40.420914,576.12177,54.463104,0.9552642,55.602165,0.95984894,0.46940476,2.0255775,31.416834,114.72955,287.8749,12.04164,3284.044,186.8535,58.552418,66.341736,16.891705,88.247986,16.199059,2.1897445,28.406452,118.44538,12.383502,6.873456,11.05657,27.283266,12.38099,6.353992,40.586742,950.57166,128.30728,2713.5125,38.46858,3744.8884,68.56793,530.94135,1827.3179,51.00764,12.965106,2025.2987,2770.115,6867.2944,356.36844 +2023-05-30 07:00:00,0.0,9039.368,79.74366,18.855688,21.503448,30.630915,190.28009,27.907442,47.424477,21.642803,25.554613,709.8561,584.4203,15.11172,85.288895,7.775684,3.5561655,26.551737,46.65162,14.57181,415.38458,6.1526537,338.65363,72.73448,0.89648175,4.4111104,114.527916,36.916874,182.18309,164.1559,8611.029,0.79396135,1827.6382,2.1962347,1.2539101,0.660688,5.3687806,207.85687,277.50623,37.90234,325.32324,28.15467,10.519157,748.44135,5.3894916,80.42352,81.69587,467.25052,41.587826,374.04816,23.097834,77.04907,0.0,4750.068,13741.867,24.361889,136.19316,137.148,38582.438,190.96767,17.44729,55.1196,98.61169,97.92867,36.899406,45.590073,762.831,124.62836,40.581627,13.187566,17.083382,1149.7684,46.080666,419.48175,79.84066,2228.7786,131.13414,176.30125,171.48752,97.17268,11.226997,19.31169,50.409073,7.8893733,9.146398,55.86064,68.59577,97.857864,18.57042,18.996037,211.931,11.227871,3758.1926,66.085785,89.63844,79.783615,68.85199,249.82236,115.64115,90.30948,25.105804,27.504885,58.304966,322.17032,201.87747,104.076416,375.20828,64.15525,77.54155,229.67134,235.51428,1083.1735,202.01724,5.2217445,16.207293,8.600662,127.07523,15825.426,7.9865785,21.426521,33.745922,35.62919,400.14493,81.325584,135.63066,5.1931643,214.03024,493.80118,291.47882,94.5925,382.06308,41.77361,66.7115,320.5738,19.120779,2.9161499,15.469315,1751.8026,0.43612638,1.1821371,84.587036,11.11611,5.377681,12.976218,21.41765,226.37996,74.23794,139.40964,1122.2974,203.12073,2081.0608,1884.7769,18.905172,25.522257,15839.672,9.233527,58.70475,400.39548,96.8376,175.2923,70.57173,392.82626,1209.5632,329.43433,10.546842,80.317184,773.9716,2227.3276,40.414875,576.7141,54.519142,0.95480186,55.602444,0.9596155,0.46892178,2.0247564,31.442625,114.82389,288.07657,12.020569,3285.965,187.04549,58.610695,66.40205,16.906528,88.29267,16.215748,2.1897109,28.43844,118.53084,12.401106,6.880515,11.066135,27.264616,12.377361,6.360643,40.62466,951.0706,128.40935,2715.8171,38.486366,3747.5247,68.59637,530.6906,1828.8793,51.052647,12.963452,2026.312,2771.2698,6870.0117,356.0327 +2023-05-30 08:00:00,0.0,9046.059,79.79131,18.84264,21.511827,30.611666,190.25363,27.898645,47.38898,21.638866,25.53511,710.3285,584.377,15.101881,85.33892,7.781445,3.5599682,26.535484,46.691303,14.578239,415.25964,6.1572356,338.62183,72.69315,0.89379835,4.4032893,114.51545,36.898262,182.10274,164.09178,8619.121,0.79208744,1826.9259,2.1857808,1.2519379,0.65942454,5.3571367,207.82697,277.50632,37.87057,325.62634,28.14785,10.520371,748.2875,5.381652,80.44654,81.725075,467.3337,41.625862,374.04608,23.112589,77.087814,0.0,4751.154,13748.276,24.38631,136.31041,137.26273,38591.58,191.06433,17.464714,55.10855,98.617226,97.98885,36.929356,45.596004,762.9146,124.68011,40.576607,13.198582,17.09322,1150.1338,46.136036,419.64755,79.8543,2228.6702,131.18684,176.37714,171.50307,96.9332,11.221478,19.297722,50.336018,7.8824573,9.138023,55.908974,68.63933,97.806046,18.575922,19.006989,212.07002,11.215203,3757.4624,66.124794,89.72043,79.86184,68.89729,249.76164,115.69526,90.3629,25.118502,27.51636,58.335045,322.4571,201.89632,104.105644,375.33856,64.15585,77.5891,229.81721,235.52795,1083.4553,202.08168,5.217312,16.208334,8.600507,126.95193,15827.918,7.988231,21.399376,33.711468,35.638596,400.2308,81.37456,135.54826,5.1939545,214.12097,493.53262,291.17197,94.632614,381.43222,41.755554,66.681786,320.8467,19.103731,2.912522,15.459594,1752.7603,0.4341721,1.1785483,84.5197,11.119201,5.377775,12.952994,21.392591,226.1122,74.20592,139.36682,1121.5576,203.17987,2080.8586,1884.7914,18.914545,25.540413,15850.603,9.231385,58.749554,400.51324,96.9129,175.41505,70.602715,393.02725,1209.5665,329.4959,10.552842,80.359856,774.55743,2227.1934,40.408833,577.30646,54.57518,0.9543395,55.602722,0.9593821,0.46843883,2.0239356,31.468414,114.918236,288.27826,11.999498,3287.8862,187.23746,58.668972,66.462364,16.921352,88.337364,16.232437,2.1896775,28.47043,118.616295,12.41871,6.8875737,11.075702,27.245968,12.373733,6.367294,40.662575,951.5695,128.51141,2718.1218,38.504154,3750.161,68.6248,530.4399,1830.4407,51.097652,12.961799,2027.3253,2772.4246,6872.729,355.69696 +2023-05-30 09:00:00,0.0,9052.749,79.83896,18.829592,21.520208,30.592415,190.22716,27.88985,47.353485,21.634928,25.515608,710.80096,584.33374,15.092043,85.38895,7.7872066,3.563771,26.519234,46.73099,14.58467,415.1347,6.1618176,338.59,72.651825,0.8911149,4.3954687,114.50298,36.879654,182.0224,164.02766,8627.213,0.79021347,1826.2137,2.1753266,1.2499657,0.65816116,5.345493,207.79706,277.50644,37.838802,325.92944,28.141027,10.521585,748.1336,5.3738127,80.46955,81.75428,467.41693,41.663902,374.04404,23.127344,77.12656,0.0,4752.24,13754.686,24.410734,136.42764,137.37746,38600.723,191.161,17.48214,55.097504,98.62276,98.04904,36.959305,45.601936,762.99817,124.73186,40.571587,13.209598,17.103056,1150.4993,46.191406,419.8134,79.86794,2228.5618,131.23955,176.45302,171.51862,96.6937,11.21596,19.283754,50.262962,7.8755417,9.12965,55.95731,68.68288,97.75423,18.581427,19.01794,212.20906,11.202535,3756.7322,66.1638,89.80242,79.940056,68.94259,249.70094,115.74937,90.41633,25.1312,27.527832,58.365124,322.7439,201.91516,104.13488,375.46887,64.15646,77.63665,229.9631,235.54163,1083.737,202.14612,5.212879,16.209375,8.600351,126.82862,15830.41,7.989884,21.37223,33.677013,35.648,400.31665,81.42352,135.46588,5.1947446,214.2117,493.26404,290.86514,94.67272,380.8014,41.7375,66.65207,321.11966,19.086685,2.9088943,15.449872,1753.7179,0.43221778,1.1749597,84.452354,11.1222925,5.377869,12.92977,21.36753,225.84442,74.1739,139.324,1120.818,203.239,2080.6565,1884.806,18.923918,25.55857,15861.533,9.229244,58.794357,400.63104,96.988205,175.5378,70.6337,393.22824,1209.5698,329.55746,10.558843,80.40253,775.1432,2227.0593,40.40279,577.8988,54.631214,0.95387715,55.603004,0.9591487,0.46795586,2.0231144,31.494204,115.01258,288.47992,11.978428,3289.8076,187.42944,58.727245,66.52268,16.936176,88.38206,16.249126,2.1896439,28.502419,118.70175,12.436314,6.8946323,11.085267,27.227318,12.370103,6.3739448,40.700493,952.0685,128.61348,2720.4265,38.521946,3752.7974,68.65323,530.1892,1832.0021,51.14266,12.960145,2028.3386,2773.5793,6875.447,355.3612 +2023-05-30 10:00:00,0.0,9059.438,79.88661,18.816544,21.52859,30.573166,190.20068,27.881054,47.31799,21.630991,25.496107,711.2734,584.29047,15.082204,85.43897,7.7929683,3.5675738,26.502981,46.77068,14.591101,415.00977,6.1663995,338.55817,72.61049,0.8884315,4.3876476,114.49052,36.861042,181.94205,163.96356,8635.305,0.7883395,1825.5015,2.1648724,1.2479935,0.6568978,5.333849,207.76715,277.50656,37.807034,326.2325,28.134207,10.522799,747.9797,5.365973,80.49257,81.783485,467.5001,41.70194,374.04196,23.1421,77.1653,0.0,4753.326,13761.094,24.435156,136.54489,137.49219,38609.863,191.25766,17.499563,55.086456,98.628296,98.10923,36.98925,45.607872,763.0817,124.7836,40.566563,13.220613,17.112892,1150.8646,46.246777,419.9792,79.881584,2228.4534,131.29225,176.5289,171.53416,96.45421,11.210441,19.269787,50.189907,7.8686256,9.121276,56.005646,68.72644,97.70241,18.586931,19.02889,212.34808,11.189866,3756.0017,66.20281,89.88441,80.01827,68.98789,249.64023,115.803474,90.46976,25.143898,27.539307,58.395203,323.03067,201.934,104.164116,375.59918,64.15707,77.6842,230.10898,235.55531,1084.0189,202.21056,5.208446,16.210417,8.600196,126.705315,15832.903,7.991536,21.345085,33.642563,35.657406,400.40253,81.472496,135.38348,5.1955347,214.30241,492.99548,290.5583,94.71284,380.17053,41.719444,66.62236,321.39258,19.069637,2.9052668,15.44015,1754.6754,0.4302635,1.171371,84.38501,11.125383,5.377963,12.906547,21.342472,225.57664,74.14187,139.28119,1120.0782,203.29814,2080.454,1884.8206,18.933292,25.576727,15872.463,9.227103,58.839157,400.74884,97.063515,175.66055,70.66468,393.42923,1209.5731,329.61905,10.564842,80.4452,775.729,2226.9253,40.39675,578.49115,54.687252,0.95341474,55.603283,0.9589153,0.46747288,2.0222933,31.519993,115.106926,288.6816,11.957356,3291.7288,187.62141,58.785522,66.583,16.950998,88.42675,16.265816,2.1896102,28.534409,118.78721,12.453917,6.901691,11.094833,27.20867,12.366474,6.3805957,40.738407,952.5674,128.71555,2722.7312,38.539734,3755.4336,68.68166,529.9385,1833.5635,51.187664,12.958491,2029.352,2774.7341,6878.164,355.02545 +2023-05-30 11:00:00,0.0,9066.129,79.93426,18.803495,21.53697,30.553915,190.17422,27.872257,47.282494,21.627052,25.476604,711.74585,584.2472,15.072366,85.489,7.7987294,3.5713766,26.48673,46.810364,14.59753,414.88486,6.170982,338.52634,72.56916,0.8857481,4.3798265,114.47806,36.842434,181.86171,163.89944,8643.3955,0.7864655,1824.7893,2.1544185,1.2460213,0.6556344,5.3222046,207.73724,277.50668,37.775265,326.5356,28.127386,10.524013,747.8258,5.3581333,80.51559,81.81269,467.5833,41.73998,374.03992,23.156855,77.20404,0.0,4754.412,13767.503,24.459578,136.66212,137.60692,38619.004,191.35432,17.516987,55.07541,98.633835,98.16941,37.0192,45.613804,763.1653,124.83535,40.561543,13.231628,17.122728,1151.23,46.302147,420.145,79.89523,2228.345,131.34496,176.6048,171.54971,96.21472,11.204922,19.25582,50.116856,7.8617096,9.112903,56.053978,68.77,97.6506,18.592434,19.039843,212.4871,11.177197,3755.2715,66.24182,89.9664,80.0965,69.033195,249.57951,115.85758,90.523186,25.156597,27.55078,58.425285,323.31744,201.95284,104.19335,375.72946,64.15767,77.73174,230.25487,235.56898,1084.3007,202.275,5.2040133,16.211458,8.60004,126.58201,15835.3955,7.993189,21.31794,33.60811,35.666813,400.48837,81.52146,135.3011,5.1963243,214.39314,492.72693,290.25143,94.752945,379.53967,41.70139,66.59264,321.6655,19.052591,2.901639,15.4304285,1755.633,0.42830917,1.1677822,84.317665,11.128475,5.378057,12.883323,21.317411,225.30888,74.10985,139.23837,1119.3386,203.35728,2080.252,1884.8352,18.942665,25.594883,15883.394,9.224961,58.88396,400.86664,97.13882,175.7833,70.69567,393.63022,1209.5764,329.68063,10.570843,80.48787,776.31476,2226.791,40.39071,579.0835,54.74329,0.9529524,55.60356,0.9586819,0.46698993,2.0214722,31.545782,115.20127,288.88327,11.936286,3293.6501,187.8134,58.8438,66.64331,16.965822,88.471436,16.282505,2.1895766,28.566399,118.872665,12.47152,6.9087496,11.104399,27.19002,12.362845,6.3872466,40.776325,953.0663,128.81761,2725.036,38.55752,3758.0698,68.7101,529.68774,1835.1249,51.232674,12.956838,2030.3654,2775.889,6880.882,354.6897 +2023-05-30 12:00:00,0.0,9072.819,79.98191,18.790447,21.545351,30.534666,190.14775,27.863462,47.246998,21.623114,25.457102,712.2183,584.2039,15.062527,85.53903,7.804491,3.5751793,26.470478,46.85005,14.603961,414.75992,6.175564,338.49454,72.52783,0.8830646,4.372006,114.46559,36.823822,181.78136,163.83533,8651.487,0.78459156,1824.0771,2.1439643,1.2440491,0.654371,5.3105607,207.70734,277.5068,37.743496,326.8387,28.120565,10.525226,747.67194,5.3502936,80.5386,81.841896,467.6665,41.778015,374.03784,23.171608,77.24279,0.0,4755.498,13773.912,24.484001,136.77936,137.72165,38628.145,191.451,17.53441,55.064365,98.639366,98.2296,37.04915,45.61974,763.24884,124.8871,40.556522,13.242644,17.132565,1151.5955,46.357517,420.3108,79.908875,2228.2366,131.39766,176.68066,171.56526,95.97523,11.199403,19.241852,50.0438,7.854794,9.104529,56.102314,68.81355,97.59878,18.597939,19.050795,212.62613,11.164529,3754.541,66.28083,90.048386,80.17471,69.0785,249.51881,115.91169,90.576614,25.169294,27.562254,58.455364,323.60422,201.97168,104.22258,375.85977,64.15827,77.7793,230.40074,235.58266,1084.5825,202.33943,5.1995807,16.2125,8.599885,126.458694,15837.889,7.9948416,21.290796,33.573654,35.67622,400.57425,81.570435,135.2187,5.1971145,214.48387,492.45837,289.9446,94.79306,378.90884,41.683334,66.56293,321.93842,19.035543,2.8980112,15.420707,1756.5906,0.4263549,1.1641935,84.25032,11.131567,5.3781514,12.860098,21.292353,225.0411,74.07783,139.19556,1118.599,203.41643,2080.0496,1884.8497,18.952038,25.613039,15894.324,9.22282,58.928764,400.98444,97.21412,175.90605,70.726654,393.8312,1209.5797,329.7422,10.576843,80.53053,776.9006,2226.657,40.38467,579.6758,54.799328,0.95249003,55.60384,0.9584485,0.46650696,2.0206513,31.571573,115.295616,289.08493,11.9152155,3295.5713,188.00539,58.902073,66.70363,16.980646,88.51613,16.299192,2.189543,28.598387,118.95812,12.489124,6.915808,11.113965,27.171371,12.359216,6.3938975,40.81424,953.56525,128.9197,2727.3406,38.575314,3760.7063,68.738525,529.4371,1836.6863,51.27768,12.955184,2031.3787,2777.0437,6883.599,354.35394 +2023-05-30 13:00:00,0.0,9079.509,80.02956,18.7774,21.553732,30.515415,190.12129,27.854666,47.211506,21.619177,25.4376,712.69073,584.16064,15.052688,85.58906,7.8102527,3.578982,26.454226,46.88974,14.610392,414.63498,6.1801457,338.4627,72.4865,0.8803812,4.364185,114.453125,36.80521,181.70102,163.77122,8659.579,0.78271765,1823.3649,2.1335104,1.2420769,0.6531076,5.2989173,207.67744,277.50693,37.711727,327.1418,28.113743,10.52644,747.51807,5.3424544,80.561615,81.8711,467.7497,41.81605,374.0358,23.186363,77.28153,0.0,4756.5845,13780.32,24.508423,136.8966,137.83638,38637.285,191.54767,17.551834,55.053318,98.644905,98.28979,37.079094,45.62567,763.3324,124.93884,40.5515,13.253659,17.142403,1151.9608,46.41289,420.47662,79.922516,2228.1282,131.45036,176.75655,171.58081,95.73573,11.193884,19.227884,49.970745,7.847878,9.096155,56.150646,68.8571,97.54696,18.603441,19.061747,212.76515,11.15186,3753.8108,66.31984,90.13038,80.25293,69.1238,249.4581,115.9658,90.63004,25.181993,27.573727,58.485443,323.89102,201.99052,104.251816,375.99005,64.158875,77.82684,230.54663,235.59633,1084.8643,202.40387,5.195148,16.213541,8.59973,126.33539,15840.381,7.996494,21.26365,33.5392,35.685623,400.6601,81.6194,135.13632,5.1979046,214.5746,492.1898,289.63776,94.83317,378.27798,41.665276,66.53321,322.21133,19.018497,2.8943834,15.410985,1757.5482,0.42440057,1.1606048,84.182976,11.134658,5.3782454,12.836874,21.267294,224.77333,74.0458,139.15274,1117.8594,203.47557,2079.8474,1884.8644,18.96141,25.631195,15905.254,9.220679,58.973568,401.1022,97.28942,176.0288,70.75764,394.0322,1209.5831,329.80377,10.582844,80.573204,777.4864,2226.523,40.378628,580.2681,54.855366,0.9520276,55.60412,0.9582151,0.46602398,2.0198302,31.597363,115.38996,289.28662,11.894144,3297.4924,188.19736,58.96035,66.76395,16.995468,88.56082,16.315882,2.1895094,28.630377,119.04359,12.506728,6.922867,11.12353,27.152721,12.355587,6.400549,40.852158,954.06415,129.02176,2729.6455,38.5931,3763.3425,68.76696,529.18634,1838.2477,51.322685,12.95353,2032.392,2778.1985,6886.3164,354.01822 +2023-05-30 14:00:00,0.0,9086.199,80.07721,18.76435,21.562113,30.496166,190.09482,27.84587,47.17601,21.615238,25.418098,713.1632,584.11743,15.04285,85.639084,7.816014,3.582785,26.437975,46.92943,14.616821,414.51007,6.1847277,338.43088,72.445175,0.8776978,4.3563643,114.44066,36.786602,181.62067,163.7071,8667.671,0.7808437,1822.6527,2.1230562,1.2401047,0.6518442,5.287273,207.64754,277.50705,37.67996,327.4449,28.106922,10.527654,747.3642,5.3346148,80.58463,81.90031,467.8329,41.85409,374.03372,23.201118,77.320274,0.0,4757.6704,13786.7295,24.532845,137.01384,137.95111,38646.426,191.64433,17.56926,55.04227,98.650444,98.34997,37.109043,45.631603,763.41595,124.99059,40.54648,13.264675,17.152239,1152.3263,46.46826,420.64243,79.93616,2228.0195,131.50307,176.83243,171.59636,95.49625,11.188365,19.213917,49.89769,7.840962,9.087782,56.198982,68.900665,97.49514,18.608946,19.072699,212.90417,11.139192,3753.0806,66.35885,90.212364,80.331154,69.169106,249.3974,116.019905,90.683464,25.19469,27.5852,58.515522,324.1778,202.00937,104.28105,376.12036,64.15948,77.87439,230.6925,235.61002,1085.1461,202.46832,5.190715,16.214582,8.599574,126.21208,15842.874,7.9981465,21.236506,33.50475,35.69503,400.74597,81.66837,135.05392,5.1986947,214.66533,491.92123,289.3309,94.873276,377.64713,41.64722,66.5035,322.48425,19.00145,2.890756,15.401263,1758.5057,0.42244628,1.1570162,84.11563,11.13775,5.3783393,12.81365,21.242233,224.50557,74.01378,139.10992,1117.1196,203.5347,2079.6453,1884.8789,18.970785,25.649351,15916.185,9.218537,59.01837,401.22,97.36472,176.15155,70.78862,394.23315,1209.5864,329.86536,10.588844,80.615875,778.07214,2226.3887,40.37259,580.8605,54.9114,0.95156527,55.604397,0.9579817,0.465541,2.019009,31.623152,115.4843,289.48828,11.873074,3299.4138,188.38934,59.018623,66.824265,17.010292,88.605515,16.332571,2.1894758,28.662365,119.12904,12.524332,6.9299254,11.133097,27.134073,12.351958,6.4072,40.89007,954.5631,129.12383,2731.9502,38.61089,3765.9788,68.795395,528.9356,1839.8091,51.36769,12.951877,2033.4053,2779.3533,6889.034,353.68246 +2023-05-30 15:00:00,0.0,9092.89,80.124855,18.751303,21.570494,30.476915,190.06836,27.837074,47.140514,21.611301,25.398596,713.6356,584.07416,15.0330105,85.68911,7.8217754,3.5865877,26.421722,46.969112,14.623252,414.38513,6.18931,338.39905,72.40385,0.87501436,4.348543,114.42819,36.76799,181.54031,163.64299,8675.763,0.7789697,1821.9404,2.112602,1.2381325,0.6505808,5.275629,207.61763,277.50717,37.64819,327.748,28.100101,10.528867,747.2103,5.326775,80.60764,81.92951,467.91608,41.892128,374.03165,23.215874,77.35902,0.0,4758.7563,13793.139,24.557266,137.13109,138.06584,38655.57,191.741,17.586683,55.031223,98.65598,98.41016,37.13899,45.63754,763.4996,125.042336,40.54146,13.275691,17.162075,1152.6917,46.523632,420.80823,79.9498,2227.9111,131.55577,176.90831,171.61191,95.25675,11.182846,19.19995,49.824635,7.8340464,9.079408,56.247314,68.94422,97.44332,18.614449,19.08365,213.0432,11.126523,3752.35,66.39786,90.29436,80.40937,69.2144,249.33669,116.07401,90.73689,25.20739,27.596674,58.545605,324.46457,202.02821,104.31029,376.25067,64.16008,77.921936,230.8384,235.62369,1085.4279,202.53276,5.186282,16.215626,8.599419,126.088776,15845.366,7.9997993,21.20936,33.470295,35.704437,400.83182,81.71734,134.97154,5.199485,214.75604,491.65268,289.02408,94.91339,377.0163,41.629166,66.473785,322.75717,18.984404,2.887128,15.3915415,1759.4634,0.42049196,1.1534274,84.04829,11.140841,5.3784337,12.790426,21.217175,224.2378,73.98176,139.0671,1116.38,203.59384,2079.4429,1884.8936,18.980158,25.66751,15927.115,9.216396,59.06317,401.3378,97.440025,176.27429,70.8196,394.43414,1209.5897,329.9269,10.594845,80.65855,778.65796,2226.2546,40.366547,581.4528,54.967438,0.9511029,55.604675,0.9577483,0.46505806,2.018188,31.648941,115.57864,289.68997,11.852003,3301.335,188.58133,59.0769,66.884575,17.025116,88.6502,16.34926,2.1894422,28.694355,119.2145,12.541935,6.936984,11.142662,27.115423,12.348329,6.413851,40.927986,955.062,129.22589,2734.255,38.62868,3768.615,68.82382,528.68494,1841.3705,51.412697,12.950222,2034.4186,2780.508,6891.7515,353.3467 +2023-05-30 16:00:00,0.0,9099.579,80.17251,18.738255,21.578875,30.457666,190.04189,27.828278,47.10502,21.607363,25.379093,714.1081,584.0309,15.023171,85.739136,7.827537,3.5903904,26.405472,47.0088,14.629683,414.2602,6.193892,338.36725,72.36252,0.87233096,4.3407226,114.41573,36.749382,181.45998,163.57889,8683.8545,0.77709574,1821.2283,2.102148,1.2361603,0.64931744,5.2639856,207.58772,277.5073,37.61642,328.0511,28.093279,10.530081,747.05646,5.318936,80.63066,81.95872,467.99927,41.930164,374.0296,23.230629,77.39776,0.0,4759.843,13799.548,24.58169,137.24832,138.18057,38664.71,191.83766,17.604107,55.020176,98.661514,98.470345,37.168938,45.64347,763.5831,125.094086,40.536438,13.286706,17.171911,1153.057,46.579002,420.97406,79.96344,2227.8027,131.60847,176.98419,171.62746,95.01726,11.177327,19.185982,49.75158,7.8271303,9.071034,56.29565,68.98778,97.3915,18.619953,19.094603,213.18222,11.113854,3751.6199,66.43686,90.37634,80.48759,69.259705,249.27599,116.12812,90.79032,25.220087,27.608147,58.575684,324.75134,202.04706,104.339516,376.38095,64.16069,77.96949,230.98427,235.63736,1085.7097,202.5972,5.1818495,16.216667,8.599263,125.96546,15847.859,8.0014515,21.182215,33.43584,35.71384,400.9177,81.76631,134.88914,5.2002745,214.84677,491.3841,288.71722,94.9535,376.38544,41.61111,66.44407,323.03012,18.967356,2.8835003,15.38182,1760.421,0.41853768,1.1498387,83.98094,11.143932,5.3785276,12.767202,21.192114,223.97002,73.94974,139.02428,1115.6404,203.65298,2079.2407,1884.9081,18.98953,25.685665,15938.046,9.214255,59.107975,401.4556,97.51533,176.39703,70.85059,394.63513,1209.593,329.9885,10.600845,80.70122,779.2437,2226.1206,40.360504,582.04517,55.023476,0.9506405,55.604954,0.9575149,0.46457508,2.017367,31.67473,115.67299,289.89163,11.830932,3303.256,188.7733,59.135178,66.94489,17.039938,88.69489,16.36595,2.1894085,28.726343,119.29996,12.559539,6.944043,11.152228,27.096775,12.3447,6.4205017,40.965904,955.561,129.32796,2736.5596,38.64647,3771.2515,68.85226,528.4342,1842.9319,51.457706,12.948568,2035.4319,2781.6628,6894.469,353.01096 +2023-05-30 17:00:00,0.0,9106.27,80.22015,18.725206,21.587255,30.438416,190.01541,27.81948,47.069523,21.603426,25.359592,714.5805,583.9876,15.013333,85.78916,7.833298,3.5941932,26.38922,47.04849,14.636112,414.13525,6.198474,338.33542,72.32119,0.86964756,4.3329015,114.40327,36.73077,181.37962,163.51477,8691.946,0.77522177,1820.516,2.0916939,1.2341881,0.64805406,5.2523413,207.55782,277.50742,37.584652,328.35416,28.086458,10.531295,746.9025,5.311096,80.65368,81.987915,468.08246,41.968204,374.02753,23.245384,77.4365,0.0,4760.9287,13805.956,24.606112,137.36557,138.2953,38673.85,191.93434,17.62153,55.00913,98.66705,98.530525,37.198887,45.649403,763.6667,125.145836,40.531414,13.297722,17.181747,1153.4225,46.634373,421.13986,79.97708,2227.6943,131.66118,177.06009,171.643,94.77777,11.171808,19.172014,49.678524,7.8202143,9.062661,56.343987,69.031334,97.33968,18.625456,19.105553,213.32124,11.101186,3750.8896,66.47587,90.458336,80.56581,69.30501,249.21527,116.18223,90.84375,25.232786,27.619621,58.605762,325.03815,202.06589,104.36875,376.51126,64.16129,78.01704,231.13016,235.65103,1085.9915,202.66164,5.177417,16.217709,8.599108,125.842155,15850.352,8.003104,21.15507,33.401386,35.723248,401.00354,81.81528,134.80676,5.2010646,214.9375,491.11554,288.41037,94.993614,375.75458,41.593056,66.41436,323.30304,18.95031,2.8798728,15.372099,1761.3785,0.41658336,1.14625,83.9136,11.147023,5.3786216,12.743978,21.167055,223.70226,73.91771,138.98146,1114.9006,203.71213,2079.0386,1884.9227,18.998905,25.703821,15948.976,9.212113,59.15278,401.57336,97.59063,176.51979,70.88158,394.83612,1209.5963,330.05008,10.606845,80.74389,779.8295,2225.9863,40.354465,582.6375,55.079514,0.95017815,55.605232,0.9572815,0.4640921,2.016546,31.700521,115.767334,290.0933,11.809861,3305.1775,188.96529,59.19345,67.00521,17.054762,88.739586,16.382639,2.189375,28.758333,119.385414,12.577143,6.951102,11.161794,27.078125,12.341071,6.4271526,41.00382,956.0599,129.43004,2738.8643,38.66426,3773.8877,68.88069,528.1835,1844.4933,51.502712,12.946915,2036.4452,2782.8176,6897.1865,352.6752 +2023-05-30 18:00:00,0.0,9112.96,80.26781,18.712158,21.595636,30.419167,189.98895,27.810686,47.03403,21.599487,25.34009,715.053,583.94434,15.003494,85.83919,7.83906,3.5979962,26.372969,47.088173,14.642543,414.01035,6.203056,338.3036,72.27986,0.8669641,4.325081,114.3908,36.71216,181.29929,163.45065,8700.038,0.7733478,1819.8038,2.0812397,1.2322159,0.6467907,5.2406974,207.52791,277.50754,37.552883,328.65726,28.079638,10.532508,746.74866,5.3032565,80.67669,82.01712,468.16565,42.00624,374.02548,23.26014,77.47525,0.0,4762.0146,13812.365,24.630533,137.4828,138.41003,38682.992,192.031,17.638956,54.99808,98.67259,98.59071,37.228832,45.65534,763.75024,125.19758,40.526394,13.308738,17.191584,1153.7878,46.689743,421.30566,79.99073,2227.586,131.71388,177.13596,171.65855,94.53828,11.166289,19.158047,49.60547,7.8132987,9.054287,56.39232,69.07489,97.28787,18.63096,19.116505,213.46027,11.088517,3750.1592,66.51488,90.54032,80.64403,69.35031,249.15457,116.23633,90.89718,25.245483,27.631094,58.63584,325.32492,202.08473,104.39799,376.64157,64.161896,78.06458,231.27603,235.66472,1086.2733,202.72607,5.1729836,16.21875,8.598952,125.71885,15852.844,8.004757,21.127924,33.366936,35.732655,401.08942,81.86425,134.72437,5.2018547,215.02823,490.847,288.10355,95.03372,375.12375,41.575,66.38464,323.57596,18.933262,2.876245,15.362377,1762.3362,0.41462907,1.1426612,83.84625,11.150115,5.378716,12.720754,21.141996,223.43448,73.88569,138.93864,1114.161,203.77126,2078.8362,1884.9373,19.008278,25.721977,15959.906,9.209972,59.197582,401.69116,97.66593,176.64253,70.91256,395.0371,1209.5996,330.11163,10.612845,80.78656,780.41534,2225.8523,40.348423,583.22986,55.13555,0.9497158,55.60551,0.9570481,0.46360916,2.015725,31.72631,115.86168,290.29498,11.788791,3307.0986,189.15726,59.251728,67.06552,17.069586,88.78427,16.399328,2.1893413,28.790323,119.47087,12.594747,6.9581604,11.171359,27.059475,12.337442,6.4338036,41.041737,956.55884,129.5321,2741.169,38.68205,3776.524,68.90913,527.9328,1846.0547,51.547718,12.945261,2037.4585,2783.9724,6899.9043,352.33945 +2023-05-30 19:00:00,0.0,9119.649,80.31545,18.69911,21.604017,30.399916,189.96248,27.80189,46.998535,21.595549,25.320587,715.52545,583.90106,14.993655,85.88921,7.8448215,3.601799,26.356716,47.12786,14.648973,413.8854,6.207638,338.27176,72.23853,0.8642807,4.31726,114.378334,36.69355,181.21893,163.38654,8708.13,0.7714739,1819.0917,2.0707858,1.2302437,0.64552724,5.2290535,207.49802,277.50763,37.521114,328.96036,28.072815,10.533722,746.5948,5.295417,80.69971,82.046326,468.24887,42.044277,374.0234,23.274895,77.51399,0.0,4763.1006,13818.774,24.654957,137.60004,138.52477,38692.133,192.12767,17.65638,54.987034,98.67812,98.6509,37.25878,45.66127,763.8338,125.24933,40.521374,13.319753,17.201422,1154.1533,46.745113,421.4715,80.00437,2227.4775,131.76659,177.21184,171.6741,94.29878,11.16077,19.144081,49.532413,7.8063827,9.045914,56.440655,69.11845,97.23605,18.636463,19.127457,213.59929,11.07585,3749.429,66.55389,90.622314,80.722244,69.395615,249.09386,116.290436,90.95061,25.258183,27.642569,58.665924,325.6117,202.10358,104.427216,376.77185,64.1625,78.11213,231.42192,235.67839,1086.555,202.79051,5.168551,16.219791,8.598796,125.59554,15855.337,8.00641,21.10078,33.33248,35.742058,401.17526,81.913216,134.64198,5.202645,215.11896,490.57843,287.7967,95.07384,374.4929,41.556942,66.35493,323.84888,18.916214,2.8726172,15.352655,1763.2937,0.41267475,1.1390725,83.77891,11.153207,5.37881,12.69753,21.116936,223.1667,73.85367,138.89583,1113.4214,203.8304,2078.634,1884.9519,19.01765,25.740133,15970.837,9.20783,59.242386,401.80896,97.741234,176.76529,70.94354,395.2381,1209.6029,330.17322,10.618846,80.82923,781.0011,2225.7183,40.342384,583.8222,55.191586,0.94925344,55.60579,0.9568147,0.46312618,2.0149038,31.7521,115.956024,290.49664,11.767719,3309.0198,189.34924,59.310005,67.12584,17.08441,88.828964,16.416018,2.1893077,28.822311,119.556335,12.61235,6.965219,11.180925,27.040827,12.333813,6.4404545,41.07965,957.05774,129.63417,2743.4736,38.699837,3779.1604,68.93755,527.68207,1847.6161,51.592724,12.943607,2038.4718,2785.1272,6902.6216,352.0037 +2023-05-30 20:00:00,0.0,9126.34,80.363106,18.686062,21.612398,30.380667,189.93602,27.793095,46.96304,21.591612,25.301086,715.99786,583.8578,14.983817,85.93925,7.8505826,3.6056018,26.340464,47.16755,14.655403,413.76047,6.21222,338.23996,72.197205,0.8615973,4.3094387,114.36587,36.67494,181.13858,163.32243,8716.222,0.7695999,1818.3794,2.0603316,1.2282715,0.64426386,5.2174096,207.46811,277.50775,37.489346,329.26343,28.065994,10.534935,746.4409,5.2875776,80.722725,82.07553,468.33203,42.082317,374.02136,23.28965,77.552734,0.0,4764.187,13825.183,24.679379,137.71729,138.6395,38701.273,192.22433,17.673803,54.975986,98.68366,98.71108,37.28873,45.667202,763.91736,125.30108,40.516354,13.330769,17.211258,1154.5187,46.800484,421.6373,80.01801,2227.3691,131.81929,177.28772,171.68965,94.059296,11.1552515,19.130114,49.459362,7.7994666,9.0375395,56.488987,69.162,97.184235,18.641968,19.138409,213.73833,11.063181,3748.6987,66.592896,90.7043,80.80047,69.44092,249.03314,116.34454,91.004036,25.27088,27.654041,58.696003,325.89847,202.12242,104.45645,376.90216,64.1631,78.15968,231.5678,235.69206,1086.8369,202.85495,5.1641183,16.220833,8.59864,125.47223,15857.829,8.008062,21.073635,33.298027,35.751465,401.26114,81.96219,134.55959,5.203435,215.20967,490.30984,287.48984,95.113945,373.86203,41.538887,66.32522,324.1218,18.899168,2.8689895,15.342934,1764.2513,0.41072047,1.1354839,83.71156,11.156298,5.378904,12.674306,21.091877,222.89894,73.82164,138.85301,1112.6816,203.88954,2078.432,1884.9664,19.027023,25.75829,15981.767,9.205689,59.28719,401.92676,97.816536,176.88803,70.97453,395.4391,1209.6063,330.2348,10.624846,80.8719,781.5869,2225.584,40.33634,584.4145,55.247623,0.948791,55.60607,0.9565813,0.4626432,2.0140827,31.77789,116.05037,290.6983,11.746649,3310.9412,189.54123,59.36828,67.18616,17.099232,88.87366,16.432705,2.189274,28.854301,119.64179,12.629954,6.9722776,11.190491,27.022177,12.330184,6.4471054,41.11757,957.55664,129.73624,2745.7783,38.71763,3781.7966,68.96599,527.4314,1849.1775,51.63773,12.941954,2039.4851,2786.282,6905.339,351.66797 +2023-05-30 21:00:00,0.0,9133.03,80.41076,18.673014,21.620779,30.361416,189.90955,27.784298,46.927544,21.587673,25.281584,716.47034,583.8145,14.973978,85.98927,7.856344,3.6094046,26.324213,47.207233,14.661834,413.63556,6.216802,338.20813,72.155876,0.85891384,4.301618,114.35341,36.656326,181.05824,163.25832,8724.313,0.76772594,1817.6672,2.0498776,1.2262993,0.6430005,5.2057657,207.4382,277.50787,37.457577,329.56653,28.059174,10.536149,746.28705,5.279738,80.745735,82.10474,468.41525,42.120354,374.0193,23.304405,77.59148,0.0,4765.273,13831.592,24.7038,137.83452,138.75423,38710.418,192.321,17.691227,54.96494,98.6892,98.77127,37.318676,45.673138,764.0009,125.35282,40.51133,13.3417845,17.221094,1154.884,46.855854,421.8031,80.031654,2227.2607,131.872,177.3636,171.7052,93.8198,11.149733,19.116146,49.386307,7.792551,9.029166,56.537323,69.20556,97.132416,18.64747,19.14936,213.87735,11.050512,3747.9683,66.631905,90.78629,80.878685,69.48621,248.97244,116.39865,91.05746,25.283579,27.665514,58.72608,326.18527,202.14127,104.48569,377.03247,64.163704,78.20723,231.71368,235.70575,1087.1187,202.91939,5.1596856,16.221874,8.598485,125.34892,15860.322,8.009714,21.04649,33.263573,35.76087,401.347,82.01116,134.4772,5.2042246,215.3004,490.0413,287.18298,95.15405,373.2312,41.520832,66.2955,324.3947,18.88212,2.865362,15.333212,1765.2089,0.40876618,1.1318952,83.64422,11.1593895,5.3789983,12.651082,21.066816,222.63116,73.78962,138.8102,1111.942,203.94868,2078.2295,1884.9811,19.036398,25.776447,15992.697,9.203548,59.33199,402.04456,97.89184,177.01079,71.005516,395.64008,1209.6096,330.29636,10.630847,80.914566,782.17267,2225.45,40.330303,585.00684,55.30366,0.9483287,55.60635,0.9563479,0.46216023,2.0132616,31.803679,116.144714,290.9,11.725578,3312.8623,189.7332,59.426556,67.246475,17.114056,88.91835,16.449394,2.1892405,28.88629,119.72725,12.647557,6.9793363,11.200057,27.003529,12.326555,6.453757,41.155483,958.0556,129.8383,2748.083,38.735416,3784.4329,68.99442,527.18066,1850.7388,51.68274,12.9403,2040.4984,2787.4368,6908.0566,351.3322 +2023-05-30 22:00:00,0.0,9139.72,80.458405,18.659966,21.62916,30.342167,189.88309,27.775501,46.892048,21.583736,25.262081,716.94275,583.7713,14.96414,86.0393,7.862106,3.6132073,26.30796,47.24692,14.668264,413.51062,6.221384,338.1763,72.11455,0.85623044,4.293797,114.34094,36.63772,180.97789,163.1942,8732.404,0.765852,1816.955,2.0394235,1.2243271,0.6417371,5.1941214,207.4083,277.508,37.425808,329.86963,28.052353,10.537363,746.1332,5.2718983,80.76875,82.13394,468.4984,42.15839,374.01724,23.31916,77.63022,0.0,4766.3594,13838.001,24.728222,137.95177,138.86896,38719.56,192.41768,17.70865,54.95389,98.69474,98.83146,37.348625,45.67907,764.08453,125.40457,40.50631,13.352799,17.23093,1155.2495,46.911224,421.9689,80.045296,2227.1523,131.9247,177.43948,171.72075,93.58031,11.144213,19.102179,49.31325,7.785635,9.020793,56.585655,69.249115,97.0806,18.652975,19.160313,214.01637,11.037844,3747.238,66.67091,90.86828,80.9569,69.53152,248.91173,116.45276,91.110886,25.296276,27.676989,58.75616,326.47205,202.16011,104.51492,377.16275,64.16431,78.254776,231.85956,235.71942,1087.4005,202.98383,5.1552525,16.222918,8.59833,125.22562,15862.814,8.011367,21.019344,33.229122,35.770275,401.43283,82.06013,134.3948,5.2050147,215.39113,489.77274,286.87616,95.19417,372.60034,41.502777,66.265785,324.66763,18.865074,2.8617342,15.32349,1766.1665,0.40681186,1.1283064,83.57687,11.16248,5.379092,12.627857,21.041758,222.36339,73.7576,138.76736,1111.2024,204.00783,2078.0273,1884.9956,19.04577,25.794603,16003.628,9.2014065,59.376793,402.16232,97.96714,177.13353,71.0365,395.84106,1209.6129,330.35794,10.6368475,80.95724,782.7585,2225.316,40.32426,585.5992,55.3597,0.9478663,55.60663,0.9561145,0.46167728,2.0124407,31.82947,116.23905,291.10165,11.704507,3314.7837,189.92519,59.484833,67.306786,17.12888,88.963036,16.466084,2.1892068,28.91828,119.812706,12.665161,6.986395,11.209622,26.984879,12.322926,6.4604077,41.1934,958.5545,129.94037,2750.3877,38.753204,3787.0693,69.02285,526.92993,1852.3002,51.727745,12.938646,2041.5117,2788.5916,6910.774,350.99646 +2023-05-30 23:00:00,0.0,9146.41,80.50606,18.646917,21.63754,30.322916,189.85661,27.766706,46.856552,21.579798,25.242579,717.4152,583.728,14.954301,86.089325,7.867867,3.61701,26.29171,47.28661,14.674694,413.38568,6.225966,338.14447,72.07322,0.85354704,4.2859764,114.328476,36.619106,180.89755,163.1301,8740.496,0.763978,1816.2428,2.0289693,1.2223549,0.6404737,5.182478,207.37839,277.50812,37.39404,330.17273,28.04553,10.538576,745.9793,5.2640586,80.79177,82.16315,468.58167,42.19643,374.01517,23.333916,77.66897,0.0,4767.4453,13844.409,24.752645,138.069,138.98369,38728.7,192.51434,17.726076,54.942844,98.70027,98.89164,37.378574,45.685,764.1681,125.456314,40.50129,13.363815,17.240767,1155.6149,46.966595,422.13474,80.05894,2227.044,131.9774,177.51537,171.7363,93.34082,11.138694,19.088211,49.240196,7.778719,9.012419,56.63399,69.29267,97.02878,18.65848,19.171265,214.1554,11.025175,3746.5078,66.70992,90.95027,81.035126,69.57682,248.85103,116.50687,91.164314,25.308975,27.688461,58.786243,326.75882,202.17894,104.54415,377.29306,64.16492,78.30233,232.00545,235.7331,1087.6823,203.04826,5.15082,16.223959,8.598174,125.10231,15865.308,8.01302,20.992199,33.194668,35.779682,401.5187,82.1091,134.31242,5.205805,215.48186,489.50415,286.5693,95.234276,371.96948,41.484722,66.23607,324.94055,18.848026,2.8581064,15.313768,1767.1241,0.40485758,1.1247177,83.50953,11.165572,5.379186,12.604633,21.016699,222.09563,73.72557,138.72455,1110.4626,204.06696,2077.8252,1885.0103,19.055143,25.81276,16014.558,9.1992655,59.421597,402.28012,98.04244,177.25629,71.06748,396.04205,1209.6162,330.41953,10.642848,80.99991,783.3443,2225.1816,40.31822,586.1915,55.415737,0.9474039,55.606907,0.95588106,0.4611943,2.0116196,31.855259,116.3334,291.30334,11.683436,3316.7048,190.11716,59.543106,67.3671,17.143702,89.00773,16.482773,2.1891732,28.95027,119.89816,12.682765,6.9934535,11.219189,26.96623,12.319297,6.4670587,41.231316,959.05347,130.04245,2752.6926,38.770996,3789.7056,69.051285,526.67926,1853.8616,51.77275,12.936993,2042.525,2789.7463,6913.4917,350.6607 +2023-05-31 00:00:00,0.0,9153.101,80.5537,18.63387,21.64592,30.303667,189.83015,27.75791,46.82106,21.575861,25.223078,717.88763,583.68475,14.944462,86.13935,7.8736286,3.620813,26.275457,47.326294,14.681125,413.26074,6.2305484,338.11267,72.03189,0.85086364,4.2781553,114.31601,36.6005,180.8172,163.06598,8748.588,0.7621041,1815.5305,2.0185153,1.2203827,0.6392103,5.170834,207.34848,277.50824,37.36227,330.4758,28.03871,10.53979,745.8254,5.2562194,80.81479,82.19235,468.66486,42.234467,374.01312,23.348671,77.70771,0.0,4768.5312,13850.818,24.777067,138.18625,139.09842,38737.84,192.61101,17.7435,54.931797,98.70581,98.95183,37.40852,45.690937,764.25165,125.508064,40.496265,13.374831,17.250605,1155.9803,47.021965,422.30054,80.07258,2226.9353,132.0301,177.59125,171.75185,93.101326,11.133175,19.074244,49.16714,7.7718034,9.0040455,56.682327,69.33623,96.97696,18.663982,19.182215,214.29442,11.0125065,3745.7773,66.74893,91.03226,81.11334,69.62212,248.79031,116.560974,91.21774,25.321672,27.699936,58.816322,327.0456,202.19778,104.57339,377.42337,64.16552,78.34988,232.15132,235.74677,1087.9641,203.11272,5.146387,16.225,8.598019,124.979004,15867.8,8.014672,20.965054,33.160213,35.78909,401.60455,82.158066,134.23003,5.206595,215.57259,489.2356,286.26245,95.27439,371.33865,41.466667,66.20636,325.2135,18.83098,2.8544786,15.304047,1768.0817,0.40290326,1.121129,83.44219,11.168663,5.3792806,12.581409,20.991638,221.82785,73.69355,138.68173,1109.723,204.1261,2077.6228,1885.0248,19.064516,25.830915,16025.488,9.1971245,59.4664,402.39792,98.117744,177.37903,71.09847,396.243,1209.6195,330.48108,10.648848,81.04258,783.93005,2225.0476,40.31218,586.7839,55.471775,0.94694155,55.607185,0.95564765,0.46071133,2.0107985,31.881048,116.42774,291.505,11.662366,3318.626,190.30914,59.601383,67.42742,17.158525,89.05242,16.499462,2.1891398,28.982258,119.98362,12.700369,7.000512,11.228754,26.94758,12.315668,6.4737096,41.26923,959.55237,130.14452,2754.9973,38.788784,3792.3418,69.07972,526.4285,1855.423,51.817757,12.935339,2043.5383,2790.9011,6916.209,350.32495 +2023-05-31 01:00:00,0.0,9159.79,80.60136,18.620821,21.6543,30.284416,189.80368,27.749113,46.785564,21.571922,25.203575,718.3601,583.6415,14.934624,86.18938,7.8793902,3.6246157,26.259205,47.365982,14.687555,413.13583,6.2351303,338.08084,71.99056,0.8481802,4.2703347,114.30354,36.581886,180.73686,163.00186,8756.68,0.7602301,1814.8184,2.0080612,1.2184105,0.6379469,5.1591897,207.31857,277.50836,37.330498,330.7789,28.031889,10.541004,745.6715,5.2483797,80.8378,82.22156,468.74805,42.272503,374.01105,23.363426,77.74645,0.0,4769.617,13857.228,24.801489,138.30348,139.21315,38746.98,192.70767,17.760923,54.92075,98.71135,99.01202,37.43847,45.69687,764.3352,125.559814,40.491245,13.385846,17.26044,1156.3457,47.077335,422.46634,80.08623,2226.827,132.08281,177.66713,171.7674,92.86183,11.127656,19.060276,49.094086,7.7648873,8.995671,56.73066,69.37978,96.92515,18.669487,19.193167,214.43344,10.999838,3745.047,66.78794,91.11425,81.19156,69.66743,248.72961,116.61508,91.27117,25.334372,27.711409,58.8464,327.3324,202.21663,104.60262,377.55365,64.16612,78.39742,232.29721,235.76045,1088.2458,203.17715,5.1419544,16.226042,8.597863,124.85569,15870.293,8.016325,20.93791,33.12576,35.798492,401.69043,82.20704,134.14764,5.207385,215.6633,488.96704,285.95563,95.3145,370.7078,41.448612,66.17664,325.48642,18.813932,2.850851,15.294325,1769.0393,0.40094897,1.1175402,83.37485,11.171755,5.3793745,12.558186,20.96658,221.56007,73.66153,138.63892,1108.9833,204.18524,2077.4207,1885.0394,19.07389,25.849072,16036.419,9.194983,59.511204,402.51572,98.19305,177.50179,71.129456,396.444,1209.6228,330.54266,10.654848,81.08525,784.51587,2224.9136,40.306137,587.3762,55.52781,0.9464792,55.607464,0.9554143,0.46022838,2.0099773,31.906837,116.52209,291.70667,11.6412945,3320.5474,190.50113,59.659657,67.48773,17.17335,89.09711,16.516151,2.1891062,29.014248,120.06908,12.717973,7.007571,11.23832,26.928932,12.312038,6.4803605,41.307148,960.05133,130.24658,2757.302,38.806572,3794.9783,69.10815,526.1778,1856.9844,51.862762,12.933684,2044.5518,2792.056,6918.9263,349.9892 +2023-05-31 02:00:00,0.0,9166.48,80.649,18.607773,21.662682,30.265165,189.7772,27.740318,46.75007,21.567984,25.184072,718.8326,583.5982,14.924785,86.2394,7.8851514,3.6284184,26.242954,47.40567,14.693985,413.0109,6.239712,338.049,71.949234,0.8454968,4.2625136,114.291084,36.563274,180.65651,162.93774,8764.771,0.75835615,1814.1062,1.9976071,1.2164383,0.6366835,5.147546,207.28868,277.50848,37.29873,331.082,28.025066,10.542217,745.51764,5.24054,80.86082,82.250755,468.83124,42.310543,374.009,23.378181,77.785194,0.0,4770.703,13863.637,24.825912,138.42073,139.32788,38756.12,192.80434,17.778347,54.909702,98.71688,99.0722,37.46842,45.7028,764.41876,125.61156,40.486225,13.396862,17.270277,1156.711,47.132706,422.63217,80.09987,2226.7185,132.13551,177.74301,171.78294,92.622345,11.122137,19.046309,49.02103,7.7579713,8.987298,56.778996,69.42334,96.87333,18.67499,19.204119,214.57246,10.987169,3744.317,66.82695,91.196236,81.26978,69.71273,248.6689,116.66919,91.3246,25.347069,27.722883,58.87648,327.61917,202.23547,104.63186,377.68396,64.166725,78.44497,232.44308,235.77412,1088.5277,203.2416,5.1375213,16.227083,8.597708,124.73238,15872.785,8.017978,20.910765,33.09131,35.8079,401.77628,82.256004,134.06525,5.2081747,215.75403,488.69846,285.64877,95.354614,370.07693,41.430553,66.14693,325.75934,18.796886,2.8472233,15.284604,1769.9968,0.39899465,1.1139516,83.3075,11.174847,5.3794684,12.534962,20.94152,221.29231,73.62951,138.5961,1108.2437,204.24438,2077.2185,1885.0541,19.083263,25.867228,16047.35,9.192842,59.556004,402.6335,98.26835,177.62453,71.16044,396.645,1209.6262,330.60425,10.660849,81.12792,785.1017,2224.7793,40.3001,587.96857,55.583847,0.94601685,55.607742,0.9551809,0.4597454,2.0091562,31.932629,116.61643,291.90836,11.620224,3322.4685,190.6931,59.717934,67.54805,17.188173,89.1418,16.53284,2.1890726,29.046236,120.15454,12.735576,7.01463,11.247886,26.910282,12.30841,6.4870114,41.345062,960.55023,130.34865,2759.6067,38.824364,3797.6145,69.13658,525.9271,1858.5458,51.907772,12.932031,2045.5651,2793.2107,6921.644,349.65347 +2023-05-31 03:00:00,0.0,9173.171,80.696655,18.594725,21.671062,30.245916,189.75075,27.731522,46.714573,21.564047,25.164572,719.305,583.55493,14.914946,86.28943,7.890913,3.6322212,26.226702,47.44536,14.700416,412.88596,6.244294,338.0172,71.907906,0.8428134,4.254693,114.27862,36.544666,180.57616,162.87364,8772.863,0.7564822,1813.3939,1.9871529,1.2144662,0.63542014,5.1359024,207.25877,277.5086,37.26696,331.38507,28.018246,10.543431,745.3638,5.2327003,80.883835,82.27996,468.91443,42.34858,374.00693,23.392935,77.82394,0.0,4771.7896,13870.045,24.850334,138.53796,139.44261,38765.266,192.90102,17.79577,54.89866,98.72242,99.132385,37.498363,45.708736,764.5023,125.66331,40.481205,13.407878,17.280113,1157.0765,47.188076,422.79797,80.11351,2226.61,132.18822,177.81891,171.7985,92.38285,11.116618,19.032341,48.947975,7.7510557,8.978925,56.827328,69.466896,96.82151,18.680494,19.21507,214.71149,10.974501,3743.5864,66.86596,91.27823,81.348,69.758026,248.6082,116.7233,91.37802,25.359768,27.734356,58.906563,327.90594,202.25432,104.66109,377.81424,64.16733,78.49252,232.58897,235.7878,1088.8094,203.30603,5.1330886,16.228125,8.597552,124.60908,15875.278,8.0196295,20.88362,33.056854,35.817307,401.86215,82.30498,133.98286,5.208965,215.84476,488.4299,285.34192,95.39472,369.4461,41.4125,66.11722,326.03226,18.779839,2.8435955,15.274882,1770.9545,0.39704037,1.1103629,83.24016,11.1779375,5.3795624,12.511737,20.91646,221.02454,73.59748,138.55328,1107.504,204.30353,2077.016,1885.0686,19.092636,25.885386,16058.279,9.190701,59.600807,402.75128,98.34365,177.74727,71.19142,396.84598,1209.6295,330.6658,10.666849,81.17059,785.68744,2224.6453,40.294056,588.5609,55.639885,0.94555444,55.60802,0.9549475,0.45926243,2.0083354,31.958418,116.71078,292.11002,11.5991535,3324.3896,190.88509,59.77621,67.60837,17.202995,89.18649,16.54953,2.189039,29.078226,120.24,12.75318,7.0216885,11.257452,26.891634,12.304781,6.4936624,41.38298,961.0492,130.45071,2761.9114,38.84215,3800.2507,69.165016,525.6764,1860.1072,51.952778,12.930377,2046.5784,2794.3655,6924.3613,349.31772 +2023-05-31 04:00:00,0.0,9179.86,80.7443,18.581676,21.679443,30.226665,189.72427,27.722727,46.679077,21.560108,25.14507,719.77747,583.51166,14.9051075,86.33946,7.8966746,3.636024,26.210451,47.485043,14.706846,412.76102,6.2488766,337.98538,71.86658,0.8401299,4.246872,114.26615,36.526054,180.49582,162.80952,8780.955,0.7546082,1812.6818,1.9766989,1.212494,0.63415676,5.124258,207.22887,277.50873,37.23519,331.68817,28.011425,10.544644,745.2099,5.224861,80.906845,82.309166,468.99762,42.386616,374.00488,23.40769,77.86268,0.0,4772.8755,13876.454,24.874756,138.6552,139.55734,38774.406,192.99768,17.813196,54.88761,98.72796,99.19257,37.528313,45.71467,764.5859,125.71506,40.47618,13.418893,17.28995,1157.4419,47.243446,422.96378,80.12715,2226.5017,132.24092,177.89478,171.81404,92.14336,11.111099,19.018373,48.874924,7.7441397,8.970551,56.875664,69.51045,96.76969,18.685997,19.226023,214.85051,10.961832,3742.8562,66.90497,91.360214,81.426216,69.80333,248.54749,116.777405,91.43145,25.372465,27.745829,58.93664,328.19272,202.27315,104.69032,377.94455,64.16793,78.54007,232.73485,235.80147,1089.0913,203.37047,5.128656,16.229166,8.597397,124.48577,15877.7705,8.021282,20.856474,33.0224,35.82671,401.948,82.35394,133.90047,5.209755,215.93549,488.16135,285.0351,95.43483,368.81525,41.394444,66.0875,326.30518,18.762793,2.839968,15.265161,1771.912,0.39508605,1.1067742,83.17281,11.181029,5.379657,12.488513,20.891401,220.75676,73.56546,138.51047,1106.7644,204.36266,2076.814,1885.0833,19.10201,25.903542,16069.21,9.188559,59.64561,402.86908,98.41895,177.87003,71.222404,397.04697,1209.6328,330.7274,10.67285,81.21326,786.27325,2224.5112,40.288017,589.1532,55.695923,0.9450921,55.6083,0.95471406,0.45877945,2.0075142,31.984207,116.80512,292.31168,11.578082,3326.311,191.07707,59.834484,67.668686,17.21782,89.231186,16.566217,2.1890054,29.110214,120.325455,12.770783,7.028747,11.267017,26.872984,12.301151,6.5003133,41.420895,961.5481,130.55278,2764.216,38.85994,3802.8872,69.19344,525.42566,1861.6686,51.997784,12.928723,2047.5917,2795.5203,6927.079,348.98196 +2023-05-31 05:00:00,0.0,9186.551,80.791954,18.568628,21.687824,30.207417,189.69781,27.71393,46.643585,21.556171,25.125566,720.2499,583.46844,14.895268,86.38949,7.902436,3.6398268,26.194199,47.52473,14.713276,412.6361,6.2534585,337.95355,71.82525,0.8374465,4.239051,114.253685,36.507446,180.41547,162.7454,8789.047,0.7527343,1811.9695,1.9662448,1.2105218,0.6328933,5.112614,207.19896,277.50885,37.203423,331.99127,28.004604,10.545858,745.056,5.2170215,80.92986,82.33837,469.0808,42.424656,374.0028,23.422445,77.90143,0.0,4773.962,13882.863,24.899178,138.77245,139.67207,38783.547,193.09435,17.83062,54.876564,98.733505,99.252754,37.55826,45.7206,764.66943,125.7668,40.47116,13.429909,17.299788,1157.8073,47.298817,423.12958,80.14079,2226.3933,132.29362,177.97066,171.82959,91.90387,11.10558,19.004406,48.80187,7.7372236,8.962177,56.923996,69.55401,96.71787,18.691502,19.236975,214.98953,10.949163,3742.126,66.94397,91.44221,81.50444,69.84863,248.48677,116.83151,91.48488,25.385164,27.757303,58.96672,328.4795,202.29199,104.71956,378.07486,64.16853,78.587616,232.88074,235.81516,1089.373,203.4349,5.124223,16.230207,8.597241,124.36246,15880.263,8.022935,20.829329,32.987946,35.836117,402.03387,82.402916,133.81808,5.210545,216.02621,487.8928,284.72824,95.474945,368.1844,41.37639,66.057785,326.5781,18.745745,2.8363402,15.255439,1772.8696,0.39313176,1.1031854,83.10547,11.18412,5.3797507,12.465289,20.86634,220.489,73.53344,138.46765,1106.0247,204.4218,2076.6118,1885.0978,19.111383,25.921698,16080.141,9.186418,59.690414,402.98688,98.494255,177.99277,71.253395,397.24796,1209.6361,330.78897,10.67885,81.25593,786.859,2224.377,40.281975,589.74554,55.75196,0.9446297,55.608578,0.95448065,0.4582965,2.0066931,32.01,116.89947,292.51337,11.557012,3328.2322,191.26904,59.89276,67.729,17.232643,89.27587,16.582907,2.1889718,29.142204,120.41091,12.788387,7.0358057,11.276583,26.854334,12.297523,6.5069647,41.458813,962.047,130.65486,2766.5208,38.87773,3805.5234,69.22188,525.175,1863.23,52.04279,12.92707,2048.605,2796.675,6929.7964,348.6462 +2023-05-31 06:00:00,0.0,9193.241,80.8396,18.55558,21.696205,30.188166,189.67134,27.705133,46.60809,21.552233,25.106066,720.72235,583.4252,14.885429,86.439514,7.9081974,3.6436298,26.177948,47.56442,14.719707,412.51117,6.2580404,337.92172,71.78392,0.8347631,4.2312303,114.24122,36.488834,180.33513,162.6813,8797.139,0.75086033,1811.2573,1.9557908,1.2085496,0.63162994,5.1009703,207.16905,277.50897,37.171654,332.29434,27.997782,10.547072,744.90216,5.209182,80.95288,82.36758,469.164,42.462692,374.00076,23.4372,77.94017,0.0,4775.048,13889.271,24.923601,138.88968,139.7868,38792.688,193.19101,17.848043,54.865517,98.73903,99.31294,37.588207,45.726536,764.75305,125.81855,40.46614,13.440925,17.309624,1158.1727,47.354187,423.2954,80.154434,2226.285,132.34633,178.04655,171.84514,91.664375,11.100061,18.99044,48.728813,7.730308,8.953803,56.972332,69.597565,96.66605,18.697004,19.247927,215.12856,10.936495,3741.3955,66.98298,91.52419,81.58266,69.893936,248.42607,116.88562,91.53831,25.397861,27.768776,58.9968,328.7663,202.31084,104.748795,378.20514,64.16914,78.63516,233.02661,235.82883,1089.6549,203.49934,5.11979,16.23125,8.597086,124.23915,15882.756,8.024588,20.802183,32.953495,35.845524,402.11972,82.45188,133.73569,5.211335,216.11693,487.6242,284.4214,95.51505,367.55356,41.358334,66.028076,326.851,18.728699,2.8327124,15.245717,1773.8273,0.39117745,1.0995967,83.038124,11.187212,5.3798447,12.442065,20.841282,220.22122,73.50141,138.42482,1105.285,204.48094,2076.4094,1885.1124,19.120756,25.939854,16091.07,9.184277,59.735218,403.10468,98.56956,178.11552,71.28438,397.44894,1209.6394,330.85052,10.684851,81.2986,787.4448,2224.243,40.275932,590.3379,55.807995,0.9441673,55.608856,0.95424724,0.45781353,2.005872,32.035786,116.993805,292.71503,11.535941,3330.1533,191.46103,59.95104,67.789314,17.247465,89.320564,16.599596,2.1889381,29.174194,120.49637,12.805991,7.0428643,11.286149,26.835686,12.293894,6.5136156,41.496727,962.54596,130.75693,2768.8254,38.89552,3808.1597,69.25031,524.92426,1864.7914,52.087795,12.925416,2049.6182,2797.8298,6932.514,348.31046 +2023-05-31 07:00:00,0.0,9199.931,80.88725,18.542532,21.704586,30.168917,189.64488,27.696339,46.572594,21.548296,25.086563,721.19476,583.3819,14.875591,86.48954,7.913959,3.6474326,26.161695,47.604103,14.726137,412.38623,6.2626224,337.88992,71.74259,0.83207965,4.223409,114.22876,36.470222,180.25478,162.61719,8805.23,0.74898636,1810.545,1.9453366,1.2065774,0.63036656,5.0893264,207.13914,277.50906,37.139885,332.59744,27.990961,10.5482855,744.7482,5.201342,80.97589,82.39678,469.2472,42.50073,373.9987,23.451956,77.97891,0.0,4776.134,13895.681,24.948023,139.00693,139.90154,38801.83,193.28767,17.865467,54.85447,98.74457,99.37313,37.618156,45.732468,764.8366,125.87029,40.46112,13.45194,17.31946,1158.5381,47.409557,423.4612,80.16808,2226.1765,132.39903,178.12242,171.86069,91.42488,11.0945425,18.976473,48.655758,7.723392,8.94543,57.020664,69.64112,96.614235,18.702509,19.258877,215.26758,10.923827,3740.6653,67.02199,91.606186,81.66087,69.93924,248.36536,116.93972,91.591736,25.41056,27.78025,59.026882,329.05307,202.32968,104.77802,378.33545,64.16975,78.68272,233.1725,235.8425,1089.9366,203.56378,5.1153574,16.232292,8.59693,124.115845,15885.248,8.02624,20.775038,32.91904,35.854927,402.2056,82.500854,133.6533,5.212125,216.20766,487.35565,284.11456,95.55517,366.9227,41.34028,65.99836,327.12396,18.71165,2.8290846,15.235995,1774.7848,0.38922316,1.0960081,82.97078,11.190303,5.379939,12.41884,20.816223,219.95345,73.46939,138.382,1104.5454,204.54008,2076.2073,1885.127,19.130129,25.95801,16102.001,9.182135,59.780018,403.22247,98.64486,178.23827,71.31536,397.64993,1209.6427,330.9121,10.69085,81.34127,788.03064,2224.109,40.269894,590.93024,55.864033,0.94370496,55.609135,0.9540138,0.45733055,2.005051,32.061577,117.08815,292.91672,11.514871,3332.0747,191.653,60.00931,67.84963,17.26229,89.36526,16.616285,2.1889045,29.206182,120.581825,12.823594,7.049923,11.295714,26.817036,12.290264,6.5202665,41.53464,963.04486,130.859,2771.1301,38.913307,3810.7961,69.27874,524.6735,1866.3528,52.132805,12.923762,2050.6316,2798.9846,6935.2314,347.9747 +2023-05-31 08:00:00,0.0,9206.621,80.9349,18.529484,21.712967,30.149666,189.61841,27.687542,46.537098,21.544357,25.06706,721.66724,583.3386,14.865752,86.539566,7.91972,3.6512353,26.145443,47.64379,14.732567,412.26132,6.2672043,337.8581,71.70126,0.82939625,4.2155886,114.21629,36.451614,180.17442,162.55307,8813.321,0.7471124,1809.8329,1.9348825,1.2046052,0.6291032,5.0776825,207.10925,277.5092,37.108116,332.90054,27.98414,10.5494995,744.59436,5.193503,80.99891,82.42599,469.3304,42.53877,373.9966,23.466711,78.017654,0.0,4777.22,13902.09,24.972445,139.12416,140.01627,38810.97,193.38435,17.882893,54.843422,98.75011,99.43331,37.648106,45.7384,764.92017,125.92204,40.456097,13.462955,17.329296,1158.9036,47.464928,423.627,80.181725,2226.068,132.45174,178.1983,171.87624,91.185394,11.089024,18.962505,48.582703,7.7164764,8.937056,57.069,69.68468,96.56242,18.708012,19.269829,215.40662,10.911159,3739.935,67.061,91.68817,81.7391,69.98454,248.30466,116.99383,91.645164,25.423258,27.791723,59.05696,329.33984,202.34853,104.80726,378.46576,64.17035,78.73026,233.31837,235.85619,1090.2185,203.62822,5.1109247,16.233334,8.596774,123.99254,15887.741,8.027893,20.747894,32.884586,35.864334,402.29144,82.54982,133.5709,5.212915,216.29839,487.0871,283.8077,95.595276,366.29187,41.32222,65.96864,327.39688,18.694605,2.825457,15.226274,1775.7424,0.38726884,1.0924193,82.903435,11.193395,5.380033,12.395617,20.791162,219.68568,73.43737,138.33919,1103.8057,204.59921,2076.0051,1885.1416,19.139503,25.976166,16112.932,9.179994,59.82482,403.34024,98.72016,178.36102,71.346344,397.85092,1209.6461,330.97366,10.696851,81.38394,788.6164,2223.9746,40.26385,591.5226,55.92007,0.9432426,55.609417,0.9537805,0.45684758,2.00423,32.087364,117.182495,293.11838,11.493799,3333.9958,191.84499,60.06759,67.90994,17.277113,89.40994,16.632975,2.188871,29.238173,120.66729,12.841198,7.0569816,11.305281,26.798388,12.286635,6.5269175,41.57256,963.5438,130.96106,2773.4348,38.9311,3813.4324,69.307175,524.42285,1867.9142,52.17781,12.922109,2051.6448,2800.1394,6937.9487,347.63898 +2023-05-31 09:00:00,0.0,9213.312,80.98255,18.516436,21.721348,30.130417,189.59193,27.678745,46.501602,21.540419,25.047558,722.1397,583.29535,14.855914,86.58959,7.925482,3.655038,26.129192,47.68348,14.738997,412.13638,6.2717867,337.82626,71.659935,0.82671285,4.2077675,114.20383,36.433002,180.09409,162.48897,8821.413,0.7452384,1809.1206,1.9244285,1.202633,0.6278398,5.066038,207.07935,277.5093,37.076347,333.20364,27.977318,10.550714,744.4405,5.185663,81.02193,82.45519,469.41357,42.576805,373.99457,23.481466,78.0564,0.0,4778.306,13908.498,24.996868,139.24141,140.13098,38820.113,193.48102,17.900316,54.832375,98.755646,99.4935,37.67805,45.744335,765.0037,125.97379,40.451077,13.473971,17.339132,1159.2689,47.520298,423.79285,80.195366,2225.9597,132.50444,178.2742,171.89178,90.9459,11.083505,18.948538,48.509647,7.7095604,8.928682,57.117336,69.72824,96.510605,18.713516,19.28078,215.54564,10.89849,3739.2046,67.100006,91.770164,81.817314,70.02984,248.24394,117.047935,91.698586,25.435957,27.803198,59.08704,329.62662,202.36737,104.836494,378.59604,64.17095,78.77781,233.46426,235.86986,1090.5002,203.69266,5.106492,16.234375,8.596619,123.869225,15890.233,8.029545,20.720749,32.850132,35.87374,402.37732,82.59879,133.48853,5.213705,216.38911,486.8185,283.50085,95.63539,365.661,41.304165,65.93893,327.6698,18.677557,2.8218293,15.216552,1776.7,0.38531455,1.0888306,82.83609,11.196486,5.380127,12.372393,20.766104,219.41791,73.40534,138.29637,1103.066,204.65836,2075.8027,1885.1561,19.148876,25.994324,16123.861,9.177852,59.869625,403.45804,98.79546,178.48376,71.377335,398.0519,1209.6494,331.03525,10.702851,81.42661,789.2022,2223.8406,40.257812,592.1149,55.97611,0.9427802,55.609695,0.95354706,0.45636463,2.003409,32.113155,117.27684,293.32004,11.472729,3335.9172,192.03697,60.125866,67.97026,17.291935,89.454636,16.649664,2.1888373,29.27016,120.75275,12.858802,7.06404,11.314846,26.779737,12.283007,6.5335684,41.610474,964.0427,131.06313,2775.7397,38.948887,3816.0686,69.33561,524.1721,1869.4756,52.222816,12.920455,2052.6582,2801.2942,6940.6665,347.30322 +2023-05-31 10:00:00,0.0,9220.001,81.0302,18.503387,21.729729,30.111166,189.56548,27.66995,46.466106,21.536482,25.028057,722.6121,583.2521,14.846075,86.63962,7.9312434,3.658841,26.11294,47.723164,14.745428,412.01144,6.2763686,337.79443,71.61861,0.8240294,4.199947,114.19136,36.414394,180.01373,162.42485,8829.505,0.74336445,1808.4084,1.9139744,1.2006608,0.6265764,5.0543947,207.04944,277.50943,37.04458,333.5067,27.970497,10.551927,744.2866,5.1778235,81.04494,82.4844,469.4968,42.61484,373.9925,23.496222,78.095146,0.0,4779.392,13914.907,25.02129,139.35864,140.24571,38829.254,193.57768,17.91774,54.821327,98.761185,99.55369,37.708,45.750267,765.0873,126.025536,40.446056,13.484987,17.348969,1159.6343,47.57567,423.95865,80.20901,2225.851,132.55714,178.35007,171.90732,90.706406,11.077986,18.93457,48.436592,7.7026443,8.920309,57.16567,69.77179,96.458786,18.719019,19.291733,215.68466,10.885821,3738.4744,67.139015,91.85215,81.89553,70.07514,248.18324,117.10204,91.752014,25.448654,27.81467,59.11712,329.91342,202.3862,104.86573,378.72635,64.171555,78.825356,233.61014,235.88353,1090.7821,203.75711,5.102059,16.235416,8.596463,123.74592,15892.727,8.031198,20.693604,32.81568,35.883144,402.46317,82.647766,133.40613,5.214495,216.47984,486.54996,283.19403,95.6755,365.03015,41.28611,65.90922,327.94272,18.66051,2.8182015,15.20683,1777.6576,0.38336024,1.0852419,82.768745,11.199577,5.3802214,12.349169,20.741043,219.15013,73.37332,138.25356,1102.3264,204.7175,2075.6006,1885.1708,19.158249,26.01248,16134.792,9.175711,59.91443,403.57584,98.870766,178.60652,71.40832,398.25287,1209.6527,331.09683,10.708852,81.469284,789.78796,2223.7065,40.25177,592.7073,56.032146,0.94231784,55.609974,0.95331365,0.45588166,2.0025878,32.138947,117.371185,293.52173,11.451658,3337.8384,192.22894,60.18414,68.03058,17.306759,89.49933,16.666353,2.1888037,29.30215,120.8382,12.876406,7.071099,11.324412,26.76109,12.279377,6.5402193,41.64839,964.5417,131.1652,2778.0444,38.966675,3818.705,69.36404,523.9214,1871.037,52.267822,12.9188,2053.6716,2802.449,6943.384,346.96747 +2023-05-31 11:00:00,0.0,9226.691,81.07785,18.49034,21.73811,30.091917,189.539,27.661154,46.430614,21.532543,25.008554,723.0846,583.2088,14.836236,86.689644,7.9370046,3.6626437,26.09669,47.76285,14.751858,411.8865,6.2809505,337.76263,71.57728,0.821346,4.192126,114.178894,36.395782,179.9334,162.36073,8837.597,0.74149054,1807.6963,1.9035202,1.1986886,0.625313,5.042751,207.01953,277.50955,37.01281,333.8098,27.963676,10.553141,744.13275,5.1699843,81.067955,82.513596,469.58,42.65288,373.99045,23.510977,78.13389,0.0,4780.478,13921.316,25.045712,139.47588,140.36044,38838.395,193.67435,17.935163,54.81028,98.76672,99.61387,37.73795,45.7562,765.17084,126.077286,40.441036,13.496002,17.358807,1159.9998,47.63104,424.12445,80.22265,2225.7427,132.60985,178.42595,171.92287,90.46692,11.072467,18.920603,48.363537,7.695729,8.911935,57.214005,69.815346,96.40697,18.724524,19.302685,215.82368,10.873153,3737.7441,67.178024,91.93414,81.973755,70.120445,248.12253,117.15615,91.80544,25.461353,27.826143,59.1472,330.2002,202.40504,104.89496,378.85666,64.17216,78.87291,233.75603,235.8972,1091.0638,203.82155,5.097626,16.236458,8.596308,123.62261,15895.219,8.03285,20.666458,32.781227,35.89255,402.54904,82.69673,133.32375,5.2152853,216.57057,486.2814,282.88718,95.71561,364.39932,41.268055,65.8795,328.21564,18.643463,2.8145738,15.197109,1778.6152,0.38140595,1.0816532,82.7014,11.202669,5.3803153,12.325945,20.715984,218.88237,73.3413,138.21074,1101.5867,204.77664,2075.3984,1885.1853,19.167622,26.030636,16145.723,9.17357,59.959232,403.69363,98.94607,178.72926,71.4393,398.45386,1209.656,331.1584,10.714852,81.511955,790.3738,2223.5723,40.245728,593.2996,56.08818,0.9418555,55.610252,0.95308024,0.45539868,2.0017667,32.164734,117.46553,293.7234,11.430587,3339.7595,192.42093,60.242416,68.0909,17.321583,89.54402,16.683043,2.18877,29.334139,120.92366,12.89401,7.078158,11.333978,26.74244,12.275748,6.54687,41.686306,965.0406,131.26727,2780.349,38.984467,3821.3413,69.39247,523.6707,1872.5984,52.312828,12.917147,2054.6848,2803.6038,6946.1016,346.6317 +2023-05-31 12:00:00,0.0,9233.382,81.1255,18.477291,21.74649,30.072666,189.51254,27.652359,46.39512,21.528606,24.989052,723.557,583.1655,14.826398,86.73968,7.942766,3.6664464,26.080437,47.80254,14.758288,411.7616,6.2855325,337.7308,71.53594,0.8186626,4.184305,114.166435,36.37717,179.85304,162.29662,8845.688,0.7396166,1806.984,1.8930662,1.1967164,0.6240496,5.0311065,206.98962,277.50967,36.98104,334.1129,27.956856,10.554354,743.9789,5.1621447,81.09097,82.5428,469.6632,42.690918,373.98837,23.525732,78.17263,0.0,4781.5645,13927.726,25.070135,139.59312,140.47517,38847.535,193.77103,17.952587,54.799232,98.77225,99.67406,37.767895,45.762135,765.2544,126.129036,40.436012,13.507018,17.368643,1160.3651,47.68641,424.29025,80.23629,2225.6343,132.66255,178.50185,171.93842,90.227425,11.066948,18.906635,48.290485,7.6888127,8.903562,57.262337,69.8589,96.35515,18.730028,19.313637,215.9627,10.860484,3737.0137,67.21703,92.01613,82.05197,70.16575,248.06183,117.21026,91.85887,25.47405,27.837618,59.17728,330.48697,202.42389,104.924194,378.98694,64.17276,78.920456,233.9019,235.91089,1091.3457,203.88599,5.0931935,16.2375,8.596152,123.499306,15897.712,8.034503,20.639313,32.746773,35.90196,402.6349,82.745705,133.24135,5.216075,216.66129,486.01285,282.58032,95.75572,363.76846,41.25,65.849785,328.48856,18.626415,2.8109462,15.187387,1779.5728,0.37945166,1.0780644,82.634056,11.20576,5.3804092,12.30272,20.690926,218.6146,73.30928,138.16792,1100.847,204.83578,2075.196,1885.2,19.176996,26.048792,16156.653,9.171428,60.004032,403.81143,99.02138,178.85202,71.47028,398.65485,1209.6593,331.21997,10.720853,81.55463,790.9596,2223.4382,40.23969,593.8919,56.14422,0.94139314,55.61053,0.9528468,0.45491573,2.0009456,32.190525,117.559875,293.92505,11.409516,3341.681,192.61292,60.30069,68.15121,17.336407,89.58871,16.69973,2.1887364,29.366129,121.00912,12.9116125,7.0852165,11.343544,26.723791,12.2721195,6.553521,41.724224,965.53955,131.36934,2782.6538,39.002254,3823.9775,69.420906,523.42,1874.1598,52.357838,12.915493,2055.6982,2804.7585,6948.819,346.29596 +2023-05-31 13:00:00,0.0,9240.072,81.17315,18.464243,21.754871,30.053417,189.48607,27.643562,46.359623,21.524668,24.969551,724.0295,583.1223,14.816559,86.7897,7.948528,3.6702492,26.064184,47.842224,14.764719,411.63666,6.290115,337.69897,71.49461,0.8159791,4.176484,114.15397,36.358562,179.77269,162.23251,8853.78,0.7377426,1806.2719,1.8826121,1.1947442,0.6227862,5.0194626,206.95972,277.5098,36.949272,334.416,27.950033,10.555568,743.825,5.154305,81.11398,82.57201,469.74637,42.728954,373.98633,23.540487,78.21137,0.0,4782.6504,13934.134,25.094557,139.71036,140.5899,38856.676,193.86769,17.970013,54.788185,98.777794,99.734245,37.797844,45.768066,765.338,126.18078,40.430992,13.518034,17.378479,1160.7306,47.741783,424.4561,80.24993,2225.526,132.71526,178.57771,171.95396,89.98793,11.061429,18.892668,48.21743,7.6818967,8.895187,57.310673,69.902466,96.30333,18.73553,19.324589,216.10173,10.8478155,3736.2834,67.25604,92.09812,82.13019,70.21105,248.00111,117.264366,91.9123,25.48675,27.84909,59.20736,330.77374,202.44273,104.95343,379.11725,64.17336,78.968,234.04779,235.92456,1091.6274,203.95042,5.088761,16.238543,8.595997,123.376,15900.204,8.036156,20.612167,32.71232,35.911366,402.72076,82.79467,133.15897,5.216865,216.75201,485.74426,282.2735,95.79583,363.1376,41.231945,65.820076,328.76147,18.60937,2.8073184,15.177666,1780.5304,0.37749735,1.0744758,82.56671,11.208852,5.3805037,12.279496,20.665865,218.34682,73.27725,138.12509,1100.1074,204.89491,2074.994,1885.2145,19.186369,26.066948,16167.583,9.169287,60.048836,403.9292,99.09668,178.97476,71.50127,398.85583,1209.6626,331.28156,10.726853,81.59729,791.54535,2223.3042,40.233646,594.48425,56.200256,0.9409307,55.61081,0.9526134,0.45443276,2.0001247,32.216312,117.65421,294.12674,11.388446,3343.602,192.80489,60.358967,68.211525,17.351229,89.6334,16.71642,2.1887028,29.398119,121.094574,12.929216,7.092275,11.353109,26.705141,12.26849,6.5601726,41.76214,966.03845,131.4714,2784.9585,39.020042,3826.6138,69.44933,523.16925,1875.7212,52.402843,12.913839,2056.7114,2805.9133,6951.536,345.9602 +2023-05-31 14:00:00,0.0,9246.762,81.2208,18.451195,21.763252,30.034166,189.45961,27.634766,46.324127,21.520731,24.950048,724.5019,583.07904,14.80672,86.83973,7.954289,3.674052,26.047934,47.881912,14.771149,411.51172,6.294697,337.66714,71.453285,0.8132957,4.1686635,114.1415,36.33995,179.69235,162.1684,8861.872,0.73586863,1805.5596,1.872158,1.192772,0.62152284,5.007819,206.92981,277.50992,36.917503,334.7191,27.943213,10.556782,743.6711,5.1464653,81.137,82.60121,469.8296,42.766994,373.98425,23.555243,78.250114,0.0,4783.7363,13940.543,25.118979,139.8276,140.70464,38865.816,193.96436,17.987436,54.777138,98.78333,99.794426,37.82779,45.774002,765.4216,126.23253,40.425972,13.529049,17.388315,1161.096,47.797153,424.6219,80.26358,2225.4175,132.76796,178.6536,171.96951,89.74844,11.05591,18.8787,48.144375,7.674981,8.886814,57.359005,69.946014,96.25152,18.741035,19.335539,216.24075,10.835147,3735.553,67.29505,92.18011,82.20841,70.256355,247.94041,117.318474,91.96573,25.499447,27.860565,59.23744,331.06055,202.46158,104.982666,379.24756,64.17397,79.01555,234.19366,235.93823,1091.9093,204.01486,5.0843277,16.239584,8.595841,123.252686,15902.696,8.037808,20.585022,32.677868,35.92077,402.8066,82.84364,133.07657,5.217655,216.84274,485.4757,281.96664,95.835945,362.50677,41.21389,65.79036,329.03442,18.592321,2.8036907,15.167944,1781.4879,0.37554306,1.0708871,82.49937,11.211943,5.3805976,12.256272,20.640806,218.07906,73.24523,138.08228,1099.3677,204.95406,2074.7915,1885.2291,19.195742,26.085104,16178.514,9.167146,60.09364,404.047,99.17198,179.0975,71.53226,399.05682,1209.6659,331.3431,10.732853,81.63996,792.13116,2223.17,40.227608,595.0766,56.256294,0.9404684,55.611088,0.95238006,0.45394978,1.9993036,32.242104,117.74856,294.3284,11.367374,3345.5232,192.99687,60.417244,68.27184,17.366053,89.67809,16.733109,2.1886692,29.430107,121.18003,12.94682,7.099334,11.362675,26.686491,12.264861,6.5668235,41.800056,966.5374,131.57347,2787.2632,39.037834,3829.2502,69.47777,522.9186,1877.2826,52.44785,12.912186,2057.7249,2807.068,6954.254,345.62445 +2023-05-31 15:00:00,0.0,9253.452,81.26845,18.438147,21.771633,30.014917,189.43314,27.62597,46.28863,21.516792,24.930546,724.97437,583.03577,14.796882,86.889755,7.9600506,3.6778548,26.031681,47.9216,14.777579,411.3868,6.2992787,337.63535,71.41196,0.8106123,4.1608424,114.129036,36.32134,179.612,162.10428,8869.964,0.73399466,1804.8474,1.8617039,1.1907998,0.62025946,4.996175,206.89992,277.51004,36.885735,335.0222,27.936392,10.557995,743.5172,5.138626,81.16002,82.63042,469.91278,42.80503,373.9822,23.569998,78.28886,0.0,4784.8228,13946.952,25.1434,139.94484,140.81937,38874.96,194.06102,18.00486,54.76609,98.78887,99.854614,37.85774,45.779934,765.5051,126.28427,40.420948,13.540065,17.398151,1161.4613,47.852524,424.7877,80.27722,2225.309,132.82066,178.72949,171.98506,89.50895,11.050391,18.864733,48.07132,7.668065,8.878441,57.40734,69.98958,96.1997,18.746538,19.34649,216.37978,10.822478,3734.8228,67.33406,92.2621,82.28663,70.30165,247.8797,117.37258,92.01915,25.512146,27.872038,59.26752,331.34732,202.48042,105.011894,379.37784,64.174576,79.0631,234.33955,235.95192,1092.191,204.0793,5.079895,16.240625,8.595686,123.12938,15905.189,8.03946,20.557878,32.643414,35.930176,402.8925,82.89261,132.99419,5.2184453,216.93347,485.20715,281.6598,95.87605,361.87592,41.19583,65.76064,329.30734,18.575275,2.8000631,15.158222,1782.4456,0.37358874,1.0672984,82.43202,11.2150345,5.3806915,12.233048,20.615746,217.81128,73.21321,138.03946,1098.628,205.0132,2074.5894,1885.2437,19.205116,26.103262,16189.444,9.165004,60.138443,404.1648,99.247284,179.22026,71.56324,399.2578,1209.6693,331.4047,10.738853,81.68263,792.7169,2223.036,40.221565,595.66895,56.312332,0.940006,55.611366,0.95214665,0.4534668,1.9984825,32.267895,117.8429,294.5301,11.346304,3347.4446,193.18884,60.475517,68.33216,17.380877,89.722786,16.749798,2.1886356,29.462097,121.265495,12.964424,7.1063924,11.372241,26.667843,12.261232,6.5734744,41.83797,967.0363,131.67554,2789.5679,39.055622,3831.8865,69.5062,522.66785,1878.8439,52.492855,12.910532,2058.738,2808.223,6956.971,345.28873 +2023-05-31 16:00:00,0.0,9260.143,81.3161,18.425098,21.780012,29.995667,189.40668,27.617174,46.25314,21.512856,24.911045,725.4468,582.9925,14.787043,86.93978,7.965812,3.6816576,26.01543,47.961285,14.78401,411.26187,6.3038607,337.60352,71.37063,0.8079289,4.1530213,114.11657,36.30273,179.53166,162.04018,8878.056,0.73212075,1804.1351,1.8512498,1.1888276,0.618996,4.984531,206.87001,277.51016,36.853966,335.32526,27.92957,10.559209,743.36334,5.1307864,81.18304,82.65962,469.99597,42.843067,373.98013,23.584753,78.32761,0.0,4785.9087,13953.36,25.167824,140.06209,140.9341,38884.1,194.15768,18.022284,54.755043,98.7944,99.9148,37.887688,45.785866,765.5887,126.33602,40.415928,13.551081,17.40799,1161.8268,47.907894,424.95352,80.29086,2225.2007,132.87337,178.80536,172.00061,89.269455,11.044872,18.850765,47.998264,7.661149,8.870067,57.455673,70.03313,96.14788,18.752043,19.357443,216.5188,10.80981,3734.0925,67.37307,92.344086,82.364845,70.346954,247.81898,117.42669,92.07258,25.524843,27.883512,59.2976,331.6341,202.49925,105.04113,379.50815,64.17518,79.11065,234.48543,235.96559,1092.4729,204.14374,5.0754623,16.241667,8.5955305,123.00607,15907.682,8.041113,20.530733,32.60896,35.939583,402.97833,82.94158,132.91179,5.2192354,217.0242,484.93857,281.35294,95.91617,361.24506,41.177776,65.730934,329.58026,18.558228,2.7964354,15.1485,1783.4031,0.37163445,1.0637096,82.364685,11.218125,5.380786,12.209825,20.590687,217.5435,73.18118,137.99664,1097.8884,205.07234,2074.3872,1885.2583,19.214489,26.121418,16200.374,9.162863,60.183247,404.2826,99.322586,179.343,71.59422,399.4588,1209.6726,331.46628,10.744854,81.7253,793.30273,2222.9019,40.215527,596.2613,56.36837,0.9395436,55.611645,0.95191324,0.45298386,1.9976615,32.293682,117.93725,294.73175,11.325233,3349.3657,193.38083,60.533794,68.39247,17.395699,89.76747,16.766487,2.1886022,29.494085,121.35095,12.982028,7.113451,11.381806,26.649193,12.257604,6.5801253,41.875885,967.5352,131.77762,2791.8726,39.07341,3834.5227,69.53464,522.4171,1880.4053,52.53786,12.908878,2059.7515,2809.3777,6959.689,344.95297 +2023-05-31 17:00:00,0.0,9266.832,81.36375,18.41205,21.788393,29.976418,189.3802,27.608377,46.217644,21.508917,24.891542,725.91925,582.9492,14.777204,86.98981,7.9715734,3.6854603,25.999178,48.000973,14.79044,411.13693,6.3084426,337.5717,71.3293,0.80524546,4.1452007,114.10411,36.28412,179.45131,161.97606,8886.147,0.7302468,1803.423,1.8407958,1.1868554,0.61773264,4.972887,206.8401,277.51028,36.822197,335.62836,27.922749,10.560423,743.2095,5.1229467,81.20605,82.68883,470.07916,42.881107,373.9781,23.599506,78.36635,0.0,4786.995,13959.77,25.192245,140.17932,141.04883,38893.242,194.25436,18.039707,54.744,98.79994,99.97498,37.917633,45.7918,765.67224,126.38777,40.410908,13.562096,17.417826,1162.1921,47.963264,425.11932,80.304504,2225.0923,132.92607,178.88124,172.01616,89.02997,11.039353,18.836798,47.92521,7.6542335,8.861693,57.50401,70.07669,96.09606,18.757545,19.368395,216.65782,10.797141,3733.362,67.41208,92.42608,82.44307,70.39226,247.75829,117.4808,92.12601,25.537542,27.894985,59.32768,331.92087,202.5181,105.070366,379.63843,64.17578,79.158195,234.63132,235.97926,1092.7546,204.20818,5.0710297,16.242708,8.595375,122.88277,15910.175,8.042766,20.503588,32.574505,35.948986,403.0642,82.99055,132.8294,5.220025,217.11491,484.67,281.0461,95.956276,360.61423,41.15972,65.70122,329.85318,18.541182,2.7928076,15.138779,1784.3607,0.36968014,1.0601209,82.29734,11.221217,5.38088,12.1866,20.565628,217.27574,73.14916,137.95383,1097.1487,205.13148,2074.1848,1885.2728,19.223862,26.139574,16211.305,9.160722,60.228046,404.40036,99.39789,179.46576,71.625206,399.6598,1209.6759,331.52783,10.7508545,81.767975,793.88855,2222.7676,40.209484,596.85364,56.424404,0.93908125,55.611923,0.9516798,0.45250088,1.9968404,32.319473,118.03159,294.9334,11.304162,3351.2869,193.57281,60.59207,68.45279,17.410522,89.812164,16.783176,2.1885686,29.526075,121.43641,12.999631,7.1205096,11.391373,26.630545,12.253974,6.5867763,41.913803,968.0342,131.87968,2794.1772,39.0912,3837.1592,69.563065,522.16644,1881.9667,52.58287,12.907225,2060.7646,2810.5325,6962.4062,344.61722 +2023-05-31 18:00:00,0.0,9273.522,81.4114,18.399002,21.796774,29.957167,189.35373,27.599583,46.182148,21.504978,24.87204,726.3917,582.90594,14.767365,87.03983,7.977335,3.6892633,25.982927,48.04066,14.79687,411.012,6.313025,337.53986,71.28797,0.80256206,4.1373796,114.091644,36.26551,179.37097,161.91194,8894.239,0.7283728,1802.7108,1.8303417,1.1848832,0.61646926,4.961243,206.8102,277.5104,36.79043,335.93146,27.915928,10.561636,743.0556,5.115107,81.229065,82.71803,470.16235,42.919144,373.976,23.614262,78.40509,0.0,4788.081,13966.179,25.216667,140.29655,141.16356,38902.383,194.35103,18.057133,54.732952,98.80548,100.03517,37.947582,45.797733,765.7558,126.439514,40.405888,13.573112,17.427662,1162.5576,48.018635,425.28513,80.318146,2224.984,132.97878,178.95714,172.03171,88.790474,11.033834,18.82283,47.852154,7.6473174,8.853319,57.552345,70.12024,96.04424,18.76305,19.379347,216.79684,10.784472,3732.6318,67.45108,92.508064,82.521286,70.43756,247.69757,117.5349,92.179436,25.55024,27.906458,59.357758,332.20767,202.53694,105.0996,379.76874,64.176384,79.20574,234.77719,235.99294,1093.0365,204.27261,5.0665965,16.24375,8.59522,122.75945,15912.667,8.044418,20.476442,32.540054,35.958393,403.15005,83.03952,132.74701,5.220815,217.20564,484.40146,280.73926,95.99638,359.98337,41.141666,65.6715,330.1261,18.524134,2.7891798,15.129057,1785.3184,0.36772585,1.0565323,82.229996,11.224309,5.380974,12.163376,20.540567,217.00797,73.11714,137.91101,1096.409,205.19061,2073.9827,1885.2875,19.233234,26.15773,16222.235,9.15858,60.27285,404.51816,99.47319,179.5885,71.6562,399.86078,1209.6792,331.58942,10.756855,81.810646,794.4743,2222.6335,40.20344,597.446,56.480442,0.9386189,55.6122,0.9514464,0.4520179,1.9960194,32.34526,118.12594,295.1351,11.283092,3353.2083,193.76479,60.650345,68.51311,17.425346,89.85686,16.799866,2.188535,29.558065,121.521866,13.017235,7.1275682,11.400938,26.611895,12.250345,6.593427,41.951717,968.5331,131.98175,2796.482,39.10899,3839.7954,69.5915,521.9157,1883.5281,52.627876,12.905571,2061.778,2811.6873,6965.124,344.28146 +2023-05-31 19:00:00,0.0,9280.213,81.459045,18.385954,21.805155,29.937918,189.32727,27.590786,46.146652,21.501041,24.852537,726.86414,582.8627,14.757526,87.08986,7.9830966,3.6930661,25.966675,48.08035,14.803301,410.8871,6.317607,337.50806,71.24664,0.79987866,4.129559,114.07918,36.2469,179.29062,161.84784,8902.33,0.72649884,1801.9985,1.8198875,1.182911,0.6152059,4.9495993,206.78029,277.5105,36.75866,336.23456,27.909105,10.56285,742.90173,5.107268,81.25208,82.74724,470.24554,42.95718,373.97397,23.629017,78.44383,0.0,4789.167,13972.587,25.24109,140.4138,141.27829,38911.523,194.4477,18.074556,54.721905,98.81101,100.09536,37.97753,45.803665,765.83936,126.491264,40.400864,13.584127,17.437498,1162.923,48.074005,425.45096,80.33179,2224.8755,133.03148,179.03302,172.04726,88.55098,11.028316,18.808865,47.7791,7.6404014,8.844946,57.600677,70.1638,95.992424,18.768553,19.390299,216.93588,10.771805,3731.9016,67.49009,92.59006,82.5995,70.482864,247.63687,117.589005,92.232864,25.562939,27.917933,59.38784,332.49445,202.55579,105.12883,379.89905,64.17699,79.253296,234.92308,236.00662,1093.3182,204.33705,5.062164,16.244791,8.595063,122.63615,15915.16,8.046071,20.449297,32.5056,35.9678,403.23593,83.088486,132.66463,5.2216053,217.29637,484.13287,280.4324,96.0365,359.3525,41.12361,65.641785,330.39902,18.507088,2.7855523,15.119335,1786.2759,0.36577153,1.0529435,82.16265,11.2274,5.3810678,12.140152,20.515509,216.74019,73.08511,137.8682,1095.6694,205.24976,2073.7805,1885.302,19.242609,26.175886,16233.165,9.156439,60.317654,404.63596,99.54849,179.71126,71.68718,400.06177,1209.6825,331.651,10.762856,81.85332,795.0601,2222.4995,40.197403,598.0383,56.53648,0.9381565,55.612484,0.951213,0.45153496,1.9951982,32.37105,118.22028,295.33676,11.262021,3355.1294,193.95677,60.708622,68.57342,17.440168,89.90154,16.816555,2.1885014,29.590054,121.60732,13.034839,7.134627,11.410504,26.593246,12.2467165,6.600078,41.989635,969.03204,132.08382,2798.7869,39.126778,3842.4316,69.619934,521.665,1885.0895,52.672882,12.903917,2062.7913,2812.842,6967.8413,343.9457 +2023-05-31 20:00:00,0.0,9286.902,81.5067,18.372906,21.813536,29.918667,189.3008,27.581991,46.111156,21.497103,24.833036,727.3366,582.8194,14.747688,87.13989,7.9888577,3.696869,25.950422,48.120033,14.809731,410.76215,6.322189,337.47623,71.205315,0.7971952,4.121738,114.06671,36.228287,179.21027,161.78372,8910.422,0.7246249,1801.2864,1.8094335,1.1809388,0.6139425,4.937955,206.75038,277.51062,36.72689,336.53763,27.902285,10.564063,742.74786,5.099428,81.27509,82.776436,470.32874,42.99522,373.9719,23.643772,78.482574,0.0,4790.253,13978.996,25.265512,140.53104,141.39302,38920.664,194.54436,18.09198,54.710857,98.81655,100.15554,38.007477,45.8096,765.9229,126.543015,40.395844,13.595142,17.447334,1163.2883,48.129375,425.61676,80.34543,2224.7668,133.08418,179.10889,172.0628,88.31149,11.022797,18.794897,47.706047,7.633486,8.836573,57.649014,70.20736,95.940605,18.774057,19.40125,217.0749,10.759136,3731.1711,67.5291,92.67204,82.67773,70.52817,247.57616,117.64311,92.28629,25.575636,27.929405,59.41792,332.78122,202.57463,105.158066,380.02933,64.17759,79.30084,235.06895,236.0203,1093.6001,204.4015,5.057731,16.245832,8.594908,122.51284,15917.652,8.047724,20.422152,32.471146,35.977203,403.32178,83.13746,132.58223,5.2223954,217.3871,483.86432,280.12558,96.07661,358.72168,41.105556,65.612076,330.67194,18.49004,2.7819245,15.109614,1787.2335,0.36381724,1.0493548,82.09531,11.230492,5.381162,12.116928,20.49045,216.47243,73.05309,137.82538,1094.9297,205.3089,2073.5781,1885.3167,19.251982,26.194042,16244.096,9.154297,60.362457,404.75375,99.623795,179.834,71.71816,400.26273,1209.6858,331.71255,10.768856,81.89598,795.64594,2222.3652,40.19136,598.6306,56.592518,0.93769413,55.612762,0.9509796,0.45105198,1.9943771,32.396843,118.31463,295.53842,11.24095,3357.0508,194.14876,60.766895,68.633736,17.454992,89.946236,16.833242,2.1884677,29.622044,121.69278,13.052443,7.141686,11.42007,26.574596,12.243087,6.606729,42.02755,969.53094,132.18588,2801.0916,39.14457,3845.068,69.64836,521.4143,1886.6509,52.717888,12.902263,2063.8047,2813.9968,6970.5586,343.60995 +2023-05-31 21:00:00,0.0,9293.593,81.554344,18.359858,21.821917,29.899418,189.27434,27.573195,46.07566,21.493166,24.813534,727.809,582.7762,14.737849,87.18992,7.9946194,3.7006717,25.934172,48.15972,14.816161,410.6372,6.326771,337.4444,71.16399,0.7945118,4.1139174,114.054245,36.20968,179.12993,161.7196,8918.514,0.7227509,1800.5741,1.7989794,1.1789666,0.6126791,4.9263115,206.72049,277.51074,36.69512,336.84073,27.895464,10.565277,742.59393,5.0915885,81.29811,82.80564,470.41193,43.033257,373.96985,23.658527,78.52132,0.0,4791.339,13985.405,25.289934,140.64828,141.50775,38929.81,194.64102,18.109404,54.69981,98.82209,100.21573,38.037426,45.815533,766.00653,126.59476,40.390823,13.606158,17.45717,1163.6538,48.184746,425.78256,80.35908,2224.6584,133.13689,179.18478,172.07835,88.072,11.017278,18.78093,47.63299,7.6265697,8.828198,57.697346,70.250916,95.888794,18.77956,19.4122,217.21393,10.746468,3730.441,67.56811,92.754036,82.75594,70.57346,247.51546,117.69722,92.339714,25.588335,27.94088,59.447998,333.068,202.59348,105.1873,380.15964,64.1782,79.34839,235.21484,236.03397,1093.8818,204.46594,5.0532985,16.246876,8.594752,122.389534,15920.1455,8.049376,20.395008,32.43669,35.98661,403.40765,83.186424,132.49985,5.2231855,217.47783,483.59576,279.81873,96.11672,358.09082,41.087498,65.58236,330.9449,18.472994,2.7782967,15.099893,1788.191,0.36186293,1.0457661,82.02796,11.2335825,5.381256,12.093704,20.46539,216.20465,73.02107,137.78255,1094.1901,205.36804,2073.376,1885.3312,19.261354,26.2122,16255.026,9.152156,60.40726,404.87155,99.6991,179.95676,71.749146,400.4637,1209.6892,331.77414,10.774856,81.93865,796.2317,2222.2312,40.18532,599.22296,56.648556,0.9372318,55.61304,0.95074624,0.450569,1.9935561,32.42263,118.408966,295.7401,11.219879,3358.972,194.34073,60.825172,68.69405,17.469816,89.99093,16.849932,2.1884341,29.654032,121.778244,13.070046,7.1487446,11.429636,26.555948,12.239458,6.6133804,42.065468,970.0299,132.28795,2803.3962,39.162357,3847.7043,69.676796,521.1636,1888.2123,52.762894,12.900609,2064.8179,2815.1516,6973.2764,343.27423 +2023-05-31 22:00:00,0.0,9300.283,81.602,18.34681,21.830297,29.880167,189.24786,27.564398,46.04017,21.489227,24.794031,728.2815,582.7329,14.72801,87.239944,8.0003805,3.7044744,25.91792,48.19941,14.822592,410.51227,6.331353,337.41257,71.12266,0.7918284,4.1060963,114.04179,36.191067,179.04958,161.65549,8926.605,0.720877,1799.8619,1.7885253,1.1769944,0.6114157,4.9146676,206.69058,277.51086,36.663353,337.14383,27.888643,10.566491,742.44006,5.083749,81.32113,82.83485,470.49512,43.071293,373.96777,23.673283,78.56007,0.0,4792.4253,13991.814,25.314356,140.76552,141.62248,38938.95,194.7377,18.12683,54.688763,98.82763,100.27592,38.067375,45.821465,766.0901,126.64651,40.385803,13.617174,17.467009,1164.0192,48.240116,425.94836,80.37272,2224.55,133.18959,179.26067,172.0939,87.832504,11.011759,18.766962,47.559937,7.6196537,8.819825,57.74568,70.294464,95.836975,18.785065,19.423153,217.35295,10.733799,3729.7107,67.60712,92.83602,82.83416,70.61877,247.45474,117.75133,92.39314,25.601032,27.952353,59.478077,333.3548,202.6123,105.21654,380.28995,64.1788,79.395935,235.36072,236.04764,1094.1637,204.53038,5.0488653,16.247917,8.594597,122.26622,15922.638,8.051028,20.367863,32.40224,35.996017,403.4935,83.2354,132.41745,5.223975,217.56854,483.3272,279.51187,96.15683,357.45996,41.069443,65.55264,331.2178,18.455946,2.774669,15.090171,1789.1487,0.35990864,1.0421774,81.96062,11.236674,5.38135,12.070479,20.44033,215.93687,72.98905,137.73973,1093.4504,205.42717,2073.1738,1885.3458,19.270727,26.230356,16265.957,9.150015,60.45206,404.98932,99.7744,180.0795,71.780136,400.6647,1209.6925,331.83572,10.780856,81.98132,796.8175,2222.0972,40.17928,599.8153,56.70459,0.9367694,55.61332,0.9505128,0.45008603,1.992735,32.44842,118.50331,295.94177,11.198809,3360.893,194.53271,60.88345,68.75437,17.48464,90.03562,16.866621,2.1884005,29.686022,121.8637,13.087649,7.155803,11.439201,26.537298,12.235829,6.6200314,42.103382,970.5288,132.39003,2805.701,39.180145,3850.3406,69.70523,520.91284,1889.7737,52.807903,12.898955,2065.8313,2816.3064,6975.9937,342.93848 +2023-05-31 23:00:00,0.0,9306.973,81.64964,18.333761,21.838678,29.860918,189.2214,27.555603,46.004673,21.48529,24.77453,728.7539,582.68964,14.718172,87.28997,8.006143,3.7082772,25.901669,48.239094,14.829021,410.38736,6.335935,337.38077,71.08133,0.78914493,4.0982757,114.02932,36.17246,178.96924,161.59138,8934.697,0.719003,1799.1497,1.7780712,1.1750222,0.6101523,4.9030232,206.66068,277.511,36.631584,337.4469,27.88182,10.567704,742.2862,5.0759096,81.34414,82.86405,470.5783,43.109333,373.96573,23.688038,78.59881,0.0,4793.511,13998.223,25.33878,140.88277,141.73721,38948.09,194.83437,18.144253,54.677715,98.83316,100.3361,38.09732,45.8274,766.17365,126.69825,40.38078,13.628189,17.476845,1164.3846,48.295486,426.1142,80.38636,2224.4417,133.2423,179.33653,172.10945,87.59302,11.00624,18.752995,47.48688,7.612738,8.811451,57.794014,70.33803,95.78516,18.790567,19.434105,217.49197,10.72113,3728.9802,67.646126,92.918015,82.912384,70.66407,247.39404,117.805435,92.44657,25.613731,27.963827,59.50816,333.64157,202.63115,105.245766,380.42023,64.179405,79.44349,235.5066,236.06133,1094.4454,204.59482,5.0444326,16.248959,8.594441,122.142914,15925.131,8.052681,20.340717,32.367786,36.00542,403.57938,83.28436,132.33507,5.2247653,217.65927,483.05862,279.20505,96.196945,356.82913,41.051388,65.522934,331.49072,18.4389,2.7710414,15.080449,1790.1062,0.35795432,1.0385886,81.89327,11.239765,5.3814445,12.0472555,20.41527,215.66911,72.95702,137.69691,1092.7107,205.48631,2072.9714,1885.3604,19.280102,26.248512,16276.887,9.147873,60.496864,405.10712,99.8497,180.20226,71.81112,400.8657,1209.6958,331.89728,10.786857,82.023994,797.40326,2221.963,40.17324,600.40765,56.760628,0.936307,55.613598,0.9502794,0.44960308,1.991914,32.47421,118.59766,296.14346,11.177737,3362.8145,194.72469,60.941723,68.81468,17.499462,90.08031,16.88331,2.188367,29.71801,121.94916,13.105253,7.162862,11.448768,26.51865,12.2322,6.6266823,42.1413,971.0278,132.4921,2808.0056,39.197937,3852.977,69.73366,520.6622,1891.3351,52.85291,12.897302,2066.8445,2817.4612,6978.7114,342.60272 +2023-06-01 00:00:00,0.0,9313.663,81.697296,18.320713,21.84706,29.841667,189.19493,27.546806,45.969177,21.481352,24.755028,729.2264,582.64636,14.708333,87.34,8.011904,3.71208,25.885416,48.27878,14.835452,410.26242,6.340517,337.34894,71.04,0.78646153,4.0904546,114.01685,36.153847,178.88889,161.52727,8942.789,0.71712905,1798.4375,1.7676171,1.17305,0.6088889,4.8913794,206.63077,277.5111,36.599815,337.75,27.875,10.568918,742.1323,5.06807,81.36716,82.89326,470.66153,43.14737,373.96365,23.702793,78.63755,0.0,4794.5977,14004.632,25.363201,141.0,141.85194,38957.23,194.93103,18.161676,54.666668,98.8387,100.396286,38.12727,45.833332,766.2572,126.75,40.37576,13.639205,17.486681,1164.75,48.350857,426.28,80.4,2224.3333,133.295,179.41243,172.125,87.35352,11.000721,18.739027,47.413826,7.605822,8.803078,57.84235,70.381584,95.73334,18.796072,19.445057,217.631,10.708462,3728.25,67.685135,93.0,82.9906,70.70937,247.33333,117.85954,92.5,25.626429,27.9753,59.53824,333.92834,202.65,105.275,380.55054,64.18001,79.491035,235.65248,236.075,1094.7273,204.65926,5.04,16.25,8.594286,122.01961,15927.623,8.054334,20.313572,32.333332,36.014828,403.66522,83.333336,132.25267,5.2255554,217.75,482.79007,278.8982,96.23705,356.19827,41.033333,65.49322,331.76364,18.421852,2.7674136,15.070727,1791.0638,0.35600004,1.035,81.82593,11.242857,5.3815384,12.024032,20.390211,215.40134,72.925,137.6541,1091.9711,205.54546,2072.7693,1885.375,19.289474,26.266668,16287.817,9.145732,60.541668,405.2249,99.925,180.325,71.8421,401.06668,1209.6991,331.95886,10.792857,82.066666,797.9891,2221.8289,40.1672,601.0,56.816666,0.93584466,55.613876,0.950046,0.4491201,1.9910929,32.5,118.692,296.34512,11.156667,3364.7356,194.91667,61.0,68.875,17.514286,90.125,16.9,2.1883333,29.75,122.034615,13.122857,7.1699204,11.458333,26.5,12.228571,6.633333,42.179214,971.5267,132.59416,2810.3103,39.215725,3855.6133,69.76209,520.41144,1892.8965,52.897915,12.895648,2067.858,2818.616,6981.4287,342.26697 +2023-06-01 01:00:00,0.0,9323.516,81.80484,18.32259,21.86657,29.830418,189.17163,27.542738,45.952408,21.478945,24.752522,729.02704,582.53406,14.7022505,87.40051,8.022853,3.7090464,25.881355,48.24388,14.816621,410.17493,6.332247,337.3096,71.01022,0.7858432,4.0885787,114.00846,36.135044,178.74336,161.49278,8954.509,0.7170414,1798.0258,1.7667241,1.1723661,0.6085604,4.8876605,206.56595,277.42352,36.589363,337.57257,27.869173,10.600479,743.0464,5.0664887,81.4852,82.95733,470.4782,43.286053,373.9723,23.696558,78.99145,0.0,4791.6943,14006.641,25.35874,141.30658,141.83067,38965.46,194.84348,18.162493,54.78756,99.08557,100.322464,38.097107,46.06273,768.1089,127.06311,40.497734,13.641914,17.478954,1163.7698,48.36332,428.10312,80.48847,2224.2197,133.48404,179.65099,172.02249,87.71468,10.996986,18.732592,47.38949,7.6013412,8.796273,57.849636,70.3585,95.692535,18.790699,19.451006,217.7406,10.704965,3727.1394,67.75763,92.94202,83.067184,70.77934,247.28448,117.90529,92.486115,25.637482,28.002462,59.627213,333.9078,203.52263,105.34094,380.71136,64.22734,79.52023,235.75117,236.13982,1094.5248,204.85855,5.038163,16.251146,8.596702,121.90821,15927.212,8.050278,20.302702,32.318703,36.03802,403.9279,83.351204,132.36278,5.2227936,217.80139,482.91266,279.0283,96.27557,356.1696,41.016064,65.49237,331.6809,18.4152,2.766158,15.066946,1791.5708,0.35574222,1.0343208,81.79216,11.2343645,5.379481,12.016047,20.377188,215.30655,72.8945,137.62828,1091.5421,205.54924,2072.505,1885.1752,19.280891,26.264526,16282.763,9.145033,60.538425,405.43054,99.918335,180.2766,71.83205,400.96558,1209.334,332.05,10.795189,82.056946,798.3293,2221.3728,40.16568,600.9157,56.78927,0.9359998,55.619556,0.950279,0.44942373,1.9925276,32.497093,118.68334,296.32617,11.165241,3364.9753,195.01424,61.048843,68.98594,17.59621,90.1342,16.955347,2.1896806,29.842361,122.66865,13.328837,7.292957,11.547341,26.494549,12.29115,6.7209954,42.189762,971.4119,132.64749,2812.0776,39.213974,3855.4841,69.77509,520.2957,1893.7556,52.931805,12.890747,2067.28,2817.09,6979.3774,341.99405 +2023-06-01 02:00:00,0.0,9333.367,81.912384,18.324465,21.88608,29.819168,189.14833,27.538668,45.935635,21.47654,24.750013,728.8277,582.42175,14.696168,87.46103,8.033803,3.7060127,25.877295,48.20898,14.797789,410.08743,6.3239765,337.2703,70.98045,0.7852249,4.0867033,114.00007,36.11624,178.59784,161.4583,8966.228,0.7169537,1797.614,1.7658311,1.1716824,0.6082319,4.8839417,206.50113,277.33597,36.578915,337.39514,27.863348,10.632039,743.96045,5.064908,81.60325,83.0214,470.29492,43.424736,373.9809,23.690323,79.345345,0.0,4788.791,14008.649,25.35428,141.61314,141.8094,38973.688,194.7559,18.163311,54.908455,99.33244,100.24864,38.066944,46.29213,769.9606,127.37621,40.619705,13.644623,17.47123,1162.7897,48.375782,429.92624,80.57694,2224.1064,133.67307,179.88956,171.91998,88.075836,10.993251,18.726156,47.365154,7.59686,8.789469,57.85692,70.33541,95.65173,18.785326,19.456957,217.85022,10.701468,3726.029,67.83013,92.884026,83.14376,70.84931,247.23564,117.951035,92.47222,25.648537,28.029623,59.716187,333.88727,204.39526,105.406876,380.87222,64.274666,79.54943,235.84985,236.20465,1094.3223,205.05785,5.0363264,16.25229,8.599116,121.796814,15926.8,8.046223,20.291834,32.304073,36.06121,404.19058,83.36908,132.47287,5.2200317,217.85278,483.03522,279.1584,96.314095,356.14087,40.998795,65.49153,331.59818,18.408546,2.7649024,15.063165,1792.0776,0.3554844,1.0336416,81.758385,11.225873,5.377423,12.00806,20.364166,215.21178,72.864,137.60246,1091.113,205.55302,2072.2407,1884.9755,19.272308,26.262386,16277.708,9.144333,60.535187,405.63614,99.91167,180.2282,71.82198,400.86447,1208.9689,332.14108,10.79752,82.04722,798.6695,2220.917,40.16416,600.8315,56.761875,0.93615496,55.625237,0.95051193,0.44972733,1.9939622,32.494183,118.67469,296.30722,11.173815,3365.2148,195.11182,61.097687,69.09688,17.678135,90.1434,17.010695,2.1910276,29.934723,123.30268,13.534818,7.415993,11.63635,26.489098,12.353729,6.808657,42.200306,971.2971,132.70084,2813.845,39.21222,3855.355,69.788086,520.17993,1894.6147,52.96569,12.885845,2066.7021,2815.5642,6977.326,341.72113 +2023-06-01 03:00:00,0.0,9343.22,82.01993,18.326342,21.905588,29.807917,189.12503,27.5346,45.91886,21.474133,24.747507,728.6284,582.30945,14.690085,87.521545,8.044752,3.702979,25.873236,48.174084,14.778957,409.99997,6.3157067,337.23096,70.950676,0.7846066,4.0848274,113.99168,36.097435,178.45232,161.42381,8977.947,0.716866,1797.2024,1.7649382,1.1709985,0.60790336,4.8802223,206.4363,277.24838,36.568462,337.2177,27.857521,10.6636,744.8746,5.063327,81.72129,83.08547,470.11163,43.563423,373.98953,23.684088,79.69924,0.0,4785.8877,14010.658,25.34982,141.91972,141.78813,38981.918,194.66835,18.164127,55.029346,99.579315,100.17481,38.03678,46.521526,771.81226,127.68932,40.74168,13.647332,17.463503,1161.8094,48.388245,431.74936,80.66542,2223.993,133.8621,180.12811,171.81746,88.437,10.989516,18.71972,47.340816,7.592379,8.782664,57.864204,70.312325,95.61094,18.779955,19.462906,217.95982,10.697971,3724.9185,67.902626,92.82604,83.220345,70.91929,247.1868,117.99679,92.458336,25.65959,28.056786,59.805164,333.8667,205.2679,105.47282,381.03305,64.322,79.57863,235.94855,236.26947,1094.1198,205.25714,5.0344896,16.253437,8.601532,121.68542,15926.389,8.042167,20.280964,32.289444,36.084404,404.45325,83.38695,132.58298,5.21727,217.90416,483.1578,279.28848,96.35262,356.11218,40.981525,65.490685,331.51547,18.401892,2.7636468,15.059382,1792.5846,0.35522658,1.0329624,81.72462,11.217381,5.3753653,12.000075,20.351143,215.11699,72.833496,137.57664,1090.6841,205.55682,2071.9763,1884.7756,19.263727,26.260244,16272.653,9.143634,60.531944,405.84177,99.90501,180.1798,71.81193,400.76334,1208.6038,332.2322,10.799851,82.0375,799.0097,2220.461,40.162647,600.7472,56.734478,0.9363101,55.63092,0.9507449,0.45003095,1.9953969,32.491276,118.66603,296.28827,11.182389,3365.4546,195.20938,61.146526,69.20781,17.76006,90.1526,17.066042,2.192375,30.027082,123.936714,13.740798,7.53903,11.725359,26.483646,12.416309,6.8963194,42.210854,971.1824,132.75417,2815.612,39.21047,3855.2256,69.80109,520.0642,1895.474,52.99958,12.880944,2066.1245,2814.0383,6975.275,341.4482 +2023-06-01 04:00:00,0.0,9353.071,82.12748,18.328218,21.925098,29.796667,189.10173,27.530529,45.902092,21.471727,24.744999,728.4291,582.19714,14.684004,87.58207,8.055701,3.6999454,25.869175,48.139183,14.760126,409.91248,6.3074365,337.19165,70.920906,0.78398824,4.082952,113.983284,36.078632,178.3068,161.38933,8989.667,0.71677834,1796.7906,1.7640452,1.1703146,0.6075749,4.876504,206.37148,277.1608,36.55801,337.04028,27.851694,10.69516,745.78864,5.0617456,81.83934,83.14955,469.92834,43.702106,373.99817,23.677855,80.05314,0.0,4782.9844,14012.668,25.34536,142.2263,141.76686,38990.15,194.58078,18.164946,55.150238,99.82619,100.10099,38.00662,46.750923,773.66394,128.00243,40.863655,13.650041,17.455778,1160.8292,48.400707,433.57245,80.75389,2223.8796,134.05113,180.36668,171.71495,88.79815,10.985781,18.713285,47.316483,7.587898,8.77586,57.871487,70.28924,95.57014,18.774582,19.468855,218.06943,10.694474,3723.8079,67.97513,92.76806,83.29693,70.98926,247.13795,118.042534,92.44444,25.670643,28.083946,59.89414,333.84616,206.14053,105.53875,381.1939,64.36933,79.607834,236.04723,236.3343,1093.9172,205.45644,5.032653,16.254583,8.603948,121.57402,15925.977,8.038112,20.270094,32.274815,36.107597,404.7159,83.404816,132.69308,5.214508,217.95555,483.2804,279.41858,96.39114,356.08347,40.96426,65.48984,331.43274,18.395239,2.7623913,15.055601,1793.0916,0.35496876,1.0322833,81.69084,11.208889,5.3733077,11.992089,20.338121,215.02222,72.802986,137.55083,1090.2551,205.56061,2071.712,1884.5759,19.255144,26.258104,16267.599,9.142934,60.528706,406.0474,99.89834,180.1314,71.801865,400.66223,1208.2386,332.3233,10.802182,82.02778,799.3499,2220.005,40.16113,600.66296,56.70708,0.9364652,55.6366,0.9509779,0.45033458,1.9968315,32.48837,118.65738,296.26932,11.190963,3365.6943,195.30695,61.19537,69.31875,17.841984,90.161804,17.12139,2.1937222,30.119444,124.57075,13.946777,7.6620665,11.814367,26.478195,12.4788885,6.983981,42.221397,971.0676,132.8075,2817.3794,39.208717,3855.0964,69.81408,519.9484,1896.3331,53.03347,12.876042,2065.5466,2812.5125,6973.2236,341.17526 +2023-06-01 05:00:00,0.0,9362.924,82.23502,18.330093,21.944609,29.785418,189.07843,27.52646,45.885323,21.46932,24.742493,728.22974,582.08484,14.677921,87.642586,8.066651,3.6969118,25.865114,48.104282,14.741294,409.82498,6.299166,337.1523,70.89113,0.7833699,4.081076,113.97489,36.05983,178.16125,161.35483,9001.387,0.71669066,1796.3789,1.7631522,1.1696308,0.60724634,4.8727846,206.30666,277.0732,36.547558,336.86285,27.845867,10.726721,746.7027,5.0601645,81.95738,83.21362,469.74506,43.84079,374.00677,23.67162,80.407036,0.0,4780.081,14014.677,25.340899,142.53287,141.74559,38998.38,194.49323,18.165762,55.271133,100.07306,100.02717,37.976456,46.980324,775.5156,128.31554,40.98563,13.65275,17.448051,1159.8491,48.41317,435.39557,80.84236,2223.766,134.24017,180.60526,171.61244,89.15931,10.982046,18.706852,47.292145,7.583417,8.769055,57.878773,70.26615,95.529335,18.769209,19.474806,218.17905,10.690978,3722.6973,68.04762,92.71007,83.37351,71.05923,247.08911,118.08828,92.43056,25.681696,28.111109,59.983112,333.82562,207.01317,105.60469,381.35474,64.416664,79.63703,236.14592,236.39912,1093.7147,205.65573,5.030816,16.25573,8.606362,121.46262,15925.565,8.034056,20.259224,32.260185,36.130787,404.9786,83.42269,132.80318,5.211746,218.00694,483.40295,279.54868,96.429665,356.05478,40.94699,65.489,331.35,18.388586,2.7611358,15.05182,1793.5984,0.35471094,1.0316042,81.657074,11.200397,5.37125,11.984104,20.325098,214.92743,72.772484,137.52501,1089.8262,205.56439,2071.4478,1884.3761,19.246561,26.255962,16262.544,9.142235,60.525463,406.253,99.89167,180.08298,71.79181,400.56113,1207.8735,332.41443,10.804514,82.01805,799.6901,2219.5488,40.15961,600.5787,56.679688,0.93662035,55.64228,0.95121086,0.4506382,1.9982662,32.48546,118.64872,296.25037,11.199537,3365.9338,195.40453,61.244213,69.42969,17.923908,90.171005,17.176735,2.1950693,30.211805,125.20478,14.152758,7.785103,11.903376,26.472744,12.541468,7.0716434,42.231945,970.9528,132.86082,2819.1467,39.206963,3854.9673,69.82708,519.8327,1897.1923,53.067356,12.871141,2064.9688,2810.9866,6971.1724,340.90234 +2023-06-01 06:00:00,0.0,9372.775,82.34257,18.33197,21.964119,29.774168,189.05513,27.52239,45.86855,21.466915,24.739985,728.0304,581.97253,14.671839,87.7031,8.0776005,3.6938782,25.861053,48.06938,14.722463,409.7375,6.290896,337.11298,70.86136,0.7827516,4.0792003,113.9665,36.041027,178.01573,161.32034,9013.105,0.716603,1795.9672,1.7622592,1.1689469,0.6069178,4.8690653,206.24184,276.98566,36.53711,336.68542,27.840042,10.758281,747.61676,5.0585837,82.07543,83.277695,469.56177,43.979473,374.0154,23.665384,80.76093,0.0,4777.178,14016.686,25.33644,142.83945,141.72433,39006.605,194.40565,18.16658,55.392025,100.31993,99.95335,37.946293,47.20972,777.3673,128.62865,41.1076,13.655458,17.440325,1158.8689,48.425632,437.2187,80.93083,2223.6526,134.4292,180.84383,171.50993,89.52046,10.978311,18.700417,47.26781,7.5789356,8.762251,57.886055,70.243065,95.48853,18.763836,19.480755,218.28865,10.687481,3721.587,68.12012,92.652084,83.45009,71.129196,247.04027,118.134026,92.416664,25.69275,28.13827,60.072086,333.80508,207.8858,105.67062,381.51556,64.46399,79.66623,236.24461,236.46396,1093.5121,205.85503,5.0289793,16.256874,8.608778,121.35123,15925.153,8.030001,20.248356,32.245556,36.15398,405.24127,83.44056,132.91328,5.2089844,218.05833,483.52554,279.67877,96.468185,356.02606,40.92972,65.48815,331.26727,18.381933,2.75988,15.0480385,1794.1053,0.35445312,1.0309249,81.62331,11.191905,5.369192,11.976118,20.312077,214.83264,72.74198,137.49919,1089.3972,205.56818,2071.1833,1884.1764,19.237978,26.25382,16257.489,9.141535,60.522224,406.45862,99.885,180.03458,71.78175,400.46002,1207.5084,332.50552,10.806846,82.00833,800.03033,2219.093,40.158092,600.49445,56.65229,0.9367755,55.64796,0.95144385,0.4509418,1.9997008,32.48255,118.64007,296.2314,11.208111,3366.1736,195.50209,61.293056,69.54063,18.005835,90.18021,17.232082,2.1964166,30.304167,125.83881,14.358738,7.908139,11.992384,26.46729,12.604047,7.1593056,42.242493,970.8381,132.91417,2820.914,39.20521,3854.8381,69.84007,519.7169,1898.0514,53.101246,12.86624,2064.3909,2809.4607,6969.121,340.62943 +2023-06-01 07:00:00,0.0,9382.628,82.45011,18.333845,21.983627,29.762917,189.03183,27.518322,45.851776,21.464508,24.737478,727.83105,581.8602,14.665756,87.76362,8.08855,3.6908448,25.856993,48.034485,14.703631,409.65,6.2826257,337.07367,70.83158,0.7821333,4.077325,113.95811,36.022224,177.87021,161.28586,9024.825,0.7165153,1795.5554,1.7613662,1.168263,0.6065893,4.865347,206.177,276.89807,36.526657,336.508,27.834215,10.789842,748.5309,5.0570025,82.193474,83.34177,469.37848,44.11816,374.02405,23.65915,81.11483,0.0,4774.2744,14018.694,25.331978,143.14601,141.70306,39014.836,194.3181,18.167397,55.512917,100.5668,99.87952,37.91613,47.439117,779.219,128.94176,41.229576,13.658168,17.4326,1157.8887,48.438095,439.0418,81.01931,2223.5393,134.61824,181.0824,171.40742,89.88162,10.974576,18.693981,47.243473,7.574455,8.755446,57.89334,70.219986,95.44774,18.758465,19.486704,218.39825,10.683984,3720.4763,68.19262,92.5941,83.52667,71.19917,246.99142,118.17977,92.40278,25.703804,28.165432,60.16106,333.78455,208.75844,105.736565,381.67642,64.51132,79.69543,236.34329,236.52878,1093.3096,206.05432,5.0271425,16.25802,8.611194,121.23983,15924.742,8.025945,20.237486,32.230927,36.177174,405.50394,83.45843,133.02339,5.2062225,218.10973,483.64813,279.80887,96.506714,355.99738,40.912453,65.487305,331.18454,18.375278,2.7586246,15.044257,1794.6122,0.3541953,1.0302458,81.58953,11.183413,5.3671346,11.968133,20.299053,214.73787,72.71148,137.47339,1088.9681,205.57198,2070.9192,1883.9766,19.229397,26.25168,16252.435,9.140836,60.518982,406.66425,99.878334,179.98618,71.77169,400.35892,1207.1433,332.59665,10.809176,81.99861,800.37054,2218.637,40.156578,600.41016,56.624893,0.93693066,55.65364,0.95167685,0.45124543,2.0011356,32.479645,118.63141,296.21246,11.216685,3366.4133,195.59966,61.3419,69.651566,18.087759,90.18941,17.28743,2.197764,30.396528,126.47285,14.564718,8.031176,12.081392,26.46184,12.666627,7.2469673,42.253036,970.72327,132.9675,2822.6814,39.20346,3854.7087,69.85307,519.6012,1898.9106,53.135136,12.861339,2063.8132,2807.9348,6967.0703,340.3565 +2023-06-01 08:00:00,0.0,9392.4795,82.557655,18.335722,22.003138,29.751667,189.00853,27.514252,45.835007,21.462101,24.73497,727.6318,581.74786,14.659674,87.824135,8.0995,3.6878111,25.852932,47.999584,14.6848,409.56253,6.274356,337.03433,70.8018,0.78151494,4.075449,113.949715,36.003418,177.72469,161.25137,9036.545,0.7164276,1795.1438,1.7604733,1.1675792,0.6062608,4.8616276,206.11218,276.8105,36.516205,336.33057,27.828388,10.821402,749.44495,5.0554214,82.31152,83.40584,469.19516,44.256844,374.03265,23.652914,81.46873,0.0,4771.3716,14020.703,25.327518,143.45259,141.6818,39023.066,194.23053,18.168215,55.633812,100.81367,99.805695,37.885967,47.668518,781.0707,129.25487,41.35155,13.660876,17.424873,1156.9086,48.45056,440.86493,81.10778,2223.4258,134.80728,181.32095,171.3049,90.242775,10.97084,18.687546,47.21914,7.5699735,8.748642,57.900623,70.1969,95.40694,18.753092,19.492655,218.50787,10.680488,3719.3657,68.265114,92.53611,83.60326,71.26914,246.94258,118.225525,92.388885,25.714857,28.192593,60.250034,333.76398,209.63107,105.8025,381.83725,64.558655,79.724625,236.44199,236.59361,1093.107,206.25362,5.0253057,16.259167,8.613608,121.12843,15924.331,8.02189,20.226616,32.216293,36.200363,405.7666,83.476295,133.13348,5.2034607,218.16112,483.7707,279.93893,96.545235,355.96866,40.895184,65.486465,331.10184,18.368626,2.757369,15.040475,1795.1191,0.35393748,1.0295666,81.55576,11.17492,5.365077,11.960147,20.286032,214.64308,72.68098,137.44757,1088.5391,205.57576,2070.6548,1883.7769,19.220814,26.249538,16247.38,9.140136,60.515743,406.86987,99.871666,179.93777,71.761635,400.25778,1206.7782,332.68774,10.811508,81.98889,800.71075,2218.181,40.15506,600.3259,56.5975,0.9370858,55.65932,0.9519098,0.45154905,2.0025702,32.476738,118.62276,296.1935,11.22526,3366.6528,195.69722,61.39074,69.7625,18.169683,90.19861,17.342777,2.199111,30.48889,127.10688,14.770699,8.154212,12.170401,26.456388,12.729206,7.3346295,42.263584,970.6085,133.02083,2824.4485,39.20171,3854.5796,69.86607,519.4854,1899.7698,53.16902,12.856437,2063.2354,2806.409,6965.019,340.0836 +2023-06-01 09:00:00,0.0,9402.332,82.6652,18.337599,22.022648,29.740417,188.98523,27.510183,45.818237,21.459696,24.732464,727.43243,581.63556,14.653591,87.88465,8.110449,3.6847775,25.848873,47.964684,14.665968,409.47504,6.2660856,336.995,70.77203,0.7808966,4.073573,113.94132,35.984615,177.57916,161.21689,9048.264,0.71633995,1794.732,1.7595804,1.1668953,0.6059323,4.8579087,206.04736,276.7229,36.505753,336.15314,27.822563,10.8529625,750.359,5.05384,82.429565,83.46991,469.01184,44.395527,374.0413,23.646679,81.822624,0.0,4768.4683,14022.712,25.323057,143.75917,141.66052,39031.297,194.14297,18.169031,55.754704,101.06054,99.73187,37.855804,47.897915,782.92236,129.56796,41.473526,13.663586,17.417149,1155.9283,48.463024,442.68805,81.19625,2223.3125,134.9963,181.55952,171.2024,90.603935,10.967106,18.68111,47.1948,7.5654926,8.741838,57.90791,70.17381,95.366135,18.747719,19.498604,218.61748,10.6769905,3718.2551,68.337616,92.47813,83.67983,71.33911,246.89374,118.27127,92.375,25.72591,28.219755,60.339012,333.74344,210.50371,105.86844,381.9981,64.60599,79.75382,236.54066,236.65843,1092.9045,206.45291,5.0234685,16.260313,8.616024,121.01704,15923.919,8.017834,20.215746,32.201664,36.223557,406.0293,83.49417,133.24359,5.200699,218.2125,483.89328,280.06903,96.583755,355.93997,40.877914,65.48562,331.0191,18.361973,2.7561133,15.036694,1795.6261,0.35367966,1.0288875,81.521996,11.166429,5.363019,11.952162,20.273008,214.5483,72.650475,137.42175,1088.1101,205.57954,2070.3904,1883.577,19.21223,26.247398,16242.325,9.139437,60.5125,407.07547,99.865005,179.88937,71.75158,400.15668,1206.4131,332.77887,10.813839,81.979164,801.05096,2217.725,40.15354,600.24164,56.570103,0.93724096,55.665005,0.9521428,0.45185268,2.0040047,32.473827,118.6141,296.17456,11.233833,3366.8926,195.7948,61.439583,69.873436,18.251608,90.20781,17.398125,2.2004583,30.58125,127.74091,14.976679,8.277248,12.25941,26.450937,12.791785,7.4222918,42.274128,970.4938,133.07416,2826.2158,39.199955,3854.4504,69.87907,519.3697,1900.6289,53.20291,12.851536,2062.6575,2804.8828,6962.968,339.81067 +2023-06-01 10:00:00,0.0,9412.184,82.77274,18.339474,22.042158,29.729168,188.96194,27.506113,45.801464,21.457289,24.729958,727.2331,581.52325,14.647509,87.94517,8.121398,3.6817439,25.844812,47.929783,14.647137,409.38754,6.2578154,336.9557,70.742256,0.7802783,4.0716977,113.93293,35.965813,177.43364,161.1824,9059.983,0.71625227,1794.3203,1.7586874,1.1662114,0.60560375,4.85419,205.98254,276.63535,36.495304,335.9757,27.816736,10.884522,751.2731,5.0522594,82.547615,83.53398,468.82855,44.53421,374.04993,23.640446,82.17652,0.0,4765.565,14024.721,25.318598,144.06573,141.63925,39039.523,194.0554,18.16985,55.875595,101.30741,99.65805,37.82564,48.12731,784.77405,129.88107,41.595497,13.666294,17.409422,1154.9482,48.475487,444.51114,81.28472,2223.199,135.18535,181.7981,171.09988,90.96509,10.96337,18.674675,47.170464,7.561012,8.735034,57.915195,70.15073,95.32533,18.742346,19.504553,218.72708,10.673493,3717.1448,68.41011,92.420135,83.75642,71.40908,246.84491,118.31702,92.361115,25.736965,28.246916,60.427986,333.7229,211.37634,105.93438,382.15894,64.65331,79.78302,236.63936,236.72327,1092.702,206.6522,5.0216317,16.261457,8.61844,120.90564,15923.508,8.013778,20.204878,32.187035,36.24675,406.29196,83.51204,133.3537,5.197937,218.26389,484.01587,280.19913,96.62228,355.91125,40.86065,65.48477,330.93637,18.35532,2.7548578,15.032912,1796.1329,0.35342184,1.0282083,81.48822,11.157936,5.3609614,11.944176,20.259987,214.45352,72.619965,137.39594,1087.6812,205.58333,2070.1262,1883.3773,19.203648,26.245256,16237.2705,9.138737,60.509262,407.2811,99.85834,179.84097,71.741516,400.05557,1206.048,332.86996,10.816171,81.969444,801.3912,2217.269,40.152023,600.1574,56.542706,0.93739605,55.670685,0.95237577,0.45215628,2.0054395,32.47092,118.605446,296.1556,11.242408,3367.1323,195.89236,61.488426,69.984375,18.333532,90.21701,17.453472,2.2018056,30.67361,128.37494,15.182659,8.400285,12.348418,26.445486,12.854364,7.5099535,42.284676,970.37897,133.1275,2827.9832,39.198204,3854.3213,69.89207,519.2539,1901.488,53.236797,12.846634,2062.0796,2803.357,6960.9165,339.53775 +2023-06-01 11:00:00,0.0,9422.036,82.880295,18.34135,22.061666,29.717916,188.93864,27.502045,45.78469,21.454884,24.72745,727.03375,581.41095,14.641426,88.005684,8.132348,3.6787102,25.840752,47.894886,14.628305,409.30005,6.249545,336.91635,70.71249,0.77966,4.069822,113.92454,35.94701,177.28812,161.14792,9071.703,0.7161646,1793.9086,1.7577944,1.1655275,0.6052753,4.8504705,205.91771,276.54776,36.48485,335.79828,27.81091,10.916083,752.1872,5.0506783,82.66566,83.59805,468.6453,44.672897,374.05853,23.63421,82.53041,0.0,4762.662,14026.7295,25.314137,144.37231,141.61798,39047.754,193.96785,18.170666,55.99649,101.55428,99.58423,37.79548,48.356712,786.62573,130.19418,41.717472,13.6690035,17.401695,1153.968,48.48795,446.33426,81.3732,2223.0854,135.37437,182.03665,170.99738,91.32625,10.959636,18.66824,47.14613,7.5565305,8.7282295,57.922478,70.12764,95.28453,18.736975,19.510504,218.83669,10.669997,3716.0342,68.482605,92.36215,83.833,71.47906,246.79607,118.36276,92.34722,25.748018,28.274078,60.51696,333.70236,212.24898,106.00031,382.31976,64.700645,79.812225,236.73805,236.78809,1092.4995,206.8515,5.019795,16.262604,8.620854,120.79424,15923.096,8.009723,20.194008,32.172405,36.26994,406.55463,83.52991,133.46379,5.195175,218.31528,484.13843,280.32922,96.660805,355.88257,40.84338,65.48393,330.85364,18.348665,2.7536023,15.029131,1796.6399,0.35316402,1.0275291,81.45445,11.149445,5.358904,11.936191,20.246964,214.35873,72.58946,137.37012,1087.2522,205.58713,2069.8618,1883.1775,19.195066,26.243114,16232.216,9.138038,60.50602,407.48672,99.85167,179.79257,71.73146,399.95447,1205.6829,332.9611,10.818502,81.959724,801.7314,2216.813,40.150505,600.0731,56.515312,0.9375512,55.676365,0.9526087,0.4524599,2.006874,32.468014,118.59679,296.13666,11.250981,3367.372,195.98993,61.53727,70.095314,18.415457,90.22621,17.50882,2.2031527,30.765972,129.00897,15.3886385,8.523322,12.437427,26.440035,12.916944,7.5976157,42.295223,970.2642,133.18083,2829.7505,39.196453,3854.192,69.90506,519.1382,1902.3473,53.270687,12.841733,2061.502,2801.831,6958.865,339.2648 +2023-06-01 12:00:00,0.0,9431.888,82.98784,18.343227,22.081177,29.706667,188.91534,27.497974,45.76792,21.452477,24.724943,726.8344,581.29865,14.6353445,88.06621,8.143297,3.6756766,25.83669,47.859985,14.609473,409.21255,6.2412753,336.87704,70.68271,0.77904165,4.0679464,113.916145,35.928207,177.1426,161.11343,9083.422,0.7160769,1793.4968,1.7569014,1.1648437,0.60494673,4.8467517,205.85289,276.46017,36.4744,335.62082,27.805084,10.947643,753.10126,5.049097,82.78371,83.66213,468.46198,44.81158,374.06717,23.627975,82.88431,0.0,4759.759,14028.739,25.309677,144.6789,141.59671,39055.984,193.88028,18.171484,56.117382,101.80116,99.5104,37.765316,48.58611,788.4774,130.5073,41.839447,13.671712,17.39397,1152.9878,48.500412,448.15738,81.46167,2222.9722,135.56342,182.27522,170.89487,91.68741,10.9559,18.661804,47.12179,7.5520496,8.721425,57.929764,70.10455,95.24374,18.731602,19.516453,218.9463,10.6665,3714.9236,68.55511,92.30417,83.909584,71.54903,246.74722,118.40851,92.333336,25.759071,28.301239,60.605934,333.6818,213.12161,106.06625,382.48062,64.74798,79.84142,236.83673,236.85292,1092.297,207.0508,5.017958,16.26375,8.62327,120.682846,15922.685,8.005667,20.183138,32.157776,36.293133,406.81732,83.54778,133.5739,5.1924133,218.36667,484.26102,280.45932,96.699326,355.85385,40.82611,65.483086,330.7709,18.342012,2.7523468,15.02535,1797.1469,0.3529062,1.02685,81.42068,11.140952,5.356846,11.9282055,20.233942,214.26396,72.55896,137.3443,1086.8232,205.59091,2069.5974,1882.9778,19.186483,26.240974,16227.161,9.137339,60.502777,407.69232,99.845,179.74417,71.7214,399.85333,1205.3177,333.0522,10.820833,81.95,802.0716,2216.357,40.14899,599.9889,56.487915,0.93770635,55.682045,0.9528417,0.45276353,2.0083086,32.465103,118.588135,296.1177,11.259556,3367.6116,196.08751,61.586113,70.20625,18.497381,90.23542,17.564167,2.2045,30.858334,129.643,15.594619,8.6463585,12.526435,26.434584,12.979524,7.6852775,42.305767,970.1495,133.23416,2831.5176,39.1947,3854.0627,69.91806,519.0224,1903.2064,53.304577,12.836831,2060.924,2800.3052,6956.814,338.99188 +2023-06-01 13:00:00,0.0,9441.74,83.09538,18.345102,22.100687,29.695417,188.89204,27.493906,45.751152,21.45007,24.722435,726.6351,581.18634,14.629262,88.126724,8.154246,3.672643,25.83263,47.825085,14.590642,409.1251,6.233005,336.8377,70.65294,0.7784233,4.0660706,113.90775,35.9094,176.99707,161.07895,9095.142,0.71598923,1793.0852,1.7560084,1.1641598,0.6046182,4.8430324,205.78807,276.37262,36.46395,335.4434,27.799257,10.979204,754.0153,5.0475163,82.90175,83.726204,468.2787,44.950264,374.0758,23.62174,83.238205,0.0,4756.8555,14030.748,25.305216,144.98546,141.57544,39064.21,193.79272,18.1723,56.238274,102.04803,99.43658,37.735153,48.81551,790.3291,130.8204,41.96142,13.674421,17.386244,1152.0077,48.512875,449.9805,81.55014,2222.8586,135.75246,182.51378,170.79234,92.04856,10.952166,18.655369,47.097458,7.5475683,8.714621,57.937046,70.08147,95.202934,18.726229,19.522402,219.05591,10.663003,3713.813,68.6276,92.24618,83.98616,71.618996,246.69838,118.45426,92.31944,25.770124,28.328402,60.69491,333.66125,213.99425,106.13219,382.64145,64.79531,79.87062,236.93542,236.91774,1092.0945,207.25009,5.0161214,16.264896,8.625686,120.57145,15922.272,8.001612,20.17227,32.143147,36.316326,407.08,83.56565,133.684,5.1896515,218.41806,484.3836,280.58942,96.73785,355.82516,40.80884,65.48224,330.6882,18.33536,2.751091,15.021567,1797.6537,0.35264838,1.0261708,81.38691,11.132461,5.3547883,11.920219,20.220919,214.16917,72.52846,137.31848,1086.3942,205.5947,2069.3333,1882.778,19.1779,26.238832,16222.106,9.136639,60.49954,407.89795,99.83833,179.69576,71.71134,399.75223,1204.9526,333.1433,10.823165,81.94028,802.4118,2215.9011,40.147472,599.9046,56.46052,0.9378615,55.687725,0.9530747,0.45306712,2.0097435,32.462196,118.579475,296.09875,11.268129,3367.8513,196.18507,61.634953,70.317184,18.579306,90.24462,17.619514,2.2058473,30.950695,130.27704,15.800599,8.769395,12.615443,26.429132,13.042103,7.7729397,42.316315,970.03467,133.2875,2833.285,39.192947,3853.9336,69.93105,518.9067,1904.0656,53.338463,12.83193,2060.3462,2798.7793,6954.7627,338.71896 +2023-06-01 14:00:00,0.0,9451.592,83.20293,18.34698,22.120197,29.684168,188.86874,27.489836,45.73438,21.447664,24.719929,726.4358,581.07404,14.623179,88.18724,8.165196,3.6696093,25.82857,47.790184,14.571811,409.0376,6.224735,336.79837,70.62316,0.77780503,4.0641947,113.89936,35.8906,176.85155,161.04445,9106.861,0.71590155,1792.6735,1.7551154,1.1634759,0.6042897,4.839314,205.72325,276.28503,36.4535,335.26596,27.79343,11.010764,754.9294,5.045935,83.0198,83.790276,468.0954,45.088947,374.0844,23.615505,83.5921,0.0,4753.952,14032.757,25.300756,145.29204,141.55417,39072.44,193.70515,18.173119,56.35917,102.2949,99.362755,37.70499,49.044907,792.1808,131.13351,42.083393,13.67713,17.37852,1151.0275,48.525337,451.80362,81.63861,2222.7454,135.94148,182.75237,170.68983,92.40972,10.94843,18.648935,47.07312,7.5430875,8.707816,57.944332,70.05838,95.16213,18.720856,19.52835,219.16551,10.659507,3712.7026,68.700096,92.188194,84.062744,71.688965,246.64954,118.50001,92.30556,25.78118,28.355564,60.783882,333.64072,214.86688,106.19813,382.8023,64.842636,79.89982,237.0341,236.98256,1091.892,207.44939,5.0142846,16.26604,8.6281,120.46005,15921.861,7.9975557,20.1614,32.128517,36.339516,407.34265,83.58352,133.7941,5.1868896,218.46945,484.50616,280.7195,96.77637,355.79645,40.791573,65.4814,330.60547,18.328707,2.7498355,15.017786,1798.1606,0.35239056,1.0254916,81.35314,11.123968,5.3527308,11.912234,20.207897,214.07439,72.497955,137.29266,1085.9652,205.59848,2069.0688,1882.5782,19.169317,26.23669,16217.052,9.13594,60.496296,408.10358,99.83167,179.64735,71.70129,399.65112,1204.5875,333.23444,10.825496,81.93056,802.7521,2215.445,40.145954,599.8204,56.433125,0.93801665,55.693405,0.9533077,0.45337075,2.011178,32.45929,118.57082,296.0798,11.276704,3368.091,196.28264,61.683796,70.42812,18.66123,90.25382,17.67486,2.2071943,31.043056,130.91107,16.006578,8.892431,12.704452,26.423681,13.104682,7.860602,42.326862,969.9199,133.34084,2835.0522,39.191196,3853.8044,69.94405,518.7909,1904.9247,53.372353,12.827028,2059.7683,2797.2534,6952.7114,338.44604 +2023-06-01 15:00:00,0.0,9461.444,83.31047,18.348856,22.139706,29.672916,188.84544,27.485767,45.717606,21.445257,24.71742,726.23645,580.96173,14.617097,88.24776,8.176146,3.6665757,25.82451,47.755287,14.5529785,408.9501,6.2164645,336.75906,70.59339,0.7771867,4.0623193,113.89097,35.871796,176.70601,161.00996,9118.581,0.7158139,1792.2617,1.7542225,1.1627921,0.60396117,4.8355947,205.65843,276.19745,36.443047,335.08853,27.787603,11.042325,755.84344,5.044354,83.13784,83.85435,467.9121,45.22763,374.09305,23.60927,83.946,0.0,4751.049,14034.766,25.296295,145.59862,141.5329,39080.67,193.6176,18.173935,56.48006,102.54177,99.28893,37.674828,49.274303,794.0325,131.44661,42.205368,13.679839,17.370792,1150.0472,48.5378,453.62674,81.72708,2222.6318,136.13052,182.99092,170.58733,92.770874,10.944695,18.6425,47.048786,7.538606,8.701012,57.951614,70.03529,95.12133,18.715485,19.534302,219.27513,10.65601,3711.592,68.7726,92.13021,84.13933,71.75894,246.6007,118.54575,92.291664,25.792233,28.382725,60.87286,333.62018,215.73952,106.26406,382.96313,64.88997,79.929016,237.1328,237.0474,1091.6895,207.64868,5.012448,16.267187,8.630516,120.34865,15921.45,7.9935,20.15053,32.113888,36.36271,407.60535,83.601395,133.9042,5.184128,218.52083,484.62875,280.8496,96.814896,355.76776,40.774303,65.48055,330.52274,18.322052,2.74858,15.014005,1798.6676,0.35213274,1.0248125,81.31937,11.115476,5.350673,11.904248,20.194874,213.97961,72.46745,137.26685,1085.5363,205.60228,2068.8044,1882.3784,19.160736,26.23455,16211.997,9.13524,60.493057,408.3092,99.825005,179.59895,71.69122,399.55002,1204.2224,333.32553,10.827827,81.92083,803.0923,2214.989,40.144436,599.7361,56.405727,0.9381718,55.69909,0.9535406,0.45367438,2.0126128,32.45638,118.562164,296.06085,11.285278,3368.3306,196.38022,61.73264,70.53906,18.743155,90.26302,17.730207,2.2085416,31.135416,131.5451,16.212559,9.015468,12.793461,26.41823,13.167261,7.9482636,42.337406,969.8051,133.39417,2836.8196,39.18944,3853.6753,69.95705,518.6752,1905.7839,53.406242,12.822127,2059.1904,2795.7275,6950.66,338.17313 +2023-06-01 16:00:00,0.0,9471.296,83.418015,18.35073,22.159216,29.661667,188.82214,27.481697,45.700836,21.442852,24.714914,726.0371,580.8494,14.611014,88.30827,8.187095,3.663542,25.82045,47.720387,14.534147,408.8626,6.2081943,336.71973,70.563614,0.77656835,4.0604434,113.882576,35.852993,176.56049,160.97548,9130.3,0.7157262,1791.85,1.7533295,1.1621082,0.6036327,4.8318753,205.5936,276.10986,36.432594,334.9111,27.781778,11.073885,756.75757,5.042773,83.25589,83.91842,467.7288,45.366318,374.10165,23.603037,84.2999,0.0,4748.1455,14036.774,25.291836,145.90518,141.51163,39088.902,193.53003,18.174753,56.600952,102.78864,99.2151,37.644665,49.503704,795.88416,131.75972,42.327343,13.682548,17.363068,1149.0671,48.550262,455.44986,81.81556,2222.5186,136.31955,183.22949,170.48482,93.132034,10.94096,18.636065,47.02445,7.5341253,8.694207,57.9589,70.01221,95.080536,18.710112,19.54025,219.38474,10.6525135,3710.4814,68.84509,92.07222,84.215904,71.82891,246.55185,118.5915,92.27778,25.803286,28.409887,60.961834,333.59964,216.61215,106.33,383.12396,64.9373,79.95821,237.23149,237.11221,1091.4869,207.84798,5.010611,16.268333,8.632932,120.23725,15921.038,7.9894447,20.13966,32.09926,36.385902,407.868,83.61926,134.01431,5.181366,218.57222,484.75134,280.9797,96.85342,355.73904,40.75704,65.479706,330.44,18.3154,2.7473245,15.010223,1799.1744,0.35187492,1.0241333,81.2856,11.106984,5.348615,11.896263,20.181852,213.88483,72.43695,137.24103,1085.1072,205.60606,2068.5403,1882.1787,19.152153,26.232409,16206.942,9.134541,60.489815,408.5148,99.81834,179.55055,71.68117,399.4489,1203.8573,333.41666,10.830159,81.91111,803.4325,2214.533,40.14292,599.65186,56.378334,0.9383269,55.70477,0.9537736,0.453978,2.0140474,32.453472,118.55351,296.0419,11.293852,3368.5703,196.47778,61.781483,70.65,18.825079,90.272224,17.785555,2.209889,31.227777,132.17914,16.41854,9.138504,12.882469,26.412777,13.229841,8.035926,42.347954,969.69037,133.4475,2838.587,39.18769,3853.546,69.97005,518.5594,1906.6431,53.44013,12.817225,2058.6128,2794.2017,6948.609,337.9002 +2023-06-01 17:00:00,0.0,9481.148,83.52556,18.352608,22.178726,29.650417,188.79884,27.477629,45.684067,21.440445,24.712408,725.83777,580.7371,14.604932,88.36879,8.198045,3.6605084,25.81639,47.685486,14.515316,408.77512,6.1999245,336.68042,70.53384,0.7759501,4.058568,113.87418,35.83419,176.41496,160.941,9142.02,0.7156385,1791.4382,1.7524365,1.1614243,0.60330415,4.828157,205.52878,276.0223,36.422146,334.73367,27.775951,11.105446,757.67163,5.041192,83.37393,83.98249,467.54547,45.505,374.1103,23.596802,84.65379,0.0,4745.242,14038.783,25.287374,146.21176,141.49037,39097.13,193.44247,18.17557,56.721848,103.03551,99.14128,37.614502,49.7331,797.7359,132.07283,42.449314,13.685257,17.355341,1148.0869,48.562725,457.27295,81.90403,2222.405,136.50859,183.46805,170.38231,93.49319,10.937225,18.62963,47.000114,7.529644,8.687403,57.966183,69.98912,95.039734,18.704739,19.5462,219.49434,10.649016,3709.3708,68.917595,92.01424,84.29249,71.89888,246.503,118.637245,92.263885,25.814339,28.437048,61.050808,333.57907,217.48479,106.39594,383.28482,64.984634,79.98741,237.33017,237.17705,1091.2844,208.04727,5.0087743,16.26948,8.635346,120.125854,15920.627,7.985389,20.128792,32.08463,36.409092,408.13068,83.63713,134.1244,5.178604,218.62361,484.8739,281.1098,96.89194,355.71036,40.73977,65.47887,330.35727,18.308746,2.7460687,15.006441,1799.6814,0.35161713,1.0234542,81.25183,11.098492,5.3465576,11.888277,20.168829,213.79004,72.40644,137.21521,1084.6782,205.60985,2068.276,1881.9789,19.14357,26.230268,16201.888,9.133841,60.486576,408.72043,99.81167,179.50215,71.671104,399.34778,1203.4922,333.50775,10.83249,81.90139,803.7727,2214.0771,40.141403,599.56757,56.350937,0.93848205,55.71045,0.9540066,0.4542816,2.015482,32.450565,118.54485,296.02295,11.302426,3368.81,196.57535,61.830322,70.76094,18.907003,90.281425,17.840902,2.211236,31.320139,132.81317,16.62452,9.26154,12.9714775,26.407326,13.29242,8.123588,42.358498,969.5756,133.50084,2840.354,39.18594,3853.4167,69.98305,518.44366,1907.5022,53.47402,12.812325,2058.035,2792.6758,6946.5576,337.6273 +2023-06-01 18:00:00,0.0,9491.0,83.63311,18.354485,22.198236,29.639168,188.77554,27.473558,45.667294,21.43804,24.7099,725.6384,580.6248,14.598849,88.429306,8.208994,3.657475,25.812328,47.650585,14.496485,408.68765,6.191654,336.64108,70.50407,0.77533174,4.056692,113.86579,35.815384,176.26944,160.90651,9153.739,0.71555084,1791.0266,1.7515435,1.1607405,0.6029756,4.8244376,205.46396,275.93472,36.411694,334.55624,27.770124,11.137006,758.5857,5.039611,83.49198,84.04656,467.3622,45.643684,374.11893,23.590567,85.00769,0.0,4742.3394,14040.792,25.282915,146.51834,141.4691,39105.36,193.3549,18.176388,56.84274,103.28238,99.06746,37.58434,49.962498,799.5876,132.38594,42.57129,13.687965,17.347614,1147.1067,48.575188,459.09607,81.9925,2222.2915,136.69762,183.70662,170.27979,93.85435,10.933491,18.623194,46.975777,7.525163,8.680598,57.97347,69.966034,94.99893,18.699366,19.55215,219.60396,10.645519,3708.2605,68.99009,91.95625,84.36907,71.96885,246.45416,118.683,92.25,25.825394,28.46421,61.139782,333.55853,218.35742,106.461876,383.44565,65.03196,80.01662,237.42886,237.24187,1091.0818,208.24657,5.0069375,16.270624,8.637762,120.01446,15920.215,7.9813337,20.117922,32.07,36.432285,408.39334,83.655,134.23451,5.1758423,218.675,484.9965,281.2399,96.93046,355.68164,40.7225,65.47802,330.27454,18.302094,2.7448132,15.00266,1800.1882,0.3513593,1.0227749,81.218056,11.09,5.3445,11.880292,20.155807,213.69527,72.37594,137.18939,1084.2493,205.61363,2068.0115,1881.7792,19.134987,26.228127,16196.832,9.1331415,60.483334,408.92606,99.805,179.45375,71.66105,399.24667,1203.1271,333.59888,10.834822,81.89166,804.1129,2213.621,40.139885,599.48334,56.32354,0.9386372,55.71613,0.95423955,0.45458522,2.0169168,32.447655,118.5362,296.004,11.311,3369.0496,196.67293,61.879166,70.87187,18.98893,90.29063,17.89625,2.2125833,31.4125,133.4472,16.8305,9.384577,13.060486,26.401875,13.355,8.21125,42.369045,969.4608,133.55417,2842.1213,39.18419,3853.2876,69.99604,518.3279,1908.3613,53.507908,12.807423,2057.457,2791.15,6944.507,337.35434 +2023-06-01 19:00:00,0.0,9500.853,83.740654,18.35636,22.217745,29.627916,188.75224,27.46949,45.65052,21.435633,24.707394,725.43915,580.5125,14.592768,88.48983,8.219944,3.6544414,25.808268,47.61569,14.477653,408.60016,6.183384,336.60175,70.47429,0.7747134,4.0548162,113.8574,35.79658,176.12392,160.87202,9165.458,0.71546316,1790.6149,1.7506505,1.1600566,0.6026471,4.820719,205.39914,275.84714,36.40124,334.3788,27.7643,11.168567,759.49976,5.0380297,83.61002,84.11064,467.17892,45.782368,374.12753,23.584332,85.36159,0.0,4739.436,14042.801,25.278454,146.8249,141.44783,39113.59,193.26735,18.177204,56.96363,103.52925,98.99364,37.554176,50.1919,801.4393,132.69905,42.693264,13.690675,17.33989,1146.1266,48.58765,460.9192,82.08097,2222.1782,136.88666,183.94519,170.17728,94.2155,10.929755,18.616758,46.95144,7.5206823,8.673794,57.980755,69.94295,94.95813,18.693995,19.5581,219.71356,10.642023,3707.15,69.062584,91.89826,84.445656,72.038826,246.40532,118.728745,92.236115,25.836447,28.491371,61.228756,333.538,219.23006,106.52782,383.6065,65.07929,80.045815,237.52754,237.3067,1090.8793,208.44586,5.0051007,16.27177,8.640178,119.90306,15919.804,7.977278,20.107052,32.05537,36.455475,408.65604,83.672874,134.34462,5.1730804,218.7264,485.11908,281.37,96.96898,355.65295,40.70523,65.47718,330.19183,18.295439,2.7435577,14.9988785,1800.6952,0.3511015,1.0220958,81.18429,11.081508,5.342442,11.872306,20.142784,213.60048,72.345436,137.16357,1083.8203,205.61743,2067.7473,1881.5793,19.126406,26.225985,16191.777,9.1324415,60.480095,409.13165,99.79834,179.40535,71.65099,399.14557,1202.762,333.68997,10.8371525,81.88194,804.4531,2213.165,40.138367,599.39905,56.296146,0.93879235,55.72181,0.95447254,0.45488885,2.0183513,32.444748,118.52754,295.98505,11.319574,3369.2893,196.7705,61.92801,70.98281,19.070854,90.29983,17.951597,2.2139306,31.504862,134.08124,17.03648,9.507613,13.149494,26.396423,13.417579,8.298912,42.379593,969.34607,133.6075,2843.8887,39.182434,3853.1584,70.00904,518.21216,1909.2205,53.541794,12.802522,2056.8792,2789.624,6942.4556,337.08142 +2023-06-01 20:00:00,0.0,9510.704,83.8482,18.358236,22.237255,29.616667,188.72894,27.46542,45.63375,21.433226,24.704885,725.2398,580.4002,14.586685,88.55035,8.230893,3.6514077,25.804207,47.580788,14.458821,408.51266,6.1751137,336.56244,70.44452,0.77409506,4.052941,113.84901,35.77778,175.9784,160.83754,9177.178,0.7153755,1790.2031,1.7497575,1.1593727,0.6023186,4.817,205.3343,275.75955,36.39079,334.2014,27.758472,11.200127,760.4139,5.0364485,83.72807,84.17471,466.9956,45.921055,374.13617,23.578096,85.715485,0.0,4736.5327,14044.811,25.273993,147.13148,141.42656,39121.816,193.17978,18.17802,57.084526,103.77613,98.919815,37.524014,50.421295,803.29095,133.01215,42.81524,13.693383,17.332163,1145.1464,48.600113,462.7423,82.16945,2222.0647,137.0757,184.18375,170.07477,94.57666,10.926021,18.610323,46.927105,7.516201,8.666989,57.988037,69.91987,94.917336,18.688622,19.564049,219.82317,10.638526,3706.0393,69.135086,91.84028,84.52223,72.108795,246.35648,118.77449,92.22222,25.8475,28.518534,61.317734,333.51746,220.10269,106.59375,383.76733,65.126625,80.07501,237.62624,237.37152,1090.6768,208.64516,5.003264,16.272917,8.642592,119.791664,15919.392,7.9732227,20.096182,32.04074,36.47867,408.9187,83.69074,134.45471,5.1703186,218.77777,485.24167,281.5001,97.00751,355.62424,40.68796,65.47633,330.1091,18.288786,2.742302,14.995097,1801.2021,0.35084367,1.0214167,81.15051,11.073016,5.3403845,11.864321,20.129763,213.5057,72.31493,137.13777,1083.3912,205.62122,2067.483,1881.3796,19.117823,26.223845,16186.723,9.1317425,60.476852,409.33728,99.79167,179.35695,71.64093,399.04446,1202.3969,333.7811,10.839484,81.87222,804.79333,2212.7092,40.136852,599.3148,56.26875,0.9389475,55.72749,0.95470554,0.45519248,2.019786,32.44184,118.51889,295.9661,11.328148,3369.529,196.86806,61.976852,71.09375,19.152779,90.30903,18.006945,2.2152777,31.597221,134.71527,17.24246,9.63065,13.2385025,26.390972,13.480158,8.386574,42.390137,969.2313,133.66083,2845.656,39.180683,3853.029,70.02203,518.0964,1910.0797,53.575684,12.79762,2056.3015,2788.0981,6940.4043,336.8085 +2023-06-01 21:00:00,0.0,9520.557,83.95574,18.360111,22.256765,29.605417,188.70564,27.461351,45.61698,21.43082,24.70238,725.04047,580.2879,14.580603,88.61086,8.241842,3.648374,25.800148,47.545887,14.43999,408.42517,6.1668434,336.5231,70.41474,0.7734768,4.051065,113.840614,35.758976,175.83287,160.80305,9188.897,0.7152878,1789.7914,1.7488647,1.1586889,0.6019901,4.8132806,205.26949,275.672,36.38034,334.02396,27.752645,11.231688,761.32794,5.034868,83.846115,84.238785,466.81232,46.05974,374.1448,23.571861,86.06938,0.0,4733.6294,14046.819,25.269533,147.43805,141.40529,39130.047,193.09222,18.178839,57.205418,104.022995,98.845985,37.49385,50.650692,805.14264,133.32526,42.93721,13.696093,17.324438,1144.1661,48.612576,464.56543,82.25792,2221.9514,137.26472,184.42232,169.97226,94.93781,10.922285,18.603888,46.902767,7.51172,8.660185,57.995323,69.89678,94.87653,18.683249,19.57,219.93279,10.635029,3704.9287,69.20758,91.782295,84.598816,72.178764,246.30763,118.82024,92.208336,25.858553,28.545694,61.406708,333.49692,220.97534,106.65969,383.92816,65.17396,80.10421,237.72493,237.43636,1090.4742,208.84445,5.001427,16.274063,8.645008,119.68027,15918.98,7.969167,20.085314,32.02611,36.50186,409.18137,83.70861,134.56482,5.167557,218.82916,485.36423,281.6302,97.04603,355.59555,40.670692,65.47549,330.02637,18.282133,2.7410464,14.991316,1801.709,0.35058585,1.0207374,81.116745,11.064524,5.338327,11.856335,20.11674,213.41092,72.28443,137.11195,1082.9623,205.625,2067.2188,1881.1798,19.10924,26.221703,16181.668,9.1310425,60.473614,409.5429,99.785,179.30853,71.630875,398.94336,1202.0317,333.8722,10.841816,81.862495,805.13354,2212.2532,40.135334,599.2305,56.241352,0.93910265,55.733173,0.9549385,0.45549607,2.0212207,32.43893,118.51023,295.94714,11.336722,3369.7686,196.96564,62.025696,71.20469,19.234703,90.31823,18.062292,2.216625,31.689583,135.3493,17.44844,9.753686,13.327512,26.38552,13.542738,8.474236,42.400684,969.1165,133.71417,2847.4233,39.178932,3852.9,70.035034,517.98065,1910.9388,53.609573,12.792719,2055.7236,2786.5723,6938.353,336.53558 +2023-06-01 22:00:00,0.0,9530.408,84.063286,18.361988,22.276276,29.594168,188.68234,27.457281,45.60021,21.428413,24.699871,724.8411,580.1756,14.57452,88.67138,8.252792,3.6453404,25.796087,47.510986,14.421158,408.33768,6.1585736,336.4838,70.38497,0.77285844,4.049189,113.83222,35.740173,175.68735,160.76857,9200.616,0.7152001,1789.3796,1.7479717,1.158005,0.60166156,4.8095617,205.20467,275.5844,36.36989,333.84653,27.746819,11.2632475,762.242,5.0332866,83.964165,84.30286,466.62903,46.19842,374.1534,23.565628,86.42328,0.0,4730.7266,14048.828,25.265072,147.74463,141.38402,39138.277,193.00465,18.179655,57.32631,104.26987,98.77216,37.463688,50.880093,806.9943,133.63837,43.059185,13.698801,17.316711,1143.186,48.62504,466.38855,82.34639,2221.838,137.45377,184.66089,169.86975,95.29897,10.9185505,18.597452,46.878433,7.507239,8.65338,58.002605,69.873695,94.83573,18.677876,19.575949,220.04239,10.631533,3703.8184,69.28008,91.724304,84.6754,72.24873,246.25879,118.86598,92.19444,25.869608,28.572857,61.49568,333.47635,221.84798,106.725624,384.08902,65.22128,80.13341,237.82361,237.50117,1090.2717,209.04375,4.9995904,16.275208,8.647424,119.56887,15918.568,7.9651113,20.074444,32.01148,36.52505,409.44406,83.72649,134.67493,5.164795,218.88055,485.48682,281.76028,97.08455,355.56683,40.653427,65.47465,329.94363,18.27548,2.739791,14.987534,1802.216,0.35032803,1.0200583,81.08298,11.056031,5.3362694,11.84835,20.103718,213.31613,72.25393,137.08614,1082.5332,205.62878,2066.9543,1880.9801,19.100657,26.219563,16176.613,9.130343,60.47037,409.7485,99.778336,179.26013,71.62082,398.84222,1201.6666,333.96332,10.844147,81.852776,805.47375,2211.797,40.133816,599.1463,56.21396,0.9392578,55.738853,0.95517147,0.4557997,2.0226552,32.436024,118.50158,295.9282,11.345296,3370.0083,197.0632,62.074535,71.31563,19.316628,90.32743,18.117638,2.2179723,31.781944,135.98334,17.65442,9.876723,13.41652,26.38007,13.605317,8.561898,42.41123,969.0018,133.7675,2849.1904,39.177177,3852.7708,70.04803,517.86487,1911.798,53.64346,12.787817,2055.1458,2785.0464,6936.302,336.26266 +2023-06-01 23:00:00,0.0,9540.261,84.17083,18.363865,22.295784,29.582916,188.65904,27.453213,45.583435,21.426008,24.697365,724.6418,580.06323,14.568438,88.731895,8.2637415,3.6423068,25.792027,47.47609,14.402327,408.2502,6.1503034,336.44446,70.355194,0.7722401,4.0473137,113.82383,35.721367,175.54182,160.73409,9212.336,0.71511245,1788.968,1.7470787,1.1573211,0.601333,4.805843,205.13985,275.49683,36.359436,333.6691,27.740993,11.294808,763.15607,5.0317054,84.08221,84.36693,466.4457,46.337105,374.16205,23.559393,86.777176,0.0,4727.823,14050.837,25.260612,148.05121,141.36275,39146.508,192.9171,18.180473,57.447205,104.51674,98.69834,37.433525,51.10949,808.846,133.95148,43.18116,13.70151,17.308985,1142.2058,48.6375,468.21164,82.43486,2221.7244,137.64279,184.89946,169.76723,95.660126,10.914815,18.591019,46.854095,7.502758,8.646576,58.00989,69.85061,94.79493,18.672503,19.581898,220.152,10.628036,3702.7078,69.35258,91.66632,84.751976,72.31871,246.20995,118.911736,92.18056,25.880661,28.600018,61.584656,333.4558,222.72061,106.791565,384.24985,65.268616,80.162605,237.9223,237.56601,1090.0692,209.24304,4.9977536,16.276354,8.649838,119.45747,15918.157,7.9610558,20.063574,31.996851,36.548244,409.70673,83.744354,134.78502,5.162033,218.93195,485.6094,281.89035,97.12307,355.53815,40.636158,65.4738,329.8609,18.268826,2.7385354,14.983752,1802.7229,0.3500702,1.0193791,81.0492,11.04754,5.3342113,11.840364,20.090694,213.22136,72.22343,137.06032,1082.1042,205.63258,2066.69,1880.7803,19.092075,26.21742,16171.559,9.129644,60.467133,409.95413,99.77167,179.21173,71.610756,398.74112,1201.3015,334.0544,10.846478,81.843056,805.81396,2211.341,40.132298,599.062,56.18656,0.9394129,55.744534,0.95540446,0.45610332,2.02409,32.433117,118.49292,295.90924,11.35387,3370.248,197.16077,62.12338,71.42656,19.398552,90.33663,18.172985,2.2193193,31.874306,136.61737,17.860401,9.99976,13.505528,26.374619,13.667896,8.64956,42.421776,968.88696,133.82083,2850.9578,39.175426,3852.6416,70.06103,517.74915,1912.6571,53.67735,12.782916,2054.5679,2783.5205,6934.2505,335.98975 +2023-06-02 00:00:00,0.0,9550.112,84.27837,18.36574,22.315294,29.571667,188.63574,27.449142,45.566666,21.423601,24.694857,724.4425,579.9509,14.562355,88.79241,8.274691,3.6392732,25.787966,47.44119,14.383495,408.16272,6.142033,336.40512,70.32542,0.77162176,4.045438,113.81544,35.702564,175.39629,160.69958,9224.056,0.71502477,1788.5563,1.7461857,1.1566373,0.60100454,4.802124,205.07501,275.40927,36.348988,333.49167,27.735167,11.326368,764.0701,5.030124,84.20026,84.431,466.26242,46.475792,374.1707,23.553158,87.13107,0.0,4724.92,14052.846,25.256151,148.35777,141.34148,39154.734,192.82953,18.18129,57.568096,104.76361,98.62452,37.403362,51.338886,810.6977,134.26459,43.30313,13.704219,17.30126,1141.2256,48.649963,470.03476,82.52334,2221.611,137.83183,185.13803,169.66472,96.021286,10.91108,18.584583,46.82976,7.4982767,8.639771,58.017174,69.82752,94.75413,18.667131,19.587849,220.26161,10.624538,3701.5972,69.42507,91.60833,84.82856,72.38868,246.1611,118.95748,92.166664,25.891714,28.62718,61.67363,333.43527,223.59325,106.8575,384.4107,65.31595,80.1918,238.02098,237.63083,1089.8667,209.44234,4.995917,16.2775,8.652254,119.34608,15917.746,7.9570003,20.052706,31.982222,36.571438,409.9694,83.76222,134.89513,5.1592712,218.98334,485.73196,282.02045,97.1616,355.50943,40.61889,65.47295,329.7782,18.262173,2.7372797,14.979971,1803.2297,0.3498124,1.0187,81.015434,11.039047,5.332154,11.832378,20.077673,213.12657,72.19292,137.0345,1081.6753,205.63637,2066.4258,1880.5806,19.083492,26.215279,16166.504,9.128944,60.46389,410.15976,99.765,179.16333,71.6007,398.64,1200.9364,334.14554,10.848809,81.833336,806.1542,2210.8853,40.13078,598.9778,56.159164,0.93956804,55.750214,0.9556374,0.45640695,2.0255246,32.43021,118.48427,295.8903,11.362445,3370.4875,197.25833,62.172222,71.5375,19.480476,90.34583,18.228333,2.2206666,31.966667,137.2514,18.066381,10.122796,13.594537,26.369167,13.730475,8.737222,42.432323,968.7722,133.87416,2852.725,39.173676,3852.5122,70.07403,517.63336,1913.5164,53.711235,12.778014,2053.9902,2781.9946,6932.199,335.71683 +2023-06-02 01:00:00,0.0,9559.965,84.385925,18.367617,22.334805,29.560417,188.61244,27.445074,45.549896,21.421194,24.69235,724.24316,579.8386,14.5562725,88.85293,8.285641,3.6362395,25.783905,47.40629,14.364663,408.07523,6.133763,336.3658,70.29565,0.7710035,4.0435624,113.807045,35.68376,175.25076,160.6651,9235.775,0.7149371,1788.1445,1.7452927,1.1559534,0.600676,4.7984047,205.0102,275.3217,36.338535,333.31424,27.72934,11.357929,764.98425,5.0285435,84.3183,84.49507,466.07916,46.614475,374.1793,23.546923,87.48497,0.0,4722.0166,14054.8545,25.251692,148.66435,141.3202,39162.965,192.74197,18.182108,57.688988,105.01048,98.55069,37.3732,51.568287,812.5494,134.5777,43.425106,13.706928,17.293533,1140.2455,48.66243,471.85788,82.61181,2221.4976,138.02086,185.37659,169.56221,96.38245,10.907345,18.578148,46.805424,7.493796,8.632967,58.02446,69.804436,94.71333,18.661758,19.593798,220.37122,10.621042,3700.4866,69.497574,91.55035,84.90514,72.45865,246.11226,119.00323,92.15278,25.902767,28.65434,61.762604,333.41473,224.46588,106.92344,384.57153,65.36328,80.22101,238.11967,237.69566,1089.6642,209.64163,4.9940796,16.278646,8.65467,119.23468,15917.334,7.9529448,20.041836,31.967592,36.594627,410.2321,83.7801,135.00523,5.15651,219.03473,485.85455,282.15054,97.20012,355.48074,40.60162,65.472115,329.69547,18.25552,2.7360241,14.97619,1803.7367,0.34955457,1.0180207,80.98167,11.030556,5.3300962,11.824393,20.06465,213.03178,72.162415,137.00868,1081.2463,205.64015,2066.1614,1880.3807,19.07491,26.213139,16161.449,9.128245,60.460648,410.36536,99.75834,179.11493,71.59064,398.5389,1200.5713,334.23663,10.851141,81.82361,806.4944,2210.4292,40.129265,598.8935,56.13177,0.9397232,55.755894,0.9558704,0.45671055,2.0269592,32.4273,118.47561,295.87134,11.371018,3370.7273,197.35591,62.221066,71.64844,19.5624,90.355034,18.28368,2.222014,32.05903,137.88544,18.272362,10.245832,13.683545,26.363716,13.793055,8.824884,42.442867,968.6575,133.9275,2854.4924,39.17192,3852.383,70.08702,517.51764,1914.3755,53.745125,12.773113,2053.4124,2780.4688,6930.148,335.44388 +2023-06-02 02:00:00,0.0,9569.816,84.49347,18.369493,22.354315,29.549168,188.58914,27.441004,45.533123,21.418789,24.689844,724.0438,579.7263,14.550191,88.913445,8.29659,3.633206,25.779846,47.371387,14.345832,407.98773,6.125493,336.32648,70.26587,0.77038515,4.0416865,113.79865,35.66496,175.10524,160.63062,9247.494,0.7148494,1787.7328,1.7443997,1.1552695,0.6003475,4.7946854,204.94537,275.2341,36.328083,333.1368,27.723515,11.389489,765.8983,5.0269623,84.43635,84.55915,465.89584,46.75316,374.18793,23.540688,87.83887,0.0,4719.1133,14056.863,25.24723,148.97093,141.29893,39171.195,192.65442,18.182924,57.809883,105.257355,98.47687,37.343037,51.797684,814.40106,134.8908,43.54708,13.709637,17.285809,1139.2653,48.674892,473.681,82.70028,2221.3843,138.2099,185.61516,169.4597,96.7436,10.90361,18.571712,46.781086,7.4893146,8.626163,58.031742,69.78135,94.67253,18.656385,19.599747,220.48082,10.617545,3699.3762,69.57007,91.49236,84.98172,72.52862,246.06342,119.04897,92.138885,25.913822,28.681503,61.85158,333.39417,225.33852,106.98938,384.73236,65.41061,80.250206,238.21837,237.76048,1089.4617,209.84093,4.992243,16.27979,8.657084,119.12328,15916.923,7.9488893,20.030966,31.952961,36.61782,410.49475,83.797966,135.11533,5.153748,219.0861,485.97714,282.28064,97.23864,355.45203,40.58435,65.47127,329.61273,18.248867,2.7347686,14.972408,1804.2437,0.34929675,1.0173416,80.94789,11.022063,5.328038,11.816407,20.051628,212.93701,72.13191,136.98286,1080.8174,205.64394,2065.897,1880.181,19.066326,26.210997,16156.395,9.127545,60.45741,410.57098,99.75167,179.06653,71.58058,398.4378,1200.2062,334.32776,10.853473,81.81389,806.8346,2209.9731,40.127747,598.80927,56.104374,0.93987834,55.761574,0.9561034,0.45701417,2.028394,32.424393,118.46696,295.8524,11.379593,3370.967,197.45348,62.26991,71.75938,19.644325,90.364235,18.339027,2.223361,32.15139,138.51947,18.478342,10.368869,13.772553,26.358263,13.855635,8.912546,42.453415,968.54266,133.98083,2856.2598,39.17017,3852.254,70.10002,517.4019,1915.2346,53.779015,12.768211,2052.8345,2778.9426,6928.0967,335.17096 +2023-06-02 03:00:00,0.0,9579.669,84.60101,18.371368,22.373823,29.537918,188.56584,27.436935,45.51635,21.416382,24.687336,723.8445,579.614,14.544108,88.97397,8.307539,3.6301723,25.775785,47.33649,14.327001,407.90027,6.117223,336.28717,70.2361,0.7697668,4.0398107,113.79026,35.646156,174.95972,160.59613,9259.214,0.71476173,1787.321,1.7435068,1.1545857,0.600019,4.790967,204.88055,275.1465,36.31763,332.95938,27.717688,11.42105,766.8124,5.025381,84.55439,84.62322,465.71252,46.89184,374.19656,23.534452,88.192764,0.0,4716.21,14058.872,25.242771,149.2775,141.27766,39179.426,192.56685,18.183743,57.930775,105.50423,98.403046,37.312874,52.02708,816.25275,135.2039,43.669056,13.712346,17.278082,1138.2852,48.687355,475.50412,82.78875,2221.2708,138.39894,185.85371,169.3572,97.10476,10.899875,18.565277,46.756752,7.4848337,8.619359,58.03903,69.75826,94.63173,18.651012,19.605698,220.59044,10.614048,3698.2656,69.64257,91.43437,85.058304,72.59859,246.01457,119.09472,92.125,25.924875,28.708664,61.940556,333.37363,226.21115,107.05531,384.89322,65.45794,80.2794,238.31705,237.8253,1089.2592,210.04022,4.990406,16.280937,8.6595,119.01189,15916.511,7.9448338,20.020096,31.938332,36.641014,410.75742,83.815834,135.22543,5.150986,219.1375,486.0997,282.41074,97.27716,355.42334,40.56708,65.47042,329.53,18.242212,2.7335129,14.968626,1804.7505,0.34903893,1.0166625,80.91412,11.013572,5.3259807,11.808422,20.038605,212.84222,72.10141,136.95705,1080.3883,205.64774,2065.6328,1879.9812,19.057745,26.208857,16151.34,9.126846,60.454166,410.7766,99.745,179.01813,71.570526,398.33667,1199.8411,334.41885,10.8558035,81.80417,807.1748,2209.5173,40.12623,598.725,56.076977,0.9400335,55.767258,0.9563363,0.4573178,2.0298285,32.421486,118.4583,295.83344,11.388166,3371.2068,197.55104,62.31875,71.870316,19.72625,90.373436,18.394375,2.2247083,32.24375,139.1535,18.684322,10.491905,13.861563,26.352812,13.918214,9.000208,42.46396,968.4279,134.03416,2858.0269,39.16842,3852.1248,70.113014,517.28613,1916.0938,53.8129,12.76331,2052.2566,2777.4167,6926.0454,334.89804 +2023-06-02 04:00:00,0.0,9589.5205,84.70856,18.373245,22.393333,29.526667,188.54256,27.432865,45.49958,21.413977,24.68483,723.64514,579.5017,14.538026,89.034485,8.318489,3.6271386,25.771725,47.30159,14.308169,407.81277,6.1089525,336.24783,70.20632,0.76914847,4.0379353,113.78187,35.62735,174.8142,160.56165,9270.934,0.71467406,1786.9094,1.7426138,1.1539018,0.59969044,4.7872477,204.81573,275.05896,36.307182,332.78195,27.71186,11.45261,767.72644,5.0238004,84.67244,84.687294,465.52924,47.03053,374.20517,23.52822,88.54666,0.0,4713.3066,14060.882,25.23831,149.58408,141.25641,39187.652,192.4793,18.184559,58.051666,105.7511,98.32922,37.28271,52.25648,818.10443,135.51701,43.791027,13.7150545,17.270355,1137.3049,48.699818,477.32724,82.87722,2221.1572,138.58797,186.09229,169.25467,97.46591,10.89614,18.558842,46.732414,7.480353,8.612555,58.04631,69.73518,94.59093,18.645641,19.611647,220.70004,10.610552,3697.155,69.715065,91.37639,85.13489,72.668564,245.96573,119.14047,92.111115,25.935928,28.735826,62.02953,333.3531,227.08379,107.121254,385.05405,65.50527,80.3086,238.41574,237.89014,1089.0566,210.23952,4.9885693,16.282084,8.661916,118.90049,15916.1,7.9407783,20.009228,31.923702,36.664204,411.02008,83.83371,135.33554,5.1482244,219.18889,486.2223,282.54083,97.31569,355.39462,40.549816,65.46958,329.44727,18.23556,2.7322574,14.964845,1805.2574,0.3487811,1.0159833,80.88035,11.005079,5.323923,11.800436,20.025581,212.74745,72.07091,136.93123,1079.9594,205.65152,2065.3684,1879.7815,19.049162,26.206715,16146.285,9.126146,60.450928,410.98224,99.738335,178.96973,71.56046,398.23557,1199.476,334.50998,10.858135,81.79444,807.515,2209.0613,40.12471,598.64075,56.049583,0.94018865,55.772938,0.9565693,0.4576214,2.031263,32.418575,118.449646,295.81448,11.396741,3371.4463,197.64862,62.36759,71.98125,19.808174,90.38264,18.449722,2.2260556,32.336113,139.78754,18.8903,10.614942,13.950571,26.34736,13.980793,9.087871,42.474506,968.3132,134.08751,2859.7942,39.166668,3851.9954,70.126015,517.1704,1916.953,53.84679,12.758409,2051.6787,2775.8909,6923.994,334.62512 +2023-06-02 05:00:00,0.0,9599.373,84.8161,18.375122,22.412844,29.515417,188.51926,27.428797,45.48281,21.41157,24.682322,723.44586,579.3894,14.531943,89.095,8.329438,3.624105,25.767664,47.26669,14.289337,407.72528,6.1006823,336.2085,70.17655,0.7685302,4.0360594,113.773476,35.608547,174.66867,160.52716,9282.652,0.7145864,1786.4977,1.7417208,1.1532179,0.59936196,4.783529,204.7509,274.97137,36.29673,332.60452,27.706034,11.484171,768.64056,5.022219,84.79048,84.751366,465.34595,47.169212,374.2138,23.521984,88.90056,0.0,4710.404,14062.891,25.23385,149.89066,141.23514,39195.883,192.39172,18.185377,58.17256,105.99797,98.2554,37.25255,52.485878,819.9561,135.83012,43.913002,13.717764,17.26263,1136.3247,48.71228,479.15036,82.9657,2221.044,138.77701,186.33084,169.15216,97.82707,10.892405,18.552406,46.70808,7.4758716,8.60575,58.053596,69.71209,94.55013,18.640268,19.617596,220.80965,10.607055,3696.0447,69.78756,91.318405,85.21147,72.73853,245.9169,119.18622,92.09722,25.946981,28.762989,62.118504,333.33255,227.95642,107.18719,385.2149,65.552605,80.3378,238.51442,237.95496,1088.854,210.43881,4.9867325,16.28323,8.6643305,118.78909,15915.6875,7.9367228,19.998358,31.909073,36.687397,411.28278,83.85158,135.44563,5.1454625,219.24028,486.34488,282.67093,97.35421,355.36594,40.532547,65.468735,329.36456,18.228907,2.7310019,14.961063,1805.7643,0.3485233,1.0153041,80.84658,10.996587,5.3218656,11.792451,20.01256,212.65266,72.040405,136.90541,1079.5304,205.6553,2065.104,1879.5817,19.040579,26.204573,16141.23,9.125447,60.447685,411.18784,99.73167,178.92131,71.55041,398.13446,1199.1108,334.6011,10.860466,81.78472,807.8552,2208.6052,40.123196,598.55646,56.022186,0.94034374,55.778618,0.9568023,0.45792502,2.032698,32.41567,118.44099,295.79553,11.405314,3371.686,197.74619,62.416435,72.092186,19.890099,90.39184,18.50507,2.2274027,32.42847,140.42157,19.096281,10.737978,14.039579,26.34191,14.043372,9.175532,42.485054,968.19836,134.14084,2861.5615,39.164913,3851.8662,70.13901,517.0546,1917.8121,53.88068,12.753508,2051.101,2774.365,6921.943,334.3522 +2023-06-02 06:00:00,0.0,9609.225,84.923645,18.376997,22.432354,29.504168,188.49596,27.424726,45.466038,21.409164,24.679815,723.2465,579.2771,14.525861,89.15552,8.340387,3.6210713,25.763603,47.23179,14.270506,407.6378,6.092412,336.1692,70.146774,0.76791185,4.0341835,113.76508,35.589745,174.52315,160.49268,9294.372,0.7144987,1786.0859,1.7408278,1.1525341,0.5990334,4.77981,204.68608,274.8838,36.286278,332.4271,27.700209,11.515731,769.5546,5.020638,84.90853,84.81544,465.16266,47.307896,374.22244,23.515749,89.254456,0.0,4707.5005,14064.899,25.22939,150.19722,141.21387,39204.113,192.30417,18.186193,58.293453,106.24484,98.18157,37.222385,52.715275,821.8078,136.14323,44.034977,13.720472,17.254904,1135.3446,48.724743,480.97345,83.05417,2220.9304,138.96603,186.56941,169.04965,98.188225,10.88867,18.54597,46.683743,7.4713907,8.598946,58.060883,69.689,94.50933,18.634895,19.623547,220.91925,10.603558,3694.934,69.86006,91.260414,85.28805,72.8085,245.86806,119.231964,92.083336,25.958036,28.79015,62.207478,333.312,228.82906,107.25313,385.37573,65.59993,80.367,238.61311,238.01979,1088.6515,210.6381,4.9848957,16.284374,8.666746,118.6777,15915.276,7.932667,19.987488,31.894444,36.71059,411.54544,83.869446,135.55574,5.1427007,219.29167,486.46744,282.80103,97.39273,355.33722,40.515278,65.46789,329.28183,18.222254,2.7297463,14.957282,1806.2712,0.34826547,1.014625,80.81281,10.988095,5.3198075,11.784465,19.999537,212.55788,72.009895,136.8796,1079.1013,205.65909,2064.8398,1879.382,19.031996,26.202433,16136.176,9.124747,60.444447,411.39346,99.725006,178.87291,71.540344,398.03336,1198.7457,334.6922,10.862798,81.775,808.19543,2208.1492,40.121677,598.4722,55.99479,0.9404989,55.784298,0.95703524,0.45822865,2.0341325,32.41276,118.432335,295.77658,11.413889,3371.9258,197.84375,62.46528,72.203125,19.972025,90.40104,18.560417,2.22875,32.520832,141.0556,19.302261,10.861014,14.128588,26.336458,14.105952,9.263194,42.495598,968.0836,134.19417,2863.3289,39.163162,3851.737,70.15201,516.9389,1918.6713,53.914566,12.748606,2050.5232,2772.839,6919.8916,334.07928 +2023-06-02 07:00:00,0.0,9619.077,85.03119,18.378874,22.451862,29.492918,188.47266,27.420658,45.449265,21.406757,24.677307,723.0472,579.1648,14.519778,89.216034,8.351337,3.618038,25.759542,47.19689,14.251675,407.5503,6.084142,336.12985,70.117,0.7672935,4.032308,113.75669,35.570942,174.37762,160.45819,9306.092,0.714411,1785.6742,1.7399348,1.1518502,0.59870493,4.7760906,204.62126,274.7962,36.275826,332.24966,27.694382,11.547292,770.4687,5.019057,85.02657,84.87951,464.97934,47.44658,374.23105,23.509514,89.60835,0.0,4704.597,14066.908,25.22493,150.5038,141.1926,39212.34,192.2166,18.187012,58.414345,106.491714,98.10775,37.192223,52.944675,823.6595,136.45633,44.15695,13.723182,17.247179,1134.3644,48.737206,482.79657,83.14264,2220.8171,139.15508,186.80798,168.94714,98.549385,10.884934,18.539536,46.65941,7.4669094,8.592141,58.068165,69.665924,94.46853,18.629522,19.629496,221.02887,10.600061,3693.8235,69.932556,91.20243,85.36463,72.87847,245.81921,119.27771,92.06944,25.96909,28.817312,62.29645,333.29144,229.70169,107.31906,385.53656,65.64726,80.396194,238.7118,238.08461,1088.449,210.8374,4.983059,16.28552,8.669162,118.5663,15914.865,7.9286113,19.976618,31.879814,36.73378,411.8081,83.887314,135.66585,5.139939,219.34305,486.59003,282.93112,97.43125,355.30853,40.49801,65.46705,329.1991,18.215601,2.7284906,14.953501,1806.7782,0.34800765,1.0139458,80.77904,10.979603,5.31775,11.77648,19.986515,212.4631,71.97939,136.85378,1078.6724,205.66287,2064.5754,1879.1821,19.023415,26.20029,16131.121,9.124048,60.441204,411.5991,99.71834,178.82451,71.53029,397.93222,1198.3806,334.78333,10.865129,81.765274,808.53564,2207.6934,40.12016,598.38794,55.967396,0.94065404,55.789978,0.95726824,0.45853227,2.0355673,32.40985,118.423676,295.75763,11.422463,3372.1653,197.94133,62.514122,72.314064,20.05395,90.41024,18.615763,2.230097,32.613194,141.68964,19.508242,10.984051,14.217596,26.331007,14.168531,9.350857,42.506145,967.9689,134.2475,2865.096,39.16141,3851.608,70.16501,516.8231,1919.5304,53.948456,12.743705,2049.9453,2771.3132,6917.841,333.80637 +2023-06-02 08:00:00,0.0,9628.929,85.13874,18.380749,22.471373,29.481667,188.44936,27.416588,45.432495,21.40435,24.6748,722.84784,579.0525,14.513696,89.27655,8.362287,3.6150043,25.755484,47.16199,14.232842,407.46283,6.075872,336.0905,70.08723,0.76667523,4.030432,113.7483,35.552135,174.2321,160.4237,9317.811,0.71432334,1785.2625,1.7390418,1.1511663,0.5983764,4.772372,204.55644,274.70865,36.265377,332.07224,27.688555,11.578852,771.38275,5.017476,85.14462,84.94358,464.79608,47.585262,374.2397,23.503279,89.96225,0.0,4701.6943,14068.917,25.220469,150.81036,141.17133,39220.57,192.12904,18.187828,58.53524,106.73858,98.03393,37.16206,53.174072,825.51117,136.76944,44.278923,13.72589,17.239452,1133.3842,48.74967,484.6197,83.23111,2220.7036,139.34412,187.04655,168.84464,98.91054,10.8812,18.533102,46.63507,7.4624286,8.585337,58.07545,69.64284,94.42773,18.624151,19.635445,221.13847,10.596564,3692.713,70.00506,91.14445,85.441216,72.94845,245.77037,119.323456,92.05556,25.980143,28.844473,62.38543,333.2709,230.57433,107.385,385.69742,65.694595,80.4254,238.81049,238.14944,1088.2465,211.0367,4.981222,16.286667,8.6715765,118.4549,15914.453,7.924556,19.96575,31.865185,36.756973,412.0708,83.90519,135.77594,5.137177,219.39444,486.71262,283.06122,97.46978,355.27982,40.48074,65.4662,329.11636,18.208946,2.727235,14.949718,1807.285,0.34774983,1.0132667,80.74527,10.971111,5.3156924,11.768494,19.973492,212.36832,71.94889,136.82797,1078.2434,205.66667,2064.3113,1878.9824,19.014832,26.19815,16126.066,9.123348,60.437965,411.8047,99.71167,178.77611,71.52023,397.83112,1198.0155,334.87442,10.86746,81.755554,808.87585,2207.2373,40.11864,598.3037,55.94,0.9408092,55.795662,0.95750123,0.45883587,2.0370018,32.406944,118.41502,295.73868,11.431037,3372.405,198.0389,62.56296,72.425,20.135874,90.41944,18.67111,2.2314444,32.705555,142.32367,19.714222,11.107087,14.306604,26.325556,14.231111,9.438519,42.51669,967.85406,134.30084,2866.8633,39.159657,3851.4788,70.178,516.7074,1920.3896,53.982346,12.738803,2049.3674,2769.7874,6915.7896,333.53342 +2023-06-02 09:00:00,0.0,9638.781,85.246284,18.382626,22.490883,29.470417,188.42606,27.41252,45.415726,21.401945,24.672295,722.6485,578.9402,14.507613,89.33707,8.373236,3.6119707,25.751423,47.12709,14.214011,407.37534,6.0676017,336.0512,70.05745,0.7660569,4.028557,113.73991,35.533333,174.08658,160.3892,9329.53,0.71423566,1784.8508,1.7381489,1.1504824,0.5980479,4.768653,204.49161,274.62106,36.254925,331.8948,27.68273,11.610413,772.2969,5.015895,85.262665,85.00765,464.6128,47.72395,374.24832,23.497044,90.31614,0.0,4698.7905,14070.926,25.21601,151.11694,141.15005,39228.8,192.04147,18.188646,58.65613,106.98545,97.960106,37.131897,53.403473,827.36285,137.08255,44.400898,13.7286,17.231726,1132.404,48.76213,486.4428,83.31959,2220.59,139.53314,187.28513,168.74211,99.2717,10.877465,18.526667,46.610737,7.4579473,8.578532,58.082733,69.61975,94.386925,18.618778,19.641396,221.24808,10.593067,3691.6025,70.07755,91.08646,85.51779,73.01842,245.72153,119.36921,92.041664,25.991196,28.871635,62.474403,333.25037,231.44696,107.450935,385.85825,65.74193,80.4546,238.90918,238.21426,1088.044,211.23601,4.9793854,16.287813,8.673992,118.343506,15914.042,7.9205003,19.95488,31.850554,36.780167,412.33347,83.92306,135.88605,5.134415,219.44583,486.83517,283.1913,97.5083,355.25113,40.46347,65.465355,329.03363,18.202293,2.7259796,14.945937,1807.792,0.347492,1.0125874,80.7115,10.962619,5.3136344,11.760509,19.96047,212.27354,71.91839,136.80215,1077.8143,205.67046,2064.0469,1878.7826,19.006248,26.196009,16121.012,9.122649,60.434723,412.0103,99.705,178.7277,71.51017,397.73,1197.6504,334.96555,10.869792,81.745834,809.21606,2206.7812,40.117123,598.2194,55.9126,0.94096434,55.801342,0.95773417,0.4591395,2.0384364,32.404037,118.406364,295.71973,11.439611,3372.6448,198.13646,62.611805,72.535934,20.217798,90.42864,18.726458,2.2327917,32.797916,142.9577,19.920202,11.230124,14.395614,26.320105,14.29369,9.52618,42.527237,967.7393,134.35417,2868.6306,39.157906,3851.3494,70.191,516.5916,1921.2488,54.01623,12.733902,2048.7898,2768.2615,6913.7383,333.2605 +2023-06-02 10:00:00,0.0,9648.633,85.35383,18.384502,22.510393,29.459167,188.40276,27.40845,45.398952,21.399538,24.669786,722.44916,578.8279,14.501532,89.39759,8.384186,3.608937,25.747362,47.09219,14.19518,407.28784,6.0593314,336.01187,70.02768,0.76543856,4.026681,113.731514,35.51453,173.94104,160.35472,9341.25,0.714148,1784.4391,1.7372559,1.1497986,0.5977194,4.764934,204.42679,274.53348,36.244473,331.71735,27.676903,11.641973,773.21094,5.0143137,85.380714,85.07173,464.42947,47.862633,374.25693,23.49081,90.67004,0.0,4695.8877,14072.935,25.211548,151.42352,141.12878,39237.03,191.95392,18.189463,58.777023,107.23232,97.88628,37.101734,53.63287,829.21454,137.39566,44.522873,13.731309,17.224,1131.4238,48.774593,488.26593,83.40806,2220.4768,139.72218,187.52368,168.6396,99.63285,10.87373,18.520231,46.5864,7.4534664,8.571728,58.09002,69.596664,94.34613,18.613405,19.647345,221.3577,10.589571,3690.492,70.15005,91.02847,85.594376,73.08839,245.67268,119.414955,92.02778,26.00225,28.898796,62.563377,333.22983,232.3196,107.51688,386.0191,65.78925,80.483795,239.00786,238.2791,1087.8414,211.4353,4.9775486,16.288958,8.676408,118.23211,15913.63,7.916445,19.94401,31.835924,36.803356,412.59613,83.940926,135.99615,5.1316533,219.49722,486.95776,283.3214,97.54682,355.22244,40.446205,65.464516,328.95093,18.19564,2.7247238,14.942156,1808.299,0.3472342,1.0119083,80.67773,10.954126,5.311577,11.752522,19.947447,212.17876,71.887886,136.77634,1077.3854,205.67424,2063.7825,1878.5829,18.997665,26.193867,16115.957,9.12195,60.431484,412.21594,99.69833,178.6793,71.500114,397.6289,1197.2853,335.05664,10.872123,81.73611,809.5563,2206.3254,40.11561,598.1352,55.88521,0.9411195,55.807022,0.95796716,0.45944312,2.0398712,32.401127,118.39771,295.70078,11.448185,3372.8843,198.23404,62.66065,72.64687,20.299723,90.43785,18.781805,2.2341387,32.890278,143.59174,20.126183,11.353161,14.484622,26.314653,14.356269,9.613842,42.537785,967.6245,134.4075,2870.398,39.156155,3851.2202,70.203995,516.4759,1922.1079,54.05012,12.729,2048.212,2766.7356,6911.687,332.98758 +2023-06-02 11:00:00,0.0,9658.485,85.46137,18.386377,22.529902,29.447918,188.37946,27.40438,45.38218,21.397133,24.66728,722.2499,578.7156,14.495449,89.45811,8.395135,3.6059034,25.743301,47.057293,14.176348,407.20035,6.051061,335.97256,69.9979,0.7648202,4.024805,113.72312,35.495728,173.79552,160.32024,9352.97,0.7140603,1784.0273,1.7363629,1.1491147,0.59739083,4.7612147,204.36197,274.44592,36.234024,331.53992,27.671076,11.673533,774.125,5.0127325,85.49876,85.1358,464.24615,48.001316,374.26556,23.484575,91.02393,0.0,4692.9844,14074.944,25.207088,151.73009,141.10751,39245.258,191.86635,18.19028,58.89792,107.4792,97.812454,37.07157,53.862267,831.0662,137.70877,44.644848,13.734017,17.216274,1130.4436,48.787056,490.08905,83.49653,2220.3633,139.91121,187.76225,168.5371,99.99401,10.869995,18.513796,46.56206,7.448985,8.564923,58.0973,69.57358,94.30533,18.608032,19.653294,221.4673,10.586074,3689.3813,70.22255,90.97049,85.67096,73.158356,245.62384,119.4607,92.013885,26.013304,28.925959,62.65235,333.2093,233.19223,107.58282,386.17993,65.836586,80.51299,239.10655,238.34392,1087.6389,211.6346,4.975712,16.290104,8.6788225,118.12071,15913.219,7.9123893,19.933142,31.821295,36.82655,412.85883,83.9588,136.10625,5.1288915,219.54861,487.08035,283.4515,97.58534,355.19373,40.428936,65.46367,328.8682,18.188988,2.7234683,14.9383745,1808.8058,0.34697637,1.0112292,80.64396,10.945635,5.3095193,11.744537,19.934425,212.08397,71.85738,136.75052,1076.9564,205.67802,2063.5183,1878.383,18.989084,26.191727,16110.902,9.12125,60.42824,412.42157,99.69167,178.6309,71.49006,397.5278,1196.9202,335.14777,10.8744545,81.72639,809.8965,2205.8694,40.11409,598.0509,55.85781,0.9412746,55.812702,0.95820016,0.45974675,2.0413058,32.39822,118.38905,295.68182,11.456759,3373.124,198.3316,62.70949,72.75781,20.381647,90.44705,18.837152,2.235486,32.98264,144.22577,20.332163,11.476197,14.57363,26.309202,14.418849,9.701505,42.54833,967.50977,134.46083,2872.1653,39.1544,3851.091,70.216995,516.3601,1922.967,54.08401,12.724099,2047.634,2765.2097,6909.6357,332.71466 +2023-06-02 12:00:00,0.0,9668.337,85.56892,18.388254,22.549412,29.436666,188.35616,27.40031,45.36541,21.394726,24.664772,722.05054,578.6033,14.489367,89.51862,8.406084,3.6028697,25.73924,47.022392,14.1575165,407.11285,6.0427914,335.93323,69.96813,0.76420194,4.0229297,113.71473,35.476925,173.65,160.28575,9364.688,0.7139726,1783.6156,1.7354699,1.1484308,0.59706235,4.757496,204.29715,274.35834,36.22357,331.3625,27.66525,11.705093,775.03906,5.011152,85.616806,85.199875,464.06287,48.14,374.2742,23.47834,91.37783,0.0,4690.081,14076.953,25.202627,152.03667,141.08624,39253.49,191.7788,18.191097,59.01881,107.726074,97.73863,37.04141,54.091667,832.9179,138.02188,44.76682,13.736727,17.20855,1129.4635,48.79952,491.91214,83.585,2220.25,140.10025,188.00082,168.43459,100.35517,10.86626,18.50736,46.537727,7.4445043,8.558119,58.104588,69.55049,94.26453,18.602661,19.659245,221.5769,10.582577,3688.2708,70.295044,90.9125,85.74754,73.22833,245.575,119.50645,92.0,26.024357,28.95312,62.741325,333.18872,234.06487,107.64875,386.34076,65.88392,80.54219,239.20525,238.40875,1087.4364,211.8339,4.973875,16.29125,8.681238,118.009315,15912.807,7.908334,19.922272,31.806665,36.849743,413.1215,83.97667,136.21635,5.1261296,219.6,487.2029,283.5816,97.62387,355.16504,40.411667,65.46282,328.78546,18.182333,2.7222128,14.934593,1809.3127,0.34671855,1.01055,80.61018,10.937142,5.3074613,11.736552,19.921402,211.9892,71.82688,136.7247,1076.5273,205.68182,2063.254,1878.1833,18.980501,26.189585,16105.848,9.120551,60.425003,412.62717,99.685005,178.5825,71.479996,397.42667,1196.555,335.23886,10.876785,81.71667,810.2367,2205.4133,40.11257,597.9667,55.830414,0.94142973,55.818382,0.9584331,0.46005034,2.0427403,32.395313,118.3804,295.66284,11.465333,3373.3638,198.42917,62.75833,72.86875,20.463572,90.45625,18.8925,2.2368333,33.075,144.8598,20.538143,11.599234,14.662639,26.30375,14.481428,9.789166,42.558876,967.395,134.51418,2873.9324,39.15265,3850.962,70.22999,516.2444,1923.8262,54.117897,12.719197,2047.0563,2763.6838,6907.5845,332.44174 +2023-06-02 13:00:00,0.0,9678.189,85.67646,18.390131,22.568922,29.425417,188.33286,27.396242,45.34864,21.392319,24.662266,721.8512,578.4909,14.483284,89.57914,8.417034,3.599836,25.73518,46.98749,14.138685,407.0254,6.034521,335.8939,69.938354,0.7635836,4.021054,113.70634,35.45812,173.50447,160.25127,9376.408,0.71388495,1783.2039,1.734577,1.147747,0.5967338,4.753777,204.23233,274.27075,36.21312,331.18506,27.659424,11.736654,775.9531,5.0095706,85.73485,85.26395,463.87958,48.278687,374.2828,23.472105,91.73173,0.0,4687.1777,14078.962,25.198168,152.34325,141.06497,39261.72,191.69122,18.191916,59.1397,107.97294,97.66481,37.011246,54.321064,834.7696,138.33498,44.888794,13.739435,17.200823,1128.4833,48.81198,493.73526,83.67348,2220.1365,140.28928,188.23938,168.33208,100.716324,10.862525,18.500925,46.51339,7.4400234,8.551314,58.11187,69.527405,94.223724,18.597288,19.665194,221.68652,10.579081,3687.1604,70.36754,90.854515,85.82412,73.2983,245.52615,119.55219,91.986115,26.03541,28.980282,62.8303,333.16818,234.9375,107.71469,386.50162,65.93125,80.57139,239.30392,238.47357,1087.2339,212.03319,4.9720383,16.292397,8.683654,117.89792,15912.3955,7.9042783,19.911402,31.792036,36.872932,413.38416,83.99454,136.32646,5.123368,219.65138,487.3255,283.7117,97.66239,355.13632,40.394398,65.46198,328.70273,18.17568,2.7209573,14.930811,1809.8197,0.34646073,1.0098708,80.576416,10.928651,5.3054037,11.728566,19.90838,211.89441,71.79637,136.69888,1076.0984,205.68561,2062.9895,1877.9835,18.971918,26.187443,16100.793,9.119851,60.42176,412.8328,99.67834,178.53409,71.46994,397.32556,1196.19,335.33,10.879117,81.70694,810.5769,2204.9573,40.111053,597.8824,55.80302,0.9415849,55.824062,0.9586661,0.46035397,2.0441751,32.392403,118.37174,295.6439,11.473907,3373.6033,198.52673,62.807175,72.97969,20.545496,90.465454,18.947847,2.2381804,33.167362,145.49384,20.744123,11.72227,14.751647,26.298298,14.544007,9.876828,42.569424,967.2802,134.5675,2875.6997,39.150898,3850.8325,70.24299,516.1286,1924.6854,54.151787,12.714296,2046.4784,2762.158,6905.533,332.16882 +2023-06-02 14:00:00,0.0,9688.041,85.784004,18.392006,22.588432,29.414167,188.30956,27.392172,45.331867,21.389914,24.659758,721.65186,578.3786,14.477201,89.639656,8.427983,3.5968025,25.731121,46.95259,14.119853,406.9379,6.026251,335.85458,69.908585,0.76296526,4.0191784,113.697945,35.439316,173.35895,160.21678,9388.128,0.7137973,1782.7922,1.733684,1.1470631,0.5964053,4.7500577,204.1675,274.18317,36.202667,331.00763,27.653597,11.768215,776.86725,5.0079894,85.8529,85.32802,463.6963,48.41737,374.29144,23.46587,92.085625,0.0,4684.2744,14080.971,25.193707,152.64981,141.0437,39269.945,191.60367,18.192732,59.260597,108.21981,97.59099,36.981083,54.55046,836.6213,138.64809,45.01077,13.742145,17.193096,1127.503,48.824444,495.55838,83.76195,2220.0232,140.47832,188.47795,168.22955,101.077484,10.858789,18.49449,46.489056,7.435542,8.54451,58.119156,69.50432,94.18293,18.591915,19.671143,221.79613,10.575583,3686.0498,70.44004,90.796524,85.9007,73.36827,245.47731,119.59794,91.97222,26.046465,29.007442,62.919277,333.14764,235.81013,107.780624,386.66245,65.97858,80.600586,239.40262,238.5384,1087.0314,212.23248,4.9702015,16.293541,8.686069,117.78652,15911.984,7.900223,19.900532,31.777407,36.896126,413.64685,84.01241,136.43655,5.120606,219.70277,487.4481,283.8418,97.70091,355.10764,40.37713,65.461136,328.62,18.169027,2.7197015,14.92703,1810.3265,0.3462029,1.0091916,80.54265,10.920158,5.303346,11.720581,19.895357,211.79962,71.76587,136.67307,1075.6694,205.68939,2062.7253,1877.7838,18.963335,26.185303,16095.738,9.119152,60.418518,413.03842,99.67167,178.48569,71.45988,397.22446,1195.8248,335.42108,10.881449,81.69722,810.9171,2204.5015,40.10954,597.79816,55.775623,0.94174004,55.829746,0.9588991,0.4606576,2.0456097,32.389496,118.36309,295.62494,11.482482,3373.843,198.62431,62.856018,73.09062,20.62742,90.474655,19.003195,2.2395277,33.259724,146.12787,20.950104,11.845306,14.840655,26.292847,14.606586,9.964491,42.579967,967.16547,134.62083,2877.467,39.149143,3850.7034,70.25599,516.0129,1925.5446,54.185677,12.709394,2045.9005,2760.632,6903.482,331.8959 +2023-06-02 15:00:00,0.0,9697.894,85.891556,18.393883,22.607943,29.402918,188.28625,27.388103,45.315094,21.387506,24.657251,721.4525,578.2663,14.471119,89.70017,8.438932,3.5937688,25.72706,46.917694,14.101022,406.8504,6.0179806,335.81525,69.87881,0.7623469,4.0173025,113.68955,35.420513,173.21342,160.1823,9399.847,0.7137096,1782.3805,1.7327911,1.1463792,0.5960768,4.746339,204.10268,274.0956,36.19222,330.8302,27.64777,11.799775,777.7813,5.0064087,85.97094,85.39209,463.513,48.556053,374.30008,23.459635,92.43952,0.0,4681.371,14082.9795,25.189245,152.95639,141.02243,39278.176,191.5161,18.19355,59.38149,108.46668,97.51716,36.95092,54.77986,838.47296,138.9612,45.13274,13.744853,17.185371,1126.523,48.836906,497.3815,83.85042,2219.9097,140.66736,188.7165,168.12704,101.43864,10.855055,18.488054,46.464718,7.4310613,8.537705,58.126442,69.48123,94.14213,18.586542,19.677092,221.90573,10.572086,3684.9392,70.512535,90.73854,85.97729,73.43824,245.42847,119.64369,91.958336,26.057518,29.034605,63.00825,333.1271,236.68277,107.846565,386.8233,66.02591,80.62979,239.5013,238.60323,1086.8289,212.43178,4.9683647,16.294687,8.688484,117.675125,15911.572,7.896167,19.889664,31.762777,36.91932,413.90952,84.03028,136.54666,5.117844,219.75417,487.57065,283.97186,97.73943,355.07892,40.35986,65.46029,328.5373,18.162374,2.718446,14.923248,1810.8335,0.3459451,1.0085125,80.50887,10.911667,5.3012886,11.712595,19.882336,211.70485,71.73537,136.64725,1075.2405,205.69318,2062.461,1877.584,18.954754,26.18316,16090.684,9.118452,60.41528,413.24402,99.665,178.43729,71.44982,397.12335,1195.4597,335.5122,10.88378,81.6875,811.2573,2204.0454,40.10802,597.71387,55.74823,0.9418952,55.835426,0.959132,0.4609612,2.0470445,32.38659,118.35443,295.606,11.4910555,3374.0828,198.72188,62.90486,73.20156,20.709345,90.48386,19.058542,2.240875,33.352085,146.7619,21.156084,11.968343,14.929665,26.287395,14.669167,10.052153,42.590515,967.0507,134.67418,2879.2344,39.147392,3850.5742,70.26898,515.8971,1926.4037,54.219563,12.7044935,2045.3228,2759.1062,6901.4307,331.623 +2023-06-02 16:00:00,0.0,9707.745,85.9991,18.39576,22.62745,29.391666,188.26295,27.384033,45.298325,21.385101,24.654743,721.25323,578.154,14.465036,89.76069,8.4498825,3.5907352,25.723,46.882793,14.0821905,406.7629,6.0097103,335.77594,69.84903,0.76172864,4.0154266,113.68116,35.40171,173.0679,160.14781,9411.566,0.71362185,1781.9688,1.7318981,1.1456954,0.59574825,4.74262,204.03786,274.00803,36.181767,330.65277,27.641945,11.831336,778.6954,5.0048275,86.08899,85.45616,463.3297,48.694736,374.3087,23.453402,92.79342,0.0,4678.4683,14084.988,25.184786,153.26297,141.00117,39286.406,191.42854,18.194366,59.50238,108.713554,97.44334,36.920757,55.00926,840.32465,139.2743,45.254715,13.747562,17.177645,1125.5427,48.849373,499.20462,83.93889,2219.7961,140.85638,188.95508,168.02454,101.7998,10.851319,18.481619,46.440384,7.42658,8.530901,58.133724,69.458145,94.101326,18.58117,19.683043,222.01535,10.56859,3683.8286,70.58504,90.68056,86.05386,73.50822,245.37962,119.68944,91.94444,26.068571,29.061766,63.097225,333.10657,237.5554,107.9125,386.98413,66.07324,80.65899,239.59999,238.66806,1086.6263,212.63107,4.966528,16.295834,8.6909,117.56373,15911.161,7.8921113,19.878794,31.748146,36.94251,414.17218,84.04815,136.65677,5.1150823,219.80556,487.69324,284.10196,97.777954,355.05023,40.34259,65.45945,328.45456,18.15572,2.7171905,14.919467,1811.3403,0.34568727,1.0078332,80.475105,10.903174,5.2992306,11.70461,19.869312,211.61006,71.704865,136.62143,1074.8115,205.69698,2062.1965,1877.3843,18.94617,26.18102,16085.629,9.117753,60.412037,413.44965,99.65833,178.38889,71.439766,397.02225,1195.0946,335.6033,10.886111,81.67778,811.59753,2203.5894,40.106503,597.62964,55.720833,0.94205034,55.841106,0.959365,0.46126482,2.048479,32.383682,118.34578,295.58704,11.49963,3374.3223,198.81944,62.953705,73.3125,20.79127,90.49306,19.113888,2.242222,33.444443,147.39594,21.362064,12.091379,15.018673,26.281944,14.731746,10.139814,42.60106,966.9359,134.72751,2881.0017,39.14564,3850.445,70.28198,515.7814,1927.2628,54.253452,12.699592,2044.7449,2757.5803,6899.3794,331.35004 +2023-06-02 17:00:00,0.0,9717.598,86.10664,18.397635,22.646961,29.380417,188.23965,27.379965,45.281555,21.382694,24.652237,721.0539,578.0417,14.458955,89.821205,8.460832,3.5877016,25.718939,46.847893,14.063359,406.6754,6.0014405,335.7366,69.81926,0.7611103,4.013551,113.67277,35.382908,172.92238,160.11333,9423.286,0.7135342,1781.557,1.7310051,1.1450115,0.59541976,4.7389007,203.97304,273.92044,36.171314,330.47534,27.636118,11.862896,779.60944,5.0032463,86.20703,85.52024,463.14642,48.833424,374.31732,23.447166,93.147316,0.0,4675.565,14086.997,25.180325,153.56953,140.9799,39294.637,191.34097,18.195183,59.623276,108.96042,97.369514,36.890594,55.238655,842.17633,139.58742,45.37669,13.750271,17.16992,1124.5626,48.861835,501.02774,84.02737,2219.6829,141.04543,189.19366,167.92203,102.16095,10.847585,18.475185,46.416046,7.422099,8.5240965,58.14101,69.43507,94.060524,18.575798,19.688992,222.12495,10.565093,3682.7183,70.65753,90.62257,86.13045,73.578186,245.33078,119.73518,91.93056,26.079624,29.088928,63.1862,333.086,238.42804,107.97844,387.14496,66.120575,80.68819,239.69868,238.73288,1086.4237,212.83037,4.964691,16.29698,8.6933155,117.45233,15910.749,7.888056,19.867924,31.733517,36.965702,414.43484,84.066025,136.76686,5.1123204,219.85695,487.81583,284.23206,97.81648,355.0215,40.325325,65.4586,328.37183,18.149067,2.7159348,14.915686,1811.8473,0.34542945,1.0071541,80.44134,10.894682,5.297173,11.696624,19.85629,211.51529,71.67436,136.59561,1074.3824,205.70076,2061.9324,1877.1844,18.937588,26.178879,16080.574,9.117053,60.4088,413.65527,99.65167,178.34048,71.4297,396.9211,1194.7295,335.69443,10.888442,81.66805,811.9378,2203.1335,40.104984,597.54535,55.693436,0.9422055,55.846786,0.959598,0.46156844,2.0499136,32.38077,118.33712,295.56808,11.5082035,3374.562,198.91702,63.002544,73.42344,20.873196,90.50226,19.169235,2.2435694,33.536804,148.02997,21.568045,12.214416,15.107681,26.276493,14.794325,10.227477,42.611607,966.82117,134.78084,2882.7688,39.14389,3850.3157,70.294975,515.6656,1928.1221,54.28734,12.694691,2044.1671,2756.0544,6897.328,331.07712 +2023-06-02 18:00:00,0.0,9727.449,86.21419,18.399511,22.666471,29.369167,188.21635,27.375895,45.264782,21.38029,24.64973,720.85455,577.9294,14.452872,89.88173,8.471781,3.5846682,25.714878,46.812992,14.044527,406.58795,5.9931703,335.69727,69.78948,0.76049197,4.0116754,113.664375,35.3641,172.77686,160.07883,9435.006,0.7134465,1781.1453,1.7301121,1.1443276,0.5950912,4.735182,203.9082,273.83286,36.160862,330.2979,27.630291,11.894457,780.52356,5.001665,86.32508,85.58431,462.9631,48.972107,374.32596,23.440931,93.50121,0.0,4672.6616,14089.006,25.175865,153.87611,140.95863,39302.863,191.25342,18.196001,59.744167,109.20729,97.29569,36.86043,55.468056,844.028,139.90053,45.498665,13.75298,17.162193,1123.5824,48.8743,502.85086,84.11584,2219.5693,141.23445,189.43222,167.81952,102.52211,10.843849,18.46875,46.391712,7.417618,8.517292,58.148293,69.41197,94.01973,18.570425,19.69494,222.23456,10.561596,3681.6077,70.73003,90.56458,86.20703,73.648155,245.28194,119.78093,91.916664,26.09068,29.11609,63.275173,333.06546,239.30067,108.04438,387.30582,66.1679,80.717384,239.79736,238.7977,1086.2212,213.02966,4.962854,16.298124,8.69573,117.340935,15910.338,7.8840003,19.857054,31.718887,36.988895,414.69754,84.08389,136.87697,5.1095586,219.90834,487.9384,284.36215,97.855,354.99283,40.308056,65.457756,328.2891,18.142414,2.7146792,14.911903,1812.3542,0.34517163,1.006475,80.40756,10.88619,5.2951155,11.688639,19.843267,211.4205,71.64386,136.5698,1073.9535,205.70454,2061.668,1876.9847,18.929005,26.176737,16075.52,9.116354,60.405556,413.86087,99.645004,178.29208,71.41965,396.82,1194.3644,335.78555,10.890774,81.65833,812.278,2202.6775,40.10347,597.4611,55.666042,0.9423606,55.852467,0.959831,0.46187207,2.0513484,32.377865,118.32847,295.54913,11.516778,3374.8018,199.01459,63.051388,73.53438,20.95512,90.51146,19.224583,2.2449167,33.629166,148.664,21.774023,12.337452,15.19669,26.271042,14.856904,10.315139,42.622154,966.70636,134.83417,2884.5361,39.142136,3850.1865,70.307976,515.54987,1928.9812,54.321228,12.689789,2043.5892,2754.5283,6895.2773,330.8042 +2023-06-02 19:00:00,0.0,9737.302,86.32173,18.401388,22.685982,29.357918,188.19305,27.371826,45.24801,21.377882,24.647223,720.6552,577.8171,14.44679,89.942245,8.482731,3.5816345,25.71082,46.778095,14.025696,406.50046,5.9849,335.65796,69.75971,0.7598736,4.0097995,113.65598,35.3453,172.63132,160.04434,9446.725,0.7133588,1780.7336,1.7292191,1.1436439,0.59476274,4.731463,203.84338,273.7453,36.150414,330.12048,27.624466,11.926017,781.4376,5.0000844,86.44312,85.648384,462.7798,49.11079,374.33456,23.434696,93.85511,0.0,4669.7583,14091.016,25.171404,154.18268,140.93736,39311.094,191.16585,18.196817,59.86506,109.45417,97.22186,36.83027,55.697453,845.8797,140.21362,45.620636,13.755689,17.154469,1122.6022,48.88676,504.67395,84.20431,2219.456,141.4235,189.67079,167.717,102.88326,10.840115,18.462315,46.367374,7.413137,8.510488,58.15558,69.388885,93.97893,18.565052,19.700891,222.34418,10.5581,3680.497,70.80253,90.5066,86.283615,73.718124,245.2331,119.826675,91.90278,26.101732,29.143251,63.36415,333.04492,240.17331,108.11031,387.46664,66.21523,80.74658,239.89606,238.86253,1086.0187,213.22896,4.961017,16.29927,8.698146,117.22953,15909.926,7.879945,19.846186,31.704258,37.012085,414.9602,84.10176,136.98708,5.1067967,219.95972,488.06097,284.49225,97.893524,354.9641,40.290787,65.45692,328.20636,18.135761,2.7134237,14.908122,1812.8611,0.3449138,1.0057958,80.373795,10.877698,5.2930574,11.680653,19.830246,211.32571,71.61335,136.54398,1073.5245,205.70833,2061.4036,1876.7849,18.920424,26.174597,16070.465,9.115654,60.402317,414.0665,99.638336,178.24368,71.409584,396.7189,1193.9993,335.87665,10.8931055,81.64861,812.6182,2202.2214,40.10195,597.37683,55.638645,0.94251573,55.858147,0.96006393,0.46217567,2.052783,32.374958,118.31981,295.53018,11.525352,3375.0415,199.11215,63.10023,73.64531,21.037045,90.52066,19.27993,2.2462637,33.721527,149.29803,21.980003,12.460488,15.285698,26.26559,14.919483,10.402801,42.632698,966.5916,134.88751,2886.3035,39.140385,3850.0574,70.32097,515.4341,1929.8403,54.355118,12.684888,2043.0115,2753.0024,6893.226,330.53128 +2023-06-02 20:00:00,0.0,9747.153,86.429276,18.403263,22.70549,29.346666,188.16975,27.367756,45.23124,21.375475,24.644716,720.4559,577.7048,14.440707,90.00276,8.49368,3.578601,25.706758,46.743195,14.006865,406.41296,5.9766297,335.61862,69.729935,0.75925535,4.007924,113.64759,35.326496,172.4858,160.00986,9458.444,0.71327114,1780.3219,1.7283261,1.14296,0.5944342,4.727744,203.77856,273.6577,36.13996,329.94305,27.618639,11.957578,782.3517,4.998503,86.56117,85.712456,462.5965,49.249474,374.3432,23.428461,94.20901,0.0,4666.8555,14093.024,25.166945,154.48926,140.91609,39319.324,191.0783,18.197636,59.985954,109.70104,97.14804,36.800106,55.92685,847.7314,140.52673,45.74261,13.758398,17.146742,1121.6221,48.899223,506.49707,84.29278,2219.3425,141.61252,189.90935,167.61449,103.24442,10.836379,18.45588,46.343037,7.4086556,8.503683,58.16286,69.36581,93.938126,18.559679,19.70684,222.45378,10.554603,3679.3865,70.87502,90.44861,86.36019,73.7881,245.18425,119.87243,91.888885,26.112785,29.170414,63.453125,333.02438,241.04594,108.176254,387.6275,66.262566,80.77578,239.99474,238.92735,1085.8162,213.42825,4.9591804,16.300417,8.700562,117.11813,15909.515,7.8758893,19.835316,31.689629,37.03528,415.22287,84.11963,137.09717,5.104035,220.01111,488.18356,284.62234,97.932045,354.93542,40.273518,65.45607,328.12363,18.129107,2.7121682,14.904341,1813.368,0.344656,1.0051166,80.34002,10.869206,5.291,11.6726675,19.817223,211.23094,71.58285,136.51816,1073.0955,205.71213,2061.1394,1876.5852,18.91184,26.172455,16065.41,9.114955,60.399075,414.27213,99.63167,178.19528,71.39953,396.6178,1193.6342,335.96777,10.895436,81.638885,812.95844,2201.7654,40.100433,597.2926,55.611248,0.9426709,55.86383,0.9602969,0.4624793,2.0542176,32.372047,118.31116,295.51123,11.533926,3375.281,199.20973,63.149075,73.75625,21.118969,90.52986,19.335278,2.247611,33.81389,149.93207,22.185984,12.583526,15.374707,26.26014,14.982063,10.490463,42.643246,966.47687,134.94084,2888.0708,39.138634,3849.9282,70.33397,515.31836,1930.6995,54.389004,12.679986,2042.4336,2751.4766,6891.175,330.25836 +2023-06-02 21:00:00,0.0,9757.006,86.53682,18.40514,22.725,29.335417,188.14645,27.363688,45.21447,21.37307,24.642208,720.2566,577.59247,14.434625,90.06328,8.504629,3.5755672,25.702698,46.708294,13.988032,406.32547,5.96836,335.57928,69.700165,0.758637,4.006048,113.63919,35.307693,172.34027,159.97537,9470.164,0.71318346,1779.9102,1.7274332,1.142276,0.59410566,4.724025,203.71375,273.57013,36.12951,329.76562,27.612812,11.989138,783.26575,4.996922,86.679214,85.77653,462.4132,49.38816,374.3518,23.422226,94.562904,0.0,4663.952,14095.033,25.162483,154.79584,140.89482,39327.555,190.99072,18.198452,60.106846,109.94791,97.07422,36.769943,56.15625,849.58307,140.83984,45.864586,13.7611065,17.139015,1120.6418,48.911686,508.3202,84.38125,2219.229,141.80156,190.14792,167.51198,103.605576,10.832644,18.449444,46.318703,7.404175,8.49688,58.170147,69.34272,93.89732,18.554308,19.71279,222.56339,10.5511055,3678.2761,70.947525,90.390625,86.436775,73.85807,245.1354,119.918175,91.875,26.123838,29.197575,63.5421,333.0038,241.91858,108.24219,387.78833,66.3099,80.80498,240.09343,238.99219,1085.6136,213.62755,4.9573436,16.301563,8.702976,117.00674,15909.104,7.871834,19.824446,31.675,37.05847,415.48557,84.137505,137.20728,5.101273,220.0625,488.30612,284.75244,97.97057,354.9067,40.25625,65.45522,328.04092,18.122454,2.7109125,14.900559,1813.875,0.34439817,1.0044374,80.30625,10.860714,5.2889423,11.664681,19.804201,211.13615,71.552345,136.49236,1072.6665,205.71591,2060.875,1876.3854,18.903257,26.170315,16060.355,9.114256,60.395836,414.47772,99.625,178.14687,71.38947,396.5167,1193.269,336.05887,10.897768,81.629166,813.29865,2201.3096,40.098915,597.2083,55.583855,0.94282603,55.86951,0.9605299,0.46278292,2.0556524,32.36914,118.3025,295.49228,11.5425005,3375.5208,199.3073,63.197918,73.86719,21.200893,90.53906,19.390625,2.2489583,33.90625,150.5661,22.391964,12.706562,15.463716,26.254688,15.044642,10.578125,42.65379,966.36206,134.99417,2889.8381,39.13688,3849.7988,70.34697,515.2026,1931.5587,54.422894,12.675085,2041.8558,2749.9507,6889.1235,329.98544 +2023-06-02 22:00:00,0.0,9766.857,86.64437,18.407015,22.74451,29.324167,188.12315,27.359617,45.197697,21.370663,24.639702,720.05725,577.48016,14.428542,90.123795,8.515579,3.5725336,25.698637,46.673393,13.969201,406.23798,5.9600897,335.53998,69.67039,0.7580187,4.004173,113.6308,35.28889,172.19475,159.94089,9481.883,0.7130958,1779.4984,1.7265402,1.1415923,0.5937772,4.720306,203.64891,273.48254,36.11906,329.5882,27.606985,12.020699,784.1798,4.995341,86.797264,85.8406,462.22992,49.526844,374.36044,23.415993,94.9168,0.0,4661.049,14097.042,25.158024,155.1024,140.87355,39335.78,190.90317,18.19927,60.227737,110.19478,97.0004,36.73978,56.385647,851.43475,141.15295,45.98656,13.763816,17.13129,1119.6616,48.92415,510.1433,84.46973,2219.1157,141.9906,190.38647,167.40947,103.966736,10.828909,18.443008,46.294365,7.399694,8.490075,58.17743,69.31963,93.85652,18.548935,19.71874,222.673,10.547609,3677.1655,71.02002,90.33264,86.51336,73.92804,245.08656,119.96392,91.861115,26.134893,29.224737,63.631073,332.98328,242.79121,108.30813,387.94916,66.35722,80.83418,240.19212,239.057,1085.4111,213.82684,4.955507,16.302708,8.705392,116.89534,15908.691,7.8677783,19.813578,31.66037,37.08166,415.74823,84.15537,137.31738,5.098511,220.11389,488.4287,284.88254,98.009094,354.87802,40.23898,65.454384,327.9582,18.1158,2.709657,14.896777,1814.3818,0.34414035,1.0037583,80.272484,10.852222,5.286885,11.656696,19.791178,211.04137,71.52184,136.46654,1072.2375,205.7197,2060.6108,1876.1857,18.894674,26.168173,16055.301,9.113556,60.392593,414.68335,99.61834,178.09846,71.37941,396.41556,1192.9039,336.15,10.900099,81.619446,813.63885,2200.8535,40.097397,597.1241,55.556458,0.9429812,55.87519,0.96076286,0.46308655,2.057087,32.366234,118.293846,295.47333,11.551074,3375.7605,199.40486,63.246758,73.97813,21.282818,90.54826,19.445972,2.2503054,33.99861,151.20013,22.597944,12.829598,15.552724,26.249237,15.107222,10.665787,42.664337,966.2473,135.0475,2891.6052,39.135128,3849.6697,70.35996,515.08685,1932.4178,54.456783,12.670184,2041.278,2748.4248,6887.0723,329.71252 +2023-06-02 23:00:00,0.0,9776.71,86.751915,18.408892,22.76402,29.312918,188.09987,27.355549,45.180923,21.368258,24.637194,719.8579,577.36786,14.42246,90.18431,8.526528,3.5695,25.694576,46.638496,13.95037,406.1505,5.9518194,335.50064,69.64061,0.7574004,4.002297,113.622406,35.270084,172.04922,159.9064,9493.603,0.7130081,1779.0867,1.7256472,1.1409084,0.59344864,4.716587,203.58409,273.395,36.10861,329.41077,27.60116,12.0522585,785.09393,4.99376,86.915306,85.90467,462.04663,49.665527,374.36908,23.409758,95.2707,0.0,4658.1455,14099.051,25.153563,155.40898,140.85228,39344.01,190.8156,18.200087,60.348633,110.44165,96.926575,36.709618,56.615044,853.28644,141.46606,46.108532,13.766524,17.123564,1118.6815,48.93661,511.96643,84.5582,2219.0022,142.17963,190.62505,167.30696,104.327896,10.825174,18.436573,46.27003,7.3952127,8.483271,58.184715,69.29655,93.81573,18.543562,19.72469,222.78261,10.544112,3676.055,71.092514,90.27465,86.589935,73.99801,245.03772,120.00967,91.84722,26.145947,29.251898,63.720047,332.96274,243.66385,108.37406,388.11002,66.40456,80.86338,240.2908,239.12184,1085.2086,214.02614,4.95367,16.303854,8.707808,116.78394,15908.28,7.8637223,19.802708,31.64574,37.104855,416.0109,84.17324,137.42747,5.0957494,220.16528,488.5513,285.01263,98.047615,354.8493,40.221714,65.45354,327.87546,18.109148,2.7084014,14.892996,1814.8888,0.34388253,1.0030792,80.23871,10.84373,5.2848268,11.648711,19.778156,210.9466,71.49134,136.44072,1071.8085,205.72348,2060.3464,1875.9858,18.886091,26.16603,16050.246,9.112857,60.389355,414.88898,99.61167,178.05006,71.369354,396.31445,1192.5388,336.2411,10.902431,81.60972,813.97906,2200.3975,40.095882,597.0398,55.52906,0.94313633,55.88087,0.96099585,0.46339014,2.0585217,32.363323,118.28519,295.45438,11.5596485,3376.0,199.50244,63.2956,74.089066,21.364742,90.557465,19.50132,2.2516527,34.090973,151.83417,22.803925,12.952635,15.641732,26.243784,15.169801,10.7534485,42.674885,966.13257,135.10085,2893.3726,39.133377,3849.5405,70.37296,514.97107,1933.277,54.49067,12.665282,2040.7002,2746.899,6885.021,329.43958 +2023-06-03 00:00:00,0.0,9786.562,86.85946,18.410769,22.78353,29.301666,188.07657,27.351479,45.164154,21.36585,24.634687,719.65857,577.25555,14.416377,90.24483,8.5374775,3.5664663,25.690516,46.603596,13.931538,406.06302,5.943549,335.46133,69.61084,0.75678205,4.000421,113.61401,35.25128,171.9037,159.87192,9505.322,0.7129204,1778.675,1.7247542,1.1402245,0.59312016,4.7128677,203.51927,273.3074,36.098156,329.23334,27.595333,12.083819,786.008,4.992179,87.033356,85.96874,461.86334,49.80421,374.3777,23.403522,95.624596,0.0,4655.242,14101.06,25.149103,155.71556,140.83101,39352.242,190.72804,18.200905,60.469524,110.68852,96.852745,36.679455,56.844444,855.1381,141.77916,46.230507,13.769234,17.115839,1117.7013,48.949074,513.78955,84.64667,2218.889,142.36867,190.86362,167.20444,104.68905,10.821439,18.430138,46.245693,7.390732,8.476466,58.192,69.27346,93.774925,18.538189,19.730639,222.89221,10.540616,3674.9443,71.165016,90.21667,86.66652,74.067986,244.98889,120.05541,91.833336,26.157,29.27906,63.80902,332.9422,244.53648,108.44,388.27084,66.45189,80.89258,240.3895,239.18666,1085.0061,214.22543,4.9518332,16.305,8.710222,116.67255,15907.868,7.859667,19.791838,31.63111,37.128048,416.2736,84.19112,137.53758,5.0929875,220.21666,488.67386,285.14273,98.086136,354.82062,40.204445,65.45269,327.79272,18.102493,2.707146,14.8892145,1815.3958,0.3436247,1.0023999,80.20494,10.8352375,5.282769,11.640725,19.765133,210.8518,71.46084,136.4149,1071.3795,205.72728,2060.082,1875.7861,18.87751,26.16389,16045.191,9.112157,60.386112,415.0946,99.605,178.00166,71.3593,396.21335,1192.1737,336.3322,10.904762,81.6,814.3193,2199.9414,40.094364,596.95557,55.501667,0.9432914,55.88655,0.96122885,0.46369377,2.0599563,32.360416,118.276535,295.43542,11.568222,3376.2397,199.6,63.344444,74.2,21.446667,90.566666,19.556665,2.253,34.183334,152.4682,23.009905,13.075671,15.730741,26.238333,15.232381,10.841111,42.68543,966.01776,135.15417,2895.14,39.131622,3849.4114,70.385956,514.85535,1934.1361,54.52456,12.660381,2040.1223,2745.373,6882.9697,329.16666 +2023-06-03 01:00:00,0.0,9796.414,86.967,18.412643,22.80304,29.290417,188.05327,27.34741,45.147385,21.363443,24.63218,719.4592,577.14325,14.4102955,90.30535,8.548428,3.5634327,25.686457,46.568695,13.912706,405.97552,5.935279,335.422,69.58106,0.7561637,3.9985456,113.60562,35.23248,171.75818,159.83743,9517.041,0.71283275,1778.2633,1.7238612,1.1395407,0.5927916,4.7091494,203.45445,273.21982,36.087704,329.0559,27.589506,12.115379,786.92206,4.9905977,87.1514,86.03282,461.68005,49.942894,374.38632,23.397287,95.97849,0.0,4652.339,14103.068,25.144642,156.02213,140.80974,39360.47,190.64047,18.201721,60.590416,110.935394,96.77892,36.649292,57.07384,856.9898,142.09227,46.35248,13.771942,17.108112,1116.7211,48.961536,515.6127,84.73514,2218.7754,142.5577,191.10217,167.10193,105.05021,10.817704,18.423702,46.22136,7.3862505,8.469662,58.199284,69.250374,93.73412,18.532818,19.73659,223.00182,10.537119,3673.834,71.23751,90.15868,86.7431,74.137955,244.94005,120.101166,91.81944,26.168053,29.306221,63.898,332.92166,245.40912,108.505936,388.4317,66.49922,80.921776,240.48817,239.2515,1084.8036,214.42473,4.9499965,16.306147,8.712638,116.56115,15907.457,7.8556113,19.780968,31.61648,37.151237,416.53625,84.208984,137.64769,5.0902257,220.26805,488.79645,285.27283,98.124664,354.7919,40.187176,65.45185,327.71,18.09584,2.7058902,14.885433,1815.9026,0.3433669,1.0017208,80.17117,10.826746,5.2807117,11.63274,19.752111,210.75703,71.430336,136.38908,1070.9506,205.73106,2059.8179,1875.5863,18.868927,26.161749,16040.137,9.111458,60.38287,415.3002,99.598335,177.95326,71.349236,396.11224,1191.8086,336.4233,10.907093,81.59028,814.6595,2199.4856,40.092846,596.8713,55.47427,0.9434466,55.89223,0.9614618,0.4639974,2.0613909,32.35751,118.267876,295.41647,11.576797,3376.4795,199.69757,63.393288,74.310936,21.528591,90.57587,19.612013,2.254347,34.275696,153.10223,23.215885,13.198708,15.819749,26.232882,15.29496,10.928773,42.695976,965.903,135.2075,2896.9072,39.12987,3849.2822,70.39896,514.73956,1934.9954,54.55845,12.655479,2039.5446,2743.8472,6880.9185,328.89374 +2023-06-03 02:00:00,0.0,9806.266,87.07455,18.41452,22.82255,29.279167,188.02997,27.34334,45.13061,21.361038,24.629673,719.25995,577.03094,14.404213,90.36587,8.559377,3.560399,25.682396,46.533794,13.893875,405.88803,5.927009,335.38266,69.55129,0.7555454,3.9966698,113.59723,35.213676,171.61266,159.80295,9528.761,0.7127451,1777.8516,1.7229682,1.1388568,0.5924631,4.70543,203.38963,273.13226,36.077255,328.87848,27.583681,12.14694,787.8361,4.989017,87.26945,86.09689,461.49673,50.08158,374.39496,23.391052,96.33239,0.0,4649.436,14105.077,25.140182,156.3287,140.78847,39368.7,190.55292,18.20254,60.71131,111.18227,96.7051,36.61913,57.303238,858.84155,142.40538,46.474453,13.774652,17.100386,1115.741,48.974,517.4358,84.823616,2218.6619,142.74673,191.34076,166.99942,105.41136,10.81397,18.417269,46.19702,7.3817697,8.462857,58.20657,69.22729,93.69332,18.527445,19.742538,223.11143,10.533622,3672.7234,71.31001,90.10069,86.81969,74.207924,244.8912,120.14691,91.80556,26.179108,29.333384,63.986973,332.9011,246.28175,108.57188,388.59253,66.54655,80.95097,240.58687,239.31631,1084.6011,214.62402,4.9481597,16.307291,8.715054,116.44975,15907.045,7.851556,19.7701,31.60185,37.17443,416.79892,84.22685,137.75778,5.087464,220.31944,488.91904,285.40292,98.163185,354.7632,40.169907,65.451004,327.6273,18.089188,2.7046347,14.881652,1816.4095,0.3431091,1.0010417,80.1374,10.8182535,5.2786536,11.624754,19.739088,210.66225,71.399826,136.36327,1070.5215,205.73485,2059.5535,1875.3866,18.860344,26.159609,16035.082,9.110758,60.37963,415.50583,99.59167,177.90486,71.33918,396.01114,1191.4435,336.51443,10.909425,81.58055,814.9997,2199.0295,40.091328,596.78705,55.446873,0.9436017,55.897915,0.9616948,0.46430102,2.0628257,32.3546,118.259224,295.39752,11.58537,3376.719,199.79514,63.44213,74.421875,21.610516,90.58507,19.66736,2.2556944,34.368057,153.73627,23.421865,13.321744,15.908758,26.22743,15.357539,11.016435,42.70652,965.7882,135.26083,2898.6746,39.12812,3849.1528,70.41195,514.62384,1935.8545,54.592335,12.6505785,2038.9667,2742.3213,6878.867,328.62082 +2023-06-03 03:00:00,0.0,9816.118,87.18209,18.416397,22.84206,29.267918,188.00667,27.339272,45.11384,21.358631,24.627167,719.0606,576.91864,14.39813,90.426384,8.570326,3.5573654,25.678335,46.498898,13.875044,405.80054,5.918739,335.34335,69.521515,0.7549271,3.9947941,113.58884,35.194874,171.46713,159.76845,9540.48,0.7126574,1777.4398,1.7220753,1.1381729,0.5921346,4.7017107,203.3248,273.04468,36.066803,328.70105,27.577854,12.1785,788.75024,4.987436,87.38749,86.160965,461.31342,50.220264,374.40356,23.384817,96.68629,0.0,4646.532,14107.087,25.135721,156.63528,140.76721,39376.93,190.46535,18.203356,60.832203,111.42914,96.63128,36.588966,57.53264,860.69324,142.71849,46.596428,13.77736,17.09266,1114.7607,48.98646,519.2589,84.91209,2218.5486,142.93578,191.57932,166.89691,105.77252,10.810234,18.410833,46.172688,7.3772883,8.456053,58.213852,69.20421,93.65253,18.522072,19.748487,223.22104,10.530126,3671.6128,71.38251,90.04271,86.89626,74.27789,244.84236,120.19266,91.791664,26.19016,29.360544,64.07594,332.88055,247.15439,108.63782,388.75336,66.59388,80.98017,240.68556,239.38115,1084.3986,214.82332,4.946323,16.308437,8.717468,116.338356,15906.634,7.8475003,19.75923,31.587221,37.197624,417.06158,84.24473,137.86789,5.084702,220.37083,489.0416,285.53302,98.201706,354.7345,40.152637,65.45016,327.54456,18.082535,2.7033792,14.87787,1816.9165,0.34285128,1.0003625,80.10363,10.809762,5.276596,11.616769,19.726067,210.56746,71.36932,136.33745,1070.0925,205.73863,2059.289,1875.1868,18.85176,26.157467,16030.027,9.110059,60.37639,415.71146,99.585,177.85646,71.32912,395.91,1191.0784,336.60553,10.911756,81.57083,815.3399,2198.5735,40.089813,596.70276,55.41948,0.9437569,55.903595,0.9619278,0.46460462,2.0642602,32.351692,118.250565,295.37857,11.593945,3376.9587,199.89272,63.49097,74.532814,21.69244,90.59427,19.722708,2.2570417,34.460415,154.3703,23.627846,13.44478,15.9977665,26.22198,15.420118,11.104097,42.717068,965.67346,135.31418,2900.4417,39.12637,3849.0237,70.42495,514.5081,1936.7136,54.626225,12.645677,2038.3888,2740.7954,6876.816,328.3479 +2023-06-03 04:00:00,0.0,9825.97,87.28964,18.418272,22.861568,29.256668,187.98337,27.335201,45.09707,21.356226,24.624659,718.86127,576.8063,14.392048,90.4869,8.581276,3.5543318,25.674274,46.463997,13.856212,405.71307,5.9104686,335.30402,69.491745,0.75430876,3.9929185,113.580444,35.176067,171.32161,159.73396,9552.2,0.7125697,1777.0281,1.7211823,1.1374891,0.59180605,4.6979923,203.25998,272.9571,36.05635,328.52362,27.572027,12.210061,789.6643,4.9858546,87.50554,86.22504,461.13016,50.358948,374.4122,23.378584,97.040184,0.0,4643.6294,14109.096,25.131262,156.94185,140.74594,39385.16,190.37779,18.204174,60.953094,111.67601,96.55745,36.558804,57.762035,862.5449,143.0316,46.718403,13.780069,17.084934,1113.7805,48.998924,521.082,85.00056,2218.435,143.1248,191.81789,166.7944,106.133675,10.8064995,18.404398,46.14835,7.3728075,8.449248,58.221138,69.18112,93.611725,18.516699,19.754438,223.33064,10.5266285,3670.5024,71.455,89.984726,86.97285,74.34786,244.79352,120.2384,91.77778,26.201214,29.387707,64.164925,332.86002,248.02702,108.70375,388.9142,66.64121,81.00937,240.78424,239.44597,1084.1959,215.02261,4.944486,16.309584,8.719884,116.22696,15906.223,7.843445,19.74836,31.572592,37.220814,417.32428,84.262596,137.978,5.08194,220.42223,489.16418,285.66312,98.24023,354.7058,40.13537,65.44932,327.46182,18.07588,2.7021234,14.874088,1817.4233,0.34259346,0.9996833,80.069855,10.80127,5.2745385,11.608783,19.713043,210.47269,71.33882,136.31163,1069.6636,205.74243,2059.025,1874.987,18.84318,26.155325,16024.973,9.109359,60.37315,415.91705,99.57834,177.80806,71.31906,395.8089,1190.7133,336.69666,10.914087,81.56111,815.6801,2198.1177,40.088295,596.6185,55.392082,0.943912,55.909275,0.9621607,0.46490824,2.0656948,32.348785,118.24191,295.35962,11.602519,3377.1985,199.99028,63.539814,74.64375,21.774364,90.60347,19.778055,2.2583888,34.552776,155.00433,23.833826,13.567817,16.086775,26.216528,15.4826975,11.191759,42.727615,965.5587,135.36751,2902.209,39.124615,3848.8945,70.43794,514.39233,1937.5728,54.660114,12.640776,2037.811,2739.2695,6874.7646,328.07498 +2023-06-03 05:00:00,0.0,9835.822,87.39719,18.420149,22.881079,29.245417,187.96007,27.331133,45.0803,21.353819,24.622152,718.6619,576.694,14.385965,90.54742,8.592225,3.5512981,25.670214,46.429096,13.83738,405.62558,5.9021983,335.2647,69.46197,0.7536904,3.9910429,113.57205,35.157265,171.17607,159.69948,9563.919,0.71248204,1776.6165,1.7202893,1.1368052,0.5914776,4.694273,203.19516,272.8695,36.045902,328.3462,27.566202,12.241621,790.57837,4.9842734,87.62358,86.28911,460.94687,50.49763,374.42084,23.372349,97.39408,0.0,4640.726,14111.1045,25.1268,157.24843,140.72467,39393.387,190.29024,18.20499,61.07399,111.92288,96.48363,36.52864,57.991432,864.3966,143.34471,46.840378,13.782778,17.07721,1112.8004,49.011387,522.9051,85.08903,2218.3218,143.31384,192.05646,166.6919,106.494835,10.802764,18.397963,46.124012,7.368326,8.442444,58.22842,69.158035,93.57092,18.511328,19.760387,223.44026,10.523131,3669.3918,71.527504,89.926735,87.04943,74.41784,244.74467,120.28415,91.763885,26.212267,29.414867,64.2539,332.83948,248.89966,108.76969,389.07504,66.688545,81.038574,240.88293,239.5108,1083.9934,215.22191,4.9426494,16.31073,8.7223,116.11556,15905.811,7.8393893,19.73749,31.557962,37.244007,417.58694,84.280464,138.08809,5.0791783,220.47362,489.28677,285.7932,98.278755,354.6771,40.118103,65.44847,327.3791,18.069227,2.700868,14.870307,1817.9303,0.34233564,0.9990041,80.03609,10.792778,5.2724805,11.600798,19.700022,210.3779,71.30832,136.28581,1069.2346,205.74622,2058.7605,1874.7872,18.834597,26.153185,16019.918,9.10866,60.369907,416.12268,99.57167,177.75964,71.309006,395.7078,1190.3481,336.78775,10.916419,81.55139,816.0203,2197.6616,40.086777,596.53424,55.364685,0.9440672,55.914955,0.9623937,0.46521187,2.0671296,32.34588,118.23325,295.34067,11.611093,3377.438,200.08784,63.588657,74.754684,21.85629,90.61267,19.833403,2.259736,34.645138,155.63837,24.039806,13.690853,16.175783,26.211077,15.545278,11.279421,42.73816,965.4439,135.42084,2903.9763,39.122864,3848.7654,70.45094,514.2766,1938.432,54.694,12.635874,2037.2332,2737.7437,6872.7134,327.80206 +2023-06-03 06:00:00,0.0,9845.674,87.50473,18.422026,22.900589,29.234167,187.93677,27.327063,45.063526,21.351414,24.619644,718.4626,576.58167,14.379883,90.60793,8.603175,3.5482645,25.666153,46.394196,13.818549,405.5381,5.893928,335.22537,69.43219,0.7530721,3.989167,113.56366,35.138462,171.03055,159.665,9575.639,0.71239436,1776.2047,1.7193964,1.1361213,0.59114903,4.690554,203.13034,272.78195,36.03545,328.16876,27.560375,12.273182,791.49243,4.9826927,87.74163,86.35318,460.76355,50.63632,374.42944,23.366114,97.74798,0.0,4637.8228,14113.113,25.122341,157.555,140.7034,39401.617,190.20267,18.205809,61.19488,112.169754,96.409805,36.498478,58.220833,866.2483,143.6578,46.96235,13.785487,17.069483,1111.8202,49.02385,524.7282,85.177505,2218.2083,143.50287,192.29501,166.58937,106.85599,10.799029,18.391527,46.099678,7.3638453,8.435639,58.235706,69.13495,93.53012,18.505955,19.766336,223.54987,10.519635,3668.2812,71.6,89.86875,87.12601,74.48781,244.69583,120.3299,91.75,26.223322,29.44203,64.34287,332.81894,249.7723,108.835625,389.2359,66.73587,81.06777,240.98161,239.57562,1083.7909,215.4212,4.9408126,16.311874,8.724714,116.004166,15905.399,7.835334,19.726622,31.543333,37.267197,417.8496,84.29834,138.1982,5.0764165,220.525,489.40936,285.92328,98.317276,354.6484,40.100834,65.44763,327.29636,18.062574,2.6996124,14.866526,1818.4371,0.34207782,0.998325,80.00232,10.784286,5.270423,11.592812,19.686998,210.28311,71.27782,136.26,1068.8057,205.75,2058.496,1874.5875,18.826014,26.151043,16014.863,9.10796,60.36667,416.3283,99.565,177.71124,71.29894,395.6067,1189.983,336.87888,10.91875,81.541664,816.36053,2197.2056,40.08526,596.45,55.33729,0.9442223,55.920635,0.9626267,0.46551546,2.0685642,32.342968,118.2246,295.32172,11.619667,3377.6777,200.18542,63.6375,74.86562,21.938215,90.62187,19.88875,2.2610834,34.7375,156.2724,24.245787,13.8138895,16.264791,26.205626,15.607857,11.367084,42.748707,965.32916,135.47418,2905.7437,39.121113,3848.636,70.46394,514.1608,1939.2911,54.72789,12.630973,2036.6554,2736.2178,6870.662,327.5291 +2023-06-03 07:00:00,0.0,9855.526,87.612274,18.4239,22.9201,29.222918,187.91347,27.322994,45.046753,21.349007,24.617138,718.26324,576.46936,14.3738,90.66845,8.614124,3.545231,25.662094,46.3593,13.799717,405.4506,5.8856583,335.18604,69.40242,0.7524538,3.9872913,113.55527,35.11966,170.88503,159.63051,9587.358,0.7123067,1775.793,1.7185034,1.1354374,0.59082055,4.6868353,203.0655,272.69437,36.024998,327.99133,27.554548,12.304742,792.40656,4.9811115,87.85967,86.41725,460.58026,50.775,374.43808,23.359879,98.10187,0.0,4634.92,14115.122,25.11788,157.86157,140.68213,39409.848,190.11511,18.206625,61.315773,112.416626,96.33598,36.468315,58.45023,868.1,143.97092,47.084324,13.788196,17.061756,1110.84,49.036312,526.55133,85.265976,2218.0947,143.69191,192.53358,166.48686,107.21715,10.795294,18.385092,46.07534,7.3593645,8.428835,58.24299,69.11186,93.48932,18.500582,19.772287,223.65947,10.516138,3667.1707,71.6725,89.81076,87.20259,74.55778,244.64699,120.37565,91.736115,26.234375,29.46919,64.43185,332.79837,250.64493,108.901566,389.39673,66.7832,81.09697,241.0803,239.64044,1083.5884,215.6205,4.938976,16.31302,8.72713,115.89277,15904.987,7.8312783,19.715752,31.528702,37.29039,418.1123,84.31621,138.3083,5.0736547,220.57639,489.53192,286.05338,98.3558,354.6197,40.083565,65.446785,327.21365,18.055922,2.6983569,14.862744,1818.9441,0.34182,0.9976458,79.968544,10.775793,5.2683654,11.584826,19.673977,210.18834,71.247314,136.23418,1068.3766,205.75378,2058.232,1874.3877,18.81743,26.148903,16009.808,9.107261,60.363426,416.53394,99.558334,177.66284,71.28889,395.50555,1189.6179,336.96997,10.921082,81.531944,816.70074,2196.7495,40.08374,596.3657,55.309895,0.9443774,55.926315,0.96285963,0.4658191,2.069999,32.34006,118.21594,295.30276,11.628241,3377.9175,200.28299,63.686344,74.97656,22.02014,90.63107,19.944098,2.2624304,34.82986,156.90643,24.451765,13.936927,16.3538,26.200174,15.670436,11.454745,42.75925,965.2144,135.52751,2907.5107,39.119358,3848.5068,70.47694,514.0451,1940.1503,54.76178,12.626071,2036.0775,2734.692,6868.6113,327.2562 +2023-06-03 08:00:00,0.0,9865.378,87.71982,18.425777,22.939608,29.211668,187.89017,27.318924,45.029984,21.3466,24.61463,718.06396,576.35706,14.367719,90.728966,8.625073,3.5421975,25.658033,46.324398,13.780886,405.3631,5.877388,335.14673,69.37264,0.75183547,3.9854157,113.546875,35.100857,170.7395,159.59602,9599.077,0.712219,1775.3812,1.7176104,1.1347536,0.590492,4.683116,203.00069,272.60678,36.014545,327.8139,27.548721,12.336303,793.3206,4.9795303,87.97772,86.48133,460.39697,50.913685,374.44672,23.353643,98.455765,0.0,4632.0166,14117.131,25.11342,158.16815,140.66086,39418.08,190.02754,18.207443,61.43667,112.66349,96.26216,36.438152,58.67963,869.95166,144.28403,47.2063,13.790905,17.054031,1109.8599,49.048775,528.37445,85.35445,2217.9814,143.88094,192.77214,166.38435,107.5783,10.791559,18.378656,46.051006,7.354883,8.42203,58.250275,69.088776,93.448524,18.495209,19.778236,223.76909,10.512641,3666.0603,71.744995,89.75278,87.279175,74.62775,244.59814,120.421394,91.72222,26.245428,29.496353,64.52082,332.77783,251.51756,108.9675,389.55756,66.830536,81.12617,241.179,239.70528,1083.3859,215.8198,4.937139,16.314167,8.729546,115.78137,15904.576,7.8272223,19.704882,31.514072,37.313583,418.37497,84.334076,138.4184,5.070893,220.62778,489.6545,286.18347,98.39432,354.591,40.066296,65.44594,327.13092,18.049267,2.697101,14.858962,1819.451,0.34156218,0.99696666,79.93478,10.767302,5.266308,11.57684,19.660954,210.09355,71.21681,136.20836,1067.9476,205.75758,2057.9675,1874.188,18.80885,26.14676,16004.753,9.106561,60.360188,416.73953,99.55167,177.61444,71.278824,395.40445,1189.2528,337.0611,10.923412,81.522224,817.04095,2196.2937,40.082226,596.2815,55.282497,0.9445326,55.932,0.9630926,0.46612272,2.0714335,32.337154,118.20729,295.2838,11.636815,3378.157,200.38055,63.735184,75.0875,22.102064,90.640274,19.999445,2.2637777,34.922222,157.54047,24.657745,14.059963,16.442808,26.194723,15.733015,11.542407,42.7698,965.0996,135.58084,2909.278,39.117607,3848.3777,70.48994,513.9293,1941.0094,54.795666,12.62117,2035.4998,2733.166,6866.56,326.98328 +2023-06-03 09:00:00,0.0,9875.23,87.82736,18.427652,22.959118,29.200417,187.86687,27.314856,45.013214,21.344194,24.612123,717.8646,576.24475,14.361636,90.78949,8.6360235,3.5391638,25.653973,46.289497,13.762054,405.27563,5.8691177,335.1074,69.34287,0.7512171,3.98354,113.53848,35.08205,170.59398,159.56154,9610.797,0.7121313,1774.9695,1.7167175,1.1340697,0.59016347,4.679397,202.93587,272.5192,36.004097,327.63644,27.542896,12.367863,794.2347,4.977949,88.095764,86.5454,460.21368,51.05237,374.45532,23.347408,98.80966,0.0,4629.1133,14119.14,25.10896,158.47472,140.63959,39426.305,189.93999,18.20826,61.55756,112.91036,96.18833,36.40799,58.909027,871.80334,144.59714,47.328274,13.793613,17.046305,1108.8796,49.06124,530.1976,85.44292,2217.868,144.06998,193.01071,166.28185,107.93946,10.787824,18.372221,46.02667,7.3504024,8.415226,58.25756,69.06569,93.40772,18.489838,19.784185,223.8787,10.509145,3664.9497,71.81749,89.69479,87.35576,74.69772,244.5493,120.46714,91.708336,26.256481,29.523516,64.609795,332.7573,252.3902,109.03344,389.7184,66.87787,81.155365,241.27768,239.7701,1083.1833,216.01909,4.9353023,16.315313,8.73196,115.669975,15904.164,7.823167,19.694014,31.499443,37.336773,418.63763,84.351944,138.5285,5.068131,220.67917,489.7771,286.31357,98.43284,354.5623,40.049026,65.4451,327.0482,18.042614,2.6958456,14.855181,1819.9579,0.34130436,0.99628747,79.90101,10.758809,5.26425,11.568855,19.64793,209.99878,71.1863,136.18254,1067.5187,205.76137,2057.7034,1873.9882,18.800266,26.144619,15999.698,9.105862,60.356945,416.94516,99.545006,177.56604,71.26877,395.30334,1188.8877,337.15222,10.925744,81.5125,817.38116,2195.8376,40.080708,596.1972,55.255104,0.9446877,55.93768,0.9633256,0.46642634,2.072868,32.334244,118.19863,295.26486,11.645389,3378.3967,200.47813,63.784027,75.19844,22.183989,90.64948,20.05479,2.265125,35.014584,158.1745,24.863726,14.183,16.531816,26.18927,15.795595,11.63007,42.780346,964.98486,135.63417,2911.0454,39.115856,3848.2485,70.50293,513.8136,1941.8685,54.829556,12.616268,2034.9219,2731.6401,6864.509,326.71036 +2023-06-03 10:00:00,0.0,9885.082,87.934906,18.42953,22.978628,29.189167,187.84357,27.310785,44.99644,21.341787,24.609617,717.6653,576.13245,14.355554,90.850006,8.646973,3.5361302,25.649912,46.254597,13.743222,405.18814,5.8608475,335.06808,69.313095,0.75059885,3.9816642,113.53009,35.063248,170.44846,159.52705,9622.517,0.71204364,1774.5579,1.7158245,1.1333858,0.589835,4.675678,202.87105,272.43164,35.993645,327.459,27.53707,12.399424,795.14874,4.9763684,88.21381,86.609474,460.03036,51.191055,374.46396,23.341175,99.16356,0.0,4626.21,14121.148,25.104498,158.7813,140.61832,39434.535,189.85242,18.209078,61.67845,113.15724,96.11451,36.377827,59.138424,873.655,144.91025,47.450245,13.796323,17.03858,1107.8995,49.073704,532.0207,85.53139,2217.7546,144.25902,193.24927,166.17934,108.30061,10.784089,18.365786,46.002335,7.345921,8.4084215,58.264843,69.0426,93.36692,18.484465,19.790136,223.9883,10.505648,3663.839,71.88999,89.6368,87.432335,74.76769,244.50046,120.512886,91.69444,26.267536,29.550676,64.69877,332.73676,253.26283,109.09937,389.87924,66.92519,81.18456,241.37637,239.83493,1082.9808,216.21838,4.933465,16.316458,8.734376,115.55858,15903.753,7.8191113,19.683144,31.484814,37.359966,418.90033,84.36982,138.63861,5.065369,220.73056,489.89966,286.44366,98.47137,354.5336,40.031757,65.44425,326.96545,18.035961,2.69459,14.851399,1820.4648,0.34104654,0.99560827,79.86723,10.750318,5.2621922,11.56087,19.634909,209.90399,71.1558,136.15674,1067.0896,205.76515,2057.439,1873.7885,18.791683,26.142479,15994.644,9.105163,60.353706,417.1508,99.53834,177.51764,71.25871,395.20224,1188.5226,337.24332,10.928076,81.50278,817.7214,2195.3816,40.07919,596.113,55.227707,0.9448429,55.94336,0.96355855,0.46672994,2.074303,32.331337,118.18998,295.2459,11.653963,3378.6365,200.5757,63.83287,75.30937,22.265913,90.65868,20.110138,2.266472,35.106945,158.80853,25.069706,14.306036,16.620825,26.183819,15.858174,11.717731,42.79089,964.87006,135.68752,2912.8127,39.1141,3848.1191,70.51593,513.6978,1942.7278,54.86344,12.611367,2034.3441,2730.1143,6862.4575,326.43744 +2023-06-03 11:00:00,0.0,9894.935,88.04246,18.431406,22.998138,29.177917,187.82027,27.306717,44.979668,21.339382,24.60711,717.46594,576.02014,14.349471,90.91052,8.657922,3.5330966,25.645851,46.2197,13.724391,405.10065,5.8525777,335.02875,69.283325,0.7499805,3.9797885,113.5217,35.044445,170.30293,159.49257,9634.235,0.71195596,1774.1461,1.7149315,1.132702,0.58950645,4.6719594,202.80621,272.34406,35.983192,327.2816,27.531242,12.430984,796.0628,4.974787,88.331856,86.673546,459.8471,51.32974,374.4726,23.33494,99.517456,0.0,4623.3066,14123.158,25.100039,159.08788,140.59705,39442.766,189.76486,18.209894,61.799347,113.40411,96.04069,36.347664,59.367825,875.5067,145.22336,47.57222,13.799031,17.030853,1106.9193,49.086166,533.8438,85.619865,2217.641,144.44804,193.48785,166.07681,108.66177,10.780354,18.359352,45.977997,7.34144,8.401617,58.27213,69.019516,93.32612,18.479092,19.796085,224.09792,10.502151,3662.7285,71.96249,89.57882,87.50892,74.83766,244.45161,120.55864,91.68056,26.27859,29.577839,64.78774,332.7162,254.13547,109.16531,390.0401,66.97253,81.21376,241.47505,239.89975,1082.7783,216.41768,4.931628,16.317604,8.736792,115.44718,15903.342,7.815056,19.672274,31.470184,37.38316,419.163,84.38769,138.7487,5.0626073,220.78195,490.02225,286.57376,98.50989,354.50488,40.014492,65.443405,326.88272,18.029308,2.6933343,14.847618,1820.9718,0.34078872,0.99492913,79.833466,10.741825,5.2601347,11.552884,19.621885,209.8092,71.1253,136.13092,1066.6606,205.76894,2057.1746,1873.5886,18.7831,26.140337,15989.589,9.104463,60.350464,417.35638,99.53167,177.46924,71.24865,395.10114,1188.1575,337.33444,10.930407,81.49306,818.0616,2194.9258,40.07767,596.0287,55.20031,0.944998,55.94904,0.96379155,0.46703357,2.0757375,32.32843,118.18132,295.22696,11.662538,3378.876,200.67326,63.881714,75.42031,22.347837,90.667885,20.165485,2.2678194,35.199306,159.44257,25.275686,14.429072,16.709835,26.178368,15.9207535,11.805393,42.801437,964.7553,135.74084,2914.58,39.11235,3847.99,70.52892,513.5821,1943.5869,54.89733,12.606465,2033.7662,2728.5881,6860.4062,326.16452 +2023-06-03 12:00:00,0.0,9904.786,88.15,18.43328,23.017647,29.166668,187.79697,27.302647,44.9629,21.336975,24.604603,717.2666,575.90784,14.343389,90.97104,8.668872,3.530063,25.641792,46.1848,13.70556,405.01315,5.8443074,334.9894,69.25355,0.7493622,3.977913,113.513306,35.025642,170.15741,159.45807,9645.955,0.7118683,1773.7344,1.7140385,1.1320181,0.58917797,4.66824,202.7414,272.25647,35.97274,327.10416,27.525417,12.462544,796.9769,4.973206,88.449905,86.73762,459.6638,51.468422,374.4812,23.328705,99.87135,0.0,4620.4033,14125.167,25.095577,159.39444,140.57578,39450.992,189.67729,18.210712,61.92024,113.650986,95.966866,36.3175,59.59722,877.3584,145.53645,47.694195,13.801741,17.023127,1105.9391,49.09863,535.66693,85.708336,2217.5278,144.63708,193.72643,165.9743,109.022934,10.776619,18.352917,45.95366,7.336959,8.394813,58.27941,68.99643,93.285324,18.473719,19.802034,224.20752,10.498654,3661.6182,72.03499,89.520836,87.5855,74.90763,244.40277,120.604385,91.666664,26.289642,29.605,64.87672,332.69565,255.00812,109.231255,390.20093,67.01986,81.242966,241.57375,239.96458,1082.5758,216.61697,4.9297915,16.31875,8.739206,115.335785,15902.93,7.8110003,19.661404,31.455555,37.40635,419.42566,84.405556,138.85881,5.0598454,220.83333,490.14484,286.70386,98.54841,354.4762,39.997223,65.442566,326.80002,18.022655,2.6920788,14.843837,1821.4786,0.3405309,0.99424994,79.79969,10.733334,5.2580767,11.544899,19.608864,209.71443,71.094795,136.1051,1066.2317,205.77274,2056.9104,1873.3889,18.774519,26.138195,15984.534,9.103764,60.34722,417.562,99.525,177.42084,71.238594,395.0,1187.7922,337.42554,10.932738,81.48333,818.4018,2194.4697,40.076157,595.94446,55.172916,0.9451531,55.95472,0.96402454,0.4673372,2.077172,32.32552,118.17267,295.208,11.671111,3379.1157,200.77084,63.930557,75.53125,22.429762,90.677086,20.220833,2.2691667,35.291668,160.0766,25.481667,14.552109,16.798843,26.172916,15.983333,11.893055,42.81198,964.64056,135.79417,2916.3472,39.1106,3847.8608,70.54192,513.4663,1944.446,54.93122,12.601564,2033.1885,2727.0623,6858.355,325.8916 +2023-06-03 13:00:00,0.0,9914.639,88.257545,18.435158,23.037157,29.155416,187.77367,27.298578,44.94613,21.33457,24.602095,717.0673,575.79553,14.337306,91.031555,8.679821,3.5270293,25.637732,46.1499,13.6867285,404.92566,5.836037,334.9501,69.22378,0.74874383,3.9760373,113.50491,35.00684,170.01189,159.42358,9657.675,0.7117806,1773.3226,1.7131455,1.1313342,0.5888494,4.6645207,202.67657,272.1689,35.96229,326.92673,27.51959,12.494104,797.891,4.971625,88.56795,86.80169,459.4805,51.607105,374.48984,23.32247,100.22525,0.0,4617.5,14127.176,25.091118,159.70102,140.5545,39459.223,189.58974,18.211529,62.04113,113.89785,95.893036,36.28734,59.82662,879.2101,145.84956,47.816166,13.804449,17.015402,1104.959,49.11109,537.49005,85.79681,2217.4143,144.82611,193.96498,165.8718,109.38409,10.772883,18.346481,45.929325,7.332478,8.388008,58.286697,68.97334,93.24452,18.468346,19.807983,224.31712,10.495157,3660.5076,72.10748,89.462845,87.66208,74.97761,244.35393,120.65013,91.65278,26.300697,29.632162,64.96569,332.6751,255.88075,109.29719,390.36176,67.067184,81.27216,241.67244,240.0294,1082.3733,216.81627,4.9279547,16.319897,8.741622,115.22439,15902.519,7.806945,19.650536,31.440926,37.429543,419.68832,84.42343,138.9689,5.0570836,220.88472,490.2674,286.83395,98.58693,354.44748,39.979954,65.44172,326.7173,18.016,2.6908233,14.8400545,1821.9856,0.34027308,0.9935708,79.76592,10.724841,5.256019,11.536913,19.59584,209.61964,71.06429,136.07928,1065.8027,205.77652,2056.646,1873.1891,18.765936,26.136055,15979.4795,9.103064,60.343983,417.76764,99.51833,177.37242,71.22854,394.8989,1187.4271,337.51666,10.935069,81.47361,818.742,2194.0137,40.07464,595.86017,55.14552,0.94530827,55.960403,0.9642575,0.46764082,2.0786068,32.322613,118.16401,295.18906,11.679686,3379.3555,200.86841,63.979397,75.64219,22.511686,90.68629,20.27618,2.2705138,35.38403,160.71063,25.687647,14.675145,16.887852,26.167465,16.045912,11.980718,42.82253,964.52576,135.8475,2918.1145,39.10885,3847.7317,70.554924,513.3506,1945.3052,54.965107,12.5966625,2032.6106,2725.5364,6856.3037,325.61865 +2023-06-03 14:00:00,0.0,9924.49,88.36509,18.437035,23.056667,29.144167,187.75037,27.294508,44.929356,21.332163,24.599588,716.868,575.6832,14.3312235,91.09207,8.69077,3.5239956,25.63367,46.114998,13.667896,404.8382,5.827767,334.91077,69.194,0.74812555,3.9741616,113.49652,34.988033,169.86635,159.3891,9669.395,0.7116929,1772.9109,1.7122526,1.1306504,0.5885209,4.6608024,202.61176,272.08133,35.95184,326.7493,27.513763,12.525665,798.80505,4.970044,88.686,86.86576,459.29718,51.74579,374.49847,23.316235,100.57915,0.0,4614.597,14129.185,25.086657,160.0076,140.53325,39467.453,189.50217,18.212345,62.162025,114.14472,95.819214,36.257175,60.05602,881.06177,146.16267,47.93814,13.807158,17.007675,1103.9788,49.123554,539.3132,85.88528,2217.3008,145.01515,194.20355,165.76929,109.74525,10.769149,18.340046,45.904987,7.3279967,8.381205,58.29398,68.95026,93.20372,18.462975,19.813934,224.42674,10.49166,3659.397,72.17998,89.40486,87.73866,75.04758,244.30508,120.69588,91.638885,26.31175,29.659323,65.054665,332.65457,256.7534,109.36313,390.5226,67.11452,81.30136,241.77112,240.09424,1082.1708,217.01556,4.926118,16.321041,8.744038,115.11299,15902.106,7.8028893,19.639666,31.426294,37.452736,419.95102,84.4413,139.07901,5.054322,220.93611,490.38998,286.96405,98.62546,354.4188,39.962685,65.44087,326.63455,18.009348,2.6895678,14.836273,1822.4926,0.34001526,0.9928916,79.732155,10.716349,5.2539616,11.528928,19.582819,209.52487,71.03379,136.05347,1065.3737,205.7803,2056.3816,1872.9894,18.757353,26.133913,15974.425,9.102365,60.34074,417.97324,99.51167,177.32402,71.218475,394.7978,1187.062,337.60776,10.937401,81.46389,819.0822,2193.5576,40.07312,595.77594,55.118126,0.9454634,55.966084,0.9644905,0.4679444,2.0800414,32.319706,118.15536,295.1701,11.688259,3379.5952,200.96597,64.028244,75.75313,22.59361,90.69549,20.331528,2.271861,35.476387,161.34467,25.893627,14.798182,16.97686,26.162014,16.108492,12.068379,42.833076,964.411,135.90085,2919.8818,39.107094,3847.6025,70.56792,513.2348,1946.1644,54.998997,12.591762,2032.0328,2724.0105,6854.2524,325.34573 +2023-06-03 15:00:00,0.0,9934.343,88.47263,18.43891,23.076178,29.132917,187.72707,27.29044,44.912582,21.329756,24.59708,716.66864,575.5709,14.325141,91.15259,8.70172,3.520962,25.62961,46.080097,13.649065,404.7507,5.8194966,334.87146,69.16422,0.7475072,3.9722857,113.48813,34.96923,169.72083,159.35461,9681.113,0.71160525,1772.4993,1.7113596,1.1299665,0.5881924,4.657083,202.54694,271.99374,35.941387,326.57187,27.507936,12.557225,799.7191,4.968463,88.80404,86.92983,459.1139,51.884476,374.50708,23.31,100.933044,0.0,4611.694,14131.193,25.082197,160.31416,140.51198,39475.684,189.41461,18.213163,62.282917,114.391594,95.74539,36.227013,60.285416,882.91345,146.47578,48.060116,13.809867,16.99995,1102.9985,49.136017,541.1363,85.973755,2217.1875,145.20418,194.44211,165.66678,110.1064,10.765413,18.33361,45.880653,7.323516,8.3744,58.301266,68.92717,93.16292,18.457602,19.819883,224.53635,10.488164,3658.2864,72.25248,89.34688,87.81525,75.117546,244.25624,120.74162,91.625,26.322803,29.686485,65.14365,332.63403,257.626,109.42906,390.68344,67.16185,81.33056,241.86981,240.15906,1081.9683,217.21486,4.924281,16.322187,8.746452,115.001595,15901.695,7.798834,19.628796,31.411665,37.475925,420.21368,84.45917,139.18912,5.05156,220.9875,490.51257,287.09415,98.66398,354.39008,39.945415,65.44003,326.55182,18.002695,2.688312,14.832492,1822.9994,0.33975744,0.9922125,79.69838,10.707857,5.251904,11.520942,19.569796,209.43008,71.00328,136.02765,1064.9447,205.78409,2056.1174,1872.7896,18.74877,26.131773,15969.37,9.101665,60.3375,418.17886,99.505005,177.27562,71.20842,394.6967,1186.6969,337.69888,10.939733,81.45416,819.4224,2193.1018,40.0716,595.69165,55.09073,0.94561857,55.971764,0.96472347,0.46824804,2.0814762,32.316795,118.1467,295.15115,11.696834,3379.8347,201.06355,64.07708,75.86406,22.675535,90.70469,20.386875,2.2732084,35.56875,161.9787,26.099607,14.921218,17.065868,26.156563,16.17107,12.156041,42.84362,964.29626,135.95418,2921.6492,39.105343,3847.4731,70.58092,513.1191,1947.0236,55.032887,12.58686,2031.455,2722.4846,6852.201,325.0728 +2023-06-03 16:00:00,0.0,9944.194,88.58018,18.440786,23.095686,29.121668,187.70377,27.28637,44.895813,21.32735,24.594574,716.4693,575.4586,14.319059,91.21311,8.712669,3.5179284,25.62555,46.0452,13.630234,404.6632,5.811227,334.83212,69.13445,0.7468889,3.97041,113.47974,34.950428,169.5753,159.32013,9692.833,0.7115176,1772.0875,1.7104666,1.1292826,0.58786386,4.653364,202.4821,271.90616,35.93094,326.39444,27.502111,12.588786,800.63324,4.9668818,88.92209,86.99391,458.9306,52.02316,374.51572,23.303766,101.28694,0.0,4608.7905,14133.202,25.077736,160.62074,140.4907,39483.91,189.32704,18.21398,62.40381,114.638466,95.67157,36.19685,60.514812,884.76514,146.7889,48.18209,13.812576,16.992224,1102.0184,49.14848,542.9594,86.062225,2217.074,145.39322,194.68068,165.56425,110.46756,10.761679,18.327175,45.856316,7.319035,8.367596,58.308548,68.90408,93.122116,18.452229,19.825832,224.64595,10.484667,3657.176,72.324974,89.28889,87.89183,75.187515,244.2074,120.78738,91.611115,26.333857,29.713646,65.23262,332.61346,258.49866,109.495,390.8443,67.20918,81.35976,241.96849,240.22389,1081.7656,217.41415,4.9224443,16.323334,8.748868,114.8902,15901.283,7.794778,19.617926,31.397036,37.49912,420.47635,84.47704,139.29921,5.048798,221.0389,490.63513,287.22424,98.7025,354.3614,39.928146,65.439186,326.4691,17.996042,2.6870565,14.828711,1823.5063,0.33949962,0.9915333,79.66461,10.699365,5.249846,11.512957,19.556774,209.3353,70.97278,136.00183,1064.5157,205.78787,2055.853,1872.5898,18.740189,26.129631,15964.315,9.1009655,60.33426,418.3845,99.49834,177.22722,71.19836,394.59558,1186.3318,337.78998,10.942063,81.44444,819.76263,2192.6458,40.070084,595.6074,55.06333,0.9457737,55.977444,0.9649564,0.46855167,2.0829108,32.31389,118.13805,295.1322,11.705407,3380.0745,201.16112,64.12592,75.975,22.757462,90.71389,20.442223,2.2745554,35.66111,162.61273,26.305588,15.044254,17.154877,26.151112,16.23365,12.243704,42.854168,964.18146,136.0075,2923.4165,39.103592,3847.344,70.59391,513.0033,1947.8827,55.066772,12.581959,2030.8771,2720.9587,6850.15,324.7999 +2023-06-03 17:00:00,0.0,9954.047,88.68772,18.442663,23.115196,29.110416,187.68048,27.2823,44.879044,21.324944,24.592066,716.26996,575.3463,14.312977,91.27363,8.7236185,3.5148947,25.621489,46.0103,13.611402,404.5757,5.8029566,334.7928,69.104675,0.74627054,3.9685345,113.471344,34.931625,169.42978,159.28564,9704.553,0.7114299,1771.6758,1.7095736,1.1285988,0.5875354,4.6496453,202.41728,271.8186,35.920486,326.217,27.496284,12.620346,801.5473,4.965301,89.04013,87.05798,458.7473,52.161842,374.52435,23.297531,101.64084,0.0,4605.887,14135.211,25.073277,160.92732,140.46944,39492.14,189.23949,18.214798,62.524704,114.88533,95.59775,36.166687,60.744213,886.6168,147.10199,48.30406,13.815285,16.984497,1101.0382,49.160942,544.7825,86.150696,2216.9607,145.58226,194.91925,165.46175,110.82871,10.757943,18.32074,45.83198,7.3145537,8.360791,58.315834,68.881004,93.08132,18.446856,19.831783,224.75555,10.48117,3656.0654,72.39747,89.2309,87.96841,75.25749,244.15855,120.83312,91.59722,26.344912,29.740808,65.321594,332.59293,259.37128,109.560936,391.00513,67.25651,81.388954,242.06718,240.28871,1081.5631,217.61345,4.9206076,16.32448,8.751284,114.7788,15900.872,7.7907224,19.607058,31.382406,37.522312,420.73904,84.49491,139.40932,5.0460362,221.09027,490.75772,287.35434,98.74102,354.33267,39.91088,65.43834,326.38638,17.989388,2.685801,14.824929,1824.0132,0.3392418,0.99085414,79.63084,10.690873,5.2477884,11.504971,19.54375,209.24052,70.942276,135.97601,1064.0867,205.79167,2055.5886,1872.39,18.731606,26.12749,15959.261,9.1002655,60.33102,418.5901,99.49167,177.17882,71.1883,394.49445,1185.9667,337.8811,10.944395,81.43472,820.10284,2192.1897,40.06857,595.52313,55.03594,0.9459289,55.983124,0.9651894,0.46885526,2.0843453,32.31098,118.12939,295.11325,11.713982,3380.3142,201.25868,64.17477,76.08594,22.839386,90.72309,20.49757,2.2759027,35.75347,163.24677,26.511568,15.167291,17.243885,26.14566,16.29623,12.331366,42.864716,964.0667,136.06085,2925.1836,39.101837,3847.2148,70.60691,512.8876,1948.7418,55.100662,12.577057,2030.2993,2719.4329,6848.0986,324.52698 +2023-06-03 18:00:00,0.0,9963.898,88.79527,18.444538,23.134706,29.099167,187.65718,27.27823,44.86227,21.322538,24.58956,716.0707,575.234,14.306894,91.334145,8.734569,3.5118613,25.61743,45.9754,13.59257,404.48822,5.7946863,334.75348,69.074905,0.74565226,3.9666588,113.46295,34.912823,169.28426,159.25116,9716.271,0.7113422,1771.264,1.7086806,1.1279149,0.58720684,4.645926,202.35246,271.73102,35.910034,326.03958,27.490458,12.651907,802.46136,4.96372,89.15818,87.122055,458.56403,52.300526,374.53296,23.291296,101.994736,0.0,4602.9844,14137.221,25.068815,161.23389,140.44817,39500.37,189.15192,18.215614,62.645596,115.13221,95.52392,36.136524,60.97361,888.4685,147.4151,48.426037,13.817994,16.976772,1100.058,49.173405,546.6056,86.23917,2216.8472,145.77129,195.1578,165.35924,111.18987,10.754209,18.314304,45.807644,7.310073,8.353987,58.323116,68.85792,93.04052,18.441484,19.837732,224.86517,10.477674,3654.9548,72.46997,89.17292,88.04499,75.32746,244.10971,120.87887,91.583336,26.355965,29.76797,65.41057,332.5724,260.24393,109.62688,391.16595,67.30384,81.41815,242.16588,240.35355,1081.3606,217.81274,4.918771,16.325624,8.753698,114.667404,15900.46,7.786667,19.596188,31.367777,37.5455,421.0017,84.51278,139.51942,5.0432744,221.14166,490.8803,287.48444,98.77955,354.304,39.893612,65.4375,326.30365,17.982735,2.6845453,14.821147,1824.5201,0.33898398,0.99017495,79.59707,10.682381,5.245731,11.496985,19.53073,209.14574,70.91177,135.9502,1063.6577,205.79546,2055.3245,1872.1903,18.723022,26.125349,15954.206,9.099566,60.327778,418.79572,99.485,177.13042,71.178246,394.39334,1185.6016,337.9722,10.946726,81.424995,820.44305,2191.734,40.06705,595.4389,55.00854,0.946084,55.988804,0.9654224,0.4691589,2.0857801,32.30807,118.120735,295.0943,11.722555,3380.5537,201.35625,64.22361,76.19688,22.92131,90.73229,20.552916,2.27725,35.845833,163.8808,26.717548,15.290328,17.332893,26.14021,16.358809,12.419027,42.87526,963.95197,136.11418,2926.951,39.100086,3847.0857,70.6199,512.7718,1949.6011,55.134552,12.572156,2029.7214,2717.907,6846.048,324.25406 +2023-06-03 19:00:00,0.0,9973.751,88.90282,18.446415,23.154217,29.087917,187.63388,27.274162,44.845497,21.320131,24.587053,715.87134,575.12164,14.300812,91.39466,8.745518,3.5088277,25.613369,45.9405,13.573739,404.40076,5.786416,334.71414,69.04513,0.7450339,3.964783,113.45456,34.894016,169.13873,159.21667,9727.991,0.71125454,1770.8523,1.7077876,1.127231,0.5868783,4.642207,202.28764,271.64343,35.899582,325.86215,27.484632,12.683467,803.3754,4.9621387,89.27622,87.18613,458.38074,52.439213,374.5416,23.28506,102.34863,0.0,4600.081,14139.2295,25.064356,161.54047,140.4269,39508.598,189.06436,18.216433,62.766487,115.37908,95.450096,36.10636,61.203007,890.3202,147.72821,48.54801,13.8207035,16.969046,1099.0779,49.185867,548.4287,86.327644,2216.7336,145.96033,195.39638,165.25673,111.551025,10.750474,18.307869,45.78331,7.3055916,8.347182,58.330402,68.83482,92.99972,18.436111,19.843681,224.97478,10.474176,3653.8442,72.542465,89.11493,88.121574,75.39743,244.06088,120.924614,91.56944,26.367018,29.795132,65.49954,332.55185,261.11655,109.69282,391.3268,67.35117,81.44736,242.26456,240.41837,1081.1581,218.01204,4.916934,16.32677,8.756114,114.55601,15900.049,7.7826114,19.585318,31.353148,37.568695,421.26437,84.53065,139.62952,5.0405126,221.19305,491.00287,287.61453,98.81807,354.2753,39.876343,65.43665,326.22092,17.976082,2.6832898,14.817366,1825.0271,0.33872616,0.9894958,79.5633,10.673889,5.243673,11.488999,19.517706,209.05095,70.88127,135.92438,1063.2288,205.79924,2055.06,1871.9905,18.71444,26.123207,15949.151,9.098866,60.32454,419.00134,99.47833,177.08202,71.16818,394.29224,1185.2365,338.06332,10.949058,81.415276,820.7833,2191.2778,40.065533,595.3546,54.981144,0.9462391,55.994488,0.9656554,0.4694625,2.0872147,32.305164,118.112076,295.07535,11.73113,3380.7935,201.45383,64.27245,76.307816,23.003235,90.74149,20.608263,2.278597,35.938194,164.51483,26.923529,15.413364,17.421902,26.134756,16.421389,12.50669,42.885807,963.83716,136.16751,2928.7183,39.098335,3846.9563,70.632904,512.65607,1950.4602,55.168438,12.567254,2029.1437,2716.381,6843.9966,323.98114 +2023-06-03 20:00:00,0.0,9983.603,89.01036,18.448292,23.173725,29.076668,187.61058,27.270092,44.828728,21.317724,24.584545,715.672,575.00934,14.294729,91.45518,8.756467,3.505794,25.609308,45.9056,13.554907,404.31326,5.778146,334.6748,69.01536,0.7444156,3.9629073,113.44617,34.875214,168.99321,159.18219,9739.711,0.71116686,1770.4407,1.7068948,1.1265472,0.5865498,4.638488,202.22281,271.55585,35.889133,325.68472,27.478806,12.715028,804.2895,4.9605575,89.39427,87.2502,458.19742,52.577896,374.55023,23.278826,102.70253,0.0,4597.1777,14141.238,25.059895,161.84703,140.40562,39516.83,188.97679,18.217249,62.887383,115.62595,95.376274,36.0762,61.432407,892.1719,148.04132,48.669987,13.823412,16.96132,1098.0977,49.19833,550.25183,86.416115,2216.6204,146.14935,195.63495,165.15422,111.912186,10.746738,18.301435,45.758972,7.3011107,8.340378,58.33769,68.811745,92.958916,18.430738,19.849632,225.08438,10.470679,3652.734,72.61497,89.056946,88.19815,75.4674,244.01204,120.97036,91.55556,26.37807,29.822292,65.58852,332.5313,261.9892,109.75875,391.48764,67.398506,81.476555,242.36325,240.48318,1080.9556,218.21133,4.915097,16.327917,8.75853,114.44461,15899.638,7.778556,19.57445,31.338518,37.59189,421.52707,84.54852,139.73962,5.0377507,221.24445,491.12546,287.74463,98.85659,354.24658,39.859074,65.43581,326.13818,17.969429,2.6820343,14.813584,1825.5339,0.33846834,0.9888166,79.529526,10.665397,5.2416153,11.481014,19.504684,208.95618,70.85077,135.89856,1062.7998,205.80302,2054.796,1871.7908,18.705858,26.121067,15944.097,9.098167,60.321297,419.20697,99.47167,177.03362,71.15813,394.19113,1184.8713,338.15442,10.951389,81.405556,821.12354,2190.8218,40.064014,595.2704,54.95375,0.94639426,56.000168,0.9658883,0.46976614,2.0886493,32.302258,118.103424,295.0564,11.739704,3381.0332,201.55139,64.3213,76.41875,23.08516,90.750694,20.66361,2.2799444,36.030556,165.14886,27.129509,15.536401,17.51091,26.129305,16.483967,12.594352,42.89635,963.7224,136.22084,2930.4856,39.09658,3846.8271,70.645905,512.5403,1951.3193,55.202328,12.562353,2028.5658,2714.8552,6841.9453,323.7082 +2023-06-03 21:00:00,0.0,9993.455,89.117905,18.450167,23.193235,29.065416,187.58728,27.266024,44.81196,21.31532,24.582039,715.47266,574.89703,14.288647,91.51569,8.767417,3.5027604,25.605247,45.8707,13.536076,404.22577,5.769876,334.6355,68.98558,0.74379724,3.9610317,113.437775,34.85641,168.84769,159.1477,9751.43,0.7110792,1770.0289,1.7060018,1.1258633,0.5862213,4.6347694,202.15799,271.4683,35.87868,325.5073,27.472979,12.746588,805.2036,4.9589767,89.512314,87.31427,458.0141,52.71658,374.55884,23.27259,103.05643,0.0,4594.2744,14143.247,25.055435,162.15361,140.38435,39525.06,188.88924,18.218067,63.008274,115.87282,95.30245,36.046036,61.661804,894.02356,148.35443,48.791958,13.826121,16.953594,1097.1174,49.210793,552.07495,86.504585,2216.5068,146.3384,195.87352,165.0517,112.27334,10.743004,18.295,45.734634,7.2966294,8.333573,58.34497,68.78866,92.91812,18.425365,19.855581,225.194,10.467183,3651.6233,72.68746,88.998955,88.274734,75.53738,243.9632,121.01611,91.541664,26.389126,29.849455,65.67749,332.51074,262.86182,109.82469,391.6485,67.44583,81.50575,242.46193,240.54802,1080.753,218.41063,4.9132605,16.329063,8.760944,114.33321,15899.226,7.7745004,19.56358,31.323889,37.615078,421.78973,84.56639,139.84973,5.034989,221.29584,491.24805,287.8747,98.89511,354.2179,39.841805,65.43497,326.05545,17.962774,2.6807787,14.809803,1826.0409,0.33821052,0.9881375,79.49576,10.656904,5.2395577,11.473029,19.491661,208.86139,70.82027,135.87274,1062.3708,205.80682,2054.5315,1871.591,18.697275,26.118925,15939.042,9.097468,60.318058,419.41257,99.465004,176.9852,71.14806,394.09003,1184.5062,338.24554,10.95372,81.395836,821.46375,2190.3657,40.0625,595.1861,54.926353,0.9465494,56.005848,0.9661213,0.47006974,2.090084,32.29935,118.094765,295.03745,11.748278,3381.2727,201.64896,64.37014,76.529686,23.167084,90.759895,20.718958,2.2812917,36.122917,165.7829,27.335487,15.659437,17.599918,26.123854,16.546547,12.6820135,42.9069,963.6076,136.27419,2932.253,39.09483,3846.698,70.6589,512.42456,1952.1785,55.236217,12.557451,2027.988,2713.3293,6839.894,323.43527 +2023-06-03 22:00:00,0.0,10003.307,89.22545,18.452044,23.212746,29.054167,187.56398,27.261953,44.795185,21.312912,24.57953,715.2733,574.7847,14.282564,91.57621,8.778366,3.4997268,25.601187,45.8358,13.517244,404.13828,5.7616057,334.59616,68.9558,0.74317896,3.959156,113.42938,34.83761,168.70216,159.1132,9763.149,0.7109915,1769.6172,1.7051088,1.1251794,0.5858928,4.63105,202.09317,271.3807,35.86823,325.32986,27.467154,12.778149,806.1177,4.9573956,89.63036,87.37834,457.8308,52.855263,374.56747,23.266357,103.410324,0.0,4591.371,14145.256,25.050974,162.46019,140.36308,39533.29,188.80167,18.218884,63.129166,116.11969,95.22862,36.015873,61.8912,895.87524,148.66754,48.913933,13.82883,16.94587,1096.1373,49.223255,553.8981,86.593056,2216.3936,146.52744,196.11208,164.94919,112.6345,10.739268,18.288565,45.7103,7.2921486,8.326769,58.352257,68.76557,92.87732,18.419994,19.86153,225.3036,10.463686,3650.5127,72.75996,88.94097,88.35132,75.607346,243.91435,121.06186,91.52778,26.400179,29.876617,65.766464,332.4902,263.73447,109.890625,391.80933,67.493164,81.53495,242.56062,240.61284,1080.5505,218.60992,4.9114237,16.330208,8.76336,114.22182,15898.814,7.770445,19.55271,31.309258,37.63827,422.0524,84.58426,139.95982,5.032227,221.34723,491.3706,288.0048,98.93364,354.18918,39.824535,65.43412,325.97275,17.956121,2.679523,14.806022,1826.5479,0.3379527,0.9874583,79.46199,10.648413,5.2374997,11.465043,19.47864,208.76662,70.78976,135.84692,1061.9418,205.81061,2054.267,1871.3912,18.688692,26.116783,15933.987,9.096768,60.314816,419.6182,99.458336,176.9368,71.13801,393.9889,1184.1411,338.33667,10.956052,81.38611,821.80396,2189.91,40.06098,595.10187,54.898956,0.94670457,56.011528,0.9663543,0.47037336,2.0915186,32.29644,118.08611,295.0185,11.756852,3381.5125,201.74654,64.41898,76.640625,23.249008,90.7691,20.774305,2.2826388,36.21528,166.41693,27.541468,15.782474,17.688927,26.118402,16.609127,12.769676,42.917446,963.49286,136.32751,2934.02,39.09308,3846.5688,70.6719,512.3088,1953.0377,55.270103,12.55255,2027.4102,2711.8035,6837.843,323.16235 +2023-06-03 23:00:00,0.0,10013.159,89.33299,18.453918,23.232256,29.042917,187.54068,27.257885,44.77841,21.310507,24.577024,715.07404,574.6724,14.276483,91.63673,8.789315,3.4966931,25.597126,45.8009,13.498412,404.05078,5.7533355,334.55685,68.92603,0.7425606,3.9572802,113.42099,34.818806,168.55664,159.07872,9774.869,0.7109038,1769.2054,1.7042158,1.1244956,0.58556426,4.627331,202.02835,271.29312,35.857777,325.15244,27.461327,12.809709,807.03174,4.9558144,89.748405,87.44242,457.64752,52.99395,374.5761,23.260122,103.76422,0.0,4588.468,14147.265,25.046515,162.76675,140.34181,39541.516,188.71411,18.219702,63.25006,116.36656,95.1548,35.98571,62.1206,897.7269,148.98064,49.035908,13.831539,16.938143,1095.1571,49.235718,555.7212,86.681526,2216.28,146.71646,196.35065,164.84668,112.99566,10.735534,18.28213,45.685963,7.2876673,8.319964,58.35954,68.742485,92.83652,18.414621,19.867481,225.41321,10.460189,3649.402,72.83246,88.88299,88.427895,75.677315,243.86551,121.107605,91.513885,26.411232,29.903778,65.85544,332.46967,264.6071,109.956566,391.97015,67.5405,81.56415,242.65932,240.67767,1080.348,218.80922,4.909587,16.331354,8.765776,114.11041,15898.402,7.7663894,19.54184,31.294628,37.661465,422.31506,84.602135,140.06993,5.029465,221.3986,491.4932,288.1349,98.97216,354.1605,39.807266,65.43327,325.89,17.949469,2.6782675,14.802239,1827.0547,0.33769488,0.98677915,79.428215,10.63992,5.235442,11.457058,19.465616,208.67183,70.759254,135.82112,1061.5127,205.81439,2054.003,1871.1914,18.680109,26.114643,15928.933,9.096069,60.311577,419.82382,99.45167,176.8884,71.12795,393.8878,1183.776,338.42776,10.958383,81.37639,822.14417,2189.4539,40.059464,595.0176,54.871563,0.9468597,56.01721,0.96658725,0.470677,2.0929534,32.293533,118.07745,294.99954,11.765426,3381.7522,201.8441,64.46783,76.751564,23.330933,90.7783,20.829653,2.283986,36.30764,167.05096,27.747448,15.90551,17.777937,26.112951,16.671705,12.857338,42.92799,963.3781,136.38084,2935.7874,39.091328,3846.4395,70.68489,512.19305,1953.8969,55.303993,12.547648,2026.8324,2710.2776,6835.7915,322.88943 +2023-06-04 00:00:00,0.0,10023.011,89.44054,18.455795,23.251766,29.031668,187.51738,27.253815,44.761642,21.3081,24.574516,714.8747,574.5601,14.2704,91.69725,8.800265,3.4936595,25.593067,45.766003,13.479581,403.96332,5.745065,334.51752,68.896255,0.7419423,3.9554045,113.4126,34.8,168.4111,159.04424,9786.589,0.71081614,1768.7937,1.7033228,1.1238117,0.5852357,4.6236124,201.96353,271.20557,35.84733,324.975,27.4555,12.8412695,807.9458,4.954233,89.866455,87.50649,457.46423,53.132633,374.58472,23.253887,104.11812,0.0,4585.5645,14149.273,25.042053,163.07333,140.32054,39549.746,188.62654,18.220518,63.370953,116.613434,95.08098,35.955544,62.35,899.5786,149.29375,49.157883,13.834248,16.930416,1094.177,49.248184,557.5443,86.770004,2216.1665,146.9055,196.58922,164.74417,113.35681,10.731798,18.275694,45.66163,7.2831864,8.31316,58.366825,68.719406,92.795715,18.409248,19.87343,225.52283,10.456693,3648.2917,72.90495,88.825,88.50448,75.747284,243.81667,121.15335,91.5,26.422285,29.93094,65.94441,332.44913,265.47974,110.0225,392.131,67.58783,81.593346,242.758,240.7425,1080.1455,219.00851,4.90775,16.3325,8.76819,113.999016,15897.991,7.762334,19.530972,31.279999,37.684654,422.57776,84.62,140.18004,5.026704,221.45,491.61578,288.26498,99.01068,354.13177,39.79,65.432434,325.80728,17.942816,2.677012,14.798458,1827.5616,0.33743706,0.98609996,79.39445,10.631429,5.2333846,11.449072,19.452595,208.57704,70.72875,135.7953,1061.0837,205.81818,2053.7385,1870.9917,18.671528,26.112501,15923.878,9.095369,60.308334,420.02942,99.445,176.84,71.11789,393.78668,1183.4109,338.5189,10.960714,81.36667,822.4844,2188.9978,40.057945,594.93335,54.844166,0.94701487,56.02289,0.96682024,0.4709806,2.094388,32.290627,118.0688,294.9806,11.774,3381.9917,201.94167,64.51666,76.8625,23.412857,90.7875,20.885,2.2853334,36.4,167.685,27.953428,16.028547,17.866945,26.1075,16.734285,12.945,42.938538,963.2633,136.43417,2937.5547,39.089573,3846.3103,70.69789,512.0773,1954.756,55.337883,12.5427475,2026.2545,2708.7517,6833.74,322.61652 +2023-06-04 01:00:00,0.0,10032.863,89.54809,18.457672,23.271275,29.020416,187.49408,27.249746,44.744873,21.305695,24.57201,714.67535,574.4478,14.2643175,91.75777,8.811214,3.4906259,25.589006,45.731102,13.46075,403.87582,5.736795,334.47818,68.866486,0.741324,3.953529,113.404205,34.781197,168.26558,159.00975,9798.308,0.71072847,1768.3821,1.7024298,1.1231278,0.58490723,4.619893,201.8987,271.11798,35.836876,324.79758,27.449673,12.87283,808.8599,4.9526525,89.9845,87.570564,457.28094,53.271317,374.59335,23.247652,104.472015,0.0,4582.6616,14151.282,25.037594,163.37991,140.29929,39557.977,188.53899,18.221336,63.491844,116.86031,95.00716,35.92538,62.579395,901.4303,149.60686,49.279854,13.836957,16.922691,1093.1968,49.260647,559.36743,86.858475,2216.0532,147.09453,196.82777,164.64166,113.71797,10.728064,18.269258,45.63729,7.2787056,8.306355,58.374107,68.69631,92.75492,18.403875,19.87938,225.63243,10.453196,3647.1812,72.977455,88.76701,88.58106,75.81726,243.76782,121.1991,91.486115,26.43334,29.958101,66.03339,332.42856,266.35236,110.08844,392.29184,67.635155,81.62254,242.85669,240.80733,1079.943,219.20781,4.9059134,16.333647,8.770606,113.88762,15897.579,7.758278,19.520102,31.26537,37.707848,422.84042,84.63787,140.29013,5.023942,221.50139,491.73834,288.39508,99.0492,354.1031,39.77273,65.43159,325.72455,17.936161,2.6757565,14.794677,1828.0686,0.33717924,0.9854208,79.36067,10.622936,5.231327,11.441087,19.439571,208.48227,70.69825,135.76949,1060.6548,205.82198,2053.474,1870.7919,18.662945,26.110361,15918.823,9.09467,60.30509,420.23505,99.43834,176.7916,71.107834,393.68558,1183.0458,338.61,10.963046,81.35694,822.8246,2188.5417,40.05643,594.84906,54.81677,0.94716996,56.028572,0.96705323,0.4712842,2.0958226,32.287716,118.06014,294.96164,11.782574,3382.2314,202.03925,64.565506,76.973434,23.494781,90.7967,20.940348,2.2866805,36.492363,168.31903,28.159409,16.151583,17.955954,26.102049,16.796865,13.032662,42.94908,963.14856,136.48752,2939.322,39.087822,3846.1812,70.710884,511.96155,1955.6151,55.37177,12.537846,2025.6768,2707.2258,6831.689,322.3436 +2023-06-04 02:00:00,0.0,10042.715,89.65563,18.459547,23.290785,29.009167,187.47078,27.245676,44.7281,21.303288,24.569504,714.476,574.3355,14.258235,91.81828,8.822164,3.4875922,25.584946,45.6962,13.441918,403.78833,5.728525,334.43887,68.83671,0.74070567,3.9516532,113.39581,34.762394,168.12006,158.97527,9810.027,0.7106408,1767.9703,1.7015369,1.122444,0.5845787,4.616174,201.83388,271.0304,35.826424,324.62015,27.443848,12.90439,809.774,4.9510713,90.10255,87.634636,457.09766,53.41,374.602,23.241417,104.82591,0.0,4579.7583,14153.292,25.033133,163.68648,140.27802,39566.207,188.45142,18.222153,63.61274,117.10718,94.933334,35.895218,62.808796,903.282,149.91997,49.40183,13.839665,16.914965,1092.2166,49.27311,561.19055,86.946945,2215.9397,147.28357,197.06635,164.53914,114.079124,10.724328,18.262823,45.612957,7.2742243,8.299551,58.381393,68.673225,92.71412,18.398504,19.88533,225.74203,10.449698,3646.0706,73.04995,88.70903,88.657646,75.88723,243.71898,121.24485,91.47222,26.444393,29.985264,66.12236,332.40802,267.225,110.15437,392.4527,67.68249,81.65175,242.95538,240.87215,1079.7405,219.4071,4.9040766,16.334791,8.773022,113.77622,15897.168,7.7542224,19.509232,31.25074,37.73104,423.1031,84.65575,140.40024,5.02118,221.55278,491.86093,288.52518,99.08772,354.07437,39.755463,65.43074,325.6418,17.929508,2.6745007,14.790895,1828.5754,0.33692142,0.9847416,79.326904,10.614445,5.229269,11.433101,19.42655,208.38748,70.66775,135.74367,1060.2258,205.82576,2053.21,1870.5922,18.654362,26.10822,15913.769,9.09397,60.301853,420.44067,99.43167,176.7432,71.09778,393.58444,1182.6807,338.7011,10.965377,81.34722,823.1648,2188.086,40.054913,594.76483,54.789375,0.9473251,56.034252,0.96728617,0.47158784,2.0972574,32.28481,118.05149,294.9427,11.791148,3382.4712,202.13681,64.61435,77.08437,23.576706,90.8059,20.995693,2.2880278,36.58472,168.95306,28.365389,16.27462,18.044962,26.096598,16.859444,13.120324,42.95963,963.0338,136.54085,2941.089,39.08607,3846.052,70.723885,511.8458,1956.4742,55.40566,12.532945,2025.0989,2705.7,6829.6377,322.07068 +2023-06-04 03:00:00,0.0,10052.567,89.763176,18.461424,23.310295,28.997917,187.44748,27.241608,44.711327,21.30088,24.566996,714.2767,574.2232,14.252152,91.8788,8.833114,3.4845586,25.580885,45.6613,13.423086,403.70084,5.720255,334.39954,68.80694,0.74008733,3.9497776,113.38742,34.74359,167.97453,158.94078,9821.747,0.7105531,1767.5586,1.7006439,1.1217601,0.5842502,4.6124554,201.76906,270.9428,35.815975,324.44272,27.43802,12.935951,810.68805,4.94949,90.22059,87.69871,456.91437,53.548683,374.6106,23.235182,105.17981,0.0,4576.855,14155.301,25.028673,163.99306,140.25674,39574.434,188.36386,18.222971,63.73363,117.35405,94.859505,35.865055,63.038193,905.13367,150.23308,49.523804,13.842375,16.90724,1091.2365,49.285572,563.0137,87.035416,2215.8264,147.4726,197.3049,164.43663,114.440285,10.720593,18.256388,45.58862,7.2697434,8.292747,58.388676,68.65015,92.67332,18.393131,19.89128,225.85165,10.446202,3644.96,73.122444,88.65104,88.73422,75.9572,243.67014,121.290596,91.458336,26.455446,30.012424,66.21134,332.38748,268.09763,110.220314,392.61353,67.72982,81.68095,243.05406,240.93698,1079.5378,219.6064,4.9022393,16.335938,8.775436,113.664825,15896.757,7.750167,19.498362,31.23611,37.75423,423.36578,84.673615,140.51035,5.0184183,221.60417,491.98352,288.65527,99.12625,354.0457,39.738194,65.4299,325.55908,17.922855,2.6732452,14.787113,1829.0824,0.3366636,0.9840625,79.29314,10.605952,5.2272115,11.425116,19.413527,208.2927,70.637245,135.71785,1059.7969,205.82954,2052.9456,1870.3923,18.645779,26.106077,15908.714,9.093271,60.29861,420.6463,99.425,176.6948,71.087715,393.48334,1182.3156,338.7922,10.967709,81.3375,823.505,2187.63,40.053394,594.68054,54.76198,0.94748026,56.039932,0.96751916,0.47189146,2.098692,32.281902,118.04283,294.92374,11.799723,3382.7107,202.23438,64.66319,77.19531,23.65863,90.8151,21.05104,2.289375,36.677082,169.5871,28.57137,16.397655,18.13397,26.091146,16.922024,13.207986,42.970177,962.919,136.59418,2942.8564,39.084316,3845.9229,70.73688,511.73004,1957.3335,55.439545,12.528043,2024.521,2704.174,6827.5864,321.79773 +2023-06-04 04:00:00,0.0,10062.419,89.87072,18.4633,23.329805,28.986668,187.42418,27.237537,44.694557,21.298475,24.56449,714.07733,574.1109,14.24607,91.939316,8.844063,3.481525,25.576824,45.626404,13.404255,403.61337,5.7119846,334.36023,68.77716,0.739469,3.9479017,113.37903,34.72479,167.82901,158.9063,9833.466,0.71046543,1767.1469,1.6997509,1.1210762,0.5839217,4.608736,201.70424,270.85526,35.805523,324.2653,27.432194,12.967511,811.6021,4.9479094,90.33864,87.76278,456.73105,53.68737,374.61923,23.228949,105.53371,0.0,4573.952,14157.31,25.024212,164.29964,140.23547,39582.664,188.27629,18.223787,63.854523,117.60092,94.78568,35.834892,63.26759,906.98535,150.54617,49.645775,13.845083,16.899513,1090.2562,49.298035,564.8368,87.12389,2215.713,147.66164,197.54347,164.33412,114.80144,10.716858,18.249952,45.564285,7.265262,8.285942,58.39596,68.62706,92.632515,18.387758,19.897228,225.96126,10.442705,3643.8496,73.19495,88.593056,88.81081,76.02717,243.62129,121.33634,91.44444,26.4665,30.039587,66.300316,332.36694,268.97028,110.286255,392.77438,67.77715,81.710144,243.15276,241.0018,1079.3353,219.8057,4.9004025,16.337084,8.777852,113.55343,15896.345,7.7461114,19.487494,31.221481,37.777424,423.62845,84.69148,140.62044,5.0156565,221.65555,492.10608,288.78537,99.16477,354.01697,39.720924,65.429054,325.47638,17.916203,2.6719897,14.783332,1829.5892,0.33640578,0.9833833,79.25936,10.59746,5.225154,11.4171295,19.400505,208.19792,70.606735,135.69203,1059.3678,205.83333,2052.6812,1870.1926,18.637197,26.103937,15903.659,9.092571,60.295372,420.8519,99.418335,176.6464,71.07766,393.38223,1181.9504,338.88333,10.970039,81.327774,823.8452,2187.1738,40.051876,594.5963,54.73458,0.9476354,56.045612,0.96775216,0.4721951,2.1001265,32.27899,118.03418,294.9048,11.808296,3382.9504,202.33195,64.712036,77.30625,23.740557,90.8243,21.106388,2.2907221,36.769444,170.22113,28.77735,16.520693,18.222979,26.085695,16.984602,13.295648,42.98072,962.80426,136.6475,2944.6238,39.082565,3845.7935,70.74988,511.6143,1958.1926,55.473434,12.523142,2023.9432,2702.648,6825.535,321.5248 +2023-06-04 05:00:00,0.0,10072.271,89.978264,18.465176,23.349314,28.975416,187.40088,27.233469,44.677788,21.296068,24.561981,713.87805,573.9986,14.239987,91.99983,8.855012,3.4784913,25.572763,45.591503,13.385424,403.52588,5.7037144,334.3209,68.74738,0.7388507,3.946026,113.370636,34.705982,167.68349,158.87181,9845.186,0.71037775,1766.7351,1.6988579,1.1203923,0.5835932,4.605017,201.6394,270.76767,35.79507,324.08786,27.426369,12.999072,812.51624,4.946328,90.45668,87.82685,456.54773,53.826054,374.62784,23.222713,105.887596,0.0,4571.0483,14159.318,25.01975,164.6062,140.2142,39590.895,188.18874,18.224606,63.975418,117.84779,94.71186,35.80473,63.49699,908.83704,150.85928,49.76775,13.847793,16.891787,1089.276,49.310497,566.6599,87.212364,2215.5994,147.85068,197.78204,164.23161,115.1626,10.713123,18.243519,45.539948,7.2607813,8.279138,58.403248,68.60397,92.59171,18.382385,19.90318,226.07086,10.439209,3642.739,73.26744,88.53507,88.88739,76.097145,243.57245,121.38209,91.43056,26.477554,30.066748,66.38929,332.3464,269.8429,110.35219,392.9352,67.82448,81.73934,243.25143,241.06664,1079.1328,220.00499,4.898566,16.33823,8.780268,113.44203,15895.934,7.742056,19.476624,31.20685,37.800617,423.8911,84.70936,140.73055,5.0128946,221.70694,492.22867,288.91547,99.20329,353.98828,39.703655,65.42821,325.39365,17.909548,2.670734,14.779551,1830.0962,0.33614796,0.9827041,79.22559,10.588968,5.223096,11.409144,19.387482,208.10313,70.57623,135.66621,1058.9388,205.83713,2052.417,1869.9928,18.628614,26.101795,15898.6045,9.091872,60.29213,421.05753,99.41167,176.59798,71.0676,393.28113,1181.5853,338.97443,10.972371,81.318054,824.1854,2186.718,40.050358,594.512,54.707188,0.94779056,56.051292,0.9679851,0.4724987,2.1015613,32.276085,118.02552,294.88583,11.816871,3383.1902,202.42952,64.76088,77.41719,23.822481,90.8335,21.161736,2.2920694,36.861805,170.85516,28.98333,16.643728,18.311987,26.080244,17.047182,13.38331,42.99127,962.68945,136.70085,2946.391,39.080814,3845.6643,70.76288,511.49854,1959.0518,55.507324,12.51824,2023.3654,2701.122,6823.484,321.2519 +2023-06-04 06:00:00,0.0,10082.123,90.08581,18.467052,23.368824,28.964167,187.37758,27.229399,44.661015,21.293663,24.559475,713.6787,573.8863,14.233906,92.06035,8.865962,3.4754577,25.568705,45.556602,13.366591,403.4384,5.6954446,334.28156,68.71761,0.7382324,3.9441504,113.36224,34.68718,167.53796,158.83733,9856.905,0.7102901,1766.3235,1.6979649,1.1197085,0.58326465,4.6012983,201.57458,270.68008,35.78462,323.91043,27.420542,13.030632,813.4303,4.944747,90.57473,87.89093,456.36444,53.964737,374.63647,23.216478,106.24149,0.0,4568.1455,14161.327,25.015291,164.91278,140.19293,39599.12,188.10118,18.225422,64.09631,118.094666,94.63804,35.774567,63.726387,910.6887,151.1724,49.889725,13.850501,16.884062,1088.2959,49.32296,568.483,87.300835,2215.486,148.0397,198.02061,164.1291,115.52375,10.709388,18.237083,45.51561,7.2563,8.272333,58.41053,68.58089,92.55092,18.377014,19.909128,226.18048,10.435712,3641.6284,73.33994,88.47708,88.96397,76.167114,243.5236,121.42783,91.416664,26.488607,30.09391,66.478264,332.32584,270.71555,110.41813,393.09604,67.87181,81.76854,243.35013,241.13145,1078.9303,220.20428,4.896729,16.339375,8.782682,113.330635,15895.521,7.7380004,19.465754,31.19222,37.823807,424.1538,84.72723,140.84065,5.010133,221.75833,492.35126,289.04556,99.24181,353.95956,39.68639,65.42737,325.3109,17.902895,2.6694784,14.775769,1830.6031,0.33589014,0.98202497,79.191826,10.580476,5.2210383,11.401158,19.37446,208.00836,70.54573,135.6404,1058.5099,205.84091,2052.1526,1869.7931,18.620031,26.099655,15893.55,9.091172,60.28889,421.26315,99.40501,176.54958,71.05754,393.18002,1181.2202,339.06555,10.974703,81.308334,824.52563,2186.262,40.048843,594.4278,54.67979,0.9479457,56.056973,0.9682181,0.4728023,2.1029959,32.27318,118.01687,294.86688,11.825444,3383.43,202.52708,64.80972,77.52812,23.904406,90.842705,21.217083,2.2934167,36.954166,171.4892,29.18931,16.766766,18.400995,26.074791,17.109762,13.470972,43.001812,962.5747,136.75418,2948.1584,39.07906,3845.5352,70.77587,511.38278,1959.9109,55.54121,12.513339,2022.7876,2699.5962,6821.4326,320.97897 +2023-06-04 07:00:00,0.0,10091.976,90.19335,18.46893,23.388334,28.952917,187.35428,27.22533,44.64424,21.291256,24.556967,713.4794,573.774,14.227823,92.12087,8.876911,3.4724243,25.564644,45.5217,13.34776,403.3509,5.6871743,334.24225,68.687836,0.73761404,3.9422748,113.35385,34.668377,167.39244,158.80283,9868.625,0.7102024,1765.9117,1.6970719,1.1190246,0.5829361,4.5975795,201.50977,270.5925,35.77417,323.73297,27.414715,13.062193,814.34436,4.943166,90.69277,87.955,456.18115,54.10342,374.6451,23.210243,106.59539,0.0,4565.242,14163.336,25.01083,165.21935,140.17166,39607.35,188.01361,18.22624,64.2172,118.34154,94.56421,35.744404,63.955788,912.5404,151.4855,50.0117,13.85321,16.876335,1087.3157,49.335423,570.3061,87.389305,2215.3726,148.22874,198.25919,164.02658,115.88491,10.705653,18.230648,45.491276,7.251819,8.265529,58.417816,68.5578,92.51012,18.371641,19.915077,226.29008,10.432215,3640.518,73.41244,88.4191,89.04055,76.23708,243.47476,121.47359,91.40278,26.49966,30.12107,66.56724,332.3053,271.58817,110.48406,393.2569,67.91914,81.79774,243.44882,241.19629,1078.7278,220.40358,4.894892,16.34052,8.785098,113.21924,15895.11,7.733945,19.454885,31.177591,37.847,424.41647,84.745094,140.95074,5.007371,221.80972,492.47382,289.17566,99.28034,353.93088,39.66912,65.42652,325.22818,17.896242,2.668223,14.771988,1831.11,0.33563232,0.9813458,79.15805,10.571984,5.218981,11.393173,19.361437,207.91357,70.51523,135.61458,1058.0808,205.8447,2051.8882,1869.5933,18.611448,26.097513,15888.495,9.090473,60.28565,421.46875,99.39834,176.50117,71.047485,393.0789,1180.8551,339.15665,10.977034,81.29861,824.86584,2185.806,40.047325,594.3435,54.652393,0.9481008,56.062656,0.9684511,0.47310594,2.1044307,32.270267,118.00821,294.84793,11.834019,3383.6694,202.62465,64.85857,77.63906,23.98633,90.85191,21.27243,2.2947638,37.046528,172.12323,29.39529,16.889801,18.490004,26.06934,17.17234,13.558634,43.01236,962.45996,136.80751,2949.9255,39.07731,3845.406,70.78887,511.26703,1960.7701,55.5751,12.508437,2022.2097,2698.0703,6819.382,320.70605 +2023-06-04 08:00:00,0.0,10101.827,90.3009,18.470804,23.407845,28.941668,187.33098,27.22126,44.627472,21.288849,24.55446,713.28,573.6617,14.221741,92.18139,8.88786,3.4693906,25.560583,45.486805,13.328929,403.2634,5.678904,334.2029,68.658066,0.7369957,3.940399,113.34546,34.649574,167.24692,158.76834,9880.344,0.7101147,1765.5,1.696179,1.1183407,0.5826076,4.59386,201.44495,270.50494,35.763718,323.55554,27.408888,13.093753,815.2584,4.941585,90.81082,88.01907,455.99786,54.242107,374.65372,23.204008,106.94929,0.0,4562.339,14165.345,25.00637,165.52592,140.15039,39615.582,187.92606,18.227057,64.3381,118.5884,94.49039,35.71424,64.18518,914.3921,151.79861,50.13367,13.855919,16.86861,1086.3354,49.347885,572.1292,87.47778,2215.2593,148.41777,198.49774,163.92407,116.24606,10.701918,18.224213,45.466938,7.247338,8.258725,58.4251,68.53471,92.469315,18.366268,19.921028,226.39969,10.428719,3639.4075,73.48493,88.361115,89.117134,76.30705,243.42592,121.51933,91.388885,26.510714,30.148233,66.65621,332.28476,272.46082,110.55,393.41772,67.96648,81.826935,243.5475,241.26111,1078.5253,220.60287,4.8930554,16.341667,8.787514,113.10784,15894.698,7.7298894,19.444016,31.162962,37.870193,424.67914,84.76296,141.06085,5.004609,221.86111,492.5964,289.30576,99.31886,353.90216,39.65185,65.425674,325.14545,17.88959,2.6669674,14.768206,1831.617,0.3353745,0.98066664,79.12428,10.563492,5.216923,11.385187,19.348415,207.81879,70.484726,135.58876,1057.6519,205.84848,2051.624,1869.3936,18.602867,26.095371,15883.44,9.089774,60.28241,421.67438,99.39167,176.45277,71.03742,392.97778,1180.49,339.24777,10.979365,81.28889,825.20605,2185.3499,40.045807,594.2593,54.625,0.94825596,56.068336,0.968684,0.47340953,2.1058652,32.26736,117.99956,294.82898,11.842592,3383.9092,202.72223,64.90741,77.75,24.068254,90.861115,21.327778,2.296111,37.13889,172.75726,29.60127,17.012838,18.579012,26.063889,17.23492,13.6462965,43.022907,962.34515,136.86086,2951.6929,39.075558,3845.2766,70.801865,511.15128,1961.6293,55.60899,12.503536,2021.632,2696.5444,6817.3306,320.43314 +2023-06-04 09:00:00,0.0,10111.68,90.40845,18.472681,23.427353,28.930418,187.30768,27.217192,44.610703,21.286444,24.551952,713.0807,573.5493,14.215658,92.241905,8.89881,3.466357,25.556522,45.451904,13.310097,403.17593,5.670634,334.16357,68.62829,0.7363774,3.9385233,113.33707,34.63077,167.10138,158.73386,9892.063,0.71002704,1765.0883,1.695286,1.117657,0.5822791,4.5901413,201.38011,270.41736,35.753265,323.3781,27.403063,13.125314,816.1725,4.940004,90.92886,88.083145,455.81458,54.38079,374.66235,23.197773,107.303185,0.0,4559.4355,14167.354,25.00191,165.8325,140.12912,39623.812,187.83849,18.227873,64.45899,118.83528,94.416565,35.68408,64.41458,916.2438,152.11172,50.255646,13.858628,16.860884,1085.3553,49.360348,573.95233,87.56625,2215.1458,148.60681,198.73631,163.82156,116.60722,10.698183,18.217777,45.442604,7.242857,8.251921,58.432384,68.51163,92.42851,18.360895,19.926977,226.50931,10.425221,3638.2969,73.557434,88.30312,89.19372,76.37702,243.37708,121.56508,91.375,26.521769,30.175394,66.745186,332.26422,273.33347,110.61594,393.57858,68.0138,81.85614,243.6462,241.32593,1078.3228,220.80217,4.8912187,16.342813,8.789928,112.996445,15894.287,7.7258334,19.433146,31.148333,37.893383,424.94183,84.78084,141.17096,5.0018473,221.9125,492.719,289.43585,99.35738,353.87347,39.634583,65.424835,325.06274,17.882935,2.6657116,14.764424,1832.1239,0.33511668,0.97998744,79.09051,10.555,5.214865,11.377202,19.335392,207.72401,70.45422,135.56294,1057.2229,205.85228,2051.3596,1869.1937,18.594284,26.093231,15878.386,9.089074,60.279167,421.88,99.385,176.40437,71.02737,392.87668,1180.1249,339.33887,10.981696,81.27917,825.54626,2184.894,40.04429,594.175,54.597603,0.9484111,56.074017,0.968917,0.47371316,2.1072998,32.264454,117.9909,294.81003,11.851167,3384.149,202.8198,64.95625,77.86094,24.150179,90.870316,21.383125,2.2974584,37.23125,173.3913,29.807251,17.135874,18.66802,26.058437,17.297499,13.733958,43.03345,962.2304,136.91418,2953.4602,39.073803,3845.1475,70.814865,511.03552,1962.4884,55.642876,12.498634,2021.0541,2695.0186,6815.2793,320.16022 +2023-06-04 10:00:00,0.0,10121.531,90.51599,18.474558,23.446863,28.919167,187.28438,27.213121,44.59393,21.284037,24.549446,712.8814,573.437,14.209576,92.30242,8.9097595,3.4633234,25.552462,45.417004,13.2912655,403.08844,5.6623635,334.12427,68.59852,0.7357591,3.9366477,113.328674,34.611965,166.95586,158.69937,9903.783,0.70993936,1764.6765,1.694393,1.116973,0.5819506,4.5864224,201.31529,270.32977,35.742813,323.20068,27.397236,13.156874,817.0866,4.9384227,91.04691,88.14722,455.6313,54.519474,374.671,23.19154,107.65708,0.0,4556.532,14169.363,24.99745,166.13907,140.10785,39632.04,187.75093,18.228691,64.57988,119.08215,94.34274,35.653915,64.64398,918.0955,152.42482,50.37762,13.861337,16.853157,1084.3751,49.37281,575.77545,87.654724,2215.0322,148.79584,198.97487,163.71906,116.96838,10.694448,18.211342,45.418266,7.238376,8.245116,58.439667,68.48854,92.38772,18.355522,19.932926,226.61891,10.421724,3637.1863,73.62993,88.24514,89.270294,76.447,243.32823,121.610825,91.361115,26.532822,30.202557,66.83416,332.24368,274.2061,110.68188,393.7394,68.061134,81.88534,243.74487,241.39076,1078.1202,221.00146,4.889382,16.343958,8.792344,112.88505,15893.876,7.721778,19.422276,31.133703,37.916576,425.2045,84.798706,141.28105,4.9990854,221.96388,492.84155,289.56595,99.395905,353.84476,39.617313,65.42399,324.98,17.876282,2.6644561,14.760643,1832.6307,0.3348589,0.9793083,79.05674,10.546508,5.2128077,11.369217,19.32237,207.62923,70.42372,135.53712,1056.794,205.85606,2051.0955,1868.994,18.585701,26.09109,15873.331,9.088375,60.27593,422.0856,99.378334,176.35597,71.0173,392.77557,1179.7598,339.43,10.984028,81.26944,825.8865,2184.438,40.042774,594.09076,54.570206,0.94856626,56.079697,0.96915,0.4740168,2.1087346,32.261543,117.98225,294.79108,11.859741,3384.3884,202.91736,65.00509,77.97188,24.232103,90.87952,21.438473,2.2988055,37.323612,174.02533,30.013231,17.258911,18.75703,26.052986,17.360079,13.82162,43.044,962.11566,136.96751,2955.2275,39.072052,3845.0183,70.82786,510.91977,1963.3475,55.676765,12.493733,2020.4763,2693.4927,6813.228,319.88727 +2023-06-04 11:00:00,0.0,10131.384,90.623535,18.476433,23.466373,28.907917,187.26108,27.209053,44.577156,21.281631,24.54694,712.68207,573.3247,14.203493,92.36294,8.920709,3.4602897,25.548403,45.382103,13.272434,403.00095,5.6540937,334.08493,68.56874,0.73514074,3.934772,113.32028,34.593163,166.81033,158.66489,9915.502,0.7098517,1764.2649,1.6935,1.1162891,0.58162206,4.582703,201.25047,270.24222,35.732365,323.02325,27.391409,13.188435,818.0007,4.9368415,91.164955,88.21129,455.448,54.658157,374.6796,23.185305,108.01098,0.0,4553.629,14171.372,24.992989,166.44565,140.08658,39640.27,187.66336,18.229507,64.700775,119.329025,94.26892,35.623753,64.873375,919.9472,152.73793,50.499596,13.864046,16.845432,1083.3949,49.385273,577.5986,87.743195,2214.919,148.98488,199.21344,163.61655,117.32954,10.690713,18.204906,45.393932,7.233895,8.238312,58.446953,68.465454,92.34692,18.350151,19.938877,226.72852,10.418228,3636.076,73.70243,88.18715,89.34688,76.51697,243.27939,121.65657,91.34722,26.543875,30.229717,66.923134,332.2231,275.07874,110.74781,393.90024,68.10847,81.914536,243.84357,241.45558,1077.9177,221.20076,4.887545,16.345104,8.79476,112.77365,15893.464,7.7177224,19.411407,31.119074,37.93977,425.46716,84.816574,141.39116,4.9963236,222.01527,492.96414,289.69604,99.43443,353.81607,39.600044,65.42314,324.89728,17.869629,2.6632006,14.756862,1833.1377,0.33460107,0.9786291,79.02297,10.538015,5.21075,11.361231,19.309347,207.53444,70.39321,135.51132,1056.365,205.85985,2050.831,1868.7942,18.577118,26.08895,15868.276,9.087675,60.272686,422.29123,99.371666,176.30757,71.00725,392.67447,1179.3947,339.5211,10.98636,81.25972,826.2267,2183.982,40.041256,594.0065,54.542812,0.9487214,56.085377,0.96938294,0.4743204,2.1101692,32.258636,117.97359,294.77213,11.868315,3384.6282,203.01494,65.05393,78.08281,24.314028,90.88872,21.493818,2.3001528,37.415974,174.65936,30.21921,17.381948,18.846039,26.047535,17.422659,13.909283,43.054543,962.00085,137.02084,2956.9949,39.0703,3844.8892,70.84086,510.80402,1964.2068,55.710655,12.4888315,2019.8984,2691.9668,6811.177,319.61435 +2023-06-04 12:00:00,0.0,10141.235,90.73108,18.47831,23.485884,28.896667,187.2378,27.204983,44.560387,21.279224,24.544432,712.4827,573.2124,14.197411,92.423454,8.931659,3.457256,25.544342,45.347206,13.253603,402.91345,5.6458235,334.04562,68.53897,0.7345224,3.9328961,113.31189,34.57436,166.66481,158.6304,9927.222,0.709764,1763.8531,1.692607,1.1156054,0.5812935,4.5789843,201.18565,270.15463,35.721912,322.84583,27.385584,13.219995,818.91473,4.935261,91.283005,88.27536,455.26468,54.796844,374.68823,23.17907,108.364876,0.0,4550.726,14173.381,24.98853,166.75223,140.06532,39648.5,187.5758,18.230326,64.82167,119.5759,94.19509,35.59359,65.102776,921.7989,153.05104,50.621567,13.866755,16.837706,1082.4148,49.397736,579.4217,87.831665,2214.8054,149.17392,199.45201,163.51402,117.6907,10.686978,18.198471,45.369595,7.229414,8.231507,58.454235,68.44237,92.306114,18.344778,19.944826,226.83812,10.414731,3634.9653,73.774925,88.129166,89.42346,76.58694,243.23055,121.702324,91.333336,26.554928,30.25688,67.01211,332.20258,275.95135,110.81375,394.0611,68.1558,81.94373,243.94226,241.52042,1077.7152,221.40005,4.8857083,16.34625,8.797174,112.662254,15893.053,7.713667,19.400537,31.104443,37.96296,425.72983,84.83445,141.50127,4.9935617,222.06667,493.08673,289.82614,99.47295,353.78735,39.58278,65.4223,324.81454,17.862976,2.6619449,14.75308,1833.6447,0.33434325,0.97795,78.9892,10.529524,5.208692,11.353246,19.296324,207.43967,70.36271,135.4855,1055.9359,205.86363,2050.5667,1868.5945,18.568537,26.086807,15863.222,9.086976,60.269447,422.49686,99.365005,176.25917,70.99719,392.57333,1179.0295,339.6122,10.98869,81.25,826.5669,2183.5261,40.039738,593.92224,54.515415,0.94887656,56.091057,0.96961594,0.474624,2.1116037,32.25573,117.964935,294.75317,11.876889,3384.868,203.1125,65.102776,78.19375,24.395952,90.89792,21.549166,2.3015,37.508335,175.2934,30.42519,17.504984,18.935047,26.042084,17.485237,13.996944,43.06509,961.8861,137.07419,2958.762,39.06855,3844.7598,70.85386,510.68826,1965.0659,55.74454,12.483931,2019.3207,2690.441,6809.1255,319.34143 +2023-06-04 13:00:00,0.0,10151.088,90.83862,18.480185,23.505392,28.885418,187.2145,27.200914,44.543617,21.27682,24.541925,712.2834,573.1001,14.191328,92.48397,8.942608,3.4542224,25.540281,45.312305,13.234771,402.82596,5.637553,334.0063,68.50919,0.7339041,3.9310205,113.3035,34.555557,166.51929,158.59592,9938.941,0.7096763,1763.4414,1.691714,1.1149215,0.58096504,4.5752654,201.12083,270.06705,35.71146,322.6684,27.379757,13.251555,819.8288,4.9336796,91.40105,88.33943,455.0814,54.935528,374.69687,23.172834,108.71877,0.0,4547.8228,14175.39,24.984068,167.05879,140.04405,39656.73,187.48824,18.231142,64.94256,119.82276,94.12127,35.563427,65.33218,923.6506,153.36415,50.74354,13.869464,16.82998,1081.4346,49.4102,581.2448,87.92014,2214.6921,149.36295,199.69057,163.41151,118.05185,10.683243,18.192036,45.34526,7.2249327,8.224703,58.46152,68.41929,92.26531,18.339405,19.950775,226.94774,10.411234,3633.8547,73.84742,88.07118,89.50004,76.656906,243.1817,121.74807,91.31944,26.565983,30.284042,67.10108,332.18204,276.824,110.87969,394.22192,68.203125,81.97293,244.04094,241.58524,1077.5127,221.59935,4.8838716,16.347397,8.79959,112.55086,15892.641,7.7096114,19.389668,31.089813,37.986153,425.99252,84.85232,141.61136,4.9908,222.11806,493.2093,289.9562,99.511475,353.75867,39.56551,65.421455,324.7318,17.856321,2.6606894,14.749298,1834.1515,0.33408543,0.9772708,78.95543,10.521031,5.2066345,11.34526,19.283302,207.34488,70.33221,135.45969,1055.5068,205.86743,2050.3025,1868.3947,18.559954,26.084665,15858.167,9.086276,60.266205,422.70245,99.35834,176.21075,70.98713,392.47223,1178.6644,339.70334,10.991022,81.24028,826.9071,2183.07,40.03822,593.83795,54.48802,0.9490317,56.09674,0.96984893,0.47492763,2.1130385,32.252823,117.956276,294.73422,11.885463,3385.1074,203.21007,65.15162,78.30469,24.477877,90.90712,21.604513,2.3028471,37.600693,175.92743,30.63117,17.628021,19.024055,26.036633,17.547817,14.084606,43.075638,961.7713,137.12752,2960.5293,39.066795,3844.6306,70.86685,510.5725,1965.925,55.77843,12.479029,2018.7428,2688.915,6807.074,319.0685 +2023-06-04 14:00:00,0.0,10160.939,90.94617,18.482061,23.524902,28.874166,187.1912,27.196844,44.526844,21.274412,24.539417,712.08405,572.9878,14.185246,92.54449,8.953558,3.4511888,25.53622,45.277405,13.2159395,402.7385,5.629283,333.96695,68.479416,0.7332858,3.9291449,113.295105,34.536755,166.37376,158.56143,9950.66,0.70958865,1763.0297,1.6908212,1.1142375,0.5806365,4.571546,201.056,269.97946,35.70101,322.49097,27.37393,13.283115,820.7429,4.9320984,91.5191,88.40351,454.8981,55.07421,374.70547,23.1666,109.07267,0.0,4544.9194,14177.398,24.979609,167.36537,140.02278,39664.957,187.40068,18.23196,65.06345,120.06963,94.04745,35.533264,65.56157,925.50226,153.67726,50.865517,13.872172,16.822254,1080.4543,49.42266,583.06793,88.00861,2214.5786,149.55199,199.92915,163.309,118.41301,10.679508,18.1856,45.320923,7.220452,8.217898,58.468807,68.396194,92.22451,18.334032,19.956724,227.05734,10.407738,3632.7441,73.91992,88.01319,89.57662,76.72688,243.13287,121.793816,91.30556,26.577036,30.311203,67.19006,332.1615,277.69662,110.945625,394.38278,68.25046,82.00213,244.13963,241.65007,1077.3102,221.79865,4.882035,16.348541,8.802006,112.43946,15892.2295,7.705556,19.378798,31.075184,38.009342,426.2552,84.870186,141.72147,4.988038,222.16945,493.33188,290.0863,99.549995,353.72995,39.54824,65.420616,324.6491,17.849669,2.6594338,14.745517,1834.6584,0.3338276,0.97659165,78.92166,10.51254,5.204577,11.337275,19.270279,207.2501,70.301704,135.43387,1055.0779,205.87122,2050.038,1868.195,18.55137,26.082525,15853.112,9.085577,60.262962,422.90808,99.35167,176.16235,70.97707,392.37112,1178.2993,339.79443,10.993353,81.23055,827.2473,2182.614,40.0367,593.7537,54.460625,0.9491868,56.10242,0.97008187,0.47523126,2.114473,32.249912,117.947624,294.71527,11.894037,3385.3472,203.30765,65.20046,78.41563,24.559801,90.91632,21.65986,2.3041945,37.693054,176.56146,30.83715,17.751057,19.113064,26.031181,17.610395,14.172269,43.08618,961.65656,137.18085,2962.2966,39.065044,3844.5015,70.87985,510.45676,1966.7842,55.81232,12.474128,2018.165,2687.3892,6805.023,318.7956 +2023-06-04 15:00:00,0.0,10170.792,91.05372,18.483938,23.544413,28.862917,187.1679,27.192776,44.51007,21.272005,24.536911,711.88477,572.8755,14.179164,92.60501,8.964507,3.4481552,25.53216,45.242504,13.197108,402.651,5.6210127,333.92764,68.449646,0.73266745,3.9272692,113.28671,34.51795,166.22824,158.52695,9962.38,0.70950097,1762.6179,1.6899282,1.1135538,0.580308,4.567827,200.99118,269.8919,35.69056,322.31354,27.368103,13.314676,821.657,4.9305177,91.63714,88.46758,454.71478,55.212894,374.7141,23.160364,109.42657,0.0,4542.016,14179.407,24.975147,167.67195,140.00151,39673.188,187.31311,18.232777,65.18435,120.316505,93.973625,35.5031,65.79097,927.35394,153.99037,50.987488,13.874882,16.814528,1079.4742,49.435123,584.89105,88.097084,2214.4653,149.74101,200.16771,163.2065,118.77416,10.675773,18.179167,45.296585,7.2159705,8.211094,58.47609,68.37311,92.183716,18.328661,19.962675,227.16695,10.404241,3631.6338,73.99242,87.95521,89.653206,76.79685,243.08403,121.83956,91.291664,26.588089,30.338366,67.27904,332.14096,278.56927,111.011566,394.5436,68.29779,82.03133,244.23831,241.71489,1077.1075,221.99794,4.880198,16.349688,8.80442,112.328064,15891.817,7.7015004,19.36793,31.060555,38.032536,426.51785,84.88806,141.83157,4.985276,222.22084,493.45447,290.2164,99.588524,353.70126,39.53097,65.41977,324.56638,17.843016,2.6581783,14.741735,1835.1653,0.3335698,0.97591245,78.887886,10.504047,5.2025194,11.3292885,19.257257,207.15532,70.2712,135.40805,1054.6489,205.875,2049.7737,1867.9951,18.542788,26.080383,15848.058,9.084877,60.259724,423.1137,99.345,176.11395,70.96702,392.27002,1177.9342,339.88556,10.995685,81.22083,827.5875,2182.158,40.035187,593.66943,54.433228,0.94934195,56.1081,0.97031486,0.4755349,2.115908,32.247005,117.938965,294.69632,11.902611,3385.587,203.40521,65.249306,78.526566,24.641726,90.92552,21.715208,2.3055418,37.785416,177.1955,31.04313,17.874094,19.202072,26.02573,17.672976,14.259931,43.09673,961.5418,137.23418,2964.064,39.063293,3844.3723,70.892845,510.34103,1967.6434,55.846207,12.469226,2017.5872,2685.8633,6802.9717,318.52267 +2023-06-04 16:00:00,0.0,10180.644,91.16126,18.485813,23.563923,28.851667,187.14459,27.188705,44.4933,21.2696,24.534403,711.6854,572.7632,14.173081,92.66553,8.975456,3.4451215,25.5281,45.207607,13.178276,402.5635,5.612743,333.8883,68.41987,0.73204917,3.9253933,113.27832,34.499146,166.08272,158.49245,9974.1,0.7094133,1762.2063,1.6890352,1.1128699,0.5799795,4.5641084,200.92636,269.80432,35.680107,322.1361,27.362278,13.346236,822.57104,4.9289365,91.75519,88.531654,454.5315,55.35158,374.72275,23.15413,109.780464,0.0,4539.1133,14181.416,24.970688,167.97852,139.98024,39681.418,187.22556,18.233595,65.30524,120.56337,93.899796,35.47294,66.02037,929.2056,154.30347,51.109463,13.87759,16.806803,1078.494,49.447586,586.7142,88.185555,2214.3518,149.93005,200.40628,163.10399,119.13532,10.672038,18.172731,45.27225,7.2114897,8.204289,58.483376,68.35003,92.142914,18.323288,19.968624,227.27657,10.4007435,3630.5232,74.06491,87.897224,89.72979,76.86682,243.03519,121.88531,91.27778,26.599142,30.365526,67.36801,332.1204,279.4419,111.0775,394.70444,68.34512,82.06053,244.337,241.77972,1076.905,222.19724,4.878361,16.350834,8.806836,112.21667,15891.406,7.697445,19.35706,31.045925,38.05573,426.78055,84.90593,141.94167,4.9825144,222.27222,493.57706,290.3465,99.627045,353.67255,39.513702,65.41892,324.48364,17.836363,2.6569226,14.737954,1835.6722,0.33331198,0.9752333,78.85412,10.495556,5.2004614,11.321303,19.244234,207.06053,70.2407,135.38223,1054.22,205.87878,2049.5095,1867.7954,18.534206,26.078241,15843.003,9.084178,60.25648,423.31934,99.33833,176.06555,70.956955,392.1689,1177.5691,339.97665,10.998016,81.21111,827.92773,2181.7021,40.03367,593.5852,54.405834,0.9494971,56.11378,0.97054785,0.47583848,2.1173425,32.2441,117.93031,294.67737,11.911185,3385.8264,203.50278,65.29815,78.6375,24.723652,90.93472,21.770555,2.3068888,37.877777,177.82953,31.249111,17.99713,19.29108,26.020277,17.735556,14.347592,43.107277,961.427,137.28752,2965.8313,39.06154,3844.243,70.905846,510.22528,1968.5026,55.880096,12.464325,2017.0093,2684.3374,6800.9204,318.24976 +2023-06-04 17:00:00,0.0,10190.496,91.26881,18.48769,23.583431,28.840418,187.12129,27.184637,44.476532,21.267193,24.531897,711.4861,572.6509,14.166999,92.72604,8.986406,3.442088,25.52404,45.172707,13.159445,402.476,5.6044726,333.849,68.3901,0.7314308,3.9235177,113.26993,34.480343,165.9372,158.45796,9985.819,0.7093256,1761.7946,1.6881422,1.112186,0.57965094,4.5603895,200.86154,269.71674,35.669655,321.95868,27.356451,13.377797,823.4851,4.9273553,91.87323,88.595726,454.3482,55.490265,374.73135,23.147896,110.13436,0.0,4536.21,14183.425,24.966227,168.2851,139.95897,39689.645,187.13799,18.234411,65.42613,120.81026,93.82597,35.442776,66.24977,931.0573,154.61658,51.231438,13.8803,16.799076,1077.5139,49.460052,588.5373,88.27403,2214.2383,150.1191,200.64484,163.00146,119.496475,10.668303,18.166296,45.247913,7.2070084,8.197485,58.490658,68.32694,92.10211,18.317915,19.974573,227.38617,10.397247,3629.4126,74.13741,87.83923,89.806366,76.93679,242.98634,121.93106,91.263885,26.610197,30.392689,67.456985,332.09985,280.31454,111.14344,394.8653,68.39245,82.08973,244.4357,241.84454,1076.7025,222.39653,4.8765244,16.35198,8.809252,112.10527,15890.995,7.693389,19.34619,31.031296,38.07892,427.0432,84.9238,142.05177,4.9797525,222.32361,493.69962,290.4766,99.665565,353.64386,39.496433,65.41808,324.4009,17.829708,2.655667,14.734173,1836.1792,0.33305416,0.9745541,78.82034,10.487063,5.198404,11.313317,19.231213,206.96576,70.2102,135.35641,1053.791,205.88258,2049.245,1867.5956,18.525623,26.076101,15837.948,9.083478,60.253242,423.52493,99.33167,176.01715,70.9469,392.06778,1177.204,340.06778,11.000347,81.201385,828.26794,2181.246,40.03215,593.5009,54.378437,0.94965225,56.11946,0.9707808,0.4761421,2.118777,32.241188,117.92165,294.65842,11.91976,3386.0662,203.60036,65.34699,78.748436,24.805576,90.943924,21.825903,2.3082361,37.97014,178.46356,31.455091,18.120167,19.380089,26.014826,17.798134,14.435254,43.11782,961.31226,137.34085,2967.5984,39.059788,3844.1138,70.91884,510.10953,1969.3617,55.913982,12.459423,2016.4315,2682.8115,6798.869,317.9768 +2023-06-04 18:00:00,0.0,10200.348,91.37635,18.489567,23.602942,28.829166,187.09799,27.180569,44.45976,21.264788,24.529388,711.28674,572.5386,14.160916,92.78656,8.997355,3.4390545,25.51998,45.137806,13.140614,402.38852,5.5962024,333.80966,68.36032,0.7308125,3.921642,113.261536,34.46154,165.79166,158.42348,9997.538,0.70923793,1761.3828,1.6872492,1.1115022,0.57932246,4.55667,200.7967,269.62915,35.659206,321.78125,27.350624,13.409357,824.3992,4.925774,91.99128,88.6598,454.16492,55.62895,374.74,23.14166,110.48826,0.0,4533.3066,14185.435,24.961767,168.59167,139.9377,39697.875,187.05043,18.23523,65.54703,121.05712,93.75215,35.412613,66.479164,932.909,154.92969,51.353413,13.883008,16.791351,1076.5337,49.472515,590.3604,88.3625,2214.125,150.30812,200.8834,162.89896,119.857635,10.664568,18.15986,45.22358,7.2025275,8.1906805,58.497944,68.303856,92.06131,18.312542,19.980524,227.49577,10.39375,3628.302,74.20991,87.78125,89.88295,77.00677,242.9375,121.97681,91.25,26.62125,30.41985,67.54596,332.0793,281.18716,111.20937,395.02612,68.43978,82.11893,244.53438,241.90938,1076.5,222.59583,4.8746877,16.353125,8.8116665,111.99387,15890.583,7.6893334,19.33532,31.016666,38.10211,427.30588,84.941666,142.16188,4.9769907,222.375,493.8222,290.6067,99.70409,353.61514,39.479168,65.41724,324.31818,17.823055,2.6544116,14.730391,1836.686,0.33279634,0.973875,78.786575,10.478571,5.1963463,11.305332,19.21819,206.87097,70.17969,135.3306,1053.3619,205.88637,2048.9807,1867.3959,18.51704,26.07396,15832.893,9.082779,60.25,423.73056,99.325005,175.96875,70.93684,391.96667,1176.8389,340.15887,11.002679,81.191666,828.60815,2180.79,40.030632,593.4167,54.35104,0.9498074,56.125145,0.9710138,0.47644573,2.1202118,32.23828,117.913,294.63947,11.928333,3386.306,203.69792,65.395836,78.859375,24.8875,90.953125,21.88125,2.3095832,38.0625,179.0976,31.661072,18.243202,19.469097,26.009375,17.860714,14.522917,43.12837,961.1975,137.39418,2969.3657,39.058037,3843.9846,70.93184,509.99377,1970.2208,55.947872,12.454522,2015.8536,2681.2856,6796.8184,317.7039 +2023-06-04 19:00:00,0.0,10210.2,91.483894,18.491442,23.622452,28.817917,187.07469,27.176498,44.442986,21.26238,24.526882,711.0874,572.4263,14.154834,92.84708,9.008305,3.4360209,25.515919,45.102905,13.121781,402.30106,5.587932,333.77032,68.33055,0.73019415,3.9197664,113.25314,34.442734,165.64613,158.38899,10009.258,0.70915025,1760.9711,1.6863562,1.1108183,0.5789939,4.5529513,200.73189,269.5416,35.648754,321.60382,27.344799,13.440918,825.3133,4.9241934,92.10932,88.72387,453.98163,55.76763,374.74863,23.135426,110.842155,0.0,4530.4033,14187.443,24.957306,168.89824,139.91643,39706.105,186.96286,18.236046,65.667915,121.30399,93.67833,35.38245,66.708565,934.7607,155.2428,51.475384,13.885717,16.783625,1075.5535,49.484978,592.1835,88.45097,2214.0115,150.49716,201.12198,162.79645,120.21879,10.660832,18.153425,45.19924,7.1980467,8.183876,58.505226,68.28077,92.020515,18.30717,19.986473,227.6054,10.390253,3627.1917,74.28241,87.72327,89.95953,77.07674,242.88866,122.02255,91.236115,26.632303,30.447012,67.63493,332.05878,282.0598,111.275314,395.18698,68.487114,82.148125,244.63307,241.9742,1076.2975,222.79512,4.872851,16.35427,8.814082,111.88248,15890.172,7.685278,19.324451,31.002035,38.125305,427.56857,84.95954,142.27197,4.974229,222.42639,493.9448,290.7368,99.74261,353.58646,39.4619,65.41639,324.23547,17.816402,2.6531558,14.726609,1837.193,0.33253852,0.9731958,78.75281,10.470079,5.1942883,11.297346,19.205168,206.7762,70.149185,135.30478,1052.933,205.89015,2048.7166,1867.196,18.508457,26.07182,15827.838,9.08208,60.24676,423.9362,99.31834,175.92035,70.92678,391.86557,1176.4738,340.25,11.00501,81.181946,828.94836,2180.3342,40.029118,593.3324,54.323647,0.94996256,56.130825,0.9712468,0.47674933,2.1216464,32.235374,117.90434,294.6205,11.936908,3386.5454,203.79549,65.44468,78.970314,24.969425,90.962326,21.936598,2.3109305,38.15486,179.73163,31.867052,18.36624,19.558105,26.003923,17.923292,14.610579,43.138912,961.0827,137.44753,2971.133,39.056282,3843.8555,70.94484,509.87802,1971.08,55.981762,12.449621,2015.2759,2679.7598,6794.767,317.43097 +2023-06-04 20:00:00,0.0,10220.052,91.59144,18.493319,23.641962,28.806667,187.05139,27.17243,44.426216,21.259974,24.524376,710.8881,572.31396,14.148751,92.90759,9.019255,3.4329872,25.511858,45.06801,13.10295,402.21356,5.5796623,333.73102,68.30077,0.7295759,3.9178908,113.24475,34.42393,165.50061,158.3545,10020.978,0.7090626,1760.5593,1.6854633,1.1101344,0.57866544,4.5492325,200.66707,269.454,35.6383,321.4264,27.338972,13.472478,826.22736,4.922612,92.22737,88.78794,453.79834,55.906315,374.75723,23.12919,111.19605,0.0,4527.5,14189.452,24.952847,169.20482,139.89516,39714.336,186.8753,18.236864,65.78881,121.550865,93.60451,35.352287,66.937965,936.61237,155.55591,51.59736,13.888426,16.7759,1074.5734,49.49744,594.0066,88.539444,2213.8982,150.68619,201.36053,162.69394,120.57995,10.657098,18.14699,45.174908,7.1935654,8.177072,58.512512,68.25768,91.97971,18.301798,19.992422,227.715,10.386757,3626.081,74.354904,87.665276,90.03611,77.146706,242.83981,122.0683,91.22222,26.643356,30.474173,67.72391,332.0382,282.93243,111.34125,395.3478,68.53445,82.17732,244.73175,242.03903,1076.095,222.99442,4.8710136,16.355417,8.816498,111.77108,15889.76,7.6812224,19.313581,30.987406,38.148495,427.83124,84.97741,142.38208,4.971467,222.47778,494.06735,290.86688,99.781136,353.55774,39.44463,65.41555,324.15274,17.80975,2.6519003,14.722828,1837.7,0.3322807,0.97251666,78.71903,10.461587,5.1922307,11.289361,19.192144,206.68141,70.11868,135.27896,1052.504,205.89394,2048.4521,1866.9963,18.499874,26.069677,15822.783,9.08138,60.24352,424.14178,99.31167,175.87195,70.916725,391.76447,1176.1086,340.3411,11.007341,81.17222,829.2886,2179.8782,40.0276,593.24817,54.29625,0.95011765,56.136505,0.9714797,0.47705296,2.123081,32.232464,117.89569,294.60156,11.945481,3386.7852,203.89305,65.493515,79.08125,25.05135,90.97153,21.991943,2.3122778,38.247223,180.36566,32.073032,18.489275,19.647114,25.998472,17.985872,14.69824,43.14946,960.96796,137.50085,2972.9004,39.05453,3843.7263,70.95783,509.76227,1971.9392,56.015648,12.444719,2014.698,2678.234,6792.716,317.15805 +2023-06-04 21:00:00,0.0,10229.904,91.69898,18.495195,23.66147,28.795418,187.02809,27.16836,44.409447,21.257568,24.521868,710.6888,572.20166,14.14267,92.96811,9.030204,3.4299536,25.507797,45.033108,13.084119,402.12607,5.571392,333.69168,68.270996,0.72895753,3.916015,113.23636,34.40513,165.35509,158.32002,10032.696,0.7089749,1760.1477,1.6845703,1.1094506,0.5783369,4.545513,200.60225,269.36642,35.62785,321.24896,27.333145,13.504039,827.1414,4.921031,92.34541,88.85202,453.61502,56.045002,374.76587,23.122955,111.54995,0.0,4524.5967,14191.461,24.948385,169.51138,139.87389,39722.562,186.78773,18.23768,65.909706,121.79773,93.53068,35.322124,67.16736,938.46405,155.869,51.719334,13.891135,16.768173,1073.5931,49.509903,595.8297,88.62792,2213.7847,150.87523,201.5991,162.59143,120.94111,10.653362,18.140554,45.15057,7.1890845,8.170267,58.519794,68.2346,91.93891,18.296425,19.998373,227.8246,10.38326,3624.9705,74.4274,87.60729,90.11269,77.216675,242.79097,122.114044,91.208336,26.654411,30.501335,67.81288,332.01767,283.80508,111.40719,395.50864,68.58177,82.20652,244.83044,242.10385,1075.8925,223.19371,4.869177,16.356562,8.8189125,111.65968,15889.349,7.677167,19.302711,30.972776,38.171688,428.0939,84.99528,142.49219,4.968705,222.52916,494.18994,290.99698,99.81966,353.52905,39.42736,65.4147,324.07,17.803097,2.6506448,14.719047,1838.2068,0.33202288,0.97183746,78.685265,10.453095,5.190173,11.281376,19.179123,206.58662,70.08818,135.25314,1052.075,205.89772,2048.188,1866.7965,18.491293,26.067535,15817.729,9.080681,60.24028,424.3474,99.305,175.82355,70.90666,391.66333,1175.7435,340.43222,11.009673,81.1625,829.6288,2179.422,40.02608,593.1639,54.268852,0.9502728,56.142185,0.9717127,0.47735658,2.1245158,32.229557,117.88703,294.5826,11.954056,3387.025,203.99063,65.54236,79.192184,25.133274,90.98073,22.04729,2.3136249,38.339584,180.9997,32.27901,18.612312,19.736122,25.993021,18.048452,14.785903,43.160007,960.8532,137.55418,2974.6675,39.05278,3843.597,70.97083,509.6465,1972.7983,56.049538,12.439818,2014.1202,2676.7078,6790.6646,316.88513 +2023-06-04 22:00:00,0.0,10239.756,91.80653,18.49707,23.68098,28.784166,187.00479,27.164291,44.392673,21.255161,24.519361,710.48944,572.08936,14.136587,93.02863,9.041153,3.42692,25.503736,44.998207,13.065288,402.03857,5.563122,333.65237,68.24123,0.7283392,3.9141393,113.22797,34.386326,165.20956,158.28554,10044.416,0.7088872,1759.736,1.6836773,1.1087667,0.5780084,4.541795,200.53741,269.27887,35.6174,321.07153,27.32732,13.535599,828.0555,4.91945,92.46346,88.91609,453.4317,56.183685,374.7745,23.116722,111.90385,0.0,4521.694,14193.47,24.943926,169.81796,139.85262,39730.793,186.70018,18.238499,66.030594,122.0446,93.456856,35.29196,67.39676,940.31573,156.18211,51.84131,13.893844,16.760447,1072.6129,49.522366,597.65283,88.71639,2213.6711,151.06425,201.83766,162.4889,121.30226,10.649628,18.134119,45.126236,7.184603,8.163463,58.52708,68.21151,91.89811,18.291052,20.004322,227.93422,10.379763,3623.8599,74.4999,87.54931,90.18928,77.28665,242.74213,122.1598,91.19444,26.665464,30.528496,67.901855,331.99713,284.6777,111.47313,395.6695,68.629105,82.23572,244.92914,242.16867,1075.69,223.393,4.86734,16.357708,8.821328,111.54829,15888.937,7.6731114,19.291843,30.958147,38.19488,428.35657,85.01315,142.60228,4.9659433,222.58055,494.31253,291.12708,99.85818,353.50034,39.41009,65.41386,323.98727,17.796442,2.6493893,14.715265,1838.7137,0.33176506,0.9711583,78.6515,10.444603,5.188115,11.27339,19.1661,206.49185,70.05768,135.22733,1051.646,205.90152,2047.9236,1866.5968,18.48271,26.065395,15812.674,9.079981,60.237038,424.55304,99.29833,175.77513,70.89661,391.56223,1175.3784,340.52332,11.012004,81.15278,829.96906,2178.966,40.024563,593.07965,54.24146,0.95042795,56.147865,0.9719457,0.4776602,2.1259503,32.22665,117.87838,294.56366,11.962629,3387.2644,204.0882,65.5912,79.30312,25.215199,90.98993,22.102638,2.3149722,38.431946,181.63373,32.484993,18.73535,19.825132,25.98757,18.11103,14.873565,43.17055,960.7384,137.60751,2976.4348,39.05103,3843.4678,70.983826,509.53076,1973.6575,56.083427,12.4349165,2013.5424,2675.182,6788.6133,316.6122 +2023-06-04 23:00:00,0.0,10249.608,91.91408,18.498947,23.70049,28.772917,186.98149,27.160221,44.3759,21.252756,24.516853,710.2901,571.97705,14.130505,93.08915,9.052103,3.4238863,25.499678,44.963306,13.046455,401.95108,5.5548515,333.61304,68.21145,0.72772086,3.9122636,113.219574,34.367523,165.06404,158.25105,10056.136,0.70879954,1759.3242,1.6827843,1.1080828,0.5776799,4.5380754,200.4726,269.19128,35.60695,320.8941,27.321493,13.56716,828.9696,4.917869,92.581505,88.98016,453.2484,56.32237,374.7831,23.110487,112.257744,0.0,4518.79,14195.479,24.939465,170.12454,139.83136,39739.023,186.61261,18.239315,66.15149,122.29147,93.38303,35.2618,67.62616,942.1674,156.49522,51.96328,13.896553,16.752722,1071.6328,49.53483,599.47595,88.80486,2213.5579,151.2533,202.07625,162.3864,121.66342,10.645892,18.127684,45.1019,7.1801224,8.156658,58.534367,68.18842,91.857315,18.28568,20.010271,228.04382,10.3762665,3622.7495,74.572395,87.49132,90.26586,77.35662,242.69328,122.20554,91.18056,26.676517,30.555658,67.99083,331.9766,285.55035,111.53906,395.83032,68.67644,82.26492,245.02782,242.2335,1075.4874,223.5923,4.8655033,16.358854,8.823744,111.43689,15888.525,7.669056,19.280973,30.943518,38.21807,428.61926,85.03102,142.71239,4.9631815,222.63194,494.4351,291.25717,99.8967,353.47165,39.392822,65.41302,323.90454,17.78979,2.6481335,14.711483,1839.2207,0.33150724,0.97047913,78.61772,10.436111,5.1860576,11.265405,19.153078,206.39706,70.027176,135.2015,1051.217,205.9053,2047.6592,1866.397,18.474127,26.063253,15807.619,9.079282,60.2338,424.75867,99.29167,175.72673,70.88654,391.46112,1175.0133,340.61444,11.014336,81.14305,830.30927,2178.5103,40.02305,592.99536,54.21406,0.9505831,56.153545,0.9721787,0.4779638,2.127385,32.22374,117.86972,294.5447,11.971204,3387.5042,204.18576,65.640045,79.41406,25.297123,90.99913,22.157986,2.3163195,38.524307,182.26776,32.69097,18.858385,19.91414,25.982119,18.17361,14.961226,43.1811,960.62366,137.66086,2978.2021,39.049274,3843.3386,70.996826,509.415,1974.5166,56.117313,12.430016,2012.9646,2673.656,6786.562,316.3393 +2023-06-05 00:00:00,0.0,10259.46,92.02162,18.500822,23.720001,28.761667,186.95819,27.156153,44.35913,21.250349,24.514347,710.09076,571.8647,14.124422,93.149666,9.063052,3.4208527,25.495617,44.92841,13.027624,401.86362,5.5465813,333.5737,68.18168,0.7271026,3.910388,113.21118,34.348717,164.91852,158.21657,10067.8545,0.70871186,1758.9125,1.6818913,1.107399,0.57735133,4.534356,200.40778,269.1037,35.596497,320.71667,27.315666,13.59872,829.88367,4.916288,92.699554,89.044235,453.06512,56.461052,374.79175,23.104252,112.61164,0.0,4515.887,14197.487,24.935003,170.4311,139.81009,39747.25,186.52505,18.240133,66.272385,122.53835,93.30921,35.231636,67.85555,944.0191,156.80833,52.085255,13.899261,16.744995,1070.6526,49.54729,601.2991,88.89333,2213.4443,151.44234,202.31482,162.28389,122.024574,10.642158,18.12125,45.07756,7.175641,8.149854,58.54165,68.165344,91.81651,18.280308,20.016222,228.15343,10.372769,3621.639,74.6449,87.433334,90.34244,77.42659,242.64444,122.25129,91.166664,26.68757,30.582819,68.0798,331.95605,286.42297,111.605,395.99118,68.72377,82.29412,245.12651,242.29832,1075.2849,223.7916,4.8636665,16.36,8.826159,111.32549,15888.114,7.6650004,19.270103,30.928888,38.241264,428.88193,85.04889,142.8225,4.9604197,222.68333,494.55768,291.38727,99.93523,353.44293,39.375557,65.41217,323.82184,17.783136,2.646878,14.707702,1839.7275,0.33124942,0.96979994,78.583954,10.427619,5.184,11.257419,19.140055,206.30228,69.996666,135.1757,1050.7881,205.90909,2047.3949,1866.1973,18.465544,26.061113,15802.564,9.078582,60.230556,424.96426,99.285,175.67833,70.87649,391.36002,1174.6482,340.70554,11.016666,81.13333,830.6495,2178.0542,40.02153,592.91113,54.186665,0.95073825,56.15923,0.97241163,0.47826743,2.1288197,32.220833,117.86107,294.52576,11.979778,3387.744,204.28334,65.68889,79.525,25.379047,91.00833,22.213333,2.3176665,38.616665,182.9018,32.896954,18.981422,20.003149,25.976667,18.23619,15.048889,43.191643,960.50885,137.71419,2979.9695,39.047523,3843.2095,71.00982,509.29926,1975.3759,56.151203,12.425114,2012.3867,2672.1301,6784.5107,316.06635 +2023-06-05 01:00:00,0.0,10269.3125,92.129166,18.502699,23.73951,28.750418,186.93489,27.152082,44.34236,21.247944,24.511839,709.8914,571.7524,14.11834,93.21018,9.074001,3.417819,25.491556,44.89351,13.008793,401.77612,5.5383115,333.5344,68.1519,0.72648424,3.908512,113.20279,34.329914,164.773,158.18207,10079.574,0.7086242,1758.5007,1.6809983,1.1067151,0.57702285,4.5306377,200.34296,269.0161,35.58605,320.53925,27.30984,13.6302805,830.7977,4.9147067,92.8176,89.10831,452.88184,56.59974,374.80038,23.098017,112.96554,0.0,4512.984,14199.497,24.930544,170.73769,139.78882,39755.48,186.43748,18.24095,66.39327,122.785225,93.23538,35.201473,68.08495,945.8708,157.12144,52.20723,13.901971,16.73727,1069.6724,49.559753,603.1222,88.981804,2213.331,151.63136,202.55338,162.18138,122.385735,10.638422,18.114815,45.053226,7.17116,8.143049,58.548935,68.14226,91.77571,18.274935,20.022171,228.26305,10.369272,3620.5283,74.71739,87.37535,90.41902,77.49656,242.5956,122.297035,91.15278,26.698626,30.609982,68.16878,331.9355,287.29562,111.67094,396.152,68.771095,82.32332,245.22519,242.36316,1075.0824,223.99089,4.8618298,16.361145,8.828574,111.214096,15887.702,7.660945,19.259233,30.914259,38.264458,429.1446,85.066765,142.93259,4.957658,222.73473,494.68027,291.51736,99.97375,353.41425,39.358288,65.41132,323.7391,17.776484,2.6456225,14.70392,1840.2345,0.3309916,0.9691208,78.55018,10.4191265,5.1819425,11.2494335,19.127033,206.2075,69.96616,135.14989,1050.359,205.91287,2047.1306,1865.9974,18.456963,26.058971,15797.51,9.077883,60.227314,425.1699,99.278336,175.62993,70.86643,391.2589,1174.2831,340.79666,11.018998,81.12361,830.9897,2177.5981,40.02001,592.82684,54.15927,0.9508934,56.16491,0.9726446,0.47857106,2.1302543,32.217926,117.85241,294.5068,11.988352,3387.9836,204.3809,65.73773,79.63594,25.460972,91.01753,22.26868,2.3190138,38.709026,183.53583,33.102932,19.104458,20.092157,25.971216,18.298769,15.136551,43.20219,960.3941,137.76752,2981.7368,39.045773,3843.08,71.02282,509.1835,1976.235,56.185093,12.420213,2011.809,2670.6042,6782.4595,315.79343 +2023-06-05 02:00:00,0.0,10279.164,92.23671,18.504576,23.75902,28.739166,186.91159,27.148014,44.32559,21.245537,24.509333,709.69214,571.6401,14.112257,93.2707,9.084951,3.4147854,25.487495,44.85861,12.989961,401.68863,5.530041,333.49506,68.12213,0.7258659,3.9066365,113.1944,34.31111,164.62747,158.14758,10091.294,0.7085365,1758.0891,1.6801054,1.1060312,0.5766943,4.5269184,200.27814,268.92856,35.575596,320.36182,27.304014,13.66184,831.7118,4.9131255,92.935646,89.17238,452.69855,56.738422,374.809,23.091782,113.319435,0.0,4510.0806,14201.506,24.926083,171.04427,139.76755,39763.71,186.34993,18.241768,66.51417,123.03209,93.16156,35.17131,68.314354,947.7225,157.43456,52.3292,13.904679,16.729544,1068.6923,49.572216,604.9453,89.07028,2213.2175,151.8204,202.79195,162.07887,122.74689,10.634687,18.10838,45.02889,7.166679,8.136246,58.556217,68.11916,91.73491,18.269562,20.02812,228.37265,10.365776,3619.4177,74.78989,87.31736,90.495605,77.566536,242.54675,122.34278,91.138885,26.709679,30.637144,68.25776,331.91495,288.16824,111.73688,396.31284,68.81843,82.352516,245.32388,242.42798,1074.8798,224.19019,4.859993,16.362291,8.83099,111.1027,15887.291,7.656889,19.248365,30.89963,38.287647,429.4073,85.08463,143.0427,4.954896,222.78612,494.80283,291.64746,100.01227,353.38553,39.34102,65.410484,323.65637,17.769829,2.644367,14.700139,1840.7413,0.33073378,0.9684416,78.51641,10.410635,5.1798844,11.241447,19.11401,206.11272,69.93566,135.12407,1049.93,205.91667,2046.8663,1865.7977,18.44838,26.05683,15792.455,9.077183,60.224075,425.37552,99.27167,175.58153,70.85637,391.15778,1173.918,340.8878,11.02133,81.11389,831.3299,2177.142,40.018494,592.7426,54.131874,0.9510485,56.17059,0.9728776,0.47887468,2.131689,32.21502,117.84376,294.48785,11.996926,3388.2231,204.47847,65.786575,79.74687,25.542896,91.02673,22.324028,2.3203611,38.801388,184.16986,33.308914,19.227495,20.181166,25.965763,18.36135,15.224213,43.212738,960.27936,137.82085,2983.504,39.044018,3842.951,71.03582,509.06775,1977.0941,56.21898,12.415311,2011.2311,2669.0784,6780.408,315.5205 +2023-06-05 03:00:00,0.0,10289.017,92.34425,18.50645,23.77853,28.727917,186.88829,27.143944,44.308815,21.24313,24.506826,709.4928,571.5278,14.106174,93.331215,9.095901,3.4117517,25.483435,44.823708,12.971129,401.60114,5.521771,333.45575,68.092354,0.72524756,3.9047608,113.186005,34.29231,164.48195,158.1131,10103.014,0.7084488,1757.6774,1.6792125,1.1053473,0.5763658,4.5231996,200.2133,268.84097,35.565144,320.1844,27.298187,13.693401,832.6259,4.911545,93.05369,89.23645,452.51526,56.877106,374.81763,23.085546,113.673325,0.0,4507.1777,14203.515,24.921623,171.35083,139.74628,39771.94,186.26236,18.242584,66.63506,123.27896,93.08774,35.141148,68.54375,949.57416,157.74765,52.451176,13.907389,16.721817,1067.712,49.58468,606.76843,89.15875,2213.104,152.00943,203.0305,161.97635,123.10805,10.630953,18.101944,45.004555,7.162198,8.129441,58.563503,68.096085,91.69411,18.26419,20.034071,228.48225,10.362279,3618.3074,74.86239,87.25938,90.57218,77.636505,242.49791,122.388535,91.125,26.720732,30.664305,68.34673,331.8944,289.0409,111.80281,396.4737,68.86576,82.381714,245.42258,242.49281,1074.6772,224.3895,4.858156,16.363438,8.833405,110.991295,15886.879,7.6528335,19.237495,30.884998,38.31084,429.66995,85.1025,143.1528,4.952134,222.8375,494.9254,291.77756,100.05079,353.35684,39.32375,65.40964,323.57364,17.763176,2.6431112,14.696358,1841.2483,0.33047596,0.9677625,78.48264,10.402143,5.177827,11.233462,19.100988,206.01794,69.90516,135.09825,1049.501,205.92046,2046.6019,1865.5979,18.439796,26.05469,15787.4,9.076484,60.220833,425.58112,99.265,175.53313,70.84631,391.05667,1173.5529,340.97888,11.023661,81.104164,831.6701,2176.6863,40.016975,592.6583,54.104477,0.95120364,56.17627,0.97311056,0.47917828,2.1331236,32.21211,117.8351,294.4689,12.0055,3388.463,204.57605,65.83542,79.85781,25.624823,91.035934,22.379375,2.3217082,38.89375,184.8039,33.514893,19.35053,20.270174,25.960312,18.423927,15.311875,43.22328,960.16455,137.87419,2985.2712,39.042267,3842.8218,71.04881,508.952,1977.9532,56.25287,12.41041,2010.6533,2667.5525,6778.357,315.2476 +2023-06-05 04:00:00,0.0,10298.868,92.4518,18.508327,23.79804,28.716667,186.86499,27.139875,44.292046,21.240725,24.504318,709.29346,571.41547,14.100092,93.39173,9.10685,3.408718,25.479374,44.78881,12.952298,401.51364,5.5135007,333.4164,68.06258,0.7246293,3.9028852,113.17761,34.273506,164.33641,158.07861,10114.732,0.70836115,1757.2656,1.6783195,1.1046635,0.5760373,4.51948,200.14848,268.7534,35.55469,320.00696,27.29236,13.724961,833.54,4.9099636,93.17174,89.30052,452.33197,57.01579,374.82626,23.079313,114.02722,0.0,4504.2744,14205.523,24.917162,171.65741,139.725,39780.168,186.1748,18.2434,66.75595,123.52583,93.013916,35.110985,68.77315,951.42584,158.06076,52.57315,13.910098,16.714092,1066.7318,49.59714,608.59155,89.24722,2212.9907,152.19847,203.26907,161.87384,123.4692,10.627217,18.095509,44.980217,7.157717,8.122637,58.570786,68.073,91.65331,18.258818,20.04002,228.59187,10.358782,3617.1968,74.93488,87.201385,90.648766,77.706474,242.44907,122.43428,91.111115,26.731785,30.691467,68.43571,331.87387,289.9135,111.86875,396.63452,68.91309,82.41091,245.52126,242.55763,1074.4747,224.58879,4.8563194,16.364584,8.83582,110.8799,15886.468,7.648778,19.226625,30.870369,38.334034,429.93262,85.12038,143.2629,4.9493723,222.88889,495.048,291.90762,100.08932,353.32816,39.30648,65.40879,323.4909,17.756523,2.6418557,14.692575,1841.7552,0.33021814,0.9670833,78.44887,10.393651,5.1757693,11.225476,19.087965,205.92316,69.87466,135.07243,1049.072,205.92424,2046.3376,1865.3982,18.431213,26.052547,15782.346,9.075784,60.217594,425.78674,99.25834,175.48473,70.83626,390.95557,1173.1877,341.07,11.025992,81.094444,832.0103,2176.2302,40.01546,592.5741,54.077084,0.9513588,56.18195,0.97334355,0.4794819,2.1345582,32.2092,117.82645,294.44995,12.014074,3388.7026,204.67361,65.88426,79.96875,25.706747,91.045135,22.434721,2.3230555,38.98611,185.43793,33.720875,19.473568,20.359182,25.95486,18.486507,15.399537,43.23383,960.0498,137.92752,2987.0386,39.040516,3842.6926,71.06181,508.83624,1978.8125,56.28676,12.405508,2010.0754,2666.0266,6776.3057,314.97467 +2023-06-05 05:00:00,0.0,10308.721,92.55935,18.510204,23.817549,28.705418,186.84169,27.135805,44.275276,21.238317,24.501812,709.0941,571.30316,14.09401,93.45225,9.1178,3.4056845,25.475315,44.75391,12.933466,401.42618,5.5052304,333.37708,68.03281,0.72401094,3.9010093,113.16922,34.2547,164.19089,158.04413,10126.452,0.7082735,1756.8539,1.6774265,1.1039796,0.57570875,4.5157614,200.08366,268.6658,35.544243,319.82953,27.286535,13.756522,834.45404,4.9083824,93.28978,89.3646,452.14865,57.154476,374.83487,23.073078,114.38112,0.0,4501.371,14207.532,24.912703,171.96399,139.70374,39788.4,186.08723,18.244219,66.87685,123.772705,92.940094,35.080822,69.00255,953.2775,158.37387,52.695126,13.9128065,16.706366,1065.7517,49.609604,610.4147,89.33569,2212.8772,152.3875,203.50763,161.77133,123.83036,10.623483,18.089073,44.955883,7.153236,8.115832,58.57807,68.04991,91.61251,18.253445,20.045969,228.70148,10.355286,3616.0862,75.007385,87.1434,90.72535,77.77644,242.40022,122.48003,91.09722,26.74284,30.718628,68.52468,331.85333,290.78616,111.93469,396.79538,68.96042,82.44011,245.61995,242.62247,1074.2722,224.78809,4.8544827,16.365728,8.838236,110.7685,15886.056,7.6447225,19.215755,30.85574,38.357224,430.1953,85.138245,143.373,4.9466105,222.94028,495.17056,292.03772,100.12784,353.29944,39.28921,65.40795,323.40817,17.74987,2.6406002,14.688794,1842.2621,0.32996032,0.96640414,78.4151,10.385159,5.1737113,11.217491,19.074944,205.82837,69.844154,135.04662,1048.6431,205.92802,2046.0734,1865.1984,18.422632,26.050407,15777.291,9.075085,60.21435,425.99237,99.25167,175.43633,70.826195,390.85446,1172.8226,341.1611,11.028323,81.084724,832.3505,2175.7742,40.013943,592.4898,54.049686,0.95151395,56.18763,0.97357655,0.47978553,2.135993,32.206295,117.81779,294.431,12.022648,3388.9421,204.77118,65.9331,80.07969,25.788671,91.05434,22.490068,2.3244028,39.078472,186.07196,33.926853,19.596603,20.44819,25.94941,18.549088,15.487199,43.244373,959.93506,137.98085,2988.806,39.03876,3842.5632,71.07481,508.7205,1979.6716,56.320644,12.400607,2009.4976,2664.5007,6774.2544,314.70175 +2023-06-05 06:00:00,0.0,10318.572,92.66689,18.51208,23.837059,28.694166,186.8184,27.131737,44.258503,21.235912,24.499304,708.8948,571.19086,14.087928,93.51277,9.128749,3.4026508,25.471254,44.71901,12.914635,401.33868,5.4969606,333.33777,68.00303,0.7233926,3.8991337,113.16083,34.235897,164.04536,158.00964,10138.172,0.7081858,1756.4421,1.6765335,1.1032957,0.57538027,4.5120425,200.01884,268.57825,35.53379,319.65207,27.280708,13.788082,835.3681,4.9068017,93.40783,89.42867,451.96533,57.29316,374.8435,23.066843,114.735016,0.0,4498.468,14209.541,24.908241,172.27055,139.68246,39796.63,185.99968,18.245035,66.99774,124.01958,92.866264,35.05066,69.23194,955.1292,158.68698,52.817097,13.915516,16.69864,1064.7715,49.622066,612.2378,89.42417,2212.764,152.57654,203.7462,161.66882,124.19151,10.619747,18.082638,44.931545,7.148755,8.109028,58.585354,68.026825,91.57171,18.248072,20.05192,228.81108,10.3517885,3614.9756,75.07988,87.08542,90.80193,77.84642,242.35138,122.52577,91.083336,26.753893,30.74579,68.613655,331.83276,291.65878,112.000626,396.9562,69.00775,82.469315,245.71863,242.68729,1074.0697,224.98738,4.852646,16.366875,8.840651,110.657104,15885.645,7.640667,19.204887,30.84111,38.380417,430.45798,85.15611,143.48311,4.9438486,222.99167,495.29315,292.16782,100.16636,353.27075,39.271946,65.407104,323.32547,17.743216,2.6393445,14.685013,1842.769,0.3297025,0.96572495,78.38133,10.376666,5.1716537,11.209505,19.06192,205.7336,69.81365,135.0208,1048.2141,205.93182,2045.8091,1864.9987,18.41405,26.048265,15772.236,9.074386,60.211113,426.19797,99.245,175.38791,70.81614,390.75336,1172.4575,341.25223,11.030655,81.075,832.69073,2175.3184,40.012424,592.4056,54.02229,0.9516691,56.193314,0.9738095,0.48008916,2.1374276,32.203384,117.809135,294.41205,12.031222,3389.182,204.86876,65.98194,80.19063,25.870596,91.063545,22.545416,2.3257499,39.170834,186.706,34.132835,19.71964,20.537199,25.943958,18.611666,15.574861,43.25492,959.82025,138.03418,2990.5732,39.03701,3842.434,71.08781,508.60474,1980.5308,56.354534,12.395705,2008.9198,2662.9749,6772.203,314.42883 +2023-06-05 07:00:00,0.0,10328.425,92.77444,18.513956,23.85657,28.682917,186.7951,27.127666,44.24173,21.233505,24.496798,708.6955,571.07855,14.081845,93.57329,9.139698,3.3996174,25.467194,44.68411,12.895803,401.2512,5.4886904,333.29843,67.97326,0.7227743,3.897258,113.152435,34.217094,163.89984,157.97516,10149.891,0.7080981,1756.0305,1.6756405,1.1026119,0.5750517,4.508323,199.95401,268.49066,35.52334,319.47464,27.274881,13.819643,836.28217,4.9052205,93.52587,89.492744,451.78207,57.431843,374.85214,23.060608,115.08891,0.0,4495.5645,14211.55,24.903782,172.57713,139.6612,39804.86,185.91212,18.245853,67.11863,124.26645,92.79244,35.020496,69.46134,956.9809,159.00009,52.93907,13.918224,16.690914,1063.7913,49.63453,614.0609,89.51264,2212.6504,152.76558,203.98477,161.56631,124.55267,10.616013,18.076202,44.907207,7.1442738,8.102223,58.59264,68.00374,91.53091,18.242699,20.057869,228.92068,10.348291,3613.8652,75.152374,87.02743,90.87851,77.91639,242.30254,122.57152,91.06944,26.764946,30.772951,68.70263,331.81223,292.53143,112.06657,397.11703,69.055084,82.49851,245.81732,242.75212,1073.8672,225.18668,4.850809,16.368021,8.843066,110.54571,15885.233,7.6366115,19.194017,30.82648,38.40361,430.72064,85.17398,143.5932,4.941087,223.04306,495.41574,292.2979,100.20488,353.24203,39.254677,65.40626,323.24274,17.736563,2.638089,14.6812315,1843.276,0.32944468,0.9650458,78.34756,10.368175,5.169596,11.20152,19.048899,205.63881,69.78314,134.99498,1047.7852,205.93561,2045.5447,1864.7988,18.405466,26.046124,15767.182,9.073686,60.20787,426.4036,99.238335,175.33951,70.806076,390.65222,1172.0924,341.34332,11.032987,81.06528,833.03094,2174.8623,40.010906,592.3213,53.994896,0.95182425,56.198994,0.9740425,0.48039275,2.1388621,32.200478,117.800476,294.3931,12.039797,3389.4216,204.96632,66.030785,80.30156,25.95252,91.07275,22.600763,2.3270972,39.263195,187.34003,34.338814,19.842676,20.626207,25.938507,18.674246,15.662523,43.26547,959.7055,138.08752,2992.3403,39.03526,3842.305,71.1008,508.48898,1981.3899,56.388424,12.390804,2008.3419,2661.449,6770.1523,314.15588 +2023-06-05 08:00:00,0.0,10338.276,92.88198,18.515833,23.87608,28.671667,186.7718,27.123598,44.22496,21.231098,24.49429,708.49615,570.96625,14.075763,93.633804,9.150648,3.3965838,25.463133,44.64921,12.876971,401.1637,5.48042,333.2591,67.94348,0.722156,3.8953824,113.14404,34.19829,163.75432,157.94067,10161.61,0.70801044,1755.6188,1.6747476,1.101928,0.57472324,4.504605,199.88919,268.40308,35.512886,319.2972,27.269054,13.851203,837.1963,4.9036393,93.64392,89.556816,451.59875,57.570526,374.86075,23.054373,115.44281,0.0,4492.661,14213.559,24.89932,172.8837,139.63992,39813.086,185.82455,18.24667,67.239525,124.51332,92.71862,34.990334,69.69074,958.8326,159.3132,53.061047,13.920934,16.683187,1062.8112,49.646996,615.884,89.60111,2212.5369,152.9546,204.22334,161.46379,124.913826,10.612277,18.069767,44.882874,7.139793,8.095419,58.599922,67.98065,91.49011,18.237328,20.063818,229.0303,10.344795,3612.7546,75.22488,86.969444,90.95509,77.98636,242.2537,122.61727,91.05556,26.776,30.800114,68.7916,331.7917,293.40405,112.1325,397.2779,69.10242,82.52771,245.91602,242.81694,1073.6647,225.38597,4.8489723,16.369167,8.845482,110.43431,15884.821,7.632556,19.183147,30.811852,38.4268,430.9833,85.19186,143.70331,4.938325,223.09445,495.5383,292.428,100.24341,353.21335,39.237408,65.40542,323.16,17.72991,2.6368334,14.677449,1843.7828,0.32918686,0.9643666,78.31379,10.359682,5.1675386,11.193535,19.035875,205.54402,69.75264,134.96916,1047.3561,205.93939,2045.2804,1864.5991,18.396883,26.043983,15762.127,9.072987,60.20463,426.60922,99.23167,175.2911,70.79602,390.55112,1171.7273,341.43445,11.035317,81.05556,833.37115,2174.4062,40.00939,592.23706,53.9675,0.9519794,56.204674,0.97427547,0.48069638,2.140297,32.19757,117.791824,294.37415,12.04837,3389.6611,205.06389,66.07963,80.4125,26.034445,91.08195,22.65611,2.3284445,39.355556,187.97406,34.544792,19.965714,20.715216,25.933056,18.736824,15.750185,43.276012,959.5907,138.14085,2994.1077,39.03351,3842.1758,71.1138,508.37323,1982.2491,56.42231,12.385902,2007.7642,2659.923,6768.101,313.88297 +2023-06-05 09:00:00,0.0,10348.129,92.989525,18.517708,23.895588,28.660418,186.7485,27.119528,44.20819,21.228693,24.491783,708.2968,570.85394,14.06968,93.69432,9.161597,3.3935502,25.459072,44.61431,12.85814,401.0762,5.47215,333.2198,67.91371,0.72153765,3.8935065,113.13565,34.17949,163.6088,157.90619,10173.33,0.70792276,1755.207,1.6738546,1.1012441,0.5743947,4.5008855,199.82437,268.31552,35.502438,319.11978,27.26323,13.882764,838.11035,4.902058,93.76196,89.62089,451.41547,57.709213,374.8694,23.048138,115.79671,0.0,4489.758,14215.568,24.894861,173.19028,139.61865,39821.316,185.737,18.247488,67.36042,124.76019,92.6448,34.96017,69.920135,960.68427,159.6263,53.18302,13.923642,16.675463,1061.8309,49.65946,617.7071,89.68958,2212.4236,153.14365,204.46191,161.36128,125.27499,10.608542,18.063334,44.858536,7.1353116,8.088614,58.60721,67.957565,91.44931,18.231955,20.069769,229.13991,10.341298,3611.644,75.29737,86.91146,91.03168,78.05633,242.20486,122.66302,91.041664,26.787054,30.827274,68.88058,331.77115,294.2767,112.19844,397.43872,69.14974,82.55691,246.0147,242.88177,1073.4622,225.58527,4.8471355,16.370312,8.847897,110.322914,15884.41,7.6285005,19.17228,30.797222,38.449993,431.246,85.209724,143.81342,4.935563,223.14583,495.6609,292.5581,100.28193,353.18463,39.22014,65.40457,323.07727,17.723257,2.635578,14.673668,1844.2898,0.32892904,0.9636875,78.280014,10.351191,5.1654806,11.185549,19.022854,205.44925,69.72214,134.94334,1046.9271,205.94318,2045.0161,1864.3993,18.388302,26.041842,15757.072,9.072287,60.20139,426.81482,99.225006,175.2427,70.785965,390.45,1171.3622,341.52554,11.037649,81.04583,833.71136,2173.9502,40.007874,592.1528,53.9401,0.9521345,56.210354,0.9745084,0.481,2.1417315,32.19466,117.783165,294.3552,12.056945,3389.901,205.16147,66.12847,80.52344,26.11637,91.09115,22.711458,2.3297915,39.447918,188.6081,34.750774,20.08875,20.804224,25.927605,18.799404,15.837847,43.28656,959.47595,138.19418,2995.875,39.031754,3842.0464,71.1268,508.25748,1983.1083,56.4562,12.381001,2007.1863,2658.3972,6766.05,313.61005 +2023-06-05 10:00:00,0.0,10357.98,93.09707,18.519585,23.915098,28.649168,186.7252,27.11546,44.191418,21.226286,24.489275,708.0975,570.74164,14.063598,93.75484,9.172546,3.3905165,25.455013,44.57941,12.839309,400.98874,5.4638796,333.18045,67.883934,0.7209193,3.891631,113.12726,34.160683,163.46327,157.8717,10185.049,0.7078351,1754.7953,1.6729616,1.1005603,0.57406616,4.497166,199.75955,268.22794,35.491985,318.94235,27.257402,13.914324,839.0244,4.9004774,93.88001,89.68496,451.23218,57.847897,374.878,23.041904,116.150604,0.0,4486.855,14217.577,24.8904,173.49686,139.59738,39829.547,185.64943,18.248304,67.48131,125.007065,92.57097,34.930008,70.149536,962.53595,159.9394,53.304993,13.926352,16.667736,1060.8508,49.67192,619.5302,89.77806,2212.31,153.33267,204.70047,161.25877,125.63615,10.604807,18.056898,44.8342,7.130831,8.08181,58.614494,67.93448,91.40851,18.226582,20.075718,229.24951,10.337802,3610.5337,75.36987,86.85347,91.10825,78.1263,242.15602,122.70876,91.02778,26.798107,30.854437,68.96955,331.75058,295.14932,112.26437,397.59958,69.197075,82.586105,246.11339,242.9466,1073.2596,225.78456,4.845299,16.371458,8.850312,110.21152,15883.998,7.6244445,19.16141,30.78259,38.473186,431.50867,85.22759,143.92351,4.9328012,223.19722,495.78348,292.6882,100.32045,353.15594,39.20287,65.403725,322.99454,17.716602,2.6343222,14.669887,1844.7968,0.32867122,0.9630083,78.24625,10.342698,5.163423,11.177564,19.00983,205.35446,69.691635,134.91753,1046.4982,205.94698,2044.7517,1864.1996,18.379719,26.039701,15752.018,9.071588,60.19815,427.02045,99.21834,175.1943,70.7759,390.3489,1170.9971,341.61667,11.03998,81.03611,834.0516,2173.4944,40.006355,592.06854,53.91271,0.95228964,56.216034,0.9747414,0.4813036,2.1431663,32.191753,117.77451,294.33624,12.065518,3390.1406,205.25903,66.177315,80.63438,26.198294,91.10035,22.766806,2.3311388,39.54028,189.24213,34.956753,20.211786,20.893234,25.922153,18.861984,15.925509,43.297104,959.3612,138.24753,2997.6423,39.030003,3841.9172,71.13979,508.14172,1983.9674,56.490086,12.3761,2006.6085,2656.8713,6763.9985,313.33713 +2023-06-05 11:00:00,0.0,10367.833,93.20461,18.521461,23.934608,28.637917,186.7019,27.11139,44.174644,21.22388,24.486769,707.89813,570.62933,14.057515,93.81535,9.183496,3.387483,25.450953,44.54451,12.8204775,400.90125,5.45561,333.14114,67.854164,0.72030103,3.8897552,113.118866,34.14188,163.31775,157.8372,10196.769,0.7077474,1754.3835,1.6720686,1.0998764,0.5737377,4.493448,199.69472,268.14035,35.481533,318.76492,27.251575,13.945885,839.9385,4.898896,93.998055,89.74903,451.0489,57.98658,374.88663,23.03567,116.5045,0.0,4483.9517,14219.586,24.88594,173.80342,139.57613,39837.773,185.56187,18.249123,67.6022,125.25394,92.49715,34.899845,70.37894,964.38763,160.25252,53.426968,13.92906,16.660011,1059.8706,49.684383,621.35333,89.86653,2212.1968,153.52171,204.93904,161.15627,125.9973,10.601072,18.050463,44.809864,7.1263494,8.075006,58.621777,67.91139,91.36771,18.221209,20.081667,229.35913,10.334305,3609.423,75.44237,86.79549,91.18484,78.19627,242.10718,122.75451,91.013885,26.80916,30.881598,69.058525,331.73004,296.02197,112.330315,397.7604,69.24441,82.6153,246.21207,243.01141,1073.0571,225.98386,4.843462,16.372604,8.852728,110.10012,15883.587,7.620389,19.15054,30.767962,38.496376,431.77133,85.24547,144.03362,4.9300394,223.24861,495.90604,292.8183,100.35897,353.12723,39.1856,65.402885,322.91183,17.70995,2.6330667,14.666105,1845.3036,0.3284134,0.96232915,78.21248,10.334207,5.1613655,11.169578,18.996809,205.25969,69.66113,134.89171,1046.0691,205.95076,2044.4874,1863.9998,18.371136,26.03756,15746.963,9.070888,60.19491,427.22607,99.21167,175.1459,70.76585,390.2478,1170.632,341.70776,11.042312,81.02639,834.3918,2173.0383,40.004837,591.98425,53.88531,0.9524448,56.221714,0.9749744,0.48160723,2.1446009,32.188847,117.765854,294.3173,12.074093,3390.3801,205.3566,66.22616,80.745316,26.280218,91.10955,22.822153,2.3324862,39.632637,189.87616,35.162735,20.334824,20.982243,25.916702,18.924562,16.01317,43.30765,959.2464,138.30086,2999.4097,39.02825,3841.788,71.152794,508.02597,1984.8265,56.523975,12.371199,2006.0306,2655.3455,6761.9473,313.0642 +2023-06-05 12:00:00,0.0,10377.685,93.312164,18.523336,23.954119,28.626667,186.6786,27.10732,44.157875,21.221474,24.484262,707.69885,570.517,14.051434,93.87587,9.194446,3.3844492,25.446892,44.509613,12.801645,400.81375,5.4473395,333.1018,67.82439,0.7196827,3.8878796,113.11047,34.123077,163.17223,157.80272,10208.488,0.7076597,1753.9719,1.6711756,1.0991925,0.57340914,4.4897285,199.6299,268.05276,35.471085,318.5875,27.24575,13.977446,840.8526,4.897315,94.116104,89.81311,450.8656,58.125263,374.89526,23.029434,116.8584,0.0,4481.0483,14221.595,24.88148,174.11,139.55486,39846.004,185.4743,18.249939,67.7231,125.50081,92.423325,34.869682,70.60833,966.2393,160.56563,53.548943,13.931769,16.652285,1058.8904,49.696846,623.17645,89.955,2212.0833,153.71075,205.17761,161.05376,126.35846,10.597337,18.044027,44.78553,7.1218686,8.068201,58.629063,67.888306,91.326904,18.215837,20.087616,229.46873,10.330808,3608.3125,75.51486,86.7375,91.26142,78.26624,242.05833,122.800255,91.0,26.820213,30.90876,69.1475,331.7095,296.8946,112.39625,397.92123,69.29174,82.6445,246.31076,243.07625,1072.8546,226.18315,4.8416247,16.37375,8.855143,109.98872,15883.175,7.6163335,19.13967,30.753332,38.51957,432.03403,85.263336,144.14372,4.9272776,223.3,496.02863,292.9484,100.39749,353.09854,39.16833,65.40204,322.8291,17.703297,2.6318111,14.662324,1845.8105,0.32815558,0.96164995,78.1787,10.325714,5.1593075,11.1615925,18.983786,205.1649,69.63063,134.86589,1045.6401,205.95454,2044.2231,1863.8,18.362553,26.035418,15741.908,9.0701885,60.191666,427.4317,99.205,175.0975,70.75578,390.14667,1170.2668,341.7989,11.044643,81.01666,834.732,2172.5823,40.00332,591.9,53.857918,0.95259994,56.227398,0.9752073,0.48191085,2.1460354,32.185936,117.7572,294.29834,12.082666,3390.6199,205.45416,66.275,80.85625,26.362143,91.11875,22.8775,2.3338332,39.725,190.5102,35.368713,20.457859,21.07125,25.911251,18.987143,16.100834,43.3182,959.13165,138.35419,3001.1768,39.026497,3841.659,71.16579,507.91022,1985.6858,56.557865,12.366297,2005.4529,2653.8196,6759.896,312.7913 +2023-06-05 13:00:00,0.0,10387.537,93.41971,18.525213,23.973629,28.615417,186.6553,27.10325,44.141106,21.219069,24.481754,707.4995,570.4047,14.045351,93.93639,9.205395,3.3814156,25.442831,44.474712,12.782814,400.72626,5.4390693,333.06247,67.79461,0.71906435,3.886004,113.10208,34.104275,163.02669,157.76823,10220.208,0.70757204,1753.5602,1.6702826,1.0985087,0.57308066,4.4860096,199.56508,267.9652,35.460632,318.41006,27.239923,14.009006,841.76666,4.895734,94.234146,89.87718,450.68228,58.263947,374.90387,23.0232,117.212296,0.0,4478.145,14223.604,24.87702,174.41658,139.53358,39854.234,185.38675,18.250757,67.84399,125.74768,92.3495,34.83952,70.83773,968.091,160.87874,53.670914,13.934478,16.644558,1057.9103,49.70931,624.9996,90.04347,2211.97,153.89978,205.41617,160.95123,126.71961,10.593602,18.037592,44.761192,7.117388,8.061397,58.636345,67.86523,91.28611,18.210464,20.093567,229.57834,10.3273115,3607.202,75.587364,86.67951,91.338005,78.33621,242.00949,122.846,90.986115,26.831268,30.93592,69.23648,331.68896,297.76724,112.46219,398.0821,69.339066,82.673706,246.40945,243.14107,1072.6521,226.38245,4.839788,16.374895,8.857558,109.87733,15882.764,7.612278,19.128801,30.738703,38.542763,432.2967,85.281204,144.25381,4.9245157,223.3514,496.1512,293.0785,100.43602,353.06982,39.151066,65.40119,322.74637,17.696644,2.6305554,14.658542,1846.3174,0.32789776,0.9609708,78.144936,10.317222,5.15725,11.153606,18.970764,205.07011,69.60012,134.84009,1045.2112,205.95833,2043.9589,1863.6002,18.353971,26.033278,15736.854,9.069489,60.188427,427.6373,99.19833,175.0491,70.74573,390.04556,1169.9017,341.88998,11.046974,81.00694,835.0722,2172.1265,40.001804,591.81573,53.83052,0.9527551,56.233078,0.9754403,0.48221448,2.1474702,32.18303,117.74854,294.27936,12.091241,3390.8596,205.55174,66.323845,80.967186,26.444067,91.12795,22.932846,2.3351805,39.81736,191.14423,35.574696,20.580896,21.16026,25.905798,19.04972,16.188496,43.328743,959.0169,138.40752,3002.944,39.024746,3841.5298,71.17879,507.79446,1986.5449,56.59175,12.361396,2004.875,2652.2935,6757.8447,312.51837 +2023-06-05 14:00:00,0.0,10397.389,93.52725,18.527088,23.993137,28.604168,186.632,27.099182,44.124332,21.216661,24.479248,707.3002,570.2924,14.0392685,93.99691,9.216345,3.378382,25.43877,44.43981,12.763983,400.63876,5.430799,333.02316,67.76484,0.718446,3.884128,113.09369,34.085472,162.88116,157.73375,10231.927,0.70748436,1753.1484,1.6693897,1.0978248,0.5727521,4.4822903,199.50026,267.87762,35.45018,318.23264,27.234097,14.040566,842.6807,4.894153,94.352196,89.94125,450.499,58.402634,374.9125,23.016964,117.56619,0.0,4475.242,14225.612,24.872559,174.72314,139.51231,39862.465,185.29918,18.251574,67.96488,125.994545,92.27568,34.809357,71.06713,969.9427,161.19183,53.79289,13.937187,16.636833,1056.93,49.72177,626.8227,90.13195,2211.8564,154.08882,205.65474,160.84872,127.08077,10.589867,18.031157,44.73686,7.1129065,8.054592,58.64363,67.84214,91.24531,18.205091,20.099516,229.68796,10.323814,3606.0916,75.65986,86.62153,91.41458,78.40618,241.96065,122.891754,90.97222,26.842321,30.963083,69.325455,331.66843,298.63986,112.52813,398.24292,69.3864,82.7029,246.50813,243.2059,1072.4495,226.58174,4.837951,16.376041,8.859974,109.76593,15882.352,7.6082225,19.117931,30.724073,38.565952,432.55936,85.29908,144.36392,4.921754,223.40277,496.27377,293.2086,100.47454,353.04114,39.133797,65.40035,322.66364,17.68999,2.6292999,14.65476,1846.8243,0.32763994,0.9602916,78.11117,10.30873,5.1551924,11.145621,18.95774,204.97534,69.56962,134.81427,1044.7821,205.96213,2043.6945,1863.4005,18.345388,26.031136,15731.799,9.0687895,60.185184,427.84293,99.191666,175.00069,70.73567,389.94446,1169.5366,341.9811,11.049306,80.99722,835.4124,2171.6704,40.000286,591.7315,53.803123,0.95291024,56.238758,0.9756733,0.48251808,2.1489048,32.180122,117.73989,294.2604,12.099814,3391.099,205.6493,66.37269,81.078125,26.525991,91.13715,22.988194,2.3365278,39.90972,191.77826,35.780674,20.703932,21.249268,25.900347,19.1123,16.276157,43.33929,958.9021,138.46086,3004.7114,39.022995,3841.4004,71.19178,507.6787,1987.404,56.62564,12.356494,2004.2972,2650.7676,6755.7935,312.24542 +2023-06-05 15:00:00,0.0,10407.241,93.634796,18.528965,24.012648,28.592916,186.6087,27.095112,44.10756,21.214254,24.47674,707.1008,570.18005,14.033186,94.05743,9.227294,3.3753483,25.43471,44.40491,12.745151,400.5513,5.422529,332.98383,67.73506,0.71782774,3.8822525,113.0853,34.066666,162.73564,157.69926,10243.646,0.7073967,1752.7367,1.6684967,1.0971409,0.5724236,4.4785714,199.43544,267.79004,35.439728,318.0552,27.228271,14.072126,843.5948,4.892572,94.47024,90.005325,450.3157,58.541317,374.92114,23.010729,117.92009,0.0,4472.339,14227.621,24.8681,175.02972,139.49104,39870.69,185.21162,18.252392,68.08578,126.24142,92.20185,34.779194,71.296524,971.7944,161.50494,53.914864,13.939896,16.629107,1055.9498,49.734234,628.6458,90.22042,2211.743,154.27785,205.8933,160.74622,127.441925,10.586132,18.024721,44.71252,7.1084256,8.047788,58.650913,67.819046,91.204506,18.199718,20.105465,229.79756,10.320317,3604.981,75.73235,86.563545,91.491165,78.47616,241.9118,122.9375,90.958336,26.853374,30.990246,69.41443,331.64786,299.5125,112.59406,398.40378,69.43373,82.7321,246.60683,243.27072,1072.247,226.78104,4.8361144,16.377188,8.862389,109.65453,15881.94,7.604167,19.107061,30.709444,38.589146,432.82205,85.31695,144.47403,4.918992,223.45416,496.39636,293.33868,100.51306,353.01242,39.116528,65.399506,322.5809,17.683336,2.6280444,14.650979,1847.3313,0.32738212,0.9596125,78.07739,10.300238,5.1531343,11.137635,18.944717,204.88055,69.539116,134.78845,1044.3531,205.96591,2043.4302,1863.2007,18.336805,26.028994,15726.744,9.0680895,60.181946,428.04855,99.185005,174.95229,70.72561,389.84335,1169.1715,342.07224,11.051637,80.987495,835.7526,2171.2144,39.998768,591.6472,53.77573,0.95306534,56.24444,0.97590625,0.4828217,2.1503394,32.17721,117.73123,294.24146,12.108389,3391.3389,205.74687,66.421524,81.189064,26.607918,91.146355,23.043541,2.337875,40.002083,192.4123,35.986656,20.82697,21.338276,25.894896,19.174881,16.36382,43.34984,958.78735,138.51419,3006.4788,39.02124,3841.2712,71.20478,507.56296,1988.2632,56.65953,12.351593,2003.7194,2649.2417,6753.742,311.9725 +2023-06-05 16:00:00,0.0,10417.093,93.74234,18.530842,24.032158,28.581667,186.5854,27.091043,44.09079,21.21185,24.474234,706.9015,570.06775,14.027103,94.11794,9.238243,3.3723147,25.43065,44.370014,12.726319,400.4638,5.414259,332.94452,67.70529,0.7172094,3.8803768,113.076904,34.047863,162.59012,157.66478,10255.366,0.707309,1752.325,1.6676037,1.0964571,0.5720951,4.4748526,199.3706,267.70245,35.42928,317.87778,27.222445,14.103687,844.5089,4.8909907,94.58829,90.0694,450.1324,58.68,374.92975,23.004496,118.27399,0.0,4469.4355,14229.63,24.863638,175.3363,139.46977,39878.92,185.12405,18.253208,68.206665,126.4883,92.12803,34.74903,71.525925,973.64606,161.81805,54.03684,13.942605,16.621382,1054.9697,49.746696,630.46893,90.30889,2211.6296,154.46689,206.13187,160.6437,127.803085,10.5823965,18.018286,44.688183,7.1039443,8.040983,58.6582,67.79597,91.163704,18.194347,20.111416,229.90717,10.316821,3603.8704,75.804855,86.505554,91.56775,78.54613,241.86296,122.983246,90.94444,26.864428,31.017406,69.5034,331.62732,300.38513,112.66,398.5646,69.481064,82.7613,246.7055,243.33556,1072.0444,226.98033,4.8342776,16.378334,8.864804,109.54314,15881.529,7.6001115,19.096191,30.694815,38.61234,433.08472,85.334816,144.58412,4.91623,223.50555,496.51895,293.46878,100.55158,352.98373,39.09926,65.39866,322.4982,17.676683,2.6267889,14.647198,1847.8381,0.3271243,0.9589333,78.043625,10.291746,5.151077,11.12965,18.931696,204.78577,69.50861,134.76263,1043.9242,205.9697,2043.1659,1863.001,18.328222,26.026854,15721.689,9.06739,60.178703,428.25415,99.17834,174.90388,70.71555,389.74225,1168.8064,342.16333,11.053968,80.977776,836.09283,2170.7583,39.99725,591.563,53.748333,0.9532205,56.25012,0.97613925,0.48312533,2.1517742,32.174305,117.72258,294.2225,12.116963,3391.5786,205.84445,66.47037,81.3,26.689842,91.155556,23.098888,2.3392222,40.094444,193.04633,36.192635,20.950005,21.427284,25.889444,19.23746,16.45148,43.360382,958.67255,138.56752,3008.246,39.01949,3841.142,71.21777,507.44724,1989.1223,56.693417,12.346691,2003.1415,2647.7158,6751.691,311.6996 +2023-06-05 17:00:00,0.0,10426.945,93.849884,18.532717,24.051668,28.570417,186.5621,27.086973,44.07402,21.209442,24.471725,706.7022,569.95544,14.021021,94.17846,9.249193,3.369281,25.42659,44.335114,12.707488,400.3763,5.4059887,332.90518,67.675514,0.71659106,3.8785012,113.06851,34.02906,162.4446,157.6303,10267.085,0.7072213,1751.9133,1.6667107,1.0957732,0.57176656,4.471133,199.30579,267.6149,35.418827,317.70035,27.216618,14.135247,845.423,4.88941,94.70633,90.13347,449.9491,58.818684,374.9384,22.99826,118.627884,0.0,4466.532,14231.64,24.859179,175.64287,139.4485,39887.152,185.0365,18.254026,68.32756,126.73517,92.05421,34.71887,71.755325,975.49774,162.13116,54.15881,13.945313,16.613655,1053.9895,49.75916,632.29205,90.39736,2211.516,154.65591,206.37045,160.5412,128.16425,10.578662,18.01185,44.66385,7.0994635,8.034179,58.66548,67.77288,91.12291,18.188974,20.117365,230.01678,10.313324,3602.7598,75.87735,86.44757,91.644325,78.6161,241.81412,123.02899,90.93056,26.875483,31.044569,69.59238,331.60678,301.25778,112.72594,398.72543,69.52839,82.7905,246.8042,243.40038,1071.8419,227.17963,4.832441,16.379478,8.86722,109.43174,15881.117,7.596056,19.085323,30.680183,38.63553,433.34738,85.35269,144.69423,4.9134684,223.55695,496.6415,293.59888,100.59011,352.95502,39.08199,65.39782,322.41547,17.67003,2.625533,14.643416,1848.3451,0.32686648,0.95825416,78.00985,10.283254,5.1490192,11.121664,18.918673,204.691,69.47811,134.73682,1043.4951,205.97348,2042.9015,1862.8011,18.319641,26.024712,15716.635,9.066691,60.175465,428.45978,99.17167,174.85548,70.7055,389.6411,1168.4413,342.25446,11.056299,80.968056,836.43304,2170.3025,39.995735,591.4787,53.720936,0.95337564,56.2558,0.97637224,0.48342896,2.1532087,32.1714,117.71392,294.20355,12.125537,3391.8184,205.94202,66.51921,81.410934,26.771767,91.16476,23.154236,2.3405695,40.186806,193.68036,36.398617,21.073042,21.516293,25.883993,19.30004,16.539143,43.37093,958.5578,138.62085,3010.0132,39.01774,3841.013,71.230774,507.33148,1989.9816,56.727306,12.34179,2002.5637,2646.19,6749.6396,311.42667 +2023-06-05 18:00:00,0.0,10436.797,93.95743,18.534594,24.071177,28.559168,186.5388,27.082905,44.057247,21.207037,24.46922,706.50287,569.84314,14.014938,94.238976,9.260142,3.3662477,25.42253,44.300213,12.688656,400.28882,5.3977184,332.86584,67.645744,0.7159727,3.8766253,113.06012,34.010258,162.29907,157.59581,10278.805,0.70713365,1751.5016,1.6658177,1.0950893,0.5714381,4.467415,199.24097,267.5273,35.408375,317.52292,27.21079,14.166808,846.33704,4.887829,94.82438,90.19754,449.7658,58.95737,374.94702,22.992025,118.98178,0.0,4463.629,14233.648,24.854717,175.94945,139.42723,39895.38,184.94893,18.254843,68.448456,126.98203,91.980385,34.688705,71.98472,977.3494,162.44427,54.280785,13.948023,16.605928,1053.0093,49.77162,634.1152,90.48583,2211.4028,154.84496,206.60901,160.43867,128.52539,10.574926,18.005417,44.63951,7.094982,8.027374,58.672768,67.749794,91.08211,18.183601,20.123314,230.12639,10.309827,3601.6494,75.94985,86.38958,91.72091,78.686066,241.76527,123.07474,90.916664,26.886536,31.07173,69.68135,331.58624,302.1304,112.79188,398.8863,69.57572,82.819695,246.9029,243.46521,1071.6394,227.37892,4.830604,16.380625,8.869635,109.32034,15880.706,7.5920005,19.074453,30.665554,38.658722,433.61008,85.37056,144.80434,4.9107065,223.60834,496.7641,293.72897,100.62863,352.92633,39.06472,65.39697,322.33273,17.663376,2.6242776,14.639634,1848.852,0.32660866,0.95757496,77.97608,10.274762,5.1469617,11.113679,18.905651,204.5962,69.44761,134.711,1043.0662,205.97728,2042.6372,1862.6014,18.311058,26.022572,15711.58,9.065991,60.172222,428.6654,99.165,174.80708,70.695435,389.54,1168.0762,342.34555,11.058631,80.958336,836.77325,2169.8464,39.994217,591.3945,53.693542,0.9535308,56.261482,0.9766052,0.48373255,2.1546435,32.16849,117.70527,294.1846,12.134111,3392.0579,206.03958,66.568054,81.52187,26.853691,91.17396,23.209583,2.3419166,40.279167,194.31439,36.604595,21.196077,21.6053,25.878542,19.36262,16.626806,43.381474,958.44305,138.6742,3011.7805,39.015984,3840.8835,71.243774,507.21573,1990.8407,56.761196,12.336888,2001.9858,2644.664,6747.589,311.15375 +2023-06-05 19:00:00,0.0,10446.649,94.06498,18.53647,24.090687,28.547916,186.5155,27.078835,44.040474,21.20463,24.466713,706.3035,569.73083,14.008856,94.29949,9.271091,3.363214,25.418468,44.265312,12.669825,400.20132,5.389448,332.82654,67.61597,0.71535444,3.8747497,113.05173,33.991455,162.15355,157.56133,10290.524,0.707046,1751.0898,1.6649247,1.0944055,0.57110953,4.4636955,199.17615,267.43973,35.397923,317.3455,27.204966,14.198368,847.2511,4.8862476,94.94242,90.26161,449.58252,59.096054,374.95563,22.98579,119.33568,0.0,4460.7256,14235.657,24.850256,176.25601,139.40596,39903.61,184.86137,18.255661,68.56934,127.228905,91.906555,34.658543,72.21412,979.2012,162.75739,54.40276,13.950731,16.598204,1052.0292,49.784084,635.9383,90.57431,2211.2893,155.034,206.84758,160.33617,128.88655,10.571192,17.998981,44.615177,7.0905013,8.020571,58.680054,67.72671,91.041306,18.178228,20.129265,230.236,10.306331,3600.5388,76.02235,86.3316,91.79749,78.75604,241.71643,123.12049,90.90278,26.897589,31.098892,69.770325,331.5657,303.00305,112.85781,399.04712,69.623055,82.84889,247.00157,243.53003,1071.4369,227.57822,4.8287673,16.381771,8.87205,109.20895,15880.294,7.5879445,19.063583,30.650925,38.681915,433.87274,85.38843,144.91443,4.9079447,223.65973,496.8867,293.85904,100.66715,352.8976,39.047455,65.396126,322.25,17.656723,2.623022,14.635853,1849.3589,0.32635087,0.95689577,77.942314,10.26627,5.1449037,11.105694,18.892628,204.50143,69.41711,134.68518,1042.6372,205.98106,2042.3729,1862.4016,18.302475,26.02043,15706.525,9.065292,60.168983,428.87103,99.15833,174.75868,70.68538,389.4389,1167.711,342.43668,11.060963,80.94861,837.11346,2169.3904,39.9927,591.3102,53.666145,0.95368594,56.267162,0.9768382,0.48403618,2.156078,32.16558,117.69661,294.16565,12.142685,3392.2976,206.13716,66.6169,81.63281,26.935616,91.18316,23.26493,2.3432639,40.37153,194.94843,36.810577,21.319115,21.69431,25.87309,19.425198,16.714468,43.39202,958.32825,138.72752,3013.5479,39.014233,3840.7544,71.25677,507.09998,1991.6998,56.795082,12.331987,2001.4081,2643.1382,6745.5376,310.88083 +2023-06-05 20:00:00,0.0,10456.501,94.17252,18.538345,24.110197,28.536667,186.4922,27.074766,44.023705,21.202223,24.464205,706.1042,569.6185,14.002774,94.36001,9.282042,3.3601804,25.414408,44.230415,12.650993,400.11386,5.3811784,332.7872,67.58619,0.7147361,3.872874,113.043335,33.97265,162.00803,157.52682,10302.244,0.7069583,1750.6781,1.6640319,1.0937216,0.57078105,4.459976,199.11131,267.35214,35.387474,317.16806,27.199139,14.229929,848.16516,4.8846664,95.06047,90.32569,449.39923,59.234737,374.96426,22.979555,119.689575,0.0,4457.8223,14237.666,24.845797,176.56259,139.38469,39911.84,184.7738,18.256477,68.69024,127.47578,91.83273,34.62838,72.44352,981.05286,163.07048,54.524734,13.953441,16.590477,1051.049,49.796547,637.7614,90.66278,2211.1758,155.22302,207.08614,160.23366,129.24771,10.567457,17.992546,44.59084,7.08602,8.013766,58.687336,67.70363,91.0005,18.172857,20.135214,230.34561,10.302834,3599.4282,76.09484,86.27361,91.87407,78.82601,241.66759,123.16624,90.888885,26.908642,31.126053,69.8593,331.54514,303.87567,112.92375,399.20798,69.67039,82.8781,247.10027,243.59486,1071.2344,227.77751,4.8269305,16.382917,8.874466,109.09755,15879.883,7.583889,19.052715,30.636295,38.705105,434.1354,85.406296,145.02454,4.905183,223.7111,497.00925,293.98914,100.70567,352.86893,39.030186,65.39529,322.16727,17.65007,2.6217663,14.6320715,1849.8658,0.32609305,0.95621663,77.90854,10.257777,5.142846,11.097708,18.879606,204.40665,69.3866,134.65936,1042.2083,205.98485,2042.1086,1862.2019,18.293892,26.018288,15701.471,9.064592,60.16574,429.07663,99.15167,174.71028,70.675316,389.3378,1167.346,342.52777,11.063293,80.93889,837.4537,2168.9346,39.99118,591.22595,53.63875,0.9538411,56.272842,0.97707117,0.4843398,2.1575127,32.162674,117.68796,294.1467,12.151259,3392.5374,206.23473,66.66574,81.74375,27.01754,91.19236,23.320278,2.3446112,40.46389,195.58246,37.016556,21.442152,21.783318,25.86764,19.487778,16.80213,43.40257,958.2135,138.78085,3015.3152,39.01248,3840.6252,71.26977,506.98422,1992.559,56.82897,12.3270855,2000.8302,2641.6123,6743.4863,310.6079 +2023-06-05 21:00:00,0.0,10466.354,94.28007,18.540222,24.129707,28.525417,186.4689,27.070696,44.006935,21.199818,24.461699,705.90485,569.5062,13.996692,94.42053,9.292991,3.3571467,25.410347,44.195515,12.632162,400.02637,5.372908,332.74786,67.55642,0.71411777,3.8709984,113.03494,33.953846,161.8625,157.49234,10313.963,0.7068706,1750.2664,1.6631389,1.0930377,0.5704525,4.456258,199.0465,267.2646,35.37702,316.99063,27.193312,14.261489,849.0793,4.8830857,95.17851,90.38976,449.21594,59.37342,374.9729,22.97332,120.04347,0.0,4454.9194,14239.675,24.841335,176.86917,139.36342,39920.07,184.68625,18.257296,68.811134,127.72264,91.75891,34.598217,72.67291,982.90454,163.38359,54.646706,13.956149,16.582752,1050.0687,49.80901,639.5845,90.75125,2211.0625,155.41206,207.3247,160.13115,129.60887,10.563722,17.98611,44.566505,7.081539,8.006962,58.694622,67.680534,90.9597,18.167484,20.141163,230.45522,10.299336,3598.3176,76.16734,86.21562,91.95065,78.89598,241.61874,123.21198,90.875,26.919697,31.153215,69.94827,331.5246,304.74832,112.989685,399.3688,69.71771,82.907295,247.19894,243.65968,1071.0319,227.9768,4.8250937,16.384062,8.876881,108.98615,15879.471,7.5798335,19.041845,30.621666,38.7283,434.39807,85.42417,145.13464,4.902421,223.7625,497.13184,294.11923,100.7442,352.8402,39.012917,65.39444,322.08456,17.643417,2.6205108,14.62829,1850.3728,0.32583523,0.95553744,77.87477,10.249286,5.1407886,11.089723,18.866583,204.31186,69.356094,134.63354,1041.7793,205.98863,2041.8442,1862.0021,18.28531,26.016148,15696.416,9.063893,60.162502,429.28226,99.145004,174.66188,70.66526,389.23666,1166.9808,342.6189,11.065625,80.92917,837.7939,2168.4785,39.989662,591.14166,53.611355,0.9539962,56.278522,0.9773041,0.4846434,2.1589475,32.159767,117.6793,294.12775,12.159833,3392.7769,206.33229,66.714584,81.85469,27.099464,91.20156,23.375626,2.3459582,40.55625,196.21649,37.222534,21.565187,21.872326,25.862188,19.550356,16.889791,43.413113,958.09875,138.8342,3017.0823,39.01073,3840.496,71.28276,506.86847,1993.4182,56.86286,12.322185,2000.2524,2640.0864,6741.435,310.335 +2023-06-05 22:00:00,0.0,10476.205,94.38761,18.542099,24.149216,28.514168,186.4456,27.066628,43.99016,21.19741,24.45919,705.7055,569.3939,13.990609,94.48105,9.30394,3.354113,25.406288,44.160614,12.61333,399.93887,5.364638,332.70856,67.52664,0.7134995,3.8691225,113.02655,33.935043,161.71698,157.45786,10325.683,0.70678294,1749.8547,1.6622459,1.0923539,0.570124,4.4525385,198.98167,267.177,35.36657,316.8132,27.187487,14.29305,849.99335,4.8815045,95.29656,90.453835,449.03262,59.512108,374.9815,22.967087,120.39737,0.0,4452.016,14241.684,24.836876,177.17574,139.34216,39928.297,184.59868,18.258112,68.93202,127.96951,91.68509,34.568054,72.90231,984.7562,163.6967,54.76868,13.9588585,16.575026,1049.0886,49.821472,641.4076,90.83972,2210.949,155.60109,207.56326,160.02864,129.97003,10.559987,17.979675,44.542168,7.0770583,8.000157,58.701904,67.65745,90.91891,18.162111,20.147114,230.56482,10.29584,3597.2073,76.23984,86.15764,92.02724,78.96595,241.5699,123.25773,90.861115,26.93075,31.180376,70.03725,331.50406,305.62094,113.055626,399.52963,69.765045,82.93649,247.29764,243.72452,1070.8293,228.1761,4.823257,16.385208,8.879296,108.874756,15879.06,7.575778,19.030975,30.607037,38.75149,434.66077,85.44204,145.24474,4.899659,223.81389,497.25443,294.24933,100.78272,352.81152,38.995647,65.39359,322.00183,17.636763,2.6192553,14.624509,1850.8796,0.3255774,0.9548583,77.841,10.240793,5.1387305,11.081737,18.853561,204.21709,69.32559,134.60773,1041.3502,205.99243,2041.58,1861.8024,18.276728,26.014006,15691.361,9.063193,60.15926,429.48788,99.138336,174.61346,70.655205,389.13556,1166.6157,342.71,11.067956,80.91944,838.1341,2168.0225,39.988148,591.05743,53.583958,0.95415133,56.284203,0.9775371,0.48494703,2.160382,32.156857,117.67065,294.1088,12.168407,3393.0166,206.42987,66.76343,81.96562,27.181389,91.21076,23.430971,2.3473055,40.648613,196.85052,37.428516,21.688225,21.961336,25.856737,19.612936,16.977453,43.42366,957.98395,138.88753,3018.8496,39.008976,3840.3667,71.29576,506.75272,1994.2773,56.896748,12.317283,1999.6746,2638.5605,6739.384,310.06204 +2023-06-05 23:00:00,0.0,10486.058,94.495155,18.543974,24.168726,28.502916,186.4223,27.062557,43.97339,21.195005,24.456684,705.5062,569.2816,13.984527,94.541565,9.31489,3.3510795,25.402227,44.125713,12.594499,399.85138,5.3563676,332.66922,67.49687,0.71288115,3.8672469,113.01816,33.91624,161.57144,157.42337,10337.402,0.70669526,1749.443,1.6613529,1.09167,0.5697955,4.4488196,198.91685,267.08942,35.35612,316.63577,27.18166,14.32461,850.9074,4.8799233,95.414604,90.51791,448.8493,59.65079,374.99014,22.960852,120.75127,0.0,4449.113,14243.692,24.832415,177.48232,139.32089,39936.527,184.51112,18.25893,69.05292,128.2164,91.61127,34.53789,73.131714,986.6079,164.00981,54.890656,13.961567,16.5673,1048.1084,49.833935,643.2307,90.9282,2210.8357,155.79013,207.80183,159.92612,130.33118,10.556252,17.97324,44.517834,7.072577,7.9933524,58.70919,67.63437,90.878105,18.156738,20.153063,230.67444,10.292343,3596.0967,76.31234,86.099655,92.10382,79.03593,241.52106,123.303474,90.84722,26.941803,31.207539,70.12622,331.48352,306.4936,113.12157,399.6905,69.81238,82.96569,247.39633,243.78934,1070.6268,228.3754,4.82142,16.386354,8.881712,108.76336,15878.648,7.5717225,19.020105,30.592407,38.77468,434.92343,85.45991,145.35484,4.8968973,223.86528,497.37698,294.37943,100.82124,352.7828,38.97838,65.39275,321.9191,17.63011,2.6179998,14.620727,1851.3866,0.3253196,0.9541791,77.80723,10.232302,5.136673,11.073751,18.840538,204.1223,69.29509,134.58191,1040.9213,205.99622,2041.3157,1861.6025,18.268145,26.011866,15686.307,9.062494,60.15602,429.69348,99.13167,174.56506,70.64514,389.03445,1166.2506,342.80112,11.070288,80.90972,838.4743,2167.5664,39.98663,590.97314,53.55656,0.9543065,56.289883,0.9777701,0.48525065,2.1618166,32.15395,117.66199,294.08984,12.176982,3393.2563,206.52744,66.81227,82.07656,27.263313,91.21996,23.486319,2.3486528,40.74097,197.48456,37.634495,21.81126,22.050344,25.851284,19.675516,17.065115,43.434204,957.8692,138.94086,3020.617,39.007225,3840.2375,71.308754,506.63696,1995.1365,56.930637,12.312382,1999.0968,2637.0347,6737.3325,309.78912 +2023-06-06 00:00:00,0.0,10495.91,94.6027,18.54585,24.188236,28.491667,186.39902,27.058489,43.95662,21.192598,24.454176,705.3069,569.1693,13.978444,94.60208,9.325839,3.3480458,25.398167,44.090813,12.575667,399.76392,5.3480973,332.6299,67.467094,0.7122628,3.8653712,113.009766,33.897438,161.42592,157.38889,10349.121,0.7066076,1749.0312,1.6604599,1.0909861,0.56946695,4.445101,198.85202,267.00186,35.34567,316.45834,27.175833,14.356171,851.8215,4.878342,95.53265,90.58198,448.66605,59.789474,374.99878,22.954617,121.10516,0.0,4446.21,14245.701,24.827955,177.7889,139.29962,39944.758,184.42355,18.259747,69.17381,128.46326,91.53744,34.50773,73.36111,988.4596,164.32292,55.012627,13.964276,16.559574,1047.1282,49.846397,645.05383,91.01667,2210.7222,155.97916,208.0404,159.82361,130.69234,10.552517,17.966805,44.493496,7.068096,7.9865484,58.716473,67.61128,90.8373,18.151367,20.159012,230.78404,10.288846,3594.986,76.384834,86.041664,92.1804,79.105896,241.47221,123.34923,90.833336,26.952858,31.2347,70.215195,331.46295,307.3662,113.1875,399.85132,69.85971,82.99489,247.49501,243.85416,1070.4243,228.57469,4.8195834,16.3875,8.884127,108.65196,15878.236,7.567667,19.009237,30.577778,38.797874,435.1861,85.47778,145.46495,4.8941355,223.91667,497.49957,294.50952,100.859764,352.75412,38.96111,65.39191,321.83636,17.623457,2.616744,14.616945,1851.8936,0.32506177,0.9535,77.77346,10.223809,5.1346154,11.065765,18.827517,204.02753,69.26459,134.55609,1040.4923,206.0,2041.0513,1861.4028,18.259562,26.009724,15681.252,9.061794,60.15278,429.8991,99.125,174.51666,70.635086,388.93335,1165.8855,342.8922,11.072619,80.9,838.8146,2167.1106,39.98511,590.8889,53.529167,0.95446163,56.295567,0.978003,0.48555428,2.1632514,32.151043,117.653336,294.0709,12.185555,3393.4958,206.625,66.861115,82.1875,27.345238,91.229164,23.541666,2.35,40.833332,198.11859,37.840477,21.934298,22.139353,25.845833,19.738094,17.152779,43.44475,957.7544,138.99419,3022.3843,39.005474,3840.1084,71.321754,506.5212,1995.9956,56.964523,12.30748,1998.5189,2635.5088,6735.2812,309.5162 +2023-06-06 01:00:00,0.0,10505.762,94.71024,18.547726,24.207747,28.480417,186.37572,27.054419,43.93985,21.190193,24.45167,705.10754,569.057,13.972362,94.6626,9.336789,3.3450122,25.394106,44.055916,12.556835,399.67642,5.3398275,332.59058,67.437325,0.7116445,3.8634956,113.00137,33.87863,161.2804,157.3544,10360.841,0.70651984,1748.6195,1.659567,1.0903022,0.56913847,4.4413815,198.7872,266.91428,35.335217,316.2809,27.170006,14.387731,852.7356,4.8767614,95.650696,90.64605,448.48273,59.928158,375.0074,22.948381,121.45905,0.0,4443.306,14247.711,24.823494,178.09546,139.27835,39952.99,184.336,18.260563,69.2947,128.71014,91.463615,34.477566,73.59051,990.3113,164.63602,55.1346,13.966985,16.551847,1046.1481,49.858864,646.87695,91.10514,2210.6086,156.1682,208.27896,159.7211,131.0535,10.548781,17.96037,44.46916,7.063615,7.979744,58.72376,67.588196,90.7965,18.145994,20.164963,230.89365,10.28535,3593.8755,76.45733,85.98368,92.25698,79.175865,241.42337,123.39497,90.81944,26.963911,31.261862,70.30418,331.4424,308.23886,113.25344,400.01218,69.907036,83.024086,247.5937,243.91899,1070.2217,228.77399,4.8177466,16.388645,8.886542,108.540565,15877.825,7.5636115,18.998367,30.563147,38.821064,435.4488,85.49565,145.57504,4.891374,223.96805,497.62216,294.63962,100.89829,352.7254,38.943844,65.39107,321.75363,17.616804,2.6154885,14.613164,1852.4004,0.32480395,0.9528208,77.739685,10.215318,5.132558,11.05778,18.814493,203.93274,69.234085,134.53027,1040.0632,206.00378,2040.787,1861.203,18.25098,26.007582,15676.197,9.061095,60.149536,430.10474,99.11834,174.46826,70.62502,388.83224,1165.5204,342.98334,11.07495,80.890274,839.1548,2166.6545,39.983593,590.8046,53.50177,0.9546168,56.301247,0.978236,0.48585787,2.164686,32.148132,117.64468,294.05194,12.19413,3393.7356,206.72256,66.90995,82.29844,27.427162,91.238365,23.597013,2.3513472,40.925694,198.75262,38.046455,22.057333,22.228361,25.840382,19.800674,17.24044,43.4553,957.63965,139.04753,3024.1516,39.00372,3839.9792,71.334755,506.40546,1996.8549,56.998413,12.302579,1997.9412,2633.983,6733.23,309.2433 +2023-06-06 02:00:00,0.0,10515.614,94.817795,18.549603,24.227255,28.469168,186.35242,27.05035,43.923077,21.187786,24.449162,704.9082,568.9447,13.966279,94.723114,9.347738,3.3419785,25.390045,44.021015,12.538004,399.58893,5.3315573,332.55124,67.40755,0.7110262,3.86162,112.99298,33.85983,161.13487,157.31992,10372.561,0.70643216,1748.2078,1.658674,1.0896184,0.5688099,4.4376626,198.72238,266.8267,35.324764,316.1035,27.16418,14.4192915,853.64966,4.8751802,95.768745,90.71012,448.29944,60.06684,375.01602,22.942146,121.81295,0.0,4440.4033,14249.72,24.819035,178.40204,139.25708,39961.215,184.24843,18.261381,69.415596,128.957,91.38979,34.447403,73.81991,992.16296,164.94913,55.256577,13.969694,16.544123,1045.1678,49.871326,648.7001,91.19361,2210.4954,156.35724,208.51755,159.61859,131.41466,10.545047,17.953934,44.444824,7.059134,7.9729395,58.73104,67.56511,90.75571,18.140621,20.170912,231.00325,10.281853,3592.7651,76.52983,85.9257,92.333565,79.245834,241.37453,123.44072,90.80556,26.974964,31.289022,70.39315,331.42188,309.1115,113.319374,400.173,69.95437,83.05328,247.69238,243.98381,1070.0192,228.97328,4.81591,16.389791,8.888958,108.42917,15877.413,7.559556,18.987497,30.548517,38.844257,435.71146,85.51352,145.68515,4.8886123,224.01944,497.74475,294.7697,100.93681,352.69672,38.926575,65.39022,321.67093,17.610151,2.614233,14.609383,1852.9073,0.32454613,0.95214164,77.70592,10.206825,5.1305,11.049794,18.801472,203.83795,69.20358,134.50447,1039.6343,206.00757,2040.5227,1861.0032,18.242397,26.005442,15671.143,9.060395,60.146297,430.31033,99.11167,174.41986,70.61497,388.7311,1165.1553,343.07443,11.077282,80.880554,839.495,2166.1985,39.98208,590.72034,53.474373,0.95477194,56.306927,0.978469,0.4861615,2.1661208,32.145226,117.636024,294.033,12.202703,3393.9753,206.82014,66.95879,82.40938,27.509089,91.24757,23.65236,2.3526945,41.018055,199.38666,38.252438,22.18037,22.31737,25.83493,19.863253,17.328102,43.465843,957.5249,139.10086,3025.9187,39.00197,3839.85,71.34775,506.2897,1997.714,57.032303,12.297677,1997.3633,2632.457,6731.1787,308.97037 +2023-06-06 03:00:00,0.0,10525.466,94.92534,18.55148,24.246765,28.457916,186.32912,27.04628,43.906303,21.185379,24.446655,704.70886,568.8324,13.960197,94.78363,9.358687,3.338945,25.385986,43.986115,12.519173,399.50143,5.323287,332.51193,67.37777,0.71040785,3.859744,112.98459,33.841026,160.98935,157.28543,10384.279,0.7063445,1747.7961,1.657781,1.0889345,0.5684814,4.4339437,198.65756,266.7391,35.314316,315.92606,27.158354,14.450851,854.5637,4.873599,95.88679,90.7742,448.11615,60.20553,375.02466,22.935911,122.16685,0.0,4437.5,14251.729,24.814573,178.70862,139.23581,39969.445,184.16087,18.262197,69.53649,129.20387,91.31597,34.41724,74.0493,994.01465,165.26224,55.37855,13.972403,16.536396,1044.1877,49.88379,650.5232,91.28209,2210.3818,156.54626,208.7561,159.51608,131.7758,10.541311,17.9475,44.420486,7.0546527,7.966135,58.738327,67.54202,90.714905,18.135248,20.17686,231.11287,10.278356,3591.6545,76.602325,85.86771,92.41014,79.31581,241.32568,123.486465,90.791664,26.986017,31.316185,70.482124,331.40134,309.98413,113.385315,400.33383,70.0017,83.08249,247.79108,244.04865,1069.8167,229.17258,4.814073,16.390938,8.891374,108.31777,15877.002,7.5555,18.976627,30.533888,38.86745,435.97412,85.531395,145.79526,4.8858504,224.07083,497.8673,294.8998,100.975334,352.668,38.909306,65.38937,321.5882,17.603497,2.6129773,14.605601,1853.4142,0.3242883,0.95146245,77.67215,10.198333,5.1284423,11.041809,18.788448,203.74318,69.17307,134.47865,1039.2053,206.01137,2040.2584,1860.8035,18.233814,26.0033,15666.088,9.059696,60.143055,430.51596,99.105,174.37146,70.60491,388.63,1164.7902,343.16556,11.079613,80.870834,839.8352,2165.7427,39.98056,590.6361,53.44698,0.9549271,56.312607,0.978702,0.48646513,2.1675553,32.14232,117.627365,294.01404,12.211278,3394.2148,206.91771,67.00764,82.52031,27.591013,91.25677,23.707708,2.3540416,41.110416,200.02069,38.458416,22.303406,22.406378,25.82948,19.925833,17.415764,43.47639,957.4101,139.15419,3027.686,39.000217,3839.7207,71.36075,506.17395,1998.5731,57.06619,12.292776,1996.7855,2630.9312,6729.1274,308.69745 +2023-06-06 04:00:00,0.0,10535.318,95.03288,18.553354,24.266275,28.446667,186.30582,27.042212,43.889534,21.182974,24.444149,704.5096,568.7201,13.954115,94.844154,9.3696375,3.3359113,25.381926,43.951214,12.50034,399.41394,5.3150167,332.4726,67.348,0.7097895,3.8578684,112.9762,33.822224,160.84383,157.25095,10395.999,0.7062568,1747.3844,1.656888,1.0882506,0.5681529,4.430225,198.59274,266.65155,35.303864,315.7486,27.152527,14.482412,855.4778,4.872018,96.00484,90.83827,447.93286,60.34421,375.03326,22.929676,122.520744,0.0,4434.5967,14253.737,24.810114,179.01518,139.21454,39977.676,184.0733,18.263016,69.65738,129.45074,91.24214,34.387077,74.2787,995.86633,165.57535,55.500523,13.975112,16.528671,1043.2075,49.89625,652.3463,91.37056,2210.2686,156.7353,208.99467,159.41356,132.13696,10.537577,17.941065,44.396152,7.050172,7.9593306,58.745613,67.518936,90.6741,18.129875,20.182812,231.22247,10.274859,3590.544,76.67483,85.80972,92.486725,79.38578,241.27686,123.53221,90.77778,26.997072,31.343346,70.5711,331.3808,310.85678,113.45125,400.4947,70.04903,83.11169,247.88977,244.11346,1069.6141,229.37187,4.8122363,16.392084,8.893788,108.206375,15876.59,7.5514445,18.96576,30.519258,38.89064,436.23682,85.54926,145.90535,4.8830886,224.12222,497.9899,295.0299,101.013855,352.6393,38.892036,65.388535,321.50546,17.596844,2.6117218,14.601819,1853.9211,0.3240305,0.9507833,77.638374,10.189841,5.1263847,11.033823,18.775427,203.64839,69.14257,134.45284,1038.7762,206.01515,2039.994,1860.6036,18.225231,26.00116,15661.033,9.058997,60.139816,430.7216,99.098335,174.32306,70.59485,388.5289,1164.425,343.25665,11.081944,80.86111,840.1754,2165.2866,39.979042,590.5518,53.419582,0.9550822,56.318287,0.97893494,0.48676875,2.16899,32.13941,117.61871,293.9951,12.2198515,3394.4546,207.01527,67.05648,82.63125,27.672937,91.265976,23.763056,2.3553889,41.202778,200.65472,38.6644,22.426443,22.495386,25.824028,19.988413,17.503426,43.486935,957.29535,139.20752,3029.4534,38.998463,3839.5916,71.37374,506.0582,1999.4323,57.10008,12.287874,1996.2076,2629.4053,6727.076,308.42453 +2023-06-06 05:00:00,0.0,10545.17,95.14043,18.555231,24.285786,28.435417,186.28252,27.038141,43.872765,21.180567,24.44164,704.31024,568.6077,13.948032,94.90467,9.380587,3.3328776,25.377865,43.916317,12.481509,399.32648,5.306747,332.4333,67.31822,0.7091712,3.8559928,112.967804,33.80342,160.6983,157.21645,10407.719,0.7061691,1746.9727,1.655995,1.0875669,0.56782436,4.4265056,198.52791,266.56396,35.29341,315.57117,27.146702,14.513972,856.39185,4.870437,96.12288,90.90234,447.74957,60.482895,375.0419,22.923443,122.87464,0.0,4431.6934,14255.746,24.805653,179.32176,139.19327,39985.902,183.98575,18.263832,69.778275,129.69762,91.16832,34.356915,74.5081,997.718,165.88846,55.622498,13.97782,16.520945,1042.2273,49.908714,654.16943,91.45903,2210.155,156.92433,209.23325,159.31105,132.49812,10.533841,17.93463,44.371815,7.0456905,7.952526,58.752895,67.49585,90.6333,18.124504,20.18876,231.33208,10.271362,3589.4333,76.74732,85.75174,92.56331,79.45575,241.22801,123.577965,90.763885,27.008125,31.370508,70.66007,331.36023,311.7294,113.51719,400.65552,70.09636,83.140884,247.98845,244.1783,1069.4116,229.57117,4.810399,16.393229,8.896204,108.09498,15876.179,7.547389,18.95489,30.50463,38.913834,436.49948,85.56713,146.01546,4.8803267,224.17361,498.1125,295.16,101.05238,352.6106,38.874767,65.38769,321.42273,17.59019,2.6104662,14.598038,1854.4281,0.32377267,0.9501041,77.60461,10.181349,5.1243267,11.025838,18.762403,203.5536,69.11207,134.42702,1038.3473,206.01894,2039.7297,1860.4039,18.21665,25.999018,15655.979,9.058297,60.136574,430.9272,99.09167,174.27466,70.58479,388.4278,1164.0599,343.34778,11.084276,80.85139,840.5156,2164.8306,39.977524,590.4676,53.392185,0.9552373,56.32397,0.97916794,0.48707235,2.1704247,32.1365,117.610054,293.97614,12.228426,3394.6943,207.11285,67.10532,82.74219,27.754862,91.27518,23.818403,2.3567362,41.29514,201.28876,38.870377,22.549479,22.584394,25.818577,20.050991,17.591087,43.497482,957.1806,139.26086,3031.2207,38.99671,3839.4624,71.38674,505.94244,2000.2915,57.13397,12.282973,1995.6298,2627.8794,6725.025,308.15158 +2023-06-06 06:00:00,0.0,10555.022,95.24797,18.557108,24.305294,28.424168,186.25922,27.034073,43.85599,21.178162,24.439135,704.1109,568.4954,13.94195,94.96519,9.391536,3.329844,25.373804,43.881416,12.462678,399.23898,5.2984767,332.39395,67.28845,0.7085529,3.8541172,112.95941,33.784615,160.55278,157.18196,10419.438,0.70608145,1746.5609,1.655102,1.086883,0.5674959,4.422786,198.46309,266.47638,35.28296,315.39374,27.140875,14.545533,857.30597,4.868856,96.24093,90.966415,447.56625,60.62158,375.05054,22.917208,123.22854,0.0,4428.79,14257.755,24.801193,179.62833,139.172,39994.133,183.89818,18.26465,69.89917,129.94449,91.0945,34.32675,74.737495,999.5697,166.20157,55.744473,13.98053,16.513218,1041.2472,49.921177,655.99255,91.5475,2210.0415,157.11337,209.4718,159.20854,132.85928,10.530107,17.928194,44.34748,7.0412097,7.9457216,58.76018,67.47276,90.59251,18.119131,20.19471,231.4417,10.267865,3588.323,76.81982,85.69375,92.63989,79.52572,241.17917,123.62371,90.75,27.019178,31.39767,70.74905,331.3397,312.60205,113.58313,400.81638,70.14369,83.17008,248.08714,244.24312,1069.2091,229.77046,4.8085623,16.394375,8.89862,107.98358,15875.768,7.5433335,18.94402,30.49,38.937027,436.76215,85.58501,146.12556,4.877565,224.225,498.23505,295.2901,101.090904,352.5819,38.8575,65.38684,321.34,17.583538,2.6092107,14.594256,1854.9349,0.32351485,0.949425,77.57083,10.172857,5.122269,11.017853,18.749382,203.45883,69.081566,134.4012,1037.9183,206.02272,2039.4655,1860.2041,18.208067,25.996876,15650.924,9.057598,60.133335,431.1328,99.085,174.22624,70.57474,388.3267,1163.6948,343.4389,11.086607,80.84167,840.85583,2164.3745,39.97601,590.3833,53.36479,0.9553925,56.32965,0.97940093,0.48737597,2.1718593,32.133595,117.6014,293.95718,12.237,3394.9338,207.21042,67.15417,82.85313,27.836786,91.28438,23.873749,2.3580832,41.3875,201.92279,39.07636,22.672516,22.673403,25.813126,20.113571,17.67875,43.50803,957.0658,139.3142,3032.988,38.99496,3839.3333,71.399734,505.8267,2001.1506,57.167854,12.278071,1995.052,2626.3533,6722.9736,307.87866 +2023-06-06 07:00:00,0.0,10564.874,95.355515,18.558983,24.324804,28.412916,186.23592,27.030003,43.83922,21.175755,24.436626,703.91156,568.3831,13.935867,95.0257,9.402486,3.3268106,25.369743,43.846516,12.443847,399.1515,5.2902064,332.3546,67.258675,0.70793456,3.8522413,112.95102,33.765812,160.40726,157.14748,10431.157,0.7059938,1746.1492,1.6542091,1.086199,0.56716734,4.419068,198.39827,266.3888,35.27251,315.2163,27.135048,14.577093,858.22003,4.8672748,96.35897,91.03049,447.38297,60.760265,375.05914,22.910973,123.582436,0.0,4425.8867,14259.764,24.796732,179.9349,139.15073,40002.363,183.81062,18.265467,70.02006,130.19136,91.020676,34.29659,74.966896,1001.4214,166.51466,55.866447,13.983238,16.505493,1040.267,49.93364,657.8157,91.63597,2209.9282,157.30241,209.71037,159.10603,133.22043,10.526371,17.921759,44.323143,7.036729,7.938917,58.767464,67.44968,90.551704,18.113758,20.20066,231.5513,10.264369,3587.2124,76.89232,85.635765,92.71647,79.595695,241.13033,123.66946,90.736115,27.030231,31.424831,70.83802,331.31915,313.47467,113.64906,400.9772,70.191025,83.19928,248.18582,244.30795,1069.0066,229.96976,4.8067255,16.395521,8.901034,107.872185,15875.355,7.539278,18.933151,30.47537,38.960217,437.0248,85.602875,146.23566,4.874803,224.27638,498.35764,295.4202,101.129425,352.5532,38.840233,65.386,321.2573,17.576883,2.607955,14.590475,1855.4419,0.32325703,0.9487458,77.53706,10.164365,5.1202116,11.009867,18.736359,203.36404,69.05106,134.37538,1037.4893,206.02652,2039.2012,1860.0044,18.199484,25.994736,15645.868,9.056898,60.130093,431.33844,99.07834,174.17784,70.564674,388.22556,1163.3297,343.53,11.088939,80.83194,841.19604,2163.9187,39.97449,590.2991,53.337395,0.95554763,56.33533,0.97963387,0.4876796,2.1732938,32.130684,117.59274,293.93823,12.245574,3395.1736,207.30798,67.20301,82.964066,27.91871,91.29358,23.929096,2.3594306,41.479862,202.55682,39.282337,22.795553,22.762411,25.807674,20.17615,17.766413,43.518574,956.95105,139.36752,3034.7551,38.99321,3839.2039,71.412735,505.71094,2002.0098,57.201744,12.27317,1994.4741,2624.8274,6720.923,307.60574 +2023-06-06 08:00:00,0.0,10574.727,95.46306,18.56086,24.344315,28.401667,186.21262,27.025934,43.82245,21.17335,24.43412,703.7122,568.2708,13.929785,95.08622,9.413435,3.323777,25.365683,43.811615,12.4250145,399.064,5.281936,332.3153,67.228905,0.7073162,3.8503656,112.94263,33.74701,160.26172,157.11299,10442.877,0.7059061,1745.7375,1.6533161,1.0855153,0.5668388,4.4153485,198.33345,266.30124,35.26206,315.03888,27.129223,14.608654,859.1341,4.865694,96.47702,91.09456,447.19968,60.89895,375.06778,22.904737,123.93633,0.0,4422.984,14261.773,24.792273,180.24149,139.12946,40010.594,183.72305,18.266285,70.14095,130.43823,90.94685,34.266426,75.1963,1003.2731,166.82777,55.98842,13.985948,16.497766,1039.2867,49.946102,659.6388,91.72445,2209.8147,157.49144,209.94893,159.00352,133.58159,10.522636,17.915323,44.29881,7.0322475,7.9321127,58.77475,67.42659,90.5109,18.108385,20.20661,231.6609,10.260872,3586.1018,76.96481,85.577774,92.79305,79.665665,241.08148,123.7152,90.72222,27.041286,31.451994,70.926994,331.2986,314.34732,113.715004,401.13803,70.23835,83.22848,248.28452,244.37277,1068.8041,230.16905,4.8048887,16.396667,8.90345,107.76078,15874.944,7.5352225,18.922281,30.46074,38.98341,437.2875,85.62074,146.34576,4.872041,224.32777,498.48022,295.5503,101.167946,352.5245,38.822964,65.385155,321.17456,17.57023,2.6066995,14.586694,1855.9489,0.3229992,0.94806665,77.503296,10.155873,5.1181536,11.001882,18.723337,203.26927,69.02056,134.34956,1037.0603,206.0303,2038.9368,1859.8046,18.1909,25.992594,15640.813,9.056199,60.126854,431.54407,99.07167,174.12944,70.55462,388.12445,1162.9646,343.62112,11.0912695,80.82222,841.53625,2163.4626,39.972973,590.2148,53.309998,0.9557028,56.34101,0.97986686,0.48798323,2.1747286,32.127777,117.58409,293.91928,12.2541485,3395.4133,207.40556,67.251854,83.075,28.000635,91.30278,23.984444,2.3607779,41.572224,203.19086,39.48832,22.918589,22.85142,25.802223,20.23873,17.854074,43.52912,956.8363,139.42085,3036.5225,38.991455,3839.0747,71.425735,505.59518,2002.8689,57.235634,12.268269,1993.8964,2623.3015,6718.8716,307.33282 +2023-06-06 09:00:00,0.0,10584.578,95.57061,18.562737,24.363825,28.390417,186.18932,27.021864,43.80568,21.170942,24.431612,703.51294,568.1585,13.923702,95.146736,9.424384,3.3207433,25.361624,43.77672,12.406183,398.9765,5.273666,332.27597,67.19913,0.7066979,3.84849,112.934235,33.728207,160.1162,157.0785,10454.597,0.7058184,1745.3258,1.6524231,1.0848314,0.5665103,4.4116297,198.26862,266.21365,35.251606,314.86145,27.123396,14.640214,860.04816,4.864113,96.59506,91.15863,447.01636,61.037632,375.07642,22.898502,124.29023,0.0,4420.0806,14263.782,24.787811,180.54805,139.1082,40018.82,183.6355,18.267101,70.26185,130.6851,90.873024,34.236263,75.42569,1005.12476,167.14088,56.110394,13.988656,16.490042,1038.3066,49.958565,661.4619,91.81292,2209.7014,157.68048,210.1875,158.901,133.94275,10.518901,17.908888,44.27447,7.0277667,7.9253087,58.782032,67.40351,90.4701,18.103014,20.212559,231.77052,10.257375,3584.9915,77.037315,85.51979,92.86964,79.735634,241.03264,123.76095,90.708336,27.05234,31.479155,71.01597,331.27808,315.21994,113.78094,401.2989,70.28568,83.257675,248.38321,244.4376,1068.6016,230.36835,4.803052,16.397812,8.905866,107.64938,15874.532,7.531167,18.911411,30.44611,39.006603,437.55017,85.63861,146.45587,4.8692794,224.37917,498.60278,295.6804,101.20647,352.4958,38.805695,65.38431,321.09183,17.563578,2.605444,14.5829115,1856.4557,0.3227414,0.94738746,77.46952,10.147381,5.116096,10.993896,18.710314,203.17448,68.99005,134.32375,1036.6313,206.03409,2038.6725,1859.6049,18.18232,25.990454,15635.759,9.055499,60.12361,431.74966,99.065,174.08104,70.544556,388.02335,1162.5995,343.71222,11.093601,80.8125,841.87646,2163.0066,39.971455,590.13055,53.282604,0.95585793,56.34669,0.98009986,0.48828682,2.1761632,32.12487,117.57543,293.90033,12.262722,3395.653,207.50313,67.3007,83.185936,28.08256,91.31198,24.039791,2.362125,41.664585,203.82489,39.694298,23.041626,22.94043,25.79677,20.30131,17.941736,43.539665,956.7215,139.4742,3038.2898,38.989704,3838.9456,71.43873,505.47943,2003.728,57.26952,12.263368,1993.3185,2621.7756,6716.8203,307.0599 +2023-06-06 10:00:00,0.0,10594.431,95.678154,18.564611,24.383333,28.379168,186.16602,27.017796,43.788906,21.168535,24.429106,703.3136,568.0462,13.917621,95.20725,9.435334,3.3177097,25.357563,43.741817,12.387352,398.88904,5.265396,332.23666,67.16936,0.7060796,3.8466144,112.92584,33.709404,159.97067,157.04402,10466.315,0.70573074,1744.9141,1.6515301,1.0841475,0.5661818,4.407911,198.2038,266.12607,35.241158,314.68402,27.117569,14.671775,860.9623,4.8625317,96.71311,91.22271,446.83307,61.176315,375.08502,22.892267,124.64413,0.0,4417.1772,14265.791,24.783352,180.85463,139.08693,40027.05,183.54794,18.26792,70.38274,130.93198,90.7992,34.2061,75.65509,1006.97644,167.454,56.23237,13.991365,16.482315,1037.3264,49.971027,663.285,91.90139,2209.588,157.8695,210.42606,158.7985,134.30391,10.515166,17.902452,44.250134,7.0232854,7.918504,58.789318,67.38042,90.4293,18.097641,20.21851,231.88013,10.253879,3583.8809,77.10981,85.46181,92.94621,79.8056,240.9838,123.8067,90.69444,27.063393,31.506317,71.10494,331.2575,316.0926,113.84688,401.45972,70.333015,83.28688,248.48189,244.50243,1068.399,230.56764,4.801215,16.398958,8.90828,107.53799,15874.121,7.5271115,18.900541,30.43148,39.029793,437.81284,85.65649,146.56596,4.8665175,224.43056,498.72537,295.8105,101.244995,352.4671,38.788425,65.38347,321.0091,17.556925,2.6041884,14.57913,1856.9626,0.32248357,0.9467083,77.43575,10.138888,5.1140385,10.98591,18.697292,203.0797,68.95955,134.29793,1036.2024,206.03787,2038.4082,1859.405,18.173737,25.988312,15630.704,9.0548,60.120373,431.9553,99.058334,174.03264,70.5345,387.92224,1162.2344,343.80334,11.095933,80.80278,842.2167,2162.5505,39.969936,590.04626,53.255207,0.956013,56.35237,0.9803328,0.48859045,2.177598,32.121964,117.56678,293.88138,12.2712965,3395.8926,207.6007,67.34953,83.296875,28.164484,91.32118,24.095139,2.3634722,41.756943,204.45892,39.90028,23.164661,23.029438,25.791319,20.363888,18.029398,43.550213,956.60675,139.52753,3040.0571,38.987953,3838.8164,71.45173,505.36368,2004.5873,57.30341,12.258466,1992.7407,2620.2498,6714.769,306.787 +2023-06-06 11:00:00,0.0,10604.282,95.7857,18.566488,24.402843,28.367918,186.14272,27.013725,43.772133,21.16613,24.4266,703.11426,567.9339,13.911538,95.26777,9.446283,3.314676,25.353502,43.706917,12.36852,398.80154,5.257126,332.19733,67.13958,0.70546126,3.8447385,112.91745,33.690598,159.82515,157.00954,10478.035,0.70564306,1744.5023,1.6506371,1.0834637,0.5658533,4.4041915,198.13898,266.0385,35.230705,314.5066,27.111742,14.703335,861.87634,4.8609505,96.831154,91.28678,446.64978,61.315002,375.09366,22.886034,124.998024,0.0,4414.274,14267.8,24.77889,181.16121,139.06566,40035.28,183.46037,18.268736,70.50363,131.17885,90.72538,34.175938,75.88449,1008.8281,167.7671,56.354343,13.994075,16.474588,1036.3462,49.98349,665.1081,91.98986,2209.4744,158.05855,210.66464,158.69598,134.66507,10.511432,17.896017,44.2258,7.0188046,7.9117,58.7966,67.35733,90.388504,18.092268,20.224459,231.98973,10.250381,3582.7703,77.182304,85.40382,93.0228,79.87557,240.93495,123.85245,90.68056,27.074446,31.533478,71.19392,331.23697,316.9652,113.91281,401.62057,70.38035,83.31608,248.58058,244.56726,1068.1965,230.76694,4.7993784,16.400105,8.910696,107.42659,15873.709,7.523056,18.889673,30.416851,39.052986,438.07553,85.674355,146.67607,4.8637557,224.48195,498.84796,295.94055,101.283516,352.43842,38.771156,65.38262,320.92636,17.55027,2.6029327,14.575349,1857.4696,0.32222575,0.9460291,77.401985,10.130397,5.111981,10.977924,18.684269,202.98492,68.92905,134.27211,1035.7734,206.04167,2038.1438,1859.2053,18.165154,25.98617,15625.649,9.0541,60.11713,432.16092,99.05167,173.98424,70.524445,387.82114,1161.8693,343.89444,11.098264,80.79305,842.5569,2162.0947,39.968422,589.96204,53.22781,0.9561682,56.358055,0.9805658,0.48889408,2.1790326,32.119053,117.55812,293.86243,12.27987,3396.1323,207.69827,67.39838,83.407814,28.246408,91.33038,24.150486,2.3648195,41.849304,205.09296,40.10626,23.287699,23.118446,25.785868,20.426468,18.11706,43.56076,956.49194,139.58086,3041.8245,38.9862,3838.687,71.46472,505.24792,2005.4464,57.3373,12.253565,1992.1628,2618.7239,6712.718,306.51407 +2023-06-06 12:00:00,0.0,10614.135,95.89324,18.568365,24.422354,28.356667,186.11942,27.009657,43.755363,21.163723,24.424091,702.9149,567.8216,13.905456,95.32829,9.457232,3.3116424,25.349442,43.672016,12.349689,398.71405,5.2488556,332.158,67.1098,0.7048429,3.8428628,112.90906,33.671795,159.67963,156.97505,10489.755,0.7055554,1744.0906,1.6497442,1.0827798,0.56552476,4.4004726,198.07416,265.95093,35.220253,314.32916,27.105917,14.734896,862.7904,4.8593698,96.9492,91.35085,446.4665,61.453686,375.1023,22.879799,125.35192,0.0,4411.3706,14269.809,24.774431,181.46777,139.04439,40043.51,183.37282,18.269554,70.62453,131.42572,90.65156,34.145775,76.11389,1010.6798,168.08022,56.476315,13.996783,16.466864,1035.3661,49.995953,666.9312,92.07834,2209.361,158.24757,210.9032,158.59348,135.02621,10.507696,17.889584,44.20146,7.014323,7.9048953,58.803886,67.33425,90.3477,18.086895,20.230408,232.09935,10.246884,3581.6597,77.25481,85.34583,93.09938,79.94555,240.88611,123.89819,90.666664,27.0855,31.56064,71.2829,331.21643,317.83786,113.97875,401.7814,70.42767,83.345276,248.67926,244.63208,1067.994,230.96623,4.7975416,16.40125,8.913112,107.31519,15873.298,7.519,18.878803,30.402222,39.07618,438.3382,85.69222,146.78618,4.860994,224.53334,498.97052,296.07065,101.32204,352.4097,38.753887,65.381775,320.84363,17.543617,2.6016772,14.571568,1857.9764,0.32196793,0.94535,77.36821,10.121904,5.109923,10.969939,18.671247,202.89014,68.898544,134.24629,1035.3444,206.04546,2037.8795,1859.0055,18.15657,25.98403,15620.595,9.053401,60.11389,432.36652,99.045006,173.93584,70.51438,387.72,1161.5042,343.98557,11.100595,80.78333,842.8971,2161.6387,39.966904,589.87775,53.200417,0.9563233,56.363735,0.9807988,0.48919767,2.1804671,32.116146,117.54947,293.84348,12.2884445,3396.372,207.79584,67.44722,83.51875,28.328333,91.339584,24.205833,2.3661666,41.941666,205.72699,40.312237,23.410734,23.207455,25.780416,20.489046,18.204721,43.571304,956.3772,139.6342,3043.5916,38.984447,3838.5579,71.47772,505.13217,2006.3055,57.371185,12.248663,1991.5851,2617.198,6710.6665,306.24112 +2023-06-06 13:00:00,0.0,10623.986,96.000786,18.57024,24.441864,28.345417,186.09612,27.005587,43.738594,21.161318,24.421585,702.7156,567.7093,13.899373,95.38881,9.468183,3.3086088,25.34538,43.63712,12.330857,398.62656,5.2405853,332.11868,67.08003,0.70422465,3.8409872,112.900665,33.652992,159.5341,156.94057,10501.474,0.7054677,1743.679,1.6488513,1.0820959,0.5651962,4.396754,198.00934,265.86334,35.2098,314.15173,27.10009,14.766456,863.70447,4.8577886,97.067245,91.414925,446.2832,61.59237,375.1109,22.873564,125.70582,0.0,4408.468,14271.817,24.76997,181.77435,139.02312,40051.74,183.28525,18.27037,70.745415,131.67259,90.57773,34.115612,76.343285,1012.5315,168.39331,56.59829,13.999493,16.459137,1034.3859,50.008415,668.75433,92.16681,2209.2476,158.43661,211.14177,158.49097,135.38737,10.503962,17.883148,44.177128,7.0098424,7.898091,58.811172,67.311165,90.3069,18.081524,20.236357,232.20895,10.243388,3580.5493,77.3273,85.28785,93.175964,80.01552,240.83727,123.94394,90.65278,27.096554,31.587801,71.37187,331.1959,318.71048,114.044685,401.94223,70.475006,83.37447,248.77795,244.69691,1067.7914,231.16553,4.795705,16.402395,8.915526,107.2038,15872.887,7.5149446,18.867933,30.387592,39.09937,438.60086,85.7101,146.89627,4.858232,224.58472,499.0931,296.20074,101.36056,352.381,38.73662,65.380936,320.76093,17.536964,2.6004217,14.567785,1858.4834,0.3217101,0.9446708,77.33444,10.113413,5.1078653,10.961953,18.658224,202.79535,68.86804,134.22047,1034.9154,206.04924,2037.6152,1858.8058,18.14799,25.981888,15615.54,9.052701,60.11065,432.57214,99.03834,173.88744,70.504326,387.6189,1161.139,344.07666,11.102926,80.77361,843.2373,2161.1826,39.965385,589.7935,53.17302,0.9564785,56.369415,0.9810317,0.4895013,2.181902,32.11324,117.54081,293.82452,12.297019,3396.6116,207.8934,67.49606,83.629684,28.410257,91.348785,24.26118,2.367514,42.034027,206.36102,40.51822,23.533772,23.296463,25.774965,20.551626,18.292385,43.581852,956.26245,139.68753,3045.359,38.982697,3838.4287,71.490715,505.01642,2007.1647,57.405075,12.243762,1991.0072,2615.672,6708.615,305.9682 +2023-06-06 14:00:00,0.0,10633.839,96.10833,18.572117,24.461372,28.334167,186.07281,27.001518,43.72182,21.15891,24.419077,702.51624,567.597,13.8932905,95.449326,9.479132,3.3055751,25.34132,43.60222,12.312025,398.53906,5.232315,332.07935,67.050255,0.7036063,3.8391116,112.89227,33.63419,159.38858,156.90607,10513.193,0.70538,1743.2672,1.6479583,1.0814121,0.56486773,4.393035,197.9445,265.77576,35.199352,313.9743,27.094263,14.798017,864.6186,4.8562074,97.185295,91.479,446.0999,61.731052,375.11954,22.867329,126.059715,0.0,4405.5645,14273.826,24.765509,182.08093,139.00185,40059.97,183.1977,18.271189,70.86631,131.91946,90.50391,34.08545,76.572685,1014.3832,168.70642,56.720264,14.002201,16.451412,1033.4056,50.020878,670.57745,92.25528,2209.1343,158.62566,211.38034,158.38844,135.74854,10.500226,17.876713,44.15279,7.005361,7.8912864,58.818455,67.28808,90.2661,18.07615,20.242308,232.31856,10.239891,3579.4387,77.399796,85.22986,93.25254,80.08549,240.78842,123.989685,90.638885,27.107607,31.614964,71.460846,331.17535,319.58313,114.11063,402.1031,70.52234,83.40367,248.87665,244.76173,1067.5889,231.36482,4.793868,16.403542,8.917942,107.0924,15872.475,7.510889,18.857063,30.372963,39.122562,438.86356,85.72797,147.00638,4.85547,224.63611,499.2157,296.33084,101.399086,352.3523,38.719353,65.38009,320.6782,17.530312,2.599166,14.564004,1858.9902,0.3214523,0.9439916,77.30067,10.10492,5.105808,10.953968,18.645203,202.70058,68.83754,134.19467,1034.4865,206.05302,2037.351,1858.606,18.139406,25.979746,15610.485,9.052002,60.107407,432.77777,99.03167,173.83902,70.49426,387.5178,1160.7739,344.1678,11.105258,80.763885,843.5775,2160.7268,39.963867,589.7092,53.145626,0.9566336,56.375095,0.9812647,0.48980492,2.1833365,32.11033,117.53216,293.80557,12.305593,3396.8513,207.99098,67.54491,83.74062,28.492184,91.35799,24.316528,2.3688612,42.12639,206.99506,40.724197,23.656807,23.385471,25.769514,20.614206,18.380047,43.5924,956.14764,139.74086,3047.1262,38.98094,3838.2996,71.503716,504.90067,2008.0239,57.438965,12.23886,1990.4294,2614.1462,6706.564,305.69528 +2023-06-06 15:00:00,0.0,10643.69,96.21588,18.573992,24.480883,28.322918,186.04951,26.997448,43.705048,21.156504,24.41657,702.31696,567.4847,13.887208,95.50984,9.490081,3.3025415,25.337261,43.567318,12.293194,398.4516,5.2240453,332.04004,67.020485,0.70298797,3.837236,112.88388,33.615387,159.24306,156.87158,10524.913,0.70529234,1742.8555,1.6470653,1.0807282,0.5645392,4.3893156,197.87968,265.6882,35.1889,313.79688,27.088438,14.8295765,865.53265,4.854626,97.30334,91.54307,445.9166,61.869736,375.12817,22.861094,126.41361,0.0,4402.661,14275.835,24.76105,182.3875,138.98058,40068.2,183.11012,18.272005,70.987206,132.16634,90.430084,34.055286,76.802086,1016.23486,169.01953,56.842236,14.00491,16.443686,1032.4255,50.03334,672.4006,92.34375,2209.0208,158.81468,211.6189,158.28593,136.1097,10.496491,17.870277,44.128456,7.0008802,7.884482,58.82574,67.26499,90.2253,18.070778,20.248257,232.42818,10.236395,3578.3281,77.4723,85.171875,93.329124,80.15546,240.73958,124.03544,90.625,27.11866,31.642124,71.54982,331.1548,320.45575,114.17657,402.26392,70.56967,83.43287,248.97533,244.82655,1067.3864,231.56412,4.7920313,16.404688,8.920358,106.981,15872.063,7.5068336,18.846195,30.358332,39.145756,439.12622,85.745834,147.11649,4.8527083,224.6875,499.33826,296.46094,101.43761,352.3236,38.702084,65.37924,320.59546,17.523657,2.5979104,14.560223,1859.4972,0.32119447,0.94331247,77.2669,10.096429,5.1037498,10.945982,18.63218,202.60579,68.80704,134.16885,1034.0574,206.05682,2037.0865,1858.4062,18.130823,25.977606,15605.431,9.051302,60.104168,432.9834,99.025,173.79062,70.48421,387.4167,1160.4088,344.25888,11.10759,80.754166,843.9177,2160.2708,39.962353,589.625,53.11823,0.9567888,56.380775,0.9814977,0.49010855,2.184771,32.10742,117.5235,293.78662,12.314167,3397.091,208.08855,67.59375,83.85156,28.574108,91.36719,24.371874,2.3702083,42.21875,207.62909,40.93018,23.779844,23.47448,25.764063,20.676785,18.467709,43.602943,956.0329,139.79419,3048.8936,38.97919,3838.1704,71.51671,504.7849,2008.883,57.47285,12.233959,1989.8516,2612.6204,6704.5127,305.42236 +2023-06-06 16:00:00,0.0,10653.543,96.323425,18.575869,24.500393,28.311666,186.02621,26.99338,43.68828,21.154099,24.414062,702.1176,567.3724,13.881125,95.57036,9.501031,3.2995079,25.3332,43.532417,12.274363,398.3641,5.215775,332.0007,66.99071,0.70236963,3.83536,112.87548,33.59658,159.09753,156.8371,10536.633,0.70520467,1742.4437,1.6461723,1.0800443,0.5642107,4.3855968,197.81487,265.60062,35.178448,313.61945,27.082611,14.861137,866.4467,4.8530455,97.42139,91.60714,445.73328,62.008423,375.13678,22.854858,126.76751,0.0,4399.758,14277.845,24.756588,182.69408,138.9593,40076.426,183.02257,18.272823,71.10809,132.41321,90.35626,34.025124,77.03148,1018.08655,169.33264,56.96421,14.007619,16.435959,1031.4453,50.045807,674.2237,92.43223,2208.9075,159.00372,211.85747,158.18343,136.47084,10.492756,17.863842,44.10412,6.9963994,7.8776774,58.833023,67.241905,90.1845,18.065405,20.254206,232.53778,10.232898,3577.2175,77.54479,85.11389,93.40571,80.22543,240.69073,124.081184,90.611115,27.129715,31.669287,71.638794,331.13425,321.3284,114.2425,402.42477,70.617,83.46207,249.07402,244.89139,1067.1838,231.76341,4.7901945,16.405834,8.922772,106.869606,15871.651,7.502778,18.835325,30.343702,39.168945,439.3889,85.76371,147.22658,4.8499465,224.73889,499.46085,296.59103,101.47613,352.2949,38.684814,65.3784,320.51273,17.517004,2.596655,14.556441,1860.0042,0.32093665,0.9426333,77.23313,10.087936,5.101692,10.937997,18.619158,202.51102,68.77653,134.14304,1033.6284,206.06061,2036.8223,1858.2064,18.12224,25.975464,15600.376,9.050603,60.100925,433.189,99.01833,173.74222,70.47415,387.31555,1160.0437,344.35,11.1099205,80.744446,844.25793,2159.8147,39.960835,589.5407,53.09083,0.95694387,56.386456,0.98173064,0.49041215,2.1862059,32.104515,117.51485,293.76767,12.322741,3397.3306,208.18611,67.64259,83.9625,28.656033,91.37639,24.427221,2.3715556,42.31111,208.26312,41.136158,23.90288,23.563488,25.758612,20.739365,18.55537,43.61349,955.91815,139.84753,3050.6606,38.97744,3838.041,71.52971,504.66916,2009.7422,57.50674,12.229058,1989.2738,2611.0945,6702.4614,305.14944 +2023-06-06 17:00:00,0.0,10663.395,96.43097,18.577745,24.519903,28.300417,186.00291,26.98931,43.67151,21.151691,24.411556,701.9183,567.2601,13.875043,95.630875,9.51198,3.2964742,25.32914,43.49752,12.25553,398.2766,5.2075047,331.96136,66.96094,0.70175135,3.8334844,112.86709,33.577778,158.95201,156.80261,10548.352,0.705117,1742.032,1.6452793,1.0793605,0.5638822,4.381878,197.75005,265.51303,35.167995,313.44202,27.076784,14.892697,867.3608,4.8514643,97.53943,91.67121,445.55002,62.147106,375.14542,22.848625,127.12141,0.0,4396.8545,14279.854,24.752129,183.00066,138.93803,40084.656,182.935,18.27364,71.22899,132.66008,90.28244,33.99496,77.26088,1019.93823,169.64575,57.086185,14.010328,16.428234,1030.4652,50.05827,676.0468,92.5207,2208.794,159.19275,212.09604,158.08092,136.832,10.489021,17.857407,44.079784,6.991918,7.8708735,58.84031,67.21882,90.1437,18.060034,20.260157,232.64738,10.229401,3576.1072,77.617294,85.0559,93.482285,80.2954,240.64189,124.12693,90.59722,27.140768,31.696447,71.72777,331.1137,322.20102,114.30844,402.5856,70.66433,83.49127,249.1727,244.9562,1066.9813,231.9627,4.7883577,16.406979,8.925188,106.75821,15871.24,7.4987226,18.824455,30.329073,39.19214,439.65155,85.78158,147.33669,4.8471847,224.79028,499.58344,296.72113,101.51465,352.2662,38.667545,65.377556,320.43,17.510351,2.5953994,14.55266,1860.511,0.32067883,0.94195414,77.199356,10.079444,5.0996346,10.930011,18.606134,202.41623,68.746025,134.11722,1033.1995,206.06439,2036.558,1858.0067,18.113657,25.973324,15595.321,9.049904,60.097687,433.39462,99.011665,173.69382,70.46409,387.21445,1159.6786,344.4411,11.112252,80.73472,844.59814,2159.3586,39.959316,589.4565,53.06344,0.957099,56.39214,0.98196363,0.49071577,2.1876404,32.101604,117.50619,293.74872,12.331315,3397.5703,208.28368,67.69144,84.07344,28.737957,91.38559,24.482569,2.3729029,42.403473,208.89716,41.34214,24.025917,23.652496,25.75316,20.801945,18.643032,43.624035,955.80334,139.90086,3052.428,38.97569,3837.9119,71.54271,504.55344,2010.6013,57.540627,12.224156,1988.6959,2609.5686,6700.41,304.87653 +2023-06-06 18:00:00,0.0,10673.247,96.53851,18.57962,24.539412,28.289167,185.97961,26.98524,43.654736,21.149286,24.409048,701.71893,567.14777,13.868961,95.69139,9.522929,3.2934408,25.325079,43.46262,12.236699,398.18912,5.1992345,331.92206,66.93116,0.701133,3.8316088,112.858696,33.558975,158.80647,156.76813,10560.071,0.7050293,1741.6204,1.6443863,1.0786766,0.5635537,4.3781586,197.68521,265.42545,35.157547,313.2646,27.070957,14.924258,868.27484,4.849883,97.65748,91.73529,445.3667,62.28579,375.15402,22.84239,127.4753,0.0,4393.951,14281.862,24.747667,183.30722,138.91676,40092.887,182.84744,18.274458,71.349884,132.90695,90.20861,33.964798,77.49028,1021.7899,169.95885,57.20816,14.013037,16.420507,1029.485,50.070732,677.86993,92.60917,2208.6804,159.38179,212.3346,157.97841,137.19316,10.485286,17.850971,44.055447,6.9874372,7.864069,58.84759,67.19573,90.1029,18.05466,20.266106,232.757,10.225904,3574.9966,77.68979,84.99792,93.55887,80.36537,240.59305,124.172676,90.583336,27.151821,31.72361,71.81674,331.09317,323.07367,114.374374,402.74643,70.71166,83.52047,249.2714,245.02104,1066.7788,232.162,4.786521,16.408125,8.927604,106.64681,15870.828,7.494667,18.813587,30.314444,39.215332,439.91425,85.799446,147.4468,4.844423,224.84166,499.706,296.85123,101.55318,352.2375,38.650276,65.37671,320.3473,17.503698,2.5941436,14.548878,1861.018,0.320421,0.94127494,77.16559,10.070952,5.097577,10.922026,18.593113,202.32144,68.71552,134.0914,1032.7704,206.06818,2036.2936,1857.8069,18.105076,25.971182,15590.267,9.049204,60.094444,433.60025,99.005005,173.64542,70.45403,387.11334,1159.3135,344.53223,11.114583,80.725,844.93835,2158.9028,39.957798,589.3722,53.03604,0.9572542,56.39782,0.9821966,0.4910194,2.1890752,32.098698,117.497536,293.72977,12.339889,3397.81,208.38126,67.74028,84.18437,28.819881,91.39479,24.537916,2.37425,42.495834,209.53119,41.54812,24.148954,23.741505,25.74771,20.864523,18.730694,43.634583,955.6886,139.9542,3054.1953,38.973934,3837.7827,71.5557,504.43768,2011.4606,57.574516,12.219255,1988.118,2608.0427,6698.3594,304.6036 +2023-06-06 19:00:00,0.0,10683.099,96.64606,18.581497,24.558922,28.277918,185.95633,26.98117,43.637962,21.14688,24.406542,701.5196,567.03546,13.862879,95.751915,9.533879,3.2904072,25.321018,43.42772,12.217868,398.10162,5.190964,331.88272,66.90138,0.7005147,3.8297331,112.8503,33.540173,158.66095,156.73364,10571.791,0.70494163,1741.2086,1.6434934,1.0779927,0.56322515,4.37444,197.62039,265.3379,35.147095,313.08716,27.065132,14.955818,869.18896,4.8483024,97.77552,91.79936,445.1834,62.424473,375.16266,22.836155,127.8292,0.0,4391.048,14283.871,24.743208,183.6138,138.8955,40101.117,182.75987,18.275274,71.47077,133.15381,90.13479,33.934635,77.71967,1023.6416,170.27196,57.33013,14.015746,16.412783,1028.5048,50.083195,679.69305,92.69764,2208.5671,159.57083,212.57317,157.87589,137.55432,10.481551,17.844536,44.03111,6.982956,7.8572645,58.854877,67.172646,90.062096,18.049288,20.272055,232.86661,10.222407,3573.886,77.76228,84.93993,93.63545,80.43534,240.5442,124.21842,90.56944,27.162874,31.750772,71.905716,331.0726,323.9463,114.440315,402.9073,70.758995,83.54967,249.37009,245.08586,1066.5763,232.3613,4.784684,16.409271,8.930018,106.535416,15870.417,7.4906116,18.802717,30.299814,39.23852,440.1769,85.817314,147.55688,4.841661,224.89305,499.82858,296.98132,101.5917,352.2088,38.633007,65.37587,320.26456,17.497044,2.592888,14.545096,1861.5249,0.3201632,0.9405958,77.13182,10.06246,5.095519,10.914041,18.58009,202.22667,68.68502,134.06558,1032.3414,206.07198,2036.0293,1857.6072,18.096493,25.96904,15585.212,9.048505,60.091206,433.80585,98.99834,173.59702,70.44398,387.01224,1158.9484,344.62335,11.116915,80.71528,845.27856,2158.4468,39.95628,589.28796,53.008644,0.9574093,56.4035,0.98242956,0.49132302,2.1905098,32.09579,117.48888,293.71082,12.348463,3398.0496,208.47882,67.78912,84.29531,28.901806,91.40399,24.593264,2.3755972,42.588196,210.16522,41.7541,24.27199,23.830513,25.742256,20.927103,18.818356,43.64513,955.5738,140.00752,3055.9626,38.972183,3837.6536,71.5687,504.32193,2012.3197,57.608406,12.214354,1987.5403,2606.5168,6696.308,304.33066 +2023-06-06 20:00:00,0.0,10692.951,96.7536,18.583374,24.578432,28.266666,185.93303,26.977102,43.621193,21.144474,24.404036,701.3203,566.9231,13.856796,95.81243,9.544828,3.2873735,25.31696,43.39282,12.199037,398.01416,5.1826944,331.84338,66.87161,0.69989634,3.8278573,112.84191,33.52137,158.51543,156.69916,10583.51,0.70485395,1740.7969,1.6426004,1.0773089,0.5628966,4.370721,197.55557,265.2503,35.136642,312.90973,27.059305,14.987379,870.103,4.846721,97.89357,91.863434,445.00012,62.56316,375.1713,22.82992,128.18309,0.0,4388.145,14285.88,24.738747,183.92036,138.87424,40109.344,182.67232,18.276093,71.59167,133.4007,90.06097,33.904472,77.94907,1025.4933,170.58507,57.452106,14.018455,16.405056,1027.5247,50.095657,681.5162,92.78611,2208.4536,159.75986,212.81174,157.77338,137.91548,10.477816,17.8381,44.006775,6.978475,7.85046,58.86216,67.14957,90.0213,18.043915,20.278006,232.97621,10.21891,3572.7754,77.834785,84.88194,93.712036,80.50532,240.49536,124.264175,90.55556,27.17393,31.777933,71.99469,331.05206,324.81894,114.50625,403.0681,70.80632,83.578865,249.46877,245.1507,1066.3738,232.5606,4.7828474,16.410418,8.932434,106.42402,15870.006,7.4865556,18.791847,30.285185,39.261715,440.43958,85.83519,147.66699,4.838899,224.94444,499.95117,297.11142,101.63022,352.18008,38.61574,65.37502,320.18182,17.49039,2.5916326,14.541315,1862.0317,0.31990537,0.9399166,77.098045,10.053968,5.0934615,10.9060545,18.567066,202.13188,68.65452,134.03976,1031.9125,206.07576,2035.765,1857.4073,18.08791,25.9669,15580.157,9.047805,60.087963,434.01147,98.99167,173.54861,70.433914,386.91113,1158.5833,344.71445,11.1192465,80.70555,845.6188,2157.9907,39.954765,589.2037,52.98125,0.9575645,56.40918,0.98266256,0.49162662,2.1919444,32.09288,117.480225,293.69186,12.357038,3398.2893,208.57639,67.83796,84.40625,28.98373,91.41319,24.648611,2.3769445,42.680557,210.79926,41.96008,24.395027,23.919521,25.736805,20.989681,18.90602,43.655674,955.45905,140.06087,3057.73,38.970432,3837.5242,71.581696,504.20618,2013.1788,57.642292,12.209453,1986.9624,2604.991,6694.257,304.05774 +2023-06-06 21:00:00,0.0,10702.803,96.861145,18.585249,24.597942,28.255417,185.90973,26.973032,43.604424,21.142067,24.401527,701.121,566.8108,13.850714,95.87295,9.555778,3.28434,25.312899,43.35792,12.180204,397.92667,5.174424,331.80408,66.841835,0.69927806,3.8259816,112.83352,33.502563,158.3699,156.66467,10595.2295,0.7047663,1740.3851,1.6417074,1.076625,0.5625681,4.3670015,197.49075,265.16272,35.126194,312.7323,27.053478,15.018939,871.0171,4.84514,98.01161,91.927505,444.81683,62.701843,375.1799,22.823685,128.53699,0.0,4385.2417,14287.889,24.734287,184.22694,138.85297,40117.574,182.58475,18.276909,71.71256,133.64755,89.987144,33.87431,78.178474,1027.345,170.89818,57.57408,14.021164,16.39733,1026.5444,50.10812,683.3393,92.87459,2208.3403,159.9489,213.05031,157.67087,138.27663,10.474081,17.831667,43.982437,6.973994,7.8436556,58.869446,67.12648,89.9805,18.038542,20.283955,233.08582,10.215414,3571.665,77.90728,84.82396,93.78861,80.57529,240.44652,124.30992,90.541664,27.184982,31.805096,72.083664,331.03152,325.69156,114.57219,403.22897,70.85365,83.60806,249.56746,245.21552,1066.1713,232.75989,4.78101,16.411562,8.93485,106.31262,15869.594,7.4825,18.780977,30.270555,39.28491,440.70227,85.85306,147.7771,4.8361373,224.99583,500.07373,297.24152,101.66874,352.1514,38.598473,65.374176,320.0991,17.483738,2.5903769,14.537534,1862.5387,0.31964755,0.9392375,77.06428,10.045476,5.091404,10.898069,18.554045,202.0371,68.624016,134.01395,1031.4834,206.07954,2035.5007,1857.2076,18.079327,25.964758,15575.103,9.047106,60.084724,434.2171,98.985,173.50021,70.42386,386.81,1158.2181,344.80557,11.121577,80.69583,845.959,2157.535,39.953247,589.11945,52.953854,0.9577196,56.41486,0.98289555,0.49193025,2.1933792,32.089973,117.471565,293.6729,12.365611,3398.529,208.67397,67.8868,84.51719,29.065655,91.42239,24.703959,2.3782916,42.772915,211.43329,42.16606,24.518063,24.008532,25.731354,21.052261,18.993681,43.66622,955.3443,140.1142,3059.497,38.968678,3837.395,71.594696,504.09042,2014.038,57.67618,12.204551,1986.3846,2603.465,6692.2056,303.78482 +2023-06-06 22:00:00,0.0,10712.655,96.9687,18.587126,24.61745,28.244167,185.88643,26.968964,43.58765,21.13966,24.399021,700.92163,566.6985,13.844631,95.933464,9.566728,3.2813063,25.308838,43.32302,12.161373,397.83917,5.166154,331.76474,66.812065,0.6986597,3.824106,112.82513,33.48376,158.22438,156.63019,10606.949,0.7046786,1739.9734,1.6408144,1.0759411,0.5622396,4.3632827,197.42592,265.07516,35.11574,312.55487,27.047653,15.0505,871.93115,4.843559,98.12966,91.99158,444.63354,62.840527,375.18854,22.81745,128.89088,0.0,4382.3384,14289.897,24.729826,184.53352,138.8317,40125.805,182.4972,18.277725,71.83345,133.89444,89.913315,33.844147,78.40787,1029.1967,171.21129,57.696056,14.023872,16.389605,1025.5642,50.120583,685.1624,92.96306,2208.2268,160.13792,213.28886,157.56836,138.63779,10.4703455,17.825232,43.958103,6.969513,7.836851,58.876728,67.10339,89.9397,18.03317,20.289904,233.19543,10.211917,3570.5544,77.97978,84.765976,93.8652,80.645256,240.39767,124.35567,90.52778,27.196035,31.832256,72.17264,331.011,326.5642,114.63812,403.3898,70.900986,83.63726,249.66614,245.28035,1065.9688,232.95918,4.7791734,16.412708,8.937264,106.201225,15869.183,7.4784446,18.77011,30.255924,39.308098,440.96494,85.870926,147.88719,4.8333755,225.04723,500.19632,297.3716,101.70727,352.12268,38.581203,65.37334,320.01636,17.477085,2.5891213,14.533752,1863.0457,0.31938973,0.9385583,77.0305,10.036984,5.089346,10.890083,18.541021,201.94232,68.59351,133.98813,1031.0544,206.08333,2035.2363,1857.0078,18.070745,25.962618,15570.048,9.046406,60.081482,434.4227,98.97833,173.4518,70.413795,386.7089,1157.853,344.89667,11.123909,80.68611,846.2992,2157.0789,39.95173,589.03516,52.926456,0.9578748,56.42054,0.9831285,0.49223387,2.1948137,32.087067,117.46291,293.65396,12.374186,3398.7686,208.77153,67.935646,84.62813,29.14758,91.431595,24.759306,2.379639,42.865276,212.06732,42.37204,24.6411,24.09754,25.725903,21.114841,19.081343,43.676765,955.2295,140.16753,3061.2644,38.966927,3837.2659,71.60769,503.97467,2014.8972,57.71007,12.19965,1985.8068,2601.9392,6690.1543,303.5119 +2023-06-06 23:00:00,0.0,10722.507,97.07624,18.589003,24.636961,28.232918,185.86313,26.964893,43.570877,21.137255,24.396513,700.7223,566.5862,13.838549,95.99398,9.577677,3.2782726,25.304777,43.28812,12.142542,397.75168,5.1578836,331.72543,66.78229,0.6980414,3.8222303,112.816734,33.46496,158.07886,156.5957,10618.668,0.7045909,1739.5618,1.6399214,1.0752572,0.5619111,4.359564,197.3611,264.98758,35.10529,312.37744,27.041826,15.08206,872.8453,4.841978,98.2477,92.05565,444.45023,62.97921,375.19717,22.811216,129.24478,0.0,4379.4355,14291.906,24.725367,184.84009,138.81042,40134.03,182.40962,18.278543,71.954346,134.1413,89.83949,33.813984,78.63727,1031.0483,171.5244,57.818027,14.026582,16.381878,1024.5841,50.133045,686.9855,93.05153,2208.1133,160.32697,213.52744,157.46585,138.99895,10.466611,17.818796,43.933765,6.9650316,7.8300467,58.884014,67.08031,89.898895,18.027798,20.295855,233.30504,10.20842,3569.4438,78.05228,84.707985,93.94178,80.715225,240.34885,124.40141,90.513885,27.207088,31.859419,72.26162,330.99045,327.43683,114.70406,403.55063,70.94832,83.66646,249.76483,245.34517,1065.7662,233.15848,4.7773366,16.413855,8.93968,106.08983,15868.7705,7.474389,18.75924,30.241295,39.33129,441.2276,85.8888,147.9973,4.8306136,225.09862,500.3189,297.5017,101.74579,352.094,38.563934,65.37249,319.93365,17.47043,2.5878658,14.52997,1863.5525,0.3191319,0.93787915,76.996735,10.028492,5.0872884,10.882098,18.528,201.84753,68.563,133.96231,1030.6255,206.08713,2034.972,1856.8081,18.062162,25.960476,15564.993,9.045707,60.078243,434.62833,98.97167,173.4034,70.40374,386.6078,1157.4879,344.9878,11.12624,80.67639,846.6394,2156.6228,39.95021,588.9509,52.899063,0.95802987,56.426224,0.9833615,0.49253747,2.1962483,32.08416,117.454254,293.635,12.382759,3399.0083,208.8691,67.98449,84.73906,29.229504,91.440796,24.814653,2.3809862,42.957638,212.70135,42.578022,24.764135,24.186548,25.720451,21.17742,19.169004,43.687313,955.11475,140.22087,3063.0317,38.965176,3837.1367,71.62069,503.85892,2015.7563,57.743958,12.194748,1985.229,2600.413,6688.103,303.23898 +2023-06-07 00:00:00,0.0,10732.359,97.183784,18.590878,24.656471,28.221666,185.83983,26.960825,43.554108,21.134848,24.394007,700.52295,566.4739,13.832466,96.0545,9.588626,3.275239,25.300716,43.25322,12.12371,397.66418,5.149614,331.6861,66.75252,0.6974231,3.8203545,112.80834,33.446156,157.93333,156.5612,10630.388,0.70450324,1739.15,1.6390284,1.0745734,0.56158257,4.355845,197.29628,264.9,35.094837,312.2,27.036,15.113621,873.75934,4.840397,98.36575,92.11972,444.26694,63.117897,375.20578,22.804981,129.59868,0.0,4376.5317,14293.916,24.720905,185.14667,138.78915,40142.26,182.32207,18.27936,72.07524,134.38818,89.76567,33.78382,78.86667,1032.9,171.8375,57.940002,14.02929,16.374153,1023.6039,50.145508,688.8086,93.14,2208.0,160.51599,213.76599,157.36334,139.3601,10.462875,17.81236,43.90943,6.960551,7.823242,58.8913,67.05722,89.8581,18.022425,20.301804,233.41464,10.204924,3568.3333,78.12477,84.65,94.01836,80.7852,240.3,124.44716,90.5,27.218143,31.88658,72.35059,330.96988,328.30948,114.770004,403.7115,70.99564,83.69566,249.86353,245.41,1065.5637,233.35777,4.7755,16.415,8.942096,105.97843,15868.359,7.4703336,18.74837,30.226665,39.354485,441.4903,85.90667,148.1074,4.827852,225.15,500.44147,297.6318,101.78431,352.06528,38.546665,65.37164,319.85092,17.463778,2.5866103,14.526189,1864.0594,0.3188741,0.93719995,76.96297,10.0199995,5.085231,10.874112,18.514977,201.75276,68.5325,133.9365,1030.1965,206.09091,2034.7078,1856.6083,18.05358,25.958334,15559.938,9.045007,60.075,434.83395,98.965004,173.355,70.393684,386.50668,1157.1228,345.0789,11.1285715,80.666664,846.9796,2156.1667,39.948696,588.86664,52.871666,0.958185,56.431904,0.9835945,0.4928411,2.197683,32.08125,117.4456,293.61606,12.391334,3399.248,208.96667,68.03333,84.85,29.311428,91.45,24.869999,2.3823333,43.05,213.33539,42.784,24.887173,24.275557,25.715,21.24,19.256666,43.69786,955.0,140.2742,3064.799,38.96342,3837.0073,71.63369,503.74316,2016.6155,57.777847,12.189847,1984.6511,2598.8872,6686.052,302.96606 +2023-06-07 01:00:00,0.0,10742.211,97.29133,18.592754,24.675982,28.210417,185.81653,26.956755,43.53734,21.132442,24.391499,700.32367,566.3616,13.826385,96.11501,9.599576,3.2722054,25.296656,43.218323,12.104878,397.57672,5.1413436,331.64676,66.72274,0.69680476,3.8184788,112.79995,33.42735,157.78781,156.52672,10642.107,0.70441556,1738.7383,1.6381356,1.0738895,0.561254,4.3521256,197.23146,264.8124,35.08439,312.02258,27.030172,15.145182,874.6734,4.8388157,98.483795,92.1838,444.08365,63.25658,375.21442,22.798746,129.95258,0.0,4373.629,14295.925,24.716446,185.45325,138.76788,40150.492,182.2345,18.280178,72.19613,134.63504,89.69185,33.75366,79.09606,1034.7517,172.1506,58.061977,14.032,16.366426,1022.6237,50.15797,690.6317,93.22848,2207.8865,160.70503,214.00456,157.26082,139.72125,10.459141,17.805925,43.885094,6.95607,7.8164377,58.898582,67.034134,89.8173,18.017052,20.307753,233.52426,10.2014265,3567.223,78.19727,84.59201,94.09494,80.85517,240.25116,124.49291,90.486115,27.229197,31.913742,72.43957,330.94934,329.1821,114.83594,403.8723,71.04298,83.72486,249.9622,245.47482,1065.3611,233.55707,4.773663,16.416145,8.94451,105.867035,15867.947,7.466278,18.7375,30.212036,39.377674,441.75296,85.92454,148.2175,4.82509,225.20139,500.56406,297.7619,101.82283,352.0366,38.529396,65.370804,319.7682,17.457125,2.5853546,14.522408,1864.5663,0.31861627,0.9365208,76.92919,10.011508,5.0831733,10.866127,18.501955,201.65797,68.502,133.91068,1029.7676,206.0947,2034.4435,1856.4086,18.044996,25.956194,15554.884,9.044308,60.07176,435.03955,98.958336,173.3066,70.38362,386.40558,1156.7577,345.17,11.130903,80.656944,847.3198,2155.711,39.947178,588.7824,52.84427,0.95834017,56.437584,0.9838274,0.49314472,2.1991177,32.078342,117.43694,293.5971,12.399907,3399.4875,209.06424,68.08218,84.96094,29.393353,91.4592,24.925346,2.3836806,43.14236,213.96942,42.98998,25.010208,24.364565,25.709549,21.302578,19.344328,43.708405,954.8852,140.32753,3066.5664,38.96167,3836.8782,71.64668,503.6274,2017.4746,57.811737,12.184945,1984.0734,2597.3613,6684.0005,302.69315 +2023-06-07 02:00:00,0.0,10752.063,97.39887,18.59463,24.695492,28.199167,185.79323,26.952686,43.520565,21.130035,24.388992,700.1243,566.24927,13.820302,96.17553,9.610525,3.2691717,25.292597,43.183422,12.086047,397.48923,5.1330733,331.60745,66.69296,0.6961864,3.8166032,112.79156,33.408546,157.64229,156.49223,10653.827,0.7043279,1738.3265,1.6372426,1.0732056,0.56092554,4.348407,197.16664,264.72485,35.073936,311.84515,27.024347,15.176742,875.58746,4.8372345,98.601845,92.24787,443.90033,63.395264,375.22305,22.792511,130.30647,0.0,4370.7256,14297.934,24.711985,185.75981,138.74661,40158.723,182.14694,18.280994,72.317024,134.88191,89.61803,33.723495,79.32546,1036.6034,172.46371,58.18395,14.034708,16.358702,1021.6435,50.170433,692.45483,93.31695,2207.7732,160.89407,214.24313,157.15831,140.08241,10.455405,17.79949,43.860756,6.9515886,7.8096337,58.90587,67.01105,89.7765,18.01168,20.313704,233.63387,10.197929,3566.1123,78.26977,84.53403,94.171524,80.92514,240.20232,124.53866,90.47222,27.24025,31.940903,72.52854,330.9288,330.05475,114.90188,404.03317,71.09031,83.75406,250.0609,245.53966,1065.1586,233.75636,4.7718263,16.417292,8.946926,105.75564,15867.536,7.4622226,18.726631,30.197407,39.400867,442.01562,85.94241,148.3276,4.822328,225.25278,500.68665,297.89197,101.86135,352.00787,38.51213,65.36996,319.68546,17.450472,2.584099,14.518626,1865.0732,0.31835845,0.9358416,76.895424,10.0030155,5.0811152,10.858141,18.488932,201.56319,68.4715,133.88486,1029.3385,206.09848,2034.1791,1856.2087,18.036415,25.954052,15549.829,9.043608,60.06852,435.24518,98.95167,173.2582,70.373566,386.30444,1156.3926,345.2611,11.133234,80.647224,847.66003,2155.255,39.94566,588.6981,52.816875,0.9584953,56.443264,0.9840604,0.49344835,2.2005525,32.075436,117.42829,293.57816,12.408482,3399.7273,209.1618,68.13102,85.07188,29.475279,91.4684,24.980694,2.385028,43.234722,214.60345,43.19596,25.133245,24.453573,25.704098,21.365158,19.431992,43.718952,954.77045,140.38086,3068.3335,38.95992,3836.749,71.65968,503.51166,2018.3337,57.845623,12.180044,1983.4955,2595.8354,6681.949,302.4202 +2023-06-07 03:00:00,0.0,10761.915,97.50642,18.596506,24.715,28.187918,185.76993,26.948616,43.50379,21.127628,24.386484,699.925,566.13696,13.814219,96.23605,9.621474,3.266138,25.288536,43.14852,12.067215,397.40173,5.124803,331.5681,66.66319,0.6955681,3.8147275,112.783165,33.389744,157.49675,156.45775,10665.546,0.7042402,1737.9148,1.6363496,1.0725218,0.560597,4.344688,197.1018,264.63727,35.063484,311.6677,27.01852,15.2083025,876.5015,4.835654,98.71989,92.31194,443.71704,63.533947,375.23166,22.786276,130.66037,0.0,4367.8223,14299.942,24.707525,186.06639,138.72534,40166.95,182.05937,18.281813,72.43792,135.12878,89.5442,33.693333,79.55486,1038.4551,172.77682,58.305923,14.037417,16.350975,1020.6633,50.182896,694.27795,93.40542,2207.6597,161.0831,214.48169,157.0558,140.44357,10.451671,17.793055,43.836422,6.947108,7.8028293,58.91315,66.98796,89.735695,18.006308,20.319653,233.74347,10.194433,3565.0017,78.34227,84.47604,94.24811,80.99511,240.15347,124.584404,90.458336,27.251303,31.968065,72.617516,330.90826,330.92737,114.96781,404.194,71.13764,83.78326,250.15958,245.60448,1064.956,233.95566,4.7699895,16.418438,8.949342,105.64424,15867.125,7.458167,18.715761,30.182777,39.42406,442.27832,85.96028,148.43771,4.8195662,225.30417,500.8092,298.02206,101.89988,351.9792,38.49486,65.36911,319.60272,17.443817,2.5828435,14.514845,1865.5802,0.31810063,0.9351625,76.86166,9.994524,5.0790577,10.850156,18.47591,201.46841,68.440994,133.85905,1028.9095,206.10228,2033.9148,1856.009,18.027832,25.951912,15544.774,9.042909,60.065277,435.4508,98.945,173.2098,70.3635,386.20334,1156.0275,345.35223,11.135566,80.6375,848.0003,2154.7988,39.94414,588.6139,52.78948,0.95865047,56.448944,0.9842934,0.49375194,2.201987,32.072525,117.41963,293.5592,12.417056,3399.967,209.25938,68.17986,85.182816,29.557203,91.47761,25.036041,2.386375,43.327084,215.23749,43.40194,25.25628,24.542582,25.698647,21.427738,19.519653,43.729496,954.65564,140.4342,3070.1008,38.958164,3836.6199,71.672676,503.3959,2019.193,57.879513,12.175142,1982.9177,2594.3096,6679.898,302.14728 +2023-06-07 04:00:00,0.0,10771.768,97.61396,18.598383,24.73451,28.176666,185.74663,26.944548,43.487022,21.125223,24.383978,699.72565,566.02466,13.808137,96.29657,9.632424,3.2631044,25.284475,43.11362,12.048384,397.31424,5.116533,331.5288,66.633415,0.6949498,3.8128517,112.77477,33.37094,157.35123,156.42326,10677.266,0.7041525,1737.5032,1.6354566,1.0718379,0.5602685,4.3409686,197.03699,264.54968,35.053032,311.49026,27.012693,15.239862,877.41565,4.8340726,98.83794,92.376015,443.53375,63.672634,375.2403,22.78004,131.01427,0.0,4364.919,14301.951,24.703064,186.37297,138.70407,40175.18,181.97182,18.282629,72.55881,135.37566,89.470375,33.66317,79.784256,1040.3068,173.08994,58.4279,14.040126,16.343248,1019.68317,50.19536,696.1011,93.49389,2207.5461,161.27214,214.72026,156.9533,140.80473,10.447936,17.78662,43.812084,6.9426265,7.796025,58.920437,66.964874,89.6949,18.000935,20.325602,233.85309,10.190936,3563.891,78.414764,84.41805,94.324684,81.06509,240.10463,124.63015,90.44444,27.262358,31.995226,72.70649,330.88773,331.80002,115.03375,404.35483,71.18497,83.812454,250.25827,245.6693,1064.7535,234.15495,4.7681527,16.419584,8.9517565,105.532845,15866.713,7.4541116,18.704891,30.168148,39.44725,442.541,85.97815,148.5478,4.8168044,225.35556,500.9318,298.15216,101.9384,351.95047,38.477592,65.36827,319.52002,17.437164,2.5815878,14.511063,1866.087,0.31784284,0.9344833,76.82788,9.986032,5.077,10.84217,18.462887,201.37363,68.41049,133.83324,1028.4805,206.10606,2033.6505,1855.8092,18.019249,25.94977,15539.72,9.04221,60.06204,435.65643,98.93834,173.16139,70.35345,386.10223,1155.6624,345.44333,11.137897,80.62778,848.3405,2154.343,39.942627,588.5296,52.76208,0.9588056,56.454624,0.9845264,0.49405557,2.2034216,32.06962,117.41098,293.54025,12.42563,3400.2068,209.35695,68.22871,85.29375,29.639128,91.48681,25.091389,2.3877223,43.419445,215.87152,43.60792,25.379318,24.63159,25.693195,21.490316,19.607315,43.740044,954.5409,140.48753,3071.8682,38.956413,3836.4905,71.68568,503.28015,2020.0521,57.913403,12.170241,1982.3398,2592.7837,6677.8467,301.87436 +2023-06-07 05:00:00,0.0,10781.619,97.72151,18.600258,24.75402,28.165417,185.72333,26.940477,43.470253,21.122816,24.381472,699.5263,565.91235,13.802054,96.357086,9.6433735,3.2600708,25.280415,43.078724,12.029552,397.22675,5.108263,331.48947,66.603645,0.69433147,3.810976,112.76638,33.35214,157.2057,156.38878,10688.985,0.70406485,1737.0914,1.6345636,1.071154,0.55994,4.33725,196.97217,264.4621,35.042583,311.31284,27.006868,15.271423,878.3297,4.8324914,98.95598,92.44009,443.35046,63.811317,375.24893,22.773808,131.36816,0.0,4362.0156,14303.96,24.698605,186.67953,138.6828,40183.41,181.88425,18.283447,72.6797,135.62253,89.39655,33.633007,80.01366,1042.1584,173.40305,58.549873,14.042835,16.335524,1018.703,50.20782,697.9242,93.58237,2207.4329,161.46117,214.95883,156.85078,141.16588,10.4442005,17.780184,43.78775,6.9381456,7.7892203,58.92772,66.94179,89.6541,17.995562,20.331553,233.96269,10.187439,3562.7808,78.48726,84.36007,94.40127,81.135056,240.05579,124.675896,90.43056,27.27341,32.02239,72.79546,330.86716,332.67264,115.099686,404.5157,71.2323,83.84165,250.35696,245.73413,1064.551,234.35425,4.766316,16.420729,8.954172,105.42145,15866.302,7.4500556,18.694023,30.153519,39.470444,442.80365,85.996025,148.65791,4.8140426,225.40695,501.05438,298.28226,101.97692,351.92178,38.460323,65.367424,319.4373,17.430511,2.5803323,14.507281,1866.594,0.31758502,0.93380415,76.79411,9.97754,5.074942,10.834185,18.449865,201.27884,68.37998,133.80742,1028.0515,206.10985,2033.3861,1855.6095,18.010666,25.947628,15534.665,9.04151,60.058796,435.86203,98.93167,173.11299,70.34339,386.00113,1155.2972,345.53445,11.140228,80.61806,848.6807,2153.887,39.94111,588.4454,52.734688,0.9589607,56.460308,0.98475933,0.4943592,2.2048564,32.06671,117.40232,293.5213,12.434204,3400.4463,209.45451,68.27754,85.404686,29.721052,91.49601,25.146736,2.3890696,43.511806,216.50555,43.8139,25.502356,24.720598,25.687744,21.552896,19.694977,43.75059,954.42615,140.54086,3073.6355,38.954662,3836.3613,71.69867,503.1644,2020.9113,57.94729,12.165339,1981.762,2591.2578,6675.7954,301.60144 +2023-06-07 06:00:00,0.0,10791.472,97.829056,18.602135,24.773531,28.154167,185.70003,26.936409,43.45348,21.12041,24.378963,699.327,565.80005,13.795972,96.4176,9.654323,3.2570372,25.276354,43.043823,12.010721,397.13928,5.0999928,331.45013,66.57387,0.6937131,3.8091004,112.75799,33.333332,157.06018,156.3543,10700.704,0.70397717,1736.6797,1.6336706,1.0704702,0.55961144,4.333531,196.90735,264.37454,35.03213,311.1354,27.001041,15.302983,879.2438,4.8309107,99.07403,92.50416,443.16718,63.95,375.25754,22.767572,131.72206,0.0,4359.1123,14305.969,24.694143,186.98611,138.66153,40191.64,181.79669,18.284264,72.8006,135.86942,89.32273,33.602844,80.24306,1044.0101,173.71614,58.671844,14.045544,16.327797,1017.7228,50.220284,699.7473,93.67084,2207.3193,161.6502,215.1974,156.74826,141.52704,10.440466,17.77375,43.763412,6.9336643,7.782416,58.935005,66.9187,89.6133,17.99019,20.337502,234.0723,10.183943,3561.6702,78.55976,84.302086,94.47785,81.205025,240.00694,124.72165,90.416664,27.284464,32.04955,72.88444,330.84662,333.5453,115.16563,404.6765,71.27963,83.87085,250.45564,245.79895,1064.3485,234.55354,4.764479,16.421875,8.956588,105.31005,15865.89,7.446,18.683153,30.138887,39.493637,443.0663,86.01389,148.76802,4.8112807,225.45833,501.17694,298.41235,102.01544,351.89307,38.443054,65.36658,319.35455,17.423859,2.5790768,14.5035,1867.101,0.3173272,0.93312496,76.76034,9.969048,5.0728846,10.8262,18.436842,201.18407,68.34948,133.7816,1027.6226,206.11363,2033.1218,1855.4097,18.002085,25.945488,15529.61,9.040811,60.055557,436.06766,98.925,173.06458,70.33333,385.90002,1154.9321,345.62555,11.14256,80.60833,849.02094,2153.431,39.93959,588.3611,52.70729,0.95911586,56.46599,0.9849923,0.49466282,2.206291,32.0638,117.39367,293.50235,12.442778,3400.686,209.55208,68.326385,85.515625,29.802977,91.50521,25.202084,2.3904166,43.604168,217.13959,44.019882,25.625391,24.809607,25.682291,21.615475,19.782639,43.761135,954.31134,140.5942,3075.4028,38.95291,3836.2322,71.71167,503.04865,2021.7704,57.98118,12.160439,1981.1842,2589.732,6673.744,301.32852 +2023-06-07 07:00:00,0.0,10801.323,97.9366,18.604012,24.79304,28.142918,185.67673,26.932339,43.436707,21.118004,24.376457,699.1277,565.68774,13.789889,96.47812,9.665273,3.2540038,25.272293,43.008923,11.991889,397.0518,5.0917225,331.41083,66.5441,0.6930948,3.8072248,112.749596,33.31453,156.91466,156.31981,10712.424,0.7038895,1736.268,1.6327777,1.0697863,0.55928296,4.3298116,196.84251,264.28696,35.02168,310.95798,26.995214,15.334544,880.15784,4.8293295,99.19207,92.56823,442.9839,64.088684,375.26617,22.761337,132.07596,0.0,4356.2095,14307.979,24.689684,187.29268,138.64027,40199.867,181.70912,18.285082,72.921486,136.11627,89.2489,33.57268,80.47245,1045.8618,174.02925,58.79382,14.048253,16.320072,1016.7426,50.232746,701.57043,93.75931,2207.206,161.83923,215.43597,156.64575,141.8882,10.43673,17.767315,43.73908,6.9291835,7.7756114,58.942287,66.895615,89.572495,17.984818,20.34345,234.18192,10.180446,3560.5596,78.632256,84.244095,94.55443,81.274994,239.9581,124.767395,90.40278,27.295517,32.07671,72.97341,330.82608,334.4179,115.23157,404.83737,71.326965,83.900055,250.55434,245.86378,1064.146,234.75284,4.7626424,16.423021,8.9590025,105.198654,15865.479,7.4419446,18.672283,30.124258,39.516827,443.329,86.03176,148.87811,4.808519,225.50972,501.29953,298.54245,102.05397,351.86438,38.425785,65.36574,319.27182,17.417206,2.5778213,14.499719,1867.6078,0.31706938,0.9324458,76.72657,9.960555,5.070827,10.818213,18.42382,201.08928,68.31898,133.75578,1027.1936,206.11742,2032.8575,1855.21,17.993502,25.943346,15524.556,9.040111,60.052315,436.2733,98.918335,173.01617,70.32327,385.7989,1154.567,345.71667,11.144891,80.59861,849.36115,2152.9749,39.938072,588.27686,52.679893,0.959271,56.47167,0.9852253,0.49496642,2.2077255,32.060894,117.38501,293.4834,12.451352,3400.9258,209.64966,68.37523,85.626564,29.884901,91.51441,25.257431,2.391764,43.69653,217.77362,44.22586,25.748428,24.898615,25.67684,21.678055,19.8703,43.771683,954.1966,140.64754,3077.17,38.951157,3836.103,71.72467,502.9329,2022.6296,58.015068,12.155537,1980.6063,2588.206,6671.6934,301.0556 +2023-06-07 08:00:00,0.0,10811.176,98.04414,18.605886,24.81255,28.131666,185.65343,26.92827,43.419937,21.115599,24.37395,698.92834,565.57544,13.783807,96.538635,9.676222,3.2509701,25.268234,42.974022,11.973058,396.9643,5.083452,331.3715,66.51432,0.6924765,3.805349,112.7412,33.295727,156.76913,156.28532,10724.144,0.7038018,1735.8562,1.6318847,1.0691024,0.5589544,4.326093,196.7777,264.19937,35.01123,310.78055,26.98939,15.366104,881.07196,4.8277483,99.31012,92.6323,442.80057,64.22737,375.2748,22.755102,132.42986,0.0,4353.306,14309.987,24.685223,187.59926,138.619,40208.098,181.62157,18.285898,73.04238,136.36314,89.17508,33.54252,80.70185,1047.7135,174.34236,58.915794,14.0509615,16.312346,1015.76245,50.24521,703.39355,93.84778,2207.0925,162.02827,215.67453,156.54324,142.24936,10.432996,17.76088,43.71474,6.924702,7.768807,58.949574,66.87253,89.53169,17.979445,20.349401,234.29152,10.176949,3559.449,78.70476,84.18611,94.63101,81.34497,239.90926,124.81314,90.388885,27.306572,32.103874,73.062386,330.80554,335.29056,115.2975,404.9982,71.37429,83.92925,250.65302,245.9286,1063.9435,234.95213,4.7608056,16.424168,8.961418,105.08726,15865.066,7.437889,18.661413,30.109629,39.54002,443.59167,86.04963,148.98822,4.805757,225.56111,501.42212,298.67255,102.09249,351.83566,38.40852,65.36489,319.1891,17.410551,2.5765655,14.495937,1868.1147,0.31681156,0.9317666,76.6928,9.952064,5.068769,10.810228,18.410797,200.9945,68.288475,133.72997,1026.7645,206.12122,2032.5933,1855.0101,17.984919,25.941206,15519.501,9.039412,60.049076,436.47888,98.91167,172.96777,70.31322,385.69778,1154.2019,345.80777,11.1472225,80.58889,849.70135,2152.519,39.936554,588.19257,52.6525,0.95942616,56.47735,0.98545825,0.49527004,2.2091603,32.057987,117.37636,293.46445,12.459926,3401.1653,209.74722,68.42407,85.7375,29.966825,91.52361,25.312777,2.393111,43.788887,218.40765,44.431843,25.871464,24.987623,25.671389,21.740635,19.957962,43.782227,954.08185,140.70087,3078.9373,38.949406,3835.9739,71.73766,502.81714,2023.4888,58.048954,12.150636,1980.0286,2586.6802,6669.642,300.78268 +2023-06-07 09:00:00,0.0,10821.027,98.15169,18.607763,24.83206,28.120417,185.63013,26.9242,43.403168,21.113192,24.371443,698.729,565.46313,13.777725,96.59915,9.687171,3.2479365,25.264174,42.939125,11.9542265,396.8768,5.075182,331.33215,66.48455,0.6918582,3.8034732,112.73281,33.276924,156.62361,156.25082,10735.863,0.70371413,1735.4446,1.6309917,1.0684186,0.55862594,4.322374,196.71288,264.11182,35.00078,310.60312,26.983562,15.397665,881.986,4.826167,99.42816,92.69638,442.61728,64.36605,375.28342,22.748867,132.78375,0.0,4350.403,14311.996,24.680761,187.90584,138.59773,40216.33,181.534,18.286716,73.16328,136.61002,89.10126,33.512356,80.93125,1049.5652,174.65547,59.03777,14.053671,16.304619,1014.7822,50.257675,705.2167,93.93625,2206.979,162.21732,215.9131,156.44073,142.61052,10.42926,17.754444,43.690407,6.9202213,7.7620025,58.95686,66.84945,89.4909,17.974072,20.35535,234.40112,10.173452,3558.3386,78.77725,84.12813,94.707596,81.41494,239.86041,124.85889,90.375,27.317625,32.131035,73.15136,330.78497,336.16318,115.36344,405.15903,71.42162,83.95845,250.75171,245.99344,1063.741,235.15143,4.758969,16.425312,8.963834,104.97586,15864.655,7.4338336,18.650545,30.095,39.563213,443.85434,86.067505,149.09833,4.802995,225.6125,501.54468,298.80264,102.13101,351.80698,38.39125,65.364044,319.10638,17.403898,2.57531,14.492155,1868.6217,0.31655374,0.93108743,76.65903,9.943571,5.0667114,10.802242,18.397776,200.89972,68.25797,133.70415,1026.3356,206.125,2032.3289,1854.8104,17.976336,25.939064,15514.446,9.038712,60.045834,436.6845,98.905,172.91937,70.303154,385.59668,1153.8368,345.8989,11.149553,80.57916,850.04156,2152.063,39.93504,588.10834,52.625103,0.9595813,56.48303,0.98569125,0.49557367,2.210595,32.055077,117.3677,293.4455,12.4685,3401.405,209.84479,68.472916,85.848434,30.04875,91.532814,25.368124,2.3944583,43.88125,219.04169,44.63782,25.994501,25.076633,25.665937,21.803213,20.045626,43.792774,953.96704,140.7542,3080.7046,38.947655,3835.8445,71.75066,502.7014,2024.3479,58.082844,12.145734,1979.4507,2585.1543,6667.591,300.50974 +2023-06-07 10:00:00,0.0,10830.88,98.25923,18.60964,24.85157,28.109167,185.60683,26.920132,43.386395,21.110785,24.368935,698.52966,565.3508,13.771643,96.659676,9.698121,3.2449028,25.260113,42.904224,11.935394,396.7893,5.066912,331.29285,66.45477,0.69123983,3.8015976,112.72442,33.25812,156.47809,156.21634,10747.582,0.70362645,1735.0328,1.6300987,1.0677347,0.5582974,4.318655,196.64806,264.02423,34.990326,310.4257,26.977736,15.429225,882.9001,4.8245864,99.54621,92.76045,442.43396,64.50474,375.29205,22.742632,133.13765,0.0,4347.5,14314.005,24.676302,188.2124,138.57646,40224.555,181.44644,18.287533,73.284164,136.85689,89.027435,33.482193,81.160645,1051.4169,174.96858,59.15974,14.056379,16.296894,1013.80206,50.270138,707.0398,94.02473,2206.8657,162.40634,216.15166,156.33823,142.97166,10.425526,17.748009,43.66607,6.9157405,7.755198,58.96414,66.82636,89.450096,17.9687,20.3613,234.51074,10.169955,3557.228,78.84975,84.07014,94.78418,81.48491,239.81157,124.90463,90.361115,27.328678,32.158195,73.24033,330.76443,337.03583,115.429375,405.3199,71.468956,83.98765,250.8504,246.05826,1063.5385,235.35072,4.757132,16.426458,8.9662485,104.86446,15864.243,7.429778,18.639675,30.08037,39.586403,444.11703,86.08537,149.20842,4.8002334,225.6639,501.66727,298.93274,102.16953,351.77826,38.37398,65.363205,319.02365,17.397245,2.5740545,14.488374,1869.1285,0.31629592,0.9304083,76.62526,9.93508,5.064654,10.794257,18.384752,200.80493,68.22747,133.67833,1025.9066,206.12878,2032.0646,1854.6106,17.967754,25.936922,15509.392,9.0380125,60.042595,436.89014,98.89834,172.87097,70.2931,385.49557,1153.4717,345.99002,11.151885,80.56944,850.3818,2151.607,39.93352,588.02405,52.597706,0.95973647,56.488712,0.98592424,0.4958773,2.2120297,32.05217,117.35905,293.42654,12.477074,3401.6448,209.94237,68.52176,85.95937,30.130674,91.542015,25.423471,2.3958056,43.97361,219.67572,44.843803,26.117537,25.165642,25.660486,21.865793,20.133287,43.80332,953.8523,140.80753,3082.472,38.9459,3835.7153,71.76366,502.58563,2025.207,58.11673,12.140833,1978.8729,2583.6284,6665.5396,300.23682 +2023-06-07 11:00:00,0.0,10840.731,98.366776,18.611515,24.871078,28.097918,185.58353,26.916061,43.36962,21.10838,24.366428,698.3303,565.23846,13.76556,96.72019,9.70907,3.2418692,25.256052,42.869324,11.916563,396.70184,5.058642,331.2535,66.424995,0.6906215,3.799722,112.71603,33.239315,156.33257,156.18185,10759.302,0.7035388,1734.6211,1.6292057,1.0670508,0.5579689,4.3149357,196.58322,263.93665,34.979874,310.24826,26.971909,15.460786,883.81415,4.823005,99.66425,92.824524,442.25067,64.643425,375.3007,22.736399,133.49155,0.0,4344.5967,14316.014,24.67184,188.51898,138.55519,40232.785,181.35889,18.288351,73.40506,137.10376,88.95361,33.45203,81.390045,1053.2686,175.28168,59.281715,14.059089,16.289167,1012.8219,50.2826,708.8629,94.1132,2206.7522,162.59538,216.39023,156.2357,143.33282,10.42179,17.741573,43.64173,6.911259,7.748394,58.971428,66.80327,89.409294,17.963327,20.36725,234.62035,10.166458,3556.1174,78.92225,84.01215,94.860756,81.55488,239.76273,124.950386,90.34722,27.339731,32.18536,73.329315,330.7439,337.90845,115.495316,405.4807,71.51629,84.016846,250.94908,246.1231,1063.3359,235.55002,4.7552953,16.427605,8.968664,104.75307,15863.832,7.4257226,18.628805,30.06574,39.609596,444.3797,86.10324,149.31853,4.7974715,225.71527,501.78986,299.06284,102.20806,351.74957,38.356712,65.36236,318.94092,17.390593,2.572799,14.484592,1869.6355,0.3160381,0.9297291,76.59149,9.926587,5.0625963,10.786271,18.37173,200.71016,68.19697,133.65251,1025.4775,206.13257,2031.8003,1854.4109,17.959171,25.934782,15504.337,9.0373125,60.039352,437.09576,98.89167,172.82257,70.283035,385.39444,1153.1066,346.08112,11.154217,80.55972,850.722,2151.151,39.932003,587.9398,52.570312,0.95989156,56.494392,0.9861572,0.4961809,2.2134643,32.049263,117.35039,293.4076,12.485648,3401.8843,210.03993,68.5706,86.07031,30.212599,91.551216,25.478819,2.3971527,44.06597,220.30975,45.04978,26.240574,25.25465,25.655035,21.928373,20.22095,43.813866,953.73755,140.86087,3084.239,38.94415,3835.5862,71.77666,502.46988,2026.0663,58.15062,12.135931,1978.295,2582.1025,6663.4883,299.9639 +2023-06-07 12:00:00,0.0,10850.584,98.47433,18.613392,24.890589,28.086668,185.56023,26.911993,43.35285,21.105972,24.363922,698.13104,565.12616,13.759478,96.78071,9.72002,3.2388356,25.251991,42.834423,11.897732,396.61435,5.0503716,331.2142,66.395226,0.6900032,3.7978463,112.707634,33.220512,156.18704,156.14737,10771.021,0.7034511,1734.2094,1.6283127,1.066367,0.5576404,4.311217,196.5184,263.84906,34.969425,310.07083,26.966084,15.492346,884.7283,4.821424,99.7823,92.888596,442.06738,64.782104,375.3093,22.730164,133.84544,0.0,4341.6934,14318.022,24.667381,188.82556,138.53392,40241.016,181.27132,18.289167,73.525955,137.35063,88.87978,33.421867,81.619446,1055.1202,175.59479,59.40369,14.061797,16.281443,1011.8417,50.295063,710.686,94.20167,2206.639,162.78441,216.62878,156.1332,143.69398,10.418056,17.735138,43.617397,6.9067783,7.7415895,58.97871,66.78019,89.36849,17.957954,20.3732,234.72995,10.162962,3555.007,78.99474,83.95417,94.93734,81.62485,239.71388,124.99613,90.333336,27.350786,32.21252,73.41829,330.72336,338.7811,115.56125,405.64157,71.563614,84.04604,251.04778,246.18791,1063.1333,235.74931,4.7534585,16.428751,8.97108,104.64166,15863.421,7.421667,18.617935,30.051111,39.632786,444.64236,86.12112,149.42863,4.7947097,225.76666,501.91245,299.19293,102.24658,351.72086,38.339443,65.36152,318.8582,17.383938,2.5715432,14.480811,1870.1423,0.31578028,0.92904997,76.55772,9.918096,5.0605383,10.778286,18.358707,200.61537,68.16646,133.6267,1025.0486,206.13637,2031.5359,1854.211,17.950588,25.93264,15499.282,9.036613,60.03611,437.30136,98.885,172.77417,70.27298,385.29333,1152.7415,346.17224,11.156548,80.549995,851.0622,2150.695,39.930485,587.8555,52.542915,0.9600467,56.500072,0.9863902,0.49648452,2.2148988,32.046352,117.341736,293.38864,12.494223,3402.124,210.1375,68.619446,86.18125,30.294523,91.56042,25.534166,2.3985,44.158333,220.94379,45.255764,26.36361,25.343658,25.649584,21.990952,20.30861,43.824413,953.62274,140.9142,3086.0063,38.942398,3835.457,71.78965,502.35413,2026.9254,58.18451,12.13103,1977.7173,2580.5767,6661.437,299.69098 +2023-06-07 13:00:00,0.0,10860.436,98.58187,18.615269,24.910099,28.075417,185.53694,26.907923,43.336082,21.103567,24.361414,697.9317,565.01385,13.753395,96.841225,9.730969,3.235802,25.24793,42.799526,11.8789,396.52686,5.0421014,331.17487,66.36545,0.6893849,3.7959704,112.69924,33.20171,156.0415,156.11288,10782.74,0.7033634,1733.7976,1.6274198,1.0656831,0.55731183,4.307498,196.45358,263.7615,34.958973,309.8934,26.960257,15.523907,885.64233,4.819843,99.900345,92.95267,441.8841,64.92079,375.31793,22.723928,134.19934,0.0,4338.79,14320.031,24.66292,189.13213,138.51265,40249.246,181.18376,18.289986,73.64684,137.5975,88.80596,33.391705,81.84884,1056.9719,175.9079,59.52566,14.064507,16.273716,1010.8615,50.307526,712.5091,94.29014,2206.5254,162.97345,216.86736,156.03069,144.05515,10.41432,17.728703,43.59306,6.902297,7.734785,58.985996,66.7571,89.3277,17.952581,20.379148,234.83955,10.159465,3553.8965,79.06724,83.89618,95.01392,81.694824,239.66504,125.04188,90.31944,27.36184,32.23968,73.50726,330.70282,339.65372,115.62719,405.8024,71.61095,84.07524,251.14645,246.25275,1062.9308,235.94861,4.7516217,16.429895,8.973495,104.530266,15863.009,7.417611,18.607067,30.03648,39.65598,444.90506,86.138985,149.53873,4.791948,225.81805,502.035,299.32303,102.2851,351.69217,38.322174,65.36067,318.77545,17.377285,2.5702877,14.47703,1870.6493,0.31552246,0.9283708,76.52395,9.909603,5.0584807,10.7703,18.345686,200.5206,68.135956,133.60088,1024.6196,206.14015,2031.2716,1854.0114,17.942005,25.930498,15494.228,9.035913,60.03287,437.507,98.878334,172.72577,70.262924,385.19223,1152.3763,346.26334,11.158879,80.540276,851.4024,2150.239,39.92897,587.7713,52.515522,0.96020186,56.505753,0.98662317,0.49678814,2.2163336,32.043446,117.33308,293.3697,12.502796,3402.3638,210.23508,68.66829,86.29219,30.37645,91.56962,25.589514,2.3998473,44.250694,221.57782,45.461742,26.486647,25.432667,25.644133,22.053532,20.396273,43.83496,953.508,140.96753,3087.7737,38.940643,3835.3276,71.80265,502.23837,2027.7845,58.218395,12.126128,1977.1394,2579.0508,6659.3857,299.41806 +2023-06-07 14:00:00,0.0,10870.288,98.689415,18.617144,24.92961,28.064167,185.51364,26.903854,43.31931,21.10116,24.358908,697.73236,564.90155,13.747313,96.90174,9.741919,3.2327683,25.243872,42.764626,11.860068,396.43936,5.0338316,331.13553,66.33568,0.68876654,3.7940948,112.69085,33.182907,155.89598,156.0784,10794.46,0.70327574,1733.386,1.6265268,1.0649992,0.55698335,4.3037786,196.38876,263.67392,34.94852,309.71597,26.95443,15.555467,886.5564,4.818262,100.018394,93.01674,441.7008,65.05947,375.32657,22.717693,134.55324,0.0,4335.8867,14322.04,24.65846,189.4387,138.49138,40257.473,181.09619,18.290802,73.76774,137.84438,88.73214,33.36154,82.07824,1058.8236,176.22101,59.647636,14.067215,16.26599,1009.88135,50.31999,714.3322,94.37862,2206.412,163.16249,217.10594,155.92818,144.41629,10.410585,17.722267,43.568726,6.897816,7.7279806,58.99328,66.73402,89.286896,17.94721,20.385098,234.94917,10.155968,3552.786,79.13974,83.838196,95.0905,81.76479,239.6162,125.08762,90.30556,27.372892,32.26684,73.59624,330.68225,340.52637,115.69312,405.96323,71.65828,84.10445,251.24515,246.31757,1062.7283,236.1479,4.7497845,16.431042,8.97591,104.41887,15862.598,7.4135556,18.596197,30.02185,39.679173,445.16772,86.15685,149.64883,4.789186,225.86945,502.1576,299.45312,102.32362,351.66345,38.30491,65.359825,318.69275,17.370632,2.5690322,14.473248,1871.1562,0.31526464,0.92769164,76.49017,9.901111,5.056423,10.762315,18.332663,200.42581,68.10545,133.57506,1024.1907,206.14394,2031.0073,1853.8115,17.933424,25.928358,15489.173,9.035214,60.02963,437.71262,98.871666,172.67735,70.25286,385.09113,1152.0112,346.35446,11.16121,80.530556,851.7426,2149.783,39.927452,587.687,52.488125,0.960357,56.511433,0.9868561,0.49709174,2.2177682,32.04054,117.324425,293.35074,12.511371,3402.6033,210.33264,68.71713,86.40312,30.458374,91.57882,25.644861,2.4011943,44.343056,222.21185,45.66772,26.609682,25.521675,25.638681,22.11611,20.483934,43.845505,953.3932,141.02087,3089.541,38.938892,3835.1985,71.81565,502.12262,2028.6437,58.252285,12.121227,1976.5616,2577.525,6657.3345,299.14514 +2023-06-07 15:00:00,0.0,10880.14,98.79696,18.61902,24.949118,28.052917,185.49034,26.899784,43.302536,21.098753,24.3564,697.533,564.78925,13.74123,96.96226,9.752869,3.2297347,25.23981,42.729725,11.841237,396.35187,5.0255613,331.09622,66.3059,0.68814826,3.7922192,112.68246,33.164104,155.75046,156.04391,10806.18,0.70318806,1732.9742,1.6256338,1.0643154,0.5566548,4.3000603,196.32394,263.58633,34.938072,309.53854,26.948605,15.587028,887.47046,4.816681,100.13644,93.08081,441.51752,65.19816,375.33517,22.711458,134.90714,0.0,4332.9834,14324.05,24.654,189.74529,138.47011,40265.703,181.00864,18.29162,73.88863,138.09125,88.65832,33.33138,82.30764,1060.6753,176.53412,59.76961,14.069924,16.258265,1008.9012,50.33245,716.15533,94.46709,2206.2986,163.35152,217.3445,155.82567,144.77745,10.40685,17.715834,43.544388,6.893335,7.721176,59.000565,66.71093,89.24609,17.941837,20.391048,235.05878,10.152472,3551.6753,79.212234,83.780205,95.16708,81.83476,239.56735,125.13337,90.291664,27.383945,32.294006,73.68521,330.6617,341.399,115.75906,406.12408,71.70561,84.133644,251.34384,246.3824,1062.5258,236.3472,4.7479477,16.432188,8.978326,104.30747,15862.186,7.4095,18.585327,30.007221,39.702362,445.4304,86.17473,149.75894,4.786424,225.92084,502.28018,299.58322,102.36215,351.63477,38.28764,65.358986,318.61002,17.36398,2.5677764,14.469466,1871.6631,0.31500682,0.92701244,76.456406,9.892619,5.054365,10.754329,18.319641,200.33102,68.07495,133.54924,1023.76166,206.14772,2030.743,1853.6118,17.92484,25.926216,15484.118,9.034515,60.02639,437.9182,98.865005,172.62895,70.242805,384.99002,1151.6461,346.44556,11.163542,80.520836,852.0828,2149.3271,39.925934,587.6028,52.460728,0.96051216,56.517113,0.9870891,0.49739537,2.2192028,32.037632,117.315765,293.3318,12.519944,3402.843,210.4302,68.76597,86.51406,30.540298,91.58802,25.700209,2.4025416,44.435417,222.84589,45.873703,26.73272,25.610683,25.63323,22.17869,20.571598,43.856052,953.27844,141.0742,3091.3083,38.93714,3835.0693,71.82864,502.00687,2029.5029,58.286175,12.116325,1975.9838,2575.999,6655.283,298.87222 +2023-06-07 16:00:00,0.0,10889.992,98.9045,18.620895,24.968628,28.041668,185.46704,26.895716,43.285767,21.096348,24.353893,697.3337,564.67694,13.735148,97.02277,9.763818,3.226701,25.23575,42.694824,11.822406,396.2644,5.017291,331.0569,66.27613,0.6875299,3.7903435,112.674065,33.145298,155.60493,156.00943,10817.898,0.7031004,1732.5625,1.6247408,1.0636315,0.5563263,4.296341,196.25911,263.49875,34.92762,309.3611,26.942778,15.6185875,888.3845,4.8150997,100.254486,93.14489,441.3342,65.336845,375.3438,22.705223,135.26103,0.0,4330.08,14326.059,24.64954,190.05185,138.44884,40273.934,180.92107,18.292437,74.00952,138.33812,88.58449,33.301216,82.53703,1062.527,176.84723,59.891586,14.072633,16.250538,1007.92096,50.344913,717.97845,94.55556,2206.185,163.54056,217.58307,155.72314,145.13861,10.403115,17.709398,43.520054,6.888854,7.7143717,59.007847,66.68785,89.20529,17.936464,20.396997,235.16838,10.148974,3550.565,79.28474,83.72222,95.24367,81.90473,239.51851,125.17912,90.27778,27.395,32.321167,73.774185,330.64117,342.27164,115.825005,406.2849,71.75294,84.16284,251.44252,246.44722,1062.3232,236.5465,4.746111,16.433334,8.980741,104.196075,15861.774,7.4054446,18.57446,29.992592,39.725555,445.69305,86.1926,149.86903,4.7836623,225.97223,502.40274,299.71332,102.40067,351.60605,38.27037,65.35814,318.52728,17.357325,2.566521,14.465685,1872.17,0.314749,0.9263333,76.42264,9.884127,5.0523076,10.746344,18.306618,200.23625,68.04445,133.52344,1023.33264,206.15152,2030.4786,1853.412,17.916258,25.924076,15479.063,9.033815,60.023148,438.12384,98.85834,172.58055,70.23274,384.8889,1151.281,346.53668,11.165874,80.51111,852.42303,2148.871,39.924416,587.5185,52.433334,0.9606673,56.522797,0.9873221,0.497699,2.2206376,32.03472,117.30711,293.31284,12.528519,3403.0828,210.52779,68.81481,86.625,30.622223,91.59722,25.755556,2.403889,44.52778,223.47992,46.07968,26.855757,25.699692,25.627777,22.24127,20.65926,43.866596,953.1637,141.12753,3093.0754,38.93539,3834.9402,71.841644,501.8911,2030.362,58.32006,12.111424,1975.406,2574.473,6653.232,298.59927 +2023-06-07 17:00:00,0.0,10899.844,99.01205,18.622772,24.988138,28.030416,185.44374,26.891645,43.268997,21.09394,24.351385,697.1344,564.56464,13.729066,97.08329,9.774767,3.2236674,25.23169,42.659927,11.803574,396.1769,5.009021,331.01758,66.24635,0.6869116,3.7884676,112.66567,33.126495,155.45941,155.97495,10829.618,0.7030127,1732.1508,1.6238478,1.0629476,0.5559978,4.2926216,196.19429,263.4112,34.917168,309.1837,26.93695,15.650148,889.29865,4.8135185,100.37253,93.20896,441.1509,65.475525,375.35245,22.69899,135.61493,0.0,4327.1772,14328.067,24.645079,190.35843,138.42757,40282.164,180.83351,18.293253,74.13042,138.58499,88.510666,33.271053,82.76643,1064.3787,177.16032,60.013557,14.075342,16.242813,1006.9408,50.357376,719.8016,94.64403,2206.0718,163.72958,217.82162,155.62064,145.49977,10.39938,17.702963,43.495716,6.8843727,7.707567,59.015133,66.664764,89.16449,17.931091,20.402946,235.278,10.145477,3549.4543,79.35723,83.66424,95.320244,81.97471,239.46967,125.22487,90.263885,27.406054,32.348328,73.86316,330.62064,343.1443,115.89094,406.44577,71.80027,84.19204,251.54121,246.51204,1062.1207,236.74579,4.744274,16.434479,8.983156,104.08468,15861.362,7.401389,18.56359,29.977962,39.74875,445.95575,86.210464,149.97914,4.7809005,226.0236,502.52533,299.84338,102.43919,351.57736,38.2531,65.35729,318.44455,17.350672,2.5652654,14.461904,1872.677,0.31449118,0.9256541,76.38886,9.875635,5.05025,10.7383585,18.293596,200.14146,68.01395,133.49762,1022.9036,206.1553,2030.2144,1853.2123,17.907675,25.921934,15474.009,9.033116,60.01991,438.32947,98.85167,172.53215,70.22269,384.78778,1150.9159,346.62778,11.168204,80.50139,852.76324,2148.415,39.922897,587.43427,52.405937,0.96082246,56.528477,0.987555,0.49800262,2.2220721,32.031815,117.298454,293.29388,12.537092,3403.3223,210.62535,68.863655,86.73594,30.704147,91.60642,25.810902,2.405236,44.62014,224.11394,46.285664,26.978792,25.7887,25.622326,22.303848,20.746922,43.877144,953.0489,141.18086,3094.8428,38.933636,3834.8108,71.85464,501.77536,2031.2212,58.35395,12.106523,1974.8281,2572.947,6651.1807,298.32635 +2023-06-07 18:00:00,0.0,10909.696,99.11959,18.62465,25.007648,28.019167,185.42044,26.887577,43.252224,21.091536,24.348879,696.93506,564.45233,13.722983,97.143814,9.785717,3.220634,25.227629,42.625027,11.784742,396.08942,5.0007505,330.97824,66.216576,0.68629324,3.786592,112.65728,33.107693,155.31389,155.94044,10841.338,0.702925,1731.739,1.6229548,1.0622638,0.55566925,4.288903,196.12947,263.3236,34.906715,309.00626,26.931124,15.681708,890.2127,4.811938,100.49058,93.27303,440.96762,65.61421,375.36105,22.692755,135.96883,0.0,4324.2734,14330.076,24.64062,190.66501,138.40631,40290.39,180.74594,18.294071,74.25131,138.83185,88.436844,33.24089,82.995834,1066.2303,177.47343,60.135532,14.078051,16.235086,1005.96063,50.36984,721.6247,94.732506,2205.9583,163.91862,218.0602,155.51813,145.86092,10.395645,17.696527,43.471382,6.879892,7.7007627,59.02242,66.64167,89.123695,17.925718,20.408897,235.3876,10.141981,3548.3438,79.429726,83.60625,95.39683,82.04468,239.42084,125.270615,90.25,27.417107,32.37549,73.95213,330.6001,344.0169,115.95688,406.6066,71.8476,84.22124,251.6399,246.57687,1061.9182,236.94508,4.7424374,16.435625,8.985572,103.97328,15860.951,7.3973336,18.55272,29.963333,39.77194,446.2184,86.22833,150.08925,4.7781386,226.075,502.64792,299.97348,102.477715,351.54865,38.235832,65.35645,318.36182,17.344019,2.56401,14.458121,1873.1838,0.31423336,0.924975,76.355095,9.867143,5.0481925,10.730372,18.280573,200.04668,67.98344,133.4718,1022.4746,206.15909,2029.9501,1853.0125,17.899094,25.919792,15468.953,9.032416,60.016666,438.53506,98.845,172.48375,70.21263,384.68668,1150.5508,346.7189,11.170536,80.49167,853.10345,2147.959,39.921383,587.35,52.37854,0.96097755,56.534157,0.987788,0.4983062,2.223507,32.028908,117.2898,293.27493,12.545667,3403.562,210.72292,68.9125,86.84688,30.786072,91.61562,25.86625,2.4065833,44.7125,224.74797,46.491642,27.10183,25.877708,25.616875,22.366428,20.834583,43.88769,952.93414,141.2342,3096.61,38.931885,3834.6816,71.86764,501.65964,2032.0803,58.38784,12.101622,1974.2502,2571.4211,6649.13,298.05344 +2023-06-07 19:00:00,0.0,10919.548,99.22714,18.626524,25.027157,28.007917,185.39714,26.883507,43.23545,21.089128,24.34637,696.7357,564.34,13.716901,97.20433,9.796666,3.2176003,25.22357,42.590126,11.765911,396.00192,4.9924808,330.9389,66.186806,0.68567497,3.7847164,112.64889,33.08889,155.16837,155.90596,10853.058,0.70283735,1731.3274,1.622062,1.06158,0.55534077,4.285184,196.06465,263.23602,34.896267,308.82883,26.925299,15.713269,891.1268,4.8103566,100.60862,93.337105,440.7843,65.7529,375.3697,22.68652,136.32272,0.0,4321.3706,14332.085,24.636158,190.97157,138.38504,40298.62,180.65839,18.294888,74.3722,139.07874,88.36302,33.210728,83.22523,1068.082,177.78654,60.257507,14.08076,16.22736,1004.9804,50.3823,723.4478,94.82098,2205.845,164.10765,218.29877,155.41562,146.22208,10.39191,17.690092,43.447044,6.875411,7.6939583,59.0297,66.61859,89.08289,17.920347,20.414846,235.49721,10.138484,3547.2332,79.50223,83.54826,95.47341,82.11465,239.372,125.31636,90.236115,27.42816,32.402653,74.04111,330.57953,344.88956,116.02281,406.76743,71.894936,84.250435,251.73859,246.6417,1061.7157,237.14438,4.7406006,16.436771,8.987987,103.861885,15860.54,7.393278,18.54185,29.948704,39.79513,446.48108,86.24621,150.19934,4.775377,226.12639,502.77048,300.10358,102.516235,351.51996,38.218563,65.355606,318.27908,17.337366,2.5627542,14.45434,1873.6908,0.31397554,0.9242958,76.32133,9.858651,5.0461345,10.722387,18.267551,199.9519,67.952934,133.44598,1022.04565,206.16287,2029.6857,1852.8127,17.89051,25.917652,15463.898,9.031717,60.013428,438.7407,98.83833,172.43535,70.20257,384.58557,1150.1857,346.81,11.172867,80.48194,853.44366,2147.5032,39.919865,587.26575,52.351147,0.9611327,56.539837,0.988021,0.49860984,2.2249415,32.025997,117.28114,293.25598,12.554241,3403.8018,210.82048,68.96134,86.95781,30.867996,91.624825,25.921597,2.4079306,44.804863,225.382,46.697624,27.224865,25.966717,25.611423,22.429007,20.922245,43.898235,952.8194,141.28754,3098.3774,38.930134,3834.5525,71.88063,501.54388,2032.9395,58.421726,12.09672,1973.6725,2569.8953,6647.0786,297.78052 +2023-06-07 20:00:00,0.0,10929.4,99.33469,18.6284,25.046667,27.996668,185.37384,26.879438,43.21868,21.086723,24.343864,696.5364,564.2277,13.710818,97.26485,9.807615,3.2145667,25.21951,42.555225,11.747079,395.91443,4.9842105,330.8996,66.15703,0.6850566,3.7828407,112.640495,33.070087,155.02284,155.87148,10864.776,0.70274967,1730.9156,1.621169,1.060896,0.5550122,4.281465,195.99982,263.14847,34.885815,308.6514,26.919472,15.744829,892.04083,4.8087754,100.72667,93.40118,440.601,65.89158,375.37833,22.680285,136.67662,0.0,4318.4673,14334.094,24.631699,191.27815,138.36377,40306.85,180.57082,18.295706,74.493095,139.32559,88.2892,33.180565,83.45463,1069.9338,178.09966,60.379482,14.083469,16.219635,1004.00024,50.394764,725.27094,94.90945,2205.7314,164.29669,218.53732,155.31311,146.58324,10.388175,17.683657,43.422707,6.8709297,7.6871543,59.036987,66.595505,89.04209,17.914974,20.420795,235.60683,10.134987,3546.1228,79.57472,83.49028,95.549995,82.184616,239.32315,125.36211,90.22222,27.439215,32.429813,74.13008,330.559,345.76218,116.08875,406.92828,71.94226,84.27963,251.83728,246.70653,1061.5132,237.34369,4.738764,16.437918,8.990402,103.75049,15860.128,7.3892226,18.530981,29.934072,39.818325,446.74377,86.26408,150.30945,4.772615,226.17778,502.89307,300.23367,102.55476,351.49127,38.201298,65.35476,318.19638,17.330711,2.5614986,14.450559,1874.1978,0.31371772,0.92361665,76.28755,9.850159,5.044077,10.714401,18.254528,199.85712,67.92243,133.42017,1021.6167,206.16667,2029.4214,1852.6129,17.881927,25.91551,15458.844,9.031017,60.010185,438.94632,98.83167,172.38695,70.19251,384.48447,1149.8206,346.90112,11.175199,80.47222,853.7839,2147.047,39.918346,587.18146,52.32375,0.96128786,56.545517,0.98825395,0.49891347,2.226376,32.02309,117.27249,293.23703,12.562815,3404.0415,210.91806,69.010185,87.06875,30.94992,91.634026,25.976944,2.4092777,44.89722,226.01604,46.903603,27.347902,26.055727,25.605972,22.491587,21.009907,43.908783,952.7046,141.34087,3100.1448,38.92838,3834.4233,71.89363,501.42813,2033.7987,58.455616,12.091819,1973.0946,2568.3694,6645.0273,297.5076 +2023-06-07 21:00:00,0.0,10939.252,99.44223,18.630278,25.066177,27.985416,185.35054,26.875368,43.201912,21.084316,24.341358,696.33704,564.1154,13.704736,97.32536,9.818565,3.211533,25.215448,42.52033,11.728248,395.82697,4.97594,330.86026,66.12726,0.6844383,3.7809649,112.6321,33.05128,154.87732,155.83699,10876.496,0.702662,1730.5039,1.620276,1.0602121,0.55468374,4.277746,195.935,263.06088,34.875362,308.47397,26.913645,15.77639,892.95496,4.8071947,100.84471,93.46525,440.41772,66.030266,375.38693,22.67405,137.03052,0.0,4315.564,14336.103,24.627237,191.58472,138.3425,40315.08,180.48326,18.296522,74.61399,139.57248,88.21537,33.150402,83.68403,1071.7855,178.41277,60.501453,14.086178,16.211908,1003.0201,50.407227,727.09406,94.99792,2205.618,164.48573,218.7759,155.21059,146.9444,10.38444,17.677221,43.398373,6.866449,7.68035,59.04427,66.57242,89.00129,17.909601,20.426746,235.71643,10.131491,3545.0122,79.647224,83.43229,95.62657,82.25459,239.2743,125.40786,90.208336,27.450268,32.456974,74.219055,330.53845,346.63483,116.154686,407.0891,71.98959,84.30884,251.93596,246.77135,1061.3107,237.54298,4.736927,16.439062,8.992818,103.63909,15859.717,7.385167,18.520111,29.919443,39.841515,447.00644,86.281944,150.41956,4.769853,226.22917,503.01566,300.36377,102.593285,351.46255,38.18403,65.35392,318.11365,17.324059,2.5602431,14.446777,1874.7046,0.3134599,0.92293745,76.253784,9.841666,5.0420194,10.706416,18.241507,199.76234,67.89193,133.39435,1021.1877,206.17046,2029.1571,1852.4132,17.873344,25.91337,15453.789,9.030318,60.006947,439.15192,98.825005,172.33855,70.18246,384.38333,1149.4554,346.99222,11.17753,80.4625,854.1241,2146.591,39.91683,587.0972,52.296352,0.961443,56.551197,0.98848695,0.4992171,2.2278109,32.020184,117.26383,293.21808,12.571389,3404.281,211.01562,69.05903,87.17969,31.031845,91.64323,26.032291,2.410625,44.989582,226.65007,47.109585,27.470938,26.144735,25.600521,22.554167,21.097569,43.919327,952.58984,141.3942,3101.9119,38.92663,3834.294,71.90663,501.31238,2034.6578,58.489506,12.086917,1972.5168,2566.8435,6642.976,297.23468 +2023-06-07 22:00:00,0.0,10949.1045,99.549774,18.632153,25.085688,27.974167,185.32724,26.8713,43.18514,21.08191,24.33885,696.13776,564.0031,13.698653,97.38588,9.8295145,3.2084994,25.211388,42.485428,11.709416,395.73947,4.96767,330.82095,66.09748,0.68381995,3.7790892,112.62371,33.03248,154.73178,155.8025,10888.216,0.7025743,1730.0922,1.619383,1.0595284,0.5543552,4.274027,195.87018,262.9733,34.86491,308.29654,26.90782,15.80795,893.869,4.8056135,100.96276,93.52932,440.23444,66.168945,375.39557,22.667814,137.38441,0.0,4312.661,14338.111,24.622778,191.8913,138.32123,40323.31,180.39569,18.29734,74.73488,139.81935,88.14155,33.12024,83.91342,1073.6372,178.72586,60.62343,14.088887,16.204184,1002.0399,50.41969,728.9172,95.086395,2205.5046,164.67476,219.01445,155.10808,147.30556,10.380705,17.670786,43.374035,6.8619676,7.6735454,59.051556,66.54933,88.960495,17.904228,20.432695,235.82603,10.127994,3543.9016,79.71972,83.374306,95.703156,82.32456,239.22546,125.453606,90.19444,27.46132,32.484135,74.30804,330.5179,347.50745,116.22063,407.24997,72.03693,84.338036,252.03465,246.83618,1061.1082,237.74228,4.7350903,16.440208,8.995233,103.527695,15859.305,7.381111,18.509241,29.904814,39.864708,447.2691,86.29982,150.52965,4.7670913,226.28055,503.1382,300.49387,102.631805,351.43387,38.16676,65.35307,318.0309,17.317406,2.5589874,14.442996,1875.2115,0.31320208,0.9222583,76.22001,9.833175,5.0399613,10.69843,18.228483,199.66756,67.86143,133.36853,1020.75867,206.17424,2028.8928,1852.2134,17.864763,25.911228,15448.734,9.029618,60.003704,439.35754,98.81834,172.29013,70.17239,384.28223,1149.0903,347.08334,11.179861,80.452774,854.4643,2146.1353,39.915314,587.01294,52.26896,0.96159816,56.55688,0.98871994,0.4995207,2.2292454,32.017273,117.25518,293.19913,12.579963,3404.5208,211.11319,69.10787,87.29063,31.11377,91.65243,26.087639,2.4119723,45.081944,227.2841,47.315563,27.593975,26.233744,25.59507,22.616745,21.185232,43.929874,952.47504,141.44754,3103.6792,38.924877,3834.1648,71.919624,501.19662,2035.517,58.52339,12.082016,1971.939,2565.3176,6640.925,296.96176 +2023-06-07 23:00:00,0.0,10958.956,99.65732,18.63403,25.105196,27.962917,185.30394,26.86723,43.168365,21.079504,24.336344,695.9384,563.8908,13.692571,97.446396,9.840464,3.2054658,25.207327,42.450527,11.690584,395.65198,4.9593997,330.78162,66.06771,0.6832017,3.7772136,112.61532,33.013676,154.58626,155.76802,10899.935,0.70248663,1729.6804,1.61849,1.0588444,0.55402666,4.270308,195.80536,262.8857,34.85446,308.1191,26.901993,15.839511,894.7831,4.8040323,101.0808,93.59339,440.05115,66.30763,375.40417,22.661581,137.73831,0.0,4309.758,14340.121,24.618317,192.19788,138.29996,40331.54,180.30814,18.298157,74.855774,140.06622,88.067726,33.090076,84.14282,1075.4889,179.03897,60.745403,14.091596,16.196457,1001.0597,50.43215,730.7403,95.174866,2205.391,164.8638,219.25304,155.00557,147.6667,10.37697,17.66435,43.3497,6.8574867,7.666741,59.058838,66.526245,88.91969,17.898857,20.438644,235.93565,10.124497,3542.791,79.79221,83.31632,95.77974,82.39453,239.17662,125.49935,90.18056,27.472374,32.5113,74.39701,330.49738,348.3801,116.28656,407.4108,72.08426,84.36723,252.13333,246.901,1060.9056,237.94157,4.7332535,16.441355,8.997648,103.4163,15858.894,7.3770556,18.498371,29.890184,39.8879,447.5318,86.31769,150.63976,4.7643294,226.33194,503.2608,300.62396,102.67033,351.40515,38.14949,65.35223,317.94818,17.310753,2.5577319,14.439214,1875.7184,0.31294426,0.9215791,76.18624,9.824682,5.037904,10.690445,18.21546,199.57277,67.830925,133.34271,1020.3297,206.17802,2028.6284,1852.0137,17.85618,25.909086,15443.68,9.028919,60.000465,439.56317,98.81167,172.24173,70.16234,384.18112,1148.7252,347.17447,11.182193,80.443054,854.8045,2145.6792,39.913795,586.9287,52.24156,0.9617533,56.56256,0.9889529,0.49982432,2.23068,32.014366,117.24652,293.18018,12.588537,3404.7605,211.21077,69.156715,87.401566,31.195694,91.66163,26.142986,2.4133193,45.174305,227.91814,47.521545,27.71701,26.322752,25.589619,22.679325,21.272894,43.940422,952.3603,141.50087,3105.4465,38.923122,3834.0356,71.932625,501.08087,2036.3761,58.55728,12.077114,1971.3612,2563.7917,6638.8735,296.6888 +2023-06-08 00:00:00,0.0,10968.809,99.76486,18.635906,25.124706,27.951668,185.28064,26.863161,43.151596,21.077097,24.333836,695.7391,563.7785,13.686489,97.50691,9.851414,3.2024322,25.203266,42.415627,11.671753,395.56448,4.95113,330.74228,66.03793,0.68258333,3.775338,112.606926,32.994873,154.44073,155.73354,10911.654,0.70239896,1729.2688,1.617597,1.0581605,0.5536982,4.2665887,195.74054,262.79816,34.84401,307.94168,26.896166,15.871071,895.69714,4.802451,101.19885,93.65747,439.86786,66.44632,375.4128,22.655346,138.09221,0.0,4306.8545,14342.13,24.613857,192.50444,138.27869,40339.77,180.22057,18.298975,74.97667,140.31308,87.993904,33.059914,84.37222,1077.3406,179.35208,60.86738,14.094305,16.18873,1000.0795,50.44462,732.5634,95.263336,2205.2778,165.05283,219.49161,154.90306,148.02786,10.373235,17.657917,43.325363,6.8530054,7.6599364,59.066124,66.50316,88.87889,17.893484,20.444595,236.04526,10.121,3541.6807,79.864716,83.25833,95.856316,82.4645,239.12778,125.5451,90.166664,27.483429,32.53846,74.485985,330.4768,349.25272,116.3525,407.57162,72.131584,84.39643,252.23203,246.96584,1060.703,238.14087,4.7314167,16.442501,9.000064,103.3049,15858.481,7.373,18.487503,29.875555,39.91109,447.79446,86.335556,150.74986,4.761568,226.38333,503.3834,300.75406,102.708855,351.37646,38.13222,65.35139,317.86545,17.304098,2.5564764,14.435432,1876.2253,0.31268644,0.9209,76.15247,9.816191,5.035846,10.682459,18.202438,199.478,67.80042,133.3169,1019.90076,206.18182,2028.3641,1851.8138,17.847597,25.906946,15438.625,9.028219,59.997223,439.7688,98.805,172.19333,70.152275,384.08002,1148.3601,347.26556,11.184524,80.433334,855.1447,2145.2231,39.912277,586.8444,52.214165,0.9619084,56.56824,0.98918587,0.5001279,2.2321148,32.01146,117.23787,293.16122,12.597111,3405.0,211.30833,69.20555,87.5125,31.277618,91.67083,26.198334,2.4146667,45.266666,228.55217,47.727524,27.840048,26.41176,25.584167,22.741903,21.360556,43.950966,952.24554,141.5542,3107.2139,38.92137,3833.9065,71.94562,500.96512,2037.2354,58.59117,12.072213,1970.7833,2562.2659,6636.8223,296.4159 +2023-06-08 01:00:00,0.0,10978.66,99.872406,18.637781,25.144217,27.940416,185.25734,26.85909,43.134827,21.074692,24.33133,695.53973,563.66614,13.680407,97.56744,9.862363,3.1993985,25.199207,42.38073,11.652922,395.47702,4.9428596,330.70297,66.008156,0.681965,3.7734623,112.59853,32.97607,154.29521,155.69905,10923.374,0.7023113,1728.857,1.6167041,1.0574768,0.55336964,4.2628703,195.6757,262.71057,34.833557,307.76422,26.89034,15.902632,896.6112,4.8008704,101.316895,93.72154,439.68454,66.585,375.42145,22.64911,138.4461,0.0,4303.951,14344.139,24.609396,192.81102,138.25742,40347.996,180.13301,18.299791,75.09756,140.55997,87.920074,33.02975,84.601616,1079.1923,179.66519,60.98935,14.097013,16.181005,999.09937,50.45708,734.3865,95.35181,2205.1643,165.24187,219.73016,154.80055,148.38902,10.3695,17.651482,43.30103,6.8485246,7.653132,59.073406,66.48007,88.83809,17.888111,20.450544,236.15486,10.117503,3540.57,79.93721,83.20035,95.9329,82.53448,239.07893,125.59084,90.15278,27.494482,32.56562,74.57496,330.45627,350.12537,116.41844,407.73248,72.17892,84.42563,252.33072,247.03065,1060.5005,238.34016,4.72958,16.443645,9.002479,103.193504,15858.07,7.3689446,18.476633,29.860926,39.934284,448.05713,86.35343,150.85995,4.758806,226.43472,503.50595,300.88416,102.747375,351.34775,38.114952,65.35054,317.78275,17.297445,2.5552208,14.431651,1876.7323,0.31242862,0.9202208,76.1187,9.807698,5.033788,10.674474,18.189415,199.38321,67.76991,133.29108,1019.4718,206.18561,2028.0999,1851.6141,17.839014,25.904804,15433.57,9.02752,59.99398,439.9744,98.79833,172.14493,70.14222,383.9789,1147.995,347.3567,11.186855,80.42361,855.4849,2144.767,39.91076,586.7602,52.18677,0.96206355,56.57392,0.98941886,0.50043154,2.2335494,32.00855,117.22921,293.14227,12.605685,3405.2397,211.4059,69.254395,87.623436,31.359545,91.68004,26.253681,2.416014,45.359028,229.1862,47.933506,27.963083,26.500769,25.578716,22.804483,21.448217,43.961514,952.13074,141.60754,3108.9812,38.91962,3833.7773,71.95862,500.84937,2038.0945,58.625057,12.067311,1970.2056,2560.74,6634.771,296.14297 +2023-06-08 02:00:00,0.0,10988.513,99.97996,18.639658,25.163727,27.929167,185.23404,26.855022,43.118053,21.072285,24.328821,695.3404,563.55383,13.674324,97.62795,9.873312,3.1963649,25.195147,42.34583,11.634089,395.38953,4.9345894,330.66364,65.978386,0.68134665,3.7715864,112.59014,32.957264,154.14969,155.66457,10935.093,0.7022236,1728.4453,1.6158111,1.0567929,0.55304116,4.259151,195.61089,262.623,34.82311,307.5868,26.884514,15.934192,897.5253,4.799289,101.434944,93.785614,439.50125,66.72369,375.43005,22.642876,138.8,0.0,4301.048,14346.147,24.604937,193.1176,138.23615,40356.227,180.04544,18.30061,75.21845,140.80682,87.84625,32.999588,84.83102,1081.044,179.9783,61.111324,14.099723,16.173279,998.11914,50.469543,736.2096,95.44028,2205.0508,165.4309,219.96873,154.69803,148.75018,10.365765,17.645046,43.27669,6.8440433,7.6463275,59.080692,66.456985,88.79729,17.882738,20.456493,236.26448,10.114007,3539.4595,80.00971,83.142365,96.00948,82.60445,239.03009,125.6366,90.138885,27.505535,32.592785,74.66393,330.43573,350.998,116.484375,407.8933,72.22625,84.45483,252.4294,247.09549,1060.298,238.53946,4.727743,16.444792,9.004894,103.08211,15857.659,7.364889,18.465763,29.846296,39.957478,448.3198,86.3713,150.97006,4.7560444,226.48611,503.62854,301.01425,102.7859,351.31906,38.097687,65.34969,317.7,17.290792,2.553965,14.42787,1877.2391,0.3121708,0.91954166,76.08493,9.799206,5.0317307,10.666488,18.176394,199.28842,67.73941,133.26526,1019.0428,206.18939,2027.8356,1851.4143,17.830433,25.902664,15428.516,9.026821,59.99074,440.18002,98.79167,172.09653,70.132164,383.87778,1147.6299,347.44778,11.189187,80.41389,855.82513,2144.3113,39.90924,586.6759,52.159374,0.9622187,56.5796,0.9896518,0.50073516,2.2349842,32.005642,117.22056,293.12332,12.61426,3405.4795,211.50348,69.30324,87.734375,31.44147,91.68924,26.309027,2.417361,45.45139,229.82024,48.139484,28.08612,26.589777,25.573263,22.867064,21.53588,43.972057,952.016,141.66087,3110.7483,38.91787,3833.648,71.97161,500.7336,2038.9536,58.658947,12.06241,1969.6277,2559.214,6632.7197,295.87006 +2023-06-08 03:00:00,0.0,10998.364,100.0875,18.641533,25.183235,27.917917,185.21074,26.850952,43.10128,21.069878,24.326315,695.1411,563.4415,13.6682415,97.68847,9.884262,3.1933312,25.191086,42.31093,11.615258,395.30203,4.926319,330.62433,65.94861,0.6807284,3.7697108,112.58175,32.93846,154.00417,155.63007,10946.8125,0.7021359,1728.0336,1.6149181,1.056109,0.5527126,4.2554317,195.54607,262.5354,34.812656,307.40936,26.878687,15.965753,898.4394,4.797708,101.552986,93.849686,439.31793,66.862366,375.4387,22.63664,139.1539,0.0,4298.1445,14348.156,24.600475,193.42416,138.21487,40364.457,179.95789,18.301426,75.33935,141.0537,87.77243,32.969425,85.06042,1082.8956,180.29141,61.2333,14.102431,16.165554,997.139,50.482006,738.0327,95.528755,2204.9375,165.61993,220.20729,154.59552,149.11133,10.36203,17.63861,43.252357,6.8395624,7.639523,59.08798,66.4339,88.75649,17.877367,20.462444,236.37408,10.11051,3538.3489,80.08221,83.08437,96.08607,82.674416,238.98125,125.68234,90.125,27.516588,32.619946,74.75291,330.4152,351.87064,116.550316,408.05417,72.27358,84.484024,252.52809,247.16031,1060.0955,238.73875,4.7259064,16.445938,9.00731,102.97071,15857.247,7.3608336,18.454895,29.831665,39.980667,448.5825,86.38917,151.08017,4.7532825,226.5375,503.75113,301.14435,102.82442,351.29034,38.080418,65.348854,317.61728,17.28414,2.5527096,14.4240885,1877.7461,0.31191298,0.91886246,76.05116,9.790714,5.029673,10.658503,18.16337,199.19365,67.70891,133.23944,1018.6138,206.19318,2027.5712,1851.2146,17.82185,25.900522,15423.461,9.026121,59.9875,440.38565,98.785,172.04813,70.1221,383.77667,1147.2648,347.5389,11.191518,80.40417,856.16534,2143.8552,39.907726,586.5917,52.131977,0.96237385,56.58528,0.9898848,0.5010388,2.2364187,32.002735,117.2119,293.10437,12.622833,3405.719,211.60104,69.35208,87.845314,31.523394,91.69844,26.364374,2.4187083,45.54375,230.45427,48.345467,28.209158,26.678785,25.567812,22.929642,21.62354,43.982605,951.90125,141.7142,3112.5156,38.916115,3833.5188,71.98461,500.61786,2039.8127,58.692833,12.057508,1969.0499,2557.6882,6630.6685,295.59714 +2023-06-08 04:00:00,0.0,11008.217,100.195045,18.64341,25.202745,27.906668,185.18744,26.846884,43.08451,21.067472,24.323809,694.9418,563.3292,13.662159,97.748985,9.895211,3.1902976,25.187025,42.276028,11.596427,395.21454,4.918049,330.585,65.91884,0.68011004,3.7678351,112.57336,32.91966,153.85864,155.59558,10958.532,0.70204824,1727.6218,1.6140251,1.0554252,0.5523841,4.2517133,195.48125,262.44785,34.802204,307.23193,26.87286,15.997313,899.35345,4.796127,101.671036,93.91376,439.13464,67.00105,375.44733,22.630405,139.5078,0.0,4295.2417,14350.165,24.596014,193.73074,138.1936,40372.684,179.87032,18.302244,75.460236,141.30057,87.69861,32.939262,85.28981,1084.7473,180.6045,61.35527,14.105141,16.157827,996.1588,50.49447,739.85583,95.617226,2204.824,165.80898,220.44586,154.49301,149.47249,10.3582945,17.632175,43.22802,6.8350816,7.6327186,59.09526,66.41081,88.71569,17.871994,20.468393,236.48369,10.107013,3537.2385,80.1547,83.02639,96.16264,82.744385,238.9324,125.72809,90.111115,27.527643,32.647106,74.84188,330.39462,352.74326,116.61625,408.215,72.32091,84.51323,252.62677,247.22514,1059.893,238.93805,4.7240696,16.447084,9.009725,102.859314,15856.836,7.356778,18.444025,29.817036,40.00386,448.84515,86.40704,151.19026,4.7505207,226.58888,503.8737,301.27444,102.862946,351.26166,38.06315,65.34801,317.53455,17.277485,2.551454,14.420306,1878.253,0.31165516,0.91818327,76.01739,9.782222,5.0276155,10.650517,18.150349,199.09886,67.678406,133.21362,1018.1848,206.19698,2027.3069,1851.0148,17.813267,25.89838,15418.406,9.025422,59.98426,440.59125,98.778336,171.99973,70.112045,383.67557,1146.8997,347.63,11.19385,80.39444,856.50555,2143.3992,39.906208,586.5074,52.104584,0.962529,56.590965,0.9901178,0.5013424,2.2378533,31.999826,117.20325,293.08542,12.631408,3405.9587,211.69861,69.400925,87.95625,31.605318,91.70764,26.419722,2.4200556,45.636112,231.0883,48.551445,28.332193,26.767794,25.56236,22.992222,21.711205,43.993153,951.78644,141.76753,3114.283,38.914364,3833.3896,71.997604,500.5021,2040.672,58.726723,12.052608,1968.472,2556.1624,6628.617,295.32422 +2023-06-08 05:00:00,0.0,11018.068,100.30259,18.645287,25.222256,27.895416,185.16414,26.842813,43.06774,21.065065,24.3213,694.74243,563.2169,13.656076,97.8095,9.90616,3.187264,25.182964,42.24113,11.577596,395.12704,4.909779,330.54565,65.88906,0.6794917,3.7659595,112.564964,32.900856,153.71312,155.5611,10970.252,0.70196056,1727.2102,1.6131321,1.0547413,0.5520556,4.247994,195.41641,262.36026,34.79175,307.0545,26.867035,16.028873,900.2675,4.794546,101.78908,93.97783,438.95135,67.13974,375.45593,22.624172,139.8617,0.0,4292.3384,14352.174,24.591555,194.03732,138.17233,40380.914,179.78276,18.30306,75.58113,141.54745,87.62479,32.9091,85.51921,1086.599,180.91762,61.477245,14.107849,16.150103,995.17865,50.50693,741.67896,95.705696,2204.7107,165.998,220.68442,154.3905,149.83365,10.35456,17.62574,43.203682,6.8306003,7.6259146,59.102547,66.387726,88.67489,17.866621,20.474342,236.5933,10.103517,3536.128,80.2272,82.9684,96.23923,82.81436,238.88356,125.773834,90.09722,27.538696,32.674267,74.930855,330.37408,353.6159,116.68219,408.37582,72.36824,84.54243,252.72546,247.28996,1059.6904,239.13734,4.722233,16.448229,9.01214,102.74792,15856.424,7.3527226,18.433155,29.802406,40.027054,449.10782,86.42491,151.30037,4.747759,226.64027,503.99628,301.40454,102.90147,351.23294,38.04588,65.34716,317.4518,17.270832,2.5501983,14.416525,1878.7599,0.31139734,0.91750413,75.98362,9.77373,5.0255575,10.642531,18.137325,199.00409,67.6479,133.18782,1017.7558,206.20076,2027.0426,1850.8151,17.804684,25.89624,15413.352,9.024722,59.981018,440.79688,98.77167,171.95132,70.10198,383.57446,1146.5345,347.72113,11.19618,80.38472,856.84576,2142.9434,39.90469,586.42316,52.077187,0.96268415,56.596645,0.9903507,0.50164604,2.239288,31.996918,117.19459,293.06647,12.639981,3406.1985,211.79619,69.44977,88.067184,31.687243,91.71684,26.475069,2.4214027,45.728474,231.72234,48.757423,28.45523,26.856802,25.55691,23.0548,21.798866,44.003696,951.6717,141.82088,3116.0503,38.912613,3833.2605,72.010605,500.38635,2041.5311,58.760612,12.047706,1967.8943,2554.6365,6626.566,295.0513 +2023-06-08 06:00:00,0.0,11027.921,100.41013,18.647161,25.241766,27.884167,185.14084,26.838745,43.05097,21.06266,24.318794,694.5431,563.1046,13.649994,97.87002,9.91711,3.1842303,25.178904,42.20623,11.5587635,395.03958,4.901509,330.50635,65.85929,0.6788734,3.7640836,112.55657,32.882053,153.5676,155.52661,10981.971,0.7018729,1726.7985,1.6122391,1.0540574,0.55172706,4.244275,195.3516,262.27267,34.781303,306.87708,26.861208,16.060434,901.18164,4.792965,101.90713,94.0419,438.76807,67.27842,375.46457,22.617937,140.21559,0.0,4289.435,14354.183,24.587093,194.34389,138.15108,40389.145,179.69519,18.303879,75.70203,141.79431,87.55096,32.878937,85.74861,1088.4507,181.23073,61.59922,14.1105585,16.142376,994.1984,50.519394,743.5021,95.79417,2204.5972,166.18704,220.92299,154.288,150.19481,10.350824,17.619305,43.179348,6.8261194,7.61911,59.10983,66.36464,88.63409,17.861248,20.480293,236.70291,10.100019,3535.0173,80.2997,82.910416,96.31581,82.88433,238.83472,125.81958,90.083336,27.54975,32.70143,75.01983,330.35355,354.48853,116.74812,408.53668,72.41557,84.571625,252.82416,247.35478,1059.4879,239.33664,4.7203956,16.449375,9.014556,102.63652,15856.013,7.3486667,18.422285,29.787777,40.050243,449.3705,86.44278,151.41048,4.744997,226.69167,504.11887,301.53464,102.93999,351.20425,38.02861,65.34632,317.3691,17.26418,2.5489428,14.412744,1879.2668,0.31113952,0.91682494,75.949844,9.765238,5.0235,10.634546,18.124304,198.9093,67.6174,133.162,1017.3268,206.20454,2026.7782,1850.6152,17.796103,25.894098,15408.297,9.024023,59.97778,441.0025,98.765,171.90291,70.09193,383.47336,1146.1694,347.81223,11.198512,80.375,857.18604,2142.4873,39.90317,586.33887,52.04979,0.96283925,56.602325,0.9905837,0.50194967,2.2407227,31.99401,117.185936,293.04752,12.648556,3406.438,211.89375,69.49861,88.17812,31.769167,91.72604,26.530416,2.42275,45.820835,232.35637,48.963406,28.578266,26.94581,25.551458,23.11738,21.886528,44.014244,951.5569,141.8742,3117.8176,38.91086,3833.131,72.023605,500.2706,2042.3903,58.7945,12.042805,1967.3164,2553.1106,6624.5146,294.77835 +2023-06-08 07:00:00,0.0,11037.772,100.51768,18.649038,25.261274,27.872917,185.11754,26.834675,43.034195,21.060253,24.316286,694.34375,562.9923,13.643912,97.930534,9.92806,3.181197,25.174845,42.17133,11.539932,394.9521,4.8932385,330.467,65.82951,0.6782551,3.762208,112.54818,32.863247,153.42207,155.49213,10993.69,0.7017852,1726.3867,1.6113462,1.0533736,0.5513986,4.2405562,195.28677,262.18512,34.77085,306.69965,26.855381,16.091993,902.0957,4.7913837,102.02517,94.10598,438.58478,67.41711,375.4732,22.611702,140.56947,0.0,4286.5317,14356.192,24.582634,194.65047,138.1298,40397.375,179.60764,18.304695,75.822914,142.04118,87.477135,32.848774,85.97801,1090.3024,181.54384,61.721195,14.113267,16.13465,993.21826,50.531857,745.3252,95.882645,2204.4836,166.37607,221.16156,154.18547,150.55597,10.34709,17.61287,43.15501,6.821638,7.6123056,59.117115,66.34155,88.59329,17.855877,20.486242,236.81252,10.096522,3533.9067,80.3722,82.85243,96.39239,82.9543,238.78587,125.86533,90.06944,27.560802,32.728592,75.1088,330.333,355.36118,116.814064,408.6975,72.462906,84.60082,252.92284,247.41962,1059.2854,239.53593,4.718559,16.450521,9.016971,102.52512,15855.601,7.344611,18.411417,29.773148,40.073437,449.63318,86.46065,151.52057,4.742235,226.74306,504.24142,301.66473,102.97851,351.17554,38.01134,65.345474,317.28638,17.257526,2.5476873,14.408962,1879.7738,0.3108817,0.9161458,75.91608,9.756746,5.0214424,10.62656,18.11128,198.81451,67.5869,133.13618,1016.89777,206.20833,2026.5139,1850.4155,17.78752,25.891958,15403.242,9.023323,59.974537,441.20813,98.75834,171.8545,70.08187,383.37222,1145.8043,347.90335,11.200844,80.36528,857.52625,2142.0312,39.901657,586.25464,52.022396,0.9629944,56.608006,0.9908167,0.50225323,2.2421572,31.991102,117.17728,293.02856,12.657129,3406.6777,211.99132,69.547455,88.28906,31.851091,91.735245,26.585764,2.4240973,45.913193,232.9904,49.169384,28.701303,27.034819,25.546007,23.17996,21.97419,44.024788,951.44214,141.92754,3119.5847,38.909107,3833.002,72.0366,500.15485,2043.2494,58.82839,12.037903,1966.7385,2551.5847,6622.464,294.50543 +2023-06-08 08:00:00,0.0,11047.625,100.62522,18.650915,25.280785,27.861668,185.09425,26.830606,43.017426,21.057848,24.31378,694.1444,562.88,13.63783,97.99105,9.939009,3.1781633,25.170784,42.13643,11.521101,394.8646,4.8849683,330.42767,65.79974,0.67763674,3.7603323,112.53979,32.844444,153.27654,155.45764,11005.41,0.7016975,1725.975,1.6104532,1.0526897,0.55107003,4.236837,195.22195,262.09753,34.7604,306.52222,26.849556,16.123554,903.00977,4.789803,102.14322,94.17005,438.4015,67.55579,375.4818,22.605467,140.92337,0.0,4283.6284,14358.201,24.578173,194.95703,138.10854,40405.6,179.52007,18.305513,75.94381,142.28806,87.40331,32.81861,86.207405,1092.154,181.85695,61.843166,14.115976,16.126925,992.2381,50.54432,747.1483,95.971115,2204.3704,166.56511,221.40013,154.08296,150.91711,10.343354,17.606434,43.130676,6.8171573,7.605501,59.124397,66.31847,88.55249,17.850504,20.492191,236.92212,10.093026,3532.7964,80.444695,82.79444,96.46897,83.02427,238.73703,125.91108,90.05556,27.571857,32.755753,75.19778,330.31247,356.2338,116.880005,408.85837,72.51023,84.63002,253.02153,247.48444,1059.0829,239.73523,4.716722,16.451668,9.019386,102.41373,15855.189,7.3405557,18.400547,29.758518,40.09663,449.89584,86.47852,151.63068,4.7394733,226.79445,504.364,301.79483,103.01704,351.14685,37.994072,65.34463,317.20364,17.250872,2.5464318,14.405181,1880.2806,0.31062388,0.9154666,75.88231,9.748254,5.0193844,10.618575,18.098259,198.71974,67.55639,133.11037,1016.4688,206.21213,2026.2496,1850.2157,17.778936,25.889816,15398.1875,9.022624,59.9713,441.41373,98.75167,171.8061,70.07181,383.27112,1145.4392,347.99445,11.203175,80.35555,857.86646,2141.5752,39.90014,586.17035,51.995,0.96314955,56.613686,0.9910497,0.50255686,2.243592,31.988194,117.168625,293.0096,12.665704,3406.9175,212.0889,69.5963,88.4,31.933016,91.744446,26.641111,2.4254444,46.005554,233.62444,49.375366,28.824339,27.123829,25.540556,23.242538,22.061852,44.035336,951.3274,141.98087,3121.352,38.907356,3832.8728,72.0496,500.0391,2044.1086,58.862278,12.033002,1966.1608,2550.0586,6620.4126,294.2325 +2023-06-08 09:00:00,0.0,11057.477,100.73277,18.65279,25.300295,27.850416,185.07095,26.826536,43.000656,21.05544,24.311272,693.9451,562.7677,13.631747,98.051575,9.949959,3.1751297,25.166723,42.101532,11.502269,394.7771,4.8766985,330.38837,65.769966,0.6770184,3.7584567,112.531395,32.82564,153.13101,155.42316,11017.129,0.70160985,1725.5632,1.6095603,1.0520058,0.55074155,4.233118,195.15712,262.00995,34.749947,306.3448,26.843729,16.155115,903.9238,4.788222,102.26126,94.23412,438.21817,67.69447,375.49045,22.599232,141.27727,0.0,4280.7256,14360.21,24.573713,195.26361,138.08727,40413.832,179.43251,18.30633,76.064705,142.53493,87.32949,32.78845,86.436806,1094.0057,182.17006,61.96514,14.118685,16.119198,991.2579,50.55678,748.97144,96.059586,2204.2568,166.75415,221.6387,153.98045,151.27827,10.33962,17.6,43.10634,6.812676,7.5986967,59.131683,66.29539,88.51169,17.84513,20.498142,237.03174,10.089529,3531.6858,80.51719,82.73646,96.545555,83.094246,238.68819,125.956825,90.041664,27.58291,32.782913,75.28675,330.2919,357.10645,116.94594,409.0192,72.55756,84.65922,253.12021,247.54927,1058.8804,239.93452,4.714885,16.452812,9.021802,102.30233,15854.778,7.3365,18.389677,29.743889,40.11982,450.15854,86.49639,151.74078,4.7367115,226.84584,504.4866,301.9249,103.05556,351.11813,37.976807,65.34379,317.1209,17.244219,2.545176,14.401399,1880.7876,0.31036606,0.9147875,75.84853,9.739761,5.017327,10.610589,18.085236,198.62495,67.52589,133.08455,1016.0398,206.21591,2025.9854,1850.016,17.770353,25.887674,15393.133,9.021924,59.968056,441.61935,98.745,171.7577,70.06175,383.17,1145.0741,348.08557,11.205506,80.34583,858.20667,2141.1194,39.89862,586.0861,51.9676,0.9633047,56.619366,0.99128264,0.5028605,2.2450266,31.985287,117.159966,292.99066,12.674278,3407.157,212.18646,69.64514,88.51094,32.014942,91.75365,26.696459,2.4267917,46.097916,234.25847,49.581345,28.947376,27.212837,25.535105,23.305119,22.149513,44.045883,951.2126,142.03421,3123.1194,38.9056,3832.7437,72.06259,499.92334,2044.9678,58.896164,12.0281,1965.5829,2548.5327,6618.3613,293.9596 +2023-06-08 10:00:00,0.0,11067.329,100.84032,18.654667,25.319805,27.839167,185.04765,26.822468,42.983883,21.053034,24.308765,693.7458,562.6554,13.625665,98.11209,9.960908,3.172096,25.162663,42.06663,11.483438,394.6896,4.868428,330.34903,65.74019,0.6764001,3.7565808,112.523,32.80684,152.98549,155.38867,11028.849,0.7015222,1725.1516,1.6086673,1.051322,0.550413,4.229399,195.0923,261.92236,34.7395,306.16736,26.837902,16.186676,904.83795,4.7866406,102.37931,94.298195,438.03488,67.83316,375.49908,22.592997,141.63116,0.0,4277.8223,14362.219,24.569252,195.57019,138.066,40422.062,179.34494,18.307148,76.18559,142.7818,87.25566,32.758286,86.66621,1095.8574,182.48315,62.087116,14.121394,16.111473,990.2777,50.569244,750.79456,96.148056,2204.1436,166.94318,221.87726,153.87794,151.63943,10.335884,17.593565,43.082005,6.808195,7.5918922,59.138966,66.2723,88.47089,17.839758,20.504091,237.14134,10.086032,3530.5752,80.58969,82.678474,96.62214,83.164215,238.63934,126.00257,90.02778,27.593964,32.810078,75.37573,330.27136,357.97906,117.01188,409.18002,72.6049,84.688416,253.2189,247.61409,1058.6779,240.13382,4.7130485,16.453959,9.024217,102.19093,15854.366,7.3324447,18.378807,29.72926,40.143013,450.4212,86.51426,151.85088,4.7339497,226.89722,504.60916,302.055,103.09408,351.08945,37.959538,65.34294,317.03818,17.237566,2.5439205,14.397617,1881.2944,0.31010824,0.9141083,75.814766,9.73127,5.0152693,10.602604,18.072214,198.53017,67.495384,133.05873,1015.61084,206.2197,2025.721,1849.8162,17.761772,25.885534,15388.078,9.021225,59.964817,441.82498,98.738335,171.7093,70.0517,383.0689,1144.709,348.17667,11.207837,80.33611,858.5469,2140.6633,39.897102,586.00183,51.94021,0.96345985,56.62505,0.99151564,0.5031641,2.2464614,31.982378,117.15131,292.9717,12.682852,3407.3967,212.28403,69.69398,88.62187,32.096867,91.76285,26.751804,2.428139,46.190277,234.8925,49.787327,29.070412,27.301846,25.529654,23.367699,22.237175,44.056427,951.09784,142.08754,3124.8867,38.90385,3832.6143,72.07559,499.8076,2045.8269,58.930054,12.023199,1965.0051,2547.0068,6616.31,293.68668 +2023-06-08 11:00:00,0.0,11077.181,100.94786,18.656544,25.339314,27.827917,185.02435,26.818398,42.96711,21.050629,24.306257,693.54645,562.5431,13.619582,98.17261,9.971857,3.1690624,25.158602,42.03173,11.464606,394.60214,4.860158,330.30972,65.71042,0.6757818,3.7547052,112.51461,32.788036,152.83997,155.35419,11040.568,0.7014345,1724.7399,1.6077743,1.0506381,0.5500845,4.22568,195.02748,261.8348,34.729046,305.98993,26.832075,16.218235,905.752,4.7850595,102.49735,94.36227,437.8516,67.97184,375.5077,22.586763,141.98506,0.0,4274.919,14364.228,24.564793,195.87675,138.04472,40430.293,179.25739,18.307964,76.30649,143.02867,87.18184,32.728123,86.8956,1097.7091,182.79626,62.20909,14.124103,16.103746,989.29755,50.581707,752.6177,96.236534,2204.03,167.13222,222.11583,153.77544,152.0006,10.3321495,17.58713,43.057667,6.803714,7.585088,59.14625,66.249214,88.43009,17.834387,20.51004,237.25095,10.082536,3529.4646,80.662186,82.62048,96.698715,83.234184,238.5905,126.04832,90.013885,27.605017,32.83724,75.46471,330.25082,358.8517,117.07781,409.34088,72.65223,84.71762,253.3176,247.67892,1058.4752,240.33311,4.7112117,16.455105,9.026632,102.07954,15853.955,7.328389,18.367939,29.714628,40.166206,450.68387,86.532135,151.96098,4.731188,226.94861,504.73175,302.1851,103.1326,351.06073,37.94227,65.342094,316.95547,17.230913,2.542665,14.393836,1881.8014,0.30985042,0.91342914,75.781,9.722777,5.0132117,10.594618,18.05919,198.4354,67.46488,133.03291,1015.1818,206.22348,2025.4567,1849.6165,17.75319,25.883392,15383.023,9.020525,59.961575,442.03058,98.73167,171.6609,70.04163,382.96777,1144.3439,348.2678,11.210169,80.326385,858.8871,2140.2073,39.895588,585.9176,51.91281,0.963615,56.63073,0.99174863,0.50346774,2.247896,31.979471,117.142654,292.95276,12.691426,3407.6365,212.38159,69.74282,88.73281,32.17879,91.77205,26.807152,2.429486,46.28264,235.52654,49.993305,29.193449,27.390854,25.524202,23.430277,22.324839,44.066975,950.9831,142.14087,3126.6538,38.9021,3832.485,72.088585,499.69183,2046.686,58.963943,12.018297,1964.4272,2545.481,6614.259,293.41376 +2023-06-08 12:00:00,0.0,11087.033,101.055405,18.658419,25.358824,27.816668,185.00105,26.81433,42.95034,21.048222,24.303751,693.3471,562.4308,13.6135,98.23312,9.982807,3.1660287,25.154541,41.99683,11.445774,394.51465,4.8518877,330.2704,65.68064,0.67516345,3.7528296,112.50622,32.76923,152.69444,155.3197,11052.287,0.7013468,1724.3281,1.6068814,1.0499542,0.549756,4.221961,194.96266,261.74722,34.718594,305.8125,26.82625,16.249796,906.6661,4.7834787,102.6154,94.42634,437.66827,68.11053,375.51633,22.580528,142.33896,0.0,4272.0156,14366.236,24.560331,196.18333,138.02345,40438.52,179.16983,18.30878,76.42738,143.27554,87.10802,32.69796,87.125,1099.5608,183.10938,62.331062,14.126812,16.09602,988.3174,50.59417,754.4408,96.325005,2203.9165,167.32124,222.3544,153.67291,152.36174,10.328415,17.580694,43.033333,6.799233,7.5782833,59.153534,66.22613,88.38929,17.829014,20.515991,237.36057,10.079039,3528.3542,80.73468,82.5625,96.7753,83.30415,238.54166,126.09407,90.0,27.616072,32.8644,75.55368,330.2303,359.72433,117.14375,409.5017,72.699554,84.74682,253.41628,247.74374,1058.2727,240.53241,4.709375,16.45625,9.029048,101.96814,15853.543,7.3243337,18.357069,29.699999,40.189396,450.94653,86.55,152.07108,4.728426,227.0,504.85434,302.3152,103.17113,351.03204,37.925,65.341255,316.87274,17.224258,2.5414095,14.390055,1882.3083,0.3095926,0.91274995,75.74722,9.714286,5.0111537,10.586633,18.04617,198.3406,67.43438,133.0071,1014.75287,206.22726,2025.1924,1849.4166,17.744606,25.881252,15377.969,9.019826,59.958336,442.2362,98.725006,171.6125,70.03158,382.86667,1143.9788,348.3589,11.2125,80.316666,859.2273,2139.7515,39.89407,585.8333,51.885414,0.96377015,56.63641,0.99198157,0.50377136,2.2493305,31.976562,117.134,292.93378,12.7,3407.876,212.47917,69.791664,88.84375,32.260715,91.78125,26.8625,2.4308333,46.375,236.16057,50.199287,29.316484,27.479862,25.51875,23.492857,22.4125,44.077522,950.8683,142.19421,3128.4211,38.900345,3832.356,72.101585,499.57608,2047.5452,58.99783,12.013396,1963.8495,2543.955,6612.2075,293.14084 +2023-06-08 13:00:00,0.0,11096.885,101.16295,18.660295,25.378334,27.805418,184.97775,26.81026,42.93357,21.045816,24.301245,693.14777,562.3185,13.607417,98.29364,9.993756,3.162995,25.150482,41.96193,11.426943,394.42715,4.8436174,330.23105,65.65087,0.6745451,3.750954,112.497826,32.750427,152.54892,155.2852,11064.007,0.70125914,1723.9164,1.6059884,1.0492704,0.54942745,4.218242,194.89784,261.65964,34.708145,305.63507,26.820423,16.281357,907.58014,4.7818975,102.733444,94.49041,437.485,68.249214,375.52496,22.574293,142.69286,0.0,4269.1123,14368.245,24.555872,196.48991,138.00218,40446.75,179.08226,18.309599,76.54827,143.52242,87.034195,32.667797,87.3544,1101.4125,183.42249,62.453037,14.12952,16.088295,987.33716,50.606632,756.2639,96.413475,2203.8032,167.51028,222.59296,153.5704,152.7229,10.324679,17.574259,43.008995,6.794752,7.571479,59.16082,66.20304,88.34849,17.82364,20.52194,237.47017,10.0755415,3527.2437,80.80718,82.50452,96.85188,83.37412,238.49283,126.13982,89.986115,27.627125,32.891563,75.642654,330.20975,360.597,117.20969,409.66257,72.74689,84.77602,253.51497,247.80858,1058.0702,240.7317,4.707538,16.457396,9.031463,101.85674,15853.132,7.320278,18.346199,29.68537,40.21259,451.20923,86.56787,152.18118,4.725664,227.05139,504.9769,302.44528,103.20965,351.00333,37.90773,65.34041,316.79,17.217606,2.5401537,14.386273,1882.8152,0.3093348,0.9120708,75.713455,9.705793,5.009096,10.578647,18.033146,198.24583,67.40388,132.98128,1014.32385,206.23106,2024.928,1849.2169,17.736023,25.87911,15372.914,9.019127,59.955093,442.44183,98.71834,171.5641,70.021515,382.76556,1143.6135,348.45,11.214831,80.306946,859.5675,2139.2954,39.89255,585.7491,51.85802,0.96392524,56.64209,0.99221456,0.504075,2.2507653,31.973654,117.12534,292.91483,12.708574,3408.1157,212.57674,69.84051,88.95469,32.34264,91.79045,26.917847,2.4321806,46.46736,236.7946,50.405266,29.439522,27.56887,25.513298,23.555435,22.500162,44.088066,950.75354,142.24754,3130.1885,38.898594,3832.2268,72.114586,499.46033,2048.4043,59.03172,12.008495,1963.2716,2542.4292,6610.1562,292.8679 +2023-06-08 14:00:00,0.0,11106.737,101.27049,18.662172,25.397844,27.794167,184.95445,26.80619,42.916798,21.04341,24.298737,692.9485,562.2062,13.601336,98.35416,10.004705,3.1599615,25.146421,41.927032,11.408112,394.33966,4.8353477,330.19174,65.62109,0.67392683,3.7490783,112.48943,32.731625,152.4034,155.25072,11075.727,0.70117146,1723.5046,1.6050954,1.0485865,0.54909897,4.2145233,194.83301,261.57205,34.697693,305.45764,26.814596,16.312918,908.4942,4.7803164,102.85149,94.55449,437.3017,68.38789,375.53357,22.568058,143.04675,0.0,4266.209,14370.255,24.55141,196.79648,137.98091,40454.98,178.9947,18.310415,76.66917,143.76929,86.96037,32.637634,87.58379,1103.2642,183.7356,62.575012,14.13223,16.080568,986.357,50.619095,758.087,96.501945,2203.6897,167.69931,222.83153,153.4679,153.08406,10.320945,17.567823,42.984657,6.790271,7.564675,59.168106,66.179955,88.307686,17.818268,20.52789,237.57977,10.072045,3526.133,80.87968,82.446526,96.92846,83.4441,238.44398,126.18556,89.97222,27.638178,32.918724,75.73163,330.18918,361.4696,117.27563,409.8234,72.79422,84.805214,253.61365,247.8734,1057.8677,240.931,4.7057014,16.458542,9.033878,101.745346,15852.72,7.3162227,18.335331,29.67074,40.235783,451.4719,86.58575,152.29129,4.7229023,227.10278,505.0995,302.57538,103.24817,350.97464,37.89046,65.33956,316.70728,17.210953,2.5388982,14.382491,1883.3221,0.309077,0.9113916,75.67968,9.697302,5.0070386,10.570662,18.020124,198.15105,67.37337,132.95546,1013.8949,206.23485,2024.6637,1849.0171,17.72744,25.876968,15367.859,9.018427,59.95185,442.64743,98.71167,171.5157,70.01146,382.66446,1143.2484,348.54114,11.217163,80.29722,859.9077,2138.8394,39.891033,585.6648,51.830624,0.9640804,56.64777,0.99244756,0.50437856,2.2522,31.970747,117.11669,292.89587,12.717148,3408.3555,212.6743,69.88935,89.06563,32.424564,91.79965,26.973194,2.4335277,46.559723,237.42863,50.611248,29.56256,27.657879,25.507847,23.618015,22.587824,44.098614,950.6388,142.30087,3131.9558,38.896843,3832.0977,72.12758,499.34457,2049.2634,59.06561,12.003593,1962.6938,2540.9033,6608.105,292.59497 +2023-06-08 15:00:00,0.0,11116.589,101.37804,18.664047,25.417355,27.782917,184.93115,26.802122,42.900024,21.041004,24.29623,692.74915,562.0939,13.595253,98.41467,10.0156555,3.1569278,25.14236,41.89213,11.38928,394.25217,4.8270774,330.1524,65.591324,0.6733085,3.7472024,112.48104,32.712822,152.25787,155.21623,11087.446,0.7010838,1723.093,1.6042024,1.0479026,0.5487704,4.210804,194.76819,261.4845,34.68724,305.2802,26.808771,16.344479,909.4083,4.778735,102.969536,94.61856,437.1184,68.52658,375.5422,22.561823,143.40065,0.0,4263.3057,14372.264,24.546951,197.10306,137.95964,40463.207,178.90714,18.311234,76.79006,144.01616,86.88654,32.60747,87.813194,1105.1158,184.04869,62.696983,14.134938,16.072844,985.37683,50.631557,759.9101,96.590416,2203.5764,167.88835,223.07008,153.36539,153.44522,10.317209,17.561388,42.960323,6.78579,7.5578704,59.17539,66.15687,88.266884,17.812895,20.533838,237.68939,10.068548,3525.0227,80.95218,82.38854,97.00504,83.51407,238.39514,126.23131,89.958336,27.649233,32.945885,75.8206,330.16864,362.34225,117.34156,409.98422,72.841545,84.83441,253.71234,247.93823,1057.6652,241.1303,4.7038646,16.459688,9.036294,101.63395,15852.309,7.3121667,18.324461,29.65611,40.258972,451.73456,86.603615,152.40138,4.7201405,227.15416,505.22208,302.70547,103.28669,350.94592,37.873196,65.33872,316.62454,17.2043,2.5376427,14.37871,1883.8291,0.30881917,0.9107125,75.64591,9.688809,5.0049806,10.562676,18.007101,198.05626,67.342865,132.92964,1013.4659,206.23863,2024.3994,1848.8174,17.718859,25.874828,15362.805,9.017728,59.948612,442.85306,98.705,171.46729,70.0014,382.56335,1142.8833,348.63223,11.219494,80.2875,860.2479,2138.3833,39.889515,585.58057,51.80323,0.96423554,56.653454,0.9926805,0.5046822,2.2536345,31.967838,117.10803,292.87692,12.725722,3408.5952,212.77188,69.938194,89.17656,32.50649,91.80885,27.028542,2.434875,46.652084,238.06267,50.817226,29.685595,27.746887,25.502396,23.680595,22.675486,44.109158,950.524,142.3542,3133.7231,38.895092,3831.9683,72.14058,499.22882,2050.1228,59.099495,11.9986925,1962.116,2539.3774,6606.0537,292.32205 +2023-06-08 16:00:00,0.0,11126.441,101.48559,18.665924,25.436863,27.771667,184.90785,26.798052,42.883255,21.038597,24.293722,692.5498,561.9815,13.58917,98.4752,10.026605,3.1538942,25.1383,41.85723,11.370448,394.1647,4.818807,330.1131,65.56155,0.67269015,3.7453268,112.47265,32.69402,152.11235,155.18175,11099.165,0.7009961,1722.6813,1.6033094,1.0472188,0.5484419,4.207085,194.70337,261.3969,34.67679,305.10278,26.802944,16.376038,910.3224,4.7771544,103.08758,94.68263,436.93512,68.66526,375.55084,22.555588,143.75455,0.0,4260.403,14374.272,24.54249,197.40964,137.93837,40471.438,178.81958,18.31205,76.91095,144.26303,86.81272,32.57731,88.042595,1106.9675,184.3618,62.81896,14.137648,16.065117,984.3966,50.64402,761.7332,96.678894,2203.463,168.0774,223.30865,153.26288,153.80637,10.313475,17.554953,42.935986,6.7813087,7.551066,59.182674,66.13379,88.22609,17.807524,20.53979,237.799,10.065051,3523.912,81.02467,82.33056,97.08163,83.58404,238.3463,126.277054,89.94444,27.660286,32.973045,75.90958,330.1481,363.21487,117.4075,410.14508,72.88888,84.86361,253.81104,248.00305,1057.4626,241.32959,4.702028,16.460833,9.038709,101.522545,15851.897,7.308111,18.313591,29.641481,40.282166,451.99725,86.62148,152.51149,4.7173786,227.20555,505.34464,302.83557,103.32521,350.91724,37.855927,65.337875,316.54184,17.197647,2.536387,14.374928,1884.3359,0.30856135,0.9100333,75.612144,9.680317,5.002923,10.55469,17.99408,197.96149,67.31236,132.90382,1013.0369,206.24242,2024.1351,1848.6176,17.710276,25.872686,15357.75,9.017028,59.94537,443.0587,98.69833,171.41888,69.99134,382.46222,1142.5182,348.72336,11.221826,80.27778,860.58813,2137.9275,39.888,585.4963,51.775833,0.9643907,56.659134,0.9929135,0.5049858,2.2550693,31.964931,117.09938,292.85797,12.734297,3408.8347,212.86945,69.98704,89.2875,32.588413,91.818054,27.083889,2.4362223,46.744446,238.6967,51.02321,29.808632,27.835896,25.496944,23.743174,22.763147,44.119705,950.40924,142.40755,3135.4902,38.893337,3831.839,72.15357,499.11307,2050.982,59.133385,11.993791,1961.5382,2537.8516,6604.0024,292.04913 +2023-06-08 17:00:00,0.0,11136.293,101.59313,18.667799,25.456373,27.760418,184.88455,26.793983,42.866486,21.03619,24.291216,692.35046,561.8692,13.583088,98.53571,10.037554,3.1508605,25.13424,41.82233,11.351617,394.0772,4.810537,330.07376,65.53177,0.6720718,3.743451,112.46426,32.675213,151.96681,155.14726,11110.885,0.7009084,1722.2695,1.6024164,1.0465349,0.5481134,4.2033663,194.63855,261.30933,34.66634,304.92535,26.797117,16.407598,911.23645,4.7755733,103.20563,94.746704,436.7518,68.80395,375.55945,22.549355,144.10844,0.0,4257.4995,14376.281,24.53803,197.7162,137.91711,40479.668,178.73201,18.312868,77.031845,144.5099,86.7389,32.547146,88.27199,1108.8192,184.67491,62.940933,14.140356,16.05739,983.41644,50.656487,763.55634,96.767365,2203.3496,168.26642,223.54724,153.16035,154.16753,10.309739,17.548517,42.91165,6.776828,7.5442615,59.189957,66.1107,88.18529,17.80215,20.545738,237.9086,10.061555,3522.8015,81.09717,82.27257,97.15821,83.65401,238.29745,126.3228,89.93056,27.671339,33.00021,75.99855,330.12756,364.08752,117.47344,410.3059,72.93621,84.89281,253.90971,248.06789,1057.2601,241.52888,4.700191,16.461979,9.041124,101.41115,15851.485,7.3040557,18.302721,29.626852,40.30536,452.25992,86.63936,152.6216,4.714617,227.25694,505.46722,302.96567,103.36374,350.88852,37.838657,65.33703,316.4591,17.190992,2.5351315,14.371147,1884.8429,0.30830353,0.90935415,75.57837,9.671825,5.0008655,10.546705,17.981056,197.8667,67.28186,132.87802,1012.6079,206.24622,2023.8707,1848.4178,17.701693,25.870544,15352.695,9.016329,59.94213,443.26428,98.691666,171.37048,69.981285,382.3611,1142.1531,348.81445,11.224156,80.26805,860.92834,2137.4714,39.886482,585.41205,51.748436,0.96454585,56.664814,0.9931465,0.50528944,2.2565038,31.962023,117.09072,292.83902,12.74287,3409.0745,212.96701,70.03588,89.39844,32.670338,91.827255,27.139236,2.4375694,46.836807,239.33073,51.229187,29.931667,27.924904,25.491493,23.805754,22.850811,44.130253,950.29443,142.46088,3137.2576,38.891586,3831.71,72.16657,498.9973,2051.841,59.16727,11.98889,1960.9603,2536.3257,6601.951,291.7762 +2023-06-08 18:00:00,0.0,11146.1455,101.700676,18.669676,25.475883,27.749166,184.86125,26.789913,42.849712,21.033785,24.288708,692.1511,561.7569,13.577005,98.59623,10.048504,3.1478271,25.13018,41.787434,11.332786,393.98972,4.8022666,330.03442,65.502,0.67145354,3.7415755,112.455864,32.65641,151.82129,155.11278,11122.6045,0.70082074,1721.8578,1.6015235,1.045851,0.54778486,4.1996474,194.57372,261.22177,34.655888,304.74792,26.791292,16.43916,912.1505,4.773992,103.32367,94.810776,436.5685,68.942635,375.56808,22.54312,144.46234,0.0,4254.596,14378.29,24.53357,198.02278,137.89584,40487.9,178.64445,18.313684,77.15274,144.75677,86.66508,32.516983,88.50139,1110.6709,184.98802,63.06291,14.143065,16.049665,982.4363,50.66895,765.37946,96.855835,2203.236,168.45546,223.7858,153.05785,154.52869,10.306005,17.542084,42.887314,6.7723465,7.537457,59.197243,66.087616,88.144485,17.796778,20.551687,238.01822,10.058058,3521.691,81.16967,82.214584,97.23479,83.72398,238.24861,126.36855,89.916664,27.682392,33.02737,76.087524,330.107,364.96014,117.539375,410.46677,72.98354,84.92201,254.0084,248.1327,1057.0576,241.72818,4.6983542,16.463125,9.04354,101.29975,15851.074,7.3,18.291853,29.61222,40.32855,452.52258,86.65723,152.73169,4.711855,227.30833,505.5898,303.09576,103.40226,350.85983,37.82139,65.33619,316.37637,17.18434,2.533876,14.367366,1885.3499,0.30804572,0.90867496,75.5446,9.663333,4.9988074,10.538719,17.968035,197.77193,67.25136,132.8522,1012.17896,206.25,2023.6064,1848.218,17.69311,25.868404,15347.641,9.015629,59.93889,443.4699,98.685005,171.32208,69.97122,382.26,1141.788,348.90558,11.226488,80.25833,861.26855,2137.0154,39.884964,585.32776,51.721043,0.964701,56.670494,0.9933794,0.50559306,2.2579384,31.959114,117.08207,292.82007,12.751445,3409.3142,213.06459,70.084724,89.50938,32.752262,91.83646,27.194584,2.4389167,46.929165,239.96477,51.435165,30.054705,28.013912,25.486042,23.868332,22.938473,44.140797,950.1797,142.5142,3139.025,38.889835,3831.5808,72.179565,498.88156,2052.7002,59.20116,11.983988,1960.3826,2534.7998,6599.9004,291.5033 +2023-06-08 19:00:00,0.0,11155.997,101.80822,18.671553,25.495394,27.737917,184.83795,26.785845,42.83294,21.031378,24.286201,691.95184,561.6446,13.570923,98.656746,10.059453,3.1447935,25.12612,41.752533,11.313953,393.90222,4.793997,329.99512,65.47222,0.6708352,3.7396996,112.44747,32.637608,151.67577,155.0783,11134.323,0.70073307,1721.446,1.6006305,1.0451671,0.5474564,4.195928,194.5089,261.1342,34.645435,304.5705,26.785465,16.47072,913.06464,4.7724113,103.44172,94.87485,436.38522,69.081314,375.57672,22.536884,144.81624,0.0,4251.6934,14380.299,24.52911,198.32935,137.87457,40496.125,178.55688,18.314503,77.27363,145.00363,86.59125,32.48682,88.73079,1112.5226,185.30113,63.18488,14.145774,16.041939,981.45605,50.68141,767.2026,96.944305,2203.1226,168.64449,224.02435,152.95534,154.88985,10.302269,17.535648,42.86298,6.7678657,7.5306525,59.204525,66.06453,88.10368,17.791405,20.557638,238.12782,10.054561,3520.5806,81.242165,82.1566,97.31137,83.79395,238.19977,126.4143,89.90278,27.693447,33.05453,76.1765,330.08646,365.8328,117.605316,410.6276,73.03087,84.95121,254.10709,248.19753,1056.8551,241.92747,4.6965175,16.464272,9.045955,101.188354,15850.662,7.2959447,18.280983,29.597591,40.35174,452.78528,86.675095,152.8418,4.709093,227.35973,505.71237,303.22586,103.44078,350.83112,37.80412,65.33534,316.29364,17.177687,2.5326204,14.363584,1885.8567,0.3077879,0.9079958,75.510826,9.654841,4.99675,10.530734,17.955011,197.67714,67.220856,132.82639,1011.7499,206.25378,2023.3422,1848.0183,17.684528,25.866262,15342.586,9.01493,59.93565,443.67554,98.67834,171.27368,69.96117,382.1589,1141.4229,348.99667,11.22882,80.24861,861.60876,2136.5593,39.883446,585.2435,51.693645,0.9648561,56.676174,0.9936124,0.5058967,2.2593732,31.956207,117.07341,292.80112,12.760018,3409.5537,213.16216,70.13357,89.620316,32.834187,91.84566,27.24993,2.440264,47.021526,240.5988,51.641148,30.17774,28.10292,25.48059,23.930912,23.026134,44.151344,950.06494,142.56754,3140.7922,38.88808,3831.4514,72.192566,498.76584,2053.5593,59.23505,11.979087,1959.8047,2533.274,6597.849,291.23038 +2023-06-08 20:00:00,0.0,11165.85,101.915764,18.673428,25.514902,27.726667,184.81465,26.781775,42.81617,21.028973,24.283693,691.7525,561.5323,13.56484,98.71726,10.070402,3.1417599,25.122059,41.717632,11.295122,393.81473,4.7857265,329.95578,65.44245,0.67021686,3.737824,112.43908,32.618805,151.53024,155.04381,11146.043,0.7006454,1721.0344,1.5997375,1.0444833,0.54712784,4.1922092,194.44408,261.0466,34.634983,304.39307,26.779638,16.50228,913.9787,4.77083,103.55976,94.93892,436.2019,69.22,375.58533,22.53065,145.17014,0.0,4248.7896,14382.308,24.524649,198.63593,137.8533,40504.355,178.46933,18.31532,77.39452,145.25052,86.517426,32.456657,88.96018,1114.3743,185.61424,63.306854,14.148483,16.034214,980.4759,50.693874,769.0257,97.03278,2203.0093,168.83353,224.26292,152.85283,155.251,10.298534,17.529213,42.838642,6.7633843,7.523848,59.21181,66.04144,88.06289,17.786034,20.563587,238.23743,10.0510645,3519.47,81.31467,82.09861,97.387955,83.86392,238.15092,126.460045,89.888885,27.7045,33.08169,76.26547,330.06592,366.7054,117.67125,410.78842,73.0782,84.98041,254.20578,248.26236,1056.6526,242.12677,4.6946807,16.465416,9.04837,101.07696,15850.251,7.291889,18.270113,29.582962,40.374935,453.04794,86.69296,152.9519,4.7063313,227.41112,505.83496,303.35596,103.4793,350.80243,37.78685,65.334496,316.2109,17.171034,2.5313647,14.359802,1886.3636,0.30753008,0.9073166,75.47706,9.646349,4.9946923,10.522748,17.94199,197.58235,67.19035,132.80057,1011.3209,206.25757,2023.0779,1847.8185,17.675945,25.864122,15337.531,9.01423,59.932407,443.88116,98.67167,171.22528,69.95111,382.0578,1141.0577,349.0878,11.231151,80.23889,861.949,2136.1035,39.88193,585.15924,51.66625,0.96501124,56.681854,0.9938454,0.5062003,2.2608078,31.953299,117.06476,292.78217,12.768593,3409.7935,213.25972,70.1824,89.73125,32.91611,91.85486,27.305277,2.441611,47.113888,241.23283,51.847126,30.300777,28.19193,25.47514,23.993492,23.113796,44.16189,949.95013,142.62088,3142.5596,38.88633,3831.3223,72.20557,498.6501,2054.4185,59.268936,11.974185,1959.2268,2531.748,6595.798,290.95743 +2023-06-08 21:00:00,0.0,11175.701,102.02331,18.675304,25.534412,27.715418,184.79135,26.777706,42.7994,21.026566,24.281187,691.55316,561.42,13.558758,98.77778,10.081352,3.1387262,25.117998,41.68273,11.276291,393.72726,4.7774563,329.91644,65.412674,0.6695986,3.7359483,112.43069,32.600002,151.38472,155.00932,11157.763,0.7005577,1720.6227,1.5988445,1.0437994,0.5467993,4.18849,194.37926,260.959,34.624535,304.21564,26.773811,16.53384,914.89276,4.769249,103.67781,95.00299,436.01862,69.35869,375.59396,22.524414,145.52403,0.0,4245.8867,14384.316,24.52019,198.9425,137.83203,40512.586,178.38176,18.316137,77.51542,145.49739,86.4436,32.426495,89.18958,1116.226,185.92734,63.42883,14.151192,16.026487,979.4957,50.706337,770.8488,97.121254,2202.8958,169.02255,224.5015,152.75032,155.61215,10.294799,17.522778,42.814304,6.7589035,7.5170436,59.219093,66.01836,88.02209,17.78066,20.569536,238.34705,10.047567,3518.3594,81.38716,82.04063,97.46453,83.93389,238.10208,126.50579,89.875,27.715553,33.108856,76.354454,330.04538,367.57806,117.73719,410.94928,73.125534,85.009605,254.30447,248.32718,1056.4501,242.32607,4.692844,16.466562,9.050786,100.96556,15849.839,7.2878337,18.259243,29.568333,40.398125,453.3106,86.71084,153.062,4.7035694,227.4625,505.95755,303.48605,103.51783,350.7737,37.769585,65.33366,316.12817,17.16438,2.5301092,14.356021,1886.8705,0.30727226,0.9066375,75.44329,9.637857,4.992635,10.514763,17.928967,197.48758,67.15984,132.77475,1010.8919,206.26137,2022.8135,1847.6188,17.667362,25.86198,15332.477,9.013531,59.92917,444.08676,98.665,171.17688,69.94105,381.95667,1140.6926,349.1789,11.233482,80.229164,862.2892,2135.6475,39.880413,585.075,51.638855,0.9651664,56.68754,0.99407834,0.50650394,2.2622426,31.95039,117.0561,292.7632,12.777166,3410.0332,213.3573,70.23125,89.842186,32.998035,91.86406,27.360624,2.4429584,47.20625,241.86687,52.05311,30.423813,28.28094,25.469688,24.05607,23.201458,44.172436,949.8354,142.67421,3144.3267,38.88458,3831.193,72.21856,498.53433,2055.2776,59.302826,11.969284,1958.649,2530.2222,6593.7466,290.6845 +2023-06-08 22:00:00,0.0,11185.554,102.13085,18.677181,25.553923,27.704166,184.76805,26.773636,42.782627,21.024158,24.27868,691.3538,561.3077,13.552676,98.838295,10.092301,3.1356926,25.113937,41.647835,11.257459,393.63977,4.769186,329.87714,65.382904,0.66898024,3.7340727,112.422295,32.581196,151.2392,154.97482,11169.482,0.70047003,1720.2109,1.5979515,1.0431155,0.5464708,4.184771,194.31442,260.87146,34.614082,304.0382,26.767986,16.565401,915.8068,4.767668,103.79585,95.06707,435.83533,69.49737,375.6026,22.518179,145.87793,0.0,4242.9834,14386.326,24.515728,199.24907,137.81076,40520.812,178.2942,18.316954,77.63631,145.74426,86.36978,32.39633,89.41898,1118.0776,186.24045,63.550804,14.153901,16.01876,978.51556,50.7188,772.67194,97.209724,2202.7825,169.2116,224.74005,152.6478,155.97331,10.291064,17.516342,42.78997,6.7544227,7.5102396,59.22638,65.99527,87.981285,17.775288,20.575487,238.45665,10.04407,3517.2488,81.459656,81.982635,97.541115,84.00387,238.05324,126.55154,89.861115,27.726606,33.136017,76.44343,330.02484,368.45068,117.80312,411.1101,73.17287,85.0388,254.40315,248.39201,1056.2476,242.52536,4.691007,16.467709,9.053201,100.854164,15849.428,7.283778,18.248375,29.553703,40.421318,453.5733,86.72871,153.1721,4.7008076,227.51389,506.08014,303.61615,103.55635,350.74503,37.752316,65.33281,316.04547,17.157726,2.5288537,14.35224,1887.3774,0.30701444,0.9059583,75.409515,9.629365,4.9905767,10.506777,17.915945,197.39279,67.12934,132.74893,1010.46295,206.26515,2022.5492,1847.419,17.65878,25.859838,15327.422,9.012831,59.925926,444.2924,98.65833,171.12848,69.93099,381.85556,1140.3275,349.27002,11.235813,80.219444,862.6294,2135.1914,39.878895,584.9907,51.611458,0.96532154,56.69322,0.99431133,0.5068075,2.2636771,31.947483,117.04745,292.74426,12.785741,3410.2727,213.45486,70.28009,89.953125,33.07996,91.87326,27.415972,2.4443057,47.29861,242.5009,52.259087,30.54685,28.369947,25.464237,24.11865,23.28912,44.182983,949.72064,142.72754,3146.094,38.882824,3831.064,72.23156,498.41858,2056.1367,59.336716,11.964382,1958.0712,2528.6963,6591.6953,290.4116 +2023-06-08 23:00:00,0.0,11195.405,102.2384,18.679056,25.573433,27.692917,184.74475,26.769567,42.765854,21.021753,24.276173,691.1545,561.1954,13.546594,98.89881,10.103251,3.132659,25.109877,41.612934,11.238627,393.55228,4.760916,329.8378,65.35313,0.6683619,3.7321968,112.4139,32.562393,151.09367,154.94034,11181.201,0.70038235,1719.7992,1.5970585,1.0424317,0.5461423,4.181052,194.2496,260.78387,34.60363,303.86078,26.76216,16.596962,916.72095,4.766087,103.9139,95.13114,435.65204,69.636055,375.6112,22.511946,146.23183,0.0,4240.08,14388.335,24.511267,199.55565,137.78949,40529.043,178.20663,18.317772,77.7572,145.99112,86.29596,32.36617,89.64838,1119.9293,186.55356,63.672775,14.15661,16.011036,977.53534,50.731262,774.49506,97.298195,2202.669,169.40063,224.97862,152.54529,156.33447,10.287329,17.509907,42.765633,6.7499413,7.503435,59.233665,65.97218,87.94048,17.769915,20.581436,238.56625,10.040574,3516.1384,81.53216,81.92465,97.6177,84.07384,238.0044,126.59729,89.84722,27.737661,33.163177,76.5324,330.00427,369.32333,117.869064,411.27097,73.22019,85.068,254.50185,248.45683,1056.0449,242.72466,4.68917,16.468855,9.055616,100.74277,15849.016,7.279722,18.237505,29.539074,40.444508,453.83597,86.746574,153.28221,4.6980457,227.56528,506.2027,303.74625,103.59487,350.7163,37.735046,65.33197,315.96274,17.151073,2.527598,14.348457,1887.8844,0.30675662,0.9052791,75.37575,9.6208725,4.988519,10.498792,17.902922,197.298,67.09884,132.72311,1010.03394,206.26894,2022.2849,1847.2192,17.650198,25.857698,15322.367,9.012132,59.922688,444.49802,98.65167,171.08006,69.92094,381.75446,1139.9624,349.3611,11.238145,80.209724,862.9696,2134.7356,39.877377,584.9065,51.58406,0.9654767,56.6989,0.9945443,0.50711113,2.2651117,31.944574,117.03879,292.7253,12.794314,3410.5125,213.55243,70.32893,90.064064,33.161884,91.88246,27.47132,2.4456527,47.390972,243.13493,52.46507,30.669886,28.458956,25.458784,24.181229,23.376781,44.193527,949.60583,142.78087,3147.8613,38.881073,3830.9346,72.24455,498.30283,2056.996,59.3706,11.959481,1957.4934,2527.1704,6589.644,290.13867 +2023-06-09 00:00:00,0.0,11205.258,102.34595,18.680933,25.592941,27.681667,184.72145,26.765497,42.749084,21.019346,24.273666,690.9552,561.08307,13.540511,98.959335,10.114201,3.1296253,25.105818,41.578033,11.219796,393.46478,4.752646,329.7985,65.32335,0.66774356,3.7303212,112.40551,32.54359,150.94815,154.90585,11192.921,0.7002947,1719.3875,1.5961657,1.0417478,0.5458138,4.1773334,194.18478,260.6963,34.59318,303.68332,26.756332,16.628521,917.635,4.764506,104.031944,95.19521,435.46875,69.774734,375.61984,22.50571,146.58572,0.0,4237.177,14390.344,24.506807,199.86223,137.76822,40537.273,178.11908,18.318588,77.8781,146.238,86.22213,32.336006,89.87778,1121.781,186.86667,63.79475,14.159319,16.00331,976.5552,50.743725,776.3182,97.38667,2202.5554,169.58966,225.2172,152.44278,156.69563,10.283594,17.503471,42.7413,6.7454605,7.4966307,59.240948,65.9491,87.89968,17.764544,20.587385,238.67587,10.037077,3515.0278,81.60465,81.86667,97.69428,84.14381,237.95555,126.643036,89.833336,27.748714,33.19034,76.621376,329.98373,370.19595,117.935,411.4318,73.267525,85.0972,254.60052,248.52167,1055.8424,242.92395,4.687333,16.47,9.058032,100.63137,15848.6045,7.2756667,18.226635,29.524445,40.4677,454.09863,86.76445,153.3923,4.695284,227.61667,506.3253,303.8763,103.63339,350.68762,37.717777,65.33112,315.88,17.14442,2.5263424,14.344676,1888.3912,0.3064988,0.90459996,75.34198,9.612381,4.9864616,10.490806,17.8899,197.20323,67.06834,132.6973,1009.605,206.27272,2022.0205,1847.0194,17.641615,25.855556,15317.3125,9.011433,59.919445,444.7036,98.645004,171.03166,69.91087,381.65335,1139.5973,349.45224,11.240477,80.2,863.3098,2134.2795,39.87586,584.8222,51.556667,0.96563184,56.70458,0.99477726,0.50741476,2.2665465,31.941668,117.030136,292.70636,12.802889,3410.7522,213.65,70.37778,90.175,33.24381,91.89167,27.526667,2.447,47.483334,243.76897,52.671047,30.792923,28.547964,25.453333,24.243809,23.464445,44.204075,949.4911,142.83421,3149.6287,38.879322,3830.8054,72.25755,498.18707,2057.8552,59.40449,11.954579,1956.9155,2525.6445,6587.593,289.86575 +2023-06-09 01:00:00,0.0,11215.109,102.45349,18.68281,25.612452,27.670418,184.69815,26.761429,42.732315,21.016941,24.271158,690.75586,560.97076,13.534429,99.01985,10.12515,3.1265917,25.101757,41.543133,11.200965,393.3773,4.7443757,329.75916,65.29358,0.6671253,3.7284455,112.39712,32.524788,150.80263,154.87137,11204.641,0.700207,1718.9758,1.5952727,1.0410639,0.54548526,4.173614,194.11996,260.6087,34.58273,303.5059,26.750507,16.660082,918.5491,4.7629247,104.149994,95.259285,435.28546,69.91342,375.62848,22.499475,146.93962,0.0,4234.2734,14392.353,24.502346,200.1688,137.74695,40545.504,178.03151,18.319407,77.998985,146.48486,86.14831,32.305843,90.10718,1123.6327,187.17978,63.916725,14.162027,15.995584,975.575,50.756187,778.1413,97.47514,2202.4421,169.7787,225.45575,152.34027,157.05678,10.279859,17.497036,42.71696,6.740979,7.489826,59.248234,65.92601,87.85889,17.75917,20.593336,238.78548,10.03358,3513.9172,81.677155,81.80868,97.77086,84.213776,237.90671,126.68878,89.81944,27.759768,33.217503,76.71035,329.9632,371.0686,118.00094,411.59262,73.31486,85.1264,254.69922,248.58649,1055.6399,243.12325,4.6854963,16.471146,9.060447,100.51997,15848.193,7.271611,18.215767,29.509813,40.490894,454.3613,86.78232,153.50241,4.692522,227.66806,506.44788,304.0064,103.67192,350.6589,37.70051,65.33028,315.79727,17.137766,2.5250869,14.340895,1888.8982,0.30624098,0.90392077,75.308205,9.6038885,4.9844036,10.4828205,17.876877,197.10844,67.037834,132.67148,1009.17596,206.27652,2021.7562,1846.8197,17.633032,25.853416,15312.258,9.010733,59.916203,444.90924,98.638336,170.98326,69.90082,381.55225,1139.2322,349.54333,11.242807,80.19028,863.65,2133.8235,39.874344,584.738,51.52927,0.96578693,56.71026,0.99501026,0.5077184,2.267981,31.938759,117.02148,292.6874,12.811463,3410.9917,213.74757,70.42662,90.285934,33.325733,91.90087,27.582014,2.4483473,47.575695,244.403,52.87703,30.91596,28.636972,25.447882,24.306389,23.552107,44.21462,949.3763,142.88754,3151.396,38.87757,3830.6763,72.270546,498.07132,2058.7144,59.43838,11.949678,1956.3378,2524.1184,6585.5415,289.59283 +2023-06-09 02:00:00,0.0,11224.962,102.561035,18.684685,25.631962,27.659166,184.67487,26.757359,42.71554,21.014534,24.268652,690.5565,560.85846,13.528346,99.08037,10.1361,3.123558,25.097696,41.508236,11.182133,393.28983,4.7361054,329.71982,65.2638,0.66650695,3.72657,112.388725,32.505985,150.6571,154.83688,11216.359,0.7001193,1718.5641,1.5943797,1.0403801,0.5451567,4.169895,194.05515,260.52115,34.572277,303.32846,26.74468,16.691643,919.46313,4.7613435,104.268036,95.32336,435.10214,70.05211,375.6371,22.49324,147.29352,0.0,4231.37,14394.361,24.497887,200.47537,137.72568,40553.73,177.94395,18.320223,78.11988,146.73174,86.074486,32.27568,90.33657,1125.4844,187.49289,64.0387,14.164737,15.987858,974.5948,50.76865,779.9644,97.563614,2202.3286,169.96773,225.69434,152.23776,157.41794,10.276124,17.4906,42.692627,6.7364984,7.4830217,59.255516,65.90292,87.818085,17.753798,20.599285,238.89508,10.030084,3512.8066,81.74965,81.750694,97.84744,84.28375,237.85786,126.73453,89.80556,27.77082,33.244663,76.799324,329.94266,371.94122,118.06688,411.75348,73.36219,85.1556,254.79791,248.65132,1055.4374,243.32254,4.6836596,16.472292,9.062862,100.40858,15847.781,7.2675557,18.204897,29.495184,40.514084,454.624,86.800186,153.61252,4.68976,227.71945,506.57043,304.1365,103.71044,350.63022,37.68324,65.32944,315.71454,17.131113,2.5238314,14.337113,1889.4052,0.30598316,0.90324163,75.27444,9.595397,4.982346,10.474834,17.863853,197.01367,67.00733,132.64566,1008.747,206.2803,2021.492,1846.6199,17.624449,25.851274,15307.203,9.010034,59.912964,445.11487,98.63167,170.93486,69.890755,381.4511,1138.8671,349.63446,11.245139,80.18056,863.99023,2133.3674,39.872826,584.6537,51.501873,0.9659421,56.71594,0.99524325,0.508022,2.2694156,31.93585,117.012825,292.66846,12.820037,3411.2314,213.84514,70.475464,90.39687,33.407658,91.91007,27.637362,2.4496944,47.668056,245.03703,53.083008,31.038996,28.72598,25.44243,24.368967,23.639769,44.225166,949.26154,142.94087,3153.163,38.875816,3830.547,72.28355,497.95557,2059.5735,59.472267,11.944777,1955.7599,2522.5925,6583.49,289.31992 +2023-06-09 03:00:00,0.0,11234.813,102.66858,18.686562,25.651472,27.647917,184.65157,26.75329,42.69877,21.012129,24.266144,690.3572,560.74615,13.522264,99.140884,10.147049,3.1205244,25.093636,41.473335,11.163301,393.20233,4.727835,329.6805,65.23403,0.6658886,3.7246943,112.38033,32.48718,150.51157,154.8024,11228.079,0.70003164,1718.1523,1.5934867,1.0396962,0.54482824,4.1661763,193.99031,260.43356,34.561825,303.15103,26.738853,16.723204,920.3772,4.759763,104.386086,95.38743,434.91885,70.19079,375.64572,22.487005,147.64742,0.0,4228.4673,14396.37,24.493425,200.78195,137.7044,40561.96,177.85638,18.321041,78.240776,146.9786,86.00066,32.245518,90.56597,1127.336,187.80598,64.160675,14.167445,15.980132,973.6146,50.781113,781.7875,97.652084,2202.2153,170.15677,225.93289,152.13524,157.7791,10.272388,17.484167,42.66829,6.732017,7.4762173,59.262802,65.87984,87.77728,17.748425,20.605234,239.00468,10.026587,3511.6963,81.82214,81.69271,97.92403,84.35372,237.80902,126.78027,89.791664,27.781876,33.271824,76.8883,329.92212,372.81387,118.13281,411.9143,73.409515,85.1848,254.89659,248.71614,1055.2349,243.52184,4.681823,16.473438,9.065278,100.29718,15847.37,7.2635,18.194027,29.480555,40.537277,454.88666,86.81806,153.72261,4.6869984,227.77083,506.69302,304.2666,103.74896,350.6015,37.665974,65.32859,315.63184,17.12446,2.5225756,14.333332,1889.912,0.30572534,0.90256244,75.24066,9.586905,4.9802885,10.466849,17.850832,196.91888,66.97682,132.61984,1008.318,206.28409,2021.2277,1846.4202,17.615868,25.849133,15302.148,9.009334,59.90972,445.3205,98.625,170.88646,69.8807,381.35,1138.502,349.7256,11.24747,80.17083,864.33044,2132.9116,39.871307,584.56946,51.47448,0.96609724,56.721622,0.9954762,0.50832564,2.2708504,31.932943,117.004166,292.6495,12.828611,3411.4712,213.9427,70.52431,90.50781,33.489582,91.91927,27.692709,2.4510417,47.760418,245.67107,53.28899,31.162033,28.81499,25.43698,24.431547,23.72743,44.235714,949.1468,142.99422,3154.9304,38.874065,3830.418,72.29654,497.8398,2060.4326,59.506157,11.939876,1955.1821,2521.0667,6581.439,289.047 +2023-06-09 04:00:00,0.0,11244.666,102.77612,18.688437,25.67098,27.636667,184.62827,26.74922,42.682,21.009722,24.263638,690.15784,560.63385,13.516181,99.2014,10.157998,3.1174908,25.089575,41.438435,11.14447,393.11484,4.7195654,329.64117,65.204254,0.66527027,3.7228184,112.37194,32.468376,150.36604,154.76791,11239.799,0.69994396,1717.7406,1.5925937,1.0390123,0.5444997,4.1624575,193.92549,260.34598,34.551376,302.9736,26.733027,16.754763,921.2913,4.7581816,104.50413,95.4515,434.73557,70.329475,375.65433,22.48077,148.00131,0.0,4225.564,14398.379,24.488966,201.08852,137.68315,40570.19,177.76883,18.321857,78.361664,147.2255,85.926834,32.215355,90.79537,1129.1877,188.1191,64.282646,14.170155,15.972406,972.63446,50.793575,783.6106,97.740555,2202.1018,170.34581,226.17146,152.03273,158.14026,10.268654,17.477732,42.643955,6.727536,7.469413,59.270084,65.85675,87.73648,17.743053,20.611185,239.1143,10.02309,3510.5857,81.894646,81.63472,98.0006,84.42369,237.76018,126.82603,89.77778,27.792929,33.29899,76.97727,329.90155,373.6865,118.19875,412.07516,73.45685,85.214,254.99529,248.78098,1055.0323,243.72113,4.679986,16.474583,9.067693,100.18578,15846.958,7.2594447,18.183157,29.465925,40.56047,455.14932,86.83593,153.83272,4.6842365,227.82222,506.8156,304.3967,103.78748,350.5728,37.648705,65.32774,315.5491,17.117807,2.52132,14.32955,1890.419,0.30546752,0.9018833,75.206894,9.578413,4.978231,10.458864,17.837809,196.8241,66.94632,132.59402,1007.88904,206.28787,2020.9633,1846.2203,17.607285,25.846992,15297.094,9.008635,59.906483,445.5261,98.61833,170.83806,69.87064,381.2489,1138.1368,349.81668,11.249802,80.16111,864.67065,2132.4556,39.86979,584.48517,51.447083,0.9662524,56.727303,0.9957092,0.50862926,2.272285,31.930035,116.995514,292.63055,12.837185,3411.7107,214.04028,70.57315,90.61875,33.571507,91.928474,27.748055,2.452389,47.85278,246.3051,53.49497,31.285069,28.903997,25.431528,24.494127,23.815092,44.246258,949.032,143.04755,3156.6978,38.872314,3830.2886,72.30954,497.72406,2061.2917,59.540047,11.934974,1954.6042,2519.5408,6579.3877,288.77405 +2023-06-09 05:00:00,0.0,11254.518,102.88367,18.690313,25.69049,27.625418,184.60497,26.745152,42.66523,21.007315,24.261131,689.9585,560.52155,13.510099,99.26192,10.168948,3.1144571,25.085514,41.403534,11.125638,393.02734,4.711295,329.60187,65.174484,0.664652,3.7209427,112.36355,32.449574,150.22052,154.73343,11251.518,0.6998563,1717.3289,1.5917007,1.0383285,0.5441712,4.158738,193.86067,260.2584,34.540924,302.79617,26.727201,16.786324,922.2054,4.7566004,104.62218,95.51558,434.55225,70.468155,375.66296,22.474537,148.35521,0.0,4222.6606,14400.388,24.484505,201.3951,137.66188,40578.42,177.68126,18.322676,78.48256,147.47235,85.85301,32.185192,91.024765,1131.0394,188.4322,64.40462,14.172864,15.964681,971.6543,50.806038,785.4337,97.82903,2201.9883,170.53484,226.41003,151.93022,158.5014,10.264919,17.471296,42.619617,6.723055,7.4626083,59.27737,65.83367,87.69569,17.73768,20.617134,239.2239,10.019593,3509.475,81.96714,81.57674,98.07719,84.49366,237.71133,126.87177,89.763885,27.803982,33.32615,77.066246,329.881,374.55914,118.26469,412.236,73.50418,85.243195,255.09396,248.8458,1054.8298,243.92043,4.678149,16.475729,9.070108,100.07439,15846.547,7.255389,18.172289,29.451296,40.58366,455.41202,86.8538,153.94283,4.6814747,227.87361,506.93817,304.5268,103.82601,350.54413,37.631435,65.326904,315.46637,17.111153,2.5200646,14.325768,1890.9259,0.3052097,0.9012041,75.17313,9.569921,4.976173,10.450878,17.824787,196.72932,66.91582,132.5682,1007.4601,206.29167,2020.699,1846.0206,17.598701,25.84485,15292.039,9.007935,59.90324,445.73172,98.61167,170.78966,69.86058,381.1478,1137.7717,349.9078,11.252133,80.15139,865.01086,2131.9995,39.868275,584.40094,51.419685,0.96640754,56.732983,0.9959422,0.5089328,2.2737198,31.927126,116.986855,292.6116,12.845759,3411.9504,214.13785,70.62199,90.72969,33.65343,91.937675,27.803402,2.453736,47.945137,246.93913,53.70095,31.408106,28.993006,25.426077,24.556705,23.902754,44.256805,948.91724,143.10088,3158.465,38.87056,3830.1594,72.32254,497.6083,2062.151,59.573933,11.930073,1954.0265,2518.015,6577.3364,288.50113 +2023-06-09 06:00:00,0.0,11264.37,102.99122,18.69219,25.710001,27.614166,184.58167,26.741081,42.648457,21.00491,24.258623,689.7592,560.40924,13.504017,99.32243,10.179897,3.1114235,25.081455,41.368637,11.106807,392.93985,4.703025,329.56253,65.14471,0.66403365,3.719067,112.355156,32.43077,150.075,154.69894,11263.237,0.6997686,1716.9172,1.5908078,1.0376446,0.5438427,4.1550193,193.79585,260.17084,34.53047,302.61874,26.721375,16.817884,923.11945,4.755019,104.74022,95.57965,434.36896,70.60684,375.6716,22.468302,148.7091,0.0,4219.758,14402.397,24.480045,201.70166,137.64061,40586.65,177.5937,18.323492,78.603455,147.71924,85.77919,32.15503,91.254166,1132.8911,188.74532,64.526596,14.175572,15.956954,970.6741,50.8185,787.25684,97.9175,2201.875,170.72388,226.64859,151.82771,158.86256,10.261184,17.46486,42.59528,6.718574,7.455804,59.284653,65.810585,87.654884,17.732307,20.623083,239.33351,10.016096,3508.3645,82.03964,81.51875,98.15377,84.56364,237.66249,126.91752,89.75,27.815035,33.35331,77.15522,329.86047,375.43176,118.33063,412.39682,73.55151,85.27239,255.19266,248.91063,1054.6273,244.11972,4.6763124,16.476875,9.072524,99.96299,15846.135,7.2513337,18.161419,29.436666,40.606853,455.67468,86.87167,154.05292,4.678713,227.925,507.06076,304.6569,103.86453,350.5154,37.614166,65.32606,315.38364,17.1045,2.5188088,14.321987,1891.4327,0.30495188,0.900525,75.13935,9.561428,4.9741154,10.442893,17.811764,196.63454,66.885315,132.5424,1007.03107,206.29546,2020.4347,1845.8208,17.590118,25.84271,15286.984,9.007236,59.9,445.93735,98.605,170.74126,69.850525,381.04666,1137.4066,349.9989,11.254464,80.14166,865.3511,2131.5437,39.866756,584.31665,51.392292,0.9665627,56.738663,0.9961751,0.50923645,2.2751544,31.92422,116.9782,292.59265,12.854333,3412.1902,214.23541,70.67083,90.84062,33.73536,91.94688,27.85875,2.4550834,48.0375,247.57317,53.90693,31.531141,29.082014,25.420626,24.619286,23.990417,44.26735,948.8025,143.1542,3160.2322,38.86881,3830.0303,72.33553,497.49255,2063.01,59.607822,11.925171,1953.4486,2516.489,6575.285,288.2282 +2023-06-09 07:00:00,0.0,11274.222,103.09876,18.694065,25.729511,27.602917,184.55836,26.737013,42.631683,21.002502,24.256117,689.5599,560.2969,13.497934,99.38296,10.190846,3.10839,25.077394,41.333736,11.0879755,392.8524,4.6947546,329.5232,65.11494,0.6634153,3.7171915,112.34676,32.41197,149.92947,154.66444,11274.957,0.6996809,1716.5055,1.5899148,1.0369607,0.5435142,4.1513004,193.73102,260.08325,34.52002,302.4413,26.715548,16.849445,924.0335,4.7534385,104.85827,95.64372,434.18567,70.74553,375.6802,22.462067,149.063,0.0,4216.8545,14404.406,24.475584,202.00824,137.61934,40594.88,177.50613,18.32431,78.72434,147.9661,85.70537,32.124866,91.48357,1134.7428,189.05843,64.64857,14.178282,15.949228,969.6939,50.830963,789.07996,98.005974,2201.7615,170.9129,226.88715,151.7252,159.22372,10.257449,17.458426,42.570946,6.714093,7.449,59.29194,65.78749,87.61408,17.726934,20.629034,239.44313,10.0126,3507.2542,82.11214,81.46076,98.230354,84.633606,237.61366,126.963264,89.736115,27.82609,33.38047,77.244194,329.83994,376.3044,118.39656,412.55768,73.59884,85.30159,255.29135,248.97545,1054.4248,244.31902,4.6744757,16.478022,9.074939,99.85159,15845.724,7.247278,18.150549,29.422037,40.630047,455.93735,86.88954,154.16302,4.675951,227.9764,507.18335,304.787,103.90305,350.48672,37.596897,65.32521,315.3009,17.097847,2.5175533,14.318206,1891.9397,0.30469406,0.8998458,75.10558,9.552937,4.972058,10.434907,17.798742,196.53975,66.85481,132.51659,1006.60205,206.29924,2020.1703,1845.6211,17.581537,25.840569,15281.929,9.006536,59.89676,446.14294,98.598335,170.69284,69.84046,380.94556,1137.0415,350.09003,11.256796,80.13194,865.6913,2131.0876,39.86524,584.2324,51.364895,0.9667178,56.744343,0.9964081,0.5095401,2.276589,31.92131,116.96954,292.5737,12.862907,3412.43,214.333,70.71967,90.95156,33.817284,91.95608,27.914097,2.4564307,48.12986,248.2072,54.112907,31.654179,29.171022,25.415174,24.681864,24.07808,44.277897,948.6877,143.20755,3161.9995,38.867058,3829.9011,72.34853,497.3768,2063.8691,59.641712,11.92027,1952.8707,2514.9631,6573.2344,287.9553 +2023-06-09 08:00:00,0.0,11284.074,103.20631,18.695942,25.74902,27.591667,184.53506,26.732943,42.614914,21.000097,24.253609,689.36053,560.1846,13.491852,99.443474,10.201797,3.1053565,25.073334,41.298836,11.069143,392.7649,4.6864843,329.4839,65.08516,0.662797,3.7153156,112.33837,32.39316,149.78395,154.62996,11286.677,0.6995932,1716.0938,1.5890218,1.0362769,0.54318565,4.147581,193.6662,259.99567,34.50957,302.2639,26.709723,16.881004,924.94763,4.7518573,104.97631,95.707794,434.00238,70.88421,375.68884,22.455832,149.4169,0.0,4213.951,14406.415,24.471125,202.31482,137.59807,40603.11,177.41858,18.325127,78.84524,148.21297,85.631546,32.094704,91.71296,1136.5945,189.37152,64.77054,14.18099,15.941503,968.71375,50.84343,790.9031,98.094444,2201.6482,171.10194,227.12572,151.62268,159.58488,10.253714,17.45199,42.546608,6.709612,7.4421954,59.299225,65.76441,87.57328,17.721561,20.634983,239.55273,10.009103,3506.1436,82.18463,81.40278,98.30693,84.703575,237.56482,127.00901,89.72222,27.837143,33.407635,77.333176,329.8194,377.17706,118.4625,412.7185,73.64617,85.330795,255.39003,249.04028,1054.2223,244.51831,4.672639,16.479166,9.077354,99.7402,15845.3125,7.243222,18.139679,29.407406,40.653236,456.20004,86.90741,154.27313,4.673189,228.02777,507.3059,304.91708,103.941574,350.458,37.579628,65.32437,315.2182,17.091194,2.5162978,14.3144245,1892.4465,0.30443624,0.89916664,75.071815,9.544444,4.97,10.426922,17.785719,196.44498,66.82431,132.49077,1006.17303,206.30302,2019.906,1845.4213,17.572954,25.838427,15276.874,9.0058365,59.89352,446.34857,98.59167,170.64444,69.83041,380.84445,1136.6764,350.18112,11.259127,80.12222,866.0315,2130.6316,39.86372,584.14813,51.337498,0.96687293,56.750023,0.9966411,0.5098437,2.2780237,31.918404,116.96089,292.55475,12.871482,3412.6694,214.43056,70.76852,91.0625,33.899208,91.96528,27.969444,2.4577777,48.22222,248.84123,54.31889,31.777214,29.260033,25.409723,24.744444,24.165741,44.288445,948.57294,143.26088,3163.7668,38.865303,3829.7717,72.36153,497.26105,2064.7285,59.6756,11.915368,1952.293,2513.4373,6571.183,287.68237 +2023-06-09 09:00:00,0.0,11293.926,103.31385,18.697819,25.76853,27.580418,184.51176,26.728874,42.598145,20.99769,24.251102,689.1612,560.07227,13.485769,99.50399,10.212746,3.1023228,25.069273,41.263935,11.050312,392.6774,4.6782146,329.44455,65.05538,0.6621787,3.71344,112.32998,32.37436,149.63843,154.59547,11298.3955,0.6995055,1715.682,1.5881288,1.035593,0.5428571,4.1438622,193.60138,259.9081,34.49912,302.08646,26.703896,16.912565,925.8617,4.750276,105.09436,95.771866,433.8191,71.022896,375.69748,22.449596,149.7708,0.0,4211.048,14408.424,24.466663,202.62138,137.5768,40611.336,177.33101,18.325943,78.96613,148.45984,85.55772,32.06454,91.94236,1138.4462,189.68463,64.89252,14.1837,15.933777,967.7335,50.855892,792.7262,98.18292,2201.5347,171.29097,227.36429,151.52017,159.94604,10.249979,17.445555,42.522274,6.705131,7.435391,59.306507,65.741325,87.532486,17.71619,20.640932,239.66234,10.005606,3505.033,82.25713,81.344795,98.383514,84.773544,237.51598,127.05476,89.708336,27.848196,33.434795,77.42215,329.79883,378.04968,118.52844,412.87936,73.693504,85.35999,255.48872,249.1051,1054.0198,244.7176,4.670802,16.480312,9.07977,99.6288,15844.9,7.2391667,18.12881,29.392776,40.67643,456.4627,86.92528,154.38322,4.6704273,228.07916,507.4285,305.04718,103.980095,350.42932,37.562363,65.323524,315.13547,17.08454,2.5150423,14.310642,1892.9535,0.30417842,0.89848745,75.03804,9.535953,4.967942,10.418936,17.772697,196.35019,66.79381,132.46495,1005.744,206.30682,2019.6417,1845.2216,17.564371,25.836287,15271.819,9.0051365,59.890278,446.5542,98.585,170.59604,69.82035,380.74335,1136.3113,350.27225,11.261458,80.112495,866.37177,2130.1755,39.862206,584.0639,51.310104,0.9670281,56.755707,0.9968741,0.51014733,2.2794583,31.915495,116.95223,292.5358,12.880055,3412.9092,214.52812,70.81736,91.17344,33.981133,91.97448,28.024792,2.459125,48.314583,249.47527,54.524868,31.900251,29.349041,25.40427,24.807024,24.253403,44.29899,948.4581,143.31421,3165.5342,38.863552,3829.6426,72.37453,497.1453,2065.5876,59.709488,11.910467,1951.7151,2511.9114,6569.132,287.40945 +2023-06-09 10:00:00,0.0,11303.778,103.421394,18.699694,25.78804,27.569166,184.48846,26.724804,42.58137,20.995283,24.248594,688.96185,559.95996,13.479687,99.56451,10.223695,3.0992892,25.065212,41.22904,11.031481,392.5899,4.6699443,329.40524,65.02561,0.66156036,3.7115643,112.32159,32.355556,149.4929,154.56099,11310.115,0.6994178,1715.2703,1.5872358,1.0349091,0.5425286,4.1401434,193.53656,259.82053,34.488667,301.90903,26.698069,16.944126,926.77576,4.7486954,105.2124,95.83594,433.63577,71.16158,375.7061,22.443361,150.1247,0.0,4208.1445,14410.433,24.462204,202.92796,137.55553,40619.566,177.24345,18.326761,79.08702,148.70671,85.483894,32.034378,92.17176,1140.2979,189.99774,65.01449,14.186408,15.926051,966.75336,50.868355,794.5493,98.27139,2201.4211,171.48001,227.60284,151.41766,160.30719,10.2462435,17.43912,42.497936,6.7006497,7.4285865,59.313793,65.71824,87.491684,17.710817,20.646883,239.77196,10.00211,3503.9224,82.32963,81.286804,98.4601,84.84352,237.46713,127.10051,89.69444,27.85925,33.461956,77.51112,329.7783,378.92233,118.594376,413.0402,73.74084,85.38919,255.5874,249.16992,1053.8171,244.9169,4.6689653,16.481459,9.082186,99.5174,15844.489,7.235111,18.11794,29.378147,40.699623,456.72537,86.94315,154.49333,4.6676655,228.13055,507.5511,305.17728,104.01862,350.4006,37.545094,65.32268,315.05273,17.077887,2.5137866,14.306861,1893.4604,0.3039206,0.8978083,75.00427,9.52746,4.9658847,10.410951,17.759674,196.25542,66.7633,132.43913,1005.31506,206.31061,2019.3774,1845.0217,17.555788,25.834145,15266.765,9.004437,59.88704,446.7598,98.57834,170.54764,69.81029,380.64224,1135.9462,350.36334,11.26379,80.102776,866.712,2129.7197,39.860687,583.9796,51.282707,0.96718323,56.761387,0.997107,0.51045096,2.2808928,31.912586,116.94358,292.51685,12.88863,3413.149,214.6257,70.8662,91.28438,34.063057,91.98368,28.08014,2.4604723,48.406944,250.1093,54.73085,32.02329,29.43805,25.398819,24.869602,24.341064,44.309536,948.3434,143.36754,3167.3015,38.8618,3829.5134,72.38752,497.02954,2066.4468,59.743374,11.905565,1951.1373,2510.3855,6567.0806,287.13654 +2023-06-09 11:00:00,0.0,11313.63,103.52894,18.70157,25.80755,27.557917,184.46516,26.720736,42.564598,20.992878,24.246088,688.7626,559.84766,13.473604,99.62502,10.234645,3.0962555,25.061153,41.194138,11.01265,392.5024,4.661674,329.3659,64.995834,0.660942,3.7096887,112.313194,32.336754,149.34738,154.5265,11321.835,0.69933015,1714.8586,1.5863428,1.0342253,0.5422001,4.136424,193.47173,259.73294,34.478218,301.7316,26.692242,16.975687,927.6898,4.747114,105.33045,95.90001,433.45248,71.30026,375.71472,22.437128,150.47859,0.0,4205.241,14412.441,24.457743,203.23454,137.53426,40627.797,177.15588,18.327578,79.20792,148.95358,85.41007,32.004215,92.40115,1142.1495,190.31085,65.13647,14.189117,15.918325,965.7732,50.880817,796.37244,98.35986,2201.3079,171.66905,227.84143,151.31516,160.66835,10.242509,17.432684,42.473602,6.696169,7.421782,59.321075,65.69515,87.45088,17.705444,20.652832,239.88156,9.998612,3502.812,82.40213,81.22882,98.536674,84.91349,237.41829,127.146255,89.68056,27.870304,33.489117,77.6001,329.75775,379.79495,118.66032,413.20102,73.78816,85.41839,255.6861,249.23476,1053.6146,245.1162,4.6671286,16.482605,9.0846,99.406006,15844.077,7.2310557,18.10707,29.363518,40.722813,456.98804,86.96102,154.60344,4.6649036,228.18195,507.67365,305.30737,104.057144,350.37192,37.527824,65.32184,314.97,17.071234,2.512531,14.30308,1893.9673,0.30366278,0.8971291,74.9705,9.518969,4.963827,10.402965,17.746653,196.16063,66.732796,132.41331,1004.8861,206.31439,2019.113,1844.822,17.547207,25.832005,15261.71,9.003738,59.883797,446.96542,98.57167,170.49924,69.80023,380.5411,1135.581,350.45447,11.266121,80.093056,867.0522,2129.2637,39.85917,583.8954,51.25531,0.9673384,56.767067,0.99734,0.5107546,2.2823277,31.90968,116.93492,292.4979,12.897203,3413.3884,214.72327,70.91505,91.39531,34.14498,91.99288,28.135487,2.4618194,48.499306,250.74333,54.93683,32.146324,29.527058,25.393368,24.932182,24.428726,44.32008,948.22864,143.42088,3169.0686,38.86005,3829.3843,72.40052,496.9138,2067.306,59.777264,11.900664,1950.5594,2508.8596,6565.0293,286.8636 +2023-06-09 12:00:00,0.0,11323.482,103.63648,18.703447,25.827059,27.546667,184.44186,26.716665,42.54783,20.99047,24.24358,688.56323,559.73535,13.467522,99.68554,10.245594,3.093222,25.057093,41.159237,10.993817,392.41495,4.6534038,329.32657,64.966064,0.66032374,3.7078128,112.3048,32.317947,149.20184,154.49202,11333.554,0.6992425,1714.4469,1.5854499,1.0335414,0.5418716,4.132705,193.4069,259.64536,34.467766,301.55417,26.686417,17.007246,928.6039,4.745533,105.448494,95.96408,433.2692,71.43895,375.72336,22.430893,150.83249,0.0,4202.338,14414.45,24.453283,203.5411,137.51299,40636.027,177.06833,18.328396,79.32881,149.20045,85.33625,31.97405,92.630554,1144.0012,190.62396,65.25844,14.191826,15.910599,964.79297,50.89328,798.19556,98.44833,2201.1943,171.85808,228.07999,151.21265,161.02951,10.238773,17.42625,42.449265,6.6916876,7.4149776,59.32836,65.672066,87.41008,17.700071,20.658781,239.99117,9.995115,3501.7014,82.474625,81.17083,98.61326,84.98346,237.36945,127.192,89.666664,27.881357,33.51628,77.68907,329.7372,380.6676,118.72625,413.36188,73.835495,85.447586,255.78479,249.29958,1053.4121,245.31549,4.665292,16.48375,9.087016,99.29461,15843.666,7.227,18.096203,29.348888,40.746006,457.25073,86.97889,154.71353,4.662142,228.23334,507.79623,305.43747,104.095665,350.3432,37.510555,65.32099,314.88727,17.06458,2.5112755,14.299298,1894.4742,0.30340496,0.89645,74.93673,9.510476,4.961769,10.3949795,17.73363,196.06584,66.70229,132.3875,1004.4571,206.31818,2018.8488,1844.6222,17.538624,25.829863,15256.655,9.003038,59.880554,447.17105,98.565,170.45084,69.79018,380.44,1135.216,350.54556,11.268453,80.083336,867.3924,2128.8076,39.85765,583.8111,51.227917,0.96749353,56.772747,0.997573,0.5110582,2.2837622,31.90677,116.92627,292.47894,12.905778,3413.6282,214.82083,70.96389,91.50625,34.226906,92.00208,28.190832,2.4631667,48.591667,251.37737,55.14281,32.26936,29.616066,25.387917,24.99476,24.516388,44.330627,948.11383,143.47421,3170.836,38.858295,3829.255,72.41352,496.79803,2068.165,59.811153,11.895762,1949.9817,2507.3337,6562.978,286.59067 +2023-06-09 13:00:00,0.0,11333.334,103.74403,18.705322,25.84657,27.535418,184.41856,26.712597,42.53106,20.988066,24.241074,688.3639,559.62305,13.46144,99.746056,10.256543,3.0901883,25.053032,41.124336,10.974986,392.32745,4.6451335,329.28726,64.93629,0.6597054,3.7059371,112.29641,32.299145,149.05632,154.45753,11345.273,0.6991548,1714.0352,1.5845569,1.0328575,0.54154307,4.1289864,193.34209,259.5578,34.457314,301.37674,26.68059,17.038807,929.518,4.743952,105.56654,96.02816,433.08588,71.57763,375.73196,22.424658,151.18639,0.0,4199.435,14416.459,24.448822,203.84769,137.49171,40644.254,176.98076,18.329212,79.4497,149.44733,85.26242,31.943888,92.859955,1145.8529,190.93707,65.38041,14.194535,15.902873,963.8128,50.905743,800.0187,98.53681,2201.081,172.04712,228.31856,151.11012,161.39067,10.235039,17.419815,42.42493,6.6872067,7.408173,59.335644,65.64899,87.36928,17.6947,20.66473,240.10078,9.991619,3500.5908,82.54712,81.11285,98.68984,85.05343,237.3206,127.23775,89.65278,27.89241,33.54344,77.778046,329.71664,381.54022,118.79219,413.5227,73.88283,85.47678,255.88347,249.36441,1053.2096,245.51479,4.663455,16.484896,9.089432,99.18321,15843.254,7.2229447,18.085333,29.334259,40.7692,457.5134,86.996765,154.82364,4.65938,228.28473,507.91882,305.56757,104.134186,350.3145,37.493286,65.320145,314.80457,17.057926,2.5100198,14.295517,1894.9812,0.30314714,0.8957708,74.90296,9.501984,4.9597116,10.386993,17.720608,195.97107,66.67179,132.36168,1004.0281,206.32198,2018.5845,1844.4225,17.53004,25.82772,15251.601,9.002339,59.877316,447.37665,98.558334,170.40244,69.78011,380.3389,1134.8508,350.6367,11.270783,80.07361,867.7326,2128.3518,39.856133,583.72687,51.20052,0.9676487,56.778427,0.99780595,0.5113618,2.285197,31.903862,116.91761,292.46,12.914351,3413.868,214.9184,71.01273,91.61719,34.30883,92.011284,28.24618,2.464514,48.68403,252.0114,55.34879,32.3924,29.705074,25.382465,25.05734,24.604052,44.341175,947.9991,143.52754,3172.6033,38.856544,3829.1257,72.42651,496.68228,2069.0242,59.84504,11.8908615,1949.4038,2505.8079,6560.927,286.31775 +2023-06-09 14:00:00,0.0,11343.187,103.85158,18.7072,25.86608,27.524168,184.39526,26.708527,42.514286,20.985659,24.238567,688.16455,559.51074,13.455358,99.80657,10.267493,3.0871546,25.048971,41.08944,10.956155,392.23996,4.6368637,329.24792,64.90652,0.65908706,3.7040615,112.28802,32.280342,148.9108,154.42305,11356.993,0.6990671,1713.6234,1.583664,1.0321738,0.5412145,4.1252675,193.27727,259.4702,34.44686,301.1993,26.674763,17.070368,930.43207,4.742371,105.684586,96.09223,432.9026,71.71632,375.7406,22.418423,151.54028,0.0,4196.5312,14418.469,24.444363,204.15427,137.47044,40652.484,176.8932,18.33003,79.570595,149.6942,85.1886,31.913725,93.08935,1147.7046,191.25017,65.50239,14.197244,15.895147,962.83264,50.918205,801.8418,98.62528,2200.9675,172.23615,228.55713,151.00761,161.75182,10.231303,17.41338,42.400593,6.6827254,7.4013686,59.34293,65.62589,87.32848,17.689327,20.670681,240.21039,9.988122,3499.4805,82.61962,81.05486,98.76642,85.1234,237.27176,127.2835,89.638885,27.903463,33.570602,77.86702,329.6961,382.41287,118.85812,413.68356,73.93016,85.50598,255.98216,249.42923,1053.0071,245.71408,4.661618,16.486042,9.091846,99.071815,15842.843,7.218889,18.074463,29.31963,40.79239,457.77606,87.01463,154.93375,4.656618,228.3361,508.04138,305.69766,104.172714,350.2858,37.476017,65.319305,314.72183,17.051273,2.5087643,14.291735,1895.488,0.30288932,0.89509165,74.86919,9.493492,4.957654,10.379008,17.707584,195.87628,66.64129,132.33586,1003.5991,206.32576,2018.3201,1844.2227,17.521458,25.82558,15246.546,9.001639,59.874073,447.58228,98.55167,170.35403,69.77006,380.2378,1134.4857,350.72778,11.273115,80.06389,868.0728,2127.8958,39.854618,583.6426,51.173126,0.9678038,56.784107,0.99803895,0.5116654,2.2866316,31.900955,116.90896,292.44104,12.922926,3414.1074,215.01598,71.06158,91.72813,34.390755,92.020485,28.301527,2.465861,48.77639,252.64543,55.55477,32.515434,29.794083,25.377014,25.11992,24.691713,44.35172,947.88434,143.58089,3174.3706,38.854794,3828.9966,72.439514,496.56653,2069.8833,59.87893,11.88596,1948.826,2504.282,6558.8755,286.04483 +2023-06-09 15:00:00,0.0,11353.038,103.95912,18.709076,25.88559,27.512917,184.37196,26.704458,42.497513,20.983253,24.23606,687.9652,559.39844,13.449275,99.867096,10.278442,3.084121,25.04491,41.05454,10.937323,392.15247,4.6285934,329.20862,64.87674,0.6584687,3.7021859,112.279625,32.26154,148.76527,154.38857,11368.712,0.69897944,1713.2117,1.582771,1.0314898,0.54088604,4.1215487,193.21245,259.38263,34.436413,301.02188,26.668938,17.101929,931.3461,4.74079,105.802635,96.1563,432.7193,71.855,375.74924,22.412188,151.89418,0.0,4193.6284,14420.478,24.439901,204.46083,137.44919,40660.715,176.80565,18.330847,79.69149,149.94107,85.11478,31.883562,93.31875,1149.5563,191.56328,65.62436,14.199953,15.887422,961.8525,50.930668,803.6649,98.71375,2200.8542,172.42519,228.79568,150.9051,162.11298,10.227569,17.406944,42.376255,6.6782446,7.394564,59.350212,65.602806,87.28768,17.683954,20.67663,240.31999,9.984625,3498.3699,82.692116,80.99687,98.843,85.193375,237.22292,127.32925,89.625,27.914518,33.597763,77.95599,329.67557,383.2855,118.924065,413.8444,73.977486,85.53519,256.08084,249.49406,1052.8046,245.91338,4.659781,16.487188,9.094262,98.96042,15842.432,7.2148337,18.063593,29.305,40.815582,458.03876,87.0325,155.04384,4.6538563,228.3875,508.16397,305.82773,104.211235,350.2571,37.458748,65.31846,314.6391,17.04462,2.5075088,14.287953,1895.995,0.3026315,0.89441246,74.83542,9.485,4.955596,10.371023,17.694563,195.7815,66.61079,132.31004,1003.17017,206.32954,2018.0558,1844.023,17.512877,25.823439,15241.491,9.00094,59.870834,447.7879,98.545006,170.30562,69.759995,380.1367,1134.1206,350.8189,11.275447,80.05417,868.413,2127.4397,39.8531,583.55835,51.14573,0.9679589,56.78979,0.99827194,0.51196903,2.2880661,31.898046,116.9003,292.4221,12.9315,3414.3472,215.11354,71.11041,91.839066,34.47268,92.029686,28.356874,2.4672084,48.86875,253.27946,55.76075,32.63847,29.883091,25.371563,25.182499,24.779375,44.362267,947.76953,143.63422,3176.138,38.85304,3828.8674,72.45251,496.45078,2070.7424,59.91282,11.881059,1948.2482,2502.756,6556.824,285.7719 +2023-06-09 16:00:00,0.0,11362.891,104.066666,18.71095,25.905098,27.501667,184.34866,26.700388,42.480743,20.980846,24.233553,687.7659,559.28613,13.4431925,99.92761,10.2893915,3.0810874,25.04085,41.019638,10.918491,392.06497,4.620323,329.16928,64.84696,0.65785044,3.70031,112.27123,32.242737,148.61975,154.35406,11380.432,0.69889176,1712.8,1.581878,1.030806,0.5405575,4.1178293,193.14761,259.29504,34.42596,300.84445,26.66311,17.133488,932.2602,4.7392087,105.92068,96.220375,432.536,71.99368,375.75784,22.405952,152.24808,0.0,4190.725,14422.486,24.435442,204.76741,137.42792,40668.945,176.71808,18.331665,79.81238,150.18794,85.040955,31.8534,93.54815,1151.408,191.87639,65.74633,14.2026615,15.879696,960.87225,50.94313,805.488,98.80222,2200.7407,172.61421,229.03426,150.8026,162.47414,10.223833,17.400509,42.35192,6.6737638,7.38776,59.3575,65.57973,87.24688,17.678581,20.682579,240.42961,9.981129,3497.2593,82.76461,80.93889,98.919586,85.26334,237.17407,127.37499,89.611115,27.925571,33.624928,78.04497,329.65503,384.15814,118.99,414.00522,74.02482,85.564384,256.17953,249.55888,1052.602,246.11267,4.657944,16.488333,9.096678,98.84902,15842.02,7.2107778,18.052725,29.290369,40.838776,458.30142,87.05038,155.15395,4.6510944,228.43889,508.28656,305.95782,104.249756,350.2284,37.441483,65.31761,314.55637,17.037968,2.5062532,14.284172,1896.502,0.30237368,0.8937333,74.80165,9.476508,4.9535384,10.363037,17.68154,195.68672,66.580284,132.28423,1002.74115,206.33333,2017.7915,1843.8231,17.504293,25.821297,15236.437,9.00024,59.86759,447.99353,98.53834,170.25722,69.74994,380.03555,1133.7555,350.91003,11.277778,80.04444,868.75323,2126.9836,39.85158,583.47406,51.118332,0.9681141,56.79547,0.9985049,0.51227266,2.289501,31.89514,116.89165,292.40314,12.940074,3414.587,215.2111,71.159256,91.95,34.554604,92.03889,28.412222,2.4685557,48.961113,253.9135,55.966732,32.761505,29.9721,25.366112,25.245079,24.867037,44.372814,947.6548,143.68755,3177.905,38.851288,3828.738,72.46551,496.33502,2071.6018,59.946705,11.876157,1947.6704,2501.2302,6554.773,285.499 +2023-06-09 17:00:00,0.0,11372.742,104.17421,18.712828,25.924608,27.490417,184.32536,26.69632,42.463974,20.97844,24.231045,687.5666,559.1738,13.43711,99.98813,10.300342,3.0780537,25.03679,40.984737,10.89966,391.9775,4.612053,329.12994,64.81719,0.6572321,3.6984344,112.26284,32.22393,148.47423,154.31958,11392.151,0.6988041,1712.3883,1.580985,1.030122,0.540229,4.1141105,193.0828,259.2075,34.41551,300.66702,26.657284,17.165049,933.1743,4.7376275,106.03873,96.28445,432.35272,72.13237,375.76648,22.39972,152.60197,0.0,4187.822,14424.495,24.43098,205.07399,137.40665,40677.17,176.63052,18.332481,79.93327,150.43481,84.96713,31.823236,93.77754,1153.2596,192.1895,65.86831,14.205371,15.871969,959.8921,50.955593,807.3111,98.89069,2200.6272,172.80325,229.27283,150.70009,162.8353,10.2200985,17.394073,42.327583,6.6692824,7.3809557,59.364784,65.55664,87.20608,17.67321,20.68853,240.53922,9.977632,3496.1487,82.83711,80.880905,98.99617,85.33331,237.12523,127.42074,89.59722,27.936625,33.65209,78.13394,329.6345,385.03076,119.05594,414.16608,74.07215,85.59358,256.27823,249.62372,1052.3995,246.31197,4.6561074,16.48948,9.0990925,98.737625,15841.608,7.2067223,18.041855,29.27574,40.861965,458.5641,87.068245,155.26405,4.6483326,228.49028,508.40912,306.08792,104.28828,350.1997,37.424213,65.31677,314.47363,17.031313,2.5049975,14.280391,1897.0088,0.30211586,0.8930541,74.767876,9.468016,4.951481,10.355052,17.668518,195.59193,66.549774,132.2584,1002.31213,206.33713,2017.5272,1843.6234,17.49571,25.819157,15231.382,8.999541,59.864353,448.19913,98.53167,170.20882,69.73988,379.93445,1133.3904,351.00113,11.280109,80.03472,869.09344,2126.5278,39.850063,583.38983,51.09094,0.9682692,56.80115,0.9987379,0.5125763,2.2909355,31.892231,116.88299,292.3842,12.948648,3414.8264,215.30869,71.2081,92.060936,34.636528,92.04809,28.46757,2.4699028,49.05347,254.54753,56.17271,32.884544,30.061108,25.36066,25.307657,24.954699,44.383358,947.54,143.74088,3179.6724,38.849537,3828.609,72.4785,496.21927,2072.461,59.980595,11.871256,1947.0925,2499.7043,6552.7217,285.22607 +2023-06-09 18:00:00,0.0,11382.595,104.28175,18.714703,25.944118,27.479168,184.30206,26.69225,42.4472,20.976034,24.228539,687.36725,559.0615,13.431027,100.048645,10.311291,3.0750203,25.03273,40.94984,10.880828,391.89,4.603783,329.09064,64.787415,0.65661377,3.6965587,112.25445,32.205128,148.3287,154.2851,11403.871,0.6987164,1711.9766,1.5800921,1.0294383,0.5399005,4.1103916,193.01797,259.1199,34.405056,300.4896,26.651459,17.19661,934.0884,4.736047,106.15677,96.34852,432.16943,72.27106,375.77512,22.393484,152.95587,0.0,4184.919,14426.504,24.42652,205.38055,137.38538,40685.402,176.54295,18.3333,80.05417,150.68167,84.8933,31.793074,94.00694,1155.1113,192.50261,65.99028,14.208079,15.8642435,958.9119,50.968056,809.1342,98.97917,2200.514,172.9923,229.51138,150.59756,163.19646,10.216363,17.387638,42.30325,6.6648016,7.374151,59.372066,65.533554,87.16528,17.667837,20.694479,240.64882,9.974134,3495.0383,82.90961,80.822914,99.07275,85.40328,237.07639,127.466484,89.583336,27.947678,33.67925,78.222916,329.61392,385.9034,119.12188,414.3269,74.119484,85.62278,256.37692,249.68854,1052.197,246.51126,4.6542706,16.490625,9.101508,98.62623,15841.196,7.2026668,18.030985,29.26111,40.88516,458.82678,87.08611,155.37415,4.6455708,228.54167,508.5317,306.21802,104.326805,350.171,37.406944,65.315926,314.39093,17.02466,2.503742,14.276609,1897.5157,0.30185804,0.89237493,74.73411,9.459524,4.949423,10.347066,17.655495,195.49716,66.51927,132.23259,1001.8832,206.34091,2017.2628,1843.4236,17.487127,25.817015,15226.327,8.998841,59.86111,448.40475,98.525,170.16042,69.72982,379.83334,1133.0253,351.09225,11.28244,80.025,869.43365,2126.0718,39.84855,583.30554,51.06354,0.9684244,56.80683,0.99897087,0.5128799,2.29237,31.889322,116.87434,292.36523,12.957222,3415.0662,215.40625,71.25694,92.171875,34.718452,92.05729,28.522917,2.47125,49.145832,255.18156,56.378693,33.00758,30.150116,25.35521,25.370237,25.04236,44.393906,947.42523,143.79422,3181.4397,38.847782,3828.4797,72.4915,496.10352,2073.32,60.014484,11.866354,1946.5148,2498.1782,6550.671,284.95312 +2023-06-09 19:00:00,0.0,11392.446,104.3893,18.71658,25.963629,27.467916,184.27876,26.68818,42.430428,20.973627,24.22603,687.1679,558.9492,13.424945,100.10916,10.32224,3.0719867,25.02867,40.91494,10.861997,391.80252,4.595513,329.0513,64.757645,0.6559954,3.694683,112.246056,32.186325,148.18318,154.25061,11415.59,0.6986287,1711.5648,1.5791991,1.0287544,0.53957194,4.1066723,192.95316,259.03232,34.394608,300.31216,26.645632,17.22817,935.00244,4.7344656,106.27482,96.41259,431.9861,72.40974,375.78372,22.387249,153.30977,0.0,4182.0156,14428.513,24.42206,205.68713,137.3641,40693.633,176.4554,18.334116,80.17506,150.92856,84.81948,31.76291,94.23634,1156.963,192.8157,66.11225,14.210789,15.856518,957.9317,50.98052,810.95734,99.06764,2200.4004,173.18132,229.74994,150.49506,163.5576,10.212628,17.381203,42.27891,6.6603203,7.367347,59.379353,65.51047,87.12448,17.662464,20.700428,240.75844,9.970638,3493.9277,82.98211,80.76493,99.14933,85.47326,237.02754,127.51224,89.56944,27.958733,33.706413,78.31189,329.59338,386.77603,119.18781,414.48776,74.16681,85.65198,256.4756,249.75337,1051.9945,246.71056,4.652434,16.491772,9.103924,98.51483,15840.785,7.1986113,18.020115,29.24648,40.90835,459.08945,87.10398,155.48425,4.642809,228.59305,508.6543,306.3481,104.365326,350.1423,37.389675,65.31508,314.3082,17.018007,2.5024865,14.272827,1898.0227,0.30160022,0.8916958,74.70033,9.451032,4.9473653,10.339081,17.642473,195.40237,66.48877,132.20679,1001.4542,206.3447,2016.9985,1843.2239,17.478546,25.814875,15221.272,8.998142,59.857872,448.61038,98.51833,170.11201,69.719765,379.73224,1132.6602,351.18335,11.284772,80.015274,869.77386,2125.6157,39.84703,583.2213,51.036144,0.96857953,56.81251,0.9992038,0.51318353,2.293805,31.886415,116.86568,292.34628,12.965796,3415.306,215.50381,71.305786,92.282814,34.800377,92.06649,28.578264,2.4725971,49.238194,255.8156,56.58467,33.130615,30.239126,25.349756,25.432817,25.130024,44.40445,947.3105,143.84755,3183.207,38.84603,3828.3506,72.5045,495.98776,2074.1792,60.04837,11.861453,1945.9369,2496.6523,6548.6196,284.6802 +2023-06-09 20:00:00,0.0,11402.299,104.49685,18.718456,25.983137,27.456667,184.25546,26.68411,42.41366,20.971222,24.223524,686.96857,558.8369,13.418863,100.16968,10.33319,3.068953,25.024609,40.88004,10.843165,391.71503,4.5872426,329.01196,64.72787,0.65537715,3.6928074,112.23766,32.167522,148.03766,154.21613,11427.31,0.69854105,1711.1531,1.5783061,1.0280704,0.53924346,4.1029534,192.88832,258.94476,34.384155,300.13474,26.639805,17.25973,935.9165,4.7328844,106.39286,96.47667,431.80283,72.54842,375.79236,22.381014,153.66367,0.0,4179.1123,14430.521,24.417599,205.9937,137.34283,40701.86,176.36783,18.334934,80.29595,151.17543,84.74566,31.732748,94.46574,1158.8147,193.12881,66.23423,14.213497,15.848792,956.95154,50.99298,812.78046,99.15611,2200.287,173.37036,229.98853,150.39255,163.91876,10.208893,17.374767,42.254578,6.6558394,7.3605423,59.386635,65.48738,87.08368,17.657091,20.706379,240.86804,9.967141,3492.8171,83.0546,80.70695,99.225914,85.54323,236.9787,127.55798,89.55556,27.969786,33.733574,78.40087,329.57285,387.64868,119.25375,414.6486,74.21414,85.681175,256.57428,249.81819,1051.792,246.90985,4.650597,16.492916,9.1063385,98.40343,15840.373,7.1945558,18.009247,29.231852,40.93154,459.3521,87.12186,155.59436,4.640047,228.64444,508.77686,306.4782,104.40385,350.1136,37.372406,65.31424,314.22546,17.011354,2.501231,14.269046,1898.5295,0.3013424,0.8910166,74.666565,9.442539,4.9453077,10.331095,17.62945,195.30759,66.45827,132.18097,1001.0252,206.34848,2016.7343,1843.024,17.469963,25.812733,15216.218,8.997442,59.85463,448.81598,98.511665,170.06361,69.7097,379.63113,1132.295,351.27448,11.287104,80.005554,870.1141,2125.1597,39.845512,583.137,51.00875,0.9687346,56.818195,0.9994368,0.5134871,2.2952394,31.883507,116.857025,292.32733,12.97437,3415.5454,215.6014,71.35463,92.39375,34.8823,92.07569,28.633612,2.4739444,49.330555,256.44965,56.790653,33.25365,30.328135,25.344305,25.495396,25.217686,44.414997,947.1957,143.90088,3184.9744,38.84428,3828.2214,72.517494,495.87204,2075.0383,60.08226,11.856551,1945.359,2495.1265,6546.5684,284.4073 +2023-06-09 21:00:00,0.0,11412.15,104.60439,18.720331,26.002647,27.445417,184.23218,26.680042,42.39689,20.968815,24.221018,686.7693,558.7246,13.412781,100.230194,10.344139,3.0659194,25.020548,40.84514,10.824333,391.62753,4.5789723,328.97266,64.6981,0.6547588,3.6909316,112.22927,32.14872,147.89214,154.18164,11439.029,0.69845337,1710.7415,1.5774131,1.0273867,0.5389149,4.099234,192.8235,258.85718,34.373703,299.9573,26.633978,17.29129,936.8306,4.7313037,106.51091,96.54074,431.61954,72.6871,375.801,22.374779,154.01756,0.0,4176.209,14432.531,24.41314,206.30028,137.32156,40710.09,176.28027,18.33575,80.41685,151.4223,84.67184,31.702585,94.69514,1160.6664,193.44193,66.3562,14.216207,15.841066,955.9714,51.005444,814.6036,99.24458,2200.1736,173.55939,230.2271,150.29004,164.27992,10.205158,17.368334,42.23024,6.651358,7.353738,59.39392,65.464294,87.04288,17.65172,20.712328,240.97765,9.963644,3491.7065,83.1271,80.64896,99.30249,85.6132,236.92986,127.60373,89.541664,27.980839,33.760735,78.489845,329.5523,388.5213,119.31969,414.80942,74.261475,85.71037,256.67297,249.88303,1051.5895,247.10915,4.6487603,16.494062,9.108754,98.29203,15839.962,7.1905003,17.998377,29.217222,40.954735,459.61478,87.139725,155.70445,4.637285,228.69583,508.89944,306.6083,104.44237,350.0849,37.355137,65.31339,314.14273,17.004702,2.4999752,14.2652645,1899.0365,0.3010846,0.89033747,74.6328,9.434048,4.94325,10.32311,17.616428,195.21281,66.427765,132.15515,1000.5962,206.35226,2016.47,1842.8243,17.46138,25.81059,15211.163,8.996743,59.85139,449.0216,98.505005,170.01521,69.699646,379.53,1131.9299,351.36557,11.289434,79.995834,870.4543,2124.7039,39.843994,583.0528,50.981354,0.9688898,56.823875,0.9996698,0.5137907,2.2966743,31.880598,116.848366,292.30838,12.9829445,3415.7852,215.69896,71.40347,92.504684,34.964226,92.08489,28.688957,2.4752917,49.422916,257.08368,56.99663,33.37669,30.417143,25.338854,25.557976,25.305347,44.425545,947.08093,143.95421,3186.7415,38.84253,3828.092,72.530495,495.7563,2075.8975,60.11615,11.85165,1944.7812,2493.6006,6544.517,284.13437 +2023-06-09 22:00:00,0.0,11422.003,104.71194,18.722208,26.022158,27.434168,184.20888,26.675972,42.380116,20.966408,24.21851,686.56995,558.61224,13.406698,100.29072,10.355088,3.0628858,25.016487,40.81024,10.805502,391.54007,4.570702,328.93332,64.66832,0.6541405,3.689056,112.22088,32.129913,147.7466,154.14716,11450.748,0.6983657,1710.3297,1.5765201,1.0267028,0.53858644,4.0955153,192.75868,258.7696,34.363255,299.77985,26.628153,17.322851,937.7447,4.7297225,106.62895,96.60481,431.43622,72.82579,375.8096,22.368544,154.37146,0.0,4173.3057,14434.54,24.408678,206.60686,137.3003,40718.32,176.1927,18.336569,80.537735,151.66917,84.59801,31.672422,94.92454,1162.5181,193.75504,66.47818,14.218915,15.83334,954.9912,51.017906,816.4267,99.33306,2200.06,173.74843,230.46565,150.18753,164.64108,10.201424,17.361898,42.205906,6.6468773,7.3469334,59.401203,65.44121,87.002075,17.646347,20.718277,241.08725,9.960148,3490.5962,83.1996,80.59097,99.379074,85.68317,236.88101,127.649475,89.52778,27.991892,33.787895,78.57882,329.53177,389.39395,119.38563,414.97028,74.30881,85.73958,256.77167,249.94785,1051.3868,247.30844,4.6469235,16.495209,9.11117,98.18063,15839.551,7.1864448,17.987507,29.202593,40.97793,459.87747,87.15759,155.81456,4.6345234,228.74722,509.02203,306.7384,104.480896,350.05618,37.33787,65.312546,314.06,16.998047,2.4987197,14.261483,1899.5433,0.3008268,0.8896583,74.59902,9.425555,4.941192,10.315124,17.603405,195.11803,66.39726,132.12933,1000.1672,206.35606,2016.2056,1842.6245,17.452797,25.80845,15206.108,8.996044,59.84815,449.22723,98.49834,169.96681,69.68959,379.4289,1131.5648,351.4567,11.291766,79.98611,870.7945,2124.2478,39.842476,582.9685,50.953957,0.9690449,56.829556,0.9999027,0.51409435,2.2981088,31.877691,116.839714,292.28943,12.991519,3416.025,215.79652,71.45232,92.61562,35.04615,92.0941,28.744305,2.4766388,49.515278,257.7177,57.20261,33.499725,30.506151,25.333403,25.620554,25.39301,44.43609,946.9662,144.00755,3188.5088,38.840775,3827.963,72.54349,495.64053,2076.7566,60.150036,11.846748,1944.2034,2492.0747,6542.466,283.86145 +2023-06-09 23:00:00,0.0,11431.8545,104.81948,18.724085,26.041668,27.422916,184.18558,26.671904,42.363342,20.964003,24.216003,686.3706,558.49994,13.400616,100.351234,10.366038,3.0598521,25.012428,40.77534,10.786671,391.45258,4.5624323,328.894,64.63854,0.65352213,3.6871803,112.21249,32.11111,147.60107,154.11267,11462.468,0.698278,1709.918,1.5756271,1.0260189,0.5382579,4.0917964,192.69386,258.682,34.352802,299.60242,26.622326,17.354412,938.65875,4.7281413,106.747,96.668884,431.25293,72.96448,375.81824,22.36231,154.72536,0.0,4170.4023,14436.549,24.404219,206.91342,137.27902,40726.55,176.10515,18.337385,80.65863,151.91605,84.524185,31.64226,95.15393,1164.3698,194.06815,66.60015,14.221624,15.825614,954.011,51.03037,818.2498,99.42153,2199.9468,173.93747,230.70422,150.085,165.00223,10.197688,17.355463,42.18157,6.642396,7.340129,59.40849,65.41812,86.96128,17.640974,20.724228,241.19687,9.956651,3489.4856,83.272095,80.53299,99.45566,85.75314,236.83217,127.69522,89.513885,28.002947,33.81506,78.66779,329.5112,390.26657,119.45156,415.1311,74.35613,85.768776,256.87036,250.01266,1051.1843,247.50774,4.645087,16.496355,9.1135845,98.06924,15839.139,7.1823893,17.976639,29.187962,41.001118,460.14014,87.17547,155.92467,4.6317616,228.79861,509.1446,306.8685,104.51942,350.0275,37.320602,65.31171,313.9773,16.991394,2.4974642,14.257702,1900.0503,0.30056897,0.88897914,74.565254,9.417064,4.9391346,10.307138,17.590384,195.02325,66.36675,132.10352,999.73816,206.35985,2015.9413,1842.4248,17.444216,25.806309,15201.054,8.995344,59.84491,449.43286,98.49167,169.9184,69.67953,379.3278,1131.1997,351.5478,11.294097,79.97639,871.1347,2123.7917,39.84096,582.8843,50.926563,0.9692001,56.835236,1.0001358,0.514398,2.2995434,31.874783,116.831055,292.27048,13.0000925,3416.2646,215.8941,71.50116,92.72656,35.128075,92.1033,28.799652,2.477986,49.60764,258.35175,57.408592,33.62276,30.59516,25.327951,25.683134,25.48067,44.446636,946.8514,144.06088,3190.2761,38.839024,3827.8337,72.55649,495.52478,2077.6157,60.183926,11.841847,1943.6256,2490.5488,6540.4146,283.58853 +2023-06-10 00:00:00,0.0,11441.707,104.927025,18.72596,26.061176,27.411667,184.16228,26.667833,42.346573,20.961596,24.213495,686.17126,558.38763,13.394533,100.41175,10.376987,3.0568185,25.008368,40.74044,10.767839,391.36508,4.554162,328.85468,64.60877,0.65290385,3.6853046,112.204094,32.092308,147.45555,154.07819,11474.1875,0.69819033,1709.5062,1.5747342,1.0253351,0.5379294,4.0880775,192.62903,258.59445,34.34235,299.425,26.616499,17.385971,939.5728,4.72656,106.86504,96.732956,431.06964,73.10316,375.82687,22.356075,155.07925,0.0,4167.4995,14438.558,24.399757,207.22,137.25775,40734.777,176.01758,18.338203,80.779526,152.1629,84.45036,31.612097,95.38333,1166.2214,194.38126,66.72212,14.224333,15.817888,953.0308,51.04283,820.07294,99.51,2199.8333,174.1265,230.94278,149.9825,165.36339,10.1939535,17.349028,42.15723,6.637915,7.3333244,59.41577,65.395035,86.92048,17.635601,20.730177,241.30647,9.953154,3488.375,83.3446,80.475,99.53224,85.82311,236.78333,127.740974,89.5,28.014,33.84222,78.75677,329.49066,391.13922,119.5175,415.29196,74.403465,85.79797,256.96902,250.0775,1050.9818,247.70703,4.64325,16.4975,9.116,97.95784,15838.728,7.1783333,17.965769,29.173332,41.02431,460.4028,87.19334,156.03476,4.6289997,228.85,509.26718,306.9986,104.55794,349.99878,37.303333,65.31086,313.89456,16.984741,2.4962084,14.25392,1900.5573,0.30031115,0.88829994,74.53149,9.408571,4.937077,10.299152,17.57736,194.92847,66.33625,132.0777,999.3092,206.36363,2015.677,1842.225,17.435633,25.804169,15195.999,8.994645,59.841667,449.63846,98.485,169.87,69.66947,379.22668,1130.8346,351.63892,11.296429,79.96667,871.4749,2123.336,39.839443,582.8,50.899166,0.9693552,56.840916,1.0003687,0.5147016,2.3009782,31.871876,116.8224,292.25153,13.008667,3416.5042,215.99167,71.55,92.8375,35.21,92.1125,28.855,2.4793334,49.7,258.98578,57.61457,33.7458,30.684168,25.3225,25.745714,25.568333,44.45718,946.73663,144.11421,3192.0435,38.837273,3827.7046,72.56948,495.40903,2078.475,60.21781,11.836946,1943.0477,2489.023,6538.3633,283.3156 +2023-06-10 01:00:00,0.0,11451.559,105.03457,18.727837,26.080687,27.400417,184.13898,26.663765,42.329803,20.95919,24.210989,685.9719,558.2753,13.388451,100.47227,10.387937,3.0537848,25.004307,40.70554,10.749007,391.2776,4.545892,328.81534,64.578995,0.6522855,3.6834288,112.1957,32.073505,147.31003,154.04369,11485.907,0.69810265,1709.0945,1.5738412,1.0246512,0.5376009,4.0843587,192.56421,258.50687,34.331898,299.24756,26.610674,17.417532,940.4869,4.7249794,106.98309,96.79703,430.88635,73.241844,375.83548,22.34984,155.43315,0.0,4164.596,14440.566,24.395298,207.52658,137.23648,40743.008,175.93002,18.33902,80.90041,152.40979,84.37654,31.581934,95.61273,1168.0731,194.69435,66.8441,14.227042,15.810163,952.05066,51.055298,821.89606,99.59847,2199.72,174.31554,231.18135,149.87999,165.72455,10.190218,17.342592,42.132896,6.6334343,7.3265204,59.423058,65.37195,86.87968,17.63023,20.736126,241.41608,9.949657,3487.2644,83.41709,80.417015,99.60882,85.89308,236.73448,127.78672,89.486115,28.025053,33.86938,78.84574,329.47012,392.01184,119.583435,415.4528,74.4508,85.82717,257.06772,250.14232,1050.7793,247.90633,4.641413,16.498646,9.118416,97.84644,15838.315,7.174278,17.954899,29.158703,41.047504,460.6655,87.211205,156.14487,4.6262383,228.90138,509.38977,307.1287,104.59646,349.9701,37.286064,65.31001,313.81183,16.978088,2.494953,14.250138,1901.0641,0.30005333,0.8876208,74.49771,9.40008,4.935019,10.291167,17.564339,194.83368,66.30575,132.05188,998.88025,206.36742,2015.4126,1842.0253,17.42705,25.802027,15190.944,8.993945,59.838425,449.8441,98.47833,169.8216,69.65942,379.12555,1130.4695,351.73,11.29876,79.95694,871.8151,2122.88,39.837925,582.71576,50.87177,0.9695104,56.846596,1.0006016,0.51500523,2.3024127,31.868967,116.81374,292.23257,13.017241,3416.744,216.08923,71.59884,92.94844,35.291924,92.121704,28.910347,2.4806805,49.792362,259.6198,57.820553,33.868835,30.773176,25.317049,25.808292,25.655994,44.467728,946.6219,144.16754,3193.8105,38.835518,3827.5752,72.58248,495.29327,2079.3342,60.2517,11.832045,1942.47,2487.497,6536.312,283.04266 +2023-06-10 02:00:00,0.0,11461.411,105.14211,18.729713,26.100197,27.389168,184.11568,26.659695,42.31303,20.956783,24.20848,685.7726,558.163,13.382368,100.53278,10.398887,3.0507512,25.000246,40.670643,10.730176,391.19012,4.5376215,328.77603,64.549225,0.6516672,3.6815531,112.18731,32.054703,147.1645,154.0092,11497.626,0.698015,1708.6829,1.5729482,1.0239673,0.53727233,4.0806394,192.49939,258.41928,34.32145,299.07013,26.604847,17.449093,941.401,4.723398,107.101135,96.8611,430.70306,73.38052,375.84412,22.343605,155.78705,0.0,4161.693,14442.575,24.390837,207.83315,137.21523,40751.24,175.84245,18.339838,81.02131,152.65665,84.30272,31.551771,95.842125,1169.9248,195.00746,66.96607,14.229751,15.802437,951.07043,51.06776,823.7192,99.68695,2199.6064,174.50456,231.41992,149.77748,166.08571,10.186483,17.336157,42.10856,6.628953,7.319716,59.430344,65.34886,86.838875,17.624857,20.742077,241.5257,9.94616,3486.154,83.489586,80.359024,99.6854,85.96305,236.68565,127.832466,89.47222,28.036106,33.89654,78.934715,329.4496,392.8845,119.649376,415.61365,74.49813,85.85637,257.1664,250.20715,1050.5768,248.10562,4.6395764,16.499792,9.120831,97.73505,15837.904,7.1702223,17.944029,29.144073,41.070694,460.92816,87.22908,156.25497,4.6234765,228.95277,509.51233,307.2588,104.63498,349.94138,37.268795,65.30917,313.7291,16.971434,2.4936974,14.246357,1901.571,0.2997955,0.8869416,74.46394,9.391587,4.9329615,10.283182,17.551315,194.7389,66.275246,132.02606,998.45123,206.37122,2015.1483,1841.8254,17.418467,25.799885,15185.89,8.993246,59.835186,450.0497,98.47167,169.7732,69.64935,379.02444,1130.1044,351.82114,11.301091,79.94722,872.15533,2122.4238,39.836407,582.6315,50.844376,0.96966547,56.85228,1.0008347,0.51530886,2.3038473,31.866058,116.80509,292.21362,13.025815,3416.9836,216.18681,71.64768,93.05937,35.373848,92.130905,28.965694,2.4820278,49.884724,260.25385,58.02653,33.99187,30.862185,25.311598,25.870872,25.743658,44.478275,946.5071,144.22089,3195.578,38.833767,3827.446,72.59548,495.17752,2080.1934,60.28559,11.827143,1941.8921,2485.9712,6534.2607,282.76974 +2023-06-10 03:00:00,0.0,11471.263,105.249664,18.731588,26.119707,27.377916,184.09238,26.655626,42.296257,20.954378,24.205975,685.5733,558.0507,13.3762865,100.5933,10.409836,3.0477176,24.996185,40.635742,10.711345,391.10263,4.529351,328.7367,64.51945,0.6510489,3.6796775,112.17892,32.035896,147.01898,153.97472,11509.346,0.6979273,1708.2711,1.5720552,1.0232835,0.53694385,4.0769205,192.43457,258.3317,34.310997,298.8927,26.59902,17.480654,942.31506,4.721817,107.219185,96.92518,430.51974,73.51921,375.85275,22.33737,156.14093,0.0,4158.7896,14444.584,24.386377,208.13972,137.19395,40759.465,175.7549,18.340654,81.142204,152.90353,84.22889,31.521608,96.071526,1171.7765,195.32057,67.08804,14.23246,15.794711,950.0903,51.080223,825.5423,99.77542,2199.493,174.6936,231.65848,149.67497,166.44685,10.182748,17.329721,42.084225,6.624472,7.3129115,59.437626,65.325775,86.79808,17.619484,20.748026,241.6353,9.942663,3485.0435,83.56209,80.30104,99.761986,86.03303,236.63681,127.87821,89.458336,28.047161,33.923706,79.02369,329.42902,393.7571,119.71532,415.77448,74.545456,85.88557,257.2651,250.27197,1050.3743,248.30492,4.6377397,16.500938,9.123246,97.62365,15837.492,7.166167,17.93316,29.129444,41.093887,461.19083,87.24695,156.36507,4.6207147,229.00417,509.63492,307.3889,104.67351,349.9127,37.251526,65.30833,313.64636,16.96478,2.492442,14.242576,1902.078,0.2995377,0.8862625,74.43017,9.383095,4.930904,10.275196,17.538294,194.64412,66.24474,132.00024,998.0222,206.375,2014.884,1841.6257,17.409885,25.797745,15180.835,8.992546,59.831944,450.2553,98.465004,169.7248,69.6393,378.92334,1129.7393,351.91223,11.303423,79.9375,872.49554,2121.9678,39.834892,582.54724,50.81698,0.9698206,56.85796,1.0010676,0.5156124,2.305282,31.863152,116.79643,292.19467,13.034389,3417.2231,216.28438,71.696526,93.17031,35.455772,92.14011,29.021042,2.483375,49.977085,260.88788,58.232513,34.114906,30.951193,25.306147,25.933453,25.83132,44.48882,946.39233,144.27422,3197.3452,38.832016,3827.317,72.608475,495.06177,2081.0525,60.319477,11.822242,1941.3143,2484.4453,6532.2095,282.49683 +2023-06-10 04:00:00,0.0,11481.115,105.35721,18.733465,26.139217,27.366667,184.06908,26.651556,42.279488,20.951971,24.203466,685.37396,557.9384,13.370204,100.65382,10.420785,3.044684,24.992126,40.60084,10.6925125,391.01514,4.5210814,328.6974,64.48968,0.65043056,3.6778018,112.170525,32.017094,146.87346,153.94023,11521.065,0.6978396,1707.8594,1.5711622,1.0225996,0.5366153,4.0732017,192.36975,258.24414,34.300545,298.71527,26.593193,17.512215,943.2291,4.720236,107.33723,96.98925,430.3365,73.6579,375.86136,22.331135,156.49483,0.0,4155.886,14446.593,24.381916,208.4463,137.17268,40767.695,175.66733,18.341473,81.26309,153.15039,84.15507,31.491446,96.30093,1173.6282,195.63368,67.21002,14.235168,15.786984,949.1101,51.092686,827.3654,99.86389,2199.3796,174.88263,231.89705,149.57245,166.80801,10.179013,17.323286,42.059887,6.619991,7.306107,59.444912,65.30269,86.75728,17.61411,20.753975,241.7449,9.939167,3483.9329,83.63458,80.24306,99.83856,86.103,236.58797,127.92396,89.44444,28.058214,33.950867,79.11266,329.40848,394.62976,119.78125,415.9353,74.59279,85.914764,257.3638,250.3368,1050.1718,248.50421,4.635903,16.502083,9.125662,97.51225,15837.081,7.1621113,17.92229,29.114815,41.11708,461.45352,87.26482,156.47517,4.617953,229.05556,509.7575,307.51898,104.71203,349.88397,37.23426,65.30748,313.56363,16.958128,2.4911861,14.238793,1902.5848,0.29927987,0.8855833,74.3964,9.374603,4.9288464,10.267211,17.52527,194.54933,66.21424,131.97443,997.59326,206.37878,2014.6198,1841.4259,17.401302,25.795603,15175.78,8.991847,59.828705,450.46094,98.458336,169.67639,69.629234,378.82224,1129.3741,352.00336,11.305754,79.92778,872.83575,2121.512,39.833374,582.46295,50.78958,0.96997577,56.86364,1.0013006,0.51591605,2.3067167,31.860243,116.78778,292.17572,13.042963,3417.463,216.38194,71.74537,93.28125,35.537697,92.14931,29.07639,2.4847221,50.069443,261.5219,58.43849,34.237946,31.040201,25.300695,25.99603,25.918982,44.499367,946.2775,144.32755,3199.1125,38.83026,3827.1877,72.621475,494.946,2081.9116,60.353367,11.81734,1940.7365,2482.9194,6530.158,282.2239 +2023-06-10 05:00:00,0.0,11490.967,105.46475,18.735342,26.158726,27.355417,184.04578,26.647488,42.26272,20.949564,24.20096,685.1746,557.8261,13.364121,100.71433,10.431735,3.0416503,24.988066,40.56594,10.673681,390.92764,4.512811,328.65805,64.4599,0.6498122,3.675926,112.16213,31.998291,146.72794,153.90575,11532.784,0.69775194,1707.4476,1.5702692,1.0219157,0.53628683,4.0694823,192.30492,258.15656,34.290092,298.53784,26.587368,17.543774,944.1432,4.718655,107.45528,97.05332,430.15317,73.79658,375.87,22.324902,156.84872,0.0,4152.9834,14448.603,24.377457,208.75287,137.15141,40775.926,175.57977,18.342289,81.38399,153.39728,84.081245,31.461283,96.53033,1175.4799,195.9468,67.33199,14.237878,15.779259,948.12994,51.10515,829.1885,99.95236,2199.266,175.07167,232.13562,149.46994,167.16917,10.175278,17.31685,42.035553,6.61551,7.2993026,59.452194,65.27961,86.71648,17.608738,20.759926,241.85452,9.93567,3482.8223,83.707085,80.18507,99.915146,86.172966,236.53912,127.96971,89.43056,28.069267,33.978027,79.20164,329.38794,395.50238,119.84719,416.09616,74.64012,85.94397,257.46246,250.40163,1049.9692,248.7035,4.634066,16.50323,9.128077,97.400856,15836.67,7.158056,17.91142,29.100185,41.14027,461.7162,87.28269,156.58528,4.615191,229.10695,509.88007,307.64908,104.75055,349.8553,37.21699,65.30664,313.48093,16.951475,2.4899306,14.235012,1903.0918,0.29902205,0.88490415,74.36263,9.366111,4.9267883,10.259225,17.512249,194.45456,66.18374,131.94861,997.1643,206.38257,2014.3553,1841.2262,17.39272,25.793463,15170.726,8.991147,59.825462,450.66656,98.45167,169.62799,69.61918,378.72113,1129.009,352.09445,11.308085,79.91805,873.17596,2121.056,39.831856,582.3787,50.762188,0.9701309,56.86932,1.0015336,0.5162197,2.3081515,31.857334,116.77912,292.15677,13.0515375,3417.7026,216.4795,71.79421,93.39219,35.619625,92.15851,29.131737,2.4860694,50.161804,262.15594,58.644474,34.36098,31.12921,25.295244,26.05861,26.006643,44.50991,946.1628,144.38089,3200.88,38.82851,3827.0583,72.63447,494.83026,2082.7708,60.387257,11.812439,1940.1587,2481.3936,6528.107,281.951 +2023-06-10 06:00:00,0.0,11500.819,105.572296,18.737217,26.178236,27.344168,184.02248,26.643417,42.245945,20.947159,24.198454,684.9753,557.7138,13.358039,100.77486,10.442684,3.0386167,24.984005,40.531044,10.65485,390.84015,4.504541,328.6187,64.43013,0.6491939,3.6740503,112.15374,31.979488,146.58241,153.87126,11544.504,0.69766426,1707.0359,1.5693763,1.0212319,0.5359583,4.0657635,192.2401,258.06897,34.279644,298.3604,26.581541,17.575335,945.0573,4.717074,107.57332,97.11739,429.96985,73.935265,375.87863,22.318666,157.20262,0.0,4150.08,14450.611,24.372995,209.05945,137.13014,40784.156,175.4922,18.343105,81.50488,153.64413,84.00742,31.43112,96.75972,1177.3315,196.2599,67.453964,14.240586,15.771533,947.1497,51.11761,831.0116,100.04083,2199.1528,175.26071,232.37419,149.36743,167.53033,10.171543,17.310417,42.011215,6.6110287,7.292498,59.45948,65.25652,86.675674,17.603367,20.765875,241.96413,9.932173,3481.712,83.77958,80.12708,99.99173,86.242935,236.49028,128.01546,89.416664,28.08032,34.00519,79.29061,329.3674,396.37503,119.913124,416.257,74.687454,85.97317,257.56116,250.46646,1049.7667,248.9028,4.6322293,16.504375,9.130492,97.28946,15836.258,7.1540003,17.90055,29.085554,41.163464,461.97885,87.30056,156.69537,4.612429,229.15834,510.00266,307.77917,104.78907,349.82657,37.199722,65.30579,313.3982,16.94482,2.488675,14.231231,1903.5988,0.29876423,0.88422495,74.32886,9.357619,4.924731,10.25124,17.499226,194.35977,66.15323,131.92279,996.7353,206.38637,2014.0911,1841.0264,17.384136,25.79132,15165.671,8.990448,59.822224,450.87216,98.445,169.57959,69.60912,378.62,1128.6439,352.18558,11.310417,79.90833,873.5162,2120.5999,39.830338,582.29443,50.73479,0.9702861,56.875,1.0017666,0.5165233,2.309586,31.854427,116.77047,292.13782,13.060111,3417.9421,216.57709,71.843056,93.50313,35.70155,92.16771,29.187082,2.4874167,50.254166,262.78998,58.850452,34.484016,31.218218,25.289791,26.12119,26.094305,44.52046,946.04803,144.43422,3202.647,38.82676,3826.9292,72.64747,494.7145,2083.63,60.421143,11.807537,1939.5808,2479.8677,6526.0557,281.67807 +2023-06-10 07:00:00,0.0,11510.671,105.67984,18.739094,26.197746,27.332916,183.99918,26.639349,42.22917,20.944752,24.195946,684.77594,557.6015,13.351956,100.83537,10.453634,3.0355833,24.979944,40.496143,10.636018,390.7527,4.4962707,328.5794,64.40035,0.6485756,3.6721747,112.14535,31.960684,146.43687,153.83678,11556.224,0.6975766,1706.6243,1.5684834,1.020548,0.53562975,4.062044,192.17528,257.9814,34.26919,298.18298,26.575714,17.606895,945.9714,4.7154927,107.69137,97.181465,429.78656,74.07395,375.88724,22.312431,157.55652,0.0,4147.177,14452.62,24.368536,209.36601,137.10887,40792.383,175.40465,18.343924,81.62577,153.891,83.93359,31.400957,96.98912,1179.1832,196.573,67.57594,14.243296,15.763807,946.16956,51.130074,832.8347,100.12931,2199.0393,175.44974,232.61276,149.26492,167.8915,10.167808,17.303982,41.986877,6.606548,7.2856936,59.466763,65.23344,86.63487,17.597994,20.771824,242.07373,9.928677,3480.6013,83.85207,80.0691,100.06831,86.31291,236.44144,128.0612,89.40278,28.091375,34.032352,79.37959,329.34686,397.24765,119.979065,416.41785,74.73478,86.002365,257.65985,250.53128,1049.5642,249.1021,4.6303926,16.505522,9.132908,97.17806,15835.847,7.149945,17.889683,29.070925,41.186653,462.24155,87.31843,156.80548,4.6096673,229.20972,510.12524,307.90924,104.8276,349.79788,37.182453,65.304955,313.31546,16.938168,2.4874194,14.227449,1904.1056,0.2985064,0.8835458,74.29509,9.349127,4.922673,10.243254,17.486202,194.265,66.12273,131.89697,996.3063,206.39015,2013.8268,1840.8267,17.375555,25.789179,15160.616,8.989748,59.81898,451.0778,98.43834,169.53117,69.59906,378.5189,1128.2788,352.2767,11.312748,79.89861,873.8564,2120.144,39.82882,582.2102,50.707394,0.9704412,56.88068,1.0019995,0.5168269,2.3110206,31.851519,116.76181,292.11887,13.068686,3418.182,216.67465,71.8919,93.61406,35.783474,92.17691,29.24243,2.4887638,50.346527,263.424,59.056435,34.60705,31.307228,25.28434,26.18377,26.181967,44.531006,945.9332,144.48755,3204.4143,38.825005,3826.8,72.66046,494.59875,2084.489,60.455032,11.802636,1939.003,2478.3418,6524.005,281.40515 +2023-06-10 08:00:00,0.0,11520.523,105.787384,18.740969,26.217257,27.321667,183.97588,26.635279,42.212402,20.942347,24.19344,684.57666,557.4892,13.345874,100.89589,10.464583,3.0325496,24.975883,40.461243,10.617187,390.6652,4.488001,328.54007,64.370575,0.64795727,3.670299,112.136955,31.941881,146.29135,153.80229,11567.942,0.6974889,1706.2125,1.5675904,1.0198641,0.53530127,4.0583253,192.11046,257.89383,34.25874,298.00555,26.56989,17.638456,946.88544,4.713912,107.80941,97.24554,429.60327,74.21263,375.89587,22.306196,157.91042,0.0,4144.2734,14454.629,24.364075,209.67259,137.0876,40800.613,175.31708,18.34474,81.746666,154.13788,83.85977,31.370794,97.21852,1181.0349,196.88611,67.697914,14.246004,15.756082,945.1894,51.142536,834.65784,100.21778,2198.9258,175.63878,232.85132,149.16241,168.25264,10.164073,17.297546,41.962543,6.6020665,7.278889,59.47405,65.21035,86.59408,17.59262,20.777775,242.18335,9.9251795,3479.4907,83.924576,80.01111,100.14489,86.38288,236.3926,128.10695,89.388885,28.102428,34.059513,79.46857,329.3263,398.1203,120.045,416.57867,74.78211,86.03156,257.75854,250.59612,1049.3617,249.30139,4.6285553,16.506666,9.135323,97.066666,15835.435,7.1458893,17.878813,29.056295,41.209846,462.5042,87.336296,156.91559,4.6069055,229.26111,510.24783,308.03934,104.86612,349.76917,37.165184,65.30411,313.23273,16.931515,2.4861639,14.223668,1904.6125,0.2982486,0.8828666,74.26132,9.340635,4.920615,10.235269,17.47318,194.17021,66.092224,131.87117,995.8773,206.39394,2013.5624,1840.6268,17.366972,25.787039,15155.562,8.989049,59.815742,451.28342,98.43167,169.48277,69.589005,378.4178,1127.9137,352.3678,11.31508,79.888885,874.1966,2119.688,39.827305,582.1259,50.68,0.9705964,56.886364,1.0022326,0.51713055,2.3124554,31.848612,116.75316,292.0999,13.077259,3418.4216,216.77222,71.94074,93.725,35.8654,92.18611,29.297777,2.490111,50.43889,264.05804,59.262413,34.73009,31.396236,25.278889,26.24635,26.26963,44.54155,945.8185,144.54088,3206.1816,38.823254,3826.671,72.67346,494.483,2085.3481,60.488922,11.797734,1938.4252,2476.816,6521.9536,281.1322 +2023-06-10 09:00:00,0.0,11530.375,105.89493,18.742846,26.236765,27.310417,183.95258,26.63121,42.195633,20.93994,24.190931,684.3773,557.3769,13.339791,100.956406,10.475533,3.029516,24.971823,40.426342,10.598355,390.5777,4.4797306,328.50073,64.340805,0.6473389,3.6684232,112.128555,31.923077,146.14583,153.7678,11579.662,0.6974012,1705.8008,1.5666974,1.0191803,0.5349727,4.0546064,192.04562,257.80624,34.24829,297.82812,26.564062,17.670015,947.7995,4.712331,107.92746,97.30961,429.41998,74.35132,375.90448,22.299961,158.26431,0.0,4141.37,14456.638,24.359615,209.97917,137.06633,40808.844,175.22952,18.345558,81.86756,154.38475,83.78595,31.340631,97.447914,1182.8866,197.19922,67.81989,14.2487135,15.748355,944.20917,51.155,836.48096,100.30625,2198.8125,175.8278,233.08989,149.05989,168.6138,10.160337,17.291111,41.938206,6.5975857,7.2720847,59.48133,65.18726,86.553276,17.587248,20.783724,242.29295,9.921682,3478.3801,83.99707,79.953125,100.22147,86.45285,236.34375,128.1527,89.375,28.113482,34.086674,79.55754,329.30576,398.99292,120.11094,416.7395,74.829445,86.06076,257.85724,250.66093,1049.159,249.50069,4.6267185,16.507812,9.137738,96.95527,15835.023,7.1418333,17.867943,29.041666,41.23304,462.76688,87.35417,157.02568,4.6041436,229.3125,510.3704,308.16943,104.90464,349.74048,37.147915,65.30326,313.15,16.924862,2.4849083,14.219886,1905.1194,0.29799077,0.8821875,74.22755,9.332143,4.9185576,10.227283,17.460157,194.07542,66.06172,131.84535,995.44824,206.39772,2013.2981,1840.4271,17.358389,25.784897,15150.507,8.98835,59.8125,451.489,98.425,169.43437,69.57894,378.31668,1127.5486,352.45892,11.31741,79.879166,874.5368,2119.232,39.825787,582.0417,50.652603,0.97075146,56.892044,1.0024655,0.5174342,2.31389,31.845703,116.7445,292.08096,13.085834,3418.6611,216.8698,71.989586,93.83594,35.947323,92.19531,29.353125,2.4914584,50.53125,264.69208,59.468395,34.853127,31.485245,25.273438,26.308928,26.357292,44.552097,945.70374,144.59422,3207.949,38.821503,3826.5415,72.68646,494.36725,2086.2075,60.522808,11.792833,1937.8473,2475.29,6519.9023,280.85928 +2023-06-10 10:00:00,0.0,11540.228,106.00248,18.744722,26.256275,27.299168,183.92928,26.62714,42.17886,20.937532,24.188425,684.178,557.2646,13.333709,101.01692,10.486483,3.0264823,24.967764,40.391445,10.579524,390.4902,4.4714603,328.46143,64.31103,0.6467206,3.6665475,112.12016,31.904274,146.0003,153.73332,11591.382,0.69731355,1705.389,1.5658044,1.0184964,0.53464425,4.0508876,191.9808,257.71866,34.23784,297.6507,26.558235,17.701576,948.71356,4.7107496,108.0455,97.37368,429.2367,74.49,375.91312,22.293726,158.61821,0.0,4138.467,14458.646,24.355154,210.28574,137.04506,40817.074,175.14195,18.346375,81.98845,154.63162,83.71213,31.310469,97.677315,1184.7383,197.51233,67.941864,14.251422,15.740629,943.229,51.16746,838.3041,100.39472,2198.699,176.01685,233.32845,148.95738,168.97496,10.156603,17.284676,41.91387,6.593105,7.2652807,59.488617,65.16418,86.512474,17.581877,20.789673,242.40256,9.918186,3477.2698,84.06957,79.89514,100.29806,86.52282,236.2949,128.19844,89.361115,28.124535,34.11384,79.646515,329.28522,399.86557,120.17687,416.90036,74.87678,86.08996,257.9559,250.72577,1048.9565,249.69998,4.6248817,16.508959,9.140154,96.84387,15834.611,7.137778,17.857075,29.027037,41.25623,463.02954,87.37204,157.13579,4.601382,229.36389,510.49298,308.29953,104.94316,349.71176,37.13065,65.30242,313.0673,16.918207,2.4836528,14.2161045,1905.6263,0.29773295,0.8815083,74.19378,9.32365,4.9165,10.219297,17.447136,193.98065,66.03122,131.81953,995.0193,206.40152,2013.0338,1840.2273,17.349806,25.782757,15145.452,8.98765,59.80926,451.69464,98.418335,169.38597,69.568886,378.21558,1127.1835,352.55002,11.319742,79.869446,874.877,2118.776,39.82427,581.9574,50.625206,0.9709066,56.897724,1.0026984,0.5177378,2.3153245,31.842794,116.73585,292.062,13.094407,3418.901,216.96736,72.03842,93.94688,36.029247,92.20451,29.408472,2.4928055,50.62361,265.3261,59.674374,34.976162,31.574253,25.267986,26.371508,26.444954,44.56264,945.5889,144.64755,3209.7163,38.81975,3826.4124,72.699455,494.2515,2087.0667,60.556698,11.787932,1937.2695,2473.7642,6517.851,280.58636 +2023-06-10 11:00:00,0.0,11550.079,106.11002,18.746597,26.275785,27.287916,183.90598,26.623072,42.162086,20.935127,24.185917,683.97864,557.1523,13.327627,101.07744,10.497432,3.0234487,24.963703,40.356544,10.560692,390.4027,4.46319,328.4221,64.28126,0.6461023,3.664672,112.11177,31.885471,145.85478,153.69882,11603.102,0.69722587,1704.9773,1.5649114,1.0178125,0.5343157,4.0471687,191.91599,257.6311,34.227386,297.47327,26.55241,17.733137,949.6277,4.7091684,108.16355,97.43776,429.0534,74.628685,375.92175,22.287493,158.9721,0.0,4135.5635,14460.655,24.350695,210.59232,137.02379,40825.3,175.0544,18.347193,82.109344,154.8785,83.638306,31.280306,97.906715,1186.59,197.82544,68.063835,14.254131,15.7329035,942.24884,51.179924,840.1272,100.4832,2198.5857,176.20587,233.56702,148.85487,169.33612,10.152867,17.27824,41.889534,6.5886235,7.2584763,59.4959,65.14109,86.47167,17.576504,20.795624,242.51218,9.914689,3476.1592,84.14207,79.83715,100.37463,86.5928,236.24606,128.24419,89.34722,28.13559,34.141,79.73549,329.26468,400.7382,120.24281,417.0612,74.9241,86.119156,258.0546,250.79059,1048.754,249.89928,4.623045,16.510105,9.142569,96.732475,15834.2,7.1337223,17.846205,29.012407,41.279423,463.29224,87.38991,157.2459,4.59862,229.41528,510.61557,308.42963,104.98169,349.68307,37.11338,65.301575,312.98456,16.911554,2.482397,14.212323,1906.1333,0.29747513,0.88082916,74.16,9.315159,4.914442,10.211311,17.434113,193.88586,66.00072,131.79372,994.59033,206.4053,2012.7695,1840.0276,17.341223,25.780615,15140.397,8.986951,59.80602,451.90027,98.41167,169.33757,69.55883,378.11444,1126.8184,352.64114,11.322074,79.85972,875.2173,2118.32,39.82275,581.87317,50.597813,0.97106177,56.903404,1.0029315,0.5180414,2.3167593,31.839888,116.72719,292.04306,13.102982,3419.1406,217.06493,72.087265,94.057816,36.11117,92.213715,29.46382,2.4941528,50.715973,265.96014,59.880352,35.0992,31.663261,25.262535,26.434086,26.532616,44.57319,945.4742,144.70088,3211.4834,38.817997,3826.2832,72.712456,494.13574,2087.9258,60.590588,11.7830305,1936.6917,2472.238,6515.8,280.31345 +2023-06-10 12:00:00,0.0,11559.932,106.21757,18.748474,26.295296,27.276667,183.88268,26.619001,42.145317,20.93272,24.18341,683.7793,557.0399,13.321545,101.137955,10.508381,3.020415,24.959642,40.321644,10.541861,390.31525,4.45492,328.38278,64.25148,0.645484,3.6627963,112.10338,31.866667,145.70926,153.66434,11614.82,0.6971382,1704.5657,1.5640185,1.0171287,0.53398716,4.0434494,191.85117,257.54352,34.216934,297.29584,26.546583,17.764698,950.54175,4.7075877,108.28159,97.50183,428.8701,74.76737,375.93036,22.281258,159.326,0.0,4132.6606,14462.664,24.346233,210.8989,137.00252,40833.53,174.96683,18.34801,82.23024,155.12537,83.564476,31.250143,98.13611,1188.4417,198.13853,68.185814,14.25684,15.725178,941.2687,51.192387,841.9503,100.57167,2198.4722,176.39491,233.80557,148.75237,169.69727,10.149133,17.271805,41.8652,6.5841427,7.251672,59.503185,65.11801,86.43088,17.57113,20.801573,242.62178,9.911193,3475.0486,84.21456,79.77917,100.45122,86.662766,236.19722,128.28993,89.333336,28.146643,34.16816,79.82446,329.24414,401.61084,120.308754,417.22205,74.971436,86.14836,258.1533,250.85541,1048.5515,250.09857,4.621208,16.51125,9.144984,96.62108,15833.789,7.129667,17.835335,28.997778,41.302616,463.5549,87.40778,157.35599,4.595858,229.46666,510.73813,308.55972,105.02021,349.65436,37.09611,65.30073,312.90182,16.904902,2.4811416,14.208542,1906.6401,0.2972173,0.88014996,74.126236,9.306666,4.9123845,10.203326,17.421091,193.79108,65.97021,131.7679,994.1613,206.40909,2012.5051,1839.8278,17.332642,25.778473,15135.343,8.986251,59.80278,452.1059,98.405,169.28917,69.54877,378.01334,1126.4532,352.73224,11.324405,79.85,875.5575,2117.864,39.821236,581.7889,50.570415,0.9712169,56.909084,1.0031644,0.518345,2.318194,31.836979,116.71854,292.0241,13.111556,3419.3801,217.1625,72.13611,94.16875,36.193096,92.222916,29.519167,2.4955,50.808334,266.59418,60.086334,35.222237,31.75227,25.257084,26.496666,26.620277,44.583736,945.3594,144.75421,3213.2507,38.816246,3826.154,72.72545,494.02,2088.785,60.624474,11.77813,1936.1139,2470.7122,6513.7485,280.04053 +2023-06-10 13:00:00,0.0,11569.783,106.32511,18.75035,26.314804,27.265417,183.85938,26.614933,42.128548,20.930315,24.180902,683.58,556.9276,13.315462,101.19848,10.519331,3.0173814,24.955582,40.286743,10.523029,390.22775,4.44665,328.34344,64.22171,0.64486563,3.6609206,112.094986,31.847864,145.56374,153.62985,11626.54,0.6970505,1704.1539,1.5631255,1.0164448,0.5336587,4.0397305,191.78635,257.45593,34.206486,297.1184,26.540756,17.796257,951.4558,4.7060065,108.39964,97.5659,428.6868,74.90605,375.939,22.275023,159.6799,0.0,4129.7573,14464.674,24.341772,211.20546,136.98126,40841.76,174.87927,18.348827,82.35113,155.37224,83.490654,31.21998,98.36551,1190.2933,198.45164,68.307785,14.259549,15.717452,940.28845,51.20485,843.77344,100.66014,2198.359,176.58395,234.04414,148.64986,170.05843,10.145397,17.26537,41.840862,6.5796614,7.2448673,59.51047,65.094925,86.390076,17.565758,20.807522,242.73138,9.907696,3473.938,84.28706,79.72118,100.5278,86.732735,236.14838,128.3357,89.31944,28.157696,34.19532,79.91344,329.22357,402.48346,120.37469,417.38287,75.01877,86.17756,258.25198,250.92024,1048.349,250.29787,4.6193714,16.512396,9.1474,96.50968,15833.377,7.1256113,17.824465,28.983149,41.325806,463.81757,87.42565,157.4661,4.5930963,229.51805,510.86072,308.68982,105.05873,349.62567,37.078842,65.29989,312.8191,16.898249,2.479886,14.204761,1907.1471,0.2969595,0.87947077,74.09247,9.298175,4.910327,10.195341,17.408068,193.6963,65.939705,131.74208,993.7323,206.41287,2012.2408,1839.628,17.324059,25.776333,15130.288,8.985552,59.799538,452.3115,98.39834,169.24077,69.53871,377.91223,1126.0881,352.82336,11.326736,79.84028,875.8977,2117.408,39.819717,581.70465,50.543022,0.97137207,56.914764,1.0033973,0.5186486,2.3196287,31.834072,116.70988,292.00516,13.12013,3419.6199,217.26007,72.18495,94.279686,36.27502,92.23212,29.574514,2.4968472,50.900696,267.2282,60.292313,35.345272,31.841278,25.251633,26.559246,26.70794,44.59428,945.2446,144.80756,3215.018,38.814495,3826.025,72.73845,493.90424,2089.644,60.658363,11.773228,1935.536,2469.1863,6511.6973,279.7676 +2023-06-10 14:00:00,0.0,11579.636,106.432655,18.752226,26.334314,27.254168,183.83607,26.610863,42.111774,20.927908,24.178396,683.3807,556.8153,13.30938,101.258995,10.53028,3.0143478,24.95152,40.251846,10.504197,390.14026,4.43838,328.3041,64.19193,0.6442473,3.6590447,112.08659,31.82906,145.41821,153.59537,11638.26,0.69696283,1703.7422,1.5622325,1.0157609,0.53333014,4.0360117,191.72151,257.36835,34.196033,296.94098,26.53493,17.827818,952.3699,4.7044253,108.517685,97.629974,428.50348,75.04474,375.94763,22.268787,160.0338,0.0,4126.854,14466.683,24.337313,211.51204,136.95999,40849.99,174.7917,18.349644,82.47202,155.61911,83.41683,31.189817,98.59491,1192.1451,198.76476,68.429756,14.262259,15.709726,939.3083,51.21731,845.59656,100.74861,2198.2454,176.77298,234.28273,148.54733,170.41959,10.141663,17.258934,41.81653,6.5751805,7.238063,59.517754,65.07184,86.34927,17.560387,20.81347,242.841,9.904199,3472.8276,84.35956,79.66319,100.604385,86.802704,236.09953,128.38144,89.30556,28.168749,34.222485,80.00241,329.20303,403.3561,120.44063,417.5437,75.0661,86.20676,258.35068,250.98506,1048.1465,250.49718,4.6175346,16.513542,9.149815,96.398285,15832.966,7.121556,17.813597,28.968517,41.349,464.08026,87.44352,157.5762,4.5903344,229.56944,510.9833,308.81992,105.09725,349.597,37.061573,65.29904,312.73636,16.891594,2.4786303,14.200978,1907.654,0.29670167,0.87879163,74.05869,9.289682,4.9082694,10.187355,17.395046,193.60152,65.9092,131.71626,993.30334,206.41667,2011.9766,1839.4282,17.315475,25.77419,15125.233,8.984852,59.796295,452.51712,98.39167,169.19237,69.528656,377.81113,1125.723,352.91446,11.329067,79.83055,876.2379,2116.9521,39.8182,581.62036,50.515625,0.9715272,56.92045,1.0036304,0.51895225,2.3210633,31.831163,116.701225,291.9862,13.128704,3419.8596,217.35764,72.233795,94.390625,36.356945,92.24132,29.62986,2.4981945,50.993057,267.86224,60.498295,35.468307,31.930286,25.246181,26.621824,26.7956,44.604828,945.1299,144.86089,3216.7854,38.81274,3825.8955,72.75144,493.78848,2090.5032,60.692253,11.768327,1934.9583,2467.6604,6509.646,279.4947 +2023-06-10 15:00:00,0.0,11589.487,106.5402,18.754103,26.353825,27.242916,183.81279,26.606794,42.095,20.925503,24.17589,683.18134,556.703,13.303297,101.31951,10.541229,3.0113142,24.94746,40.216946,10.485366,390.05276,4.4301095,328.2648,64.162155,0.643629,3.657169,112.0782,31.810257,145.27269,153.56088,11649.979,0.69687515,1703.3304,1.5613395,1.015077,0.53300166,4.0322924,191.6567,257.2808,34.18558,296.76355,26.529104,17.859379,953.284,4.702844,108.635735,97.694046,428.3202,75.18342,375.95624,22.262552,160.3877,0.0,4123.951,14468.691,24.332851,211.81862,136.93872,40858.22,174.70415,18.350462,82.59292,155.86598,83.34301,31.159655,98.8243,1193.9968,199.07787,68.551735,14.264967,15.702,938.3281,51.229774,847.4197,100.83709,2198.1318,176.96202,234.52129,148.44482,170.78075,10.137928,17.2525,41.79219,6.570699,7.2312584,59.52504,65.04875,86.30847,17.555014,20.819422,242.9506,9.900702,3471.717,84.43205,79.60521,100.68096,86.87268,236.05069,128.42719,89.291664,28.179804,34.249645,80.091385,329.1825,404.22873,120.50656,417.70456,75.11343,86.235954,258.44934,251.0499,1047.944,250.69647,4.615698,16.514688,9.15223,96.28689,15832.554,7.1175003,17.802727,28.953888,41.372192,464.34293,87.461395,157.6863,4.5875726,229.62083,511.10587,308.95,105.13578,349.56827,37.044304,65.298195,312.65366,16.884941,2.4773748,14.197197,1908.1609,0.29644385,0.87811244,74.024925,9.28119,4.9062114,10.17937,17.382023,193.50674,65.8787,131.69044,992.8744,206.42046,2011.7123,1839.2285,17.306892,25.772049,15120.179,8.984153,59.793056,452.72275,98.385,169.14395,69.51859,377.71002,1125.3579,353.00558,11.331399,79.82083,876.5781,2116.496,39.81668,581.53613,50.488228,0.9716823,56.92613,1.0038633,0.5192559,2.3224978,31.828255,116.692566,291.96725,13.137278,3420.099,217.45522,72.28264,94.501564,36.43887,92.25052,29.685207,2.4995418,51.085415,268.49628,60.704273,35.591347,32.019295,25.24073,26.684404,26.883265,44.615376,945.0151,144.91422,3218.5527,38.81099,3825.7664,72.76444,493.67273,2091.3623,60.72614,11.763425,1934.3804,2466.1345,6507.5947,279.22174 +2023-06-10 16:00:00,0.0,11599.34,106.64775,18.75598,26.373335,27.231667,183.78949,26.602724,42.07823,20.923096,24.173382,682.982,556.5907,13.2972145,101.38003,10.552179,3.0082805,24.943401,40.182045,10.466535,389.96527,4.421839,328.22546,64.132385,0.6430107,3.6552935,112.06981,31.791454,145.12717,153.5264,11661.698,0.6967875,1702.9187,1.5604465,1.0143932,0.5326731,4.0285735,191.59187,257.1932,34.17513,296.58612,26.523277,17.89094,954.19806,4.7012634,108.75378,97.75812,428.1369,75.322105,375.96487,22.256317,160.7416,0.0,4121.0474,14470.7,24.328392,212.12518,136.91745,40866.45,174.6166,18.351278,82.713806,156.11285,83.26918,31.129492,99.0537,1195.8485,199.39098,68.673706,14.267676,15.694274,937.3479,51.24224,849.2428,100.92556,2198.0186,177.15105,234.75986,148.34232,171.14189,10.134192,17.246065,41.767853,6.5662184,7.224454,59.532322,65.025665,86.26768,17.54964,20.82537,243.06021,9.897205,3470.6064,84.504555,79.547226,100.757545,86.94265,236.00185,128.47293,89.27778,28.190857,34.276806,80.18036,329.16196,405.10138,120.5725,417.8654,75.16076,86.26515,258.54803,251.11472,1047.7415,250.89577,4.613861,16.515833,9.154646,96.17549,15832.143,7.113445,17.791857,28.939259,41.395382,464.6056,87.47926,157.7964,4.5848107,229.67223,511.22845,309.0801,105.1743,349.53958,37.02704,65.297356,312.57092,16.878288,2.4761193,14.193416,1908.6678,0.29618603,0.8774333,73.99116,9.272698,4.904154,10.171384,17.369001,193.41196,65.8482,131.66463,992.4454,206.42424,2011.4479,1839.0287,17.298311,25.769909,15115.124,8.983453,59.789814,452.92834,98.378334,169.09555,69.50854,377.6089,1124.9928,353.09668,11.333731,79.81111,876.91833,2116.04,39.815166,581.45184,50.460835,0.97183746,56.93181,1.0040963,0.5195595,2.3239326,31.825348,116.683914,291.9483,13.145852,3420.3389,217.55278,72.33148,94.6125,36.520794,92.25972,29.740555,2.5008888,51.177776,269.1303,60.910255,35.714382,32.108303,25.235277,26.746983,26.970926,44.62592,944.9003,144.96756,3220.3198,38.80924,3825.6372,72.777435,493.55698,2092.2214,60.76003,11.758524,1933.8026,2464.6086,6505.5435,278.94882 +2023-06-10 17:00:00,0.0,11609.191,106.755295,18.757854,26.392843,27.220417,183.76619,26.598656,42.061462,20.920689,24.170876,682.78265,556.4784,13.291132,101.440544,10.563128,3.0052469,24.93934,40.147144,10.447702,389.8778,4.413569,328.18616,64.10261,0.64239234,3.6534178,112.06142,31.77265,144.98163,153.49191,11673.418,0.6966998,1702.5071,1.5595535,1.0137093,0.5323446,4.0248547,191.52705,257.10562,34.16468,296.4087,26.51745,17.922499,955.1121,4.699682,108.871826,97.82219,427.9536,75.46079,375.9735,22.250084,161.09549,0.0,4118.1445,14472.709,24.32393,212.43176,136.89618,40874.68,174.52902,18.352097,82.8347,156.35973,83.19536,31.099329,99.283104,1197.7002,199.70409,68.79568,14.270385,15.686548,936.36774,51.254704,851.0659,101.01403,2197.905,177.34009,234.99841,148.2398,171.50305,10.130458,17.23963,41.74352,6.561737,7.2176495,59.539608,65.00258,86.226875,17.544268,20.83132,243.16982,9.893708,3469.496,84.57705,79.489235,100.83413,87.01262,235.953,128.51868,89.263885,28.20191,34.303967,80.26933,329.1414,405.974,120.638435,418.02625,75.20809,86.29435,258.64673,251.17955,1047.539,251.09506,4.6120243,16.51698,9.157061,96.064095,15831.73,7.109389,17.780987,28.92463,41.418575,464.8683,87.49713,157.90651,4.582049,229.72362,511.35104,309.2102,105.21282,349.51086,37.00977,65.29651,312.4882,16.871635,2.4748638,14.189634,1909.1748,0.2959282,0.8767541,73.95738,9.264206,4.9020963,10.163399,17.355978,193.31717,65.817696,131.63881,992.01636,206.42802,2011.1836,1838.829,17.289728,25.767767,15110.069,8.982754,59.786575,453.13397,98.371666,169.04715,69.498474,377.50778,1124.6277,353.1878,11.3360615,79.80139,877.25854,2115.584,39.81365,581.3676,50.433437,0.9719926,56.93749,1.0043293,0.5198631,2.3253672,31.82244,116.675255,291.92935,13.154426,3420.5786,217.65034,72.380325,94.723434,36.60272,92.26892,29.795902,2.5022361,51.270138,269.76434,61.116234,35.837418,32.19731,25.229826,26.809563,27.058588,44.636467,944.7856,145.02089,3222.0872,38.807484,3825.508,72.790436,493.44122,2093.0808,60.793915,11.753622,1933.2247,2463.0828,6503.492,278.6759 +2023-06-10 18:00:00,0.0,11619.044,106.86284,18.759731,26.412354,27.209167,183.74289,26.594585,42.04469,20.918283,24.168367,682.5834,556.3661,13.28505,101.50106,10.574078,3.0022135,24.93528,40.112247,10.428871,389.7903,4.405299,328.14682,64.07284,0.64177406,3.651542,112.053024,31.753847,144.8361,153.45743,11685.137,0.6966121,1702.0953,1.5586606,1.0130254,0.5320161,4.0211353,191.46222,257.01807,34.15423,296.23126,26.511625,17.95406,956.0262,4.698101,108.98987,97.88627,427.77032,75.59947,375.98212,22.243849,161.44939,0.0,4115.241,14474.718,24.319471,212.73834,136.87491,40882.906,174.44147,18.352913,82.9556,156.6066,83.12154,31.069166,99.5125,1199.5519,200.01718,68.917656,14.273094,15.6788225,935.3876,51.267166,852.889,101.1025,2197.7917,177.52913,235.23698,148.1373,171.86421,10.126722,17.233194,41.71918,6.557256,7.210845,59.54689,64.97949,86.18607,17.538897,20.83727,243.27943,9.890212,3468.3855,84.64955,79.43125,100.910706,87.08259,235.90416,128.56442,89.25,28.212963,34.33113,80.35831,329.12085,406.84665,120.70438,418.18707,75.255424,86.32355,258.74542,251.24437,1047.3364,251.29436,4.6101875,16.518126,9.159476,95.9527,15831.319,7.1053333,17.770119,28.91,41.44177,465.13095,87.515,158.0166,4.579287,229.775,511.4736,309.3403,105.25134,349.48218,36.9925,65.29566,312.40546,16.86498,2.473608,14.185853,1909.6816,0.2956704,0.87607497,73.923615,9.255714,4.9000382,10.155413,17.342957,193.2224,65.78719,131.61299,991.5874,206.43182,2010.9193,1838.6292,17.281145,25.765627,15105.014,8.982054,59.783333,453.3396,98.365005,168.99875,69.48842,377.40668,1124.2626,353.2789,11.338393,79.791664,877.59875,2115.1282,39.81213,581.2833,50.40604,0.97214776,56.94317,1.0045623,0.5201667,2.3268018,31.81953,116.6666,291.9104,13.163,3420.8184,217.74791,72.42917,94.83437,36.684643,92.27812,29.85125,2.5035834,51.3625,270.39838,61.322216,35.960453,32.28632,25.224375,26.872143,27.14625,44.64701,944.6708,145.07422,3223.8545,38.805733,3825.3787,72.80344,493.32547,2093.94,60.827805,11.748721,1932.647,2461.557,6501.4414,278.40298 +2023-06-10 19:00:00,0.0,11628.8955,106.97038,18.761606,26.431864,27.197918,183.71959,26.590517,42.027916,20.915876,24.165861,682.38403,556.2538,13.278968,101.56158,10.585028,2.9991798,24.93122,40.077347,10.41004,389.70282,4.397029,328.10748,64.04306,0.6411557,3.6496663,112.04463,31.735043,144.69058,153.42294,11696.856,0.69652444,1701.6836,1.5577676,1.0123416,0.53168756,4.0174165,191.3974,256.93048,34.143776,296.05383,26.505798,17.98562,956.9403,4.69652,109.10792,97.95034,427.58704,75.73816,375.99075,22.237614,161.80328,0.0,4112.338,14476.727,24.31501,213.0449,136.85364,40891.137,174.3539,18.353731,83.076485,156.85347,83.047714,31.039003,99.7419,1201.4036,200.33029,69.03963,14.275803,15.671097,934.40735,51.27963,854.7121,101.19098,2197.6782,177.71815,235.47556,148.03477,172.22537,10.122988,17.226759,41.694847,6.5527754,7.204041,59.554176,64.956406,86.14527,17.533524,20.84322,243.38904,9.886715,3467.275,84.722046,79.37326,100.98729,87.15256,235.85532,128.61017,89.236115,28.224018,34.35829,80.44729,329.1003,407.71927,120.77032,418.3479,75.30275,86.35275,258.84412,251.3092,1047.1339,251.49365,4.6083508,16.519272,9.161892,95.8413,15830.907,7.101278,17.759249,28.89537,41.46496,465.39362,87.532875,158.12671,4.576525,229.82639,511.5962,309.4704,105.28986,349.45346,36.97523,65.29482,312.32272,16.858328,2.4723525,14.182071,1910.1886,0.29541257,0.8753958,73.88984,9.247222,4.8979807,10.147428,17.329933,193.12761,65.75668,131.58717,991.15845,206.43561,2010.6549,1838.4294,17.272562,25.763485,15099.959,8.981355,59.780094,453.54523,98.35834,168.95035,69.47836,377.30557,1123.8975,353.37003,11.340724,79.781944,877.93896,2114.672,39.81061,581.1991,50.378647,0.9723029,56.94885,1.0047952,0.5204703,2.3282366,31.816624,116.65794,291.89145,13.171574,3421.0579,217.84549,72.47801,94.94531,36.766567,92.28732,29.906597,2.5049305,51.45486,271.0324,61.528194,36.083492,32.375328,25.218924,26.934721,27.233912,44.65756,944.556,145.12755,3225.6218,38.80398,3825.2495,72.81643,493.20972,2094.799,60.861694,11.743819,1932.0691,2460.031,6499.39,278.13007 +2023-06-10 20:00:00,0.0,11638.748,107.07793,18.763483,26.451374,27.186666,183.69629,26.586447,42.011147,20.913471,24.163353,682.1847,556.1415,13.272885,101.62209,10.595977,2.9961462,24.927158,40.042446,10.391209,389.61533,4.3887587,328.06818,64.01329,0.6405374,3.6477907,112.03624,31.71624,144.54506,153.38844,11708.576,0.69643676,1701.2719,1.5568746,1.0116577,0.5313591,4.0136976,191.33258,256.8429,34.133327,295.8764,26.499971,18.017181,957.8544,4.694939,109.22596,98.01441,427.40372,75.87685,375.9994,22.231379,162.15718,0.0,4109.4346,14478.735,24.31055,213.35149,136.83237,40899.367,174.26634,18.354548,83.19738,157.10034,82.97389,31.00884,99.9713,1203.2552,200.6434,69.161606,14.278512,15.66337,933.4272,51.29209,856.5352,101.27945,2197.5647,177.9072,235.71411,147.93227,172.58653,10.119252,17.220324,41.67051,6.548294,7.1972365,59.56146,64.93332,86.10447,17.52815,20.849169,243.49864,9.883218,3466.1643,84.79454,79.31528,101.06387,87.222534,235.80647,128.65591,89.22222,28.235071,34.385452,80.53626,329.07977,408.59192,120.83625,418.50876,75.35008,86.38195,258.94278,251.37402,1046.9314,251.69295,4.606514,16.520416,9.164307,95.729904,15830.496,7.0972223,17.748379,28.880741,41.48815,465.65628,87.55074,158.23682,4.5737634,229.87778,511.71878,309.6005,105.32839,349.42477,36.957962,65.293976,312.24002,16.851675,2.471097,14.178289,1910.6954,0.29515475,0.87471664,73.85607,9.23873,4.895923,10.1394415,17.316912,193.03282,65.72618,131.56137,990.72943,206.43939,2010.3906,1838.2296,17.26398,25.761343,15094.904,8.980655,59.77685,453.75082,98.35167,168.90195,69.4683,377.20447,1123.5323,353.46115,11.343056,79.772224,878.2792,2114.216,39.809093,581.1148,50.35125,0.97245806,56.954533,1.0050282,0.52077395,2.3296711,31.813715,116.64929,291.8725,13.180148,3421.2976,217.94305,72.52685,95.05625,36.84849,92.296524,29.961945,2.5062778,51.547222,271.66644,61.734177,36.206528,32.464336,25.213472,26.997301,27.321573,44.668106,944.4412,145.1809,3227.3892,38.80223,3825.1204,72.82943,493.094,2095.6582,60.89558,11.738918,1931.4912,2458.5051,6497.339,277.85715 +2023-06-10 21:00:00,0.0,11648.6,107.18547,18.76536,26.470882,27.175417,183.67299,26.582378,41.994377,20.911064,24.160847,681.98535,556.0292,13.266803,101.68262,10.606926,2.9931126,24.923098,40.007545,10.372376,389.52783,4.3804884,328.02884,63.983513,0.63991904,3.645915,112.02785,31.697437,144.39954,153.35396,11720.296,0.6963491,1700.8601,1.5559816,1.0109738,0.53103054,4.009979,191.26776,256.7553,34.122875,295.69894,26.494144,18.04874,958.76843,4.693358,109.34401,98.07848,427.22043,76.015526,376.008,22.225143,162.51108,0.0,4106.5312,14480.745,24.30609,213.65805,136.8111,40907.594,174.17877,18.355366,83.318275,157.34721,82.90006,30.978678,100.20069,1205.1069,200.95651,69.28358,14.28122,15.655644,932.447,51.304554,858.35834,101.36792,2197.4514,178.09622,235.95268,147.82976,172.94768,10.115518,17.213888,41.646175,6.543813,7.190432,59.568745,64.91023,86.063675,17.522778,20.85512,243.60826,9.879722,3465.054,84.86704,79.25729,101.14046,87.2925,235.75764,128.70166,89.208336,28.246124,34.412617,80.62524,329.05923,409.46454,120.90219,418.6696,75.397415,86.41115,259.04147,251.43886,1046.7288,251.89224,4.604677,16.521563,9.166722,95.61851,15830.085,7.093167,17.73751,28.86611,41.511345,465.91898,87.56861,158.34691,4.5710015,229.92917,511.84134,309.7306,105.36691,349.39606,36.940693,65.29313,312.1573,16.845022,2.4698415,14.174508,1911.2024,0.29489693,0.87403744,73.8223,9.230238,4.8938656,10.131456,17.303888,192.93805,65.69568,131.53555,990.3004,206.44318,2010.1263,1838.0299,17.255398,25.759203,15089.85,8.979956,59.773613,453.95645,98.345,168.85355,69.458244,377.10333,1123.1672,353.55225,11.345387,79.7625,878.6194,2113.76,39.80758,581.0306,50.323853,0.97261316,56.960213,1.0052612,0.5210776,2.331106,31.810808,116.64063,291.85355,13.188723,3421.5374,218.04062,72.57569,95.16719,36.930416,92.30573,30.017292,2.507625,51.639584,272.30048,61.940155,36.329563,32.553345,25.208021,27.059881,27.409237,44.67865,944.3265,145.23422,3229.1562,38.800476,3824.9912,72.84242,492.97824,2096.5173,60.92947,11.734016,1930.9135,2456.9792,6495.2876,277.58423 +2023-06-10 22:00:00,0.0,11658.452,107.293015,18.767235,26.490393,27.164167,183.64969,26.578308,41.977604,20.908657,24.15834,681.786,555.9169,13.26072,101.74313,10.617876,2.990079,24.919039,39.97265,10.353545,389.44037,4.372218,327.98953,63.95374,0.63930076,3.6440392,112.019455,31.678633,144.25401,153.31947,11732.015,0.6962614,1700.4485,1.5550886,1.01029,0.53070205,4.0062594,191.20293,256.66776,34.112423,295.5215,26.48832,18.080301,959.6825,4.6917768,109.46205,98.142555,427.03714,76.15421,376.01663,22.218908,162.86497,0.0,4103.628,14482.754,24.30163,213.96463,136.78983,40915.824,174.09122,18.356182,83.43916,157.59409,82.82624,30.948515,100.43009,1206.9586,201.26962,69.40555,14.28393,15.647919,931.46686,51.317017,860.18146,101.45639,2197.338,178.28526,236.19124,147.72725,173.30884,10.111782,17.207453,41.621838,6.539332,7.1836276,59.57603,64.887146,86.02287,17.517406,20.861069,243.71786,9.8762245,3463.9434,84.93954,79.1993,101.21703,87.36247,235.7088,128.7474,89.19444,28.257177,34.439777,80.71421,329.03867,410.3372,120.968124,418.83044,75.44475,86.440346,259.14017,251.50368,1046.5262,252.09154,4.6028404,16.522709,9.169138,95.50711,15829.673,7.0891113,17.72664,28.85148,41.534534,466.18164,87.58649,158.45702,4.5682397,229.98056,511.96393,309.86066,105.40543,349.36737,36.923428,65.29229,312.07455,16.838367,2.4685857,14.170727,1911.7094,0.2946391,0.8733583,73.78853,9.2217455,4.8918076,10.12347,17.290867,192.84326,65.66518,131.50974,989.8714,206.44698,2009.862,1837.8301,17.246815,25.757061,15084.795,8.979257,59.77037,454.16208,98.33833,168.80515,69.44818,377.00223,1122.8021,353.64337,11.347718,79.75278,878.9596,2113.3042,39.80606,580.9463,50.29646,0.9727683,56.965893,1.0054941,0.5213812,2.3325405,31.8079,116.63198,291.8346,13.197296,3421.7769,218.1382,72.624535,95.27812,37.01234,92.31493,30.07264,2.5089722,51.731945,272.9345,62.146137,36.452602,32.642353,25.20257,27.12246,27.496899,44.689198,944.21173,145.28755,3230.9236,38.798725,3824.8618,72.85542,492.8625,2097.3765,60.96336,11.7291155,1930.3356,2455.4534,6493.2363,277.31128 +2023-06-10 23:00:00,0.0,11668.304,107.400566,18.769112,26.509903,27.152918,183.62639,26.57424,41.96083,20.906252,24.155832,681.5867,555.80457,13.254638,101.80365,10.628825,2.9870453,24.914978,39.937748,10.334714,389.35287,4.3639483,327.9502,63.923965,0.6386824,3.6421635,112.01106,31.65983,144.10849,153.28499,11743.734,0.6961737,1700.0367,1.5541956,1.0096061,0.5303735,4.0025406,191.1381,256.58017,34.10197,295.3441,26.482492,18.111862,960.59656,4.690196,109.5801,98.20663,426.85382,76.29289,376.02527,22.212675,163.21887,0.0,4100.725,14484.763,24.297169,214.27121,136.76855,40924.055,174.00365,18.357,83.56006,157.84094,82.75242,30.918352,100.65949,1208.8103,201.58273,69.52753,14.286638,15.640193,930.48663,51.32948,862.0046,101.54486,2197.2246,178.47429,236.42982,147.62474,173.67,10.1080475,17.201017,41.597504,6.534851,7.176823,59.583313,64.86406,85.98207,17.512033,20.867018,243.82747,9.872727,3462.8328,85.01204,79.14132,101.29362,87.43244,235.65996,128.79317,89.18056,28.268232,34.466938,80.803185,329.01813,411.2098,121.034065,418.99127,75.49207,86.46954,259.23886,251.56851,1046.3237,252.29083,4.6010036,16.523855,9.171553,95.39571,15829.262,7.085056,17.71577,28.836851,41.557728,466.4443,87.604355,158.56712,4.565478,230.03195,512.0865,309.99075,105.443954,349.33865,36.90616,65.29144,311.99182,16.831715,2.4673302,14.166945,1912.2162,0.2943813,0.8726791,73.75476,9.213254,4.88975,10.115485,17.277843,192.74849,65.634674,131.48392,989.4424,206.45076,2009.5977,1837.6304,17.238232,25.754921,15079.74,8.978557,59.76713,454.36768,98.331665,168.75673,69.438126,376.90112,1122.437,353.73447,11.35005,79.74306,879.2998,2112.8481,39.804543,580.86206,50.269062,0.97292346,56.971573,1.0057272,0.5216848,2.333975,31.80499,116.62332,291.81564,13.205871,3422.0166,218.23576,72.67338,95.38906,37.094265,92.324135,30.127985,2.5103195,51.824306,273.56854,62.352116,36.575638,32.73136,25.197119,27.18504,27.58456,44.69974,944.0969,145.34088,3232.691,38.796974,3824.7327,72.868416,492.74673,2098.2356,60.997246,11.724214,1929.7578,2453.9275,6491.185,277.03836 +2023-06-11 00:00:00,0.0,11678.156,107.50811,18.770988,26.529413,27.141666,183.60309,26.57017,41.94406,20.903845,24.153326,681.3874,555.69226,13.248555,101.86417,10.639774,2.9840117,24.910917,39.902847,10.315882,389.26538,4.355678,327.91086,63.89419,0.6380641,3.6402879,112.00267,31.641026,143.96297,153.2505,11755.454,0.69608605,1699.625,1.5533028,1.0089222,0.530045,3.9988217,191.07329,256.49258,34.091522,295.16666,26.476665,18.143423,961.5107,4.688615,109.69814,98.2707,426.67053,76.43158,376.03387,22.20644,163.57277,0.0,4097.822,14486.771,24.29271,214.57777,136.74728,40932.285,173.91609,18.357817,83.680954,158.08783,82.6786,30.88819,100.888885,1210.662,201.89583,69.6495,14.289348,15.632467,929.5065,51.34194,863.8277,101.63334,2197.111,178.66333,236.6684,147.52222,174.03116,10.104312,17.194584,41.573166,6.5303698,7.1700187,59.5906,64.84097,85.94127,17.50666,20.872969,243.93709,9.869231,3461.7222,85.08453,79.083336,101.3702,87.50242,235.61111,128.83891,89.166664,28.279285,34.4941,80.89216,328.9976,412.08246,121.1,419.1521,75.539406,86.49874,259.33755,251.63333,1046.1212,252.49013,4.599167,16.525,9.173968,95.28432,15828.85,7.0810003,17.7049,28.822222,41.58092,466.707,87.62222,158.67722,4.562716,230.08333,512.2091,310.12085,105.48248,349.30997,36.88889,65.290596,311.9091,16.825062,2.4660747,14.163163,1912.7231,0.29412347,0.872,73.72099,9.2047615,4.8876925,10.1075,17.264822,192.6537,65.60417,131.4581,989.0134,206.45454,2009.3334,1837.4305,17.22965,25.752779,15074.686,8.977858,59.76389,454.5733,98.325005,168.70833,69.42807,376.80002,1122.0719,353.8256,11.352381,79.73333,879.64,2112.392,39.803024,580.7778,50.241665,0.9730786,56.977253,1.0059601,0.52198845,2.3354099,31.802084,116.61467,291.7967,13.214444,3422.2563,218.33333,72.72222,95.5,37.17619,92.333336,30.183332,2.5116668,51.916668,274.20258,62.558098,36.698673,32.820374,25.191668,27.247618,27.672222,44.71029,943.9822,145.39423,3234.4583,38.79522,3824.6035,72.88142,492.63098,2099.0947,61.031136,11.719313,1929.1799,2452.4016,6489.134,276.76544 +2023-06-11 01:00:00,0.0,11688.009,107.615654,18.772863,26.548922,27.130417,183.57979,26.566101,41.92729,20.90144,24.150818,681.18805,555.57996,13.242473,101.92468,10.650724,2.980978,24.906857,39.867947,10.29705,389.1779,4.347408,327.87155,63.864418,0.63744575,3.6384122,111.99428,31.622223,143.81744,153.21602,11767.173,0.6959984,1699.2133,1.5524098,1.0082384,0.5297165,3.9951026,191.00847,256.405,34.08107,294.98923,26.47084,18.174982,962.42474,4.6870337,109.81619,98.33477,426.48724,76.57027,376.0425,22.200205,163.92667,0.0,4094.9185,14488.78,24.288248,214.88435,136.72603,40940.51,173.82852,18.358633,83.80184,158.33469,82.60477,30.858027,101.118286,1212.5137,202.20894,69.77147,14.292056,15.624741,928.5263,51.354404,865.6508,101.72181,2196.9976,178.85237,236.90695,147.41971,174.3923,10.100577,17.188148,41.54883,6.525889,7.163214,59.59788,64.817894,85.900475,17.501287,20.878918,244.04669,9.865734,3460.6118,85.15703,79.025345,101.44678,87.57239,235.56227,128.88466,89.15278,28.290339,34.521263,80.98113,328.97705,412.9551,121.16594,419.31296,75.58674,86.52794,259.43622,251.69815,1045.9187,252.68942,4.5973296,16.526146,9.176384,95.17291,15828.438,7.076945,17.694033,28.807592,41.60411,466.96967,87.6401,158.78732,4.559954,230.13472,512.33167,310.25095,105.521,349.28125,36.87162,65.28976,311.8264,16.818409,2.464819,14.159382,1913.2301,0.29386565,0.8713208,73.68722,9.19627,4.8856344,10.099514,17.251799,192.55891,65.57367,131.43228,988.5845,206.45833,2009.0691,1837.2307,17.221067,25.750637,15069.631,8.977158,59.760647,454.77893,98.31834,168.65993,69.41801,376.69888,1121.7068,353.9167,11.3547125,79.72361,879.9802,2111.9363,39.80151,580.6935,50.21427,0.97323376,56.982937,1.006193,0.5222921,2.3368444,31.799175,116.60601,291.77774,13.223019,3422.4958,218.43091,72.771065,95.61094,37.258114,92.34254,30.23868,2.5130138,52.00903,274.83658,62.764076,36.82171,32.90938,25.186216,27.310198,27.759884,44.720837,943.86743,145.44756,3236.2253,38.79347,3824.4744,72.89442,492.51523,2099.9539,61.065025,11.714411,1928.6022,2450.8757,6487.0825,276.49252 +2023-06-11 02:00:00,0.0,11697.86,107.7232,18.77474,26.568432,27.119167,183.55649,26.56203,41.91052,20.899033,24.148312,680.9887,555.46765,13.236391,101.9852,10.661674,2.9779444,24.902796,39.833046,10.278219,389.0904,4.3391376,327.8322,63.83464,0.63682747,3.6365366,111.985886,31.60342,143.6719,153.18153,11778.893,0.6959107,1698.8015,1.5515168,1.0075545,0.52938795,3.9913838,190.94365,256.31744,34.070618,294.8118,26.465014,18.206543,963.3388,4.6854525,109.934235,98.39885,426.30396,76.70895,376.05115,22.19397,164.28056,0.0,4092.0154,14490.789,24.283789,215.19093,136.70476,40948.742,173.74097,18.359451,83.92274,158.58157,82.530945,30.827864,101.34769,1214.3654,202.52205,69.89345,14.294765,15.617015,927.5461,51.366867,867.47394,101.81028,2196.8843,179.0414,237.14552,147.3172,174.75346,10.096842,17.181713,41.524494,6.5214076,7.1564097,59.605167,64.79481,85.85967,17.495914,20.884867,244.1563,9.862237,3459.5012,85.22953,78.96736,101.52336,87.64236,235.51343,128.9304,89.138885,28.301394,34.548424,81.07011,328.9565,413.82773,121.23187,419.4738,75.63406,86.557144,259.5349,251.76299,1045.7162,252.88872,4.595493,16.527292,9.178799,95.061516,15828.026,7.072889,17.683163,28.792963,41.627304,467.23233,87.65797,158.89743,4.5571923,230.18611,512.4542,310.38104,105.559525,349.25256,36.85435,65.28891,311.74365,16.811756,2.4635634,14.155601,1913.7369,0.29360783,0.87064165,73.65345,9.1877775,4.883577,10.091529,17.238777,192.46414,65.54316,131.40646,988.15546,206.46211,2008.8047,1837.031,17.212484,25.748497,15064.576,8.976459,59.75741,454.98453,98.31167,168.61153,69.40795,376.59778,1121.3417,354.0078,11.357044,79.71389,880.32043,2111.4802,39.79999,580.60925,50.186874,0.9733889,56.988617,1.0064261,0.52259564,2.338279,31.796267,116.59736,291.7588,13.231592,3422.7356,218.52847,72.81991,95.72188,37.34004,92.35174,30.294027,2.5143611,52.101387,275.4706,62.970055,36.944748,32.99839,25.180763,27.372778,27.847546,44.73138,943.7526,145.50089,3237.9927,38.791718,3824.3452,72.90741,492.39948,2100.8132,61.09891,11.70951,1928.0243,2449.3499,6485.0312,276.2196 +2023-06-11 03:00:00,0.0,11707.713,107.83074,18.776617,26.587942,27.107918,183.53319,26.557962,41.893745,20.896627,24.145803,680.78937,555.3553,13.230309,102.045715,10.672623,2.9749107,24.898737,39.79815,10.259387,389.00293,4.330868,327.7929,63.804867,0.63620913,3.6346607,111.97749,31.584616,143.52638,153.14705,11790.612,0.695823,1698.3899,1.5506238,1.0068706,0.52905947,3.9876645,190.87881,256.22986,34.060165,294.63437,26.459187,18.238104,964.25287,4.6838717,110.052284,98.46292,426.12067,76.84763,376.05975,22.187735,164.63446,0.0,4089.1118,14492.798,24.279327,215.4975,136.68349,40956.973,173.6534,18.360268,84.04363,158.82845,82.45712,30.7977,101.57708,1216.217,202.83516,70.01542,14.297474,15.609289,926.5659,51.37933,869.29706,101.89875,2196.7708,179.23044,237.38408,147.21469,175.11462,10.093107,17.175278,41.500156,6.516927,7.1496058,59.61245,64.77172,85.81887,17.490543,20.890818,244.26591,9.858741,3458.3906,85.302025,78.90938,101.599945,87.712326,235.46458,128.97615,89.125,28.312447,34.575584,81.15908,328.93594,414.70038,121.29781,419.63464,75.6814,86.58634,259.6336,251.8278,1045.5137,253.08801,4.593656,16.528439,9.181214,94.95012,15827.615,7.0688334,17.672293,28.778334,41.650497,467.49503,87.675835,159.00752,4.5544305,230.2375,512.57684,310.51114,105.598045,349.22385,36.837082,65.28806,311.66092,16.805101,2.462308,14.151819,1914.2439,0.29335,0.86996245,73.619675,9.179286,4.8815193,10.083543,17.225754,192.36935,65.51266,131.38065,987.72644,206.46591,2008.5404,1836.8312,17.203901,25.746355,15059.521,8.975759,59.754166,455.19016,98.305,168.56313,69.397896,376.49667,1120.9766,354.0989,11.359375,79.70416,880.66064,2111.0242,39.798473,580.52496,50.159477,0.97354406,56.994297,1.006659,0.52289927,2.3397138,31.79336,116.5887,291.73984,13.240167,3422.9753,218.62604,72.86875,95.83281,37.421963,92.36094,30.349375,2.5157084,52.19375,276.10464,63.176037,37.067783,33.0874,25.175312,27.435356,27.935207,44.74193,943.6379,145.55421,3239.76,38.789963,3824.2158,72.92041,492.28372,2101.6724,61.1328,11.704608,1927.4465,2447.8237,6482.98,275.9467 +2023-06-11 04:00:00,0.0,11717.564,107.938286,18.778492,26.607452,27.096666,183.50989,26.553892,41.876976,20.89422,24.143297,680.59,555.243,13.224226,102.10624,10.683573,2.971877,24.894676,39.76325,10.240556,388.91544,4.3225975,327.75357,63.775093,0.6355908,3.632785,111.9691,31.565813,143.38086,153.11256,11802.331,0.69573534,1697.9781,1.5497308,1.0061868,0.5287309,3.9839456,190.814,256.14227,34.049717,294.45694,26.453362,18.269665,965.167,4.6822906,110.17033,98.52699,425.93735,76.98631,376.0684,22.1815,164.98836,0.0,4086.209,14494.808,24.274868,215.80408,136.66222,40965.203,173.56584,18.361086,84.16452,159.07532,82.3833,30.767538,101.80648,1218.0687,203.14827,70.13739,14.300183,15.601563,925.58575,51.391792,871.1202,101.98723,2196.6575,179.41946,237.62265,147.11218,175.47578,10.089372,17.168842,41.475822,6.512446,7.1428013,59.619736,64.748634,85.77807,17.48517,20.896767,244.37552,9.855244,3457.28,85.37453,78.85139,101.67653,87.7823,235.41574,129.0219,89.111115,28.3235,34.602745,81.248055,328.9154,415.573,121.363754,419.79547,75.72873,86.61554,259.7323,251.89264,1045.3112,253.28731,4.5918193,16.529583,9.18363,94.83872,15827.204,7.064778,17.661423,28.763702,41.673687,467.7577,87.69371,159.11763,4.5516686,230.2889,512.6994,310.64124,105.63657,349.19516,36.819813,65.287224,311.5782,16.798449,2.4610524,14.148038,1914.7509,0.2930922,0.8692833,73.58591,9.170794,4.8794613,10.075558,17.212732,192.27458,65.482155,131.35483,987.2975,206.4697,2008.2761,1836.6315,17.19532,25.744215,15054.467,8.9750595,59.750927,455.39578,98.29833,168.51472,69.38783,376.39557,1120.6115,354.19003,11.361707,79.69444,881.00085,2110.568,39.796955,580.44073,50.132084,0.97369915,56.999977,1.006892,0.5232029,2.3411484,31.790451,116.58005,291.7209,13.248741,3423.2148,218.72362,72.917595,95.94375,37.50389,92.37014,30.404722,2.5170555,52.28611,276.73868,63.382015,37.19082,33.176407,25.16986,27.497936,28.022871,44.752472,943.52313,145.60756,3241.5273,38.78821,3824.0867,72.9334,492.16797,2102.5315,61.16669,11.699707,1926.8687,2446.2979,6480.9287,275.67377 +2023-06-11 05:00:00,0.0,11727.417,108.04583,18.780369,26.62696,27.085417,183.48659,26.549824,41.860207,20.891813,24.140789,680.39075,555.1307,13.218143,102.166756,10.694522,2.9688435,24.890615,39.728348,10.2217245,388.82794,4.3143272,327.71423,63.74532,0.6349725,3.6309094,111.96071,31.547009,143.23534,153.07806,11814.051,0.69564766,1697.5664,1.5488379,1.0055029,0.5284024,3.9802268,190.74918,256.05472,34.039265,294.2795,26.447535,18.301224,966.08105,4.6807094,110.288376,98.591064,425.7541,77.125,376.07703,22.175264,165.34225,0.0,4083.3054,14496.816,24.270407,216.11066,136.64095,40973.43,173.47827,18.361902,84.285416,159.32217,82.30948,30.737375,102.03588,1219.9204,203.46136,70.25937,14.302892,15.593838,924.6056,51.404255,872.9433,102.0757,2196.544,179.6085,237.8612,147.00967,175.83694,10.085637,17.162407,41.451485,6.5079646,7.135997,59.627018,64.72555,85.73727,17.479797,20.902716,244.48512,9.851747,3456.1697,85.44702,78.7934,101.753105,87.85227,235.3669,129.06764,89.09722,28.334553,34.62991,81.33703,328.89487,416.44565,121.42969,419.9563,75.77606,86.64474,259.831,251.95746,1045.1086,253.4866,4.5899825,16.53073,9.186045,94.727325,15826.792,7.0607224,17.650555,28.749073,41.69688,468.02036,87.71158,159.22774,4.548907,230.34027,512.82196,310.77133,105.675095,349.16644,36.802547,65.28638,311.49545,16.791796,2.4597967,14.144256,1915.2577,0.29283437,0.8686041,73.55214,9.162301,4.8774037,10.067572,17.199709,192.1798,65.45165,131.32901,986.8685,206.47348,2008.0118,1836.4316,17.186737,25.742073,15049.412,8.9743595,59.747684,455.60138,98.29167,168.46632,69.37778,376.29446,1120.2463,354.28113,11.3640375,79.68472,881.34106,2110.1123,39.795437,580.35645,50.104687,0.9738543,57.005657,1.007125,0.5235065,2.3425832,31.787544,116.57139,291.70193,13.257315,3423.4546,218.82118,72.96643,96.05469,37.585815,92.37934,30.46007,2.5184028,52.37847,277.3727,63.587997,37.313854,33.265415,25.16441,27.560514,28.110533,44.76302,943.4083,145.66089,3243.2947,38.78646,3823.9575,72.9464,492.05222,2103.3906,61.200577,11.694805,1926.2909,2444.772,6478.8774,275.40082 +2023-06-11 06:00:00,0.0,11737.269,108.15338,18.782246,26.646471,27.074167,183.46329,26.545753,41.843433,20.889408,24.138283,680.1914,555.0184,13.212061,102.22727,10.705471,2.9658098,24.886555,39.693447,10.202892,388.74045,4.306057,327.67493,63.715546,0.6343542,3.6290338,111.95232,31.528206,143.08981,153.04358,11825.7705,0.69556,1697.1547,1.5479449,1.004819,0.5280739,3.9765077,190.68436,255.96713,34.028812,294.10208,26.441708,18.332785,966.9951,4.679128,110.40642,98.655136,425.57077,77.26369,376.08563,22.169031,165.69615,0.0,4080.4023,14498.825,24.265947,216.41722,136.61967,40981.66,173.39072,18.36272,84.40631,159.56906,82.23565,30.707212,102.265274,1221.7721,203.77448,70.38134,14.305601,15.586112,923.62537,51.416718,874.7664,102.16417,2196.4304,179.79753,238.09978,146.90715,176.19809,10.0819025,17.155972,41.42715,6.503484,7.1291924,59.634304,64.70246,85.69647,17.474424,20.908667,244.59474,9.84825,3455.059,85.519516,78.73542,101.82969,87.92224,235.31805,129.11339,89.083336,28.345608,34.65707,81.42601,328.87433,417.31827,121.49563,420.11716,75.82339,86.673935,259.92966,252.0223,1044.9061,253.6859,4.5881457,16.531876,9.18846,94.61593,15826.381,7.056667,17.639685,28.734444,41.720074,468.28302,87.72945,159.33783,4.546145,230.39166,512.9446,310.90143,105.713615,349.13776,36.78528,65.28553,311.41272,16.785143,2.4585412,14.140474,1915.7646,0.29257658,0.867925,73.518364,9.15381,4.875346,10.059587,17.186687,192.085,65.42115,131.30319,986.4395,206.47726,2007.7474,1836.2319,17.178154,25.739931,15044.357,8.97366,59.744446,455.807,98.285,168.41792,69.367714,376.19333,1119.8812,354.37225,11.366369,79.674995,881.6813,2109.6562,39.793922,580.2722,50.07729,0.97400945,57.011337,1.007358,0.52381015,2.3440177,31.784636,116.56274,291.68298,13.265889,3423.6943,218.91875,73.015274,96.16563,37.66774,92.38854,30.515417,2.51975,52.470833,278.00674,63.793976,37.436893,33.354424,25.158958,27.623095,28.198195,44.773567,943.2936,145.71422,3245.0618,38.78471,3823.8284,72.9594,491.93646,2104.2498,61.234467,11.689904,1925.713,2443.246,6476.826,275.1279 +2023-06-11 07:00:00,0.0,11747.121,108.260925,18.78412,26.665981,27.062918,183.43999,26.541685,41.82666,20.887001,24.135777,679.99207,554.90607,13.205978,102.28779,10.716421,2.9627764,24.882494,39.65855,10.184061,388.65295,4.2977867,327.6356,63.685772,0.63373584,3.627158,111.943924,31.509401,142.94429,153.0091,11837.49,0.6954723,1696.7429,1.5470519,1.0041353,0.52774537,3.9727888,190.61952,255.87955,34.018364,293.92465,26.43588,18.364346,967.9092,4.6775475,110.52447,98.71921,425.38745,77.40237,376.09427,22.162796,166.05005,0.0,4077.499,14500.834,24.261486,216.7238,136.5984,40989.89,173.30315,18.363537,84.5272,159.81592,82.16183,30.67705,102.494675,1223.6238,204.08759,70.50332,14.30831,15.578385,922.6452,51.42918,876.5895,102.25264,2196.3171,179.98657,238.33835,146.80464,176.55925,10.078167,17.149536,41.402813,6.4990025,7.122388,59.64159,64.679375,85.65567,17.469053,20.914616,244.70435,9.844753,3453.9485,85.59202,78.67743,101.90627,87.99221,235.26921,129.15913,89.06944,28.35666,34.68423,81.514984,328.8538,418.19092,121.56156,420.27798,75.87072,86.70313,260.02835,252.08711,1044.7036,253.8852,4.586309,16.533022,9.190876,94.50453,15825.969,7.0526114,17.628815,28.719814,41.743263,468.54572,87.747314,159.44794,4.543383,230.44305,513.06714,311.03152,105.75214,349.10904,36.76801,65.28469,311.33002,16.778488,2.4572856,14.136693,1916.2715,0.29231876,0.8672458,73.4846,9.145317,4.8732886,10.0516,17.173664,191.99023,65.39065,131.27737,986.0105,206.48106,2007.4832,1836.0321,17.16957,25.737791,15039.303,8.97296,59.741203,456.01263,98.278336,168.3695,69.35766,376.09222,1119.5161,354.46335,11.368701,79.665276,882.0215,2109.2002,39.792404,580.1879,50.049896,0.9741646,57.01702,1.0075909,0.5241138,2.3454523,31.781727,116.55408,291.66403,13.274463,3423.9338,219.01633,73.06412,96.276566,37.749664,92.39774,30.570765,2.5210972,52.563194,278.64078,63.999958,37.55993,33.44343,25.153507,27.685675,28.285856,44.78411,943.1788,145.76756,3246.829,38.782955,3823.699,72.9724,491.8207,2105.109,61.268356,11.685002,1925.1353,2441.7202,6474.7754,274.85498 +2023-06-11 08:00:00,0.0,11756.973,108.36847,18.785997,26.685492,27.051666,183.41669,26.537615,41.80989,20.884596,24.133268,679.7927,554.79376,13.199896,102.348305,10.72737,2.9597428,24.878433,39.62365,10.16523,388.5655,4.289517,327.59625,63.656,0.6331175,3.6252823,111.93553,31.490599,142.79877,152.97461,11849.209,0.6953846,1696.3313,1.5461589,1.0034513,0.5274169,3.9690695,190.5547,255.79198,34.00791,293.74722,26.430056,18.395906,968.82324,4.6759663,110.64251,98.78328,425.20416,77.54105,376.1029,22.15656,166.40395,0.0,4074.5957,14502.843,24.257025,217.03036,136.57713,40998.117,173.21559,18.364355,84.648094,160.06279,82.088005,30.646887,102.724075,1225.4755,204.4007,70.62529,14.311019,15.57066,921.66504,51.441643,878.4126,102.34112,2196.2036,180.17561,238.57692,146.70213,176.92041,10.074432,17.1431,41.37848,6.4945216,7.1155834,59.648872,64.65629,85.61487,17.46368,20.920565,244.81395,9.841256,3452.838,85.66451,78.619446,101.98285,88.06219,235.22037,129.20488,89.05556,28.367714,34.71139,81.60396,328.83322,419.06354,121.6275,420.43884,75.91805,86.73233,260.12704,252.15195,1044.501,254.08449,4.584472,16.534166,9.193291,94.393135,15825.558,7.048556,17.617947,28.705185,41.766457,468.80838,87.76519,159.55804,4.5406213,230.49445,513.1897,311.16162,105.790665,349.08035,36.75074,65.283844,311.24728,16.771835,2.45603,14.132912,1916.7784,0.29206094,0.8665666,73.45082,9.136826,4.8712306,10.043615,17.160643,191.89545,65.36014,131.25156,985.58154,206.48485,2007.2189,1835.8324,17.16099,25.73565,15034.248,8.972261,59.737965,456.21826,98.27167,168.3211,69.3476,375.99112,1119.151,354.55447,11.371032,79.655556,882.3617,2108.7444,39.790886,580.1037,50.0225,0.97431976,57.0227,1.007824,0.5244174,2.346887,31.77882,116.545425,291.64508,13.283037,3424.1736,219.11389,73.11296,96.3875,37.83159,92.406944,30.62611,2.5224445,52.655556,279.2748,64.20594,37.682964,33.53244,25.148056,27.748253,28.373518,44.79466,943.064,145.82089,3248.5964,38.781204,3823.5698,72.9854,491.70496,2105.968,61.302242,11.680101,1924.5574,2440.1943,6472.724,274.58206 +2023-06-11 09:00:00,0.0,11766.825,108.47601,18.787872,26.705,27.040417,183.39339,26.533546,41.79312,20.882189,24.130762,679.5934,554.68146,13.193814,102.40882,10.738319,2.9567091,24.874374,39.58875,10.146399,388.478,4.2812467,327.55695,63.62622,0.6324992,3.6234066,111.92714,31.471796,142.65324,152.94012,11860.929,0.69529694,1695.9196,1.5452659,1.0027674,0.52708834,3.9653506,190.48988,255.70439,33.99746,293.5698,26.424229,18.427465,969.73737,4.674385,110.76056,98.84736,425.02087,77.67974,376.1115,22.150326,166.75784,0.0,4071.6926,14504.852,24.252565,217.33694,136.55586,41006.348,173.12802,18.365171,84.76899,160.30966,82.01418,30.616724,102.95347,1227.3271,204.7138,70.74726,14.313727,15.562934,920.6848,51.45411,880.2357,102.42959,2196.0903,180.36464,238.81549,146.59962,177.28157,10.070697,17.136665,41.35414,6.4900403,7.108779,59.65616,64.63321,85.574066,17.458307,20.926516,244.92357,9.83776,3451.7275,85.737015,78.561455,102.05943,88.13216,235.17152,129.25064,89.041664,28.378767,34.738556,81.69293,328.81268,419.9362,121.693436,420.59967,75.965385,86.761536,260.22574,252.21677,1044.2985,254.28378,4.5826354,16.535313,9.195706,94.28174,15825.1455,7.0445004,17.607077,28.690556,41.78965,469.07104,87.78306,159.66814,4.5378594,230.54584,513.3123,311.29172,105.829185,349.05164,36.73347,65.283,311.16455,16.765182,2.4547744,14.129129,1917.2854,0.29180312,0.86588746,73.41705,9.128333,4.869173,10.035629,17.14762,191.80066,65.329636,131.22575,985.1526,206.48863,2006.9545,1835.6326,17.152407,25.73351,15029.193,8.971562,59.734722,456.42386,98.265,168.2727,69.33754,375.89,1118.7859,354.64557,11.3733635,79.645836,882.7019,2108.2883,39.789368,580.0194,49.995102,0.9744749,57.02838,1.0080569,0.52472097,2.3483217,31.775911,116.536766,291.62613,13.291611,3424.4133,219.21146,73.161804,96.498436,37.913513,92.416145,30.681458,2.5237918,52.747917,279.90884,64.41192,37.806004,33.62145,25.142605,27.810833,28.46118,44.805202,942.9493,145.87422,3250.3638,38.779453,3823.4407,72.99839,491.5892,2106.8271,61.336132,11.6751995,1923.9795,2438.6685,6470.673,274.30914 +2023-06-11 10:00:00,0.0,11776.677,108.58356,18.78975,26.72451,27.029167,183.3701,26.529476,41.77635,20.879784,24.128254,679.3941,554.56915,13.187732,102.46934,10.7492695,2.9536755,24.870314,39.55385,10.127566,388.3905,4.2729764,327.5176,63.596447,0.6318809,3.621531,111.91875,31.452991,142.50772,152.90564,11872.648,0.69520926,1695.5078,1.5443729,1.0020837,0.5267598,3.9616318,190.42506,255.61682,33.987007,293.39236,26.418402,18.459026,970.6514,4.6728044,110.8786,98.91143,424.8376,77.81842,376.12015,22.14409,167.11174,0.0,4068.7893,14506.86,24.248104,217.64352,136.53459,41014.58,173.04047,18.36599,84.88988,160.55655,81.94035,30.586561,103.18287,1229.1788,205.02692,70.86924,14.316437,15.555208,919.70465,51.46657,882.05884,102.51806,2195.9768,180.55368,239.05405,146.49712,177.64272,10.066962,17.130232,41.329803,6.4855595,7.1019745,59.66344,64.610115,85.53327,17.452934,20.932465,245.03317,9.834263,3450.617,85.80951,78.50347,102.13602,88.202126,235.12268,129.29639,89.02778,28.389822,34.765717,81.781906,328.79214,420.8088,121.75938,420.7605,76.01271,86.79073,260.32443,252.2816,1044.096,254.48308,4.5807986,16.536459,9.198122,94.17034,15824.734,7.0404444,17.596207,28.675926,41.81284,469.33374,87.80093,159.77824,4.5350976,230.59723,513.4349,311.4218,105.86771,349.02295,36.7162,65.28216,311.08182,16.75853,2.4535189,14.125348,1917.7922,0.2915453,0.86520827,73.383286,9.119842,4.8671155,10.027644,17.134596,191.70589,65.29913,131.19994,984.7236,206.49242,2006.6902,1835.4329,17.143824,25.731367,15024.139,8.970862,59.731483,456.6295,98.25834,168.2243,69.327484,375.7889,1118.4208,354.7367,11.375694,79.63611,883.0421,2107.8323,39.787853,579.9352,49.96771,0.97463,57.03406,1.0082898,0.5250246,2.3497562,31.773003,116.528114,291.60718,13.300185,3424.653,219.30902,73.21065,96.609375,37.995438,92.42535,30.736805,2.5251389,52.84028,280.54288,64.6179,37.92904,33.710457,25.137154,27.873411,28.548843,44.81575,942.8345,145.92755,3252.131,38.7777,3823.3115,73.01139,491.47345,2107.6865,61.370018,11.670299,1923.4017,2437.1426,6468.6216,274.03622 +2023-06-11 11:00:00,0.0,11786.529,108.6911,18.791626,26.74402,27.017918,183.3468,26.525408,41.759575,20.877377,24.125748,679.19476,554.45685,13.181649,102.529854,10.760219,2.9506419,24.866253,39.51895,10.108735,388.303,4.264706,327.4783,63.566673,0.63126254,3.6196551,111.910355,31.434189,142.3622,152.87115,11884.367,0.6951216,1695.0961,1.54348,1.0013998,0.5264313,3.9579127,190.36023,255.52924,33.97656,293.21494,26.412577,18.490587,971.5655,4.671223,110.99665,98.9755,424.6543,77.95711,376.12878,22.137856,167.46564,0.0,4065.8862,14508.869,24.243645,217.95009,136.51332,41022.81,172.9529,18.366806,85.01077,160.8034,81.86653,30.556398,103.41227,1231.0305,205.34001,70.99121,14.319145,15.5474825,918.7245,51.479034,883.88196,102.60653,2195.8633,180.7427,239.29262,146.39459,178.00388,10.063227,17.123796,41.30547,6.481078,7.09517,59.670727,64.58703,85.49247,17.447563,20.938414,245.14278,9.830766,3449.5063,85.882,78.44549,102.21259,88.272095,235.07384,129.34213,89.013885,28.400875,34.792877,81.87088,328.7716,421.68146,121.82531,420.92136,76.06004,86.81993,260.4231,252.34642,1043.8934,254.68237,4.578962,16.537605,9.200537,94.058945,15824.323,7.036389,17.585337,28.661295,41.836033,469.5964,87.8188,159.88835,4.5323358,230.6486,513.55743,311.5519,105.90623,348.99423,36.698936,65.28131,310.99908,16.751875,2.4522634,14.121567,1918.2992,0.29128748,0.86452913,73.34951,9.111349,4.8650575,10.019658,17.121574,191.6111,65.26863,131.17412,984.29456,206.49622,2006.4259,1835.233,17.13524,25.729225,15019.084,8.970163,59.72824,456.8351,98.25167,168.1759,69.31742,375.68777,1118.0557,354.82782,11.378026,79.62639,883.3823,2107.3762,39.786335,579.8509,49.94031,0.97478515,57.03974,1.0085229,0.5253282,2.351191,31.770096,116.519455,291.58823,13.30876,3424.8926,219.4066,73.25949,96.720314,38.077362,92.43455,30.792152,2.5264862,52.93264,281.1769,64.823875,38.052074,33.799465,25.131702,27.935991,28.636505,44.826298,942.7197,145.9809,3253.8982,38.775948,3823.1821,73.02438,491.3577,2108.5457,61.403908,11.665397,1922.8239,2435.6167,6466.5703,273.7633 +2023-06-11 12:00:00,0.0,11796.381,108.798645,18.7935,26.76353,27.006666,183.3235,26.521338,41.742805,20.87497,24.12324,678.9954,554.34454,13.175567,102.59038,10.771168,2.9476082,24.862192,39.48405,10.089904,388.2155,4.256436,327.43896,63.5369,0.6306442,3.6177795,111.90196,31.415384,142.21666,152.83667,11896.087,0.6950339,1694.6843,1.542587,1.0007159,0.5261028,3.9541938,190.29541,255.44167,33.966106,293.0375,26.40675,18.522148,972.47955,4.669642,111.11469,99.03957,424.471,78.09579,376.1374,22.131622,167.81953,0.0,4062.983,14510.879,24.239183,218.25667,136.49207,41031.035,172.86534,18.367624,85.13167,161.05028,81.79271,30.526234,103.64166,1232.8822,205.65312,71.11318,14.321855,15.539756,917.74426,51.491497,885.7051,102.695,2195.75,180.93175,239.53119,146.29208,178.36504,10.059492,17.117361,41.28113,6.4765973,7.088366,59.67801,64.56395,85.45167,17.44219,20.944363,245.25238,9.82727,3448.3958,85.954506,78.3875,102.28918,88.34207,235.025,129.38788,89.0,28.411928,34.82004,81.959854,328.75104,422.55408,121.89125,421.08218,76.107376,86.84913,260.5218,252.41125,1043.6909,254.88167,4.577125,16.53875,9.202952,93.94755,15823.911,7.0323334,17.574469,28.646666,41.859226,469.85907,87.83667,159.99844,4.529574,230.7,513.68005,311.682,105.94475,348.96555,36.681667,65.280464,310.91638,16.745222,2.4510076,14.117785,1918.8062,0.29102966,0.86384994,73.31574,9.102857,4.863,10.011673,17.108551,191.51633,65.23813,131.1483,983.86554,206.5,2006.1616,1835.0333,17.12666,25.727085,15014.029,8.969463,59.725,457.0407,98.245,168.1275,69.307365,375.58667,1117.6906,354.9189,11.380358,79.61667,883.72253,2106.9204,39.784817,579.76666,49.912918,0.9749403,57.04542,1.0087558,0.52563184,2.3526256,31.767187,116.5108,291.56927,13.317333,3425.1323,219.50417,73.308334,96.83125,38.159286,92.44375,30.8475,2.5278335,53.025,281.81094,65.02986,38.17511,33.888474,25.126251,27.998571,28.724167,44.83684,942.605,146.03423,3255.6655,38.774197,3823.053,73.037384,491.24194,2109.4048,61.437798,11.660496,1922.2461,2434.0908,6464.519,273.49036 +2023-06-11 13:00:00,0.0,11806.233,108.9062,18.795378,26.783041,26.995417,183.3002,26.51727,41.726036,20.872564,24.120733,678.7961,554.23224,13.169484,102.650894,10.782118,2.9445746,24.858131,39.44915,10.071072,388.12805,4.248166,327.39963,63.507126,0.6300259,3.6159039,111.89357,31.396582,142.07114,152.80219,11907.807,0.6949462,1694.2727,1.541694,1.000032,0.5257743,3.9504747,190.23059,255.35408,33.955654,292.86008,26.400923,18.553709,973.3937,4.668061,111.23274,99.103645,424.2877,78.234474,376.14603,22.125387,168.17343,0.0,4060.0796,14512.888,24.234724,218.56325,136.4708,41039.266,172.77777,18.36844,85.252556,161.29715,81.71889,30.49607,103.87106,1234.7339,205.96623,71.23516,14.324563,15.53203,916.7641,51.50396,887.5282,102.78348,2195.6365,181.12079,239.76974,146.18958,178.7262,10.055757,17.110926,41.256798,6.4721165,7.0815616,59.685295,64.54086,85.410866,17.436817,20.950314,245.362,9.823772,3447.2854,86.027,78.32951,102.36576,88.41204,234.97615,129.43362,88.986115,28.422981,34.847202,82.04883,328.7305,423.42673,121.95719,421.24304,76.15471,86.87833,260.62048,252.47607,1043.4884,255.08096,4.5752883,16.539896,9.205368,93.83615,15823.5,7.028278,17.563599,28.632036,41.882416,470.12177,87.85454,160.10855,4.526812,230.75139,513.8026,311.81207,105.98328,348.93683,36.6644,65.279625,310.83365,16.73857,2.449752,14.114004,1919.313,0.29077184,0.8631708,73.281975,9.094365,4.8609424,10.003688,17.09553,191.42154,65.20763,131.12248,983.4366,206.50378,2005.8972,1834.8335,17.118076,25.724943,15008.975,8.968764,59.72176,457.24634,98.238335,168.0791,69.29731,375.48557,1117.3254,355.01004,11.3826885,79.60694,884.06274,2106.4644,39.7833,579.6824,49.88552,0.97509545,57.051105,1.0089887,0.5259355,2.3540604,31.76428,116.502144,291.5503,13.325908,3425.372,219.60173,73.35718,96.942184,38.24121,92.45295,30.902847,2.5291805,53.117363,282.44498,65.23584,38.29815,33.97748,25.120798,28.06115,28.811829,44.84739,942.4902,146.08755,3257.4329,38.77244,3822.9238,73.05038,491.1262,2110.264,61.471684,11.655594,1921.6682,2432.565,6462.468,273.21744 +2023-06-11 14:00:00,0.0,11816.085,109.01374,18.797255,26.80255,26.984167,183.2769,26.513199,41.709263,20.870157,24.118227,678.59674,554.11993,13.163402,102.71141,10.793067,2.941541,24.85407,39.41425,10.05224,388.04056,4.239896,327.36032,63.477352,0.6294076,3.6140282,111.88518,31.377779,141.92561,152.76768,11919.526,0.69485855,1693.861,1.540801,0.99934816,0.52544576,3.9467556,190.16577,255.26651,33.9452,292.68265,26.395096,18.585268,974.30774,4.66648,111.350784,99.16772,424.1044,78.37316,376.15466,22.119152,168.52733,0.0,4057.1765,14514.896,24.230263,218.86981,136.44952,41047.496,172.69022,18.369259,85.37345,161.54402,81.645065,30.465908,104.100464,1236.5856,206.27934,71.35713,14.327272,15.524304,915.78394,51.516422,889.3513,102.87195,2195.5232,181.30981,240.00832,146.08707,179.08734,10.052022,17.10449,41.23246,6.467635,7.074757,59.692577,64.51778,85.37007,17.431444,20.956263,245.4716,9.820275,3446.1748,86.099495,78.27153,102.442345,88.48201,234.9273,129.47937,88.97222,28.434036,34.874363,82.1378,328.70996,424.29935,122.023125,421.40387,76.202034,86.907524,260.71918,252.5409,1043.2859,255.28026,4.5734515,16.541042,9.207783,93.724754,15823.088,7.0242224,17.552729,28.617407,41.90561,470.38443,87.87241,160.21866,4.52405,230.80278,513.9252,311.94217,106.0218,348.90814,36.64713,65.27878,310.75092,16.731916,2.4484966,14.110222,1919.82,0.29051402,0.8624916,73.2482,9.085873,4.858885,9.995702,17.082506,191.32675,65.177124,131.09666,983.00757,206.50757,2005.6329,1834.6338,17.109493,25.722801,15003.92,8.968064,59.718517,457.45197,98.23167,168.0307,69.28725,375.38446,1116.9603,355.10114,11.38502,79.59722,884.403,2106.0083,39.781784,579.59814,49.858124,0.9752506,57.056786,1.0092218,0.5262391,2.355495,31.761372,116.49349,291.53134,13.334481,3425.6116,219.69931,73.40602,97.05312,38.323135,92.46215,30.958195,2.5305278,53.20972,283.079,65.44182,38.421185,34.06649,25.115347,28.12373,28.89949,44.857937,942.3754,146.14088,3259.2002,38.77069,3822.7947,73.06338,491.01044,2111.123,61.505573,11.650693,1921.0905,2431.039,6460.4165,272.94452 +2023-06-11 15:00:00,0.0,11825.9375,109.121284,18.79913,26.82206,26.972918,183.2536,26.50913,41.69249,20.867752,24.115719,678.39746,554.0076,13.157319,102.77193,10.804016,2.9385073,24.850012,39.379353,10.033409,387.95306,4.2316256,327.32098,63.44758,0.62878925,3.6121526,111.876785,31.358974,141.78009,152.7332,11931.245,0.6947709,1693.4492,1.539908,0.99866426,0.5251172,3.9430368,190.10095,255.17892,33.934753,292.50522,26.38927,18.616829,975.2218,4.664899,111.468834,99.23179,423.9211,78.51184,376.16327,22.112917,168.88123,0.0,4054.2734,14516.905,24.225803,219.17639,136.42825,41055.727,172.60265,18.370075,85.49435,161.7909,81.571236,30.435745,104.32986,1238.4373,206.59245,71.4791,14.329981,15.516579,914.8038,51.528885,891.17444,102.96042,2195.4097,181.49886,240.24687,145.98456,179.4485,10.048286,17.098055,41.208126,6.4631543,7.0679526,59.699863,64.49469,85.32927,17.426073,20.962212,245.5812,9.816779,3445.0642,86.172,78.21354,102.51892,88.55198,234.87846,129.52512,88.958336,28.44509,34.901524,82.226776,328.68942,425.172,122.089066,421.5647,76.24937,86.93672,260.81787,252.60573,1043.0834,255.47955,4.5716147,16.542189,9.210198,93.61336,15822.677,7.020167,17.541859,28.602777,41.928802,470.6471,87.89028,160.32875,4.5212884,230.85417,514.0478,312.07227,106.06032,348.87943,36.62986,65.27793,310.66818,16.725262,2.4472408,14.106441,1920.3269,0.2902562,0.8618125,73.21443,9.077381,4.856827,9.987717,17.069485,191.23198,65.146614,131.07085,982.5786,206.51137,2005.3687,1834.434,17.10091,25.720661,14998.865,8.967365,59.71528,457.6576,98.225,167.98228,69.27719,375.28336,1116.5952,355.19226,11.387351,79.5875,884.7432,2105.5525,39.780266,579.51385,49.83073,0.97540575,57.062466,1.0094547,0.5265427,2.3569295,31.758463,116.48483,291.5124,13.343056,3425.8513,219.79688,73.45486,97.16406,38.40506,92.47135,31.013542,2.5318751,53.302082,283.71304,65.6478,38.54422,34.1555,25.109896,28.186308,28.987152,44.86848,942.2606,146.19423,3260.9675,38.76894,3822.6655,73.07637,490.89468,2111.9822,61.539463,11.645791,1920.5126,2429.5132,6458.365,272.6716 +2023-06-11 16:00:00,0.0,11835.789,109.22883,18.801006,26.84157,26.961666,183.2303,26.50506,41.67572,20.865345,24.113213,678.1981,553.8953,13.151237,102.83244,10.814966,2.9354737,24.845951,39.34445,10.014577,387.86557,4.2233553,327.28168,63.417805,0.6281709,3.6102767,111.86839,31.340172,141.63457,152.69872,11942.965,0.6946832,1693.0375,1.539015,0.9979804,0.52478874,3.9393177,190.03612,255.09135,33.9243,292.3278,26.383444,18.64839,976.13586,4.6633177,111.586876,99.29586,423.7378,78.65053,376.1719,22.106682,169.23512,0.0,4051.37,14518.914,24.221342,219.48297,136.40698,41063.953,172.51509,18.370893,85.615234,162.03777,81.49741,30.405582,104.55926,1240.289,206.90555,71.60108,14.33269,15.508853,913.82355,51.541348,892.99756,103.04889,2195.2964,181.68788,240.48544,145.88203,179.80966,10.044552,17.09162,41.18379,6.458673,7.061148,59.70715,64.4716,85.28847,17.4207,20.968163,245.69083,9.813282,3443.9536,86.24449,78.155556,102.595505,88.621956,234.82964,129.57086,88.94444,28.456142,34.928688,82.31575,328.66888,426.04462,122.155,421.72556,76.2967,86.96593,260.91653,252.67055,1042.8809,255.67885,4.569778,16.543333,9.212614,93.50196,15822.265,7.0161114,17.53099,28.588148,41.951992,470.9098,87.90815,160.43886,4.5185266,230.90555,514.17035,312.20236,106.09884,348.85074,36.61259,65.27709,310.58545,16.718609,2.4459853,14.102659,1920.8337,0.28999838,0.8611333,73.18066,9.068889,4.854769,9.979731,17.056461,191.13719,65.11611,131.04503,982.1496,206.51515,2005.1044,1834.2343,17.092329,25.71852,14993.811,8.966665,59.712036,457.8632,98.21834,167.93388,69.267136,375.18222,1116.2301,355.28336,11.389683,79.577774,885.08344,2105.0964,39.778748,579.4296,49.803333,0.97556084,57.068146,1.0096877,0.52684635,2.3583643,31.755556,116.47618,291.49344,13.351629,3426.091,219.89444,73.5037,97.275,38.486984,92.48055,31.068888,2.5332222,53.394444,284.34708,65.853775,38.667255,34.244507,25.104445,28.248888,29.074814,44.87903,942.1459,146.24756,3262.7346,38.767185,3822.5361,73.08937,490.77893,2112.8413,61.57335,11.64089,1919.9348,2427.9873,6456.314,272.39868 +2023-06-11 17:00:00,0.0,11845.642,109.33637,18.802883,26.86108,26.950417,183.207,26.500992,41.65895,20.862938,24.110704,677.9988,553.783,13.145155,102.89296,10.825915,2.93244,24.84189,39.30955,9.995746,387.77808,4.2150855,327.24234,63.388027,0.6275526,3.608401,111.86,31.321367,141.48904,152.66423,11954.685,0.6945955,1692.6257,1.5381222,0.9972965,0.5244602,3.9355989,189.9713,255.00378,33.91385,292.15036,26.377617,18.67995,977.05,4.6617365,111.704926,99.35994,423.5545,78.78921,376.1805,22.100447,169.58902,0.0,4048.4668,14520.923,24.216883,219.78954,136.38571,41072.184,172.42752,18.37171,85.73613,162.28464,81.42359,30.37542,104.78866,1242.1406,207.21866,71.72305,14.335399,15.501127,912.8434,51.55381,894.8207,103.13737,2195.1829,181.87692,240.72403,145.77953,180.17082,10.040816,17.085184,41.159454,6.454192,7.0543437,59.71443,64.44852,85.247665,17.415327,20.974112,245.80043,9.809786,3442.8433,86.31699,78.09757,102.67209,88.691925,234.78079,129.61661,88.93056,28.467196,34.95585,82.404724,328.64832,426.91727,122.22094,421.88638,76.34403,86.995125,261.01523,252.73538,1042.6783,255.87814,4.5679407,16.54448,9.215029,93.390564,15821.854,7.012056,17.52012,28.573519,41.975185,471.17245,87.926025,160.54897,4.5157647,230.95694,514.2929,312.33246,106.13737,348.82202,36.595325,65.276245,310.50275,16.711956,2.4447298,14.098878,1921.3407,0.28974056,0.86045414,73.14689,9.060397,4.8527117,9.9717455,17.04344,191.0424,65.08561,131.01921,981.72064,206.51894,2004.84,1834.0344,17.083746,25.71638,14988.756,8.965966,59.708797,458.06882,98.21167,167.88548,69.25707,375.08112,1115.865,355.37448,11.392014,79.568054,885.42365,2104.6404,39.77723,579.34534,49.775936,0.975716,57.073826,1.0099207,0.5271499,2.359799,31.752647,116.46752,291.4745,13.360204,3426.3306,219.99202,73.55254,97.38594,38.56891,92.48975,31.124235,2.5345695,53.486805,284.9811,66.05976,38.790295,34.333515,25.098993,28.311468,29.162477,44.889572,942.0311,146.30089,3264.502,38.765434,3822.407,73.10237,490.66318,2113.7004,61.60724,11.635988,1919.3569,2426.4614,6454.2627,272.12576 +2023-06-11 18:00:00,0.0,11855.493,109.44392,18.804758,26.880589,26.939167,183.1837,26.496922,41.642178,20.860533,24.108198,677.79944,553.67065,13.139072,102.953476,10.836865,2.9294066,24.83783,39.27465,9.976914,387.6906,4.2068152,327.203,63.358253,0.6269343,3.6065254,111.85161,31.302565,141.34352,152.62975,11966.403,0.69450784,1692.2141,1.5372292,0.99661267,0.5241317,3.9318798,189.90648,254.9162,33.9034,291.97293,26.371792,18.71151,977.96405,4.660156,111.82297,99.42401,423.37122,78.927895,376.18915,22.094213,169.94292,0.0,4045.5635,14522.932,24.212421,220.09612,136.36444,41080.414,172.33997,18.372528,85.857025,162.53151,81.34977,30.345257,105.01805,1243.9923,207.53177,71.84503,14.338108,15.493401,911.8632,51.566273,896.6438,103.22584,2195.0693,182.06595,240.96259,145.67702,180.53198,10.037082,17.078749,41.135117,6.449711,7.047539,59.721718,64.42543,85.20686,17.409954,20.98006,245.91003,9.806289,3441.7327,86.38949,78.03958,102.748665,88.761894,234.73195,129.66235,88.916664,28.47825,34.98301,82.493706,328.62778,427.7899,122.28687,422.04724,76.39136,87.02432,261.11392,252.8002,1042.4758,256.07742,4.566104,16.545626,9.217444,93.27917,15821.442,7.0080004,17.50925,28.55889,41.998375,471.43512,87.94389,160.65906,4.513003,231.00833,514.4155,312.46255,106.17589,348.79333,36.578056,65.275406,310.42,16.705303,2.4434743,14.095097,1921.8475,0.28948274,0.85977495,73.11312,9.051905,4.8506536,9.963759,17.030416,190.94763,65.05511,130.9934,981.2916,206.52272,2004.5757,1833.8347,17.075163,25.714237,14983.701,8.965266,59.705555,458.27444,98.205,167.83708,69.24702,374.98,1115.4999,355.46558,11.394345,79.558334,885.76385,2104.1843,39.77571,579.2611,49.748543,0.97587115,57.079506,1.0101537,0.52745354,2.3612335,31.749739,116.45887,291.45554,13.368778,3426.5703,220.08958,73.60139,97.49687,38.650833,92.498955,31.179583,2.5359168,53.579166,285.61514,66.26574,38.91333,34.422523,25.093542,28.374046,29.25014,44.90012,941.9163,146.35423,3266.2693,38.763683,3822.2778,73.115364,490.54742,2114.5596,61.64113,11.631087,1918.7792,2424.9355,6452.212,271.85284 +2023-06-11 19:00:00,0.0,11865.346,109.55146,18.806635,26.900099,26.927917,183.1604,26.492853,41.625404,20.858126,24.10569,677.6001,553.55835,13.13299,103.014,10.847815,2.926373,24.833769,39.239754,9.958083,387.60312,4.198545,327.1637,63.32848,0.62631595,3.6046498,111.843216,31.283762,141.198,152.59526,11978.123,0.69442016,1691.8024,1.5363362,0.9959288,0.5238032,3.9281607,189.84166,254.82863,33.89295,291.79547,26.365965,18.74307,978.8781,4.6585746,111.94102,99.48808,423.18793,79.06658,376.19778,22.087978,170.29681,0.0,4042.6602,14524.94,24.207962,220.40268,136.34317,41088.64,172.25241,18.373344,85.97791,162.77838,81.27594,30.315094,105.24745,1245.844,207.84488,71.967,14.3408165,15.485675,910.883,51.578735,898.4669,103.31431,2194.956,182.25499,241.20114,145.57451,180.89313,10.033346,17.072315,41.11078,6.44523,7.040735,59.729,64.40234,85.16607,17.404583,20.986012,246.01965,9.802792,3440.622,86.46198,77.9816,102.82525,88.83186,234.6831,129.70811,88.90278,28.489304,35.01017,82.58268,328.60724,428.66254,122.35281,422.20807,76.43869,87.05352,261.21262,252.86504,1042.2733,256.27673,4.564267,16.546772,9.21986,93.16777,15821.03,7.0039444,17.498383,28.544258,42.02157,471.69778,87.96176,160.76917,4.510241,231.05972,514.5381,312.59265,106.21441,348.76462,36.560787,65.27456,310.33728,16.698648,2.4422185,14.091314,1922.3545,0.28922492,0.8590958,73.079346,9.043412,4.848596,9.955774,17.017395,190.85284,65.024605,130.96758,980.8627,206.52652,2004.3114,1833.6349,17.06658,25.712095,14978.646,8.964567,59.702316,458.48004,98.19833,167.78868,69.23695,374.8789,1115.1348,355.5567,11.396677,79.54861,886.10406,2103.7285,39.774197,579.1768,49.721146,0.9760263,57.08519,1.0103866,0.52775717,2.3626683,31.746832,116.45021,291.43658,13.377352,3426.81,220.18715,73.65023,97.60781,38.732758,92.50816,31.23493,2.5372639,53.671528,286.24918,66.47172,39.036366,34.51153,25.08809,28.436626,29.337801,44.910667,941.8016,146.40756,3268.0366,38.761932,3822.1487,73.128365,490.43167,2115.419,61.675014,11.626185,1918.2013,2423.4097,6450.1606,271.5799 +2023-06-11 20:00:00,0.0,11875.197,109.65901,18.80851,26.91961,26.916668,183.1371,26.488783,41.608635,20.85572,24.103184,677.40076,553.44604,13.126907,103.07452,10.858764,2.9233394,24.829708,39.204853,9.939251,387.51562,4.1902747,327.12436,63.298706,0.6256977,3.602774,111.83482,31.264957,141.05247,152.56078,11989.843,0.6943325,1691.3906,1.5354432,0.9952449,0.5234747,3.9244418,189.77682,254.74104,33.882496,291.61804,26.360138,18.774632,979.7922,4.6569934,112.05906,99.552155,423.00464,79.20526,376.2064,22.081743,170.65071,0.0,4039.7573,14526.95,24.2035,220.70926,136.3219,41096.87,172.16484,18.37416,86.09881,163.02525,81.20212,30.284931,105.47685,1247.6957,208.15799,72.088974,14.343526,15.477949,909.90283,51.591198,900.29,103.40278,2194.8425,182.44403,241.43971,145.472,181.25429,10.029612,17.06588,41.086445,6.4407487,7.0339303,59.736286,64.37926,85.12527,17.39921,20.99196,246.12926,9.799295,3439.5117,86.534485,77.923615,102.90183,88.90183,234.63426,129.75386,88.888885,28.500357,35.037334,82.67165,328.5867,429.53516,122.418755,422.3689,76.48602,87.08272,261.3113,252.92986,1042.0707,256.476,4.5624304,16.547916,9.222275,93.05637,15820.619,6.999889,17.487513,28.529629,42.04476,471.96048,87.97963,160.87927,4.507479,231.11111,514.66064,312.72275,106.25293,348.73593,36.543518,65.27371,310.25455,16.691996,2.440963,14.087533,1922.8615,0.2889671,0.8584166,73.04558,9.034921,4.8465385,9.947788,17.004372,190.75807,64.9941,130.94176,980.43365,206.5303,2004.047,1833.4352,17.057999,25.709955,14973.592,8.963868,59.699074,458.68567,98.191666,167.74028,69.2269,374.77777,1114.7697,355.6478,11.399008,79.53889,886.4443,2103.2725,39.77268,579.0926,49.69375,0.97618145,57.09087,1.0106196,0.5280608,2.3641028,31.743923,116.44156,291.41763,13.385926,3427.0496,220.28473,73.69907,97.71875,38.814682,92.517365,31.290277,2.5386112,53.76389,286.8832,66.6777,39.159405,34.60054,25.08264,28.499207,29.425463,44.92121,941.6868,146.46089,3269.8037,38.760178,3822.0193,73.14136,490.31592,2116.278,61.708904,11.6212845,1917.6235,2421.8835,6448.1094,271.30698 +2023-06-11 21:00:00,0.0,11885.05,109.766556,18.810387,26.93912,26.905416,183.1138,26.484715,41.591866,20.853313,24.100676,677.2015,553.33374,13.120825,103.13503,10.869714,2.9203057,24.82565,39.169952,9.92042,387.42813,4.1820045,327.08502,63.268932,0.62507933,3.6008983,111.82643,31.246155,140.90694,152.52629,12001.562,0.6942448,1690.9789,1.5345502,0.9945611,0.52314615,3.920723,189.712,254.65347,33.872044,291.4406,26.354311,18.806192,980.70624,4.6554127,112.17711,99.61623,422.82132,79.34395,376.21503,22.075508,171.00461,0.0,4036.8538,14528.959,24.199041,221.01584,136.30063,41105.1,172.07729,18.374979,86.2197,163.27213,81.128296,30.254768,105.706245,1249.5474,208.4711,72.21095,14.346234,15.470223,908.92267,51.60366,902.1131,103.49126,2194.7292,182.63306,241.67828,145.36948,181.61545,10.025876,17.059444,41.062107,6.436268,7.0271263,59.74357,64.35617,85.084465,17.393837,20.99791,246.23886,9.795798,3438.4011,86.60698,77.86562,102.97842,88.97181,234.58542,129.7996,88.875,28.51141,35.064495,82.76063,328.56616,430.4078,122.48469,422.52975,76.533356,87.111916,261.40997,252.99469,1041.8682,256.67532,4.5605936,16.549063,9.22469,92.94498,15820.207,6.9958334,17.476643,28.515,42.06795,472.22314,87.997505,160.98936,4.5047174,231.1625,514.78326,312.85284,106.29146,348.7072,36.52625,65.27287,310.1718,16.685343,2.4397075,14.083752,1923.3683,0.28870928,0.8577375,73.01181,9.026428,4.844481,9.939803,16.99135,190.66328,64.96359,130.91594,980.0047,206.53409,2003.7827,1833.2354,17.049416,25.707813,14968.537,8.963168,59.695835,458.8913,98.185005,167.69188,69.21684,374.67667,1114.4045,355.73892,11.40134,79.52917,886.7845,2102.8164,39.77116,579.0083,49.666355,0.9763366,57.09655,1.0108526,0.5283644,2.3655376,31.741016,116.4329,291.39868,13.3945,3427.2893,220.3823,73.74792,97.82969,38.896606,92.526566,31.345625,2.5399585,53.85625,287.51724,66.88368,39.28244,34.68955,25.077188,28.561785,29.513124,44.93176,941.572,146.51422,3271.571,38.758427,3821.8901,73.15436,490.2002,2117.1372,61.742794,11.616383,1917.0457,2420.3577,6446.058,271.03406 +2023-06-11 22:00:00,0.0,11894.901,109.8741,18.812263,26.958628,26.894167,183.0905,26.480644,41.575092,20.850908,24.09817,677.00214,553.22144,13.114742,103.19555,10.880663,2.917272,24.821589,39.13505,9.901588,387.34064,4.1737347,327.04572,63.23916,0.624461,3.5990226,111.81804,31.22735,140.76141,152.4918,12013.281,0.6941571,1690.5671,1.5336572,0.99387723,0.5228176,3.9170039,189.64719,254.56589,33.861595,291.26318,26.348486,18.837751,981.62036,4.6538315,112.29515,99.6803,422.63806,79.482635,376.22366,22.069273,171.35849,0.0,4033.9507,14530.968,24.19458,221.3224,136.27936,41113.332,171.98972,18.375795,86.34059,163.519,81.054474,30.224606,105.935646,1251.399,208.7842,72.332924,14.348944,15.462498,907.9425,51.616123,903.9362,103.57973,2194.6157,182.8221,241.91684,145.26697,181.97661,10.022141,17.053009,41.037773,6.431787,7.020322,59.750854,64.33309,85.04366,17.388464,21.00386,246.34848,9.792301,3437.2905,86.67948,77.80764,103.05499,89.04178,234.53658,129.84535,88.861115,28.522465,35.091656,82.8496,328.5456,431.28043,122.55063,422.69058,76.58068,87.14111,261.50867,253.05951,1041.6656,256.87463,4.558757,16.550209,9.227106,92.83358,15819.796,6.991778,17.465773,28.50037,42.091145,472.4858,88.01537,161.09947,4.5019555,231.21388,514.9058,312.98294,106.32998,348.67853,36.50898,65.272026,310.0891,16.67869,2.4384518,14.07997,1923.8752,0.28845146,0.8570583,72.978035,9.017937,4.842423,9.931817,16.978327,190.5685,64.93309,130.89014,979.5757,206.53787,2003.5184,1833.0356,17.040833,25.705673,14963.482,8.962469,59.692593,459.0969,98.17834,167.64348,69.20678,374.57556,1114.0394,355.83002,11.40367,79.51944,887.1247,2102.3606,39.76964,578.9241,49.638958,0.97649175,57.10223,1.0110855,0.52866805,2.3669722,31.738108,116.42425,291.37973,13.403074,3427.529,220.47986,73.79676,97.94063,38.97853,92.53577,31.400972,2.5413055,53.948612,288.15128,67.08966,39.405476,34.778557,25.071737,28.624365,29.600786,44.942303,941.4573,146.56757,3273.3384,38.756676,3821.761,73.16735,490.08444,2117.9963,61.77668,11.611482,1916.4678,2418.8318,6444.007,270.76114 +2023-06-11 23:00:00,0.0,11904.754,109.98164,18.814138,26.978138,26.882917,183.0672,26.476576,41.55832,20.848501,24.095663,676.8028,553.10913,13.10866,103.256065,10.891612,2.9142385,24.817528,39.100155,9.882756,387.25317,4.1654644,327.00638,63.209385,0.62384266,3.597147,111.80965,31.208548,140.61589,152.45732,12025.001,0.69406945,1690.1555,1.5327643,0.9931933,0.52248913,3.9132848,189.58237,254.47832,33.851143,291.08575,26.342659,18.869312,982.5344,4.6522503,112.4132,99.74437,422.45474,79.621315,376.23227,22.063038,171.71239,0.0,4031.0474,14532.977,24.19012,221.62898,136.2581,41121.56,171.90216,18.376614,86.46149,163.76587,80.98065,30.194443,106.16505,1253.2507,209.0973,72.454895,14.351653,15.454771,906.9623,51.628586,905.75934,103.6682,2194.5022,183.01112,242.15541,145.16446,182.33775,10.018407,17.046574,41.013435,6.4273057,7.0135174,59.758137,64.31,85.00287,17.383091,21.00981,246.45808,9.788805,3436.18,86.751976,77.74965,103.13158,89.11175,234.48773,129.8911,88.84722,28.533518,35.118816,82.938576,328.52505,432.15308,122.61656,422.85144,76.62801,87.17032,261.60736,253.12434,1041.4631,257.0739,4.55692,16.551355,9.229521,92.72218,15819.384,6.9877224,17.454905,28.48574,42.114338,472.7485,88.03324,161.20958,4.4991937,231.26527,515.0284,313.11304,106.3685,348.64984,36.491714,65.27118,310.00638,16.672035,2.4371963,14.076189,1924.3822,0.28819364,0.85637915,72.94427,9.009444,4.8403654,9.923832,16.965305,190.47372,64.90259,130.86432,979.1467,206.54167,2003.2542,1832.8358,17.03225,25.703531,14958.428,8.961769,59.689354,459.30252,98.17167,167.59506,69.196724,374.47446,1113.6743,355.92114,11.406002,79.50972,887.4649,2101.9045,39.768127,578.8398,49.61156,0.97664684,57.10791,1.0113186,0.5289717,2.3684068,31.735199,116.41559,291.36078,13.411648,3427.7686,220.57742,73.845604,98.05156,39.060455,92.54497,31.45632,2.5426528,54.040974,288.7853,67.29564,39.52851,34.867565,25.066284,28.686943,29.68845,44.95285,941.34247,146.6209,3275.1057,38.75492,3821.6318,73.18035,489.9687,2118.8555,61.81057,11.60658,1915.89,2417.306,6441.9556,270.48822 +2023-06-12 00:00:00,0.0,11914.605,110.08919,18.816015,26.997648,26.871668,183.0439,26.472506,41.54155,20.846094,24.093155,676.60345,552.9968,13.102578,103.31658,10.902562,2.9112048,24.813467,39.065254,9.863925,387.16568,4.157194,326.96707,63.17961,0.6232244,3.595271,111.801254,31.189745,140.47037,152.42282,12036.721,0.69398177,1689.7438,1.5318713,0.9925095,0.5221606,3.9095657,189.51755,254.39073,33.84069,290.90833,26.336832,18.900873,983.4485,4.650669,112.53124,99.80845,422.27142,79.76,376.2409,22.056805,172.06628,0.0,4028.144,14534.985,24.18566,221.93556,136.23683,41129.79,171.81459,18.37743,86.58238,164.01273,80.90682,30.16428,106.39445,1255.1024,209.41042,72.57687,14.354362,15.447045,905.9821,51.641052,907.58246,103.75667,2194.389,183.20016,242.39398,145.06195,182.69891,10.014671,17.040138,40.9891,6.422825,7.006713,59.765423,64.28691,84.96207,17.37772,21.015759,246.56769,9.785308,3435.0696,86.82447,77.691666,103.20816,89.18172,234.43889,129.93684,88.833336,28.54457,35.14598,83.02755,328.50452,433.0257,122.6825,423.01227,76.67535,87.19952,261.70605,253.18916,1041.2606,257.27322,4.5550833,16.5525,9.231936,92.61079,15818.973,6.983667,17.444035,28.471111,42.137527,473.01117,88.05112,161.31967,4.4964323,231.31667,515.151,313.24313,106.40702,348.62112,36.474445,65.27034,309.92365,16.665382,2.4359407,14.072407,1924.889,0.28793582,0.85569996,72.91049,9.000953,4.838308,9.915847,16.952282,190.37894,64.872086,130.8385,978.71765,206.54546,2002.9897,1832.6361,17.023668,25.70139,14953.373,8.96107,59.68611,459.50815,98.165,167.54666,69.18666,374.37335,1113.3092,356.01227,11.408334,79.5,887.8051,2101.4485,39.76661,578.75555,49.584167,0.976802,57.11359,1.0115515,0.52927524,2.3698416,31.732292,116.40694,291.34183,13.420222,3428.0083,220.675,73.89444,98.1625,39.14238,92.55417,31.511667,2.5440001,54.133335,289.41934,67.50162,39.65155,34.956577,25.060833,28.749523,29.776112,44.963398,941.2277,146.67422,3276.873,38.75317,3821.5024,73.19335,489.85294,2119.7146,61.84446,11.601679,1915.3121,2415.78,6439.9043,270.2153 +2023-06-12 01:00:00,0.0,11924.458,110.19673,18.817892,27.017159,26.860416,183.0206,26.468437,41.52478,20.843689,24.090649,676.4041,552.8845,13.096496,103.3771,10.913511,2.9081712,24.809406,39.030354,9.845094,387.0782,4.148924,326.92773,63.149834,0.62260604,3.5933955,111.79286,31.17094,140.32484,152.38834,12048.439,0.6938941,1689.332,1.5309783,0.99182564,0.5218321,3.9058468,189.45271,254.30316,33.830242,290.7309,26.331007,18.932434,984.36255,4.6490884,112.64929,99.87252,422.08813,79.89868,376.24954,22.05057,172.42018,0.0,4025.241,14536.994,24.1812,222.24213,136.21556,41138.02,171.72704,18.378248,86.70327,164.25961,80.833,30.134117,106.62384,1256.9541,209.72353,72.698845,14.357071,15.43932,905.00195,51.653515,909.4056,103.84514,2194.2754,183.38919,242.63254,144.95944,183.06007,10.010937,17.033703,40.964764,6.4183435,6.9999084,59.772705,64.26383,84.921265,17.372347,21.02171,246.6773,9.781811,3433.959,86.89697,77.63368,103.28474,89.25169,234.39005,129.98259,88.81944,28.555624,35.17314,83.11652,328.48398,433.89835,122.748436,423.1731,76.72268,87.228714,261.80475,253.254,1041.0581,257.4725,4.5532465,16.553646,9.234352,92.49939,15818.562,6.9796114,17.433165,28.456482,42.16072,473.27383,88.068985,161.42978,4.4936705,231.36806,515.27356,313.37323,106.44555,348.59244,36.457176,65.26949,309.8409,16.65873,2.4346852,14.068625,1925.396,0.287678,0.8550208,72.876724,8.99246,4.83625,9.907861,16.93926,190.28415,64.84158,130.81268,978.2887,206.54924,2002.7255,1832.4363,17.015085,25.69925,14948.318,8.96037,59.68287,459.71375,98.15833,167.49826,69.176605,374.27222,1112.9441,356.10336,11.410665,79.49028,888.1453,2100.9924,39.76509,578.67126,49.55677,0.97695714,57.119274,1.0117844,0.52957886,2.3712761,31.729383,116.39828,291.32288,13.428797,3428.248,220.77257,73.94328,98.27344,39.224304,92.56337,31.567013,2.5453472,54.225693,290.05338,67.7076,39.774586,35.045586,25.055382,28.812103,29.863773,44.97394,941.113,146.72755,3278.6401,38.75142,3821.3733,73.206345,489.73718,2120.5737,61.878345,11.596777,1914.7344,2414.2542,6437.853,269.94238 +2023-06-12 02:00:00,0.0,11934.31,110.304276,18.819767,27.036667,26.849167,182.9973,26.464367,41.508007,20.841282,24.08814,676.20483,552.7722,13.090413,103.437614,10.92446,2.9051375,24.805347,38.995453,9.8262615,386.9907,4.1406536,326.8884,63.12006,0.6219877,3.5915198,111.78447,31.152138,140.17932,152.35385,12060.159,0.6938064,1688.9203,1.5300853,0.99114174,0.52150357,3.902128,189.3879,254.21558,33.81979,290.55347,26.32518,18.963993,985.2767,4.647507,112.767334,99.93659,421.90485,80.03737,376.25815,22.044334,172.77408,0.0,4022.3376,14539.003,24.176739,222.5487,136.19429,41146.246,171.63947,18.379065,86.824165,164.50648,80.75918,30.103954,106.85324,1258.8058,210.03664,72.820816,14.359779,15.431594,904.0217,51.665977,911.2287,103.93362,2194.162,183.57823,242.87112,144.85692,183.42123,10.007201,17.027267,40.940426,6.4138627,6.993104,59.77999,64.240746,84.88046,17.366974,21.027658,246.78691,9.778315,3432.8484,86.96947,77.57569,103.36132,89.32166,234.3412,130.02834,88.80556,28.566679,35.200302,83.2055,328.4634,434.77097,122.81438,423.33395,76.770004,87.25791,261.9034,253.31882,1040.8556,257.6718,4.5514097,16.554792,9.236767,92.38799,15818.149,6.975556,17.422295,28.44185,42.183914,473.53653,88.08685,161.53989,4.4909086,231.41945,515.3961,313.50333,106.48407,348.56372,36.439907,65.26865,309.75818,16.652077,2.4334295,14.064844,1925.903,0.28742018,0.8543416,72.84296,8.983968,4.8341923,9.899876,16.926237,190.18938,64.81108,130.78687,977.8597,206.55302,2002.4612,1832.2366,17.006502,25.697107,14943.264,8.959671,59.67963,459.91937,98.15167,167.44986,69.16655,374.1711,1112.579,356.1945,11.412996,79.48055,888.48553,2100.5366,39.763573,578.58704,49.529373,0.9771123,57.124954,1.0120175,0.5298825,2.3727107,31.726475,116.389626,291.30392,13.43737,3428.4878,220.87013,73.99213,98.38438,39.30623,92.57257,31.62236,2.5466945,54.318054,290.6874,67.91358,39.89762,35.134594,25.04993,28.874681,29.951435,44.98449,940.99817,146.7809,3280.4075,38.749664,3821.2441,73.219345,489.62143,2121.4329,61.912235,11.591876,1914.1565,2412.7283,6435.802,269.66946 +2023-06-12 03:00:00,0.0,11944.162,110.41183,18.821644,27.056177,26.837917,182.974,26.460299,41.491234,20.838877,24.085634,676.0055,552.6599,13.084331,103.49814,10.9354105,2.902104,24.801287,38.960556,9.80743,386.90323,4.132384,326.8491,63.090286,0.62136936,3.5896442,111.77608,31.133333,140.0338,152.31937,12071.879,0.69371873,1688.5085,1.5291923,0.9904579,0.521175,3.898409,189.32307,254.128,33.809338,290.37604,26.319353,18.995554,986.19073,4.645926,112.88538,100.00066,421.72156,80.176056,376.26678,22.0381,173.12798,0.0,4019.4346,14541.012,24.172277,222.85529,136.17302,41154.477,171.55191,18.379883,86.94506,164.75336,80.685356,30.073792,107.08264,1260.6575,210.34975,72.942795,14.362489,15.423868,903.04156,51.67844,913.0518,104.02209,2194.0486,183.76727,243.10968,144.75441,183.78238,10.003467,17.020832,40.916092,6.4093814,6.9862995,59.787277,64.21766,84.83966,17.3616,21.033607,246.89651,9.774817,3431.7378,87.04197,77.51771,103.437904,89.39163,234.29236,130.07408,88.791664,28.577732,35.227467,83.29447,328.44287,435.64362,122.88031,423.49478,76.81734,87.28711,262.0021,253.38364,1040.6531,257.8711,4.549573,16.555939,9.239182,92.276596,15817.738,6.9715,17.411427,28.427221,42.207104,473.7992,88.10473,161.64998,4.488147,231.47084,515.51874,313.63342,106.52259,348.53503,36.422638,65.26781,309.67548,16.645422,2.432174,14.061063,1926.4098,0.28716236,0.85366243,72.80918,8.975476,4.8321347,9.89189,16.913216,190.09459,64.78058,130.76105,977.4307,206.55682,2002.1968,1832.0367,16.99792,25.694967,14938.209,8.958971,59.676388,460.125,98.145004,167.40146,69.15649,374.07,1112.2139,356.28558,11.415327,79.47083,888.82574,2100.0806,39.762054,578.50275,49.50198,0.97726744,57.130634,1.0122504,0.5301861,2.3741455,31.723568,116.38097,291.28497,13.445945,3428.7273,220.96771,74.04097,98.495316,39.388153,92.58177,31.677708,2.5480418,54.410416,291.32144,68.11956,40.020657,35.223602,25.04448,28.937262,30.039097,44.995033,940.8834,146.83423,3282.1748,38.747913,3821.115,73.23234,489.50568,2122.2922,61.94612,11.586974,1913.5787,2411.2024,6433.7505,269.3965 +2023-06-12 04:00:00,0.0,11954.014,110.51937,18.82352,27.075687,26.826668,182.95071,26.456228,41.474464,20.83647,24.083126,675.80615,552.5476,13.078248,103.558655,10.94636,2.8990703,24.797226,38.925655,9.788599,386.81573,4.1241136,326.80975,63.060513,0.6207511,3.5877683,111.767685,31.11453,139.88828,152.28488,12083.598,0.69363105,1688.0969,1.5282993,0.989774,0.52084655,3.8946898,189.25826,254.04044,33.798885,290.1986,26.313528,19.027115,987.1048,4.644345,113.003426,100.064735,421.53827,80.314735,376.27542,22.031864,173.48187,0.0,4016.5312,14543.021,24.167818,223.16185,136.15175,41162.707,171.46434,18.3807,87.06595,165.00021,80.61153,30.043629,107.312035,1262.5092,210.66284,73.064766,14.365197,15.4161415,902.0614,51.690903,914.87494,104.11056,2193.935,183.9563,243.34825,144.6519,184.14354,9.999731,17.014399,40.891754,6.4049006,6.979495,59.79456,64.19457,84.79887,17.35623,21.039558,247.00612,9.77132,3430.6274,87.11446,77.459724,103.51449,89.4616,234.24352,130.11983,88.77778,28.588785,35.254627,83.383446,328.42233,436.51624,122.94625,423.65564,76.86467,87.31631,262.1008,253.44847,1040.4506,258.0704,4.547736,16.557083,9.241598,92.1652,15817.326,6.9674444,17.400557,28.412592,42.230297,474.06186,88.1226,161.76009,4.485385,231.52222,515.6413,313.76352,106.56111,348.50632,36.40537,65.26696,309.59274,16.63877,2.4309185,14.0572815,1926.9167,0.28690454,0.8529833,72.77541,8.966984,4.8300767,9.883904,16.900192,189.99982,64.75007,130.73523,977.0017,206.56061,2001.9325,1831.837,16.989338,25.692825,14933.154,8.958272,59.67315,460.33063,98.138336,167.35306,69.14643,373.9689,1111.8488,356.3767,11.417659,79.46111,889.16595,2099.6245,39.76054,578.4185,49.474583,0.9774226,57.136314,1.0124835,0.53048974,2.37558,31.72066,116.372314,291.26602,13.454518,3428.967,221.06528,74.08981,98.60625,39.47008,92.59097,31.733055,2.549389,54.502777,291.95547,68.32554,40.143696,35.31261,25.039028,28.99984,30.126759,45.00558,940.7687,146.88756,3283.9421,38.746162,3820.9856,73.24534,489.38992,2123.1514,61.98001,11.582073,1913.0009,2409.6765,6431.699,269.1236 +2023-06-12 05:00:00,0.0,11963.866,110.626915,18.825396,27.095198,26.815416,182.92741,26.45216,41.457695,20.834063,24.08062,675.6068,552.4353,13.0721655,103.61917,10.957309,2.8960366,24.793165,38.890755,9.769768,386.72824,4.1158433,326.77045,63.03074,0.62013274,3.5858927,111.75929,31.095728,139.74275,152.2504,12095.317,0.6935434,1687.6852,1.5274065,0.98909014,0.520518,3.8909707,189.19342,253.95285,33.788437,290.02118,26.307701,19.058676,988.01886,4.642764,113.121475,100.12881,421.35498,80.45342,376.28403,22.025629,173.83577,0.0,4013.628,14545.03,24.163357,223.46843,136.13048,41170.938,171.37679,18.381517,87.186844,165.2471,80.537704,30.013466,107.541435,1264.3608,210.97595,73.186745,14.367907,15.408416,901.08124,51.703365,916.69806,104.19903,2193.8218,184.14534,243.58682,144.5494,184.5047,9.995996,17.007963,40.86742,6.400419,6.9726906,59.801846,64.171486,84.758064,17.350857,21.045507,247.11574,9.767824,3429.5168,87.18696,77.40173,103.591064,89.53158,234.19467,130.16559,88.763885,28.599838,35.281788,83.47243,328.4018,437.3889,123.01219,423.81647,76.912,87.345505,262.1995,253.51329,1040.248,258.26968,4.5458994,16.55823,9.244013,92.053795,15816.915,6.963389,17.389687,28.397963,42.25349,474.32452,88.140465,161.8702,4.482623,231.57361,515.76385,313.8936,106.59964,348.47763,36.388103,65.26611,309.51,16.632116,2.429663,14.053499,1927.4236,0.28664672,0.8523041,72.741646,8.958492,4.828019,9.875918,16.88717,189.90503,64.71957,130.70941,976.57275,206.56439,2001.6682,1831.6372,16.980755,25.690683,14928.1,8.957572,59.669907,460.53622,98.13167,167.30466,69.136375,373.8678,1111.4836,356.4678,11.419991,79.451385,889.50616,2099.1685,39.75902,578.3342,49.447186,0.9775777,57.141994,1.0127164,0.53079337,2.3770149,31.717752,116.363655,291.24707,13.463093,3429.2068,221.16284,74.13866,98.717186,39.552006,92.600174,31.788403,2.5507362,54.59514,292.5895,68.53152,40.26673,35.40162,25.033577,29.06242,30.21442,45.01613,940.6539,146.94089,3285.7095,38.74441,3820.8564,73.25833,489.27417,2124.0105,62.0139,11.577171,1912.4231,2408.1506,6429.648,268.85068 +2023-06-12 06:00:00,0.0,11973.718,110.73446,18.827272,27.114706,26.804167,182.90411,26.44809,41.44092,20.831657,24.078114,675.4075,552.323,13.066083,103.67969,10.968259,2.893003,24.789104,38.855854,9.750936,386.64075,4.107573,326.7311,63.000965,0.6195144,3.584017,111.7509,31.076923,139.59723,152.21591,12107.037,0.6934557,1687.2734,1.5265135,0.9884063,0.5201895,3.8872519,189.1286,253.86528,33.777985,289.84375,26.301874,19.090235,988.933,4.641183,113.23952,100.19288,421.17166,80.5921,376.29266,22.019396,174.18967,0.0,4010.7249,14547.039,24.158897,223.775,136.1092,41179.164,171.28922,18.382334,87.30774,165.49396,80.46388,29.983303,107.770836,1266.2125,211.28906,73.308716,14.370615,15.40069,900.101,51.715828,918.5212,104.287506,2193.7083,184.33437,243.82538,144.44688,184.86586,9.992261,17.001528,40.843082,6.3959384,6.9658866,59.809128,64.1484,84.71726,17.345484,21.051456,247.22534,9.764327,3428.4062,87.25946,77.34375,103.66765,89.60155,234.14583,130.21133,88.75,28.610893,35.30895,83.5614,328.38126,438.2615,123.078125,423.9773,76.95933,87.37471,262.2982,253.57812,1040.0455,258.469,4.5440626,16.559376,9.2464285,91.9424,15816.503,6.9593334,17.378819,28.383333,42.27668,474.58722,88.15834,161.98029,4.4798613,231.625,515.8865,314.02368,106.63816,348.4489,36.370834,65.265274,309.42728,16.625463,2.4284072,14.049718,1927.9305,0.2863889,0.85162497,72.70787,8.95,4.8259616,9.867933,16.874147,189.81024,64.689064,130.6836,976.14374,206.56818,2001.4039,1831.4375,16.972172,25.688543,14923.045,8.956873,59.666668,460.74185,98.125,167.25626,69.12631,373.76666,1111.1185,356.55893,11.422321,79.441666,889.8464,2098.7126,39.757504,578.25,49.419792,0.97773284,57.147675,1.0129493,0.531097,2.3784494,31.714844,116.355,291.22812,13.471666,3429.4463,221.26042,74.1875,98.828125,39.63393,92.609375,31.84375,2.5520835,54.6875,293.22354,68.7375,40.389767,35.490627,25.028126,29.125,30.302084,45.026672,940.5391,146.99423,3287.4766,38.742657,3820.7273,73.27133,489.15842,2124.8696,62.047787,11.57227,1911.8452,2406.6248,6427.5967,268.57776 +2023-06-12 07:00:00,0.0,11983.57,110.842,18.82915,27.134216,26.792917,182.88081,26.444021,41.42415,20.82925,24.075605,675.2082,552.2107,13.060001,103.740204,10.979208,2.8899696,24.785044,38.820957,9.732104,386.55325,4.099303,326.69177,62.97119,0.61889607,3.5821414,111.74251,31.05812,139.45169,152.18143,12118.756,0.693368,1686.8617,1.5256205,0.9877224,0.519861,3.883533,189.06378,253.7777,33.767532,289.66632,26.296047,19.121796,989.84705,4.6396017,113.35757,100.25696,420.98837,80.73079,376.3013,22.01316,174.54356,0.0,4007.8213,14549.048,24.154436,224.08157,136.08794,41187.395,171.20166,18.383152,87.42863,165.74083,80.39006,29.95314,108.00023,1268.0642,211.60217,73.43069,14.373324,15.392964,899.12085,51.72829,920.3443,104.37598,2193.595,184.5234,244.06393,144.34436,185.22702,9.988526,16.995092,40.81875,6.3914576,6.959082,59.816414,64.12531,84.67646,17.34011,21.057407,247.33495,9.76083,3427.2957,87.331955,77.28577,103.74423,89.67152,234.09698,130.25708,88.736115,28.621946,35.336113,83.650375,328.3607,439.13416,123.144066,424.13815,77.00666,87.40391,262.39685,253.64294,1039.8429,258.66827,4.542226,16.56052,9.248844,91.831,15816.092,6.955278,17.367949,28.368704,42.299873,474.84988,88.17621,162.0904,4.4770994,231.67639,516.00903,314.15378,106.67668,348.42023,36.353565,65.26443,309.34454,16.61881,2.4271517,14.045937,1928.4375,0.28613108,0.8509458,72.6741,8.941508,4.823904,9.859947,16.861126,189.71547,64.65856,130.65778,975.7148,206.57196,2001.1395,1831.2377,16.963589,25.686401,14917.989,8.956174,59.663425,460.94748,98.11833,167.20786,69.11626,373.66556,1110.7534,356.65002,11.424653,79.431946,890.1866,2098.2566,39.755985,578.1657,49.392395,0.977888,57.15336,1.0131824,0.53140056,2.379884,31.711935,116.346344,291.20917,13.480241,3429.686,221.35799,74.23634,98.939064,39.715855,92.618576,31.899097,2.5534306,54.77986,293.85757,68.94348,40.512806,35.579636,25.022675,29.187578,30.389746,45.03722,940.4244,147.04756,3289.244,38.740906,3820.5981,73.28433,489.04266,2125.7288,62.081676,11.567369,1911.2675,2405.0989,6425.546,268.30484 +2023-06-12 08:00:00,0.0,11993.422,110.94955,18.831024,27.153727,26.781668,182.85751,26.439953,41.40738,20.826845,24.0731,675.00885,552.0983,13.053919,103.80072,10.990157,2.886936,24.780985,38.786057,9.713273,386.4658,4.091033,326.65247,62.941414,0.6182778,3.5802658,111.734116,31.039316,139.30617,152.14694,12130.476,0.69328034,1686.45,1.5247275,0.98703855,0.51953244,3.879814,188.99896,253.69012,33.75708,289.4889,26.290222,19.153357,990.7611,4.6380205,113.47561,100.32103,420.80508,80.86948,376.3099,22.006926,174.89746,0.0,4004.9185,14551.057,24.149977,224.38815,136.06667,41195.625,171.11409,18.383968,87.54952,165.98772,80.31624,29.922977,108.22963,1269.9159,211.91528,73.552666,14.376033,15.385239,898.1407,51.740753,922.1674,104.46445,2193.4814,184.71245,244.3025,144.24185,185.58817,9.984791,16.988657,40.79441,6.3869762,6.9522777,59.823696,64.102234,84.635666,17.33474,21.063356,247.44456,9.757334,3426.1853,87.40446,77.227776,103.82081,89.741486,234.04814,130.30283,88.72222,28.633,35.363274,83.73935,328.34015,440.00677,123.21,424.29898,77.05399,87.433105,262.49554,253.70778,1039.6404,258.86758,4.540389,16.561666,9.251259,91.719604,15815.681,6.9512224,17.357079,28.354074,42.323067,475.11255,88.19408,162.2005,4.4743376,231.72778,516.1316,314.28387,106.7152,348.3915,36.336296,65.26358,309.26184,16.612156,2.4258962,14.042155,1928.9443,0.28587326,0.85026664,72.64033,8.933016,4.821846,9.851962,16.848103,189.62068,64.62806,130.63196,975.28577,206.57576,2000.8752,1831.038,16.955006,25.684261,14912.935,8.955474,59.660187,461.15308,98.11167,167.15944,69.10619,373.56445,1110.3883,356.74115,11.426984,79.42222,890.5268,2097.8005,39.75447,578.0815,49.364998,0.97804314,57.15904,1.0134153,0.5317042,2.3813188,31.709028,116.33769,291.19022,13.488815,3429.9258,221.45555,74.28519,99.05,39.79778,92.62778,31.954445,2.5547779,54.872223,294.4916,69.14946,40.63584,35.668644,25.017223,29.250158,30.477407,45.047764,940.3096,147.10089,3291.0112,38.739155,3820.469,73.297325,488.9269,2126.588,62.115566,11.562468,1910.6896,2403.573,6423.4946,268.03192 +2023-06-12 09:00:00,0.0,12003.274,111.05709,18.832901,27.173237,26.770416,182.83421,26.435883,41.39061,20.824438,24.070591,674.8095,551.986,13.047836,103.86124,11.001107,2.8839023,24.776924,38.751156,9.694441,386.3783,4.0827627,326.61313,62.91164,0.61765945,3.57839,111.72572,31.020514,139.16064,152.11244,12142.195,0.69319266,1686.0383,1.5238345,0.9863547,0.51920396,3.8760948,188.93413,253.60254,33.74663,289.31146,26.284395,19.184917,991.6752,4.63644,113.59366,100.3851,420.62177,81.008156,376.31854,22.00069,175.25136,0.0,4002.0151,14553.065,24.145515,224.69472,136.0454,41203.855,171.02654,18.384787,87.67042,166.23459,80.24241,29.892815,108.45903,1271.7676,212.22838,73.67464,14.378742,15.377513,897.16046,51.753216,923.9905,104.55292,2193.368,184.90147,244.54108,144.13934,185.94933,9.981056,16.982222,40.770077,6.3824954,6.945473,59.830982,64.07915,84.594864,17.329367,21.069305,247.55417,9.753837,3425.0747,87.47695,77.16979,103.89739,89.81146,233.9993,130.34857,88.708336,28.644053,35.390434,83.82832,328.3196,440.87943,123.27594,424.45984,77.101326,87.4623,262.59424,253.7726,1039.4379,259.06686,4.5385523,16.562813,9.2536745,91.60821,15815.269,6.947167,17.346209,28.339443,42.346256,475.37524,88.211945,162.3106,4.4715757,231.77916,516.2542,314.41397,106.75372,348.36282,36.319027,65.26274,309.1791,16.605503,2.4246404,14.038374,1929.4513,0.28561544,0.84958744,72.60656,8.924523,4.8197885,9.843976,16.835081,189.52591,64.59756,130.60614,974.8568,206.57954,2000.611,1830.8381,16.946424,25.68212,14907.88,8.954775,59.656944,461.3587,98.105,167.11104,69.09614,373.46335,1110.0232,356.83224,11.429316,79.4125,890.867,2097.3447,39.752953,577.9972,49.337605,0.9781983,57.16472,1.0136483,0.5320078,2.3827534,31.70612,116.32903,291.17126,13.497389,3430.1653,221.55313,74.33403,99.160934,39.879704,92.63698,32.009792,2.556125,54.964584,295.12564,69.35544,40.758877,35.757652,25.01177,29.312737,30.56507,45.05831,940.1948,147.15424,3292.7786,38.7374,3820.3396,73.310326,488.81116,2127.447,62.149452,11.557567,1910.1118,2402.047,6421.4434,267.759 +2023-06-12 10:00:00,0.0,12013.126,111.16464,18.834776,27.192745,26.759167,182.81091,26.431814,41.373837,20.822033,24.068085,674.61017,551.8737,13.041754,103.92176,11.012056,2.8808687,24.772863,38.716255,9.67561,386.2908,4.0744925,326.57382,62.881866,0.6170411,3.5765142,111.71733,31.001709,139.01512,152.07796,12153.915,0.693105,1685.6266,1.5229415,0.9856708,0.5188754,3.872376,188.86931,253.51497,33.73618,289.13403,26.278568,19.216476,992.58923,4.6348586,113.7117,100.44917,420.43848,81.14684,376.32718,21.994455,175.60526,0.0,3999.1118,14555.074,24.141056,225.0013,136.02414,41212.082,170.93896,18.385603,87.791306,166.48145,80.16859,29.862652,108.68842,1273.6193,212.54149,73.79661,14.381451,15.369786,896.1803,51.76568,925.8136,104.641396,2193.2546,185.09052,244.77963,144.03683,186.31049,9.977321,16.975786,40.74574,6.378014,6.9386687,59.838264,64.05606,84.55406,17.323994,21.075256,247.66377,9.7503395,3423.964,87.549446,77.11181,103.973976,89.88143,233.95045,130.39432,88.69444,28.655107,35.417595,83.9173,328.29907,441.75204,123.34187,424.62067,77.14865,87.4915,262.69293,253.83743,1039.2354,259.26617,4.536715,16.56396,9.25609,91.49681,15814.857,6.9431114,17.33534,28.324814,42.36945,475.6379,88.22982,162.4207,4.468814,231.83055,516.3768,314.54407,106.79225,348.3341,36.301758,65.261894,309.09637,16.59885,2.423385,14.034592,1929.9583,0.28535762,0.8489083,72.57279,8.916032,4.817731,9.835991,16.822058,189.43112,64.567055,130.58034,974.4278,206.58333,2000.3467,1830.6384,16.937841,25.679977,14902.825,8.954075,59.653706,461.56433,98.098335,167.06264,69.08608,373.36224,1109.6581,356.92337,11.431647,79.40278,891.2072,2096.8887,39.751434,577.91296,49.310207,0.97835344,57.1704,1.0138813,0.53231144,2.384188,31.703213,116.32038,291.1523,13.505963,3430.405,221.6507,74.382866,99.27187,39.961628,92.64618,32.06514,2.5574722,55.056946,295.75967,69.561424,40.881912,35.84666,25.006319,29.375317,30.65273,45.06886,940.08,147.20757,3294.546,38.73565,3820.2104,73.32332,488.6954,2128.3062,62.183342,11.552665,1909.5339,2400.5212,6419.392,267.48605 +2023-06-12 11:00:00,0.0,12022.979,111.27219,18.836653,27.212255,26.747917,182.78761,26.427744,41.357063,20.819626,24.065577,674.4108,551.7614,13.035671,103.98228,11.0230055,2.877835,24.768803,38.68136,9.656778,386.2033,4.066222,326.5345,62.852093,0.61642283,3.5746386,111.70894,30.982906,138.8696,152.04347,12165.634,0.6930173,1685.2148,1.5220486,0.98498696,0.51854694,3.8686569,188.80449,253.42738,33.725727,288.9566,26.272743,19.248037,993.50336,4.6332774,113.82975,100.513245,420.2552,81.28553,376.3358,21.98822,175.95915,0.0,3996.2085,14557.084,24.136595,225.30788,136.00287,41220.312,170.85141,18.386421,87.9122,166.72832,80.094765,29.832489,108.91782,1275.471,212.8546,73.91859,14.38416,15.362061,895.20013,51.77814,927.6367,104.729866,2193.141,185.27954,245.01822,143.93433,186.67165,9.973586,16.96935,40.7214,6.3735332,6.9318643,59.84555,64.032974,84.51326,17.31862,21.081205,247.77339,9.746843,3422.8535,87.62195,77.05382,104.05056,89.9514,233.90163,130.44006,88.68056,28.66616,35.44476,84.00627,328.27853,442.6247,123.407814,424.7815,77.195984,87.5207,262.79163,253.90225,1039.0328,259.46545,4.5348783,16.565104,9.258505,91.385414,15814.445,6.939056,17.32447,28.310184,42.392643,475.90057,88.24769,162.5308,4.466052,231.88194,516.4994,314.67416,106.83077,348.30542,36.28449,65.26105,309.01364,16.592197,2.4221294,14.03081,1930.4651,0.2850998,0.8482291,72.53902,8.907539,4.815673,9.828006,16.809036,189.33633,64.536545,130.55452,973.99884,206.58711,2000.0823,1830.4386,16.929258,25.677837,14897.7705,8.953376,59.650463,461.76996,98.09167,167.01424,69.07602,373.2611,1109.293,357.01447,11.433978,79.39305,891.5474,2096.4326,39.749916,577.8287,49.28281,0.97850853,57.17608,1.0141143,0.53261507,2.3856227,31.700304,116.31172,291.13336,13.514537,3430.6448,221.74826,74.43171,99.38281,40.043552,92.65538,32.120487,2.5588195,55.149307,296.3937,69.7674,41.00495,35.93567,25.000868,29.437897,30.740393,45.079403,939.9653,147.2609,3296.313,38.7339,3820.0813,73.33632,488.57965,2129.1653,62.21723,11.547764,1908.956,2398.9954,6417.341,267.21313 +2023-06-12 12:00:00,0.0,12032.83,111.37973,18.83853,27.231766,26.736668,182.76431,26.423676,41.340294,20.817219,24.06307,674.21155,551.6491,13.029589,104.04279,11.033956,2.8748014,24.764742,38.646458,9.637946,386.1158,4.0579524,326.49515,62.82232,0.6158045,3.572763,111.70055,30.964104,138.72408,152.00899,12177.354,0.6929296,1684.8031,1.5211556,0.9843031,0.5182184,3.864938,188.73967,253.33981,33.71528,288.77917,26.266916,19.279598,994.4174,4.6316967,113.94779,100.57732,420.0719,81.42421,376.34442,21.981987,176.31305,0.0,3993.3052,14559.093,24.132135,225.61444,135.9816,41228.543,170.76384,18.387238,88.0331,166.97519,80.02094,29.802326,109.147224,1277.3226,213.16771,74.04056,14.3868685,15.354335,894.22,51.790604,929.45984,104.81834,2193.0278,185.46858,245.25677,143.8318,187.03279,9.969851,16.962915,40.697067,6.369052,6.92506,59.852837,64.00989,84.47246,17.31325,21.087154,247.883,9.743346,3421.7432,87.69444,76.995834,104.12714,90.02137,233.85278,130.48581,88.666664,28.677214,35.47192,84.095245,328.25797,443.4973,123.47375,424.94235,77.24332,87.5499,262.8903,253.96709,1038.8303,259.66476,4.5330415,16.56625,9.260921,91.27402,15814.034,6.935,17.3136,28.295555,42.415833,476.16327,88.26556,162.6409,4.46329,231.93333,516.62195,314.80426,106.86929,348.2767,36.267223,65.26021,308.9309,16.585543,2.4208739,14.027029,1930.972,0.28484198,0.84755,72.50525,8.899048,4.8136153,9.82002,16.796013,189.24156,64.50604,130.5287,973.5698,206.59091,1999.818,1830.2389,16.920675,25.675695,14892.716,8.952676,59.647224,461.97556,98.085,166.96584,69.06596,373.16,1108.9279,357.1056,11.43631,79.38333,891.88763,2095.9766,39.748398,577.74445,49.255417,0.9786637,57.181763,1.0143472,0.5329187,2.3870573,31.697395,116.30307,291.1144,13.523111,3430.8843,221.84583,74.48055,99.49375,40.125477,92.66458,32.175835,2.5601666,55.241665,297.02774,69.97338,41.127987,36.024677,24.995417,29.500475,30.828056,45.08995,939.8505,147.31422,3298.0803,38.732143,3819.9521,73.34931,488.4639,2130.0247,62.251118,11.542862,1908.3783,2397.4695,6415.2896,266.94022 +2023-06-12 13:00:00,0.0,12042.683,111.487274,18.840405,27.251276,26.725416,182.74101,26.419605,41.323524,20.814814,24.060562,674.0122,551.5368,13.023506,104.10331,11.044905,2.8717678,24.760681,38.611557,9.619115,386.02835,4.049682,326.45584,62.792545,0.61518615,3.570887,111.692154,30.9453,138.57855,151.9745,12189.073,0.69284195,1684.3914,1.5202626,0.9836192,0.51788986,3.861219,188.67485,253.25223,33.704826,288.60175,26.26109,19.31116,995.3315,4.6301155,114.06584,100.64139,419.8886,81.5629,376.35306,21.975752,176.66695,0.0,3990.402,14561.102,24.127674,225.92102,135.96033,41236.77,170.67628,18.388056,88.153984,167.22206,79.94711,29.772163,109.37662,1279.1743,213.48082,74.16253,14.389578,15.346609,893.23975,51.803066,931.28296,104.90681,2192.9143,185.65761,245.49535,143.7293,187.39395,9.966116,16.956482,40.67273,6.364571,6.9182553,59.86012,63.9868,84.43166,17.307877,21.093103,247.9926,9.739849,3420.6326,87.76694,76.93785,104.20372,90.09135,233.80394,130.53156,88.65278,28.688267,35.49908,84.18422,328.23743,444.36996,123.53969,425.10318,77.29065,87.5791,262.98898,254.0319,1038.6278,259.86404,4.5312047,16.567396,9.263336,91.16262,15813.622,6.9309444,17.30273,28.280926,42.439026,476.42593,88.28343,162.751,4.4605284,231.98473,516.7445,314.93436,106.907814,348.24802,36.249954,65.25936,308.84818,16.57889,2.4196181,14.023248,1931.479,0.28458416,0.8468708,72.47148,8.890555,4.811558,9.812035,16.78299,189.14677,64.47554,130.50288,973.1408,206.5947,1999.5537,1830.0391,16.912094,25.673553,14887.661,8.951977,59.643982,462.18118,98.07834,166.91743,69.0559,373.0589,1108.5627,357.19672,11.438641,79.37361,892.22784,2095.5208,39.746883,577.66016,49.22802,0.97881883,57.187443,1.0145802,0.5332223,2.3884919,31.694489,116.29441,291.09546,13.531685,3431.124,221.9434,74.529396,99.60469,40.2074,92.67378,32.231182,2.561514,55.334026,297.66177,70.17936,41.251022,36.113686,24.989965,29.563055,30.915718,45.1005,939.7357,147.36757,3299.8477,38.730392,3819.8228,73.36231,488.34814,2130.8838,62.285007,11.537961,1907.8004,2395.9434,6413.2383,266.6673 +2023-06-12 14:00:00,0.0,12052.534,111.59482,18.842281,27.270784,26.714167,182.71771,26.415537,41.30675,20.812407,24.058056,673.81287,551.4245,13.017424,104.163826,11.055854,2.8687341,24.756622,38.576656,9.600284,385.94086,4.041412,326.4165,62.76277,0.6145678,3.5690114,111.68376,30.926497,138.43303,151.94002,12200.792,0.69275427,1683.9797,1.5193696,0.98293537,0.5175614,3.8574998,188.61002,253.16466,33.694374,288.42432,26.255262,19.342718,996.24554,4.6285343,114.18388,100.70546,419.7053,81.70158,376.36166,21.969517,177.02084,0.0,3987.499,14563.11,24.123215,226.2276,135.93906,41245.0,170.58871,18.388872,88.27488,167.46893,79.87329,29.742,109.60602,1281.026,213.79393,74.28451,14.392286,15.338883,892.2596,51.81553,933.1061,104.99528,2192.801,185.84665,245.73392,143.62679,187.75511,9.96238,16.950047,40.648396,6.36009,6.911451,59.867405,63.963715,84.39086,17.302504,21.099054,248.10222,9.736353,3419.522,87.83944,76.87986,104.280304,90.161316,233.7551,130.5773,88.638885,28.699322,35.526245,84.27319,328.2169,445.24258,123.60563,425.26404,77.337975,87.6083,263.08768,254.09674,1038.4253,260.06335,4.529368,16.568542,9.265751,91.05122,15813.211,6.926889,17.291862,28.266296,42.46222,476.6886,88.3013,162.86111,4.4577665,232.03612,516.8671,315.06445,106.94634,348.2193,36.232685,65.258514,308.76547,16.572237,2.4183626,14.019465,1931.9858,0.28432634,0.84619164,72.437706,8.882064,4.8095,9.804049,16.769968,189.05199,64.44504,130.47707,972.7118,206.59848,1999.2893,1829.8394,16.903511,25.671413,14882.606,8.951277,59.64074,462.3868,98.07167,166.86903,69.045845,372.9578,1108.1976,357.2878,11.440972,79.36389,892.56805,2095.0647,39.745365,577.5759,49.200626,0.978974,57.193123,1.0148132,0.53352594,2.3899267,31.69158,116.28576,291.0765,13.540259,3431.3638,222.04097,74.57824,99.71562,40.289326,92.68298,32.286526,2.5628612,55.426388,298.2958,70.385345,41.374058,36.202694,24.984514,29.625635,31.00338,45.111042,939.621,147.4209,3301.615,38.72864,3819.6936,73.37531,488.2324,2131.743,62.318897,11.533059,1907.2227,2394.4175,6411.187,266.39438 +2023-06-12 15:00:00,0.0,12062.387,111.70236,18.844158,27.290295,26.702917,182.69441,26.411467,41.289978,20.810001,24.05555,673.6135,551.3122,13.011342,104.22434,11.066804,2.8657005,24.752562,38.54176,9.581451,385.85336,4.0331416,326.3772,62.732998,0.61394954,3.5671358,111.67537,30.907692,138.2875,151.90553,12212.512,0.6926666,1683.568,1.5184766,0.98225147,0.51723284,3.853781,188.5452,253.07709,33.68392,288.2469,26.249437,19.374279,997.15967,4.626953,114.30193,100.76954,419.52203,81.84026,376.3703,21.963282,177.37474,0.0,3984.5957,14565.119,24.118753,226.53416,135.91779,41253.23,170.50116,18.38969,88.395775,167.7158,79.79947,29.711838,109.83542,1282.8777,214.10703,74.40648,14.394996,15.331157,891.2794,51.82799,934.9292,105.083755,2192.6875,186.03569,245.97247,143.52428,188.11627,9.958646,16.943611,40.624058,6.355609,6.904647,59.874687,63.940628,84.35006,17.29713,21.105003,248.21182,9.732856,3418.4114,87.911934,76.82188,104.35688,90.231285,233.70625,130.62306,88.625,28.710375,35.553406,84.36217,328.19635,446.11523,123.67156,425.42487,77.38531,87.6375,263.18637,254.16156,1038.2228,260.26263,4.527531,16.569687,9.268167,90.93983,15812.799,6.9228334,17.280993,28.251667,42.48541,476.95126,88.31917,162.9712,4.4550047,232.0875,516.9897,315.19455,106.98486,348.1906,36.215416,65.257675,308.68274,16.565584,2.417107,14.015684,1932.4928,0.28406855,0.84551245,72.40394,8.873571,4.807442,9.796063,16.756945,188.95721,64.414536,130.45125,972.28284,206.60226,1999.025,1829.6395,16.894928,25.669271,14877.552,8.950578,59.6375,462.5924,98.065,166.82063,69.03579,372.85666,1107.8325,357.37894,11.443304,79.354164,892.90826,2094.6086,39.743847,577.49164,49.17323,0.97912914,57.198803,1.0150461,0.5338295,2.3913612,31.688671,116.2771,291.05756,13.548833,3431.6033,222.13853,74.62708,99.82656,40.37125,92.692184,32.341873,2.5642083,55.51875,298.92984,70.591324,41.497097,36.291702,24.979063,29.688213,31.091042,45.12159,939.5062,147.47423,3303.382,38.72689,3819.5645,73.388306,488.11664,2132.602,62.352783,11.528158,1906.6448,2392.8916,6409.1357,266.12146 +2023-06-12 16:00:00,0.0,12072.238,111.809906,18.846033,27.309805,26.691668,182.67111,26.407398,41.27321,20.807594,24.053041,673.4142,551.1999,13.0052595,104.28486,11.077753,2.8626668,24.7485,38.50686,9.56262,385.76587,4.0248713,326.33786,62.70322,0.6133312,3.5652602,111.66698,30.88889,138.14197,151.87105,12224.231,0.6925789,1683.1562,1.5175836,0.9815676,0.51690435,3.850062,188.48038,252.9895,33.673473,288.06946,26.24361,19.40584,998.0737,4.6253724,114.419975,100.83361,419.3387,81.97895,376.37894,21.957047,177.72864,0.0,3981.6924,14567.128,24.114294,226.84074,135.89651,41261.46,170.41359,18.390507,88.51666,167.96268,79.72565,29.681675,110.06481,1284.7294,214.42014,74.52846,14.397704,15.323431,890.2992,51.840454,936.7523,105.172226,2192.574,186.22472,246.21104,143.42177,188.47743,9.954911,16.937176,40.599724,6.351128,6.8978424,59.881973,63.91754,84.30926,17.29176,21.110952,248.32143,9.729359,3417.301,87.984436,76.763885,104.433464,90.301254,233.65741,130.66881,88.611115,28.721428,35.580566,84.45114,328.17578,446.98785,123.7375,425.5857,77.43264,87.666695,263.28506,254.22638,1038.0203,260.46194,4.5256944,16.570833,9.270582,90.82843,15812.388,6.918778,17.270123,28.237038,42.508602,477.21396,88.33704,163.08131,4.452243,232.13889,517.11224,315.32465,107.023384,348.1619,36.198147,65.25683,308.6,16.55893,2.4158514,14.011903,1932.9998,0.28381073,0.8448333,72.37016,8.865079,4.8053846,9.788077,16.743923,188.86243,64.38403,130.42543,971.8538,206.60606,1998.7607,1829.4398,16.886345,25.667131,14872.497,8.949878,59.63426,462.79803,98.058334,166.77222,69.02573,372.75555,1107.4674,357.47003,11.445635,79.344444,893.24854,2094.1528,39.74233,577.4074,49.145832,0.9792843,57.204483,1.0152792,0.53413314,2.392796,31.685764,116.26845,291.0386,13.557407,3431.843,222.23611,74.67593,99.9375,40.453175,92.701385,32.39722,2.5655556,55.61111,299.56387,70.7973,41.620132,36.38071,24.973612,29.750793,31.178703,45.132133,939.3914,147.52756,3305.1494,38.725136,3819.4353,73.401306,488.0009,2133.4612,62.386673,11.523256,1906.067,2391.3657,6407.0845,265.84854 +2023-06-12 17:00:00,0.0,12082.091,111.91746,18.84791,27.329315,26.680416,182.64781,26.403328,41.25644,20.805187,24.050535,673.21484,551.0876,12.999177,104.345375,11.088702,2.8596332,24.74444,38.47196,9.543789,385.67838,4.0166016,326.29852,62.673447,0.61271286,3.5633843,111.658585,30.870087,137.99644,151.83656,12235.95,0.6924912,1682.7445,1.5166907,0.9808838,0.5165758,3.846343,188.41556,252.90193,33.66302,287.89203,26.237783,19.4374,998.9878,4.623791,114.538025,100.89768,419.1554,82.11763,376.38754,21.950811,178.08253,0.0,3978.7893,14569.137,24.109833,227.14732,135.87524,41269.688,170.32603,18.391323,88.63756,168.20955,79.651825,29.651512,110.29421,1286.581,214.73325,74.65043,14.4004135,15.315705,889.31903,51.85292,938.57544,105.2607,2192.4607,186.41376,246.44962,143.31924,188.83858,9.951176,16.93074,40.575386,6.346647,6.891038,59.889256,63.89446,84.26846,17.286386,21.116903,248.43105,9.7258625,3416.1904,88.05693,76.7059,104.51005,90.37123,233.60857,130.71455,88.59722,28.732481,35.607727,84.54012,328.15524,447.8605,123.80344,425.74655,77.47997,87.69589,263.38373,254.29121,1037.8177,260.66122,4.5238576,16.57198,9.272998,90.71703,15811.977,6.9147224,17.259253,28.222406,42.531796,477.47662,88.35491,163.19142,4.449481,232.19028,517.23486,315.45474,107.061905,348.1332,36.180878,65.25598,308.51727,16.552277,2.4145958,14.0081215,1933.5066,0.2835529,0.8441541,72.336395,8.856587,4.803327,9.780092,16.7309,188.76765,64.35352,130.39961,971.42487,206.60985,1998.4965,1829.24,16.877764,25.66499,14867.442,8.949179,59.63102,463.00366,98.05167,166.72382,69.01567,372.65445,1107.1023,357.56116,11.447967,79.334724,893.58875,2093.6968,39.740814,577.3231,49.11844,0.97943944,57.210163,1.0155121,0.53443676,2.3942306,31.682856,116.25979,291.01965,13.565982,3432.0828,222.33368,74.72477,100.04844,40.5351,92.71059,32.452568,2.5669029,55.703472,300.1979,71.00328,41.743168,36.46972,24.96816,29.813372,31.266365,45.14268,939.2767,147.5809,3306.9167,38.723385,3819.306,73.4143,487.88513,2134.3203,62.42056,11.518355,1905.4891,2389.8398,6405.033,265.5756 +2023-06-12 18:00:00,0.0,12091.942,112.025,18.849787,27.348824,26.669167,182.62451,26.39926,41.239666,20.802782,24.048027,673.01556,550.9753,12.993094,104.4059,11.099652,2.8565998,24.74038,38.437057,9.524958,385.5909,4.0083313,326.25922,62.643673,0.6120945,3.5615087,111.65019,30.851282,137.85092,151.80206,12247.67,0.6924035,1682.3328,1.5157977,0.9801999,0.51624733,3.8426242,188.35072,252.81435,33.65257,287.71457,26.231958,19.46896,999.90186,4.62221,114.65607,100.961754,418.9721,82.25632,376.39618,21.944578,178.43643,0.0,3975.886,14571.1455,24.105373,227.45389,135.85397,41277.918,170.23846,18.392141,88.75845,168.45642,79.577995,29.62135,110.52361,1288.4327,215.04636,74.7724,14.403122,15.30798,888.33887,51.865383,940.39856,105.34917,2192.3472,186.60278,246.68817,143.21674,189.19974,9.947441,16.924305,40.551052,6.342166,6.8842335,59.89654,63.87137,84.22766,17.281013,21.122852,248.54065,9.722365,3415.0798,88.129425,76.64792,104.58663,90.4412,233.55972,130.7603,88.583336,28.743536,35.63489,84.6291,328.1347,448.73315,123.86938,425.90738,77.5273,87.72509,263.48242,254.35603,1037.6152,260.86053,4.522021,16.573126,9.275413,90.60564,15811.564,6.910667,17.248384,28.207777,42.554985,477.7393,88.37278,163.30151,4.446719,232.24167,517.3574,315.58484,107.10043,348.1045,36.163612,65.25514,308.43454,16.545624,2.4133403,14.00434,1934.0135,0.2832951,0.843475,72.30263,8.848095,4.801269,9.772106,16.717878,188.67287,64.32302,130.3738,970.99585,206.61363,1998.232,1829.0403,16.86918,25.662848,14862.388,8.94848,59.627777,463.20926,98.045,166.67542,69.005615,372.55334,1106.7372,357.65225,11.450297,79.325,893.92896,2093.2407,39.739296,577.2389,49.09104,0.9795945,57.215847,1.015745,0.5347404,2.3956652,31.679949,116.25114,291.0007,13.574555,3432.3223,222.43124,74.77361,100.15938,40.617023,92.719795,32.507915,2.56825,55.795834,300.83194,71.20926,41.866207,36.558727,24.96271,29.875952,31.354027,45.15323,939.16187,147.63423,3308.684,38.721634,3819.1768,73.4273,487.76938,2135.1794,62.45445,11.5134535,1904.9114,2388.314,6402.9824,265.30267 +2023-06-12 19:00:00,0.0,12101.795,112.132545,18.851662,27.368334,26.657917,182.60121,26.39519,41.222893,20.800375,24.04552,672.8162,550.863,12.987012,104.466415,11.110601,2.8535662,24.73632,38.40216,9.506125,385.50342,4.000061,326.21988,62.6139,0.61147624,3.559633,111.6418,30.83248,137.7054,151.76758,12259.39,0.6923158,1681.9211,1.5149047,0.979516,0.5159188,3.8389049,188.2859,252.72678,33.642117,287.53714,26.226131,19.50052,1000.8159,4.620629,114.77412,101.025826,418.78882,82.395004,376.40482,21.938343,178.79033,0.0,3972.983,14573.155,24.100912,227.76047,135.8327,41286.15,170.15091,18.392958,88.87934,168.7033,79.50417,29.591187,110.753006,1290.2844,215.35947,74.89438,14.405831,15.300254,887.35864,51.877846,942.2217,105.437645,2192.234,186.79182,246.92673,143.11423,189.5609,9.943706,16.91787,40.526714,6.3376846,6.877429,59.903824,63.84828,84.18686,17.27564,21.128801,248.65025,9.718868,3413.9695,88.20193,76.58993,104.66321,90.51117,233.51088,130.80605,88.56944,28.75459,35.662052,84.71807,328.11417,449.60577,123.93531,426.06824,77.57463,87.75429,263.58112,254.42087,1037.4126,261.0598,4.520184,16.57427,9.277828,90.49424,15811.153,6.9066114,17.237514,28.193148,42.57818,478.00198,88.39065,163.41162,4.4439573,232.29306,517.48,315.71494,107.138954,348.0758,36.146343,65.254295,308.35184,16.53897,2.4120848,14.000558,1934.5204,0.28303728,0.8427958,72.26885,8.839603,4.7992115,9.764121,16.704855,188.57808,64.29252,130.34798,970.5669,206.61742,1997.9678,1828.8405,16.860598,25.660707,14857.333,8.94778,59.62454,463.4149,98.03834,166.62701,68.99555,372.45224,1106.3721,357.74338,11.452629,79.31528,894.26917,2092.7847,39.737778,577.1546,49.063644,0.9797497,57.221527,1.0159781,0.535044,2.3971,31.67704,116.24248,290.98175,13.58313,3432.562,222.52882,74.82246,100.27031,40.698948,92.729,32.563263,2.5695972,55.888195,301.46597,71.415245,41.989243,36.647736,24.957256,29.938532,31.44169,45.163773,939.0471,147.68756,3310.4514,38.71988,3819.0476,73.44029,487.65363,2136.0386,62.48834,11.508553,1904.3335,2386.788,6400.931,265.02975 +2023-06-12 20:00:00,0.0,12111.646,112.24009,18.853539,27.387844,26.646667,182.57791,26.39112,41.206123,20.79797,24.043013,672.6169,550.7507,12.980929,104.52693,11.121551,2.8505325,24.73226,38.36726,9.487294,385.41592,3.9917908,326.18054,62.584126,0.6108579,3.5577574,111.63341,30.813675,137.55988,151.7331,12271.109,0.69222814,1681.5094,1.5140117,0.9788322,0.51559025,3.835186,188.22108,252.63919,33.631668,287.3597,26.220304,19.532082,1001.73004,4.619048,114.89216,101.0899,418.60553,82.53368,376.41342,21.932108,179.14423,0.0,3970.0796,14575.164,24.096453,228.06703,135.81143,41294.38,170.06335,18.393776,89.00024,168.95016,79.43035,29.561024,110.98241,1292.1361,215.67258,75.01635,14.40854,15.292528,886.3785,51.89031,944.0448,105.526115,2192.1204,186.98085,247.16531,143.01172,189.92206,9.939971,16.911434,40.502377,6.333204,6.8706245,59.91111,63.8252,84.14606,17.270267,21.134752,248.75987,9.715372,3412.859,88.27442,76.531944,104.73979,90.58114,233.46204,130.85179,88.55556,28.765642,35.689213,84.807045,328.09363,450.47842,124.00125,426.22906,77.62196,87.78349,263.6798,254.48569,1037.2101,261.25912,4.5183473,16.575417,9.280244,90.38284,15810.741,6.9025555,17.226645,28.178518,42.60137,478.26465,88.40852,163.52173,4.4411955,232.34445,517.6026,315.845,107.177475,348.0471,36.129074,65.25345,308.2691,16.532316,2.410829,13.996777,1935.0273,0.28277946,0.84211665,72.235085,8.831111,4.797154,9.756135,16.691833,188.4833,64.26202,130.32216,970.1379,206.62122,1997.7035,1828.6407,16.852015,25.658566,14852.278,8.947081,59.621296,463.6205,98.03167,166.57861,68.9855,372.3511,1106.007,357.83447,11.454961,79.30556,894.6094,2092.3289,39.73626,577.0704,49.03625,0.97990483,57.227207,1.016211,0.53534764,2.3985345,31.674131,116.233826,290.9628,13.591703,3432.8018,222.62639,74.87129,100.38125,40.780872,92.7382,32.61861,2.5709445,55.980556,302.1,71.62122,42.112278,36.736744,24.951805,30.00111,31.529352,45.17432,938.9324,147.7409,3312.2185,38.71813,3818.9185,73.45329,487.53787,2136.898,62.522224,11.503651,1903.7557,2385.2622,6398.88,264.75684 +2023-06-12 21:00:00,0.0,12121.499,112.34763,18.855413,27.407354,26.635418,182.55461,26.38705,41.189354,20.795563,24.040506,672.41754,550.63837,12.974847,104.58745,11.132501,2.847499,24.728199,38.33236,9.468463,385.32843,3.9835207,326.14124,62.55435,0.61023957,3.5558815,111.625015,30.794872,137.41435,151.69861,12282.828,0.69214046,1681.0977,1.5131187,0.9781483,0.51526177,3.831467,188.15627,252.55162,33.621216,287.18228,26.21448,19.563643,1002.6441,4.617467,115.01021,101.15397,418.42224,82.67237,376.42206,21.925873,179.49812,0.0,3967.1763,14577.173,24.091991,228.37361,135.79018,41302.605,169.97578,18.394592,89.12113,169.19704,79.35653,29.53086,111.21181,1293.9878,215.98567,75.13832,14.411249,15.2848015,885.3983,51.90277,945.8679,105.614586,2192.0068,187.16989,247.40388,142.90921,190.2832,9.936235,16.904999,40.478043,6.3287225,6.86382,59.918396,63.802113,84.10526,17.264896,21.140701,248.86948,9.711875,3411.7483,88.346924,76.47396,104.816376,90.65111,233.4132,130.89754,88.541664,28.776695,35.716373,84.89602,328.07306,451.35104,124.06719,426.3899,77.6693,87.81269,263.7785,254.55052,1037.0076,261.4584,4.5165105,16.576563,9.282659,90.27145,15810.33,6.8985,17.215776,28.163889,42.62456,478.5273,88.42639,163.63182,4.4384336,232.39583,517.72516,315.9751,107.215996,348.0184,36.111805,65.25261,308.18637,16.525663,2.4095736,13.992995,1935.5343,0.28252164,0.84143746,72.20132,8.822619,4.795096,9.74815,16.67881,188.38852,64.231514,130.29634,969.7089,206.625,1997.4391,1828.4409,16.843433,25.656425,14847.224,8.946381,59.618057,463.8261,98.025,166.53021,68.97543,372.25,1105.6418,357.9256,11.457292,79.29583,894.9496,2091.8728,39.734745,576.9861,49.008854,0.98006,57.232887,1.016444,0.53565127,2.399969,31.671225,116.22517,290.94385,13.600278,3433.0415,222.72395,74.920135,100.49219,40.862797,92.7474,32.673958,2.5722916,56.072918,302.73404,71.8272,42.235313,36.825752,24.946354,30.06369,31.617014,45.184864,938.81757,147.79424,3313.9858,38.716377,3818.789,73.46629,487.42212,2137.757,62.556114,11.49875,1903.1779,2383.7363,6396.8286,264.48392 +2023-06-12 22:00:00,0.0,12131.351,112.45518,18.85729,27.426863,26.624166,182.53131,26.382982,41.17258,20.793158,24.037998,672.2182,550.52606,12.968765,104.647964,11.14345,2.8444653,24.724138,38.29746,9.449631,385.24094,3.9752505,326.1019,62.52458,0.6096212,3.5540059,111.61662,30.77607,137.26883,151.66412,12294.548,0.6920528,1680.6859,1.5122257,0.97746444,0.5149332,3.827748,188.09143,252.46404,33.610764,287.00485,26.208652,19.595201,1003.55817,4.6158857,115.12825,101.21805,418.23895,82.81105,376.43066,21.919638,179.85202,0.0,3964.2732,14579.182,24.08753,228.68019,135.7689,41310.836,169.88823,18.39541,89.24202,169.44391,79.2827,29.500698,111.4412,1295.8395,216.29878,75.2603,14.413958,15.277076,884.41815,51.915234,947.691,105.70306,2191.8936,187.35893,247.64244,142.80669,190.64436,9.932501,16.898565,40.453705,6.3242416,6.8570156,59.92568,63.77903,84.06446,17.259523,21.14665,248.97908,9.708379,3410.6377,88.41942,76.41597,104.89295,90.721085,233.36435,130.94328,88.52778,28.78775,35.743538,84.98499,328.05252,452.2237,124.133125,426.55075,77.71662,87.84189,263.87717,254.61534,1036.805,261.6577,4.5146737,16.57771,9.285074,90.16005,15809.918,6.8944445,17.204906,28.14926,42.647755,478.79,88.44426,163.74193,4.435672,232.44722,517.8477,316.1052,107.254524,347.9897,36.094536,65.25176,308.10364,16.51901,2.408318,13.989214,1936.0411,0.28226382,0.84075826,72.16754,8.814127,4.7930384,9.740165,16.665789,188.29373,64.20101,130.27052,969.2799,206.62878,1997.1748,1828.2412,16.83485,25.654284,14842.169,8.945682,59.614815,464.03174,98.01833,166.48181,68.96538,372.1489,1105.2767,358.0167,11.459623,79.28611,895.2898,2091.4167,39.733227,576.90186,48.981457,0.98021513,57.238567,1.016677,0.53595483,2.401404,31.668316,116.216515,290.9249,13.608851,3433.281,222.82153,74.96898,100.60313,40.94472,92.7566,32.729305,2.573639,56.16528,303.36807,72.03318,42.358353,36.91476,24.940903,30.126268,31.704676,45.19541,938.7028,147.84756,3315.7532,38.714622,3818.66,73.47929,487.3064,2138.6162,62.590004,11.493848,1902.6,2382.2104,6394.7773,264.211 +2023-06-12 23:00:00,0.0,12141.203,112.56272,18.859167,27.446373,26.612917,182.50803,26.378912,41.155807,20.79075,24.035492,672.0189,550.4137,12.962683,104.70848,11.154399,2.8414316,24.720078,38.26256,9.4307995,385.15347,3.9669805,326.0626,62.494804,0.60900295,3.5521302,111.60823,30.757265,137.1233,151.62964,12306.268,0.6919651,1680.2742,1.5113329,0.9767806,0.51460475,3.8240292,188.02661,252.37646,33.600315,286.82742,26.202826,19.626762,1004.4722,4.614305,115.2463,101.28212,418.05566,82.94974,376.4393,21.913403,180.20592,0.0,3961.3696,14581.19,24.08307,228.98676,135.74763,41319.066,169.80066,18.396227,89.362915,169.69077,79.20888,29.470535,111.6706,1297.6912,216.6119,75.38227,14.416667,15.26935,883.4379,51.927696,949.5141,105.791534,2191.78,187.54796,247.88101,142.70418,191.00552,9.928765,16.89213,40.42937,6.3197603,6.850211,59.932964,63.755943,84.02366,17.25415,21.152601,249.08868,9.704882,3409.5273,88.49191,76.35799,104.969536,90.79105,233.3155,130.98903,88.513885,28.798803,35.7707,85.07397,328.03198,453.0963,124.199066,426.71158,77.763954,87.871086,263.97586,254.68018,1036.6025,261.857,4.512837,16.578854,9.28749,90.04865,15809.507,6.890389,17.194036,28.13463,42.670948,479.05267,88.462135,163.85204,4.43291,232.49861,517.97034,316.2353,107.293045,347.961,36.077267,65.250916,308.0209,16.512358,2.4070623,13.985433,1936.5481,0.282006,0.8400791,72.13377,8.8056345,4.790981,9.732179,16.652765,188.19896,64.17051,130.24472,968.85095,206.63257,1996.9105,1828.0414,16.826267,25.652142,14837.114,8.944982,59.611576,464.23737,98.011665,166.43341,68.95532,372.0478,1104.9116,358.10782,11.461954,79.27639,895.63,2090.961,39.73171,576.81757,48.954063,0.9803703,57.244247,1.01691,0.53625846,2.4028385,31.665407,116.207855,290.90594,13.617426,3433.5208,222.9191,75.01782,100.714066,41.026646,92.7658,32.784653,2.5749862,56.257637,304.0021,72.23917,42.481388,37.003773,24.935452,30.188848,31.792337,45.20596,938.5881,147.9009,3317.5205,38.71287,3818.5308,73.49229,487.19064,2139.4753,62.62389,11.488947,1902.0222,2380.6846,6392.726,263.93808 +2023-06-13 00:00:00,0.0,12151.055,112.67027,18.861042,27.465883,26.601667,182.48473,26.374844,41.139038,20.788343,24.032986,671.8196,550.3014,12.9566,104.769,11.165349,2.838398,24.716017,38.22766,9.411968,385.06598,3.9587102,326.02325,62.465027,0.6083846,3.5502546,111.59984,30.738462,136.97778,151.59515,12317.986,0.6918774,1679.8625,1.5104399,0.9760967,0.5142762,3.8203099,187.96179,252.28888,33.589863,286.65,26.196999,19.658323,1005.38635,4.612724,115.36434,101.34619,417.87234,83.088425,376.44794,21.90717,180.55981,0.0,3958.4668,14583.199,24.07861,229.29333,135.72636,41327.293,169.7131,18.397045,89.48381,169.93765,79.135056,29.440372,111.9,1299.5428,216.925,75.50424,14.419375,15.261624,882.45776,51.94016,951.3372,105.880005,2191.6667,187.737,248.11957,142.60167,191.36668,9.925031,16.885695,40.405033,6.3152795,6.843407,59.940247,63.732853,83.98286,17.248777,21.15855,249.1983,9.701385,3408.4167,88.564415,76.3,105.04612,90.86102,233.26666,131.03477,88.5,28.809856,35.79786,85.16294,328.01144,453.96896,124.265,426.87244,77.81129,87.90028,264.07455,254.745,1036.4,262.0563,4.511,16.58,9.289905,89.937256,15809.096,6.8863335,17.183167,28.119999,42.694138,479.31534,88.48,163.96213,4.430148,232.55,518.0929,316.3654,107.331566,347.93228,36.06,65.25008,307.9382,16.505703,2.4058068,13.98165,1937.055,0.28174818,0.83939993,72.1,8.797143,4.7889233,9.724194,16.639744,188.10417,64.14,130.2189,968.42194,206.63637,1996.6462,1827.8417,16.817684,25.650002,14832.06,8.944283,59.608334,464.443,98.005005,166.385,68.94526,371.9467,1104.5465,358.1989,11.464286,79.26666,895.9702,2090.505,39.73019,576.73334,48.926666,0.9805254,57.24993,1.0171429,0.5365621,2.4042733,31.6625,116.1992,290.887,13.626,3433.7605,223.01666,75.066666,100.825,41.10857,92.775,32.84,2.5763333,56.35,304.63614,72.445145,42.604424,37.09278,24.93,30.251429,31.88,45.216503,938.47327,147.95424,3319.2878,38.71112,3818.4016,73.50528,487.0749,2140.3345,62.65778,11.484045,1901.4443,2379.1587,6390.675,263.66513 +2023-06-13 01:00:00,0.0,12160.907,112.77782,18.862919,27.485394,26.590418,182.46143,26.370773,41.12227,20.785938,24.030478,671.62024,550.1891,12.950518,104.82952,11.176298,2.8353643,24.711958,38.19276,9.393136,384.9785,3.9504402,325.98392,62.435253,0.6077663,3.548379,111.591446,30.719658,136.83224,151.56067,12329.706,0.69178975,1679.4508,1.5095469,0.97541285,0.51394767,3.816591,187.89697,252.20131,33.57941,286.47256,26.191174,19.689884,1006.3004,4.6111426,115.48239,101.41026,417.68903,83.227104,376.45654,21.900934,180.91371,0.0,3955.5632,14585.208,24.07415,229.59991,135.7051,41335.523,169.62553,18.397861,89.6047,170.18452,79.06123,29.41021,112.129395,1301.3945,217.23811,75.62622,14.422085,15.253899,881.4776,51.95262,953.16034,105.968475,2191.5532,187.92603,248.35814,142.49916,191.72783,9.921295,16.87926,40.3807,6.3107986,6.8366027,59.947533,63.70977,83.942055,17.243406,21.1645,249.3079,9.697888,3407.3062,88.63691,76.24201,105.1227,90.93099,233.21782,131.08052,88.486115,28.82091,35.82502,85.251915,327.9909,454.84158,124.33094,427.03326,77.85862,87.92948,264.17325,254.80983,1036.1975,262.25558,4.5091634,16.581146,9.29232,89.82586,15808.684,6.882278,17.172298,28.10537,42.71733,479.57803,88.49787,164.07224,4.4273863,232.6014,518.21545,316.49548,107.37009,347.9036,36.042732,65.24923,307.85547,16.49905,2.4045513,13.977869,1937.5619,0.28149036,0.8387208,72.06623,8.7886505,4.786865,9.7162075,16.62672,188.0094,64.1095,130.19308,967.993,206.64015,1996.3818,1827.6418,16.809103,25.64786,14827.005,8.943583,59.60509,464.6486,97.99834,166.3366,68.9352,371.84555,1104.1814,358.29004,11.466618,79.25694,896.3104,2090.0488,39.728672,576.64905,48.89927,0.9806805,57.25561,1.017376,0.5368657,2.4057078,31.659592,116.190544,290.86804,13.634574,3434.0,223.11424,75.11551,100.935936,41.190495,92.7842,32.895348,2.5776806,56.44236,305.27017,72.65112,42.72746,37.18179,24.92455,30.314007,31.967663,45.22705,938.3585,148.00757,3321.055,38.709366,3818.2725,73.51828,486.95914,2141.1936,62.69167,11.479144,1900.8666,2377.6328,6388.6235,263.3922 +2023-06-13 02:00:00,0.0,12170.759,112.88536,18.864796,27.504904,26.579166,182.43813,26.366705,41.105495,20.783531,24.027971,671.4209,550.0768,12.944435,104.89004,11.187247,2.8323307,24.707897,38.15786,9.374305,384.891,3.94217,325.9446,62.40548,0.607148,3.546503,111.58305,30.700855,136.68672,151.52618,12341.426,0.69170207,1679.0391,1.5086539,0.97472894,0.5136192,3.8128722,187.83215,252.11372,33.56896,286.29514,26.185347,19.721445,1007.2145,4.6095614,115.60043,101.474335,417.50574,83.36579,376.46518,21.8947,181.26761,0.0,3952.6602,14587.217,24.069689,229.90648,135.68382,41343.754,169.53798,18.39868,89.72559,170.4314,78.98741,29.380047,112.358795,1303.2462,217.55121,75.74819,14.424793,15.246172,880.4974,51.965084,954.98346,106.056946,2191.4397,188.11507,248.59671,142.39665,192.08899,9.917561,16.872824,40.35636,6.3063173,6.829798,59.954815,63.686684,83.90126,17.238033,21.17045,249.41751,9.694391,3406.1956,88.70941,76.18403,105.19928,91.00097,233.16898,131.12628,88.47222,28.831964,35.852184,85.34089,327.97034,455.71423,124.39687,427.1941,77.905945,87.95868,264.27194,254.87465,1035.995,262.4549,4.507326,16.582293,9.294736,89.71446,15808.272,6.8782225,17.161428,28.09074,42.740524,479.8407,88.51575,164.18234,4.4246244,232.65277,518.3381,316.62558,107.40861,347.87488,36.025463,65.24838,307.77274,16.492397,2.4032958,13.974088,1938.0688,0.28123254,0.8380416,72.03246,8.780159,4.7848077,9.708222,16.613699,187.91461,64.078995,130.16727,967.5639,206.64394,1996.1176,1827.4421,16.80052,25.64572,14821.95,8.9428835,59.601852,464.85422,97.99167,166.2882,68.92514,371.74445,1103.8163,358.38113,11.468948,79.24722,896.65063,2089.5928,39.727158,576.5648,48.871876,0.9808357,57.26129,1.0176089,0.53716934,2.4071424,31.656685,116.18189,290.8491,13.643148,3434.2397,223.2118,75.16435,101.046875,41.27242,92.7934,32.950695,2.579028,56.53472,305.9042,72.8571,42.8505,37.270798,24.919098,30.376587,32.055325,45.237595,938.2437,148.0609,3322.8223,38.707615,3818.143,73.53127,486.84338,2142.0527,62.725555,11.474242,1900.2887,2376.107,6386.5723,263.1193 +2023-06-13 03:00:00,0.0,12180.611,112.992905,18.86667,27.524412,26.567917,182.41483,26.362635,41.088722,20.781126,24.025463,671.22156,549.9645,12.938353,104.950554,11.198197,2.829297,24.703836,38.122963,9.3554735,384.8035,3.9338996,325.90527,62.375706,0.60652965,3.5446274,111.57466,30.682053,136.5412,151.49168,12353.1455,0.6916144,1678.6273,1.5077609,0.9740451,0.51329064,3.809153,187.76732,252.02615,33.55851,286.1177,26.17952,19.753004,1008.12854,4.6079807,115.71848,101.53841,417.32245,83.50447,376.47382,21.888464,181.6215,0.0,3949.7568,14589.227,24.06523,230.21306,135.66255,41351.984,169.45041,18.399496,89.84649,170.67827,78.91358,29.349884,112.588196,1305.0979,217.86432,75.87017,14.427503,15.238446,879.5172,51.977547,956.8066,106.14542,2191.3264,188.30411,248.83527,142.29413,192.45015,9.913825,16.866388,40.332027,6.3018365,6.8229938,59.9621,63.663597,83.86046,17.23266,21.1764,249.52713,9.690894,3405.0852,88.781906,76.126045,105.27586,91.07094,233.12013,131.17203,88.458336,28.843018,35.879345,85.42986,327.9498,456.58685,124.462814,427.35495,77.95328,87.987885,264.37064,254.93948,1035.7925,262.65417,4.5054893,16.583437,9.297151,89.603065,15807.86,6.874167,17.150558,28.07611,42.763714,480.10336,88.533615,164.29243,4.4218626,232.70416,518.46063,316.75568,107.447136,347.8462,36.008194,65.24754,307.69,16.485744,2.40204,13.970306,1938.5758,0.28097472,0.83736247,71.99869,8.771667,4.78275,9.700236,16.600676,187.81982,64.04849,130.14145,967.13495,206.64772,1995.8533,1827.2423,16.791937,25.643578,14816.8955,8.9421835,59.59861,465.05984,97.985,166.23979,68.915085,371.64334,1103.4512,358.47226,11.47128,79.237495,896.99084,2089.137,39.72564,576.4805,48.84448,0.9809908,57.26697,1.0178418,0.53747296,2.4085772,31.653776,116.17323,290.83014,13.651722,3434.4795,223.30937,75.213196,101.157814,41.354347,92.802605,33.006042,2.580375,56.627083,306.53824,73.06309,42.973534,37.359806,24.913647,30.439165,32.142986,45.248142,938.12897,148.11423,3324.5896,38.705864,3818.014,73.54427,486.72763,2142.9119,62.759445,11.469341,1899.7109,2374.581,6384.521,262.84637 +2023-06-13 04:00:00,0.0,12190.463,113.10045,18.868547,27.543922,26.556667,182.39153,26.358566,41.071953,20.778719,24.022957,671.0223,549.8522,12.93227,105.01107,11.2091465,2.8262634,24.699776,38.088062,9.336642,384.71603,3.9256296,325.86597,62.345932,0.6059113,3.5427518,111.56627,30.663248,136.39568,151.4572,12364.864,0.6915267,1678.2156,1.5068679,0.97336125,0.51296216,3.8054342,187.7025,251.93858,33.548058,285.94028,26.173695,19.784565,1009.04266,4.6063995,115.836525,101.60248,417.13916,83.64316,376.48242,21.882229,181.9754,0.0,3946.8535,14591.235,24.060768,230.51964,135.64128,41360.21,169.36285,18.400314,89.96738,170.92514,78.83976,29.319721,112.81759,1306.9496,218.17743,75.99214,14.430211,15.2307205,878.53705,51.99001,958.6297,106.233894,2191.213,188.49313,249.07384,142.19162,192.81131,9.91009,16.859953,40.30769,6.297355,6.8161893,59.969383,63.64051,83.81966,17.227287,21.182348,249.63673,9.687398,3403.9746,88.8544,76.068054,105.35245,91.14091,233.07129,131.21777,88.44444,28.85407,35.906506,85.518845,327.92926,457.4595,124.52875,427.51578,78.00061,88.01708,264.4693,255.0043,1035.59,262.8535,4.5036526,16.584583,9.299566,89.49167,15807.449,6.8701115,17.139688,28.061481,42.786907,480.36603,88.55148,164.40254,4.4191008,232.75555,518.5832,316.88577,107.48566,347.81747,35.990925,65.2467,307.60727,16.47909,2.4007845,13.966525,1939.0826,0.2807169,0.8366833,71.96492,8.763175,4.780692,9.692251,16.587654,187.72505,64.01799,130.11563,966.70593,206.65152,1995.5889,1827.0426,16.783354,25.641436,14811.841,8.941484,59.59537,465.26544,97.97833,166.19139,68.90503,371.54224,1103.086,358.5634,11.473611,79.227776,897.33105,2088.681,39.72412,576.3963,48.81708,0.981146,57.27265,1.0180749,0.5377766,2.4100118,31.650867,116.16458,290.8112,13.660296,3434.719,223.40694,75.26204,101.26875,41.43627,92.811806,33.06139,2.5817223,56.719444,307.17227,73.269066,43.09657,37.448814,24.908195,30.501745,32.230648,45.25869,938.0142,148.16757,3326.357,38.704113,3817.8848,73.55727,486.61188,2143.771,62.793335,11.464439,1899.133,2373.0552,6382.4697,262.57346 +2023-06-13 05:00:00,0.0,12200.315,113.20799,18.870424,27.563433,26.545418,182.36823,26.354496,41.055183,20.776312,24.020449,670.82294,549.73987,12.9261875,105.07159,11.220097,2.8232298,24.695715,38.05316,9.31781,384.62854,3.9173594,325.82663,62.31616,0.605293,3.5408762,111.55788,30.644445,136.25015,151.42271,12376.584,0.69143903,1677.804,1.505975,0.97267735,0.5126336,3.801715,187.63768,251.851,33.537605,285.76285,26.167868,19.816126,1009.9567,4.6048183,115.954575,101.66655,416.95587,83.781845,376.49106,21.875994,182.3293,0.0,3943.9504,14593.244,24.056309,230.8262,135.62001,41368.44,169.27528,18.40113,90.08827,171.172,78.76594,29.289558,113.04699,1308.8013,218.49054,76.11411,14.43292,15.222995,877.5569,52.002472,960.4528,106.322365,2191.0996,188.68217,249.31241,142.08911,193.17247,9.906355,16.853518,40.28335,6.2928743,6.809385,59.97667,63.617428,83.778854,17.221916,21.1883,249.74634,9.683901,3402.864,88.9269,76.01007,105.42902,91.21088,233.02245,131.26352,88.43056,28.865124,35.93367,85.60782,327.90872,458.33212,124.59469,427.67664,78.04794,88.04628,264.568,255.06914,1035.3875,263.05276,4.501816,16.58573,9.301982,89.38027,15807.037,6.8660555,17.12882,28.046852,42.810097,480.62872,88.56936,164.51265,4.416339,232.80695,518.7058,317.01587,107.52418,347.7888,35.973656,65.24586,307.52457,16.472437,2.399529,13.962743,1939.5896,0.28045908,0.83600414,71.93115,8.754683,4.7786345,9.684265,16.57463,187.63026,63.987484,130.08981,966.277,206.6553,1995.3246,1826.8428,16.774773,25.639296,14806.786,8.940785,59.59213,465.47107,97.97167,166.14299,68.894966,371.44113,1102.721,358.65448,11.475943,79.218056,897.67126,2088.2249,39.722603,576.312,48.78969,0.9813011,57.27833,1.0183078,0.5380802,2.4114463,31.64796,116.15592,290.79224,13.66887,3434.9587,223.50452,75.310875,101.379684,41.518196,92.82101,33.116737,2.5830696,56.811806,307.8063,73.475044,43.21961,37.537823,24.902744,30.564325,32.31831,45.269234,937.8994,148.2209,3328.1243,38.70236,3817.7556,73.57027,486.49612,2144.6304,62.82722,11.459538,1898.5553,2371.5293,6380.4185,262.30054 +2023-06-13 06:00:00,0.0,12210.167,113.31554,18.8723,27.582943,26.534166,182.34492,26.350428,41.03841,20.773907,24.017942,670.6236,549.62756,12.920106,105.1321,11.231046,2.8201962,24.691654,38.01826,9.298979,384.54105,3.9090893,325.7873,62.286385,0.6046747,3.5390003,111.549484,30.62564,136.10463,151.38823,12388.304,0.69135135,1677.3922,1.505082,0.9719935,0.5123051,3.797996,187.57286,251.76343,33.527153,285.58542,26.16204,19.847687,1010.8708,4.603237,116.07262,101.73063,416.77258,83.920525,376.4997,21.86976,182.6832,0.0,3941.047,14595.253,24.051847,231.13278,135.59874,41376.67,169.18773,18.401949,90.20917,171.41888,78.692116,29.259396,113.27639,1310.653,218.80365,76.23609,14.435629,15.215269,876.57666,52.014935,962.27594,106.410835,2190.986,188.8712,249.55098,141.9866,193.53362,9.90262,16.847082,40.259018,6.288393,6.8025804,59.983955,63.594337,83.73806,17.216543,21.194248,249.85596,9.680404,3401.7534,88.9994,75.95208,105.50561,91.28085,232.97362,131.30927,88.416664,28.876179,35.96083,85.69679,327.88818,459.20477,124.66063,427.83746,78.09527,88.07548,264.6667,255.13396,1035.1848,263.25208,4.499979,16.586876,9.304397,89.268875,15806.626,6.862,17.11795,28.032223,42.83329,480.8914,88.58723,164.62274,4.413577,232.85834,518.82837,317.14597,107.5627,347.76007,35.95639,65.24501,307.44183,16.465784,2.3982735,13.9589615,1940.0964,0.28020126,0.83532494,71.89738,8.74619,4.776577,9.67628,16.56161,187.53548,63.95698,130.064,965.84796,206.65909,1995.0603,1826.6431,16.76619,25.637154,14801.731,8.940085,59.58889,465.6767,97.965004,166.09459,68.88491,371.34,1102.3558,358.7456,11.478274,79.208336,898.0115,2087.7688,39.72109,576.2278,48.76229,0.9814562,57.284016,1.0185407,0.5383838,2.4128811,31.645052,116.14727,290.7733,13.677444,3435.1985,223.60208,75.35972,101.49062,41.60012,92.83021,33.172085,2.5844166,56.904167,308.44034,73.68102,43.342644,37.62683,24.897291,30.626904,32.40597,45.27978,937.78467,148.27423,3329.8914,38.700607,3817.6262,73.58327,486.38037,2145.4895,62.86111,11.454637,1897.9774,2370.0032,6378.367,262.02762 +2023-06-13 07:00:00,0.0,12220.02,113.42309,18.874176,27.602451,26.522917,182.32162,26.346357,41.021637,20.7715,24.015436,670.42426,549.51526,12.914023,105.19262,11.241995,2.8171628,24.687595,37.983364,9.280148,384.45355,3.900819,325.748,62.256607,0.60405636,3.5371246,111.54109,30.606838,135.9591,151.35374,12400.022,0.6912637,1676.9805,1.504189,0.97130966,0.5119766,3.7942772,187.50803,251.67584,33.516705,285.408,26.156214,19.879246,1011.78485,4.6016564,116.19067,101.7947,416.58926,84.05921,376.5083,21.863525,183.0371,0.0,3938.144,14597.262,24.047388,231.43935,135.57747,41384.9,169.10016,18.402765,90.330055,171.66576,78.618286,29.229233,113.50578,1312.5048,219.11676,76.35806,14.438338,15.207543,875.5965,52.027397,964.09906,106.499306,2190.8726,189.06024,249.78955,141.8841,193.89478,9.898886,16.840649,40.23468,6.283912,6.795776,59.991238,63.57125,83.69726,17.21117,21.200197,249.96556,9.676908,3400.643,89.0719,75.8941,105.58219,91.35082,232.92477,131.35501,88.40278,28.887232,35.98799,85.78577,327.8676,460.0774,124.72656,427.9983,78.1426,88.104675,264.76538,255.19878,1034.9823,263.45135,4.4981422,16.58802,9.306812,89.15748,15806.215,6.8579445,17.10708,28.017591,42.856483,481.15405,88.605095,164.73285,4.4108152,232.90973,518.9509,317.27606,107.60123,347.73138,35.93912,65.24416,307.3591,16.459131,2.3970177,13.95518,1940.6034,0.27994344,0.8346458,71.86361,8.737699,4.7745194,9.668294,16.548586,187.4407,63.92648,130.03818,965.419,206.66287,1994.796,1826.4432,16.757607,25.635014,14796.677,8.939386,59.585648,465.88232,97.958336,166.04619,68.874855,371.2389,1101.9907,358.8367,11.480605,79.19861,898.3517,2087.313,39.71957,576.1435,48.734894,0.9816114,57.289696,1.0187738,0.5386874,2.4143157,31.642143,116.13861,290.75433,13.686019,3435.438,223.69965,75.40856,101.60156,41.682045,92.83941,33.22743,2.585764,56.99653,309.07437,73.887,43.46568,37.71584,24.89184,30.689484,32.493633,45.290325,937.6699,148.32756,3331.6587,38.698856,3817.497,73.59626,486.26462,2146.3486,62.895,11.449736,1897.3997,2368.4773,6376.3164,261.75467 +2023-06-13 08:00:00,0.0,12229.871,113.53063,18.876053,27.621962,26.511667,182.29832,26.342289,41.004868,20.769094,24.012928,670.2249,549.40295,12.907941,105.253136,11.252945,2.814129,24.683535,37.948463,9.261315,384.36606,3.892549,325.70865,62.226833,0.603438,3.535249,111.5327,30.588036,135.81358,151.31926,12411.742,0.691176,1676.5687,1.503296,0.97062576,0.51164806,3.790558,187.4432,251.58827,33.506252,285.23056,26.150389,19.910807,1012.6989,4.6000752,116.30871,101.85877,416.406,84.1979,376.51694,21.85729,183.39099,0.0,3935.2407,14599.2705,24.042927,231.74593,135.55621,41393.13,169.0126,18.403584,90.45095,171.91263,78.544464,29.19907,113.73518,1314.3564,219.42986,76.480034,14.441048,15.199817,874.61633,52.039864,965.9222,106.58778,2190.7593,189.24927,250.0281,141.78157,194.25594,9.89515,16.834213,40.210346,6.279431,6.788972,59.998524,63.54817,83.656456,17.205797,21.206148,250.07516,9.67341,3399.5325,89.144394,75.83611,105.65877,91.42079,232.87593,131.40076,88.388885,28.898285,36.015152,85.87474,327.84708,460.95004,124.7925,428.15915,78.18993,88.13387,264.86407,255.26361,1034.7798,263.65067,4.4963055,16.589167,9.309228,89.04608,15805.803,6.853889,17.096212,28.002962,42.879673,481.41675,88.62296,164.84296,4.4080534,232.9611,519.07355,317.40616,107.63975,347.7027,35.921852,65.243324,307.27637,16.452477,2.3957622,13.951399,1941.1104,0.27968562,0.8339666,71.829834,8.729206,4.7724614,9.660309,16.535564,187.34592,63.895973,130.01236,964.99,206.66667,1994.5316,1826.2435,16.749023,25.632872,14791.622,8.938686,59.58241,466.08792,97.95167,165.99777,68.86479,371.1378,1101.6256,358.92783,11.482937,79.18889,898.6919,2086.857,39.718052,576.05927,48.7075,0.9817665,57.295376,1.0190067,0.53899103,2.4157505,31.639236,116.12996,290.73538,13.694592,3435.6777,223.79723,75.457405,101.7125,41.76397,92.84861,33.282776,2.5871112,57.08889,309.7084,74.09299,43.588715,37.804848,24.886389,30.752062,32.581295,45.300873,937.5551,148.3809,3333.426,38.6971,3817.368,73.60926,486.14886,2147.2078,62.928886,11.444834,1896.8218,2366.9514,6374.265,261.48175 +2023-06-13 09:00:00,0.0,12239.724,113.638176,18.877928,27.641472,26.500418,182.27502,26.338219,40.9881,20.766687,24.010422,670.02563,549.29065,12.901858,105.31366,11.263894,2.8110955,24.679474,37.913563,9.242484,384.2786,3.8842788,325.6693,62.19706,0.6028197,3.5333734,111.52431,30.569231,135.66806,151.28477,12423.462,0.6910883,1676.157,1.502403,0.9699419,0.5113196,3.7868392,187.37839,251.50069,33.4958,285.05313,26.144562,19.942368,1013.61304,4.598494,116.42676,101.922844,416.2227,84.33658,376.52557,21.851055,183.74489,0.0,3932.3374,14601.279,24.038467,232.0525,135.53494,41401.36,168.92503,18.4044,90.571846,172.15948,78.47064,29.168907,113.964584,1316.2081,219.74297,76.60201,14.443756,15.192091,873.6361,52.052326,967.7453,106.676254,2190.6458,189.43831,250.26668,141.67906,194.6171,9.891416,16.827778,40.18601,6.27495,6.7821674,60.005806,63.525085,83.615654,17.200426,21.212097,250.18478,9.669913,3398.4219,89.21689,75.77812,105.73535,91.49076,232.82709,131.4465,88.375,28.909338,36.042316,85.963715,327.82654,461.82266,124.85844,428.31998,78.23727,88.16307,264.96274,255.32843,1034.5773,263.84995,4.4944687,16.590313,9.311643,88.93468,15805.392,6.8498335,17.085342,27.988333,42.902866,481.6794,88.64084,164.95305,4.4052916,233.0125,519.1961,317.53625,107.67827,347.67398,35.904583,65.24248,307.19363,16.445824,2.3945067,13.947618,1941.6172,0.2794278,0.8332875,71.79607,8.720715,4.770404,9.652323,16.522541,187.25114,63.86547,129.98654,964.56104,206.67046,1994.2673,1826.0437,16.740442,25.63073,14786.567,8.937987,59.579166,466.29355,97.945,165.94937,68.85474,371.03668,1101.2605,359.01892,11.485268,79.17917,899.0321,2086.401,39.716534,575.975,48.680103,0.9819217,57.301056,1.0192397,0.53929466,2.417185,31.636328,116.1213,290.71643,13.703167,3435.9175,223.89479,75.50625,101.82344,41.845894,92.85781,33.338123,2.5884583,57.18125,310.34244,74.298965,43.711754,37.893856,24.880938,30.814642,32.668957,45.31142,937.44037,148.43423,3335.1934,38.69535,3817.2388,73.62225,486.0331,2148.067,62.962776,11.439933,1896.244,2365.4255,6372.214,261.20883 +2023-06-13 10:00:00,0.0,12249.575,113.74572,18.879805,27.660982,26.489166,182.25172,26.33415,40.971325,20.764282,24.007914,669.8263,549.17834,12.895776,105.374176,11.274843,2.8080618,24.675413,37.878662,9.223653,384.1911,3.8760085,325.63,62.167286,0.6022014,3.5314975,111.515915,30.550428,135.52254,151.25029,12435.181,0.69100064,1675.7454,1.50151,0.96925807,0.51099104,3.7831202,187.31357,251.41312,33.48535,284.8757,26.138735,19.973928,1014.5271,4.5969133,116.5448,101.986916,416.03937,84.475266,376.53418,21.84482,184.09879,0.0,3929.4343,14603.288,24.034006,232.35907,135.51367,41409.59,168.83748,18.405218,90.69273,172.40637,78.39682,29.138744,114.19398,1318.0598,220.05608,76.72398,14.4464655,15.184365,872.65594,52.06479,969.5684,106.764725,2190.5325,189.62735,250.50523,141.57655,194.97824,9.88768,16.821342,40.161674,6.270469,6.775363,60.013092,63.502,83.57485,17.195053,21.218046,250.29439,9.666417,3397.3113,89.28939,75.72014,105.811935,91.56074,232.77824,131.49225,88.361115,28.920393,36.069477,86.05269,327.806,462.6953,124.92438,428.48083,78.28459,88.192276,265.06143,255.39326,1034.3748,264.04926,4.492632,16.59146,9.314058,88.82328,15804.9795,6.845778,17.074472,27.973703,42.92606,481.94208,88.65871,165.06316,4.4025297,233.06389,519.31866,317.66635,107.71679,347.6453,35.887314,65.24163,307.11093,16.43917,2.393251,13.943835,1942.1241,0.27916998,0.8326083,71.7623,8.712222,4.7683463,9.644338,16.50952,187.15636,63.83497,129.96072,964.132,206.67424,1994.003,1825.844,16.73186,25.62859,14781.513,8.937287,59.575928,466.49918,97.93833,165.90097,68.84467,370.93558,1100.8954,359.11005,11.487599,79.16944,899.3723,2085.945,39.715015,575.89075,48.652706,0.9820768,57.306736,1.0194727,0.5395983,2.4186196,31.63342,116.11265,290.69748,13.7117405,3436.157,223.99236,75.55509,101.93437,41.92782,92.86701,33.39347,2.5898056,57.273613,310.97647,74.504944,43.83479,37.982864,24.875486,30.877222,32.75662,45.321964,937.32556,148.48756,3336.9607,38.6936,3817.1094,73.635254,485.91736,2148.926,62.996662,11.435031,1895.6661,2363.8997,6370.1626,260.9359 +2023-06-13 11:00:00,0.0,12259.428,113.853264,18.88168,27.68049,26.477917,182.22842,26.33008,40.95455,20.761875,24.005407,669.62695,549.06604,12.889693,105.43469,11.285793,2.8050282,24.671352,37.843765,9.204821,384.1036,3.8677385,325.59067,62.137512,0.60158306,3.5296218,111.50752,30.531624,135.377,151.2158,12446.9,0.69091296,1675.3336,1.5006171,0.96857417,0.51066256,3.779401,187.24873,251.32553,33.4749,284.69827,26.13291,20.005487,1015.44116,4.595332,116.66285,102.05099,415.85608,84.613945,376.54282,21.838585,184.45268,0.0,3926.5312,14605.298,24.029547,232.66565,135.4924,41417.816,168.74991,18.406034,90.81363,172.65323,78.323,29.108582,114.42338,1319.9115,220.36919,76.84596,14.449174,15.17664,871.6758,52.07725,971.3915,106.853195,2190.419,189.81638,250.7438,141.47404,195.3394,9.883945,16.814907,40.137337,6.265988,6.7685585,60.020374,63.478912,83.53406,17.18968,21.223997,250.40399,9.66292,3396.201,89.361885,75.662155,105.88852,91.63071,232.7294,131.538,88.34722,28.931446,36.096638,86.14166,327.78543,463.56793,124.99031,428.64166,78.331924,88.22147,265.16013,255.45808,1034.1722,264.24854,4.490795,16.592604,9.316474,88.71188,15804.568,6.8417225,17.063602,27.959074,42.94925,482.20477,88.676575,165.17326,4.399768,233.11528,519.4413,317.79642,107.75532,347.61658,35.870045,65.24079,307.0282,16.432518,2.3919954,13.940054,1942.6311,0.27891216,0.83192915,71.72852,8.70373,4.7662883,9.636353,16.496496,187.06157,63.804462,129.9349,963.70306,206.67802,1993.7388,1825.6442,16.723276,25.626448,14776.458,8.936588,59.572685,466.70477,97.93167,165.85257,68.83462,370.83444,1100.5303,359.20114,11.489931,79.15972,899.7125,2085.489,39.7135,575.80646,48.625313,0.982232,57.312416,1.0197057,0.5399019,2.4200544,31.630512,116.10399,290.67853,13.720315,3436.3967,224.08994,75.603935,102.04531,42.009743,92.87621,33.44882,2.591153,57.36597,311.6105,74.71092,43.957825,38.071873,24.870035,30.9398,32.844284,45.33251,937.2108,148.54091,3338.7278,38.691845,3816.9802,73.64825,485.8016,2149.7852,63.030552,11.43013,1895.0883,2362.3738,6368.1113,260.663 +2023-06-13 12:00:00,0.0,12269.279,113.96081,18.883556,27.7,26.466667,182.20512,26.326012,40.937782,20.759468,24.0029,669.4276,548.95374,12.883611,105.49521,11.296742,2.8019946,24.667294,37.808865,9.185989,384.0161,3.8594682,325.55136,62.10774,0.6009647,3.5277462,111.49913,30.512821,135.23148,151.1813,12458.62,0.6908253,1674.9219,1.4997241,0.9678903,0.510334,3.7756822,187.18391,251.23796,33.464447,284.52084,26.127083,20.037048,1016.3552,4.593751,116.78089,102.11506,415.6728,84.75263,376.55145,21.832352,184.80658,0.0,3923.628,14607.307,24.025085,232.97223,135.47113,41426.047,168.66235,18.406853,90.934525,172.9001,78.24917,29.078419,114.65278,1321.7632,220.6823,76.96793,14.451883,15.168914,870.69556,52.089714,973.2146,106.94167,2190.3057,190.00542,250.98236,141.37154,195.70056,9.88021,16.808472,40.113,6.261507,6.761754,60.02766,63.455826,83.493256,17.184307,21.229946,250.51361,9.659423,3395.0903,89.43439,75.604164,105.965096,91.700676,232.68056,131.58376,88.333336,28.9425,36.1238,86.23064,327.7649,464.44058,125.05625,428.8025,78.37926,88.25067,265.25882,255.52292,1033.9697,264.44785,4.4889584,16.59375,9.318889,88.60049,15804.156,6.837667,17.052734,27.944445,42.972443,482.46744,88.69445,165.28336,4.397006,233.16667,519.56384,317.9265,107.79384,347.5879,35.85278,65.239944,306.94547,16.425865,2.39074,13.936273,1943.138,0.27865434,0.83124995,71.694756,8.695238,4.7642307,9.628366,16.483475,186.9668,63.77396,129.9091,963.27405,206.68182,1993.4744,1825.4445,16.714693,25.624306,14771.403,8.935888,59.569443,466.9104,97.925,165.80417,68.82456,370.73334,1100.165,359.29227,11.492262,79.15,900.05273,2085.033,39.711983,575.7222,48.597916,0.98238707,57.3181,1.0199386,0.54020554,2.421489,31.627604,116.09534,290.65958,13.7288885,3436.6365,224.1875,75.65278,102.15625,42.091667,92.885414,33.504166,2.5925,57.458332,312.24454,74.91691,44.08086,38.16088,24.864584,31.00238,32.931946,45.343056,937.09607,148.59424,3340.495,38.690094,3816.851,73.66125,485.68585,2150.6443,63.06444,11.425228,1894.5105,2360.848,6366.06,260.39008 +2023-06-13 13:00:00,0.0,12279.132,114.06835,18.885433,27.719511,26.455418,182.18182,26.321941,40.921013,20.757063,24.000393,669.2283,548.84143,12.877529,105.555725,11.307692,2.798961,24.663233,37.773964,9.167158,383.92862,3.8511982,325.51202,62.077965,0.6003464,3.5258706,111.49074,30.494019,135.08595,151.14682,12470.34,0.6907376,1674.5101,1.4988312,0.9672064,0.5100055,3.7719631,187.1191,251.15038,33.453995,284.3434,26.121256,20.06861,1017.26935,4.59217,116.89894,102.17914,415.4895,84.89132,376.56006,21.826117,185.16048,0.0,3920.7246,14609.315,24.020626,233.2788,135.44986,41434.277,168.57478,18.40767,91.05541,173.14697,78.17535,29.048256,114.88217,1323.6149,220.99539,77.089905,14.454592,15.161187,869.7154,52.102177,975.0377,107.03014,2190.1921,190.19444,251.22093,141.26901,196.06172,9.876475,16.802036,40.088665,6.2570257,6.7549496,60.034943,63.43274,83.45245,17.178934,21.235895,250.62321,9.655927,3393.9797,89.50688,75.54618,106.04168,91.770645,232.63171,131.6295,88.31944,28.953554,36.150963,86.31961,327.74435,465.3132,125.122185,428.96335,78.42658,88.27987,265.3575,255.58774,1033.7672,264.64713,4.4871216,16.594896,9.321304,88.48909,15803.745,6.833611,17.041864,27.929815,42.995636,482.7301,88.71232,165.39346,4.394244,233.21805,519.6864,318.0566,107.83236,347.55917,35.83551,65.2391,306.86273,16.41921,2.3894844,13.932491,1943.6449,0.27839652,0.8305708,71.66098,8.686746,4.762173,9.620381,16.470451,186.87201,63.743458,129.88329,962.8451,206.68561,1993.2101,1825.2446,16.706112,25.622166,14766.349,8.935189,59.566204,467.11603,97.918335,165.75577,68.8145,370.63223,1099.7999,359.38336,11.494594,79.140274,900.39294,2084.577,39.710464,575.63794,48.570522,0.9825422,57.32378,1.0201716,0.5405091,2.4229236,31.624697,116.08668,290.64062,13.737463,3436.8762,224.28506,75.70162,102.26719,42.17359,92.894615,33.559513,2.5938473,57.550694,312.87857,75.12289,44.2039,38.24989,24.859133,31.06496,33.019608,45.353603,936.98126,148.64757,3342.2625,38.688343,3816.722,73.67425,485.5701,2151.5037,63.098328,11.420327,1893.9326,2359.322,6364.009,260.11716 +2023-06-13 14:00:00,0.0,12288.983,114.1759,18.887308,27.739021,26.444166,182.15852,26.317873,40.90424,20.754656,23.997885,669.02893,548.72906,12.871447,105.61624,11.318642,2.7959273,24.659172,37.739063,9.148327,383.84116,3.842928,325.4727,62.04819,0.5997281,3.523995,111.482346,30.475214,134.94043,151.11234,12482.059,0.6906499,1674.0984,1.4979382,0.9665226,0.509677,3.7682443,187.05428,251.0628,33.443546,284.166,26.11543,20.10017,1018.1834,4.590589,117.01698,102.24321,415.3062,85.03,376.5687,21.819881,185.51437,0.0,3917.8213,14611.324,24.016165,233.58537,135.42859,41442.508,168.48723,18.408485,91.17631,173.39384,78.101524,29.018093,115.11157,1325.4666,221.3085,77.21188,14.457301,15.153461,868.7352,52.11464,976.86084,107.118614,2190.0786,190.38348,251.45952,141.1665,196.42288,9.87274,16.7956,40.064327,6.252545,6.748145,60.04223,63.409653,83.41165,17.173563,21.241844,250.73282,9.65243,3392.8691,89.57938,75.4882,106.11826,91.84062,232.58287,131.67525,88.30556,28.964607,36.178123,86.408585,327.72382,466.18585,125.188126,429.12418,78.473915,88.30907,265.45618,255.65257,1033.5647,264.84644,4.485285,16.596043,9.32372,88.37769,15803.334,6.8295555,17.030994,27.915184,43.018826,482.99277,88.73019,165.50356,4.3914824,233.26944,519.809,318.1867,107.87088,347.5305,35.81824,65.23826,306.78,16.412558,2.3882287,13.92871,1944.1519,0.2781387,0.8298916,71.62721,8.678254,4.760115,9.612395,16.45743,186.77724,63.712955,129.85747,962.4161,206.68939,1992.9458,1825.0449,16.697529,25.620024,14761.294,8.934489,59.56296,467.32162,97.91167,165.70737,68.80444,370.53113,1099.4348,359.4745,11.496924,79.130554,900.73315,2084.121,39.708946,575.5537,48.543125,0.98269737,57.32946,1.0204046,0.54081273,2.4243584,31.621788,116.078026,290.62167,13.7460375,3437.1157,224.38264,75.750465,102.37813,42.255516,92.90382,33.61486,2.5951946,57.643055,313.5126,75.328865,44.326935,38.338898,24.853682,31.127539,33.10727,45.36415,936.8665,148.7009,3344.0298,38.686592,3816.5928,73.68724,485.45435,2152.3628,63.132217,11.415425,1893.3549,2357.7961,6361.9575,259.8442 +2023-06-13 15:00:00,0.0,12298.836,114.28345,18.889185,27.75853,26.432917,182.13522,26.313803,40.887466,20.75225,23.995378,668.82965,548.61676,12.865364,105.67676,11.329591,2.7928936,24.655111,37.704163,9.129495,383.75366,3.834658,325.43338,62.018414,0.59910977,3.522119,111.47395,30.456411,134.7949,151.07785,12493.778,0.69056225,1673.6868,1.4970452,0.96583873,0.50934845,3.7645252,186.98946,250.97523,33.433094,283.98856,26.109604,20.13173,1019.0975,4.589008,117.13503,102.30728,415.12292,85.168686,376.57733,21.813646,185.86827,0.0,3914.918,14613.333,24.011705,233.89195,135.40732,41450.734,168.39966,18.409304,91.2972,173.64072,78.0277,28.98793,115.34097,1327.3182,221.62161,77.333855,14.46001,15.145736,867.75507,52.1271,978.68396,107.207085,2189.9653,190.57251,251.69807,141.064,196.78403,9.869005,16.789165,40.039993,6.2480636,6.7413406,60.04951,63.386566,83.37086,17.16819,21.247795,250.84244,9.648932,3391.7588,89.65188,75.43021,106.19484,91.91059,232.53403,131.721,88.291664,28.97566,36.205284,86.49757,327.70328,467.05847,125.25407,429.28503,78.52125,88.338264,265.55487,255.71739,1033.3622,265.04572,4.483448,16.597187,9.326135,88.2663,15802.922,6.8255,17.020124,27.900555,43.04202,483.25546,88.74806,165.61366,4.3887205,233.32083,519.9316,318.3168,107.90941,347.50177,35.800972,65.23741,306.69727,16.405905,2.3869731,13.924928,1944.6587,0.27788088,0.8292125,71.593445,8.669762,4.7580576,9.60441,16.444407,186.68245,63.68245,129.83165,961.98706,206.69318,1992.6814,1824.8451,16.688946,25.617884,14756.239,8.93379,59.559723,467.52725,97.905,165.65897,68.79438,370.43,1099.0697,359.56558,11.499256,79.120834,901.07336,2083.665,39.70743,575.4694,48.515728,0.9828525,57.33514,1.0206375,0.54111636,2.425793,31.61888,116.06937,290.60272,13.754611,3437.3555,224.48021,75.7993,102.48906,42.33744,92.91302,33.670208,2.5965416,57.735416,314.14664,75.53484,44.44997,38.427906,24.84823,31.190119,33.19493,45.374695,936.7518,148.75424,3345.7969,38.684837,3816.4634,73.70024,485.3386,2153.222,63.166107,11.410524,1892.777,2356.2703,6359.9062,259.5713 +2023-06-13 16:00:00,0.0,12308.6875,114.39099,18.891062,27.77804,26.421667,182.11192,26.309734,40.870697,20.749844,23.992872,668.6303,548.50446,12.859282,105.73728,11.34054,2.78986,24.65105,37.669266,9.110663,383.66617,3.8263876,325.39404,61.98864,0.59849143,3.5202434,111.46556,30.437607,134.64938,151.04337,12505.498,0.69047457,1673.275,1.4961523,0.9651548,0.50902,3.760806,186.92462,250.88765,33.42264,283.8111,26.103777,20.16329,1020.01154,4.5874267,117.253075,102.37135,414.93964,85.307365,376.58594,21.807411,186.22217,0.0,3912.0151,14615.342,24.007244,234.19852,135.38605,41458.965,168.3121,18.41012,91.41809,173.88759,77.95387,28.957767,115.570366,1329.1699,221.93472,77.455826,14.462719,15.13801,866.77484,52.139565,980.5071,107.29556,2189.8518,190.76155,251.93665,140.96149,197.14519,9.86527,16.782732,40.015656,6.2435827,6.734536,60.056797,63.36348,83.330055,17.162817,21.253744,250.95204,9.645436,3390.6482,89.72437,75.37222,106.27142,91.98056,232.48518,131.76674,88.27778,28.986713,36.232445,86.58654,327.6827,467.93112,125.32,429.44586,78.56858,88.36746,265.65356,255.78223,1033.1597,265.24503,4.4816113,16.598333,9.32855,88.1549,15802.511,6.8214445,17.009256,27.885925,43.065212,483.51813,88.76593,165.72377,4.3859587,233.37222,520.05414,318.4469,107.94793,347.47308,35.783703,65.236565,306.61456,16.399252,2.3857176,13.921146,1945.1656,0.27762306,0.8285333,71.55967,8.66127,4.756,9.596424,16.431385,186.58766,63.651947,129.80583,961.55804,206.69696,1992.4171,1824.6454,16.680363,25.615742,14751.185,8.933091,59.55648,467.73288,97.89834,165.61055,68.784325,370.3289,1098.7046,359.6567,11.501588,79.11111,901.4136,2083.209,39.705914,575.3852,48.488335,0.98300767,57.34082,1.0208706,0.54142,2.4272277,31.615973,116.060715,290.58377,13.7631855,3437.5952,224.57777,75.848145,102.6,42.419365,92.922226,33.725555,2.597889,57.827778,314.78067,75.74083,44.57301,38.516914,24.842777,31.252697,33.282593,45.385242,936.63696,148.80757,3347.5642,38.683086,3816.3342,73.713234,485.22284,2154.081,63.199993,11.4056225,1892.1992,2354.7444,6357.855,259.29837 +2023-06-13 17:00:00,0.0,12318.54,114.498535,18.892937,27.79755,26.410418,182.08864,26.305664,40.853928,20.747438,23.990364,668.43097,548.39215,12.853199,105.7978,11.35149,2.7868264,24.64699,37.634365,9.091832,383.57867,3.8181174,325.35474,61.958866,0.59787315,3.5183678,111.45717,30.418804,134.50386,151.00888,12517.217,0.6903869,1672.8633,1.4952593,0.964471,0.50869143,3.7570872,186.8598,250.80008,33.41219,283.63367,26.09795,20.19485,1020.9256,4.5858455,117.371124,102.435425,414.75632,85.44605,376.59457,21.801176,186.57607,0.0,3909.1116,14617.351,24.002783,234.5051,135.36478,41467.195,168.22453,18.410938,91.53899,174.13446,77.88005,28.927605,115.79977,1331.0216,222.24783,77.577805,14.465427,15.130284,865.7947,52.152027,982.3302,107.38403,2189.7385,190.95059,252.1752,140.85898,197.50635,9.861535,16.776297,39.99132,6.2391014,6.727732,60.064083,63.340397,83.28925,17.157444,21.259693,251.06165,9.641939,3389.5376,89.79687,75.31424,106.34801,92.05053,232.43634,131.81248,88.263885,28.997768,36.25961,86.675514,327.66217,468.80374,125.38594,429.6067,78.615906,88.39667,265.75226,255.84705,1032.9572,265.4443,4.4797745,16.59948,9.330966,88.0435,15802.099,6.817389,16.998386,27.871296,43.0884,483.7808,88.7838,165.83386,4.383197,233.42361,520.17676,318.577,107.98645,347.44437,35.766434,65.235725,306.53183,16.392597,2.3844619,13.917365,1945.6725,0.27736524,0.8278541,71.5259,8.652778,4.7539425,9.588439,16.418362,186.49289,63.621445,129.78001,961.1291,206.70076,1992.1528,1824.4456,16.671782,25.6136,14746.13,8.932391,59.55324,467.93848,97.89167,165.56215,68.77427,370.22778,1098.3395,359.74783,11.503919,79.10139,901.7538,2082.7532,39.704395,575.3009,48.460938,0.9831628,57.346504,1.0211035,0.5417236,2.4286623,31.613064,116.052055,290.56482,13.771759,3437.8347,224.67534,75.89699,102.71094,42.50129,92.93143,33.780903,2.5992362,57.92014,315.4147,75.94681,44.696045,38.605923,24.837326,31.315277,33.370255,45.39579,936.5222,148.8609,3349.3315,38.681335,3816.205,73.726234,485.1071,2154.9402,63.233883,11.400722,1891.6213,2353.2185,6355.8037,259.02545 +2023-06-13 18:00:00,0.0,12328.392,114.60608,18.894814,27.81706,26.399166,182.06534,26.301596,40.837154,20.745031,23.987858,668.2316,548.27985,12.847116,105.858315,11.362439,2.783793,24.642931,37.599464,9.073,383.49118,3.8098474,325.3154,61.929092,0.5972548,3.5164921,111.44878,30.4,134.35834,150.9744,12528.937,0.6902992,1672.4515,1.4943663,0.96378714,0.5083629,3.7533681,186.79498,250.7125,33.40174,283.45624,26.092125,20.226412,1021.8397,4.5842648,117.48917,102.4995,414.573,85.58474,376.6032,21.794943,186.92995,0.0,3906.2085,14619.36,23.998323,234.81168,135.3435,41475.42,168.13698,18.411755,91.65988,174.38133,77.80623,28.897442,116.02917,1332.8733,222.56094,77.699776,14.468137,15.122558,864.8145,52.16449,984.1533,107.4725,2189.625,191.13962,252.41377,140.75645,197.86751,9.8578,16.769861,39.966984,6.2346206,6.7209277,60.071365,63.317314,83.24845,17.152073,21.265644,251.17125,9.638442,3388.427,89.86937,75.25625,106.42459,92.12051,232.3875,131.85823,88.25,29.008821,36.28677,86.76449,327.64163,469.6764,125.45187,429.76755,78.66324,88.425865,265.85095,255.91188,1032.7545,265.64362,4.4779377,16.600626,9.333381,87.932106,15801.6875,6.8133335,16.987516,27.856667,43.111595,484.0435,88.80167,165.94397,4.380435,233.475,520.2993,318.7071,108.02497,347.41568,35.74917,65.23488,306.4491,16.385944,2.3832064,13.913584,1946.1794,0.27710742,0.82717496,71.492134,8.644285,4.7518845,9.580453,16.405338,186.3981,63.59094,129.7542,960.7001,206.70454,1991.8885,1824.2458,16.663198,25.61146,14741.074,8.931692,59.55,468.1441,97.885,165.51375,68.764206,370.12668,1097.9744,359.83893,11.50625,79.09167,902.094,2082.297,39.702877,575.2167,48.43354,0.983318,57.352184,1.0213364,0.54202724,2.4300969,31.610157,116.0434,290.54587,13.7803335,3438.0745,224.77292,75.94583,102.82188,42.583214,92.94063,33.83625,2.6005833,58.0125,316.04874,76.15279,44.81908,38.69493,24.831875,31.377857,33.457916,45.406334,936.4075,148.91423,3351.0989,38.67958,3816.076,73.73923,484.99133,2155.7993,63.267773,11.39582,1891.0436,2351.6926,6353.753,258.75253 +2023-06-13 19:00:00,0.0,12338.244,114.71362,18.89669,27.836569,26.387917,182.04204,26.297525,40.82038,20.742624,23.98535,668.0323,548.16754,12.841034,105.91883,11.373388,2.7807593,24.63887,37.564564,9.054169,383.40372,3.801577,325.27606,61.89932,0.5966365,3.5146163,111.440384,30.381197,134.21281,150.93991,12540.656,0.69021153,1672.0398,1.4934733,0.96310323,0.5080344,3.7496493,186.73016,250.62492,33.39129,283.2788,26.086298,20.25797,1022.7538,4.5826836,117.607216,102.56357,414.3897,85.72342,376.61182,21.788708,187.28384,0.0,3903.3052,14621.369,23.993862,235.11824,135.32225,41483.652,168.04941,18.412573,91.78077,174.6282,77.73241,28.86728,116.25857,1334.725,222.87404,77.82175,14.470845,15.114832,863.8343,52.176952,985.97644,107.560974,2189.5115,191.32866,252.65234,140.65395,198.22865,9.854065,16.763426,39.94265,6.2301397,6.7141232,60.07865,63.29422,83.20766,17.1467,21.271593,251.28087,9.634946,3387.3167,89.941864,75.198265,106.50117,92.190475,232.33865,131.90398,88.236115,29.019875,36.31393,86.85346,327.6211,470.549,125.517815,429.92838,78.71057,88.45506,265.94962,255.9767,1032.552,265.8429,4.4761004,16.60177,9.335796,87.82071,15801.275,6.809278,16.976648,27.842037,43.13479,484.30615,88.81954,166.05408,4.377673,233.52638,520.4219,318.8372,108.06349,347.38696,35.7319,65.23403,306.36636,16.379292,2.3819509,13.9098015,1946.6864,0.2768496,0.82649577,71.45836,8.635794,4.749827,9.572468,16.392317,186.30331,63.560436,129.72838,960.2711,206.70833,1991.6241,1824.046,16.654615,25.609318,14736.02,8.930992,59.54676,468.34973,97.878334,165.46535,68.75415,370.02557,1097.6093,359.93005,11.508581,79.08194,902.43427,2081.841,39.701363,575.1324,48.406147,0.98347306,57.357864,1.0215695,0.54233086,2.4315317,31.607248,116.034744,290.52692,13.788907,3438.3142,224.87048,75.994675,102.932816,42.66514,92.94983,33.891598,2.6019306,58.104862,316.68277,76.358765,44.942116,38.78394,24.826424,31.440435,33.545578,45.41688,936.29266,148.96758,3352.8662,38.67783,3815.9465,73.75223,484.87558,2156.6584,63.30166,11.390919,1890.4657,2350.1667,6351.7017,258.4796 +2023-06-13 20:00:00,0.0,12348.096,114.82117,18.898565,27.85608,26.376667,182.01874,26.293457,40.80361,20.74022,23.982843,667.833,548.05524,12.834951,105.97935,11.384338,2.7777257,24.63481,37.529667,9.035337,383.31622,3.793307,325.23676,61.869545,0.59601814,3.5127406,111.43199,30.362394,134.06728,150.90543,12552.375,0.69012386,1671.6282,1.4925803,0.9624194,0.50770587,3.7459302,186.66533,250.53734,33.380836,283.10138,26.080471,20.289532,1023.66785,4.5811024,117.72526,102.62764,414.20642,85.86211,376.62045,21.782473,187.63774,0.0,3900.4019,14623.378,23.989403,235.42482,135.30098,41491.883,167.96185,18.41339,91.901665,174.87508,77.658585,28.837116,116.48796,1336.5767,223.18715,77.943726,14.473555,15.107106,862.8541,52.189415,987.79956,107.649445,2189.3982,191.51768,252.8909,140.55144,198.58981,9.850329,16.75699,39.918312,6.2256584,6.707319,60.085934,63.271137,83.166855,17.141327,21.277542,251.39047,9.631449,3386.206,90.014366,75.140274,106.57775,92.260445,232.28981,131.94972,88.22222,29.030928,36.341095,86.94244,327.60056,471.42166,125.58375,430.08923,78.757904,88.48426,266.0483,256.04153,1032.3495,266.0422,4.4742637,16.602917,9.338212,87.70931,15800.864,6.8052225,16.965778,27.827408,43.157978,484.56882,88.83741,166.16417,4.3749113,233.57777,520.5445,318.9673,108.10202,347.35828,35.71463,65.23319,306.28363,16.372639,2.3806953,13.90602,1947.1932,0.27659178,0.82581663,71.42459,8.627301,4.7477694,9.564482,16.379293,186.20854,63.529934,129.70256,959.84216,206.71211,1991.3599,1823.8463,16.646032,25.607178,14730.965,8.930293,59.543518,468.55536,97.871666,165.41695,68.744095,369.92444,1097.2441,360.02115,11.510913,79.07222,902.7745,2081.385,39.699844,575.04816,48.37875,0.9836282,57.363544,1.0218024,0.5426345,2.4329662,31.60434,116.02609,290.50797,13.797482,3438.5537,224.96805,76.04352,103.04375,42.747063,92.95903,33.946945,2.603278,58.197224,317.3168,76.56475,45.065155,38.872948,24.820972,31.503016,33.63324,45.427425,936.1779,149.0209,3354.6333,38.67608,3815.8174,73.76523,484.75983,2157.5176,63.33555,11.386017,1889.888,2348.6409,6349.6504,258.2067 +2023-06-13 21:00:00,0.0,12357.948,114.92872,18.900442,27.87559,26.365417,181.99544,26.289387,40.786842,20.737812,23.980335,667.63367,547.94293,12.82887,106.03986,11.3952875,2.774692,24.630749,37.494766,9.016505,383.22873,3.7850368,325.19742,61.83977,0.59539986,3.510865,111.4236,30.34359,133.92175,150.87094,12564.095,0.6900362,1671.2164,1.4916873,0.96173555,0.5073774,3.742211,186.60051,250.44977,33.370388,282.92395,26.074646,20.321093,1024.5819,4.579521,117.84331,102.69172,414.02313,86.00079,376.6291,21.776237,187.99164,0.0,3897.4988,14625.387,23.984941,235.73138,135.27971,41500.113,167.8743,18.414207,92.02256,175.12195,77.584755,28.806953,116.71736,1338.4283,223.50026,78.0657,14.476263,15.0993805,861.87396,52.201878,989.6227,107.73792,2189.2847,191.70673,253.12947,140.44893,198.95097,9.846595,16.750555,39.893974,6.2211776,6.7005143,60.09322,63.248055,83.12605,17.135954,21.283493,251.50008,9.627952,3385.0955,90.08686,75.08229,106.654335,92.330414,232.24097,131.99547,88.208336,29.041983,36.368256,87.03141,327.58,472.29428,125.64969,430.25006,78.80523,88.51346,266.147,256.10635,1032.147,266.2415,4.472427,16.604063,9.340627,87.597916,15800.453,6.801167,16.954908,27.812778,43.18117,484.8315,88.85528,166.27428,4.3721495,233.62917,520.66705,319.09738,108.14054,347.32956,35.69736,65.232346,306.20093,16.365984,2.3794396,13.902239,1947.7002,0.27633396,0.82513744,71.390816,8.61881,4.7457113,9.556497,16.366272,186.11375,63.499428,129.67674,959.41315,206.71591,1991.0956,1823.6465,16.637451,25.605036,14725.91,8.929593,59.54028,468.76096,97.865005,165.36855,68.73403,369.82333,1096.879,360.11227,11.513245,79.0625,903.1147,2080.9292,39.698326,574.96387,48.351353,0.98378336,57.369225,1.0220354,0.54293805,2.4344008,31.601433,116.01743,290.489,13.806056,3438.7935,225.06563,76.09236,103.154686,42.828987,92.96823,34.002293,2.604625,58.289585,317.95084,76.77073,45.18819,38.961956,24.815521,31.565594,33.7209,45.437973,936.0631,149.07423,3356.4006,38.674324,3815.6882,73.77822,484.64407,2158.3767,63.36944,11.381116,1889.31,2347.115,6347.599,257.93375 +2023-06-13 22:00:00,0.0,12367.8,115.03626,18.902317,27.8951,26.354168,181.97214,26.285318,40.77007,20.735407,23.977829,667.4343,547.8306,12.822787,106.10038,11.406237,2.7716584,24.626688,37.459866,8.997674,383.14124,3.7767665,325.1581,61.809998,0.5947815,3.5089893,111.41521,30.324787,133.77623,150.83644,12575.814,0.6899485,1670.8047,1.4907944,0.96105164,0.50704885,3.7384923,186.53569,250.36218,33.359936,282.74652,26.068819,20.352654,1025.496,4.5779405,117.96135,102.75579,413.83984,86.13947,376.6377,21.770002,188.34554,0.0,3894.5955,14627.3955,23.980482,236.03796,135.25844,41508.34,167.78673,18.415024,92.14345,175.36882,77.51093,28.77679,116.94676,1340.28,223.81337,78.187675,14.478972,15.091655,860.8938,52.21434,991.4458,107.82639,2189.1714,191.89577,253.36803,140.34642,199.31213,9.842859,16.74412,39.86964,6.2166963,6.69371,60.100502,63.224968,83.08525,17.130583,21.289442,251.6097,9.624455,3383.985,90.159355,75.02431,106.73091,92.40038,232.19212,132.04123,88.19444,29.053036,36.395416,87.120384,327.55945,473.16693,125.71563,430.4109,78.85256,88.542656,266.2457,256.17117,1031.9445,266.4408,4.47059,16.60521,9.343042,87.48652,15800.041,6.797111,16.944038,27.798147,43.204365,485.09418,88.87315,166.38438,4.3693876,233.68056,520.7896,319.22748,108.17906,347.30087,35.68009,65.2315,306.1182,16.359331,2.378184,13.898458,1948.2072,0.27607614,0.8244583,71.35705,8.610317,4.743654,9.5485115,16.353249,186.01898,63.468925,129.65092,958.98413,206.7197,1990.8312,1823.4468,16.628868,25.602894,14720.855,8.928894,59.537037,468.96658,97.85834,165.32014,68.723976,369.72223,1096.5139,360.20337,11.515575,79.05278,903.4549,2080.4731,39.696808,574.87964,48.32396,0.9839385,57.374905,1.0222684,0.5432417,2.4358356,31.598524,116.00878,290.47006,13.81463,3439.0332,225.1632,76.141205,103.265625,42.91091,92.97743,34.05764,2.6059723,58.381943,318.58487,76.97671,45.311226,39.050964,24.81007,31.628174,33.808563,45.44852,935.94836,149.12758,3358.168,38.672573,3815.559,73.79122,484.52832,2159.236,63.403324,11.376214,1888.7323,2345.5889,6345.548,257.66083 +2023-06-13 23:00:00,0.0,12377.652,115.14381,18.904194,27.914608,26.342916,181.94884,26.281248,40.753296,20.733,23.975323,667.235,547.7183,12.816705,106.1609,11.417187,2.7686248,24.622627,37.424965,8.978843,383.05374,3.7684965,325.11877,61.78022,0.5941632,3.5071135,111.406815,30.305983,133.6307,150.80196,12587.534,0.6898608,1670.393,1.4899014,0.9603678,0.5067203,3.7347734,186.47087,250.27461,33.349483,282.5691,26.062992,20.384212,1026.41,4.5763593,118.0794,102.81986,413.65656,86.27816,376.64633,21.763767,188.69943,0.0,3891.6924,14629.404,23.97602,236.34454,135.23717,41516.57,167.69917,18.415842,92.26434,175.61569,77.43711,28.746628,117.176155,1342.1317,224.12648,78.30965,14.481681,15.083929,859.9136,52.226803,993.2689,107.91486,2189.0579,192.0848,253.60661,140.2439,199.67328,9.839125,16.737684,39.845303,6.2122154,6.6869054,60.107788,63.20188,83.04445,17.12521,21.295391,251.7193,9.620958,3382.8745,90.23186,74.96632,106.807495,92.47036,232.14328,132.08698,88.18056,29.064089,36.422577,87.20936,327.5389,474.03955,125.78156,430.57175,78.899895,88.57185,266.3444,256.236,1031.742,266.64008,4.4687533,16.606354,9.345458,87.37512,15799.63,6.7930555,16.93317,27.783518,43.227554,485.35684,88.89102,166.49448,4.366626,233.73195,520.91223,319.35757,108.21758,347.27216,35.662823,65.23066,306.03546,16.352678,2.3769286,13.894676,1948.714,0.27581835,0.8237791,71.32328,8.601826,4.741596,9.540525,16.340227,185.9242,63.438423,129.6251,958.5552,206.72348,1990.5669,1823.247,16.620285,25.600754,14715.801,8.928194,59.5338,469.1722,97.85167,165.27174,68.71391,369.62112,1096.1488,360.2945,11.517907,79.04305,903.7951,2080.017,39.69529,574.79535,48.296562,0.98409367,57.38059,1.0225013,0.5435453,2.4372702,31.595615,116.00012,290.4511,13.823204,3439.2727,225.26076,76.19005,103.376564,42.992836,92.98663,34.112988,2.6073196,58.474304,319.2189,77.182686,45.43426,39.139977,24.804619,31.690754,33.896225,45.459064,935.8336,149.18091,3359.9353,38.670822,3815.4297,73.804214,484.4126,2160.0952,63.437214,11.371313,1888.1544,2344.063,6343.4966,257.3879 +2023-06-14 00:00:00,0.0,12387.504,115.25135,18.90607,27.934118,26.331667,181.92554,26.27718,40.736526,20.730593,23.972815,667.03564,547.606,12.810622,106.22142,11.428136,2.7655911,24.618568,37.390068,8.960011,382.96628,3.7602262,325.07944,61.750446,0.59354484,3.5052378,111.39842,30.28718,133.48518,150.76747,12599.253,0.68977314,1669.9812,1.4890084,0.9596839,0.5063918,3.7310543,186.40604,250.18703,33.33903,282.39166,26.057165,20.415773,1027.3242,4.574778,118.19744,102.883934,413.47327,86.41684,376.65497,21.757534,189.05333,0.0,3888.789,14631.413,23.971561,236.65111,135.2159,41524.8,167.6116,18.416658,92.38524,175.86256,77.36329,28.716465,117.405556,1343.9834,224.43959,78.43162,14.48439,15.076202,858.9334,52.239265,995.092,108.003334,2188.9443,192.27383,253.84518,140.14139,200.03444,9.83539,16.731249,39.82097,6.207734,6.680101,60.11507,63.178795,83.003654,17.119837,21.301342,251.8289,9.617461,3381.764,90.30435,74.90833,106.88408,92.54033,232.09444,132.13272,88.166664,29.075142,36.44974,87.29833,327.51837,474.9122,125.8475,430.73257,78.94723,88.60106,266.44305,256.30084,1031.5394,266.8394,4.4669166,16.6075,9.347873,87.263725,15799.218,6.789,16.9223,27.768888,43.250748,485.6195,88.90889,166.60458,4.363864,233.78334,521.0348,319.48767,108.25611,347.24347,35.645554,65.22981,305.95273,16.346025,2.3756728,13.890894,1949.221,0.27556053,0.8231,71.289505,8.593333,4.7395387,9.53254,16.327204,185.8294,63.40792,129.59929,958.1262,206.72726,1990.3026,1823.0472,16.611702,25.598612,14710.746,8.927495,59.530556,469.3778,97.845,165.22333,68.70386,369.52002,1095.7837,360.3856,11.520238,79.03333,904.1353,2079.5613,39.693775,574.7111,48.269165,0.9842488,57.38627,1.0227343,0.54384893,2.438705,31.592709,115.99147,290.43216,13.831778,3439.5125,225.35834,76.23889,103.4875,43.07476,92.995834,34.168335,2.6086667,58.566666,319.85294,77.388664,45.5573,39.228985,24.799168,31.753332,33.98389,45.469612,935.7188,149.23424,3361.7026,38.66907,3815.3005,73.817215,484.29684,2160.9543,63.4711,11.366411,1887.5765,2342.537,6341.4453,257.115 +2023-06-14 01:00:00,0.0,12397.356,115.358894,18.907946,27.953629,26.320417,181.90224,26.27311,40.719757,20.728188,23.970308,666.83636,547.4937,12.80454,106.28194,11.439085,2.7625575,24.614508,37.355167,8.941179,382.87878,3.7519562,325.04013,61.720673,0.59292656,3.5033622,111.39003,30.268377,133.33966,150.73299,12610.973,0.68968546,1669.5696,1.4881154,0.95900005,0.5060633,3.7273352,186.34122,250.09946,33.328583,282.21423,26.05134,20.447334,1028.2383,4.5731974,118.31549,102.948006,413.28995,86.55553,376.66357,21.751299,189.40723,0.0,3885.8857,14633.422,23.9671,236.95769,135.19463,41533.027,167.52405,18.417477,92.50613,176.10944,77.28946,28.686302,117.63496,1345.8351,224.75269,78.5536,14.487099,15.068477,857.95325,52.25173,996.9151,108.09181,2188.831,192.46286,254.08374,140.03888,200.3956,9.831655,16.724815,39.79663,6.2032533,6.6732965,60.122356,63.15571,82.96285,17.114464,21.307291,251.93852,9.613965,3380.6533,90.376854,74.85035,106.96066,92.6103,232.04561,132.17847,88.15278,29.086197,36.476902,87.38731,327.4978,475.78482,125.91344,430.89343,78.99455,88.63026,266.54175,256.36566,1031.3369,267.03867,4.46508,16.608646,9.350288,87.15233,15798.807,6.7849445,16.91143,27.75426,43.27394,485.8822,88.926765,166.71469,4.3611026,233.83472,521.15735,319.61777,108.29463,347.21475,35.62829,65.228966,305.87,16.33937,2.3744173,13.887113,1949.7279,0.2753027,0.8224208,71.25574,8.584841,4.7374806,9.524554,16.314182,185.73463,63.377415,129.57349,957.6972,206.73106,1990.0383,1822.8474,16.60312,25.596472,14705.691,8.926795,59.527313,469.58344,97.83833,165.17493,68.6938,369.41888,1095.4186,360.4767,11.52257,79.02361,904.4755,2079.1052,39.692257,574.62683,48.24177,0.9844039,57.39195,1.0229673,0.54415256,2.4401395,31.5898,115.98281,290.4132,13.840352,3439.7522,225.4559,76.28773,103.598434,43.156685,93.005035,34.22368,2.610014,58.659027,320.48697,77.59465,45.680336,39.317993,24.793716,31.815912,34.071552,45.480156,935.60406,149.28757,3363.4697,38.667316,3815.1714,73.83021,484.1811,2161.8135,63.50499,11.36151,1886.9988,2341.0112,6339.394,256.84207 +2023-06-14 02:00:00,0.0,12407.208,115.46644,18.909822,27.973139,26.309168,181.87894,26.269041,40.702984,20.72578,23.9678,666.637,547.3814,12.798457,106.34245,11.450035,2.7595239,24.610447,37.320267,8.922348,382.7913,3.743686,325.0008,61.6909,0.5923082,3.5014865,111.38164,30.249573,133.19414,150.6985,12622.692,0.6895978,1669.1578,1.4872224,0.9583162,0.5057348,3.7236161,186.2764,250.01189,33.31813,282.0368,26.045513,20.478895,1029.1523,4.571616,118.43353,103.01208,413.10666,86.694214,376.6722,21.745064,189.76112,0.0,3882.9827,14635.432,23.96264,237.26427,135.17336,41541.258,167.43648,18.418293,92.62702,176.35631,77.21564,28.65614,117.86435,1347.6868,225.0658,78.67557,14.489808,15.060751,856.973,52.264194,998.7382,108.18028,2188.7175,192.6519,254.32231,139.93637,200.75676,9.82792,16.71838,39.772297,6.198772,6.6664925,60.129642,63.13262,82.92205,17.109093,21.31324,252.04813,9.610468,3379.543,90.44935,74.79236,107.03724,92.68027,231.99677,132.22421,88.138885,29.09725,36.504063,87.47628,327.47726,476.65747,125.97938,431.05426,79.041885,88.659454,266.64044,256.43048,1031.1344,267.23798,4.463243,16.609793,9.352704,87.04093,15798.395,6.780889,16.90056,27.73963,43.29713,486.14487,88.94463,166.82478,4.3583407,233.88611,521.27997,319.74786,108.33315,347.18607,35.61102,65.22813,305.7873,16.332718,2.3731618,13.883331,1950.2347,0.2750449,0.82174164,71.22197,8.576349,4.735423,9.516569,16.301159,185.63985,63.346912,129.54767,957.2682,206.73485,1989.7739,1822.6477,16.594538,25.59433,14700.637,8.926096,59.524075,469.78906,97.831665,165.12653,68.68374,369.31778,1095.0535,360.5678,11.524901,79.013885,904.81573,2078.6492,39.69074,574.5426,48.214375,0.98455906,57.39763,1.0232003,0.5444562,2.441574,31.586893,115.97416,290.39426,13.848926,3439.9917,225.55347,76.33657,103.70937,43.238613,93.01424,34.279026,2.6113613,58.75139,321.121,77.80063,45.80337,39.407,24.788263,31.87849,34.159214,45.490704,935.4893,149.34091,3365.237,38.665565,3815.0422,73.84321,484.06534,2162.6726,63.53888,11.356608,1886.4209,2339.4854,6337.343,256.56915 +2023-06-14 03:00:00,0.0,12417.061,115.57399,18.9117,27.992647,26.297916,181.85564,26.26497,40.68621,20.723375,23.965294,666.4377,547.2691,12.792375,106.40297,11.460984,2.7564902,24.606386,37.285366,8.903517,382.7038,3.735416,324.9615,61.661125,0.5916899,3.499611,111.373245,30.23077,133.04861,150.66402,12634.411,0.6895101,1668.7461,1.4863294,0.9576323,0.50540626,3.7198973,186.21158,249.9243,33.30768,281.85938,26.039686,20.510454,1030.0664,4.570035,118.55158,103.07615,412.92334,86.83289,376.68085,21.738829,190.11502,0.0,3880.079,14637.44,23.95818,237.57083,135.15208,41549.49,167.34892,18.419111,92.74792,176.60318,77.141815,28.625977,118.09375,1349.5385,225.3789,78.79754,14.4925165,15.053025,855.99286,52.276657,1000.56134,108.26875,2188.6042,192.84093,254.56087,139.83386,201.11792,9.824184,16.711945,39.74796,6.194291,6.659688,60.136925,63.109535,82.88125,17.10372,21.319191,252.15773,9.606972,3378.4324,90.52184,74.734375,107.11382,92.750244,231.94792,132.26996,88.125,29.108303,36.531223,87.56526,327.45673,477.5301,126.04531,431.2151,79.08922,88.68865,266.73914,256.4953,1030.9319,267.43726,4.461406,16.610937,9.355119,86.929535,15797.983,6.7768335,16.889692,27.725,43.320324,486.40753,88.9625,166.93489,4.355579,233.9375,521.4025,319.87793,108.37167,347.15735,35.59375,65.22728,305.70456,16.326065,2.3719063,13.87955,1950.7417,0.27478707,0.82106245,71.188194,8.567857,4.7333655,9.508583,16.288137,185.54506,63.31641,129.52185,956.83923,206.73863,1989.5096,1822.4479,16.585955,25.592188,14695.582,8.925396,59.520832,469.9947,97.825005,165.07812,68.67368,369.21667,1094.6884,360.65894,11.527232,79.004166,905.15594,2078.193,39.68922,574.4583,48.186977,0.9847142,57.40331,1.0234332,0.5447598,2.443009,31.583984,115.9655,290.3753,13.8575,3440.2314,225.65105,76.385414,103.82031,43.320538,93.02344,34.334373,2.6127083,58.84375,321.75504,78.00661,45.92641,39.49601,24.782812,31.94107,34.246876,45.50125,935.3745,149.39424,3367.0044,38.663815,3814.913,73.8562,483.9496,2163.5317,63.572765,11.351707,1885.8431,2337.9595,6335.2915,256.29623 +2023-06-14 04:00:00,0.0,12426.912,115.68153,18.913574,28.012157,26.286667,181.83234,26.260902,40.66944,20.720968,23.962786,666.23834,547.15674,12.786293,106.463486,11.471933,2.7534566,24.602325,37.25047,8.884685,382.61633,3.7271457,324.92215,61.63135,0.59107155,3.497735,111.364845,30.211966,132.90309,150.62953,12646.131,0.6894224,1668.3344,1.4854366,0.95694846,0.5050777,3.7161784,186.14676,249.83673,33.297226,281.68195,26.033861,20.542015,1030.9805,4.568454,118.669624,103.14023,412.74005,86.97158,376.68945,21.732594,190.46892,0.0,3877.1763,14639.449,23.95372,237.87741,135.13081,41557.72,167.26135,18.419928,92.868805,176.85004,77.06799,28.595814,118.32315,1351.3901,225.69202,78.91952,14.495226,15.0453,855.0127,52.28912,1002.38446,108.35722,2188.4907,193.02997,254.79944,139.73134,201.47906,9.82045,16.70551,39.723625,6.1898103,6.6528835,60.14421,63.08645,82.840454,17.098347,21.32514,252.26735,9.603475,3377.3218,90.594345,74.67639,107.19041,92.82021,231.89908,132.3157,88.111115,29.119356,36.558388,87.654236,327.4362,478.40274,126.11125,431.37595,79.13655,88.71785,266.83783,256.56015,1030.7294,267.63657,4.4595695,16.612083,9.357534,86.81814,15797.572,6.772778,16.878822,27.710371,43.343517,486.67023,88.98038,167.045,4.352817,233.98889,521.5251,320.00803,108.4102,347.12866,35.57648,65.22643,305.62183,16.319412,2.3706505,13.875769,1951.2485,0.27452925,0.8203833,71.15443,8.559365,4.7313075,9.500598,16.275114,185.45029,63.285904,129.49603,956.41016,206.74242,1989.2454,1822.2482,16.577372,25.590048,14690.527,8.924697,59.517593,470.2003,97.81834,165.02972,68.66362,369.11557,1094.3232,360.75003,11.529564,78.994446,905.49615,2077.7373,39.687706,574.3741,48.159584,0.98486936,57.40899,1.0236663,0.5450634,2.4444435,31.581076,115.95685,290.35635,13.866075,3440.4712,225.74861,76.43426,103.93125,43.402462,93.03264,34.38972,2.6140556,58.93611,322.38907,78.212585,46.049446,39.58502,24.77736,32.00365,34.334538,45.511795,935.25977,149.44757,3368.7717,38.66206,3814.7837,73.8692,483.83383,2164.3909,63.606655,11.346807,1885.2653,2336.4336,6333.24,256.0233 +2023-06-14 05:00:00,0.0,12436.765,115.78908,18.915451,28.031668,26.275417,181.80904,26.256832,40.65267,20.718563,23.96028,666.039,547.04443,12.7802105,106.524,11.482883,2.750423,24.598265,37.21557,8.865853,382.52884,3.7188754,324.8828,61.601578,0.59045327,3.4958594,111.35645,30.193163,132.75757,150.59505,12657.851,0.68933475,1667.9226,1.4845436,0.9562646,0.50474924,3.7124593,186.08192,249.74915,33.286777,281.50452,26.028034,20.573576,1031.8945,4.566873,118.787674,103.2043,412.55676,87.11026,376.6981,21.726358,190.82281,0.0,3874.273,14641.458,23.949259,238.18399,135.10954,41565.945,167.1738,18.420746,92.9897,177.09692,76.99417,28.56565,118.55254,1353.2418,226.00513,79.04149,14.497934,15.037573,854.03253,52.301582,1004.2076,108.4457,2188.3772,193.21901,255.038,139.62883,201.84023,9.816714,16.699074,39.699287,6.185329,6.646079,60.151493,63.063366,82.79965,17.092974,21.331089,252.37695,9.5999775,3376.2112,90.66684,74.6184,107.26698,92.89018,231.85023,132.36145,88.09722,29.130411,36.58555,87.74321,327.41565,479.27536,126.177185,431.53677,79.183876,88.74705,266.9365,256.62497,1030.5267,267.83585,4.4577327,16.61323,9.35995,86.70674,15797.16,6.7687225,16.867952,27.69574,43.366707,486.9329,88.998245,167.15509,4.350055,234.04028,521.6477,320.13812,108.44872,347.09995,35.55921,65.22559,305.5391,16.312757,2.369395,13.871986,1951.7555,0.27427143,0.8197041,71.12065,8.550873,4.72925,9.492612,16.262093,185.3555,63.2554,129.47021,955.9812,206.74622,1988.9811,1822.0483,16.568789,25.587906,14685.473,8.923998,59.51435,470.4059,97.81167,164.98132,68.653564,369.01447,1093.9581,360.84116,11.531895,78.98472,905.83636,2077.2812,39.686188,574.2898,48.132187,0.9850245,57.414673,1.0238992,0.545367,2.445878,31.578169,115.94819,290.3374,13.874648,3440.7107,225.84618,76.4831,104.04219,43.484386,93.04184,34.44507,2.615403,59.028473,323.0231,78.41857,46.17248,39.674026,24.77191,32.06623,34.4222,45.522343,935.14496,149.5009,3370.539,38.66031,3814.6545,73.8822,483.71808,2165.25,63.640545,11.341905,1884.6875,2334.9077,6331.189,255.75038 +2023-06-14 06:00:00,0.0,12446.616,115.89662,18.917328,28.051178,26.264168,181.78574,26.252764,40.6359,20.716156,23.957771,665.8397,546.9321,12.774128,106.58452,11.493833,2.7473893,24.594206,37.180668,8.847022,382.44135,3.7106054,324.8435,61.5718,0.5898349,3.4939837,111.34806,30.17436,132.61203,150.56056,12669.569,0.6892471,1667.511,1.4836506,0.9555807,0.5044207,3.7087402,186.0171,249.66158,33.276325,281.3271,26.022207,20.605137,1032.8086,4.565292,118.905716,103.26837,412.37347,87.24895,376.7067,21.720125,191.17671,0.0,3871.3696,14643.467,23.9448,238.49055,135.08827,41574.176,167.08623,18.421562,93.110596,177.3438,76.92034,28.535488,118.781944,1355.0935,226.31822,79.16346,14.500644,15.029847,853.0523,52.314045,1006.0307,108.53417,2188.264,193.40804,255.27657,139.52632,202.20139,9.81298,16.692638,39.67495,6.180848,6.6392746,60.15878,63.040283,82.75885,17.087603,21.33704,252.48656,9.596481,3375.1008,90.73934,74.56042,107.34357,92.96015,231.80139,132.4072,88.083336,29.141464,36.61271,87.832184,327.39508,480.148,126.243126,431.69763,79.23121,88.776245,267.0352,256.6898,1030.3242,268.03516,4.455896,16.614376,9.362365,86.595345,15796.749,6.7646666,16.857084,27.68111,43.3899,487.19556,89.01611,167.2652,4.3472934,234.09166,521.77026,320.26822,108.48724,347.07126,35.541943,65.22475,305.45636,16.306105,2.3681395,13.868205,1952.2625,0.2740136,0.819025,71.08688,8.542381,4.7271924,9.484627,16.24907,185.26073,63.2249,129.4444,955.55225,206.75,1988.7167,1821.8486,16.560207,25.585766,14680.418,8.923298,59.511112,470.61154,97.805,164.93292,68.64351,368.91333,1093.593,360.93225,11.534226,78.975,906.1766,2076.8252,39.68467,574.20557,48.10479,0.98517966,57.420353,1.0241321,0.5456706,2.4473128,31.57526,115.93954,290.31845,13.883223,3440.9504,225.94374,76.531944,104.15312,43.56631,93.05104,34.500416,2.61675,59.120834,323.65714,78.62455,46.295517,39.763035,24.766459,32.128807,34.50986,45.532887,935.0302,149.55424,3372.3062,38.658558,3814.5254,73.895195,483.60233,2166.1094,63.67443,11.337004,1884.1096,2333.3818,6329.1377,255.47745 +2023-06-14 07:00:00,0.0,12456.469,116.004166,18.919203,28.070686,26.252916,181.76244,26.248693,40.619125,20.713749,23.955265,665.6404,546.8198,12.768045,106.64504,11.504782,2.744356,24.590145,37.145767,8.82819,382.35385,3.7023351,324.80417,61.542027,0.5892166,3.492108,111.33967,30.155556,132.4665,150.52606,12681.289,0.6891594,1667.0992,1.4827576,0.95489687,0.5040922,3.7050214,185.95229,249.57399,33.265873,281.14966,26.01638,20.636696,1033.7227,4.5637107,119.023766,103.33244,412.1902,87.387634,376.71533,21.71389,191.53061,0.0,3868.4663,14645.476,23.940338,238.79713,135.06702,41582.406,166.99867,18.42238,93.23148,177.59067,76.84652,28.505325,119.011345,1356.9452,226.63133,79.28544,14.503352,15.022121,852.07214,52.326508,1007.8538,108.62264,2188.1504,193.59708,255.51514,139.42381,202.56255,9.809244,16.686203,39.650616,6.176367,6.63247,60.16606,63.01719,82.71805,17.08223,21.342989,252.59618,9.592984,3373.9902,90.81184,74.50243,107.42015,93.03013,231.75255,132.45294,88.06944,29.152517,36.639874,87.92116,327.37454,481.02063,126.30907,431.85846,79.27854,88.80545,267.13388,256.7546,1030.1217,268.23444,4.454059,16.61552,9.36478,86.48395,15796.337,6.760611,16.846214,27.666481,43.413094,487.45825,89.03398,167.3753,4.3445315,234.14305,521.8928,320.39832,108.525764,347.04254,35.524677,65.2239,305.37366,16.299452,2.366884,13.864424,1952.7693,0.2737558,0.8183458,71.053116,8.533889,4.725135,9.476641,16.236048,185.16594,63.194393,129.41858,955.1232,206.75378,1988.4524,1821.6488,16.551624,25.583624,14675.363,8.922599,59.50787,470.81714,97.79833,164.88452,68.633446,368.81223,1093.2279,361.02338,11.536558,78.96528,906.5168,2076.3691,39.68315,574.1213,48.077396,0.98533475,57.426033,1.0243652,0.54597425,2.4487474,31.572353,115.93088,290.2995,13.891796,3441.1902,226.04132,76.58079,104.26406,43.648235,93.06024,34.555763,2.6180973,59.213196,324.29117,78.83053,46.418556,39.852043,24.761007,32.191387,34.597523,45.543434,934.91547,149.60757,3374.0735,38.656803,3814.3962,73.908195,483.48657,2166.9685,63.70832,11.332102,1883.5319,2331.856,6327.087,255.20453 +2023-06-14 08:00:00,0.0,12466.32,116.11171,18.92108,28.090197,26.241667,181.73914,26.244625,40.602356,20.711344,23.952759,665.44104,546.7075,12.761963,106.70556,11.515732,2.7413223,24.586084,37.11087,8.809359,382.26636,3.694065,324.76483,61.512253,0.5885983,3.4902322,111.331276,30.136753,132.32098,150.49158,12693.009,0.6890717,1666.6875,1.4818646,0.954213,0.5037637,3.7013023,185.88747,249.48642,33.255424,280.97223,26.010555,20.668257,1034.6367,4.5621295,119.14181,103.396515,412.00687,87.52631,376.72397,21.707655,191.8845,0.0,3865.563,14647.484,23.935879,239.1037,135.04575,41590.637,166.9111,18.423197,93.35238,177.83754,76.7727,28.475163,119.24074,1358.7969,226.94444,79.40741,14.506062,15.014396,851.092,52.33897,1009.67694,108.71111,2188.037,193.7861,255.75371,139.3213,202.92369,9.80551,16.679768,39.626278,6.171886,6.6256657,60.173347,62.994106,82.677246,17.076857,21.348938,252.70578,9.589487,3372.8796,90.88433,74.44444,107.496735,93.1001,231.7037,132.4987,88.05556,29.16357,36.667034,88.01013,327.354,481.89328,126.375,432.0193,79.325874,88.83465,267.23257,256.81946,1029.9192,268.43375,4.4522223,16.616667,9.367196,86.37255,15795.926,6.7565556,16.835344,27.651852,43.436283,487.72092,89.05186,167.4854,4.3417697,234.19444,522.01544,320.5284,108.56429,347.01385,35.50741,65.22306,305.29092,16.292799,2.3656282,13.860642,1953.2762,0.27349797,0.81766665,71.01934,8.525396,4.723077,9.468656,16.223024,185.07115,63.16389,129.39276,954.6942,206.75757,1988.1881,1821.4491,16.543041,25.581482,14670.309,8.921899,59.50463,471.02277,97.79167,164.8361,68.62339,368.71112,1092.8628,361.1145,11.538889,78.95555,906.857,2075.9133,39.681633,574.03705,48.05,0.9854899,57.431713,1.0245981,0.5462779,2.4501822,31.569445,115.922226,290.28055,13.900371,3441.43,226.13889,76.62963,104.375,43.73016,93.06944,34.61111,2.6194446,59.305557,324.9252,79.03651,46.54159,39.94105,24.755556,32.253967,34.685184,45.55398,934.80066,149.6609,3375.8408,38.655052,3814.2668,73.92119,483.37082,2167.8276,63.74221,11.327201,1882.954,2330.33,6325.0356,254.93161 +2023-06-14 09:00:00,0.0,12476.173,116.21925,18.922956,28.109707,26.230417,181.71584,26.240555,40.585587,20.708937,23.95025,665.2417,546.5952,12.75588,106.766075,11.526681,2.7382886,24.582024,37.07597,8.790527,382.1789,3.6857948,324.72552,61.48248,0.58798,3.4883566,111.32288,30.117949,132.17546,150.45709,12704.729,0.68898404,1666.2758,1.4809716,0.9535291,0.5034352,3.6975834,185.82263,249.39883,33.244972,280.7948,26.004728,20.699818,1035.5509,4.560549,119.25986,103.46059,411.8236,87.665,376.73257,21.70142,192.2384,0.0,3862.66,14649.493,23.931417,239.41028,135.02448,41598.863,166.82355,18.424013,93.473274,178.08441,76.698875,28.445,119.47014,1360.6486,227.25755,79.52939,14.50877,15.00667,850.11176,52.351433,1011.50006,108.79958,2187.9236,193.97514,255.99228,139.21878,203.28485,9.801774,16.673332,39.601944,6.1674047,6.618861,60.18063,62.971024,82.63645,17.071484,21.354889,252.81538,9.585991,3371.769,90.95683,74.38646,107.57331,93.17007,231.65486,132.54445,88.041664,29.174625,36.694195,88.099106,327.33347,482.76593,126.44094,432.18015,79.3732,88.863846,267.33127,256.88428,1029.7167,268.63303,4.4503856,16.617813,9.369611,86.261154,15795.514,6.7525,16.824474,27.637222,43.459476,487.98358,89.069725,167.5955,4.339008,234.24583,522.138,320.6585,108.60281,346.98514,35.49014,65.22221,305.2082,16.286144,2.3643727,13.856861,1953.7832,0.27324015,0.81698745,70.98557,8.516905,4.7210193,9.46067,16.210003,184.97638,63.13339,129.36694,954.26526,206.76137,1987.9237,1821.2493,16.534458,25.579342,14665.254,8.9212,59.50139,471.2284,97.785,164.7877,68.613335,368.61002,1092.4977,361.2056,11.541221,78.94583,907.1972,2075.4573,39.68012,573.95276,48.022602,0.98564506,57.437393,1.0248312,0.5465815,2.4516168,31.566536,115.91357,290.2616,13.908944,3441.6694,226.23645,76.678474,104.48594,43.812084,93.07864,34.66646,2.6207917,59.397915,325.55923,79.24249,46.664627,40.03006,24.750105,32.316547,34.772846,45.564526,934.6859,149.71423,3377.6082,38.6533,3814.1377,73.93419,483.25507,2168.6868,63.776096,11.322299,1882.3762,2328.8042,6322.9844,254.65868 +2023-06-14 10:00:00,0.0,12486.024,116.326805,18.924831,28.129217,26.219168,181.69254,26.236486,40.568813,20.706532,23.947744,665.04236,546.4829,12.749798,106.82659,11.53763,2.735255,24.577963,37.04107,8.771695,382.0914,3.6775248,324.6862,61.452705,0.58736163,3.486481,111.31449,30.099146,132.02994,150.4226,12716.447,0.68889636,1665.864,1.4800787,0.9528453,0.50310665,3.6938643,185.75781,249.31126,33.23452,280.61737,25.998901,20.731379,1036.465,4.5589676,119.3779,103.52466,411.6403,87.80369,376.7412,21.695185,192.5923,0.0,3859.7568,14651.503,23.926958,239.71686,135.0032,41607.094,166.73598,18.424831,93.59416,178.33127,76.625046,28.414837,119.69954,1362.5002,227.57066,79.65136,14.511479,14.998944,849.1316,52.363895,1013.3232,108.88806,2187.81,194.16417,256.23083,139.11627,203.64601,9.798039,16.666899,39.577606,6.162924,6.6120567,60.187916,62.947937,82.59565,17.06611,21.360838,252.925,9.582494,3370.6587,91.02933,74.328476,107.649895,93.240036,231.60602,132.5902,88.02778,29.185678,36.721355,88.18808,327.31293,483.63855,126.506874,432.34097,79.42053,88.89304,267.42993,256.9491,1029.5142,268.83234,4.448549,16.61896,9.372026,86.14976,15795.103,6.7484446,16.813606,27.622593,43.48267,488.24625,89.08759,167.70561,4.336246,234.29723,522.26056,320.7886,108.641335,346.95645,35.47287,65.22137,305.12546,16.279491,2.3631172,13.853079,1954.29,0.27298233,0.8163083,70.951805,8.508412,4.7189617,9.452684,16.19698,184.88159,63.102886,129.34113,953.8363,206.76515,1987.6594,1821.0496,16.525877,25.5772,14660.199,8.9205,59.49815,471.434,97.778336,164.7393,68.60327,368.50888,1092.1326,361.29672,11.543551,78.93611,907.5374,2075.0012,39.6786,573.8685,47.99521,0.9858002,57.443073,1.0250641,0.54688513,2.4530513,31.56363,115.904915,290.24265,13.917519,3441.9092,226.33403,76.72731,104.59688,43.89401,93.087845,34.721806,2.622139,59.490276,326.19327,79.44847,46.787663,40.11907,24.744654,32.379128,34.860508,45.575073,934.57117,149.76758,3379.3752,38.65155,3814.0085,73.94718,483.1393,2169.546,63.809986,11.317398,1881.7983,2327.2783,6320.933,254.38576 +2023-06-14 11:00:00,0.0,12495.877,116.43435,18.926708,28.148726,26.207916,181.66924,26.232416,40.55204,20.704124,23.945236,664.843,546.3706,12.743716,106.88711,11.54858,2.7322214,24.573904,37.00617,8.752864,382.0039,3.6692545,324.64688,61.42293,0.5867433,3.4846053,111.3061,30.080343,131.88441,150.38812,12728.167,0.6888087,1665.4524,1.4791857,0.9521614,0.5027781,3.6901453,185.693,249.22368,33.224068,280.43994,25.993076,20.762938,1037.379,4.5573864,119.49595,103.58874,411.45697,87.94237,376.74985,21.68895,192.9462,0.0,3856.8535,14653.512,23.922497,240.02342,134.98193,41615.324,166.64842,18.425648,93.71506,178.57814,76.55122,28.384674,119.92893,1364.3519,227.88377,79.77333,14.514188,14.991218,848.1514,52.376358,1015.1463,108.97653,2187.6968,194.35321,256.4694,139.01376,204.00717,9.794304,16.660463,39.553272,6.1584425,6.6052527,60.1952,62.92485,82.55485,17.06074,21.366787,253.0346,9.578997,3369.548,91.10183,74.270485,107.72648,93.31001,231.55717,132.63594,88.013885,29.196732,36.74852,88.277054,327.29236,484.5112,126.572815,432.50183,79.467865,88.92224,267.52863,257.01392,1029.3116,269.03162,4.4467115,16.620104,9.374442,86.03836,15794.69,6.744389,16.802736,27.607964,43.50586,488.50894,89.10547,167.8157,4.333484,234.34862,522.3832,320.9187,108.679855,346.92773,35.4556,65.22053,305.04272,16.272839,2.3618615,13.849298,1954.797,0.2727245,0.8156291,70.91803,8.499921,4.7169037,9.444699,16.183958,184.7868,63.07238,129.3153,953.4073,206.76894,1987.3951,1820.8497,16.517294,25.57506,14655.145,8.919801,59.494907,471.63962,97.77167,164.6909,68.593216,368.40778,1091.7675,361.38782,11.545883,78.92639,907.8776,2074.5454,39.677082,573.78424,47.96781,0.98595536,57.448757,1.025297,0.5471887,2.4544861,31.56072,115.896255,290.2237,13.926092,3442.149,226.4316,76.77615,104.70781,43.975933,93.097046,34.777153,2.6234863,59.582638,326.8273,79.65445,46.9107,40.208076,24.739202,32.441704,34.94817,45.585617,934.45636,149.8209,3381.1426,38.649796,3813.8794,73.96018,483.02356,2170.405,63.843876,11.312496,1881.2205,2325.7524,6318.882,254.11284 +2023-06-14 12:00:00,0.0,12505.729,116.54189,18.928583,28.168236,26.196667,181.64595,26.228348,40.53527,20.701717,23.94273,664.64374,546.2583,12.737634,106.947624,11.559529,2.7291877,24.569843,36.97127,8.734033,381.9164,3.6609843,324.60754,61.393158,0.586125,3.4827294,111.29771,30.061539,131.73889,150.35364,12739.887,0.688721,1665.0406,1.4782927,0.9514775,0.50244963,3.6864264,185.62817,249.13611,33.21362,280.2625,25.98725,20.794498,1038.2931,4.5558057,119.61399,103.65281,411.27368,88.081055,376.75845,21.682716,193.3001,0.0,3853.9502,14655.5205,23.918036,240.33,134.96066,41623.55,166.56085,18.426466,93.83595,178.82501,76.4774,28.354511,120.15833,1366.2036,228.19687,79.89531,14.516897,14.983492,847.17126,52.38882,1016.9694,109.065,2187.5833,194.54225,256.70798,138.91125,204.36832,9.790569,16.654028,39.528934,6.1539617,6.5984483,60.202484,62.901764,82.514046,17.055367,21.372738,253.14421,9.5755005,3368.4375,91.174324,74.2125,107.803055,93.37998,231.50833,132.68169,88.0,29.207785,36.77568,88.36603,327.27182,485.38382,126.63875,432.66266,79.5152,88.95144,267.62732,257.07874,1029.1091,269.23093,4.444875,16.62125,9.376857,85.92696,15794.279,6.7403336,16.791866,27.593332,43.529053,488.7716,89.12334,167.92581,4.3307223,234.4,522.50574,321.0488,108.71838,346.89905,35.43833,65.21968,304.96002,16.266186,2.360606,13.845516,1955.304,0.2724667,0.8149499,70.88426,8.491428,4.714846,9.436713,16.170935,184.69203,63.041878,129.28949,952.9783,206.77272,1987.1309,1820.65,16.50871,25.572918,14650.09,8.919101,59.49167,471.84525,97.765,164.6425,68.58315,368.30667,1091.4023,361.47894,11.548214,78.916664,908.21783,2074.0894,39.675564,573.7,47.940414,0.9861105,57.454437,1.0255301,0.5474923,2.4559207,31.557812,115.8876,290.2047,13.934667,3442.3884,226.52916,76.825,104.81875,44.057858,93.10625,34.8325,2.6248333,59.675,327.46133,79.86043,47.033737,40.297085,24.73375,32.504284,35.03583,45.596165,934.3416,149.87424,3382.91,38.648045,3813.75,73.97318,482.9078,2171.2642,63.87776,11.307595,1880.6427,2324.2266,6316.8306,253.83992 +2023-06-14 13:00:00,0.0,12515.581,116.64944,18.93046,28.187746,26.185417,181.62265,26.224277,40.5185,20.699312,23.940222,664.4444,546.146,12.731551,107.00814,11.570478,2.726154,24.565783,36.93637,8.715201,381.82892,3.6527143,324.5682,61.363384,0.5855067,3.4808538,111.289314,30.042736,131.59337,150.31915,12751.605,0.6886333,1664.6289,1.4773997,0.9507937,0.5021211,3.6827073,185.56335,249.04852,33.203167,280.08508,25.981422,20.82606,1039.2072,4.5542245,119.73204,103.71688,411.0904,88.219734,376.7671,21.676481,193.65399,0.0,3851.047,14657.529,23.913576,240.63658,134.93939,41631.78,166.4733,18.427282,93.95684,179.07188,76.40358,28.324347,120.38773,1368.0553,228.50998,80.01728,14.519606,14.975766,846.19104,52.401283,1018.7925,109.15347,2187.47,194.73128,256.94653,138.80875,204.72948,9.786834,16.647593,39.5046,6.149481,6.591644,60.20977,62.87868,82.47325,17.049994,21.378687,253.25381,9.572003,3367.327,91.24682,74.15451,107.87964,93.44995,231.45949,132.72743,87.986115,29.21884,36.80284,88.455,327.25128,486.25647,126.70469,432.8235,79.56252,88.98064,267.726,257.1436,1028.9066,269.4302,4.443038,16.622396,9.379272,85.81556,15793.868,6.736278,16.780996,27.578703,43.552246,489.03427,89.141205,168.03592,4.3279605,234.45139,522.6283,321.1789,108.756905,346.87033,35.421066,65.218834,304.8773,16.259531,2.3593504,13.841735,1955.8108,0.27220887,0.8142708,70.85049,8.482937,4.7127886,9.428728,16.157913,184.59724,63.011375,129.26369,952.5493,206.77652,1986.8665,1820.4502,16.500128,25.570776,14645.035,8.918402,59.488426,472.05084,97.75833,164.5941,68.5731,368.20557,1091.0372,361.57004,11.550546,78.906944,908.55804,2073.6333,39.67405,573.6157,47.91302,0.98626566,57.460117,1.025763,0.54779595,2.4573553,31.554905,115.878944,290.18576,13.943241,3442.6282,226.62674,76.87384,104.92969,44.139782,93.11545,34.887848,2.6261806,59.76736,328.09537,80.06641,47.156773,40.386093,24.728298,32.566864,35.123497,45.606712,934.2268,149.92758,3384.6772,38.646294,3813.6208,73.986176,482.79205,2172.1233,63.91165,11.302693,1880.0648,2322.7007,6314.7793,253.56699 +2023-06-14 14:00:00,0.0,12525.433,116.75698,18.932337,28.207256,26.174168,181.59935,26.22021,40.501728,20.696905,23.937716,664.24506,546.0337,12.725469,107.06866,11.581429,2.7231205,24.561722,36.90147,8.696369,381.74146,3.644444,324.5289,61.333607,0.58488834,3.4789782,111.28092,30.023932,131.44785,150.28467,12763.325,0.68854564,1664.2172,1.4765067,0.9501098,0.5017926,3.6789885,185.49852,248.96095,33.192715,279.90765,25.975597,20.85762,1040.1212,4.5526433,119.85008,103.78095,410.9071,88.35842,376.77573,21.670246,194.00789,0.0,3848.1438,14659.538,23.909115,240.94315,134.91812,41640.01,166.38573,18.4281,94.077736,179.31876,76.32976,28.294184,120.61713,1369.907,228.82309,80.13925,14.522315,14.96804,845.2109,52.413746,1020.6156,109.24195,2187.3564,194.92032,257.1851,138.70622,205.09064,9.783099,16.641157,39.480263,6.1449995,6.5848393,60.217052,62.85559,82.43245,17.04462,21.384636,253.36343,9.568506,3366.2166,91.31932,74.09653,107.95622,93.51992,231.41064,132.77318,87.97222,29.229893,36.83,88.54398,327.23074,487.1291,126.77062,432.98434,79.609856,89.00984,267.8247,257.2084,1028.7041,269.62952,4.441201,16.623543,9.381688,85.70416,15793.456,6.7322226,16.770128,27.564074,43.575436,489.29697,89.15908,168.14601,4.3251987,234.50278,522.7509,321.309,108.795425,346.84164,35.403797,65.217995,304.79456,16.252878,2.358095,13.837954,1956.3177,0.27195105,0.8135916,70.81672,8.474444,4.7107306,9.420742,16.14489,184.50247,62.98087,129.23787,952.12036,206.7803,1986.6022,1820.2505,16.491547,25.568636,14639.98,8.917702,59.485184,472.25647,97.75167,164.5457,68.56304,368.10446,1090.6721,361.66116,11.552877,78.897224,908.89825,2073.1772,39.67253,573.5315,47.885624,0.98642075,57.465797,1.025996,0.5480996,2.45879,31.551996,115.87029,290.1668,13.951815,3442.868,226.7243,76.92268,105.04063,44.221706,93.12465,34.943195,2.627528,59.859722,328.7294,80.27239,47.27981,40.4751,24.722847,32.629444,35.21116,45.617256,934.11206,149.98091,3386.4446,38.64454,3813.4917,73.999176,482.6763,2172.9824,63.94554,11.297792,1879.487,2321.1748,6312.728,253.29407 +2023-06-14 15:00:00,0.0,12535.285,116.864525,18.934212,28.226767,26.162916,181.57605,26.216139,40.484955,20.6945,23.935207,664.0457,545.9214,12.719386,107.12918,11.592378,2.7200868,24.557661,36.86657,8.677538,381.65396,3.636174,324.48956,61.303833,0.58427,3.4771025,111.27253,30.005129,131.3023,150.25018,12775.045,0.68845797,1663.8054,1.4756137,0.94942594,0.50146407,3.6752694,185.4337,248.87338,33.182262,279.7302,25.96977,20.889181,1041.0353,4.551062,119.96813,103.845024,410.72382,88.49711,376.78433,21.664011,194.36179,0.0,3845.2407,14661.547,23.904655,241.24973,134.89685,41648.242,166.29817,18.428917,94.19863,179.56564,76.25593,28.26402,120.84653,1371.7587,229.1362,80.26123,14.525023,14.960315,844.2307,52.42621,1022.4387,109.33042,2187.2432,195.10934,257.42368,138.60371,205.4518,9.779364,16.634722,39.455925,6.1405187,6.578035,60.22434,62.832504,82.39165,17.03925,21.390585,253.47304,9.56501,3365.106,91.391815,74.03854,108.03281,93.5899,231.3618,132.81892,87.958336,29.240946,36.857166,88.63296,327.2102,488.00174,126.83656,433.14517,79.65719,89.03904,267.92337,257.27322,1028.5016,269.8288,4.4393644,16.624687,9.384103,85.592766,15793.045,6.7281666,16.759258,27.549444,43.59863,489.55963,89.17695,168.25612,4.322437,234.55417,522.8735,321.4391,108.83395,346.81293,35.386528,65.21715,304.71182,16.246225,2.3568392,13.834171,1956.8246,0.27169323,0.81291246,70.78295,8.465952,4.708673,9.412757,16.131868,184.40768,62.950367,129.21205,951.69135,206.78409,1986.3379,1820.0507,16.482964,25.566494,14634.926,8.917003,59.481945,472.4621,97.745,164.4973,68.55298,368.00333,1090.307,361.75226,11.555208,78.8875,909.23846,2072.7214,39.671013,573.4472,47.85823,0.9865759,57.471478,1.026229,0.5484032,2.4602246,31.54909,115.86163,290.14786,13.960389,3443.1074,226.82187,76.97153,105.151566,44.30363,93.13386,34.998543,2.628875,59.952084,329.36343,80.47837,47.402847,40.56411,24.717396,32.692024,35.29882,45.627804,933.9973,150.03424,3388.2117,38.642788,3813.3625,74.01217,482.56055,2173.8418,63.979427,11.292891,1878.9092,2319.6487,6310.677,253.02115 +2023-06-14 16:00:00,0.0,12545.137,116.97207,18.936089,28.246275,26.151667,181.55275,26.21207,40.468185,20.692093,23.932701,663.8464,545.8091,12.713304,107.1897,11.603328,2.7170532,24.5536,36.831673,8.658707,381.56647,3.6279037,324.45026,61.27406,0.5836517,3.4752266,111.26414,29.986326,131.15678,150.21568,12786.765,0.6883703,1663.3938,1.4747208,0.9487421,0.5011355,3.6715503,185.36888,248.7858,33.171814,279.55276,25.963943,20.92074,1041.9493,4.5494814,120.086174,103.909096,410.54053,88.63579,376.79297,21.657776,194.71568,0.0,3842.3374,14663.556,23.900194,241.5563,134.87558,41656.47,166.2106,18.429735,94.31952,179.8125,76.182106,28.233858,121.07593,1373.6104,229.44931,80.3832,14.527733,14.952588,843.2505,52.438675,1024.2618,109.41889,2187.1296,195.29839,257.66223,138.5012,205.81296,9.775629,16.628286,39.43159,6.1360373,6.5712304,60.23162,62.80942,82.350845,17.033876,21.396536,253.58264,9.561513,3363.9954,91.46431,73.98055,108.10938,93.65987,231.31296,132.86467,87.94444,29.251999,36.884327,88.72193,327.18964,488.87436,126.902504,433.30603,79.70452,89.06824,268.02206,257.33804,1028.2991,270.0281,4.4375277,16.625834,9.3865185,85.48137,15792.633,6.724111,16.748388,27.534815,43.62182,489.8223,89.19482,168.36623,4.319675,234.60556,522.99603,321.56918,108.87247,346.78424,35.36926,65.21631,304.6291,16.239573,2.3555837,13.83039,1957.3315,0.2714354,0.81223327,70.749176,8.45746,4.7066154,9.404771,16.118845,184.3129,62.919865,129.18623,951.2623,206.78787,1986.0735,1819.851,16.47438,25.564352,14629.871,8.916304,59.478703,472.66772,97.738335,164.44888,68.54292,367.90222,1089.9419,361.84338,11.55754,78.87778,909.5787,2072.2654,39.669495,573.363,47.830833,0.98673105,57.477158,1.026462,0.5487068,2.4616594,31.54618,115.85298,290.1289,13.968963,3443.3472,226.91945,77.02037,105.2625,44.385555,93.14306,35.05389,2.6302223,60.044445,329.99747,80.68435,47.525883,40.65312,24.711945,32.7546,35.386482,45.63835,933.8825,150.08757,3389.979,38.641037,3813.2332,74.02517,482.4448,2174.701,64.01331,11.28799,1878.3314,2318.1228,6308.6255,252.74823 +2023-06-14 17:00:00,0.0,12554.989,117.07962,18.937965,28.265785,26.140417,181.52945,26.208,40.451416,20.689688,23.930195,663.6471,545.6968,12.707221,107.25021,11.614277,2.7140195,24.549541,36.796772,8.639874,381.47897,3.6196337,324.41092,61.244286,0.5830334,3.473351,111.255745,29.967522,131.01126,150.1812,12798.483,0.6882826,1662.982,1.4738278,0.9480582,0.50080705,3.6678314,185.30406,248.69823,33.16136,279.37534,25.958117,20.952301,1042.8634,4.5479,120.20422,103.97317,410.35724,88.774475,376.8016,21.65154,195.06958,0.0,3839.434,14665.564,23.895735,241.86287,134.85431,41664.7,166.12305,18.430552,94.440414,180.05937,76.108284,28.203695,121.30532,1375.462,229.76242,80.50517,14.530442,14.944862,842.2703,52.451138,1026.085,109.50736,2187.016,195.48743,257.90082,138.3987,206.1741,9.771894,16.621851,39.407253,6.1315565,6.564426,60.238907,62.786335,82.31004,17.028503,21.402485,253.69226,9.558016,3362.8848,91.53681,73.92257,108.18597,93.729836,231.26411,132.91042,87.93056,29.263054,36.911488,88.810905,327.1691,489.747,126.96844,433.46686,79.75185,89.097435,268.12076,257.4029,1028.0964,270.22742,4.435691,16.62698,9.388934,85.36997,15792.222,6.7200556,16.73752,27.520185,43.64501,490.085,89.21269,168.47632,4.316913,234.65695,523.11865,321.69928,108.910995,346.75555,35.35199,65.21546,304.5464,16.232918,2.3543282,13.826609,1957.8385,0.2711776,0.81155413,70.71541,8.448968,4.704558,9.396786,16.105824,184.21812,62.88936,129.16042,950.8333,206.79167,1985.8092,1819.6511,16.465797,25.562212,14624.816,8.915604,59.475464,472.87332,97.73167,164.40048,68.53286,367.80112,1089.5768,361.93448,11.559871,78.86806,909.9189,2071.8093,39.667976,573.2787,47.803436,0.9868862,57.48284,1.0266949,0.54901046,2.463094,31.543272,115.84432,290.10995,13.977537,3443.587,227.01701,77.069214,105.373436,44.46748,93.15226,35.109238,2.6315696,60.136806,330.6315,80.89033,47.64892,40.742126,24.706493,32.81718,35.474144,45.648895,933.76776,150.14091,3391.7463,38.639282,3813.104,74.03816,482.32904,2175.56,64.0472,11.283088,1877.7535,2316.597,6306.574,252.4753 +2023-06-14 18:00:00,0.0,12564.841,117.187164,18.93984,28.285295,26.129168,181.50615,26.203932,40.434643,20.68728,23.927687,663.44775,545.5845,12.7011385,107.31073,11.625226,2.7109861,24.54548,36.76187,8.621043,381.39148,3.6113634,324.37158,61.21451,0.58241504,3.4714754,111.24735,29.948719,130.86574,150.14671,12810.203,0.68819493,1662.5703,1.4729348,0.94737434,0.5004785,3.6641123,185.23923,248.61064,33.15091,279.1979,25.952291,20.983862,1043.7776,4.546319,120.322266,104.03724,410.17392,88.91316,376.8102,21.645308,195.42348,0.0,3836.531,14667.574,23.891273,242.16945,134.83305,41672.93,166.03548,18.43137,94.56131,180.30624,76.03446,28.173532,121.53472,1377.3137,230.07552,80.62715,14.533151,14.937137,841.29016,52.4636,1027.9081,109.59584,2186.9028,195.67645,258.13937,138.29619,206.53526,9.768159,16.615416,39.38292,6.127075,6.5576215,60.24619,62.763252,82.26925,17.02313,21.408434,253.80186,9.55452,3361.7744,91.60931,73.864586,108.26255,93.799805,231.21527,132.95618,87.916664,29.274107,36.93865,88.89988,327.14856,490.61963,127.03438,433.6277,79.79918,89.12663,268.21945,257.4677,1027.8939,270.4267,4.433854,16.628126,9.391349,85.258575,15791.81,6.716,16.72665,27.505556,43.668205,490.34766,89.23056,168.58643,4.3141513,234.70833,523.2412,321.82935,108.94952,346.72684,35.33472,65.214615,304.46365,16.226265,2.3530724,13.822827,1958.3453,0.27091977,0.81087494,70.68164,8.440476,4.7025,9.3888,16.0928,184.12334,62.858856,129.1346,950.4043,206.79546,1985.5449,1819.4514,16.457216,25.56007,14619.762,8.914905,59.47222,473.07895,97.725,164.35208,68.522804,367.7,1089.2117,362.0256,11.562202,78.85833,910.2591,2071.3535,39.666462,573.19446,47.776043,0.98704135,57.48852,1.026928,0.5493141,2.4645286,31.540365,115.83567,290.091,13.986111,3443.8264,227.11458,77.11806,105.484375,44.549404,93.16146,35.16458,2.6329167,60.229168,331.26553,81.09631,47.771957,40.831135,24.701042,32.87976,35.561806,45.659443,933.653,150.19424,3393.5137,38.63753,3812.9749,74.05116,482.2133,2176.4192,64.08109,11.278187,1877.1758,2315.071,6304.5234,252.20238 +2023-06-14 19:00:00,0.0,12574.693,117.29471,18.941717,28.304806,26.117916,181.48285,26.199862,40.41787,20.684874,23.92518,663.2484,545.4721,12.695057,107.37125,11.636176,2.7079525,24.54142,36.72697,8.602212,381.30402,3.6030931,324.33228,61.18474,0.5817967,3.4695997,111.23896,29.929914,130.72021,150.11223,12821.923,0.68810725,1662.1586,1.4720418,0.9466905,0.50015,3.6603935,185.17441,248.52307,33.14046,279.02048,25.946465,21.015423,1044.6917,4.544738,120.440315,104.10132,409.99063,89.05184,376.81885,21.639072,195.77737,0.0,3833.6274,14669.583,23.886814,242.47601,134.81178,41681.16,165.94792,18.432186,94.6822,180.55312,75.96063,28.14337,121.76412,1379.1654,230.38863,80.74912,14.53586,14.929411,840.30994,52.476063,1029.7312,109.68431,2186.7893,195.8655,258.37793,138.19366,206.89642,9.764424,16.608982,39.35858,6.1225944,6.550817,60.253475,62.740166,82.22845,17.01776,21.414385,253.91147,9.551023,3360.6638,91.68181,73.806595,108.33913,93.86978,231.16643,133.00192,87.90278,29.28516,36.965813,88.98885,327.12802,491.49228,127.10031,433.78854,79.84651,89.15583,268.31815,257.53253,1027.6914,270.626,4.4320173,16.62927,9.3937645,85.14718,15791.398,6.7119446,16.71578,27.490925,43.691395,490.61032,89.24843,168.69653,4.3113894,234.75972,523.3638,321.95944,108.98804,346.69815,35.317455,65.213776,304.38092,16.219612,2.351817,13.819046,1958.8523,0.27066195,0.8101958,70.647865,8.431984,4.7004423,9.380815,16.079779,184.02856,62.828354,129.10878,949.97534,206.79924,1985.2806,1819.2516,16.448633,25.55793,14614.707,8.914205,59.468983,473.28458,97.71834,164.30368,68.51275,367.5989,1088.8466,362.1167,11.564534,78.84861,910.5993,2070.8975,39.664944,573.11017,47.748646,0.9871965,57.4942,1.0271609,0.54961765,2.4659634,31.537457,115.82701,290.07205,13.994685,3444.0662,227.21216,77.1669,105.595314,44.63133,93.17066,35.21993,2.634264,60.32153,331.89957,81.30229,47.894993,40.920143,24.695591,32.94234,35.649467,45.669987,933.5382,150.24757,3395.281,38.63578,3812.8457,74.06416,482.09753,2177.2783,64.11498,11.273285,1876.5979,2313.5452,6302.472,251.92946 +2023-06-14 20:00:00,0.0,12584.545,117.40225,18.943594,28.324314,26.106667,181.45955,26.195793,40.4011,20.682468,23.922672,663.0491,545.3598,12.688974,107.43176,11.647125,2.7049189,24.53736,36.692074,8.58338,381.21652,3.5948231,324.29294,61.154964,0.5811784,3.467724,111.23057,29.911112,130.57469,150.07774,12833.642,0.6880196,1661.7468,1.4711488,0.9460066,0.49982148,3.6566746,185.10959,248.43549,33.13001,278.84305,25.940638,21.046982,1045.6057,4.543157,120.55836,104.16539,409.8073,89.19053,376.82748,21.632837,196.13127,0.0,3830.7246,14671.592,23.882353,242.7826,134.79051,41689.387,165.86035,18.433004,94.80309,180.79999,75.88681,28.113207,121.993515,1381.0171,230.70174,80.8711,14.5385685,14.921685,839.3298,52.488525,1031.5543,109.77278,2186.676,196.05452,258.61652,138.09116,207.25758,9.760689,16.602547,39.334248,6.118113,6.544013,60.26076,62.717075,82.187645,17.012386,21.420334,254.02109,9.547525,3359.5532,91.7543,73.74861,108.41571,93.93975,231.1176,133.04767,87.888885,29.296213,36.992973,89.07783,327.10745,492.3649,127.16625,433.94937,79.893845,89.18503,268.4168,257.59735,1027.4889,270.8253,4.4301805,16.630417,9.39618,85.03578,15790.987,6.707889,16.70491,27.476295,43.71459,490.87302,89.2663,168.80663,4.3086276,234.81111,523.4864,322.08954,109.02656,346.66943,35.300186,65.21293,304.2982,16.21296,2.3505614,13.815264,1959.3593,0.27040413,0.8095166,70.6141,8.423492,4.698385,9.372829,16.066755,183.93378,62.797848,129.08296,949.5464,206.80302,1985.0162,1819.0519,16.44005,25.555788,14609.652,8.913506,59.46574,473.49017,97.71167,164.25528,68.502686,367.49777,1088.4814,362.20782,11.566865,78.83889,910.9395,2070.4414,39.663425,573.02594,47.72125,0.9873516,57.49988,1.0273938,0.5499213,2.467398,31.534548,115.81836,290.0531,14.00326,3444.306,227.30972,77.21574,105.70625,44.713253,93.17986,35.275276,2.635611,60.413887,332.5336,81.50827,48.01803,41.00915,24.69014,33.00492,35.73713,45.680534,933.42346,150.3009,3397.048,38.634026,3812.7166,74.077156,481.98178,2178.1375,64.14887,11.268384,1876.0201,2312.0193,6300.421,251.65652 +2023-06-14 21:00:00,0.0,12594.397,117.509796,18.945469,28.343824,26.095417,181.43625,26.191723,40.38433,20.680061,23.920166,662.84973,545.2475,12.682892,107.49228,11.658074,2.7018852,24.533298,36.657173,8.5645485,381.12903,3.5865529,324.2536,61.12519,0.5805601,3.4658482,111.222176,29.892307,130.42917,150.04326,12845.361,0.6879319,1661.3352,1.4702559,0.94532275,0.49949297,3.6529553,185.04477,248.34792,33.119556,278.66562,25.934813,21.078543,1046.5198,4.541576,120.67641,104.22946,409.62402,89.32921,376.8361,21.626602,196.48517,0.0,3827.821,14673.601,23.877893,243.08917,134.76924,41697.617,165.7728,18.43382,94.92399,181.04686,75.81299,28.083044,122.222916,1382.8688,231.01485,80.99307,14.541278,14.913959,838.3496,52.500988,1033.3774,109.86125,2186.5625,196.24356,258.85507,137.98865,207.61873,9.756954,16.596111,39.30991,6.113632,6.5372086,60.268044,62.693993,82.14684,17.007013,21.426283,254.13069,9.544029,3358.4426,91.8268,73.69063,108.492294,94.00972,231.06876,133.09341,87.875,29.307268,37.020134,89.1668,327.0869,493.23755,127.232185,434.11023,79.94117,89.21423,268.5155,257.6622,1027.2864,271.0246,4.428344,16.631563,9.398595,84.924385,15790.575,6.7038336,16.694042,27.461666,43.73778,491.13568,89.28417,168.91673,4.305866,234.8625,523.60895,322.21964,109.06509,346.64075,35.282917,65.21208,304.21545,16.206306,2.3493059,13.811482,1959.8661,0.2701463,0.8088375,70.58032,8.415,4.6963267,9.364843,16.053732,183.83899,62.767345,129.05714,949.1174,206.80681,1984.752,1818.852,16.431467,25.553646,14604.598,8.912806,59.4625,473.6958,97.705,164.20688,68.49263,367.39667,1088.1163,362.29895,11.569197,78.82916,911.2797,2069.9854,39.661907,572.94165,47.693855,0.98750675,57.50556,1.0276269,0.5502249,2.4688325,31.531641,115.8097,290.03415,14.011833,3444.5454,227.40729,77.26458,105.817184,44.795177,93.189064,35.330624,2.6369584,60.50625,333.16763,81.71425,48.141064,41.09816,24.684689,33.0675,35.82479,45.691082,933.3087,150.35425,3398.8154,38.632275,3812.5872,74.09016,481.86603,2178.9966,64.18276,11.263482,1875.4423,2310.4934,6298.3696,251.3836 +2023-06-14 22:00:00,0.0,12604.249,117.61734,18.947346,28.363335,26.084167,181.41295,26.187654,40.367558,20.677656,23.917658,662.65045,545.1352,12.676809,107.5528,11.669024,2.6988516,24.529238,36.622272,8.545717,381.04153,3.5782828,324.2143,61.095413,0.57994175,3.4639726,111.21378,29.873505,130.28365,150.00877,12857.081,0.6878442,1660.9235,1.469363,0.94463885,0.49916446,3.6492364,184.97993,248.26033,33.109104,278.4882,25.928986,21.110104,1047.4338,4.5399947,120.79445,104.29353,409.44073,89.467896,376.84473,21.620367,196.83907,0.0,3824.918,14675.609,23.873432,243.39574,134.74797,41705.848,165.68523,18.434639,95.044876,181.29373,75.73917,28.052881,122.45232,1384.7205,231.32796,81.11504,14.543986,14.906233,837.36945,52.51345,1035.2006,109.94972,2186.449,196.43259,259.09363,137.88614,207.97989,9.753219,16.589676,39.285576,6.1091514,6.530404,60.27533,62.670906,82.10605,17.00164,21.432234,254.2403,9.540532,3357.3323,91.8993,73.63264,108.56888,94.07969,231.01991,133.13916,87.861115,29.318321,37.0473,89.255775,327.06638,494.11017,127.29813,434.27106,79.9885,89.24343,268.6142,257.72702,1027.0839,271.22388,4.426507,16.63271,9.4010105,84.81299,15790.164,6.699778,16.683172,27.447037,43.76097,491.39835,89.30204,169.02684,4.303104,234.9139,523.7315,322.34973,109.10361,346.61203,35.265648,65.21124,304.13272,16.199652,2.34805,13.807701,1960.373,0.2698885,0.8081583,70.546555,8.4065075,4.694269,9.356858,16.04071,183.74422,62.736843,129.03133,948.68835,206.81061,1984.4877,1818.6523,16.422886,25.551506,14599.543,8.9121065,59.45926,473.90143,97.69833,164.15848,68.482574,367.29556,1087.7512,362.39005,11.5715275,78.81944,911.62,2069.5295,39.660393,572.8574,47.66646,0.9876619,57.511246,1.0278598,0.5505285,2.4702673,31.528732,115.80105,290.0152,14.020408,3444.7852,227.50485,77.31342,105.92812,44.8771,93.198265,35.38597,2.6383057,60.59861,333.80167,81.920235,48.264103,41.187172,24.679237,33.130077,35.912453,45.701626,933.1939,150.40758,3400.5828,38.630524,3812.458,74.10315,481.75027,2179.8557,64.216644,11.258581,1874.8645,2308.9675,6296.3184,251.11069 +2023-06-14 23:00:00,0.0,12614.102,117.724884,18.94922,28.382845,26.072918,181.38965,26.183584,40.350784,20.67525,23.915152,662.4511,545.0229,12.670727,107.61332,11.679974,2.695818,24.525179,36.58737,8.526886,380.95404,3.5700126,324.17496,61.06564,0.5793235,3.462097,111.20539,29.854702,130.13812,149.97429,12868.8,0.68775654,1660.5117,1.46847,0.943955,0.49883595,3.6455173,184.91512,248.17276,33.098656,278.31076,25.923159,21.141665,1048.3479,4.5384135,120.9125,104.357605,409.25745,89.60658,376.85336,21.614132,197.19296,0.0,3822.0146,14677.618,23.868973,243.70232,134.7267,41714.074,165.59767,18.435455,95.16577,181.5406,75.665344,28.022718,122.68171,1386.5721,231.64105,81.23702,14.546696,14.898507,836.3892,52.525913,1037.0237,110.0382,2186.3357,196.62163,259.33218,137.78363,208.34105,9.749484,16.58324,39.26124,6.10467,6.5235996,60.28261,62.64782,82.06525,16.99627,21.438183,254.34991,9.537035,3356.2217,91.971794,73.57465,108.645454,94.14966,230.97107,133.1849,87.84722,29.329374,37.07446,89.34475,327.04584,494.98282,127.36407,434.4319,80.035835,89.27263,268.7129,257.79184,1026.8813,271.4232,4.42467,16.633854,9.403426,84.70159,15789.752,6.695722,16.672302,27.432407,43.784164,491.661,89.31991,169.13693,4.300342,234.96527,523.8541,322.47983,109.14213,346.58334,35.24838,65.210396,304.05002,16.192999,2.3467946,13.80392,1960.88,0.26963067,0.80747914,70.51279,8.398016,4.6922116,9.348872,16.027687,183.64943,62.70634,129.00551,948.2594,206.81439,1984.2233,1818.4525,16.414303,25.549364,14594.488,8.9114065,59.45602,474.10706,97.691666,164.11008,68.47251,367.19446,1087.3861,362.48117,11.573859,78.80972,911.9602,2069.0735,39.658875,572.77313,47.63906,0.98781705,57.516926,1.0280927,0.55083215,2.4717019,31.525826,115.79239,289.99625,14.028981,3445.025,227.60243,77.36227,106.03906,44.959026,93.207466,35.44132,2.6396527,60.69097,334.4357,82.12621,48.38714,41.27618,24.673784,33.192657,36.000114,45.712173,933.07916,150.4609,3402.35,38.628773,3812.3289,74.11615,481.63452,2180.715,64.250534,11.253679,1874.2866,2307.4417,6294.267,250.83777 +2023-06-15 00:00:00,0.0,12623.953,117.832436,18.951097,28.402353,26.061666,181.36635,26.179516,40.334015,20.672842,23.912645,662.2518,544.9106,12.664644,107.673836,11.690923,2.6927843,24.521118,36.552475,8.508054,380.86658,3.5617425,324.13565,61.035866,0.57870513,3.4602213,111.197,29.835897,129.9926,149.9398,12880.52,0.68766886,1660.1,1.467577,0.94327116,0.4985074,3.6417985,184.8503,248.08517,33.088203,278.13333,25.917332,21.173223,1049.262,4.536833,121.03054,104.42168,409.07416,89.74526,376.86197,21.607899,197.54686,0.0,3819.1113,14679.627,23.864511,244.0089,134.70543,41722.305,165.51012,18.436274,95.28667,181.78748,75.591515,27.992556,122.91111,1388.4238,231.95416,81.35899,14.549404,14.890781,835.40906,52.538376,1038.8468,110.12667,2186.2222,196.81067,259.57077,137.68112,208.70221,9.7457485,16.576805,39.2369,6.100189,6.516795,60.289898,62.624733,82.024445,16.990896,21.444132,254.45952,9.533539,3355.111,92.0443,73.51667,108.72204,94.219635,230.92223,133.23065,87.833336,29.340427,37.10162,89.43372,327.0253,495.85544,127.43,434.59274,80.08317,89.30183,268.81158,257.85666,1026.6788,271.62247,4.4228334,16.635,9.405841,84.590195,15789.341,6.6916666,16.661432,27.417778,43.807358,491.9237,89.33778,169.24704,4.2975802,235.01666,523.9767,322.60992,109.18065,346.55463,35.23111,65.20955,303.9673,16.186346,2.345539,13.8001375,1961.3868,0.26937285,0.80679995,70.47901,8.3895235,4.690154,9.340887,16.014666,183.55464,62.675835,128.97969,947.83044,206.81818,1983.959,1818.2528,16.40572,25.547224,14589.434,8.910707,59.452778,474.31265,97.685005,164.06166,68.462456,367.09335,1087.021,362.57227,11.576191,78.799995,912.3004,2068.6174,39.657356,572.6889,47.611668,0.9879722,57.522606,1.0283258,0.5511358,2.4731367,31.522917,115.78374,289.9773,14.037556,3445.2646,227.7,77.41111,106.15,45.04095,93.21667,35.496666,2.641,60.783333,335.06973,82.33219,48.510174,41.36519,24.668333,33.255238,36.087776,45.722717,932.96436,150.51425,3404.1174,38.627018,3812.1997,74.12914,481.5188,2181.5742,64.284424,11.248778,1873.7087,2305.9158,6292.216,250.56483 +2023-06-15 01:00:00,0.0,12633.806,117.93998,18.952974,28.421864,26.050417,181.34305,26.175446,40.317245,20.670437,23.910137,662.0524,544.7983,12.658562,107.73435,11.701873,2.6897507,24.517057,36.517574,8.489223,380.77908,3.5534723,324.0963,61.006092,0.5780868,3.4583454,111.18861,29.817095,129.84706,149.9053,12892.239,0.6875812,1659.6882,1.466684,0.94258726,0.4981789,3.6380796,184.78548,247.9976,33.07775,277.9559,25.911507,21.204784,1050.176,4.5352516,121.14859,104.48575,408.89087,89.88395,376.8706,21.601664,197.90076,0.0,3816.2083,14681.637,23.860052,244.31546,134.68416,41730.535,165.42255,18.43709,95.407555,182.03435,75.51769,27.962393,123.14051,1390.2755,232.26727,81.480965,14.552114,14.883056,834.4289,52.55084,1040.6699,110.21514,2186.109,196.9997,259.80933,137.5786,209.06337,9.742014,16.57037,39.212566,6.095708,6.5099907,60.29718,62.60165,81.98364,16.985523,21.450083,254.56912,9.530042,3354.0007,92.11679,73.45868,108.79862,94.289604,230.87338,133.2764,87.81944,29.351482,37.12878,89.5227,327.00473,496.7281,127.49594,434.75357,80.13049,89.331024,268.91025,257.92148,1026.4763,271.82178,4.4209967,16.636147,9.408257,84.4788,15788.929,6.687611,16.650564,27.403149,43.830547,492.18637,89.35565,169.35715,4.2948184,235.06805,524.09924,322.74002,109.21918,346.52594,35.213844,65.20871,303.88455,16.179693,2.3442833,13.796356,1961.8938,0.26911503,0.8061208,70.445244,8.381032,4.688096,9.332901,16.001642,183.45987,62.645332,128.95387,947.4014,206.82196,1983.6947,1818.053,16.397137,25.545082,14584.379,8.910007,59.449535,474.51828,97.67834,164.01326,68.45239,366.99222,1086.6559,362.6634,11.578522,78.790276,912.6406,2068.1616,39.655838,572.6046,47.58427,0.98812735,57.528286,1.0285587,0.5514394,2.4745712,31.520008,115.77508,289.95834,14.046129,3445.5042,227.79756,77.45995,106.26094,45.12288,93.22587,35.552013,2.6423473,60.875694,335.70377,82.53817,48.633213,41.454197,24.662882,33.317818,36.175438,45.733265,932.8496,150.56758,3405.8845,38.625267,3812.0703,74.14214,481.40305,2182.4333,64.31831,11.243876,1873.131,2304.39,6290.1646,250.29192 +2023-06-15 02:00:00,0.0,12643.657,118.04752,18.95485,28.441374,26.039167,181.31975,26.171377,40.300472,20.66803,23.90763,661.8531,544.686,12.65248,107.79487,11.712822,2.686717,24.512997,36.482674,8.470391,380.6916,3.545202,324.05698,60.97632,0.57746845,3.4564698,111.180214,29.79829,129.70154,149.87082,12903.959,0.6874935,1659.2766,1.465791,0.9419034,0.4978504,3.6343603,184.72066,247.91003,33.0673,277.77847,25.90568,21.236345,1051.0901,4.5336704,121.26663,104.54983,408.70758,90.02263,376.87924,21.595428,198.25465,0.0,3813.305,14683.6455,23.85559,244.62204,134.66289,41738.766,165.33499,18.437908,95.52845,182.28122,75.44387,27.93223,123.3699,1392.1272,232.58038,81.60294,14.554822,14.87533,833.44867,52.5633,1042.493,110.30361,2185.9954,197.18874,260.0479,137.47609,209.42451,9.738278,16.563934,39.18823,6.091227,6.503186,60.304466,62.57856,81.94285,16.98015,21.456032,254.67874,9.526545,3352.8901,92.189285,73.400696,108.8752,94.35957,230.82454,133.32214,87.80556,29.362535,37.155945,89.61168,326.9842,497.6007,127.561874,434.91443,80.177826,89.36022,269.00894,257.98633,1026.2738,272.02106,4.41916,16.637293,9.410672,84.3674,15788.518,6.6835556,16.639694,27.38852,43.85374,492.44904,89.37352,169.46724,4.2920566,235.11945,524.22186,322.87012,109.2577,346.49722,35.196575,65.20786,303.80182,16.173038,2.3430278,13.792575,1962.4006,0.2688572,0.8054416,70.411476,8.3725395,4.6860385,9.324916,15.988621,183.36508,62.61483,128.92807,946.9724,206.82576,1983.4304,1817.8533,16.388556,25.54294,14579.324,8.909308,59.446297,474.7239,97.67167,163.96486,68.44234,366.8911,1086.2908,362.7545,11.580853,78.780556,912.98083,2067.7056,39.654324,572.5204,47.556873,0.98828244,57.533966,1.0287917,0.551743,2.4760058,31.517101,115.766426,289.9394,14.054704,3445.744,227.89514,77.5088,106.37187,45.204803,93.23507,35.60736,2.6436944,60.968056,336.3378,82.74415,48.75625,41.543205,24.65743,33.380398,36.263103,45.743813,932.73486,150.62091,3407.6519,38.623516,3811.9412,74.15514,481.2873,2183.2925,64.3522,11.238976,1872.5531,2302.864,6288.1133,250.019 +2023-06-15 03:00:00,0.0,12653.51,118.15507,18.956726,28.460884,26.027918,181.29645,26.167307,40.2837,20.665625,23.905123,661.6538,544.57367,12.646398,107.855385,11.723771,2.6836834,24.508936,36.447773,8.451559,380.6041,3.536932,324.01767,60.946545,0.5768502,3.4545941,111.17182,29.779488,129.55602,149.83633,12915.678,0.6874058,1658.8649,1.464898,0.94121957,0.49752188,3.6306415,184.65582,247.82245,33.05685,277.60104,25.899853,21.267906,1052.0043,4.5320897,121.38468,104.6139,408.52426,90.161316,376.88785,21.589193,198.60855,0.0,3810.4019,14685.654,23.851131,244.92862,134.64162,41746.992,165.24742,18.438725,95.649345,182.52809,75.37005,27.902067,123.599304,1393.9789,232.8935,81.724915,14.557531,14.867603,832.4685,52.575764,1044.3162,110.39209,2185.8818,197.37776,260.28647,137.37358,209.78568,9.734544,16.557499,39.163895,6.0867457,6.4963818,60.31175,62.555473,81.90205,16.97478,21.46198,254.78835,9.523048,3351.7795,92.26179,73.342705,108.95178,94.42954,230.7757,133.36789,87.791664,29.373589,37.183105,89.70065,326.96365,498.47336,127.627815,435.07526,80.22516,89.38942,269.10764,258.05115,1026.0713,272.22037,4.417323,16.638437,9.413087,84.256004,15788.106,6.6795,16.628824,27.373888,43.876934,492.71173,89.391396,169.57735,4.2892947,235.17084,524.3444,323.0002,109.29622,346.46854,35.179306,65.207016,303.7191,16.166386,2.3417723,13.788794,1962.9076,0.2685994,0.8047625,70.3777,8.364048,4.683981,9.31693,15.975598,183.27031,62.584324,128.90225,946.54346,206.82954,1983.166,1817.6534,16.379972,25.5408,14574.27,8.908609,59.443054,474.9295,97.665,163.91646,68.43228,366.79,1085.9257,362.8456,11.583184,78.770836,913.32104,2067.2495,39.652805,572.4361,47.52948,0.9884376,57.539646,1.0290247,0.5520466,2.4774406,31.514193,115.75777,289.92044,14.063278,3445.9836,227.9927,77.55764,106.48281,45.286728,93.24427,35.66271,2.6450417,61.060417,336.97183,82.950134,48.879284,41.632214,24.65198,33.442974,36.350765,45.754356,932.62006,150.67424,3409.4192,38.62176,3811.812,74.16814,481.17154,2184.1516,64.386086,11.234074,1871.9753,2301.3381,6286.062,249.74606 +2023-06-15 04:00:00,0.0,12663.361,118.26261,18.958603,28.480392,26.016666,181.27315,26.163239,40.26693,20.663218,23.902617,661.45447,544.46136,12.640315,107.9159,11.734721,2.6806498,24.504875,36.412876,8.432728,380.5166,3.5286617,323.97833,60.91677,0.57623184,3.4527185,111.16343,29.760685,129.41049,149.80185,12927.397,0.68731815,1658.4531,1.4640051,0.94053566,0.49719337,3.6269226,184.591,247.73488,33.0464,277.4236,25.894028,21.299465,1052.9183,4.5305085,121.50272,104.67797,408.34094,90.3,376.89648,21.582958,198.96245,0.0,3807.4985,14687.663,23.84667,245.23518,134.62035,41755.223,165.15987,18.43954,95.77023,182.77496,75.29622,27.871904,123.828705,1395.8306,233.2066,81.846886,14.56024,14.859878,831.48834,52.588226,1046.1393,110.48056,2185.7686,197.5668,260.52502,137.27107,210.14684,9.730808,16.551065,39.139557,6.082265,6.4895773,60.319035,62.53239,81.861244,16.969406,21.467932,254.89795,9.519551,3350.669,92.33428,73.28472,109.028366,94.49952,230.72685,133.41365,87.77778,29.384642,37.210266,89.78963,326.9431,499.34598,127.69375,435.23608,80.27249,89.418625,269.20633,258.11597,1025.8687,272.41965,4.415486,16.639584,9.415503,84.14461,15787.694,6.6754446,16.617956,27.359259,43.900124,492.9744,89.40926,169.68745,4.286533,235.22223,524.467,323.1303,109.33474,346.43982,35.162037,65.20618,303.63638,16.159733,2.3405168,13.785012,1963.4146,0.26834157,0.8040833,70.34393,8.355556,4.681923,9.308945,15.962576,183.17552,62.55382,128.87643,946.1145,206.83333,1982.9017,1817.4537,16.37139,25.538658,14569.215,8.907909,59.439816,475.13513,97.65833,163.86806,68.42222,366.6889,1085.5605,362.9367,11.585516,78.76111,913.66125,2066.7935,39.651287,572.35187,47.502083,0.98859274,57.54533,1.0292577,0.5523502,2.4788752,31.511284,115.749115,289.9015,14.071852,3446.2231,228.09027,77.60648,106.59375,45.368652,93.25347,35.718056,2.646389,61.15278,337.60587,83.15611,49.00232,41.721222,24.646528,33.505554,36.438427,45.764904,932.5053,150.72758,3411.1865,38.62001,3811.6829,74.18114,481.0558,2185.0107,64.419975,11.229173,1871.3975,2299.8123,6284.0107,249.47314 +2023-06-15 05:00:00,0.0,12673.214,118.370155,18.960478,28.499903,26.005417,181.24985,26.159168,40.25016,20.660812,23.900108,661.2551,544.34906,12.6342325,107.97642,11.74567,2.6776161,24.500816,36.377975,8.413897,380.42914,3.5203917,323.93903,60.886993,0.5756135,3.4508426,111.15504,29.74188,129.26497,149.76736,12939.117,0.68723047,1658.0414,1.4631121,0.9398518,0.49686483,3.6232035,184.52618,247.6473,33.035946,277.2462,25.8882,21.331026,1053.8324,4.5289273,121.62077,104.74204,408.15765,90.43868,376.90512,21.576723,199.31635,0.0,3804.5952,14689.672,23.84221,245.54176,134.59909,41763.453,165.0723,18.44036,95.89113,183.02184,75.2224,27.841742,124.0581,1397.6823,233.5197,81.968864,14.562949,14.852152,830.5082,52.60069,1047.9624,110.56903,2185.655,197.75583,260.7636,137.16856,210.508,9.727074,16.54463,39.115223,6.0777836,6.4827733,60.326317,62.509304,81.82044,16.964033,21.47388,255.00757,9.516054,3349.5586,92.406784,73.22674,109.10494,94.56949,230.67801,133.4594,87.763885,29.395697,37.237427,89.8786,326.92258,500.21863,127.75969,435.39694,80.31982,89.44782,269.30502,258.1808,1025.6661,272.61896,4.413649,16.64073,9.417918,84.03321,15787.283,6.671389,16.607086,27.34463,43.923317,493.23706,89.42713,169.79755,4.283771,235.2736,524.5896,323.2604,109.37327,346.41113,35.144768,65.20533,303.55365,16.15308,2.339261,13.78123,1963.9214,0.26808375,0.80340415,70.31016,8.347063,4.6798654,9.300959,15.9495535,183.08073,62.52332,128.85062,945.6854,206.83711,1982.6375,1817.2539,16.362806,25.536518,14564.16,8.90721,59.436573,475.34076,97.651665,163.81966,68.41216,366.58777,1085.1954,363.02783,11.587848,78.75139,914.00146,2066.3376,39.64977,572.2676,47.474686,0.9887479,57.55101,1.0294906,0.55265385,2.4803097,31.508377,115.740456,289.88254,14.080426,3446.463,228.18785,77.65532,106.70469,45.450577,93.26267,35.773403,2.647736,61.24514,338.2399,83.36209,49.12536,41.81023,24.641077,33.568134,36.52609,45.775448,932.39056,150.78091,3412.9536,38.61826,3811.5535,74.19413,480.94003,2185.8699,64.453865,11.224271,1870.8197,2298.2864,6281.9595,249.20023 +2023-06-15 06:00:00,0.0,12683.065,118.4777,18.962355,28.519413,25.994167,181.22656,26.1551,40.233387,20.658405,23.897602,661.0558,544.23676,12.62815,108.03694,11.756619,2.6745825,24.496756,36.343075,8.395064,380.34164,3.5121214,323.8997,60.85722,0.57499516,3.448967,111.146645,29.723078,129.11945,149.73288,12950.836,0.6871428,1657.6296,1.4622191,0.939168,0.4965363,3.6194847,184.46136,247.55972,33.025497,277.06876,25.882374,21.362587,1054.7465,4.527346,121.738815,104.806114,407.97437,90.57737,376.91373,21.57049,199.67024,0.0,3801.6921,14691.681,23.83775,245.84833,134.57782,41771.68,164.98474,18.441175,96.012024,183.2687,75.148575,27.811579,124.2875,1399.5339,233.83281,82.090836,14.565658,14.844426,829.52795,52.61315,1049.7855,110.6575,2185.5417,197.94487,261.00217,137.06604,210.86914,9.723338,16.538195,39.090885,6.0733027,6.475969,60.333603,62.48622,81.77964,16.95866,21.47983,255.11717,9.512558,3348.448,92.47928,73.16875,109.181526,94.63946,230.62917,133.50514,87.75,29.40675,37.26459,89.967575,326.902,501.09125,127.82562,435.55777,80.36715,89.47702,269.4037,258.24564,1025.4636,272.81824,4.4118123,16.641876,9.420333,83.921814,15786.871,6.6673336,16.596216,27.33,43.94651,493.49976,89.44501,169.90765,4.281009,235.325,524.71216,323.3905,109.41179,346.38242,35.1275,65.20448,303.47092,16.146425,2.3380055,13.777449,1964.4283,0.26782593,0.80272496,70.27639,8.338572,4.677808,9.2929735,15.936531,182.98596,62.492813,128.8248,945.2565,206.84091,1982.3732,1817.0542,16.354225,25.534376,14559.105,8.90651,59.433334,475.54636,97.645004,163.77126,68.4021,366.48666,1084.8303,363.11893,11.5901785,78.74167,914.3417,2065.8816,39.64825,572.18335,47.447292,0.98890305,57.55669,1.0297236,0.5529575,2.4817445,31.505468,115.731804,289.8636,14.089,3446.7026,228.28542,77.70416,106.81563,45.5325,93.27187,35.82875,2.6490834,61.3375,338.87393,83.56807,49.248394,41.89924,24.635626,33.630714,36.61375,45.785995,932.27576,150.83424,3414.721,38.616505,3811.4243,74.20713,480.82428,2186.729,64.487755,11.21937,1870.2418,2296.7605,6279.908,248.9273 +2023-06-15 07:00:00,0.0,12692.918,118.58525,18.964231,28.538923,25.982918,181.20326,26.15103,40.216614,20.655998,23.895094,660.85645,544.12445,12.622067,108.09746,11.76757,2.671549,24.492695,36.308174,8.376233,380.25415,3.5038512,323.86035,60.827446,0.5743769,3.4470913,111.13825,29.704273,128.97392,149.6984,12962.556,0.6870551,1657.218,1.4613261,0.9384841,0.4962078,3.6157653,184.39653,247.47214,33.015045,276.89133,25.876549,21.394148,1055.6605,4.5257654,121.856865,104.870186,407.79108,90.71606,376.92236,21.564255,200.02414,0.0,3798.789,14693.689,23.833288,246.1549,134.55655,41779.91,164.89717,18.441994,96.13291,183.51558,75.07475,27.781416,124.5169,1401.3856,234.14592,82.212814,14.568367,14.8367,828.5478,52.625614,1051.6086,110.74598,2185.4282,198.13391,261.24072,136.96353,211.2303,9.719604,16.53176,39.066547,6.068822,6.4691644,60.34089,62.463135,81.738846,16.953287,21.48578,255.22678,9.509061,3347.3374,92.55177,73.11076,109.25811,94.70943,230.58032,133.55089,87.736115,29.417803,37.29175,90.05655,326.88147,501.9639,127.89156,435.71863,80.41448,89.50622,269.50238,258.31046,1025.2611,273.01755,4.4099755,16.64302,9.422749,83.81042,15786.46,6.663278,16.585346,27.31537,43.9697,493.76242,89.462875,170.01776,4.2782474,235.37639,524.8348,323.5206,109.45031,346.35373,35.11023,65.20364,303.38818,16.139772,2.33675,13.773667,1964.9353,0.2675681,0.80204576,70.24262,8.330079,4.67575,9.284988,15.923509,182.89117,62.46231,128.79898,944.82745,206.8447,1982.1088,1816.8544,16.345642,25.532234,14554.05,8.905811,59.43009,475.75198,97.638336,163.72285,68.392044,366.38556,1084.4652,363.21005,11.59251,78.73194,914.6819,2065.4255,39.646736,572.09906,47.419895,0.9890582,57.56237,1.0299566,0.5532611,2.483179,31.502562,115.723145,289.84464,14.097574,3446.9421,228.38298,77.753006,106.92656,45.614426,93.281075,35.884098,2.6504307,61.429863,339.50797,83.774055,49.37143,41.988247,24.630175,33.693295,36.701412,45.796543,932.161,150.88757,3416.4883,38.614754,3811.2952,74.22012,480.70853,2187.5881,64.521645,11.214468,1869.6641,2295.2346,6277.8574,248.65437 +2023-06-15 08:00:00,0.0,12702.77,118.692795,18.966106,28.558432,25.971666,181.17996,26.146961,40.199844,20.653593,23.892588,660.6571,544.01215,12.615985,108.157974,11.778519,2.6685154,24.488634,36.273277,8.357402,380.16666,3.4955812,323.82104,60.797672,0.57375854,3.4452157,111.12986,29.68547,128.8284,149.66391,12974.275,0.68696743,1656.8063,1.4604331,0.9378002,0.4958793,3.6120465,184.33171,247.38457,33.004593,276.7139,25.870722,21.425707,1056.5746,4.524184,121.97491,104.93426,407.6078,90.85474,376.931,21.55802,200.37804,0.0,3795.8857,14695.698,23.828829,246.46149,134.53528,41788.14,164.80962,18.44281,96.25381,183.76245,75.00093,27.751253,124.74629,1403.2373,234.45903,82.334785,14.571075,14.828974,827.5676,52.638077,1053.4316,110.83445,2185.3147,198.32294,261.4793,136.86102,211.59146,9.715869,16.525324,39.042213,6.0643406,6.46236,60.34817,62.44005,81.698044,16.947916,21.49173,255.33638,9.505564,3346.2268,92.624275,73.05278,109.334694,94.7794,230.53148,133.59663,87.72222,29.428856,37.318913,90.14552,326.86093,502.83652,127.957504,435.87946,80.461815,89.535416,269.60107,258.37527,1025.0586,273.21683,4.4081388,16.644167,9.425164,83.69902,15786.048,6.659222,16.574478,27.300741,43.992893,494.0251,89.48074,170.12785,4.2754855,235.42778,524.95734,323.6507,109.48883,346.325,35.092964,65.2028,303.30545,16.13312,2.3354943,13.769886,1965.4421,0.26731032,0.8013666,70.20885,8.321588,4.673692,9.277002,15.910486,182.79639,62.43181,128.77316,944.39844,206.84848,1981.8445,1816.6547,16.337059,25.530094,14548.995,8.905111,59.426853,475.9576,97.63167,163.67444,68.38199,366.28445,1084.1001,363.30115,11.594841,78.72222,915.0221,2064.9697,39.645218,572.01483,47.392498,0.98921335,57.56805,1.0301895,0.5535647,2.484614,31.499653,115.71449,289.82568,14.106148,3447.182,228.48056,77.80185,107.0375,45.69635,93.290276,35.939445,2.6517777,61.52222,340.142,83.980034,49.494465,42.077255,24.624723,33.75587,36.789074,45.807087,932.0462,150.94092,3418.2556,38.613003,3811.166,74.23312,480.59277,2188.4475,64.555534,11.209567,1869.0862,2293.7085,6275.806,248.38145 +2023-06-15 09:00:00,0.0,12712.622,118.80034,18.967983,28.577942,25.960417,181.15666,26.14289,40.183075,20.651186,23.890081,660.4578,543.89984,12.609902,108.21849,11.789468,2.6654818,24.484573,36.238377,8.33857,380.07916,3.487311,323.7817,60.7679,0.5731402,3.4433398,111.12147,29.666668,128.68288,149.62943,12985.994,0.68687975,1656.3945,1.4595401,0.9371163,0.49555078,3.6083276,184.26689,247.29698,32.99414,276.53647,25.864895,21.457268,1057.4886,4.522603,122.09296,104.99833,407.4245,90.99342,376.9396,21.551785,200.73193,0.0,3792.9824,14697.708,23.824368,246.76805,134.514,41796.37,164.72205,18.443628,96.3747,184.00931,74.9271,27.72109,124.97569,1405.089,234.77214,82.45676,14.573785,14.821248,826.5874,52.650543,1055.2548,110.92292,2185.2014,198.51198,261.71786,136.75851,211.95262,9.712133,16.518888,39.017876,6.0598598,6.4555554,60.355457,62.41696,81.65724,16.942543,21.497679,255.446,9.502068,3345.1165,92.69677,72.99479,109.41127,94.84937,230.48264,133.64238,87.708336,29.43991,37.346073,90.2345,326.8404,503.70917,128.02344,436.04028,80.50914,89.56461,269.69977,258.4401,1024.8561,273.41614,4.406302,16.645313,9.427579,83.58762,15785.637,6.6551666,16.563608,27.286112,44.016087,494.28775,89.49861,170.23796,4.2727237,235.47917,525.0799,323.78076,109.52735,346.29633,35.075695,65.20195,303.22275,16.126467,2.3342388,13.766105,1965.9491,0.2670525,0.80068743,70.17508,8.313095,4.6716347,9.269017,15.897464,182.70161,62.401306,128.74734,943.9695,206.85226,1981.5802,1816.4548,16.328476,25.527952,14543.94,8.904412,59.42361,476.1632,97.625,163.62604,68.371925,366.18335,1083.735,363.39227,11.597173,78.7125,915.3623,2064.5137,39.6437,571.93054,47.365105,0.98936844,57.57373,1.0304226,0.55386835,2.4860485,31.496744,115.70583,289.80673,14.114722,3447.4216,228.57812,77.85069,107.14844,45.778275,93.29948,35.994793,2.653125,61.614582,340.77603,84.18601,49.617504,42.166264,24.61927,33.81845,36.876736,45.817635,931.93146,150.99425,3420.023,38.61125,3811.0366,74.246124,480.47702,2189.3066,64.58942,11.204665,1868.5084,2292.1826,6273.755,248.10854 +2023-06-15 10:00:00,0.0,12722.474,118.90788,18.96986,28.597452,25.949167,181.13336,26.138823,40.1663,20.64878,23.887573,660.2585,543.7875,12.603821,108.27901,11.800418,2.6624482,24.480515,36.203476,8.319738,379.9917,3.4790409,323.7424,60.738125,0.5725219,3.4414642,111.113075,29.647863,128.53734,149.59494,12997.714,0.6867921,1655.9828,1.4586473,0.9364325,0.49522227,3.6046085,184.20207,247.20941,32.983692,276.35904,25.859068,21.488829,1058.4027,4.521022,122.211,105.06241,407.2412,91.1321,376.94824,21.54555,201.08583,0.0,3790.079,14699.717,23.819908,247.07463,134.49274,41804.598,164.63449,18.444445,96.49559,184.2562,74.85328,27.690928,125.20509,1406.9407,235.08524,82.578735,14.576493,14.813522,825.60724,52.663006,1057.0779,111.01139,2185.088,198.701,261.95642,136.656,212.31377,9.708399,16.512453,38.99354,6.0553784,6.448751,60.36274,62.393875,81.61644,16.93717,21.50363,255.5556,9.49857,3344.0059,92.76927,72.936806,109.487854,94.91934,230.43379,133.68813,87.69444,29.450964,37.373238,90.32347,326.81982,504.5818,128.08937,436.20114,80.55647,89.59381,269.79846,258.50494,1024.6536,273.61542,4.404465,16.64646,9.429995,83.47623,15785.226,6.651111,16.552738,27.27148,44.039276,494.55045,89.51649,170.34807,4.269962,235.53055,525.2025,323.91086,109.56588,346.2676,35.058426,65.20111,303.14,16.119812,2.3329833,13.762322,1966.456,0.26679468,0.8000083,70.14131,8.304604,4.669577,9.261031,15.884441,182.60683,62.3708,128.72153,943.5405,206.85606,1981.3158,1816.2551,16.319895,25.525812,14538.886,8.903712,59.420372,476.36884,97.61833,163.57764,68.36187,366.0822,1083.3699,363.48337,11.599504,78.702774,915.7025,2064.0576,39.64218,571.8463,47.337708,0.9895236,57.579414,1.0306555,0.5541719,2.487483,31.493837,115.69718,289.78778,14.123297,3447.6611,228.67569,77.899536,107.25938,45.8602,93.30868,36.05014,2.6544724,61.706944,341.41006,84.39199,49.74054,42.255272,24.61382,33.88103,36.964397,45.82818,931.8167,151.04758,3421.79,38.609497,3810.9075,74.25912,480.36127,2190.1658,64.62331,11.199764,1867.9305,2290.6567,6271.7036,247.8356 +2023-06-15 11:00:00,0.0,12732.326,119.01543,18.971735,28.616962,25.937918,181.11006,26.134752,40.14953,20.646374,23.885067,660.05914,543.6752,12.597738,108.33952,11.811367,2.6594145,24.476454,36.168575,8.300907,379.9042,3.4707706,323.70306,60.70835,0.5719036,3.4395885,111.10468,29.62906,128.39182,149.56044,13009.434,0.6867044,1655.571,1.4577543,0.93574864,0.49489373,3.6008897,184.13724,247.12183,32.97324,276.1816,25.853243,21.52039,1059.3169,4.519441,122.32905,105.12648,407.0579,91.27079,376.95685,21.539314,201.43973,0.0,3787.1758,14701.726,23.815447,247.38121,134.47147,41812.83,164.54692,18.445263,96.616486,184.50305,74.77946,27.660765,125.43449,1408.7924,235.39835,82.70071,14.579203,14.805797,824.6271,52.67547,1058.901,111.09986,2184.9746,198.89005,262.195,136.55348,212.67493,9.704663,16.506018,38.969204,6.0508976,6.4419465,60.370026,62.37079,81.575645,16.931797,21.509579,255.6652,9.495074,3342.8953,92.84177,72.87882,109.56444,94.98931,230.38495,133.73387,87.68056,29.462017,37.4004,90.412445,326.7993,505.45444,128.15532,436.36197,80.603806,89.62302,269.89713,258.56976,1024.451,273.81473,4.4026284,16.647604,9.43241,83.36483,15784.813,6.6470556,16.541868,27.256851,44.06247,494.8131,89.534355,170.45816,4.2672,235.58194,525.3251,324.04095,109.6044,346.23892,35.041157,65.200264,303.05728,16.11316,2.3317277,13.758541,1966.9629,0.26653686,0.7993291,70.10754,8.296111,4.667519,9.253046,15.871418,182.51205,62.340298,128.69571,943.1115,206.85985,1981.0515,1816.0553,16.311312,25.52367,14533.831,8.903013,59.41713,476.57446,97.61167,163.52924,68.351814,365.9811,1083.0048,363.5745,11.601835,78.693054,916.0427,2063.6016,39.640667,571.762,47.31031,0.98967874,57.585094,1.0308884,0.55447555,2.4889178,31.490929,115.68852,289.76883,14.13187,3447.901,228.77325,77.94838,107.370316,45.942123,93.31788,36.105484,2.6558194,61.799305,342.0441,84.59798,49.863575,42.34428,24.608368,33.94361,37.05206,45.838726,931.7019,151.1009,3423.5574,38.607746,3810.7783,74.27212,480.2455,2191.025,64.657196,11.194862,1867.3528,2289.1309,6269.6523,247.56268 +2023-06-15 12:00:00,0.0,12742.178,119.12297,18.973612,28.63647,25.926666,181.08676,26.130684,40.13276,20.643967,23.882559,659.8598,543.56287,12.591656,108.40004,11.822316,2.656381,24.472393,36.13368,8.282076,379.8167,3.4625006,323.66373,60.678577,0.57128525,3.437713,111.09629,29.610256,128.24629,149.52596,13021.153,0.6866167,1655.1594,1.4568613,0.93506473,0.49456522,3.5971704,184.07242,247.03426,32.962788,276.00418,25.847416,21.551949,1060.231,4.51786,122.44709,105.19055,406.8746,91.40948,376.96548,21.533081,201.79362,0.0,3784.273,14703.734,23.810987,247.68777,134.4502,41821.06,164.45937,18.44608,96.73738,184.74992,74.705635,27.630602,125.66389,1410.644,235.71146,82.82268,14.581911,14.798071,823.64685,52.68793,1060.7241,111.18834,2184.861,199.07909,262.43356,136.45097,213.03609,9.700929,16.499582,38.94487,6.0464163,6.435142,60.377308,62.347702,81.53484,16.926426,21.515528,255.77483,9.491577,3341.7847,92.91426,72.82083,109.641014,95.05929,230.3361,133.77962,87.666664,29.47307,37.42756,90.50142,326.77875,506.32706,128.22125,436.52283,80.65114,89.652214,269.99582,258.63458,1024.2485,274.014,4.4007916,16.64875,9.434825,83.25343,15784.402,6.643,16.531,27.242222,44.085663,495.07578,89.55222,170.56827,4.264438,235.63333,525.44763,324.17105,109.64292,346.2102,35.023888,65.19942,302.97455,16.106506,2.330472,13.75476,1967.4698,0.26627904,0.79864997,70.07377,8.287619,4.6654615,9.24506,15.858396,182.41727,62.309795,128.66989,942.6825,206.86363,1980.7872,1815.8556,16.302729,25.521528,14528.776,8.902313,59.413887,476.7801,97.605,163.48083,68.34175,365.88,1082.6396,363.66562,11.604167,78.683334,916.38293,2063.1458,39.63915,571.6778,47.282917,0.9898339,57.590775,1.0311215,0.5547792,2.4903524,31.48802,115.67987,289.74988,14.140445,3448.1406,228.87083,77.99722,107.48125,46.024048,93.32708,36.16083,2.6571667,61.891666,342.67813,84.803955,49.986614,42.43329,24.602917,34.00619,37.13972,45.849274,931.58716,151.15425,3425.3247,38.605995,3810.6492,74.28511,480.12976,2191.884,64.691086,11.189961,1866.7749,2287.605,6267.601,247.28976 +2023-06-15 13:00:00,0.0,12752.03,119.230515,18.975487,28.655981,25.915417,181.06346,26.126614,40.11599,20.641562,23.880053,659.66046,543.45056,12.585573,108.46056,11.833266,2.6533473,24.468332,36.098778,8.263244,379.72922,3.4542303,323.62442,60.6488,0.5706669,3.4358373,111.0879,29.591454,128.10077,149.49147,13032.872,0.68652904,1654.7477,1.4559683,0.9343809,0.4942367,3.5934515,184.0076,246.94669,32.952335,275.82672,25.841589,21.58351,1061.145,4.5162787,122.56514,105.25462,406.69128,91.54816,376.97412,21.526846,202.14752,0.0,3781.3694,14705.743,23.806526,247.99435,134.42892,41829.29,164.3718,18.446898,96.85827,184.99681,74.631805,27.60044,125.89329,1412.4957,236.02457,82.94466,14.58462,14.790345,822.6667,52.700394,1062.5472,111.27681,2184.7478,199.26811,262.67212,136.34846,213.39725,9.697193,16.493149,38.920532,6.0419354,6.428338,60.384594,62.32462,81.49404,16.921053,21.521477,255.88443,9.48808,3340.6743,92.98676,72.76285,109.7176,95.12926,230.28726,133.82536,87.65278,29.484125,37.454723,90.5904,326.7582,507.1997,128.28719,436.68365,80.69846,89.68141,270.0945,258.6994,1024.046,274.21332,4.398955,16.649897,9.437241,83.14204,15783.99,6.6389446,16.52013,27.227592,44.108852,495.33847,89.5701,170.67838,4.2616763,235.68472,525.57025,324.30115,109.68144,346.18152,35.00662,65.19858,302.8918,16.099854,2.3292165,13.750978,1967.9767,0.26602122,0.7979708,70.03999,8.279127,4.663404,9.237075,15.845373,182.32248,62.27929,128.64407,942.25354,206.86742,1980.523,1815.6558,16.294146,25.519388,14523.722,8.901614,59.41065,476.9857,97.598335,163.43243,68.331696,365.7789,1082.2745,363.7567,11.606498,78.67361,916.72314,2062.6897,39.63763,571.5935,47.25552,0.98998904,57.596455,1.0313544,0.5550828,2.491787,31.485113,115.67121,289.73093,14.149018,3448.3801,228.9684,78.04607,107.592186,46.105972,93.33629,36.21618,2.658514,61.984028,343.31216,85.00993,50.10965,42.522297,24.597466,34.068768,37.227383,45.859818,931.4724,151.20758,3427.092,38.60424,3810.52,74.29811,480.014,2192.7432,64.724976,11.18506,1866.197,2286.079,6265.55,247.01685 +2023-06-15 14:00:00,0.0,12761.882,119.338066,18.977364,28.675491,25.904167,181.04016,26.122545,40.099216,20.639154,23.877544,659.4612,543.33826,12.579491,108.52108,11.844215,2.6503136,24.464272,36.063877,8.244412,379.64172,3.44596,323.58508,60.619026,0.57004863,3.4339614,111.079506,29.57265,127.955246,149.45699,13044.592,0.68644136,1654.3359,1.4550753,0.93369704,0.4939082,3.5897326,183.94278,246.8591,32.941887,275.6493,25.835764,21.61507,1062.0591,4.514698,122.68318,105.318695,406.508,91.686844,376.98273,21.52061,202.5014,0.0,3778.4663,14707.752,23.802067,248.30093,134.40765,41837.516,164.28424,18.447714,96.979164,185.24368,74.55798,27.570276,126.12269,1414.3474,236.33768,83.06663,14.587329,14.7826185,821.6865,52.712856,1064.3704,111.36528,2184.6343,199.45715,262.9107,136.24596,213.7584,9.693459,16.486713,38.8962,6.037454,6.4215336,60.391876,62.301533,81.45324,16.91568,21.527428,255.99403,9.484584,3339.5637,93.05926,72.704865,109.79418,95.19923,230.23842,133.87112,87.638885,29.495178,37.481884,90.679375,326.73767,508.07233,128.35312,436.84448,80.7458,89.71061,270.1932,258.76422,1023.84344,274.4126,4.397118,16.651043,9.439656,83.03064,15783.579,6.634889,16.50926,27.212963,44.132046,495.60114,89.58797,170.78847,4.2589145,235.73611,525.6928,324.43124,109.71997,346.1528,34.989353,65.19773,302.8091,16.093199,2.327961,13.747197,1968.4836,0.2657634,0.79729164,70.006226,8.270635,4.661346,9.229089,15.832351,182.2277,62.248787,128.61826,941.8246,206.87122,1980.2585,1815.456,16.285564,25.517246,14518.667,8.900915,59.407406,477.1913,97.59167,163.38403,68.32163,365.6778,1081.9094,363.84784,11.6088295,78.66389,917.06335,2062.2336,39.636112,571.5093,47.228127,0.9901442,57.602135,1.0315874,0.5553864,2.4932218,31.482204,115.66256,289.71198,14.157593,3448.6199,229.06596,78.09491,107.703125,46.187897,93.34549,36.271526,2.659861,62.07639,343.9462,85.21591,50.232685,42.611305,24.592014,34.131348,37.315044,45.870365,931.3576,151.26091,3428.8594,38.60249,3810.3906,74.311104,479.89825,2193.6023,64.758865,11.180159,1865.6193,2284.5532,6263.4985,246.74391 +2023-06-15 15:00:00,0.0,12771.734,119.44561,18.97924,28.695002,25.892918,181.01686,26.118475,40.082443,20.63675,23.875038,659.26184,543.22595,12.573408,108.5816,11.855165,2.64728,24.46021,36.028976,8.225581,379.55426,3.43769,323.54578,60.589252,0.5694303,3.4320858,111.07111,29.553846,127.80972,149.4225,13056.312,0.6863537,1653.9242,1.4541823,0.93301314,0.4935797,3.5860136,183.87796,246.77153,32.931435,275.47186,25.829937,21.646631,1062.9731,4.513117,122.80123,105.38277,406.3247,91.82552,376.99136,21.514376,202.8553,0.0,3775.563,14709.761,23.797606,248.6075,134.38638,41845.746,164.19667,18.448532,97.10006,185.49054,74.48416,27.540113,126.35208,1416.1991,236.65079,83.1886,14.590038,14.774893,820.70636,52.72532,1066.1935,111.45375,2184.5208,199.64618,263.14926,136.14345,214.11955,9.689723,16.480278,38.87186,6.0329733,6.414729,60.399162,62.278442,81.41244,16.910307,21.533377,256.10364,9.481087,3338.4531,93.13175,72.64687,109.870766,95.269196,230.18959,133.91687,87.625,29.506231,37.509045,90.76835,326.7171,508.94498,128.41907,437.00534,80.79313,89.73981,270.2919,258.82907,1023.6409,274.6119,4.3952813,16.652187,9.442071,82.91924,15783.167,6.6308336,16.498392,27.198334,44.15524,495.8638,89.605835,170.89857,4.2561526,235.7875,525.81537,324.56134,109.75849,346.1241,34.972084,65.196884,302.72638,16.086546,2.3267055,13.743415,1968.9906,0.26550558,0.79661244,69.97246,8.262143,4.6592884,9.221104,15.819328,182.13292,62.218285,128.59245,941.39557,206.875,1979.9943,1815.2562,16.276981,25.515104,14513.612,8.900215,59.404167,477.39694,97.585,163.33563,68.31158,365.57666,1081.5443,363.93893,11.611161,78.65417,917.40356,2061.7776,39.634594,571.425,47.20073,0.9902993,57.607815,1.0318204,0.55569005,2.4946563,31.479298,115.6539,289.69302,14.166166,3448.8596,229.16354,78.143745,107.814064,46.26982,93.35469,36.326874,2.6612084,62.16875,344.58023,85.42189,50.35572,42.700314,24.586563,34.193928,37.40271,45.880913,931.24286,151.31425,3430.6265,38.60074,3810.2615,74.324104,479.7825,2194.4614,64.79275,11.175257,1865.0414,2283.0273,6261.4473,246.471 +2023-06-15 16:00:00,0.0,12781.586,119.553154,18.981115,28.71451,25.881666,180.99356,26.114407,40.065674,20.634342,23.872532,659.0625,543.11365,12.567326,108.64211,11.866115,2.6442463,24.456152,35.99408,8.206749,379.46677,3.4294198,323.50644,60.55948,0.56881195,3.43021,111.06272,29.535044,127.6642,149.38802,13068.03,0.686266,1653.5125,1.4532894,0.9323293,0.49325114,3.5822947,183.81313,246.68394,32.920982,275.29443,25.82411,21.67819,1063.8872,4.5115356,122.91927,105.44684,406.14142,91.96421,377.0,21.50814,203.2092,0.0,3772.6597,14711.77,23.793146,248.91408,134.36513,41853.977,164.10912,18.449348,97.22095,185.73741,74.41034,27.50995,126.58148,1418.0508,236.96388,83.31058,14.592747,14.767167,819.72614,52.73778,1068.0166,111.54223,2184.4075,199.83522,263.38782,136.04092,214.48071,9.685988,16.473843,38.847523,6.0284925,6.4079247,60.40645,62.25536,81.37164,16.904936,21.539326,256.21326,9.47759,3337.3425,93.204254,72.58889,109.94734,95.33917,230.14075,133.96262,87.611115,29.517284,37.536205,90.85732,326.69656,509.8176,128.485,437.16617,80.84046,89.769005,270.39056,258.8939,1023.4384,274.8112,4.3934445,16.653334,9.444487,82.807846,15782.756,6.6267776,16.487522,27.183704,44.17843,496.1265,89.62371,171.00868,4.253391,235.83888,525.938,324.69144,109.79701,346.0954,34.954815,65.196045,302.64365,16.079893,2.3254497,13.739634,1969.4974,0.26524776,0.7959333,69.93868,8.253651,4.657231,9.213118,15.806306,182.03813,62.18778,128.56664,940.96655,206.87878,1979.73,1815.0565,16.268398,25.512964,14508.558,8.899516,59.400925,477.60254,97.57834,163.28722,68.30152,365.47556,1081.1792,364.03006,11.613492,78.64444,917.7438,2061.3218,39.63308,571.34076,47.173332,0.99045444,57.6135,1.0320534,0.5559937,2.4960911,31.476389,115.64525,289.67407,14.174741,3449.0994,229.26111,78.19259,107.925,46.351746,93.36389,36.38222,2.6625557,62.261112,345.21426,85.62788,50.47876,42.78932,24.581112,34.256508,37.49037,45.891457,931.12805,151.36758,3432.3938,38.598984,3810.1323,74.3371,479.66675,2195.3208,64.82664,11.170356,1864.4636,2281.5015,6259.396,246.19807 +2023-06-15 17:00:00,0.0,12791.438,119.6607,18.982992,28.73402,25.870417,180.97026,26.110336,40.048904,20.631937,23.870024,658.86316,543.00134,12.561244,108.70263,11.877064,2.6412127,24.452091,35.95918,8.187918,379.37927,3.4211497,323.4671,60.529705,0.5681936,3.4283345,111.05433,29.51624,127.51867,149.35353,13079.75,0.6861783,1653.1008,1.4523964,0.93164545,0.49292263,3.5785756,183.7483,246.59637,32.910534,275.117,25.818283,21.709751,1064.8013,4.5099545,123.03732,105.51092,405.95813,92.1029,377.0086,21.501905,203.5631,0.0,3769.7566,14713.779,23.788685,249.22066,134.34386,41862.203,164.02155,18.450167,97.34184,185.98428,74.33652,27.479788,126.81088,1419.9025,237.277,83.43255,14.595456,14.759441,818.746,52.750244,1069.8397,111.6307,2184.294,200.02425,263.6264,135.93842,214.84187,9.682253,16.467407,38.82319,6.024011,6.40112,60.41373,62.232277,81.33084,16.899563,21.545277,256.32288,9.474093,3336.2322,93.27675,72.5309,110.023926,95.40914,230.0919,134.00836,87.59722,29.52834,37.56337,90.9463,326.67603,510.69025,128.55093,437.32703,80.88779,89.7982,270.48926,258.9587,1023.2359,275.0105,4.3916078,16.65448,9.446902,82.69644,15782.345,6.622722,16.476652,27.169073,44.201622,496.38916,89.64158,171.11877,4.250629,235.89027,526.06055,324.82153,109.83553,346.0667,34.937546,65.1952,302.5609,16.07324,2.3241942,13.735852,1970.0044,0.26498994,0.7952541,69.904915,8.245159,4.6551733,9.2051325,15.793283,181.94336,62.157276,128.54082,940.5376,206.88257,1979.4656,1814.8567,16.259815,25.510822,14503.503,8.898816,59.397686,477.80817,97.57167,163.23882,68.29146,365.37445,1080.8141,364.12115,11.615824,78.63472,918.084,2060.8657,39.63156,571.2565,47.14594,0.9906096,57.61918,1.0322863,0.55629724,2.4975257,31.47348,115.63659,289.65512,14.183315,3449.3389,229.35867,78.24143,108.035934,46.43367,93.37309,36.43757,2.6639028,62.353474,345.8483,85.833855,50.601795,42.87833,24.57566,34.319088,37.578033,45.902004,931.0133,151.42091,3434.1611,38.597233,3810.0032,74.3501,479.551,2196.18,64.86053,11.165454,1863.8857,2279.9756,6257.3447,245.92514 +2023-06-15 18:00:00,0.0,12801.29,119.76824,18.984869,28.75353,25.859167,180.94696,26.106268,40.03213,20.62953,23.867517,658.6638,542.88904,12.555161,108.763145,11.888013,2.6381793,24.44803,35.92428,8.169086,379.29178,3.4128795,323.4278,60.49993,0.56757534,3.4264586,111.04594,29.497437,127.373146,149.31905,13091.47,0.68609065,1652.6891,1.4515034,0.93096155,0.49259412,3.5748565,183.68349,246.50879,32.90008,274.93958,25.812458,21.741312,1065.7153,4.5083737,123.155365,105.57499,405.77484,92.24158,377.01724,21.495672,203.91699,0.0,3766.8533,14715.788,23.784225,249.52722,134.32259,41870.434,163.93399,18.450983,97.46274,186.23116,74.26269,27.449625,127.040276,1421.7542,237.5901,83.55453,14.598165,14.751716,817.7658,52.762707,1071.6628,111.71917,2184.1807,200.21329,263.86496,135.8359,215.20303,9.678518,16.460972,38.79885,6.0195303,6.3943157,60.421017,62.20919,81.29004,16.89419,21.551226,256.43246,9.470596,3335.1216,93.34925,72.472916,110.10051,95.47911,230.04306,134.05411,87.583336,29.539392,37.59053,91.03527,326.6555,511.56287,128.61688,437.48785,80.93512,89.82741,270.58795,259.02353,1023.0334,275.20978,4.389771,16.655626,9.449317,82.585045,15781.933,6.6186666,16.465782,27.154444,44.224815,496.65182,89.65945,171.22888,4.247867,235.94167,526.1831,324.95163,109.87406,346.038,34.920277,65.19435,302.47818,16.066586,2.3229387,13.732071,1970.5114,0.26473212,0.794575,69.87115,8.236667,4.6531153,9.197146,15.780261,181.84857,62.126774,128.515,940.1085,206.88637,1979.2013,1814.657,16.251234,25.508682,14498.448,8.898117,59.394444,478.0138,97.565,163.19041,68.2814,365.27335,1080.449,364.21228,11.618155,78.625,918.4242,2060.4097,39.630043,571.17224,47.11854,0.99076474,57.62486,1.0325193,0.55660087,2.4989603,31.470573,115.62794,289.63617,14.191889,3449.5786,229.45625,78.290276,108.14687,46.515594,93.38229,36.492916,2.66525,62.445835,346.48233,86.03983,50.72483,42.96734,24.57021,34.381664,37.665695,45.912548,930.89856,151.47424,3435.9285,38.59548,3809.8738,74.3631,479.43524,2197.039,64.89442,11.160553,1863.308,2278.4497,6255.294,245.65222 +2023-06-15 19:00:00,0.0,12811.143,119.875786,18.986744,28.77304,25.847918,180.92366,26.102198,40.015358,20.627123,23.86501,658.46454,542.77673,12.549079,108.82366,11.898963,2.6351457,24.44397,35.889378,8.150254,379.20428,3.4046094,323.38846,60.470158,0.566957,3.424583,111.037544,29.478634,127.22762,149.28456,13103.188,0.68600297,1652.2773,1.4506104,0.9302777,0.4922656,3.5711377,183.61867,246.42122,32.88963,274.76215,25.806631,21.772873,1066.6294,4.5067925,123.273415,105.63906,405.59155,92.380264,377.02588,21.489437,204.27089,0.0,3763.9502,14717.797,23.779764,249.8338,134.30132,41878.664,163.84642,18.451801,97.583626,186.47803,74.188866,27.419462,127.26968,1423.6058,237.90321,83.6765,14.600874,14.743989,816.7856,52.77517,1073.486,111.80764,2184.0671,200.40233,264.10352,135.7334,215.56418,9.674783,16.454536,38.774517,6.015049,6.3875113,60.4283,62.186104,81.24924,16.888817,21.557175,256.54208,9.467099,3334.011,93.421745,72.41493,110.177086,95.54908,229.99422,134.09985,87.56944,29.550446,37.61769,91.124245,326.63495,512.4355,128.68282,437.64868,80.98245,89.856606,270.68665,259.08838,1022.8308,275.4091,4.387934,16.65677,9.451733,82.47365,15781.521,6.614611,16.454914,27.139814,44.248005,496.9145,89.677315,171.33899,4.2451053,235.99306,526.3057,325.08173,109.91258,346.0093,34.903008,65.19351,302.39548,16.059933,2.321683,13.72829,1971.0182,0.2644743,0.7938958,69.83737,8.228174,4.6510577,9.189161,15.767239,181.7538,62.09627,128.48918,939.67957,206.89015,1978.937,1814.4572,16.242651,25.50654,14493.394,8.897417,59.391205,478.21942,97.558334,163.14201,68.27134,365.17224,1080.0839,364.30338,11.620486,78.61528,918.7644,2059.9539,39.628525,571.08795,47.091145,0.9909199,57.63054,1.0327523,0.5569045,2.500395,31.467665,115.61928,289.61722,14.200463,3449.8184,229.55382,78.33912,108.25781,46.59752,93.391495,36.548264,2.6665974,62.538193,347.11636,86.24581,50.847866,43.056347,24.564756,34.444244,37.753357,45.923096,930.78375,151.52759,3437.6958,38.59373,3809.7446,74.37609,479.3195,2197.8982,64.92831,11.155651,1862.7301,2276.9238,6253.2427,245.3793 +2023-06-15 20:00:00,0.0,12820.994,119.98333,18.98862,28.79255,25.836666,180.90036,26.09813,39.99859,20.624718,23.862503,658.2652,542.6644,12.542996,108.88418,11.909912,2.632112,24.439909,35.85448,8.131423,379.11682,3.3963392,323.34912,60.440384,0.56633866,3.4227073,111.02915,29.45983,127.0821,149.25006,13114.908,0.6859153,1651.8656,1.4497174,0.9295938,0.4919371,3.5674186,183.55383,246.33363,32.879177,274.58472,25.800804,21.804432,1067.5436,4.5052114,123.39146,105.70313,405.40823,92.51895,377.0345,21.483202,204.62479,0.0,3761.0469,14719.806,23.775305,250.14037,134.28004,41886.895,163.75887,18.452618,97.70452,186.7249,74.11504,27.3893,127.49908,1425.4575,238.21632,83.79847,14.603582,14.736263,815.8054,52.787632,1075.3091,111.89612,2183.9536,200.59135,264.3421,135.63089,215.92534,9.671048,16.448101,38.75018,6.010568,6.380707,60.435585,62.163017,81.20844,16.883446,21.563126,256.6517,9.463603,3332.9004,93.49424,72.35694,110.25367,95.61906,229.94537,134.1456,87.55556,29.561499,37.64485,91.21322,326.61438,513.30817,128.74875,437.80954,81.029785,89.8858,270.78534,259.1532,1022.6283,275.60837,4.386097,16.657917,9.454148,82.36225,15781.109,6.6105556,16.444044,27.125185,44.2712,497.1772,89.69519,171.44908,4.2423434,236.04445,526.4283,325.21182,109.9511,345.9806,34.885742,65.192665,302.31274,16.05328,2.3204274,13.724507,1971.5251,0.26421648,0.79321665,69.803604,8.219683,4.649,9.181176,15.754216,181.65901,62.065765,128.46336,939.2506,206.89394,1978.6727,1814.2574,16.234068,25.504398,14488.339,8.896718,59.387962,478.42502,97.55167,163.09361,68.261284,365.0711,1079.7188,364.3945,11.622818,78.60555,919.1046,2059.4978,39.62701,571.0037,47.06375,0.99107504,57.63622,1.0329852,0.5572081,2.5018296,31.464756,115.61063,289.59827,14.209037,3450.0579,229.65138,78.38796,108.36875,46.679443,93.400696,36.60361,2.6679444,62.630554,347.7504,86.4518,50.970905,43.145355,24.559305,34.506824,37.84102,45.933643,930.669,151.58092,3439.463,38.591976,3809.6155,74.38909,479.20374,2198.7573,64.96219,11.15075,1862.1523,2275.398,6251.1914,245.10638 +2023-06-15 21:00:00,0.0,12830.847,120.09088,18.990498,28.81206,25.825417,180.87706,26.094059,39.98182,20.62231,23.859995,658.06586,542.5521,12.536914,108.9447,11.920861,2.6290784,24.435848,35.81958,8.112592,379.02933,3.388069,323.3098,60.410606,0.5657203,3.4208317,111.02076,29.441027,126.93658,149.21558,13126.628,0.6858276,1651.4539,1.4488244,0.92890996,0.4916086,3.5636997,183.48901,246.24606,32.86873,274.4073,25.79498,21.835993,1068.4576,4.50363,123.50951,105.767204,405.2249,92.65763,377.04312,21.476967,204.97868,0.0,3758.1436,14721.814,23.770844,250.44695,134.25877,41895.12,163.6713,18.453436,97.82542,186.97177,74.04122,27.359137,127.72847,1427.3092,238.52943,83.92045,14.606292,14.728538,814.82526,52.800095,1077.1322,111.98459,2183.8403,200.7804,264.58066,135.52837,216.2865,9.667313,16.441666,38.725845,6.006087,6.3739023,60.442867,62.13993,81.16764,16.878073,21.569075,256.7613,9.460106,3331.79,93.56674,72.29896,110.33025,95.689026,229.89653,134.19135,87.541664,29.572554,37.672016,91.30219,326.59384,514.1808,128.81468,437.97037,81.07711,89.915,270.884,259.21802,1022.4258,275.80768,4.38426,16.659063,9.456563,82.250854,15780.698,6.6065,16.433174,27.110556,44.29439,497.43985,89.71306,171.55919,4.2395816,236.09584,526.55084,325.34192,109.989624,345.9519,34.868473,65.19182,302.23,16.046627,2.319172,13.720726,1972.0321,0.26395866,0.79253745,69.76983,8.21119,4.646942,9.17319,15.741194,181.56422,62.035263,128.43755,938.8216,206.89772,1978.4083,1814.0576,16.225485,25.502258,14483.284,8.896018,59.384724,478.63065,97.545,163.04521,68.25123,364.97,1079.3536,364.4856,11.625149,78.59583,919.4448,2059.0417,39.625492,570.91943,47.036354,0.99123013,57.6419,1.0332183,0.55751175,2.5032642,31.46185,115.60197,289.5793,14.217611,3450.2976,229.74896,78.436806,108.47969,46.761368,93.4099,36.65896,2.6692917,62.722916,348.38443,86.657776,51.09394,43.234364,24.553854,34.569405,37.92868,45.944187,930.55426,151.63425,3441.2302,38.590225,3809.4863,74.402084,479.08798,2199.6165,64.99608,11.145848,1861.5745,2273.872,6249.14,244.83345 +2023-06-15 22:00:00,0.0,12840.698,120.198425,18.992373,28.83157,25.814167,180.85376,26.08999,39.965046,20.619905,23.857489,657.8665,542.4398,12.530831,109.00522,11.931811,2.6260448,24.43179,35.78468,8.0937605,378.94183,3.379799,323.27048,60.380833,0.56510204,3.4189558,111.01237,29.422222,126.791046,149.18109,13138.348,0.68573993,1651.0422,1.4479315,0.9282261,0.49128005,3.5599806,183.4242,246.15848,32.858276,274.22986,25.789152,21.867554,1069.3717,4.5020494,123.62755,105.831276,405.04163,92.79632,377.05176,21.470732,205.33258,0.0,3755.2405,14723.823,23.766384,250.75352,134.2375,41903.35,163.58374,18.454252,97.946304,187.21864,73.96739,27.328974,127.95787,1429.1609,238.84253,84.04242,14.609,14.720812,813.8451,52.812557,1078.9553,112.07306,2183.7268,200.96942,264.81924,135.42586,216.64766,9.663578,16.435232,38.701508,6.001606,6.3670983,60.450153,62.116844,81.12684,16.8727,21.575024,256.8709,9.456609,3330.6794,93.63924,72.240974,110.40684,95.758995,229.84769,134.23709,87.52778,29.583607,37.699177,91.39117,326.5733,515.0534,128.88063,438.13123,81.12444,89.9442,270.9827,259.28284,1022.22327,276.00696,4.3824234,16.66021,9.458979,82.13946,15780.286,6.6024446,16.422304,27.095926,44.31758,497.7025,89.73093,171.6693,4.2368197,236.14722,526.67346,325.47202,110.02815,345.9232,34.851204,65.19098,302.14728,16.039972,2.3179164,13.716945,1972.539,0.26370084,0.7918583,69.73606,8.202699,4.6448846,9.165205,15.728171,181.46945,62.00476,128.41173,938.3926,206.90152,1978.144,1813.8579,16.216904,25.500116,14478.2295,8.895319,59.38148,478.83627,97.53834,162.99681,68.241165,364.8689,1078.9885,364.57672,11.6274805,78.58611,919.78503,2058.5857,39.623974,570.8352,47.008957,0.9913853,57.647583,1.0334512,0.5578154,2.504699,31.45894,115.593315,289.56036,14.226185,3450.5374,229.84653,78.48565,108.59062,46.843292,93.4191,36.714306,2.670639,62.815277,349.01846,86.863754,51.216976,43.323376,24.548403,34.631985,38.016342,45.954735,930.43945,151.68758,3442.9976,38.588474,3809.357,74.415085,478.97223,2200.4756,65.02997,11.140947,1860.9967,2272.3462,6247.089,244.56053 +2023-06-15 23:00:00,0.0,12850.551,120.30597,18.99425,28.85108,25.802917,180.83046,26.08592,39.948273,20.617498,23.85498,657.6672,542.3275,12.524749,109.065735,11.94276,2.623011,24.427729,35.74978,8.074928,378.85434,3.3715286,323.23117,60.35106,0.5644837,3.4170802,111.003975,29.40342,126.64552,149.1466,13150.066,0.68565226,1650.6305,1.4470385,0.9275422,0.49095154,3.5562615,183.35938,246.0709,32.847824,274.05243,25.783325,21.899115,1070.2858,4.5004683,123.7456,105.89535,404.85834,92.935,377.06036,21.464497,205.68648,0.0,3752.337,14725.832,23.761923,251.06009,134.21623,41911.582,163.49617,18.45507,98.0672,187.46552,73.89357,27.298811,128.18727,1431.0126,239.15564,84.16439,14.61171,14.713086,812.86487,52.82502,1080.7784,112.16153,2183.6135,201.15846,265.0578,135.32335,217.0088,9.6598425,16.428797,38.677174,5.9971247,6.360294,60.457436,62.093758,81.08604,16.867327,21.580975,256.98053,9.453113,3329.5688,93.71174,72.18298,110.48341,95.828964,229.79884,134.28284,87.513885,29.59466,37.726337,91.48014,326.55276,515.926,128.94656,438.29205,81.171776,89.9734,271.0814,259.3477,1022.02075,276.20627,4.3805866,16.661354,9.461394,82.02806,15779.875,6.598389,16.411436,27.081297,44.340775,497.9652,89.7488,171.77939,4.234058,236.19861,526.796,325.6021,110.06667,345.8945,34.833935,65.19013,302.06454,16.03332,2.3166606,13.713163,1973.0459,0.26344302,0.7911791,69.70229,8.194206,4.642827,9.157219,15.715149,181.37466,61.974255,128.38591,937.9636,206.9053,1977.8798,1813.6581,16.20832,25.497976,14473.175,8.894619,59.378242,479.04187,97.53167,162.94841,68.23111,364.7678,1078.6234,364.66782,11.629811,78.576385,920.12524,2058.13,39.622456,570.7509,46.981564,0.99154043,57.653263,1.0336841,0.558119,2.5061336,31.456034,115.584656,289.5414,14.234759,3450.7769,229.94409,78.53449,108.70156,46.925217,93.4283,36.769653,2.671986,62.90764,349.6525,87.06973,51.340015,43.412384,24.542952,34.69456,38.104004,45.96528,930.3247,151.74092,3444.765,38.58672,3809.2278,74.42808,478.85648,2201.3347,65.06386,11.136045,1860.4188,2270.8203,6245.0376,244.28761 +2023-06-16 00:00:00,0.0,12860.402,120.41351,18.996124,28.87059,25.791668,180.80716,26.081852,39.931503,20.615093,23.852474,657.4679,542.2152,12.518667,109.12625,11.953711,2.6199775,24.423668,35.71488,8.056097,378.76685,3.3632586,323.19183,60.321285,0.56386536,3.4152045,110.99558,29.384617,126.5,149.11212,13161.786,0.6855645,1650.2188,1.4461455,0.92685837,0.49062303,3.5525427,183.29456,245.98334,32.83737,273.875,25.7775,21.930676,1071.1998,4.498887,123.86364,105.95943,404.67505,93.073685,377.069,21.458263,206.04037,0.0,3749.4338,14727.842,23.757462,251.36667,134.19496,41919.812,163.40862,18.455887,98.188095,187.71239,73.81975,27.268648,128.41667,1432.8643,239.46875,84.28637,14.614418,14.70536,811.8847,52.837486,1082.6016,112.25,2183.5,201.3475,265.29636,135.22084,217.36996,9.656108,16.422361,38.652836,5.992644,6.3534894,60.46472,62.07067,81.04524,16.861954,21.586924,257.09012,9.4496155,3328.4585,93.78423,72.125,110.56,95.89894,229.75,134.32858,87.5,29.605713,37.7535,91.56912,326.53223,516.7987,129.0125,438.45288,81.2191,90.002594,271.18008,259.4125,1021.81824,276.40555,4.37875,16.6625,9.46381,81.916664,15779.463,6.5943336,16.400566,27.066666,44.363968,498.22787,89.76667,171.8895,4.2312965,236.25,526.9186,325.73218,110.105194,345.86578,34.816666,65.189285,301.9818,16.026667,2.3154051,13.709381,1973.5527,0.2631852,0.7904999,69.66852,8.185715,4.640769,9.149234,15.7021265,181.27988,61.943752,128.36009,937.53467,206.90909,1977.6155,1813.4583,16.199738,25.495834,14468.12,8.89392,59.375,479.2475,97.525,162.9,68.221054,364.6667,1078.2583,364.75894,11.632143,78.566666,920.46545,2057.6738,39.62094,570.6666,46.954166,0.9916956,57.658943,1.0339172,0.55842257,2.5075684,31.453125,115.576004,289.52246,14.243334,3451.0166,230.04166,78.58333,108.8125,47.00714,93.4375,36.825,2.6733334,63.0,350.28653,87.27572,51.46305,43.501392,24.5375,34.75714,38.191666,45.975826,930.20996,151.79425,3446.5322,38.58497,3809.0986,74.44108,478.74072,2202.1938,65.09775,11.131145,1859.8411,2269.2944,6242.9863,244.01468 +2023-06-16 01:00:00,0.0,12870.255,120.52106,18.998001,28.890099,25.780416,180.78387,26.077784,39.914734,20.612686,23.849968,657.26855,542.10284,12.512585,109.18677,11.96466,2.6169438,24.419607,35.67998,8.037266,378.67938,3.3549883,323.1525,60.29151,0.5632471,3.413329,110.98719,29.365812,126.35448,149.07764,13173.506,0.68547684,1649.807,1.4452525,0.9261745,0.49029452,3.5488238,183.22972,245.89575,32.826923,273.69757,25.771673,21.962234,1072.1139,4.4973063,123.98168,106.0235,404.49176,93.21237,377.07764,21.452028,206.39427,0.0,3746.5308,14729.851,23.753002,251.67325,134.17369,41928.04,163.32106,18.456703,98.30898,187.95926,73.745926,27.238485,128.64606,1434.7161,239.78186,84.40834,14.617127,14.697634,810.90454,52.84995,1084.4247,112.33848,2183.3865,201.53653,265.5349,135.11833,217.73112,9.652373,16.415926,38.628498,5.988163,6.346685,60.472008,62.04759,81.00444,16.856583,21.592873,257.19974,9.446118,3327.348,93.85673,72.06702,110.63658,95.96891,229.70116,134.37434,87.486115,29.616768,37.780663,91.6581,326.51166,517.6713,129.07845,438.61374,81.26643,90.0318,271.27878,259.47733,1021.61566,276.60486,4.376913,16.663647,9.466225,81.80527,15779.052,6.5902777,16.389696,27.052036,44.387157,498.49054,89.78454,171.9996,4.2285347,236.30139,527.0412,325.86227,110.143715,345.8371,34.799397,65.188446,301.8991,16.020014,2.3141496,13.7056,1974.0597,0.26292738,0.7898208,69.63475,8.177222,4.6387115,9.141248,15.689104,181.1851,61.91325,128.33427,937.10565,206.91287,1977.3511,1813.2585,16.191154,25.493692,14463.065,8.893221,59.371758,479.45312,97.51833,162.8516,68.21099,364.56555,1077.8932,364.85007,11.634475,78.556946,920.8057,2057.2178,39.619423,570.5824,46.92677,0.99185073,57.664623,1.0341501,0.5587262,2.509003,31.450216,115.567345,289.5035,14.251907,3451.2563,230.13924,78.63217,108.92344,47.08907,93.4467,36.88035,2.6746807,63.09236,350.92056,87.4817,51.586086,43.5904,24.53205,34.81972,38.279327,45.986374,930.09515,151.84758,3448.2993,38.583218,3808.9695,74.45408,478.625,2203.0532,65.13164,11.126244,1859.2632,2267.7683,6240.935,243.74176 +2023-06-16 02:00:00,0.0,12880.107,120.6286,18.999878,28.909609,25.769167,180.76057,26.073713,39.89796,20.61028,23.84746,657.0692,541.99054,12.506502,109.247284,11.975609,2.6139102,24.415546,35.64508,8.018434,378.5919,3.3467183,323.1132,60.261738,0.56262875,3.4114532,110.9788,29.34701,126.208954,149.04315,13185.225,0.68538916,1649.3953,1.4443595,0.9254906,0.489966,3.5451047,183.1649,245.80818,32.81647,273.52014,25.765846,21.993795,1073.028,4.495725,124.09973,106.08757,404.30847,93.35105,377.08624,21.445793,206.74817,0.0,3743.6274,14731.859,23.74854,251.97981,134.15242,41936.27,163.23349,18.457521,98.42988,188.20613,73.672104,27.208323,128.87546,1436.5677,240.09497,84.53031,14.619837,14.689908,809.9243,52.86241,1086.2478,112.42695,2183.2732,201.72557,265.7735,135.01581,218.09229,9.648638,16.40949,38.604164,5.9836817,6.3398805,60.47929,62.024506,80.96364,16.85121,21.598824,257.30936,9.442622,3326.2373,93.92923,72.009026,110.71316,96.03888,229.65231,134.42009,87.47222,29.627821,37.807823,91.74707,326.49112,518.54395,129.14438,438.77457,81.31377,90.061,271.37744,259.54214,1021.41315,276.80414,4.3750763,16.664791,9.46864,81.69387,15778.641,6.586222,16.378828,27.037407,44.41035,498.75323,89.802414,172.1097,4.225773,236.35278,527.16376,325.99237,110.182236,345.8084,34.78213,65.1876,301.81638,16.013361,2.3128939,13.701818,1974.5667,0.26266956,0.7891416,69.600975,8.16873,4.636654,9.133263,15.676082,181.09032,61.882744,128.30846,936.6767,206.91666,1977.0868,1813.0587,16.182571,25.491552,14458.011,8.892521,59.36852,479.65872,97.511665,162.80319,68.200935,364.46445,1077.5281,364.94116,11.636806,78.54722,921.14594,2056.762,39.617905,570.4981,46.899376,0.9920059,57.670303,1.034383,0.5590298,2.5104375,31.44731,115.558685,289.48456,14.260482,3451.4958,230.2368,78.681015,109.03438,47.170994,93.4559,36.935696,2.6760278,63.184723,351.5546,87.687675,51.70912,43.67941,24.526598,34.8823,38.36699,45.996918,929.9804,151.90092,3450.0667,38.581463,3808.8403,74.46707,478.50925,2203.9124,65.16552,11.121342,1858.6853,2266.2424,6238.884,243.46884 +2023-06-16 03:00:00,0.0,12889.959,120.736145,19.001753,28.92912,25.757917,180.73727,26.069645,39.881187,20.607874,23.844954,656.8699,541.87823,12.50042,109.3078,11.986559,2.6108766,24.411488,35.61018,7.9996023,378.5044,3.338448,323.07385,60.231964,0.5620104,3.4095774,110.970406,29.328205,126.06342,149.00867,13196.944,0.6853015,1648.9836,1.4434667,0.9248068,0.48963746,3.5413857,183.10008,245.7206,32.80602,273.3427,25.76002,22.025356,1073.942,4.494144,124.21777,106.15164,404.12518,93.48974,377.09488,21.439558,207.10207,0.0,3740.724,14733.868,23.744081,252.28639,134.13116,41944.5,163.14594,18.458338,98.55077,188.453,73.598274,27.17816,129.10486,1438.4194,240.40807,84.65229,14.622545,14.682182,808.94415,52.874874,1088.0709,112.51542,2183.1597,201.9146,266.01205,134.9133,218.45345,9.644903,16.403055,38.579826,5.979201,6.333076,60.486576,62.00142,80.92284,16.845837,21.604773,257.41895,9.439125,3325.1267,94.001724,71.95104,110.78974,96.10885,229.60347,134.46584,87.458336,29.638874,37.834984,91.836044,326.47058,519.4166,129.21031,438.93542,81.3611,90.090195,271.47614,259.60696,1021.21063,277.00345,4.3732395,16.665937,9.471056,81.58247,15778.229,6.5821667,16.367958,27.022778,44.43354,499.0159,89.82028,172.2198,4.223011,236.40416,527.2863,326.12247,110.220764,345.7797,34.764862,65.18676,301.73364,16.006706,2.3116384,13.698037,1975.0735,0.26241174,0.78846246,69.56721,8.160238,4.6345963,9.125277,15.663059,180.99554,61.85224,128.28264,936.2477,206.92046,1976.8225,1812.859,16.17399,25.48941,14452.956,8.891822,59.365276,479.86435,97.505005,162.75479,68.19087,364.36334,1077.163,365.0323,11.639137,78.5375,921.48615,2056.306,39.616386,570.4139,46.87198,0.99216104,57.675987,1.0346161,0.55933344,2.5118723,31.4444,115.55003,289.4656,14.269055,3451.7356,230.33437,78.72986,109.14531,47.25292,93.4651,36.991043,2.677375,63.277084,352.18863,87.893654,51.83216,43.768417,24.521147,34.94488,38.45465,46.007465,929.8656,151.95425,3451.834,38.579712,3808.711,74.48007,478.3935,2204.7715,65.19941,11.116441,1858.1075,2264.7166,6236.8325,243.19592 +2023-06-16 04:00:00,0.0,12899.812,120.8437,19.00363,28.94863,25.746668,180.71397,26.065575,39.864418,20.605467,23.842445,656.67053,541.7659,12.494337,109.368324,11.997508,2.607843,24.407427,35.57528,7.9807706,378.4169,3.3301778,323.03455,60.202187,0.56139207,3.4077017,110.96201,29.309402,125.9179,148.97418,13208.664,0.6852138,1648.5719,1.4425737,0.9241229,0.48930895,3.5376666,183.03526,245.63303,32.79557,273.16528,25.754194,22.056917,1074.8561,4.492563,124.33582,106.21571,403.94186,93.62842,377.10352,21.433323,207.45596,0.0,3737.8208,14735.877,23.73962,252.59297,134.1099,41952.727,163.05836,18.459156,98.67166,188.69987,73.52445,27.147997,129.33426,1440.2711,240.72118,84.77426,14.625255,14.674457,807.964,52.887337,1089.894,112.60389,2183.0464,202.10364,266.2506,134.81079,218.81459,9.641168,16.39662,38.555492,5.9747195,6.3262715,60.49386,61.97833,80.882034,16.840464,21.610722,257.52856,9.435628,3324.0164,94.07423,71.89306,110.866325,96.17882,229.55463,134.51158,87.44444,29.64993,37.86215,91.92502,326.45004,520.28925,129.27625,439.09625,81.408424,90.11939,271.57483,259.6718,1021.0081,277.20273,4.3714027,16.667084,9.473471,81.47108,15777.817,6.578111,16.357088,27.008148,44.456734,499.27856,89.83815,172.32991,4.220249,236.45555,527.40894,326.25256,110.259285,345.751,34.747593,65.18591,301.6509,16.000053,2.3103828,13.694256,1975.5804,0.26215392,0.78778327,69.53344,8.151746,4.6325383,9.117291,15.650037,180.90076,61.82174,128.25684,935.8187,206.92424,1976.5581,1812.6592,16.165407,25.48727,14447.901,8.891122,59.362038,480.06998,97.49834,162.70639,68.18082,364.26224,1076.7979,365.12338,11.641468,78.52778,921.82635,2055.8499,39.61487,570.3296,46.84458,0.9923161,57.681667,1.034849,0.55963707,2.5133069,31.441494,115.541374,289.44666,14.27763,3451.9753,230.43195,78.7787,109.25625,47.334843,93.474304,37.04639,2.6787224,63.369446,352.82266,88.09963,51.955196,43.857426,24.515696,35.007458,38.542316,46.01801,929.75085,152.00758,3453.6013,38.57796,3808.5818,74.493065,478.27774,2205.6306,65.2333,11.111539,1857.5297,2263.1907,6234.7812,242.92299 +2023-06-16 05:00:00,0.0,12909.663,120.95124,19.005507,28.968138,25.735416,180.69067,26.061506,39.84765,20.603062,23.83994,656.4712,541.6536,12.488255,109.42884,12.008457,2.6048093,24.403366,35.540382,7.9619393,378.32944,3.3219078,322.9952,60.172413,0.5607738,3.405826,110.95362,29.290598,125.77238,148.93968,13220.384,0.6851261,1648.1602,1.4416807,0.923439,0.48898044,3.5339477,182.97043,245.54544,32.78512,272.98785,25.748367,22.088476,1075.7703,4.490982,124.453865,106.279785,403.75854,93.767105,377.11212,21.427088,207.80986,0.0,3734.9177,14737.886,23.73516,252.89954,134.08862,41960.957,162.97081,18.459972,98.79256,188.94675,73.45063,27.117834,129.56366,1442.1228,241.03429,84.89624,14.627963,14.666731,806.9838,52.8998,1091.7172,112.69237,2182.9329,202.29266,266.4892,134.70828,219.17575,9.637433,16.390184,38.531155,5.9702387,6.319467,60.501144,61.955246,80.84124,16.835093,21.616673,257.63818,9.432132,3322.9058,94.14672,71.83507,110.94291,96.248795,229.50578,134.55733,87.43056,29.660982,37.88931,92.01399,326.42947,521.16187,129.3422,439.2571,81.45576,90.14859,271.67352,259.73663,1020.8056,277.40204,4.369566,16.66823,9.475886,81.35968,15777.405,6.5740557,16.346218,26.993519,44.479927,499.54126,89.856026,172.44,4.2174873,236.50694,527.5315,326.38266,110.297806,345.7223,34.730324,65.18507,301.56818,15.993401,2.3091273,13.690474,1976.0874,0.2618961,0.7871041,69.499664,8.143254,4.630481,9.109305,15.637014,180.80597,61.791233,128.23102,935.3897,206.92802,1976.2938,1812.4595,16.156824,25.485128,14442.847,8.890423,59.358795,480.27557,97.49167,162.65799,68.17076,364.1611,1076.4327,365.2145,11.6438,78.51805,922.16656,2055.3938,39.613354,570.24536,46.81719,0.9924713,57.687347,1.035082,0.5599407,2.5147414,31.438585,115.53272,289.4277,14.286203,3452.2148,230.52951,78.827545,109.36719,47.416767,93.483505,37.101734,2.6800694,63.461807,353.4567,88.30562,52.07823,43.946434,24.510244,35.070038,38.62998,46.028557,929.6361,152.06091,3455.3684,38.576206,3808.4526,74.506065,478.162,2206.4897,65.26719,11.106638,1856.9519,2261.6648,6232.73,242.65007 +2023-06-16 06:00:00,0.0,12919.516,121.058784,19.007381,28.987648,25.724167,180.66737,26.057436,39.830875,20.600655,23.837431,656.2719,541.5413,12.482172,109.48936,12.019407,2.6017756,24.399305,35.50548,7.9431076,378.24194,3.3136375,322.95587,60.14264,0.56015545,3.4039505,110.94523,29.271795,125.626854,148.9052,13232.103,0.68503845,1647.7484,1.4407877,0.9227552,0.48865193,3.5302289,182.90561,245.45787,32.774666,272.81042,25.74254,22.120037,1076.6843,4.489401,124.571915,106.34386,403.57526,93.90579,377.12076,21.420853,208.16376,0.0,3732.0146,14739.895,23.7307,253.20612,134.06735,41969.188,162.88324,18.46079,98.91345,189.19362,73.37681,27.087671,129.79306,1443.9745,241.3474,85.01821,14.630672,14.659004,806.0036,52.912262,1093.5403,112.78084,2182.8193,202.4817,266.72778,134.60577,219.53691,9.6336975,16.383749,38.50682,5.9657574,6.3126626,60.508427,61.93216,80.80044,16.82972,21.622622,257.74777,9.428635,3321.7952,94.219215,71.777084,111.019485,96.31876,229.45694,134.60307,87.416664,29.672035,37.91647,92.10297,326.40894,522.0345,129.40813,439.41794,81.50309,90.17779,271.77222,259.80145,1020.603,277.60132,4.367729,16.669374,9.478302,81.24828,15776.994,6.57,16.33535,26.97889,44.503117,499.80392,89.87389,172.55011,4.2147255,236.55833,527.65405,326.51276,110.33633,345.6936,34.713055,65.18423,301.48547,15.986747,2.3078716,13.686692,1976.5942,0.26163828,0.78642493,69.4659,8.134762,4.628423,9.10132,15.623992,180.7112,61.76073,128.2052,934.96075,206.93181,1976.0295,1812.2596,16.148241,25.482986,14437.792,8.889723,59.355556,480.4812,97.485,162.60959,68.1607,364.06,1076.0676,365.3056,11.6461315,78.50833,922.5068,2054.938,39.611835,570.1611,46.78979,0.9926264,57.693027,1.035315,0.5602443,2.5161762,31.435677,115.52406,289.40875,14.294778,3452.4546,230.62708,78.87639,109.47813,47.49869,93.49271,37.15708,2.6814167,63.554165,354.09073,88.5116,52.201267,44.035442,24.504791,35.132618,38.71764,46.039104,929.5213,152.11426,3457.1357,38.574455,3808.3235,74.51906,478.04623,2207.3489,65.30108,11.101736,1856.374,2260.139,6230.6787,242.37715 +2023-06-16 07:00:00,0.0,12929.367,121.16633,19.009258,29.007158,25.712917,180.64407,26.053368,39.814102,20.598248,23.834925,656.0726,541.429,12.4760895,109.54987,12.030356,2.5987422,24.395245,35.47058,7.9242764,378.15445,3.3053675,322.91656,60.112865,0.5595371,3.4020746,110.93684,29.252993,125.48133,148.87071,13243.822,0.68495077,1647.3367,1.4398947,0.9220713,0.48832342,3.5265098,182.84079,245.37029,32.764214,272.633,25.736715,22.151598,1077.5984,4.4878197,124.68996,106.40793,403.39197,94.04447,377.1294,21.41462,208.51765,0.0,3729.1113,14741.903,23.72624,253.51268,134.04608,41977.418,162.79568,18.461607,99.03434,189.44049,73.30298,27.057508,130.02245,1445.8262,241.6605,85.14018,14.633381,14.6512785,805.02344,52.924725,1095.3634,112.86931,2182.706,202.67075,266.96634,134.50325,219.89807,9.629963,16.377316,38.482483,5.9612765,6.3058586,60.515713,61.909073,80.759636,16.824347,21.62857,257.8574,9.4251375,3320.6846,94.29172,71.7191,111.09607,96.38873,229.4081,134.64882,87.40278,29.683088,37.94363,92.19194,326.3884,522.90717,129.47406,439.57877,81.55042,90.20699,271.87088,259.86627,1020.4005,277.80063,4.3658924,16.67052,9.480717,81.13689,15776.582,6.5659447,16.32448,26.96426,44.52631,500.0666,89.89176,172.66022,4.2119637,236.60973,527.7767,326.64285,110.374855,345.6649,34.695786,65.18338,301.40274,15.980094,2.306616,13.682911,1977.1012,0.26138046,0.7857458,69.43213,8.126269,4.626365,9.093335,15.61097,180.61641,61.73023,128.17938,934.5317,206.93561,1975.7653,1812.0599,16.13966,25.480846,14432.737,8.889024,59.352314,480.68683,97.47833,162.56119,68.15064,363.9589,1075.7025,365.39673,11.648462,78.49861,922.847,2054.482,39.610317,570.07684,46.762394,0.9927816,57.698708,1.035548,0.56054795,2.5176108,31.43277,115.51541,289.3898,14.303351,3452.6943,230.72466,78.92523,109.589066,47.580616,93.50191,37.21243,2.682764,63.646526,354.72476,88.717575,52.324306,44.12445,24.49934,35.195198,38.8053,46.04965,929.40656,152.16759,3458.903,38.572704,3808.194,74.53206,477.93048,2208.208,65.33497,11.096835,1855.7963,2258.613,6228.628,242.10423 +2023-06-16 08:00:00,0.0,12939.22,121.27387,19.011135,29.026669,25.701668,180.62077,26.049297,39.797333,20.595842,23.832417,655.8732,541.3167,12.470008,109.61039,12.041306,2.5957086,24.391184,35.43568,7.9054446,378.06696,3.2970972,322.87723,60.08309,0.5589188,3.400199,110.928444,29.234188,125.3358,148.83623,13255.542,0.6848631,1646.925,1.4390017,0.92138743,0.4879949,3.5227907,182.77597,245.28271,32.753765,272.45557,25.730888,22.183159,1078.5125,4.4862385,124.80801,106.47201,403.20868,94.18316,377.138,21.408384,208.87155,0.0,3726.208,14743.913,23.721779,253.81926,134.02481,41985.645,162.70811,18.462425,99.155235,189.68736,73.22916,27.027346,130.25185,1447.6779,241.97362,85.26216,14.63609,14.643553,804.0433,52.937187,1097.1865,112.95778,2182.5925,202.85977,267.2049,134.40074,220.25922,9.626227,16.37088,38.45815,5.956795,6.299054,60.522995,61.885986,80.718834,16.818974,21.634521,257.967,9.421641,3319.5742,94.36421,71.66111,111.17265,96.4587,229.35925,134.69456,87.388885,29.694143,37.970795,92.280914,326.36786,523.7798,129.54,439.73962,81.59775,90.23619,271.96957,259.93112,1020.198,277.9999,4.3640556,16.671667,9.483132,81.02549,15776.171,6.561889,16.31361,26.949629,44.549503,500.32925,89.90963,172.77031,4.209202,236.66112,527.89923,326.77295,110.413376,345.6362,34.67852,65.18253,301.32,15.97344,2.3053606,13.67913,1977.6082,0.26112264,0.7850666,69.39835,8.117778,4.6243076,9.085349,15.597947,180.52164,61.699726,128.15356,934.1027,206.93939,1975.5009,1811.8601,16.131077,25.478704,14427.683,8.888324,59.349075,480.89246,97.471664,162.51279,68.14058,363.8578,1075.3374,365.48782,11.650794,78.48889,923.1872,2054.026,39.6088,569.99255,46.735,0.99293673,57.704388,1.0357809,0.5608515,2.5190454,31.429861,115.50675,289.37085,14.311926,3452.9338,230.82222,78.974075,109.7,47.66254,93.51111,37.267776,2.684111,63.738888,355.3588,88.92355,52.447342,44.21346,24.493889,35.25778,38.892963,46.060196,929.2918,152.22092,3460.6704,38.570953,3808.065,74.54506,477.81473,2209.0671,65.36885,11.091933,1855.2184,2257.0872,6226.5767,241.8313 +2023-06-16 09:00:00,0.0,12949.071,121.38142,19.01301,29.046177,25.690416,180.59747,26.045229,39.780563,20.593435,23.82991,655.6739,541.2044,12.463925,109.670906,12.052256,2.592675,24.387125,35.400784,7.886613,377.97946,3.2888272,322.8379,60.053318,0.5583005,3.3983233,110.92005,29.215385,125.19028,148.80174,13267.261,0.6847754,1646.5133,1.4381088,0.9207036,0.48766637,3.5190716,182.71114,245.19513,32.743313,272.27814,25.725061,22.214718,1079.4265,4.484658,124.92605,106.53608,403.0254,94.321846,377.14664,21.40215,209.22545,0.0,3723.305,14745.922,23.71732,254.12584,134.00354,41993.875,162.62056,18.463242,99.27613,189.93423,73.155334,26.997183,130.48125,1449.5295,242.28671,85.38413,14.638799,14.635827,803.06305,52.94965,1099.0096,113.04626,2182.4792,203.04881,267.44345,134.29823,220.62038,9.622493,16.364445,38.43381,5.9523144,6.2922497,60.53028,61.8629,80.67804,16.813602,21.64047,258.0766,9.418144,3318.4636,94.436714,71.60313,111.24923,96.52868,229.31041,134.74031,87.375,29.705196,37.997955,92.36989,326.34732,524.6524,129.60594,439.90045,81.64508,90.26539,272.06827,259.99594,1019.9955,278.19922,4.362219,16.672813,9.485548,80.91409,15775.76,6.557833,16.30274,26.935,44.572693,500.59195,89.927505,172.88042,4.20644,236.7125,528.0218,326.90305,110.4519,345.60748,34.66125,65.181694,301.23727,15.966787,2.3041048,13.675348,1978.115,0.26086482,0.78438747,69.364586,8.109285,4.62225,9.077364,15.584925,180.42685,61.66922,128.12775,933.6737,206.94318,1975.2366,1811.6604,16.122494,25.476564,14422.628,8.887625,59.345833,481.09805,97.465004,162.46437,68.13052,363.75668,1074.9723,365.57895,11.653125,78.479164,923.5274,2053.57,39.607285,569.9083,46.707603,0.9930919,57.71007,1.036014,0.56115514,2.5204802,31.426952,115.4981,289.3519,14.3205,3453.1736,230.91978,79.02292,109.810936,47.744465,93.52031,37.323124,2.6854584,63.83125,355.99283,89.12954,52.570377,44.302467,24.488438,35.320354,38.980625,46.07074,929.177,152.27425,3462.4377,38.5692,3807.9358,74.55805,477.69897,2209.9265,65.40274,11.087032,1854.6406,2255.5613,6224.5254,241.55838 +2023-06-16 10:00:00,0.0,12958.924,121.48896,19.014887,29.065687,25.679167,180.57417,26.041159,39.76379,20.59103,23.827404,655.47455,541.0921,12.457843,109.73142,12.063205,2.5896413,24.383064,35.365883,7.8677816,377.892,3.280557,322.79858,60.023544,0.55768216,3.3964477,110.91166,29.19658,125.044754,148.76726,13278.98,0.68468773,1646.1016,1.4372158,0.9200197,0.48733786,3.5153527,182.64632,245.10756,32.73286,272.1007,25.719234,22.246279,1080.3406,4.4830766,125.0441,106.60015,402.8421,94.460526,377.15527,21.395914,209.57935,0.0,3720.4014,14747.931,23.712858,254.4324,133.98227,42002.105,162.53299,18.46406,99.39702,190.18109,73.08151,26.96702,130.71065,1451.3812,242.59982,85.5061,14.641508,14.628101,802.0829,52.962112,1100.8326,113.13473,2182.3657,203.23784,267.68204,134.19572,220.98154,9.618757,16.35801,38.409473,5.9478335,6.285445,60.537567,61.839813,80.63724,16.80823,21.64642,258.18622,9.414647,3317.353,94.50921,71.545135,111.32581,96.59865,229.26158,134.78606,87.361115,29.71625,38.025116,92.45886,326.32675,525.525,129.67188,440.0613,81.69241,90.294586,272.16696,260.06076,1019.79297,278.3985,4.360382,16.673958,9.487963,80.8027,15775.348,6.5537777,16.291872,26.92037,44.595886,500.8546,89.94537,172.99052,4.203678,236.76389,528.1444,327.03314,110.49042,345.5788,34.643982,65.18085,301.15454,15.960134,2.3028493,13.671566,1978.622,0.260607,0.7837083,69.33081,8.100794,4.6201925,9.069378,15.571902,180.33206,61.638718,128.10193,933.24475,206.94696,1974.9723,1811.4606,16.11391,25.474422,14417.573,8.886925,59.342594,481.30368,97.458336,162.41597,68.12047,363.65555,1074.6072,365.67004,11.655457,78.469444,923.8676,2053.114,39.605766,569.82404,46.680206,0.993247,57.71575,1.0362469,0.56145877,2.5219147,31.424046,115.48944,289.33295,14.329074,3453.4133,231.01736,79.071754,109.921875,47.82639,93.52951,37.37847,2.6868057,63.92361,356.62686,89.33552,52.693417,44.391476,24.482986,35.382935,39.068287,46.081287,929.06226,152.32759,3464.2048,38.567448,3807.8066,74.57105,477.58322,2210.7856,65.43663,11.08213,1854.0627,2254.0354,6222.474,241.28546 +2023-06-16 11:00:00,0.0,12968.775,121.59651,19.016764,29.085197,25.667917,180.55087,26.03709,39.747017,20.588623,23.824896,655.27527,540.9798,12.45176,109.79194,12.074154,2.5866077,24.379004,35.330982,7.84895,377.8045,3.2722867,322.75925,59.99377,0.5570638,3.3945718,110.90327,29.177778,124.89923,148.73277,13290.7,0.68460006,1645.6898,1.4363228,0.91933584,0.48700935,3.5116339,182.5815,245.01997,32.722412,271.92328,25.71341,22.27784,1081.2546,4.4814954,125.16214,106.66422,402.6588,94.59921,377.16388,21.389679,209.93324,0.0,3717.4985,14749.939,23.708399,254.73898,133.961,42010.332,162.44543,18.464876,99.517914,190.42796,73.00769,26.936857,130.94005,1453.2329,242.91293,85.62808,14.644217,14.620375,801.1027,52.974575,1102.6558,113.2232,2182.2522,203.42688,267.9206,134.09322,221.3427,9.615023,16.351574,38.38514,5.943352,6.2786407,60.54485,61.816727,80.596436,16.802856,21.65237,258.2958,9.411151,3316.2424,94.5817,71.48715,111.4024,96.66862,229.21274,134.83182,87.34722,29.727303,38.052277,92.54784,326.3062,526.3977,129.73781,440.22214,81.739746,90.323784,272.26566,260.12558,1019.59045,278.5978,4.3585453,16.675104,9.490378,80.6913,15774.937,6.549722,16.281002,26.90574,44.61908,501.11728,89.96324,173.10062,4.2009163,236.81528,528.26697,327.16324,110.528946,345.55008,34.626713,65.18,301.07184,15.953481,2.3015938,13.667785,1979.1289,0.26034918,0.78302914,69.29704,8.092301,4.6181345,9.061393,15.55888,180.23729,61.608215,128.07611,932.81573,206.95076,1974.7079,1811.2609,16.10533,25.47228,14412.519,8.886226,59.33935,481.5093,97.45167,162.36757,68.110405,363.55444,1074.2421,365.76117,11.657788,78.459724,924.2078,2052.658,39.604248,569.7398,46.652813,0.9934021,57.72143,1.0364798,0.5617624,2.5233495,31.421137,115.48079,289.314,14.337648,3453.653,231.11493,79.1206,110.032814,47.908314,93.53871,37.43382,2.6881528,64.015976,357.2609,89.5415,52.816452,44.480484,24.477535,35.445515,39.15595,46.091835,928.94745,152.38092,3465.9722,38.565697,3807.6772,74.584045,477.46747,2211.6448,65.47052,11.0772295,1853.485,2252.5095,6220.423,241.01253 +2023-06-16 12:00:00,0.0,12978.628,121.704056,19.018639,29.104708,25.656668,180.52757,26.03302,39.730247,20.586218,23.82239,655.0759,540.8675,12.445678,109.85246,12.085104,2.583574,24.374943,35.29608,7.8301187,377.717,3.2640166,322.71994,59.963993,0.5564455,3.3926961,110.894875,29.158976,124.7537,148.69829,13302.419,0.6845124,1645.2781,1.4354298,0.918652,0.48668084,3.5079148,182.51668,244.9324,32.71196,271.74582,25.707582,22.3094,1082.1687,4.479914,125.28019,106.728294,402.4755,94.73789,377.17252,21.383444,210.28714,0.0,3714.595,14751.948,23.703938,255.04556,133.93973,42018.562,162.35786,18.465694,99.63881,190.67485,72.93386,26.906694,131.16945,1455.0846,243.22604,85.75005,14.646926,14.612649,800.12256,52.987038,1104.4789,113.31167,2182.139,203.6159,268.15915,133.99069,221.70386,9.611287,16.345139,38.3608,5.9388714,6.2718363,60.552135,61.79364,80.55563,16.797483,21.65832,258.40543,9.407654,3315.132,94.654205,71.42917,111.47898,96.73859,229.1639,134.87756,87.333336,29.738358,38.07944,92.63682,326.28568,527.2703,129.80376,440.38297,81.78707,90.35298,272.36432,260.19043,1019.3879,278.7971,4.3567085,16.67625,9.492794,80.5799,15774.524,6.5456667,16.270132,26.891111,44.64227,501.37997,89.98112,173.21072,4.1981544,236.86667,528.3895,327.29333,110.56747,345.5214,34.609444,65.17916,300.9891,15.946827,2.3003383,13.664003,1979.6357,0.26009136,0.78234994,69.263275,8.08381,4.616077,9.053407,15.545857,180.1425,61.57771,128.0503,932.3868,206.95454,1974.4436,1811.061,16.096746,25.47014,14407.464,8.885527,59.336113,481.7149,97.445,162.31917,68.10035,363.45334,1073.877,365.85226,11.660119,78.45,924.54803,2052.202,39.60273,569.6555,46.625416,0.9935573,57.72711,1.0367129,0.562066,2.524784,31.41823,115.47213,289.29504,14.346222,3453.8926,231.2125,79.16944,110.14375,47.99024,93.54792,37.489166,2.6895,64.10833,357.89493,89.747475,52.939487,44.569492,24.472084,35.508095,39.24361,46.10238,928.8327,152.43425,3467.7395,38.563942,3807.548,74.597046,477.3517,2212.504,65.50441,11.072328,1852.9071,2250.9836,6218.3716,240.73961 +2023-06-16 13:00:00,0.0,12988.4795,121.8116,19.020515,29.124216,25.645416,180.50427,26.028952,39.713478,20.58381,23.819881,654.8766,540.7552,12.439595,109.91298,12.096053,2.5805404,24.370882,35.261185,7.811287,377.62952,3.2557464,322.6806,59.93422,0.5558272,3.3908205,110.88648,29.140171,124.60818,148.6638,13314.139,0.6844247,1644.8665,1.4345368,0.9179681,0.48635232,3.5041957,182.45186,244.84483,32.701508,271.5684,25.701756,22.34096,1083.0828,4.4783335,125.39823,106.792366,402.2922,94.87658,377.18115,21.37721,210.64104,0.0,3711.692,14753.957,23.699478,255.35213,133.91846,42026.793,162.27031,18.46651,99.7597,190.92172,72.86004,26.876532,131.39885,1456.9363,243.53915,85.872025,14.649634,14.604923,799.14233,52.9995,1106.302,113.40015,2182.0254,203.80495,268.3977,133.88818,222.065,9.607553,16.338703,38.336468,5.93439,6.265032,60.559418,61.770557,80.51483,16.792112,21.664268,258.51505,9.404157,3314.0215,94.7267,71.37118,111.55556,96.80856,229.11505,134.92331,87.31944,29.74941,38.1066,92.72579,326.26514,528.14294,129.86969,440.54382,81.834404,90.38218,272.463,260.25525,1019.18536,278.9964,4.3548713,16.677397,9.495209,80.468506,15774.113,6.541611,16.259264,26.876482,44.665462,501.64264,89.998985,173.32083,4.1953926,236.91806,528.51215,327.42343,110.60599,345.49268,34.592175,65.178314,300.90637,15.940174,2.2990825,13.660222,1980.1427,0.25983354,0.7816708,69.2295,8.075317,4.6140194,9.045422,15.532835,180.04771,61.547207,128.02448,931.95776,206.95833,1974.1793,1810.8613,16.088163,25.467999,14402.409,8.884827,59.33287,481.92053,97.43833,162.27077,68.09029,363.35223,1073.5118,365.9434,11.662451,78.44028,924.88824,2051.746,39.60121,569.5713,46.598022,0.9937124,57.73279,1.0369458,0.56236964,2.5262187,31.415321,115.46348,289.2761,14.354796,3454.1323,231.31007,79.218285,110.254684,48.072163,93.55712,37.544514,2.6908474,64.20069,358.52896,89.95346,53.062523,44.6585,24.466633,35.570675,39.331272,46.112926,928.71796,152.4876,3469.5068,38.56219,3807.419,74.61004,477.23596,2213.363,65.53829,11.067427,1852.3292,2249.4578,6216.3203,240.46669 +2023-06-16 14:00:00,0.0,12998.332,121.91914,19.02239,29.143726,25.634167,180.48097,26.024881,39.696705,20.581404,23.817375,654.67725,540.6429,12.433513,109.973495,12.107002,2.5775068,24.366821,35.226284,7.792455,377.54202,3.2474763,322.64127,59.904446,0.55520886,3.3889449,110.87809,29.121368,124.462654,148.6293,13325.858,0.684337,1644.4547,1.4336438,0.91728425,0.48602378,3.5004768,182.38702,244.75725,32.691055,271.39096,25.69593,22.37252,1083.997,4.4767523,125.51628,106.85644,402.1089,95.01527,377.18976,21.370975,210.99493,0.0,3708.7886,14755.966,23.695017,255.6587,133.8972,42035.023,162.18274,18.467329,99.88059,191.16858,72.78622,26.846369,131.62823,1458.788,243.85226,85.994,14.652344,14.597198,798.1622,53.011963,1108.1251,113.48862,2181.912,203.99399,268.6363,133.78568,222.42616,9.603817,16.332268,38.31213,5.929909,6.2582273,60.566704,61.747475,80.47404,16.78674,21.670218,258.62463,9.4006605,3312.911,94.799194,71.313194,111.63214,96.87853,229.06621,134.96906,87.30556,29.760464,38.133762,92.814766,326.2446,529.01556,129.93562,440.70465,81.88174,90.411385,272.5617,260.32007,1018.98285,279.19568,4.3530345,16.678541,9.497624,80.35711,15773.701,6.5375557,16.248394,26.861853,44.688656,501.9053,90.01685,173.43092,4.192631,236.96945,528.6347,327.55353,110.64451,345.464,34.57491,65.17747,300.82364,15.93352,2.297827,13.656441,1980.6495,0.25957572,0.7809916,69.19573,8.066825,4.6119614,9.037436,15.519812,179.95294,61.516705,127.998665,931.5288,206.96211,1973.915,1810.6615,16.07958,25.465857,14397.3545,8.884128,59.329628,482.12616,97.43167,162.22237,68.08023,363.25113,1073.1467,366.03452,11.664782,78.43056,925.22845,2051.29,39.599697,569.487,46.570625,0.9938676,57.738472,1.0371789,0.5626733,2.5276535,31.412413,115.45482,289.25714,14.36337,3454.372,231.40764,79.26713,110.36562,48.154087,93.56632,37.59986,2.6921945,64.29305,359.163,90.15944,53.185562,44.74751,24.461182,35.633255,39.418934,46.123474,928.60315,152.54092,3471.2742,38.56044,3807.2898,74.62304,477.1202,2214.2222,65.57218,11.062525,1851.7515,2247.932,6214.269,240.19377 +2023-06-16 15:00:00,0.0,13008.184,122.02669,19.024267,29.163237,25.622917,180.45767,26.020813,39.67993,20.578999,23.814867,654.4779,540.5305,12.427431,110.03401,12.117952,2.5744731,24.362762,35.191383,7.773624,377.45456,3.239206,322.60196,59.874672,0.5545905,3.3870692,110.8697,29.102564,124.31713,148.59482,13337.578,0.68424934,1644.043,1.4327509,0.9166004,0.48569527,3.4967577,182.3222,244.66968,32.680607,271.21353,25.690104,22.404081,1084.911,4.475171,125.63432,106.92052,401.9256,95.153946,377.1984,21.36474,211.34883,0.0,3705.8853,14757.975,23.690557,255.96529,133.87593,42043.25,162.09518,18.468145,100.00149,191.41547,72.712395,26.816206,131.85764,1460.6396,244.16536,86.115974,14.655052,14.589472,797.182,53.024426,1109.9482,113.57709,2181.7986,204.18301,268.87488,133.68317,222.78732,9.600082,16.325832,38.287796,5.925428,6.251423,60.573986,61.72439,80.433235,16.781366,21.676168,258.73425,9.397163,3311.8003,94.8717,71.25521,111.708725,96.9485,229.01736,135.0148,87.291664,29.771517,38.160927,92.90374,326.22403,529.88824,130.00156,440.8655,81.92907,90.44058,272.6604,260.3849,1018.78033,279.395,4.3511977,16.679688,9.50004,80.24571,15773.29,6.5335,16.237524,26.847221,44.711845,502.168,90.03473,173.54103,4.189869,237.02083,528.75726,327.68362,110.68304,345.43527,34.55764,65.17663,300.7409,15.9268675,2.2965715,13.652658,1981.1565,0.2593179,0.7803125,69.161964,8.058333,4.609904,9.02945,15.506789,179.85815,61.4862,127.97285,931.0998,206.96591,1973.6506,1810.4618,16.071,25.463717,14392.3,8.883428,59.32639,482.3318,97.425,162.17397,68.070175,363.15,1072.7816,366.1256,11.667113,78.42083,925.56866,2050.834,39.59818,569.4028,46.54323,0.9940227,57.744156,1.0374118,0.56297684,2.529088,31.409506,115.44617,289.2382,14.371944,3454.6116,231.5052,79.31597,110.47656,48.23601,93.57552,37.65521,2.6935418,64.385414,359.79703,90.36542,53.308598,44.836517,24.45573,35.69583,39.506596,46.134018,928.4884,152.59425,3473.0413,38.558685,3807.1606,74.63603,477.00446,2215.0813,65.60607,11.057624,1851.1736,2246.406,6212.218,239.92084 +2023-06-16 16:00:00,0.0,13018.036,122.13423,19.026144,29.182747,25.611668,180.43437,26.016743,39.663162,20.576591,23.81236,654.2786,540.4182,12.421349,110.09453,12.1289015,2.5714395,24.358702,35.156483,7.754792,377.36707,3.2309358,322.56262,59.8449,0.55397224,3.3851933,110.861305,29.083761,124.17161,148.56033,13349.297,0.68416166,1643.6312,1.431858,0.9159165,0.48536676,3.493039,182.25739,244.58209,32.670155,271.0361,25.684277,22.435642,1085.8251,4.4735904,125.75237,106.98459,401.7423,95.29263,377.207,21.358505,211.70273,0.0,3702.9822,14759.984,23.686096,256.27185,133.85466,42051.48,162.00761,18.468964,100.122375,191.66232,72.638565,26.786043,132.08704,1462.4913,244.47847,86.23795,14.657762,14.581746,796.2018,53.03689,1111.7714,113.66556,2181.6853,204.37206,269.11343,133.58066,223.14848,9.596347,16.319399,38.26346,5.920947,6.244619,60.581272,61.701298,80.39243,16.775993,21.682117,258.84387,9.393667,3310.69,94.94419,71.19722,111.7853,97.01847,228.96852,135.06055,87.27778,29.782572,38.188087,92.992714,326.2035,530.76086,130.0675,441.02634,81.976395,90.46978,272.7591,260.4497,1018.5778,279.59427,4.349361,16.680834,9.502455,80.134315,15772.879,6.5294447,16.226654,26.832592,44.73504,502.43066,90.0526,173.65114,4.187107,237.07222,528.8799,327.8137,110.72156,345.4066,34.54037,65.17578,300.6582,15.920214,2.295316,13.648877,1981.6635,0.25906008,0.7796333,69.12819,8.049841,4.6078463,9.021464,15.493767,179.76338,61.455696,127.94703,930.67084,206.9697,1973.3864,1810.262,16.062416,25.461575,14387.245,8.882729,59.323147,482.53738,97.418335,162.12556,68.06011,363.0489,1072.4165,366.21674,11.669445,78.41111,925.9089,2050.378,39.59666,569.3185,46.515835,0.9941778,57.749836,1.0376447,0.56328046,2.5305226,31.406597,115.43751,289.21924,14.380519,3454.8513,231.60277,79.364815,110.5875,48.317936,93.584724,37.710556,2.694889,64.477776,360.43106,90.571396,53.431633,44.925526,24.450277,35.75841,39.594257,46.144566,928.37366,152.64758,3474.8086,38.556934,3807.0312,74.64903,476.8887,2215.9404,65.63996,11.052722,1850.5958,2244.8801,6210.1665,239.64792 +2023-06-16 17:00:00,0.0,13027.888,122.241776,19.028019,29.202255,25.600416,180.41107,26.012674,39.646393,20.574186,23.809855,654.0793,540.3059,12.415266,110.155045,12.139851,2.5684059,24.354641,35.121586,7.735961,377.27957,3.2226658,322.52332,59.815125,0.5533539,3.3833177,110.85291,29.064959,124.02608,148.52585,13361.017,0.684074,1643.2195,1.430965,0.91523266,0.48503825,3.4893198,182.19257,244.49452,32.659702,270.85867,25.67845,22.467201,1086.7391,4.472009,125.870415,107.04866,401.55902,95.43131,377.21564,21.35227,212.05663,0.0,3700.0789,14761.993,23.681637,256.57843,133.83339,42059.71,161.92006,18.46978,100.24327,191.9092,72.56474,26.75588,132.31644,1464.343,244.79158,86.359924,14.66047,14.574019,795.2216,53.049355,1113.5945,113.75403,2181.5718,204.56108,269.352,133.47813,223.50963,9.592612,16.312963,38.239124,5.9164658,6.2378144,60.588554,61.678215,80.35163,16.770622,21.688066,258.95346,9.39017,3309.5793,95.01669,71.13924,111.861885,97.08845,228.91968,135.1063,87.263885,29.793625,38.21525,93.08169,326.18295,531.6335,130.13344,441.18716,82.02373,90.49898,272.85776,260.51456,1018.3753,279.79358,4.347524,16.68198,9.50487,80.02292,15772.467,6.5253887,16.215786,26.817963,44.758232,502.69333,90.070465,173.76123,4.1843452,237.12361,529.00244,327.9438,110.76008,345.37787,34.5231,65.174934,300.57547,15.913561,2.2940602,13.645096,1982.1703,0.2588023,0.77895415,69.09442,8.041349,4.6057887,9.013479,15.480744,179.6686,61.425194,127.92121,930.2418,206.97348,1973.1221,1810.0623,16.053833,25.459435,14382.19,8.882029,59.31991,482.743,97.41167,162.07715,68.05006,362.94778,1072.0514,366.30783,11.671776,78.40139,926.2491,2049.922,39.595142,569.23425,46.488438,0.99433297,57.755516,1.0378778,0.5635841,2.5319574,31.403688,115.428856,289.2003,14.389092,3455.091,231.70035,79.41366,110.69844,48.39986,93.593925,37.765903,2.6962361,64.57014,361.0651,90.77738,53.55467,45.014534,24.444826,35.82099,39.681923,46.15511,928.25885,152.70093,3476.576,38.555183,3806.902,74.66203,476.77295,2216.7998,65.67385,11.047821,1850.018,2243.354,6208.115,239.375 +2023-06-16 18:00:00,0.0,13037.74,122.34933,19.029896,29.221766,25.589167,180.38777,26.008604,39.62962,20.57178,23.807346,653.87994,540.1936,12.4091835,110.21556,12.150801,2.5653725,24.35058,35.086685,7.717129,377.19208,3.2143955,322.48398,59.78535,0.55273557,3.381442,110.84452,29.046154,123.880554,148.49136,13372.736,0.6839863,1642.8079,1.430072,0.91454875,0.48470974,3.4856007,182.12773,244.40694,32.64925,270.68124,25.672625,22.498762,1087.6532,4.470428,125.988464,107.11273,401.37573,95.57,377.22427,21.346035,212.41052,0.0,3697.1758,14764.002,23.677176,256.885,133.81212,42067.94,161.83249,18.470598,100.36417,192.15607,72.49092,26.725718,132.54584,1466.1947,245.10469,86.481895,14.663179,14.566294,794.24146,53.061817,1115.4176,113.84251,2181.4583,204.75012,269.59058,133.37563,223.87079,9.588878,16.306528,38.214787,5.911985,6.23101,60.59584,61.65513,80.31084,16.76525,21.694017,259.06308,9.386673,3308.4688,95.08919,71.08125,111.93847,97.15842,228.87083,135.15204,87.25,29.804678,38.24241,93.17066,326.1624,532.5061,130.19937,441.34802,82.07106,90.528175,272.95645,260.57938,1018.1727,279.99286,4.3456874,16.683125,9.507286,79.91152,15772.056,6.521333,16.204916,26.803333,44.78142,502.956,90.08833,173.87134,4.1815834,237.175,529.125,328.07388,110.7986,345.34918,34.505833,65.174095,300.49274,15.906907,2.2928047,13.6413145,1982.6772,0.25854447,0.77827495,69.060646,8.032857,4.6037307,9.005494,15.467722,179.5738,61.39469,127.89539,929.81287,206.97726,1972.8577,1809.8624,16.04525,25.457293,14377.135,8.88133,59.316666,482.94864,97.405,162.02875,68.04,362.84668,1071.6863,366.39896,11.674108,78.39166,926.5893,2049.466,39.593628,569.14996,46.46104,0.9944881,57.761196,1.0381107,0.5638877,2.533392,31.400782,115.4202,289.18134,14.397667,3455.3306,231.79791,79.4625,110.80937,48.481785,93.60313,37.82125,2.6975834,64.6625,361.69913,90.98336,53.677708,45.103542,24.439375,35.88357,39.769585,46.165657,928.1441,152.75426,3478.3433,38.553432,3806.773,74.675026,476.6572,2217.659,65.70774,11.042919,1849.4402,2241.8281,6206.0645,239.10207 +2023-06-16 19:00:00,0.0,13047.592,122.45687,19.031773,29.241276,25.577917,180.36449,26.004536,39.612846,20.569372,23.80484,653.6806,540.0813,12.403101,110.276085,12.16175,2.5623388,24.34652,35.051785,7.6982975,377.10458,3.2061255,322.44464,59.755577,0.5521172,3.3795664,110.83613,29.027351,123.73503,148.45688,13384.455,0.6838986,1642.3961,1.429179,0.9138649,0.48438123,3.4818819,182.06291,244.31937,32.6388,270.5038,25.666798,22.530323,1088.5673,4.468847,126.10651,107.1768,401.19244,95.70869,377.23288,21.339802,212.76442,0.0,3694.2725,14766.011,23.672714,257.1916,133.79085,42076.168,161.74493,18.471415,100.485054,192.40294,72.4171,26.695555,132.77524,1468.0464,245.4178,86.603874,14.665888,14.558568,793.2612,53.07428,1117.2407,113.93098,2181.345,204.93916,269.82913,133.27312,224.23195,9.585142,16.300093,38.19045,5.907504,6.2242055,60.603127,61.632042,80.270035,16.759876,21.699966,259.1727,9.383177,3307.3582,95.16168,71.02326,112.01505,97.228386,228.82199,135.19778,87.236115,29.815731,38.269573,93.259636,326.14185,533.3788,130.26532,441.50885,82.11839,90.55737,273.05515,260.6442,1017.9702,280.19217,4.3438506,16.68427,9.509701,79.800125,15771.644,6.5172777,16.194046,26.788704,44.804615,503.2187,90.10621,173.98145,4.1788216,237.2264,529.2476,328.20398,110.83712,345.32047,34.488564,65.17325,300.41,15.900254,2.2915492,13.637533,1983.1842,0.25828665,0.77759576,69.02688,8.024365,4.601673,8.997508,15.4546995,179.47903,61.364185,127.869576,929.38385,206.98106,1972.5934,1809.6627,16.036669,25.45515,14372.08,8.88063,59.313427,483.15424,97.39834,161.98035,68.02994,362.74557,1071.3212,366.49005,11.676438,78.38194,926.9295,2049.01,39.59211,569.06573,46.433647,0.9946433,57.766876,1.0383437,0.56419134,2.5348268,31.397873,115.411545,289.16238,14.40624,3455.5703,231.89548,79.511345,110.92031,48.56371,93.61233,37.8766,2.6989307,64.75486,362.33316,91.18934,53.800743,45.19255,24.433924,35.94615,39.857246,46.176205,928.0293,152.80759,3480.1106,38.551678,3806.6438,74.68803,476.54144,2218.518,65.74162,11.038018,1848.8623,2240.3022,6204.013,238.82915 +2023-06-16 20:00:00,0.0,13057.444,122.564415,19.033648,29.260786,25.566668,180.34119,26.000465,39.596077,20.566967,23.802332,653.48126,539.969,12.397018,110.3366,12.172699,2.5593052,24.34246,35.016884,7.6794662,377.01712,3.1978552,322.40533,59.7258,0.55149895,3.3776906,110.827736,29.008547,123.58951,148.4224,13396.175,0.68381095,1641.9844,1.428286,0.91318107,0.4840527,3.4781628,181.9981,244.23178,32.62835,270.3264,25.66097,22.561884,1089.4813,4.467266,126.224556,107.240875,401.00916,95.84737,377.24152,21.333567,213.11832,0.0,3691.3691,14768.02,23.668255,257.49814,133.76958,42084.4,161.65736,18.472233,100.60595,192.64981,72.34328,26.665392,133.00462,1469.8981,245.7309,86.725845,14.668597,14.550842,792.28107,53.086742,1119.0638,114.01945,2181.2314,205.12819,270.0677,133.17061,224.59311,9.581408,16.293657,38.166115,5.903023,6.217401,60.61041,61.608955,80.22923,16.754503,21.705915,259.2823,9.37968,3306.2478,95.234184,70.96528,112.09163,97.298355,228.77315,135.24353,87.22222,29.826786,38.296734,93.34861,326.1213,534.2514,130.33125,441.6697,82.16572,90.58657,273.15384,260.709,1017.7677,280.39145,4.342014,16.685417,9.512116,79.68873,15771.232,6.513222,16.183176,26.774075,44.82781,503.48135,90.12408,174.09154,4.1760597,237.27777,529.3702,328.33408,110.87565,345.29178,34.471294,65.1724,300.32727,15.8936,2.2902935,13.633751,1983.691,0.25802884,0.7769166,68.99311,8.015873,4.5996156,8.989523,15.441677,179.38425,61.333683,127.843765,928.95483,206.98485,1972.3291,1809.4629,16.028086,25.45301,14367.025,8.8799305,59.310184,483.35986,97.39167,161.93195,68.01988,362.64444,1070.956,366.58118,11.67877,78.37222,927.2697,2048.5542,39.59059,568.98145,46.40625,0.9947984,57.772556,1.0385767,0.56449497,2.5362613,31.394966,115.402885,289.14343,14.414815,3455.81,231.99306,79.56018,111.03125,48.645634,93.62153,37.931946,2.7002778,64.84722,362.9672,91.39532,53.92378,45.28156,24.428473,36.008728,39.94491,46.18675,927.91455,152.86092,3481.8777,38.549927,3806.5144,74.70102,476.4257,2219.3772,65.77551,11.033116,1848.2845,2238.7764,6201.962,238.55623 +2023-06-16 21:00:00,0.0,13067.296,122.67196,19.035524,29.280294,25.555416,180.31789,25.996397,39.579308,20.56456,23.799826,653.2819,539.8567,12.390936,110.39712,12.183649,2.5562716,24.3384,34.981987,7.6606345,376.92963,3.1895852,322.366,59.696026,0.5508806,3.375815,110.81934,28.989744,123.443985,148.38791,13407.895,0.6837233,1641.5726,1.4273931,0.91249716,0.48372418,3.474444,181.93327,244.14421,32.617897,270.14896,25.655146,22.593443,1090.3954,4.465685,126.3426,107.30495,400.82584,95.98605,377.25015,21.327332,213.47221,0.0,3688.466,14770.028,23.663794,257.80472,133.7483,42092.63,161.56981,18.47305,100.726845,192.89668,72.26945,26.63523,133.23402,1471.7498,246.044,86.84782,14.671306,14.543117,791.3009,53.099205,1120.887,114.10792,2181.1182,205.31723,270.30624,133.0681,224.95425,9.577672,16.287222,38.141777,5.898542,6.2105966,60.617695,61.58587,80.18843,16.74913,21.711866,259.3919,9.376183,3305.1372,95.30668,70.907295,112.16821,97.36833,228.7243,135.28929,87.208336,29.83784,38.323895,93.437584,326.10077,535.124,130.39719,441.83054,82.21305,90.615776,273.25253,260.77386,1017.5652,280.59076,4.340177,16.686563,9.514532,79.57733,15770.82,6.5091667,16.172308,26.759445,44.850998,503.74402,90.141945,174.20164,4.173298,237.32916,529.49274,328.46417,110.91417,345.26306,34.45403,65.17156,300.24457,15.886948,2.289038,13.62997,1984.198,0.25777102,0.7762374,68.959335,8.0073805,4.5975575,8.981537,15.428655,179.28946,61.30318,127.81795,928.5258,206.98863,1972.0648,1809.2632,16.019503,25.450869,14361.971,8.8792305,59.306946,483.5655,97.385,161.88354,68.00982,362.54333,1070.591,366.67227,11.681102,78.362495,927.6099,2048.0981,39.589073,568.8972,46.378853,0.9949536,57.77824,1.0388097,0.5647986,2.537696,31.392057,115.39423,289.12448,14.4233885,3456.0496,232.09062,79.609024,111.14219,48.72756,93.63073,37.987293,2.701625,64.93958,363.60123,91.601295,54.046818,45.37057,24.423021,36.07131,40.03257,46.197296,927.7998,152.91426,3483.645,38.548176,3806.3853,74.71402,476.30994,2220.2363,65.8094,11.028215,1847.7067,2237.2505,6199.9106,238.28331 +2023-06-16 22:00:00,0.0,13077.148,122.7795,19.037401,29.299805,25.544167,180.29459,25.992327,39.562534,20.562155,23.797318,653.08264,539.7444,12.384853,110.457634,12.194598,2.553238,24.33434,34.947086,7.6418033,376.84213,3.181315,322.3267,59.666252,0.5502623,3.3739393,110.81095,28.970942,123.298454,148.35342,13419.613,0.6836356,1641.1609,1.4265001,0.9118133,0.48339567,3.470725,181.86844,244.05663,32.60745,269.97153,25.649319,22.625004,1091.3096,4.4641037,126.46065,107.36902,400.64252,96.12474,377.25876,21.321096,213.82611,0.0,3685.563,14772.037,23.659334,258.1113,133.72704,42100.855,161.48224,18.473866,100.84773,193.14355,72.195625,26.605066,133.46342,1473.6014,246.35712,86.969795,14.674015,14.53539,790.32074,53.111668,1122.7101,114.196396,2181.0046,205.50626,270.54483,132.96558,225.31541,9.573937,16.280787,38.117443,5.8940606,6.203792,60.624977,61.562786,80.14763,16.74376,21.717815,259.50153,9.372686,3304.0266,95.37918,70.849304,112.2448,97.4383,228.67546,135.33504,87.19444,29.848892,38.351055,93.52656,326.08023,535.99664,130.46312,441.99136,82.26038,90.64497,273.3512,260.83868,1017.3627,280.79004,4.3383403,16.687708,9.516947,79.46593,15770.409,6.505111,16.161438,26.744814,44.87419,504.0067,90.15982,174.31175,4.170536,237.38055,529.61536,328.59427,110.95269,345.23438,34.43676,65.170715,300.16183,15.880294,2.2877824,13.626188,1984.705,0.2575132,0.7755583,68.92557,7.998889,4.5955,8.973552,15.415632,179.19469,61.272675,127.79213,928.09686,206.99242,1971.8004,1809.0634,16.01092,25.448729,14356.916,8.878531,59.303703,483.7711,97.378334,161.83514,67.99976,362.44223,1070.2258,366.7634,11.683433,78.352776,927.95013,2047.6421,39.587555,568.8129,46.35146,0.9951087,57.78392,1.0390426,0.5651022,2.5391307,31.389149,115.385574,289.10553,14.431963,3456.2893,232.18819,79.65787,111.25313,48.809483,93.63993,38.042637,2.7029724,65.031944,364.23526,91.80728,54.169853,45.45958,24.41757,36.13389,40.12023,46.20784,927.685,152.96759,3485.4124,38.54642,3806.256,74.72701,476.19418,2221.0955,65.84329,11.0233135,1847.1289,2235.7246,6197.8594,238.01038 +2023-06-16 23:00:00,0.0,13087.0,122.88705,19.039276,29.319315,25.532917,180.27129,25.988258,39.54576,20.559748,23.794811,652.8833,539.6321,12.378772,110.51815,12.205547,2.5502043,24.330278,34.912186,7.6229715,376.75464,3.1730447,322.28735,59.63648,0.54964393,3.3720636,110.80256,28.952137,123.15293,148.31894,13431.333,0.6835479,1640.7493,1.4256071,0.9111295,0.48306715,3.4670057,181.80362,243.96906,32.596996,269.7941,25.643492,22.656565,1092.2236,4.4625225,126.57869,107.4331,400.45923,96.26342,377.2674,21.314861,214.18001,0.0,3682.6597,14774.046,23.654873,258.41788,133.70576,42109.086,161.39468,18.474684,100.96863,193.39044,72.1218,26.574903,133.69283,1475.4531,246.67023,87.09177,14.6767235,14.527664,789.3405,53.12413,1124.5332,114.28487,2180.891,205.6953,270.7834,132.86307,225.67657,9.570202,16.274351,38.093105,5.88958,6.1969876,60.632263,61.539696,80.106834,16.738386,21.723764,259.6111,9.369189,3302.916,95.451675,70.79132,112.32137,97.50827,228.62662,135.38078,87.18056,29.859945,38.37822,93.61554,326.0597,536.8693,130.52907,442.15222,82.30772,90.67417,273.4499,260.9035,1017.16016,280.98935,4.3365035,16.688854,9.519362,79.35453,15769.998,6.5010557,16.150568,26.730185,44.897385,504.26938,90.17769,174.42184,4.167774,237.43195,529.7379,328.72437,110.99121,345.20566,34.41949,65.16987,300.0791,15.873641,2.286527,13.622407,1985.2118,0.25725538,0.7748791,68.8918,7.990397,4.5934424,8.965566,15.40261,179.0999,61.242172,127.76631,927.66785,206.99622,1971.5361,1808.8636,16.002338,25.446587,14351.861,8.877832,59.300465,483.9767,97.371666,161.78674,67.98971,362.34113,1069.8607,366.8545,11.685764,78.343056,928.29034,2047.1862,39.58604,568.7287,46.324062,0.9952638,57.7896,1.0392756,0.5654058,2.5405653,31.386242,115.37692,289.08658,14.440537,3456.529,232.28577,79.70671,111.36406,48.891407,93.64913,38.097984,2.7043195,65.124306,364.8693,92.01326,54.29289,45.548588,24.412119,36.19647,40.207893,46.218388,927.57025,153.02092,3487.1797,38.54467,3806.127,74.74001,476.07843,2221.9546,65.87718,11.018413,1846.551,2234.1987,6195.808,237.73746 +2023-06-17 00:00:00,0.0,13096.853,122.99459,19.041153,29.338825,25.521667,180.24799,25.984188,39.52899,20.557343,23.792303,652.68396,539.5198,12.372689,110.57867,12.216497,2.5471706,24.326218,34.877285,7.60414,376.66714,3.1647747,322.24802,59.606705,0.54902565,3.3701878,110.79417,28.933334,123.00741,148.28444,13443.053,0.68346024,1640.3375,1.4247141,0.9104456,0.48273864,3.4632869,181.7388,243.88148,32.586544,269.61667,25.637667,22.688126,1093.1377,4.460942,126.69674,107.49717,400.27594,96.40211,377.27603,21.308626,214.5339,0.0,3679.7563,14776.056,23.650414,258.72446,133.6845,42117.316,161.30711,18.4755,101.08952,193.6373,72.04798,26.54474,133.92223,1477.3048,246.98334,87.213745,14.679433,14.519938,788.36035,53.136593,1126.3563,114.37334,2180.7778,205.88432,271.02197,132.76056,226.03773,9.566467,16.267916,38.06877,5.8850985,6.190183,60.639545,61.516613,80.06603,16.733013,21.729715,259.72073,9.365692,3301.8057,95.52417,70.73333,112.39796,97.57824,228.57777,135.42653,87.166664,29.871,38.40538,93.70451,326.03912,537.74194,130.595,442.31305,82.35504,90.70337,273.54858,260.96832,1016.9576,281.18863,4.3346667,16.69,9.521778,79.24313,15769.586,6.497,16.1397,26.715555,44.920574,504.53204,90.19556,174.53195,4.1650124,237.48334,529.8605,328.85446,111.02974,345.17697,34.40222,65.16903,299.99637,15.866987,2.2852712,13.618626,1985.7188,0.25699756,0.77419996,68.858025,7.9819045,4.5913844,8.957581,15.389587,179.00513,61.21167,127.74049,927.2389,207.0,1971.2719,1808.6638,15.993755,25.444445,14346.807,8.877132,59.297222,484.18234,97.365,161.73834,67.979645,362.24,1069.4956,366.94562,11.688095,78.333336,928.63055,2046.7301,39.584522,568.6444,46.296665,0.99541897,57.79528,1.0395086,0.5657094,2.5419998,31.383333,115.36826,289.06763,14.449111,3456.7686,232.38333,79.755554,111.475,48.973335,93.65833,38.15333,2.7056668,65.21667,365.50333,92.21924,54.415924,45.637596,24.406668,36.25905,40.295555,46.228935,927.4555,153.07425,3488.9468,38.54292,3805.9976,74.75301,475.96268,2222.8137,65.91107,11.013511,1845.9733,2232.6729,6193.757,237.46454 +2023-06-17 01:00:00,0.0,13106.704,123.10214,19.04303,29.358334,25.510416,180.22469,25.98012,39.512222,20.554935,23.789797,652.4846,539.4075,12.366607,110.63918,12.227447,2.544137,24.322157,34.84239,7.5853086,376.57968,3.1565044,322.2087,59.57693,0.5484073,3.3683121,110.785774,28.91453,122.861885,148.24995,13454.772,0.68337256,1639.9258,1.4238211,0.9097617,0.4824101,3.4595678,181.67398,243.7939,32.57609,269.43924,25.63184,22.719685,1094.0518,4.4593606,126.81478,107.56124,400.09265,96.54079,377.28464,21.302393,214.8878,0.0,3676.853,14778.064,23.645952,259.031,133.66322,42125.547,161.21956,18.476318,101.21041,193.88419,71.97415,26.514578,134.15163,1479.1565,247.29645,87.33572,14.682141,14.512213,787.3802,53.149055,1128.1794,114.46181,2180.6643,206.07336,271.26053,132.65805,226.3989,9.562732,16.261482,38.044434,5.8806176,6.183379,60.64683,61.493526,80.02523,16.72764,21.735664,259.83035,9.362196,3300.695,95.59667,70.67535,112.47454,97.64822,228.52893,135.47227,87.15278,29.882053,38.43254,93.79349,326.0186,538.61456,130.66093,442.4739,82.402374,90.73257,273.64728,261.03317,1016.75507,281.38794,4.33283,16.691147,9.524193,79.13174,15769.175,6.4929447,16.12883,26.700926,44.943768,504.79474,90.21343,174.64206,4.1622505,237.53473,529.9831,328.98456,111.06826,345.14825,34.384953,65.16818,299.91364,15.860334,2.2840157,13.614843,1986.2256,0.25673974,0.77352077,68.82426,7.9734125,4.589327,8.9495945,15.376565,178.91034,61.181164,127.714676,926.8099,207.00378,1971.0076,1808.4641,15.985172,25.442305,14341.752,8.876433,59.29398,484.38794,97.35834,161.68993,67.96959,362.1389,1069.1305,367.0367,11.690427,78.32361,928.97076,2046.2742,39.583004,568.5602,46.26927,0.9955741,57.80096,1.0397415,0.56601304,2.5434346,31.380424,115.35961,289.04868,14.457685,3457.0083,232.4809,79.8044,111.58594,49.05526,93.667534,38.20868,2.707014,65.30903,366.13736,92.42522,54.538963,45.726604,24.401217,36.321625,40.383217,46.23948,927.3407,153.1276,3490.714,38.541164,3805.8684,74.76601,475.84695,2223.6729,65.944954,11.00861,1845.3954,2231.147,6191.7056,237.1916 +2023-06-17 02:00:00,0.0,13116.557,123.20969,19.044905,29.377844,25.499166,180.20139,25.97605,39.49545,20.552528,23.78729,652.2853,539.29517,12.360524,110.6997,12.238396,2.5411034,24.318098,34.807487,7.566477,376.4922,3.1482344,322.16937,59.547157,0.547789,3.3664365,110.77738,28.895727,122.71636,148.21547,13466.491,0.6832849,1639.514,1.4229281,0.9090779,0.4820816,3.455849,181.60916,243.70633,32.565643,269.2618,25.626013,22.751245,1094.9658,4.4577794,126.93283,107.62531,399.90936,96.679474,377.29327,21.296158,215.2417,0.0,3673.9497,14780.073,23.641493,259.3376,133.64197,42133.773,161.132,18.477135,101.33131,194.13104,71.90033,26.484415,134.38101,1481.0082,247.60954,87.45769,14.684851,14.504487,786.39996,53.16152,1130.0026,114.550285,2180.551,206.2624,271.49908,132.55554,226.76004,9.558997,16.255047,38.020096,5.8761363,6.1765747,60.654114,61.470444,79.98443,16.72227,21.741613,259.93994,9.358699,3299.5845,95.66917,70.61736,112.55112,97.718185,228.48009,135.51802,87.138885,29.893106,38.4597,93.88246,325.99805,539.4872,130.72688,442.63474,82.44971,90.761765,273.74597,261.098,1016.55255,281.58722,4.330993,16.692291,9.526608,79.02034,15768.763,6.4888887,16.11796,26.686296,44.96696,505.0574,90.2313,174.75215,4.1594887,237.5861,530.10565,329.11465,111.10678,345.11957,34.367683,65.167336,299.83093,15.853681,2.2827601,13.611062,1986.7325,0.25648192,0.77284163,68.79048,7.9649205,4.5872693,8.941609,15.363543,178.81555,61.15066,127.688866,926.3809,207.00757,1970.7432,1808.2643,15.97659,25.440163,14336.697,8.875733,59.29074,484.59357,97.35167,161.64153,67.959526,362.03778,1068.7654,367.12784,11.692759,78.31389,929.311,2045.8182,39.581486,568.4759,46.241875,0.99572927,57.80664,1.0399746,0.56631666,2.5448692,31.377518,115.35095,289.02972,14.466259,3457.248,232.57848,79.85324,111.69688,49.137184,93.676735,38.264027,2.7083611,65.40139,366.7714,92.6312,54.662,45.815613,24.395763,36.384205,40.47088,46.250027,927.22595,153.18092,3492.4814,38.539413,3805.7393,74.77901,475.7312,2224.5322,65.97884,11.003708,1844.8175,2229.621,6189.6543,236.91869 +2023-06-17 03:00:00,0.0,13126.408,123.31723,19.046782,29.397354,25.487917,180.17809,25.971981,39.478676,20.550123,23.784782,652.086,539.18286,12.354442,110.76022,12.249346,2.5380697,24.314037,34.772587,7.5476456,376.4047,3.139964,322.13007,59.51738,0.54717064,3.3645608,110.76899,28.876925,122.57083,148.18098,13478.211,0.6831972,1639.1023,1.4220352,0.908394,0.48175308,3.45213,181.54433,243.61874,32.55519,269.08438,25.620186,22.782806,1095.8799,4.4561987,127.05087,107.689384,399.72607,96.81816,377.3019,21.289923,215.5956,0.0,3671.0469,14782.082,23.637032,259.64417,133.6207,42142.004,161.04443,18.477953,101.4522,194.37791,71.82651,26.454252,134.61041,1482.8599,247.92265,87.579666,14.687559,14.496761,785.4198,53.17398,1131.8257,114.638756,2180.4375,206.45143,271.73767,132.45302,227.1212,9.555262,16.248611,37.99576,5.8716555,6.1697702,60.6614,61.447357,79.943634,16.716896,21.747564,260.04956,9.355202,3298.474,95.74167,70.55937,112.6277,97.788155,228.43124,135.56377,87.125,29.90416,38.486866,93.971436,325.9775,540.35986,130.79282,442.79556,82.49704,90.79096,273.84464,261.1628,1016.35004,281.78653,4.3291564,16.693438,9.529024,78.90894,15768.352,6.4848332,16.10709,26.671667,44.99015,505.32007,90.24917,174.86226,4.156727,237.6375,530.2282,329.24475,111.1453,345.09085,34.350418,65.1665,299.7482,15.847028,2.2815044,13.607281,1987.2395,0.2562241,0.77216244,68.756714,7.9564285,4.5852118,8.933623,15.35052,178.72078,61.12016,127.66305,925.9519,207.01137,1970.4789,1808.0646,15.968007,25.438023,14331.643,8.875034,59.2875,484.7992,97.345,161.59312,67.94947,361.93668,1068.4003,367.21893,11.695089,78.30417,929.65125,2045.3622,39.57997,568.39166,46.214478,0.9958844,57.812325,1.0402075,0.5666203,2.546304,31.374609,115.3423,289.01077,14.4748335,3457.4878,232.67604,79.902084,111.807816,49.21911,93.685936,38.319374,2.7097085,65.49375,367.40543,92.83718,54.785034,45.90462,24.390312,36.446785,40.55854,46.26057,927.11115,153.23425,3494.2488,38.537663,3805.61,74.792,475.61545,2225.3914,66.01273,10.998807,1844.2397,2228.0952,6187.603,236.64577 +2023-06-17 04:00:00,0.0,13136.261,123.424774,19.048656,29.416864,25.476667,180.15479,25.96791,39.461906,20.547716,23.782276,651.88666,539.07056,12.348359,110.82074,12.260295,2.535036,24.309977,34.737686,7.528814,376.3172,3.131694,322.09073,59.487606,0.54655236,3.362685,110.7606,28.85812,122.42531,148.1465,13489.931,0.6831095,1638.6907,1.4211422,0.90771013,0.48142457,3.4484107,181.4795,243.53117,32.54474,268.90695,25.61436,22.814367,1096.794,4.4546175,127.16892,107.753456,399.5428,96.95684,377.31052,21.283688,215.9495,0.0,3668.1433,14784.091,23.632572,259.95074,133.59943,42150.234,160.95688,18.47877,101.57309,194.62479,71.752686,26.42409,134.83981,1484.7115,248.23576,87.70164,14.6902685,14.489035,784.43964,53.186443,1133.6488,114.72723,2180.324,206.64047,271.97623,132.35051,227.48236,9.551527,16.242176,37.971424,5.8671746,6.162966,60.668682,61.42427,79.90283,16.711523,21.753513,260.15918,9.351706,3297.3635,95.81416,70.50139,112.704285,97.85812,228.3824,135.60951,87.111115,29.915215,38.514027,94.06041,325.95697,541.2325,130.85875,442.95642,82.544365,90.82017,273.94333,261.22763,1016.1475,281.9858,4.3273196,16.694584,9.531439,78.79755,15767.939,6.4807777,16.096222,26.657038,45.013344,505.58273,90.267044,174.97237,4.153965,237.68889,530.3508,329.37485,111.18383,345.06216,34.33315,65.16565,299.66547,15.840374,2.2802489,13.603499,1987.7463,0.25596628,0.7714833,68.722946,7.9479365,4.5831537,8.925638,15.337498,178.62599,61.089657,127.63723,925.52295,207.01515,1970.2146,1807.8647,15.959425,25.43588,14326.588,8.874334,59.28426,485.00482,97.33833,161.54472,67.939415,361.83557,1068.0352,367.31006,11.697421,78.29444,929.99146,2044.9062,39.578453,568.3074,46.187084,0.99603957,57.818005,1.0404404,0.5669239,2.5477386,31.371702,115.33364,288.99182,14.483407,3457.7273,232.7736,79.95093,111.91875,49.301033,93.69514,38.37472,2.7110558,65.58611,368.03946,93.04316,54.90807,45.99363,24.384861,36.509365,40.646202,46.27112,926.9964,153.2876,3496.016,38.53591,3805.4807,74.805,475.4997,2226.2505,66.04662,10.993905,1843.6619,2226.5693,6185.552,236.37285 +2023-06-17 05:00:00,0.0,13146.112,123.53232,19.050533,29.436373,25.465418,180.13148,25.963842,39.445137,20.545311,23.779768,651.6873,538.95825,12.342277,110.881256,12.271244,2.5320024,24.305916,34.70279,7.509982,376.2297,3.1234238,322.0514,59.457832,0.545934,3.3608093,110.752205,28.839317,122.279785,148.11201,13501.649,0.68302184,1638.2789,1.4202492,0.90702623,0.48109606,3.444692,181.41469,243.44359,32.534286,268.72952,25.608534,22.845926,1097.708,4.4530363,127.286964,107.81753,399.35947,97.09553,377.31915,21.277452,216.30339,0.0,3665.2402,14786.1,23.62811,260.25732,133.57816,42158.46,160.86931,18.479588,101.693985,194.87166,71.67886,26.393927,135.06921,1486.5632,248.54887,87.82361,14.692977,14.481309,783.4595,53.198906,1135.4719,114.8157,2180.2107,206.8295,272.21478,132.248,227.84352,9.5477915,16.23574,37.94709,5.8626933,6.1561613,60.67597,61.401184,79.86203,16.70615,21.759462,260.26877,9.348208,3296.253,95.88666,70.443405,112.78087,97.92809,228.33357,135.65526,87.09722,29.926268,38.541187,94.14938,325.9364,542.1051,130.92468,443.11725,82.5917,90.849365,274.04202,261.29245,1015.94495,282.18512,4.3254824,16.69573,9.5338545,78.68615,15767.528,6.4767222,16.085352,26.642408,45.036537,505.84543,90.28491,175.08246,4.151203,237.74028,530.4734,329.50494,111.22235,345.03345,34.31588,65.1648,299.58273,15.833721,2.2789934,13.599717,1988.2533,0.25570846,0.7708041,68.68917,7.9394445,4.581096,8.917653,15.324475,178.5312,61.05915,127.61141,925.09393,207.01894,1969.9502,1807.665,15.950842,25.433739,14321.533,8.873635,59.281017,485.21042,97.331665,161.49632,67.92935,361.73444,1067.67,367.40118,11.699752,78.28472,930.33167,2044.4502,39.576935,568.22314,46.159687,0.99619466,57.823685,1.0406735,0.56722754,2.549173,31.368793,115.32499,288.97287,14.4919815,3457.967,232.87117,79.99976,112.029686,49.382957,93.70434,38.43007,2.7124028,65.678474,368.6735,93.24914,55.03111,46.082638,24.37941,36.571945,40.733864,46.281666,926.88165,153.34093,3497.7832,38.534157,3805.3516,74.81799,475.38394,2227.1096,66.08051,10.989004,1843.0841,2225.0435,6183.5005,236.09991 +2023-06-17 06:00:00,0.0,13155.965,123.63986,19.05241,29.455883,25.454166,180.10818,25.959772,39.428364,20.542904,23.777262,651.488,538.8459,12.336195,110.94177,12.282194,2.5289688,24.301855,34.66789,7.491151,376.14224,3.1151536,322.0121,59.42806,0.5453157,3.3589337,110.74381,28.820513,122.13426,148.07753,13513.369,0.68293417,1637.8672,1.4193562,0.9063424,0.48076755,3.4409728,181.34987,243.35602,32.523838,268.5521,25.602707,22.877487,1098.6221,4.451455,127.405014,107.88161,399.17618,97.23421,377.3278,21.271217,216.65729,0.0,3662.337,14788.108,23.623652,260.5639,133.55688,42166.69,160.78175,18.480404,101.81488,195.11853,71.605034,26.363764,135.29861,1488.4149,248.86198,87.94559,14.695686,14.473583,782.47925,53.21137,1137.295,114.90417,2180.0972,207.01854,272.45337,132.1455,228.20467,9.544057,16.229305,37.922752,5.8582125,6.149357,60.683254,61.378098,79.82123,16.700779,21.765413,260.3784,9.344711,3295.1423,95.95916,70.385414,112.857445,97.99807,228.28473,135.701,87.083336,29.93732,38.56835,94.23836,325.91586,542.9777,130.99063,443.2781,82.63903,90.87856,274.14072,261.3573,1015.74243,282.3844,4.3236456,16.696875,9.53627,78.57475,15767.117,6.4726667,16.074482,26.627777,45.059727,506.1081,90.30278,175.19257,4.1484413,237.79167,530.59595,329.63504,111.26087,345.00476,34.29861,65.16396,299.5,15.827068,2.2777379,13.595936,1988.7603,0.25545064,0.770125,68.6554,7.9309525,4.5790386,8.909667,15.311453,178.43643,61.02865,127.585594,924.665,207.02272,1969.6859,1807.4652,15.94226,25.431599,14316.479,8.872935,59.27778,485.41605,97.325005,161.44792,67.9193,361.63333,1067.3049,367.49228,11.702084,78.275,930.6719,2043.9943,39.575417,568.13885,46.13229,0.9963498,57.829365,1.0409064,0.5675311,2.550608,31.365885,115.31633,288.95392,14.500556,3458.2068,232.96875,80.04861,112.140625,49.46488,93.71354,38.485416,2.7137501,65.770836,369.30753,93.455124,55.154144,46.171646,24.373959,36.63452,40.82153,46.29221,926.76685,153.39426,3499.5505,38.532406,3805.2224,74.83099,475.2682,2227.9688,66.114395,10.984102,1842.5062,2223.5176,6181.449,235.827 +2023-06-17 07:00:00,0.0,13165.816,123.747406,19.054285,29.475393,25.442917,180.08488,25.955704,39.41159,20.540497,23.774754,651.28864,538.7336,12.330112,111.00229,12.293143,2.5259354,24.297794,34.632988,7.472319,376.05475,3.1068835,321.97275,59.398285,0.5446974,3.357058,110.73542,28.80171,121.98873,148.04305,13525.089,0.6828465,1637.4554,1.4184632,0.90565854,0.480439,3.437254,181.28503,243.26843,32.513386,268.37466,25.596882,22.909048,1099.5363,4.4498744,127.523056,107.94568,398.99286,97.372894,377.3364,21.264984,217.01118,0.0,3659.4336,14790.118,23.61919,260.87045,133.53561,42174.92,160.69418,18.481222,101.93577,195.3654,71.53121,26.333601,135.52802,1490.2666,249.17508,88.06756,14.698395,14.4658575,781.4991,53.22383,1139.1182,114.992645,2179.984,207.20757,272.69193,132.04298,228.56583,9.540321,16.22287,37.89842,5.853731,6.1425524,60.690536,61.35501,79.78043,16.695406,21.771362,260.488,9.341215,3294.032,96.031654,70.32743,112.93403,98.06804,228.23589,135.74677,87.06944,29.948374,38.595512,94.32733,325.89532,543.8504,131.05656,443.43893,82.68636,90.90776,274.2394,261.42212,1015.5399,282.5837,4.321809,16.69802,9.538685,78.463356,15766.705,6.4686112,16.063612,26.613148,45.08292,506.37076,90.32065,175.30267,4.1456795,237.84305,530.71857,329.7651,111.29939,344.97604,34.28134,65.16312,299.41727,15.820415,2.276482,13.5921545,1989.2671,0.25519282,0.7694458,68.621635,7.92246,4.5769806,8.901682,15.29843,178.34164,60.998146,127.55978,924.23596,207.0265,1969.4216,1807.2655,15.933677,25.429457,14311.424,8.872236,59.274536,485.62167,97.31834,161.39952,67.90924,361.53223,1066.9398,367.5834,11.704415,78.265274,931.0121,2043.5382,39.573902,568.0546,46.104897,0.99650496,57.835045,1.0411394,0.56783473,2.5520425,31.362978,115.30768,288.93497,14.50913,3458.4463,233.06631,80.09745,112.251564,49.546806,93.72274,38.540764,2.7150972,65.8632,369.94156,93.6611,55.27718,46.260654,24.368507,36.6971,40.90919,46.302757,926.6521,153.44759,3501.3179,38.530655,3805.0933,74.843994,475.15244,2228.828,66.148285,10.979201,1841.9285,2221.9917,6179.3984,235.55408 +2023-06-17 08:00:00,0.0,13175.669,123.85496,19.056162,29.494904,25.431667,180.06158,25.951633,39.39482,20.538092,23.772247,651.08936,538.6213,12.32403,111.062805,12.304092,2.5229018,24.293736,34.598087,7.4534874,375.96725,3.0986133,321.9334,59.36851,0.54407907,3.3551824,110.72703,28.782906,121.84321,148.00856,13536.808,0.6827588,1637.0437,1.4175702,0.90497464,0.4801105,3.433535,181.22021,243.18086,32.502934,268.19724,25.591055,22.940609,1100.4503,4.448293,127.641106,108.00975,398.80957,97.51158,377.34503,21.258749,217.36508,0.0,3656.5305,14792.127,23.61473,261.17703,133.51434,42183.152,160.60663,18.482038,102.05666,195.61227,71.45739,26.303438,135.7574,1492.1183,249.48819,88.18953,14.701104,14.458132,780.5189,53.236298,1140.9413,115.081116,2179.8704,207.3966,272.93048,131.94046,228.92699,9.536587,16.216434,37.87408,5.8492503,6.135748,60.697823,61.331924,79.73963,16.690033,21.777311,260.5976,9.337718,3292.9214,96.10416,70.26945,113.01061,98.13801,228.18704,135.79251,87.05556,29.959429,38.622673,94.416306,325.8748,544.723,131.1225,443.59976,82.73369,90.93696,274.33807,261.48694,1015.3374,282.783,4.319972,16.699167,9.5411005,78.35196,15766.294,6.4645557,16.052744,26.598518,45.106113,506.63345,90.338524,175.41277,4.1429176,237.89444,530.8411,329.8952,111.33792,344.94736,34.264072,65.16227,299.33456,15.813762,2.2752266,13.588373,1989.774,0.254935,0.76876664,68.58786,7.913968,4.574923,8.893696,15.285408,178.24687,60.96764,127.533966,923.807,207.0303,1969.1573,1807.0657,15.925095,25.427317,14306.369,8.871536,59.271297,485.82727,97.31167,161.35112,67.89918,361.43112,1066.5747,367.6745,11.706746,78.255554,931.3523,2043.0823,39.572384,567.97034,46.0775,0.9966601,57.84073,1.0413724,0.56813836,2.553477,31.36007,115.29902,288.91602,14.517704,3458.686,233.16388,80.14629,112.3625,49.62873,93.73194,38.59611,2.7164445,65.95556,370.5756,93.86708,55.40022,46.349663,24.363056,36.75968,40.996853,46.3133,926.53735,153.50093,3503.0852,38.5289,3804.964,74.85699,475.03668,2229.687,66.182175,10.974299,1841.3506,2220.4658,6177.347,235.28114 +2023-06-17 09:00:00,0.0,13185.5205,123.9625,19.058039,29.514412,25.420418,180.03828,25.947565,39.37805,20.535685,23.769741,650.89,538.509,12.317947,111.12332,12.3150425,2.5198681,24.289675,34.56319,7.434656,375.87976,3.0903432,321.8941,59.338737,0.5434607,3.3533065,110.718636,28.764103,121.697685,147.97406,13548.527,0.6826711,1636.6321,1.4166774,0.9042908,0.479782,3.4298158,181.1554,243.09328,32.492485,268.0198,25.585228,22.972168,1101.3644,4.446712,127.75915,108.07382,398.62628,97.65026,377.35367,21.252514,217.71896,0.0,3653.6272,14794.136,23.61027,261.4836,133.49307,42191.38,160.51906,18.482857,102.17756,195.85913,71.38357,26.273275,135.9868,1493.97,249.8013,88.31151,14.703814,14.450405,779.5387,53.24876,1142.7644,115.169586,2179.7568,207.58565,273.16907,131.83795,229.28815,9.532852,16.21,37.849747,5.844769,6.1289434,60.705105,61.30884,79.69883,16.68466,21.783262,260.7072,9.334221,3291.8108,96.17665,70.21146,113.08719,98.20798,228.1382,135.83826,87.041664,29.970482,38.649834,94.50528,325.85422,545.59564,131.18843,443.76062,82.78102,90.966156,274.43677,261.55176,1015.1349,282.9823,4.3181353,16.700314,9.543516,78.24056,15765.882,6.4605002,16.041874,26.583889,45.129303,506.89612,90.35639,175.52287,4.140156,237.94583,530.9637,330.0253,111.37644,344.91867,34.246807,65.16143,299.25183,15.807108,2.273971,13.584592,1990.281,0.25467718,0.76808745,68.55409,7.905476,4.5728655,8.885711,15.272386,178.15208,60.937138,127.50815,923.3779,207.03409,1968.893,1806.866,15.916512,25.425175,14301.314,8.870837,59.268055,486.0329,97.305,161.3027,67.88912,361.33002,1066.2096,367.76562,11.709078,78.245834,931.6925,2042.6263,39.570866,567.8861,46.050102,0.99681526,57.84641,1.0416054,0.568442,2.5549119,31.35716,115.29037,288.89706,14.526278,3458.9258,233.26146,80.19514,112.473434,49.710655,93.74114,38.65146,2.7177918,66.04792,371.20963,94.07306,55.523254,46.43867,24.357605,36.82226,41.084515,46.32385,926.42255,153.55426,3504.8525,38.52715,3804.8347,74.86999,474.92093,2230.5461,66.216064,10.9693985,1840.7728,2218.94,6175.296,235.00822 +2023-06-17 10:00:00,0.0,13195.373,124.070045,19.059914,29.533922,25.409166,180.01498,25.943495,39.36128,20.53328,23.767233,650.6907,538.39667,12.311865,111.183846,12.325992,2.5168345,24.285614,34.52829,7.4158244,375.79227,3.082073,321.85477,59.308964,0.5428424,3.351431,110.71024,28.7453,121.55216,147.93958,13560.247,0.68258345,1636.2203,1.4157844,0.90360695,0.47945347,3.426097,181.09058,243.0057,32.482033,267.84235,25.579401,23.003729,1102.2784,4.445131,127.8772,108.13789,398.443,97.78895,377.36227,21.246279,218.07286,0.0,3650.724,14796.145,23.60581,261.7902,133.4718,42199.61,160.4315,18.483673,102.29845,196.10602,71.30974,26.243113,136.2162,1495.8217,250.11441,88.43348,14.706522,14.442679,778.55853,53.261223,1144.5875,115.25806,2179.6436,207.77467,273.40762,131.73544,229.64929,9.529117,16.203566,37.82541,5.840288,6.1221395,60.71239,61.285755,79.65803,16.679289,21.789211,260.81683,9.330725,3290.7002,96.249146,70.15347,113.16377,98.277954,228.08936,135.884,87.02778,29.981535,38.677,94.59425,325.83368,546.46826,131.25438,443.92145,82.828354,90.99535,274.53546,261.6166,1014.9324,283.1816,4.3162985,16.701458,9.545931,78.129166,15765.471,6.4564443,16.031004,26.56926,45.152496,507.15878,90.37426,175.63298,4.137394,237.99722,531.0863,330.1554,111.41496,344.88995,34.229538,65.16058,299.1691,15.800455,2.2727153,13.58081,1990.7878,0.25441936,0.7674083,68.52032,7.896984,4.570808,8.877725,15.259363,178.0573,60.906635,127.48233,922.949,207.03787,1968.6287,1806.6661,15.907929,25.423033,14296.26,8.870138,59.264816,486.23853,97.29833,161.2543,67.87906,361.22888,1065.8445,367.85672,11.711409,78.23611,932.0327,2042.1703,39.569347,567.8018,46.02271,0.9969704,57.85209,1.0418383,0.5687456,2.5563464,31.354254,115.28171,288.8781,14.534852,3459.1653,233.35902,80.24398,112.58437,49.79258,93.75035,38.706806,2.7191389,66.140274,371.84366,94.27904,55.64629,46.52768,24.352154,36.884842,41.172176,46.334396,926.3078,153.60759,3506.6196,38.5254,3804.7056,74.88298,474.80518,2231.4055,66.249954,10.964497,1840.195,2217.4138,6173.2446,234.7353 +2023-06-17 11:00:00,0.0,13205.225,124.17759,19.06179,29.553432,25.397917,179.99168,25.939426,39.344505,20.530872,23.764727,650.49133,538.28436,12.305782,111.24436,12.336942,2.5138009,24.281553,34.49339,7.396993,375.7048,3.073803,321.81546,59.279186,0.5422241,3.3495553,110.70185,28.726496,121.40664,147.90509,13571.967,0.6824958,1635.8086,1.4148914,0.90292305,0.47912496,3.422378,181.02574,242.91814,32.47158,267.66492,25.573576,23.03529,1103.1925,4.44355,127.99524,108.201965,398.2597,97.927635,377.3709,21.240044,218.42676,0.0,3647.8208,14798.153,23.601349,262.09677,133.45053,42207.84,160.34393,18.484491,102.41934,196.35287,71.235916,26.21295,136.4456,1497.6733,250.42752,88.55546,14.709231,14.434954,777.57837,53.273685,1146.4106,115.346535,2179.53,207.96371,273.64618,131.63293,230.01045,9.525382,16.19713,37.80107,5.835807,6.115335,60.719673,61.262665,79.617226,16.673916,21.79516,260.92642,9.327228,3289.5898,96.32165,70.09549,113.24036,98.34792,228.04051,135.92975,87.013885,29.992588,38.70416,94.683235,325.81314,547.34094,131.32031,444.0823,82.87569,91.02456,274.63416,261.68143,1014.7298,283.3809,4.3144617,16.702604,9.5483465,78.01777,15765.059,6.452389,16.020136,26.55463,45.175686,507.42148,90.392136,175.74307,4.134632,238.04861,531.20886,330.2855,111.45348,344.86127,34.21227,65.159744,299.08636,15.793801,2.2714598,13.577028,1991.2948,0.25416154,0.7667291,68.48655,7.888492,4.56875,8.86974,15.246341,177.96252,60.87613,127.45651,922.51996,207.04166,1968.3644,1806.4664,15.899346,25.420893,14291.205,8.869438,59.261574,486.44415,97.29167,161.2059,67.869,361.12778,1065.4794,367.94785,11.71374,78.22639,932.3729,2041.7144,39.56783,567.7176,45.99531,0.9971255,57.85777,1.0420713,0.56904924,2.5577812,31.351345,115.273056,288.85916,14.543426,3459.405,233.45659,80.29282,112.69531,49.874504,93.75955,38.762154,2.7204862,66.232635,372.4777,94.48502,55.769325,46.616688,24.346703,36.94742,41.25984,46.34494,926.19305,153.66092,3508.387,38.523643,3804.5764,74.89598,474.68942,2232.2646,66.283844,10.959596,1839.6172,2215.888,6171.1934,234.46239 +2023-06-17 12:00:00,0.0,13215.077,124.28513,19.063667,29.572943,25.386667,179.96838,25.935356,39.327736,20.528467,23.762218,650.292,538.17206,12.2997,111.30488,12.347891,2.5107672,24.277493,34.45849,7.3781614,375.6173,3.0655327,321.77612,59.249413,0.5416058,3.3476796,110.69346,28.707693,121.26111,147.8706,13583.686,0.6824081,1635.3969,1.4139984,0.9022392,0.47879642,3.418659,180.96092,242.83055,32.46113,267.4875,25.567749,23.06685,1104.1066,4.441969,128.11328,108.26604,398.07642,98.066315,377.37955,21.233809,218.78065,0.0,3644.9175,14800.162,23.59689,262.40332,133.42926,42216.07,160.25638,18.485308,102.54024,196.59976,71.162094,26.182785,136.675,1499.525,250.74063,88.67743,14.71194,14.427228,776.59814,53.286148,1148.2336,115.435005,2179.4167,208.15274,273.88477,131.53043,230.37161,9.5216465,16.190695,37.776737,5.831326,6.1085305,60.72696,61.239582,79.57643,16.668543,21.80111,261.03604,9.32373,3288.4792,96.39414,70.0375,113.31694,98.41789,227.99167,135.9755,87.0,30.003643,38.73132,94.77221,325.7926,548.21356,131.38625,444.24313,82.92301,91.05376,274.73285,261.74625,1014.5273,283.5802,4.312625,16.70375,9.550762,77.90637,15764.647,6.4483333,16.009266,26.54,45.19888,507.68414,90.41,175.85318,4.1318703,238.1,531.3314,330.4156,111.492004,344.83255,34.195,65.1589,299.00363,15.787148,2.2702043,13.573247,1991.8016,0.25390372,0.76605,68.45278,7.88,4.5666924,8.861753,15.233318,177.86774,60.845627,127.430695,922.091,207.04546,1968.1,1806.2666,15.890764,25.41875,14286.15,8.868739,59.25833,486.64975,97.285,161.1575,67.85895,361.02667,1065.1143,368.03894,11.716072,78.21667,932.71313,2041.2583,39.566315,567.6333,45.96792,0.99728066,57.86345,1.0423043,0.56935287,2.5592158,31.348438,115.2644,288.8402,14.552,3459.6448,233.55417,80.34167,112.80625,49.95643,93.76875,38.8175,2.7218335,66.325,373.11172,94.691,55.892365,46.705696,24.341251,37.01,41.3475,46.355488,926.07825,153.71426,3510.1543,38.521893,3804.4473,74.90897,474.57367,2233.1238,66.317726,10.954694,1839.0393,2214.362,6169.142,234.18945 +2023-06-17 13:00:00,0.0,13224.929,124.39268,19.065542,29.592453,25.375418,179.9451,25.931288,39.310966,20.52606,23.759712,650.0927,538.05975,12.293617,111.365395,12.35884,2.5077336,24.273432,34.42359,7.3593297,375.52982,3.0572624,321.7368,59.21964,0.54098743,3.3458037,110.68507,28.688889,121.115585,147.83612,13595.405,0.6823204,1634.9851,1.4131054,0.90155536,0.4784679,3.41494,180.8961,242.74298,32.45068,267.31006,25.561922,23.098412,1105.0206,4.4403877,128.23134,108.33011,397.89313,98.205,377.38815,21.227575,219.13455,0.0,3642.0144,14802.171,23.592428,262.7099,133.408,42224.297,160.16881,18.486126,102.661125,196.84662,71.08827,26.152622,136.9044,1501.3767,251.05373,88.7994,14.714649,14.419502,775.618,53.29861,1150.0568,115.523476,2179.3032,208.34178,274.12332,131.4279,230.73277,9.517912,16.18426,37.7524,5.826845,6.101726,60.73424,61.216496,79.53563,16.66317,21.80706,261.14566,9.320234,3287.3687,96.46664,69.979515,113.39352,98.48786,227.94283,136.02124,86.986115,30.014696,38.75848,94.86118,325.77206,549.0862,131.4522,444.40396,82.970345,91.082954,274.8315,261.81107,1014.32477,283.77948,4.310788,16.704897,9.553177,77.794975,15764.236,6.444278,15.998396,26.52537,45.222073,507.9468,90.42787,175.96329,4.1291084,238.15138,531.45404,330.5457,111.53053,344.80386,34.17773,65.15805,298.92093,15.780495,2.2689488,13.569466,1992.3086,0.2536459,0.7653708,68.41901,7.871508,4.564635,8.853768,15.220296,177.77296,60.815125,127.40488,921.662,207.04924,1967.8357,1806.0669,15.882181,25.416609,14281.096,8.868039,59.255093,486.85538,97.278336,161.1091,67.848885,360.92557,1064.7491,368.13007,11.718403,78.20694,933.05334,2040.8024,39.564796,567.5491,45.94052,0.9974358,57.86913,1.0425372,0.5696565,2.5606503,31.34553,115.255745,288.82123,14.560575,3459.8843,233.65173,80.39051,112.91719,50.038353,93.777954,38.87285,2.7231805,66.41736,373.74576,94.89698,56.0154,46.794704,24.335798,37.07258,41.43516,46.366035,925.9635,153.7676,3511.9216,38.52014,3804.3179,74.921974,474.45792,2233.983,66.351616,10.949793,1838.4615,2212.8362,6167.091,233.91653 +2023-06-17 14:00:00,0.0,13234.781,124.50022,19.06742,29.611961,25.364166,179.9218,25.927217,39.294193,20.523653,23.757204,649.8934,537.94745,12.287536,111.42591,12.36979,2.5047,24.269373,34.38869,7.3404984,375.44232,3.0489924,321.69748,59.189865,0.5403691,3.343928,110.676674,28.670086,120.97006,147.80164,13607.125,0.68223274,1634.5735,1.4122124,0.90087146,0.4781394,3.4112208,180.83128,242.6554,32.440228,267.13263,25.556097,23.12997,1105.9347,4.438807,128.34938,108.39419,397.7098,98.34368,377.3968,21.22134,219.48845,0.0,3639.1108,14804.18,23.587967,263.01648,133.38673,42232.527,160.08125,18.486942,102.78202,197.0935,71.01445,26.12246,137.13379,1503.2284,251.36684,88.92138,14.717358,14.411776,774.6378,53.311073,1151.8799,115.611946,2179.19,208.53082,274.36188,131.3254,231.09393,9.514176,16.177824,37.728065,5.822364,6.0949216,60.741528,61.193413,79.49483,16.657799,21.81301,261.25525,9.316737,3286.258,96.53914,69.921524,113.4701,98.55784,227.89398,136.06699,86.97222,30.02575,38.785645,94.95016,325.7515,549.9588,131.51813,444.56482,83.01768,91.11215,274.9302,261.87592,1014.12225,283.9788,4.3089514,16.706041,9.555593,77.68358,15763.824,6.4402223,15.987527,26.51074,45.245262,508.2095,90.44575,176.07338,4.1263466,238.20277,531.5766,330.67578,111.56905,344.77515,34.16046,65.15721,298.8382,15.773842,2.267693,13.565684,1992.8156,0.25338808,0.7646916,68.38524,7.8630157,4.562577,8.845782,15.2072735,177.67818,60.78462,127.37906,921.23303,207.05302,1967.5714,1805.8671,15.873599,25.414469,14276.041,8.86734,59.25185,487.061,97.27167,161.0607,67.83883,360.82446,1064.384,368.22116,11.720735,78.19722,933.39355,2040.3463,39.56328,567.4648,45.913124,0.99759096,57.874813,1.0427703,0.56996006,2.5620852,31.34262,115.247086,288.80228,14.569148,3460.124,233.7493,80.439354,113.02812,50.120277,93.787155,38.928196,2.7245278,66.50972,374.3798,95.10296,56.138435,46.883713,24.330347,37.13516,41.522823,46.37658,925.8487,153.82092,3513.689,38.518387,3804.1887,74.934975,474.34216,2234.842,66.385506,10.944891,1837.8837,2211.3103,6165.0396,233.64362 +2023-06-17 15:00:00,0.0,13244.633,124.60777,19.069294,29.631472,25.352917,179.8985,25.92315,39.27742,20.521248,23.754698,649.69403,537.83514,12.281453,111.48643,12.380739,2.5016663,24.265312,34.35379,7.3216667,375.35483,3.0407221,321.65814,59.16009,0.5397508,3.3420525,110.66828,28.651283,120.82454,147.76715,13618.844,0.68214506,1634.1617,1.4113195,0.9001876,0.4778109,3.407502,180.76646,242.56783,32.429775,266.9552,25.55027,23.161531,1106.8488,4.437226,128.46742,108.45826,397.5265,98.48237,377.40543,21.215105,219.84235,0.0,3636.208,14806.189,23.583508,263.32306,133.36546,42240.758,159.99368,18.48776,102.902916,197.34038,70.94062,26.092297,137.36319,1505.0801,251.67995,89.04335,14.720067,14.40405,773.65765,53.323536,1153.703,115.700424,2179.0764,208.71985,274.60046,131.22289,231.45508,9.510442,16.171389,37.703728,5.817883,6.088117,60.748814,61.170326,79.454025,16.652426,21.818958,261.36487,9.31324,3285.1477,96.61163,69.86354,113.546684,98.62781,227.84514,136.11273,86.958336,30.036802,38.812805,95.03913,325.73096,550.8315,131.58406,444.72565,83.06501,91.14135,275.0289,261.94073,1013.91974,284.17807,4.3071146,16.707188,9.558008,77.57218,15763.413,6.436167,15.976657,26.49611,45.268456,508.47217,90.463615,176.18349,4.1235847,238.25417,531.69916,330.80588,111.607574,344.74646,34.143196,65.156364,298.75546,15.767188,2.2664375,13.561902,1993.3224,0.25313026,0.76401246,68.35147,7.8545237,4.560519,8.837797,15.194251,177.58339,60.754116,127.35325,920.804,207.05681,1967.3071,1805.6674,15.865016,25.412327,14270.986,8.86664,59.24861,487.2666,97.265,161.0123,67.828766,360.72333,1064.0189,368.3123,11.723065,78.1875,933.73376,2039.8904,39.56176,567.38055,45.88573,0.9977461,57.880493,1.0430032,0.5702637,2.5635197,31.339714,115.238434,288.78333,14.577723,3460.3638,233.84688,80.48819,113.13906,50.2022,93.79636,38.983543,2.7258751,66.60208,375.01382,95.308945,56.26147,46.97272,24.324896,37.19774,41.610485,46.387127,925.73395,153.87427,3515.456,38.516636,3804.0596,74.94797,474.2264,2235.7012,66.419395,10.93999,1837.3058,2209.7844,6162.9883,233.3707 +2023-06-17 16:00:00,0.0,13254.485,124.71532,19.07117,29.650982,25.341667,179.8752,25.919079,39.26065,20.51884,23.75219,649.4947,537.72284,12.275371,111.54694,12.391688,2.4986327,24.261251,34.31889,7.3028355,375.26736,3.032452,321.61884,59.130318,0.5391325,3.3401768,110.65989,28.632479,120.679016,147.73267,13630.563,0.6820574,1633.75,1.4104265,0.8995037,0.47748238,3.403783,180.70163,242.48024,32.419323,266.77777,25.544443,23.193092,1107.763,4.4356446,128.58546,108.52233,397.34323,98.621056,377.41403,21.20887,220.19624,0.0,3633.3047,14808.198,23.579046,263.62964,133.3442,42248.984,159.90613,18.488577,103.0238,197.58725,70.8668,26.062134,137.59259,1506.9318,251.99306,89.16532,14.722775,14.396324,772.6774,53.336,1155.5261,115.788895,2178.963,208.90889,274.83902,131.12038,231.81624,9.506706,16.164953,37.679394,5.8134017,6.0813127,60.756096,61.14724,79.41323,16.647053,21.82491,261.4745,9.309744,3284.037,96.684135,69.80556,113.62326,98.69778,227.7963,136.15848,86.94444,30.047857,38.839966,95.128105,325.71042,551.7041,131.65,444.8865,83.112335,91.17055,275.1276,262.00555,1013.7172,284.37738,4.305278,16.708334,9.560423,77.460785,15763.001,6.4321113,15.965788,26.481482,45.29165,508.73483,90.48148,176.2936,4.120823,238.30556,531.8218,330.93597,111.646095,344.71774,34.125927,65.15552,298.67273,15.760535,2.265182,13.558121,1993.8293,0.25287244,0.76333326,68.317696,7.8460317,4.5584617,8.829811,15.181229,177.48862,60.723614,127.32743,920.37506,207.06061,1967.0427,1805.4675,15.856434,25.410187,14265.932,8.865941,59.24537,487.47223,97.25833,160.9639,67.81871,360.62222,1063.6538,368.40338,11.725397,78.17778,934.074,2039.4343,39.560246,567.29626,45.858334,0.99790126,57.886173,1.0432361,0.5705673,2.5649543,31.336805,115.229774,288.76437,14.586296,3460.6033,233.94444,80.53703,113.25,50.284126,93.80556,39.038887,2.7272222,66.69444,375.64786,95.51492,56.38451,47.06173,24.319445,37.260315,41.698147,46.39767,925.6192,153.9276,3517.2234,38.514885,3803.9304,74.96097,474.11066,2236.5603,66.453285,10.935088,1836.728,2208.2585,6160.937,233.09776 +2023-06-17 17:00:00,0.0,13264.337,124.82286,19.073048,29.670492,25.330418,179.8519,25.91501,39.24388,20.516436,23.749683,649.29535,537.61053,12.269288,111.60746,12.402638,2.495599,24.25719,34.283993,7.2840037,375.17987,3.0241818,321.5795,59.100544,0.53851414,3.338301,110.6515,28.613676,120.533485,147.69818,13642.283,0.6819697,1633.3383,1.4095335,0.89881986,0.47715387,3.400064,180.63681,242.39267,32.408875,266.60034,25.538618,23.224653,1108.677,4.4340634,128.70352,108.5864,397.1599,98.759735,377.42267,21.202635,220.55014,0.0,3630.4014,14810.207,23.574587,263.93622,133.32292,42257.215,159.81856,18.489393,103.1447,197.8341,70.79298,26.031971,137.82199,1508.7834,252.30617,89.2873,14.725485,14.388598,771.69727,53.34846,1157.3492,115.877365,2178.8496,209.09792,275.0776,131.01787,232.1774,9.502972,16.158518,37.655056,5.808921,6.074508,60.763382,61.124153,79.37243,16.64168,21.830858,261.58408,9.306247,3282.9265,96.75663,69.74757,113.699844,98.767746,227.74745,136.20424,86.93056,30.05891,38.867126,95.21708,325.68988,552.5767,131.71594,445.04733,83.15967,91.199745,275.2263,262.07037,1013.51465,284.57666,4.303441,16.70948,9.562839,77.34939,15762.59,6.428056,15.954918,26.466852,45.31484,508.9975,90.49936,176.40369,4.118061,238.35695,531.94434,331.06607,111.68462,344.68906,34.108658,65.15468,298.59,15.753881,2.2639263,13.554339,1994.3363,0.25261462,0.7626541,68.28393,7.8375397,4.5564036,8.821826,15.168206,177.39383,60.69311,127.30161,919.94604,207.06439,1966.7784,1805.2678,15.847851,25.408045,14260.877,8.865241,59.24213,487.67786,97.25167,160.91548,67.808655,360.52112,1063.2887,368.4945,11.727728,78.16805,934.4142,2038.9784,39.558727,567.21204,45.830936,0.9980564,57.891853,1.0434692,0.57087094,2.566389,31.333897,115.22112,288.74542,14.594871,3460.843,234.042,80.58588,113.36094,50.36605,93.81476,39.094234,2.7285695,66.786804,376.2819,95.7209,56.507545,47.150738,24.313993,37.322895,41.78581,46.40822,925.5044,153.98093,3518.9907,38.513134,3803.801,74.97396,473.9949,2237.4194,66.48717,10.930187,1836.1501,2206.7327,6158.8857,232.82484 +2023-06-17 18:00:00,0.0,13274.189,124.930405,19.074923,29.69,25.319166,179.8286,25.91094,39.227108,20.514029,23.747177,649.096,537.4982,12.263206,111.667984,12.413588,2.4925656,24.25313,34.249092,7.265172,375.09238,3.0159118,321.54016,59.07077,0.5378958,3.3364253,110.643105,28.594872,120.38796,147.66368,13654.003,0.681882,1632.9265,1.4086405,0.898136,0.47682533,3.3963451,180.57199,242.30508,32.398422,266.4229,25.532791,23.256212,1109.5911,4.4324827,128.82156,108.650475,396.97662,98.89842,377.4313,21.1964,220.90404,0.0,3627.498,14812.216,23.570126,264.24277,133.30165,42265.445,159.731,18.490211,103.265594,198.08098,70.719154,26.001808,138.05139,1510.6351,252.61928,89.40927,14.728193,14.380873,770.7171,53.360924,1159.1724,115.965836,2178.736,209.28696,275.31616,130.91534,232.53856,9.499236,16.152082,37.630722,5.8044395,6.067704,60.770664,61.101067,79.33163,16.636307,21.836807,261.6937,9.30275,3281.816,96.829124,69.68958,113.77643,98.83772,227.69861,136.24998,86.916664,30.069963,38.89429,95.30605,325.66934,553.4494,131.78188,445.20816,83.207,91.22895,275.32495,262.1352,1013.31213,284.77597,4.3016043,16.710625,9.565254,77.23799,15762.178,6.4240003,15.944049,26.452223,45.33803,509.2602,90.51723,176.5138,4.115299,238.40834,532.0669,331.19617,111.723145,344.66034,34.09139,65.15383,298.5073,15.747229,2.2626708,13.550558,1994.8431,0.2523568,0.76197493,68.25015,7.8290477,4.554346,8.813841,15.155183,177.29904,60.662605,127.275795,919.5171,207.06818,1966.5142,1805.068,15.839269,25.405903,14255.822,8.864542,59.238888,487.88345,97.245,160.86708,67.79859,360.42,1062.9236,368.58563,11.73006,78.15833,934.7544,2038.5225,39.55721,567.12775,45.803543,0.9982115,57.897533,1.0437021,0.57117456,2.5678236,31.33099,115.21246,288.72647,14.603444,3461.0828,234.13959,80.63472,113.47188,50.447975,93.82396,39.149582,2.7299168,66.879166,376.91592,95.92688,56.63058,47.239746,24.308542,37.385475,41.87347,46.418766,925.38965,154.03426,3520.758,38.51138,3803.6719,74.98696,473.87915,2238.2786,66.52106,10.925285,1835.5724,2205.2068,6156.835,232.55193 +2023-06-17 19:00:00,0.0,13284.041,125.03795,19.0768,29.70951,25.307917,179.8053,25.906872,39.210335,20.511621,23.744669,648.8967,537.3859,12.257123,111.7285,12.424537,2.489532,24.249071,34.21419,7.2463408,375.00488,3.0076416,321.50085,59.040993,0.5372775,3.3345497,110.63471,28.576069,120.24244,147.6292,13665.722,0.68179435,1632.5149,1.4077475,0.8974521,0.47649682,3.392626,180.50717,242.21751,32.38797,266.24548,25.526964,23.287773,1110.5051,4.4309015,128.9396,108.71455,396.79333,99.03711,377.4399,21.190166,221.25793,0.0,3624.5947,14814.225,23.565666,264.54935,133.28038,42273.676,159.64343,18.491028,103.38648,198.32785,70.645325,25.971645,138.28079,1512.4868,252.93237,89.53124,14.730903,14.373147,769.7369,53.373386,1160.9955,116.054306,2178.6228,209.47598,275.55472,130.81284,232.8997,9.4955015,16.145647,37.606384,5.7999587,6.0608997,60.77795,61.07798,79.290825,16.630936,21.842758,261.8033,9.299253,3280.7056,96.90163,69.6316,113.85301,98.90769,227.64977,136.29573,86.90278,30.081017,38.92145,95.39503,325.64877,554.322,131.84781,445.36902,83.25433,91.25815,275.42365,262.20004,1013.1096,284.97525,4.2997675,16.711771,9.567669,77.126595,15761.767,6.4199443,15.933179,26.437593,45.361225,509.52286,90.535095,176.6239,4.1125374,238.45972,532.1895,331.32626,111.761665,344.63165,34.07412,65.152985,298.42456,15.740575,2.2614152,13.546777,1995.3501,0.25209898,0.7612958,68.216385,7.8205557,4.5522885,8.805855,15.14216,177.20427,60.632103,127.24998,919.0881,207.07196,1966.2498,1804.8683,15.830686,25.403763,14250.768,8.863842,59.23565,488.08908,97.238335,160.81868,67.788536,360.31888,1062.5585,368.67673,11.732391,78.14861,935.0946,2038.0664,39.55569,567.0435,45.776146,0.99836665,57.903214,1.0439351,0.5714782,2.5692585,31.328081,115.20381,288.70752,14.612019,3461.3225,234.23715,80.68356,113.58281,50.5299,93.83316,39.20493,2.7312639,66.97153,377.54996,96.132866,56.75362,47.328754,24.303091,37.448055,41.961136,46.42931,925.2749,154.0876,3522.5251,38.50963,3803.5427,74.999954,473.7634,2239.138,66.55495,10.920384,1834.9945,2203.681,6154.7837,232.27899 +2023-06-17 20:00:00,0.0,13293.894,125.14549,19.078676,29.729021,25.296667,179.782,25.902802,39.193565,20.509216,23.742163,648.6974,537.2736,12.25104,111.78902,12.435487,2.4864984,24.24501,34.17929,7.227509,374.9174,2.9993713,321.46152,59.01122,0.5366592,3.332674,110.62632,28.557266,120.09692,147.59471,13677.441,0.68170667,1632.1031,1.4068545,0.8967683,0.4761683,3.388907,180.44234,242.12993,32.37752,266.06805,25.521137,23.319334,1111.4192,4.4293203,129.05765,108.77862,396.61005,99.17579,377.44855,21.183931,221.61183,0.0,3621.6917,14816.233,23.561205,264.85593,133.25911,42281.902,159.55588,18.491846,103.50738,198.57472,70.5715,25.941483,138.51018,1514.3385,253.24548,89.65322,14.733611,14.36542,768.7567,53.38585,1162.8186,116.142784,2178.5093,209.66502,275.79327,130.71033,233.26086,9.491766,16.139214,37.582047,5.7954774,6.0540953,60.785233,61.054893,79.25002,16.625563,21.848707,261.9129,9.295756,3279.595,96.97412,69.57361,113.92959,98.97766,227.60092,136.34148,86.888885,30.092072,38.948612,95.484,325.62823,555.19464,131.91376,445.52985,83.30166,91.287346,275.52234,262.26486,1012.9071,285.17456,4.2979307,16.712917,9.570085,77.0152,15761.3545,6.415889,15.92231,26.422962,45.384415,509.78552,90.55296,176.734,4.1097755,238.51111,532.3121,331.45636,111.800186,344.60294,34.05685,65.152145,298.34183,15.733922,2.2601597,13.5429945,1995.857,0.25184116,0.7606166,68.18262,7.8120637,4.550231,8.79787,15.129138,177.10948,60.6016,127.22416,918.6591,207.07576,1965.9855,1804.6685,15.8221035,25.40162,14245.713,8.863143,59.232407,488.2947,97.23167,160.77028,67.77848,360.21777,1062.1934,368.76785,11.734722,78.138885,935.4348,2037.6105,39.554173,566.9592,45.74875,0.9985218,57.908897,1.0441681,0.5717818,2.570693,31.325174,115.19515,288.68857,14.620592,3461.562,234.33472,80.73241,113.69375,50.611824,93.84236,39.260277,2.7326112,67.06389,378.184,96.338844,56.876656,47.417767,24.29764,37.510635,42.048798,46.439857,925.1601,154.14093,3524.2925,38.507877,3803.4136,75.012955,473.64764,2239.997,66.58884,10.9154825,1834.4167,2202.155,6152.7324,232.00607 +2023-06-17 21:00:00,0.0,13303.745,125.25304,19.080551,29.748531,25.285418,179.7587,25.898733,39.176796,20.50681,23.739655,648.49805,537.16125,12.244959,111.84953,12.446436,2.4834647,24.24095,34.144394,7.208678,374.82993,2.9911013,321.42218,58.981445,0.53604084,3.3307981,110.61792,28.538462,119.951385,147.56023,13689.161,0.681619,1631.6914,1.4059616,0.8960844,0.4758398,3.385188,180.37752,242.04236,32.36707,265.89062,25.515312,23.350895,1112.3333,4.427739,129.1757,108.8427,396.42676,99.314476,377.45715,21.177696,221.96573,0.0,3618.7886,14818.242,23.556746,265.1625,133.23784,42290.133,159.4683,18.492662,103.62827,198.8216,70.49768,25.91132,138.73958,1516.1902,253.5586,89.77519,14.7363205,14.357695,767.77655,53.39831,1164.6417,116.231255,2178.3958,209.85406,276.03186,130.60782,233.62202,9.488031,16.132778,37.557713,5.7909966,6.047291,60.79252,61.03181,79.20923,16.62019,21.854656,262.02252,9.292259,3278.4844,97.04662,69.515625,114.00617,99.04763,227.55208,136.38722,86.875,30.103125,38.975777,95.572975,325.6077,556.06726,131.97969,445.6907,83.34899,91.31654,275.62103,262.32968,1012.7046,285.37384,4.296094,16.714064,9.5725,76.9038,15760.943,6.4118333,15.91144,26.408333,45.407608,510.04822,90.57084,176.8441,4.1070137,238.5625,532.43463,331.58646,111.838715,344.57425,34.039585,65.1513,298.2591,15.727268,2.258904,13.539213,1996.3639,0.25158334,0.75993747,68.14884,7.803571,4.548173,8.789884,15.116116,177.01471,60.571095,127.19835,918.23004,207.07954,1965.7212,1804.4688,15.81352,25.39948,14240.658,8.862444,59.229168,488.5003,97.225,160.72188,67.76842,360.11667,1061.8282,368.85895,11.737054,78.129166,935.775,2037.1544,39.552658,566.875,45.721355,0.99867696,57.914577,1.044401,0.5720854,2.5721276,31.322266,115.1865,288.66962,14.629167,3461.8018,234.43228,80.78125,113.80469,50.69375,93.85156,39.315624,2.7339585,67.15625,378.81802,96.54482,56.99969,47.506775,24.292189,37.57321,42.13646,46.4504,925.04535,154.19426,3526.0598,38.506123,3803.2842,75.025955,473.5319,2240.8562,66.62273,10.910582,1833.8389,2200.6292,6150.681,231.73315 +2023-06-17 22:00:00,0.0,13313.598,125.36059,19.082428,29.76804,25.274166,179.7354,25.894663,39.160023,20.504404,23.737148,648.2987,537.04895,12.238876,111.91005,12.457385,2.480431,24.236889,34.109493,7.189846,374.74243,2.982831,321.38287,58.95167,0.53542256,3.3289225,110.60953,28.519659,119.80586,147.52574,13700.88,0.6815313,1631.2797,1.4050686,0.8954005,0.47551128,3.381469,180.3127,241.95477,32.356617,265.7132,25.509485,23.382454,1113.2473,4.4261584,129.29375,108.90677,396.24344,99.453156,377.4658,21.171461,222.31963,0.0,3615.8853,14820.251,23.552284,265.4691,133.21657,42298.363,159.38075,18.49348,103.74916,199.06848,70.42386,25.881157,138.96898,1518.0419,253.8717,89.89717,14.739029,14.349969,766.7964,53.410774,1166.4648,116.319725,2178.2825,210.04309,276.27042,130.50531,233.98318,9.484296,16.126343,37.533375,5.7865157,6.0404863,60.7998,61.008724,79.16843,16.614817,21.860607,262.13214,9.288763,3277.3738,97.11912,69.45764,114.082756,99.11761,227.50323,136.43297,86.861115,30.114178,39.002937,95.66196,325.58716,556.93994,132.04562,445.85153,83.396324,91.34574,275.71973,262.3945,1012.5021,285.57315,4.2942567,16.715208,9.574915,76.792404,15760.532,6.407778,15.900571,26.393703,45.4308,510.31088,90.58871,176.95421,4.104252,238.61389,532.55725,331.71652,111.877235,344.54553,34.022316,65.15045,298.17636,15.720615,2.2576485,13.535432,1996.8708,0.25132552,0.7592583,68.115074,7.795079,4.5461154,8.7818985,15.103093,176.91992,60.540592,127.17253,917.8011,207.08333,1965.4569,1804.2689,15.804937,25.397339,14235.604,8.861744,59.225925,488.70593,97.21834,160.67348,67.75836,360.01556,1061.4631,368.95007,11.739385,78.119446,936.11523,2036.6985,39.55114,566.7907,45.69396,0.9988321,57.920258,1.044634,0.572389,2.5735624,31.319357,115.17784,288.65067,14.637741,3462.0415,234.52986,80.83009,113.91563,50.775673,93.86076,39.37097,2.7353055,67.24861,379.45206,96.7508,57.122726,47.595783,24.286737,37.63579,42.22412,46.46095,924.93054,154.24759,3527.8271,38.50437,3803.155,75.03895,473.41614,2241.7153,66.65662,10.905681,1833.2611,2199.1033,6148.63,231.46024 +2023-06-17 23:00:00,0.0,13323.449,125.46813,19.084305,29.78755,25.262917,179.7121,25.890594,39.14325,20.501997,23.73464,648.09937,536.93665,12.232794,111.970566,12.468335,2.4773974,24.232828,34.074593,7.1710143,374.65494,2.974561,321.34354,58.921898,0.5348042,3.3270469,110.601135,28.500854,119.66034,147.49126,13712.6,0.68144363,1630.8679,1.4041756,0.8947167,0.47518277,3.3777502,180.24788,241.8672,32.346165,265.53577,25.503658,23.414015,1114.1614,4.424577,129.41179,108.97084,396.06015,99.59184,377.47443,21.165226,222.67352,0.0,3612.982,14822.261,23.547825,265.77567,133.1953,42306.594,159.29318,18.494297,103.870056,199.31534,70.35004,25.850994,139.19838,1519.8936,254.18481,90.01914,14.741738,14.342243,765.81616,53.423237,1168.288,116.408195,2178.169,210.23213,276.50897,130.40279,234.34435,9.480561,16.119907,37.50904,5.7820344,6.033682,60.807087,60.98564,79.127625,16.609446,21.866556,262.24173,9.285266,3276.2634,97.19161,69.39965,114.15933,99.18758,227.45439,136.47871,86.84722,30.12523,39.030098,95.75093,325.56662,557.81256,132.11156,446.01236,83.44366,91.37494,275.8184,262.45935,1012.2995,285.77243,4.29242,16.716354,9.577331,76.68101,15760.12,6.4037223,15.889702,26.379074,45.45399,510.57355,90.606575,177.0643,4.10149,238.66528,532.6798,331.84662,111.91576,344.51685,34.005047,65.14961,298.09366,15.713962,2.256393,13.531651,1997.3777,0.2510677,0.75857913,68.08131,7.786587,4.544058,8.773912,15.090071,176.82513,60.51009,127.14671,917.3721,207.08711,1965.1925,1804.0692,15.796355,25.395197,14230.549,8.861045,59.222687,488.91156,97.21167,160.62508,67.7483,359.91446,1061.098,369.04117,11.741716,78.10972,936.45544,2036.2424,39.54962,566.7065,45.66656,0.99898726,57.925938,1.044867,0.57269263,2.574997,31.31645,115.16919,288.6317,14.646315,3462.281,234.62743,80.87894,114.026566,50.8576,93.869965,39.42632,2.7366529,67.34097,380.0861,96.95678,57.245766,47.68479,24.281284,37.69837,42.311783,46.471497,924.8158,154.30093,3529.5945,38.50262,3803.026,75.05195,473.30038,2242.5745,66.6905,10.900779,1832.6832,2197.5774,6146.5786,231.1873 +2023-06-18 00:00:00,0.0,13333.302,125.575676,19.08618,29.80706,25.251667,179.6888,25.886524,39.12648,20.499592,23.732134,647.9001,536.82434,12.226711,112.03108,12.479284,2.4743638,24.228767,34.039692,7.152183,374.56744,2.9662907,321.30423,58.892124,0.5341859,3.3251712,110.59274,28.482052,119.51482,147.45677,13724.319,0.68135595,1630.4563,1.4032826,0.89403284,0.47485423,3.374031,180.18304,241.77963,32.335716,265.35834,25.497833,23.445576,1115.0754,4.422996,129.52983,109.03491,395.87683,99.73053,377.48303,21.15899,223.02742,0.0,3610.0786,14824.27,23.543364,266.0822,133.17404,42314.82,159.20563,18.495115,103.99095,199.56223,70.27621,25.820831,139.42778,1521.7452,254.49791,90.14111,14.744447,14.3345175,764.836,53.4357,1170.1111,116.49667,2178.0557,210.42116,276.74756,130.30028,234.70549,9.476826,16.113472,37.484703,5.7775536,6.0268774,60.814373,60.96255,79.08682,16.604073,21.872505,262.35135,9.28177,3275.1528,97.264114,69.34167,114.235916,99.257545,227.40556,136.52446,86.833336,30.136286,39.05726,95.839905,325.54605,558.6852,132.1775,446.17322,83.49098,91.40414,275.91708,262.52417,1012.097,285.97174,4.290583,16.7175,9.579746,76.56961,15759.709,6.399667,15.878832,26.364445,45.477184,510.83624,90.62445,177.17441,4.098728,238.71666,532.80237,331.9767,111.95428,344.48813,33.987778,65.148766,298.01093,15.707309,2.2551374,13.527869,1997.8846,0.25080988,0.75789994,68.04753,7.7780952,4.542,8.765927,15.077048,176.73036,60.479584,127.120895,916.9431,207.09091,1964.9282,1803.8694,15.787772,25.393057,14225.494,8.860345,59.219444,489.1172,97.205,160.57668,67.73824,359.81332,1060.7329,369.1323,11.744048,78.1,936.79565,2035.7865,39.548103,566.6222,45.639168,0.99914235,57.931618,1.0451,0.57299626,2.5764315,31.313541,115.16053,288.61276,14.654889,3462.5208,234.72499,80.92778,114.1375,50.939526,93.879166,39.481667,2.7380002,67.433334,380.72012,97.162766,57.3688,47.7738,24.275833,37.760952,42.399445,46.48204,924.70105,154.35426,3531.3616,38.500866,3802.8967,75.06494,473.18463,2243.4336,66.72439,10.895878,1832.1055,2196.0515,6144.5273,230.91438 +2023-06-18 01:00:00,0.0,13343.153,125.68322,19.088057,29.82657,25.240417,179.6655,25.882456,39.10971,20.497185,23.729626,647.70074,536.71204,12.220629,112.091606,12.490233,2.4713302,24.224709,34.004795,7.1333513,374.47998,2.9580204,321.2649,58.86235,0.53356755,3.3232956,110.58435,28.46325,119.36929,147.42229,13736.038,0.6812683,1630.0446,1.4023896,0.89334893,0.47452572,3.370312,180.11823,241.69205,32.325264,265.1809,25.492006,23.477137,1115.9896,4.421415,129.64789,109.09898,395.69354,99.86921,377.49167,21.152758,223.38132,0.0,3607.1755,14826.278,23.538904,266.3888,133.15277,42323.05,159.11806,18.495932,104.11184,199.80908,70.202385,25.790668,139.65718,1523.5969,254.81102,90.26309,14.747156,14.326791,763.85583,53.448166,1171.9342,116.585144,2177.9421,210.6102,276.9861,130.19777,235.06665,9.473091,16.107037,37.46037,5.7730722,6.020073,60.821655,60.939465,79.04603,16.5987,21.878456,262.46094,9.278273,3274.0422,97.33661,69.28368,114.3125,99.327515,227.35672,136.5702,86.81944,30.147339,39.084423,95.92888,325.5255,559.5578,132.24344,446.33405,83.538315,91.43334,276.01578,262.589,1011.8945,286.17102,4.2887464,16.718647,9.582161,76.45821,15759.297,6.3956113,15.867963,26.349815,45.500378,511.0989,90.64232,177.28452,4.095967,238.76805,532.925,332.1068,111.992805,344.45944,33.97051,65.14792,297.9282,15.700655,2.2538817,13.524087,1998.3916,0.25055206,0.7572208,68.01376,7.7696033,4.5399423,8.757941,15.064026,176.63557,60.44908,127.09508,916.5141,207.0947,1964.664,1803.6697,15.77919,25.390915,14220.439,8.859646,59.2162,489.32278,97.19833,160.52826,67.72819,359.71222,1060.3678,369.2234,11.746379,78.09028,937.13586,2035.3304,39.54659,566.53796,45.61177,0.9992975,57.937298,1.0453329,0.5732999,2.5778663,31.310635,115.15188,288.5938,14.663463,3462.7605,234.82257,80.976616,114.248436,51.02145,93.88837,39.537014,2.7393472,67.525696,381.35416,97.368744,57.491837,47.86281,24.270382,37.823532,42.487106,46.492588,924.58624,154.4076,3533.129,38.499115,3802.7676,75.07794,473.06888,2244.2927,66.75828,10.890976,1831.5276,2194.5256,6142.476,230.64146 +2023-06-18 02:00:00,0.0,13353.006,125.790764,19.089933,29.846079,25.229166,179.6422,25.878386,39.092937,20.494778,23.72712,647.5014,536.59973,12.214546,112.15212,12.5011835,2.4682965,24.220648,33.969894,7.11452,374.3925,2.9497504,321.22556,58.832573,0.53294927,3.3214197,110.57596,28.444445,119.22376,147.3878,13747.758,0.6811806,1629.6328,1.4014966,0.8926651,0.4741972,3.3665931,180.0534,241.60448,32.31481,265.00348,25.48618,23.508696,1116.9037,4.419834,129.76593,109.163055,395.51025,100.0079,377.5003,21.146523,223.73521,0.0,3604.2725,14828.287,23.534443,266.69537,133.1315,42331.28,159.0305,18.49675,104.232735,200.05597,70.12856,25.760506,139.88657,1525.4486,255.12413,90.38506,14.749865,14.319065,762.8756,53.46063,1173.7573,116.673615,2177.8286,210.79922,277.2247,130.09526,235.42781,9.469357,16.100601,37.43603,5.7685914,6.0132685,60.82894,60.91638,79.005226,16.593327,21.884405,262.57056,9.2747755,3272.9316,97.40911,69.22569,114.389084,99.39749,227.30788,136.61595,86.80556,30.158392,39.111584,96.01785,325.50497,560.4305,132.30937,446.4949,83.58565,91.46254,276.11447,262.6538,1011.69196,286.37033,4.2869096,16.719791,9.584577,76.34681,15758.886,6.391556,15.857093,26.335186,45.523567,511.36157,90.66019,177.3946,4.093205,238.81944,533.04755,332.2369,112.03133,344.43073,33.95324,65.14708,297.84546,15.694002,2.2526262,13.520306,1998.8984,0.25029427,0.7565416,67.97999,7.7611113,4.5378847,8.749956,15.051003,176.54079,60.41858,127.06926,916.08514,207.09848,1964.3997,1803.4698,15.770607,25.388775,14215.385,8.858946,59.212963,489.5284,97.191666,160.47986,67.718124,359.6111,1060.0027,369.3145,11.748711,78.08055,937.4761,2034.8745,39.54507,566.4537,45.584373,0.99945265,57.94298,1.045566,0.5736035,2.5793009,31.307726,115.14322,288.57486,14.672037,3463.0,234.92014,81.02546,114.359375,51.103374,93.89757,39.59236,2.7406945,67.61806,381.9882,97.57472,57.614872,47.951817,24.26493,37.88611,42.574768,46.50313,924.4715,154.46092,3534.8962,38.497364,3802.6382,75.090935,472.95316,2245.1519,66.79217,10.886075,1830.9497,2192.9998,6140.425,230.36853 +2023-06-18 03:00:00,0.0,13362.857,125.89831,19.091808,29.86559,25.217916,179.6189,25.874317,39.076164,20.492373,23.724613,647.30206,536.4874,12.208464,112.21264,12.512133,2.465263,24.216587,33.934994,7.0956883,374.305,2.9414802,321.18625,58.8028,0.53233093,3.319544,110.567566,28.425642,119.07824,147.3533,13759.478,0.6810929,1629.2211,1.4006038,0.8919812,0.4738687,3.362874,179.98859,241.51689,32.30436,264.82605,25.480352,23.540257,1117.8177,4.418253,129.88397,109.22713,395.32697,100.146576,377.5089,21.140287,224.08911,0.0,3601.3691,14830.296,23.529984,267.00195,133.11023,42339.508,158.94293,18.497566,104.35363,200.30283,70.05474,25.730343,140.11597,1527.3003,255.43724,90.507034,14.752574,14.311339,761.89545,53.47309,1175.5804,116.762085,2177.7153,210.98827,277.46326,129.99275,235.78897,9.465621,16.094166,37.411697,5.76411,6.0064645,60.836224,60.893295,78.964424,16.587955,21.890354,262.68018,9.271279,3271.8213,97.481606,69.16771,114.46566,99.46746,227.25903,136.66171,86.791664,30.169445,39.138744,96.10683,325.48444,561.3031,132.37532,446.65573,83.63298,91.49174,276.21317,262.71866,1011.48944,286.5696,4.285073,16.720938,9.586992,76.23541,15758.474,6.3875,15.846224,26.320555,45.54676,511.62424,90.67806,177.50471,4.090443,238.87083,533.1701,332.367,112.06985,344.40204,33.935974,65.14623,297.76273,15.687348,2.2513707,13.516524,1999.4054,0.25003645,0.7558625,67.94622,7.752619,4.535827,8.74197,15.037981,176.44601,60.388077,127.04345,915.6561,207.10226,1964.1353,1803.2701,15.762025,25.386633,14210.33,8.858247,59.20972,489.73404,97.185,160.43146,67.70807,359.51,1059.6376,369.4056,11.751041,78.07083,937.8163,2034.4186,39.543552,566.36945,45.55698,0.9996078,57.94866,1.0457989,0.57390714,2.5807357,31.304817,115.13457,288.5559,14.680611,3463.2397,235.0177,81.0743,114.470314,51.1853,93.90677,39.64771,2.7420418,67.71042,382.62222,97.7807,57.73791,48.040825,24.25948,37.94869,42.66243,46.51368,924.35675,154.51427,3536.6636,38.495613,3802.509,75.103935,472.8374,2246.0112,66.82606,10.881173,1830.372,2191.4736,6138.3735,230.09561 +2023-06-18 04:00:00,0.0,13372.71,126.00586,19.093685,29.8851,25.206667,179.5956,25.870247,39.059395,20.489965,23.722105,647.1027,536.3751,12.202382,112.273155,12.523082,2.4622293,24.212526,33.900093,7.0768566,374.2175,2.9332101,321.1469,58.773026,0.5317126,3.3176684,110.55917,28.406837,118.93272,147.31882,13771.197,0.68100524,1628.8093,1.3997108,0.89129734,0.4735402,3.3591552,179.92377,241.42932,32.29391,264.64862,25.474527,23.571817,1118.7318,4.4166718,130.00201,109.29121,395.14368,100.28526,377.51755,21.134052,224.44301,0.0,3598.4658,14832.305,23.525522,267.30853,133.08896,42347.74,158.85538,18.498384,104.47452,200.5497,69.98091,25.70018,140.34537,1529.152,255.75035,90.62901,14.755282,14.303614,760.9153,53.485554,1177.4036,116.85056,2177.6018,211.1773,277.7018,129.89023,236.15012,9.461886,16.08773,37.38736,5.7596292,5.99966,60.84351,60.87021,78.92362,16.582582,21.896305,262.78976,9.267782,3270.7107,97.5541,69.109726,114.542244,99.53743,227.21019,136.70746,86.77778,30.1805,39.165905,96.1958,325.46387,562.1757,132.44125,446.81656,83.680305,91.520935,276.31183,262.78348,1011.28687,286.76892,4.283236,16.722084,9.589407,76.124016,15758.0625,6.3834443,15.835354,26.305925,45.569954,511.88693,90.69593,177.61482,4.0876813,238.92223,533.2927,332.4971,112.10837,344.37332,33.918705,65.145386,297.68002,15.680696,2.250115,13.512743,1999.9124,0.24977861,0.7551833,67.91245,7.744127,4.533769,8.733985,15.024959,176.35123,60.35757,127.01763,915.2272,207.10606,1963.871,1803.0703,15.753442,25.384491,14205.275,8.857547,59.206482,489.93964,97.17834,160.38306,67.698006,359.4089,1059.2725,369.49673,11.753373,78.06111,938.1565,2033.9625,39.542034,566.28516,45.529583,0.99976295,57.95434,1.0460318,0.5742107,2.5821702,31.30191,115.12591,288.53696,14.689185,3463.4795,235.11528,81.123146,114.58125,51.267223,93.91597,39.703056,2.743389,67.80278,383.25626,97.98669,57.860947,48.129833,24.254028,38.01127,42.75009,46.524227,924.24194,154.5676,3538.431,38.49386,3802.38,75.11693,472.72165,2246.8704,66.85995,10.876272,1829.7941,2189.9478,6136.3223,229.8227 +2023-06-18 05:00:00,0.0,13382.562,126.1134,19.09556,29.90461,25.195417,179.5723,25.866179,39.042625,20.48756,23.719599,646.90344,536.2628,12.1963,112.33367,12.534032,2.4591956,24.208466,33.865196,7.0580254,374.13,2.9249399,321.1076,58.74325,0.53109425,3.3157928,110.55078,28.388035,118.78719,147.28433,13782.916,0.68091756,1628.3977,1.3988178,0.8906135,0.47321165,3.355436,179.85893,241.34174,32.28346,264.4712,25.4687,23.603378,1119.6459,4.415091,130.12007,109.35528,394.9604,100.42395,377.52618,21.127817,224.7969,0.0,3595.5627,14834.313,23.521063,267.61508,133.06769,42355.97,158.76782,18.4992,104.59541,200.79657,69.90709,25.670017,140.57477,1531.0037,256.06345,90.750984,14.757992,14.295888,759.9351,53.498016,1179.2267,116.93903,2177.4885,211.36633,277.9404,129.78772,236.51128,9.458151,16.081297,37.36302,5.755148,5.9928555,60.850792,60.847122,78.88282,16.57721,21.902254,262.89938,9.264285,3269.6,97.6266,69.051735,114.61883,99.6074,227.16135,136.7532,86.763885,30.191553,39.19307,96.284775,325.44333,563.04834,132.50719,446.97742,83.72764,91.55013,276.41052,262.8483,1011.08435,286.9682,4.2813993,16.72323,9.591823,76.01262,15757.651,6.379389,15.824485,26.291296,45.593143,512.1496,90.7138,177.72491,4.0849195,238.97362,533.4153,332.6272,112.1469,344.34464,33.901436,65.14455,297.5973,15.674042,2.2488594,13.508962,2000.4192,0.2495208,0.75450414,67.87868,7.735635,4.5317116,8.726,15.011936,176.25645,60.32707,126.99181,914.79816,207.10985,1963.6067,1802.8706,15.74486,25.38235,14200.221,8.856848,59.20324,490.14526,97.17167,160.33466,67.68795,359.30777,1058.9073,369.58783,11.755705,78.05139,938.4967,2033.5066,39.540516,566.2009,45.502186,0.9999181,57.960022,1.0462649,0.5745143,2.5836048,31.299002,115.117256,288.518,14.69776,3463.719,235.21284,81.17199,114.692184,51.349148,93.92517,39.758404,2.7447362,67.89514,383.8903,98.192665,57.983982,48.21884,24.248577,38.07385,42.837753,46.53477,924.1272,154.62093,3540.198,38.492107,3802.2507,75.12993,472.6059,2247.7295,66.89383,10.87137,1829.2163,2188.4219,6134.271,229.54977 +2023-06-18 06:00:00,0.0,13392.414,126.22095,19.097437,29.924118,25.184168,179.549,25.862108,39.025852,20.485153,23.71709,646.7041,536.1505,12.190217,112.39419,12.544981,2.456162,24.204405,33.830296,7.0391936,374.04254,2.9166698,321.06827,58.713478,0.530476,3.313917,110.54239,28.369232,118.64167,147.24985,13794.636,0.6808299,1627.986,1.3979248,0.8899296,0.47288314,3.351717,179.79411,241.25417,32.273006,264.29376,25.462873,23.634937,1120.5599,4.41351,130.23811,109.41935,394.7771,100.56263,377.5348,21.121582,225.1508,0.0,3592.6592,14836.322,23.516602,267.92166,133.04642,42364.2,158.68025,18.50002,104.71631,201.04344,69.83327,25.639854,140.80417,1532.8553,256.37656,90.872955,14.7607,14.288162,758.9549,53.51048,1181.0498,117.027504,2177.375,211.55537,278.17896,129.68521,236.87244,9.454416,16.074862,37.338688,5.750667,5.986051,60.858078,60.824036,78.842026,16.571836,21.908203,263.009,9.260789,3268.4897,97.6991,68.99375,114.695404,99.67737,227.1125,136.79895,86.75,30.202606,39.22023,96.37375,325.4228,563.921,132.57312,447.13824,83.77497,91.57933,276.50922,262.91312,1010.88184,287.1675,4.2795625,16.724375,9.594238,75.90122,15757.239,6.3753333,15.813615,26.276667,45.616337,512.4123,90.731674,177.83502,4.0821576,239.025,533.5379,332.7573,112.18542,344.31592,33.884167,65.1437,297.51456,15.667389,2.247604,13.505179,2000.9261,0.24926297,0.75382495,67.84491,7.727143,4.529654,8.718014,14.998914,176.16167,60.296566,126.965996,914.3692,207.11363,1963.3423,1802.6708,15.736277,25.380209,14195.166,8.856148,59.2,490.3509,97.165,160.28625,67.677895,359.20667,1058.5422,369.67896,11.758036,78.041664,938.837,2033.0505,39.539,566.11664,45.474792,1.0000732,57.965702,1.0464978,0.57481796,2.5850396,31.296093,115.1086,288.49905,14.706333,3463.9587,235.31041,81.22083,114.80312,51.431072,93.93437,39.81375,2.7460835,67.9875,384.52432,98.39864,58.10702,48.30785,24.243126,38.13643,42.925415,46.54532,924.0124,154.67427,3541.9653,38.490356,3802.1213,75.14293,472.49014,2248.5886,66.92772,10.866469,1828.6384,2186.896,6132.2197,229.27684 +2023-06-18 07:00:00,0.0,13402.266,126.32849,19.099314,29.943628,25.172916,179.5257,25.85804,39.00908,20.482746,23.714584,646.50476,536.0382,12.1841345,112.454704,12.55593,2.4531286,24.200346,33.795395,7.0203624,373.95505,2.9083996,321.02893,58.683704,0.52985764,3.3120413,110.534,28.350428,118.49614,147.21536,13806.355,0.6807422,1627.5742,1.3970318,0.88924575,0.47255462,3.3479981,179.7293,241.16658,32.262558,264.11633,25.457048,23.666498,1121.474,4.4119287,130.35616,109.48342,394.59378,100.70132,377.54343,21.115349,225.5047,0.0,3589.7563,14838.332,23.512142,268.22824,133.02515,42372.426,158.5927,18.500835,104.8372,201.29031,69.759445,25.609692,141.03357,1534.707,256.68967,90.994934,14.76341,14.280436,757.97473,53.52294,1182.8729,117.115974,2177.2615,211.7444,278.4175,129.5827,237.2336,9.450681,16.068426,37.31435,5.7461863,5.9792466,60.86536,60.80095,78.80122,16.566465,21.914154,263.1186,9.257292,3267.3792,97.7716,68.93576,114.77199,99.747345,227.06366,136.8447,86.736115,30.21366,39.24739,96.46272,325.40225,564.79364,132.63907,447.2991,83.8223,91.60853,276.6079,262.97794,1010.6793,287.3668,4.2777257,16.725521,9.596653,75.789825,15756.828,6.371278,15.802746,26.262037,45.63953,512.6749,90.74954,177.94513,4.079396,239.07639,533.66046,332.8874,112.22394,344.28723,33.866898,65.14285,297.43182,15.660735,2.2463484,13.501398,2001.4331,0.24900515,0.7531458,67.81114,7.718651,4.527596,8.710029,14.985891,176.06688,60.26606,126.94018,913.9402,207.11742,1963.078,1802.4711,15.7276945,25.378069,14190.11,8.855449,59.19676,490.55652,97.15833,160.23785,67.66783,359.10556,1058.1771,369.77005,11.760367,78.031944,939.1772,2032.5946,39.537483,566.0324,45.447395,1.0002284,57.971382,1.0467308,0.5751216,2.5864742,31.293186,115.099945,288.4801,14.714908,3464.1985,235.40799,81.26968,114.91406,51.512997,93.94357,39.8691,2.7474306,68.079865,385.15836,98.60462,58.230057,48.39686,24.237675,38.19901,43.013077,46.555862,923.89764,154.7276,3543.7327,38.4886,3801.9922,75.15592,472.3744,2249.4478,66.96161,10.8615675,1828.0607,2185.37,6130.169,229.00392 +2023-06-18 08:00:00,0.0,13412.118,126.436035,19.101189,29.963139,25.161667,179.50241,25.85397,38.99231,20.480341,23.712076,646.3054,535.9259,12.178052,112.51522,12.56688,2.450095,24.196285,33.760494,7.0015306,373.86755,2.9001293,320.98962,58.65393,0.5292393,3.3101656,110.525604,28.331625,118.35062,147.18088,13818.074,0.6806545,1627.1625,1.3961388,0.8885619,0.4722261,3.3442793,179.66447,241.07901,32.252106,263.9389,25.451221,23.69806,1122.3881,4.4103475,130.4742,109.54749,394.41046,100.840004,377.55206,21.109114,225.8586,0.0,3586.8528,14840.341,23.50768,268.53482,133.00388,42380.656,158.50513,18.501654,104.95809,201.53717,69.68562,25.579529,141.26297,1536.5587,257.00278,91.116905,14.766118,14.27271,756.99457,53.535404,1184.696,117.204445,2177.1482,211.93344,278.65607,129.4802,237.59474,9.446946,16.06199,37.290016,5.741705,5.972442,60.872646,60.777863,78.76042,16.561092,21.920103,263.2282,9.253795,3266.2686,97.84409,68.87778,114.84857,99.817314,227.01482,136.89044,86.72222,30.224714,39.274555,96.5517,325.3817,565.66626,132.705,447.45993,83.86963,91.63773,276.7066,263.0428,1010.4768,287.5661,4.275889,16.726667,9.599069,75.67843,15756.416,6.3672223,15.791876,26.247408,45.66272,512.9376,90.76741,178.05522,4.076634,239.12778,533.783,333.0175,112.26246,344.2585,33.84963,65.14201,297.3491,15.654082,2.2450926,13.497617,2001.94,0.24874733,0.7524666,67.77737,7.710159,4.5255384,8.702043,14.972869,175.9721,60.235558,126.91436,913.5112,207.12122,1962.8137,1802.2712,15.719111,25.375927,14185.056,8.854749,59.19352,490.76212,97.151665,160.18945,67.657776,359.00446,1057.812,369.86118,11.762698,78.022224,939.5174,2032.1385,39.535965,565.9481,45.42,1.0003835,57.977066,1.0469638,0.5754252,2.5879087,31.290277,115.091286,288.46115,14.723481,3464.438,235.50555,81.31852,115.025,51.59492,93.952774,39.924446,2.7487779,68.172226,385.7924,98.81061,58.353092,48.485867,24.232224,38.261585,43.100742,46.56641,923.7829,154.78093,3545.5,38.48685,3801.863,75.16892,472.25864,2250.307,66.9955,10.856667,1827.4828,2183.8442,6128.1177,228.731 +2023-06-18 09:00:00,0.0,13421.97,126.54358,19.103065,29.982649,25.150417,179.47911,25.849901,38.97554,20.477934,23.70957,646.1061,535.8136,12.171969,112.575745,12.577829,2.4470613,24.192225,33.725597,6.982699,373.78006,2.8918593,320.9503,58.624157,0.52862096,3.30829,110.51721,28.31282,118.20509,147.1464,13829.794,0.68056685,1626.7507,1.3952459,0.887878,0.4718976,3.3405602,179.59964,240.99142,32.241653,263.76144,25.445395,23.72962,1123.3021,4.4087667,130.59225,109.611565,394.22717,100.97868,377.56067,21.102879,226.2125,0.0,3583.9497,14842.35,23.50322,268.8414,132.9826,42388.887,158.41757,18.50247,105.07899,201.78406,69.61179,25.549366,141.49236,1538.4104,257.3159,91.238884,14.768827,14.264984,756.01434,53.547867,1186.5192,117.29292,2177.0347,212.12248,278.89465,129.37767,237.9559,9.443211,16.055555,37.26568,5.737224,5.9656377,60.879932,60.75478,78.71962,16.55572,21.926052,263.33783,9.2502985,3265.158,97.91659,68.81979,114.925156,99.88728,226.96597,136.93619,86.708336,30.235767,39.301716,96.64067,325.36115,566.5389,132.77094,447.62076,83.91696,91.66693,276.80527,263.1076,1010.2743,287.76538,4.274052,16.727814,9.601484,75.56703,15756.005,6.363167,15.781007,26.232779,45.685913,513.2003,90.78528,178.16533,4.073872,239.17917,533.90564,333.14758,112.30098,344.22983,33.83236,65.14117,297.2664,15.6474285,2.243837,13.493835,2002.4469,0.24848951,0.7517874,67.7436,7.701667,4.523481,8.694057,14.9598465,175.87732,60.205055,126.88854,913.0823,207.125,1962.5494,1802.0715,15.710529,25.373785,14180.001,8.85405,59.190277,490.96774,97.145004,160.14104,67.64772,358.90335,1057.4469,369.9523,11.76503,78.0125,939.8576,2031.6826,39.534447,565.8639,45.392605,1.0005386,57.982746,1.0471967,0.57572883,2.5893435,31.28737,115.082634,288.4422,14.732056,3464.6777,235.60312,81.36736,115.13594,51.676846,93.96198,39.97979,2.7501252,68.26458,386.42642,99.01659,58.476128,48.574875,24.22677,38.324165,43.188404,46.576958,923.6681,154.83426,3547.2673,38.4851,3801.734,75.181915,472.14288,2251.166,67.02939,10.851765,1826.905,2182.3184,6126.0664,228.45807 +2023-06-18 10:00:00,0.0,13431.822,126.65112,19.104942,30.002157,25.139168,179.45581,25.84583,38.958767,20.475529,23.707064,645.9068,535.7013,12.165887,112.63626,12.5887785,2.4440277,24.188164,33.690697,6.9638677,373.69257,2.883589,320.91098,58.59438,0.5280027,3.3064141,110.50882,28.294018,118.05957,147.11191,13841.514,0.68047917,1626.3391,1.3943529,0.88719416,0.4715691,3.336841,179.53482,240.90385,32.2312,263.584,25.439568,23.761179,1124.2163,4.4071856,130.7103,109.67564,394.04388,101.11737,377.5693,21.096643,226.56639,0.0,3581.0464,14844.358,23.49876,269.14798,132.96133,42397.113,158.33,18.503288,105.199875,202.03091,69.53797,25.519203,141.72176,1540.2621,257.629,91.360855,14.771536,14.257258,755.0342,53.56033,1188.3423,117.38139,2176.9214,212.31151,279.1332,129.27516,238.31706,9.439476,16.04912,37.241344,5.732743,5.958833,60.887215,60.731697,78.678825,16.550346,21.932003,263.44742,9.246801,3264.0476,97.98909,68.7618,115.00173,99.95725,226.91713,136.98193,86.69444,30.24682,39.328876,96.72965,325.3406,567.41156,132.83687,447.78162,83.964294,91.69613,276.90396,263.17242,1010.0717,287.9647,4.2722154,16.728958,9.603899,75.455635,15755.593,6.3591113,15.770138,26.21815,45.709106,513.46295,90.803154,178.27544,4.0711102,239.23056,534.0282,333.27768,112.33951,344.2011,33.815094,65.14032,297.18365,15.640776,2.2425816,13.490053,2002.9537,0.24823171,0.7511083,67.70982,7.6931744,4.5214233,8.686071,14.946824,175.78253,60.17455,126.86273,912.6532,207.12878,1962.285,1801.8717,15.701946,25.371645,14174.946,8.853351,59.18704,491.17337,97.138336,160.09264,67.63766,358.80222,1057.0818,370.0434,11.767362,78.00278,940.1978,2031.2267,39.532932,565.7796,45.365208,1.0006938,57.988426,1.0474297,0.57603246,2.590778,31.284462,115.073975,288.42325,14.740629,3464.9175,235.70068,81.4162,115.24687,51.75877,93.97118,40.035137,2.7514722,68.35694,387.06046,99.222565,58.599167,48.663883,24.22132,38.386745,43.276066,46.5875,923.55334,154.8876,3549.0344,38.483345,3801.6045,75.194916,472.02713,2252.0251,67.06327,10.846864,1826.3271,2180.7925,6124.015,228.18515 +2023-06-18 11:00:00,0.0,13441.674,126.758675,19.106817,30.021667,25.127916,179.43251,25.841763,38.941994,20.473122,23.704556,645.70746,535.5889,12.159804,112.69678,12.599729,2.440994,24.184103,33.655796,6.945036,373.6051,2.875319,320.87164,58.564606,0.52738434,3.3045385,110.50043,28.275213,117.91405,147.07742,13853.232,0.6803915,1625.9274,1.3934599,0.8865103,0.47124055,3.333122,179.47,240.81628,32.220753,263.4066,25.433743,23.79274,1125.1304,4.4056044,130.82834,109.73971,393.8606,101.25605,377.57794,21.090408,226.92029,0.0,3578.143,14846.367,23.494299,269.45453,132.94008,42405.344,158.24245,18.504105,105.32077,202.2778,69.46415,25.48904,141.95116,1542.1138,257.9421,91.48283,14.774245,14.249533,754.054,53.572792,1190.1654,117.469864,2176.8079,212.50055,279.3718,129.17265,238.67822,9.43574,16.042685,37.217007,5.728262,5.9520288,60.8945,60.70861,78.63802,16.544975,21.937952,263.55704,9.243304,3262.937,98.061584,68.70382,115.078316,100.02723,226.86829,137.02768,86.68056,30.257874,39.356037,96.81863,325.32007,568.2842,132.90282,447.94244,84.01163,91.72533,277.00266,263.23724,1009.8692,288.16397,4.2703786,16.730104,9.606315,75.34424,15755.182,6.355056,15.759268,26.203518,45.732296,513.72565,90.82102,178.38553,4.0683484,239.28195,534.15076,333.40778,112.37803,344.17242,33.797825,65.13948,297.10092,15.634122,2.2413259,13.486272,2003.4607,0.24797389,0.7504291,67.676056,7.6846824,4.5193653,8.678086,14.933802,175.68776,60.144047,126.836914,912.22424,207.13257,1962.0208,1801.672,15.693364,25.369503,14169.892,8.852651,59.183796,491.37897,97.13167,160.04424,67.6276,358.7011,1056.7167,370.13452,11.769692,77.99306,940.538,2030.7706,39.531414,565.6954,45.33781,1.0008489,57.994106,1.0476627,0.5763361,2.592213,31.281553,115.06532,288.4043,14.749204,3465.157,235.79826,81.46504,115.35781,51.840694,93.980385,40.090485,2.7528195,68.4493,387.6945,99.42854,58.722202,48.75289,24.215868,38.449326,43.363728,46.59805,923.4386,154.94093,3550.8018,38.481594,3801.4753,75.20791,471.91138,2252.8843,67.09716,10.841962,1825.7494,2179.2666,6121.964,227.91223 +2023-06-18 12:00:00,0.0,13451.526,126.86622,19.108694,30.041178,25.116667,179.40921,25.837692,38.925224,20.470716,23.70205,645.5081,535.4766,12.153723,112.75729,12.610678,2.4379604,24.180042,33.620895,6.9262047,373.5176,2.8670487,320.8323,58.534832,0.526766,3.3026628,110.492035,28.25641,117.76852,147.04294,13864.952,0.6803038,1625.5156,1.3925669,0.8858264,0.47091204,3.3294032,179.40518,240.7287,32.2103,263.22916,25.427916,23.8243,1126.0444,4.404023,130.94638,109.80379,393.6773,101.39474,377.58655,21.084173,227.27419,0.0,3575.24,14848.376,23.48984,269.7611,132.91881,42413.574,158.15488,18.504921,105.441666,202.52466,69.39033,25.458878,142.18056,1543.9655,258.25522,91.604805,14.776954,14.241806,753.07385,53.585255,1191.9885,117.558334,2176.6943,212.68958,279.61035,129.07014,239.03938,9.432006,16.03625,37.192673,5.7237806,5.945225,60.901783,60.685524,78.59722,16.539602,21.943901,263.66666,9.239808,3261.8264,98.13408,68.645836,115.1549,100.0972,226.81944,137.07343,86.666664,30.268929,39.3832,96.9076,325.29953,569.1568,132.96875,448.1033,84.05895,91.754524,277.10135,263.3021,1009.6667,288.36328,4.268542,16.73125,9.60873,75.23284,15754.7705,6.351,15.748399,26.188889,45.75549,513.98834,90.83889,178.49564,4.0655866,239.33333,534.2734,333.53787,112.41655,344.1437,33.780556,65.13863,297.0182,15.627469,2.2400703,13.482491,2003.9677,0.24771607,0.74974996,67.64229,7.6761904,4.5173078,8.6701,14.920779,175.59297,60.113544,126.8111,911.7952,207.13635,1961.7565,1801.4722,15.684781,25.367363,14164.837,8.851952,59.180557,491.5846,97.125,159.99583,67.61754,358.6,1056.3516,370.22562,11.772024,77.98333,940.87823,2030.3147,39.529896,565.6111,45.310417,1.0010041,57.999786,1.0478957,0.57663965,2.5936475,31.278646,115.05666,288.38535,14.757778,3465.3967,235.89583,81.513885,115.46875,51.92262,93.989586,40.145832,2.7541668,68.541664,388.32852,99.63452,58.845238,48.8419,24.210417,38.511906,43.45139,46.608597,923.3238,154.99426,3552.569,38.479843,3801.3462,75.22091,471.79562,2253.7437,67.13105,10.837061,1825.1715,2177.7407,6119.9126,227.63931 +2023-06-18 13:00:00,0.0,13461.378,126.97376,19.11057,30.060688,25.105417,179.38591,25.833624,38.908455,20.46831,23.699541,645.3088,535.3643,12.14764,112.81781,12.621627,2.4349267,24.175983,33.585995,6.907373,373.4301,2.8587787,320.793,58.50506,0.5261477,3.3007872,110.48364,28.237608,117.62299,147.00844,13876.672,0.68021613,1625.1039,1.3916739,0.88514256,0.47058353,3.3256843,179.34036,240.64113,32.19985,263.05173,25.422089,23.855862,1126.9585,4.4024425,131.06444,109.86786,393.49402,101.533424,377.59518,21.07794,227.62808,0.0,3572.3367,14850.385,23.485378,270.0677,132.89754,42421.805,158.06732,18.50574,105.56255,202.77155,69.3165,25.428715,142.40996,1545.8171,258.56833,91.726776,14.779663,14.23408,752.0936,53.597717,1193.8116,117.64681,2176.581,212.87862,279.84894,128.96764,239.40053,9.42827,16.029814,37.168335,5.7193,5.9384203,60.90907,60.662437,78.55642,16.53423,21.94985,263.77625,9.236311,3260.7158,98.20658,68.587845,115.231476,100.16717,226.7706,137.11919,86.65278,30.279982,39.410362,96.996574,325.279,570.0294,133.03468,448.26413,84.106285,91.78372,277.20004,263.3669,1009.4642,288.56256,4.266705,16.732397,9.611145,75.121445,15754.358,6.3469443,15.737529,26.17426,45.778683,514.251,90.856766,178.60573,4.0628247,239.38472,534.39594,333.66797,112.45507,344.11502,33.763287,65.13779,296.93546,15.620816,2.2388148,13.478709,2004.4745,0.24745825,0.74907076,67.60851,7.6676984,4.51525,8.662115,14.907757,175.4982,60.083042,126.78528,911.3662,207.14015,1961.4921,1801.2725,15.676199,25.365221,14159.782,8.851252,59.177315,491.79022,97.11833,159.94743,67.60748,358.4989,1055.9863,370.31674,11.774355,77.97361,941.21844,2029.8586,39.528378,565.52686,45.28302,1.0011592,58.00547,1.0481286,0.5769433,2.595082,31.275738,115.04801,288.3664,14.766352,3465.6365,235.9934,81.56273,115.57969,52.004543,93.99879,40.20118,2.755514,68.634026,388.96255,99.84051,58.968273,48.93091,24.204966,38.574482,43.53905,46.61914,923.20905,155.04759,3554.3364,38.478092,3801.217,75.23391,471.67987,2254.6028,67.16494,10.832159,1824.5938,2176.2148,6117.8613,227.36638 +2023-06-18 14:00:00,0.0,13471.23,127.08131,19.112446,30.080196,25.094168,179.36261,25.829554,38.89168,20.465902,23.697035,645.10944,535.252,12.141558,112.87833,12.632577,2.431893,24.171923,33.551098,6.888541,373.34262,2.8505085,320.75366,58.475285,0.5255294,3.2989116,110.47525,28.218803,117.47747,146.97395,13888.392,0.68012846,1624.6921,1.390781,0.88445866,0.47025502,3.3219652,179.27553,240.55354,32.189396,262.8743,25.416264,23.88742,1127.8726,4.4008613,131.18248,109.93193,393.31073,101.672104,377.60382,21.071705,227.98198,0.0,3569.4336,14852.395,23.480919,270.37427,132.87627,42430.03,157.97975,18.506556,105.68345,203.01842,69.242676,25.398552,142.63936,1547.6688,258.8814,91.84875,14.7823715,14.226355,751.11346,53.61018,1195.6346,117.73528,2176.4675,213.06764,280.0875,128.86511,239.76169,9.424536,16.02338,37.143997,5.7148185,5.931616,60.91635,60.63935,78.515625,16.528856,21.955801,263.88586,9.232814,3259.6055,98.279076,68.52986,115.30806,100.23714,226.72176,137.16493,86.638885,30.291035,39.437523,97.08555,325.25842,570.9021,133.10063,448.42496,84.15362,91.81292,277.2987,263.43173,1009.26166,288.76187,4.2648683,16.733541,9.613561,75.01005,15753.947,6.342889,15.72666,26.15963,45.801872,514.5137,90.87463,178.71584,4.060063,239.43611,534.5185,333.79803,112.4936,344.0863,33.746017,65.13695,296.85272,15.614162,2.2375593,13.474928,2004.9814,0.24720043,0.7483916,67.574745,7.6592064,4.513192,8.654129,14.894734,175.40341,60.052536,126.75946,910.93726,207.14394,1961.2278,1801.0726,15.667616,25.36308,14154.728,8.850553,59.174072,491.99582,97.11167,159.89903,67.59743,358.39777,1055.6212,370.40784,11.776687,77.96389,941.55865,2029.4027,39.526863,565.44257,45.255627,1.0013144,58.01115,1.0483617,0.5772469,2.5965168,31.27283,115.03935,288.34744,14.774926,3465.8762,236.09097,81.61157,115.69063,52.086468,94.00799,40.256527,2.7568612,68.72639,389.5966,100.046486,59.091312,49.019917,24.199514,38.637062,43.626713,46.62969,923.0943,155.10094,3556.1035,38.476337,3801.088,75.2469,471.56412,2255.462,67.19883,10.827258,1824.0159,2174.689,6115.81,227.09346 +2023-06-18 15:00:00,0.0,13481.082,127.18885,19.114323,30.099707,25.082916,179.33931,25.825485,38.87491,20.463497,23.694527,644.9101,535.1397,12.135475,112.93884,12.643526,2.4288595,24.167862,33.516197,6.86971,373.25513,2.8422382,320.71436,58.44551,0.52491105,3.2970357,110.46686,28.2,117.33195,146.93947,13900.11,0.6800408,1624.2805,1.389888,0.8837748,0.4699265,3.3182461,179.21071,240.46597,32.178947,262.69687,25.410437,23.918982,1128.7866,4.39928,131.30052,109.996,393.1274,101.81079,377.61243,21.06547,228.33588,0.0,3566.5303,14854.403,23.476458,270.68085,132.855,42438.26,157.8922,18.507374,105.804344,203.26529,69.16885,25.36839,142.86874,1549.5205,259.19452,91.970726,14.785081,14.218629,750.1333,53.622643,1197.4578,117.82375,2176.3542,213.25668,280.32605,128.7626,240.12285,9.4208,16.016945,37.119663,5.7103376,5.9248114,60.923637,60.616264,78.47482,16.523483,21.96175,263.99548,9.229318,3258.4949,98.35158,68.47188,115.38464,100.30711,226.67291,137.21068,86.625,30.30209,39.464684,97.17452,325.23788,571.7747,133.16656,448.58582,84.20094,91.842125,277.3974,263.49655,1009.05914,288.96115,4.263031,16.734688,9.615976,74.89865,15753.535,6.3388333,15.71579,26.145,45.825066,514.77637,90.8925,178.82594,4.057301,239.4875,534.6411,333.92813,112.53212,344.05762,33.72875,65.1361,296.77002,15.60751,2.2363036,13.471146,2005.4884,0.24694261,0.74771243,67.54097,7.6507144,4.5111346,8.646144,14.881712,175.30862,60.022034,126.73364,910.5083,207.14772,1960.9635,1800.8729,15.659034,25.360939,14149.673,8.849853,59.170834,492.20145,97.105,159.85063,67.587364,358.29666,1055.2561,370.49896,11.779018,77.95416,941.89886,2028.9467,39.525345,565.35834,45.22823,1.0014695,58.01683,1.0485946,0.57755053,2.5979514,31.269922,115.0307,288.3285,14.7835,3466.1157,236.18854,81.660416,115.80156,52.168392,94.01719,40.311874,2.7582085,68.81875,390.23062,100.252464,59.214348,49.108925,24.194063,38.699642,43.714375,46.640232,922.9795,155.15427,3557.8708,38.474586,3800.9585,75.2599,471.44836,2256.321,67.23272,10.822356,1823.438,2173.163,6113.759,226.82054 +2023-06-18 16:00:00,0.0,13490.935,127.296394,19.116198,30.119217,25.071667,179.31601,25.821415,38.85814,20.46109,23.69202,644.7108,535.0274,12.129393,112.99937,12.654475,2.4258258,24.163801,33.481297,6.8508782,373.16766,2.8339682,320.67502,58.415737,0.5242927,3.29516,110.458466,28.181196,117.18642,146.90498,13911.83,0.6799531,1623.8688,1.388995,0.883091,0.46959797,3.3145273,179.14589,240.37839,32.168495,262.51944,25.40461,23.950542,1129.7007,4.3976994,131.41856,110.060074,392.9441,101.94947,377.62106,21.059235,228.68977,0.0,3563.627,14856.412,23.471998,270.9874,132.83372,42446.492,157.80463,18.50819,105.92523,203.51216,69.09503,25.338226,143.09814,1551.3722,259.50763,92.0927,14.787789,14.210903,749.1531,53.63511,1199.2809,117.912224,2176.2407,213.44572,280.5646,128.6601,240.48401,9.417066,16.01051,37.095325,5.705857,5.918007,60.93092,60.593178,78.43402,16.518112,21.9677,264.10507,9.225821,3257.3843,98.42407,68.41389,115.46123,100.37708,226.62407,137.25642,86.611115,30.313143,39.491848,97.2635,325.21735,572.64734,133.2325,448.74664,84.248276,91.87132,277.4961,263.5614,1008.85657,289.16046,4.261194,16.735834,9.618391,74.787254,15753.124,6.334778,15.704921,26.130371,45.84826,515.039,90.91038,178.93604,4.054539,239.5389,534.7637,334.05823,112.57064,344.0289,33.711483,65.135254,296.6873,15.600856,2.235048,13.467364,2005.9952,0.24668479,0.7470333,67.5072,7.6422224,4.509077,8.638159,14.86869,175.21385,59.99153,126.70783,910.0793,207.1515,1960.6992,1800.6731,15.650451,25.358797,14144.618,8.8491535,59.16759,492.40707,97.098335,159.80223,67.57731,358.19556,1054.891,370.59006,11.781349,77.94444,942.2391,2028.4907,39.523827,565.27405,45.200832,1.0016246,58.02251,1.0488275,0.57785416,2.599386,31.267014,115.02204,288.30954,14.792074,3466.3555,236.2861,81.70926,115.9125,52.250317,94.02639,40.36722,2.7595556,68.91111,390.86465,100.45844,59.337383,49.197933,24.188612,38.762222,43.802036,46.65078,922.86475,155.2076,3559.6382,38.472836,3800.8293,75.272896,471.3326,2257.1802,67.2666,10.817455,1822.8602,2171.6372,6111.7075,226.5476 +2023-06-18 17:00:00,0.0,13500.786,127.40394,19.118074,30.138727,25.060417,179.29271,25.817347,38.84137,20.458685,23.689512,644.5115,534.9151,12.12331,113.05988,12.665425,2.4227922,24.15974,33.446396,6.8320465,373.08017,2.825698,320.63568,58.385963,0.5236744,3.2932844,110.45007,28.162394,117.04089,146.8705,13923.55,0.6798654,1623.457,1.388102,0.88240707,0.46926945,3.3108082,179.08107,240.29082,32.158043,262.342,25.398785,23.982103,1130.6147,4.396118,131.53662,110.124146,392.76083,102.08816,377.6297,21.053,229.04367,0.0,3560.7239,14858.421,23.467537,271.29398,132.81245,42454.723,157.71707,18.509008,106.04613,203.75902,69.02121,25.308064,143.32755,1553.2239,259.82074,92.21467,14.790499,14.2031765,748.1729,53.64757,1201.104,118.0007,2176.1274,213.63475,280.8032,128.55759,240.84515,9.41333,16.004074,37.07099,5.7013755,5.9112024,60.938206,60.57009,78.39322,16.51274,21.97365,264.2147,9.222323,3256.2737,98.49657,68.3559,115.5378,100.44705,226.57523,137.30217,86.59722,30.324196,39.51901,97.35247,325.1968,573.51996,133.29843,448.9075,84.29561,91.90052,277.5948,263.62622,1008.65405,289.35974,4.2593575,16.73698,9.620807,74.67586,15752.712,6.3307223,15.694051,26.115742,45.87145,515.3017,90.928246,179.04614,4.0517774,239.59027,534.8862,334.18832,112.60916,344.0002,33.694214,65.134415,296.60455,15.594203,2.2337925,13.463583,2006.5022,0.24642697,0.7463541,67.473434,7.63373,4.507019,8.630173,14.855667,175.11906,59.961025,126.682014,909.65027,207.1553,1960.4348,1800.4734,15.641869,25.356655,14139.563,8.8484535,59.164352,492.61267,97.09167,159.75381,67.567245,358.09445,1054.5259,370.68118,11.783681,77.93472,942.5793,2028.0347,39.52231,565.1898,45.17344,1.0017798,58.02819,1.0490606,0.5781578,2.6008208,31.264107,115.01339,288.2906,14.800648,3466.5952,236.38368,81.7581,116.02344,52.33224,94.03559,40.42257,2.760903,69.00347,391.4987,100.66443,59.460423,49.28694,24.18316,38.824802,43.889698,46.661327,922.74994,155.26094,3561.4055,38.47108,3800.7002,75.2859,471.21686,2258.0393,67.30049,10.812553,1822.2823,2170.1113,6109.6562,226.27469 +2023-06-18 18:00:00,0.0,13510.639,127.51149,19.119951,30.158236,25.049168,179.26941,25.813276,38.824596,20.456278,23.687006,644.31213,534.8028,12.117228,113.1204,12.676374,2.4197588,24.155682,33.4115,6.8132153,372.99268,2.8174279,320.59637,58.356186,0.5230561,3.2914088,110.44168,28.14359,116.89537,146.83601,13935.269,0.67977774,1623.0453,1.387209,0.8817232,0.46894094,3.3070893,179.01624,240.20323,32.147594,262.16458,25.392958,24.013662,1131.5289,4.394537,131.65466,110.18822,392.5775,102.226845,377.6383,21.046764,229.39757,0.0,3557.8208,14860.43,23.463078,271.60056,132.79118,42462.95,157.6295,18.509825,106.16702,204.00589,68.94738,25.2779,143.55695,1555.0757,260.13385,92.33665,14.793208,14.195451,747.19275,53.660034,1202.9271,118.08917,2176.014,213.82379,281.04175,128.45508,241.20631,9.4095955,15.997639,37.046654,5.6968946,5.904398,60.945488,60.54701,78.35242,16.507366,21.979599,264.3243,9.218827,3255.1633,98.56907,68.29792,115.61439,100.51702,226.52638,137.34792,86.583336,30.335249,39.54617,97.441444,325.17624,574.39264,133.36438,449.06833,84.34294,91.92972,277.69348,263.69104,1008.45154,289.55905,4.2575207,16.738125,9.623222,74.56446,15752.301,6.326667,15.683182,26.10111,45.89464,515.56433,90.94611,179.15625,4.0490155,239.64166,535.00885,334.31842,112.64769,343.97153,33.676945,65.13357,296.52182,15.587549,2.2325368,13.459802,2007.0092,0.24616915,0.74567497,67.43966,7.625238,4.5049615,8.622188,14.842645,175.02429,59.930523,126.6562,909.2213,207.15909,1960.1705,1800.2736,15.6332855,25.354515,14134.509,8.8477545,59.16111,492.8183,97.085,159.70541,67.55719,357.99335,1054.1608,370.77228,11.786012,77.924995,942.9195,2027.5787,39.52079,565.1055,45.14604,1.0019349,58.03387,1.0492935,0.5784614,2.6022553,31.261198,115.00473,288.27164,14.809222,3466.8347,236.48125,81.806946,116.13438,52.414165,94.04479,40.477917,2.7622502,69.09583,392.13272,100.87041,59.583458,49.37595,24.17771,38.88738,43.97736,46.67187,922.6352,155.31427,3563.1729,38.46933,3800.571,75.29889,471.1011,2258.8984,67.33438,10.807652,1821.7046,2168.5854,6107.6055,226.00177 +2023-06-18 19:00:00,0.0,13520.49,127.61903,19.121826,30.177746,25.037916,179.24611,25.809208,38.807823,20.453873,23.6845,644.1128,534.6905,12.111146,113.180916,12.687324,2.4167252,24.15162,33.3766,6.7943835,372.90518,2.8091576,320.55704,58.326412,0.52243775,3.289533,110.43329,28.124786,116.74985,146.80153,13946.988,0.67969006,1622.6335,1.3863161,0.8810394,0.46861243,3.3033702,178.95142,240.11566,32.137142,261.98715,25.38713,24.045223,1132.443,4.392956,131.7727,110.2523,392.39423,102.365524,377.64694,21.040531,229.75146,0.0,3554.9175,14862.438,23.458616,271.90714,132.76991,42471.18,157.54195,18.510643,106.28791,204.25276,68.87356,25.247738,143.78635,1556.9274,260.44696,92.45862,14.795917,14.187725,746.2125,53.672497,1204.7502,118.17764,2175.9004,214.01282,281.2803,128.35255,241.56747,9.405861,15.991203,37.02232,5.6924133,5.8975935,60.952774,60.52392,78.31162,16.501993,21.985548,264.4339,9.21533,3254.0527,98.64156,68.23993,115.69097,100.587,226.47755,137.39366,86.56944,30.346304,39.57333,97.53042,325.1557,575.26526,133.43031,449.22916,84.39027,91.958916,277.79214,263.75586,1008.249,289.75833,4.255684,16.739271,9.625637,74.453064,15751.89,6.3226113,15.672312,26.086481,45.917835,515.827,90.96398,179.26634,4.0462537,239.69305,535.1314,334.44852,112.68621,343.9428,33.659676,65.13272,296.4391,15.580896,2.2312813,13.45602,2007.516,0.24591133,0.7449958,67.40589,7.616746,4.502904,8.614202,14.829622,174.9295,59.90002,126.63038,908.79236,207.16287,1959.9062,1800.0739,15.624703,25.352373,14129.454,8.8470545,59.15787,493.02393,97.07833,159.65701,67.547134,357.8922,1053.7957,370.8634,11.788343,77.915276,943.2597,2027.1228,39.519276,565.0213,45.118645,1.0020901,58.039555,1.0495266,0.578765,2.6036901,31.25829,114.99608,288.2527,14.817797,3467.0745,236.57881,81.85579,116.245316,52.49609,94.05399,40.533264,2.7635972,69.188194,392.76675,101.076385,59.706493,49.46496,24.172256,38.94996,44.06502,46.68242,922.52045,155.3676,3564.94,38.46758,3800.4417,75.31189,470.98535,2259.7576,67.36827,10.802751,1821.1267,2167.0593,6105.554,225.72885 +2023-06-18 20:00:00,0.0,13530.343,127.72658,19.123703,30.197256,25.026667,179.22281,25.805138,38.791054,20.451466,23.681992,643.91345,534.5782,12.105063,113.24143,12.698274,2.4136915,24.14756,33.341698,6.7755523,372.8177,2.8008876,320.5177,58.29664,0.5218194,3.2876573,110.4249,28.105984,116.604324,146.76704,13958.708,0.6796024,1622.2219,1.3854232,0.8803555,0.46828392,3.2996511,178.8866,240.02808,32.12669,261.80972,25.381304,24.076784,1133.357,4.391375,131.89075,110.31637,392.21094,102.50421,377.65558,21.034296,230.10536,0.0,3552.0142,14864.447,23.454157,272.2137,132.74864,42479.41,157.45438,18.51146,106.408806,204.49963,68.799736,25.217575,144.01575,1558.779,260.76007,92.5806,14.798626,14.179999,745.23236,53.68496,1206.5734,118.26611,2175.787,214.20186,281.5189,128.25005,241.92863,9.402125,15.984769,36.997982,5.6879325,5.890789,60.96006,60.50083,78.27082,16.496622,21.991499,264.54352,9.211833,3252.9421,98.714066,68.181946,115.76755,100.65697,226.42871,137.4394,86.55556,30.357357,39.600494,97.61939,325.13516,576.1379,133.49625,449.39,84.4376,91.98811,277.89084,263.82068,1008.0465,289.95764,4.253847,16.740417,9.628053,74.34167,15751.478,6.3185554,15.661443,26.071852,45.941025,516.0897,90.98186,179.37645,4.043492,239.74445,535.25397,334.5786,112.72473,343.91412,33.642406,65.13188,296.35638,15.574243,2.2300258,13.452238,2008.023,0.24565351,0.74431664,67.37212,7.608254,4.5008464,8.606216,14.8166,174.83472,59.869514,126.60456,908.36334,207.16666,1959.642,1799.874,15.61612,25.350233,14124.399,8.846355,59.15463,493.22955,97.07167,159.60861,67.53707,357.7911,1053.4305,370.9545,11.790675,77.905556,943.5999,2026.6667,39.517757,564.937,45.09125,1.0022452,58.045235,1.0497595,0.5790686,2.6051247,31.255383,114.98742,288.23373,14.82637,3467.3142,236.67639,81.904625,116.35625,52.578014,94.063194,40.58861,2.7649446,69.280556,393.4008,101.282364,59.82953,49.55397,24.166805,39.01254,44.152683,46.692963,922.40564,155.42093,3566.7073,38.465824,3800.3125,75.32489,470.8696,2260.617,67.40216,10.79785,1820.549,2165.5334,6103.503,225.45592 +2023-06-18 21:00:00,0.0,13540.194,127.83412,19.12558,30.216766,25.015417,179.19951,25.80107,38.774284,20.449059,23.679485,643.7142,534.4659,12.098981,113.30195,12.709223,2.410658,24.1435,33.306797,6.7567205,372.73022,2.7926173,320.4784,58.266865,0.52120113,3.2857816,110.416504,28.08718,116.45879,146.73256,13970.427,0.6795147,1621.8102,1.3845302,0.87967163,0.4679554,3.2959323,178.82178,239.9405,32.116238,261.6323,25.375479,24.108345,1134.2711,4.389794,132.0088,110.38044,392.02765,102.6429,377.66418,21.02806,230.45926,0.0,3549.1108,14866.456,23.449696,272.5203,132.72737,42487.637,157.36682,18.512278,106.5297,204.74652,68.725914,25.187412,144.24513,1560.6307,261.07318,92.70257,14.801334,14.172274,744.2522,53.697422,1208.3965,118.35459,2175.6736,214.39088,281.75745,128.14754,242.28978,9.398391,15.978333,36.973644,5.683451,5.883985,60.967342,60.47775,78.23002,16.49125,21.997448,264.65314,9.208337,3251.8315,98.78656,68.123955,115.84413,100.72694,226.37987,137.48515,86.541664,30.36841,39.627655,97.708374,325.11462,577.0105,133.5622,449.55084,84.48493,92.01731,277.98953,263.88553,1007.844,290.15692,4.2520103,16.741564,9.630468,74.23027,15751.066,6.3145,15.650574,26.057222,45.96422,516.35236,90.999725,179.48656,4.04073,239.79584,535.3766,334.7087,112.76325,343.8854,33.625137,65.131035,296.27365,15.56759,2.2287703,13.448457,2008.5298,0.24539569,0.74363744,67.33835,7.599762,4.4987884,8.59823,14.803577,174.73994,59.839012,126.57874,907.9343,207.17046,1959.3776,1799.6743,15.607538,25.348091,14119.345,8.845656,59.15139,493.43515,97.065,159.56021,67.527016,357.69,1053.0654,371.04562,11.793006,77.895836,943.9401,2026.2108,39.51624,564.8528,45.063854,1.0024004,58.050915,1.0499924,0.5793722,2.6065593,31.252474,114.97877,288.21478,14.834945,3467.5537,236.77396,81.95347,116.467186,52.65994,94.072395,40.64396,2.7662919,69.37292,394.03482,101.48835,59.952568,49.64298,24.161354,39.07512,44.24035,46.70351,922.2909,155.47427,3568.4746,38.464073,3800.1833,75.33788,470.75385,2261.476,67.43605,10.792948,1819.9711,2164.0076,6101.4517,225.183 +2023-06-18 22:00:00,0.0,13550.047,127.941666,19.127455,30.236275,25.004168,179.17621,25.796999,38.75751,20.446653,23.676977,643.51483,534.3536,12.092898,113.362465,12.720173,2.4076242,24.139439,33.2719,6.737889,372.64273,2.784347,320.43906,58.23709,0.5205828,3.283906,110.40811,28.068377,116.31327,146.69806,13982.146,0.679427,1621.3984,1.3836372,0.8789878,0.46762687,3.2922132,178.75694,239.85294,32.10579,261.45486,25.369652,24.139904,1135.1852,4.3882127,132.12685,110.44451,391.84436,102.78158,377.67282,21.021826,230.81316,0.0,3546.2075,14868.466,23.445236,272.82684,132.70612,42495.867,157.27925,18.513094,106.65059,204.99338,68.652084,25.15725,144.47453,1562.4824,261.3863,92.82454,14.804044,14.164548,743.27203,53.709885,1210.2196,118.44306,2175.5603,214.57993,281.99603,128.04503,242.65094,9.394655,15.971898,36.94931,5.6789703,5.8771806,60.97463,60.454666,78.18922,16.485876,22.003397,264.76273,9.20484,3250.7212,98.859055,68.06597,115.920715,100.796906,226.33102,137.5309,86.52778,30.379463,39.654816,97.79735,325.0941,577.8832,133.62813,449.7117,84.532265,92.04652,278.08823,263.95035,1007.6414,290.35623,4.2501736,16.742708,9.632883,74.11887,15750.654,6.3104444,15.639704,26.042593,45.987408,516.61505,91.01759,179.59665,4.037968,239.84723,535.49915,334.8388,112.80178,343.85672,33.607872,65.130196,296.19092,15.560936,2.2275145,13.444675,2009.0367,0.24513787,0.7429583,67.30458,7.59127,4.496731,8.590245,14.790554,174.64516,59.80851,126.552925,907.5054,207.17424,1959.1133,1799.4745,15.598955,25.34595,14114.29,8.844956,59.148148,493.64078,97.058334,159.51181,67.51696,357.5889,1052.7003,371.13675,11.795338,77.88611,944.28033,2025.7548,39.51472,564.7685,45.036457,1.0025555,58.056595,1.0502255,0.57967585,2.607994,31.249565,114.97011,288.19583,14.843518,3467.7935,236.87152,82.00231,116.578125,52.741867,94.0816,40.699306,2.767639,69.46528,394.66885,101.69433,60.075603,49.731987,24.155903,39.1377,44.32801,46.714058,922.17615,155.5276,3570.242,38.462322,3800.0542,75.35088,470.6381,2262.3352,67.46993,10.788047,1819.3933,2162.4817,6099.4004,224.91008 +2023-06-18 23:00:00,0.0,13559.898,128.04921,19.129332,30.255785,24.992916,179.15291,25.79293,38.740738,20.444246,23.67447,643.3155,534.2413,12.086816,113.42298,12.731122,2.4045906,24.135378,33.237,6.7190576,372.55524,2.776077,320.39975,58.207317,0.51996446,3.28203,110.39972,28.049574,116.16775,146.66357,13993.866,0.67933935,1620.9867,1.3827442,0.8783039,0.46729836,3.2884943,178.69212,239.76535,32.095337,261.27744,25.363825,24.171465,1136.0992,4.3866315,132.24489,110.50858,391.66107,102.920265,377.68146,21.01559,231.16705,0.0,3543.3047,14870.475,23.440775,273.13342,132.68484,42504.098,157.1917,18.513912,106.771484,205.24026,68.57826,25.127087,144.70393,1564.3341,261.6994,92.94652,14.806752,14.156821,742.2918,53.722347,1212.0427,118.53153,2175.4468,214.76897,282.2346,127.94251,243.0121,9.390921,15.965463,36.924973,5.674489,5.870376,60.98191,60.43158,78.14842,16.480503,22.009348,264.87234,9.201343,3249.6106,98.93156,68.00799,115.99729,100.86688,226.28218,137.57666,86.513885,30.390518,39.68198,97.88632,325.07352,578.7558,133.69406,449.87253,84.57959,92.075714,278.18692,264.01517,1007.4389,290.5555,4.248337,16.743855,9.635299,74.00748,15750.243,6.306389,15.628835,26.027964,46.0106,516.87775,91.03547,179.70676,4.0352063,239.8986,535.6217,334.9689,112.8403,343.828,33.590603,65.12935,296.1082,15.554283,2.226259,13.440894,2009.5437,0.24488005,0.7422791,67.270805,7.582778,4.4946733,8.582259,14.777532,174.55037,59.778008,126.527115,907.0763,207.17802,1958.849,1799.2748,15.590373,25.34381,14109.235,8.844257,59.14491,493.8464,97.05167,159.46341,67.5069,357.4878,1052.3352,371.22784,11.797668,77.87639,944.62054,2025.2988,39.513206,564.68427,45.009064,1.0027106,58.062275,1.0504584,0.5799795,2.6094286,31.246658,114.96146,288.17688,14.852093,3468.0332,236.96909,82.051155,116.689064,52.82379,94.0908,40.754654,2.7689862,69.55764,395.3029,101.90031,60.19864,49.820995,24.150452,39.200275,44.415672,46.7246,922.06134,155.58093,3572.0093,38.46057,3799.9248,75.36388,470.52234,2263.1943,67.50382,10.783145,1818.8154,2160.9558,6097.349,224.63715 +2023-06-19 00:00:00,0.0,13569.751,128.15675,19.131208,30.275295,24.981667,179.12961,25.78886,38.72397,20.441841,23.671963,643.11615,534.12897,12.080733,113.483505,12.742071,2.401557,24.131319,33.2021,6.700226,372.46774,2.7678068,320.3604,58.177544,0.5193461,3.2801545,110.39133,28.03077,116.022224,146.62909,14005.586,0.6792517,1620.575,1.3818512,0.87762004,0.46696985,3.2847753,178.6273,239.67778,32.084885,261.1,25.358,24.203026,1137.0133,4.385051,132.36293,110.572655,391.47775,103.058945,377.69006,21.009356,231.52095,0.0,3540.4011,14872.483,23.436316,273.44,132.66357,42512.33,157.10413,18.514729,106.89238,205.48712,68.50444,25.096924,144.93333,1566.1858,262.0125,93.06849,14.809462,14.149096,741.31165,53.73481,1213.8658,118.62,2175.3333,214.958,282.47314,127.840004,243.37326,9.387185,15.959027,36.90064,5.670008,5.8635716,60.989197,60.408493,78.10762,16.475132,22.015297,264.98196,9.197846,3248.5,99.00405,67.95,116.073875,100.93685,226.23334,137.6224,86.5,30.401571,39.70914,97.975296,325.05298,579.6284,133.76,450.03336,84.62692,92.10491,278.28558,264.08,1007.2364,290.75482,4.2465,16.745,9.637714,73.89608,15749.831,6.3023334,15.617965,26.013334,46.033794,517.1404,91.05334,179.81686,4.0324445,239.95,535.7443,335.099,112.87882,343.79932,33.573334,65.1285,296.02545,15.547629,2.2250035,13.437113,2010.0505,0.24462223,0.7416,67.23704,7.5742855,4.492615,8.574274,14.764509,174.4556,59.7475,126.5013,906.64734,207.18181,1958.5846,1799.075,15.58179,25.341667,14104.181,8.843557,59.141666,494.052,97.045,159.41501,67.49684,357.38666,1051.9701,371.31897,11.8,77.86667,944.96075,2024.8428,39.51169,564.6,44.981667,1.0028658,58.067955,1.0506914,0.5802831,2.6108632,31.24375,114.9528,288.15793,14.860666,3468.2727,237.06667,82.1,116.8,52.905716,94.1,40.81,2.7703335,69.65,395.93692,102.106285,60.321674,49.910004,24.145,39.262856,44.503334,46.73515,921.9466,155.63426,3573.7764,38.458817,3799.7957,75.37688,470.4066,2264.0535,67.53771,10.778244,1818.2377,2159.43,6095.298,224.36423 +2023-06-19 01:00:00,0.0,13579.603,128.2643,19.133083,30.294806,24.970417,179.10631,25.784792,38.7072,20.439434,23.669456,642.9168,534.01666,12.074651,113.54402,12.753021,2.3985233,24.127258,33.1672,6.6813946,372.38025,2.7595367,320.32108,58.147766,0.51872784,3.2782788,110.382935,28.011967,115.8767,146.5946,14017.305,0.679164,1620.1633,1.3809582,0.87693614,0.46664134,3.2810562,178.56248,239.5902,32.074432,260.92258,25.352173,24.234587,1137.9274,4.3834696,132.48099,110.63673,391.29443,103.19763,377.6987,21.003122,231.87485,0.0,3537.498,14874.492,23.431854,273.74658,132.6423,42520.555,157.01657,18.515547,107.01327,205.73401,68.43062,25.066761,145.16273,1568.0375,262.32562,93.19046,14.81217,14.14137,740.3315,53.747272,1215.689,118.70847,2175.22,215.14703,282.71173,127.737495,243.73442,9.3834505,15.952593,36.8763,5.6655273,5.856767,60.99648,60.385406,78.06682,16.469759,22.021246,265.09155,9.194349,3247.3894,99.07655,67.89201,116.15046,101.00682,226.1845,137.66815,86.486115,30.412624,39.7363,98.06427,325.03244,580.50104,133.82594,450.1942,84.674255,92.13411,278.38428,264.14484,1007.0339,290.9541,4.2446632,16.746147,9.640129,73.78468,15749.42,6.298278,15.607096,25.998703,46.056984,517.4031,91.071205,179.92696,4.0296826,240.00139,535.8669,335.2291,112.91734,343.7706,33.556065,65.12766,295.94275,15.540977,2.223748,13.433331,2010.5575,0.24436441,0.7409208,67.20327,7.5657935,4.4905577,8.566288,14.751487,174.36081,59.717,126.47548,906.2184,207.18561,1958.3203,1798.8752,15.573208,25.339527,14099.126,8.842858,59.138424,494.25763,97.03834,159.3666,67.48678,357.28555,1051.605,371.41006,11.802332,77.85694,945.30096,2024.3868,39.51017,564.51575,44.95427,1.0030209,58.07364,1.0509244,0.58058673,2.612298,31.240843,114.944145,288.13898,14.869241,3468.5125,237.16423,82.14884,116.910934,52.98764,94.1092,40.86535,2.7716806,69.74236,396.57095,102.31226,60.444714,49.999012,24.13955,39.325436,44.590996,46.745693,921.8318,155.6876,3575.5437,38.457066,3799.6665,75.38987,470.29083,2264.9126,67.5716,10.773342,1817.6598,2157.904,6093.2466,224.09131 +2023-06-19 02:00:00,0.0,13589.455,128.37184,19.13496,30.314316,24.959167,179.08302,25.780722,38.690426,20.437027,23.66695,642.7175,533.9043,12.068568,113.60454,12.76397,2.3954897,24.123198,33.1323,6.662563,372.2928,2.7512665,320.28177,58.117992,0.5181095,3.2764032,110.37454,27.993162,115.73117,146.56012,14029.024,0.6790763,1619.7516,1.3800653,0.8762523,0.46631283,3.2773373,178.49767,239.50262,32.063984,260.74515,25.346346,24.266148,1138.8414,4.3818884,132.59903,110.7008,391.11115,103.33632,377.70734,20.996887,232.22874,0.0,3534.5947,14876.501,23.427395,274.05316,132.62103,42528.785,156.929,18.516363,107.13416,205.98087,68.3568,25.036598,145.39214,1569.8892,262.6387,93.31244,14.814879,14.133644,739.35126,53.759735,1217.5121,118.79695,2175.1064,215.33606,282.9503,127.63498,244.09557,9.379715,15.946157,36.851967,5.661046,5.8499627,61.003765,60.36232,78.02602,16.464386,22.027197,265.20117,9.190852,3246.279,99.14905,67.83403,116.22704,101.07679,226.13565,137.7139,86.47222,30.423677,39.763462,98.153244,325.0119,581.3737,133.89188,450.35504,84.72159,92.16331,278.48297,264.20966,1006.83136,291.1534,4.2428265,16.747292,9.642545,73.67329,15749.009,6.2942224,15.596226,25.984074,46.080177,517.6658,91.08908,180.03706,4.026921,240.05278,535.98944,335.3592,112.955864,343.7419,33.538795,65.126816,295.86002,15.534323,2.2224922,13.429549,2011.0645,0.2441066,0.74024165,67.169495,7.5573015,4.4885,8.558303,14.738464,174.26604,59.686497,126.44966,905.78937,207.18939,1958.056,1798.6754,15.564625,25.337385,14094.071,8.842158,59.135185,494.46326,97.03167,159.31819,67.47672,357.18445,1051.2399,371.5012,11.804663,77.84722,945.6412,2023.9309,39.50865,564.43146,44.926876,1.0031761,58.07932,1.0511574,0.58089036,2.6137326,31.237934,114.935486,288.12003,14.877815,3468.7522,237.2618,82.197685,117.02187,53.069565,94.1184,40.920692,2.773028,69.834724,397.205,102.51825,60.56775,50.08802,24.134098,39.388016,44.678658,46.75624,921.71704,155.74094,3577.311,38.455315,3799.5374,75.40287,470.17508,2265.7717,67.60549,10.768441,1817.082,2156.3782,6091.1953,223.81839 +2023-06-19 03:00:00,0.0,13599.307,128.47939,19.136837,30.333824,24.947916,179.05972,25.776653,38.673653,20.434622,23.664442,642.5182,533.792,12.062487,113.665054,12.7749195,2.392456,24.119137,33.0974,6.643731,372.2053,2.7429962,320.24243,58.08822,0.51749116,3.2745275,110.36615,27.97436,115.58565,146.52563,14040.744,0.67898864,1619.3398,1.3791723,0.87556845,0.46598428,3.2736182,178.43283,239.41504,32.05353,260.56772,25.340519,24.297707,1139.7556,4.3803077,132.71707,110.76488,390.92786,103.475,377.71594,20.990652,232.58264,0.0,3531.6914,14878.51,23.422934,274.3597,132.59976,42537.016,156.84145,18.517181,107.25506,206.22774,68.28297,25.006435,145.62152,1571.7408,262.9518,93.43441,14.817588,14.125918,738.3711,53.772198,1219.3352,118.88542,2174.9932,215.5251,283.18884,127.53247,244.45673,9.37598,15.939722,36.82763,5.656565,5.8431582,61.011047,60.339233,77.985214,16.459013,22.033146,265.3108,9.187356,3245.1685,99.22154,67.77604,116.30362,101.14677,226.0868,137.75964,86.458336,30.434732,39.790627,98.24222,324.99136,582.24634,133.95781,450.5159,84.76891,92.192505,278.58167,264.27448,1006.6288,291.3527,4.2409897,16.748438,9.64496,73.56189,15748.597,6.290167,15.585357,25.969444,46.10337,517.9284,91.10695,180.14717,4.024159,240.10417,536.11206,335.4893,112.99439,343.7132,33.521526,65.12597,295.77728,15.52767,2.2212367,13.425768,2011.5713,0.24384879,0.73956245,67.13573,7.5488095,4.4864426,8.550318,14.725442,174.17125,59.65599,126.42384,905.36035,207.19318,1957.7917,1798.4757,15.556043,25.335243,14089.017,8.841459,59.131943,494.66888,97.025,159.26979,67.46667,357.08334,1050.8748,371.5923,11.806994,77.8375,945.9814,2023.4749,39.507133,564.3472,44.89948,1.0033312,58.085,1.0513903,0.5811939,2.6151674,31.235025,114.926834,288.10107,14.886389,3468.9917,237.35938,82.24653,117.13281,53.15149,94.1276,40.97604,2.7743752,69.927086,397.83902,102.72423,60.690784,50.17703,24.128647,39.450596,44.76632,46.76679,921.6023,155.79427,3579.0784,38.45356,3799.4082,75.41586,470.05936,2266.6309,67.63937,10.763539,1816.5042,2154.8523,6089.144,223.54546 +2023-06-19 04:00:00,0.0,13609.159,128.58693,19.138712,30.353334,24.936666,179.03642,25.772583,38.656883,20.432215,23.661936,642.31885,533.6797,12.056404,113.72557,12.78587,2.3894224,24.115076,33.0625,6.6249,372.1178,2.7347262,320.20312,58.058445,0.5168729,3.2726517,110.35776,27.955557,115.440125,146.49115,14052.463,0.67890096,1618.9281,1.3782793,0.87488455,0.46565577,3.2698994,178.36801,239.32747,32.04308,260.3903,25.334694,24.329268,1140.6697,4.3787265,132.83511,110.82895,390.74457,103.613686,377.72458,20.984417,232.93654,0.0,3528.7883,14880.519,23.418472,274.6663,132.57849,42545.242,156.75388,18.517998,107.375946,206.47461,68.209145,24.976273,145.85092,1573.5925,263.26492,93.55638,14.820297,14.118192,737.3909,53.78466,1221.1583,118.97389,2174.8796,215.71414,283.4274,127.429955,244.81789,9.372245,15.933287,36.803295,5.652084,5.836354,61.018333,60.316147,77.94442,16.453642,22.039095,265.42038,9.183859,3244.0579,99.294044,67.718056,116.3802,101.216736,226.03796,137.80539,86.44444,30.445786,39.817787,98.33119,324.9708,583.11896,134.02376,450.67673,84.816246,92.2217,278.68036,264.3393,1006.4263,291.552,4.239153,16.749584,9.647375,73.45049,15748.186,6.2861114,15.574487,25.954815,46.12656,518.1911,91.12482,180.25726,4.021397,240.15555,536.2346,335.6194,113.03291,343.6845,33.50426,65.12513,295.69455,15.521016,2.2199812,13.421987,2012.0782,0.24359097,0.73888326,67.10196,7.5403175,4.4843845,8.542332,14.7124195,174.07646,59.62549,126.398026,904.9314,207.19696,1957.5273,1798.2759,15.54746,25.333103,14083.962,8.840759,59.128704,494.87448,97.01833,159.22139,67.456604,356.98224,1050.5096,371.6834,11.809325,77.827774,946.3216,2023.0189,39.50562,564.26294,44.87208,1.0034863,58.09068,1.0516233,0.58149755,2.616602,31.232119,114.918175,288.08212,14.894963,3469.2314,237.45694,82.29537,117.24375,53.233414,94.1368,41.031387,2.7757223,70.01945,398.47305,102.93021,60.813824,50.266037,24.123196,39.513172,44.85398,46.777332,921.4875,155.8476,3580.8457,38.45181,3799.2788,75.42886,469.9436,2267.49,67.67326,10.758638,1815.9263,2153.3264,6087.093,223.27254 +2023-06-19 05:00:00,0.0,13619.011,128.69449,19.140589,30.372845,24.925417,179.01312,25.768515,38.640114,20.42981,23.659428,642.1195,533.5674,12.050322,113.78609,12.796819,2.3863888,24.111015,33.0276,6.606068,372.0303,2.726456,320.1638,58.02867,0.51625454,3.270776,110.349365,27.936752,115.2946,146.45667,14064.183,0.6788133,1618.5164,1.3773863,0.8742007,0.46532726,3.2661805,178.30319,239.23988,32.03263,260.21286,25.328867,24.360828,1141.5837,4.3771453,132.95317,110.89302,390.56128,103.752365,377.7332,20.978182,233.29042,0.0,3525.885,14882.527,23.414013,274.97287,132.55722,42553.473,156.66632,18.518816,107.49684,206.72148,68.13532,24.94611,146.08032,1575.4442,263.57803,93.67836,14.823006,14.110466,736.41077,53.797123,1222.9814,119.06236,2174.766,215.90317,283.666,127.327446,245.17905,9.36851,15.926852,36.778957,5.647603,5.8295493,61.02562,60.29306,77.90362,16.448269,22.045046,265.53,9.180363,3242.9473,99.36654,67.66007,116.45679,101.286705,225.98912,137.85114,86.43056,30.456839,39.844948,98.420166,324.95026,583.9916,134.08969,450.83755,84.86358,92.25091,278.77902,264.40414,1006.22375,291.75128,4.237316,16.75073,9.649791,73.339096,15747.773,6.2820554,15.563618,25.940186,46.149754,518.4538,91.14269,180.36737,4.0186353,240.20694,536.3572,335.74945,113.071434,343.6558,33.48699,65.12428,295.61182,15.514363,2.2187254,13.418205,2012.5852,0.24333315,0.7382041,67.068184,7.5318255,4.482327,8.534347,14.699397,173.98169,59.594986,126.372215,904.50244,207.20076,1957.2631,1798.0762,15.5388775,25.330961,14078.907,8.84006,59.12546,495.0801,97.011665,159.17299,67.44655,356.8811,1050.1445,371.7745,11.811657,77.818054,946.6618,2022.5629,39.5041,564.1787,44.84469,1.0036415,58.09636,1.0518563,0.5818012,2.6180365,31.22921,114.90952,288.06317,14.903537,3469.4712,237.5545,82.34421,117.35469,53.31534,94.146,41.086735,2.7770696,70.11181,399.1071,103.136185,60.93686,50.355045,24.117744,39.575752,44.941643,46.78788,921.37274,155.90094,3582.6128,38.450058,3799.1497,75.441864,469.82785,2268.3494,67.70715,10.7537365,1815.3485,2151.8005,6085.0415,222.99962 +2023-06-19 06:00:00,0.0,13628.863,128.80203,19.142464,30.392355,24.914167,178.98982,25.764444,38.62334,20.427402,23.656921,641.92017,533.4551,12.044239,113.8466,12.807768,2.3833551,24.106956,32.992702,6.587237,371.9428,2.718186,320.12445,57.998898,0.5156362,3.2689004,110.34097,27.91795,115.14908,146.42218,14075.902,0.6787256,1618.1047,1.3764933,0.87351686,0.46499875,3.2624612,178.23837,239.15231,32.02218,260.03543,25.32304,24.39239,1142.4978,4.375564,133.07121,110.95709,390.378,103.89105,377.74182,20.971947,233.64432,0.0,3522.982,14884.537,23.409552,275.27945,132.53595,42561.703,156.57877,18.519632,107.61774,206.96835,68.0615,24.915947,146.30972,1577.2959,263.89114,93.80033,14.825715,14.10274,735.43054,53.809586,1224.8046,119.15084,2174.6528,216.09221,283.90454,127.22494,245.54019,9.364775,15.920417,36.75462,5.6431217,5.8227453,61.0329,60.269978,77.862816,16.442896,22.050995,265.63962,9.176866,3241.837,99.43904,67.60208,116.53336,101.356674,225.94028,137.89688,86.416664,30.467892,39.87211,98.50914,324.92972,584.86426,134.15562,450.9984,84.91091,92.280106,278.87772,264.46896,1006.02124,291.9506,4.2354794,16.751875,9.652206,73.22769,15747.362,6.278,15.552748,25.925556,46.172947,518.71643,91.16056,180.47748,4.0158734,240.25833,536.4798,335.87955,113.109955,343.6271,33.469723,65.123436,295.5291,15.5077095,2.21747,13.414423,2013.092,0.24307533,0.7375249,67.03442,7.5233335,4.4802694,8.5263605,14.686375,173.8869,59.56448,126.3464,904.0734,207.20454,1956.9988,1797.8763,15.530294,25.328821,14073.853,8.83936,59.122223,495.28574,97.005005,159.12459,67.436485,356.78,1049.7794,371.86563,11.813989,77.808334,947.002,2022.1069,39.502583,564.0944,44.81729,1.0037966,58.10204,1.0520892,0.5821048,2.6194713,31.226301,114.90086,288.04422,14.912111,3469.711,237.65208,82.39305,117.46562,53.397263,94.155205,41.142082,2.7784169,70.20417,399.74112,103.34217,61.059895,50.444054,24.112291,39.638332,45.029305,46.798424,921.258,155.95427,3584.3801,38.448303,3799.0205,75.45486,469.7121,2269.2085,67.74104,10.748836,1814.7706,2150.2747,6082.99,222.7267 +2023-06-19 07:00:00,0.0,13638.715,128.90958,19.14434,30.411863,24.902918,178.96652,25.760376,38.606567,20.424997,23.654413,641.7209,533.3428,12.0381565,113.90713,12.818718,2.3803217,24.102896,32.9578,6.568405,371.85535,2.7099156,320.08514,57.969124,0.51501787,3.2670248,110.33258,27.899145,115.00355,146.38768,14087.622,0.6786379,1617.693,1.3756003,0.87283295,0.46467024,3.2587423,178.17354,239.06473,32.011726,259.85797,25.317215,24.423948,1143.4119,4.3739834,133.18925,111.021164,390.1947,104.02974,377.75046,20.965714,233.99821,0.0,3520.0786,14886.546,23.405092,275.58603,132.51468,42569.934,156.4912,18.52045,107.738625,207.21523,67.98767,24.885784,146.53912,1579.1476,264.20425,93.92231,14.8284235,14.095015,734.4504,53.82205,1226.6277,119.23931,2174.5393,216.28123,284.14313,127.12242,245.90135,9.36104,15.913981,36.730286,5.638641,5.815941,61.040188,60.246887,77.822014,16.437523,22.056944,265.7492,9.173368,3240.7263,99.511536,67.5441,116.60995,101.42664,225.89143,137.94263,86.40278,30.478947,39.899273,98.598114,324.90918,585.7369,134.22156,451.15924,84.95824,92.3093,278.9764,264.53378,1005.8187,292.14987,4.233642,16.753021,9.654621,73.116295,15746.95,6.2739444,15.541879,25.910927,46.196136,518.9791,91.17843,180.58757,4.0131116,240.30972,536.60236,336.00964,113.14848,343.5984,33.452454,65.1226,295.44638,15.501057,2.2162144,13.410642,2013.599,0.2428175,0.7368458,67.00064,7.514841,4.4782114,8.518375,14.673352,173.79211,59.533978,126.32058,903.6444,207.20833,1956.7344,1797.6766,15.521712,25.32668,14068.798,8.838661,59.11898,495.49133,96.99834,159.07619,67.42643,356.6789,1049.4143,371.95673,11.816319,77.79861,947.3422,2021.6509,39.501064,564.0102,44.789894,1.0039518,58.107723,1.0523223,0.5824084,2.6209059,31.223394,114.89221,288.02527,14.920685,3469.9504,237.74965,82.441895,117.57656,53.479187,94.16441,41.19743,2.779764,70.296524,400.37515,103.54815,61.18293,50.533062,24.10684,39.700912,45.116966,46.80897,921.1432,156.0076,3586.1475,38.446552,3798.8914,75.46786,469.59634,2270.0676,67.77493,10.743934,1814.1929,2148.7488,6080.9395,222.45377 +2023-06-19 08:00:00,0.0,13648.567,129.01712,19.146217,30.431374,24.891666,178.94322,25.756306,38.589798,20.42259,23.651907,641.52155,533.23047,12.032074,113.96764,12.829667,2.377288,24.098835,32.9229,6.5495734,371.76785,2.7016456,320.0458,57.93935,0.5143996,3.2651489,110.32419,27.880342,114.858025,146.3532,14099.341,0.67855024,1617.2812,1.3747075,0.8721491,0.46434173,3.2550235,178.10872,238.97716,32.001274,259.68054,25.311388,24.45551,1144.3259,4.372402,133.3073,111.085236,390.01138,104.16842,377.75906,20.959478,234.35211,0.0,3517.1753,14888.555,23.40063,275.8926,132.49341,42578.16,156.40364,18.521267,107.85952,207.4621,67.91385,24.855621,146.76852,1580.9993,264.51736,94.04428,14.831133,14.087289,733.4702,53.83451,1228.4508,119.32778,2174.426,216.47028,284.38168,127.01991,246.26251,9.357305,15.907546,36.705948,5.6341596,5.8091364,61.04747,60.223804,77.78122,16.432152,22.062895,265.85883,9.169872,3239.6157,99.58403,67.486115,116.68653,101.49662,225.84259,137.98837,86.388885,30.49,39.926434,98.68709,324.8886,586.6095,134.2875,451.3201,85.00557,92.3385,279.0751,264.5986,1005.6162,292.34918,4.2318053,16.754168,9.657037,73.0049,15746.539,6.269889,15.53101,25.896297,46.21933,519.2418,91.1963,180.69768,4.0103498,240.36111,536.7249,336.13974,113.187004,343.5697,33.435184,65.12175,295.36365,15.494403,2.214959,13.40686,2014.106,0.24255969,0.7361666,66.96687,7.506349,4.476154,8.510389,14.66033,173.69734,59.503475,126.29476,903.21545,207.21211,1956.4701,1797.4768,15.513129,25.324537,14063.743,8.837962,59.11574,495.69696,96.99167,159.02779,67.416374,356.5778,1049.0492,372.04785,11.818651,77.78889,947.6825,2021.195,39.49955,563.9259,44.7625,1.0041069,58.113403,1.0525552,0.58271205,2.6223404,31.220486,114.88355,288.00632,14.929259,3470.1902,237.84721,82.49074,117.6875,53.56111,94.173615,41.252777,2.7811112,70.388885,401.0092,103.75413,61.30597,50.62207,24.101389,39.763493,45.204628,46.81952,921.02844,156.06094,3587.9148,38.4448,3798.762,75.48085,469.4806,2270.9268,67.80882,10.739033,1813.615,2147.223,6078.888,222.18085 +2023-06-19 09:00:00,0.0,13658.419,129.12466,19.148092,30.450884,24.880417,178.91992,25.752237,38.57303,20.420183,23.649399,641.3222,533.11816,12.025991,114.02816,12.840616,2.3742545,24.094774,32.888,6.530742,371.68036,2.6933753,320.00647,57.909573,0.51378125,3.2632732,110.315796,27.86154,114.7125,146.31871,14111.061,0.6784625,1616.8695,1.3738145,0.87146527,0.4640132,3.2513044,178.0439,238.88957,31.990824,259.5031,25.305561,24.48707,1145.24,4.370821,133.42535,111.14931,389.82806,104.307106,377.7677,20.953243,234.70601,0.0,3514.2722,14890.563,23.396172,276.19916,132.47215,42586.39,156.31607,18.522083,107.980415,207.70895,67.84003,24.825459,146.99791,1582.851,264.83047,94.16625,14.833841,14.079563,732.49,53.846977,1230.2739,119.41625,2174.3125,216.6593,284.62024,126.9174,246.62367,9.35357,15.901111,36.681614,5.6296787,5.802332,61.054756,60.200718,77.74042,16.426779,22.068844,265.96844,9.166375,3238.5054,99.65653,67.42812,116.763115,101.56659,225.79375,138.03412,86.375,30.501053,39.953594,98.77607,324.86807,587.4822,134.35344,451.48093,85.0529,92.3677,279.1738,264.66342,1005.41364,292.54846,4.2299685,16.755314,9.659452,72.8935,15746.128,6.2658334,15.52014,25.881666,46.242523,519.50446,91.21417,180.80779,4.007588,240.4125,536.84753,336.26984,113.225525,343.541,33.417915,65.1209,295.2809,15.48775,2.2137032,13.403079,2014.6128,0.24230187,0.73548746,66.933105,7.497857,4.4740963,8.502404,14.647307,173.60255,59.47297,126.26894,902.7865,207.21591,1956.2058,1797.2771,15.504547,25.322397,14058.688,8.837262,59.1125,495.9026,96.985,158.97937,67.40631,356.47668,1048.6841,372.13895,11.820982,77.77917,948.0227,2020.7389,39.49803,563.8417,44.735104,1.0042621,58.119083,1.0527881,0.5830157,2.6237752,31.217579,114.8749,287.98737,14.937834,3470.43,237.9448,82.53958,117.79844,53.643036,94.182816,41.308125,2.7824585,70.48125,401.64322,103.960106,61.429005,50.71108,24.095938,39.82607,45.29229,46.830063,920.91364,156.11427,3589.6821,38.443047,3798.6328,75.49385,469.36484,2271.786,67.842705,10.734131,1813.0372,2145.697,6076.837,221.90793 +2023-06-19 10:00:00,0.0,13668.271,129.23221,19.14997,30.470394,24.869167,178.89662,25.748167,38.556255,20.417778,23.646893,641.12286,533.00586,12.01991,114.08868,12.851566,2.3712208,24.090714,32.853104,6.5119104,371.59286,2.685105,319.96716,57.8798,0.5131629,3.2613976,110.3074,27.842735,114.56698,146.28423,14122.78,0.6783748,1616.4578,1.3729215,0.87078136,0.46368468,3.2475855,177.97908,238.802,31.980373,259.32568,25.299736,24.518631,1146.154,4.36924,133.5434,111.21339,389.6448,104.44579,377.77634,20.947008,235.0599,0.0,3511.3687,14892.572,23.39171,276.50574,132.45088,42594.62,156.22852,18.522902,108.1013,207.95584,67.766205,24.795296,147.22731,1584.7026,265.1436,94.28823,14.836551,14.071836,731.5098,53.85944,1232.097,119.50473,2174.199,216.84834,284.85883,126.81489,246.98483,9.349835,15.894676,36.657276,5.625198,5.7955275,61.06204,60.177635,77.699615,16.421406,22.074793,266.07803,9.162878,3237.3948,99.72903,67.37014,116.83969,101.63656,225.7449,138.07988,86.361115,30.512106,39.980755,98.86504,324.84753,588.3548,134.41937,451.64175,85.100235,92.3969,279.27246,264.72827,1005.2111,292.74777,4.228132,16.756458,9.661868,72.782104,15745.716,6.261778,15.509271,25.867037,46.265713,519.76715,91.23204,180.91788,4.004826,240.46388,536.9701,336.39993,113.264046,343.5123,33.40065,65.12006,295.19818,15.481096,2.2124476,13.399298,2015.1198,0.24204405,0.73480827,66.89933,7.489365,4.4720383,8.494418,14.634285,173.50778,59.442467,126.243126,902.3575,207.2197,1955.9415,1797.0773,15.495964,25.320255,14053.634,8.836563,59.10926,496.1082,96.97833,158.93097,67.396255,356.37555,1048.319,372.23007,11.823314,77.76944,948.3629,2020.283,39.496513,563.7574,44.707706,1.0044172,58.124763,1.0530212,0.58331925,2.6252098,31.21467,114.86624,287.9684,14.946407,3470.6694,238.04236,82.588425,117.90938,53.72496,94.19202,41.363472,2.7838056,70.57361,402.27725,104.16609,61.55204,50.800087,24.090487,39.88865,45.379955,46.84061,920.7989,156.1676,3591.4492,38.441296,3798.5037,75.50684,469.24908,2272.645,67.876595,10.72923,1812.4594,2144.1711,6074.7856,221.635 +2023-06-19 11:00:00,0.0,13678.123,129.33975,19.151846,30.489902,24.857918,178.87332,25.744099,38.539482,20.41537,23.644386,640.9235,532.89355,12.013827,114.14919,12.862515,2.3681872,24.086655,32.818203,6.493079,371.50537,2.676835,319.92783,57.850025,0.5125446,3.259522,110.29901,27.823933,114.42145,146.24974,14134.499,0.67828715,1616.0461,1.3720285,0.8700975,0.46335617,3.2438662,177.91425,238.71443,31.969921,259.14825,25.29391,24.55019,1147.0681,4.367659,133.66144,111.27746,389.4615,104.58447,377.78494,20.940773,235.4138,0.0,3508.4658,14894.581,23.38725,276.81232,132.42961,42602.85,156.14095,18.523718,108.2222,208.2027,67.69238,24.765133,147.45671,1586.5543,265.4567,94.4102,14.839259,14.064111,730.52966,53.871902,1233.9202,119.5932,2174.0857,217.03738,285.09738,126.71238,247.34598,9.3461,15.888241,36.632942,5.6207166,5.788723,61.069324,60.15455,77.65881,16.416033,22.080744,266.18765,9.159382,3236.2842,99.80153,67.31215,116.916275,101.70653,225.69606,138.12563,86.34722,30.52316,40.00792,98.95402,324.827,589.2274,134.4853,451.8026,85.14756,92.426094,279.37115,264.7931,1005.0086,292.94705,4.226295,16.757605,9.664283,72.67071,15745.305,6.2577224,15.498401,25.852407,46.288906,520.02985,91.24991,181.02798,4.002064,240.51527,537.09265,336.53003,113.302574,343.48358,33.38338,65.11922,295.11548,15.474443,2.2111921,13.395515,2015.6266,0.24178623,0.73412913,66.86556,7.480873,4.4699807,8.486433,14.621263,173.413,59.411964,126.217316,901.92847,207.22348,1955.6771,1796.8776,15.487382,25.318115,14048.579,8.835863,59.106018,496.3138,96.971664,158.88257,67.3862,356.27444,1047.9539,372.32117,11.825645,77.75972,948.7031,2019.827,39.494995,563.67316,44.680313,1.0045723,58.130444,1.0532541,0.5836229,2.6266446,31.211761,114.85759,287.94946,14.954982,3470.9092,238.13992,82.63727,118.02031,53.806885,94.20122,41.41882,2.785153,70.66597,402.9113,104.37207,61.675076,50.889095,24.085035,39.95123,45.467617,46.851154,920.68414,156.22093,3593.2166,38.439545,3798.3745,75.519844,469.13333,2273.5042,67.910484,10.724328,1811.8816,2142.6453,6072.7344,221.36208 +2023-06-19 12:00:00,0.0,13687.976,129.4473,19.15372,30.509413,24.846666,178.85002,25.740028,38.522713,20.412966,23.641878,640.7242,532.78125,12.007745,114.20971,12.873465,2.3651536,24.082594,32.783302,6.4742475,371.4179,2.6685648,319.88852,57.82025,0.5119263,3.257646,110.29062,27.805128,114.275925,146.21526,14146.219,0.67819947,1615.6344,1.3711355,0.8694136,0.46302766,3.2401474,177.84943,238.62685,31.95947,258.97083,25.288082,24.58175,1147.9823,4.366078,133.77948,111.34153,389.2782,104.72316,377.79358,20.934538,235.7677,0.0,3505.5625,14896.59,23.38279,277.1189,132.40834,42611.08,156.05339,18.524536,108.343094,208.44958,67.61855,24.73497,147.68611,1588.406,265.7698,94.53217,14.841969,14.056385,729.54944,53.884365,1235.7433,119.68167,2173.9722,217.22641,285.33594,126.60986,247.70714,9.342365,15.881805,36.608604,5.6162357,5.7819185,61.076607,60.131462,77.61802,16.41066,22.086693,266.29724,9.155885,3235.1736,99.87402,67.254166,116.99286,101.776505,225.64722,138.17137,86.333336,30.534214,40.03508,99.04299,324.80646,590.10004,134.55125,451.96344,85.19489,92.4553,279.46985,264.8579,1004.8061,293.14636,4.224458,16.75875,9.666698,72.55931,15744.893,6.253667,15.487532,25.837778,46.3121,520.2925,91.267784,181.13809,3.9993024,240.56667,537.2153,336.66013,113.341095,343.4549,33.36611,65.11837,295.03275,15.46779,2.2099364,13.391734,2016.1335,0.2415284,0.73344994,66.831795,7.472381,4.467923,8.478447,14.60824,173.3182,59.381462,126.1915,901.49945,207.22726,1955.4128,1796.6777,15.478799,25.315973,14043.524,8.835164,59.102776,496.51944,96.965004,158.83417,67.37614,356.17334,1047.5887,372.4123,11.827976,77.75,949.04333,2019.371,39.49348,563.58887,44.652916,1.0047275,58.136124,1.0534871,0.5839265,2.6280792,31.208855,114.84893,287.9305,14.963555,3471.149,238.2375,82.68611,118.13125,53.88881,94.21042,41.474167,2.7865002,70.75833,403.54532,104.57805,61.798115,50.978104,24.079584,40.01381,45.55528,46.861702,920.56934,156.27428,3594.984,38.437794,3798.245,75.532845,469.01758,2274.3633,67.944374,10.719427,1811.3037,2141.1191,6070.683,221.08916 +2023-06-19 13:00:00,0.0,13697.827,129.55484,19.155598,30.528923,24.835417,178.82672,25.73596,38.505943,20.410559,23.639372,640.5249,532.66895,12.001662,114.270226,12.884415,2.36212,24.078533,32.7484,6.4554157,371.3304,2.6602948,319.84918,57.790478,0.51130795,3.2557704,110.28223,27.786325,114.1304,146.18077,14157.938,0.6781118,1615.2227,1.3702425,0.86872977,0.46269915,3.2364285,177.7846,238.53928,31.94902,258.7934,25.282255,24.613312,1148.8964,4.3644967,133.89754,111.4056,389.0949,104.86184,377.80222,20.928305,236.1216,0.0,3502.6592,14898.599,23.37833,277.42548,132.38707,42619.31,155.96582,18.525352,108.46398,208.69646,67.54473,24.704807,147.91551,1590.2577,266.0829,94.65415,14.844677,14.048659,728.5693,53.896828,1237.5664,119.77014,2173.859,217.41545,285.57452,126.507355,248.0683,9.33863,15.87537,36.58427,5.6117544,5.775114,61.083893,60.108376,77.57722,16.405289,22.092642,266.40686,9.152388,3234.0632,99.94652,67.19618,117.069435,101.84647,225.59837,138.21712,86.31944,30.545267,40.06224,99.131966,324.7859,590.9727,134.61719,452.1243,85.242226,92.4845,279.56854,264.92273,1004.6036,293.34564,4.2226214,16.759897,9.669114,72.447914,15744.481,6.249611,15.476662,25.823149,46.33529,520.5552,91.28565,181.24818,3.9965408,240.61806,537.3378,336.79022,113.379616,343.42618,33.348843,65.11753,294.95,15.461137,2.2086809,13.387953,2016.6405,0.24127059,0.7327708,66.79802,7.4638886,4.4658656,8.470462,14.595218,173.22343,59.350956,126.16568,901.07043,207.23106,1955.1486,1796.478,15.470217,25.313831,14038.47,8.834464,59.099537,496.72504,96.958336,158.78577,67.36608,356.07224,1047.2236,372.50342,11.830308,77.74028,949.38354,2018.915,39.491962,563.50464,44.625523,1.0048826,58.141808,1.0537201,0.5842301,2.6295137,31.205946,114.84028,287.91156,14.97213,3471.3884,238.33507,82.734955,118.24219,53.970734,94.21962,41.529514,2.7878473,70.85069,404.17935,104.78403,61.92115,51.067112,24.074133,40.07639,45.64294,46.87225,920.4546,156.3276,3596.7512,38.43604,3798.116,75.54584,468.90182,2275.2227,67.978264,10.714525,1810.726,2139.5933,6068.632,220.81624 +2023-06-19 14:00:00,0.0,13707.68,129.66238,19.157475,30.548433,24.824167,178.80342,25.73189,38.48917,20.408152,23.636864,640.32556,532.55664,11.99558,114.33074,12.895364,2.3590863,24.074472,32.713505,6.4365845,371.24292,2.6520245,319.80984,57.760704,0.5106896,3.2538948,110.273834,27.767523,113.98488,146.14629,14169.657,0.6780241,1614.8109,1.3693496,0.8680459,0.4623706,3.2327094,177.71979,238.45169,31.938568,258.61597,25.27643,24.644873,1149.8104,4.3629155,134.01558,111.46967,388.91162,105.00053,377.81082,20.92207,236.4755,0.0,3499.7559,14900.608,23.373869,277.73203,132.3658,42627.54,155.87827,18.52617,108.58488,208.94333,67.47091,24.674644,148.14491,1592.1094,266.396,94.77612,14.847386,14.040934,727.5891,53.90929,1239.3895,119.85861,2173.7454,217.60448,285.81308,126.40484,248.42946,9.334895,15.868935,36.559933,5.6072736,5.7683096,61.09118,60.08529,77.536415,16.399916,22.09859,266.51648,9.148891,3232.9526,100.01902,67.13819,117.14602,101.91644,225.54955,138.26286,86.30556,30.55632,40.089405,99.22094,324.76535,591.84534,134.68312,452.28513,85.28956,92.513695,279.66724,264.98758,1004.40106,293.54495,4.2207847,16.761042,9.671529,72.33652,15744.069,6.2455554,15.465793,25.80852,46.358482,520.8179,91.30352,181.35829,3.993779,240.66945,537.4604,336.92032,113.41814,343.3975,33.331573,65.116684,294.86728,15.454483,2.2074254,13.3841715,2017.1473,0.24101277,0.7320916,66.76425,7.4553967,4.4638076,8.462477,14.582195,173.12865,59.320454,126.13986,900.6415,207.23485,1954.8842,1796.2782,15.461634,25.311691,14033.415,8.833765,59.096294,496.93066,96.95167,158.73737,67.35602,355.9711,1046.8585,372.5945,11.832639,77.73055,949.72375,2018.459,39.490444,563.42035,44.598125,1.0050378,58.147488,1.053953,0.58453375,2.6309485,31.203037,114.83162,287.8926,14.980703,3471.6282,238.43263,82.7838,118.35313,54.052658,94.22882,41.58486,2.7891946,70.943054,404.8134,104.990005,62.044186,51.15612,24.068682,40.138966,45.730602,46.882793,920.33984,156.38094,3598.5183,38.434288,3797.9868,75.55884,468.78607,2276.0818,68.01215,10.709624,1810.1481,2138.0674,6066.5806,220.5433 +2023-06-19 15:00:00,0.0,13717.531,129.76993,19.15935,30.567942,24.812918,178.78012,25.727821,38.472397,20.405746,23.634357,640.1262,532.44434,11.989497,114.391266,12.906313,2.3560526,24.070412,32.678604,6.4177527,371.15543,2.6437545,319.77054,57.73093,0.51007134,3.2520192,110.26544,27.748718,113.839355,146.1118,14181.377,0.67793643,1614.3992,1.3684566,0.867362,0.4620421,3.2289906,177.65497,238.36412,31.928118,258.43854,25.270603,24.676432,1150.7245,4.361335,134.13362,111.533745,388.72833,105.13921,377.81946,20.915834,236.82939,0.0,3496.8525,14902.617,23.36941,278.0386,132.34453,42635.766,155.7907,18.526987,108.70577,209.1902,67.39709,24.644482,148.3743,1593.961,266.7091,94.898094,14.850095,14.033207,726.60895,53.921753,1241.2126,119.94709,2173.632,217.79352,286.05167,126.30233,248.7906,9.33116,15.8625,36.535595,5.6027923,5.7615056,61.09846,60.062202,77.49561,16.394543,22.104542,266.62607,9.145394,3231.842,100.091515,67.08021,117.2226,101.98641,225.5007,138.30861,86.291664,30.567375,40.116566,99.30991,324.7448,592.71796,134.74907,452.44595,85.33688,92.54289,279.7659,265.0524,1004.1985,293.74423,4.218948,16.762188,9.673944,72.22512,15743.658,6.2415,15.454923,25.79389,46.381676,521.0805,91.321396,181.4684,3.991017,240.72084,537.583,337.0504,113.456665,343.36877,33.314304,65.11584,294.78455,15.44783,2.2061698,13.380389,2017.6543,0.24075495,0.7314125,66.73048,7.4469047,4.46175,8.454491,14.569173,173.03386,59.28995,126.114044,900.2125,207.23863,1954.6199,1796.0785,15.453052,25.30955,14028.36,8.833065,59.093056,497.1363,96.945,158.68896,67.34596,355.87,1046.4934,372.68564,11.83497,77.72083,950.06396,2018.003,39.488926,563.3361,44.57073,1.0051929,58.153168,1.054186,0.5848374,2.632383,31.20013,114.82297,287.87366,14.989278,3471.868,238.5302,82.832634,118.464066,54.134583,94.23802,41.64021,2.790542,71.035416,405.44742,105.19599,62.167225,51.24513,24.06323,40.201546,45.818264,46.89334,920.22504,156.43427,3600.2856,38.432537,3797.8577,75.57183,468.67032,2276.941,68.046036,10.704722,1809.5702,2136.5415,6064.5293,220.27039 +2023-06-19 16:00:00,0.0,13727.384,129.87747,19.161226,30.587452,24.801666,178.75682,25.723751,38.455627,20.40334,23.63185,639.9269,532.33203,11.983415,114.45178,12.917263,2.353019,24.06635,32.643703,6.3989215,371.06793,2.6354842,319.7312,57.701157,0.509453,3.2501433,110.25705,27.729916,113.693825,146.0773,14193.097,0.67784876,1613.9875,1.3675636,0.8666782,0.46171358,3.2252712,177.59013,238.27654,31.917665,258.2611,25.264776,24.707993,1151.6385,4.3597536,134.25166,111.59782,388.545,105.27789,377.8281,20.9096,237.18329,0.0,3493.9495,14904.626,23.364948,278.34518,132.32326,42643.996,155.70314,18.527805,108.82666,209.43707,67.32326,24.614319,148.6037,1595.8127,267.02222,95.02007,14.852804,14.025481,725.6287,53.934216,1243.0356,120.03556,2173.5186,217.98254,286.29022,126.19982,249.15176,9.327425,15.856065,36.51126,5.5983114,5.754701,61.105747,60.039116,77.45481,16.38917,22.11049,266.7357,9.141897,3230.7314,100.16401,67.022224,117.29919,102.05639,225.45186,138.35435,86.27778,30.578428,40.143726,99.39889,324.72427,593.5906,134.815,452.6068,85.38422,92.57209,279.8646,265.11722,1003.996,293.94354,4.217111,16.763334,9.67636,72.11372,15743.246,6.2374444,15.444054,25.779259,46.404865,521.3432,91.339264,181.57849,3.9882553,240.77222,537.70557,337.1805,113.495186,343.3401,33.297035,65.115,294.7018,15.441176,2.204914,13.376608,2018.1613,0.24049713,0.7307333,66.69671,7.4384127,4.4596925,8.446506,14.55615,172.93909,59.259445,126.08823,899.7835,207.24242,1954.3556,1795.8787,15.4444685,25.307407,14023.306,8.832366,59.089813,497.34192,96.93833,158.64056,67.33591,355.7689,1046.1283,372.77673,11.837302,77.71111,950.4042,2017.547,39.487408,563.25183,44.543335,1.0053481,58.158848,1.054419,0.585141,2.6338177,31.197222,114.81431,287.8547,14.997851,3472.1074,238.62778,82.88148,118.575,54.216507,94.24722,41.695557,2.791889,71.12778,406.08145,105.40197,62.29026,51.334137,24.057777,40.264126,45.905926,46.90389,920.1103,156.48761,3602.053,38.430782,3797.7283,75.58483,468.55457,2277.8,68.079926,10.699821,1808.9924,2135.0156,6062.478,219.99747 +2023-06-19 17:00:00,0.0,13737.235,129.98502,19.163101,30.606962,24.790417,178.73352,25.719683,38.438858,20.400934,23.629343,639.72754,532.21967,11.977332,114.5123,12.928212,2.3499854,24.062292,32.608803,6.3800898,370.98047,2.627214,319.6919,57.67138,0.50883466,3.2482677,110.24866,27.711111,113.5483,146.04282,14204.816,0.6777611,1613.5758,1.3666706,0.86599433,0.46138507,3.2215524,177.52531,238.18896,31.907215,258.08368,25.258951,24.739553,1152.5526,4.3581724,134.36972,111.66189,388.36172,105.41658,377.8367,20.903364,237.53719,0.0,3491.0464,14906.635,23.360489,278.65176,132.30199,42652.227,155.61557,18.528622,108.947556,209.68393,67.249435,24.584156,148.8331,1597.6644,267.33533,95.142044,14.855513,14.0177555,724.64856,53.94668,1244.8588,120.12403,2173.405,218.17159,286.52878,126.097305,249.51292,9.323689,15.849629,36.486923,5.59383,5.7478967,61.11303,60.016033,77.41402,16.383799,22.11644,266.8453,9.138401,3229.621,100.23651,66.96423,117.37576,102.12636,225.40302,138.4001,86.263885,30.589481,40.170887,99.48786,324.70374,594.46326,134.88094,452.76764,85.43155,92.60129,279.9633,265.18204,1003.79346,294.14282,4.2152743,16.76448,9.678775,72.00233,15742.835,6.233389,15.433184,25.76463,46.42806,521.60583,91.35713,181.6886,3.9854934,240.82361,537.8281,337.3106,113.53371,343.31137,33.27977,65.11415,294.6191,15.434524,2.2036586,13.372827,2018.6681,0.2402393,0.73005414,66.66294,7.4299207,4.4576344,8.4385195,14.543128,172.8443,59.228943,126.06241,899.3545,207.24622,1954.0913,1795.679,15.435886,25.305267,14018.251,8.831666,59.086575,497.54752,96.93167,158.59215,67.32584,355.6678,1045.7632,372.86786,11.839633,77.701385,950.7444,2017.0911,39.485893,563.1676,44.515938,1.0055032,58.164528,1.054652,0.5854446,2.6352525,31.194315,114.80566,287.83575,15.006426,3472.3472,238.72534,82.93032,118.685936,54.29843,94.256424,41.750904,2.7932363,71.22014,406.71548,105.60795,62.413296,51.423145,24.052326,40.326706,45.993587,46.914433,919.9955,156.54094,3603.8203,38.42903,3797.599,75.597824,468.4388,2278.6592,68.113815,10.69492,1808.4146,2133.4897,6060.427,219.72453 +2023-06-19 18:00:00,0.0,13747.088,130.09256,19.164978,30.626472,24.779167,178.71022,25.715614,38.422085,20.398527,23.626835,639.52826,532.10736,11.971251,114.572815,12.939161,2.346952,24.058231,32.573906,6.361258,370.89297,2.618944,319.65256,57.641605,0.5082163,3.246392,110.240265,27.692308,113.40278,146.00833,14216.535,0.6776734,1613.1641,1.3657776,0.86531043,0.46105656,3.2178335,177.4605,238.10138,31.896763,257.90625,25.253124,24.771114,1153.4667,4.3565917,134.48776,111.72597,388.17844,105.55527,377.84534,20.89713,237.89108,0.0,3488.143,14908.644,23.356028,278.95834,132.28072,42660.457,155.52802,18.52944,109.06845,209.9308,67.17561,24.553993,149.0625,1599.5161,267.64844,95.26402,14.858222,14.01003,723.6684,53.95914,1246.6819,120.2125,2173.2917,218.36063,286.76733,125.9948,249.87408,9.319955,15.843194,36.46259,5.5893493,5.741092,61.120316,59.992947,77.373215,16.378426,22.12239,266.9549,9.134904,3228.5105,100.309006,66.90625,117.45235,102.19633,225.35417,138.44585,86.25,30.600534,40.19805,99.576836,324.68317,595.3359,134.94687,452.9285,85.47888,92.630486,280.06198,265.2469,1003.59094,294.34213,4.2134376,16.765625,9.6811905,71.89093,15742.424,6.2293334,15.422315,25.75,46.451252,521.8685,91.375,181.7987,3.9827316,240.875,537.95074,337.4407,113.57223,343.28268,33.2625,65.113304,294.53638,15.42787,2.202403,13.369045,2019.175,0.2399815,0.72937495,66.629166,7.4214287,4.455577,8.430534,14.530106,172.74953,59.19844,126.0366,898.92554,207.25,1953.8269,1795.4791,15.427303,25.303125,14013.195,8.830967,59.083332,497.75314,96.925,158.54375,67.31579,355.56668,1045.3981,372.95895,11.841965,77.691666,951.0846,2016.635,39.484375,563.0833,44.48854,1.0056583,58.17021,1.0548849,0.5857482,2.636687,31.191406,114.797,287.8168,15.015,3472.587,238.8229,82.979164,118.796875,54.380356,94.265625,41.80625,2.7945833,71.3125,407.34952,105.81393,62.53633,51.512154,24.046875,40.389286,46.08125,46.92498,919.88074,156.59427,3605.5876,38.42728,3797.47,75.610825,468.32306,2279.5183,68.147705,10.690019,1807.8368,2131.9639,6058.376,219.45161 +2023-06-19 19:00:00,0.0,13756.939,130.20012,19.166855,30.64598,24.767918,178.68692,25.711544,38.40531,20.396122,23.624329,639.3289,531.99506,11.965168,114.63333,12.950111,2.3439183,24.05417,32.539005,6.342427,370.80548,2.6106737,319.61322,57.61183,0.50759804,3.2445164,110.23187,27.673504,113.257256,145.97385,14228.255,0.6775857,1612.7523,1.3648846,0.8646266,0.46072805,3.2141144,177.39568,238.01381,31.886312,257.72882,25.247297,24.802673,1154.3807,4.3550105,134.6058,111.79004,387.99512,105.69395,377.85397,20.890896,238.24498,0.0,3485.2397,14910.652,23.351568,279.26492,132.25945,42668.684,155.44044,18.530256,109.18934,210.17767,67.10179,24.52383,149.2919,1601.3678,267.96155,95.385994,14.86093,14.002304,722.6882,53.971603,1248.505,120.30098,2173.1782,218.54965,287.00592,125.89228,250.23523,9.316219,15.83676,36.43825,5.5848684,5.7342877,61.127598,59.969864,77.33241,16.373053,22.12834,267.0645,9.131407,3227.4,100.38151,66.84827,117.52893,102.2663,225.30533,138.4916,86.236115,30.61159,40.225212,99.66581,324.66263,596.2085,135.01282,453.08932,85.52621,92.65969,280.16068,265.3117,1003.3884,294.5414,4.211601,16.766771,9.683606,71.77953,15742.012,6.225278,15.411446,25.73537,46.47444,522.1312,91.392876,181.9088,3.9799697,240.92639,538.0733,337.5708,113.61075,343.25397,33.24523,65.112465,294.45364,15.421217,2.2011473,13.365264,2019.682,0.23972368,0.7286958,66.5954,7.4129367,4.4535193,8.422548,14.517083,172.65474,59.167934,126.01078,898.4966,207.25378,1953.5626,1795.2794,15.41872,25.300985,14008.141,8.830268,59.080093,497.95877,96.918335,158.49535,67.305725,355.46555,1045.033,373.05008,11.8442955,77.681946,951.4248,2016.1791,39.482857,562.9991,44.461147,1.0058135,58.17589,1.055118,0.5860518,2.6381216,31.188498,114.788345,287.79785,15.023574,3472.8264,238.92049,83.02801,118.907814,54.46228,94.274826,41.8616,2.7959306,71.40486,407.98355,106.01991,62.65937,51.601166,24.041424,40.451862,46.16891,46.935524,919.766,156.64761,3607.3547,38.425526,3797.3408,75.623825,468.2073,2280.3774,68.181595,10.685118,1807.2589,2130.438,6056.3247,219.1787 +2023-06-19 20:00:00,0.0,13766.792,130.30766,19.16873,30.665491,24.756666,178.66362,25.707476,38.388542,20.393715,23.621822,639.1296,531.88275,11.959085,114.69385,12.961061,2.3408847,24.05011,32.504105,6.323595,370.718,2.6024036,319.5739,57.582058,0.5069797,3.2426407,110.22348,27.654701,113.11173,145.93936,14239.975,0.67749804,1612.3406,1.3639917,0.86394274,0.4603995,3.2103956,177.33084,237.92622,31.87586,257.5514,25.24147,24.834234,1155.2948,4.3534293,134.72385,111.85411,387.81183,105.832634,377.86258,20.88466,238.59888,0.0,3482.3364,14912.661,23.347107,279.57147,132.23817,42676.914,155.35289,18.531075,109.310234,210.42456,67.02797,24.493668,149.5213,1603.2195,268.27466,95.507965,14.86364,13.994578,721.708,53.984066,1250.3281,120.38945,2173.065,218.7387,287.24448,125.78977,250.59639,9.312485,15.830324,36.413918,5.580387,5.7274833,61.134884,59.946774,77.29161,16.36768,22.134289,267.17413,9.127911,3226.2893,100.454,66.790276,117.60551,102.33627,225.25648,138.53735,86.22222,30.622643,40.252373,99.75479,324.6421,597.0811,135.07875,453.25015,85.57354,92.68889,280.25934,265.37653,1003.1859,294.74072,4.209764,16.767918,9.686021,71.66814,15741.601,6.2212224,15.400576,25.720741,46.497635,522.39386,91.41074,182.0189,3.977208,240.97778,538.19586,337.70087,113.64928,343.22528,33.227962,65.11162,294.3709,15.414564,2.1998918,13.361482,2020.1888,0.23946586,0.7280166,66.56163,7.404444,4.451462,8.414563,14.504061,172.55995,59.137432,125.98496,898.06757,207.25757,1953.2983,1795.0796,15.410138,25.298843,14003.086,8.829568,59.07685,498.16437,96.91167,158.44695,67.29567,355.36444,1044.6678,373.14117,11.846627,77.67222,951.765,2015.7231,39.48134,562.9148,44.43375,1.0059686,58.181572,1.0553509,0.58635545,2.6395564,31.18559,114.779686,287.7789,15.032148,3473.0662,239.01805,83.07685,119.01875,54.544205,94.28403,41.916943,2.797278,71.49722,408.61758,106.22589,62.782406,51.690174,24.035973,40.514442,46.256573,46.94607,919.6512,156.70094,3609.122,38.423775,3797.2117,75.63682,468.09155,2281.2366,68.21548,10.680216,1806.6812,2128.912,6054.2734,218.90578 +2023-06-19 21:00:00,0.0,13776.644,130.4152,19.170607,30.685001,24.745417,178.64034,25.703405,38.371773,20.391308,23.619314,638.93024,531.77045,11.953003,114.754364,12.97201,2.337851,24.04605,32.469204,6.304764,370.6305,2.5941334,319.53458,57.552284,0.50636137,3.2407649,110.21509,27.635899,112.9662,145.90488,14251.693,0.67741036,1611.929,1.3630987,0.86325884,0.460071,3.2066765,177.26602,237.83865,31.86541,257.37396,25.235645,24.865795,1156.209,4.351848,134.8419,111.91818,387.62854,105.97131,377.87122,20.878426,238.95277,0.0,3479.4333,14914.671,23.342648,279.87805,132.21692,42685.145,155.26532,18.53189,109.43113,210.67142,66.95414,24.463505,149.75069,1605.0712,268.58777,95.629944,14.866348,13.986852,720.72784,53.99653,1252.1512,120.47792,2172.9514,218.92772,287.48303,125.68726,250.95755,9.308749,15.823889,36.38958,5.5759063,5.720679,61.142166,59.923687,77.25082,16.362309,22.14024,267.28372,9.1244135,3225.179,100.5265,66.73229,117.68209,102.40624,225.20764,138.5831,86.208336,30.633696,40.279533,99.843765,324.62155,597.9538,135.14468,453.411,85.62087,92.71809,280.35803,265.44135,1002.98334,294.94,4.207927,16.769062,9.6884365,71.55674,15741.188,6.217167,15.389707,25.706112,46.52083,522.65656,91.42861,182.12901,3.974446,241.02916,538.3185,337.83096,113.6878,343.19656,33.210693,65.11077,294.28818,15.40791,2.1986363,13.3577,2020.6958,0.23920804,0.7273375,66.527855,7.395952,4.449404,8.406577,14.491038,172.46518,59.10693,125.959145,897.63855,207.26135,1953.034,1794.8799,15.401555,25.296701,13998.031,8.828869,59.073612,498.37,96.905,158.39854,67.285614,355.26334,1044.3027,373.2323,11.848959,77.6625,952.1052,2015.2671,39.479824,562.83057,44.406353,1.0061238,58.187252,1.0555838,0.5866591,2.640991,31.182682,114.771034,287.75995,15.040722,3473.306,239.11562,83.125694,119.129684,54.626133,94.29323,41.97229,2.798625,71.589584,409.25162,106.43187,62.90544,51.779182,24.030521,40.577023,46.344234,46.95662,919.53644,156.75427,3610.8894,38.422024,3797.0823,75.64982,467.9758,2282.0957,68.24937,10.675315,1806.1033,2127.3862,6052.222,218.63284 +2023-06-19 22:00:00,0.0,13786.496,130.52275,19.172483,30.704512,24.734167,178.61703,25.699337,38.355,20.388903,23.616808,638.7309,531.65814,11.94692,114.81489,12.98296,2.3348174,24.041988,32.434307,6.285932,370.54303,2.5858634,319.49527,57.52251,0.505743,3.2388892,110.206696,27.617094,112.82068,145.87039,14263.413,0.6773227,1611.5172,1.3622057,0.862575,0.4597425,3.2029574,177.2012,237.75108,31.854958,257.19653,25.229818,24.897356,1157.123,4.3502674,134.95995,111.982254,387.44525,106.11,377.87985,20.87219,239.30667,0.0,3476.5303,14916.68,23.338186,280.18463,132.19565,42693.375,155.17776,18.53271,109.55202,210.9183,66.88032,24.433342,149.98009,1606.9229,268.90088,95.751915,14.869058,13.979126,719.7477,54.00899,1253.9744,120.56639,2172.838,219.11676,287.72162,125.58475,251.31871,9.305015,15.817453,36.365246,5.571425,5.7138743,61.149452,59.900604,77.210014,16.356936,22.146189,267.39334,9.120916,3224.0684,100.599,66.67431,117.758675,102.47621,225.1588,138.62885,86.19444,30.644749,40.306698,99.93274,324.601,598.8264,135.21063,453.57184,85.668205,92.747284,280.45673,265.50616,1002.7808,295.1393,4.2060905,16.770208,9.690852,71.44534,15740.777,6.213111,15.378837,25.691483,46.544018,522.91925,91.44649,182.2391,3.9716842,241.08055,538.44104,337.96106,113.72632,343.16788,33.193424,65.10993,294.20547,15.4012575,2.1973808,13.353919,2021.2026,0.23895022,0.7266583,66.49409,7.38746,4.447346,8.398592,14.478016,172.37039,59.076427,125.93333,897.2096,207.26515,1952.7697,1794.68,15.392973,25.294561,13992.977,8.828169,59.07037,498.57562,96.89833,158.35014,67.27555,355.16223,1043.9376,373.3234,11.85129,77.65278,952.44543,2014.8112,39.478306,562.7463,44.37896,1.0062789,58.192932,1.0558169,0.5869627,2.6424258,31.179775,114.762375,287.741,15.049296,3473.5454,239.2132,83.17454,119.24062,54.708057,94.30243,42.027637,2.7999723,71.681946,409.88565,106.63785,63.028477,51.86819,24.02507,40.639603,46.431896,46.967163,919.4217,156.8076,3612.6567,38.420273,3796.9531,75.66281,467.86005,2282.955,68.28326,10.670413,1805.5255,2125.8604,6050.171,218.35992 +2023-06-19 23:00:00,0.0,13796.348,130.6303,19.174358,30.72402,24.722918,178.59373,25.695267,38.338226,20.386496,23.6143,638.5316,531.54584,11.940838,114.875404,12.993909,2.3317838,24.03793,32.399406,6.2671003,370.45554,2.577593,319.45593,57.492737,0.50512475,3.2370136,110.1983,27.598291,112.675156,145.8359,14275.133,0.677235,1611.1055,1.3613127,0.8618911,0.45941398,3.1992385,177.13638,237.6635,31.844507,257.0191,25.223991,24.928915,1158.0371,4.348686,135.07799,112.046326,387.26196,106.24869,377.88846,20.865955,239.66057,0.0,3473.627,14918.688,23.333725,280.4912,132.17438,42701.6,155.0902,18.533525,109.67291,211.16516,66.806496,24.40318,150.20949,1608.7745,269.214,95.873886,14.871766,13.9714,718.76746,54.021454,1255.7975,120.65487,2172.7246,219.3058,287.96017,125.48224,251.67987,9.301279,15.811018,36.340908,5.566944,5.7070704,61.15674,59.877518,77.16921,16.351562,22.152138,267.50296,9.11742,3222.9578,100.67149,66.61632,117.83526,102.54618,225.10995,138.67459,86.18056,30.655804,40.33386,100.02171,324.58044,599.69904,135.27657,453.7327,85.71553,92.77648,280.55542,265.571,1002.5783,295.3386,4.2042537,16.771355,9.693267,71.33395,15740.365,6.2090554,15.367968,25.676851,46.56721,523.1819,91.464355,182.34921,3.9689224,241.13194,538.5636,338.09116,113.76484,343.13916,33.17616,65.109085,294.12274,15.394604,2.196125,13.350138,2021.7096,0.2386924,0.7259791,66.46031,7.3789682,4.4452887,8.390606,14.4649935,172.27562,59.04592,125.90751,896.78064,207.26894,1952.5054,1794.4803,15.38439,25.29242,13987.922,8.82747,59.06713,498.78125,96.89167,158.30174,67.265495,355.06113,1043.5725,373.41452,11.8536215,77.64305,952.78564,2014.3551,39.476788,562.66205,44.351562,1.006434,58.198612,1.0560498,0.5872663,2.6438603,31.176867,114.75372,287.72205,15.05787,3473.7852,239.31076,83.22338,119.35156,54.78998,94.31163,42.082985,2.8013196,71.77431,410.51968,106.843834,63.151516,51.9572,24.019619,40.702183,46.51956,46.97771,919.3069,156.86095,3614.424,38.418518,3796.824,75.67581,467.7443,2283.8142,68.31715,10.665512,1804.9476,2124.3345,6048.1196,218.087 +2023-06-20 00:00:00,0.0,13806.2,130.73784,19.176235,30.74353,24.711666,178.57043,25.691198,38.321457,20.38409,23.611794,638.3323,531.43353,11.934755,114.93592,13.004858,2.3287501,24.033869,32.364506,6.248269,370.36804,2.5693228,319.4166,57.46296,0.5045064,3.235138,110.18991,27.579487,112.52963,145.80142,14286.852,0.6771473,1610.6937,1.3604198,0.86120725,0.45908546,3.1955194,177.07156,237.57593,31.834057,256.84167,25.218166,24.960476,1158.9512,4.347105,135.19603,112.1104,387.07867,106.38737,377.8971,20.85972,240.01447,0.0,3470.7236,14920.697,23.329266,280.7978,132.1531,42709.832,155.00264,18.534344,109.79381,211.41205,66.73267,24.373016,150.43889,1610.6262,269.52707,95.995865,14.8744755,13.963675,717.7873,54.03392,1257.6206,120.74334,2172.611,219.49483,288.19876,125.37973,252.04102,9.2975445,15.804584,36.31657,5.562463,5.700266,61.16402,59.85443,77.12841,16.34619,22.158089,267.61255,9.113923,3221.8472,100.743996,66.558334,117.911835,102.61616,225.06111,138.72034,86.166664,30.666857,40.36102,100.11069,324.5599,600.57166,135.3425,453.89352,85.76286,92.80568,280.6541,265.63583,1002.3758,295.5379,4.2024164,16.772501,9.695683,71.22255,15739.954,6.205,15.357098,25.662222,46.590405,523.4446,91.48222,182.45932,3.9661605,241.18333,538.6862,338.22125,113.80337,343.11047,33.15889,65.10824,294.04,15.387951,2.1948695,13.346356,2022.2166,0.23843458,0.72529995,66.426544,7.3704762,4.4432306,8.382621,14.451971,172.18083,59.01542,125.8817,896.3516,207.27272,1952.2411,1794.2805,15.375808,25.29028,13982.867,8.82677,59.06389,498.98685,96.885,158.25334,67.25544,354.96,1043.2074,373.5056,11.855952,77.63333,953.12585,2013.8992,39.47527,562.57776,44.324165,1.0065892,58.204296,1.0562828,0.58756995,2.645295,31.173958,114.74506,287.7031,15.066444,3474.025,239.40833,83.27222,119.4625,54.871906,94.32083,42.138332,2.8026667,71.86667,411.15372,107.04981,63.27455,52.046207,24.014168,40.764763,46.607224,46.988255,919.19214,156.91428,3616.1912,38.416767,3796.6948,75.688805,467.62854,2284.6733,68.351036,10.66061,1804.3699,2122.8086,6046.0684,217.81407 +2023-06-20 01:00:00,0.0,13816.052,130.84538,19.178112,30.76304,24.700417,178.54713,25.687128,38.304688,20.381683,23.609285,638.13293,531.3212,11.928674,114.99644,13.015808,2.3257165,24.029808,32.329605,6.2294374,370.28055,2.5610528,319.3773,57.433186,0.5038881,3.233262,110.18152,27.560684,112.38411,145.76692,14298.571,0.67705965,1610.282,1.3595268,0.8605234,0.45875692,3.1918006,177.00673,237.48834,31.823605,256.66425,25.21234,24.992037,1159.8652,4.345524,135.31409,112.17448,386.89536,106.526054,377.90573,20.853487,240.36836,0.0,3467.8206,14922.706,23.324804,281.10434,132.13184,42718.062,154.91507,18.53516,109.914696,211.6589,66.658844,24.342854,150.66829,1612.4779,269.84018,96.117836,14.877184,13.955949,716.8071,54.046383,1259.4437,120.83181,2172.4978,219.68387,288.43732,125.277214,252.40218,9.293809,15.798148,36.292236,5.557982,5.6934614,61.171307,59.831345,77.08761,16.340818,22.164038,267.72217,9.110426,3220.7368,100.81649,66.50035,117.98842,102.68613,225.01227,138.76608,86.15278,30.67791,40.388184,100.19966,324.53937,601.44434,135.40843,454.05435,85.810196,92.83488,280.75278,265.70065,1002.1733,295.73718,4.2005796,16.773645,9.698098,71.11115,15739.543,6.2009444,15.346229,25.647593,46.613594,523.7073,91.5001,182.56941,3.9633987,241.23473,538.8088,338.35135,113.84189,343.08176,33.14162,65.1074,293.95728,15.381297,2.193614,13.342574,2022.7234,0.23817676,0.72462076,66.39278,7.3619843,4.441173,8.374635,14.438948,172.08604,58.984917,125.85588,895.9226,207.2765,1951.9767,1794.0808,15.367225,25.288137,13977.8125,8.826071,59.060646,499.19247,96.878334,158.20494,67.24538,354.8589,1042.8423,373.59674,11.858284,77.62361,953.46606,2013.4431,39.47375,562.4935,44.296772,1.0067443,58.209976,1.0565158,0.5878735,2.6467297,31.171051,114.73641,287.68414,15.075019,3474.2646,239.5059,83.32106,119.57344,54.95383,94.33003,42.19368,2.804014,71.95903,411.78775,107.25579,63.397587,52.135216,24.008717,40.82734,46.694885,46.998802,919.0774,156.9676,3617.9585,38.415016,3796.5654,75.701805,467.5128,2285.5325,68.384926,10.655709,1803.792,2121.2827,6044.017,217.54115 +2023-06-20 02:00:00,0.0,13825.904,130.95293,19.179987,30.78255,24.689167,178.52383,25.68306,38.287914,20.379276,23.60678,637.9336,531.2089,11.922591,115.05695,13.026757,2.3226829,24.025747,32.29471,6.2106056,370.19308,2.5527825,319.33795,57.40341,0.50326973,3.2313864,110.17313,27.541882,112.23858,145.73244,14310.291,0.676972,1609.8704,1.3586339,0.8598395,0.4584284,3.1880815,176.94191,237.40077,31.813154,256.48682,25.206512,25.023598,1160.7793,4.343943,135.43213,112.23855,386.71204,106.664734,377.91434,20.847252,240.72226,0.0,3464.917,14924.715,23.320345,281.41092,132.11057,42726.29,154.82751,18.535978,110.03559,211.90579,66.58502,24.31269,150.89769,1614.3296,270.1533,96.23981,14.879893,13.948222,715.8269,54.058846,1261.2668,120.92028,2172.3843,219.8729,288.67587,125.174706,252.76334,9.290074,15.791713,36.2679,5.5535007,5.686657,61.17859,59.808258,77.046814,16.335445,22.169987,267.8318,9.10693,3219.6262,100.888985,66.44236,118.065,102.756096,224.96342,138.81183,86.138885,30.688963,40.415344,100.288635,324.51883,602.31696,135.47438,454.2152,85.85753,92.86408,280.85147,265.76547,1001.9707,295.9365,4.198743,16.774792,9.700513,70.999756,15739.131,6.196889,15.335359,25.632963,46.636787,523.9699,91.51797,182.67952,3.9606369,241.28612,538.93134,338.48145,113.88041,343.05307,33.12435,65.10655,293.87454,15.374644,2.1923585,13.338793,2023.2303,0.23791894,0.7239416,66.359,7.3534923,4.4391155,8.36665,14.425925,171.99127,58.95441,125.83006,895.4936,207.2803,1951.7124,1793.881,15.358643,25.285995,13972.758,8.825371,59.057407,499.3981,96.871666,158.15652,67.23532,354.75778,1042.4772,373.68787,11.860616,77.61389,953.8063,2012.9872,39.472237,562.40924,44.269375,1.0068995,58.215656,1.0567487,0.58817714,2.6481643,31.168142,114.72775,287.6652,15.083592,3474.5042,239.60347,83.3699,119.68437,55.035755,94.33923,42.249027,2.8053613,72.05139,412.42178,107.46177,63.520626,52.224224,24.003263,40.88992,46.782547,47.00935,918.9626,157.02094,3619.7258,38.41326,3796.4363,75.714806,467.39703,2286.3916,68.41881,10.650807,1803.2142,2119.7568,6041.966,217.26823 +2023-06-20 03:00:00,0.0,13835.756,131.06047,19.181864,30.80206,24.677917,178.50053,25.67899,38.27114,20.376871,23.604273,637.73425,531.0966,11.916509,115.11747,13.037706,2.3196492,24.021687,32.259808,6.1917744,370.1056,2.5445125,319.29865,57.37364,0.50265145,3.2295108,110.164734,27.523077,112.093056,145.69795,14322.011,0.6768843,1609.4586,1.3577409,0.85915565,0.4580999,3.1843624,176.87709,237.31319,31.802702,256.3094,25.200687,25.055157,1161.6934,4.342362,135.55017,112.30262,386.52878,106.80342,377.92297,20.841017,241.07616,0.0,3462.0142,14926.724,23.315884,281.7175,132.0893,42734.52,154.73994,18.536795,110.15649,212.15265,66.5112,24.282528,151.12709,1616.1813,270.4664,96.361786,14.882603,13.940496,714.84674,54.07131,1263.09,121.00875,2172.2708,220.06194,288.91446,125.07219,253.1245,9.28634,15.785277,36.243565,5.54902,5.6798525,61.185875,59.78517,77.00601,16.330072,22.175938,267.94138,9.103433,3218.5156,100.96149,66.38438,118.14158,102.826065,224.91458,138.85757,86.125,30.700018,40.442505,100.37761,324.49826,603.1896,135.54031,454.37604,85.904854,92.89328,280.95016,265.83032,1001.7682,296.1358,4.196906,16.775938,9.702929,70.88836,15738.72,6.1928334,15.32449,25.618334,46.65998,524.2326,91.535835,182.78963,3.957875,241.3375,539.05396,338.61154,113.91893,343.02438,33.107082,65.105705,293.79184,15.3679905,2.1911027,13.3350115,2023.7373,0.23766112,0.7232624,66.32523,7.345,4.4370575,8.3586645,14.412903,171.89648,58.92391,125.804245,895.0646,207.28409,1951.4481,1793.6813,15.3500595,25.283855,13967.703,8.824672,59.054165,499.6037,96.865,158.10812,67.22526,354.65668,1042.112,373.77896,11.8629465,77.604164,954.1465,2012.5312,39.47072,562.325,44.241978,1.0070546,58.221336,1.0569817,0.5884808,2.6495988,31.165234,114.7191,287.64624,15.092167,3474.744,239.70103,83.41875,119.79531,55.11768,94.348434,42.304375,2.8067083,72.14375,413.05582,107.667755,63.64366,52.313232,23.997812,40.9525,46.87021,47.019894,918.84784,157.07428,3621.4932,38.41151,3796.3071,75.7278,467.28128,2287.2507,68.4527,10.645906,1802.6364,2118.231,6039.9146,216.99532 +2023-06-20 04:00:00,0.0,13845.608,131.16801,19.18374,30.82157,24.666666,178.47723,25.674921,38.25437,20.374464,23.601765,637.535,530.9843,11.910426,115.177986,13.048656,2.3166156,24.017628,32.224907,6.1729426,370.0181,2.5362422,319.2593,57.343864,0.5020331,3.2276351,110.15634,27.504274,111.94753,145.66347,14333.7295,0.6767966,1609.0469,1.3568479,0.8584718,0.4577714,3.1806436,176.81227,237.22562,31.792252,256.13196,25.19486,25.086718,1162.6074,4.3407807,135.66821,112.36669,386.34546,106.94211,377.9316,20.834782,241.43005,0.0,3459.1106,14928.732,23.311424,282.02408,132.06802,42742.75,154.65239,18.537613,110.277374,212.39952,66.43738,24.252365,151.35648,1618.033,270.7795,96.48376,14.885311,13.932771,713.8666,54.08377,1264.9131,121.09723,2172.1575,220.25096,289.153,124.96968,253.48564,9.282604,15.778843,36.219227,5.544539,5.673048,61.193157,59.762085,76.96521,16.3247,22.181887,268.051,9.099936,3217.405,101.03398,66.326385,118.21816,102.89604,224.86574,138.90332,86.111115,30.711071,40.469666,100.46658,324.47772,604.0622,135.60625,454.5369,85.95219,92.92248,281.04886,265.89514,1001.5657,296.33508,4.1950693,16.777084,9.705344,70.77696,15738.308,6.188778,15.31362,25.603704,46.68317,524.4953,91.55371,182.89972,3.9551132,241.38889,539.1765,338.74164,113.95746,342.99567,33.089813,65.104866,293.7091,15.361338,2.1898472,13.33123,2024.2441,0.2374033,0.7225833,66.291466,7.336508,4.435,8.350678,14.39988,171.8017,58.893406,125.77843,894.6356,207.28787,1951.1838,1793.4814,15.341477,25.281713,13962.648,8.823972,59.050926,499.80933,96.85834,158.05972,67.2152,354.55557,1041.747,373.8701,11.865278,77.594444,954.4867,2012.0752,39.4692,562.2407,44.214584,1.0072098,58.227016,1.0572147,0.5887844,2.6510336,31.162327,114.71044,287.6273,15.10074,3474.9836,239.7986,83.46759,119.90625,55.199604,94.357635,42.359722,2.8080556,72.236115,413.68985,107.87373,63.766697,52.40224,23.992361,41.01508,46.95787,47.03044,918.73303,157.12761,3623.2605,38.40976,3796.178,75.7408,467.16556,2288.1099,68.48659,10.641005,1802.0585,2116.705,6037.8633,216.72238 +2023-06-20 05:00:00,0.0,13855.46,131.27556,19.185616,30.84108,24.655416,178.45393,25.67085,38.237602,20.372059,23.599258,637.33563,530.872,11.904344,115.2385,13.059606,2.313582,24.013567,32.190006,6.1541114,369.9306,2.5279722,319.21997,57.31409,0.5014148,3.2257593,110.14795,27.48547,111.80201,145.62898,14345.449,0.67670894,1608.6351,1.3559549,0.8577879,0.45744288,3.1769247,176.74744,237.13803,31.7818,255.95451,25.189034,25.118279,1163.5216,4.3392,135.78627,112.43076,386.16217,107.08079,377.94022,20.828547,241.78395,0.0,3456.2075,14930.742,23.306963,282.33066,132.04675,42750.98,154.56482,18.53843,110.39827,212.6464,66.363556,24.222202,151.58588,1619.8846,271.09262,96.605736,14.8880205,13.925045,712.8864,54.096233,1266.7362,121.1857,2172.044,220.44,289.39157,124.86717,253.8468,9.27887,15.772408,36.194893,5.5400577,5.6662436,61.200443,59.739002,76.92441,16.319326,22.187836,268.1606,9.096439,3216.2947,101.10648,66.2684,118.29475,102.96601,224.8169,138.94907,86.09722,30.722124,40.49683,100.55556,324.45718,604.9349,135.6722,454.69772,85.99952,92.951675,281.14755,265.95996,1001.36316,296.5344,4.1932325,16.778229,9.707759,70.665565,15737.896,6.1847224,15.302751,25.589075,46.706364,524.75793,91.57158,183.00983,3.9523513,241.44028,539.2991,338.87173,113.99598,342.96698,33.072548,65.10402,293.62637,15.354684,2.1885917,13.327449,2024.7511,0.23714548,0.7219041,66.25769,7.328016,4.4329424,8.342693,14.386858,171.70692,58.8629,125.75261,894.20667,207.29166,1950.9194,1793.2817,15.332894,25.279573,13957.594,8.823273,59.047684,500.01495,96.85167,158.01132,67.20515,354.45444,1041.3818,373.96118,11.867609,77.584724,954.8269,2011.6193,39.46768,562.1565,44.187187,1.0073649,58.232697,1.0574477,0.589088,2.6524682,31.159418,114.70179,287.60834,15.109315,3475.2231,239.89618,83.51643,120.01719,55.28153,94.36684,42.41507,2.809403,72.328476,414.32388,108.07971,63.889732,52.49125,23.98691,41.07766,47.045532,47.040985,918.6183,157.18094,3625.0276,38.408005,3796.0486,75.75379,467.0498,2288.969,68.52048,10.636104,1801.4807,2115.179,6035.812,216.44946 +2023-06-20 06:00:00,0.0,13865.3125,131.3831,19.187492,30.86059,24.644167,178.43063,25.666782,38.22083,20.369652,23.59675,637.1363,530.7597,11.898261,115.29903,13.070555,2.3105483,24.009506,32.15511,6.1352797,369.8431,2.519702,319.18066,57.284317,0.5007965,3.2238836,110.13956,27.466667,111.65648,145.5945,14357.169,0.67662126,1608.2234,1.3550619,0.85710406,0.45711437,3.1732056,176.68262,237.05046,31.771349,255.77708,25.183207,25.14984,1164.4357,4.337619,135.90431,112.494835,385.97888,107.219475,377.94885,20.822311,242.13785,0.0,3453.3042,14932.751,23.302504,282.63724,132.02548,42759.207,154.47726,18.539246,110.519165,212.89326,66.28973,24.19204,151.81528,1621.7363,271.40573,96.72771,14.890729,13.917319,711.9062,54.108696,1268.5593,121.27417,2171.9307,220.62904,289.63013,124.764656,254.20796,9.275134,15.765972,36.170555,5.535577,5.659439,61.207726,59.715916,76.88361,16.313955,22.193787,268.2702,9.092942,3215.184,101.17898,66.21042,118.37133,103.03598,224.76805,138.99483,86.083336,30.733177,40.52399,100.64453,324.43665,605.8075,135.73813,454.85855,86.04685,92.98087,281.24622,266.02478,1001.16064,296.73367,4.1913958,16.779375,9.710175,70.55417,15737.484,6.1806664,15.291882,25.574444,46.729557,525.0206,91.58945,183.11993,3.9495895,241.49167,539.4217,339.00183,114.0345,342.93826,33.05528,65.10317,293.54364,15.348031,2.187336,13.323667,2025.258,0.23688766,0.72122496,66.22392,7.319524,4.430885,8.334707,14.373836,171.61214,58.832397,125.7268,893.77765,207.29546,1950.6552,1793.0819,15.324312,25.277431,13952.539,8.822574,59.044445,500.22055,96.845,157.96292,67.19508,354.35333,1041.0167,374.0523,11.869941,77.575,955.1671,2011.1632,39.466167,562.0722,44.15979,1.00752,58.23838,1.0576806,0.58939165,2.653903,31.156511,114.69313,287.5894,15.117888,3475.463,239.99374,83.56528,120.12813,55.363453,94.376045,42.470417,2.81075,72.42083,414.95792,108.28569,64.01277,52.580257,23.981459,41.140236,47.133194,47.051533,918.50354,157.23427,3626.795,38.406254,3795.9194,75.76679,466.93405,2289.8284,68.55437,10.631202,1800.9028,2113.653,6033.7607,216.17654 +2023-06-20 07:00:00,0.0,13875.164,131.49065,19.189367,30.880098,24.632917,178.40733,25.662712,38.204056,20.367247,23.594244,636.93695,530.64734,11.892179,115.35954,13.081505,2.307515,24.005445,32.12021,6.116448,369.75565,2.5114317,319.14133,57.254543,0.50017816,3.222008,110.131165,27.447865,111.510956,145.56001,14368.888,0.6765336,1607.8118,1.3541689,0.8564202,0.45678583,3.1694865,176.6178,236.96288,31.760897,255.59966,25.177382,25.181398,1165.3497,4.3360376,136.02235,112.55891,385.7956,107.35816,377.9575,20.816078,242.49174,0.0,3450.401,14934.76,23.298042,282.9438,132.00421,42767.438,154.38971,18.540064,110.64005,213.14014,66.215904,24.161877,152.04468,1623.588,271.71884,96.84968,14.893438,13.909593,710.926,54.12116,1270.3824,121.36264,2171.8171,220.81807,289.8687,124.66215,254.56912,9.2713995,15.759537,36.146217,5.5310955,5.6526346,61.21501,59.692833,76.84281,16.308582,22.199736,268.37982,9.089445,3214.0735,101.25147,66.15243,118.44791,103.10595,224.71921,139.04057,86.06944,30.744232,40.55115,100.73351,324.4161,606.6801,135.80406,455.0194,86.09418,93.01007,281.3449,266.08963,1000.9581,296.93298,4.189559,16.780521,9.71259,70.44277,15737.073,6.176611,15.281012,25.559814,46.752747,525.2833,91.607315,183.23003,3.9468277,241.54306,539.54425,339.13193,114.07302,342.90958,33.03801,65.10233,293.4609,15.341377,2.1860805,13.319885,2025.7649,0.23662984,0.72054577,66.19015,7.311032,4.428827,8.326722,14.360813,171.51736,58.801895,125.70098,893.34863,207.29924,1950.3909,1792.8822,15.315729,25.27529,13947.484,8.821874,59.041203,500.42618,96.83833,157.91452,67.18503,354.25223,1040.6516,374.1434,11.8722725,77.56528,955.5073,2010.7073,39.46465,561.988,44.132397,1.0076752,58.24406,1.0579137,0.5896953,2.6553376,31.153603,114.68448,287.57043,15.126463,3475.7026,240.09131,83.61412,120.23906,55.445377,94.38525,42.525764,2.8120973,72.51319,415.59195,108.49167,64.1358,52.669266,23.976007,41.202816,47.220856,47.06208,918.38873,157.28761,3628.5623,38.404503,3795.7903,75.779785,466.8183,2290.6875,68.58826,10.626301,1800.3251,2112.1272,6031.71,215.90361 +2023-06-20 08:00:00,0.0,13885.017,131.5982,19.191244,30.899609,24.621668,178.38403,25.658644,38.187286,20.36484,23.591736,636.7376,530.53503,11.886097,115.42006,13.092454,2.3044813,24.001385,32.085308,6.0976167,369.66815,2.5031617,319.102,57.224766,0.49955982,3.2201324,110.12277,27.42906,111.36543,145.52553,14380.607,0.6764459,1607.4,1.353276,0.8557363,0.45645732,3.1657674,176.55298,236.8753,31.750446,255.42223,25.171555,25.21296,1166.2638,4.3344564,136.1404,112.622986,385.6123,107.49684,377.9661,20.809843,242.84564,0.0,3447.4978,14936.769,23.293583,283.25037,131.98296,42775.668,154.30214,18.54088,110.76095,213.387,66.14208,24.131714,152.27408,1625.4397,272.03195,96.97166,14.896147,13.901867,709.94586,54.13362,1272.2056,121.45112,2171.7036,221.00711,290.1073,124.55963,254.93027,9.267664,15.753101,36.121883,5.5266147,5.6458306,61.222294,59.669746,76.80201,16.30321,22.205685,268.48944,9.085949,3212.9631,101.323975,66.094444,118.52449,103.17592,224.67036,139.08632,86.05556,30.755285,40.578312,100.82249,324.39554,607.55273,135.87,455.18024,86.14151,93.03927,281.4436,266.15445,1000.75555,297.13226,4.187722,16.781668,9.715005,70.331375,15736.662,6.1725554,15.270143,25.545185,46.77594,525.54596,91.62519,183.34013,3.9440658,241.59445,539.6668,339.26202,114.11155,342.88086,33.02074,65.10149,293.3782,15.334724,2.184825,13.316104,2026.2719,0.23637202,0.71986663,66.15638,7.30254,4.4267693,8.318736,14.347791,171.42258,58.771393,125.67516,892.9197,207.30302,1950.1265,1792.6824,15.307147,25.27315,13942.43,8.821175,59.037964,500.6318,96.831665,157.86612,67.174965,354.15112,1040.2865,374.23453,11.874603,77.55556,955.84753,2010.2512,39.46313,561.9037,44.105,1.0078303,58.24974,1.0581466,0.58999884,2.6567721,31.150694,114.67582,287.55148,15.135037,3475.9421,240.18889,83.662964,120.35,55.5273,94.39445,42.581112,2.8134446,72.60555,416.22598,108.697655,64.25884,52.758274,23.970556,41.265396,47.308517,47.072624,918.274,157.34094,3630.3296,38.402752,3795.6611,75.792786,466.70255,2291.5466,68.62214,10.621399,1799.7472,2110.6013,6029.6587,215.63069 +2023-06-20 09:00:00,0.0,13894.868,131.70575,19.193121,30.919119,24.610416,178.36073,25.654573,38.170517,20.362432,23.58923,636.53827,530.4227,11.880014,115.480576,13.103404,2.3014476,23.997324,32.050407,6.078785,369.58066,2.4948914,319.06268,57.194992,0.4989415,3.2182565,110.11438,27.410257,111.21991,145.49104,14392.327,0.6763582,1606.9883,1.352383,0.8550525,0.4561288,3.1620486,176.48814,236.78773,31.739994,255.2448,25.165728,25.24452,1167.1779,4.3328757,136.25845,112.68706,385.429,107.63553,377.97473,20.803608,243.19954,0.0,3444.5945,14938.777,23.289122,283.55695,131.96169,42783.895,154.21458,18.541698,110.88184,213.63388,66.06826,24.101551,152.50348,1627.2914,272.34506,97.09363,14.898856,13.894141,708.96564,54.146084,1274.0287,121.53959,2171.5903,221.19614,290.34586,124.45712,255.29143,9.263929,15.746667,36.097546,5.5221334,5.639026,61.22958,59.646656,76.76121,16.297836,22.211636,268.59903,9.082452,3211.8525,101.39647,66.03646,118.601074,103.245895,224.62154,139.13206,86.041664,30.766338,40.605476,100.91146,324.375,608.4254,135.93594,455.3411,86.18884,93.068474,281.5423,266.21927,1000.55304,297.33157,4.1858854,16.782812,9.717421,70.21998,15736.25,6.1685,15.259273,25.530556,46.79913,525.80865,91.64306,183.45024,3.941304,241.64583,539.7894,339.39212,114.15007,342.85217,33.00347,65.10065,293.29547,15.328071,2.1835694,13.312323,2026.7787,0.2361142,0.71918744,66.12261,7.294048,4.4247117,8.310751,14.334768,171.32779,58.740887,125.649345,892.4907,207.30681,1949.8622,1792.4827,15.298564,25.271008,13937.375,8.820475,59.03472,500.8374,96.825005,157.81772,67.16491,354.05,1039.9214,374.32562,11.876935,77.54583,956.18774,2009.7953,39.461613,561.81946,44.077602,1.0079855,58.25542,1.0583795,0.59030247,2.658207,31.147787,114.66717,287.53253,15.143611,3476.182,240.28645,83.71181,120.46094,55.609226,94.40365,42.63646,2.8147917,72.697914,416.86002,108.90363,64.38188,52.847282,23.965105,41.327976,47.39618,47.08317,918.15924,157.39427,3632.0967,38.400997,3795.5317,75.805786,466.5868,2292.4058,68.65603,10.616498,1799.1694,2109.0754,6027.6074,215.35777 +2023-06-20 10:00:00,0.0,13904.721,131.8133,19.194996,30.93863,24.599167,178.33743,25.650505,38.153744,20.360027,23.586721,636.339,530.3104,11.873932,115.54109,13.114353,2.298414,23.993265,32.01551,6.0599537,369.49316,2.4866214,319.02335,57.16522,0.49832317,3.2163808,110.10599,27.391453,111.07439,145.45656,14404.046,0.67627054,1606.5765,1.35149,0.85436857,0.4558003,3.1583297,176.42332,236.70015,31.729544,255.06737,25.159903,25.276081,1168.0919,4.3312945,136.3765,112.75113,385.2457,107.77421,377.98334,20.797373,243.55344,0.0,3441.6914,14940.786,23.284662,283.86353,131.94041,42792.125,154.12701,18.542515,111.00273,213.88074,65.99443,24.071388,152.73286,1629.1431,272.65817,97.2156,14.901565,13.8864155,707.9855,54.158546,1275.8518,121.62806,2171.4768,221.38518,290.5844,124.354614,255.65259,9.260194,15.7402315,36.07321,5.5176525,5.6322217,61.236866,59.623573,76.720406,16.292465,22.217585,268.70865,9.078956,3210.742,101.46897,65.97847,118.67765,103.315865,224.5727,139.17781,86.02778,30.777391,40.632637,101.000435,324.35446,609.29803,136.00188,455.50192,86.236176,93.09767,281.641,266.2841,1000.3505,297.53085,4.1840487,16.783958,9.719836,70.108574,15735.839,6.1644444,15.248404,25.515926,46.822323,526.07135,91.66093,183.56033,3.9385421,241.69722,539.912,339.52222,114.18859,342.82346,32.986202,65.0998,293.21274,15.321418,2.1823137,13.308541,2027.2856,0.23585638,0.7185083,66.08884,7.2855554,4.4226537,8.302765,14.321746,171.23302,58.710384,125.62353,892.0617,207.31061,1949.5979,1792.2828,15.289982,25.268867,13932.32,8.819776,59.031483,501.04303,96.81834,157.7693,67.154854,353.94888,1039.5563,374.41675,11.879266,77.53611,956.52795,2009.3392,39.460094,561.73517,44.05021,1.0081406,58.2611,1.0586126,0.5906061,2.6596415,31.144878,114.65851,287.51358,15.152185,3476.4216,240.38402,83.76064,120.57188,55.69115,94.41285,42.691807,2.816139,72.790276,417.49405,109.10961,64.50491,52.93629,23.959654,41.390556,47.48384,47.093716,918.04443,157.44762,3633.864,38.399246,3795.4026,75.81878,466.47104,2293.265,68.68992,10.611596,1798.5916,2107.5496,6025.556,215.08485 +2023-06-20 11:00:00,0.0,13914.572,131.92084,19.196873,30.958138,24.587917,178.31413,25.646435,38.13697,20.35762,23.584215,636.13965,530.1981,11.867849,115.60161,13.125302,2.2953804,23.989204,31.98061,6.041122,369.40567,2.478351,318.98404,57.135445,0.49770486,3.2145052,110.097595,27.37265,110.928856,145.42206,14415.766,0.67618287,1606.1648,1.350597,0.8536847,0.45547178,3.1546106,176.3585,236.61258,31.719093,254.88992,25.154076,25.30764,1169.006,4.3297133,136.49454,112.8152,385.0624,107.912895,377.99197,20.791138,243.90733,0.0,3438.788,14942.795,23.280201,284.1701,131.91914,42800.355,154.03946,18.543333,111.12363,214.12762,65.92061,24.041225,152.96227,1630.9948,272.97125,97.33758,14.904274,13.87869,707.0053,54.17101,1277.6749,121.71653,2171.3635,221.5742,290.82297,124.2521,256.01373,9.256459,15.733796,36.048874,5.513171,5.625417,61.24415,59.600487,76.67961,16.287092,22.223534,268.81827,9.075459,3209.6313,101.541466,65.92049,118.754234,103.38583,224.52385,139.22356,86.013885,30.788446,40.659798,101.08941,324.33392,610.17065,136.06781,455.66275,86.2835,93.12687,281.73965,266.3489,1000.148,297.73016,4.182212,16.785105,9.722251,69.99718,15735.427,6.160389,15.237534,25.501297,46.845516,526.334,91.6788,183.67044,3.9357803,241.74861,540.03455,339.6523,114.22711,342.79477,32.968937,65.09895,293.13,15.314764,2.1810582,13.304759,2027.7926,0.23559858,0.7178291,66.05507,7.2770634,4.420596,8.29478,14.308723,171.13823,58.679882,125.59771,891.6327,207.31439,1949.3336,1792.0831,15.281399,25.266726,13927.266,8.819076,59.02824,501.24866,96.81167,157.7209,67.14479,353.84778,1039.1912,374.50784,11.8815975,77.52639,956.8682,2008.8833,39.45858,561.65094,44.02281,1.0082958,58.26678,1.0588455,0.5909097,2.661076,31.14197,114.64986,287.49463,15.160759,3476.6611,240.4816,83.80949,120.682816,55.773075,94.42205,42.747154,2.8174863,72.88264,418.12808,109.31559,64.62795,53.0253,23.954203,41.453133,47.571503,47.104263,917.9297,157.50095,3635.6313,38.397495,3795.2734,75.83178,466.3553,2294.124,68.72381,10.606695,1798.0138,2106.0237,6023.505,214.81192 +2023-06-20 12:00:00,0.0,13924.425,132.02838,19.19875,30.977648,24.576668,178.29083,25.642366,38.1202,20.355215,23.581709,635.9403,530.0858,11.861767,115.662125,13.136252,2.2923467,23.985144,31.94571,6.02229,369.3182,2.4700809,318.9447,57.10567,0.49708652,3.2126296,110.0892,27.353848,110.78333,145.38757,14427.485,0.6760952,1605.7532,1.349704,0.8530009,0.45514327,3.1508915,176.29369,236.525,31.708641,254.7125,25.148249,25.339201,1169.92,4.328132,136.61258,112.87927,384.8791,108.05158,378.0006,20.784903,244.26123,0.0,3435.8848,14944.804,23.275742,284.47668,131.89787,42808.586,153.95189,18.54415,111.24452,214.3745,65.84679,24.011063,153.19167,1632.8464,273.28436,97.45955,14.906982,13.870964,706.02515,54.18347,1279.498,121.80501,2171.25,221.76324,291.06155,124.14959,256.3749,9.252724,15.727361,36.02454,5.5086904,5.618613,61.251434,59.5774,76.63881,16.28172,22.229485,268.92786,9.071961,3208.521,101.61396,65.8625,118.83082,103.4558,224.475,139.2693,86.0,30.7995,40.68696,101.17838,324.3134,611.0433,136.13374,455.8236,86.33083,93.15607,281.83835,266.41376,999.9455,297.92944,4.180375,16.786251,9.724667,69.88578,15735.016,6.1563334,15.226665,25.486668,46.868706,526.5967,91.69667,183.78055,3.9330187,241.8,540.15717,339.78238,114.26564,342.76605,32.951668,65.098114,293.04727,15.308111,2.1798027,13.300978,2028.2994,0.23534076,0.71715,66.0213,7.2685714,4.4185386,8.286794,14.295701,171.04344,58.649376,125.57189,891.20374,207.31818,1949.0692,1791.8833,15.272817,25.264584,13922.211,8.818377,59.025,501.45428,96.805,157.6725,67.134735,353.74667,1038.826,374.59897,11.883928,77.51666,957.20844,2008.4274,39.45706,561.56665,43.995415,1.0084509,58.272465,1.0590785,0.59121335,2.6625109,31.139063,114.6412,287.47565,15.169333,3476.901,240.57916,83.85833,120.79375,55.855,94.43125,42.8025,2.8188334,72.975,418.76212,109.521576,64.75099,53.114307,23.94875,41.515713,47.65917,47.11481,917.8149,157.55428,3637.3987,38.39574,3795.1443,75.84477,466.23953,2294.9832,68.7577,10.601793,1797.4359,2104.4978,6021.4536,214.539 +2023-06-20 13:00:00,0.0,13934.276,132.13593,19.200624,30.997158,24.565416,178.26753,25.638296,38.10343,20.352808,23.5792,635.74097,529.9735,11.855684,115.72265,13.147202,2.289313,23.981083,31.91081,6.003459,369.2307,2.4618108,318.90536,57.075897,0.49646822,3.210754,110.08081,27.335043,110.63781,145.35309,14439.205,0.6760075,1605.3414,1.348811,0.852317,0.45481473,3.1471725,176.22887,236.43742,31.69819,254.53506,25.142422,25.370762,1170.8341,4.3265514,136.73064,112.943344,384.6958,108.19026,378.00922,20.77867,244.61513,0.0,3432.9817,14946.813,23.27128,284.78323,131.8766,42816.812,153.86433,18.544968,111.36541,214.62137,65.772964,23.980898,153.42107,1634.6981,273.59747,97.58152,14.909692,13.863237,705.0449,54.195934,1281.3212,121.89348,2171.1367,221.95229,291.3001,124.04707,256.73605,9.248989,15.720926,36.000202,5.5042095,5.6118083,61.258717,59.554314,76.59801,16.276346,22.235434,269.03748,9.068465,3207.4104,101.68646,65.80451,118.9074,103.52578,224.42616,139.31505,85.986115,30.810553,40.714123,101.26736,324.29282,611.91595,136.19969,455.98444,86.37817,93.185265,281.93704,266.47858,999.743,298.12875,4.1785383,16.787395,9.727082,69.77438,15734.604,6.152278,15.215795,25.472038,46.8919,526.8594,91.71454,183.89064,3.9302568,241.8514,540.2797,339.91248,114.30416,342.73737,32.9344,65.09727,292.96457,15.301457,2.178547,13.297196,2028.8064,0.23508294,0.7164708,65.987526,7.2600794,4.416481,8.278809,14.282679,170.94867,58.618874,125.54608,890.7748,207.32196,1948.8049,1791.6836,15.264234,25.262444,13917.156,8.817677,59.02176,501.65988,96.79833,157.6241,67.12468,353.64557,1038.4609,374.69006,11.88626,77.50694,957.54865,2007.9713,39.455544,561.4824,43.96802,1.008606,58.278145,1.0593115,0.591517,2.6639454,31.136154,114.632545,287.4567,15.177907,3477.1406,240.67673,83.90717,120.904686,55.936924,94.44045,42.857845,2.8201807,73.06736,419.39615,109.727554,64.87402,53.203316,23.943298,41.578293,47.74683,47.125355,917.70013,157.6076,3639.166,38.39399,3795.0151,75.85777,466.12378,2295.8423,68.79158,10.596892,1796.8582,2102.972,6019.4023,214.26608 +2023-06-20 14:00:00,0.0,13944.129,132.24347,19.202501,31.016668,24.554167,178.24423,25.634228,38.08666,20.3504,23.576694,635.5416,529.8612,11.849602,115.783165,13.158151,2.2862794,23.977022,31.87591,5.9846272,369.14322,2.4535406,318.86606,57.046124,0.49584988,3.208878,110.07242,27.31624,110.49229,145.3186,14450.924,0.67591983,1604.9297,1.3479182,0.85163313,0.45448622,3.1434536,176.16403,236.34984,31.687738,254.35764,25.136597,25.402323,1171.7483,4.3249702,136.84868,113.007416,384.5125,108.32895,378.01785,20.772434,244.96902,0.0,3430.0786,14948.822,23.26682,285.0898,131.85533,42825.043,153.77676,18.545784,111.486305,214.86824,65.69914,23.950735,153.65047,1636.5498,273.91058,97.7035,14.9124,13.855512,704.06476,54.208397,1283.1443,121.98195,2171.0232,222.14131,291.53867,123.944565,257.09723,9.245254,15.714491,35.97587,5.499728,5.605004,61.266003,59.53123,76.557205,16.270975,22.241383,269.1471,9.064968,3206.2998,101.75896,65.74653,118.98398,103.59575,224.37732,139.3608,85.97222,30.821606,40.741283,101.35633,324.27228,612.7886,136.26562,456.1453,86.4255,93.21446,282.03574,266.5434,999.5404,298.32803,4.1767015,16.788542,9.729497,69.66299,15734.192,6.1482224,15.204926,25.457407,46.915092,527.122,91.732414,184.00075,3.927495,241.90277,540.4023,340.04257,114.34268,342.70865,32.91713,65.09642,292.88184,15.294805,2.1772914,13.293415,2029.3134,0.23482512,0.71579164,65.95376,7.2515874,4.414423,8.2708235,14.269656,170.85388,58.58837,125.52026,890.3457,207.32576,1948.5406,1791.4838,15.255651,25.260302,13912.102,8.8169775,59.018517,501.8655,96.791664,157.5757,67.11462,353.54443,1038.0958,374.7812,11.888592,77.49722,957.88885,2007.5154,39.454025,561.39813,43.940624,1.0087612,58.283825,1.0595444,0.5918206,2.6653802,31.133247,114.623886,287.43774,15.186481,3477.3801,240.7743,83.95602,121.015625,56.01885,94.44965,42.913193,2.821528,73.15972,420.03018,109.93353,64.99706,53.292324,23.937847,41.640873,47.83449,47.135902,917.5854,157.66095,3640.933,38.39224,3794.8857,75.870766,466.00803,2296.7014,68.82547,10.59199,1796.2803,2101.446,6017.351,213.99315 +2023-06-20 15:00:00,0.0,13953.98,132.35101,19.204378,31.036179,24.542917,178.22095,25.630157,38.069885,20.347996,23.574186,635.34235,529.7489,11.843519,115.84368,13.169101,2.2832458,23.972961,31.841011,5.965796,369.05573,2.4452705,318.82672,57.01635,0.49523157,3.2070024,110.064026,27.297436,110.34676,145.28412,14462.644,0.67583215,1604.518,1.3470252,0.8509493,0.4541577,3.1397347,176.09921,236.26227,31.677288,254.1802,25.13077,25.433884,1172.6624,4.323389,136.96672,113.07149,384.32922,108.46763,378.0265,20.7662,245.32292,0.0,3427.1753,14950.831,23.26236,285.3964,131.83406,42833.273,153.68921,18.546602,111.6072,215.11511,65.62531,23.920572,153.87987,1638.4015,274.2237,97.82547,14.91511,13.847786,703.0846,54.22086,1284.9674,122.07042,2170.9097,222.33035,291.77725,123.84206,257.45837,9.241519,15.7080555,35.95153,5.4952474,5.5981994,61.273285,59.50814,76.51641,16.265602,22.247332,269.25668,9.061471,3205.1892,101.83145,65.688545,119.06056,103.66572,224.32848,139.40654,85.958336,30.83266,40.768444,101.445305,324.25174,613.6612,136.33156,456.30612,86.472824,93.24366,282.13443,266.60822,999.3379,298.52734,4.174865,16.789688,9.731913,69.55159,15733.781,6.1441665,15.194056,25.442778,46.938282,527.3847,91.75028,184.11086,3.9247332,241.95416,540.5249,340.17267,114.3812,342.67996,32.89986,65.09558,292.7991,15.288151,2.176036,13.289634,2029.8202,0.2345673,0.71511245,65.91998,7.2430954,4.4123654,8.262837,14.256634,170.75911,58.557865,125.494446,889.91675,207.32954,1948.2764,1791.284,15.247068,25.25816,13907.047,8.8162775,59.015278,502.07114,96.785,157.5273,67.10456,353.44333,1037.7307,374.8723,11.890923,77.487495,958.22906,2007.0593,39.45251,561.3139,43.91323,1.0089163,58.289505,1.0597774,0.5921242,2.6668148,31.130339,114.615234,287.4188,15.195056,3477.6199,240.87187,84.00486,121.126564,56.100773,94.458855,42.96854,2.822875,73.25208,420.6642,110.13951,65.1201,53.381332,23.932396,41.703453,47.922153,47.14645,917.4706,157.71428,3642.7004,38.390484,3794.7566,75.883766,465.89227,2297.5608,68.85936,10.58709,1795.7025,2099.9202,6015.3,213.72023 +2023-06-20 16:00:00,0.0,13963.833,132.45856,19.206253,31.055687,24.531668,178.19765,25.62609,38.053116,20.345589,23.57168,635.143,529.6366,11.837438,115.9042,13.18005,2.2802122,23.968903,31.80611,5.9469643,368.96823,2.4370003,318.7874,56.986572,0.49461323,3.2051268,110.05563,27.278633,110.20123,145.24963,14474.363,0.6757445,1604.1062,1.3461322,0.8502654,0.4538292,3.1360157,176.0344,236.17468,31.666836,254.00278,25.124943,25.465443,1173.5764,4.3218083,137.08476,113.13557,384.14594,108.606316,378.0351,20.759964,245.67682,0.0,3424.272,14952.84,23.2579,285.70297,131.81279,42841.504,153.60164,18.547419,111.72809,215.36198,65.55149,23.89041,154.10925,1640.2532,274.5368,97.94745,14.917818,13.84006,702.1044,54.233322,1286.7905,122.15889,2170.7964,222.51938,292.0158,123.73954,257.81952,9.237783,15.70162,35.927193,5.490766,5.591395,61.28057,59.485054,76.47561,16.26023,22.253283,269.3663,9.057975,3204.0789,101.90395,65.630554,119.137146,103.73569,224.27963,139.4523,85.94444,30.843714,40.79561,101.53428,324.2312,614.5338,136.3975,456.46695,86.52016,93.272865,282.2331,266.67307,999.1354,298.72662,4.1730275,16.790834,9.734328,69.44019,15733.369,6.140111,15.183187,25.428148,46.961475,527.64734,91.76815,184.22095,3.9219713,242.00555,540.64746,340.30276,114.41972,342.65125,32.88259,65.094734,292.71637,15.281498,2.1747804,13.2858515,2030.3271,0.23430948,0.7144333,65.886215,7.2346034,4.410308,8.254852,14.243611,170.66432,58.527363,125.46863,889.48773,207.33333,1948.012,1791.0842,15.238486,25.25602,13901.992,8.815578,59.012035,502.27673,96.778336,157.4789,67.0945,353.34222,1037.3656,374.9634,11.893254,77.477776,958.5693,2006.6034,39.450993,561.2296,43.885834,1.0090715,58.295185,1.0600104,0.5924278,2.6682494,31.12743,114.606575,287.39984,15.2036295,3477.8596,240.96944,84.0537,121.2375,56.182697,94.468056,43.023888,2.8242223,73.344444,421.29825,110.3455,65.24313,53.47034,23.926945,41.76603,48.009815,47.156994,917.35583,157.76761,3644.4678,38.388733,3794.6274,75.89676,465.77652,2298.42,68.89325,10.582188,1795.1246,2098.3943,6013.2485,213.44731 +2023-06-20 17:00:00,0.0,13973.685,132.5661,19.20813,31.075197,24.520416,178.17435,25.622019,38.036346,20.343184,23.569172,634.94366,529.5243,11.831355,115.964714,13.190999,2.2771785,23.964842,31.771212,5.9281325,368.88077,2.4287302,318.74808,56.9568,0.49399492,3.2032511,110.04724,27.25983,110.05571,145.21515,14486.082,0.6756568,1603.6946,1.3452392,0.84958154,0.4535007,3.1322966,175.96957,236.08711,31.656385,253.82535,25.119118,25.497004,1174.4905,4.320227,137.20282,113.19964,383.96265,108.745,378.04373,20.753729,246.03072,0.0,3421.3687,14954.849,23.253439,286.00955,131.79152,42849.73,153.51408,18.548237,111.84898,215.60884,65.47767,23.860247,154.33865,1642.1049,274.8499,98.06942,14.920527,13.8323345,701.1242,54.24579,1288.6136,122.24737,2170.6829,222.70842,292.2544,123.63703,258.1807,9.234049,15.695185,35.90286,5.486285,5.584591,61.287853,59.46197,76.43481,16.254856,22.259232,269.47592,9.054478,3202.9683,101.97645,65.57257,119.21372,103.805664,224.23079,139.49805,85.93056,30.854767,40.82277,101.62325,324.21063,615.4065,136.46344,456.6278,86.56749,93.30206,282.3318,266.73788,998.93286,298.92593,4.1711907,16.791979,9.736743,69.3288,15732.958,6.1360555,15.1723175,25.413519,46.98467,527.91003,91.786026,184.33105,3.9192095,242.05695,540.77,340.43286,114.45825,342.62256,32.865326,65.09389,292.63364,15.274844,2.1735246,13.28207,2030.8341,0.23405166,0.7137541,65.85245,7.226111,4.40825,8.246866,14.230589,170.56953,58.49686,125.44281,889.0588,207.33711,1947.7477,1790.8845,15.229903,25.253878,13896.9375,8.814879,59.008797,502.48236,96.77167,157.4305,67.08444,353.24112,1037.0005,375.05453,11.895585,77.468056,958.9095,2006.1473,39.449474,561.1454,43.858437,1.0092266,58.300865,1.0602434,0.5927314,2.6696842,31.124523,114.59792,287.3809,15.212204,3478.0994,241.067,84.10255,121.348434,56.26462,94.47726,43.079235,2.8255696,73.436806,421.93228,110.551476,65.36617,53.55935,23.921494,41.82861,48.097477,47.16754,917.2411,157.82094,3646.235,38.386982,3794.4983,75.90976,465.66077,2299.279,68.92714,10.577287,1794.5468,2096.8684,6011.1973,213.1744 +2023-06-20 18:00:00,0.0,13983.537,132.67365,19.210005,31.094707,24.509167,178.15105,25.61795,38.019573,20.340776,23.566666,634.7443,529.412,11.825273,116.02523,13.201949,2.2741451,23.960781,31.736311,5.9093013,368.79327,2.42046,318.70874,56.927025,0.49337658,3.2013752,110.03885,27.241026,109.91019,145.18066,14497.802,0.6755691,1603.2828,1.3443462,0.8488977,0.45317215,3.1285777,175.90474,235.99953,31.645933,253.64792,25.11329,25.528564,1175.4045,4.318646,137.32086,113.26371,383.77933,108.88368,378.05237,20.747494,246.38461,0.0,3418.4653,14956.857,23.248978,286.3161,131.77025,42857.96,153.42651,18.549053,111.96988,215.85571,65.40385,23.830084,154.56805,1643.9565,275.16302,98.19139,14.923236,13.824608,700.14404,54.25825,1290.4366,122.33584,2170.5696,222.89746,292.49295,123.534515,258.54184,9.230313,15.68875,35.87852,5.481804,5.5777864,61.29514,59.43889,76.394005,16.249485,22.26518,269.5855,9.050981,3201.8577,102.04895,65.51458,119.290306,103.87563,224.18195,139.5438,85.916664,30.86582,40.84993,101.71223,324.1901,616.2791,136.52937,456.78864,86.61482,93.33126,282.43048,266.8027,998.73035,299.1252,4.169354,16.793125,9.739159,69.2174,15732.546,6.132,15.161448,25.39889,47.00786,528.1727,91.803894,184.44116,3.9164476,242.10834,540.89264,340.56296,114.49677,342.59384,32.848057,65.09305,292.55093,15.268191,2.172269,13.278289,2031.341,0.23379384,0.7130749,65.81867,7.217619,4.4061923,8.238881,14.2175665,170.47476,58.466354,125.41699,888.62976,207.34091,1947.4834,1790.6847,15.221321,25.251738,13891.883,8.814179,59.005554,502.688,96.765,157.38208,67.07439,353.14,1036.6354,375.14563,11.897917,77.458336,959.2497,2005.6914,39.447956,561.0611,43.831043,1.0093817,58.30655,1.0604763,0.59303504,2.6711187,31.121614,114.589264,287.36194,15.2207775,3478.3389,241.16458,84.15139,121.45937,56.346546,94.48646,43.134583,2.8269167,73.52917,422.5663,110.757454,65.489204,53.648357,23.916042,41.89119,48.18514,47.178085,917.1263,157.87428,3648.0024,38.385227,3794.369,75.92276,465.545,2300.1382,68.96103,10.572385,1793.969,2095.3425,6009.1465,212.90146 +2023-06-20 19:00:00,0.0,13993.389,132.78119,19.211882,31.114218,24.497917,178.12775,25.61388,38.0028,20.338371,23.56416,634.545,529.2997,11.81919,116.08575,13.212898,2.2711115,23.95672,31.701412,5.8904696,368.70578,2.4121897,318.66943,56.89725,0.49275827,3.1994996,110.03046,27.222223,109.76466,145.14618,14509.521,0.67548144,1602.8711,1.3434532,0.8482138,0.45284364,3.1248586,175.83992,235.91196,31.635483,253.47049,25.107464,25.560125,1176.3186,4.317065,137.4389,113.32778,383.596,109.02237,378.06097,20.74126,246.73851,0.0,3415.5625,14958.866,23.244518,286.62268,131.749,42866.19,153.33896,18.549871,112.09077,216.1026,65.33002,23.799921,154.79745,1645.8082,275.47614,98.31337,14.925945,13.816882,699.1638,54.270714,1292.2598,122.42431,2170.456,223.08649,292.7315,123.43201,258.90298,9.226579,15.682315,35.854187,5.477323,5.570982,61.302425,59.415802,76.35321,16.244112,22.271132,269.69513,9.047484,3200.747,102.121445,65.4566,119.36689,103.9456,224.1331,139.58954,85.90278,30.876875,40.87709,101.80121,324.16956,617.15173,136.5953,456.9495,86.66215,93.36046,282.52917,266.86752,998.52783,299.32452,4.167517,16.794271,9.741574,69.106,15732.135,6.1279445,15.1505785,25.38426,47.03105,528.43536,91.82176,184.55125,3.9136858,242.15973,541.0152,340.69305,114.53529,342.56516,32.830788,65.0922,292.4682,15.261538,2.1710136,13.2745075,2031.8479,0.23353602,0.7123958,65.784904,7.209127,4.4041348,8.230895,14.204544,170.37997,58.435852,125.39118,888.2008,207.3447,1947.219,1790.485,15.212738,25.249596,13886.828,8.81348,59.002316,502.89362,96.75833,157.33368,67.06432,353.03888,1036.2703,375.23676,11.900249,77.44861,959.5899,2005.2355,39.44644,560.97687,43.803646,1.0095369,58.31223,1.0607094,0.59333867,2.6725533,31.118706,114.58061,287.343,15.229352,3478.5786,241.26215,84.20023,121.57031,56.42847,94.49566,43.18993,2.828264,73.62153,423.20035,110.96343,65.61224,53.73737,23.910591,41.95377,48.2728,47.188633,917.01154,157.92761,3649.7695,38.383476,3794.2397,75.93575,465.42926,2300.9973,68.99491,10.567484,1793.3911,2093.8167,6007.095,212.62854 +2023-06-20 20:00:00,0.0,14003.241,132.88873,19.213758,31.133726,24.486668,178.10445,25.609812,37.98603,20.335964,23.561651,634.3457,529.1874,11.8131075,116.14626,13.223847,2.2680779,23.95266,31.666512,5.8716383,368.6183,2.4039197,318.6301,56.867477,0.49213997,3.197624,110.022064,27.203419,109.61914,145.11168,14521.241,0.67539376,1602.4594,1.3425603,0.84752995,0.45251513,3.1211398,175.7751,235.82437,31.62503,253.29306,25.101637,25.591684,1177.2327,4.315484,137.55695,113.39185,383.41275,109.16106,378.0696,20.735025,247.0924,0.0,3412.659,14960.875,23.240057,286.92926,131.72772,42874.418,153.25139,18.550688,112.21166,216.34946,65.256195,23.769758,155.02686,1647.6599,275.78925,98.43534,14.928654,13.809156,698.18365,54.283176,1294.0829,122.51278,2170.3425,223.27553,292.9701,123.3295,259.26416,9.222844,15.6758795,35.82985,5.4728417,5.5641775,61.309708,59.392715,76.31241,16.238739,22.27708,269.80475,9.043987,3199.6367,102.19394,65.39861,119.44347,104.01557,224.08426,139.63528,85.888885,30.887928,40.904255,101.89018,324.14902,618.02435,136.66125,457.11032,86.70948,93.389656,282.62787,266.93237,998.32526,299.5238,4.1656804,16.795418,9.743989,68.994606,15731.723,6.123889,15.1397085,25.36963,47.054245,528.69806,91.83963,184.66136,3.910924,242.2111,541.13776,340.82315,114.573814,342.53644,32.81352,65.091354,292.38547,15.254885,2.1697578,13.270725,2032.3547,0.2332782,0.7117166,65.75114,7.200635,4.402077,8.22291,14.191522,170.28519,58.40535,125.365364,887.7718,207.34848,1946.9547,1790.2852,15.204156,25.247454,13881.773,8.81278,58.999073,503.0992,96.75167,157.28528,67.05427,352.93777,1035.9052,375.32785,11.902579,77.43889,959.9301,2004.7794,39.444923,560.8926,43.77625,1.009692,58.31791,1.0609423,0.5936423,2.673988,31.115799,114.57195,287.32404,15.237926,3478.8184,241.35971,84.24907,121.68125,56.510395,94.50486,43.245277,2.8296113,73.71389,423.83438,111.16941,65.73528,53.826378,23.90514,42.01635,48.360462,47.19918,916.8967,157.98094,3651.5369,38.381725,3794.1106,75.94875,465.3135,2301.8564,69.0288,10.562582,1792.8134,2092.2908,6005.044,212.35562 +2023-06-20 21:00:00,0.0,14013.093,132.99628,19.215633,31.153236,24.475416,178.08115,25.605742,37.96926,20.333557,23.559145,634.14636,529.0751,11.807025,116.20679,13.2347975,2.2650442,23.948599,31.631613,5.8528066,368.5308,2.3956494,318.59076,56.837704,0.49152163,3.1957483,110.01367,27.184616,109.47361,145.0772,14532.96,0.6753061,1602.0476,1.3416673,0.84684604,0.4521866,3.1174207,175.71028,235.7368,31.61458,253.11563,25.095812,25.623245,1178.1467,4.313903,137.675,113.455925,383.22943,109.299736,378.07825,20.72879,247.4463,0.0,3409.7559,14962.885,23.235598,287.23584,131.70645,42882.65,153.16383,18.551506,112.33256,216.59634,65.18237,23.739595,155.25626,1649.5116,276.10236,98.55731,14.931363,13.801431,697.2035,54.29564,1295.906,122.60126,2170.2292,223.46455,293.20865,123.22698,259.6253,9.219109,15.669444,35.805515,5.468361,5.557373,61.316994,59.36963,76.27161,16.233366,22.28303,269.91434,9.04049,3198.5261,102.26644,65.34062,119.52005,104.08555,224.03542,139.68103,85.875,30.898981,40.931416,101.97916,324.12848,618.89703,136.72719,457.27115,86.75681,93.41885,282.72653,266.9972,998.12274,299.7231,4.1638436,16.796562,9.746405,68.88321,15731.312,6.1198335,15.1288395,25.355,47.077435,528.96075,91.857506,184.77147,3.908162,242.2625,541.2604,340.95325,114.61234,342.50775,32.79625,65.090515,292.30273,15.248231,2.1685023,13.266944,2032.8617,0.23302038,0.71103746,65.71736,7.192143,4.400019,8.214924,14.178499,170.19041,58.374847,125.33955,887.34283,207.35226,1946.6904,1790.0854,15.195573,25.245314,13876.719,8.812081,58.995834,503.30484,96.745,157.23688,67.044205,352.83667,1035.54,375.41898,11.904911,77.42917,960.2703,2004.3235,39.443405,560.80835,43.748856,1.0098472,58.32359,1.0611752,0.5939459,2.6754227,31.11289,114.5633,287.30508,15.2465,3479.0579,241.45729,84.29791,121.79219,56.592323,94.51406,43.300625,2.8309584,73.80625,424.4684,111.3754,65.858315,53.915386,23.899689,42.078926,48.448124,47.209724,916.782,158.03429,3653.3042,38.379974,3793.9814,75.96175,465.19775,2302.7156,69.06269,10.557681,1792.2355,2090.765,6002.9927,212.0827 +2023-06-20 22:00:00,0.0,14022.945,133.10384,19.21751,31.172747,24.464167,178.05785,25.601673,37.952488,20.331152,23.556637,633.947,528.9627,11.800942,116.2673,13.245747,2.2620106,23.94454,31.596712,5.833975,368.44333,2.3873794,318.55145,56.80793,0.49090332,3.1938725,110.00528,27.165812,109.32809,145.04271,14544.68,0.6752184,1601.636,1.3407743,0.8461622,0.4518581,3.1137016,175.64545,235.64923,31.60413,252.9382,25.089985,25.654806,1179.0608,4.3123217,137.79305,113.52,383.04614,109.43842,378.08685,20.722555,247.8002,0.0,3406.8525,14964.894,23.231136,287.54242,131.68518,42890.88,153.07626,18.552322,112.453445,216.8432,65.10855,23.709433,155.48564,1651.3633,276.41547,98.67929,14.934072,13.793705,696.2233,54.3081,1297.7291,122.68973,2170.1157,223.6536,293.4472,123.12447,259.98648,9.215374,15.66301,35.781178,5.46388,5.5505686,61.324276,59.346542,76.230804,16.227995,22.28898,270.02396,9.036994,3197.4155,102.338936,65.28264,119.596634,104.15552,223.98657,139.72678,85.861115,30.910034,40.958576,102.06813,324.1079,619.76965,136.79312,457.432,86.804146,93.44805,282.82523,267.062,997.9202,299.9224,4.162007,16.797709,9.74882,68.77181,15730.9,6.115778,15.1179695,25.34037,47.100628,529.2234,91.875374,184.88156,3.9054003,242.31389,541.38293,341.08334,114.65086,342.47903,32.77898,65.08967,292.22,15.241578,2.1672468,13.263163,2033.3687,0.23276256,0.71035826,65.68359,7.183651,4.3979616,8.206939,14.165477,170.09563,58.34434,125.31373,886.9138,207.35606,1946.4261,1789.8856,15.186991,25.243172,13871.664,8.811381,58.99259,503.51047,96.738335,157.18848,67.03415,352.73557,1035.1749,375.51007,11.907242,77.41944,960.61053,2003.8674,39.441887,560.72406,43.72146,1.0100023,58.32927,1.0614083,0.59424955,2.6768575,31.109983,114.55464,287.28613,15.2550745,3479.2976,241.55486,84.346756,121.90312,56.674248,94.52326,43.355972,2.8323057,73.89861,425.10245,111.581375,65.98135,54.004395,23.894238,42.141506,48.535786,47.220272,916.66724,158.08762,3655.0715,38.37822,3793.852,75.97475,465.082,2303.5747,69.09658,10.552779,1791.6577,2089.2388,6000.9414,211.80977 +2023-06-20 23:00:00,0.0,14032.797,133.21138,19.219387,31.192257,24.452917,178.03455,25.597603,37.935715,20.328745,23.55413,633.7477,528.8504,11.794861,116.32782,13.256696,2.258977,23.94048,31.561813,5.8151436,368.35583,2.3791091,318.51212,56.778152,0.49028498,3.1919968,109.99689,27.147009,109.18256,145.00822,14556.399,0.6751307,1601.2242,1.3398813,0.84547836,0.4515296,3.1099827,175.58063,235.56165,31.593678,252.76076,25.084158,25.686367,1179.975,4.3107405,137.91109,113.584076,382.86285,109.5771,378.0955,20.71632,248.1541,0.0,3403.9492,14966.902,23.226677,287.849,131.66391,42899.11,152.98871,18.55314,112.57434,217.09009,65.03473,23.67927,155.71504,1653.215,276.72855,98.80126,14.936781,13.785979,695.2431,54.320564,1299.5522,122.7782,2170.0024,223.84262,293.68576,123.02196,260.34763,9.211638,15.656574,35.756844,5.4593987,5.543764,61.331562,59.323456,76.19,16.222622,22.29493,270.13358,9.033497,3196.305,102.41144,65.224655,119.67322,104.22549,223.93773,139.77252,85.84722,30.92109,40.985737,102.157104,324.08737,620.6423,136.85907,457.59283,86.85147,93.47726,282.92392,267.12683,997.7177,300.1217,4.16017,16.798855,9.751235,68.660416,15730.488,6.111722,15.1071005,25.32574,47.12382,529.4861,91.89324,184.99167,3.9026384,242.36528,541.5055,341.21344,114.689384,342.45035,32.761715,65.08882,292.13727,15.234924,2.1659913,13.259381,2033.8755,0.23250474,0.7096791,65.64982,7.1751585,4.395904,8.198953,14.152454,170.00085,58.31384,125.28791,886.48486,207.35985,1946.1617,1789.6859,15.178408,25.241032,13866.609,8.810682,58.989353,503.71606,96.73167,157.14008,67.02409,352.63446,1034.8098,375.6012,11.909574,77.40972,960.95074,2003.4115,39.44037,560.63983,43.69406,1.0101575,58.33495,1.0616412,0.5945531,2.678292,31.107075,114.54599,287.26718,15.263648,3479.5374,241.65242,84.3956,122.01406,56.756172,94.53246,43.41132,2.833653,73.990974,425.73648,111.78735,66.10439,54.093403,23.888784,42.204086,48.623447,47.230816,916.5524,158.14095,3656.8389,38.37647,3793.723,75.98774,464.96625,2304.434,69.13047,10.547878,1791.0798,2087.713,5998.89,211.53685 +2023-06-21 00:00:00,0.0,14042.649,133.31892,19.221262,31.211765,24.441668,178.01125,25.593534,37.918945,20.32634,23.551622,633.54834,528.7381,11.788778,116.388336,13.267646,2.2559433,23.936419,31.526913,5.796312,368.26834,2.370839,318.4728,56.74838,0.48966667,3.1901212,109.988495,27.128206,109.03704,144.97374,14568.118,0.67504305,1600.8125,1.3389883,0.84479445,0.45120105,3.1062636,175.51581,235.47408,31.583227,252.58333,25.078333,25.717926,1180.889,4.3091598,138.02913,113.64815,382.67957,109.71579,378.10413,20.710085,248.508,0.0,3401.0461,14968.911,23.222216,288.15555,131.64264,42907.336,152.90114,18.553957,112.69524,217.33694,64.9609,23.649107,155.94444,1655.0667,277.04166,98.92323,14.939489,13.778253,694.26294,54.333027,1301.3754,122.86667,2169.889,224.03166,293.92435,122.91945,260.70877,9.207904,15.650139,35.732506,5.454918,5.5369596,61.338844,59.30037,76.14921,16.217249,22.300879,270.24316,9.03,3195.1946,102.48393,65.166664,119.749794,104.295456,223.88889,139.81827,85.833336,30.932142,41.0129,102.24608,324.06683,621.5149,136.925,457.7537,86.8988,93.506454,283.0226,267.19165,997.5152,300.32098,4.1583333,16.800001,9.753651,68.54902,15730.077,6.1076665,15.0962305,25.311111,47.14701,529.7488,91.91112,185.10178,3.8998766,242.41667,541.6281,341.34354,114.727905,342.42163,32.744446,65.08798,292.05457,15.2282715,2.1647356,13.2556,2034.3824,0.23224692,0.70899993,65.61605,7.1666665,4.393846,8.190968,14.139432,169.90607,58.283337,125.26209,886.05585,207.36363,1945.8975,1789.4861,15.169826,25.23889,13861.555,8.809982,58.98611,503.9217,96.725,157.09167,67.01403,352.53333,1034.4447,375.6923,11.911905,77.4,961.29095,2002.9554,39.438854,560.55554,43.666668,1.0103126,58.340633,1.0618742,0.59485674,2.6797266,31.104166,114.53733,287.24823,15.2722225,3479.7769,241.75,84.44444,122.125,56.838097,94.541664,43.466667,2.835,74.083336,426.3705,111.99333,66.227425,54.18241,23.883333,42.266666,48.711113,47.241364,916.4377,158.19427,3658.606,38.374718,3793.5938,76.00074,464.8505,2305.2932,69.16435,10.542976,1790.5021,2086.187,5996.839,211.26393 +2023-06-21 01:00:00,0.0,14052.502,133.42647,19.223139,31.231276,24.430416,177.98795,25.589464,37.902176,20.323933,23.549116,633.34906,528.6258,11.782696,116.44885,13.278595,2.2529097,23.932358,31.492012,5.7774806,368.18085,2.3625689,318.43347,56.718605,0.48904833,3.1882455,109.9801,27.109402,108.89151,144.93925,14579.838,0.67495537,1600.4008,1.3380954,0.8441106,0.45087254,3.1025448,175.45099,235.38649,31.572775,252.4059,25.072506,25.749487,1181.8031,4.3075786,138.14719,113.71222,382.49628,109.85448,378.11273,20.70385,248.86188,0.0,3398.1426,14970.92,23.217756,288.46213,131.62137,42915.566,152.81358,18.554773,112.81613,217.58383,64.88708,23.618944,156.17384,1656.9183,277.35477,99.04521,14.942199,13.770527,693.2828,54.34549,1303.1985,122.95515,2169.7754,224.2207,294.1629,122.81694,261.06995,9.204168,15.643703,35.708168,5.4504366,5.530155,61.34613,59.277283,76.108406,16.211876,22.30683,270.35278,9.026504,3194.084,102.55643,65.10868,119.82638,104.36543,223.84004,139.86401,85.81944,30.943195,41.040062,102.33505,324.0463,622.3876,136.99094,457.91452,86.94614,93.53565,283.1213,267.2565,997.3126,300.5203,4.1564965,16.801146,9.756066,68.43762,15729.665,6.103611,15.0853615,25.296482,47.170204,530.0114,91.928986,185.21187,3.8971148,242.46805,541.7507,341.47363,114.76643,342.39294,32.727177,65.087135,291.97183,15.221619,2.16348,13.251818,2034.8894,0.2319891,0.7083208,65.58228,7.1581745,4.3917885,8.182982,14.12641,169.81128,58.25283,125.236275,885.6269,207.36742,1945.6332,1789.2863,15.1612425,25.236748,13856.5,8.809283,58.98287,504.12732,96.71834,157.04327,67.003975,352.43222,1034.0796,375.78342,11.914236,77.390274,961.63116,2002.4995,39.437336,560.47125,43.63927,1.0104676,58.346313,1.0621072,0.59516037,2.6811614,31.10126,114.52868,287.22928,15.280796,3480.0166,241.84756,84.493286,122.23594,56.92002,94.550865,43.522015,2.8363473,74.1757,427.00455,112.19932,66.350464,54.27142,23.877882,42.329247,48.798775,47.25191,916.32294,158.24762,3660.3733,38.372963,3793.4646,76.01374,464.73474,2306.1523,69.19824,10.538075,1789.9242,2084.6611,5994.7876,210.991 +2023-06-21 02:00:00,0.0,14062.354,133.53401,19.225016,31.250786,24.419167,177.96465,25.585396,37.885403,20.321527,23.546608,633.1497,528.5135,11.776613,116.50937,13.289544,2.249876,23.928297,31.457113,5.758649,368.09335,2.3542986,318.39413,56.68883,0.48843002,3.18637,109.97171,27.0906,108.74599,144.90477,14591.558,0.6748677,1599.989,1.3372024,0.84342676,0.45054403,3.098826,175.38617,235.29892,31.562325,252.22847,25.066679,25.781048,1182.7172,4.3059974,138.26523,113.77629,382.31296,109.99316,378.12137,20.697617,249.21577,0.0,3395.2397,14972.929,23.213295,288.7687,131.6001,42923.797,152.72601,18.555592,112.93702,217.83069,64.813255,23.588781,156.40324,1658.77,277.66788,99.16718,14.944907,13.762801,692.30255,54.357952,1305.0216,123.04362,2169.662,224.40973,294.4015,122.714424,261.4311,9.200434,15.637268,35.683834,5.4459558,5.523351,61.353413,59.2542,76.067604,16.206503,22.312778,270.46237,9.023006,3192.9734,102.62893,65.0507,119.90296,104.4354,223.7912,139.90977,85.80556,30.95425,41.067223,102.42403,324.02576,623.2602,137.05687,458.07535,86.99346,93.56485,283.21997,267.32132,997.1101,300.71957,4.1546597,16.802292,9.758481,68.326225,15729.254,6.0995555,15.0744915,25.281853,47.193398,530.2741,91.94685,185.32198,3.894353,242.51944,541.8733,341.60373,114.804955,342.36423,32.709908,65.08629,291.8891,15.214965,2.1622245,13.248036,2035.3962,0.23173128,0.7076416,65.54851,7.1496825,4.389731,8.174996,14.113387,169.7165,58.22233,125.210464,885.1979,207.3712,1945.3688,1789.0865,15.15266,25.234608,13851.445,8.808583,58.97963,504.33292,96.71167,156.99486,66.99392,352.33112,1033.7145,375.8745,11.916568,77.380554,961.9714,2002.0435,39.435818,560.387,43.611874,1.0106229,58.351994,1.0623401,0.595464,2.682596,31.09835,114.52002,287.21033,15.289371,3480.2563,241.94513,84.54213,122.34688,57.001945,94.56007,43.577362,2.8376946,74.26806,427.63858,112.4053,66.4735,54.360428,23.87243,42.391823,48.886436,47.262455,916.2081,158.30095,3662.1406,38.371212,3793.3354,76.02673,464.619,2307.0115,69.23213,10.533174,1789.3464,2083.1353,5992.7363,210.71808 +2023-06-21 03:00:00,0.0,14072.206,133.64156,19.22689,31.270296,24.407917,177.94135,25.581326,37.86863,20.31912,23.544102,632.9504,528.4012,11.770531,116.569885,13.300494,2.2468424,23.924238,31.422213,5.739817,368.0059,2.3460286,318.35483,56.659058,0.48781168,3.184494,109.96332,27.071795,108.600464,144.87029,14603.276,0.67478,1599.5774,1.3363094,0.84274286,0.45021552,3.0951066,175.32133,235.21133,31.551872,252.05104,25.060854,25.812609,1183.6312,4.304416,138.38327,113.84036,382.12967,110.13184,378.13,20.691381,249.56967,0.0,3392.3364,14974.9375,23.208836,289.0753,131.57883,42932.027,152.63846,18.556408,113.057915,218.07756,64.73943,23.558619,156.63264,1660.6217,277.981,99.28916,14.947617,13.755075,691.3224,54.370415,1306.8447,123.13209,2169.5486,224.59877,294.64005,122.611916,261.79227,9.196698,15.630834,35.659496,5.4414744,5.5165467,61.3607,59.231117,76.0268,16.201132,22.318727,270.572,9.019509,3191.8628,102.70142,64.99271,119.97954,104.50537,223.74236,139.95552,85.791664,30.965303,41.094383,102.513,324.0052,624.1328,137.12282,458.2362,87.040794,93.59405,283.31866,267.38614,996.9076,300.91888,4.152823,16.803438,9.760897,68.21483,15728.842,6.0955,15.063622,25.267223,47.216587,530.5368,91.96473,185.43208,3.891591,242.57083,541.99585,341.7338,114.843475,342.33554,32.69264,65.08545,291.80637,15.208312,2.1609688,13.244255,2035.9032,0.23147348,0.70696247,65.51474,7.1411905,4.387673,8.167011,14.100365,169.62172,58.191826,125.18465,884.76886,207.375,1945.1045,1788.8867,15.144077,25.232466,13846.391,8.807884,58.976387,504.53854,96.705,156.94646,66.98386,352.23,1033.3494,375.96564,11.918899,77.370834,962.3116,2001.5875,39.4343,560.30273,43.58448,1.010778,58.357674,1.0625732,0.5957676,2.6840305,31.095442,114.51137,287.19138,15.297944,3480.4958,242.04271,84.59097,122.45781,57.08387,94.56927,43.63271,2.8390417,74.36042,428.2726,112.611275,66.596535,54.449436,23.86698,42.454403,48.9741,47.273003,916.0934,158.35428,3663.908,38.36946,3793.206,76.039734,464.50323,2307.8706,69.26602,10.528273,1788.7686,2081.6094,5990.685,210.44516 +2023-06-21 04:00:00,0.0,14082.058,133.7491,19.228767,31.289804,24.396667,177.91805,25.577257,37.85186,20.316713,23.541595,632.75104,528.2889,11.764448,116.63041,13.311443,2.2438087,23.920177,31.387314,5.720986,367.9184,2.3377583,318.3155,56.629284,0.48719338,3.1826184,109.954926,27.052992,108.45494,144.8358,14614.996,0.67469233,1599.1656,1.3354164,0.842059,0.449887,3.0913877,175.25652,235.12376,31.541422,251.87361,25.055027,25.844168,1184.5453,4.3028355,138.50131,113.904434,381.94638,110.27052,378.1386,20.685146,249.92357,0.0,3389.433,14976.947,23.204374,289.38187,131.55756,42940.254,152.55089,18.557226,113.17881,218.32443,64.6656,23.528456,156.86203,1662.4734,278.2941,99.41113,14.950325,13.74735,690.3422,54.382877,1308.6678,123.22056,2169.4353,224.7878,294.8786,122.5094,262.1534,9.192964,15.624398,35.635162,5.4369936,5.5097423,61.367985,59.208023,75.98601,16.195759,22.324678,270.6816,9.016013,3190.7524,102.773926,64.93472,120.05612,104.57534,223.69353,140.00127,85.77778,30.976357,41.121548,102.601974,323.98465,625.0055,137.18875,458.39703,87.08813,93.623245,283.41736,267.45096,996.7051,301.11816,4.150986,16.804585,9.763312,68.10343,15728.431,6.0914445,15.052753,25.252592,47.23978,530.79944,91.9826,185.54218,3.8888292,242.62222,542.1184,341.8639,114.881996,342.30682,32.67537,65.0846,291.72363,15.201658,2.1597133,13.240474,2036.4102,0.23121566,0.7062833,65.480965,7.1326985,4.3856153,8.159025,14.087342,169.52695,58.16132,125.15883,884.33984,207.37878,1944.8402,1788.687,15.135495,25.230326,13841.336,8.807185,58.97315,504.74417,96.69833,156.89806,66.9738,352.12888,1032.9843,376.05673,11.92123,77.36111,962.6518,2001.1316,39.432785,560.2185,43.557083,1.0109332,58.363354,1.0628061,0.59607124,2.6854653,31.092535,114.50271,287.17242,15.306519,3480.7356,242.14027,84.63982,122.56875,57.165794,94.578476,43.688057,2.840389,74.452774,428.90665,112.81725,66.719574,54.538445,23.861528,42.516983,49.06176,47.283546,915.97864,158.40761,3665.675,38.367706,3793.077,76.05273,464.38748,2308.7297,69.29991,10.523371,1788.1908,2080.0835,5988.634,210.17224 +2023-06-21 05:00:00,0.0,14091.91,133.85664,19.230644,31.309315,24.385416,177.89474,25.573187,37.83509,20.314308,23.539087,632.5517,528.1766,11.758366,116.690926,13.322392,2.240775,23.916117,31.352413,5.702154,367.8309,2.3294883,318.27618,56.59951,0.48657504,3.1807427,109.94653,27.03419,108.30942,144.8013,14626.716,0.67460465,1598.7539,1.3345234,0.8413752,0.44955847,3.0876687,175.1917,235.03618,31.53097,251.69618,25.0492,25.875729,1185.4594,4.3012543,138.61937,113.968506,381.76306,110.40921,378.14725,20.678911,250.27747,0.0,3386.5298,14978.956,23.199915,289.68842,131.53629,42948.484,152.46333,18.558043,113.2997,218.5713,64.59178,23.498293,157.09143,1664.3251,278.6072,99.533104,14.953034,13.739623,689.36206,54.39534,1310.491,123.30903,2169.3218,224.97684,295.1172,122.40689,262.51456,9.189228,15.617963,35.610825,5.4325123,5.502938,61.375267,59.18494,75.945206,16.190386,22.330627,270.7912,9.012516,3189.6418,102.84642,64.87674,120.132706,104.64532,223.64468,140.04701,85.763885,30.98741,41.14871,102.69095,323.9641,625.8781,137.25468,458.5579,87.13546,93.65244,283.51605,267.5158,996.50256,301.31747,4.1491494,16.805729,9.765727,67.992035,15728.02,6.087389,15.041883,25.237963,47.262974,531.06213,92.000465,185.65228,3.8860674,242.67361,542.241,341.994,114.920525,342.27814,32.6581,65.083755,291.64093,15.195005,2.1584578,13.236692,2036.917,0.23095784,0.70560414,65.4472,7.1242065,4.383558,8.15104,14.074319,169.43216,58.130817,125.13301,883.9109,207.38257,1944.5759,1788.4872,15.126912,25.228184,13836.281,8.806485,58.969906,504.94977,96.691666,156.84966,66.96374,352.02777,1032.6191,376.14786,11.923562,77.35139,962.992,2000.6755,39.431267,560.1342,43.529686,1.0110883,58.369038,1.0630391,0.59637487,2.6869,31.089626,114.49406,287.15347,15.315093,3480.9753,242.23784,84.68865,122.67969,57.24772,94.58768,43.743404,2.8417363,74.545135,429.54068,113.02324,66.842606,54.627453,23.856077,42.579563,49.14942,47.294094,915.86383,158.46095,3667.4424,38.365955,3792.9478,76.06573,464.27176,2309.5889,69.3338,10.51847,1787.6129,2078.5576,5986.5825,209.8993 +2023-06-21 06:00:00,0.0,14101.762,133.96419,19.23252,31.328825,24.374166,177.87144,25.569118,37.818317,20.311901,23.536581,632.35236,528.0643,11.752283,116.75144,13.333343,2.2377415,23.912056,31.317514,5.683323,367.7434,2.321218,318.23685,56.569736,0.48595673,3.178867,109.93814,27.015385,108.16389,144.76682,14638.436,0.674517,1598.3422,1.3336304,0.84069127,0.44922996,3.0839498,175.12688,234.94861,31.52052,251.51875,25.043373,25.90729,1186.3734,4.299673,138.73741,114.03258,381.57977,110.5479,378.15588,20.672676,250.63136,0.0,3383.6265,14980.965,23.195454,289.995,131.51503,42956.715,152.37576,18.55886,113.42059,218.81818,64.51796,23.46813,157.32083,1666.1768,278.92032,99.65508,14.955743,13.731897,688.38184,54.407803,1312.3141,123.39751,2169.2083,225.16586,295.35574,122.30438,262.87573,9.185493,15.611527,35.58649,5.4280314,5.4961333,61.382553,59.161858,75.9044,16.185013,22.336576,270.90082,9.009019,3188.5312,102.918915,64.81875,120.20929,104.71529,223.59584,140.09276,85.75,30.998465,41.17587,102.77993,323.94357,626.75073,137.32063,458.71872,87.182785,93.68165,283.61475,267.58063,996.30005,301.51675,4.1473126,16.806875,9.768143,67.88064,15727.607,6.0833335,15.031014,25.223333,47.286163,531.3248,92.01834,185.76239,3.8833055,242.725,542.3636,342.12408,114.959045,342.24942,32.640835,65.08292,291.5582,15.188352,2.1572022,13.23291,2037.424,0.23070002,0.70492494,65.41343,7.115714,4.3815002,8.143054,14.061296,169.33737,58.100315,125.10719,883.4819,207.38635,1944.3115,1788.2875,15.11833,25.226042,13831.227,8.805786,58.966667,505.1554,96.685,156.80125,66.95368,351.92667,1032.254,376.23898,11.925893,77.34167,963.3322,2000.2196,39.42975,560.05,43.502293,1.0112435,58.374718,1.0632721,0.5966785,2.6883347,31.08672,114.4854,287.13452,15.323667,3481.2148,242.33542,84.737495,122.79063,57.329643,94.59688,43.798748,2.8430834,74.6375,430.1747,113.22922,66.965645,54.71646,23.850626,42.642143,49.237083,47.30464,915.7491,158.51428,3669.2097,38.364204,3792.8186,76.07872,464.156,2310.448,69.36768,10.513568,1787.035,2077.0317,5984.5312,209.62639 +2023-06-21 07:00:00,0.0,14111.614,134.07173,19.234396,31.348335,24.362917,177.84814,25.565048,37.801544,20.309496,23.534073,632.1531,527.95197,11.7462015,116.81196,13.344292,2.234708,23.907995,31.282614,5.664491,367.6559,2.312948,318.1975,56.53996,0.4853384,3.1769912,109.92975,26.996582,108.018364,144.73233,14650.154,0.6744293,1597.9304,1.3327376,0.8400074,0.44890144,3.080231,175.06204,234.86102,31.510067,251.34132,25.037548,25.93885,1187.2875,4.2980924,138.85545,114.09666,381.39648,110.68658,378.1645,20.666441,250.98526,0.0,3380.7234,14982.974,23.190994,290.30157,131.49376,42964.94,152.28821,18.559677,113.54149,219.06505,64.44414,23.437967,157.55023,1668.0284,279.23343,99.777054,14.958452,13.724172,687.4017,54.420265,1314.1372,123.48598,2169.095,225.3549,295.5943,122.201866,263.23688,9.181758,15.605093,35.562153,5.4235506,5.489329,61.389835,59.13877,75.8636,16.179642,22.342527,271.01044,9.005523,3187.4207,102.99142,64.760765,120.285866,104.785255,223.547,140.1385,85.736115,31.009518,41.203033,102.868904,323.92303,627.62335,137.38657,458.87955,87.23012,93.710846,283.7134,267.64545,996.0975,301.71606,4.145476,16.808022,9.770558,67.76924,15727.196,6.079278,15.020144,25.208704,47.309357,531.58746,92.03621,185.87248,3.8805437,242.77638,542.48615,342.25418,114.99757,342.22073,32.623566,65.08207,291.47546,15.181699,2.1559465,13.229129,2037.9308,0.2304422,0.7042458,65.379654,7.107222,4.379442,8.135069,14.048274,169.2426,58.069813,125.081375,883.0529,207.39015,1944.0472,1788.0876,15.109747,25.223902,13826.171,8.805086,58.963425,505.36102,96.67834,156.75285,66.94363,351.82556,1031.8889,376.33008,11.928225,77.33194,963.6724,1999.7635,39.42823,559.9657,43.474895,1.0113986,58.380398,1.063505,0.59698206,2.6897693,31.08381,114.476746,287.11557,15.332241,3481.4546,242.43298,84.78634,122.901566,57.411568,94.60608,43.854095,2.8444307,74.72986,430.80875,113.435196,67.088684,54.80547,23.845175,42.70472,49.324745,47.315186,915.6343,158.56761,3670.977,38.362453,3792.6892,76.09172,464.04025,2311.3071,69.40157,10.508667,1786.4573,2075.5059,5982.4805,209.35347 +2023-06-21 08:00:00,0.0,14121.466,134.17928,19.23627,31.367844,24.351667,177.82484,25.56098,37.784775,20.307089,23.531567,631.95374,527.83966,11.740119,116.872475,13.355241,2.2316744,23.903934,31.247715,5.6456594,367.56845,2.3046777,318.1582,56.510185,0.48472008,3.1751156,109.92136,26.977777,107.87284,144.69785,14661.874,0.6743416,1597.5188,1.3318446,0.8393235,0.44857293,3.0765116,174.99722,234.77345,31.499617,251.1639,25.031721,25.97041,1188.2017,4.296511,138.9735,114.16073,381.2132,110.825264,378.17313,20.660208,251.33916,0.0,3377.8203,14984.982,23.186533,290.60815,131.47249,42973.17,152.20064,18.560495,113.66238,219.31192,64.370316,23.407804,157.77963,1669.8801,279.54654,99.899025,14.961161,13.716446,686.4215,54.43273,1315.9603,123.57445,2168.9814,225.54395,295.8329,122.09936,263.59805,9.178023,15.598658,35.53782,5.4190693,5.4825244,61.39712,59.115685,75.8228,16.174269,22.348476,271.12003,9.002026,3186.3103,103.06391,64.702774,120.36245,104.855225,223.49815,140.18425,85.72222,31.02057,41.230194,102.95788,323.90247,628.49603,137.4525,459.0404,87.27745,93.74004,283.8121,267.71027,995.89496,301.91534,4.143639,16.809168,9.772973,67.657845,15726.784,6.075222,15.009275,25.194075,47.33255,531.85016,92.05408,185.98259,3.8777819,242.82777,542.60876,342.38428,115.03609,342.19202,32.606297,65.08122,291.39273,15.175045,2.154691,13.2253475,2038.4377,0.23018438,0.7035666,65.34589,7.09873,4.3773847,8.127083,14.035252,169.14781,58.039307,125.055565,882.6239,207.39394,1943.783,1787.888,15.101165,25.22176,13821.116,8.804387,58.960186,505.56665,96.67167,156.70445,66.93356,351.72446,1031.5238,376.4212,11.930555,77.32222,964.01263,1999.3076,39.426712,559.8815,43.4475,1.0115536,58.386078,1.063738,0.5972857,2.6912038,31.080902,114.46809,287.09662,15.340815,3481.6943,242.53055,84.83518,123.0125,57.493492,94.61528,43.909443,2.845778,74.82222,431.44278,113.641174,67.211716,54.894478,23.839724,42.7673,49.412407,47.325733,915.51953,158.62094,3672.7444,38.3607,3792.56,76.10472,463.9245,2312.1665,69.43546,10.503765,1785.8794,2073.98,5980.429,209.08054 +2023-06-21 09:00:00,0.0,14131.318,134.28682,19.238148,31.387354,24.340418,177.80154,25.55691,37.768005,20.304682,23.529058,631.7544,527.72736,11.734036,116.93299,13.366191,2.2286408,23.899876,31.212814,5.626828,367.48096,2.2964075,318.11887,56.48041,0.48410174,3.17324,109.912964,26.958975,107.72732,144.66336,14673.594,0.67425394,1597.107,1.3309516,0.8386397,0.44824442,3.0727928,174.9324,234.68588,31.489166,250.98647,25.025894,26.00197,1189.1157,4.29493,139.09155,114.2248,381.0299,110.96395,378.18176,20.653973,251.69305,0.0,3374.917,14986.991,23.182074,290.91473,131.45122,42981.402,152.11308,18.561312,113.78327,219.55878,64.296486,23.377642,158.00903,1671.7318,279.85965,100.021,14.96387,13.70872,685.4413,54.445194,1317.7834,123.66292,2168.8682,225.73297,296.07144,121.99684,263.9592,9.174288,15.592222,35.51348,5.4145885,5.47572,61.404404,59.092598,75.782005,16.168896,22.354425,271.22964,8.9985285,3185.1997,103.13641,64.64479,120.43903,104.92519,223.44931,140.23,85.708336,31.031624,41.257355,103.04685,323.88193,629.36865,137.51843,459.20123,87.32478,93.76924,283.9108,267.77512,995.69244,302.11465,4.141802,16.810312,9.775389,67.54645,15726.373,6.0711665,14.998405,25.179445,47.35574,532.11285,92.071945,186.0927,3.87502,242.87917,542.7313,342.51437,115.07461,342.16333,32.589027,65.08038,291.31,15.168392,2.1534355,13.221566,2038.9447,0.22992656,0.7028875,65.31212,7.090238,4.375327,8.119098,14.022229,169.05302,58.008804,125.02975,882.19495,207.39772,1943.5186,1787.6881,15.092582,25.21962,13816.062,8.803687,58.956944,505.77225,96.665,156.65605,66.92351,351.62332,1031.1587,376.5123,11.932887,77.3125,964.35284,1998.8516,39.425198,559.7972,43.420105,1.0117089,58.391758,1.063971,0.5975893,2.6926386,31.077995,114.459435,287.07767,15.349389,3481.934,242.62811,84.884026,123.123436,57.575417,94.62448,43.96479,2.847125,74.91458,432.0768,113.84715,67.334755,54.983486,23.83427,42.82988,49.50007,47.336277,915.4048,158.67429,3674.5115,38.358948,3792.431,76.117714,463.80875,2313.0256,69.46935,10.498864,1785.3016,2072.454,5978.378,208.80762 +2023-06-21 10:00:00,0.0,14141.17,134.39436,19.240025,31.406864,24.329166,177.77826,25.552841,37.751232,20.302277,23.526552,631.55505,527.61505,11.727954,116.99351,13.37714,2.2256072,23.895815,31.177916,5.6079965,367.39346,2.2881374,318.07956,56.450638,0.48348343,3.1713643,109.90457,26.940172,107.581795,144.62888,14685.3125,0.67416626,1596.6953,1.3300586,0.83795583,0.4479159,3.0690737,174.86758,234.5983,31.478714,250.80902,25.02007,26.033531,1190.0298,4.293349,139.2096,114.28887,380.84662,111.10263,378.19037,20.647738,252.04695,0.0,3372.0137,14989.0,23.177612,291.2213,131.42995,42989.633,152.02553,18.56213,113.90417,219.80566,64.222664,23.347479,158.23842,1673.5835,280.17273,100.142975,14.9665785,13.700994,684.4611,54.457657,1319.6066,123.751396,2168.7546,225.92201,296.31,121.89433,264.32034,9.170553,15.585787,35.489143,5.410107,5.4689155,61.41169,59.06951,75.7412,16.163523,22.360376,271.33926,8.995032,3184.089,103.20891,64.58681,120.51561,104.99517,223.40047,140.27574,85.69444,31.042679,41.284515,103.135826,323.8614,630.2413,137.58438,459.3621,87.37211,93.79844,284.0095,267.83994,995.4899,302.31393,4.139965,16.811459,9.777804,67.43505,15725.961,6.067111,14.987536,25.164816,47.378933,532.3755,92.08982,186.20279,3.8722582,242.93056,542.8539,342.64447,115.11314,342.1346,32.57176,65.07954,291.2273,15.161738,2.15218,13.217785,2039.4515,0.22966874,0.7022083,65.27834,7.081746,4.373269,8.111112,14.009207,168.95825,57.978302,125.00393,881.7659,207.4015,1943.2543,1787.4884,15.084,25.217478,13811.007,8.802988,58.953705,505.97787,96.65833,156.60764,66.913445,351.52222,1030.7936,376.60342,11.935219,77.30278,964.69305,1998.3956,39.42368,559.71295,43.392708,1.011864,58.397438,1.064204,0.59789294,2.6940732,31.075087,114.450775,287.05872,15.357963,3482.1736,242.7257,84.93287,123.234375,57.65734,94.63368,44.020138,2.8484724,75.00694,432.71085,114.05314,67.457794,55.072495,23.82882,42.89246,49.58773,47.346825,915.29,158.72762,3676.2788,38.357197,3792.3018,76.130714,463.693,2313.8848,69.50324,10.493962,1784.7238,2070.9282,5976.3267,208.5347 +2023-06-21 11:00:00,0.0,14151.022,134.5019,19.2419,31.426374,24.317917,177.75496,25.54877,37.73446,20.29987,23.524046,631.3557,527.50275,11.721871,117.05402,13.388089,2.2225735,23.891754,31.143015,5.589165,367.30597,2.2798672,318.04022,56.420864,0.48286512,3.1694884,109.89618,26.921368,107.436264,144.59439,14697.032,0.6740786,1596.2836,1.3291656,0.8372719,0.44758737,3.0653548,174.80275,234.51073,31.468264,250.63159,25.014242,26.065092,1190.9438,4.291768,139.32764,114.35294,380.6633,111.24132,378.199,20.641502,252.40085,0.0,3369.1104,14991.009,23.173153,291.52786,131.40868,42997.86,151.93796,18.562946,114.025055,220.05255,64.14884,23.317316,158.46782,1675.4353,280.48584,100.26495,14.969288,13.693268,683.48096,54.47012,1321.4297,123.83987,2168.641,226.11104,296.54858,121.791824,264.68152,9.166819,15.579351,35.46481,5.4056263,5.4621115,61.418972,59.046425,75.7004,16.158152,22.366325,271.44885,8.991535,3182.9788,103.2814,64.52882,120.59219,105.06514,223.35162,140.32149,85.68056,31.053732,41.31168,103.2248,323.84085,631.1139,137.65031,459.52292,87.41944,93.82764,284.1082,267.90475,995.2874,302.51324,4.1381283,16.812605,9.780219,67.323654,15725.55,6.0630555,14.976666,25.150185,47.402126,532.6382,92.10769,186.3129,3.8694963,242.98195,542.9765,342.77457,115.15166,342.10593,32.55449,65.07869,291.14456,15.155086,2.1509242,13.214003,2039.9585,0.22941092,0.70152915,65.244576,7.073254,4.3712115,8.103127,13.996184,168.86346,57.947796,124.97811,881.337,207.4053,1942.99,1787.2886,15.075417,25.215336,13805.952,8.802288,58.950462,506.1835,96.651665,156.55923,66.90339,351.4211,1030.4285,376.69452,11.93755,77.29305,965.03326,1997.9397,39.42216,559.62866,43.36531,1.0120192,58.403122,1.0644369,0.59819657,2.6955078,31.072178,114.44212,287.03976,15.366537,3482.4133,242.82326,84.98171,123.345314,57.739265,94.64288,44.075485,2.8498197,75.099304,433.34488,114.25912,67.580826,55.161503,23.823368,42.95504,49.675392,47.357372,915.17523,158.78094,3678.0461,38.355442,3792.1724,76.14371,463.57724,2314.744,69.53713,10.489061,1784.146,2069.4023,5974.2754,208.26178 +2023-06-21 12:00:00,0.0,14160.874,134.60947,19.243776,31.445883,24.306667,177.73166,25.544703,37.71769,20.297464,23.521538,631.15643,527.39044,11.715789,117.11455,13.399039,2.2195399,23.887693,31.108116,5.5703335,367.21848,2.2715971,318.0009,56.39109,0.4822468,3.1676128,109.88779,26.902565,107.29074,144.5599,14708.752,0.6739909,1595.8718,1.3282726,0.8365881,0.44725886,3.061636,174.73793,234.42314,31.457811,250.45416,25.008415,26.096651,1191.8579,4.290187,139.44568,114.417015,380.48,111.38,378.20764,20.635267,252.75475,0.0,3366.2073,14993.019,23.168692,291.83444,131.3874,43006.09,151.8504,18.563765,114.14595,220.29941,64.07502,23.287153,158.69722,1677.287,280.79895,100.386925,14.971997,13.685542,682.50073,54.482582,1323.2528,123.92834,2168.5278,226.30008,296.78714,121.68931,265.04266,9.163083,15.572917,35.44047,5.401145,5.455307,61.426258,59.02334,75.6596,16.152779,22.372274,271.55847,8.988038,3181.8682,103.353905,64.47083,120.66878,105.13511,223.30278,140.36725,85.666664,31.064785,41.33884,103.313774,323.82028,631.9866,137.71625,459.68375,87.466774,93.856834,284.20685,267.96957,995.0849,302.71252,4.1362915,16.813751,9.782635,67.21226,15725.138,6.059,14.965797,25.135555,47.425316,532.9008,92.12556,186.423,3.8667345,243.03334,543.09906,342.90466,115.19018,342.07724,32.537224,65.07785,291.06183,15.148432,2.1496687,13.210221,2040.4655,0.2291531,0.70084995,65.2108,7.064762,4.369154,8.095141,13.983162,168.76869,57.917294,124.95229,880.90796,207.40909,1942.7257,1787.0889,15.066834,25.213196,13800.897,8.801589,58.94722,506.3891,96.645004,156.51083,66.89333,351.32,1030.0634,376.78564,11.939881,77.28333,965.3735,1997.4836,39.420643,559.54443,43.337917,1.0121742,58.408802,1.06467,0.5985002,2.6969426,31.069271,114.433464,287.0208,15.375111,3482.653,242.92082,85.030556,123.45625,57.82119,94.652084,44.130833,2.8511667,75.191666,433.9789,114.465096,67.703865,55.25051,23.817917,43.017616,49.763054,47.367916,915.0605,158.83429,3679.8135,38.35369,3792.0432,76.15671,463.4615,2315.603,69.571014,10.484159,1783.5681,2067.8765,5972.224,207.98885 +2023-06-21 13:00:00,0.0,14170.727,134.71701,19.245653,31.465393,24.295418,177.70836,25.540632,37.70092,20.295057,23.519032,630.9571,527.2781,11.709706,117.175064,13.409988,2.2165062,23.883633,31.073215,5.5515018,367.131,2.263327,317.96158,56.361317,0.48162848,3.1657372,109.879395,26.88376,107.14522,144.52542,14720.471,0.6739032,1595.4602,1.3273797,0.83590424,0.44693035,3.0579166,174.67311,234.33557,31.447361,250.27673,25.002588,26.128212,1192.772,4.2886057,139.56374,114.48109,380.2967,111.518684,378.21625,20.629032,253.10864,0.0,3363.3042,14995.027,23.16423,292.14102,131.36613,43014.32,151.76283,18.56458,114.266846,220.54628,64.00119,23.25699,158.92662,1679.1387,281.11206,100.508896,14.974706,13.677816,681.52057,54.495045,1325.0759,124.01681,2168.4143,226.48912,297.0257,121.5868,265.4038,9.1593485,15.566482,35.416138,5.396664,5.4485025,61.433544,59.00025,75.618805,16.147406,22.378223,271.6681,8.984542,3180.7576,103.4264,64.41285,120.74536,105.20508,223.25394,140.413,85.65278,31.075838,41.366,103.40275,323.79974,632.8592,137.78218,459.8446,87.51411,93.88604,284.30554,268.03442,994.8823,302.91183,4.1344547,16.814896,9.78505,67.10086,15724.727,6.0549445,14.954927,25.120926,47.44851,533.1635,92.14343,186.5331,3.863973,243.08472,543.2216,343.03476,115.2287,342.04852,32.519955,65.077,290.9791,15.141779,2.1484132,13.20644,2040.9723,0.22889528,0.70017076,65.17703,7.0562696,4.3670964,8.087155,13.9701395,168.6739,57.88679,124.926476,880.479,207.41287,1942.4613,1786.889,15.058251,25.211054,13795.843,8.800889,58.94398,506.59473,96.638336,156.46243,66.88327,351.2189,1029.6982,376.87674,11.942212,77.27361,965.7137,1997.0277,39.41913,559.46014,43.31052,1.0123293,58.414482,1.0649029,0.5988038,2.6983771,31.066362,114.42481,287.00186,15.383685,3482.8926,243.0184,85.0794,123.567184,57.903114,94.661285,44.18618,2.852514,75.28403,434.61295,114.671074,67.826904,55.33952,23.812466,43.080196,49.85072,47.378464,914.9457,158.88762,3681.5808,38.35194,3791.914,76.1697,463.34573,2316.4622,69.604904,10.479259,1782.9904,2066.3506,5970.173,207.71593 +2023-06-21 14:00:00,0.0,14180.578,134.82455,19.247528,31.484903,24.284166,177.68506,25.536564,37.684147,20.292652,23.516523,630.75775,527.1658,11.703625,117.23558,13.420938,2.2134726,23.879572,31.038317,5.5326705,367.04352,2.2550569,317.92224,56.331543,0.48101014,3.1638615,109.871,26.864958,106.999695,144.49092,14732.19,0.67381555,1595.0485,1.3264867,0.83522034,0.44660184,3.0541978,174.60829,234.24799,31.436909,250.0993,24.996763,26.159773,1193.686,4.2870245,139.68178,114.545166,380.1134,111.65737,378.22488,20.622799,253.46254,0.0,3360.401,14997.036,23.159771,292.4476,131.34486,43022.547,151.67528,18.5654,114.38773,220.79315,63.92737,23.226828,159.15602,1680.9904,281.42517,100.630875,14.977415,13.670091,680.5404,54.507507,1326.899,124.105286,2168.301,226.67815,297.26428,121.48428,265.76498,9.155613,15.560046,35.3918,5.392183,5.441698,61.440826,58.97717,75.578,16.142033,22.384174,271.77768,8.981045,3179.647,103.49889,64.35486,120.82194,105.275055,223.2051,140.45874,85.638885,31.086893,41.39316,103.49172,323.7792,633.7318,137.84813,460.00543,87.56143,93.91524,284.40424,268.09924,994.6798,303.1111,4.132618,16.816042,9.787465,66.98946,15724.315,6.050889,14.944058,25.106297,47.471703,533.4262,92.1613,186.6432,3.861211,243.13611,543.34424,343.16486,115.26723,342.01984,32.502686,65.07616,290.89636,15.135125,2.1471574,13.202659,2041.4792,0.22863746,0.6994916,65.143265,7.0477777,4.3650384,8.07917,13.957117,168.57912,57.856285,124.900665,880.05,207.41666,1942.197,1786.6893,15.049669,25.208912,13790.788,8.80019,58.94074,506.80035,96.63167,156.41403,66.873215,351.11777,1029.3331,376.96786,11.944544,77.263885,966.05396,1996.5717,39.41761,559.3759,43.283127,1.0124846,58.420162,1.0651358,0.5991074,2.699812,31.063456,114.41615,286.9829,15.39226,3483.1323,243.11597,85.12824,123.67812,57.98504,94.67049,44.241528,2.8538613,75.37639,435.24698,114.87706,67.949936,55.428528,23.807014,43.142776,49.93838,47.38901,914.83093,158.94095,3683.348,38.350185,3791.785,76.1827,463.22998,2317.3213,69.638794,10.474357,1782.4125,2064.8245,5968.1216,207.44301 +2023-06-21 15:00:00,0.0,14190.431,134.9321,19.249405,31.504414,24.272917,177.66176,25.532494,37.667374,20.290245,23.514017,630.5584,527.05347,11.697542,117.2961,13.431888,2.210439,23.875513,31.003416,5.513839,366.95602,2.2467866,317.88293,56.301765,0.48039183,3.1619859,109.86261,26.846155,106.85417,144.45644,14743.91,0.67372787,1594.6367,1.3255937,0.8345365,0.44627333,3.050479,174.54347,234.16042,31.426458,249.92188,24.990936,26.191334,1194.6001,4.285444,139.79982,114.60924,379.9301,111.79605,378.23352,20.616564,253.81644,0.0,3357.4976,14999.045,23.15531,292.75418,131.3236,43030.777,151.5877,18.566216,114.50863,221.04002,63.853546,23.196665,159.38542,1682.842,281.73828,100.752846,14.9801235,13.662365,679.56024,54.51997,1328.7222,124.193756,2168.1875,226.86719,297.50284,121.381775,266.12613,9.151878,15.553611,35.367466,5.387702,5.4348936,61.448112,58.954086,75.5372,16.136662,22.390123,271.8873,8.977549,3178.5366,103.571396,64.296875,120.89852,105.345024,223.15625,140.50449,85.625,31.097946,41.420326,103.580696,323.75867,634.60443,137.91406,460.1663,87.608765,93.944435,284.50293,268.16406,994.4773,303.31042,4.130781,16.817188,9.789881,66.87806,15723.903,6.0468335,14.933189,25.091667,47.494892,533.68884,92.17917,186.75331,3.8584492,243.1875,543.4668,343.29495,115.30575,341.99112,32.485416,65.07532,290.81366,15.128472,2.145902,13.198877,2041.9862,0.22837964,0.6988124,65.10949,7.0392857,4.362981,8.071184,13.944095,168.48434,57.825783,124.87485,879.62103,207.42046,1941.9327,1786.4895,15.041086,25.206772,13785.733,8.79949,58.9375,507.00598,96.625,156.36563,66.86316,351.01666,1028.968,377.05896,11.946876,77.254166,966.39417,1996.1157,39.416092,559.2916,43.25573,1.0126396,58.425842,1.0653689,0.599411,2.7012465,31.060547,114.4075,286.96396,15.400833,3483.372,243.21353,85.17708,123.78906,58.066963,94.67969,44.296875,2.8552084,75.46875,435.881,115.08304,68.072975,55.517536,23.801563,43.205357,50.026043,47.399555,914.7161,158.99428,3685.1152,38.348434,3791.6558,76.195694,463.11423,2318.1804,69.67268,10.469456,1781.8347,2063.2986,5966.0703,207.17007 +2023-06-21 16:00:00,0.0,14200.282,135.03964,19.251282,31.523922,24.261667,177.63846,25.528425,37.650604,20.287838,23.511509,630.3591,526.94116,11.69146,117.35661,13.442837,2.2074053,23.871452,30.968517,5.495007,366.86853,2.2385163,317.8436,56.27199,0.4797735,3.16011,109.85421,26.82735,106.70864,144.42195,14755.63,0.6736402,1594.225,1.3247007,0.83385265,0.4459448,3.0467598,174.47864,234.07283,31.416006,249.74445,24.98511,26.222893,1195.5142,4.2838626,139.91786,114.67331,379.74683,111.93474,378.24213,20.610329,254.17033,0.0,3354.5942,15001.054,23.15085,293.06073,131.30232,43039.008,151.50015,18.567034,114.629524,221.2869,63.779724,23.166502,159.6148,1684.6937,282.0514,100.87482,14.982833,13.654638,678.58,54.532433,1330.5453,124.28223,2168.0742,227.05621,297.7414,121.27927,266.4873,9.148143,15.547176,35.34313,5.383221,5.428089,61.455395,58.930996,75.4964,16.131289,22.396072,271.99692,8.974051,3177.426,103.64389,64.23889,120.975105,105.41499,223.1074,140.55023,85.611115,31.109,41.447487,103.66967,323.73813,635.4771,137.98,460.32712,87.6561,93.97363,284.60162,268.22888,994.2748,303.5097,4.1289444,16.818335,9.792296,66.76666,15723.492,6.0427775,14.922319,25.077038,47.518085,533.95154,92.197044,186.8634,3.8556874,243.23889,543.58936,343.42505,115.34427,341.96243,32.468147,65.07447,290.73093,15.121819,2.1446464,13.195095,2042.493,0.22812182,0.6981333,65.07572,7.0307937,4.3609233,8.063199,13.931072,168.38956,57.79528,124.84903,879.19196,207.42424,1941.6685,1786.2898,15.032503,25.20463,13780.679,8.798791,58.934258,507.21158,96.61833,156.31723,66.853096,350.91556,1028.6029,377.1501,11.949206,77.244446,966.7344,1995.6597,39.414574,559.2074,43.228333,1.0127949,58.431522,1.0656018,0.59971464,2.702681,31.057638,114.39884,286.945,15.409408,3483.6116,243.31111,85.22592,123.9,58.148888,94.68889,44.352222,2.8565557,75.56111,436.51505,115.28902,68.19601,55.606544,23.796112,43.267937,50.113705,47.410103,914.6014,159.04762,3686.8826,38.346684,3791.5264,76.208694,462.99847,2319.0398,69.70657,10.464555,1781.2568,2061.7727,5964.019,206.89716 +2023-06-21 17:00:00,0.0,14210.135,135.14719,19.253157,31.543432,24.250418,177.61516,25.524355,37.633835,20.285433,23.509003,630.1598,526.82886,11.685377,117.41713,13.453786,2.2043717,23.867392,30.933617,5.476176,366.78104,2.2302463,317.80426,56.242218,0.47915518,3.1582344,109.84582,26.808548,106.56312,144.38747,14767.349,0.6735525,1593.8132,1.3238077,0.83316875,0.44561628,3.043041,174.41382,233.98526,31.405556,249.56702,24.979284,26.254454,1196.4283,4.2822814,140.03592,114.73738,379.56354,112.07342,378.25076,20.604094,254.52423,0.0,3351.691,15003.0625,23.146389,293.3673,131.28107,43047.24,151.41258,18.56785,114.75041,221.53375,63.7059,23.13634,159.84421,1686.5454,282.3645,100.996796,14.985541,13.646913,677.59985,54.544895,1332.3684,124.3707,2167.9607,227.24525,297.97998,121.17675,266.84845,9.144408,15.540741,35.318794,5.37874,5.4212847,61.46268,58.90791,75.455605,16.125916,22.402023,272.1065,8.970554,3176.3154,103.71639,64.1809,121.05168,105.48496,223.05856,140.59598,85.59722,31.120052,41.474648,103.758644,323.71756,636.34973,138.04594,460.48795,87.70343,94.00283,284.7003,268.2937,994.07227,303.709,4.1271076,16.819479,9.794711,66.655266,15723.08,6.038722,14.91145,25.062408,47.54128,534.21423,92.21491,186.97351,3.8529255,243.29028,543.712,343.55515,115.38279,341.93372,32.45088,65.07362,290.6482,15.115166,2.143391,13.191314,2043.0,0.227864,0.6974541,65.041954,7.0223017,4.3588653,8.055213,13.91805,168.29477,57.76478,124.82321,878.763,207.42802,1941.404,1786.09,15.023921,25.20249,13775.624,8.798092,58.93102,507.4172,96.611664,156.26883,66.84304,350.81445,1028.2378,377.24118,11.951538,77.23472,967.0746,1995.2037,39.41306,559.1231,43.20094,1.01295,58.437206,1.0658348,0.60001826,2.7041159,31.054731,114.39019,286.92606,15.417981,3483.8513,243.40868,85.274765,124.01094,58.230812,94.69809,44.40757,2.857903,75.65347,437.14908,115.494995,68.319046,55.695553,23.79066,43.330517,50.201366,47.420647,914.48663,159.10095,3688.65,38.344933,3791.3972,76.221695,462.88272,2319.899,69.740456,10.459653,1780.679,2060.2468,5961.968,206.62424 +2023-06-21 18:00:00,0.0,14219.986,135.25473,19.255033,31.562943,24.239166,177.59186,25.520287,37.61706,20.283026,23.506495,629.96045,526.71655,11.679295,117.477646,13.464736,2.2013383,23.86333,30.898718,5.457344,366.69357,2.221976,317.76495,56.212444,0.47853684,3.1563587,109.837425,26.789743,106.417595,144.35298,14779.068,0.67346483,1593.4016,1.3229147,0.8324849,0.44528776,3.0393217,174.349,233.89767,31.395105,249.38959,24.973457,26.286015,1197.3424,4.2807007,140.15396,114.80145,379.38025,112.212105,378.25937,20.597858,254.87813,0.0,3348.788,15005.071,23.14193,293.6739,131.2598,43055.465,151.32503,18.568668,114.87131,221.78064,63.632076,23.106176,160.07361,1688.3971,282.6776,101.11877,14.988251,13.639187,676.6197,54.557358,1334.1915,124.459175,2167.8472,227.43428,298.21854,121.07424,267.2096,9.140673,15.534306,35.294456,5.374259,5.41448,61.469963,58.884827,75.4148,16.120543,22.407972,272.21613,8.967058,3175.2048,103.78889,64.12292,121.128265,105.55494,223.00972,140.64172,85.583336,31.131107,41.50181,103.847626,323.69702,637.22235,138.11188,460.6488,87.750755,94.03203,284.79898,268.35855,993.86975,303.9083,4.125271,16.820625,9.797127,66.54387,15722.669,6.0346665,14.90058,25.04778,47.56447,534.47687,92.23278,187.08362,3.8501637,243.34166,543.83453,343.6852,115.42132,341.90503,32.433613,65.072784,290.56546,15.108512,2.1421351,13.187532,2043.5068,0.22760618,0.69677496,65.00818,7.0138097,4.3568077,8.047228,13.905027,168.2,57.734272,124.79739,878.334,207.43181,1941.1398,1785.8903,15.015338,25.200348,13770.569,8.797392,58.927776,507.62283,96.605,156.22041,66.83298,350.71335,1027.8727,377.3323,11.953869,77.225,967.4148,1994.7477,39.41154,559.0389,43.173542,1.0131052,58.442886,1.0660678,0.6003219,2.7055504,31.051823,114.38153,286.9071,15.426556,3484.091,243.50624,85.32361,124.12187,58.312737,94.70729,44.462917,2.85925,75.745834,437.7831,115.70098,68.442085,55.784565,23.78521,43.393093,50.28903,47.431194,914.3718,159.15428,3690.4172,38.343178,3791.268,76.23469,462.76697,2320.758,69.774345,10.454752,1780.1012,2058.721,5959.917,206.35132 +2023-06-21 19:00:00,0.0,14229.839,135.36227,19.256908,31.582453,24.227917,177.56856,25.516216,37.60029,20.28062,23.503988,629.7611,526.60425,11.673212,117.53817,13.475685,2.1983047,23.85927,30.863817,5.438513,366.60608,2.213706,317.72562,56.18267,0.47791854,3.154483,109.82903,26.77094,106.27207,144.3185,14790.788,0.67337716,1592.9899,1.3220218,0.831801,0.44495925,3.0356028,174.28418,233.8101,31.384653,249.21216,24.96763,26.317575,1198.2565,4.2791195,140.272,114.865524,379.19693,112.35079,378.268,20.591623,255.23203,0.0,3345.8845,15007.08,23.137468,293.98047,131.23853,43063.695,151.23746,18.569485,114.9922,222.0275,63.55825,23.076014,160.30301,1690.2488,282.99072,101.24074,14.990959,13.631461,675.63947,54.56982,1336.0146,124.547646,2167.734,227.62332,298.4571,120.971725,267.57077,9.136938,15.52787,35.27012,5.3697777,5.4076757,61.47725,58.86174,75.374,16.115171,22.413921,272.32574,8.963561,3174.0945,103.86138,64.06493,121.20485,105.62491,222.96088,140.68747,85.56944,31.14216,41.528973,103.9366,323.67648,638.095,138.17781,460.80963,87.79809,94.061226,284.89767,268.42337,993.6672,304.1076,4.123434,16.821772,9.799542,66.43247,15722.257,6.030611,14.889711,25.033148,47.58766,534.73956,92.25065,187.19371,3.8474019,243.39305,543.9571,343.8153,115.45984,341.8763,32.416344,65.07194,290.48273,15.101859,2.1408796,13.183751,2044.0138,0.22734836,0.69609576,64.97441,7.0053177,4.35475,8.039242,13.892005,168.10521,57.70377,124.771576,877.905,207.43561,1940.8755,1785.6904,15.006756,25.198206,13765.515,8.796693,58.924538,507.82843,96.598335,156.17201,66.82292,350.6122,1027.5076,377.42343,11.956201,77.21528,967.755,1994.2917,39.410023,558.9546,43.146145,1.0132602,58.448566,1.0663007,0.6006255,2.706985,31.048916,114.37288,286.88815,15.435129,3484.3306,243.60382,85.37245,124.23281,58.39466,94.71649,44.518265,2.8605974,75.838196,438.41714,115.90696,68.56512,55.873573,23.779757,43.455673,50.37669,47.441742,914.2571,159.20761,3692.1843,38.341427,3791.139,76.24769,462.6512,2321.6172,69.808235,10.44985,1779.5233,2057.195,5957.8657,206.07838 +2023-06-21 20:00:00,0.0,14239.69,135.46982,19.258785,31.601961,24.216667,177.54526,25.512148,37.58352,20.278214,23.501482,629.56177,526.49194,11.6671295,117.59869,13.486635,2.195271,23.85521,30.828918,5.419681,366.5186,2.2054358,317.68628,56.152897,0.4773002,3.1526072,109.82064,26.752138,106.12654,144.28401,14802.507,0.6732895,1592.5781,1.3211288,0.83111715,0.44463074,3.031884,174.21935,233.72253,31.374203,249.03473,24.961805,26.349134,1199.1705,4.2775383,140.39005,114.929596,379.0136,112.48947,378.27664,20.58539,255.58592,0.0,3342.9814,15009.09,23.133009,294.28705,131.21725,43071.926,151.1499,18.570301,115.11309,222.27438,63.48443,23.04585,160.53241,1692.1005,283.30383,101.36272,14.993669,13.623735,674.6593,54.582283,1337.8376,124.636116,2167.6204,227.81236,298.69568,120.86922,267.93192,9.133203,15.521435,35.245785,5.365297,5.4008718,61.48453,58.838654,75.3332,16.109798,22.419872,272.43533,8.960064,3172.984,103.93388,64.00694,121.28143,105.69488,222.91203,140.73322,85.55556,31.153214,41.556133,104.02557,323.65594,638.96765,138.24374,460.9705,87.84542,94.09043,284.99637,268.4882,993.46466,304.3069,4.1215973,16.822918,9.801957,66.321075,15721.846,6.0265555,14.878841,25.018518,47.61085,535.00226,92.268524,187.30382,3.84464,243.44444,544.0797,343.9454,115.49836,341.84763,32.399075,65.0711,290.40002,15.095205,2.139624,13.17997,2044.5208,0.22709055,0.6954166,64.940636,6.996825,4.352692,8.031257,13.878983,168.01044,57.673267,124.74576,877.476,207.43939,1940.6111,1785.4907,14.998173,25.196066,13760.46,8.795993,58.921295,508.03406,96.59167,156.12361,66.81287,350.5111,1027.1425,377.51453,11.958532,77.20555,968.0952,1993.8358,39.408504,558.87036,43.11875,1.0134153,58.454247,1.0665337,0.60092914,2.7084198,31.046007,114.36422,286.8692,15.443704,3484.5703,243.70139,85.421295,124.34375,58.47659,94.72569,44.573612,2.8619447,75.93056,439.05118,116.11294,68.688156,55.96258,23.774305,43.518253,50.46435,47.452286,914.14233,159.26096,3693.9517,38.339676,3791.0095,76.26068,462.53546,2322.4763,69.842125,10.444949,1778.9456,2055.6692,5955.8145,205.80547 +2023-06-21 21:00:00,0.0,14249.543,135.57736,19.260662,31.621471,24.205418,177.52196,25.508078,37.56675,20.275806,23.498974,629.3624,526.37964,11.661047,117.6592,13.497584,2.1922374,23.85115,30.794018,5.4008493,366.4311,2.1971655,317.64697,56.123123,0.4766819,3.1507316,109.81225,26.733334,105.98102,144.24953,14814.227,0.6732018,1592.1664,1.3202358,0.8304333,0.44430223,3.0281649,174.15453,233.63495,31.36375,248.85728,24.955978,26.380695,1200.0846,4.275957,140.5081,114.99367,378.83035,112.62816,378.28525,20.579155,255.93982,0.0,3340.0781,15011.099,23.128548,294.59363,131.19598,43080.156,151.06233,18.57112,115.233986,222.52124,63.410603,23.015688,160.76181,1693.9521,283.6169,101.48469,14.996377,13.616009,673.67914,54.594746,1339.6608,124.72459,2167.507,228.00139,298.93423,120.76671,268.2931,9.129468,15.515,35.221447,5.3608155,5.3940673,61.491817,58.815567,75.2924,16.104425,22.425821,272.54495,8.956568,3171.8733,104.00638,63.94896,121.35801,105.76485,222.86319,140.77896,85.541664,31.164267,41.583294,104.11455,323.6354,639.8403,138.3097,461.13132,87.89275,94.11963,285.09506,268.553,993.26215,304.5062,4.1197605,16.824062,9.804373,66.20968,15721.435,6.0225,14.867972,25.00389,47.634045,535.2649,92.28639,187.41393,3.8418782,243.49583,544.2023,344.0755,115.53688,341.8189,32.381805,65.07025,290.3173,15.088552,2.1383684,13.1761875,2045.0276,0.22683273,0.69473743,64.90687,6.988333,4.3506346,8.023271,13.86596,167.91565,57.64276,124.71995,877.04706,207.44318,1940.3468,1785.2909,14.989591,25.193924,13755.405,8.795294,58.918056,508.2397,96.585,156.07521,66.8028,350.41,1026.7773,377.60565,11.960863,77.19583,968.4354,1993.3798,39.406986,558.7861,43.091354,1.0135705,58.459927,1.0667667,0.60123277,2.7098544,31.043098,114.35557,286.85025,15.452278,3484.81,243.79895,85.47014,124.45469,58.558514,94.73489,44.62896,2.8632917,76.02292,439.6852,116.31892,68.811195,56.05159,23.768854,43.580833,50.552013,47.462833,914.0275,159.31429,3695.719,38.33792,3790.8804,76.27368,462.4197,2323.3354,69.876015,10.440047,1778.3677,2054.1433,5953.763,205.53255 +2023-06-21 22:00:00,0.0,14259.395,135.6849,19.262537,31.640982,24.194166,177.49866,25.50401,37.549976,20.273401,23.496468,629.16315,526.26733,11.654965,117.71972,13.5085335,2.1892037,23.84709,30.759119,5.382018,366.3436,2.1888955,317.60764,56.093346,0.47606355,3.148856,109.803856,26.71453,105.835495,144.21504,14825.946,0.6731141,1591.7546,1.3193429,0.8297494,0.4439737,3.024446,174.0897,233.54738,31.3533,248.67986,24.950151,26.412256,1200.9987,4.2743764,140.62614,115.05775,378.64703,112.766846,378.29388,20.57292,256.2937,0.0,3337.1748,15013.107,23.124088,294.90018,131.17471,43088.383,150.97478,18.571936,115.35488,222.76813,63.33678,22.985525,160.99121,1695.8038,283.93002,101.60667,14.999086,13.608283,672.699,54.60721,1341.4839,124.81306,2167.3936,228.19043,299.17282,120.66419,268.65424,9.125732,15.508565,35.197113,5.3563347,5.387263,61.4991,58.792484,75.2516,16.099052,22.43177,272.65457,8.953071,3170.7627,104.07888,63.890972,121.43459,105.83482,222.81435,140.82472,85.52778,31.175322,41.61046,104.20352,323.61484,640.7129,138.37563,461.29214,87.94008,94.14883,285.19373,268.61786,993.05963,304.70547,4.1179237,16.825209,9.806788,66.09828,15721.022,6.0184445,14.857102,24.98926,47.657238,535.5276,92.30426,187.52402,3.8391163,243.54723,544.3248,344.2056,115.57541,341.79022,32.364536,65.069405,290.23456,15.081899,2.1371129,13.172406,2045.5345,0.22657491,0.6940583,64.8731,6.979841,4.348577,8.0152855,13.852938,167.82086,57.61226,124.69413,876.61804,207.44696,1940.0825,1785.0912,14.981008,25.191784,13750.351,8.794594,58.914814,508.44528,96.57833,156.02681,66.79275,350.3089,1026.4122,377.69675,11.963195,77.18611,968.77563,1992.9238,39.40547,558.70184,43.063957,1.0137256,58.465607,1.0669997,0.60153633,2.7112892,31.040192,114.34691,286.8313,15.460852,3485.0496,243.89651,85.51898,124.56563,58.640438,94.744095,44.684307,2.864639,76.11528,440.31924,116.524895,68.93423,56.1406,23.763403,43.643414,50.639675,47.473377,913.9128,159.36761,3697.4863,38.33617,3790.7512,76.286674,462.30396,2324.1946,69.909904,10.435146,1777.7899,2052.6174,5951.712,205.25961 +2023-06-21 23:00:00,0.0,14269.247,135.79245,19.264414,31.660492,24.182917,177.47536,25.499939,37.533203,20.270994,23.49396,628.9638,526.155,11.648883,117.780235,13.519484,2.18617,23.843029,30.724218,5.3631864,366.25613,2.1806252,317.56833,56.063572,0.47544524,3.1469803,109.79546,26.695726,105.68997,144.18056,14837.665,0.67302644,1591.343,1.3184499,0.82906556,0.44364518,3.0207267,174.02489,233.4598,31.342848,248.50243,24.944324,26.443817,1201.9127,4.272795,140.74419,115.12182,378.46375,112.905525,378.30252,20.566685,256.6476,0.0,3334.2717,15015.116,23.119627,295.20676,131.15344,43096.613,150.8872,18.572754,115.47577,223.01498,63.262955,22.955362,161.2206,1697.6555,284.24313,101.72864,15.001795,13.600557,671.71875,54.61967,1343.307,124.901535,2167.28,228.37946,299.41138,120.56168,269.01538,9.121998,15.50213,35.172775,5.3518534,5.3804584,61.506386,58.769394,75.2108,16.09368,22.437721,272.76416,8.9495735,3169.6523,104.151375,63.832985,121.51118,105.90479,222.76552,140.87047,85.513885,31.186375,41.63762,104.292496,323.5943,641.5855,138.44156,461.453,87.98741,94.178024,285.29242,268.68268,992.8571,304.9048,4.116087,16.826355,9.809203,65.986885,15720.611,6.014389,14.846233,24.97463,47.680428,535.7903,92.322136,187.63412,3.8363545,243.59862,544.44745,344.3357,115.61393,341.7615,32.347267,65.068565,290.15182,15.075246,2.1358573,13.168625,2046.0415,0.2263171,0.6933791,64.839325,6.9713492,4.3465195,8.0073,13.839915,167.72609,57.581757,124.66831,876.1891,207.45076,1939.8182,1784.8914,14.972425,25.189642,13745.296,8.793895,58.911575,508.6509,96.57167,155.97841,66.782684,350.2078,1026.0471,377.78787,11.965526,77.17639,969.11584,1992.4678,39.403954,558.61755,43.036564,1.0138808,58.47129,1.0672326,0.60183996,2.7127237,31.037283,114.33826,286.81235,15.469426,3485.2893,243.9941,85.567825,124.67656,58.722363,94.753296,44.739655,2.8659863,76.20764,440.95328,116.73088,69.05727,56.229607,23.757952,43.70599,50.727337,47.483925,913.798,159.42096,3699.2537,38.33442,3790.622,76.299675,462.1882,2325.0537,69.94379,10.430244,1777.212,2051.0916,5949.6606,204.9867 +2023-06-22 00:00:00,0.0,14279.099,135.9,19.26629,31.68,24.171667,177.45206,25.49587,37.516434,20.268589,23.491453,628.76447,526.0427,11.6428,117.84075,13.530433,2.1831365,23.838968,30.68932,5.344355,366.16864,2.1723552,317.529,56.0338,0.47482693,3.1451044,109.78707,26.676924,105.54445,144.14606,14849.385,0.67293876,1590.9313,1.3175569,0.8283817,0.44331667,3.0170078,173.96005,233.37222,31.332397,248.325,24.9385,26.475376,1202.8268,4.271214,140.86223,115.18589,378.28046,113.04421,378.31113,20.56045,257.0015,0.0,3331.3684,15017.125,23.115168,295.51334,131.13217,43104.844,150.79965,18.57357,115.596664,223.26187,63.189133,22.9252,161.45,1699.5072,284.55624,101.85061,15.004504,13.592832,670.7386,54.632133,1345.1301,124.990005,2167.1667,228.5685,299.64993,120.45917,269.37656,9.118262,15.495694,35.14844,5.3473725,5.373654,61.51367,58.746307,75.17,16.088308,22.44367,272.87378,8.946077,3168.5417,104.22387,63.775,121.58775,105.97476,222.71667,140.91621,85.5,31.197428,41.66478,104.38147,323.57376,642.4582,138.5075,461.61383,88.034744,94.20722,285.3911,268.7475,992.65454,305.10406,4.11425,16.827501,9.811619,65.87549,15720.199,6.010333,14.835363,24.960001,47.70362,536.0529,92.340004,187.74423,3.8335927,243.65,544.57,344.4658,115.65245,341.73282,32.33,65.06772,290.0691,15.068592,2.1346018,13.164844,2046.5483,0.22605927,0.69269997,64.80556,6.9628572,4.3444614,7.9993143,13.826893,167.6313,57.55125,124.642494,875.7601,207.45454,1939.5538,1784.6917,14.963842,25.1875,13740.241,8.793195,58.908333,508.85654,96.565,155.93001,66.77263,350.10666,1025.682,377.87897,11.967857,77.166664,969.45605,1992.0118,39.402435,558.5333,43.009167,1.0140359,58.47697,1.0674657,0.6021436,2.7141583,31.034374,114.3296,286.7934,15.478,3485.529,244.09166,85.61667,124.7875,58.804287,94.7625,44.795,2.8673334,76.3,441.5873,116.93686,69.180305,56.318615,23.7525,43.76857,50.815,47.494473,913.6832,159.47429,3701.0208,38.332664,3790.4927,76.312675,462.07245,2325.913,69.97768,10.4253435,1776.6343,2049.5657,5947.6094,204.71378 +2023-06-22 01:00:00,0.0,14288.951,136.00754,19.268166,31.69951,24.160418,177.42876,25.4918,37.499664,20.266182,23.488945,628.5651,525.9304,11.636718,117.90127,13.541382,2.1801028,23.834908,30.654419,5.3255234,366.08115,2.164085,317.48965,56.004025,0.4742086,3.1432288,109.77868,26.65812,105.39892,144.11157,14861.1045,0.6728511,1590.5195,1.316664,0.8276978,0.44298816,3.013289,173.89523,233.28464,31.321945,248.14757,24.932673,26.506937,1203.741,4.269633,140.98029,115.24996,378.09717,113.18289,378.31976,20.554214,257.3554,0.0,3328.4653,15019.134,23.110706,295.81992,131.1109,43113.07,150.71208,18.574389,115.71756,223.50873,63.11531,22.895037,161.6794,1701.3589,284.86935,101.97259,15.007213,13.585106,669.7584,54.6446,1346.9532,125.078476,2167.0532,228.75752,299.8885,120.35666,269.7377,9.114528,15.48926,35.124104,5.3428917,5.3668494,61.520954,58.723225,75.129196,16.082935,22.44962,272.9834,8.94258,3167.4312,104.29637,63.717014,121.66434,106.04473,222.66783,140.96196,85.486115,31.20848,41.69194,104.47044,323.55322,643.3308,138.57344,461.7747,88.08208,94.23642,285.4898,268.81232,992.452,305.30338,4.112413,16.828646,9.814034,65.76409,15719.788,6.0062776,14.824494,24.945372,47.726814,536.3156,92.35787,187.85432,3.8308308,243.70139,544.69257,344.5959,115.69097,341.7041,32.312733,65.06687,289.98636,15.061939,2.133346,13.161061,2047.0553,0.22580145,0.6920208,64.77179,6.9543653,4.342404,7.9913287,13.81387,167.53651,57.52075,124.61668,875.3311,207.45833,1939.2896,1784.4918,14.95526,25.18536,13735.187,8.792496,58.90509,509.06213,96.558334,155.8816,66.76257,350.00555,1025.3169,377.9701,11.970189,77.156944,969.79626,1991.5558,39.400917,558.44904,42.98177,1.0141912,58.48265,1.0676986,0.6024472,2.715593,31.031467,114.320946,286.77444,15.486574,3485.7686,244.18922,85.665504,124.89844,58.88621,94.7717,44.850346,2.8686807,76.392365,442.22134,117.14284,69.30334,56.407623,23.74705,43.83115,50.90266,47.505016,913.5685,159.52762,3702.788,38.330914,3790.3635,76.32567,461.9567,2326.7722,70.011566,10.420442,1776.0564,2048.0398,5945.558,204.44086 +2023-06-22 02:00:00,0.0,14298.803,136.1151,19.270042,31.71902,24.149166,177.40546,25.487732,37.48289,20.263777,23.486439,628.3658,525.8181,11.630635,117.961784,13.552332,2.1770692,23.830849,30.61952,5.3066916,365.99365,2.155815,317.45035,55.97425,0.47359028,3.1413531,109.77029,26.639317,105.253395,144.07709,14872.824,0.6727634,1590.1078,1.315771,0.82701397,0.44265965,3.00957,173.83041,233.19707,31.311495,247.97014,24.926846,26.538498,1204.655,4.268052,141.09833,115.31403,377.91388,113.32158,378.3284,20.547981,257.7093,0.0,3325.562,15021.143,23.106247,296.1265,131.08963,43121.3,150.62453,18.575205,115.83845,223.75562,63.041485,22.864874,161.9088,1703.2106,285.18246,102.09456,15.009922,13.57738,668.7782,54.657063,1348.7764,125.16695,2166.94,228.94656,300.12708,120.25415,270.09885,9.110792,15.482824,35.099766,5.3384104,5.360045,61.52824,58.700138,75.0884,16.077562,22.45557,273.093,8.939083,3166.3206,104.368866,63.659027,121.74092,106.11471,222.61899,141.0077,85.47222,31.219536,41.719105,104.55942,323.53265,644.2034,138.63937,461.93552,88.1294,94.26562,285.5885,268.87717,992.2495,305.50266,4.110576,16.829792,9.816449,65.652695,15719.376,6.002222,14.813624,24.93074,47.750004,536.5783,92.37575,187.96443,3.828069,243.75278,544.8152,344.72598,115.72949,341.6754,32.295464,65.06603,289.90366,15.055285,2.1320906,13.15728,2047.5623,0.22554363,0.69134164,64.738014,6.9458733,4.3403463,7.983343,13.800848,167.44174,57.490246,124.59086,874.9021,207.46211,1939.0253,1784.2921,14.946677,25.183218,13730.132,8.791796,58.90185,509.26776,96.55167,155.83319,66.75251,349.90445,1024.9518,378.0612,11.97252,77.147224,970.1365,1991.0999,39.399403,558.3648,42.954376,1.0143462,58.48833,1.0679315,0.60275084,2.7170277,31.028559,114.31229,286.7555,15.495148,3486.0083,244.2868,85.71435,125.00938,58.968136,94.7809,44.905693,2.870028,76.484726,442.85538,117.348816,69.42638,56.49663,23.741598,43.89373,50.990326,47.515564,913.4537,159.58095,3704.5554,38.329163,3790.2344,76.33867,461.84094,2327.6313,70.045456,10.415541,1775.4786,2046.5139,5943.507,204.16792 +2023-06-22 03:00:00,0.0,14308.655,136.22264,19.27192,31.738531,24.137917,177.38216,25.483662,37.466118,20.26137,23.48393,628.16644,525.70575,11.624553,118.02231,13.563281,2.1740355,23.826788,30.58462,5.2878604,365.9062,2.1475446,317.411,55.944477,0.47297195,3.1394775,109.761894,26.620514,105.10787,144.0426,14884.543,0.6726757,1589.696,1.314878,0.8263301,0.4423311,3.005851,173.7656,233.10948,31.301043,247.79271,24.92102,26.570059,1205.5691,4.266471,141.21637,115.378105,377.73056,113.460266,378.337,20.541746,258.0632,0.0,3322.6587,15023.151,23.101786,296.43304,131.06836,43129.53,150.53696,18.576023,115.95934,224.00247,62.967663,22.834711,162.1382,1705.0623,285.49557,102.21653,15.01263,13.5696535,667.79803,54.669525,1350.5995,125.255424,2166.8264,229.1356,300.36563,120.151634,270.46002,9.107058,15.476389,35.07543,5.3339295,5.3532405,61.535522,58.677055,75.0476,16.07219,22.46152,273.2026,8.935587,3165.2102,104.44137,63.60104,121.817505,106.18468,222.57014,141.05345,85.458336,31.230589,41.746265,104.64839,323.51212,645.07605,138.7053,462.09637,88.176735,94.29482,285.68716,268.942,992.047,305.70197,4.1087394,16.830938,9.818865,65.5413,15718.965,5.9981666,14.802755,24.916111,47.773197,536.84094,92.393616,188.07454,3.8253071,243.80417,544.93774,344.85608,115.76802,341.6467,32.278194,65.065186,289.82092,15.048633,2.130835,13.153499,2048.069,0.22528581,0.69066244,64.70425,6.937381,4.3382883,7.9753575,13.787826,167.34695,57.45974,124.56505,874.47314,207.46591,1938.7609,1784.0923,14.938095,25.181078,13725.077,8.791097,58.89861,509.4734,96.545,155.78479,66.742455,349.80334,1024.5867,378.1523,11.974852,77.1375,970.4767,1990.6438,39.397884,558.2805,42.92698,1.0145013,58.49401,1.0681646,0.60305446,2.7184622,31.025652,114.303635,286.73654,15.503722,3486.248,244.38437,85.76319,125.120316,59.05006,94.79011,44.96104,2.871375,76.57708,443.4894,117.5548,69.54941,56.58564,23.736147,43.95631,51.077988,47.526108,913.3389,159.6343,3706.3228,38.327408,3790.1052,76.35166,461.7252,2328.4905,70.079346,10.410639,1774.9008,2044.9879,5941.4556,203.895 +2023-06-22 04:00:00,0.0,14318.507,136.33018,19.273794,31.758041,24.126667,177.35887,25.479593,37.44935,20.258963,23.481424,627.96716,525.59344,11.61847,118.082825,13.57423,2.171002,23.822727,30.54972,5.2690287,365.8187,2.1392744,317.3717,55.914703,0.47235364,3.1376016,109.7535,26.60171,104.96235,144.00812,14896.263,0.67258805,1589.2844,1.313985,0.8256462,0.4420026,3.002132,173.70078,233.02191,31.290592,247.61528,24.915194,26.60162,1206.4832,4.2648897,141.33441,115.44218,377.54727,113.598946,378.34564,20.535511,258.41708,0.0,3319.7556,15025.161,23.097326,296.73962,131.0471,43137.76,150.4494,18.57684,116.08024,224.24934,62.893837,22.804548,162.3676,1706.914,285.8087,102.33851,15.01534,13.561928,666.8179,54.681988,1352.4226,125.343895,2166.713,229.32463,300.6042,120.049126,270.82117,9.103323,15.469954,35.051094,5.329448,5.3464365,61.54281,58.65397,75.0068,16.066818,22.467468,273.31223,8.93209,3164.0996,104.51386,63.543056,121.89408,106.25465,222.5213,141.0992,85.44444,31.241642,41.773426,104.737366,323.49158,645.9487,138.77126,462.2572,88.22407,94.32402,285.78586,269.0068,991.8445,305.90125,4.1069026,16.832085,9.8212805,65.4299,15718.554,5.994111,14.791886,24.901482,47.79639,537.10364,92.41148,188.18463,3.8225453,243.85556,545.0603,344.98618,115.80654,341.618,32.260925,65.06434,289.7382,15.041979,2.1295793,13.149717,2048.576,0.225028,0.6899833,64.67047,6.928889,4.3362308,7.967372,13.774803,167.25218,57.429237,124.53923,874.04407,207.4697,1938.4966,1783.8926,14.929512,25.178936,13720.022,8.790398,58.89537,509.67902,96.53834,155.73639,66.7324,349.7022,1024.2216,378.2434,11.977182,77.12778,970.8169,1990.1879,39.396366,558.1963,42.899582,1.0146565,58.49969,1.0683975,0.6033581,2.719897,31.022743,114.294975,286.7176,15.512297,3486.4878,244.48193,85.812035,125.23125,59.131985,94.79931,45.016388,2.8727224,76.66944,444.12344,117.76078,69.67245,56.67465,23.730696,44.018887,51.16565,47.536655,913.2242,159.68762,3708.0898,38.325657,3789.9758,76.36466,461.60944,2329.3496,70.113235,10.405738,1774.323,2043.462,5939.4043,203.62209 +2023-06-22 05:00:00,0.0,14328.359,136.43773,19.275671,31.77755,24.115417,177.33557,25.475523,37.43258,20.256557,23.478918,627.7678,525.48114,11.612389,118.14334,13.58518,2.1679683,23.818666,30.51482,5.2501974,365.7312,2.1310043,317.33237,55.88493,0.4717353,3.135726,109.74511,26.582907,104.816826,143.97363,14907.982,0.6725004,1588.8727,1.313092,0.8249624,0.44167408,2.9984128,173.63594,232.93433,31.280142,247.43785,24.909367,26.633179,1207.3972,4.263309,141.45247,115.506256,377.36398,113.73763,378.35428,20.529276,258.771,0.0,3316.852,15027.17,23.092865,297.0462,131.02583,43145.99,150.36183,18.577658,116.201126,224.49622,62.820015,22.774385,162.59698,1708.7656,286.1218,102.46048,15.018048,13.554202,665.8377,54.69445,1354.2457,125.432365,2166.5996,229.51367,300.84277,119.94662,271.18234,9.099587,15.463518,35.02676,5.3249674,5.339632,61.55009,58.63088,74.965996,16.061445,22.47342,273.4218,8.928593,3162.989,104.58636,63.48507,121.970665,106.324615,222.47246,141.14494,85.43056,31.252695,41.800587,104.82635,323.47104,646.82135,138.83719,462.41803,88.2714,94.35322,285.88455,269.07162,991.64197,306.10056,4.105066,16.83323,9.823695,65.318504,15718.142,5.9900556,14.781016,24.886852,47.81958,537.36633,92.42936,188.29474,3.8197834,243.90695,545.1829,345.11627,115.84506,341.5893,32.243656,65.0635,289.65546,15.035326,2.1283238,13.145936,2049.083,0.22477017,0.6893041,64.6367,6.920397,4.334173,7.959387,13.761781,167.1574,57.398735,124.51341,873.6151,207.47348,1938.2323,1783.6927,14.92093,25.176794,13714.968,8.789698,58.892128,509.8846,96.53167,155.68799,66.722336,349.6011,1023.85645,378.33453,11.979514,77.11806,971.1571,1989.7319,39.394848,558.112,42.87219,1.0148116,58.505375,1.0686305,0.60366166,2.7213316,31.019835,114.28632,286.69864,15.52087,3486.7273,244.57951,85.86088,125.342186,59.21391,94.80851,45.071735,2.8740697,76.7618,444.75748,117.96676,69.79549,56.763657,23.725245,44.081467,51.25331,47.547203,913.1094,159.74095,3709.8572,38.323906,3789.8467,76.377655,461.4937,2330.2087,70.14712,10.400836,1773.7451,2041.9362,5937.353,203.34915 +2023-06-22 06:00:00,0.0,14338.211,136.54527,19.277548,31.79706,24.104166,177.31227,25.471455,37.415806,20.25415,23.47641,627.5685,525.36884,11.606306,118.20386,13.596129,2.1649346,23.814606,30.479921,5.2313657,365.6437,2.122734,317.29303,55.855152,0.471117,3.1338503,109.73672,26.564102,104.671295,143.93915,14919.701,0.6724127,1588.4609,1.312199,0.8242785,0.44134557,2.994694,173.57112,232.84676,31.26969,247.26042,24.90354,26.66474,1208.3113,4.261728,141.57051,115.57033,377.18066,113.87631,378.36288,20.52304,259.12488,0.0,3313.9492,15029.179,23.088406,297.35278,131.00456,43154.22,150.27428,18.578474,116.32202,224.74309,62.74619,22.744223,162.82639,1710.6173,286.4349,102.58245,15.020758,13.546476,664.8575,54.706913,1356.0688,125.520836,2166.486,229.7027,301.08133,119.8441,271.5435,9.095853,15.457084,35.002422,5.320486,5.3328276,61.557377,58.607796,74.92519,16.056072,22.479368,273.53143,8.9250965,3161.8784,104.65886,63.427082,122.04725,106.39459,222.42361,141.19069,85.416664,31.26375,41.82775,104.91532,323.4505,647.694,138.90312,462.5789,88.318726,94.382416,285.98325,269.13644,991.4394,306.29984,4.103229,16.834375,9.826111,65.20711,15717.73,5.986,14.770147,24.872223,47.842773,537.62897,92.44723,188.40485,3.8170216,243.95833,545.3055,345.24637,115.88358,341.5606,32.22639,65.06265,289.57272,15.028673,2.1270683,13.142154,2049.5898,0.22451235,0.688625,64.602936,6.911905,4.3321157,7.951401,13.748758,167.0626,57.368233,124.487595,873.1861,207.47726,1937.968,1783.493,14.912347,25.174654,13709.913,8.788999,58.88889,510.09024,96.525,155.63959,66.71228,349.5,1023.49133,378.42563,11.981846,77.10833,971.4973,1989.2759,39.39333,558.0278,42.84479,1.0149668,58.511055,1.0688635,0.6039653,2.7227664,31.016928,114.277664,286.6797,15.529445,3486.967,244.67708,85.90972,125.453125,59.295834,94.81771,45.127083,2.8754168,76.854164,445.3915,118.17274,69.91852,56.852665,23.719791,44.144047,51.340973,47.557747,912.9946,159.79428,3711.6245,38.322155,3789.7175,76.390656,461.37796,2331.0679,70.18101,10.395935,1773.1672,2040.4103,5935.302,203.07623 +2023-06-22 07:00:00,0.0,14348.063,136.65282,19.279423,31.81657,24.092916,177.28897,25.467384,37.399033,20.251745,23.473904,627.36914,525.25653,11.600224,118.26437,13.607079,2.1619012,23.810545,30.44502,5.212534,365.5562,2.114464,317.25372,55.82538,0.47049865,3.1319747,109.728325,26.5453,104.52577,143.90466,14931.421,0.672325,1588.0492,1.3113061,0.8235946,0.44101706,2.990975,173.5063,232.75919,31.25924,247.083,24.897715,26.6963,1209.2253,4.2601466,141.68855,115.6344,376.99738,114.015,378.37152,20.516806,259.4788,0.0,3311.046,15031.1875,23.083944,297.65936,130.98329,43162.45,150.1867,18.579292,116.44292,224.98996,62.672367,22.71406,163.05579,1712.469,286.74802,102.70443,15.023466,13.538751,663.8773,54.719376,1357.892,125.609314,2166.3728,229.89174,301.31992,119.74159,271.90463,9.092117,15.450648,34.97809,5.316005,5.326023,61.56466,58.58471,74.8844,16.0507,22.485317,273.64105,8.921599,3160.768,104.73135,63.3691,122.123825,106.46456,222.37477,141.23643,85.40278,31.274803,41.85491,105.004295,323.42993,648.5666,138.96907,462.73972,88.36606,94.41161,286.08194,269.2013,991.2369,306.49915,4.1013923,16.835522,9.8285265,65.09571,15717.318,5.9819446,14.759277,24.857594,47.865967,537.89166,92.465096,188.51494,3.8142598,244.00972,545.42804,345.37646,115.92211,341.5319,32.20912,65.061806,289.49002,15.022019,2.1258128,13.138372,2050.0967,0.22425453,0.6879458,64.56916,6.903413,4.3300576,7.9434156,13.735736,166.96783,57.337727,124.46178,872.75714,207.48105,1937.7036,1783.2932,14.903765,25.172512,13704.858,8.788299,58.885647,510.29587,96.51833,155.59119,66.70222,349.3989,1023.12616,378.51675,11.984177,77.09861,971.8375,1988.82,39.391815,557.9435,42.817394,1.0151219,58.516735,1.0690964,0.6042689,2.724201,31.014019,114.26901,286.66074,15.538018,3487.2068,244.77464,85.958565,125.564064,59.377758,94.82691,45.18243,2.876764,76.946526,446.02554,118.37872,70.04156,56.941673,23.71434,44.206627,51.428635,47.568295,912.8799,159.84763,3713.3918,38.3204,3789.5884,76.403656,461.2622,2331.927,70.2149,10.391033,1772.5895,2038.8844,5933.251,202.80331 +2023-06-22 08:00:00,0.0,14357.915,136.76036,19.2813,31.83608,24.081667,177.26567,25.463316,37.382263,20.249338,23.471395,627.1698,525.1442,11.594141,118.32489,13.618029,2.1588676,23.806486,30.410122,5.1937027,365.46875,2.1061938,317.2144,55.795605,0.46988034,3.130099,109.71993,26.526497,104.38025,143.87018,14943.141,0.67223734,1587.6375,1.3104131,0.8229108,0.44068855,2.987256,173.44148,232.6716,31.248787,246.90555,24.891888,26.727861,1210.1394,4.2585654,141.8066,115.69847,376.8141,114.15369,378.38016,20.510572,259.83267,0.0,3308.1426,15033.196,23.079483,297.96594,130.96202,43170.676,150.09915,18.580109,116.563805,225.23682,62.59854,22.683897,163.28519,1714.3207,287.0611,102.8264,15.0261755,13.531024,662.89716,54.73184,1359.7151,125.697784,2166.2593,230.08078,301.55847,119.63908,272.2658,9.088383,15.444213,34.95375,5.311524,5.3192186,61.571945,58.561623,74.8436,16.045328,22.491268,273.75064,8.918102,3159.6575,104.803856,63.31111,122.20041,106.53453,222.32593,141.28218,85.388885,31.285856,41.882072,105.09327,323.4094,649.4393,139.035,462.90057,88.41339,94.44081,286.1806,269.2661,991.03436,306.69843,4.0995555,16.836668,9.830941,64.984314,15716.907,5.977889,14.748408,24.842964,47.889156,538.15436,92.48296,188.62505,3.811498,244.06111,545.55066,345.50656,115.96063,341.5032,32.191853,65.06097,289.4073,15.015367,2.124557,13.134591,2050.6038,0.22399671,0.6872666,64.53539,6.894921,4.328,7.93543,13.722713,166.87305,57.307224,124.43596,872.3281,207.48485,1937.4393,1783.0935,14.895182,25.170372,13699.804,8.7876,58.88241,510.50146,96.511665,155.54279,66.69216,349.2978,1022.76105,378.60785,11.986508,77.08889,972.17773,1988.3639,39.390297,557.85925,42.79,1.015277,58.522415,1.0693294,0.60457253,2.7256355,31.01111,114.26035,286.64178,15.546593,3487.4463,244.87222,86.00741,125.675,59.459682,94.83611,45.237778,2.8781111,77.03889,446.65958,118.5847,70.1646,57.03068,23.708889,44.269207,51.516296,47.57884,912.7651,159.90096,3715.1592,38.31865,3789.4592,76.41665,461.14645,2332.7861,70.24879,10.386132,1772.0116,2037.3585,5931.1997,202.5304 +2023-06-22 09:00:00,0.0,14367.768,136.8679,19.283175,31.855589,24.070417,177.24237,25.459246,37.365494,20.246931,23.46889,626.9705,525.0319,11.588058,118.38541,13.628978,2.155834,23.802425,30.375221,5.174871,365.38126,2.0979238,317.17505,55.76583,0.469262,3.1282232,109.71154,26.507692,104.234726,143.83568,14954.86,0.67214966,1587.2258,1.3095201,0.8222269,0.44036,2.983537,173.37665,232.58403,31.238337,246.72812,24.88606,26.75942,1211.0535,4.2569847,141.92465,115.76254,376.6308,114.292366,378.38876,20.504337,260.18658,0.0,3305.2393,15035.205,23.075024,298.2725,130.94075,43178.906,150.01158,18.580927,116.6847,225.4837,62.52472,22.653734,163.51459,1716.1724,287.3742,102.94838,15.028884,13.523298,661.91693,54.7443,1361.5382,125.786255,2166.1458,230.2698,301.79703,119.53657,272.62695,9.084647,15.4377775,34.929417,5.307043,5.312414,61.57923,58.538536,74.802795,16.039955,22.497217,273.86026,8.914606,3158.5469,104.87635,63.253124,122.27699,106.6045,222.27708,141.32794,85.375,31.29691,41.909237,105.18224,323.38885,650.3119,139.10094,463.0614,88.460724,94.47001,286.2793,269.33093,990.83185,306.89774,4.0977187,16.837812,9.833357,64.87292,15716.495,5.973833,14.737538,24.828333,47.91235,538.417,92.50084,188.73515,3.808736,244.1125,545.6732,345.63666,115.99915,341.4745,32.174583,65.06012,289.32455,15.008713,2.1233015,13.13081,2051.1106,0.2237389,0.68658745,64.501625,6.8864284,4.3259425,7.9274445,13.70969,166.77827,57.276722,124.41015,871.8992,207.48863,1937.175,1782.8937,14.8866,25.16823,13694.749,8.7869,58.879166,510.7071,96.505,155.49438,66.682106,349.19666,1022.39594,378.69897,11.988839,77.07916,972.51794,1987.908,39.38878,557.77496,42.762604,1.0154322,58.528095,1.0695624,0.60487616,2.7270703,31.008204,114.2517,286.62283,15.555166,3487.686,244.96979,86.05625,125.785934,59.541607,94.845314,45.293125,2.8794584,77.13125,447.2936,118.79068,70.28763,57.11969,23.703438,44.331783,51.60396,47.589386,912.6503,159.95428,3716.9263,38.3169,3789.3298,76.42965,461.0307,2333.6455,70.28268,10.38123,1771.4338,2035.8326,5929.1484,202.25746 +2023-06-22 10:00:00,0.0,14377.619,136.97545,19.285051,31.8751,24.059166,177.21907,25.455177,37.34872,20.244526,23.466381,626.7712,524.9196,11.581976,118.44593,13.639927,2.1528003,23.798365,30.340322,5.1560397,365.29376,2.0896535,317.13574,55.736057,0.4686437,3.1263475,109.70315,26.48889,104.089195,143.8012,14966.579,0.672062,1586.8141,1.3086271,0.82154304,0.4400315,2.9798179,173.31183,232.49644,31.227884,246.55069,24.880236,26.790981,1211.9677,4.2554035,142.0427,115.826614,376.4475,114.43105,378.3974,20.498102,260.54047,0.0,3302.3364,15037.214,23.070562,298.57907,130.91948,43187.137,149.92403,18.581743,116.805595,225.73059,62.450897,22.623571,163.74399,1718.024,287.68732,103.07035,15.031593,13.515573,660.93677,54.756763,1363.3613,125.874725,2166.0325,230.45885,302.0356,119.43406,272.98813,9.080913,15.431343,34.90508,5.302562,5.3056097,61.586514,58.515453,74.76199,16.034582,22.503166,273.96988,8.911109,3157.4363,104.948845,63.195137,122.35358,106.67448,222.22824,141.37369,85.361115,31.307964,41.936398,105.27122,323.36832,651.1845,139.16687,463.22223,88.50805,94.499214,286.378,269.39575,990.62933,307.09702,4.095882,16.838959,9.8357725,64.76152,15716.084,5.9697776,14.726669,24.813704,47.935543,538.6797,92.51871,188.84525,3.8059742,244.1639,545.7958,345.76672,116.037674,341.4458,32.157314,65.05927,289.24182,15.00206,2.122046,13.127028,2051.6174,0.22348107,0.68590826,64.46785,6.8779364,4.3238845,7.919459,13.696668,166.68349,57.246216,124.38433,871.47015,207.49242,1936.9108,1782.694,14.878016,25.166088,13689.694,8.786201,58.875927,510.91272,96.49834,155.44597,66.67204,349.09555,1022.0308,378.7901,11.991171,77.06944,972.85815,1987.4519,39.38726,557.69073,42.735207,1.0155873,58.53378,1.0697954,0.6051798,2.728505,31.005295,114.24304,286.60388,15.563741,3487.9258,245.06735,86.10509,125.89687,59.62353,94.854515,45.348473,2.8808057,77.22361,447.92764,118.99666,70.41067,57.2087,23.697987,44.394363,51.69162,47.599934,912.5355,160.00761,3718.6936,38.315144,3789.2007,76.44264,460.91495,2334.5046,70.31656,10.376329,1770.856,2034.3068,5927.097,201.98454 +2023-06-22 11:00:00,0.0,14387.472,137.083,19.286928,31.89461,24.047916,177.19577,25.451107,37.331947,20.242119,23.463875,626.57184,524.8073,11.575893,118.50645,13.650877,2.1497667,23.794304,30.305422,5.137208,365.20627,2.0813832,317.0964,55.706284,0.46802536,3.124472,109.694756,26.470085,103.94367,143.76671,14978.299,0.6719743,1586.4023,1.3077341,0.8208592,0.439703,2.976099,173.24701,232.40887,31.217434,246.37326,24.874409,26.822542,1212.8817,4.2538223,142.16074,115.890686,376.26422,114.56974,378.40604,20.491867,260.89438,0.0,3299.4329,15039.224,23.066103,298.88565,130.89821,43195.367,149.83647,18.582561,116.92648,225.97745,62.37707,22.593409,163.97337,1719.8757,288.00043,103.19232,15.034302,13.507847,659.9566,54.769226,1365.1844,125.963196,2165.919,230.64787,302.27417,119.33154,273.34927,9.077177,15.424908,34.88074,5.298081,5.298805,61.5938,58.492363,74.7212,16.02921,22.509117,274.07947,8.907612,3156.326,105.02135,63.137154,122.43015,106.744446,222.1794,141.41943,85.34722,31.319017,41.96356,105.36019,323.34778,652.0571,139.23282,463.3831,88.55538,94.52841,286.47668,269.4606,990.4268,307.29633,4.094045,16.840105,9.838187,64.65012,15715.673,5.965722,14.715799,24.799074,47.958733,538.9423,92.536575,188.95535,3.8032124,244.21527,545.9184,345.89682,116.0762,341.41708,32.140045,65.05843,289.1591,14.995406,2.1207905,13.123246,2052.1245,0.22322325,0.6852291,64.43408,6.8694444,4.321827,7.9114733,13.683645,166.5887,57.215714,124.35851,871.0412,207.4962,1936.6464,1782.4941,14.869434,25.163948,13684.64,8.785501,58.872684,511.11835,96.49167,155.39757,66.66199,348.99445,1021.6657,378.8812,11.993503,77.05972,973.19836,1986.996,39.385746,557.60645,42.707813,1.0157425,58.53946,1.0700283,0.6054834,2.7299395,31.002388,114.23439,286.58493,15.572315,3488.1653,245.16493,86.15393,126.00781,59.705456,94.863716,45.40382,2.8821528,77.31597,448.56168,119.20264,70.53371,57.297707,23.692535,44.456944,51.77928,47.610477,912.4208,160.06096,3720.461,38.313393,3789.0715,76.45564,460.7992,2335.3638,70.35045,10.371428,1770.2782,2032.7808,5925.046,201.71162 +2023-06-22 12:00:00,0.0,14397.323,137.19054,19.288803,31.91412,24.036667,177.17247,25.447039,37.315178,20.239714,23.461369,626.3725,524.695,11.569812,118.56696,13.661826,2.146733,23.790243,30.270523,5.1183763,365.11877,2.0731132,317.0571,55.67651,0.46740705,3.1225963,109.68636,26.451283,103.79815,143.73222,14990.019,0.6718866,1585.9906,1.3068411,0.8201753,0.43937448,2.9723802,173.18219,232.32129,31.206982,246.19583,24.868582,26.854103,1213.7958,4.252241,142.27878,115.954765,376.0809,114.70842,378.41464,20.485632,261.24826,0.0,3296.5298,15041.232,23.061642,299.19223,130.87694,43203.594,149.7489,18.583378,117.04738,226.22432,62.30325,22.563246,164.20277,1721.7274,288.31354,103.3143,15.037011,13.500121,658.97644,54.78169,1367.0076,126.051674,2165.8057,230.83691,302.51273,119.229034,273.71042,9.073442,15.418472,34.856407,5.2936,5.292001,61.60108,58.469276,74.6804,16.023838,22.515066,274.1891,8.904116,3155.2153,105.09384,63.079166,122.50674,106.814415,222.13055,141.46518,85.333336,31.33007,41.99072,105.449165,323.3272,652.9298,139.29875,463.5439,88.602715,94.55761,286.57538,269.52542,990.22424,307.4956,4.0922084,16.841251,9.840603,64.53873,15715.261,5.9616666,14.70493,24.784445,47.981926,539.205,92.55445,189.06546,3.8004508,244.26666,546.04095,346.02692,116.11472,341.3884,32.122776,65.05759,289.0764,14.988753,2.1195347,13.119465,2052.6313,0.22296545,0.6845499,64.40031,6.8609524,4.3197694,7.9034877,13.670623,166.49393,57.18521,124.332695,870.6122,207.5,1936.3821,1782.2944,14.860851,25.161806,13679.585,8.7848015,58.869446,511.32394,96.485,155.34917,66.651924,348.89334,1021.3006,378.97232,11.995833,77.049995,973.5386,1986.54,39.384228,557.5222,42.680416,1.0158976,58.54514,1.0702614,0.605787,2.7313743,30.99948,114.22573,286.56598,15.580889,3488.405,245.2625,86.202774,126.11875,59.78738,94.87292,45.459167,2.8835,77.40833,449.1957,119.40862,70.65674,57.386715,23.687084,44.519524,51.866943,47.621025,912.306,160.11429,3722.2283,38.31164,3788.9424,76.468636,460.68344,2336.223,70.38434,10.366527,1769.7003,2031.2549,5922.9946,201.4387 +2023-06-22 13:00:00,0.0,14407.176,137.29808,19.29068,31.933628,24.025417,177.14917,25.442968,37.29841,20.237307,23.45886,626.17316,524.5827,11.563729,118.62748,13.672775,2.1436994,23.786182,30.235622,5.099545,365.0313,2.064843,317.01776,55.646736,0.4667887,3.1207204,109.67797,26.43248,103.652626,143.69774,15001.737,0.67179894,1585.5789,1.3059483,0.81949145,0.43904597,2.968661,173.11737,232.23372,31.196531,246.0184,24.862757,26.885662,1214.7098,4.2506604,142.39684,116.01884,375.8976,114.84711,378.42328,20.479397,261.60217,0.0,3293.6265,15043.241,23.057182,299.4988,130.85567,43211.824,149.66135,18.584196,117.168274,226.47119,62.229424,22.533083,164.43217,1723.5791,288.62665,103.43627,15.03972,13.492394,657.9962,54.79415,1368.8307,126.140144,2165.6921,231.02594,302.75128,119.12652,274.0716,9.069707,15.412037,34.83207,5.289119,5.285197,61.608368,58.446194,74.639595,16.018465,22.521015,274.29868,8.900619,3154.1047,105.166336,63.02118,122.58332,106.884384,222.08171,141.51093,85.31944,31.341124,42.017883,105.53814,323.30667,653.8024,139.36469,463.70477,88.65005,94.58681,286.67404,269.59024,990.0217,307.69492,4.0903716,16.842396,9.843019,64.42733,15714.85,5.957611,14.69406,24.769815,48.00512,539.4677,92.57232,189.17555,3.797689,244.31805,546.1635,346.157,116.153244,341.35968,32.10551,65.05674,288.99365,14.9821,2.1182792,13.115684,2053.1382,0.22270763,0.6838708,64.36654,6.8524604,4.3177114,7.895502,13.6576,166.39914,57.154705,124.30688,870.1832,207.50378,1936.1178,1782.0946,14.852269,25.159664,13674.53,8.7841015,58.866203,511.52957,96.47833,155.30077,66.64187,348.79224,1020.9355,379.06342,11.998165,77.040276,973.8788,1986.084,39.38271,557.4379,42.653023,1.0160528,58.55082,1.0704943,0.6060906,2.7328088,30.99657,114.21708,286.54703,15.589463,3488.6448,245.36006,86.25162,126.22969,59.869305,94.88212,45.514515,2.8848474,77.500694,449.82974,119.6146,70.77978,57.475723,23.681633,44.582104,51.954605,47.631573,912.1912,160.16762,3723.9956,38.309887,3788.813,76.481636,460.5677,2337.082,70.41823,10.361625,1769.1226,2029.729,5920.9434,201.16577 +2023-06-22 14:00:00,0.0,14417.027,137.40562,19.292557,31.953138,24.014168,177.12587,25.4389,37.281635,20.234901,23.456354,625.9739,524.4704,11.557647,118.687996,13.683725,2.1406658,23.782124,30.200724,5.0807133,364.94382,2.056573,316.97842,55.61696,0.4661704,3.1188447,109.66958,26.413675,103.5071,143.66325,15013.457,0.67171127,1585.1672,1.3050553,0.8188076,0.43871742,2.964942,173.05254,232.14613,31.186079,245.84097,24.85693,26.917223,1215.6239,4.249079,142.51488,116.08291,375.71432,114.98579,378.43192,20.473164,261.95605,0.0,3290.7231,15045.25,23.052721,299.80536,130.8344,43220.055,149.57378,18.585012,117.28916,226.71806,62.1556,22.50292,164.66158,1725.4308,288.93976,103.55824,15.042429,13.484669,657.01605,54.806614,1370.6538,126.228615,2165.5789,231.21498,302.98987,119.02401,274.43274,9.065972,15.4056015,34.807735,5.284638,5.2783923,61.61565,58.423107,74.59879,16.013092,22.526964,274.4083,8.897121,3152.9944,105.23884,62.963196,122.6599,106.95435,222.03287,141.55667,85.30556,31.352179,42.045044,105.62711,323.28613,654.67505,139.43062,463.8656,88.69737,94.616005,286.77274,269.65506,989.8192,307.8942,4.088535,16.843542,9.845433,64.31593,15714.4375,5.9535556,14.683191,24.755186,48.02831,539.73035,92.59019,189.28566,3.7949271,244.36945,546.28613,346.2871,116.191765,341.331,32.08824,65.0559,288.91092,14.975447,2.1170237,13.111902,2053.6453,0.22244981,0.6831916,64.33277,6.8439684,4.315654,7.8875165,13.644578,166.30435,57.124203,124.28106,869.7542,207.50757,1935.8534,1781.8949,14.843686,25.157524,13669.476,8.783402,58.86296,511.7352,96.471664,155.25237,66.63181,348.6911,1020.5704,379.15454,12.000496,77.030556,974.219,1985.628,39.38119,557.3537,42.625626,1.0162079,58.5565,1.0707272,0.60639423,2.7342436,30.993664,114.20842,286.52808,15.598037,3488.8843,245.45763,86.30046,126.34062,59.95123,94.89132,45.569862,2.8861945,77.593056,450.46378,119.82058,70.90281,57.56473,23.676182,44.64468,52.042267,47.642117,912.0765,160.22096,3725.7627,38.308136,3788.6838,76.49464,460.45193,2337.9412,70.45212,10.356724,1768.5447,2028.2031,5918.892,200.89285 +2023-06-22 15:00:00,0.0,14426.88,137.51317,19.294432,31.972649,24.002916,177.10257,25.43483,37.264862,20.232494,23.453846,625.77454,524.3581,11.551564,118.74851,13.6946745,2.1376321,23.778063,30.165823,5.061882,364.85632,2.0483027,316.93912,55.587185,0.4655521,3.116969,109.66119,26.394873,103.36157,143.62877,15025.177,0.6716236,1584.7555,1.3041623,0.8181237,0.4383889,2.961223,172.98772,232.05856,31.175629,245.66354,24.851103,26.948784,1216.538,4.247498,142.63292,116.14698,375.531,115.12447,378.44052,20.466928,262.30997,0.0,3287.82,15047.259,23.048262,300.11194,130.81313,43228.285,149.48622,18.58583,117.41006,226.96494,62.081776,22.472757,164.89098,1727.2825,289.25287,103.68022,15.045137,13.476943,656.0359,54.819077,1372.4769,126.317085,2165.4653,231.40402,303.22845,118.9215,274.79388,9.062237,15.399167,34.783398,5.2801566,5.271588,61.622936,58.400024,74.55799,16.007719,22.532915,274.5179,8.893625,3151.8838,105.31133,62.90521,122.73648,107.02433,221.98402,141.60242,85.291664,31.363232,42.072205,105.71609,323.2656,655.54767,139.49657,464.02643,88.744705,94.6452,286.87143,269.7199,989.6167,308.0935,4.086698,16.844688,9.847849,64.20454,15714.026,5.9495,14.672322,24.740557,48.051502,539.99304,92.60806,189.39577,3.7921653,244.42084,546.4087,346.4172,116.23029,341.30228,32.070972,65.05505,288.8282,14.968793,2.115768,13.108121,2054.152,0.22219199,0.68251246,64.298996,6.8354764,4.3135962,7.879531,13.631556,166.20958,57.0937,124.25524,869.32526,207.51135,1935.5891,1781.6951,14.835104,25.155382,13664.421,8.782703,58.859722,511.9408,96.465004,155.20396,66.62175,348.59,1020.20526,379.24564,12.002828,77.020836,974.5592,1985.172,39.379673,557.2694,42.59823,1.016363,58.56218,1.0709603,0.60669786,2.7356782,30.990755,114.19977,286.50912,15.606611,3489.124,245.5552,86.349304,126.45156,60.033154,94.90052,45.62521,2.8875418,77.68542,451.0978,120.02656,71.02585,57.65374,23.67073,44.70726,52.129932,47.652664,911.96173,160.27429,3727.53,38.306385,3788.5547,76.50763,460.33618,2338.8003,70.48601,10.351822,1767.9669,2026.6772,5916.841,200.61993 +2023-06-22 16:00:00,0.0,14436.731,137.62073,19.296309,31.992159,23.991667,177.07927,25.430761,37.248093,20.230087,23.45134,625.5752,524.2458,11.545482,118.80903,13.705624,2.1345985,23.774002,30.130924,5.0430503,364.76883,2.0400326,316.89978,55.55741,0.46493375,3.1150935,109.652794,26.376068,103.21605,143.59428,15036.8955,0.67153585,1584.3438,1.3032693,0.81743985,0.4380604,2.957504,172.9229,231.97098,31.165178,245.48611,24.845276,26.980345,1217.452,4.245917,142.75096,116.21105,375.34772,115.26316,378.44916,20.460693,262.66385,0.0,3284.9167,15049.268,23.0438,300.41852,130.79187,43236.51,149.39865,18.586647,117.53095,227.2118,62.007954,22.442595,165.12038,1729.1342,289.56598,103.80219,15.047847,13.469217,655.05566,54.831543,1374.3,126.40556,2165.3518,231.59305,303.467,118.818985,275.15506,9.058502,15.392732,34.759064,5.275676,5.2647834,61.63022,58.376938,74.5172,16.002346,22.538864,274.6275,8.890128,3150.7732,105.383835,62.84722,122.813065,107.0943,221.93518,141.64816,85.27778,31.374285,42.099365,105.80507,323.24506,656.42035,139.5625,464.1873,88.79204,94.6744,286.97012,269.78473,989.4142,308.2928,4.0848613,16.845835,9.850265,64.09314,15713.614,5.9454446,14.661452,24.725925,48.074696,540.25574,92.62593,189.50586,3.7894034,244.47223,546.53125,346.5473,116.268814,341.2736,32.053703,65.05421,288.74545,14.96214,2.1145124,13.104339,2054.659,0.22193417,0.68183327,64.26523,6.826984,4.3115387,7.871546,13.618533,166.11479,57.063198,124.22943,868.89624,207.51515,1935.3248,1781.4954,14.826521,25.153242,13659.366,8.782003,58.85648,512.1464,96.458336,155.15556,66.611694,348.4889,1019.84015,379.33676,12.005159,77.01111,974.8994,1984.7161,39.37816,557.1852,42.570835,1.0165182,58.567863,1.0711932,0.6070015,2.7371128,30.987846,114.19111,286.49017,15.615185,3489.3638,245.65277,86.39815,126.5625,60.115078,94.90972,45.680557,2.888889,77.77778,451.73184,120.232544,71.14889,57.74275,23.665277,44.76984,52.217594,47.663208,911.8469,160.32762,3729.2974,38.304634,3788.4255,76.52063,460.22043,2339.6594,70.51989,10.346921,1767.389,2025.1514,5914.7896,200.347 +2023-06-22 17:00:00,0.0,14446.584,137.72827,19.298185,32.01167,23.980417,177.05597,25.426691,37.231323,20.227682,23.448832,625.37585,524.1335,11.539399,118.869545,13.716574,2.1315649,23.769941,30.096024,5.0242186,364.68134,2.0317624,316.86047,55.527637,0.46431544,3.1132176,109.6444,26.357265,103.070526,143.5598,15048.615,0.6714482,1583.932,1.3023763,0.81675595,0.4377319,2.9537852,172.85808,231.8834,31.154726,245.30869,24.83945,27.011904,1218.3661,4.244336,142.86902,116.27512,375.16443,115.40184,378.4578,20.454458,263.01776,0.0,3282.0137,15051.276,23.039341,300.7251,130.7706,43244.742,149.3111,18.587463,117.65184,227.45868,61.934128,22.412432,165.34976,1730.9858,289.8791,103.924164,15.050555,13.461492,654.0755,54.844006,1376.1232,126.49403,2165.2385,231.78209,303.70557,118.71648,275.5162,9.054767,15.386296,34.734726,5.2711945,5.257979,61.637505,58.35385,74.476395,15.996974,22.544813,274.73712,8.886631,3149.6626,105.45633,62.789238,122.88964,107.16427,221.88634,141.69391,85.263885,31.385338,42.12653,105.89404,323.2245,657.29297,139.62843,464.3481,88.83937,94.703606,287.06882,269.84955,989.2117,308.4921,4.0830245,16.84698,9.85268,63.98174,15713.203,5.9413886,14.650583,24.711296,48.097885,540.5184,92.6438,189.61597,3.7866416,244.5236,546.6539,346.6774,116.307335,341.24487,32.036434,65.05337,288.66275,14.955486,2.113257,13.100557,2055.166,0.22167635,0.68115413,64.23146,6.818492,4.3094807,7.86356,13.605511,166.02002,57.032692,124.20361,868.4672,207.51894,1935.0605,1781.2955,14.817939,25.1511,13654.312,8.781304,58.85324,512.35205,96.45167,155.10716,66.60164,348.3878,1019.47504,379.42786,12.00749,77.00139,975.2397,1984.26,39.37664,557.1009,42.543438,1.0166733,58.573544,1.0714262,0.6073051,2.7385476,30.98494,114.18246,286.47122,15.623759,3489.6033,245.75034,86.44699,126.67344,60.197002,94.91892,45.7359,2.8902361,77.87014,452.36588,120.43852,71.27192,57.83176,23.659826,44.83242,52.305256,47.673756,911.7322,160.38095,3731.0647,38.30288,3788.2961,76.53362,460.10468,2340.5188,70.55378,10.342019,1766.8113,2023.6255,5912.7383,200.07408 +2023-06-22 18:00:00,0.0,14456.436,137.83582,19.30006,32.031178,23.969168,177.03267,25.422623,37.21455,20.225275,23.446325,625.1765,524.0211,11.533317,118.93007,13.727523,2.1285315,23.76588,30.061125,5.0053873,364.59387,2.023492,316.82114,55.497864,0.4636971,3.111342,109.63601,26.338463,102.925,143.5253,15060.335,0.6713605,1583.5203,1.3014833,0.8160721,0.43740338,2.950066,172.79324,231.79582,31.144276,245.13126,24.833624,27.043465,1219.2802,4.242755,142.98706,116.339195,374.98114,115.54053,378.4664,20.448223,263.37164,0.0,3279.1104,15053.285,23.03488,301.03168,130.74933,43252.973,149.22353,18.588282,117.772736,227.70554,61.860306,22.382269,165.57916,1732.8375,290.1922,104.04614,15.053265,13.453766,653.09534,54.85647,1377.9463,126.582504,2165.125,231.97112,303.94412,118.61396,275.87738,9.051032,15.379861,34.710392,5.2667136,5.2511744,61.64479,58.330765,74.43559,15.991602,22.550764,274.84674,8.883135,3148.5522,105.528824,62.73125,122.966225,107.23424,221.83751,141.73965,85.25,31.396393,42.15369,105.98302,323.20395,658.1656,139.69438,464.50897,88.886696,94.7328,287.16748,269.91437,989.0091,308.69138,4.0811872,16.848125,9.855095,63.870342,15712.792,5.937333,14.639713,24.696667,48.12108,540.78107,92.66167,189.72607,3.7838798,244.575,546.7764,346.8075,116.345856,341.2162,32.019165,65.05252,288.58002,14.948833,2.1120014,13.096776,2055.6729,0.22141853,0.68047494,64.197685,6.81,4.307423,7.8555746,13.592488,165.92523,57.00219,124.177795,868.0382,207.52272,1934.7961,1781.0958,14.809356,25.148958,13649.256,8.780604,58.85,512.5577,96.445,155.05875,66.591576,348.28668,1019.1099,379.51898,12.009822,76.99167,975.5799,1983.8041,39.375122,557.01666,42.51604,1.0168285,58.579224,1.0716592,0.60760874,2.7399821,30.98203,114.1738,286.45227,15.632334,3489.843,245.84792,86.495834,126.78438,60.278927,94.92812,45.79125,2.8915834,77.9625,452.9999,120.6445,71.39496,57.92077,23.654375,44.895,52.392918,47.684303,911.6174,160.4343,3732.832,38.30113,3788.167,76.54662,459.98892,2341.378,70.58767,10.337118,1766.2334,2022.0996,5910.6875,199.80116 +2023-06-22 19:00:00,0.0,14466.288,137.94336,19.301937,32.050686,23.957916,177.00937,25.418552,37.197777,20.22287,23.443817,624.97723,523.9088,11.527234,118.990585,13.738472,2.1254978,23.761822,30.026224,4.9865556,364.50638,2.015222,316.7818,55.46809,0.4630788,3.1094663,109.62762,26.319658,102.77948,143.49081,15072.055,0.6712728,1583.1086,1.3005904,0.81538826,0.43707487,2.946347,172.72842,231.70825,31.133823,244.95383,24.827797,27.075026,1220.1943,4.2411737,143.1051,116.40327,374.79785,115.679214,378.47504,20.441988,263.72556,0.0,3276.207,15055.295,23.03042,301.33826,130.72806,43261.2,149.13597,18.589098,117.89363,227.95242,61.786484,22.352106,165.80856,1734.6892,290.5053,104.16811,15.055973,13.446039,652.1151,54.86893,1379.7694,126.670975,2165.0117,232.16016,304.1827,118.51145,276.23853,9.047297,15.3734255,34.686054,5.262233,5.24437,61.652073,58.30768,74.39479,15.986229,22.556713,274.95633,8.879638,3147.4417,105.601326,62.673264,123.04281,107.304214,221.78867,141.78542,85.236115,31.407446,42.18085,106.07199,323.1834,659.03827,139.76031,464.6698,88.93403,94.762,287.26617,269.9792,988.8066,308.8907,4.0793505,16.849272,9.857511,63.758945,15712.38,5.9332776,14.628844,24.682037,48.14427,541.04376,92.67954,189.83617,3.781118,244.62639,546.899,346.9376,116.38438,341.18747,32.0019,65.051674,288.49728,14.94218,2.1107457,13.092995,2056.1797,0.22116071,0.6797958,64.16392,6.801508,4.3053656,7.847589,13.579466,165.83044,56.971687,124.15198,867.60925,207.5265,1934.5319,1780.896,14.800774,25.146818,13644.201,8.779905,58.84676,512.7633,96.43833,155.01035,66.58152,348.18555,1018.7448,379.61008,12.012153,76.98194,975.9201,1983.348,39.373604,556.9324,42.488647,1.0169836,58.584904,1.0718921,0.60791236,2.7414167,30.979124,114.165146,286.43332,15.640907,3490.0828,245.94548,86.54468,126.89531,60.360855,94.937325,45.846596,2.8929307,78.05486,453.63394,120.85048,71.518,58.009777,23.648924,44.957577,52.48058,47.694847,911.5026,160.48763,3734.599,38.299377,3788.0378,76.559616,459.87317,2342.237,70.62156,10.332216,1765.6555,2020.5737,5908.636,199.52824 +2023-06-22 20:00:00,0.0,14476.14,138.0509,19.303814,32.070198,23.946667,176.98607,25.414484,37.181007,20.220463,23.44131,624.7779,523.7965,11.5211525,119.0511,13.749422,2.1224642,23.757761,29.991325,4.9677243,364.41888,2.0069518,316.7425,55.438316,0.46246046,3.1075907,109.619225,26.300856,102.63395,143.45633,15083.773,0.67118514,1582.6969,1.2996974,0.81470436,0.43674633,2.942628,172.6636,231.62068,31.123373,244.77638,24.821972,27.106586,1221.1084,4.239593,143.22314,116.46735,374.61453,115.817894,378.48367,20.435755,264.07944,0.0,3273.304,15057.304,23.025959,301.6448,130.70679,43269.43,149.0484,18.589916,118.01452,228.19928,61.712658,22.321943,166.03796,1736.5409,290.8184,104.29009,15.058682,13.4383135,651.13495,54.881393,1381.5925,126.75945,2164.8982,232.34918,304.42126,118.40894,276.59967,9.043562,15.366991,34.661716,5.2577515,5.2375655,61.65936,58.28459,74.354,15.980857,22.562662,275.06595,8.876141,3146.331,105.67382,62.615276,123.11939,107.37418,221.73982,141.83116,85.22222,31.418499,42.20801,106.160965,323.16287,659.9109,139.82625,464.83063,88.98136,94.7912,287.36487,270.04404,988.60406,309.09,4.0775137,16.850418,9.859926,63.64755,15711.969,5.929222,14.617974,24.667408,48.16746,541.3064,92.69741,189.94627,3.778356,244.67778,547.0216,347.0677,116.422905,341.15878,31.98463,65.050835,288.41455,14.935527,2.1094902,13.089213,2056.6868,0.22090289,0.6791166,64.13014,6.793016,4.3033075,7.8396034,13.566443,165.73567,56.94118,124.12616,867.18024,207.5303,1934.2676,1780.6963,14.792191,25.144676,13639.146,8.779205,58.843517,512.9689,96.43167,154.96194,66.57146,348.08444,1018.3797,379.7012,12.014484,76.97222,976.2603,1982.8921,39.37209,556.84814,42.46125,1.0171388,58.590584,1.0721251,0.6082159,2.7428515,30.976215,114.15649,286.41437,15.649482,3490.3225,246.04305,86.59351,127.00625,60.44278,94.946526,45.901943,2.8942778,78.147224,454.26797,121.056465,71.64103,58.098785,23.643473,45.020157,52.56824,47.705395,911.3879,160.54095,3736.3665,38.297623,3787.9087,76.57262,459.75742,2343.0962,70.65545,10.327315,1765.0778,2019.0477,5906.585,199.25531 +2023-06-22 21:00:00,0.0,14485.992,138.15845,19.305689,32.089706,23.935417,176.96277,25.410414,37.164238,20.218056,23.438805,624.57855,523.6842,11.51507,119.11162,13.760371,2.1194305,23.7537,29.956425,4.9488926,364.3314,1.9986817,316.70316,55.40854,0.46184215,3.1057148,109.61083,26.282051,102.48843,143.42184,15095.493,0.67109746,1582.2852,1.2988044,0.8140205,0.43641782,2.938909,172.59879,231.5331,31.11292,244.59895,24.816145,27.138145,1222.0225,4.238012,143.3412,116.53142,374.43124,115.95658,378.49228,20.42952,264.43335,0.0,3270.4006,15059.3125,23.0215,301.9514,130.68552,43277.66,148.96085,18.590733,118.135414,228.44617,61.638836,22.29178,166.26736,1738.3926,291.1315,104.41206,15.061392,13.430588,650.1548,54.893856,1383.4156,126.84792,2164.7847,232.53822,304.65985,118.30643,276.96085,9.039827,15.360556,34.637383,5.2532706,5.230761,61.66664,58.261505,74.313194,15.975484,22.568613,275.17557,8.872644,3145.2205,105.74632,62.557293,123.19597,107.44415,221.69098,141.8769,85.208336,31.429552,42.235176,106.24994,323.1423,660.7835,139.89218,464.9915,89.028694,94.8204,287.46356,270.10886,988.40155,309.28928,4.075677,16.851562,9.862341,63.53615,15711.557,5.9251666,14.607105,24.652779,48.190655,541.5691,92.71528,190.05638,3.7755942,244.72917,547.14417,347.19778,116.461426,341.1301,31.967361,65.04999,288.33182,14.928873,2.1082346,13.085431,2057.1936,0.22064507,0.6784375,64.096375,6.784524,4.30125,7.831618,13.553421,165.64088,56.91068,124.10034,866.7513,207.53409,1934.0032,1780.4965,14.783608,25.142536,13634.092,8.778506,58.84028,513.1745,96.425,154.91354,66.5614,347.98334,1018.0146,379.7923,12.016816,76.9625,976.6005,1982.4362,39.37057,556.76385,42.433853,1.0172939,58.596264,1.0723581,0.60851955,2.744286,30.973307,114.147835,286.39542,15.658055,3490.562,246.14062,86.64236,127.11719,60.524704,94.95573,45.95729,2.895625,78.239586,454.902,121.26244,71.76407,58.187794,23.638021,45.082737,52.655903,47.71594,911.2731,160.59428,3738.1338,38.29587,3787.7793,76.58562,459.64166,2343.9553,70.68934,10.322413,1764.4999,2017.5219,5904.5337,198.98239 +2023-06-22 22:00:00,0.0,14495.844,138.26599,19.307566,32.10922,23.924168,176.93947,25.406345,37.147465,20.21565,23.436296,624.3792,523.5719,11.508987,119.172134,13.77132,2.116397,23.74964,29.921526,4.930061,364.2439,1.9904115,316.66385,55.378765,0.4612238,3.1038392,109.60244,26.263248,102.3429,143.38736,15107.213,0.6710098,1581.8734,1.2979114,0.8133367,0.4360893,2.9351902,172.53395,231.44553,31.10247,244.42152,24.810318,27.169706,1222.9365,4.2364306,143.45924,116.59549,374.24796,116.09526,378.50092,20.423285,264.78723,0.0,3267.4976,15061.321,23.017038,302.25797,130.66425,43285.89,148.87328,18.59155,118.25631,228.69302,61.56501,22.261618,166.49677,1740.2443,291.4446,104.534035,15.0641,13.422862,649.1746,54.90632,1385.2386,126.93639,2164.6714,232.72726,304.8984,118.20392,277.322,9.036092,15.35412,34.613045,5.2487893,5.223957,61.673927,58.238422,74.27239,15.970112,22.574562,275.28516,8.869147,3144.11,105.81882,62.499306,123.27255,107.51412,221.64214,141.92265,85.19444,31.440607,42.262337,106.33891,323.12177,661.6561,139.95813,465.1523,89.07602,94.849594,287.56226,270.17368,988.19904,309.4886,4.07384,16.852709,9.864757,63.424755,15711.1455,5.921111,14.596235,24.63815,48.21385,541.8318,92.733154,190.16647,3.7728324,244.78055,547.2667,347.32788,116.49995,341.10138,31.950092,65.04914,288.2491,14.92222,2.106979,13.08165,2057.7004,0.22038725,0.6777583,64.06261,6.776032,4.2991924,7.8236322,13.540399,165.5461,56.880177,124.07453,866.32227,207.53787,1933.7389,1780.2968,14.775025,25.140394,13629.037,8.777806,58.837036,513.3801,96.418335,154.86514,66.551346,347.88223,1017.6495,379.88342,12.019147,76.952774,976.94073,1981.9801,39.369053,556.6796,42.40646,1.017449,58.601948,1.0725911,0.6088232,2.7457209,30.9704,114.139175,286.37646,15.66663,3490.8018,246.23819,86.6912,127.22813,60.60663,94.96493,46.012638,2.8969724,78.33195,455.53604,121.46842,71.88711,58.276802,23.63257,45.145317,52.743565,47.726486,911.1583,160.64763,3739.9011,38.29412,3787.6501,76.59861,459.5259,2344.8145,70.72322,10.3175125,1763.9221,2015.996,5902.4824,198.70947 +2023-06-22 23:00:00,0.0,14505.696,138.37354,19.30944,32.128727,23.912916,176.91618,25.402275,37.13069,20.213243,23.43379,624.1799,523.4596,11.502905,119.23265,13.78227,2.1133633,23.745579,29.886625,4.9112296,364.15643,1.9821414,316.6245,55.34899,0.4606055,3.1019635,109.59405,26.244446,102.19738,143.35287,15118.932,0.6709221,1581.4617,1.2970184,0.81265277,0.4357608,2.931471,172.46913,231.35794,31.092018,244.2441,24.804491,27.201267,1223.8506,4.2348495,143.57729,116.65956,374.06464,116.23395,378.50952,20.41705,265.14114,0.0,3264.5942,15063.33,23.012579,302.56454,130.64297,43294.117,148.78572,18.592367,118.3772,228.93991,61.491188,22.231455,166.72615,1742.096,291.75772,104.65601,15.06681,13.415136,648.1944,54.91878,1387.0618,127.024864,2164.5579,232.91629,305.13696,118.1014,277.68317,9.032357,15.347685,34.58871,5.2443085,5.2171526,61.68121,58.21534,74.23159,15.964739,22.580511,275.39478,8.865651,3142.9995,105.89131,62.44132,123.34914,107.5841,221.59329,141.9684,85.18056,31.45166,42.289497,106.42789,323.10123,662.5288,140.02406,465.31317,89.12335,94.87879,287.66092,270.2385,987.9965,309.68787,4.0720034,16.853855,9.867172,63.31336,15710.733,5.9170556,14.585366,24.62352,48.237038,542.0944,92.75102,190.27658,3.7700706,244.83194,547.38934,347.45798,116.53847,341.0727,31.932825,65.0483,288.16638,14.915566,2.1057234,13.077868,2058.2073,0.22012943,0.67707914,64.02883,6.7675395,4.297135,7.8156466,13.527376,165.45132,56.84967,124.04871,865.8933,207.54166,1933.4746,1780.0969,14.766443,25.138252,13623.982,8.777107,58.833797,513.58575,96.41167,154.81674,66.54128,347.7811,1017.28436,379.97455,12.021479,76.943054,977.28094,1981.5242,39.367535,556.59534,42.379063,1.0176042,58.607628,1.072824,0.6091268,2.7471554,30.967491,114.13052,286.3575,15.675203,3491.0415,246.33575,86.74004,127.339066,60.688553,94.97413,46.067986,2.8983195,78.42431,456.17007,121.6744,72.01014,58.36581,23.62712,45.207897,52.831226,47.737034,911.0436,160.70096,3741.6682,38.292366,3787.521,76.61161,459.41016,2345.6736,70.75711,10.312611,1763.3442,2014.4701,5900.431,198.43654 +2023-06-23 00:00:00,0.0,14515.548,138.48108,19.311317,32.148235,23.901667,176.89288,25.398207,37.113922,20.210838,23.431282,623.9805,523.3473,11.496822,119.29317,13.79322,2.1103296,23.741518,29.851727,4.892398,364.06894,1.9738712,316.58517,55.319218,0.45998716,3.100088,109.585655,26.225641,102.05186,143.31839,15130.651,0.6708344,1581.05,1.2961254,0.8119689,0.43543229,2.927752,172.40431,231.27037,31.081568,244.06667,24.798666,27.232828,1224.7646,4.2332687,143.69533,116.72363,373.88135,116.372635,378.51816,20.410814,265.49503,0.0,3261.691,15065.339,23.008118,302.87112,130.6217,43302.348,148.69815,18.593185,118.49809,229.18677,61.417362,22.201292,166.95555,1743.9476,292.07083,104.777985,15.069518,13.40741,647.21423,54.931244,1388.8849,127.113335,2164.4446,233.10533,305.37552,117.99889,278.0443,9.028622,15.34125,34.564373,5.239827,5.210348,61.688496,58.192245,74.190796,15.959367,22.586462,275.5044,8.862154,3141.889,105.96381,62.383335,123.42571,107.65407,221.54445,142.01414,85.166664,31.462713,42.31666,106.51686,323.0807,663.4014,140.09,465.474,89.170685,94.908,287.7596,270.30334,987.79395,309.88718,4.0701666,16.855001,9.869587,63.20196,15710.322,5.913,14.574496,24.608889,48.26023,542.3571,92.76889,190.38669,3.7673087,244.88333,547.5119,347.58807,116.576996,341.04398,31.915556,65.047455,288.08365,14.908914,2.1044679,13.074087,2058.7144,0.21987161,0.67639995,63.995064,6.7590475,4.295077,7.807661,13.514354,165.35654,56.819168,124.022896,865.46436,207.54546,1933.2103,1779.8972,14.75786,25.136112,13618.928,8.776407,58.830555,513.7914,96.405,154.76834,66.53123,347.68,1016.91925,380.06564,12.023809,76.933334,977.62115,1981.0681,39.36602,556.5111,42.351665,1.0177593,58.613308,1.073057,0.60943043,2.74859,30.964582,114.121864,286.33856,15.683778,3491.281,246.43333,86.78889,127.45,60.770477,94.98333,46.123333,2.8996668,78.51667,456.8041,121.88039,72.13318,58.45482,23.621668,45.270473,52.918888,47.747578,910.9288,160.75429,3743.4355,38.290615,3787.3918,76.6246,459.2944,2346.5327,70.791,10.30771,1762.7665,2012.9442,5898.38,198.16362 +2023-06-23 01:00:00,0.0,14525.4,138.58862,19.313194,32.167747,23.890417,176.86958,25.394136,37.097153,20.208431,23.428776,623.78125,523.235,11.49074,119.35369,13.804169,2.107296,23.73746,29.816826,4.873566,363.98145,1.9656011,316.54587,55.289444,0.45936885,3.0982122,109.57726,26.206839,101.90633,143.2839,15142.371,0.67074674,1580.6383,1.2952325,0.8112851,0.43510374,2.9240332,172.3395,231.18279,31.071115,243.88924,24.79284,27.264387,1225.6787,4.2316875,143.81339,116.787704,373.69806,116.511314,378.5268,20.40458,265.84894,0.0,3258.7876,15067.348,23.003658,303.17767,130.60043,43310.58,148.6106,18.594002,118.61899,229.43365,61.34354,22.17113,167.18495,1745.7993,292.38394,104.899956,15.0722275,13.399684,646.2341,54.943707,1390.708,127.20181,2164.331,233.29436,305.6141,117.896385,278.40546,9.024887,15.334815,34.54004,5.2353463,5.2035437,61.695778,58.169163,74.149994,15.953994,22.592411,275.61398,8.858657,3140.7783,106.03631,62.325348,123.5023,107.72404,221.4956,142.05989,85.15278,31.473766,42.343822,106.605835,323.06015,664.27405,140.15594,465.63483,89.21802,94.937195,287.8583,270.36816,987.59143,310.08646,4.06833,16.856146,9.872003,63.090565,15709.911,5.9089446,14.563627,24.59426,48.283424,542.6198,92.786766,190.49678,3.7645469,244.93472,547.63446,347.71814,116.61552,341.0153,31.898287,65.04661,288.00092,14.90226,2.1032124,13.070306,2059.2212,0.21961379,0.6757208,63.961292,6.7505555,4.2930193,7.7996755,13.501331,165.26176,56.788666,123.99708,865.03534,207.54924,1932.9459,1779.6974,14.749278,25.13397,13613.873,8.775708,58.827312,513.997,96.39833,154.71994,66.521164,347.5789,1016.55414,380.15677,12.026141,76.92361,977.96136,1980.6122,39.364502,556.4268,42.324272,1.0179145,58.618988,1.07329,0.60973406,2.7500248,30.961676,114.11321,286.3196,15.692352,3491.5208,246.5309,86.83773,127.560936,60.8524,94.99254,46.17868,2.901014,78.609024,457.43814,122.086365,72.25621,58.543827,23.616217,45.333054,53.00655,47.758125,910.814,160.80763,3745.203,38.288864,3787.2627,76.6376,459.17865,2347.3918,70.82489,10.302808,1762.1886,2011.4183,5896.3286,197.8907 +2023-06-23 02:00:00,0.0,14535.252,138.69617,19.31507,32.187256,23.879168,176.84628,25.390068,37.08038,20.206026,23.426268,623.5819,523.1227,11.484657,119.41421,13.815119,2.1042624,23.733398,29.781927,4.854735,363.89395,1.957331,316.50653,55.25967,0.45875052,3.0963364,109.56887,26.188034,101.7608,143.24942,15154.09,0.67065907,1580.2266,1.2943395,0.8106012,0.43477523,2.920314,172.27467,231.09521,31.060665,243.7118,24.787012,27.295948,1226.5928,4.2301064,143.93143,116.851776,373.51477,116.65,378.5354,20.398346,266.20282,0.0,3255.8845,15069.356,22.999197,303.48425,130.57916,43318.81,148.52303,18.59482,118.739876,229.68053,61.269714,22.140966,167.41435,1747.651,292.69705,105.021935,15.074936,13.391958,645.25385,54.95617,1392.5311,127.29028,2164.2175,233.4834,305.85266,117.79387,278.76663,9.021152,15.32838,34.5157,5.230865,5.196739,61.703064,58.14608,74.10919,15.948622,22.59836,275.7236,8.855161,3139.668,106.10881,62.26736,123.57888,107.79401,221.44676,142.10564,85.138885,31.484821,42.370983,106.69481,323.03958,665.14667,140.22188,465.7957,89.26534,94.96639,287.957,270.43298,987.3889,310.28577,4.066493,16.857292,9.874418,62.979164,15709.499,5.9048886,14.552758,24.57963,48.306614,542.88245,92.804634,190.60689,3.761785,244.98611,547.7571,347.84824,116.65404,340.98657,31.88102,65.04577,287.91818,14.895607,2.1019566,13.066524,2059.728,0.21935597,0.6750416,63.92752,6.7420635,4.2909617,7.79169,13.488309,165.16698,56.758163,123.97126,864.6063,207.55302,1932.6816,1779.4977,14.740695,25.13183,13608.818,8.775009,58.824074,514.20264,96.39167,154.67152,66.51111,347.47778,1016.189,380.24786,12.028473,76.91389,978.3016,1980.1561,39.362984,556.3426,42.296875,1.0180696,58.62467,1.0735229,0.6100377,2.7514594,30.958767,114.10455,286.30066,15.700926,3491.7605,246.62846,86.88657,127.671875,60.934326,95.00174,46.234028,2.9023612,78.701385,458.07217,122.29234,72.37925,58.632835,23.610764,45.395634,53.09421,47.76867,910.6992,160.86096,3746.9702,38.287113,3787.1333,76.6506,459.0629,2348.2512,70.85878,10.297907,1761.6108,2009.8925,5894.2773,197.61778 +2023-06-23 03:00:00,0.0,14545.1045,138.80371,19.316946,32.206764,23.867916,176.82298,25.385998,37.063606,20.203619,23.423761,623.38257,523.0104,11.478576,119.474724,13.826068,2.1012287,23.729338,29.747026,4.835903,363.80646,1.9490607,316.46722,55.229897,0.4581322,3.0944607,109.56048,26.169231,101.61528,143.21492,15165.81,0.6705714,1579.8148,1.2934465,0.80991733,0.43444672,2.9165952,172.20984,231.00763,31.050215,243.53438,24.781187,27.327509,1227.5068,4.228525,144.04947,116.915855,373.33148,116.78868,378.54404,20.39211,266.55673,0.0,3252.9812,15071.366,22.994736,303.79083,130.5579,43327.035,148.43547,18.595636,118.86077,229.92738,61.195892,22.110804,167.64375,1749.5027,293.01016,105.143906,15.077645,13.3842325,644.2737,54.96863,1394.3542,127.37875,2164.1042,233.67244,306.09125,117.69136,279.12778,9.017417,15.321944,34.491367,5.226384,5.1899347,61.71035,58.122993,74.06839,15.943249,22.604311,275.83322,8.851664,3138.5574,106.181305,62.209373,123.655464,107.86398,221.39792,142.15138,85.125,31.495874,42.398144,106.78378,323.01904,666.01935,140.28781,465.9565,89.312675,94.99559,288.0557,270.4978,987.1864,310.48505,4.0646563,16.858438,9.876833,62.867767,15709.088,5.900833,14.541888,24.565,48.329807,543.14514,92.8225,190.717,3.7590232,245.0375,547.87964,347.97833,116.69256,340.9579,31.86375,65.04492,287.83548,14.888953,2.100701,13.062742,2060.235,0.21909815,0.6743624,63.893753,6.7335715,4.2889037,7.7837043,13.4752865,165.07219,56.727657,123.94544,864.17737,207.55681,1932.4174,1779.2979,14.732113,25.129688,13603.764,8.774309,58.82083,514.4082,96.385,154.62312,66.50105,347.37668,1015.8239,380.339,12.030804,76.90417,978.6418,1979.7002,39.361465,556.2583,42.269478,1.0182247,58.63035,1.073756,0.61034125,2.752894,30.95586,114.0959,286.2817,15.7095,3492.0,246.72603,86.93542,127.782814,61.01625,95.01094,46.289375,2.9037085,78.79375,458.7062,122.49832,72.50229,58.721844,23.605312,45.458214,53.181873,47.779217,910.5845,160.91429,3748.7375,38.28536,3787.0042,76.6636,458.94714,2349.1104,70.89266,10.293005,1761.033,2008.3666,5892.226,197.34485 +2023-06-23 04:00:00,0.0,14554.956,138.91125,19.318823,32.226276,23.856667,176.79968,25.38193,37.046837,20.201212,23.421255,623.1832,522.8981,11.472493,119.53524,13.837018,2.098195,23.725277,29.712128,4.817072,363.719,1.9407905,316.4279,55.200123,0.45751387,3.092585,109.552086,26.150429,101.46976,143.18044,15177.529,0.6704837,1579.4031,1.2925535,0.8092334,0.4341182,2.9128761,172.14502,230.92006,31.039762,243.35695,24.77536,27.35907,1228.421,4.2269444,144.16751,116.97993,373.1482,116.92737,378.55267,20.385876,266.9106,0.0,3250.0781,15073.375,22.990276,304.0974,130.53664,43335.266,148.3479,18.596455,118.98167,230.17426,61.12207,22.08064,167.87315,1751.3544,293.32327,105.26588,15.080354,13.376507,643.2935,54.981094,1396.1774,127.467224,2163.9907,233.86147,306.3298,117.588844,279.48892,9.013681,15.315509,34.46703,5.2219033,5.1831303,61.717632,58.099907,74.02759,15.937877,22.61026,275.9428,8.848166,3137.4468,106.2538,62.15139,123.73204,107.93395,221.34908,142.19713,85.111115,31.506927,42.42531,106.872765,322.9985,666.89197,140.35374,466.11737,89.36001,95.02479,288.15436,270.56265,986.9839,310.68436,4.0628195,16.859585,9.879249,62.75637,15708.676,5.8967776,14.531019,24.550371,48.352997,543.40784,92.84038,190.82709,3.7562613,245.08888,548.0022,348.10843,116.73109,340.92917,31.846481,65.04408,287.75275,14.8823,2.0994456,13.058961,2060.742,0.21884035,0.6736833,63.85998,6.7250795,4.286846,7.775719,13.462264,164.97742,56.697155,123.919624,863.7484,207.56061,1932.153,1779.0981,14.72353,25.127546,13598.709,8.77361,58.817593,514.61383,96.378334,154.57472,66.49099,347.27554,1015.4588,380.43008,12.033135,76.89444,978.982,1979.2443,39.359947,556.1741,42.242085,1.0183799,58.636032,1.0739889,0.6106449,2.7543287,30.952951,114.08724,286.26276,15.718074,3492.2397,246.82361,86.98426,127.89375,61.098175,95.02014,46.344723,2.9050558,78.88611,459.34024,122.7043,72.62532,58.810852,23.599861,45.520794,53.26954,47.789764,910.4697,160.96762,3750.5046,38.283607,3786.875,76.67659,458.8314,2349.9695,70.92655,10.288104,1760.4552,2006.8406,5890.175,197.07193 +2023-06-23 05:00:00,0.0,14564.809,139.0188,19.320698,32.245785,23.845417,176.77638,25.37786,37.030067,20.198807,23.418747,622.9839,522.78577,11.466411,119.59576,13.847967,2.0951614,23.721216,29.677227,4.79824,363.6315,1.9325204,316.38855,55.170345,0.45689556,3.0907094,109.54369,26.131624,101.32423,143.14595,15189.249,0.67039603,1578.9915,1.2916605,0.8085496,0.4337897,2.909157,172.0802,230.83247,31.029312,243.17952,24.769533,27.390629,1229.3351,4.2253633,144.28557,117.044,372.96487,117.066055,378.56128,20.37964,267.26453,0.0,3247.1748,15075.384,22.985815,304.404,130.51537,43343.496,148.26035,18.597271,119.102554,230.42113,61.048244,22.050478,168.10254,1753.206,293.63638,105.387856,15.083063,13.368781,642.31335,54.993557,1398.0005,127.5557,2163.8774,234.0505,306.56836,117.486336,279.8501,9.009947,15.309074,34.44269,5.217422,5.176326,61.72492,58.07682,73.98679,15.932504,22.616209,276.05243,8.84467,3136.3362,106.3263,62.093403,123.808624,108.00392,221.30023,142.24289,85.09722,31.51798,42.45247,106.96174,322.97797,667.7646,140.4197,466.2782,89.40734,95.053986,288.25305,270.62747,986.7813,310.88364,4.0609827,16.86073,9.881664,62.644974,15708.265,5.892722,14.520149,24.535742,48.37619,543.6705,92.858246,190.9372,3.7534995,245.14027,548.1248,348.23853,116.76961,340.90048,31.829212,65.043236,287.67,14.875647,2.0981898,13.05518,2061.2488,0.21858253,0.6730041,63.82621,6.7165875,4.2847886,7.7677336,13.449242,164.88263,56.666653,123.893814,863.3194,207.56439,1931.8887,1778.8983,14.714948,25.125406,13593.654,8.77291,58.81435,514.81946,96.371666,154.52632,66.480934,347.17444,1015.0937,380.5212,12.035466,76.88472,979.3222,1978.7882,39.358433,556.0898,42.214687,1.018535,58.641712,1.0742218,0.6109485,2.7557633,30.950043,114.07859,286.2438,15.726648,3492.4795,246.92117,87.0331,128.00468,61.1801,95.02934,46.40007,2.9064028,78.97847,459.97427,122.910286,72.74836,58.89986,23.59441,45.58337,53.3572,47.80031,910.3549,161.02097,3752.272,38.281857,3786.7458,76.68959,458.71564,2350.8286,70.96044,10.283202,1759.8773,2005.3147,5888.1235,196.79901 +2023-06-23 06:00:00,0.0,14574.66,139.12636,19.322575,32.265297,23.834167,176.75308,25.37379,37.013294,20.1964,23.41624,622.7846,522.67346,11.460328,119.65627,13.858916,2.0921278,23.717155,29.642328,4.7794085,363.544,1.9242502,316.34924,55.14057,0.45627725,3.0888336,109.5353,26.112822,101.1787,143.11147,15200.968,0.67030835,1578.5797,1.2907676,0.80786574,0.4334612,2.9054382,172.01538,230.7449,31.01886,243.00209,24.763706,27.42219,1230.2491,4.223782,144.40361,117.10807,372.7816,117.204735,378.56992,20.373405,267.6184,0.0,3244.2715,15077.393,22.981356,304.71057,130.4941,43351.723,148.17278,18.59809,119.22345,230.668,60.974422,22.020315,168.33194,1755.0577,293.9495,105.50983,15.085772,13.361054,641.3331,55.00602,1399.8236,127.64417,2163.764,234.23953,306.80695,117.38383,280.21124,9.006211,15.302639,34.418358,5.212941,5.1695213,61.7322,58.053734,73.94599,15.927132,22.62216,276.16205,8.841173,3135.2258,106.398796,62.035416,123.88521,108.07389,221.25139,142.28864,85.083336,31.529036,42.47963,107.05071,322.95743,668.6372,140.48563,466.43903,89.454666,95.08318,288.35175,270.6923,986.5788,311.08295,4.059146,16.861876,9.884079,62.533577,15707.853,5.8886666,14.50928,24.521112,48.399384,543.93317,92.876114,191.0473,3.7507377,245.19167,548.2474,348.36862,116.80813,340.87177,31.811945,65.04239,287.58728,14.868994,2.0969343,13.051397,2061.7559,0.2183247,0.67232496,63.79244,6.708095,4.282731,7.759748,13.436219,164.78784,56.636147,123.868,862.8904,207.56818,1931.6244,1778.6986,14.706365,25.123264,13588.6,8.772211,58.81111,515.0251,96.365,154.47792,66.47088,347.07333,1014.7286,380.6123,12.037798,76.875,979.6624,1978.3323,39.356915,556.00555,42.18729,1.0186902,58.647392,1.0744549,0.6112521,2.757198,30.947136,114.06993,286.22485,15.735222,3492.719,247.01874,87.08194,128.11563,61.262024,95.03854,46.455418,2.9077501,79.07083,460.6083,123.116264,72.8714,58.98887,23.588959,45.64595,53.444862,47.810856,910.2402,161.0743,3754.0393,38.2801,3786.6165,76.70259,458.5999,2351.6877,70.99433,10.278301,1759.2994,2003.7888,5886.0723,196.52608 +2023-06-23 07:00:00,0.0,14584.513,139.2339,19.324451,32.284805,23.822916,176.72978,25.36972,36.99652,20.193995,23.413733,622.58527,522.56116,11.454246,119.71679,13.869866,2.0890944,23.713097,29.607428,4.760577,363.4565,1.9159801,316.3099,55.110798,0.4556589,3.086958,109.52691,26.094017,101.03318,143.07698,15212.6875,0.6702207,1578.168,1.2898747,0.80718184,0.43313265,2.901719,171.95055,230.65733,31.00841,242.82465,24.757881,27.45375,1231.1632,4.2222013,144.52165,117.17214,372.5983,117.34342,378.57855,20.36717,267.97232,0.0,3241.3682,15079.401,22.976894,305.01712,130.47282,43359.953,148.08522,18.598906,119.344345,230.91487,60.900597,21.990152,168.56134,1756.9094,294.26257,105.631805,15.088481,13.353329,640.35297,55.018482,1401.6467,127.73264,2163.6504,234.42857,307.0455,117.28131,280.57242,9.002477,15.296204,34.39402,5.20846,5.1627173,61.739487,58.030647,73.90519,15.921759,22.628109,276.27164,8.837676,3134.1152,106.4713,61.977432,123.961784,108.14387,221.20255,142.33438,85.06944,31.540089,42.50679,107.13969,322.93686,669.5099,140.55156,466.59988,89.502,95.11239,288.45044,270.7571,986.3763,311.28223,4.057309,16.863022,9.886495,62.42218,15707.441,5.884611,14.49841,24.506481,48.422573,544.1958,92.89398,191.1574,3.7479758,245.24306,548.36993,348.49872,116.84665,340.84308,31.794676,65.04155,287.50455,14.86234,2.0956788,13.047616,2062.2627,0.21806689,0.67164576,63.75867,6.699603,4.280673,7.7517624,13.423197,164.69307,56.605644,123.84218,862.46136,207.57196,1931.3601,1778.4988,14.6977825,25.121124,13583.545,8.771511,58.80787,515.2307,96.35834,154.42952,66.460815,346.97223,1014.36346,380.70343,12.04013,76.86528,980.0026,1977.8762,39.355396,555.92126,42.159897,1.0188453,58.653072,1.0746878,0.61155576,2.7586327,30.944227,114.06128,286.2059,15.743796,3492.9587,247.11632,87.13078,128.22656,61.34395,95.047745,46.510765,2.9090974,79.16319,461.24234,123.32224,72.99443,59.077877,23.583508,45.70853,53.532524,47.8214,910.1254,161.12762,3755.8066,38.27835,3786.4873,76.71558,458.48416,2352.5469,71.02822,10.273399,1758.7217,2002.263,5884.0215,196.25316 +2023-06-23 08:00:00,0.0,14594.364,139.34145,19.326326,32.304314,23.811666,176.70648,25.365652,36.97975,20.191587,23.411226,622.3859,522.44885,11.448163,119.777306,13.8808155,2.0860608,23.709036,29.572529,4.7417455,363.36902,1.90771,316.27057,55.081024,0.4550406,3.0850823,109.51852,26.075214,100.88766,143.0425,15224.407,0.670133,1577.7562,1.2889817,0.806498,0.43280414,2.8980002,171.88573,230.56975,30.997957,242.64722,24.752054,27.485312,1232.0773,4.22062,144.6397,117.23621,372.41498,117.48211,378.58716,20.360937,268.3262,0.0,3238.465,15081.41,22.972435,305.3237,130.45155,43368.184,147.99765,18.599724,119.46523,231.16174,60.826775,21.95999,168.79074,1758.7611,294.57568,105.75378,15.091189,13.345603,639.3728,55.030945,1403.4698,127.82111,2163.537,234.6176,307.28406,117.1788,280.93356,8.998741,15.289768,34.369686,5.203979,5.155913,61.74677,58.00756,73.86439,15.916387,22.634058,276.38126,8.83418,3133.0046,106.54379,61.919445,124.03837,108.21384,221.1537,142.38013,85.05556,31.551142,42.533955,107.22866,322.91632,670.3825,140.61751,466.7607,89.54933,95.14159,288.54913,270.82193,986.17377,311.48154,4.0554724,16.864168,9.88891,62.310783,15707.029,5.8805556,14.487541,24.491852,48.445766,544.4585,92.91186,191.2675,3.745214,245.29445,548.49255,348.6288,116.88518,340.81436,31.777407,65.0407,287.4218,14.855687,2.0944233,13.043835,2062.7695,0.21780907,0.6709666,63.7249,6.691111,4.2786155,7.743777,13.410174,164.59828,56.57514,123.81636,862.03235,207.57576,1931.0957,1778.2991,14.689199,25.118982,13578.49,8.770812,58.80463,515.43634,96.35167,154.38112,66.45076,346.87112,1013.99835,380.79453,12.04246,76.85555,980.34283,1977.4203,39.353878,555.83704,42.1325,1.0190005,58.658752,1.0749209,0.6118594,2.7600672,30.941319,114.05262,286.18695,15.75237,3493.1985,247.21388,87.17963,128.3375,61.425873,95.056946,46.566113,2.9104445,79.255554,461.87637,123.52822,73.11747,59.166885,23.578056,45.77111,53.620186,47.831947,910.0106,161.18095,3757.574,38.2766,3786.3582,76.728584,458.3684,2353.406,71.06211,10.268498,1758.1438,2000.737,5881.97,195.98024 +2023-06-23 09:00:00,0.0,14604.217,139.44899,19.328203,32.323826,23.800417,176.68318,25.361582,36.962982,20.18918,23.408718,622.1866,522.3365,11.4420805,119.83783,13.891765,2.0830271,23.704975,29.537628,4.722914,363.28156,1.8994398,316.23126,55.05125,0.45442227,3.0832067,109.510124,26.05641,100.742134,143.00801,15236.126,0.6700453,1577.3445,1.2880887,0.80581415,0.43247563,2.8942814,171.8209,230.48218,30.987507,242.46979,24.746227,27.51687,1232.9913,4.219039,144.75775,117.300285,372.2317,117.62079,378.5958,20.354702,268.6801,0.0,3235.5618,15083.419,22.967974,305.63028,130.43028,43376.414,147.9101,18.60054,119.58613,231.40863,60.75295,21.929827,169.02014,1760.6128,294.8888,105.87575,15.093899,13.337877,638.3926,55.04341,1405.293,127.90959,2163.4236,234.80664,307.5226,117.07629,281.2947,8.995007,15.283334,34.34535,5.1994977,5.1491084,61.754055,57.984474,73.82359,15.911014,22.640009,276.49088,8.830683,3131.894,106.61629,61.861458,124.11495,108.283806,221.10486,142.42587,85.041664,31.562195,42.561115,107.317635,322.89578,671.2551,140.68344,466.92157,89.596664,95.170784,288.6478,270.88678,985.97125,311.68082,4.0536356,16.865313,9.891325,62.199387,15706.618,5.8765,14.476671,24.477222,48.46896,544.7212,92.929726,191.37761,3.7424521,245.34584,548.6151,348.7589,116.9237,340.78568,31.76014,65.039856,287.3391,14.849033,2.0931675,13.040053,2063.2766,0.21755125,0.67028743,63.691128,6.682619,4.276558,7.735791,13.397152,164.50351,56.544636,123.79054,861.6034,207.57954,1930.8314,1778.0992,14.680617,25.11684,13573.436,8.770112,58.801388,515.6419,96.345,154.33272,66.4407,346.77,1013.63324,380.88565,12.044792,76.84583,980.68304,1976.9642,39.352364,555.75275,42.105103,1.0191556,58.664433,1.0751538,0.612163,2.761502,30.938412,114.04397,286.168,15.760944,3493.438,247.31145,87.22847,128.44844,61.507797,95.06615,46.62146,2.9117918,79.347916,462.5104,123.73421,73.24051,59.255894,23.572605,45.83369,53.707848,47.842495,909.8959,161.2343,3759.341,38.274845,3786.229,76.74158,458.25266,2354.2651,71.09599,10.263597,1757.566,1999.2112,5879.919,195.70732 +2023-06-23 10:00:00,0.0,14614.068,139.55653,19.330078,32.343334,23.789167,176.65988,25.357513,36.94621,20.186775,23.406212,621.98724,522.2242,11.435998,119.898346,13.902715,2.0799935,23.700914,29.50273,4.7040825,363.19406,1.8911695,316.19193,55.021477,0.45380396,3.0813308,109.50173,26.037607,100.5966,142.97353,15247.846,0.66995764,1576.9329,1.2871957,0.80513024,0.43214712,2.890562,171.75609,230.39459,30.977055,242.29236,24.740402,27.548431,1233.9054,4.217458,144.8758,117.36436,372.0484,117.759476,378.60443,20.348467,269.034,0.0,3232.6587,15085.428,22.963514,305.93686,130.40901,43384.64,147.82253,18.601358,119.70702,231.65549,60.679127,21.899664,169.24954,1762.4645,295.2019,105.99773,15.096607,13.330152,637.4124,55.055874,1407.1161,127.99806,2163.3103,234.99568,307.7612,116.97378,281.65588,8.991271,15.276898,34.321014,5.195017,5.142304,61.761337,57.96139,73.78279,15.905642,22.645958,276.60046,8.827186,3130.7837,106.68879,61.80347,124.191536,108.353775,221.05602,142.47162,85.02778,31.57325,42.588276,107.40661,322.87524,672.12775,140.74937,467.0824,89.64399,95.19998,288.7465,270.9516,985.76874,311.88013,4.0517983,16.866459,9.893741,62.08799,15706.207,5.872444,14.465802,24.462593,48.49215,544.9838,92.94759,191.4877,3.7396903,245.39722,548.7377,348.889,116.96222,340.75696,31.74287,65.03902,287.25638,14.842381,2.091912,13.036272,2063.7834,0.21729343,0.6696083,63.657356,6.674127,4.2745,7.7278056,13.38413,164.40872,56.514133,123.764725,861.17444,207.58333,1930.5671,1777.8995,14.672034,25.1147,13568.381,8.769413,58.79815,515.84753,96.33833,154.2843,66.43064,346.66888,1013.2681,380.97675,12.047123,76.83611,981.02325,1976.5083,39.350845,555.6685,42.07771,1.0193107,58.670116,1.0753868,0.61246663,2.7629366,30.935503,114.03531,286.14905,15.769519,3493.6777,247.40903,87.27731,128.55937,61.58972,95.07535,46.676804,2.913139,79.44028,463.14444,123.940186,73.36354,59.344902,23.567154,45.89627,53.79551,47.85304,909.78107,161.28763,3761.1084,38.273094,3786.0996,76.75458,458.1369,2355.1245,71.12988,10.258696,1756.9882,1997.6853,5877.8677,195.43439 +2023-06-23 11:00:00,0.0,14623.921,139.66408,19.331955,32.362843,23.777916,176.63658,25.353443,36.929436,20.184368,23.403704,621.78796,522.1119,11.429916,119.95886,13.913664,2.0769598,23.696854,29.467829,4.6852508,363.10657,1.8828994,316.15262,54.991703,0.45318562,3.0794551,109.49334,26.018805,100.45108,142.93904,15259.565,0.66986996,1576.5211,1.2863027,0.8044464,0.4318186,2.8868432,171.69125,230.30702,30.966604,242.11493,24.734575,27.579992,1234.8195,4.215877,144.99384,117.42844,371.8651,117.898155,378.61304,20.342232,269.3879,0.0,3229.7554,15087.4375,22.959053,306.24344,130.38774,43392.87,147.73497,18.602175,119.82791,231.90237,60.6053,21.869501,169.47893,1764.3162,295.515,106.1197,15.099317,13.322425,636.43225,55.068336,1408.9392,128.08653,2163.1968,235.18471,307.99976,116.87127,282.01703,8.987536,15.270463,34.296677,5.1905355,5.1354995,61.768623,57.93831,73.74199,15.900269,22.651907,276.71008,8.823689,3129.673,106.761284,61.745487,124.26811,108.42375,221.00717,142.51736,85.013885,31.584303,42.615437,107.49558,322.85468,673.0004,140.8153,467.24323,89.69132,95.22918,288.84518,271.01642,985.56616,312.0794,4.0499616,16.867605,9.896156,61.976593,15705.795,5.8683887,14.454932,24.447964,48.515343,545.2465,92.96547,191.59781,3.7369285,245.44861,548.8603,349.0191,117.00074,340.72827,31.725601,65.03817,287.17365,14.835727,2.0906565,13.03249,2064.2903,0.2170356,0.6689291,63.62359,6.665635,4.2724423,7.71982,13.371107,164.31393,56.48363,123.738914,860.7454,207.58711,1930.3029,1777.6997,14.663452,25.112558,13563.326,8.768713,58.794907,516.05316,96.331665,154.2359,66.420586,346.56778,1012.903,381.06787,12.049455,76.826385,981.36346,1976.0522,39.349327,555.5842,42.050312,1.0194659,58.675797,1.0756198,0.6127702,2.7643712,30.932596,114.02666,286.1301,15.778092,3493.9175,247.50659,87.32616,128.67032,61.671646,95.08455,46.73215,2.9144862,79.53264,463.77847,124.146164,73.48658,59.43391,23.561703,45.958847,53.88317,47.863586,909.6663,161.34096,3762.8757,38.271343,3785.9705,76.76757,458.02115,2355.9836,71.16377,10.253794,1756.4104,1996.1594,5875.8164,195.16147 +2023-06-23 12:00:00,0.0,14633.772,139.77162,19.333832,32.382355,23.766666,176.61328,25.349375,36.912666,20.181963,23.401197,621.5886,521.9996,11.423834,120.01938,13.924613,2.0739262,23.692795,29.43293,4.6664195,363.01907,1.8746293,316.11328,54.96193,0.4525673,3.0775795,109.48495,26.0,100.30556,142.90454,15271.285,0.6697823,1576.1094,1.2854097,0.80376256,0.43149006,2.883124,171.62643,230.21944,30.956154,241.9375,24.728748,27.611553,1235.7336,4.214296,145.11188,117.49251,371.68182,118.03684,378.62167,20.335997,269.7418,0.0,3226.852,15089.446,22.954594,306.55,130.36647,43401.1,147.6474,18.602993,119.94881,232.14923,60.53148,21.839336,169.70833,1766.1678,295.82812,106.24167,15.102025,13.314699,635.452,55.0808,1410.7623,128.175,2163.0835,235.37375,308.23834,116.76875,282.3782,8.983801,15.264028,34.27234,5.1860547,5.128695,61.77591,57.915215,73.70119,15.894896,22.657856,276.8197,8.820192,3128.5625,106.833786,61.6875,124.344696,108.49372,220.95834,142.56311,85.0,31.595356,42.6426,107.58456,322.83414,673.87305,140.88126,467.40408,89.738655,95.25838,288.94388,271.08124,985.36365,312.27872,4.048125,16.868752,9.898571,61.865196,15705.384,5.864333,14.444063,24.433334,48.538536,545.5092,92.98334,191.70792,3.7341666,245.5,548.98285,349.1492,117.03926,340.69955,31.708334,65.03732,287.0909,14.829074,2.0894008,13.028708,2064.7974,0.21677779,0.66824996,63.589817,6.6571426,4.270385,7.7118344,13.358084,164.21916,56.453125,123.7131,860.3164,207.59091,1930.0385,1777.5,14.654869,25.110416,13558.271,8.768014,58.791664,516.2588,96.325,154.1875,66.41052,346.46667,1012.5379,381.159,12.051786,76.816666,981.7037,1975.5963,39.34781,555.5,42.02292,1.019621,58.681477,1.0758528,0.6130738,2.765806,30.929688,114.018,286.11115,15.786667,3494.1572,247.60416,87.375,128.78125,61.75357,95.09375,46.7875,2.9158335,79.625,464.4125,124.35214,73.60961,59.52292,23.556252,46.021427,53.970833,47.87413,909.5516,161.39429,3764.643,38.269592,3785.8413,76.78057,457.9054,2356.8428,71.19766,10.248893,1755.8325,1994.6335,5873.765,194.88855 +2023-06-23 13:00:00,0.0,14643.625,139.87917,19.335707,32.401863,23.755417,176.58998,25.345306,36.895897,20.179556,23.398691,621.3893,521.88727,11.417751,120.079895,13.935563,2.0708926,23.688734,29.39803,4.647588,362.93158,1.8663591,316.07394,54.93215,0.45194897,3.0757039,109.476555,25.981197,100.160034,142.87006,15283.004,0.6696946,1575.6976,1.2845168,0.80307865,0.43116155,2.8794053,171.56161,230.13187,30.945702,241.76007,24.722923,27.643114,1236.6477,4.2127147,145.22992,117.55658,371.4985,118.17553,378.6303,20.329762,270.0957,0.0,3223.9487,15091.455,22.950132,306.85657,130.3452,43409.33,147.55984,18.60381,120.0697,232.3961,60.457657,21.809174,169.93773,1768.0195,296.14124,106.36365,15.104734,13.306973,634.47186,55.09326,1412.5854,128.26347,2162.97,235.56277,308.47693,116.666245,282.73935,8.980066,15.257592,34.248005,5.181574,5.1218905,61.78319,57.89213,73.660385,15.8895235,22.663807,276.9293,8.816695,3127.4521,106.90628,61.629513,124.42128,108.56369,220.9095,142.60886,84.986115,31.606411,42.66976,107.67353,322.8136,674.74567,140.94719,467.5649,89.78598,95.287575,289.04257,271.1461,985.16113,312.478,4.046288,16.869896,9.900987,61.7538,15704.972,5.8602777,14.433194,24.418705,48.561726,545.77185,93.001205,191.81801,3.731405,245.55139,549.1054,349.2793,117.07779,340.67087,31.691065,65.03648,287.00818,14.822421,2.0881453,13.024927,2065.3042,0.21651997,0.66757077,63.556046,6.6486506,4.2683268,7.703849,13.345061,164.12437,56.422623,123.68728,859.88745,207.5947,1929.7742,1777.3002,14.646286,25.108276,13553.217,8.767315,58.788425,516.4644,96.31834,154.1391,66.40047,346.36557,1012.1728,381.2501,12.054117,76.806946,982.0439,1975.1404,39.34629,555.4157,41.99552,1.0197762,58.687157,1.0760857,0.61337745,2.7672405,30.926779,114.009346,286.09216,15.79524,3494.3967,247.70174,87.42384,128.89218,61.835495,95.10295,46.842846,2.9171808,79.71736,465.04654,124.55813,73.73265,59.611927,23.550798,46.084007,54.058495,47.884678,909.43677,161.44763,3766.4104,38.267838,3785.7122,76.79357,457.78964,2357.702,71.23155,10.243992,1755.2548,1993.1075,5871.714,194.61562 +2023-06-23 14:00:00,0.0,14653.477,139.98671,19.337584,32.421375,23.744167,176.56668,25.341236,36.879124,20.17715,23.396183,621.18994,521.77496,11.411669,120.14041,13.946512,2.067859,23.684673,29.363129,4.6287565,362.84412,1.858089,316.03464,54.902378,0.45133066,3.0738282,109.46816,25.962393,100.01451,142.83557,15294.724,0.6696069,1575.2859,1.2836238,0.8023948,0.43083304,2.8756864,171.4968,230.04428,30.935251,241.58264,24.717096,27.674673,1237.5618,4.2111335,145.34798,117.62065,371.31522,118.31421,378.63892,20.323528,270.4496,0.0,3221.0457,15093.464,22.945673,307.16315,130.32394,43417.56,147.47229,18.604626,120.19059,232.64297,60.38383,21.77901,170.16713,1769.8712,296.45435,106.48562,15.107443,13.299248,633.4917,55.105724,1414.4086,128.35194,2162.8564,235.75182,308.71545,116.56373,283.1005,8.976332,15.251158,34.223667,5.1770926,5.115086,61.790478,57.86905,73.61959,15.8841505,22.669756,277.0389,8.813199,3126.3416,106.978775,61.57153,124.497856,108.63366,220.86066,142.6546,84.97222,31.617464,42.696922,107.762505,322.79306,675.6183,141.01312,467.72577,89.83331,95.31678,289.14124,271.2109,984.9586,312.6773,4.044451,16.871042,9.903402,61.642403,15704.561,5.856222,14.422324,24.404074,48.58492,546.03455,93.01908,191.92812,3.7286432,245.60278,549.228,349.4094,117.11631,340.64215,31.673796,65.03564,286.92548,14.815767,2.0868897,13.021146,2065.811,0.21626215,0.66689163,63.522274,6.6401587,4.266269,7.6958632,13.332039,164.0296,56.39212,123.66146,859.4585,207.59848,1929.5099,1777.1005,14.637704,25.106134,13548.162,8.766615,58.785183,516.67004,96.31167,154.0907,66.3904,346.26443,1011.8077,381.34122,12.056449,76.79722,982.3841,1974.6843,39.344776,555.3315,41.968124,1.0199313,58.692837,1.0763187,0.6136811,2.768675,30.923872,114.00069,286.0732,15.803815,3494.6365,247.7993,87.47269,129.00313,61.91742,95.11215,46.898193,2.9185278,79.80972,465.68057,124.76411,73.85569,59.700935,23.545347,46.146587,54.146156,47.895226,909.322,161.50096,3768.1775,38.266087,3785.583,76.806564,457.6739,2358.561,71.26544,10.23909,1754.6769,1991.5817,5869.6626,194.3427 +2023-06-23 15:00:00,0.0,14663.329,140.09425,19.33946,32.440884,23.732918,176.54338,25.337168,36.86235,20.174744,23.393677,620.9906,521.66266,11.405586,120.20093,13.957461,2.0648253,23.680613,29.32823,4.609925,362.75662,1.8498188,315.9953,54.872604,0.45071232,3.0719523,109.45977,25.94359,99.86898,142.80109,15306.443,0.66951925,1574.8743,1.2827308,0.8017109,0.43050453,2.871967,171.43198,229.95671,30.924799,241.40521,24.71127,27.706234,1238.4758,4.209553,145.46602,117.68472,371.13193,118.452896,378.64755,20.317293,270.8035,0.0,3218.1426,15095.473,22.941212,307.46973,130.30267,43425.79,147.38472,18.605444,120.311485,232.88985,60.31001,21.748848,170.39653,1771.7229,296.76746,106.60759,15.110152,13.291522,632.51154,55.118187,1416.2317,128.44041,2162.7432,235.94084,308.95404,116.46122,283.46167,8.972596,15.244722,34.199333,5.1726117,5.1082816,61.79776,57.845963,73.57879,15.878778,22.675705,277.14853,8.809702,3125.231,107.05128,61.513542,124.57444,108.70363,220.81181,142.70036,84.958336,31.628517,42.724087,107.85149,322.77252,676.49097,141.07906,467.8866,89.880646,95.34598,289.23993,271.27573,984.7561,312.8766,4.0426145,16.872189,9.905817,61.531006,15704.148,5.8521667,14.411455,24.389444,48.608112,546.29724,93.03695,192.03821,3.7258813,245.65416,549.3506,349.5395,117.15483,340.61346,31.656528,65.03479,286.84274,14.809114,2.0856342,13.0173645,2066.318,0.21600433,0.66621244,63.488503,6.6316667,4.2642117,7.687878,13.319016,163.93481,56.361618,123.63564,859.0295,207.60226,1929.2455,1776.9006,14.629121,25.103994,13543.107,8.765916,58.781944,516.8757,96.305,154.0423,66.38035,346.16333,1011.44257,381.4323,12.05878,76.7875,982.7243,1974.2284,39.343258,555.2472,41.94073,1.0200865,58.69852,1.0765517,0.6139847,2.77011,30.920963,113.992035,286.05426,15.812388,3494.8762,247.89687,87.52152,129.11406,61.999344,95.12135,46.95354,2.9198751,79.902084,466.3146,124.970085,73.97872,59.789944,23.539896,46.209167,54.233818,47.90577,909.2073,161.55429,3769.9448,38.264336,3785.4536,76.819565,457.55814,2359.4202,71.299324,10.234189,1754.0991,1990.0558,5867.6113,194.06978 +2023-06-23 16:00:00,0.0,14673.181,140.2018,19.341335,32.460392,23.721666,176.52008,25.333097,36.84558,20.172337,23.391169,620.7913,521.55035,11.399504,120.26145,13.968411,2.0617917,23.676552,29.29333,4.591093,362.66913,1.8415486,315.956,54.84283,0.450094,3.0700767,109.45138,25.924788,99.72346,142.7666,15318.162,0.66943157,1574.4625,1.2818378,0.80102706,0.43017602,2.8682482,171.36714,229.86913,30.914349,241.22778,24.705442,27.737795,1239.3899,4.2079716,145.58406,117.748795,370.9486,118.591576,378.6562,20.311058,271.15738,0.0,3215.2393,15097.481,22.936752,307.7763,130.2814,43434.02,147.29716,18.60626,120.43238,233.13672,60.236183,21.718685,170.62593,1773.5746,297.08057,106.72957,15.112861,13.283796,631.5313,55.13065,1418.0548,128.5289,2162.6296,236.12988,309.1926,116.35871,283.8228,8.968862,15.238287,34.174995,5.1681304,5.1014776,61.805046,57.822876,73.53799,15.873405,22.681656,277.25812,8.806205,3124.1204,107.12377,61.455555,124.651024,108.773605,220.76297,142.74611,84.94444,31.63957,42.751247,107.94046,322.75195,677.3636,141.145,468.04742,89.92798,95.375175,289.33862,271.34055,984.5536,313.0759,4.0407777,16.873333,9.908233,61.419605,15703.737,5.848111,14.400585,24.374815,48.6313,546.5599,93.05482,192.14832,3.7231195,245.70555,549.47314,349.66956,117.19335,340.58475,31.63926,65.03395,286.76,14.802461,2.0843785,13.013582,2066.825,0.2157465,0.6655333,63.454735,6.6231747,4.262154,7.6798925,13.305994,163.84003,56.331112,123.609825,858.60046,207.60605,1928.9812,1776.7009,14.620539,25.101852,13538.053,8.765216,58.7787,517.08124,96.29833,153.9939,66.37029,346.06223,1011.07745,381.52344,12.061111,76.77778,983.0645,1973.7723,39.34174,555.16296,41.913334,1.0202416,58.7042,1.0767846,0.61428833,2.7715445,30.918056,113.983376,286.0353,15.820963,3495.1157,247.99443,87.570366,129.225,62.08127,95.130554,47.00889,2.9212224,79.994446,466.94864,125.17606,74.10176,59.878952,23.534445,46.271744,54.32148,47.916317,909.09247,161.60764,3771.7122,38.26258,3785.3245,76.83256,457.44238,2360.2793,71.33321,10.229287,1753.5212,1988.5299,5865.56,193.79686 +2023-06-23 17:00:00,0.0,14683.033,140.30934,19.343212,32.479904,23.710417,176.4968,25.32903,36.82881,20.169931,23.388662,620.592,521.43805,11.393421,120.32197,13.979361,2.058758,23.672491,29.25843,4.572262,362.58163,1.8332784,315.91666,54.813057,0.44947568,3.068201,109.442986,25.905983,99.577934,142.73212,15329.882,0.6693439,1574.0508,1.2809448,0.8003432,0.4298475,2.8645291,171.30232,229.78156,30.903896,241.05035,24.699617,27.769356,1240.304,4.2063904,145.7021,117.81287,370.76532,118.73026,378.6648,20.304823,271.5113,0.0,3212.336,15099.49,22.932291,308.0829,130.26013,43442.246,147.2096,18.607079,120.55327,233.38358,60.16236,21.688522,170.85532,1775.4263,297.39368,106.85154,15.11557,13.27607,630.55115,55.143112,1419.8779,128.61737,2162.5164,236.31892,309.43118,116.256195,284.18396,8.965126,15.231852,34.15066,5.1636496,5.094673,61.81233,57.79979,73.497185,15.868033,22.687605,277.36774,8.802709,3123.01,107.196266,61.397568,124.72761,108.843575,220.71413,142.79185,84.93056,31.650625,42.778408,108.029434,322.7314,678.2362,141.21094,468.20828,89.9753,95.40437,289.43732,271.4054,984.351,313.27518,4.038941,16.87448,9.910648,61.30821,15703.326,5.8440557,14.389716,24.360186,48.654495,546.8226,93.07269,192.25842,3.7203577,245.75694,549.59576,349.79965,117.23188,340.55606,31.62199,65.033104,286.67728,14.795808,2.083123,13.009801,2067.3318,0.21548869,0.6648541,63.420963,6.6146827,4.260096,7.671907,13.292972,163.74525,56.30061,123.584015,858.1715,207.60985,1928.7169,1776.5011,14.611956,25.09971,13532.998,8.764517,58.775463,517.28687,96.291664,153.9455,66.36023,345.96112,1010.71234,381.61453,12.063442,76.76805,983.4047,1973.3164,39.34022,555.0787,41.885937,1.0203967,58.70988,1.0770177,0.61459196,2.7729793,30.915148,113.974724,286.01636,15.829537,3495.3555,248.09201,87.61921,129.33594,62.163193,95.139755,47.064236,2.9225695,80.08681,467.58267,125.38204,74.2248,59.967964,23.528994,46.334324,54.409145,47.926865,908.9777,161.66096,3773.4795,38.26083,3785.1953,76.84556,457.32663,2361.1384,71.3671,10.224386,1752.9435,1987.004,5863.509,193.52393 +2023-06-23 18:00:00,0.0,14692.885,140.41689,19.345089,32.499413,23.699167,176.4735,25.324959,36.81204,20.167524,23.386154,620.39264,521.32574,11.38734,120.382484,13.99031,2.0557246,23.668432,29.22353,4.55343,362.49414,1.8250083,315.87732,54.783283,0.44885737,3.0663254,109.43459,25.88718,99.43241,142.69763,15341.602,0.6692562,1573.639,1.280052,0.7996593,0.42951897,2.8608103,171.2375,229.69398,30.893446,240.87291,24.69379,27.800915,1241.218,4.204809,145.82016,117.876945,370.58203,118.86895,378.67343,20.298588,271.86517,0.0,3209.4326,15101.5,22.927832,308.38943,130.23886,43450.477,147.12204,18.607895,120.674164,233.63046,60.088535,21.65836,171.08472,1777.278,297.70676,106.97352,15.1182785,13.268344,629.571,55.155575,1421.701,128.70584,2162.4028,236.50795,309.6697,116.15369,284.54514,8.961391,15.225417,34.126324,5.1591682,5.0878687,61.819614,57.776703,73.45639,15.86266,22.693554,277.47736,8.7992115,3121.8994,107.26877,61.339584,124.804184,108.91354,220.66528,142.8376,84.916664,31.661678,42.80557,108.11841,322.71088,679.1088,141.27687,468.3691,90.02264,95.43357,289.536,271.4702,984.1485,313.4745,4.037104,16.875626,9.913063,61.19681,15702.914,5.84,14.378846,24.345556,48.67769,547.08527,93.09056,192.36852,3.7175958,245.80833,549.7183,349.92975,117.2704,340.52734,31.604723,65.03226,286.59454,14.789154,2.0818675,13.00602,2067.8389,0.21523087,0.664175,63.38719,6.6061907,4.2580385,7.6639214,13.279949,163.65047,56.270107,123.5582,857.74255,207.61363,1928.4526,1776.3014,14.603374,25.09757,13527.943,8.763817,58.77222,517.4925,96.285,153.8971,66.350174,345.86,1010.3472,381.70566,12.065774,76.75833,983.74493,1972.8604,39.338707,554.99445,41.858543,1.0205519,58.71556,1.0772506,0.6148955,2.7744138,30.91224,113.966064,285.9974,15.838111,3495.5952,248.18958,87.66805,129.44687,62.24512,95.14896,47.119583,2.9239168,80.17917,468.2167,125.58803,74.34783,60.056973,23.523542,46.396904,54.496807,47.93741,908.863,161.7143,3775.2466,38.25908,3785.0662,76.85855,457.21088,2361.9976,71.40099,10.219484,1752.3656,1985.4781,5861.458,193.251 +2023-06-23 19:00:00,0.0,14702.737,140.52444,19.346964,32.518925,23.687918,176.4502,25.32089,36.795265,20.16512,23.383648,620.1933,521.21344,11.381257,120.443,14.00126,2.052691,23.664371,29.188631,4.534599,362.40668,1.8167381,315.838,54.75351,0.44823903,3.0644495,109.4262,25.868376,99.28689,142.66315,15353.32,0.66916853,1573.2273,1.279159,0.79897547,0.42919046,2.8570914,171.17268,229.6064,30.882994,240.69548,24.687963,27.832476,1242.1321,4.2032285,145.9382,117.94102,370.39874,119.00763,378.68207,20.292353,272.21906,0.0,3206.5295,15103.509,22.92337,308.696,130.21759,43458.707,147.03447,18.608713,120.79506,233.87732,60.014713,21.628197,171.31412,1779.1296,298.01987,107.09549,15.120988,13.260618,628.59076,55.168037,1423.5242,128.79431,2162.2893,236.69699,309.9083,116.05117,284.90628,8.957656,15.218982,34.10199,5.1546874,5.081064,61.826897,57.753616,73.41559,15.857288,22.699505,277.58694,8.795714,3120.7888,107.34126,61.281597,124.88077,108.98351,220.61644,142.88335,84.90278,31.672731,42.832733,108.20738,322.69034,679.9815,141.34282,468.52997,90.06997,95.46277,289.63467,271.53503,983.946,313.67377,4.0352674,16.876772,9.915479,61.085415,15702.503,5.835944,14.367977,24.330927,48.70088,547.3479,93.10843,192.47862,3.714834,245.85973,549.8409,350.05984,117.30892,340.49866,31.587454,65.03142,286.51184,14.782501,2.080612,13.002238,2068.3457,0.21497305,0.6634958,63.35342,6.597698,4.255981,7.655936,13.266927,163.55568,56.2396,123.53238,857.3135,207.61742,1928.1882,1776.1016,14.59479,25.095428,13522.889,8.763118,58.768982,517.6981,96.278336,153.84868,66.34012,345.75888,1009.9821,381.79675,12.068106,76.74861,984.0852,1972.4044,39.33719,554.91016,41.831146,1.020707,58.72124,1.0774835,0.61519915,2.7758484,30.909332,113.95741,285.97845,15.846685,3495.8347,248.28714,87.716896,129.55782,62.327045,95.15816,47.17493,2.9252641,80.27153,468.85074,125.79401,74.47087,60.14598,23.518091,46.459484,54.58447,47.947956,908.74817,161.76762,3777.014,38.257324,3784.9368,76.87155,457.09512,2362.857,71.43488,10.214583,1751.7877,1983.9523,5859.4067,192.97809 +2023-06-23 20:00:00,0.0,14712.589,140.63199,19.34884,32.538433,23.676666,176.4269,25.31682,36.778496,20.162712,23.38114,619.99396,521.10114,11.3751745,120.50352,14.012209,2.0496573,23.66031,29.15373,4.515767,362.31918,1.808468,315.79868,54.723732,0.44762072,3.062574,109.41781,25.849573,99.14136,142.62866,15365.04,0.66908085,1572.8157,1.278266,0.7982916,0.42886195,2.853372,171.10785,229.51883,30.872543,240.51805,24.682138,27.864037,1243.0461,4.2016473,146.05624,118.00509,370.21545,119.14632,378.69067,20.28612,272.57297,0.0,3203.6265,15105.518,22.918911,309.0026,130.19632,43466.938,146.94691,18.60953,120.91595,234.1242,59.940887,21.598034,171.54352,1780.9813,298.33298,107.21746,15.123696,13.2528925,627.6106,55.1805,1425.3473,128.88278,2162.176,236.88602,310.14685,115.94866,285.26746,8.953921,15.212546,34.077652,5.150206,5.0742598,61.834183,57.73053,73.37479,15.851915,22.705454,277.69656,8.792218,3119.6782,107.413765,61.22361,124.95735,109.05349,220.5676,142.9291,84.888885,31.683784,42.859894,108.29636,322.6698,680.8541,141.40875,468.6908,90.1173,95.49197,289.73337,271.59985,983.74347,313.87308,4.0334306,16.877916,9.917894,60.97402,15702.091,5.8318887,14.357107,24.316298,48.72407,547.6106,93.1263,192.58873,3.7120721,245.91112,549.9635,350.18994,117.34744,340.46994,31.570185,65.03057,286.4291,14.775847,2.0793562,12.998457,2068.8525,0.21471523,0.66281664,63.319653,6.589206,4.253923,7.64795,13.253904,163.4609,56.2091,123.50656,856.8845,207.6212,1927.924,1775.9019,14.586208,25.093288,13517.834,8.762418,58.76574,517.90375,96.27167,153.80028,66.330055,345.65778,1009.617,381.88788,12.0704365,76.73889,984.4254,1971.9484,39.33567,554.8259,41.80375,1.0208622,58.72692,1.0777166,0.6155028,2.7772832,30.906424,113.94875,285.9595,15.855259,3496.0745,248.38472,87.76574,129.66875,62.40897,95.16736,47.230278,2.9266112,80.36389,469.48477,125.999985,74.59391,60.23499,23.51264,46.522064,54.67213,47.9585,908.6334,161.82097,3778.7812,38.255573,3784.8076,76.88455,456.97937,2363.716,71.468765,10.2096815,1751.21,1982.4264,5857.3555,192.70515 +2023-06-23 21:00:00,0.0,14722.441,140.73953,19.350718,32.55794,23.665417,176.4036,25.312752,36.761726,20.160307,23.378633,619.7946,520.98883,11.369092,120.56403,14.023158,2.0466237,23.65625,29.118832,4.4969354,362.2317,1.8001978,315.75934,54.69396,0.4470024,3.0606983,109.40942,25.83077,98.995834,142.59418,15376.76,0.6689932,1572.4039,1.277373,0.7976077,0.42853343,2.8496532,171.04303,229.43124,30.862091,240.34062,24.676311,27.895597,1243.9603,4.200066,146.17429,118.06916,370.03217,119.285,378.6993,20.279884,272.92685,0.0,3200.7231,15107.526,22.91445,309.30917,130.17505,43475.164,146.85934,18.610348,121.03684,234.37106,59.867065,21.567871,171.77292,1782.833,298.6461,107.33944,15.126406,13.245167,626.63043,55.192963,1427.1704,128.97125,2162.0625,237.07506,310.38544,115.84615,285.6286,8.950186,15.206111,34.053314,5.1457253,5.0674553,61.841465,57.707443,73.333984,15.846543,22.711403,277.80618,8.788721,3118.5679,107.48626,61.165627,125.03393,109.12346,220.51875,142.97484,84.875,31.69484,42.887054,108.38533,322.64923,681.72675,141.47469,468.85162,90.16463,95.52117,289.83206,271.66467,983.54095,314.07236,4.031594,16.879063,9.920309,60.86262,15701.68,5.827833,14.346238,24.301668,48.747265,547.8733,93.14417,192.69882,3.7093103,245.9625,550.08606,350.32004,117.38597,340.44125,31.552917,65.029724,286.34637,14.769195,2.0781007,12.994675,2069.3594,0.21445742,0.66213745,63.28588,6.580714,4.2518654,7.6399646,13.240882,163.36612,56.178596,123.48074,856.4555,207.625,1927.6597,1775.702,14.577625,25.091146,13512.779,8.761719,58.7625,518.1094,96.265,153.75188,66.32,345.55667,1009.2519,381.97897,12.072768,76.729164,984.7656,1971.4924,39.334152,554.74164,41.776356,1.0210173,58.732605,1.0779495,0.6158064,2.7787178,30.903515,113.9401,285.94055,15.863833,3496.3142,248.48228,87.81458,129.7797,62.490894,95.17656,47.285625,2.9279585,80.45625,470.1188,126.20596,74.71694,60.323997,23.507189,46.58464,54.759792,47.969048,908.5186,161.8743,3780.5486,38.253822,3784.6785,76.897545,456.86362,2364.5752,71.502655,10.204781,1750.6321,1980.9004,5855.304,192.43224 +2023-06-23 22:00:00,0.0,14732.293,140.84708,19.352592,32.577454,23.654167,176.3803,25.308681,36.744953,20.1579,23.376127,619.59534,520.8765,11.363009,120.62455,14.034108,2.04359,23.65219,29.083931,4.478104,362.1442,1.7919277,315.72003,54.664185,0.44638407,3.0588226,109.401024,25.811966,98.85031,142.55968,15388.4795,0.6689055,1571.9922,1.27648,0.7969239,0.42820492,2.8459344,170.97821,229.34367,30.85164,240.1632,24.670485,27.927156,1244.8744,4.1984854,146.29234,118.13323,369.84885,119.42368,378.70795,20.27365,273.28076,0.0,3197.8198,15109.535,22.909988,309.61575,130.15378,43483.395,146.77179,18.611164,121.15774,234.61795,59.793243,21.537708,172.00232,1784.6847,298.9592,107.46141,15.129114,13.23744,625.65027,55.205425,1428.9935,129.05972,2161.9492,237.2641,310.62402,115.74364,285.98975,8.946451,15.199676,34.02898,5.1412444,5.060651,61.84875,57.68436,73.29319,15.84117,22.717354,277.91577,8.785224,3117.4573,107.558754,61.10764,125.11051,109.19343,220.46991,143.02058,84.861115,31.705893,42.914215,108.474304,322.6287,682.59937,141.54062,469.01248,90.21196,95.55037,289.93076,271.72952,983.33844,314.27167,4.029757,16.880209,9.922725,60.751225,15701.268,5.8237777,14.335368,24.287037,48.770454,548.1359,93.16204,192.80893,3.7065485,246.01389,550.2087,350.45013,117.42449,340.41254,31.535648,65.028885,286.26364,14.762541,2.0768452,12.990893,2069.8665,0.2141996,0.66145825,63.25211,6.572222,4.249808,7.631979,13.2278595,163.27135,56.14809,123.454926,856.0265,207.62878,1927.3953,1775.5023,14.569043,25.089005,13507.725,8.761019,58.75926,518.31494,96.25833,153.70348,66.30994,345.45557,1008.8868,382.0701,12.075099,76.719444,985.10583,1971.0365,39.332638,554.6574,41.74896,1.0211724,58.738285,1.0781825,0.61611,2.7801523,30.900608,113.93144,285.9216,15.872407,3496.5537,248.57985,87.86343,129.89062,62.57282,95.18576,47.340973,2.9293058,80.548615,470.75284,126.41195,74.83998,60.413006,23.501738,46.64722,54.847454,47.979595,908.4039,161.92763,3782.316,38.252068,3784.5493,76.910545,456.74786,2365.4343,71.536545,10.199879,1750.0543,1979.3745,5853.253,192.15932 +2023-06-23 23:00:00,0.0,14742.1455,140.95462,19.35447,32.596962,23.642918,176.357,25.304613,36.72818,20.155493,23.37362,619.396,520.7642,11.356927,120.68507,14.045057,2.0405564,23.648129,29.049032,4.4592724,362.0567,1.7836574,315.6807,54.63441,0.44576576,3.0569468,109.39263,25.793163,98.70479,142.52519,15400.198,0.6688178,1571.5804,1.275587,0.79624,0.4278764,2.8422153,170.91339,229.25609,30.84119,239.98576,24.664658,27.958717,1245.7885,4.196904,146.41039,118.1973,369.66556,119.56237,378.71655,20.267414,273.63464,0.0,3194.9165,15111.544,22.905529,309.92233,130.1325,43491.625,146.68422,18.611982,121.278625,234.8648,59.719418,21.507545,172.23172,1786.5364,299.2723,107.58338,15.131824,13.229714,624.67004,55.217888,1430.8167,129.1482,2161.8357,237.45312,310.86255,115.64113,286.35092,8.942716,15.193241,34.004642,5.136763,5.0538464,61.856037,57.661278,73.25239,15.835798,22.723303,278.0254,8.781728,3116.3467,107.631256,61.049652,125.187096,109.2634,220.42107,143.06633,84.84722,31.716946,42.94138,108.56328,322.60815,683.47205,141.60657,469.1733,90.25929,95.57957,290.02945,271.79434,983.13586,314.47095,4.0279202,16.881355,9.92514,60.639828,15700.856,5.819722,14.324499,24.272408,48.793648,548.3986,93.17991,192.91904,3.7037866,246.06528,550.33124,350.58023,117.46301,340.38385,31.51838,65.02804,286.1809,14.755888,2.0755894,12.987112,2070.3733,0.21394178,0.6607791,63.218338,6.5637302,4.2477503,7.6239934,13.214837,163.17656,56.117588,123.42911,855.59753,207.63257,1927.131,1775.3025,14.56046,25.086864,13502.67,8.76032,58.75602,518.52057,96.25167,153.65508,66.29988,345.35443,1008.52167,382.1612,12.077431,76.709724,985.44604,1970.5804,39.33112,554.5731,41.72156,1.0213276,58.743965,1.0784155,0.61641365,2.7815871,30.8977,113.92279,285.90265,15.880981,3496.7935,248.67743,87.91227,130.00156,62.654743,95.19496,47.39632,2.9306529,80.640976,471.38687,126.61793,74.96301,60.502014,23.496284,46.7098,54.935116,47.99014,908.2891,161.98096,3784.083,38.250317,3784.42,76.92354,456.6321,2366.2935,71.570435,10.194978,1749.4764,1977.8486,5851.2017,191.8864 +2023-06-24 00:00:00,0.0,14751.997,141.06216,19.356344,32.61647,23.631666,176.3337,25.300543,36.71141,20.153088,23.371113,619.19666,520.65186,11.350844,120.74559,14.056006,2.0375228,23.64407,29.014132,4.440441,361.96924,1.7753873,315.6414,54.604637,0.44514742,3.055071,109.38424,25.774359,98.55926,142.4907,15411.918,0.66873014,1571.1687,1.2746941,0.7955561,0.42754787,2.8384964,170.84857,229.16852,30.830738,239.80833,24.658833,27.990278,1246.7025,4.195323,146.52843,118.261375,369.48224,119.70105,378.7252,20.261179,273.98856,0.0,3192.0134,15113.553,22.901068,310.22888,130.11124,43499.85,146.59666,18.612799,121.39952,235.1117,59.645596,21.477383,172.4611,1788.3881,299.58542,107.70536,15.134532,13.221989,623.6899,55.230354,1432.6396,129.23668,2161.7222,237.64217,311.10114,115.53862,286.71207,8.938981,15.186806,33.98031,5.1322823,5.047042,61.86332,57.63819,73.211586,15.830425,22.729252,278.135,8.778231,3115.236,107.70375,60.991665,125.26368,109.333374,220.37222,143.11208,84.833336,31.727999,42.96854,108.65225,322.58762,684.34467,141.6725,469.33417,90.306625,95.608765,290.1281,271.85916,982.93335,314.67026,4.0260835,16.8825,9.927555,60.52843,15700.445,5.8156667,14.31363,24.257778,48.81684,548.6613,93.197784,193.02913,3.7010248,246.11667,550.4538,350.71033,117.50153,340.35513,31.501112,65.02719,286.0982,14.749234,2.074334,12.983331,2070.8801,0.21368396,0.6600999,63.18457,6.5552382,4.2456923,7.616008,13.201815,163.08177,56.087086,123.4033,855.1686,207.63635,1926.8667,1775.1028,14.551878,25.084723,13497.615,8.759621,58.752777,518.7262,96.245,153.60667,66.289825,345.25333,1008.15656,382.25232,12.079762,76.7,985.78625,1970.1245,39.3296,554.4889,41.694168,1.0214827,58.749645,1.0786484,0.6167173,2.7830217,30.894793,113.91413,285.8837,15.889556,3497.0332,248.775,87.961105,130.1125,62.736668,95.20417,47.451668,2.9320002,80.73333,472.0209,126.823906,75.08605,60.591022,23.490833,46.77238,55.022778,48.000687,908.1743,162.0343,3785.8503,38.248566,3784.2908,76.93654,456.51636,2367.1526,71.604324,10.190076,1748.8987,1976.3228,5849.1504,191.61346 +2023-06-24 01:00:00,0.0,14761.85,141.16971,19.358221,32.635983,23.620417,176.3104,25.296474,36.69464,20.15068,23.368605,618.9973,520.53955,11.344763,120.80611,14.0669565,2.0344892,23.640009,28.979233,4.4216094,361.88174,1.7671171,315.60205,54.574863,0.44452912,3.0531955,109.37585,25.755556,98.413734,142.45622,15423.638,0.66864246,1570.7571,1.2738011,0.7948723,0.42721936,2.8347774,170.78374,229.08093,30.820288,239.6309,24.653006,28.02184,1247.6166,4.193742,146.64647,118.325455,369.29895,119.83974,378.73383,20.254944,274.34244,0.0,3189.11,15115.562,22.896608,310.53546,130.08998,43508.082,146.5091,18.613617,121.52042,235.35857,59.57177,21.44722,172.6905,1790.2397,299.89853,107.82733,15.137241,13.214263,622.7097,55.242817,1434.4628,129.32515,2161.609,237.83119,311.3397,115.436104,287.07324,8.9352455,15.18037,33.95597,5.127801,5.040238,61.870605,57.6151,73.170784,15.825053,22.735203,278.2446,8.774734,3114.1257,107.77625,60.93368,125.340256,109.40334,220.32338,143.15784,84.81944,31.739054,42.9957,108.74123,322.56705,685.2173,141.73843,469.495,90.35395,95.63796,290.2268,271.92398,982.73083,314.86954,4.0242467,16.883646,9.929971,60.417034,15700.033,5.811611,14.30276,24.243149,48.84003,548.92395,93.21565,193.13924,3.698263,246.16806,550.5764,350.84042,117.54006,340.32645,31.483843,65.02635,286.01547,14.742581,2.0730784,12.979549,2071.3872,0.21342614,0.6594208,63.1508,6.5467463,4.2436347,7.608022,13.188792,162.987,56.056583,123.37748,854.73956,207.64015,1926.6024,1774.903,14.543295,25.082582,13492.561,8.758921,58.749535,518.9318,96.238335,153.55827,66.27976,345.15222,1007.79144,382.3434,12.082093,76.69028,986.12646,1969.6685,39.328083,554.4046,41.66677,1.0216379,58.755325,1.0788814,0.61702085,2.7844565,30.891884,113.90548,285.86475,15.898129,3497.2727,248.87256,88.00995,130.22343,62.818592,95.21337,47.507015,2.9333475,80.82569,472.65494,127.029884,75.20909,60.68003,23.485382,46.83496,55.11044,48.01123,908.0596,162.08763,3787.6177,38.246815,3784.1616,76.94953,456.4006,2368.0117,71.638214,10.185175,1748.3208,1974.7969,5847.099,191.34055 +2023-06-24 02:00:00,0.0,14771.701,141.27725,19.360098,32.65549,23.609167,176.2871,25.292404,36.677868,20.148275,23.366098,618.798,520.42725,11.33868,120.86662,14.077906,2.0314555,23.635948,28.944332,4.4027777,361.79425,1.758847,315.5627,54.54509,0.44391078,3.0513198,109.367455,25.736753,98.26821,142.42174,15435.356,0.6685548,1570.3453,1.2729081,0.7941884,0.42689085,2.8310583,170.71892,228.99336,30.809835,239.45348,24.647179,28.053398,1248.5306,4.192161,146.76453,118.38953,369.11566,119.978424,378.74243,20.24871,274.69635,0.0,3186.207,15117.571,22.892147,310.84204,130.06871,43516.312,146.42154,18.614433,121.641304,235.60544,59.497948,21.417057,172.9199,1792.0914,300.21164,107.9493,15.13995,13.206537,621.7295,55.25528,1436.2859,129.41362,2161.4954,238.02023,311.57828,115.333595,287.4344,8.931511,15.173935,33.931637,5.12332,5.0334334,61.877888,57.59202,73.12998,15.81968,22.741152,278.35422,8.771237,3113.0151,107.84875,60.875694,125.41684,109.47331,220.27454,143.20358,84.80556,31.750107,43.022865,108.8302,322.5465,686.0899,141.80438,469.65582,90.40128,95.66716,290.3255,271.98883,982.5283,315.06885,4.02241,16.884792,9.932386,60.305637,15699.622,5.8075557,14.291891,24.22852,48.863224,549.18665,93.23352,193.24934,3.695501,246.21945,550.699,350.97052,117.57858,340.29773,31.466574,65.025505,285.93274,14.735928,2.071823,12.975767,2071.894,0.21316832,0.6587416,63.117027,6.538254,4.241577,7.6000366,13.17577,162.89221,56.026077,123.35166,854.31055,207.64394,1926.338,1774.7032,14.534713,25.08044,13487.506,8.758222,58.746296,519.13745,96.23167,153.50987,66.26971,345.05112,1007.42633,382.43454,12.084425,76.68056,986.4667,1969.2125,39.326565,554.3204,41.639374,1.021793,58.761005,1.0791144,0.6173245,2.785891,30.888975,113.89682,285.8458,15.906704,3497.5125,248.97014,88.05879,130.33438,62.900517,95.22257,47.562363,2.9346945,80.91805,473.28897,127.23587,75.33212,60.76904,23.47993,46.897537,55.1981,48.02178,907.9448,162.14096,3789.385,38.24506,3784.0325,76.96253,456.28485,2368.8708,71.6721,10.180273,1747.743,1973.271,5845.048,191.06763 +2023-06-24 03:00:00,0.0,14781.554,141.3848,19.361973,32.675003,23.597918,176.2638,25.288336,36.661095,20.145868,23.36359,618.5987,520.31494,11.332598,120.92714,14.088855,2.0284219,23.631887,28.909433,4.3839464,361.70676,1.7505769,315.5234,54.515316,0.44329247,3.0494442,109.35906,25.717949,98.12269,142.38725,15447.076,0.6684671,1569.9336,1.2720151,0.79350454,0.42656234,2.8273394,170.6541,228.90578,30.799385,239.27605,24.641354,28.084959,1249.4447,4.19058,146.88257,118.4536,368.93237,120.1171,378.75107,20.242476,275.05023,0.0,3183.3037,15119.58,22.887688,311.14862,130.04744,43524.543,146.33397,18.615252,121.7622,235.8523,59.42412,21.386894,173.1493,1793.9431,300.52475,108.07128,15.142659,13.198811,620.7493,55.267742,1438.109,129.50209,2161.382,238.20926,311.81683,115.23108,287.79553,8.927775,15.1675005,33.9073,5.118839,5.026629,61.885174,57.56893,73.08919,15.814308,22.7471,278.4638,8.76774,3111.9045,107.92124,60.817707,125.49342,109.54328,220.2257,143.24933,84.791664,31.76116,43.050026,108.91918,322.52597,686.9626,141.87032,469.81668,90.448616,95.69636,290.4242,272.05365,982.3258,315.26813,4.0205727,16.885939,9.934801,60.19424,15699.21,5.8034997,14.281021,24.21389,48.886417,549.44934,93.251396,193.35944,3.6927392,246.27083,550.82153,351.10062,117.6171,340.26904,31.449306,65.02466,285.85,14.729275,2.0705671,12.971986,2072.401,0.2129105,0.65806246,63.083256,6.529762,4.239519,7.5920515,13.162747,162.79742,55.995575,123.32584,853.8816,207.64772,1926.0737,1774.5034,14.52613,25.078299,13482.451,8.757522,58.743053,519.3431,96.225,153.46146,66.25964,344.95,1007.0612,382.52567,12.086756,76.67083,986.8069,1968.7565,39.32505,554.2361,41.61198,1.0219482,58.76669,1.0793474,0.6176281,2.7873256,30.886068,113.88817,285.82684,15.9152775,3497.7522,249.0677,88.107635,130.44531,62.98244,95.23177,47.61771,2.9360418,81.010414,473.923,127.44185,75.45516,60.858047,23.47448,46.960117,55.285763,48.032326,907.83,162.1943,3791.1523,38.24331,3783.9033,76.975525,456.1691,2369.7302,71.705986,10.175372,1747.1652,1971.7451,5842.9966,190.79471 +2023-06-24 04:00:00,0.0,14791.405,141.49234,19.36385,32.69451,23.586666,176.2405,25.284266,36.644325,20.143461,23.361084,618.39935,520.20264,11.326515,120.987656,14.099805,2.0253882,23.627827,28.874533,4.3651147,361.6193,1.7423067,315.48407,54.48554,0.44267413,3.0475683,109.35067,25.699146,97.977165,142.35277,15458.796,0.6683794,1569.5219,1.2711221,0.7928207,0.42623383,2.8236203,170.58928,228.8182,30.788933,239.09862,24.635527,28.11652,1250.3588,4.1889987,147.00061,118.51767,368.74908,120.25579,378.75967,20.23624,275.40414,0.0,3180.4004,15121.589,22.883226,311.4552,130.02617,43532.77,146.24641,18.616068,121.883095,236.09917,59.3503,21.356731,173.37871,1795.7948,300.83786,108.19325,15.145368,13.191085,619.76917,55.280205,1439.9321,129.59056,2161.2686,238.3983,312.0554,115.12857,288.1567,8.924041,15.161065,33.882965,5.114358,5.0198245,61.892456,57.545845,73.048386,15.808935,22.753052,278.57343,8.764244,3110.794,107.993744,60.759724,125.57,109.61326,220.17685,143.29507,84.77778,31.772213,43.077187,109.008156,322.50543,687.8352,141.93625,469.9775,90.49595,95.72556,290.5229,272.11847,982.1232,315.46744,4.018736,16.887083,9.937217,60.082844,15698.799,5.799444,14.270152,24.19926,48.909607,549.712,93.269264,193.46954,3.6899774,246.32222,550.94415,351.2307,117.655624,340.24033,31.432037,65.02382,285.76727,14.722621,2.0693116,12.9682045,2072.908,0.21265268,0.65738326,63.049488,6.52127,4.2374616,7.584066,13.149725,162.70265,55.965073,123.300026,853.45264,207.6515,1925.8094,1774.3037,14.517548,25.076159,13477.396,8.756823,58.739815,519.5487,96.21833,153.41306,66.24959,344.84888,1006.6961,382.61676,12.0890875,76.66111,987.1471,1968.3005,39.323532,554.15186,41.584583,1.0221033,58.77237,1.0795803,0.6179317,2.7887604,30.88316,113.87951,285.8079,15.923852,3497.9917,249.16527,88.15648,130.55624,63.064365,95.240974,47.673054,2.9373891,81.102776,474.55704,127.64783,75.5782,60.947056,23.469028,47.022697,55.373425,48.04287,907.7153,162.24763,3792.9194,38.241558,3783.774,76.988525,456.05334,2370.5894,71.739876,10.17047,1746.5874,1970.2192,5840.9453,190.52177 +2023-06-24 05:00:00,0.0,14801.258,141.59988,19.365726,32.71402,23.575417,176.2172,25.280197,36.627556,20.141056,23.358578,618.2,520.09033,11.320433,121.04817,14.110754,2.0223546,23.623766,28.839634,4.3462834,361.5318,1.7340364,315.44476,54.455765,0.44205582,3.0456927,109.34228,25.680342,97.831635,142.31828,15470.515,0.66829175,1569.1101,1.2702291,0.7921368,0.4259053,2.8199015,170.52444,228.73062,30.778482,238.92117,24.6297,28.14808,1251.2728,4.1874175,147.11865,118.58174,368.5658,120.39447,378.7683,20.230005,275.75803,0.0,3177.497,15123.598,22.878767,311.76175,130.0049,43541.0,146.15884,18.616886,122.00398,236.34604,59.276474,21.326569,173.60811,1797.6466,301.15094,108.31523,15.148077,13.183359,618.789,55.292667,1441.7552,129.67903,2161.155,238.58734,312.29395,115.02606,288.51785,8.920306,15.15463,33.858627,5.1098766,5.01302,61.899742,57.52276,73.00758,15.803563,22.759,278.68304,8.760747,3109.6836,108.06624,60.701736,125.64658,109.68323,220.128,143.34082,84.763885,31.783268,43.104347,109.09713,322.4849,688.7078,142.00218,470.13837,90.543274,95.75476,290.62155,272.1833,981.9207,315.66672,4.016899,16.88823,9.939632,59.971447,15698.387,5.7953887,14.259282,24.18463,48.9328,549.9747,93.28713,193.57965,3.6872156,246.37361,551.0667,351.3608,117.69415,340.21164,31.414768,65.02297,285.68457,14.715968,2.068056,12.964423,2073.4148,0.21239486,0.6567041,63.015717,6.512778,4.235404,7.5760803,13.136703,162.60786,55.934566,123.27421,853.0236,207.6553,1925.5452,1774.1039,14.508965,25.074017,13472.342,8.756123,58.736572,519.7543,96.21167,153.36465,66.23953,344.74777,1006.331,382.7079,12.091419,76.65139,987.4873,1967.8446,39.322014,554.06757,41.557186,1.0222584,58.77805,1.0798134,0.61823535,2.790195,30.88025,113.87086,285.78894,15.9324255,3498.2314,249.26285,88.20532,130.66719,63.14629,95.250175,47.7284,2.9387362,81.19514,475.19107,127.853806,75.70123,61.036064,23.463577,47.085278,55.461086,48.053417,907.60046,162.30096,3794.6868,38.239803,3783.6448,77.001526,455.9376,2371.4485,71.773766,10.165569,1746.0095,1968.6932,5838.894,190.24886 +2023-06-24 06:00:00,0.0,14811.109,141.70743,19.367601,32.733532,23.564167,176.1939,25.276127,36.610783,20.138649,23.35607,618.0007,519.978,11.31435,121.10869,14.121703,2.019321,23.619707,28.804733,4.3274517,361.4443,1.7257663,315.40543,54.42599,0.44143748,3.043817,109.333885,25.66154,97.68611,142.2838,15482.234,0.66820407,1568.6985,1.2693362,0.79145294,0.42557678,2.8161824,170.45963,228.64305,30.76803,238.74374,24.623875,28.17964,1252.187,4.185837,147.23671,118.64581,368.38248,120.53316,378.77695,20.22377,276.11194,0.0,3174.594,15125.606,22.874306,312.06833,129.98363,43549.23,146.07129,18.617702,122.12488,236.59291,59.202652,21.296406,173.8375,1799.4983,301.46405,108.4372,15.150786,13.175633,617.8088,55.30513,1443.5784,129.7675,2161.0417,238.77637,312.53253,114.923546,288.87903,8.916571,15.148194,33.83429,5.105396,5.0062156,61.907024,57.499676,72.96678,15.79819,22.76495,278.79263,8.75725,3108.573,108.13874,60.64375,125.72317,109.7532,220.07916,143.38657,84.75,31.794321,43.13151,109.186104,322.46432,689.58044,142.06813,470.2992,90.59061,95.78396,290.72025,272.24814,981.7182,315.86603,4.0150623,16.889376,9.942047,59.860046,15697.976,5.791333,14.248413,24.17,48.955994,550.2373,93.30501,193.68974,3.6844537,246.425,551.1893,351.4909,117.73267,340.18295,31.397501,65.022125,285.60184,14.709314,2.0668004,12.960642,2073.9216,0.21213704,0.65602493,62.981945,6.504286,4.233346,7.5680947,13.12368,162.51309,55.904064,123.2484,852.5946,207.65909,1925.2808,1773.9042,14.500382,25.071877,13467.287,8.755424,58.733334,519.9599,96.205,153.31625,66.22947,344.64667,1005.9659,382.79898,12.09375,76.64166,987.8275,1967.3885,39.320496,553.98334,41.529793,1.0224136,58.78373,1.0800463,0.618539,2.7916296,30.877344,113.8622,285.77,15.941,3498.4712,249.36041,88.254166,130.77812,63.228214,95.25938,47.78375,2.9400835,81.2875,475.8251,128.05978,75.82427,61.125072,23.458126,47.147858,55.54875,48.06396,907.4857,162.3543,3796.454,38.238052,3783.5156,77.01452,455.82184,2372.3076,71.807655,10.160667,1745.4318,1967.1674,5836.843,189.97594 +2023-06-24 07:00:00,0.0,14820.962,141.81497,19.369478,32.75304,23.552917,176.1706,25.272058,36.59401,20.136244,23.353563,617.80133,519.8657,11.308268,121.16921,14.132653,2.0162876,23.615646,28.769835,4.30862,361.3568,1.7174962,315.3661,54.396217,0.44081917,3.0419414,109.32549,25.642736,97.54059,142.2493,15493.954,0.6681164,1568.2867,1.2684432,0.7907691,0.42524827,2.8124633,170.3948,228.55548,30.75758,238.56631,24.618048,28.2112,1253.1011,4.1842556,147.35475,118.709885,368.1992,120.671844,378.78555,20.217535,276.46582,0.0,3171.6907,15127.615,22.869846,312.3749,129.96236,43557.457,145.98372,18.61852,122.24577,236.83978,59.12883,21.266243,174.0669,1801.35,301.77716,108.55917,15.153495,13.167908,616.8286,55.317593,1445.4015,129.85597,2160.9282,238.96541,312.77112,114.82104,289.24017,8.912836,15.141759,33.809956,5.100915,4.999411,61.91431,57.476585,72.92599,15.792818,22.7709,278.90225,8.753754,3107.4624,108.211235,60.585762,125.79975,109.823166,220.03033,143.43231,84.736115,31.805374,43.158672,109.27508,322.4438,690.4531,142.13406,470.46002,90.63794,95.813156,290.81894,272.31296,981.5157,316.0653,4.0132256,16.890522,9.944463,59.74865,15697.564,5.7872777,14.237543,24.15537,48.979183,550.5,93.322876,193.79985,3.681692,246.4764,551.3119,351.621,117.771194,340.15424,31.380232,65.021286,285.5191,14.7026615,2.0655448,12.95686,2074.4287,0.21187922,0.6553458,62.948174,6.495794,4.2312884,7.560109,13.110658,162.4183,55.87356,123.22258,852.16565,207.66287,1925.0165,1773.7043,14.491799,25.069735,13462.231,8.754724,58.73009,520.1655,96.19833,153.26785,66.21941,344.54556,1005.60077,382.8901,12.096082,76.63194,988.1677,1966.9326,39.31898,553.89905,41.502396,1.0225687,58.78941,1.0802792,0.6188426,2.7930644,30.874435,113.853546,285.75104,15.949574,3498.711,249.45798,88.30301,130.88907,63.31014,95.26858,47.839096,2.9414308,81.37986,476.45914,128.26576,75.94731,61.21408,23.452675,47.210434,55.636414,48.07451,907.371,162.40764,3798.2214,38.2363,3783.3865,77.02752,455.70612,2373.1667,71.841545,10.1557665,1744.8539,1965.6415,5834.792,189.703 +2023-06-24 08:00:00,0.0,14830.813,141.92252,19.371355,32.77255,23.541666,176.1473,25.267988,36.57724,20.133837,23.351055,617.60205,519.7534,11.302185,121.22973,14.143602,2.013254,23.611586,28.734934,4.2897887,361.26932,1.709226,315.32678,54.366444,0.44020084,3.0400655,109.3171,25.623932,97.395065,142.21481,15505.674,0.6680287,1567.875,1.2675502,0.7900852,0.42491975,2.8087444,170.32999,228.4679,30.747128,238.38889,24.61222,28.242762,1254.0151,4.1826744,147.4728,118.77396,368.0159,120.810524,378.7942,20.211302,276.81973,0.0,3168.7876,15129.624,22.865385,312.6815,129.94109,43565.688,145.89616,18.619337,122.36666,237.08667,59.055004,21.23608,174.2963,1803.2017,302.09027,108.68115,15.156204,13.160182,615.84845,55.330055,1447.2246,129.94444,2160.815,239.15443,313.00964,114.71852,289.60132,8.909101,15.1353245,33.785618,5.0964336,4.9926066,61.921597,57.4535,72.885185,15.787445,22.77685,279.01187,8.750257,3106.3518,108.28373,60.52778,125.87633,109.89314,219.98149,143.47806,84.72222,31.816427,43.185833,109.36405,322.42325,691.32574,142.2,470.62088,90.68527,95.842354,290.91763,272.37778,981.3132,316.26462,4.011389,16.891666,9.946878,59.637253,15697.152,5.783222,14.226674,24.140741,49.002377,550.7627,93.340744,193.90996,3.67893,246.52777,551.43445,351.75107,117.809715,340.12555,31.362963,65.02044,285.43637,14.696008,2.0642893,12.953078,2074.9355,0.2116214,0.6546666,62.914406,6.487302,4.229231,7.5521235,13.097635,162.32352,55.843056,123.19676,851.7366,207.66666,1924.7522,1773.5046,14.483217,25.067593,13457.177,8.7540245,58.726852,520.37115,96.191666,153.21945,66.20936,344.44446,1005.23566,382.9812,12.0984125,76.62222,988.50793,1966.4766,39.317463,553.8148,41.475,1.0227239,58.79509,1.0805123,0.6191462,2.794499,30.871529,113.84489,285.7321,15.958148,3498.9504,249.55554,88.35185,131.0,63.392063,95.27778,47.894444,2.9427779,81.47222,477.09314,128.47174,76.07034,61.30309,23.447224,47.273014,55.724075,48.085056,907.25616,162.46097,3799.9888,38.234547,3783.257,77.04051,455.59036,2374.026,71.87543,10.150865,1744.276,1964.1156,5832.7407,189.43008 +2023-06-24 09:00:00,0.0,14840.666,142.03008,19.37323,32.79206,23.530416,176.124,25.26392,36.56047,20.131432,23.348549,617.4027,519.6411,11.2961035,121.290245,14.1545515,2.0102203,23.607525,28.700035,4.270957,361.18185,1.7009559,315.28745,54.33667,0.43958253,3.03819,109.30871,25.60513,97.24954,142.18033,15517.393,0.66794103,1567.4633,1.2666572,0.78940135,0.42459124,2.8050253,170.26515,228.38033,30.736677,238.21146,24.606394,28.274323,1254.9292,4.1810937,147.59084,118.838036,367.83258,120.94921,378.80283,20.205067,277.1736,0.0,3165.8843,15131.633,22.860926,312.98807,129.91982,43573.918,145.8086,18.620153,122.48756,237.33353,58.981182,21.205917,174.5257,1805.0533,302.40338,108.80312,15.158913,13.152455,614.8682,55.342518,1449.0477,130.03293,2160.7014,239.34348,313.24823,114.61601,289.9625,8.905366,15.128889,33.761284,5.091953,4.9858027,61.92888,57.430416,72.84438,15.782072,22.782799,279.12146,8.746759,3105.2415,108.35623,60.46979,125.95291,109.96311,219.93265,143.5238,84.708336,31.827482,43.212994,109.453026,322.4027,692.19836,142.26595,470.7817,90.7326,95.87155,291.01633,272.4426,981.11066,316.4639,4.009552,16.892813,9.949293,59.525856,15696.741,5.7791667,14.215804,24.126112,49.02557,551.0253,93.35861,194.02005,3.6761682,246.57916,551.557,351.88116,117.848236,340.09683,31.345695,65.01959,285.35364,14.689355,2.0630338,12.949297,2075.4424,0.21136358,0.65398747,62.880634,6.4788094,4.2271733,7.544138,13.084613,162.22874,55.812553,123.170944,851.3076,207.67046,1924.4878,1773.3048,14.474634,25.065453,13452.122,8.7533245,58.72361,520.5768,96.185,153.17105,66.199295,344.34332,1004.87054,383.07233,12.100744,76.612495,988.84814,1966.0206,39.315945,553.7305,41.447605,1.022879,58.800774,1.0807452,0.6194498,2.7959337,30.86862,113.836235,285.71313,15.9667225,3499.1902,249.65312,88.400696,131.11093,63.473988,95.28698,47.94979,2.9441252,81.56458,477.72717,128.67773,76.19338,61.392097,23.44177,47.335594,55.811737,48.0956,907.1414,162.5143,3801.7559,38.232796,3783.128,77.05351,455.4746,2374.885,71.90932,10.145964,1743.6982,1962.5897,5830.6895,189.15717 +2023-06-24 10:00:00,0.0,14850.518,142.13762,19.375107,32.81157,23.519167,176.1007,25.25985,36.543697,20.129025,23.34604,617.20337,519.5288,11.290021,121.35076,14.165502,2.0071867,23.603464,28.665134,4.2521253,361.09436,1.6926857,315.24814,54.306896,0.43896422,3.0363142,109.300316,25.586325,97.10401,142.14584,15529.112,0.66785336,1567.0515,1.2657642,0.78871745,0.42426273,2.8013065,170.20033,228.29274,30.726227,238.03403,24.600569,28.305882,1255.8433,4.1795125,147.7089,118.90211,367.6493,121.0879,378.81143,20.198832,277.52753,0.0,3162.981,15133.643,22.856464,313.29465,129.89854,43582.15,145.72104,18.620972,122.60845,237.58041,58.907356,21.175755,174.7551,1806.905,302.7165,108.925095,15.161622,13.14473,613.88806,55.35498,1450.8708,130.1214,2160.588,239.5325,313.4868,114.513504,290.32364,8.90163,15.122454,33.736946,5.0874715,4.978998,61.936165,57.40733,72.80358,15.7767,22.78875,279.23108,8.743263,3104.1309,108.42873,60.411804,126.029495,110.03308,219.8838,143.56955,84.69444,31.838535,43.240158,109.542,322.38217,693.07104,142.33188,470.94257,90.77993,95.90075,291.115,272.50742,980.9081,316.6632,4.007715,16.893959,9.951709,59.41446,15696.329,5.775111,14.204935,24.111483,49.04876,551.288,93.37649,194.13016,3.6734064,246.63055,551.6796,352.01126,117.886765,340.06815,31.328426,65.01875,285.2709,14.682701,2.061778,12.945516,2075.9495,0.21110576,0.6533083,62.846863,6.4703174,4.2251153,7.5361524,13.07159,162.13396,55.78205,123.14513,850.87866,207.67424,1924.2235,1773.1051,14.466052,25.06331,13447.067,8.752625,58.72037,520.7824,96.17834,153.12265,66.18924,344.24222,1004.50543,383.16342,12.103076,76.602776,989.18835,1965.5646,39.314426,553.6463,41.420208,1.0230342,58.806454,1.0809782,0.6197534,2.7973683,30.865711,113.827576,285.69418,15.975296,3499.43,249.75069,88.44953,131.22188,63.555912,95.29618,48.00514,2.9454725,81.656944,478.3612,128.88371,76.316414,61.481106,23.43632,47.398174,55.8994,48.106148,907.0267,162.56763,3803.5232,38.231045,3782.9988,77.066505,455.35886,2375.7441,71.94321,10.141062,1743.1204,1961.0638,5828.638,188.88425 +2023-06-24 11:00:00,0.0,14860.37,142.24516,19.376982,32.83108,23.507917,176.0774,25.255781,36.526924,20.126617,23.343534,617.004,519.4165,11.283938,121.41128,14.176451,2.004153,23.599405,28.630236,4.233294,361.00687,1.6844156,315.2088,54.27712,0.43834588,3.0344386,109.29192,25.567522,96.95849,142.11136,15540.832,0.6677657,1566.6399,1.2648712,0.7880336,0.4239342,2.7975874,170.13551,228.20517,30.715775,237.8566,24.594742,28.337442,1256.7573,4.1779313,147.82693,118.96618,367.466,121.22658,378.82007,20.192596,277.8814,0.0,3160.0776,15135.651,22.852005,313.6012,129.87727,43590.375,145.63347,18.621788,122.72934,237.82727,58.833534,21.145592,174.9845,1808.7567,303.0296,109.04707,15.1643305,13.137004,612.9079,55.367443,1452.694,130.20987,2160.4746,239.72154,313.72537,114.41099,290.68478,8.897896,15.116018,33.712612,5.0829906,4.9721937,61.943447,57.384247,72.76278,15.771327,22.794699,279.3407,8.739766,3103.0203,108.50123,60.35382,126.10607,110.10305,219.83496,143.61531,84.68056,31.849588,43.26732,109.630974,322.3616,693.94366,142.39781,471.1034,90.82726,95.929955,291.21368,272.57227,980.70557,316.8625,4.0058784,16.895105,9.954124,59.303062,15695.918,5.7710557,14.194066,24.096853,49.071953,551.5507,93.394356,194.24026,3.6706445,246.68195,551.8022,352.14136,117.925285,340.03943,31.311157,65.01791,285.1882,14.676048,2.0605226,12.941733,2076.4563,0.21084794,0.65262914,62.81309,6.4618254,4.2230577,7.528167,13.058568,162.03917,55.75155,123.11931,850.44965,207.67802,1923.9592,1772.9053,14.457469,25.06117,13442.013,8.751926,58.71713,520.98804,96.17167,153.07423,66.17918,344.1411,1004.1403,383.25455,12.105407,76.593056,989.52856,1965.1086,39.31291,553.562,41.39281,1.0231893,58.812134,1.0812112,0.62005705,2.7988029,30.862804,113.818924,285.67523,15.9838705,3499.6694,249.84825,88.498375,131.33281,63.637836,95.30538,48.060486,2.9468195,81.749306,478.99524,129.08969,76.43945,61.570114,23.430868,47.460754,55.98706,48.11669,906.91187,162.62097,3805.2905,38.229294,3782.8696,77.079506,455.2431,2376.6033,71.9771,10.136161,1742.5426,1959.538,5826.587,188.61131 +2023-06-24 12:00:00,0.0,14870.222,142.3527,19.378859,32.85059,23.496666,176.05411,25.25171,36.510155,20.124212,23.341026,616.8047,519.3042,11.277856,121.471794,14.1874,2.0011194,23.595345,28.595335,4.2144623,360.91937,1.6761453,315.16946,54.247345,0.43772757,3.0325627,109.28353,25.548717,96.812965,142.07687,15552.551,0.667678,1566.2281,1.2639784,0.78734976,0.42360568,2.7938683,170.0707,228.11758,30.705324,237.67917,24.588915,28.369003,1257.6714,4.17635,147.94498,119.03025,367.2827,121.365265,378.8287,20.186361,278.23532,0.0,3157.1746,15137.66,22.847544,313.90778,129.85602,43598.605,145.54591,18.622606,122.850235,238.07414,58.75971,21.115429,175.21388,1810.6084,303.3427,109.169044,15.16704,13.129278,611.92773,55.379906,1454.5171,130.29834,2160.361,239.91058,313.96393,114.30848,291.04596,8.89416,15.109584,33.688274,5.0785093,4.9653893,61.950733,57.36116,72.721985,15.765955,22.800648,279.4503,8.736269,3101.9097,108.57372,60.295834,126.182655,110.17303,219.78612,143.66106,84.666664,31.860641,43.29448,109.71995,322.34106,694.8163,142.46375,471.26422,90.874596,95.95915,291.31238,272.6371,980.50305,317.0618,4.0040417,16.89625,9.956539,59.191666,15695.506,5.7669997,14.183196,24.082222,49.095146,551.81335,93.412224,194.35036,3.667883,246.73334,551.92474,352.27145,117.963806,340.01074,31.29389,65.01706,285.10547,14.6693945,2.059267,12.937952,2076.9631,0.21059012,0.65194994,62.779324,6.4533334,4.221,7.520181,13.045546,161.9444,55.721043,123.0935,850.0206,207.68181,1923.695,1772.7056,14.448887,25.059029,13436.958,8.751226,58.71389,521.1936,96.165,153.02583,66.16912,344.04,1003.7752,383.34564,12.1077385,76.583336,989.8688,1964.6526,39.311394,553.4778,41.365417,1.0233444,58.817814,1.0814441,0.6203607,2.8002377,30.859896,113.810265,285.65628,15.992444,3499.9092,249.94583,88.54722,131.44376,63.71976,95.31458,48.115833,2.9481668,81.84167,479.62927,129.29567,76.56249,61.659122,23.425417,47.52333,56.074722,48.12724,906.7971,162.6743,3807.0579,38.22754,3782.7402,77.09251,455.12735,2377.4626,72.01099,10.131259,1741.9647,1958.0121,5824.5356,188.3384 +2023-06-24 13:00:00,0.0,14880.074,142.46025,19.380735,32.8701,23.485416,176.0308,25.247643,36.493385,20.121805,23.33852,616.6054,519.1919,11.271773,121.53231,14.19835,1.9980857,23.591284,28.560436,4.195631,360.83188,1.6678752,315.13016,54.21757,0.43710923,3.030687,109.27514,25.529915,96.66744,142.04239,15564.2705,0.6675903,1565.8164,1.2630854,0.78666586,0.42327717,2.7901495,170.00587,228.03001,30.694872,237.50174,24.58309,28.400564,1258.5854,4.1747694,148.06302,119.09432,367.09943,121.503944,378.8373,20.180126,278.5892,0.0,3154.2715,15139.669,22.843084,314.21436,129.83475,43606.836,145.45834,18.623423,122.97113,238.32101,58.685886,21.085266,175.44328,1812.4601,303.65582,109.291016,15.169748,13.121552,610.9475,55.39237,1456.3402,130.38681,2160.2478,240.09961,314.2025,114.20596,291.4071,8.890426,15.103148,33.66394,5.0740285,4.958585,61.958015,57.338074,72.68118,15.760582,22.806597,279.5599,8.732773,3100.7993,108.64622,60.237846,126.25924,110.243,219.73727,143.7068,84.65278,31.871696,43.32164,109.80892,322.32053,695.6889,142.5297,471.42508,90.92192,95.98835,291.41107,272.7019,980.30054,317.26108,4.002205,16.897396,9.958955,59.08027,15695.095,5.762944,14.172327,24.067593,49.118336,552.07605,93.4301,194.46046,3.665121,246.78473,552.04736,352.40155,118.00233,339.98203,31.27662,65.01622,285.02274,14.662742,2.0580113,12.934171,2077.4702,0.21033232,0.6512708,62.745552,6.4448414,4.218942,7.5121956,13.032523,161.84961,55.69054,123.06768,849.5917,207.68561,1923.4305,1772.5057,14.440304,25.056887,13431.903,8.750527,58.710648,521.39923,96.15833,152.97743,66.159065,343.9389,1003.4101,383.43677,12.110069,76.57361,990.209,1964.1967,39.309875,553.3935,41.33802,1.0234996,58.823494,1.0816771,0.6206643,2.8016722,30.856987,113.80161,285.63733,16.001019,3500.149,250.0434,88.59606,131.55469,63.801685,95.323784,48.17118,2.9495142,81.93403,480.2633,129.50165,76.685524,61.74813,23.419966,47.58591,56.162384,48.137787,906.6823,162.72763,3808.8252,38.22579,3782.611,77.1055,455.0116,2378.3218,72.04487,10.126358,1741.387,1956.4862,5822.4844,188.06548 +2023-06-24 14:00:00,0.0,14889.926,142.5678,19.38261,32.88961,23.474167,176.0075,25.243572,36.476612,20.1194,23.336014,616.40607,519.0795,11.265691,121.59283,14.209299,1.9950521,23.587223,28.525536,4.1767993,360.74442,1.659605,315.09082,54.187798,0.43649092,3.0288115,109.26675,25.511112,96.52192,142.0079,15575.99,0.66750264,1565.4047,1.2621924,0.785982,0.42294866,2.7864304,169.94104,227.94243,30.684422,237.32431,24.577263,28.432123,1259.4995,4.173188,148.18108,119.158394,366.91614,121.64263,378.84595,20.173893,278.9431,0.0,3151.3682,15141.678,22.838623,314.52094,129.81348,43615.066,145.37079,18.62424,123.09202,238.56789,58.61206,21.055103,175.67268,1814.3118,303.96893,109.412994,15.172458,13.113826,609.96735,55.40483,1458.1633,130.47528,2160.1343,240.28865,314.44104,114.103455,291.76828,8.88669,15.096713,33.639603,5.069547,4.9517803,61.9653,57.314987,72.64038,15.75521,22.812548,279.66953,8.729276,3099.6887,108.71872,60.179863,126.335815,110.312965,219.68843,143.75255,84.638885,31.88275,43.348804,109.8979,322.3,696.5616,142.59563,471.5859,90.96925,96.01755,291.50977,272.76672,980.098,317.4604,4.000368,16.898542,9.96137,58.968872,15694.684,5.7588887,14.161457,24.052963,49.14153,552.33875,93.44797,194.57057,3.6623592,246.8361,552.1699,352.53165,118.040855,339.95334,31.259352,65.01537,284.94,14.656088,2.0567558,12.930389,2077.977,0.2100745,0.6505916,62.71178,6.4363494,4.2168846,7.5042105,13.019501,161.75484,55.660038,123.04186,849.1627,207.68939,1923.1663,1772.306,14.431722,25.054747,13426.849,8.749827,58.707405,521.60486,96.151665,152.92903,66.149,343.83777,1003.045,383.52786,12.112401,76.56389,990.5492,1963.7407,39.308357,553.30927,41.310627,1.0236547,58.829174,1.0819101,0.6209679,2.8031068,30.85408,113.79295,285.61838,16.009592,3500.3884,250.14096,88.644905,131.66562,63.88361,95.332985,48.22653,2.9508612,82.02639,480.89734,129.70763,76.80856,61.83714,23.414515,47.64849,56.250046,48.14833,906.56757,162.78098,3810.5923,38.224037,3782.482,77.1185,454.89584,2379.181,72.07876,10.121456,1740.8091,1954.9602,5820.433,187.79254 +2023-06-24 15:00:00,0.0,14899.778,142.67534,19.384487,32.90912,23.462917,175.9842,25.239504,36.45984,20.116993,23.333506,616.2067,518.9672,11.259608,121.65335,14.220249,1.9920185,23.583162,28.490637,4.1579676,360.65692,1.6513349,315.0515,54.158024,0.43587258,3.0269358,109.258354,25.492308,96.37639,141.97342,15587.709,0.66741496,1564.9929,1.2612994,0.78529817,0.42262015,2.7827115,169.87622,227.85486,30.67397,237.14688,24.571436,28.463684,1260.4137,4.171607,148.29912,119.222466,366.73282,121.78132,378.85458,20.167658,279.297,0.0,3148.4648,15143.687,22.834164,314.8275,129.7922,43623.293,145.28323,18.625057,123.21291,238.81476,58.53824,21.02494,175.90208,1816.1635,304.28204,109.534966,15.175166,13.1061,608.9872,55.417294,1459.9865,130.56375,2160.021,240.47768,314.67963,114.000946,292.12943,8.882956,15.090278,33.615265,5.0650663,4.944976,61.972584,57.2919,72.59958,15.749837,22.818497,279.7791,8.725779,3098.5781,108.791214,60.121876,126.4124,110.382935,219.63959,143.7983,84.625,31.893803,43.375965,109.98688,322.27945,697.4342,142.66156,471.74677,91.01659,96.046745,291.60843,272.83157,979.8955,317.65967,3.998531,16.899689,9.963785,58.857475,15694.271,5.754833,14.150588,24.038334,49.16472,552.6014,93.465836,194.68066,3.6595974,246.8875,552.2925,352.66174,118.07938,339.92462,31.242083,65.014534,284.85727,14.649435,2.0555003,12.926608,2078.484,0.20981668,0.6499125,62.67801,6.4278574,4.214827,7.496225,13.006478,161.66005,55.62953,123.016045,848.7337,207.69318,1922.902,1772.1062,14.423139,25.052605,13421.794,8.749128,58.704166,521.8105,96.145004,152.88063,66.13895,343.73666,1002.6799,383.619,12.114733,76.55417,990.8894,1963.2847,39.30684,553.225,41.28323,1.0238099,58.834858,1.0821431,0.62127155,2.8045416,30.851171,113.7843,285.59943,16.018167,3500.6282,250.23854,88.69375,131.77657,63.965534,95.342186,48.281876,2.9522085,82.11875,481.53137,129.9136,76.9316,61.926147,23.409063,47.71107,56.337708,48.15888,906.4528,162.8343,3812.3596,38.222282,3782.3528,77.13149,454.7801,2380.04,72.11265,10.116555,1740.2313,1953.4343,5818.382,187.51962 +2023-06-24 16:00:00,0.0,14909.63,142.78288,19.386364,32.928627,23.451668,175.9609,25.235434,36.44307,20.114586,23.331,616.0074,518.8549,11.253527,121.71387,14.231198,1.988985,23.579102,28.455736,4.1391363,360.56943,1.6430647,315.01218,54.12825,0.43525428,3.02506,109.24996,25.473505,96.230865,141.93892,15599.429,0.6673273,1564.5813,1.2604064,0.78461426,0.4222916,2.7789924,169.8114,227.76727,30.663519,236.96945,24.565609,28.495245,1261.3278,4.170026,148.41716,119.286545,366.54953,121.92,378.8632,20.161423,279.6509,0.0,3145.5615,15145.695,22.829702,315.13406,129.77094,43631.523,145.19566,18.625875,123.33381,239.06163,58.464417,20.994778,176.13148,1818.0151,304.59515,109.656944,15.1778755,13.098374,608.00696,55.429756,1461.8096,130.65222,2159.9075,240.66672,314.9182,113.89843,292.49057,8.87922,15.083842,33.59093,5.0605855,4.9381714,61.97987,57.268814,72.558784,15.744465,22.824446,279.88873,8.722282,3097.4678,108.86371,60.06389,126.48898,110.4529,219.59074,143.84404,84.611115,31.904856,43.403126,110.07585,322.25888,698.3068,142.7275,471.9076,91.06392,96.07594,291.70712,272.8964,979.69293,317.85898,3.9966943,16.900833,9.966201,58.74608,15693.86,5.7507777,14.139718,24.023705,49.187912,552.8641,93.48371,194.79077,3.6568356,246.93889,552.4151,352.79184,118.1179,339.89594,31.224815,65.01369,284.77457,14.642781,2.0542448,12.922826,2078.991,0.20955886,0.6492333,62.64424,6.419365,4.2127695,7.4882393,12.993455,161.56526,55.59903,122.99023,848.3047,207.69696,1922.6376,1771.9065,14.4145565,25.050463,13416.739,8.748428,58.700924,522.0161,96.138336,152.83223,66.12888,343.63556,1002.31476,383.7101,12.1170635,76.54444,991.2296,1962.8287,39.305325,553.14075,41.255833,1.023965,58.840538,1.082376,0.6215751,2.8059762,30.848265,113.77564,285.58047,16.026741,3500.868,250.3361,88.74259,131.8875,64.04746,95.35139,48.337223,2.9535558,82.21111,482.1654,130.11958,77.054634,62.01516,23.403612,47.77365,56.42537,48.169426,906.338,162.88763,3814.127,38.22053,3782.2234,77.14449,454.66434,2380.8992,72.14654,10.111653,1739.6534,1951.9084,5816.3306,187.2467 +2023-06-24 17:00:00,0.0,14919.482,142.89043,19.388239,32.94814,23.440416,175.9376,25.231365,36.4263,20.11218,23.328491,615.80804,518.7426,11.247444,121.77438,14.242147,1.9859513,23.575043,28.420837,4.1203046,360.48193,1.6347946,314.97284,54.098476,0.43463594,3.0231843,109.24157,25.4547,96.08534,141.90443,15611.148,0.6672396,1564.1696,1.2595134,0.7839304,0.4219631,2.7752733,169.74658,227.6797,30.653067,236.792,24.559784,28.526806,1262.2418,4.168445,148.5352,119.35062,366.3662,122.058685,378.87183,20.155188,280.0048,0.0,3142.6584,15147.704,22.825241,315.44064,129.74966,43639.754,145.10811,18.626692,123.4547,239.3085,58.39059,20.964615,176.36089,1819.8668,304.90823,109.778915,15.180584,13.090649,607.0268,55.442223,1463.6327,130.74069,2159.794,240.85576,315.15677,113.79592,292.85175,8.875485,15.077408,33.566593,5.056104,4.931367,61.987156,57.245728,72.51798,15.739092,22.830397,279.99835,8.718785,3096.3572,108.93621,60.0059,126.56557,110.52288,219.5419,143.88979,84.59722,31.91591,43.43029,110.164825,322.23834,699.17944,142.79344,472.06842,91.111244,96.10514,291.80582,272.9612,979.4904,318.05826,3.9948575,16.90198,9.9686165,58.63468,15693.448,5.746722,14.128849,24.009075,49.211105,553.1268,93.50158,194.90088,3.6540737,246.99028,552.53766,352.92194,118.15642,339.86722,31.207546,65.01284,284.69183,14.636128,2.052989,12.9190445,2079.4978,0.20930104,0.6485541,62.61047,6.410873,4.2107115,7.4802537,12.9804325,161.47049,55.568527,122.96441,847.87573,207.70076,1922.3733,1771.7067,14.405973,25.048323,13411.685,8.747729,58.697685,522.22174,96.13167,152.78383,66.11883,343.53445,1001.94965,383.8012,12.119395,76.53472,991.5698,1962.3727,39.303806,553.05646,41.22844,1.0241201,58.84622,1.082609,0.62187874,2.807411,30.845356,113.76699,285.56152,16.035315,3501.1074,250.43367,88.791435,131.99844,64.12939,95.36059,48.39257,2.954903,82.303474,482.79944,130.32558,77.17767,62.104168,23.39816,47.836227,56.51303,48.17997,906.22327,162.94096,3815.8943,38.21878,3782.0942,77.157486,454.54858,2381.7583,72.18043,10.106752,1739.0757,1950.3826,5814.2793,186.97379 +2023-06-24 18:00:00,0.0,14929.334,142.99797,19.390116,32.967648,23.429167,175.9143,25.227295,36.409527,20.109774,23.325985,615.6087,518.6303,11.241362,121.8349,14.253098,1.9829177,23.570982,28.385937,4.1014733,360.39444,1.6265244,314.93353,54.068703,0.43401763,3.0213087,109.23318,25.435898,95.93982,141.86995,15622.868,0.6671519,1563.7578,1.2586205,0.7832466,0.42163458,2.7715545,169.68175,227.59213,30.642616,236.61458,24.553957,28.558365,1263.1559,4.166864,148.65326,119.41469,366.18292,122.197365,378.88046,20.148952,280.3587,0.0,3139.7554,15149.714,22.820782,315.74722,129.7284,43647.98,145.02054,18.62751,123.57559,239.55536,58.31677,20.934452,176.59027,1821.7185,305.22134,109.90089,15.183293,13.082923,606.04663,55.454685,1465.4558,130.82918,2159.6807,241.04478,315.39532,113.693405,293.2129,8.87175,15.070972,33.54226,5.0516233,4.924563,61.99444,57.222645,72.47718,15.73372,22.836346,280.10794,8.715288,3095.2466,109.008705,59.947918,126.64214,110.59285,219.49306,143.93553,84.583336,31.926964,43.45745,110.2538,322.2178,700.0521,142.85938,472.22928,91.15858,96.134346,291.9045,273.02603,979.2879,318.25757,3.9930208,16.903126,9.971031,58.523285,15693.037,5.7426667,14.117979,23.994446,49.234295,553.3894,93.51945,195.01097,3.6513119,247.04167,552.6602,353.05203,118.19495,339.83853,31.190277,65.012,284.6091,14.629475,2.0517335,12.915263,2080.0046,0.20904322,0.64787495,62.5767,6.402381,4.208654,7.472268,12.96741,161.3757,55.53802,122.93859,847.4468,207.70454,1922.109,1771.507,14.397391,25.04618,13406.63,8.747029,58.694443,522.42737,96.125,152.73543,66.10877,343.43332,1001.5845,383.89233,12.121726,76.525,991.91003,1961.9167,39.302288,552.9722,41.201042,1.0242753,58.8519,1.082842,0.62218237,2.8088455,30.842447,113.75833,285.54257,16.043888,3501.3472,250.53125,88.84028,132.10938,64.21131,95.36979,48.447918,2.9562502,82.395836,483.43347,130.53156,77.30071,62.193176,23.39271,47.898808,56.600693,48.190517,906.1085,162.99431,3817.6614,38.217026,3781.965,77.17049,454.43283,2382.6174,72.21432,10.1018505,1738.4978,1948.8567,5812.2285,186.70085 +2023-06-24 19:00:00,0.0,14939.187,143.10551,19.391993,32.98716,23.417917,175.891,25.223227,36.392754,20.107368,23.323477,615.4094,518.518,11.235279,121.89542,14.264047,1.979884,23.566921,28.351038,4.0826416,360.30698,1.6182542,314.8942,54.038925,0.4333993,3.019433,109.224785,25.417095,95.79429,141.83546,15634.587,0.66706425,1563.3461,1.2577275,0.7825627,0.42130607,2.7678356,169.61693,227.50455,30.632164,236.43715,24.54813,28.589926,1264.07,4.1652827,148.7713,119.47876,365.99963,122.33605,378.88907,20.142717,280.7126,0.0,3136.852,15151.723,22.81632,316.0538,129.70712,43656.21,144.93298,18.628326,123.69649,239.80225,58.242943,20.90429,176.81967,1823.5702,305.53445,110.022865,15.186002,13.075197,605.0664,55.467148,1467.2789,130.91765,2159.5671,241.23383,315.63388,113.5909,293.57407,8.868015,15.064537,33.51792,5.047142,4.9177585,62.001724,57.19956,72.43638,15.728347,22.842295,280.21756,8.711792,3094.136,109.08121,59.88993,126.71873,110.66282,219.44421,143.98128,84.56944,31.938017,43.48461,110.34277,322.19727,700.92474,142.92531,472.3901,91.20591,96.16354,292.0032,273.09088,979.0854,318.45685,3.991184,16.904272,9.973447,58.41189,15692.625,5.738611,14.10711,23.979815,49.25749,553.6521,93.537315,195.12108,3.64855,247.09305,552.78284,353.18213,118.23347,339.8098,31.17301,65.011154,284.52637,14.622822,2.050478,12.911482,2080.5117,0.2087854,0.64719576,62.542927,6.393889,4.2065964,7.4642825,12.954388,161.28093,55.50752,122.91278,847.01776,207.70833,1921.8447,1771.3071,14.388808,25.04404,13401.575,8.74633,58.691204,522.63293,96.11833,152.68701,66.09871,343.3322,1001.21936,383.98343,12.124058,76.515274,992.25024,1961.4607,39.30077,552.88794,41.173645,1.0244304,58.85758,1.0830749,0.622486,2.81028,30.83954,113.74968,285.52362,16.052464,3501.587,250.62881,88.88912,132.2203,64.293236,95.37899,48.503265,2.9575973,82.4882,484.0675,130.73753,77.423744,62.282185,23.387257,47.961388,56.68836,48.20106,905.9937,163.04764,3819.4287,38.215275,3781.836,77.18349,454.31708,2383.4766,72.2482,10.09695,1737.92,1947.3308,5810.1772,186.42793 +2023-06-24 20:00:00,0.0,14949.038,143.21306,19.393867,33.006668,23.406668,175.8677,25.219156,36.375984,20.104961,23.32097,615.2101,518.4057,11.229197,121.95593,14.274996,1.9768504,23.56286,28.316137,4.06381,360.21948,1.609984,314.85486,54.00915,0.43278098,3.0175574,109.21639,25.39829,95.648766,141.80098,15646.307,0.6669766,1562.9343,1.2568345,0.7818788,0.42097756,2.7641165,169.55211,227.41698,30.621714,236.25972,24.542305,28.621487,1264.984,4.163702,148.88934,119.54283,365.81635,122.47474,378.8977,20.136484,281.0665,0.0,3133.9487,15153.731,22.811861,316.36038,129.68585,43664.44,144.84541,18.629145,123.817375,240.0491,58.16912,20.874126,177.04907,1825.4219,305.84756,110.14484,15.188711,13.067471,604.08624,55.47961,1469.102,131.00612,2159.4539,241.42285,315.87247,113.48839,293.9352,8.86428,15.058102,33.493587,5.042661,4.910954,62.009007,57.176468,72.39558,15.722975,22.848246,280.32718,8.708295,3093.0256,109.1537,59.831944,126.79531,110.73279,219.39537,144.02702,84.55556,31.94907,43.511772,110.43175,322.1767,701.79736,142.99126,472.55096,91.25324,96.19274,292.10187,273.1557,978.8829,318.65616,3.9893472,16.905416,9.9758625,58.300488,15692.214,5.7345552,14.09624,23.965185,49.28068,553.9148,93.55519,195.23119,3.6457882,247.14444,552.9054,353.31223,118.27199,339.78113,31.15574,65.01031,284.44363,14.616169,2.0492225,12.907701,2081.0186,0.20852758,0.6465166,62.50916,6.385397,4.2045383,7.456297,12.941365,161.18614,55.477016,122.88696,846.58875,207.71211,1921.5803,1771.1074,14.380226,25.041899,13396.5205,8.74563,58.68796,522.83856,96.111664,152.63861,66.08865,343.2311,1000.85425,384.07455,12.1263895,76.505554,992.59045,1961.0048,39.29925,552.8037,41.14625,1.0245856,58.863262,1.083308,0.6227896,2.811715,30.836632,113.74102,285.50467,16.061037,3501.8264,250.72638,88.93796,132.33125,64.37516,95.38819,48.558613,2.9589446,82.58056,484.70154,130.94351,77.54678,62.371193,23.381805,48.023968,56.77602,48.21161,905.87897,163.10097,3821.196,38.213524,3781.7068,77.19648,454.20132,2384.336,72.28209,10.092048,1737.3422,1945.8049,5808.126,186.15501 +2023-06-24 21:00:00,0.0,14958.891,143.3206,19.395744,33.026176,23.395416,175.8444,25.215088,36.359215,20.102556,23.318464,615.01074,518.2934,11.223114,122.01645,14.285946,1.9738169,23.5588,28.281239,4.0449786,360.132,1.6017139,314.81555,53.979378,0.43216264,3.0156815,109.208,25.379488,95.50324,141.7665,15658.026,0.6668889,1562.5227,1.2559415,0.7811949,0.42064905,2.7603974,169.48729,227.32939,30.611263,236.08229,24.536478,28.653048,1265.8981,4.162121,149.00739,119.6069,365.63306,122.61342,378.90634,20.130249,281.42038,0.0,3131.0454,15155.74,22.8074,316.66696,129.66458,43672.67,144.75786,18.629961,123.93827,240.29599,58.095295,20.843964,177.27847,1827.2736,306.16068,110.26681,15.19142,13.059745,603.1061,55.492073,1470.9252,131.09459,2159.3403,241.6119,316.11102,113.38587,294.29636,8.860545,15.051667,33.46925,5.03818,4.9041495,62.016293,57.153385,72.35478,15.717602,22.854195,280.43677,8.704798,3091.915,109.2262,59.77396,126.87189,110.802765,219.34653,144.07278,84.541664,31.960125,43.538937,110.52072,322.15616,702.67,143.05719,472.7118,91.30057,96.22194,292.20056,273.22052,978.68036,318.85544,3.9875104,16.906563,9.978277,58.18909,15691.802,5.7304997,14.085371,23.950556,49.30387,554.1774,93.57306,195.34128,3.6430264,247.19583,553.02795,353.44232,118.31051,339.7524,31.138472,65.00947,284.36093,14.609515,2.0479667,12.903918,2081.5254,0.20826976,0.6458374,62.475388,6.376905,4.202481,7.4483113,12.928343,161.09135,55.446514,122.861145,846.1597,207.7159,1921.316,1770.9076,14.371643,25.039757,13391.466,8.744931,58.684723,523.0442,96.105,152.59021,66.0786,343.13,1000.48914,384.16565,12.12872,76.495834,992.93066,1960.5488,39.297737,552.7194,41.118855,1.0247407,58.868942,1.0835409,0.62309325,2.8131495,30.833723,113.73237,285.48572,16.06961,3502.0662,250.82394,88.9868,132.44218,64.457085,95.39739,48.613956,2.9602919,82.67292,485.33557,131.14949,77.669815,62.4602,23.376354,48.086548,56.86368,48.222157,905.7642,163.1543,3822.9634,38.211773,3781.5774,77.20948,454.08557,2385.195,72.31598,10.087147,1736.7643,1944.279,5806.0747,185.88208 +2023-06-24 22:00:00,0.0,14968.742,143.42815,19.397621,33.04569,23.384167,175.8211,25.211018,36.34244,20.10015,23.315956,614.8114,518.1811,11.2170315,122.07697,14.296895,1.9707832,23.554739,28.246338,4.026147,360.0445,1.5934438,314.7762,53.949604,0.43154433,3.0138059,109.19961,25.360683,95.35772,141.73201,15669.745,0.6668012,1562.111,1.2550485,0.7805111,0.4203205,2.7566786,169.42245,227.24182,30.600811,235.90486,24.530651,28.684607,1266.8121,4.1605396,149.12544,119.670975,365.44977,122.752106,378.91495,20.124014,281.7743,0.0,3128.1423,15157.749,22.80294,316.9735,129.64331,43680.9,144.67029,18.63078,124.059166,240.54285,58.021473,20.8138,177.50787,1829.1252,306.4738,110.38879,15.194129,13.052019,602.1259,55.504536,1472.7483,131.18306,2159.2268,241.80092,316.3496,113.28336,294.65753,8.856811,15.045232,33.444916,5.033699,4.897345,62.023575,57.1303,72.31398,15.71223,22.860144,280.5464,8.701302,3090.8044,109.2987,59.715973,126.94847,110.872734,219.29768,144.11853,84.52778,31.971178,43.566097,110.609695,322.13562,703.54266,143.12312,472.87262,91.3479,96.25114,292.29926,273.28534,978.4778,319.05475,3.9856737,16.90771,9.980693,58.077694,15691.391,5.7264442,14.074502,23.935926,49.327065,554.4401,93.59093,195.45139,3.6402645,247.24722,553.1506,353.57242,118.34904,339.72372,31.121204,65.00862,284.2782,14.602862,2.0467112,12.900137,2082.0322,0.20801194,0.6451583,62.441616,6.3684125,4.2004232,7.4403257,12.91532,160.99658,55.416008,122.83533,845.7307,207.7197,1921.0518,1770.7079,14.363061,25.037617,13386.411,8.744232,58.68148,523.2498,96.098335,152.54181,66.068535,343.0289,1000.124,384.25677,12.131052,76.48611,993.27094,1960.0928,39.29622,552.6352,41.091457,1.0248959,58.874622,1.0837739,0.6233969,2.814584,30.830816,113.72371,285.46677,16.078186,3502.306,250.92152,89.035645,132.55313,64.53901,95.4066,48.669304,2.961639,82.765274,485.9696,131.35547,77.792854,62.54921,23.370903,48.149124,56.951344,48.2327,905.6494,163.20764,3824.7307,38.21002,3781.4482,77.22247,453.96982,2386.0542,72.34987,10.082245,1736.1865,1942.753,5804.0234,185.60916 +2023-06-24 23:00:00,0.0,14978.595,143.5357,19.399496,33.065197,23.372917,175.7978,25.20695,36.32567,20.097742,23.31345,614.61206,518.0688,11.210949,122.13749,14.307844,1.9677496,23.55068,28.21144,4.0073156,359.957,1.5851736,314.7369,53.91983,0.430926,3.0119302,109.191216,25.34188,95.2122,141.69753,15681.465,0.66671354,1561.6992,1.2541555,0.77982724,0.419992,2.7529595,169.35764,227.15424,30.59036,235.72743,24.524826,28.716167,1267.7262,4.1589584,149.24348,119.73505,365.26645,122.89079,378.92358,20.117779,282.12817,0.0,3125.239,15159.758,22.79848,317.2801,129.62206,43689.13,144.58273,18.631596,124.18005,240.78973,57.947647,20.783638,177.73727,1830.9769,306.7869,110.51076,15.196837,13.044293,601.1457,55.517,1474.5714,131.27153,2159.1135,241.98996,316.58813,113.18085,295.01868,8.853075,15.038796,33.420578,5.0292177,4.8905406,62.03086,57.107216,72.27318,15.706857,22.866095,280.656,8.697804,3089.6938,109.37119,59.657986,127.025055,110.9427,219.24884,144.16428,84.513885,31.982231,43.593258,110.69867,322.11508,704.4153,143.18906,473.03348,91.39523,96.280334,292.39795,273.35016,978.27527,319.25403,3.983837,16.908855,9.9831085,57.966297,15690.9795,5.7223887,14.063632,23.921297,49.350258,554.7028,93.6088,195.5615,3.6375027,247.29861,553.27313,353.70248,118.38756,339.695,31.103935,65.007774,284.19547,14.596209,2.0454557,12.896356,2082.5393,0.20775412,0.6444791,62.407845,6.3599205,4.198365,7.43234,12.902298,160.9018,55.385506,122.80951,845.30176,207.72348,1920.7874,1770.508,14.354478,25.035475,13381.356,8.743532,58.67824,523.45544,96.09167,152.49341,66.05848,342.92776,999.7589,384.34787,12.133383,76.47639,993.61115,1959.6368,39.2947,552.5509,41.064064,1.025051,58.880302,1.0840069,0.6237005,2.8160188,30.827908,113.71506,285.4478,16.08676,3502.5457,251.01909,89.08449,132.66406,64.62093,95.4158,48.72465,2.9629862,82.857635,486.60364,131.56145,77.91589,62.638218,23.365452,48.211704,57.039005,48.243248,905.53467,163.26097,3826.4978,38.208267,3781.319,77.23547,453.85406,2386.9133,72.38376,10.077344,1735.6086,1941.2272,5801.972,185.33624 +2023-06-25 00:00:00,0.0,14988.446,143.64325,19.401373,33.08471,23.361668,175.7745,25.202879,36.3089,20.095337,23.310942,614.4128,517.9565,11.204867,122.198006,14.318794,1.964716,23.54662,28.176538,3.988484,359.86954,1.5769035,314.69757,53.890057,0.4303077,3.0100546,109.18282,25.323078,95.066666,141.66304,15693.185,0.66662586,1561.2875,1.2532626,0.77914333,0.4196635,2.7492406,169.29282,227.06667,30.579908,235.55,24.519,28.747728,1268.6404,4.1573777,149.36153,119.799126,365.08316,123.02947,378.93222,20.111544,282.4821,0.0,3122.336,15161.767,22.79402,317.58667,129.60078,43697.36,144.49516,18.632414,124.30095,241.0366,57.873825,20.753475,177.96666,1832.8286,307.1,110.63274,15.199547,13.036568,600.1655,55.52946,1476.3945,131.36,2159.0,242.179,316.82672,113.07834,295.37982,8.84934,15.032361,33.39624,5.024737,4.883736,62.038143,57.08413,72.232376,15.701485,22.872044,280.7656,8.694307,3088.5835,109.443695,59.6,127.10164,111.01267,219.2,144.21002,84.5,31.993284,43.62042,110.78764,322.09454,705.2879,143.255,473.1943,91.442566,96.30953,292.49664,273.415,978.07275,319.45334,3.9819999,16.91,9.985523,57.8549,15690.567,5.7183332,14.052763,23.906668,49.373447,554.96545,93.62667,195.67159,3.6347408,247.35,553.3957,353.83258,118.42608,339.66632,31.086666,65.006935,284.11273,14.589556,2.0442,12.892574,2083.0461,0.2074963,0.64379996,62.374077,6.3514285,4.1963077,7.4243546,12.889276,160.807,55.355003,122.78369,844.8728,207.72726,1920.5231,1770.3083,14.345896,25.033335,13376.302,8.742833,58.675,523.6611,96.085,152.445,66.048416,342.82666,999.3938,384.439,12.135715,76.46667,993.95135,1959.1808,39.293182,552.4667,41.036667,1.0252061,58.885983,1.0842398,0.62400407,2.8174534,30.825,113.7064,285.42886,16.095333,3502.7852,251.11665,89.13333,132.775,64.70286,95.425,48.78,2.9643335,82.95,487.23767,131.76743,78.038925,62.727226,23.36,48.274284,57.126667,48.25379,905.41986,163.3143,3828.2651,38.206516,3781.19,77.24847,453.7383,2387.7725,72.41765,10.072442,1735.0309,1939.7013,5799.921,185.06332 +2023-06-25 01:00:00,0.0,14998.299,143.7508,19.403248,33.104218,23.350416,175.7512,25.19881,36.29213,20.09293,23.308435,614.21344,517.8442,11.198785,122.25852,14.329743,1.9616823,23.542559,28.14164,3.9696524,359.78204,1.5686332,314.65823,53.860283,0.42968938,3.0081787,109.17443,25.304274,94.92114,141.62854,15704.904,0.6665382,1560.8757,1.2523696,0.7784595,0.41933498,2.7455215,169.228,226.97908,30.569458,235.37257,24.513172,28.77929,1269.5544,4.1557965,149.47957,119.8632,364.89987,123.16816,378.94083,20.105309,282.83597,0.0,3119.4326,15163.776,22.789558,317.89325,129.57951,43705.59,144.40761,18.63323,124.421844,241.28348,57.800003,20.723312,178.19606,1834.6803,307.41312,110.75471,15.202255,13.028841,599.18536,55.541924,1478.2177,131.44847,2158.8867,242.36803,317.0653,112.97583,295.741,8.845605,15.025926,33.371906,5.020256,4.8769317,62.04543,57.061043,72.19158,15.696112,22.877993,280.8752,8.690811,3087.473,109.51619,59.542015,127.178215,111.08265,219.15115,144.25577,84.486115,32.004337,43.647583,110.87662,322.07397,706.1605,143.32094,473.35516,91.48989,96.33874,292.59534,273.47983,977.87024,319.65262,3.980163,16.911146,9.987939,57.743504,15690.156,5.7142777,14.041893,23.892038,49.39664,555.22815,93.64454,195.7817,3.631979,247.40138,553.5183,353.96268,118.4646,339.6376,31.069399,65.00609,284.03,14.582902,2.0429444,12.888793,2083.553,0.20723848,0.64312077,62.340305,6.3429365,4.19425,7.416369,12.876253,160.71223,55.324497,122.75788,844.4438,207.73105,1920.2588,1770.1085,14.337313,25.031193,13371.247,8.742133,58.671757,523.86664,96.07833,152.3966,66.03836,342.72556,999.0287,384.5301,12.138046,76.45694,994.29156,1958.7249,39.291668,552.3824,41.00927,1.0253613,58.891663,1.0844728,0.6243077,2.8188882,30.822092,113.69775,285.4099,16.103907,3503.025,251.21423,89.182175,132.88594,64.78478,95.434204,48.835346,2.9656806,83.04236,487.8717,131.9734,78.161964,62.816235,23.35455,48.336864,57.21433,48.26434,905.3051,163.36763,3830.0325,38.20476,3781.0605,77.26147,453.62256,2388.6316,72.45153,10.067541,1734.453,1938.1754,5797.8696,184.79039 +2023-06-25 02:00:00,0.0,15008.15,143.85834,19.405125,33.123726,23.339167,175.7279,25.19474,36.275356,20.090525,23.305927,614.0141,517.7319,11.192702,122.31904,14.3406925,1.9586487,23.538498,28.106739,3.950821,359.69455,1.560363,314.61893,53.83051,0.42907104,3.006303,109.16604,25.285471,94.77562,141.59406,15716.623,0.6664505,1560.4641,1.2514766,0.77777565,0.41900647,2.7418025,169.16318,226.89151,30.559006,235.19514,24.507345,28.81085,1270.4685,4.1542153,149.59763,119.92727,364.71655,123.30684,378.94946,20.099075,283.18988,0.0,3116.5293,15165.785,22.785099,318.19983,129.55824,43713.816,144.32004,18.634048,124.54273,241.53035,57.726177,20.69315,178.42546,1836.532,307.72623,110.87668,15.204965,13.021115,598.20514,55.554386,1480.0406,131.53696,2158.7732,242.55707,317.30386,112.873314,296.10214,8.84187,15.019491,33.34757,5.0157747,4.870127,62.052715,57.037956,72.15078,15.69074,22.883944,280.98483,8.687314,3086.3623,109.588684,59.484028,127.2548,111.15262,219.10233,144.30151,84.47222,32.015392,43.674744,110.9656,322.05344,707.0332,143.38687,473.516,91.537224,96.367935,292.694,273.54465,977.6677,319.85193,3.9783263,16.912292,9.990355,57.632107,15689.744,5.7102222,14.031024,23.877409,49.419834,555.49084,93.662415,195.8918,3.6292171,247.45277,553.64087,354.09277,118.50312,339.60892,31.05213,65.00524,283.9473,14.576249,2.041689,12.885011,2084.06,0.20698066,0.64244163,62.306534,6.3344445,4.1921926,7.408384,12.863231,160.61745,55.293995,122.73206,844.0148,207.73485,1919.9945,1769.9088,14.328731,25.02905,13366.192,8.741434,58.668518,524.07227,96.07167,152.3482,66.028305,342.62445,998.6636,384.62122,12.140377,76.44722,994.6318,1958.2688,39.29015,552.29816,40.981876,1.0255164,58.897346,1.0847058,0.6246113,2.8203228,30.819183,113.68909,285.39096,16.112482,3503.2646,251.3118,89.23102,132.99687,64.86671,95.443405,48.890694,2.967028,83.13472,488.50574,132.1794,78.285,62.905243,23.349098,48.399445,57.30199,48.274887,905.19037,163.42097,3831.7998,38.20301,3780.9314,77.27447,453.5068,2389.4907,72.48542,10.062639,1733.8752,1936.6495,5795.8184,184.51747 +2023-06-25 03:00:00,0.0,15018.003,143.96588,19.407001,33.143238,23.327917,175.7046,25.190672,36.258583,20.088118,23.303421,613.81476,517.61957,11.18662,122.379555,14.351643,1.955615,23.534437,28.07184,3.9319892,359.60706,1.5520929,314.5796,53.80073,0.42845273,3.0044274,109.157646,25.266666,94.6301,141.55957,15728.343,0.6663628,1560.0524,1.2505836,0.77709174,0.41867793,2.7380836,169.09834,226.80392,30.548555,235.01772,24.50152,28.84241,1271.3826,4.152634,149.71567,119.99134,364.53326,123.445526,378.9581,20.09284,283.54376,0.0,3113.626,15167.794,22.780638,318.50638,129.53697,43722.047,144.23248,18.634865,124.66363,241.7772,57.652355,20.662987,178.65486,1838.3837,308.03934,110.99866,15.207673,13.01339,597.225,55.56685,1481.8638,131.62543,2158.6597,242.7461,317.54242,112.770805,296.46332,8.838135,15.013056,33.323235,5.011294,4.863323,62.059998,57.01487,72.10998,15.685367,22.889893,281.09442,8.683817,3085.2517,109.66119,59.42604,127.33138,111.22259,219.05348,144.34726,84.458336,32.026447,43.701904,111.05457,322.0329,707.9058,143.45282,473.67682,91.58456,96.39713,292.7927,273.60947,977.46515,320.0512,3.9764895,16.913439,9.992769,57.52071,15689.333,5.7061667,14.020154,23.862778,49.443024,555.7535,93.68028,196.00189,3.6264553,247.50417,553.7634,354.22287,118.54165,339.5802,31.03486,65.0044,283.86456,14.569595,2.0404334,12.881229,2084.567,0.20672284,0.64176244,62.272762,6.3259525,4.1901345,7.4003983,12.850208,160.52267,55.263493,122.706245,843.5858,207.73863,1919.7301,1769.709,14.3201475,25.02691,13361.138,8.740734,58.665276,524.2779,96.065,152.29979,66.01824,342.52335,998.29846,384.7123,12.142709,76.4375,994.972,1957.8129,39.28863,552.21387,40.95448,1.0256716,58.903027,1.0849388,0.62491494,2.8217573,30.816277,113.680435,285.372,16.121056,3503.5042,251.40936,89.27986,133.10782,64.94863,95.45261,48.94604,2.9683752,83.22708,489.13977,132.38538,78.408035,62.99425,23.343647,48.462025,57.389652,48.28543,905.07556,163.4743,3833.5671,38.20126,3780.8022,77.28746,453.39105,2390.3499,72.51931,10.057738,1733.2974,1935.1237,5793.767,184.24455 +2023-06-25 04:00:00,0.0,15027.8545,144.07343,19.408876,33.162746,23.316668,175.6813,25.186602,36.241814,20.08571,23.300913,613.6154,517.50726,11.180537,122.44007,14.362592,1.9525815,23.530376,28.03694,3.9131577,359.51956,1.5438228,314.54028,53.770958,0.4278344,3.0025518,109.149254,25.247864,94.48457,141.52509,15740.0625,0.66627514,1559.6406,1.2496907,0.7764079,0.41834942,2.7343645,169.03352,226.71635,30.538103,234.84027,24.495693,28.87397,1272.2966,4.1510534,149.83371,120.05541,364.34998,123.58421,378.9667,20.086605,283.89767,0.0,3110.723,15169.803,22.776178,318.81296,129.5157,43730.277,144.14491,18.635681,124.78452,242.02408,57.57853,20.632824,178.88426,1840.2354,308.35242,111.12063,15.210382,13.005664,596.2448,55.57931,1483.6869,131.7139,2158.5464,242.93513,317.78098,112.66829,296.82446,8.8344,15.00662,33.298897,5.0068126,4.8565187,62.067284,56.991783,72.069176,15.679995,22.895842,281.20404,8.680321,3084.1414,109.73368,59.368057,127.40796,111.29256,219.00464,144.393,84.44444,32.0375,43.729065,111.14355,322.01236,708.77844,143.51875,473.83768,91.63189,96.42633,292.8914,273.67432,977.26263,320.25052,3.9746528,16.914583,9.995185,57.409313,15688.921,5.7021112,14.009285,23.848148,49.466217,556.0162,93.69815,196.112,3.6236935,247.55556,553.88605,354.35297,118.58017,339.5515,31.017593,65.003555,283.78183,14.5629425,2.0391777,12.877448,2085.0737,0.20646502,0.6410833,62.238995,6.3174605,4.188077,7.3924127,12.837186,160.42789,55.232986,122.68043,843.15686,207.74242,1919.4658,1769.5093,14.311565,25.024769,13356.083,8.740035,58.662037,524.4835,96.058334,152.25139,66.00819,342.4222,997.93335,384.80344,12.14504,76.42778,995.3122,1957.3568,39.287113,552.12964,40.927082,1.0258267,58.908707,1.0851717,0.6252186,2.8231921,30.813368,113.671776,285.35306,16.12963,3503.744,251.50694,89.328705,133.21875,65.030556,95.46181,49.00139,2.9697223,83.31944,489.7738,132.59135,78.531075,63.08326,23.338196,48.5246,57.477314,48.29598,904.9608,163.52763,3835.3342,38.199505,3780.673,77.30046,453.2753,2391.209,72.5532,10.052836,1732.7196,1933.5978,5791.716,183.97162 +2023-06-25 05:00:00,0.0,15037.707,144.18097,19.410753,33.182255,23.305416,175.658,25.182533,36.225044,20.083305,23.298407,613.41614,517.3949,11.174455,122.50059,14.373541,1.9495479,23.526318,28.00204,3.8943262,359.4321,1.5355526,314.50095,53.741184,0.42721608,3.000676,109.14086,25.229061,94.33904,141.4906,15751.781,0.66618747,1559.2289,1.2487977,0.77572405,0.4180209,2.7306457,168.9687,226.62878,30.527653,234.66284,24.489866,28.90553,1273.2107,4.149472,149.95175,120.119484,364.1667,123.72289,378.97534,20.08037,284.25156,0.0,3107.8196,15171.812,22.771717,319.11954,129.49443,43738.504,144.05736,18.6365,124.90541,242.27095,57.504707,20.602661,179.11366,1842.087,308.66553,111.2426,15.213091,12.997938,595.26465,55.591774,1485.51,131.80237,2158.4329,243.12416,318.01956,112.56578,297.1856,8.830665,15.000185,33.274563,5.0023317,4.8497143,62.074566,56.968697,72.02838,15.674622,22.901793,281.31366,8.676824,3083.0308,109.80618,59.31007,127.48454,111.36253,218.9558,144.43875,84.43056,32.048553,43.75623,111.23252,321.99182,709.65106,143.58469,473.9985,91.679214,96.45553,292.99008,273.73914,977.0601,320.4498,3.972816,16.91573,9.997601,57.297916,15688.51,5.6980553,13.998415,23.833519,49.48941,556.2788,93.71603,196.2221,3.6209316,247.60695,554.0086,354.48306,118.61869,339.5228,31.000324,65.00271,283.6991,14.556289,2.0379221,12.873667,2085.5808,0.20620722,0.6404041,62.205223,6.308968,4.1860194,7.384427,12.824163,160.3331,55.202484,122.65461,842.72784,207.7462,1919.2015,1769.3094,14.302982,25.022629,13351.028,8.739335,58.658794,524.68915,96.05167,152.20299,65.99812,342.3211,997.56824,384.89453,12.147371,76.41805,995.6524,1956.9009,39.2856,552.04535,40.89969,1.0259819,58.914387,1.0854048,0.6255222,2.8246267,30.81046,113.663124,285.3341,16.138205,3503.9836,251.6045,89.37754,133.32968,65.11248,95.47101,49.056736,2.9710696,83.411804,490.40784,132.79733,78.65411,63.172268,23.332745,48.58718,57.564976,48.306522,904.84607,163.58098,3837.1016,38.197754,3780.5437,77.31345,453.15955,2392.0684,72.58709,10.0479355,1732.1417,1932.0719,5789.6646,183.6987 +2023-06-25 06:00:00,0.0,15047.559,144.28851,19.41263,33.201767,23.294167,175.63472,25.178463,36.20827,20.080898,23.2959,613.2168,517.2826,11.168372,122.56111,14.384491,1.9465142,23.522257,27.96714,3.8754947,359.3446,1.5272825,314.4616,53.71141,0.42659774,2.9988003,109.13247,25.210257,94.19352,141.45612,15763.501,0.6660998,1558.8171,1.2479048,0.77504015,0.4176924,2.7269266,168.90388,226.5412,30.5172,234.48541,24.484041,28.937092,1274.1248,4.147891,150.06981,120.183556,363.9834,123.86158,378.98398,20.074135,284.60547,0.0,3104.9165,15173.82,22.767258,319.42612,129.47316,43746.734,143.96979,18.637316,125.026306,242.51782,57.43088,20.572498,179.34305,1843.9387,308.97864,111.36458,15.2158,12.9902115,594.2844,55.604237,1487.3331,131.89084,2158.3196,243.3132,318.25812,112.46327,297.54678,8.82693,14.993751,33.250225,4.9978504,4.84291,62.081852,56.945614,71.98758,15.669249,22.907742,281.42325,8.6733265,3081.9202,109.87868,59.252083,127.56113,111.4325,218.90695,144.4845,84.416664,32.059605,43.78339,111.321495,321.97125,710.52374,143.65062,474.15936,91.72655,96.484726,293.08878,273.80396,976.8576,320.6491,3.9709792,16.916876,10.000015,57.18652,15688.099,5.694,13.987546,23.81889,49.5126,556.5415,93.733894,196.3322,3.6181698,247.65834,554.13116,354.61316,118.65721,339.4941,30.983055,65.00187,283.61636,14.549636,2.0366666,12.869885,2086.0876,0.2059494,0.63972497,62.17145,6.300476,4.1839614,7.3764415,12.811141,160.23833,55.17198,122.62879,842.2989,207.75,1918.9373,1769.1097,14.2944,25.020487,13345.974,8.738636,58.655556,524.8948,96.045,152.15459,65.98807,342.22,997.2031,384.98566,12.149703,76.40833,995.9926,1956.445,39.28408,551.9611,40.87229,1.026137,58.920067,1.0856377,0.6258258,2.8260612,30.807552,113.654465,285.31516,16.146778,3504.2231,251.70207,89.426384,133.44063,65.194405,95.48021,49.112083,2.9724169,83.504166,491.04187,133.00331,78.777145,63.261276,23.327291,48.64976,57.652637,48.31707,904.73126,163.63431,3838.869,38.196003,3780.4146,77.326454,453.0438,2392.9275,72.62097,10.043034,1731.564,1930.5459,5787.6133,183.42578 +2023-06-25 07:00:00,0.0,15057.411,144.39606,19.414505,33.221275,23.282917,175.61142,25.174395,36.191498,20.078493,23.293392,613.01746,517.1703,11.162291,122.62163,14.39544,1.9434806,23.518196,27.932241,3.8566632,359.2571,1.5190123,314.4223,53.681637,0.42597944,2.9969246,109.12408,25.191454,94.048,141.42163,15775.221,0.6660121,1558.4055,1.2470118,0.7743563,0.41736388,2.7232075,168.83905,226.45363,30.50675,234.30798,24.478214,28.96865,1275.0388,4.14631,150.18785,120.247635,363.80008,124.00027,378.99258,20.0679,284.95935,0.0,3102.0132,15175.829,22.762796,319.7327,129.45189,43754.965,143.88223,18.638134,125.1472,242.76471,57.35706,20.542336,179.57245,1845.7904,309.29175,111.48655,15.218509,12.982486,593.30426,55.6167,1489.1562,131.97931,2158.206,243.50224,318.4967,112.360756,297.90793,8.8231945,14.987315,33.225887,4.9933696,4.8361053,62.089134,56.92253,71.94678,15.663877,22.91369,281.53287,8.66983,3080.8096,109.95117,59.194096,127.63771,111.50247,218.85811,144.53024,84.40278,32.07066,43.81055,111.41047,321.9507,711.39636,143.71657,474.3202,91.77388,96.51392,293.18744,273.86877,976.6551,320.8484,3.9691424,16.918022,10.002431,57.075123,15687.687,5.6899443,13.976676,23.80426,49.535793,556.8042,93.75176,196.4423,3.615408,247.70972,554.2538,354.74326,118.69574,339.4654,30.965788,65.00102,283.53366,14.542982,2.035411,12.866103,2086.5945,0.20569158,0.6390458,62.13768,6.291984,4.181904,7.368456,12.798119,160.14354,55.141476,122.602974,841.8699,207.75378,1918.6729,1768.9099,14.285817,25.018345,13340.919,8.737936,58.652313,525.1004,96.03834,152.10619,65.97801,342.1189,996.838,385.07678,12.152034,76.39861,996.3328,1955.9889,39.282562,551.87683,40.844894,1.0262921,58.925747,1.0858706,0.6261294,2.827496,30.804644,113.64581,285.2962,16.155352,3504.463,251.79965,89.47523,133.55156,65.27633,95.48941,49.16743,2.973764,83.59653,491.6759,133.20929,78.900185,63.350285,23.32184,48.71234,57.7403,48.327618,904.6165,163.68764,3840.6362,38.19425,3780.2854,77.33945,452.92804,2393.7866,72.65486,10.038133,1730.9861,1929.02,5785.5625,183.15286 +2023-06-25 08:00:00,0.0,15067.263,144.5036,19.416382,33.240788,23.271667,175.58812,25.170324,36.17473,20.076086,23.290886,612.8181,517.058,11.156208,122.682144,14.406389,1.940447,23.514135,27.89734,3.8378315,359.16962,1.5107421,314.38297,53.651863,0.4253611,2.995049,109.115685,25.17265,93.90247,141.38715,15786.939,0.66592443,1557.9938,1.2461188,0.7736724,0.41703537,2.7194886,168.77423,226.36604,30.4963,234.13055,24.472387,29.000212,1275.953,4.144729,150.3059,120.31171,363.61682,124.13895,379.00122,20.061666,285.31326,0.0,3099.1099,15177.838,22.758337,320.03928,129.43062,43763.195,143.79466,18.63895,125.26809,243.01157,57.283234,20.512173,179.80185,1847.6421,309.60486,111.60852,15.221218,12.97476,592.3241,55.629166,1490.9794,132.06778,2158.0925,243.69127,318.73523,112.25825,298.2691,8.81946,14.98088,33.201553,4.9888883,4.829301,62.09642,56.899445,71.905975,15.658504,22.919641,281.6425,8.666333,3079.6992,110.023674,59.136112,127.71429,111.57244,218.80927,144.576,84.388885,32.081715,43.837715,111.49944,321.93018,712.269,143.7825,474.48102,91.82121,96.54313,293.28613,273.93362,976.4526,321.0477,3.9673054,16.919167,10.004847,56.963726,15687.275,5.685889,13.965807,23.78963,49.558987,557.06683,93.76963,196.55241,3.612646,247.76111,554.37634,354.87335,118.73426,339.4367,30.948519,65.000175,283.45093,14.536329,2.0341554,12.862322,2087.1016,0.20543376,0.63836664,62.103912,6.283492,4.1798463,7.3604703,12.785096,160.04875,55.110973,122.57716,841.4409,207.75757,1918.4086,1768.7102,14.277235,25.016205,13335.864,8.737237,58.649075,525.30597,96.03167,152.05779,65.96795,342.0178,996.4729,385.16788,12.154366,76.388885,996.67303,1955.533,39.281044,551.7926,40.8175,1.0264473,58.93143,1.0861037,0.626433,2.8289306,30.801737,113.63715,285.27725,16.163925,3504.7026,251.89722,89.52407,133.6625,65.35825,95.49861,49.22278,2.9751112,83.68889,492.30994,133.41527,79.02322,63.439293,23.31639,48.77492,57.827965,48.33816,904.5017,163.74097,3842.4036,38.192497,3780.1562,77.35245,452.81232,2394.6458,72.68875,10.033231,1730.4082,1927.4941,5783.511,182.87993 +2023-06-25 09:00:00,0.0,15077.115,144.61115,19.418259,33.260296,23.260416,175.56482,25.166256,36.15796,20.07368,23.288378,612.6188,516.9457,11.1501255,122.74266,14.417339,1.9374135,23.510075,27.862442,3.819,359.08212,1.5024719,314.34363,53.62209,0.4247428,2.9931731,109.107285,25.153847,93.75694,141.35266,15798.659,0.66583675,1557.582,1.2452258,0.77298856,0.41670683,2.7157695,168.70941,226.27847,30.485847,233.95312,24.46656,29.031773,1276.8671,4.143148,150.42393,120.37578,363.4335,124.27763,379.00983,20.055431,285.66714,0.0,3096.2065,15179.848,22.753876,320.34583,129.40935,43771.42,143.7071,18.639769,125.388985,243.25845,57.20941,20.48201,180.03125,1849.4938,309.91797,111.7305,15.223927,12.967034,591.3439,55.64163,1492.8025,132.15625,2157.9792,243.88031,318.97382,112.15573,298.63025,8.815724,14.974444,33.177216,4.9844074,4.8224964,62.103703,56.876354,71.86517,15.6531315,22.92559,281.75208,8.662836,3078.5886,110.09617,59.078125,127.79087,111.64242,218.76042,144.62175,84.375,32.092766,43.864876,111.58842,321.90964,713.1416,143.84843,474.64188,91.86854,96.57233,293.38483,273.99844,976.25,321.24698,3.9654686,16.920313,10.007261,56.85233,15686.863,5.6818333,13.954937,23.775002,49.582176,557.3295,93.787506,196.6625,3.6098843,247.8125,554.4989,355.00345,118.77278,339.408,30.93125,64.99934,283.3682,14.5296755,2.0328999,12.858541,2087.6084,0.20517594,0.63768744,62.07014,6.275,4.1777887,7.3524847,12.772074,159.95398,55.08047,122.551346,841.01184,207.76135,1918.1443,1768.5104,14.268652,25.014063,13330.81,8.736538,58.645832,525.5116,96.025,152.00938,65.95789,341.91666,996.1078,385.259,12.156696,76.379166,997.01324,1955.0769,39.279526,551.7083,40.790104,1.0266024,58.93711,1.0863366,0.62673664,2.8303654,30.798828,113.6285,285.2583,16.1725,3504.9421,251.99478,89.572914,133.77344,65.44018,95.50781,49.278126,2.9764585,83.78125,492.94397,133.62125,79.146255,63.5283,23.310938,48.837498,57.915627,48.34871,904.38696,163.79431,3844.1707,38.190746,3780.0269,77.36545,452.69656,2395.505,72.72264,10.02833,1729.8304,1925.9683,5781.46,182.60701 +2023-06-25 10:00:00,0.0,15086.967,144.71869,19.420134,33.279804,23.249166,175.54152,25.162186,36.141186,20.071274,23.285872,612.4195,516.8334,11.144043,122.80318,14.428288,1.9343798,23.506016,27.827541,3.8001685,358.99466,1.4942018,314.30432,53.59231,0.42412445,2.9912975,109.09889,25.135044,93.61142,141.31818,15810.379,0.6657491,1557.1703,1.2443328,0.7723047,0.41637832,2.7120507,168.64459,226.19089,30.475397,233.7757,24.460735,29.063334,1277.7811,4.1415668,150.54199,120.43985,363.25018,124.41631,379.01846,20.049196,286.02106,0.0,3093.3035,15181.856,22.749416,320.6524,129.38808,43779.652,143.61954,18.640585,125.50988,243.50531,57.13559,20.451847,180.26065,1851.3455,310.23108,111.85247,15.226636,12.959309,590.3637,55.65409,1494.6256,132.24472,2157.8657,244.06934,319.2124,112.05322,298.9914,8.81199,14.968009,33.15288,4.9799266,4.815692,62.11099,56.85327,71.82438,15.6477585,22.93154,281.8617,8.65934,3077.478,110.16867,59.020138,127.867455,111.71239,218.71158,144.6675,84.361115,32.10382,43.892036,111.67739,321.88907,714.0143,143.91437,474.8027,91.91587,96.601524,293.48352,274.06326,976.0475,321.4463,3.9636319,16.92146,10.009677,56.74093,15686.452,5.677778,13.944068,23.76037,49.60537,557.5922,93.805374,196.77261,3.6071224,247.86389,554.6215,355.13354,118.8113,339.3793,30.913982,64.99849,283.28546,14.523023,2.0316443,12.854759,2088.1152,0.20491812,0.6370083,62.03637,6.266508,4.1757307,7.344499,12.759051,159.85919,55.04997,122.52553,840.5829,207.76515,1917.8799,1768.3107,14.260069,25.011923,13325.755,8.735838,58.642593,525.7172,96.01833,151.96098,65.94784,341.81555,995.7427,385.3501,12.159028,76.369446,997.35345,1954.621,39.27801,551.6241,40.762707,1.0267576,58.94279,1.0865695,0.62704027,2.8318,30.79592,113.61984,285.23935,16.181074,3505.182,252.09235,89.62176,133.88437,65.5221,95.51701,49.333473,2.9778056,83.87361,493.578,133.82722,79.269295,63.61731,23.305487,48.900078,58.00329,48.359253,904.2722,163.84764,3845.938,38.188995,3779.8977,77.37844,452.5808,2396.364,72.75653,10.023429,1729.2526,1924.4424,5779.4087,182.33409 +2023-06-25 11:00:00,0.0,15096.819,144.82623,19.42201,33.299316,23.237917,175.51822,25.158117,36.124413,20.068867,23.283363,612.22015,516.72107,11.13796,122.86369,14.439238,1.9313462,23.501955,27.792643,3.781337,358.90717,1.4859316,314.26498,53.56254,0.42350614,2.9894218,109.0905,25.11624,93.4659,141.28368,15822.099,0.6656614,1556.7585,1.2434398,0.7716208,0.4160498,2.7083318,168.57976,226.10332,30.464945,233.59827,24.454908,29.094893,1278.6952,4.139986,150.66003,120.50392,363.0669,124.555,379.0271,20.042961,286.37494,0.0,3090.4004,15183.865,22.744955,320.95898,129.36682,43787.883,143.53198,18.641403,125.63077,243.7522,57.061764,20.421684,180.49005,1853.1971,310.5442,111.97445,15.229344,12.951583,589.38354,55.666553,1496.4487,132.3332,2157.7524,244.25838,319.45096,111.950714,299.35257,8.808254,14.961575,33.128544,4.9754453,4.8088875,62.11827,56.830185,71.78358,15.642386,22.93749,281.9713,8.655843,3076.3674,110.241165,58.962154,127.94403,111.78236,218.66273,144.71324,84.34722,32.114876,43.919197,111.766365,321.86853,714.8869,143.98032,474.96356,91.9632,96.63072,293.5822,274.12808,975.845,321.64557,3.961795,16.922606,10.012093,56.62953,15686.04,5.6737223,13.933199,23.74574,49.628563,557.85486,93.82324,196.88272,3.6043606,247.91528,554.7441,355.26364,118.84983,339.3506,30.896713,64.99764,283.20273,14.516369,2.0303886,12.850978,2088.6223,0.2046603,0.6363291,62.002598,6.258016,4.173673,7.3365135,12.746029,159.76442,55.019463,122.49971,840.1539,207.76894,1917.6156,1768.1108,14.251487,25.00978,13320.7,8.735139,58.63935,525.92285,96.011665,151.91257,65.937775,341.71445,995.37756,385.44122,12.16136,76.35972,997.69366,1954.1649,39.276493,551.5398,40.735313,1.0269127,58.94847,1.0868026,0.6273439,2.8332345,30.793013,113.61119,285.2204,16.189648,3505.4216,252.18993,89.6706,133.99532,65.60403,95.526215,49.38882,2.979153,83.96597,494.21204,134.03322,79.39233,63.706318,23.300035,48.962658,58.09095,48.3698,904.1574,163.90097,3847.7053,38.18724,3779.7686,77.39144,452.46506,2397.2231,72.79042,10.018527,1728.6748,1922.9165,5777.3574,182.06116 +2023-06-25 12:00:00,0.0,15106.671,144.93378,19.423885,33.318825,23.226667,175.49492,25.154047,36.107643,20.066462,23.280857,612.0208,516.60876,11.131878,122.92421,14.450188,1.9283125,23.497894,27.757742,3.7625053,358.81967,1.4776615,314.22568,53.532764,0.4228878,2.9875462,109.08211,25.097437,93.32037,141.24919,15833.817,0.6655737,1556.3469,1.2425469,0.77093697,0.4157213,2.7046125,168.51494,226.01573,30.454494,233.42084,24.449081,29.126453,1279.6093,4.138405,150.77808,120.56799,362.8836,124.69369,379.0357,20.036726,286.72885,0.0,3087.497,15185.874,22.740494,321.26556,129.34555,43796.11,143.44441,18.64222,125.75166,243.99905,56.98794,20.391521,180.71944,1855.0488,310.8573,112.09642,15.232054,12.943856,588.4033,55.679016,1498.2719,132.42168,2157.639,244.44742,319.68954,111.8482,299.7137,8.80452,14.955139,33.10421,4.9709644,4.8020835,62.125557,56.8071,71.742775,15.637013,22.94344,282.0809,8.652347,3075.257,110.31366,58.904167,128.02061,111.852325,218.61389,144.75899,84.333336,32.125927,43.94636,111.85534,321.848,715.7595,144.04625,475.1244,92.01054,96.65992,293.68088,274.1929,975.64246,321.84488,3.9599583,16.92375,10.014507,56.518135,15685.629,5.669667,13.922329,23.731112,49.651752,558.11755,93.84112,196.99281,3.6015987,247.96666,554.86664,355.39374,118.88835,339.3219,30.879444,64.9968,283.12003,14.509716,2.029133,12.847196,2089.1292,0.20440248,0.6356499,61.96883,6.2495236,4.1716156,7.328528,12.7330065,159.66963,54.98896,122.47389,839.7249,207.77272,1917.3513,1767.9111,14.242904,25.007639,13315.6455,8.734439,58.63611,526.1285,96.005,151.86417,65.92772,341.61334,995.01245,385.53232,12.163691,76.35,998.0339,1953.709,39.274975,551.45557,40.707916,1.0270678,58.95415,1.0870355,0.6276475,2.8346694,30.790104,113.60253,285.20145,16.198223,3505.6611,252.28749,89.719444,134.10625,65.68595,95.535416,49.444168,2.9805002,84.058334,494.84607,134.2392,79.515366,63.795326,23.294584,49.025238,58.17861,48.38035,904.04266,163.9543,3849.4727,38.18549,3779.6394,77.404434,452.3493,2398.0823,72.8243,10.013626,1728.0969,1921.3906,5775.306,181.78824 +2023-06-25 13:00:00,0.0,15116.523,145.04134,19.425762,33.338333,23.215416,175.47162,25.149979,36.090874,20.064054,23.278349,611.8215,516.49646,11.125795,122.98473,14.461137,1.9252789,23.493834,27.722843,3.7436738,358.73218,1.4693913,314.18634,53.50299,0.4222695,2.9856706,109.073715,25.078632,93.17485,141.2147,15845.537,0.66548604,1555.9352,1.2416539,0.7702531,0.4153928,2.7008936,168.45012,225.92816,30.444042,233.24341,24.443256,29.158014,1280.5233,4.1368237,150.89612,120.632065,362.70032,124.83237,379.04434,20.03049,287.08273,0.0,3084.5938,15187.883,22.736034,321.57214,129.32428,43804.34,143.35686,18.643038,125.87256,244.24593,56.914116,20.361359,180.94884,1856.9005,311.1704,112.21839,15.234762,12.936131,587.42316,55.69148,1500.095,132.51015,2157.5256,244.63644,319.9281,111.74569,300.07486,8.800784,14.948704,33.079872,4.966483,4.795279,62.132843,56.78401,71.70197,15.631641,22.949389,282.19052,8.6488495,3074.1465,110.38616,58.84618,128.0972,111.9223,218.56505,144.80473,84.31944,32.136982,43.973522,111.94432,321.82745,716.63214,144.11218,475.28522,92.05786,96.68912,293.77957,274.25775,975.43994,322.04416,3.9581215,16.924896,10.016923,56.40674,15685.218,5.665611,13.91146,23.716482,49.674946,558.38025,93.858986,197.10292,3.5988371,248.01805,554.98926,355.52383,118.92687,339.29318,30.862177,64.99596,283.0373,14.503062,2.0278776,12.843414,2089.636,0.20414466,0.6349708,61.93506,6.2410316,4.1695576,7.320543,12.719984,159.57484,54.958458,122.448074,839.2959,207.7765,1917.087,1767.7113,14.234322,25.005499,13310.591,8.73374,58.63287,526.3341,95.99834,151.81577,65.917656,341.5122,994.64734,385.62344,12.166022,76.34028,998.3741,1953.2529,39.273457,551.3713,40.680523,1.027223,58.95983,1.0872686,0.62795115,2.836104,30.787197,113.59388,285.1825,16.206797,3505.901,252.38506,89.76829,134.2172,65.767876,95.54462,49.499516,2.9818473,84.150696,495.4801,134.44518,79.638405,63.884335,23.289133,49.08782,58.266273,48.390892,903.9279,164.00764,3851.2397,38.18374,3779.5103,77.417435,452.23355,2398.9417,72.85819,10.008724,1727.5192,1919.8647,5773.255,181.51532 +2023-06-25 14:00:00,0.0,15126.375,145.14888,19.427639,33.357845,23.204166,175.44832,25.145908,36.0741,20.06165,23.275843,611.62213,516.38416,11.119713,123.04525,14.472086,1.9222453,23.489773,27.687943,3.7248423,358.64468,1.4611211,314.147,53.473217,0.42165115,2.9837947,109.06532,25.05983,93.02932,141.18022,15857.257,0.66539836,1555.5234,1.2407609,0.7695692,0.41506425,2.6971745,168.3853,225.84058,30.433592,233.06598,24.43743,29.189575,1281.4374,4.1352425,151.01418,120.69614,362.51703,124.971054,379.05298,20.024258,287.4366,0.0,3081.6904,15189.892,22.731573,321.8787,129.30301,43812.57,143.26929,18.643854,125.99345,244.4928,56.840294,20.331196,181.17824,1858.7522,311.48352,112.34037,15.237472,12.928405,586.443,55.70394,1501.9181,132.59862,2157.412,244.82549,320.16666,111.64317,300.43604,8.7970495,14.942268,33.05554,4.9620023,4.7884746,62.140125,56.760925,71.66118,15.626268,22.955338,282.30014,8.645352,3073.036,110.45866,58.788193,128.17378,111.99227,218.5162,144.85048,84.30556,32.148033,44.000683,112.033295,321.80692,717.5048,144.17813,475.44608,92.105194,96.718315,293.87827,274.32257,975.2374,322.24347,3.9562848,16.926043,10.019339,56.29534,15684.806,5.6615553,13.90059,23.701853,49.69814,558.6429,93.876854,197.21303,3.5960753,248.06944,555.1118,355.6539,118.96539,339.2645,30.844908,64.99511,282.95456,14.496409,2.0266218,12.839633,2090.143,0.20388684,0.6342916,61.901287,6.2325397,4.1675,7.312557,12.706962,159.48007,54.92795,122.422264,838.86694,207.7803,1916.8226,1767.5116,14.225739,25.003357,13305.536,8.73304,58.629627,526.5397,95.99167,151.76736,65.9076,341.4111,994.2822,385.71454,12.168353,76.33055,998.7143,1952.797,39.271942,551.28705,40.653126,1.0273781,58.965515,1.0875015,0.6282548,2.8375385,30.784288,113.58522,285.16354,16.21537,3506.1406,252.48264,89.81713,134.32812,65.8498,95.55382,49.55486,2.9831946,84.24306,496.11414,134.65115,79.76144,63.973343,23.283682,49.150394,58.353935,48.40144,903.8131,164.06097,3853.007,38.181984,3779.3809,77.43043,452.1178,2399.8008,72.89208,10.003823,1726.9413,1918.3389,5771.2036,181.2424 +2023-06-25 15:00:00,0.0,15136.228,145.25642,19.429514,33.377354,23.192917,175.42502,25.14184,36.057327,20.059242,23.273336,611.4228,516.27185,11.113631,123.10577,14.483036,1.9192116,23.485712,27.653044,3.7060108,358.55722,1.4528509,314.1077,53.443443,0.42103285,2.981919,109.05693,25.041025,92.8838,141.14574,15868.976,0.6653107,1555.1117,1.2398679,0.7688854,0.41473573,2.6934557,168.32048,225.753,30.42314,232.88853,24.431602,29.221134,1282.3514,4.1336617,151.13222,120.760216,362.33374,125.10973,379.06158,20.018023,287.79053,0.0,3078.7874,15191.9,22.727114,322.18527,129.28174,43820.8,143.18173,18.644672,126.11434,244.73967,56.766468,20.301033,181.40764,1860.6039,311.7966,112.46234,15.240181,12.920679,585.4628,55.716404,1503.7412,132.68709,2157.2986,245.01451,320.4052,111.540665,300.79718,8.793315,14.935834,33.0312,4.957521,4.78167,62.14741,56.73784,71.62038,15.620896,22.961288,282.40973,8.641856,3071.9253,110.53115,58.73021,128.25037,112.06224,218.46736,144.89622,84.291664,32.15909,44.027843,112.12227,321.78635,718.37744,144.24406,475.6069,92.15253,96.74752,293.97696,274.3874,975.03485,322.44278,3.954448,16.927189,10.021753,56.183945,15684.395,5.6575,13.889721,23.687223,49.72133,558.9056,93.89473,197.32312,3.5933135,248.12083,555.2344,355.784,119.00392,339.2358,30.827639,64.99427,282.87183,14.489756,2.0253663,12.835852,2090.65,0.20362902,0.63361245,61.867516,6.2240477,4.1654425,7.3045716,12.693939,159.38528,54.89745,122.39645,838.4379,207.78409,1916.5583,1767.3118,14.217156,25.001215,13300.481,8.732341,58.62639,526.7453,95.985,151.71896,65.897545,341.31,993.9171,385.80566,12.170685,76.32083,999.0545,1952.3411,39.270424,551.20276,40.62573,1.0275333,58.971195,1.0877345,0.62855834,2.8389733,30.78138,113.57657,285.1446,16.223944,3506.3801,252.5802,89.86597,134.43906,65.931725,95.56302,49.610207,2.984542,84.33542,496.74817,134.85713,79.884476,64.062355,23.27823,49.212975,58.441597,48.411987,903.69836,164.1143,3854.7744,38.180233,3779.2517,77.44343,452.00204,2400.66,72.92597,9.998921,1726.3635,1916.8129,5769.1523,180.96947 +2023-06-25 16:00:00,0.0,15146.079,145.36397,19.43139,33.396866,23.181667,175.40172,25.13777,36.040558,20.056835,23.270828,611.2235,516.15955,11.107549,123.16628,14.493985,1.9161781,23.481653,27.618143,3.6871793,358.46973,1.4445808,314.06836,53.41367,0.42041454,2.9800434,109.04854,25.022223,92.73827,141.11125,15880.695,0.665223,1554.7,1.2389749,0.76820153,0.41440722,2.6897368,168.25565,225.66542,30.41269,232.7111,24.425776,29.252695,1283.2655,4.1320806,151.25026,120.82429,362.15042,125.24842,379.07022,20.011787,288.1444,0.0,3075.8843,15193.909,22.722652,322.49185,129.26047,43829.027,143.09418,18.645489,126.23524,244.98654,56.692646,20.27087,181.63704,1862.4556,312.1097,112.58431,15.242889,12.912953,584.4826,55.728867,1505.5643,132.77556,2157.1853,245.20355,320.6438,111.438156,301.15836,8.789579,14.929399,33.006863,4.95304,4.7748656,62.154694,56.714752,71.579575,15.615523,22.967237,282.51935,8.638359,3070.815,110.60365,58.672222,128.32693,112.13221,218.41852,144.94197,84.27778,32.170143,44.055008,112.21124,321.7658,719.25006,144.31,475.76776,92.19986,96.77672,294.07565,274.4522,974.83234,322.64206,3.952611,16.928333,10.024169,56.072548,15683.982,5.6534443,13.878851,23.672594,49.744522,559.1683,93.9126,197.43323,3.5905516,248.17223,555.357,355.9141,119.04244,339.2071,30.810371,64.99342,282.7891,14.483103,2.0241108,12.832069,2091.1567,0.2033712,0.63293326,61.833748,6.2155557,4.163385,7.296586,12.680917,159.2905,54.866947,122.37063,838.009,207.78787,1916.2941,1767.112,14.208573,24.999075,13295.427,8.731641,58.623146,526.9509,95.97833,151.67056,65.88748,341.2089,993.552,385.89676,12.173017,76.31111,999.3947,1951.885,39.268906,551.1185,40.598335,1.0276884,58.976875,1.0879675,0.62886196,2.8404078,30.778473,113.56791,285.12564,16.23252,3506.6199,252.67776,89.91481,134.55,66.01365,95.57222,49.665554,2.985889,84.42778,497.3822,135.06311,80.007515,64.15136,23.272778,49.275555,58.52926,48.42253,903.58356,164.16765,3856.5417,38.178482,3779.1226,77.45642,451.8863,2401.519,72.95986,9.99402,1725.7856,1915.287,5767.101,180.69655 +2023-06-25 17:00:00,0.0,15155.932,145.47151,19.433268,33.416374,23.170418,175.37842,25.133701,36.02379,20.05443,23.268322,611.0242,516.04724,11.101466,123.2268,14.504934,1.9131445,23.477592,27.583244,3.6683476,358.38223,1.4363106,314.02905,53.383896,0.4197962,2.9781678,109.040146,25.00342,92.59275,141.07677,15892.415,0.6651353,1554.2883,1.2380819,0.7675176,0.4140787,2.6860175,168.19083,225.57785,30.402239,232.53368,24.41995,29.284256,1284.1797,4.1304994,151.3683,120.88836,361.96713,125.38711,379.07886,20.005552,288.49832,0.0,3072.981,15195.919,22.718193,322.79843,129.2392,43837.258,143.0066,18.646307,126.356125,245.2334,56.61882,20.240707,181.86644,1864.3073,312.42282,112.70629,15.245599,12.905227,583.50244,55.74133,1507.3875,132.86403,2157.0718,245.39258,320.88235,111.33564,301.5195,8.785845,14.922963,32.98253,4.948559,4.768061,62.16198,56.691666,71.53877,15.610151,22.973186,282.62894,8.634862,3069.7043,110.67615,58.614235,128.40352,112.20218,218.36967,144.98772,84.263885,32.181194,44.08217,112.30022,321.74527,720.1227,144.37593,475.9286,92.247185,96.805916,294.17432,274.51706,974.6298,322.84137,3.9507742,16.92948,10.026585,55.96115,15683.571,5.649389,13.867982,23.657963,49.767715,559.4309,93.930466,197.54333,3.5877898,248.22362,555.47955,356.0442,119.08096,339.1784,30.793102,64.99258,282.70636,14.476449,2.0228553,12.828288,2091.6638,0.20311338,0.6322541,61.799976,6.2070637,4.161327,7.2886004,12.667894,159.19572,54.83644,122.34481,837.57996,207.79166,1916.0297,1766.9122,14.199991,24.996933,13290.372,8.730942,58.619907,527.15656,95.971664,151.62216,65.877426,341.1078,993.1869,385.98788,12.175347,76.30139,999.7349,1951.4291,39.267387,551.03424,40.57094,1.0278436,58.982555,1.0882004,0.6291656,2.8418427,30.775564,113.55926,285.1067,16.241093,3506.8596,252.77534,89.96365,134.66093,66.09557,95.58142,49.7209,2.9872363,84.52014,498.01624,135.26909,80.13055,64.24037,23.267326,49.338135,58.61692,48.43308,903.4688,164.22098,3858.309,38.176727,3778.9934,77.46942,451.77054,2402.3782,72.993744,9.989119,1725.2079,1913.7611,5765.05,180.42363 +2023-06-25 18:00:00,0.0,15165.783,145.57906,19.435143,33.435883,23.159166,175.35512,25.129631,36.007015,20.052023,23.265814,610.8248,515.93494,11.095384,123.287315,14.515884,1.9101108,23.473532,27.548344,3.649516,358.29474,1.4280405,313.98972,53.35412,0.4191779,2.976292,109.03175,24.984615,92.44723,141.04228,15904.134,0.66504765,1553.8766,1.237189,0.7668338,0.4137502,2.6822987,168.126,225.49028,30.391787,232.35625,24.414124,29.315817,1285.0938,4.128918,151.48636,120.95243,361.78384,125.52579,379.08746,19.999317,288.8522,0.0,3070.0776,15197.928,22.713732,323.105,129.21793,43845.49,142.91905,18.647123,126.47702,245.48029,56.545,20.210545,182.09584,1866.1589,312.73593,112.82826,15.248307,12.897501,582.5223,55.75379,1509.2106,132.9525,2156.9585,245.58162,321.1209,111.23313,301.88065,8.782109,14.916528,32.95819,4.944078,4.7612567,62.169262,56.668583,71.49797,15.604778,22.979137,282.73856,8.631366,3068.5938,110.74865,58.55625,128.4801,112.272156,218.32083,145.03348,84.25,32.19225,44.10933,112.38919,321.72473,720.99536,144.44188,476.08942,92.29452,96.83511,294.273,274.58188,974.4273,323.04065,3.9489374,16.930626,10.028999,55.849754,15683.159,5.6453333,13.857112,23.643333,49.790905,559.6936,93.94833,197.65343,3.585028,248.275,555.6021,356.1743,119.119484,339.1497,30.775833,64.99174,282.62366,14.469796,2.0215995,12.824507,2092.1707,0.20285556,0.6315749,61.766205,6.1985717,4.1592693,7.280615,12.654872,159.10094,54.80594,122.31899,837.151,207.79546,1915.7654,1766.7125,14.191408,24.994793,13285.316,8.730242,58.616665,527.3622,95.965004,151.57376,65.86736,341.00665,992.8218,386.07898,12.177679,76.291664,1000.07513,1950.973,39.26587,550.95,40.54354,1.0279987,58.988235,1.0884334,0.6294692,2.8432772,30.772655,113.5506,285.08774,16.249666,3507.0994,252.87291,90.0125,134.77188,66.1775,95.59062,49.77625,2.9885836,84.6125,498.65027,135.47507,80.253586,64.32938,23.261875,49.400715,58.704582,48.443623,903.35406,164.2743,3860.0762,38.174976,3778.864,77.48242,451.6548,2403.2373,73.02763,9.984218,1724.63,1912.2352,5762.999,180.15071 +2023-06-25 19:00:00,0.0,15175.636,145.6866,19.43702,33.455395,23.147917,175.33182,25.125563,35.990242,20.049618,23.263308,610.6255,515.82263,11.089301,123.34783,14.526834,1.9070772,23.469471,27.513445,3.6306846,358.20724,1.4197704,313.95038,53.324345,0.41855955,2.9744163,109.02336,24.965813,92.3017,141.0078,15915.854,0.66495997,1553.4648,1.236296,0.7661499,0.4134217,2.6785798,168.06119,225.4027,30.381336,232.17882,24.408297,29.347376,1286.0078,4.1273375,151.6044,121.0165,361.60052,125.664474,379.0961,19.993082,289.20612,0.0,3067.1743,15199.937,22.709272,323.4116,129.19666,43853.72,142.83148,18.647942,126.597916,245.72714,56.471176,20.180382,182.32523,1868.0106,313.04904,112.95023,15.251017,12.889775,581.54205,55.766254,1511.0337,133.04099,2156.845,245.77066,321.3595,111.130615,302.24182,8.778375,14.910092,32.933857,4.939597,4.754452,62.176548,56.6455,71.45718,15.599406,22.985086,282.84818,8.627869,3067.4834,110.821144,58.498264,128.55669,112.342125,218.27199,145.07922,84.236115,32.203304,44.13649,112.478165,321.7042,721.868,144.50781,476.25027,92.34185,96.86431,294.3717,274.6467,974.2248,323.23996,3.9471006,16.931772,10.031415,55.738358,15682.748,5.641278,13.846243,23.628704,49.8141,559.9563,93.96621,197.76353,3.582266,248.32639,555.72473,356.30438,119.158005,339.121,30.758566,64.99089,282.54092,14.463142,2.020344,12.820725,2092.6775,0.20259774,0.6308958,61.732433,6.190079,4.157212,7.2726293,12.6418495,159.00616,54.775436,122.293175,836.722,207.79924,1915.5011,1766.5127,14.182826,24.992651,13280.262,8.729543,58.613426,527.5678,95.958336,151.52534,65.85731,340.90555,992.45667,386.1701,12.18001,76.281944,1000.41534,1950.5171,39.264355,550.8657,40.516148,1.0281538,58.993916,1.0886664,0.62977284,2.8447118,30.769749,113.54195,285.0688,16.25824,3507.3389,252.97047,90.06134,134.88281,66.25942,95.59982,49.831596,2.9899306,84.704865,499.2843,135.68106,80.37662,64.41839,23.256424,49.46329,58.792244,48.45417,903.23926,164.32764,3861.8435,38.173225,3778.7349,77.495415,451.53903,2404.0964,73.06152,9.979316,1724.0522,1910.7094,5760.9478,179.87778 +2023-06-25 20:00:00,0.0,15185.487,145.79414,19.438896,33.474903,23.136667,175.30852,25.121492,35.973473,20.04721,23.2608,610.42615,515.71027,11.083219,123.40835,14.537783,1.9040436,23.46541,27.478544,3.6118531,358.11978,1.4115002,313.91107,53.29457,0.41794124,2.9725406,109.01497,24.947008,92.15617,140.9733,15927.573,0.6648723,1553.0531,1.2354031,0.76546603,0.41309315,2.6748607,167.99635,225.31512,30.370884,232.00139,24.402472,29.378937,1286.9219,4.1257563,151.72244,121.080574,361.41724,125.80316,379.10474,19.986849,289.56,0.0,3064.2712,15201.945,22.704811,323.71814,129.17538,43861.945,142.74393,18.648758,126.7188,245.97403,56.39735,20.150219,182.55463,1869.8623,313.36215,113.07221,15.253725,12.88205,580.5619,55.778717,1512.8568,133.12946,2156.7314,245.95969,321.59805,111.02811,302.60297,8.774639,14.903658,32.90952,4.935116,4.747648,62.18383,56.622414,71.416374,15.594033,22.991035,282.95776,8.624372,3066.3728,110.89364,58.440277,128.63327,112.412094,218.22314,145.12497,84.22222,32.214355,44.163654,112.56714,321.68362,722.7406,144.57375,476.4111,92.38918,96.89351,294.4704,274.71152,974.0223,323.43924,3.9452639,16.932917,10.033831,55.62696,15682.337,5.6372223,13.835373,23.614075,49.83729,560.21893,93.98408,197.87364,3.5795043,248.37778,555.8473,356.43448,119.19653,339.0923,30.741297,64.99004,282.4582,14.45649,2.0190885,12.816944,2093.1843,0.20233992,0.6302166,61.698666,6.181587,4.1551538,7.2646437,12.628826,158.91138,54.744934,122.267365,836.293,207.80302,1915.2368,1766.313,14.174243,24.990509,13275.207,8.728843,58.610184,527.77344,95.95167,151.47694,65.84725,340.80444,992.09155,386.26123,12.182342,76.272224,1000.75555,1950.061,39.262836,550.7815,40.48875,1.028309,58.9996,1.0888994,0.63007647,2.8461466,30.76684,113.53329,285.04984,16.266815,3507.5786,253.06805,90.11018,134.99374,66.34135,95.609024,49.886944,2.991278,84.797226,499.91833,135.88704,80.49966,64.50739,23.250973,49.52587,58.879906,48.464718,903.1245,164.38098,3863.6108,38.171474,3778.6057,77.508415,451.42328,2404.9556,73.09541,9.974415,1723.4744,1909.1835,5758.8965,179.60486 +2023-06-25 21:00:00,0.0,15195.34,145.90169,19.440771,33.49441,23.125418,175.28522,25.117424,35.956703,20.044806,23.258293,610.22687,515.59796,11.077136,123.46887,14.548733,1.90101,23.46135,27.443645,3.5930216,358.0323,1.40323,313.87173,53.264797,0.4173229,2.970665,109.00658,24.928205,92.01065,140.93881,15939.293,0.6647846,1552.6414,1.2345101,0.7647822,0.41276464,2.6711419,167.93153,225.22754,30.360434,231.82396,24.396645,29.410498,1287.8359,4.124175,151.84048,121.144646,361.23395,125.94184,379.11334,19.980614,289.9139,0.0,3061.368,15203.954,22.700352,324.02472,129.15411,43870.176,142.65636,18.649576,126.8397,246.22089,56.32353,20.120056,182.78403,1871.714,313.67526,113.19418,15.256434,12.874324,579.5817,55.79118,1514.6799,133.21793,2156.6182,246.14873,321.83664,110.9256,302.96414,8.770905,14.8972225,32.885185,4.930635,4.740844,62.191116,56.599323,71.37557,15.588661,22.996986,283.06738,8.620875,3065.2622,110.96614,58.38229,128.70985,112.48206,218.17432,145.17072,84.208336,32.22541,44.190815,112.65611,321.6631,723.6132,144.6397,476.57196,92.43651,96.92271,294.5691,274.77637,973.8197,323.63855,3.943427,16.934063,10.036245,55.515564,15681.925,5.633167,13.824504,23.599445,49.86048,560.4816,94.001945,197.98373,3.5767424,248.42917,555.96985,356.56458,119.235054,339.0636,30.724028,64.989204,282.37546,14.449836,2.017833,12.813162,2093.6914,0.2020821,0.62953746,61.664894,6.173095,4.153096,7.256658,12.615804,158.81659,54.714428,122.24155,835.864,207.80681,1914.9724,1766.1132,14.165661,24.988369,13270.152,8.728144,58.606945,527.979,95.945,151.42854,65.83719,340.70334,991.72644,386.35233,12.184673,76.2625,1001.09576,1949.6051,39.26132,550.6972,40.461353,1.0284641,59.00528,1.0891323,0.6303801,2.8475811,30.763933,113.524635,285.03088,16.275389,3507.8184,253.16562,90.15903,135.10469,66.42327,95.61823,49.94229,2.9926252,84.88958,500.55237,136.09302,80.622696,64.596405,23.245522,49.58845,58.96757,48.47526,903.00977,164.43431,3865.3782,38.16972,3778.4766,77.52141,451.30753,2405.8147,73.1293,9.969513,1722.8965,1907.6576,5756.845,179.33194 +2023-06-25 22:00:00,0.0,15205.191,146.00923,19.442648,33.513924,23.114166,175.26192,25.113354,35.93993,20.042398,23.255787,610.0275,515.48566,11.071054,123.52939,14.559682,1.8979764,23.45729,27.408745,3.57419,357.9448,1.3949598,313.83243,53.235023,0.4167046,2.968789,108.998184,24.909403,91.86513,140.90433,15951.012,0.66469693,1552.2297,1.2336171,0.7640983,0.41243613,2.6674225,167.86671,225.13997,30.349981,231.64653,24.390818,29.442059,1288.75,4.1225944,151.95854,121.208725,361.05066,126.08053,379.12198,19.974379,290.2678,0.0,3058.4648,15205.963,22.69589,324.3313,129.13286,43878.406,142.5688,18.650393,126.960594,246.46777,56.249702,20.089893,183.01343,1873.5657,313.98837,113.31616,15.259143,12.866598,578.60156,55.803642,1516.503,133.3064,2156.5046,246.33775,322.0752,110.82308,303.3253,8.767169,14.890787,32.860847,4.9261537,4.7340393,62.198402,56.57624,71.33477,15.583288,23.002935,283.177,8.617378,3064.1516,111.038635,58.324306,128.78644,112.55204,218.12547,145.21646,84.19444,32.23646,44.217976,112.74509,321.64255,724.4859,144.70563,476.7328,92.48384,96.95191,294.66776,274.8412,973.6172,323.83783,3.9415903,16.93521,10.038661,55.404167,15681.514,5.629111,13.813635,23.584816,49.883675,560.7443,94.01982,198.09384,3.5739806,248.48056,556.09247,356.69467,119.273575,339.03488,30.70676,64.98836,282.29272,14.443183,2.0165772,12.809381,2094.1982,0.20182429,0.62885827,61.631123,6.164603,4.1510386,7.2486725,12.602781,158.72182,54.683926,122.21573,835.435,207.81061,1914.7081,1765.9135,14.157078,24.986227,13265.098,8.727445,58.603703,528.18463,95.93833,151.38014,65.82713,340.60223,991.3613,386.44345,12.187004,76.25278,1001.436,1949.1492,39.2598,550.613,40.43396,1.0286193,59.01096,1.0893654,0.63068366,2.8490157,30.761024,113.515976,285.01193,16.283962,3508.0579,253.26318,90.20787,135.21562,66.505196,95.62743,49.99764,2.9939723,84.98194,501.1864,136.299,80.74573,64.68541,23.24007,49.65103,59.055233,48.48581,902.89496,164.48764,3867.1455,38.16797,3778.3472,77.53441,451.19177,2406.674,73.16319,9.964612,1722.3187,1906.1317,5754.794,179.059 +2023-06-25 23:00:00,0.0,15215.044,146.11678,19.444525,33.533432,23.102917,175.23862,25.109285,35.923157,20.039991,23.253279,609.8282,515.37335,11.064972,123.589905,14.570631,1.8949428,23.45323,27.373846,3.5553584,357.8573,1.3866897,313.7931,53.20525,0.41608626,2.9669135,108.98979,24.890598,91.719604,140.86984,15962.731,0.66460925,1551.818,1.2327241,0.76341444,0.41210762,2.6637037,167.8019,225.05238,30.33953,231.4691,24.384993,29.473618,1289.6641,4.121013,152.07658,121.2728,360.86737,126.21921,379.1306,19.968143,290.6217,0.0,3055.5615,15207.972,22.691431,324.63788,129.11159,43886.633,142.48123,18.65121,127.08148,246.71465,56.17588,20.05973,183.24283,1875.4174,314.30148,113.43813,15.261852,12.858871,577.62134,55.816105,1518.3262,133.39487,2156.3914,246.5268,322.31375,110.72057,303.68643,8.763434,14.884352,32.836514,4.921673,4.727235,62.205685,56.553154,71.293976,15.577916,23.008884,283.2866,8.613881,3063.0413,111.11114,58.26632,128.863,112.62201,218.07663,145.2622,84.18056,32.247517,44.24514,112.83406,321.622,725.3585,144.77156,476.89362,92.53117,96.98111,294.76645,274.906,973.4147,324.03714,3.9397535,16.936356,10.041077,55.29277,15681.102,5.6250553,13.802765,23.570187,49.906868,561.00696,94.03769,198.20395,3.5712187,248.53195,556.215,356.82477,119.312096,339.0062,30.689491,64.98751,282.21002,14.436529,2.0153217,12.805599,2094.705,0.20156647,0.62817913,61.59735,6.1561112,4.1489806,7.240687,12.589759,158.62703,54.653423,122.18991,835.006,207.81439,1914.4438,1765.7136,14.148496,24.984087,13260.043,8.726745,58.600464,528.39026,95.93166,151.33174,65.81708,340.5011,990.9962,386.53455,12.189336,76.24306,1001.7762,1948.6931,39.258286,550.5287,40.406563,1.0287744,59.01664,1.0895983,0.6309873,2.8504505,30.758116,113.507324,284.99298,16.292538,3508.2976,253.36076,90.256714,135.32657,66.58712,95.636635,50.052986,2.9953196,85.0743,501.82043,136.50497,80.86877,64.77442,23.23462,49.71361,59.142895,48.496353,902.7802,164.54097,3868.9126,38.166218,3778.218,77.5474,451.07602,2407.5332,73.197075,9.95971,1721.7408,1904.6057,5752.7427,178.78609 +2023-06-26 00:00:00,0.0,15224.896,146.22432,19.4464,33.552944,23.091667,175.21533,25.105215,35.906387,20.037586,23.250772,609.62885,515.26105,11.058889,123.65042,14.581581,1.8919091,23.44917,27.338945,3.536527,357.76984,1.3784195,313.75375,53.175476,0.41546795,2.9650378,108.9814,24.871796,91.57407,140.83536,15974.451,0.6645216,1551.4062,1.2318312,0.7627306,0.4117791,2.6599848,167.73706,224.96481,30.329079,231.29167,24.379166,29.505178,1290.5781,4.119432,152.19463,121.33687,360.68405,126.357895,379.13922,19.961908,290.9756,0.0,3052.6582,15209.98,22.68697,324.94446,129.09032,43894.863,142.39368,18.652027,127.20238,246.96152,56.102055,20.029568,183.47223,1877.269,314.6146,113.560104,15.264561,12.851146,576.6412,55.828568,1520.1493,133.48334,2156.2778,246.71582,322.5523,110.61806,304.0476,8.759699,14.877916,32.812176,4.9171915,4.7204304,62.21297,56.530067,71.253174,15.572543,23.014835,283.3962,8.610385,3061.9307,111.18363,58.208332,128.93959,112.69198,218.02779,145.30795,84.166664,32.25857,44.2723,112.923035,321.60144,726.23114,144.8375,477.05447,92.57851,97.01031,294.86514,274.97083,973.21216,324.23642,3.9379168,16.9375,10.043491,55.181374,15680.69,5.621,13.791896,23.555557,49.930058,561.26965,94.05556,198.31404,3.568457,248.58333,556.3376,356.95486,119.350624,338.97748,30.672222,64.98667,282.1273,14.429876,2.0140662,12.801818,2095.2122,0.20130865,0.62749994,61.563583,6.1476192,4.146923,7.2327013,12.576736,158.53226,54.622917,122.16409,834.577,207.81818,1914.1794,1765.5139,14.139913,24.981945,13254.988,8.726046,58.59722,528.5959,95.925,151.28334,65.807014,340.4,990.6311,386.62567,12.191667,76.23333,1002.11646,1948.2372,39.256767,550.44446,40.379166,1.0289295,59.02232,1.0898312,0.6312909,2.851885,30.755209,113.498665,284.97403,16.301111,3508.5374,253.45833,90.30556,135.4375,66.669044,95.645836,50.108334,2.996667,85.166664,502.45447,136.71095,80.991806,64.86343,23.229168,49.776188,59.230556,48.5069,902.6654,164.59431,3870.68,38.164463,3778.0889,77.5604,450.96027,2408.3923,73.230965,9.954809,1721.1631,1903.0798,5750.6914,178.51317 +2023-06-26 01:00:00,0.0,15234.748,146.33186,19.448277,33.572453,23.080418,175.19203,25.101147,35.889618,20.03518,23.248264,609.4295,515.14874,11.052807,123.71094,14.59253,1.8888755,23.445108,27.304045,3.5176954,357.68234,1.3701494,313.71445,53.145702,0.4148496,2.9631622,108.97301,24.852991,91.42855,140.80087,15986.17,0.66443384,1550.9945,1.2309382,0.7620467,0.41145056,2.6562657,167.67224,224.87723,30.318628,231.11424,24.373339,29.53674,1291.4922,4.117851,152.31267,121.40094,360.5008,126.49658,379.14786,19.955673,291.3295,0.0,3049.755,15211.99,22.68251,325.251,129.06905,43903.094,142.3061,18.652843,127.32327,247.20839,56.028233,19.999405,183.70161,1879.1207,314.9277,113.68208,15.26727,12.84342,575.661,55.841034,1521.9724,133.57181,2156.1643,246.90486,322.7909,110.51555,304.40875,8.755964,14.871482,32.787838,4.9127107,4.713626,62.220253,56.50698,71.21237,15.56717,23.020784,283.50583,8.606888,3060.82,111.25613,58.15035,129.01617,112.76195,217.97894,145.3537,84.15278,32.269623,44.29946,113.01202,321.5809,727.1038,144.90344,477.2153,92.62583,97.039505,294.96384,275.03564,973.00964,324.43573,3.9360797,16.938646,10.045907,55.069973,15680.278,5.6169443,13.781026,23.540926,49.95325,561.5323,94.07343,198.42415,3.565695,248.63472,556.4602,357.08496,119.389145,338.9488,30.654953,64.985825,282.04456,14.4232235,2.0128105,12.798037,2095.719,0.20105083,0.6268208,61.52981,6.1391273,4.1448655,7.224716,12.563714,158.43747,54.592415,122.138275,834.148,207.82196,1913.9152,1765.3141,14.1313305,24.979803,13249.934,8.725346,58.59398,528.8015,95.918335,151.23494,65.79696,340.2989,990.266,386.71677,12.193998,76.22361,1002.45667,1947.7811,39.25525,550.36017,40.351772,1.0290847,59.028004,1.0900643,0.63159454,2.85332,30.7523,113.49001,284.95508,16.309685,3508.7769,253.5559,90.35439,135.54843,66.75097,95.65504,50.16368,2.998014,85.259026,503.0885,136.91693,81.11484,64.95244,23.223717,49.838768,59.31822,48.51745,902.55066,164.64764,3872.4473,38.162712,3777.9597,77.5734,450.8445,2409.2515,73.264854,9.949907,1720.5852,1901.554,5748.64,178.24025 +2023-06-26 02:00:00,0.0,15244.601,146.4394,19.450151,33.59196,23.069166,175.16873,25.097076,35.872845,20.032774,23.245758,609.2302,515.03644,11.046724,123.771454,14.60348,1.8858418,23.441048,27.269146,3.4988637,357.59485,1.3618792,313.6751,53.115925,0.4142313,2.9612865,108.964615,24.834188,91.28303,140.76639,15997.89,0.66434616,1550.5828,1.2300452,0.76136285,0.41112205,2.652547,167.60742,224.78966,30.308176,230.9368,24.367512,29.5683,1292.4064,4.11627,152.43073,121.46501,360.31747,126.63526,379.1565,19.949438,291.68338,0.0,3046.8516,15213.999,22.67805,325.5576,129.04778,43911.324,142.21855,18.653662,127.44416,247.45526,55.954407,19.969242,183.93102,1880.9724,315.24078,113.804054,15.269979,12.835694,574.6808,55.853497,1523.7955,133.66028,2156.051,247.0939,323.02945,110.41304,304.7699,8.752229,14.8650465,32.763504,4.9082294,4.7068214,62.22754,56.483894,71.17157,15.561798,23.026733,283.61542,8.603391,3059.7095,111.32863,58.09236,129.09276,112.831924,217.9301,145.39944,84.138885,32.280678,44.326622,113.10099,321.56036,727.97644,144.96938,477.37616,92.673164,97.0687,295.06253,275.1005,972.80707,324.635,3.934243,16.939793,10.048323,54.958576,15679.867,5.612889,13.770157,23.526297,49.97644,561.795,94.0913,198.53426,3.5629332,248.68611,556.58276,357.21506,119.427666,338.92007,30.637686,64.984985,281.96182,14.41657,2.011555,12.794254,2096.2258,0.20079301,0.6261416,61.49604,6.130635,4.142808,7.2167306,12.550692,158.34268,54.561913,122.11246,833.71906,207.82574,1913.6509,1765.1143,14.122747,24.977663,13244.879,8.724647,58.59074,529.00714,95.91167,151.18654,65.786896,340.19778,989.9009,386.8079,12.19633,76.21389,1002.7969,1947.3252,39.25373,550.2759,40.324375,1.0292398,59.033684,1.0902972,0.63189816,2.8547544,30.749392,113.48135,284.93613,16.318258,3509.0166,253.65346,90.40324,135.65938,66.83289,95.66424,50.21903,2.9993613,85.35139,503.72253,137.12291,81.23788,65.04144,23.218264,49.90135,59.40588,48.527992,902.4359,164.70097,3874.2146,38.16096,3777.8306,77.586395,450.72876,2410.1106,73.298744,9.945006,1720.0074,1900.0281,5746.589,177.96732 +2023-06-26 03:00:00,0.0,15254.452,146.54697,19.452028,33.611473,23.057917,175.14543,25.093008,35.85607,20.030367,23.24325,609.0309,514.92413,11.040642,123.83197,14.614429,1.8828082,23.436989,27.234245,3.4800322,357.50735,1.3536091,313.6358,53.08615,0.41361296,2.9594107,108.95622,24.815386,91.137505,140.7319,16009.609,0.6642585,1550.1711,1.2291522,0.760679,0.41079354,2.6488276,167.5426,224.70207,30.297726,230.75937,24.361687,29.59986,1293.3204,4.114689,152.54877,121.52908,360.13416,126.77395,379.1651,19.943205,292.0373,0.0,3043.9485,15216.008,22.67359,325.86417,129.0265,43919.55,142.13098,18.654478,127.565056,247.70212,55.880585,19.93908,184.16042,1882.8241,315.5539,113.926025,15.272688,12.827969,573.7006,55.86596,1525.6187,133.74875,2155.9375,247.28293,323.268,110.310524,305.13107,8.748494,14.858611,32.739166,4.9037485,4.700017,62.23482,56.46081,71.130775,15.556425,23.032684,283.72504,8.599895,3058.599,111.40112,58.034374,129.16934,112.90189,217.88126,145.44519,84.125,32.291733,44.353786,113.189964,321.53983,728.84906,145.03531,477.537,92.7205,97.0979,295.1612,275.1653,972.60455,324.83432,3.9324062,16.940939,10.050738,54.84718,15679.456,5.6088333,13.759287,23.511667,49.999634,562.0577,94.10917,198.64435,3.5601714,248.7375,556.7053,357.34515,119.46619,338.8914,30.620417,64.98414,281.8791,14.409917,2.0102994,12.790473,2096.733,0.2005352,0.6254625,61.46227,6.122143,4.14075,7.208745,12.537669,158.24791,54.531406,122.08665,833.29004,207.82954,1913.3866,1764.9146,14.114165,24.975521,13239.824,8.723947,58.587498,529.21277,95.905,151.13812,65.77684,340.09668,989.53577,386.899,12.198661,76.20416,1003.1371,1946.8691,39.252216,550.19165,40.296978,1.029395,59.039364,1.0905302,0.6322018,2.856189,30.746485,113.4727,284.91718,16.326834,3509.2563,253.75104,90.45208,135.77031,66.91482,95.67344,50.274376,3.0007086,85.44375,504.35657,137.32889,81.360916,65.130455,23.212812,49.96393,59.49354,48.53854,902.3211,164.7543,3875.982,38.159206,3777.7012,77.599396,450.613,2410.9697,73.332634,9.9401045,1719.4296,1898.5022,5744.5376,177.6944 +2023-06-26 04:00:00,0.0,15264.305,146.65451,19.453905,33.63098,23.046667,175.12213,25.088938,35.839302,20.027962,23.240744,608.83154,514.8118,11.034559,123.892494,14.625379,1.8797747,23.432928,27.199347,3.4612007,357.41986,1.3453388,313.59647,53.056377,0.41299465,2.957535,108.94783,24.796581,90.991974,140.69742,16021.328,0.6641708,1549.7594,1.2282592,0.7599951,0.41046503,2.6451087,167.47778,224.6145,30.287275,230.58194,24.35586,29.63142,1294.2345,4.1131077,152.66681,121.593155,359.95087,126.91263,379.17374,19.93697,292.39117,0.0,3041.0454,15218.017,22.669128,326.17075,129.00523,43927.78,142.04343,18.655296,127.68595,247.94899,55.806763,19.908916,184.38982,1884.6758,315.867,114.048004,15.275396,12.820242,572.72046,55.87842,1527.4417,133.83723,2155.8242,247.47197,323.5066,110.208015,305.49222,8.744759,14.852176,32.714832,4.8992677,4.6932125,62.242107,56.43772,71.08997,15.551053,23.038633,283.83466,8.596397,3057.4885,111.473625,57.976387,129.24593,112.97186,217.83241,145.49095,84.111115,32.302784,44.380947,113.27894,321.5193,729.7217,145.10126,477.6978,92.76782,97.1271,295.2599,275.23013,972.40204,325.0336,3.9305694,16.942083,10.053153,54.735783,15679.044,5.604778,13.748418,23.497038,50.022827,562.3203,94.127045,198.75446,3.5574095,248.7889,556.82794,357.47525,119.504715,338.86267,30.603148,64.98329,281.7964,14.403263,2.009044,12.786692,2097.2397,0.20027737,0.6247833,61.428497,6.113651,4.1386924,7.2007594,12.524647,158.15312,54.500904,122.06083,832.8611,207.83333,1913.1222,1764.7147,14.105582,24.973381,13234.77,8.723248,58.58426,529.41833,95.89833,151.08972,65.766785,339.99554,989.17065,386.9901,12.200993,76.19444,1003.4773,1946.4132,39.250698,550.10736,40.269585,1.0295501,59.045044,1.0907632,0.6325054,2.8576238,30.743576,113.46404,284.89822,16.335407,3509.4958,253.8486,90.50092,135.88126,66.99675,95.68264,50.329723,3.0020556,85.53611,504.9906,137.53488,81.48395,65.21947,23.207361,50.02651,59.581203,48.549084,902.20636,164.80765,3877.749,38.157455,3777.572,77.61239,450.49725,2411.8289,73.36652,9.935204,1718.8518,1896.9763,5742.4863,177.42148 +2023-06-26 05:00:00,0.0,15274.156,146.76205,19.45578,33.65049,23.035418,175.09883,25.08487,35.822533,20.025555,23.238235,608.6322,514.6995,11.028478,123.95301,14.636329,1.876741,23.428867,27.164446,3.4423692,357.3324,1.3370687,313.55713,53.026604,0.41237634,2.9556594,108.93944,24.777779,90.84645,140.66292,16033.048,0.6640831,1549.3477,1.2273663,0.75931126,0.41013652,2.6413898,167.41295,224.52693,30.276823,230.40451,24.350033,29.662981,1295.1486,4.1115265,152.78485,121.657234,359.76758,127.051315,379.18237,19.930735,292.7451,0.0,3038.142,15220.025,22.664669,326.47733,128.98396,43936.01,141.95586,18.656113,127.80684,248.19586,55.732937,19.878754,184.61922,1886.5275,316.1801,114.169975,15.278106,12.812516,571.7403,55.890884,1529.2648,133.9257,2155.7107,247.661,323.74515,110.10551,305.8534,8.741024,14.845741,32.690495,4.8947864,4.686408,62.24939,56.414635,71.04917,15.54568,23.044582,283.94424,8.5929,3056.378,111.54612,57.918404,129.32251,113.04183,217.78357,145.5367,84.09722,32.31384,44.408108,113.36791,321.49872,730.59436,145.16719,477.85867,92.815155,97.1563,295.35858,275.29495,972.1995,325.2329,3.9287326,16.94323,10.055569,54.624386,15678.633,5.6007223,13.737548,23.482409,50.046017,562.583,94.14491,198.86456,3.5546477,248.84027,556.9505,357.60535,119.543236,338.83398,30.58588,64.98245,281.71365,14.39661,2.0077882,12.78291,2097.7466,0.20001955,0.62410414,61.39473,6.105159,4.136635,7.192774,12.511624,158.05833,54.4704,122.03501,832.43207,207.83711,1912.8579,1764.515,14.097,24.97124,13229.715,8.722548,58.581017,529.62396,95.89167,151.04132,65.75672,339.89444,988.80554,387.0812,12.203323,76.18472,1003.8175,1945.9572,39.24918,550.02313,40.242188,1.0297053,59.050724,1.0909961,0.632809,2.8590584,30.74067,113.45539,284.87927,16.34398,3509.7356,253.94617,90.54977,135.99219,67.078674,95.69184,50.38507,3.003403,85.62847,505.62463,137.74086,81.60699,65.30847,23.20191,50.089085,59.668865,48.55963,902.0916,164.86098,3879.5164,38.155704,3777.4429,77.62539,450.3815,2412.688,73.400406,9.930302,1718.2739,1895.4504,5740.435,177.14854 +2023-06-26 06:00:00,0.0,15284.009,146.8696,19.457657,33.670002,23.024166,175.07553,25.0808,35.80576,20.023148,23.23573,608.43286,514.5872,11.022395,124.01353,14.647278,1.8737074,23.424807,27.129547,3.4235377,357.2449,1.3287985,313.51782,52.99683,0.411758,2.9537838,108.931046,24.758974,90.70093,140.62843,16044.768,0.66399544,1548.9359,1.2264733,0.75862736,0.409808,2.6376708,167.34813,224.43935,30.266373,230.22708,24.344208,29.694542,1296.0626,4.109946,152.90291,121.721306,359.5843,127.19,379.19098,19.9245,293.09897,0.0,3035.2388,15222.034,22.660208,326.7839,128.96269,43944.242,141.8683,18.65693,127.927734,248.44275,55.659115,19.84859,184.84862,1888.3792,316.49323,114.29195,15.280814,12.8047905,570.7601,55.903347,1531.0879,134.01418,2155.5972,247.85004,323.98373,110.00299,306.21454,8.737289,14.839306,32.66616,4.8903055,4.679604,62.256676,56.391552,71.00837,15.540308,23.050533,284.05386,8.589404,3055.2673,111.618614,57.860416,129.39908,113.11181,217.73473,145.58244,84.083336,32.324894,44.43527,113.45689,321.47818,731.467,145.23312,478.0195,92.86249,97.1855,295.45728,275.3598,971.997,325.4322,3.9268959,16.944376,10.057984,54.51299,15678.221,5.5966663,13.726679,23.46778,50.06921,562.8457,94.16278,198.97466,3.5518858,248.89166,557.07306,357.7354,119.58176,338.80527,30.568611,64.981606,281.63092,14.389956,2.0065327,12.779129,2098.2537,0.19976173,0.62342495,61.36096,6.096667,4.134577,7.184788,12.498602,157.96356,54.4399,122.00919,832.0031,207.8409,1912.5936,1764.3152,14.088417,24.969097,13224.66,8.7218485,58.577778,529.8296,95.885,150.99292,65.746666,339.79333,988.4404,387.17233,12.205655,76.174995,1004.1577,1945.5012,39.24766,549.93884,40.21479,1.0298604,59.056404,1.0912291,0.6331126,2.860493,30.73776,113.44673,284.86032,16.352556,3509.9753,254.04375,90.59861,136.10312,67.1606,95.70104,50.44042,3.0047503,85.72083,506.25867,137.94684,81.73002,65.397484,23.196459,50.151665,59.756527,48.57018,901.9768,164.9143,3881.2837,38.153954,3777.3137,77.63838,450.26575,2413.5474,73.434296,9.925401,1717.6962,1893.9246,5738.384,176.87563 +2023-06-26 07:00:00,0.0,15293.86,146.97714,19.459534,33.68951,23.012917,175.05223,25.07673,35.788986,20.020742,23.233223,608.2335,514.4749,11.016313,124.07404,14.658227,1.8706738,23.420746,27.094646,3.404706,357.1574,1.3205284,313.4785,52.967056,0.4111397,2.9519079,108.92265,24.740171,90.555405,140.59395,16056.487,0.66390777,1548.5242,1.2255803,0.7579435,0.40947947,2.633952,167.28331,224.35178,30.25592,230.04965,24.33838,29.7261,1296.9767,4.1083646,153.02095,121.78538,359.401,127.32868,379.19962,19.918264,293.45288,0.0,3032.3354,15224.043,22.655746,327.09045,128.94142,43952.47,141.78073,18.657747,128.04863,248.6896,55.58529,19.818428,185.078,1890.2308,316.80634,114.413925,15.283524,12.797065,569.7799,55.91581,1532.911,134.10265,2155.484,248.03908,324.2223,109.90048,306.57568,8.733554,14.8328705,32.641823,4.885824,4.6727996,62.26396,56.36847,70.96757,15.534935,23.056482,284.16348,8.585907,3054.157,111.69112,57.80243,129.47566,113.18178,217.68588,145.62819,84.06944,32.335945,44.462433,113.54586,321.45764,732.3396,145.29906,478.18036,92.90982,97.2147,295.55597,275.42462,971.7945,325.6315,3.925059,16.945522,10.060399,54.401592,15677.81,5.592611,13.715809,23.45315,50.092403,563.10834,94.18065,199.08476,3.549124,248.94305,557.1957,357.8655,119.62028,338.77658,30.551342,64.98076,281.5482,14.383304,2.0052772,12.775347,2098.7605,0.19950391,0.62274575,61.327187,6.088175,4.1325192,7.1768026,12.4855795,157.86877,54.409393,121.983376,831.5741,207.8447,1912.3293,1764.1155,14.079835,24.966957,13219.605,8.7211485,58.574535,530.0352,95.878334,150.94452,65.7366,339.69223,988.0753,387.26343,12.207987,76.165276,1004.4979,1945.0453,39.246143,549.8546,40.187397,1.0300155,59.062088,1.0914621,0.63341624,2.8619277,30.734852,113.43808,284.84137,16.36113,3510.2148,254.14131,90.64745,136.21407,67.24252,95.71024,50.495766,3.0060973,85.813194,506.8927,138.15282,81.85306,65.48649,23.191008,50.214245,59.84419,48.580723,901.86206,164.96765,3883.051,38.1522,3777.1843,77.65138,450.15,2414.4065,73.468185,9.920499,1717.1183,1892.3986,5736.333,176.6027 +2023-06-26 08:00:00,0.0,15303.713,147.08469,19.461409,33.709023,23.001667,175.02893,25.07266,35.772217,20.018335,23.230715,608.03424,514.3626,11.01023,124.13456,14.669177,1.8676401,23.416685,27.059748,3.3858745,357.06992,1.3122582,313.43915,52.937283,0.41052136,2.9500322,108.91426,24.721369,90.40988,140.55946,16068.206,0.6638201,1548.1125,1.2246873,0.75725967,0.40915096,2.6302328,167.21849,224.26419,30.24547,229.87222,24.332554,29.757662,1297.8907,4.1067834,153.13899,121.84945,359.2177,127.46737,379.20825,19.91203,293.80676,0.0,3029.4321,15226.053,22.651287,327.39703,128.92015,43960.7,141.69318,18.658566,128.16953,248.9365,55.511467,19.788265,185.3074,1892.0825,317.11945,114.5359,15.286232,12.789339,568.79974,55.928272,1534.7341,134.19112,2155.3704,248.2281,324.46088,109.797966,306.93686,8.729819,14.826435,32.61749,4.8813434,4.665995,62.271244,56.345383,70.92677,15.529563,23.062431,284.27307,8.58241,3053.0464,111.76361,57.744446,129.55225,113.25175,217.63704,145.67393,84.05556,32.347,44.489594,113.634834,321.4371,733.2122,145.365,478.3412,92.957146,97.2439,295.65463,275.48944,971.5919,325.83078,3.9232223,16.946667,10.062815,54.290195,15677.397,5.5885553,13.70494,23.438519,50.115593,563.37103,94.198524,199.19487,3.5463622,248.99445,557.31824,357.9956,119.658806,338.74786,30.534075,64.97992,281.46545,14.37665,2.0040214,12.771565,2099.2673,0.1992461,0.6220666,61.293415,6.0796824,4.1304617,7.168817,12.472557,157.774,54.37889,121.95756,831.14514,207.84848,1912.065,1763.9156,14.071252,24.964815,13214.551,8.720449,58.571297,530.24084,95.871666,150.89612,65.72655,339.5911,987.7102,387.35455,12.210318,76.155556,1004.83813,1944.5892,39.24463,549.7703,40.16,1.0301707,59.06777,1.0916951,0.63371986,2.8633623,30.731945,113.42942,284.82242,16.369703,3510.4546,254.23888,90.6963,136.325,67.32445,95.719444,50.55111,3.0074446,85.905556,507.52673,138.3588,81.9761,65.5755,23.185556,50.276825,59.93185,48.59127,901.7473,165.02098,3884.818,38.150448,3777.0552,77.66438,450.03424,2415.2656,73.502075,9.915598,1716.5405,1890.8727,5734.2817,176.32979 +2023-06-26 09:00:00,0.0,15313.564,147.19223,19.463285,33.72853,22.990417,175.00563,25.068592,35.755447,20.01593,23.228209,607.8349,514.2503,11.004148,124.195076,14.680126,1.8646066,23.412626,27.024847,3.367043,356.98242,1.3039881,313.39984,52.907505,0.40990305,2.9481566,108.90587,24.702564,90.26435,140.52498,16079.926,0.6637324,1547.7008,1.2237943,0.75657576,0.40882245,2.6265137,167.15366,224.17662,30.235018,229.6948,24.326727,29.789223,1298.8048,4.1052027,153.25703,121.91352,359.0344,127.60606,379.21686,19.905796,294.16068,0.0,3026.5293,15228.062,22.646826,327.7036,128.8989,43968.93,141.6056,18.659382,128.2904,249.18335,55.43764,19.758102,185.5368,1893.9342,317.43256,114.657875,15.288941,12.781613,567.8195,55.940735,1536.5573,134.27959,2155.257,248.41714,324.6994,109.69546,307.298,8.726084,14.82,32.59315,4.876862,4.6591907,62.27853,56.322296,70.88597,15.52419,23.068382,284.3827,8.578914,3051.9358,111.83611,57.68646,129.62883,113.32172,217.5882,145.71968,84.041664,32.35805,44.516754,113.72381,321.41656,734.0849,145.43094,478.502,93.00448,97.273094,295.75333,275.55426,971.3894,326.0301,3.9213853,16.947813,10.06523,54.1788,15676.986,5.5845,13.694071,23.42389,50.138786,563.6337,94.21639,199.30496,3.5436003,249.04584,557.4408,358.1257,119.69733,338.71918,30.516806,64.97907,281.38275,14.369997,2.002766,12.767784,2099.7744,0.19898827,0.6213874,61.259647,6.0711904,4.128404,7.1608315,12.459535,157.67921,54.34839,121.93175,830.7161,207.85226,1911.8007,1763.716,14.06267,24.962675,13209.496,8.71975,58.568054,530.4465,95.865,150.84772,65.71649,339.49,987.3451,387.44565,12.212649,76.145836,1005.17834,1944.1333,39.24311,549.6861,40.132603,1.0303258,59.07345,1.091928,0.6340235,2.864797,30.729036,113.42077,284.80347,16.378277,3510.6943,254.33646,90.74514,136.43594,67.40637,95.728645,50.606457,3.008792,85.99792,508.16077,138.56477,82.09913,65.664505,23.180105,50.339405,60.019512,48.601814,901.6325,165.07431,3886.5854,38.148697,3776.926,77.677376,449.91852,2416.1248,73.535965,9.910696,1715.9626,1889.3468,5732.2305,176.05685 +2023-06-26 10:00:00,0.0,15323.417,147.29977,19.465162,33.74804,22.979166,174.98233,25.064522,35.738674,20.013523,23.2257,607.63556,514.13794,10.998065,124.25559,14.691075,1.861573,23.408566,26.989948,3.3482115,356.89496,1.2957178,313.3605,52.87773,0.4092847,2.946281,108.89748,24.683762,90.11883,140.4905,16091.6455,0.66364473,1547.2891,1.2229013,0.7558919,0.40849394,2.6227949,167.08884,224.08904,30.224567,229.51736,24.320902,29.820784,1299.7189,4.1036215,153.37509,121.97759,358.8511,127.744736,379.2255,19.89956,294.51456,0.0,3023.626,15230.07,22.642366,328.0102,128.87762,43977.156,141.51805,18.6602,128.4113,249.43024,55.36382,19.72794,185.7662,1895.7859,317.74567,114.77985,15.29165,12.773887,566.83936,55.953197,1538.3804,134.36806,2155.1436,248.60617,324.938,109.59295,307.65918,8.722349,14.813565,32.568813,4.872381,4.652386,62.285812,56.29921,70.84517,15.518818,23.074331,284.4923,8.575417,3050.8252,111.90861,57.62847,129.70541,113.39169,217.53935,145.76543,84.02778,32.369106,44.54392,113.81278,321.396,734.9575,145.49687,478.66287,93.05181,97.30229,295.85202,275.6191,971.1869,326.22937,3.9195485,16.94896,10.067645,54.0674,15676.575,5.5804443,13.683201,23.40926,50.16198,563.89636,94.23426,199.41507,3.5408385,249.09723,557.5634,358.2558,119.73585,338.69046,30.499537,64.978226,281.30002,14.363343,2.0015104,12.764003,2100.2812,0.19873045,0.6207083,61.225876,6.0626984,4.126346,7.152846,12.446512,157.58443,54.317883,121.90593,830.2872,207.85605,1911.5364,1763.5161,14.054087,24.960533,13204.441,8.71905,58.564816,530.6521,95.85834,150.79932,65.70643,339.3889,986.98,387.53677,12.21498,76.13611,1005.51855,1943.6772,39.241592,549.6018,40.10521,1.030481,59.07913,1.092161,0.6343271,2.8662317,30.726128,113.41211,284.78452,16.386852,3510.934,254.43402,90.793976,136.54688,67.4883,95.73785,50.661804,3.010139,86.09028,508.7948,138.77075,82.22217,65.75352,23.174654,50.40198,60.107178,48.612362,901.51776,165.12764,3888.3528,38.146942,3776.7969,77.69038,449.80276,2416.984,73.56985,9.905795,1715.3848,1887.8209,5730.179,175.78394 +2023-06-26 11:00:00,0.0,15333.269,147.40732,19.467037,33.76755,22.967916,174.95903,25.060453,35.7219,20.011116,23.223194,607.4362,514.02563,10.991982,124.31611,14.702025,1.8585393,23.404505,26.955048,3.32938,356.80746,1.2874477,313.3212,52.847958,0.4086664,2.944405,108.889084,24.664957,89.973305,140.45601,16103.364,0.66355705,1546.8773,1.2220085,0.7552081,0.40816543,2.6190758,167.02402,224.00146,30.214115,229.33994,24.315075,29.852343,1300.633,4.1020403,153.49313,122.041664,358.66782,127.88342,379.23413,19.893326,294.86847,0.0,3020.7227,15232.079,22.637905,328.31677,128.85635,43985.387,141.43048,18.661016,128.5322,249.6771,55.289993,19.697777,185.9956,1897.6376,318.05878,114.90182,15.294359,12.766161,565.8592,55.96566,1540.2035,134.45653,2155.03,248.79521,325.17654,109.49043,308.02032,8.718614,14.80713,32.54448,4.8679,4.6455817,62.2931,56.276123,70.80437,15.513445,23.08028,284.6019,8.571919,3049.7148,111.9811,57.570488,129.782,113.46166,217.49051,145.81117,84.013885,32.38016,44.57108,113.90176,321.37546,735.83014,145.5628,478.8237,93.099144,97.33149,295.9507,275.68393,970.9844,326.42868,3.9177117,16.950106,10.070061,53.956005,15676.163,5.576389,13.672332,23.39463,50.18517,564.15906,94.25214,199.52518,3.5380766,249.1486,557.686,358.3859,119.77437,338.66177,30.48227,64.97739,281.2173,14.35669,2.0002549,12.7602215,2100.788,0.19847263,0.6200291,61.192104,6.0542064,4.1242886,7.1448603,12.43349,157.48965,54.28738,121.88011,829.8581,207.85985,1911.272,1763.3164,14.045505,24.958391,13199.387,8.718351,58.561573,530.85767,95.85167,150.7509,65.69637,339.28778,986.61487,387.6279,12.217312,76.12639,1005.85876,1943.2213,39.240074,549.5176,40.077812,1.0306361,59.08481,1.092394,0.63463074,2.8676662,30.72322,113.40346,284.76556,16.395426,3511.1736,254.53159,90.84282,136.6578,67.57022,95.74705,50.71715,3.0114863,86.18264,509.42883,138.97673,82.34521,65.84252,23.169203,50.46456,60.19484,48.62291,901.40295,165.18098,3890.12,38.14519,3776.6675,77.70337,449.687,2417.843,73.60374,9.900893,1714.807,1886.295,5728.128,175.51102 +2023-06-26 12:00:00,0.0,15343.121,147.51486,19.468914,33.78706,22.956667,174.93573,25.056383,35.70513,20.00871,23.220686,607.2369,513.9133,10.9859,124.37663,14.712975,1.8555057,23.400444,26.920149,3.3105483,356.71997,1.2791775,313.28186,52.818184,0.40804806,2.9425294,108.88069,24.646154,89.82778,140.42152,16115.084,0.6634694,1546.4656,1.2211155,0.7545242,0.4078369,2.615357,166.9592,223.91388,30.203665,229.1625,24.309248,29.883904,1301.5471,4.100459,153.61118,122.105736,358.4845,128.02211,379.24274,19.88709,295.22235,0.0,3017.8193,15234.088,22.633446,328.62335,128.83508,43993.617,141.34293,18.661835,128.65309,249.92397,55.21617,19.667614,186.225,1899.4893,318.3719,115.023796,15.297068,12.758435,564.879,55.978123,1542.0266,134.545,2154.9167,248.98424,325.41513,109.387924,308.38147,8.714879,14.800694,32.52014,4.863419,4.6387773,62.30038,56.253036,70.76357,15.508073,23.086231,284.71152,8.568423,3048.6042,112.053604,57.5125,129.85858,113.53163,217.44167,145.85692,84.0,32.391212,44.59824,113.99074,321.35492,736.70276,145.62875,478.98456,93.14647,97.360695,296.0494,275.74875,970.78186,326.62796,3.915875,16.95125,10.072476,53.84461,15675.752,5.5723333,13.661462,23.380001,50.208363,564.42175,94.270004,199.63527,3.535315,249.2,557.80853,358.516,119.8129,338.63306,30.465,64.97654,281.13455,14.350037,1.9989992,12.756439,2101.2952,0.19821481,0.61934996,61.158333,6.0457144,4.122231,7.136875,12.420467,157.39487,54.256878,121.854294,829.42914,207.86363,1911.0077,1763.1166,14.0369215,24.956251,13194.332,8.717651,58.558334,531.0633,95.845,150.7025,65.68632,339.18668,986.24976,387.719,12.219643,76.11667,1006.199,1942.7653,39.23856,549.4333,40.050415,1.0307913,59.09049,1.0926269,0.63493437,2.869101,30.720312,113.3948,284.74658,16.404,3511.4133,254.62917,90.89166,136.76875,67.652145,95.75625,50.7725,3.0128336,86.275,510.06287,139.18271,82.46824,65.93153,23.16375,50.52714,60.2825,48.633453,901.2882,165.23431,3891.8875,38.14344,3776.5383,77.71637,449.57126,2418.7021,73.63763,9.895992,1714.2291,1884.7692,5726.0767,175.23808 +2023-06-26 13:00:00,0.0,15352.973,147.6224,19.470789,33.806572,22.945417,174.91243,25.052315,35.688362,20.006304,23.21818,607.0376,513.801,10.979818,124.43715,14.723924,1.8524721,23.396383,26.885248,3.2917168,356.63248,1.2709074,313.24252,52.78841,0.40742975,2.9406538,108.8723,24.627352,89.68226,140.38704,16126.804,0.6633817,1546.054,1.2202225,0.7538403,0.40750837,2.6116378,166.89438,223.82631,30.193213,228.98508,24.303423,29.915464,1302.4612,4.0988784,153.72922,122.169815,358.3012,128.1608,379.25137,19.880856,295.57626,0.0,3014.9163,15236.097,22.628984,328.9299,128.81381,44001.848,141.25536,18.662651,128.77399,250.17084,55.14235,19.63745,186.45439,1901.341,318.685,115.14577,15.299777,12.75071,563.8988,55.990585,1543.8497,134.63348,2154.8032,249.17328,325.6537,109.28541,308.74265,8.7111435,14.794259,32.495808,4.858938,4.631973,62.307667,56.22995,70.72277,15.5027,23.09218,284.82114,8.564926,3047.4937,112.1261,57.454514,129.93515,113.6016,217.39282,145.90266,83.986115,32.402267,44.6254,114.07971,321.33438,737.57544,145.69469,479.1454,93.1938,97.38989,296.14807,275.81357,970.57935,326.82727,3.9140382,16.952396,10.074891,53.73321,15675.34,5.568278,13.650593,23.365372,50.231556,564.6844,94.28787,199.74538,3.5325532,249.25139,557.93115,358.6461,119.85142,338.60437,30.447731,64.97569,281.05182,14.343384,1.9977436,12.752658,2101.802,0.197957,0.61867076,61.124565,6.0372224,4.120173,7.1288896,12.407445,157.30008,54.22637,121.828476,829.0001,207.86742,1910.7434,1762.9169,14.028339,24.95411,13189.277,8.716952,58.55509,531.2689,95.83833,150.6541,65.676254,339.08554,985.88464,387.81012,12.221974,76.10694,1006.5392,1942.3093,39.23704,549.34906,40.02302,1.0309464,59.096172,1.09286,0.63523793,2.8705356,30.717405,113.38615,284.72763,16.412575,3511.653,254.72673,90.940506,136.87968,67.73407,95.76545,50.827847,3.0141807,86.36736,510.6969,139.3887,82.59128,66.02054,23.158298,50.58972,60.370163,48.644,901.17346,165.28764,3893.6545,38.141685,3776.4092,77.72936,449.4555,2419.5613,73.67152,9.89109,1713.6514,1883.2433,5724.0254,174.96516 +2023-06-26 14:00:00,0.0,15362.825,147.72995,19.472666,33.82608,22.934166,174.88913,25.048244,35.67159,20.003899,23.215673,606.83826,513.6887,10.973736,124.497665,14.734874,1.8494384,23.392323,26.85035,3.2728853,356.54498,1.2626373,313.20322,52.758636,0.40681142,2.9387782,108.86391,24.608547,89.53673,140.35254,16138.523,0.663294,1545.6422,1.2193295,0.7531565,0.40717986,2.6079187,166.82954,223.73872,30.182762,228.80763,24.297596,29.947025,1303.3752,4.097297,153.84727,122.23389,358.11792,128.29947,379.26,19.87462,295.93015,0.0,3012.013,15238.105,22.624525,329.23648,128.79254,44010.074,141.1678,18.66347,128.89488,250.41771,55.068523,19.607286,186.68379,1903.1926,318.99808,115.26774,15.302485,12.742984,562.91864,56.003048,1545.6729,134.72195,2154.69,249.36232,325.89224,109.1829,309.1038,8.707409,14.787825,32.47147,4.854457,4.625169,62.31495,56.206867,70.68197,15.497328,23.09813,284.93073,8.561429,3046.383,112.19859,57.396526,130.01173,113.67158,217.34398,145.94843,83.97222,32.413322,44.652565,114.168686,321.31384,738.44806,145.76062,479.3062,93.241135,97.41909,296.24677,275.8784,970.3768,327.02655,3.9122014,16.953543,10.077307,53.621815,15674.929,5.5642223,13.639723,23.350742,50.254745,564.9471,94.30575,199.85548,3.5297914,249.30278,558.0537,358.77618,119.88994,338.57565,30.430464,64.97485,280.96912,14.33673,1.996488,12.748877,2102.3088,0.19769919,0.6179916,61.090794,6.0287304,4.1181154,7.120904,12.394423,157.2053,54.19587,121.80266,828.57117,207.8712,1910.4791,1762.717,14.019756,24.951967,13184.223,8.716252,58.55185,531.47455,95.831665,150.6057,65.6662,338.98444,985.51953,387.9012,12.224306,76.09722,1006.8794,1941.8534,39.235523,549.2648,39.995625,1.0311015,59.101852,1.0930929,0.63554156,2.8719702,30.714497,113.37749,284.70868,16.421148,3511.8926,254.8243,90.98935,136.99063,67.815994,95.77465,50.883194,3.015528,86.459724,511.33093,139.59468,82.71432,66.10955,23.152847,50.6523,60.457825,48.65455,901.05865,165.34097,3895.4219,38.139935,3776.28,77.74236,449.33975,2420.4204,73.70541,9.886189,1713.0735,1881.7174,5721.974,174.69225 +2023-06-26 15:00:00,0.0,15372.677,147.8375,19.474543,33.84559,22.922916,174.86583,25.044176,35.654816,20.001492,23.213165,606.6389,513.5764,10.967653,124.55818,14.745823,1.8464048,23.388264,26.815449,3.2540538,356.45752,1.2543671,313.16388,52.728863,0.4061931,2.9369025,108.855515,24.589745,89.391205,140.31805,16150.242,0.66320634,1545.2305,1.2184365,0.7524726,0.40685135,2.6042,166.76472,223.65115,30.172312,228.6302,24.291769,29.978586,1304.2893,4.095716,153.96532,122.29796,357.93463,128.43816,379.26862,19.868387,296.28406,0.0,3009.1099,15240.114,22.620064,329.54306,128.77127,44018.305,141.08023,18.664286,129.01576,250.66458,54.9947,19.577124,186.9132,1905.0443,319.3112,115.38972,15.305195,12.735257,561.9385,56.01551,1547.496,134.81042,2154.5764,249.55135,326.13083,109.08039,309.46494,8.703673,14.781389,32.447136,4.849976,4.6183643,62.322235,56.18378,70.64117,15.491955,23.104078,285.04034,8.557933,3045.2727,112.271095,57.338543,130.08832,113.74155,217.29514,145.99417,83.958336,32.424374,44.679726,114.25766,321.29327,739.3207,145.82657,479.46707,93.28847,97.44829,296.34546,275.94324,970.17426,327.22586,3.9103646,16.954689,10.079722,53.510414,15674.517,5.5601664,13.628854,23.336111,50.27794,565.2098,94.323616,199.96558,3.5270295,249.35417,558.1763,358.90628,119.92846,338.54697,30.413195,64.97401,280.88638,14.330077,1.9952325,12.745095,2102.816,0.19744137,0.61731243,61.057022,6.020238,4.116058,7.1129184,12.3814,157.11052,54.165367,121.77685,828.14215,207.875,1910.2147,1762.5173,14.011174,24.949827,13179.168,8.715553,58.54861,531.6802,95.825,150.5573,65.656136,338.88333,985.1544,387.99234,12.226637,76.0875,1007.2196,1941.3973,39.234005,549.18054,39.96823,1.0312567,59.107533,1.0933259,0.6358452,2.873405,30.711588,113.368835,284.68973,16.429722,3512.1323,254.92186,91.03819,137.10156,67.89792,95.78385,50.93854,3.0168753,86.552086,511.96497,139.80066,82.83735,66.198555,23.147396,50.714878,60.545486,48.665092,900.9439,165.39432,3897.1892,38.138184,3776.151,77.755356,449.224,2421.2798,73.739296,9.881288,1712.4957,1880.1915,5719.923,174.41933 +2023-06-26 16:00:00,0.0,15382.529,147.94504,19.476418,33.8651,22.911667,174.84253,25.040106,35.638046,19.999086,23.210659,606.4396,513.4641,10.961571,124.6187,14.756772,1.8433713,23.384203,26.78055,3.2352223,356.37003,1.246097,313.12457,52.69909,0.40557477,2.9350266,108.84712,24.57094,89.24568,140.28357,16161.962,0.66311866,1544.8187,1.2175435,0.75178874,0.40652284,2.600481,166.6999,223.56358,30.16186,228.45277,24.285944,30.010145,1305.2034,4.094135,154.08336,122.36203,357.75134,128.57684,379.27725,19.862152,296.63794,0.0,3006.2065,15242.124,22.615604,329.84964,128.75,44026.535,140.99268,18.665104,129.13666,250.91145,54.920876,19.54696,187.1426,1906.896,319.6243,115.51169,15.307903,12.727531,560.95825,56.027977,1549.3191,134.8989,2154.4631,249.74039,326.3694,108.977875,309.8261,8.699939,14.774954,32.4228,4.8454947,4.61156,62.32952,56.16069,70.600365,15.486583,23.11003,285.14996,8.554436,3044.162,112.34359,57.280556,130.1649,113.811516,217.2463,146.03992,83.94444,32.43543,44.706886,114.346634,321.27274,740.1933,145.8925,479.6279,93.33579,97.477486,296.44415,276.00806,969.97174,327.42514,3.9085279,16.955833,10.082137,53.399017,15674.105,5.556111,13.617984,23.321482,50.301132,565.4724,94.341484,200.07568,3.5242677,249.40555,558.2989,359.03638,119.96698,338.51825,30.395926,64.97316,280.80365,14.323423,1.9939768,12.741314,2103.3228,0.19718355,0.6166333,61.02325,6.011746,4.114,7.104933,12.368378,157.01575,54.13486,121.75103,827.7132,207.87878,1909.9504,1762.3175,14.002591,24.947685,13174.113,8.714853,58.54537,531.8858,95.81834,150.5089,65.64608,338.78223,984.7893,388.08344,12.228969,76.077774,1007.5598,1940.9414,39.232487,549.09625,39.940834,1.0314118,59.113213,1.0935589,0.6361488,2.8748395,30.708681,113.360176,284.67078,16.438295,3512.372,255.01944,91.087036,137.2125,67.97984,95.79305,50.99389,3.0182223,86.64445,512.599,140.00664,82.96039,66.28757,23.141945,50.77746,60.63315,48.67564,900.82916,165.44765,3898.9565,38.13643,3776.0215,77.76836,449.10825,2422.139,73.77318,9.876387,1711.9178,1878.6655,5717.8716,174.1464 +2023-06-26 17:00:00,0.0,15392.381,148.0526,19.478294,33.88461,22.900417,174.81923,25.036037,35.621277,19.99668,23.20815,606.24023,513.3518,10.955488,124.679214,14.767722,1.8403376,23.380142,26.74565,3.2163906,356.28253,1.2378267,313.08524,52.66931,0.40495646,2.933151,108.83873,24.552137,89.10016,140.24908,16173.682,0.663031,1544.407,1.2166506,0.75110483,0.40619433,2.596762,166.63509,223.476,30.15141,228.27534,24.280117,30.041706,1306.1174,4.092554,154.2014,122.4261,357.56802,128.71553,379.28586,19.855917,296.99185,0.0,3003.3032,15244.133,22.611143,330.15622,128.72873,44034.76,140.9051,18.66592,129.25755,251.15833,54.847054,19.516798,187.372,1908.7477,319.9374,115.63366,15.310613,12.719806,559.9781,56.04044,1551.1422,134.98737,2154.3496,249.92941,326.60797,108.87537,310.18726,8.696203,14.768518,32.398464,4.841014,4.6047554,62.336803,56.137608,70.55957,15.48121,23.115978,285.25955,8.55094,3043.0515,112.41609,57.22257,130.24149,113.881485,217.19746,146.08566,83.93056,32.44648,44.734047,114.43561,321.2522,741.066,145.95844,479.78876,93.383125,97.50668,296.54285,276.07288,969.7692,327.62445,3.9066908,16.95698,10.084553,53.28762,15673.693,5.5520554,13.607115,23.306852,50.32432,565.7351,94.35936,200.18579,3.5215058,249.45694,558.42145,359.16647,120.00551,338.48956,30.378658,64.97232,280.72092,14.316771,1.9927213,12.737532,2103.8296,0.19692573,0.6159541,60.989483,6.003254,4.1119423,7.096947,12.355355,156.92096,54.10436,121.72521,827.2842,207.88257,1909.6862,1762.1178,13.994009,24.945545,13169.059,8.714154,58.54213,532.0914,95.81167,150.4605,65.636024,338.68112,984.4242,388.17456,12.231299,76.068054,1007.9,1940.4854,39.230972,549.012,39.913437,1.031567,59.118893,1.0937918,0.63645244,2.8762743,30.705772,113.351524,284.65182,16.44687,3512.6116,255.117,91.13588,137.32344,68.06177,95.80225,51.049236,3.0195696,86.73681,513.23303,140.21262,83.08342,66.37657,23.136494,50.84004,60.72081,48.686184,900.71436,165.50098,3900.7239,38.134678,3775.8923,77.78136,448.9925,2422.998,73.80707,9.871485,1711.3401,1877.1396,5715.8203,173.87347 +2023-06-26 18:00:00,0.0,15402.233,148.16014,19.480171,33.904118,22.889168,174.79593,25.031967,35.604504,19.994272,23.205645,606.04095,513.2395,10.949406,124.73973,14.778671,1.837304,23.376081,26.71075,3.197559,356.19504,1.2295566,313.0459,52.639538,0.40433812,2.9312754,108.83034,24.533335,88.954636,140.2146,16185.4,0.6629433,1543.9954,1.2157576,0.750421,0.4058658,2.5930429,166.57025,223.38843,30.140957,228.09792,24.27429,30.073267,1307.0315,4.090973,154.31946,122.49017,357.38477,128.85422,379.2945,19.849682,297.34573,0.0,3000.4,15246.142,22.606684,330.46277,128.70746,44042.992,140.81755,18.666739,129.37845,251.40518,54.773228,19.486635,187.6014,1910.5994,320.25052,115.75564,15.313321,12.71208,558.9979,56.052902,1552.9653,135.07584,2154.236,250.11845,326.8465,108.77285,310.54843,8.692469,14.762083,32.374126,4.8365326,4.597951,62.34409,56.11452,70.51877,15.475838,23.121927,285.36917,8.547442,3041.9412,112.48859,57.164585,130.31807,113.951454,217.14862,146.13141,83.916664,32.457535,44.76121,114.52458,321.23166,741.9386,146.02437,479.9496,93.43046,97.53588,296.6415,276.1377,969.5667,327.82373,3.904854,16.958126,10.086968,53.176224,15673.282,5.548,13.596245,23.292223,50.347515,565.9978,94.37723,200.29588,3.518744,249.50833,558.54407,359.29657,120.04403,338.46085,30.36139,64.97147,280.63818,14.310117,1.9914657,12.73375,2104.3364,0.19666791,0.61527497,60.95571,5.994762,4.1098847,7.0889616,12.342333,156.82617,54.073856,121.699394,826.8552,207.88635,1909.4218,1761.918,13.985426,24.943403,13164.004,8.713454,58.538887,532.297,95.805,150.4121,65.62596,338.58,984.0591,388.26566,12.233631,76.058334,1008.24023,1940.0294,39.229454,548.92773,39.886044,1.0317221,59.124573,1.0940248,0.63675606,2.877709,30.702864,113.342865,284.63287,16.455444,3512.8513,255.21457,91.18472,137.43437,68.14369,95.811455,51.104584,3.020917,86.82917,513.86707,140.4186,83.20646,66.46558,23.131042,50.90262,60.80847,48.69673,900.5996,165.55432,3902.491,38.132927,3775.7632,77.79435,448.87674,2423.8572,73.84096,9.866584,1710.7622,1875.6138,5713.7695,173.60056 +2023-06-26 19:00:00,0.0,15412.085,148.26768,19.482046,33.92363,22.877916,174.77264,25.027899,35.58773,19.991867,23.203136,605.8416,513.1272,10.943323,124.800255,14.78962,1.8342704,23.37202,26.67585,3.1787276,356.10754,1.2212864,313.0066,52.609764,0.4037198,2.9293997,108.821945,24.51453,88.809105,140.18011,16197.12,0.6628556,1543.5836,1.2148646,0.74973714,0.40553728,2.5893238,166.50543,223.30084,30.130507,227.92049,24.268463,30.104828,1307.9456,4.0893917,154.4375,122.554245,357.20145,128.99289,379.30313,19.843447,297.69965,0.0,2997.4968,15248.15,22.602222,330.76935,128.68619,44051.223,140.73,18.667555,129.49934,251.65207,54.699406,19.456472,187.83078,1912.451,320.56363,115.87761,15.3160305,12.704354,558.0177,56.065365,1554.7885,135.1643,2154.1228,250.3075,327.08508,108.67034,310.90958,8.688733,14.755649,32.34979,4.8320518,4.5911465,62.35137,56.09144,70.47797,15.470465,23.127878,285.4788,8.543945,3040.8306,112.56108,57.106598,130.39465,114.02143,217.09978,146.17715,83.90278,32.46859,44.788372,114.613556,321.2111,742.8112,146.09032,480.1104,93.47779,97.56509,296.7402,276.20255,969.3642,328.02304,3.9030173,16.959272,10.089383,53.064827,15672.871,5.5439444,13.585376,23.277594,50.37071,566.26044,94.395096,200.40599,3.5159822,249.55972,558.6666,359.42667,120.08255,338.43216,30.34412,64.97063,280.55548,14.303464,1.9902102,12.729969,2104.8435,0.19641009,0.6145958,60.92194,5.98627,4.107827,7.080976,12.32931,156.7314,54.043354,121.67358,826.4262,207.89015,1909.1575,1761.7183,13.976844,24.941261,13158.949,8.712755,58.53565,532.5026,95.79833,150.36368,65.615906,338.47888,983.694,388.35678,12.235963,76.04861,1008.58044,1939.5734,39.227936,548.8435,39.858646,1.0318772,59.130257,1.0942578,0.6370597,2.8791435,30.699957,113.33421,284.61392,16.464018,3513.091,255.31215,91.23357,137.54532,68.22562,95.82066,51.15993,3.022264,86.921524,514.5011,140.62457,83.3295,66.55459,23.125591,50.9652,60.896133,48.70728,900.4848,165.60765,3904.2583,38.131176,3775.634,77.80735,448.761,2424.7163,73.87485,9.861682,1710.1844,1874.0879,5711.7183,173.32762 +2023-06-26 20:00:00,0.0,15421.9375,148.37523,19.483923,33.94314,22.866667,174.74934,25.023829,35.57096,19.98946,23.20063,605.6423,513.0149,10.937242,124.86077,14.8005705,1.8312367,23.367962,26.640951,3.1598961,356.02008,1.2130163,312.96725,52.57999,0.4031015,2.9275239,108.81355,24.495728,88.66358,140.14563,16208.84,0.66276795,1543.1719,1.2139716,0.74905324,0.40520877,2.585605,166.44061,223.21327,30.120054,227.74306,24.262638,30.136387,1308.8597,4.0878105,154.55554,122.618324,357.01813,129.13158,379.31174,19.837212,298.05353,0.0,2994.5935,15250.159,22.597763,331.07593,128.66493,44059.453,140.64243,18.668373,129.62024,251.89893,54.62558,19.42631,188.06018,1914.3027,320.87674,115.99959,15.318739,12.696628,557.03754,56.077827,1556.6116,135.25278,2154.0093,250.49652,327.32364,108.56783,311.27072,8.6849985,14.749213,32.325455,4.8275704,4.584342,62.358658,56.06835,70.437164,15.465092,23.133827,285.58838,8.540449,3039.72,112.63358,57.04861,130.47122,114.0914,217.05093,146.2229,83.888885,32.47964,44.815533,114.70253,321.19055,743.68384,146.15625,480.27127,93.525116,97.594284,296.8389,276.26736,969.1616,328.22232,3.9011805,16.960417,10.091799,52.95343,15672.459,5.539889,13.574507,23.262964,50.393898,566.52313,94.412964,200.5161,3.5132203,249.61111,558.7892,359.55676,120.12107,338.40344,30.326853,64.96979,280.47275,14.29681,1.9889545,12.726188,2105.3503,0.19615227,0.61391664,60.88817,5.977778,4.105769,7.0729904,12.316288,156.63661,54.012848,121.64776,825.99725,207.89394,1908.8932,1761.5184,13.968261,24.939121,13153.895,8.712056,58.532406,532.70825,95.791664,150.31528,65.60584,338.37778,983.32886,388.44788,12.238294,76.03889,1008.92065,1939.1174,39.226418,548.7592,39.83125,1.0320324,59.135937,1.0944908,0.63736326,2.8805783,30.697048,113.325554,284.59497,16.472593,3513.3306,255.40971,91.2824,137.65625,68.30754,95.829865,51.21528,3.0236113,87.013885,515.13513,140.83055,83.45253,66.6436,23.12014,51.02778,60.983795,48.717823,900.37006,165.66098,3906.0256,38.12942,3775.5046,77.82034,448.64523,2425.5754,73.90874,9.856781,1709.6066,1872.562,5709.667,173.0547 +2023-06-26 21:00:00,0.0,15431.789,148.48277,19.4858,33.96265,22.855417,174.72604,25.01976,35.55419,19.987055,23.198122,605.44293,512.9026,10.931159,124.92129,14.81152,1.8282032,23.363901,26.60605,3.1410644,355.9326,1.2047461,312.92792,52.550217,0.40248317,2.9256482,108.80516,24.476923,88.51806,140.11115,16220.559,0.66268027,1542.7601,1.2130786,0.7483694,0.40488026,2.581886,166.3758,223.12569,30.109604,227.56563,24.256811,30.167948,1309.7738,4.08623,154.67358,122.682396,356.83484,129.27026,379.32037,19.830978,298.40744,0.0,2991.6904,15252.168,22.593302,331.3825,128.64366,44067.68,140.55487,18.66919,129.74112,252.14581,54.551758,19.396147,188.28958,1916.1544,321.18985,116.12156,15.321448,12.688902,556.0574,56.09029,1558.4347,135.34126,2153.896,250.68556,327.56223,108.46532,311.6319,8.681263,14.742778,32.301117,4.8230896,4.5775375,62.36594,56.045265,70.39637,15.45972,23.139776,285.698,8.536952,3038.6094,112.70608,56.990623,130.5478,114.16137,217.00209,146.26865,83.875,32.490696,44.842693,114.791504,321.17,744.5565,146.22218,480.4321,93.57245,97.62348,296.9376,276.33218,968.9591,328.42163,3.8993437,16.961563,10.094214,52.842033,15672.048,5.5358334,13.563637,23.248335,50.41709,566.7858,94.43084,200.62619,3.5104585,249.6625,558.9118,359.68683,120.1596,338.37476,30.309584,64.96894,280.39,14.290157,1.987699,12.722405,2105.8572,0.19589445,0.61323744,60.8544,5.969286,4.1037116,7.065005,12.303266,156.54182,53.982346,121.62194,825.56824,207.89772,1908.6289,1761.3187,13.959679,24.93698,13148.84,8.711356,58.529167,532.9139,95.785,150.26688,65.59579,338.27667,982.96375,388.539,12.240625,76.02917,1009.26086,1938.6614,39.224903,548.675,39.803856,1.0321875,59.141617,1.0947237,0.6376669,2.8820128,30.694141,113.3169,284.57602,16.481167,3513.5703,255.50728,91.331245,137.76718,68.389465,95.839066,51.270626,3.0249586,87.10625,515.76917,141.03654,83.57557,66.732605,23.114689,51.090355,61.071457,48.72837,900.2553,165.71431,3907.793,38.12767,3775.3755,77.83334,448.52948,2426.4346,73.94263,9.851879,1709.0287,1871.0361,5707.6157,172.78178 +2023-06-26 22:00:00,0.0,15441.642,148.59032,19.487675,33.98216,22.844168,174.70274,25.01569,35.53742,19.984648,23.195616,605.2436,512.7903,10.9250765,124.981804,14.822469,1.8251696,23.35984,26.571152,3.122233,355.8451,1.196476,312.8886,52.520443,0.40186486,2.9237726,108.79677,24.45812,88.372536,140.07666,16232.278,0.6625926,1542.3484,1.2121856,0.74768555,0.40455174,2.578167,166.31096,223.03812,30.099152,227.3882,24.250984,30.199509,1310.6879,4.0846486,154.79164,122.74647,356.65155,129.40895,379.329,19.824743,298.76132,0.0,2988.787,15254.177,22.588842,331.6891,128.62239,44075.91,140.4673,18.670006,129.86201,252.39268,54.477936,19.365984,188.51898,1918.0062,321.50296,116.24353,15.324158,12.681176,555.0772,56.102753,1560.2578,135.42973,2153.7825,250.87459,327.8008,108.36281,311.99304,8.677528,14.736342,32.276783,4.8186088,4.570733,62.373226,56.02218,70.35557,15.454347,23.145727,285.80762,8.533455,3037.499,112.77858,56.93264,130.62439,114.23134,216.95325,146.31439,83.861115,32.50175,44.869858,114.88048,321.14948,745.42914,146.28813,480.59296,93.61978,97.65268,297.0363,276.397,968.7566,328.6209,3.897507,16.96271,10.096629,52.730637,15671.636,5.531778,13.552768,23.233704,50.440285,567.04846,94.44871,200.7363,3.5076966,249.71388,559.03436,359.81693,120.19812,338.34607,30.292315,64.968094,280.30728,14.283504,1.9864434,12.718624,2106.3643,0.19563663,0.6125583,60.82063,5.9607935,4.101654,7.057019,12.290243,156.44705,53.951843,121.59613,825.1393,207.9015,1908.3645,1761.1189,13.951096,24.93484,13143.785,8.710657,58.525925,533.1195,95.778336,150.21848,65.58573,338.17557,982.59863,388.6301,12.242956,76.01944,1009.6011,1938.2054,39.223385,548.5907,39.77646,1.0323427,59.147297,1.0949568,0.6379705,2.8834474,30.691233,113.30824,284.55707,16.48974,3513.81,255.60486,91.38009,137.87813,68.47139,95.84827,51.325974,3.0263057,87.19861,516.4032,141.24252,83.69861,66.82162,23.109238,51.152935,61.15912,48.738914,900.1405,165.76765,3909.5603,38.12592,3775.2463,77.84634,448.41373,2427.2937,73.97651,9.846978,1708.4509,1869.5103,5705.5645,172.50887 +2023-06-26 23:00:00,0.0,15451.493,148.69786,19.489552,34.001667,22.832916,174.67944,25.011621,35.520645,19.98224,23.19311,605.0443,512.678,10.918994,125.04232,14.833419,1.8221359,23.35578,26.536251,3.1034014,355.7576,1.1882057,312.84927,52.49067,0.40124652,2.921897,108.788376,24.439316,88.227005,140.04218,16243.998,0.6625049,1541.9368,1.2112927,0.74700165,0.40422323,2.5744479,166.24614,222.95053,30.088701,227.21077,24.24516,30.23107,1311.6019,4.0830674,154.90968,122.81054,356.46826,129.54764,379.33762,19.818508,299.11523,0.0,2985.8838,15256.186,22.584381,331.99567,128.60112,44084.14,140.37975,18.670824,129.98291,252.63956,54.40411,19.335821,188.74838,1919.8579,321.81607,116.36551,15.326866,12.67345,554.097,56.115215,1562.0809,135.5182,2153.669,251.06363,328.03934,108.26029,312.35422,8.673794,14.729908,32.252445,4.8141274,4.563929,62.38051,55.999092,70.314766,15.448975,23.151676,285.9172,8.529959,3036.3884,112.851074,56.874653,130.70097,114.301315,216.9044,146.36014,83.84722,32.512802,44.89702,114.96946,321.12894,746.30176,146.35406,480.75378,93.667114,97.68188,297.13495,276.46185,968.5541,328.82022,3.8956702,16.963856,10.099045,52.61924,15671.225,5.527722,13.541898,23.219074,50.463474,567.31116,94.466576,200.8464,3.5049348,249.76527,559.1569,359.94702,120.23664,338.31735,30.275047,64.967255,280.22455,14.276851,1.9851878,12.714843,2106.871,0.19537881,0.6118791,60.786858,5.9523015,4.099596,7.049034,12.277221,156.35226,53.921337,121.57031,824.71027,207.9053,1908.1002,1760.9192,13.942513,24.932697,13138.73,8.709957,58.522686,533.32513,95.77167,150.17007,65.57567,338.07443,982.2335,388.72122,12.245288,76.00972,1009.9413,1937.7495,39.221867,548.5065,39.74906,1.0324978,59.152977,1.0951897,0.63827413,2.8848822,30.688324,113.29959,284.53812,16.498314,3514.0496,255.70242,91.42893,137.98906,68.553314,95.85747,51.38132,3.027653,87.29097,517.03723,141.4485,83.82164,66.91062,23.103785,51.215515,61.246784,48.749462,900.02576,165.82098,3911.3274,38.124165,3775.1172,77.85934,448.29797,2428.153,74.0104,9.842076,1707.873,1867.9844,5703.513,172.23593 +2023-06-27 00:00:00,0.0,15461.346,148.8054,19.491428,34.02118,22.821667,174.65614,25.007551,35.503876,19.979836,23.190601,604.845,512.5657,10.912911,125.10284,14.844368,1.8191023,23.351719,26.501352,3.08457,355.6701,1.1799356,312.80997,52.460896,0.4006282,2.920021,108.77998,24.420513,88.08148,140.00768,16255.718,0.66241723,1541.525,1.2103997,0.7463178,0.4038947,2.5707288,166.18132,222.86296,30.078249,227.03334,24.239332,30.262629,1312.516,4.0814867,155.02773,122.87461,356.28497,129.68631,379.34625,19.812273,299.46912,0.0,2982.9805,15258.195,22.579922,332.30222,128.57985,44092.37,140.29218,18.67164,130.1038,252.88643,54.330288,19.305658,188.97778,1921.7096,322.12918,116.48748,15.329576,12.665725,553.1168,56.127678,1563.904,135.60667,2153.5557,251.25266,328.27792,108.15778,312.71536,8.670058,14.723473,32.22811,4.8096466,4.5571246,62.387794,55.976006,70.273964,15.443602,23.157625,286.02682,8.526462,3035.2778,112.92357,56.816666,130.77756,114.371284,216.85556,146.4059,83.833336,32.523857,44.92418,115.05843,321.10837,747.1744,146.42,480.9146,93.71444,97.711075,297.23364,276.52667,968.35156,329.0195,3.8938334,16.965,10.10146,52.507843,15670.8125,5.5236664,13.531029,23.204445,50.486668,567.5738,94.48445,200.9565,3.502173,249.81667,559.27954,360.07712,120.27516,338.28867,30.257778,64.96641,280.1418,14.270197,1.9839323,12.7110615,2107.378,0.19512099,0.6112,60.753086,5.9438095,4.0975385,7.0410485,12.264197,156.25749,53.890835,121.544495,824.28125,207.90909,1907.8359,1760.7194,13.93393,24.930555,13133.676,8.709258,58.519444,533.5307,95.765,150.12167,65.56561,337.97333,981.8684,388.81235,12.24762,76.0,1010.2815,1937.2935,39.22035,548.4222,39.72167,1.032653,59.158657,1.0954226,0.63857776,2.8863168,30.685417,113.29093,284.51917,16.50689,3514.2893,255.79999,91.477776,138.1,68.63524,95.86667,51.43667,3.0290003,87.38333,517.67126,141.65448,83.94468,66.99963,23.098333,51.278095,61.334446,48.76001,899.911,165.87431,3913.0947,38.122414,3774.9878,77.87234,448.18222,2429.0122,74.04429,9.837175,1707.2953,1866.4584,5701.462,171.96301 +2023-06-27 01:00:00,0.0,15471.197,148.91295,19.493303,34.040688,22.810417,174.63284,25.003483,35.487106,19.977428,23.188095,604.6456,512.4533,10.906829,125.16335,14.855317,1.8160686,23.347658,26.466452,3.0657384,355.58264,1.1716654,312.77063,52.431118,0.40000987,2.9181454,108.77159,24.40171,87.93596,139.97319,16267.437,0.66232955,1541.1133,1.2095068,0.74563396,0.40356618,2.56701,166.1165,222.77538,30.067799,226.8559,24.233505,30.29419,1313.43,4.0799055,155.14577,122.93868,356.10168,129.825,379.3549,19.806038,299.82303,0.0,2980.0774,15260.204,22.57546,332.6088,128.55858,44100.598,140.20462,18.672459,130.2247,253.1333,54.256462,19.275496,189.20717,1923.5613,322.44226,116.60945,15.332284,12.657999,552.13666,56.14014,1565.7272,135.69514,2153.4421,251.4417,328.51648,108.055275,313.0765,8.666324,14.717037,32.203773,4.8051653,4.55032,62.395077,55.95292,70.23316,15.43823,23.163576,286.13644,8.5229645,3034.1672,112.99607,56.758682,130.85414,114.44125,216.80672,146.45164,83.81944,32.53491,44.951344,115.14741,321.08783,748.04706,146.48593,481.07547,93.76177,97.74027,297.33234,276.5915,968.149,329.2188,3.8919964,16.966146,10.103875,52.396446,15670.401,5.519611,13.520159,23.189816,50.50986,567.8365,94.50232,201.0666,3.499411,249.86806,559.4021,360.2072,120.31369,338.25995,30.240509,64.96556,280.0591,14.263544,1.9826766,12.70728,2107.885,0.19486317,0.6105208,60.71932,5.9353175,4.095481,7.033063,12.251175,156.1627,53.860332,121.51868,823.85223,207.91287,1907.5717,1760.5197,13.925348,24.928415,13128.621,8.708558,58.5162,533.7363,95.75833,150.07327,65.55556,337.87222,981.5033,388.90344,12.24995,75.99028,1010.6217,1936.8375,39.21883,548.33795,39.69427,1.0328081,59.16434,1.0956557,0.6388814,2.8877516,30.682508,113.28228,284.5002,16.515463,3514.529,255.89757,91.52662,138.21094,68.71716,95.87587,51.492012,3.0303473,87.47569,518.3053,141.86046,84.06772,67.08864,23.092882,51.340675,61.422108,48.770554,899.7962,165.92764,3914.862,38.120663,3774.8586,77.88533,448.06647,2429.8713,74.07818,9.8322735,1706.7174,1864.9325,5699.4106,171.6901 +2023-06-27 02:00:00,0.0,15481.05,149.0205,19.49518,34.060196,22.799168,174.60954,24.999413,35.470333,19.975023,23.185587,604.4463,512.341,10.900746,125.22387,14.866267,1.813035,23.3436,26.431553,3.0469067,355.49515,1.1633953,312.7313,52.401344,0.39939156,2.9162698,108.7632,24.382906,87.790436,139.9387,16279.156,0.6622419,1540.7015,1.2086138,0.74495006,0.40323767,2.563291,166.05168,222.6878,30.057348,226.67847,24.227678,30.32575,1314.3441,4.0783243,155.26382,123.002754,355.9184,129.96368,379.3635,19.799803,300.1769,0.0,2977.1743,15262.213,22.571,332.91537,128.53731,44108.83,140.11705,18.673275,130.3456,253.38017,54.18264,19.245333,189.43657,1925.413,322.75537,116.73143,15.334993,12.650272,551.15643,56.152603,1567.5503,135.78362,2153.3289,251.63074,328.75507,107.95276,313.43768,8.662588,14.710602,32.179436,4.8006845,4.5435157,62.402363,55.929836,70.19237,15.432857,23.169525,286.24603,8.519468,3033.057,113.068565,56.700695,130.93073,114.51122,216.75787,146.49739,83.80556,32.545963,44.978504,115.23638,321.0673,748.9197,146.55188,481.2363,93.809105,97.76948,297.43103,276.6563,967.9465,329.4181,3.8901596,16.967293,10.106291,52.28505,15669.99,5.5155554,13.50929,23.175186,50.53305,568.0992,94.52019,201.17671,3.4966493,249.91945,559.52466,360.3373,120.35221,338.23126,30.223242,64.96472,279.97638,14.25689,1.9814211,12.703498,2108.3918,0.19460535,0.6098416,60.685547,5.9268255,4.0934234,7.0250773,12.2381525,156.06792,53.829826,121.49286,823.4233,207.91666,1907.3073,1760.3198,13.916765,24.926273,13123.566,8.707859,58.512962,533.94196,95.75167,150.02487,65.545494,337.77112,981.1382,388.99457,12.252282,75.98055,1010.9619,1936.3815,39.217316,548.25366,39.666874,1.0329632,59.17002,1.0958886,0.639185,2.8891861,30.6796,113.27362,284.48126,16.524036,3514.7688,255.99513,91.57546,138.32187,68.79909,95.88507,51.54736,3.0316947,87.568054,518.93933,142.06644,84.19075,67.17765,23.087431,51.40325,61.50977,48.7811,899.68146,165.98099,3916.6294,38.118908,3774.7295,77.89833,447.9507,2430.7305,74.11207,9.827373,1706.1396,1863.4066,5697.3594,171.41718 +2023-06-27 03:00:00,0.0,15490.901,149.12804,19.497055,34.07971,22.787916,174.58624,24.995344,35.45356,19.972616,23.18308,604.24695,512.2287,10.894664,125.28439,14.877216,1.8100014,23.339539,26.396652,3.0280752,355.40765,1.1551251,312.692,52.37157,0.39877322,2.9143941,108.75481,24.364103,87.64491,139.90422,16290.876,0.6621542,1540.2898,1.2077208,0.7442662,0.40290916,2.559572,165.98685,222.60022,30.046896,226.50104,24.221853,30.357311,1315.2582,4.076743,155.38187,123.066826,355.73508,130.10237,379.37213,19.79357,300.53082,0.0,2974.271,15264.222,22.56654,333.22195,128.51604,44117.06,140.0295,18.674093,130.46648,253.62703,54.108814,19.21517,189.66597,1927.2646,323.06848,116.8534,15.337702,12.642547,550.1763,56.165066,1569.3734,135.87209,2153.2153,251.81976,328.9936,107.85025,313.79883,8.658854,14.704166,32.1551,4.796203,4.536711,62.40965,55.90675,70.151566,15.4274845,23.175474,286.35565,8.515971,3031.9463,113.14107,56.642708,131.0073,114.5812,216.70903,146.54314,83.791664,32.55702,45.005665,115.325356,321.04675,749.7923,146.61781,481.39716,93.85644,97.798676,297.52972,276.72113,967.74396,329.6174,3.8883228,16.96844,10.108706,52.173653,15669.578,5.5115,13.49842,23.160557,50.556244,568.3618,94.53806,201.2868,3.4938874,249.97084,559.6473,360.4674,120.39073,338.20255,30.205973,64.963875,279.89365,14.250237,1.9801655,12.699717,2108.8987,0.19434753,0.60916245,60.651775,5.9183335,4.0913653,7.0170918,12.22513,155.97314,53.799324,121.46704,822.99426,207.92046,1907.043,1760.1201,13.908183,24.924133,13118.512,8.707159,58.50972,534.1476,95.745,149.97646,65.53544,337.67,980.7731,389.08566,12.254613,75.97083,1011.3022,1935.9255,39.215797,548.16943,39.63948,1.0331184,59.1757,1.0961215,0.63948864,2.8906207,30.676693,113.26497,284.4623,16.532612,3515.0083,256.0927,91.624306,138.43282,68.88101,95.89427,51.602707,3.033042,87.660416,519.57336,142.27242,84.31379,67.26666,23.08198,51.46583,61.59743,48.791645,899.56665,166.03432,3918.3967,38.117157,3774.6003,77.91132,447.83496,2431.5896,74.14595,9.822471,1705.5618,1861.8807,5695.308,171.14424 +2023-06-27 04:00:00,0.0,15500.754,149.23558,19.498932,34.099216,22.776667,174.56294,24.991274,35.43679,19.970211,23.180573,604.0476,512.1164,10.888582,125.34491,14.888165,1.8069679,23.335478,26.361753,3.0092437,355.32016,1.146855,312.65265,52.341797,0.3981549,2.9125183,108.746414,24.345299,87.49938,139.86974,16302.595,0.6620665,1539.8782,1.2068278,0.7435823,0.40258065,2.555853,165.92203,222.51265,30.036446,226.32361,24.216026,30.38887,1316.1724,4.0751624,155.49991,123.130905,355.55176,130.24106,379.38077,19.787334,300.8847,0.0,2971.3677,15266.23,22.562078,333.52853,128.49477,44125.285,139.94193,18.67491,130.58737,253.8739,54.034992,19.185007,189.89537,1929.1163,323.3816,116.97537,15.340411,12.634821,549.1961,56.17753,1571.1965,135.96056,2153.1018,252.0088,329.23218,107.747734,314.16,8.655118,14.697732,32.130764,4.7917223,4.5299067,62.41693,55.883667,70.11076,15.4221115,23.181425,286.46524,8.512474,3030.8357,113.21356,56.58472,131.08388,114.65117,216.66019,146.58888,83.77778,32.56807,45.032825,115.41433,321.0262,750.6649,146.68375,481.55798,93.90376,97.82787,297.6284,276.78598,967.54144,329.81668,3.886486,16.969584,10.111121,52.062256,15669.167,5.5074444,13.487551,23.145927,50.579437,568.6245,94.55593,201.39691,3.4911256,250.02222,559.76984,360.5975,120.42925,338.17386,30.188704,64.96303,279.8109,14.243584,1.97891,12.695935,2109.4058,0.19408971,0.60848325,60.618004,5.9098415,4.089308,7.009106,12.212108,155.87836,53.76882,121.44123,822.5653,207.92424,1906.7787,1759.9203,13.8996,24.921991,13113.457,8.70646,58.50648,534.3532,95.738335,149.92805,65.525375,337.56888,980.40796,389.1768,12.256945,75.96111,1011.6424,1935.4695,39.21428,548.08514,39.612083,1.0332735,59.18138,1.0963546,0.6397922,2.8920555,30.673784,113.25631,284.44336,16.541185,3515.248,256.19028,91.67315,138.54375,68.96294,95.90347,51.658054,3.034389,87.75278,520.2074,142.4784,84.43682,67.35567,23.076529,51.52841,61.685093,48.802193,899.4519,166.08765,3920.1638,38.115406,3774.471,77.924324,447.7192,2432.4487,74.17984,9.81757,1704.984,1860.3549,5693.257,170.87132 +2023-06-27 05:00:00,0.0,15510.605,149.34312,19.500809,34.11873,22.765417,174.53964,24.987206,35.42002,19.967804,23.178066,603.8483,512.0041,10.8825,125.405426,14.899116,1.8039342,23.331417,26.326853,2.9904122,355.23267,1.1385849,312.61334,52.312023,0.39753658,2.9106426,108.73802,24.326496,87.35386,139.83525,16314.314,0.66197884,1539.4664,1.2059349,0.74289846,0.4022521,2.552134,165.85721,222.42508,30.025993,226.14618,24.2102,30.420431,1317.0864,4.073581,155.61795,123.19498,355.36847,130.37973,379.38937,19.7811,301.23862,0.0,2968.4644,15268.239,22.55762,333.83508,128.4735,44133.516,139.85437,18.675728,130.70827,254.12079,53.961166,19.154844,190.12477,1930.968,323.6947,117.09735,15.34312,12.627095,548.21594,56.18999,1573.0197,136.04903,2152.9885,252.19783,329.47073,107.645226,314.52115,8.651383,14.691297,32.10643,4.787241,4.5231023,62.424217,55.860577,70.06996,15.416739,23.187374,286.57486,8.508978,3029.725,113.28606,56.526737,131.16046,114.72114,216.61134,146.63463,83.763885,32.579124,45.05999,115.5033,321.00565,751.5376,146.7497,481.7188,93.951096,97.85707,297.72708,276.8508,967.3389,330.016,3.8846493,16.97073,10.113537,51.950855,15668.755,5.503389,13.476681,23.131298,50.602627,568.8872,94.5738,201.50702,3.4883637,250.07361,559.8924,360.7276,120.46778,338.14514,30.171436,64.96219,279.72818,14.236931,1.9776543,12.692154,2109.9126,0.19383189,0.6078041,60.584236,5.901349,4.08725,7.0011206,12.199085,155.78357,53.73832,121.41541,822.1363,207.92802,1906.5143,1759.7206,13.891018,24.91985,13108.402,8.70576,58.50324,534.55884,95.73167,149.87965,65.51532,337.46777,980.04285,389.26788,12.259276,75.951385,1011.9826,1935.0135,39.21276,548.0009,39.584686,1.0334287,59.18706,1.0965875,0.64009583,2.89349,30.670877,113.24766,284.4244,16.549759,3515.4878,256.28784,91.721985,138.6547,69.04486,95.912674,51.7134,3.0357363,87.84514,520.84143,142.68437,84.55986,67.44468,23.071077,51.590992,61.772755,48.81274,899.33716,166.14098,3921.9312,38.113655,3774.3418,77.93732,447.60345,2433.3079,74.21373,9.812668,1704.4061,1858.829,5691.2056,170.5984 +2023-06-27 06:00:00,0.0,15520.458,149.45068,19.502684,34.138237,22.754168,174.51634,24.983135,35.403248,19.965397,23.17556,603.649,511.89178,10.876417,125.46594,14.910065,1.8009006,23.327356,26.291954,2.9715807,355.1452,1.1303146,312.574,52.28225,0.39691827,2.908767,108.72963,24.307693,87.208336,139.80077,16326.034,0.66189116,1539.0547,1.2050419,0.7422146,0.4019236,2.548415,165.79239,222.3375,30.015543,225.96875,24.204374,30.451992,1318.0005,4.072,155.73601,123.25905,355.18518,130.51842,379.398,19.774864,301.5925,0.0,2965.5613,15270.248,22.553158,334.14166,128.45222,44141.746,139.7668,18.676544,130.82916,254.36765,53.887344,19.124681,190.35417,1932.8197,324.0078,117.21932,15.345829,12.6193695,547.2357,56.202454,1574.8427,136.13751,2152.875,252.38687,329.70932,107.54272,314.8823,8.647648,14.684861,32.082092,4.78276,4.516298,62.4315,55.83749,70.02917,15.411366,23.193323,286.68448,8.505481,3028.6147,113.35856,56.46875,131.23705,114.79111,216.5625,146.68037,83.75,32.59018,45.08715,115.59228,320.9851,752.4102,146.81563,481.87967,93.99843,97.88627,297.82578,276.91562,967.1364,330.21527,3.8828125,16.971876,10.1159525,51.83946,15668.344,5.4993334,13.465812,23.116667,50.62582,569.14984,94.591675,201.61711,3.485602,250.125,560.015,360.8577,120.5063,338.11646,30.154167,64.96134,279.64548,14.230278,1.9763987,12.688373,2110.4194,0.19357407,0.6071249,60.550465,5.892857,4.085192,6.993135,12.186063,155.6888,53.707813,121.389595,821.70734,207.93181,1906.25,1759.5208,13.882435,24.91771,13103.348,8.705061,58.5,534.7644,95.725,149.83125,65.505264,337.36667,979.67773,389.359,12.261607,75.941666,1012.3228,1934.5576,39.211246,547.9166,39.557293,1.0335838,59.19274,1.0968205,0.64039946,2.8949246,30.667969,113.239,284.40546,16.558332,3515.7273,256.3854,91.77083,138.76562,69.126785,95.921875,51.76875,3.0370836,87.9375,521.47546,142.89037,84.6829,67.53368,23.065626,51.653572,61.860416,48.823284,899.22235,166.19432,3923.6985,38.1119,3774.2126,77.95032,447.4877,2434.167,74.24762,9.807767,1703.8284,1857.3031,5689.1543,170.32547 +2023-06-27 07:00:00,0.0,15530.31,149.55823,19.50456,34.157745,22.742916,174.49304,24.979067,35.386475,19.962992,23.173052,603.44965,511.77948,10.870335,125.52646,14.921014,1.797867,23.323296,26.257053,2.952749,355.0577,1.1220444,312.53467,52.252476,0.39629993,2.9068913,108.72124,24.288889,87.06281,139.76628,16337.753,0.6618035,1538.643,1.2041489,0.7415307,0.4015951,2.544696,165.72755,222.24992,30.00509,225.79132,24.198547,30.483553,1318.9146,4.070419,155.85405,123.32312,355.0019,130.6571,379.40665,19.76863,301.9464,0.0,2962.6582,15272.258,22.548698,334.44824,128.43097,44149.977,139.67924,18.677362,130.95006,254.61453,53.813522,19.094519,190.58356,1934.6714,324.32092,117.3413,15.348537,12.611643,546.25555,56.214916,1576.6658,136.22598,2152.7617,252.5759,329.9479,107.4402,315.24347,8.643913,14.678426,32.05776,4.7782793,4.5094934,62.438786,55.814407,69.988365,15.405994,23.199274,286.79407,8.501984,3027.5042,113.43105,56.410763,131.31363,114.861084,216.51366,146.72612,83.736115,32.60123,45.11431,115.68125,320.96457,753.28284,146.88156,482.0405,94.04576,97.91547,297.92447,276.98044,966.93384,330.41458,3.8809757,16.97302,10.118367,51.72806,15667.932,5.495278,13.454943,23.102037,50.649014,569.41254,94.60954,201.72722,3.48284,250.17639,560.1376,360.9878,120.54482,338.08774,30.136898,64.960495,279.56274,14.223624,1.9751432,12.68459,2110.9265,0.19331627,0.6064458,60.516693,5.884365,4.0831347,6.9851494,12.17304,155.59401,53.67731,121.36378,821.2783,207.9356,1905.9857,1759.321,13.873852,24.915567,13098.292,8.704362,58.496758,534.97003,95.71833,149.78285,65.4952,337.26556,979.31256,389.4501,12.263939,75.931946,1012.663,1934.1016,39.20973,547.8324,39.529896,1.033739,59.198425,1.0970535,0.6407031,2.8963594,30.66506,113.23035,284.3865,16.566908,3515.967,256.48297,91.81967,138.87656,69.20871,95.931076,51.824097,3.0384307,88.02986,522.1095,143.09634,84.80593,67.622696,23.060175,51.71615,61.94808,48.83383,899.1076,166.24765,3925.4658,38.11015,3774.0835,77.96332,447.37195,2435.0261,74.28151,9.802866,1703.2505,1855.7772,5687.1035,170.05255 +2023-06-27 08:00:00,0.0,15540.162,149.66577,19.506437,34.177258,22.731667,174.46974,24.974998,35.369705,19.960585,23.170546,603.2503,511.66718,10.864252,125.586975,14.931964,1.7948333,23.319237,26.222155,2.9339175,354.9702,1.1137743,312.49536,52.2227,0.39568162,2.9050157,108.712845,24.270086,86.91729,139.7318,16349.473,0.6617158,1538.2312,1.2032559,0.7408469,0.40126657,2.540977,165.66273,222.16234,29.99464,225.61389,24.19272,30.515112,1319.8286,4.068838,155.97209,123.38719,354.8186,130.79579,379.41525,19.762394,302.3003,0.0,2959.755,15274.267,22.544237,334.75482,128.4097,44158.203,139.59167,18.678179,131.07095,254.86139,53.739697,19.064356,190.81296,1936.5231,324.63403,117.46327,15.351247,12.603917,545.2754,56.22738,1578.4889,136.31445,2152.6482,252.76494,330.18646,107.33769,315.6046,8.640178,14.671991,32.03342,4.773798,4.5026894,62.446068,55.79132,69.94756,15.400621,23.205223,286.9037,8.498487,3026.3936,113.503555,56.35278,131.39021,114.93105,216.46481,146.77187,83.72222,32.612286,45.14147,115.770226,320.94403,754.15546,146.9475,482.20135,94.09309,97.944664,298.02316,277.0453,966.7313,330.61386,3.879139,16.974167,10.120783,51.616665,15667.5205,5.491222,13.444073,23.087408,50.672203,569.67523,94.62741,201.83733,3.4800782,250.22778,560.26013,361.1179,120.58334,338.05905,30.11963,64.959656,279.48,14.216971,1.9738876,12.680809,2111.4333,0.19305845,0.6057666,60.48292,5.875873,4.081077,6.977164,12.160018,155.49924,53.64681,121.33796,820.84937,207.93939,1905.7214,1759.1212,13.86527,24.913427,13093.237,8.703662,58.49352,535.17566,95.71167,149.73445,65.485146,337.16443,978.94745,389.54123,12.26627,75.92222,1013.00323,1933.6456,39.20821,547.7481,39.5025,1.0338941,59.204105,1.0972865,0.6410067,2.897794,30.662153,113.22169,284.36755,16.575481,3516.2068,256.58054,91.868515,138.9875,69.290634,95.94028,51.879444,3.039778,88.12222,522.7435,143.30232,84.92897,67.7117,23.054724,51.77873,62.03574,48.844376,898.99286,166.30098,3927.233,38.1084,3773.9543,77.97631,447.2562,2435.8855,74.3154,9.797964,1702.6727,1854.2513,5685.0522,169.77963 +2023-06-27 09:00:00,0.0,15550.014,149.77332,19.508312,34.196766,22.720417,174.44644,24.970928,35.352936,19.95818,23.168037,603.05096,511.55487,10.85817,125.64749,14.942913,1.7917998,23.315176,26.187254,2.915086,354.88272,1.1055042,312.45602,52.192924,0.39506328,2.9031398,108.70445,24.251282,86.77176,139.6973,16361.192,0.6616281,1537.8196,1.2023629,0.740163,0.40093806,2.537258,165.59792,222.07477,29.984188,225.43646,24.186895,30.546673,1320.7427,4.067257,156.09013,123.45126,354.6353,130.93448,379.4239,19.75616,302.65417,0.0,2956.8516,15276.275,22.539778,335.0614,128.38843,44166.434,139.50412,18.678997,131.19183,255.10828,53.665874,19.034193,191.04236,1938.3748,324.94714,117.58524,15.353955,12.596191,544.29517,56.239845,1580.312,136.40292,2152.5347,252.95398,330.42502,107.235176,315.96576,8.636443,14.665556,32.009087,4.769317,4.495885,62.453354,55.768234,69.90676,15.395249,23.211172,287.0133,8.49499,3025.283,113.57605,56.294792,131.4668,115.00102,216.41597,146.81761,83.708336,32.623337,45.168636,115.8592,320.92346,755.02814,147.01344,482.36218,94.14042,97.97387,298.12183,277.1101,966.5288,330.81317,3.8773022,16.975313,10.1231985,51.50527,15667.109,5.4871664,13.433204,23.072779,50.695396,569.93787,94.64528,201.94742,3.4773164,250.27916,560.38275,361.248,120.621864,338.03033,30.102362,64.95881,279.39728,14.210318,1.972632,12.677028,2111.9402,0.19280063,0.60508746,60.449154,5.867381,4.079019,6.969178,12.146996,155.40445,53.616302,121.31214,820.42035,207.94318,1905.457,1758.9215,13.856687,24.911285,13088.183,8.702963,58.490276,535.3813,95.705,149.68605,65.47508,337.06332,978.58234,389.63232,12.268601,75.9125,1013.34344,1933.1896,39.20669,547.6639,39.475105,1.0340492,59.209785,1.0975194,0.64131033,2.8992286,30.659245,113.213036,284.3486,16.584055,3516.4463,256.67813,91.91736,139.09843,69.37256,95.94948,51.93479,3.041125,88.214584,523.37756,143.5083,85.05201,67.80071,23.04927,51.84131,62.1234,48.854923,898.87805,166.35432,3929.0002,38.106644,3773.825,77.98931,447.14044,2436.7446,74.34928,9.793063,1702.0948,1852.7253,5683.001,169.50671 +2023-06-27 10:00:00,0.0,15559.866,149.88086,19.51019,34.216274,22.709167,174.42314,24.96686,35.336163,19.955772,23.165531,602.8517,511.44257,10.852087,125.708015,14.953862,1.7887661,23.311115,26.152355,2.8962545,354.79523,1.097234,312.41672,52.16315,0.39444497,2.9012642,108.69606,24.23248,86.626236,139.66281,16372.912,0.66154045,1537.4078,1.2014699,0.7394791,0.40060955,2.533539,165.5331,221.98718,29.973738,225.25903,24.181068,30.578234,1321.6567,4.0656757,156.20819,123.515335,354.452,131.07315,379.43253,19.749926,303.0081,0.0,2953.9482,15278.284,22.535316,335.36798,128.36716,44174.664,139.41655,18.679813,131.31273,255.35513,53.59205,19.00403,191.27176,1940.2264,325.26025,117.70722,15.356665,12.588466,543.315,56.252308,1582.1351,136.4914,2152.4214,253.143,330.66357,107.13267,316.32693,8.632708,14.659121,31.984749,4.764836,4.4890804,62.460636,55.745148,69.86597,15.389876,23.217123,287.1229,8.491493,3024.1726,113.648544,56.236805,131.54337,115.07099,216.36713,146.86337,83.69444,32.63439,45.195797,115.94817,320.90292,755.90076,147.07938,482.523,94.18775,98.00307,298.22052,277.17493,966.3263,331.01245,3.8754652,16.97646,10.125613,51.39387,15666.697,5.483111,13.422334,23.05815,50.71859,570.20056,94.663155,202.05753,3.4745545,250.33055,560.5053,361.37808,120.66039,338.00165,30.085093,64.95796,279.31454,14.203665,1.9713764,12.673246,2112.4473,0.1925428,0.60440826,60.415382,5.858889,4.0769615,6.9611926,12.133973,155.30966,53.5858,121.28633,819.9914,207.94696,1905.1927,1758.7217,13.8481045,24.909143,13083.128,8.702263,58.487038,535.5869,95.69833,149.63765,65.46503,336.96222,978.2172,389.72345,12.270933,75.90278,1013.68365,1932.7336,39.205177,547.5796,39.44771,1.0342044,59.215466,1.0977525,0.64161396,2.9006634,30.656338,113.20438,284.32965,16.59263,3516.686,256.7757,91.9662,139.20938,69.45448,95.95868,51.99014,3.0424724,88.306946,524.0116,143.71428,85.17504,67.88972,23.04382,51.90389,62.211063,48.86547,898.7633,166.40765,3930.7676,38.104893,3773.6958,78.002304,447.02472,2437.6038,74.38317,9.788161,1701.517,1851.1995,5680.9497,169.23378 +2023-06-27 11:00:00,0.0,15569.718,149.9884,19.512066,34.235786,22.697916,174.39984,24.96279,35.31939,19.953365,23.163023,602.65234,511.33026,10.846005,125.76853,14.964812,1.7857325,23.307055,26.117455,2.877423,354.70776,1.0889639,312.37738,52.133377,0.39382666,2.8993886,108.68767,24.213676,86.48071,139.62833,16384.63,0.6614528,1536.9961,1.200577,0.7387953,0.400281,2.52982,165.46826,221.89961,29.963285,225.0816,24.175241,30.609795,1322.5708,4.064095,156.32623,123.579414,354.2687,131.21184,379.44113,19.74369,303.36197,0.0,2951.0452,15280.293,22.530857,335.67453,128.34589,44182.89,139.329,18.680632,131.43362,255.60202,53.518227,18.973867,191.50116,1942.0781,325.57336,117.82919,15.359373,12.58074,542.33484,56.26477,1583.9583,136.57986,2152.3079,253.33205,330.90216,107.03016,316.68808,8.628973,14.652685,31.960413,4.760355,4.482276,62.467922,55.72206,69.825165,15.384504,23.223072,287.2325,8.487997,3023.062,113.72105,56.178818,131.61995,115.14097,216.3183,146.90912,83.68056,32.645447,45.222958,116.037155,320.8824,756.7734,147.14531,482.68387,94.235085,98.032265,298.3192,277.23975,966.1238,331.21176,3.8736284,16.977604,10.128029,51.282475,15666.286,5.4790554,13.411465,23.04352,50.74178,570.46326,94.68102,202.16763,3.4717927,250.38194,560.62787,361.50818,120.69891,337.97293,30.067823,64.95712,279.23184,14.197011,1.9701209,12.669465,2112.954,0.19228499,0.6037291,60.38161,5.850397,4.074904,6.9532075,12.120951,155.21489,53.555298,121.26051,819.5624,207.95074,1904.9285,1758.522,13.839521,24.907003,13078.073,8.701564,58.483795,535.79254,95.691666,149.58925,65.45497,336.8611,977.8521,389.81454,12.273264,75.89305,1014.02386,1932.2776,39.20366,547.49536,39.42031,1.0343595,59.221146,1.0979854,0.6419175,2.902098,30.653429,113.195724,284.3107,16.601204,3516.9258,256.87326,92.015045,139.32031,69.53641,95.96788,52.045486,3.0438197,88.39931,524.6456,143.92026,85.29808,67.97873,23.038368,51.96647,62.298725,48.876015,898.64856,166.46098,3932.535,38.10314,3773.5667,78.015305,446.90897,2438.463,74.41706,9.78326,1700.9392,1849.6736,5678.8984,168.96086 +2023-06-27 12:00:00,0.0,15579.57,150.09595,19.51394,34.255295,22.686666,174.37654,24.958721,35.30262,19.95096,23.160517,602.453,511.21793,10.839923,125.82905,14.975761,1.7826989,23.302994,26.082556,2.8585913,354.62027,1.0806936,312.33804,52.103603,0.39320832,2.897513,108.679276,24.194872,86.33519,139.59384,16396.35,0.6613651,1536.5844,1.199684,0.73811144,0.3999525,2.526101,165.40344,221.81203,29.952835,224.90416,24.169415,30.641354,1323.4849,4.062514,156.44427,123.643486,354.08542,131.35052,379.44977,19.737455,303.71588,0.0,2948.1418,15282.302,22.526396,335.9811,128.32462,44191.12,139.24142,18.681448,131.55452,255.84889,53.4444,18.943705,191.73056,1943.9298,325.88644,117.951164,15.3620825,12.573014,541.3546,56.277233,1585.7814,136.66833,2152.1946,253.52107,331.14072,106.92764,317.04926,8.625237,14.64625,31.936077,4.7558737,4.4754715,62.47521,55.698975,69.78436,15.379131,23.229021,287.34213,8.4845,3021.9514,113.79354,56.120834,131.69653,115.21094,216.26945,146.95486,83.666664,32.656498,45.25012,116.12613,320.86185,757.646,147.21124,482.8447,94.28241,98.06146,298.4179,277.3046,965.92126,331.41104,3.8717916,16.97875,10.130445,51.171078,15665.874,5.475,13.400595,23.02889,50.764973,570.7259,94.69889,202.27773,3.4690309,250.43333,560.7505,361.63824,120.737434,337.94424,30.050556,64.956276,279.1491,14.190358,1.9688653,12.665683,2113.461,0.19202717,0.60304993,60.34784,5.8419046,4.0728464,6.945222,12.107928,155.1201,53.52479,121.234695,819.1334,207.95454,1904.6641,1758.3221,13.830939,24.904861,13073.019,8.700864,58.480553,535.99817,95.685,149.54083,65.44491,336.76,977.487,389.90567,12.275596,75.88333,1014.3641,1931.8217,39.20214,547.4111,39.392918,1.0345147,59.22683,1.0982183,0.64222115,2.9035327,30.65052,113.187065,284.29175,16.609777,3517.1653,256.97083,92.06389,139.43124,69.61833,95.97708,52.100834,3.0451667,88.49167,525.27966,144.12624,85.42112,68.06773,23.032917,52.029045,62.38639,48.886562,898.53375,166.51431,3934.3022,38.101387,3773.4375,78.0283,446.7932,2439.322,74.45095,9.778358,1700.3613,1848.1477,5676.847,168.68794 +2023-06-27 13:00:00,0.0,15589.422,150.20349,19.515818,34.274807,22.675417,174.35326,24.95465,35.28585,19.948553,23.158009,602.25366,511.10562,10.83384,125.889565,14.9867115,1.7796652,23.298933,26.047655,2.8397598,354.53278,1.0724235,312.29874,52.07383,0.39259002,2.895637,108.67088,24.17607,86.18967,139.55936,16408.07,0.6612774,1536.1726,1.198791,0.73742753,0.399624,2.5223823,165.33862,221.72446,29.942385,224.72673,24.16359,30.672915,1324.399,4.0609326,156.56232,123.70756,353.9021,131.48921,379.4584,19.73122,304.06976,0.0,2945.2388,15284.311,22.521936,336.2877,128.30334,44199.35,139.15387,18.682266,131.67542,256.09576,53.37058,18.913542,191.95996,1945.7815,326.19955,118.07314,15.364791,12.565288,540.37445,56.289696,1587.6045,136.7568,2152.081,253.71011,331.37927,106.825134,317.4104,8.621503,14.639815,31.911741,4.751393,4.468667,62.48249,55.675888,69.74356,15.373759,23.23497,287.45172,8.481003,3020.8408,113.866035,56.062847,131.77312,115.28091,216.22061,147.00061,83.65278,32.667553,45.277283,116.2151,320.8413,758.5187,147.27719,483.00555,94.32974,98.09066,298.5166,277.36942,965.7187,331.61035,3.8699548,16.979897,10.132859,51.05968,15665.463,5.4709444,13.389726,23.01426,50.788162,570.9886,94.71677,202.38783,3.4662693,250.48473,560.87305,361.76834,120.775955,337.91553,30.033287,64.95544,279.06638,14.183704,1.9676098,12.661901,2113.968,0.19176935,0.6023708,60.31407,5.8334126,4.0707884,6.9372363,12.094906,155.02533,53.49429,121.20888,818.70435,207.95833,1904.3998,1758.1224,13.822356,24.90272,13067.964,8.700165,58.477314,536.20374,95.67834,149.49243,65.43485,336.65887,977.1219,389.9968,12.277926,75.87361,1014.7043,1931.3656,39.200623,547.32684,39.36552,1.0346698,59.23251,1.0984514,0.6425248,2.9049673,30.647614,113.17841,284.2728,16.618351,3517.405,257.0684,92.11273,139.54219,69.70026,95.98628,52.15618,3.046514,88.58403,525.9137,144.33221,85.54415,68.156746,23.027466,52.091625,62.474052,48.89711,898.419,166.56766,3936.0693,38.099636,3773.308,78.0413,446.67746,2440.1812,74.48484,9.773458,1699.7836,1846.6218,5674.796,168.41501 +2023-06-27 14:00:00,0.0,15599.274,150.31104,19.517693,34.294315,22.664167,174.32996,24.950583,35.269077,19.946148,23.155502,602.0543,510.99332,10.827758,125.95008,14.997661,1.7766316,23.294874,26.012756,2.8209283,354.44528,1.0641533,312.2594,52.044056,0.39197168,2.8937614,108.66249,24.157265,86.044136,139.52487,16419.79,0.66118973,1535.761,1.197898,0.7367437,0.39929548,2.518663,165.2738,221.63687,29.931932,224.5493,24.157763,30.704475,1325.3131,4.0593514,156.68037,123.77163,353.7188,131.6279,379.467,19.724985,304.42368,0.0,2942.3354,15286.319,22.517475,336.59427,128.28207,44207.582,139.0663,18.683083,131.79631,256.34262,53.296753,18.883379,192.18935,1947.6332,326.51266,118.195114,15.3675,12.557562,539.3943,56.30216,1589.4276,136.84528,2151.9678,253.89915,331.61783,106.72262,317.77155,8.617767,14.63338,31.887405,4.7469115,4.4618626,62.489777,55.652805,69.70276,15.368386,23.240921,287.56134,8.477507,3019.7305,113.93854,56.00486,131.8497,115.350876,216.17177,147.04636,83.638885,32.678608,45.304443,116.30408,320.82074,759.3913,147.34312,483.16638,94.377075,98.11986,298.61526,277.43423,965.5162,331.80963,3.868118,16.981043,10.135275,50.948284,15665.051,5.466889,13.378856,22.99963,50.811356,571.2513,94.734634,202.49794,3.4635074,250.53612,560.9956,361.89844,120.81448,337.88684,30.016018,64.95459,278.98364,14.177052,1.9663541,12.65812,2114.4749,0.19151153,0.6016916,60.2803,5.8249207,4.068731,6.9292507,12.081883,154.93054,53.463787,121.18306,818.2754,207.96211,1904.1355,1757.9226,13.813774,24.90058,13062.909,8.699465,58.47407,536.40936,95.67167,149.44403,65.4248,336.55777,976.7568,390.0879,12.280258,75.86389,1015.0445,1930.9097,39.199104,547.24255,39.338127,1.0348248,59.23819,1.0986843,0.6428284,2.9064019,30.644705,113.169754,284.25385,16.626926,3517.6448,257.16595,92.161575,139.65312,69.78218,95.99548,52.21153,3.0478613,88.67639,526.5477,144.5382,85.66719,68.24575,23.022015,52.154205,62.561714,48.907654,898.3042,166.62099,3937.8367,38.097885,3773.179,78.0543,446.5617,2441.0403,74.51873,9.768556,1699.2057,1845.096,5672.7446,168.14209 +2023-06-27 15:00:00,0.0,15609.126,150.41858,19.51957,34.313824,22.652916,174.30666,24.946512,35.252304,19.94374,23.152996,601.85504,510.881,10.821675,126.0106,15.00861,1.773598,23.290813,25.977856,2.8020968,354.3578,1.0558832,312.2201,52.014282,0.39135337,2.8918858,108.6541,24.138462,85.89861,139.49039,16431.51,0.66110206,1535.3492,1.197005,0.7360598,0.39896697,2.514944,165.20898,221.5493,29.921482,224.37187,24.151936,30.736036,1326.2272,4.0577707,156.79842,123.8357,353.53552,131.76659,379.47565,19.718752,304.77756,0.0,2939.4321,15288.329,22.513016,336.90085,128.2608,44215.81,138.97874,18.6839,131.91719,256.58948,53.22293,18.853216,192.41875,1949.4849,326.82578,118.317085,15.370209,12.549836,538.4141,56.31462,1591.2507,136.93376,2151.8542,254.08818,331.8564,106.62011,318.13272,8.614033,14.626945,31.863068,4.7424307,4.455058,62.49706,55.629723,69.661964,15.363014,23.24687,287.67096,8.4740095,3018.6199,114.01103,55.946877,131.92628,115.42085,216.12292,147.0921,83.625,32.68966,45.331604,116.39305,320.8002,760.2639,147.40906,483.3272,94.42441,98.149055,298.71396,277.49905,965.31366,332.00894,3.8662813,16.982187,10.137691,50.836887,15664.64,5.4628334,13.367987,22.985,50.83455,571.5139,94.7525,202.60803,3.4607456,250.5875,561.1182,362.02853,120.853004,337.85812,29.99875,64.95374,278.9009,14.170398,1.9650985,12.654339,2114.9817,0.1912537,0.60101247,60.24653,5.8164287,4.0666733,6.921265,12.068861,154.83575,53.433285,121.15724,817.84644,207.9659,1903.8712,1757.7229,13.805191,24.898438,13057.8545,8.698766,58.470833,536.615,95.665,149.39563,65.414734,336.45667,976.39166,390.17902,12.28259,75.854164,1015.3847,1930.4537,39.19759,547.1583,39.31073,1.03498,59.24387,1.0989172,0.64313203,2.9078367,30.641796,113.1611,284.2349,16.6355,3517.8843,257.26352,92.21041,139.76407,69.864105,96.004684,52.266876,3.0492084,88.76875,527.18176,144.74419,85.79022,68.33476,23.016563,52.216785,62.649376,48.9182,898.18945,166.67432,3939.604,38.096134,3773.0498,78.06729,446.44595,2441.8994,74.55261,9.763655,1698.6279,1843.5701,5670.6934,167.86917 +2023-06-27 16:00:00,0.0,15618.979,150.52612,19.521446,34.333336,22.641666,174.28336,24.942444,35.235535,19.941336,23.150488,601.6557,510.7687,10.815593,126.07111,15.01956,1.7705644,23.286753,25.942957,2.783265,354.27032,1.047613,312.18076,51.984505,0.39073503,2.89001,108.645706,24.11966,85.75309,139.4559,16443.229,0.6610144,1534.9375,1.196112,0.73537594,0.39863843,2.511225,165.14415,221.46173,29.91103,224.19444,24.14611,30.767595,1327.1412,4.0561895,156.91646,123.89977,353.35223,131.90526,379.48428,19.712517,305.13147,0.0,2936.5288,15290.338,22.508554,337.2074,128.23953,44224.04,138.89117,18.684717,132.03809,256.83636,53.14911,18.823053,192.64815,1951.3365,327.1389,118.439064,15.372918,12.54211,537.4339,56.327084,1593.0739,137.02223,2151.7407,254.27722,332.095,106.5176,318.49387,8.610298,14.620509,31.838732,4.73795,4.4482536,62.504345,55.606636,69.62116,15.357641,23.25282,287.78055,8.470512,3017.5093,114.083534,55.88889,132.00287,115.49082,216.07408,147.13785,83.611115,32.700714,45.35877,116.482025,320.77966,761.1366,147.475,483.48807,94.47173,98.17826,298.81265,277.5639,965.11115,332.20822,3.8644445,16.983334,10.140105,50.72549,15664.229,5.4587774,13.357117,22.970371,50.85774,571.7766,94.77038,202.71814,3.4579837,250.63889,561.2408,362.15863,120.891525,337.82944,29.981482,64.9529,278.8182,14.163745,1.963843,12.6505575,2115.4888,0.19099589,0.6003333,60.212757,5.8079367,4.0646152,6.9132795,12.055839,154.74098,53.40278,121.131424,817.4174,207.9697,1903.6068,1757.5231,13.796609,24.896297,13052.8,8.698066,58.46759,536.8206,95.65833,149.34723,65.40468,336.35556,976.02655,390.2701,12.284921,75.844444,1015.7249,1929.9977,39.19607,547.07404,39.283333,1.0351351,59.24955,1.0991503,0.64343566,2.9092712,30.63889,113.15244,284.21594,16.644073,3518.124,257.3611,92.259254,139.875,69.94603,96.013885,52.322224,3.0505557,88.861115,527.8158,144.95016,85.91326,68.42377,23.011112,52.279366,62.737038,48.928745,898.0747,166.72765,3941.3713,38.09438,3772.9207,78.08029,446.3302,2442.7588,74.5865,9.758753,1698.05,1842.0442,5668.642,167.59625 +2023-06-27 17:00:00,0.0,15628.83,150.63367,19.523321,34.352844,22.630417,174.26006,24.938374,35.218765,19.938929,23.147982,601.45636,510.6564,10.80951,126.13163,15.030509,1.7675308,23.282692,25.908056,2.7644336,354.18283,1.0393429,312.14142,51.95473,0.39011672,2.8881342,108.637314,24.100855,85.60757,139.42142,16454.947,0.6609267,1534.5258,1.1952192,0.7346921,0.39830992,2.5075061,165.07933,221.37415,29.90058,224.01701,24.140284,30.799156,1328.0553,4.0546083,157.0345,123.963844,353.16895,132.04395,379.4929,19.706282,305.48535,0.0,2933.6257,15292.347,22.504095,337.51398,128.21826,44232.27,138.80362,18.685534,132.15898,257.08322,53.075283,18.79289,192.87755,1953.1882,327.452,118.561035,15.375627,12.534385,536.45374,56.339546,1594.897,137.1107,2151.6274,254.46625,332.33356,106.415085,318.85504,8.606563,14.614075,31.814396,4.7334685,4.4414496,62.511627,55.58355,69.58036,15.352268,23.25877,287.89017,8.467016,3016.3987,114.15603,55.830902,132.07944,115.56079,216.02524,147.1836,83.59722,32.711765,45.38593,116.571,320.75912,762.0092,147.54094,483.6489,94.519066,98.20746,298.91135,277.62872,964.9086,332.40753,3.8626077,16.98448,10.142521,50.614094,15663.816,5.454722,13.346248,22.955742,50.88093,572.0393,94.788246,202.82825,3.455222,250.69028,561.36334,362.28873,120.930046,337.80072,29.964212,64.95206,278.73547,14.157091,1.9625874,12.646775,2115.9956,0.19073807,0.59965414,60.17899,5.7994447,4.0625577,6.905294,12.042816,154.6462,53.372276,121.10561,816.9884,207.97348,1903.3425,1757.3234,13.788026,24.894156,13047.745,8.697367,58.46435,537.02625,95.651665,149.29883,65.394615,336.25446,975.66144,390.36124,12.287252,75.834724,1016.0651,1929.5417,39.194553,546.9898,39.25594,1.0352904,59.25523,1.0993832,0.6437393,2.9107058,30.63598,113.14379,284.197,16.652649,3518.3638,257.45868,92.3081,139.98593,70.027954,96.02309,52.37757,3.051903,88.953476,528.4498,145.15614,86.0363,68.51278,23.005661,52.34194,62.8247,48.939293,897.9599,166.78099,3943.1387,38.09263,3772.7913,78.093285,446.21445,2443.618,74.62039,9.753852,1697.4723,1840.5182,5666.591,167.32332 +2023-06-27 18:00:00,0.0,15638.683,150.74121,19.525198,34.372353,22.619167,174.23676,24.934305,35.201992,19.936522,23.145473,601.257,510.5441,10.803428,126.192154,15.041458,1.7644972,23.278631,25.873158,2.7456021,354.09534,1.0310727,312.1021,51.924957,0.38949838,2.8862586,108.62892,24.082052,85.462036,139.38692,16466.668,0.660839,1534.114,1.1943262,0.7340082,0.3979814,2.5037873,165.01451,221.28658,29.890127,223.83958,24.134457,30.830717,1328.9694,4.053027,157.15256,124.027916,352.98563,132.18263,379.50153,19.700047,305.83926,0.0,2930.7224,15294.355,22.499634,337.82056,128.197,44240.5,138.71605,18.686352,132.27988,257.3301,53.00146,18.762728,193.10695,1955.0399,327.7651,118.683014,15.378336,12.526658,535.4736,56.35201,1596.7201,137.19917,2151.514,254.65529,332.5721,106.31258,319.2162,8.602828,14.607639,31.79006,4.7289877,4.434645,62.518913,55.560463,69.53956,15.346896,23.264719,287.9998,8.463519,3015.2883,114.22852,55.772915,132.15602,115.63076,215.9764,147.22934,83.583336,32.72282,45.41309,116.65997,320.7386,762.88184,147.60687,483.80975,94.5664,98.23666,299.01004,277.69354,964.7061,332.6068,3.8607707,16.985626,10.144937,50.502697,15663.405,5.4506664,13.335379,22.941113,50.904125,572.30194,94.806114,202.93834,3.45246,250.74167,561.48596,362.41882,120.968575,337.77203,29.946945,64.95121,278.65274,14.150438,1.9613318,12.642994,2116.5024,0.19048025,0.59897494,60.145218,5.790952,4.0605,6.8973083,12.029794,154.5514,53.341774,121.079796,816.55945,207.97726,1903.0782,1757.1235,13.779444,24.892014,13042.69,8.696668,58.46111,537.2319,95.645,149.25043,65.38456,336.15332,975.2963,390.45233,12.289583,75.825,1016.40533,1929.0857,39.193035,546.9055,39.228542,1.0354455,59.260914,1.0996163,0.6440429,2.9121406,30.633074,113.13513,284.17804,16.661222,3518.6033,257.55624,92.35694,140.09688,70.10988,96.032295,52.432915,3.05325,89.04583,529.08386,145.36212,86.15933,68.60178,23.00021,52.404522,62.91236,48.94984,897.84515,166.83432,3944.9058,38.090878,3772.662,78.106285,446.0987,2444.477,74.65428,9.74895,1696.8944,1838.9923,5664.54,167.0504 +2023-06-27 19:00:00,0.0,15648.534,150.84875,19.527075,34.391865,22.607918,174.21346,24.930235,35.18522,19.934116,23.142967,601.0577,510.43176,10.797346,126.25267,15.052408,1.7614635,23.274572,25.838257,2.7267706,354.00784,1.0228025,312.06277,51.895184,0.38888007,2.884383,108.62053,24.063248,85.31651,139.35243,16478.387,0.66075134,1533.7024,1.1934332,0.73332435,0.3976529,2.500068,164.94969,221.19899,29.879677,223.66216,24.12863,30.862278,1329.8834,4.0514464,157.2706,124.091995,352.80237,132.32132,379.51016,19.693811,306.19315,0.0,2927.8193,15296.364,22.495174,338.12714,128.17574,44248.727,138.6285,18.687168,132.40077,257.57697,52.927635,18.732565,193.33635,1956.8916,328.07822,118.804985,15.381044,12.518932,534.49335,56.36447,1598.5432,137.28764,2151.4006,254.84431,332.81067,106.21006,319.57733,8.5990925,14.601204,31.765724,4.7245064,4.4278407,62.526196,55.537376,69.498764,15.341523,23.270668,288.10938,8.460022,3014.1777,114.301025,55.71493,132.2326,115.70073,215.92755,147.27509,83.56944,32.733875,45.44025,116.74895,320.71802,763.75446,147.6728,483.97058,94.61373,98.265854,299.1087,277.75836,964.50354,332.80612,3.858934,16.98677,10.147351,50.391296,15662.993,5.446611,13.324509,22.926483,50.927315,572.56464,94.82398,203.04845,3.4496982,250.79306,561.6085,362.54892,121.007095,337.74332,29.929676,64.95037,278.57,14.1437845,1.9600762,12.639213,2117.0093,0.19022243,0.5982958,60.111446,5.78246,4.0584426,6.8893228,12.016771,154.45663,53.311268,121.05398,816.1305,207.98105,1902.8138,1756.9238,13.770861,24.889874,13037.636,8.695968,58.45787,537.4375,95.638336,149.20203,65.374504,336.05222,974.9312,390.54346,12.291915,75.81528,1016.74554,1928.6298,39.19152,546.8213,39.201145,1.0356007,59.266594,1.0998492,0.6443465,2.9135752,30.630165,113.12648,284.1591,16.669796,3518.843,257.6538,92.405785,140.20781,70.1918,96.0415,52.488262,3.0545974,89.13819,529.7179,145.5681,86.28237,68.690796,22.994757,52.467102,63.000023,48.960384,897.7304,166.88765,3946.673,38.089123,3772.533,78.11928,445.98294,2445.3362,74.68817,9.744049,1696.3167,1837.4664,5662.489,166.77748 +2023-06-27 20:00:00,0.0,15658.387,150.95631,19.52895,34.411373,22.596666,174.19016,24.926167,35.16845,19.93171,23.14046,600.8584,510.31946,10.791264,126.31319,15.063357,1.7584299,23.270512,25.803358,2.7079391,353.92035,1.0145323,312.02344,51.86541,0.38826174,2.8825073,108.61214,24.044445,85.17099,139.31795,16490.105,0.66066366,1533.2906,1.1925402,0.7326405,0.39732438,2.496349,164.88486,221.11142,29.869225,223.48473,24.122805,30.893837,1330.7975,4.0498652,157.38864,124.15607,352.61905,132.46,379.51877,19.687576,306.54706,0.0,2924.916,15298.373,22.490713,338.43372,128.15446,44256.957,138.54094,18.687986,132.52167,257.82385,52.853813,18.702402,193.56573,1958.7433,328.39133,118.926956,15.383754,12.511207,533.5132,56.376934,1600.3663,137.37611,2151.287,255.03336,333.04926,106.10755,319.9385,8.595358,14.594769,31.741388,4.7200255,4.4210362,62.53348,55.51429,69.45796,15.336151,23.276619,288.219,8.456526,3013.0671,114.37352,55.656944,132.30919,115.770706,215.87871,147.32085,83.55556,32.744926,45.467415,116.83792,320.69748,764.62714,147.73875,484.1314,94.66106,98.29505,299.2074,277.82318,964.301,333.0054,3.8570971,16.987917,10.149767,50.2799,15662.582,5.4425554,13.31364,22.911852,50.95051,572.8273,94.84186,203.15855,3.4469364,250.84445,561.7311,362.67902,121.045616,337.71463,29.912407,64.949524,278.48727,14.137132,1.9588207,12.635431,2117.5164,0.1899646,0.5976166,60.077675,5.773968,4.0563846,6.881337,12.003749,154.36185,53.280766,121.02816,815.7015,207.98485,1902.5496,1756.724,13.762279,24.887732,13032.581,8.695269,58.454628,537.64307,95.63167,149.15361,65.36444,335.9511,974.5661,390.63455,12.294247,75.80556,1017.08575,1928.1737,39.190002,546.737,39.17375,1.0357558,59.272274,1.1000822,0.6446501,2.91501,30.627256,113.11782,284.14014,16.67837,3519.0828,257.75137,92.45463,140.31876,70.27373,96.0507,52.54361,3.0559447,89.23055,530.3519,145.77408,86.40541,68.7798,22.989305,52.529682,63.087685,48.970932,897.6156,166.941,3948.4404,38.08737,3772.4038,78.13228,445.8672,2446.1953,74.72205,9.739147,1695.7388,1835.9406,5660.4375,166.50455 +2023-06-27 21:00:00,0.0,15668.238,151.06386,19.530827,34.430885,22.585417,174.16685,24.922096,35.15168,19.929304,23.137953,600.65906,510.20715,10.785181,126.3737,15.0743065,1.7553964,23.26645,25.768457,2.6891074,353.8329,1.0062622,311.98413,51.835636,0.38764343,2.8806314,108.603745,24.025642,85.02547,139.28346,16501.826,0.660576,1532.8789,1.1916472,0.7319566,0.39699587,2.49263,164.82004,221.02383,29.858774,223.3073,24.116978,30.925398,1331.7115,4.048284,157.50668,124.22014,352.43573,132.59868,379.5274,19.681343,306.90094,0.0,2922.0127,15300.382,22.486252,338.7403,128.1332,44265.188,138.45337,18.688803,132.64255,258.07074,52.779987,18.67224,193.79514,1960.595,328.70444,119.048935,15.386462,12.503481,532.533,56.389397,1602.1895,137.46458,2151.1736,255.2224,333.2878,106.00504,320.29965,8.591622,14.588333,31.717052,4.715544,4.414232,62.540768,55.491203,69.41716,15.330778,23.282568,288.3286,8.453029,3011.9568,114.44602,55.598957,132.38577,115.840675,215.82986,147.3666,83.541664,32.75598,45.494576,116.926895,320.67694,765.49976,147.80469,484.29227,94.70839,98.32425,299.3061,277.88803,964.0985,333.2047,3.8552604,16.989063,10.152183,50.168503,15662.17,5.4385,13.30277,22.897223,50.9737,573.08997,94.859726,203.26865,3.4441745,250.89583,561.8537,362.8091,121.08414,337.6859,29.89514,64.94868,278.40457,14.130478,1.9575651,12.63165,2118.0232,0.18970679,0.5969374,60.043907,5.765476,4.054327,6.8733516,11.990726,154.26707,53.250263,121.00234,815.27246,207.98863,1902.2853,1756.5243,13.7536955,24.885592,13027.526,8.694569,58.45139,537.8487,95.625,149.10521,65.354385,335.85,974.201,390.72568,12.296577,75.79583,1017.42596,1927.7178,39.188484,546.6528,39.146355,1.0359108,59.277954,1.1003152,0.6449537,2.9164445,30.62435,113.10917,284.1212,16.686945,3519.3225,257.84894,92.50347,140.42969,70.35565,96.0599,52.598957,3.0572917,89.322914,530.98596,145.98006,86.52844,68.86881,22.983854,52.592262,63.175346,48.981476,897.50085,166.99432,3950.2078,38.08562,3772.2744,78.14528,445.75143,2447.0544,74.75594,9.734246,1695.161,1834.4147,5658.386,166.23163 +2023-06-27 22:00:00,0.0,15678.091,151.1714,19.532703,34.450394,22.574167,174.14355,24.918028,35.134907,19.926897,23.135445,600.4597,510.09485,10.7790985,126.43422,15.085257,1.7523627,23.26239,25.733559,2.670276,353.7454,0.99799204,311.9448,51.805862,0.3870251,2.8787558,108.59535,24.006838,84.879944,139.24898,16513.545,0.6604883,1532.4672,1.1907542,0.73127276,0.39666733,2.4889112,164.75522,220.93626,29.848324,223.12987,24.11115,30.956959,1332.6257,4.0467033,157.62474,124.28421,352.25244,132.73737,379.536,19.675108,307.25485,0.0,2919.1094,15302.391,22.481792,339.04684,128.11192,44273.414,138.36581,18.689621,132.76344,258.3176,52.706165,18.642076,194.02454,1962.4467,329.01755,119.170906,15.389172,12.495755,531.55286,56.40186,1604.0126,137.55305,2151.0603,255.41142,333.52637,105.90253,320.6608,8.587888,14.581899,31.692717,4.7110634,4.4074273,62.54805,55.468117,69.37636,15.325406,23.288517,288.4382,8.4495325,3010.8462,114.51852,55.540974,132.46236,115.910645,215.78102,147.41234,83.52778,32.767036,45.521736,117.01588,320.6564,766.3724,147.87062,484.4531,94.75572,98.35345,299.4048,277.95285,963.896,333.404,3.8534236,16.99021,10.154597,50.057106,15661.759,5.4344444,13.291901,22.882593,50.99689,573.35266,94.877594,203.37875,3.4414127,250.94722,561.97626,362.9392,121.122665,337.65723,29.87787,64.94784,278.32184,14.123825,1.9563096,12.627868,2118.53,0.18944897,0.5962583,60.010136,5.756984,4.0522695,6.8653665,11.977704,154.17229,53.219757,120.976524,814.8435,207.99242,1902.021,1756.3245,13.745113,24.88345,13022.472,8.69387,58.448147,538.0543,95.61833,149.05681,65.34432,335.7489,973.8359,390.81677,12.298909,75.78611,1017.7662,1927.2617,39.186966,546.5685,39.118958,1.036066,59.283634,1.1005481,0.64525735,2.917879,30.62144,113.10051,284.10223,16.695518,3519.562,257.94653,92.552315,140.54062,70.43758,96.0691,52.654305,3.058639,89.415276,531.62,146.18604,86.65148,68.95782,22.978403,52.65484,63.26301,48.992023,897.38605,167.04765,3951.975,38.083866,3772.1453,78.15827,445.63568,2447.9136,74.78983,9.729344,1694.5831,1832.8888,5656.335,165.95871 +2023-06-27 23:00:00,0.0,15687.942,151.27895,19.534578,34.469902,22.562918,174.12025,24.913958,35.118134,19.92449,23.132938,600.2604,509.98254,10.773016,126.494736,15.096206,1.7493291,23.25833,25.698658,2.6514444,353.6579,0.9897219,311.9055,51.77609,0.38640678,2.8768802,108.58696,23.988035,84.73441,139.2145,16525.264,0.6604006,1532.0554,1.1898613,0.7305889,0.39633882,2.4851923,164.6904,220.84868,29.837872,222.95242,24.105326,30.98852,1333.5398,4.045122,157.74278,124.34828,352.06915,132.87605,379.54465,19.668873,307.60873,0.0,2916.2063,15304.4,22.477331,339.35342,128.09065,44281.645,138.27824,18.690437,132.88434,258.56445,52.63234,18.611914,194.25394,1964.2983,329.33063,119.29288,15.39188,12.488029,530.57263,56.41432,1605.8357,137.64154,2150.9468,255.60046,333.76492,105.80002,321.02197,8.584152,14.575463,31.66838,4.706582,4.400623,62.555336,55.445034,69.335556,15.320033,23.294468,288.54782,8.446035,3009.7356,114.59101,55.482986,132.53894,115.98061,215.73218,147.45808,83.513885,32.778088,45.548897,117.10485,320.63586,767.245,147.93657,484.61395,94.803055,98.38265,299.50348,278.01767,963.6935,333.6033,3.8515868,16.991354,10.157013,49.94571,15661.348,5.430389,13.281031,22.867964,51.020084,573.6153,94.89547,203.48886,3.4386508,250.99861,562.0988,363.0693,121.16119,337.6285,29.860601,64.94699,278.2391,14.117171,1.9550539,12.624086,2119.037,0.18919116,0.5955791,59.976364,5.7484922,4.0502114,6.857381,11.964682,154.0775,53.189255,120.950714,814.41455,207.9962,1901.7566,1756.1248,13.73653,24.881308,13017.417,8.69317,58.44491,538.25995,95.611664,149.0084,65.33427,335.64777,973.47076,390.9079,12.30124,75.77639,1018.1064,1926.8058,39.185448,546.48425,39.091564,1.0362211,59.289314,1.1007811,0.645561,2.919314,30.618532,113.09186,284.08328,16.704092,3519.8018,258.0441,92.60116,140.65157,70.5195,96.0783,52.709652,3.0599864,89.50764,532.254,146.39203,86.77452,69.04683,22.972952,52.71742,63.35067,49.00257,897.2713,167.10098,3953.7422,38.082115,3772.016,78.17127,445.51993,2448.7727,74.82372,9.724443,1694.0052,1831.3629,5654.2837,165.68579 +2023-06-28 00:00:00,0.0,15697.795,151.38649,19.536455,34.489414,22.551666,174.09695,24.90989,35.101364,19.922085,23.130432,600.06104,509.87024,10.766933,126.55525,15.107155,1.7462955,23.254269,25.66376,2.632613,353.5704,0.9814517,311.86615,51.74631,0.38578844,2.8750045,108.57857,23.96923,84.58889,139.18001,16536.984,0.66031295,1531.6438,1.1889683,0.729905,0.3960103,2.481473,164.62558,220.76111,29.827421,222.775,24.099499,31.02008,1334.4539,4.043541,157.86082,124.41235,351.88586,133.01474,379.55328,19.662638,307.96265,0.0,2913.3032,15306.409,22.472872,339.66,128.06938,44289.875,138.19069,18.691256,133.00523,258.81134,52.558517,18.58175,194.48334,1966.15,329.64374,119.414856,15.394589,12.480303,529.59247,56.42679,1607.6588,137.73001,2150.8335,255.78949,334.0035,105.69751,321.38312,8.580418,14.569028,31.644043,4.702101,4.3938184,62.56262,55.421944,69.29476,15.314661,23.300417,288.65744,8.442538,3008.625,114.66351,55.425,132.61551,116.05059,215.68333,147.50383,83.5,32.789143,45.57606,117.193825,320.6153,768.1177,148.0025,484.77478,94.85038,98.41185,299.60214,278.0825,963.49097,333.80258,3.84975,16.9925,10.159429,49.834312,15660.936,5.4263334,13.270162,22.853334,51.043278,573.878,94.91334,203.59895,3.435889,251.05,562.22144,363.1994,121.19971,337.59982,29.843334,64.946144,278.15637,14.110518,1.9537983,12.620305,2119.544,0.18893334,0.59489995,59.942593,5.7400002,4.048154,6.8493953,11.951659,153.98273,53.158752,120.9249,813.98553,208.0,1901.4923,1755.9249,13.727948,24.879168,13012.362,8.692471,58.441666,538.4656,95.605,148.96,65.32421,335.54666,973.10565,390.999,12.303572,75.76666,1018.4466,1926.3499,39.183933,546.39996,39.064167,1.0363764,59.295,1.1010141,0.6458646,2.9207485,30.615625,113.0832,284.06433,16.712667,3520.0415,258.14166,92.649994,140.7625,70.601425,96.0875,52.765,3.0613334,89.6,532.88806,146.598,86.89755,69.13583,22.9675,52.78,63.43833,49.013115,897.15656,167.15433,3955.5095,38.080364,3771.887,78.184265,445.40417,2449.6318,74.85761,9.719542,1693.4275,1829.837,5652.2324,165.41286 +2023-06-28 01:00:00,0.0,15707.646,151.49403,19.538332,34.508923,22.540417,174.07365,24.905819,35.084595,19.919678,23.127924,599.8617,509.75793,10.760851,126.615776,15.118105,1.7432618,23.25021,25.628859,2.6137815,353.48294,0.97318155,311.8268,51.716537,0.38517013,2.873129,108.570175,23.950428,84.44337,139.14552,16548.703,0.6602253,1531.232,1.1880753,0.72922117,0.3956818,2.477754,164.56075,220.67352,29.816969,222.59756,24.093672,31.05164,1335.3679,4.04196,157.97887,124.476425,351.70258,133.15343,379.5619,19.656403,308.31653,0.0,2910.4,15308.418,22.46841,339.96658,128.04811,44298.105,138.10312,18.692072,133.12613,259.05823,52.484695,18.551588,194.71274,1968.0017,329.95685,119.53683,15.397298,12.472577,528.6123,56.43925,1609.4819,137.81848,2150.72,255.97853,334.2421,105.59499,321.7443,8.576682,14.5625925,31.619707,4.6976204,4.387014,62.569904,55.398857,69.25396,15.309288,23.306366,288.76703,8.439042,3007.5146,114.73601,55.367012,132.6921,116.12056,215.63449,147.54958,83.486115,32.800194,45.60322,117.2828,320.59476,768.9903,148.06844,484.93564,94.89771,98.44105,299.70084,278.14734,963.2884,334.0019,3.8479133,16.993647,10.161843,49.722916,15660.524,5.4222775,13.259292,22.838705,51.066467,574.1407,94.931206,203.70906,3.4331272,251.1014,562.344,363.3295,121.23823,337.5711,29.826065,64.945305,278.07364,14.103865,1.9525428,12.616524,2120.0508,0.18867552,0.59422076,59.908825,5.731508,4.0460963,6.8414097,11.938637,153.88794,53.128246,120.89908,813.5565,208.00378,1901.228,1755.7252,13.719365,24.877026,13007.308,8.691771,58.438423,538.6712,95.598335,148.9116,65.31415,335.44556,972.74054,391.09012,12.305903,75.75694,1018.7868,1925.8938,39.182415,546.31573,39.03677,1.0365314,59.30068,1.1012471,0.64616823,2.922183,30.612717,113.07455,284.04538,16.721241,3520.281,258.23923,92.69884,140.87344,70.68335,96.0967,52.820347,3.0626807,89.69236,533.5221,146.80399,87.02059,69.224846,22.96205,52.84258,63.525997,49.023663,897.04175,167.20766,3957.2769,38.07861,3771.7578,78.197266,445.28842,2450.4912,74.8915,9.714641,1692.8496,1828.311,5650.181,165.13994 +2023-06-28 02:00:00,0.0,15717.499,151.60158,19.540207,34.528435,22.529167,174.05035,24.90175,35.06782,19.917273,23.125418,599.6624,509.64563,10.754769,126.67629,15.129054,1.7402282,23.24615,25.59396,2.5949497,353.39545,0.9649114,311.7875,51.686764,0.38455182,2.871253,108.56178,23.931623,84.297844,139.11104,16560.422,0.6601376,1530.8203,1.1871823,0.72853726,0.3953533,2.4740353,164.49593,220.58595,29.806519,222.42014,24.087845,31.0832,1336.282,4.040379,158.09692,124.540504,351.5193,133.2921,379.57053,19.650167,308.67044,0.0,2907.4966,15310.427,22.463951,340.27316,128.02684,44306.332,138.01556,18.69289,133.24702,259.30508,52.41087,18.521425,194.94212,1969.8534,330.26996,119.6588,15.400007,12.464851,527.6321,56.451714,1611.305,137.90695,2150.6064,256.16757,334.48065,105.492485,322.10544,8.5729475,14.556158,31.595371,4.693139,4.38021,62.577187,55.375774,69.21316,15.303916,23.312317,288.87665,8.435545,3006.404,114.80851,55.30903,132.76868,116.19053,215.58565,147.59532,83.47222,32.81125,45.630383,117.37177,320.57422,769.8629,148.13437,485.09647,94.945045,98.470245,299.79953,278.21216,963.0859,334.20117,3.8460763,16.994793,10.164259,49.61152,15660.112,5.418222,13.248423,22.824076,51.08966,574.4033,94.94908,203.81917,3.4303653,251.15277,562.46655,363.4596,121.27675,337.54242,29.808796,64.94446,277.9909,14.097212,1.9512872,12.612741,2120.5579,0.1884177,0.5935416,59.875053,5.723016,4.044039,6.833424,11.925614,153.79315,53.097744,120.87326,813.1275,208.00757,1900.9637,1755.5254,13.710783,24.874886,13002.253,8.6910715,58.435184,538.87683,95.59167,148.8632,65.30409,335.34445,972.3754,391.1812,12.308234,75.74722,1019.127,1925.4379,39.180897,546.23145,39.009377,1.0366867,59.30636,1.10148,0.6464718,2.9236178,30.60981,113.06589,284.02643,16.729815,3520.5208,258.3368,92.74768,140.98438,70.765274,96.1059,52.875694,3.064028,89.78472,534.1561,147.00996,87.14362,69.31386,22.956598,52.90516,63.61366,49.034206,896.927,167.26099,3959.0442,38.07686,3771.6284,78.21026,445.17267,2451.3503,74.925385,9.709739,1692.2719,1826.7852,5648.13,164.86702 +2023-06-28 03:00:00,0.0,15727.351,151.70912,19.542084,34.547943,22.517918,174.02705,24.89768,35.05105,19.914865,23.12291,599.4631,509.5333,10.748687,126.73681,15.140003,1.7371945,23.242088,25.55906,2.5761182,353.30795,0.9566412,311.74817,51.65699,0.38393348,2.8693774,108.55339,23.91282,84.15232,139.07654,16572.143,0.6600499,1530.4086,1.1862893,0.7278534,0.39502475,2.4703162,164.4311,220.49838,29.796066,222.2427,24.08202,31.114761,1337.196,4.038798,158.21497,124.604576,351.336,133.43079,379.57916,19.643934,309.02432,0.0,2904.5933,15312.436,22.45949,340.5797,128.00557,44314.562,137.928,18.693707,133.3679,259.55194,52.337048,18.491262,195.17152,1971.7051,330.58307,119.78078,15.402716,12.457126,526.6519,56.464176,1613.1282,137.99542,2150.4932,256.3566,334.71924,105.38997,322.46658,8.569212,14.549723,31.571035,4.688658,4.3734055,62.584473,55.35269,69.172356,15.298543,23.318266,288.98627,8.432048,3005.2935,114.881004,55.25104,132.84526,116.2605,215.5368,147.64107,83.458336,32.822304,45.657547,117.46075,320.55368,770.73553,148.20032,485.2573,94.99238,98.49944,299.89822,278.27698,962.88336,334.40048,3.8442395,16.995937,10.166675,49.500122,15659.701,5.4141665,13.237553,22.809444,51.112854,574.666,94.96695,203.92926,3.4276035,251.20416,562.5892,363.5897,121.31528,337.5137,29.791529,64.94361,277.9082,14.090558,1.9500316,12.60896,2121.0647,0.18815988,0.5928624,59.84128,5.714524,4.0419807,6.8254385,11.912591,153.69838,53.06724,120.84744,812.6985,208.01135,1900.6993,1755.3257,13.7022,24.872744,12997.198,8.6903715,58.431942,539.0824,95.585,148.8148,65.29404,335.24332,972.0103,391.27234,12.310566,75.737495,1019.4672,1924.9818,39.17938,546.1472,38.98198,1.0368418,59.31204,1.1017131,0.6467754,2.9250524,30.606901,113.057236,284.00748,16.738388,3520.7605,258.43436,92.796524,141.0953,70.847206,96.115105,52.93104,3.065375,89.87708,534.79016,147.21594,87.26666,69.40286,22.951147,52.967735,63.70132,49.044754,896.81226,167.31432,3960.8113,38.075108,3771.4993,78.22326,445.05692,2452.2095,74.959274,9.704838,1691.694,1825.2593,5646.0786,164.59409 +2023-06-28 04:00:00,0.0,15737.203,151.81667,19.543959,34.56745,22.506666,174.00375,24.893612,35.03428,19.91246,23.120403,599.26373,509.421,10.742604,126.797325,15.150953,1.734161,23.238028,25.52416,2.5572867,353.22046,0.94837105,311.70886,51.627216,0.38331518,2.8675017,108.545,23.894018,84.00679,139.04205,16583.861,0.65996224,1529.9968,1.1853963,0.7271696,0.39469624,2.4665973,164.36629,220.4108,29.785616,222.06528,24.076193,31.146322,1338.1101,4.0372167,158.33301,124.66865,351.15268,133.56947,379.58777,19.6377,309.37823,0.0,2901.6902,15314.444,22.45503,340.8863,127.98431,44322.793,137.84044,18.694525,133.4888,259.79883,52.26322,18.4611,195.40092,1973.5568,330.89618,119.90275,15.405425,12.4494,525.67175,56.47664,1614.9513,138.0839,2150.3796,256.54562,334.95776,105.28746,322.82776,8.565477,14.543287,31.5467,4.684177,4.366601,62.591755,55.329605,69.13156,15.293171,23.324215,289.09586,8.428552,3004.1829,114.9535,55.193054,132.92184,116.330475,215.48796,147.68681,83.44444,32.833355,45.684708,117.54972,320.5331,771.6082,148.26625,485.41815,95.0397,98.52864,299.99692,278.3418,962.68085,334.59976,3.8424027,16.997084,10.169089,49.388725,15659.289,5.410111,13.226684,22.794815,51.136044,574.9287,94.98482,204.03937,3.4248416,251.25555,562.71173,363.71976,121.3538,337.48502,29.77426,64.94277,277.82547,14.083905,1.948776,12.605179,2121.5715,0.18790206,0.5921833,59.80751,5.706032,4.039923,6.817453,11.899569,153.60359,53.03674,120.821625,812.26953,208.01515,1900.435,1755.1259,13.693618,24.870602,12992.144,8.689672,58.428703,539.288,95.57833,148.76639,65.28397,335.1422,971.6452,391.36346,12.312897,75.727776,1019.80743,1924.5259,39.177864,546.0629,38.954582,1.0369968,59.31772,1.101946,0.64707905,2.9264872,30.603992,113.04858,283.98853,16.746964,3521.0,258.53192,92.84537,141.20625,70.92913,96.124306,52.98639,3.0667224,89.969444,535.4242,147.42192,87.3897,69.491875,22.945696,53.030315,63.788982,49.0553,896.69745,167.36766,3962.5786,38.073357,3771.37,78.23625,444.94116,2453.0686,74.993164,9.699936,1691.1162,1823.7334,5644.0273,164.32117 +2023-06-28 05:00:00,0.0,15747.055,151.92421,19.545835,34.586964,22.495417,173.98045,24.889542,35.01751,19.910053,23.117895,599.0644,509.3087,10.736522,126.85784,15.161902,1.7311274,23.233967,25.48926,2.5384552,353.13297,0.9401009,311.66953,51.597443,0.38269684,2.865626,108.536606,23.875214,83.86127,139.00757,16595.58,0.65987456,1529.5852,1.1845034,0.72648567,0.39436772,2.462878,164.30145,220.32323,29.775164,221.88785,24.070366,31.177881,1339.0242,4.0356355,158.45105,124.73272,350.9694,133.70816,379.5964,19.631464,309.73212,0.0,2898.787,15316.453,22.45057,341.19287,127.963036,44331.023,137.75287,18.695341,133.6097,260.0457,52.1894,18.430937,195.63033,1975.4084,331.2093,120.02473,15.4081335,12.441673,524.6916,56.4891,1616.7744,138.17236,2150.2664,256.73468,335.19635,105.18495,323.1889,8.561742,14.536852,31.522364,4.679696,4.3597965,62.59904,55.30652,69.09076,15.287798,23.330166,289.20547,8.425055,3003.0725,115.026,55.13507,132.99843,116.400444,215.43912,147.73256,83.43056,32.84441,45.71187,117.638695,320.51257,772.48083,148.33218,485.57898,95.087036,98.55784,300.09558,278.40665,962.47833,334.79907,3.840566,16.99823,10.171505,49.27733,15658.878,5.4060555,13.215815,22.780186,51.159237,575.19135,95.00269,204.14948,3.4220798,251.30695,562.8343,363.84985,121.39232,337.4563,29.75699,64.941925,277.74274,14.077251,1.9475205,12.6013975,2122.0786,0.18764424,0.5915041,59.773743,5.69754,4.0378656,6.8094673,11.886546,153.50882,53.006233,120.79581,811.8406,208.01894,1900.1708,1754.9261,13.685035,24.868462,12987.089,8.688973,58.42546,539.49365,95.57167,148.71799,65.27392,335.0411,971.2801,391.45456,12.315228,75.718056,1020.14764,1924.0698,39.176346,545.9787,38.92719,1.037152,59.3234,1.1021789,0.6473827,2.9279218,30.601086,113.039925,283.96957,16.755537,3521.2397,258.62952,92.89421,141.31718,71.011055,96.13351,53.041737,3.0680697,90.061806,536.0582,147.6279,87.51273,69.58088,22.940245,53.092896,63.876644,49.065845,896.5827,167.42099,3964.346,38.0716,3771.241,78.24925,444.8254,2453.9277,75.027054,9.695035,1690.5383,1822.2075,5641.976,164.04825 +2023-06-28 06:00:00,0.0,15756.907,152.03175,19.547712,34.606472,22.484167,173.95715,24.885473,35.000736,19.907646,23.115389,598.86505,509.19638,10.730439,126.91836,15.172852,1.7280937,23.229906,25.454361,2.5196235,353.0455,0.93183076,311.6302,51.56767,0.38207853,2.8637502,108.52821,23.856411,83.715744,138.97308,16607.3,0.6597869,1529.1735,1.1836104,0.7258018,0.3940392,2.4591591,164.23663,220.23564,29.764713,221.71042,24.06454,31.209442,1339.9382,4.0340548,158.5691,124.79679,350.78607,133.84685,379.60504,19.625229,310.08603,0.0,2895.8838,15318.462,22.44611,341.49945,127.941765,44339.25,137.66531,18.69616,133.73059,260.29257,52.115574,18.400774,195.85973,1977.2601,331.5224,120.1467,15.410843,12.433948,523.71136,56.501564,1618.5975,138.26083,2150.1528,256.9237,335.4349,105.082436,323.55008,8.558007,14.5304165,31.498028,4.675215,4.352992,62.606327,55.283432,69.04996,15.282426,23.336115,289.3151,8.421557,3001.962,115.098495,55.077084,133.07501,116.47041,215.39029,147.7783,83.416664,32.855465,45.73903,117.72767,320.49203,773.35345,148.39813,485.73984,95.13437,98.58704,300.19427,278.47147,962.27576,334.99835,3.8387291,16.999376,10.173921,49.16593,15658.467,5.402,13.204945,22.765556,51.18243,575.45404,95.02056,204.25957,3.419318,251.35834,562.9569,363.97995,121.43084,337.4276,29.739723,64.94108,277.66,14.070599,1.9462649,12.597616,2122.5854,0.18738642,0.59082496,59.73997,5.689048,4.0358076,6.8014817,11.873524,153.41403,52.97573,120.77,811.41156,208.02272,1899.9064,1754.7263,13.676453,24.86632,12982.034,8.688273,58.422222,539.6993,95.565,148.66959,65.263855,334.94,970.915,391.5457,12.31756,75.708336,1020.4879,1923.6139,39.174828,545.8944,38.89979,1.0373071,59.329082,1.102412,0.6476863,2.9293563,30.598177,113.031265,283.95062,16.76411,3521.4795,258.72708,92.943054,141.42813,71.09298,96.14271,53.097084,3.0694168,90.15417,536.69226,147.83388,87.63577,69.66989,22.934792,53.155476,63.964306,49.076393,896.4679,167.47432,3966.1133,38.06985,3771.1116,78.26225,444.70966,2454.7869,75.06094,9.690133,1689.9606,1820.6816,5639.925,163.77533 +2023-06-28 07:00:00,0.0,15766.759,152.1393,19.549587,34.62598,22.472918,173.93385,24.881403,34.983963,19.905241,23.112883,598.6658,509.08408,10.724357,126.978874,15.183802,1.7250601,23.225847,25.41946,2.500792,352.958,0.92356056,311.59088,51.53789,0.3814602,2.8618746,108.51982,23.837606,83.57022,138.9386,16619.02,0.6596992,1528.7617,1.1827174,0.725118,0.3937107,2.4554403,164.17181,220.14807,29.754261,221.53299,24.058714,31.241003,1340.8524,4.0324736,158.68715,124.86086,350.60278,133.98552,379.61365,19.618994,310.4399,0.0,2892.9805,15320.472,22.441648,341.80603,127.920494,44347.48,137.57774,18.696976,133.85149,260.53943,52.04175,18.370611,196.08913,1979.1118,331.8355,120.26867,15.413552,12.426222,522.7312,56.514027,1620.4207,138.3493,2150.0393,257.11273,335.6735,104.97993,323.91122,8.554273,14.523982,31.473692,4.670734,4.3461876,62.61361,55.260345,69.009155,15.277053,23.342064,289.42468,8.418061,3000.8513,115.171,55.019096,133.15158,116.54038,215.34145,147.82407,83.40278,32.866516,45.766193,117.81664,320.4715,774.2261,148.46407,485.90067,95.1817,98.61624,300.29297,278.5363,962.07324,335.19766,3.8368924,17.00052,10.176335,49.054535,15658.055,5.3979445,13.194076,22.750927,51.20562,575.71674,95.03843,204.36967,3.4165561,251.40973,563.07947,364.11005,121.46937,337.39893,29.722454,64.94024,277.57727,14.063945,1.9450092,12.593834,2123.0923,0.1871286,0.59014577,59.7062,5.680556,4.03375,6.793496,11.860501,153.31924,52.94523,120.74418,810.98254,208.0265,1899.6421,1754.5266,13.66787,24.86418,12976.9795,8.687574,58.41898,539.9049,95.558334,148.62119,65.2538,334.8389,970.54987,391.63678,12.319891,75.69861,1020.8281,1923.158,39.17331,545.8102,38.872395,1.0374624,59.334763,1.1026449,0.6479899,2.9307911,30.595268,113.02261,283.93167,16.772686,3521.719,258.82465,92.9919,141.53906,71.174904,96.15191,53.15243,3.070764,90.24653,537.3263,148.03986,87.75881,69.758896,22.92934,53.218056,64.05196,49.086937,896.35315,167.52765,3967.8806,38.0681,3770.9824,78.275246,444.5939,2455.646,75.09483,9.685232,1689.3827,1819.1558,5637.874,163.5024 +2023-06-28 08:00:00,0.0,15776.611,152.24684,19.551464,34.645493,22.461666,173.91057,24.877335,34.967194,19.902834,23.110374,598.46643,508.97177,10.718274,127.03939,15.194751,1.7220265,23.221786,25.384562,2.4819605,352.8705,0.9152904,311.55154,51.508118,0.38084188,2.859999,108.51143,23.818804,83.4247,138.90411,16630.74,0.6596115,1528.35,1.1818244,0.7244341,0.3933822,2.4517212,164.107,220.06049,29.74381,221.35556,24.052887,31.272564,1341.7665,4.0308924,158.80519,124.924934,350.4195,134.1242,379.62228,19.612759,310.79382,0.0,2890.0771,15322.48,22.43719,342.1126,127.89923,44355.71,137.49019,18.697794,133.97238,260.78632,51.967926,18.340448,196.31851,1980.9635,332.14862,120.39065,15.416261,12.418496,521.75104,56.52649,1622.2437,138.43779,2149.926,257.30176,335.91205,104.87741,324.27237,8.550537,14.517547,31.449354,4.6662526,4.339383,62.620895,55.23726,68.96836,15.271681,23.348015,289.5343,8.414564,2999.7407,115.24349,54.961113,133.22816,116.61036,215.2926,147.86981,83.388885,32.87757,45.793354,117.90562,320.45096,775.09875,148.53,486.0615,95.22903,98.64544,300.39166,278.6011,961.8707,335.39697,3.8350556,17.001667,10.178751,48.94314,15657.644,5.393889,13.183206,22.736298,51.228813,575.9794,95.0563,204.47978,3.4137943,251.4611,563.202,364.24014,121.50789,337.3702,29.705185,64.93939,277.49457,14.057292,1.9437537,12.590053,2123.5994,0.18687078,0.58946663,59.67243,5.6720634,4.0316925,6.7855105,11.847479,153.22447,52.914722,120.71836,810.5536,208.0303,1899.3778,1754.3268,13.659287,24.862038,12971.925,8.686874,58.41574,540.11053,95.55167,148.57278,65.243744,334.73776,970.18475,391.7279,12.322223,75.68889,1021.16833,1922.7019,39.171795,545.7259,38.845,1.0376174,59.340443,1.1028779,0.64829355,2.9322257,30.592361,113.013954,283.91272,16.78126,3521.9587,258.9222,93.04074,141.65,71.25683,96.16111,53.20778,3.0721114,90.33889,537.9603,148.24585,87.88184,69.84791,22.92389,53.280632,64.13963,49.097485,896.2384,167.581,3969.6477,38.066345,3770.8533,78.288246,444.47815,2456.5051,75.128716,9.68033,1688.8049,1817.6299,5635.8228,163.22948 +2023-06-28 09:00:00,0.0,15786.463,152.35439,19.55334,34.665,22.450417,173.88727,24.873264,34.950424,19.900429,23.107868,598.2671,508.85947,10.712193,127.099915,15.2057,1.718993,23.217726,25.34966,2.463129,352.78302,0.9070203,311.5122,51.478344,0.38022354,2.8581233,108.50304,23.800001,83.27917,138.86963,16642.459,0.65952384,1527.9382,1.1809314,0.72375023,0.39305365,2.4480023,164.04216,219.97292,29.73336,221.17813,24.047062,31.304123,1342.6805,4.029311,158.92323,124.98901,350.2362,134.2629,379.63092,19.606525,311.1477,0.0,2887.174,15324.489,22.432728,342.41916,127.87796,44363.938,137.40262,18.69861,134.09326,261.03317,51.894104,18.310286,196.54791,1982.8152,332.46173,120.51262,15.41897,12.41077,520.7708,56.53895,1624.0668,138.52626,2149.8125,257.4908,336.1506,104.7749,324.63354,8.5468025,14.511111,31.425018,4.661772,4.3325787,62.628178,55.214172,68.92756,15.266308,23.353964,289.64392,8.411067,2998.6304,115.31599,54.903126,133.30475,116.68033,215.24376,147.91556,83.375,32.888622,45.820515,117.99459,320.4304,775.9714,148.59593,486.22235,95.27636,98.67464,300.49036,278.66592,961.6682,335.59625,3.8332188,17.002813,10.181167,48.831738,15657.231,5.389833,13.172337,22.721668,51.252007,576.24207,95.07417,204.58987,3.4110324,251.5125,563.32465,364.37024,121.54641,337.34152,29.687918,64.938545,277.41183,14.050638,1.9424981,12.586271,2124.1062,0.18661296,0.58878744,59.63866,5.6635714,4.0296345,6.777525,11.834456,153.12968,52.88422,120.69254,810.12463,208.03409,1899.1135,1754.1271,13.650704,24.859896,12966.87,8.686175,58.4125,540.3161,95.545,148.52438,65.23368,334.63666,969.81964,391.819,12.3245535,75.67917,1021.50854,1922.246,39.170277,545.64166,38.817604,1.0377725,59.346123,1.1031109,0.6485971,2.9336603,30.589453,113.0053,283.89377,16.789833,3522.1985,259.01978,93.089584,141.76094,71.33875,96.17031,53.263126,3.0734584,90.43125,538.59436,148.45183,88.00488,69.93691,22.918438,53.343212,64.227295,49.108032,896.1236,167.63432,3971.415,38.064594,3770.724,78.30124,444.3624,2457.3645,75.162605,9.675429,1688.227,1816.104,5633.7715,162.95656 +2023-06-28 10:00:00,0.0,15796.315,152.46194,19.555216,34.684513,22.439167,173.86397,24.869196,34.93365,19.898022,23.10536,598.06775,508.74713,10.70611,127.16043,15.21665,1.7159593,23.213665,25.314762,2.4442976,352.69553,0.89875007,311.4729,51.44857,0.37960523,2.8562474,108.494644,23.781197,83.133644,138.83514,16654.178,0.65943617,1527.5266,1.1800385,0.7230664,0.39272514,2.444283,163.97734,219.88533,29.722908,221.0007,24.041235,31.335684,1343.5946,4.0277305,159.04129,125.053085,350.05292,134.40158,379.63953,19.60029,311.50162,0.0,2884.2708,15326.498,22.428268,342.72574,127.85669,44372.168,137.31506,18.699429,134.21416,261.28006,51.820282,18.280123,196.77731,1984.6669,332.77484,120.63459,15.421679,12.403044,519.79065,56.551414,1625.8899,138.61473,2149.6992,257.67984,336.3892,104.67239,324.9947,8.543067,14.504676,31.400682,4.657291,4.325774,62.635464,55.191086,68.88676,15.260936,23.359913,289.7535,8.407571,2997.5198,115.38849,54.84514,133.38133,116.7503,215.19492,147.9613,83.361115,32.899677,45.847675,118.08357,320.40985,776.844,148.66188,486.38318,95.32369,98.703835,300.58902,278.73077,961.4657,335.79556,3.8313818,17.00396,10.183581,48.72034,15656.82,5.3857775,13.161467,22.707039,51.275196,576.50476,95.09204,204.69998,3.4082706,251.56389,563.4472,364.50034,121.58493,337.3128,29.670649,64.937706,277.3291,14.043985,1.9412426,12.58249,2124.613,0.18635514,0.5881083,59.60489,5.6550794,4.027577,6.76954,11.821434,153.0349,52.853718,120.666725,809.6956,208.03787,1898.8491,1753.9272,13.642122,24.857756,12961.815,8.685475,58.40926,540.5217,95.53833,148.47598,65.223625,334.53555,969.4545,391.91013,12.326885,75.66944,1021.84875,1921.7899,39.16876,545.5574,38.790207,1.0379277,59.351803,1.1033438,0.64890075,2.935095,30.586546,112.99664,283.87482,16.798407,3522.438,259.11734,93.13842,141.87187,71.42068,96.17951,53.318474,3.0748057,90.52361,539.2284,148.6578,88.12792,70.025925,22.912987,53.405792,64.31496,49.118576,896.00885,167.68765,3973.1824,38.062843,3770.5947,78.31424,444.24667,2458.2236,75.196495,9.670527,1687.6492,1814.578,5631.72,162.68362 +2023-06-28 11:00:00,0.0,15806.167,152.56949,19.557093,34.70402,22.427917,173.84067,24.865126,34.916878,19.895615,23.102854,597.8684,508.63483,10.700027,127.22095,15.227599,1.7129257,23.209604,25.279861,2.4254658,352.60806,0.8904799,311.43356,51.418797,0.3789869,2.8543718,108.48625,23.762394,82.98812,138.80066,16665.898,0.6593485,1527.1149,1.1791456,0.7223825,0.39239663,2.4405642,163.91252,219.79776,29.712458,220.82326,24.035408,31.367245,1344.5087,4.0261493,159.15933,125.11716,349.8696,134.54027,379.64816,19.594055,311.8555,0.0,2881.3677,15328.507,22.423807,343.03232,127.83542,44380.4,137.2275,18.700245,134.33505,261.52692,51.746456,18.24996,197.00671,1986.5186,333.08792,120.75657,15.424388,12.395318,518.8105,56.563877,1627.713,138.7032,2149.5857,257.86887,336.62775,104.56988,325.35583,8.539332,14.498241,31.376347,4.6528096,4.31897,62.642746,55.168003,68.845955,15.255563,23.365864,289.86313,8.404074,2996.4092,115.46098,54.78715,133.45792,116.82027,215.14607,148.00705,83.34722,32.910732,45.87484,118.17255,320.3893,777.7166,148.72781,486.54404,95.371025,98.73303,300.6877,278.7956,961.2632,335.99484,3.829545,17.005104,10.185997,48.608944,15656.408,5.381722,13.150598,22.692408,51.29839,576.7674,95.10991,204.81009,3.4055088,251.61528,563.56976,364.63043,121.62346,337.28412,29.65338,64.93686,277.24637,14.037332,1.939987,12.578709,2125.12,0.18609732,0.5874291,59.571117,5.6465874,4.0255194,6.7615542,11.808412,152.94012,52.82321,120.64091,809.2666,208.04166,1898.5848,1753.7275,13.633539,24.855614,12956.761,8.684776,58.406017,540.72736,95.53167,148.42758,65.21356,334.43445,969.0894,392.00122,12.329217,75.65972,1022.18896,1921.334,39.16724,545.47314,38.762814,1.0380828,59.357483,1.1035768,0.6492044,2.9365296,30.583637,112.98799,283.85587,16.806982,3522.6777,259.21494,93.18726,141.98282,71.5026,96.18871,53.37382,3.076153,90.615974,539.8624,148.86378,88.25095,70.11493,22.907536,53.468372,64.40262,49.129124,895.8941,167.741,3974.9497,38.06109,3770.4656,78.32723,444.13092,2459.0828,75.230385,9.665627,1687.0714,1813.0521,5629.669,162.4107 +2023-06-28 12:00:00,0.0,15816.02,152.67703,19.55897,34.72353,22.416666,173.81737,24.861057,34.90011,19.89321,23.100346,597.6691,508.52252,10.693945,127.28146,15.238548,1.709892,23.205544,25.24496,2.4066343,352.52057,0.8822098,311.39426,51.389023,0.3783686,2.8524961,108.47786,23.74359,82.8426,138.76617,16677.617,0.6592608,1526.7031,1.1782526,0.72169864,0.39206812,2.4368453,163.8477,219.71017,29.702005,220.64583,24.029581,31.398806,1345.4227,4.024568,159.27737,125.18123,349.68634,134.67896,379.6568,19.58782,312.2094,0.0,2878.4644,15330.516,22.419348,343.3389,127.81415,44388.63,137.13994,18.701061,134.45595,261.7738,51.672634,18.219797,197.23611,1988.3702,333.40103,120.87854,15.427096,12.387592,517.8303,56.57634,1629.5361,138.79167,2149.4722,258.05792,336.86633,104.46737,325.717,8.535597,14.491806,31.35201,4.648329,4.3121657,62.650032,55.14492,68.80515,15.250191,23.371813,289.97275,8.400577,2995.2986,115.53348,54.729168,133.5345,116.89024,215.09723,148.0528,83.333336,32.921783,45.902,118.26152,320.36877,778.5893,148.79375,486.70486,95.41835,98.76223,300.7864,278.8604,961.0606,336.19415,3.8277082,17.00625,10.188413,48.497547,15655.997,5.3776665,13.139728,22.677778,51.321583,577.0301,95.127785,204.92018,3.4027472,251.66667,563.6924,364.76053,121.66198,337.2554,29.636112,64.93601,277.16364,14.030679,1.9387314,12.574926,2125.627,0.1858395,0.58675,59.537346,5.6380954,4.023462,6.7535686,11.795389,152.84534,52.79271,120.6151,808.83765,208.04544,1898.3206,1753.5277,13.624957,24.853474,12951.706,8.684076,58.40278,540.933,95.525,148.37917,65.20351,334.33334,968.7243,392.09235,12.331548,75.65,1022.5292,1920.8779,39.16572,545.38885,38.735416,1.038238,59.363167,1.1038098,0.649508,2.9379644,30.580729,112.97933,283.8369,16.815556,3522.9175,259.3125,93.23611,142.09375,71.584526,96.197914,53.429165,3.0775,90.708336,540.49646,149.06976,88.37399,70.20394,22.902084,53.530952,64.49028,49.13967,895.7793,167.79433,3976.717,38.059338,3770.3364,78.34023,444.01517,2459.942,75.264275,9.660725,1686.4935,1811.5262,5627.6177,162.13779 +2023-06-28 13:00:00,0.0,15825.871,152.78458,19.560844,34.743042,22.405416,173.79407,24.856987,34.88334,19.890802,23.09784,597.4698,508.41022,10.687862,127.34198,15.249498,1.7068584,23.201485,25.210062,2.3878028,352.43307,0.8739396,311.35492,51.35925,0.37775025,2.8506205,108.46947,23.724787,82.69707,138.73167,16689.336,0.65917313,1526.2914,1.1773596,0.72101474,0.3917396,2.4331262,163.78288,219.6226,29.691555,220.4684,24.023756,31.430365,1346.3368,4.0229874,159.39542,125.2453,349.50302,134.81763,379.6654,19.581585,312.5633,0.0,2875.561,15332.524,22.414886,343.64548,127.79288,44396.855,137.05237,18.70188,134.57684,262.02066,51.59881,18.189634,197.46552,1990.2219,333.71414,121.00051,15.429806,12.379867,516.8501,56.588802,1631.3593,138.88014,2149.359,258.24695,337.10486,104.36485,326.07816,8.531862,14.485371,31.327675,4.6438475,4.3053613,62.657314,55.121826,68.76436,15.244818,23.377762,290.08234,8.39708,2994.1882,115.60598,54.67118,133.61108,116.96021,215.04839,148.09854,83.31944,32.93284,45.92916,118.350494,320.34824,779.4619,148.85968,486.8657,95.46568,98.791435,300.8851,278.92523,960.8581,336.39343,3.8258715,17.007397,10.190827,48.38615,15655.585,5.373611,13.128859,22.663149,51.344772,577.2928,95.14565,205.03029,3.3999853,251.71805,563.81494,364.89062,121.7005,337.2267,29.618843,64.93517,277.08093,14.024026,1.9374758,12.571145,2126.1338,0.18558168,0.5860708,59.503574,5.6296034,4.021404,6.745583,11.782367,152.75056,52.762207,120.58928,808.4087,208.04924,1898.0562,1753.328,13.616374,24.851332,12946.651,8.683377,58.399536,541.1386,95.51833,148.33076,65.19345,334.2322,968.3592,392.18344,12.333879,75.640274,1022.8694,1920.422,39.164207,545.3046,38.708023,1.0383931,59.368847,1.1040428,0.6498116,2.939399,30.577822,112.97068,283.81796,16.82413,3523.1572,259.41006,93.28495,142.20468,71.66645,96.207115,53.484512,3.0788474,90.8007,541.1305,149.27574,88.497025,70.292946,22.896633,53.593533,64.57794,49.150215,895.66455,167.84766,3978.4841,38.057587,3770.2073,78.35323,443.8994,2460.801,75.29816,9.655824,1685.9158,1810.0004,5625.5664,161.86487 +2023-06-28 14:00:00,0.0,15835.724,152.89212,19.562721,34.76255,22.394167,173.77077,24.852919,34.866566,19.888397,23.095331,597.27045,508.2979,10.68178,127.4025,15.2604475,1.7038248,23.197424,25.175161,2.3689713,352.34558,0.8656694,311.31558,51.329475,0.37713194,2.8487449,108.461075,23.705984,82.551544,138.69719,16701.057,0.65908545,1525.8796,1.1764666,0.7203309,0.39141107,2.4294074,163.71805,219.53503,29.681103,220.29097,24.01793,31.461926,1347.2509,4.021406,159.51347,125.30937,349.3197,134.95631,379.67404,19.57535,312.9172,0.0,2872.6577,15334.534,22.410427,343.95203,127.771614,44405.086,136.96481,18.702696,134.69774,262.26752,51.524986,18.159472,197.6949,1992.0736,334.02725,121.12249,15.432514,12.372141,515.86993,56.601265,1633.1824,138.96861,2149.2454,258.43597,337.34344,104.262344,326.43933,8.528127,14.478935,31.303339,4.6393666,4.298557,62.6646,55.098743,68.72356,15.239445,23.38371,290.19196,8.393583,2993.0776,115.678474,54.613194,133.68765,117.03018,214.99954,148.14429,83.30556,32.943893,45.95632,118.43947,320.32767,780.33453,148.92563,487.02655,95.513016,98.82063,300.9838,278.99008,960.6556,336.59274,3.8240347,17.008543,10.193243,48.274754,15655.174,5.3695555,13.117989,22.64852,51.367966,577.5554,95.16352,205.14038,3.3972235,251.76944,563.9375,365.02072,121.73902,337.198,29.601574,64.934326,276.9982,14.017372,1.9362203,12.567364,2126.6409,0.18532386,0.58539164,59.469807,5.6211114,4.019346,6.7375975,11.769344,152.65578,52.731705,120.56346,807.9797,208.05302,1897.7919,1753.1282,13.607792,24.84919,12941.597,8.682677,58.396294,541.34424,95.511665,148.28236,65.18339,334.1311,967.9941,392.27457,12.33621,75.630554,1023.2096,1919.966,39.16269,545.22034,38.680626,1.0385484,59.374527,1.1042757,0.65011525,2.9408336,30.574913,112.96202,283.799,16.832705,3523.3967,259.50763,93.33379,142.31563,71.748375,96.21632,53.53986,3.0801947,90.89306,541.7645,149.48172,88.62006,70.38196,22.891182,53.65611,64.6656,49.160763,895.5498,167.90099,3980.2515,38.055836,3770.0781,78.36623,443.78366,2461.6602,75.33205,9.650922,1685.3379,1808.4745,5623.515,161.59193 +2023-06-28 15:00:00,0.0,15845.575,152.99966,19.564598,34.78206,22.382917,173.74747,24.848848,34.849792,19.88599,23.092825,597.0711,508.1856,10.675697,127.46301,15.271397,1.7007911,23.193363,25.140263,2.3501399,352.2581,0.8573993,311.27628,51.299698,0.37651363,2.846869,108.45268,23.68718,82.40602,138.6627,16712.775,0.6589978,1525.468,1.1755736,0.71964705,0.39108256,2.4256883,163.65323,219.44745,29.670652,220.11354,24.012102,31.493486,1348.165,4.019825,159.63152,125.37344,349.1364,135.095,379.68268,19.569117,313.2711,0.0,2869.7546,15336.543,22.405966,344.2586,127.75034,44413.316,136.87724,18.703514,134.81862,262.5144,51.45116,18.129309,197.9243,1993.9253,334.34036,121.24446,15.435224,12.364415,514.8898,56.613728,1635.0055,139.05708,2149.132,258.625,337.582,104.159836,326.80048,8.524392,14.4725,31.279003,4.6348853,4.2917523,62.671883,55.07566,68.682755,15.234073,23.389662,290.30157,8.390086,2991.967,115.75098,54.55521,133.76424,117.10015,214.9507,148.19003,83.291664,32.954945,45.983486,118.52844,320.30713,781.20715,148.99156,487.18738,95.56034,98.84983,301.08246,279.0549,960.45306,336.79202,3.822198,17.009687,10.195659,48.163357,15654.763,5.3655,13.10712,22.63389,51.39116,577.8181,95.1814,205.25049,3.3944616,251.82083,564.0601,365.15082,121.77755,337.1693,29.584307,64.93348,276.91547,14.010719,1.9349647,12.563582,2127.1477,0.18506606,0.58471245,59.436035,5.612619,4.0172887,6.729612,11.756322,152.56099,52.7012,120.53764,807.55066,208.05681,1897.5276,1752.9285,13.599209,24.84705,12936.542,8.681978,58.393055,541.54987,95.505,148.23396,65.17333,334.03,967.62897,392.36566,12.338542,75.620834,1023.5498,1919.51,39.16117,545.1361,38.65323,1.0387034,59.380207,1.1045088,0.6504189,2.9422684,30.572004,112.95337,283.78006,16.841278,3523.6365,259.6052,93.38264,142.42656,71.8303,96.22552,53.595207,3.0815418,90.98542,542.39856,149.6877,88.7431,70.47096,22.88573,53.71869,64.753265,49.171307,895.435,167.95433,3982.0188,38.05408,3769.9487,78.37923,443.6679,2462.5193,75.36594,9.646021,1684.7601,1806.9486,5621.464,161.31902 +2023-06-28 16:00:00,0.0,15855.428,153.10721,19.566473,34.80157,22.371666,173.72417,24.84478,34.833023,19.883585,23.090319,596.87177,508.0733,10.669615,127.52354,15.282347,1.6977576,23.189302,25.105362,2.3313081,352.17062,0.8491291,311.23694,51.269924,0.3758953,2.8449934,108.44429,23.668377,82.2605,138.62822,16724.494,0.6589101,1525.0563,1.1746807,0.71896315,0.39075404,2.4219692,163.58841,219.35988,29.6602,219.93611,24.006277,31.525047,1349.0791,4.018244,159.74956,125.437515,348.95312,135.23369,379.69128,19.562881,313.625,0.0,2866.8513,15338.552,22.401505,344.5652,127.72907,44421.543,136.78969,18.70433,134.93951,262.7613,51.37734,18.099146,198.1537,1995.777,334.65347,121.36644,15.437932,12.3566885,513.90955,56.62619,1636.8286,139.14557,2149.0186,258.81406,337.8206,104.05732,327.16162,8.520657,14.466065,31.254667,4.6304045,4.284948,62.67917,55.052574,68.64195,15.2287,23.39561,290.41116,8.38659,2990.8564,115.82347,54.497223,133.84082,117.17013,214.90186,148.23578,83.27778,32.966,46.010647,118.61742,320.2866,782.07983,149.0575,487.34824,95.60767,98.87903,301.18115,279.11972,960.25055,336.99133,3.8203611,17.010834,10.198073,48.05196,15654.351,5.3614445,13.096251,22.61926,51.41435,578.0808,95.199265,205.3606,3.3916998,251.87222,564.1827,365.2809,121.81607,337.1406,29.567038,64.93264,276.83273,14.0040655,1.933709,12.559801,2127.6545,0.18480824,0.58403325,59.402264,5.604127,4.0152307,6.7216263,11.7432995,152.46622,52.670696,120.511826,807.12164,208.0606,1897.2633,1752.7286,13.590627,24.844908,12931.487,8.681279,58.389812,541.75543,95.49834,148.18556,65.16328,333.9289,967.26385,392.4568,12.340874,75.61111,1023.89,1919.0541,39.159653,545.0518,38.625835,1.0388585,59.385887,1.1047417,0.6507225,2.943703,30.569098,112.94471,283.7611,16.849852,3523.8762,259.70276,93.43148,142.5375,71.912224,96.234726,53.650555,3.082889,91.077774,543.0326,149.89369,88.866135,70.559975,22.880278,53.78127,64.84093,49.181854,895.32025,168.00766,3983.7861,38.05233,3769.8196,78.39222,443.55215,2463.3784,75.399826,9.641119,1684.1823,1805.4227,5619.4126,161.0461 +2023-06-28 17:00:00,0.0,15865.279,153.21475,19.56835,34.82108,22.360416,173.70087,24.84071,34.816254,19.881178,23.08781,596.6725,507.96097,10.663533,127.58405,15.293296,1.694724,23.185242,25.070463,2.3124766,352.08313,0.84085894,311.19763,51.24015,0.37527698,2.8431177,108.4359,23.649572,82.114975,138.59373,16736.215,0.6588224,1524.6445,1.1737877,0.7182793,0.39042553,2.4182503,163.52359,219.2723,29.64975,219.75868,24.00045,31.556606,1349.9932,4.016663,159.8676,125.501595,348.76984,135.37238,379.69992,19.556646,313.97888,0.0,2863.9482,15340.561,22.397045,344.87177,127.7078,44429.773,136.70212,18.705149,135.06041,263.00815,51.303513,18.068983,198.3831,1997.6287,334.96658,121.48841,15.440641,12.348963,512.9294,56.638657,1638.6517,139.23404,2148.9053,259.00308,338.05914,103.95481,327.5228,8.516922,14.45963,31.23033,4.625923,4.2781434,62.686455,55.029488,68.60116,15.223328,23.40156,290.52078,8.383093,2989.746,115.895966,54.439236,133.9174,117.2401,214.85301,148.28154,83.263885,32.977055,46.037807,118.70639,320.26605,782.95245,149.12344,487.50906,95.65501,98.908226,301.27985,279.18454,960.04803,337.1906,3.8185244,17.01198,10.200489,47.940563,15653.939,5.3573885,13.085381,22.604631,51.437542,578.34344,95.21713,205.47069,3.388938,251.92361,564.30524,365.411,121.85459,337.1119,29.549768,64.93179,276.75,13.997413,1.9324535,12.556019,2128.1614,0.18455042,0.5833541,59.368492,5.595635,4.013173,6.7136407,11.730277,152.37143,52.640194,120.48601,806.6926,208.06439,1896.9989,1752.5289,13.582044,24.842766,12926.433,8.680579,58.386574,541.96106,95.49167,148.13716,65.15321,333.8278,966.89874,392.5479,12.3432045,75.60139,1024.2302,1918.598,39.15814,544.9676,38.59844,1.0390137,59.39157,1.1049746,0.65102607,2.9451375,30.566189,112.93606,283.74216,16.858425,3524.1157,259.80032,93.48032,142.64844,71.99415,96.24393,53.705902,3.0842364,91.170135,543.6666,150.09967,88.989174,70.64898,22.874826,53.84385,64.92859,49.1924,895.20544,168.06099,3985.5535,38.05058,3769.6904,78.40522,443.4364,2464.2378,75.433716,9.636218,1683.6045,1803.8969,5617.3613,160.77318 +2023-06-28 18:00:00,0.0,15875.132,153.3223,19.570225,34.84059,22.349167,173.67757,24.836641,34.79948,19.87877,23.085304,596.47314,507.84866,10.657451,127.64457,15.304245,1.6916903,23.181183,25.035563,2.2936451,351.99564,0.8325888,311.1583,51.210377,0.37465864,2.841242,108.427505,23.63077,81.969444,138.55925,16747.934,0.65873474,1524.2328,1.1728947,0.71759546,0.39009702,2.4145312,163.45876,219.18472,29.639297,219.58125,23.994623,31.588167,1350.9072,4.015082,159.98566,125.56567,348.58655,135.51105,379.70856,19.550411,314.3328,0.0,2861.045,15342.569,22.392584,345.17834,127.68653,44438.004,136.61456,18.705965,135.1813,263.255,51.22969,18.03882,198.6125,1999.4803,335.2797,121.61038,15.44335,12.341237,511.94922,56.65112,1640.4749,139.32251,2148.7917,259.1921,338.2977,103.852295,327.88394,8.513186,14.453195,31.205994,4.6214423,4.271339,62.693737,55.0064,68.560356,15.217955,23.40751,290.63037,8.379596,2988.6355,115.96847,54.38125,133.99399,117.31007,214.80417,148.32729,83.25,32.988106,46.064972,118.795364,320.24548,783.8251,149.18938,487.6699,95.70234,98.93742,301.37854,279.2494,959.84546,337.38992,3.8166876,17.013126,10.202905,47.829166,15653.527,5.353333,13.074512,22.59,51.460735,578.60614,95.235,205.5808,3.386176,251.975,564.42786,365.5411,121.89311,337.0832,29.532501,64.93095,276.6673,13.990759,1.9311979,12.5522375,2128.6685,0.1842926,0.5826749,59.334724,5.587143,4.0111156,6.705655,11.717255,152.27666,52.609688,120.4602,806.2637,208.06818,1896.7346,1752.3291,13.573462,24.840626,12921.377,8.67988,58.38333,542.1667,95.485,148.08876,65.14316,333.72665,966.5336,392.639,12.345536,75.59167,1024.5704,1918.1421,39.15662,544.8833,38.57104,1.0391688,59.39725,1.1052077,0.6513297,2.9465723,30.563282,112.9274,283.7232,16.867,3524.3555,259.89792,93.52917,142.75937,72.07607,96.25313,53.76125,3.0855834,91.2625,544.30066,150.30565,89.11221,70.73799,22.869375,53.90643,65.01625,49.202946,895.0907,168.11432,3987.3206,38.048824,3769.5613,78.41821,443.32065,2465.097,75.467606,9.631316,1683.0266,1802.3708,5615.3105,160.50024 +2023-06-28 19:00:00,0.0,15884.983,153.42984,19.572102,34.8601,22.337917,173.65427,24.832571,34.782707,19.876366,23.082796,596.2738,507.73636,10.651368,127.705086,15.315195,1.6886567,23.177122,25.000664,2.2748137,351.90814,0.82431865,311.11896,51.180603,0.37404034,2.8393662,108.41911,23.611967,81.82392,138.52477,16759.652,0.65864706,1523.821,1.1720017,0.71691155,0.3897685,2.4108124,163.39394,219.09714,29.628847,219.40382,23.988796,31.619728,1351.8213,4.0135007,160.1037,125.62974,348.40326,135.64973,379.71716,19.544176,314.68668,0.0,2858.1416,15344.578,22.388124,345.48492,127.66527,44446.234,136.527,18.706783,135.3022,263.5019,51.15587,18.008657,198.8419,2001.332,335.5928,121.73236,15.446059,12.333511,510.96902,56.66358,1642.298,139.41098,2148.6782,259.38116,338.5363,103.74979,328.24512,8.509452,14.446759,31.181658,4.6169615,4.264535,62.701023,54.983315,68.519554,15.212583,23.41346,290.74,8.3761,2987.525,116.04096,54.323265,134.07057,117.380035,214.75533,148.37303,83.236115,32.99916,46.092133,118.88434,320.22495,784.6977,149.25531,487.83075,95.749664,98.96662,301.47723,279.3142,959.64294,337.5892,3.8148506,17.01427,10.205319,47.71777,15653.116,5.3492775,13.063642,22.57537,51.483925,578.8688,95.25288,205.6909,3.3834143,252.02638,564.5504,365.67117,121.93163,337.0545,29.515232,64.93011,276.58456,13.984106,1.9299424,12.548456,2129.1753,0.18403478,0.5819958,59.300953,5.578651,4.009058,6.6976695,11.704232,152.18187,52.579185,120.43438,805.8347,208.07196,1896.4703,1752.1294,13.564878,24.838484,12916.322,8.67918,58.380093,542.3723,95.47833,148.04036,65.133095,333.62555,966.1685,392.73013,12.347867,75.58194,1024.9106,1917.686,39.1551,544.7991,38.543648,1.039324,59.40293,1.1054406,0.6516333,2.9480069,30.560373,112.91875,283.70425,16.875574,3524.5952,259.99548,93.57801,142.87032,72.158,96.26233,53.816597,3.0869308,91.35486,544.9347,150.51163,89.235245,70.826996,22.863924,53.969006,65.10391,49.213493,894.97595,168.16766,3989.088,38.047073,3769.432,78.43121,443.2049,2465.956,75.50149,9.626415,1682.4489,1800.845,5613.2593,160.22733 +2023-06-28 20:00:00,0.0,15894.836,153.53738,19.573978,34.87961,22.326666,173.63097,24.828503,34.765938,19.873959,23.08029,596.07446,507.62405,10.645286,127.7656,15.326144,1.685623,23.173061,24.965763,2.2559822,351.82065,0.81604844,311.07965,51.15083,0.373422,2.8374906,108.41072,23.593163,81.6784,138.49028,16771.373,0.6585594,1523.4094,1.1711087,0.7162277,0.38943997,2.4070933,163.32912,219.00957,29.618397,219.2264,23.982971,31.651289,1352.7354,4.0119195,160.22174,125.69381,348.21997,135.78842,379.7258,19.537941,315.0406,0.0,2855.2383,15346.587,22.383663,345.79147,127.644,44454.46,136.43944,18.7076,135.4231,263.74878,51.082043,17.978495,199.07129,2003.1837,335.9059,121.85433,15.448768,12.325786,509.98883,56.676044,1644.1211,139.49945,2148.565,259.5702,338.77484,103.64728,328.60626,8.505716,14.440325,31.157322,4.61248,4.2577305,62.708305,54.960228,68.47875,15.20721,23.419409,290.8496,8.372602,2986.4143,116.113464,54.265278,134.14716,117.45001,214.70648,148.41878,83.22222,33.010212,46.119293,118.97331,320.2044,785.5704,149.32124,487.99158,95.797,98.99583,301.5759,279.37903,959.4404,337.7885,3.8130138,17.015417,10.207735,47.606373,15652.704,5.345222,13.0527725,22.560741,51.50712,579.1315,95.270744,205.801,3.3806524,252.07777,564.673,365.80127,121.97016,337.0258,29.497963,64.92926,276.50183,13.977452,1.9286867,12.544675,2129.6821,0.18377696,0.5813166,59.26718,5.570159,4.007,6.689684,11.69121,152.08708,52.548683,120.40856,805.4057,208.07574,1896.206,1751.9296,13.556296,24.836344,12911.268,8.678481,58.37685,542.57794,95.471664,147.99194,65.12304,333.52444,965.8034,392.82123,12.350199,75.57222,1025.2509,1917.2301,39.153584,544.7148,38.51625,1.0394791,59.40861,1.1056736,0.65193695,2.9494417,30.557465,112.91009,283.6853,16.884148,3524.8347,260.09305,93.62685,142.98125,72.23992,96.27153,53.871944,3.088278,91.44722,545.5687,150.7176,89.358284,70.91601,22.858473,54.031586,65.191574,49.224037,894.86115,168.221,3990.8552,38.045322,3769.3027,78.444214,443.08914,2466.8152,75.53538,9.621513,1681.871,1799.3191,5611.208,159.9544 +2023-06-28 21:00:00,0.0,15904.6875,153.64493,19.575853,34.89912,22.315416,173.60767,24.824432,34.74917,19.871553,23.077782,595.8751,507.51175,10.639203,127.82612,15.337094,1.6825895,23.169,24.930864,2.2371504,351.7332,0.8077783,311.0403,51.121056,0.3728037,2.835615,108.40233,23.57436,81.532875,138.4558,16783.092,0.6584717,1522.9977,1.1702157,0.71554387,0.38911146,2.4033742,163.2643,218.92198,29.607944,219.04897,23.977144,31.682848,1353.6494,4.010339,160.33978,125.75788,348.03665,135.92711,379.73444,19.531708,315.39447,0.0,2852.3352,15348.596,22.379204,346.09805,127.62273,44462.69,136.35188,18.708418,135.54398,263.99564,51.00822,17.948332,199.30069,2005.0354,336.21902,121.9763,15.451477,12.318059,509.00867,56.688507,1645.9442,139.58792,2148.4514,259.75922,339.01343,103.54476,328.9674,8.501982,14.433889,31.132986,4.6079993,4.250926,62.71559,54.93714,68.43795,15.201838,23.42536,290.9592,8.369105,2985.304,116.18596,54.20729,134.22372,117.51998,214.65764,148.46452,83.208336,33.021267,46.146454,119.062294,320.18387,786.443,149.38719,488.15244,95.84433,99.025024,301.6746,279.44385,959.2379,337.9878,3.811177,17.016563,10.210151,47.494976,15652.293,5.3411665,13.041903,22.546112,51.530308,579.39417,95.28861,205.9111,3.3778906,252.12917,564.7956,365.93137,122.00868,336.9971,29.480694,64.92842,276.4191,13.970799,1.9274312,12.540894,2130.1892,0.18351914,0.58063745,59.23341,5.561667,4.0049424,6.681699,11.678187,151.99231,52.518177,120.382744,804.9767,208.07954,1895.9417,1751.7299,13.547713,24.834202,12906.213,8.677781,58.37361,542.78357,95.465004,147.94354,65.11298,333.42334,965.4383,392.91235,12.3525305,75.5625,1025.5911,1916.774,39.152065,544.63055,38.488853,1.0396343,59.41429,1.1059066,0.6522406,2.9508762,30.554558,112.901436,283.66635,16.892723,3525.0745,260.1906,93.67569,143.0922,72.321846,96.28073,53.92729,3.0896251,91.53958,546.20276,150.92358,89.48132,71.00501,22.853022,54.094166,65.279236,49.234585,894.7464,168.27432,3992.6226,38.043568,3769.1736,78.45721,442.9734,2467.6743,75.56927,9.616612,1681.2932,1797.7932,5609.1567,159.68147 +2023-06-28 22:00:00,0.0,15914.54,153.75247,19.57773,34.91863,22.304167,173.58437,24.820364,34.732395,19.869146,23.075275,595.6758,507.39944,10.633121,127.886635,15.348043,1.6795559,23.16494,24.895964,2.218319,351.6457,0.79950815,311.001,51.09128,0.37218535,2.8337393,108.393936,23.555555,81.38735,138.4213,16794.81,0.658384,1522.5859,1.1693228,0.71485996,0.38878295,2.3996553,163.19946,218.83441,29.597494,218.87152,23.971317,31.714409,1354.5635,4.0087576,160.45784,125.82195,347.85336,136.0658,379.74304,19.525473,315.74838,0.0,2849.4321,15350.605,22.374743,346.40463,127.601456,44470.92,136.26431,18.709234,135.66487,264.2425,50.934395,17.918169,199.53009,2006.8871,336.5321,122.09828,15.4541855,12.310333,508.02847,56.70097,1647.7673,139.67639,2148.3381,259.94827,339.25195,103.44225,329.32858,8.498246,14.427454,31.10865,4.603518,4.2441216,62.722874,54.91406,68.397156,15.196465,23.431309,291.06882,8.365609,2984.1934,116.25845,54.149307,134.30031,117.58995,214.6088,148.51027,83.19444,33.032322,46.17362,119.15127,320.16333,787.3156,149.45312,488.31326,95.89166,99.05422,301.7733,279.50867,959.0354,338.1871,3.8093402,17.01771,10.212565,47.38358,15651.882,5.337111,13.0310335,22.531483,51.5535,579.6568,95.30649,206.02121,3.3751287,252.18056,564.91815,366.06146,122.0472,336.96838,29.463427,64.927574,276.33636,13.964146,1.9261756,12.537111,2130.696,0.18326132,0.57995826,59.199642,5.5531745,4.002885,6.673713,11.665165,151.89752,52.487675,120.356926,804.5477,208.08333,1895.6774,1751.53,13.539131,24.83206,12901.158,8.677082,58.37037,542.98914,95.458336,147.89514,65.10292,333.3222,965.0732,393.00345,12.354861,75.55278,1025.9313,1916.3181,39.15055,544.54626,38.46146,1.0397894,59.41997,1.1061395,0.6525442,2.9523108,30.55165,112.89278,283.6474,16.901297,3525.3142,260.28818,93.72453,143.20312,72.40377,96.28993,53.98264,3.0909724,91.63194,546.8368,151.12956,89.604355,71.094025,22.84757,54.156746,65.3669,49.245132,894.63165,168.32767,3994.3896,38.041817,3769.0444,78.47021,442.85764,2468.5334,75.60316,9.611711,1680.7153,1796.2673,5607.1055,159.40855 +2023-06-28 23:00:00,0.0,15924.392,153.86002,19.579607,34.938137,22.292917,173.56107,24.816294,34.715622,19.866741,23.07277,595.4765,507.28714,10.627038,127.94715,15.358993,1.6765223,23.16088,24.861065,2.1994874,351.5582,0.79123795,310.96167,51.061504,0.37156704,2.8318634,108.385544,23.536753,81.24182,138.38681,16806.531,0.65829635,1522.1742,1.1684299,0.7141761,0.38845444,2.3959365,163.13464,218.74683,29.587042,218.69409,23.965492,31.74597,1355.4775,4.0071764,160.57588,125.886024,347.67004,136.20447,379.75168,19.519238,316.10226,0.0,2846.5288,15352.614,22.370283,346.7112,127.580185,44479.152,136.17676,18.710052,135.78577,264.48938,50.860573,17.888006,199.75949,2008.7388,336.8452,122.22025,15.456895,12.302608,507.0483,56.713432,1649.5905,139.76486,2148.2246,260.1373,339.49054,103.33974,329.68973,8.494512,14.421019,31.084314,4.599037,4.237317,62.73016,54.890972,68.35635,15.1910925,23.437258,291.17844,8.362112,2983.0828,116.330956,54.09132,134.37689,117.65992,214.55995,148.55602,83.18056,33.043373,46.20078,119.24024,320.14276,788.18823,149.51906,488.4741,95.93899,99.08342,301.87198,279.57352,958.8329,338.38638,3.8075035,17.018854,10.214981,47.27218,15651.47,5.3330555,13.020164,22.516853,51.576694,579.9195,95.324356,206.1313,3.372367,252.23195,565.0407,366.19156,122.085724,336.9397,29.446157,64.92673,276.25366,13.957493,1.92492,12.53333,2131.203,0.1830035,0.5792791,59.16587,5.5446825,4.000827,6.6657276,11.652143,151.80273,52.457172,120.33111,804.1188,208.08711,1895.4131,1751.3303,13.530548,24.82992,12896.104,8.676382,58.36713,543.19476,95.45167,147.84674,65.092865,333.2211,964.70807,393.09457,12.357193,75.54305,1026.2715,1915.8622,39.149033,544.46204,38.434063,1.0399445,59.425655,1.1063725,0.6528478,2.9537456,30.54874,112.884125,283.62845,16.90987,3525.5537,260.38574,93.77338,143.31406,72.485695,96.29913,54.037987,3.0923197,91.724304,547.4708,151.33554,89.727394,71.18303,22.84212,54.219326,65.45456,49.255676,894.51685,168.381,3996.157,38.040066,3768.915,78.4832,442.74188,2469.3926,75.63705,9.60681,1680.1375,1794.7415,5605.054,159.13564 +2023-06-29 00:00:00,0.0,15934.244,153.96758,19.581482,34.95765,22.281668,173.53777,24.812225,34.698853,19.864334,23.070261,595.27716,507.17484,10.620956,128.00768,15.369943,1.6734886,23.15682,24.826164,2.180656,351.4707,0.7829678,310.92233,51.03173,0.3709487,2.8299878,108.37715,23.51795,81.0963,138.35233,16818.25,0.65820867,1521.7625,1.1675369,0.7134922,0.38812593,2.3922174,163.06982,218.65926,29.576591,218.51666,23.959665,31.77753,1356.3917,4.0055957,160.69392,125.9501,347.48676,136.34315,379.7603,19.513002,316.45618,0.0,2843.6255,15354.623,22.365822,347.0178,127.558914,44487.38,136.08919,18.710869,135.90666,264.73627,50.786747,17.857843,199.98889,2010.5905,337.15833,122.342224,15.459603,12.294882,506.0681,56.725895,1651.4136,139.85333,2148.111,260.32632,339.7291,103.23723,330.05087,8.490777,14.414583,31.059978,4.594556,4.2305126,62.737442,54.86789,68.31555,15.1857195,23.443209,291.28802,8.358615,2981.9724,116.40345,54.033333,134.45348,117.72989,214.51111,148.60176,83.166664,33.05443,46.22794,119.329216,320.12222,789.0609,149.585,488.63495,95.98632,99.11262,301.97067,279.63834,958.6303,338.5857,3.8056667,17.02,10.217397,47.16078,15651.059,5.329,13.0092945,22.502224,51.599884,580.1822,95.342224,206.24141,3.369605,252.28334,565.1633,366.32166,122.12425,336.91098,29.428888,64.92589,276.17093,13.950839,1.9236645,12.529549,2131.71,0.18274568,0.57859993,59.1321,5.5361905,3.9987693,6.657742,11.63912,151.70796,52.42667,120.30529,803.68976,208.0909,1895.1487,1751.1305,13.521966,24.827778,12891.049,8.675683,58.363888,543.4004,95.445,147.79834,65.0828,333.12,964.34296,393.18567,12.359524,75.53333,1026.6117,1915.4061,39.147514,544.37775,38.406666,1.0400997,59.431335,1.1066055,0.6531514,2.9551802,30.545834,112.875465,283.6095,16.918444,3525.7935,260.48334,93.82222,143.425,72.56762,96.308334,54.093334,3.0936668,91.816666,548.10486,151.54152,89.850426,71.27204,22.836668,54.281902,65.54222,49.266224,894.4021,168.43433,3997.9243,38.038315,3768.786,78.4962,442.62613,2470.2517,75.67093,9.601908,1679.5597,1793.2156,5603.003,158.86272 +2023-06-29 01:00:00,0.0,15944.096,154.07512,19.583359,34.977158,22.270416,173.51447,24.808155,34.682083,19.861927,23.067755,595.0778,507.0625,10.614874,128.06819,15.380892,1.670455,23.15276,24.791265,2.1618242,351.3832,0.77469766,310.88303,51.001957,0.3703304,2.8281121,108.36876,23.499146,80.950775,138.31784,16829.969,0.658121,1521.3508,1.1666439,0.7128084,0.3877974,2.3884983,163.005,218.57167,29.56614,218.33923,23.953838,31.80909,1357.3058,4.0040145,160.81197,126.014175,347.30347,136.48184,379.76892,19.506767,316.81006,0.0,2840.7222,15356.632,22.361362,347.32434,127.53765,44495.61,136.00163,18.711687,136.02756,264.98312,50.712925,17.82768,200.21829,2012.4421,337.47144,122.4642,15.462313,12.287156,505.08792,56.738358,1653.2367,139.94182,2147.9978,260.51535,339.96768,103.13472,330.41205,8.487041,14.408149,31.03564,4.590075,4.223708,62.744728,54.8448,68.27475,15.180347,23.449158,291.39764,8.355119,2980.8618,116.47595,53.975346,134.53006,117.799866,214.46228,148.6475,83.15278,33.065483,46.2551,119.41819,320.10168,789.93353,149.65094,488.79578,96.03365,99.141815,302.06934,279.70316,958.4278,338.78497,3.80383,17.021147,10.219811,47.049385,15650.646,5.3249445,12.998425,22.487593,51.623077,580.4448,95.3601,206.35152,3.3668432,252.33472,565.2859,366.45175,122.16277,336.8823,29.411621,64.92504,276.0882,13.944186,1.9224088,12.525767,2132.2168,0.18248786,0.5779208,59.098328,5.5276985,3.9967117,6.6497564,11.626098,151.61317,52.396164,120.27948,803.26074,208.0947,1894.8844,1750.9308,13.513383,24.825638,12885.994,8.674983,58.360645,543.606,95.43833,147.74994,65.07275,333.0189,963.97784,393.2768,12.3618555,75.52361,1026.9519,1914.9502,39.145996,544.2935,38.379272,1.0402548,59.437016,1.1068385,0.653455,2.9566147,30.542925,112.86681,283.59055,16.92702,3526.0332,260.5809,93.87106,143.53593,72.64954,96.317535,54.14868,3.095014,91.90903,548.7389,151.74751,89.973465,71.361046,22.831217,54.344482,65.62988,49.276768,894.2873,168.48766,3999.6917,38.03656,3768.6567,78.50919,442.51038,2471.1108,75.70482,9.597007,1678.9818,1791.6897,5600.9517,158.58978 +2023-06-29 02:00:00,0.0,15953.948,154.18266,19.585236,34.99667,22.259167,173.49118,24.804087,34.66531,19.859522,23.065247,594.8785,506.9502,10.608791,128.12871,15.391841,1.6674213,23.148699,24.756365,2.1429927,351.29575,0.76642746,310.8437,50.972183,0.36971205,2.8262365,108.36037,23.480343,80.80525,138.28336,16841.69,0.6580333,1520.9391,1.1657509,0.7121245,0.38746887,2.3847792,162.94019,218.4841,29.555689,218.1618,23.948013,31.84065,1358.2198,4.0024333,160.93002,126.07825,347.12018,136.62053,379.77756,19.500532,317.16397,0.0,2837.819,15358.641,22.356901,347.63092,127.51638,44503.84,135.91406,18.712503,136.14845,265.22998,50.6391,17.797518,200.44768,2014.2938,337.78455,122.586174,15.465021,12.279429,504.10776,56.75082,1655.0598,140.03029,2147.8843,260.7044,340.20624,103.0322,330.7732,8.483307,14.401713,31.011305,4.5855937,4.2169037,62.752014,54.821712,68.233955,15.174974,23.455107,291.50726,8.351622,2979.7512,116.54845,53.917362,134.60664,117.869835,214.41344,148.69325,83.138885,33.076534,46.282265,119.507164,320.08115,790.80615,149.71687,488.95663,96.080986,99.17101,302.16803,279.76797,958.2253,338.98428,3.8019931,17.022293,10.222227,46.93799,15650.235,5.3208885,12.9875555,22.472963,51.64627,580.7075,95.37797,206.46161,3.3640814,252.38611,565.40845,366.58185,122.201294,336.85358,29.394352,64.924194,276.00546,13.937532,1.9211533,12.521986,2132.7236,0.18223004,0.5772416,59.06456,5.5192065,3.994654,6.641771,11.613075,151.5184,52.36566,120.25366,802.8318,208.09848,1894.6201,1750.731,13.504801,24.823496,12880.939,8.674284,58.357407,543.81165,95.43166,147.70154,65.06269,332.9178,963.61273,393.3679,12.364187,75.513885,1027.2921,1914.4941,39.14448,544.2092,38.351875,1.04041,59.442696,1.1070714,0.65375865,2.9580495,30.540018,112.858154,283.5716,16.935593,3526.2727,260.67847,93.91991,143.64688,72.73147,96.32674,54.20403,3.0963614,92.00139,549.3729,151.95349,90.096504,71.45006,22.825764,54.407063,65.717545,49.287315,894.17255,168.541,4001.459,38.03481,3768.5276,78.522194,442.39462,2471.9702,75.73871,9.592105,1678.404,1790.1637,5598.9004,158.31686 +2023-06-29 03:00:00,0.0,15963.8,154.2902,19.58711,35.01618,22.247917,173.46788,24.800016,34.648537,19.857115,23.06274,594.67914,506.8379,10.602709,128.18922,15.402791,1.6643877,23.144638,24.721466,2.1241612,351.20825,0.7581573,310.80438,50.94241,0.36909375,2.8243608,108.351974,23.461538,80.65973,138.24887,16853.408,0.65794563,1520.5273,1.1648579,0.7114406,0.38714036,2.3810604,162.87535,218.39653,29.545237,217.98438,23.942186,31.872211,1359.1339,4.000852,161.04807,126.14232,346.9369,136.75922,379.7862,19.494299,317.51785,0.0,2834.916,15360.649,22.352442,347.9375,127.49511,44512.066,135.8265,18.713322,136.26933,265.47687,50.565277,17.767355,200.67708,2016.1455,338.09766,122.70815,15.4677305,12.271704,503.12756,56.763283,1656.8829,140.11876,2147.771,260.89343,340.44482,102.929695,331.13437,8.479571,14.395278,30.986969,4.581113,4.210099,62.759296,54.79863,68.19315,15.169602,23.461058,291.61685,8.348125,2978.6406,116.62094,53.859375,134.68323,117.939804,214.3646,148.73901,83.125,33.08759,46.309425,119.59614,320.0606,791.6788,149.7828,489.11746,96.12831,99.20022,302.26672,279.83282,958.02277,339.18356,3.800156,17.023438,10.224643,46.82659,15649.823,5.316833,12.9766865,22.458334,51.66946,580.9702,95.395836,206.57172,3.3613195,252.4375,565.53107,366.71194,122.239815,336.8249,29.377083,64.923355,275.92273,13.93088,1.9198977,12.518204,2133.2307,0.18197222,0.57656246,59.03079,5.5107145,3.9925961,6.6337852,11.600053,151.42361,52.33516,120.227844,802.40283,208.10226,1894.3558,1750.5312,13.496218,24.821354,12875.885,8.673584,58.354164,544.0173,95.425,147.65314,65.05263,332.81665,963.2476,393.459,12.366518,75.504166,1027.6323,1914.0382,39.142963,544.125,38.32448,1.0405651,59.448376,1.1073045,0.6540623,2.959484,30.53711,112.8495,283.55264,16.944166,3526.5125,260.77603,93.96875,143.75781,72.81339,96.33594,54.259377,3.0977085,92.09375,550.00696,152.15947,90.219536,71.53907,22.820312,54.469643,65.80521,49.297863,894.0578,168.59433,4003.226,38.03306,3768.3984,78.53519,442.27887,2472.8293,75.7726,9.587204,1677.8262,1788.6378,5596.849,158.04395 +2023-06-29 04:00:00,0.0,15973.652,154.39775,19.588987,35.035686,22.236668,173.44458,24.795948,34.631767,19.85471,23.060232,594.47986,506.7256,10.596626,128.24974,15.41374,1.6613542,23.140577,24.686565,2.1053298,351.12076,0.74988717,310.76505,50.912636,0.3684754,2.822485,108.343575,23.442736,80.5142,138.21439,16865.129,0.65785795,1520.1156,1.163965,0.7107568,0.38681185,2.3773415,162.81053,218.30894,29.534786,217.80695,23.93636,31.903772,1360.048,3.9992712,161.1661,126.20639,346.75357,136.89789,379.7948,19.488064,317.87177,0.0,2832.0127,15362.658,22.34798,348.24408,127.47384,44520.297,135.73894,18.714138,136.39023,265.72372,50.491455,17.737192,200.90648,2017.9972,338.41077,122.830124,15.470439,12.263978,502.1474,56.775745,1658.706,140.20723,2147.6575,261.08246,340.68338,102.82718,331.4955,8.475837,14.388843,30.962633,4.576632,4.203295,62.766582,54.775543,68.15235,15.164229,23.467007,291.72647,8.344628,2977.5303,116.69344,53.801388,134.7598,118.00977,214.31575,148.78476,83.111115,33.09864,46.336586,119.68511,320.04004,792.55145,149.84875,489.2783,96.175644,99.229416,302.36542,279.89764,957.82025,339.38287,3.7983193,17.024584,10.227057,46.715195,15649.412,5.3127775,12.9658165,22.443705,51.692654,581.23285,95.41371,206.68182,3.3585577,252.48889,565.6536,366.84204,122.27834,336.79617,29.359816,64.92251,275.84003,13.924226,1.9186422,12.514422,2133.7375,0.1817144,0.57588327,58.997017,5.502222,3.9905386,6.6257997,11.58703,151.32883,52.304653,120.20203,801.97375,208.10605,1894.0914,1750.3314,13.487635,24.819214,12870.83,8.672885,58.350925,544.2229,95.418335,147.60472,65.04257,332.71555,962.8825,393.5501,12.36885,75.494446,1027.9725,1913.5822,39.141445,544.0407,38.297085,1.0407202,59.454056,1.1075374,0.6543659,2.960919,30.5342,112.84084,283.5337,16.952742,3526.7522,260.8736,94.01759,143.86874,72.89532,96.34514,54.314724,3.0990558,92.18611,550.641,152.36545,90.342575,71.628075,22.814861,54.532223,65.89287,49.308407,893.943,168.64766,4004.9934,38.031303,3768.269,78.54819,442.16312,2473.6885,75.80649,9.582303,1677.2484,1787.1119,5594.798,157.77101 +2023-06-29 05:00:00,0.0,15983.504,154.5053,19.590862,35.0552,22.225416,173.42128,24.791878,34.614998,19.852303,23.057726,594.2805,506.61328,10.590544,128.31026,15.424689,1.6583205,23.136517,24.651667,2.0864983,351.03326,0.741617,310.7257,50.882862,0.3678571,2.8206093,108.33518,23.423931,80.368675,138.1799,16876.848,0.6577703,1519.7039,1.163072,0.71007293,0.38648334,2.3736224,162.74571,218.22137,29.524334,217.62952,23.930532,31.935331,1360.962,3.9976902,161.28415,126.27046,346.5703,137.03658,379.80344,19.481829,318.22565,0.0,2829.1094,15364.667,22.343521,348.55066,127.45257,44528.527,135.65138,18.714956,136.51112,265.9706,50.41763,17.70703,201.13588,2019.8489,338.72388,122.952095,15.473148,12.256252,501.1672,56.788208,1660.5292,140.2957,2147.544,261.2715,340.92194,102.72467,331.85666,8.472101,14.382408,30.938297,4.5721507,4.196491,62.773865,54.752457,68.11155,15.158857,23.472956,291.8361,8.341131,2976.4197,116.76594,53.743404,134.83638,118.07975,214.2669,148.8305,83.09722,33.109695,46.363747,119.774086,320.0195,793.4241,149.91469,489.43915,96.22298,99.25861,302.4641,279.96246,957.6177,339.58215,3.7964826,17.02573,10.229473,46.603798,15649.001,5.308722,12.954947,22.429075,51.715847,581.49554,95.43158,206.79192,3.3557959,252.54028,565.7762,366.97214,122.316864,336.7675,29.342546,64.92166,275.7573,13.917573,1.9173865,12.510641,2134.2444,0.18145658,0.57520413,58.963245,5.49373,3.9884808,6.617814,11.574008,151.23405,52.27415,120.17621,801.5448,208.10985,1893.8271,1750.1317,13.479053,24.817072,12865.775,8.672186,58.347683,544.42847,95.41167,147.55632,65.03252,332.61444,962.5174,393.64124,12.371181,75.48472,1028.3127,1913.1262,39.139927,543.9565,38.269688,1.0408754,59.45974,1.1077703,0.6546695,2.9623535,30.531294,112.83219,283.51474,16.961315,3526.9917,260.97116,94.06643,143.97969,72.97724,96.35434,54.370068,3.100403,92.27847,551.275,152.57143,90.465614,71.71709,22.80941,54.5948,65.98053,49.318954,893.82825,168.70099,4006.7607,38.029552,3768.14,78.56119,442.04736,2474.5476,75.84038,9.577401,1676.6705,1785.586,5592.7466,157.4981 +2023-06-29 06:00:00,0.0,15993.356,154.61284,19.59274,35.074707,22.214167,173.39798,24.78781,34.598225,19.849895,23.055218,594.0812,506.50098,10.584461,128.37077,15.435639,1.6552869,23.132458,24.616766,2.0676665,350.94577,0.7333468,310.6864,50.853085,0.3672388,2.8187337,108.32679,23.405128,80.22315,138.14542,16888.566,0.6576826,1519.2922,1.162179,0.70938903,0.38615483,2.3699033,162.6809,218.13379,29.513884,217.45209,23.924707,31.966892,1361.8761,3.996109,161.4022,126.33453,346.387,137.17526,379.81204,19.475594,318.57953,0.0,2826.206,15366.677,22.33906,348.85724,127.4313,44536.758,135.56381,18.715773,136.63202,266.21747,50.343807,17.676867,201.36528,2021.7006,339.037,123.07407,15.475857,12.248527,500.187,56.80067,1662.3523,140.38417,2147.4307,261.46054,341.16052,102.62216,332.21783,8.468367,14.375973,30.913961,4.56767,4.1896863,62.78115,54.72937,68.07075,15.153484,23.478907,291.94568,8.337635,2975.309,116.83844,53.685417,134.91296,118.14972,214.21806,148.87625,83.083336,33.12075,46.39091,119.86306,319.99896,794.2967,149.98062,489.59998,96.27031,99.28781,302.56277,280.02728,957.41516,339.78146,3.7946458,17.026876,10.231889,46.4924,15648.589,5.3046665,12.9440775,22.414446,51.739037,581.75824,95.44945,206.90202,3.353034,252.59166,565.8988,367.10223,122.355385,336.73877,29.325277,64.92082,275.67456,13.910919,1.916131,12.50686,2134.7515,0.18119876,0.57452494,58.929478,5.485238,3.9864233,6.6098285,11.560986,151.13927,52.24365,120.15039,801.1158,208.11363,1893.5629,1749.9319,13.470469,24.814932,12860.721,8.671486,58.344444,544.6341,95.405,147.50792,65.02245,332.51334,962.1523,393.73233,12.373512,75.475,1028.653,1912.6702,39.13841,543.8722,38.24229,1.0410305,59.46542,1.1080034,0.65497315,2.963788,30.528385,112.82353,283.4958,16.969889,3527.2314,261.06873,94.11527,144.09062,73.059166,96.36354,54.425415,3.1017501,92.370834,551.90906,152.7774,90.588646,71.80609,22.803959,54.65738,66.06819,49.3295,893.7135,168.75433,4008.528,38.0278,3768.0107,78.57418,441.9316,2475.4067,75.87426,9.5725,1676.0928,1784.0602,5590.6953,157.22517 +2023-06-29 07:00:00,0.0,16003.208,154.72038,19.594616,35.094215,22.202917,173.37468,24.78374,34.58145,19.84749,23.052711,593.88184,506.38867,10.578379,128.43129,15.4465885,1.6522533,23.128397,24.581867,2.048835,350.8583,0.7250767,310.64706,50.82331,0.36662045,2.816858,108.3184,23.386326,80.07763,138.11092,16900.287,0.6575949,1518.8805,1.161286,0.7087052,0.3858263,2.3661845,162.61606,218.04622,29.503433,217.27466,23.91888,31.998453,1362.7902,3.994528,161.52025,126.398605,346.20367,137.31395,379.82068,19.469358,318.93344,0.0,2823.303,15368.686,22.3346,349.1638,127.410034,44544.984,135.47626,18.71659,136.75291,266.46436,50.26998,17.646704,201.59468,2023.5522,339.3501,123.196045,15.478566,12.240801,499.20685,56.813133,1664.1754,140.47264,2147.3171,261.64957,341.39908,102.519646,332.57898,8.464631,14.369537,30.889626,4.5631886,4.182882,62.788433,54.706284,68.02995,15.148112,23.484856,292.0553,8.334138,2974.1985,116.910934,53.62743,134.98955,118.21969,214.16922,148.922,83.06944,33.1318,46.41807,119.952034,319.97842,795.1693,150.04657,489.76083,96.317635,99.31701,302.66147,280.09213,957.21265,339.98074,3.792809,17.02802,10.234303,46.381004,15648.178,5.300611,12.933208,22.399817,51.76223,582.0209,95.467316,207.01213,3.3502722,252.64305,566.02136,367.23233,122.393906,336.71008,29.30801,64.919975,275.59183,13.904266,1.9148754,12.5030775,2135.2583,0.18094094,0.5738458,58.895706,5.476746,3.9843655,6.601843,11.547962,151.04448,52.213142,120.12458,800.68677,208.11742,1893.2985,1749.7322,13.461887,24.81279,12855.666,8.670787,58.3412,544.8397,95.39833,147.45952,65.0124,332.41223,961.7872,393.82346,12.375844,75.46528,1028.9932,1912.2142,39.136894,543.78796,38.214897,1.0411857,59.4711,1.1082363,0.6552768,2.9652228,30.525478,112.81488,283.47684,16.978462,3527.4712,261.16632,94.164116,144.20157,73.14109,96.37274,54.480762,3.1030974,92.463196,552.5431,152.98338,90.711685,71.8951,22.798508,54.71996,66.15585,49.340046,893.5987,168.80766,4010.2954,38.026047,3767.8816,78.58718,441.81586,2476.2659,75.90815,9.567598,1675.5149,1782.5343,5588.6445,156.95226 +2023-06-29 08:00:00,0.0,16013.061,154.82793,19.59649,35.113728,22.191668,173.35138,24.77967,34.564682,19.845083,23.050205,593.6825,506.27634,10.572297,128.4918,15.457538,1.6492196,23.124336,24.546967,2.0300035,350.7708,0.71680653,310.60773,50.793537,0.36600214,2.8149822,108.310005,23.367521,79.9321,138.07643,16912.006,0.6575072,1518.4688,1.160393,0.70802134,0.38549778,2.3624654,162.55124,217.95863,29.492981,217.09723,23.913054,32.030014,1363.7042,3.9929469,161.63829,126.462685,346.0204,137.45264,379.8293,19.463123,319.28732,0.0,2820.3997,15370.694,22.33014,349.47037,127.38876,44553.215,135.38869,18.717407,136.87381,266.7112,50.19616,17.61654,201.82408,2025.4039,339.6632,123.318016,15.481275,12.233074,498.22665,56.8256,1665.9985,140.56111,2147.2039,261.8386,341.63763,102.41714,332.94016,8.4608965,14.363102,30.86529,4.5587077,4.1760774,62.79572,54.683197,67.98915,15.142739,23.490805,292.16492,8.330641,2973.0881,116.98343,53.569443,135.06613,118.28966,214.12038,148.96774,83.05556,33.142857,46.445232,120.041016,319.9579,796.042,150.1125,489.92166,96.36497,99.34621,302.76016,280.15695,957.01013,340.18005,3.7909722,17.029167,10.236719,46.269608,15647.766,5.2965555,12.9223385,22.385185,51.785423,582.28357,95.48519,207.12222,3.3475103,252.69444,566.1439,367.36243,122.432434,336.68137,29.290741,64.91913,275.5091,13.897613,1.9136198,12.499296,2135.7651,0.18068314,0.5731666,58.861935,5.468254,3.9823077,6.593858,11.53494,150.9497,52.18264,120.09876,800.2578,208.1212,1893.0342,1749.5323,13.453304,24.810648,12850.611,8.670087,58.337963,545.04535,95.39167,147.41112,65.002335,332.3111,961.42206,393.91458,12.378175,75.45555,1029.3334,1911.7583,39.135376,543.7037,38.1875,1.0413408,59.47678,1.1084692,0.65558034,2.9666574,30.52257,112.80622,283.4579,16.987038,3527.711,261.2639,94.21296,144.3125,73.223015,96.38194,54.53611,3.1044447,92.55556,553.1771,153.18936,90.834724,71.98411,22.793056,54.78254,66.243515,49.350594,893.48395,168.861,4012.0625,38.024296,3767.7522,78.600174,441.7001,2477.125,75.94204,9.562697,1674.9371,1781.0084,5586.5933,156.67932 +2023-06-29 09:00:00,0.0,16022.912,154.93547,19.598368,35.133236,22.180416,173.32808,24.7756,34.547913,19.842678,23.047697,593.4832,506.16403,10.566215,128.55232,15.468488,1.6461861,23.120275,24.512068,2.011172,350.68332,0.7085363,310.56842,50.763763,0.3653838,2.8131065,108.30161,23.348719,79.786575,138.04195,16923.725,0.6574195,1518.057,1.1595,0.70733744,0.38516927,2.3587465,162.48642,217.87106,29.48253,216.91978,23.907228,32.061573,1364.6184,3.991366,161.75633,126.52676,345.8371,137.59131,379.83792,19.45689,319.64124,0.0,2817.4966,15372.703,22.32568,349.77695,127.36749,44561.445,135.30113,18.718224,136.99469,266.9581,50.122334,17.586378,202.05347,2027.2556,339.9763,123.439995,15.483984,12.225348,497.2465,56.838062,1667.8217,140.64958,2147.0903,262.02765,341.8762,102.31462,333.3013,8.457161,14.356667,30.840954,4.5542264,4.169273,62.803,54.66011,67.94835,15.137366,23.496756,292.2745,8.327145,2971.9775,117.05593,53.51146,135.14272,118.359634,214.07153,149.01349,83.041664,33.15391,46.472397,120.12999,319.93732,796.9146,150.17844,490.0825,96.4123,99.375404,302.85886,280.22177,956.8076,340.37933,3.7891355,17.030313,10.239135,46.15821,15647.3545,5.2925,12.911469,22.370556,51.808613,582.54626,95.50306,207.23233,3.3447485,252.74583,566.26654,367.49252,122.470955,336.65268,29.273472,64.91829,275.42636,13.89096,1.9123642,12.495515,2136.2722,0.18042532,0.5724875,58.828163,5.459762,3.9802501,6.585872,11.521917,150.85492,52.152138,120.072945,799.82886,208.125,1892.7699,1749.3326,13.444722,24.808508,12845.557,8.669388,58.33472,545.251,95.385,147.36272,64.99228,332.21,961.05695,394.00568,12.3805065,75.44583,1029.6736,1911.3022,39.133858,543.61945,38.160103,1.041496,59.48246,1.1087023,0.65588397,2.968092,30.51966,112.79757,283.43893,16.995611,3527.9504,261.36145,94.2618,144.42343,73.30494,96.39114,54.591457,3.1057918,92.64792,553.81116,153.39534,90.957756,72.07312,22.787605,54.84512,66.33118,49.361137,893.36914,168.91432,4013.8298,38.022545,3767.623,78.613174,441.58435,2477.9841,75.97593,9.557796,1674.3593,1779.4825,5584.542,156.4064 +2023-06-29 10:00:00,0.0,16032.765,155.04301,19.600245,35.15275,22.169167,173.30478,24.771532,34.53114,19.840271,23.04519,593.2839,506.05173,10.560132,128.61284,15.479437,1.6431525,23.116215,24.477167,1.9923404,350.59583,0.7002662,310.52908,50.73399,0.3647655,2.811231,108.29322,23.329914,79.64105,138.00746,16935.445,0.6573318,1517.6453,1.1586071,0.7066536,0.38484076,2.3550274,162.4216,217.78348,29.472078,216.74236,23.901402,32.093136,1365.5325,3.9897847,161.87439,126.59083,345.6538,137.73,379.84656,19.450655,319.99512,0.0,2814.5933,15374.712,22.321218,350.08353,127.34622,44569.676,135.21356,18.719042,137.11559,267.20496,50.04851,17.556215,202.28287,2029.1073,340.2894,123.561966,15.486692,12.217623,496.2663,56.850525,1669.6447,140.73807,2146.9768,262.21667,342.11478,102.21211,333.66245,8.453426,14.350232,30.816616,4.5497456,4.1624684,62.810287,54.637028,67.90755,15.131994,23.502705,292.38412,8.3236475,2970.867,117.128426,53.453472,135.21928,118.4296,214.02269,149.05923,83.02778,33.164963,46.499557,120.21896,319.91678,797.78723,150.24437,490.24335,96.45963,99.40461,302.95755,280.2866,956.6051,340.57864,3.7872987,17.03146,10.24155,46.046814,15646.942,5.288444,12.9005995,22.355927,51.831806,582.8089,95.52093,207.34244,3.3419867,252.79723,566.3891,367.6226,122.509476,336.62396,29.256205,64.91744,275.34366,13.884306,1.9111086,12.491734,2136.779,0.1801675,0.5718083,58.794395,5.45127,3.9781923,6.5778866,11.508895,150.76015,52.121635,120.04713,799.39984,208.12878,1892.5056,1749.1328,13.436139,24.806366,12840.502,8.668688,58.331482,545.4566,95.378334,147.31432,64.98222,332.1089,960.69183,394.0968,12.382837,75.43611,1030.0138,1910.8463,39.13234,543.53516,38.13271,1.0416511,59.48814,1.1089352,0.6561876,2.9695268,30.516754,112.78891,283.41998,17.004185,3528.1902,261.459,94.310646,144.53438,73.38686,96.400345,54.646805,3.107139,92.74028,554.4452,153.60133,91.080795,72.162125,22.782154,54.907696,66.418846,49.371685,893.2544,168.96767,4015.5972,38.020794,3767.494,78.62617,441.4686,2478.8435,76.00982,9.552895,1673.7815,1777.9567,5582.4907,156.13348 +2023-06-29 11:00:00,0.0,16042.616,155.15056,19.60212,35.172256,22.157917,173.28148,24.767462,34.514366,19.837866,23.042683,593.08453,505.93942,10.5540495,128.67337,15.490386,1.6401188,23.112156,24.442268,1.973509,350.50833,0.69199604,310.48978,50.704216,0.36414716,2.8093553,108.28483,23.311111,79.49553,137.97298,16947.164,0.65724415,1517.2336,1.1577141,0.7059697,0.38451225,2.3513083,162.35677,217.6959,29.461628,216.56493,23.895575,32.124695,1366.4465,3.9882038,161.99243,126.6549,345.47052,137.86868,379.8552,19.44442,320.34903,0.0,2811.69,15376.721,22.316757,350.3901,127.32495,44577.902,135.126,18.719858,137.23648,267.45184,49.974686,17.526052,202.51227,2030.959,340.6025,123.683945,15.489402,12.209897,495.28613,56.862988,1671.4678,140.82654,2146.8635,262.4057,342.35333,102.109604,334.02362,8.449691,14.343797,30.79228,4.5452642,4.155664,62.817574,54.61394,67.86675,15.126621,23.508654,292.49374,8.32015,2969.7563,117.20093,53.395485,135.29587,118.49957,213.97385,149.10498,83.013885,33.176018,46.52672,120.30794,319.89624,798.6599,150.31032,490.40417,96.50696,99.43381,303.0562,280.3514,956.4025,340.77792,3.7854617,17.032604,10.243965,45.935417,15646.531,5.2843885,12.88973,22.341297,51.855,583.0716,95.5388,207.45253,3.3392248,252.84862,566.51166,367.7527,122.548,336.59528,29.238935,64.916595,275.26093,13.877653,1.9098531,12.487952,2137.286,0.17990968,0.5711291,58.760624,5.4427776,3.9761348,6.569901,11.4958725,150.66536,52.09113,120.02131,798.9708,208.13257,1892.2412,1748.9331,13.427557,24.804226,12835.447,8.667989,58.32824,545.66223,95.371666,147.26591,64.97216,332.00778,960.3267,394.1879,12.385169,75.42639,1030.354,1910.3903,39.130825,543.4509,38.105312,1.0418062,59.493824,1.1091682,0.6564912,2.9709613,30.513845,112.78026,283.40103,17.012758,3528.43,261.55658,94.35949,144.64531,73.46879,96.409546,54.702152,3.1084864,92.83264,555.0792,153.80731,91.20383,72.25114,22.776703,54.970276,66.50651,49.38223,893.13965,169.021,4017.3645,38.01904,3767.3647,78.63917,441.35287,2479.7026,76.04371,9.547993,1673.2036,1776.4307,5580.4395,155.86055 +2023-06-29 12:00:00,0.0,16052.469,155.2581,19.603996,35.191765,22.146667,173.25818,24.763393,34.497597,19.835459,23.040176,592.8852,505.82712,10.547967,128.73389,15.501336,1.6370852,23.108095,24.407368,1.9546773,350.42087,0.68372583,310.45044,50.674442,0.36352885,2.8074794,108.276436,23.292309,79.350006,137.93849,16958.883,0.65715647,1516.8219,1.1568211,0.70528585,0.3841837,2.3475895,162.29195,217.60832,29.451176,216.3875,23.889748,32.156254,1367.3606,3.9866228,162.11047,126.71897,345.28723,138.00737,379.8638,19.438185,320.7029,0.0,2808.7866,15378.7295,22.312298,350.69666,127.30369,44586.133,135.03844,18.720676,137.35738,267.69873,49.900864,17.495888,202.74167,2032.8107,340.91562,123.805916,15.49211,12.202171,494.30594,56.87545,1673.2909,140.91501,2146.75,262.59476,342.59192,102.00709,334.38477,8.445956,14.337361,30.767944,4.5407834,4.1488595,62.824856,54.59086,67.82595,15.121249,23.514603,292.60333,8.316654,2968.646,117.27342,53.3375,135.37245,118.56954,213.925,149.15073,83.0,33.18707,46.55388,120.39691,319.8757,799.53253,150.37625,490.56503,96.55429,99.463005,303.1549,280.41626,956.2,340.97723,3.783625,17.03375,10.246381,45.82402,15646.12,5.280333,12.87886,22.326668,51.87819,583.3343,95.55667,207.56264,3.336463,252.9,566.6343,367.88278,122.58652,336.56656,29.221666,64.91576,275.1782,13.870999,1.9085975,12.48417,2137.793,0.17965186,0.57044995,58.726852,5.4342856,3.974077,6.5619154,11.48285,150.57057,52.060627,119.99549,798.5419,208.13635,1891.9769,1748.7333,13.418974,24.802084,12830.393,8.667289,58.324997,545.8678,95.365,147.2175,64.962105,331.90668,959.9616,394.27902,12.387501,75.416664,1030.6942,1909.9343,39.129307,543.36664,38.07792,1.0419614,59.499504,1.1094012,0.65679485,2.9723961,30.510937,112.7716,283.38208,17.021334,3528.6694,261.65414,94.40833,144.75626,73.55071,96.41875,54.7575,3.1098335,92.925,555.71326,154.01329,91.326866,72.34014,22.771252,55.032856,66.59417,49.392776,893.02484,169.07433,4019.1318,38.01729,3767.2354,78.65217,441.23712,2480.5618,76.07759,9.543092,1672.6257,1774.9048,5578.388,155.58763 +2023-06-29 13:00:00,0.0,16062.32,155.36565,19.605873,35.211277,22.135416,173.23488,24.759323,34.480827,19.833052,23.037668,592.68585,505.7148,10.541884,128.7944,15.512285,1.6340516,23.104034,24.372469,1.9358459,350.33337,0.6754557,310.4111,50.64467,0.3629105,2.8056037,108.26804,23.273504,79.204475,137.904,16970.604,0.6570688,1516.4102,1.1559281,0.704602,0.3838552,2.3438704,162.22713,217.52075,29.440725,216.21007,23.883923,32.187817,1368.2747,3.9850416,162.22852,126.78304,345.10394,138.14606,379.87244,19.43195,321.05682,0.0,2805.8835,15380.738,22.307837,351.00323,127.28242,44594.363,134.95088,18.721493,137.47827,267.94556,49.82704,17.465725,202.97107,2034.6624,341.22873,123.92789,15.49482,12.194445,493.32574,56.887913,1675.114,141.00348,2146.6367,262.78378,342.83047,101.90458,334.7459,8.442221,14.330926,30.743608,4.5363026,4.1420555,62.83214,54.567772,67.78515,15.115876,23.520554,292.71295,8.313157,2967.5354,117.34592,53.279514,135.44904,118.63952,213.87616,149.19649,82.986115,33.198124,46.581043,120.485886,319.85513,800.40515,150.44218,490.72586,96.60162,99.4922,303.2536,280.48108,955.9975,341.1765,3.781788,17.034897,10.248796,45.71262,15645.708,5.2762775,12.867991,22.312038,51.901382,583.5969,95.57454,207.67274,3.3337014,252.95139,566.75684,368.01288,122.625046,336.53787,29.2044,64.91491,275.09546,13.8643465,1.907342,12.480389,2138.2998,0.17939404,0.56977075,58.69308,5.4257936,3.9720194,6.55393,11.469828,150.4758,52.030125,119.96968,798.1129,208.14015,1891.7126,1748.5336,13.410392,24.799942,12825.338,8.66659,58.32176,546.0734,95.35833,147.1691,64.95204,331.80554,959.5965,394.37012,12.389832,75.406944,1031.0344,1909.4783,39.12779,543.2824,38.05052,1.0421165,59.505184,1.1096342,0.6570985,2.9738307,30.50803,112.76295,283.3631,17.029907,3528.9092,261.75174,94.45718,144.86719,73.63264,96.42795,54.812847,3.1111808,93.017365,556.3473,154.21927,91.449905,72.42915,22.765799,55.095436,66.68183,49.403324,892.9101,169.12767,4020.899,38.015537,3767.1062,78.66516,441.12137,2481.421,76.11148,9.53819,1672.048,1773.3789,5576.337,155.31471 +2023-06-29 14:00:00,0.0,16072.173,155.4732,19.607748,35.230785,22.124166,173.21158,24.755255,34.464054,19.830647,23.035162,592.4866,505.6025,10.535802,128.85492,15.523234,1.6310179,23.099974,24.337568,1.9170142,350.24588,0.66718554,310.3718,50.61489,0.3622922,2.803728,108.25965,23.254702,79.05895,137.86952,16982.322,0.6569811,1515.9984,1.1550351,0.7039181,0.38352668,2.3401515,162.16231,217.43318,29.430273,216.03264,23.878096,32.219376,1369.1887,3.9834607,162.34657,126.847115,344.92062,138.28474,379.88107,19.425714,321.4107,0.0,2802.9802,15382.748,22.303377,351.3098,127.26115,44602.59,134.86331,18.722311,137.59917,268.19244,49.753216,17.435562,203.20047,2036.514,341.54184,124.049866,15.497528,12.186719,492.34558,56.900375,1676.9371,141.09195,2146.5232,262.9728,343.06903,101.80206,335.1071,8.438486,14.324491,30.719273,4.5318213,4.135251,62.839424,54.54468,67.74435,15.110504,23.526503,292.82257,8.30966,2966.4248,117.41842,53.221527,135.52562,118.70949,213.82732,149.24223,82.97222,33.20918,46.608204,120.57486,319.8346,801.2778,150.50812,490.8867,96.64896,99.5214,303.3523,280.5459,955.795,341.37582,3.7799513,17.036043,10.251211,45.601223,15645.297,5.272222,12.857121,22.29741,51.924576,583.8596,95.592415,207.78284,3.3309395,253.00278,566.87946,368.14297,122.66357,336.50916,29.18713,64.91406,275.01273,13.857693,1.9060863,12.476607,2138.8066,0.17913622,0.5690916,58.659313,5.4173017,3.9699616,6.545944,11.456805,150.38101,51.99962,119.94386,797.6839,208.14394,1891.4482,1748.3337,13.401809,24.797802,12820.283,8.66589,58.318516,546.27905,95.35167,147.1207,64.941986,331.70444,959.2314,394.46124,12.392163,75.397224,1031.3746,1909.0223,39.12627,543.1981,38.023125,1.0422717,59.510864,1.1098671,0.6574021,2.9752653,30.505121,112.75429,283.34415,17.03848,3529.149,261.8493,94.50602,144.97812,73.71456,96.43715,54.868195,3.112528,93.109726,556.9813,154.42525,91.57294,72.51816,22.760347,55.158016,66.76949,49.413868,892.79535,169.181,4022.6663,38.013783,3766.977,78.67816,441.0056,2482.28,76.14537,9.533289,1671.4701,1771.853,5574.2856,155.0418 +2023-06-29 15:00:00,0.0,16082.024,155.58075,19.609625,35.250298,22.112917,173.18828,24.751184,34.44728,19.82824,23.032654,592.28723,505.49017,10.52972,128.91544,15.534184,1.6279843,23.095913,24.30267,1.8981827,350.1584,0.6589154,310.33246,50.585117,0.36167386,2.8018525,108.25126,23.235897,78.91343,137.83504,16994.041,0.65689343,1515.5867,1.1541421,0.70323426,0.38319817,2.3364325,162.09749,217.3456,29.419823,215.85521,23.872269,32.25094,1370.1028,3.9818795,162.46461,126.911194,344.7373,138.42342,379.88968,19.419481,321.76462,0.0,2800.0771,15384.757,22.298916,351.6164,127.239876,44610.82,134.77576,18.723127,137.72005,268.43933,49.679394,17.4054,203.42986,2038.3657,341.85495,124.17184,15.500237,12.178993,491.3654,56.912838,1678.7603,141.18042,2146.41,263.16183,343.30762,101.699554,335.46823,8.434751,14.318056,30.694937,4.5273404,4.1284466,62.84671,54.5216,67.70355,15.105131,23.532452,292.93216,8.306164,2965.3142,117.49091,53.16354,135.6022,118.77946,213.77847,149.28798,82.958336,33.22023,46.635365,120.66383,319.81406,802.15045,150.57407,491.04755,96.69628,99.5506,303.451,280.61072,955.59247,341.5751,3.7781146,17.037188,10.253627,45.489826,15644.885,5.2681665,12.846252,22.28278,51.947765,584.1223,95.61028,207.89294,3.3281777,253.05417,567.002,368.27307,122.70209,336.48047,29.16986,64.91322,274.93002,13.85104,1.9048308,12.472826,2139.3135,0.1788784,0.5684124,58.62554,5.4088097,3.9679039,6.5379586,11.443783,150.28622,51.969116,119.918045,797.2549,208.14772,1891.184,1748.134,13.393227,24.79566,12815.229,8.665191,58.315277,546.4847,95.345,147.0723,64.93193,331.60333,958.8663,394.55234,12.394494,75.3875,1031.7148,1908.5663,39.124756,543.1139,37.99573,1.0424268,59.516544,1.1101002,0.65770566,2.9767,30.502214,112.745636,283.3252,17.047056,3529.3884,261.94687,94.554855,145.08907,73.796486,96.44636,54.923542,3.1138752,93.20208,557.61536,154.63123,91.69598,72.60717,22.754896,55.220592,66.857155,49.424416,892.68054,169.23433,4024.4336,38.01203,3766.848,78.691154,440.88986,2483.1392,76.17926,9.528387,1670.8923,1770.3271,5572.2344,154.76886 +2023-06-29 16:00:00,0.0,16091.877,155.6883,19.611502,35.269806,22.101667,173.16498,24.747116,34.43051,19.825834,23.030148,592.0879,505.37787,10.523638,128.97595,15.545134,1.6249508,23.091852,24.267769,1.8793513,350.0709,0.6506452,310.29315,50.555344,0.36105555,2.7999766,108.24287,23.217094,78.76791,137.80054,17005.762,0.65680575,1515.175,1.1532493,0.7025504,0.38286966,2.3327134,162.03265,217.25803,29.40937,215.67778,23.866444,32.282497,1371.0168,3.9802985,162.58266,126.975266,344.55402,138.5621,379.89832,19.413246,322.1185,0.0,2797.1738,15386.766,22.294456,351.92297,127.218605,44619.05,134.68819,18.723946,137.84094,268.6862,49.605568,17.375237,203.65926,2040.2175,342.16806,124.29381,15.502947,12.1712675,490.38522,56.9253,1680.5834,141.26889,2146.2964,263.3509,343.54617,101.597046,335.8294,8.431016,14.311621,30.6706,4.522859,4.121642,62.853992,54.498512,67.66275,15.099759,23.538403,293.04178,8.302667,2964.2039,117.56341,53.105556,135.67879,118.84943,213.72963,149.33372,82.94444,33.231285,46.662525,120.75281,319.79352,803.0231,150.64,491.20837,96.743614,99.579796,303.54965,280.67557,955.38995,341.7744,3.7762778,17.038334,10.2560425,45.37843,15644.474,5.264111,12.835383,22.268148,51.97096,584.38495,95.62815,208.00305,3.3254158,253.10556,567.1246,368.40317,122.74061,336.45178,29.152594,64.91238,274.8473,13.844386,1.9035752,12.469045,2139.8206,0.17862058,0.5677333,58.59177,5.4003177,3.9658463,6.529973,11.43076,150.19145,51.938614,119.89223,796.82587,208.1515,1890.9197,1747.9342,13.384644,24.793518,12810.174,8.664492,58.312035,546.6903,95.33833,147.0239,64.92187,331.50223,958.50116,394.64346,12.396826,75.37778,1032.055,1908.1104,39.123238,543.0296,37.968334,1.042582,59.522224,1.1103331,0.6580093,2.9781346,30.499306,112.73698,283.30624,17.05563,3529.6282,262.04443,94.6037,145.2,73.87841,96.45556,54.97889,3.1152225,93.29444,558.2494,154.8372,91.819016,72.696175,22.749445,55.283173,66.94482,49.434963,892.5658,169.28766,4026.201,38.01028,3766.7185,78.704155,440.7741,2483.9983,76.21315,9.523486,1670.3145,1768.8013,5570.183,154.49594 +2023-06-29 17:00:00,0.0,16101.729,155.79584,19.613377,35.289314,22.090416,173.14168,24.743046,34.413742,19.823427,23.027641,591.88855,505.26556,10.517555,129.03647,15.556083,1.6219171,23.087793,24.23287,1.8605196,349.98343,0.64237505,310.2538,50.52557,0.3604372,2.798101,108.234474,23.198292,78.62238,137.76605,17017.48,0.6567181,1514.7633,1.1523563,0.7018665,0.38254115,2.3289945,161.96783,217.17044,29.39892,215.50035,23.860617,32.314056,1371.9309,3.9787173,162.7007,127.03934,344.37073,138.70079,379.90695,19.407011,322.4724,0.0,2794.2705,15388.774,22.289995,352.22955,127.197334,44627.28,134.60063,18.724762,137.96184,268.93304,49.531746,17.345074,203.88866,2042.0692,342.48117,124.41579,15.505655,12.163542,489.40503,56.937763,1682.4065,141.35736,2146.1829,263.53992,343.78476,101.49453,336.19055,8.427281,14.305185,30.646265,4.5183783,4.1148376,62.86128,54.475426,67.62195,15.094386,23.544352,293.1514,8.29917,2963.0933,117.63591,53.04757,135.75536,118.9194,213.68079,149.37947,82.93056,33.24234,46.68969,120.84178,319.77298,803.8957,150.70593,491.36923,96.79095,99.609,303.64835,280.7404,955.1874,341.9737,3.774441,17.03948,10.258457,45.267033,15644.062,5.2600555,12.824513,22.25352,51.994152,584.64764,95.64603,208.11314,3.322654,253.15695,567.2472,368.53326,122.77914,336.42307,29.135324,64.91153,274.76456,13.837733,1.9023196,12.465262,2140.3274,0.17836276,0.5670541,58.558,5.3918257,3.9637885,6.5219874,11.417738,150.09666,51.908108,119.86641,796.39685,208.1553,1890.6554,1747.7345,13.376061,24.791378,12805.119,8.663792,58.308796,546.89594,95.331665,146.9755,64.91181,331.40112,958.13605,394.73456,12.399157,75.36806,1032.3953,1907.6544,39.12172,542.9454,37.940937,1.0427371,59.52791,1.110566,0.6583129,2.9795692,30.496397,112.728325,283.2873,17.064203,3529.868,262.142,94.65254,145.31094,73.960335,96.46476,55.034237,3.1165698,93.3868,558.8834,155.04318,91.94205,72.78519,22.743994,55.345753,67.03248,49.445507,892.451,169.341,4027.9683,38.008526,3766.5894,78.71715,440.65836,2484.8574,76.24703,9.518584,1669.7367,1767.2754,5568.132,154.22302 +2023-06-29 18:00:00,0.0,16111.581,155.90338,19.615253,35.308826,22.079166,173.11838,24.738977,34.39697,19.82102,23.025133,591.6892,505.15326,10.511473,129.09698,15.567033,1.6188835,23.083733,24.19797,1.8416882,349.89594,0.6341049,310.21448,50.495796,0.3598189,2.7962253,108.22608,23.179487,78.47685,137.73157,17029.2,0.6566304,1514.3516,1.1514633,0.70118266,0.3822126,2.3252754,161.90302,217.08287,29.38847,215.32292,23.85479,32.34562,1372.8451,3.9771364,162.81876,127.10341,344.18744,138.83948,379.91556,19.400776,322.8263,0.0,2791.3672,15390.783,22.285536,352.5361,127.17607,44635.508,134.51306,18.72558,138.08273,269.17993,49.45792,17.31491,204.11806,2043.9209,342.79428,124.53776,15.508365,12.155816,488.42487,56.950226,1684.2296,141.44585,2146.0696,263.72894,344.0233,101.39202,336.5517,8.423546,14.29875,30.62193,4.513897,4.108033,62.86856,54.45234,67.58115,15.089014,23.5503,293.261,8.295673,2961.9827,117.708405,52.989582,135.83194,118.98937,213.63194,149.42522,82.916664,33.25339,46.71685,120.930756,319.7524,804.7683,150.77188,491.53006,96.83828,99.6382,303.74704,280.8052,954.98486,342.173,3.7726042,17.040627,10.260873,45.155636,15643.65,5.256,12.813644,22.23889,52.01734,584.9103,95.663895,208.22325,3.3198922,253.20833,567.36975,368.66336,122.81766,336.39438,29.118055,64.91069,274.68182,13.8310795,1.901064,12.461481,2140.8342,0.17810494,0.56637496,58.52423,5.383333,3.961731,6.514002,11.404716,150.00189,51.877605,119.84059,795.9679,208.15909,1890.391,1747.5347,13.367478,24.789236,12800.064,8.663093,58.305553,547.10156,95.325,146.9271,64.90176,331.3,957.7709,394.82568,12.401488,75.35833,1032.7355,1907.1984,39.1202,542.8611,37.913544,1.0428922,59.53359,1.1107991,0.65861654,2.981004,30.49349,112.719666,283.26834,17.072777,3530.1074,262.23956,94.701385,145.42188,74.04226,96.47396,55.089584,3.1179168,93.479164,559.51746,155.24918,92.06509,72.87419,22.738543,55.408333,67.12014,49.456055,892.33624,169.39433,4029.7354,38.006775,3766.4602,78.73015,440.5426,2485.7166,76.28092,9.513683,1669.1588,1765.7495,5566.081,153.95009 +2023-06-29 19:00:00,0.0,16121.433,156.01093,19.617128,35.328335,22.067917,173.09508,24.734907,34.380196,19.818615,23.022627,591.48987,505.04095,10.50539,129.1575,15.577982,1.6158499,23.079672,24.16307,1.8228565,349.80844,0.6258347,310.17517,50.466022,0.35920057,2.7943497,108.21769,23.160685,78.33133,137.69708,17040.92,0.6565427,1513.9398,1.1505703,0.7004988,0.3818841,2.3215566,161.8382,216.99529,29.378017,215.1455,23.848965,32.37718,1373.7592,3.9755552,162.9368,127.16748,344.00415,138.97816,379.9242,19.39454,323.1802,0.0,2788.464,15392.792,22.281075,352.84268,127.1548,44643.74,134.4255,18.726397,138.20363,269.42682,49.384098,17.284748,204.34746,2045.7726,343.1074,124.65973,15.511073,12.148089,487.44467,56.96269,1686.0527,141.53432,2145.956,263.918,344.26187,101.289505,336.91287,8.419811,14.2923155,30.597591,4.509416,4.1012287,62.875847,54.429256,67.540344,15.083641,23.556252,293.3706,8.292176,2960.872,117.78091,52.9316,135.90852,119.05934,213.5831,149.47096,82.90278,33.264446,46.74401,121.01973,319.73187,805.641,150.83781,491.6909,96.885605,99.6674,303.84573,280.87003,954.78235,342.37228,3.7707675,17.04177,10.2632885,45.04424,15643.239,5.251944,12.802774,22.22426,52.040535,585.173,95.68176,208.33336,3.3171303,253.25972,567.4923,368.79346,122.85618,336.36566,29.100788,64.90984,274.5991,13.824427,1.8998084,12.4577,2141.3413,0.17784712,0.56569576,58.49046,5.374841,3.9596732,6.5060163,11.391693,149.9071,51.847103,119.81477,795.53894,208.16287,1890.1267,1747.335,13.358896,24.787096,12795.01,8.662393,58.302315,547.3071,95.31834,146.8787,64.89169,331.19888,957.40576,394.91678,12.40382,75.34861,1033.0757,1906.7424,39.118683,542.77686,37.886147,1.0430474,59.53927,1.111032,0.65892017,2.9824386,30.490582,112.71101,283.2494,17.081352,3530.3472,262.33716,94.75023,145.5328,74.12418,96.48316,55.14493,3.1192641,93.571526,560.1515,155.45515,92.188126,72.9632,22.733091,55.470913,67.2078,49.4666,892.2215,169.44766,4031.5027,38.005024,3766.331,78.74315,440.42685,2486.576,76.31481,9.508781,1668.581,1764.2235,5564.03,153.67717 +2023-06-29 20:00:00,0.0,16131.285,156.11847,19.619005,35.347843,22.056667,173.07178,24.730839,34.363426,19.816208,23.020119,591.2906,504.92865,10.499308,129.21802,15.588931,1.6128162,23.075611,24.12817,1.804025,349.72095,0.61756456,310.13583,50.43625,0.35858226,2.792474,108.2093,23.14188,78.18581,137.6626,17052.639,0.65645504,1513.5281,1.1496773,0.6998149,0.3815556,2.3178377,161.77336,216.90771,29.367567,214.96805,23.843138,32.408737,1374.6732,3.9739742,163.05484,127.23155,343.82086,139.11684,379.93283,19.388306,323.5341,0.0,2785.561,15394.801,22.276615,353.14926,127.13353,44651.97,134.33794,18.727215,138.32452,269.67368,49.310272,17.254585,204.57686,2047.6243,343.42047,124.78171,15.5137825,12.140364,486.46448,56.97515,1687.8759,141.62279,2145.8428,264.10703,344.50043,101.187,337.27402,8.416076,14.28588,30.573256,4.504935,4.0944242,62.883133,54.406166,67.49955,15.078269,23.5622,293.48022,8.288679,2959.7617,117.8534,52.87361,135.9851,119.12931,213.53427,149.51671,82.888885,33.275497,46.77117,121.10871,319.71133,806.5136,150.90375,491.85175,96.93294,99.696594,303.94443,280.93488,954.57983,342.5716,3.7689304,17.042917,10.265703,44.932842,15642.827,5.2478886,12.791905,22.209631,52.06373,585.43567,95.69963,208.44345,3.3143685,253.31111,567.6149,368.92355,122.8947,336.33698,29.083519,64.909,274.5164,13.817774,1.8985529,12.453918,2141.8481,0.1775893,0.5650166,58.456688,5.366349,3.9576154,6.498031,11.378671,149.81232,51.816597,119.78896,795.1099,208.16666,1889.8624,1747.1351,13.350313,24.784954,12789.955,8.661694,58.299072,547.51276,95.31167,146.83028,64.88164,331.09778,957.04065,395.0079,12.406151,75.33889,1033.4159,1906.2864,39.11717,542.69257,37.85875,1.0432025,59.54495,1.111265,0.6592238,2.9838734,30.487673,112.702354,283.23044,17.089926,3530.587,262.43472,94.79907,145.64375,74.20611,96.49236,55.20028,3.1206112,93.66389,560.7855,155.66113,92.31116,73.05221,22.72764,55.53349,67.29546,49.477146,892.1067,169.50099,4033.27,38.00327,3766.202,78.75614,440.3111,2487.435,76.3487,9.5038805,1668.0032,1762.6976,5561.9785,153.40425 +2023-06-29 21:00:00,0.0,16141.137,156.22601,19.620882,35.367355,22.045416,173.0485,24.726768,34.346657,19.813803,23.017612,591.09125,504.81635,10.493225,129.27853,15.599881,1.6097827,23.07155,24.093271,1.7851934,349.63345,0.6092944,310.0965,50.406475,0.35796395,2.7905982,108.200905,23.123077,78.04028,137.62811,17064.36,0.65636736,1513.1165,1.1487843,0.6991311,0.38122708,2.3141184,161.70854,216.82013,29.357115,214.79062,23.83731,32.4403,1375.5873,3.972393,163.17288,127.29562,343.63757,139.25552,379.94144,19.382072,323.888,0.0,2782.6577,15396.811,22.272154,353.45584,127.11226,44660.195,134.25038,18.728031,138.4454,269.92056,49.23645,17.224422,204.80624,2049.4758,343.73358,124.90368,15.516491,12.132638,485.4843,56.987614,1689.699,141.71126,2145.7292,264.29605,344.739,101.08449,337.6352,8.412341,14.279445,30.54892,4.500454,4.08762,62.890415,54.38308,67.45875,15.072896,23.56815,293.5898,8.285183,2958.6511,117.925896,52.815624,136.06169,119.19929,213.48543,149.56245,82.875,33.286552,46.798336,121.197685,319.6908,807.3862,150.96968,492.01257,96.98027,99.72579,304.0431,280.9997,954.3773,342.77087,3.7670937,17.044064,10.268119,44.821445,15642.416,5.243833,12.781035,22.195002,52.086918,585.6983,95.71751,208.55356,3.3116066,253.3625,567.7375,369.05365,122.93323,336.30826,29.06625,64.90816,274.43365,13.81112,1.8972973,12.450137,2142.355,0.17733148,0.56433743,58.422916,5.357857,3.9555578,6.4900455,11.365648,149.71754,51.786095,119.763145,794.68097,208.17044,1889.5981,1746.9354,13.341731,24.782812,12784.9,8.660994,58.295834,547.7184,95.305,146.78188,64.871574,330.99667,956.67554,395.09903,12.408483,75.32916,1033.7561,1905.8304,39.11565,542.60834,37.831356,1.0433577,59.55063,1.111498,0.6595274,2.985308,30.484766,112.6937,283.2115,17.0985,3530.8264,262.5323,94.847916,145.75468,74.28803,96.501564,55.255627,3.1219585,93.75625,561.41956,155.86711,92.4342,73.14122,22.722189,55.59607,67.383125,49.487694,891.99194,169.55434,4035.0374,38.00152,3766.0725,78.76914,440.19534,2488.2942,76.38259,9.498979,1667.4254,1761.1718,5559.9272,153.13133 +2023-06-29 22:00:00,0.0,16150.989,156.33356,19.622757,35.386864,22.034166,173.02519,24.7227,34.329884,19.811396,23.015104,590.8919,504.70404,10.487143,129.33905,15.61083,1.606749,23.06749,24.05837,1.766362,349.546,0.6010242,310.0572,50.376698,0.3573456,2.7887225,108.19251,23.104275,77.89475,137.59363,17076.078,0.6562797,1512.7047,1.1478914,0.69844717,0.38089857,2.3103995,161.64372,216.73256,29.346664,214.61319,23.831484,32.47186,1376.5013,3.970812,163.29094,127.359695,343.45425,139.39421,379.95007,19.375837,324.24188,0.0,2779.7544,15398.819,22.267694,353.76242,127.09099,44668.426,134.16281,18.72885,138.5663,270.16742,49.16263,17.19426,205.03564,2051.3276,344.0467,125.02566,15.5192,12.124912,484.50412,57.000076,1691.5221,141.79973,2145.6157,264.48508,344.9776,100.98197,337.99634,8.408606,14.273009,30.524584,4.495973,4.080816,62.8977,54.359997,67.417946,15.067524,23.5741,293.69943,8.281686,2957.5405,117.9984,52.757637,136.13828,119.26926,213.43658,149.6082,82.861115,33.297607,46.825497,121.28666,319.67026,808.25885,151.03563,492.17343,97.0276,99.75499,304.14178,281.0645,954.1748,342.97018,3.765257,17.04521,10.2705345,44.71005,15642.004,5.2397776,12.770166,22.180372,52.11011,585.961,95.735374,208.66367,3.3088448,253.4139,567.86005,369.18375,122.97175,336.27957,29.048983,64.90731,274.35092,13.804467,1.8960418,12.446355,2142.862,0.17707366,0.5636583,58.38915,5.349365,3.9535,6.48206,11.352626,149.62276,51.755592,119.73733,794.25195,208.17424,1889.3337,1746.7356,13.333148,24.780672,12779.846,8.660295,58.29259,547.924,95.29833,146.73347,64.86152,330.89554,956.3104,395.19012,12.410813,75.31944,1034.0964,1905.3744,39.114132,542.52405,37.80396,1.0435128,59.556313,1.1117309,0.65983105,2.9867425,30.481857,112.68504,283.19254,17.107075,3531.0662,262.62985,94.89676,145.86563,74.36996,96.510765,55.31097,3.1233058,93.84861,562.0536,156.07309,92.55723,73.230225,22.716738,55.65865,67.47079,49.498238,891.8772,169.60767,4036.8044,37.999767,3765.9434,78.782135,440.0796,2489.1533,76.41648,9.494078,1666.8475,1759.6459,5557.876,152.8584 +2023-06-29 23:00:00,0.0,16160.841,156.4411,19.624634,35.406376,22.022917,173.00189,24.71863,34.31311,19.80899,23.012598,590.69257,504.5917,10.481061,129.39957,15.621779,1.6037154,23.06343,24.023472,1.7475305,349.4585,0.59275407,310.01785,50.346924,0.3567273,2.7868469,108.18412,23.08547,77.74923,137.55914,17087.797,0.656192,1512.293,1.1469984,0.6977633,0.38057005,2.3066804,161.5789,216.64497,29.336212,214.43576,23.825659,32.50342,1377.4154,3.969231,163.40898,127.423775,343.27097,139.5329,379.9587,19.369602,324.5958,0.0,2776.851,15400.828,22.263233,354.069,127.069725,44676.656,134.07526,18.729666,138.6872,270.4143,49.088802,17.164097,205.26505,2053.1792,344.3598,125.14763,15.521909,12.117187,483.52396,57.01254,1693.3452,141.8882,2145.5024,264.67413,345.21613,100.87946,338.35748,8.404871,14.266574,30.500248,4.491492,4.0740113,62.904984,54.336914,67.377144,15.062151,23.58005,293.80905,8.278189,2956.4302,118.07089,52.699654,136.21486,119.339226,213.38774,149.65396,82.84722,33.30866,46.852657,121.37563,319.6497,809.13153,151.10156,492.33426,97.07493,99.78419,304.24048,281.12933,953.9722,343.16946,3.76342,17.046354,10.272949,44.59865,15641.593,5.235722,12.759296,22.165741,52.133305,586.2237,95.75324,208.77376,3.306083,253.46527,567.98267,369.31384,123.01027,336.25085,29.031713,64.90646,274.2682,13.797813,1.8947861,12.442574,2143.369,0.17681584,0.5629791,58.355377,5.3408732,3.9514425,6.4740744,11.339603,149.52798,51.72509,119.71151,793.823,208.17802,1889.0695,1746.5359,13.324566,24.77853,12774.791,8.659595,58.289352,548.12964,95.291664,146.68507,64.85146,330.79443,955.9453,395.28125,12.413145,75.30972,1034.4366,1904.9185,39.112614,542.4398,37.77656,1.0436679,59.561993,1.111964,0.6601346,2.9881773,30.47895,112.67639,283.17358,17.115648,3531.306,262.72742,94.9456,145.97656,74.45188,96.519966,55.366318,3.1246529,93.94097,562.6876,156.27907,92.68027,73.31924,22.711285,55.72123,67.55845,49.508785,891.7624,169.661,4038.5718,37.998016,3765.8142,78.795135,439.96384,2490.0125,76.45036,9.489176,1666.2698,1758.12,5555.8247,152.58548 +2023-06-30 00:00:00,0.0,16170.693,156.54865,19.62651,35.425884,22.011667,172.97859,24.714561,34.29634,19.806583,23.010092,590.4932,504.4794,10.474978,129.46008,15.63273,1.6006818,23.05937,23.988571,1.7286988,349.371,0.5844839,309.97855,50.31715,0.35610896,2.7849712,108.17573,23.066668,77.60371,137.52466,17099.518,0.6561043,1511.8812,1.1461054,0.6970795,0.3802415,2.3029616,161.51407,216.5574,29.325762,214.25833,23.819832,32.53498,1378.3295,3.96765,163.52702,127.48785,343.08765,139.67159,379.96732,19.363367,324.94968,0.0,2773.948,15402.837,22.258774,354.37555,127.048454,44684.887,133.9877,18.730484,138.80809,270.66116,49.01498,17.133934,205.49445,2055.031,344.6729,125.2696,15.524618,12.10946,482.54376,57.025,1695.1683,141.97667,2145.389,264.86316,345.4547,100.77695,338.71866,8.401135,14.260139,30.475912,4.487011,4.067207,62.91227,54.313828,67.33635,15.056779,23.585999,293.91864,8.274693,2955.3196,118.143394,52.641666,136.29143,119.409195,213.3389,149.6997,82.833336,33.319714,46.87982,121.46461,319.62915,810.00415,151.1675,492.4951,97.12226,99.81339,304.33917,281.19415,953.7697,343.36877,3.7615833,17.0475,10.275365,44.487255,15641.181,5.2316666,12.748427,22.151112,52.156494,586.4863,95.77112,208.88387,3.3033211,253.51666,568.1052,369.44394,123.04879,336.22217,29.014444,64.905624,274.18546,13.791161,1.8935305,12.438792,2143.8757,0.17655803,0.56229997,58.321606,5.3323812,3.9493847,6.466089,11.326581,149.4332,51.694584,119.68569,793.394,208.18181,1888.8052,1746.336,13.315983,24.77639,12769.736,8.6588955,58.28611,548.33527,95.285,146.63667,64.8414,330.69333,955.5802,395.37234,12.415477,75.299995,1034.7769,1904.4625,39.1111,542.3555,37.74917,1.0438231,59.567673,1.1121969,0.66043824,2.9896119,30.476042,112.66773,283.15463,17.124222,3531.5457,262.82498,94.994446,146.0875,74.533806,96.52917,55.421665,3.1260002,94.03333,563.32166,156.48505,92.80331,73.40824,22.705833,55.78381,67.64611,49.51933,891.64764,169.71434,4040.339,37.99626,3765.685,78.80813,439.84808,2490.8716,76.48425,9.484275,1665.6919,1756.5941,5553.7734,152.31256 +2023-06-30 01:00:00,0.0,16180.545,156.65619,19.628386,35.445393,22.000418,172.95529,24.710491,34.27957,19.804176,23.007584,590.29395,504.3671,10.468896,129.5206,15.643679,1.5976481,23.05531,23.953672,1.7098674,349.2835,0.5762137,309.9392,50.287376,0.35549065,2.7830954,108.167336,23.047863,77.45818,137.49016,17111.236,0.65601665,1511.4695,1.1452124,0.6963956,0.379913,2.2992427,161.44925,216.46983,29.31531,214.0809,23.814005,32.56654,1379.2435,3.966069,163.64507,127.55192,342.90436,139.81026,379.97595,19.357132,325.3036,0.0,2771.045,15404.846,22.254313,354.68213,127.02718,44693.113,133.90013,18.7313,138.92899,270.90802,48.941154,17.103771,205.72385,2056.8826,344.98602,125.39158,15.527327,12.101734,481.56357,57.037468,1696.9915,142.06514,2145.2756,265.0522,345.69327,100.67444,339.0798,8.397401,14.253704,30.451576,4.4825296,4.0604024,62.91955,54.29074,67.29555,15.051406,23.59195,294.02826,8.271195,2954.209,118.21589,52.58368,136.36801,119.479164,213.29005,149.74545,82.81944,33.33077,46.906982,121.55358,319.6086,810.8768,151.23344,492.65594,97.16959,99.84259,304.43787,281.259,953.5672,343.56805,3.7597466,17.048647,10.277781,44.37586,15640.77,5.227611,12.737557,22.136482,52.179688,586.749,95.78899,208.99397,3.3005593,253.56805,568.2278,369.57404,123.08732,336.19345,28.997177,64.90478,274.10275,13.784507,1.892275,12.435011,2144.3828,0.17630021,0.5616208,58.287834,5.323889,3.947327,6.458103,11.313559,149.33841,51.66408,119.659874,792.965,208.1856,1888.5408,1746.1364,13.307401,24.774248,12764.682,8.6581955,58.282867,548.54083,95.278336,146.58827,64.831345,330.59222,955.2151,395.46347,12.417808,75.290276,1035.1171,1904.0065,39.10958,542.2713,37.72177,1.0439782,59.573353,1.1124299,0.66074187,2.9910464,30.473133,112.65908,283.13568,17.132795,3531.7852,262.92255,95.04328,146.19844,74.61574,96.53837,55.477013,3.1273475,94.125694,563.9557,156.69102,92.92634,73.49725,22.700382,55.846386,67.73377,49.529877,891.5329,169.76767,4042.1064,37.99451,3765.5557,78.82113,439.73233,2491.7307,76.51814,9.479373,1665.114,1755.0682,5551.722,152.03963 +2023-06-30 02:00:00,0.0,16190.397,156.76373,19.630262,35.464905,21.989166,172.93199,24.706423,34.2628,19.801771,23.005077,590.0946,504.2548,10.462813,129.58113,15.654628,1.5946145,23.051249,23.918772,1.6910357,349.19604,0.5679436,309.89987,50.257603,0.35487232,2.7812197,108.15894,23.02906,77.31266,137.45567,17122.955,0.65592897,1511.0579,1.1443194,0.69571173,0.3795845,2.2955234,161.38443,216.38225,29.30486,213.90347,23.80818,32.598103,1380.1576,3.9644878,163.76312,127.61599,342.72107,139.94894,379.9846,19.350897,325.65747,0.0,2768.1416,15406.8545,22.249853,354.9887,127.00591,44701.344,133.81258,18.732119,139.04988,271.1549,48.867332,17.073608,205.95325,2058.7344,345.29913,125.51355,15.530036,12.094008,480.5834,57.04993,1698.8146,142.15361,2145.162,265.24124,345.93185,100.57193,339.44098,8.393665,14.247269,30.42724,4.478049,4.053598,62.926838,54.26765,67.254745,15.046034,23.597898,294.13788,8.267698,2953.0984,118.28838,52.525696,136.4446,119.54914,213.24121,149.7912,82.80556,33.34182,46.934143,121.642555,319.58807,811.7494,151.29938,492.81677,97.21693,99.87179,304.53653,281.32382,953.3647,343.76736,3.7579098,17.049793,10.280195,44.26446,15640.358,5.2235556,12.726688,22.121853,52.20288,587.0117,95.806854,209.10406,3.2977974,253.61945,568.3504,369.7041,123.12584,336.16476,28.979908,64.90393,274.02002,13.777854,1.8910193,12.43123,2144.8896,0.1760424,0.56094164,58.254066,5.315397,3.9452693,6.4501176,11.300536,149.24364,51.63358,119.63406,792.536,208.18939,1888.2765,1745.9365,13.298818,24.772106,12759.627,8.657496,58.27963,548.74646,95.27167,146.53987,64.82128,330.49112,954.85,395.55457,12.420139,75.280556,1035.4573,1903.5505,39.108063,542.187,37.694374,1.0441334,59.579033,1.1126629,0.6610455,2.9924812,30.470226,112.65042,283.11673,17.14137,3532.025,263.02014,95.092125,146.30937,74.69766,96.54757,55.53236,3.1286945,94.218056,564.5897,156.897,93.04938,73.586266,22.694931,55.908966,67.821434,49.540424,891.4181,169.821,4043.8738,37.99276,3765.4265,78.83413,439.61658,2492.5898,76.55203,9.474472,1664.5363,1753.5424,5549.671,151.76671 +2023-06-30 03:00:00,0.0,16200.249,156.87128,19.63214,35.484413,21.977917,172.90869,24.702353,34.246025,19.799364,23.00257,589.89526,504.1425,10.456731,129.64165,15.665578,1.5915809,23.047188,23.883873,1.6722043,349.10855,0.5596734,309.86057,50.22783,0.354254,2.779344,108.15055,23.010258,77.16713,137.42119,17134.676,0.6558413,1510.6461,1.1434264,0.6950279,0.37925598,2.2918046,161.31961,216.29468,29.294409,213.72604,23.802353,32.62966,1381.0718,3.9629068,163.88116,127.68006,342.53778,140.08763,379.9932,19.344664,326.01138,0.0,2765.2383,15408.863,22.245392,355.2953,126.98464,44709.574,133.725,18.732935,139.17076,271.40176,48.793507,17.043446,206.18263,2060.586,345.61224,125.63552,15.532744,12.086283,479.6032,57.062393,1700.6377,142.2421,2145.0486,265.43027,346.1704,100.46941,339.80212,8.389931,14.240833,30.402903,4.4735675,4.0467935,62.93412,54.244568,67.21394,15.040661,23.603848,294.24747,8.264202,2951.988,118.360886,52.46771,136.52118,119.61911,213.19237,149.83694,82.791664,33.352875,46.961304,121.73153,319.5675,812.6221,151.36531,492.97763,97.26425,99.900986,304.63522,281.38864,953.1622,343.96664,3.756073,17.050938,10.282611,44.15306,15639.946,5.2194996,12.715819,22.107224,52.22607,587.27435,95.82473,209.21417,3.2950356,253.67084,568.47296,369.8342,123.16436,336.13605,28.962639,64.90309,273.9373,13.7712,1.8897638,12.427447,2145.3965,0.17578457,0.56026244,58.220295,5.306905,3.9432116,6.442132,11.287514,149.14885,51.603073,119.608246,792.10706,208.19318,1888.0122,1745.7368,13.2902355,24.769966,12754.572,8.656797,58.276386,548.9521,95.265,146.49147,64.811226,330.38998,954.48486,395.6457,12.42247,75.270836,1035.7975,1903.0945,39.106544,542.1028,37.66698,1.0442885,59.584713,1.1128958,0.6613491,2.9939158,30.467318,112.64177,283.09778,17.149944,3532.2646,263.1177,95.14097,146.42032,74.77959,96.55677,55.587708,3.1300418,94.31042,565.22375,157.103,93.17242,73.67527,22.68948,55.971546,67.909096,49.55097,891.30334,169.87433,4045.6409,37.991005,3765.2974,78.84712,439.50082,2493.4492,76.58592,9.46957,1663.9584,1752.0165,5547.6196,151.49379 +2023-06-30 04:00:00,0.0,16210.102,156.97884,19.634014,35.50392,21.966667,172.88539,24.698284,34.229256,19.796959,23.000063,589.6959,504.03018,10.450648,129.70216,15.676527,1.5885473,23.043129,23.848972,1.6533726,349.02106,0.5514033,309.82123,50.198055,0.35363567,2.7774684,108.14216,22.991453,77.02161,137.3867,17146.395,0.6557536,1510.2344,1.1425335,0.694344,0.37892747,2.2880857,161.25479,216.20709,29.283957,213.54861,23.796526,32.66122,1381.9858,3.9613256,163.9992,127.74413,342.3545,140.22632,380.00183,19.338428,326.36526,0.0,2762.335,15410.872,22.240932,355.60187,126.96337,44717.805,133.63745,18.733753,139.29166,271.64865,48.719685,17.013283,206.41203,2062.4377,345.92535,125.7575,15.535454,12.078557,478.62305,57.074856,1702.4608,142.33057,2144.9353,265.6193,346.40897,100.366905,340.16327,8.386195,14.234399,30.378567,4.4690866,4.039989,62.941406,54.22148,67.17314,15.035288,23.609798,294.3571,8.260705,2950.8774,118.43338,52.40972,136.59776,119.68908,213.14352,149.88269,82.77778,33.363926,46.98847,121.8205,319.54697,813.4947,151.43124,493.13846,97.311584,99.93018,304.73392,281.45346,952.9596,344.16595,3.754236,17.052084,10.285027,44.041664,15639.535,5.215444,12.704949,22.092594,52.249264,587.53705,95.8426,209.32428,3.2922738,253.72223,568.5955,369.9643,123.20288,336.10736,28.945372,64.902245,273.85455,13.764547,1.8885082,12.423666,2145.9036,0.17552675,0.5595833,58.186523,5.298413,3.941154,6.4341464,11.274491,149.05406,51.57257,119.58243,791.67804,208.19696,1887.7479,1745.537,13.281652,24.767824,12749.518,8.656097,58.273148,549.1577,95.25833,146.44305,64.80117,330.28888,954.11975,395.7368,12.424802,75.26111,1036.1377,1902.6385,39.105026,542.0185,37.639584,1.0444437,59.590397,1.1131288,0.66165274,2.9953506,30.464409,112.63311,283.07883,17.158518,3532.5042,263.21527,95.18981,146.53125,74.86151,96.56597,55.643055,3.1313891,94.40278,565.8578,157.30898,93.29545,73.76428,22.684029,56.034126,67.99676,49.561516,891.18854,169.92767,4047.4082,37.989254,3765.1682,78.86012,439.38507,2494.3083,76.61981,9.464669,1663.3806,1750.4905,5545.5684,151.22087 +2023-06-30 05:00:00,0.0,16219.953,157.08638,19.635891,35.523434,21.955418,172.86209,24.694214,34.212486,19.794552,22.997555,589.4966,503.91788,10.444566,129.76268,15.687476,1.5855137,23.039068,23.814074,1.6345412,348.93356,0.5431331,309.78192,50.168278,0.35301736,2.7755926,108.133766,22.97265,76.87608,137.35222,17158.113,0.65566593,1509.8226,1.1416405,0.69366014,0.37859893,2.2843666,161.18996,216.11952,29.273506,213.37119,23.790699,32.692783,1382.8999,3.9597447,164.11725,127.808205,342.1712,140.365,380.01047,19.332193,326.71918,0.0,2759.432,15412.882,22.236471,355.90842,126.94211,44726.03,133.54988,18.73457,139.41255,271.8955,48.64586,16.98312,206.64143,2064.2893,346.23846,125.87947,15.538162,12.070831,477.64285,57.08732,1704.2839,142.41904,2144.8218,265.80832,346.64752,100.2644,340.52444,8.382461,14.227963,30.35423,4.4646053,4.0331845,62.94869,54.198395,67.13235,15.029916,23.615747,294.4667,8.257208,2949.7668,118.50588,52.351738,136.67435,119.75905,213.09468,149.92844,82.763885,33.37498,47.01563,121.90948,319.52643,814.3673,151.4972,493.2993,97.35892,99.95938,304.8326,281.5183,952.7571,344.36523,3.7523992,17.05323,10.287441,43.930267,15639.123,5.2113886,12.69408,22.077965,52.272457,587.79974,95.860466,209.43437,3.289512,253.7736,568.71814,370.0944,123.24141,336.07864,28.928102,64.9014,273.77182,13.757894,1.8872527,12.419885,2146.4104,0.17526893,0.5589041,58.152752,5.289921,3.9390962,6.426161,11.261469,148.95929,51.54207,119.55661,791.249,208.20074,1887.4835,1745.3373,13.27307,24.765684,12744.463,8.655398,58.269905,549.36334,95.25166,146.39465,64.79111,330.18777,953.75464,395.8279,12.427134,75.25139,1036.4779,1902.1825,39.10351,541.93427,37.612186,1.0445988,59.596077,1.1133618,0.66195637,2.9967852,30.461502,112.62446,283.05988,17.167093,3532.744,263.31284,95.238655,146.64218,74.943436,96.57517,55.698402,3.1327362,94.49514,566.4918,157.51495,93.41849,73.85329,22.678577,56.096706,68.08442,49.57206,891.0738,169.981,4049.1755,37.987503,3765.0388,78.873116,439.26932,2495.1675,76.653694,9.459767,1662.8027,1748.9646,5543.517,150.94794 +2023-06-30 06:00:00,0.0,16229.806,157.19392,19.637766,35.542942,21.944166,172.83879,24.690145,34.195713,19.792145,22.995049,589.2973,503.80554,10.438484,129.8232,15.698426,1.5824801,23.035007,23.779173,1.6157097,348.84607,0.53486294,309.74258,50.138504,0.35239902,2.773717,108.125374,22.953846,76.73056,137.31773,17169.834,0.65557826,1509.4109,1.1407475,0.6929763,0.37827042,2.2806478,161.12514,216.03194,29.263054,213.19376,23.784874,32.724342,1383.814,3.9581635,164.2353,127.872284,341.9879,140.50368,380.01907,19.325958,327.07306,0.0,2756.5286,15414.891,22.23201,356.215,126.92084,44734.26,133.46233,18.735386,139.53345,272.1424,48.572037,16.952957,206.87083,2066.141,346.55157,126.00144,15.540872,12.063105,476.66266,57.09978,1706.107,142.5075,2144.7085,265.99738,346.8861,100.16188,340.8856,8.378725,14.221528,30.329895,4.4601245,4.02638,62.955975,54.175312,67.091545,15.024543,23.621696,294.5763,8.253712,2948.6562,118.57838,52.29375,136.75093,119.829025,213.04584,149.97418,82.75,33.386036,47.04279,121.99845,319.5059,815.2399,151.56313,493.46014,97.40625,99.98858,304.9313,281.58313,952.55457,344.56454,3.7505624,17.054377,10.289857,43.81887,15638.712,5.207333,12.68321,22.063334,52.295647,588.0624,95.87834,209.54448,3.28675,253.825,568.8407,370.2245,123.27993,336.04996,28.910833,64.90056,273.68912,13.751241,1.885997,12.416103,2146.9172,0.17501111,0.5582249,58.118984,5.281429,3.9370387,6.418175,11.248446,148.8645,51.511562,119.53079,790.82,208.20454,1887.2192,1745.1375,13.264487,24.763542,12739.408,8.654698,58.266666,549.569,95.245,146.34625,64.78105,330.08667,953.3895,395.919,12.429464,75.24167,1036.8181,1901.7266,39.101994,541.85,37.584793,1.0447539,59.601757,1.1135948,0.66225994,2.9982197,30.458593,112.6158,283.04092,17.175667,3532.9836,263.4104,95.2875,146.75313,75.02536,96.58437,55.75375,3.1340835,94.5875,567.12585,157.72093,93.54153,73.9423,22.673126,56.159286,68.17208,49.582607,890.95905,170.03433,4050.9429,37.98575,3764.9097,78.886116,439.15356,2496.0266,76.687584,9.454866,1662.225,1747.4387,5541.466,150.67502 +2023-06-30 07:00:00,0.0,16239.657,157.30147,19.639643,35.562454,21.932917,172.81549,24.686075,34.17894,19.78974,22.99254,589.09796,503.69324,10.432402,129.88371,15.709375,1.5794464,23.030947,23.744274,1.596878,348.7586,0.5265928,309.70325,50.10873,0.3517807,2.7718413,108.11698,22.935043,76.58504,137.28325,17181.553,0.6554906,1508.9993,1.1398546,0.6922924,0.3779419,2.2769284,161.06032,215.94437,29.252604,213.01633,23.779047,32.755905,1384.728,3.9565825,164.35335,127.936356,341.8046,140.64236,380.0277,19.319723,327.42697,0.0,2753.6255,15416.899,22.22755,356.52158,126.89957,44742.492,133.37476,18.736204,139.65434,272.38925,48.498215,16.922794,207.10023,2067.9927,346.8647,126.12342,15.54358,12.055379,475.6825,57.112244,1707.9302,142.59598,2144.595,266.1864,347.1247,100.05937,341.24673,8.37499,14.215093,30.30556,4.4556437,4.019576,62.96326,54.152225,67.05074,15.019171,23.627647,294.6859,8.250215,2947.546,118.65087,52.235764,136.8275,119.898994,212.997,150.01993,82.736115,33.397087,47.06995,122.08743,319.48535,816.1126,151.62906,493.62097,97.453575,100.017784,305.02997,281.64795,952.35205,344.76382,3.7487257,17.055521,10.292273,43.707474,15638.3,5.2032776,12.672341,22.048704,52.31884,588.3251,95.89621,209.65459,3.2839882,253.87639,568.96326,370.35458,123.31845,336.02124,28.893564,64.89971,273.60638,13.744587,1.8847415,12.412322,2147.4243,0.1747533,0.5575458,58.085213,5.272937,3.9349809,6.41019,11.235424,148.76973,51.48106,119.504974,790.39105,208.20833,1886.955,1744.9377,13.255905,24.7614,12734.353,8.653999,58.263424,549.7746,95.238335,146.29785,64.770996,329.98557,953.0244,396.01013,12.431796,75.23194,1037.1583,1901.2705,39.100475,541.76575,37.557396,1.0449091,59.607437,1.1138277,0.66256356,2.9996545,30.455687,112.60715,283.02197,17.18424,3533.2231,263.50797,95.33634,146.86406,75.107285,96.593575,55.809097,3.1354308,94.67986,567.7599,157.92691,93.66456,74.0313,22.667675,56.221863,68.25974,49.593155,890.84424,170.08766,4052.7102,37.983997,3764.7805,78.89911,439.0378,2496.8857,76.72147,9.449965,1661.6471,1745.9128,5539.415,150.4021 +2023-06-30 08:00:00,0.0,16249.51,157.40901,19.64152,35.581963,21.921667,172.79219,24.682007,34.16217,19.787333,22.990034,588.8986,503.58093,10.426319,129.94423,15.720325,1.5764128,23.026886,23.709373,1.5780466,348.6711,0.5183226,309.66394,50.078957,0.35116237,2.7699656,108.10859,22.91624,76.43951,137.24876,17193.271,0.6554029,1508.5875,1.1389616,0.69160855,0.3776134,2.2732096,160.9955,215.85678,29.242151,212.83888,23.77322,32.787464,1385.6421,3.9550014,164.47139,128.00043,341.62128,140.78105,380.03635,19.313488,327.78085,0.0,2750.7222,15418.908,22.22309,356.82816,126.878296,44750.72,133.2872,18.73702,139.77524,272.63614,48.42439,16.892632,207.32964,2069.8445,347.17776,126.24539,15.546289,12.047653,474.7023,57.124706,1709.7533,142.68445,2144.4814,266.37543,347.36322,99.956856,341.6079,8.371256,14.208657,30.281223,4.4511623,4.0127716,62.970543,54.12914,67.00994,15.013798,23.633596,294.7955,8.246717,2946.4353,118.72337,52.177776,136.90408,119.96896,212.94815,150.06567,82.72222,33.408142,47.097115,122.17641,319.46478,816.9852,151.695,493.78183,97.50091,100.04698,305.12866,281.71277,952.14954,344.96313,3.7468889,17.056667,10.294687,43.596077,15637.889,5.199222,12.661471,22.034075,52.34203,588.58777,95.91408,209.76468,3.2812264,253.92778,569.0859,370.48468,123.35697,335.99255,28.876297,64.89887,273.52365,13.737934,1.8834859,12.40854,2147.9312,0.17449547,0.5568666,58.05144,5.2644444,3.932923,6.4022045,11.222402,148.67494,51.450558,119.47916,789.96204,208.21211,1886.6906,1744.7379,13.247322,24.75926,12729.298,8.653299,58.260185,549.98016,95.23167,146.24945,64.76093,329.88443,952.6593,396.10123,12.434127,75.22222,1037.4985,1900.8146,39.098957,541.68146,37.53,1.0450642,59.613117,1.1140608,0.6628672,3.001089,30.452778,112.59849,283.00302,17.192814,3533.463,263.60556,95.385185,146.975,75.18921,96.602776,55.864445,3.1367779,94.772224,568.3939,158.13289,93.7876,74.120316,22.662224,56.284443,68.347404,49.6037,890.7295,170.141,4054.4773,37.982246,3764.6514,78.91211,438.92206,2497.7449,76.75536,9.445064,1661.0693,1744.387,5537.364,150.12918 +2023-06-30 09:00:00,0.0,16259.361,157.51656,19.643394,35.60147,21.910418,172.76889,24.677937,34.1454,19.784927,22.987528,588.6993,503.46863,10.420237,130.00475,15.731275,1.5733793,23.022825,23.674475,1.559215,348.58362,0.51005244,309.6246,50.049183,0.35054407,2.7680898,108.1002,22.897436,76.29398,137.21428,17204.992,0.6553152,1508.1758,1.1380686,0.69092464,0.37728488,2.2694907,160.93066,215.76921,29.2317,212.66145,23.767395,32.819023,1386.5562,3.9534204,164.58943,128.0645,341.438,140.91974,380.04495,19.307255,328.13477,0.0,2747.8188,15420.917,22.21863,357.13474,126.857025,44758.95,133.19963,18.737839,139.89612,272.883,48.350567,16.862469,207.55902,2071.696,347.49088,126.36737,15.548998,12.0399275,473.72214,57.13717,1711.5764,142.77292,2144.3682,266.56448,347.6018,99.85435,341.96906,8.36752,14.202223,30.256887,4.4466815,4.005967,62.97783,54.106052,66.96915,15.008426,23.639545,294.90512,8.243221,2945.3247,118.79587,52.119793,136.98067,120.03893,212.8993,150.11143,82.708336,33.419197,47.124275,122.26538,319.44424,817.85785,151.76094,493.94266,97.54824,100.07618,305.22736,281.77762,951.947,345.1624,3.745052,17.057814,10.297103,43.48468,15637.477,5.1951666,12.650602,22.019445,52.365223,588.8504,95.931946,209.87479,3.2784646,253.97917,569.20844,370.61478,123.39549,335.96384,28.859028,64.898026,273.44092,13.73128,1.8822303,12.404758,2148.438,0.17423765,0.55618745,58.01767,5.2559524,3.9308655,6.394219,11.209379,148.58015,51.420055,119.45335,789.5331,208.2159,1886.4263,1744.5382,13.23874,24.757118,12724.243,8.6526,58.256943,550.1858,95.225,146.20105,64.75088,329.78333,952.2942,396.19235,12.436459,75.2125,1037.8387,1900.3586,39.097443,541.5972,37.502605,1.0452194,59.618797,1.1142937,0.6631708,3.0025237,30.44987,112.589836,282.98407,17.20139,3533.7026,263.70312,95.43403,147.08594,75.27113,96.61198,55.919792,3.1381252,94.864586,569.02795,158.33887,93.91063,74.20932,22.65677,56.347023,68.43507,49.614246,890.61475,170.19434,4056.2446,37.980495,3764.522,78.92511,438.8063,2498.604,76.78925,9.440162,1660.4915,1742.8611,5535.3125,149.85625 +2023-06-30 10:00:00,0.0,16269.214,157.6241,19.645271,35.620983,21.899166,172.74559,24.673868,34.128628,19.78252,22.98502,588.49994,503.35632,10.414154,130.06526,15.742224,1.5703456,23.018766,23.639574,1.5403835,348.49612,0.5017823,309.5853,50.01941,0.34992576,2.7662141,108.091805,22.878633,76.14846,137.1798,17216.71,0.65522754,1507.764,1.1371757,0.6902408,0.37695637,2.2657716,160.86584,215.68163,29.221249,212.48402,23.761568,32.850586,1387.4702,3.9518392,164.70749,128.12857,341.2547,141.05843,380.0536,19.30102,328.48865,0.0,2744.9155,15422.926,22.214169,357.4413,126.835754,44767.18,133.11208,18.738655,140.01701,273.12988,48.27674,16.832306,207.78842,2073.5479,347.804,126.48934,15.551707,12.032202,472.74194,57.14963,1713.3995,142.86139,2144.2546,266.7535,347.84036,99.75184,342.33023,8.363786,14.195787,30.232552,4.4422,3.9991627,62.98511,54.082966,66.928345,15.003053,23.645496,295.01474,8.239724,2944.214,118.86837,52.061806,137.05725,120.10891,212.85046,150.15718,82.69444,33.43025,47.151436,122.354355,319.4237,818.73047,151.82687,494.1035,97.59557,100.10538,305.32605,281.84244,951.74445,345.36172,3.7432153,17.05896,10.299519,43.373283,15637.065,5.191111,12.639732,22.004816,52.388416,589.1131,95.94982,209.9849,3.2757027,254.03055,569.331,370.74487,123.43402,335.93515,28.841759,64.89718,273.3582,13.7246275,1.8809748,12.400977,2148.945,0.17397983,0.55550826,57.983902,5.2474604,3.9288077,6.3862333,11.196357,148.48538,51.38955,119.42753,789.10406,208.2197,1886.162,1744.3384,13.230157,24.754978,12719.188,8.6519,58.253704,550.3914,95.21833,146.15265,64.740814,329.68222,951.9291,396.28345,12.43879,75.202774,1038.179,1899.9026,39.095924,541.51294,37.47521,1.0453745,59.62448,1.1145266,0.66347444,3.0039585,30.446962,112.58118,282.96512,17.209963,3533.9421,263.8007,95.482864,147.19687,75.35306,96.62118,55.97514,3.1394725,94.95695,569.662,158.54485,94.03367,74.29833,22.65132,56.409603,68.52273,49.62479,890.49994,170.24767,4058.012,37.97874,3764.3928,78.9381,438.69055,2499.4631,76.823135,9.435261,1659.9137,1741.3352,5533.261,149.58333 +2023-06-30 11:00:00,0.0,16279.065,157.73164,19.647148,35.64049,21.887917,172.72229,24.669798,34.111855,19.780115,22.982513,588.30066,503.24402,10.4080715,130.12578,15.753174,1.567312,23.014706,23.604675,1.521552,348.40863,0.49351212,309.54596,49.989635,0.34930742,2.7643385,108.08341,22.859829,76.00294,137.1453,17228.43,0.65513986,1507.3523,1.1362827,0.68955696,0.37662783,2.2620528,160.80103,215.59406,29.210798,212.3066,23.755741,32.882145,1388.3844,3.9502583,164.82553,128.19264,341.0714,141.1971,380.0622,19.294785,328.84256,0.0,2742.0125,15424.935,22.20971,357.74786,126.81449,44775.41,133.0245,18.739473,140.13791,273.37677,48.20292,16.802143,208.01782,2075.3994,348.1171,126.61131,15.554416,12.024475,471.76178,57.162094,1715.2227,142.94986,2144.1414,266.94254,348.07895,99.64932,342.69138,8.36005,14.189352,30.208216,4.4377193,3.9923582,62.992397,54.05988,66.88754,14.997681,23.651445,295.12433,8.236228,2943.1038,118.940865,52.00382,137.13383,120.17888,212.80162,150.20293,82.68056,33.441303,47.1786,122.44333,319.40317,819.60315,151.8928,494.26434,97.6429,100.134575,305.42474,281.90726,951.54193,345.561,3.7413785,17.060104,10.301933,43.261887,15636.654,5.1870556,12.628863,21.990187,52.411606,589.3758,95.96769,210.09499,3.2729409,254.08194,569.4536,370.87497,123.47254,335.90643,28.824492,64.89634,273.27545,13.717974,1.8797191,12.397196,2149.452,0.17372201,0.5548291,57.95013,5.2389684,3.9267502,6.3782477,11.183333,148.3906,51.359047,119.40171,788.6751,208.22348,1885.8977,1744.1387,13.221575,24.752836,12714.134,8.651201,58.25046,550.59705,95.21167,146.10425,64.73076,329.58112,951.56396,396.37457,12.441121,75.193054,1038.5192,1899.4467,39.094406,541.4287,37.44781,1.0455297,59.63016,1.1147597,0.66377807,3.005393,30.444054,112.572525,282.94617,17.218536,3534.182,263.89825,95.53171,147.30782,75.43498,96.63038,56.030487,3.1408195,95.04931,570.296,158.75082,94.15671,74.38734,22.645868,56.472183,68.61039,49.635338,890.3852,170.301,4059.7793,37.97699,3764.2637,78.9511,438.5748,2500.3223,76.857025,9.430359,1659.3358,1739.8093,5531.21,149.31041 +2023-06-30 12:00:00,0.0,16288.918,157.83919,19.649023,35.66,21.876667,172.69899,24.66573,34.095085,19.777708,22.980005,588.1013,503.1317,10.401989,130.1863,15.764123,1.5642784,23.010645,23.569775,1.5027204,348.32117,0.48524195,309.50662,49.95986,0.3486891,2.7624629,108.07502,22.841026,75.857414,137.11081,17240.15,0.6550522,1506.9407,1.1353897,0.68887305,0.37629932,2.2583337,160.7362,215.50647,29.200346,212.12917,23.749914,32.913704,1389.2985,3.9486773,164.94357,128.25671,340.88812,141.33578,380.07083,19.28855,329.19644,0.0,2739.1091,15426.943,22.205248,358.05444,126.79322,44783.637,132.93695,18.74029,140.2588,273.6236,48.129093,16.77198,208.24722,2077.2512,348.4302,126.73329,15.557125,12.016749,470.7816,57.174557,1717.0457,143.03835,2144.0278,267.1316,348.3175,99.546814,343.05252,8.356316,14.182917,30.183878,4.433238,3.9855537,62.99968,54.036797,66.84674,14.992308,23.657394,295.23395,8.232731,2941.9932,119.01336,51.945835,137.21042,120.24885,212.75278,150.24867,82.666664,33.452354,47.20576,122.5323,319.38263,820.47577,151.95876,494.42517,97.69023,100.16377,305.5234,281.97208,951.3394,345.7603,3.7395415,17.06125,10.304349,43.15049,15636.242,5.1829996,12.617993,21.975557,52.4348,589.6384,95.98556,210.2051,3.2701793,254.13333,569.5762,371.00507,123.51106,335.87775,28.807222,64.89549,273.19275,13.711321,1.8784636,12.393414,2149.9587,0.1734642,0.5541499,57.91636,5.2304764,3.9246924,6.370262,11.170311,148.2958,51.328545,119.37589,788.2461,208.22726,1885.6333,1743.9388,13.212992,24.750694,12709.079,8.650501,58.247223,550.8027,95.205,146.05583,64.7207,329.48,951.19885,396.4657,12.443453,75.183334,1038.8594,1898.9906,39.092888,541.3444,37.420418,1.0456848,59.63584,1.1149926,0.6640817,3.0068278,30.441145,112.563866,282.92722,17.227112,3534.4216,263.99582,95.58055,147.41875,75.51691,96.63958,56.085835,3.1421669,95.14167,570.93005,158.95682,94.27974,74.47635,22.640417,56.53476,68.69806,49.645885,890.2704,170.35434,4061.5466,37.97524,3764.1345,78.964096,438.45908,2501.1816,76.890915,9.425458,1658.7579,1738.2833,5529.1587,149.03748 +2023-06-30 13:00:00,0.0,16298.77,157.94673,19.6509,35.679512,21.865417,172.67569,24.66166,34.078316,19.775301,22.977499,587.902,503.01938,10.395907,130.24681,15.775072,1.5612447,23.006584,23.534876,1.4838889,348.23367,0.4769718,309.46732,49.930084,0.34807077,2.7605872,108.06663,22.822222,75.71188,137.07632,17251.87,0.6549645,1506.5289,1.1344967,0.6881892,0.3759708,2.2546146,160.67139,215.4189,29.189896,211.95174,23.74409,32.945267,1390.2125,3.947096,165.06161,128.32079,340.70483,141.47447,380.07947,19.282314,329.55035,0.0,2736.206,15428.953,22.200788,358.36102,126.77195,44791.867,132.84938,18.741108,140.3797,273.87048,48.05527,16.741817,208.47662,2079.1028,348.74332,126.85526,15.559834,12.009024,469.8014,57.18702,1718.8688,143.12682,2143.9146,267.32062,348.55606,99.4443,343.4137,8.35258,14.176482,30.159542,4.428757,3.9787495,63.006966,54.01371,66.80595,14.986936,23.663343,295.34357,8.229234,2940.8826,119.08586,51.887848,137.287,120.31882,212.70393,150.29442,82.65278,33.46341,47.23292,122.62128,319.36206,821.3484,152.02469,494.58603,97.737564,100.19297,305.6221,282.0369,951.1369,345.9596,3.7377048,17.062397,10.306765,43.039093,15635.831,5.178944,12.607124,21.960928,52.457993,589.9011,96.00343,210.3152,3.2674174,254.18472,569.6987,371.13516,123.54958,335.84903,28.789953,64.894646,273.11002,13.704667,1.877208,12.389632,2150.4656,0.17320637,0.5534708,57.882587,5.2219844,3.9226346,6.3622766,11.157289,148.20103,51.29804,119.350075,787.81714,208.23105,1885.369,1743.7391,13.20441,24.748554,12704.024,8.649802,58.24398,551.0083,95.19833,146.00743,64.71064,329.37888,950.83374,396.5568,12.445784,75.17361,1039.1996,1898.5347,39.091373,541.2602,37.39302,1.0458399,59.64152,1.1152256,0.66438526,3.0082624,30.438238,112.555214,282.90826,17.235685,3534.6611,264.09338,95.629395,147.5297,75.59883,96.64879,56.141182,3.1435142,95.234024,571.5641,159.1628,94.40278,74.56535,22.634966,56.59734,68.78572,49.65643,890.15564,170.40767,4063.3137,37.973484,3764.0054,78.9771,438.34332,2502.0408,76.924805,9.420556,1658.1802,1736.7574,5527.1074,148.76456 +2023-06-30 14:00:00,0.0,16308.622,158.05428,19.652777,35.69902,21.854166,172.65239,24.65759,34.061543,19.772896,22.97499,587.70264,502.90707,10.389825,130.30733,15.786022,1.5582111,23.002523,23.499975,1.4650573,348.14618,0.46870163,309.42798,49.90031,0.34745246,2.7587113,108.058235,22.80342,75.56636,137.04184,17263.588,0.6548768,1506.1172,1.1336037,0.68750536,0.3756423,2.2508957,160.60655,215.33133,29.179445,211.7743,23.738262,32.976826,1391.1266,3.9455152,165.17967,128.38486,340.52155,141.61316,380.08807,19.27608,329.90424,0.0,2733.3027,15430.962,22.196327,358.6676,126.75068,44800.098,132.76183,18.741924,140.5006,274.11737,47.981445,16.711655,208.70602,2080.9546,349.05643,126.977234,15.562543,12.001298,468.82123,57.199482,1720.6919,143.21529,2143.801,267.50964,348.79462,99.34179,343.77484,8.3488455,14.170047,30.135206,4.424276,3.971945,63.014248,53.990623,66.765144,14.981563,23.669294,295.45316,8.225738,2939.772,119.158356,51.82986,137.36357,120.388794,212.65509,150.34016,82.638885,33.474464,47.260082,122.71025,319.34152,822.221,152.09062,494.74686,97.7849,100.222176,305.7208,282.10175,950.9344,346.1589,3.735868,17.063543,10.309179,42.927696,15635.419,5.1748886,12.596255,21.946297,52.481182,590.16376,96.0213,210.4253,3.2646556,254.23611,569.82135,371.26526,123.58811,335.82034,28.772686,64.89381,273.02728,13.698014,1.8759525,12.385851,2150.9727,0.17294855,0.5527916,57.84882,5.213492,3.920577,6.354291,11.144266,148.10625,51.267536,119.32426,787.3881,208.23485,1885.1047,1743.5393,13.195827,24.746412,12698.97,8.649103,58.240738,551.21387,95.191666,145.95903,64.700584,329.27777,950.4686,396.64792,12.448115,75.16389,1039.5398,1898.0786,39.089855,541.1759,37.365627,1.0459951,59.6472,1.1154586,0.6646889,3.009697,30.43533,112.546555,282.8893,17.244259,3534.901,264.19095,95.67824,147.64062,75.680756,96.65799,56.19653,3.1448612,95.326385,572.1981,159.36877,94.52582,74.654366,22.629515,56.65992,68.87338,49.666977,890.0409,170.461,4065.081,37.971733,3763.876,78.99009,438.22757,2502.9,76.958694,9.415655,1657.6023,1735.2316,5525.056,148.49164 +2023-06-30 15:00:00,0.0,16318.474,158.16182,19.654652,35.718533,21.842916,172.6291,24.65352,34.04477,19.770489,22.972485,587.5033,502.79477,10.383742,130.36784,15.796971,1.5551775,22.998463,23.465076,1.4462258,348.0587,0.46043146,309.38867,49.870537,0.34683412,2.7568357,108.04984,22.784616,75.42084,137.00735,17275.309,0.65478915,1505.7054,1.1327107,0.68682146,0.3753138,2.2471766,160.54173,215.24374,29.168993,211.59688,23.732435,33.00839,1392.0406,3.943934,165.29771,128.44893,340.33823,141.75185,380.0967,19.269846,330.25815,0.0,2730.3994,15432.971,22.191868,358.97418,126.72941,44808.324,132.67426,18.742743,140.62148,274.36423,47.907623,16.681492,208.93541,2082.8062,349.36954,127.09921,15.565251,11.993572,467.84103,57.211945,1722.515,143.30376,2143.6875,267.69867,349.0332,99.23928,344.13602,8.34511,14.163611,30.11087,4.419795,3.9651406,63.021534,53.967537,66.72434,14.976191,23.675243,295.56277,8.22224,2938.6616,119.23085,51.771873,137.44016,120.45876,212.60626,150.38591,82.625,33.485516,47.287247,122.799225,319.32098,823.0937,152.15656,494.90768,97.83222,100.25137,305.8195,282.16656,950.7319,346.3582,3.7340312,17.064688,10.311595,42.8163,15635.008,5.170833,12.585385,21.931667,52.504375,590.42645,96.03917,210.5354,3.2618937,254.2875,569.9439,371.39536,123.62663,335.79163,28.755417,64.89296,272.94455,13.69136,1.8746969,12.38207,2151.4795,0.17269073,0.55211246,57.81505,5.205,3.9185193,6.3463054,11.131244,148.01147,51.237034,119.29845,786.95917,208.23863,1884.8405,1743.3396,13.187244,24.74427,12693.915,8.648403,58.2375,551.4195,95.185,145.91063,64.69052,329.17667,950.1035,396.739,12.450447,75.15417,1039.88,1897.6227,39.088337,541.0917,37.33823,1.0461502,59.65288,1.1156915,0.6649925,3.0111318,30.432423,112.5379,282.87036,17.252832,3535.1406,264.28854,95.72708,147.75156,75.76268,96.66719,56.251877,3.1462085,95.41875,572.83215,159.57475,94.64885,74.74337,22.624063,56.7225,68.961044,49.677525,889.9261,170.51434,4066.8484,37.969982,3763.7468,79.00309,438.11182,2503.759,76.992584,9.410753,1657.0245,1733.7057,5523.005,148.21872 +2023-06-30 16:00:00,0.0,16328.326,158.26936,19.656528,35.73804,21.831667,172.6058,24.649452,34.028,19.768084,22.969978,587.30396,502.68246,10.37766,130.42836,15.80792,1.5521439,22.994404,23.430176,1.4273942,347.9712,0.4521613,309.34933,49.840763,0.3462158,2.75496,108.04145,22.765812,75.275314,136.97287,17287.027,0.6547015,1505.2937,1.1318178,0.6861376,0.37498525,2.2434578,160.47691,215.15617,29.158543,211.41945,23.72661,33.039948,1392.9547,3.942353,165.41576,128.513,340.15494,141.89053,380.10535,19.26361,330.61203,0.0,2727.496,15434.9795,22.187407,359.28073,126.708145,44816.555,132.5867,18.743559,140.74237,274.61108,47.8338,16.651329,209.16481,2084.658,349.68265,127.22118,15.567961,11.985846,466.86087,57.22441,1724.3381,143.39223,2143.5742,267.88773,349.2718,99.136765,344.49716,8.341375,14.157176,30.086535,4.415314,3.958336,63.02882,53.94445,66.68354,14.970818,23.681192,295.6724,8.218743,2937.551,119.30335,51.71389,137.51674,120.52873,212.55742,150.43166,82.611115,33.49657,47.314407,122.8882,319.30045,823.9663,152.2225,495.06854,97.879555,100.28057,305.91818,282.23138,950.5293,346.5575,3.7321944,17.065834,10.314011,42.704903,15634.596,5.1667776,12.574516,21.917038,52.52757,590.68915,96.057045,210.64551,3.259132,254.33888,570.06647,371.52545,123.66515,335.76294,28.738148,64.89211,272.86182,13.684708,1.8734412,12.378288,2151.9863,0.17243293,0.55143327,57.781277,5.196508,3.9164617,6.33832,11.118221,147.91669,51.206528,119.27263,786.53015,208.24242,1884.576,1743.1398,13.178661,24.74213,12688.86,8.647704,58.234257,551.6251,95.17834,145.86223,64.680466,329.07556,949.7384,396.83014,12.452778,75.14444,1040.2202,1897.1667,39.08682,541.0074,37.310833,1.0463054,59.658566,1.1159245,0.66529614,3.0125663,30.429514,112.52924,282.8514,17.261408,3535.3804,264.3861,95.775925,147.8625,75.844604,96.67639,56.30722,3.1475558,95.51111,573.4662,159.78073,94.77189,74.83238,22.618612,56.78508,69.048706,49.68807,889.81134,170.56767,4068.6157,37.968227,3763.6177,79.01608,437.99606,2504.6182,77.02647,9.405852,1656.4467,1732.1798,5520.9536,147.94579 +2023-06-30 17:00:00,0.0,16338.178,158.3769,19.658405,35.75755,21.820417,172.5825,24.645382,34.01123,19.765676,22.96747,587.1047,502.57016,10.371577,130.48889,15.818871,1.5491103,22.990343,23.395277,1.4085627,347.88373,0.44389114,309.31,49.81099,0.34559748,2.7530844,108.03306,22.74701,75.12978,136.93839,17298.748,0.6546138,1504.8821,1.1309248,0.6854538,0.37465674,2.2397387,160.4121,215.06859,29.14809,211.24202,23.720783,33.071507,1393.8688,3.9407718,165.5338,128.57709,339.97162,142.0292,380.11395,19.257376,330.96594,0.0,2724.593,15436.988,22.182947,359.5873,126.686874,44824.785,132.49913,18.744377,140.86327,274.85797,47.759975,16.621166,209.39421,2086.5095,349.99576,127.343155,15.570669,11.97812,465.88068,57.236874,1726.1613,143.4807,2143.4607,268.07675,349.51035,99.034256,344.8583,8.33764,14.150741,30.062199,4.410833,3.9515316,63.036102,53.921364,66.64274,14.9654455,23.687143,295.78198,8.215247,2936.4404,119.37585,51.655903,137.59332,120.5987,212.50858,150.4774,82.59722,33.507626,47.341568,122.97717,319.27988,824.8389,152.28844,495.22937,97.92689,100.30977,306.01685,282.2962,950.3268,346.75677,3.7303576,17.06698,10.316425,42.593502,15634.185,5.162722,12.563646,21.902409,52.55076,590.9518,96.07491,210.7556,3.25637,254.39027,570.1891,371.65552,123.703674,335.73422,28.72088,64.89127,272.7791,13.678054,1.8721857,12.374506,2152.4934,0.17217511,0.55075413,57.747505,5.188016,3.914404,6.330334,11.105199,147.8219,51.176025,119.24681,786.1012,208.2462,1884.3118,1742.9401,13.170079,24.739988,12683.806,8.647004,58.231018,551.83075,95.17167,145.81383,64.67041,328.97443,949.3733,396.92123,12.45511,75.13472,1040.5604,1896.7107,39.0853,540.92316,37.28344,1.0464605,59.664246,1.1161575,0.66559976,3.014001,30.426605,112.52059,282.83246,17.269981,3535.6199,264.48367,95.82477,147.97343,75.92653,96.68559,56.362568,3.148903,95.60347,574.1002,159.98671,94.89493,74.92139,22.613161,56.847656,69.13637,49.698616,889.6966,170.621,4070.3828,37.966476,3763.4885,79.02908,437.8803,2505.4773,77.060356,9.40095,1655.8689,1730.6539,5518.9023,147.67287 +2023-06-30 18:00:00,0.0,16348.03,158.48447,19.66028,35.77706,21.809166,172.5592,24.641314,33.994457,19.76327,22.964964,586.90533,502.45786,10.365495,130.54941,15.82982,1.5460767,22.986282,23.360376,1.3897312,347.79623,0.435621,309.2707,49.781216,0.34497917,2.7512085,108.024666,22.728205,74.98426,136.9039,17310.467,0.6545261,1504.4703,1.1300318,0.68476987,0.37432823,2.2360196,160.34726,214.98102,29.13764,211.06459,23.714956,33.10307,1394.7828,3.9391909,165.65186,128.64116,339.78833,142.1679,380.1226,19.25114,331.31982,0.0,2721.69,15438.997,22.178486,359.8939,126.6656,44833.016,132.41158,18.745193,140.98416,275.10486,47.686153,16.591003,209.62361,2088.3613,350.30887,127.46513,15.573379,11.970394,464.9005,57.249336,1727.9844,143.56917,2143.3474,268.26578,349.7489,98.93174,345.21948,8.333905,14.144306,30.037863,4.406352,3.9447274,63.04339,53.89828,66.601944,14.9600725,23.693092,295.8916,8.21175,2935.3298,119.44835,51.597916,137.6699,120.66868,212.45973,150.52315,82.583336,33.518677,47.36873,123.06615,319.25934,825.71155,152.35437,495.39023,97.97422,100.33897,306.11554,282.36105,950.12427,346.9561,3.7285209,17.068127,10.318841,42.482105,15633.773,5.1586666,12.552777,21.88778,52.57395,591.2145,96.09278,210.8657,3.2536082,254.44167,570.31165,371.7856,123.7422,335.70554,28.703611,64.89043,272.69638,13.671401,1.8709301,12.370725,2153.0002,0.17191729,0.55007493,57.713737,5.179524,3.9123464,6.3223486,11.092176,147.72713,51.145523,119.22099,785.6721,208.25,1884.0475,1742.7402,13.161496,24.737848,12678.751,8.646305,58.227776,552.0364,95.165,145.76543,64.66035,328.87332,949.0082,397.01236,12.45744,75.125,1040.9006,1896.2548,39.083786,540.83887,37.256042,1.0466156,59.669926,1.1163905,0.6659034,3.0154357,30.423698,112.51193,282.8135,17.278555,3535.8596,264.58124,95.87361,148.08438,76.00845,96.69479,56.417915,3.1502502,95.69583,574.73425,160.19269,95.01796,75.0104,22.60771,56.910236,69.22403,49.70916,889.5818,170.67433,4072.1501,37.964725,3763.3591,79.04208,437.76456,2506.3364,77.094246,9.3960495,1655.291,1729.128,5516.8516,147.39995 +2023-06-30 19:00:00,0.0,16357.882,158.59201,19.662157,35.79657,21.797916,172.5359,24.637243,33.977684,19.760864,22.962456,586.706,502.34555,10.359412,130.60992,15.840769,1.543043,22.982222,23.325478,1.3708996,347.70874,0.42735082,309.23135,49.751442,0.34436083,2.749333,108.01627,22.709402,74.83874,136.86942,17322.186,0.65443844,1504.0586,1.1291388,0.684086,0.3739997,2.2323008,160.28244,214.89343,29.127188,210.88715,23.709131,33.13463,1395.6969,3.9376097,165.7699,128.70523,339.60504,142.30658,380.13123,19.244905,331.67374,0.0,2718.7866,15441.006,22.174026,360.20047,126.64433,44841.242,132.324,18.746012,141.10506,275.3517,47.612328,16.56084,209.85301,2090.213,350.62195,127.587105,15.576087,11.962668,463.92032,57.2618,1729.8075,143.65764,2143.234,268.45483,349.98746,98.82923,345.58063,8.33017,14.137871,30.013527,4.4018707,3.937923,63.05067,53.875195,66.56114,14.9547,23.699041,296.00122,8.208253,2934.2195,119.52084,51.539932,137.74649,120.73865,212.41089,150.56891,82.56944,33.52973,47.395893,123.15513,319.2388,826.5842,152.42032,495.55106,98.021545,100.368164,306.21423,282.42587,949.92175,347.15536,3.726684,17.069271,10.321257,42.37071,15633.361,5.154611,12.541907,21.87315,52.597145,591.4772,96.11065,210.97581,3.2508464,254.49306,570.4342,371.9157,123.78072,335.67682,28.686342,64.88958,272.61365,13.664747,1.8696746,12.366943,2153.507,0.17165947,0.5493958,57.679966,5.171032,3.9102886,6.3143635,11.079154,147.63234,51.11502,119.195175,785.24316,208.25378,1883.7831,1742.5405,13.152914,24.735706,12673.696,8.645605,58.224537,552.242,95.15833,145.71703,64.65029,328.77222,948.64307,397.10345,12.459772,75.11528,1041.2408,1895.7987,39.082268,540.75464,37.228645,1.0467708,59.675606,1.1166234,0.666207,3.0168703,30.42079,112.50328,282.79456,17.28713,3536.0994,264.6788,95.922455,148.19531,76.09038,96.703995,56.473263,3.1515975,95.78819,575.3683,160.39867,95.141,75.0994,22.602257,56.972816,69.31169,49.719707,889.46704,170.72768,4073.9175,37.962975,3763.23,79.05508,437.6488,2507.1956,77.128136,9.391148,1654.7133,1727.6022,5514.8003,147.12701 +2023-06-30 20:00:00,0.0,16367.734,158.69955,19.664032,35.81608,21.786667,172.5126,24.633175,33.960915,19.758457,22.95995,586.50665,502.23325,10.35333,130.67044,15.851719,1.5400094,22.97816,23.290577,1.3520681,347.62125,0.41908064,309.19202,49.72167,0.34374252,2.7474573,108.00788,22.6906,74.693214,136.83492,17333.906,0.65435076,1503.6469,1.1282458,0.6834021,0.3736712,2.2285817,160.21762,214.80586,29.116737,210.70972,23.703304,33.166187,1396.6111,3.9360287,165.88794,128.7693,339.42175,142.44527,380.13983,19.23867,332.02762,0.0,2715.8833,15443.015,22.169565,360.50705,126.62306,44849.473,132.23645,18.746828,141.22595,275.5986,47.538506,16.530678,210.08241,2092.0647,350.93506,127.70908,15.578796,11.954943,462.94012,57.27426,1731.6306,143.74612,2143.1204,268.64386,350.22604,98.72672,345.94177,8.326435,14.131435,29.98919,4.39739,3.9311185,63.057957,53.85211,66.52034,14.949327,23.704992,296.1108,8.204757,2933.109,119.59334,51.481945,137.82307,120.80862,212.36205,150.61465,82.55556,33.540783,47.423054,123.2441,319.21826,827.45685,152.48625,495.71188,98.06888,100.39736,306.31293,282.4907,949.71924,347.35468,3.724847,17.070417,10.323671,42.25931,15632.95,5.150555,12.531038,21.85852,52.620335,591.7398,96.128525,211.0859,3.2480845,254.54445,570.5568,372.0458,123.819244,335.64813,28.669075,64.88874,272.5309,13.658094,1.8684189,12.363162,2154.0142,0.17140165,0.5487166,57.646194,5.16254,3.9082308,6.306378,11.066132,147.53755,51.084515,119.16936,784.81415,208.25757,1883.5188,1742.3407,13.144331,24.733564,12668.642,8.644906,58.221294,552.44763,95.151665,145.66861,64.640236,328.6711,948.27795,397.19458,12.462104,75.10555,1041.581,1895.3428,39.08075,540.67035,37.201252,1.0469259,59.681286,1.1168565,0.66651064,3.018305,30.417881,112.49462,282.7756,17.295704,3536.3389,264.77637,95.97129,148.30624,76.1723,96.713196,56.52861,3.1529446,95.880554,576.0023,160.60466,95.26403,75.188416,22.596806,57.035397,69.39935,49.730255,889.35223,170.781,4075.6848,37.96122,3763.1008,79.06808,437.53305,2508.055,77.162025,9.386247,1654.1354,1726.0762,5512.749,146.8541 +2023-06-30 21:00:00,0.0,16377.586,158.8071,19.665909,35.83559,21.775417,172.4893,24.629105,33.944145,19.756052,22.957441,586.3073,502.1209,10.347248,130.73096,15.862668,1.5369759,22.9741,23.255678,1.3332365,347.53375,0.4108105,309.1527,49.69189,0.34312418,2.7455816,107.99949,22.671795,74.54769,136.80043,17345.625,0.6542631,1503.2351,1.1273528,0.6827183,0.3733427,2.2248628,160.1528,214.71828,29.106285,210.53229,23.697477,33.19775,1397.5251,3.9344475,166.00598,128.83337,339.23846,142.58395,380.14847,19.232437,332.38153,0.0,2712.98,15445.024,22.165106,360.81363,126.60179,44857.703,132.14888,18.747646,141.34683,275.84546,47.46468,16.500515,210.3118,2093.9163,351.24817,127.831055,15.581505,11.947217,461.95996,57.286724,1733.4537,143.8346,2143.007,268.8329,350.4646,98.62421,346.30295,8.3227,14.125,29.964853,4.3929086,3.924314,63.06524,53.82902,66.47954,14.943955,23.710941,296.22043,8.20126,2931.9983,119.66584,51.423958,137.89964,120.878586,212.3132,150.6604,82.541664,33.551838,47.450214,123.33308,319.19772,828.32947,152.55219,495.87274,98.11621,100.42657,306.41162,282.5555,949.5167,347.55396,3.7230103,17.071564,10.326087,42.147915,15632.538,5.1464996,12.520168,21.84389,52.643528,592.0025,96.14639,211.19601,3.2453227,254.59584,570.6794,372.1759,123.857765,335.61942,28.651806,64.88789,272.44818,13.651441,1.8671634,12.359381,2154.521,0.17114383,0.54803747,57.612423,5.1540475,3.9061732,6.2983923,11.053109,147.44278,51.054012,119.14355,784.3852,208.26135,1883.2545,1742.141,13.135749,24.731424,12663.587,8.644206,58.218056,552.6532,95.145,145.62021,64.63017,328.57,947.91284,397.28568,12.464435,75.09583,1041.9213,1894.8867,39.07923,540.5861,37.173855,1.0470811,59.686966,1.1170894,0.6668142,3.0197396,30.414974,112.48597,282.75665,17.304277,3536.5786,264.87396,96.020134,148.41719,76.25423,96.7224,56.583958,3.1542919,95.972916,576.63635,160.81064,95.38707,75.27742,22.591354,57.097977,69.487015,49.7408,889.2375,170.83434,4077.4521,37.95947,3762.9717,79.08107,437.4173,2508.914,77.195915,9.381345,1653.5576,1724.5503,5510.6978,146.58118 +2023-06-30 22:00:00,0.0,16387.438,158.91464,19.667786,35.8551,21.764166,172.466,24.625036,33.927372,19.753645,22.954935,586.10803,502.0086,10.341166,130.79147,15.873617,1.5339422,22.970041,23.220778,1.314405,347.4463,0.40254033,309.11337,49.662117,0.34250587,2.7437057,107.9911,22.652992,74.40216,136.76595,17357.344,0.6541754,1502.8235,1.12646,0.68203443,0.37301415,2.2211437,160.08797,214.6307,29.095835,210.35486,23.69165,33.22931,1398.4392,3.9328666,166.12404,128.89745,339.05518,142.72263,380.1571,19.226202,332.7354,0.0,2710.077,15447.033,22.160645,361.12018,126.58053,44865.934,132.06133,18.748463,141.46773,276.09235,47.390858,16.470352,210.5412,2095.768,351.56128,127.953026,15.584214,11.93949,460.97977,57.299187,1735.2769,143.92307,2142.8936,269.0219,350.7032,98.5217,346.6641,8.318965,14.118566,29.940517,4.3884277,3.9175098,63.072525,53.805935,66.43874,14.938582,23.71689,296.33005,8.1977625,2930.8877,119.738335,51.36597,137.97623,120.94856,212.26436,150.70615,82.52778,33.562893,47.477375,123.42205,319.17715,829.2021,152.61812,496.03357,98.16354,100.455765,306.51028,282.62036,949.31415,347.75327,3.7211735,17.07271,10.328503,42.03652,15632.127,5.142444,12.509299,21.82926,52.66672,592.2652,96.16426,211.30612,3.2425609,254.64722,570.80194,372.306,123.89629,335.59073,28.634537,64.88705,272.36548,13.644788,1.8659078,12.355598,2155.0278,0.17088601,0.5473583,57.578655,5.1455555,3.9041154,6.2904067,11.040087,147.34799,51.02351,119.11773,783.9562,208.26515,1882.9902,1741.9412,13.127166,24.729282,12658.532,8.643507,58.214813,552.8588,95.138336,145.57181,64.62012,328.46887,947.5477,397.3768,12.466766,75.08611,1042.2615,1894.4308,39.077717,540.50183,37.146458,1.0472362,59.69265,1.1173223,0.66711783,3.0211742,30.412066,112.47731,282.7377,17.31285,3536.8184,264.97153,96.06898,148.52812,76.33615,96.7316,56.639305,3.1556392,96.06528,577.2704,161.01662,95.51011,75.36643,22.585903,57.160553,69.57468,49.751347,889.12274,170.88766,4079.2192,37.957718,3762.8423,79.09407,437.30154,2509.7732,77.2298,9.376444,1652.9797,1723.0244,5508.6465,146.30826 +2023-06-30 23:00:00,0.0,16397.291,159.02219,19.66966,35.87461,21.752916,172.4427,24.620966,33.9106,19.75124,22.952427,585.9087,501.8963,10.335083,130.85199,15.884567,1.5309086,22.96598,23.185879,1.2955734,347.3588,0.39427018,309.07407,49.632343,0.34188753,2.74183,107.982704,22.634188,74.25664,136.73146,17369.064,0.6540877,1502.4117,1.125567,0.6813505,0.37268564,2.2174246,160.02315,214.54312,29.085382,210.17743,23.685825,33.26087,1399.3533,3.9312854,166.24208,128.96152,338.8719,142.86131,380.1657,19.219967,333.08932,0.0,2707.1738,15449.042,22.156185,361.42676,126.55926,44874.16,131.97375,18.74928,141.58862,276.3392,47.31703,16.44019,210.7706,2097.6196,351.8744,128.075,15.586923,11.931765,459.9996,57.31165,1737.1,144.01154,2142.7803,269.21097,350.9417,98.41918,347.02527,8.315229,14.11213,29.916182,4.3839464,3.9107053,63.079807,53.782852,66.39794,14.93321,23.722841,296.43964,8.194266,2929.7773,119.81084,51.307987,138.05281,121.01853,212.21552,150.75189,82.513885,33.573944,47.50454,123.511024,319.15662,830.07477,152.68407,496.19443,98.21087,100.48496,306.60898,282.68518,949.11163,347.95255,3.7193367,17.073854,10.330917,41.92512,15631.715,5.1383886,12.498429,21.81463,52.68991,592.52783,96.18214,211.41621,3.239799,254.69861,570.92456,372.4361,123.934814,335.562,28.61727,64.88621,272.28275,13.638134,1.8646523,12.351817,2155.535,0.17062819,0.54667914,57.544884,5.1370635,3.902058,6.282421,11.027064,147.25322,50.993004,119.09191,783.5272,208.26894,1882.7258,1741.7415,13.118584,24.727142,12653.478,8.642807,58.211575,553.06445,95.13167,145.5234,64.610054,328.36777,947.1826,397.4679,12.469097,75.076385,1042.6017,1893.9747,39.0762,540.4176,37.119064,1.0473914,59.69833,1.1175554,0.66742146,3.022609,30.409159,112.46866,282.71875,17.321426,3537.0579,265.0691,96.11782,148.63907,76.418076,96.7408,56.694653,3.1569862,96.15764,577.9044,161.2226,95.63314,75.45544,22.580452,57.223133,69.66234,49.76189,889.00793,170.94101,4080.9866,37.955963,3762.7131,79.10706,437.1858,2510.6323,77.26369,9.371542,1652.402,1721.4985,5506.595,146.03532 +2023-07-01 00:00:00,0.0,16407.143,159.12973,19.671537,35.89412,21.741667,172.4194,24.616898,33.89383,19.748833,22.94992,585.70935,501.784,10.329,130.9125,15.895516,1.527875,22.96192,23.150978,1.2767419,347.2713,0.386,309.03473,49.60257,0.34126922,2.7399545,107.97431,22.615385,74.111115,136.69698,17380.783,0.65400004,1502.0,1.124674,0.6806667,0.37235713,2.2137058,159.95833,214.45555,29.074932,210.0,23.679998,33.29243,1400.2673,3.9297044,166.36012,129.02559,338.68857,143.0,380.17435,19.213732,333.4432,0.0,2704.2705,15451.051,22.151724,361.73334,126.53799,44882.39,131.8862,18.750097,141.70952,276.58606,47.24321,16.410027,211.0,2099.4714,352.1875,128.19698,15.589632,11.924039,459.0194,57.324112,1738.9231,144.1,2142.6667,269.4,351.1803,98.31667,347.3864,8.311495,14.105695,29.891846,4.3794656,3.9039009,63.087093,53.759766,66.35714,14.927837,23.72879,296.54926,8.190769,2928.6667,119.88333,51.25,138.1294,121.0885,212.16667,150.79764,82.5,33.585,47.5317,123.6,319.13608,830.9474,152.75,496.35526,98.2582,100.51416,306.70767,282.75,948.9091,348.15186,3.7175,17.075,10.333333,41.813725,15631.304,5.134333,12.48756,21.800001,52.713104,592.7905,96.200005,211.52632,3.2370372,254.75,571.0471,372.5662,123.973335,335.53333,28.6,64.88536,272.2,13.631481,1.8633966,12.348036,2156.0417,0.17037037,0.54599994,57.511112,5.1285715,3.9,6.2744355,11.014042,147.15843,50.9625,119.06609,783.0982,208.27272,1882.4615,1741.5416,13.110001,24.725,12648.423,8.642108,58.208332,553.2701,95.125,145.475,64.6,328.26666,946.8175,397.55902,12.471429,75.066666,1042.9419,1893.5188,39.07468,540.3333,37.091667,1.0475465,59.70401,1.1177883,0.6677251,3.0240436,30.40625,112.46,282.6998,17.33,3537.2976,265.16666,96.166664,148.75,76.5,96.75,56.75,3.1583335,96.25,578.53845,161.42857,95.75618,75.54445,22.575,57.285713,69.75,49.772438,888.8932,170.99434,4082.754,37.954212,3762.584,79.12006,437.07004,2511.4915,77.29758,9.366641,1651.8241,1719.9727,5504.544,145.7624 +2023-07-01 01:00:00,0.0,16408.771,159.3345,19.67965,35.892048,21.751947,172.40573,24.616236,33.891766,19.749065,22.946857,586.1138,501.44424,10.326753,130.91277,15.883709,1.5266346,22.967358,23.13321,1.278101,347.24966,0.38580665,309.0589,49.592762,0.3420216,2.739766,107.972755,22.605976,74.059296,136.64624,17394.238,0.6532921,1502.0807,1.1237587,0.6801168,0.37200668,2.2115726,159.93428,214.38002,29.068972,209.98354,23.676102,33.36029,1401.3062,3.927959,166.56691,129.12004,338.72284,142.99762,380.1122,19.233732,333.6865,0.0,2703.854,15449.248,22.17335,361.96127,126.574394,44880.387,131.88646,18.764729,141.74725,276.82333,47.27537,16.429651,211.07793,2099.5354,352.17465,128.27432,15.603281,11.93187,458.91592,57.345505,1738.2911,144.0207,2143.1052,269.26544,351.23715,98.28838,347.09482,8.3095045,14.101281,29.872686,4.3769355,3.9013999,63.09384,53.778767,66.36457,14.945957,23.735935,296.32327,8.188902,2928.9363,119.79734,51.28394,138.03795,121.04129,212.17908,150.71873,82.620964,33.560436,47.51795,123.56206,319.0994,830.5824,152.61801,496.0722,98.21607,100.55867,306.66278,282.94046,948.9307,347.90152,3.7180114,17.082628,10.331021,41.809986,15635.857,5.131396,12.496364,21.812233,52.68029,592.444,96.132935,211.41689,3.2365587,254.5755,570.80865,372.44397,123.97875,335.77994,28.609768,64.934814,272.0567,13.627695,1.8630375,12.34602,2154.861,0.17025213,0.5456724,57.498646,5.133084,3.8997726,6.2713556,11.009244,147.08943,50.94024,119.022285,782.8166,208.30992,1882.6754,1741.7345,13.115431,24.733322,12646.309,8.641014,58.223003,553.4706,95.17547,145.51912,64.620865,328.38153,946.63403,397.606,12.478706,75.09875,1042.9773,1893.7958,39.088352,540.4336,37.107605,1.0476115,59.707447,1.1177897,0.66775244,3.0242097,30.42686,112.474686,282.66437,17.332468,3536.8896,265.2838,96.207436,148.7947,76.50691,96.74815,56.745632,3.171136,96.26142,578.83997,161.54138,95.80648,75.60469,22.556183,57.396408,69.82628,49.755028,888.68787,171.00511,4082.1438,37.946487,3761.5837,79.11955,437.04623,2511.152,77.304565,9.366792,1651.1763,1718.9222,5501.83,145.68881 +2023-07-01 02:00:00,0.0,16410.402,159.53929,19.68776,35.889977,21.762226,172.39207,24.615574,33.889698,19.749296,22.943794,586.5182,501.10446,10.324505,130.91301,15.871901,1.5253941,22.972797,23.11544,1.2794601,347.22803,0.38561326,309.08307,49.58296,0.34277397,2.7395773,107.9712,22.596567,74.00747,136.59549,17407.691,0.65258425,1502.1614,1.1228433,0.6795669,0.37165624,2.2094395,159.91025,214.30447,29.063011,209.96707,23.672205,33.42815,1402.3451,3.9262133,166.77368,129.21451,338.75714,142.99522,380.0501,19.253733,333.9298,0.0,2703.438,15447.444,22.194977,362.18918,126.6108,44878.383,131.88672,18.779362,141.78499,277.0606,47.307533,16.449278,211.15585,2099.5996,352.1618,128.35168,15.616929,11.939702,458.81244,57.366898,1737.659,143.9414,2143.5437,269.13092,351.294,98.260086,346.80322,8.307513,14.096868,29.853527,4.374406,3.8988988,63.10059,53.797768,66.371994,14.964076,23.743082,296.09732,8.187035,2929.206,119.71134,51.317875,137.9465,120.99408,212.1915,150.63985,82.741936,33.53587,47.504196,123.524124,319.06268,830.2174,152.48602,495.78912,98.17395,100.60319,306.6179,283.13092,948.9524,347.65118,3.7185228,17.090256,10.32871,41.806244,15640.412,5.1284585,12.505168,21.824463,52.647476,592.0974,96.065865,211.30745,3.2360804,254.401,570.5702,372.32175,123.98417,336.02655,28.619534,64.98427,271.9134,13.623908,1.8626783,12.344004,2153.6807,0.17013389,0.54534495,57.486183,5.137596,3.8995452,6.2682753,11.004446,147.02043,50.91798,118.97848,782.5349,208.34714,1882.8894,1741.9272,13.120861,24.741644,12644.194,8.639919,58.23768,553.6711,95.225945,145.56325,64.64173,328.4964,946.4506,397.65292,12.485984,75.13082,1043.0126,1894.0728,39.10202,540.5339,37.123543,1.0476764,59.710884,1.117791,0.6677798,3.0243762,30.44747,112.48937,282.6289,17.334938,3536.4817,265.40097,96.24821,148.83939,76.513824,96.74631,56.741264,3.1839383,96.27285,579.1414,161.65419,95.85677,75.66494,22.537367,57.507103,69.90256,49.737617,888.48254,171.01588,4081.5337,37.93876,3760.5833,79.11904,437.02246,2510.813,77.311554,9.366942,1650.5286,1717.8717,5499.116,145.61522 +2023-07-01 03:00:00,0.0,16412.031,159.74408,19.695871,35.887905,21.772507,172.3784,24.614912,33.887634,19.749529,22.940731,586.92255,500.7647,10.322257,130.91327,15.860093,1.5241537,22.978235,23.097672,1.2808193,347.20636,0.3854199,309.10724,49.57315,0.34352636,2.739389,107.969635,22.58716,73.95565,136.54475,17421.146,0.65187633,1502.2421,1.121928,0.679017,0.37130582,2.2073066,159.8862,214.22894,29.057053,209.9506,23.668308,33.49601,1403.3839,3.9244678,166.98047,129.30896,338.79144,142.99284,379.98798,19.273731,334.1731,0.0,2703.0217,15445.642,22.216602,362.4171,126.64721,44876.38,131.88698,18.793993,141.82272,277.29785,47.33969,16.468903,211.23378,2099.6636,352.14896,128.42903,15.630578,11.947534,458.70895,57.388294,1737.0271,143.8621,2143.982,268.99637,351.35083,98.2318,346.5116,8.305523,14.092453,29.834368,4.371876,3.8963978,63.107338,53.81677,66.379425,14.982196,23.750227,295.87134,8.185167,2929.4756,119.62535,51.351814,137.85506,120.94687,212.2039,150.56094,82.8629,33.511307,47.490448,123.48618,319.026,829.8524,152.35403,495.50607,98.13182,100.6477,306.573,283.32138,948.974,347.40085,3.7190342,17.097883,10.326398,41.802505,15644.966,5.125521,12.513971,21.836695,52.614662,591.7509,95.998795,211.19801,3.235602,254.22652,570.3318,372.19955,123.989586,336.27316,28.629301,65.033714,271.77005,13.620122,1.8623191,12.341988,2152.5,0.17001565,0.5450174,57.473717,5.1421084,3.8993177,6.2651954,10.999648,146.95143,50.895718,118.93467,782.2533,208.38434,1883.1033,1742.1201,13.126291,24.749968,12642.08,8.638825,58.25235,553.8716,95.27641,145.60736,64.6626,328.6113,946.26715,397.6999,12.49326,75.1629,1043.048,1894.3497,39.115692,540.6341,37.139484,1.0477414,59.714325,1.1177925,0.66780716,3.0245423,30.46808,112.50407,282.59348,17.337406,3536.0737,265.51813,96.28898,148.88408,76.52074,96.74445,56.736897,3.1967409,96.28427,579.44293,161.767,95.907074,75.72518,22.518549,57.617798,69.97883,49.720207,888.27716,171.02667,4080.9238,37.931034,3759.583,79.11852,436.99866,2510.4736,77.31854,9.367093,1649.8807,1716.8213,5496.402,145.54163 +2023-07-01 04:00:00,0.0,16413.66,159.94885,19.703981,35.885834,21.782787,172.36473,24.61425,33.885567,19.74976,22.93767,587.32697,500.42493,10.320009,130.91351,15.848286,1.5229132,22.983675,23.0799,1.2821784,347.18472,0.38522652,309.1314,49.563343,0.34427872,2.7392004,107.96808,22.577751,73.903824,136.494,17434.602,0.65116847,1502.3228,1.1210127,0.6784671,0.37095538,2.2051735,159.86217,214.1534,29.051092,209.93414,23.664412,33.56387,1404.4227,3.922722,167.18726,129.40343,338.8257,142.99046,379.92587,19.293732,334.41638,0.0,2702.6055,15443.839,22.23823,362.64505,126.68362,44874.375,131.88724,18.808624,141.86046,277.5351,47.371853,16.48853,211.3117,2099.7278,352.13608,128.5064,15.644226,11.955366,458.60547,57.409687,1736.395,143.7828,2144.4204,268.86182,351.40768,98.2035,346.22,8.303532,14.088039,29.815208,4.3693457,3.8938968,63.114086,53.83577,66.38685,15.000315,23.757372,295.6454,8.1833,2929.745,119.53935,51.385754,137.7636,120.89966,212.21631,150.48206,82.98387,33.486744,47.476696,123.44824,318.9893,829.4874,152.22205,495.22302,98.0897,100.692215,306.5281,283.51184,948.9956,347.1505,3.7195456,17.10551,10.324085,41.798767,15649.5205,5.122584,12.522776,21.848927,52.58185,591.40436,95.931725,211.08858,3.2351236,254.05202,570.0933,372.07733,123.995,336.51978,28.639069,65.08317,271.62674,13.616336,1.8619598,12.339972,2151.3193,0.1698974,0.5446899,57.461254,5.1466208,3.8990903,6.2621155,10.994851,146.88243,50.873455,118.89086,781.97156,208.42155,1883.3173,1742.3129,13.1317215,24.75829,12639.967,8.637732,58.267025,554.0721,95.32688,145.65149,64.683464,328.72617,946.08374,397.74683,12.500538,75.194984,1043.0834,1894.6267,39.12936,540.7344,37.155422,1.0478064,59.717762,1.1177938,0.6678345,3.0247087,30.48869,112.51875,282.558,17.339874,3535.666,265.63528,96.32975,148.92876,76.52765,96.74261,56.73253,3.2095432,96.2957,579.7444,161.8798,95.957375,75.78543,22.499731,57.728493,70.05511,49.702797,888.07184,171.03745,4080.3137,37.923306,3758.5825,79.11801,436.97488,2510.1343,77.32553,9.367244,1649.233,1715.7709,5493.688,145.46803 +2023-07-01 05:00:00,0.0,16415.29,160.15363,19.712093,35.883762,21.793066,172.35107,24.613588,33.883503,19.749992,22.934607,587.7314,500.08517,10.317761,130.91377,15.836477,1.5216728,22.989113,23.062132,1.2835375,347.1631,0.38503316,309.15558,49.553535,0.3450311,2.7390118,107.96652,22.568342,73.852005,136.44327,17448.055,0.65046054,1502.4034,1.1200973,0.67791724,0.37060493,2.2030404,159.83812,214.07787,29.045132,209.91768,23.660515,33.63173,1405.4617,3.9209766,167.39404,129.49788,338.86002,142.98807,379.86374,19.313732,334.6597,0.0,2702.1895,15442.036,22.259855,362.87296,126.72003,44872.37,131.8875,18.823256,141.89821,277.77237,47.404015,16.508154,211.38962,2099.7917,352.12323,128.58374,15.657875,11.963198,458.50198,57.43108,1735.7631,143.7035,2144.859,268.72726,351.4645,98.17521,345.9284,8.301541,14.083626,29.79605,4.366816,3.8913958,63.120834,53.85477,66.39428,15.018435,23.764517,295.4194,8.181433,2930.0146,119.45336,51.41969,137.67215,120.85245,212.22873,150.40315,83.104836,33.46218,47.462944,123.4103,318.9526,829.1225,152.09006,494.93997,98.04757,100.736725,306.48322,283.70227,949.0173,346.90018,3.720057,17.11314,10.321774,41.795025,15654.074,5.1196465,12.531579,21.861156,52.549034,591.0578,95.864655,210.97914,3.2346451,253.87752,569.85486,371.9551,124.00042,336.7664,28.648836,65.13262,271.48343,13.61255,1.8616006,12.337955,2150.139,0.16977917,0.5443624,57.448788,5.151133,3.8988628,6.2590356,10.990053,146.81345,50.851196,118.84705,781.68994,208.45876,1883.5311,1742.5057,13.137151,24.766611,12637.853,8.636638,58.281696,554.2726,95.37735,145.6956,64.70433,328.84103,945.90027,397.7938,12.507815,75.22706,1043.1188,1894.9037,39.143032,540.83466,37.17136,1.0478714,59.7212,1.1177952,0.6678619,3.024875,30.5093,112.53344,282.52258,17.342342,3535.258,265.75244,96.370514,148.97345,76.53456,96.74076,56.728157,3.2223456,96.30712,580.0459,161.99261,96.00767,75.84567,22.480915,57.839188,70.131386,49.685387,887.8665,171.04822,4079.7036,37.91558,3757.5823,79.1175,436.95108,2509.7952,77.33252,9.367394,1648.5852,1714.7205,5490.974,145.39444 +2023-07-01 06:00:00,0.0,16416.92,160.35841,19.720203,35.88169,21.803347,172.3374,24.612926,33.88144,19.750223,22.931543,588.1358,499.74542,10.315514,130.91402,15.82467,1.5204324,22.99455,23.044363,1.2848966,347.14145,0.3848398,309.17975,49.54373,0.3457835,2.7388232,107.964966,22.558933,73.800186,136.39253,17461.51,0.6497526,1502.4841,1.119182,0.6773673,0.3702545,2.2009075,159.81407,214.00232,29.039171,209.90121,23.656618,33.699593,1406.5005,3.919231,167.60081,129.59233,338.8943,142.98569,379.80164,19.333733,334.90298,0.0,2701.7732,15440.232,22.281483,363.1009,126.75644,44870.37,131.88776,18.837889,141.93594,278.00964,47.436176,16.52778,211.46754,2099.856,352.11038,128.6611,15.671523,11.971029,458.3985,57.452473,1735.131,143.6242,2145.2974,268.59274,351.5214,98.14691,345.6368,8.29955,14.079212,29.77689,4.364286,3.8888946,63.127583,53.87377,66.4017,15.036554,23.771664,295.19345,8.179565,2930.2844,119.36736,51.45363,137.5807,120.805244,212.24113,150.32426,83.22581,33.437614,47.449192,123.37237,318.91592,828.7575,151.95807,494.6569,98.00545,100.78124,306.43835,283.89273,949.0389,346.64984,3.7205684,17.120768,10.319462,41.791286,15658.628,5.1167097,12.540382,21.873388,52.51622,590.71124,95.797585,210.8697,3.2341669,253.70302,569.6164,371.8329,124.00584,337.013,28.658602,65.182076,271.34012,13.608763,1.8612415,12.335939,2148.9583,0.16966093,0.5440349,57.436325,5.1556454,3.8986354,6.255955,10.985255,146.74445,50.828934,118.803246,781.4083,208.49596,1883.745,1742.6986,13.142581,24.774933,12635.738,8.635543,58.29637,554.4731,95.427826,145.73973,64.7252,328.9559,945.71686,397.84076,12.515093,75.25914,1043.154,1895.1807,39.156704,540.93494,37.187298,1.0479363,59.724636,1.1177965,0.66788924,3.0250413,30.52991,112.54813,282.48712,17.344812,3534.85,265.86963,96.411285,149.01814,76.54147,96.738914,56.72379,3.235148,96.31855,580.3474,162.10542,96.05797,75.90592,22.462097,57.949883,70.207664,49.667976,887.6612,171.05899,4079.0935,37.907856,3756.5818,79.11699,436.9273,2509.4558,77.33951,9.367545,1647.9375,1713.6699,5488.2603,145.32083 +2023-07-01 07:00:00,0.0,16418.549,160.5632,19.728315,35.87962,21.813627,172.32373,24.612267,33.87937,19.750456,22.92848,588.54016,499.40564,10.313266,130.91428,15.812861,1.519192,22.99999,23.026594,1.2862558,347.1198,0.38464642,309.20392,49.533924,0.34653586,2.7386346,107.96341,22.549524,73.74836,136.34178,17474.965,0.64904475,1502.5648,1.1182666,0.6768174,0.36990404,2.1987746,159.79004,213.92679,29.03321,209.88475,23.652721,33.767452,1407.5393,3.9174855,167.8076,129.6868,338.9286,142.9833,379.7395,19.353731,335.14627,0.0,2701.357,15438.43,22.303108,363.32883,126.79285,44868.367,131.88802,18.85252,141.97368,278.2469,47.468334,16.547405,211.54547,2099.92,352.09753,128.73845,15.685172,11.978861,458.295,57.47387,1734.499,143.54489,2145.7358,268.4582,351.57822,98.11862,345.34518,8.29756,14.074799,29.75773,4.3617563,3.8863935,63.13433,53.892773,66.409134,15.054673,23.778809,294.96747,8.177698,2930.554,119.28137,51.487568,137.48926,120.75803,212.25354,150.24536,83.34677,33.41305,47.43544,123.33443,318.8792,828.3925,151.82608,494.37384,97.96332,100.82575,306.39346,284.0832,949.0605,346.3995,3.7210798,17.128395,10.31715,41.787548,15663.183,5.1137724,12.549187,21.88562,52.483406,590.3647,95.730515,210.76027,3.2336884,253.52853,569.3779,371.7107,124.01125,337.2596,28.66837,65.23153,271.19678,13.604977,1.8608823,12.333923,2147.7776,0.16954269,0.5437074,57.42386,5.1601577,3.898408,6.2528753,10.980457,146.67545,50.80667,118.75944,781.12665,208.53317,1883.959,1742.8914,13.148011,24.783255,12633.624,8.634449,58.311043,554.6736,95.478294,145.78384,64.74606,329.07077,945.5334,397.8877,12.522369,75.291214,1043.1895,1895.4576,39.170372,541.0352,37.203236,1.0480013,59.728077,1.117798,0.6679166,3.0252075,30.55052,112.56281,282.4517,17.34728,3534.4421,265.9868,96.45206,149.06284,76.548386,96.73706,56.71942,3.2479506,96.32997,580.64886,162.21823,96.10827,75.96616,22.443281,58.060577,70.283936,49.650566,887.4559,171.06978,4078.4834,37.900127,3755.5815,79.11648,436.9035,2509.1165,77.3465,9.367696,1647.2897,1712.6195,5485.546,145.24724 +2023-07-01 08:00:00,0.0,16420.178,160.76797,19.736425,35.87755,21.823908,172.31007,24.611605,33.877308,19.750687,22.925417,588.9446,499.0659,10.311018,130.91452,15.801054,1.5179516,23.005428,23.008825,1.287615,347.09818,0.38445306,309.2281,49.524117,0.34728825,2.7384462,107.96185,22.540115,73.69654,136.29105,17488.418,0.6483368,1502.6455,1.1173513,0.6762675,0.3695536,2.1966414,159.76599,213.85126,29.027252,209.86829,23.648825,33.83531,1408.5782,3.9157398,168.01439,129.78125,338.9629,142.98091,379.6774,19.373732,335.3896,0.0,2700.9407,15436.627,22.324736,363.55673,126.829254,44866.363,131.88828,18.867151,142.01141,278.48413,47.500496,16.567032,211.6234,2099.984,352.0847,128.81581,15.69882,11.986692,458.1915,57.495262,1733.8671,143.46559,2146.174,268.32364,351.63507,98.09033,345.0536,8.295568,14.070385,29.738571,4.359226,3.8838925,63.14108,53.911774,66.41656,15.072793,23.785954,294.74152,8.175831,2930.8235,119.19537,51.521507,137.39781,120.71082,212.26596,150.16646,83.46774,33.38849,47.42169,123.296486,318.84253,828.0275,151.69409,494.0908,97.921196,100.87026,306.34857,284.27365,949.08215,346.14917,3.7215915,17.136023,10.314838,41.783806,15667.736,5.110835,12.55799,21.89785,52.450592,590.0181,95.663445,210.65083,3.23321,253.35403,569.13947,371.58847,124.01667,337.5062,28.678137,65.280975,271.05347,13.601191,1.8605231,12.331906,2146.5972,0.16942446,0.5433799,57.411396,5.16467,3.8981805,6.2497954,10.975659,146.60645,50.78441,118.71563,780.845,208.57037,1884.1729,1743.0842,13.153441,24.791578,12631.51,8.633355,58.325714,554.8741,95.52876,145.82796,64.76694,329.18567,945.35,397.93466,12.529647,75.323296,1043.2249,1895.7346,39.184044,541.13544,37.219177,1.0480663,59.731514,1.1177993,0.6679439,3.025374,30.571129,112.57751,282.41626,17.349749,3534.0342,266.10394,96.49283,149.10753,76.5553,96.735214,56.715054,3.260753,96.3414,580.9504,162.33102,96.15857,76.026405,22.424463,58.171272,70.360214,49.633152,887.25055,171.08055,4077.8735,37.892403,3754.581,79.11596,436.87973,2508.7773,77.353485,9.3678465,1646.642,1711.5691,5482.832,145.17365 +2023-07-01 09:00:00,0.0,16421.809,160.97275,19.744537,35.875477,21.834187,172.2964,24.610943,33.875244,19.75092,22.922354,589.349,498.7261,10.30877,130.91478,15.789247,1.5167111,23.010868,22.991056,1.288974,347.0765,0.38425967,309.25226,49.514313,0.34804064,2.7382576,107.96029,22.530708,73.644714,136.24031,17501.873,0.64762896,1502.7262,1.116436,0.67571765,0.36920318,2.1945083,159.74196,213.77571,29.021292,209.85182,23.644928,33.90317,1409.6171,3.9139943,168.22118,129.87572,338.99716,142.97853,379.61526,19.393732,335.63287,0.0,2700.5247,15434.824,22.346361,363.78467,126.86566,44864.36,131.88853,18.881783,142.04915,278.7214,47.532658,16.586657,211.70132,2100.048,352.07184,128.89316,15.712469,11.994524,458.088,57.516655,1733.235,143.38629,2146.6125,268.18912,351.6919,98.062035,344.762,8.293578,14.06597,29.719412,4.356696,3.8813915,63.147827,53.930775,66.42399,15.090912,23.793098,294.51553,8.173964,2931.0933,119.10938,51.555443,137.30637,120.66361,212.27837,150.08757,83.58871,33.363922,47.40794,123.25855,318.80582,827.66254,151.5621,493.8077,97.87907,100.91478,306.30368,284.4641,949.10376,345.89883,3.7221029,17.14365,10.312527,41.780067,15672.291,5.1078978,12.566794,21.910082,52.417774,589.67163,95.596375,210.5414,3.2327316,253.17953,568.90106,371.46625,124.02209,337.7528,28.687904,65.33043,270.91016,13.5974045,1.8601639,12.32989,2145.4165,0.16930622,0.5430524,57.39893,5.1691823,3.897953,6.2467155,10.970861,146.53745,50.76215,118.67182,780.56335,208.60757,1884.3868,1743.277,13.158872,24.7999,12629.3955,8.63226,58.34039,555.0746,95.57923,145.87209,64.7878,329.30054,945.1665,397.9816,12.536924,75.35538,1043.2603,1896.0116,39.197712,541.2357,37.235115,1.0481312,59.73495,1.1178007,0.66797125,3.02554,30.59174,112.59219,282.3808,17.352217,3533.6262,266.2211,96.5336,149.15222,76.56221,96.73337,56.710686,3.2735553,96.35282,581.25183,162.44383,96.20886,76.086655,22.405645,58.281967,70.43649,49.61574,887.04517,171.09132,4077.2634,37.884674,3753.5808,79.11545,436.85593,2508.438,77.36047,9.367997,1645.9941,1710.5186,5480.118,145.10005 +2023-07-01 10:00:00,0.0,16423.438,161.17754,19.752647,35.873405,21.844467,172.28273,24.610281,33.873177,19.751152,22.91929,589.7534,498.38635,10.306523,130.91502,15.777438,1.5154707,23.016306,22.973286,1.2903332,347.05487,0.3840663,309.27643,49.504505,0.348793,2.738069,107.95873,22.5213,73.592896,136.18956,17515.328,0.64692104,1502.8069,1.1155206,0.67516774,0.36885273,2.1923752,159.71791,213.70018,29.015331,209.83534,23.641031,33.97103,1410.6559,3.9122486,168.42795,129.97017,339.03143,142.97614,379.55316,19.413733,335.87616,0.0,2700.1084,15433.0205,22.367989,364.0126,126.90207,44862.355,131.8888,18.896416,142.08688,278.95868,47.56482,16.606281,211.77925,2100.112,352.05896,128.97052,15.726117,12.002356,457.98453,57.538048,1732.603,143.30699,2147.051,268.05457,351.74878,98.033745,344.4704,8.291587,14.061557,29.700253,4.3541665,3.8788905,63.154575,53.949776,66.43142,15.109032,23.800245,294.28955,8.172097,2931.3628,119.023384,51.589382,137.21492,120.6164,212.29077,150.00867,83.70968,33.33936,47.394188,123.22061,318.76913,827.29755,151.43011,493.52466,97.836945,100.95929,306.2588,284.65457,949.12537,345.6485,3.7226143,17.151278,10.310215,41.77633,15676.845,5.1049604,12.575598,21.922314,52.38496,589.3251,95.529305,210.43196,3.2322533,253.00504,568.6626,371.34402,124.027504,337.99942,28.69767,65.37988,270.76685,13.593617,1.8598047,12.327874,2144.2358,0.16918798,0.54272485,57.386467,5.1736946,3.8977256,6.243635,10.9660635,146.46844,50.739887,118.62801,780.2817,208.64479,1884.6007,1743.4698,13.164302,24.808222,12627.281,8.631166,58.35506,555.27515,95.62971,145.9162,64.80867,329.4154,944.9831,398.02856,12.544202,75.38745,1043.2955,1896.2886,39.211384,541.336,37.251053,1.0481962,59.738388,1.117802,0.6679986,3.0257065,30.612349,112.60688,282.34537,17.354687,3533.2185,266.33826,96.57437,149.19691,76.56912,96.73152,56.706318,3.2863576,96.36425,581.55334,162.55664,96.25916,76.1469,22.38683,58.392666,70.51277,49.59833,886.83984,171.1021,4076.6533,37.87695,3752.5803,79.11494,436.83215,2508.0986,77.36746,9.368148,1645.3464,1709.4681,5477.4043,145.02646 +2023-07-01 11:00:00,0.0,16425.066,161.38232,19.76076,35.871334,21.854748,172.26907,24.60962,33.871113,19.751383,22.91623,590.1578,498.04657,10.3042755,130.91528,15.765631,1.5142303,23.021744,22.955517,1.2916923,347.03323,0.38387296,309.3006,49.494698,0.3495454,2.7378805,107.95718,22.51189,73.54107,136.13882,17528.783,0.6462132,1502.8876,1.1146053,0.6746178,0.3685023,2.1902423,159.69388,213.62463,29.00937,209.81888,23.637136,34.03889,1411.6948,3.9105031,168.63474,130.06462,339.06573,142.97375,379.49103,19.433733,336.11948,0.0,2699.6924,15431.218,22.389614,364.24054,126.93848,44860.35,131.88905,18.911047,142.12462,279.19592,47.59698,16.625908,211.85718,2100.1763,352.0461,129.04787,15.739766,12.010188,457.88104,57.559444,1731.971,143.22769,2147.4895,267.92,351.8056,98.00545,344.17877,8.289597,14.057143,29.681095,4.3516364,3.8763895,63.16132,53.968777,66.43884,15.1271515,23.80739,294.0636,8.17023,2931.6323,118.93739,51.62332,137.12346,120.56919,212.30319,149.92978,83.83064,33.314796,47.380436,123.18267,318.73245,826.93256,151.29811,493.2416,97.794815,101.00381,306.2139,284.84503,949.14703,345.39816,3.7231257,17.158905,10.307903,41.772587,15681.399,5.102023,12.584402,21.934544,52.352146,588.9785,95.462234,210.32253,3.2317748,252.83055,568.42413,371.22183,124.03292,338.24603,28.707438,65.42934,270.6235,13.589831,1.8594455,12.325858,2143.0554,0.16906974,0.5423973,57.374,5.178207,3.8974981,6.2405553,10.961266,146.39944,50.717625,118.584206,780.00006,208.68199,1884.8146,1743.6626,13.169732,24.816544,12625.168,8.630073,58.369736,555.47565,95.680176,145.96033,64.82954,329.53027,944.7996,398.07553,12.551478,75.41953,1043.3309,1896.5656,39.22505,541.4363,37.26699,1.0482612,59.74183,1.1178035,0.668026,3.0258727,30.63296,112.62157,282.3099,17.357155,3532.8105,266.4554,96.61514,149.2416,76.576035,96.72967,56.70195,3.2991602,96.37567,581.85486,162.66945,96.30946,76.207146,22.368011,58.50336,70.58904,49.58092,886.6345,171.11288,4076.0432,37.869225,3751.58,79.114426,436.80835,2507.7595,77.37446,9.368299,1644.6986,1708.4177,5474.6904,144.95287 +2023-07-01 12:00:00,0.0,16426.695,161.5871,19.76887,35.869263,21.865026,172.2554,24.608957,33.869045,19.751616,22.913166,590.5622,497.70682,10.302028,130.91553,15.753823,1.5129899,23.027184,22.937748,1.2930515,347.0116,0.38367957,309.3248,49.484894,0.35029775,2.737692,107.95562,22.502481,73.48925,136.08807,17542.236,0.64550525,1502.9683,1.11369,0.674068,0.36815184,2.1881092,159.66983,213.5491,29.00341,209.80241,23.63324,34.10675,1412.7336,3.9087577,168.84152,130.15909,339.10004,142.97137,379.42892,19.453732,336.36276,0.0,2699.276,15429.415,22.411242,364.46844,126.974884,44858.348,131.88931,18.925678,142.16235,279.43317,47.62914,16.645533,211.9351,2100.2402,352.03326,129.12523,15.753414,12.01802,457.77756,57.580837,1731.339,143.14839,2147.928,267.7855,351.86246,97.97716,343.88718,8.287605,14.05273,29.661936,4.3491063,3.8738885,63.168068,53.987778,66.44627,15.14527,23.814535,293.83762,8.168363,2931.9019,118.851395,51.657257,137.03201,120.52198,212.3156,149.85088,83.951614,33.290234,47.366684,123.14473,318.69574,826.56757,151.16612,492.95856,97.75269,101.04832,306.169,285.0355,949.16864,345.14783,3.723637,17.166533,10.305591,41.76885,15685.953,5.099086,12.593205,21.946775,52.319332,588.63196,95.395164,210.21309,3.2312965,252.65605,568.18567,371.0996,124.03834,338.49265,28.717205,65.47879,270.4802,13.586045,1.8590863,12.323842,2141.8748,0.1689515,0.54206985,57.361538,5.1827188,3.8972707,6.2374754,10.956469,146.33044,50.695366,118.54039,779.7184,208.71921,1885.0286,1743.8555,13.175162,24.824865,12623.054,8.628978,58.384407,555.67615,95.730644,146.00444,64.8504,329.64517,944.6162,398.12247,12.558756,75.451614,1043.3663,1896.8425,39.238724,541.53656,37.282932,1.0483261,59.745266,1.1178048,0.6680533,3.0260391,30.653568,112.63626,282.27448,17.359623,3532.4026,266.57257,96.655914,149.28629,76.58295,96.72782,56.697582,3.3119626,96.3871,582.1563,162.78226,96.35976,76.26739,22.349194,58.614056,70.66532,49.56351,886.4292,171.12366,4075.433,37.861496,3750.5796,79.11391,436.78458,2507.4202,77.38145,9.368449,1644.0509,1707.3672,5471.976,144.87927 +2023-07-01 13:00:00,0.0,16428.326,161.79187,19.776981,35.86719,21.875307,172.24173,24.608295,33.86698,19.751846,22.910103,590.9666,497.36707,10.29978,130.91579,15.742015,1.5117494,23.032621,22.91998,1.2944106,346.98996,0.3834862,309.34897,49.475086,0.35105014,2.7375035,107.95406,22.493073,73.43743,136.03734,17555.691,0.6447973,1503.049,1.1127746,0.67351806,0.3678014,2.185976,159.64578,213.47356,28.997452,209.78595,23.629343,34.17461,1413.7725,3.907012,169.0483,130.25354,339.13434,142.96898,379.3668,19.473732,336.60608,0.0,2698.8599,15427.612,22.432867,364.69638,127.0113,44856.344,131.88957,18.94031,142.2001,279.67044,47.6613,16.66516,212.01303,2100.3044,352.02042,129.20258,15.767063,12.025851,457.67407,57.60223,1730.707,143.06909,2148.3662,267.65094,351.91928,97.94887,343.59558,8.285615,14.048316,29.642776,4.3465767,3.8713875,63.174816,54.006783,66.4537,15.16339,23.82168,293.61166,8.166495,2932.1716,118.7654,51.691196,136.94057,120.47477,212.328,149.77197,84.07258,33.265667,47.352936,123.1068,318.65906,826.20264,151.03413,492.67548,97.71056,101.092834,306.1241,285.22595,949.19025,344.89746,3.7241485,17.17416,10.303279,41.76511,15690.507,5.0961485,12.602009,21.959007,52.28652,588.2854,95.328094,210.10365,3.230818,252.48155,567.9472,370.9774,124.043755,338.73926,28.726973,65.52824,270.33688,13.582259,1.8587271,12.321826,2140.694,0.16883326,0.5417423,57.34907,5.187231,3.897043,6.2343955,10.951671,146.26146,50.673103,118.49658,779.4367,208.75641,1885.2424,1744.0483,13.180592,24.833189,12620.939,8.627884,58.399082,555.87665,95.78111,146.04857,64.87127,329.76004,944.43274,398.16943,12.566033,75.48369,1043.4017,1897.1195,39.252396,541.6368,37.29887,1.0483911,59.748703,1.1178062,0.6680807,3.0262053,30.67418,112.65095,282.239,17.362093,3531.9946,266.68973,96.696686,149.33098,76.58986,96.725975,56.69321,3.324765,96.39852,582.4578,162.89507,96.41006,76.32763,22.330378,58.72475,70.7416,49.5461,886.2239,171.13443,4074.8232,37.85377,3749.5793,79.113396,436.76077,2507.0808,77.388435,9.3686,1643.4031,1706.3168,5469.262,144.80568 +2023-07-01 14:00:00,0.0,16429.955,161.99666,19.785091,35.86512,21.885588,172.22807,24.607634,33.864918,19.752079,22.90704,591.37103,497.02728,10.297532,130.91603,15.730207,1.510509,23.038061,22.90221,1.2957697,346.96832,0.38329282,309.37314,49.46528,0.35180253,2.737315,107.95251,22.483665,73.385605,135.9866,17569.146,0.64408946,1503.1296,1.1118593,0.67296815,0.36745095,2.183843,159.62175,213.39803,28.991491,209.76949,23.625446,34.24247,1414.8114,3.9052665,169.25508,130.348,339.16858,142.9666,379.3047,19.493732,336.84937,0.0,2698.4436,15425.809,22.454494,364.92432,127.04771,44854.34,131.88983,18.954943,142.23784,279.9077,47.693462,16.684784,212.09094,2100.3684,352.00757,129.27994,15.780711,12.033683,457.5706,57.623623,1730.075,142.98979,2148.8047,267.5164,351.97614,97.92057,343.304,8.283624,14.043902,29.623617,4.3440466,3.8688865,63.181564,54.02578,66.46113,15.18151,23.828827,293.38568,8.164628,2932.4412,118.679405,51.725136,136.84912,120.42756,212.34042,149.69308,84.19355,33.241104,47.339184,123.068855,318.62234,825.83765,150.90215,492.39243,97.66844,101.137344,306.07922,285.4164,949.2119,344.64713,3.72466,17.181787,10.300967,41.761368,15695.062,5.093211,12.610813,21.971237,52.253704,587.93884,95.261024,209.99422,3.2303398,252.30705,567.70874,370.85516,124.04917,338.98587,28.736738,65.57769,270.19357,13.578472,1.8583679,12.31981,2139.5137,0.16871502,0.5414148,57.33661,5.1917434,3.8968155,6.231315,10.946873,146.19246,50.65084,118.452774,779.1551,208.79361,1885.4564,1744.2411,13.186022,24.84151,12618.825,8.62679,58.413754,556.07715,95.83159,146.09268,64.892136,329.8749,944.2493,398.21637,12.573311,75.51577,1043.437,1897.3965,39.266064,541.73706,37.314808,1.0484561,59.75214,1.1178075,0.66810805,3.0263715,30.694788,112.665634,282.20358,17.364561,3531.5867,266.8069,96.73745,149.37567,76.59677,96.72413,56.688843,3.3375673,96.40994,582.7593,163.00787,96.46036,76.38788,22.31156,58.835445,70.81788,49.52869,886.0185,171.1452,4074.2131,37.846043,3748.5789,79.112885,436.73697,2506.7417,77.395424,9.368751,1642.7554,1705.2664,5466.5483,144.73209 +2023-07-01 15:00:00,0.0,16431.584,162.20145,19.793203,35.86305,21.895866,172.2144,24.606972,33.86285,19.75231,22.903976,591.7754,496.68753,10.295284,130.91629,15.718399,1.5092686,23.043499,22.884441,1.2971288,346.94666,0.38309947,309.3973,49.45547,0.3525549,2.7371264,107.95094,22.474257,73.333786,135.93585,17582.6,0.64338154,1503.2103,1.110944,0.6724183,0.36710054,2.1817098,159.5977,213.32248,28.98553,209.75302,23.62155,34.31033,1415.8502,3.9035208,169.46187,130.44246,339.20288,142.96422,379.24255,19.513733,337.09265,0.0,2698.0273,15424.006,22.47612,365.15222,127.084114,44852.336,131.89009,18.969574,142.27557,280.14496,47.725624,16.70441,212.16887,2100.4326,351.99472,129.35728,15.79436,12.041514,457.4671,57.645016,1729.443,142.91049,2149.2432,267.38184,352.033,97.89228,343.01236,8.281633,14.039488,29.604458,4.3415165,3.8663855,63.188313,54.044785,66.46855,15.199629,23.835972,293.15973,8.162761,2932.7107,118.593414,51.75907,136.75768,120.38035,212.35283,149.61418,84.314514,33.21654,47.32543,123.030914,318.58566,825.47266,150.77016,492.10938,97.62631,101.181854,306.03433,285.60684,949.2335,344.3968,3.7251713,17.189417,10.2986555,41.75763,15699.615,5.090274,12.6196165,21.983469,52.22089,587.59235,95.193954,209.88478,3.2298613,252.13255,567.47034,370.73297,124.05459,339.23248,28.746506,65.627144,270.05023,13.574686,1.8580087,12.317794,2138.333,0.16859677,0.5410873,57.324142,5.1962557,3.896588,6.2282352,10.942075,146.12346,50.628582,118.408966,778.8734,208.83083,1885.6703,1744.434,13.191452,24.849833,12616.711,8.625696,58.428425,556.27765,95.88206,146.1368,64.913,329.98978,944.06586,398.26334,12.580587,75.54785,1043.4724,1897.6735,39.279736,541.83734,37.330746,1.048521,59.75558,1.1178089,0.6681354,3.026538,30.715399,112.68032,282.16815,17.36703,3531.1787,266.92404,96.77822,149.42036,76.60368,96.722275,56.684475,3.35037,96.42137,583.0608,163.12068,96.51065,76.44812,22.292742,58.94614,70.89415,49.51128,885.8132,171.15599,4073.603,37.838318,3747.5786,79.11237,436.7132,2506.4023,77.40241,9.368901,1642.1075,1704.216,5463.8345,144.6585 +2023-07-01 16:00:00,0.0,16433.215,162.40622,19.801313,35.860977,21.906147,172.20073,24.60631,33.860786,19.752542,22.900913,592.1798,496.34775,10.293036,130.91653,15.706592,1.5080281,23.048937,22.866673,1.2984879,346.92502,0.3829061,309.42148,49.445667,0.35330728,2.7369378,107.94939,22.464848,73.28196,135.88512,17596.055,0.6426737,1503.291,1.1100286,0.6718684,0.3667501,2.179577,159.57367,213.24695,28.97957,209.73656,23.617653,34.37819,1416.889,3.9017754,169.66866,130.53691,339.23718,142.96182,379.18045,19.533733,337.33597,0.0,2697.6113,15422.203,22.497747,365.38016,127.12052,44850.332,131.89035,18.984205,142.31331,280.3822,47.757782,16.724035,212.2468,2100.4966,351.98184,129.43465,15.808008,12.049346,457.36362,57.666412,1728.8109,142.83119,2149.6816,267.2473,352.0898,97.86398,342.72076,8.279643,14.035074,29.585299,4.338987,3.8638842,63.19506,54.06379,66.47598,15.217749,23.843117,292.93375,8.160893,2932.9805,118.507416,51.79301,136.66623,120.33314,212.36523,149.5353,84.435486,33.191975,47.31168,122.99298,318.54898,825.10767,150.63817,491.8263,97.58419,101.22637,305.98947,285.7973,949.2552,344.14645,3.7256827,17.197044,10.296344,41.753887,15704.17,5.0873365,12.628421,21.9957,52.188076,587.2458,95.126884,209.77534,3.2293828,251.95807,567.2319,370.61075,124.060005,339.4791,28.756273,65.6766,269.90692,13.5709,1.8576496,12.315778,2137.1523,0.16847853,0.5407598,57.311676,5.200768,3.8963606,6.2251554,10.937277,146.05446,50.60632,118.36516,778.5918,208.86803,1885.8842,1744.6267,13.196882,24.858154,12614.597,8.624601,58.4431,556.47815,95.932526,146.18092,64.93387,330.10464,943.88245,398.3103,12.587865,75.579926,1043.5078,1897.9503,39.293404,541.9376,37.346684,1.048586,59.759018,1.1178104,0.66816276,3.026704,30.736008,112.69501,282.1327,17.369497,3530.771,267.0412,96.81899,149.46506,76.610596,96.72043,56.680107,3.3631723,96.43279,583.36224,163.23349,96.56095,76.50837,22.273926,59.056835,70.97043,49.49387,885.60785,171.16676,4072.993,37.830593,3746.5781,79.11186,436.6894,2506.063,77.4094,9.369052,1641.4598,1703.1654,5461.12,144.5849 +2023-07-01 17:00:00,0.0,16434.844,162.611,19.809425,35.858906,21.916428,172.18707,24.605648,33.858723,19.752775,22.89785,592.5842,496.008,10.290789,130.9168,15.694784,1.5067878,23.054377,22.848902,1.2998471,346.90338,0.38271272,309.44565,49.43586,0.35405964,2.7367494,107.94783,22.455439,73.23014,135.83438,17609.51,0.64196575,1503.3717,1.1091133,0.6713185,0.36639965,2.177444,159.54962,213.17142,28.97361,209.7201,23.613756,34.446053,1417.928,3.9000297,169.87543,130.63138,339.27148,142.95944,379.11832,19.553732,337.57925,0.0,2697.1948,15420.4,22.519373,365.6081,127.15693,44848.33,131.89061,18.998837,142.35104,280.61948,47.789944,16.743662,212.32472,2100.5605,351.969,129.512,15.821657,12.057178,457.26013,57.687805,1728.179,142.75189,2150.12,267.11276,352.14667,97.83569,342.42917,8.277652,14.030661,29.56614,4.336457,3.8613832,63.20181,54.082787,66.48341,15.2358675,23.850262,292.70776,8.159026,2933.25,118.421425,51.82695,136.57478,120.285934,212.37766,149.45639,84.55645,33.16741,47.29793,122.95504,318.51227,824.7427,150.50618,491.54324,97.54206,101.27088,305.94458,285.98776,949.2768,343.89612,3.7261941,17.204672,10.294032,41.75015,15708.724,5.084399,12.637224,22.00793,52.155262,586.89923,95.059814,209.66592,3.2289045,251.78357,566.9934,370.48853,124.06542,339.7257,28.766039,65.72605,269.7636,13.567113,1.8572903,12.313762,2135.972,0.1683603,0.5404323,57.299213,5.2052803,3.8961332,6.2220755,10.932479,145.98546,50.584057,118.32135,778.31006,208.90523,1886.0981,1744.8196,13.202312,24.866476,12612.482,8.6235075,58.45777,556.67865,95.982994,146.22504,64.954735,330.21954,943.699,398.35724,12.595142,75.61201,1043.5432,1898.2273,39.307076,542.0379,37.362625,1.048651,59.762455,1.1178117,0.6681901,3.0268705,30.756618,112.7097,282.09726,17.371967,3530.363,267.15836,96.859764,149.50975,76.61751,96.71858,56.67574,3.3759747,96.44422,583.66376,163.3463,96.61125,76.56861,22.255108,59.16753,71.04671,49.47646,885.4025,171.17754,4072.3828,37.822865,3745.578,79.11134,436.66562,2505.7239,77.41639,9.369203,1640.812,1702.115,5458.4062,144.5113 +2023-07-01 18:00:00,0.0,16436.473,162.81578,19.817535,35.856834,21.926706,172.1734,24.604986,33.856655,19.753006,22.894789,592.98865,495.66824,10.288541,130.91704,15.682976,1.5055473,23.059814,22.831133,1.3012062,346.88174,0.38251936,309.46982,49.426052,0.35481203,2.7365608,107.94627,22.44603,73.17832,135.78363,17622.963,0.6412578,1503.4524,1.1081979,0.6707686,0.3660492,2.1753109,159.52557,213.09587,28.967651,209.70363,23.60986,34.513912,1418.9668,3.8982842,170.08221,130.72583,339.30576,142.95706,379.0562,19.573732,337.82254,0.0,2696.7788,15418.597,22.541,365.836,127.19334,44846.33,131.89087,19.01347,142.38878,280.85672,47.822105,16.763287,212.40265,2100.6248,351.95615,129.58936,15.835305,12.065009,457.15665,57.709198,1727.5469,142.67259,2150.5583,266.9782,352.20352,97.807396,342.13757,8.275661,14.026247,29.54698,4.3339267,3.8588822,63.208557,54.10179,66.49084,15.253987,23.857409,292.4818,8.157159,2933.5195,118.33543,51.860886,136.48332,120.23872,212.39006,149.3775,84.67742,33.14285,47.28418,122.9171,318.4756,824.3777,150.37419,491.2602,97.49994,101.3154,305.8997,286.17822,949.2984,343.64578,3.7267056,17.2123,10.29172,41.74641,15713.277,5.0814624,12.646028,22.020163,52.122448,586.5527,94.992744,209.55649,3.228426,251.60907,566.75494,370.3663,124.07084,339.97232,28.775806,65.7755,269.6203,13.563327,1.8569311,12.311746,2134.7913,0.16824205,0.5401048,57.286747,5.2097926,3.8959057,6.218995,10.927681,145.91646,50.561794,118.27754,778.02844,208.94244,1886.312,1745.0125,13.207743,24.874798,12610.369,8.622414,58.472446,556.87915,96.03347,146.26917,64.9756,330.3344,943.51556,398.4042,12.60242,75.64409,1043.5785,1898.5043,39.320747,542.1381,37.378563,1.048716,59.765892,1.1178131,0.6682175,3.0270367,30.777227,112.72439,282.0618,17.374435,3529.955,267.2755,96.900536,149.55443,76.62443,96.716736,56.67137,3.388777,96.45564,583.9653,163.4591,96.66155,76.62886,22.236292,59.278225,71.122986,49.45905,885.1972,171.18831,4071.773,37.81514,3744.5774,79.11083,436.6418,2505.3845,77.42338,9.369353,1640.1642,1701.0646,5455.6924,144.43771 +2023-07-01 19:00:00,0.0,16438.102,163.02057,19.825647,35.854763,21.936987,172.15973,24.604324,33.85459,19.753239,22.891726,593.393,495.32846,10.286293,130.9173,15.671168,1.5043069,23.065254,22.813364,1.3025653,346.8601,0.382326,309.494,49.41625,0.35556442,2.7363722,107.94472,22.43662,73.126495,135.7329,17636.418,0.64054996,1503.5331,1.1072826,0.6702187,0.36569875,2.1731777,159.50154,213.02034,28.96169,209.68716,23.605963,34.58177,1420.0056,3.8965385,170.289,130.8203,339.34003,142.95467,378.99408,19.593733,338.06586,0.0,2696.3625,15416.794,22.562626,366.06393,127.229744,44844.324,131.89113,19.028101,142.42651,281.094,47.854267,16.782911,212.48058,2100.6887,351.9433,129.6667,15.848954,12.072842,457.05316,57.73059,1726.9149,142.59329,2150.9968,266.8437,352.26038,97.779106,341.84598,8.27367,14.021833,29.52782,4.331397,3.8563812,63.215305,54.120792,66.49827,15.272107,23.864553,292.25583,8.155292,2933.789,118.249435,51.894825,136.39188,120.19151,212.40247,149.2986,84.798386,33.118286,47.270428,122.87916,318.43887,824.0127,150.2422,490.97714,97.45781,101.35991,305.8548,286.36868,949.32007,343.39545,3.727217,17.219927,10.289409,41.74267,15717.832,5.078525,12.654832,22.032394,52.089634,586.2061,94.925674,209.44705,3.2279477,251.43457,566.5165,370.2441,124.076256,340.21893,28.785574,65.82495,269.47696,13.559541,1.8565719,12.30973,2133.6106,0.16812381,0.5397773,57.274284,5.214305,3.8956783,6.215915,10.922883,145.84746,50.539536,118.233734,777.7468,208.97964,1886.526,1745.2052,13.213173,24.883121,12608.255,8.621319,58.487118,557.07965,96.08394,146.31328,64.99647,330.44928,943.3321,398.45114,12.609697,75.67616,1043.6139,1898.7812,39.334415,542.2384,37.3945,1.0487809,59.769333,1.1178144,0.66824484,3.027203,30.797838,112.739075,282.02637,17.376904,3529.547,267.3927,96.94131,149.59912,76.63134,96.71489,56.667004,3.4015796,96.46707,584.2667,163.57191,96.711845,76.6891,22.217474,59.38892,71.199265,49.44164,884.9918,171.1991,4071.1628,37.807415,3743.5771,79.11032,436.61804,2505.0452,77.43037,9.369504,1639.5165,1700.014,5452.9785,144.3641 +2023-07-01 20:00:00,0.0,16439.732,163.22534,19.833757,35.852688,21.947268,172.14607,24.603662,33.852524,19.75347,22.888662,593.7974,494.9887,10.284045,130.91754,15.659361,1.5030665,23.070692,22.795595,1.3039244,346.83847,0.38213262,309.51816,49.40644,0.35631678,2.7361836,107.94316,22.427214,73.07468,135.68214,17649.873,0.63984203,1503.6138,1.1063673,0.6696688,0.36534834,2.1710448,159.4775,212.9448,28.95573,209.6707,23.602066,34.64963,1421.0446,3.894793,170.49579,130.91475,339.37433,142.95229,378.93198,19.613733,338.30914,0.0,2695.9463,15414.991,22.584253,366.29187,127.26615,44842.32,131.89139,19.042732,142.46425,281.33124,47.88643,16.802538,212.5585,2100.753,351.93045,129.74406,15.862602,12.080673,456.94968,57.751987,1726.283,142.51398,2151.4353,266.70914,352.3172,97.75082,341.55435,8.27168,14.01742,29.508661,4.328867,3.8538802,63.222054,54.139793,66.50569,15.290226,23.871698,292.02988,8.153424,2934.0588,118.16344,51.928764,136.30043,120.1443,212.41489,149.2197,84.91936,33.09372,47.256676,122.841225,318.4022,823.6477,150.11021,490.69406,97.41569,101.40443,305.8099,286.55914,949.3417,343.1451,3.7277284,17.227554,10.287096,41.73893,15722.386,5.0755877,12.663635,22.044624,52.05682,585.85956,94.858604,209.33762,3.2274692,251.26009,566.278,370.1219,124.08167,340.46555,28.795341,65.874405,269.33365,13.555755,1.8562127,12.3077135,2132.4302,0.16800557,0.53944975,57.261818,5.218817,3.8954508,6.2128353,10.918086,145.77846,50.517273,118.189926,777.46515,209.01686,1886.7399,1745.3981,13.218603,24.891443,12606.141,8.620225,58.50179,557.28015,96.13441,146.35739,65.017334,330.56415,943.1487,398.4981,12.616974,75.708244,1043.6493,1899.0582,39.348087,542.3387,37.41044,1.0488458,59.77277,1.1178159,0.6682722,3.0273693,30.818447,112.75376,281.99094,17.379374,3529.1392,267.50986,96.98208,149.64381,76.63825,96.713036,56.662636,3.414382,96.47849,584.56824,163.68472,96.762146,76.749344,22.198656,59.499615,71.275536,49.42423,884.7865,171.20987,4070.5527,37.799686,3742.5767,79.10981,436.59424,2504.706,77.437355,9.369655,1638.8687,1698.9636,5450.2646,144.29051 +2023-07-01 21:00:00,0.0,16441.361,163.43011,19.84187,35.850616,21.957546,172.1324,24.603003,33.85046,19.753702,22.8856,594.20184,494.64893,10.281797,130.9178,15.6475525,1.501826,23.07613,22.777826,1.3052837,346.8168,0.38193926,309.54233,49.396633,0.35706916,2.735995,107.9416,22.417805,73.02285,135.63141,17663.326,0.63913417,1503.6945,1.105452,0.6691189,0.3649979,2.1689117,159.45346,212.86926,28.94977,209.65424,23.59817,34.71749,1422.0834,3.8930473,170.70256,131.0092,339.40863,142.9499,378.86984,19.633732,338.55243,0.0,2695.5303,15413.188,22.605879,366.51978,127.30257,44840.316,131.89165,19.057364,142.502,281.56848,47.918587,16.822163,212.63643,2100.817,351.9176,129.82141,15.876251,12.088505,456.8462,57.77338,1725.6509,142.43468,2151.8738,266.5746,352.37405,97.72252,341.26276,8.269689,14.013005,29.489502,4.3263373,3.8513792,63.2288,54.158794,66.51312,15.308346,23.878843,291.8039,8.151557,2934.3284,118.077446,51.9627,136.20898,120.09709,212.42729,149.14081,85.04032,33.069157,47.242924,122.80328,318.3655,823.2827,149.97823,490.411,97.37356,101.44894,305.765,286.7496,949.3633,342.89478,3.7282398,17.235182,10.284784,41.73519,15726.94,5.0726504,12.67244,22.056856,52.024006,585.51306,94.791534,209.22818,3.226991,251.08559,566.0396,369.99966,124.08709,340.71216,28.805107,65.92386,269.19034,13.551968,1.8558536,12.305697,2131.2495,0.16788733,0.5391223,57.249355,5.2233295,3.8952234,6.209755,10.913288,145.70946,50.49501,118.14612,777.1835,209.05406,1886.9537,1745.5908,13.224032,24.899765,12604.026,8.619131,58.516464,557.48065,96.184875,146.40152,65.0382,330.67902,942.9652,398.54507,12.624251,75.74032,1043.6847,1899.3352,39.361755,542.43896,37.426376,1.0489107,59.776207,1.1178172,0.66829956,3.0275357,30.839058,112.76845,281.95547,17.381842,3528.7312,267.627,97.02285,149.6885,76.645164,96.71119,56.658268,3.4271843,96.48992,584.8697,163.79753,96.81245,76.80959,22.17984,59.61031,71.351814,49.40682,884.5812,171.22064,4069.9426,37.79196,3741.5764,79.1093,436.57047,2504.3667,77.44434,9.369805,1638.221,1697.9132,5447.5503,144.21692 +2023-07-01 22:00:00,0.0,16442.99,163.6349,19.849981,35.848545,21.967827,172.11873,24.60234,33.848396,19.753933,22.882536,594.60626,494.30917,10.27955,130.91805,15.635745,1.5005857,23.08157,22.760057,1.3066428,346.79517,0.38174587,309.5665,49.38683,0.35782155,2.7358067,107.94004,22.408396,72.97103,135.58067,17676.781,0.63842624,1503.7751,1.1045367,0.668569,0.36464745,2.1667786,159.42941,212.79372,28.94381,209.63777,23.594273,34.78535,1423.1222,3.8913019,170.90935,131.10367,339.4429,142.94751,378.80774,19.653732,338.79575,0.0,2695.1138,15411.385,22.627506,366.7477,127.338974,44838.312,131.8919,19.071997,142.53973,281.80576,47.95075,16.84179,212.71436,2100.881,351.90472,129.89877,15.889899,12.096336,456.7427,57.794773,1725.0189,142.35538,2152.3123,266.44003,352.4309,97.69423,340.97116,8.267698,14.008592,29.470343,4.3238072,3.8488781,63.23555,54.177795,66.520546,15.326465,23.88599,291.57794,8.14969,2934.598,117.99145,51.99664,136.11754,120.04988,212.4397,149.0619,85.16129,33.044594,47.229176,122.76534,318.3288,822.9178,149.84624,490.12796,97.331436,101.49345,305.72012,286.94006,949.38495,342.64444,3.7287514,17.24281,10.282473,41.73145,15731.494,5.069713,12.681243,22.069088,51.99119,585.1665,94.724464,209.11874,3.2265124,250.91109,565.80115,369.87744,124.09251,340.95877,28.814875,65.97331,269.04703,13.548182,1.8554944,12.303681,2130.0688,0.16776909,0.53879476,57.23689,5.227842,3.894996,6.206675,10.90849,145.64047,50.47275,118.10231,776.9018,209.09126,1887.1677,1745.7837,13.229463,24.908087,12601.912,8.618037,58.531136,557.68115,96.23535,146.44563,65.059074,330.7939,942.7818,398.592,12.631529,75.7724,1043.72,1899.6122,39.375427,542.53925,37.442318,1.0489757,59.779644,1.1178186,0.6683269,3.0277019,30.859667,112.78314,281.92004,17.38431,3528.3235,267.74417,97.063614,149.7332,76.65208,96.70934,56.653896,3.4399867,96.50134,585.1712,163.91034,96.86274,76.869835,22.161022,59.721004,71.42809,49.38941,884.37585,171.23141,4069.3328,37.784233,3740.576,79.10878,436.54666,2504.0273,77.45133,9.369956,1637.5731,1696.8628,5444.8364,144.14333 +2023-07-01 23:00:00,0.0,16444.621,163.83969,19.858091,35.846474,21.978107,172.10507,24.601679,33.84633,19.754166,22.879473,595.0106,493.9694,10.277302,130.9183,15.623937,1.4993452,23.087008,22.742289,1.3080019,346.77353,0.38155252,309.59067,49.37702,0.3585739,2.735618,107.938484,22.398987,72.91921,135.52992,17690.236,0.6377183,1503.8558,1.1036214,0.6680191,0.364297,2.1646454,159.40538,212.71819,28.93785,209.6213,23.590376,34.85321,1424.1611,3.8895564,171.11613,131.19812,339.47717,142.94513,378.7456,19.673733,339.03903,0.0,2694.6978,15409.582,22.649132,366.97565,127.37538,44836.31,131.89217,19.086628,142.57747,282.043,47.98291,16.861414,212.79228,2100.945,351.89188,129.97612,15.903548,12.104168,456.63922,57.816166,1724.3868,142.27608,2152.7505,266.3055,352.48776,97.66593,340.67957,8.265707,14.004178,29.451183,4.321277,3.8463771,63.2423,54.196796,66.52798,15.344584,23.893135,291.35196,8.147822,2934.8677,117.90546,52.03058,136.0261,120.00267,212.45212,148.98302,85.28226,33.020027,47.215424,122.72741,318.2921,822.5528,149.71425,489.84488,97.28931,101.537964,305.67523,287.13052,949.40656,342.3941,3.7292628,17.250437,10.280161,41.72771,15736.049,5.066776,12.690047,22.081318,51.958378,584.81995,94.657394,209.00931,3.2260342,250.73659,565.5627,369.75525,124.09792,341.20538,28.824642,66.02276,268.9037,13.544395,1.8551352,12.301665,2128.8884,0.16765085,0.5384672,57.224426,5.232354,3.8947685,6.203595,10.903692,145.57147,50.45049,118.0585,776.6202,209.12848,1887.3816,1745.9764,13.234893,24.916409,12599.798,8.616942,58.54581,557.88165,96.28582,146.48976,65.07994,330.90878,942.5983,398.63898,12.638806,75.80448,1043.7554,1899.8892,39.3891,542.6395,37.458256,1.0490407,59.783085,1.1178199,0.6683542,3.0278683,30.880278,112.79783,281.88458,17.386778,3527.9155,267.86133,97.104385,149.7779,76.65899,96.7075,56.64953,3.452789,96.51277,585.4727,164.02313,96.91304,76.930084,22.142204,59.8317,71.50437,49.371998,884.17053,171.2422,4068.7227,37.77651,3739.5757,79.10827,436.5229,2503.6882,77.45832,9.370107,1636.9254,1695.8123,5442.1226,144.06973 +2023-07-02 00:00:00,0.0,16446.25,164.04446,19.866203,35.844402,21.988388,172.0914,24.601017,33.844265,19.754396,22.876411,595.41504,493.62964,10.275054,130.91855,15.612129,1.4981048,23.092447,22.724518,1.309361,346.7519,0.38135916,309.61484,49.367214,0.3593263,2.7354295,107.93693,22.389578,72.867386,135.47919,17703.69,0.63701046,1503.9365,1.102706,0.6674692,0.36394656,2.1625123,159.38133,212.64265,28.93189,209.60484,23.58648,34.92107,1425.2,3.8878107,171.3229,131.29259,339.51147,142.94275,378.6835,19.693733,339.28232,0.0,2694.2815,15407.779,22.67076,367.20355,127.41179,44834.305,131.89243,19.10126,142.6152,282.28027,48.01507,16.88104,212.8702,2101.009,351.87903,130.05348,15.917196,12.1119995,456.5357,57.83756,1723.7549,142.19678,2153.189,266.17096,352.5446,97.63764,340.38794,8.263717,13.999764,29.432024,4.3187475,3.8438761,63.249046,54.215797,66.5354,15.362704,23.90028,291.12598,8.145955,2935.1372,117.81946,52.064518,135.93465,119.95546,212.46452,148.90411,85.40323,32.995464,47.20167,122.68947,318.2554,822.1878,149.58226,489.56183,97.247185,101.58247,305.63034,287.32095,949.42816,342.14377,3.7297742,17.258066,10.277849,41.723972,15740.603,5.0638385,12.698851,22.09355,51.925564,584.4734,94.590324,208.89987,3.2255557,250.5621,565.3242,369.63303,124.10334,341.45197,28.83441,66.07221,268.76038,13.540609,1.8547759,12.299648,2127.7078,0.16753262,0.5381397,57.21196,5.2368665,3.894541,6.2005153,10.898894,145.50247,50.428226,118.014694,776.33856,209.16568,1887.5956,1746.1693,13.240323,24.924732,12597.684,8.615849,58.560482,558.08215,96.33629,146.53387,65.10081,331.02365,942.4149,398.6859,12.646083,75.836555,1043.7908,1900.1661,39.402767,542.73975,37.474194,1.0491056,59.786522,1.1178213,0.6683816,3.0280344,30.900887,112.812515,281.84915,17.389248,3527.5076,267.9785,97.14516,149.82259,76.6659,96.70564,56.64516,3.4655917,96.52419,585.7742,164.13594,96.96334,76.990326,22.123388,59.942394,71.58064,49.354584,883.9652,171.25298,4068.1125,37.768784,3738.5752,79.10776,436.49908,2503.3489,77.46531,9.370257,1636.2776,1694.7618,5439.4087,143.99614 +2023-07-02 01:00:00,0.0,16447.879,164.24924,19.874313,35.84233,21.998667,172.07773,24.600355,33.842197,19.75463,22.873348,595.81946,493.2899,10.272806,130.91881,15.600322,1.4968643,23.097885,22.706749,1.3107201,346.73026,0.38116577,309.639,49.357407,0.36007866,2.735241,107.93537,22.38017,72.81557,135.42844,17717.145,0.63630253,1504.0172,1.1017907,0.66691935,0.3635961,2.1603794,159.35728,212.56711,28.92593,209.58838,23.582582,34.98893,1426.2388,3.8860652,171.5297,131.38704,339.54578,142.94035,378.62137,19.713734,339.52563,0.0,2693.8655,15405.977,22.692385,367.4315,127.4482,44832.3,131.89268,19.11589,142.65294,282.51752,48.04723,16.900665,212.94812,2101.0732,351.86618,130.13083,15.930845,12.119831,456.43222,57.858955,1723.1229,142.11748,2153.6274,266.0364,352.60144,97.609344,340.09634,8.261725,13.995351,29.412865,4.3162174,3.841375,63.255795,54.2348,66.54283,15.380823,23.907425,290.90002,8.144088,2935.4067,117.73347,52.098454,135.84319,119.90825,212.47693,148.82521,85.52419,32.9709,47.18792,122.65153,318.21872,821.8228,149.45027,489.27878,97.205055,101.62699,305.58545,287.5114,949.4498,341.89343,3.7302856,17.265694,10.2755375,41.72023,15745.156,5.060901,12.707654,22.105782,51.89275,584.12683,94.523254,208.79044,3.2250774,250.3876,565.08575,369.5108,124.10876,341.69858,28.844175,66.121666,268.61707,13.536822,1.8544167,12.297632,2126.527,0.16741438,0.53781223,57.199497,5.241379,3.8943136,6.197435,10.894096,145.43347,50.405968,117.97089,776.0569,209.2029,1887.8094,1746.3622,13.245753,24.933054,12595.57,8.614755,58.575157,558.28265,96.386765,146.578,65.12167,331.13852,942.23145,398.73288,12.65336,75.86864,1043.826,1900.4431,39.41644,542.84,37.49013,1.0491706,59.78996,1.1178226,0.66840893,3.0282009,30.921497,112.8272,281.8137,17.391716,3527.0996,268.09564,97.18593,149.86728,76.67281,96.7038,56.640793,3.478394,96.53562,586.0757,164.24875,97.01363,77.050575,22.10457,60.05309,71.65692,49.337173,883.7598,171.26375,4067.5024,37.761055,3737.575,79.10725,436.47528,2503.0095,77.4723,9.370408,1635.6299,1693.7114,5436.6943,143.92255 +2023-07-02 02:00:00,0.0,16449.508,164.45403,19.882425,35.84026,22.008947,172.06407,24.599693,33.840134,19.754862,22.870285,596.2239,492.9501,10.270558,130.91905,15.588513,1.495624,23.103323,22.68898,1.3120793,346.70862,0.38097242,309.66318,49.347603,0.36083105,2.7350526,107.93381,22.370762,72.76374,135.3777,17730.6,0.63559467,1504.0979,1.1008754,0.66636944,0.3632457,2.1582463,159.33325,212.49158,28.91997,209.57191,23.578686,35.05679,1427.2777,3.8843195,171.73648,131.48149,339.58005,142.93797,378.55927,19.733732,339.76892,0.0,2693.4492,15404.173,22.714012,367.65942,127.484604,44830.297,131.89294,19.130524,142.69067,282.7548,48.07939,16.920292,213.02605,2101.1372,351.85333,130.20819,15.944493,12.127664,456.32874,57.88035,1722.4908,142.03818,2154.066,265.9019,352.6583,97.581055,339.80475,8.259735,13.990937,29.393705,4.3136873,3.838874,63.262543,54.2538,66.55026,15.398943,23.914572,290.67404,8.1422205,2935.6763,117.64747,52.132393,135.75174,119.86104,212.48933,148.74632,85.645164,32.946335,47.174168,122.61359,318.18204,821.4578,149.31828,488.99573,97.16293,101.6715,305.54056,287.70187,949.47144,341.6431,3.730797,17.273321,10.273226,41.71649,15749.711,5.057964,12.716458,22.118011,51.859936,583.7803,94.456184,208.681,3.224599,250.2131,564.8473,369.38858,124.114174,341.9452,28.853943,66.17112,268.47375,13.533036,1.8540576,12.295616,2125.3467,0.16729614,0.5374847,57.18703,5.245891,3.8940861,6.194355,10.889298,145.36447,50.383705,117.92708,775.77527,209.2401,1888.0233,1746.5549,13.2511835,24.941376,12593.456,8.61366,58.58983,558.48315,96.43723,146.62212,65.14254,331.2534,942.04803,398.77985,12.660638,75.90072,1043.8615,1900.7201,39.430107,542.9403,37.506073,1.0492356,59.793396,1.1178241,0.6684363,3.028367,30.942106,112.84189,281.77826,17.394184,3526.6917,268.2128,97.2267,149.91196,76.679726,96.70195,56.636425,3.4911964,96.54704,586.37714,164.36156,97.063934,77.11082,22.085752,60.163784,71.7332,49.319763,883.5545,171.27452,4066.8923,37.75333,3736.5745,79.106735,436.4515,2502.6704,77.47929,9.370559,1634.982,1692.6609,5433.9805,143.84895 +2023-07-02 03:00:00,0.0,16451.139,164.65881,19.890535,35.83819,22.019228,172.0504,24.599031,33.83807,19.755093,22.867222,596.6283,492.61035,10.268311,130.91931,15.576706,1.4943836,23.108763,22.671211,1.3134384,346.68695,0.38077903,309.68735,49.337795,0.36158344,2.734864,107.93225,22.361353,72.71192,135.32697,17744.055,0.63488674,1504.1786,1.09996,0.6658195,0.36289525,2.1561134,159.3092,212.41603,28.91401,209.55545,23.57479,35.12465,1428.3165,3.882574,171.94327,131.57596,339.61435,142.93558,378.49713,19.753733,340.0122,0.0,2693.0332,15402.37,22.735638,367.88733,127.52101,44828.293,131.8932,19.145155,142.72841,282.99203,48.111553,16.939917,213.10397,2101.2014,351.84048,130.28554,15.958142,12.135495,456.22525,57.90174,1721.8589,141.95888,2154.5044,265.76733,352.71512,97.552765,339.51315,8.257744,13.986523,29.374546,4.3111577,3.8363729,63.26929,54.2728,66.557686,15.417062,23.921717,290.4481,8.140353,2935.946,117.56148,52.166332,135.6603,119.81383,212.50175,148.66742,85.76613,32.921772,47.16042,122.57565,318.14532,821.09283,149.1863,488.71265,97.120804,101.71602,305.4957,287.89233,949.49304,341.39276,3.7313085,17.280949,10.270914,41.712753,15754.265,5.0550265,12.725262,22.130243,51.827118,583.4338,94.389114,208.57156,3.2241206,250.0386,564.6089,369.2664,124.11959,342.1918,28.86371,66.22057,268.3304,13.52925,1.8536984,12.2936,2124.166,0.1671779,0.5371572,57.17457,5.2504034,3.8938587,6.191275,10.8845005,145.29547,50.361443,117.88327,775.4936,209.2773,1888.2373,1746.7478,13.256614,24.949697,12591.342,8.612566,58.6045,558.68365,96.4877,146.66623,65.16341,331.3683,941.86456,398.82678,12.667915,75.93279,1043.8969,1900.9971,39.44378,543.0406,37.52201,1.0493006,59.796833,1.1178254,0.66846365,3.0285335,30.962717,112.85658,281.74283,17.396652,3526.2837,268.32996,97.26747,149.95665,76.68664,96.7001,56.632057,3.5039988,96.558464,586.67865,164.47437,97.114235,77.17106,22.066936,60.27448,71.80948,49.302353,883.3492,171.28531,4066.2825,37.7456,3735.5742,79.10622,436.4277,2502.331,77.486275,9.370709,1634.3344,1691.6105,5431.2666,143.77536 +2023-07-02 04:00:00,0.0,16452.768,164.86359,19.898647,35.836117,22.029507,172.03673,24.59837,33.836002,19.755325,22.864159,597.03265,492.27057,10.266063,130.91956,15.5648985,1.4931431,23.1142,22.653442,1.3147975,346.6653,0.38058567,309.71152,49.327988,0.3623358,2.7346754,107.930695,22.351944,72.660095,135.27621,17757.508,0.6341789,1504.2593,1.0990447,0.6652697,0.3625448,2.1539803,159.28517,212.3405,28.90805,209.53897,23.570892,35.192513,1429.3553,3.8808284,172.15004,131.67041,339.64862,142.9332,378.43503,19.773733,340.25552,0.0,2692.6167,15400.567,22.757265,368.11526,127.55742,44826.29,131.89346,19.159786,142.76614,283.2293,48.143715,16.959541,213.1819,2101.2654,351.8276,130.3629,15.97179,12.143327,456.12177,57.923134,1721.2268,141.87958,2154.9426,265.63278,352.77197,97.52447,339.22153,8.2557535,13.982109,29.355387,4.3086276,3.8338718,63.27604,54.2918,66.56512,15.435182,23.928862,290.2221,8.138486,2936.2156,117.47548,52.200268,135.56885,119.76662,212.51416,148.58853,85.8871,32.89721,47.146667,122.53771,318.10864,820.72784,149.0543,488.4296,97.07868,101.76053,305.4508,288.0828,949.5147,341.14243,3.7318199,17.288576,10.268601,41.70901,15758.819,5.052089,12.734066,22.142475,51.794304,583.0872,94.322044,208.46213,3.223642,249.86412,564.3704,369.14417,124.12501,342.43842,28.873478,66.27002,268.1871,13.525464,1.8533392,12.291584,2122.9854,0.16705966,0.5368297,57.1621,5.2549157,3.8936312,6.188195,10.8797035,145.22647,50.33918,117.83946,775.2119,209.31451,1888.4512,1746.9406,13.262044,24.95802,12589.228,8.611472,58.619175,558.88416,96.53817,146.71036,65.18427,331.48315,941.68115,398.87375,12.675192,75.964874,1043.9323,1901.274,39.457447,543.14087,37.53795,1.0493655,59.800274,1.1178268,0.668491,3.0286996,30.983326,112.87127,281.70737,17.399122,3525.876,268.4471,97.30824,150.00134,76.69355,96.69825,56.62769,3.5168014,96.56989,586.98016,164.58717,97.164536,77.23131,22.048119,60.385174,71.88575,49.284943,883.14386,171.29608,4065.6724,37.737877,3734.5737,79.105705,436.40393,2501.9917,77.49326,9.37086,1633.6865,1690.56,5428.5527,143.70177 +2023-07-02 05:00:00,0.0,16454.396,165.06836,19.906757,35.834045,22.039787,172.02307,24.597708,33.83394,19.755556,22.861095,597.4371,491.93082,10.263816,130.91982,15.55309,1.4919027,23.119638,22.635674,1.3161566,346.64368,0.3803923,309.7357,49.318184,0.3630882,2.7344868,107.92914,22.342535,72.60828,135.22548,17770.963,0.63347095,1504.34,1.0981293,0.66471976,0.36219436,2.1518474,159.26112,212.26495,28.90209,209.5225,23.566996,35.260372,1430.3943,3.879083,172.35683,131.76488,339.68292,142.93082,378.3729,19.793734,340.4988,0.0,2692.2007,15398.765,22.77889,368.3432,127.59383,44824.285,131.89372,19.174417,142.8039,283.46655,48.175877,16.979168,213.25983,2101.3296,351.81476,130.44025,15.985439,12.151158,456.01828,57.94453,1720.5948,141.80028,2155.381,265.49826,352.8288,97.49618,338.92993,8.253762,13.977695,29.336227,4.3060975,3.8313708,63.282787,54.310802,66.57254,15.453301,23.936007,289.99615,8.136619,2936.485,117.38949,52.234207,135.4774,119.71941,212.52657,148.50963,86.008064,32.872646,47.132915,122.49977,318.07193,820.36285,148.92232,488.14655,97.03655,101.80504,305.4059,288.27325,949.5363,340.8921,3.7323313,17.296204,10.26629,41.705273,15763.373,5.0491524,12.742869,22.154705,51.76149,582.74066,94.254974,208.35269,3.2231636,249.68962,564.13196,369.02194,124.130424,342.68503,28.883244,66.31947,268.0438,13.521677,1.85298,12.289568,2121.805,0.16694142,0.5365022,57.149635,5.259428,3.8934038,6.185115,10.874906,145.15747,50.31692,117.795654,774.9303,209.35172,1888.6652,1747.1334,13.267473,24.966343,12587.113,8.610378,58.633846,559.0847,96.588646,146.75447,65.20514,331.59802,941.4977,398.9207,12.682469,75.996956,1043.9675,1901.551,39.47112,543.2411,37.553886,1.0494305,59.80371,1.1178281,0.66851836,3.0288658,31.003937,112.885956,281.67194,17.40159,3525.468,268.56427,97.349014,150.04604,76.70046,96.6964,56.62332,3.5296037,96.581314,587.2816,164.69998,97.21483,77.29155,22.029303,60.49587,71.96203,49.267532,882.93854,171.30685,4065.0623,37.730152,3733.5735,79.105194,436.38013,2501.6526,77.50025,9.371011,1633.0388,1689.5095,5425.8384,143.62817 +2023-07-02 06:00:00,0.0,16456.027,165.27315,19.91487,35.831974,22.050068,172.0094,24.597046,33.831875,19.755789,22.858032,597.8415,491.59106,10.261568,130.92006,15.541283,1.4906622,23.125078,22.617903,1.3175157,346.62204,0.38019893,309.75986,49.308376,0.36384058,2.7342982,107.92758,22.333126,72.55646,135.17474,17784.418,0.632763,1504.4207,1.097214,0.66416985,0.3618439,2.1497142,159.23708,212.18942,28.89613,209.50604,23.563099,35.32823,1431.4331,3.8773372,172.56361,131.85933,339.71722,142.92842,378.3108,19.813734,340.7421,0.0,2691.7844,15396.961,22.800518,368.5711,127.63024,44822.285,131.89398,19.18905,142.84163,283.70383,48.208035,16.998793,213.33775,2101.3936,351.8019,130.5176,15.999087,12.15899,455.9148,57.965923,1719.9628,141.72098,2155.8196,265.3637,352.88568,97.46788,338.63834,8.251772,13.973282,29.317068,4.303568,3.8288698,63.289536,54.329803,66.57997,15.47142,23.943153,289.77017,8.134752,2936.755,117.30349,52.268147,135.38596,119.6722,212.53899,148.43074,86.129036,32.84808,47.119164,122.46184,318.03525,819.9979,148.79033,487.86346,96.99443,101.849556,305.36102,288.4637,949.5579,340.64175,3.7328427,17.303831,10.263978,41.701534,15767.927,5.046215,12.751673,22.166937,51.728676,582.3941,94.187904,208.24326,3.2226853,249.51512,563.8935,368.89972,124.13584,342.93164,28.893011,66.36893,267.90048,13.517891,1.8526208,12.287552,2120.6243,0.16682318,0.53617465,57.137173,5.2639403,3.8931763,6.182035,10.870108,145.08849,50.29466,117.75185,774.64856,209.38892,1888.879,1747.3263,13.272903,24.974665,12584.999,8.609283,58.64852,559.2852,96.639114,146.7986,65.226006,331.7129,941.3143,398.96765,12.689747,76.02903,1044.0029,1901.828,39.48479,543.3414,37.569824,1.0494955,59.807148,1.1178296,0.6685457,3.0290322,31.024546,112.90064,281.63647,17.404058,3525.06,268.68146,97.389786,150.09073,76.707375,96.69456,56.61895,3.542406,96.59274,587.5831,164.81279,97.26513,77.3518,22.010485,60.606567,72.03831,49.250122,882.73315,171.31763,4064.4521,37.722424,3732.573,79.10468,436.35635,2501.3132,77.50724,9.371161,1632.391,1688.4591,5423.1245,143.55457 +2023-07-02 07:00:00,0.0,16457.656,165.47794,19.92298,35.829903,22.060347,171.99573,24.596384,33.829807,19.75602,22.85497,598.2459,491.25128,10.25932,130.92032,15.529474,1.4894218,23.130516,22.600134,1.318875,346.6004,0.38000557,309.78403,49.29857,0.36459294,2.7341099,107.926025,22.323719,72.50463,135.124,17797.871,0.63205516,1504.5013,1.0962987,0.66362,0.3614935,2.147581,159.21304,212.11389,28.89017,209.48958,23.559202,35.39609,1432.4719,3.8755918,172.7704,131.95378,339.7515,142.92604,378.24866,19.833733,340.9854,0.0,2691.3682,15395.158,22.822144,368.79904,127.66665,44820.28,131.89424,19.203682,142.87936,283.94107,48.240196,17.01842,213.41568,2101.4575,351.78906,130.59496,16.012735,12.1668215,455.8113,57.987316,1719.3308,141.64168,2156.258,265.22916,352.9425,97.43959,338.34674,8.249781,13.968868,29.29791,4.301038,3.8263688,63.29628,54.348804,66.587395,15.48954,23.950298,289.54422,8.132885,2937.0244,117.2175,52.302082,135.29451,119.62499,212.55139,148.35184,86.25,32.823517,47.10541,122.4239,317.99857,819.63293,148.65834,487.5804,96.9523,101.894066,305.31613,288.65417,949.5796,340.39142,3.733354,17.311459,10.261666,41.697792,15772.481,5.0432777,12.760477,22.179169,51.69586,582.04755,94.120834,208.13382,3.2222068,249.34062,563.655,368.77753,124.14126,343.17825,28.902779,66.41838,267.75714,13.514105,1.8522615,12.285536,2119.4436,0.16670494,0.5358472,57.124706,5.2684526,3.8929489,6.178955,10.86531,145.01949,50.272396,117.70804,774.36694,209.42613,1889.093,1747.519,13.278334,24.982986,12582.885,8.60819,58.663193,559.4857,96.68958,146.84271,65.24687,331.82776,941.1308,399.01462,12.697024,76.06111,1044.0383,1902.105,39.49846,543.44165,37.585766,1.0495604,59.810585,1.117831,0.6685731,3.0291984,31.045156,112.91533,281.60104,17.406528,3524.652,268.7986,97.43055,150.13542,76.71429,96.69271,56.614582,3.5552084,96.604164,587.8846,164.9256,97.31543,77.41204,21.991667,60.717262,72.114586,49.23271,882.52783,171.32841,4063.842,37.7147,3731.5728,79.10417,436.33255,2500.9739,77.51423,9.371312,1631.7433,1687.4087,5420.4106,143.48097 +2023-07-02 08:00:00,0.0,16459.285,165.68271,19.931091,35.82783,22.070627,171.98207,24.595722,33.827744,19.756252,22.851908,598.65027,490.91153,10.257072,130.92058,15.517667,1.4881814,23.135956,22.582365,1.3202341,346.57874,0.37981218,309.8082,49.288765,0.36534533,2.7339213,107.92446,22.31431,72.45281,135.07326,17811.326,0.63134724,1504.582,1.0953833,0.6630701,0.36114305,2.145448,159.189,212.03835,28.884209,209.47311,23.555305,35.46395,1433.5109,3.8738463,172.97717,132.04825,339.7858,142.92366,378.18655,19.853733,341.2287,0.0,2690.9521,15393.355,22.843771,369.02698,127.70306,44818.277,131.8945,19.218313,142.9171,284.17834,48.272358,17.038044,213.4936,2101.5217,351.7762,130.6723,16.026384,12.174653,455.70782,58.00871,1718.6989,141.56238,2156.6965,265.0946,352.99936,97.41129,338.0551,8.24779,13.964454,29.278751,4.298508,3.8238678,63.30303,54.367805,66.594826,15.50766,23.957443,289.31824,8.131018,2937.294,117.1315,52.33602,135.20305,119.57778,212.5638,148.27293,86.370964,32.798954,47.091663,122.385956,317.96185,819.26794,148.52634,487.29736,96.91018,101.93858,305.27124,288.84464,949.6012,340.14108,3.7338655,17.319086,10.259355,41.694054,15777.035,5.0403404,12.76928,22.191399,51.663048,581.70105,94.053764,208.02438,3.2217286,249.16612,563.41656,368.6553,124.146675,343.42487,28.912544,66.467834,267.61383,13.510319,1.8519024,12.28352,2118.2632,0.1665867,0.53551966,57.112244,5.272965,3.8927214,6.175875,10.860512,144.95049,50.250137,117.66423,774.0853,209.46333,1889.3069,1747.7119,13.283764,24.991308,12580.771,8.607096,58.677868,559.6862,96.74005,146.88684,65.26774,331.94266,940.9474,399.06155,12.704301,76.093185,1044.0737,1902.382,39.51213,543.54193,37.601704,1.0496254,59.814026,1.1178323,0.66860044,3.0293648,31.065765,112.93002,281.56558,17.408997,3524.2441,268.91577,97.47132,150.18011,76.7212,96.69086,56.610214,3.568011,96.61559,588.1861,165.0384,97.36572,77.47229,21.97285,60.827957,72.19086,49.2153,882.3225,171.33919,4063.2322,37.70697,3730.5723,79.10365,436.30878,2500.6348,77.521225,9.371463,1631.0955,1686.3583,5417.697,143.40738 +2023-07-02 09:00:00,0.0,16460.914,165.88748,19.939201,35.82576,22.080908,171.9684,24.59506,33.825676,19.756483,22.848845,599.0547,490.57175,10.254825,130.92082,15.505859,1.486941,23.141394,22.564596,1.3215932,346.5571,0.37961882,309.83237,49.278957,0.3660977,2.7337327,107.922905,22.304901,72.400986,135.0225,17824.781,0.6306394,1504.6627,1.094468,0.6625202,0.3607926,2.143315,159.16496,211.96281,28.87825,209.45665,23.55141,35.53181,1434.5497,3.8721006,173.18396,132.1427,339.82007,142.92126,378.12442,19.873734,341.472,0.0,2690.5356,15391.552,22.865396,369.2549,127.73946,44816.273,131.89476,19.232944,142.95483,284.4156,48.30452,17.05767,213.57152,2101.5857,351.76337,130.74966,16.040033,12.182486,455.60434,58.030106,1718.0668,141.48306,2157.1348,264.96008,353.0562,97.383,337.76352,8.2458,13.96004,29.259592,4.295978,3.8213668,63.309776,54.38681,66.60225,15.525779,23.964588,289.09225,8.12915,2937.5635,117.04551,52.36996,135.1116,119.53057,212.57622,148.19405,86.491936,32.774387,47.07791,122.348015,317.92517,818.90295,148.39435,487.0143,96.86805,101.98309,305.22635,289.0351,949.6228,339.89075,3.734377,17.326714,10.257043,41.690315,15781.59,5.037403,12.778085,22.20363,51.630234,581.3545,93.986694,207.91495,3.22125,248.99164,563.17816,368.53308,124.15209,343.67148,28.922312,66.51728,267.47052,13.506532,1.8515432,12.281504,2117.0825,0.16646846,0.53519213,57.099777,5.2774773,3.892494,6.172795,10.855714,144.88148,50.227875,117.62042,773.80365,209.50055,1889.5208,1747.9047,13.289194,24.99963,12578.657,8.606001,58.69254,559.8867,96.79053,146.93095,65.288605,332.05753,940.7639,399.10852,12.711578,76.12527,1044.109,1902.6589,39.5258,543.6422,37.61764,1.0496904,59.817463,1.1178337,0.6686278,3.029531,31.086376,112.94471,281.53015,17.411465,3523.8362,269.03293,97.51209,150.2248,76.72811,96.68901,56.605846,3.5808134,96.627014,588.4876,165.15121,97.41602,77.53253,21.954033,60.938652,72.267136,49.19789,882.1172,171.34996,4062.622,37.699245,3729.572,79.10314,436.28497,2500.2954,77.52821,9.3716135,1630.4476,1685.3077,5414.983,143.33379 +2023-07-02 10:00:00,0.0,16462.545,166.09227,19.947313,35.82369,22.091187,171.95473,24.5944,33.823612,19.756716,22.845781,599.4591,490.232,10.252577,130.92108,15.494051,1.4857006,23.146832,22.546827,1.3229523,346.53546,0.37942547,309.85654,49.26915,0.36685008,2.733544,107.92135,22.295492,72.34917,134.97177,17838.234,0.62993145,1504.7434,1.0935527,0.66197026,0.36044216,2.141182,159.14091,211.88727,28.87229,209.44019,23.547514,35.59967,1435.5885,3.8703551,173.39075,132.23717,339.85437,142.91888,378.06232,19.893734,341.7153,0.0,2690.1196,15389.749,22.887024,369.48282,127.77587,44814.27,131.89502,19.247578,142.99257,284.65286,48.336678,17.077295,213.64944,2101.65,351.75052,130.82701,16.053682,12.190317,455.50085,58.0515,1717.4348,141.40376,2157.5732,264.82553,353.11307,97.35471,337.47192,8.243809,13.9556265,29.240433,4.293448,3.8188658,63.316525,54.405807,66.60968,15.543899,23.971735,288.8663,8.127283,2937.8333,116.95951,52.403896,135.02016,119.48336,212.58862,148.11514,86.6129,32.749825,47.06416,122.31008,317.88846,818.53796,148.26236,486.73123,96.82593,102.02761,305.18146,289.22552,949.6445,339.6404,3.7348883,17.334343,10.254731,41.686573,15786.144,5.034466,12.786888,22.21586,51.59742,581.00793,93.919624,207.80551,3.2207718,248.81714,562.9397,368.41086,124.15752,343.9181,28.93208,66.566734,267.3272,13.502746,1.851184,12.279488,2115.9019,0.16635022,0.53486466,57.087315,5.2819896,3.8922665,6.169715,10.850916,144.81248,50.205612,117.576614,773.52203,209.53775,1889.7347,1748.0975,13.294624,25.007954,12576.543,8.604907,58.70721,560.0872,96.840996,146.97507,65.30947,332.1724,940.5805,399.15546,12.718856,76.15735,1044.1444,1902.9359,39.53947,543.74243,37.63358,1.0497553,59.8209,1.117835,0.66865516,3.0296974,31.106985,112.9594,281.49472,17.413933,3523.4285,269.1501,97.552864,150.26949,76.73502,96.687164,56.60148,3.5936158,96.63844,588.78906,165.26402,97.466324,77.59277,21.935215,61.049347,72.343414,49.18048,881.91187,171.36073,4062.012,37.69152,3728.5715,79.10263,436.2612,2499.956,77.5352,9.371764,1629.7999,1684.2573,5412.2686,143.2602 +2023-07-02 11:00:00,0.0,16464.174,166.29706,19.955423,35.821617,22.101467,171.94107,24.593739,33.82155,19.756948,22.842718,599.8635,489.89224,10.250329,130.92133,15.482244,1.4844601,23.152271,22.529058,1.3243115,346.51382,0.37923208,309.88074,49.259342,0.36760247,2.7333555,107.91979,22.286083,72.29735,134.92104,17851.69,0.6292235,1504.8241,1.0926373,0.6614204,0.36009172,2.139049,159.11687,211.81174,28.86633,209.42372,23.543617,35.66753,1436.6274,3.8686094,173.59752,132.33162,339.88867,142.9165,378.00018,19.913733,341.9586,0.0,2689.7034,15387.946,22.90865,369.71075,127.81228,44812.266,131.89528,19.262209,143.0303,284.8901,48.36884,17.096922,213.72737,2101.7139,351.73764,130.90437,16.06733,12.198149,455.39737,58.07289,1716.8027,141.32446,2158.0117,264.69098,353.1699,97.326416,337.18033,8.241818,13.951213,29.221273,4.2909184,3.8163648,63.323273,54.424812,66.61711,15.562017,23.97888,288.64032,8.125416,2938.1028,116.87352,52.437836,134.92871,119.43615,212.60103,148.03625,86.73387,32.72526,47.050407,122.27214,317.85178,818.173,148.13037,486.44818,96.7838,102.07212,305.13657,289.416,949.6661,339.39008,3.7353997,17.34197,10.252419,41.682835,15790.698,5.0315285,12.7956915,22.228092,51.564606,580.6614,93.852554,207.69608,3.2202933,248.64264,562.70123,368.28864,124.16293,344.1647,28.941847,66.61619,267.18387,13.49896,1.8508248,12.277472,2114.7214,0.16623197,0.53453714,57.07485,5.2865014,3.892039,6.166635,10.846118,144.74348,50.183353,117.5328,773.24036,209.57495,1889.9486,1748.2903,13.300055,25.016275,12574.429,8.603813,58.721886,560.2877,96.891464,147.0192,65.33034,332.28726,940.39703,399.20242,12.726133,76.18942,1044.1798,1903.2129,39.553143,543.8427,37.649517,1.0498203,59.824337,1.1178365,0.6686825,3.0298636,31.127596,112.97408,281.45926,17.416403,3523.0205,269.26724,97.593636,150.31418,76.741936,96.68532,56.59711,3.6064181,96.649864,589.0906,165.37683,97.51662,77.65302,21.916399,61.16004,72.41969,49.16307,881.7065,171.37152,4061.4019,37.683792,3727.5713,79.10212,436.2374,2499.617,77.54219,9.371915,1629.1521,1683.2069,5409.5547,143.1866 +2023-07-02 12:00:00,0.0,16465.803,166.50183,19.963535,35.819546,22.111748,171.9274,24.593077,33.81948,19.75718,22.839655,600.2679,489.55246,10.248081,130.92159,15.470436,1.4832197,23.15771,22.51129,1.3256706,346.4922,0.37903872,309.9049,49.24954,0.36835483,2.7331672,107.918236,22.276676,72.24552,134.87029,17865.145,0.62851566,1504.9048,1.091722,0.6608705,0.35974127,2.136916,159.09283,211.73619,28.860369,209.40726,23.53972,35.73539,1437.6663,3.866864,173.8043,132.42607,339.92294,142.91411,377.93808,19.933733,342.2019,0.0,2689.287,15386.144,22.930277,369.9387,127.84869,44810.26,131.89554,19.27684,143.06804,285.12738,48.401,17.116547,213.8053,2101.778,351.7248,130.98172,16.080978,12.20598,455.29388,58.094284,1716.1708,141.24516,2158.4502,264.55646,353.22675,97.29813,336.88873,8.239827,13.946799,29.202114,4.2883883,3.8138638,63.33002,54.44381,66.624535,15.580137,23.986025,288.41437,8.1235485,2938.3723,116.78752,52.471775,134.83727,119.38894,212.61345,147.95735,86.854836,32.7007,47.03666,122.2342,317.8151,817.808,147.99838,486.16513,96.74168,102.11663,305.09167,289.60645,949.6877,339.13974,3.7359114,17.349598,10.250107,41.679096,15795.252,5.028591,12.804496,22.240324,51.53179,580.3148,93.78549,207.58664,3.219815,248.46814,562.46277,368.16644,124.16835,344.41132,28.951612,66.66564,267.04056,13.4951725,1.8504657,12.275455,2113.5408,0.16611373,0.5342096,57.062386,5.2910137,3.8918116,6.163555,10.841321,144.67448,50.16109,117.48899,772.9587,209.61217,1890.1626,1748.4832,13.305485,25.024597,12572.314,8.602718,58.736557,560.4882,96.94193,147.06331,65.35121,332.40216,940.2136,399.2494,12.733411,76.221504,1044.2152,1903.4899,39.56681,543.943,37.66546,1.0498853,59.827778,1.1178378,0.6687099,3.03003,31.148205,112.98877,281.42383,17.41887,3522.6125,269.3844,97.63441,150.35887,76.74885,96.683464,56.592743,3.6192207,96.66129,589.392,165.48964,97.56692,77.713264,21.897581,61.270737,72.495964,49.14566,881.50116,171.3823,4060.7917,37.676067,3726.5708,79.10161,436.21362,2499.2776,77.54918,9.372066,1628.5044,1682.1564,5406.841,143.113 +2023-07-02 13:00:00,0.0,16467.432,166.7066,19.971645,35.817474,22.122028,171.91373,24.592415,33.817417,19.757412,22.836592,600.6723,489.2127,10.245833,130.92183,15.458628,1.4819793,23.163149,22.493519,1.3270297,346.47055,0.37884533,309.92908,49.23973,0.36910722,2.7329786,107.91668,22.267267,72.1937,134.81955,17878.598,0.62780774,1504.9855,1.0908067,0.6603206,0.35939085,2.1347828,159.06879,211.66066,28.854408,209.3908,23.535824,35.80325,1438.7051,3.8651183,174.0111,132.52054,339.9572,142.91173,377.87595,19.953733,342.4452,0.0,2688.871,15384.34,22.951902,370.1666,127.88509,44808.258,131.8958,19.291471,143.10577,285.36462,48.433163,17.136171,213.88322,2101.842,351.71194,131.05908,16.094627,12.213812,455.1904,58.115677,1715.5388,141.16586,2158.8887,264.4219,353.2836,97.26983,336.5971,8.237837,13.942386,29.182955,4.285858,3.8113627,63.33677,54.462814,66.631966,15.598257,23.99317,288.1884,8.121681,2938.642,116.70153,52.50571,134.74582,119.34173,212.62585,147.87845,86.97581,32.676132,47.022907,122.196266,317.77838,817.443,147.8664,485.88205,96.69955,102.16115,305.04678,289.7969,949.70935,338.88937,3.7364228,17.357225,10.247795,41.675354,15799.806,5.025654,12.813299,22.252554,51.498978,579.96826,93.71842,207.4772,3.2193365,248.29366,562.2243,368.04422,124.17377,344.65793,28.96138,66.71509,266.89725,13.491386,1.8501064,12.273439,2112.36,0.1659955,0.53388214,57.04992,5.295526,3.8915842,6.160475,10.836523,144.60548,50.13883,117.44518,772.67706,209.64937,1890.3765,1748.676,13.310915,25.032919,12570.2,8.6016245,58.751232,560.6887,96.99241,147.10744,65.37208,332.51703,940.03015,399.29633,12.740687,76.253586,1044.2505,1903.7668,39.580482,544.0433,37.681396,1.0499502,59.831215,1.1178392,0.66873723,3.0301962,31.168816,113.00346,281.38837,17.421339,3522.2046,269.50156,97.67518,150.40356,76.75576,96.68162,56.588375,3.632023,96.672714,589.69354,165.60245,97.61722,77.77351,21.878765,61.38143,72.57224,49.12825,881.29584,171.39307,4060.182,37.66834,3725.5706,79.10109,436.18982,2498.9382,77.55617,9.372216,1627.8566,1681.106,5404.127,143.03941 +2023-07-02 14:00:00,0.0,16469.062,166.91139,19.979757,35.815403,22.132307,171.90007,24.591753,33.815353,19.757643,22.83353,601.0767,488.87292,10.243586,130.92209,15.44682,1.4807389,23.168587,22.47575,1.3283888,346.44888,0.37865198,309.95325,49.229923,0.36985958,2.73279,107.915115,22.257858,72.14188,134.7688,17892.053,0.6270999,1505.0662,1.0898913,0.6597707,0.3590404,2.1326497,159.04475,211.58513,28.84845,209.37433,23.531927,35.87111,1439.744,3.8633728,174.21788,132.61499,339.99152,142.90935,377.8138,19.973734,342.68848,0.0,2688.4546,15382.537,22.97353,370.39453,127.92151,44806.254,131.89606,19.306105,143.14352,285.6019,48.465324,17.155798,213.96115,2101.906,351.6991,131.13643,16.108276,12.221643,455.0869,58.137074,1714.9067,141.08656,2159.327,264.28735,353.34042,97.24154,336.3055,8.235846,13.937971,29.163795,4.2833285,3.8088615,63.343517,54.481815,66.63939,15.616376,24.000317,287.96243,8.119814,2938.9116,116.61553,52.53965,134.65437,119.29452,212.63826,147.79956,87.09677,32.65157,47.009155,122.158325,317.7417,817.078,147.7344,485.599,96.65742,102.20566,305.00192,289.98737,949.73096,338.63904,3.7369342,17.364853,10.245483,41.671616,15804.36,5.0227165,12.8221035,22.264786,51.466164,579.62177,93.65135,207.36777,3.2188582,248.11916,561.98584,367.922,124.179184,344.90454,28.971148,66.76454,266.75394,13.4876,1.8497472,12.271423,2111.1797,0.16587725,0.5335546,57.037457,5.3000383,3.8913565,6.157395,10.831725,144.53648,50.116566,117.401375,772.3954,209.68658,1890.5903,1748.8688,13.316344,25.04124,12568.086,8.600531,58.765903,560.8892,97.04288,147.15155,65.392944,332.6319,939.84674,399.3433,12.747965,76.28566,1044.2859,1904.0438,39.59415,544.14355,37.697334,1.0500152,59.834652,1.1178405,0.66876453,3.0303626,31.189425,113.01815,281.35294,17.42381,3521.7966,269.6187,97.71595,150.44826,76.76267,96.67977,56.584007,3.6448255,96.68414,589.99506,165.71524,97.66752,77.833755,21.859947,61.492126,72.64852,49.11084,881.0905,171.40384,4059.5718,37.660614,3724.5703,79.10058,436.16602,2498.599,77.563156,9.372367,1627.2089,1680.0555,5401.4126,142.96582 +2023-07-02 15:00:00,0.0,16470.691,167.11618,19.987867,35.81333,22.142588,171.8864,24.591091,33.813286,19.757875,22.830467,601.48114,488.53317,10.241338,130.92233,15.435013,1.4794984,23.174025,22.457981,1.3297479,346.42725,0.37845862,309.97742,49.22012,0.37061197,2.7326014,107.91356,22.24845,72.09006,134.71806,17905.508,0.62639195,1505.1469,1.088976,0.6592208,0.35868996,2.1305165,159.0207,211.50958,28.84249,209.35786,23.52803,35.938972,1440.7828,3.861627,174.42465,132.70946,340.02582,142.90695,377.7517,19.993734,342.9318,0.0,2688.0386,15380.734,22.995155,370.62247,127.95792,44804.25,131.89632,19.320736,143.18126,285.83917,48.497482,17.175423,214.03908,2101.9702,351.68625,131.21379,16.121923,12.229475,454.9834,58.158466,1714.2748,141.00726,2159.7654,264.15283,353.39728,97.21325,336.01392,8.233855,13.9335575,29.144636,4.2807984,3.8063605,63.350266,54.500816,66.64682,15.634496,24.007462,287.73645,8.117947,2939.1812,116.52954,52.57359,134.56291,119.24731,212.65068,147.72066,87.21774,32.627007,46.995403,122.120384,317.705,816.7131,147.60242,485.31595,96.615295,102.250175,304.95703,290.17783,949.75256,338.3887,3.7374456,17.37248,10.243172,41.667877,15808.914,5.019779,12.830907,22.277018,51.43335,579.2752,93.58428,207.25833,3.2183797,247.94466,561.74744,367.79977,124.1846,345.15112,28.980915,66.813995,266.6106,13.483814,1.849388,12.269406,2109.999,0.16575903,0.5332271,57.02499,5.3045506,3.891129,6.154315,10.826927,144.4675,50.094307,117.35757,772.1138,209.72379,1890.8043,1749.0616,13.3217745,25.049564,12565.973,8.599437,58.78058,561.0897,97.093346,147.19568,65.41381,332.74677,939.66327,399.39023,12.755242,76.31774,1044.3213,1904.3208,39.607822,544.2438,37.713272,1.0500802,59.83809,1.117842,0.6687919,3.0305288,31.210035,113.03284,281.31747,17.426277,3521.3887,269.73587,97.75672,150.49295,76.769585,96.677925,56.579636,3.6576278,96.695564,590.2965,165.82805,97.71781,77.894,21.84113,61.60282,72.7248,49.093426,880.8852,171.41461,4058.9617,37.65289,3723.5698,79.10007,436.14224,2498.2598,77.570145,9.372518,1626.561,1679.0051,5398.6987,142.89223 +2023-07-02 16:00:00,0.0,16472.32,167.32095,19.99598,35.81126,22.152868,171.87273,24.59043,33.811222,19.758106,22.827404,601.8855,488.1934,10.23909,130.92259,15.423204,1.478258,23.179464,22.440212,1.3311071,346.4056,0.37826523,310.0016,49.21031,0.37136436,2.7324128,107.912,22.23904,72.03824,134.66733,17918.96,0.625684,1505.2275,1.0880606,0.6586709,0.35833952,2.1283836,158.99667,211.43405,28.836529,209.3414,23.524134,36.006832,1441.8217,3.8598816,174.63144,132.80391,340.06012,142.90457,377.68958,20.013733,343.17508,0.0,2687.6223,15378.932,23.016783,370.85037,127.99432,44802.246,131.89658,19.335367,143.219,286.07642,48.529644,17.19505,214.117,2102.0342,351.6734,131.29114,16.135572,12.237308,454.8799,58.17986,1713.6427,140.92796,2160.2039,264.01828,353.4541,97.18495,335.72232,8.231864,13.929144,29.125477,4.2782683,3.8038595,63.357014,54.519817,66.65424,15.652615,24.014606,287.5105,8.116079,2939.4507,116.44354,52.60753,134.47147,119.2001,212.66309,147.64177,87.33871,32.60244,46.98165,122.08244,317.6683,816.3481,147.47043,485.0329,96.573166,102.294685,304.91214,290.3683,949.77423,338.13837,3.737957,17.380108,10.24086,41.664135,15813.469,5.016842,12.839711,22.289248,51.400536,578.92865,93.51721,207.1489,3.2179015,247.77016,561.509,367.67758,124.19002,345.39774,28.99068,66.86345,266.4673,13.480027,1.8490288,12.26739,2108.8184,0.16564079,0.5328996,57.012527,5.309063,3.8909016,6.1512346,10.822129,144.3985,50.072044,117.31376,771.83203,209.76099,1891.0182,1749.2544,13.327205,25.057886,12563.858,8.598342,58.79525,561.2902,97.143814,147.23979,65.43468,332.86163,939.47986,399.4372,12.76252,76.34982,1044.3567,1904.5978,39.62149,544.34406,37.729214,1.0501451,59.84153,1.1178433,0.66881925,3.0306952,31.230644,113.04752,281.28204,17.428745,3520.981,269.85303,97.797485,150.53763,76.7765,96.67608,56.575268,3.6704304,96.706985,590.598,165.94086,97.76811,77.95425,21.822313,61.713516,72.80108,49.076015,880.6799,171.4254,4058.3516,37.64516,3722.5696,79.099556,436.11844,2497.9204,77.57713,9.372668,1625.9133,1677.9546,5395.985,142.81863 +2023-07-02 17:00:00,0.0,16473.951,167.52573,20.00409,35.80919,22.163147,171.85907,24.589767,33.809155,19.758339,22.82434,602.2899,487.85364,10.236842,130.92284,15.411397,1.4770176,23.184902,22.422443,1.3324662,346.38397,0.37807187,310.02576,49.200504,0.3721167,2.7322245,107.910446,22.229631,71.98641,134.61658,17932.416,0.62497616,1505.3082,1.0871453,0.65812105,0.35798907,2.1262505,158.97263,211.3585,28.830568,209.32494,23.520237,36.07469,1442.8606,3.858136,174.83823,132.89836,340.09436,142.90219,377.62747,20.033733,343.41837,0.0,2687.206,15377.128,23.038408,371.0783,128.03073,44800.242,131.89684,19.349998,143.25673,286.31366,48.561806,17.214674,214.19493,2102.0984,351.66052,131.3685,16.149221,12.245139,454.77643,58.201252,1713.0107,140.84866,2160.6423,263.88373,353.511,97.15666,335.4307,8.229874,13.92473,29.106318,4.2757387,3.8013585,63.36376,54.53882,66.661674,15.670734,24.021751,287.28452,8.114212,2939.7205,116.35755,52.641464,134.38002,119.15289,212.67549,147.56287,87.45968,32.577877,46.967903,122.04451,317.63162,815.9831,147.33844,484.74982,96.531044,102.3392,304.86725,290.55875,949.79584,337.88803,3.7384684,17.387735,10.238548,41.660397,15818.022,5.013905,12.848515,22.30148,51.36772,578.5821,93.45014,207.03946,3.217423,247.59567,561.2705,367.55536,124.195435,345.64435,29.000448,66.9129,266.32397,13.476241,1.8486696,12.265374,2107.638,0.16552255,0.5325721,57.00006,5.3135753,3.890674,6.1481547,10.817331,144.3295,50.04978,117.26995,771.5504,209.7982,1891.2322,1749.4473,13.332635,25.066208,12561.744,8.597248,58.80992,561.4907,97.19429,147.2839,65.45554,332.97653,939.2964,399.48416,12.769796,76.3819,1044.392,1904.8748,39.635162,544.44434,37.74515,1.0502101,59.844967,1.1178447,0.6688466,3.0308614,31.251255,113.06222,281.2466,17.431213,3520.573,269.97018,97.83826,150.58232,76.78341,96.674225,56.5709,3.6832328,96.718414,590.8995,166.05367,97.81841,78.01449,21.803495,61.82421,72.87735,49.058605,880.4745,171.43617,4057.7415,37.637436,3721.569,79.09904,436.09467,2497.5813,77.58412,9.372819,1625.2655,1676.9042,5393.271,142.74504 +2023-07-02 18:00:00,0.0,16475.58,167.73051,20.012201,35.807117,22.173428,171.8454,24.589106,33.80709,19.75857,22.821278,602.69434,487.5139,10.234594,130.9231,15.399589,1.4757771,23.190342,22.404675,1.3338253,346.36234,0.3778785,310.04993,49.1907,0.3728691,2.7320359,107.90889,22.220224,71.93459,134.56584,17945.871,0.62426823,1505.3889,1.08623,0.65757114,0.35763863,2.1241176,158.94858,211.28297,28.824608,209.30847,23.51634,36.14255,1443.8994,3.8563905,175.04501,132.99283,340.12866,142.8998,377.56534,20.053734,343.66168,0.0,2686.79,15375.325,23.060036,371.30624,128.06714,44798.242,131.8971,19.364632,143.29446,286.55093,48.593967,17.2343,214.27284,2102.1624,351.64767,131.44585,16.16287,12.252971,454.67294,58.22265,1712.3787,140.76936,2161.0808,263.74918,353.5678,97.128365,335.1391,8.227882,13.920317,29.087158,4.2732086,3.7988575,63.37051,54.55782,66.669106,15.688854,24.028898,287.05853,8.112345,2939.99,116.27155,52.675404,134.28857,119.10568,212.68791,147.48398,87.58064,32.553314,46.95415,122.00657,317.5949,815.6181,147.20645,484.46677,96.488914,102.38371,304.82236,290.7492,949.8175,337.6377,3.7389798,17.395363,10.236237,41.656654,15822.576,5.0109677,12.857318,22.313711,51.334908,578.23553,93.38307,206.93002,3.2169447,247.42117,561.03204,367.43314,124.20085,345.89096,29.010216,66.96235,266.18066,13.472455,1.8483105,12.263358,2106.4573,0.1654043,0.53224456,56.9876,5.3180876,3.8904467,6.145075,10.812533,144.2605,50.027523,117.22614,771.2688,209.8354,1891.446,1749.6401,13.338065,25.07453,12559.63,8.596154,58.824596,561.6912,97.24476,147.32803,65.47641,333.0914,939.113,399.5311,12.777074,76.41398,1044.4274,1905.1517,39.648834,544.5446,37.76109,1.0502751,59.848404,1.117846,0.66887397,3.0310276,31.271864,113.076904,281.21115,17.433683,3520.165,270.08734,97.87903,150.62701,76.79032,96.67238,56.566532,3.6960351,96.729836,591.201,166.16647,97.868706,78.07474,21.784678,61.934906,72.95363,49.041195,880.26917,171.44695,4057.1316,37.629707,3720.5688,79.098526,436.07086,2497.242,77.59111,9.37297,1624.6178,1675.8538,5390.557,142.67145 +2023-07-02 19:00:00,0.0,16477.209,167.9353,20.020311,35.805046,22.183708,171.83174,24.588444,33.805027,19.758802,22.818214,603.09875,487.1741,10.232347,130.92334,15.387781,1.4745368,23.19578,22.386904,1.3351845,346.3407,0.37768513,310.0741,49.180893,0.3736215,2.7318473,107.907326,22.210815,71.88277,134.5151,17959.326,0.62356037,1505.4696,1.0853146,0.6570212,0.3572882,2.1219845,158.92455,211.20743,28.818647,209.292,23.512444,36.21041,1444.9382,3.854645,175.25179,133.08728,340.16296,142.89742,377.50323,20.073734,343.90497,0.0,2686.3738,15373.522,23.081661,371.53415,128.10355,44796.24,131.89735,19.379263,143.3322,286.78818,48.626125,17.253925,214.35077,2102.2266,351.63483,131.52321,16.176517,12.260802,454.56946,58.24404,1711.7467,140.69006,2161.519,263.61465,353.62466,97.100075,334.8475,8.225892,13.915903,29.067999,4.270679,3.7963564,63.37726,54.57682,66.67653,15.706973,24.036043,286.83258,8.110477,2940.2595,116.18556,52.709343,134.19713,119.05847,212.70032,147.40508,87.701614,32.52875,46.9404,121.96863,317.55823,815.2531,147.07446,484.18372,96.44679,102.42822,304.77747,290.93964,949.8391,337.38736,3.7394912,17.402992,10.233925,41.652916,15827.131,5.0080304,12.866122,22.325941,51.302094,577.889,93.316,206.82059,3.2164662,247.24667,560.7936,367.3109,124.20627,346.13757,29.019981,67.0118,266.03735,13.468669,1.8479513,12.261342,2105.2766,0.16528606,0.53191704,56.975132,5.3226,3.8902192,6.141995,10.807735,144.1915,50.00526,117.182335,770.9871,209.8726,1891.6599,1749.8329,13.343495,25.082851,12557.516,8.595059,58.839268,561.8917,97.29523,147.37215,65.49728,333.20627,938.9295,399.57806,12.784351,76.44606,1044.4628,1905.4287,39.662502,544.6449,37.777027,1.05034,59.85184,1.1178474,0.6689013,3.031194,31.292475,113.09159,281.17572,17.436152,3519.757,270.20453,97.9198,150.6717,76.79723,96.67053,56.562164,3.7088375,96.741264,591.50244,166.27928,97.91901,78.13498,21.765862,62.0456,73.02991,49.023785,880.06384,171.45772,4056.5215,37.621983,3719.5684,79.098015,436.0471,2496.9028,77.5981,9.37312,1623.97,1674.8032,5387.843,142.59784 +2023-07-02 20:00:00,0.0,16478.838,168.14008,20.028423,35.802975,22.193987,171.81807,24.587782,33.80296,19.759035,22.815151,603.5031,486.83435,10.230099,130.9236,15.375974,1.4732963,23.201218,22.369135,1.3365437,346.31903,0.37749177,310.09827,49.171085,0.37437385,2.7316587,107.90577,22.201406,71.83095,134.46436,17972.78,0.62285244,1505.5503,1.0843993,0.6564714,0.35693777,2.1198514,158.9005,211.1319,28.812689,209.27554,23.508547,36.27827,1445.9772,3.8528993,175.45857,133.18175,340.19727,142.89503,377.4411,20.093733,344.14825,0.0,2685.9575,15371.72,23.103289,371.7621,128.13995,44794.234,131.89761,19.393894,143.36993,287.02545,48.658287,17.273552,214.4287,2102.2905,351.62198,131.60056,16.190166,12.268634,454.46597,58.265434,1711.1147,140.61076,2161.9575,263.4801,353.6815,97.07178,334.5559,8.223901,13.911489,29.04884,4.268149,3.7938554,63.384007,54.59582,66.68396,15.725093,24.043188,286.6066,8.10861,2940.5293,116.09956,52.74328,134.10568,119.01126,212.71272,147.32617,87.82258,32.504185,46.926647,121.930695,317.5215,814.8881,146.94247,483.90063,96.40466,102.47274,304.73257,291.1301,949.8607,337.13702,3.7400026,17.41062,10.231612,41.649178,15831.685,5.005093,12.874926,22.338173,51.26928,577.5425,93.24893,206.71115,3.2159877,247.07217,560.5551,367.18872,124.211685,346.3842,29.029749,67.06126,265.894,13.464882,1.847592,12.259326,2104.096,0.16516782,0.53158957,56.962666,5.327112,3.8899918,6.1389146,10.802938,144.1225,49.982998,117.13853,770.70544,209.90982,1891.8739,1750.0258,13.348926,25.091175,12555.401,8.593966,58.853943,562.0922,97.345695,147.41628,65.51814,333.32114,938.7461,399.625,12.791629,76.478134,1044.4982,1905.7057,39.676174,544.7451,37.792965,1.050405,59.85528,1.1178488,0.6689287,3.0313601,31.313084,113.10628,281.14026,17.43862,3519.349,270.3217,97.96057,150.7164,76.804146,96.668686,56.557796,3.7216399,96.752686,591.80396,166.39209,97.96931,78.19523,21.747044,62.156296,73.106186,49.006374,879.8585,171.4685,4055.9114,37.614258,3718.568,79.0975,436.0233,2496.5635,77.60509,9.373271,1623.3223,1673.7528,5385.129,142.52425 +2023-07-02 21:00:00,0.0,16480.469,168.34485,20.036535,35.800903,22.204268,171.8044,24.58712,33.800896,19.759266,22.81209,603.90753,486.49457,10.227851,130.92384,15.364165,1.4720559,23.206657,22.351366,1.3379028,346.2974,0.37729838,310.12244,49.161278,0.37512624,2.7314703,107.90421,22.191998,71.77912,134.41362,17986.234,0.6221446,1505.631,1.083484,0.65592146,0.35658732,2.1177185,158.87646,211.05635,28.806728,209.25908,23.50465,36.34613,1447.016,3.8511539,175.66536,133.2762,340.2315,142.89264,377.379,20.113733,344.39157,0.0,2685.5415,15369.916,23.124914,371.99002,128.17636,44792.23,131.89787,19.408525,143.40767,287.2627,48.69045,17.293177,214.50662,2102.3547,351.60913,131.67792,16.203815,12.276465,454.3625,58.286827,1710.4827,140.53146,2162.396,263.34555,353.73837,97.04349,334.26428,8.22191,13.907075,29.02968,4.265619,3.7913544,63.390755,54.614822,66.69138,15.743212,24.050333,286.38065,8.106743,2940.7988,116.01357,52.777218,134.01424,118.96405,212.72514,147.24728,87.94355,32.47962,46.912895,121.89275,317.48483,814.52313,146.81049,483.61758,96.36254,102.51725,304.68768,291.32056,949.8824,336.8867,3.740514,17.418247,10.2293005,41.645435,15836.239,5.002156,12.88373,22.350405,51.23646,577.1959,93.18186,206.60172,3.2155094,246.89767,560.3167,367.0665,124.2171,346.6308,29.039516,67.11071,265.7507,13.461096,1.8472328,12.25731,2102.9155,0.16504958,0.53126204,56.950203,5.3316245,3.8897643,6.1358347,10.798141,144.0535,49.96074,117.09472,770.4238,209.94702,1892.0878,1750.2185,13.354356,25.099497,12553.287,8.592872,58.868614,562.2927,97.39617,147.46039,65.53901,333.436,938.5626,399.67197,12.798905,76.510216,1044.5334,1905.9827,39.689842,544.8454,37.808907,1.05047,59.85872,1.1178502,0.66895604,3.0315266,31.333694,113.120964,281.10483,17.441088,3518.9412,270.43884,98.00134,150.7611,76.81106,96.66683,56.55343,3.7344425,96.764114,592.10547,166.5049,98.0196,78.25547,21.728226,62.26699,73.18246,48.988964,879.6532,171.47928,4055.3013,37.60653,3717.5676,79.09699,435.9995,2496.224,77.612076,9.373422,1622.6744,1672.7024,5382.415,142.45065 +2023-07-02 22:00:00,0.0,16482.098,168.54964,20.044645,35.798832,22.214548,171.79074,24.586458,33.798832,19.759499,22.809027,604.31195,486.15482,10.225603,130.9241,15.352358,1.4708154,23.212095,22.333597,1.3392619,346.27576,0.37710503,310.1466,49.151474,0.3758786,2.7312818,107.90266,22.182589,71.7273,134.36287,17999.69,0.62143666,1505.7117,1.0825686,0.65537155,0.35623688,2.1155853,158.85242,210.98082,28.800768,209.24261,23.500753,36.41399,1448.0548,3.8494081,175.87213,133.37065,340.2658,142.89026,377.31686,20.133734,344.63486,0.0,2685.1252,15368.113,23.146542,372.21793,128.21277,44790.227,131.89813,19.423159,143.44542,287.49994,48.72261,17.312801,214.58455,2102.4187,351.59628,131.75526,16.217464,12.284297,454.259,58.308224,1709.8507,140.45216,2162.8345,263.21103,353.7952,97.0152,333.9727,8.219919,13.902661,29.01052,4.263089,3.7888534,63.397503,54.633823,66.698814,15.761332,24.05748,286.15466,8.104876,2941.0684,115.927574,52.811157,133.92278,118.91684,212.73755,147.16838,88.064514,32.45506,46.899147,121.85481,317.44815,814.15814,146.6785,483.33453,96.32041,102.56177,304.6428,291.51102,949.904,336.63635,3.7410254,17.425875,10.226989,41.641697,15840.793,4.9992185,12.892533,22.362635,51.203648,576.84937,93.11479,206.49228,3.215031,246.72319,560.07825,366.94427,124.22252,346.8774,29.049284,67.160164,265.6074,13.45731,1.8468736,12.255294,2101.7349,0.16493134,0.5309345,56.937737,5.336137,3.8895369,6.132755,10.793343,143.9845,49.938477,117.05091,770.14215,209.98424,1892.3018,1750.4114,13.359785,25.107819,12551.173,8.591778,58.883286,562.4932,97.44664,147.5045,65.559875,333.5509,938.3792,399.71893,12.806183,76.54229,1044.5688,1906.2596,39.703514,544.9457,37.824844,1.050535,59.862156,1.1178516,0.6689834,3.0316927,31.354303,113.13566,281.0694,17.443558,3518.5332,270.556,98.042114,150.80579,76.81797,96.664986,56.54906,3.7472448,96.775536,592.4069,166.6177,98.0699,78.31571,21.70941,62.377686,73.258736,48.971554,879.4478,171.49005,4054.6912,37.598804,3716.5674,79.09647,435.9757,2495.885,77.619064,9.373572,1622.0267,1671.6519,5379.701,142.37706 +2023-07-02 23:00:00,0.0,16483.727,168.75443,20.052757,35.79676,22.224827,171.77707,24.585796,33.796764,19.75973,22.805964,604.7164,485.81506,10.223355,130.92435,15.34055,1.469575,23.217535,22.315828,1.340621,346.25412,0.37691167,310.17078,49.141666,0.376631,2.7310932,107.9011,22.173182,71.67548,134.31213,18013.143,0.62072873,1505.7924,1.0816534,0.65482163,0.35588643,2.1134522,158.82837,210.90529,28.794807,209.22614,23.496857,36.48185,1449.0938,3.8476627,176.07892,133.46512,340.3001,142.88786,377.25476,20.153734,344.87814,0.0,2684.709,15366.311,23.168167,372.44586,128.24918,44788.223,131.8984,19.43779,143.48315,287.7372,48.754772,17.332428,214.66248,2102.4827,351.5834,131.83263,16.231113,12.2921295,454.15552,58.329617,1709.2186,140.37285,2163.273,263.07648,353.85205,96.9869,333.6811,8.217929,13.898248,28.991362,4.260559,3.7863524,63.40425,54.65283,66.70624,15.779451,24.064625,285.9287,8.103008,2941.338,115.84158,52.845093,133.83133,118.86963,212.74995,147.0895,88.185486,32.430492,46.885395,121.81687,317.41144,813.7932,146.54651,483.05148,96.27829,102.60628,304.5979,291.70148,949.9256,336.38602,3.7415369,17.433502,10.224677,41.63796,15845.348,4.996281,12.901337,22.374866,51.170834,576.5028,93.04772,206.38284,3.2145526,246.54869,559.8398,366.82205,124.227936,347.12402,29.05905,67.20961,265.46408,13.453524,1.8465145,12.253278,2100.5542,0.1648131,0.53060704,56.925274,5.340649,3.8893094,6.129675,10.788545,143.91551,49.916214,117.0071,769.86053,210.02144,1892.5156,1750.6041,13.365215,25.11614,12549.06,8.590683,58.89796,562.6937,97.49711,147.54863,65.58074,333.66577,938.19574,399.76587,12.81346,76.57437,1044.6042,1906.5365,39.717186,545.04596,37.840782,1.0505999,59.865593,1.1178529,0.66901076,3.0318592,31.374914,113.150345,281.03394,17.446026,3518.1255,270.67316,98.082886,150.85046,76.82488,96.66314,56.54469,3.7600472,96.786964,592.70844,166.73051,98.1202,78.37596,21.690592,62.48838,73.335014,48.954144,879.2425,171.50082,4054.0813,37.591076,3715.567,79.09596,435.95193,2495.5457,77.62605,9.373722,1621.3789,1670.6014,5376.987,142.30347 +2023-07-03 00:00:00,0.0,16485.357,168.9592,20.060867,35.79469,22.235107,171.7634,24.585136,33.7947,19.759962,22.8029,605.1208,485.47528,10.221108,130.9246,15.328742,1.4683347,23.222973,22.29806,1.3419801,346.23248,0.37671828,310.19495,49.13186,0.37738338,2.7309046,107.89954,22.163773,71.62366,134.2614,18026.598,0.62002087,1505.873,1.0807381,0.6542718,0.355536,2.111319,158.80434,210.82974,28.788847,209.20967,23.49296,36.54971,1450.1326,3.845917,176.2857,133.55957,340.3344,142.88548,377.19263,20.173735,345.12146,0.0,2684.2927,15364.508,23.189795,372.6738,128.28558,44786.22,131.89867,19.452421,143.52089,287.97446,48.78693,17.352053,214.7404,2102.5469,351.57056,131.90997,16.24476,12.299961,454.05203,58.35101,1708.5867,140.29355,2163.7112,262.94193,353.90887,96.95861,333.3895,8.215939,13.893834,28.972202,4.258029,3.7838511,63.411,54.67183,66.71367,15.79757,24.07177,285.70273,8.101141,2941.6077,115.755585,52.879032,133.73988,118.82242,212.76237,147.01059,88.30645,32.40593,46.871643,121.77894,317.37476,813.4282,146.41452,482.7684,96.23616,102.650795,304.55304,291.89194,949.94727,336.13568,3.7420483,17.44113,10.222365,41.634216,15849.901,4.993344,12.910141,22.387098,51.13802,576.15625,92.98065,206.2734,3.2140741,246.37419,559.6013,366.69986,124.23335,347.37064,29.068817,67.25906,265.32074,13.449737,1.8461553,12.251262,2099.3738,0.16469486,0.5302795,56.912807,5.3451614,3.889082,6.1265945,10.783747,143.84651,49.89395,116.963295,769.57886,210.05864,1892.7295,1750.797,13.3706455,25.124462,12546.945,8.589589,58.912632,562.8943,97.547585,147.59274,65.60161,333.78064,938.0123,399.81284,12.820738,76.60645,1044.6395,1906.8135,39.730854,545.14624,37.85672,1.0506649,59.86903,1.1178544,0.6690381,3.0320253,31.395525,113.16503,280.9985,17.448494,3517.7175,270.7903,98.12366,150.89516,76.831795,96.66129,56.54032,3.7728496,96.798386,593.0099,166.84332,98.1705,78.4362,21.671776,62.599075,73.41129,48.936733,879.0372,171.51161,4053.4712,37.58335,3714.5667,79.09545,435.92813,2495.2063,77.63304,9.373873,1620.7312,1669.551,5374.273,142.22987 +2023-07-03 01:00:00,0.0,16486.986,169.16397,20.06898,35.792618,22.245388,171.74974,24.584475,33.792633,19.760193,22.799837,605.52515,485.13553,10.218861,130.92485,15.316935,1.4670942,23.22841,22.28029,1.3433393,346.21085,0.37652493,310.21912,49.122055,0.37813574,2.730716,107.89798,22.154364,71.57184,134.21065,18040.053,0.61931294,1505.9537,1.0798227,0.65372187,0.35518557,2.1091862,158.78029,210.75421,28.782888,209.1932,23.489063,36.61757,1451.1714,3.8441715,176.4925,133.65402,340.36868,142.8831,377.13052,20.193733,345.36475,0.0,2683.8765,15362.704,23.21142,372.9017,128.32199,44784.215,131.89893,19.467052,143.55862,288.21173,48.81909,17.37168,214.81833,2102.6108,351.5577,131.98734,16.25841,12.307793,453.94855,58.372402,1707.9547,140.21425,2164.1497,262.80737,353.96573,96.93031,333.09787,8.213947,13.8894205,28.953043,4.2554994,3.7813501,63.417747,54.69083,66.72109,15.81569,24.078915,285.47675,8.099275,2941.8772,115.66959,52.91297,133.64844,118.77521,212.77478,146.9317,88.42742,32.381367,46.85789,121.741,317.33804,813.06323,146.28253,482.48535,96.19404,102.695305,304.50815,292.0824,949.9689,335.88535,3.7425597,17.448757,10.220054,41.630478,15854.455,4.9904065,12.918944,22.399328,51.105206,575.8097,92.91358,206.16397,3.2135959,246.19969,559.36285,366.57764,124.23877,347.61725,29.078585,67.30852,265.17743,13.4459505,1.8457961,12.249246,2098.193,0.16457662,0.529952,56.900345,5.3496737,3.8888545,6.1235147,10.778949,143.77751,49.871693,116.91949,769.29724,210.09586,1892.9435,1750.9899,13.376076,25.132784,12544.831,8.588495,58.927307,563.0948,97.59805,147.63687,65.622475,333.8955,937.82886,399.85977,12.828014,76.63853,1044.6749,1907.0905,39.744526,545.24646,37.872658,1.0507299,59.87247,1.1178557,0.6690655,3.0321918,31.416134,113.17972,280.96304,17.450964,3517.3096,270.90747,98.16442,150.93985,76.83871,96.65944,56.535954,3.7856522,96.809814,593.3114,166.95613,98.220795,78.49645,21.652958,62.709774,73.487564,48.919323,878.83185,171.52238,4052.861,37.575626,3713.5662,79.09494,435.90436,2494.8672,77.64003,9.374023,1620.0834,1668.5006,5371.559,142.15628 +2023-07-03 02:00:00,0.0,16488.615,169.36876,20.07709,35.790546,22.255667,171.73607,24.583813,33.79057,19.760426,22.796774,605.92957,484.79575,10.216613,130.92511,15.305126,1.4658538,23.23385,22.26252,1.3446984,346.18918,0.37633154,310.2433,49.112247,0.37888813,2.7305276,107.89642,22.144955,71.52001,134.15991,18053.506,0.6186051,1506.0344,1.0789074,0.65317196,0.35483512,2.1070533,158.75626,210.67867,28.776928,209.17674,23.485167,36.685432,1452.2103,3.8424258,176.69926,133.74849,340.40295,142.8807,377.0684,20.213734,345.60803,0.0,2683.4604,15360.901,23.233047,373.12964,128.3584,44782.21,131.89919,19.481686,143.59636,288.44897,48.851254,17.391304,214.89626,2102.675,351.54486,132.06468,16.272058,12.315624,453.84506,58.393795,1707.3226,140.13495,2164.5881,262.67285,354.02258,96.90202,332.80627,8.211957,13.885006,28.933884,4.2529693,3.7788491,63.424496,54.70983,66.72852,15.83381,24.086061,285.2508,8.097407,2942.1467,115.583595,52.946907,133.55699,118.728,212.78719,146.8528,88.548386,32.356804,46.84414,121.70306,317.30136,812.69824,146.15054,482.2023,96.15191,102.739815,304.46326,292.27286,949.9905,335.635,3.7430713,17.456385,10.217742,41.62674,15859.01,4.987469,12.927749,22.41156,51.07239,575.4632,92.84651,206.05453,3.2131174,246.0252,559.12445,366.4554,124.24419,347.86386,29.088352,67.35797,265.03412,13.442164,1.8454369,12.24723,2097.0125,0.16445838,0.5296245,56.88788,5.354186,3.888627,6.1204348,10.774151,143.70851,49.84943,116.87568,769.01556,210.13306,1893.1573,1751.1826,13.381506,25.141108,12542.717,8.5874,58.94198,563.2953,97.64852,147.68098,65.64335,334.01038,937.64545,399.90674,12.835292,76.67061,1044.7103,1907.3674,39.758194,545.34674,37.8886,1.0507948,59.875908,1.1178571,0.66909283,3.032358,31.436745,113.194405,280.9276,17.453432,3516.9016,271.02463,98.20519,150.98454,76.84562,96.65759,56.531586,3.7984545,96.821236,593.6129,167.06894,98.271095,78.556694,21.63414,62.82047,73.56384,48.901913,878.6265,171.53316,4052.251,37.567898,3712.566,79.09443,435.88055,2494.5278,77.64702,9.374174,1619.4355,1667.4501,5368.845,142.08269 +2023-07-03 03:00:00,0.0,16490.244,169.57355,20.085201,35.788475,22.265947,171.7224,24.58315,33.788506,19.760658,22.79371,606.334,484.456,10.214365,130.92535,15.293319,1.4646133,23.239288,22.244751,1.3460575,346.16754,0.37613818,310.26746,49.10244,0.3796405,2.730339,107.89487,22.135546,71.46819,134.10918,18066.96,0.61789715,1506.1151,1.077992,0.6526221,0.35448468,2.1049201,158.73221,210.60313,28.770967,209.16028,23.48127,36.753292,1453.2491,3.8406804,176.90605,133.84294,340.43726,142.87833,377.0063,20.233734,345.85135,0.0,2683.0442,15359.099,23.254673,373.35757,128.39482,44780.207,131.89944,19.496317,143.6341,288.68625,48.883415,17.41093,214.97418,2102.739,351.532,132.14204,16.285707,12.323456,453.74158,58.41519,1706.6907,140.05565,2165.0266,262.5383,354.0794,96.873726,332.51468,8.209966,13.880592,28.914726,4.250439,3.776348,63.43124,54.728832,66.735954,15.851929,24.093206,285.0248,8.09554,2942.4165,115.497604,52.980846,133.46555,118.68079,212.7996,146.7739,88.66936,32.332237,46.83039,121.66512,317.26468,812.33325,146.01855,481.91922,96.10979,102.78433,304.41837,292.46332,950.01215,335.38467,3.7435827,17.464012,10.21543,41.622997,15863.563,4.984532,12.936552,22.423792,51.039577,575.11664,92.77944,205.94511,3.212639,245.85071,558.886,366.3332,124.2496,348.11047,29.098118,67.407425,264.8908,13.438377,1.8450776,12.2452135,2095.832,0.16434014,0.529297,56.875416,5.3586984,3.8883996,6.117355,10.769353,143.63951,49.827168,116.83187,768.7339,210.17026,1893.3713,1751.3755,13.386936,25.14943,12540.603,8.586307,58.956654,563.4958,97.69899,147.72511,65.664215,334.12527,937.462,399.9537,12.842569,76.70269,1044.7457,1907.6444,39.771866,545.447,37.904537,1.0508598,59.879345,1.1178584,0.6691202,3.0325243,31.457354,113.2091,280.89215,17.4559,3516.4937,271.14178,98.245964,151.02924,76.85253,96.65575,56.527218,3.811257,96.832664,593.91437,167.18175,98.321396,78.61694,21.615324,62.931164,73.64012,48.884502,878.42114,171.54393,4051.6409,37.560173,3711.5654,79.09391,435.85675,2494.1885,77.65401,9.374325,1618.7878,1666.3997,5366.1313,142.0091 +2023-07-03 04:00:00,0.0,16491.875,169.77832,20.093311,35.786404,22.276228,171.70874,24.582489,33.786438,19.76089,22.79065,606.7384,484.1162,10.212117,130.92561,15.281511,1.463373,23.244728,22.226982,1.3474166,346.1459,0.37594482,310.29163,49.092636,0.38039288,2.7301505,107.89331,22.126139,71.416374,134.05843,18080.416,0.6171892,1506.1958,1.0770767,0.6520722,0.35413423,2.102787,158.70818,210.52759,28.765007,209.14381,23.477373,36.82115,1454.288,3.8389347,177.11284,133.93741,340.47156,142.87595,376.94415,20.253735,346.09464,0.0,2682.628,15357.296,23.2763,373.5855,128.43123,44778.203,131.8997,19.510948,143.67183,288.9235,48.915573,17.430555,215.0521,2102.8032,351.51917,132.21939,16.299355,12.331287,453.6381,58.436584,1706.0586,139.97635,2165.465,262.40375,354.13626,96.845436,332.22308,8.207975,13.876179,28.895567,4.2479095,3.773847,63.43799,54.747833,66.74338,15.8700485,24.100351,284.79886,8.093673,2942.686,115.411606,53.014786,133.3741,118.63358,212.81201,146.695,88.79032,32.307674,46.81664,121.62718,317.22797,811.96826,145.88657,481.63617,96.06766,102.82884,304.37347,292.65378,950.03375,335.13434,3.7440941,17.47164,10.213118,41.61926,15868.118,4.981595,12.945356,22.436022,51.006763,574.7701,92.71237,205.83568,3.2121606,245.67621,558.6475,366.211,124.25502,348.3571,29.107885,67.45687,264.74747,13.434591,1.8447185,12.243197,2094.6514,0.1642219,0.52896947,56.86295,5.3632107,3.8881721,6.1142745,10.764556,143.57051,49.80491,116.78806,768.4523,210.20747,1893.5852,1751.5682,13.392366,25.157751,12538.488,8.585213,58.971325,563.6963,97.749466,147.76923,65.68508,334.24014,937.27856,400.00064,12.849847,76.734764,1044.781,1907.9214,39.785538,545.5473,37.920475,1.0509248,59.882782,1.1178598,0.66914755,3.0326905,31.477964,113.223785,280.85672,17.458368,3516.0857,271.25894,98.286736,151.07393,76.85944,96.6539,56.52285,3.8240592,96.844086,594.2159,167.29456,98.37169,78.677185,21.596506,63.04186,73.7164,48.867092,878.2158,171.55472,4051.031,37.55245,3710.5652,79.0934,435.83298,2493.8494,77.660995,9.3744755,1618.14,1665.3492,5363.417,141.9355 +2023-07-03 05:00:00,0.0,16493.504,169.9831,20.101423,35.784332,22.286509,171.69507,24.581827,33.784374,19.761122,22.787586,607.14276,483.77646,10.209869,130.92586,15.269703,1.4621325,23.250166,22.209213,1.3487757,346.12427,0.37575144,310.3158,49.08283,0.38114527,2.7299619,107.891754,22.11673,71.36455,134.00769,18093.87,0.61648136,1506.2765,1.0761614,0.6515223,0.3537838,2.100654,158.68413,210.45206,28.759047,209.12735,23.473476,36.88901,1455.3269,3.8371892,177.31963,134.03186,340.50583,142.87355,376.88205,20.273735,346.33792,0.0,2682.212,15355.492,23.297926,373.81342,128.46764,44776.2,131.89996,19.52558,143.70956,289.16077,48.947735,17.450182,215.13002,2102.8672,351.5063,132.29675,16.313004,12.339119,453.5346,58.457977,1705.4266,139.89705,2165.9033,262.26923,354.1931,96.81715,331.9315,8.205984,13.871765,28.876408,4.2453794,3.771346,63.444736,54.766834,66.75081,15.888167,24.107496,284.57288,8.091805,2942.9556,115.325615,53.04872,133.28264,118.58637,212.82442,146.6161,88.91129,32.28311,46.802887,121.58924,317.19128,811.6033,145.75456,481.35312,96.025536,102.87336,304.32858,292.8442,950.05536,334.884,3.7446055,17.479269,10.210806,41.61552,15872.672,4.9786577,12.95416,22.448254,50.97395,574.4235,92.6453,205.72624,3.2116823,245.50171,558.40906,366.08878,124.26044,348.6037,29.117653,67.506325,264.60416,13.430805,1.8443593,12.241181,2093.4707,0.16410366,0.528642,56.850487,5.367723,3.8879447,6.1111946,10.759758,143.50151,49.782646,116.744255,768.17053,210.24467,1893.7991,1751.7611,13.397797,25.166073,12536.374,8.584118,58.985996,563.8968,97.799934,147.81334,65.70595,334.355,937.0951,400.0476,12.857124,76.766846,1044.8164,1908.1984,39.799206,545.6476,37.936413,1.0509897,59.886223,1.1178612,0.6691749,3.032857,31.498573,113.23847,280.8213,17.460838,3515.678,271.3761,98.32751,151.11862,76.866356,96.65205,56.518482,3.8368618,96.855515,594.51733,167.40736,98.42199,78.73743,21.577688,63.152554,73.79267,48.84968,878.0105,171.56549,4050.421,37.54472,3709.5647,79.09289,435.80917,2493.51,77.667984,9.374626,1617.4923,1664.2987,5360.703,141.86191 +2023-07-03 06:00:00,0.0,16495.133,170.18788,20.109533,35.78226,22.296787,171.6814,24.581165,33.782307,19.761353,22.784523,607.5472,483.4367,10.207622,130.92612,15.257895,1.4608921,23.255604,22.191444,1.350135,346.10263,0.37555808,310.33997,49.07302,0.38189763,2.7297733,107.8902,22.10732,71.31273,133.95694,18107.324,0.61577344,1506.3572,1.075246,0.6509724,0.35343337,2.0985208,158.66008,210.37653,28.753088,209.11089,23.46958,36.95687,1456.3657,3.8354437,177.5264,134.12631,340.54013,142.87117,376.81992,20.293734,346.58124,0.0,2681.7954,15353.689,23.319553,374.04135,128.50404,44774.2,131.90022,19.540213,143.74731,289.398,48.979897,17.469807,215.20795,2102.9312,351.49344,132.3741,16.326653,12.346951,453.43112,58.47937,1704.7946,139.81775,2166.3418,262.13467,354.24997,96.78885,331.63986,8.203994,13.867352,28.857248,4.2428493,3.768845,63.451485,54.785835,66.75823,15.906287,24.114643,284.34692,8.089938,2943.225,115.23962,53.08266,133.1912,118.53916,212.83684,146.53722,89.03226,32.258545,46.789135,121.5513,317.15457,811.2383,145.62257,481.07007,95.983406,102.91787,304.2837,293.03467,950.077,334.63367,3.745117,17.486897,10.208494,41.61178,15877.226,4.9757204,12.962963,22.460485,50.941135,574.07697,92.57823,205.6168,3.2112038,245.32722,558.1706,365.96655,124.265854,348.8503,29.12742,67.55578,264.46085,13.427019,1.8440001,12.239165,2092.2903,0.16398542,0.5283145,56.83802,5.3722353,3.8877172,6.1081147,10.75496,143.43251,49.760384,116.70045,767.8889,210.28189,1894.0131,1751.954,13.403226,25.174395,12534.261,8.583024,59.00067,564.0973,97.8504,147.85747,65.726814,334.46988,936.9117,400.09454,12.864401,76.79893,1044.8518,1908.4753,39.812878,545.7478,37.952354,1.0510547,59.88966,1.1178626,0.6692022,3.033023,31.519184,113.25316,280.78583,17.463306,3515.27,271.4933,98.36828,151.1633,76.873276,96.6502,56.514114,3.8496642,96.866936,594.81885,167.52016,98.47229,78.797676,21.558872,63.26325,73.86895,48.83227,877.8052,171.57626,4049.8108,37.536995,3708.5645,79.09238,435.7854,2493.1707,77.67498,9.374777,1616.8445,1663.2483,5357.9893,141.7883 +2023-07-03 07:00:00,0.0,16496.764,170.39267,20.117645,35.78019,22.307068,171.66774,24.580503,33.780243,19.761585,22.78146,607.9516,483.09692,10.205374,130.92636,15.246088,1.4596517,23.261044,22.173676,1.3514941,346.081,0.3753647,310.36414,49.063213,0.38265002,2.729585,107.88863,22.097912,71.2609,133.9062,18120.78,0.6150656,1506.4379,1.0743307,0.6504225,0.35308293,2.0963879,158.63605,210.30098,28.747128,209.09442,23.465685,37.02473,1457.4045,3.833698,177.73318,134.22078,340.5744,142.86879,376.7578,20.313734,346.82452,0.0,2681.3794,15351.887,23.341179,374.2693,128.54045,44772.195,131.90048,19.554844,143.78505,289.63528,49.01206,17.489431,215.28587,2102.9954,351.4806,132.45146,16.340302,12.354783,453.3276,58.500767,1704.1626,139.73845,2166.7803,262.00012,354.3068,96.76056,331.34827,8.202003,13.862938,28.838089,4.2403197,3.766344,63.458233,54.80484,66.76566,15.924407,24.121788,284.12094,8.088071,2943.4949,115.153625,53.1166,133.09975,118.49195,212.84924,146.45831,89.15323,32.233982,46.775383,121.51337,317.1179,810.87335,145.49059,480.787,95.941284,102.96239,304.2388,293.22513,950.09863,334.38333,3.7456284,17.494524,10.2061825,41.60804,15881.78,4.972783,12.971767,22.472715,50.90832,573.7304,92.51116,205.50737,3.2107255,245.15273,557.9321,365.84433,124.27127,349.0969,29.137186,67.60523,264.31754,13.423232,1.8436409,12.237148,2091.1096,0.16386719,0.52798694,56.825558,5.3767476,3.8874898,6.105035,10.750162,143.36353,49.738125,116.65664,767.6073,210.31909,1894.2269,1752.1467,13.408656,25.182718,12532.146,8.58193,59.015343,564.2978,97.90087,147.90158,65.74768,334.58478,936.7282,400.1415,12.871678,76.831,1044.8872,1908.7523,39.826546,545.8481,37.968292,1.0511197,59.893097,1.1178639,0.66922957,3.0331895,31.539793,113.267845,280.7504,17.465775,3514.862,271.61044,98.40905,151.208,76.88019,96.64835,56.509743,3.8624666,96.87836,595.12036,167.63297,98.52258,78.85792,21.540054,63.373943,73.94523,48.814857,877.59985,171.58704,4049.2007,37.529266,3707.564,79.091866,435.7616,2492.8315,77.68197,9.3749275,1616.1968,1662.1979,5355.2754,141.7147 +2023-07-03 08:00:00,0.0,16498.393,170.59744,20.125755,35.77812,22.317348,171.65407,24.579842,33.77818,19.761816,22.778397,608.356,482.75717,10.203126,130.92662,15.23428,1.4584112,23.266481,22.155907,1.3528532,346.05933,0.37517133,310.3883,49.05341,0.3834024,2.7293963,107.88708,22.088503,71.20908,133.85547,18134.232,0.61435765,1506.5186,1.0734154,0.6498726,0.35273248,2.0942547,158.612,210.22545,28.741167,209.07796,23.461788,37.09259,1458.4435,3.8319526,177.93997,134.31523,340.6087,142.8664,376.69568,20.333735,347.0678,0.0,2680.9631,15350.084,23.362806,374.4972,128.57686,44770.19,131.90074,19.569475,143.82278,289.87253,49.04422,17.509058,215.3638,2103.0593,351.46774,132.52881,16.353949,12.362615,453.22412,58.52216,1703.5306,139.65915,2167.2188,261.8656,354.36365,96.73226,331.05667,8.200012,13.858523,28.81893,4.2377896,3.763843,63.46498,54.823837,66.77309,15.942526,24.128933,283.89496,8.086204,2943.7644,115.06763,53.15054,133.0083,118.44474,212.86165,146.37941,89.27419,32.20942,46.761635,121.475426,317.0812,810.50836,145.3586,480.50394,95.899155,103.0069,304.1939,293.4156,950.12024,334.133,3.7461398,17.502151,10.203871,41.6043,15886.334,4.969846,12.980571,22.484947,50.875507,573.3839,92.44409,205.39793,3.210247,244.97823,557.6937,365.72214,124.27669,349.3435,29.146954,67.654686,264.1742,13.419446,1.8432817,12.235132,2089.929,0.16374895,0.5276594,56.81309,5.38126,3.8872623,6.1019545,10.745364,143.29453,49.715862,116.61283,767.3256,210.3563,1894.4409,1752.3396,13.414086,25.19104,12530.032,8.580836,59.030018,564.4983,97.95135,147.94571,65.76855,334.69965,936.5448,400.18845,12.878956,76.86308,1044.9225,1909.0293,39.840218,545.94836,37.98423,1.0511847,59.896534,1.1178653,0.6692569,3.0333557,31.560404,113.28254,280.71494,17.468245,3514.454,271.7276,98.44982,151.25269,76.8871,96.64651,56.505375,3.875269,96.889786,595.4218,167.74577,98.57288,78.91817,21.521236,63.48464,74.02151,48.797447,877.39453,171.59782,4048.5908,37.52154,3706.5637,79.09135,435.73782,2492.4922,77.68896,9.375078,1615.549,1661.1475,5352.561,141.64111 +2023-07-03 09:00:00,0.0,16500.021,170.80222,20.133867,35.776047,22.327627,171.6404,24.57918,33.77611,19.762049,22.775333,608.7604,482.4174,10.200878,130.92686,15.222472,1.4571708,23.271921,22.138136,1.3542123,346.0377,0.37497798,310.41248,49.043602,0.38415477,2.7292078,107.88552,22.079094,71.157265,133.80472,18147.688,0.6136497,1506.5992,1.0725,0.64932275,0.35238203,2.0921218,158.58797,210.1499,28.735207,209.0615,23.457891,37.16045,1459.4823,3.8302069,178.14674,134.4097,340.643,142.86401,376.63358,20.353735,347.31113,0.0,2680.5469,15348.28,23.384432,374.72513,128.61327,44768.188,131.901,19.584106,143.86052,290.1098,49.076378,17.528683,215.44173,2103.1235,351.4549,132.60617,16.367598,12.370446,453.12064,58.543552,1702.8986,139.57985,2167.6572,261.73105,354.4205,96.70397,330.76508,8.198021,13.85411,28.79977,4.23526,3.761342,63.47173,54.842842,66.78052,15.960646,24.136078,283.669,8.084336,2944.034,114.981636,53.184475,132.91685,118.39753,212.87407,146.30052,89.395164,32.184856,46.747883,121.437485,317.0445,810.1434,145.22661,480.2209,95.85703,103.05141,304.14902,293.60605,950.1419,333.88266,3.7466512,17.509779,10.201559,41.60056,15890.889,4.9669085,12.989375,22.497179,50.842693,573.03735,92.37702,205.2885,3.2097688,244.80373,557.45526,365.5999,124.282104,349.59012,29.156721,67.70413,264.03088,13.41566,1.8429224,12.233116,2088.7485,0.16363071,0.52733195,56.80063,5.385772,3.887035,6.0988746,10.740566,143.22552,49.6936,116.56902,767.04395,210.39351,1894.6548,1752.5323,13.419517,25.199362,12527.918,8.5797415,59.04469,564.6988,98.001816,147.98982,65.78941,334.8145,936.3613,400.2354,12.886233,76.89516,1044.9579,1909.3063,39.853886,546.04865,38.000168,1.0512496,59.899975,1.1178666,0.6692843,3.033522,31.581013,113.297226,280.6795,17.470713,3514.0461,271.84476,98.490585,151.29738,76.89401,96.64466,56.501007,3.8880715,96.90121,595.7233,167.85858,98.623184,78.97841,21.50242,63.595333,74.097786,48.780037,877.18915,171.6086,4047.9807,37.513817,3705.5632,79.090836,435.71402,2492.1528,77.695946,9.375229,1614.9012,1660.0969,5349.847,141.56752 +2023-07-03 10:00:00,0.0,16501.65,171.007,20.141977,35.773975,22.337908,171.62674,24.578518,33.774048,19.76228,22.77227,609.1648,482.07764,10.19863,130.92712,15.210664,1.4559304,23.277359,22.120367,1.3555715,346.01605,0.3747846,310.43665,49.033794,0.38490716,2.7290192,107.883965,22.069687,71.10544,133.75398,18161.143,0.61294186,1506.6799,1.0715847,0.64877284,0.3520316,2.0899887,158.56392,210.07437,28.729246,209.04503,23.453995,37.22831,1460.5211,3.8284614,178.35353,134.50415,340.67728,142.86163,376.57144,20.373734,347.5544,0.0,2680.1309,15346.478,23.40606,374.95306,128.64967,44766.184,131.90126,19.59874,143.89825,290.34705,49.10854,17.54831,215.51965,2103.1875,351.44205,132.68352,16.381247,12.378278,453.01715,58.564945,1702.2666,139.50055,2168.0955,261.5965,354.47736,96.67568,330.47345,8.196031,13.849696,28.780611,4.23273,3.758841,63.478477,54.86184,66.78795,15.978765,24.143225,283.44302,8.082469,2944.3037,114.89564,53.218414,132.82541,118.35032,212.88647,146.22162,89.51613,32.16029,46.73413,121.39955,317.0078,809.7784,145.09462,479.9378,95.8149,103.095924,304.10413,293.7965,950.1635,333.63232,3.7471626,17.517406,10.199247,41.59682,15895.442,4.963971,12.9981785,22.509409,50.80988,572.6908,92.30995,205.17906,3.2092903,244.62923,557.2168,365.4777,124.28752,349.83673,29.166487,67.753586,263.88757,13.411874,1.8425633,12.2311,2087.5679,0.16351247,0.5270044,56.788162,5.3902845,3.8868074,6.0957947,10.735768,143.15652,49.671337,116.525215,766.7623,210.43071,1894.8687,1752.7252,13.424947,25.207684,12525.804,8.578648,59.059364,564.8993,98.052284,148.03395,65.81028,334.92938,936.1779,400.28238,12.89351,76.92724,1044.9933,1909.5833,39.867558,546.1489,38.016106,1.0513146,59.90341,1.1178681,0.66931164,3.0336883,31.601624,113.31191,280.64404,17.47318,3513.6382,271.9619,98.53136,151.34207,76.900925,96.64281,56.49664,3.900874,96.912636,596.0248,167.97139,98.673485,79.03865,21.483603,63.706028,74.17406,48.762627,876.9838,171.61937,4047.3706,37.50609,3704.563,79.090324,435.69025,2491.8137,77.702934,9.37538,1614.2534,1659.0465,5347.1333,141.49393 +2023-07-03 11:00:00,0.0,16503.281,171.21179,20.15009,35.7719,22.348188,171.61307,24.577856,33.771984,19.762512,22.769209,609.5692,481.73788,10.1963825,130.92737,15.198856,1.45469,23.282797,22.102598,1.3569306,345.99442,0.37459123,310.46085,49.02399,0.38565952,2.7288308,107.88241,22.060278,71.05362,133.70323,18174.598,0.61223394,1506.7606,1.0706693,0.6482229,0.35168117,2.0878556,158.53987,209.99883,28.723288,209.02856,23.450098,37.29617,1461.56,3.8267157,178.56032,134.5986,340.71155,142.85924,376.50934,20.393734,347.79773,0.0,2679.7146,15344.675,23.427685,375.18097,128.68608,44764.18,131.90152,19.61337,143.93599,290.58432,49.1407,17.567934,215.59758,2103.2517,351.42917,132.76086,16.394896,12.386109,452.91367,58.586338,1701.6345,139.42125,2168.534,261.46194,354.53418,96.647385,330.18185,8.194039,13.845283,28.761452,4.2302,3.7563398,63.485226,54.880844,66.79537,15.996884,24.15037,283.21707,8.080602,2944.5732,114.80965,53.252354,132.73396,118.30311,212.89888,146.14273,89.6371,32.135727,46.72038,121.36161,316.9711,809.4134,144.96263,479.65475,95.77278,103.140434,304.05927,293.98697,950.1851,333.382,3.747674,17.525034,10.196936,41.593082,15899.997,4.961034,13.006982,22.52164,50.777065,572.34424,92.24288,205.06963,3.2088118,244.45474,556.97833,365.35547,124.29294,350.08334,29.176254,67.80304,263.74426,13.408087,1.8422041,12.229084,2086.3872,0.16339423,0.5266769,56.775696,5.3947964,3.88658,6.0927143,10.73097,143.08752,49.64908,116.4814,766.48065,210.46793,1895.0826,1752.918,13.430377,25.216005,12523.689,8.577554,59.074036,565.0998,98.10275,148.07806,65.83115,335.04425,935.99445,400.3293,12.900787,76.95932,1045.0287,1909.8602,39.88123,546.2492,38.032047,1.0513794,59.90685,1.1178694,0.669339,3.0338545,31.622232,113.3266,280.6086,17.475649,3513.2305,272.07907,98.57213,151.38676,76.90784,96.64096,56.49227,3.9136763,96.92406,596.3263,168.0842,98.72378,79.0989,21.464787,63.816723,74.250336,48.745216,876.7785,171.63014,4046.7605,37.498363,3703.5625,79.08981,435.66644,2491.4744,77.70992,9.37553,1613.6057,1657.9961,5344.4194,141.42033 +2023-07-03 12:00:00,0.0,16504.91,171.41656,20.1582,35.76983,22.358467,171.5994,24.577194,33.769917,19.762745,22.766146,609.97363,481.3981,10.194135,130.92763,15.187049,1.4534496,23.288237,22.08483,1.3582897,345.97278,0.37439784,310.48502,49.014183,0.3864119,2.7286422,107.88085,22.050869,71.00179,133.6525,18188.05,0.6115261,1506.8413,1.069754,0.647673,0.35133073,2.0857227,158.51584,209.9233,28.717327,209.0121,23.446201,37.36403,1462.5989,3.8249702,178.7671,134.69307,340.74585,142.85686,376.4472,20.413734,348.04102,0.0,2679.2983,15342.872,23.449312,375.4089,128.72249,44762.176,131.90178,19.628002,143.97372,290.82156,49.172863,17.58756,215.6755,2103.3157,351.41632,132.83823,16.408543,12.393941,452.81018,58.607735,1701.0026,139.34193,2168.9724,261.32742,354.591,96.619095,329.89026,8.192049,13.840869,28.742292,4.22767,3.7538388,63.491974,54.89984,66.8028,16.015003,24.157515,282.9911,8.078734,2944.8428,114.72365,53.28629,132.6425,118.2559,212.9113,146.06383,89.758064,32.111164,46.706627,121.32367,316.93442,809.0484,144.83064,479.3717,95.73065,103.18495,304.01437,294.17743,950.2068,333.13165,3.7481854,17.532661,10.194623,41.58934,15904.551,4.9580965,13.015786,22.533873,50.74425,571.9977,92.17581,204.96019,3.2083335,244.28024,556.73987,365.23328,124.298355,350.32996,29.186022,67.85249,263.60092,13.404301,1.8418449,12.227068,2085.2068,0.16327599,0.5263494,56.763233,5.3993087,3.8863525,6.0896344,10.726173,143.01852,49.626816,116.43759,766.19904,210.50513,1895.2965,1753.1108,13.435807,25.224329,12521.575,8.576459,59.088707,565.3003,98.15323,148.12218,65.85201,335.15915,935.81104,400.37628,12.908065,76.991394,1045.064,1910.1372,39.894897,546.3494,38.047985,1.0514444,59.910286,1.1178708,0.66936636,3.034021,31.642843,113.34129,280.57318,17.478119,3512.8225,272.19623,98.6129,151.43146,76.91475,96.639114,56.487904,3.9264786,96.935486,596.6278,168.197,98.77408,79.15914,21.445969,63.927418,74.326614,48.727806,876.5732,171.64093,4046.1504,37.490635,3702.5623,79.089294,435.64267,2491.135,77.71691,9.375681,1612.9579,1656.9456,5341.7056,141.34674 +2023-07-03 13:00:00,0.0,16506.54,171.62134,20.166311,35.767757,22.368748,171.58574,24.576534,33.767853,19.762976,22.763083,610.378,481.05835,10.191887,130.92787,15.1752405,1.4522091,23.293674,22.06706,1.3596488,345.95114,0.3742045,310.5092,49.004375,0.3871643,2.7284536,107.87929,22.04146,70.949974,133.60176,18201.506,0.61081815,1506.922,1.0688387,0.64712316,0.35098028,2.0835896,158.49179,209.84776,28.711367,208.99564,23.442305,37.43189,1463.6377,3.8232245,178.97388,134.78752,340.78015,142.85448,376.3851,20.433735,348.2843,0.0,2678.8823,15341.068,23.470938,375.63684,128.7589,44760.17,131.90204,19.642633,144.01146,291.05884,49.20502,17.607185,215.75342,2103.3796,351.40347,132.91557,16.422192,12.4017725,452.7067,58.629128,1700.3706,139.26263,2169.411,261.19287,354.6479,96.5908,329.59866,8.190058,13.836455,28.723133,4.22514,3.7513378,63.498722,54.918846,66.81023,16.033123,24.16466,282.76514,8.076867,2945.1123,114.63766,53.32023,132.55106,118.20869,212.9237,145.98494,89.879036,32.086597,46.69288,121.28573,316.89774,808.6834,144.69865,479.08865,95.68853,103.22946,303.96948,294.3679,950.2284,332.8813,3.7486968,17.540289,10.192311,41.5856,15909.1045,4.955159,13.02459,22.546103,50.711437,571.6512,92.10874,204.85075,3.207855,244.10574,556.5014,365.11105,124.30377,350.57657,29.19579,67.90195,263.4576,13.400515,1.8414857,12.225052,2084.0261,0.16315775,0.5260219,56.750767,5.403821,3.886125,6.0865545,10.721375,142.94952,49.604553,116.39378,765.91736,210.54233,1895.5105,1753.3037,13.441237,25.23265,12519.462,8.575365,59.103382,565.5008,98.2037,148.1663,65.87288,335.27402,935.62756,400.42322,12.915342,77.023476,1045.0994,1910.4142,39.90857,546.4497,38.063923,1.0515094,59.913727,1.1178722,0.6693937,3.034187,31.663452,113.35598,280.53772,17.480587,3512.4146,272.3134,98.65367,151.47614,76.92166,96.63727,56.483536,3.9392812,96.94691,596.92926,168.30981,98.82438,79.21939,21.42715,64.03812,74.40289,48.710396,876.36786,171.6517,4045.5405,37.48291,3701.5618,79.08878,435.61887,2490.796,77.7239,9.375832,1612.3102,1655.8951,5338.991,141.27315 +2023-07-03 14:00:00,0.0,16508.17,171.82613,20.174421,35.765686,22.379028,171.57207,24.575872,33.765785,19.763208,22.76002,610.7824,480.71857,10.189639,130.92813,15.163433,1.4509687,23.299114,22.049292,1.3610079,345.92947,0.37401113,310.53336,48.994568,0.38791665,2.728265,107.87773,22.032051,70.89815,133.55101,18214.96,0.6101103,1507.0027,1.0679233,0.64657325,0.35062984,2.0814564,158.46776,209.77222,28.705406,208.97917,23.438408,37.499752,1464.6766,3.821479,179.18066,134.88199,340.81442,142.85208,376.32297,20.453735,348.52762,0.0,2678.4658,15339.266,23.492565,375.86475,128.7953,44758.168,131.9023,19.657267,144.0492,291.29608,49.237183,17.626812,215.83134,2103.4438,351.39062,132.99294,16.43584,12.409605,452.6032,58.65052,1699.7385,139.18333,2169.8494,261.05832,354.7047,96.56251,329.30704,8.188067,13.832041,28.703974,4.22261,3.7488368,63.50547,54.937847,66.81766,16.051243,24.171806,282.53915,8.075,2945.382,114.55166,53.354168,132.45961,118.16148,212.93611,145.90604,90.0,32.062035,46.679127,121.247795,316.86102,808.3184,144.56667,478.80557,95.6464,103.27397,303.9246,294.55835,950.25,332.63095,3.7492082,17.547916,10.19,41.581863,15913.659,4.952222,13.033394,22.558334,50.678623,571.3046,92.04167,204.74132,3.2073767,243.93124,556.263,364.98883,124.30919,350.82318,29.205555,67.95139,263.3143,13.3967285,1.8411266,12.223036,2082.8455,0.1630395,0.5256944,56.738304,5.4083333,3.8858976,6.0834746,10.716578,142.88052,49.582294,116.349976,765.63574,210.57954,1895.7244,1753.4965,13.446667,25.240973,12517.348,8.574271,59.118053,565.7013,98.254166,148.21042,65.893745,335.3889,935.4441,400.47018,12.922619,77.05556,1045.1348,1910.6912,39.922237,546.55,38.07986,1.0515743,59.917164,1.1178735,0.6694211,3.0343535,31.684063,113.37067,280.5023,17.483055,3512.0066,272.43054,98.69444,151.52083,76.92857,96.635414,56.479168,3.9520836,96.958336,597.2308,168.42262,98.87467,79.27963,21.408335,64.14881,74.479164,48.692986,876.1625,171.66248,4044.9304,37.475185,3700.5615,79.08827,435.5951,2490.4565,77.73089,9.375982,1611.6624,1654.8447,5336.2773,141.19955 +2023-07-03 15:00:00,0.0,16509.799,172.03091,20.182533,35.763615,22.389307,171.5584,24.57521,33.76372,19.76344,22.756956,611.1868,480.3788,10.187391,130.92839,15.151626,1.4497283,23.304552,22.03152,1.3623672,345.90784,0.37381774,310.55753,48.984764,0.38866904,2.7280765,107.876175,22.022644,70.84633,133.50027,18228.414,0.60940236,1507.0834,1.067008,0.64602333,0.3502794,2.0793233,158.44371,209.69669,28.699446,208.9627,23.434511,37.56761,1465.7155,3.8197334,179.38745,134.97644,340.84872,142.8497,376.26086,20.473734,348.7709,0.0,2678.0498,15337.463,23.51419,376.09268,128.83171,44756.164,131.90256,19.671898,144.08694,291.53336,49.269344,17.646437,215.90927,2103.5078,351.37778,133.07028,16.44949,12.417437,452.49973,58.671913,1699.1066,139.10403,2170.2876,260.9238,354.76157,96.53421,329.01544,8.186076,13.827627,28.684814,4.2200804,3.7463357,63.51222,54.95685,66.82508,16.069363,24.178951,282.3132,8.0731325,2945.6516,114.46567,53.388103,132.36816,118.11427,212.94853,145.82713,90.120964,32.03747,46.665375,121.209854,316.82434,807.9534,144.43468,478.52252,95.60428,103.31849,303.8797,294.74878,950.27167,332.3806,3.7497196,17.555546,10.187688,41.57812,15918.213,4.9492846,13.042197,22.570566,50.645805,570.95807,91.9746,204.63188,3.2068982,243.75676,556.02454,364.8666,124.314606,351.0698,29.215322,68.00085,263.171,13.392941,1.8407674,12.22102,2081.665,0.16292126,0.5253669,56.725838,5.4128456,3.88567,6.0803943,10.71178,142.81152,49.56003,116.30617,765.35406,210.61674,1895.9382,1753.6893,13.452097,25.249294,12515.233,8.573177,59.13273,565.9018,98.304634,148.25455,65.91461,335.50375,935.2607,400.51715,12.929896,77.08763,1045.1702,1910.9681,39.93591,546.65027,38.0958,1.0516393,59.9206,1.117875,0.66944844,3.0345197,31.704672,113.38535,280.46683,17.485523,3511.5986,272.5477,98.735214,151.56552,76.935486,96.63357,56.4748,3.964886,96.96976,597.5322,168.53543,98.92497,79.33988,21.389517,64.25951,74.55544,48.675575,875.95715,171.67325,4044.3203,37.467457,3699.561,79.08776,435.5713,2490.1172,77.73788,9.376133,1611.0146,1653.7942,5333.5635,141.12596 +2023-07-03 16:00:00,0.0,16511.428,172.23569,20.190643,35.761543,22.399588,171.54474,24.574549,33.761658,19.763672,22.753893,611.59125,480.03906,10.185143,130.92863,15.139817,1.4484879,23.30999,22.013752,1.3637263,345.8862,0.37362438,310.5817,48.974957,0.3894214,2.727888,107.87462,22.013235,70.79451,133.44954,18241.87,0.60869443,1507.1641,1.0660927,0.6454735,0.34992895,2.0771904,158.41966,209.62114,28.693487,208.94624,23.430614,37.63547,1466.7544,3.817988,179.59424,135.07089,340.883,142.8473,376.19873,20.493734,349.0142,0.0,2677.6335,15335.659,23.535818,376.32062,128.86812,44754.16,131.90282,19.68653,144.12468,291.7706,49.301506,17.666061,215.9872,2103.572,351.36493,133.14764,16.463137,12.425268,452.39624,58.69331,1698.4745,139.02473,2170.726,260.78925,354.81842,96.50592,328.72385,8.184086,13.823214,28.665655,4.2175503,3.7438347,63.518967,54.97585,66.83251,16.087482,24.186096,282.08722,8.071265,2945.9211,114.37967,53.422043,132.27672,118.06706,212.96094,145.74825,90.241936,32.012905,46.651623,121.17191,316.78763,807.5885,144.30269,478.23947,95.56215,103.363,303.8348,294.93924,950.2933,332.13028,3.7502313,17.563173,10.185376,41.574383,15922.768,4.9463477,13.051001,22.582796,50.61299,570.6115,91.90753,204.52245,3.20642,243.58226,555.7861,364.7444,124.32002,351.3164,29.22509,68.0503,263.02765,13.389155,1.8404081,12.219004,2080.4844,0.16280302,0.5250394,56.713375,5.417358,3.8854425,6.0773144,10.706982,142.74254,49.53777,116.26236,765.0724,210.65395,1896.1522,1753.8821,13.457527,25.257616,12513.119,8.5720825,59.1474,566.1023,98.35511,148.29866,65.935486,335.61862,935.0772,400.5641,12.937174,77.11971,1045.2054,1911.2451,39.94958,546.75055,38.11174,1.0517043,59.924038,1.1178763,0.6694758,3.034686,31.725283,113.40004,280.4314,17.487993,3511.1907,272.66486,98.775986,151.61021,76.9424,96.63172,56.47043,3.9776883,96.981186,597.83374,168.64824,98.97527,79.40012,21.370699,64.3702,74.63172,48.658165,875.75183,171.68404,4043.7102,37.459732,3698.5608,79.08725,435.5475,2489.778,77.744865,9.376284,1610.3668,1652.7438,5330.8496,141.05237 +2023-07-03 17:00:00,0.0,16513.057,172.44046,20.198755,35.75947,22.409868,171.53107,24.573887,33.75959,19.763903,22.750832,611.9956,479.69928,10.182896,130.9289,15.12801,1.4472474,23.31543,21.995983,1.3650854,345.86456,0.373431,310.60587,48.96515,0.3901738,2.7276995,107.87306,22.003826,70.74268,133.39879,18255.324,0.60798657,1507.2448,1.0651773,0.64492357,0.34957853,2.0750573,158.39563,209.54561,28.687527,208.92978,23.426718,37.70333,1467.7932,3.8162425,179.80101,135.16536,340.9173,142.84492,376.13663,20.513735,349.2575,0.0,2677.2173,15333.856,23.557444,376.54852,128.90453,44752.16,131.90308,19.70116,144.16241,292.00787,49.333664,17.685688,216.06512,2103.636,351.35208,133.22499,16.476786,12.4331,452.29276,58.714703,1697.8425,138.94543,2171.1646,260.6547,354.87527,96.47763,328.43225,8.182096,13.8188,28.646496,4.21502,3.7413337,63.525715,54.99485,66.839935,16.1056,24.193243,281.86124,8.069398,2946.191,114.29368,53.455982,132.18527,118.01985,212.97334,145.66934,90.3629,31.988342,46.637875,121.13398,316.75095,807.2235,144.1707,477.9564,95.52003,103.40752,303.78992,295.1297,950.3149,331.87994,3.7507427,17.5708,10.183064,41.570644,15927.321,4.9434104,13.059805,22.595028,50.580177,570.26495,91.84046,204.41301,3.2059414,243.40776,555.5476,364.6222,124.32544,351.56302,29.234858,68.099754,262.88434,13.385369,1.8400489,12.216988,2079.3037,0.16268478,0.52471185,56.70091,5.42187,3.885215,6.0742345,10.702184,142.67354,49.51551,116.21855,764.7908,210.69116,1896.3661,1754.075,13.462957,25.26594,12511.005,8.570989,59.162075,566.3028,98.40558,148.34279,65.95635,335.73352,934.8938,400.61105,12.944451,77.151794,1045.2408,1911.5221,39.96325,546.85077,38.127678,1.0517693,59.92748,1.1178777,0.66950315,3.0348523,31.745892,113.414734,280.39594,17.490461,3510.783,272.782,98.81676,151.6549,76.94931,96.629875,56.46606,3.9904907,96.99261,598.13525,168.76105,99.025566,79.460365,21.351883,64.480896,74.708,48.640755,875.5465,171.69481,4043.1,37.452003,3697.5603,79.08673,435.5237,2489.4387,77.751854,9.376434,1609.719,1651.6934,5328.1353,140.97878 +2023-07-03 18:00:00,0.0,16514.688,172.64525,20.206867,35.7574,22.420149,171.5174,24.573225,33.757526,19.764135,22.747768,612.4,479.35953,10.180648,130.92914,15.116202,1.446007,23.320868,21.978214,1.3664445,345.84293,0.37323764,310.63004,48.955345,0.39092618,2.727511,107.8715,21.994417,70.690865,133.34805,18268.777,0.60727865,1507.3254,1.064262,0.64437366,0.34922808,2.0729244,158.37158,209.47006,28.681566,208.9133,23.422821,37.77119,1468.832,3.8144968,180.0078,135.25981,340.9516,142.84254,376.0745,20.533735,349.5008,0.0,2676.8013,15332.054,23.579071,376.77646,128.94093,44750.156,131.90334,19.715794,144.20015,292.24512,49.365826,17.705313,216.14305,2103.7002,351.3392,133.30235,16.490435,12.440931,452.18927,58.736095,1697.2104,138.86613,2171.603,260.52014,354.9321,96.44933,328.14062,8.180104,13.814386,28.627337,4.2124906,3.7388327,63.532463,55.01385,66.84737,16.12372,24.200388,281.63528,8.067531,2946.4604,114.20768,53.489918,132.09383,117.97264,212.98576,145.59045,90.48387,31.96378,46.624123,121.09604,316.71426,806.8585,144.03871,477.67334,95.4779,103.45203,303.74503,295.32016,950.33655,331.6296,3.751254,17.578428,10.180753,41.566902,15931.875,4.940473,13.068608,22.60726,50.547363,569.9184,91.77339,204.30357,3.2054632,243.23326,555.30914,364.49997,124.33086,351.80963,29.244623,68.14921,262.74103,13.381583,1.8396897,12.214972,2078.1233,0.16256654,0.5243844,56.688446,5.4263825,3.8849876,6.0711546,10.697386,142.60454,49.493248,116.17474,764.50903,210.72836,1896.5801,1754.2678,13.468388,25.274261,12508.891,8.569895,59.176746,566.5033,98.45605,148.3869,65.97722,335.8484,934.7103,400.658,12.951728,77.18387,1045.2762,1911.7991,39.97692,546.95105,38.143616,1.0518342,59.930916,1.117879,0.6695305,3.0350187,31.766502,113.42942,280.3605,17.49293,3510.375,272.89917,98.85752,151.6996,76.95622,96.62802,56.461693,4.003293,97.004036,598.4367,168.87386,99.07587,79.520615,21.333065,64.59159,74.78427,48.623344,875.3412,171.70558,4042.4902,37.44428,3696.56,79.08622,435.4999,2489.0994,77.75884,9.376585,1609.0713,1650.643,5325.4214,140.90518 +2023-07-03 19:00:00,0.0,16516.316,172.85004,20.214977,35.75533,22.430428,171.50374,24.572563,33.755463,19.764366,22.744705,612.80444,479.01974,10.178401,130.9294,15.104394,1.4447666,23.326307,21.960445,1.3678036,345.82126,0.37304428,310.6542,48.945538,0.39167854,2.7273223,107.86994,21.985008,70.63904,133.2973,18282.232,0.6065708,1507.4061,1.0633467,0.6438238,0.34887764,2.0707912,158.34755,209.39453,28.675606,208.89684,23.418924,37.83905,1469.871,3.8127513,180.21458,135.35428,340.98587,142.84015,376.0124,20.553736,349.74408,0.0,2676.385,15330.251,23.600697,377.0044,128.97736,44748.152,131.9036,19.730425,144.23788,292.4824,49.397987,17.72494,216.22098,2103.7642,351.32635,133.3797,16.504084,12.448763,452.0858,58.75749,1696.5785,138.78683,2172.0415,260.38562,354.98895,96.42104,327.84903,8.178114,13.809972,28.608177,4.2099605,3.7363317,63.53921,55.032852,66.8548,16.14184,24.207533,281.4093,8.065663,2946.73,114.12169,53.523857,132.00237,117.92543,212.99817,145.51155,90.604836,31.939215,46.61037,121.0581,316.67755,806.4935,143.90672,477.3903,95.435776,103.496544,303.70013,295.51062,950.35815,331.37927,3.7517655,17.586056,10.178441,41.563164,15936.43,4.937536,13.077413,22.61949,50.51455,569.5719,91.70632,204.19414,3.2049847,243.05878,555.0707,364.37775,124.33627,352.05624,29.25439,68.198654,262.59772,13.377796,1.8393306,12.212955,2076.9426,0.1624483,0.52405685,56.67598,5.430895,3.8847601,6.068074,10.692588,142.53554,49.470985,116.130936,764.2274,210.76558,1896.794,1754.4606,13.473818,25.282583,12506.776,8.5688,59.191418,566.70386,98.506516,148.43102,65.998085,335.96326,934.5269,400.70496,12.959005,77.21595,1045.3116,1912.076,39.99059,547.05133,38.159554,1.0518992,59.934353,1.1178805,0.66955787,3.0351849,31.787111,113.44411,280.32507,17.4954,3509.967,273.01636,98.89829,151.7443,76.963135,96.626175,56.457325,4.0160956,97.01546,598.7382,168.98666,99.12617,79.58086,21.314247,64.702286,74.86055,48.605934,875.1358,171.71635,4041.8801,37.436554,3695.5596,79.08571,435.47614,2488.7603,77.76583,9.376736,1608.4235,1649.5924,5322.7075,140.83157 +2023-07-03 20:00:00,0.0,16517.945,173.05481,20.22309,35.753258,22.440708,171.49007,24.571901,33.753395,19.764599,22.741642,613.20886,478.68,10.176153,130.92964,15.0925865,1.4435261,23.331745,21.942677,1.3691628,345.79962,0.3728509,310.67838,48.93573,0.39243093,2.7271338,107.868385,21.9756,70.58722,133.24657,18295.688,0.60586286,1507.4868,1.0624313,0.6432739,0.3485272,2.068658,158.3235,209.31898,28.669645,208.88037,23.415028,37.90691,1470.9098,3.8110056,180.42136,135.44873,341.02014,142.83777,375.95026,20.573734,349.9874,0.0,2675.9688,15328.447,23.622324,377.2323,129.01376,44746.15,131.90385,19.745056,144.27562,292.71964,49.43015,17.744564,216.2989,2103.8284,351.3135,133.45706,16.51773,12.456594,451.9823,58.778885,1695.9465,138.70753,2172.4797,260.25107,355.0458,96.392746,327.55743,8.176123,13.805558,28.589018,4.207431,3.7338307,63.54596,55.051853,66.86222,16.15996,24.214678,281.18335,8.063796,2946.9995,114.03569,53.557796,131.91092,117.87822,213.01057,145.43265,90.72581,31.914652,46.59662,121.02016,316.64087,806.12854,143.77473,477.10724,95.39365,103.54105,303.65524,295.70108,950.37976,331.12894,3.752277,17.593683,10.176128,41.559425,15940.983,4.9345984,13.086216,22.631721,50.481735,569.22534,91.63925,204.0847,3.2045064,242.88428,554.8323,364.25552,124.34169,352.30286,29.264158,68.24811,262.45438,13.37401,1.8389714,12.210939,2075.762,0.16233006,0.5237293,56.663517,5.435407,3.8845327,6.0649943,10.687791,142.46654,49.448723,116.08713,763.9458,210.80278,1897.0078,1754.6534,13.479248,25.290905,12504.663,8.567706,59.206093,566.90436,98.55699,148.47514,66.01895,336.07812,934.34344,400.75192,12.966283,77.24803,1045.3469,1912.353,40.00426,547.1516,38.175495,1.0519642,59.93779,1.1178818,0.6695852,3.0353513,31.807722,113.45879,280.2896,17.497868,3509.559,273.1335,98.939064,151.78897,76.97005,96.62433,56.452957,4.0288982,97.02688,599.0397,169.09947,99.17647,79.641106,21.295431,64.81298,74.93683,48.588524,874.9305,171.72714,4041.27,37.428825,3694.5593,79.0852,435.45233,2488.421,77.77282,9.376886,1607.7758,1648.542,5319.9937,140.75798 +2023-07-03 21:00:00,0.0,16519.576,173.25958,20.2312,35.751186,22.450989,171.4764,24.57124,33.75133,19.764832,22.738579,613.6132,478.3402,10.173905,130.9299,15.080778,1.4422858,23.337183,21.924908,1.3705219,345.77798,0.37265754,310.70255,48.925926,0.39318332,2.7269454,107.86683,21.966192,70.5354,133.19583,18309.14,0.60515493,1507.5675,1.061516,0.642724,0.34817675,2.066525,158.29947,209.24345,28.663687,208.8639,23.41113,37.97477,1471.9486,3.8092601,180.62814,135.54318,341.05444,142.83539,375.88815,20.593735,350.23068,0.0,2675.5525,15326.645,23.64395,377.46024,129.05017,44744.145,131.90411,19.759687,144.31335,292.95688,49.46231,17.76419,216.37683,2103.8923,351.30066,133.53441,16.53138,12.464427,451.8788,58.800278,1695.3145,138.62823,2172.9182,260.11652,355.10266,96.364456,327.26584,8.174132,13.801145,28.569859,4.2049007,3.7313297,63.552708,55.070854,66.86965,16.17808,24.221825,280.95737,8.06193,2947.2693,113.9497,53.591732,131.81947,117.83101,213.023,145.35376,90.84677,31.890087,46.582867,120.98222,316.60416,805.76355,143.64275,476.82416,95.351524,103.58556,303.61035,295.89154,950.4014,330.8786,3.7527883,17.60131,10.173817,41.555683,15945.538,4.931661,13.09502,22.643953,50.44892,568.8788,91.57218,203.97527,3.204028,242.70978,554.5938,364.13333,124.34711,352.54947,29.273926,68.29756,262.31107,13.370224,1.8386122,12.208923,2074.5815,0.16221182,0.52340186,56.65105,5.4399195,3.8843052,6.0619144,10.682993,142.39754,49.426464,116.04332,763.6641,210.83998,1897.2218,1754.8462,13.484678,25.299227,12502.549,8.566612,59.220764,567.10486,98.60746,148.51926,66.03982,336.193,934.16003,400.79886,12.97356,77.280106,1045.3823,1912.63,40.017933,547.2519,38.191433,1.0520291,59.94123,1.1178832,0.6696125,3.0355175,31.828331,113.47348,280.25418,17.500336,3509.1511,273.25067,98.979836,151.83366,76.97696,96.62248,56.44859,4.0417004,97.03831,599.3412,169.21227,99.22676,79.70135,21.276613,64.923676,75.01311,48.571114,874.72516,171.73792,4040.66,37.4211,3693.5588,79.08469,435.42856,2488.0815,77.77981,9.377037,1607.1279,1647.4916,5317.28,140.68439 +2023-07-03 22:00:00,0.0,16521.205,173.46437,20.239311,35.749115,22.461267,171.46274,24.570578,33.749264,19.765062,22.735516,614.01764,478.00046,10.171658,130.93015,15.068971,1.4410453,23.342623,21.907137,1.371881,345.75635,0.37246415,310.7267,48.91612,0.39393568,2.7267568,107.86527,21.956783,70.483574,133.14508,18322.596,0.60444707,1507.6482,1.0606006,0.64217407,0.3478263,2.064392,158.27542,209.16792,28.657726,208.84744,23.407234,38.04263,1472.9875,3.8075144,180.83493,135.63765,341.08875,142.833,375.82602,20.613735,350.47397,0.0,2675.1362,15324.842,23.665577,377.68817,129.08658,44742.14,131.90437,19.77432,144.35109,293.19415,49.49447,17.783815,216.45474,2103.9563,351.2878,133.61177,16.545029,12.472259,451.7753,58.82167,1694.6825,138.54893,2173.3567,259.982,355.1595,96.33616,326.97424,8.172141,13.796731,28.5507,4.2023706,3.7288284,63.559456,55.089855,66.877075,16.196198,24.22897,280.7314,8.060062,2947.5388,113.8637,53.62567,131.72803,117.7838,213.0354,145.27486,90.96774,31.865522,46.56912,120.94428,316.56747,805.39856,143.51076,476.5411,95.309395,103.63008,303.5655,296.082,950.42303,330.62827,3.7532997,17.608938,10.171505,41.551945,15950.092,4.928724,13.103824,22.656183,50.416107,568.5322,91.50511,203.86583,3.2035496,242.53528,554.35535,364.0111,124.35252,352.79605,29.283691,68.347015,262.16776,13.366437,1.838253,12.206906,2073.401,0.1620936,0.5230743,56.638588,5.444432,3.8840778,6.0588346,10.678195,142.32854,49.4042,115.99951,763.3825,210.8772,1897.4357,1755.0391,13.4901085,25.30755,12500.435,8.565517,59.23544,567.30536,98.65793,148.56339,66.060684,336.3079,933.97656,400.84583,12.980838,77.31219,1045.4177,1912.907,40.0316,547.3521,38.20737,1.0520941,59.944668,1.1178845,0.6696399,3.0356836,31.848942,113.488174,280.21872,17.502804,3508.7432,273.36783,99.02061,151.87836,76.98387,96.62063,56.44422,4.054503,97.04973,599.64264,169.32507,99.27706,79.7616,21.257797,65.03437,75.08938,48.5537,874.51984,171.74869,4040.0498,37.413372,3692.5586,79.08417,435.40475,2487.7424,77.7868,9.377188,1606.4802,1646.441,5314.5654,140.6108 +2023-07-03 23:00:00,0.0,16522.834,173.66916,20.247421,35.747044,22.471548,171.44907,24.569916,33.7472,19.765295,22.732452,614.42206,477.6607,10.16941,130.9304,15.057163,1.4398049,23.34806,21.889368,1.3732401,345.7347,0.3722708,310.7509,48.90631,0.39468807,2.7265682,107.863716,21.947374,70.431755,133.09435,18336.05,0.60373914,1507.7289,1.0596853,0.6416242,0.3474759,2.062259,158.25137,209.09238,28.651766,208.83098,23.403337,38.11049,1474.0264,3.805769,181.04172,135.7321,341.12305,142.83061,375.76392,20.633736,350.7173,0.0,2674.7202,15323.039,23.687202,377.91608,129.12299,44740.137,131.90463,19.788952,144.38884,293.4314,49.52663,17.803442,216.53267,2104.0205,351.27496,133.68912,16.558678,12.48009,451.6718,58.843063,1694.0504,138.46964,2173.7952,259.84744,355.2163,96.30787,326.68262,8.170151,13.792317,28.531542,4.199841,3.7263274,63.5662,55.108856,66.88451,16.214317,24.236115,280.50543,8.058195,2947.8083,113.77771,53.65961,131.63658,117.73659,213.0478,145.19597,91.08871,31.84096,46.555367,120.90634,316.5308,805.03357,143.37877,476.25806,95.26727,103.67459,303.5206,296.27246,950.4447,330.37793,3.7538111,17.616566,10.169193,41.548203,15954.6455,4.9257865,13.112627,22.668415,50.383293,568.18567,91.43804,203.7564,3.203071,242.3608,554.1169,363.8889,124.35794,353.04266,29.293459,68.39647,262.02444,13.362651,1.8378937,12.20489,2072.2202,0.16197535,0.5227468,56.62612,5.448944,3.8838503,6.055754,10.673397,142.25954,49.38194,115.9557,763.1008,210.9144,1897.6497,1755.2319,13.495538,25.315872,12498.32,8.564424,59.25011,567.50586,98.708405,148.6075,66.08155,336.42276,933.79315,400.89276,12.988114,77.34426,1045.453,1913.184,40.045273,547.4524,38.22331,1.0521591,59.948105,1.117886,0.66966724,3.03585,31.86955,113.50286,280.1833,17.505274,3508.3354,273.485,99.06138,151.92305,76.99078,96.61878,56.439854,4.067305,97.06116,599.94415,169.43788,99.32736,79.82184,21.23898,65.145065,75.16566,48.53629,874.3145,171.75946,4039.44,37.405647,3691.558,79.08366,435.38098,2487.403,77.793785,9.377338,1605.8324,1645.3906,5311.8516,140.5372 +2023-07-04 00:00:00,0.0,16524.463,173.87393,20.255533,35.744972,22.481829,171.4354,24.569254,33.745136,19.765526,22.729391,614.8265,477.32092,10.167162,130.93065,15.045355,1.4385644,23.3535,21.8716,1.3745993,345.71307,0.37207744,310.77505,48.896503,0.39544043,2.7263796,107.86215,21.937965,70.37993,133.04361,18349.504,0.6030313,1507.8096,1.0587701,0.6410743,0.34712544,2.060126,158.22734,209.01685,28.645805,208.81451,23.39944,38.17835,1475.0652,3.8040233,181.24849,135.82657,341.1573,142.82823,375.70178,20.653734,350.96057,0.0,2674.304,15321.235,23.70883,378.144,129.1594,44738.133,131.90489,19.803583,144.42657,293.66867,49.558792,17.823067,216.6106,2104.0845,351.2621,133.76648,16.572325,12.487922,451.56833,58.864456,1693.4185,138.39034,2174.2336,259.7129,355.2732,96.27958,326.39102,8.1681595,13.787904,28.512383,4.197311,3.7238264,63.57295,55.12786,66.89193,16.232437,24.24326,280.27948,8.056328,2948.0781,113.69171,53.69355,131.54514,117.68938,213.06023,145.11707,91.20968,31.816395,46.541615,120.86841,316.49408,804.66864,143.24678,475.97498,95.22514,103.71911,303.4757,296.4629,950.4663,330.1276,3.7543225,17.624195,10.166882,41.544464,15959.2,4.922849,13.121431,22.680647,50.35048,567.8391,91.37097,203.64696,3.2025926,242.1863,553.8784,363.76666,124.36336,353.28928,29.303226,68.445915,261.8811,13.358865,1.8375345,12.202874,2071.0398,0.16185711,0.52241933,56.613655,5.4534564,3.883623,6.0526743,10.668599,142.19055,49.35968,115.911896,762.81915,210.9516,1897.8635,1755.4247,13.500968,25.324194,12496.206,8.56333,59.264782,567.70636,98.75887,148.65161,66.10242,336.53763,933.6097,400.93973,12.995392,77.37634,1045.4884,1913.4609,40.05894,547.5527,38.239246,1.052224,59.95154,1.1178873,0.6696946,3.0360162,31.890162,113.51755,280.14786,17.507742,3507.9275,273.60214,99.10215,151.96774,76.997696,96.616936,56.435482,4.0801077,97.07258,600.24567,169.55069,99.377655,79.88208,21.220161,65.25576,75.241936,48.51888,874.1092,171.77025,4038.8298,37.397923,3690.5579,79.083145,435.35718,2487.0637,77.80077,9.377489,1605.1847,1644.3402,5309.1377,140.46361 +2023-07-04 01:00:00,0.0,16526.094,174.0787,20.263643,35.7429,22.492107,171.42174,24.568592,33.74307,19.765759,22.726328,615.2309,476.98117,10.164914,130.93091,15.033547,1.437324,23.358938,21.85383,1.3759584,345.6914,0.37188405,310.79922,48.8867,0.39619282,2.7261913,107.860596,21.928556,70.32811,132.99286,18362.959,0.60232335,1507.8903,1.0578547,0.6405244,0.346775,2.057993,158.2033,208.9413,28.639845,208.79805,23.395544,38.246212,1476.1041,3.8022778,181.45528,135.92102,341.1916,142.82584,375.63968,20.673735,351.20386,0.0,2673.8877,15319.433,23.730455,378.37195,129.1958,44736.13,131.90515,19.818214,144.46431,293.9059,49.590954,17.842691,216.68852,2104.1487,351.24924,133.84383,16.585974,12.495753,451.46484,58.885853,1692.7864,138.31102,2174.6719,259.57837,355.33002,96.25128,326.09943,8.166169,13.783489,28.493223,4.194781,3.7213254,63.579697,55.14686,66.89936,16.250557,24.250406,280.0535,8.054461,2948.3477,113.60572,53.727486,131.45369,117.642166,213.07263,145.03818,91.33064,31.791832,46.527863,120.83047,316.4574,804.30365,143.11479,475.69193,95.18302,103.76362,303.43082,296.65335,950.4879,329.87726,3.754834,17.631823,10.16457,41.540726,15963.754,4.919912,13.130235,22.692877,50.317665,567.4926,91.3039,203.53752,3.2021143,242.0118,553.63995,363.64447,124.368774,353.5359,29.312992,68.49537,261.7378,13.355079,1.8371754,12.200858,2069.8591,0.16173887,0.5220918,56.601192,5.4579687,3.8833954,6.0495944,10.663801,142.12155,49.337418,115.86809,762.53754,210.98882,1898.0774,1755.6176,13.506398,25.332516,12494.092,8.562236,59.279457,567.90686,98.80934,148.69574,66.12328,336.6525,933.4263,400.9867,13.002669,77.408424,1045.5238,1913.7379,40.072613,547.65295,38.255188,1.052289,59.95498,1.1178887,0.66972196,3.0361826,31.91077,113.532234,280.1124,17.51021,3507.5195,273.7193,99.14292,152.01244,77.00461,96.61509,56.431114,4.0929103,97.08401,600.5471,169.6635,99.427956,79.94233,21.201345,65.366455,75.318214,48.50147,873.9038,171.78102,4038.2197,37.390194,3689.5574,79.082634,435.3334,2486.7246,77.80776,9.37764,1604.5369,1643.2898,5306.424,140.39001 +2023-07-04 02:00:00,0.0,16527.723,174.2835,20.271755,35.74083,22.502388,171.40807,24.56793,33.741005,19.76599,22.723265,615.63525,476.6414,10.162666,130.93115,15.02174,1.4360837,23.364376,21.836061,1.3773175,345.66977,0.3716907,310.8234,48.876892,0.3969452,2.7260027,107.85904,21.91915,70.27629,132.94212,18376.414,0.6016154,1507.971,1.0569394,0.63997453,0.34642455,2.0558598,158.17926,208.86577,28.633886,208.78159,23.391647,38.31407,1477.143,3.800532,181.66206,136.01547,341.2259,142.82346,375.57755,20.693735,351.44717,0.0,2673.4717,15317.63,23.752083,378.59988,129.23221,44734.125,131.90541,19.832848,144.50204,294.1432,49.62311,17.862318,216.76645,2104.2126,351.2364,133.92119,16.599623,12.503585,451.36136,58.907246,1692.1544,138.23172,2175.1104,259.44382,355.38687,96.22299,325.80783,8.164178,13.779076,28.474064,4.192251,3.7188244,63.586445,55.165863,66.906784,16.268677,24.257551,279.8275,8.052593,2948.6172,113.51972,53.761425,131.36223,117.59496,213.08504,144.95927,91.451614,31.767267,46.51411,120.79253,316.4207,803.93866,142.98279,475.40887,95.14089,103.808136,303.38593,296.8438,950.5096,329.62692,3.7553453,17.63945,10.162258,41.536983,15968.309,4.9169745,13.139039,22.705109,50.28485,567.14606,91.23683,203.42809,3.2016358,241.8373,553.40155,363.52225,124.37419,353.7825,29.32276,68.54482,261.59448,13.351292,1.8368162,12.198842,2068.6785,0.16162063,0.5217643,56.588726,5.462481,3.883168,6.0465145,10.659003,142.05255,49.315155,115.82428,762.25586,211.02602,1898.2914,1755.8103,13.511828,25.340837,12491.978,8.561141,59.29413,568.10736,98.85981,148.73985,66.14415,336.7674,933.2428,401.03363,13.009947,77.4405,1045.5592,1914.0149,40.08628,547.75323,38.271126,1.052354,59.95842,1.11789,0.6697493,3.0363488,31.931381,113.54692,280.07697,17.512678,3507.1116,273.83646,99.18369,152.05713,77.01152,96.613235,56.426746,4.1057124,97.09543,600.84863,169.7763,99.47826,80.00257,21.182528,65.47715,75.394485,48.48406,873.6985,171.7918,4037.6096,37.38247,3688.5571,79.08212,435.3096,2486.3853,77.81475,9.37779,1603.8892,1642.2393,5303.7095,140.31642 +2023-07-04 03:00:00,0.0,16529.352,174.48828,20.279865,35.738758,22.512669,171.3944,24.56727,33.738937,19.766222,22.720201,616.0397,476.30164,10.1604185,130.93141,15.009932,1.4348432,23.369816,21.818293,1.3786767,345.64813,0.37149733,310.84756,48.867085,0.39769757,2.725814,107.85748,21.90974,70.224464,132.89137,18389.87,0.60090756,1508.0516,1.0560241,0.6394246,0.3460741,2.0537267,158.15521,208.79022,28.627926,208.76512,23.38775,38.38193,1478.1818,3.7987866,181.86885,136.10994,341.2602,142.82108,375.5154,20.713736,351.69046,0.0,2673.0554,15315.827,23.773708,378.8278,129.26862,44732.12,131.90567,19.847479,144.53978,294.38043,49.655273,17.881943,216.84438,2104.2769,351.22354,133.99854,16.613272,12.511416,451.25787,58.92864,1691.5225,138.15242,2175.5488,259.30927,355.4437,96.194695,325.5162,8.162188,13.774662,28.454905,4.189721,3.7163234,63.593193,55.18486,66.914215,16.286795,24.264696,279.60156,8.050726,2948.8867,113.43373,53.795364,131.27078,117.54775,213.09744,144.88037,91.57258,31.742704,46.500362,120.754585,316.384,803.57367,142.8508,475.12582,95.09876,103.852646,303.34103,297.03427,950.5312,329.3766,3.7558568,17.647078,10.159946,41.533245,15972.862,4.9140377,13.147842,22.71734,50.252037,566.7995,91.16976,203.31865,3.2011576,241.6628,553.1631,363.40002,124.37961,354.0291,29.332527,68.59428,261.45117,13.347506,1.836457,12.196826,2067.498,0.16150239,0.52143675,56.576263,5.4669933,3.8829405,6.043434,10.654205,141.98355,49.292896,115.78047,761.97424,211.06323,1898.5052,1756.0032,13.517259,25.349161,12489.864,8.560047,59.308804,568.30786,98.910286,148.78398,66.165016,336.88226,933.0594,401.0806,13.017223,77.47258,1045.5945,1914.2919,40.099953,547.85345,38.287064,1.052419,59.961857,1.1178914,0.6697767,3.0365152,31.95199,113.561615,280.0415,17.515148,3506.7036,273.9536,99.22446,152.10182,77.01843,96.61139,56.42238,4.118515,97.10686,601.1501,169.88911,99.52855,80.06282,21.16371,65.587845,75.470764,48.46665,873.49316,171.80257,4036.9995,37.37474,3687.557,79.081604,435.2858,2486.046,77.82175,9.377941,1603.2413,1641.1888,5300.9956,140.24283 +2023-07-04 04:00:00,0.0,16530.982,174.69305,20.287977,35.736687,22.522947,171.38074,24.566608,33.736874,19.766453,22.717138,616.4441,475.96188,10.158171,130.93166,14.998124,1.4336028,23.375254,21.800524,1.3800358,345.6265,0.37130395,310.87173,48.85728,0.39844996,2.7256255,107.85593,21.900331,70.172646,132.84064,18403.322,0.60019964,1508.1323,1.0551087,0.6388747,0.3457237,2.0515938,158.13116,208.71469,28.621965,208.74866,23.383854,38.44979,1479.2207,3.7970412,182.07562,136.20439,341.29446,142.81868,375.4533,20.733736,351.93375,0.0,2672.6392,15314.023,23.795336,379.05573,129.30502,44730.117,131.90593,19.86211,144.57751,294.6177,49.687435,17.90157,216.9223,2104.3408,351.2107,134.0759,16.626919,12.519249,451.1544,58.95003,1690.8904,138.07312,2175.9873,259.1747,355.50058,96.166405,325.2246,8.160196,13.770248,28.435745,4.187191,3.7138224,63.59994,55.203865,66.921646,16.304914,24.271841,279.37558,8.048859,2949.1565,113.34773,53.8293,131.17934,117.50054,213.10986,144.80148,91.69355,31.71814,46.48661,120.71665,316.34732,803.2087,142.71881,474.84274,95.05664,103.897156,303.29614,297.22473,950.5528,329.12625,3.7563682,17.654705,10.157634,41.529507,15977.417,4.9111004,13.156646,22.72957,50.219223,566.45294,91.10269,203.20921,3.200679,241.48831,552.9246,363.2778,124.385025,354.27573,29.342295,68.64373,261.30783,13.3437195,1.8360978,12.19481,2066.3174,0.16138415,0.5211093,56.563797,5.4715056,3.882713,6.0403543,10.649408,141.91455,49.270634,115.736664,761.6926,211.10043,1898.7192,1756.1959,13.522689,25.357483,12487.75,8.558953,59.323475,568.50836,98.960754,148.8281,66.18588,336.99713,932.8759,401.12753,13.024501,77.50466,1045.6299,1914.5688,40.113625,547.95374,38.303,1.0524839,59.965294,1.1178929,0.66980404,3.0366814,31.9726,113.5763,280.00607,17.517616,3506.2957,274.07077,99.26523,152.1465,77.025345,96.60954,56.41801,4.1313176,97.11828,601.4516,170.00192,99.57885,80.12306,21.144894,65.69854,75.54704,48.449238,873.28784,171.81334,4036.3896,37.367016,3686.5564,79.08109,435.26202,2485.7068,77.828735,9.378092,1602.5936,1640.1384,5298.2817,140.16924 +2023-07-04 05:00:00,0.0,16532.611,174.89783,20.296087,35.734615,22.533228,171.36707,24.565947,33.73481,19.766685,22.714075,616.8485,475.6221,10.155923,130.93192,14.986316,1.4323623,23.380693,21.782753,1.381395,345.60486,0.3711106,310.8959,48.847473,0.39920235,2.725437,107.85437,21.890923,70.12082,132.7899,18416.777,0.5994918,1508.213,1.0541934,0.63832486,0.34537324,2.0494606,158.10713,208.63916,28.616005,208.7322,23.37996,38.51765,1480.2595,3.7952955,182.28241,136.29886,341.32874,142.8163,375.39117,20.753735,352.17706,0.0,2672.2231,15312.221,23.816961,379.28366,129.34143,44728.117,131.90619,19.876741,144.61525,294.85495,49.719597,17.921194,217.00023,2104.4048,351.19785,134.15324,16.640568,12.527081,451.0509,58.971428,1690.2584,137.99382,2176.4258,259.0402,355.5574,96.138115,324.933,8.158206,13.765835,28.416586,4.1846614,3.7113214,63.60669,55.222862,66.92907,16.323034,24.278988,279.14963,8.046991,2949.426,113.26174,53.86324,131.08789,117.45333,213.12227,144.72258,91.814514,31.693575,46.47286,120.67871,316.3106,802.8437,142.58682,474.5597,95.01451,103.94167,303.25125,297.4152,950.57446,328.87592,3.7568796,17.662333,10.155322,41.525764,15981.971,4.908163,13.16545,22.741802,50.18641,566.1064,91.03562,203.09978,3.2002008,241.31381,552.68616,363.1556,124.39044,354.52234,29.35206,68.69318,261.16452,13.339933,1.8357387,12.192794,2065.1367,0.16126591,0.52078176,56.551334,5.476018,3.8824856,6.0372744,10.64461,141.84555,49.24837,115.692856,761.4109,211.13763,1898.9331,1756.3888,13.528119,25.365805,12485.636,8.557858,59.33815,568.70886,99.01122,148.87222,66.20675,337.112,932.6925,401.1745,13.031778,77.536736,1045.6653,1914.8458,40.127293,548.054,38.31894,1.0525489,59.96873,1.1178942,0.6698314,3.0368478,31.99321,113.59099,279.9706,17.520084,3505.888,274.18793,99.306,152.1912,77.03226,96.6077,56.413643,4.1441197,97.12971,601.7531,170.11473,99.62915,80.183304,21.126076,65.809235,75.62332,48.431828,873.0825,171.82413,4035.7795,37.35929,3685.5562,79.08058,435.23822,2485.3674,77.835724,9.3782425,1601.9458,1639.0879,5295.568,140.09564 +2023-07-04 06:00:00,0.0,16534.24,175.10262,20.3042,35.732544,22.543509,171.3534,24.565285,33.732742,19.766918,22.711012,617.25287,475.28235,10.153675,130.93216,14.974508,1.431122,23.386131,21.764984,1.3827541,345.58322,0.3709172,310.92007,48.837666,0.3999547,2.7252486,107.852806,21.881514,70.069,132.73915,18430.232,0.59878385,1508.2937,1.0532781,0.63777494,0.3450228,2.0473275,158.08308,208.56361,28.610044,208.71573,23.376062,38.58551,1481.2983,3.79355,182.4892,136.39331,341.36304,142.81392,375.32907,20.773735,352.42035,0.0,2671.8066,15310.418,23.838589,379.51157,129.37784,44726.113,131.90645,19.891375,144.65298,295.09222,49.75176,17.94082,217.07816,2104.469,351.18497,134.2306,16.654217,12.534912,450.94742,58.99282,1689.6263,137.91452,2176.864,258.90564,355.61426,96.10982,324.64142,8.156215,13.761421,28.397427,4.1821313,3.7088203,63.613438,55.241867,66.9365,16.341154,24.286133,278.92365,8.045124,2949.6956,113.17574,53.89718,130.99644,117.40612,213.13467,144.64369,91.935486,31.669012,46.459106,120.64077,316.27393,802.4787,142.45483,474.27664,94.97239,103.98618,303.20636,297.60565,950.59607,328.62558,3.7573912,17.66996,10.15301,41.522026,15986.524,4.9052258,13.174253,22.754034,50.153595,565.7598,90.96855,202.99034,3.1997223,241.13931,552.4477,363.0334,124.39586,354.76895,29.361828,68.74263,261.0212,13.336146,1.8353794,12.190778,2063.9563,0.16114767,0.5204542,56.538868,5.4805303,3.8822582,6.0341945,10.639812,141.77655,49.22611,115.64905,761.1293,211.17485,1899.147,1756.5817,13.533549,25.374126,12483.521,8.556765,59.35282,568.90936,99.06169,148.91634,66.22762,337.22687,932.50903,401.22147,13.039056,77.56882,1045.7007,1915.1227,40.140965,548.1543,38.33488,1.0526139,59.97217,1.1178956,0.66985875,3.037014,32.01382,113.605675,279.93518,17.522554,3505.48,274.3051,99.34677,152.23589,77.03917,96.60585,56.409275,4.1569223,97.14113,602.05457,170.22754,99.67945,80.24355,21.107258,65.91993,75.6996,48.414417,872.87714,171.8349,4035.1694,37.351562,3684.5557,79.08007,435.21445,2485.028,77.84271,9.378393,1601.2981,1638.0375,5292.8535,140.02203 +2023-07-04 07:00:00,0.0,16535.87,175.3074,20.31231,35.730473,22.553787,171.33974,24.564623,33.73068,19.767149,22.70795,617.6573,474.94257,10.151427,130.93242,14.962701,1.4298815,23.39157,21.747215,1.3841132,345.56155,0.37072384,310.94424,48.82786,0.4007071,2.72506,107.85125,21.872105,70.01718,132.68842,18443.686,0.598076,1508.3744,1.0523627,0.63722503,0.34467235,2.0451946,158.05905,208.48808,28.604086,208.69926,23.372166,38.65337,1482.3373,3.7918043,182.69597,136.48776,341.39734,142.81152,375.26694,20.793736,352.66367,0.0,2671.3906,15308.615,23.860214,379.7395,129.41425,44724.11,131.90671,19.906006,144.69073,295.32947,49.783916,17.960445,217.15608,2104.533,351.17212,134.30795,16.667866,12.542744,450.84393,59.014214,1688.9944,137.83522,2177.3025,258.7711,355.67108,96.08153,324.3498,8.154224,13.757007,28.378267,4.1796017,3.7063193,63.620186,55.26087,66.943924,16.359274,24.293278,278.6977,8.043257,2949.9653,113.08975,53.931114,130.905,117.35891,213.1471,144.56479,92.05645,31.644447,46.445354,120.60284,316.2372,802.1137,142.32285,473.99356,94.93026,104.0307,303.16147,297.7961,950.6177,328.37524,3.7579026,17.677588,10.150699,41.518288,15991.079,4.9022884,13.183058,22.766264,50.12078,565.4133,90.90148,202.8809,3.199244,240.96481,552.2092,362.91116,124.401276,355.01556,29.371595,68.79208,260.8779,13.33236,1.8350202,12.188762,2062.7756,0.16102943,0.52012676,56.526405,5.4850426,3.8820307,6.031114,10.635015,141.70755,49.20385,115.60524,760.8476,211.21205,1899.361,1756.7744,13.538979,25.382448,12481.407,8.555671,59.367493,569.10986,99.11217,148.96045,66.24849,337.34177,932.3256,401.2684,13.046332,77.6009,1045.736,1915.3997,40.154633,548.2546,38.35082,1.0526788,59.97561,1.1178969,0.6698861,3.0371804,32.03443,113.62036,279.89975,17.525023,3505.072,274.42227,99.38754,152.28058,77.04608,96.604,56.404907,4.1697245,97.15256,602.3561,170.34035,99.729744,80.303795,21.088442,66.030624,75.77587,48.397007,872.6718,171.84567,4034.5593,37.343838,3683.5554,79.07956,435.19064,2484.689,77.8497,9.378544,1600.6503,1636.987,5290.1396,139.94844 +2023-07-04 08:00:00,0.0,16537.5,175.51218,20.320421,35.7284,22.564068,171.32607,24.563961,33.728615,19.767382,22.704887,618.0617,474.6028,10.149179,130.93266,14.950892,1.4286411,23.397009,21.729446,1.3854723,345.53992,0.3705305,310.9684,48.818054,0.40145946,2.7248714,107.84969,21.862698,69.965355,132.63766,18457.14,0.59736806,1508.4551,1.0514474,0.6366752,0.3443219,2.0430615,158.035,208.41254,28.598125,208.6828,23.368269,38.72123,1483.3761,3.7900589,182.90276,136.58223,341.4316,142.80914,375.20483,20.813736,352.90695,0.0,2670.9744,15306.812,23.881842,379.96744,129.45065,44722.105,131.90697,19.920637,144.72847,295.56674,49.81608,17.980072,217.234,2104.5972,351.15927,134.38531,16.681513,12.550575,450.74045,59.035606,1688.3624,137.75592,2177.741,258.63657,355.72797,96.05323,324.0582,8.152234,13.752593,28.359108,4.1770716,3.703818,63.626934,55.27987,66.951355,16.377392,24.300423,278.4717,8.041389,2950.2349,113.00375,53.965054,130.81354,117.3117,213.1595,144.48589,92.17742,31.619884,46.431606,120.564896,316.20053,801.7487,142.19086,473.7105,94.88814,104.07521,303.1166,297.98657,950.63934,328.1249,3.758414,17.685215,10.148387,41.514545,15995.633,4.899351,13.191861,22.778496,50.087967,565.0668,90.83441,202.77147,3.1987655,240.79033,551.9708,362.78894,124.40669,355.26218,29.381363,68.84154,260.73456,13.328574,1.834661,12.186746,2061.595,0.16091119,0.51979923,56.51394,5.489555,3.8818033,6.028034,10.630217,141.63855,49.181587,115.56143,760.5659,211.24927,1899.5748,1756.9673,13.544409,25.39077,12479.293,8.554577,59.382168,569.31036,99.162636,149.00458,66.269356,337.45663,932.14215,401.31537,13.05361,77.63297,1045.7714,1915.6766,40.168304,548.3548,38.366756,1.0527438,59.979046,1.1178983,0.6699135,3.0373466,32.05504,113.635056,279.8643,17.52749,3504.664,274.53943,99.428314,152.32527,77.05299,96.60215,56.40054,4.182527,97.16398,602.65753,170.45316,99.780045,80.364044,21.069624,66.14132,75.85215,48.379597,872.4665,171.85645,4033.9492,37.33611,3682.555,79.07904,435.16687,2484.3496,77.85669,9.378695,1600.0026,1635.9366,5287.426,139.87485 +2023-07-04 09:00:00,0.0,16539.129,175.71695,20.328531,35.72633,22.574348,171.3124,24.5633,33.726547,19.767612,22.701824,618.4661,474.26303,10.146932,130.93292,14.939085,1.4274007,23.402447,21.711678,1.3868315,345.51828,0.3703371,310.99258,48.808247,0.40221184,2.7246828,107.84814,21.853289,69.913536,132.58693,18470.596,0.59666014,1508.5358,1.050532,0.63612527,0.34397146,2.0409286,158.01097,208.337,28.592165,208.66634,23.364372,38.78909,1484.4149,3.7883132,183.10954,136.67668,341.46588,142.80675,375.1427,20.833735,353.15024,0.0,2670.558,15305.009,23.903467,380.19534,129.48706,44720.1,131.90723,19.935268,144.7662,295.804,49.84824,17.999697,217.31192,2104.6611,351.14642,134.46266,16.695162,12.558407,450.63696,59.057003,1687.7303,137.67662,2178.1794,258.502,355.7848,96.02494,323.7666,8.150243,13.748179,28.339949,4.1745415,3.701317,63.633682,55.298874,66.95878,16.395512,24.30757,278.24573,8.039522,2950.5044,112.91776,53.998993,130.72209,117.26449,213.1719,144.407,92.298386,31.59532,46.417854,120.526955,316.16385,801.3838,142.05887,473.42746,94.84601,104.11973,303.07172,298.17703,950.66095,327.87457,3.7589254,17.692842,10.146075,41.510807,16000.1875,4.896414,13.200665,22.790728,50.05515,564.7202,90.76734,202.66203,3.1982872,240.61583,551.73236,362.66675,124.41211,355.5088,29.391129,68.89099,260.59125,13.324788,1.8343018,12.18473,2060.4146,0.16079295,0.5194717,56.501476,5.494067,3.8815758,6.0249543,10.625419,141.56956,49.159325,115.517624,760.2843,211.28647,1899.7888,1757.16,13.549839,25.399094,12477.179,8.553482,59.39684,569.51086,99.213104,149.04869,66.29022,337.5715,931.95874,401.3623,13.060887,77.665054,1045.8068,1915.9536,40.181976,548.4551,38.382694,1.0528088,59.982483,1.1178997,0.6699408,3.037513,32.07565,113.64974,279.82886,17.529959,3504.256,274.6566,99.469086,152.36996,77.059906,96.6003,56.396168,4.1953297,97.1754,602.95905,170.56596,99.830345,80.424286,21.050808,66.252014,75.92843,48.362186,872.26117,171.86723,4033.3394,37.328384,3681.5547,79.07853,435.14307,2484.0103,77.86368,9.378845,1599.3547,1634.8861,5284.712,139.80125 +2023-07-04 10:00:00,0.0,16540.758,175.92174,20.336643,35.72426,22.58463,171.29874,24.562637,33.724483,19.767845,22.698761,618.8705,473.92328,10.144684,130.93317,14.927278,1.4261602,23.407887,21.693909,1.3881906,345.49664,0.37014374,311.01678,48.79844,0.40296423,2.7244942,107.84658,21.84388,69.86171,132.5362,18484.049,0.5959523,1508.6165,1.0496167,0.63557535,0.34362105,2.0387955,157.98692,208.26146,28.586205,208.64987,23.360476,38.85695,1485.4539,3.7865677,183.31633,136.77115,341.50018,142.80437,375.0806,20.853735,353.39355,0.0,2670.142,15303.206,23.925095,380.42328,129.52347,44718.098,131.90749,19.949902,144.80394,296.04126,49.8804,18.019321,217.38985,2104.7253,351.13358,134.54002,16.70881,12.566238,450.53348,59.078396,1687.0984,137.59732,2178.618,258.36746,355.8416,95.99664,323.475,8.1482525,13.743766,28.32079,4.172012,3.698816,63.64043,55.317875,66.96621,16.413631,24.314714,278.01978,8.037655,2950.774,112.831764,54.03293,130.63065,117.21728,213.18433,144.3281,92.41936,31.570757,46.404102,120.48901,316.12714,801.0188,141.92688,473.1444,94.80389,104.16424,303.02682,298.36746,950.68256,327.62424,3.7594368,17.700472,10.143764,41.50707,16004.741,4.8934765,13.209469,22.802958,50.022335,564.37366,90.70027,202.5526,3.1978087,240.44133,551.4939,362.54453,124.41753,355.7554,29.400896,68.94044,260.44794,13.321001,1.8339427,12.1827135,2059.234,0.1606747,0.51914424,56.48901,5.498579,3.8813484,6.021874,10.620621,141.50056,49.137066,115.47381,760.0026,211.32367,1900.0027,1757.3529,13.555269,25.407415,12475.065,8.552388,59.411514,569.71136,99.26357,149.09282,66.31109,337.68637,931.77527,401.40927,13.068165,77.69713,1045.8422,1916.2306,40.195644,548.55536,38.398636,1.0528737,59.985924,1.1179011,0.6699682,3.0376792,32.09626,113.66443,279.7934,17.532429,3503.8481,274.77374,99.50986,152.41466,77.06682,96.59846,56.3918,4.208132,97.18683,603.26056,170.67877,99.88064,80.484535,21.03199,66.36271,76.00471,48.344776,872.05585,171.878,4032.7292,37.32066,3680.5542,79.07802,435.1193,2483.6711,77.87067,9.378996,1598.7069,1633.8357,5281.998,139.72766 +2023-07-04 11:00:00,0.0,16542.389,176.12653,20.344753,35.722187,22.594908,171.28506,24.561975,33.722416,19.768076,22.695698,619.2749,473.58353,10.142436,130.93343,14.915469,1.4249198,23.413324,21.676138,1.3895497,345.475,0.36995035,311.04095,48.788635,0.4037166,2.7243059,107.84502,21.83447,69.80989,132.48544,18497.504,0.59524435,1508.6971,1.0487014,0.63502544,0.3432706,2.0366623,157.96288,208.18593,28.580244,208.6334,23.356579,38.92481,1486.4927,3.784822,183.5231,136.8656,341.5345,142.80199,375.01846,20.873735,353.63684,0.0,2669.7256,15301.403,23.94672,380.6512,129.55988,44716.094,131.90775,19.964533,144.84167,296.2785,49.91256,18.038948,217.46777,2104.7893,351.12073,134.61737,16.72246,12.57407,450.43,59.09979,1686.4663,137.51802,2179.0562,258.2329,355.89847,95.96835,323.18338,8.146261,13.739352,28.30163,4.1694818,3.696315,63.64718,55.336876,66.97364,16.431751,24.32186,277.7938,8.035788,2951.0437,112.74577,54.066868,130.5392,117.17007,213.19673,144.2492,92.54032,31.546192,46.39035,120.45108,316.09045,800.6538,141.79489,472.86133,94.76176,104.20875,302.98193,298.55792,950.7042,327.3739,3.7599483,17.7081,10.141452,41.503326,16009.295,4.890539,13.218272,22.81519,49.98952,564.0271,90.6332,202.44316,3.1973305,240.26683,551.25543,362.4223,124.42294,356.002,29.410664,68.98989,260.30463,13.317215,1.8335835,12.180697,2058.0532,0.16055647,0.5188167,56.476547,5.5030913,3.881121,6.018794,10.615823,141.43156,49.114803,115.43,759.721,211.36089,1900.2166,1757.5458,13.560699,25.415737,12472.951,8.551294,59.426186,569.91187,99.31405,149.13693,66.331955,337.80124,931.59186,401.45624,13.075441,77.72921,1045.8774,1916.5076,40.209316,548.65564,38.414574,1.0529387,59.98936,1.1179024,0.66999555,3.0378454,32.11687,113.679115,279.75797,17.534897,3503.4402,274.8909,99.55063,152.45934,77.07373,96.5966,56.387432,4.2209344,97.19825,603.562,170.79158,99.93094,80.54478,21.013172,66.473404,76.08098,48.327366,871.85046,171.88878,4032.1191,37.31293,3679.554,79.07751,435.0955,2483.3318,77.877655,9.379147,1598.0592,1632.7853,5279.2837,139.65407 +2023-07-04 12:00:00,0.0,16544.018,176.3313,20.352865,35.720116,22.605188,171.2714,24.561314,33.720352,19.768309,22.692635,619.6793,473.24374,10.140188,130.93367,14.903662,1.4236794,23.418762,21.65837,1.3909088,345.45337,0.369757,311.06512,48.778828,0.40446898,2.7241173,107.84346,21.825062,69.758064,132.43471,18510.959,0.5945365,1508.7778,1.047786,0.6344756,0.34292015,2.0345292,157.93884,208.1104,28.574286,208.61693,23.352682,38.992672,1487.5315,3.7830765,183.72989,136.96005,341.56876,142.79959,374.95636,20.893736,353.88013,0.0,2669.3096,15299.6,23.968348,380.87912,129.5963,44714.09,131.908,19.979164,144.87941,296.51578,49.94472,18.058573,217.5457,2104.8533,351.10785,134.69473,16.736107,12.5819025,450.3265,59.12118,1685.8344,137.43872,2179.4946,258.0984,355.95532,95.94006,322.89178,8.144271,13.734939,28.28247,4.1669517,3.693814,63.653927,55.355877,66.981064,16.449871,24.329004,277.56784,8.03392,2951.3132,112.659775,54.100807,130.44775,117.122856,213.20914,144.1703,92.66129,31.521627,46.376602,120.41314,316.05374,800.2888,141.6629,472.57828,94.719635,104.253265,302.93704,298.74838,950.7258,327.12357,3.7604597,17.715727,10.139139,41.499588,16013.85,4.887602,13.227077,22.827421,49.956707,563.6806,90.56613,202.33372,3.196852,240.09235,551.01697,362.30008,124.42836,356.24863,29.420431,69.039345,260.16132,13.313429,1.8332242,12.178681,2056.8728,0.16043822,0.5184892,56.46408,5.5076036,3.8808935,6.015714,10.611026,141.36256,49.09254,115.38619,759.43933,211.39809,1900.4305,1757.7385,13.56613,25.424059,12470.837,8.5501995,59.44086,570.11237,99.36452,149.18106,66.35282,337.91614,931.4084,401.50317,13.082719,77.76129,1045.9128,1916.7845,40.222984,548.7559,38.43051,1.0530037,59.992798,1.1179038,0.67002285,3.0380118,32.137478,113.6938,279.7225,17.537365,3503.0325,275.00806,99.59139,152.50403,77.08064,96.59476,56.383064,4.2337365,97.20968,603.8635,170.90437,99.98124,80.60502,20.994356,66.5841,76.15726,48.309956,871.64514,171.89955,4031.509,37.305206,3678.5535,79.076996,435.07172,2482.9924,77.88464,9.379297,1597.4114,1631.7347,5276.57,139.58047 +2023-07-04 13:00:00,0.0,16545.646,176.53607,20.360975,35.718044,22.615469,171.25774,24.560652,33.71829,19.768541,22.689571,620.08374,472.904,10.13794,130.93393,14.891853,1.422439,23.424202,21.6406,1.392268,345.4317,0.36956364,311.0893,48.76902,0.40522134,2.7239287,107.8419,21.815655,69.706245,132.38397,18524.412,0.59382856,1508.8585,1.0468707,0.6339257,0.3425697,2.0323963,157.9148,208.03485,28.568325,208.60046,23.348785,39.06053,1488.5704,3.7813308,183.93668,137.05452,341.60306,142.79721,374.89423,20.913736,354.12344,0.0,2668.8933,15297.797,23.989973,381.10706,129.6327,44712.086,131.90826,19.993795,144.91714,296.75302,49.976883,18.0782,217.62363,2104.9175,351.095,134.77208,16.749756,12.589734,450.22302,59.142574,1685.2023,137.35942,2179.933,257.96384,356.01218,95.911766,322.6002,8.14228,13.730524,28.263311,4.164422,3.691313,63.660675,55.374878,66.988495,16.467989,24.336151,277.34186,8.032053,2951.5828,112.573784,54.134743,130.35631,117.07565,213.22156,144.09142,92.78226,31.497065,46.36285,120.3752,316.01706,799.9238,141.53091,472.29523,94.677505,104.297775,302.89215,298.93884,950.74744,326.87323,3.760971,17.723354,10.136827,41.49585,16018.403,4.8846645,13.23588,22.839651,49.923893,563.33405,90.49906,202.2243,3.1963737,239.91785,550.7785,362.1779,124.43378,356.49524,29.430197,69.0888,260.01797,13.309642,1.832865,12.176665,2055.6921,0.16031998,0.5181617,56.45162,5.512116,3.880666,6.0126343,10.606228,141.29356,49.070282,115.342384,759.1577,211.43529,1900.6444,1757.9314,13.57156,25.43238,12468.723,8.549106,59.455532,570.31287,99.414986,149.22517,66.37369,338.031,931.225,401.55014,13.089996,77.793365,1045.9482,1917.0615,40.236656,548.85614,38.44645,1.0530686,59.996235,1.1179051,0.6700502,3.038178,32.15809,113.708496,279.68707,17.539835,3502.6245,275.1252,99.632164,152.54872,77.087555,96.59291,56.378696,4.246539,97.2211,604.165,171.01718,100.03153,80.66527,20.975538,66.69479,76.233536,48.292545,871.4398,171.91034,4030.899,37.29748,3677.5532,79.07648,435.0479,2482.6533,77.89163,9.379448,1596.7637,1630.6843,5273.856,139.50688 +2023-07-04 14:00:00,0.0,16547.275,176.74086,20.369087,35.715973,22.625748,171.24406,24.55999,33.71622,19.768772,22.68651,620.4881,472.5642,10.135694,130.93417,14.880046,1.4211985,23.42964,21.622831,1.3936272,345.41006,0.36937025,311.11346,48.759216,0.40597373,2.72374,107.84035,21.806246,69.65443,132.33322,18537.867,0.59312063,1508.9392,1.0459554,0.63337576,0.34221926,2.0302632,157.89076,207.95932,28.562365,208.584,23.344889,39.12839,1489.6093,3.7795854,184.14346,137.14897,341.63733,142.79483,374.83212,20.933735,354.36673,0.0,2668.477,15295.994,24.0116,381.335,129.66911,44710.082,131.90852,20.008429,144.95488,296.9903,50.009045,18.097824,217.70155,2104.9814,351.08215,134.84943,16.763405,12.597566,450.1195,59.16397,1684.5703,137.2801,2180.3716,257.82928,356.069,95.88348,322.3086,8.140289,13.72611,28.244152,4.161892,3.688812,63.667423,55.39388,66.99592,16.486109,24.343296,277.1159,8.030186,2951.8525,112.487785,54.168682,130.26486,117.02844,213.23396,144.01251,92.90323,31.4725,46.3491,120.337265,315.98038,799.55884,141.39893,472.01215,94.63538,104.34229,302.84726,299.1293,950.7691,326.62286,3.7614825,17.730982,10.134516,41.492107,16022.958,4.881727,13.244684,22.851883,49.89108,562.9875,90.43199,202.11487,3.1958952,239.74335,550.5401,362.05566,124.43919,356.74182,29.439964,69.13825,259.87466,13.305856,1.8325058,12.174648,2054.5115,0.16020176,0.5178342,56.43915,5.5166283,3.8804386,6.009554,10.60143,141.22456,49.04802,115.29858,758.87604,211.4725,1900.8584,1758.1241,13.57699,25.440704,12466.608,8.548012,59.470203,570.5134,99.465454,149.26929,66.394554,338.14587,931.0415,401.59708,13.097274,77.82545,1045.9836,1917.3385,40.250328,548.9564,38.462387,1.0531336,59.999676,1.1179066,0.67007756,3.0383444,32.1787,113.72318,279.65164,17.542303,3502.2166,275.24237,99.672935,152.59341,77.09447,96.591064,56.37433,4.2593417,97.23253,604.4665,171.12999,100.08183,80.72551,20.95672,66.80549,76.309814,48.27513,871.2345,171.92111,4030.289,37.289753,3676.5527,79.075966,435.02414,2482.314,77.89862,9.379599,1596.1158,1629.6339,5271.142,139.43329 +2023-07-04 15:00:00,0.0,16548.906,176.94565,20.377197,35.7139,22.636028,171.2304,24.559328,33.714157,19.769005,22.683447,620.8925,472.22446,10.133446,130.93443,14.868238,1.4199581,23.435078,21.605062,1.3949863,345.38843,0.3691769,311.13763,48.74941,0.40672612,2.7235515,107.83879,21.796837,69.6026,132.28249,18551.322,0.59241277,1509.0199,1.04504,0.6328259,0.34186885,2.0281303,157.86671,207.88377,28.556404,208.56754,23.340992,39.19625,1490.6481,3.77784,184.35023,137.24344,341.67163,142.79243,374.77,20.953735,354.61002,0.0,2668.061,15294.191,24.033226,381.5629,129.70552,44708.08,131.90878,20.02306,144.99263,297.22754,50.041206,18.11745,217.77948,2105.0457,351.0693,134.92679,16.777054,12.605397,450.01602,59.185364,1683.9384,137.2008,2180.81,257.69476,356.12585,95.85518,322.017,8.138298,13.721697,28.224993,4.159362,3.686311,63.67417,55.41288,67.00335,16.504229,24.350441,276.88992,8.028318,2952.122,112.401794,54.20262,130.1734,116.98123,213.24637,143.93361,93.02419,31.447937,46.335346,120.299324,315.94366,799.19385,141.26694,471.7291,94.593254,104.3868,302.80237,299.31976,950.7907,326.37253,3.761994,17.73861,10.132204,41.48837,16027.512,4.8787904,13.253488,22.864115,49.858265,562.6409,90.36492,202.00543,3.1954167,239.56885,550.30164,361.93344,124.44461,356.98843,29.449732,69.1877,259.73135,13.30207,1.8321466,12.172632,2053.331,0.16008352,0.51750666,56.426685,5.5211406,3.8802109,6.006474,10.596632,141.15556,49.025757,115.25477,758.59436,211.5097,1901.0723,1758.317,13.582419,25.449026,12464.494,8.546918,59.48488,570.7139,99.51593,149.31342,66.41542,338.26074,930.8581,401.64404,13.104551,77.85753,1046.0189,1917.6155,40.263996,549.0567,38.47833,1.0531986,60.003113,1.1179079,0.6701049,3.0385106,32.19931,113.73787,279.61618,17.544771,3501.8086,275.35953,99.71371,152.6381,77.10138,96.58921,56.36996,4.272144,97.24395,604.768,171.2428,100.13213,80.78576,20.937904,66.91618,76.386086,48.25772,871.0292,171.93188,4029.679,37.28203,3675.5525,79.075455,435.00034,2481.9746,77.90561,9.379749,1595.4681,1628.5834,5268.4277,139.3597 +2023-07-04 16:00:00,0.0,16550.535,177.15042,20.38531,35.71183,22.646309,171.21674,24.558668,33.712093,19.769236,22.680384,621.29694,471.8847,10.131198,130.93468,14.85643,1.4187177,23.440517,21.587294,1.3963454,345.3668,0.3689835,311.1618,48.7396,0.40747848,2.7233632,107.837234,21.787428,69.55078,132.23174,18564.775,0.59170485,1509.1006,1.0441247,0.632276,0.3415184,2.0259972,157.84267,207.80824,28.550444,208.55107,23.337095,39.26411,1491.687,3.7760942,184.55702,137.33789,341.70593,142.79005,374.7079,20.973736,354.85333,0.0,2667.6445,15292.388,24.054853,381.79083,129.74193,44706.074,131.90904,20.037691,145.03036,297.4648,50.073364,18.137075,217.8574,2105.1096,351.05646,135.00414,16.7907,12.613229,449.91254,59.206757,1683.3063,137.1215,2181.2483,257.5602,356.1827,95.82689,321.72537,8.136308,13.717283,28.205833,4.156832,3.68381,63.68092,55.43188,67.01077,16.522348,24.357586,276.66394,8.026451,2952.3916,112.315796,54.23656,130.08195,116.93402,213.25879,143.85472,93.145164,31.423372,46.321594,120.26138,315.90698,798.82886,141.13495,471.44604,94.55113,104.43132,302.75748,299.51022,950.8123,326.1222,3.7625053,17.746237,10.129892,41.48463,16032.066,4.875853,13.262291,22.876345,49.82545,562.2944,90.29785,201.896,3.1949384,239.39435,550.0632,361.81122,124.45003,357.23505,29.459497,69.23715,259.58804,13.298284,1.8317875,12.170616,2052.1504,0.15996528,0.51717913,56.414223,5.525653,3.8799834,6.003394,10.591834,141.08656,49.003494,115.21096,758.31274,211.54692,1901.2861,1758.5098,13.58785,25.457348,12462.38,8.545823,59.49955,570.9144,99.5664,149.35753,66.43629,338.3756,930.6746,401.691,13.111828,77.8896,1046.0543,1917.8925,40.277668,549.157,38.494267,1.0532635,60.00655,1.1179093,0.6701323,3.038677,32.219917,113.752556,279.58075,17.54724,3501.4006,275.47668,99.75448,152.6828,77.10829,96.587364,56.365593,4.2849464,97.25538,605.06946,171.3556,100.182434,80.846,20.919086,67.02688,76.462364,48.24031,870.82385,171.94266,4029.0688,37.2743,3674.552,79.07494,434.97653,2481.6355,77.9126,9.3799,1594.8203,1627.533,5265.714,139.2861 +2023-07-04 17:00:00,0.0,16552.164,177.3552,20.393421,35.70976,22.656588,171.20306,24.558006,33.710026,19.769468,22.67732,621.70135,471.54492,10.12895,130.93494,14.844623,1.4174773,23.445955,21.569525,1.3977045,345.34515,0.36879015,311.18597,48.729797,0.40823087,2.7231746,107.83567,21.778019,69.498955,132.181,18578.23,0.590997,1509.1813,1.0432094,0.6317261,0.34116796,2.023864,157.81863,207.7327,28.544485,208.5346,23.333199,39.33197,1492.7258,3.7743487,184.76381,137.43234,341.7402,142.78767,374.64575,20.993736,355.09662,0.0,2667.2285,15290.585,24.076479,382.01877,129.77834,44704.074,131.9093,20.052322,145.0681,297.70206,50.105526,18.156702,217.93532,2105.1738,351.0436,135.0815,16.80435,12.62106,449.80905,59.22815,1682.6743,137.0422,2181.6868,257.42566,356.23956,95.79859,321.43378,8.134316,13.71287,28.186674,4.154302,3.681309,63.687668,55.450882,67.0182,16.540468,24.364733,276.438,8.024585,2952.6611,112.229805,54.270496,129.99051,116.88681,213.2712,143.77582,93.26613,31.39881,46.307846,120.22344,315.87027,798.4639,141.00296,471.163,94.509,104.47583,302.7126,299.70068,950.834,325.87186,3.7630167,17.753864,10.127581,41.48089,16036.62,4.8729157,13.271095,22.888577,49.792637,561.9478,90.23078,201.78656,3.19446,239.21986,549.8247,361.68903,124.455444,357.48166,29.469265,69.286606,259.4447,13.294497,1.8314283,12.1686,2050.9697,0.15984704,0.51685166,56.401756,5.530165,3.879756,6.000314,10.587036,141.01758,48.981236,115.16715,758.031,211.58412,1901.5001,1758.7026,13.59328,25.46567,12460.267,8.544729,59.514225,571.1149,99.61687,149.40166,66.45715,338.4905,930.4912,401.73795,13.119105,77.921684,1046.0897,1918.1694,40.291336,549.25726,38.510204,1.0533285,60.009987,1.1179106,0.67015964,3.0388432,32.24053,113.76725,279.5453,17.54971,3500.9927,275.59384,99.79525,152.7275,77.11521,96.58552,56.36122,4.297749,97.2668,605.371,171.46841,100.23273,80.90625,20.900269,67.13757,76.53864,48.2229,870.61847,171.95345,4028.4587,37.266575,3673.5518,79.074425,434.95276,2481.2961,77.919586,9.380051,1594.1726,1626.4825,5263.0,139.21251 +2023-07-04 18:00:00,0.0,16553.795,177.55998,20.401531,35.707687,22.666868,171.18939,24.557344,33.707962,19.7697,22.674257,622.1057,471.20517,10.126702,130.93518,14.832815,1.4162369,23.451395,21.551754,1.3990636,345.32352,0.3685968,311.21014,48.71999,0.40898326,2.722986,107.834114,21.76861,69.447136,132.13026,18591.686,0.59028906,1509.262,1.042294,0.63117623,0.3408175,2.021731,157.79459,207.65717,28.538525,208.51814,23.329302,39.39983,1493.7646,3.772603,184.97058,137.52681,341.7745,142.78528,374.58365,21.013737,355.3399,0.0,2666.8123,15288.782,24.098106,382.24667,129.81474,44702.07,131.90956,20.066956,145.10583,297.93933,50.137688,18.176327,218.01324,2105.2378,351.03073,135.15884,16.817999,12.628892,449.70557,59.249546,1682.0422,136.9629,2182.1252,257.29114,356.2964,95.7703,321.14218,8.132326,13.708456,28.167515,4.151772,3.678808,63.694416,55.469883,67.02563,16.558586,24.371878,276.212,8.022717,2952.931,112.14381,54.304436,129.89906,116.8396,213.2836,143.69693,93.3871,31.374245,46.294094,120.18551,315.8336,798.09894,140.87097,470.8799,94.46688,104.52034,302.6677,299.89114,950.8556,325.62152,3.763528,17.761492,10.125269,41.47715,16041.174,4.8699784,13.279899,22.900808,49.759823,561.6013,90.16371,201.67712,3.1939816,239.04536,549.58624,361.5668,124.46086,357.72827,29.479033,69.33606,259.3014,13.29071,1.8310691,12.166584,2049.7893,0.1597288,0.51652414,56.389294,5.5346775,3.8795285,5.997234,10.582238,140.94858,48.958973,115.123344,757.7494,211.62132,1901.714,1758.8955,13.59871,25.473991,12458.152,8.543635,59.528896,571.3154,99.667336,149.44577,66.47802,338.60538,930.30774,401.7849,13.126383,77.953766,1046.1251,1918.4464,40.305008,549.3575,38.526142,1.0533935,60.013428,1.117912,0.670187,3.0390096,32.26114,113.78194,279.50986,17.552177,3500.585,275.711,99.83602,152.77217,77.12212,96.58367,56.356853,4.310551,97.27823,605.6724,171.58122,100.28303,80.96649,20.881453,67.24827,76.61492,48.20549,870.41315,171.96422,4027.8489,37.25885,3672.5513,79.07391,434.92896,2480.9568,77.926575,9.380201,1593.5248,1625.4321,5260.286,139.13892 +2023-07-04 19:00:00,0.0,16555.424,177.76477,20.409643,35.705616,22.677149,171.17574,24.556683,33.705894,19.769932,22.671194,622.51013,470.8654,10.1244545,130.93544,14.821007,1.4149964,23.456833,21.533985,1.4004228,345.30185,0.3684034,311.2343,48.710182,0.40973562,2.7227974,107.83256,21.759203,69.39532,132.07951,18605.14,0.58958113,1509.3427,1.0413787,0.6306263,0.34046707,2.0195978,157.77055,207.58162,28.532564,208.50168,23.325405,39.46769,1494.8036,3.7708576,185.17737,137.62126,341.80878,142.7829,374.5215,21.033735,355.58322,0.0,2666.3962,15286.9795,24.119732,382.4746,129.85115,44700.066,131.90982,20.081587,145.14357,298.17657,50.16985,18.195951,218.09117,2105.302,351.01788,135.2362,16.831648,12.636724,449.60208,59.27094,1681.4103,136.8836,2182.5637,257.1566,356.3532,95.74201,320.8506,8.130335,13.7040415,28.148357,4.1492424,3.6763067,63.70116,55.488884,67.03306,16.576706,24.379023,275.98605,8.02085,2953.2004,112.057816,54.338375,129.80762,116.79239,213.29602,143.61803,93.508064,31.34968,46.280342,120.14757,315.7969,797.73395,140.73898,470.59686,94.42475,104.56486,302.62283,300.08157,950.8772,325.3712,3.7640395,17.769121,10.122957,41.47341,16045.729,4.867041,13.288703,22.913038,49.72701,561.25476,90.09664,201.56769,3.1935031,238.87086,549.3478,361.44458,124.46628,357.97488,29.4888,69.38551,259.15808,13.286924,1.8307098,12.164568,2048.6086,0.15961055,0.5161966,56.376827,5.53919,3.879301,5.994154,10.57744,140.87958,48.93671,115.07954,757.4678,211.65854,1901.928,1759.0883,13.60414,25.482315,12456.038,8.542541,59.54357,571.5159,99.71781,149.4899,66.498886,338.72025,930.1243,401.83185,13.13366,77.98584,1046.1604,1918.7234,40.318676,549.45776,38.54208,1.0534585,60.016865,1.1179135,0.67021435,3.0391757,32.28175,113.79662,279.4744,17.554646,3500.177,275.8282,99.87679,152.81686,77.129036,96.58182,56.352486,4.323354,97.28965,605.97394,171.69403,100.33333,81.02673,20.862635,67.35896,76.69119,48.18808,870.2078,171.97499,4027.2388,37.25112,3671.551,79.0734,434.90518,2480.6177,77.93356,9.380352,1592.8771,1624.3816,5257.5723,139.0653 +2023-07-04 20:00:00,0.0,16557.053,177.96954,20.417753,35.703545,22.687428,171.16206,24.55602,33.70383,19.770163,22.66813,622.91455,470.52563,10.122207,130.93568,14.809199,1.413756,23.46227,21.516216,1.4017819,345.2802,0.36821005,311.25848,48.700375,0.410488,2.722609,107.831,21.749794,69.34349,132.02878,18618.594,0.58887327,1509.4233,1.0404633,0.6300764,0.34011662,2.0174649,157.7465,207.50609,28.526604,208.48521,23.321508,39.53555,1495.8424,3.7691119,185.38416,137.71573,341.84308,142.78052,374.4594,21.053736,355.8265,0.0,2665.98,15285.176,24.14136,382.70255,129.88756,44698.062,131.91008,20.096218,145.1813,298.41385,50.202007,18.215578,218.1691,2105.366,351.00504,135.31355,16.845295,12.644556,449.4986,59.29233,1680.7783,136.8043,2183.0022,257.02203,356.4101,95.713715,320.55896,8.128345,13.699628,28.129198,4.1467123,3.6738057,63.70791,55.50789,67.04049,16.594826,24.386168,275.76007,8.018983,2953.47,111.97182,54.37231,129.71617,116.74518,213.30843,143.53914,93.629036,31.325117,46.26659,120.10963,315.7602,797.36896,140.607,470.3138,94.38263,104.60937,302.57794,300.27203,950.89886,325.12085,3.7645512,17.776749,10.120645,41.46967,16050.282,4.864104,13.297506,22.92527,49.694195,560.9082,90.02957,201.45825,3.1930249,238.69637,549.1094,361.32236,124.471695,358.2215,29.498566,69.43496,259.01477,13.283138,1.8303506,12.162552,2047.4281,0.15949231,0.51586914,56.364365,5.543702,3.8790736,5.991074,10.572643,140.81058,48.91445,115.03573,757.1861,211.69574,1902.1418,1759.2811,13.6095705,25.490637,12453.924,8.541447,59.558243,571.71643,99.76828,149.53401,66.51976,338.8351,929.94086,401.8788,13.140937,78.01792,1046.1958,1919.0004,40.332348,549.55804,38.55802,1.0535234,60.0203,1.1179148,0.6702417,3.0393422,32.302357,113.81131,279.43896,17.557114,3499.769,275.94534,99.91756,152.86156,77.13595,96.57997,56.348118,4.336156,97.30108,606.27545,171.80684,100.38362,81.08698,20.843819,67.46966,76.76747,48.17067,870.0025,171.98576,4026.6287,37.243397,3670.5505,79.07289,434.88138,2480.2783,77.94055,9.380503,1592.2292,1623.3312,5254.858,138.99171 +2023-07-04 21:00:00,0.0,16558.682,178.17432,20.425865,35.701473,22.697708,171.14839,24.555359,33.701767,19.770395,22.66507,623.319,470.18585,10.119959,130.93594,14.797392,1.4125156,23.46771,21.498447,1.403141,345.25858,0.36801666,311.28265,48.69057,0.41124037,2.7224205,107.829445,21.740385,69.29167,131.97803,18632.049,0.58816534,1509.504,1.039548,0.62952656,0.3397662,2.0153317,157.72247,207.43056,28.520643,208.46875,23.317612,39.60341,1496.8812,3.7673664,185.59094,137.81018,341.87738,142.77812,374.39728,21.073736,356.0698,0.0,2665.564,15283.373,24.162985,382.93048,129.92397,44696.06,131.91034,20.11085,145.21904,298.6511,50.23417,18.235203,218.24702,2105.43,350.9922,135.39091,16.858944,12.652388,449.3951,59.313725,1680.1462,136.725,2183.4404,256.88748,356.46692,95.685425,320.26736,8.126353,13.695214,28.110039,4.1441827,3.6713047,63.714657,55.526886,67.04791,16.612946,24.393314,275.53412,8.017116,2953.7397,111.885826,54.40625,129.62473,116.69797,213.32083,143.46024,93.75,31.300552,46.25284,120.071686,315.7235,797.00397,140.475,470.03076,94.3405,104.653885,302.53305,300.4625,950.9205,324.8705,3.7650626,17.784376,10.118333,41.46593,16054.837,4.8611665,13.306311,22.9375,49.66138,560.56165,89.9625,201.34882,3.1925464,238.52188,548.8709,361.20013,124.47711,358.4681,29.508333,69.48441,258.87143,13.279351,1.8299915,12.160536,2046.2474,0.15937407,0.5155416,56.3519,5.5482144,3.8788462,5.987994,10.567845,140.74158,48.89219,114.99192,756.9044,211.73294,1902.3557,1759.4739,13.615001,25.498959,12451.81,8.540353,59.572914,571.91693,99.81875,149.57812,66.54063,338.95,929.75745,401.92578,13.148214,78.05,1046.2312,1919.2773,40.34602,549.6583,38.57396,1.0535884,60.02374,1.1179162,0.6702691,3.0395083,32.322968,113.826,279.40353,17.559584,3499.361,276.0625,99.95833,152.90625,77.14286,96.578125,56.34375,4.3489585,97.3125,606.5769,171.91965,100.43392,81.147224,20.825,67.58035,76.84375,48.15326,869.7972,171.99655,4026.0186,37.23567,3669.5503,79.07238,434.8576,2479.939,77.94754,9.380653,1591.5815,1622.2808,5252.144,138.91812 +2023-07-04 22:00:00,0.0,16560.312,178.3791,20.433975,35.6994,22.707989,171.13474,24.554697,33.6997,19.770628,22.662006,623.7234,469.8461,10.117711,130.9362,14.7855835,1.4112751,23.473148,21.480679,1.4045001,345.23694,0.3678233,311.30682,48.680763,0.41199276,2.7222319,107.82789,21.730976,69.239845,131.92729,18645.504,0.5874575,1509.5847,1.0386328,0.62897664,0.33941576,2.0131989,157.69843,207.35501,28.514685,208.45229,23.313715,39.67127,1497.9202,3.7656207,185.79771,137.90463,341.91165,142.77574,374.33517,21.093737,356.3131,0.0,2665.1475,15281.57,24.184612,383.1584,129.96037,44694.055,131.9106,20.125483,145.25677,298.88834,50.26633,18.25483,218.32495,2105.4941,350.97934,135.46826,16.872593,12.660219,449.29163,59.335117,1679.5143,136.6457,2183.879,256.75296,356.52377,95.65713,319.97577,8.124363,13.690801,28.09088,4.1416526,3.6688037,63.721405,55.54589,67.05534,16.631065,24.40046,275.30814,8.015248,2954.0093,111.79983,54.44019,129.53326,116.65076,213.33325,143.38133,93.870964,31.27599,46.23909,120.03375,315.6868,796.639,140.34302,469.74768,94.29838,104.698395,302.48816,300.65295,950.9421,324.62018,3.765574,17.792004,10.116021,41.462193,16059.391,4.858229,13.315114,22.949732,49.628567,560.2151,89.89543,201.23938,3.192068,238.34738,548.63245,361.07794,124.48253,358.71472,29.5181,69.53387,258.72812,13.275565,1.8296323,12.15852,2045.0669,0.15925583,0.5152141,56.339436,5.5527267,3.8786187,5.984914,10.563047,140.67258,48.869926,114.94811,756.6228,211.77016,1902.5697,1759.6667,13.620431,25.50728,12449.695,8.539258,59.58759,572.11743,99.869225,149.62225,66.56149,339.06488,929.574,401.97272,13.155492,78.08208,1046.2665,1919.5543,40.359688,549.7586,38.589897,1.0536534,60.027176,1.1179175,0.67029643,3.0396748,32.34358,113.84069,279.36807,17.562052,3498.9531,276.17966,99.9991,152.95094,77.14977,96.57628,56.339382,4.361761,97.32392,606.8784,172.03246,100.48422,81.20747,20.806183,67.69105,76.92003,48.13585,869.5918,172.00732,4025.4084,37.227943,3668.5498,79.07186,434.8338,2479.5999,77.95453,9.380804,1590.9337,1621.2302,5249.43,138.84453 +2023-07-04 23:00:00,0.0,16561.941,178.5839,20.442087,35.69733,22.71827,171.12106,24.554035,33.697636,19.770859,22.658943,624.12775,469.50635,10.115463,130.93645,14.773776,1.4100348,23.478588,21.46291,1.4058594,345.2153,0.36762995,311.331,48.670956,0.41274515,2.7220433,107.826324,21.721567,69.18803,131.87656,18658.957,0.58674955,1509.6654,1.0377173,0.62842673,0.3390653,2.0110657,157.67438,207.27948,28.508724,208.43582,23.309818,39.739132,1498.959,3.7638752,186.0045,137.9991,341.94592,142.77336,374.27304,21.113735,356.5564,0.0,2664.7314,15279.767,24.206238,383.38632,129.99678,44692.05,131.91086,20.140114,145.29451,299.1256,50.298492,18.274454,218.40288,2105.558,350.9665,135.54562,16.886242,12.668051,449.18814,59.356514,1678.8822,136.5664,2184.3174,256.6184,356.58063,95.62884,319.68417,8.122373,13.686387,28.07172,4.1391225,3.6663027,63.728153,55.564888,67.06277,16.649183,24.407604,275.08218,8.013381,2954.2788,111.71384,54.474125,129.44182,116.603546,213.34566,143.30244,93.991936,31.251425,46.225338,119.99581,315.65012,796.274,140.21101,469.46463,94.25625,104.74291,302.44327,300.8434,950.96375,324.36984,3.7660854,17.799631,10.113709,41.45845,16063.944,4.855292,13.323917,22.961964,49.595753,559.8685,89.82836,201.12994,3.1915896,238.17288,548.394,360.95572,124.487946,358.96133,29.527868,69.58332,258.5848,13.271779,1.8292731,12.156504,2043.8864,0.15913759,0.5148866,56.32697,5.557239,3.8783913,5.981834,10.558249,140.60358,48.847668,114.904305,756.3411,211.80736,1902.7836,1759.8596,13.625861,25.515602,12447.581,8.538164,59.60226,572.31793,99.91969,149.66637,66.58236,339.17975,929.39056,402.01968,13.162769,78.11416,1046.3019,1919.8313,40.37336,549.8588,38.605835,1.0537183,60.030617,1.117919,0.6703238,3.039841,32.36419,113.85538,279.33264,17.56452,3498.5452,276.2968,100.03987,152.99564,77.156685,96.57443,56.335014,4.374563,97.33535,607.1799,172.14526,100.534515,81.267715,20.787367,67.80174,76.99631,48.11844,869.3865,172.0181,4024.7986,37.22022,3667.5496,79.07135,434.81003,2479.2605,77.96152,9.380955,1590.286,1620.1798,5246.7163,138.77094 +2023-07-05 00:00:00,0.0,16563.57,178.78867,20.450197,35.69526,22.728548,171.10739,24.553373,33.695568,19.771091,22.65588,624.53217,469.16656,10.113215,130.9367,14.761968,1.4087943,23.484026,21.445139,1.4072185,345.19363,0.36743656,311.35516,48.66115,0.4134975,2.7218547,107.82477,21.71216,69.13621,131.8258,18672.412,0.5860417,1509.7461,1.036802,0.6278768,0.33871487,2.0089326,157.65034,207.20393,28.502764,208.41936,23.305922,39.80699,1499.9978,3.7621298,186.21129,138.09355,341.98022,142.77097,374.21094,21.133736,356.79968,0.0,2664.3152,15277.964,24.227865,383.61426,130.03319,44690.047,131.91112,20.154745,145.33226,299.36285,50.330654,18.29408,218.4808,2105.6223,350.95364,135.62297,16.89989,12.675882,449.08466,59.377907,1678.2502,136.4871,2184.7559,256.48386,356.63748,95.60054,319.39255,8.120381,13.6819725,28.05256,4.136593,3.6638017,63.7349,55.583893,67.0702,16.667303,24.41475,274.8562,8.011514,2954.5483,111.62784,54.508064,129.35037,116.55634,213.35806,143.22354,94.1129,31.22686,46.211586,119.95787,315.61343,795.909,140.07903,469.18158,94.21413,104.78742,302.39838,301.03387,950.98535,324.1195,3.7665968,17.807259,10.111398,41.454712,16068.499,4.8523545,13.332722,22.974194,49.56294,559.52203,89.76129,201.02051,3.1911113,237.99838,548.1555,360.8335,124.49336,359.20795,29.537634,69.632774,258.4415,13.267993,1.8289139,12.154488,2042.7057,0.15901935,0.5145591,56.314507,5.5617514,3.8781638,5.978754,10.553452,140.53458,48.825405,114.8605,756.0595,211.84457,1902.9976,1760.0524,13.63129,25.523926,12445.468,8.53707,59.616936,572.51843,99.97016,149.7105,66.603226,339.29462,929.2071,402.06662,13.170046,78.14623,1046.3373,1920.1083,40.387028,549.9591,38.621777,1.0537833,60.034054,1.1179203,0.67035115,3.0400074,32.3848,113.87006,279.29718,17.56699,3498.1375,276.41397,100.08064,153.04033,77.1636,96.57258,56.330647,4.387366,97.34677,607.4814,172.25807,100.584816,81.327965,20.768549,67.91244,77.07258,48.10103,869.18115,172.02887,4024.1885,37.21249,3666.549,79.07084,434.78622,2478.9211,77.96851,9.381105,1589.6382,1619.1294,5244.002,138.69734 +2023-07-05 01:00:00,0.0,16565.201,178.99344,20.45831,35.693188,22.738829,171.09373,24.552711,33.693504,19.771322,22.652817,624.9366,468.8268,10.110968,130.93695,14.75016,1.4075539,23.489464,21.42737,1.4085776,345.172,0.3672432,311.37933,48.651344,0.4142499,2.7216663,107.82321,21.702751,69.08438,131.77507,18685.867,0.58533376,1509.8268,1.0358868,0.62732697,0.33836442,2.0067997,157.6263,207.1284,28.496803,208.4029,23.302025,39.87485,1501.0367,3.760384,186.41808,138.18802,342.01453,142.76859,374.1488,21.153736,357.043,0.0,2663.899,15276.161,24.24949,383.84216,130.0696,44688.043,131.91138,20.169376,145.37,299.60013,50.362812,18.313705,218.55873,2105.6863,350.94077,135.70033,16.913538,12.683714,448.98117,59.3993,1677.6182,136.4078,2185.1943,256.34933,356.6943,95.57225,319.10095,8.118391,13.677559,28.033401,4.134063,3.6613007,63.74165,55.60289,67.07762,16.685423,24.421896,274.63022,8.009646,2954.818,111.54185,54.542004,129.25893,116.50913,213.37048,143.14465,94.23387,31.202297,46.197834,119.91994,315.57672,795.544,139.94704,468.8985,94.172,104.83193,302.3535,301.22433,951.007,323.86917,3.7671082,17.814886,10.109086,41.45097,16073.053,4.849417,13.341525,22.986425,49.530125,559.1755,89.69422,200.91107,3.1906328,237.8239,547.91705,360.71127,124.49878,359.45456,29.547401,69.68222,258.29816,13.264206,1.8285547,12.152472,2041.5251,0.15890111,0.51423156,56.30204,5.5662637,3.8779364,5.975674,10.548654,140.46558,48.803143,114.81669,755.77783,211.88177,1903.2114,1760.2452,13.636721,25.532248,12443.354,8.535976,59.631607,572.71893,100.02063,149.75461,66.62409,339.4095,929.0237,402.1136,13.177323,78.178314,1046.3727,1920.3853,40.4007,550.0594,38.637714,1.0538483,60.03749,1.1179217,0.6703785,3.0401735,32.405407,113.88475,279.26175,17.569458,3497.7295,276.53113,100.121414,153.085,77.17051,96.57073,56.32628,4.4001684,97.3582,607.78284,172.37088,100.63512,81.38821,20.749731,68.02313,77.14886,48.08362,868.9758,172.03966,4023.5784,37.204765,3665.5488,79.07033,434.76245,2478.582,77.9755,9.381256,1588.9905,1618.079,5241.288,138.62375 +2023-07-05 02:00:00,0.0,16566.83,179.19823,20.46642,35.691113,22.74911,171.08006,24.55205,33.69144,19.771555,22.649754,625.341,468.48703,10.10872,130.93721,14.738353,1.4063134,23.494904,21.409601,1.4099367,345.15036,0.3670498,311.4035,48.641537,0.41500226,2.7214777,107.821655,21.693342,69.03256,131.72433,18699.32,0.58462584,1509.9075,1.0349714,0.62677705,0.33801398,2.0046666,157.60226,207.05286,28.490843,208.38643,23.298128,39.94271,1502.0756,3.7586386,186.62485,138.28247,342.04883,142.76619,374.0867,21.173737,357.2863,0.0,2663.483,15274.358,24.271118,384.0701,130.106,44686.04,131.91164,20.18401,145.40773,299.83737,50.394974,18.333332,218.63664,2105.7505,350.92792,135.77768,16.927187,12.691546,448.8777,59.420692,1676.9862,136.3285,2185.6328,256.21478,356.75116,95.54396,318.80936,8.1164,13.673145,28.014242,4.1315327,3.6587996,63.748398,55.621895,67.08505,16.703543,24.42904,274.40427,8.007779,2955.0876,111.45585,54.57594,129.16748,116.46192,213.38289,143.06575,94.354836,31.177732,46.184082,119.881996,315.54004,795.1791,139.81505,468.61545,94.129875,104.87645,302.3086,301.4148,951.0286,323.61884,3.7676196,17.822514,10.106774,41.44723,16077.607,4.84648,13.350329,22.998657,49.49731,558.8289,89.62715,200.80164,3.1901546,237.6494,547.67865,360.58908,124.504196,359.70117,29.557169,69.731674,258.15485,13.26042,1.8281955,12.150455,2040.3446,0.15878287,0.5139041,56.289577,5.570776,3.877709,5.972594,10.543856,140.39659,48.780884,114.77288,755.4962,211.91898,1903.4254,1760.438,13.642151,25.54057,12441.239,8.534882,59.64628,572.91943,100.071106,149.79872,66.64496,339.52438,928.8402,402.16055,13.184601,78.210396,1046.408,1920.6622,40.41437,550.15967,38.653652,1.0539131,60.040928,1.117923,0.67040586,3.0403397,32.426018,113.89944,279.22632,17.571926,3497.3215,276.6483,100.162186,153.1297,77.17742,96.568886,56.321907,4.4129705,97.36962,608.08435,172.48369,100.68541,81.44845,20.730915,68.133835,77.225136,48.066208,868.7705,172.05043,4022.9683,37.197037,3664.5483,79.06982,434.73865,2478.2427,77.98249,9.381407,1588.3427,1617.0284,5238.574,138.55016 +2023-07-05 03:00:00,0.0,16568.459,179.40302,20.474531,35.68904,22.759388,171.06639,24.551388,33.689373,19.771786,22.646692,625.74536,468.14728,10.106472,130.93745,14.726544,1.405073,23.500341,21.391832,1.4112958,345.12872,0.36685646,311.42767,48.631733,0.41575465,2.7212892,107.8201,21.683933,68.980736,131.67358,18712.775,0.583918,1509.9882,1.0340561,0.62622714,0.33766356,2.0025334,157.57822,206.97733,28.484884,208.36996,23.294233,40.01057,1503.1144,3.756893,186.83163,138.37692,342.08307,142.76381,374.02457,21.193737,357.52957,0.0,2663.0664,15272.555,24.292744,384.29803,130.14241,44684.035,131.9119,20.19864,145.44547,300.07465,50.427135,18.352957,218.71457,2105.8145,350.91507,135.85504,16.940836,12.699378,448.7742,59.44209,1676.3542,136.24919,2186.071,256.08023,356.808,95.51566,318.51776,8.114409,13.668732,27.995083,4.129003,3.6562986,63.755146,55.640892,67.092476,16.721663,24.436186,274.17828,8.005912,2955.3572,111.36986,54.60988,129.07603,116.41471,213.3953,142.98685,94.47581,31.15317,46.170334,119.844055,315.50333,794.8141,139.68306,468.3324,94.087746,104.92096,302.2637,301.60526,951.05023,323.3685,3.768131,17.830141,10.104462,41.443493,16082.161,4.843543,13.359133,23.010887,49.464493,558.48236,89.56008,200.6922,3.189676,237.4749,547.4402,360.46686,124.50961,359.94778,29.566936,69.78113,258.01154,13.256634,1.8278363,12.148439,2039.164,0.15866463,0.51357657,56.27711,5.5752883,3.8774815,5.969514,10.539059,140.32759,48.75862,114.72907,755.21454,211.95619,1903.6393,1760.6309,13.647581,25.548891,12439.125,8.533788,59.660954,573.11993,100.121574,149.84285,66.665825,339.63925,928.6568,402.2075,13.191878,78.24247,1046.4434,1920.9392,40.42804,550.25995,38.66959,1.0539781,60.04437,1.1179245,0.67043316,3.0405061,32.44663,113.91413,279.19086,17.574394,3496.9136,276.76544,100.20296,153.1744,77.18433,96.56704,56.31754,4.425773,97.38105,608.38586,172.59648,100.73571,81.5087,20.712097,68.24453,77.301414,48.048798,868.5652,172.0612,4022.3582,37.189312,3663.548,79.0693,434.71487,2477.9033,77.98948,9.381557,1587.6948,1615.978,5235.8604,138.47656 +2023-07-05 04:00:00,0.0,16570.088,179.60779,20.482641,35.68697,22.769669,171.05273,24.550726,33.68731,19.772018,22.64363,626.1498,467.80753,10.104224,130.93771,14.714737,1.4038327,23.505781,21.374063,1.412655,345.1071,0.3666631,311.45184,48.621925,0.41650704,2.7211006,107.81854,21.674524,68.92892,131.62285,18726.23,0.58321005,1510.0688,1.0331408,0.6256773,0.33731312,2.0004005,157.55417,206.9018,28.478924,208.3535,23.290337,40.07843,1504.1533,3.7551475,187.03842,138.47139,342.11737,142.76143,373.96246,21.213736,357.7729,0.0,2662.6504,15270.752,24.314371,384.52594,130.17882,44682.03,131.91216,20.213272,145.4832,300.3119,50.459297,18.372581,218.7925,2105.8784,350.90222,135.93239,16.954485,12.70721,448.67072,59.46348,1675.7222,136.16989,2186.5095,255.9457,356.86487,95.48737,318.22614,8.112418,13.664318,27.975924,4.126473,3.6537976,63.761894,55.659897,67.09991,16.739782,24.44333,273.95233,8.004045,2955.627,111.28386,54.643818,128.98459,116.3675,213.40771,142.90796,94.59677,31.128605,46.15658,119.806114,315.46664,794.4491,139.55107,468.04935,94.04562,104.96548,302.2188,301.79572,951.0719,323.11816,3.7686424,17.837769,10.10215,41.43975,16086.716,4.8406057,13.367936,23.023119,49.43168,558.1358,89.49301,200.58276,3.1891978,237.3004,547.2017,360.34464,124.51503,360.1944,29.576702,69.83058,257.86823,13.252848,1.8274771,12.146423,2037.9834,0.15854639,0.51324904,56.26465,5.5798006,3.877254,5.966434,10.534261,140.25859,48.73636,114.685265,754.93286,211.9934,1903.8531,1760.8236,13.653011,25.557213,12437.011,8.532694,59.675625,573.32043,100.17204,149.88696,66.68669,339.75412,928.4733,402.25446,13.199155,78.27455,1046.4788,1921.2162,40.44171,550.3602,38.685528,1.054043,60.047806,1.1179258,0.6704605,3.0406723,32.46724,113.92882,279.15543,17.576864,3496.5056,276.8826,100.24373,153.21909,77.191246,96.565186,56.31317,4.4385753,97.39247,608.6873,172.70929,100.78601,81.56894,20.69328,68.355225,77.377686,48.031387,868.3598,172.07198,4021.7483,37.181587,3662.5476,79.06879,434.69107,2477.5642,77.99647,9.381708,1587.0471,1614.9276,5233.1465,138.40297 +2023-07-05 05:00:00,0.0,16571.719,179.81256,20.490753,35.6849,22.77995,171.03906,24.550064,33.685246,19.77225,22.640566,626.5542,467.46774,10.101976,130.93796,14.7029295,1.4025922,23.511219,21.356295,1.4140141,345.08545,0.3664697,311.476,48.612118,0.4172594,2.720912,107.81698,21.665115,68.87709,131.5721,18739.684,0.5825022,1510.1495,1.0322254,0.6251274,0.33696267,1.9982674,157.53014,206.82625,28.472963,208.33704,23.28644,40.14629,1505.1921,3.7534018,187.2452,138.56584,342.15167,142.75903,373.90033,21.233736,358.01617,0.0,2662.2341,15268.949,24.335997,384.75388,130.21524,44680.03,131.91241,20.227903,145.52094,300.54913,50.491455,18.392208,218.87042,2105.9426,350.88937,136.00975,16.968132,12.715041,448.5672,59.484875,1675.0902,136.09059,2186.948,255.81116,356.9217,95.459076,317.93454,8.110428,13.6599045,27.956764,4.123943,3.6512964,63.768642,55.678894,67.10734,16.7579,24.450478,273.72635,8.002177,2955.8965,111.19787,54.677757,128.89313,116.32029,213.42012,142.82906,94.71774,31.104042,46.14283,119.76818,315.42996,794.0841,139.41908,467.76627,94.003494,105.00999,302.17395,301.98615,951.0935,322.86783,3.7691538,17.845398,10.099838,41.436012,16091.27,4.8376684,13.37674,23.03535,49.398865,557.78925,89.42594,200.47333,3.1887193,237.1259,546.96326,360.2224,124.52045,360.44098,29.58647,69.880035,257.72488,13.249061,1.8271179,12.144406,2036.8029,0.15842816,0.5129216,56.252182,5.584313,3.8770266,5.9633536,10.529463,140.18959,48.714096,114.64146,754.65125,212.03061,1904.0671,1761.0165,13.658442,25.565536,12434.896,8.531599,59.6903,573.52094,100.22251,149.93109,66.70756,339.869,928.2899,402.3014,13.206432,78.30663,1046.5142,1921.4932,40.45538,550.46045,38.70147,1.054108,60.051243,1.1179272,0.6704879,3.0408387,32.487846,113.943504,279.11996,17.579332,3496.0977,276.99976,100.28449,153.26378,77.19816,96.56334,56.308804,4.451378,97.4039,608.98883,172.8221,100.83631,81.62919,20.674463,68.46592,77.453964,48.013973,868.1545,172.08276,4021.1382,37.17386,3661.5474,79.068275,434.66727,2477.2249,78.003456,9.381859,1586.3993,1613.8771,5230.432,138.32938 +2023-07-05 06:00:00,0.0,16573.348,180.01735,20.498863,35.682827,22.790228,171.02539,24.549404,33.683178,19.772482,22.637503,626.9586,467.128,10.099729,130.93822,14.691121,1.4013518,23.516657,21.338526,1.4153732,345.06378,0.36627635,311.50018,48.60231,0.41801178,2.7207236,107.81542,21.655708,68.82527,131.52136,18753.139,0.58179426,1510.2302,1.0313101,0.62457746,0.33661222,1.9961344,157.50609,206.75072,28.467003,208.32057,23.282543,40.21415,1506.231,3.7516563,187.45198,138.66031,342.18597,142.75665,373.83823,21.253736,358.2595,0.0,2661.8179,15267.146,24.357624,384.9818,130.25165,44678.027,131.91267,20.242537,145.55867,300.7864,50.523617,18.411833,218.94835,2106.0066,350.87653,136.0871,16.981781,12.722873,448.4637,59.506268,1674.4581,136.01129,2187.3865,255.6766,356.97852,95.430786,317.64294,8.108437,13.65549,27.937605,4.121413,3.6487954,63.77539,55.6979,67.11476,16.77602,24.457623,273.5004,8.00031,2956.166,111.11187,54.711693,128.80168,116.27308,213.43253,142.75017,94.83871,31.079477,46.129078,119.73024,315.39325,793.7191,139.2871,467.48322,93.96137,105.054504,302.12906,302.1766,951.1151,322.6175,3.7696652,17.853025,10.097527,41.432274,16095.823,4.834731,13.385544,23.04758,49.36605,557.44275,89.35887,200.36389,3.1882408,236.95142,546.7248,360.10022,124.52587,360.6876,29.596237,69.92948,257.58157,13.245275,1.8267587,12.14239,2035.6222,0.15830992,0.51259404,56.239716,5.588825,3.876799,5.9602737,10.524665,140.12059,48.691837,114.59765,754.36957,212.06781,1904.281,1761.2094,13.663872,25.573858,12432.782,8.530505,59.70497,573.72144,100.27299,149.9752,66.728424,339.98386,928.10645,402.34836,13.21371,78.33871,1046.5494,1921.7701,40.46905,550.5607,38.717407,1.054173,60.05468,1.1179285,0.67051524,3.041005,32.508457,113.95819,279.08453,17.5818,3495.69,277.11694,100.325264,153.30847,77.20507,96.56149,56.304436,4.4641805,97.41532,609.2903,172.9349,100.886604,81.68943,20.655645,68.576614,77.53024,47.996563,867.94916,172.09354,4020.528,37.166134,3660.5469,79.067764,434.6435,2476.8855,78.010445,9.3820095,1585.7516,1612.8267,5227.7183,138.25577 +2023-07-05 07:00:00,0.0,16574.977,180.22214,20.506975,35.680756,22.800508,171.01173,24.548742,33.681114,19.772715,22.63444,627.363,466.7882,10.097481,130.93846,14.679314,1.4001113,23.522097,21.320755,1.4167323,345.04214,0.366083,311.52435,48.592506,0.41876417,2.720535,107.813866,21.6463,68.77345,131.47063,18766.594,0.58108634,1510.3109,1.0303947,0.6240276,0.33626178,1.9940014,157.48206,206.67517,28.461042,208.3041,23.278646,40.28201,1507.2699,3.7499106,187.65877,138.75476,342.2202,142.75427,373.7761,21.273737,358.50278,0.0,2661.4019,15265.343,24.37925,385.20972,130.28806,44676.023,131.91293,20.257168,145.5964,301.02368,50.55578,18.43146,219.02628,2106.0708,350.86365,136.16446,16.99543,12.730704,448.36023,59.527664,1673.8262,135.93199,2187.825,255.54207,357.0354,95.4025,317.35135,8.106446,13.651076,27.918446,4.118883,3.6462944,63.78214,55.7169,67.12219,16.79414,24.464767,273.2744,7.998443,2956.4355,111.02588,54.745632,128.71024,116.22587,213.44495,142.67126,94.95968,31.054913,46.115326,119.6923,315.35657,793.3541,139.1551,467.20016,93.91924,105.099014,302.08417,302.36707,951.1368,322.36716,3.7701766,17.860653,10.095215,41.42853,16100.378,4.831794,13.394348,23.059813,49.333237,557.0962,89.2918,200.25446,3.1877625,236.77692,546.4864,359.978,124.53129,360.9342,29.606003,69.978935,257.43826,13.241488,1.8263996,12.140374,2034.4417,0.15819168,0.5122665,56.227253,5.5933375,3.8765717,5.957194,10.519867,140.05159,48.669575,114.55384,754.0879,212.10501,1904.495,1761.4021,13.669302,25.58218,12430.669,8.529411,59.719646,573.92194,100.323456,150.01933,66.74929,340.09875,927.92303,402.39532,13.220987,78.37079,1046.5848,1922.0471,40.48272,550.661,38.733345,1.054238,60.05812,1.1179299,0.6705426,3.0411713,32.529068,113.97288,279.04907,17.58427,3495.282,277.2341,100.366035,153.35316,77.21198,96.55965,56.300068,4.4769826,97.42675,609.5918,173.04771,100.936905,81.74967,20.63683,68.68731,77.60652,47.979153,867.74384,172.10431,4019.918,37.158405,3659.5466,79.06725,434.6197,2476.5464,78.01743,9.38216,1585.1038,1611.7762,5225.0044,138.18217 +2023-07-05 08:00:00,0.0,16576.605,180.42691,20.515085,35.678684,22.81079,170.99806,24.54808,33.679047,19.772945,22.631376,627.7674,466.44846,10.095233,130.93872,14.667505,1.398871,23.527534,21.302986,1.4180915,345.0205,0.3658896,311.54852,48.5827,0.41951653,2.7203465,107.81231,21.63689,68.72163,131.41988,18780.047,0.5803785,1510.3916,1.0294794,0.6234777,0.33591136,1.9918683,157.45801,206.59964,28.455084,208.28763,23.27475,40.34987,1508.3087,3.7481651,187.86555,138.84921,342.25452,142.75188,373.714,21.293736,358.74606,0.0,2660.9854,15263.54,24.400877,385.43765,130.32446,44674.02,131.9132,20.2718,145.63416,301.26093,50.58794,18.451084,219.1042,2106.1348,350.8508,136.2418,17.009079,12.738536,448.25674,59.549057,1673.1942,135.85269,2188.2632,255.40752,357.09222,95.3742,317.05975,8.104455,13.646663,27.899286,4.1163535,3.6437933,63.788887,55.7359,67.129616,16.81226,24.471912,273.04846,7.996576,2956.7053,110.93988,54.77957,128.61879,116.17866,213.45735,142.59238,95.08064,31.03035,46.101578,119.654366,315.31985,792.98914,139.02312,466.91708,93.87712,105.143524,302.03928,302.55753,951.1584,322.11682,3.770688,17.86828,10.092903,41.424793,16104.932,4.8288565,13.4031515,23.072044,49.300423,556.74963,89.22473,200.14502,3.187284,236.60242,546.2479,359.85577,124.536705,361.18082,29.61577,70.02839,257.29495,13.237701,1.8260403,12.138358,2033.261,0.15807344,0.51193905,56.214787,5.59785,3.8763442,5.954114,10.515069,139.98259,48.647312,114.51003,753.8063,212.14223,1904.7089,1761.595,13.674731,25.590502,12428.555,8.528317,59.734318,574.12244,100.373924,150.06345,66.77016,340.21362,927.73956,402.44226,13.228265,78.40287,1046.6202,1922.3241,40.49639,550.7613,38.749283,1.0543029,60.061558,1.1179312,0.67056996,3.0413375,32.54968,113.98757,279.01364,17.586739,3494.874,277.35126,100.40681,153.39784,77.218895,96.55779,56.2957,4.489785,97.43817,609.8933,173.16052,100.987206,81.80992,20.618011,68.798004,77.68279,47.961742,867.5385,172.11508,4019.3079,37.15068,3658.5461,79.066734,434.59592,2476.207,78.02442,9.382311,1584.456,1610.7257,5222.2905,138.10858 +2023-07-05 09:00:00,0.0,16578.236,180.63168,20.523197,35.676613,22.821068,170.98439,24.547419,33.676983,19.773178,22.628313,628.1718,466.1087,10.092986,130.93896,14.655698,1.3976305,23.532974,21.285217,1.4194506,344.99887,0.36569625,311.57272,48.57289,0.42026892,2.7201579,107.81075,21.627481,68.66981,131.36914,18793.502,0.57967055,1510.4723,1.0285641,0.6229278,0.33556092,1.9897351,157.43396,206.5241,28.449123,208.27116,23.270853,40.41773,1509.3475,3.7464194,188.07233,138.94368,342.28882,142.7495,373.65186,21.313736,358.98938,0.0,2660.5693,15261.737,24.422503,385.6656,130.36087,44672.016,131.91345,20.28643,145.67189,301.49817,50.620102,18.47071,219.18213,2106.199,350.83795,136.31917,17.022726,12.746368,448.15326,59.57045,1672.5621,135.77339,2188.7017,255.27298,357.14908,95.34591,316.76813,8.102465,13.642249,27.880127,4.1138234,3.6412923,63.795635,55.7549,67.13705,16.83038,24.47906,272.82248,7.9947085,2956.9749,110.85389,54.813507,128.52734,116.13145,213.46976,142.51347,95.201614,31.005785,46.087826,119.616425,315.28317,792.62415,138.89113,466.63403,93.83499,105.18804,301.9944,302.748,951.18,321.8665,3.7711995,17.875908,10.090591,41.421055,16109.486,4.825919,13.411955,23.084274,49.26761,556.4031,89.15766,200.03558,3.1868057,236.42792,546.00946,359.73355,124.54212,361.42743,29.625538,70.07784,257.1516,13.233915,1.8256811,12.136342,2032.0804,0.1579552,0.5116115,56.202324,5.6023617,3.8761168,5.9510336,10.510271,139.91359,48.625053,114.46622,753.5246,212.17943,1904.9227,1761.7877,13.680161,25.598824,12426.44,8.527223,59.74899,574.323,100.42439,150.10756,66.79102,340.3285,927.55615,402.48923,13.235541,78.434944,1046.6556,1922.6011,40.510063,550.8616,38.76522,1.0543679,60.064995,1.1179327,0.6705973,3.041504,32.570286,114.00226,278.9782,17.589207,3494.466,277.4684,100.44758,153.44254,77.22581,96.55595,56.291332,4.5025873,97.4496,610.19476,173.27333,101.0375,81.87016,20.599194,68.9087,77.75907,47.944332,867.3331,172.12587,4018.698,37.142956,3657.546,79.06622,434.5721,2475.8677,78.03141,9.382462,1583.8082,1609.6753,5219.576,138.03499 +2023-07-05 10:00:00,0.0,16579.865,180.83647,20.531307,35.67454,22.831348,170.97073,24.546757,33.67492,19.773409,22.625252,628.57623,465.76892,10.090738,130.93922,14.64389,1.3963901,23.538412,21.267448,1.4208097,344.97723,0.36550286,311.5969,48.563087,0.42102128,2.7199695,107.80919,21.618073,68.61798,131.3184,18806.957,0.5789627,1510.553,1.0276487,0.62237793,0.33521047,1.9876021,157.40993,206.44856,28.443163,208.2547,23.266956,40.48559,1510.3865,3.744674,188.27911,139.03813,342.32312,142.74712,373.58975,21.333736,359.23267,0.0,2660.153,15259.935,24.44413,385.8935,130.39728,44670.01,131.91371,20.301064,145.70963,301.73544,50.65226,18.490335,219.26006,2106.263,350.8251,136.39651,17.036375,12.7542,448.04977,59.591843,1671.9302,135.69409,2189.1401,255.13844,357.2059,95.31761,316.47653,8.100473,13.6378355,27.860968,4.1112933,3.6387913,63.802383,55.773903,67.14447,16.848497,24.486204,272.5965,7.9928412,2957.2444,110.76789,54.847446,128.4359,116.084236,213.48218,142.43457,95.32258,30.981222,46.074074,119.57848,315.2465,792.2592,138.75914,466.35098,93.79287,105.23255,301.9495,302.93845,951.20166,321.61615,3.771711,17.883535,10.08828,41.417313,16114.04,4.822982,13.420759,23.096506,49.234795,556.0565,89.09059,199.92615,3.1863272,236.25343,545.771,359.61136,124.54754,361.67404,29.635305,70.12729,257.0083,13.230129,1.8253219,12.134326,2030.8999,0.15783696,0.511284,56.189857,5.606874,3.8758893,5.9479537,10.505473,139.8446,48.60279,114.42241,753.243,212.21663,1905.1367,1761.9806,13.685592,25.607147,12424.326,8.526129,59.763664,574.5235,100.47487,150.15169,66.8119,340.44336,927.3727,402.53616,13.242819,78.467026,1046.6909,1922.878,40.52373,550.9618,38.781162,1.0544329,60.06843,1.1179341,0.6706247,3.04167,32.590897,114.016945,278.94275,17.591675,3494.058,277.58557,100.48835,153.48723,77.23272,96.5541,56.28696,4.51539,97.46102,610.4963,173.38614,101.0878,81.93041,20.580378,69.019394,77.83535,47.92692,867.1278,172.13664,4018.088,37.135227,3656.5454,79.06571,434.54834,2475.5286,78.0384,9.382612,1583.1605,1608.6249,5216.8623,137.9614 +2023-07-05 11:00:00,0.0,16581.494,181.04126,20.53942,35.67247,22.841629,170.95706,24.546095,33.67285,19.773642,22.622189,628.9806,465.42917,10.0884905,130.93947,14.632082,1.3951497,23.54385,21.24968,1.4221689,344.9556,0.3653095,311.62106,48.55328,0.42177367,2.719781,107.80763,21.608665,68.56616,131.26765,18820.41,0.57825476,1510.6337,1.0267334,0.621828,0.33486003,1.9854691,157.38588,206.37303,28.437202,208.23824,23.26306,40.55345,1511.4253,3.7429285,188.4859,139.1326,342.3574,142.74472,373.52762,21.353737,359.47595,0.0,2659.7368,15258.131,24.465755,386.12143,130.43369,44668.008,131.91397,20.315695,145.74736,301.97272,50.68442,18.509962,219.33797,2106.327,350.81226,136.47388,17.050024,12.762032,447.9463,59.613235,1671.2981,135.61479,2189.5786,255.00389,357.2628,95.28932,316.18494,8.098483,13.633422,27.841808,4.1087637,3.6362903,63.80913,55.792904,67.1519,16.866617,24.49335,272.37054,7.990974,2957.5142,110.6819,54.881386,128.34445,116.037025,213.49458,142.35568,95.44355,30.956657,46.06032,119.54054,315.20978,791.8942,138.62715,466.06793,93.75074,105.27707,301.9046,303.1289,951.22327,321.3658,3.7722225,17.891163,10.085967,41.413574,16118.594,4.8200445,13.429563,23.108738,49.20198,555.70996,89.02353,199.81671,3.185849,236.07893,545.53253,359.48914,124.552956,361.92065,29.645071,70.17674,256.865,13.226343,1.8249627,12.13231,2029.7192,0.15771872,0.51095647,56.177395,5.6113863,3.8756618,5.944874,10.500676,139.7756,48.58053,114.3786,752.9613,212.25385,1905.3506,1762.1735,13.691022,25.615469,12422.212,8.525035,59.778336,574.724,100.52534,150.1958,66.83276,340.55823,927.1893,402.58313,13.250096,78.4991,1046.7263,1923.155,40.537403,551.0621,38.7971,1.0544978,60.071873,1.1179354,0.67065203,3.0418365,32.611507,114.03163,278.90732,17.594145,3493.6501,277.70273,100.52912,153.53192,77.23963,96.55225,56.282593,4.5281925,97.47244,610.7977,173.49895,101.1381,81.990654,20.56156,69.13009,77.91163,47.90951,866.9225,172.14742,4017.4778,37.127502,3655.5452,79.0652,434.52454,2475.1892,78.04539,9.382763,1582.5127,1607.5745,5214.1484,137.8878 +2023-07-05 12:00:00,0.0,16583.125,181.24603,20.54753,35.6704,22.851908,170.94339,24.545433,33.670788,19.773872,22.619125,629.385,465.0894,10.086243,130.93973,14.620275,1.3939092,23.54929,21.23191,1.423528,344.93393,0.36511615,311.64523,48.543472,0.42252606,2.7195923,107.806076,21.599257,68.51434,131.21692,18833.865,0.57754683,1510.7144,1.0258181,0.6212781,0.33450958,1.9833361,157.36185,206.29749,28.431242,208.22177,23.259163,40.62131,1512.4641,3.7411828,188.69269,139.22705,342.39166,142.74234,373.4655,21.373737,359.71927,0.0,2659.3208,15256.328,24.487383,386.34937,130.4701,44666.004,131.91423,20.330326,145.7851,302.20996,50.716583,18.529587,219.4159,2106.391,350.7994,136.55122,17.063673,12.769863,447.8428,59.634632,1670.6661,135.53549,2190.017,254.86935,357.3196,95.261024,315.89334,8.096492,13.629007,27.822649,4.1062336,3.6337893,63.81588,55.811905,67.15933,16.884737,24.500494,272.14456,7.9891067,2957.7837,110.5959,54.91532,128.25299,115.98982,213.50699,142.27678,95.564514,30.932095,46.04657,119.50261,315.1731,791.52924,138.49516,465.78485,93.70862,105.32158,301.8597,303.31937,951.2449,321.11548,3.772734,17.89879,10.083655,41.409836,16123.148,4.817107,13.438367,23.120968,49.169167,555.36346,88.95646,199.70728,3.1853704,235.90443,545.29407,359.3669,124.55837,362.16727,29.654839,70.2262,256.72168,13.222556,1.8246036,12.130294,2028.5387,0.15760048,0.510629,56.16493,5.6158986,3.8754344,5.941794,10.495878,139.7066,48.55827,114.33479,752.6796,212.29105,1905.5646,1762.3662,13.696452,25.62379,12420.098,8.52394,59.79301,574.9245,100.575806,150.23993,66.85363,340.67313,927.0058,402.6301,13.257374,78.53118,1046.7617,1923.432,40.55107,551.16235,38.813038,1.0545628,60.07531,1.1179368,0.6706794,3.0420027,32.63212,114.046326,278.87186,17.596613,3493.2424,277.8199,100.56989,153.57661,77.246544,96.5504,56.278225,4.5409946,97.48387,611.09924,173.61176,101.18839,82.0509,20.542742,69.24078,77.9879,47.8921,866.71716,172.15819,4016.8677,37.119774,3654.5447,79.06468,434.50076,2474.8499,78.052376,9.382914,1581.865,1606.5239,5211.4346,137.81421 +2023-07-05 13:00:00,0.0,16584.754,181.4508,20.555641,35.668327,22.862188,170.92973,24.544771,33.668724,19.774105,22.616062,629.7894,464.74963,10.083995,130.93997,14.608467,1.3926688,23.554728,21.214142,1.4248872,344.9123,0.36492276,311.6694,48.53367,0.42327842,2.7194037,107.80452,21.589848,68.46252,131.16617,18847.32,0.57683897,1510.795,1.0249027,0.6207282,0.33415914,1.981203,157.3378,206.22195,28.425283,208.2053,23.255266,40.68917,1513.503,3.7394373,188.89946,139.3215,342.42596,142.73996,373.40338,21.393736,359.96255,0.0,2658.9045,15254.525,24.509008,386.57727,130.5065,44664.0,131.91449,20.344957,145.82283,302.4472,50.748745,18.549212,219.49382,2106.455,350.78653,136.62859,17.07732,12.777695,447.73932,59.656025,1670.034,135.45619,2190.4553,254.7348,357.37646,95.232735,315.6017,8.0945015,13.624594,27.80349,4.1037035,3.6312883,63.822628,55.83091,67.166756,16.902857,24.50764,271.9186,7.9872394,2958.0532,110.50991,54.94926,128.16154,115.94261,213.51941,142.19789,95.685486,30.90753,46.03282,119.46467,315.13638,791.16425,138.36317,465.5018,93.66649,105.3661,301.81482,303.50983,951.26654,320.86514,3.7732453,17.906418,10.081344,41.406094,16127.702,4.81417,13.44717,23.1332,49.136353,555.0169,88.88939,199.59784,3.1848922,235.72993,545.05566,359.2447,124.56379,362.41388,29.664606,70.27565,256.57834,13.21877,1.8242444,12.128278,2027.3582,0.15748224,0.5103015,56.152466,5.620411,3.875207,5.9387136,10.49108,139.6376,48.536007,114.290985,752.398,212.32826,1905.7784,1762.5591,13.701882,25.632113,12417.983,8.522846,59.807682,575.125,100.626274,150.28404,66.8745,340.788,926.8224,402.67703,13.26465,78.56326,1046.7971,1923.7089,40.564743,551.26263,38.828976,1.0546278,60.078747,1.1179382,0.67070675,3.042169,32.652725,114.06101,278.83643,17.599081,3492.8345,277.93704,100.610664,153.6213,77.253456,96.54855,56.273857,4.5537972,97.49529,611.40076,173.72456,101.23869,82.111145,20.523926,69.35148,78.06418,47.87469,866.51184,172.16898,4016.2576,37.11205,3653.5444,79.06417,434.47696,2474.5107,78.059364,9.383064,1581.2172,1605.4735,5208.7207,137.74062 +2023-07-05 14:00:00,0.0,16586.383,181.6556,20.563753,35.666256,22.872469,170.91606,24.54411,33.666656,19.774338,22.612999,630.19385,464.40985,10.081747,130.94023,14.596659,1.3914284,23.560167,21.196371,1.4262463,344.89066,0.3647294,311.69357,48.52386,0.4240308,2.7192152,107.80296,21.580439,68.4107,131.11543,18860.775,0.57613105,1510.8757,1.0239874,0.62017834,0.33380872,1.97907,157.31377,206.14641,28.419323,208.18884,23.25137,40.75703,1514.5419,3.7376916,189.10625,139.41597,342.46027,142.73756,373.34128,21.413736,360.20584,0.0,2658.4883,15252.723,24.530636,386.8052,130.54291,44661.996,131.91475,20.35959,145.86057,302.68448,50.780903,18.568838,219.57175,2106.5193,350.77368,136.70593,17.09097,12.785526,447.63583,59.677418,1669.4021,135.37689,2190.8938,254.60027,357.4333,95.204445,315.31012,8.09251,13.62018,27.78433,4.101174,3.6287873,63.829376,55.84991,67.17419,16.920977,24.514786,271.69263,7.985372,2958.3228,110.42391,54.9832,128.0701,115.8954,213.53181,142.11899,95.80645,30.882965,46.01907,119.42673,315.0997,790.79926,138.23119,465.21875,93.62437,105.41061,301.76993,303.70026,951.28815,320.61478,3.7737567,17.914047,10.079032,41.402355,16132.257,4.811233,13.455975,23.145432,49.10354,554.67035,88.82232,199.4884,3.1844137,235.55545,544.8172,359.1225,124.56921,362.6605,29.674374,70.3251,256.43503,13.214984,1.8238852,12.126262,2026.1775,0.157364,0.50997394,56.14,5.624923,3.8749795,5.9356337,10.486282,139.5686,48.513744,114.24718,752.11633,212.36546,1905.9923,1762.7518,13.707313,25.640434,12415.87,8.521752,59.822357,575.3255,100.67675,150.32817,66.89536,340.90286,926.6389,402.724,13.271928,78.59534,1046.8324,1923.9858,40.578415,551.3629,38.844917,1.0546927,60.082184,1.1179396,0.6707341,3.0423353,32.673336,114.0757,278.80096,17.60155,3492.4265,278.0542,100.65143,153.666,77.26037,96.54671,56.26949,4.5666,97.50672,611.7022,173.83737,101.288994,82.17139,20.505108,69.46217,78.14046,47.85728,866.30646,172.17975,4015.6477,37.104324,3652.544,79.06366,434.4532,2474.1714,78.06635,9.383215,1580.5695,1604.4231,5206.0063,137.66702 +2023-07-05 15:00:00,0.0,16588.012,181.86038,20.571863,35.664185,22.88275,170.90239,24.543447,33.664593,19.774569,22.609936,630.5982,464.0701,10.079499,130.94048,14.584851,1.390188,23.565605,21.178602,1.4276054,344.86902,0.36453602,311.71774,48.514053,0.42478317,2.7190268,107.80141,21.57103,68.35887,131.0647,18874.229,0.5754232,1510.9564,1.0230721,0.6196284,0.33345827,1.9769368,157.28972,206.07088,28.413363,208.17238,23.247473,40.82489,1515.5807,3.7359462,189.31303,139.51042,342.49454,142.73518,373.27914,21.433737,360.44916,0.0,2658.0723,15250.919,24.552261,387.03314,130.57932,44659.992,131.91501,20.374222,145.8983,302.92175,50.813065,18.588463,219.64967,2106.5833,350.76083,136.7833,17.104618,12.793358,447.53235,59.69881,1668.7701,135.29759,2191.3323,254.46571,357.49017,95.17615,315.01852,8.09052,13.615767,27.765173,4.098644,3.6262863,63.83612,55.86891,67.18161,16.939095,24.52193,271.46667,7.983505,2958.5925,110.33792,55.017136,127.97865,115.84819,213.54422,142.04008,95.92742,30.858402,46.005318,119.388794,315.06302,790.43427,138.0992,464.93567,93.58224,105.45512,301.72504,303.89072,951.30975,320.36444,3.7742682,17.921675,10.07672,41.398617,16136.811,4.8082957,13.464778,23.157661,49.070724,554.3238,88.75525,199.37897,3.1839354,235.38095,544.57874,359.00027,124.57462,362.9071,29.68414,70.37455,256.29172,13.211198,1.8235259,12.124246,2024.997,0.15724576,0.5096465,56.127537,5.6294355,3.874752,5.932554,10.481484,139.4996,48.49148,114.20337,751.8347,212.40266,1906.2063,1762.9447,13.712743,25.648756,12413.756,8.520658,59.83703,575.526,100.72722,150.37228,66.91623,341.01773,926.4555,402.77094,13.279205,78.62742,1046.8678,1924.2628,40.592083,551.46313,38.860855,1.0547577,60.085625,1.1179409,0.67076147,3.0425014,32.693947,114.090385,278.76553,17.60402,3492.0186,278.17136,100.6922,153.71068,77.26728,96.54486,56.26512,4.579402,97.51814,612.0037,173.95018,101.339294,82.231636,20.486292,69.57287,78.216736,47.83987,866.10114,172.19052,4015.0376,37.096596,3651.5437,79.06315,434.42938,2473.832,78.07334,9.383366,1579.9216,1603.3726,5203.2925,137.59343 +2023-07-05 16:00:00,0.0,16589.643,182.06516,20.579975,35.662113,22.893028,170.88873,24.542786,33.662525,19.774801,22.606873,631.0026,463.73035,10.077251,130.94073,14.573043,1.3889475,23.571043,21.160833,1.4289645,344.84738,0.36434266,311.7419,48.504246,0.42553556,2.7188382,107.79984,21.56162,68.30705,131.01395,18887.684,0.57471526,1511.0371,1.0221567,0.6190785,0.33310783,1.9748039,157.26567,205.99533,28.407402,208.15591,23.243576,40.89275,1516.6196,3.7342005,189.5198,139.60489,342.52884,142.7328,373.217,21.453737,360.69244,0.0,2657.656,15249.116,24.573889,387.26105,130.61572,44657.99,131.91527,20.388853,145.93605,303.159,50.845226,18.60809,219.7276,2106.6475,350.748,136.86064,17.118267,12.80119,447.42886,59.720207,1668.1381,135.21828,2191.7708,254.33118,357.547,95.14786,314.72693,8.08853,13.611353,27.746014,4.0961137,3.623785,63.84287,55.887917,67.18904,16.957214,24.529076,271.2407,7.9816375,2958.862,110.25192,55.051075,127.88721,115.80098,213.55664,141.9612,96.048386,30.833838,45.991566,119.35085,315.0263,790.0693,137.96721,464.65262,93.54011,105.49963,301.68018,304.08118,951.3314,320.1141,3.7747796,17.929302,10.074409,41.394875,16141.365,4.8053584,13.473581,23.169893,49.03791,553.97723,88.68818,199.26953,3.183457,235.20645,544.3403,358.87805,124.58004,363.15372,29.693907,70.424,256.1484,13.207411,1.8231667,12.12223,2023.8164,0.15712751,0.50931895,56.11507,5.633948,3.8745244,5.929474,10.4766865,139.4306,48.469223,114.15956,751.5531,212.43988,1906.4202,1763.1375,13.718172,25.65708,12411.642,8.519564,59.8517,575.7265,100.77769,150.4164,66.937096,341.1326,926.27203,402.8179,13.286483,78.6595,1046.9032,1924.5398,40.605755,551.5634,38.876793,1.0548227,60.08906,1.1179423,0.6707888,3.0426679,32.714558,114.10507,278.7301,17.606487,3491.6106,278.2885,100.73297,153.75537,77.27419,96.543015,56.260754,4.5922046,97.52957,612.3052,174.06299,101.38959,82.29188,20.467474,69.68356,78.293015,47.82246,865.8958,172.2013,4014.4275,37.08887,3650.5435,79.06264,434.40558,2473.493,78.08033,9.383516,1579.2739,1602.3221,5200.5786,137.51984 +2023-07-05 17:00:00,0.0,16591.271,182.26993,20.588085,35.66004,22.903309,170.87506,24.542124,33.66046,19.775032,22.603811,631.40704,463.39056,10.075004,130.94098,14.561235,1.3877071,23.576483,21.143064,1.4303236,344.82574,0.3641493,311.76608,48.494442,0.42628795,2.7186496,107.79829,21.552214,68.25523,130.96321,18901.139,0.5740074,1511.1178,1.0212414,0.61852866,0.33275738,1.9726708,157.24164,205.9198,28.401442,208.13945,23.23968,40.96061,1517.6584,3.732455,189.7266,139.69934,342.5631,142.73041,373.1549,21.473738,360.93573,0.0,2657.2397,15247.313,24.595514,387.48898,130.65213,44655.99,131.91553,20.403484,145.97379,303.39627,50.877388,18.627714,219.80553,2106.7114,350.73514,136.938,17.131914,12.809022,447.32538,59.7416,1667.5061,135.13898,2192.2092,254.19664,357.60382,95.11956,314.4353,8.086538,13.606939,27.726854,4.093584,3.621284,63.849617,55.906914,67.196465,16.975334,24.536222,271.0147,7.9797707,2959.1316,110.16593,55.085014,127.79575,115.75377,213.56905,141.8823,96.16936,30.809275,45.977818,119.31291,314.98962,789.7043,137.83522,464.36957,93.497986,105.54414,301.63528,304.27164,951.353,319.86377,3.775291,17.93693,10.072097,41.391136,16145.919,4.802421,13.482386,23.182125,49.005096,553.63074,88.62111,199.1601,3.1829786,235.03195,544.1018,358.75583,124.58546,363.40033,29.703674,70.47346,256.00507,13.203625,1.8228076,12.1202135,2022.6357,0.15700927,0.5089914,56.102608,5.63846,3.874297,5.9263935,10.471889,139.3616,48.44696,114.11575,751.27136,212.47708,1906.6342,1763.3303,13.723602,25.665401,12409.527,8.51847,59.866375,575.927,100.828156,150.46053,66.95796,341.2475,926.0886,402.86487,13.293759,78.691574,1046.9386,1924.8168,40.619423,551.6637,38.89273,1.0548877,60.0925,1.1179436,0.6708162,3.042834,32.735165,114.11977,278.69464,17.608955,3491.2026,278.40567,100.77374,153.80006,77.281105,96.54116,56.256386,4.6050067,97.54099,612.6067,174.1758,101.43989,82.35213,20.448656,69.79426,78.369286,47.80505,865.6905,172.21207,4013.8174,37.081142,3649.543,79.06212,434.3818,2473.1536,78.08732,9.383667,1578.6261,1601.2717,5197.8647,137.44624 +2023-07-05 18:00:00,0.0,16592.9,182.47472,20.596197,35.65797,22.91359,170.86139,24.541462,33.658398,19.775265,22.600748,631.81146,463.0508,10.072756,130.94124,14.549428,1.3864667,23.58192,21.125296,1.4316828,344.80408,0.36395591,311.79025,48.484634,0.4270403,2.718461,107.79673,21.542805,68.20341,130.91246,18914.592,0.57329947,1511.1985,1.020326,0.61797875,0.33240694,1.9705377,157.21759,205.84427,28.395483,208.12299,23.235783,41.02847,1518.6973,3.7307093,189.93338,139.7938,342.5974,142.72803,373.09277,21.493736,361.17905,0.0,2656.8237,15245.511,24.617142,387.71692,130.68854,44653.984,131.91579,20.418118,146.01152,303.6335,50.90955,18.64734,219.88345,2106.7754,350.7223,137.01535,17.145563,12.816854,447.2219,59.762993,1666.874,135.05968,2192.6475,254.06209,357.66068,95.09127,314.1437,8.084548,13.602525,27.707695,4.091054,3.618783,63.856365,55.92592,67.203896,16.993454,24.543367,270.78876,7.9779034,2959.4014,110.07993,55.11895,127.70431,115.70656,213.58145,141.8034,96.29032,30.78471,45.964066,119.27497,314.9529,789.3393,137.70323,464.08652,93.45586,105.58866,301.5904,304.4621,951.37463,319.61343,3.7758024,17.944557,10.069785,41.387398,16150.473,4.799484,13.491189,23.194355,48.972282,553.2842,88.55404,199.05066,3.1825001,234.85747,543.86334,358.63364,124.59087,363.64694,29.713442,70.52291,255.86176,13.199839,1.8224484,12.118197,2021.4552,0.15689103,0.50866395,56.09014,5.6429725,3.8740695,5.9233136,10.467091,139.2926,48.424698,114.071945,750.98975,212.5143,1906.848,1763.5232,13.7290325,25.673723,12407.413,8.517376,59.881046,576.1275,100.87863,150.50464,66.97883,341.36237,925.90515,402.9118,13.301037,78.723656,1046.9739,1925.0938,40.633095,551.764,38.90867,1.0549526,60.095936,1.1179451,0.6708435,3.0430005,32.755775,114.13445,278.6592,17.611425,3490.795,278.52283,100.814514,153.84476,77.28802,96.539314,56.252018,4.6178093,97.55242,612.9082,174.28859,101.49019,82.41237,20.42984,69.90495,78.445564,47.78764,865.48517,172.22285,4013.2073,37.073418,3648.5427,79.06161,434.358,2472.8142,78.09431,9.383818,1577.9783,1600.2213,5195.1504,137.37265 +2023-07-05 19:00:00,0.0,16594.531,182.6795,20.604307,35.6559,22.923868,170.84773,24.540802,33.65633,19.775496,22.597685,632.2158,462.71103,10.070508,130.94148,14.53762,1.3852262,23.58736,21.107527,1.4330419,344.78244,0.36376256,311.81442,48.474827,0.4277927,2.7182724,107.79517,21.533396,68.15159,130.86172,18928.047,0.57259154,1511.2792,1.0194107,0.61742884,0.33205652,1.9684047,157.19356,205.76872,28.389523,208.10652,23.231886,41.09633,1519.7362,3.7289639,190.14017,139.88826,342.6317,142.72565,373.03067,21.513737,361.42233,0.0,2656.4072,15243.707,24.638767,387.94485,130.72495,44651.98,131.91605,20.432749,146.04926,303.8708,50.941708,18.666965,219.96138,2106.8396,350.7094,137.0927,17.159212,12.824685,447.1184,59.784386,1666.2421,134.98038,2193.086,253.92755,357.71753,95.06297,313.8521,8.082557,13.598111,27.688536,4.0885243,3.616282,63.863113,55.944916,67.21132,17.011574,24.550512,270.56277,7.976036,2959.671,109.99394,55.15289,127.61286,115.65935,213.59387,141.7245,96.41129,30.760145,45.950314,119.23704,314.91623,788.97437,137.57124,463.80344,93.413734,105.63317,301.5455,304.65256,951.3963,319.3631,3.7763138,17.952185,10.067472,41.383656,16155.027,4.7965465,13.499993,23.206587,48.93947,552.9376,88.48697,198.94122,3.1820216,234.68297,543.62494,358.5114,124.59629,363.89355,29.723207,70.572365,255.71844,13.196053,1.8220892,12.116181,2020.2747,0.15677279,0.5083364,56.077675,5.647485,3.873842,5.9202337,10.462294,139.22362,48.40244,114.02814,750.70807,212.5515,1907.0619,1763.716,13.734463,25.682045,12405.299,8.516281,59.89572,576.328,100.9291,150.54877,66.999695,341.47723,925.72174,402.95877,13.308314,78.75574,1047.0093,1925.3707,40.646767,551.86426,38.92461,1.0550176,60.099377,1.1179464,0.67087084,3.0431666,32.776386,114.14914,278.62375,17.613894,3490.387,278.64,100.855286,153.88945,77.29493,96.53747,56.247646,4.630612,97.56384,613.20966,174.4014,101.54048,82.47262,20.411022,70.01565,78.52184,47.77023,865.27985,172.23363,4012.5974,37.065693,3647.5422,79.0611,434.33423,2472.475,78.101295,9.383968,1577.3306,1599.1708,5192.4365,137.29904 +2023-07-05 20:00:00,0.0,16596.16,182.88428,20.61242,35.653828,22.934149,170.83406,24.54014,33.654266,19.775728,22.594622,632.62024,462.37128,10.06826,130.94174,14.525812,1.3839859,23.592798,21.089756,1.434401,344.7608,0.36356917,311.8386,48.465023,0.4285451,2.718084,107.79362,21.523987,68.09976,130.81099,18941.502,0.5718837,1511.3599,1.0184954,0.616879,0.33170608,1.9662716,157.16951,205.69319,28.383562,208.09006,23.22799,41.16419,1520.775,3.7272182,190.34694,139.98271,342.666,142.72325,372.96854,21.533737,361.66562,0.0,2655.9912,15241.904,24.660395,388.17276,130.76135,44649.977,131.9163,20.44738,146.08699,304.10803,50.97387,18.686592,220.0393,2106.9036,350.69656,137.17006,17.172861,12.832517,447.01492,59.805782,1665.6101,134.90108,2193.5244,253.793,357.77438,95.03468,313.56052,8.080566,13.593698,27.669376,4.0859942,3.613781,63.86986,55.96392,67.21875,17.029692,24.557657,270.33682,7.974169,2959.9404,109.90794,55.18683,127.521416,115.61214,213.60628,141.64561,96.53226,30.735582,45.93656,119.1991,314.87955,788.6094,137.43925,463.5204,93.371605,105.67769,301.5006,304.84302,951.4179,319.11276,3.7768252,17.959812,10.065161,41.379917,16159.581,4.793609,13.508797,23.218819,48.906654,552.59106,88.4199,198.83179,3.1815434,234.50847,543.3865,358.3892,124.60171,364.14017,29.732975,70.62181,255.57512,13.1922655,1.82173,12.114165,2019.094,0.15665455,0.5080089,56.065212,5.651997,3.8736145,5.917154,10.457496,139.15462,48.380177,113.98433,750.4264,212.5887,1907.2759,1763.9088,13.739893,25.690367,12403.185,8.515187,59.910393,576.5285,100.97957,150.59288,67.02056,341.5921,925.53827,403.0057,13.315592,78.78781,1047.0447,1925.6477,40.660435,551.9645,38.940548,1.0550826,60.102814,1.1179478,0.6708982,3.043333,32.796997,114.163826,278.58832,17.616362,3489.979,278.75717,100.89606,153.93414,77.30184,96.53562,56.24328,4.643414,97.57527,613.51117,174.5142,101.59078,82.53286,20.392204,70.12634,78.59812,47.75282,865.07446,172.2444,4011.9873,37.057964,3646.542,79.060585,434.31042,2472.1357,78.108284,9.384119,1576.6827,1598.1204,5189.7227,137.22545 +2023-07-05 21:00:00,0.0,16597.79,183.08905,20.62053,35.651756,22.94443,170.82039,24.539478,33.6522,19.775959,22.591558,633.02466,462.03152,10.066012,130.94199,14.514005,1.3827454,23.598236,21.071987,1.4357601,344.73917,0.3633758,311.86276,48.455215,0.42929745,2.7178955,107.79206,21.514578,68.04794,130.76024,18954.955,0.57117575,1511.4406,1.01758,0.6163291,0.33135563,1.9641385,157.14546,205.61765,28.377602,208.0736,23.224092,41.23205,1521.8138,3.7254727,190.55373,140.07718,342.70026,142.72087,372.90643,21.553738,361.90894,0.0,2655.575,15240.102,24.68202,388.4007,130.79776,44647.973,131.91656,20.462011,146.12473,304.3453,51.00603,18.706217,220.11722,2106.9678,350.68372,137.2474,17.186508,12.840348,446.9114,59.827175,1664.978,134.82178,2193.963,253.65846,357.8312,95.00639,313.2689,8.078575,13.589284,27.650217,4.083464,3.61128,63.87661,55.982918,67.22618,17.047812,24.564804,270.11084,7.9723015,2960.21,109.82195,55.220768,127.42996,115.564926,213.61868,141.56671,96.65323,30.711018,45.92281,119.161156,314.84283,788.2444,137.30725,463.23734,93.32948,105.7222,301.45572,305.03348,951.4395,318.86243,3.7773366,17.96744,10.062849,41.37618,16164.136,4.790672,13.5176,23.231049,48.873837,552.2445,88.35283,198.72235,3.1810648,234.33397,543.148,358.26697,124.607124,364.38675,29.742743,70.671265,255.43181,13.188479,1.8213708,12.112148,2017.9135,0.15653633,0.5076814,56.052746,5.6565094,3.873387,5.9140735,10.452698,139.08562,48.357914,113.94052,750.1448,212.62592,1907.4897,1764.1016,13.745323,25.69869,12401.071,8.514093,59.925068,576.729,101.030045,150.63701,67.04143,341.707,925.35486,403.05267,13.322868,78.81989,1047.08,1925.9247,40.674107,552.06476,38.956486,1.0551475,60.10625,1.1179491,0.67092556,3.0434992,32.817604,114.17851,278.55286,17.61883,3489.571,278.87433,100.93683,153.97884,77.308754,96.53377,56.23891,4.6562166,97.58669,613.8126,174.62701,101.64108,82.5931,20.373388,70.23704,78.67439,47.735405,864.86914,172.25517,4011.3772,37.05024,3645.5415,79.060074,434.28665,2471.7964,78.11528,9.38427,1576.035,1597.07,5187.009,137.15186 +2023-07-05 22:00:00,0.0,16599.418,183.29384,20.628641,35.649685,22.954708,170.80673,24.538816,33.650135,19.776192,22.588495,633.4291,461.69174,10.063765,130.94225,14.502196,1.381505,23.603676,21.054218,1.4371194,344.71753,0.36318246,311.88693,48.445408,0.43004984,2.717707,107.7905,21.50517,67.99612,130.7095,18968.41,0.5704679,1511.5212,1.0166647,0.61577916,0.3310052,1.9620055,157.12143,205.54211,28.371641,208.05713,23.220196,41.29991,1522.8528,3.7237272,190.76051,140.17163,342.73456,142.71848,372.8443,21.573736,362.15222,0.0,2655.1587,15238.299,24.703648,388.62863,130.83418,44645.97,131.91682,20.476645,146.16246,304.58255,51.038193,18.725842,220.19514,2107.0317,350.67087,137.32477,17.200157,12.84818,446.80792,59.848568,1664.3461,134.74248,2194.4014,253.52393,357.88806,94.978096,312.9773,8.076585,13.58487,27.631058,4.0809345,3.608779,63.883358,56.001923,67.233604,17.065931,24.571949,269.8849,7.970434,2960.4797,109.735954,55.254704,127.33852,115.517715,213.6311,141.48781,96.77419,30.686455,45.90906,119.12322,314.80615,787.8794,137.17526,462.95425,93.28735,105.76671,301.41083,305.22394,951.4612,318.6121,3.777848,17.975067,10.060537,41.372437,16168.689,4.7877345,13.526404,23.24328,48.841022,551.89795,88.28576,198.61292,3.1805866,234.15947,542.90955,358.14478,124.61254,364.63336,29.752508,70.72072,255.28848,13.184693,1.8210115,12.110132,2016.7329,0.15641809,0.5073539,56.040283,5.6610217,3.8731596,5.9109936,10.4479,139.01662,48.335655,113.89671,749.8631,212.66312,1907.7037,1764.2944,13.750753,25.707012,12398.957,8.512999,59.93974,576.9295,101.08051,150.68112,67.062294,341.82187,925.1714,403.09964,13.330146,78.85197,1047.1154,1926.2017,40.687775,552.16504,38.972424,1.0552125,60.109688,1.1179506,0.6709529,3.0436656,32.838215,114.19321,278.51743,17.6213,3489.163,278.9915,100.9776,154.02353,77.31567,96.53192,56.234543,4.669019,97.59812,614.11414,174.73982,101.691376,82.65335,20.35457,70.34773,78.75067,47.717995,864.6638,172.26596,4010.767,37.042515,3644.5413,79.059555,434.26285,2471.4573,78.12227,9.38442,1575.3872,1596.0194,5184.295,137.07826 +2023-07-05 23:00:00,0.0,16601.049,183.49863,20.636751,35.647614,22.964989,170.79306,24.538155,33.64807,19.776424,22.585432,633.8335,461.352,10.061517,130.94249,14.490389,1.3802645,23.609114,21.03645,1.4384785,344.6959,0.36298907,311.9111,48.435604,0.4308022,2.7175183,107.78894,21.495762,67.9443,130.65877,18981.865,0.56975996,1511.6019,1.0157495,0.6152293,0.33065474,1.9598725,157.09738,205.46657,28.365683,208.04066,23.2163,41.36777,1523.8916,3.7219815,190.9673,140.26608,342.76886,142.7161,372.7822,21.593737,362.3955,0.0,2654.7427,15236.495,24.725273,388.85654,130.87059,44643.965,131.91708,20.491276,146.2002,304.8198,51.07035,18.745468,220.27307,2107.096,350.65802,137.40211,17.213806,12.856011,446.70444,59.86996,1663.714,134.66318,2194.8396,253.38937,357.94492,94.94981,312.6857,8.074594,13.580457,27.611898,4.0784044,3.606278,63.890106,56.02092,67.241035,17.084051,24.579094,269.6589,7.968567,2960.7493,109.64996,55.288643,127.24707,115.47051,213.64351,141.40892,96.895164,30.66189,45.89531,119.08528,314.76944,787.5144,137.04327,462.6712,93.24523,105.811226,301.36594,305.4144,951.4828,318.36176,3.7783594,17.982695,10.058226,41.3687,16173.243,4.784797,13.535208,23.255512,48.80821,551.55145,88.21869,198.5035,3.180108,233.98499,542.6711,358.02255,124.61796,364.87997,29.762276,70.77017,255.14517,13.180906,1.8206524,12.108116,2015.5522,0.15629984,0.5070264,56.027817,5.665534,3.8729322,5.9079137,10.443102,138.94762,48.313393,113.852905,749.5815,212.70032,1907.9176,1764.4873,13.756184,25.715334,12396.843,8.511905,59.95441,577.13,101.13098,150.72523,67.08316,341.93674,924.988,403.14658,13.337423,78.88405,1047.1508,1926.4786,40.701447,552.2653,38.98836,1.0552775,60.113125,1.1179519,0.6709803,3.0438318,32.858826,114.20789,278.482,17.623768,3488.7551,279.10864,101.018364,154.0682,77.32258,96.530075,56.230175,4.6818213,97.60954,614.41565,174.85263,101.74168,82.71359,20.335752,70.45843,78.82695,47.700584,864.4585,172.27673,4010.157,37.034786,3643.5408,79.059044,434.23907,2471.118,78.12926,9.384571,1574.7395,1594.969,5181.5806,137.00467 +2023-07-06 00:00:00,0.0,16602.678,183.7034,20.644863,35.645542,22.97527,170.77939,24.537493,33.646004,19.776655,22.58237,634.23785,461.0122,10.059269,130.94275,14.47858,1.3790241,23.614553,21.01868,1.4398376,344.67422,0.3627957,311.93527,48.425797,0.4315546,2.7173297,107.787384,21.486353,67.89248,130.60802,18995.318,0.56905204,1511.6826,1.014834,0.6146794,0.3303043,1.9577394,157.07335,205.39104,28.359722,208.0242,23.212402,41.43563,1524.9304,3.720236,191.17407,140.36055,342.80316,142.71371,372.72006,21.613737,362.63882,0.0,2654.3262,15234.692,24.7469,389.08447,130.907,44641.96,131.91734,20.505907,146.23795,305.05707,51.102512,18.765093,220.351,2107.16,350.64517,137.47948,17.227455,12.863844,446.60095,59.891354,1663.082,134.58388,2195.278,253.25484,358.00177,94.92151,312.3941,8.072603,13.576042,27.59274,4.0758743,3.603777,63.896854,56.039925,67.24846,17.10217,24.586239,269.43292,7.9666996,2961.0188,109.563965,55.322582,127.15562,115.4233,213.65591,141.33002,97.01613,30.637327,45.881557,119.04734,314.73276,787.1494,136.91129,462.38815,93.2031,105.855736,301.32104,305.60483,951.5044,318.11142,3.778871,17.990324,10.055914,41.36496,16177.798,4.78186,13.544012,23.267742,48.775394,551.2049,88.15162,198.39406,3.1796298,233.81049,542.4326,357.90033,124.623375,365.1266,29.772043,70.819626,255.00185,13.17712,1.8202932,12.1061,2014.3717,0.1561816,0.50669885,56.015354,5.6700463,3.8727047,5.9048333,10.438304,138.87862,48.29113,113.8091,749.2998,212.73753,1908.1315,1764.68,13.761613,25.723656,12394.729,8.510811,59.969086,577.3305,101.18145,150.76936,67.104034,342.0516,924.8045,403.19354,13.344701,78.91613,1047.1862,1926.7556,40.715115,552.3656,39.004303,1.0553424,60.116566,1.1179533,0.67100763,3.0439982,32.879436,114.22258,278.44653,17.626236,3488.3474,279.2258,101.059135,154.1129,77.32949,96.52823,56.225807,4.694624,97.620964,614.7171,174.96544,101.79198,82.77384,20.316936,70.56912,78.90323,47.683174,864.2532,172.2875,4009.547,37.02706,3642.5405,79.05853,434.21527,2470.7786,78.136246,9.384722,1574.0917,1593.9186,5178.8667,136.93108 +2023-07-06 01:00:00,0.0,16604.307,183.90817,20.652973,35.64347,22.985548,170.76573,24.53683,33.64394,19.776888,22.579308,634.6423,460.67245,10.057021,130.943,14.466773,1.3777838,23.619991,21.000912,1.4411967,344.6526,0.36260232,311.95944,48.41599,0.43230698,2.7171414,107.78583,21.476944,67.84065,130.55728,19008.773,0.5683442,1511.7633,1.0139188,0.6141295,0.32995388,1.9556063,157.0493,205.31549,28.353762,208.00772,23.208508,41.50349,1525.9694,3.7184904,191.38086,140.455,342.83743,142.71132,372.65796,21.633738,362.8821,0.0,2653.9102,15232.89,24.768526,389.3124,130.9434,44639.957,131.9176,20.520538,146.27568,305.2943,51.134674,18.78472,220.42892,2107.224,350.6323,137.55682,17.241102,12.8716755,446.49747,59.91275,1662.45,134.50458,2195.7166,253.12029,358.0586,94.89322,312.1025,8.070612,13.571629,27.57358,4.0733447,3.601276,63.903603,56.05892,67.25589,17.120289,24.593386,269.20697,7.9648323,2961.2886,109.477974,55.356518,127.06417,115.37609,213.66833,141.25113,97.1371,30.612762,45.867805,119.0094,314.69608,786.7844,136.7793,462.1051,93.16098,105.90025,301.27615,305.7953,951.52606,317.86108,3.7793825,17.997952,10.053602,41.361217,16182.352,4.7789226,13.552815,23.279974,48.74258,550.85834,88.08455,198.28462,3.1791513,233.63599,542.1942,357.7781,124.62879,365.3732,29.78181,70.86907,254.85854,13.173334,1.819934,12.104084,2013.1912,0.15606336,0.5063714,56.002888,5.6745586,3.8724773,5.9017534,10.433506,138.80962,48.268867,113.76529,749.0182,212.77473,1908.3455,1764.8729,13.767043,25.731977,12392.614,8.509717,59.983757,577.531,101.231926,150.81348,67.1249,342.16647,924.6211,403.24048,13.351978,78.948204,1047.2214,1927.0326,40.728786,552.4658,39.02024,1.0554074,60.120003,1.1179547,0.671035,3.0441644,32.900043,114.23727,278.4111,17.628706,3487.9395,279.34296,101.09991,154.1576,77.3364,96.526375,56.22144,4.707426,97.63239,615.0186,175.07825,101.84228,82.83408,20.298119,70.67982,78.9795,47.665764,864.0478,172.29828,4008.937,37.019333,3641.54,79.05802,434.1915,2470.4395,78.143234,9.384872,1573.444,1592.868,5176.153,136.85748 +2023-07-06 02:00:00,0.0,16605.938,184.11296,20.661085,35.6414,22.995829,170.75206,24.53617,33.641876,19.777119,22.576244,635.0467,460.33267,10.054773,130.94325,14.454966,1.3765433,23.62543,20.983143,1.4425558,344.63095,0.36240897,311.9836,48.40618,0.43305933,2.7169528,107.78427,21.467535,67.78883,130.50653,19022.229,0.56763625,1511.844,1.0130035,0.6135796,0.32960343,1.9534732,157.02527,205.23996,28.347801,207.99126,23.20461,41.57135,1527.0082,3.716745,191.58765,140.54947,342.8717,142.70894,372.59583,21.653738,363.1254,0.0,2653.494,15231.087,24.790154,389.5403,130.97981,44637.953,131.91786,20.535172,146.31342,305.5316,51.166836,18.804344,220.50685,2107.288,350.61945,137.63419,17.254751,12.879507,446.39398,59.934143,1661.818,134.42528,2196.155,252.98575,358.11542,94.86493,311.81088,8.068622,13.567215,27.55442,4.0708146,3.598775,63.91035,56.077927,67.26331,17.138409,24.60053,268.981,7.962965,2961.558,109.391975,55.390457,126.972725,115.32888,213.68074,141.17223,97.258064,30.588198,45.854053,118.971466,314.65936,786.41943,136.64731,461.82202,93.11885,105.94476,301.23126,305.98575,951.54767,317.61075,3.7798939,18.005579,10.0512905,41.35748,16186.906,4.7759857,13.56162,23.292206,48.709766,550.5118,88.01748,198.17519,3.178673,233.46149,541.95575,357.6559,124.63421,365.6198,29.791576,70.918526,254.71521,13.169548,1.8195748,12.102068,2012.0105,0.15594512,0.50604385,55.990425,5.679071,3.8722498,5.8986735,10.428708,138.74062,48.24661,113.72148,748.7365,212.81195,1908.5593,1765.0657,13.772473,25.740301,12390.5,8.508622,59.998432,577.7315,101.282394,150.8576,67.14577,342.28137,924.4376,403.28745,13.359255,78.980286,1047.2568,1927.3096,40.74246,552.5661,39.03618,1.0554724,60.12344,1.117956,0.67106235,3.0443308,32.920654,114.25195,278.37564,17.631174,3487.5315,279.4601,101.14068,154.20229,77.343315,96.52453,56.21707,4.7202287,97.643814,615.32007,175.19106,101.89257,82.894325,20.279303,70.79051,79.05578,47.648354,863.84247,172.30907,4008.327,37.01161,3640.5398,79.05751,434.1677,2470.1,78.15022,9.385023,1572.7961,1591.8176,5173.439,136.78389 +2023-07-06 03:00:00,0.0,16607.566,184.31775,20.669195,35.639328,23.00611,170.73839,24.535507,33.63981,19.777351,22.573181,635.4511,459.99292,10.0525255,130.9435,14.443157,1.3753029,23.630869,20.965372,1.443915,344.6093,0.3622156,312.00778,48.396378,0.43381172,2.7167642,107.782715,21.458126,67.73701,130.4558,19035.682,0.5669284,1511.9247,1.0120881,0.6130297,0.329253,1.9513403,157.00122,205.16443,28.34184,207.9748,23.200714,41.63921,1528.047,3.7149992,191.79442,140.64392,342.906,142.70656,372.53372,21.673737,363.3687,0.0,2653.0776,15229.283,24.811779,389.76825,131.01622,44635.95,131.91812,20.549803,146.35115,305.76883,51.198997,18.82397,220.58478,2107.352,350.6066,137.71153,17.2684,12.887339,446.2905,59.955536,1661.186,134.34598,2196.5935,252.85121,358.1723,94.83663,311.5193,8.06663,13.562801,27.535261,4.0682845,3.5962737,63.9171,56.096928,67.270744,17.156528,24.607676,268.75504,7.961098,2961.8276,109.305984,55.424397,126.88128,115.28167,213.69315,141.09332,97.379036,30.563635,45.840305,118.933525,314.62268,786.0545,136.51532,461.53897,93.07673,105.98928,301.1864,306.1762,951.5693,317.3604,3.7804053,18.013206,10.048978,41.35374,16191.46,4.7730484,13.570423,23.304436,48.676952,550.1652,87.95041,198.06575,3.1781945,233.287,541.7173,357.5337,124.639626,365.86642,29.801344,70.96798,254.5719,13.165761,1.8192157,12.100052,2010.83,0.15582688,0.5057163,55.97796,5.6835833,3.8720224,5.8955936,10.423911,138.67163,48.224346,113.67767,748.45483,212.84915,1908.7733,1765.2585,13.777904,25.748623,12388.386,8.507528,60.013103,577.932,101.33286,150.90172,67.16663,342.39624,924.2542,403.3344,13.366532,79.01237,1047.2922,1927.5865,40.756126,552.6664,39.052116,1.0555373,60.126877,1.1179575,0.6710897,3.044497,32.941265,114.26665,278.3402,17.633642,3487.1235,279.57727,101.18145,154.24698,77.35023,96.52268,56.2127,4.7330313,97.65524,615.6216,175.30386,101.94287,82.954575,20.260485,70.90121,79.13206,47.630943,863.63715,172.31984,4007.7168,37.003883,3639.5393,79.05699,434.14392,2469.7607,78.15721,9.385174,1572.1484,1590.7672,5170.7246,136.7103 +2023-07-06 04:00:00,0.0,16609.195,184.52252,20.677307,35.637257,23.016388,170.72473,24.534845,33.637745,19.777582,22.570118,635.85547,459.65317,10.050278,130.94376,14.43135,1.3740624,23.636307,20.947603,1.4452741,344.58768,0.36202222,312.03195,48.38657,0.4345641,2.7165756,107.78115,21.448719,67.68519,130.40506,19049.137,0.56622046,1512.0054,1.0111728,0.6124798,0.32890254,1.9492072,156.97717,205.08888,28.33588,207.95833,23.196817,41.70707,1529.0859,3.7132537,192.0012,140.73837,342.9403,142.70416,372.4716,21.693737,363.612,0.0,2652.6616,15227.48,24.833405,389.9962,131.05263,44633.945,131.91838,20.564434,146.38889,306.0061,51.231155,18.843596,220.6627,2107.4163,350.59375,137.7889,17.28205,12.89517,446.187,59.97693,1660.554,134.26668,2197.0317,252.71666,358.22913,94.80834,311.2277,8.06464,13.558388,27.516102,4.065755,3.5937726,63.923847,56.11593,67.27817,17.174648,24.614822,268.52905,7.959231,2962.0972,109.219986,55.458332,126.789825,115.23446,213.70557,141.01443,97.5,30.53907,45.826553,118.895584,314.58597,785.6895,136.38333,461.25592,93.0346,106.03379,301.1415,306.36667,951.59094,317.11008,3.7809167,18.020834,10.046666,41.35,16196.014,4.770111,13.5792265,23.316668,48.64414,549.81866,87.88334,197.95631,3.1777163,233.1125,541.4788,357.41147,124.64504,366.11304,29.811111,71.01743,254.42859,13.161975,1.8188565,12.098036,2009.6494,0.15570864,0.50538886,55.965496,5.6880956,3.871795,5.8925133,10.419113,138.60263,48.202084,113.633865,748.1732,212.88635,1908.9872,1765.4514,13.783334,25.756945,12386.271,8.506434,60.02778,578.13257,101.38333,150.94583,67.1875,342.5111,924.07074,403.38135,13.37381,79.04444,1047.3276,1927.8635,40.7698,552.76666,39.068054,1.0556023,60.130318,1.1179588,0.67111707,3.0446634,32.961876,114.281334,278.30475,17.63611,3486.7156,279.69443,101.22222,154.29167,77.35715,96.520836,56.208332,4.7458334,97.666664,615.9231,175.41667,101.99317,83.01482,20.241667,71.0119,79.208336,47.613533,863.4318,172.33061,4007.107,36.996155,3638.539,79.05648,434.12012,2469.4216,78.1642,9.3853245,1571.5006,1589.7168,5168.0107,136.6367 +2023-07-06 05:00:00,0.0,16610.824,184.7273,20.685417,35.635185,23.026669,170.71106,24.534184,33.635677,19.777815,22.567055,636.2599,459.3134,10.048031,130.94402,14.419542,1.372822,23.641747,20.929834,1.4466332,344.566,0.36182886,312.05612,48.376762,0.43531647,2.7163873,107.779594,21.43931,67.63337,130.35431,19062.592,0.56551254,1512.086,1.0102574,0.6119299,0.3285521,1.9470742,156.95314,205.01335,28.329922,207.94186,23.19292,41.77493,1530.1248,3.711508,192.208,140.83284,342.97458,142.70178,372.4095,21.713737,363.85532,0.0,2652.2454,15225.678,24.855032,390.2241,131.08904,44631.945,131.91864,20.579065,146.42662,306.24335,51.263317,18.863222,220.74063,2107.4802,350.5809,137.86624,17.295696,12.903002,446.08353,59.998325,1659.922,134.18738,2197.4702,252.58212,358.28598,94.780045,310.9361,8.062649,13.553973,27.496943,4.063225,3.5912716,63.930595,56.13493,67.2856,17.192768,24.621967,268.3031,7.9573636,2962.367,109.133995,55.49227,126.69838,115.18725,213.71797,140.93553,97.620964,30.514507,45.8128,118.85765,314.5493,785.3245,136.25134,460.97284,92.99248,106.0783,301.09662,306.55713,951.61255,316.85974,3.781428,18.028461,10.044354,41.34626,16200.568,4.767174,13.588031,23.3289,48.611324,549.47217,87.81627,197.84688,3.1772377,232.938,541.24036,357.28925,124.65046,366.35965,29.820879,71.06689,254.28526,13.158189,1.8184972,12.09602,2008.4688,0.1555904,0.5050613,55.95303,5.692608,3.8715675,5.8894334,10.414315,138.53363,48.179825,113.59006,747.8916,212.92357,1909.201,1765.6442,13.788764,25.765266,12384.158,8.50534,60.04245,578.33307,101.43381,150.98996,67.20837,342.62598,923.88727,403.4283,13.381087,79.07652,1047.3629,1928.1405,40.783466,552.86694,39.083996,1.0556673,60.133755,1.1179602,0.6711444,3.0448296,32.982483,114.29602,278.26932,17.63858,3486.3076,279.81158,101.26299,154.33636,77.36406,96.51898,56.203964,4.758636,97.67809,616.22455,175.52948,102.043465,83.075066,20.22285,71.1226,79.28461,47.596123,863.2265,172.34138,4006.4968,36.98843,3637.5386,79.05597,434.0963,2469.0823,78.17119,9.385475,1570.8529,1588.6663,5165.297,136.56311 +2023-07-06 06:00:00,0.0,16612.455,184.93208,20.69353,35.633114,23.03695,170.6974,24.533522,33.633614,19.778046,22.563992,636.6643,458.97363,10.045783,130.94426,14.407734,1.3715816,23.647184,20.912066,1.4479923,344.54437,0.36163548,312.0803,48.36696,0.43606886,2.7161987,107.77804,21.429901,67.58154,130.30357,19076.047,0.5648047,1512.1667,1.0093421,0.61138004,0.32820165,1.944941,156.9291,204.9378,28.323961,207.9254,23.189024,41.84279,1531.1636,3.7097626,192.41478,140.92729,343.00885,142.6994,372.34735,21.733738,364.0986,0.0,2651.829,15223.874,24.876657,390.45203,131.12544,44629.94,131.9189,20.593699,146.46436,306.4806,51.29548,18.882847,220.81854,2107.5444,350.56805,137.9436,17.309345,12.910833,445.98004,60.01972,1659.2899,134.10806,2197.9087,252.44757,358.34283,94.751755,310.64447,8.060658,13.54956,27.477783,4.0606947,3.5887706,63.937344,56.15393,67.29303,17.210886,24.629112,268.07712,7.9554963,2962.6365,109.048,55.52621,126.60693,115.14004,213.73038,140.85664,97.741936,30.489943,45.79905,118.81971,314.5126,784.95953,136.11935,460.6898,92.95035,106.12282,301.05173,306.7476,951.6342,316.6094,3.7819395,18.036089,10.042043,41.342518,16205.122,4.7642365,13.596834,23.34113,48.57851,549.1256,87.7492,197.73744,3.1767595,232.7635,541.0019,357.16702,124.655876,366.60626,29.830645,71.11633,254.14195,13.154403,1.818138,12.094004,2007.2882,0.15547216,0.5047338,55.940567,5.69712,3.87134,5.8863535,10.409517,138.46463,48.157562,113.54625,747.60986,212.96077,1909.415,1765.837,13.794194,25.773588,12382.044,8.504246,60.05712,578.53357,101.484276,151.03407,67.22923,342.74084,923.70386,403.47525,13.388364,79.108604,1047.3983,1928.4175,40.79714,552.96716,39.099934,1.0557323,60.13719,1.1179615,0.6711718,3.0449958,33.003094,114.31071,278.2339,17.641048,3485.8997,279.92877,101.303764,154.38104,77.37097,96.517136,56.199596,4.771438,97.689514,616.52606,175.64229,102.093765,83.13531,20.204033,71.23329,79.360886,47.578712,863.0211,172.35217,4005.8867,36.9807,3636.5383,79.05546,434.07254,2468.7432,78.17818,9.385626,1570.2051,1587.6158,5162.583,136.4895 +2023-07-06 07:00:00,0.0,16614.084,185.13687,20.70164,35.631042,23.04723,170.68373,24.53286,33.63155,19.778278,22.56093,637.0687,458.63385,10.043535,130.94452,14.395926,1.3703412,23.652622,20.894297,1.4493514,344.52274,0.36144212,312.10446,48.35715,0.43682122,2.71601,107.77648,21.420492,67.529724,130.25284,19089.5,0.56409675,1512.2474,1.0084268,0.6108301,0.32785124,1.942808,156.90506,204.86227,28.318,207.90894,23.185127,41.91065,1532.2025,3.7080169,192.62155,141.02176,343.04315,142.697,372.28525,21.753738,364.3419,0.0,2651.413,15222.071,24.898285,390.67996,131.16185,44627.938,131.91916,20.60833,146.50209,306.71786,51.32764,18.902473,220.89647,2107.6084,350.5552,138.02095,17.322994,12.918666,445.87656,60.04111,1658.658,134.02876,2198.3472,252.31303,358.3997,94.72346,310.35287,8.058668,13.545146,27.458624,4.058165,3.5862696,63.94409,56.17293,67.30045,17.229006,24.636257,267.85117,7.953629,2962.906,108.962006,55.560146,126.51548,115.09283,213.74278,140.77774,97.8629,30.46538,45.785297,118.78177,314.4759,784.59454,135.98737,460.40674,92.908226,106.16733,301.00684,306.93805,951.6558,316.35907,3.782451,18.043716,10.039731,41.33878,16209.677,4.761299,13.6056385,23.353361,48.545696,548.77905,87.68213,197.628,3.176281,232.58902,540.7635,357.04483,124.66129,366.85287,29.840412,71.16579,253.99863,13.150616,1.8177788,12.091988,2006.1077,0.15535392,0.50440633,55.9281,5.7016325,3.8711126,5.8832736,10.404719,138.39563,48.1353,113.50244,747.32825,212.99797,1909.6289,1766.0298,13.799624,25.781912,12379.93,8.503152,60.071796,578.7341,101.534744,151.0782,67.2501,342.85574,923.5204,403.52222,13.395641,79.14068,1047.4337,1928.6945,40.81081,553.06744,39.11587,1.0557972,60.14063,1.117963,0.67119914,3.0451622,33.023705,114.32539,278.19843,17.643517,3485.492,280.04593,101.34453,154.42574,77.377884,96.51529,56.19523,4.7842407,97.70094,616.8275,175.7551,102.144066,83.19556,20.185215,71.34399,79.437164,47.561302,862.8158,172.36295,4005.2766,36.972977,3635.5378,79.05495,434.04874,2468.4038,78.185165,9.3857765,1569.5574,1586.5654,5159.8687,136.41591 +2023-07-06 08:00:00,0.0,16615.713,185.34164,20.709751,35.62897,23.057508,170.67006,24.532198,33.629482,19.778511,22.557867,637.4731,458.2941,10.041287,130.94476,14.384119,1.3691008,23.658062,20.876528,1.4507107,344.5011,0.36124876,312.12866,48.347343,0.4375736,2.7158215,107.774925,21.411083,67.4779,130.20209,19102.955,0.5633889,1512.3281,1.0075114,0.6102802,0.3275008,1.940675,156.88101,204.78673,28.31204,207.89247,23.18123,41.97851,1533.2413,3.7062714,192.82834,141.11621,343.07745,142.69463,372.2231,21.773737,364.5852,0.0,2650.9968,15220.269,24.91991,390.90787,131.19826,44625.934,131.91942,20.622961,146.53983,306.95514,51.3598,18.922098,220.9744,2107.6726,350.54233,138.09831,17.336643,12.926497,445.77307,60.062504,1658.0259,133.94946,2198.7856,252.1785,358.4565,94.69517,310.06128,8.056677,13.540732,27.439465,4.055635,3.5837686,63.95084,56.191933,67.307884,17.247126,24.643404,267.62518,7.9517617,2963.1758,108.87601,55.594086,126.424034,115.045616,213.7552,140.69885,97.98387,30.440815,45.77155,118.74383,314.4392,784.22955,135.85538,460.1237,92.8661,106.211845,300.96194,307.1285,951.6774,316.10873,3.7829623,18.051344,10.037419,41.33504,16214.23,4.758362,13.614442,23.365593,48.512882,548.4325,87.61506,197.51857,3.1758027,232.41452,540.525,356.9226,124.66671,367.0995,29.85018,71.21524,253.85532,13.14683,1.8174196,12.089972,2004.927,0.15523568,0.5040788,55.915638,5.7061443,3.8708851,5.880193,10.399921,138.32663,48.11304,113.458626,747.0466,213.03519,1909.8429,1766.2227,13.805055,25.790234,12377.815,8.502057,60.086468,578.9346,101.58521,151.12231,67.270966,342.9706,923.337,403.56918,13.402919,79.17276,1047.4691,1928.9714,40.82448,553.1677,39.13181,1.0558622,60.14407,1.1179643,0.6712265,3.0453284,33.044315,114.34009,278.163,17.645985,3485.084,280.1631,101.3853,154.47043,77.384796,96.51344,56.19086,4.7970433,97.712364,617.129,175.8679,102.19436,83.2558,20.166399,71.45468,79.51344,47.54389,862.6105,172.37372,4004.6665,36.965252,3634.5376,79.05443,434.02496,2468.0645,78.192154,9.385927,1568.9095,1585.5149,5157.155,136.34232 +2023-07-06 09:00:00,0.0,16617.344,185.54642,20.717861,35.6269,23.06779,170.6564,24.531538,33.62742,19.778742,22.554804,637.8775,457.95435,10.03904,130.94502,14.372311,1.3678603,23.6635,20.858757,1.4520698,344.47946,0.36105537,312.15283,48.337536,0.438326,2.715633,107.77336,21.401676,67.42608,130.15135,19116.41,0.56268096,1512.4088,1.0065961,0.60973036,0.32715034,1.9385419,156.85696,204.7112,28.30608,207.876,23.177334,42.04637,1534.2802,3.704526,193.03513,141.21066,343.11176,142.69225,372.161,21.793737,364.8285,0.0,2650.5806,15218.466,24.941538,391.1358,131.23466,44623.93,131.91968,20.637592,146.57758,307.19238,51.39196,18.941723,221.05232,2107.7366,350.52948,138.17566,17.35029,12.934329,445.6696,60.083897,1657.3939,133.87016,2199.2239,252.04395,358.51337,94.66688,309.76968,8.054687,13.536319,27.420305,4.0531054,3.5812676,63.95759,56.210934,67.31531,17.265245,24.650549,267.3992,7.9498944,2963.4453,108.790016,55.628025,126.33259,114.998405,213.76761,140.61995,98.104836,30.41625,45.757797,118.705894,314.4025,783.86456,135.72339,459.8406,92.823975,106.256355,300.91705,307.31894,951.6991,315.8584,3.7834737,18.058973,10.035108,41.3313,16218.785,4.7554245,13.623245,23.377823,48.48007,548.08594,87.54799,197.40913,3.1753242,232.24002,540.28656,356.80038,124.67213,367.3461,29.859945,71.264694,253.71199,13.1430435,1.8170605,12.087955,2003.7465,0.15511744,0.5037513,55.90317,5.7106566,3.8706577,5.8771133,10.3951235,138.25763,48.09078,113.41482,746.76495,213.07239,1910.0568,1766.4154,13.810484,25.798555,12375.701,8.500963,60.101143,579.1351,101.63569,151.16644,67.29183,343.08548,923.1535,403.61612,13.410196,79.20484,1047.5044,1929.2484,40.83815,553.268,39.14775,1.0559272,60.147507,1.1179657,0.67125386,3.0454948,33.064922,114.354774,278.12753,17.648455,3484.676,280.28024,101.42607,154.51512,77.39171,96.51159,56.186493,4.8098454,97.72379,617.4305,175.98071,102.24466,83.31604,20.147581,71.56538,79.589714,47.52648,862.40515,172.38449,4004.0566,36.957523,3633.537,79.05392,434.00116,2467.7253,78.19914,9.386078,1568.2618,1584.4645,5154.441,136.26872 +2023-07-06 10:00:00,0.0,16618.973,185.7512,20.725973,35.62483,23.07807,170.64273,24.530876,33.625355,19.778975,22.55174,638.2819,457.61456,10.036792,130.94527,14.360503,1.36662,23.66894,20.840988,1.4534289,344.45782,0.36086202,312.177,48.327732,0.43907836,2.7154446,107.771805,21.392267,67.37426,130.1006,19129.863,0.5619731,1512.4895,1.0056808,0.60918045,0.3267999,1.9364089,156.83293,204.63567,28.300121,207.85954,23.173437,42.11423,1535.3191,3.7027802,193.24191,141.30513,343.146,142.68985,372.09888,21.813738,365.07178,0.0,2650.1643,15216.662,24.963163,391.36374,131.27107,44621.926,131.91994,20.652225,146.61531,307.42963,51.42412,18.96135,221.13025,2107.8005,350.51663,138.25302,17.36394,12.942161,445.5661,60.105293,1656.762,133.79086,2199.6624,251.90941,358.57022,94.63858,309.47806,8.052695,13.531905,27.401146,4.0505753,3.5787666,63.964336,56.229935,67.32274,17.283365,24.657694,267.17325,7.948027,2963.7148,108.70402,55.66196,126.24114,114.9512,213.78001,140.54105,98.22581,30.391687,45.744045,118.66795,314.3658,783.4996,135.5914,459.55756,92.781845,106.30087,300.87216,307.5094,951.7207,315.60806,3.7839851,18.0666,10.032796,41.32756,16223.339,4.752487,13.63205,23.390055,48.447254,547.7394,87.48092,197.2997,3.1748457,232.06552,540.0481,356.67816,124.67754,367.5927,29.869713,71.31415,253.56868,13.139257,1.8167013,12.085939,2002.5659,0.1549992,0.5034238,55.890705,5.715169,3.8704302,5.8740335,10.390326,138.18863,48.068516,113.37101,746.4833,213.1096,1910.2706,1766.6083,13.815914,25.806877,12373.587,8.499869,60.115814,579.3356,101.68616,151.21056,67.3127,343.20035,922.9701,403.6631,13.417473,79.236916,1047.5398,1929.5254,40.851818,553.3683,39.16369,1.0559921,60.150944,1.117967,0.67128116,3.045661,33.085533,114.36946,278.0921,17.650923,3484.268,280.3974,101.46684,154.55981,77.39862,96.50974,56.182125,4.822648,97.735214,617.732,176.0935,102.29496,83.37629,20.128763,71.67607,79.66599,47.50907,862.1998,172.39528,4003.4465,36.9498,3632.5369,79.053406,433.9774,2467.386,78.20613,9.386229,1567.614,1583.4141,5151.727,136.19513 +2023-07-06 11:00:00,0.0,16620.602,185.956,20.734083,35.622757,23.088348,170.62906,24.530214,33.623287,19.779205,22.548677,638.68634,457.2748,10.034544,130.94553,14.348695,1.3653795,23.674377,20.82322,1.454788,344.43616,0.36066863,312.20117,48.317924,0.43983075,2.715256,107.77025,21.382858,67.32243,130.04987,19143.318,0.5612652,1512.5702,1.0047654,0.60863054,0.32644945,1.9342757,156.80888,204.56012,28.29416,207.84308,23.16954,42.18209,1536.3579,3.7010348,193.44868,141.39958,343.1803,142.68747,372.03677,21.833738,365.3151,0.0,2649.748,15214.859,24.98479,391.59164,131.30748,44619.92,131.9202,20.666857,146.65305,307.6669,51.456284,18.980974,221.20818,2107.8647,350.50378,138.33037,17.377588,12.949992,445.46262,60.126686,1656.1299,133.71156,2200.1008,251.77486,358.62708,94.61029,309.18646,8.050705,13.527491,27.381989,4.048045,3.5762656,63.97108,56.248936,67.33016,17.301483,24.664839,266.94727,7.94616,2963.9846,108.61803,55.6959,126.14969,114.90399,213.79243,140.46216,98.34677,30.367123,45.730293,118.63001,314.32913,783.1346,135.45941,459.2745,92.73972,106.34538,300.82727,307.69986,951.7423,315.35773,3.7844965,18.074228,10.030483,41.323822,16227.893,4.74955,13.640853,23.402287,48.41444,547.3929,87.41385,197.19026,3.1743674,231.89102,539.80963,356.55597,124.68296,367.83932,29.87948,71.363594,253.42535,13.13547,1.816342,12.083923,2001.3853,0.15488096,0.5030963,55.878242,5.7196813,3.8702028,5.8709536,10.385529,138.11963,48.046253,113.3272,746.2016,213.1468,1910.4846,1766.8011,13.821344,25.815199,12371.473,8.4987755,60.130486,579.5361,101.736626,151.25467,67.333565,343.31522,922.7866,403.71002,13.42475,79.269,1047.5752,1929.8024,40.86549,553.4685,39.179626,1.0560571,60.15438,1.1179684,0.6713085,3.0458274,33.106144,114.38415,278.05667,17.65339,3483.86,280.51456,101.507614,154.6045,77.40553,96.5079,56.177757,4.8354506,97.74664,618.0335,176.20631,102.34526,83.43653,20.109947,71.786766,79.74227,47.49166,861.9945,172.40605,4002.8364,36.94207,3631.5364,79.052895,433.95358,2467.0466,78.21312,9.386379,1566.9662,1582.3636,5149.013,136.12154 +2023-07-06 12:00:00,0.0,16622.23,186.16077,20.742195,35.620686,23.098629,170.6154,24.529552,33.621223,19.779438,22.545614,639.0907,456.93503,10.032296,130.94577,14.336887,1.3641391,23.679815,20.80545,1.4561472,344.41452,0.36047527,312.22534,48.308117,0.4405831,2.7150674,107.76869,21.37345,67.270615,129.99913,19156.773,0.56055725,1512.6509,1.0038501,0.6080807,0.32609904,1.9321427,156.78485,204.48459,28.2882,207.82661,23.165644,42.24995,1537.3967,3.699289,193.65547,141.49405,343.2146,142.68509,371.97464,21.853737,365.55838,0.0,2649.332,15213.057,25.006416,391.81958,131.34389,44617.918,131.92046,20.681488,146.69078,307.90417,51.488445,19.0006,221.2861,2107.9287,350.49094,138.40773,17.391237,12.957824,445.3591,60.14808,1655.4979,133.63226,2200.5393,251.64032,358.6839,94.58199,308.89487,8.048714,13.523077,27.36283,4.0455155,3.5737646,63.97783,56.267937,67.33759,17.319603,24.671986,266.7213,7.9442925,2964.2542,108.53203,55.72984,126.05824,114.85678,213.80484,140.38326,98.46774,30.34256,45.716545,118.59208,314.29242,782.76965,135.32742,458.99142,92.69759,106.38989,300.78238,307.89032,951.764,315.1074,3.785008,18.081856,10.028172,41.32008,16232.447,4.7466125,13.649657,23.414516,48.381626,547.0463,87.34678,197.08083,3.173889,231.71654,539.57117,356.43375,124.68838,368.0859,29.889248,71.41305,253.28204,13.131684,1.8159828,12.081906,2000.2047,0.15476273,0.50276875,55.865776,5.7241936,3.8699753,5.867873,10.380731,138.05064,48.023994,113.283394,745.92,213.184,1910.6985,1766.9939,13.826775,25.823523,12369.359,8.497681,60.14516,579.7366,101.787094,151.2988,67.35443,343.4301,922.6032,403.757,13.432028,79.30107,1047.6106,1930.0793,40.87916,553.5688,39.195564,1.0561221,60.15782,1.1179698,0.6713359,3.0459936,33.126755,114.398834,278.0212,17.65586,3483.4521,280.6317,101.548386,154.6492,77.412445,96.50605,56.173386,4.848253,97.758064,618.33496,176.31912,102.39555,83.49678,20.09113,71.89746,79.81855,47.474247,861.7891,172.41682,4002.2263,36.934345,3630.5361,79.05238,433.9298,2466.7075,78.22011,9.38653,1566.3185,1581.3131,5146.299,136.04794 +2023-07-06 13:00:00,0.0,16623.861,186.36554,20.750307,35.618614,23.10891,170.60173,24.52889,33.619156,19.779669,22.542551,639.4951,456.59528,10.030048,130.94603,14.32508,1.3628987,23.685255,20.787682,1.4575063,344.39288,0.3602819,312.2495,48.298313,0.4413355,2.7148788,107.767136,21.36404,67.21879,129.94838,19170.227,0.5598494,1512.7316,1.0029348,0.6075308,0.3257486,1.9300097,156.7608,204.40904,28.28224,207.81015,23.161747,42.31781,1538.4357,3.6975436,193.86226,141.5885,343.2489,142.6827,371.91254,21.873737,365.80167,0.0,2648.9158,15211.254,25.028044,392.04752,131.3803,44615.914,131.92072,20.69612,146.72852,308.14142,51.520603,19.020226,221.36403,2107.993,350.4781,138.48508,17.404884,12.965655,445.2556,60.16947,1654.8658,133.55296,2200.9778,251.50577,358.74072,94.5537,308.60327,8.046723,13.518663,27.34367,4.0429854,3.5712633,63.984577,56.28694,67.345024,17.337723,24.67913,266.49533,7.9424257,2964.5237,108.44604,55.76378,125.9668,114.80957,213.81725,140.30437,98.58871,30.317995,45.702793,118.55414,314.25574,782.40466,135.19543,458.70837,92.65547,106.43441,300.73752,308.08078,951.7856,314.85706,3.7855194,18.089483,10.02586,41.31634,16237.001,4.7436757,13.658461,23.426748,48.348812,546.69977,87.27971,196.97139,3.1734107,231.54204,539.33276,356.31152,124.693794,368.33252,29.899014,71.4625,253.13872,13.127898,1.8156236,12.07989,1999.0242,0.15464449,0.5024413,55.853313,5.728706,3.8697479,5.8647933,10.375933,137.98164,48.00173,113.239586,745.6383,213.22122,1910.9125,1767.1868,13.832205,25.831844,12367.245,8.496587,60.159832,579.9371,101.83757,151.34291,67.3753,343.54498,922.41974,403.80396,13.439305,79.33315,1047.6459,1930.3563,40.89283,553.66907,39.211502,1.056187,60.16126,1.1179712,0.67136323,3.04616,33.14736,114.41353,277.98578,17.658329,3483.0444,280.74887,101.58916,154.69388,77.41936,96.5042,56.169018,4.8610554,97.769485,618.6365,176.43193,102.445854,83.55702,20.072313,72.008156,79.89483,47.456837,861.5838,172.4276,4001.6162,36.92662,3629.5356,79.051865,433.906,2466.3682,78.2271,9.386681,1565.6707,1580.2627,5143.585,135.97435 +2023-07-06 14:00:00,0.0,16625.49,186.57033,20.758417,35.616543,23.119188,170.58806,24.528229,33.617092,19.779902,22.53949,639.89954,456.25552,10.027801,130.94627,14.3132715,1.3616582,23.690693,20.769913,1.4588654,344.37125,0.36008853,312.27368,48.288506,0.4420879,2.7146902,107.76558,21.354631,67.16697,129.89764,19183.682,0.55914146,1512.8123,1.0020194,0.60698086,0.32539815,1.9278767,156.73676,204.33351,28.27628,207.79369,23.15785,42.38567,1539.4745,3.695798,194.06903,141.68295,343.28317,142.68031,371.8504,21.893738,366.04498,0.0,2648.4995,15209.45,25.04967,392.27542,131.41672,44613.91,131.92097,20.710752,146.76625,308.37866,51.552765,19.039852,221.44196,2108.057,350.4652,138.56244,17.418533,12.973488,445.15213,60.19087,1654.2339,133.47366,2201.416,251.37123,358.7976,94.525406,308.31165,8.044732,13.51425,27.32451,4.0404553,3.5687623,63.991325,56.30594,67.35245,17.355843,24.686275,266.26938,7.9405584,2964.7932,108.36004,55.797714,125.87534,114.76236,213.82967,140.22546,98.70968,30.29343,45.68904,118.5162,314.21902,782.0397,135.06345,458.42532,92.61334,106.47892,300.69263,308.27124,951.8072,314.60672,3.786031,18.09711,10.023548,41.312603,16241.556,4.7407384,13.667264,23.43898,48.315998,546.3532,87.21264,196.86195,3.1729321,231.36754,539.0943,356.1893,124.69921,368.57913,29.908781,71.511955,252.9954,13.124112,1.8152645,12.077874,1997.8435,0.15452625,0.50211376,55.840847,5.733218,3.8695204,5.8617134,10.371135,137.91264,47.97947,113.19578,745.3567,213.25842,1911.1263,1767.3795,13.837635,25.840166,12365.131,8.495493,60.174507,580.1376,101.88804,151.38704,67.39617,343.65985,922.2363,403.8509,13.446582,79.365234,1047.6813,1930.6333,40.9065,553.76935,39.227444,1.056252,60.164696,1.1179726,0.6713906,3.0463262,33.167973,114.428215,277.95032,17.660797,3482.6365,280.86603,101.62993,154.73857,77.42627,96.50235,56.16465,4.8738575,97.780914,618.9379,176.54474,102.496155,83.61727,20.053495,72.11885,79.9711,47.439426,861.3785,172.43839,4001.0063,36.91889,3628.5354,79.05135,433.88223,2466.0288,78.234085,9.386831,1565.023,1579.2123,5140.871,135.90076 +2023-07-06 15:00:00,0.0,16627.12,186.77512,20.76653,35.61447,23.129469,170.5744,24.527567,33.61503,19.780132,22.536427,640.30396,455.91574,10.025553,130.94653,14.301464,1.3604178,23.696133,20.752144,1.4602245,344.3496,0.35989517,312.29785,48.278698,0.44284025,2.7145019,107.764015,21.345224,67.11514,129.8469,19197.137,0.5584336,1512.893,1.0011041,0.60643095,0.3250477,1.9257436,156.71272,204.25797,28.27032,207.77722,23.153954,42.45353,1540.5133,3.6940525,194.27582,141.77742,343.31744,142.67792,371.7883,21.913738,366.28827,0.0,2648.0835,15207.647,25.071297,392.50336,131.45312,44611.906,131.92123,20.725384,146.80399,308.61594,51.584927,19.059477,221.51987,2108.121,350.45236,138.63979,17.432182,12.981319,445.04865,60.21226,1653.6019,133.39436,2201.8545,251.2367,358.85443,94.497116,308.02005,8.042742,13.509836,27.305351,4.0379257,3.5662613,63.998074,56.324944,67.35988,17.373962,24.69342,266.0434,7.938691,2965.063,108.27405,55.831654,125.7839,114.71515,213.84207,140.14658,98.83064,30.268867,45.67529,118.47826,314.18234,781.6747,134.93146,458.14227,92.57122,106.52344,300.64774,308.4617,951.82886,314.35635,3.7865424,18.104738,10.021236,41.30886,16246.109,4.737801,13.676068,23.45121,48.28318,546.00665,87.14557,196.75252,3.1724539,231.19304,538.85583,356.0671,124.70463,368.82574,29.918549,71.56141,252.85208,13.120325,1.8149053,12.075858,1996.663,0.15440801,0.50178623,55.828384,5.7377305,3.869293,5.8586335,10.366337,137.84364,47.95721,113.15197,745.075,213.29564,1911.3402,1767.5724,13.843065,25.848488,12363.017,8.494398,60.18918,580.3381,101.93851,151.43115,67.41704,343.77472,922.05286,403.89786,13.453859,79.39731,1047.7167,1930.9103,40.92017,553.8696,39.24338,1.056317,60.168133,1.1179739,0.67141795,3.0464926,33.188583,114.4429,277.9149,17.663265,3482.2285,280.9832,101.6707,154.78326,77.43318,96.5005,56.160282,4.88666,97.792336,619.23944,176.65755,102.54645,83.67751,20.034678,72.229546,80.04738,47.422016,861.17316,172.44916,4000.3962,36.911167,3627.535,79.05084,433.85843,2465.6897,78.24107,9.386982,1564.3751,1578.1617,5138.157,135.82716 +2023-07-06 16:00:00,0.0,16628.75,186.97989,20.77464,35.6124,23.13975,170.56073,24.526905,33.61296,19.780365,22.533363,640.7083,455.576,10.023305,130.94678,14.289657,1.3591774,23.70157,20.734373,1.4615836,344.32797,0.3597018,312.32202,48.268894,0.44359264,2.7143133,107.76246,21.335815,67.063324,129.79616,19210.59,0.55772567,1512.9736,1.0001887,0.6058811,0.32469726,1.9236106,156.68867,204.18243,28.26436,207.76076,23.150057,42.52139,1541.5522,3.6923068,194.4826,141.87187,343.35175,142.67554,371.72617,21.933739,366.53156,0.0,2647.667,15205.845,25.092922,392.7313,131.48953,44609.906,131.9215,20.740015,146.84172,308.8532,51.61709,19.079103,221.5978,2108.185,350.4395,138.71715,17.445831,12.989151,444.94516,60.233654,1652.9698,133.31506,2202.293,251.10214,358.9113,94.46883,307.72845,8.0407505,13.505423,27.286192,4.0353956,3.5637603,64.00482,56.34394,67.3673,17.39208,24.700567,265.81744,7.936824,2965.3325,108.18805,55.865593,125.69245,114.66794,213.85448,140.06767,98.951614,30.244303,45.661537,118.44032,314.14566,781.3097,134.79947,457.8592,92.52909,106.56795,300.60284,308.65216,951.85046,314.10602,3.7870538,18.112366,10.018925,41.305122,16250.663,4.7348638,13.684872,23.463442,48.250366,545.6601,87.0785,196.64308,3.1719754,231.01855,538.6174,355.9449,124.710045,369.07236,29.928316,71.610855,252.70877,13.116539,1.8145461,12.073842,1995.4824,0.15428977,0.50145876,55.815918,5.742243,3.8690655,5.855553,10.361539,137.77464,47.934948,113.10816,744.79333,213.33284,1911.5542,1767.7653,13.8484955,25.85681,12360.902,8.493304,60.203854,580.5386,101.988976,151.47528,67.437904,343.88962,921.86945,403.9448,13.461137,79.42939,1047.7521,1931.1873,40.93384,553.96985,39.25932,1.056382,60.171574,1.1179754,0.6714453,3.0466588,33.209194,114.45759,277.87943,17.665735,3481.8206,281.10034,101.711464,154.82796,77.440094,96.49866,56.155914,4.8994627,97.803764,619.54095,176.77036,102.59675,83.737755,20.015862,72.34024,80.12366,47.404606,860.96783,172.45993,3999.7861,36.90344,3626.5347,79.05033,433.83466,2465.3503,78.24806,9.387133,1563.7274,1577.1113,5135.443,135.75357 +2023-07-06 17:00:00,0.0,16630.379,187.18466,20.782751,35.61033,23.150028,170.54706,24.526243,33.610897,19.780598,22.5303,641.11273,455.2362,10.021057,130.94704,14.277848,1.357937,23.707008,20.716604,1.4629428,344.3063,0.35950842,312.3462,48.259087,0.44434503,2.7141247,107.7609,21.326406,67.011505,129.74542,19224.045,0.55701774,1513.0543,0.9992734,0.6053312,0.3243468,1.9214774,156.66464,204.1069,28.2584,207.7443,23.14616,42.58925,1542.5911,3.6905613,194.68939,141.96634,343.38605,142.67316,371.66406,21.953737,366.77487,0.0,2647.251,15204.042,25.11455,392.95923,131.52594,44607.902,131.92175,20.754646,146.87947,309.09045,51.649246,19.098728,221.67572,2108.249,350.42667,138.7945,17.459478,12.996983,444.84167,60.255047,1652.3379,133.23576,2202.7314,250.9676,358.9681,94.44053,307.43686,8.03876,13.501008,27.267033,4.0328655,3.5612593,64.01157,56.362946,67.37473,17.4102,24.707712,265.59146,7.9349566,2965.602,108.10206,55.89953,125.601006,114.62073,213.8669,139.98877,99.07258,30.21974,45.64779,118.40238,314.10895,780.9447,134.66748,457.57614,92.48697,106.612465,300.55795,308.84262,951.8721,313.85568,3.7875652,18.119993,10.016613,41.301384,16255.218,4.7319264,13.693676,23.475674,48.217552,545.3136,87.01143,196.53365,3.171497,230.84406,538.3789,355.82266,124.71546,369.31897,29.938082,71.66031,252.56544,13.112753,1.8141869,12.071826,1994.3018,0.15417153,0.50113124,55.803455,5.746755,3.8688378,5.8524733,10.356741,137.70564,47.912685,113.064354,744.5117,213.37004,1911.7681,1767.958,13.853925,25.865133,12358.788,8.49221,60.218525,580.7391,102.03945,151.5194,67.45877,344.0045,921.686,403.99176,13.468414,79.46147,1047.7874,1931.4642,40.94751,554.0701,39.275257,1.0564469,60.17501,1.1179767,0.67147267,3.0468252,33.2298,114.47228,277.844,17.668203,3481.4126,281.2175,101.752235,154.87265,77.44701,96.49681,56.151546,4.912265,97.815186,619.8424,176.88316,102.64705,83.798004,19.997044,72.450935,80.199936,47.387196,860.76245,172.4707,3999.176,36.895714,3625.5342,79.04981,433.81085,2465.011,78.25505,9.387283,1563.0796,1576.0609,5132.729,135.67998 +2023-07-06 18:00:00,0.0,16632.008,187.38945,20.790861,35.608253,23.160309,170.5334,24.525581,33.608833,19.780828,22.527237,641.51715,454.89645,10.018809,130.94728,14.266041,1.3566965,23.712448,20.698835,1.464302,344.28467,0.35931507,312.37036,48.24928,0.4450974,2.713936,107.759346,21.316998,66.95968,129.69467,19237.5,0.5563099,1513.135,0.9983581,0.60478127,0.3239964,1.9193445,156.6406,204.03136,28.25244,207.72783,23.142263,42.65711,1543.6299,3.6888156,194.89616,142.06079,343.42032,142.67076,371.60193,21.973738,367.01816,0.0,2646.8347,15202.238,25.136175,393.18713,131.56235,44605.9,131.92201,20.76928,146.9172,309.3277,51.681408,19.118353,221.75365,2108.3132,350.41382,138.87186,17.473127,13.004814,444.7382,60.276443,1651.7058,133.15646,2203.17,250.83305,359.025,94.41224,307.14526,8.036769,13.496594,27.247873,4.030336,3.5587583,64.01832,56.381943,67.38216,17.42832,24.714857,265.36548,7.9330893,2965.8718,108.01606,55.933468,125.50955,114.57352,213.8793,139.90988,99.19355,30.195175,45.634037,118.36444,314.07227,780.5797,134.53548,457.2931,92.44484,106.656975,300.51306,309.03308,951.89374,313.60535,3.7880766,18.12762,10.014301,41.29764,16259.771,4.728989,13.702479,23.487904,48.18474,544.96704,86.94436,196.42421,3.1710186,230.66956,538.14044,355.70044,124.72088,369.56558,29.94785,71.70976,252.42213,13.108966,1.8138276,12.06981,1993.1212,0.15405329,0.5008037,55.79099,5.7512674,3.8686104,5.8493934,10.351943,137.63664,47.890427,113.020546,744.23004,213.40726,1911.982,1768.1509,13.859355,25.873455,12356.674,8.491117,60.233196,580.9396,102.08992,151.5635,67.47964,344.11935,921.50256,404.03873,13.475692,79.493546,1047.8228,1931.7412,40.96118,554.1704,39.291195,1.0565118,60.178448,1.1179781,0.6715,3.0469913,33.250412,114.48697,277.80856,17.670671,3481.0046,281.33466,101.79301,154.91734,77.45392,96.49496,56.14718,4.9250674,97.826614,620.1439,176.99597,102.69734,83.858246,19.978226,72.56164,80.27621,47.369785,860.5571,172.48149,3998.566,36.88799,3624.534,79.0493,433.78705,2464.6719,78.26204,9.387434,1562.4319,1575.0104,5130.015,135.60638 +2023-07-06 19:00:00,0.0,16633.637,187.59424,20.798973,35.606182,23.17059,170.51973,24.52492,33.606766,19.781061,22.524174,641.9216,454.55667,10.0165615,130.94754,14.254232,1.3554561,23.717886,20.681067,1.465661,344.26303,0.35912168,312.39453,48.23947,0.44584978,2.7137477,107.75779,21.307589,66.90786,129.64394,19250.953,0.55560195,1513.2157,0.9974428,0.6042314,0.32364595,1.9172114,156.61656,203.95583,28.246479,207.71136,23.138367,42.72497,1544.6688,3.6870701,195.10295,142.15524,343.4546,142.66838,371.53983,21.993738,367.26144,0.0,2646.4185,15200.436,25.157803,393.41507,131.59875,44603.895,131.92227,20.78391,146.95494,309.56497,51.71357,19.13798,221.83157,2108.3772,350.40097,138.9492,17.486776,13.012646,444.6347,60.297836,1651.0739,133.07715,2203.6082,250.69852,359.08182,94.38394,306.85364,8.034779,13.492181,27.228714,4.027806,3.5562572,64.02507,56.400948,67.38959,17.44644,24.722002,265.13953,7.931222,2966.1414,107.93007,55.967407,125.418106,114.526306,213.89171,139.83098,99.314514,30.170612,45.620285,118.32651,314.03555,780.2147,134.40349,457.01,92.40272,106.701485,300.46817,309.2235,951.91534,313.355,3.788588,18.13525,10.011989,41.293903,16264.326,4.726052,13.711284,23.500135,48.151924,544.6205,86.87729,196.31477,3.1705403,230.49506,537.90204,355.57825,124.726295,369.8122,29.957617,71.75922,252.27881,13.10518,1.8134685,12.067794,1991.9407,0.15393505,0.5004762,55.778526,5.7557797,3.868383,5.846313,10.347146,137.56764,47.868164,112.97674,743.94836,213.44446,1912.1959,1768.3436,13.864785,25.881777,12354.561,8.490022,60.24787,581.1401,102.14039,151.60764,67.5005,344.23422,921.3191,404.08566,13.482968,79.52563,1047.8582,1932.0182,40.974854,554.2707,39.307137,1.0565767,60.181885,1.1179794,0.6715274,3.0471575,33.271023,114.501656,277.7731,17.67314,3480.597,281.45184,101.83378,154.96204,77.46083,96.49311,56.14281,4.93787,97.838036,620.4454,177.10878,102.74764,83.918495,19.95941,72.67233,80.352486,47.352375,860.3518,172.49226,3997.956,36.88026,3623.5334,79.04879,433.76328,2464.3325,78.269035,9.387585,1561.784,1573.96,5127.3013,135.53278 +2023-07-06 20:00:00,0.0,16635.268,187.79901,20.807083,35.60411,23.18087,170.50606,24.524258,33.604702,19.781292,22.521112,642.326,454.21692,10.014314,130.94778,14.242425,1.3542157,23.723326,20.663298,1.4670202,344.2414,0.35892832,312.4187,48.229668,0.44660214,2.7135592,107.75623,21.298182,66.85603,129.5932,19264.408,0.5548941,1513.2964,0.99652743,0.6036815,0.3232955,1.9150784,156.59251,203.88028,28.24052,207.69489,23.13447,42.79283,1545.7076,3.6853247,195.30974,142.24971,343.4889,142.666,371.4777,22.013739,367.50476,0.0,2646.0024,15198.633,25.179428,393.643,131.63516,44601.89,131.92255,20.798542,146.99268,309.80225,51.74573,19.157604,221.9095,2108.4414,350.3881,139.02657,17.500425,13.020477,444.53122,60.31923,1650.4418,132.99785,2204.0466,250.56398,359.13867,94.35565,306.56204,8.032787,13.487767,27.209555,4.025276,3.5537562,64.031815,56.419952,67.39701,17.46456,24.729149,264.91354,7.9293547,2966.411,107.84407,56.001343,125.32666,114.479095,213.90413,139.75209,99.435486,30.146048,45.606533,118.28857,313.99887,779.8498,134.2715,456.72696,92.36059,106.746,300.42328,309.41397,951.93695,313.10468,3.7890995,18.142878,10.009677,41.290165,16268.88,4.7231145,13.720087,23.512367,48.11911,544.2739,86.81022,196.20534,3.1700618,230.32057,537.6636,355.45602,124.73171,370.0588,29.967384,71.80867,252.1355,13.101394,1.8131093,12.065778,1990.76,0.1538168,0.5001487,55.76606,5.760292,3.8681555,5.843233,10.342348,137.49866,47.8459,112.93293,743.66675,213.48166,1912.4098,1768.5365,13.870215,25.890099,12352.446,8.488928,60.262543,581.3406,102.190865,151.65175,67.52137,344.3491,921.1357,404.13263,13.490246,79.55771,1047.8934,1932.295,40.98852,554.371,39.323074,1.0566417,60.18532,1.1179808,0.67155474,3.047324,33.291634,114.51634,277.73767,17.67561,3480.189,281.569,101.87455,155.00671,77.46774,96.491264,56.13844,4.950672,97.849464,620.7469,177.22159,102.79794,83.97874,19.940592,72.78303,80.428764,47.334965,860.1465,172.50304,3997.346,36.872536,3622.5332,79.04828,433.73947,2463.9932,78.276024,9.387734,1561.1364,1572.9095,5124.5874,135.45918 +2023-07-06 21:00:00,0.0,16636.896,188.00378,20.815195,35.60204,23.191149,170.4924,24.523596,33.602634,19.781525,22.51805,642.73035,453.87717,10.012066,130.94804,14.230618,1.3529752,23.728764,20.645529,1.4683794,344.21976,0.35873497,312.44287,48.21986,0.44735453,2.7133706,107.75467,21.288773,66.804214,129.54245,19277.863,0.55418617,1513.3771,0.9956121,0.6031316,0.32294506,1.9129453,156.56847,203.80475,28.23456,207.67842,23.130573,42.86069,1546.7465,3.683579,195.51653,142.34416,343.5232,142.6636,371.4156,22.033737,367.74805,0.0,2645.5862,15196.83,25.201056,393.8709,131.67157,44599.887,131.9228,20.813173,147.03041,310.0395,51.777893,19.17723,221.98743,2108.5054,350.37524,139.10391,17.514074,13.02831,444.42773,60.340622,1649.8098,132.91855,2204.485,250.42943,359.1955,94.327354,306.27045,8.030797,13.483354,27.190395,4.022746,3.5512552,64.03856,56.43895,67.40444,17.48268,24.736294,264.6876,7.9274874,2966.6804,107.75808,56.035282,125.23521,114.43189,213.91653,139.67319,99.55645,30.121483,45.59278,118.250626,313.9622,779.4848,134.13951,456.4439,92.31847,106.79051,300.3784,309.60443,951.9586,312.85434,3.7896109,18.150505,10.007365,41.286423,16273.435,4.720177,13.72889,23.524597,48.086296,543.92737,86.74315,196.0959,3.1695836,230.14607,537.4251,355.3338,124.73713,370.30542,29.97715,71.858116,251.99217,13.097608,1.8127501,12.063762,1989.5795,0.15369856,0.4998212,55.753597,5.7648044,3.867928,5.840153,10.33755,137.42966,47.82364,112.88912,743.3851,213.51888,1912.6238,1768.7292,13.875646,25.89842,12350.332,8.487834,60.277218,581.5411,102.24133,151.69588,67.54224,344.464,920.9522,404.17957,13.497523,79.58978,1047.9288,1932.572,41.002193,554.47125,39.339012,1.0567067,60.188763,1.1179821,0.6715821,3.0474901,33.312244,114.53103,277.7022,17.678078,3479.781,281.68616,101.91532,155.0514,77.474655,96.48942,56.13407,4.9634748,97.860886,621.0484,177.3344,102.84824,84.03899,19.921774,72.89372,80.50504,47.317554,859.94116,172.51381,3996.7358,36.864807,3621.5327,79.04777,433.7157,2463.654,78.28301,9.387885,1560.4885,1571.8591,5121.873,135.38559 +2023-07-06 22:00:00,0.0,16638.525,188.20857,20.823305,35.599968,23.20143,170.47873,24.522934,33.60057,19.781755,22.514986,643.13477,453.53738,10.009818,130.94829,14.218809,1.3517349,23.734201,20.62776,1.4697385,344.19812,0.35854158,312.46704,48.210052,0.4481069,2.713182,107.75311,21.279364,66.752396,129.49171,19291.318,0.55347824,1513.4578,0.99469674,0.60258174,0.3225946,1.9108121,156.54443,203.7292,28.2286,207.66196,23.126677,42.92855,1547.7854,3.6818335,195.7233,142.43861,343.5575,142.66122,371.35345,22.053738,367.99133,0.0,2645.17,15195.026,25.222681,394.09885,131.70798,44597.883,131.92307,20.827806,147.06815,310.27673,51.81005,19.196856,222.06535,2108.5696,350.3624,139.18127,17.527721,13.036141,444.32425,60.362015,1649.1779,132.83925,2204.9236,250.29489,359.25238,94.299065,305.97885,8.028806,13.47894,27.171236,4.020216,3.5487542,64.04531,56.457954,67.41187,17.500797,24.743439,264.4616,7.9256206,2966.9502,107.67208,56.06922,125.14376,114.38468,213.92894,139.59428,99.67742,30.09692,45.579033,118.212685,313.92548,779.1198,134.00752,456.16086,92.27634,106.83503,300.3335,309.7949,951.9802,312.604,3.7901223,18.158133,10.0050535,41.282684,16277.988,4.71724,13.737695,23.536829,48.053482,543.5809,86.67608,195.98647,3.169105,229.97157,537.18665,355.21158,124.742546,370.55203,29.986917,71.90757,251.84886,13.093821,1.8123909,12.061746,1988.3989,0.15358032,0.4994937,55.74113,5.7693167,3.8677006,5.8370733,10.332752,137.36066,47.80138,112.845314,743.10345,213.55608,1912.8376,1768.9221,13.881076,25.906742,12348.218,8.486739,60.29189,581.7416,102.2918,151.73999,67.5631,344.57886,920.7688,404.22653,13.504801,79.621864,1047.9642,1932.849,41.01586,554.5715,39.35495,1.0567716,60.1922,1.1179836,0.67160946,3.0476565,33.33285,114.54572,277.66678,17.680546,3479.373,281.8033,101.95609,155.0961,77.48157,96.487564,56.129704,4.976277,97.872314,621.34985,177.4472,102.89854,84.09923,19.902958,73.00442,80.581314,47.300144,859.7358,172.5246,3996.1257,36.857082,3620.5325,79.04725,433.6919,2463.3147,78.29,9.388036,1559.8408,1570.8086,5119.159,135.312 +2023-07-06 23:00:00,0.0,16640.156,188.41336,20.831417,35.597897,23.21171,170.46506,24.522274,33.598507,19.781988,22.511923,643.5392,453.19763,10.00757,130.94855,14.207002,1.3504944,23.739641,20.60999,1.4710976,344.17645,0.35834822,312.4912,48.20025,0.44885927,2.7129934,107.75156,21.269955,66.70057,129.44096,19304.771,0.5527704,1513.5385,0.99378145,0.6020318,0.3222442,1.9086791,156.52039,203.65367,28.22264,207.6455,23.122782,42.99641,1548.8242,3.6800878,195.93008,142.53308,343.59177,142.65884,371.29135,22.073738,368.23465,0.0,2644.754,15193.224,25.244308,394.32678,131.74438,44595.88,131.92332,20.842438,147.10588,310.514,51.842213,19.216482,222.14328,2108.6335,350.34955,139.25862,17.54137,13.043973,444.22076,60.38341,1648.5458,132.75995,2205.362,250.16034,359.3092,94.270775,305.68723,8.026815,13.474525,27.152077,4.0176864,3.5462532,64.052055,56.476955,67.4193,17.518917,24.750584,264.23566,7.9237533,2967.2197,107.58609,56.103157,125.052315,114.33747,213.94136,139.5154,99.798386,30.072355,45.56528,118.17475,313.8888,778.7548,133.87553,455.87778,92.234215,106.87954,300.2886,309.98535,952.00183,312.35367,3.7906337,18.16576,10.002742,41.278946,16282.542,4.7143025,13.746498,23.54906,48.020668,543.2343,86.60901,195.87703,3.1686268,229.79707,536.9482,355.0894,124.74796,370.79865,29.996685,71.95702,251.70554,13.0900345,1.8120317,12.05973,1987.2183,0.15346208,0.49916616,55.72867,5.773829,3.8674731,5.833993,10.327954,137.29166,47.779118,112.801506,742.8218,213.59329,1913.0516,1769.115,13.886506,25.915066,12346.104,8.485645,60.306564,581.9421,102.34227,151.78412,67.58397,344.69373,920.5853,404.2735,13.512077,79.65394,1047.9996,1933.126,41.029533,554.67175,39.37089,1.0568366,60.195637,1.1179849,0.6716368,3.0478227,33.353462,114.56041,277.63132,17.683016,3478.965,281.92047,101.996864,155.1408,77.48848,96.48572,56.125336,4.9890795,97.883736,621.65137,177.56001,102.94884,84.15947,19.88414,73.11511,80.65759,47.282734,859.53046,172.53537,3995.5156,36.849358,3619.532,79.04674,433.66812,2462.9753,78.29699,9.388186,1559.193,1569.7582,5116.4453,135.2384 +2023-07-07 00:00:00,0.0,16641.785,188.61813,20.839527,35.595825,23.221989,170.4514,24.521612,33.59644,19.78222,22.50886,643.9436,452.85785,10.005323,130.94879,14.195194,1.349254,23.745079,20.59222,1.4724567,344.15482,0.35815483,312.51538,48.19044,0.44961166,2.712805,107.75,21.260546,66.64875,129.39023,19318.227,0.55206245,1513.6191,0.9928661,0.6014819,0.32189375,1.9065461,156.49635,203.57812,28.216679,207.62903,23.118885,43.06427,1549.863,3.6783423,196.13687,142.62753,343.62604,142.65645,371.22922,22.093739,368.47794,0.0,2644.3374,15191.421,25.265934,394.5547,131.78079,44593.875,131.92358,20.857069,147.14362,310.75125,51.874374,19.236107,222.2212,2108.6978,350.3367,139.33597,17.55502,13.051805,444.11728,60.404804,1647.9138,132.68065,2205.8003,250.0258,359.36603,94.24248,305.39563,8.024825,13.470112,27.132917,4.0151563,3.543752,64.05881,56.495956,67.42673,17.537037,24.75773,264.00967,7.921886,2967.4893,107.50009,56.137096,124.96087,114.29026,213.95377,139.4365,99.91936,30.047792,45.55153,118.13681,313.85208,778.38983,133.74355,455.59473,92.192085,106.92406,300.24374,310.1758,952.0235,312.10333,3.791145,18.173388,10.00043,41.275204,16287.097,4.711365,13.755302,23.56129,47.987854,542.88776,86.54194,195.7676,3.1681483,229.62257,536.7097,354.96716,124.75338,371.04526,30.00645,72.00648,251.56223,13.086248,1.8116726,12.0577135,1986.0377,0.15334384,0.49883866,55.7162,5.7783413,3.8672457,5.830913,10.323156,137.22266,47.756855,112.7577,742.5401,213.6305,1913.2655,1769.3077,13.891936,25.923388,12343.989,8.484551,60.321236,582.14264,102.392746,151.82823,67.604836,344.8086,920.4019,404.32043,13.519355,79.68602,1048.0349,1933.403,41.043205,554.77203,39.38683,1.0569016,60.199074,1.1179863,0.6716642,3.0479891,33.374073,114.575096,277.5959,17.685484,3478.5571,282.03763,102.037636,155.18549,77.49539,96.48387,56.120968,5.001882,97.895164,621.9528,177.67282,102.99914,84.21972,19.865324,73.22581,80.73387,47.265324,859.32513,172.54614,3994.9058,36.84163,3618.5317,79.04623,433.64432,2462.6362,78.30398,9.388337,1558.5453,1568.7078,5113.7314,135.16481 +2023-07-07 01:00:00,0.0,16643.414,188.8229,20.84764,35.593754,23.23227,170.43773,24.52095,33.594376,19.782452,22.505796,644.34796,452.5181,10.003076,130.94905,14.183386,1.3480135,23.750517,20.574451,1.4738158,344.13318,0.35796148,312.53955,48.180634,0.45036402,2.7126164,107.74844,21.251139,66.596924,129.3395,19331.682,0.5513546,1513.6998,0.99195075,0.60093206,0.3215433,1.9044131,156.4723,203.5026,28.21072,207.61256,23.114988,43.13213,1550.902,3.6765966,196.34364,142.722,343.66034,142.65407,371.1671,22.113739,368.72122,0.0,2643.9214,15189.618,25.287561,394.78262,131.8172,44591.87,131.92384,20.8717,147.18137,310.98853,51.906536,19.255733,222.29912,2108.7617,350.32385,139.41333,17.568668,13.059636,444.0138,60.426197,1647.2817,132.60135,2206.2388,249.89127,359.42288,94.21419,305.10403,8.022834,13.465698,27.113758,4.012626,3.541251,64.06555,56.514957,67.43415,17.555157,24.764875,263.7837,7.9200187,2967.759,107.4141,56.171036,124.869415,114.24305,213.96617,139.3576,100.04032,30.023228,45.537777,118.09887,313.8154,778.02484,133.61156,455.31168,92.14996,106.96857,300.19885,310.36627,952.0451,311.853,3.7916565,18.181015,9.998118,41.271465,16291.65,4.7084284,13.764106,23.573523,47.95504,542.5412,86.47487,195.65816,3.1676698,229.44809,536.4713,354.84494,124.7588,371.29187,30.016218,72.05593,251.4189,13.082462,1.8113133,12.055697,1984.857,0.1532256,0.49851117,55.703735,5.7828536,3.8670182,5.827833,10.318358,137.15366,47.734596,112.71389,742.2585,213.6677,1913.4794,1769.5006,13.897366,25.93171,12341.875,8.483458,60.335907,582.34314,102.443214,151.87234,67.6257,344.92346,920.21844,404.3674,13.526632,79.7181,1048.0703,1933.6799,41.056873,554.8723,39.402767,1.0569665,60.202515,1.1179876,0.6716915,3.0481553,33.394684,114.58978,277.56046,17.687952,3478.1494,282.1548,102.0784,155.23018,77.502304,96.482025,56.1166,5.014684,97.906586,622.25433,177.78561,103.04943,84.27996,19.846506,73.3365,80.81015,47.247913,859.1198,172.55692,3994.2957,36.833904,3617.5312,79.045715,433.62054,2462.2969,78.31097,9.388488,1557.8975,1567.6572,5111.017,135.09122 +2023-07-07 02:00:00,0.0,16645.043,189.0277,20.85575,35.591682,23.24255,170.42406,24.520288,33.592308,19.782684,22.502733,644.7524,452.17834,10.000828,130.9493,14.171578,1.3467731,23.755957,20.556683,1.475175,344.11154,0.35776812,312.56372,48.17083,0.4511164,2.7124279,107.74688,21.24173,66.545105,129.28874,19345.135,0.55064666,1513.7805,0.99103546,0.60038215,0.32119286,1.90228,156.44826,203.42706,28.20476,207.5961,23.111092,43.19999,1551.9408,3.6748512,196.55043,142.81645,343.69464,142.65169,371.10498,22.133738,368.96454,0.0,2643.5051,15187.814,25.309187,395.01056,131.8536,44589.867,131.9241,20.886333,147.2191,311.22577,51.938694,19.275358,222.37704,2108.8257,350.31097,139.49068,17.582315,13.067468,443.9103,60.44759,1646.6498,132.52205,2206.6772,249.75671,359.47974,94.18589,304.81244,8.0208435,13.461285,27.094599,4.0100965,3.53875,64.0723,56.53396,67.44158,17.573277,24.77202,263.55774,7.9181514,2968.0286,107.3281,56.20497,124.77797,114.19584,213.97859,139.2787,100.16129,29.998665,45.524025,118.060936,313.77872,777.65985,133.47957,455.0286,92.107834,107.01308,300.15396,310.55673,952.0667,311.60266,3.792168,18.188643,9.995807,41.267727,16296.205,4.705491,13.772909,23.585754,47.922226,542.19464,86.4078,195.54872,3.1671915,229.27359,536.23285,354.72272,124.76421,371.53848,30.025986,72.10538,251.27559,13.078675,1.8109541,12.053681,1983.6765,0.15310736,0.49818364,55.691273,5.787366,3.8667908,5.8247533,10.3135605,137.08466,47.712334,112.67008,741.9768,213.70491,1913.6934,1769.6934,13.902796,25.940031,12339.762,8.482363,60.350582,582.54364,102.49368,151.91647,67.64657,345.03836,920.03503,404.41434,13.53391,79.750175,1048.1057,1933.9569,41.070545,554.9726,39.418705,1.0570315,60.20595,1.1179891,0.67171884,3.0483217,33.41529,114.60447,277.525,17.69042,3477.7415,282.27194,102.11917,155.27487,77.50922,96.48017,56.112232,5.027487,97.918015,622.55585,177.89842,103.09973,84.34021,19.827688,73.4472,80.88642,47.230503,858.9145,172.5677,3993.6855,36.82618,3616.531,79.045204,433.59674,2461.9575,78.317955,9.3886385,1557.2496,1566.6068,5108.303,135.01762 +2023-07-07 03:00:00,0.0,16646.674,189.23248,20.863861,35.58961,23.252829,170.4104,24.519627,33.590244,19.782915,22.499672,645.1568,451.83856,9.99858,130.94955,14.15977,1.3455328,23.761395,20.538914,1.4765341,344.0899,0.35757473,312.5879,48.161022,0.4518688,2.7122393,107.74532,21.23232,66.493286,129.238,19358.59,0.5499388,1513.8612,0.9901201,0.59983224,0.32084242,1.900147,156.42422,203.35152,28.1988,207.57964,23.107195,43.26785,1552.9796,3.6731055,196.75722,142.9109,343.7289,142.64929,371.04288,22.153738,369.20782,0.0,2643.0889,15186.012,25.330814,395.23846,131.89001,44587.863,131.92436,20.900965,147.25684,311.463,51.970856,19.294983,222.45497,2108.89,350.29813,139.56804,17.595964,13.075299,443.80682,60.468987,1646.0178,132.44275,2207.1157,249.62218,359.5366,94.1576,304.5208,8.018852,13.456871,27.07544,4.0075665,3.536249,64.07905,56.55296,67.449005,17.591394,24.779165,263.33176,7.916284,2968.298,107.24211,56.23891,124.68652,114.14863,213.991,139.19981,100.28226,29.9741,45.510277,118.022995,313.742,777.29486,133.34758,454.74554,92.06571,107.057594,300.10907,310.7472,952.0884,311.35233,3.7926793,18.19627,9.993494,41.263985,16300.759,4.7025537,13.7817135,23.597984,47.889412,541.8481,86.34073,195.43929,3.166713,229.09909,535.9944,354.60052,124.76963,371.7851,30.035753,72.15483,251.13226,13.074889,1.8105949,12.051665,1982.496,0.15298912,0.49785614,55.678806,5.791878,3.8665633,5.821673,10.3087635,137.01566,47.69007,112.626274,741.6952,213.74211,1913.9072,1769.8862,13.908226,25.948353,12337.647,8.481269,60.365253,582.74414,102.54415,151.96059,67.667435,345.15323,919.85156,404.4613,13.541186,79.78226,1048.1411,1934.2339,41.084213,555.0728,39.434643,1.0570965,60.20939,1.1179904,0.6717462,3.048488,33.4359,114.61916,277.48956,17.69289,3477.3335,282.3891,102.15994,155.31955,77.51613,96.478325,56.107864,5.040289,97.929436,622.8573,178.01123,103.15003,84.40045,19.808872,73.55789,80.9627,47.213093,858.70917,172.57848,3993.0754,36.81845,3615.5305,79.044685,433.57297,2461.6184,78.32494,9.388789,1556.6019,1565.5564,5105.5894,134.94403 +2023-07-07 04:00:00,0.0,16648.303,189.43726,20.871971,35.58754,23.26311,170.39673,24.518965,33.58818,19.783148,22.496609,645.5612,451.4988,9.996332,130.9498,14.147963,1.3442923,23.766834,20.521145,1.4778932,344.06827,0.35738137,312.61206,48.151215,0.45262116,2.7120507,107.74377,21.222912,66.44146,129.18727,19372.045,0.5492309,1513.9419,0.98920476,0.5992823,0.32049197,1.8980138,156.40018,203.27599,28.192839,207.56317,23.103298,43.33571,1554.0186,3.67136,196.964,143.00537,343.7632,142.64691,370.98074,22.173738,369.45114,0.0,2642.6729,15184.209,25.35244,395.4664,131.92642,44585.863,131.92462,20.915596,147.29457,311.7003,52.003017,19.31461,222.5329,2108.9539,350.28528,139.64539,17.609613,13.083131,443.7033,60.49038,1645.3857,132.36345,2207.5542,249.48763,359.5934,94.12931,304.22922,8.016862,13.452457,27.05628,4.0050364,3.533748,64.0858,56.57196,67.456436,17.609514,24.786312,263.1058,7.914417,2968.5676,107.15611,56.27285,124.59507,114.10142,214.0034,139.12091,100.40323,29.949535,45.496525,117.985054,313.70532,776.92993,133.21559,454.4625,92.02358,107.102104,300.06418,310.93762,952.11,311.102,3.793191,18.2039,9.991182,41.260246,16305.3125,4.6996164,13.790517,23.610216,47.856598,541.5016,86.27366,195.32985,3.1662347,228.92459,535.7559,354.4783,124.77505,372.03168,30.045519,72.204285,250.98895,13.071103,1.8102357,12.049648,1981.3153,0.1528709,0.4975286,55.666344,5.7963905,3.8663359,5.818593,10.303966,136.94667,47.667812,112.582466,741.4136,213.77931,1914.1212,1770.0791,13.913656,25.956676,12335.533,8.480175,60.37993,582.94464,102.59463,152.00471,67.68831,345.2681,919.66815,404.50827,13.548464,79.81434,1048.1764,1934.5109,41.097885,555.1731,39.450584,1.0571615,60.212826,1.1179918,0.67177355,3.0486543,33.456512,114.63385,277.4541,17.695358,3476.9255,282.50626,102.200714,155.36424,77.52304,96.47648,56.103493,5.0530915,97.94086,623.1588,178.12404,103.200325,84.46069,19.790054,73.66859,81.03898,47.19568,858.5038,172.58925,3992.4653,36.810726,3614.5303,79.044174,433.54916,2461.279,78.33193,9.38894,1555.9541,1564.506,5102.8755,134.87044 +2023-07-07 05:00:00,0.0,16649.932,189.64203,20.880083,35.58547,23.27339,170.38306,24.518303,33.586113,19.783379,22.493546,645.9656,451.15903,9.994084,130.95006,14.136155,1.3430519,23.772272,20.503374,1.4792523,344.0466,0.357188,312.63623,48.141407,0.45337355,2.7118623,107.74221,21.213503,66.38964,129.13652,19385.498,0.54852295,1514.0226,0.9882894,0.5987325,0.32014155,1.8958809,156.37614,203.20044,28.186878,207.5467,23.099401,43.40357,1555.0574,3.6696146,197.17078,143.09982,343.7975,142.64453,370.9186,22.193739,369.69443,0.0,2642.2563,15182.406,25.374067,395.69434,131.96283,44583.86,131.92488,20.930227,147.3323,311.93756,52.03518,19.334234,222.61082,2109.018,350.27243,139.72275,17.623262,13.090963,443.59982,60.511772,1644.7538,132.28415,2207.9924,249.35309,359.65027,94.10101,303.93762,8.014871,13.448043,27.03712,4.0025067,3.531247,64.092545,56.59096,67.46387,17.627634,24.793457,262.87982,7.9125495,2968.8374,107.07012,56.30679,124.503624,114.05421,214.01582,139.042,100.52419,29.924973,45.482773,117.94711,313.6686,776.56494,133.0836,454.17944,91.98145,107.14662,300.0193,311.12808,952.1316,310.85165,3.7937024,18.211527,9.988871,41.256508,16309.867,4.696679,13.799321,23.622448,47.823784,541.155,86.20659,195.22041,3.1657562,228.7501,535.51746,354.35608,124.780464,372.2783,30.055286,72.25374,250.84563,13.067317,1.8098766,12.047632,1980.1348,0.15275265,0.4972011,55.653877,5.800903,3.8661084,5.815513,10.299168,136.87767,47.64555,112.53866,741.13184,213.81653,1914.3351,1770.2719,13.919086,25.964998,12333.419,8.47908,60.3946,583.14514,102.645096,152.04883,67.709175,345.38297,919.4847,404.5552,13.555741,79.84641,1048.2118,1934.7878,41.111557,555.2734,39.466522,1.0572264,60.216267,1.1179932,0.6718009,3.0488205,33.477123,114.64854,277.41867,17.697826,3476.5176,282.6234,102.241486,155.40894,77.52995,96.47463,56.099125,5.065894,97.952286,623.46027,178.23685,103.250626,84.52094,19.771236,73.77928,81.11526,47.17827,858.29846,172.60002,3991.8555,36.802998,3613.53,79.04366,433.52536,2460.9397,78.33892,9.389091,1555.3064,1563.4554,5100.1616,134.79684 +2023-07-07 06:00:00,0.0,16651.562,189.84682,20.888193,35.583397,23.283669,170.3694,24.517641,33.58405,19.783611,22.490482,646.37,450.81927,9.991837,130.9503,14.124347,1.3418114,23.77771,20.485605,1.4806114,344.02496,0.35699463,312.6604,48.131603,0.45412594,2.7116737,107.740654,21.204094,66.337814,129.08578,19398.953,0.5478151,1514.1033,0.9873741,0.59818256,0.3197911,1.8937478,156.3521,203.12491,28.18092,207.53024,23.095505,43.47143,1556.0962,3.6678689,197.37756,143.19429,343.8318,142.64214,370.8565,22.21374,369.9377,0.0,2641.8403,15180.603,25.395693,395.92224,131.99924,44581.855,131.92514,20.94486,147.37004,312.1748,52.06734,19.35386,222.68875,2109.082,350.25958,139.8001,17.63691,13.098795,443.49634,60.533165,1644.1217,132.20485,2208.431,249.21855,359.70712,94.07272,303.64603,8.01288,13.443629,27.017962,3.9999766,3.528746,64.0993,56.609962,67.47129,17.645754,24.800602,262.65387,7.910682,2969.107,106.98412,56.340725,124.41218,114.006996,214.02823,138.96312,100.645164,29.900408,45.46902,117.90918,313.63193,776.19995,132.95161,453.89636,91.93933,107.19113,299.9744,311.31854,952.15326,310.60132,3.7942138,18.219154,9.986559,41.252766,16314.421,4.693742,13.808125,23.634678,47.79097,540.8085,86.13952,195.11098,3.165278,228.5756,535.27905,354.23386,124.78588,372.5249,30.065054,72.30319,250.70232,13.06353,1.8095174,12.045616,1978.9542,0.15263441,0.49687362,55.641415,5.805415,3.865881,5.8124332,10.29437,136.80867,47.623287,112.49485,740.8502,213.85373,1914.549,1770.4647,13.924517,25.97332,12331.305,8.477986,60.409275,583.34564,102.695564,152.09296,67.73004,345.49783,919.3013,404.60217,13.563019,79.878494,1048.2472,1935.0648,41.125225,555.37366,39.48246,1.0572914,60.219704,1.1179945,0.67182827,3.048987,33.49773,114.66322,277.3832,17.700296,3476.1096,282.7406,102.28226,155.45363,77.536865,96.472786,56.094757,5.0786963,97.96371,623.7618,178.34966,103.30093,84.581184,19.75242,73.88998,81.191536,47.16086,858.09314,172.6108,3991.2454,36.795273,3612.5295,79.04315,433.5016,2460.6006,78.34591,9.389241,1554.6586,1562.405,5097.4473,134.72324 +2023-07-07 07:00:00,0.0,16653.191,190.0516,20.896305,35.581326,23.29395,170.35573,24.51698,33.581985,19.783842,22.48742,646.7744,450.4795,9.989589,130.95056,14.112539,1.340571,23.78315,20.467836,1.4819707,344.00333,0.35680127,312.68457,48.121796,0.4548783,2.7114851,107.7391,21.194687,66.285995,129.03503,19412.408,0.54710716,1514.184,0.9864588,0.59763265,0.31944066,1.8916148,156.32806,203.04936,28.17496,207.51378,23.091608,43.53929,1557.1351,3.6661234,197.58435,143.28874,343.8661,142.63976,370.79437,22.233738,370.18103,0.0,2641.424,15178.8,25.41732,396.15018,132.03566,44579.85,131.9254,20.959492,147.40778,312.41205,52.0995,19.373486,222.76668,2109.1462,350.24673,139.87746,17.650558,13.1066265,443.39285,60.55456,1643.4897,132.12555,2208.8694,249.084,359.76398,94.044426,303.3544,8.010889,13.439216,26.998804,3.9974468,3.5262449,64.10604,56.628963,67.47872,17.663874,24.807747,262.4279,7.908815,2969.3765,106.89813,56.374664,124.32073,113.959785,214.04063,138.88422,100.76613,29.875845,45.45527,117.87124,313.59525,775.83496,132.81963,453.6133,91.8972,107.23565,299.9295,311.509,952.17487,310.35098,3.7947252,18.226782,9.984247,41.249027,16318.976,4.6908045,13.816929,23.64691,47.758156,540.4619,86.07245,195.00154,3.1647995,228.40111,535.0406,354.11166,124.7913,372.7715,30.074821,72.35264,250.55899,13.059744,1.8091581,12.0436,1977.7736,0.15251617,0.4965461,55.62895,5.8099275,3.8656535,5.809353,10.289572,136.73967,47.601025,112.45104,740.56854,213.89095,1914.763,1770.6575,13.929947,25.981642,12329.19,8.476892,60.423946,583.54614,102.74603,152.13707,67.75091,345.61273,919.1178,404.6491,13.570295,79.910576,1048.2826,1935.3418,41.138897,555.47394,39.498398,1.0573564,60.22314,1.117996,0.6718556,3.049153,33.51834,114.67791,277.34778,17.702765,3475.702,282.85776,102.32303,155.49832,77.54378,96.47093,56.09039,5.091499,97.975136,624.0633,178.46246,103.35123,84.64143,19.733603,74.00067,81.26781,47.143448,857.8878,172.62158,3990.6353,36.787548,3611.5293,79.04264,433.47778,2460.2612,78.3529,9.389392,1554.0109,1561.3546,5094.7334,134.64964 +2023-07-07 08:00:00,0.0,16654.82,190.25638,20.904415,35.579254,23.30423,170.34206,24.516317,33.579918,19.784075,22.484356,647.17883,450.13974,9.987341,130.9508,14.100732,1.3393306,23.788588,20.450068,1.4833298,343.9817,0.35660788,312.70877,48.111988,0.4556307,2.7112966,107.73753,21.185278,66.23417,128.9843,19425.861,0.5463993,1514.2646,0.98554343,0.5970828,0.31909022,1.8894817,156.30402,202.97383,28.168999,207.49731,23.087711,43.60715,1558.174,3.6643777,197.79114,143.3832,343.90036,142.63736,370.73227,22.253738,370.42432,0.0,2641.0078,15176.997,25.438946,396.3781,132.07207,44577.848,131.92566,20.974123,147.44551,312.64932,52.13166,19.393112,222.8446,2109.2102,350.23386,139.9548,17.664207,13.114458,443.28937,60.575954,1642.8577,132.04623,2209.3079,248.94946,359.8208,94.016136,303.0628,8.008899,13.434802,26.979645,3.994917,3.5237439,64.11279,56.647964,67.486145,17.681992,24.814894,262.2019,7.906948,2969.6462,106.81213,56.408604,124.22928,113.912575,214.05305,138.80533,100.8871,29.85128,45.44152,117.8333,313.55853,775.47,132.68764,453.33026,91.85508,107.28016,299.8846,311.69946,952.19653,310.10065,3.7952366,18.23441,9.9819355,41.245285,16323.529,4.687867,13.825732,23.659142,47.72534,540.11536,86.00538,194.8921,3.1643212,228.22661,534.8021,353.98944,124.796715,373.01813,30.084587,72.40209,250.41568,13.055958,1.8087989,12.041584,1976.593,0.15239793,0.4962186,55.616486,5.8144393,3.865426,5.806273,10.284774,136.67067,47.578766,112.40723,740.28687,213.92815,1914.9768,1770.8503,13.935377,25.989964,12327.076,8.475798,60.438618,583.74664,102.79651,152.18118,67.771774,345.7276,918.9344,404.69608,13.577573,79.94265,1048.3179,1935.6188,41.152565,555.57416,39.514336,1.0574213,60.226578,1.1179973,0.671883,3.0493193,33.53895,114.692604,277.31235,17.705233,3475.294,282.9749,102.3638,155.54301,77.55069,96.469086,56.08602,5.1043015,97.98656,624.36475,178.57527,103.40152,84.701675,19.714785,74.11137,81.344086,47.126038,857.6825,172.63235,3990.0251,36.77982,3610.5288,79.04212,433.454,2459.9219,78.359886,9.389543,1553.363,1560.3041,5092.0195,134.57605 +2023-07-07 09:00:00,0.0,16656.45,190.46115,20.912527,35.577183,23.314508,170.3284,24.515656,33.577854,19.784307,22.481293,647.5832,449.8,9.985093,130.95107,14.088923,1.3380902,23.794027,20.432299,1.4846889,343.96005,0.35641453,312.73294,48.102184,0.45638305,2.711108,107.73598,21.175869,66.18235,128.93356,19439.316,0.5456914,1514.3453,0.9846281,0.5965329,0.31873977,1.8873487,156.27997,202.8983,28.163038,207.48085,23.083815,43.67501,1559.2128,3.6626322,197.99791,143.47766,343.93466,142.63498,370.67014,22.273739,370.6676,0.0,2640.5918,15175.194,25.460573,396.60602,132.10847,44575.844,131.92592,20.988754,147.48326,312.8866,52.163822,19.412737,222.92253,2109.2742,350.221,140.03217,17.677856,13.12229,443.18588,60.597347,1642.2257,131.96693,2209.7463,248.81491,359.87766,93.98784,302.7712,8.006907,13.430388,26.960485,3.9923868,3.5212429,64.11954,56.66697,67.493576,17.700111,24.822039,261.97595,7.905081,2969.9158,106.72614,56.44254,124.13783,113.86537,214.06546,138.72643,101.008064,29.826715,45.42777,117.795364,313.52185,775.105,132.55565,453.04718,91.81295,107.32467,299.83972,311.88992,952.21814,309.8503,3.795748,18.242037,9.979624,41.241547,16328.084,4.68493,13.834536,23.671371,47.692524,539.7688,85.93831,194.78268,3.1638427,228.05212,534.56366,353.86722,124.80213,373.26474,30.094355,72.451546,250.27235,13.052171,1.8084397,12.039568,1975.4125,0.15227969,0.4958911,55.60402,5.8189516,3.8651986,5.803193,10.279976,136.60167,47.556503,112.36342,740.00525,213.96535,1915.1908,1771.0431,13.940806,25.998287,12324.963,8.474704,60.453293,583.94714,102.84698,152.22531,67.79264,345.84247,918.7509,404.74304,13.58485,79.97473,1048.3533,1935.8958,41.166237,555.67444,39.530277,1.0574863,60.23002,1.1179987,0.67191035,3.0494857,33.559563,114.70729,277.2769,17.7077,3474.886,283.09207,102.40457,155.5877,77.5576,96.46724,56.081654,5.1171036,97.997986,624.66626,178.68808,103.45182,84.761925,19.695969,74.22206,81.420364,47.108627,857.4771,172.64313,3989.415,36.772095,3609.5286,79.04161,433.4302,2459.5828,78.366875,9.389693,1552.7153,1559.2537,5089.3057,134.50246 +2023-07-07 10:00:00,0.0,16658.08,190.66594,20.920639,35.57511,23.32479,170.31473,24.514994,33.575787,19.784538,22.478231,647.9876,449.4602,9.982845,130.95131,14.077116,1.3368498,23.799465,20.41453,1.486048,343.93842,0.35622114,312.7571,48.092377,0.45713544,2.7109196,107.73442,21.16646,66.13053,128.88281,19452.771,0.54498345,1514.426,0.9837128,0.59598297,0.31838933,1.8852156,156.25594,202.82275,28.157078,207.46439,23.079918,43.74287,1560.2517,3.6608865,198.2047,143.57211,343.96893,142.6326,370.60803,22.29374,370.91092,0.0,2640.1755,15173.391,25.482199,396.83395,132.14488,44573.84,131.92618,21.003387,147.521,313.12384,52.195984,19.432364,223.00044,2109.3384,350.20816,140.10951,17.691504,13.130121,443.0824,60.61874,1641.5938,131.88763,2210.1846,248.68037,359.9345,93.95955,302.4796,8.004917,13.425975,26.941326,3.989857,3.5187418,64.12629,56.685966,67.501,17.718231,24.829184,261.74997,7.9032135,2970.1853,106.640144,56.47648,124.04639,113.81816,214.07787,138.64752,101.129036,29.802153,45.414017,117.75742,313.48514,774.74,132.42366,452.76413,91.77083,107.36919,299.79483,312.08038,952.23975,309.59998,3.7962594,18.249664,9.977312,41.23781,16332.638,4.6819925,13.84334,23.683603,47.65971,539.4223,85.87124,194.67325,3.1633644,227.87762,534.3252,353.745,124.80755,373.51135,30.104122,72.501,250.12904,13.048385,1.8080806,12.037552,1974.2318,0.15216145,0.49556357,55.591557,5.823464,3.8649712,5.800113,10.275178,136.53267,47.53424,112.31961,739.7236,214.00256,1915.4047,1771.236,13.946237,26.006609,12322.849,8.47361,60.467964,584.14764,102.897446,152.26942,67.81351,345.95734,918.5675,404.78998,13.592128,80.00681,1048.3887,1936.1727,41.179905,555.7747,39.546215,1.0575513,60.233456,1.118,0.6719377,3.0496519,33.58017,114.72198,277.24146,17.71017,3474.478,283.20923,102.445335,155.63239,77.564514,96.46539,56.077286,5.129906,98.00941,624.9677,178.80089,103.50212,84.82217,19.67715,74.332756,81.49664,47.091217,857.2718,172.6539,3988.8052,36.764366,3608.528,79.0411,433.40643,2459.2434,78.37386,9.389844,1552.0675,1558.2032,5086.5913,134.42886 +2023-07-07 11:00:00,0.0,16659.709,190.87073,20.92875,35.57304,23.33507,170.30106,24.514332,33.573723,19.784771,22.475168,648.392,449.12045,9.9805975,130.95157,14.065308,1.3356093,23.804903,20.39676,1.4874072,343.91675,0.35602778,312.78128,48.08257,0.45788783,2.710731,107.732864,21.157051,66.078705,128.83208,19466.225,0.5442756,1514.5067,0.98279744,0.5954331,0.3180389,1.8830826,156.23189,202.74722,28.15112,207.44792,23.076021,43.81073,1561.2905,3.659141,198.41148,143.66658,344.00323,142.6302,370.5459,22.313738,371.1542,0.0,2639.7593,15171.588,25.503826,397.0619,132.18129,44571.836,131.92644,21.018019,147.55873,313.36108,52.22814,19.451988,223.07837,2109.4023,350.1953,140.18687,17.705153,13.137953,442.9789,60.640133,1640.9617,131.80833,2210.623,248.54582,359.99133,93.93126,302.18802,8.002926,13.42156,26.922167,3.987327,3.5162406,64.13303,56.70497,67.50843,17.736351,24.836329,261.52402,7.901346,2970.4548,106.55415,56.510418,123.95493,113.77095,214.09029,138.56863,101.25,29.777588,45.400265,117.71948,313.44846,774.375,132.29167,452.48108,91.7287,107.4137,299.74997,312.27084,952.2614,309.34964,3.7967708,18.257292,9.974999,41.234066,16337.191,4.679055,13.852143,23.695835,47.626896,539.07574,85.80417,194.56381,3.162886,227.70312,534.08673,353.6228,124.812965,373.75797,30.11389,72.55045,249.98572,13.044599,1.8077214,12.035536,1973.0513,0.15204321,0.49523607,55.57909,5.827976,3.8647437,5.797033,10.270381,136.46367,47.511982,112.2758,739.44196,214.03976,1915.6187,1771.4288,13.951667,26.01493,12320.734,8.472516,60.48264,584.34814,102.947914,152.31355,67.83437,346.0722,918.38403,404.83694,13.599405,80.03889,1048.4241,1936.4497,41.193577,555.875,39.562153,1.0576162,60.236893,1.1180015,0.67196506,3.0498183,33.60078,114.736664,277.206,17.712639,3474.07,283.3264,102.48611,155.67708,77.57143,96.46354,56.072918,5.1427083,98.020836,625.2692,178.9137,103.552414,84.88241,19.658335,74.44345,81.572914,47.073807,857.06647,172.66469,3988.195,36.75664,3607.5278,79.04059,433.38263,2458.904,78.38085,9.389995,1551.4198,1557.1527,5083.8774,134.35527 +2023-07-07 12:00:00,0.0,16661.338,191.0755,20.936861,35.57097,23.34535,170.2874,24.513672,33.57166,19.785002,22.472105,648.79645,448.78067,9.97835,130.95183,14.0535,1.334369,23.810343,20.37899,1.4887663,343.8951,0.35583442,312.80545,48.072765,0.4586402,2.7105424,107.73131,21.147644,66.026886,128.78133,19479.68,0.54356766,1514.5874,0.9818821,0.5948832,0.31768847,1.8809495,156.20786,202.67168,28.145159,207.43146,23.072124,43.87859,1562.3293,3.6573954,198.61826,143.76103,344.03754,142.62782,370.4838,22.333738,371.3975,0.0,2639.343,15169.785,25.525452,397.28983,132.2177,44569.832,131.9267,21.03265,147.59647,313.59836,52.260303,19.471613,223.1563,2109.4666,350.18246,140.26422,17.718801,13.145785,442.87543,60.66153,1640.3297,131.72903,2211.0615,248.41129,360.0482,93.90296,301.8964,8.000936,13.417147,26.903008,3.9847972,3.5137396,64.139786,56.72397,67.515854,17.75447,24.843475,261.29803,7.899479,2970.7246,106.468155,56.544353,123.86349,113.72374,214.10269,138.48973,101.370964,29.753025,45.386513,117.68154,313.41177,774.01,132.15968,452.19803,91.68658,107.45821,299.70508,312.4613,952.283,309.0993,3.7972822,18.26492,9.972688,41.230328,16341.746,4.6761184,13.860948,23.708065,47.59408,538.7292,85.7371,194.45438,3.1624076,227.52863,533.8483,353.50058,124.81838,374.00458,30.123655,72.5999,249.8424,13.0408125,1.8073622,12.03352,1971.8707,0.15192497,0.49490857,55.566628,5.8324885,3.8645163,5.793953,10.265583,136.39467,47.48972,112.231995,739.16034,214.07698,1915.8325,1771.6216,13.957097,26.023252,12318.62,8.471421,60.49731,584.54865,102.99839,152.35767,67.85524,346.1871,918.2006,404.88388,13.606682,80.07097,1048.4594,1936.7267,41.20725,555.9753,39.57809,1.0576812,60.24033,1.1180028,0.6719924,3.0499845,33.62139,114.75136,277.17056,17.715107,3473.662,283.44354,102.52688,155.72177,77.57834,96.46169,56.06855,5.155511,98.03226,625.5707,179.0265,103.602715,84.94266,19.639517,74.554146,81.64919,47.056396,856.86115,172.67546,3987.585,36.748917,3606.5273,79.04007,433.35886,2458.565,78.38784,9.390145,1550.772,1556.1023,5081.1636,134.28168 +2023-07-07 13:00:00,0.0,16662.969,191.28027,20.944971,35.568897,23.355629,170.27373,24.51301,33.56959,19.785234,22.469042,649.2008,448.44092,9.976102,130.95207,14.041693,1.3331285,23.81578,20.361221,1.4901254,343.87347,0.35564104,312.82962,48.062958,0.45939258,2.7103539,107.72975,21.138235,65.97506,128.73059,19493.135,0.5428598,1514.6681,0.9809668,0.5943333,0.31733802,1.8788164,156.1838,202.59615,28.139198,207.415,23.068228,43.94645,1563.3683,3.65565,198.82504,143.85548,344.07178,142.62544,370.42166,22.353739,371.6408,0.0,2638.9268,15167.981,25.54708,397.51773,132.2541,44567.83,131.92696,21.047281,147.6342,313.83563,52.292465,19.49124,223.23422,2109.5305,350.16962,140.34158,17.73245,13.153617,442.77194,60.682922,1639.6976,131.64973,2211.5,248.27675,360.10504,93.87467,301.6048,7.9989448,13.412733,26.883848,3.9822671,3.5112386,64.14653,56.742973,67.523285,17.772589,24.85062,261.07208,7.8976116,2970.9941,106.382164,56.578293,123.77204,113.67653,214.1151,138.41084,101.491936,29.72846,45.372765,117.64361,313.37506,773.6451,132.0277,451.91495,91.64445,107.50272,299.6602,312.65176,952.3046,308.84897,3.7977936,18.272547,9.970376,41.22659,16346.3,4.673181,13.869751,23.720297,47.561268,538.3826,85.67003,194.34494,3.1619291,227.35414,533.60986,353.37836,124.8238,374.2512,30.133423,72.64935,249.69908,13.037025,1.807003,12.031504,1970.6901,0.15180673,0.49458104,55.55416,5.837001,3.8642888,5.790873,10.260785,136.32568,47.467457,112.18819,738.87866,214.11418,1916.0464,1771.8145,13.962527,26.031574,12316.506,8.470327,60.511982,584.74915,103.04886,152.40178,67.87611,346.30197,918.01715,404.93085,13.613959,80.10304,1048.4948,1937.0037,41.220917,556.0755,39.594032,1.0577462,60.24377,1.1180042,0.6720198,3.0501509,33.642002,114.766045,277.13513,17.717575,3473.2544,283.5607,102.56765,155.76646,77.58525,96.45985,56.06418,5.1683135,98.043686,625.8722,179.13931,103.653015,85.0029,19.620699,74.66484,81.72547,47.038986,856.6558,172.68623,3986.9749,36.741188,3605.527,79.03956,433.33505,2458.2256,78.39483,9.390296,1550.1243,1555.0519,5078.4497,134.20808 +2023-07-07 14:00:00,0.0,16664.598,191.48506,20.953083,35.566826,23.36591,170.26006,24.512348,33.567528,19.785465,22.465979,649.6052,448.10117,9.973854,130.95233,14.029884,1.3318881,23.82122,20.343452,1.4914845,343.85184,0.35544768,312.8538,48.05315,0.46014494,2.7101655,107.72819,21.128826,65.92324,128.67986,19506.59,0.54215187,1514.7488,0.98005146,0.59378344,0.31698757,1.8766834,156.15976,202.5206,28.133238,207.39853,23.064331,44.01431,1564.4071,3.6539042,199.03183,143.94995,344.10608,142.62305,370.35956,22.37374,371.8841,0.0,2638.5107,15166.179,25.568705,397.74567,132.29051,44565.824,131.92722,21.061914,147.67194,314.07288,52.324627,19.510864,223.31215,2109.5947,350.15677,140.41893,17.746098,13.1614485,442.66846,60.704315,1639.0657,131.57043,2211.9385,248.1422,360.1619,93.846375,301.3132,7.996954,13.408319,26.864689,3.9797373,3.5087376,64.15328,56.76197,67.530716,17.790709,24.857765,260.8461,7.8957443,2971.2637,106.296165,56.612232,123.680595,113.62932,214.12752,138.33194,101.6129,29.703897,45.359013,117.60567,313.33838,773.2801,131.8957,451.6319,91.602325,107.54724,299.6153,312.8422,952.3263,308.59863,3.798305,18.280176,9.968064,41.222847,16350.8545,4.6702437,13.878554,23.732527,47.528454,538.0361,85.60296,194.2355,3.1614506,227.17964,533.3714,353.25613,124.829216,374.4978,30.14319,72.69881,249.55577,13.033239,1.8066437,12.029488,1969.5095,0.15168849,0.49425355,55.541695,5.841513,3.8640614,5.7877927,10.255987,136.25668,47.445198,112.14438,738.597,214.15138,1916.2604,1772.0072,13.9679575,26.039898,12314.392,8.4692335,60.526657,584.94965,103.09933,152.4459,67.89697,346.41684,917.83374,404.9778,13.621237,80.135124,1048.5302,1937.2806,41.23459,556.1758,39.60997,1.0578111,60.247208,1.1180055,0.67204714,3.050317,33.66261,114.78073,277.09967,17.720045,3472.8464,283.67786,102.60842,155.81116,77.59216,96.458,56.05981,5.1811156,98.05511,626.1737,179.25212,103.70331,85.06315,19.601883,74.775536,81.80175,47.021576,856.45044,172.697,3986.3647,36.733463,3604.5266,79.03905,433.31128,2457.8862,78.40182,9.390447,1549.4764,1554.0015,5075.736,134.13449 +2023-07-07 15:00:00,0.0,16666.227,191.68985,20.961193,35.564754,23.37619,170.2464,24.511686,33.565464,19.785698,22.462915,650.00964,447.76138,9.971606,130.95258,14.018077,1.3306476,23.826658,20.325684,1.4928436,343.8302,0.3552543,312.87796,48.043343,0.46089733,2.709977,107.72663,21.119417,65.87142,128.6291,19520.043,0.541444,1514.8295,0.9791361,0.5932335,0.31663713,1.8745503,156.13573,202.44507,28.127277,207.38205,23.060434,44.08217,1565.4459,3.6521587,199.23862,144.0444,344.14038,142.62067,370.29742,22.39374,372.12738,0.0,2638.0947,15164.376,25.590332,397.9736,132.32692,44563.82,131.92747,21.076546,147.70967,314.31012,52.35679,19.53049,223.39008,2109.6587,350.1439,140.49629,17.759747,13.16928,442.56497,60.725708,1638.4337,131.49113,2212.3767,248.00766,360.21872,93.818085,301.0216,7.994963,13.403906,26.84553,3.9772074,3.5062366,64.16003,56.780975,67.53814,17.808828,24.86491,260.62015,7.893877,2971.5334,106.210175,56.646168,123.58914,113.58211,214.13992,138.25305,101.73387,29.679333,45.34526,117.567726,313.30167,772.9151,131.7637,451.34885,91.560196,107.59175,299.5704,313.03265,952.3479,308.34827,3.7988164,18.287804,9.965753,41.21911,16355.408,4.6673064,13.887359,23.744759,47.49564,537.6895,85.53589,194.12607,3.1609724,227.00514,533.13293,353.1339,124.83463,374.74442,30.152956,72.74826,249.41245,13.029453,1.8062845,12.027472,1968.329,0.15157025,0.49392602,55.529232,5.8460255,3.863834,5.784713,10.251189,136.18768,47.422935,112.10057,738.3153,214.1886,1916.4742,1772.2001,13.973388,26.04822,12312.277,8.468139,60.54133,585.15015,103.149796,152.49002,67.91784,346.5317,917.65027,405.02475,13.628514,80.167206,1048.5656,1937.5576,41.248257,556.27606,39.625908,1.0578761,60.250645,1.118007,0.6720745,3.0504835,33.68322,114.79542,277.06424,17.722513,3472.4385,283.795,102.64919,155.85585,77.599075,96.45615,56.055443,5.193918,98.066536,626.47516,179.36493,103.75361,85.12339,19.583065,74.88623,81.87802,47.004166,856.2451,172.7078,3985.755,36.725735,3603.5264,79.038536,433.28748,2457.547,78.408806,9.390597,1548.8287,1552.9509,5073.0215,134.0609 +2023-07-07 16:00:00,0.0,16667.855,191.89462,20.969305,35.562683,23.386469,170.23273,24.511024,33.563396,19.785929,22.459852,650.41406,447.42163,9.969358,130.95284,14.006269,1.3294072,23.832096,20.307915,1.4942029,343.80853,0.35506094,312.90213,48.03354,0.46164972,2.7097883,107.725075,21.110008,65.819595,128.57837,19533.498,0.5407361,1514.9102,0.97822076,0.5926836,0.3162867,1.8724173,156.11168,202.36954,28.121319,207.36559,23.056538,44.15003,1566.4849,3.6504133,199.44539,144.13887,344.17468,142.61829,370.23532,22.413738,372.3707,0.0,2637.6782,15162.573,25.611958,398.2015,132.36333,44561.82,131.92773,21.091177,147.7474,314.5474,52.388947,19.550116,223.468,2109.7227,350.13104,140.57364,17.773396,13.177112,442.4615,60.747105,1637.8016,131.41183,2212.8152,247.87311,360.27557,93.78979,300.72998,7.9929724,13.399491,26.82637,3.9746773,3.5037355,64.16678,56.799973,67.54557,17.826948,24.872057,260.39417,7.8920097,2971.803,106.124176,56.680107,123.497696,113.5349,214.15233,138.17415,101.854836,29.654768,45.33151,117.52979,313.26498,772.5501,131.63171,451.06577,91.518074,107.63626,299.5255,313.2231,952.3695,308.09793,3.7993279,18.295431,9.963441,41.21537,16359.962,4.664369,13.896162,23.75699,47.462826,537.343,85.46882,194.01663,3.1604939,226.83064,532.8945,353.01172,124.84005,374.99103,30.162724,72.797714,249.26913,13.025667,1.8059254,12.025455,1967.1483,0.151452,0.49359852,55.516766,5.850538,3.8636065,5.781633,10.246391,136.11868,47.400673,112.05676,738.0337,214.2258,1916.6882,1772.393,13.978818,26.056541,12310.164,8.467045,60.556004,585.35065,103.20027,152.53415,67.938705,346.6466,917.46686,405.07172,13.635791,80.19928,1048.6008,1937.8346,41.26193,556.37634,39.641846,1.0579411,60.25408,1.1180083,0.6721018,3.0506496,33.70383,114.810104,277.02878,17.724981,3472.0305,283.91217,102.689964,155.90054,77.605995,96.4543,56.051075,5.206721,98.07796,626.7767,179.47772,103.80391,85.18364,19.564247,74.996925,81.9543,46.986755,856.0398,172.71857,3985.1448,36.71801,3602.526,79.038025,433.2637,2457.2078,78.4158,9.390748,1548.1809,1551.9005,5070.3076,133.9873 +2023-07-07 17:00:00,0.0,16669.486,192.0994,20.977415,35.56061,23.39675,170.21906,24.510363,33.561333,19.786161,22.45679,650.8184,447.08185,9.967111,130.95308,13.994461,1.3281668,23.837536,20.290146,1.495562,343.7869,0.35486758,312.9263,48.02373,0.46240208,2.7095997,107.72352,21.1006,65.76778,128.52763,19546.953,0.54002815,1514.9908,0.9773055,0.5921337,0.31593627,1.8702842,156.08765,202.29399,28.115358,207.34912,23.05264,44.217888,1567.5237,3.6486676,199.65218,144.23332,344.20892,142.61589,370.1732,22.433739,372.61398,0.0,2637.2622,15160.77,25.633585,398.42944,132.39973,44559.816,131.928,21.105808,147.78514,314.78467,52.42111,19.569742,223.54593,2109.7869,350.1182,140.651,17.787045,13.184943,442.358,60.768497,1637.1697,131.33253,2213.2537,247.73857,360.33243,93.7615,300.4384,7.9909816,13.395078,26.80721,3.9721475,3.5012345,64.17352,56.818977,67.55299,17.845068,24.879202,260.16818,7.8901424,2972.0725,106.038185,56.714046,123.40625,113.487686,214.16475,138.09525,101.97581,29.630205,45.31776,117.49185,313.2283,772.1851,131.49973,450.7827,91.475945,107.68078,299.48062,313.41357,952.3912,307.8476,3.7998393,18.303059,9.961129,41.211628,16364.517,4.661432,13.904966,23.76922,47.43001,536.99646,85.40175,193.9072,3.1600156,226.65614,532.656,352.8895,124.84547,375.23764,30.172491,72.84716,249.12581,13.02188,1.8055662,12.023439,1965.9678,0.15133376,0.49327102,55.504303,5.85505,3.863379,5.778553,10.241593,136.04968,47.37841,112.012955,737.7521,214.263,1916.9021,1772.5857,13.984248,26.064863,12308.05,8.465951,60.570675,585.55115,103.25074,152.57826,67.95957,346.76147,917.2834,405.11865,13.643068,80.23136,1048.6362,1938.1116,41.2756,556.4766,39.657784,1.058006,60.257523,1.1180097,0.67212915,3.050816,33.72444,114.8248,276.99335,17.727451,3471.6226,284.02933,102.730736,155.94522,77.61291,96.45245,56.046707,5.219523,98.08938,627.0781,179.59053,103.85421,85.24388,19.545431,75.10762,82.03058,46.969345,855.8345,172.72934,3984.5347,36.710285,3601.5256,79.037506,433.2399,2456.8684,78.42279,9.390899,1547.5332,1550.8501,5067.5938,133.91371 +2023-07-07 18:00:00,0.0,16671.115,192.30418,20.985527,35.55854,23.40703,170.2054,24.5097,33.559265,19.786394,22.453728,651.22284,446.7421,9.964863,130.95334,13.982654,1.3269264,23.842974,20.272377,1.4969211,343.76526,0.3546742,312.95047,48.013924,0.46315446,2.7094111,107.72196,21.091192,65.71595,128.47688,19560.406,0.5393203,1515.0715,0.9763901,0.59158385,0.31558582,1.8681512,156.0636,202.21846,28.109398,207.33266,23.048744,44.28575,1568.5625,3.646922,199.85896,144.32777,344.24323,142.61351,370.11108,22.45374,372.85727,0.0,2636.846,15158.967,25.65521,398.65738,132.43614,44557.812,131.92825,21.120441,147.82289,315.0219,52.45327,19.589367,223.62386,2109.8508,350.10535,140.72835,17.800692,13.192775,442.25452,60.78989,1636.5376,131.25323,2213.6921,247.60403,360.38928,93.73321,300.1468,7.988991,13.390664,26.788052,3.9696176,3.4987335,64.18027,56.83798,67.560425,17.863186,24.886347,259.94223,7.8882756,2972.342,105.95219,56.747982,123.3148,113.440475,214.17715,138.01636,102.09677,29.60564,45.30401,117.45391,313.1916,771.8201,131.36774,450.49966,91.43382,107.72529,299.43573,313.60403,952.4128,307.59726,3.800351,18.310686,9.9588175,41.20789,16369.07,4.6584945,13.91377,23.781452,47.397198,536.6499,85.33468,193.79776,3.159537,226.48166,532.4176,352.76727,124.85088,375.48425,30.182259,72.896614,248.9825,13.018094,1.805207,12.021423,1964.7872,0.15121552,0.4929435,55.491837,5.8595624,3.8631513,5.7754726,10.236795,135.98068,47.35615,111.96915,737.47034,214.30022,1917.116,1772.7786,13.989677,26.073185,12305.936,8.464857,60.58535,585.75165,103.30121,152.62239,67.980446,346.87634,917.1,405.16562,13.650346,80.26344,1048.6716,1938.3885,41.28927,556.57684,39.673725,1.058071,60.26096,1.118011,0.6721565,3.0509822,33.74505,114.839485,276.9579,17.72992,3471.2146,284.14648,102.7715,155.98991,77.61982,96.45061,56.04234,5.2323256,98.10081,627.37964,179.70334,103.9045,85.30412,19.526613,75.218315,82.10686,46.951935,855.62915,172.74011,3983.9246,36.702557,3600.5251,79.036995,433.2161,2456.5293,78.42978,9.391049,1546.8854,1549.7996,5064.88,133.84012 +2023-07-07 19:00:00,0.0,16672.744,192.50897,20.993637,35.55647,23.417309,170.19173,24.509039,33.5572,19.786625,22.450665,651.62726,446.40234,9.962616,130.95358,13.970846,1.325686,23.848413,20.254606,1.4982802,343.74362,0.35448083,312.97464,48.00412,0.46390685,2.7092228,107.720406,21.081783,65.66413,128.42615,19573.861,0.53861237,1515.1522,0.9754748,0.59103394,0.31523538,1.866018,156.03955,202.14291,28.103437,207.3162,23.044847,44.35361,1569.6014,3.6451764,200.06575,144.42224,344.27753,142.61113,370.04895,22.47374,373.1006,0.0,2636.4297,15157.164,25.676838,398.88528,132.47255,44555.81,131.92851,21.135073,147.86063,315.25916,52.48543,19.608994,223.70177,2109.915,350.0925,140.80571,17.81434,13.200607,442.151,60.811283,1635.9056,131.17393,2214.1306,247.46948,360.4461,93.70491,299.8552,7.987,13.3862505,26.768892,3.9670877,3.4962325,64.18702,56.85698,67.56785,17.881306,24.893492,259.71625,7.8864083,2972.6118,105.866196,56.78192,123.22335,113.393265,214.18956,137.93745,102.21774,29.581078,45.290257,117.41597,313.1549,771.45514,131.23575,450.2166,91.39169,107.769806,299.39084,313.7945,952.4344,307.34692,3.8008623,18.318314,9.956505,41.20415,16373.625,4.655557,13.922573,23.793684,47.364384,536.30334,85.26761,193.68832,3.1590588,226.30716,532.17914,352.64505,124.8563,375.73083,30.192024,72.94607,248.83917,13.014308,1.8048478,12.019406,1963.6066,0.1510973,0.492616,55.479374,5.8640747,3.8629239,5.7723927,10.231998,135.91168,47.33389,111.92534,737.1887,214.33742,1917.33,1772.9713,13.995108,26.081509,12303.821,8.463762,60.60002,585.9522,103.351685,152.6665,68.00131,346.9912,916.9165,405.21255,13.657623,80.29552,1048.7069,1938.6655,41.30294,556.6771,39.689663,1.058136,60.264397,1.1180124,0.6721839,3.0511487,33.76566,114.85417,276.92245,17.732388,3470.807,284.26367,102.81227,156.0346,77.62673,96.44875,56.03797,5.2451277,98.11223,627.68115,179.81615,103.9548,85.36437,19.507795,75.32901,82.18313,46.93452,855.4238,172.7509,3983.3147,36.69483,3599.525,79.03648,433.19232,2456.19,78.43677,9.3912,1546.2375,1548.7491,5062.1655,133.76651 +2023-07-07 20:00:00,0.0,16674.375,192.71375,21.001749,35.554398,23.42759,170.17805,24.508377,33.555138,19.786858,22.447601,652.0317,446.06256,9.960368,130.95384,13.959038,1.3244455,23.853851,20.236837,1.4996393,343.722,0.35428748,312.9988,47.994312,0.4646592,2.7090342,107.71884,21.072374,65.61231,128.3754,19587.316,0.5379045,1515.2329,0.9745594,0.590484,0.31488493,1.8638852,156.01552,202.06738,28.097477,207.29973,23.04095,44.42147,1570.6403,3.643431,200.27252,144.5167,344.31183,142.60873,369.98685,22.49374,373.34387,0.0,2636.0137,15155.361,25.698463,399.11322,132.50896,44553.805,131.92877,21.149704,147.89836,315.49643,52.51759,19.628618,223.7797,2109.979,350.07965,140.88306,17.82799,13.208439,442.04752,60.832676,1635.2736,131.09464,2214.5688,247.33495,360.50296,93.67662,299.56357,7.985009,13.381837,26.749733,3.9645576,3.4937315,64.19376,56.87598,67.57528,17.899426,24.900639,259.4903,7.884541,2972.8813,105.7802,56.81586,123.131905,113.34606,214.20198,137.85857,102.33871,29.556513,45.276505,117.37804,313.1182,771.09015,131.10376,449.93353,91.34957,107.814316,299.34595,313.98495,952.45605,307.0966,3.8013737,18.325941,9.954193,41.20041,16378.179,4.65262,13.931377,23.805914,47.33157,535.9568,85.20054,193.57889,3.1585803,226.13266,531.9407,352.52286,124.86172,375.97745,30.201792,72.99552,248.69586,13.010522,1.8044887,12.01739,1962.426,0.15097906,0.49228847,55.466908,5.868587,3.8626964,5.769313,10.2272005,135.84268,47.311626,111.88153,736.90704,214.37463,1917.5438,1773.1642,14.000538,26.08983,12301.707,8.462668,60.614693,586.1527,103.40215,152.71062,68.02218,347.10608,916.7331,405.25952,13.6649,80.3276,1048.7423,1938.9425,41.31661,556.7774,39.7056,1.058201,60.267834,1.1180139,0.6722112,3.0513148,33.78627,114.86886,276.88702,17.734856,3470.399,284.38083,102.85304,156.0793,77.633644,96.44691,56.033604,5.2579303,98.12366,627.9826,179.92896,104.005104,85.424614,19.48898,75.439705,82.25941,46.91711,855.21844,172.76167,3982.7046,36.687103,3598.5244,79.03597,433.16852,2455.8506,78.443756,9.391351,1545.5898,1547.6987,5059.4517,133.69292 +2023-07-07 21:00:00,0.0,16676.004,192.91852,21.00986,35.552326,23.43787,170.1644,24.507715,33.55307,19.787088,22.444538,652.4361,445.7228,9.95812,130.95409,13.94723,1.3232051,23.85929,20.219069,1.5009985,343.70035,0.3540941,313.02298,47.984505,0.4654116,2.7088456,107.717285,21.062965,65.560486,128.32466,19600.77,0.5371966,1515.3136,0.97364414,0.5899342,0.3145345,1.861752,155.99147,201.99184,28.091518,207.28326,23.037056,44.48933,1571.6791,3.6416852,200.47931,144.61116,344.3461,142.60635,369.9247,22.513739,373.58716,0.0,2635.5972,15153.558,25.72009,399.34116,132.54536,44551.8,131.92903,21.164335,147.9361,315.7337,52.54975,19.648243,223.85762,2110.0432,350.06677,140.96042,17.841639,13.21627,441.94403,60.854073,1634.6416,131.01532,2215.0073,247.2004,360.5598,93.64832,299.27197,7.9830184,13.377423,26.730574,3.9620278,3.4912302,64.200516,56.89498,67.5827,17.917545,24.907784,259.2643,7.8826737,2973.151,105.69421,56.8498,123.04046,113.29885,214.21439,137.77966,102.45968,29.53195,45.262753,117.340096,313.0815,770.7252,130.97177,449.65048,91.30744,107.85883,299.3011,314.1754,952.47766,306.84625,3.8018851,18.333569,9.951881,41.19667,16382.733,4.6496825,13.940181,23.818146,47.298756,535.6102,85.13347,193.46945,3.158102,225.95816,531.7022,352.40063,124.867134,376.22406,30.21156,73.044975,248.55254,13.006735,1.8041294,12.015374,1961.2455,0.15086082,0.49196097,55.454445,5.8730993,3.862469,5.766233,10.222403,135.7737,47.289368,111.83772,736.6254,214.41183,1917.7578,1773.3569,14.005968,26.098152,12299.593,8.461575,60.629368,586.3532,103.45262,152.75475,68.043045,347.22098,916.5496,405.3065,13.672177,80.35968,1048.7777,1939.2195,41.33028,556.8777,39.72154,1.0582659,60.27127,1.1180152,0.6722386,3.0514812,33.80688,114.883545,276.85156,17.737326,3469.991,284.498,102.893814,156.124,77.64056,96.44506,56.029232,5.270733,98.13508,628.2841,180.04176,104.0554,85.48486,19.470161,75.5504,82.335686,46.8997,855.0131,172.77245,3982.0945,36.67938,3597.5242,79.03546,433.14474,2455.5115,78.450745,9.391501,1544.942,1546.6483,5056.738,133.61932 +2023-07-07 22:00:00,0.0,16677.633,193.1233,21.017971,35.550255,23.448149,170.15073,24.507053,33.551006,19.787321,22.441475,652.84045,445.38303,9.955873,130.95435,13.935422,1.3219646,23.864729,20.2013,1.5023576,343.67868,0.35390073,313.04715,47.9747,0.46616396,2.708657,107.71573,21.053556,65.50867,128.27393,19614.225,0.53648865,1515.3943,0.9727288,0.58938426,0.31418407,1.859619,155.96744,201.9163,28.085558,207.2668,23.03316,44.55719,1572.718,3.6399398,200.6861,144.70561,344.38037,142.60397,369.8626,22.53374,373.83047,0.0,2635.1812,15151.755,25.741716,399.56906,132.58177,44549.797,131.92929,21.178968,147.97383,315.97095,52.581913,19.66787,223.93555,2110.1072,350.05392,141.03777,17.855286,13.224102,441.84055,60.875465,1634.0096,130.93602,2215.4458,247.06586,360.61664,93.62003,298.98038,7.9810276,13.373009,26.711414,3.959498,3.4887292,64.20726,56.913982,67.59013,17.935665,24.914928,259.03836,7.8808064,2973.4207,105.60821,56.883736,122.949005,113.25164,214.22679,137.70078,102.58064,29.507385,45.249004,117.302155,313.04483,770.3602,130.83978,449.36743,91.26532,107.90334,299.2562,314.36588,952.49927,306.59592,3.8023965,18.341196,9.94957,41.192932,16387.287,4.646745,13.948985,23.830378,47.26594,535.26373,85.0664,193.36002,3.1576235,225.78368,531.46375,352.2784,124.87255,376.47067,30.221327,73.09442,248.40923,13.002949,1.8037702,12.013358,1960.0648,0.15074258,0.49163347,55.44198,5.8776116,3.8622415,5.7631526,10.217605,135.7047,47.267105,111.793915,736.34375,214.44904,1917.9717,1773.5498,14.011398,26.106474,12297.479,8.46048,60.64404,586.5537,103.50309,152.79886,68.06391,347.33585,916.3662,405.35342,13.679455,80.391754,1048.8131,1939.4965,41.343952,556.97797,39.737476,1.0583309,60.27471,1.1180166,0.67226595,3.0516474,33.827488,114.89824,276.81613,17.739794,3469.583,284.61514,102.934586,156.16869,77.64747,96.443214,56.024864,5.283535,98.14651,628.5856,180.15457,104.1057,85.545105,19.451345,75.661095,82.411964,46.88229,854.8078,172.78322,3981.4844,36.671654,3596.5237,79.03494,433.12094,2455.172,78.45773,9.391652,1544.2943,1545.5978,5054.024,133.54573 +2023-07-07 23:00:00,0.0,16679.262,193.3281,21.026081,35.548183,23.45843,170.13705,24.506392,33.54894,19.787552,22.438412,653.2449,445.04327,9.953625,130.95459,13.9236145,1.3207242,23.870167,20.18353,1.5037167,343.65704,0.35370734,313.07132,47.964893,0.46691635,2.7084684,107.71417,21.04415,65.45684,128.22318,19627.68,0.5357808,1515.475,0.97181344,0.58883435,0.31383362,1.8574859,155.94339,201.84076,28.079597,207.25034,23.029263,44.62505,1573.7568,3.638194,200.89287,144.80006,344.41467,142.60158,369.80048,22.55374,374.07376,0.0,2634.765,15149.952,25.763344,399.797,132.61818,44547.793,131.92955,21.1936,148.01157,316.2082,52.614075,19.687494,224.01347,2110.1714,350.04108,141.11513,17.868935,13.231934,441.73706,60.89686,1633.3776,130.85672,2215.8843,246.93132,360.6735,93.59174,298.68878,7.9790373,13.368595,26.692255,3.956968,3.4862282,64.21401,56.932983,67.597565,17.953783,24.922073,258.81238,7.878939,2973.6902,105.52222,56.917675,122.85756,113.20443,214.23921,137.62187,102.701614,29.48282,45.235252,117.26422,313.00812,769.99524,130.7078,449.08435,91.22319,107.94785,299.2113,314.5563,952.52094,306.34558,3.802908,18.348825,9.947258,41.18919,16391.842,4.643808,13.957788,23.842607,47.233128,534.9172,84.99933,193.25058,3.1571453,225.60918,531.2253,352.1562,124.87797,376.7173,30.231092,73.143875,248.26591,12.999163,1.803411,12.011342,1958.8843,0.15062433,0.49130595,55.429516,5.882124,3.862014,5.7600727,10.212807,135.6357,47.244843,111.75011,736.0621,214.48625,1918.1855,1773.7427,14.016829,26.114796,12295.365,8.459386,60.658714,586.7542,103.553566,152.84299,68.08478,347.4507,916.18274,405.4004,13.686732,80.423836,1048.8484,1939.7734,41.35762,557.0782,39.753418,1.0583959,60.27815,1.1180179,0.6722933,3.0518136,33.8481,114.912926,276.78067,17.742262,3469.175,284.7323,102.97536,156.21338,77.65438,96.44136,56.020496,5.2963376,98.15793,628.8871,180.26738,104.156,85.60535,19.432528,75.77179,82.488235,46.86488,854.6025,172.794,3980.8743,36.663925,3595.5234,79.03443,433.09717,2454.8328,78.46472,9.391803,1543.6465,1544.5474,5051.31,133.47214 +2023-07-08 00:00:00,0.0,16680.893,193.53287,21.034193,35.546112,23.46871,170.1234,24.50573,33.546875,19.787785,22.43535,653.6493,444.7035,9.951377,130.95485,13.911807,1.3194839,23.875607,20.165762,1.5050758,343.6354,0.353514,313.0955,47.955086,0.46766874,2.70828,107.712616,21.03474,65.40502,128.17244,19641.133,0.53507286,1515.5557,0.97089815,0.5882845,0.31348318,1.8553529,155.91936,201.76523,28.073637,207.23387,23.025366,44.69291,1574.7957,3.6364486,201.09966,144.89453,344.44897,142.5992,369.73837,22.57374,374.31705,0.0,2634.3486,15148.149,25.78497,400.02493,132.6546,44545.79,131.92981,21.208231,148.0493,316.44547,52.646236,19.70712,224.0914,2110.2354,350.02823,141.19247,17.882584,13.239765,441.63358,60.91825,1632.7456,130.77742,2216.3228,246.79677,360.73035,93.563446,298.39716,7.9770465,13.3641815,26.673096,3.954438,3.4837272,64.22076,56.951984,67.60499,17.971903,24.92922,258.58643,7.877072,2973.9597,105.43622,56.951614,122.76611,113.15722,214.25162,137.54297,102.82258,29.458258,45.2215,117.22628,312.97144,769.63025,130.5758,448.8013,91.18107,107.99237,299.1664,314.74677,952.54254,306.09525,3.8034194,18.356453,9.944946,41.18545,16396.395,4.640871,13.966593,23.85484,47.200314,534.5706,84.93226,193.14114,3.1566668,225.43468,530.9869,352.034,124.883385,376.9639,30.24086,73.19333,248.12259,12.995377,1.8030518,12.009326,1957.7037,0.1505061,0.49097845,55.41705,5.8866363,3.8617866,5.756993,10.208009,135.5667,47.222584,111.7063,735.78046,214.52345,1918.3995,1773.9354,14.022259,26.12312,12293.251,8.458292,60.673386,586.9547,103.604034,152.8871,68.105644,347.56558,915.9993,405.44733,13.694009,80.45591,1048.8838,1940.0504,41.371292,557.17847,39.769356,1.0584608,60.281586,1.1180193,0.67232066,3.05198,33.86871,114.92761,276.74524,17.744732,3468.767,284.84946,103.01613,156.25807,77.66129,96.439514,56.01613,5.3091397,98.16936,629.1886,180.38019,104.20629,85.665596,19.41371,75.882484,82.564514,46.84747,854.39716,172.80478,3980.2644,36.6562,3594.523,79.03392,433.07336,2454.4937,78.47171,9.391953,1542.9988,1543.497,5048.5957,133.39854 +2023-07-08 01:00:00,0.0,16682.521,193.73764,21.042303,35.54404,23.47899,170.10973,24.505068,33.54481,19.788015,22.432287,654.0537,444.36374,9.949129,130.9551,13.899999,1.3182434,23.881044,20.147991,1.506435,343.61377,0.35332063,313.11966,47.94528,0.4684211,2.7080915,107.71105,21.025331,65.353195,128.12169,19654.588,0.534365,1515.6364,0.9699828,0.5877346,0.31313273,1.8532197,155.89531,201.6897,28.067677,207.2174,23.02147,44.76077,1575.8346,3.634703,201.30644,144.98898,344.48325,142.5968,369.67624,22.593739,374.56036,0.0,2633.9326,15146.346,25.806597,400.25284,132.69101,44543.785,131.93007,21.222862,148.08704,316.6827,52.678394,19.726746,224.16933,2110.2993,350.01538,141.26984,17.896233,13.247597,441.5301,60.939648,1632.1135,130.69812,2216.761,246.66223,360.7872,93.53516,298.10556,7.9750557,13.359768,26.653936,3.951908,3.4812262,64.22751,56.970985,67.61242,17.990023,24.936365,258.36044,7.8752046,2974.2292,105.35023,56.98555,122.67466,113.11001,214.26402,137.46408,102.94355,29.433693,45.20775,117.18834,312.93472,769.26526,130.44382,448.51825,91.13894,108.03688,299.12152,314.93723,952.56415,305.8449,3.8039308,18.36408,9.942635,41.181713,16400.95,4.6379337,13.975396,23.867071,47.1675,534.22406,84.86519,193.03171,3.1561885,225.26018,530.7484,351.91177,124.8888,377.2105,30.250628,73.24278,247.97928,12.99159,1.8026927,12.00731,1956.5231,0.15038785,0.49065095,55.404587,5.8911486,3.8615592,5.753913,10.203211,135.4977,47.20032,111.66249,735.4988,214.56067,1918.6134,1774.1283,14.027689,26.131441,12291.137,8.457197,60.68806,587.1552,103.6545,152.93123,68.12651,347.68045,915.81586,405.4943,13.701286,80.48799,1048.9192,1940.3274,41.38496,557.27875,39.785294,1.0585258,60.285023,1.1180207,0.672348,3.0521462,33.88932,114.9423,276.70978,17.7472,3468.3591,284.9666,103.0569,156.30275,77.668205,96.43767,56.01176,5.3219423,98.18078,629.49005,180.493,104.25659,85.72584,19.394894,75.99318,82.64079,46.83006,854.1918,172.81555,3979.6543,36.64847,3593.5227,79.03341,433.0496,2454.1543,78.4787,9.392104,1542.351,1542.4464,5045.882,133.32495 +2023-07-08 02:00:00,0.0,16684.15,193.94243,21.050415,35.54197,23.48927,170.09605,24.504408,33.542744,19.788248,22.429224,654.45807,444.024,9.946881,130.95535,13.888191,1.317003,23.886482,20.130222,1.5077941,343.59213,0.35312724,313.14383,47.935474,0.4691735,2.707903,107.709496,21.015923,65.30138,128.07095,19668.043,0.5336571,1515.717,0.96906745,0.58718467,0.3127823,1.8510867,155.87126,201.61415,28.061718,207.20094,23.017572,44.82863,1576.8734,3.6329575,201.51323,145.08345,344.51755,142.59442,369.61414,22.613739,374.80365,0.0,2633.516,15144.543,25.828222,400.48077,132.72742,44541.78,131.93033,21.237495,148.12479,316.91998,52.710556,19.746372,224.24725,2110.3635,350.00253,141.34718,17.90988,13.255429,441.4266,60.96104,1631.4816,130.61882,2217.1995,246.52768,360.84402,93.50686,297.81396,7.973065,13.355354,26.634777,3.9493783,3.4787252,64.23425,56.989986,67.61984,18.008142,24.94351,258.13446,7.8733373,2974.499,105.26423,57.01949,122.58321,113.0628,214.27644,137.38518,103.064514,29.40913,45.193996,117.1504,312.89804,768.90027,130.31183,448.2352,91.09682,108.0814,299.07663,315.1277,952.5858,305.59457,3.8044422,18.371708,9.940323,41.17797,16405.504,4.6349964,13.9842,23.879301,47.134686,533.8775,84.79812,192.92227,3.15571,225.0857,530.50995,351.78955,124.894226,377.45712,30.260395,73.29223,247.83595,12.987803,1.8023335,12.005294,1955.3425,0.15026961,0.49032342,55.39212,5.895661,3.8613317,5.7508326,10.198413,135.4287,47.17806,111.61868,735.21716,214.59787,1918.8274,1774.321,14.033118,26.139763,12289.022,8.456103,60.702732,587.3557,103.70497,152.97534,68.14738,347.79535,915.63245,405.54126,13.708564,80.52007,1048.9546,1940.6044,41.398632,557.379,39.80123,1.0585908,60.288464,1.1180221,0.6723754,3.0523126,33.909927,114.956985,276.67435,17.749668,3467.9514,285.08377,103.09767,156.34744,77.67512,96.43582,56.007393,5.334745,98.19221,629.79156,180.6058,104.30689,85.78609,19.376076,76.103874,82.71707,46.81265,853.98645,172.82632,3979.0442,36.640747,3592.5222,79.0329,433.0258,2453.815,78.48569,9.392255,1541.7032,1541.396,5043.168,133.25136 +2023-07-08 03:00:00,0.0,16685.78,194.14722,21.058525,35.539898,23.49955,170.0824,24.503746,33.54068,19.78848,22.42616,654.8625,443.6842,9.9446335,130.9556,13.876384,1.3157625,23.891922,20.112453,1.5091532,343.5705,0.35293388,313.168,47.925667,0.46992585,2.7077143,107.70794,21.006514,65.24956,128.02022,19681.496,0.53294915,1515.7977,0.9681521,0.5866348,0.31243187,1.8489537,155.84723,201.53862,28.055758,207.18448,23.013676,44.89649,1577.9122,3.631212,201.72,145.1779,344.55182,142.59204,369.552,22.63374,375.04697,0.0,2633.1,15142.74,25.84985,400.7087,132.76382,44539.777,131.93059,21.252127,148.16252,317.15723,52.742718,19.765997,224.32518,2110.4275,349.98965,141.42455,17.923529,13.263261,441.32312,60.982433,1630.8496,130.53952,2217.638,246.39314,360.90088,93.47857,297.52237,7.971074,13.350941,26.61562,3.9468482,3.4762242,64.241005,57.00899,67.62727,18.026262,24.950655,257.9085,7.87147,2974.7686,105.17824,57.05343,122.49177,113.01559,214.28885,137.30629,103.185486,29.384565,45.18025,117.112465,312.86136,768.5353,130.17984,447.95212,91.05469,108.12591,299.03174,315.31815,952.6074,305.34424,3.8049536,18.379335,9.93801,41.174232,16410.059,4.632059,13.993004,23.891533,47.101868,533.531,84.73105,192.81284,3.1552317,224.9112,530.2715,351.66733,124.89964,377.70374,30.27016,73.34168,247.69264,12.984017,1.8019742,12.003278,1954.162,0.15015137,0.48999593,55.379658,5.900173,3.8611042,5.7477527,10.193616,135.3597,47.155796,111.574875,734.9355,214.63507,1919.0413,1774.5139,14.038548,26.148085,12286.908,8.455009,60.717403,587.5562,103.75545,153.01945,68.16824,347.91022,915.449,405.5882,13.715841,80.55215,1048.9899,1940.8812,41.4123,557.4793,39.817173,1.0586557,60.2919,1.1180234,0.67240274,3.0524788,33.93054,114.97168,276.63892,17.752136,3467.5435,285.20093,103.138435,156.39214,77.68203,96.433975,56.003025,5.347547,98.20363,630.093,180.71861,104.35719,85.84633,19.357258,76.21457,82.79335,46.79524,853.7811,172.83711,3978.434,36.633022,3591.522,79.03238,433.002,2453.4758,78.492676,9.3924055,1541.0554,1540.3456,5040.454,133.17776 +2023-07-08 04:00:00,0.0,16687.41,194.35199,21.066637,35.537827,23.50983,170.06873,24.503084,33.538616,19.788712,22.423098,655.2669,443.34445,9.942386,130.95586,13.864575,1.3145221,23.89736,20.094685,1.5105124,343.54883,0.3527405,313.19217,47.91586,0.47067824,2.707526,107.70638,20.997105,65.19773,127.969475,19694.951,0.5322413,1515.8784,0.9672368,0.5860849,0.31208143,1.8468206,155.82318,201.46307,28.049797,207.16801,23.009779,44.964348,1578.9512,3.6294663,201.92679,145.27235,344.58612,142.58965,369.4899,22.65374,375.29025,0.0,2632.6838,15140.9375,25.871475,400.9366,132.80023,44537.777,131.93085,21.266758,148.20026,317.39447,52.77488,19.785624,224.4031,2110.4917,349.9768,141.50189,17.937178,13.271092,441.21964,61.003826,1630.2175,130.46022,2218.0764,246.25859,360.9577,93.45027,297.23077,7.9690833,13.346526,26.59646,3.9443183,3.4737232,64.24775,57.027992,67.6347,18.04438,24.957802,257.68253,7.869603,2975.038,105.09224,57.087364,122.40032,112.968376,214.30125,137.22739,103.30645,29.36,45.166496,117.074524,312.82465,768.1703,130.04785,447.66907,91.012566,108.170425,298.98685,315.5086,952.629,305.0939,3.805465,18.386963,9.9356985,41.170494,16414.611,4.629122,14.001807,23.903765,47.069054,533.18445,84.66398,192.7034,3.1547532,224.7367,530.033,351.54514,124.90506,377.95035,30.279928,73.391136,247.54932,12.98023,1.801615,12.001262,1952.9813,0.15003313,0.48966843,55.36719,5.9046855,3.8608768,5.744673,10.188818,135.2907,47.133537,111.53107,734.6538,214.67229,1919.2551,1774.7068,14.043979,26.156406,12284.794,8.453916,60.73208,587.7567,103.805916,153.06358,68.18911,348.0251,915.26556,405.63516,13.723119,80.58423,1049.0253,1941.1582,41.425972,557.5795,39.83311,1.0587207,60.295338,1.1180248,0.6724301,3.0526452,33.95115,114.98637,276.60345,17.754606,3467.1355,285.31808,103.17921,156.43683,77.68894,96.43212,55.998657,5.3603497,98.21506,630.39453,180.83142,104.407486,85.90658,19.338442,76.325264,82.86962,46.77783,853.5758,172.84789,3977.824,36.625294,3590.5215,79.03187,432.9782,2453.1365,78.499664,9.392556,1540.4077,1539.295,5037.7397,133.10417 +2023-07-08 05:00:00,0.0,16689.04,194.55676,21.074747,35.535755,23.52011,170.05505,24.502422,33.53655,19.788944,22.420034,655.6713,443.00467,9.940138,130.9561,13.852768,1.3132818,23.9028,20.076916,1.5118715,343.5272,0.35254714,313.21634,47.906055,0.47143063,2.7073374,107.70483,20.987698,65.14591,127.91873,19708.406,0.53153336,1515.9591,0.96632147,0.585535,0.31173098,1.8446876,155.79915,201.38754,28.043837,207.15155,23.005882,45.03221,1579.99,3.6277208,202.13358,145.36682,344.62042,142.58727,369.42776,22.67374,375.53354,0.0,2632.2676,15139.134,25.893103,401.16455,132.83664,44535.773,131.9311,21.28139,148.23799,317.63174,52.807037,19.805248,224.48102,2110.5557,349.96396,141.57924,17.950827,13.278924,441.11615,61.025223,1629.5856,130.38092,2218.515,246.12405,361.0146,93.42198,296.93915,7.9670925,13.342113,26.577301,3.9417884,3.4712222,64.2545,57.046997,67.64213,18.0625,24.964947,257.45657,7.867736,2975.3079,105.00625,57.121304,122.30887,112.921165,214.31367,137.14848,103.42742,29.335438,45.152744,117.03658,312.78796,767.8053,129.91586,447.38602,90.970436,108.214935,298.94196,315.69907,952.6507,304.84357,3.8059764,18.39459,9.933387,41.16675,16419.166,4.6261845,14.010612,23.915995,47.03624,532.8379,84.59691,192.59396,3.1542747,224.5622,529.79456,351.4229,124.91048,378.19696,30.289696,73.44059,247.406,12.976444,1.8012558,11.999246,1951.8008,0.14991489,0.4893409,55.354725,5.909198,3.8606493,5.741593,10.18402,135.2217,47.111275,111.48726,734.3722,214.70949,1919.4691,1774.8995,14.049409,26.164728,12282.68,8.452821,60.74675,587.9572,103.856384,153.1077,68.20998,348.13995,915.0821,405.6821,13.730395,80.61631,1049.0607,1941.4352,41.439644,557.6798,39.84905,1.0587857,60.298775,1.1180261,0.67245746,3.0528114,33.97176,115.00105,276.56802,17.757074,3466.7275,285.43524,103.21998,156.48152,77.695854,96.430275,55.99429,5.3731523,98.22648,630.69604,180.94423,104.45779,85.96682,19.319624,76.43596,82.9459,46.760418,853.3705,172.85866,3977.214,36.61757,3589.5212,79.03136,432.95444,2452.797,78.50665,9.392707,1539.7599,1538.2446,5035.026,133.03058 +2023-07-08 06:00:00,0.0,16690.668,194.76155,21.082859,35.533684,23.53039,170.0414,24.50176,33.534485,19.789175,22.416971,656.0757,442.66492,9.93789,130.95636,13.84096,1.3120413,23.908237,20.059147,1.5132307,343.50555,0.35235378,313.2405,47.896248,0.472183,2.7071488,107.70327,20.978289,65.094086,127.86799,19721.861,0.5308255,1516.0398,0.9654061,0.5849851,0.31138054,1.8425545,155.7751,201.312,28.037876,207.13509,23.001986,45.10007,1581.0288,3.6259751,202.34036,145.46127,344.6547,142.58488,369.36566,22.693739,375.77686,0.0,2631.8516,15137.331,25.914728,401.3925,132.87305,44533.77,131.93137,21.296022,148.27573,317.86902,52.8392,19.824873,224.55894,2110.6199,349.9511,141.6566,17.964474,13.286756,441.01266,61.046616,1628.9535,130.30162,2218.9531,245.98952,361.0714,93.39369,296.64755,7.9651017,13.337699,26.558142,3.9392586,3.4687212,64.261246,57.065994,67.64956,18.08062,24.972092,257.2306,7.8658686,2975.5774,104.92025,57.155243,122.21742,112.873955,214.32608,137.0696,103.548386,29.310873,45.138992,116.99865,312.75125,767.44037,129.78387,447.10294,90.928314,108.259445,298.89706,315.88953,952.6723,304.59323,3.8064878,18.402218,9.931075,41.163013,16423.72,4.623247,14.019415,23.928226,47.003426,532.49133,84.52984,192.48453,3.1537964,224.3877,529.55615,351.3007,124.91589,378.44357,30.299461,73.49004,247.26268,12.972658,1.8008966,11.99723,1950.6202,0.14979665,0.4890134,55.342262,5.91371,3.860422,5.7385125,10.179222,135.15271,47.089012,111.44345,734.0906,214.74669,1919.683,1775.0924,14.054839,26.173052,12280.566,8.451727,60.761425,588.1577,103.90685,153.15182,68.23084,348.25482,914.8987,405.72906,13.737673,80.648384,1049.0961,1941.7122,41.453312,557.7801,39.864986,1.0588506,60.302216,1.1180276,0.6724848,3.0529778,33.992367,115.01574,276.53256,17.759542,3466.3196,285.55243,103.26075,156.52621,77.70277,96.42843,55.989918,5.3859544,98.2379,630.9975,181.05704,104.50809,86.02706,19.300806,76.54665,83.02218,46.743008,853.1651,172.86943,3976.604,36.60984,3588.5208,79.030846,432.93063,2452.458,78.51364,9.392858,1539.1122,1537.1942,5032.312,132.95697 +2023-07-08 07:00:00,0.0,16692.299,194.96634,21.09097,35.531612,23.54067,170.02773,24.501099,33.532417,19.789408,22.41391,656.4801,442.32516,9.935642,130.9566,13.829152,1.3108009,23.913675,20.041378,1.5145898,343.48392,0.3521604,313.2647,47.88644,0.47293538,2.7069602,107.701706,20.96888,65.04227,127.817245,19735.314,0.5301176,1516.1205,0.9644908,0.5844352,0.3110301,1.8404216,155.75105,201.23647,28.031918,207.11862,22.998089,45.16793,1582.0677,3.6242297,202.54713,145.55574,344.689,142.58249,369.30353,22.71374,376.02014,0.0,2631.4355,15135.528,25.936356,401.6204,132.90945,44531.766,131.93163,21.310654,148.31346,318.10626,52.87136,19.8445,224.63687,2110.6838,349.93826,141.73395,17.978123,13.294587,440.90918,61.06801,1628.3215,130.22232,2219.3916,245.85497,361.12827,93.365395,296.35596,7.963111,13.333285,26.538982,3.9367285,3.4662201,64.268,57.085,67.65698,18.09874,24.979237,257.00464,7.8640013,2975.847,104.83426,57.18918,122.12598,112.82675,214.33849,136.99069,103.66936,29.28631,45.12524,116.96071,312.71457,767.0754,129.65189,446.8199,90.886185,108.30396,298.85217,316.08,952.6939,304.3429,3.8069992,18.409845,9.928763,41.159275,16428.273,4.62031,14.028218,23.940458,46.97061,532.1448,84.46277,192.37509,3.153318,224.21321,529.3177,351.17847,124.92131,378.6902,30.309229,73.53949,247.11937,12.968872,1.8005375,11.9952135,1949.4396,0.14967841,0.48868588,55.329796,5.918222,3.8601944,5.7354326,10.174424,135.08371,47.066753,111.399635,733.80884,214.7839,1919.897,1775.2852,14.060269,26.181374,12278.452,8.450633,60.776096,588.3582,103.95733,153.19594,68.25171,348.36972,914.7152,405.77603,13.74495,80.680466,1049.1313,1941.9891,41.466984,557.8804,39.880924,1.0589156,60.305653,1.1180289,0.6725121,3.053144,34.012978,115.030426,276.49713,17.76201,3465.9116,285.6696,103.30152,156.5709,77.70968,96.42658,55.98555,5.398757,98.24933,631.299,181.16983,104.55838,86.08731,19.28199,76.65735,83.09846,46.725597,852.9598,172.88022,3975.994,36.602116,3587.5205,79.030334,432.90683,2452.1187,78.52063,9.393008,1538.4644,1536.1438,5029.598,132.88338 +2023-07-08 08:00:00,0.0,16693.928,195.17111,21.099081,35.52954,23.55095,170.01405,24.500437,33.530354,19.789639,22.410847,656.8845,441.98538,9.933394,130.95686,13.817345,1.3095604,23.919115,20.023607,1.5159489,343.46228,0.35196704,313.28888,47.876637,0.47368777,2.7067716,107.70015,20.95947,64.99045,127.76651,19748.77,0.5294097,1516.2012,0.9635755,0.5838853,0.31067964,1.8382884,155.72702,201.16093,28.025957,207.10216,22.994192,45.23579,1583.1066,3.622484,202.75392,145.65019,344.72327,142.58011,369.24142,22.73374,376.26343,0.0,2631.019,15133.726,25.957981,401.84833,132.94586,44529.76,131.93188,21.325285,148.3512,318.3435,52.903522,19.864124,224.7148,2110.7478,349.9254,141.81131,17.991772,13.302419,440.8057,61.0894,1627.6895,130.14302,2219.83,245.72043,361.1851,93.337105,296.06436,7.96112,13.328872,26.519823,3.9341986,3.463719,64.27474,57.103996,67.66441,18.11686,24.986383,256.77866,7.862134,2976.1165,104.74826,57.223118,122.03452,112.77954,214.35089,136.9118,103.79032,29.261745,45.111492,116.92277,312.6779,766.7104,129.5199,446.53683,90.84406,108.34847,298.8073,316.27045,952.7156,304.09256,3.8075109,18.417473,9.926452,41.155533,16432.828,4.6173725,14.037023,23.952688,46.937798,531.7982,84.3957,192.26566,3.1528397,224.03871,529.0792,351.05627,124.92673,378.9368,30.318996,73.58894,246.97604,12.965085,1.8001783,11.993197,1948.259,0.14956017,0.48835838,55.317333,5.9227343,3.859967,5.7323527,10.169626,135.01471,47.04449,111.35583,733.5272,214.8211,1920.1108,1775.478,14.0657,26.189695,12276.338,8.449538,60.79077,588.5587,104.0078,153.24007,68.27258,348.4846,914.5318,405.82297,13.752228,80.71255,1049.1667,1942.2661,41.48065,557.98065,39.896866,1.0589806,60.30909,1.1180303,0.6725395,3.0533104,34.03359,115.04512,276.46167,17.76448,3465.504,285.78674,103.34229,156.61559,77.71659,96.42473,55.981182,5.411559,98.26075,631.60046,181.28264,104.60868,86.14755,19.263172,76.76804,83.17473,46.708187,852.75446,172.89099,3975.3838,36.59439,3586.52,79.029816,432.88306,2451.7793,78.52762,9.393159,1537.8167,1535.0933,5026.884,132.80978 +2023-07-08 09:00:00,0.0,16695.557,195.37589,21.107193,35.527466,23.56123,170.0004,24.499775,33.52829,19.789871,22.407784,657.28894,441.64563,9.931147,130.9571,13.805536,1.30832,23.924553,20.005838,1.517308,343.44064,0.35177365,313.31305,47.86683,0.47444013,2.7065833,107.69859,20.950062,64.93862,127.71577,19762.225,0.5287018,1516.2819,0.96266013,0.5833354,0.31032923,1.8361554,155.70297,201.08539,28.019997,207.08568,22.990295,45.30365,1584.1454,3.6207385,202.96071,145.74464,344.75757,142.57773,369.1793,22.75374,376.50674,0.0,2630.603,15131.922,25.979609,402.07626,132.98227,44527.758,131.93214,21.339916,148.38893,318.58078,52.935684,19.88375,224.79272,2110.812,349.91254,141.88866,18.00542,13.310251,440.7022,61.110794,1627.0575,130.06372,2220.2686,245.58588,361.24194,93.30881,295.77274,7.9591293,13.324458,26.500664,3.9316688,3.4612179,64.281494,57.123,67.67184,18.13498,24.993528,256.55267,7.8602667,2976.3862,104.66227,57.257057,121.94308,112.73233,214.36331,136.8329,103.91129,29.237183,45.09774,116.88483,312.64117,766.3454,129.38791,446.25378,90.80193,108.39299,298.76242,316.46088,952.7372,303.84222,3.8080223,18.425102,9.92414,41.151794,16437.383,4.614435,14.045826,23.96492,46.904984,531.4517,84.32863,192.15622,3.1523612,223.86421,528.84076,350.93405,124.932144,379.1834,30.328764,73.6384,246.83273,12.961299,1.7998191,11.991181,1947.0785,0.14944193,0.48803088,55.304867,5.9272466,3.8597395,5.7292724,10.164828,134.94571,47.02223,111.31202,733.24554,214.85832,1920.3247,1775.6708,14.07113,26.198017,12274.224,8.448444,60.805443,588.7592,104.058266,153.28418,68.29345,348.59946,914.3483,405.86993,13.759504,80.74462,1049.2021,1942.5431,41.494324,558.08093,39.912804,1.0590454,60.312527,1.1180316,0.67256683,3.0534766,34.0542,115.05981,276.42624,17.766949,3465.096,285.9039,103.383064,156.66028,77.7235,96.42288,55.976814,5.4243617,98.27218,631.902,181.39545,104.65898,86.2078,19.244356,76.878746,83.25101,46.690777,852.54913,172.90176,3974.7737,36.586662,3585.5198,79.029305,432.85925,2451.4402,78.53461,9.39331,1537.1688,1534.0428,5024.17,132.73619 +2023-07-08 10:00:00,0.0,16697.186,195.58067,21.115303,35.525394,23.57151,169.98672,24.499113,33.526222,19.790104,22.40472,657.6933,441.30585,9.928899,130.95737,13.793729,1.3070796,23.929993,19.98807,1.5186672,343.41898,0.3515803,313.33722,47.85702,0.47519252,2.7063947,107.69704,20.940655,64.8868,127.66502,19775.678,0.52799386,1516.3625,0.9617448,0.58278555,0.30997878,1.8340223,155.67894,201.00986,28.014036,207.06921,22.986399,45.37151,1585.1843,3.6189928,203.16748,145.83911,344.79187,142.57533,369.1172,22.773739,376.75003,0.0,2630.1868,15130.119,26.001234,402.3042,133.01868,44525.754,131.9324,21.35455,148.42668,318.81805,52.967842,19.903376,224.87065,2110.876,349.8997,141.96602,18.019068,13.318083,440.59872,61.13219,1626.4255,129.9844,2220.707,245.45134,361.2988,93.28052,295.48114,7.9571385,13.320044,26.481504,3.9291387,3.4587169,64.28824,57.142,67.67927,18.153097,25.000673,256.32672,7.8583994,2976.6558,104.57627,57.290993,121.85163,112.68512,214.37572,136.75401,104.03226,29.212618,45.08399,116.84689,312.6045,765.9804,129.25592,445.9707,90.75981,108.4375,298.71753,316.65134,952.7588,303.5919,3.8085337,18.43273,9.921828,41.148056,16441.936,4.611498,14.05463,23.977152,46.87217,531.10516,84.261566,192.04678,3.151883,223.68971,528.6023,350.81183,124.93756,379.43002,30.33853,73.68785,246.6894,12.957513,1.7994598,11.989165,1945.8978,0.14932369,0.48770335,55.292404,5.931759,3.859512,5.7261925,10.16003,134.87671,46.99997,111.26821,732.9639,214.89552,1920.5387,1775.8636,14.076559,26.206339,12272.109,8.4473505,60.820114,588.9597,104.108734,153.3283,68.314316,348.71432,914.1649,405.91687,13.766782,80.7767,1049.2375,1942.8201,41.507996,558.18115,39.92874,1.0591104,60.315968,1.118033,0.6725942,3.053643,34.074806,115.07449,276.3908,17.769417,3464.688,286.02106,103.423836,156.70497,77.730415,96.421036,55.972446,5.4371643,98.2836,632.2035,181.50826,104.709274,86.26804,19.225538,76.98944,83.327286,46.673367,852.3438,172.91254,3974.1638,36.578938,3584.5193,79.02879,432.83548,2451.1008,78.541595,9.39346,1536.521,1532.9924,5021.456,132.6626 +2023-07-08 11:00:00,0.0,16698.816,195.78546,21.123415,35.523323,23.581789,169.97305,24.498451,33.52416,19.790335,22.401657,658.0977,440.9661,9.926651,130.95761,13.781921,1.3058392,23.93543,19.9703,1.5200263,343.39734,0.35138693,313.3614,47.847214,0.47594488,2.706206,107.69548,20.931246,64.83498,127.61428,19789.133,0.527286,1516.4432,0.96082944,0.58223563,0.30962834,1.8318893,155.65489,200.93431,28.008076,207.05275,22.982502,45.43937,1586.2231,3.6172473,203.37427,145.93356,344.82614,142.57295,369.05505,22.79374,376.99332,0.0,2629.7705,15128.316,26.022861,402.5321,133.05508,44523.75,131.93266,21.36918,148.46442,319.0553,53.000004,19.923002,224.94858,2110.9402,349.88684,142.04337,18.032717,13.325914,440.4952,61.153584,1625.7935,129.9051,2221.1453,245.3168,361.35565,93.25222,295.18954,7.9551477,13.31563,26.462345,3.9266088,3.4562159,64.29499,57.161003,67.68669,18.171217,25.007818,256.10074,7.856532,2976.9253,104.49028,57.324932,121.760185,112.63791,214.38812,136.67511,104.15323,29.188053,45.070236,116.80895,312.56778,765.6154,129.12393,445.68765,90.71768,108.48202,298.67264,316.8418,952.78046,303.34155,3.809045,18.440357,9.919516,41.144314,16446.49,4.608561,14.063434,23.989382,46.839355,530.7586,84.194496,191.93735,3.1514044,223.51523,528.36383,350.6896,124.94298,379.6766,30.348297,73.737305,246.5461,12.953727,1.7991006,11.987148,1944.7173,0.14920546,0.48737586,55.279938,5.936271,3.8592846,5.7231126,10.155233,134.80771,46.977707,111.2244,732.68225,214.93272,1920.7526,1776.0565,14.081989,26.214663,12269.995,8.446257,60.83479,589.1602,104.15921,153.37242,68.33518,348.82922,913.98145,405.96384,13.774059,80.808784,1049.2728,1943.097,41.521664,558.28143,39.94468,1.0591754,60.319405,1.1180345,0.67262155,3.0538092,34.095417,115.08918,276.35535,17.771887,3464.28,286.1382,103.46461,156.74966,77.73733,96.41919,55.96808,5.4499664,98.29503,632.50494,181.62106,104.759575,86.32829,19.20672,77.100136,83.403564,46.655952,852.1385,172.92332,3973.5537,36.571213,3583.519,79.02828,432.81168,2450.7615,78.548584,9.393611,1535.8733,1531.9419,5018.742,132.589 +2023-07-08 12:00:00,0.0,16700.445,195.99023,21.131525,35.52125,23.59207,169.9594,24.49779,33.522095,19.790567,22.398594,658.50214,440.6263,9.924403,130.95787,13.770113,1.3045988,23.940868,19.952532,1.5213854,343.3757,0.35119355,313.38556,47.83741,0.47669727,2.7060175,107.693924,20.921837,64.78316,127.563545,19802.588,0.52657807,1516.5239,0.95991415,0.5816857,0.3092779,1.8297563,155.63086,200.85878,28.002117,207.03629,22.978605,45.50723,1587.262,3.6155016,203.58105,146.02803,344.8604,142.57057,368.99295,22.81374,377.23663,0.0,2629.3545,15126.514,26.044487,402.76004,133.09149,44521.746,131.93292,21.383812,148.50215,319.29254,53.032166,19.942627,225.0265,2111.0042,349.874,142.12073,18.046366,13.333746,440.39172,61.174976,1625.1615,129.8258,2221.5837,245.18225,361.41248,93.22393,294.89795,7.953157,13.311216,26.443186,3.924079,3.4537148,64.301735,57.18,67.69412,18.189337,25.014965,255.87479,7.854665,2977.195,104.40428,57.35887,121.66873,112.5907,214.40054,136.5962,104.27419,29.16349,45.056488,116.77101,312.5311,765.2504,128.99193,445.4046,90.67556,108.52653,298.62775,317.03226,952.80206,303.09122,3.8095565,18.447985,9.917204,41.140575,16451.045,4.6056237,14.072238,24.001614,46.80654,530.41205,84.127426,191.82791,3.150926,223.34073,528.1254,350.5674,124.948395,379.92322,30.358065,73.78675,246.40277,12.94994,1.7987415,11.985132,1943.5367,0.14908722,0.48704833,55.267475,5.9407835,3.8590572,5.7200327,10.150435,134.73871,46.955444,111.180595,732.4006,214.96994,1920.9666,1776.2493,14.0874195,26.222984,12267.881,8.445162,60.84946,589.3607,104.20968,153.41653,68.35605,348.9441,913.79803,406.0108,13.781337,80.84086,1049.3082,1943.374,41.535336,558.3817,39.960617,1.0592403,60.32284,1.1180358,0.6726489,3.0539753,34.116028,115.10387,276.31992,17.774355,3463.872,286.25537,103.50537,156.79436,77.74424,96.417336,55.96371,5.462769,98.30645,632.80646,181.73387,104.809875,86.388535,19.187904,77.21083,83.479836,46.638542,851.9331,172.9341,3972.9436,36.563484,3582.5186,79.02777,432.7879,2450.4224,78.55557,9.393762,1535.2255,1530.8915,5016.0283,132.51541 +2023-07-08 13:00:00,0.0,16702.074,196.195,21.139637,35.51918,23.60235,169.94572,24.497128,33.520027,19.790798,22.395533,658.90656,440.28656,9.922155,130.95811,13.758306,1.3033583,23.946308,19.934763,1.5227445,343.35406,0.3510002,313.40973,47.827602,0.47744966,2.705829,107.69236,20.912428,64.73134,127.5128,19816.041,0.5258702,1516.6046,0.9589988,0.58113587,0.30892745,1.8276231,155.60681,200.78323,27.996157,207.01982,22.974709,45.57509,1588.3009,3.6137562,203.78784,146.12248,344.8947,142.56818,368.93082,22.83374,377.47992,0.0,2628.938,15124.71,26.066114,402.98798,133.1279,44519.742,131.93318,21.398443,148.53989,319.52982,53.064327,19.962254,225.10443,2111.0684,349.86115,142.19807,18.060015,13.341578,440.28824,61.19637,1624.5294,129.7465,2222.0222,245.04771,361.46933,93.19564,294.60632,7.951166,13.306803,26.424026,3.921549,3.4512138,64.30848,57.199005,67.701546,18.207457,25.02211,255.6488,7.8527975,2977.4646,104.31829,57.39281,121.577286,112.54349,214.41295,136.51732,104.395164,29.138926,45.042736,116.73308,312.49442,764.88544,128.85994,445.12152,90.63343,108.57104,298.58286,317.22272,952.8237,302.84088,3.810068,18.455612,9.914892,41.136833,16455.6,4.6026864,14.081041,24.013845,46.773727,530.0655,84.060356,191.71848,3.1504476,223.16623,527.88696,350.4452,124.95381,380.16983,30.367832,73.836205,246.25946,12.946154,1.7983823,11.983116,1942.3561,0.14896898,0.48672083,55.25501,5.945296,3.8588297,5.7169523,10.1456375,134.66971,46.93318,111.13679,732.11896,215.00714,1921.1804,1776.4421,14.09285,26.231306,12265.768,8.444068,60.864136,589.5612,104.26015,153.46066,68.376915,349.05896,913.61456,406.05774,13.788613,80.87294,1049.3436,1943.651,41.549004,558.482,39.97656,1.0593053,60.32628,1.1180372,0.67267627,3.0541418,34.13664,115.11856,276.28445,17.776823,3463.464,286.37253,103.54614,156.83905,77.75115,96.41549,55.959343,5.4755716,98.31788,633.1079,181.84668,104.860176,86.44878,19.169086,77.321526,83.556114,46.62113,851.7278,172.94487,3972.3335,36.55576,3581.5183,79.02725,432.7641,2450.083,78.56257,9.393912,1534.5778,1529.8411,5013.314,132.44182 +2023-07-08 14:00:00,0.0,16703.705,196.3998,21.147747,35.51711,23.612629,169.93205,24.496466,33.517963,19.79103,22.39247,659.3109,439.9468,9.919909,130.95837,13.746497,1.302118,23.951746,19.916992,1.5241036,343.33243,0.3508068,313.4339,47.817795,0.47820202,2.7056406,107.6908,20.903019,64.67951,127.46206,19829.496,0.5251623,1516.6853,0.95808345,0.58058596,0.308577,1.8254901,155.58276,200.7077,27.990196,207.00336,22.970812,45.64295,1589.3397,3.6120107,203.99461,146.21693,344.92902,142.5658,368.8687,22.85374,377.7232,0.0,2628.522,15122.907,26.08774,403.21588,133.1643,44517.74,131.93344,21.413076,148.57762,319.7671,53.096485,19.981878,225.18234,2111.1323,349.8483,142.27544,18.073662,13.349409,440.18475,61.217766,1623.8975,129.6672,2222.4607,244.91316,361.52618,93.16734,294.31473,7.9491754,13.302389,26.404867,3.919019,3.4487128,64.31523,57.218002,67.70898,18.225576,25.029255,255.42284,7.8509307,2977.7341,104.23229,57.426746,121.48584,112.49628,214.42535,136.43842,104.51613,29.114363,45.028984,116.69514,312.4577,764.5205,128.72795,444.83847,90.59131,108.615555,298.53796,317.41318,952.84534,302.59055,3.8105793,18.46324,9.9125805,41.133095,16460.152,4.599749,14.089845,24.026075,46.740913,529.71893,83.993286,191.60904,3.1499693,222.99173,527.6485,350.32297,124.95923,380.41644,30.377598,73.88566,246.11613,12.942368,1.7980231,11.9811,1941.1755,0.14885074,0.48639333,55.242546,5.949808,3.8586023,5.7138724,10.14084,134.60072,46.910923,111.09298,731.8373,215.04434,1921.3943,1776.6349,14.09828,26.239628,12263.653,8.442974,60.878807,589.7618,104.310616,153.50478,68.39778,349.17383,913.43115,406.1047,13.795891,80.905014,1049.379,1943.928,41.562675,558.5823,39.992496,1.0593703,60.32972,1.1180385,0.6727036,3.054308,34.157246,115.13325,276.24902,17.779291,3463.0564,286.4897,103.586914,156.88374,77.758064,96.41364,55.95497,5.4883738,98.3293,633.4094,181.95949,104.91047,86.509026,19.150269,77.43222,83.63239,46.60372,851.52246,172.95564,3971.7234,36.54803,3580.5178,79.02674,432.74033,2449.7437,78.56956,9.394063,1533.9299,1528.7906,5010.6,132.36823 +2023-07-08 15:00:00,0.0,16705.334,196.60458,21.155859,35.515038,23.62291,169.9184,24.495806,33.515896,19.791262,22.389406,659.71533,439.60703,9.917661,130.95862,13.73469,1.3008775,23.957186,19.899223,1.5254629,343.3108,0.35061345,313.45807,47.80799,0.4789544,2.705452,107.68925,20.89361,64.62769,127.411316,19842.951,0.52445436,1516.766,0.95716816,0.58003604,0.3082266,1.8233571,155.55873,200.63217,27.984236,206.9869,22.966915,45.710808,1590.3785,3.610265,204.2014,146.3114,344.9633,142.56342,368.80658,22.87374,377.96652,0.0,2628.1057,15121.1045,26.109367,403.44382,133.20071,44515.734,131.9337,21.427708,148.61536,320.00433,53.128647,20.001503,225.26027,2111.1963,349.83542,142.35278,18.08731,13.357241,440.08127,61.23916,1623.2655,129.5879,2222.8992,244.77863,361.583,93.13905,294.02313,7.947185,13.297976,26.385708,3.9164891,3.4462118,64.321976,57.237007,67.71641,18.243694,25.0364,255.19687,7.8490634,2978.0037,104.1463,57.460686,121.39439,112.449066,214.43777,136.35953,104.6371,29.089798,45.015232,116.657196,312.42102,764.1555,128.59596,444.55542,90.54918,108.660065,298.49307,317.60364,952.86694,302.34018,3.8110907,18.470867,9.910269,41.129356,16464.707,4.596812,14.098649,24.038307,46.7081,529.37244,83.926216,191.4996,3.1494908,222.81725,527.41003,350.20074,124.964645,380.66306,30.387365,73.93511,245.97282,12.938581,1.7976639,11.979084,1939.995,0.1487325,0.4860658,55.23008,5.9543204,3.8583748,5.7107925,10.136042,134.53172,46.88866,111.04917,731.55566,215.08156,1921.6083,1776.8278,14.10371,26.24795,12261.539,8.441879,60.89348,589.9623,104.36109,153.54889,68.41865,349.2887,913.2477,406.15164,13.803168,80.937096,1049.4143,1944.205,41.576344,558.6825,40.008434,1.0594352,60.333157,1.11804,0.672731,3.0544744,34.177856,115.147934,276.2136,17.781761,3462.6484,286.60684,103.627686,156.92842,77.76498,96.4118,55.950603,5.5011764,98.34073,633.7109,182.0723,104.96077,86.56927,19.131453,77.542915,83.70867,46.58631,851.31714,172.96643,3971.1135,36.540306,3579.5176,79.02623,432.71652,2449.4045,78.576546,9.394214,1533.2822,1527.7401,5007.886,132.29463 +2023-07-08 16:00:00,0.0,16706.963,196.80936,21.163969,35.512966,23.63319,169.90472,24.495144,33.513832,19.791494,22.386343,660.11975,439.26727,9.915413,130.95888,13.722882,1.2996371,23.962624,19.881454,1.526822,343.28912,0.3504201,313.48224,47.798183,0.4797068,2.7052634,107.68769,20.884203,64.57587,127.36058,19856.404,0.5237465,1516.8467,0.9562528,0.5794862,0.30787614,1.821224,155.53468,200.55663,27.978275,206.97043,22.963018,45.77867,1591.4175,3.6085196,204.40819,146.40585,344.9976,142.56102,368.74448,22.89374,378.2098,0.0,2627.6895,15119.302,26.130993,403.67175,133.23714,44513.734,131.93396,21.442339,148.65309,320.24158,53.16081,20.02113,225.3382,2111.2605,349.82257,142.43015,18.10096,13.365072,439.97778,61.26055,1622.6334,129.5086,2223.3374,244.64409,361.63986,93.110756,293.73154,7.9451942,13.293561,26.366549,3.9139593,3.4437108,64.32873,57.25601,67.72383,18.261814,25.043547,254.9709,7.847196,2978.2734,104.0603,57.494625,121.30294,112.401855,214.45018,136.28062,104.758064,29.065235,45.00148,116.619255,312.3843,763.7905,128.46397,444.27237,90.50706,108.70458,298.44818,317.7941,952.8886,302.08984,3.811602,18.478495,9.907957,41.125614,16469.262,4.5938745,14.107452,24.050539,46.675285,529.0259,83.859146,191.39017,3.1490126,222.64275,527.1716,350.07855,124.97006,380.90967,30.397133,73.984566,245.8295,12.934794,1.7973047,11.977068,1938.8143,0.14861426,0.4857383,55.217617,5.9588327,3.8581474,5.7077127,10.131244,134.46272,46.866398,111.00536,731.27405,215.11876,1921.8221,1777.0206,14.10914,26.256273,12259.425,8.440785,60.908154,590.1628,104.41156,153.59302,68.439514,349.4036,913.0643,406.1986,13.810446,80.96918,1049.4497,1944.4819,41.590015,558.7828,40.024372,1.0595002,60.336594,1.1180413,0.67275834,3.0546405,34.198467,115.16262,276.17813,17.78423,3462.2405,286.724,103.66846,156.97311,77.77189,96.40994,55.946236,5.5139785,98.35215,634.0124,182.1851,105.01107,86.62952,19.112635,77.65361,83.78494,46.5689,851.1118,172.9772,3970.5034,36.53258,3578.517,79.02572,432.69275,2449.0652,78.583534,9.394364,1532.6344,1526.6897,5005.1724,132.22104 +2023-07-08 17:00:00,0.0,16708.592,197.01413,21.172081,35.510895,23.64347,169.89105,24.494482,33.51177,19.791725,22.38328,660.5242,438.9275,9.913165,130.95912,13.711074,1.2983966,23.968061,19.863686,1.5281811,343.2675,0.3502267,313.5064,47.788376,0.48045915,2.7050748,107.686134,20.874794,64.52405,127.30984,19869.86,0.52303857,1516.9274,0.95533746,0.5789363,0.3075257,1.819091,155.51065,200.4811,27.972317,206.95396,22.959122,45.84653,1592.4563,3.6067739,204.61497,146.50032,345.03186,142.55864,368.68234,22.91374,378.4531,0.0,2627.2734,15117.498,26.15262,403.89966,133.27354,44511.73,131.93422,21.45697,148.69083,320.47885,53.19297,20.040754,225.41612,2111.3245,349.80972,142.50749,18.114609,13.372905,439.8743,61.281944,1622.0015,129.4293,2223.776,244.50954,361.69672,93.082466,293.4399,7.9432034,13.289147,26.34739,3.9114294,3.4412098,64.33547,57.27501,67.73126,18.279934,25.050692,254.74493,7.845329,2978.543,103.97431,57.52856,121.211494,112.354645,214.46259,136.20172,104.879036,29.04067,44.987732,116.58132,312.34763,763.42554,128.33199,443.9893,90.46493,108.74909,298.4033,317.98456,952.9102,301.8395,3.8121135,18.486122,9.905645,41.121876,16473.814,4.590937,14.116257,24.062769,46.64247,528.6793,83.792076,191.28073,3.148534,222.46825,526.9331,349.95633,124.97548,381.15628,30.4069,74.03401,245.68619,12.931008,1.7969455,11.975052,1937.6338,0.14849602,0.4854108,55.20515,5.963345,3.85792,5.7046323,10.126446,134.39372,46.84414,110.961555,730.9923,215.15598,1922.0361,1777.2134,14.114571,26.264595,12257.311,8.439692,60.922825,590.3633,104.46203,153.63713,68.46038,349.51846,912.8808,406.24557,13.817722,81.00125,1049.4851,1944.7589,41.603687,558.88306,40.040314,1.0595652,60.34003,1.1180427,0.6727857,3.054807,34.219078,115.177315,276.1427,17.786697,3461.8325,286.84116,103.70923,157.0178,77.7788,96.4081,55.941868,5.526781,98.36358,634.3139,182.29791,105.06136,86.68976,19.093819,77.764305,83.86122,46.55149,850.90643,172.98798,3969.8933,36.524853,3577.5168,79.0252,432.66895,2448.7258,78.59052,9.394515,1531.9867,1525.6393,5002.458,132.14745 +2023-07-08 18:00:00,0.0,16710.223,197.21892,21.180191,35.508823,23.65375,169.8774,24.49382,33.5097,19.791958,22.380217,660.9286,438.58774,9.910917,130.95938,13.699266,1.2971562,23.973501,19.845917,1.5295402,343.24585,0.35003334,313.53058,47.778572,0.48121154,2.7048864,107.68457,20.865385,64.47223,127.259094,19883.314,0.5223307,1517.008,0.9544221,0.57838637,0.30717525,1.816958,155.4866,200.40555,27.966356,206.9375,22.955227,45.91439,1593.4951,3.6050284,204.82175,146.59477,345.06616,142.55624,368.62024,22.93374,378.6964,0.0,2626.857,15115.695,26.174246,404.1276,133.30995,44509.727,131.93448,21.471603,148.72858,320.71613,53.22513,20.06038,225.49405,2111.3887,349.79688,142.58485,18.128258,13.380736,439.7708,61.303337,1621.3694,129.35,2224.2144,244.375,361.75357,93.05417,293.14832,7.9412127,13.284734,26.32823,3.9088993,3.4387088,64.342224,57.29401,67.738686,18.298054,25.057837,254.51897,7.8434615,2978.8125,103.88831,57.5625,121.12004,112.307434,214.475,136.12283,105.0,29.016106,44.97398,116.54338,312.3109,763.06055,128.2,443.70624,90.422806,108.79361,298.3584,318.175,952.9318,301.58917,3.812625,18.493752,9.903334,41.118137,16478.37,4.588,14.12506,24.075,46.609657,528.33276,83.725006,191.1713,3.1480556,222.29375,526.6947,349.8341,124.980896,381.4029,30.416666,74.083466,245.54286,12.927222,1.7965863,11.973036,1936.4531,0.14837778,0.48508328,55.192688,5.9678574,3.8576922,5.7015524,10.121649,134.32472,46.821877,110.91775,730.7107,215.19318,1922.25,1777.4062,14.120001,26.272917,12255.196,8.438597,60.9375,590.5638,104.5125,153.68126,68.48125,349.63333,912.6974,406.2925,13.825,81.03333,1049.5205,1945.0359,41.617355,558.98334,40.05625,1.0596302,60.343468,1.118044,0.67281306,3.0549731,34.239685,115.192,276.10724,17.789165,3461.4246,286.9583,103.75,157.0625,77.78571,96.40625,55.9375,5.5395837,98.375,634.61536,182.41072,105.111664,86.75,19.075,77.875,83.9375,46.53408,850.7011,172.99875,3969.2832,36.517128,3576.5166,79.02469,432.64514,2448.3867,78.59751,9.394666,1531.3389,1524.5887,4999.744,132.07385 +2023-07-08 19:00:00,0.0,16711.852,197.4237,21.188303,35.506752,23.66403,169.86372,24.493158,33.507637,19.79219,22.377153,661.33295,438.248,9.908669,130.95964,13.687459,1.2959158,23.97894,19.828148,1.5308993,343.2242,0.34983996,313.55475,47.768764,0.4819639,2.7046978,107.683014,20.855976,64.4204,127.20835,19896.768,0.5216228,1517.0887,0.9535068,0.57783645,0.3068248,1.8148248,155.46255,200.33002,27.960396,206.92104,22.95133,45.98225,1594.534,3.6032827,205.02853,146.68922,345.10046,142.55386,368.5581,22.953741,378.9397,0.0,2626.441,15113.893,26.195873,404.35553,133.34636,44507.723,131.93474,21.486235,148.76631,320.95337,53.25729,20.080006,225.57198,2111.4526,349.78403,142.6622,18.141905,13.388568,439.66733,61.324734,1620.7374,129.2707,2224.6528,244.24045,361.8104,93.02588,292.85672,7.939222,13.28032,26.30907,3.9063694,3.4362075,64.34897,57.31301,67.74612,18.316174,25.064983,254.293,7.841594,2979.0823,103.80232,57.59644,121.028595,112.26023,214.48741,136.04393,105.120964,28.991543,44.960228,116.50544,312.27423,762.69556,128.06801,443.4232,90.38068,108.83812,298.31354,318.36545,952.9535,301.33884,3.8131363,18.501379,9.901021,41.114395,16482.924,4.5850625,14.133863,24.087233,46.576843,527.9862,83.657936,191.06187,3.1475773,222.11925,526.45624,349.71188,124.98631,381.6495,30.426434,74.13292,245.39955,12.923435,1.7962271,11.97102,1935.2726,0.14825954,0.48475578,55.18022,5.9723697,3.8574648,5.6984725,10.116851,134.25572,46.799614,110.87394,730.429,215.23038,1922.4639,1777.599,14.12543,26.281239,12253.082,8.437503,60.95217,590.7643,104.56297,153.72537,68.50211,349.7482,912.5139,406.33948,13.832277,81.065414,1049.5558,1945.3129,41.631027,559.0836,40.07219,1.0596951,60.34691,1.1180454,0.6728404,3.0551395,34.260296,115.20669,276.0718,17.791636,3461.0166,287.0755,103.79077,157.1072,77.792625,96.4044,55.933132,5.552386,98.38642,634.9169,182.52353,105.161964,86.81025,19.056183,77.985695,84.01378,46.51667,850.4958,173.00952,3968.673,36.5094,3575.516,79.02418,432.62137,2448.0474,78.6045,9.394816,1530.6912,1523.5383,4997.0303,132.00024 +2023-07-08 20:00:00,0.0,16713.48,197.62848,21.196413,35.50468,23.67431,169.85005,24.492496,33.50557,19.792421,22.374092,661.73737,437.9082,9.906422,130.95988,13.675651,1.2946754,23.984379,19.810379,1.5322585,343.20258,0.3496466,313.57892,47.758957,0.4827163,2.7045093,107.68146,20.846567,64.36858,127.15761,19910.223,0.52091485,1517.1694,0.9525915,0.5772866,0.3064744,1.8126918,155.43852,200.25447,27.954435,206.90457,22.947433,46.05011,1595.5729,3.6015372,205.23532,146.78369,345.1347,142.55148,368.49597,22.97374,379.18298,0.0,2626.0247,15112.089,26.217499,404.58344,133.38277,44505.72,131.935,21.500866,148.80405,321.1906,53.28945,20.099632,225.6499,2111.5168,349.77118,142.73956,18.155554,13.3963995,439.56384,61.346127,1620.1053,129.1914,2225.0913,244.10591,361.86725,92.99759,292.56512,7.937231,13.275907,26.289911,3.9038396,3.4337065,64.35572,57.332012,67.75354,18.334291,25.072128,254.06702,7.839727,2979.3518,103.716324,57.630375,120.93715,112.21302,214.49982,135.96504,105.241936,28.966978,44.946476,116.46751,312.23755,762.33057,127.93602,443.1401,90.33855,108.88263,298.26865,318.5559,952.9751,301.0885,3.8136477,18.509007,9.898709,41.110657,16487.479,4.582125,14.142668,24.099463,46.54403,527.63965,83.590866,190.95244,3.1470988,221.94476,526.2178,349.58966,124.99173,381.89612,30.436201,74.18237,245.25623,12.919649,1.7958679,11.969004,1934.092,0.1481413,0.4844283,55.167755,5.976882,3.8572373,5.6953926,10.112053,134.18672,46.777355,110.83013,730.14734,215.2676,1922.6779,1777.7919,14.13086,26.28956,12250.969,8.436409,60.966846,590.9648,104.61344,153.7695,68.52298,349.86307,912.33044,406.3864,13.839555,81.09749,1049.5912,1945.5898,41.644695,559.18384,40.088127,1.0597601,60.350346,1.1180468,0.6728678,3.0553057,34.280907,115.221375,276.03635,17.794104,3460.609,287.19266,103.83154,157.15189,77.79954,96.40256,55.928764,5.5651884,98.39785,635.2183,182.63634,105.21226,86.87049,19.037367,78.09639,84.09006,46.49926,850.29047,173.02031,3968.0632,36.501675,3574.5159,79.02367,432.59756,2447.708,78.61149,9.394967,1530.0433,1522.4879,4994.3164,131.92665 +2023-07-08 21:00:00,0.0,16715.111,197.83325,21.204525,35.50261,23.68459,169.8364,24.491835,33.503506,19.792654,22.371029,662.1418,437.56845,9.904174,130.96014,13.663843,1.293435,23.989817,19.792608,1.5336176,343.1809,0.34945324,313.6031,47.74915,0.48346868,2.7043207,107.6799,20.83716,64.31676,127.10687,19923.678,0.520207,1517.2501,0.95167613,0.5767367,0.30612394,1.8105587,155.41447,200.17894,27.948475,206.8881,22.943537,46.11797,1596.6118,3.5997915,205.4421,146.87814,345.169,142.54909,368.43387,22.99374,379.4263,0.0,2625.6084,15110.286,26.239126,404.81137,133.41917,44503.715,131.93526,21.5155,148.84178,321.4279,53.321613,20.119257,225.72783,2111.5808,349.75833,142.81691,18.169203,13.404231,439.46036,61.36752,1619.4734,129.1121,2225.5295,243.97137,361.9241,92.96929,292.27353,7.9352403,13.271492,26.270752,3.9013095,3.4312055,64.362465,57.351013,67.76097,18.352411,25.079273,253.84105,7.8378596,2979.6213,103.63033,57.664314,120.8457,112.16581,214.51224,135.88614,105.3629,28.942415,44.932724,116.429565,312.20084,761.9656,127.80403,442.85706,90.296425,108.92715,298.22375,318.74637,952.9967,300.83817,3.8141592,18.516634,9.896398,41.10692,16492.031,4.579188,14.151471,24.111694,46.51121,527.29315,83.523796,190.843,3.1466205,221.77026,525.9793,349.46747,124.99715,382.14273,30.445967,74.23183,245.11292,12.915863,1.7955087,11.966988,1932.9114,0.14802305,0.48410076,55.155293,5.9813943,3.85701,5.6923122,10.107255,134.11772,46.755093,110.78632,729.8657,215.3048,1922.8917,1777.9847,14.136291,26.297884,12248.8545,8.435315,60.981518,591.1653,104.66391,153.81361,68.543846,349.97797,912.14703,406.43338,13.846832,81.12957,1049.6266,1945.8668,41.658367,559.2841,40.104065,1.0598251,60.353783,1.1180482,0.67289513,3.0554721,34.301517,115.23606,276.00092,17.796572,3460.201,287.3098,103.87231,157.19658,77.80645,96.4007,55.924397,5.5779905,98.40927,635.51984,182.74915,105.26256,86.93074,19.018549,78.207085,84.16633,46.48185,850.08514,173.03108,3967.4531,36.49395,3573.5154,79.023155,432.5738,2447.369,78.61848,9.395118,1529.3956,1521.4374,4991.6025,131.85306 +2023-07-08 22:00:00,0.0,16716.74,198.03804,21.212635,35.500538,23.69487,169.82272,24.491173,33.501442,19.792885,22.367966,662.5462,437.22867,9.901926,130.96039,13.652036,1.2921945,23.995255,19.77484,1.5349767,343.15927,0.34925985,313.62726,47.739346,0.48422104,2.704132,107.678345,20.827751,64.26494,127.05613,19937.13,0.51949906,1517.3308,0.9507608,0.5761868,0.3057735,1.8084258,155.39044,200.10341,27.942516,206.87164,22.93964,46.18583,1597.6506,3.598046,205.64888,146.97261,345.2033,142.5467,368.37173,23.01374,379.6696,0.0,2625.1924,15108.483,26.260752,405.0393,133.45558,44501.71,131.93552,21.53013,148.87952,321.66516,53.353775,20.138884,225.80576,2111.6448,349.74545,142.89427,18.182852,13.412063,439.35687,61.388912,1618.8414,129.0328,2225.968,243.83682,361.98096,92.941,291.9819,7.9332495,13.267078,26.251593,3.8987796,3.4287045,64.36922,57.370014,67.768394,18.370531,25.086418,253.61508,7.8359923,2979.8909,103.544334,57.698254,120.75425,112.1186,214.52464,135.80725,105.48387,28.91785,44.918976,116.391624,312.16415,761.6006,127.67204,442.574,90.254295,108.97166,298.17886,318.93683,953.0184,300.58783,3.8146708,18.524261,9.894086,41.103176,16496.586,4.5762506,14.160275,24.123926,46.478397,526.9466,83.456726,190.73357,3.146142,221.59576,525.74084,349.34525,125.00256,382.38934,30.455734,74.28127,244.96959,12.912077,1.7951496,11.964972,1931.7308,0.14790481,0.48377326,55.142826,5.9859066,3.8567824,5.6892323,10.102457,134.04872,46.73283,110.742516,729.58405,215.34201,1923.1057,1778.1775,14.141721,26.306206,12246.74,8.43422,60.99619,591.3658,104.714386,153.85773,68.56472,350.09283,911.96356,406.48035,13.854109,81.16165,1049.6619,1946.1438,41.67204,559.3844,40.120007,1.05989,60.35722,1.1180495,0.67292243,3.0556383,34.32213,115.250755,275.96548,17.799042,3459.793,287.42697,103.91308,157.24126,77.81336,96.39886,55.92003,5.590793,98.4207,635.82135,182.86194,105.31286,86.99098,18.999731,78.31778,84.24261,46.46444,849.8798,173.04185,3966.843,36.48622,3572.5151,79.02264,432.55,2447.0295,78.625465,9.395268,1528.7478,1520.387,4988.888,131.77946 +2023-07-08 23:00:00,0.0,16718.37,198.24283,21.220747,35.498466,23.70515,169.80905,24.49051,33.499374,19.793118,22.364902,662.95056,436.88892,9.899678,130.96065,13.640227,1.2909541,24.000694,19.75707,1.5363358,343.13763,0.3490665,313.65143,47.729538,0.48497343,2.7039437,107.67679,20.818342,64.21311,127.00539,19950.586,0.5187912,1517.4115,0.9498455,0.5756369,0.30542305,1.8062927,155.3664,200.02786,27.936556,206.85518,22.935743,46.25369,1598.6895,3.5963004,205.85567,147.06706,345.2376,142.54433,368.30963,23.033741,379.91287,0.0,2624.7761,15106.681,26.28238,405.2672,133.49199,44499.707,131.93578,21.544762,148.91725,321.9024,53.385933,20.158508,225.88367,2111.709,349.7326,142.97162,18.196499,13.419894,439.2534,61.41031,1618.2094,128.95349,2226.4065,243.70229,362.03778,92.912704,291.6903,7.9312587,13.262665,26.232433,3.8962498,3.4262035,64.37596,57.389015,67.775826,18.38865,25.093565,253.38911,7.8341255,2980.1606,103.45834,57.73219,120.6628,112.07139,214.53705,135.72835,105.604836,28.893286,44.905224,116.35368,312.12744,761.23566,127.540054,442.29095,90.21217,109.016174,298.13397,319.1273,953.04,300.3375,3.8151822,18.531889,9.891774,41.099438,16501.14,4.5733137,14.169079,24.136156,46.445583,526.60004,83.389656,190.62413,3.1456637,221.42126,525.5024,349.22302,125.00798,382.63596,30.465502,74.33073,244.82628,12.90829,1.7947904,11.962955,1930.5503,0.14778657,0.48344573,55.130363,5.990419,3.856555,5.6861525,10.097659,133.97974,46.71057,110.69871,729.3024,215.37921,1923.3196,1778.3704,14.147151,26.314528,12244.626,8.433126,61.010864,591.5663,104.764854,153.90186,68.58559,350.2077,911.78015,406.52728,13.861386,81.193726,1049.6973,1946.4208,41.685707,559.4847,40.135944,1.059955,60.36066,1.1180509,0.6729498,3.0558047,34.342735,115.26544,275.93002,17.80151,3459.385,287.54413,103.95385,157.28595,77.820274,96.39701,55.915657,5.6035957,98.43212,636.1228,182.97475,105.36315,87.05123,18.980915,78.428474,84.318886,46.44703,849.67444,173.05263,3966.233,36.478497,3571.5146,79.022125,432.5262,2446.6902,78.632454,9.395419,1528.1001,1519.3365,4986.1743,131.70587 +2023-07-09 00:00:00,0.0,16719.998,198.4476,21.228857,35.496395,23.71543,169.7954,24.48985,33.49731,19.793348,22.36184,663.355,436.54916,9.89743,130.96089,13.62842,1.2897136,24.006132,19.739302,1.537695,343.116,0.34887314,313.6756,47.71973,0.4857258,2.7037551,107.675224,20.808933,64.16129,126.95464,19964.041,0.5180833,1517.4922,0.94893014,0.575087,0.3050726,1.8041596,155.34235,199.95233,27.930595,206.83871,22.931847,46.32155,1599.7284,3.594555,206.06245,147.16151,345.27188,142.54193,368.2475,23.05374,380.1562,0.0,2624.3599,15104.877,26.304005,405.49515,133.5284,44497.703,131.93604,21.559393,148.95499,322.13965,53.418095,20.178133,225.9616,2111.773,349.71976,143.04898,18.210148,13.427727,439.1499,61.4317,1617.5774,128.87419,2226.845,243.56773,362.09464,92.884415,291.3987,7.929268,13.258251,26.213276,3.89372,3.4237025,64.38271,57.408016,67.78326,18.40677,25.10071,253.16315,7.832258,2980.4302,103.372345,57.76613,120.57136,112.02418,214.54947,135.64944,105.72581,28.868723,44.89147,116.31575,312.09076,760.87067,127.408066,442.00787,90.170044,109.060684,298.08908,319.31775,953.0616,300.08716,3.8156936,18.539516,9.889462,41.0957,16505.693,4.5703764,14.177882,24.148388,46.41277,526.2535,83.322586,190.5147,3.1451852,221.24678,525.264,349.1008,125.0134,382.88257,30.47527,74.38018,244.68295,12.904504,1.7944311,11.960939,1929.3696,0.14766833,0.48311824,55.117897,5.994931,3.8563275,5.6830726,10.092861,133.91074,46.68831,110.6549,729.0208,215.41641,1923.5334,1778.5631,14.152581,26.32285,12242.512,8.432033,61.025536,591.7668,104.81532,153.94597,68.60645,350.32257,911.5967,406.57425,13.868664,81.22581,1049.7327,1946.6978,41.69938,559.58496,40.151882,1.06002,60.364098,1.1180522,0.67297715,3.055971,34.363346,115.28013,275.8946,17.803978,3458.977,287.6613,103.99462,157.33064,77.82719,96.395164,55.91129,5.616398,98.44355,636.4243,183.08755,105.41345,87.11147,18.962097,78.53917,84.395164,46.42962,849.4691,173.06342,3965.6228,36.470768,3570.5144,79.021614,432.5024,2446.351,78.63944,9.39557,1527.4523,1518.2861,4983.4604,131.63228 +2023-07-09 01:00:00,0.0,16721.629,198.65237,21.236969,35.494324,23.72571,169.78172,24.489187,33.495247,19.793581,22.358776,663.7594,436.20938,9.895183,130.96115,13.6166115,1.2884732,24.011572,19.721533,1.5390542,343.09436,0.34867975,313.69977,47.709927,0.48647818,2.7035666,107.67367,20.799524,64.109474,126.90391,19977.496,0.5173754,1517.5729,0.9480148,0.5745371,0.30472216,1.8020265,155.31831,199.87679,27.924635,206.82225,22.92795,46.38941,1600.7672,3.5928094,206.26923,147.25598,345.30615,142.53955,368.1854,23.07374,380.39948,0.0,2623.9438,15103.074,26.325632,405.72308,133.5648,44495.7,131.9363,21.574026,148.99272,322.37692,53.450256,20.19776,226.03952,2111.8372,349.7069,143.12633,18.223797,13.435558,439.04642,61.453094,1616.9453,128.79489,2227.2834,243.4332,362.1515,92.856125,291.10712,7.927277,13.253838,26.194117,3.8911898,3.4212015,64.38946,57.427017,67.79068,18.424889,25.107855,252.93718,7.830391,2980.6997,103.286354,57.800068,120.479904,111.97697,214.56187,135.57056,105.84677,28.844158,44.87772,116.27781,312.05408,760.5057,127.27608,441.72482,90.12792,109.105194,298.0442,319.5082,953.08325,299.83682,3.816205,18.547144,9.887151,41.091957,16510.248,4.567439,14.1866865,24.16062,46.379955,525.9069,83.255516,190.40526,3.144707,221.07228,525.0255,348.9786,125.018814,383.12918,30.485035,74.429634,244.53964,12.900718,1.7940719,11.958923,1928.1891,0.14755009,0.48279074,55.105434,5.9994435,3.8561,5.679992,10.088063,133.84174,46.666046,110.61109,728.73914,215.45363,1923.7474,1778.756,14.158011,26.331171,12240.397,8.430938,61.04021,591.9673,104.86579,153.9901,68.62732,350.43744,911.41327,406.6212,13.875941,81.25788,1049.7681,1946.9747,41.713047,559.6852,40.16782,1.0600849,60.367535,1.1180537,0.6730045,3.056137,34.383957,115.294815,275.85913,17.806446,3458.569,287.77844,104.03539,157.37534,77.8341,96.39331,55.90692,5.6292005,98.45497,636.72577,183.20036,105.46375,87.171715,18.94328,78.649864,84.471436,46.41221,849.2638,173.07419,3965.013,36.463043,3569.514,79.0211,432.47864,2446.0117,78.64643,9.3957205,1526.8046,1517.2356,4980.7466,131.55869 +2023-07-09 02:00:00,0.0,16723.258,198.85716,21.245079,35.492252,23.73599,169.76805,24.488525,33.49318,19.793812,22.355713,664.1638,435.86963,9.892935,130.9614,13.604804,1.2872329,24.01701,19.703764,1.5404133,343.07272,0.3484864,313.72394,47.70012,0.48723057,2.703378,107.67211,20.790115,64.05765,126.853165,19990.95,0.5166675,1517.6536,0.9470995,0.57398725,0.30437174,1.7998934,155.29427,199.80125,27.918674,206.80579,22.924053,46.457268,1601.806,3.5910637,206.47601,147.35043,345.34045,142.53717,368.12326,23.09374,380.6428,0.0,2623.5276,15101.271,26.347258,405.951,133.60121,44493.695,131.93655,21.588657,149.03046,322.61417,53.482418,20.217384,226.11745,2111.9011,349.69406,143.20369,18.237446,13.44339,438.9429,61.474487,1616.3134,128.71559,2227.7217,243.29865,362.2083,92.82783,290.8155,7.9252863,13.249424,26.174957,3.88866,3.4187005,64.39621,57.446022,67.79811,18.443008,25.115,252.71121,7.8285236,2980.9695,103.200356,57.834007,120.38846,111.929756,214.57428,135.49165,105.96774,28.819595,44.863968,116.23987,312.01736,760.1407,127.14409,441.44177,90.08579,109.14971,297.9993,319.69867,953.10486,299.5865,3.8167164,18.554771,9.884838,41.08822,16514.803,4.564502,14.19549,24.17285,46.34714,525.5604,83.188446,190.29582,3.1442285,220.89778,524.78705,348.85638,125.02423,383.37576,30.494802,74.47909,244.39632,12.896932,1.7937127,11.956906,1927.0085,0.14743187,0.4824632,55.092968,6.003956,3.8558726,5.6769123,10.083266,133.77274,46.643784,110.56728,728.45746,215.49083,1923.9613,1778.9487,14.163442,26.339495,12238.283,8.429844,61.054882,592.1678,104.91627,154.03421,68.648186,350.55234,911.2298,406.66815,13.883218,81.28996,1049.8033,1947.2517,41.72672,559.78546,40.183758,1.0601499,60.37097,1.1180551,0.67303187,3.0563035,34.404568,115.3095,275.8237,17.808916,3458.1614,287.8956,104.076164,157.42003,77.84101,96.391464,55.902554,5.642003,98.4664,637.0273,183.31317,105.51405,87.231964,18.924463,78.76056,84.547714,46.394794,849.0585,173.08496,3964.4028,36.45532,3568.5137,79.02059,432.45483,2445.6724,78.65342,9.395871,1526.1567,1516.1852,4978.032,131.48509 +2023-07-09 03:00:00,0.0,16724.887,199.06195,21.253191,35.49018,23.74627,169.7544,24.487864,33.491116,19.794044,22.352652,664.5682,435.52985,9.890687,130.96165,13.592997,1.2859924,24.022448,19.685995,1.5417724,343.05106,0.348293,313.7481,47.69031,0.48798293,2.7031894,107.670555,20.780708,64.00583,126.80242,20004.404,0.51595956,1517.7343,0.94618416,0.57343733,0.3040213,1.7977604,155.27023,199.72571,27.912716,206.78932,22.920156,46.52513,1602.845,3.5893183,206.6828,147.4449,345.37476,142.53477,368.06116,23.11374,380.88608,0.0,2623.1113,15099.469,26.368885,406.17892,133.63762,44491.695,131.93681,21.603289,149.0682,322.85144,53.514576,20.237011,226.19537,2111.9653,349.6812,143.28104,18.251093,13.451221,438.83942,61.495884,1615.6813,128.63629,2228.1602,243.16411,362.26517,92.79954,290.5239,7.9232955,13.245009,26.155798,3.88613,3.4161994,64.402954,57.46502,67.805534,18.461128,25.122147,252.48524,7.8266563,2981.239,103.114365,57.867943,120.29701,111.882545,214.5867,135.41277,106.08871,28.79503,44.85022,116.201935,311.98068,759.7757,127.0121,441.1587,90.04367,109.19422,297.9544,319.88913,953.12646,299.33615,3.8172278,18.562399,9.882526,41.08448,16519.355,4.5615644,14.204294,24.185081,46.314327,525.21387,83.121376,190.18639,3.1437502,220.72328,524.5486,348.73416,125.02965,383.62238,30.50457,74.528534,244.253,12.893145,1.7933536,11.95489,1925.8279,0.14731362,0.4821357,55.080505,6.008468,3.8556452,5.6738324,10.078468,133.70374,46.621525,110.523476,728.1758,215.52803,1924.1753,1779.1416,14.168871,26.347816,12236.17,8.42875,61.069557,592.3683,104.966736,154.07834,68.66905,350.6672,911.0464,406.71512,13.890495,81.322044,1049.8387,1947.5287,41.74039,559.88574,40.1997,1.0602149,60.374413,1.1180564,0.6730592,3.0564697,34.425175,115.324196,275.78824,17.811384,3457.7534,288.01276,104.116936,157.46472,77.84793,96.38962,55.898186,5.654805,98.47782,637.3288,183.42598,105.56435,87.292206,18.905645,78.871254,84.62399,46.377384,848.85315,173.09573,3963.7927,36.44759,3567.5132,79.02007,432.43106,2445.3333,78.66041,9.396022,1525.5089,1515.1348,4975.3184,131.4115 +2023-07-09 04:00:00,0.0,16726.518,199.26672,21.261301,35.48811,23.75655,169.74072,24.487202,33.489048,19.794277,22.349588,664.9726,435.1901,9.888439,130.9619,13.581188,1.284752,24.027887,19.668224,1.5431315,343.02942,0.34809965,313.77228,47.680504,0.48873532,2.703001,107.669,20.7713,63.954006,126.75168,20017.86,0.5152517,1517.815,0.9452688,0.5728874,0.30367085,1.7956274,155.24619,199.65018,27.906755,206.77284,22.91626,46.59299,1603.8838,3.5875726,206.88959,147.53935,345.40903,142.5324,367.99902,23.133741,381.12936,0.0,2622.6953,15097.665,26.39051,406.40686,133.67403,44489.69,131.93707,21.61792,149.10594,323.08868,53.546738,20.256636,226.2733,2112.0293,349.66833,143.3584,18.264742,13.459053,438.73593,61.517277,1615.0493,128.55699,2228.5986,243.02957,362.32202,92.77124,290.2323,7.9213047,13.240596,26.136639,3.8836,3.4136984,64.409706,57.484024,67.812965,18.479248,25.129292,252.25928,7.824789,2981.5085,103.028366,57.901882,120.20557,111.835335,214.5991,135.33386,106.20968,28.770468,44.836468,116.163994,311.94397,759.4107,126.880104,440.87564,90.00154,109.23874,297.90952,320.07956,953.14813,299.08582,3.8177392,18.570028,9.880215,41.080738,16523.91,4.558627,14.213098,24.197313,46.281513,524.8673,83.054306,190.07695,3.1432717,220.5488,524.3101,348.61194,125.035065,383.869,30.514338,74.57799,244.10968,12.8893585,1.7929944,11.952874,1924.6473,0.14719538,0.4818082,55.06804,6.0129805,3.8554177,5.670752,10.07367,133.63474,46.599262,110.47967,727.89417,215.56525,1924.3892,1779.3345,14.174301,26.356138,12234.056,8.427656,61.08423,592.5688,105.017204,154.12245,68.68992,350.78207,910.8629,406.76205,13.897773,81.35412,1049.8741,1947.8057,41.75406,559.986,40.215637,1.0602798,60.37785,1.1180578,0.6730866,3.056636,34.445786,115.33888,275.7528,17.813852,3457.3455,288.1299,104.15771,157.50941,77.85484,96.38777,55.893818,5.667608,98.48925,637.63025,183.53879,105.61465,87.352455,18.88683,78.98195,84.70027,46.359974,848.64777,173.10652,3963.1826,36.439865,3566.513,79.01956,432.40726,2444.994,78.6674,9.396173,1524.8612,1514.0842,4972.6045,131.3379 +2023-07-09 05:00:00,0.0,16728.146,199.4715,21.269413,35.48604,23.76683,169.72705,24.486542,33.486984,19.794508,22.346525,665.377,434.8503,9.886191,130.96216,13.569381,1.2835115,24.033325,19.650455,1.5444907,343.00778,0.3479063,313.79645,47.6707,0.4894877,2.7028124,107.66744,20.76189,63.902184,126.70094,20031.312,0.5145438,1517.8956,0.94435346,0.57233757,0.3033204,1.7934943,155.22215,199.57463,27.900795,206.75638,22.912363,46.66085,1604.9226,3.585827,207.09636,147.6338,345.4433,142.53001,367.93692,23.15374,381.37268,0.0,2622.2788,15095.862,26.412138,406.6348,133.71043,44487.688,131.93733,21.632553,149.14368,323.32593,53.5789,20.276262,226.35123,2112.0935,349.6555,143.43575,18.27839,13.466885,438.63245,61.53867,1614.4174,128.47769,2229.037,242.89502,362.37888,92.74295,289.9407,7.919314,13.236182,26.11748,3.8810701,3.4111972,64.41645,57.50302,67.82039,18.497368,25.136436,252.0333,7.8229218,2981.778,102.942375,57.93582,120.11411,111.788124,214.61151,135.25496,106.33064,28.745903,44.822716,116.12605,311.9073,759.0457,126.748116,440.5926,89.95942,109.28325,297.86465,320.27002,953.16974,298.83548,3.8182507,18.577656,9.877903,41.077,16528.465,4.55569,14.221902,24.209543,46.2487,524.52075,82.987236,189.96751,3.1427934,220.3743,524.07166,348.48975,125.04048,384.1156,30.524103,74.62744,243.96637,12.885572,1.7926352,11.950858,1923.4668,0.14707714,0.4814807,55.055576,6.017493,3.8551903,5.667672,10.068872,133.56573,46.577,110.43586,727.61255,215.60245,1924.603,1779.5272,14.179731,26.36446,12231.941,8.426561,61.0989,592.7693,105.06767,154.16656,68.710785,350.89694,910.6795,406.80902,13.90505,81.3862,1049.9095,1948.0826,41.76773,560.0863,40.231575,1.0603448,60.381287,1.1180592,0.67311394,3.0568023,34.466396,115.35357,275.71738,17.816322,3456.9375,288.24707,104.19847,157.5541,77.861755,96.38592,55.88945,5.68041,98.50067,637.93176,183.6516,105.66495,87.4127,18.868011,79.09264,84.77654,46.342564,848.44244,173.1173,3962.5728,36.432137,3565.5125,79.01905,432.38348,2444.6545,78.674385,9.396323,1524.2134,1513.0338,4969.8906,131.26431 +2023-07-09 06:00:00,0.0,16729.775,199.67628,21.277525,35.483967,23.777111,169.7134,24.48588,33.48492,19.79474,22.343462,665.78143,434.51056,9.883944,130.9624,13.557573,1.2822711,24.038765,19.632687,1.5458498,342.98615,0.3477129,313.82065,47.660892,0.49024007,2.7026238,107.66588,20.752481,63.85036,126.6502,20044.768,0.5138359,1517.9763,0.9434382,0.57178766,0.30296996,1.7913612,155.1981,199.4991,27.894835,206.73991,22.908466,46.72871,1605.9615,3.5840814,207.30315,147.72827,345.4776,142.52762,367.8748,23.17374,381.61597,0.0,2621.8628,15094.06,26.433764,406.8627,133.74684,44485.684,131.93759,21.647184,149.18141,323.5632,53.61106,20.295887,226.42915,2112.1575,349.64264,143.5131,18.29204,13.474716,438.52896,61.560062,1613.7853,128.39839,2229.4756,242.76048,362.4357,92.71465,289.64908,7.9173236,13.231769,26.09832,3.8785403,3.4086962,64.4232,57.522026,67.82782,18.515486,25.143581,251.80733,7.8210545,2982.0479,102.85638,57.969757,120.02267,111.74092,214.62393,135.17607,106.451614,28.721338,44.808964,116.08811,311.8706,758.6807,126.61613,440.30954,89.91729,109.32777,297.81976,320.46048,953.19135,298.58514,3.818762,18.585283,9.875591,41.07326,16533.02,4.5527525,14.230705,24.221775,46.215885,524.1742,82.920166,189.85808,3.142315,220.1998,523.83325,348.36752,125.0459,384.3622,30.53387,74.676895,243.82304,12.881786,1.7922759,11.948842,1922.2861,0.1469589,0.4811532,55.04311,6.0220046,3.8549628,5.6645923,10.0640745,133.49673,46.55474,110.392044,727.3308,215.63966,1924.817,1779.7201,14.185162,26.372782,12229.827,8.4254675,61.113575,592.9698,105.11815,154.2107,68.73165,351.01184,910.49603,406.85596,13.912327,81.41828,1049.9448,1948.3596,41.7814,560.1865,40.247513,1.0604098,60.384724,1.1180606,0.6731413,3.0569687,34.487007,115.368256,275.68192,17.81879,3456.5295,288.36426,104.23924,157.59879,77.86867,96.38407,55.885082,5.6932125,98.5121,638.2332,183.7644,105.71524,87.472946,18.849194,79.20334,84.85282,46.325153,848.2371,173.12807,3961.9626,36.42441,3564.5122,79.01854,432.35968,2444.3154,78.68137,9.396474,1523.5657,1511.9834,4967.177,131.1907 +2023-07-09 07:00:00,0.0,16731.404,199.88107,21.285635,35.481895,23.78739,169.69972,24.485218,33.482853,19.794971,22.340399,666.1858,434.1708,9.881696,130.96266,13.545765,1.2810307,24.044203,19.614918,1.5472089,342.9645,0.34751955,313.84482,47.651085,0.49099246,2.7024353,107.66432,20.743073,63.79854,126.59946,20058.223,0.513128,1518.057,0.9425228,0.57123774,0.30261955,1.7892282,155.17406,199.42357,27.888874,206.72345,22.90457,46.79657,1607.0004,3.582336,207.50993,147.82272,345.5119,142.52524,367.81268,23.19374,381.85925,0.0,2621.4465,15092.257,26.45539,407.09064,133.78325,44483.68,131.93785,21.661816,149.21915,323.80048,53.643223,20.315514,226.50708,2112.2214,349.6298,143.59045,18.305687,13.482549,438.42548,61.581455,1613.1533,128.31909,2229.9138,242.62593,362.49255,92.68636,289.35748,7.915333,13.227355,26.07916,3.8760104,3.4061952,64.42995,57.541023,67.83525,18.533606,25.150728,251.58136,7.819187,2982.3174,102.770386,58.003696,119.93122,111.69371,214.63634,135.09717,106.57258,28.696775,44.79521,116.05018,311.8339,758.3158,126.48414,440.02646,89.87517,109.37228,297.77487,320.65094,953.213,298.3348,3.8192735,18.59291,9.87328,41.06952,16537.572,4.549815,14.239509,24.234007,46.18307,523.82764,82.853096,189.74864,3.1418366,220.0253,523.5948,348.2453,125.051315,384.60883,30.543638,74.72635,243.67973,12.877999,1.7919167,11.946826,1921.1056,0.14684066,0.48082566,55.030647,6.026517,3.8547354,5.6615124,10.059277,133.42775,46.53248,110.348236,727.0492,215.67686,1925.0309,1779.9128,14.190592,26.381105,12227.713,8.424374,61.128246,593.1703,105.16862,154.2548,68.75252,351.1267,910.3126,406.90292,13.919604,81.450356,1049.9802,1948.6366,41.79507,560.2868,40.263454,1.0604748,60.388165,1.1180619,0.67316866,3.0571349,34.507614,115.38294,275.64648,17.821259,3456.1216,288.4814,104.280014,157.64348,77.87558,96.382225,55.88071,5.706015,98.52352,638.5347,183.87721,105.76554,87.53319,18.830378,79.31403,84.9291,46.307743,848.0318,173.13884,3961.3525,36.416687,3563.5117,79.01803,432.33588,2443.976,78.68836,9.396625,1522.9178,1510.933,4964.4624,131.11711 +2023-07-09 08:00:00,0.0,16733.035,200.08585,21.293747,35.479824,23.79767,169.68605,24.484556,33.48079,19.795204,22.337336,666.5902,433.83102,9.879448,130.9629,13.5339575,1.2797903,24.04964,19.597149,1.548568,342.94287,0.34732616,313.869,47.64128,0.49174482,2.7022467,107.662766,20.733665,63.746716,126.54871,20071.676,0.51242006,1518.1377,0.9416075,0.57068783,0.3022691,1.7870951,155.15002,199.34802,27.882915,206.70699,22.900673,46.86443,1608.0392,3.5805902,207.7167,147.91719,345.5462,142.52286,367.75055,23.213741,382.10257,0.0,2621.0303,15090.453,26.477016,407.31857,133.81966,44481.676,131.93811,21.676447,149.25688,324.03772,53.67538,20.335138,226.58499,2112.2856,349.61694,143.66782,18.319336,13.49038,438.322,61.60285,1612.5212,128.23979,2230.3523,242.4914,362.5494,92.65807,289.0659,7.913342,13.222941,26.060001,3.8734803,3.4036942,64.4367,57.560028,67.842674,18.551725,25.157873,251.3554,7.81732,2982.587,102.68439,58.037636,119.83977,111.6465,214.64874,135.01828,106.69355,28.67221,44.781464,116.01224,311.7972,757.9508,126.35215,439.7434,89.83304,109.41679,297.72998,320.8414,953.2346,298.08447,3.8197849,18.600538,9.870968,41.06578,16542.127,4.546878,14.248313,24.246237,46.150257,523.48114,82.786026,189.6392,3.1413581,219.85081,523.3563,348.12308,125.05673,384.85544,30.553406,74.775795,243.5364,12.874213,1.7915576,11.94481,1919.925,0.14672242,0.48049816,55.01818,6.031029,3.854508,5.658432,10.054479,133.35875,46.510216,110.30443,726.7675,215.71407,1925.2449,1780.1057,14.196022,26.389427,12225.599,8.423279,61.14292,593.3708,105.219086,154.29893,68.773384,351.24158,910.12915,406.9499,13.926882,81.48244,1050.0156,1948.9136,41.80874,560.3871,40.279392,1.0605397,60.3916,1.1180633,0.673196,3.0573013,34.528225,115.39764,275.61102,17.823727,3455.7139,288.59857,104.320786,157.68817,77.88249,96.38038,55.876343,5.718817,98.53494,638.83624,183.99002,105.81584,87.59343,18.81156,79.42473,85.00538,46.290333,847.8265,173.14963,3960.7424,36.40896,3562.5115,79.01751,432.3121,2443.6367,78.69535,9.396775,1522.2701,1509.8824,4961.7485,131.04352 +2023-07-09 09:00:00,0.0,16734.664,200.29062,21.301857,35.477753,23.807951,169.6724,24.483894,33.478725,19.795435,22.334272,666.9946,433.49127,9.877201,130.96317,13.522149,1.2785499,24.05508,19.57938,1.5499271,342.9212,0.3471328,313.89316,47.631474,0.4924972,2.7020583,107.66121,20.724257,63.694897,126.49798,20085.13,0.5117122,1518.2184,0.9406921,0.570138,0.30191866,1.7849622,155.12598,199.27249,27.876955,206.69052,22.896776,46.93229,1609.0781,3.5788448,207.9235,148.01164,345.58047,142.52046,367.68845,23.233742,382.34586,0.0,2620.6143,15088.65,26.498644,407.54648,133.85608,44479.67,131.93837,21.69108,149.29462,324.27496,53.707542,20.354763,226.66292,2112.3496,349.6041,143.74516,18.332985,13.498212,438.2185,61.624245,1611.8893,128.16049,2230.7908,242.35686,362.60626,92.629776,288.7743,7.911351,13.218527,26.040842,3.8709505,3.4011931,64.44344,57.579025,67.850105,18.569845,25.165018,251.12943,7.815453,2982.8567,102.5984,58.07157,119.74832,111.59929,214.66116,134.93938,106.814514,28.647648,44.76771,115.9743,311.7605,757.5858,126.22016,439.46036,89.79092,109.4613,297.6851,321.03186,953.2562,297.83414,3.8202963,18.608166,9.868656,41.062042,16546.682,4.5439405,14.257116,24.258469,46.117443,523.1346,82.718956,189.52977,3.1408796,219.67632,523.11786,348.0009,125.06215,385.10205,30.563171,74.82525,243.3931,12.870427,1.7911984,11.942794,1918.7444,0.14660418,0.48017067,55.005714,6.0355415,3.8542805,5.655352,10.049681,133.28975,46.487957,110.26062,726.4859,215.75128,1925.4587,1780.2986,14.201452,26.397749,12223.484,8.422185,61.157593,593.57135,105.269554,154.34305,68.79425,351.35645,909.94574,406.99683,13.934159,81.51452,1050.051,1949.1906,41.82241,560.48737,40.29533,1.0606047,60.39504,1.1180646,0.6732234,3.0574675,34.548836,115.41232,275.5756,17.826197,3455.306,288.71573,104.36156,157.73286,77.889404,96.378525,55.871975,5.73162,98.54637,639.1377,184.10283,105.866135,87.65368,18.792742,79.53542,85.08165,46.272923,847.6211,173.1604,3960.1323,36.401234,3561.511,79.017,432.2883,2443.2976,78.70234,9.396926,1521.6223,1508.832,4959.0347,130.96992 +2023-07-09 10:00:00,0.0,16736.293,200.4954,21.309969,35.47568,23.81823,169.65872,24.483232,33.476658,19.795668,22.331211,667.39905,433.1515,9.874953,130.96341,13.510342,1.2773094,24.060518,19.56161,1.5512863,342.89957,0.34693944,313.91733,47.621666,0.4932496,2.7018697,107.65965,20.714848,63.643074,126.447235,20098.586,0.51100427,1518.2991,0.93977684,0.56958807,0.3015682,1.782829,155.10194,199.19695,27.870995,206.67406,22.89288,47.00015,1610.117,3.5770993,208.13028,148.1061,345.61475,142.51808,367.6263,23.25374,382.58914,0.0,2620.1978,15086.848,26.52027,407.7744,133.89249,44477.668,131.93863,21.705711,149.33235,324.51224,53.739704,20.37439,226.74084,2112.4138,349.59122,143.82251,18.346634,13.506043,438.11502,61.645638,1611.2573,128.08119,2231.2292,242.2223,362.6631,92.60149,288.48267,7.9093604,13.214113,26.021683,3.8684206,3.3986921,64.45019,57.59803,67.85753,18.587965,25.172163,250.90346,7.8135858,2983.1262,102.5124,58.10551,119.656876,111.55208,214.67357,134.86049,106.935486,28.623083,44.75396,115.93636,311.72382,757.2208,126.08817,439.17728,89.74879,109.50581,297.6402,321.22232,953.2779,297.5838,3.8208077,18.615793,9.8663435,41.0583,16551.234,4.5410037,14.265921,24.2707,46.08463,522.788,82.651886,189.42033,3.1404014,219.50182,522.8794,347.87866,125.067566,385.34866,30.572939,74.8747,243.24977,12.866641,1.7908392,11.940778,1917.5638,0.14648594,0.47984314,54.99325,6.040054,3.854053,5.652272,10.044884,133.22075,46.465694,110.21681,726.2042,215.78848,1925.6726,1780.4913,14.206882,26.40607,12221.371,8.421091,61.172268,593.77185,105.32003,154.38718,68.81512,351.4713,909.76227,407.0438,13.941436,81.54659,1050.0863,1949.4674,41.836082,560.58765,40.311268,1.0606697,60.398476,1.1180661,0.67325073,3.0576339,34.569447,115.42701,275.54013,17.828665,3454.898,288.8329,104.40233,157.77756,77.89632,96.37668,55.867607,5.7444224,98.55779,639.4392,184.21564,105.916435,87.71392,18.773926,79.64612,85.15793,46.255512,847.4158,173.17117,3959.5225,36.393505,3560.5107,79.01649,432.26453,2442.9583,78.709335,9.397077,1520.9746,1507.7816,4956.321,130.89633 +2023-07-09 11:00:00,0.0,16737.924,200.7002,21.318079,35.47361,23.82851,169.64505,24.48257,33.474594,19.7959,22.328148,667.8034,432.81174,9.872705,130.96367,13.498534,1.276069,24.065956,19.54384,1.5526454,342.87793,0.34674606,313.9415,47.611862,0.49400195,2.7016811,107.6581,20.705439,63.59125,126.39649,20112.04,0.5102964,1518.3798,0.9388615,0.56903815,0.30121776,1.780696,155.0779,199.12141,27.865034,206.6576,22.888983,47.06801,1611.1558,3.5753536,208.33707,148.20056,345.64905,142.5157,367.5642,23.27374,382.83246,0.0,2619.7817,15085.045,26.541897,408.00235,133.9289,44475.664,131.93889,21.720343,149.3701,324.7495,53.771866,20.394014,226.81877,2112.4778,349.57837,143.89987,18.360281,13.513875,438.01154,61.66703,1610.6252,128.00189,2231.6677,242.08777,362.7199,92.57319,288.19107,7.9073696,13.2097,26.002523,3.8658907,3.3961911,64.45694,57.617035,67.86496,18.606083,25.17931,250.67749,7.8117185,2983.3958,102.42641,58.13945,119.56543,111.50487,214.68597,134.78159,107.05645,28.59852,44.740208,115.89842,311.68713,756.85583,125.956184,438.89423,89.706665,109.55033,297.5953,321.41278,953.2995,297.33347,3.821319,18.62342,9.864032,41.05456,16555.79,4.5380664,14.274724,24.28293,46.051815,522.44147,82.584816,189.3109,3.1399229,219.32732,522.641,347.75644,125.07298,385.59528,30.582706,74.92416,243.10646,12.862854,1.79048,11.938762,1916.3833,0.1463677,0.47951564,54.980785,6.044566,3.8538256,5.6491923,10.040086,133.15175,46.44343,110.173004,725.92255,215.82568,1925.8866,1780.6842,14.212312,26.414392,12219.257,8.419997,61.18694,593.97235,105.3705,154.43129,68.83598,351.5862,909.57886,407.09073,13.948713,81.578674,1050.1217,1949.7444,41.84975,560.68787,40.327206,1.0607346,60.401917,1.1180674,0.6732781,3.0578,34.590054,115.441696,275.5047,17.831133,3454.49,288.95004,104.4431,157.82225,77.90323,96.37483,55.86324,5.7572246,98.56922,639.74066,184.32845,105.966736,87.77417,18.755108,79.75681,85.23421,46.238102,847.21045,173.18195,3958.9124,36.38578,3559.5103,79.015976,432.24072,2442.619,78.716324,9.397227,1520.3268,1506.7311,4953.6064,130.82274 +2023-07-09 12:00:00,0.0,16739.553,200.90497,21.32619,35.47154,23.83879,169.6314,24.481909,33.472527,19.796131,22.325085,668.2078,432.472,9.870458,130.96391,13.486726,1.2748286,24.071396,19.526072,1.5540045,342.8563,0.3465527,313.96567,47.602055,0.49475434,2.7014925,107.65653,20.69603,63.53943,126.34575,20125.494,0.5095885,1518.4604,0.93794614,0.5684883,0.30086732,1.7785629,155.05385,199.04587,27.859074,206.64113,22.885086,47.135868,1612.1947,3.5736082,208.54384,148.29501,345.68335,142.5133,367.50208,23.293741,383.07574,0.0,2619.3655,15083.241,26.563522,408.23026,133.9653,44473.66,131.93915,21.734974,149.40784,324.98676,53.804024,20.413641,226.8967,2112.542,349.56552,143.97722,18.37393,13.521707,437.90805,61.688427,1609.9933,127.922585,2232.106,241.95322,362.7768,92.5449,287.89948,7.905379,13.205286,25.983364,3.8633606,3.39369,64.463684,57.636036,67.87238,18.624203,25.186455,250.4515,7.809851,2983.6653,102.34041,58.173386,119.473976,111.45766,214.6984,134.70268,107.17742,28.573956,44.726456,115.86048,311.65042,756.49084,125.824196,438.61118,89.664536,109.59484,297.5504,321.60324,953.3211,297.08313,3.8218307,18.631048,9.86172,41.050823,16560.344,4.535129,14.283527,24.295162,46.019,522.0949,82.517746,189.20146,3.1394446,219.15282,522.4025,347.63422,125.0784,385.8419,30.592472,74.97361,242.96313,12.859068,1.7901208,11.936746,1915.2026,0.14624946,0.47918814,54.968323,6.0490785,3.853598,5.646112,10.035288,133.08275,46.42117,110.129196,725.6409,215.8629,1926.1005,1780.877,14.217742,26.422714,12217.143,8.418902,61.20161,594.17285,105.42097,154.4754,68.85686,351.70108,909.3954,407.1377,13.955991,81.610756,1050.1571,1950.0214,41.863422,560.78815,40.343147,1.0607996,60.405354,1.1180688,0.67330545,3.0579665,34.610664,115.45639,275.46927,17.833601,3454.082,289.0672,104.48387,157.86693,77.91014,96.372986,55.85887,5.770027,98.58064,640.0422,184.44125,106.01704,87.83441,18.73629,79.86751,85.310486,46.22069,847.0051,173.19273,3958.3022,36.378056,3558.51,79.01546,432.21695,2442.2798,78.72331,9.397378,1519.6791,1505.6807,4950.8926,130.74915 +2023-07-09 13:00:00,0.0,16741.182,201.10974,21.334301,35.469467,23.84907,169.61772,24.481247,33.470463,19.796364,22.322021,668.61224,432.1322,9.86821,130.96417,13.474918,1.2735882,24.076834,19.508303,1.5553637,342.83466,0.3463593,313.98984,47.592247,0.4955067,2.7013042,107.654976,20.68662,63.487606,126.295006,20138.95,0.50888056,1518.5411,0.93703085,0.5679384,0.3005169,1.7764299,155.02982,198.97034,27.853115,206.62466,22.88119,47.203728,1613.2335,3.5718625,208.75063,148.38948,345.71762,142.51093,367.43997,23.313742,383.31903,0.0,2618.9492,15081.438,26.58515,408.4582,134.00171,44471.656,131.9394,21.749607,149.44557,325.224,53.836185,20.433266,226.97462,2112.606,349.55267,144.05458,18.387579,13.529538,437.80457,61.70982,1609.3612,127.843285,2232.5444,241.81868,362.83362,92.5166,287.60788,7.903388,13.200872,25.964205,3.8608308,3.391189,64.470436,57.655037,67.879814,18.642323,25.1936,250.22554,7.807984,2983.935,102.25442,58.207325,119.38253,111.410446,214.7108,134.6238,107.298386,28.54939,44.712708,115.82254,311.61374,756.12585,125.69221,438.32812,89.62241,109.63936,297.50552,321.7937,953.3428,296.8328,3.8223422,18.638676,9.859408,41.04708,16564.898,4.5321918,14.292332,24.307394,45.986187,521.74835,82.450676,189.09203,3.138966,218.97833,522.16406,347.51202,125.08382,386.0885,30.60224,75.023056,242.81982,12.855282,1.7897615,11.93473,1914.0221,0.14613122,0.47886062,54.955856,6.053591,3.8533707,5.643032,10.03049,133.01375,46.39891,110.08539,725.3593,215.9001,1926.3145,1781.0698,14.223172,26.431038,12215.028,8.417809,61.216286,594.37335,105.471436,154.51953,68.87772,351.81595,909.212,407.18466,13.963268,81.64283,1050.1925,1950.2983,41.87709,560.8884,40.359085,1.0608646,60.40879,1.1180701,0.67333275,3.0581326,34.631275,115.47108,275.4338,17.836071,3453.674,289.18436,104.52464,157.91162,77.91705,96.37114,55.854504,5.7828293,98.59207,640.3437,184.55405,106.06733,87.89466,18.717474,79.9782,85.386765,46.20328,846.7998,173.2035,3957.6921,36.370327,3557.5095,79.014946,432.19315,2441.9404,78.7303,9.397529,1519.0312,1504.6302,4948.1787,130.67555 +2023-07-09 14:00:00,0.0,16742.81,201.31453,21.342413,35.467396,23.85935,169.60405,24.480585,33.4684,19.796595,22.318958,669.01666,431.79245,9.865962,130.96442,13.463111,1.2723478,24.082273,19.490534,1.5567229,342.81302,0.34616596,314.014,47.58244,0.4962591,2.7011156,107.65342,20.677214,63.435787,126.24427,20152.402,0.5081727,1518.6218,0.9361155,0.5673885,0.30016646,1.7742969,155.00577,198.8948,27.847155,206.6082,22.877293,47.27159,1614.2723,3.570117,208.95741,148.48393,345.75192,142.50853,367.37784,23.33374,383.56235,0.0,2618.5332,15079.636,26.606775,408.68613,134.03812,44469.652,131.93967,21.764238,149.4833,325.46127,53.868347,20.452892,227.05255,2112.67,349.53983,144.13193,18.401228,13.537371,437.70108,61.731213,1608.7292,127.763985,2232.983,241.68414,362.89047,92.48831,287.31628,7.901397,13.196459,25.945045,3.858301,3.388688,64.47718,57.674038,67.88724,18.660442,25.200745,249.99957,7.8061166,2984.2046,102.16842,58.241264,119.291084,111.363235,214.7232,134.54489,107.41936,28.524828,44.698956,115.78461,311.57703,755.76086,125.56021,438.04504,89.580284,109.68387,297.46063,321.98413,953.3644,296.58246,3.8228536,18.646305,9.857097,41.043343,16569.451,4.5292544,14.301135,24.319624,45.953373,521.40186,82.383606,188.98259,3.1384878,218.80383,521.9256,347.3898,125.08923,386.3351,30.612007,75.07251,242.6765,12.851495,1.7894024,11.9327135,1912.8416,0.14601298,0.47853312,54.943394,6.058103,3.8531432,5.639952,10.025692,132.94475,46.376648,110.04158,725.07764,215.93732,1926.5283,1781.2626,14.228602,26.43936,12212.914,8.416715,61.230957,594.57385,105.52191,154.56364,68.89859,351.93082,909.0285,407.2316,13.970546,81.67491,1050.2278,1950.5753,41.890762,560.9887,40.375023,1.0609295,60.412228,1.1180716,0.6733601,3.058299,34.651886,115.48576,275.39838,17.83854,3453.2664,289.3015,104.56541,157.95631,77.923965,96.369286,55.850136,5.795632,98.60349,640.64514,184.66685,106.11763,87.9549,18.698656,80.0889,85.463036,46.18587,846.5945,173.21428,3957.082,36.362602,3556.5093,79.014435,432.16937,2441.601,78.73729,9.397679,1518.3835,1503.5798,4945.465,130.60196 +2023-07-09 15:00:00,0.0,16744.441,201.51932,21.350523,35.465324,23.86963,169.5904,24.479923,33.46633,19.796827,22.315895,669.421,431.45267,9.863714,130.96468,13.451303,1.2711073,24.087711,19.472765,1.558082,342.79135,0.3459726,314.03818,47.572636,0.49701148,2.700927,107.65186,20.667805,63.383965,126.19353,20165.857,0.50746477,1518.7025,0.93520015,0.5668386,0.299816,1.7721639,154.98174,198.81926,27.841194,206.59174,22.873396,47.33945,1615.3113,3.5683713,209.1642,148.57838,345.7862,142.50615,367.31573,23.35374,383.80563,0.0,2618.117,15077.833,26.628403,408.91403,134.07452,44467.652,131.93993,21.77887,149.52104,325.69855,53.90051,20.472517,227.13048,2112.7341,349.52698,144.20929,18.414875,13.545202,437.5976,61.752605,1608.0972,127.684685,2233.4214,241.54959,362.9473,92.46002,287.02466,7.8994064,13.192044,25.925886,3.8557708,3.386187,64.48393,57.69304,67.89467,18.678562,25.207891,249.7736,7.8042493,2984.474,102.08243,58.2752,119.19963,111.316025,214.73563,134.466,107.54032,28.500263,44.685204,115.746666,311.54034,755.3959,125.42822,437.762,89.53816,109.72838,297.41574,322.1746,953.38605,296.33212,3.823365,18.653933,9.854785,41.0396,16574.006,4.526317,14.309939,24.331856,45.920555,521.0553,82.316536,188.87315,3.1380093,218.62933,521.68713,347.26758,125.09465,386.58173,30.621775,75.12196,242.53319,12.847709,1.7890432,11.930697,1911.6609,0.14589474,0.4782056,54.930927,6.0626154,3.8529158,5.6368723,10.020894,132.87575,46.354385,109.99777,724.79596,215.97452,1926.7422,1781.4554,14.234033,26.447681,12210.8,8.41562,61.245632,594.77435,105.57238,154.60777,68.91946,352.0457,908.8451,407.27856,13.977822,81.706985,1050.2632,1950.8523,41.904434,561.089,40.39096,1.0609945,60.41567,1.1180729,0.67338747,3.0584652,34.672493,115.50045,275.3629,17.841007,3452.8584,289.41867,104.60618,158.001,77.93088,96.36744,55.845768,5.8084345,98.61492,640.94666,184.77966,106.16793,88.015144,18.67984,80.19959,85.539314,46.16846,846.3891,173.22505,3956.4722,36.354874,3555.5088,79.01392,432.14557,2441.262,78.74428,9.39783,1517.7357,1502.5293,4942.751,130.52837 +2023-07-09 16:00:00,0.0,16746.07,201.72409,21.358635,35.463253,23.87991,169.57672,24.479261,33.464268,19.797058,22.312832,669.82544,431.1129,9.861466,130.96492,13.439495,1.269867,24.09315,19.454996,1.5594411,342.7697,0.3457792,314.06235,47.562828,0.49776384,2.7007384,107.65031,20.658396,63.33214,126.142784,20179.312,0.5067569,1518.7832,0.9342848,0.5662887,0.29946557,1.7700307,154.95769,198.74373,27.835234,206.57527,22.869501,47.40731,1616.3501,3.5666258,209.37097,148.67285,345.8205,142.50377,367.2536,23.373741,384.04892,0.0,2617.7007,15076.029,26.650028,409.14197,134.11093,44465.65,131.94019,21.7935,149.55878,325.9358,53.93267,20.492144,227.2084,2112.798,349.5141,144.28664,18.428524,13.553034,437.4941,61.774002,1607.4652,127.60538,2233.8599,241.41505,363.00418,92.431725,286.73306,7.8974156,13.187631,25.906727,3.853241,3.3836858,64.49068,57.71204,67.9021,18.69668,25.215036,249.54764,7.802382,2984.744,101.99643,58.30914,119.108185,111.268814,214.74803,134.3871,107.66129,28.4757,44.67145,115.708725,311.50366,755.03094,125.296234,437.47894,89.49603,109.772896,297.37088,322.36505,953.40765,296.08176,3.8238764,18.66156,9.852473,41.035862,16578.56,4.52338,14.318743,24.344088,45.88774,520.70874,82.249466,188.76372,3.137531,218.45483,521.44867,347.14536,125.10007,386.82834,30.63154,75.17142,242.38988,12.843923,1.788684,11.928681,1910.4803,0.1457765,0.4778781,54.918465,6.0671277,3.8526883,5.633792,10.016096,132.80676,46.332127,109.953964,724.5143,216.01172,1926.9562,1781.6483,14.239463,26.456003,12208.686,8.414526,61.260303,594.97485,105.62285,154.65189,68.94032,352.16058,908.6616,407.3255,13.9851,81.73907,1050.2986,1951.1293,41.918102,561.1892,40.4069,1.0610595,60.419106,1.1180743,0.6734148,3.0586314,34.693104,115.51514,275.32748,17.843477,3452.4504,289.53583,104.64695,158.0457,77.93779,96.36559,55.841396,5.8212366,98.62634,641.2481,184.89247,106.21822,88.07539,18.661022,80.31029,85.61559,46.15105,846.1838,173.23584,3955.862,36.34715,3554.5085,79.01341,432.1218,2440.9226,78.75127,9.397981,1517.088,1501.4789,4940.0366,130.45477 +2023-07-09 17:00:00,0.0,16747.7,201.92886,21.366745,35.46118,23.89019,169.56306,24.4786,33.462204,19.79729,22.30977,670.22986,430.77313,9.859219,130.96518,13.427687,1.2686265,24.098589,19.437225,1.5608002,342.74808,0.34558585,314.08652,47.55302,0.49851623,2.7005498,107.64874,20.648987,63.28032,126.09204,20192.768,0.506049,1518.8639,0.9333695,0.5657388,0.29911512,1.7678976,154.93365,198.66818,27.829273,206.5588,22.865604,47.47517,1617.3889,3.5648801,209.57776,148.7673,345.8548,142.50137,367.1915,23.393742,384.29224,0.0,2617.2847,15074.227,26.671656,409.3699,134.14734,44463.645,131.94044,21.808134,149.59651,326.17303,53.96483,20.511768,227.28633,2112.8623,349.50125,144.364,18.442173,13.560865,437.39062,61.795395,1606.8333,127.52608,2234.298,241.2805,363.061,92.403435,286.44147,7.895425,13.183217,25.887568,3.850711,3.3811848,64.49743,57.73104,67.90952,18.7148,25.222181,249.32167,7.8005147,2985.0134,101.91044,58.34308,119.01674,111.22161,214.76044,134.30821,107.78226,28.451136,44.657703,115.67079,311.46695,754.66595,125.164246,437.19586,89.45391,109.817406,297.326,322.5555,953.42926,295.83142,3.8243878,18.669188,9.850162,41.032124,16583.113,4.5204425,14.327547,24.356318,45.854927,520.3622,82.182396,188.65428,3.1370525,218.28035,521.21027,347.02316,125.105484,387.07495,30.641308,75.22087,242.24655,12.840137,1.7883248,11.926665,1909.2998,0.14565825,0.4775506,54.906,6.07164,3.8524609,5.630712,10.011298,132.73776,46.309864,109.91016,724.23267,216.04893,1927.17,1781.8411,14.244893,26.464325,12206.571,8.413432,61.274975,595.17535,105.67332,154.696,68.96119,352.27545,908.4782,407.37247,13.992377,81.77115,1050.334,1951.4062,41.931774,561.2895,40.42284,1.0611244,60.422543,1.1180757,0.6734422,3.0587978,34.713715,115.52983,275.29205,17.845945,3452.0425,289.65298,104.68772,158.0904,77.9447,96.36375,55.83703,5.834039,98.63777,641.5496,185.00528,106.268524,88.135635,18.642204,80.42098,85.69187,46.13364,845.97845,173.24661,3955.252,36.339424,3553.508,79.01289,432.098,2440.5835,78.758255,9.398131,1516.4402,1500.4285,4937.3228,130.38118 +2023-07-09 18:00:00,0.0,16749.33,202.13365,21.374857,35.45911,23.90047,169.5494,24.47794,33.460136,19.797522,22.306707,670.6343,430.43338,9.856971,130.96542,13.415879,1.2673861,24.104027,19.419456,1.5621593,342.72644,0.34539247,314.1107,47.543217,0.49926862,2.7003615,107.64719,20.639578,63.228497,126.041306,20206.22,0.5053411,1518.9446,0.93245417,0.5651889,0.29876468,1.7657646,154.9096,198.59265,27.823313,206.54234,22.861708,47.54303,1618.4279,3.5631347,209.78455,148.86177,345.88907,142.499,367.12936,23.413742,384.53552,0.0,2616.8682,15072.424,26.693281,409.5978,134.18375,44461.64,131.9407,21.822765,149.63425,326.4103,53.99699,20.531393,227.36424,2112.9263,349.4884,144.44135,18.455822,13.568697,437.2871,61.816788,1606.2012,127.44678,2234.7366,241.14597,363.11786,92.37514,286.14987,7.893434,13.178803,25.868408,3.8481812,3.3786838,64.50417,57.750042,67.916954,18.73292,25.229326,249.0957,7.7986474,2985.283,101.82444,58.377018,118.92529,111.1744,214.77286,134.22931,107.90323,28.42657,44.64395,115.63285,311.43027,754.30096,125.03226,436.9128,89.41178,109.86192,297.2811,322.74597,953.4509,295.5811,3.8248992,18.676815,9.847849,41.02838,16587.668,4.517505,14.33635,24.36855,45.822113,520.0156,82.115326,188.54485,3.1365743,218.10585,520.9718,346.90094,125.1109,387.32153,30.651075,75.27032,242.10324,12.8363495,1.7879657,11.924648,1908.1191,0.14554003,0.47722307,54.893536,6.0761523,3.8522334,5.627632,10.006501,132.66876,46.2876,109.86635,723.95105,216.08614,1927.384,1782.0339,14.250323,26.472649,12204.458,8.412337,61.28965,595.37585,105.72379,154.74013,68.982056,352.39032,908.29474,407.41943,13.999655,81.80322,1050.3693,1951.6832,41.945442,561.3898,40.438778,1.0611894,60.42598,1.118077,0.67346954,3.058964,34.734325,115.54452,275.2566,17.848413,3451.6345,289.77014,104.72849,158.13509,77.951614,96.36189,55.83266,5.8468413,98.64919,641.8511,185.11809,106.318825,88.195885,18.623388,80.53168,85.76814,46.116226,845.77313,173.25739,3954.6418,36.331696,3552.5078,79.01238,432.07422,2440.2441,78.76524,9.398282,1515.7925,1499.3779,4934.609,130.30759 +2023-07-09 19:00:00,0.0,16750.959,202.33844,21.382967,35.45704,23.91075,169.53572,24.477278,33.458073,19.797754,22.303644,671.0387,430.09363,9.854723,130.96568,13.404072,1.2661456,24.109467,19.401688,1.5635185,342.7048,0.3451991,314.13486,47.53341,0.500021,2.700173,107.64563,20.63017,63.176674,125.99056,20219.676,0.5046332,1519.0253,0.9315388,0.56463903,0.29841426,1.7636316,154.88556,198.5171,27.817354,206.52588,22.857811,47.61089,1619.4667,3.561389,209.99132,148.95622,345.92337,142.49661,367.06726,23.43374,384.7788,0.0,2616.4521,15070.621,26.714909,409.82574,134.22015,44459.637,131.94096,21.837397,149.672,326.64758,54.029152,20.55102,227.44217,2112.9905,349.47556,144.5187,18.46947,13.576529,437.18362,61.83818,1605.5692,127.36748,2235.175,241.01143,363.17468,92.34685,285.85825,7.8914433,13.17439,25.849249,3.8456511,3.3761828,64.510925,57.769043,67.92438,18.75104,25.236473,248.86974,7.7967806,2985.5525,101.73845,58.410954,118.83384,111.12719,214.78526,134.1504,108.02419,28.402008,44.6302,115.59491,311.39355,753.936,124.90027,436.62976,89.36966,109.90643,297.2362,322.93643,953.47253,295.33075,3.8254106,18.684443,9.845537,41.024643,16592.223,4.514568,14.345154,24.380781,45.7893,519.66907,82.048256,188.43541,3.1360958,217.93135,520.73334,346.77872,125.11632,387.56815,30.660843,75.31977,241.95992,12.832563,1.7876065,11.922632,1906.9386,0.14542179,0.47689557,54.88107,6.0806646,3.8520057,5.6245522,10.001703,132.59976,46.265343,109.82254,723.6693,216.12335,1927.5979,1782.2267,14.255753,26.48097,12202.344,8.411243,61.30432,595.57635,105.77426,154.78424,69.00292,352.5052,908.1113,407.46637,14.006931,81.835304,1050.4047,1951.9602,41.959114,561.49005,40.454716,1.0612544,60.429417,1.1180785,0.6734969,3.0591304,34.754932,115.559204,275.22116,17.850882,3451.2266,289.88733,104.769264,158.17978,77.95853,96.36005,55.828293,5.859644,98.66062,642.1526,185.2309,106.36912,88.25613,18.60457,80.64237,85.84442,46.098816,845.5678,173.26816,3954.0317,36.32397,3551.5073,79.01187,432.0504,2439.9048,78.77223,9.398433,1515.1447,1498.3275,4931.895,130.23398 +2023-07-09 20:00:00,0.0,16752.588,202.54321,21.391079,35.454967,23.92103,169.52206,24.476616,33.456005,19.797987,22.300581,671.44305,429.75385,9.852475,130.96593,13.392263,1.2649052,24.114904,19.383919,1.5648776,342.68317,0.34500575,314.15903,47.5236,0.5007734,2.6999843,107.64407,20.620762,63.124855,125.93982,20233.13,0.50392526,1519.106,0.9306235,0.5640891,0.2980638,1.7614986,154.86153,198.44157,27.811394,206.50941,22.853914,47.67875,1620.5055,3.5596435,210.1981,149.05067,345.95764,142.49422,367.00513,23.453741,385.02213,0.0,2616.036,15068.817,26.736534,410.05368,134.25656,44457.633,131.94122,21.852028,149.70973,326.88483,54.061314,20.570644,227.5201,2113.0544,349.4627,144.59605,18.483118,13.58436,437.08014,61.859573,1604.9371,127.28818,2235.6135,240.87688,363.23154,92.31856,285.56665,7.8894525,13.169976,25.830091,3.8431213,3.3736818,64.51767,57.788044,67.93181,18.76916,25.243618,248.64377,7.7949133,2985.8223,101.65245,58.444893,118.74239,111.07998,214.79767,134.07152,108.145164,28.377443,44.616447,115.55697,311.35687,753.571,124.76828,436.3467,89.32753,109.95095,297.1913,323.1269,953.49414,295.0804,3.825922,18.69207,9.8432255,41.020905,16596.777,4.5116305,14.353958,24.393011,45.756485,519.3226,81.981186,188.32597,3.1356175,217.75685,520.4949,346.6565,125.121735,387.81476,30.670609,75.369225,241.8166,12.828777,1.7872472,11.920616,1905.758,0.14530355,0.47656804,54.868607,6.085177,3.8517783,5.621472,9.996905,132.53076,46.24308,109.77873,723.3877,216.16055,1927.8118,1782.4196,14.261183,26.489292,12200.2295,8.41015,61.318996,595.77686,105.82473,154.82837,69.02379,352.62006,907.92786,407.51334,14.014209,81.867386,1050.4401,1952.2372,41.972786,561.59033,40.470654,1.0613194,60.432858,1.1180798,0.67352426,3.0592966,34.775543,115.57389,275.1857,17.853352,3450.8186,290.0045,104.810036,158.22446,77.96544,96.3582,55.823925,5.8724465,98.67204,642.4541,185.3437,106.41942,88.31637,18.585752,80.75307,85.9207,46.081406,845.3624,173.27895,3953.4219,36.316246,3550.507,79.01136,432.0266,2439.5657,78.77922,9.398583,1514.4968,1497.2771,4929.1807,130.16039 +2023-07-09 21:00:00,0.0,16754.217,202.74799,21.399189,35.452896,23.93131,169.50839,24.475954,33.45394,19.798218,22.297518,671.8475,429.4141,9.850227,130.96619,13.380456,1.2636648,24.120342,19.36615,1.5662367,342.6615,0.34481236,314.1832,47.513798,0.50152576,2.6997957,107.64252,20.611353,63.073032,125.88908,20246.584,0.5032174,1519.1866,0.9297082,0.5635392,0.29771337,1.7593654,154.83748,198.36604,27.805433,206.49295,22.850018,47.74661,1621.5444,3.557898,210.40489,149.14514,345.99194,142.49184,366.94302,23.473742,385.2654,0.0,2615.6196,15067.015,26.758162,410.2816,134.29297,44455.63,131.94148,21.866661,149.74747,327.12207,54.09347,20.590271,227.59802,2113.1184,349.44986,144.67342,18.496767,13.592192,436.97665,61.88097,1604.3052,127.20888,2236.052,240.74234,363.2884,92.29026,285.27505,7.8874617,13.165562,25.810932,3.8405914,3.3711808,64.52442,57.807045,67.93923,18.787277,25.250763,248.41779,7.793046,2986.0918,101.56646,58.478832,118.65095,111.03277,214.81009,133.99261,108.26613,28.35288,44.602695,115.519035,311.3202,753.206,124.63629,436.06363,89.28541,109.99546,297.14642,323.31735,953.5158,294.83008,3.8264334,18.699697,9.840914,41.017162,16601.33,4.508693,14.3627615,24.405243,45.72367,518.976,81.914116,188.21654,3.135139,217.58237,520.2564,346.5343,125.12715,388.06137,30.680376,75.41868,241.67328,12.824991,1.786888,11.9186,1904.5774,0.1451853,0.47624055,54.85614,6.0896893,3.8515508,5.618392,9.992107,132.46176,46.220818,109.734924,723.106,216.19775,1928.0258,1782.6124,14.266613,26.497614,12198.115,8.409056,61.333668,595.97736,105.875206,154.87248,69.044655,352.73495,907.74445,407.56027,14.021486,81.89946,1050.4753,1952.5142,41.986454,561.69055,40.486595,1.0613843,60.436295,1.1180812,0.6735516,3.059463,34.796154,115.58858,275.15027,17.85582,3450.411,290.12164,104.85081,158.26915,77.97235,96.35635,55.819557,5.8852487,98.683464,642.75555,185.45651,106.46972,88.37662,18.566936,80.86376,85.99698,46.063995,845.1571,173.28972,3952.8118,36.308517,3549.5066,79.01085,432.00284,2439.2263,78.78621,9.398734,1513.8491,1496.2266,4926.467,130.08679 +2023-07-09 22:00:00,0.0,16755.848,202.95277,21.4073,35.450825,23.941591,169.49472,24.475292,33.451878,19.79845,22.294455,672.2519,429.0743,9.84798,130.96643,13.368649,1.2624243,24.125782,19.348381,1.5675958,342.63986,0.344619,314.20737,47.50399,0.50227815,2.6996071,107.64096,20.601944,63.02121,125.83834,20260.04,0.5025095,1519.2673,0.92879283,0.56298935,0.29736292,1.7572324,154.81345,198.2905,27.799473,206.47647,22.84612,47.81447,1622.5833,3.5561523,210.61168,149.2396,346.02625,142.48946,366.8809,23.493742,385.5087,0.0,2615.2036,15065.212,26.779787,410.50952,134.32938,44453.625,131.94174,21.881292,149.7852,327.35934,54.125633,20.609896,227.67595,2113.1826,349.43698,144.75076,18.510416,13.600024,436.87317,61.902363,1603.6732,127.12957,2236.4902,240.60779,363.3452,92.26197,284.98346,7.8854713,13.161148,25.791773,3.8380613,3.3686798,64.531166,57.82605,67.94666,18.805397,25.257908,248.19182,7.7911787,2986.3613,101.48046,58.512768,118.559494,110.98556,214.8225,133.91373,108.3871,28.328316,44.588947,115.481094,311.28348,752.841,124.5043,435.78058,89.24328,110.03997,297.10153,323.5078,953.5374,294.57974,3.8269448,18.707325,9.838602,41.013424,16605.885,4.5057564,14.371566,24.417475,45.690857,518.62946,81.847046,188.1071,3.1346607,217.40787,520.01794,346.41208,125.13257,388.30798,30.690144,75.46813,241.52997,12.821204,1.7865288,11.916584,1903.3969,0.14506707,0.47591305,54.843678,6.0942016,3.8513234,5.615312,9.987309,132.39276,46.198555,109.69112,722.8244,216.23497,1928.2396,1782.8052,14.272043,26.505936,12196.001,8.407961,61.348343,596.17786,105.925674,154.91661,69.06552,352.84982,907.561,407.60724,14.028764,81.93154,1050.5107,1952.7911,42.000126,561.79083,40.502533,1.0614493,60.43973,1.1180825,0.673579,3.0596292,34.816765,115.60327,275.1148,17.858288,3450.003,290.2388,104.89158,158.31384,77.97926,96.3545,55.81519,5.8980513,98.69489,643.05707,185.56932,106.52002,88.43686,18.548119,80.97446,86.07325,46.046585,844.9518,173.30049,3952.2017,36.300793,3548.5063,79.01033,431.97903,2438.887,78.7932,9.398885,1513.2013,1495.1761,4923.753,130.0132 +2023-07-09 23:00:00,0.0,16757.477,203.15756,21.415411,35.448753,23.95187,169.48106,24.47463,33.44981,19.798681,22.291391,672.6563,428.73456,9.845732,130.96669,13.35684,1.261184,24.13122,19.33061,1.5689551,342.61823,0.34442562,314.23154,47.494183,0.5030305,2.6994188,107.6394,20.592535,62.969387,125.7876,20273.494,0.5018016,1519.348,0.9278775,0.56243944,0.29701248,1.7550993,154.7894,198.21497,27.793512,206.46,22.842224,47.882328,1623.6221,3.554407,210.81845,149.33406,346.06052,142.48706,366.8188,23.51374,385.752,0.0,2614.7874,15063.409,26.801414,410.73746,134.36578,44451.62,131.942,21.895924,149.82294,327.59662,54.157795,20.629522,227.75388,2113.2466,349.42413,144.82812,18.524063,13.607856,436.76968,61.923756,1603.0411,127.05027,2236.9287,240.47325,363.40207,92.23367,284.69183,7.8834805,13.156734,25.772614,3.8355315,3.3661788,64.53792,57.845047,67.954094,18.823517,25.265055,247.96585,7.7893114,2986.631,101.39447,58.546707,118.46805,110.93835,214.8349,133.83482,108.508064,28.303753,44.575195,115.44315,311.2468,752.476,124.372314,435.49753,89.20116,110.08449,297.05664,323.69824,953.559,294.3294,3.8274562,18.714954,9.83629,41.009686,16610.44,4.502819,14.380369,24.429705,45.658043,518.2829,81.779976,187.99767,3.1341822,217.23337,519.77954,346.28986,125.137985,388.5546,30.69991,75.51758,241.38664,12.817418,1.7861696,11.914568,1902.2163,0.14494883,0.47558552,54.83121,6.098714,3.851096,5.612232,9.9825115,132.32376,46.176296,109.64731,722.5427,216.27217,1928.4536,1782.998,14.277473,26.51426,12193.887,8.406867,61.363014,596.37836,105.97614,154.96072,69.08639,352.9647,907.37756,407.6542,14.03604,81.96362,1050.5461,1953.0681,42.013794,561.8911,40.51847,1.0615143,60.44317,1.118084,0.67360634,3.0597956,34.83737,115.61796,275.07938,17.860758,3449.595,290.35596,104.93234,158.35854,77.986176,96.35265,55.81082,5.910854,98.706314,643.3585,185.68213,106.57031,88.49711,18.5293,81.08515,86.14953,46.029175,844.74646,173.31126,3951.5916,36.293064,3547.5059,79.00982,431.95526,2438.5479,78.800186,9.399035,1512.5536,1494.1257,4921.039,129.9396 +2023-07-10 00:00:00,0.0,16759.105,203.36234,21.423523,35.44668,23.96215,169.46739,24.473969,33.447746,19.798914,22.28833,673.06067,428.3948,9.843484,130.96693,13.345033,1.2599435,24.13666,19.312841,1.5703142,342.5966,0.34423226,314.2557,47.484375,0.50378287,2.6992302,107.63784,20.583126,62.917564,125.736855,20286.947,0.5010937,1519.4287,0.92696214,0.5618895,0.29666206,1.7529664,154.76535,198.13942,27.787554,206.44354,22.838327,47.950188,1624.661,3.5526612,211.02524,149.42851,346.0948,142.48468,366.75665,23.533741,385.9953,0.0,2614.371,15061.605,26.82304,410.96536,134.40219,44449.617,131.94226,21.910555,149.86067,327.83386,54.189957,20.649147,227.8318,2113.3108,349.4113,144.90547,18.537712,13.615687,436.6662,61.94515,1602.4092,126.97097,2237.3672,240.3387,363.45892,92.20538,284.40024,7.8814898,13.152321,25.753454,3.8330016,3.3636777,64.54466,57.86405,67.96152,18.841637,25.2722,247.73988,7.787444,2986.9006,101.30847,58.580647,118.3766,110.891136,214.84732,133.75592,108.629036,28.279188,44.561443,115.40522,311.21008,752.1111,124.240326,435.21445,89.15903,110.129,297.01175,323.8887,953.5807,294.07907,3.8279676,18.722582,9.833979,41.005943,16614.992,4.4998817,14.389173,24.441936,45.62523,517.93634,81.712906,187.88823,3.1337037,217.05887,519.5411,346.16763,125.1434,388.8012,30.709677,75.56703,241.24333,12.813632,1.7858105,11.912552,1901.0356,0.14483058,0.47525802,54.818745,6.103226,3.8508685,5.609152,9.977714,132.25478,46.154034,109.6035,722.26105,216.30937,1928.6675,1783.1908,14.282904,26.522581,12191.772,8.405773,61.377686,596.57886,106.02661,155.00484,69.107254,353.07956,907.1941,407.70114,14.043318,81.9957,1050.5815,1953.3451,42.027466,561.9914,40.53441,1.0615791,60.44661,1.1180853,0.6736337,3.0599618,34.857983,115.632645,275.04395,17.863226,3449.187,290.4731,104.973114,158.40323,77.99309,96.35081,55.80645,5.923656,98.71774,643.66003,185.79494,106.62061,88.55735,18.510485,81.195854,86.22581,46.011765,844.54114,173.32205,3950.9814,36.28534,3546.5056,79.00931,431.93146,2438.2085,78.807175,9.399186,1511.9058,1493.0753,4918.325,129.86601 +2023-07-10 01:00:00,0.0,16760.736,203.56711,21.431633,35.444607,23.972431,169.45372,24.473307,33.44568,19.799145,22.285267,673.4651,428.05502,9.841236,130.9672,13.333225,1.2587031,24.142097,19.295073,1.5716733,342.57495,0.3440389,314.27988,47.47457,0.50453526,2.6990416,107.636284,20.573719,62.865746,125.68611,20300.402,0.50038576,1519.5094,0.92604685,0.5613397,0.29631162,1.7508333,154.74132,198.06389,27.781593,206.42708,22.83443,48.01805,1625.6998,3.5509157,211.23203,149.52296,346.1291,142.4823,366.69455,23.553741,386.23862,0.0,2613.9548,15059.803,26.844667,411.1933,134.4386,44447.613,131.94252,21.925188,149.8984,328.0711,54.22212,20.668774,227.90973,2113.3748,349.39844,144.98283,18.551361,13.623519,436.5627,61.966545,1601.7771,126.89167,2237.8057,240.20416,363.51578,92.177086,284.10864,7.879499,13.147907,25.734295,3.8304718,3.3611767,64.551414,57.88305,67.96895,18.859756,25.279345,247.51392,7.785577,2987.1702,101.22248,58.614582,118.28516,110.843925,214.85973,133.67703,108.75,28.254623,44.54769,115.36728,311.1734,751.7461,124.10833,434.9314,89.116905,110.173515,296.96686,324.07916,953.6023,293.82874,3.828479,18.73021,9.831667,41.002205,16619.547,4.4969444,14.397977,24.454166,45.592415,517.5898,81.645836,187.7788,3.1332254,216.88437,519.3026,346.0454,125.14882,389.04782,30.719444,75.616486,241.1,12.809846,1.7854513,11.910536,1899.8551,0.14471234,0.47493052,54.806282,6.1077385,3.850641,5.606072,9.972916,132.18578,46.13177,109.55969,721.97943,216.34659,1928.8813,1783.3837,14.288334,26.530903,12189.659,8.404678,61.39236,596.77936,106.07709,155.04897,69.12812,353.19446,907.0107,407.7481,14.050595,82.02778,1050.6168,1953.6221,42.041134,562.0917,40.550346,1.0616441,60.450047,1.1180867,0.67366105,3.0601282,34.878593,115.64733,275.00848,17.865694,3448.779,290.59027,105.013885,158.44792,78.0,96.34896,55.802082,5.9364586,98.729164,643.96155,185.90775,106.67091,88.6176,18.491667,81.30655,86.302086,45.994354,844.33575,173.33282,3950.3716,36.277615,3545.5051,79.0088,431.90768,2437.8691,78.81416,9.399337,1511.258,1492.0248,4915.611,129.79242 +2023-07-10 02:00:00,0.0,16762.365,203.7719,21.439745,35.442535,23.98271,169.44006,24.472645,33.443615,19.799377,22.282204,673.8695,427.71527,9.838988,130.96745,13.321417,1.2574626,24.147535,19.277304,1.5730324,342.55328,0.34384552,314.30405,47.464764,0.50528765,2.698853,107.63473,20.56431,62.813923,125.635376,20313.857,0.4996779,1519.5901,0.9251315,0.56078976,0.29596117,1.7487003,154.71727,197.98834,27.775633,206.41061,22.830534,48.08591,1626.7386,3.54917,211.43881,149.61743,346.1634,142.4799,366.63242,23.573742,386.4819,0.0,2613.5386,15058.0,26.866293,411.42123,134.47502,44445.61,131.94278,21.93982,149.93614,328.30838,54.254276,20.688398,227.98766,2113.439,349.3856,145.06018,18.56501,13.6313505,436.45923,61.987938,1601.1451,126.81237,2238.2441,240.06963,363.5726,92.148796,283.81705,7.877508,13.143493,25.715136,3.8279417,3.3586755,64.55816,57.902054,67.97637,18.877876,25.28649,247.28795,7.7837095,2987.4397,101.13648,58.64852,118.1937,110.796715,214.87213,133.59813,108.870964,28.23006,44.53394,115.32934,311.13672,751.3811,123.97634,434.64835,89.074776,110.218025,296.922,324.26962,953.6239,293.5784,3.8289907,18.737837,9.829354,40.998466,16624.102,4.494007,14.40678,24.466398,45.5596,517.2433,81.578766,187.66936,3.132747,216.70988,519.06415,345.92322,125.154236,389.29443,30.729212,75.66594,240.9567,12.806059,1.785092,11.90852,1898.6746,0.1445941,0.474603,54.793816,6.112251,3.8504136,5.602992,9.968119,132.11678,46.109512,109.515884,721.69775,216.38379,1929.0953,1783.5764,14.293764,26.539225,12187.545,8.4035845,61.407032,596.97986,106.127556,155.09308,69.148994,353.30933,906.8272,407.79504,14.057873,82.05985,1050.6522,1953.899,42.054806,562.19196,40.566288,1.061709,60.453484,1.118088,0.6736884,3.0602944,34.899204,115.66202,274.97305,17.868162,3448.371,290.70743,105.05466,158.49261,78.00691,96.34711,55.797714,5.9492607,98.74059,644.263,186.02055,106.72121,88.67784,18.47285,81.417244,86.37836,45.976944,844.13043,173.3436,3949.7615,36.269886,3544.505,79.008286,431.88388,2437.53,78.82115,9.3994875,1510.6102,1490.9744,4912.897,129.71883 +2023-07-10 03:00:00,0.0,16763.994,203.97668,21.447857,35.440464,23.99299,169.42639,24.471983,33.44155,19.799608,22.27914,674.2739,427.3755,9.8367405,130.9677,13.309609,1.2562222,24.152975,19.259535,1.5743915,342.53165,0.34365216,314.32822,47.454956,0.50604004,2.6986647,107.63317,20.554901,62.7621,125.58463,20327.31,0.49896997,1519.6708,0.92421615,0.56023985,0.29561073,1.7465671,154.69324,197.91281,27.769672,206.39415,22.826637,48.15377,1627.7776,3.5474246,211.64558,149.71188,346.19763,142.47752,366.5703,23.593742,386.7252,0.0,2613.1226,15056.196,26.88792,411.64917,134.51143,44443.61,131.94304,21.95445,149.97388,328.54562,54.286438,20.708023,228.06557,2113.503,349.37274,145.13754,18.578657,13.639182,436.35574,62.00933,1600.5131,126.73307,2238.6824,239.93507,363.6295,92.12051,283.52542,7.8755174,13.139079,25.695976,3.8254118,3.3561745,64.56491,57.92105,67.9838,18.895994,25.293636,247.06198,7.781842,2987.7095,101.05049,58.68246,118.10226,110.749504,214.88455,133.51924,108.991936,28.205496,44.52019,115.2914,311.1,751.0161,123.84435,434.3653,89.03265,110.26254,296.8771,324.46008,953.64557,293.32806,3.829502,18.745464,9.827043,40.994724,16628.654,4.49107,14.415585,24.47863,45.526787,516.8967,81.511696,187.55992,3.1322687,216.53539,518.8257,345.801,125.15965,389.54105,30.738977,75.71539,240.81337,12.802273,1.7847328,11.906504,1897.4939,0.14447586,0.4742755,54.781353,6.116763,3.850186,5.5999117,9.963321,132.04778,46.08725,109.47208,721.41614,216.421,1929.3092,1783.7693,14.299194,26.547546,12185.431,8.402491,61.421707,597.18036,106.178024,155.1372,69.16986,353.4242,906.6438,407.842,14.065149,82.091934,1050.6876,1954.176,42.068478,562.2922,40.582226,1.061774,60.45692,1.1180894,0.6737158,3.0604608,34.91981,115.67671,274.9376,17.870632,3447.9634,290.8246,105.09543,158.5373,78.013824,96.34526,55.793346,5.9620633,98.752014,644.5645,186.13336,106.77151,88.73808,18.454033,81.52794,86.454636,45.959534,843.9251,173.35437,3949.1514,36.26216,3543.5044,79.00777,431.8601,2437.1907,78.82814,9.399638,1509.9625,1489.924,4910.183,129.64523 +2023-07-10 04:00:00,0.0,16765.623,204.18146,21.455967,35.438393,24.003271,169.41272,24.471321,33.439484,19.79984,22.276077,674.6783,427.03574,9.834494,130.96796,13.297801,1.2549819,24.158413,19.241766,1.5757507,342.51,0.3434588,314.3524,47.445152,0.50679237,2.698476,107.631615,20.545492,62.710278,125.53389,20340.766,0.49826208,1519.7515,0.92330086,0.55969,0.29526028,1.7444341,154.66919,197.83727,27.763712,206.37769,22.82274,48.22163,1628.8164,3.5456789,211.85237,149.80635,346.23193,142.47514,366.50818,23.61374,386.9685,0.0,2612.7063,15054.394,26.909546,411.87708,134.54784,44441.605,131.9433,21.969082,150.01163,328.7829,54.3186,20.72765,228.1435,2113.5671,349.3599,145.21489,18.592306,13.647014,436.25226,62.030724,1599.8811,126.65377,2239.1208,239.80054,363.6863,92.09221,283.23383,7.8735266,13.1346655,25.676817,3.822882,3.3536735,64.571655,57.940056,67.99123,18.914114,25.300781,246.836,7.779975,2987.979,100.96449,58.716396,118.01081,110.7023,214.89696,133.44034,109.1129,28.180933,44.50644,115.25346,311.06332,750.6511,123.712364,434.0822,88.990524,110.30705,296.8322,324.65054,953.6672,293.07773,3.8300135,18.753092,9.824731,40.990986,16633.209,4.4881325,14.424388,24.49086,45.493973,516.5502,81.444626,187.4505,3.1317902,216.36089,518.5872,345.67877,125.16507,389.78766,30.748745,75.76484,240.67006,12.798487,1.7843736,11.904488,1896.3134,0.14435762,0.473948,54.768887,6.1212754,3.8499587,5.596832,9.958523,131.97878,46.064987,109.42827,721.1345,216.4582,1929.5232,1783.9622,14.304624,26.55587,12183.316,8.401397,61.43638,597.3809,106.22849,155.18132,69.19073,353.53906,906.4603,407.88898,14.072427,82.124016,1050.723,1954.453,42.082146,562.39246,40.598164,1.061839,60.46036,1.1180907,0.6737431,3.060627,34.940422,115.6914,274.90216,17.8731,3447.5554,290.94174,105.1362,158.58199,78.02074,96.343414,55.78898,5.974866,98.76344,644.86597,186.24617,106.82181,88.79833,18.435215,81.63863,86.530914,45.942123,843.7198,173.36516,3948.5413,36.254433,3542.5042,79.007256,431.8363,2436.8513,78.83513,9.399789,1509.3147,1488.8734,4907.469,129.57164 +2023-07-10 05:00:00,0.0,16767.254,204.38623,21.464079,35.43632,24.01355,169.39906,24.47066,33.43742,19.800074,22.273014,675.0827,426.69598,9.832246,130.9682,13.285994,1.2537414,24.163853,19.223997,1.5771098,342.48837,0.3432654,314.3766,47.435345,0.50754476,2.6982875,107.63005,20.536083,62.658455,125.48315,20354.22,0.49755418,1519.8322,0.9223855,0.5591401,0.29490983,1.742301,154.64514,197.76173,27.757753,206.36122,22.818844,48.28949,1629.8552,3.5439334,212.05916,149.9008,346.26624,142.47275,366.44608,23.633741,387.2118,0.0,2612.29,15052.591,26.931173,412.105,134.58424,44439.6,131.94356,21.983715,150.04936,329.02014,54.35076,20.747274,228.22142,2113.631,349.34702,145.29225,18.605955,13.654846,436.14877,62.052116,1599.2491,126.57446,2239.5593,239.66599,363.74316,92.06392,282.94223,7.871536,13.130252,25.657658,3.820352,3.3511724,64.57841,57.959053,67.99866,18.932234,25.307926,246.61003,7.778108,2988.2485,100.8785,58.750336,117.91936,110.65509,214.90936,133.36145,109.23387,28.156368,44.492687,115.21552,311.0266,750.28613,123.580376,433.79916,88.9484,110.35156,296.78732,324.841,953.6888,292.8274,3.830525,18.76072,9.822419,40.987247,16637.764,4.485195,14.433191,24.503092,45.46116,516.2036,81.377556,187.34106,3.131312,216.18639,518.3488,345.55655,125.17049,390.03427,30.758512,75.81429,240.52673,12.7947,1.7840145,11.902472,1895.1328,0.14423938,0.47362047,54.756424,6.1257873,3.8497312,5.593752,9.953725,131.90977,46.04273,109.38445,720.8528,216.4954,1929.737,1784.1549,14.310054,26.564192,12181.202,8.400302,61.451054,597.5814,106.27897,155.22545,69.21159,353.65393,906.2769,407.9359,14.079704,82.15609,1050.7583,1954.73,42.095818,562.49274,40.6141,1.061904,60.4638,1.1180922,0.6737704,3.0607932,34.961033,115.706085,274.8667,17.875568,3447.1475,291.0589,105.17697,158.62668,78.02765,96.34157,55.78461,5.987668,98.774864,645.1675,186.35896,106.8721,88.858574,18.416399,81.74933,86.60719,45.924713,843.51447,173.37593,3947.9312,36.246708,3541.5037,79.006744,431.81253,2436.5122,78.84212,9.39994,1508.667,1487.823,4904.755,129.49805 +2023-07-10 06:00:00,0.0,16768.883,204.59102,21.472189,35.43425,24.02383,169.38539,24.469997,33.435356,19.800304,22.269953,675.4871,426.3562,9.829998,130.96846,13.274186,1.252501,24.16929,19.206226,1.5784689,342.46674,0.34307206,314.40076,47.425537,0.50829715,2.698099,107.628494,20.526676,62.606632,125.43241,20367.674,0.4968463,1519.9128,0.92147017,0.5585902,0.29455942,1.740168,154.62111,197.6862,27.751793,206.34476,22.814947,48.35735,1630.8942,3.5421877,212.26593,149.99525,346.30054,142.47037,366.38394,23.653742,387.45508,0.0,2611.874,15050.788,26.952799,412.33295,134.62065,44437.598,131.94382,21.998346,150.0871,329.2574,54.38292,20.766901,228.29935,2113.695,349.33417,145.3696,18.619604,13.662678,436.0453,62.073513,1598.6171,126.49516,2239.9978,239.53145,363.8,92.03562,282.65063,7.869545,13.125838,25.638498,3.817822,3.3486714,64.58515,57.978058,68.00608,18.950354,25.315071,246.38406,7.776241,2988.5183,100.7925,58.784275,117.82791,110.60788,214.92178,133.28255,109.354836,28.131805,44.478935,115.17758,310.98993,749.92114,123.44839,433.5161,88.90627,110.39608,296.74243,325.03146,953.71045,292.57706,3.8310363,18.768347,9.820107,40.983505,16642.318,4.482258,14.441996,24.515324,45.428345,515.85706,81.310486,187.23163,3.1308334,216.0119,518.11035,345.43436,125.1759,390.28088,30.76828,75.86375,240.38342,12.790914,1.7836553,11.900455,1893.9521,0.14412114,0.47329298,54.743958,6.1302996,3.8495038,5.590672,9.948927,131.84077,46.020466,109.340645,720.57117,216.53262,1929.951,1784.3478,14.315484,26.572514,12179.088,8.399208,61.465725,597.7819,106.32944,155.26956,69.23246,353.76883,906.09344,407.98288,14.086982,82.18817,1050.7937,1955.007,42.109486,562.593,40.63004,1.0619689,60.467236,1.1180935,0.6737978,3.0609596,34.981644,115.72077,274.83127,17.878036,3446.7395,291.1761,105.21774,158.67137,78.03456,96.339714,55.780243,6.0004706,98.78629,645.469,186.47177,106.9224,88.91882,18.397581,81.86002,86.683464,45.907303,843.30914,173.3867,3947.3213,36.238983,3540.5034,79.00623,431.78873,2436.1729,78.849106,9.40009,1508.0192,1486.7726,4902.041,129.42444 +2023-07-10 07:00:00,0.0,16770.512,204.7958,21.4803,35.43218,24.034111,169.37172,24.469336,33.43329,19.800537,22.26689,675.89154,426.01645,9.82775,130.9687,13.262378,1.2512605,24.174728,19.188457,1.579828,342.4451,0.34287867,314.42493,47.415733,0.50904953,2.6979103,107.62694,20.517267,62.554813,125.38167,20381.129,0.4961384,1519.9935,0.9205548,0.55804026,0.29420897,1.738035,154.59706,197.61066,27.745832,206.3283,22.81105,48.42521,1631.933,3.5404422,212.47272,150.08972,346.3348,142.46797,366.32184,23.673742,387.6984,0.0,2611.4575,15048.984,26.974426,412.56085,134.65706,44435.594,131.94408,22.012978,150.12483,329.49466,54.41508,20.786526,228.37727,2113.7593,349.32132,145.44696,18.633251,13.670509,435.9418,62.094906,1597.9851,126.41586,2240.4363,239.39691,363.85684,92.00733,282.35904,7.867554,13.121425,25.619339,3.8152921,3.3461704,64.591896,57.99706,68.01351,18.968473,25.322218,246.1581,7.7743735,2988.7878,100.70651,58.81821,117.736465,110.56067,214.93419,133.20364,109.47581,28.10724,44.465183,115.13965,310.95325,749.55615,123.3164,433.23303,88.86415,110.44059,296.69754,325.22192,953.73206,292.32672,3.8315477,18.775974,9.817796,40.979767,16646.871,4.4793205,14.450799,24.527554,45.39553,515.51056,81.243416,187.1222,3.1303551,215.8374,517.8719,345.31213,125.18132,390.5275,30.778046,75.9132,240.2401,12.7871275,1.7832961,11.898439,1892.7716,0.1440029,0.47296545,54.731495,6.134812,3.8492763,5.5875916,9.944129,131.77177,45.998203,109.29684,720.28955,216.56982,1930.1649,1784.5405,14.320914,26.580835,12176.974,8.398114,61.480396,597.9824,106.379906,155.31367,69.25333,353.8837,905.91003,408.02982,14.094259,82.22025,1050.8291,1955.2839,42.123158,562.6933,40.64598,1.0620339,60.470673,1.1180949,0.67382514,3.0611258,35.00225,115.73546,274.79584,17.880507,3446.3315,291.29324,105.258514,158.71606,78.04147,96.33787,55.775875,6.0132732,98.797714,645.77045,186.58458,106.9727,88.979065,18.378763,81.97072,86.75974,45.889893,843.10376,173.39748,3946.7112,36.231255,3539.503,79.00572,431.76495,2435.8335,78.856094,9.400241,1507.3715,1485.7222,4899.327,129.35085 +2023-07-10 08:00:00,0.0,16772.143,205.00058,21.48841,35.430107,24.04439,169.35806,24.468676,33.431225,19.800768,22.263826,676.2959,425.67667,9.825502,130.96896,13.25057,1.2500201,24.180168,19.170689,1.5811871,342.42343,0.3426853,314.4491,47.405926,0.5098019,2.697722,107.62538,20.507858,62.50299,125.330925,20394.584,0.4954305,1520.0742,0.9196395,0.5574904,0.29385853,1.7359018,154.57303,197.53513,27.739872,206.31183,22.807154,48.49307,1632.9718,3.5386968,212.6795,150.18417,346.36908,142.46559,366.2597,23.693743,387.94168,0.0,2611.0415,15047.182,26.996052,412.7888,134.69347,44433.59,131.94434,22.027609,150.16257,329.73193,54.447243,20.806152,228.4552,2113.8232,349.30847,145.5243,18.6469,13.678341,435.83832,62.1163,1597.353,126.33656,2240.8745,239.26236,363.9137,91.979034,282.0674,7.8655634,13.11701,25.60018,3.8127623,3.3436694,64.59865,58.01606,68.02094,18.986591,25.329363,245.93213,7.772506,2989.0574,100.620514,58.85215,117.64502,110.51346,214.9466,133.12476,109.59677,28.082676,44.451435,115.10171,310.91653,749.19116,123.18441,432.94998,88.82202,110.48511,296.65265,325.41238,953.75366,292.0764,3.8320591,18.783602,9.815484,40.97603,16651.426,4.476383,14.459603,24.539785,45.362717,515.164,81.176346,187.01276,3.1298766,215.6629,517.6334,345.1899,125.18674,390.7741,30.787813,75.962654,240.09679,12.783341,1.7829369,11.896423,1891.5911,0.14388466,0.47263795,54.71903,6.139324,3.8490489,5.5845118,9.939331,131.70277,45.97594,109.25303,720.0078,216.60704,1930.3788,1784.7334,14.3263445,26.589157,12174.86,8.397019,61.49507,598.1829,106.430374,155.3578,69.27419,353.99857,905.72656,408.07678,14.101536,82.25233,1050.8645,1955.5609,42.13683,562.7935,40.66192,1.0620989,60.474113,1.1180964,0.6738525,3.0612922,35.02286,115.75015,274.76038,17.882975,3445.9236,291.4104,105.29928,158.76076,78.048386,96.33602,55.771507,6.0260754,98.80914,646.07196,186.69739,107.023,89.039314,18.359947,82.08141,86.83602,45.872482,842.89844,173.40825,3946.101,36.22353,3538.5027,79.0052,431.74115,2435.4944,78.86309,9.400392,1506.7236,1484.6716,4896.6133,129.27725 +2023-07-10 09:00:00,0.0,16773.771,205.20535,21.496523,35.428036,24.05467,169.34439,24.468014,33.429157,19.801,22.260763,676.7003,425.3369,9.823255,130.96921,13.238763,1.2487797,24.185606,19.15292,1.5825464,342.4018,0.34249195,314.47327,47.39612,0.51055425,2.6975334,107.623825,20.49845,62.451168,125.28018,20408.04,0.49472257,1520.1549,0.9187242,0.5569405,0.29350808,1.7337688,154.54898,197.45958,27.733912,206.29536,22.803257,48.56093,1634.0107,3.536951,212.88629,150.27864,346.40338,142.46321,366.19757,23.713741,388.18497,0.0,2610.6255,15045.379,27.01768,413.01672,134.72987,44431.586,131.9446,22.042242,150.2003,329.96918,54.479404,20.825777,228.53313,2113.8875,349.29562,145.60167,18.66055,13.6861725,435.7348,62.13769,1596.7211,126.25726,2241.313,239.12782,363.97052,91.950745,281.77582,7.8635726,13.1125965,25.58102,3.8102322,3.3411684,64.60539,58.03506,68.028366,19.004711,25.336508,245.70616,7.770639,2989.327,100.53452,58.88609,117.553566,110.46625,214.959,133.04585,109.71774,28.058113,44.437683,115.06377,310.87985,748.82623,123.05242,432.66693,88.77989,110.52962,296.60776,325.6028,953.7753,291.82605,3.8325706,18.791231,9.813172,40.972286,16655.98,4.4734464,14.468407,24.552017,45.3299,514.81744,81.109276,186.90332,3.1293983,215.4884,517.39496,345.0677,125.192154,391.0207,30.79758,76.0121,239.95346,12.779554,1.7825776,11.894406,1890.4104,0.14376643,0.47231045,54.706566,6.1438365,3.8488214,5.581432,9.934533,131.63379,45.953682,109.20922,719.7262,216.64424,1930.5928,1784.9263,14.331775,26.59748,12172.746,8.3959255,61.509743,598.3834,106.48085,155.40192,69.29506,354.11343,905.54315,408.12375,14.108813,82.28441,1050.8998,1955.8379,42.150497,562.8938,40.677856,1.0621638,60.47755,1.1180977,0.67387986,3.0614583,35.043472,115.76484,274.72495,17.885443,3445.5159,291.52756,105.34005,158.80545,78.0553,96.334175,55.767136,6.038878,98.820564,646.3734,186.8102,107.073296,89.099556,18.34113,82.19211,86.9123,45.85507,842.6931,173.41904,3945.491,36.2158,3537.5024,79.00469,431.71735,2435.155,78.87008,9.400542,1506.0759,1483.6212,4893.899,129.20366 +2023-07-10 10:00:00,0.0,16775.4,205.41014,21.504633,35.425964,24.06495,169.33072,24.467352,33.427094,19.801231,22.2577,677.10474,424.99713,9.821007,130.96947,13.226954,1.2475393,24.191046,19.13515,1.5839055,342.38016,0.34229857,314.49744,47.38631,0.51130664,2.6973448,107.62227,20.48904,62.399345,125.22944,20421.492,0.49401468,1520.2356,0.91780883,0.5563906,0.29315764,1.7316357,154.52495,197.38405,27.727953,206.2789,22.79936,48.628788,1635.0496,3.5352056,213.09306,150.3731,346.43768,142.46082,366.13547,23.733742,388.42828,0.0,2610.209,15043.576,27.039305,413.24463,134.76628,44429.582,131.94485,22.056873,150.23804,330.20642,54.511566,20.845404,228.61105,2113.9514,349.28278,145.67902,18.674198,13.694004,435.63132,62.15909,1596.0891,126.17796,2241.7515,238.99327,364.02737,91.922455,281.48422,7.861582,13.108183,25.561861,3.8077023,3.3386674,64.612144,58.05406,68.0358,19.022831,25.343653,245.4802,7.7687716,2989.5967,100.448524,58.92003,117.46212,110.41904,214.97142,132.96696,109.83871,28.033548,44.42393,115.025826,310.84314,748.46124,122.92043,432.38388,88.73777,110.574135,296.56287,325.79327,953.79694,291.5757,3.833082,18.798859,9.81086,40.968548,16660.533,4.470509,14.477211,24.564247,45.297085,514.4709,81.042206,186.79388,3.1289198,215.31392,517.1565,344.9455,125.19757,391.2673,30.807348,76.061554,239.81015,12.775768,1.7822185,11.89239,1889.2299,0.14364819,0.47198293,54.6941,6.148349,3.848594,5.578352,9.929736,131.56479,45.93142,109.16541,719.4445,216.68144,1930.8066,1785.119,14.337205,26.605803,12170.632,8.394832,61.524418,598.5839,106.53132,155.44604,69.315926,354.2283,905.3597,408.1707,14.116091,82.31649,1050.9352,1956.1149,42.16417,562.9941,40.693794,1.0622288,60.480988,1.1180991,0.6739072,3.0616248,35.064083,115.779526,274.68948,17.887913,3445.108,291.6447,105.38082,158.85013,78.06221,96.33233,55.762768,6.05168,98.831985,646.6749,186.923,107.1236,89.1598,18.322311,82.3028,86.98858,45.837658,842.4878,173.42981,3944.8809,36.208076,3536.502,79.00418,431.69357,2434.8157,78.87707,9.400693,1505.4281,1482.5708,4891.185,129.13007 +2023-07-10 11:00:00,0.0,16777.03,205.61493,21.512745,35.423893,24.075232,169.31706,24.46669,33.42503,19.801464,22.254637,677.50916,424.65738,9.818759,130.96971,13.215147,1.2462989,24.196484,19.117382,1.5852646,342.35852,0.3421052,314.5216,47.376507,0.51205903,2.6971562,107.620705,20.479631,62.347523,125.1787,20434.947,0.4933068,1520.3163,0.9168935,0.55584073,0.29280722,1.7295028,154.5009,197.3085,27.721992,206.26244,22.795464,48.696648,1636.0884,3.53346,213.29985,150.46754,346.47195,142.45844,366.07333,23.753742,388.67157,0.0,2609.793,15041.772,27.060932,413.47256,134.80269,44427.58,131.94511,22.071505,150.27577,330.4437,54.543724,20.865028,228.68898,2114.0156,349.2699,145.75638,18.687845,13.701836,435.52783,62.18048,1595.457,126.09866,2242.19,238.85873,364.08423,91.89416,281.19263,7.859591,13.103769,25.542702,3.8051724,3.3361664,64.61889,58.073063,68.04322,19.04095,25.3508,245.25423,7.7669044,2989.8662,100.36253,58.953964,117.370674,110.371826,214.98383,132.88806,109.95968,28.008986,44.41018,114.98789,310.80646,748.09625,122.78844,432.1008,88.69564,110.618645,296.51797,325.98373,953.81854,291.32538,3.8335934,18.806486,9.808548,40.96481,16665.088,4.4675717,14.486014,24.576479,45.26427,514.1243,80.975136,186.68445,3.1284416,215.13942,516.9181,344.82327,125.20299,391.51392,30.817114,76.11101,239.66682,12.771982,1.7818593,11.890374,1888.0493,0.14352995,0.47165543,54.681637,6.152861,3.8483665,5.5752716,9.924938,131.49579,45.909157,109.121605,719.1629,216.71866,1931.0206,1785.3119,14.342635,26.614124,12168.518,8.393737,61.53909,598.7844,106.58179,155.49016,69.33679,354.3432,905.1763,408.21765,14.123368,82.348564,1050.9706,1956.3918,42.177837,563.09436,40.709736,1.0622938,60.484425,1.1181004,0.6739346,3.061791,35.08469,115.79421,274.65405,17.89038,3444.7,291.76187,105.42159,158.89482,78.06912,96.330475,55.7584,6.0644827,98.843414,646.97644,187.03581,107.1739,89.22005,18.303495,82.4135,87.06485,45.820248,842.2825,173.44058,3944.271,36.20035,3535.5017,79.00367,431.66977,2434.4766,78.884056,9.400844,1504.7803,1481.5203,4888.471,129.05647 +2023-07-10 12:00:00,0.0,16778.66,205.8197,21.520855,35.42182,24.08551,169.30339,24.466028,33.422962,19.801695,22.251574,677.9135,424.31763,9.816511,130.96997,13.203339,1.2450584,24.201921,19.099613,1.5866237,342.33688,0.34191182,314.54578,47.3667,0.5128114,2.6969676,107.61915,20.470224,62.2957,125.12796,20448.402,0.4925989,1520.397,0.9159782,0.5552908,0.29245678,1.7273697,154.47685,197.23297,27.716032,206.24597,22.791567,48.76451,1637.1273,3.5317144,213.50664,150.56201,346.50626,142.45605,366.01123,23.773743,388.91486,0.0,2609.3767,15039.97,27.082558,413.7005,134.8391,44425.574,131.94537,22.086136,150.31352,330.68097,54.575886,20.884653,228.76689,2114.0796,349.25705,145.83372,18.701494,13.709668,435.42435,62.201874,1594.8251,126.019356,2242.6284,238.7242,364.14108,91.86587,280.901,7.8576,13.099356,25.523542,3.8026426,3.3336654,64.62564,58.092064,68.05065,19.05907,25.357944,245.02826,7.765037,2990.1357,100.276535,58.987904,117.27922,110.324615,214.99623,132.80916,110.08064,27.98442,44.39643,114.94995,310.76978,747.73126,122.65645,431.81775,88.65352,110.663155,296.47308,326.1742,953.8402,291.07504,3.8341048,18.814114,9.806236,40.961067,16669.643,4.4646344,14.494818,24.58871,45.231457,513.7778,80.908066,186.57501,3.127963,214.96492,516.6796,344.70105,125.208405,391.76053,30.826881,76.16046,239.52351,12.768196,1.7815001,11.888358,1886.8687,0.14341171,0.4713279,54.66917,6.1573734,3.848139,5.5721917,9.92014,131.42679,45.886898,109.0778,718.8813,216.75586,1931.2345,1785.5046,14.348064,26.622446,12166.403,8.392643,61.553764,598.9849,106.632256,155.53429,69.35766,354.45807,904.9928,408.2646,14.130645,82.380646,1051.006,1956.6688,42.19151,563.19464,40.725674,1.0623587,60.487865,1.1181018,0.67396194,3.0619574,35.1053,115.8089,274.6186,17.892849,3444.292,291.87903,105.462364,158.93951,78.076035,96.32863,55.754032,6.0772853,98.854836,647.2779,187.14862,107.22419,89.28029,18.284678,82.52419,87.14113,45.802837,842.0771,173.45135,3943.661,36.192623,3534.5012,79.00316,431.646,2434.1372,78.891045,9.400994,1504.1326,1480.4698,4885.7573,128.98288 +2023-07-10 13:00:00,0.0,16780.29,206.02448,21.528967,35.41975,24.09579,169.28972,24.465366,33.4209,19.801928,22.248512,678.31793,423.97784,9.814263,130.97021,13.191531,1.243818,24.207361,19.081842,1.5879829,342.31525,0.34171847,314.56995,47.35689,0.5135638,2.6967793,107.61759,20.460815,62.24388,125.07722,20461.855,0.491891,1520.4777,0.91506284,0.5547409,0.29210633,1.7252367,154.45282,197.15744,27.710072,206.2295,22.78767,48.83237,1638.1661,3.5299687,213.71342,150.65646,346.54053,142.45366,365.9491,23.793741,389.15817,0.0,2608.9604,15038.167,27.104185,413.9284,134.8755,44423.57,131.94563,22.100769,150.35126,330.9182,54.608047,20.90428,228.84482,2114.1436,349.2442,145.91107,18.715143,13.7175,435.32086,62.223267,1594.193,125.940056,2243.0667,238.58965,364.1979,91.83757,280.6094,7.8556094,13.094942,25.504383,3.8001125,3.3311641,64.632385,58.111065,68.058075,19.077188,25.36509,244.80228,7.76317,2990.4055,100.190544,59.021843,117.187775,110.277405,215.00865,132.73027,110.201614,27.959856,44.38268,114.91201,310.73306,747.3663,122.52446,431.5347,88.61139,110.70767,296.42822,326.36465,953.8618,290.8247,3.8346162,18.821741,9.803925,40.95733,16674.197,4.461697,14.503622,24.60094,45.198643,513.4313,80.840996,186.46558,3.1274846,214.79042,516.44116,344.57883,125.21382,392.00714,30.836649,76.209915,239.38019,12.764409,1.7811409,11.886342,1885.6881,0.14329347,0.4710004,54.656704,6.1618857,3.8479116,5.569112,9.915342,131.35779,45.864635,109.03399,718.5996,216.79306,1931.4484,1785.6975,14.353495,26.630768,12164.289,8.391549,61.568436,599.1854,106.68273,155.5784,69.378525,354.57294,904.8094,408.31155,14.137922,82.41273,1051.0413,1956.9458,42.20518,563.29486,40.74161,1.0624237,60.491302,1.1181031,0.6739893,3.0621235,35.12591,115.82359,274.58316,17.895317,3443.884,291.9962,105.503136,158.9842,78.08295,96.32678,55.749664,6.0900874,98.866264,647.5794,187.26143,107.27449,89.34054,18.265862,82.63489,87.21741,45.785427,841.87177,173.46214,3943.0508,36.1849,3533.501,79.00264,431.6222,2433.7979,78.89803,9.401145,1503.4847,1479.4194,4883.0435,128.90929 +2023-07-10 14:00:00,0.0,16781.918,206.22926,21.537077,35.41768,24.106071,169.27606,24.464705,33.418835,19.80216,22.24545,678.72235,423.6381,9.812016,130.97047,13.179724,1.2425776,24.2128,19.064074,1.589342,342.29358,0.3415251,314.59412,47.347088,0.51431614,2.6965907,107.616035,20.451406,62.19206,125.026474,20475.31,0.4911831,1520.5583,0.9141475,0.55419105,0.29175588,1.7231035,154.42877,197.0819,27.704111,206.21304,22.783775,48.90023,1639.205,3.5282233,213.9202,150.75093,346.57483,142.45128,365.887,23.813742,389.40146,0.0,2608.5444,15036.364,27.12581,414.15634,134.91191,44421.566,131.94589,22.1154,150.38899,331.15546,54.64021,20.923904,228.92274,2114.2078,349.23135,145.98843,18.728792,13.725331,435.21738,62.244663,1593.561,125.860756,2243.5051,238.45511,364.25476,91.80928,280.3178,7.853619,13.090528,25.485224,3.7975826,3.328663,64.63914,58.130066,68.065506,19.095308,25.372234,244.57631,7.7613025,2990.675,100.104546,59.05578,117.09633,110.230194,215.02106,132.65137,110.32258,27.935293,44.368927,114.87408,310.69638,747.0013,122.39247,431.25162,88.56927,110.75218,296.38333,326.5551,953.8834,290.57437,3.8351276,18.829369,9.801613,40.95359,16678.75,4.45876,14.512425,24.613173,45.16583,513.0847,80.773926,186.35614,3.1270063,214.61592,516.2027,344.45663,125.21924,392.25375,30.846415,76.25936,239.23688,12.760623,1.7807817,11.884326,1884.5074,0.14317523,0.4706729,54.64424,6.166398,3.8476841,5.566032,9.910544,131.28879,45.842373,108.99018,718.31793,216.83028,1931.6624,1785.8903,14.358925,26.639091,12162.175,8.390455,61.583107,599.3859,106.7332,155.62251,69.39939,354.6878,904.6259,408.35852,14.1452,82.4448,1051.0767,1957.2228,42.21885,563.39514,40.75755,1.0624887,60.49474,1.1181046,0.67401665,3.06229,35.146523,115.83828,274.54773,17.897787,3443.476,292.11334,105.54391,159.0289,78.08986,96.324936,55.745296,6.10289,98.877686,647.88086,187.37424,107.32479,89.40078,18.247044,82.74558,87.293686,45.768017,841.66644,173.47292,3942.4407,36.17717,3532.5005,79.00213,431.59842,2433.4587,78.90502,9.401296,1502.837,1478.3689,4880.329,128.8357 +2023-07-10 15:00:00,0.0,16783.549,206.43405,21.545189,35.415607,24.11635,169.26239,24.464043,33.416767,19.802391,22.242386,679.1268,423.2983,9.809768,130.97072,13.167915,1.2413372,24.218239,19.046305,1.5907011,342.27194,0.34133172,314.6183,47.33728,0.51506853,2.696402,107.61448,20.441998,62.140236,124.97574,20488.766,0.49047518,1520.639,0.9132322,0.55364114,0.29140544,1.7209705,154.40474,197.00636,27.698153,206.19658,22.779879,48.96809,1640.2439,3.5264776,214.12698,150.84538,346.60913,142.4489,365.82486,23.833742,389.64474,0.0,2608.128,15034.561,27.147438,414.38428,134.94832,44419.566,131.94615,22.130032,150.42673,331.39273,54.672367,20.943531,229.00067,2114.2717,349.2185,146.06578,18.74244,13.733163,435.1139,62.266056,1592.929,125.781456,2243.9436,238.32056,364.3116,91.78099,280.0262,7.8516283,13.086114,25.466064,3.7950528,3.326162,64.64588,58.149067,68.07293,19.113428,25.379381,244.35034,7.7594357,2990.9446,100.018555,59.089718,117.00488,110.18298,215.03346,132.57248,110.44355,27.910728,44.355175,114.836136,310.65967,746.6363,122.26048,430.96857,88.52714,110.7967,296.33844,326.74557,953.9051,290.32404,3.835639,18.836996,9.799301,40.94985,16683.305,4.4558225,14.52123,24.625404,45.133015,512.73816,80.706856,186.2467,3.1265278,214.44144,515.96423,344.3344,125.224655,392.50037,30.856182,76.308815,239.09355,12.756837,1.7804226,11.88231,1883.3269,0.14305699,0.47034538,54.631775,6.1709104,3.8474567,5.5629516,9.905746,131.21979,45.820114,108.94637,718.03625,216.86748,1931.8762,1786.0831,14.364355,26.647413,12160.062,8.38936,61.597782,599.5864,106.78367,155.66664,69.42026,354.80267,904.4425,408.40546,14.152477,82.47688,1051.112,1957.4998,42.23252,563.4954,40.773487,1.0625536,60.498177,1.1181059,0.674044,3.0624561,35.16713,115.85297,274.51227,17.900255,3443.0684,292.2305,105.58468,159.0736,78.09678,96.32308,55.74093,6.115692,98.889114,648.1824,187.48705,107.375084,89.46102,18.228226,82.85628,87.36996,45.750607,841.4611,173.48369,3941.8308,36.169445,3531.5002,79.00162,431.57462,2433.1194,78.91201,9.401446,1502.1892,1477.3185,4877.615,128.7621 +2023-07-10 16:00:00,0.0,16785.178,206.63882,21.553299,35.413536,24.12663,169.24872,24.46338,33.414703,19.802624,22.239323,679.5311,422.95856,9.80752,130.97098,13.156108,1.2400967,24.223677,19.028536,1.5920602,342.2503,0.34113836,314.64246,47.327473,0.5158209,2.6962135,107.612915,20.432589,62.088413,124.924995,20502.219,0.48976728,1520.7197,0.91231686,0.5530912,0.291055,1.7188375,154.38069,196.93082,27.692192,206.18011,22.775982,49.03595,1641.2827,3.524732,214.33377,150.93983,346.6434,142.4465,365.76276,23.853743,389.88806,0.0,2607.712,15032.758,27.169064,414.61218,134.98473,44417.562,131.94641,22.144663,150.46446,331.63,54.70453,20.963156,229.0786,2114.336,349.20566,146.14314,18.756088,13.740994,435.0104,62.28745,1592.297,125.702156,2244.382,238.18602,364.36847,91.75269,279.7346,7.8496375,13.0817,25.446907,3.7925227,3.323661,64.65263,58.168068,68.08036,19.131548,25.386526,244.12437,7.7575684,2991.214,99.932556,59.123657,116.91343,110.13578,215.04588,132.49358,110.564514,27.886166,44.341423,114.798195,310.623,746.2713,122.128494,430.68552,88.485016,110.84121,296.29355,326.93604,953.9267,290.07367,3.8361506,18.844624,9.796989,40.94611,16687.86,4.452885,14.530033,24.637634,45.1002,512.3916,80.639786,186.13727,3.1260495,214.26694,515.72577,344.2122,125.23007,392.74698,30.86595,76.35827,238.95024,12.753051,1.7800633,11.880294,1882.1464,0.14293875,0.47001788,54.619312,6.1754227,3.8472292,5.5598717,9.900949,131.15079,45.79785,108.902565,717.75464,216.9047,1932.0902,1786.276,14.369785,26.655735,12157.947,8.388267,61.612453,599.7869,106.83414,155.71075,69.44113,354.91757,904.25903,408.45242,14.159754,82.50896,1051.1475,1957.7767,42.24619,563.5957,40.78943,1.0626186,60.501617,1.1181073,0.6740714,3.0626225,35.18774,115.86765,274.47684,17.902723,3442.6604,292.34766,105.62544,159.11829,78.10369,96.321236,55.73656,6.1284947,98.900536,648.4839,187.59985,107.425385,89.52127,18.20941,82.96697,87.446236,45.733196,841.2558,173.49446,3941.2207,36.16172,3530.4998,79.00111,431.55084,2432.78,78.919,9.401597,1501.5415,1476.2681,4874.9014,128.6885 +2023-07-10 17:00:00,0.0,16786.807,206.8436,21.56141,35.411465,24.136911,169.23506,24.462719,33.412636,19.802855,22.23626,679.93555,422.6188,9.805272,130.97122,13.1443,1.2388563,24.229115,19.010767,1.5934193,342.22867,0.34094498,314.66663,47.31767,0.5165733,2.696025,107.61136,20.423182,62.03659,124.87425,20515.674,0.4890594,1520.8004,0.9114015,0.5525414,0.29070458,1.7167045,154.35664,196.85529,27.686232,206.16364,22.772085,49.10381,1642.3215,3.5229864,214.54054,151.0343,346.6777,142.44412,365.70062,23.873743,390.13135,0.0,2607.2957,15030.955,27.190691,414.84012,135.02113,44415.56,131.94669,22.159296,150.5022,331.86725,54.73669,20.982782,229.15652,2114.4,349.19278,146.22049,18.769737,13.748826,434.90692,62.30884,1591.665,125.622856,2244.8206,238.05147,364.4253,91.7244,279.443,7.8476467,13.077287,25.427748,3.7899928,3.32116,64.65938,58.187073,68.08779,19.149668,25.393671,243.8984,7.755701,2991.484,99.846565,59.157593,116.82198,110.08857,215.05829,132.41469,110.685486,27.8616,44.327675,114.760254,310.5863,745.9064,121.996506,430.40247,88.44289,110.88573,296.24866,327.1265,953.9483,289.82333,3.836662,18.852251,9.794678,40.94237,16692.412,4.449948,14.5388365,24.649866,45.067387,512.04504,80.572716,186.02783,3.125571,214.09244,515.48737,344.08997,125.23549,392.9936,30.875717,76.40772,238.80692,12.749264,1.7797041,11.878278,1880.9657,0.1428205,0.46969038,54.606846,6.179935,3.8470018,5.556792,9.896151,131.0818,45.77559,108.85876,717.47296,216.9419,1932.3041,1786.4688,14.375216,26.664057,12155.833,8.387173,61.62713,599.9874,106.88461,155.75488,69.462,355.03244,904.0756,408.49936,14.167031,82.54104,1051.1827,1958.0536,42.25986,563.696,40.805367,1.0626836,60.505054,1.1181086,0.67409873,3.0627887,35.20835,115.88235,274.44138,17.905193,3442.2524,292.4648,105.666214,159.16296,78.1106,96.31939,55.73219,6.1412973,98.911964,648.78534,187.71266,107.475685,89.58151,18.190592,83.07767,87.522514,45.715786,841.0504,173.50525,3940.6106,36.15399,3529.4995,79.00059,431.52704,2432.441,78.92599,9.401747,1500.8937,1475.2177,4872.1875,128.61491 +2023-07-10 18:00:00,0.0,16788.436,207.04839,21.56952,35.409393,24.14719,169.22139,24.462057,33.410572,19.803087,22.233196,680.33997,422.27902,9.803024,130.97148,13.132492,1.237616,24.234554,18.992998,1.5947785,342.20703,0.34075162,314.6908,47.30786,0.5173257,2.6958365,107.6098,20.413773,61.98477,124.82351,20529.129,0.4883515,1520.8811,0.91048616,0.55199146,0.29035413,1.7145714,154.33261,196.77974,27.680271,206.14717,22.768188,49.17167,1643.3605,3.521241,214.74733,151.12875,346.71198,142.44174,365.63852,23.893742,390.37463,0.0,2606.8794,15029.152,27.212317,415.06805,135.05754,44413.555,131.94695,22.173927,150.53993,332.1045,54.768852,21.002407,229.23445,2114.464,349.17993,146.29785,18.783386,13.756658,434.80344,62.330235,1591.033,125.54355,2245.2588,237.91693,364.48212,91.696106,279.1514,7.845656,13.072873,25.408588,3.787463,3.318659,64.66613,58.206078,68.095215,19.167786,25.400816,243.67244,7.753834,2991.7534,99.76057,59.191532,116.73054,110.04136,215.0707,132.33578,110.80645,27.837038,44.313923,114.72232,310.5496,745.5414,121.86452,430.1194,88.400764,110.93024,296.20377,327.31693,953.97,289.573,3.8371735,18.85988,9.792365,40.93863,16696.967,4.4470105,14.547641,24.662098,45.034573,511.69852,80.505646,185.9184,3.1250927,213.91794,515.2489,343.96777,125.240906,393.2402,30.885483,76.45718,238.6636,12.745478,1.7793449,11.876262,1879.7852,0.14270227,0.46936285,54.594383,6.1844473,3.8467743,5.553712,9.891354,131.0128,45.753326,108.81495,717.19135,216.9791,1932.518,1786.6616,14.380646,26.672379,12153.719,8.386078,61.6418,600.1879,106.93508,155.799,69.482864,355.1473,903.89215,408.54633,14.174309,82.57312,1051.2181,1958.3306,42.27353,563.7962,40.821304,1.0627486,60.50849,1.1181101,0.6741261,3.0629551,35.228962,115.89703,274.40594,17.907661,3441.8445,292.58197,105.706985,159.20766,78.117516,96.31754,55.72782,6.1540995,98.923386,649.08685,187.82547,107.525986,89.64176,18.171774,83.18836,87.59879,45.698376,840.8451,173.51602,3940.0005,36.146267,3528.499,79.00008,431.50327,2432.1016,78.932976,9.401897,1500.246,1474.1671,4869.473,128.54132 +2023-07-10 19:00:00,0.0,16790.066,207.25317,21.577633,35.407322,24.15747,169.20772,24.461395,33.40851,19.803318,22.230133,680.7444,421.93927,9.8007765,130.97173,13.120685,1.2363755,24.239992,18.975227,1.5961376,342.1854,0.34055826,314.71497,47.298054,0.518078,2.695648,107.608246,20.404364,61.93295,124.77277,20542.582,0.4876436,1520.9618,0.9095709,0.55144155,0.2900037,1.7124383,154.30856,196.70421,27.67431,206.1307,22.764292,49.23953,1644.3993,3.5194955,214.95412,151.2232,346.74628,142.43935,365.5764,23.913742,390.61795,0.0,2606.4634,15027.349,27.233944,415.29596,135.09396,44411.55,131.9472,22.188559,150.57767,332.34177,54.801014,21.022034,229.31238,2114.528,349.16708,146.3752,18.797035,13.76449,434.69995,62.35163,1590.401,125.46425,2245.6973,237.7824,364.539,91.667816,278.8598,7.843665,13.0684595,25.38943,3.784933,3.316158,64.672874,58.225075,68.102646,19.185905,25.407963,243.44647,7.7519665,2992.023,99.674576,59.22547,116.639084,109.99415,215.08311,132.25688,110.92742,27.812473,44.30017,114.68438,310.5129,745.1764,121.73253,429.83633,88.358635,110.97475,296.15887,327.5074,953.9916,289.32266,3.8376849,18.867508,9.790053,40.93489,16701.521,4.444073,14.556444,24.674328,45.00176,511.35196,80.438576,185.80896,3.1246142,213.74345,515.01044,343.84555,125.24632,393.48682,30.89525,76.50662,238.52028,12.741692,1.7789857,11.874246,1878.6046,0.14258403,0.46903536,54.581917,6.1889596,3.846547,5.5506315,9.886556,130.9438,45.731068,108.77114,716.90967,217.01631,1932.7319,1786.8544,14.386076,26.6807,12151.6045,8.384984,61.65647,600.3884,106.98555,155.84311,69.50373,355.26218,903.70874,408.5933,14.181586,82.605194,1051.2535,1958.6075,42.2872,563.8965,40.837242,1.0628135,60.51193,1.1181114,0.67415345,3.0631213,35.249573,115.91172,274.3705,17.91013,3441.4365,292.69916,105.74776,159.25235,78.12443,96.31569,55.723454,6.166902,98.934814,649.3883,187.93828,107.57628,89.702,18.152958,83.29906,87.675064,45.680965,840.6398,173.5268,3939.3904,36.13854,3527.4988,78.999565,431.47946,2431.7622,78.939964,9.402048,1499.5981,1473.1167,4866.7593,128.46771 +2023-07-10 20:00:00,0.0,16791.695,207.45795,21.585743,35.40525,24.167751,169.19406,24.460733,33.40644,19.80355,22.227072,681.1488,421.5995,9.798529,130.97198,13.108876,1.2351351,24.245432,18.957458,1.5974967,342.16373,0.34036487,314.73914,47.288246,0.5188304,2.6954594,107.60669,20.394955,61.881126,124.72203,20556.037,0.48693568,1521.0425,0.9086555,0.55089164,0.28965324,1.7103052,154.28453,196.62868,27.668352,206.11424,22.760395,49.30739,1645.4381,3.5177498,215.1609,151.31767,346.78058,142.43697,365.51428,23.933743,390.86124,0.0,2606.047,15025.546,27.25557,415.5239,135.13037,44409.547,131.94746,22.20319,150.61542,332.57904,54.83317,21.041658,229.3903,2114.592,349.15424,146.45256,18.810682,13.772322,434.59647,62.373024,1589.7689,125.38495,2246.1357,237.64784,364.59583,91.63952,278.56818,7.8416743,13.064045,25.37027,3.782403,3.313657,64.67963,58.24408,68.11007,19.204025,25.415108,243.22049,7.750099,2992.2927,99.58858,59.259407,116.54764,109.94694,215.09552,132.178,111.048386,27.787909,44.28642,114.64644,310.4762,744.8114,121.60054,429.55328,88.31651,111.019264,296.11398,327.69785,954.01324,289.07233,3.8381963,18.875135,9.787742,40.93115,16706.076,4.441136,14.5652485,24.68656,44.968945,511.00543,80.371506,185.69952,3.124136,213.56895,514.772,343.72333,125.25174,393.73343,30.905018,76.556076,238.37697,12.7379055,1.7786266,11.87223,1877.424,0.14246579,0.46870786,54.569454,6.193472,3.8463192,5.5475516,9.881758,130.8748,45.708805,108.72733,716.62805,217.05351,1932.9458,1787.0472,14.391505,26.689024,12149.49,8.38389,61.671146,600.5889,107.036026,155.88724,69.5246,355.37704,903.52527,408.64023,14.188863,82.637276,1051.2888,1958.8845,42.300873,563.99677,40.85318,1.0628785,60.515366,1.1181128,0.67418075,3.0632875,35.27018,115.92641,274.33505,17.912598,3441.0286,292.8163,105.78853,159.29704,78.13134,96.31384,55.719086,6.1797047,98.946236,649.6898,188.05107,107.62658,89.76225,18.13414,83.40975,87.75134,45.663555,840.43445,173.53757,3938.7805,36.130814,3526.4983,78.999054,431.45566,2431.423,78.94695,9.402199,1498.9504,1472.0663,4864.0454,128.39412 +2023-07-10 21:00:00,0.0,16793.324,207.66272,21.593855,35.40318,24.17803,169.18039,24.460073,33.404377,19.803783,22.224009,681.55316,421.25974,9.796281,130.97223,13.097069,1.2338946,24.25087,18.93969,1.5988559,342.1421,0.34017152,314.7633,47.278442,0.5195828,2.6952708,107.60513,20.385546,61.829304,124.67129,20569.492,0.48622778,1521.1232,0.9077402,0.5503418,0.2893028,1.7081722,154.26048,196.55313,27.662392,206.09778,22.756498,49.375248,1646.477,3.5160043,215.36768,151.41212,346.81485,142.43459,365.45215,23.953743,391.10455,0.0,2605.6309,15023.743,27.277197,415.75183,135.16678,44407.543,131.94772,22.217823,150.65315,332.81628,54.865334,21.061283,229.46823,2114.6562,349.1414,146.5299,18.824331,13.780153,434.49298,62.394417,1589.137,125.30565,2246.5742,237.5133,364.65268,91.61123,278.27658,7.8396835,13.059631,25.35111,3.7798731,3.311156,64.68637,58.263077,68.1175,19.222145,25.422253,242.99452,7.748232,2992.5623,99.50259,59.293346,116.45619,109.89973,215.10793,132.09909,111.16936,27.763346,44.272667,114.608505,310.4395,744.4464,121.46855,429.2702,88.27438,111.063774,296.0691,327.8883,954.03485,288.822,3.8387077,18.882763,9.78543,40.92741,16710.629,4.438199,14.574052,24.698792,44.93613,510.65887,80.304436,185.59009,3.1236575,213.39445,514.5335,343.6011,125.257164,393.98004,30.914785,76.60553,238.23364,12.734118,1.7782674,11.8702135,1876.2434,0.14234754,0.46838033,54.556988,6.197984,3.8460917,5.5444717,9.87696,130.8058,45.686543,108.683525,716.3464,217.09071,1933.1598,1787.2401,14.396935,26.697346,12147.376,8.382796,61.685818,600.7894,107.086494,155.93135,69.54546,355.49194,903.34186,408.6872,14.19614,82.66936,1051.3242,1959.1615,42.31454,564.09705,40.86912,1.0629435,60.518806,1.1181141,0.6742081,3.063454,35.29079,115.94109,274.29962,17.915068,3440.6208,292.93347,105.8293,159.34174,78.13825,96.312,55.714718,6.192507,98.957664,649.9913,188.16388,107.67688,89.822495,18.115322,83.52045,87.82762,45.646145,840.2291,173.54836,3938.1704,36.12309,3525.498,78.99854,431.4319,2431.0837,78.95394,9.402349,1498.3026,1471.0157,4861.3315,128.32053 +2023-07-10 22:00:00,0.0,16794.953,207.86751,21.601965,35.401108,24.18831,169.16672,24.459412,33.40231,19.804014,22.220945,681.9576,420.91995,9.794033,130.97249,13.085261,1.2326542,24.256308,18.92192,1.6002151,342.12045,0.33997813,314.78748,47.268635,0.5203352,2.6950824,107.60357,20.376139,61.77748,124.620544,20582.945,0.4855199,1521.2039,0.9068248,0.5497919,0.28895235,1.7060392,154.23645,196.4776,27.656431,206.08131,22.752602,49.443108,1647.5159,3.5142586,215.57446,151.50659,346.84912,142.43219,365.39005,23.973742,391.34784,0.0,2605.2146,15021.94,27.298822,415.97977,135.20319,44405.54,131.94798,22.232454,150.69089,333.05353,54.897495,21.08091,229.54614,2114.7202,349.12854,146.60727,18.83798,13.787985,434.3895,62.41581,1588.505,125.22635,2247.0127,237.37875,364.7095,91.58294,277.985,7.8376927,13.055218,25.331951,3.7773433,3.308655,64.69312,58.28208,68.12492,19.240265,25.429398,242.76855,7.7463646,2992.8318,99.41659,59.327286,116.364746,109.852516,215.12035,132.0202,111.29032,27.738781,44.25892,114.570564,310.40283,744.0814,121.336555,428.98715,88.23226,111.10829,296.0242,328.07877,954.05646,288.57166,3.839219,18.89039,9.783118,40.92367,16715.184,4.4352617,14.582856,24.711021,44.903316,510.31232,80.237366,185.48065,3.1231792,213.21996,514.29504,343.4789,125.26258,394.22665,30.924551,76.65498,238.09033,12.730332,1.7779081,11.868197,1875.0629,0.1422293,0.46805283,54.544525,6.2024965,3.8458643,5.5413914,9.872162,130.7368,45.664284,108.63972,716.0647,217.12793,1933.3737,1787.4329,14.402366,26.705667,12145.263,8.381701,61.700493,600.9899,107.13696,155.97548,69.56633,355.6068,903.1584,408.73413,14.203418,82.70143,1051.3596,1959.4385,42.328213,564.1973,40.88506,1.0630084,60.522243,1.1181155,0.67423546,3.06362,35.3114,115.95579,274.26416,17.917536,3440.213,293.05063,105.87007,159.38643,78.145164,96.31015,55.71035,6.2053094,98.969086,650.2928,188.27669,107.72717,89.88274,18.096506,83.63114,87.9039,45.628735,840.0238,173.55913,3937.5603,36.11536,3524.4976,78.998024,431.40808,2430.7444,78.96093,9.4025,1497.6549,1469.9653,4858.6177,128.24693 +2023-07-10 23:00:00,0.0,16796.584,208.0723,21.610077,35.399036,24.198591,169.15306,24.45875,33.400246,19.804247,22.217882,682.362,420.5802,9.791786,130.97273,13.073453,1.2314137,24.261747,18.904152,1.6015742,342.09882,0.33978477,314.81165,47.258827,0.5210876,2.6948938,107.60201,20.36673,61.72566,124.56981,20596.4,0.484812,1521.2845,0.90590954,0.54924196,0.28860193,1.703906,154.2124,196.40205,27.65047,206.06485,22.748705,49.51097,1648.5547,3.5125132,215.78125,151.60104,346.88342,142.42981,365.3279,23.993742,391.59113,0.0,2604.7983,15020.137,27.32045,416.20767,135.2396,44403.535,131.94824,22.247086,150.72862,333.2908,54.929657,21.100534,229.62407,2114.7844,349.11566,146.68462,18.85163,13.795816,434.286,62.437206,1587.8729,125.14705,2247.451,237.24422,364.7664,91.55464,277.6934,7.835702,13.050804,25.312792,3.7748134,3.306154,64.69987,58.30108,68.132355,19.258383,25.436544,242.54259,7.7444973,2993.1013,99.3306,59.36122,116.27329,109.805305,215.13275,131.9413,111.41129,27.714218,44.245167,114.53262,310.36612,743.71643,121.20457,428.7041,88.19013,111.1528,295.9793,328.26923,954.0781,288.32132,3.8397305,18.898018,9.780807,40.91993,16719.738,4.4323244,14.59166,24.723253,44.870502,509.9658,80.170296,185.37122,3.1227007,213.04547,514.05664,343.3567,125.268,394.47327,30.934319,76.70443,237.947,12.726546,1.7775489,11.866181,1873.8822,0.14211106,0.4677253,54.53206,6.207009,3.8456368,5.5383115,9.867364,130.6678,45.64202,108.59591,715.7831,217.16513,1933.5875,1787.6257,14.407796,26.71399,12143.148,8.380608,61.715164,601.1905,107.18743,156.01959,69.5872,355.72168,902.975,408.7811,14.210695,82.73351,1051.395,1959.7155,42.34188,564.29755,40.900997,1.0630734,60.52568,1.118117,0.6742628,3.0637865,35.332012,115.970474,274.22873,17.920004,3439.805,293.1678,105.91084,159.43112,78.15208,96.3083,55.705982,6.2181115,98.980515,650.5943,188.3895,107.77747,89.942986,18.077688,83.74184,87.98017,45.611324,839.8184,173.5699,3936.9502,36.107635,3523.4973,78.99751,431.3843,2430.4053,78.96792,9.402651,1497.0071,1468.9149,4855.9033,128.17334 +2023-07-11 00:00:00,0.0,16798.213,208.27707,21.618187,35.396965,24.20887,169.13939,24.458088,33.398182,19.804478,22.214819,682.7664,420.24045,9.789538,130.97299,13.0616455,1.2301733,24.267185,18.886383,1.6029333,342.07718,0.3395914,314.83582,47.249023,0.52184,2.6947052,107.60046,20.35732,61.67384,124.519066,20609.855,0.4841041,1521.3652,0.9049942,0.5486921,0.2882515,1.701773,154.18835,196.32652,27.64451,206.04839,22.744808,49.57883,1649.5936,3.5107675,215.98804,151.6955,346.91772,142.42741,365.2658,24.013742,391.83444,0.0,2604.3823,15018.334,27.342075,416.4356,135.276,44401.53,131.9485,22.261717,150.76636,333.52805,54.961815,21.120161,229.702,2114.8484,349.1028,146.76198,18.865276,13.803648,434.18253,62.4586,1587.241,125.06775,2247.8894,237.10968,364.8232,91.52635,277.4018,7.833711,13.046391,25.293633,3.7722833,3.3036528,64.70662,58.320084,68.139786,19.276503,25.44369,242.31662,7.7426305,2993.371,99.2446,59.39516,116.18185,109.758095,215.14516,131.8624,111.53226,27.689653,44.231415,114.49468,310.32944,743.35144,121.07258,428.42105,88.14801,111.19732,295.93445,328.4597,954.09973,288.07098,3.840242,18.905645,9.778495,40.91619,16724.291,4.429387,14.600463,24.735485,44.83769,509.61923,80.103226,185.26178,3.1222224,212.87097,513.8182,343.23447,125.273415,394.71988,30.944086,76.75388,237.8037,12.722759,1.7771897,11.864165,1872.7017,0.14199282,0.4673978,54.519596,6.211521,3.8454094,5.5352316,9.862566,130.5988,45.61976,108.5521,715.5014,217.20235,1933.8015,1787.8185,14.413226,26.722311,12141.034,8.379514,61.72984,601.391,107.23791,156.06372,69.60806,355.83655,902.7915,408.82806,14.217973,82.765594,1051.4303,1959.9924,42.355553,564.3978,40.916935,1.0631384,60.529118,1.1181183,0.6742902,3.0639527,35.35262,115.98516,274.19327,17.922472,3439.397,293.28494,105.951614,159.4758,78.15899,96.30645,55.701614,6.230914,98.991936,650.89575,188.5023,107.827774,90.00323,18.058872,83.85253,88.05645,45.593914,839.6131,173.58067,3936.34,36.099907,3522.4968,78.997,431.3605,2430.066,78.97491,9.4028015,1496.3594,1467.8645,4853.1895,128.09975 +2023-07-11 01:00:00,0.0,16799.842,208.48184,21.626299,35.394894,24.21915,169.12572,24.457426,33.396114,19.80471,22.211756,683.1708,419.90067,9.787291,130.97324,13.049838,1.228933,24.272625,18.868614,1.6042924,342.05554,0.33939803,314.86,47.239216,0.5225923,2.6945167,107.5989,20.347912,61.622017,124.46832,20623.31,0.4833962,1521.4459,0.90407884,0.5481422,0.28790104,1.6996399,154.16432,196.25098,27.638552,206.03192,22.740911,49.64669,1650.6324,3.509022,216.19481,151.78996,346.952,142.42503,365.20367,24.033743,392.07773,0.0,2603.9663,15016.531,27.363703,416.66354,135.31241,44399.527,131.94876,22.27635,150.8041,333.76532,54.993977,21.139786,229.77992,2114.9126,349.08997,146.83932,18.878925,13.81148,434.079,62.479992,1586.6089,124.98844,2248.328,236.97513,364.88007,91.498055,277.11017,7.8317204,13.041977,25.274473,3.7697535,3.3011518,64.71336,58.33908,68.14721,19.294622,25.450834,242.09065,7.740763,2993.6406,99.15861,59.4291,116.0904,109.710884,215.15758,131.78351,111.65323,27.66509,44.217663,114.45675,310.29272,742.9865,120.94059,428.13797,88.10588,111.24183,295.88956,328.65015,954.12134,287.82065,3.8407533,18.913273,9.776183,40.912453,16728.846,4.42645,14.609267,24.747715,44.804874,509.27267,80.036156,185.15234,3.121744,212.69647,513.5797,343.11224,125.27883,394.96646,30.953854,76.80334,237.66037,12.718973,1.7768306,11.862148,1871.5211,0.1418746,0.4670703,54.50713,6.2160335,3.845182,5.5321517,9.857768,130.52982,45.5975,108.50829,715.2197,217.23955,1934.0154,1788.0114,14.418656,26.730635,12138.92,8.378419,61.74451,601.5915,107.288376,156.10783,69.62893,355.95145,902.6081,408.875,14.225249,82.79767,1051.4657,1960.2694,42.369225,564.4981,40.932877,1.0632033,60.53256,1.1181197,0.67431754,3.064119,35.37323,115.99985,274.15784,17.924942,3438.989,293.4021,105.99238,159.5205,78.1659,96.3046,55.697243,6.2437167,99.00336,651.19727,188.61511,107.87807,90.06348,18.040054,83.96323,88.13273,45.5765,839.4078,173.59146,3935.7302,36.092182,3521.4966,78.99649,431.33673,2429.7266,78.981895,9.402952,1495.7115,1466.814,4850.4756,128.02615 +2023-07-11 02:00:00,0.0,16801.473,208.68663,21.63441,35.392822,24.229431,169.11206,24.456764,33.39405,19.804941,22.208693,683.5752,419.5609,9.785043,130.9735,13.03803,1.2276925,24.278063,18.850843,1.6056515,342.03387,0.33920467,314.88416,47.22941,0.5233447,2.694328,107.59734,20.338503,61.570194,124.41758,20636.764,0.48268828,1521.5266,0.90316355,0.5475923,0.2875506,1.697507,154.14027,196.17545,27.632591,206.01546,22.737015,49.71455,1651.6713,3.5072763,216.4016,151.88441,346.9863,142.42265,365.14157,24.053743,392.321,0.0,2603.5498,15014.729,27.385328,416.89145,135.34882,44397.523,131.94902,22.290981,150.84183,334.00256,55.02614,21.159412,229.85785,2114.9766,349.07712,146.91669,18.892574,13.819312,433.97552,62.501385,1585.9769,124.90914,2248.7664,236.84059,364.9369,91.469765,276.81857,7.8297296,13.037562,25.255314,3.7672236,3.2986507,64.72011,58.358086,68.15464,19.312742,25.45798,241.86469,7.738896,2993.9102,99.07261,59.46304,115.99895,109.66367,215.16998,131.7046,111.77419,27.640526,44.20391,114.41881,310.25604,742.6215,120.8086,427.85492,88.06376,111.28634,295.84467,328.8406,954.143,287.5703,3.8412647,18.9209,9.77387,40.90871,16733.4,4.4235125,14.618071,24.759947,44.77206,508.92615,79.969086,185.04291,3.1212656,212.52197,513.34125,342.99005,125.28425,395.21307,30.96362,76.85279,237.51706,12.715187,1.7764714,11.860132,1870.3405,0.14175636,0.46674278,54.494667,6.220546,3.8449545,5.5290713,9.852971,130.46082,45.575237,108.464485,714.9381,217.27675,1934.2294,1788.2041,14.424087,26.738956,12136.806,8.377325,61.759182,601.792,107.338844,156.15195,69.649796,356.0663,902.4246,408.92197,14.232527,82.82975,1051.5011,1960.5464,42.382893,564.5984,40.948814,1.0632683,60.535995,1.118121,0.6743449,3.0642853,35.39384,116.014534,274.1224,17.92741,3438.581,293.51926,106.03315,159.56519,78.17281,96.30276,55.692875,6.256519,99.014786,651.4987,188.72792,107.92837,90.12372,18.021236,84.07392,88.20901,45.55909,839.20245,173.60223,3935.12,36.084457,3520.496,78.99598,431.31293,2429.3875,78.988884,9.403103,1495.0638,1465.7635,4847.7617,127.95256 +2023-07-11 03:00:00,0.0,16803.102,208.89142,21.64252,35.39075,24.239712,169.09839,24.456102,33.391987,19.805174,22.205631,683.9796,419.22113,9.782795,130.97374,13.026222,1.2264521,24.2835,18.833075,1.6070107,342.01224,0.33901128,314.90833,47.219604,0.5240971,2.6941397,107.59579,20.329094,61.51837,124.36684,20650.219,0.48198038,1521.6073,0.9022482,0.5470424,0.28720015,1.6953739,154.11624,196.09991,27.62663,205.999,22.733118,49.78241,1652.7102,3.5055308,216.60838,151.97888,347.02057,142.42026,365.07944,24.073742,392.56433,0.0,2603.1338,15012.925,27.406956,417.1194,135.38522,44395.523,131.94928,22.305613,150.87956,334.23984,55.0583,21.179037,229.93578,2115.0405,349.06427,146.99403,18.906223,13.827144,433.87204,62.52278,1585.3448,124.82984,2249.2048,236.70604,364.99377,91.44147,276.52698,7.827739,13.033149,25.236155,3.7646935,3.2961497,64.72686,58.377087,68.16206,19.330862,25.465126,241.63872,7.7370286,2994.18,98.98662,59.496975,115.9075,109.61647,215.18239,131.62572,111.895164,27.615961,44.190163,114.38087,310.21936,742.25653,120.67661,427.57187,88.02163,111.33086,295.79977,329.03107,954.1646,287.31998,3.8417761,18.928528,9.771559,40.904972,16737.953,4.420575,14.626875,24.772179,44.739243,508.5796,79.902016,184.93347,3.1207871,212.34749,513.1028,342.86783,125.289665,395.4597,30.973387,76.902245,237.37373,12.711401,1.7761122,11.858116,1869.1599,0.14163812,0.4664153,54.4822,6.225058,3.844727,5.5259914,9.848173,130.39182,45.552975,108.42068,714.65643,217.31396,1934.4432,1788.397,14.429517,26.747278,12134.691,8.376231,61.773857,601.9925,107.38931,156.19608,69.67066,356.18118,902.2412,408.9689,14.239804,82.861824,1051.5365,1960.8234,42.396564,564.69867,40.964752,1.0633333,60.539433,1.1181225,0.67437226,3.0644517,35.41445,116.02923,274.08694,17.929878,3438.1733,293.6364,106.07392,159.60988,78.179726,96.30091,55.688507,6.2693214,99.02621,651.80023,188.84073,107.97867,90.18397,18.00242,84.184616,88.285286,45.54168,838.99713,173.613,3934.51,36.07673,3519.4958,78.99546,431.28915,2429.048,78.99587,9.403254,1494.416,1464.7131,4845.0474,127.87897 +2023-07-11 04:00:00,0.0,16804.73,209.09619,21.650633,35.38868,24.24999,169.08472,24.45544,33.38992,19.805405,22.202568,684.38403,418.88138,9.780547,130.974,13.014414,1.2252116,24.28894,18.815306,1.6083698,341.9906,0.33881792,314.9325,47.209797,0.5248495,2.6939511,107.59422,20.319687,61.46655,124.3161,20663.674,0.4812725,1521.688,0.90133286,0.5464925,0.28684974,1.6932409,154.0922,196.02437,27.62067,205.98253,22.729221,49.85027,1653.749,3.5037851,216.81516,152.07333,347.05487,142.41788,365.01733,24.093742,392.80762,0.0,2602.7175,15011.122,27.428581,417.34732,135.42163,44393.52,131.94954,22.320244,150.91731,334.47708,55.09046,21.198664,230.0137,2115.1047,349.05142,147.0714,18.91987,13.834975,433.76855,62.544174,1584.7129,124.75054,2249.643,236.5715,365.0506,91.41318,276.23538,7.825748,13.028735,25.216995,3.7621636,3.2936487,64.733604,58.396088,68.169495,19.34898,25.472271,241.41275,7.7351613,2994.4495,98.90062,59.530914,115.816055,109.56926,215.19481,131.54681,112.01613,27.591398,44.17641,114.34293,310.18265,741.89154,120.544624,427.2888,87.97951,111.37537,295.75488,329.2215,954.1862,287.06964,3.8422875,18.936157,9.769247,40.901234,16742.508,4.417638,14.635678,24.784409,44.70643,508.23303,79.834946,184.82404,3.1203086,212.17299,512.8643,342.7456,125.29508,395.7063,30.983154,76.95169,237.23042,12.707614,1.775753,11.8561,1867.9794,0.14151987,0.46608776,54.469734,6.2295704,3.8444996,5.5229115,9.843375,130.32281,45.530712,108.37687,714.3748,217.35117,1934.6571,1788.5898,14.434946,26.7556,12132.577,8.375137,61.78853,602.193,107.43979,156.24019,69.69153,356.29605,902.05774,409.01587,14.247082,82.893906,1051.5718,1961.1003,42.410233,564.7989,40.98069,1.0633982,60.54287,1.1181238,0.6743996,3.0646179,35.43506,116.043915,274.0515,17.932348,3437.7654,293.75357,106.11469,159.65457,78.18664,96.29906,55.68414,6.282124,99.037636,652.10175,188.95354,108.02897,90.24421,17.983603,84.29531,88.36156,45.52427,838.79175,173.62378,3933.9,36.069004,3518.4954,78.99495,431.26535,2428.7087,79.00286,9.403404,1493.7682,1463.6626,4842.3335,127.80537 +2023-07-11 05:00:00,0.0,16806.36,209.30096,21.658743,35.38661,24.260271,169.07106,24.454779,33.387856,19.805637,22.199505,684.7884,418.54163,9.778299,130.97424,13.002606,1.2239712,24.294378,18.797537,1.6097289,341.96896,0.33862457,314.9567,47.19999,0.52560186,2.6937625,107.59267,20.310278,61.414726,124.26536,20677.127,0.4805646,1521.7687,0.9004175,0.5459426,0.2864993,1.6911077,154.06815,195.94884,27.61471,205.96606,22.725325,49.91813,1654.7878,3.5020397,217.02194,152.16779,347.08917,142.4155,364.9552,24.113743,393.0509,0.0,2602.3013,15009.319,27.450209,417.57523,135.45804,44391.516,131.9498,22.334877,150.95505,334.71432,55.12262,21.218288,230.09163,2115.1687,349.03854,147.14874,18.93352,13.842807,433.66507,62.565567,1584.0809,124.67124,2250.0815,236.43697,365.10742,91.38489,275.94376,7.823757,13.024322,25.197836,3.7596338,3.2911477,64.74036,58.41509,68.17692,19.3671,25.479416,241.18677,7.733294,2994.719,98.81463,59.564854,115.72461,109.52205,215.20721,131.46793,112.1371,27.566833,44.16266,114.30499,310.14597,741.52655,120.412636,427.00574,87.93738,111.41988,295.71,329.41196,954.2079,286.8193,3.842799,18.943785,9.766935,40.89749,16747.062,4.4147005,14.644482,24.79664,44.673615,507.8865,79.767876,184.7146,3.1198304,211.99849,512.6259,342.62338,125.3005,395.9529,30.99292,77.001144,237.0871,12.703828,1.7753937,11.854084,1866.7987,0.14140163,0.46576026,54.45727,6.234082,3.8442721,5.5198317,9.838577,130.25381,45.508453,108.33305,714.09314,217.38838,1934.8711,1788.7826,14.440376,26.763922,12130.464,8.3740425,61.803204,602.3935,107.49026,156.28432,69.712395,356.41092,901.8743,409.06284,14.254358,82.92599,1051.6072,1961.3773,42.423904,564.8992,40.996628,1.0634632,60.54631,1.1181252,0.674427,3.0647843,35.45567,116.0586,274.01605,17.934816,3437.3574,293.87073,106.155464,159.69926,78.19355,96.29721,55.67977,6.294926,99.04906,652.4032,189.06635,108.07926,90.30445,17.964785,84.406006,88.437836,45.50686,838.5864,173.63457,3933.2898,36.06128,3517.495,78.99444,431.24158,2428.3696,79.00986,9.403555,1493.1205,1462.6122,4839.6196,127.73177 +2023-07-11 06:00:00,0.0,16807.99,209.50575,21.666855,35.384537,24.270552,169.05739,24.454117,33.385788,19.80587,22.196442,685.1928,418.20184,9.7760515,130.9745,12.990799,1.2227309,24.299818,18.779768,1.611088,341.94733,0.33843118,314.98087,47.19018,0.5263542,2.693574,107.59111,20.300869,61.362907,124.214615,20690.582,0.4798567,1521.8494,0.8995022,0.54539275,0.28614885,1.6889747,154.04411,195.87329,27.608751,205.9496,22.721428,49.98599,1655.8268,3.5002942,217.22873,152.26225,347.12344,142.4131,364.8931,24.133743,393.29422,0.0,2601.8853,15007.517,27.471834,417.80316,135.49445,44389.51,131.95006,22.349508,150.99278,334.9516,55.15478,21.237913,230.16956,2115.233,349.0257,147.2261,18.947168,13.850638,433.56158,62.58696,1583.4489,124.59194,2250.52,236.30241,365.16428,91.35659,275.65216,7.821767,13.019908,25.178677,3.757104,3.2886467,64.7471,58.43409,68.18435,19.38522,25.48656,240.9608,7.7314267,2994.9885,98.72863,59.59879,115.633156,109.47484,215.21962,131.38902,112.258064,27.54227,44.148907,114.26705,310.10925,741.16156,120.28065,426.7227,87.895256,111.46439,295.6651,329.60242,954.2295,286.56897,3.8433106,18.951412,9.764624,40.893753,16751.617,4.411763,14.653286,24.808872,44.6408,507.53995,79.700806,184.60516,3.1193519,211.82399,512.38745,342.5012,125.305916,396.19952,31.002687,77.0506,236.94379,12.700042,1.7750345,11.852068,1865.6182,0.1412834,0.46543276,54.444805,6.2385945,3.8440447,5.5167513,9.833779,130.18481,45.48619,108.289246,713.81146,217.42558,1935.085,1788.9755,14.4458065,26.772245,12128.35,8.372949,61.817875,602.594,107.540726,156.32843,69.73327,356.52582,901.69086,409.10977,14.261636,82.95806,1051.6426,1961.6543,42.437572,564.99945,41.01257,1.0635282,60.549747,1.1181265,0.67445433,3.0649505,35.47628,116.07329,273.98062,17.937284,3436.9495,293.9879,106.196236,159.74396,78.20046,96.295364,55.675404,6.307729,99.060486,652.7047,189.17915,108.12956,90.3647,17.945969,84.5167,88.514114,45.48945,838.3811,173.64534,3932.68,36.05355,3516.4946,78.99393,431.21777,2428.0303,79.016846,9.403706,1492.4727,1461.5618,4836.906,127.65818 +2023-07-11 07:00:00,0.0,16809.62,209.71054,21.674965,35.382465,24.28083,169.04372,24.453455,33.383724,19.8061,22.193378,685.5972,417.8621,9.773804,130.97475,12.978991,1.2214904,24.305256,18.762,1.6124471,341.9257,0.33823782,315.00504,47.180378,0.5271066,2.6933854,107.589554,20.29146,61.311085,124.16387,20704.037,0.4791488,1521.93,0.89858687,0.54484284,0.2857984,1.6868416,154.02007,195.79776,27.60279,205.93314,22.717531,50.05385,1656.8656,3.4985485,217.43552,152.3567,347.1577,142.41072,364.83096,24.153744,393.5375,0.0,2601.4688,15005.713,27.493462,418.0311,135.53085,44387.508,131.95032,22.36414,151.03052,335.18884,55.186943,21.25754,230.24747,2115.2969,349.01285,147.30345,18.960817,13.85847,433.4581,62.608353,1582.8169,124.512634,2250.9585,236.16788,365.22113,91.3283,275.36057,7.819776,13.015494,25.159517,3.7545738,3.2861457,64.75385,58.45309,68.19177,19.40334,25.493708,240.73483,7.7295594,2995.2583,98.64264,59.63273,115.54171,109.42763,215.23204,131.31012,112.379036,27.517706,44.135155,114.22911,310.07257,740.7966,120.14866,426.43964,87.85313,111.50891,295.6202,329.79288,954.2511,286.31863,3.843822,18.95904,9.762312,40.890015,16756.17,4.408826,14.662089,24.821102,44.607986,507.1934,79.633736,184.49573,3.1188736,211.64949,512.149,342.37897,125.31133,396.44614,31.012455,77.10005,236.80046,12.696256,1.7746754,11.850052,1864.4376,0.14116515,0.46510524,54.432343,6.243107,3.8438172,5.5136714,9.828981,130.11581,45.46393,108.24544,713.5298,217.46278,1935.299,1789.1682,14.451237,26.780567,12126.235,8.371855,61.83255,602.7945,107.591194,156.37256,69.754135,356.6407,901.50745,409.15674,14.268913,82.99014,1051.678,1961.9313,42.451244,565.09973,41.028507,1.0635931,60.553185,1.118128,0.6744817,3.065117,35.49689,116.087975,273.94516,17.939753,3436.5415,294.10507,106.23701,159.78864,78.207375,96.29352,55.671036,6.320531,99.07191,653.00616,189.29196,108.17986,90.42494,17.92715,84.627396,88.59039,45.47204,838.1758,173.65611,3932.0698,36.045826,3515.4944,78.993416,431.194,2427.691,79.023834,9.403856,1491.825,1460.5112,4834.192,127.58459 +2023-07-11 08:00:00,0.0,16811.248,209.91531,21.683077,35.380394,24.291111,169.03006,24.452793,33.38166,19.806334,22.190315,686.00165,417.5223,9.771556,130.975,12.967183,1.22025,24.310694,18.744228,1.6138064,341.90402,0.33804446,315.0292,47.17057,0.527859,2.693197,107.588,20.282051,61.259262,124.11314,20717.49,0.47844088,1522.0107,0.8976715,0.5442929,0.28544796,1.6847086,153.99603,195.72221,27.59683,205.91667,22.713634,50.121708,1657.9044,3.496803,217.64229,152.45117,347.19202,142.40834,364.76886,24.173742,393.7808,0.0,2601.0527,15003.91,27.515087,418.259,135.56726,44385.504,131.95058,22.37877,151.06825,335.42612,55.219105,21.277164,230.3254,2115.361,349.0,147.38081,18.974464,13.866302,433.3546,62.62975,1582.1848,124.433334,2251.397,236.03333,365.27798,91.3,275.06897,7.8177853,13.01108,25.140358,3.752044,3.2836447,64.7606,58.47209,68.1992,19.42146,25.500853,240.50887,7.727692,2995.5278,98.55664,59.666668,115.450264,109.38042,215.24445,131.23123,112.5,27.493141,44.121407,114.19118,310.0359,740.4316,120.01666,426.15656,87.811005,111.55342,295.57532,329.98334,954.27277,286.0683,3.8443334,18.966667,9.76,40.886272,16760.725,4.4058886,14.670894,24.833334,44.575172,506.84686,79.566666,184.38629,3.118395,211.475,511.91052,342.25674,125.31675,396.69275,31.022223,77.149506,236.65715,12.692469,1.7743162,11.848036,1863.257,0.14104691,0.46477774,54.419876,6.247619,3.8435898,5.5105915,9.824183,130.04681,45.44167,108.20163,713.24817,217.5,1935.5128,1789.3611,14.456667,26.788889,12124.121,8.37076,61.84722,602.995,107.64167,156.41667,69.775,356.75555,901.324,409.20367,14.276191,83.022224,1051.7133,1962.2083,42.464916,565.2,41.044445,1.0636581,60.55662,1.1181293,0.67450905,3.065283,35.517498,116.10267,273.90973,17.942223,3436.1335,294.22223,106.27778,159.83333,78.21429,96.291664,55.666668,6.3333335,99.083336,653.3077,189.40477,108.230156,90.48519,17.908333,84.73809,88.666664,45.454628,837.97046,173.66689,3931.4597,36.038097,3514.494,78.9929,431.1702,2427.3518,79.03082,9.404007,1491.1771,1459.4608,4831.4775,127.510994 +2023-07-11 09:00:00,0.0,16812.879,210.12009,21.691187,35.378323,24.301392,169.01639,24.452131,33.379593,19.806564,22.187252,686.406,417.18256,9.769308,130.97527,12.955376,1.2190095,24.316133,18.72646,1.6151655,341.8824,0.33785108,315.05338,47.160763,0.52861136,2.6930084,107.58643,20.272644,61.20744,124.06239,20730.945,0.477733,1522.0914,0.8967562,0.543743,0.2850975,1.6825756,153.97198,195.64668,27.59087,205.9002,22.709738,50.189568,1658.9434,3.4950573,217.84908,152.54562,347.22632,142.40594,364.70673,24.193743,394.0241,0.0,2600.6365,15002.107,27.536713,418.48694,135.60367,44383.5,131.95084,22.393404,151.10599,335.66336,55.251263,21.296791,230.40332,2115.425,348.98715,147.45816,18.988113,13.874133,433.25113,62.651142,1581.5529,124.354034,2251.8352,235.89879,365.3348,91.27171,274.77734,7.8157945,13.006666,25.121199,3.749514,3.2811437,64.76735,58.491093,68.206635,19.439577,25.507998,240.2829,7.725825,2995.7974,98.47065,59.700603,115.35881,109.333206,215.25685,131.15233,112.620964,27.468578,44.107655,114.15324,309.99918,740.0666,119.884674,425.8735,87.768875,111.59793,295.53043,330.1738,954.2944,285.81796,3.8448448,18.974295,9.7576885,40.882534,16765.28,4.4029517,14.679697,24.845566,44.54236,506.5003,79.4996,184.27686,3.1179168,211.3005,511.6721,342.13452,125.32217,396.93936,31.031988,77.19895,236.51384,12.688683,1.773957,11.84602,1862.0764,0.14092867,0.46445024,54.407413,6.2521315,3.8433623,5.5075116,9.819386,129.97781,45.419407,108.15782,712.96655,217.5372,1935.7267,1789.554,14.462097,26.79721,12122.007,8.369666,61.861893,603.1955,107.69214,156.46078,69.79587,356.87042,901.1405,409.25064,14.283467,83.0543,1051.7487,1962.4852,42.478584,565.30023,41.060383,1.0637231,60.560062,1.1181307,0.6745364,3.0654492,35.53811,116.117355,273.8743,17.94469,3435.7256,294.3394,106.31855,159.87802,78.2212,96.28982,55.6623,6.346136,99.09476,653.6092,189.51758,108.28046,90.54543,17.889517,84.848785,88.74294,45.437218,837.7651,173.67767,3930.8496,36.030373,3513.4937,78.992386,431.1464,2427.0125,79.03781,9.404158,1490.5294,1458.4104,4828.7637,127.43739 +2023-07-11 10:00:00,0.0,16814.508,210.32487,21.699299,35.37625,24.31167,169.00272,24.45147,33.37753,19.806797,22.18419,686.8104,416.8428,9.76706,130.97551,12.943567,1.2177691,24.321571,18.70869,1.6165246,341.86075,0.33765772,315.07755,47.15096,0.52936375,2.6928198,107.58488,20.263235,61.155617,124.01165,20744.4,0.4770251,1522.1721,0.8958409,0.54319316,0.2847471,1.6804425,153.94794,195.57114,27.58491,205.88374,22.705841,50.25743,1659.9822,3.493312,218.05586,152.64008,347.2606,142.40356,364.64462,24.213743,394.2674,0.0,2600.2202,15000.304,27.55834,418.71487,135.64008,44381.496,131.9511,22.408035,151.14372,335.90063,55.283424,21.316416,230.48125,2115.4893,348.9743,147.53552,19.001762,13.881966,433.14764,62.672535,1580.9208,124.274734,2252.2737,235.76425,365.3917,91.243416,274.48575,7.8138037,13.002253,25.10204,3.746984,3.2786424,64.77409,58.510094,68.21406,19.457697,25.515144,240.05693,7.723958,2996.0671,98.38465,59.734543,115.267365,109.285995,215.26927,131.07344,112.741936,27.444014,44.093903,114.115295,309.9625,739.70166,119.752686,425.59045,87.72675,111.64245,295.48557,330.36426,954.316,285.56763,3.8453562,18.981922,9.755376,40.878796,16769.832,4.4000144,14.6885,24.857796,44.509544,506.15375,79.43253,184.16742,3.1174383,211.126,511.43362,342.0123,125.32758,397.18597,31.041756,77.248405,236.37051,12.684896,1.7735978,11.844004,1860.8959,0.14081043,0.4641227,54.394947,6.256644,3.8431349,5.5044312,9.814589,129.90883,45.397144,108.11401,712.6849,217.5744,1935.9407,1789.7467,14.467527,26.805532,12119.893,8.368572,61.876568,603.396,107.74261,156.50491,69.816734,356.9853,900.9571,409.2976,14.290745,83.08638,1051.784,1962.7622,42.492256,565.4005,41.07632,1.063788,60.5635,1.118132,0.67456377,3.0656157,35.55872,116.13204,273.83884,17.947159,3435.3179,294.45654,106.359314,159.92271,78.22811,96.28797,55.65793,6.358938,99.106186,653.91064,189.63039,108.33076,90.60568,17.870699,84.95948,88.81922,45.419807,837.55975,173.68845,3930.2395,36.022648,3512.4932,78.991875,431.12262,2426.673,79.0448,9.404308,1489.8816,1457.36,4826.05,127.3638 +2023-07-11 11:00:00,0.0,16816.137,210.52966,21.707409,35.37418,24.32195,168.98906,24.45081,33.375465,19.807028,22.181128,687.21484,416.50302,9.764812,130.97577,12.93176,1.2165287,24.327011,18.690922,1.6178837,341.8391,0.33746433,315.1017,47.14115,0.5301161,2.6926312,107.58332,20.253826,61.103798,123.96091,20757.854,0.4763172,1522.2528,0.89492553,0.54264325,0.28439665,1.6783094,153.9239,195.4956,27.57895,205.86728,22.701944,50.32529,1661.021,3.4915662,218.26265,152.73454,347.29486,142.40118,364.5825,24.233744,394.51068,0.0,2599.8042,14998.501,27.579966,418.94278,135.6765,44379.492,131.95135,22.422667,151.18146,336.13788,55.315586,21.336042,230.55917,2115.5532,348.96146,147.61287,19.015411,13.889797,433.04416,62.693928,1580.2888,124.195435,2252.7122,235.6297,365.44852,91.215126,274.19415,7.811813,12.997839,25.08288,3.7444541,3.2761414,64.780846,58.529095,68.22149,19.475817,25.52229,239.83096,7.7220907,2996.3367,98.29866,59.768482,115.17592,109.238785,215.28168,130.99454,112.8629,27.41945,44.08015,114.07736,309.92578,739.3367,119.6207,425.30737,87.68462,111.68696,295.44067,330.55472,954.33765,285.3173,3.8458676,18.98955,9.753064,40.875053,16774.387,4.397077,14.697305,24.870028,44.47673,505.80722,79.36546,184.05798,3.11696,210.9515,511.19516,341.8901,125.333,397.4326,31.051523,77.29786,236.2272,12.68111,1.7732387,11.841988,1859.7152,0.14069219,0.4637952,54.382484,6.261156,3.8429074,5.5013514,9.809791,129.83983,45.374886,108.070206,712.4032,217.61162,1936.1545,1789.9396,14.472958,26.813856,12117.778,8.367477,61.89124,603.5965,107.793076,156.54903,69.8376,357.1002,900.7736,409.34454,14.298022,83.11846,1051.8195,1963.0392,42.505924,565.5008,41.092262,1.063853,60.566936,1.1181334,0.67459106,3.0657818,35.57933,116.14673,273.8034,17.949627,3434.91,294.5737,106.400085,159.9674,78.23502,96.286125,55.65356,6.371741,99.11761,654.21216,189.74318,108.38105,90.665924,17.851883,85.070175,88.8955,45.402397,837.35443,173.69922,3929.6296,36.01492,3511.493,78.99136,431.09882,2426.334,79.05179,9.404459,1489.2339,1456.3094,4823.336,127.29021 +2023-07-11 12:00:00,0.0,16817.766,210.73444,21.71552,35.37211,24.332232,168.97539,24.450148,33.373398,19.80726,22.178064,687.61926,416.16327,9.762565,130.97601,12.919952,1.2152883,24.332449,18.673153,1.6192429,341.81747,0.33727098,315.1259,47.131344,0.5308685,2.692443,107.581764,20.244417,61.051975,123.91017,20771.309,0.4756093,1522.3335,0.8940102,0.54209334,0.2840462,1.6761763,153.89986,195.42007,27.57299,205.8508,22.69805,50.39315,1662.0599,3.4898207,218.46942,152.829,347.32916,142.39879,364.5204,24.253742,394.754,0.0,2599.3877,14996.698,27.601593,419.17072,135.7129,44377.49,131.95161,22.437298,151.2192,336.37515,55.347748,21.355667,230.6371,2115.6172,348.94858,147.69023,19.029058,13.897629,432.94067,62.715324,1579.6569,124.116135,2253.1506,235.49516,365.50537,91.18684,273.90256,7.809822,12.993425,25.063723,3.7419243,3.2736404,64.78759,58.548096,68.22891,19.493937,25.529434,239.60498,7.7202234,2996.6062,98.21266,59.802418,115.08447,109.191574,215.29408,130.91565,112.98387,27.394886,44.0664,114.03942,309.8891,738.9717,119.48871,425.02432,87.6425,111.731476,295.39578,330.74518,954.35925,285.06696,3.846379,18.997177,9.750752,40.871315,16778.941,4.39414,14.706108,24.88226,44.443916,505.46066,79.29839,183.94855,3.1164815,210.77702,510.95673,341.76788,125.33842,397.6792,31.06129,77.34731,236.08388,12.677323,1.7728794,11.839972,1858.5347,0.14057395,0.46346772,54.370018,6.2656684,3.84268,5.4982715,9.804993,129.77083,45.352623,108.0264,712.1216,217.64882,1936.3685,1790.1323,14.478388,26.822178,12115.665,8.366384,61.905914,603.797,107.84355,156.59315,69.85847,357.21506,900.5902,409.3915,14.3053,83.150536,1051.8547,1963.3162,42.519596,565.6011,41.1082,1.063918,60.570374,1.1181347,0.6746184,3.0659482,35.599937,116.16142,273.76794,17.952097,3434.502,294.69086,106.44086,160.0121,78.241936,96.28427,55.649193,6.384543,99.129036,654.5136,189.85599,108.43135,90.726166,17.833065,85.18087,88.97177,45.384987,837.1491,173.70999,3929.0195,36.007195,3510.4924,78.990845,431.07504,2425.9946,79.05878,9.40461,1488.586,1455.259,4820.6216,127.21661 +2023-07-11 13:00:00,0.0,16819.396,210.93921,21.72363,35.370037,24.34251,168.96172,24.449486,33.371334,19.807491,22.175001,688.0236,415.8235,9.760317,130.97627,12.908144,1.2140479,24.337887,18.655384,1.620602,341.7958,0.33707762,315.15005,47.121536,0.53162086,2.6922543,107.58021,20.235008,61.000153,123.85943,20784.764,0.47490138,1522.4142,0.8930949,0.5415435,0.28369576,1.6740434,153.87582,195.34453,27.56703,205.83434,22.694153,50.46101,1663.0988,3.488075,218.67621,152.92346,347.36346,142.39641,364.45825,24.273743,394.99728,0.0,2598.9717,14994.8955,27.623219,419.39865,135.74931,44375.484,131.95187,22.451931,151.25694,336.6124,55.37991,21.375294,230.71503,2115.6814,348.93573,147.76758,19.042707,13.90546,432.8372,62.736717,1579.0248,124.036835,2253.589,235.36061,365.5622,91.15854,273.61093,7.8078313,12.989011,25.044563,3.7393944,3.2711394,64.79434,58.567097,68.23634,19.512056,25.53658,239.37901,7.718356,2996.8757,98.12667,59.836357,114.99302,109.14436,215.3065,130.83675,113.104836,27.370323,44.05265,114.00148,309.85242,738.6067,119.35672,424.74127,87.60037,111.775986,295.3509,330.9356,954.38086,284.81662,3.8468904,19.004807,9.748441,40.867577,16783.496,4.3912024,14.714912,24.89449,44.411102,505.1141,79.23132,183.83911,3.1160033,210.60252,510.71826,341.64566,125.343834,397.9258,31.071056,77.39677,235.94057,12.673537,1.7725202,11.837955,1857.3541,0.14045571,0.4631402,54.357555,6.2701807,3.8424525,5.4951916,9.800195,129.70183,45.33036,107.98259,711.8399,217.68604,1936.5824,1790.3252,14.483817,26.8305,12113.551,8.36529,61.920586,603.9975,107.89402,156.63727,69.87933,357.32993,900.40674,409.43845,14.312576,83.18262,1051.8901,1963.5931,42.533268,565.70135,41.124138,1.063983,60.573814,1.1181362,0.6746458,3.0661144,35.62055,116.17611,273.7325,17.954565,3434.094,294.808,106.48163,160.0568,78.24885,96.282425,55.644825,6.3973455,99.14046,654.8151,189.9688,108.48165,90.786415,17.814247,85.291565,89.04805,45.367577,836.9438,173.72078,3928.4094,35.999466,3509.4922,78.99033,431.05124,2425.6553,79.065765,9.40476,1487.9384,1454.2086,4817.9077,127.14302 +2023-07-11 14:00:00,0.0,16821.025,211.144,21.731743,35.367966,24.35279,168.94806,24.448824,33.369267,19.807724,22.171938,688.42804,415.48373,9.758069,130.97652,12.896337,1.2128074,24.343327,18.637615,1.6219611,341.77417,0.33688423,315.17422,47.111732,0.53237325,2.6920657,107.57865,20.2256,60.94833,123.808685,20798.217,0.47419348,1522.4949,0.89217955,0.5409936,0.2833453,1.6719103,153.85178,195.269,27.56107,205.81787,22.690256,50.52887,1664.1376,3.4863296,218.883,153.01791,347.39774,142.39403,364.39615,24.293743,395.24057,0.0,2598.5554,14993.092,27.644846,419.62656,135.78572,44373.484,131.95213,22.466562,151.29468,336.84967,55.412067,21.394918,230.79295,2115.7454,348.92288,147.84494,19.056356,13.913292,432.7337,62.75811,1578.3928,123.95753,2254.0273,235.22607,365.61908,91.13025,273.31934,7.8058405,12.984597,25.025404,3.7368643,3.2686384,64.80109,58.586098,68.24377,19.530174,25.543726,239.15305,7.716489,2997.1455,98.04067,59.870296,114.90157,109.09716,215.31891,130.75784,113.22581,27.345758,44.0389,113.96354,309.8157,738.2417,119.22473,424.45822,87.55825,111.8205,295.306,331.12607,954.4025,284.56628,3.8474019,19.012434,9.746129,40.863834,16788.049,4.388265,14.723716,24.906721,44.37829,504.76758,79.16425,183.72969,3.1155248,210.42802,510.4798,341.52344,125.34925,398.17242,31.080824,77.44621,235.79724,12.669751,1.772161,11.835939,1856.1735,0.14033747,0.4628127,54.34509,6.274693,3.842225,5.492111,9.795397,129.63283,45.308098,107.93878,711.5582,217.72324,1936.7963,1790.5181,14.489247,26.838821,12111.437,8.364196,61.93526,604.198,107.94449,156.6814,69.9002,357.4448,900.2233,409.4854,14.319854,83.2147,1051.9255,1963.8701,42.546936,565.8016,41.140076,1.0640479,60.57725,1.1181376,0.67467314,3.0662808,35.64116,116.190796,273.69705,17.957033,3433.686,294.92517,106.5224,160.10147,78.25576,96.28058,55.640457,6.410148,99.15188,655.11664,190.0816,108.53195,90.84666,17.795431,85.40226,89.12433,45.350166,836.73846,173.73155,3927.7993,35.99174,3508.4917,78.98982,431.02747,2425.3162,79.072754,9.404911,1487.2905,1453.1581,4815.194,127.06943 +2023-07-11 15:00:00,0.0,16822.654,211.34879,21.739853,35.36589,24.363071,168.93439,24.448162,33.367203,19.807957,22.168875,688.83246,415.14395,9.755821,130.97678,12.884528,1.211567,24.348764,18.619844,1.6233202,341.75253,0.33669087,315.1984,47.101925,0.53312564,2.6918771,107.57709,20.216192,60.896507,123.75794,20811.672,0.4734856,1522.5756,0.8912642,0.54044366,0.28299487,1.6697773,153.82774,195.19345,27.555109,205.8014,22.68636,50.59673,1665.1765,3.4845839,219.08977,153.11237,347.43204,142.39163,364.334,24.313744,395.4839,0.0,2598.1392,14991.289,27.666471,419.8545,135.82213,44371.48,131.9524,22.481194,151.33241,337.0869,55.44423,21.414543,230.87088,2115.8096,348.91003,147.92229,19.070005,13.9211235,432.63022,62.779503,1577.7607,123.87823,2254.4658,235.09152,365.6759,91.10195,273.02774,7.8038497,12.980184,25.006245,3.7343345,3.2661374,64.80784,58.605103,68.2512,19.548294,25.55087,238.92708,7.7146215,2997.415,97.95468,59.904232,114.81013,109.04995,215.33131,130.67896,113.34677,27.321194,44.025146,113.925606,309.77902,737.8767,119.09274,424.17514,87.51612,111.86501,295.2611,331.31653,954.42413,284.31595,3.8479133,19.020061,9.743817,40.860096,16792.604,4.385328,14.73252,24.918953,44.345474,504.42102,79.09718,183.62025,3.1150465,210.25352,510.24136,341.40125,125.35467,398.41904,31.090591,77.49567,235.65393,12.665964,1.7718018,11.833923,1854.9929,0.14021923,0.46248516,54.332626,6.2792053,3.8419976,5.4890313,9.790599,129.56383,45.28584,107.89497,711.2766,217.76044,1937.0103,1790.7108,14.494678,26.847143,12109.322,8.363101,61.949932,604.3985,107.99496,156.72551,69.92107,357.55966,900.03986,409.53238,14.327131,83.24677,1051.9609,1964.1471,42.560608,565.90186,41.156013,1.0641128,60.58069,1.1181389,0.6747005,3.066447,35.66177,116.20548,273.66162,17.959503,3433.278,295.04233,106.56317,160.14616,78.26267,96.27873,55.63609,6.4229503,99.16331,655.4181,190.19441,108.582245,90.906906,17.776613,85.51296,89.20061,45.332756,836.5331,173.74232,3927.1892,35.984016,3507.4915,78.98931,431.00366,2424.9768,79.07974,9.405062,1486.6428,1452.1077,4812.48,126.995834 +2023-07-11 16:00:00,0.0,16824.285,211.55356,21.747965,35.36382,24.373352,168.92072,24.4475,33.36514,19.808187,22.165813,689.2369,414.8042,9.753573,130.97702,12.872721,1.2103266,24.354204,18.602076,1.6246793,341.7309,0.3364975,315.22256,47.092117,0.53387797,2.6916885,107.57553,20.206783,60.844685,123.70721,20825.127,0.4727777,1522.6562,0.89034885,0.5398938,0.28264445,1.6676441,153.8037,195.11792,27.54915,205.78494,22.682463,50.66459,1666.2153,3.4828384,219.29655,153.20683,347.4663,142.38925,364.2719,24.333744,395.72717,0.0,2597.7231,14989.486,27.688099,420.08243,135.85854,44369.477,131.95265,22.495825,151.37015,337.3242,55.47639,21.43417,230.94879,2115.8735,348.8972,147.99965,19.083652,13.928955,432.5267,62.800896,1577.1288,123.79893,2254.9043,234.95699,365.73273,91.07366,272.73615,7.801859,12.97577,24.987085,3.7318046,3.2636364,64.81458,58.6241,68.25862,19.566414,25.558016,238.70111,7.7127542,2997.6846,97.86868,59.93817,114.71867,109.00274,215.34373,130.60005,113.46774,27.29663,44.011395,113.887665,309.7423,737.5117,118.960754,423.8921,87.474,111.90952,295.21622,331.507,954.44574,284.0656,3.8484247,19.027689,9.741506,40.856358,16797.158,4.3823905,14.741323,24.931183,44.31266,504.07446,79.03011,183.51082,3.114568,210.07904,510.0029,341.27902,125.360085,398.66562,31.100359,77.54512,235.5106,12.662178,1.7714427,11.831906,1853.8124,0.140101,0.46215767,54.32016,6.2837176,3.8417702,5.4859514,9.785801,129.49483,45.263577,107.851166,710.99493,217.79765,1937.2241,1790.9037,14.500108,26.855467,12107.208,8.362007,61.964603,604.599,108.04543,156.76962,69.94193,357.67456,899.85645,409.5793,14.334409,83.278854,1051.9962,1964.4241,42.574276,566.00214,41.171955,1.0641778,60.584126,1.1181403,0.67472786,3.0666134,35.682377,116.22017,273.6262,17.961971,3432.8704,295.1595,106.60394,160.19086,78.269585,96.27688,55.63172,6.435753,99.17473,655.7196,190.30722,108.632545,90.96715,17.757795,85.62366,89.27688,45.315342,836.32776,173.7531,3926.5793,35.976288,3506.491,78.9888,430.9799,2424.6375,79.08673,9.405212,1485.995,1451.0573,4809.766,126.92223 +2023-07-11 17:00:00,0.0,16825.914,211.75833,21.756075,35.361748,24.38363,168.90706,24.446838,33.36307,19.80842,22.16275,689.6413,414.46445,9.751326,130.97728,12.860913,1.2090862,24.359642,18.584307,1.6260386,341.70926,0.33630413,315.24673,47.082314,0.53463036,2.6915002,107.573975,20.197374,60.792866,123.65646,20838.582,0.4720698,1522.7369,0.88943356,0.5393439,0.282294,1.6655111,153.77965,195.04237,27.54319,205.76848,22.678566,50.73245,1667.2542,3.481093,219.50334,153.30128,347.5006,142.38686,364.20978,24.353743,395.97046,0.0,2597.3071,14987.684,27.709724,420.31033,135.89494,44367.473,131.95291,22.510458,151.40788,337.56143,55.508553,21.453794,231.02672,2115.9377,348.88434,148.077,19.097301,13.936788,432.42322,62.822292,1576.4968,123.71963,2255.3428,234.82245,365.78958,91.04537,272.44455,7.799868,12.971356,24.967926,3.7292745,3.2611353,64.821335,58.643105,68.26605,19.584534,25.56516,238.47514,7.710887,2997.9543,97.78269,59.97211,114.62723,108.95553,215.35614,130.52116,113.58871,27.272066,43.997646,113.849724,309.70563,737.1467,118.828766,423.60904,87.43187,111.95404,295.17133,331.69745,954.4674,283.81525,3.848936,19.035316,9.739194,40.852615,16801.71,4.379453,14.750127,24.943415,44.279846,503.72794,78.96304,183.40138,3.1140897,209.90454,509.76443,341.1568,125.3655,398.91223,31.110125,77.594574,235.3673,12.658392,1.7710835,11.82989,1852.6317,0.13998276,0.46183017,54.307697,6.28823,3.8415427,5.482871,9.781003,129.42583,45.241314,107.80736,710.7133,217.83485,1937.4381,1791.0964,14.505538,26.863789,12105.094,8.360913,61.97928,604.7995,108.0959,156.81375,69.9628,357.78943,899.673,409.62628,14.341686,83.31093,1052.0316,1964.701,42.587948,566.1024,41.187893,1.0642427,60.587563,1.1181417,0.6747552,3.0667796,35.702988,116.23486,273.59073,17.96444,3432.4624,295.27664,106.644714,160.23555,78.2765,96.27503,55.627354,6.4485555,99.18616,656.02106,190.42003,108.682846,91.02739,17.73898,85.73435,89.35316,45.29793,836.12244,173.76389,3925.9692,35.968563,3505.4907,78.98828,430.9561,2424.2983,79.09372,9.405363,1485.3473,1450.0068,4807.052,126.84864 +2023-07-11 18:00:00,0.0,16827.543,211.96312,21.764187,35.359676,24.393911,168.89339,24.446177,33.361008,19.808651,22.159687,690.04565,414.12466,9.749079,130.97752,12.849105,1.2078457,24.36508,18.566538,1.6273977,341.68762,0.33611077,315.2709,47.072506,0.53538275,2.6913116,107.57242,20.187965,60.741043,123.60572,20852.035,0.4713619,1522.8176,0.8885182,0.538794,0.28194356,1.6633781,153.75562,194.96684,27.53723,205.75201,22.67467,50.80031,1668.2931,3.4793472,219.71013,153.39575,347.5349,142.38448,364.14767,24.373743,396.21378,0.0,2596.8906,14985.88,27.731352,420.53827,135.93135,44365.47,131.95317,22.52509,151.44562,337.7987,55.54071,21.473421,231.10464,2116.0017,348.87146,148.15434,19.11095,13.944619,432.31973,62.843685,1575.8647,123.64033,2255.7812,234.6879,365.84644,91.017075,272.15292,7.7978773,12.966943,24.948767,3.7267447,3.2586343,64.82808,58.6621,68.27348,19.602654,25.572308,238.24918,7.7090197,2998.2239,97.69669,60.00605,114.53578,108.90832,215.36855,130.44226,113.70968,27.247503,43.983894,113.81179,309.66895,736.7818,118.69678,423.32596,87.38975,111.99855,295.12643,331.8879,954.489,283.5649,3.8494475,19.042944,9.736881,40.848877,16806.266,4.376516,14.758931,24.955647,44.247032,503.38138,78.89597,183.29195,3.1136112,209.73004,509.526,341.03458,125.37092,399.15884,31.119892,77.64403,235.22397,12.654606,1.7707243,11.827874,1851.4512,0.13986452,0.46150264,54.29523,6.2927423,3.8413153,5.479791,9.776206,129.35684,45.219055,107.76355,710.43164,217.87206,1937.652,1791.2893,14.510968,26.87211,12102.9795,8.359818,61.99395,605.00006,108.14637,156.85786,69.983665,357.9043,899.48956,409.67322,14.348963,83.34301,1052.067,1964.978,42.60162,566.2027,41.20383,1.0643077,60.591003,1.1181431,0.6747826,3.066946,35.7236,116.24955,273.5553,17.966908,3432.0544,295.3938,106.685486,160.28024,78.28341,96.273186,55.622982,6.4613576,99.19758,656.3226,190.53284,108.73314,91.08764,17.720161,85.84505,89.429436,45.28052,835.9171,173.77466,3925.3591,35.960835,3504.4902,78.98777,430.9323,2423.959,79.10071,9.405514,1484.6995,1448.9563,4804.338,126.77505 +2023-07-11 19:00:00,0.0,16829.172,212.16791,21.772297,35.357605,24.404192,168.87971,24.445515,33.35894,19.808884,22.156624,690.4501,413.7849,9.746831,130.97778,12.837297,1.2066053,24.37052,18.548769,1.6287568,341.66595,0.33591738,315.29507,47.0627,0.53613514,2.691123,107.57086,20.178556,60.68922,123.55498,20865.49,0.47065398,1522.8983,0.88760287,0.5382441,0.2815931,1.6612451,153.73157,194.89131,27.53127,205.73555,22.670773,50.868168,1669.3319,3.4776018,219.9169,153.4902,347.56918,142.3821,364.08554,24.393744,396.45706,0.0,2596.4746,14984.077,27.752977,420.7662,135.96776,44363.465,131.95343,22.53972,151.48335,338.03595,55.572872,21.493046,231.18257,2116.0657,348.8586,148.2317,19.1246,13.952451,432.21625,62.865078,1575.2328,123.56103,2256.2195,234.55336,365.9033,90.988785,271.86133,7.7958865,12.962528,24.929607,3.7242148,3.2561333,64.83483,58.681107,68.28091,19.620773,25.579453,238.02321,7.7071524,2998.4934,97.6107,60.039986,114.444336,108.86111,215.38097,130.36336,113.83064,27.222939,43.970142,113.77385,309.63223,736.4168,118.56478,423.0429,87.34762,112.04307,295.08154,332.07837,954.5106,283.31458,3.849959,19.050571,9.73457,40.84514,16810.82,4.3735785,14.767735,24.967876,44.21422,503.03482,78.8289,183.18251,3.1131327,209.55554,509.28754,340.91238,125.376335,399.40546,31.12966,77.693474,235.08066,12.650819,1.770365,11.825858,1850.2706,0.13974628,0.46117514,54.282764,6.2972546,3.8410878,5.4767113,9.771408,129.28784,45.196793,107.71974,710.14996,217.90927,1937.8658,1791.482,14.516398,26.880432,12100.866,8.358725,62.008625,605.20056,108.196846,156.902,70.00453,358.01917,899.3061,409.72018,14.35624,83.37509,1052.1023,1965.255,42.615288,566.303,41.21977,1.0643727,60.59444,1.1181444,0.67480993,3.0671122,35.74421,116.26424,273.51984,17.969378,3431.6465,295.511,106.72625,160.32494,78.29032,96.27134,55.618614,6.47416,99.20901,656.6241,190.64565,108.78344,91.14788,17.701345,85.95574,89.505714,45.26311,835.7118,173.78543,3924.749,35.95311,3503.49,78.98726,430.9085,2423.6196,79.1077,9.405664,1484.0516,1447.9059,4801.624,126.701454 +2023-07-11 20:00:00,0.0,16830.803,212.37268,21.780409,35.355534,24.41447,168.86606,24.444853,33.356876,19.809114,22.15356,690.8545,413.44513,9.744583,130.97803,12.82549,1.205365,24.375957,18.531,1.6301159,341.64432,0.33572403,315.31924,47.052895,0.5368875,2.6909344,107.569305,20.16915,60.637398,123.50424,20878.945,0.4699461,1522.979,0.8866875,0.5376942,0.28124267,1.659112,153.70753,194.81577,27.525309,205.71909,22.666876,50.936028,1670.3707,3.475856,220.12369,153.58466,347.60345,142.3797,364.02344,24.413744,396.70038,0.0,2596.0583,14982.274,27.774605,420.99414,136.00417,44361.46,131.95369,22.554352,151.52109,338.27322,55.605034,21.512672,231.2605,2116.13,348.84576,148.30905,19.138247,13.960282,432.11276,62.88647,1574.6007,123.48173,2256.658,234.41881,365.9601,90.96049,271.56973,7.7938957,12.958115,24.910448,3.721685,3.2536323,64.841576,58.700104,68.28834,19.638891,25.586597,237.79724,7.7052855,2998.763,97.524704,60.073925,114.35288,108.813896,215.39337,130.28447,113.951614,27.198376,43.95639,113.73591,309.59555,736.0518,118.43279,422.75986,87.3055,112.08758,295.03665,332.26883,954.5323,283.06424,3.8504705,19.058199,9.732258,40.841396,16815.373,4.3706417,14.776539,24.980108,44.1814,502.6883,78.76183,183.07307,3.1126544,209.38104,509.04907,340.79016,125.38175,399.65207,31.139425,77.74293,234.93733,12.647033,1.7700058,11.823842,1849.09,0.13962804,0.46084762,54.2703,6.301767,3.8408604,5.4736314,9.76661,129.21884,45.17453,107.675934,709.8683,217.94647,1938.0798,1791.6749,14.521829,26.888754,12098.752,8.357631,62.023296,605.40106,108.247314,156.9461,70.025406,358.13406,899.1227,409.76715,14.363518,83.407166,1052.1377,1965.532,42.62896,566.4032,41.23571,1.0644376,60.597878,1.1181458,0.6748373,3.0672786,35.764816,116.27892,273.4844,17.971846,3431.2385,295.62814,106.76702,160.36963,78.29723,96.269485,55.614246,6.4869623,99.22043,656.92554,190.75845,108.83374,91.20813,17.682528,86.06644,89.581985,45.2457,835.5064,173.7962,3924.139,35.945385,3502.4895,78.98675,430.88474,2423.2805,79.114685,9.405815,1483.4039,1446.8555,4798.91,126.62786 +2023-07-11 21:00:00,0.0,16832.432,212.57745,21.788519,35.353462,24.424751,168.85239,24.444191,33.354813,19.809347,22.150497,691.2589,413.10538,9.742335,130.97829,12.813682,1.2041245,24.381395,18.513231,1.631475,341.62268,0.33553064,315.3434,47.043087,0.5376399,2.6907458,107.56774,20.15974,60.585575,123.4535,20892.398,0.4692382,1523.0597,0.8857722,0.5371443,0.28089225,1.6569788,153.68349,194.74023,27.51935,205.70262,22.66298,51.00389,1671.4097,3.4741106,220.33047,153.67912,347.63776,142.37732,363.9613,24.433744,396.94366,0.0,2595.642,14980.472,27.79623,421.22205,136.04057,44359.457,131.95395,22.568985,151.55884,338.5105,55.637196,21.532297,231.33842,2116.1938,348.83292,148.38641,19.151896,13.968114,432.00928,62.907867,1573.9688,123.40242,2257.0964,234.28427,366.01697,90.9322,271.27814,7.791905,12.953701,24.891289,3.7191548,3.251131,64.84833,58.71911,68.29576,19.657011,25.593742,237.57126,7.7034183,2999.0327,97.43871,60.107864,114.26144,108.766685,215.40578,130.20557,114.07258,27.173811,43.94264,113.69797,309.55884,735.6868,118.300804,422.4768,87.26337,112.132095,294.9918,332.4593,954.5539,282.8139,3.850982,19.065826,9.729946,40.837658,16819.928,4.3677044,14.785342,24.99234,44.148586,502.34174,78.69476,182.96364,3.112176,209.20656,508.81064,340.66794,125.38717,399.89868,31.149193,77.79238,234.79402,12.643247,1.7696466,11.821826,1847.9094,0.1395098,0.46052012,54.257835,6.306279,3.8406327,5.470551,9.761812,129.14984,45.15227,107.632126,709.5867,217.98369,1938.2937,1791.8678,14.527258,26.897078,12096.638,8.356537,62.03797,605.60156,108.29778,156.99023,70.04627,358.24893,898.9392,409.8141,14.370795,83.43925,1052.1731,1965.809,42.642628,566.5035,41.251648,1.0645026,60.601315,1.1181471,0.67486465,3.0674448,35.785427,116.29361,273.44894,17.974314,3430.8306,295.7453,106.80779,160.41432,78.304146,96.26764,55.60988,6.499765,99.23186,657.22705,190.87126,108.88403,91.26837,17.66371,86.17713,89.658264,45.22829,835.3011,173.80698,3923.529,35.937656,3501.4893,78.98624,430.86093,2422.9412,79.12167,9.405966,1482.7561,1445.8049,4796.196,126.55426 +2023-07-11 22:00:00,0.0,16834.06,212.78224,21.79663,35.35139,24.435032,168.83871,24.44353,33.352745,19.809578,22.147434,691.66327,412.76562,9.7400875,130.97853,12.801874,1.2028841,24.386835,18.49546,1.6328342,341.60104,0.33533728,315.36758,47.03328,0.53839225,2.6905575,107.566185,20.150331,60.533752,123.402756,20905.854,0.4685303,1523.1404,0.8848569,0.5365944,0.2805418,1.6548458,153.65944,194.66469,27.51339,205.68616,22.659082,51.07175,1672.4485,3.472365,220.53726,153.77357,347.67206,142.37494,363.89917,24.453743,397.18695,0.0,2595.226,14978.668,27.817858,421.44998,136.07698,44357.453,131.95421,22.583616,151.59657,338.74774,55.669357,21.551924,231.41635,2116.258,348.82007,148.46376,19.165545,13.975945,431.9058,62.92926,1573.3367,123.32312,2257.535,234.14973,366.07382,90.9039,270.9865,7.7899146,12.949287,24.87213,3.716625,3.24863,64.85507,58.738106,68.30319,19.67513,25.60089,237.34529,7.701551,2999.3022,97.352715,60.1418,114.16999,108.719475,215.4182,130.12668,114.19355,27.149246,43.92889,113.660034,309.52216,735.32184,118.168816,422.19373,87.22124,112.176605,294.9469,332.64975,954.57556,282.56357,3.8514934,19.073454,9.727634,40.833916,16824.482,4.364767,14.794146,25.00457,44.115772,501.9952,78.62769,182.8542,3.1116977,209.03206,508.57217,340.54572,125.392586,400.1453,31.15896,77.841835,234.6507,12.639461,1.7692875,11.81981,1846.7289,0.13939156,0.46019262,54.245373,6.3107915,3.8404052,5.467471,9.757014,129.08084,45.13001,107.58832,709.30505,218.02089,1938.5077,1792.0605,14.532688,26.9054,12094.523,8.355442,62.052643,605.80206,108.34825,157.03435,70.06714,358.3638,898.7558,409.86105,14.378072,83.47133,1052.2085,1966.0859,42.6563,566.60376,41.267586,1.0645676,60.604755,1.1181486,0.674892,3.067611,35.806038,116.308304,273.4135,17.976784,3430.4229,295.86246,106.848564,160.459,78.31106,96.26579,55.60551,6.5125675,99.24328,657.5285,190.98407,108.93433,91.32862,17.644894,86.28783,89.73454,45.21088,835.09576,173.81776,3922.919,35.92993,3500.489,78.98572,430.83713,2422.6018,79.12866,9.4061165,1482.1084,1444.7545,4793.482,126.48067 +2023-07-11 23:00:00,0.0,16835.691,212.98703,21.804743,35.34932,24.44531,168.82506,24.442867,33.35068,19.80981,22.144373,692.0677,412.42584,9.73784,130.97879,12.790066,1.2016436,24.392273,18.477692,1.6341933,341.5794,0.33514392,315.39175,47.02347,0.53914464,2.690369,107.56463,20.140923,60.481934,123.35201,20919.309,0.4678224,1523.2211,0.88394153,0.53604454,0.28019136,1.6527128,153.6354,194.58916,27.50743,205.6697,22.655186,51.13961,1673.4873,3.4706194,220.74403,153.86804,347.70633,142.37254,363.83707,24.473743,397.43027,0.0,2594.8096,14976.865,27.839483,421.67792,136.11339,44355.45,131.95447,22.598248,151.63431,338.985,55.701515,21.571548,231.49428,2116.322,348.80722,148.54112,19.179193,13.983777,431.8023,62.950653,1572.7047,123.24382,2257.9734,234.01518,366.13068,90.87561,270.69492,7.787924,12.944874,24.85297,3.714095,3.246129,64.86182,58.75711,68.310616,19.69325,25.608034,237.11932,7.6996837,2999.5718,97.26672,60.17574,114.07854,108.672264,215.4306,130.04778,114.314514,27.124683,43.91514,113.62209,309.48547,734.95685,118.03683,421.91068,87.179115,112.221115,294.902,332.84018,954.59717,282.31323,3.8520048,19.081083,9.725323,40.830177,16829.037,4.3618298,14.80295,25.016802,44.08296,501.64865,78.56062,182.74477,3.1112192,208.85756,508.3337,340.42352,125.398,400.3919,31.168728,77.89129,234.50739,12.6356735,1.7689283,11.817794,1845.5482,0.13927332,0.4598651,54.232906,6.315304,3.8401778,5.464391,9.752216,129.01184,45.107746,107.54451,709.0234,218.05809,1938.7216,1792.2534,14.538118,26.913721,12092.409,8.354348,62.067314,606.00256,108.39873,157.07846,70.088005,358.47867,898.5723,409.908,14.385349,83.5034,1052.2438,1966.3629,42.669968,566.70404,41.283524,1.0646325,60.608192,1.1181499,0.67491937,3.0677774,35.82665,116.32299,273.37808,17.979252,3430.015,295.9796,106.889336,160.5037,78.31797,96.26395,55.601143,6.5253696,99.25471,657.83,191.09688,108.984634,91.38886,17.626076,86.39852,89.81082,45.19347,834.89044,173.82854,3922.3088,35.922203,3499.4885,78.98521,430.81335,2422.2627,79.13565,9.406267,1481.4606,1443.7041,4790.768,126.407074 +2023-07-12 00:00:00,0.0,16837.32,213.1918,21.812853,35.347248,24.455591,168.81139,24.442207,33.348618,19.810043,22.14131,692.4721,412.0861,9.735592,130.97903,12.778258,1.2004032,24.397713,18.459923,1.6355524,341.55777,0.33495054,315.41592,47.013668,0.539897,2.6901803,107.56307,20.131514,60.43011,123.30127,20932.762,0.4671145,1523.3018,0.88302624,0.5354946,0.27984092,1.6505798,153.61136,194.51361,27.501469,205.65323,22.651289,51.20747,1674.5262,3.4688737,220.95082,153.9625,347.74063,142.37016,363.77493,24.493744,397.67355,0.0,2594.3936,14975.0625,27.86111,421.90582,136.1498,44353.445,131.95473,22.612879,151.67204,339.22226,55.733677,21.591173,231.5722,2116.3862,348.79434,148.61847,19.19284,13.99161,431.69882,62.972046,1572.0728,123.16452,2258.4116,233.88065,366.1875,90.84732,270.40332,7.785933,12.94046,24.83381,3.7115653,3.243628,64.86857,58.776115,68.31805,19.71137,25.61518,236.89336,7.6978164,2999.8416,97.180725,60.20968,113.98709,108.62505,215.44301,129.96889,114.435486,27.100119,43.901386,113.58415,309.44876,734.59186,117.90484,421.62762,87.136986,112.26563,294.85712,333.03064,954.6188,282.0629,3.8525162,19.08871,9.723011,40.82644,16833.59,4.3588924,14.811753,25.029034,44.050144,501.3021,78.49355,182.63533,3.110741,208.68306,508.09528,340.3013,125.40342,400.63852,31.178493,77.940735,234.36406,12.631887,1.7685691,11.815778,1844.3677,0.13915507,0.4595376,54.220444,6.319816,3.8399503,5.4613113,9.747418,128.94284,45.085484,107.5007,708.7417,218.0953,1938.9354,1792.4462,14.543549,26.922043,12090.295,8.353254,62.08199,606.20306,108.449196,157.12259,70.10887,358.59354,898.3889,409.95496,14.392627,83.535484,1052.2792,1966.6398,42.68364,566.8043,41.29946,1.0646975,60.61163,1.1181513,0.6749467,3.0679436,35.847256,116.33768,273.34262,17.98172,3429.607,296.09677,106.93011,160.54839,78.32488,96.2621,55.596775,6.5381722,99.26613,658.1315,191.20969,109.034935,91.449104,17.607258,86.50922,89.8871,45.17606,834.6851,173.83931,3921.6987,35.91448,3498.4883,78.984695,430.78955,2421.9233,79.14264,9.406418,1480.8129,1442.6536,4788.054,126.33348 +2023-07-12 01:00:00,0.0,16838.95,213.39658,21.820965,35.345177,24.465872,168.79771,24.441545,33.34655,19.810274,22.138247,692.8765,411.7463,9.733344,130.9793,12.766451,1.1991627,24.40315,18.442154,1.6369115,341.5361,0.33475718,315.4401,47.00386,0.5406494,2.6899917,107.561516,20.122105,60.37829,123.250534,20946.217,0.46640658,1523.3824,0.8821109,0.5349447,0.27949047,1.6484467,153.58733,194.43808,27.495508,205.63676,22.647392,51.27533,1675.5651,3.4671283,221.15761,154.05695,347.7749,142.36778,363.71283,24.513744,397.91684,0.0,2593.9773,14973.26,27.882736,422.13376,136.1862,44351.44,131.95499,22.627512,151.70978,339.4595,55.76584,21.6108,231.65013,2116.4502,348.7815,148.69583,19.20649,13.999441,431.59534,62.993443,1571.4407,123.08522,2258.85,233.7461,366.24432,90.81902,270.11172,7.783942,12.936046,24.814651,3.7090352,3.241127,64.87531,58.795116,68.32548,19.729488,25.622324,236.66739,7.695949,3000.111,97.094734,60.243614,113.895645,108.57785,215.45543,129.88998,114.55645,27.075556,43.887634,113.54622,309.41208,734.22687,117.77285,421.34454,87.094864,112.31014,294.81223,333.2211,954.64044,281.81256,3.8530276,19.096338,9.720699,40.822697,16838.145,4.355955,14.820558,25.041264,44.01733,500.95557,78.42648,182.5259,3.1102624,208.50858,507.8568,340.17908,125.40884,400.88513,31.188261,77.99019,234.22075,12.628101,1.7682098,11.813762,1843.1871,0.13903683,0.4592101,54.207977,6.3243284,3.8397229,5.458231,9.74262,128.87384,45.063225,107.456894,708.4601,218.1325,1939.1494,1792.639,14.548979,26.930365,12088.181,8.3521595,62.09666,606.40356,108.499664,157.1667,70.12974,358.70844,898.20544,410.00192,14.399904,83.567566,1052.3146,1966.9167,42.69731,566.90454,41.315403,1.0647625,60.615067,1.1181526,0.6749741,3.06811,35.867867,116.35236,273.3072,17.984188,3429.199,296.21393,106.97088,160.59308,78.331795,96.26025,55.592407,6.550975,99.27756,658.433,191.3225,109.08523,91.50935,17.588442,86.61991,89.96337,45.15865,834.47974,173.85008,3921.0886,35.906754,3497.4878,78.984184,430.76578,2421.584,79.14963,9.406569,1480.165,1441.6031,4785.3403,126.25989 +2023-07-12 02:00:00,0.0,16840.578,213.60136,21.829075,35.343105,24.47615,168.78406,24.440884,33.344486,19.810507,22.135183,693.2809,411.40656,9.731096,130.97954,12.7546425,1.1979223,24.408588,18.424385,1.6382707,341.51447,0.3345638,315.46426,46.994053,0.5414018,2.6898031,107.55996,20.112698,60.326466,123.19979,20959.672,0.4656987,1523.4631,0.88119555,0.53439486,0.27914003,1.6463137,153.56328,194.36255,27.48955,205.6203,22.643496,51.34319,1676.6039,3.4653828,221.36438,154.15141,347.8092,142.36539,363.6507,24.533743,398.16016,0.0,2593.561,14971.456,27.904364,422.3617,136.22261,44349.44,131.95525,22.642143,151.74751,339.69678,55.798,21.630424,231.72804,2116.5142,348.76865,148.77318,19.220139,14.007273,431.49185,63.014835,1570.8087,123.00592,2259.2886,233.61156,366.3012,90.79073,269.8201,7.7819514,12.931632,24.795492,3.7065053,3.238626,64.882065,58.814117,68.3329,19.747608,25.62947,236.44142,7.694082,3000.3806,97.008736,60.277554,113.80419,108.53064,215.46783,129.81108,114.67742,27.050991,43.873882,113.50828,309.37537,733.8619,117.64086,421.0615,87.052734,112.35466,294.76733,333.41156,954.66205,281.56223,3.853539,19.103966,9.718387,40.81896,16842.7,4.353018,14.829361,25.053495,43.984516,500.609,78.35941,182.41646,3.1097841,208.33408,507.61835,340.05685,125.41425,401.13174,31.198029,78.03964,234.07742,12.624315,1.7678506,11.811746,1842.0065,0.1389186,0.45888257,54.195515,6.3288407,3.8394954,5.455151,9.7378235,128.80484,45.040962,107.413086,708.1784,218.16972,1939.3633,1792.8319,14.554409,26.938686,12086.067,8.351066,62.111336,606.60406,108.55013,157.21083,70.150604,358.8233,898.02203,410.04886,14.407181,83.59964,1052.35,1967.1937,42.71098,567.0048,41.33134,1.0648274,60.618507,1.118154,0.6750014,3.0682762,35.888477,116.36705,273.27173,17.986658,3428.791,296.3311,107.01165,160.63777,78.338715,96.2584,55.58804,6.563777,99.28898,658.7345,191.43529,109.13553,91.569595,17.569624,86.730606,90.03965,45.14124,834.2744,173.86087,3920.4788,35.899025,3496.4875,78.98367,430.74197,2421.2449,79.156624,9.406719,1479.5173,1440.5527,4782.626,126.186295 +2023-07-12 03:00:00,0.0,16842.209,213.80615,21.837187,35.341034,24.486431,168.77039,24.440222,33.34242,19.810738,22.13212,693.6853,411.06677,9.728848,130.9798,12.742835,1.196682,24.414028,18.406616,1.6396298,341.49283,0.33437043,315.48843,46.98425,0.54215413,2.6896148,107.558395,20.103289,60.274643,123.14905,20973.125,0.4649908,1523.5438,0.8802802,0.53384495,0.2787896,1.6441805,153.53925,194.287,27.48359,205.60384,22.639599,51.41105,1677.6428,3.463637,221.57117,154.24586,347.8435,142.363,363.5886,24.553743,398.40344,0.0,2593.145,14969.653,27.92599,422.5896,136.25902,44347.438,131.9555,22.656775,151.78525,339.93402,55.83016,21.650051,231.80597,2116.5784,348.7558,148.85054,19.233788,14.015104,431.38837,63.03623,1570.1766,122.92661,2259.727,233.47702,366.35803,90.762436,269.5285,7.7799606,12.927218,24.776333,3.7039754,3.236125,64.88881,58.83312,68.34033,19.765728,25.636616,236.21545,7.6922145,3000.6501,96.922745,60.311493,113.712746,108.48343,215.48024,129.7322,114.798386,27.026428,43.860134,113.47034,309.33868,733.49695,117.50887,420.77844,87.01061,112.39917,294.72244,333.60202,954.68365,281.3119,3.8540504,19.111593,9.716075,40.81522,16847.252,4.3500805,14.838165,25.065727,43.951702,500.26245,78.29234,182.30702,3.1093056,208.15958,507.3799,339.93466,125.41967,401.37836,31.207796,78.089096,233.93411,12.620528,1.7674915,11.80973,1840.8259,0.13880035,0.45855507,54.18305,6.333353,3.839268,5.452071,9.733026,128.73586,45.0187,107.36928,707.8967,218.20692,1939.5773,1793.0247,14.559839,26.94701,12083.953,8.349972,62.126007,606.80457,108.60061,157.25494,70.17147,358.93817,897.83856,410.09583,14.414458,83.63172,1052.3853,1967.4707,42.72465,567.1051,41.34728,1.0648924,60.621944,1.1181554,0.67502874,3.0684426,35.90909,116.381744,273.2363,17.989126,3428.383,296.44824,107.052414,160.68246,78.34563,96.25655,55.583668,6.5765796,99.3004,659.03595,191.5481,109.18583,91.629845,17.550806,86.8413,90.11593,45.12383,834.0691,173.87164,3919.8687,35.8913,3495.487,78.983154,430.7182,2420.9055,79.16361,9.40687,1478.8695,1439.5023,4779.912,126.1127 +2023-07-12 04:00:00,0.0,16843.838,214.01093,21.845297,35.338963,24.496712,168.75671,24.43956,33.340355,19.81097,22.129057,694.0897,410.72702,9.726601,130.98004,12.731028,1.1954415,24.419466,18.388845,1.640989,341.4712,0.33417708,315.51263,46.97444,0.5429065,2.6894262,107.55684,20.09388,60.222824,123.098305,20986.58,0.4642829,1523.6245,0.8793649,0.53329504,0.27843916,1.6420476,153.5152,194.21147,27.477629,205.58737,22.635702,51.47891,1678.6816,3.4618917,221.77795,154.34033,347.87778,142.36063,363.52646,24.573744,398.64673,0.0,2592.7285,14967.851,27.947617,422.81754,136.29544,44345.434,131.95576,22.671406,151.82298,340.1713,55.86232,21.669676,231.8839,2116.6423,348.74295,148.92789,19.247435,14.022936,431.28488,63.05762,1569.5447,122.84731,2260.1655,233.34247,366.4149,90.734146,269.2369,7.77797,12.922805,24.757174,3.7014453,3.233624,64.89556,58.85212,68.347755,19.783848,25.64376,235.98947,7.690347,3000.92,96.83675,60.34543,113.6213,108.43622,215.49266,129.65329,114.91936,27.001863,43.846382,113.432396,309.302,733.13196,117.376884,420.4954,86.96848,112.44369,294.67755,333.79248,954.7053,281.06155,3.8545618,19.11922,9.713763,40.811478,16851.807,4.347143,14.846969,25.077957,43.918888,499.91592,78.22527,182.19759,3.1088274,207.98508,507.14145,339.81244,125.42509,401.62497,31.217562,78.13855,233.79079,12.616742,1.7671323,11.8077135,1839.6454,0.13868211,0.45822757,54.170586,6.337865,3.8390405,5.4489913,9.728228,128.66685,44.99644,107.32546,707.6151,218.24413,1939.7911,1793.2175,14.565269,26.955332,12081.839,8.348877,62.14068,607.00507,108.65108,157.29906,70.19234,359.05304,897.65515,410.14276,14.421736,83.663795,1052.4207,1967.7477,42.73832,567.2054,41.363216,1.0649574,60.62538,1.1181568,0.6750561,3.0686088,35.929695,116.39643,273.20087,17.991594,3427.9753,296.5654,107.093185,160.72716,78.35254,96.25471,55.5793,6.5893817,99.31183,659.33746,191.6609,109.23612,91.69009,17.53199,86.951996,90.19221,45.10642,833.8638,173.88242,3919.2585,35.88357,3494.4868,78.98264,430.6944,2420.5662,79.1706,9.407021,1478.2218,1438.4518,4777.198,126.0391 +2023-07-12 05:00:00,0.0,16845.467,214.2157,21.853409,35.33689,24.50699,168.74306,24.438898,33.33829,19.811201,22.125994,694.49414,410.38727,9.724353,130.9803,12.719219,1.1942011,24.424906,18.371077,1.642348,341.44955,0.3339837,315.5368,46.964634,0.5436589,2.6892376,107.55528,20.08447,60.171,123.04757,21000.035,0.463575,1523.7052,0.87844956,0.5327452,0.27808872,1.6399145,153.49115,194.13593,27.471668,205.5709,22.631805,51.54677,1679.7205,3.460146,221.98474,154.43478,347.91208,142.35823,363.46436,24.593744,398.89005,0.0,2592.3125,14966.048,27.969242,423.04547,136.33185,44343.43,131.95602,22.686039,151.86073,340.40854,55.89448,21.689302,231.96182,2116.7065,348.7301,149.00525,19.261084,14.030767,431.1814,63.079014,1568.9127,122.76801,2260.6038,233.20793,366.4717,90.70585,268.9453,7.775979,12.918391,24.738014,3.6989155,3.231123,64.902306,58.87112,68.35519,19.801968,25.650906,235.7635,7.68848,3001.1895,96.750755,60.379368,113.529854,108.38901,215.50507,129.5744,115.04032,26.977299,43.83263,113.39446,309.2653,732.76697,117.244896,420.2123,86.92636,112.4882,294.63266,333.98294,954.7269,280.81122,3.8550732,19.126848,9.711452,40.80774,16856.361,4.344206,14.855772,25.090189,43.886074,499.56937,78.1582,182.08815,3.1083488,207.8106,506.90298,339.69022,125.430504,401.87158,31.22733,78.187996,233.64748,12.612956,1.7667731,11.805697,1838.4647,0.13856387,0.45790005,54.15812,6.342377,3.838813,5.445911,9.72343,128.59785,44.97418,107.281654,707.33344,218.28134,1940.005,1793.4103,14.570699,26.963654,12079.725,8.347783,62.155354,607.20557,108.701546,157.34319,70.2132,359.1679,897.4717,410.18973,14.429013,83.69588,1052.456,1968.0247,42.75199,567.30566,41.379154,1.0650223,60.62882,1.1181582,0.67508346,3.0687752,35.950306,116.41112,273.1654,17.994062,3427.5674,296.68256,107.13396,160.77184,78.35945,96.25285,55.574932,6.6021843,99.32325,659.6389,191.77371,109.28642,91.750336,17.513172,87.06269,90.26848,45.08901,833.65845,173.89319,3918.6484,35.875847,3493.4863,78.98213,430.67062,2420.227,79.17759,9.407171,1477.574,1437.4014,4774.4844,125.96551 +2023-07-12 06:00:00,0.0,16847.098,214.42049,21.861519,35.33482,24.517271,168.72939,24.438236,33.336224,19.811434,22.122932,694.8985,410.0475,9.722105,130.98055,12.707412,1.1929606,24.430344,18.353308,1.6437072,341.42792,0.33379033,315.56097,46.95483,0.5444113,2.689049,107.55373,20.075062,60.11918,122.996826,21013.488,0.46286708,1523.7859,0.8775342,0.53219527,0.27773827,1.6377815,153.46712,194.0604,27.465708,205.55443,22.627909,51.614628,1680.7594,3.4584005,222.19151,154.52924,347.94635,142.35585,363.40222,24.613745,399.13333,0.0,2591.8962,14964.244,27.99087,423.27338,136.36826,44341.426,131.95628,22.70067,151.89847,340.64578,55.926643,21.708927,232.03975,2116.7705,348.71722,149.0826,19.274733,14.038599,431.0779,63.10041,1568.2806,122.68871,2261.0422,233.07338,366.5286,90.67756,268.6537,7.7739882,12.913978,24.718855,3.6963856,3.228622,64.90906,58.89012,68.36261,19.820086,25.658052,235.53754,7.686613,3001.459,96.66476,60.413307,113.4384,108.3418,215.51747,129.4955,115.16129,26.952736,43.81888,113.35652,309.2286,732.402,117.1129,419.92926,86.88423,112.53271,294.58777,334.1734,954.74854,280.56088,3.8555846,19.134476,9.70914,40.804,16860.916,4.3412685,14.864576,25.10242,43.85326,499.2228,78.09113,181.97871,3.1078706,207.6361,506.66455,339.568,125.43592,402.1182,31.237097,78.23745,233.50415,12.60917,1.7664139,11.803681,1837.2842,0.13844563,0.45757255,54.145657,6.3468895,3.8385856,5.442831,9.718632,128.52885,44.951916,107.23785,707.0518,218.31854,1940.219,1793.6031,14.576129,26.971975,12077.61,8.346689,62.170025,607.40607,108.752014,157.3873,70.23407,359.2828,897.28827,410.23666,14.43629,83.72796,1052.4915,1968.3016,42.765663,567.4059,41.395096,1.0650873,60.63226,1.1181595,0.6751108,3.0689414,35.970917,116.425804,273.12997,17.996532,3427.1594,296.79974,107.17473,160.81653,78.36636,96.25101,55.570564,6.614987,99.33468,659.9404,191.88652,109.33672,91.81058,17.494356,87.173386,90.34476,45.071598,833.4531,173.90398,3918.0386,35.868122,3492.486,78.98162,430.64682,2419.8877,79.18458,9.407322,1476.9263,1436.351,4771.77,125.891914 +2023-07-12 07:00:00,0.0,16848.727,214.62527,21.86963,35.33275,24.527552,168.71571,24.437574,33.33416,19.811666,22.11987,695.3029,409.70773,9.719857,130.9808,12.695603,1.1917202,24.435781,18.335539,1.6450664,341.40625,0.33359694,315.58514,46.945023,0.5451637,2.6888607,107.55217,20.065655,60.067356,122.94608,21026.943,0.4621592,1523.8666,0.87661886,0.53164536,0.27738783,1.6356484,153.44307,193.98485,27.45975,205.53796,22.624012,51.682487,1681.7982,3.4566548,222.3983,154.6237,347.98065,142.35347,363.34012,24.633743,399.37662,0.0,2591.48,14962.441,28.012495,423.5013,136.40466,44339.42,131.95654,22.715302,151.9362,340.88306,55.958805,21.728554,232.11768,2116.8347,348.70438,149.15996,19.288382,14.046432,430.97443,63.121803,1567.6487,122.60941,2261.4807,232.93884,366.58542,90.64927,268.3621,7.7719975,12.909563,24.699696,3.6938558,3.226121,64.9158,58.909122,68.37004,19.838205,25.665197,235.31157,7.684746,3001.7288,96.578766,60.447243,113.346954,108.294586,215.52989,129.4166,115.28226,26.928171,43.805126,113.31858,309.1919,732.037,116.98091,419.6462,86.84211,112.577225,294.54288,334.36386,954.7702,280.31055,3.856096,19.142103,9.706828,40.80026,16865.469,4.338331,14.87338,25.11465,43.820446,498.87628,78.02406,181.86928,3.107392,207.4616,506.4261,339.4458,125.44134,402.3648,31.246864,78.2869,233.36084,12.605383,1.7660547,11.801665,1836.1035,0.13832739,0.45724502,54.13319,6.351402,3.8383582,5.439751,9.713834,128.45985,44.929657,107.19404,706.77014,218.35574,1940.4329,1793.7959,14.581559,26.980297,12075.496,8.345595,62.1847,607.60657,108.80249,157.43143,70.25494,359.39767,897.1048,410.28363,14.443567,83.76003,1052.5267,1968.5786,42.77933,567.50616,41.411034,1.0651523,60.635696,1.118161,0.6751382,3.0691078,35.991528,116.44049,273.0945,17.999,3426.7515,296.9169,107.2155,160.86122,78.373276,96.24916,55.566196,6.627789,99.3461,660.24194,191.99933,109.38702,91.87082,17.475538,87.28408,90.421036,45.054188,833.24774,173.91475,3917.4285,35.860394,3491.4856,78.98111,430.62305,2419.5483,79.19157,9.407473,1476.2784,1435.3004,4769.056,125.81832 +2023-07-12 08:00:00,0.0,16850.355,214.83005,21.87774,35.330677,24.537832,168.70206,24.436913,33.332096,19.811897,22.116806,695.70734,409.36795,9.717609,130.98105,12.683796,1.1904798,24.441221,18.31777,1.6464255,341.3846,0.3334036,315.6093,46.935215,0.545916,2.688672,107.550606,20.056246,60.015533,122.89534,21040.398,0.4614513,1523.9473,0.8757036,0.5310955,0.2770374,1.6335154,153.41904,193.90932,27.453789,205.5215,22.620115,51.750347,1682.837,3.4549093,222.60509,154.71815,348.01495,142.35107,363.27798,24.653744,399.61993,0.0,2591.064,14960.639,28.034122,423.72925,136.44107,44337.418,131.9568,22.729933,151.97394,341.1203,55.990963,21.748178,232.1956,2116.8987,348.69153,149.2373,19.302029,14.054263,430.8709,63.143196,1567.0166,122.53011,2261.9192,232.80429,366.64227,90.62097,268.0705,7.7700067,12.905149,24.680538,3.6913257,3.2236197,64.922554,58.928123,68.377464,19.856325,25.672342,235.0856,7.6828785,3001.9983,96.49277,60.481182,113.25551,108.247375,215.5423,129.3377,115.40323,26.903608,43.791378,113.28065,309.1552,731.672,116.84892,419.36313,86.79998,112.621735,294.49802,334.5543,954.7918,280.0602,3.8566074,19.149733,9.704516,40.79652,16870.023,4.3353944,14.882184,25.126883,43.787632,498.52972,77.95699,181.75984,3.1069136,207.2871,506.18762,339.32358,125.446754,402.6114,31.25663,78.33636,233.21751,12.601597,1.7656955,11.799648,1834.923,0.13820916,0.45691752,54.120724,6.355914,3.8381307,5.4366713,9.709036,128.39085,44.907394,107.15023,706.4885,218.39296,1940.6469,1793.9888,14.586989,26.98862,12073.382,8.344501,62.19937,607.80707,108.85296,157.47554,70.2758,359.51254,896.9214,410.3306,14.450845,83.792114,1052.5621,1968.8556,42.793003,567.60645,41.42697,1.0652173,60.639133,1.1181623,0.67516553,3.069274,36.012135,116.455185,273.05908,18.001469,3426.3435,297.03406,107.25627,160.90591,78.38019,96.247314,55.56183,6.6405916,99.35753,660.5434,192.11214,109.43732,91.93107,17.45672,87.394775,90.497314,45.036774,833.0424,173.92552,3916.8184,35.85267,3490.4854,78.98059,430.59924,2419.2092,79.198555,9.407623,1475.6307,1434.25,4766.3423,125.74473 +2023-07-12 09:00:00,0.0,16851.984,215.03482,21.885853,35.328606,24.548111,168.68839,24.43625,33.33003,19.81213,22.113743,696.11176,409.0282,9.715362,130.98131,12.6719885,1.1892394,24.44666,18.300001,1.6477846,341.36298,0.33321023,315.63348,46.925407,0.5466684,2.6884835,107.54905,20.046837,59.96371,122.844604,21053.854,0.4607434,1524.028,0.8747882,0.5305456,0.27668697,1.6313822,153.39499,193.83377,27.447828,205.50504,22.616219,51.81821,1683.876,3.4531636,222.81187,154.81262,348.04922,142.3487,363.21588,24.673744,399.86322,0.0,2590.6477,14958.836,28.055748,423.95715,136.47748,44335.414,131.95706,22.744566,152.01167,341.35757,56.023125,21.767803,232.27353,2116.963,348.67868,149.31467,19.315678,14.062095,430.76743,63.16459,1566.3846,122.45081,2262.3577,232.66975,366.6991,90.59268,267.7789,7.768016,12.900736,24.661379,3.6887958,3.2211187,64.9293,58.947124,68.384895,19.874445,25.679487,234.85963,7.681011,3002.2678,96.40678,60.51512,113.164055,108.200165,215.5547,129.2588,115.52419,26.879044,43.777626,113.24271,309.11853,731.307,116.716934,419.08008,86.75786,112.66625,294.45312,334.74475,954.8134,279.80988,3.8571188,19.15736,9.702205,40.79278,16874.578,4.332457,14.890987,25.139114,43.754818,498.18317,77.88992,181.6504,3.1064353,207.1126,505.9492,339.20135,125.45217,402.858,31.266397,78.38581,233.0742,12.597811,1.7653363,11.797632,1833.7424,0.13809092,0.45659003,54.10826,6.3604264,3.8379033,5.433591,9.704238,128.32185,44.88513,107.10642,706.20685,218.43016,1940.8607,1794.1816,14.59242,26.996943,12071.269,8.343407,62.214046,608.00757,108.90343,157.51967,70.29667,359.6274,896.7379,410.37753,14.458122,83.824196,1052.5975,1969.1326,42.80667,567.7067,41.44291,1.0652822,60.64257,1.1181637,0.6751929,3.0694404,36.032745,116.46987,273.02362,18.003939,3425.9355,297.1512,107.29704,160.9506,78.3871,96.24546,55.55746,6.6533937,99.36895,660.8449,192.22495,109.48762,91.99131,17.437904,87.50547,90.573586,45.019363,832.8371,173.9363,3916.2083,35.84494,3489.4849,78.98008,430.57544,2418.8699,79.20554,9.407774,1474.9829,1433.1996,4763.6284,125.67113 +2023-07-12 10:00:00,0.0,16853.615,215.23961,21.893963,35.326534,24.558392,168.67471,24.435589,33.327965,19.81236,22.11068,696.5161,408.68845,9.713114,130.98155,12.66018,1.187999,24.452099,18.282232,1.6491437,341.34134,0.33301684,315.65765,46.915604,0.5474208,2.688295,107.54749,20.037428,59.911892,122.79386,21067.307,0.4600355,1524.1086,0.8738729,0.5299957,0.27633652,1.6292493,153.37094,193.75824,27.441868,205.48857,22.612324,51.88607,1684.9148,3.4514182,223.01865,154.90707,348.0835,142.34631,363.15375,24.693745,400.1065,0.0,2590.2314,14957.032,28.077375,424.1851,136.51389,44333.41,131.95732,22.759197,152.04941,341.59482,56.055286,21.78743,232.35146,2117.0269,348.66583,149.39201,19.329327,14.069926,430.66394,63.185986,1565.7526,122.371506,2262.796,232.53522,366.75598,90.564384,267.4873,7.766025,12.896322,24.64222,3.686266,3.2186177,64.93605,58.966125,68.39233,19.892565,25.686634,234.63367,7.679144,3002.5374,96.32078,60.54906,113.07261,108.152954,215.56711,129.17992,115.645164,26.854479,43.763874,113.204765,309.08182,730.942,116.584946,418.79703,86.71573,112.71076,294.40823,334.9352,954.8351,279.55954,3.8576305,19.164988,9.699892,40.78904,16879.13,4.3295197,14.899791,25.151344,43.722004,497.83664,77.82285,181.54097,3.1059568,206.93811,505.71072,339.07913,125.45759,403.1046,31.276165,78.43526,232.93088,12.594024,1.7649771,11.795616,1832.5618,0.13797268,0.4562625,54.095795,6.3649387,3.8376758,5.430511,9.699441,128.25285,44.86287,107.062614,705.9252,218.46738,1941.0746,1794.3744,14.59785,27.005264,12069.154,8.342313,62.228718,608.20807,108.953896,157.56378,70.31754,359.74228,896.5545,410.4245,14.4654,83.85627,1052.6329,1969.4095,42.820343,567.807,41.45885,1.0653472,60.64601,1.118165,0.67522025,3.0696065,36.053356,116.48456,272.9882,18.006407,3425.5278,297.26837,107.337814,160.9953,78.39401,96.243614,55.553093,6.6661963,99.38038,661.14636,192.33775,109.53792,92.05156,17.419086,87.616165,90.649864,45.001953,832.6318,173.94708,3915.5981,35.837215,3488.4846,78.97957,430.55167,2418.5305,79.21253,9.407925,1474.3352,1432.1492,4760.914,125.597534 +2023-07-12 11:00:00,0.0,16855.244,215.4444,21.902075,35.324463,24.568672,168.66106,24.434927,33.325897,19.812593,22.107616,696.92053,408.34866,9.710866,130.98181,12.648373,1.1867585,24.457537,18.264462,1.6505029,341.3197,0.3328235,315.68182,46.905796,0.5481732,2.6881063,107.54594,20.028019,59.86007,122.74312,21080.762,0.4593276,1524.1893,0.8729575,0.52944577,0.27598608,1.6271162,153.34691,193.68271,27.435907,205.4721,22.608427,51.95393,1685.9536,3.4496725,223.22543,155.00153,348.1178,142.34392,363.09164,24.713743,400.34982,0.0,2589.8154,14955.2295,28.099,424.41302,136.5503,44331.406,131.95758,22.773829,152.08714,341.8321,56.08745,21.807055,232.42937,2117.0908,348.65298,149.46938,19.342976,14.077758,430.56046,63.20738,1565.1206,122.292206,2263.2344,232.40067,366.8128,90.536095,267.19568,7.7640343,12.891909,24.62306,3.6837358,3.2161167,64.942795,58.98513,68.39975,19.910683,25.693779,234.4077,7.6772766,3002.8071,96.23479,60.582996,112.98116,108.10574,215.57953,129.10101,115.76613,26.829916,43.750122,113.166824,309.04514,730.5771,116.45296,418.51398,86.67361,112.75528,294.36334,335.12567,954.8567,279.3092,3.858142,19.172615,9.69758,40.7853,16883.686,4.3265824,14.908595,25.163576,43.68919,497.49008,77.75578,181.43153,3.1054785,206.76361,505.4723,338.95694,125.463005,403.35123,31.28593,78.48471,232.78757,12.590238,1.7646179,11.7936,1831.3812,0.13785444,0.455935,54.083332,6.369451,3.8374484,5.427431,9.694643,128.18387,44.84061,107.01881,705.64355,218.50458,1941.2886,1794.5673,14.60328,27.013586,12067.04,8.341218,62.24339,608.40857,109.00437,157.6079,70.33841,359.85718,896.37103,410.47144,14.472676,83.88835,1052.6682,1969.6865,42.834015,567.9072,41.47479,1.0654122,60.64945,1.1181664,0.6752476,3.069773,36.073967,116.499245,272.95276,18.008875,3425.1199,297.38553,107.378586,161.04,78.400925,96.24177,55.54872,6.678999,99.3918,661.4479,192.45056,109.58821,92.1118,17.400269,87.72686,90.72614,44.984543,832.42645,173.95786,3914.9883,35.82949,3487.4841,78.97906,430.52786,2418.1914,79.21952,9.408075,1473.6874,1431.0986,4758.2,125.52394 +2023-07-12 12:00:00,0.0,16856.873,215.64917,21.910185,35.32239,24.57895,168.64738,24.434265,33.323833,19.812824,22.104553,697.32495,408.0089,9.708618,130.98206,12.636565,1.1855181,24.462975,18.246693,1.651862,341.29807,0.3326301,315.706,46.89599,0.5489256,2.687918,107.54438,20.01861,59.808247,122.692375,21094.217,0.45861968,1524.27,0.87204224,0.5288959,0.27563563,1.6249831,153.32286,193.60716,27.429949,205.45564,22.60453,52.02179,1686.9926,3.447927,223.43222,155.096,348.1521,142.34154,363.0295,24.733744,400.5931,0.0,2589.3992,14953.427,28.120628,424.64093,136.5867,44329.402,131.95784,22.78846,152.12488,342.06934,56.119606,21.826681,232.5073,2117.155,348.6401,149.54672,19.356623,14.085589,430.45697,63.22877,1564.4886,122.212906,2263.6729,232.26613,366.86963,90.507805,266.90408,7.7620435,12.887495,24.6039,3.681206,3.2136157,64.94955,59.004128,68.40718,19.928802,25.700924,234.18173,7.6754093,3003.0767,96.14879,60.616936,112.88972,108.05853,215.59193,129.02213,115.8871,26.805351,43.736374,113.12889,309.00842,730.2121,116.32097,418.2309,86.63148,112.79979,294.31845,335.31613,954.8783,279.05887,3.8586533,19.180243,9.695269,40.781563,16888.24,4.323645,14.917398,25.175808,43.656376,497.14352,77.68871,181.3221,3.105,206.58911,505.23383,338.83472,125.46842,403.59784,31.295698,78.534164,232.64424,12.586452,1.7642587,11.791584,1830.2007,0.1377362,0.45560747,54.070866,6.3739634,3.837221,5.4243507,9.689845,128.11487,44.818348,106.975,705.3619,218.54178,1941.5024,1794.76,14.60871,27.021908,12064.926,8.340124,62.258064,608.6091,109.05484,157.65202,70.359276,359.97205,896.1876,410.5184,14.479954,83.92043,1052.7036,1969.9635,42.847683,568.0075,41.490726,1.0654771,60.652885,1.1181678,0.67527497,3.0699391,36.094574,116.51393,272.9173,18.011343,3424.712,297.5027,107.41935,161.08467,78.40784,96.23992,55.544353,6.691801,99.40323,661.7494,192.56337,109.63851,92.17204,17.381453,87.837555,90.80242,44.967133,832.22107,173.96863,3914.3782,35.821762,3486.484,78.978546,430.5041,2417.852,79.22651,9.408226,1473.0396,1430.0482,4755.4863,125.45035 +2023-07-12 13:00:00,0.0,16858.504,215.85394,21.918297,35.32032,24.589231,168.63371,24.433603,33.32177,19.813057,22.101492,697.7294,407.66913,9.706371,130.98232,12.624757,1.1842777,24.468414,18.228924,1.6532211,341.2764,0.33243674,315.73016,46.886185,0.5496779,2.6877294,107.54282,20.009203,59.756424,122.64164,21107.67,0.4579118,1524.3507,0.8711269,0.528346,0.27528518,1.6228501,153.29883,193.53163,27.423988,205.43918,22.600634,52.08965,1688.0314,3.4461815,223.63899,155.19044,348.1864,142.33914,362.9674,24.753744,400.8364,0.0,2588.983,14951.624,28.142254,424.86887,136.62311,44327.4,131.9581,22.803093,152.16263,342.3066,56.151768,21.846306,232.58522,2117.219,348.62726,149.62408,19.370272,14.093421,430.3535,63.250164,1563.8566,122.133606,2264.1113,232.13158,366.92648,90.47951,266.6125,7.7600527,12.8830805,24.584742,3.6786761,3.2111146,64.95629,59.023132,68.414604,19.946922,25.708069,233.95575,7.673542,3003.3462,96.0628,60.650875,112.79826,108.01133,215.60434,128.94322,116.008064,26.780788,43.722622,113.09095,308.97174,729.8471,116.18898,417.94785,86.589355,112.8443,294.27356,335.5066,954.89996,278.80853,3.8591647,19.18787,9.692957,40.77782,16892.795,4.320708,14.926203,25.188038,43.62356,496.797,77.62164,181.21266,3.1045218,206.41461,504.99536,338.7125,125.47384,403.84445,31.305466,78.58362,232.50093,12.582665,1.7638996,11.789568,1829.02,0.13761796,0.45527998,54.058403,6.3784757,3.8369935,5.421271,9.685047,128.04587,44.796085,106.93119,705.0802,218.579,1941.7164,1794.9529,14.61414,27.030231,12062.812,8.33903,62.272736,608.80963,109.10531,157.69614,70.38014,360.0869,896.00415,410.56537,14.487231,83.95251,1052.739,1970.2405,42.861355,568.1078,41.506664,1.0655421,60.656322,1.1181692,0.6753023,3.0701053,36.115185,116.528625,272.88187,18.013813,3424.304,297.61984,107.46012,161.12936,78.41475,96.23807,55.539986,6.7046037,99.41465,662.05084,192.67618,109.68881,92.23229,17.362635,87.94825,90.87869,44.949722,832.01575,173.9794,3913.768,35.814037,3485.4834,78.97803,430.4803,2417.5127,79.2335,9.408377,1472.3918,1428.9978,4752.7725,125.376755 +2023-07-12 14:00:00,0.0,16860.133,216.05873,21.926407,35.31825,24.599512,168.62006,24.432943,33.319702,19.813288,22.098429,698.1337,407.32938,9.7041235,130.98256,12.612949,1.1830373,24.473852,18.211155,1.6545802,341.25476,0.33224338,315.75433,46.876377,0.5504303,2.6875408,107.54126,19.999794,59.7046,122.5909,21121.125,0.4572039,1524.4314,0.87021154,0.5277961,0.27493477,1.6207169,153.27478,193.45609,27.418028,205.42271,22.596737,52.15751,1689.0702,3.4444358,223.84578,155.28491,348.22064,142.33676,362.90527,24.773745,401.0797,0.0,2588.5667,14949.82,28.163881,425.0968,136.65952,44325.4,131.95836,22.817724,152.20036,342.54385,56.18393,21.865932,232.66315,2117.2832,348.6144,149.70143,19.38392,14.101253,430.25,63.27156,1563.2246,122.054306,2264.5498,231.99704,366.98334,90.45122,266.3209,7.7580624,12.878667,24.565582,3.6761463,3.2086136,64.96304,59.04213,68.422035,19.965042,25.715216,233.72978,7.6716747,3003.616,95.9768,60.68481,112.70682,107.96412,215.61676,128.86432,116.129036,26.756224,43.70887,113.05301,308.93506,729.4821,116.05699,417.6648,86.547226,112.88882,294.22867,335.69705,954.9216,278.5582,3.8596761,19.195498,9.690645,40.774082,16897.348,4.3177705,14.935006,25.20027,43.590744,496.45044,77.55457,181.10323,3.1040432,206.24013,504.75693,338.59027,125.479256,404.09106,31.315233,78.63307,232.3576,12.578878,1.7635404,11.787552,1827.8395,0.13749972,0.45495248,54.045937,6.382988,3.836766,5.418191,9.680249,127.97687,44.773827,106.88738,704.7986,218.6162,1941.9303,1795.1458,14.61957,27.038553,12060.697,8.337936,62.28741,609.01013,109.15578,157.74026,70.40101,360.20178,895.82074,410.6123,14.494509,83.98459,1052.7744,1970.5175,42.875023,568.20807,41.522602,1.0656071,60.659763,1.1181705,0.6753297,3.0702717,36.135796,116.54331,272.8464,18.016281,3423.896,297.737,107.50089,161.17406,78.42166,96.23622,55.535618,6.7174063,99.42608,662.35236,192.78899,109.739105,92.292534,17.343817,88.058945,90.95497,44.932312,831.8104,173.99019,3913.158,35.806313,3484.4832,78.977516,430.4565,2417.1736,79.240486,9.408527,1471.744,1427.9473,4750.0586,125.30316 +2023-07-12 15:00:00,0.0,16861.762,216.26352,21.934519,35.316177,24.60979,168.60638,24.432281,33.31764,19.81352,22.095366,698.53815,406.98962,9.701876,130.98282,12.601141,1.1817968,24.479292,18.193386,1.6559393,341.23312,0.33205,315.7785,46.86657,0.5511827,2.6873522,107.5397,19.990385,59.65278,122.54015,21134.58,0.456496,1524.5121,0.86929625,0.52724624,0.27458432,1.618584,153.25073,193.38055,27.412067,205.40625,22.59284,52.22537,1690.1091,3.4426904,224.05257,155.37936,348.25494,142.33438,362.84317,24.793745,401.323,0.0,2588.1504,14948.018,28.185507,425.3247,136.69592,44323.395,131.95862,22.832355,152.2381,342.78113,56.21609,21.885557,232.74107,2117.3472,348.60156,149.7788,19.39757,14.109085,430.1465,63.292953,1562.5925,121.975006,2264.9883,231.8625,367.0402,90.42292,266.02927,7.7560716,12.874253,24.546423,3.6736162,3.2061126,64.96979,59.061134,68.42946,19.983162,25.72236,233.50381,7.6698074,3003.8855,95.89081,60.71875,112.61537,107.91691,215.62917,128.78543,116.25,26.73166,43.695118,113.015076,308.89835,729.1171,115.925,417.3817,86.505104,112.93333,294.18378,335.8875,954.9432,278.30786,3.8601875,19.203125,9.6883335,40.770344,16901.902,4.314833,14.9438095,25.212502,43.55793,496.10388,77.4875,180.99379,3.103565,206.06563,504.51846,338.46808,125.48467,404.33768,31.324999,78.68252,232.2143,12.575092,1.7631811,11.785536,1826.6589,0.13738148,0.45462495,54.033474,6.3875003,3.8365386,5.415111,9.675451,127.90787,44.751564,106.843575,704.51697,218.65341,1942.1443,1795.3385,14.625,27.046875,12058.583,8.336842,62.302082,609.21063,109.20625,157.78438,70.421875,360.31665,895.63727,410.65927,14.501785,84.01666,1052.8097,1970.7944,42.888695,568.30835,41.538544,1.065672,60.6632,1.1181719,0.67535704,3.070438,36.156406,116.558,272.81097,18.01875,3423.488,297.85416,107.541664,161.21875,78.42857,96.234375,55.53125,6.7302084,99.4375,662.6538,192.9018,109.789406,92.35278,17.325,88.16964,91.03125,44.9149,831.6051,174.00096,3912.5479,35.798584,3483.4827,78.977005,430.4327,2416.8342,79.247475,9.408678,1471.0963,1426.8969,4747.344,125.22957 +2023-07-12 16:00:00,0.0,16863.39,216.46829,21.942629,35.314106,24.620071,168.59271,24.43162,33.31557,19.813753,22.092302,698.94257,406.64984,9.699628,130.98308,12.589334,1.1805564,24.48473,18.175617,1.6572986,341.2115,0.33185664,315.80267,46.856766,0.5519351,2.6871636,107.53815,19.980976,59.60096,122.48941,21148.033,0.4557881,1524.5928,0.8683809,0.5266963,0.27423388,1.6164509,153.2267,193.30501,27.406107,205.38979,22.588943,52.29323,1691.148,3.4409447,224.25935,155.47382,348.28925,142.33199,362.78104,24.813744,401.56628,0.0,2587.7344,14946.215,28.207134,425.55264,136.73233,44321.39,131.95888,22.846987,152.27583,343.01837,56.248253,21.905184,232.819,2117.4114,348.5887,149.85614,19.411219,14.116917,430.04303,63.314346,1561.9606,121.8957,2265.4265,231.72795,367.09702,90.39463,265.73767,7.754081,12.86984,24.527264,3.6710863,3.2036116,64.97654,59.08013,68.43689,20.00128,25.729506,233.27785,7.6679406,3004.155,95.80481,60.75269,112.52392,107.8697,215.64157,128.70653,116.370964,26.707096,43.681366,112.977135,308.86166,728.75214,115.79301,417.09866,86.462975,112.977844,294.1389,336.07797,954.96484,278.05753,3.860699,19.210752,9.686022,40.7666,16906.457,4.311896,14.952614,25.224731,43.525116,495.75735,77.42043,180.88435,3.1030865,205.89113,504.28,338.34586,125.49009,404.5843,31.334766,78.73197,232.07097,12.571306,1.7628219,11.78352,1825.4783,0.13726324,0.45429745,54.021008,6.3920126,3.836311,5.4120307,9.670653,127.83887,44.7293,106.79977,704.2353,218.69061,1942.3582,1795.5314,14.63043,27.055197,12056.47,8.335748,62.316757,609.41113,109.25672,157.8285,70.44274,360.43155,895.45386,410.7062,14.509063,84.048744,1052.8451,1971.0714,42.902363,568.40857,41.55448,1.065737,60.666637,1.1181732,0.6753844,3.0706043,36.177017,116.572685,272.7755,18.02122,3423.0803,297.9713,107.582436,161.26344,78.435486,96.23253,55.526882,6.743011,99.44892,662.9553,193.0146,109.83971,92.413025,17.306183,88.280334,91.10753,44.89749,831.3998,174.01173,3911.938,35.79086,3482.4824,78.976494,430.40894,2416.4949,79.25446,9.408829,1470.4485,1425.8464,4744.6304,125.15597 +2023-07-12 17:00:00,0.0,16865.021,216.67307,21.95074,35.312035,24.630352,168.57906,24.430958,33.313507,19.813984,22.08924,699.347,406.3101,9.69738,130.98332,12.577526,1.179316,24.490168,18.157848,1.6586577,341.18985,0.33166328,315.82684,46.84696,0.55268747,2.6869752,107.53659,19.971567,59.549137,122.43867,21161.488,0.4550802,1524.6735,0.86746556,0.5261464,0.27388343,1.6143179,153.20265,193.22948,27.400148,205.37332,22.585047,52.361088,1692.1868,3.4391992,224.46613,155.56828,348.32352,142.3296,362.71893,24.833744,401.8096,0.0,2587.318,14944.411,28.22876,425.78058,136.76874,44319.387,131.95914,22.86162,152.31357,343.25565,56.28041,21.924809,232.89693,2117.4753,348.57587,149.9335,19.424866,14.124748,429.93954,63.33574,1561.3286,121.8164,2265.865,231.59341,367.1539,90.36633,265.44608,7.75209,12.865426,24.508104,3.6685565,3.2011106,64.983284,59.099136,68.44431,20.0194,25.73665,233.05188,7.6660733,3004.4246,95.71882,60.786625,112.43247,107.82249,215.65399,128.62764,116.491936,26.682531,43.667618,112.93919,308.82495,728.38715,115.66102,416.8156,86.42085,113.022354,294.094,336.26843,954.98645,277.80716,3.8612103,19.21838,9.683709,40.762863,16911.01,4.3089585,14.961417,25.236963,43.492302,495.4108,77.35336,180.77492,3.1026082,205.71663,504.04156,338.22363,125.49551,404.8309,31.344534,78.781425,231.92766,12.56752,1.7624627,11.781504,1824.2977,0.137145,0.45396996,54.008545,6.396525,3.8360837,5.408951,9.665856,127.76987,44.707043,106.75596,703.9536,218.72781,1942.572,1795.7241,14.63586,27.063519,12054.355,8.334654,62.33143,609.61163,109.30719,157.87262,70.46361,360.54642,895.2704,410.75317,14.51634,84.080826,1052.8805,1971.3484,42.916035,568.50885,41.57042,1.065802,60.670074,1.1181747,0.6754117,3.0707705,36.197624,116.58738,272.74008,18.023687,3422.6724,298.08847,107.62321,161.30814,78.4424,96.23068,55.522514,6.755813,99.46035,663.25684,193.1274,109.89,92.473274,17.287367,88.39103,91.18381,44.88008,831.19446,174.0225,3911.328,35.78313,3481.482,78.975975,430.38513,2416.1558,79.26145,9.408979,1469.8008,1424.7959,4741.9165,125.082375 +2023-07-12 18:00:00,0.0,16866.65,216.87785,21.95885,35.309963,24.64063,168.56538,24.430296,33.311443,19.814217,22.086176,699.7514,405.9703,9.695132,130.98358,12.565718,1.1780756,24.495607,18.140078,1.6600168,341.16818,0.3314699,315.851,46.83715,0.5534398,2.6867867,107.535034,19.96216,59.497314,122.38793,21174.943,0.4543723,1524.7542,0.8665502,0.52559656,0.273533,1.6121848,153.17862,193.15395,27.394188,205.35686,22.58115,52.428947,1693.2257,3.4374535,224.67291,155.66273,348.3578,142.32722,362.6568,24.853745,402.0529,0.0,2586.9019,14942.608,28.250387,426.0085,136.80515,44317.383,131.9594,22.876251,152.3513,343.4929,56.312572,21.944433,232.97485,2117.5393,348.56302,150.01085,19.438515,14.13258,429.83606,63.357132,1560.6965,121.7371,2266.3035,231.45886,367.21072,90.33804,265.15448,7.750099,12.8610115,24.488945,3.6660266,3.1986094,64.99003,59.118134,68.451744,20.03752,25.743797,232.82591,7.664206,3004.6943,95.63282,60.820564,112.34103,107.775276,215.6664,128.54874,116.6129,26.657969,43.653866,112.90125,308.78827,728.02216,115.52903,416.53256,86.37872,113.06687,294.04913,336.45886,955.00806,277.55682,3.8617218,19.22601,9.681397,40.759125,16915.564,4.306021,14.9702215,25.249193,43.459488,495.06424,77.28629,180.66548,3.1021297,205.54214,503.8031,338.1014,125.50092,405.0775,31.354301,78.83088,231.78433,12.563733,1.7621036,11.779488,1823.1172,0.13702676,0.45364243,53.99608,6.401037,3.8358562,5.405871,9.661058,127.700874,44.68478,106.71215,703.67194,218.76503,1942.786,1795.917,14.641291,27.071842,12052.241,8.333559,62.3461,609.81213,109.357666,157.91673,70.484474,360.6613,895.087,410.80014,14.523618,84.1129,1052.9158,1971.6254,42.929707,568.60913,41.586357,1.065867,60.67351,1.118176,0.67543906,3.070937,36.218235,116.602066,272.70465,18.026155,3422.2644,298.20563,107.66398,161.35283,78.44931,96.22883,55.518147,6.7686157,99.47177,663.5583,193.2402,109.9403,92.533516,17.268549,88.501724,91.26008,44.86267,830.9891,174.0333,3910.7178,35.775406,3480.4817,78.975464,430.36136,2415.8164,79.26844,9.40913,1469.153,1423.7455,4739.2026,125.00878 +2023-07-12 19:00:00,0.0,16868.28,217.08264,21.966963,35.30789,24.650911,168.55171,24.429634,33.309376,19.814447,22.083113,700.15576,405.63055,9.692884,130.98383,12.55391,1.1768352,24.501045,18.122309,1.6613759,341.14655,0.33127654,315.87518,46.827343,0.5541922,2.686598,107.53348,19.952751,59.44549,122.33719,21188.396,0.4536644,1524.8348,0.8656349,0.52504665,0.27318254,1.6100518,153.15457,193.0784,27.388227,205.3404,22.577253,52.496807,1694.2645,3.435708,224.8797,155.7572,348.3921,142.32483,362.5947,24.873745,402.2962,0.0,2586.4858,14940.806,28.272013,426.23642,136.84155,44315.38,131.95966,22.890882,152.38904,343.73016,56.344734,21.96406,233.05278,2117.6035,348.55014,150.08821,19.452164,14.140411,429.73257,63.37853,1560.0646,121.6578,2266.742,231.32433,367.26758,90.30975,264.86285,7.7481084,12.856598,24.469786,3.6634965,3.1961083,64.99678,59.13714,68.459175,20.05564,25.750942,232.59995,7.6623387,3004.9639,95.54683,60.854504,112.24958,107.728065,215.6788,128.46983,116.73387,26.633404,43.640114,112.86332,308.7516,727.65717,115.39704,416.24948,86.3366,113.11138,294.00424,336.64932,955.0297,277.3065,3.8622332,19.233637,9.679086,40.755383,16920.12,4.3030844,14.979025,25.261425,43.426674,494.7177,77.21922,180.55605,3.1016514,205.36765,503.56464,337.9792,125.50634,405.32413,31.364067,78.88033,231.64102,12.559947,1.7617444,11.777472,1821.9365,0.13690852,0.45331493,53.983616,6.4055495,3.8356287,5.402791,9.6562605,127.631874,44.662518,106.66834,703.3903,218.80223,1942.9999,1796.1097,14.646721,27.080164,12050.127,8.332465,62.360775,610.01263,109.408134,157.96086,70.50534,360.77615,894.9035,410.84708,14.530894,84.14498,1052.9512,1971.9023,42.943375,568.7094,41.602295,1.0659319,60.676952,1.1181774,0.6754664,3.071103,36.238846,116.61675,272.6692,18.028624,3421.8564,298.3228,107.70475,161.3975,78.45622,96.22698,55.51378,6.7814183,99.4832,663.8598,193.35301,109.9906,92.59376,17.249731,88.61242,91.33636,44.84526,830.78375,174.04407,3910.1077,35.76768,3479.4812,78.97495,430.33755,2415.477,79.27543,9.409281,1468.5052,1422.6951,4736.4883,124.93519 +2023-07-12 20:00:00,0.0,16869.91,217.28741,21.975073,35.30582,24.661192,168.53806,24.428972,33.307312,19.81468,22.080051,700.5602,405.29077,9.690637,130.98409,12.542103,1.1755947,24.506485,18.10454,1.662735,341.1249,0.33108315,315.89935,46.81754,0.5549446,2.6864095,107.53191,19.943342,59.39367,122.286446,21201.852,0.4529565,1524.9155,0.86471957,0.52449673,0.27283213,1.6079187,153.13054,193.00287,27.382267,205.32393,22.573357,52.56467,1695.3033,3.4339623,225.08649,155.85165,348.4264,142.32245,362.53256,24.893745,402.5395,0.0,2586.0693,14939.003,28.29364,426.46436,136.87796,44313.375,131.95992,22.905514,152.42677,343.9674,56.376896,21.983685,233.13069,2117.6675,348.5373,150.16556,19.465813,14.148243,429.6291,63.39992,1559.4325,121.5785,2267.1804,231.18979,367.3244,90.281456,264.57126,7.7461176,12.852184,24.450626,3.6609666,3.1936073,65.003525,59.15614,68.4666,20.07376,25.758087,232.37396,7.6604714,3005.2334,95.46083,60.88844,112.15813,107.680855,215.69122,128.39095,116.854836,26.60884,43.62636,112.82538,308.71487,727.29224,115.26505,415.96643,86.29447,113.15589,293.95935,336.83978,955.05133,277.05615,3.8627446,19.241264,9.676774,40.751644,16924.672,4.300147,14.987829,25.273657,43.39386,494.37115,77.15215,180.44661,3.101173,205.19315,503.3262,337.857,125.51176,405.57074,31.373835,78.92978,231.4977,12.556161,1.7613852,11.775455,1820.756,0.13679028,0.45298743,53.97115,6.410062,3.8354013,5.3997107,9.651463,127.562874,44.64026,106.624535,703.10864,218.83943,1943.2139,1796.3026,14.652151,27.088486,12048.013,8.331371,62.375446,610.21313,109.4586,158.00497,70.52621,360.89105,894.7201,410.89404,14.538172,84.17706,1052.9866,1972.1793,42.957047,568.8097,41.618237,1.0659969,60.68039,1.1181788,0.6754938,3.0712695,36.259457,116.63144,272.63376,18.031094,3421.4485,298.43997,107.74552,161.4422,78.463135,96.225136,55.509407,6.7942204,99.49462,664.16125,193.46582,110.04089,92.65401,17.230915,88.723114,91.412636,44.82785,830.5784,174.05484,3909.4976,35.759953,3478.481,78.97444,430.31378,2415.138,79.28242,9.409431,1467.8574,1421.6447,4733.7744,124.861595 +2023-07-12 21:00:00,0.0,16871.54,217.49219,21.983185,35.30375,24.671473,168.52438,24.42831,33.30525,19.81491,22.076988,700.9646,404.95102,9.688389,130.98433,12.530294,1.1743543,24.511923,18.086771,1.6640942,341.10327,0.3308898,315.92352,46.80773,0.55569696,2.6862211,107.53036,19.933933,59.34185,122.2357,21215.307,0.4522486,1524.9962,0.8638042,0.5239469,0.27248168,1.6057857,153.10649,192.92732,27.376307,205.30746,22.56946,52.63253,1696.3423,3.432217,225.29326,155.9461,348.46066,142.32007,362.47046,24.913744,402.78278,0.0,2585.6533,14937.199,28.315266,426.6923,136.91438,44311.37,131.96017,22.920147,152.46451,344.20468,56.409054,22.003311,233.20862,2117.7317,348.52444,150.24292,19.47946,14.156075,429.5256,63.421314,1558.8005,121.4992,2267.6187,231.05524,367.3813,90.25317,264.27966,7.744127,12.847771,24.431467,3.6584368,3.1911063,65.01028,59.17514,68.47403,20.091877,25.765232,232.148,7.658604,3005.5032,95.37484,60.92238,112.06668,107.633644,215.70363,128.31204,116.97581,26.584276,43.61261,112.78744,308.6782,726.92725,115.133064,415.68338,86.25235,113.20041,293.91446,337.03024,955.07294,276.80582,3.863256,19.248892,9.674462,40.747906,16929.227,4.2972097,14.996633,25.285887,43.361046,494.0246,77.08508,180.33717,3.1006947,205.01865,503.08774,337.73477,125.51717,405.81735,31.383602,78.97923,231.35439,12.552375,1.7610259,11.773439,1819.5754,0.13667203,0.4526599,53.958687,6.414574,3.8351738,5.396631,9.646665,127.49387,44.617996,106.58073,702.827,218.87665,1943.4277,1796.4955,14.657581,27.096807,12045.898,8.3302765,62.39012,610.41364,109.50907,158.0491,70.54707,361.00592,894.5366,410.94098,14.545449,84.20914,1053.022,1972.4563,42.970715,568.9099,41.634174,1.0660619,60.683826,1.1181802,0.67552114,3.0714357,36.280064,116.646126,272.5983,18.033562,3421.0405,298.55713,107.786285,161.4869,78.47005,96.22329,55.50504,6.807023,99.50605,664.46277,193.57863,110.091194,92.71425,17.212097,88.83381,91.488914,44.81044,830.3731,174.06561,3908.8877,35.752228,3477.4805,78.97393,430.28998,2414.7986,79.289406,9.409582,1467.2097,1420.5941,4731.0605,124.787994 +2023-07-12 22:00:00,0.0,16873.168,217.69698,21.991297,35.301678,24.681751,168.51071,24.427649,33.30318,19.815144,22.073925,701.369,404.61127,9.686141,130.98459,12.518487,1.173114,24.51736,18.069002,1.6654533,341.08163,0.33069643,315.9477,46.797924,0.55644935,2.6860325,107.5288,19.924524,59.290028,122.18497,21228.76,0.4515407,1525.0769,0.8628889,0.52339697,0.27213123,1.6036526,153.08244,192.85179,27.370348,205.291,22.565563,52.70039,1697.3811,3.4304712,225.50005,156.04057,348.49496,142.31767,362.40833,24.933744,403.0261,0.0,2585.237,14935.396,28.336893,426.9202,136.95079,44309.367,131.96043,22.934778,152.50226,344.44193,56.441216,22.022936,233.28654,2117.7957,348.5116,150.32027,19.493109,14.163907,429.42212,63.442707,1558.1685,121.4199,2268.0571,230.9207,367.4381,90.22487,263.98807,7.742136,12.843357,24.412308,3.6559067,3.1886053,65.01702,59.19414,68.48145,20.109997,25.772379,231.92203,7.656737,3005.7727,95.28884,60.956318,111.975235,107.58643,215.71603,128.23315,117.09677,26.559713,43.59886,112.7495,308.64148,726.56226,115.001076,415.40033,86.21022,113.24492,293.86957,337.2207,955.0946,276.55548,3.8637674,19.25652,9.672151,40.744164,16933.781,4.2942724,15.005436,25.298119,43.32823,493.67807,77.01801,180.22774,3.1002162,204.84416,502.84927,337.61255,125.52259,406.06396,31.39337,79.02869,231.21106,12.548588,1.7606667,11.771423,1818.3948,0.1365538,0.4523324,53.94622,6.4190865,3.8349462,5.393551,9.641867,127.42488,44.595734,106.53692,702.54535,218.91385,1943.6416,1796.6882,14.663011,27.10513,12043.784,8.329183,62.404793,610.61414,109.55955,158.09322,70.56794,361.1208,894.3532,410.98795,14.552727,84.24122,1053.0573,1972.7333,42.984386,569.0102,41.650112,1.0661268,60.687263,1.1181816,0.6755485,3.071602,36.300674,116.66082,272.56287,18.03603,3420.6328,298.6743,107.82706,161.53159,78.47696,96.221436,55.50067,6.8198256,99.51747,664.7643,193.69144,110.141495,92.7745,17.19328,88.9445,91.565186,44.79303,830.1678,174.0764,3908.2776,35.7445,3476.4802,78.97341,430.26617,2414.4592,79.296394,9.409733,1466.5619,1419.5437,4728.3467,124.7144 +2023-07-12 23:00:00,0.0,16874.797,217.90176,21.999407,35.299606,24.692032,168.49706,24.426987,33.301117,19.815374,22.070862,701.7734,404.27148,9.683893,130.98483,12.50668,1.1718735,24.5228,18.051233,1.6668124,341.06,0.33050305,315.97186,46.78812,0.55720174,2.685844,107.527245,19.915115,59.238205,122.134224,21242.215,0.45083278,1525.1576,0.8619736,0.52284706,0.2717808,1.6015196,153.05841,192.77625,27.364388,205.27454,22.561666,52.76825,1698.4199,3.4287257,225.70683,156.13503,348.52924,142.31529,362.34622,24.953745,403.26938,0.0,2584.8208,14933.594,28.358519,427.14813,136.9872,44307.363,131.9607,22.94941,152.54,344.6792,56.473377,22.042562,233.36447,2117.8599,348.49875,150.39761,19.506758,14.171739,429.3186,63.464104,1557.5365,121.34059,2268.4956,230.78615,367.49493,90.19658,263.69644,7.740145,12.8389435,24.393148,3.6533768,3.1861043,65.02377,59.213142,68.488884,20.128117,25.779524,231.69606,7.6548696,3006.0422,95.20285,60.990257,111.88378,107.53922,215.72845,128.15425,117.21774,26.535149,43.58511,112.71156,308.6048,726.19727,114.86909,415.11725,86.1681,113.28944,293.82468,337.41116,955.1162,276.30515,3.8642788,19.264147,9.669839,40.740425,16938.336,4.291335,15.01424,25.31035,43.295418,493.3315,76.95094,180.1183,3.0997376,204.66966,502.61084,337.49033,125.52801,406.31055,31.403135,79.07814,231.06775,12.544802,1.7603076,11.769406,1817.2142,0.13643557,0.45200488,53.933754,6.423599,3.8347187,5.390471,9.637069,127.35588,44.57347,106.49311,702.2637,218.95107,1943.8556,1796.8811,14.668441,27.113453,12041.671,8.328089,62.419468,610.81464,109.610016,158.13734,70.588806,361.23566,894.16974,411.0349,14.560003,84.2733,1053.0927,1973.0103,42.99806,569.1105,41.66605,1.0661918,60.690704,1.1181829,0.67557585,3.0717683,36.321285,116.67551,272.5274,18.038498,3420.2249,298.79144,107.86783,161.57628,78.48387,96.21959,55.496304,6.832628,99.5289,665.06573,193.80424,110.191795,92.83474,17.174463,89.0552,91.641464,44.775616,829.9624,174.08717,3907.6675,35.736774,3475.4797,78.9729,430.2424,2414.12,79.30339,9.4098835,1465.9142,1418.4933,4725.633,124.64081 +2023-07-13 00:00:00,0.0,16876.428,218.10654,22.007519,35.297535,24.702312,168.48338,24.426325,33.29905,19.815607,22.067799,702.1778,403.93173,9.681645,130.98509,12.494871,1.1706331,24.528238,18.033463,1.6681715,341.03833,0.3303097,315.99603,46.778313,0.5579541,2.6856554,107.52569,19.905708,59.186382,122.08348,21255.67,0.4501249,1525.2383,0.86105824,0.52229714,0.27143034,1.5993865,153.03436,192.70071,27.358427,205.25807,22.55777,52.83611,1699.4589,3.4269803,225.9136,156.22949,348.56354,142.31291,362.2841,24.973745,403.51266,0.0,2584.4048,14931.791,28.380146,427.37607,137.0236,44305.36,131.96095,22.96404,152.57773,344.91644,56.50554,22.062187,233.4424,2117.9238,348.4859,150.47498,19.520407,14.17957,429.21512,63.485497,1556.9045,121.26129,2268.934,230.65161,367.5518,90.16828,263.40485,7.7381544,12.834529,24.37399,3.650847,3.1836033,65.03052,59.232143,68.49631,20.146236,25.786669,231.4701,7.6530023,3006.3118,95.11685,61.024193,111.792336,107.49202,215.74086,128.07536,117.33871,26.510584,43.571358,112.67362,308.5681,725.8323,114.7371,414.8342,86.12597,113.33395,293.7798,337.60162,955.1378,276.0548,3.8647904,19.271774,9.667527,40.736687,16942.889,4.288398,15.023044,25.32258,43.262604,492.98495,76.88387,180.00888,3.0992594,204.49516,502.37238,337.36813,125.533424,406.55716,31.412903,79.127594,230.92442,12.541016,1.7599484,11.76739,1816.0337,0.13631733,0.45167738,53.92129,6.428111,3.8344913,5.3873906,9.632271,127.28688,44.551212,106.4493,701.98206,218.98827,1944.0695,1797.0739,14.673871,27.121775,12039.557,8.326995,62.43414,611.01514,109.660484,158.18146,70.60968,361.35052,893.9863,411.08185,14.567281,84.305374,1053.128,1973.2872,43.011726,569.21075,41.68199,1.0662568,60.69414,1.1181843,0.6756032,3.0719347,36.341896,116.69019,272.49197,18.040968,3419.817,298.9086,107.9086,161.62097,78.49078,96.21774,55.491936,6.8454304,99.54032,665.36725,193.91705,110.24209,92.89499,17.155645,89.16589,91.71774,44.758205,829.7571,174.09795,3907.0574,35.72905,3474.4795,78.97239,430.2186,2413.7808,79.31038,9.410034,1465.2664,1417.4427,4722.9185,124.567215 +2023-07-13 01:00:00,0.0,16878.057,218.31131,22.015629,35.295464,24.712591,168.46971,24.425663,33.296986,19.81584,22.064735,702.5822,403.59195,9.679398,130.98534,12.483064,1.1693926,24.533678,18.015694,1.6695307,341.0167,0.3301163,316.0202,46.768505,0.55870646,2.6854668,107.52413,19.8963,59.13456,122.03274,21269.123,0.449417,1525.319,0.8601429,0.5217473,0.27107993,1.5972534,153.01033,192.62518,27.352467,205.2416,22.553873,52.90397,1700.4977,3.4252346,226.12039,156.32394,348.59784,142.31052,362.222,24.993744,403.75598,0.0,2583.9883,14929.987,28.401772,427.60397,137.06001,44303.355,131.96121,22.978674,152.61546,345.15372,56.5377,22.081814,233.52032,2117.9878,348.47302,150.55232,19.534054,14.187402,429.11163,63.50689,1556.2725,121.18199,2269.3726,230.51707,367.60864,90.13999,263.11325,7.7361636,12.830115,24.35483,3.648317,3.1811023,65.03727,59.251144,68.50374,20.164356,25.793814,231.24413,7.6511354,3006.5815,95.03086,61.058132,111.70089,107.44481,215.75327,127.99646,117.45968,26.486021,43.557606,112.63568,308.5314,725.4673,114.60511,414.55115,86.08385,113.37846,293.7349,337.79208,955.1595,275.80447,3.8653018,19.279402,9.665215,40.732944,16947.443,4.2854605,15.031848,25.334812,43.22979,492.63843,76.8168,179.89944,3.0987809,204.32066,502.1339,337.2459,125.53884,406.80377,31.42267,79.17704,230.78111,12.537229,1.7595892,11.765374,1814.853,0.13619909,0.45134988,53.908825,6.4326234,3.8342638,5.3843107,9.627474,127.21788,44.52895,106.405495,701.7004,219.02547,1944.2834,1797.2667,14.679301,27.130096,12037.442,8.3259,62.44881,611.21564,109.71095,158.22557,70.63055,361.46542,893.80286,411.1288,14.574558,84.337456,1053.1635,1973.5642,43.0254,569.31104,41.69793,1.0663217,60.69758,1.1181856,0.67563057,3.0721009,36.362503,116.70488,272.45654,18.043436,3419.409,299.02576,107.94937,161.66566,78.497696,96.2159,55.487568,6.8582325,99.55175,665.6687,194.02986,110.29239,92.95523,17.136827,89.27659,91.79402,44.740795,829.55176,174.10872,3906.4473,35.72132,3473.479,78.97188,430.19482,2413.4414,79.31737,9.410185,1464.6187,1416.3923,4720.2046,124.49362 +2023-07-13 02:00:00,0.0,16879.686,218.5161,22.02374,35.293392,24.722872,168.45605,24.425001,33.29492,19.81607,22.061672,702.98663,403.2522,9.67715,130.9856,12.471255,1.1681522,24.539116,17.997925,1.6708899,340.99506,0.32992294,316.04437,46.7587,0.55945885,2.6852784,107.52257,19.88689,59.082737,121.982,21282.578,0.4487091,1525.3997,0.8592276,0.5211974,0.27072948,1.5951204,152.98628,192.54964,27.346506,205.22513,22.549976,52.97183,1701.5365,3.423489,226.32718,156.4184,348.6321,142.30814,362.15985,25.013744,403.99927,0.0,2583.5723,14928.185,28.423399,427.8319,137.09642,44301.355,131.96147,22.993305,152.6532,345.39096,56.56986,22.101439,233.59825,2118.052,348.46017,150.62968,19.547703,14.195233,429.00815,63.528282,1555.6405,121.10269,2269.8108,230.38252,367.6655,90.1117,262.82166,7.734173,12.825702,24.33567,3.645787,3.1786013,65.044014,59.270145,68.51117,20.182474,25.80096,231.01816,7.649268,3006.851,94.94486,61.09207,111.60944,107.3976,215.76569,127.917564,117.58064,26.461456,43.543854,112.59775,308.49472,725.1023,114.47312,414.26807,86.04172,113.42297,293.69,337.98254,955.1811,275.55414,3.8658133,19.28703,9.662903,40.729206,16951.998,4.282523,15.040651,25.347044,43.196976,492.29187,76.74973,179.79001,3.0983026,204.14616,501.89548,337.1237,125.54426,407.05038,31.432436,79.226494,230.6378,12.5334425,1.75923,11.763358,1813.6725,0.13608085,0.45102236,53.896362,6.4371357,3.8340364,5.381231,9.622676,127.14889,44.506687,106.36169,701.4187,219.06268,1944.4973,1797.4596,14.6847315,27.138418,12035.328,8.324806,62.463486,611.41614,109.76143,158.2697,70.65141,361.5803,893.61945,411.17575,14.581836,84.36954,1053.1987,1973.8412,43.039066,569.41125,41.713867,1.0663867,60.701015,1.1181871,0.6756579,3.072267,36.383114,116.71957,272.42108,18.045904,3419.001,299.1429,107.99014,161.71034,78.50461,96.21404,55.4832,6.871035,99.56317,665.9702,194.14267,110.34269,93.01547,17.118011,89.38728,91.87029,44.723385,829.34644,174.1195,3905.8374,35.713596,3472.4788,78.97137,430.17102,2413.1023,79.324356,9.410336,1463.9708,1415.3419,4717.4907,124.42003 +2023-07-13 03:00:00,0.0,16881.316,218.72089,22.03185,35.29132,24.733152,168.44238,24.424341,33.292854,19.816303,22.05861,703.391,402.91245,9.674902,130.98584,12.459448,1.1669117,24.544554,17.980156,1.672249,340.97342,0.3297296,316.06857,46.748894,0.56021124,2.6850898,107.52101,19.877481,59.03092,121.93126,21296.033,0.4480012,1525.4803,0.85831225,0.52064747,0.27037904,1.5929873,152.96223,192.4741,27.340546,205.20866,22.54608,53.03969,1702.5754,3.4217434,226.53397,156.51286,348.6664,142.30576,362.09775,25.033745,404.24255,0.0,2583.1562,14926.382,28.445024,428.05984,137.13283,44299.35,131.96173,23.007936,152.69093,345.62823,56.60202,22.121063,233.67618,2118.116,348.44733,150.70703,19.561352,14.203065,428.90466,63.549675,1555.0084,121.02339,2270.2493,230.24799,367.72232,90.083405,262.53006,7.732182,12.821288,24.316511,3.6432571,3.1761003,65.050766,59.289146,68.51859,20.200594,25.808105,230.79219,7.647401,3007.1206,94.85887,61.126007,111.51799,107.35039,215.77809,127.83867,117.701614,26.436893,43.530106,112.55981,308.458,724.7373,114.341125,413.98502,85.999596,113.46748,293.6451,338.17297,955.20276,275.3038,3.8663247,19.294659,9.660591,40.725464,16956.55,4.279586,15.049455,25.359274,43.16416,491.94534,76.68266,179.68057,3.097824,203.97168,501.657,337.00146,125.549675,407.297,31.442204,79.27595,230.49448,12.529656,1.7588708,11.761342,1812.492,0.1359626,0.45069486,53.883896,6.4416475,3.833809,5.378151,9.617878,127.07989,44.48443,106.31787,701.1371,219.09988,1944.7112,1797.6523,14.690162,27.14674,12033.214,8.323712,62.478157,611.61664,109.8119,158.31381,70.67228,361.69516,893.436,411.22272,14.589113,84.40161,1053.2341,1974.1182,43.05274,569.51154,41.729805,1.0664517,60.704456,1.1181884,0.6756853,3.0724335,36.403725,116.73426,272.38565,18.048374,3418.593,299.26007,108.030914,161.75504,78.51152,96.2122,55.478832,6.8838377,99.5746,666.27167,194.25548,110.39298,93.07572,17.099194,89.49798,91.94657,44.705975,829.1411,174.13028,3905.2273,35.705868,3471.4783,78.97085,430.14725,2412.763,79.331345,9.410486,1463.3231,1414.2915,4714.777,124.346436 +2023-07-13 04:00:00,0.0,16882.945,218.92566,22.039963,35.28925,24.743431,168.42873,24.42368,33.29079,19.816534,22.055548,703.7954,402.57266,9.672654,130.9861,12.44764,1.1656713,24.549994,17.962387,1.6736081,340.95178,0.3295362,316.09274,46.739086,0.56096363,2.6849012,107.519455,19.868073,58.979095,121.880516,21309.488,0.4472933,1525.561,0.8573969,0.5200976,0.2700286,1.5908543,152.9382,192.39856,27.334587,205.1922,22.542183,53.107548,1703.6143,3.419998,226.74074,156.60732,348.70068,142.30336,362.0356,25.053745,404.48587,0.0,2582.7397,14924.579,28.466652,428.28775,137.16924,44297.348,131.96199,23.022568,152.72867,345.86548,56.634182,22.14069,233.7541,2118.1802,348.43448,150.7844,19.575,14.2108965,428.80118,63.57107,1554.3765,120.94409,2270.6877,230.11343,367.77917,90.055115,262.23843,7.730191,12.8168745,24.297354,3.6407273,3.1735992,65.05751,59.308147,68.526024,20.218714,25.81525,230.56622,7.6455336,3007.3904,94.77287,61.159946,111.426544,107.30318,215.7905,127.75977,117.82258,26.412329,43.516354,112.521866,308.42133,724.3724,114.20914,413.70197,85.957466,113.512,293.60022,338.36343,955.22437,275.05347,3.866836,19.302286,9.658279,40.721725,16961.105,4.2766485,15.058259,25.371506,43.131348,491.5988,76.61559,179.57114,3.0973458,203.79718,501.41855,336.87927,125.55509,407.5436,31.451971,79.3254,230.35117,12.52587,1.7585115,11.759326,1811.3113,0.13584436,0.45036733,53.871433,6.44616,3.8335814,5.3750706,9.61308,127.01089,44.462166,106.27406,700.85547,219.13708,1944.9252,1797.8452,14.695592,27.155064,12031.1,8.322618,62.492832,611.81714,109.862366,158.35794,70.693146,361.81003,893.25256,411.26968,14.59639,84.43369,1053.2695,1974.3951,43.06641,569.6118,41.745743,1.0665166,60.707893,1.1181898,0.67571265,3.0725996,36.424335,116.74895,272.3502,18.050842,3418.185,299.37723,108.071686,161.79973,78.51843,96.21035,55.47446,6.89664,99.58602,666.5732,194.36829,110.44328,93.13596,17.080378,89.60867,92.02285,44.688564,828.9357,174.14105,3904.6172,35.698143,3470.478,78.97034,430.12344,2412.4238,79.33833,9.410637,1462.6753,1413.241,4712.0625,124.272835 +2023-07-13 05:00:00,0.0,16884.574,219.13043,22.048073,35.287178,24.753712,168.41505,24.423018,33.288727,19.816767,22.052485,704.1998,402.2329,9.670406,130.98634,12.435832,1.164431,24.555431,17.944618,1.6749672,340.93015,0.32934284,316.1169,46.72928,0.56171596,2.6847126,107.5179,19.858665,58.927273,121.82977,21322.941,0.4465854,1525.6417,0.85648155,0.5195477,0.26967815,1.5887212,152.91415,192.32303,27.328627,205.17574,22.538286,53.175407,1704.6531,3.4182522,226.94753,156.70178,348.735,142.30098,361.9735,25.073746,404.72916,0.0,2582.3237,14922.775,28.488277,428.5157,137.20564,44295.344,131.96225,23.0372,152.7664,346.10275,56.666344,22.160315,233.83202,2118.2441,348.42163,150.86174,19.588648,14.218729,428.6977,63.592464,1553.7445,120.864784,2271.1262,229.9789,367.83603,90.02682,261.94684,7.728201,12.812461,24.278194,3.6381972,3.171098,65.06426,59.32715,68.53345,20.236834,25.822395,230.34024,7.6436663,3007.66,94.68688,61.193886,111.3351,107.25597,215.80292,127.68087,117.94355,26.387764,43.5026,112.483925,308.38464,724.0074,114.07715,413.4189,85.915344,113.55651,293.55536,338.5539,955.246,274.80313,3.8673475,19.309914,9.655968,40.717987,16965.66,4.273711,15.067062,25.383738,43.098534,491.25223,76.54852,179.4617,3.0968673,203.62268,501.1801,336.75705,125.56051,407.79022,31.461739,79.374855,230.20784,12.522083,1.7581524,11.75731,1810.1307,0.13572612,0.45003983,53.858967,6.450672,3.833354,5.3719907,9.608282,126.94189,44.439903,106.230255,700.5738,219.1743,1945.139,1798.038,14.701022,27.163385,12028.985,8.321524,62.507504,612.01764,109.912834,158.40205,70.71401,361.9249,893.0691,411.31662,14.603667,84.46577,1053.3049,1974.6721,43.08008,569.7121,41.761684,1.0665816,60.71133,1.1181911,0.67574,3.072766,36.444942,116.76363,272.31476,18.05331,3417.7773,299.4944,108.11246,161.84442,78.525345,96.2085,55.470093,6.9094424,99.59744,666.8747,194.4811,110.49358,93.19621,17.06156,89.71937,92.09913,44.671154,828.7304,174.15182,3904.007,35.69042,3469.4775,78.969826,430.09967,2412.0845,79.34532,9.410788,1462.0275,1412.1906,4709.3486,124.19924 +2023-07-13 06:00:00,0.0,16886.203,219.33522,22.056185,35.285103,24.763992,168.40138,24.422356,33.28666,19.816998,22.049421,704.60425,401.89313,9.668159,130.9866,12.424025,1.1631905,24.560871,17.92685,1.6763264,340.90848,0.32914945,316.14108,46.719475,0.56246835,2.684524,107.51634,19.849257,58.87545,121.77904,21336.396,0.4458775,1525.7224,0.85556626,0.5189978,0.2693277,1.5865883,152.89012,192.24748,27.322666,205.15927,22.53439,53.243267,1705.692,3.4165068,227.15431,156.79623,348.7693,142.29858,361.91138,25.093744,404.97244,0.0,2581.9075,14920.973,28.509905,428.74362,137.24205,44293.34,131.96251,23.051832,152.80415,346.34,56.6985,22.179941,233.90994,2118.3083,348.40878,150.9391,19.602297,14.226561,428.5942,63.613857,1553.1124,120.785484,2271.5647,229.84435,367.89288,89.99853,261.65524,7.72621,12.808046,24.259035,3.6356673,3.168597,65.07101,59.346153,68.54088,20.254953,25.829542,230.11427,7.641799,3007.9294,94.60088,61.22782,111.243645,107.208755,215.81532,127.601974,118.064514,26.363201,43.48885,112.44599,308.34793,723.6424,113.94516,413.13583,85.873215,113.60103,293.51047,338.74435,955.26764,274.5528,3.867859,19.317541,9.653656,40.714245,16970.215,4.270774,15.075867,25.395967,43.06572,490.9057,76.48145,179.35226,3.096389,203.44818,500.94165,336.63483,125.565926,408.03683,31.471504,79.4243,230.06453,12.518297,1.7577932,11.755294,1808.9502,0.13560788,0.44971234,53.846504,6.4551845,3.8331265,5.368911,9.603484,126.872894,44.417645,106.18645,700.2921,219.2115,1945.353,1798.2308,14.706451,27.171707,12026.871,8.32043,62.522175,612.21814,109.96331,158.44617,70.73488,362.0398,892.8857,411.3636,14.610945,84.49785,1053.3402,1974.9491,43.09375,569.8124,41.777622,1.0666465,60.714767,1.1181926,0.67576736,3.0729322,36.465553,116.77832,272.27933,18.055779,3417.3694,299.61157,108.15322,161.88911,78.53226,96.20665,55.465725,6.9222445,99.60887,667.17615,194.5939,110.54388,93.256454,17.042742,89.83007,92.1754,44.653744,828.5251,174.16261,3903.397,35.68269,3468.4773,78.969315,430.07587,2411.745,79.35231,9.410938,1461.3798,1411.1401,4706.635,124.12565 +2023-07-13 07:00:00,0.0,16887.834,219.54001,22.064295,35.28303,24.774271,168.38773,24.421694,33.284595,19.81723,22.046358,705.0086,401.55338,9.665911,130.98685,12.412217,1.1619501,24.566309,17.909079,1.6776855,340.88684,0.3289561,316.16525,46.709667,0.56322074,2.6843357,107.51478,19.839848,58.823627,121.728294,21349.852,0.4451696,1525.8031,0.8546509,0.51844794,0.26897728,1.5844551,152.86607,192.17195,27.316706,205.1428,22.530493,53.31113,1706.7308,3.414761,227.3611,156.89069,348.80356,142.2962,361.84927,25.113745,405.21576,0.0,2581.4912,14919.17,28.53153,428.97153,137.27846,44291.336,131.96277,23.066463,152.84189,346.57724,56.730663,22.199566,233.98787,2118.3723,348.3959,151.01645,19.615946,14.234392,428.49072,63.63525,1552.4805,120.706184,2272.003,229.70981,367.9497,89.97023,261.36365,7.7242193,12.803633,24.239876,3.6331375,3.166096,65.07776,59.365158,68.5483,20.273073,25.836687,229.8883,7.6399317,3008.199,94.51489,61.26176,111.1522,107.161545,215.82773,127.52308,118.185486,26.338636,43.475098,112.40805,308.31125,723.2774,113.81317,412.85278,85.83109,113.64554,293.46558,338.9348,955.28925,274.30246,3.8683703,19.325169,9.651344,40.710506,16974.768,4.267837,15.08467,25.4082,43.032906,490.55914,76.41438,179.24283,3.0959105,203.2737,500.7032,336.5126,125.57134,408.28345,31.481272,79.473755,229.9212,12.514511,1.757434,11.753278,1807.7695,0.13548964,0.4493848,53.834038,6.459697,3.832899,5.3658304,9.598686,126.803894,44.395382,106.14264,700.01044,219.24872,1945.5669,1798.4236,14.711882,27.180029,12024.758,8.319336,62.53685,612.41864,110.01378,158.4903,70.755745,362.15466,892.7022,411.41052,14.618222,84.52993,1053.3756,1975.226,43.107418,569.91266,41.79356,1.0667114,60.71821,1.1181939,0.6757947,3.0730987,36.486164,116.79301,272.24387,18.058249,3416.9614,299.72873,108.19399,161.9338,78.53917,96.2048,55.461357,6.935047,99.62029,667.47766,194.70671,110.59418,93.3167,17.023926,89.940765,92.25168,44.636333,828.31976,174.17339,3902.787,35.674965,3467.4768,78.9688,430.0521,2411.406,79.3593,9.411089,1460.7319,1410.0896,4703.921,124.052055 +2023-07-13 08:00:00,0.0,16889.463,219.74478,22.072407,35.28096,24.784552,168.37405,24.421032,33.282528,19.817463,22.043295,705.413,401.2136,9.663664,130.9871,12.400409,1.1607096,24.571747,17.89131,1.6790446,340.8652,0.32876274,316.18942,46.69986,0.5639731,2.6841471,107.51322,19.830439,58.77181,121.67755,21363.305,0.4444617,1525.8838,0.85373557,0.517898,0.26862684,1.5823221,152.84204,192.0964,27.310745,205.12634,22.526598,53.37899,1707.7697,3.4130156,227.56787,156.98515,348.83783,142.29382,361.78714,25.133745,405.45905,0.0,2581.0752,14917.367,28.553158,429.19946,137.31487,44289.332,131.96303,23.081095,152.87962,346.8145,56.762825,22.219193,234.0658,2118.4365,348.38306,151.09381,19.629595,14.242224,428.38724,63.656647,1551.8484,120.626884,2272.4414,229.57527,368.00656,89.94194,261.07202,7.7222285,12.799219,24.220716,3.6306076,3.163595,65.0845,59.384155,68.55573,20.291191,25.843832,229.66234,7.6380644,3008.4688,94.428894,61.2957,111.06075,107.114334,215.84015,127.44418,118.30645,26.314074,43.46135,112.37011,308.27454,722.9124,113.68118,412.56973,85.78896,113.690056,293.4207,339.12527,955.31085,274.05212,3.8688817,19.332796,9.649033,40.706768,16979.322,4.2648997,15.093474,25.420431,43.000088,490.2126,76.34731,179.13339,3.0954323,203.0992,500.46475,336.3904,125.57676,408.53006,31.49104,79.52321,229.7779,12.510725,1.7570748,11.751262,1806.589,0.1353714,0.4490573,53.821575,6.464209,3.8326716,5.3627505,9.593888,126.73489,44.37312,106.09883,699.72876,219.28592,1945.7808,1798.6165,14.717312,27.18835,12022.644,8.318241,62.55152,612.6192,110.06425,158.53441,70.77661,362.26953,892.5188,411.4575,14.625499,84.562004,1053.411,1975.5029,43.12109,570.0129,41.809498,1.0667764,60.721645,1.1181953,0.6758221,3.0732648,36.506775,116.8077,272.20844,18.060717,3416.5535,299.8459,108.234764,161.9785,78.54608,96.20296,55.45699,6.9478498,99.63172,667.7791,194.81952,110.64448,93.376945,17.005108,90.05146,92.32796,44.618923,828.11444,174.18416,3902.177,35.667236,3466.4766,78.968285,430.0283,2411.0667,79.36629,9.41124,1460.0842,1409.0392,4701.207,123.97846 +2023-07-13 09:00:00,0.0,16891.092,219.94955,22.080517,35.27889,24.794832,168.36038,24.42037,33.280464,19.817694,22.040234,705.81744,400.87384,9.661416,130.98735,12.388601,1.1594692,24.577187,17.87354,1.6804037,340.84357,0.32856935,316.2136,46.690056,0.5647255,2.6839585,107.511665,19.82103,58.719986,121.62681,21376.76,0.4437538,1525.9645,0.8528202,0.5173481,0.2682764,1.580189,152.818,192.02087,27.304787,205.10988,22.522701,53.44685,1708.8086,3.41127,227.77466,157.0796,348.87213,142.29143,361.72504,25.153746,405.70233,0.0,2580.659,14915.563,28.574783,429.4274,137.35127,44287.33,131.96329,23.095728,152.91736,347.05176,56.794987,22.238817,234.14372,2118.5005,348.3702,151.17116,19.643242,14.250055,428.28375,63.67804,1551.2164,120.547585,2272.88,229.44072,368.06342,89.91365,260.78043,7.7202377,12.794806,24.201557,3.6280775,3.161094,65.091255,59.40316,68.563156,20.30931,25.850977,229.43637,7.636197,3008.7383,94.3429,61.329636,110.96931,107.06712,215.85255,127.36529,118.42742,26.289509,43.447598,112.33218,308.23785,722.5474,113.549194,412.28665,85.74684,113.734566,293.3758,339.31573,955.3325,273.8018,3.869393,19.340424,9.64672,40.703026,16983.877,4.2619624,15.102278,25.432661,42.967274,489.86606,76.28024,179.02396,3.0949538,202.9247,500.2263,336.2682,125.58218,408.77667,31.500807,79.57266,229.63457,12.506938,1.7567157,11.749246,1805.4084,0.13525316,0.4487298,53.80911,6.4687214,3.8324442,5.3596706,9.589091,126.66589,44.350857,106.05502,699.44714,219.32312,1945.9948,1798.8093,14.722742,27.196672,12020.529,8.317147,62.566196,612.8197,110.114716,158.57854,70.79748,362.3844,892.3353,411.50446,14.632776,84.594086,1053.4464,1975.7799,43.134758,570.11316,41.825436,1.0668414,60.725082,1.1181966,0.6758494,3.0734313,36.52738,116.82239,272.17297,18.063185,3416.1455,299.96304,108.275536,162.02318,78.55299,96.20111,55.45262,6.960652,99.64314,668.0806,194.93231,110.69478,93.43719,16.98629,90.162155,92.404236,44.601513,827.9091,174.19493,3901.567,35.65951,3465.476,78.96777,430.00452,2410.7273,79.373276,9.41139,1459.4364,1407.9888,4698.4927,123.90486 +2023-07-13 10:00:00,0.0,16892.723,220.15434,22.088629,35.276817,24.80511,168.34673,24.419708,33.2784,19.817926,22.03717,706.22186,400.5341,9.659168,130.98761,12.376793,1.1582288,24.582624,17.855772,1.6817628,340.82193,0.328376,316.23776,46.68025,0.56547785,2.68377,107.51011,19.81162,58.668163,121.576065,21390.215,0.4430459,1526.0452,0.8519049,0.51679826,0.26792595,1.578056,152.79395,191.94534,27.298826,205.09341,22.518805,53.51471,1709.8474,3.4095244,227.98145,157.17407,348.90643,142.28905,361.6629,25.173746,405.94565,0.0,2580.2427,14913.761,28.59641,429.6553,137.38768,44285.324,131.96355,23.11036,152.9551,347.28903,56.82715,22.258444,234.22165,2118.5645,348.35736,151.24852,19.65689,14.257887,428.18027,63.699432,1550.5844,120.468285,2273.3184,229.30618,368.12024,89.88535,260.48883,7.718247,12.790392,24.182398,3.6255476,3.158593,65.098,59.422157,68.57059,20.32743,25.858124,229.2104,7.63433,3009.0078,94.256905,61.363575,110.87785,107.01991,215.86496,127.28639,118.548386,26.264946,43.433846,112.294235,308.20117,722.18243,113.417206,412.0036,85.70471,113.779076,293.3309,339.5062,955.3541,273.55145,3.8699045,19.348051,9.644408,40.699287,16988.43,4.259025,15.111081,25.444893,42.93446,489.5195,76.21317,178.91452,3.0944755,202.7502,499.98782,336.14597,125.58759,409.0233,31.510572,79.622116,229.49126,12.503152,1.7563565,11.74723,1804.2278,0.13513492,0.4484023,53.796646,6.4732337,3.8322167,5.3565907,9.584293,126.59689,44.328598,106.011215,699.1655,219.36034,1946.2086,1799.0021,14.728172,27.204996,12018.415,8.316053,62.580868,613.0202,110.16519,158.62265,70.818344,362.49927,892.1519,411.5514,14.640054,84.62617,1053.4817,1976.0569,43.14843,570.21344,41.841377,1.0669063,60.72852,1.118198,0.67587674,3.0735974,36.547993,116.837074,272.13754,18.065655,3415.7375,300.0802,108.31631,162.06787,78.559906,96.199265,55.448254,6.9734545,99.65457,668.38214,195.04512,110.74507,93.49744,16.967474,90.27285,92.480515,44.584103,827.70374,174.2057,3900.9568,35.651787,3464.4758,78.96726,429.9807,2410.3882,79.380264,9.411541,1458.7887,1406.9382,4695.779,123.83127 +2023-07-13 11:00:00,0.0,16894.352,220.35913,22.096739,35.274746,24.815392,168.33305,24.419046,33.276333,19.818157,22.034107,706.6262,400.1943,9.65692,130.98785,12.364985,1.1569884,24.588064,17.838003,1.683122,340.8003,0.3281826,316.26193,46.67044,0.56623024,2.6835814,107.50855,19.802214,58.61634,121.52533,21403.668,0.442338,1526.1259,0.8509896,0.51624835,0.2675755,1.5759228,152.76991,191.8698,27.292866,205.07695,22.514908,53.58257,1710.8862,3.407779,228.18822,157.26852,348.94073,142.28667,361.60077,25.193745,406.18893,0.0,2579.8264,14911.958,28.618036,429.88324,137.42409,44283.32,131.9638,23.12499,152.99283,347.52628,56.859306,22.278069,234.29958,2118.6287,348.3445,151.32587,19.67054,14.265718,428.07678,63.720825,1549.9524,120.388985,2273.7568,229.17163,368.1771,89.85706,260.19724,7.716256,12.785978,24.163239,3.6230178,3.156092,65.10475,59.441162,68.57802,20.34555,25.865269,228.98444,7.632463,3009.2776,94.17091,61.397514,110.78641,106.97271,215.87738,127.20749,118.66936,26.240381,43.420094,112.256294,308.16446,721.81744,113.28522,411.72055,85.66258,113.82359,293.286,339.69666,955.37573,273.30112,3.870416,19.355679,9.6420965,40.69555,16992.984,4.256088,15.119885,25.457125,42.901646,489.17294,76.1461,178.80508,3.093997,202.57571,499.7494,336.02374,125.59301,409.2699,31.52034,79.67156,229.34793,12.499366,1.7559972,11.7452135,1803.0472,0.13501668,0.4480748,53.78418,6.477746,3.8319893,5.3535104,9.579495,126.5279,44.306335,105.96741,698.88385,219.39754,1946.4226,1799.195,14.733603,27.213318,12016.301,8.314959,62.595543,613.2207,110.21566,158.66678,70.83921,362.61417,891.96844,411.59836,14.647331,84.65824,1053.5171,1976.3339,43.1621,570.3137,41.857315,1.0669713,60.73196,1.1181995,0.6759041,3.0737638,36.568604,116.85176,272.10208,18.068123,3415.3298,300.19736,108.35708,162.11256,78.56682,96.19741,55.443886,6.986257,99.66599,668.6836,195.15793,110.79537,93.55768,16.948656,90.383545,92.556786,44.566692,827.4984,174.21649,3900.3467,35.64406,3463.4756,78.96675,429.9569,2410.0488,79.38725,9.411692,1458.1409,1405.8878,4693.065,123.757675 +2023-07-13 12:00:00,0.0,16895.98,220.5639,22.10485,35.272675,24.825672,168.31938,24.418385,33.27427,19.81839,22.031044,707.03064,399.85455,9.654673,130.98811,12.353178,1.155748,24.593502,17.820234,1.6844811,340.77863,0.32798925,316.2861,46.660637,0.5669826,2.683393,107.506996,19.792805,58.564518,121.47459,21417.123,0.4416301,1526.2065,0.85007423,0.51569843,0.2672251,1.5737898,152.74586,191.79427,27.286905,205.06049,22.511011,53.65043,1711.9252,3.4060333,228.395,157.36298,348.975,142.28427,361.53867,25.213745,406.43222,0.0,2579.4102,14910.155,28.639664,430.11118,137.4605,44281.316,131.96407,23.139622,153.03056,347.76355,56.891468,22.297693,234.3775,2118.6926,348.33167,151.40323,19.684189,14.273551,427.9733,63.74222,1549.3204,120.30968,2274.195,229.0371,368.23392,89.828766,259.9056,7.7142653,12.781564,24.14408,3.620488,3.153591,65.111496,59.46016,68.58544,20.36367,25.872414,228.75845,7.6305957,3009.547,94.084915,61.43145,110.69496,106.9255,215.88979,127.12859,118.79032,26.215816,43.40634,112.21835,308.12778,721.45245,113.15323,411.4375,85.62046,113.8681,293.24112,339.88712,955.3974,273.05078,3.8709273,19.363306,9.639785,40.691807,16997.54,4.2531505,15.128689,25.469355,42.86883,488.82642,76.07903,178.69565,3.0935187,202.40121,499.51093,335.90155,125.59843,409.5165,31.530107,79.721016,229.20462,12.49558,1.755638,11.743197,1801.8667,0.13489844,0.4477473,53.771717,6.4822583,3.8317618,5.3504305,9.5746975,126.4589,44.284073,105.9236,698.6022,219.43475,1946.6365,1799.3877,14.739033,27.22164,12014.187,8.313865,62.610214,613.4212,110.26613,158.71089,70.86008,362.72903,891.78503,411.6453,14.654608,84.69032,1053.5525,1976.6108,43.17577,570.414,41.873253,1.0670363,60.735397,1.1182008,0.67593145,3.07393,36.589214,116.866455,272.06665,18.070591,3414.9219,300.3145,108.39785,162.15726,78.57373,96.195564,55.439518,6.999059,99.67742,668.9851,195.27074,110.84567,93.61793,16.929838,90.49424,92.633064,44.549282,827.2931,174.22726,3899.7368,35.636333,3462.475,78.96623,429.93314,2409.7095,79.39424,9.411842,1457.4932,1404.8374,4690.351,123.68408 +2023-07-13 13:00:00,0.0,16897.61,220.76868,22.11296,35.270603,24.835953,168.30573,24.417723,33.272205,19.81862,22.02798,707.43506,399.51477,9.652425,130.98836,12.34137,1.1545075,24.59894,17.802464,1.6858402,340.757,0.3277959,316.31027,46.65083,0.567735,2.6832044,107.50543,19.783396,58.512695,121.42384,21430.578,0.4409222,1526.2872,0.84915894,0.5151485,0.26687464,1.5716568,152.72183,191.71872,27.280945,205.04402,22.507114,53.71829,1712.964,3.4042878,228.60179,157.45744,349.00928,142.28189,361.47653,25.233746,406.67554,0.0,2578.9941,14908.352,28.66129,430.3391,137.49692,44279.312,131.96432,23.154255,153.0683,348.0008,56.92363,22.31732,234.45543,2118.7568,348.3188,151.48058,19.697836,14.281383,427.8698,63.763615,1548.6884,120.23038,2274.6335,228.90256,368.2908,89.800476,259.614,7.7122746,12.77715,24.12492,3.6179578,3.15109,65.11825,59.479164,68.59287,20.381788,25.879559,228.53249,7.6287284,3009.8167,93.998924,61.46539,110.60351,106.87829,215.90219,127.0497,118.91129,26.191254,43.392593,112.18042,308.09106,721.0875,113.02123,411.15442,85.57833,113.91262,293.19623,340.07755,955.419,272.80045,3.8714387,19.370935,9.637473,40.68807,17002.094,4.250213,15.137493,25.481586,42.836018,488.47986,76.01196,178.58621,3.0930402,202.22672,499.27246,335.77933,125.60384,409.76312,31.539873,79.77047,229.0613,12.491793,1.7552788,11.741181,1800.686,0.1347802,0.44741976,53.75925,6.4867706,3.8315344,5.3473506,9.5699,126.3899,44.261814,105.87979,698.32056,219.47195,1946.8503,1799.5806,14.744463,27.229961,12012.072,8.312771,62.624886,613.6217,110.3166,158.755,70.88094,362.8439,891.60156,411.69226,14.661885,84.722404,1053.5879,1976.8878,43.18944,570.5142,41.88919,1.0671012,60.738834,1.1182022,0.6759588,3.0740964,36.60982,116.88114,272.03122,18.07306,3414.514,300.43167,108.43862,162.20195,78.58064,96.19372,55.435146,7.011862,99.68884,669.28656,195.38354,110.895966,93.67817,16.911022,90.604935,92.70934,44.53187,827.08777,174.23804,3899.1267,35.628605,3461.4749,78.96572,429.90933,2409.3704,79.40123,9.411993,1456.8453,1403.787,4687.6367,123.61049 +2023-07-13 14:00:00,0.0,16899.24,220.97346,22.121073,35.26853,24.846231,168.29205,24.41706,33.270138,19.818853,22.024918,707.8395,399.17502,9.650177,130.98862,12.329562,1.1532671,24.60438,17.784695,1.6871994,340.73535,0.3276025,316.33444,46.64102,0.5684874,2.6830158,107.503876,19.773987,58.460876,121.3731,21444.031,0.4402143,1526.3679,0.8482436,0.51459867,0.2665242,1.5695237,152.69778,191.64319,27.274986,205.02756,22.503218,53.786148,1714.0028,3.402542,228.80858,157.5519,349.04358,142.27951,361.41443,25.253746,406.91882,0.0,2578.578,14906.549,28.682917,430.56702,137.53333,44277.312,131.96458,23.168886,153.10605,348.23807,56.95579,22.336945,234.53336,2118.8208,348.30594,151.55794,19.711485,14.289214,427.76633,63.785007,1548.0564,120.15108,2275.072,228.768,368.34763,89.77219,259.32242,7.7102838,12.772737,24.10576,3.615428,3.148589,65.12499,59.49816,68.600296,20.399908,25.886705,228.30652,7.626861,3010.0862,93.912926,61.49933,110.51206,106.83108,215.91461,126.9708,119.03226,26.166689,43.37884,112.14248,308.05438,720.72253,112.889244,410.87137,85.53621,113.95713,293.15134,340.268,955.4406,272.5501,3.8719504,19.378563,9.635161,40.68433,17006.646,4.247276,15.1462965,25.493818,42.803204,488.1333,75.94489,178.47678,3.0925617,202.05222,499.03403,335.6571,125.60926,410.00974,31.54964,79.81992,228.91798,12.488007,1.7549196,11.739165,1799.5055,0.13466196,0.44709226,53.746784,6.491283,3.831307,5.3442707,9.565102,126.3209,44.23955,105.83598,698.0389,219.50916,1947.0643,1799.7734,14.749892,27.238283,12009.959,8.311677,62.63956,613.8222,110.36707,158.79913,70.90182,362.95877,891.41815,411.73923,14.669163,84.75448,1053.6232,1977.1648,43.20311,570.6145,41.905132,1.0671662,60.74227,1.1182035,0.6759862,3.0742626,36.630432,116.89583,271.99576,18.07553,3414.106,300.54883,108.479385,162.24664,78.58756,96.19187,55.43078,7.024664,99.70027,669.5881,195.49635,110.946266,93.73841,16.892204,90.71563,92.78562,44.51446,826.88245,174.24881,3898.5166,35.62088,3460.4744,78.96521,429.88556,2409.031,79.40822,9.412144,1456.1976,1402.7365,4684.923,123.536896 +2023-07-13 15:00:00,0.0,16900.87,221.17825,22.129183,35.26646,24.856512,168.27838,24.416399,33.268074,19.819084,22.021854,708.2439,398.83527,9.647929,130.98886,12.317755,1.1520267,24.609818,17.766926,1.6885586,340.7137,0.32740915,316.3586,46.631214,0.56923974,2.6828272,107.50232,19.764578,58.409054,121.322365,21457.486,0.4395064,1526.4486,0.84732825,0.51404876,0.26617375,1.5673907,152.67374,191.56764,27.269026,205.0111,22.499321,53.854008,1715.0417,3.4007967,229.01535,157.64636,349.07788,142.27711,361.3523,25.273745,407.1621,0.0,2578.1616,14904.746,28.704542,430.79495,137.56973,44275.31,131.96484,23.183517,153.14378,348.4753,56.98795,22.356571,234.61127,2118.885,348.2931,151.63528,19.725134,14.297046,427.6628,63.8064,1547.4243,120.07178,2275.5105,228.63347,368.40448,89.74389,259.03082,7.708293,12.768323,24.086601,3.612898,3.1460876,65.13174,59.517166,68.60773,20.418028,25.89385,228.08055,7.624994,3010.356,93.826935,61.533268,110.420616,106.78387,215.92702,126.89191,119.15323,26.142126,43.36509,112.10454,308.0177,720.35754,112.757256,410.58832,85.49408,114.00165,293.10648,340.45847,955.4623,272.29977,3.8724618,19.38619,9.63285,40.680588,17011.201,4.2443385,15.1551,25.506048,42.77039,487.78677,75.87782,178.36734,3.0920835,201.87772,498.79556,335.53488,125.61468,410.25632,31.559408,79.86938,228.77466,12.4842205,1.7545605,11.737148,1798.325,0.13454373,0.44676474,53.73432,6.4957952,3.8310795,5.3411903,9.560304,126.25191,44.21729,105.792175,697.7572,219.54637,1947.2782,1799.9662,14.755322,27.246607,12007.845,8.310582,62.654232,614.0227,110.41754,158.84325,70.92268,363.07367,891.2347,411.78616,14.67644,84.78656,1053.6586,1977.4418,43.21678,570.7148,41.92107,1.0672312,60.74571,1.118205,0.6760135,3.074429,36.651043,116.910515,271.96033,18.077997,3413.698,300.666,108.52016,162.29134,78.594475,96.19002,55.42641,7.0374665,99.71169,669.8896,195.60916,110.99657,93.79866,16.873388,90.826324,92.86189,44.497047,826.67706,174.2596,3897.9065,35.613155,3459.474,78.9647,429.86176,2408.6917,79.41521,9.412294,1455.5498,1401.686,4682.209,123.4633 +2023-07-13 16:00:00,0.0,16902.498,221.38303,22.137295,35.26439,24.866793,168.26472,24.415737,33.266006,19.819317,22.018793,708.64825,398.49548,9.645681,130.98912,12.305946,1.1507863,24.615257,17.749157,1.6899177,340.69208,0.32721576,316.38278,46.62141,0.5699921,2.682639,107.50076,19.75517,58.35723,121.27162,21470.941,0.4387985,1526.5293,0.8464129,0.51349884,0.2658233,1.5652575,152.6497,191.49211,27.263065,204.99463,22.495424,53.921867,1716.0806,3.399051,229.22214,157.74081,349.11215,142.27473,361.2902,25.293745,407.40543,0.0,2577.7456,14902.943,28.72617,431.0229,137.60614,44273.305,131.9651,23.198149,153.18152,348.7126,57.02011,22.376196,234.6892,2118.949,348.28024,151.71265,19.738783,14.304877,427.55933,63.827793,1546.7924,119.99248,2275.949,228.49892,368.4613,89.7156,258.7392,7.706302,12.763909,24.067442,3.610368,3.1435866,65.13849,59.536167,68.61515,20.436148,25.900995,227.85458,7.6231265,3010.6255,93.74094,61.567204,110.32917,106.73666,215.93942,126.81301,119.27419,26.117561,43.351337,112.066605,307.981,719.99255,112.62527,410.30524,85.45196,114.04616,293.06158,340.64893,955.4839,272.04944,3.8729732,19.393818,9.630538,40.67685,17015.756,4.241401,15.163904,25.51828,42.737576,487.44022,75.81075,178.2579,3.091605,201.70323,498.5571,335.4127,125.620094,410.50293,31.569176,79.91882,228.63135,12.480434,1.7542013,11.735132,1797.1443,0.13442549,0.44643724,53.721855,6.5003076,3.830852,5.3381104,9.555506,126.18291,44.19503,105.74837,697.4756,219.58357,1947.4922,1800.159,14.760753,27.254929,12005.73,8.309488,62.668907,614.2232,110.46801,158.88737,70.94355,363.18854,891.0513,411.83313,14.683717,84.818634,1053.694,1977.7188,43.230453,570.81506,41.937008,1.0672961,60.74915,1.1182063,0.6760409,3.0745952,36.671654,116.9252,271.92487,18.080465,3413.29,300.78314,108.56093,162.33603,78.60139,96.18817,55.422043,7.050269,99.72312,670.19104,195.72197,111.04686,93.8589,16.85457,90.93702,92.93817,44.479637,826.47174,174.27037,3897.2966,35.605427,3458.4736,78.96419,429.83798,2408.3525,79.422195,9.412445,1454.9021,1400.6356,4679.495,123.3897 +2023-07-13 17:00:00,0.0,16904.127,221.5878,22.145405,35.262318,24.877071,168.25105,24.415077,33.263943,19.81955,22.01573,709.0527,398.15573,9.643434,130.98936,12.294139,1.1495458,24.620695,17.731388,1.6912768,340.67044,0.3270224,316.40695,46.611603,0.5707445,2.6824503,107.49921,19.745762,58.30541,121.22088,21484.395,0.4380906,1526.61,0.8454976,0.512949,0.26547286,1.5631247,152.62566,191.41658,27.257105,204.97816,22.491528,53.989727,1717.1194,3.3973055,229.42892,157.83527,349.14642,142.27235,361.22806,25.313745,407.6487,0.0,2577.329,14901.14,28.747795,431.2508,137.64255,44271.3,131.96536,23.212782,153.21925,348.94983,57.052273,22.395823,234.76712,2119.013,348.2674,151.79,19.75243,14.312709,427.45584,63.84919,1546.1604,119.91318,2276.3872,228.36438,368.5182,89.6873,258.4476,7.7043114,12.759496,24.048283,3.6078382,3.1410856,65.14523,59.55517,68.62258,20.454268,25.90814,227.62862,7.621259,3010.895,93.654945,61.601143,110.23772,106.689445,215.95184,126.73411,119.395164,26.092999,43.33759,112.02866,307.9443,719.62756,112.49328,410.0222,85.40983,114.09067,293.0167,340.8394,955.5055,271.79907,3.8734846,19.401445,9.628225,40.67311,17020.309,4.238464,15.172708,25.530512,42.70476,487.09366,75.74368,178.14847,3.0911267,201.52873,498.31866,335.29047,125.62552,410.74954,31.578941,79.96828,228.48802,12.476647,1.753842,11.733116,1795.9637,0.13430725,0.44610974,53.709393,6.50482,3.8306246,5.3350306,9.550709,126.11391,44.172768,105.70456,697.1939,219.62077,1947.706,1800.3518,14.766183,27.26325,12003.616,8.308394,62.68358,614.4237,110.518486,158.93149,70.96442,363.3034,890.8678,411.88007,14.690994,84.850716,1053.7292,1977.9957,43.24412,570.91534,41.952946,1.0673611,60.752586,1.1182077,0.67606825,3.0747614,36.69226,116.939896,271.88943,18.082933,3412.8823,300.9003,108.6017,162.3807,78.6083,96.186325,55.417675,7.0630713,99.73454,670.49255,195.83478,111.09716,93.91915,16.835752,91.047714,93.01445,44.462227,826.2664,174.28114,3896.6865,35.597702,3457.4734,78.96367,429.81418,2408.0132,79.429184,9.412596,1454.2543,1399.5851,4676.7812,123.31611 +2023-07-13 18:00:00,0.0,16905.758,221.79259,22.153517,35.260246,24.887352,168.23738,24.414415,33.26188,19.81978,22.012667,709.4571,397.81595,9.641186,130.98962,12.2823305,1.1483054,24.626133,17.71362,1.6926359,340.64877,0.32682905,316.43112,46.601795,0.5714969,2.6822617,107.49765,19.736353,58.253586,121.170135,21497.85,0.4373827,1526.6907,0.84458226,0.5123991,0.26512244,1.5609915,152.60162,191.34103,27.251144,204.9617,22.48763,54.05759,1718.1583,3.3955598,229.63571,157.92973,349.18073,142.26996,361.16595,25.333746,407.89203,0.0,2576.913,14899.337,28.769423,431.47873,137.67896,44269.297,131.96562,23.227413,153.25699,349.1871,57.084435,22.415447,234.84505,2119.0771,348.25455,151.86736,19.766079,14.32054,427.35236,63.870583,1545.5283,119.83388,2276.8257,228.22984,368.575,89.65901,258.156,7.7023206,12.755081,24.029123,3.6053083,3.1385846,65.151985,59.57417,68.63001,20.472385,25.915287,227.40265,7.619392,3011.1648,93.56895,61.635082,110.14627,106.642235,215.96425,126.65521,119.51613,26.068434,43.323837,111.99072,307.9076,719.2626,112.36129,409.73914,85.36771,114.135185,292.9718,341.02985,955.52716,271.54874,3.873996,19.409073,9.625914,40.66937,17024.863,4.235527,15.181512,25.542742,42.671947,486.74713,75.67661,178.03903,3.0906482,201.35423,498.0802,335.16824,125.630936,410.99615,31.588709,80.01773,228.34471,12.472861,1.7534828,11.7311,1794.7832,0.13418901,0.4457822,53.696926,6.509332,3.8303971,5.3319507,9.545911,126.04491,44.150505,105.66075,696.9123,219.65799,1947.9199,1800.5447,14.771613,27.271572,12001.502,8.3073,62.698254,614.6242,110.568954,158.97562,70.98528,363.41827,890.6844,411.92703,14.698272,84.8828,1053.7646,1978.2727,43.257793,571.01556,41.968884,1.0674261,60.756023,1.118209,0.6760956,3.0749278,36.71287,116.95458,271.85397,18.085403,3412.4744,301.01746,108.64247,162.4254,78.61521,96.18448,55.413307,7.075874,99.745964,670.794,195.94759,111.14746,93.97939,16.816936,91.15841,93.09073,44.444817,826.0611,174.29192,3896.0764,35.589973,3456.473,78.96316,429.7904,2407.6738,79.43617,9.412746,1453.6066,1398.5347,4674.067,123.242516 +2023-07-13 19:00:00,0.0,16907.387,221.99738,22.161629,35.258175,24.897633,168.22372,24.413754,33.25981,19.820013,22.009604,709.8615,397.4762,9.638938,130.98987,12.270523,1.147065,24.631573,17.69585,1.693995,340.62714,0.32663566,316.4553,46.59199,0.5722493,2.682073,107.496086,19.726944,58.201763,121.1194,21511.305,0.4366748,1526.7714,0.8436669,0.51184916,0.264772,1.5588585,152.57758,191.2655,27.245186,204.94522,22.483734,54.12545,1719.1971,3.3938143,229.84248,158.02419,349.21503,142.26758,361.10382,25.353746,408.1353,0.0,2576.497,14897.534,28.791048,431.70667,137.71536,44267.293,131.96588,23.242044,153.29472,349.42435,57.116596,22.435074,234.92297,2119.141,348.24167,151.9447,19.779728,14.328373,427.24887,63.891975,1544.8964,119.75457,2277.2642,228.09529,368.63187,89.630714,257.8644,7.70033,12.750668,24.009964,3.6027784,3.1360836,65.15873,59.59317,68.637436,20.490505,25.922432,227.17668,7.6175246,3011.4343,93.482956,61.669018,110.054825,106.595024,215.97665,126.57632,119.6371,26.043869,43.310085,111.95278,307.8709,718.8976,112.2293,409.4561,85.32558,114.179695,292.9269,341.2203,955.54877,271.2984,3.8745074,19.4167,9.623602,40.66563,17029.418,4.2325897,15.190315,25.554974,42.639133,486.40057,75.60954,177.9296,3.09017,201.17973,497.84174,335.04602,125.63635,411.24277,31.598476,80.067184,228.20139,12.469075,1.7531236,11.729084,1793.6025,0.13407077,0.44545472,53.684464,6.5138445,3.8301697,5.3288703,9.541113,125.975914,44.128242,105.61694,696.6306,219.69519,1948.1339,1800.7374,14.777043,27.279894,11999.388,8.306206,62.712925,614.8247,110.61942,159.01973,71.00615,363.53314,890.5009,411.974,14.705549,84.91487,1053.8,1978.5497,43.27146,571.11584,41.984825,1.067491,60.75946,1.1182104,0.67612296,3.075094,36.733482,116.96927,271.81854,18.087872,3412.0664,301.13464,108.68324,162.4701,78.62212,96.182625,55.40894,7.0886765,99.75739,671.0955,196.0604,111.19776,94.03964,16.798119,91.269104,93.167,44.427406,825.8558,174.3027,3895.4663,35.58225,3455.4727,78.96265,429.7666,2407.3347,79.44316,9.412897,1452.9587,1397.4843,4671.353,123.16892 +2023-07-13 20:00:00,0.0,16909.016,222.20215,22.169739,35.256104,24.907911,168.21005,24.413092,33.257748,19.820244,22.00654,710.26587,397.1364,9.63669,130.99013,12.258716,1.1458246,24.63701,17.67808,1.6953542,340.6055,0.3264423,316.47946,46.582184,0.5730017,2.6818845,107.49453,19.717535,58.149944,121.06866,21524.76,0.4359669,1526.852,0.84275156,0.5112993,0.26442155,1.5567254,152.55354,191.18996,27.239225,204.92876,22.479837,54.19331,1720.236,3.3920686,230.04927,158.11865,349.24933,142.2652,361.04172,25.373745,408.3786,0.0,2576.0806,14895.731,28.812675,431.93457,137.75177,44265.29,131.96614,23.256676,153.33246,349.66162,57.148754,22.454699,235.0009,2119.2053,348.22882,152.02206,19.793377,14.336205,427.1454,63.91337,1544.2643,119.67527,2277.7026,227.96075,368.6887,89.602425,257.5728,7.698339,12.746254,23.990805,3.6002483,3.1335826,65.16548,59.61217,68.64487,20.508625,25.929577,226.95071,7.6156573,3011.7039,93.39696,61.702957,109.96337,106.54781,215.98907,126.49742,119.758064,26.019306,43.296333,111.91485,307.83423,718.5326,112.09731,409.173,85.283455,114.22421,292.88202,341.41077,955.5704,271.04807,3.8750188,19.424328,9.62129,40.661892,17033.97,4.2296524,15.19912,25.567205,42.60632,486.05402,75.54247,177.82016,3.0896914,201.00525,497.6033,334.92383,125.64177,411.48938,31.608244,80.11663,228.05807,12.465288,1.7527645,11.727068,1792.422,0.13395253,0.4451272,53.671997,6.518357,3.8299422,5.3257904,9.536315,125.90691,44.105984,105.573135,696.349,219.7324,1948.3478,1800.9303,14.782474,27.288218,11997.273,8.305112,62.727596,615.0252,110.66989,159.06384,71.027016,363.64804,890.3175,412.02094,14.712827,84.94695,1053.8354,1978.8267,43.285133,571.2161,42.000763,1.067556,60.7629,1.1182117,0.6761503,3.0752604,36.754093,116.983955,271.7831,18.09034,3411.6584,301.2518,108.724014,162.51479,78.629036,96.18078,55.40457,7.1014786,99.768814,671.39703,196.1732,111.248055,94.099884,16.7793,91.3798,93.24328,44.409996,825.6504,174.31348,3894.8562,35.574524,3454.4722,78.962135,429.74283,2406.9954,79.45015,9.413048,1452.3109,1396.4338,4668.639,123.09533 +2023-07-13 21:00:00,0.0,16910.646,222.40692,22.17785,35.254032,24.918192,168.19638,24.41243,33.25568,19.820477,22.003477,710.6703,396.79666,9.634442,130.99037,12.246907,1.1445842,24.64245,17.66031,1.6967133,340.58386,0.32624894,316.50363,46.572376,0.573754,2.6816962,107.49297,19.708126,58.09812,121.017914,21538.213,0.435259,1526.9327,0.8418363,0.5107494,0.2640711,1.5545924,152.5295,191.11443,27.233265,204.9123,22.47594,54.26117,1721.2749,3.3903232,230.25606,158.2131,349.28357,142.2628,360.97958,25.393745,408.62192,0.0,2575.6646,14893.928,28.834301,432.1625,137.78818,44263.285,131.9664,23.271309,153.3702,349.89886,57.180916,22.474323,235.07883,2119.2693,348.21597,152.09941,19.807024,14.344036,427.0419,63.934765,1543.6323,119.59597,2278.141,227.8262,368.74554,89.574135,257.2812,7.6963487,12.74184,23.971645,3.5977185,3.1310816,65.172226,59.631172,68.65229,20.526745,25.936722,226.72473,7.6137905,3011.9734,93.31097,61.736897,109.871925,106.5006,216.00148,126.418526,119.879036,25.994741,43.28258,111.87691,307.79752,718.16766,111.965324,408.88995,85.241325,114.26872,292.83713,341.60123,955.59204,270.79773,3.8755302,19.431955,9.6189785,40.65815,17038.525,4.226715,15.207923,25.579435,42.573505,485.7075,75.4754,177.71072,3.0892131,200.83075,497.36484,334.8016,125.64719,411.736,31.61801,80.166084,227.91475,12.461502,1.7524053,11.725052,1791.2415,0.13383429,0.4447997,53.659534,6.522869,3.8297148,5.3227105,9.531517,125.83791,44.08372,105.52933,696.0673,219.7696,1948.5618,1801.1232,14.787904,27.29654,11995.16,8.304017,62.74227,615.2257,110.72037,159.10797,71.04788,363.7629,890.13403,412.0679,14.720103,84.979034,1053.8707,1979.1036,43.2988,571.3164,42.0167,1.067621,60.76634,1.1182132,0.6761777,3.0754266,36.7747,116.99864,271.74765,18.09281,3411.2505,301.36896,108.764786,162.55948,78.63595,96.17893,55.4002,7.114281,99.78024,671.6985,196.28601,111.298355,94.160126,16.760485,91.49049,93.31956,44.392586,825.44507,174.32425,3894.2463,35.566795,3453.472,78.961624,429.71902,2406.656,79.457146,9.413198,1451.6632,1395.3833,4665.9253,123.02173 +2023-07-13 22:00:00,0.0,16912.275,222.61171,22.18596,35.25196,24.928473,168.18272,24.411768,33.253616,19.820707,22.000414,711.0747,396.4569,9.6321945,130.99063,12.2351,1.1433437,24.647888,17.642542,1.6980724,340.56223,0.32605556,316.5278,46.56257,0.5745064,2.6815076,107.49142,19.698719,58.0463,120.96717,21551.668,0.4345511,1527.0134,0.8409209,0.5101995,0.26372066,1.5524594,152.50545,191.03888,27.227304,204.89583,22.472044,54.32903,1722.3137,3.3885777,230.46283,158.30756,349.31787,142.26042,360.91748,25.413746,408.8652,0.0,2575.2483,14892.125,28.855928,432.39044,137.82458,44261.28,131.96666,23.28594,153.40793,350.13614,57.213078,22.49395,235.15675,2119.3335,348.20312,152.17677,19.820673,14.351868,426.93842,63.956158,1543.0002,119.51667,2278.5793,227.69167,368.8024,89.54584,256.9896,7.694358,12.737427,23.952486,3.5951886,3.1285806,65.17898,59.650173,68.65972,20.544865,25.943869,226.49876,7.611923,3012.2432,93.22497,61.770832,109.78048,106.4534,216.01389,126.33963,120.0,25.970179,43.268833,111.83897,307.76083,717.8027,111.833336,408.6069,85.1992,114.31323,292.79224,341.7917,955.61365,270.5474,3.8760417,19.439583,9.616667,40.65441,17043.08,4.223778,15.216726,25.591667,42.54069,485.36093,75.40833,177.60129,3.0887346,200.65625,497.12637,334.67938,125.6526,411.9826,31.627777,80.21554,227.77144,12.457716,1.7520461,11.723036,1790.0608,0.13371605,0.4444722,53.647068,6.5273814,3.8294873,5.3196306,9.526719,125.76891,44.06146,105.48552,695.78564,219.80681,1948.7756,1801.3159,14.793333,27.304861,11993.046,8.302923,62.756943,615.4262,110.770836,159.15208,71.06875,363.87778,889.95056,412.11484,14.727381,85.01111,1053.9061,1979.3806,43.312473,571.4167,42.03264,1.067686,60.769775,1.1182145,0.67620504,3.075593,36.79531,117.013336,271.71222,18.095278,3410.8425,301.4861,108.80556,162.60417,78.64286,96.177086,55.395832,7.1270833,99.791664,672.0,196.39882,111.348656,94.220375,16.741667,91.60119,93.395836,44.375175,825.23975,174.33502,3893.6362,35.55907,3452.4714,78.961105,429.69525,2406.317,79.464134,9.413349,1451.0154,1394.3329,4663.211,122.948135 +2023-07-13 23:00:00,0.0,16913.904,222.8165,22.194073,35.24989,24.938751,168.16905,24.411106,33.251553,19.82094,21.997353,711.4791,396.11713,9.629947,130.99089,12.223292,1.1421033,24.653326,17.624773,1.6994315,340.54056,0.3258622,316.55197,46.552765,0.5752588,2.681319,107.48986,19.68931,57.994476,120.916435,21565.123,0.4338432,1527.0941,0.8400056,0.50964963,0.26337022,1.5503263,152.48141,190.96335,27.221344,204.87936,22.468147,54.39689,1723.3527,3.386832,230.66962,158.40202,349.35217,142.25803,360.85535,25.433746,409.1085,0.0,2574.832,14890.322,28.877554,432.61835,137.861,44259.277,131.96692,23.300571,153.44568,350.37338,57.24524,22.513575,235.23468,2119.3975,348.19028,152.25412,19.834322,14.359699,426.83493,63.97755,1542.3683,119.43737,2279.0178,227.55713,368.85922,89.51755,256.698,7.692367,12.733012,23.933327,3.5926585,3.1260796,65.18572,59.669174,68.667145,20.562983,25.951014,226.2728,7.610056,3012.5127,93.13898,61.80477,109.68903,106.40619,216.0263,126.26073,120.120964,25.945614,43.25508,111.80103,307.72412,717.4377,111.70135,408.32382,85.157074,114.35775,292.74734,341.98212,955.63525,270.29706,3.876553,19.447212,9.614355,40.650673,17047.635,4.2208405,15.225531,25.603899,42.507877,485.01437,75.34126,177.49185,3.0882564,200.48175,496.88794,334.55716,125.65802,412.22922,31.637545,80.26499,227.62811,12.45393,1.7516869,11.72102,1788.8802,0.1335978,0.44414467,53.634605,6.5318937,3.8292596,5.3165503,9.521921,125.69992,44.0392,105.44171,695.504,219.84402,1948.9895,1801.5088,14.798763,27.313183,11990.932,8.301829,62.771618,615.6267,110.821304,159.19621,71.089615,363.99265,889.76715,412.1618,14.734658,85.04319,1053.9415,1979.6576,43.326145,571.5169,42.048576,1.0677509,60.773212,1.1182159,0.6762324,3.0757592,36.81592,117.02802,271.67676,18.097746,3410.4348,301.60327,108.84632,162.64886,78.64977,96.17523,55.391464,7.139886,99.80309,672.30145,196.51163,111.39895,94.28062,16.722849,91.71188,93.47211,44.357765,825.0344,174.34581,3893.0261,35.551346,3451.4712,78.960594,429.67145,2405.9775,79.47112,9.4135,1450.3677,1393.2825,4660.497,122.87454 +2023-07-14 00:00:00,0.0,16915.533,223.02127,22.202183,35.247818,24.949032,168.15538,24.410444,33.249485,19.82117,21.99429,711.8835,395.77737,9.627699,130.99113,12.211484,1.1408628,24.658766,17.607004,1.7007908,340.51892,0.3256688,316.57614,46.542957,0.5760112,2.6811304,107.4883,19.679901,57.942654,120.86569,21578.576,0.4331353,1527.1748,0.8390902,0.5090997,0.2630198,1.5481932,152.45737,190.88782,27.215385,204.8629,22.46425,54.46475,1724.3915,3.3850865,230.8764,158.49648,349.38644,142.25565,360.79324,25.453745,409.3518,0.0,2574.416,14888.519,28.899181,432.84628,137.8974,44257.273,131.96718,23.315203,153.48341,350.61066,57.277397,22.533201,235.31259,2119.4614,348.17743,152.33148,19.847971,14.367531,426.73145,63.998943,1541.7363,119.35807,2279.4563,227.42258,368.9161,89.48925,256.4064,7.6903763,12.728599,23.91417,3.5901287,3.1235785,65.192474,59.688175,68.674576,20.581102,25.958158,226.04683,7.6081886,3012.7822,93.05298,61.83871,109.59758,106.35898,216.03871,126.18183,120.241936,25.92105,43.24133,111.76309,307.68744,717.0727,111.56935,408.04077,85.11495,114.40226,292.70245,342.17258,955.6569,270.04672,3.8770645,19.45484,9.612043,40.64693,17052.188,4.217903,15.234334,25.616129,42.475063,484.66785,75.27419,177.38242,3.0877779,200.30727,496.64948,334.43494,125.66344,412.47583,31.647312,80.314445,227.4848,12.450143,1.7513276,11.719004,1787.6996,0.13347957,0.44381717,53.62214,6.536406,3.8290322,5.3134704,9.517123,125.63092,44.016937,105.3979,695.22235,219.88123,1949.2035,1801.7015,14.8041935,27.321505,11988.817,8.300735,62.78629,615.8272,110.87177,159.24033,71.11048,364.1075,889.5837,412.20877,14.741936,85.07527,1053.9769,1979.9346,43.339813,571.6172,42.064518,1.0678159,60.776653,1.1182172,0.6762597,3.0759256,36.836533,117.04271,271.64133,18.100214,3410.0269,301.72043,108.88709,162.69354,78.656685,96.173386,55.387096,7.1526885,99.814514,672.60297,196.62442,111.44925,94.340866,16.704033,91.82258,93.548386,44.340355,824.8291,174.35658,3892.416,35.543617,3450.4707,78.96008,429.64764,2405.6382,79.47811,9.4136505,1449.7198,1392.2319,4657.783,122.80095 +2023-07-14 01:00:00,0.0,16917.164,223.22604,22.210295,35.245747,24.959312,168.14172,24.409782,33.24742,19.821404,21.991226,712.2879,395.4376,9.625451,130.9914,12.1996765,1.1396224,24.664204,17.589235,1.7021499,340.49728,0.32547545,316.6003,46.53315,0.5767636,2.6809418,107.48674,19.670492,57.890835,120.81495,21592.031,0.4324274,1527.2555,0.83817494,0.5085498,0.26266935,1.5460601,152.43333,190.81227,27.209425,204.84644,22.460354,54.532608,1725.4303,3.3833408,231.08319,158.59094,349.42075,142.25327,360.7311,25.473745,409.5951,0.0,2573.9995,14886.716,28.920807,433.07422,137.9338,44255.273,131.96744,23.329836,153.52115,350.8479,57.30956,22.552826,235.39052,2119.5256,348.16458,152.40883,19.861618,14.375362,426.62796,64.02034,1541.1042,119.27876,2279.8948,227.28804,368.97293,89.46096,256.11478,7.6883855,12.724185,23.89501,3.5875988,3.1210775,65.19922,59.707176,68.682,20.599222,25.965305,225.82086,7.6063213,3013.052,92.96699,61.872646,109.506134,106.31177,216.05112,126.102936,120.3629,25.896486,43.227577,111.72515,307.65076,716.7077,111.43736,407.75772,85.07282,114.44678,292.65756,342.36304,955.6785,269.7964,3.8775759,19.462467,9.609731,40.643192,17056.742,4.214966,15.243138,25.62836,42.44225,484.3213,75.20712,177.27298,3.0872996,200.13277,496.411,334.31274,125.66885,412.72244,31.657078,80.36389,227.34148,12.446357,1.7509685,11.716988,1786.519,0.13336132,0.44348967,53.609676,6.5409184,3.8288047,5.3103905,9.512326,125.56192,43.994675,105.354095,694.9407,219.91843,1949.4174,1801.8944,14.809624,27.329828,11986.703,8.299641,62.800964,616.0277,110.92225,159.28445,71.13135,364.2224,889.40027,412.2557,14.749212,85.107346,1054.0122,1980.2115,43.353485,571.71747,42.080456,1.0678809,60.78009,1.1182187,0.67628706,3.0760918,36.85714,117.057396,271.60587,18.102684,3409.619,301.8376,108.927864,162.73824,78.6636,96.17154,55.38273,7.1654906,99.82594,672.9045,196.73723,111.49955,94.40111,16.685215,91.93327,93.624664,44.322945,824.6238,174.36736,3891.806,35.535892,3449.4705,78.95957,429.62387,2405.299,79.4851,9.413801,1449.0721,1391.1815,4655.0693,122.727356 +2023-07-14 02:00:00,0.0,16918.793,223.43083,22.218405,35.243675,24.969593,168.12805,24.40912,33.245358,19.821636,21.988163,712.6923,395.09784,9.623203,130.99164,12.187869,1.1383821,24.669643,17.571466,1.703509,340.47565,0.3252821,316.6245,46.523346,0.5775159,2.6807535,107.48518,19.661083,57.839012,120.764206,21605.486,0.4317195,1527.3362,0.8372596,0.5079999,0.2623189,1.5439271,152.40929,190.73674,27.203465,204.82997,22.456457,54.600468,1726.4692,3.3815954,231.28996,158.6854,349.45502,142.25087,360.669,25.493746,409.83838,0.0,2573.5835,14884.913,28.942434,433.30212,137.97021,44253.27,131.9677,23.344467,153.55888,351.08517,57.34172,22.572453,235.46844,2119.5896,348.1517,152.48619,19.875267,14.383194,426.52448,64.04173,1540.4723,119.19946,2280.3333,227.15349,369.0298,89.43266,255.82318,7.6863947,12.719771,23.87585,3.585069,3.1185763,65.20597,59.72618,68.68943,20.617342,25.97245,225.5949,7.604454,3013.3215,92.88099,61.906586,109.41469,106.26456,216.06354,126.02404,120.48387,25.871922,43.213825,111.68721,307.61404,716.3427,111.305374,407.47467,85.0307,114.49129,292.6127,342.5535,955.70013,269.54605,3.8780873,19.470095,9.607419,40.639454,17061.297,4.2120285,15.251942,25.640593,42.40943,483.97473,75.14005,177.16354,3.086821,199.95827,496.17258,334.19052,125.67427,412.96906,31.666845,80.413345,227.19817,12.442571,1.7506093,11.714972,1785.3385,0.13324308,0.44316214,53.59721,6.54543,3.8285773,5.30731,9.507528,125.49292,43.972416,105.31028,694.65906,219.95564,1949.6313,1802.0873,14.815054,27.33815,11984.589,8.298547,62.815636,616.2282,110.97272,159.32857,71.152214,364.33728,889.2168,412.30267,14.75649,85.13943,1054.0476,1980.4885,43.367153,571.81775,42.096394,1.0679458,60.783527,1.1182201,0.6763144,3.0762582,36.87775,117.07208,271.57043,18.105152,3409.211,301.95474,108.968636,162.78293,78.67051,96.16969,55.37836,7.178293,99.837364,673.20593,196.85004,111.54984,94.46136,16.666399,92.04397,93.70094,44.305534,824.4184,174.37813,3891.196,35.528164,3448.47,78.95906,429.60007,2404.9597,79.49209,9.413952,1448.4243,1390.1311,4652.3555,122.65376 +2023-07-14 03:00:00,0.0,16920.422,223.63562,22.226517,35.241604,24.979872,168.11438,24.408459,33.24329,19.821867,21.9851,713.09674,394.7581,9.620956,130.9919,12.176061,1.1371416,24.675081,17.553696,1.7048681,340.454,0.3250887,316.64868,46.51354,0.5782683,2.6805649,107.48363,19.651676,57.78719,120.71347,21618.94,0.43101162,1527.4169,0.83634424,0.50745004,0.26196846,1.5417941,152.38524,190.6612,27.197504,204.8135,22.45256,54.668327,1727.508,3.3798497,231.49675,158.77985,349.48932,142.24849,360.60687,25.513746,410.0817,0.0,2573.1672,14883.11,28.96406,433.53006,138.00662,44251.266,131.96796,23.359098,153.59662,351.32242,57.373882,22.592077,235.54637,2119.6538,348.13885,152.56354,19.888916,14.3910265,426.421,64.063126,1539.8402,119.12016,2280.7715,227.01895,369.0866,89.40437,255.53159,7.684404,12.715358,23.856691,3.5825388,3.1160753,65.212715,59.74518,68.69686,20.635462,25.979595,225.36893,7.6025867,3013.591,92.795,61.940525,109.323235,106.21735,216.07594,125.945145,120.604836,25.847359,43.200077,111.64928,307.57736,715.9777,111.173386,407.1916,84.98857,114.535805,292.5678,342.74396,955.7218,269.29572,3.8785987,19.477722,9.605107,40.63571,17065.85,4.209091,15.260745,25.652822,42.376617,483.6282,75.07298,177.05411,3.0863426,199.78377,495.9341,334.0683,125.67969,413.21567,31.676613,80.4628,227.05484,12.438785,1.7502501,11.712955,1784.1578,0.13312484,0.44283465,53.584743,6.5499425,3.8283498,5.30423,9.50273,125.42393,43.950153,105.26647,694.37744,219.99284,1949.8452,1802.28,14.820484,27.346472,11982.475,8.297453,62.830307,616.4288,111.023186,159.37268,71.17308,364.45215,889.0334,412.3496,14.763767,85.17151,1054.083,1980.7655,43.380825,571.918,42.11233,1.0680108,60.786964,1.1182214,0.6763418,3.0764244,36.89836,117.08678,271.535,18.10762,3408.803,302.0719,109.00941,162.82762,78.67742,96.16784,55.373993,7.1910954,99.84879,673.50745,196.96284,111.60014,94.5216,16.647581,92.15466,93.777214,44.288124,824.2131,174.38892,3890.586,35.52044,3447.4697,78.95854,429.5763,2404.6204,79.49908,9.414103,1447.7766,1389.0806,4649.641,122.58017 +2023-07-14 04:00:00,0.0,16922.053,223.8404,22.234627,35.239532,24.990152,168.10072,24.407797,33.241226,19.8221,21.982037,713.5011,394.4183,9.618709,130.99214,12.164253,1.1359012,24.68052,17.535927,1.7062272,340.43237,0.32489535,316.67285,46.50373,0.5790207,2.6803763,107.48207,19.642267,57.735367,120.66273,21632.395,0.4303037,1527.4976,0.83542895,0.50690013,0.26161802,1.539661,152.3612,190.58566,27.191544,204.79704,22.448664,54.736187,1728.5469,3.3781042,231.70354,158.87431,349.52362,142.24611,360.54477,25.533747,410.32498,0.0,2572.751,14881.307,28.985687,433.758,138.04303,44249.26,131.96822,23.37373,153.63435,351.5597,57.40604,22.611704,235.6243,2119.7178,348.126,152.64088,19.902565,14.398858,426.3175,64.08452,1539.2083,119.04086,2281.21,226.8844,369.1435,89.37608,255.23997,7.682413,12.710944,23.837532,3.580009,3.1135743,65.21947,59.764183,68.704285,20.65358,25.98674,225.14294,7.6007195,3013.8606,92.709,61.97446,109.23179,106.170135,216.08835,125.86625,120.72581,25.822794,43.186325,111.611336,307.54065,715.61273,111.0414,406.90854,84.94645,114.580315,292.52292,342.93442,955.7434,269.04538,3.8791103,19.48535,9.602796,40.631973,17070.404,4.206154,15.269549,25.665054,42.343803,483.28165,75.00591,176.94467,3.0858643,199.60927,495.69565,333.94608,125.685104,413.46228,31.686378,80.51225,226.91153,12.434998,1.7498909,11.710939,1782.9773,0.1330066,0.44250715,53.57228,6.554455,3.8281224,5.3011503,9.497932,125.35493,43.92789,105.222664,694.09576,220.03006,1950.0591,1802.4729,14.825914,27.354794,11980.361,8.296358,62.844982,616.6293,111.073654,159.41681,71.193954,364.56702,888.8499,412.39658,14.771045,85.20358,1054.1184,1981.0425,43.394497,572.01825,42.128273,1.0680758,60.790405,1.1182228,0.67636913,3.0765908,36.918972,117.10146,271.49954,18.110088,3408.395,302.18906,109.05018,162.87231,78.68433,96.16599,55.369625,7.203898,99.860214,673.8089,197.07565,111.650444,94.58184,16.628763,92.26536,93.85349,44.270714,824.00775,174.39969,3889.9758,35.512714,3446.4692,78.95803,429.5525,2404.2812,79.506065,9.414253,1447.1288,1388.0302,4646.9272,122.50657 +2023-07-14 05:00:00,0.0,16923.682,224.04517,22.242739,35.23746,25.000433,168.08705,24.407135,33.23916,19.82233,21.978973,713.9055,394.07855,9.616461,130.9924,12.152445,1.1346607,24.685959,17.518158,1.7075864,340.4107,0.32470196,316.69702,46.493927,0.57977307,2.6801877,107.480515,19.632858,57.683544,120.611984,21645.85,0.4295958,1527.5782,0.8345136,0.5063502,0.2612676,1.5375279,152.33716,190.51012,27.185585,204.78058,22.444767,54.80405,1729.5858,3.3763585,231.91032,158.96877,349.5579,142.24371,360.48264,25.553745,410.56827,0.0,2572.335,14879.504,29.007313,433.9859,138.07944,44247.258,131.96848,23.388363,153.67209,351.79694,57.4382,22.631329,235.70222,2119.782,348.11316,152.71825,19.916212,14.40669,426.21402,64.10591,1538.5762,118.96156,2281.6484,226.74986,369.20032,89.347786,254.94838,7.6804223,12.70653,23.818373,3.5774791,3.1110733,65.22621,59.78318,68.711716,20.6717,25.993887,224.91698,7.598852,3014.1304,92.62301,62.0084,109.14034,106.122925,216.10077,125.787346,120.84677,25.798231,43.172573,111.573395,307.50397,715.24774,110.90941,406.6255,84.90432,114.624825,292.47803,343.12488,955.7651,268.79504,3.8796217,19.492977,9.600484,40.62823,17074.959,4.2032166,15.278353,25.677286,42.31099,482.93512,74.93884,176.83524,3.0853858,199.43478,495.4572,333.82388,125.69052,413.7089,31.696146,80.56171,226.7682,12.431211,1.7495317,11.708923,1781.7968,0.13288836,0.44217962,53.559814,6.558967,3.827895,5.2980704,9.4931345,125.28593,43.90563,105.178856,693.8141,220.06726,1950.2731,1802.6656,14.831345,27.363115,11978.247,8.295264,62.859653,616.8298,111.12413,159.46092,71.21482,364.6819,888.6665,412.44354,14.778321,85.235664,1054.1537,1981.3195,43.408165,572.1185,42.14421,1.0681407,60.793842,1.1182241,0.6763965,3.076757,36.93958,117.11615,271.4641,18.112558,3407.9873,302.3062,109.09095,162.917,78.691246,96.16415,55.365257,7.2167006,99.87164,674.1104,197.18846,111.700745,94.64209,16.609947,92.37605,93.92977,44.253304,823.8024,174.41046,3889.3657,35.504986,3445.469,78.95752,429.52872,2403.942,79.513054,9.414404,1446.4811,1386.9797,4644.2134,122.432976 +2023-07-14 06:00:00,0.0,16925.31,224.24995,22.250849,35.23539,25.010712,168.07338,24.406475,33.237095,19.822563,21.975912,714.30994,393.73877,9.614213,130.99265,12.140637,1.1334203,24.691397,17.50039,1.7089455,340.38907,0.3245086,316.7212,46.48412,0.58052546,2.6799994,107.47895,19.62345,57.63172,120.56124,21659.303,0.4288879,1527.6589,0.83359826,0.50580037,0.26091716,1.5353949,152.31313,190.43459,27.179625,204.76411,22.440872,54.87191,1730.6246,3.374613,232.1171,159.06323,349.59216,142.24133,360.42053,25.573746,410.81158,0.0,2571.9185,14877.701,29.02894,434.21384,138.11586,44245.254,131.96873,23.402994,153.70982,352.0342,57.470364,22.650953,235.78015,2119.846,348.1003,152.7956,19.929861,14.414521,426.1105,64.127304,1537.9442,118.88226,2282.087,226.61533,369.25717,89.319496,254.65677,7.6784315,12.702116,23.799213,3.5749493,3.1085722,65.23296,59.802185,68.71914,20.68982,26.001032,224.69101,7.596985,3014.4,92.53701,62.04234,109.0489,106.075714,216.11317,125.70845,120.96774,25.773666,43.15882,111.53546,307.4673,714.8828,110.77742,406.3424,84.8622,114.66934,292.43314,343.31534,955.7867,268.5447,3.8801332,19.500605,9.598172,40.624493,17079.514,4.2002797,15.287157,25.689516,42.278175,482.58856,74.87177,176.7258,3.0849075,199.26028,495.21875,333.70166,125.69594,413.95547,31.705914,80.61115,226.6249,12.427425,1.7491726,11.706906,1780.6161,0.13277014,0.44185212,53.54735,6.5634794,3.8276675,5.29499,9.488337,125.21693,43.88337,105.13505,693.5324,220.10446,1950.4869,1802.8585,14.836775,27.371439,11976.133,8.29417,62.87433,617.0303,111.1746,159.50505,71.23569,364.79678,888.48303,412.49048,14.785599,85.26774,1054.1891,1981.5964,43.421837,572.2188,42.16015,1.0682057,60.79728,1.1182256,0.67642385,3.0769231,36.96019,117.13084,271.42865,18.115026,3407.5793,302.4234,109.13172,162.9617,78.69816,96.1623,55.360886,7.2295027,99.883064,674.41187,197.30127,111.75104,94.70233,16.59113,92.48675,94.00605,44.23589,823.5971,174.42123,3888.7556,35.49726,3444.4685,78.95701,429.5049,2403.6025,79.52004,9.414555,1445.8333,1385.9293,4641.4995,122.35938 +2023-07-14 07:00:00,0.0,16926.94,224.45474,22.25896,35.23332,25.020992,168.05972,24.405813,33.23503,19.822794,21.972849,714.71436,393.39902,9.611965,130.9929,12.12883,1.13218,24.696835,17.48262,1.7103046,340.36743,0.32431525,316.74536,46.47431,0.5812778,2.6798108,107.477394,19.61404,57.579903,120.5105,21672.758,0.42818,1527.7396,0.8326829,0.50525045,0.2605667,1.5332618,152.28908,190.35905,27.173664,204.74765,22.436975,54.93977,1731.6635,3.3728676,232.32388,159.15768,349.62646,142.23895,360.3584,25.593746,411.05487,0.0,2571.5024,14875.898,29.050566,434.44177,138.15227,44243.25,131.969,23.417625,153.74757,352.27145,57.502525,22.67058,235.85808,2119.91,348.08746,152.87296,19.94351,14.422353,426.00702,64.1487,1537.3123,118.80296,2282.5254,226.48077,369.314,89.2912,254.36517,7.6764407,12.697702,23.780054,3.5724192,3.1060712,65.23971,59.821182,68.72657,20.70794,26.008177,224.46504,7.595118,3014.6694,92.45102,62.07628,108.95744,106.0285,216.12558,125.629555,121.08871,25.749102,43.14507,111.49752,307.43057,714.5178,110.64543,406.05936,84.82007,114.71385,292.38824,343.5058,955.8083,268.29437,3.8806446,19.508232,9.5958605,40.620754,17084.066,4.1973424,15.29596,25.701748,42.24536,482.242,74.80471,176.61636,3.084429,199.08578,494.9803,333.57944,125.701355,414.2021,31.715681,80.66061,226.48157,12.423639,1.7488133,11.70489,1779.4355,0.1326519,0.4415246,53.534885,6.5679917,3.82744,5.29191,9.483539,125.14793,43.861107,105.09124,693.2508,220.14168,1950.7009,1803.0514,14.842204,27.37976,11974.019,8.2930765,62.889,617.2308,111.22507,159.54916,71.25655,364.91165,888.2996,412.53745,14.792876,85.29982,1054.2245,1981.8734,43.435505,572.3191,42.176086,1.0682707,60.800716,1.1182269,0.6764512,3.0770895,36.9808,117.14552,271.39322,18.117495,3407.1714,302.54056,109.17249,163.00638,78.70507,96.16045,55.356518,7.2423053,99.894485,674.7134,197.41408,111.80134,94.76258,16.572311,92.59744,94.08233,44.21848,823.3917,174.43202,3888.1458,35.489532,3443.4683,78.9565,429.48114,2403.2634,79.52703,9.414705,1445.1855,1384.8788,4638.785,122.28579 +2023-07-14 08:00:00,0.0,16928.57,224.65952,22.26707,35.231247,25.031273,168.04605,24.405151,33.232964,19.823027,21.969786,715.1187,393.05927,9.609717,130.99315,12.117022,1.1309395,24.702274,17.464851,1.7116637,340.3458,0.32412186,316.76953,46.464504,0.5820302,2.6796222,107.47584,19.604631,57.52808,120.45976,21686.213,0.4274721,1527.8203,0.8317676,0.50470054,0.26021627,1.5311289,152.26503,190.28351,27.167704,204.73119,22.433079,55.00763,1732.7024,3.371122,232.53067,159.25214,349.66077,142.23656,360.2963,25.613747,411.29816,0.0,2571.0862,14874.095,29.072193,434.66968,138.18867,44241.246,131.96925,23.432257,153.78531,352.5087,57.534687,22.690205,235.936,2119.974,348.0746,152.9503,19.957159,14.430184,425.90353,64.1701,1536.6802,118.723656,2282.9636,226.34624,369.37085,89.26291,254.07356,7.67445,12.693289,23.760895,3.5698893,3.1035702,65.24646,59.840187,68.73399,20.726059,26.015322,224.23907,7.5932508,3014.9392,92.36502,62.110214,108.866,105.98129,216.138,125.55066,121.20968,25.724539,43.13132,111.45958,307.3939,714.15283,110.51344,405.7763,84.77795,114.75837,292.34335,343.69623,955.82996,268.04404,3.881156,19.515862,9.593549,40.617012,17088.621,4.194405,15.304764,25.71398,42.212547,481.89548,74.73764,176.50693,3.0839508,198.91129,494.74185,333.4572,125.70677,414.4487,31.725447,80.71006,226.33826,12.419852,1.7484541,11.702874,1778.255,0.13253365,0.4411971,53.522423,6.572504,3.8272126,5.2888303,9.478741,125.07893,43.838844,105.04743,692.9691,220.17888,1950.9148,1803.2441,14.847634,27.388083,11971.904,8.291982,62.90367,617.4313,111.275536,159.59328,71.27742,365.02652,888.11615,412.58438,14.800154,85.3319,1054.2599,1982.1504,43.449177,572.4194,42.192024,1.0683357,60.804157,1.1182283,0.67647856,3.0772557,37.00141,117.16022,271.3578,18.119965,3406.7634,302.6577,109.21326,163.05107,78.71198,96.1586,55.35215,7.255108,99.905914,675.0149,197.52689,111.85164,94.82282,16.553495,92.70814,94.1586,44.20107,823.1864,174.4428,3887.5356,35.481808,3442.4678,78.95598,429.45734,2402.924,79.53402,9.414856,1444.5377,1383.8284,4636.0713,122.2122 +2023-07-14 09:00:00,0.0,16930.2,224.86429,22.275183,35.229176,25.041552,168.03238,24.40449,33.2309,19.823257,21.966722,715.52313,392.71948,9.60747,130.99341,12.105214,1.1296991,24.707712,17.44708,1.7130228,340.32416,0.3239285,316.7937,46.4547,0.58278257,2.6794336,107.47428,19.595224,57.476257,120.40902,21699.666,0.4267642,1527.901,0.83085227,0.5041507,0.25986582,1.5289958,152.241,190.20798,27.161743,204.71472,22.429182,55.07549,1733.7412,3.3693764,232.73744,159.3466,349.69504,142.23418,360.23416,25.633747,411.54147,0.0,2570.67,14872.292,29.093819,434.8976,138.22508,44239.242,131.96951,23.44689,153.82304,352.74597,57.566845,22.709831,236.01392,2120.038,348.06174,153.02766,19.970806,14.438016,425.80005,64.19149,1536.0482,118.644356,2283.402,226.21169,369.4277,89.23462,253.78197,7.672459,12.688875,23.741735,3.5673594,3.1010692,65.253204,59.859184,68.741425,20.744177,26.022469,224.0131,7.5913835,3015.2087,92.27903,62.144154,108.77455,105.93408,216.1504,125.47176,121.33064,25.699974,43.11757,111.42164,307.35718,713.78784,110.381454,405.49326,84.73582,114.80288,292.29846,343.8867,955.85156,267.7937,3.8816674,19.523489,9.591236,40.613274,17093.176,4.191468,15.313568,25.72621,42.179733,481.54892,74.67057,176.39749,3.0834723,198.7368,494.5034,333.33502,125.71219,414.6953,31.735214,80.759514,226.19493,12.416066,1.7480949,11.700858,1777.0743,0.13241541,0.4408696,53.509956,6.5770164,3.8269851,5.2857504,9.473944,125.00993,43.816586,105.003624,692.6875,220.2161,1951.1287,1803.437,14.853065,27.396404,11969.79,8.290888,62.918346,617.6318,111.32601,159.6374,71.29829,365.1414,887.93274,412.63135,14.80743,85.363976,1054.2952,1982.4274,43.46285,572.5196,42.207966,1.0684006,60.807594,1.1182296,0.6765059,3.0774221,37.02202,117.174904,271.32233,18.122433,3406.3555,302.77487,109.25403,163.09576,78.718895,96.15675,55.347782,7.26791,99.917336,675.31635,197.6397,111.90193,94.883064,16.534678,92.81883,94.23488,44.18366,822.9811,174.45357,3886.9255,35.474083,3441.4675,78.95547,429.43356,2402.5847,79.54101,9.415007,1443.89,1382.778,4633.3574,122.138596 +2023-07-14 10:00:00,0.0,16931.828,225.06908,22.283293,35.227104,25.051832,168.01872,24.403828,33.228836,19.82349,21.96366,715.92755,392.37973,9.605222,130.99365,12.093407,1.1284586,24.713152,17.429312,1.714382,340.30252,0.32373512,316.81787,46.444893,0.58353496,2.679245,107.472725,19.585815,57.424435,120.35828,21713.121,0.4260563,1527.9817,0.8299369,0.5036008,0.25951537,1.5268627,152.21695,190.13243,27.155785,204.69826,22.425285,55.14335,1734.78,3.3676307,232.94423,159.44106,349.72934,142.2318,360.17206,25.653746,411.78476,0.0,2570.254,14870.489,29.115446,435.12555,138.26149,44237.24,131.96977,23.461521,153.86078,352.98322,57.599007,22.729456,236.09184,2120.1023,348.0489,153.10501,19.984455,14.445848,425.69656,64.21288,1535.4161,118.565056,2283.8406,226.07715,369.48453,89.20632,253.49037,7.6704683,12.684462,23.722576,3.5648293,3.0985682,65.25995,59.87819,68.74885,20.762297,26.029613,223.78714,7.589516,3015.4783,92.19303,62.178093,108.6831,105.88688,216.16281,125.39287,121.451614,25.675411,43.103817,111.383705,307.3205,713.42285,110.24946,405.21017,84.693695,114.8474,292.25357,344.07715,955.87317,267.54337,3.8821788,19.531116,9.588924,40.609535,17097.729,4.1885304,15.3223715,25.738441,42.14692,481.20236,74.6035,176.28807,3.082994,198.5623,494.26492,333.2128,125.717606,414.94193,31.744982,80.80897,226.05162,12.41228,1.7477357,11.698842,1775.8938,0.13229717,0.44054207,53.497494,6.5815287,3.8267577,5.28267,9.469146,124.94093,43.794323,104.959816,692.4058,220.2533,1951.3427,1803.6298,14.858495,27.404726,11967.676,8.289794,62.933018,617.8323,111.37648,159.68152,71.31915,365.2563,887.74927,412.6783,14.814708,85.39606,1054.3306,1982.7043,43.476517,572.6199,42.223904,1.0684656,60.81103,1.118231,0.6765333,3.0775883,37.04263,117.18959,271.2869,18.1249,3405.9475,302.89203,109.2948,163.14046,78.72581,96.15491,55.343414,7.2807126,99.928764,675.61786,197.7525,111.95223,94.94331,16.515862,92.92953,94.31116,44.16625,822.77576,174.46434,3886.3154,35.466354,3440.467,78.954956,429.40976,2402.2456,79.548,9.415157,1443.2422,1381.7274,4630.6436,122.065 +2023-07-14 11:00:00,0.0,16933.459,225.27386,22.291405,35.225033,25.062113,168.00505,24.403166,33.22677,19.823723,21.960596,716.332,392.03995,9.602974,130.99391,12.081598,1.1272182,24.71859,17.411543,1.7157412,340.28085,0.32354176,316.84204,46.435085,0.58428735,2.6790566,107.47117,19.576406,57.372612,120.30753,21726.576,0.4253484,1528.0624,0.8290216,0.50305086,0.25916496,1.5247296,152.19292,190.0569,27.149824,204.6818,22.421389,55.21121,1735.819,3.3658853,233.15102,159.53552,349.7636,142.2294,360.10992,25.673746,412.02805,0.0,2569.838,14868.687,29.137072,435.3535,138.2979,44235.234,131.97003,23.476152,153.89851,353.2205,57.63117,22.749083,236.16977,2120.1663,348.03604,153.18237,19.998104,14.45368,425.59308,64.234276,1534.7842,118.485756,2284.279,225.94261,369.54138,89.17803,253.19876,7.6684775,12.680047,23.703417,3.5622995,3.0960672,65.2667,59.897186,68.75628,20.780416,26.036758,223.56117,7.587649,3015.7478,92.10704,62.21203,108.59165,105.83967,216.17522,125.313965,121.57258,25.650846,43.090065,111.345764,307.2838,713.05786,110.11747,404.92712,84.651566,114.89191,292.20868,344.2676,955.89484,267.29303,3.8826902,19.538744,9.586613,40.605793,17102.283,4.185593,15.331176,25.750673,42.114105,480.85583,74.53643,176.17863,3.0825155,198.3878,494.0265,333.09058,125.72302,415.18854,31.75475,80.85841,225.9083,12.408493,1.7473766,11.696826,1774.7133,0.13217893,0.44021457,53.485027,6.586041,3.8265302,5.27959,9.464348,124.87193,43.77206,104.91601,692.12415,220.2905,1951.5565,1803.8226,14.863925,27.41305,11965.5625,8.288699,62.947693,618.0328,111.42695,159.72565,71.34002,365.37115,887.56586,412.72525,14.821985,85.42814,1054.366,1982.9813,43.49019,572.72015,42.23984,1.0685306,60.81447,1.1182324,0.67656064,3.0777547,37.06324,117.20428,271.25143,18.127369,3405.5398,303.0092,109.33557,163.18515,78.73272,96.15306,55.339046,7.2935147,99.940186,675.9193,197.86531,112.00253,95.003555,16.497044,93.04022,94.387436,44.148838,822.57043,174.47513,3885.7053,35.45863,3439.4668,78.954445,429.38596,2401.9062,79.554985,9.415308,1442.5945,1380.677,4627.929,121.99141 +2023-07-14 12:00:00,0.0,16935.088,225.47864,22.299515,35.22296,25.072392,167.99138,24.402504,33.224705,19.823954,21.957533,716.7363,391.7002,9.600726,130.99416,12.069791,1.1259778,24.724028,17.393774,1.7171003,340.25922,0.3233484,316.8662,46.42528,0.5850397,2.678868,107.469604,19.566998,57.32079,120.2568,21740.031,0.4246405,1528.1431,0.8281063,0.502501,0.2588145,1.5225966,152.16887,189.98135,27.143864,204.66533,22.417492,55.279068,1736.8578,3.3641396,233.3578,159.62997,349.7979,142.22702,360.04782,25.693747,412.27136,0.0,2569.4214,14866.883,29.158699,435.5814,138.3343,44233.23,131.97029,23.490784,153.93625,353.45773,57.66333,22.768707,236.2477,2120.2305,348.0232,153.25972,20.011753,14.461512,425.4896,64.25567,1534.1522,118.406456,2284.7175,225.80806,369.59824,89.149734,252.90717,7.6664867,12.675633,23.684258,3.5597696,3.0935662,65.273445,59.91619,68.76371,20.798536,26.043903,223.3352,7.5857816,3016.0176,92.02104,62.245968,108.500206,105.79246,216.18764,125.23507,121.69355,25.626284,43.076317,111.30782,307.2471,712.6929,109.98548,404.64407,84.60944,114.93642,292.1638,344.45807,955.91644,267.0427,3.8832016,19.546371,9.584301,40.602055,17106.838,4.182656,15.339979,25.762903,42.08129,480.50928,74.46936,176.0692,3.0820372,198.2133,493.78802,332.96835,125.72844,415.43515,31.764515,80.90787,225.76498,12.404707,1.7470174,11.69481,1773.5326,0.13206069,0.43988705,53.472565,6.5905533,3.8263028,5.2765102,9.45955,124.80294,43.7498,104.8722,691.8425,220.32771,1951.7705,1804.0154,14.869355,27.421371,11963.448,8.287605,62.962364,618.2333,111.47742,159.76976,71.360886,365.48602,887.3824,412.77222,14.829263,85.46021,1054.4014,1983.2583,43.503857,572.82043,42.25578,1.0685955,60.81791,1.1182338,0.676588,3.077921,37.08385,117.21896,271.216,18.129839,3405.1318,303.12634,109.37634,163.22984,78.73963,96.15121,55.33468,7.3063173,99.951614,676.2208,197.97812,112.052826,95.063805,16.478226,93.15092,94.46371,44.131428,822.36505,174.4859,3885.0955,35.4509,3438.4663,78.95393,429.36218,2401.567,79.56197,9.415459,1441.9467,1379.6266,4625.2153,121.917816 +2023-07-14 13:00:00,0.0,16936.717,225.68341,22.307627,35.22089,25.082672,167.97772,24.401842,33.222637,19.824186,21.954472,717.14075,391.3604,9.598478,130.99442,12.057982,1.1247374,24.729467,17.376005,1.7184594,340.23758,0.32315502,316.89038,46.415474,0.58579206,2.6786795,107.46805,19.557589,57.26897,120.206055,21753.484,0.4239326,1528.2238,0.82719094,0.5019511,0.25846407,1.5204635,152.14484,189.90582,27.137903,204.64886,22.413595,55.346928,1737.8966,3.362394,233.56458,159.72443,349.8322,142.22464,359.9857,25.713747,412.51465,0.0,2569.0054,14865.08,29.180325,435.80933,138.37071,44231.23,131.97055,23.505417,153.97398,353.695,57.695488,22.788334,236.32562,2120.2944,348.01035,153.33708,20.0254,14.469343,425.3861,64.27706,1533.5201,118.327156,2285.1558,225.67352,369.6551,89.121445,252.61555,7.6644964,12.67122,23.665098,3.5572398,3.091065,65.2802,59.935192,68.77113,20.816656,26.05105,223.10922,7.5839143,3016.287,91.93505,62.279907,108.40876,105.74525,216.20004,125.15617,121.814514,25.601719,43.062565,111.26989,307.21042,712.3279,109.85349,404.361,84.567314,114.980934,292.11893,344.64853,955.93805,266.79236,3.883713,19.553999,9.581989,40.598316,17111.39,4.1797185,15.3487835,25.775135,42.048477,480.16272,74.40229,175.95976,3.0815587,198.03882,493.5496,332.84616,125.73386,415.68176,31.774282,80.95732,225.62166,12.400921,1.7466582,11.692794,1772.352,0.13194245,0.43955955,53.4601,6.5950656,3.8260753,5.2734303,9.454752,124.73394,43.72754,104.82839,691.56085,220.36491,1951.9844,1804.2083,14.874785,27.429693,11961.334,8.286511,62.97704,618.4338,111.52789,159.81389,71.38175,365.6009,887.199,412.81915,14.83654,85.492294,1054.4366,1983.5353,43.51753,572.9207,42.271717,1.0686605,60.821346,1.1182351,0.67661536,3.0780873,37.104458,117.23366,271.18054,18.132307,3404.7239,303.2435,109.417114,163.27454,78.746544,96.14936,55.33031,7.31912,99.963036,676.52234,198.09093,112.10313,95.12405,16.45941,93.26161,94.539986,44.114017,822.1597,174.49667,3884.4854,35.443176,3437.466,78.953415,429.33838,2401.2278,79.56896,9.415609,1441.2988,1378.5762,4622.5015,121.84422 +2023-07-14 14:00:00,0.0,16938.346,225.8882,22.315737,35.21882,25.092953,167.96405,24.40118,33.220573,19.824417,21.951408,717.54517,391.02066,9.5962305,130.99466,12.046175,1.123497,24.734905,17.358236,1.7198186,340.21594,0.32296166,316.91455,46.405666,0.58654445,2.6784909,107.46649,19.548182,57.217148,120.15531,21766.94,0.42322472,1528.3044,0.8262756,0.5014012,0.25811362,1.5183306,152.12079,189.83028,27.131943,204.63239,22.409698,55.414787,1738.9355,3.3606484,233.77136,159.8189,349.8665,142.22224,359.92358,25.733746,412.75793,0.0,2568.589,14863.277,29.201952,436.03726,138.40712,44229.227,131.97083,23.520048,154.01172,353.93225,57.72765,22.807959,236.40355,2120.3586,347.99747,153.41443,20.03905,14.477175,425.28262,64.298454,1532.8882,118.24785,2285.5942,225.53897,369.7119,89.09315,252.32396,7.6625056,12.666806,23.645939,3.5547097,3.088564,65.28694,59.954197,68.778564,20.834774,26.058195,222.88326,7.582047,3016.5566,91.84905,62.313843,108.31731,105.69804,216.21245,125.07728,121.935486,25.577154,43.048813,111.23195,307.1737,711.96295,109.721504,404.07794,84.52519,115.025444,292.07404,344.839,955.9597,266.54202,3.8842244,19.561626,9.579678,40.594574,17115.945,4.176781,15.357587,25.787367,42.015663,479.8162,74.33522,175.85033,3.0810804,197.86432,493.31113,332.72394,125.73927,415.92838,31.78405,81.006775,225.47835,12.397135,1.7462989,11.690778,1771.1715,0.13182421,0.43923205,53.447636,6.599578,3.8258479,5.27035,9.449954,124.66494,43.705276,104.784584,691.2792,220.40211,1952.1982,1804.4011,14.880216,27.438015,11959.22,8.285417,62.99171,618.6343,111.57836,159.858,71.40262,365.71576,887.0155,412.86612,14.843817,85.524376,1054.472,1983.8121,43.531197,573.02094,42.28766,1.0687255,60.824783,1.1182365,0.6766427,3.0782535,37.12507,117.248344,271.1451,18.134775,3404.316,303.36066,109.457886,163.31921,78.753456,96.147514,55.32594,7.331922,99.974464,676.8238,198.20374,112.15343,95.184296,16.440592,93.37231,94.616264,44.096607,821.9544,174.50745,3883.8752,35.43545,3436.4656,78.9529,429.3146,2400.8884,79.57595,9.415759,1440.6511,1377.5256,4619.7876,121.77063 +2023-07-14 15:00:00,0.0,16939.977,226.09299,22.323849,35.216747,25.103231,167.95038,24.400518,33.21851,19.82465,21.948345,717.9496,390.6809,9.593983,130.99492,12.034368,1.1222565,24.740345,17.340467,1.7211777,340.1943,0.32276827,316.93872,46.395863,0.58729684,2.6783023,107.464935,19.538773,57.165325,120.10457,21780.395,0.4225168,1528.3851,0.8253603,0.5008513,0.25776318,1.5161974,152.09674,189.75475,27.125984,204.61592,22.405802,55.482647,1739.9744,3.358903,233.97815,159.91335,349.9008,142.21986,359.86145,25.753746,413.00125,0.0,2568.1729,14861.475,29.223577,436.26517,138.44353,44227.223,131.97108,23.53468,154.04947,354.1695,57.75981,22.827583,236.48148,2120.4226,347.98462,153.49179,20.052698,14.485006,425.17914,64.31985,1532.2561,118.16855,2286.0327,225.40443,369.76877,89.06486,252.03235,7.660515,12.662393,23.62678,3.5521798,3.086063,65.29369,59.973198,68.78599,20.852894,26.06534,222.65729,7.5801797,3016.8264,91.76306,62.347782,108.22586,105.650826,216.22487,124.99838,122.05645,25.552591,43.03506,111.19401,307.13702,711.59796,109.589516,403.7949,84.48306,115.06996,292.02914,345.02945,955.9813,266.2917,3.8847358,19.569254,9.577366,40.590836,17120.5,4.173844,15.36639,25.799597,41.98285,479.46964,74.26815,175.74089,3.080602,197.68982,493.07266,332.6017,125.74469,416.175,31.793818,81.05623,225.33502,12.393348,1.7459397,11.688762,1769.9908,0.13170597,0.43890452,53.43517,6.60409,3.8256204,5.26727,9.445156,124.59594,43.683014,104.740776,690.99756,220.43933,1952.4122,1804.5939,14.885645,27.446337,11957.105,8.284323,63.006382,618.8348,111.62883,159.90211,71.423485,365.83066,886.8321,412.9131,14.851094,85.55645,1054.5074,1984.0891,43.54487,573.1212,42.303596,1.0687904,60.82822,1.1182379,0.67667,3.07842,37.14568,117.26303,271.10968,18.137245,3403.908,303.4778,109.49866,163.3639,78.76037,96.14567,55.32157,7.3447247,99.985886,677.1253,198.31653,112.20373,95.24454,16.421774,93.483,94.69254,44.079197,821.7491,174.51823,3883.2651,35.427723,3435.4653,78.95239,429.2908,2400.549,79.58294,9.41591,1440.0033,1376.4752,4617.0737,121.69704 +2023-07-14 16:00:00,0.0,16941.605,226.29776,22.331959,35.214676,25.113512,167.93672,24.399857,33.216442,19.82488,21.945282,718.354,390.34113,9.591735,130.99516,12.022559,1.1210161,24.745783,17.322697,1.7225368,340.17267,0.3225749,316.9629,46.386055,0.58804923,2.678114,107.46338,19.529364,57.113503,120.05383,21793.848,0.4218089,1528.4658,0.82444495,0.5003014,0.25741276,1.5140643,152.07271,189.67921,27.120024,204.59946,22.401905,55.55051,1741.0132,3.3571572,234.18494,160.0078,349.93506,142.21747,359.79935,25.773746,413.24454,0.0,2567.7568,14859.671,29.245205,436.4931,138.47993,44225.22,131.97134,23.54931,154.0872,354.40677,57.791973,22.84721,236.5594,2120.4866,347.97177,153.56914,20.066347,14.492838,425.07565,64.34124,1531.6241,118.08925,2286.4712,225.2699,369.82562,89.03657,251.74075,7.658524,12.657979,23.60762,3.54965,3.083562,65.30044,59.9922,68.79342,20.871014,26.072485,222.43132,7.578313,3017.096,91.67706,62.38172,108.134415,105.603615,216.23727,124.91949,122.17742,25.528027,43.02131,111.15607,307.10034,711.233,109.45753,403.51184,84.44094,115.11447,291.98425,345.2199,956.0029,266.04135,3.8852472,19.576881,9.575054,40.587097,17125.055,4.1709065,15.375195,25.811829,41.950035,479.12308,74.20108,175.63145,3.0801237,197.51532,492.83423,332.4795,125.75011,416.4216,31.803583,81.105675,225.19171,12.389562,1.7455806,11.686746,1768.8103,0.13158773,0.43857703,53.422707,6.6086025,3.825393,5.26419,9.440358,124.52695,43.660755,104.69697,690.71594,220.47653,1952.6261,1804.7867,14.891075,27.454659,11954.991,8.283229,63.021057,619.0353,111.679306,159.94624,71.44435,365.94553,886.6486,412.96002,14.858372,85.58853,1054.5427,1984.3661,43.55854,573.2215,42.319534,1.0688554,60.831657,1.1182393,0.6766974,3.078586,37.16629,117.27772,271.07422,18.139713,3403.5,303.59497,109.53943,163.4086,78.76728,96.143814,55.317204,7.3575273,99.997314,677.42676,198.42934,112.25402,95.30478,16.402958,93.5937,94.768814,44.061787,821.54376,174.529,3882.655,35.42,3434.4648,78.95188,429.26703,2400.21,79.58993,9.41606,1439.3556,1375.4248,4614.3594,121.623436 +2023-07-14 17:00:00,0.0,16943.234,226.50253,22.34007,35.212605,25.123793,167.92305,24.399195,33.21438,19.825113,21.942219,718.75836,390.00137,9.589487,130.99542,12.010752,1.1197757,24.75122,17.304928,1.7238959,340.151,0.32238156,316.98706,46.376247,0.58880156,2.6779253,107.46182,19.519955,57.06168,120.00309,21807.303,0.421101,1528.5465,0.8235296,0.4997515,0.25706232,1.5119313,152.04866,189.60367,27.114063,204.583,22.398008,55.61837,1742.0521,3.3554118,234.39171,160.10226,349.96936,142.21509,359.7372,25.793747,413.48785,0.0,2567.3403,14857.868,29.26683,436.72104,138.51634,44223.215,131.9716,23.563944,154.12494,354.64404,57.824135,22.866835,236.63733,2120.5508,347.95892,153.6465,20.079996,14.50067,424.97217,64.36264,1530.9921,118.00995,2286.9097,225.13535,369.88248,89.00827,251.44914,7.6565332,12.653564,23.58846,3.5471199,3.081061,65.30719,60.0112,68.80084,20.889133,26.079632,222.20535,7.5764456,3017.3655,91.59107,62.415657,108.04296,105.556404,216.24968,124.84058,122.298386,25.503464,43.00756,111.11813,307.06363,710.868,109.32554,403.22876,84.39881,115.15899,291.93936,345.41037,956.0246,265.79102,3.8857586,19.584509,9.5727415,40.583355,17129.607,4.1679697,15.383998,25.82406,41.91722,478.77655,74.13401,175.52202,3.0796452,197.34084,492.59576,332.3573,125.75552,416.6682,31.81335,81.15513,225.04839,12.385776,1.7452214,11.68473,1767.6298,0.13146949,0.43824953,53.41024,6.613115,3.8251655,5.2611103,9.435561,124.45795,43.638493,104.65316,690.43427,220.51375,1952.8401,1804.9795,14.896505,27.462982,11952.877,8.282135,63.03573,619.2358,111.729774,159.99036,71.46522,366.0604,886.4652,413.007,14.865649,85.620605,1054.5781,1984.6431,43.57221,573.3218,42.335472,1.0689204,60.8351,1.1182407,0.67672473,3.0787525,37.1869,117.29241,271.0388,18.142181,3403.0923,303.71213,109.58019,163.4533,78.77419,96.14197,55.312836,7.3703294,100.008736,677.7283,198.54214,112.30432,95.36503,16.38414,93.70439,94.84509,44.044376,821.33844,174.53978,3882.0452,35.41227,3433.4646,78.95136,429.24323,2399.8706,79.59692,9.416211,1438.7078,1374.3743,4611.6455,121.54984 +2023-07-14 18:00:00,0.0,16944.865,226.70732,22.348183,35.210533,25.134073,167.90938,24.398533,33.21231,19.825346,21.939156,719.1628,389.6616,9.587239,130.99567,11.998944,1.1185353,24.75666,17.287159,1.725255,340.12936,0.32218817,317.01123,46.36644,0.58955395,2.6777368,107.46026,19.510546,57.00986,119.95235,21820.758,0.4203931,1528.6272,0.82261425,0.49920163,0.25671187,1.5097982,152.02463,189.52814,27.108103,204.56653,22.394112,55.68623,1743.091,3.3536663,234.5985,160.19672,350.00366,142.2127,359.6751,25.813747,413.73114,0.0,2566.9243,14856.065,29.288458,436.94894,138.55275,44221.21,131.97186,23.578575,154.16267,354.8813,57.856293,22.886461,236.71526,2120.6147,347.94608,153.72385,20.093643,14.508502,424.86868,64.38403,1530.3601,117.93065,2287.348,225.00081,369.9393,88.97998,251.15755,7.6545424,12.649151,23.569302,3.54459,3.0785599,65.313934,60.0302,68.80827,20.907253,26.086777,221.97939,7.5745783,3017.635,91.50507,62.449596,107.951515,105.50919,216.2621,124.76169,122.41936,25.478899,42.99381,111.08019,307.02695,710.503,109.19355,402.9457,84.35669,115.2035,291.89447,345.6008,956.0462,265.54065,3.8862703,19.592138,9.57043,40.579617,17134.162,4.1650324,15.392802,25.83629,41.884407,478.43,74.06694,175.41258,3.0791667,197.16634,492.3573,332.23508,125.76094,416.91483,31.823118,81.20458,224.90508,12.3819895,1.7448622,11.6827135,1766.4491,0.13135125,0.437922,53.397774,6.617627,3.824938,5.25803,9.430763,124.38895,43.61623,104.60935,690.1526,220.55095,1953.054,1805.1724,14.901936,27.471304,11950.764,8.28104,63.050404,619.4363,111.78024,160.03448,71.48609,366.17526,886.28174,413.05392,14.872926,85.65269,1054.6135,1984.92,43.58588,573.42206,42.351414,1.0689853,60.838535,1.118242,0.6767521,3.0789187,37.207508,117.3071,271.00333,18.14465,3402.6843,303.82928,109.620964,163.49799,78.781105,96.14012,55.308468,7.383132,100.020164,678.0298,198.65495,112.35462,95.42527,16.365322,93.81509,94.92137,44.026966,821.13306,174.55055,3881.435,35.404545,3432.464,78.95085,429.21945,2399.5312,79.60391,9.416362,1438.06,1373.3239,4608.9316,121.47625 +2023-07-14 19:00:00,0.0,16946.494,226.91211,22.356293,35.20846,25.144352,167.89572,24.397871,33.210247,19.825577,21.936092,719.5672,389.32184,9.584991,130.99593,11.987136,1.1172948,24.762098,17.26939,1.7266142,340.10773,0.3219948,317.0354,46.356636,0.59030634,2.6775482,107.4587,19.501139,56.95804,119.9016,21834.21,0.4196852,1528.7079,0.82169896,0.4986517,0.25636142,1.5076653,152.00058,189.45259,27.102142,204.55006,22.390215,55.75409,1744.1298,3.3519206,234.80528,160.29118,350.03793,142.21031,359.61298,25.833746,413.97443,0.0,2566.508,14854.263,29.310083,437.17688,138.58916,44219.207,131.97212,23.593206,154.20041,355.11853,57.888454,22.906086,236.79317,2120.679,347.93323,153.80121,20.107292,14.516334,424.7652,64.405426,1529.7281,117.85135,2287.7864,224.86626,369.99615,88.95168,250.86594,7.6525517,12.644737,23.550142,3.5420601,3.0760589,65.32069,60.049202,68.815704,20.925371,26.093922,221.75342,7.572711,3017.9048,91.41908,62.483536,107.86007,105.46198,216.2745,124.68279,122.54032,25.454334,42.980057,111.04225,306.99023,710.138,109.06156,402.66266,84.31456,115.24801,291.84958,345.79126,956.0678,265.2903,3.8867817,19.599766,9.568118,40.57588,17138.717,4.162095,15.401606,25.848522,41.851593,478.08344,73.99987,175.30315,3.0786884,196.99184,492.11887,332.11285,125.76636,417.16144,31.832884,81.254036,224.76176,12.378202,1.744503,11.680697,1765.2686,0.131233,0.4375945,53.38531,6.6221395,3.8247106,5.25495,9.425965,124.31995,43.59397,104.565544,689.8709,220.58815,1953.2678,1805.3652,14.907366,27.479626,11948.649,8.279946,63.065075,619.6368,111.83071,160.0786,71.50696,366.29013,886.0983,413.1009,14.880203,85.68477,1054.6489,1985.197,43.59955,573.5223,42.36735,1.0690503,60.841972,1.1182435,0.67677945,3.0790849,37.22812,117.321785,270.9679,18.14712,3402.2764,303.94647,109.661736,163.54268,78.78802,96.138275,55.3041,7.395934,100.031586,678.33124,198.76776,112.404915,95.48552,16.346506,93.92578,94.99765,44.009556,820.92773,174.56134,3880.825,35.39682,3431.4639,78.95034,429.19565,2399.1921,79.6109,9.4165125,1437.4122,1372.2734,4606.218,121.40266 +2023-07-14 20:00:00,0.0,16948.123,227.11688,22.364405,35.20639,25.154633,167.88205,24.397211,33.208183,19.82581,21.933031,719.9716,388.9821,9.582744,130.99617,11.975328,1.1160544,24.767538,17.251621,1.7279733,340.0861,0.32180142,317.05957,46.34683,0.59105873,2.6773598,107.457146,19.49173,56.906216,119.85087,21847.666,0.41897732,1528.7886,0.8207836,0.49810183,0.25601098,1.5055321,151.97653,189.37706,27.096184,204.5336,22.386318,55.82195,1745.1687,3.3501751,235.01205,160.38564,350.0722,142.20793,359.55087,25.853746,414.21774,0.0,2566.0918,14852.459,29.33171,437.40482,138.62556,44217.203,131.97238,23.607838,154.23814,355.3558,57.920616,22.925713,236.8711,2120.743,347.92035,153.87856,20.120941,14.524165,424.6617,64.42682,1529.0961,117.77205,2288.2249,224.73172,370.053,88.92339,250.57434,7.650561,12.640324,23.530985,3.5395303,3.0735579,65.32743,60.068203,68.82313,20.943491,26.101067,221.52744,7.5708437,3018.1743,91.333084,62.51747,107.76862,105.41477,216.28691,124.6039,122.66129,25.429771,42.966305,111.00432,306.95355,709.773,108.92957,402.37958,84.27244,115.29253,291.8047,345.98172,956.0895,265.03998,3.887293,19.607393,9.565806,40.572136,17143.27,4.1591578,15.410409,25.860754,41.818775,477.7369,73.9328,175.19371,3.0782099,196.81734,491.8804,331.99063,125.771774,417.40805,31.842651,81.30349,224.61844,12.374416,1.7441437,11.678681,1764.088,0.13111477,0.437267,53.372845,6.626652,3.8244832,5.25187,9.421167,124.25095,43.57171,104.521736,689.5893,220.62537,1953.4818,1805.558,14.912796,27.487947,11946.535,8.278852,63.07975,619.8373,111.88119,160.12273,71.527824,366.40503,885.91486,413.14786,14.887481,85.71684,1054.6842,1985.474,43.61322,573.62256,42.38329,1.0691153,60.84541,1.1182448,0.6768068,3.0792513,37.24873,117.33647,270.93243,18.149588,3401.8684,304.06363,109.70251,163.58737,78.79493,96.13642,55.299732,7.4087367,100.043015,678.63275,198.88057,112.455215,95.54576,16.327688,94.036476,95.07392,43.992146,820.7224,174.57211,3880.2148,35.38909,3430.4634,78.94983,429.17188,2398.8528,79.61789,9.416663,1436.7645,1371.2229,4603.5034,121.32906 +2023-07-14 21:00:00,0.0,16949.752,227.32166,22.372515,35.204315,25.164913,167.86838,24.39655,33.206116,19.82604,21.929968,720.376,388.6423,9.580496,130.99643,11.96352,1.114814,24.772976,17.233852,1.7293324,340.06445,0.32160807,317.08374,46.33702,0.5918111,2.6771712,107.45559,19.48232,56.854393,119.800125,21861.121,0.4182694,1528.8693,0.81986827,0.49755195,0.25566053,1.5033991,151.9525,189.30151,27.090223,204.51714,22.382421,55.88981,1746.2075,3.3484294,235.21884,160.48009,350.1065,142.20555,359.48874,25.873747,414.46103,0.0,2565.6758,14850.656,29.353336,437.63272,138.66197,44215.2,131.97264,23.62247,154.27588,355.59308,57.952778,22.945337,236.94902,2120.8071,347.9075,153.95592,20.13459,14.531997,424.55823,64.44821,1528.4641,117.69274,2288.6633,224.59717,370.10983,88.895096,250.28273,7.64857,12.63591,23.511826,3.5370002,3.0710568,65.33418,60.087204,68.83056,20.96161,26.108213,221.30147,7.5689764,3018.4438,91.24709,62.55141,107.67717,105.36757,216.29933,124.525,122.78226,25.405207,42.952553,110.96638,306.91687,709.408,108.79758,402.09653,84.23031,115.337036,291.7598,346.17218,956.1111,264.78964,3.8878045,19.61502,9.563495,40.568398,17147.824,4.1562204,15.419213,25.872984,41.78596,477.39035,73.86573,175.08427,3.0777316,196.64284,491.64194,331.86844,125.77719,417.65466,31.852419,81.352936,224.47513,12.37063,1.7437845,11.676665,1762.9073,0.13099653,0.43693948,53.360382,6.631164,3.8242557,5.24879,9.416369,124.18195,43.549446,104.47793,689.3076,220.66257,1953.6957,1805.7509,14.918226,27.49627,11944.421,8.277758,63.09442,620.0378,111.931656,160.16684,71.54869,366.5199,885.73145,413.1948,14.894758,85.748924,1054.7196,1985.751,43.626892,573.72284,42.399227,1.0691801,60.84885,1.1182462,0.67683417,3.0794175,37.26934,117.35116,270.897,18.152056,3401.4604,304.1808,109.74328,163.63205,78.80184,96.134575,55.295364,7.4215393,100.054436,678.9342,198.99338,112.505516,95.60601,16.308872,94.14718,95.1502,43.974735,820.5171,174.58289,3879.6047,35.381367,3429.4631,78.94932,429.14807,2398.5134,79.62488,9.416814,1436.1167,1370.1725,4600.7896,121.25546 +2023-07-14 22:00:00,0.0,16951.383,227.52644,22.380627,35.202244,25.175192,167.85472,24.395887,33.204052,19.826273,21.926905,720.7804,388.30255,9.578249,130.99667,11.951713,1.1135736,24.778414,17.216082,1.7306916,340.04282,0.3214147,317.1079,46.327217,0.5925635,2.6769826,107.45403,19.472912,56.80257,119.74938,21874.574,0.4175615,1528.95,0.8189529,0.49700204,0.25531012,1.501266,151.92845,189.22598,27.084263,204.50067,22.378525,55.95767,1747.2463,3.346684,235.42563,160.57455,350.1408,142.20316,359.42664,25.893747,414.7043,0.0,2565.2593,14848.854,29.374964,437.86066,138.69838,44213.195,131.9729,23.637102,154.31361,355.83032,57.984936,22.964964,237.02695,2120.871,347.89465,154.03326,20.148237,14.539828,424.4547,64.469604,1527.832,117.61344,2289.1018,224.46263,370.1667,88.866806,249.99113,7.6465793,12.631496,23.492666,3.5344703,3.0685558,65.34093,60.106205,68.83798,20.97973,26.115358,221.0755,7.567109,3018.7136,91.161095,62.58535,107.585724,105.32036,216.31174,124.446106,122.90323,25.380644,42.938805,110.92844,306.88016,709.0431,108.66559,401.81348,84.18819,115.38155,291.7149,346.36264,956.1327,264.5393,3.888316,19.622648,9.561183,40.56466,17152.379,4.153283,15.428017,25.885216,41.753147,477.0438,73.79866,174.97484,3.077253,196.46835,491.4035,331.74622,125.78261,417.90125,31.862186,81.40239,224.3318,12.366844,1.7434254,11.674648,1761.7268,0.1308783,0.43661198,53.347916,6.6356764,3.8240283,5.24571,9.4115715,124.11295,43.527187,104.43412,689.026,220.69977,1953.9097,1805.9436,14.923656,27.504593,11942.307,8.276664,63.109093,620.23834,111.982124,160.21095,71.56956,366.63477,885.548,413.24176,14.902035,85.781006,1054.755,1986.028,43.64056,573.8231,42.415165,1.0692451,60.852287,1.1182475,0.6768615,3.079584,37.289948,117.36585,270.86157,18.154524,3401.0525,304.29794,109.78405,163.67674,78.808754,96.13273,55.290993,7.4343414,100.06586,679.2357,199.10619,112.55581,95.66625,16.290054,94.25787,95.22648,43.95732,820.31177,174.59366,3878.9949,35.37364,3428.4626,78.9488,429.1243,2398.1743,79.63187,9.416965,1435.469,1369.1221,4598.0757,121.18187 +2023-07-14 23:00:00,0.0,16953.012,227.73123,22.388737,35.200172,25.185472,167.84105,24.395226,33.20199,19.826504,21.923841,721.1848,387.96277,9.576001,130.99693,11.939905,1.1123332,24.783854,17.198313,1.7320507,340.02115,0.32122132,317.13208,46.31741,0.59331584,2.676794,107.45247,19.463503,56.750748,119.69864,21888.03,0.4168536,1529.0306,0.8180376,0.49645215,0.25495967,1.499133,151.90442,189.15045,27.078302,204.4842,22.374628,56.025528,1748.2853,3.3449383,235.63242,160.669,350.1751,142.20078,359.3645,25.913748,414.94763,0.0,2564.8433,14847.051,29.39659,438.0886,138.7348,44211.19,131.97316,23.651733,154.35136,356.0676,58.017097,22.984589,237.10487,2120.935,347.8818,154.11063,20.161886,14.54766,424.35123,64.491,1527.2001,117.53414,2289.54,224.3281,370.2235,88.83852,249.69952,7.6445885,12.627082,23.473507,3.5319405,3.0660546,65.34768,60.125206,68.84541,20.99785,26.122503,220.84953,7.565242,3018.9832,91.0751,62.61929,107.49428,105.27315,216.32414,124.36721,123.02419,25.35608,42.925053,110.890495,306.84348,708.6781,108.5336,401.53043,84.14606,115.42606,291.67004,346.5531,956.15436,264.28897,3.8888273,19.630276,9.558871,40.560917,17156.934,4.150346,15.436821,25.897448,41.720333,476.69727,73.73159,174.8654,3.0767748,196.29385,491.16504,331.624,125.788025,418.14786,31.871952,81.45184,224.18849,12.363057,1.7430662,11.672632,1760.5463,0.13076006,0.43628445,53.335453,6.6401887,3.8238006,5.24263,9.406774,124.04395,43.504925,104.39031,688.7443,220.73698,1954.1235,1806.1365,14.929086,27.512915,11940.192,8.27557,63.123768,620.43884,112.03259,160.25508,71.59042,366.74963,885.36456,413.2887,14.909312,85.81308,1054.7904,1986.3049,43.654232,573.9234,42.431107,1.0693101,60.855724,1.1182489,0.6768889,3.07975,37.31056,117.38054,270.8261,18.156994,3400.6445,304.4151,109.82482,163.72144,78.81567,96.13088,55.286625,7.447144,100.077286,679.53723,199.219,112.60611,95.726494,16.271236,94.36857,95.30276,43.93991,820.1064,174.60443,3878.3848,35.365913,3427.4624,78.94829,429.1005,2397.835,79.638855,9.417115,1434.8212,1368.0717,4595.362,121.10828 +2023-07-15 00:00:00,0.0,16954.64,227.936,22.396849,35.1981,25.195753,167.82738,24.394564,33.19992,19.826736,21.920778,721.58923,387.62302,9.573753,130.99718,11.928097,1.1110927,24.789291,17.180544,1.7334099,339.9995,0.32102796,317.15625,46.307602,0.5940682,2.6766055,107.45091,19.454094,56.69893,119.647896,21901.484,0.4161457,1529.1113,0.8171223,0.49590224,0.25460923,1.497,151.88037,189.0749,27.072342,204.46774,22.370731,56.093388,1749.3241,3.3431928,235.83919,160.76347,350.20935,142.1984,359.30237,25.933746,415.19092,0.0,2564.427,14845.247,29.418217,438.3165,138.77121,44209.188,131.97342,23.666365,154.3891,356.30484,58.04926,23.004213,237.1828,2120.9993,347.86896,154.18797,20.175535,14.555492,424.24774,64.51239,1526.5681,117.45484,2289.9785,224.19354,370.2804,88.81022,249.40793,7.6425977,12.622668,23.454348,3.5294106,3.0635536,65.35442,60.14421,68.85284,21.01597,26.129648,220.62357,7.5633745,3019.2527,90.989105,62.653225,107.402824,105.22594,216.33656,124.28831,123.145164,25.331516,42.9113,110.85256,306.80676,708.3131,108.40161,401.24734,84.10393,115.47058,291.62515,346.74356,956.17596,264.03864,3.8893387,19.637903,9.55656,40.55718,17161.486,4.1474085,15.445624,25.909678,41.68752,476.3507,73.66452,174.75597,3.0762963,196.11935,490.92657,331.50177,125.79344,418.39447,31.88172,81.5013,224.04517,12.359271,1.742707,11.670616,1759.3656,0.13064182,0.43595695,53.322987,6.644701,3.823573,5.23955,9.401976,123.97495,43.482662,104.346504,688.46265,220.77419,1954.3374,1806.3292,14.934516,27.521236,11938.078,8.274476,63.13844,620.63934,112.08307,160.2992,71.61129,366.8645,885.1811,413.33566,14.91659,85.84516,1054.8257,1986.5819,43.6679,574.0237,42.447044,1.069375,60.85916,1.1182503,0.67691624,3.0799165,37.33117,117.395226,270.79068,18.159462,3400.2368,304.53226,109.86559,163.76613,78.82258,96.129036,55.282257,7.459946,100.08871,679.8387,199.3318,112.65641,95.78674,16.25242,94.47926,95.379036,43.9225,819.90106,174.61522,3877.7747,35.35819,3426.4622,78.94778,429.0767,2397.4956,79.64584,9.417266,1434.1735,1367.0211,4592.648,121.03468 +2023-07-15 01:00:00,0.0,16956.271,228.14078,22.404959,35.19603,25.206032,167.81372,24.393902,33.197857,19.826967,21.917715,721.9936,387.28323,9.571506,130.99744,11.916289,1.1098523,24.794731,17.162775,1.734769,339.97787,0.3208346,317.18042,46.2978,0.5948206,2.676417,107.449356,19.444687,56.647106,119.59716,21914.938,0.41543782,1529.192,0.81620693,0.49535236,0.25425878,1.494867,151.85634,188.99937,27.066383,204.45128,22.366835,56.161247,1750.3629,3.341447,236.04597,160.85793,350.24365,142.196,359.24026,25.953747,415.4342,0.0,2564.0107,14843.444,29.439842,438.54443,138.80762,44207.188,131.97368,23.680998,154.42683,356.5421,58.08142,23.02384,237.26073,2121.0632,347.8561,154.26534,20.189184,14.563324,424.14426,64.53379,1525.936,117.37554,2290.417,224.059,370.33722,88.78193,249.11632,7.640607,12.618255,23.435188,3.5268805,3.0610526,65.361176,60.163208,68.86027,21.034088,26.136795,220.3976,7.561507,3019.5222,90.903114,62.687164,107.31138,105.17873,216.34897,124.20941,123.26613,25.306952,42.89755,110.81462,306.77008,707.9481,108.26962,400.9643,84.061806,115.51509,291.58026,346.93402,956.1976,263.7883,3.8898501,19.64553,9.554247,40.55344,17166.041,4.144471,15.454429,25.92191,41.654705,476.00415,73.59745,174.64653,3.075818,195.94485,490.68814,331.37958,125.79886,418.64108,31.891487,81.55075,223.90186,12.355485,1.7423478,11.6686,1758.185,0.13052358,0.43562946,53.310524,6.6492133,3.8233457,5.2364697,9.397179,123.90596,43.4604,104.3027,688.181,220.8114,1954.5514,1806.5221,14.939946,27.529558,11935.965,8.273381,63.153114,620.83984,112.13354,160.34332,71.63216,366.9794,884.9977,413.38263,14.923867,85.87724,1054.8611,1986.8589,43.681572,574.1239,42.462982,1.06944,60.862602,1.1182517,0.6769436,3.0800827,37.35178,117.40991,270.75522,18.16193,3399.8289,304.6494,109.90636,163.81082,78.8295,96.12718,55.27789,7.4727488,100.100136,680.1402,199.44461,112.70671,95.846985,16.233603,94.58996,95.45531,43.90509,819.69574,174.62599,3877.1646,35.35046,3425.4617,78.947266,429.05292,2397.1565,79.65283,9.417417,1433.5256,1365.9707,4589.9336,120.96109 +2023-07-15 02:00:00,0.0,16957.9,228.34557,22.41307,35.19396,25.216312,167.80005,24.39324,33.19579,19.8272,21.914654,722.398,386.94348,9.569258,130.99768,11.904482,1.1086118,24.800169,17.145006,1.7361281,339.95624,0.32064122,317.20462,46.28799,0.595573,2.6762285,107.4478,19.435278,56.595284,119.54642,21928.393,0.4147299,1529.2727,0.81529164,0.49480247,0.25390834,1.4927338,151.83229,188.92383,27.060423,204.43481,22.362938,56.229107,1751.4019,3.3397017,236.25276,160.95238,350.27795,142.19362,359.17813,25.973747,415.67752,0.0,2563.5947,14841.642,29.46147,438.77237,138.84402,44205.184,131.97394,23.69563,154.46457,356.77936,58.113583,23.043465,237.33865,2121.1274,347.84323,154.34268,20.202831,14.571156,424.04077,64.55518,1525.3041,117.29624,2290.8555,223.92445,370.39407,88.75363,248.82472,7.638616,12.613841,23.416029,3.5243506,3.0585515,65.36792,60.182213,68.86769,21.052208,26.14394,220.17163,7.5596404,3019.792,90.817116,62.721104,107.21993,105.131516,216.36137,124.130516,123.3871,25.282387,42.883797,110.77668,306.7334,707.5831,108.137634,400.68124,84.01968,115.5596,291.53537,347.12448,956.21924,263.53796,3.8903615,19.653158,9.551935,40.549698,17170.596,4.141534,15.463232,25.934141,41.62189,475.65762,73.53038,174.5371,3.0753396,195.77037,490.44968,331.25735,125.804276,418.8877,31.901255,81.6002,223.75853,12.351699,1.7419887,11.666584,1757.0045,0.13040534,0.43530193,53.298058,6.653725,3.8231182,5.23339,9.392381,123.83696,43.43814,104.25888,687.89935,220.8486,1954.7653,1806.715,14.945376,27.53788,11933.851,8.272287,63.167786,621.04034,112.184006,160.38744,71.65302,367.09427,884.8142,413.42957,14.931144,85.90932,1054.8965,1987.1359,43.695244,574.2242,42.47892,1.069505,60.86604,1.118253,0.67697096,3.080249,37.372387,117.4246,270.7198,18.1644,3399.421,304.76657,109.94713,163.85551,78.83641,96.125336,55.27352,7.4855514,100.11156,680.44165,199.55742,112.757,95.907234,16.214785,94.70065,95.531586,43.88768,819.4904,174.63676,3876.5547,35.342735,3424.4614,78.946754,429.0291,2396.8171,79.65982,9.417567,1432.8779,1364.9203,4587.2197,120.8875 +2023-07-15 03:00:00,0.0,16959.53,228.55035,22.42118,35.191887,25.226593,167.78638,24.392578,33.193726,19.827433,21.91159,722.8024,386.60373,9.56701,130.99794,11.8926735,1.1073714,24.805607,17.127237,1.7374872,339.9346,0.32044786,317.2288,46.278183,0.5963254,2.67604,107.44624,19.425869,56.54346,119.495674,21941.848,0.414022,1529.3534,0.8143763,0.49425256,0.2535579,1.4906008,151.80824,188.8483,27.054462,204.41835,22.359041,56.29697,1752.4407,3.337956,236.45955,161.04684,350.31226,142.19124,359.11603,25.993748,415.9208,0.0,2563.1785,14839.839,29.483095,439.00027,138.88043,44203.18,131.9742,23.71026,154.5023,357.01663,58.14574,23.063091,237.41658,2121.1914,347.83038,154.42004,20.21648,14.578987,423.9373,64.57658,1524.672,117.21694,2291.294,223.78992,370.4509,88.72534,248.53313,7.6366253,12.609427,23.39687,3.5218208,3.0560505,65.37467,60.20121,68.87512,21.070328,26.151085,219.94566,7.557773,3020.0615,90.731125,62.75504,107.12848,105.084305,216.3738,124.05162,123.508064,25.257824,42.87005,110.73875,306.6967,707.21814,108.005646,400.39816,83.977554,115.60412,291.49048,347.3149,956.24084,263.28763,3.890873,19.660788,9.5496235,40.54596,17175.148,4.1385965,15.472035,25.946371,41.589077,475.31107,73.46331,174.42766,3.0748613,195.59587,490.2112,331.13513,125.80969,419.1343,31.91102,81.64965,223.61522,12.347912,1.7416294,11.664568,1755.8239,0.1302871,0.43497443,53.285595,6.6582375,3.8228908,5.23031,9.387583,123.76796,43.41588,104.21507,687.6177,220.8858,1954.9792,1806.9077,14.950807,27.546204,11931.736,8.2711935,63.18246,621.24084,112.234474,160.43156,71.67389,367.20914,884.6308,413.47653,14.938421,85.9414,1054.9319,1987.4128,43.70891,574.32446,42.494858,1.06957,60.869476,1.1182544,0.6769983,3.0804152,37.392998,117.43929,270.68433,18.166868,3399.013,304.88373,109.9879,163.9002,78.84332,96.12349,55.269154,7.4983535,100.122986,680.74316,199.67023,112.807304,95.967476,16.195969,94.81135,95.607864,43.87027,819.2851,174.64754,3875.9446,35.335007,3423.461,78.946236,429.00534,2396.4778,79.66681,9.417718,1432.2301,1363.8698,4584.506,120.8139 +2023-07-15 04:00:00,0.0,16961.158,228.75513,22.429293,35.189816,25.236872,167.77272,24.391916,33.19166,19.827663,21.908527,723.20685,386.26395,9.564762,130.99818,11.880866,1.1061311,24.811047,17.109468,1.7388464,339.91296,0.32025447,317.25296,46.268375,0.5970777,2.6758513,107.44469,19.41646,56.49164,119.44493,21955.303,0.4133141,1529.4341,0.81346095,0.49370268,0.25320747,1.4884677,151.78421,188.77275,27.048502,204.40189,22.355146,56.36483,1753.4795,3.3362105,236.66632,161.1413,350.3465,142.18884,359.0539,26.013746,416.1641,0.0,2562.7622,14838.035,29.504723,439.2282,138.91684,44201.176,131.97446,23.724892,154.54004,357.25388,58.177902,23.082716,237.49449,2121.2556,347.81754,154.49739,20.23013,14.586819,423.8338,64.59797,1524.04,117.137634,2291.7322,223.65538,370.50778,88.69705,248.24152,7.6346345,12.605014,23.37771,3.5192907,3.0535495,65.38142,60.220215,68.88255,21.088448,26.15823,219.7197,7.555906,3020.331,90.64513,62.78898,107.03703,105.037094,216.3862,123.972725,123.629036,25.23326,42.856297,110.700806,306.66,706.85315,107.87366,400.1151,83.935425,115.64863,291.4456,347.50537,956.26245,263.0373,3.8913844,19.668415,9.547312,40.54222,17179.703,4.135659,15.48084,25.958603,41.556263,474.9645,73.39624,174.31822,3.0743828,195.42137,489.97278,331.0129,125.81511,419.38092,31.920788,81.699104,223.4719,12.344126,1.7412702,11.662552,1754.6433,0.13016886,0.4346469,53.27313,6.66275,3.8226633,5.22723,9.382785,123.69896,43.393616,104.171265,687.33606,220.92302,1955.1931,1807.1006,14.956237,27.554525,11929.622,8.270099,63.197132,621.44135,112.28495,160.47568,71.694756,367.324,884.4473,413.52347,14.945699,85.97348,1054.9672,1987.6898,43.722584,574.42474,42.5108,1.0696349,60.872913,1.1182557,0.6770257,3.0805817,37.41361,117.45398,270.6489,18.169336,3398.605,305.0009,110.02867,163.94489,78.850235,96.12164,55.264786,7.511156,100.13441,681.0447,199.78304,112.857605,96.02772,16.17715,94.92204,95.68414,43.85286,819.0797,174.65833,3875.3345,35.327282,3422.4607,78.945724,428.98154,2396.1387,79.6738,9.417869,1431.5823,1362.8193,4581.792,120.7403 +2023-07-15 05:00:00,0.0,16962.79,228.9599,22.437403,35.187744,25.247152,167.75905,24.391254,33.189594,19.827896,21.905464,723.6112,385.9242,9.562514,130.99844,11.869059,1.1048906,24.816484,17.091698,1.7402055,339.8913,0.32006112,317.27713,46.25857,0.5978301,2.6756628,107.44312,19.407051,56.43982,119.394196,21968.756,0.4126062,1529.5148,0.8125456,0.49315277,0.25285703,1.4863347,151.76016,188.69722,27.042542,204.38542,22.35125,56.43269,1754.5184,3.334465,236.87311,161.23576,350.3808,142.18646,358.9918,26.033747,416.4074,0.0,2562.3462,14836.232,29.526348,439.45615,138.95325,44199.17,131.97472,23.739525,154.57777,357.49115,58.210064,23.102343,237.57242,2121.3196,347.8047,154.57475,20.243778,14.59465,423.73032,64.61936,1523.408,117.058334,2292.1707,223.52083,370.5646,88.668755,247.94992,7.632644,12.600599,23.358551,3.5167608,3.0510485,65.38817,60.239212,68.88998,21.106567,26.165377,219.49371,7.5540385,3020.6008,90.559135,62.822918,106.94559,104.98988,216.3986,123.89383,123.75,25.208696,42.842545,110.662865,306.6233,706.48816,107.74167,399.83206,83.8933,115.693146,291.4007,347.69583,956.2841,262.78696,3.8918958,19.676043,9.545,40.53848,17184.258,4.1327224,15.489643,25.970833,41.52345,474.61798,73.32917,174.20879,3.0739045,195.24687,489.7343,330.8907,125.820526,419.62753,31.930555,81.74856,223.32858,12.34034,1.740911,11.660536,1753.4628,0.13005061,0.4343194,53.260666,6.667262,3.8224359,5.2241497,9.377987,123.62997,43.371357,104.12746,687.05444,220.96022,1955.407,1807.2933,14.961667,27.562847,11927.508,8.269005,63.211803,621.64185,112.33542,160.51979,71.71562,367.4389,884.2639,413.57043,14.952976,86.005554,1055.0026,1987.9668,43.73625,574.525,42.526737,1.0696999,60.876354,1.1182572,0.67705303,3.0807478,37.43422,117.468666,270.61346,18.171804,3398.197,305.11804,110.06944,163.98958,78.85715,96.11979,55.260418,7.5239587,100.145836,681.3461,199.89584,112.9079,96.08797,16.158333,95.03274,95.760414,43.83545,818.8744,174.6691,3874.7244,35.319557,3421.4602,78.94521,428.95776,2395.7993,79.680786,9.418019,1430.9346,1361.7689,4579.0776,120.66671 +2023-07-15 06:00:00,0.0,16964.418,229.16469,22.445515,35.185673,25.257433,167.74538,24.390593,33.18753,19.828127,21.902401,724.0156,385.5844,9.5602665,130.9987,11.85725,1.1036502,24.821924,17.073929,1.7415646,339.86966,0.31986776,317.3013,46.248764,0.5985825,2.6754744,107.44157,19.397644,56.387997,119.34345,21982.21,0.41189831,1529.5955,0.8116303,0.49260288,0.25250658,1.4842017,151.73613,188.62169,27.036583,204.36896,22.347353,56.50055,1755.5573,3.3327193,237.0799,161.33022,350.4151,142.18408,358.92966,26.053747,416.6507,0.0,2561.93,14834.43,29.547976,439.68408,138.98965,44197.168,131.97498,23.754156,154.61551,357.7284,58.242226,23.121967,237.65034,2121.3835,347.79184,154.6521,20.257425,14.602482,423.62683,64.640755,1522.776,116.979034,2292.6091,223.38629,370.62146,88.640465,247.65831,7.6306534,12.596186,23.339392,3.514231,3.0485475,65.39491,60.258217,68.89741,21.124685,26.172522,219.26775,7.552171,3020.8704,90.47314,62.856853,106.85414,104.94267,216.41103,123.814926,123.870964,25.184132,42.828793,110.62492,306.5866,706.12317,107.60968,399.549,83.85117,115.737656,291.3558,347.8863,956.3057,262.53662,3.8924072,19.68367,9.542688,40.53474,17188.812,4.129785,15.498447,25.983065,41.490635,474.27142,73.2621,174.09935,3.073426,195.07239,489.49585,330.7685,125.82594,419.87415,31.940323,81.79801,223.18526,12.336553,1.7405518,11.65852,1752.2821,0.12993237,0.4339919,53.2482,6.6717744,3.8222084,5.22107,9.373189,123.56097,43.349094,104.08365,686.77277,220.99744,1955.621,1807.4862,14.967097,27.571169,11925.394,8.267911,63.22648,621.84235,112.38589,160.56392,71.73649,367.55377,884.08044,413.6174,14.960254,86.037636,1055.038,1988.2438,43.749924,574.62524,42.542675,1.0697649,60.87979,1.1182585,0.67708033,3.0809143,37.454826,117.48335,270.578,18.174274,3397.7893,305.23523,110.110214,164.03427,78.86406,96.11794,55.25605,7.536761,100.15726,681.64764,200.00864,112.9582,96.14821,16.139517,95.14343,95.83669,43.81804,818.66907,174.67987,3874.1143,35.31183,3420.46,78.9447,428.93396,2395.46,79.687775,9.41817,1430.2867,1360.7185,4576.364,120.59312 +2023-07-15 07:00:00,0.0,16966.047,229.36948,22.453625,35.1836,25.267714,167.73172,24.38993,33.185467,19.82836,21.899338,724.42004,385.24466,9.558019,130.99895,11.845443,1.1024097,24.827362,17.05616,1.7429237,339.84802,0.31967437,317.32547,46.238956,0.5993349,2.6752858,107.44001,19.388235,56.336174,119.29271,21995.666,0.41119042,1529.6761,0.81071496,0.492053,0.25215614,1.4820685,151.71208,188.54614,27.030622,204.3525,22.343456,56.56841,1756.5961,3.3309739,237.28667,161.42467,350.44937,142.18169,358.86755,26.073748,416.89398,0.0,2561.5137,14832.626,29.569601,439.912,139.02606,44195.164,131.97523,23.768787,154.65324,357.96564,58.274384,23.141594,237.72827,2121.4478,347.779,154.72946,20.271074,14.610313,423.52335,64.66215,1522.144,116.899734,2293.0476,223.25174,370.6783,88.61217,247.36671,7.6286626,12.591772,23.320232,3.511701,3.0460465,65.40166,60.277214,68.90483,21.142805,26.179667,219.04178,7.550304,3021.14,90.387146,62.890793,106.76269,104.89546,216.42343,123.73603,123.991936,25.159569,42.81504,110.58699,306.54993,705.75824,107.477684,399.26593,83.80905,115.78217,291.3109,348.07675,956.32733,262.2863,3.8929186,19.691298,9.540377,40.531002,17193.365,4.1268477,15.507251,25.995296,41.45782,473.92487,73.19503,173.98991,3.0729477,194.89789,489.25742,330.64627,125.83136,420.12076,31.950089,81.84746,223.04195,12.332767,1.7401927,11.656504,1751.1016,0.12981413,0.43366438,53.235737,6.6762867,3.821981,5.21799,9.368391,123.49197,43.32683,104.03984,686.4911,221.03464,1955.8348,1807.6791,14.9725275,27.57949,11923.279,8.266816,63.24115,622.04285,112.436356,160.60803,71.757355,367.66864,883.89703,413.66434,14.96753,86.06971,1055.0734,1988.5208,43.76359,574.7255,42.558613,1.0698298,60.88323,1.1182599,0.6771077,3.0810804,37.475437,117.49804,270.54257,18.176743,3397.3813,305.3524,110.150986,164.07896,78.87097,96.1161,55.25168,7.5495634,100.168686,681.9491,200.12144,113.0085,96.20846,16.120699,95.25413,95.91297,43.80063,818.46375,174.69064,3873.5044,35.304104,3419.4595,78.94419,428.9102,2395.1208,79.69476,9.418321,1429.639,1359.668,4573.65,120.51952 +2023-07-15 08:00:00,0.0,16967.678,229.57425,22.461737,35.18153,25.277992,167.71805,24.389269,33.1834,19.82859,21.896275,724.82446,384.9049,9.555771,130.9992,11.833634,1.1011693,24.8328,17.038391,1.7442828,339.8264,0.31948102,317.34964,46.229153,0.6000873,2.6750972,107.43845,19.378826,56.28435,119.24197,22009.12,0.4104825,1529.7568,0.8097996,0.4915031,0.2518057,1.4799355,151.68803,188.47061,27.024662,204.33603,22.33956,56.63627,1757.635,3.3292282,237.49345,161.51913,350.48367,142.1793,358.80542,26.093748,417.1373,0.0,2561.0977,14830.823,29.591228,440.13992,139.06247,44193.16,131.9755,23.783419,154.691,358.2029,58.306545,23.161219,237.8062,2121.5117,347.76614,154.80681,20.284723,14.618146,423.41986,64.68354,1521.512,116.820435,2293.486,223.1172,370.73514,88.58388,247.0751,7.626672,12.587358,23.301073,3.509171,3.0435455,65.40841,60.29622,68.91226,21.160925,26.186811,218.81581,7.5484366,3021.4094,90.30115,62.924732,106.67124,104.84826,216.43584,123.657135,124.1129,25.135004,42.801292,110.54905,306.5132,705.39325,107.345695,398.98288,83.76692,115.82668,291.26602,348.2672,956.349,262.03595,3.8934302,19.698925,9.538065,40.52726,17197.92,4.1239104,15.516054,26.007526,41.425007,473.57834,73.12796,173.88048,3.0724692,194.72339,489.01895,330.52405,125.83678,420.36737,31.959856,81.89691,222.89862,12.32898,1.7398335,11.654488,1749.921,0.12969589,0.43333688,53.22327,6.680799,3.8217535,5.21491,9.363593,123.422966,43.304573,103.99603,686.2095,221.07184,1956.0488,1807.8718,14.977957,27.587814,11921.166,8.265722,63.255825,622.24335,112.48683,160.65216,71.77823,367.7835,883.71356,413.7113,14.974808,86.10179,1055.1086,1988.7977,43.777264,574.8258,42.574554,1.0698948,60.886665,1.1182613,0.67713505,3.0812469,37.496048,117.51273,270.5071,18.17921,3396.9734,305.46954,110.19176,164.12366,78.877884,96.11425,55.24731,7.5623655,100.18011,682.2506,200.23425,113.05879,96.2687,16.101883,95.36482,95.98925,43.78322,818.2584,174.70143,3872.8943,35.29638,3418.4592,78.94367,428.88638,2394.7815,79.70175,9.418471,1428.9912,1358.6176,4570.936,120.44593 +2023-07-15 09:00:00,0.0,16969.307,229.77902,22.469847,35.17946,25.288273,167.70438,24.388609,33.181335,19.828823,21.893213,725.2288,384.56512,9.553523,130.99945,11.821827,1.0999289,24.83824,17.020622,1.7456421,339.80475,0.31928763,317.3738,46.219345,0.6008396,2.6749086,107.4369,19.369417,56.23253,119.19123,22022.574,0.4097746,1529.8375,0.80888426,0.4909532,0.25145528,1.4778024,151.664,188.39507,27.018702,204.31955,22.335663,56.70413,1758.6738,3.3274827,237.70024,161.61359,350.51794,142.17693,358.74332,26.113747,417.38058,0.0,2560.6812,14829.0205,29.612854,440.36786,139.09888,44191.156,131.97575,23.798052,154.72873,358.44016,58.338707,23.180843,237.88412,2121.576,347.75327,154.88416,20.298372,14.6259775,423.31638,64.70493,1520.88,116.741135,2293.9243,222.98267,370.792,88.55558,246.78351,7.624681,12.582945,23.281914,3.5066411,3.0410445,65.41515,60.31522,68.919685,21.179045,26.193958,218.58984,7.5465693,3021.6792,90.21516,62.958668,106.579796,104.80105,216.44826,123.57824,124.23387,25.11044,42.78754,110.51111,306.47653,705.02826,107.21371,398.69983,83.7248,115.87119,291.22113,348.45767,956.3706,261.7856,3.8939416,19.706553,9.535752,40.52352,17202.475,4.120973,15.524858,26.019758,41.392193,473.23178,73.06089,173.77104,3.0719907,194.54889,488.7805,330.40182,125.84219,420.61398,31.969624,81.946365,222.75531,12.325194,1.7394743,11.652472,1748.7404,0.12957765,0.4330094,53.210804,6.6853113,3.821526,5.2118297,9.358796,123.35397,43.28231,103.952225,685.9278,221.10905,1956.2627,1808.0647,14.983387,27.596136,11919.052,8.264628,63.270496,622.44385,112.5373,160.69627,71.799095,367.89838,883.53015,413.75824,14.982085,86.13387,1055.144,1989.0747,43.790936,574.9261,42.590492,1.0699598,60.890106,1.1182626,0.6771624,3.081413,37.51666,117.52742,270.47168,18.18168,3396.5654,305.5867,110.23253,164.16835,78.884796,96.1124,55.242943,7.575168,100.191536,682.55206,200.34706,113.10909,96.32895,16.083065,95.47552,96.06552,43.76581,818.0531,174.7122,3872.2842,35.28865,3417.4587,78.94316,428.8626,2394.4421,79.70874,9.418622,1428.3435,1357.5671,4568.222,120.37233 +2023-07-15 10:00:00,0.0,16970.936,229.98381,22.477959,35.177387,25.298553,167.69072,24.387947,33.179268,19.829054,21.89015,725.63324,384.22537,9.551275,130.99971,11.8100195,1.0986885,24.843678,17.002853,1.7470012,339.78308,0.31909427,317.39798,46.209538,0.601592,2.67472,107.43534,19.360008,56.180706,119.14049,22036.03,0.4090667,1529.9182,0.807969,0.49040332,0.25110483,1.4756695,151.63995,188.31953,27.012741,204.30309,22.331766,56.771988,1759.7126,3.325737,237.90703,161.70805,350.55225,142.17453,358.68118,26.133747,417.62387,0.0,2560.2651,14827.218,29.634481,440.59576,139.13528,44189.152,131.97601,23.812683,154.76646,358.67743,58.37087,23.20047,237.96205,2121.64,347.74042,154.96152,20.31202,14.633809,423.2129,64.72633,1520.2479,116.66183,2294.3628,222.84811,370.84882,88.52729,246.4919,7.62269,12.57853,23.262754,3.5041113,3.0385432,65.421906,60.33422,68.92712,21.197165,26.201103,218.36388,7.544702,3021.9487,90.12916,62.992607,106.48834,104.75384,216.46066,123.499344,124.354836,25.085876,42.77379,110.473175,306.43982,704.66327,107.08172,398.41675,83.68267,115.91571,291.17627,348.64813,956.3923,261.53528,3.894453,19.71418,9.533441,40.51978,17207.027,4.118036,15.533662,26.03199,41.35938,472.88525,72.99382,173.6616,3.0715125,194.37439,488.54205,330.27963,125.84761,420.8606,31.97939,81.99582,222.61198,12.321407,1.739115,11.650455,1747.5598,0.12945941,0.43268186,53.19834,6.6898236,3.8212986,5.20875,9.353998,123.28497,43.260048,103.90842,685.6461,221.14626,1956.4767,1808.2574,14.988817,27.604458,11916.9375,8.263535,63.285168,622.64435,112.58777,160.74039,71.81996,368.01328,883.3467,413.8052,14.989363,86.16595,1055.1794,1989.3517,43.804604,575.02637,42.60643,1.0700247,60.893543,1.1182641,0.67718977,3.0815792,37.537266,117.54211,270.43625,18.184149,3396.1575,305.70386,110.27329,164.21304,78.89171,96.11055,55.238575,7.5879707,100.20296,682.8536,200.45987,113.15939,96.38919,16.064247,95.58621,96.1418,43.748398,817.8477,174.72298,3871.674,35.280926,3416.4585,78.94265,428.8388,2394.103,79.71573,9.418773,1427.6957,1356.5166,4565.508,120.29874 +2023-07-15 11:00:00,0.0,16972.564,230.1886,22.486069,35.175316,25.308832,167.67705,24.387285,33.177204,19.829287,21.887087,726.03766,383.8856,9.549027,130.99995,11.798211,1.0974481,24.849117,16.985085,1.7483603,339.76144,0.3189009,317.42215,46.199734,0.6023444,2.6745317,107.43378,19.3506,56.128887,119.089745,22049.482,0.4083588,1529.9989,0.8070536,0.4898534,0.2507544,1.4735364,151.61592,188.24399,27.006783,204.28662,22.32787,56.839848,1760.7516,3.3239915,238.1138,161.8025,350.58655,142.17215,358.61908,26.153748,417.8672,0.0,2559.8489,14825.414,29.656107,440.8237,139.17169,44187.15,131.97627,23.827314,154.8042,358.91467,58.40303,23.220095,238.03998,2121.704,347.72757,155.03886,20.325668,14.641641,423.1094,64.74773,1519.616,116.58253,2294.8013,222.71358,370.9057,88.499,246.2003,7.6206994,12.574117,23.243595,3.5015812,3.0360422,65.42865,60.35322,68.93454,21.215282,26.208248,218.13791,7.5428348,3022.2183,90.04317,63.026546,106.3969,104.70663,216.47307,123.42045,124.47581,25.061312,42.760036,110.435234,306.40314,704.2983,106.94973,398.1337,83.64055,115.96022,291.13138,348.8386,956.4139,261.28494,3.8949645,19.721807,9.531129,40.51604,17211.582,4.1150985,15.542466,26.04422,41.326565,472.5387,72.92675,173.55217,3.071034,194.1999,488.3036,330.1574,125.85303,421.1072,31.989157,82.04527,222.46867,12.317621,1.7387558,11.648439,1746.3793,0.12934117,0.43235436,53.185875,6.694336,3.8210711,5.20567,9.3492,123.21597,43.237785,103.86461,685.3645,221.18346,1956.6906,1808.4503,14.994247,27.61278,11914.823,8.26244,63.299843,622.84485,112.63824,160.78452,71.84083,368.12814,883.16327,413.85217,14.996639,86.19803,1055.2148,1989.6287,43.818275,575.1266,42.622368,1.0700897,60.89698,1.1182654,0.6772171,3.0817456,37.557877,117.55679,270.4008,18.186617,3395.7495,305.821,110.314064,164.25772,78.89862,96.1087,55.234207,7.600773,100.21438,683.1551,200.57268,113.209694,96.44943,16.045431,95.69691,96.21808,43.730988,817.6424,174.73375,3871.064,35.273197,3415.458,78.94214,428.81503,2393.7637,79.72272,9.418923,1427.048,1355.4662,4562.794,120.22514 +2023-07-15 12:00:00,0.0,16974.195,230.39337,22.49418,35.173244,25.319113,167.66338,24.386623,33.17514,19.82952,21.884024,726.4421,383.54584,9.54678,131.00021,11.786404,1.0962076,24.854555,16.967314,1.7497194,339.7398,0.31870753,317.44632,46.189926,0.6030968,2.674343,107.43222,19.341192,56.077065,119.039,22062.938,0.40765092,1530.0796,0.8061383,0.48930353,0.25040394,1.4714034,151.59187,188.16846,27.000822,204.27016,22.323973,56.907707,1761.7904,3.3222458,238.32059,161.89696,350.62082,142.16975,358.55695,26.173748,418.11047,0.0,2559.4326,14823.611,29.677734,441.05164,139.2081,44185.145,131.97653,23.841946,154.84193,359.15192,58.43519,23.239721,238.1179,2121.768,347.71472,155.11623,20.339317,14.649472,423.00592,64.76912,1518.984,116.50323,2295.2397,222.57903,370.96252,88.4707,245.90869,7.6187086,12.569703,23.224436,3.4990513,3.0335412,65.4354,60.372223,68.94197,21.233402,26.215393,217.91193,7.540968,3022.488,89.95717,63.060482,106.30545,104.65942,216.48549,123.341545,124.59677,25.036749,42.746284,110.39729,306.36646,703.9333,106.81774,397.85065,83.59842,116.00474,291.0865,349.02905,956.4355,261.0346,3.8954759,19.729435,9.528817,40.512302,17216.137,4.112161,15.55127,26.056452,41.29375,472.19214,72.85968,173.44273,3.0705557,194.0254,488.06512,330.0352,125.858444,421.35382,31.998924,82.09472,222.32535,12.313835,1.7383966,11.646423,1745.1986,0.12922293,0.43202686,53.173412,6.6988482,3.8208437,5.20259,9.344402,123.14697,43.215527,103.8208,685.0828,221.22067,1956.9044,1808.6431,14.999678,27.621101,11912.709,8.261346,63.314514,623.04535,112.68871,160.82863,71.861694,368.243,882.9798,413.8991,15.003917,86.23011,1055.2501,1989.9056,43.831944,575.22687,42.638306,1.0701547,60.900417,1.1182668,0.6772445,3.0819118,37.578487,117.57149,270.36536,18.189085,3395.3418,305.93817,110.354836,164.30241,78.90553,96.10686,55.22984,7.6135755,100.22581,683.45654,200.68549,113.25999,96.50968,16.026613,95.8076,96.29436,43.713577,817.4371,174.74454,3870.454,35.265472,3414.4578,78.94162,428.79123,2393.4243,79.729706,9.419074,1426.4001,1354.4158,4560.08,120.15155 +2023-07-15 13:00:00,0.0,16975.824,230.59814,22.50229,35.171173,25.329393,167.64972,24.385962,33.173073,19.82975,21.88096,726.8465,383.2061,9.544532,131.00046,11.774596,1.0949672,24.859993,16.949545,1.7510786,339.71817,0.31851417,317.4705,46.18012,0.6038492,2.6741545,107.430664,19.331783,56.02524,118.988266,22076.393,0.40694302,1530.1603,0.805223,0.48875362,0.2500535,1.4692702,151.56783,188.09291,26.994862,204.2537,22.320076,56.975567,1762.8292,3.3205004,238.52737,161.99142,350.65512,142.16737,358.49484,26.193747,418.35376,0.0,2559.0166,14821.809,29.69936,441.27954,139.2445,44183.145,131.97679,23.856579,154.87967,359.3892,58.46735,23.259346,238.19582,2121.8323,347.70187,155.19357,20.352966,14.657304,422.9024,64.79051,1518.3519,116.42393,2295.6782,222.44449,371.01938,88.44241,245.6171,7.616718,12.5652895,23.205276,3.4965215,3.0310402,65.44215,60.391224,68.9494,21.251522,26.22254,217.68596,7.5391006,3022.7576,89.87118,63.09442,106.214005,104.612206,216.4979,123.26265,124.71774,25.012184,42.732536,110.35935,306.32974,703.5683,106.68575,397.5676,83.5563,116.04925,291.0416,349.21948,956.45715,260.78427,3.8959873,19.737064,9.526505,40.50856,17220.69,4.109224,15.560073,26.068684,41.260937,471.8456,72.79261,173.3333,3.0700772,193.8509,487.8267,329.91296,125.86386,421.6004,32.00869,82.14417,222.18204,12.310049,1.7380375,11.644406,1744.0181,0.1291047,0.43169934,53.160946,6.7033606,3.8206162,5.1995096,9.339604,123.07798,43.193264,103.77699,684.80115,221.25787,1957.1184,1808.8359,15.005108,27.629425,11910.595,8.260252,63.32919,623.24585,112.73918,160.87276,71.88256,368.35788,882.7964,413.94608,15.011194,86.262184,1055.2855,1990.1826,43.845615,575.32715,42.654247,1.0702196,60.903854,1.1182681,0.67727184,3.0820782,37.5991,117.586174,270.3299,18.191555,3394.9338,306.05533,110.39561,164.3471,78.912445,96.105,55.22547,7.626378,100.23723,683.75806,200.7983,113.31029,96.56992,16.007795,95.9183,96.37063,43.696163,817.23175,174.75531,3869.844,35.257748,3413.4573,78.94111,428.76743,2393.0852,79.736694,9.419225,1425.7524,1353.3654,4557.366,120.07796 +2023-07-15 14:00:00,0.0,16977.453,230.80293,22.510403,35.1691,25.339672,167.63605,24.3853,33.17101,19.829983,21.877897,727.25085,382.8663,9.542284,131.00072,11.762788,1.0937268,24.865433,16.931776,1.7524377,339.69653,0.31832078,317.49466,46.17031,0.6046015,2.673966,107.42911,19.322374,55.97342,118.93752,22089.846,0.4062351,1530.241,0.80430764,0.48820373,0.24970306,1.4671372,151.5438,188.01738,26.988901,204.23723,22.31618,57.04343,1763.8682,3.3187547,238.73416,162.08588,350.6894,142.165,358.4327,26.213747,418.59708,0.0,2558.6,14820.006,29.720987,441.50748,139.28091,44181.14,131.97705,23.87121,154.9174,359.62646,58.49951,23.278973,238.27374,2121.8962,347.68903,155.27094,20.366613,14.665135,422.79892,64.811905,1517.72,116.34463,2296.1165,222.30995,371.0762,88.414116,245.32549,7.614727,12.560876,23.186117,3.4939916,3.0285392,65.4489,60.410225,68.956825,21.269642,26.229685,217.45999,7.5372334,3023.027,89.78518,63.12836,106.12255,104.564995,216.5103,123.183754,124.83871,24.98762,42.718784,110.32142,306.29306,703.2033,106.553764,397.28452,83.51417,116.093765,290.9967,349.40994,956.47876,260.53394,3.8964987,19.744692,9.524194,40.50482,17225.244,4.1062865,15.568877,26.080914,41.22812,471.49905,72.72554,173.22386,3.069599,193.6764,487.58823,329.79077,125.86928,421.84702,32.01846,82.19363,222.03871,12.306262,1.7376783,11.64239,1742.8375,0.12898646,0.43137184,53.148483,6.707873,3.8203888,5.1964297,9.334806,123.00898,43.171,103.733185,684.51953,221.29509,1957.3323,1809.0288,15.010538,27.637747,11908.48,8.259157,63.34386,623.44635,112.78965,160.91687,71.90343,368.47275,882.6129,413.993,15.018472,86.294266,1055.3209,1990.4596,43.859287,575.4274,42.670185,1.0702846,60.907295,1.1182696,0.6772992,3.0822444,37.619705,117.60086,270.29446,18.194023,3394.526,306.1725,110.43638,164.3918,78.91936,96.10316,55.221104,7.63918,100.24866,684.0595,200.9111,113.36059,96.63017,15.988978,96.02899,96.44691,43.678753,817.0264,174.76608,3869.234,35.25002,3412.457,78.9406,428.74365,2392.7458,79.74368,9.419375,1425.1046,1352.3148,4554.652,120.004364 +2023-07-15 15:00:00,0.0,16979.084,231.00772,22.518515,35.16703,25.349953,167.62238,24.384638,33.16894,19.830214,21.874834,727.6553,382.52655,9.540036,131.00096,11.75098,1.0924864,24.87087,16.914007,1.7537968,339.6749,0.31812742,317.51883,46.160507,0.6053539,2.6737776,107.42755,19.312965,55.921597,118.88678,22103.3,0.4055272,1530.3217,0.8033923,0.48765385,0.24935262,1.4650041,151.51974,187.94185,26.98294,204.22076,22.312283,57.11129,1764.907,3.3170092,238.94093,162.18034,350.7237,142.1626,358.3706,26.233747,418.84036,0.0,2558.184,14818.202,29.742613,441.7354,139.31732,44179.137,131.97731,23.885841,154.95514,359.8637,58.531673,23.298597,238.35167,2121.9602,347.67615,155.34828,20.380262,14.672968,422.69543,64.8333,1517.0879,116.26533,2296.555,222.1754,371.1331,88.385826,245.03389,7.612736,12.556462,23.166958,3.4914615,3.0260382,65.45564,60.429226,68.96426,21.287762,26.23683,217.23402,7.535366,3023.2966,89.69919,63.1623,106.031105,104.517784,216.52272,123.10486,124.95968,24.963057,42.705032,110.28348,306.25635,702.8384,106.421776,397.00146,83.472046,116.138275,290.9518,349.6004,956.50037,260.2836,3.89701,19.75232,9.521882,40.501083,17229.799,4.103349,15.577681,26.093145,41.195305,471.1525,72.65847,173.11443,3.0691204,193.50192,487.34976,329.66855,125.874695,422.09363,32.028225,82.24308,221.8954,12.302476,1.7373191,11.640374,1741.6569,0.12886822,0.4310443,53.136017,6.712385,3.8201613,5.19335,9.3300085,122.93998,43.148743,103.68938,684.2379,221.33229,1957.5463,1809.2216,15.015968,27.646069,11906.367,8.258063,63.358536,623.64685,112.840126,160.961,71.92429,368.58765,882.4295,414.03998,15.025748,86.32635,1055.3562,1990.7366,43.872955,575.5277,42.686123,1.0703496,60.910732,1.1182709,0.67732656,3.0824108,37.640316,117.61555,270.259,18.196491,3394.118,306.28964,110.47715,164.4365,78.92627,96.10131,55.216732,7.651983,100.26008,684.361,201.02391,113.41088,96.690414,15.970161,96.13969,96.523186,43.661343,816.82104,174.77686,3868.6238,35.242294,3411.4565,78.94009,428.71985,2392.4065,79.75068,9.419526,1424.4569,1351.2644,4551.938,119.93077 +2023-07-15 16:00:00,0.0,16980.713,231.2125,22.526625,35.16496,25.360233,167.60872,24.383976,33.166878,19.830446,21.871773,728.0597,382.18677,9.537788,131.00122,11.739172,1.0912459,24.87631,16.896238,1.7551559,339.65323,0.31793407,317.543,46.1507,0.6061063,2.673589,107.42599,19.303556,55.869774,118.83604,22116.756,0.4048193,1530.4023,0.80247694,0.48710394,0.24900219,1.4628712,151.49571,187.8663,26.976982,204.2043,22.308386,57.17915,1765.9458,3.3152637,239.14772,162.2748,350.758,142.16022,358.30847,26.253748,419.08368,0.0,2557.7678,14816.399,29.76424,441.96332,139.35374,44177.133,131.97757,23.900473,154.99289,360.10095,58.56383,23.318224,238.4296,2122.0244,347.6633,155.42564,20.393911,14.6807995,422.59195,64.85469,1516.4559,116.18603,2296.9934,222.04086,371.1899,88.35753,244.74228,7.6107454,12.552048,23.1478,3.4889317,3.0235372,65.462395,60.448227,68.97168,21.30588,26.243975,217.00806,7.533499,3023.5664,89.61319,63.196236,105.93966,104.47057,216.53513,123.02596,125.08064,24.938492,42.69128,110.24554,306.21967,702.4734,106.28979,396.7184,83.42992,116.182785,290.90692,349.79086,956.52203,260.03326,3.8975215,19.759947,9.51957,40.49734,17234.354,4.1004124,15.586485,26.105377,41.16249,470.80597,72.5914,173.00499,3.0686421,193.32742,487.11133,329.54633,125.88011,422.34024,32.03799,82.292534,221.75208,12.29869,1.7369598,11.638358,1740.4763,0.12874998,0.4307168,53.123554,6.7168975,3.819934,5.19027,9.325211,122.87098,43.12648,103.64557,683.95624,221.36949,1957.7601,1809.4144,15.021398,27.65439,11904.253,8.256969,63.373207,623.84735,112.890594,161.00511,71.94516,368.7025,882.24603,414.08694,15.033026,86.35842,1055.3916,1991.0135,43.886627,575.6279,42.70206,1.0704145,60.91417,1.1182723,0.6773539,3.082577,37.660927,117.63023,270.22357,18.19896,3393.71,306.4068,110.51792,164.48119,78.93318,96.099464,55.212364,7.664785,100.27151,684.66254,201.13672,113.46118,96.75066,15.9513445,96.25038,96.599464,43.643932,816.6157,174.78764,3868.0137,35.234566,3410.4563,78.939575,428.69608,2392.0674,79.75767,9.419677,1423.8091,1350.214,4549.224,119.85717 +2023-07-15 17:00:00,0.0,16982.342,231.41727,22.534737,35.162888,25.370512,167.59505,24.383314,33.164814,19.830677,21.86871,728.4641,381.84702,9.535542,131.00146,11.727365,1.0900055,24.881748,16.87847,1.756515,339.6316,0.31774068,317.56717,46.140892,0.6068587,2.6734004,107.42443,19.29415,55.817955,118.7853,22130.209,0.40411142,1530.483,0.80156165,0.48655406,0.24865174,1.4607381,151.47166,187.79077,26.971022,204.18784,22.30449,57.24701,1766.9847,3.313518,239.3545,162.36925,350.79227,142.15784,358.24637,26.273748,419.32697,0.0,2557.3516,14814.597,29.785866,442.19125,139.39015,44175.13,131.97783,23.915106,155.03062,360.33823,58.595993,23.337849,238.50752,2122.0884,347.65045,155.50299,20.40756,14.688631,422.48846,64.87608,1515.8239,116.10672,2297.432,221.90631,371.24677,88.32924,244.45068,7.6087546,12.547634,23.128641,3.4864018,3.0210361,65.46914,60.467228,68.97911,21.324,26.251122,216.78209,7.5316315,3023.836,89.5272,63.230175,105.848206,104.42336,216.54753,122.94707,125.201614,24.913929,42.677532,110.2076,306.18298,702.1084,106.1578,396.43533,83.387794,116.2273,290.86203,349.98132,956.54364,259.78293,3.898033,19.767574,9.517258,40.493603,17238.906,4.097475,15.595288,26.117607,41.129677,470.4594,72.52433,172.89555,3.0681636,193.15292,486.87286,329.4241,125.88553,422.58685,32.04776,82.34198,221.60876,12.294904,1.7366006,11.636342,1739.2957,0.12863174,0.4303893,53.111088,6.72141,3.8197064,5.1871896,9.320414,122.80199,43.104218,103.60176,683.67456,221.40671,1957.974,1809.6072,15.026828,27.662712,11902.139,8.255876,63.38788,624.0479,112.94106,161.04922,71.96603,368.81738,882.0626,414.13388,15.040303,86.3905,1055.427,1991.2905,43.900295,575.7282,42.718,1.0704795,60.917606,1.1182736,0.6773813,3.0827434,37.681538,117.64493,270.18814,18.20143,3393.302,306.52396,110.55869,164.52588,78.940094,96.09761,55.207996,7.6775875,100.28293,684.964,201.24953,113.51148,96.810905,15.932528,96.36108,96.675735,43.626522,816.4104,174.79842,3867.4038,35.22684,3409.4558,78.93906,428.67227,2391.728,79.764656,9.419827,1423.1614,1349.1635,4546.5103,119.78358 +2023-07-15 18:00:00,0.0,16983.97,231.62206,22.542847,35.160816,25.380793,167.58138,24.382652,33.162746,19.83091,21.865646,728.86847,381.50723,9.533294,131.00172,11.715557,1.0887651,24.887186,16.860699,1.7578743,339.60995,0.31754732,317.59134,46.13109,0.60761106,2.6732118,107.422874,19.28474,55.766132,118.73456,22143.664,0.40340352,1530.5637,0.8006463,0.48600414,0.2483013,1.4586049,151.44763,187.71523,26.965061,204.17137,22.300592,57.31487,1768.0236,3.3117726,239.56128,162.46371,350.82654,142.15544,358.18423,26.293747,419.57025,0.0,2556.9355,14812.794,29.807493,442.4192,139.42656,44173.125,131.97809,23.929737,155.06836,360.5755,58.628155,23.357473,238.58545,2122.1526,347.6376,155.58035,20.421207,14.696463,422.38498,64.89748,1515.1919,116.02742,2297.8704,221.77177,371.3036,88.30095,244.15907,7.606764,12.5432205,23.109482,3.483872,3.0185351,65.47589,60.48623,68.986534,21.34212,26.258266,216.55612,7.529764,3024.1055,89.4412,63.264114,105.75676,104.37615,216.55995,122.868164,125.32258,24.889364,42.66378,110.16966,306.14627,701.7434,106.0258,396.15228,83.345665,116.27181,290.81714,350.17178,956.56525,259.53256,3.8985443,19.775202,9.514946,40.489864,17243.46,4.0945377,15.604093,26.129839,41.096863,470.11285,72.45726,172.78612,3.0676854,192.97842,486.6344,329.3019,125.890945,422.83347,32.057526,82.39143,221.46544,12.291117,1.7362415,11.634326,1738.1151,0.1285135,0.4300618,53.098625,6.725922,3.819479,5.1841097,9.315616,122.73299,43.08196,103.55795,683.3929,221.44391,1958.188,1809.8,15.032258,27.671036,11900.024,8.254781,63.402554,624.2484,112.99153,161.09335,71.98689,368.93225,881.87915,414.18085,15.047581,86.42258,1055.4624,1991.5675,43.913967,575.8285,42.73394,1.0705445,60.921047,1.118275,0.67740864,3.0829096,37.702145,117.659615,270.15268,18.203897,3392.8943,306.6411,110.599464,164.57057,78.94701,96.095764,55.20363,7.69039,100.29436,685.2655,201.36234,113.561775,96.87115,15.91371,96.47177,96.752014,43.60911,816.2051,174.80919,3866.7937,35.219116,3408.4556,78.938545,428.6485,2391.3887,79.771645,9.419978,1422.5135,1348.113,4543.7964,119.709984 +2023-07-15 19:00:00,0.0,16985.602,231.82684,22.550959,35.158745,25.391073,167.56772,24.38199,33.160683,19.83114,21.862583,729.2729,381.16748,9.531046,131.00197,11.703749,1.0875247,24.892626,16.84293,1.7592334,339.58832,0.31735393,317.6155,46.12128,0.60836345,2.6730232,107.42132,19.275331,55.71431,118.683815,22157.12,0.4026956,1530.6444,0.79973096,0.48545426,0.24795087,1.4564719,151.42358,187.6397,26.9591,204.1549,22.296696,57.38273,1769.0624,3.310027,239.76807,162.55817,350.86084,142.15306,358.12213,26.313747,419.81357,0.0,2556.519,14810.99,29.829119,442.6471,139.46297,44171.12,131.97835,23.944368,155.1061,360.81274,58.660316,23.3771,238.66338,2122.2166,347.62476,155.6577,20.434856,14.704294,422.2815,64.91888,1514.5599,115.94812,2298.3086,221.63722,371.36044,88.27265,243.86748,7.604773,12.538807,23.090322,3.4813418,3.0160341,65.482635,60.505234,68.993965,21.360239,26.265411,216.33015,7.527897,3024.3752,89.35521,63.29805,105.66531,104.32894,216.57236,122.78927,125.44355,24.864801,42.65003,110.13172,306.1096,701.3784,105.893814,395.86923,83.30354,116.31633,290.77225,350.36224,956.5869,259.28223,3.8990557,19.78283,9.512634,40.486122,17248.016,4.0916004,15.612896,26.14207,41.06405,469.76633,72.39019,172.67668,3.0672069,192.80394,486.39597,329.1797,125.89636,423.08008,32.067295,82.44089,221.32213,12.287331,1.7358823,11.63231,1736.9346,0.12839526,0.4297343,53.08616,6.7304344,3.8192515,5.18103,9.310818,122.66399,43.059696,103.514145,683.11127,221.48112,1958.4019,1809.9929,15.037688,27.679358,11897.91,8.253687,63.417225,624.4489,113.04201,161.13747,72.00776,369.04712,881.69574,414.22778,15.054857,86.45466,1055.4977,1991.8445,43.92764,575.9288,42.749878,1.0706095,60.924484,1.1182764,0.677436,3.083076,37.722755,117.6743,270.11725,18.206366,3392.4863,306.7583,110.64023,164.61525,78.95392,96.09392,55.19926,7.703192,100.30578,685.56696,201.47514,113.612076,96.9314,15.894893,96.582466,96.82829,43.5917,815.99976,174.81996,3866.1836,35.211388,3407.455,78.938034,428.6247,2391.0496,79.77863,9.420129,1421.8658,1347.0626,4541.082,119.63639 +2023-07-15 20:00:00,0.0,16987.23,232.03162,22.559069,35.156673,25.401352,167.55405,24.381329,33.15862,19.831373,21.85952,729.6773,380.82773,9.528798,131.00223,11.691941,1.0862843,24.898064,16.825161,1.7605925,339.56668,0.31716058,317.63968,46.111473,0.6091158,2.6728349,107.41976,19.265923,55.662487,118.63307,22170.574,0.4019877,1530.7251,0.7988156,0.48490438,0.24760042,1.4543388,151.39954,187.56415,26.95314,204.13844,22.292799,57.45059,1770.1013,3.3082814,239.97485,162.65263,350.89514,142.15068,358.06,26.333748,420.05685,0.0,2556.103,14809.1875,29.850746,442.87503,139.49937,44169.117,131.9786,23.959,155.14383,361.05,58.69248,23.396725,238.7413,2122.2808,347.6119,155.73506,20.448505,14.712126,422.178,64.94027,1513.9279,115.86882,2298.747,221.50269,371.4173,88.24436,243.57588,7.6027822,12.534393,23.071163,3.478812,3.013533,65.48939,60.52423,69.001396,21.378359,26.272556,216.10419,7.5260296,3024.6448,89.26921,63.33199,105.57387,104.28174,216.58476,122.71037,125.564514,24.840237,42.636276,110.09378,306.07288,701.0134,105.761826,395.58618,83.26141,116.36084,290.72736,350.5527,956.6085,259.0319,3.8995671,19.790457,9.510323,40.482384,17252.568,4.088663,15.621699,26.1543,41.031235,469.41977,72.32312,172.56726,3.0667286,192.62944,486.1575,329.05746,125.90178,423.3267,32.07706,82.49034,221.1788,12.283545,1.7355231,11.630294,1735.7539,0.12827702,0.42940676,53.073696,6.7349467,3.819024,5.1779494,9.30602,122.594986,43.037434,103.47034,682.8296,221.51833,1958.6158,1810.1857,15.0431185,27.68768,11895.796,8.252593,63.4319,624.6494,113.092476,161.1816,72.028625,369.16202,881.51227,414.27475,15.062135,86.48674,1055.5331,1992.1215,43.941307,576.02905,42.765816,1.0706744,60.92792,1.1182778,0.67746335,3.0832422,37.743366,117.68899,270.0818,18.208836,3392.0784,306.87546,110.681,164.65994,78.96083,96.09207,55.194893,7.715995,100.31721,685.86847,201.58795,113.66238,96.99164,15.876076,96.69316,96.90457,43.57429,815.7944,174.83075,3865.5735,35.203663,3406.4548,78.93752,428.60092,2390.7102,79.78562,9.4202795,1421.218,1346.0121,4538.368,119.5628 +2023-07-15 21:00:00,0.0,16988.86,232.23639,22.56718,35.154602,25.411633,167.54037,24.380667,33.15655,19.831606,21.856457,730.0817,380.48795,9.52655,131.00247,11.680134,1.0850438,24.903503,16.807392,1.7619516,339.54504,0.31696722,317.66385,46.10167,0.60986817,2.6726463,107.418205,19.256514,55.610664,118.58233,22184.027,0.4012798,1530.8058,0.7979003,0.48435447,0.24724998,1.4522059,151.3755,187.48862,26.947182,204.12198,22.288902,57.518448,1771.1401,3.3065357,240.18164,162.74709,350.92944,142.14828,357.9979,26.353748,420.30014,0.0,2555.687,14807.385,29.872372,443.10297,139.53578,44167.113,131.97887,23.973633,155.18156,361.28726,58.724636,23.416351,238.81923,2122.3447,347.59903,155.81241,20.462154,14.719957,422.07452,64.96166,1513.2959,115.78952,2299.1855,221.36815,371.47412,88.216064,243.28427,7.600792,12.52998,23.052004,3.4762821,3.0110319,65.49613,60.543236,69.00882,21.396477,26.279703,215.8782,7.5241623,3024.9143,89.18322,63.36593,105.482414,104.23453,216.59718,122.63148,125.685486,24.815672,42.622524,110.05585,306.0362,700.64844,105.62984,395.3031,83.21929,116.40536,290.6825,350.74316,956.6301,258.78156,3.9000785,19.798084,9.508011,40.478645,17257.123,4.085726,15.630504,26.166533,40.99842,469.0732,72.25605,172.45782,3.06625,192.45494,485.91904,328.93524,125.907196,423.5733,32.086826,82.539795,221.03549,12.2797575,1.7351639,11.628278,1734.5734,0.12815878,0.42907926,53.06123,6.739459,3.8187966,5.1748695,9.301222,122.525986,43.01517,103.42653,682.548,221.55553,1958.8297,1810.3785,15.048549,27.696001,11893.682,8.251498,63.44657,624.8499,113.142944,161.22571,72.04949,369.2769,881.32886,414.32172,15.069412,86.518814,1055.5685,1992.3983,43.95498,576.1293,42.781754,1.0707394,60.93136,1.1182791,0.67749065,3.0834086,37.763977,117.703674,270.04636,18.211304,3391.6704,306.9926,110.72177,164.70464,78.96774,96.090225,55.190525,7.728797,100.32863,686.17,201.70074,113.71268,97.05189,15.857259,96.803856,96.98085,43.55688,815.58905,174.84152,3864.9634,35.195934,3405.4543,78.93701,428.57712,2390.3708,79.79261,9.42043,1420.5702,1344.9617,4535.6543,119.4892 +2023-07-15 22:00:00,0.0,16990.49,232.44118,22.57529,35.15253,25.421913,167.52672,24.380005,33.154488,19.831837,21.853394,730.4861,380.1482,9.5243025,131.00273,11.668325,1.0838034,24.908941,16.789623,1.7633107,339.52338,0.31677383,317.68802,46.09186,0.61062056,2.6724577,107.41664,19.247105,55.558846,118.53159,22197.482,0.4005719,1530.8865,0.796985,0.48380458,0.24689955,1.4500728,151.35146,187.41309,26.941221,204.10551,22.285006,57.586308,1772.179,3.3047903,240.38841,162.84154,350.9637,142.1459,357.93576,26.373749,420.54346,0.0,2555.2708,14805.582,29.894,443.33087,139.57219,44165.11,131.97913,23.988264,155.2193,361.52454,58.756798,23.435976,238.89716,2122.4087,347.58618,155.88977,20.475801,14.72779,421.97104,64.983055,1512.6638,115.71022,2299.624,221.2336,371.53098,88.187775,242.99268,7.598801,12.525565,23.032845,3.473752,3.0085309,65.502884,60.56224,69.01625,21.414597,26.286848,215.65224,7.5222955,3025.1838,89.09722,63.399864,105.39097,104.18732,216.60959,122.55258,125.80645,24.79111,42.608776,110.01791,305.9995,700.28345,105.49785,395.02005,83.17716,116.44987,290.6376,350.9336,956.6518,258.53122,3.9005902,19.805714,9.505699,40.474903,17261.678,4.0827885,15.639307,26.178764,40.965607,468.72668,72.18898,172.34839,3.0657716,192.28044,485.6806,328.81305,125.91261,423.81992,32.096596,82.58924,220.89217,12.275971,1.7348047,11.626262,1733.3928,0.12804054,0.42875177,53.048763,6.7439713,3.8185692,5.1717896,9.296424,122.45699,42.992912,103.38272,682.2663,221.59274,1959.0436,1810.5713,15.053979,27.704323,11891.568,8.250404,63.461246,625.0504,113.19341,161.26984,72.070366,369.39175,881.1454,414.36865,15.07669,86.550896,1055.6039,1992.6753,43.968647,576.22955,42.797695,1.0708044,60.9348,1.1182805,0.677518,3.0835748,37.784584,117.71837,270.0109,18.213772,3391.2625,307.10977,110.76254,164.74933,78.974655,96.08837,55.186157,7.7415996,100.34006,686.47144,201.81355,113.76297,97.11213,15.838441,96.91455,97.05712,43.53947,815.3837,174.8523,3864.3535,35.18821,3404.454,78.93649,428.55334,2390.0317,79.7996,9.420581,1419.9225,1343.9113,4532.9404,119.4156 +2023-07-15 23:00:00,0.0,16992.12,232.64597,22.583403,35.15046,25.432194,167.51305,24.379345,33.15242,19.83207,21.850332,730.8905,379.8084,9.522055,131.00298,11.656518,1.082563,24.91438,16.771854,1.7646699,339.50174,0.31658047,317.7122,46.082054,0.61137295,2.672269,107.415085,19.237698,55.507023,118.48085,22210.938,0.39986402,1530.9672,0.7960696,0.4832547,0.2465491,1.4479398,151.32742,187.33754,26.93526,204.08905,22.281109,57.654167,1773.2179,3.3030446,240.5952,162.936,350.998,142.14352,357.87366,26.393747,420.78674,0.0,2554.8545,14803.778,29.915625,443.5588,139.6086,44163.105,131.97939,24.002895,155.25703,361.76178,58.78896,23.455603,238.97507,2122.473,347.57333,155.96712,20.48945,14.735621,421.86755,65.00445,1512.0319,115.63091,2300.0625,221.09906,371.58783,88.15948,242.70107,7.5968103,12.521152,23.013685,3.4712222,3.0060298,65.50963,60.581238,69.023674,21.432716,26.293993,215.42627,7.520428,3025.4536,89.01123,63.433804,105.29952,104.14011,216.622,122.47369,125.92742,24.766544,42.595024,109.979965,305.9628,699.91846,105.36586,394.737,83.13504,116.49438,290.5927,351.12405,956.6734,258.28088,3.9011016,19.813341,9.503387,40.471165,17266.232,4.079851,15.648111,26.190994,40.932793,468.38013,72.12191,172.23895,3.0652933,192.10594,485.44214,328.69083,125.91803,424.06653,32.10636,82.638695,220.74886,12.272185,1.7344455,11.624246,1732.2122,0.1279223,0.42842424,53.0363,6.7484837,3.8183417,5.1687098,9.291626,122.38799,42.97065,103.33891,681.9847,221.62994,1959.2576,1810.7642,15.059409,27.712645,11889.454,8.2493105,63.475918,625.2509,113.24389,161.31395,72.09123,369.50662,880.962,414.41562,15.083967,86.58298,1055.6392,1992.9523,43.98232,576.32983,42.813633,1.0708693,60.938236,1.118282,0.67754537,3.083741,37.805195,117.733055,269.97546,18.21624,3390.8545,307.22693,110.803314,164.79402,78.98157,96.086525,55.18179,7.754402,100.35148,686.77295,201.92636,113.81327,97.17238,15.819624,97.025246,97.1334,43.52206,815.1784,174.86307,3863.7434,35.180485,3403.4536,78.93598,428.52954,2389.6924,79.80659,9.420732,1419.2747,1342.8608,4530.226,119.34201 +2023-07-16 00:00:00,0.0,16993.748,232.85074,22.591513,35.148388,25.442472,167.49937,24.378683,33.150356,19.8323,21.84727,731.2949,379.46866,9.519807,131.00323,11.64471,1.0813226,24.919819,16.754086,1.766029,339.4801,0.3163871,317.73636,46.072247,0.61212534,2.6720805,107.41353,19.228289,55.4552,118.43011,22224.39,0.39915612,1531.0479,0.79515433,0.4827048,0.24619865,1.4458066,151.30338,187.26201,26.9293,204.07259,22.277212,57.722027,1774.2567,3.301299,240.80199,163.03046,351.0323,142.14113,357.81152,26.413748,421.03003,0.0,2554.4382,14801.976,29.937252,443.78674,139.645,44161.1,131.97964,24.017527,155.29478,361.99902,58.82112,23.475227,239.053,2122.5369,347.5605,156.04448,20.5031,14.743453,421.76407,65.02584,1511.3999,115.55161,2300.5007,220.96451,371.64468,88.13119,242.40947,7.5948195,12.516738,22.994526,3.4686923,3.0035288,65.51638,60.600243,69.031105,21.450836,26.301138,215.2003,7.518561,3025.7231,88.92523,63.467743,105.20807,104.092896,216.63441,122.39478,126.048386,24.741982,42.581272,109.94203,305.92612,699.5535,105.23387,394.45392,83.09291,116.538895,290.54782,351.3145,956.695,258.03055,3.901613,19.820969,9.501076,40.467426,17270.785,4.076914,15.656915,26.203226,40.89998,468.03357,72.05484,172.12952,3.0648148,191.93146,485.20367,328.5686,125.92345,424.31314,32.116127,82.68815,220.60553,12.268399,1.7340863,11.62223,1731.0316,0.12780406,0.42809674,53.023834,6.752996,3.818114,5.1656294,9.286828,122.31899,42.948387,103.295105,681.703,221.66714,1959.4714,1810.9569,15.064838,27.720968,11887.34,8.248217,63.49059,625.4514,113.29436,161.35806,72.1121,369.6215,880.7785,414.46255,15.091244,86.61505,1055.6746,1993.2292,43.995987,576.4301,42.82957,1.0709343,60.941673,1.1182833,0.6775727,3.0839074,37.825806,117.74774,269.94003,18.21871,3390.4468,307.3441,110.844086,164.83871,78.98848,96.08468,55.177418,7.7672043,100.3629,687.0744,202.03917,113.86357,97.23262,15.800807,97.13594,97.20968,43.50465,814.9731,174.87386,3863.1333,35.172756,3402.4534,78.93547,428.50574,2389.353,79.813576,9.420882,1418.627,1341.8103,4527.512,119.26842 +2023-07-16 01:00:00,0.0,16995.377,233.05551,22.599625,35.146317,25.452753,167.48572,24.378021,33.148293,19.832533,21.844206,731.69934,379.1289,9.517559,131.00348,11.632902,1.0800822,24.925257,16.736315,1.7673881,339.45847,0.31619373,317.76056,46.062443,0.61287767,2.6718922,107.41197,19.21888,55.403378,118.379364,22237.846,0.3984482,1531.1285,0.794239,0.4821549,0.24584822,1.4436736,151.27933,187.18646,26.92334,204.05612,22.273315,57.78989,1775.2955,3.2995534,241.00877,163.12492,351.0666,142.13875,357.74942,26.433748,421.27335,0.0,2554.022,14800.173,29.958878,444.01465,139.68141,44159.1,131.9799,24.03216,155.33252,362.2363,58.85328,23.494854,239.13092,2122.601,347.54764,156.12183,20.516748,14.751285,421.66058,65.04723,1510.7678,115.47231,2300.9392,220.82997,371.7015,88.1029,242.11786,7.5928288,12.512324,22.975367,3.4661624,3.0010278,65.523125,60.61924,69.03853,21.468956,26.308285,214.97433,7.5166936,3025.9927,88.83924,63.50168,105.11662,104.045685,216.64682,122.31589,126.16936,24.717417,42.56752,109.90409,305.8894,699.18854,105.10188,394.17087,83.05079,116.583405,290.50293,351.50497,956.7167,257.7802,3.9021244,19.828596,9.498763,40.463684,17275.34,4.0739765,15.665718,26.215458,40.867165,467.68704,71.98777,172.02008,3.0643365,191.75696,484.96524,328.44638,125.92886,424.55975,32.125896,82.7376,220.46222,12.264612,1.7337271,11.6202135,1729.8511,0.12768582,0.42776924,53.01137,6.757508,3.8178866,5.1625495,9.282031,122.24999,42.92613,103.25129,681.4213,221.70436,1959.6854,1811.1498,15.070269,27.72929,11885.226,8.247122,63.505264,625.6519,113.344826,161.40219,72.132965,369.7364,880.5951,414.50952,15.098521,86.64713,1055.71,1993.5062,44.00966,576.5304,42.84551,1.0709993,60.94511,1.1182847,0.6776001,3.0840735,37.846416,117.76243,269.90457,18.221178,3390.0388,307.46124,110.88486,164.8834,78.99539,96.08283,55.17305,7.780007,100.37433,687.3759,202.15198,113.913864,97.29286,15.781989,97.246635,97.28596,43.48724,814.76776,174.88463,3862.5232,35.16503,3401.453,78.93496,428.48196,2389.014,79.820564,9.421033,1417.9791,1340.7599,4524.7983,119.194824 +2023-07-16 02:00:00,0.0,16997.008,233.2603,22.607735,35.144245,25.463034,167.47205,24.37736,33.146225,19.832764,21.841143,732.1037,378.78912,9.515311,131.00374,11.621095,1.0788417,24.930696,16.718546,1.7687472,339.43683,0.31600037,317.78473,46.052635,0.61363006,2.6717036,107.410416,19.20947,55.351555,118.32863,22251.3,0.3977403,1531.2092,0.79332364,0.481605,0.24549778,1.4415406,151.2553,187.11093,26.917381,204.03966,22.26942,57.85775,1776.3345,3.297808,241.21555,163.21938,351.10086,142.13637,357.6873,26.453749,421.51663,0.0,2553.606,14798.37,29.980505,444.24258,139.71782,44157.098,131.98016,24.046791,155.37025,362.47357,58.88544,23.514479,239.20885,2122.665,347.5348,156.19919,20.530396,14.759116,421.5571,65.06863,1510.1359,115.39301,2301.3777,220.69543,371.75836,88.0746,241.82626,7.590838,12.507911,22.956207,3.4636323,2.9985268,65.52987,60.638245,69.04596,21.487074,26.31543,214.74837,7.5148263,3026.2625,88.75324,63.535618,105.02518,103.998474,216.65923,122.23699,126.29032,24.692854,42.55377,109.86615,305.85272,698.82355,104.969894,393.88782,83.00866,116.62792,290.45804,351.69543,956.7383,257.52988,3.9026358,19.836224,9.496451,40.459946,17279.895,4.071039,15.674522,26.227688,40.83435,467.34048,71.9207,171.91064,3.063858,191.58246,484.72678,328.3242,125.93428,424.80637,32.135662,82.787056,220.3189,12.260826,1.7333679,11.618197,1728.6704,0.12756757,0.42744172,52.998905,6.76202,3.8176591,5.1594696,9.277233,122.181,42.903866,103.20748,681.13965,221.74156,1959.8993,1811.3427,15.075699,27.737612,11883.111,8.246028,63.519936,625.8524,113.395294,161.4463,72.15383,369.85126,880.4116,414.5565,15.105799,86.679214,1055.7454,1993.7832,44.02333,576.6306,42.861446,1.0710642,60.94855,1.118286,0.67762744,3.08424,37.867023,117.777115,269.86914,18.223646,3389.6309,307.5784,110.92563,164.92809,79.002304,96.08098,55.168682,7.7928095,100.38575,687.6774,202.26479,113.964165,97.35311,15.763172,97.35733,97.36223,43.46983,814.5624,174.8954,3861.913,35.157303,3400.4526,78.93445,428.45816,2388.6746,79.82755,9.421184,1417.3314,1339.7095,4522.0845,119.12123 +2023-07-16 03:00:00,0.0,16998.637,233.46509,22.615847,35.142174,25.473312,167.45837,24.376698,33.14416,19.832996,21.83808,732.5081,378.44937,9.513063,131.00398,11.609286,1.0776013,24.936134,16.700777,1.7701064,339.4152,0.31580698,317.8089,46.042828,0.61438245,2.671515,107.40886,19.200062,55.299732,118.277885,22264.754,0.3970324,1531.2899,0.7924083,0.4810551,0.24514735,1.4394076,151.23125,187.03539,26.91142,204.02318,22.265524,57.92561,1777.3733,3.2960625,241.42233,163.31383,351.13513,142.13397,357.62518,26.473747,421.75992,0.0,2553.1897,14796.566,30.00213,444.47052,139.75423,44155.094,131.98042,24.061422,155.40799,362.71082,58.917603,23.534103,239.28677,2122.7292,347.5219,156.27654,20.544044,14.766948,421.4536,65.09002,1509.5038,115.31371,2301.8162,220.56088,371.81522,88.04631,241.53465,7.588847,12.503497,22.937048,3.4611025,2.9960258,65.53662,60.65724,69.05338,21.505194,26.322575,214.5224,7.512959,3026.532,88.66725,63.569557,104.93373,103.95126,216.67165,122.1581,126.41129,24.66829,42.54002,109.82821,305.81604,698.45856,104.837906,393.60477,82.96654,116.67243,290.41315,351.8859,956.7599,257.27954,3.9031472,19.843851,9.49414,40.456207,17284.447,4.068102,15.683326,26.23992,40.801537,466.99393,71.85363,171.80121,3.0633798,191.40796,484.4883,328.20197,125.9397,425.05298,32.145428,82.8365,220.17558,12.25704,1.7330087,11.616181,1727.4899,0.12744933,0.42711422,52.986443,6.7665324,3.8174317,5.1563897,9.272435,122.112,42.881603,103.16367,680.85803,221.77878,1960.1132,1811.5354,15.081129,27.745934,11880.997,8.244934,63.53461,626.0529,113.44577,161.49043,72.1747,369.96613,880.2282,414.60342,15.113076,86.71129,1055.7806,1994.0602,44.037,576.7309,42.877388,1.0711292,60.95199,1.1182874,0.6776548,3.0844061,37.887634,117.79181,269.83368,18.226116,3389.223,307.69556,110.9664,164.97278,79.00922,96.07913,55.164314,7.8056116,100.39718,687.9789,202.3776,114.014465,97.41335,15.744355,97.468025,97.43851,43.45242,814.35706,174.90617,3861.3032,35.14958,3399.4521,78.93393,428.4344,2388.3352,79.83454,9.421334,1416.6836,1338.6589,4519.3706,119.04764 +2023-07-16 04:00:00,0.0,17000.266,233.66986,22.623957,35.140102,25.483593,167.44472,24.376036,33.142097,19.83323,21.835016,732.91254,378.1096,9.510816,131.00424,11.597479,1.0763608,24.941572,16.683008,1.7714655,339.39352,0.31561363,317.83307,46.033024,0.61513484,2.6713264,107.407295,19.190655,55.247913,118.22714,22278.209,0.39632452,1531.3706,0.791493,0.48050523,0.2447969,1.4372745,151.20721,186.95985,26.90546,204.00671,22.261627,57.99347,1778.4121,3.2943168,241.62912,163.4083,351.16943,142.13159,357.56305,26.493748,422.00323,0.0,2552.7734,14794.764,30.023758,444.69846,139.79063,44153.09,131.98068,24.076054,155.44572,362.94806,58.949764,23.55373,239.3647,2122.7932,347.50906,156.3539,20.557693,14.774779,421.35013,65.11142,1508.8718,115.23441,2302.2546,220.42635,371.87207,88.01801,241.24306,7.5868564,12.499083,22.917889,3.4585726,2.9935248,65.543365,60.676247,69.060814,21.523314,26.32972,214.29642,7.5110917,3026.8015,88.58125,63.603493,104.84228,103.90405,216.68405,122.0792,126.53226,24.643724,42.526268,109.790276,305.77933,698.09357,104.70592,393.3217,82.92441,116.71695,290.36826,352.07635,956.78156,257.0292,3.9036586,19.851479,9.491828,40.452465,17289.002,4.065165,15.69213,26.252151,40.768723,466.6474,71.78656,171.69177,3.0629013,191.23347,484.24988,328.07974,125.945114,425.2996,32.155197,82.885956,220.03226,12.253254,1.7326496,11.614165,1726.3093,0.1273311,0.42678672,52.973976,6.7710447,3.8172042,5.1533093,9.267637,122.043,42.859344,103.119865,680.5764,221.81598,1960.3271,1811.7283,15.086559,27.754255,11878.883,8.243839,63.549282,626.2534,113.49624,161.53455,72.195564,370.081,880.04474,414.6504,15.120353,86.74337,1055.816,1994.3372,44.05067,576.8312,42.893326,1.0711942,60.955425,1.1182888,0.67768216,3.0845726,37.908245,117.806496,269.79825,18.228584,3388.815,307.8127,111.007164,165.01747,79.01613,96.077286,55.159946,7.818414,100.4086,688.2804,202.4904,114.06476,97.4736,15.725538,97.57872,97.514786,43.43501,814.15173,174.91696,3860.693,35.141853,3398.452,78.93342,428.41058,2387.996,79.84153,9.421485,1416.0359,1337.6085,4516.6562,118.97404 +2023-07-16 05:00:00,0.0,17001.896,233.87463,22.632069,35.13803,25.493874,167.43105,24.375374,33.14003,19.83346,21.831953,733.31696,377.76984,9.508568,131.00449,11.585671,1.0751204,24.947012,16.66524,1.7728246,339.3719,0.31542027,317.85724,46.023216,0.6158872,2.671138,107.40574,19.181246,55.19609,118.1764,22291.664,0.39561662,1531.4513,0.79057765,0.47995532,0.24444646,1.4351414,151.18317,186.88432,26.8995,203.99025,22.25773,58.06133,1779.451,3.2925713,241.83589,163.50275,351.20374,142.1292,357.50095,26.513748,422.24652,0.0,2552.3574,14792.961,30.045383,444.92636,139.82704,44151.086,131.98094,24.090687,155.48346,363.18533,58.981926,23.573355,239.44263,2122.8572,347.49622,156.43124,20.571342,14.782612,421.2466,65.13281,1508.2397,115.15511,2302.6929,220.2918,371.9289,87.98972,240.95145,7.5848656,12.494669,22.89873,3.4560425,2.9910238,65.55012,60.695248,69.068245,21.541433,26.336866,214.07045,7.5092244,3027.071,88.49526,63.637432,104.75083,103.85684,216.69646,122.000305,126.65323,24.619162,42.512516,109.752335,305.74265,697.7286,104.57392,393.03864,82.882286,116.76146,290.32336,352.2668,956.80316,256.77887,3.90417,19.859106,9.489516,40.448727,17293.557,4.0622277,15.700933,26.264381,40.73591,466.30084,71.71949,171.58234,3.062423,191.05898,484.0114,327.95752,125.95053,425.54617,32.164963,82.93541,219.88895,12.249467,1.7322904,11.612148,1725.1287,0.12721287,0.4264592,52.961514,6.775557,3.8169768,5.1502295,9.262839,121.974,42.837082,103.07606,680.29474,221.85318,1960.541,1811.921,15.0919895,27.762579,11876.77,8.242745,63.563957,626.4539,113.54671,161.57867,72.21643,370.1959,879.8613,414.69733,15.12763,86.77545,1055.8514,1994.6141,44.06434,576.93146,42.909264,1.0712591,60.958862,1.1182902,0.6777095,3.0847387,37.928856,117.82118,269.7628,18.231052,3388.407,307.92987,111.047935,165.06216,79.02304,96.07544,55.15558,7.8312163,100.42003,688.58185,202.60321,114.11506,97.533844,15.70672,97.689415,97.591064,43.417595,813.9464,174.92773,3860.083,35.134125,3397.4514,78.93291,428.3868,2387.6567,79.84852,9.421636,1415.3881,1336.5581,4513.9424,118.900444 +2023-07-16 06:00:00,0.0,17003.525,234.07942,22.640179,35.13596,25.504152,167.41737,24.374712,33.137966,19.833693,21.828892,733.7213,377.43005,9.50632,131.00475,11.573863,1.0738801,24.95245,16.64747,1.7741838,339.35025,0.31522688,317.8814,46.01341,0.61663955,2.6709495,107.40418,19.171837,55.144268,118.12566,22305.117,0.39490873,1531.532,0.7896623,0.47940543,0.24409603,1.4330083,151.15913,186.80878,26.89354,203.97379,22.253834,58.12919,1780.4899,3.2908256,242.04268,163.59721,351.23804,142.12682,357.4388,26.533749,422.4898,0.0,2551.941,14791.158,30.06701,445.1543,139.86345,44149.082,131.9812,24.105318,155.5212,363.4226,59.014084,23.592981,239.52055,2122.9214,347.48337,156.5086,20.58499,14.790443,421.14313,65.154205,1507.6078,115.075806,2303.1313,220.15726,371.98572,87.96143,240.65985,7.582875,12.490255,22.87957,3.4535127,2.9885228,65.55686,60.71425,69.07567,21.559553,26.344011,213.84448,7.507357,3027.3408,88.40926,63.67137,104.659386,103.80963,216.70888,121.9214,126.77419,24.594597,42.498764,109.71439,305.70593,697.3636,104.44193,392.75558,82.84016,116.80597,290.27847,352.45728,956.82477,256.52853,3.9046814,19.866734,9.487205,40.44499,17298.111,4.0592904,15.709738,26.276613,40.703094,465.95428,71.65242,171.4729,3.0619445,190.88448,483.77295,327.83533,125.95595,425.7928,32.174732,82.98486,219.74562,12.245681,1.7319311,11.610132,1723.9481,0.12709463,0.4261317,52.949047,6.7800694,3.8167493,5.1471496,9.258041,121.90501,42.81482,103.03225,680.01306,221.8904,1960.755,1812.1139,15.09742,27.7709,11874.655,8.241652,63.57863,626.6544,113.597176,161.62279,72.2373,370.31076,879.67786,414.7443,15.134908,86.807526,1055.8868,1994.8911,44.07801,577.03174,42.9252,1.0713241,60.962303,1.1182915,0.6777369,3.0849051,37.949463,117.83587,269.72736,18.23352,3387.9993,308.04706,111.08871,165.10686,79.02995,96.073586,55.15121,7.844019,100.43145,688.88336,202.71602,114.16536,97.594086,15.687903,97.80011,97.667336,43.400185,813.7411,174.9385,3859.473,35.1264,3396.4512,78.932396,428.363,2387.3174,79.85551,9.421786,1414.7404,1335.5077,4511.2285,118.82685 +2023-07-16 07:00:00,0.0,17005.154,234.28421,22.64829,35.13389,25.514433,167.40372,24.37405,33.1359,19.833923,21.825829,734.12573,377.0903,9.504072,131.00499,11.562056,1.0726396,24.95789,16.629702,1.7755429,339.3286,0.31503353,317.90558,46.003605,0.61739194,2.6707609,107.402626,19.162428,55.092445,118.07492,22318.572,0.3942008,1531.6127,0.78874695,0.47885552,0.24374558,1.4308753,151.13509,186.73325,26.88758,203.95732,22.249937,58.19705,1781.5287,3.2890801,242.24947,163.69167,351.27228,142.12444,357.3767,26.55375,422.73312,0.0,2551.525,14789.3545,30.088636,445.38223,139.89986,44147.08,131.98146,24.11995,155.55893,363.65985,59.046246,23.612606,239.59848,2122.9854,347.47052,156.58595,20.598639,14.798275,421.03964,65.1756,1506.9758,114.996506,2303.5698,220.02272,372.0426,87.933136,240.36824,7.580884,12.485842,22.86041,3.4509828,2.9860215,65.563614,60.73325,69.0831,21.577671,26.351156,213.61852,7.50549,3027.6104,88.32327,63.70531,104.56793,103.76243,216.72128,121.84251,126.895164,24.570034,42.485012,109.67646,305.66925,696.9986,104.309944,392.4725,82.798035,116.85049,290.2336,352.64774,956.84644,256.2782,3.9051929,19.874361,9.484893,40.441246,17302.664,4.056353,15.718541,26.288845,40.67028,465.60776,71.58535,171.36346,3.0614662,190.70998,483.53452,327.7131,125.961365,426.0394,32.184498,83.03432,219.60231,12.241895,1.7315719,11.608116,1722.7676,0.12697639,0.42580417,52.936584,6.7845817,3.816522,5.1440697,9.253243,121.836006,42.792557,102.98844,679.7314,221.9276,1960.9689,1812.3068,15.10285,27.779222,11872.541,8.240557,63.5933,626.8549,113.64765,161.6669,72.25816,370.42563,879.49445,414.79126,15.142185,86.83961,1055.9221,1995.1681,44.091682,577.13196,42.94114,1.0713891,60.96574,1.1182929,0.67776424,3.0850713,37.970074,117.850555,269.69193,18.23599,3387.5913,308.1642,111.12948,165.15155,79.036865,96.07174,55.146843,7.8568215,100.44288,689.1849,202.82883,114.21566,97.654335,15.669086,97.910805,97.743614,43.382774,813.5357,174.94928,3858.8628,35.11867,3395.4507,78.931885,428.33923,2386.9783,79.862495,9.421937,1414.0925,1334.4572,4508.5146,118.75326 +2023-07-16 08:00:00,0.0,17006.783,234.48898,22.6564,35.131817,25.524714,167.39005,24.373388,33.133835,19.834156,21.822765,734.53015,376.75055,9.501824,131.00525,11.550247,1.0713992,24.963327,16.61193,1.7769021,339.30698,0.31484014,317.92975,45.993797,0.61814433,2.6705723,107.40107,19.153019,55.040623,118.02418,22332.027,0.3934929,1531.6934,0.78783166,0.47830564,0.24339513,1.4287423,151.11104,186.6577,26.88162,203.94086,22.24604,58.264908,1782.5676,3.2873344,242.45625,163.78612,351.30658,142.12204,357.31458,26.573748,422.9764,0.0,2551.1086,14787.552,30.110264,445.61014,139.93628,44145.074,131.98172,24.13458,155.59668,363.8971,59.078407,23.632233,239.67639,2123.0496,347.45767,156.66331,20.612288,14.806107,420.93616,65.19699,1506.3438,114.917206,2304.0083,219.88817,372.09943,87.90485,240.07664,7.578893,12.481428,22.841251,3.448453,2.9835205,65.57036,60.75225,69.09052,21.59579,26.358301,213.39255,7.503623,3027.88,88.237274,63.739246,104.47649,103.71522,216.73369,121.76361,127.01613,24.54547,42.471264,109.63852,305.63257,696.63367,104.177956,392.18945,82.755905,116.895,290.18872,352.83817,956.86804,256.02786,3.9057043,19.88199,9.482581,40.437508,17307.219,4.053416,15.7273445,26.301075,40.637463,465.2612,71.51828,171.25403,3.0609877,190.53549,483.29605,327.59088,125.96678,426.286,32.194263,83.08376,219.45898,12.238109,1.7312127,11.6061,1721.5869,0.12685814,0.42547667,52.924118,6.789094,3.8162944,5.1409893,9.2484455,121.767006,42.770298,102.94463,679.44977,221.9648,1961.1827,1812.4995,15.108279,27.787544,11870.427,8.239463,63.607975,627.0554,113.69812,161.71103,72.27903,370.5405,879.311,414.8382,15.149462,86.87168,1055.9575,1995.4451,44.10535,577.23224,42.95708,1.071454,60.969177,1.1182942,0.6777916,3.0852377,37.990685,117.86525,269.65646,18.238459,3387.1833,308.28137,111.17025,165.19624,79.04378,96.06989,55.14247,7.8696237,100.4543,689.4863,202.94164,114.26595,97.71458,15.6502695,98.0215,97.81989,43.365364,813.3304,174.96007,3858.253,35.110947,3394.4504,78.931366,428.31543,2386.639,79.869484,9.422088,1413.4448,1333.4067,4505.8003,118.679665 +2023-07-16 09:00:00,0.0,17008.414,234.69376,22.664513,35.129745,25.534992,167.37637,24.372726,33.13177,19.834387,21.819702,734.9346,376.41077,9.499577,131.0055,11.53844,1.0701587,24.968765,16.594162,1.7782612,339.28534,0.31464678,317.95392,45.98399,0.6188967,2.6703837,107.39951,19.14361,54.9888,117.973434,22345.48,0.392785,1531.774,0.7869163,0.47775576,0.2430447,1.4266092,151.087,186.58217,26.87566,203.9244,22.242144,58.332767,1783.6064,3.285589,242.66302,163.88058,351.34088,142.11966,357.25247,26.593748,423.2197,0.0,2550.6924,14785.749,30.13189,445.83807,139.97269,44143.07,131.98198,24.149214,155.63441,364.13437,59.11057,23.651857,239.75432,2123.1135,347.4448,156.74066,20.625937,14.813938,420.83267,65.21838,1505.7118,114.837906,2304.4468,219.75363,372.15628,87.87655,239.78503,7.5769024,12.477015,22.822092,3.4459229,2.9810195,65.57711,60.77125,69.09795,21.61391,26.365448,213.16658,7.5017557,3028.1497,88.15128,63.773186,104.38504,103.66801,216.74611,121.684715,127.1371,24.520905,42.45751,109.60058,305.59586,696.2687,104.04597,391.9064,82.71378,116.939514,290.14383,353.02863,956.88965,255.77753,3.9062157,19.889618,9.4802685,40.43377,17311.773,4.0504785,15.736149,26.313307,40.60465,464.91464,71.45121,171.14459,3.0605094,190.361,483.0576,327.46866,125.9722,426.53262,32.204033,83.13322,219.31567,12.234322,1.7308536,11.604084,1720.4064,0.1267399,0.42514917,52.911655,6.7936063,3.816067,5.1379094,9.243649,121.698006,42.748035,102.900826,679.1681,222.00201,1961.3967,1812.6924,15.113709,27.795866,11868.3125,8.238369,63.622646,627.2559,113.74859,161.75514,72.2999,370.65536,879.12756,414.88516,15.156739,86.90376,1055.9929,1995.722,44.119022,577.3325,42.97302,1.071519,60.972614,1.1182957,0.67781895,3.085404,38.011295,117.87994,269.62103,18.240927,3386.7754,308.39853,111.21102,165.24092,79.05069,96.06805,55.138103,7.8824263,100.46573,689.78784,203.05444,114.31625,97.774826,15.631452,98.132195,97.89617,43.347954,813.12506,174.97084,3857.6428,35.10322,3393.45,78.930855,428.29166,2386.2996,79.87647,9.422238,1412.797,1332.3563,4503.0864,118.606064 +2023-07-16 10:00:00,0.0,17010.043,234.89854,22.672623,35.127674,25.545273,167.36272,24.372065,33.129704,19.83462,21.816639,735.3389,376.071,9.497329,131.00575,11.526632,1.0689183,24.974205,16.576393,1.7796203,339.26367,0.31445342,317.9781,45.974182,0.6196491,2.6701953,107.39795,19.134203,54.93698,117.9227,22358.936,0.39207712,1531.8547,0.78600097,0.47720584,0.24269426,1.4244761,151.06296,186.50662,26.8697,203.90793,22.238247,58.400627,1784.6453,3.2838433,242.86981,163.97504,351.37518,142.11728,357.19034,26.613749,423.463,0.0,2550.2764,14783.946,30.153517,446.066,140.0091,44141.066,131.98224,24.163845,155.67215,364.3716,59.142727,23.671484,239.83224,2123.1777,347.43195,156.81802,20.639584,14.82177,420.7292,65.23978,1505.0797,114.758606,2304.885,219.61908,372.2131,87.84826,239.49344,7.5749116,12.4726,22.802933,3.443393,2.9785185,65.583855,60.790253,69.10538,21.63203,26.372593,212.94061,7.4998884,3028.4192,88.065285,63.807125,104.293594,103.6208,216.75851,121.60582,127.258064,24.496342,42.44376,109.56264,305.55917,695.9037,103.91398,391.62335,82.67165,116.984024,290.09894,353.2191,956.9113,255.52719,3.906727,19.897245,9.477957,40.430027,17316.326,4.047541,15.744952,26.325539,40.571835,464.5681,71.38414,171.03516,3.060031,190.1865,482.81915,327.34647,125.977615,426.77924,32.2138,83.18267,219.17235,12.2305355,1.7304944,11.602068,1719.2258,0.12662166,0.42482165,52.89919,6.7981186,3.8158395,5.1348295,9.238851,121.62901,42.725773,102.85702,678.8865,222.03922,1961.6106,1812.8851,15.11914,27.80419,11866.198,8.237275,63.63732,627.4564,113.79906,161.79927,72.32076,370.77026,878.9441,414.9321,15.164017,86.935844,1056.0283,1995.999,44.13269,577.4328,42.988956,1.071584,60.976055,1.118297,0.6778463,3.0855703,38.031902,117.89462,269.58557,18.243395,3386.3674,308.5157,111.25179,165.28561,79.0576,96.06619,55.133736,7.895229,100.47715,690.0893,203.16725,114.366554,97.83507,15.612635,98.24289,97.97244,43.330544,812.91974,174.98161,3857.0327,35.095493,3392.4497,78.93034,428.26785,2385.9604,79.88346,9.422389,1412.1493,1331.3058,4500.3726,118.53247 +2023-07-16 11:00:00,0.0,17011.672,235.10333,22.680735,35.125603,25.555553,167.34904,24.371403,33.12764,19.83485,21.813576,735.74335,375.73123,9.495081,131.006,11.514824,1.0676779,24.979643,16.558624,1.7809794,339.24203,0.31426004,318.00226,45.96438,0.62040144,2.6700068,107.39639,19.124794,54.88516,117.871956,22372.39,0.39136922,1531.9354,0.7850856,0.47665596,0.24234381,1.422343,151.03893,186.43109,26.863739,203.89146,22.23435,58.468487,1785.6842,3.2820978,243.0766,164.0695,351.40945,142.11488,357.12823,26.633749,423.7063,0.0,2549.8599,14782.143,30.175142,446.2939,140.0455,44139.062,131.9825,24.178476,155.70988,364.6089,59.17489,23.691109,239.91017,2123.2417,347.4191,156.89537,20.653233,14.829601,420.6257,65.26117,1504.4478,114.679306,2305.3235,219.48454,372.27,87.81996,239.20183,7.572921,12.468186,22.783773,3.4408631,2.9760175,65.59061,60.809254,69.11281,21.65015,26.379738,212.71465,7.498021,3028.6887,87.979294,63.84106,104.20214,103.573586,216.77092,121.526924,127.379036,24.471777,42.430008,109.524704,305.52246,695.5387,103.78199,391.34027,82.62953,117.02854,290.05405,353.40955,956.9329,255.27686,3.9072385,19.904873,9.475645,40.42629,17320.88,4.044604,15.7537565,26.337769,40.53902,464.22156,71.31707,170.92572,3.0595527,190.012,482.5807,327.22424,125.98303,427.02585,32.223564,83.232124,219.02904,12.226749,1.7301352,11.600052,1718.0452,0.12650342,0.42449415,52.886726,6.802631,3.815612,5.1317496,9.234053,121.56001,42.703514,102.81321,678.6048,222.07643,1961.8246,1813.078,15.12457,27.812511,11864.084,8.23618,63.651993,627.6569,113.84953,161.84338,72.34163,370.88513,878.7607,414.97906,15.171294,86.96792,1056.0636,1996.276,44.146362,577.5331,43.004894,1.071649,60.979492,1.1182984,0.6778737,3.0857365,38.052513,117.90931,269.55014,18.245865,3385.9595,308.63284,111.292564,165.3303,79.064514,96.06435,55.129368,7.908031,100.48858,690.3908,203.28006,114.41685,97.89532,15.593818,98.353584,98.04872,43.313133,812.7144,174.99239,3856.4226,35.08777,3391.4492,78.92983,428.24408,2385.621,79.89045,9.42254,1411.5015,1330.2554,4497.6587,118.45888 +2023-07-16 12:00:00,0.0,17013.3,235.3081,22.688847,35.123528,25.565834,167.33539,24.370743,33.125572,19.835083,21.810513,736.14777,375.39148,9.492834,131.00626,11.503016,1.0664375,24.98508,16.540855,1.7823386,339.2204,0.31406668,318.02643,45.95457,0.62115383,2.6698182,107.39484,19.115385,54.833336,117.82121,22385.844,0.3906613,1532.0161,0.7841703,0.47610605,0.24199338,1.4202101,151.01488,186.35556,26.85778,203.875,22.230453,58.536346,1786.723,3.280352,243.28339,164.16396,351.44373,142.1125,357.0661,26.653748,423.9496,0.0,2549.4438,14780.34,30.19677,446.52185,140.08191,44137.062,131.98276,24.193108,155.74762,364.84613,59.20705,23.710735,239.9881,2123.3057,347.40625,156.97272,20.666882,14.837433,420.52222,65.28256,1503.8157,114.600006,2305.762,219.35,372.3268,87.79167,238.91023,7.5709305,12.463773,22.764614,3.438333,2.9735165,65.59735,60.828255,69.12024,21.66827,26.386883,212.48868,7.496154,3028.9585,87.893295,63.875,104.110695,103.526375,216.78333,121.44803,127.5,24.447214,42.41626,109.48676,305.48578,695.1737,103.65,391.05722,82.5874,117.07305,290.00916,353.6,956.9546,255.02652,3.9077501,19.9125,9.473333,40.422546,17325.436,4.0416665,15.76256,26.35,40.506207,463.875,71.25,170.81628,3.0590742,189.8375,482.34222,327.10202,125.98845,427.27246,32.233334,83.28157,218.88571,12.222963,1.7297759,11.598036,1716.8646,0.12638518,0.42416662,52.87426,6.807143,3.8153846,5.1286693,9.229255,121.49101,42.68125,102.7694,678.3232,222.11363,1962.0385,1813.2708,15.13,27.820833,11861.971,8.235086,63.666664,627.8574,113.9,161.88751,72.3625,371.0,878.5772,415.026,15.178572,87.0,1056.099,1996.553,44.160034,577.6333,43.020836,1.0717139,60.98293,1.1182997,0.677901,3.0859027,38.073124,117.923996,269.5147,18.248333,3385.5518,308.75,111.33333,165.375,79.07143,96.0625,55.125,7.9208336,100.5,690.69226,203.39285,114.46715,97.95556,15.575001,98.46428,98.125,43.295723,812.50903,175.00317,3855.8125,35.08004,3390.449,78.92932,428.22028,2385.2817,79.897446,9.42269,1410.8538,1329.205,4494.9443,118.385284 +2023-07-16 13:00:00,0.0,17014.932,235.51288,22.696957,35.121456,25.576113,167.32172,24.37008,33.12351,19.835316,21.807451,736.5522,375.05173,9.490586,131.00652,11.491209,1.0651971,24.99052,16.523087,1.7836977,339.19876,0.3138733,318.0506,45.944763,0.6219062,2.6696296,107.39328,19.105976,54.781513,117.77047,22399.299,0.3899534,1532.0968,0.783255,0.47555616,0.24164294,1.418077,150.99083,186.28001,26.85182,203.85854,22.226557,58.60421,1787.7618,3.2786067,243.49016,164.2584,351.47803,142.11012,357.00397,26.673748,424.1929,0.0,2549.0278,14778.537,30.218395,446.7498,140.11832,44135.06,131.98302,24.20774,155.78535,365.08337,59.239212,23.73036,240.06602,2123.3699,347.3934,157.05008,20.68053,14.845265,420.41873,65.30396,1503.1837,114.5207,2306.2004,219.21545,372.38367,87.76338,238.61864,7.5689397,12.459359,22.745457,3.4358032,2.9710155,65.6041,60.847256,69.12766,21.686388,26.39403,212.2627,7.4942865,3029.228,87.807304,63.90894,104.01925,103.479164,216.79575,121.369125,127.620964,24.42265,42.402508,109.44882,305.4491,694.8087,103.51801,390.77417,82.54527,117.11756,289.96426,353.79047,956.9762,254.77617,3.9082615,19.920128,9.471022,40.418808,17329.988,4.038729,15.771363,26.362232,40.473392,463.52847,71.18293,170.70685,3.0585957,189.66301,482.1038,326.9798,125.99387,427.51907,32.2431,83.331024,218.7424,12.219176,1.7294167,11.59602,1715.6841,0.12626694,0.42383912,52.861794,6.8116555,3.8151572,5.1255894,9.224457,121.42201,42.65899,102.72559,678.0415,222.15083,1962.2523,1813.4636,15.13543,27.829155,11859.856,8.233993,63.68134,628.058,113.95047,161.93163,72.38337,371.11487,878.39374,415.07297,15.185848,87.03208,1056.1344,1996.83,44.173702,577.7336,43.036774,1.0717788,60.986366,1.1183012,0.6779283,3.086069,38.093735,117.93869,269.47925,18.250801,3385.1438,308.86716,111.3741,165.4197,79.07835,96.06065,55.120632,7.9336357,100.51142,690.9938,203.50566,114.51745,98.0158,15.556183,98.57498,98.20128,43.278313,812.3037,175.01395,3855.2026,35.072315,3389.4487,78.9288,428.19647,2384.9426,79.904434,9.422841,1410.2059,1328.1544,4492.2305,118.31169 +2023-07-16 14:00:00,0.0,17016.56,235.71767,22.705069,35.119385,25.586393,167.30804,24.36942,33.121445,19.835546,21.804388,736.9566,374.71194,9.488338,131.00676,11.479401,1.0639566,24.995958,16.505316,1.7850568,339.17712,0.31367993,318.07477,45.93496,0.6226586,2.669441,107.39172,19.096567,54.72969,117.71973,22412.754,0.3892455,1532.1775,0.78233963,0.47500628,0.24129249,1.415944,150.9668,186.20448,26.84586,203.84207,22.22266,58.67207,1788.8008,3.2768612,243.69695,164.35287,351.51233,142.10773,356.94186,26.693748,424.4362,0.0,2548.6113,14776.733,30.24002,446.9777,140.15472,44133.055,131.98328,24.222372,155.82309,365.32065,59.271374,23.749985,240.14395,2123.4338,347.38055,157.12743,20.69418,14.853097,420.31525,65.325356,1502.5518,114.4414,2306.639,219.08092,372.44052,87.735085,238.32703,7.566949,12.454946,22.726297,3.4332733,2.9685144,65.61085,60.866257,69.13509,21.704508,26.401175,212.03673,7.4924192,3029.4976,87.72131,63.942875,103.927795,103.43195,216.80815,121.29023,127.741936,24.398087,42.388756,109.41089,305.41238,694.4437,103.386024,390.4911,82.50315,117.16208,289.91937,353.98093,956.9978,254.52583,3.908773,19.927755,9.46871,40.41507,17334.543,4.035792,15.780168,26.374462,40.44058,463.18192,71.11586,170.59741,3.0581174,189.48851,481.86533,326.85757,125.99929,427.7657,32.252865,83.38048,218.59909,12.21539,1.7290576,11.594004,1714.5034,0.1261487,0.42351162,52.84933,6.816168,3.8149297,5.1225095,9.219659,121.35301,42.63673,102.681786,677.7598,222.18805,1962.4663,1813.6565,15.140861,27.837477,11857.742,8.232898,63.69601,628.2585,114.000946,161.97574,72.404236,371.22974,878.2103,415.11993,15.193126,87.064156,1056.1697,1997.1069,44.187374,577.83386,43.05271,1.0718437,60.989803,1.1183026,0.6779557,3.0862353,38.114346,117.95338,269.44382,18.253271,3384.7358,308.9843,111.41487,165.46439,79.08526,96.05881,55.116264,7.9464383,100.52285,691.2953,203.61847,114.56774,98.07605,15.537366,98.68568,98.27756,43.260902,812.0984,175.02472,3854.5925,35.06459,3388.4482,78.92829,428.1727,2384.6033,79.91142,9.422992,1409.5581,1327.104,4489.5166,118.2381 +2023-07-16 15:00:00,0.0,17018.19,235.92245,22.713179,35.117313,25.596674,167.29439,24.368757,33.119377,19.83578,21.801325,737.36096,374.3722,9.486091,131.00702,11.467593,1.0627162,25.001398,16.487547,1.7864159,339.15546,0.31348658,318.09894,45.92515,0.623411,2.6692526,107.39016,19.08716,54.67787,117.66899,22426.209,0.38853762,1532.2582,0.78142434,0.47445637,0.24094206,1.4138108,150.94275,186.12894,26.8399,203.8256,22.218763,58.73993,1789.8396,3.2751155,243.90373,164.44733,351.5466,142.10535,356.87973,26.713749,424.6795,0.0,2548.1953,14774.931,30.261648,447.20563,140.19113,44131.05,131.98354,24.237003,155.86082,365.55792,59.30353,23.769611,240.22188,2123.498,347.3677,157.20479,20.707827,14.860929,420.21176,65.34675,1501.9197,114.3621,2307.0771,218.94637,372.49738,87.706795,238.03543,7.564958,12.450531,22.707138,3.4307435,2.9660134,65.6176,60.88526,69.14252,21.722628,26.40832,211.81076,7.490552,3029.767,87.635315,63.976814,103.83635,103.38474,216.82056,121.211334,127.8629,24.373522,42.375004,109.37295,305.3757,694.07874,103.25403,390.20804,82.46102,117.20659,289.87448,354.1714,957.0195,254.2755,3.9092844,19.935383,9.466398,40.411327,17339.098,4.032855,15.788971,26.386694,40.407764,462.8354,71.04879,170.48798,3.057639,189.31401,481.6269,326.73538,126.00471,428.0123,32.262634,83.42993,218.45576,12.211604,1.7286984,11.591988,1713.3229,0.12603046,0.4231841,52.836864,6.82068,3.8147023,5.119429,9.214861,121.28402,42.614468,102.63798,677.47815,222.22525,1962.6802,1813.8492,15.146291,27.8458,11855.628,8.231804,63.710686,628.459,114.051414,162.01987,72.4251,371.34464,878.02686,415.16687,15.200403,87.09624,1056.2051,1997.3839,44.201042,577.93414,43.06865,1.0719087,60.993244,1.1183039,0.67798305,3.0864017,38.134953,117.96806,269.40836,18.25574,3384.328,309.10147,111.45564,165.50908,79.09217,96.05695,55.111897,7.959241,100.53427,691.59674,203.73128,114.61804,98.13629,15.518549,98.79637,98.35383,43.243492,811.89307,175.03549,3853.9824,35.05686,3387.448,78.92778,428.1489,2384.2642,79.91841,9.423142,1408.9104,1326.0536,4486.8027,118.164505 +2023-07-16 16:00:00,0.0,17019.82,236.12723,22.72129,35.115242,25.606953,167.28072,24.368095,33.117313,19.83601,21.798262,737.7654,374.0324,9.483843,131.00726,11.455786,1.0614758,25.006836,16.469778,1.787775,339.13382,0.3132932,318.1231,45.915344,0.6241633,2.669064,107.3886,19.077751,54.62605,117.61825,22439.662,0.38782972,1532.3389,0.780509,0.4739065,0.24059162,1.4116778,150.91872,186.0534,26.833939,203.80914,22.214867,58.80779,1790.8784,3.27337,244.1105,164.5418,351.58087,142.10297,356.81763,26.73375,424.9228,0.0,2547.779,14773.128,30.283274,447.43356,140.22754,44129.047,131.9838,24.251637,155.89856,365.79517,59.335693,23.789236,240.2998,2123.562,347.35483,157.28214,20.721476,14.86876,420.10828,65.36814,1501.2877,114.2828,2307.5156,218.81183,372.5542,87.6785,237.74382,7.5629673,12.446117,22.687979,3.4282134,2.9635124,65.624344,60.90426,69.14995,21.740747,26.415466,211.5848,7.4886847,3030.0369,87.549324,64.01075,103.7449,103.33753,216.83298,121.13244,127.98387,24.348957,42.36125,109.33501,305.339,693.71375,103.12204,389.925,82.4189,117.25111,289.8296,354.36185,957.0411,254.02516,3.9097958,19.94301,9.464086,40.40759,17343.652,4.0299177,15.797775,26.398926,40.37495,462.48883,70.98172,170.37854,3.0571606,189.13951,481.38843,326.61316,126.010124,428.2589,32.2724,83.479385,218.31245,12.207817,1.7283392,11.589972,1712.1423,0.12591222,0.4228566,52.8244,6.8251925,3.8144748,5.116349,9.210064,121.21502,42.592205,102.59417,677.19653,222.26247,1962.8942,1814.0421,15.151721,27.854122,11853.514,8.23071,63.725357,628.6595,114.10188,162.06398,72.44597,371.4595,877.84344,415.21384,15.207681,87.12832,1056.2405,1997.6609,44.214714,578.0344,43.084587,1.0719737,60.99668,1.1183053,0.6780104,3.0865679,38.155563,117.98275,269.37292,18.258207,3383.92,309.21863,111.496414,165.55376,79.09908,96.05511,55.10753,7.972043,100.5457,691.89825,203.84409,114.66834,98.19654,15.499731,98.90707,98.43011,43.22608,811.68774,175.04626,3853.3723,35.049137,3386.4475,78.92727,428.12512,2383.9248,79.9254,9.423293,1408.2626,1325.0032,4484.089,118.090904 +2023-07-16 17:00:00,0.0,17021.45,236.332,22.7294,35.11317,25.617233,167.26704,24.367434,33.11525,19.836243,21.795198,738.1698,373.69266,9.481595,131.00752,11.443977,1.0602354,25.012274,16.45201,1.7891343,339.11218,0.31309983,318.14728,45.905537,0.6249157,2.6688755,107.38705,19.068342,54.574226,117.567505,22453.117,0.38712183,1532.4196,0.77959365,0.4733566,0.24024118,1.4095447,150.89467,185.97786,26.827978,203.79268,22.21097,58.87565,1791.9174,3.2716243,244.31729,164.63625,351.61517,142.10057,356.7555,26.753748,425.16608,0.0,2547.3628,14771.325,30.304901,447.66147,140.26395,44127.043,131.98405,24.266268,155.93631,366.0324,59.367855,23.808863,240.37772,2123.6262,347.34198,157.3595,20.735125,14.876592,420.0048,65.389534,1500.6556,114.2035,2307.954,218.67728,372.61102,87.65021,237.45222,7.5609765,12.441704,22.66882,3.4256835,2.9610114,65.631096,60.923264,69.15737,21.758867,26.422611,211.35883,7.486818,3030.3064,87.463326,64.04469,103.65346,103.29032,216.84538,121.05354,128.10484,24.324394,42.347504,109.297066,305.3023,693.3488,102.99005,389.64194,82.37677,117.295616,289.7847,354.55228,957.0627,253.77483,3.9103072,19.95064,9.461774,40.40385,17348.205,4.0269804,15.806579,26.411156,40.342136,462.14227,70.91465,170.2691,3.056682,188.96503,481.14996,326.49094,126.01554,428.50552,32.28217,83.52883,218.16913,12.204031,1.72798,11.587955,1710.9617,0.12579398,0.4225291,52.811935,6.8297048,3.8142474,5.1132693,9.205266,121.14602,42.569946,102.55036,676.9149,222.29967,1963.108,1814.2349,15.15715,27.862444,11851.399,8.229616,63.740032,628.86,114.15235,162.10811,72.466835,371.57437,877.66,415.26077,15.214957,87.16039,1056.2759,1997.9379,44.228382,578.1347,43.10053,1.0720387,61.00012,1.1183066,0.67803776,3.0867343,38.176174,117.997444,269.33746,18.260675,3383.512,309.3358,111.537186,165.59845,79.105995,96.05326,55.103157,7.9848456,100.55712,692.1997,203.9569,114.718636,98.25678,15.480914,99.01776,98.506386,43.20867,811.4824,175.05705,3852.7625,35.041412,3385.4473,78.92675,428.10132,2383.5854,79.93239,9.423444,1407.6149,1323.9526,4481.3745,118.01731 +2023-07-16 18:00:00,0.0,17023.078,236.53679,22.737513,35.1111,25.627514,167.25339,24.366772,33.113182,19.836473,21.792135,738.5742,373.3529,9.479347,131.00777,11.43217,1.0589949,25.017714,16.43424,1.7904934,339.09055,0.31290644,318.17145,45.895733,0.6256681,2.6686869,107.38549,19.058933,54.522404,117.51676,22466.572,0.3864139,1532.5002,0.7786783,0.4728067,0.23989074,1.4074118,150.87062,185.90233,26.82202,203.77621,22.207073,58.94351,1792.9562,3.2698789,244.52408,164.7307,351.64948,142.09819,356.6934,26.773748,425.4094,0.0,2546.9468,14769.521,30.326527,447.8894,140.30035,44125.04,131.98431,24.2809,155.97404,366.26968,59.400017,23.828487,240.45564,2123.6902,347.32913,157.43684,20.748774,14.884423,419.9013,65.41093,1500.0237,114.1242,2308.3926,218.54274,372.6679,87.62191,237.16061,7.5589857,12.43729,22.64966,3.4231536,2.9585102,65.63784,60.94226,69.1648,21.776985,26.429756,211.13286,7.4849505,3030.576,87.377335,64.07863,103.562004,103.24312,216.85779,120.97465,128.2258,24.29983,42.33375,109.25913,305.26562,692.9838,102.85806,389.35886,82.33465,117.34013,289.73984,354.74274,957.08435,253.52449,3.9108186,19.958267,9.459462,40.40011,17352.76,4.024043,15.815382,26.423388,40.309322,461.79575,70.84758,170.15967,3.0562038,188.79053,480.91153,326.3687,126.02096,428.75214,32.291935,83.578285,218.02582,12.200245,1.7276208,11.585939,1709.7811,0.12567574,0.42220157,52.799473,6.834217,3.81402,5.1101894,9.200468,121.07702,42.547684,102.50655,676.63324,222.33687,1963.3219,1814.4277,15.1625805,27.870766,11849.285,8.228521,63.754704,629.0605,114.20283,162.15222,72.4877,371.68924,877.47656,415.30774,15.222235,87.192474,1056.3112,1998.2148,44.242054,578.2349,43.116467,1.0721036,61.003555,1.1183081,0.6780651,3.0869005,38.196785,118.01213,269.30203,18.263145,3383.104,309.45294,111.57796,165.64314,79.11291,96.051414,55.09879,7.997648,100.56855,692.5012,204.0697,114.768936,98.31703,15.462097,99.128456,98.582664,43.19126,811.27704,175.06783,3852.1523,35.033684,3384.4468,78.92624,428.07755,2383.2463,79.93938,9.423594,1406.967,1322.9022,4478.6606,117.94372 +2023-07-16 19:00:00,0.0,17024.707,236.74158,22.745623,35.109028,25.637793,167.23972,24.36611,33.11112,19.836706,21.789074,738.9786,373.01312,9.477099,131.00803,11.4203615,1.0577545,25.023151,16.416471,1.7918525,339.0689,0.3127131,318.19562,45.885925,0.6264205,2.6684983,107.383934,19.049524,54.47058,117.46603,22480.025,0.385706,1532.5809,0.777763,0.4722568,0.2395403,1.4052787,150.84659,185.82678,26.81606,203.75975,22.203176,59.011368,1793.995,3.2681332,244.73087,164.82516,351.68378,142.09581,356.63126,26.793749,425.65268,0.0,2546.5303,14767.719,30.348154,448.11734,140.33676,44123.035,131.98457,24.29553,156.01178,366.50696,59.432175,23.848114,240.53357,2123.7544,347.31628,157.5142,20.76242,14.892255,419.79782,65.43232,1499.3917,114.04489,2308.831,218.4082,372.72473,87.59362,236.86902,7.556995,12.432877,22.6305,3.4206238,2.9560091,65.64459,60.961266,69.172226,21.795105,26.436901,210.90689,7.4830832,3030.8457,87.291336,64.112564,103.47056,103.19591,216.87021,120.895744,128.34677,24.275267,42.32,109.22119,305.2289,692.61884,102.726074,389.0758,82.29252,117.38464,289.69495,354.9332,957.10596,253.27415,3.91133,19.965895,9.45715,40.39637,17357.314,4.021106,15.824186,26.43562,40.27651,461.4492,70.78051,170.05023,3.0557253,188.61603,480.67307,326.24652,126.026375,428.99875,32.3017,83.62774,217.88249,12.196459,1.7272615,11.583923,1708.6006,0.1255575,0.42187408,52.787006,6.8387294,3.8137925,5.107109,9.19567,121.008026,42.52542,102.462746,676.35156,222.37408,1963.5359,1814.6206,15.168011,27.879087,11847.171,8.2274275,63.769375,629.261,114.253296,162.19633,72.50857,371.8041,877.2931,415.3547,15.229512,87.22455,1056.3466,1998.4918,44.255726,578.3352,43.132404,1.0721686,61.006996,1.1183094,0.6780925,3.087067,38.217392,118.02682,269.2666,18.265614,3382.6963,309.57013,111.61873,165.68784,79.11982,96.04956,55.09442,8.01045,100.57997,692.80273,204.18251,114.81924,98.37727,15.44328,99.23915,98.658936,43.17385,811.0717,175.0786,3851.5422,35.02596,3383.4465,78.92573,428.05374,2382.907,79.946365,9.423745,1406.3193,1321.8518,4475.947,117.870125 +2023-07-16 20:00:00,0.0,17026.338,236.94635,22.753735,35.106956,25.648073,167.22604,24.365448,33.10905,19.836937,21.78601,739.383,372.67337,9.474852,131.00827,11.408554,1.0565141,25.028591,16.398703,1.7932116,339.04727,0.31251973,318.2198,45.876118,0.6271729,2.66831,107.38238,19.040115,54.41876,117.41528,22493.48,0.3849981,1532.6616,0.77684766,0.4717069,0.23918986,1.4031456,150.82254,185.75125,26.810099,203.74329,22.19928,59.079227,1795.0339,3.2663877,244.93764,164.91962,351.71805,142.09341,356.56915,26.81375,425.89597,0.0,2546.1143,14765.916,30.36978,448.34525,140.37317,44121.03,131.98483,24.310163,156.04951,366.7442,59.464336,23.867739,240.6115,2123.8184,347.30344,157.59155,20.77607,14.900087,419.6943,65.45371,1498.7596,113.96559,2309.2693,218.27365,372.7816,87.56533,236.57741,7.555004,12.428463,22.611341,3.4180937,2.9535081,65.65134,60.980263,69.17966,21.813225,26.444048,210.68091,7.481216,3031.1152,87.205345,64.14651,103.37911,103.1487,216.88261,120.81685,128.46774,24.250702,42.306248,109.18325,305.19223,692.25385,102.594086,388.79276,82.2504,117.42915,289.65005,355.12366,957.12756,253.02382,3.9118414,19.973522,9.454839,40.39263,17361.867,4.0181684,15.83299,26.44785,40.243694,461.10263,70.71344,169.9408,3.055247,188.44153,480.4346,326.1243,126.03179,429.24533,32.31147,83.67719,217.73918,12.192672,1.7269024,11.581906,1707.4199,0.12543927,0.42154658,52.774544,6.8432417,3.813565,5.104029,9.190872,120.939026,42.50316,102.41894,676.06995,222.41129,1963.7498,1814.8134,15.173441,27.887411,11845.058,8.226334,63.78405,629.4615,114.303764,162.24046,72.529434,371.919,877.1097,415.40164,15.23679,87.25663,1056.382,1998.7688,44.269394,578.4355,43.148342,1.0722336,61.010433,1.1183108,0.67811984,3.087233,38.238003,118.041504,269.23114,18.268082,3382.2883,309.6873,111.6595,165.73253,79.12673,96.047714,55.090054,8.0232525,100.5914,693.1042,204.29532,114.86954,98.437515,15.424462,99.349846,98.735214,43.156437,810.8664,175.08937,3850.9321,35.01823,3382.446,78.92522,428.02997,2382.5676,79.953354,9.423896,1405.6715,1320.8013,4473.233,117.79653 +2023-07-16 21:00:00,0.0,17027.967,237.15112,22.761845,35.104885,25.658354,167.21239,24.364786,33.106987,19.83717,21.782948,739.7874,372.3336,9.472604,131.00853,11.396747,1.0552737,25.034029,16.380932,1.7945707,339.0256,0.31232634,318.24396,45.866314,0.6279253,2.6681213,107.38081,19.030708,54.36694,117.36454,22506.936,0.38429022,1532.7423,0.7759323,0.471157,0.23883942,1.4010125,150.79851,185.67572,26.804138,203.72682,22.195383,59.147087,1796.0728,3.264642,245.14442,165.01408,351.75232,142.09103,356.50702,26.83375,426.13928,0.0,2545.698,14764.113,30.391407,448.57318,140.40958,44119.027,131.98509,24.324795,156.08725,366.98145,59.4965,23.887365,240.68942,2123.8823,347.2906,157.66891,20.789719,14.907919,419.59082,65.47511,1498.1277,113.88629,2309.7078,218.13911,372.8384,87.53703,236.28581,7.5530133,12.424048,22.592182,3.4155638,2.9510071,65.65809,60.999268,69.18709,21.831345,26.451193,210.45494,7.4793487,3031.3848,87.11935,64.18044,103.28766,103.10149,216.89502,120.73795,128.58871,24.22614,42.292496,109.14532,305.15552,691.88885,102.4621,388.50967,82.20827,117.47367,289.60516,355.31412,957.14923,252.77348,3.9123528,19.98115,9.452527,40.38889,17366.422,4.015231,15.841794,26.460081,40.21088,460.7561,70.64637,169.83136,3.0547686,188.26704,480.19617,326.00208,126.03721,429.49194,32.321236,83.72665,217.59586,12.188886,1.7265432,11.57989,1706.2394,0.12532103,0.42121905,52.762077,6.847754,3.8133376,5.1009493,9.186074,120.870026,42.4809,102.37513,675.78827,222.44849,1963.9637,1815.0062,15.178871,27.895733,11842.943,8.225239,63.79872,629.662,114.35423,162.28458,72.5503,372.03387,876.9262,415.4486,15.244066,87.28871,1056.4174,1999.0458,44.283066,578.53577,43.16428,1.0722985,61.01387,1.1183121,0.6781472,3.0873995,38.258614,118.05619,269.1957,18.27055,3381.8804,309.80444,111.700264,165.77722,79.133644,96.04587,55.085686,8.036056,100.60282,693.4057,204.40813,114.91983,98.497765,15.405645,99.46054,98.81149,43.139027,810.6611,175.10016,3850.322,35.010506,3381.4458,78.924706,428.00616,2382.2285,79.96034,9.4240465,1405.0238,1319.7509,4470.5186,117.72293 +2023-07-16 22:00:00,0.0,17029.596,237.35591,22.769957,35.102814,25.668633,167.19872,24.364124,33.104923,19.837402,21.779884,740.19183,371.99384,9.470356,131.00877,11.384938,1.0540333,25.039467,16.363163,1.7959299,339.00397,0.31213298,318.26813,45.856506,0.6286776,2.6679327,107.37926,19.0213,54.315117,117.3138,22520.389,0.38358232,1532.823,0.77501696,0.47060713,0.23848897,1.3988794,150.77446,185.60017,26.798178,203.71034,22.191486,59.214947,1797.1116,3.2628965,245.35121,165.10854,351.78662,142.08864,356.44492,26.853748,426.38257,0.0,2545.2817,14762.31,30.413033,448.80112,140.44598,44117.023,131.98535,24.339426,156.12498,367.21872,59.52866,23.90699,240.76735,2123.9465,347.2777,157.74626,20.803368,14.9157505,419.48734,65.496506,1497.4956,113.80699,2310.1462,218.00456,372.8953,87.50874,235.9942,7.5510225,12.419635,22.573023,3.413034,2.948506,65.66483,61.018265,69.19451,21.849464,26.458338,210.22897,7.4774814,3031.6543,87.033356,64.21438,103.19621,103.054276,216.90744,120.65906,128.70967,24.201574,42.278748,109.107376,305.11884,691.52386,102.33011,388.22662,82.166145,117.51818,289.56027,355.50458,957.17084,252.52315,3.9128642,19.988777,9.450215,40.38515,17370.977,4.012294,15.850597,26.472313,40.178066,460.40955,70.5793,169.72192,3.0542903,188.09254,479.9577,325.87985,126.042625,429.73856,32.331,83.77609,217.45255,12.1851,1.726184,11.577874,1705.0588,0.12520279,0.42089155,52.749615,6.8522663,3.81311,5.0978694,9.181276,120.801025,42.458637,102.33132,675.5066,222.4857,1964.1776,1815.199,15.184301,27.904055,11840.829,8.224145,63.813396,629.8625,114.40471,162.3287,72.57117,372.14874,876.7428,415.49554,15.251344,87.320786,1056.4526,1999.3228,44.296734,578.63605,43.18022,1.0723635,61.017307,1.1183136,0.67817456,3.0875657,38.279224,118.070885,269.16025,18.27302,3381.4724,309.9216,111.741035,165.82191,79.14056,96.04402,55.081318,8.048858,100.61425,693.70715,204.52094,114.97013,98.55801,15.386828,99.571236,98.88777,43.121616,810.45575,175.11093,3849.7122,35.00278,3380.4453,78.92419,427.9824,2381.8892,79.96733,9.424197,1404.376,1318.7004,4467.8047,117.64934 +2023-07-16 23:00:00,0.0,17031.227,237.5607,22.778067,35.100742,25.678913,167.18504,24.363462,33.102856,19.837633,21.776821,740.5962,371.65405,9.468108,131.00903,11.373131,1.0527928,25.044907,16.345394,1.797289,338.98233,0.3119396,318.2923,45.8467,0.62943,2.6677442,107.3777,19.01189,54.263294,117.26306,22533.844,0.38287443,1532.9037,0.7741017,0.47005722,0.23813854,1.3967465,150.75043,185.52464,26.79222,203.69388,22.187592,59.282806,1798.1505,3.261151,245.55798,165.20299,351.82092,142.08626,356.38278,26.873749,426.62585,0.0,2544.8657,14760.507,30.43466,449.02905,140.48239,44115.02,131.98561,24.354057,156.16272,367.456,59.56082,23.926615,240.84528,2124.0105,347.26486,157.82362,20.817015,14.923582,419.38385,65.5179,1496.8636,113.72769,2310.5847,217.87003,372.95212,87.480446,235.7026,7.5490317,12.415221,22.553864,3.4105039,2.946005,65.67158,61.03727,69.20194,21.867582,26.465483,210.003,7.475614,3031.924,86.94736,64.24832,103.10477,103.007065,216.91985,120.58016,128.83064,24.17701,42.264996,109.069435,305.08215,691.1589,102.19812,387.94357,82.124016,117.5627,289.51538,355.69504,957.19244,252.27281,3.9133756,19.996405,9.447904,40.381413,17375.531,4.0093565,15.859402,26.484543,40.145252,460.063,70.51223,169.61249,3.0538118,187.91805,479.71924,325.75766,126.04804,429.98517,32.34077,83.82555,217.30922,12.1813135,1.7258248,11.575858,1703.8782,0.12508455,0.42056403,52.73715,6.8567786,3.8128827,5.094789,9.176478,120.73203,42.436375,102.28751,675.225,222.5229,1964.3915,1815.3918,15.189732,27.912376,11838.715,8.223051,63.828068,630.063,114.45518,162.37282,72.59203,372.2636,876.5593,415.5425,15.258621,87.35287,1056.488,1999.5997,44.310406,578.73627,43.19616,1.0724285,61.02075,1.1183149,0.6782019,3.087732,38.29983,118.08557,269.12482,18.275488,3381.0645,310.03876,111.78181,165.8666,79.14747,96.04217,55.07695,8.06166,100.62567,694.00867,204.63374,115.02043,98.618256,15.368011,99.68193,98.96404,43.104206,810.25037,175.1217,3849.102,34.995052,3379.445,78.923676,427.9586,2381.5498,79.97432,9.424348,1403.7283,1317.65,4465.091,117.575745 +2023-07-17 00:00:00,0.0,17032.855,237.76547,22.786179,35.09867,25.689194,167.17139,24.3628,33.100792,19.837866,21.773758,741.0006,371.3143,9.46586,131.00928,11.361323,1.0515524,25.050344,16.327625,1.7986481,338.9607,0.31174624,318.3165,45.836895,0.6301824,2.6675558,107.376144,19.002481,54.21147,117.21232,22547.299,0.3821665,1532.9844,0.7731863,0.46950734,0.2377881,1.3946134,150.72638,185.4491,26.786259,203.67741,22.183695,59.35067,1799.1893,3.2594054,245.76477,165.29745,351.8552,142.08388,356.32068,26.89375,426.86917,0.0,2544.4495,14758.704,30.456285,449.25696,140.5188,44113.02,131.98587,24.36869,156.20045,367.69324,59.59298,23.946241,240.9232,2124.0747,347.252,157.90097,20.830664,14.931414,419.28036,65.53929,1496.2316,113.64839,2311.0232,217.73549,373.00897,87.452156,235.411,7.547041,12.410808,22.534704,3.407974,2.943504,65.67833,61.056267,69.209366,21.885702,26.47263,209.77704,7.473747,3032.1936,86.86137,64.28226,103.01332,102.959854,216.93225,120.50127,128.95161,24.152447,42.251244,109.031494,305.04544,690.7939,102.06613,387.66052,82.081894,117.60721,289.4705,355.8855,957.2141,252.02248,3.913887,20.004032,9.445591,40.37767,17380.084,4.006419,15.868205,26.496775,40.11244,459.71646,70.44516,169.50305,3.0533335,187.74355,479.4808,325.63544,126.05346,430.23178,32.350536,83.875,217.16591,12.177526,1.7254657,11.573842,1702.6976,0.12496631,0.42023653,52.724686,6.8612905,3.8126552,5.091709,9.171681,120.66303,42.414116,102.2437,674.9433,222.56012,1964.6055,1815.5847,15.195162,27.920698,11836.601,8.221956,63.842743,630.2635,114.505646,162.41695,72.6129,372.3785,876.3759,415.58948,15.265899,87.38495,1056.5234,1999.8767,44.324078,578.83655,43.212097,1.0724934,61.024185,1.1183163,0.6782293,3.0878983,38.320442,118.10026,269.08936,18.277956,3380.6565,310.1559,111.82258,165.91129,79.15438,96.04032,55.072582,8.074463,100.6371,694.3102,204.74655,115.070724,98.6785,15.349194,99.792625,99.04032,43.086796,810.04504,175.13248,3848.492,34.987328,3378.4446,78.923164,427.9348,2381.2107,79.98131,9.424499,1403.0804,1316.5995,4462.377,117.50215 +2023-07-17 01:00:00,0.0,17034.484,237.97025,22.794289,35.0966,25.699472,167.15771,24.362139,33.09873,19.838097,21.770695,741.405,370.97455,9.463613,131.00954,11.349515,1.0503119,25.055784,16.309856,1.8000072,338.93906,0.31155288,318.34067,45.827087,0.6309348,2.6673672,107.37459,18.993073,54.15965,117.161575,22560.752,0.3814586,1533.0651,0.772271,0.46895742,0.23743765,1.3924804,150.70233,185.37357,26.780298,203.66095,22.179798,59.41853,1800.2281,3.25766,245.97156,165.3919,351.8895,142.08148,356.25854,26.91375,427.11246,0.0,2544.0332,14756.901,30.477913,449.4849,140.55522,44111.016,131.98613,24.383322,156.2382,367.93048,59.62514,23.965866,241.00113,2124.1387,347.23917,157.97833,20.844313,14.939245,419.17688,65.560684,1495.5996,113.56909,2311.4614,217.60094,373.0658,87.42387,235.1194,7.54505,12.406394,22.515545,3.4054441,2.941003,65.685074,61.07527,69.2168,21.903822,26.479774,209.55107,7.4718795,3032.4631,86.77537,64.31619,102.92187,102.91264,216.94467,120.42236,129.07259,24.127882,42.23749,108.99356,305.00876,690.42896,101.93414,387.37744,82.039764,117.651726,289.4256,356.07596,957.2357,251.77213,3.9143984,20.01166,9.443279,40.37393,17384.639,4.003482,15.877008,26.509007,40.079624,459.3699,70.37809,169.39362,3.052855,187.56906,479.24234,325.5132,126.058876,430.4784,32.360306,83.92445,217.02258,12.17374,1.7251065,11.571826,1701.5171,0.12484807,0.41990903,52.71222,6.865803,3.8124275,5.0886292,9.166883,120.59403,42.391853,102.19989,674.6616,222.59732,1964.8193,1815.7775,15.200591,27.929022,11834.486,8.220862,63.857414,630.464,114.556114,162.46106,72.633766,372.49338,876.19244,415.6364,15.273175,87.41702,1056.5588,2000.1537,44.337746,578.9368,43.228035,1.0725584,61.027622,1.1183176,0.67825663,3.0880647,38.341053,118.114944,269.05392,18.280426,3380.2488,310.27307,111.86335,165.95598,79.16129,96.038475,55.06821,8.087265,100.64852,694.61163,204.85936,115.121025,98.73874,15.330377,99.90332,99.1166,43.069386,809.8397,175.14326,3847.8818,34.9796,3377.4443,78.92265,427.911,2380.8713,79.9883,9.424649,1402.4327,1315.5491,4459.663,117.42856 +2023-07-17 02:00:00,0.0,17036.113,238.17503,22.8024,35.09453,25.709753,167.14404,24.361479,33.09666,19.83833,21.767633,741.80945,370.63477,9.461365,131.00978,11.3377075,1.0490716,25.061222,16.292088,1.8013664,338.91742,0.3113595,318.36484,45.81728,0.63168716,2.6671786,107.37303,18.983665,54.107826,117.11083,22574.207,0.38075072,1533.1458,0.7713557,0.46840754,0.23708722,1.3903472,150.6783,185.29802,26.774338,203.64449,22.175901,59.48639,1801.2671,3.2559142,246.17834,165.48637,351.92377,142.0791,356.19644,26.933748,427.35574,0.0,2543.617,14755.098,30.499538,449.71283,140.59163,44109.01,131.98639,24.397953,156.27594,368.16776,59.657303,23.985493,241.07904,2124.203,347.22632,158.05568,20.857962,14.947077,419.0734,65.58208,1494.9677,113.489784,2311.9,217.4664,373.12268,87.39557,234.82779,7.5430593,12.40198,22.496386,3.4029143,2.938502,65.691826,61.094273,69.22422,21.921942,26.48692,209.3251,7.470012,3032.733,86.68938,64.350136,102.83042,102.86543,216.95708,120.34347,129.19354,24.10332,42.22374,108.95562,304.97205,690.06396,101.80215,387.0944,81.99764,117.696236,289.3807,356.26642,957.2573,251.52179,3.9149098,20.019287,9.440968,40.370193,17389.193,4.0005445,15.885813,26.521236,40.046806,459.02335,70.31102,169.28418,3.0523767,187.39456,479.00388,325.391,126.06429,430.725,32.37007,83.97391,216.87927,12.169954,1.7247472,11.56981,1700.3364,0.12472983,0.4195815,52.699757,6.870315,3.8122,5.0855494,9.162086,120.52503,42.36959,102.15608,674.38,222.63452,1965.0333,1815.9703,15.206021,27.937344,11832.372,8.219769,63.872086,630.6645,114.60659,162.50517,72.65463,372.60825,876.00903,415.68338,15.280453,87.449104,1056.5941,2000.4307,44.351418,579.0371,43.243973,1.0726234,61.03106,1.118319,0.678284,3.0882308,38.361664,118.12963,269.0185,18.282894,3379.8408,310.39023,111.90412,166.00067,79.168205,96.03663,55.063843,8.100067,100.65994,694.91315,204.97217,115.171326,98.79899,15.31156,100.014015,99.19288,43.051975,809.6344,175.15404,3847.2717,34.971874,3376.4438,78.92214,427.8872,2380.532,79.995285,9.4248,1401.7849,1314.4987,4456.9487,117.354965 +2023-07-17 03:00:00,0.0,17037.744,238.37982,22.81051,35.092457,25.720034,167.13039,24.360817,33.094597,19.83856,21.76457,742.2138,370.295,9.459117,131.01004,11.325899,1.0478312,25.06666,16.274317,1.8027256,338.89575,0.31116614,318.389,45.807472,0.6324395,2.66699,107.37147,18.974257,54.056007,117.0601,22587.662,0.38004282,1533.2264,0.77044034,0.46785766,0.23673677,1.3882142,150.65425,185.22249,26.768377,203.62802,22.172005,59.55425,1802.3059,3.2541687,246.38512,165.58083,351.95807,142.07672,356.1343,26.953749,427.59906,0.0,2543.2007,14753.295,30.521166,449.94073,140.62804,44107.008,131.98665,24.412584,156.31367,368.40503,59.689465,24.005117,241.15697,2124.2668,347.21347,158.13304,20.871609,14.954909,418.9699,65.60347,1494.3356,113.410484,2312.3384,217.33185,373.1795,87.36728,234.5362,7.5410686,12.397566,22.477226,3.4003842,2.936001,65.69857,61.113274,69.23165,21.940062,26.494064,209.09914,7.4681454,3033.0024,86.60338,64.38407,102.738976,102.81822,216.96948,120.26457,129.31451,24.078754,42.20999,108.91768,304.93536,689.699,101.67016,386.81134,81.95551,117.740746,289.33582,356.45685,957.279,251.27145,3.9154215,20.026917,9.438656,40.36645,17393.746,3.9976075,15.894616,26.533468,40.013992,458.67682,70.24395,169.17474,3.0518982,187.22006,478.76544,325.2688,126.06971,430.97162,32.379837,84.02335,216.73595,12.166168,1.724388,11.567794,1699.1559,0.12461159,0.419254,52.68729,6.8748274,3.8119726,5.082469,9.157288,120.45604,42.347332,102.112274,674.0984,222.67174,1965.2472,1816.1631,15.211452,27.945665,11830.259,8.218675,63.88676,630.865,114.65706,162.5493,72.67551,372.7231,875.82556,415.73032,15.28773,87.481186,1056.6295,2000.7076,44.365086,579.1374,43.259914,1.0726883,61.0345,1.1183205,0.67831135,3.088397,38.38227,118.144325,268.98303,18.285362,3379.4329,310.5074,111.94489,166.04536,79.17512,96.034775,55.059475,8.11287,100.67137,695.2146,205.08498,115.22162,98.85923,15.292742,100.12471,99.26915,43.034565,809.4291,175.16481,3846.6619,34.96415,3375.4436,78.92162,427.86343,2380.1929,80.00227,9.424951,1401.1372,1313.4481,4454.235,117.28137 +2023-07-17 04:00:00,0.0,17039.373,238.5846,22.818623,35.090385,25.730314,167.11671,24.360155,33.09253,19.838793,21.761507,742.6182,369.95523,9.456869,131.01028,11.314092,1.0465907,25.0721,16.256548,1.8040847,338.8741,0.31097275,318.41318,45.79767,0.6331919,2.6668015,107.36991,18.964848,54.004185,117.00935,22601.115,0.37933493,1533.3071,0.769525,0.46730775,0.23638633,1.3860812,150.63022,185.14696,26.762419,203.61156,22.168108,59.62211,1803.3447,3.252423,246.5919,165.67528,351.99237,142.07433,356.0722,26.97375,427.84235,0.0,2542.7847,14751.492,30.542791,450.16867,140.66444,44105.004,131.98691,24.427217,156.35141,368.64227,59.721622,24.024744,241.2349,2124.3308,347.2006,158.21039,20.885258,14.962741,418.86642,65.62486,1493.7036,113.331184,2312.7769,217.19731,373.23633,87.33898,234.24458,7.539078,12.393152,22.458067,3.3978543,2.9334998,65.70532,61.13228,69.239075,21.95818,26.501211,208.87317,7.466278,3033.272,86.51739,64.418015,102.64752,102.77101,216.9819,120.18568,129.43549,24.05419,42.19624,108.879745,304.89868,689.334,101.53817,386.52826,81.91339,117.78526,289.29095,356.6473,957.3006,251.02112,3.915933,20.034544,9.436344,40.362713,17398.3,3.9946702,15.90342,26.5457,39.98118,458.33026,70.17688,169.0653,3.0514197,187.04556,478.52698,325.14658,126.07513,431.21823,32.389606,84.07281,216.59264,12.162381,1.7240288,11.565778,1697.9753,0.124493346,0.41892648,52.674824,6.8793397,3.8117452,5.079389,9.15249,120.38704,42.32507,102.06847,673.8167,222.70894,1965.461,1816.356,15.216882,27.953987,11828.145,8.21758,63.901432,631.0655,114.70753,162.59341,72.69637,372.83798,875.64215,415.77728,15.295008,87.51326,1056.6649,2000.9845,44.378757,579.2376,43.275852,1.0727533,61.037937,1.1183218,0.67833865,3.0885634,38.40288,118.15901,268.9476,18.28783,3379.025,310.62454,111.985664,166.09006,79.18203,96.03293,55.055107,8.125672,100.68279,695.5161,205.19777,115.27192,98.91948,15.273925,100.235405,99.34543,43.017155,809.22375,175.17558,3846.0518,34.95642,3374.443,78.92111,427.83963,2379.8535,80.00926,9.425101,1400.4894,1312.3977,4451.521,117.20777 +2023-07-17 05:00:00,0.0,17041.002,238.78937,22.826733,35.088314,25.740593,167.10304,24.359493,33.090466,19.839025,21.758444,743.02264,369.61548,9.454621,131.01054,11.302284,1.0453503,25.077538,16.23878,1.8054438,338.85248,0.3107794,318.43735,45.78786,0.6339443,2.666613,107.368355,18.955439,53.952362,116.95861,22614.57,0.37862703,1533.3878,0.76860964,0.46675786,0.2360359,1.3839482,150.60617,185.07141,26.756458,203.5951,22.164211,59.68997,1804.3837,3.2506776,246.79869,165.76974,352.02664,142.07195,356.01007,26.99375,428.08563,0.0,2542.3687,14749.689,30.564419,450.3966,140.70085,44103.0,131.98717,24.441849,156.38914,368.87952,59.753784,24.044369,241.31282,2124.395,347.18774,158.28775,20.898907,14.970572,418.76294,65.646255,1493.0715,113.251884,2313.2153,217.06277,373.29318,87.31069,233.95299,7.5370874,12.388739,22.438908,3.3953245,2.9309988,65.71207,61.15128,69.246506,21.9763,26.508356,208.64719,7.464411,3033.5415,86.43139,64.45195,102.556076,102.72381,216.99431,120.10678,129.55646,24.029627,42.182487,108.841805,304.86197,688.969,101.40618,386.2452,81.87126,117.82977,289.24606,356.83777,957.3222,250.77078,3.9164443,20.042171,9.434032,40.358974,17402.855,3.9917328,15.912224,26.55793,39.948364,457.9837,70.10981,168.95589,3.0509415,186.87106,478.2885,325.02435,126.08054,431.46484,32.399372,84.12226,216.44931,12.158595,1.7236696,11.563762,1696.7947,0.124375105,0.41859898,52.66236,6.883852,3.8115177,5.076309,9.147692,120.31804,42.302807,102.02466,673.53503,222.74614,1965.675,1816.5487,15.222312,27.962309,11826.03,8.216486,63.916107,631.266,114.757996,162.63754,72.71724,372.95288,875.4587,415.82425,15.302285,87.54534,1056.7003,2001.2615,44.392426,579.3379,43.29179,1.0728183,61.041374,1.1183232,0.678366,3.0887296,38.423492,118.1737,268.91214,18.2903,3378.617,310.7417,112.026436,166.13475,79.18894,96.03108,55.05074,8.138474,100.69422,695.8176,205.31058,115.32222,98.97972,15.255108,100.3461,99.42171,42.999744,809.0184,175.18637,3845.4417,34.948696,3373.4429,78.9206,427.81586,2379.5142,80.01625,9.425252,1399.8416,1311.3473,4448.807,117.13418 +2023-07-17 06:00:00,0.0,17042.633,238.99416,22.834845,35.086243,25.750874,167.08939,24.358831,33.0884,19.839256,21.75538,743.42706,369.27573,9.4523735,131.01079,11.290476,1.0441098,25.082977,16.22101,1.8068029,338.83084,0.31058604,318.46152,45.778053,0.63469666,2.6664245,107.3668,18.94603,53.90054,116.90787,22628.025,0.3779191,1533.4685,0.76769435,0.46620798,0.23568545,1.3818151,150.58212,184.99588,26.750498,203.57863,22.160315,59.757828,1805.4225,3.248932,247.00548,165.8642,352.0609,142.06956,355.94797,27.01375,428.32895,0.0,2541.9521,14747.886,30.586044,450.6245,140.73726,44100.996,131.98743,24.45648,156.42688,369.1168,59.785946,24.063995,241.39075,2124.459,347.1749,158.3651,20.912556,14.978404,418.65945,65.667656,1492.4396,113.172585,2313.6536,216.92822,373.35004,87.282394,233.66139,7.5350966,12.384325,22.419748,3.3927944,2.9284978,65.71882,61.17028,69.25394,21.99442,26.515501,208.42122,7.4625435,3033.8113,86.3454,64.485886,102.46463,102.6766,217.00671,120.027885,129.67741,24.005062,42.168736,108.80386,304.8253,688.604,101.27419,385.96216,81.82914,117.87429,289.20117,357.02823,957.3439,250.52045,3.9169557,20.049799,9.431721,40.355232,17407.408,3.9887958,15.921027,26.570162,39.91555,457.63718,70.04275,168.84645,3.050463,186.69658,478.05008,324.90213,126.08596,431.71146,32.409138,84.171715,216.306,12.154809,1.7233105,11.561746,1695.6141,0.124256864,0.41827148,52.649895,6.8883643,3.8112903,5.0732293,9.142894,120.24904,42.280544,101.98085,673.2534,222.78336,1965.8889,1816.7416,15.227742,27.97063,11823.916,8.215392,63.93078,631.4665,114.80847,162.68166,72.738106,373.06775,875.27527,415.8712,15.309562,87.57742,1056.7356,2001.5385,44.406097,579.4382,43.307728,1.0728832,61.04481,1.1183245,0.67839336,3.088896,38.444103,118.188385,268.8767,18.292768,3378.209,310.8589,112.0672,166.17943,79.195854,96.029236,55.04637,8.151277,100.70564,696.1191,205.42339,115.37252,99.03997,15.236291,100.456795,99.497986,42.982334,808.81305,175.19714,3844.8315,34.940968,3372.4424,78.92009,427.79205,2379.175,80.02324,9.425403,1399.1938,1310.2968,4446.093,117.060585 +2023-07-17 07:00:00,0.0,17044.262,239.19894,22.842955,35.08417,25.761154,167.07571,24.35817,33.086334,19.839489,21.752317,743.8314,368.93594,9.450126,131.01105,11.278668,1.0428694,25.088415,16.203241,1.8081621,338.8092,0.31039265,318.4857,45.76825,0.63544905,2.666236,107.36524,18.93662,53.848717,116.857124,22641.48,0.3772112,1533.5492,0.766779,0.46565807,0.23533502,1.3796821,150.55809,184.92033,26.744537,203.56216,22.156418,59.825687,1806.4613,3.2471864,247.21225,165.95866,352.0952,142.06717,355.88583,27.033749,428.57224,0.0,2541.5361,14746.083,30.607672,450.85245,140.77367,44098.992,131.98769,24.471111,156.46461,369.35406,59.818108,24.08362,241.46867,2124.5232,347.16205,158.44246,20.926203,14.986236,418.55597,65.68905,1491.8076,113.093285,2314.092,216.79369,373.4069,87.254105,233.36978,7.533106,12.379911,22.400589,3.3902645,2.9259968,65.72556,61.18928,69.26136,22.012539,26.522646,208.19525,7.460676,3034.0808,86.2594,64.51983,102.373184,102.62939,217.01913,119.94898,129.79839,23.9805,42.154984,108.76592,304.78857,688.239,101.142204,385.6791,81.78701,117.9188,289.15628,357.2187,957.3655,250.27011,3.917467,20.057426,9.429409,40.351494,17411.963,3.9858584,15.9298315,26.582394,39.882736,457.29062,69.97568,168.73701,3.0499847,186.52208,477.8116,324.77994,126.09138,431.95807,32.418907,84.22117,216.16267,12.151022,1.7229513,11.55973,1694.4336,0.12413862,0.41794395,52.637432,6.8928766,3.8110628,5.070149,9.138096,120.18004,42.258286,101.93704,672.97174,222.82056,1966.1029,1816.9344,15.233172,27.978954,11821.802,8.214297,63.945454,631.667,114.85894,162.72578,72.75897,373.18262,875.0918,415.91815,15.316839,87.6095,1056.771,2001.8154,44.41977,579.53845,43.32367,1.0729482,61.048252,1.118326,0.6784207,3.0890622,38.46471,118.20307,268.84125,18.295237,3377.8013,310.97604,112.10797,166.22412,79.20277,96.02739,55.042004,8.16408,100.71707,696.4206,205.5362,115.42281,99.10021,15.217473,100.56749,99.574265,42.964924,808.6077,175.20792,3844.2214,34.933243,3371.4421,78.91958,427.76828,2378.8357,80.03023,9.425553,1398.546,1309.2463,4443.379,116.98699 +2023-07-17 08:00:00,0.0,17045.89,239.40372,22.851067,35.0821,25.771433,167.06204,24.357508,33.08427,19.83972,21.749254,744.23584,368.5962,9.447879,131.01129,11.266861,1.0416291,25.093853,16.185472,1.8095212,338.78757,0.3101993,318.50986,45.758442,0.6362014,2.6660473,107.363686,18.927214,53.796898,116.80639,22654.934,0.37650332,1533.6299,0.76586366,0.4651082,0.23498458,1.3775489,150.53404,184.8448,26.738577,203.5457,22.152521,59.893547,1807.5002,3.2454407,247.41904,166.05312,352.12952,142.06479,355.82373,27.05375,428.81552,0.0,2541.1199,14744.28,30.629297,451.08038,140.81007,44096.99,131.98795,24.485744,156.50235,369.5913,59.85027,24.103245,241.5466,2124.5872,347.1492,158.5198,20.939852,14.994067,418.45248,65.71044,1491.1755,113.01398,2314.5305,216.65913,373.4637,87.225815,233.07819,7.531115,12.375498,22.38143,3.3877347,2.9234958,65.732315,61.208282,69.26879,22.030659,26.529793,207.96928,7.458809,3034.3503,86.17341,64.553764,102.28173,102.58218,217.03154,119.87009,129.91936,23.955935,42.141235,108.72799,304.7519,687.874,101.010216,385.39603,81.74489,117.96332,289.1114,357.40915,957.3871,250.01978,3.9179785,20.065054,9.427096,40.347755,17416.518,3.9829211,15.938635,26.594624,39.849922,456.94406,69.90861,168.62758,3.0495062,186.34758,477.57315,324.6577,126.096794,432.20468,32.428673,84.270615,216.01936,12.147236,1.7225921,11.5577135,1693.2529,0.12402039,0.41761646,52.624966,6.897389,3.8108354,5.067069,9.133299,120.111046,42.236023,101.893234,672.69006,222.85777,1966.3168,1817.1272,15.238603,27.987276,11819.6875,8.213203,63.960125,631.86755,114.90941,162.7699,72.77984,373.2975,874.9084,415.9651,15.324117,87.64158,1056.8064,2002.0924,44.433437,579.63873,43.339607,1.0730132,61.05169,1.1183273,0.6784481,3.0892286,38.48532,118.217766,268.80582,18.297707,3377.3933,311.0932,112.14874,166.26881,79.20968,96.025536,55.037636,8.176882,100.72849,696.72205,205.649,115.473114,99.16045,15.198656,100.678185,99.650536,42.947514,808.4024,175.21869,3843.6116,34.925518,3370.4417,78.91906,427.74448,2378.4963,80.03722,9.425704,1397.8983,1308.1959,4440.665,116.9134 +2023-07-17 09:00:00,0.0,17047.52,239.60849,22.859177,35.08003,25.781713,167.04839,24.356846,33.082207,19.839952,21.746193,744.64026,368.2564,9.445631,131.01155,11.255053,1.0403886,25.099293,16.167704,1.8108803,338.7659,0.3100059,318.53403,45.748634,0.6369538,2.6658587,107.36212,18.917805,53.745075,116.755646,22668.389,0.37579542,1533.7106,0.7649483,0.46455827,0.23463413,1.375416,150.51001,184.76926,26.732618,203.52924,22.148624,59.961407,1808.5391,3.2436953,247.62582,166.14757,352.16382,142.06241,355.7616,27.07375,429.05884,0.0,2540.7036,14742.478,30.650925,451.3083,140.84648,44094.984,131.9882,24.500376,156.5401,369.82855,59.882427,24.122871,241.62453,2124.6514,347.13635,158.59717,20.9535,15.001899,418.349,65.731834,1490.5436,112.93468,2314.969,216.5246,373.52057,87.19752,232.78658,7.5291243,12.371083,22.362272,3.3852048,2.9209948,65.73906,61.227283,69.276215,22.048777,26.536938,207.74332,7.4569416,3034.62,86.08741,64.5877,102.190285,102.534966,217.04395,119.79119,130.04033,23.931372,42.127483,108.69005,304.7152,687.50903,100.87823,385.11298,81.70276,118.00783,289.0665,357.5996,957.40875,249.76944,3.91849,20.072681,9.424785,40.344013,17421.072,3.9799838,15.947439,26.606855,39.81711,456.59753,69.84154,168.51814,3.049028,186.17308,477.33472,324.5355,126.10221,432.4513,32.43844,84.32007,215.87604,12.14345,1.7222328,11.555697,1692.0724,0.12390215,0.41728896,52.612503,6.9019012,3.810608,5.063989,9.128501,120.042046,42.21376,101.84943,672.40845,222.89497,1966.5306,1817.3201,15.244032,27.995598,11817.573,8.21211,63.974796,632.06805,114.95988,162.81401,72.800705,373.41235,874.7249,416.01205,15.331394,87.67365,1056.8418,2002.3694,44.44711,579.73895,43.355545,1.0730782,61.055126,1.1183287,0.67847544,3.0893948,38.50593,118.23245,268.7704,18.300175,3376.9854,311.21036,112.189514,166.3135,79.21659,96.02369,55.033268,8.189684,100.73992,697.02356,205.76181,115.523415,99.2207,15.179839,100.78888,99.726814,42.930103,808.1971,175.22948,3843.0015,34.91779,3369.4414,78.91855,427.7207,2378.1572,80.044205,9.425855,1397.2505,1307.1455,4437.951,116.8398 +2023-07-17 10:00:00,0.0,17049.15,239.81328,22.867289,35.077957,25.791994,167.03471,24.356184,33.08014,19.840183,21.74313,745.0447,367.91666,9.443383,131.0118,11.243245,1.0391482,25.10473,16.149933,1.8122394,338.74426,0.30981255,318.5582,45.73883,0.63770616,2.6656704,107.360565,18.908396,53.693253,116.7049,22681.844,0.37508753,1533.7913,0.764033,0.4640084,0.2342837,1.3732829,150.48596,184.69373,26.726658,203.51277,22.144728,60.029266,1809.5779,3.2419498,247.8326,166.24203,352.19806,142.06001,355.6995,27.09375,429.30212,0.0,2540.2876,14740.674,30.67255,451.53622,140.88289,44092.98,131.98846,24.515007,156.57784,370.06583,59.91459,24.142496,241.70245,2124.7153,347.12347,158.67451,20.96715,15.009731,418.2455,65.75323,1489.9115,112.85538,2315.4075,216.39005,373.57742,87.16923,232.49498,7.5271335,12.36667,22.343113,3.3826747,2.9184937,65.74581,61.246284,69.283646,22.066896,26.544083,207.51735,7.4550743,3034.8896,86.00142,64.62164,102.09884,102.487755,217.05637,119.712296,130.16129,23.906807,42.11373,108.65211,304.6785,687.1441,100.74624,384.82993,81.66064,118.05234,289.0216,357.79007,957.43036,249.5191,3.9190013,20.080309,9.422473,40.340275,17425.625,3.9770465,15.956243,26.619087,39.784294,456.25098,69.77447,168.4087,3.0485494,185.9986,477.09625,324.41327,126.10763,432.6979,32.448208,84.36952,215.73273,12.139664,1.7218736,11.553681,1690.8917,0.12378391,0.41696143,52.600037,6.9064136,3.8103805,5.060909,9.123703,119.973045,42.1915,101.80562,672.1268,222.93217,1966.7446,1817.5128,15.249462,28.00392,11815.46,8.211016,63.98947,632.26855,115.01035,162.85814,72.82157,373.52725,874.5415,416.05902,15.338671,87.705734,1056.8771,2002.6464,44.460777,579.83923,43.371483,1.0731431,61.058563,1.11833,0.6785028,3.0895612,38.526543,118.24714,268.73492,18.302643,3376.5774,311.3275,112.230286,166.3582,79.2235,96.02184,55.028896,8.202487,100.75134,697.3251,205.87462,115.57371,99.280945,15.161022,100.899574,99.80309,42.912693,807.9917,175.24025,3842.3914,34.910065,3368.441,78.91804,427.6969,2377.8179,80.0512,9.426005,1396.6028,1306.095,4435.2373,116.766205 +2023-07-17 11:00:00,0.0,17050.78,240.01807,22.8754,35.075886,25.802273,167.02104,24.355522,33.078075,19.840416,21.740067,745.44904,367.57687,9.441135,131.01205,11.231437,1.0379077,25.11017,16.132164,1.8135985,338.72263,0.3096192,318.58237,45.729023,0.63845855,2.6654818,107.35901,18.898987,53.64143,116.65416,22695.297,0.3743796,1533.872,0.7631177,0.4634585,0.23393326,1.3711498,150.46193,184.6182,26.720697,203.4963,22.140831,60.09713,1810.6168,3.240204,248.03938,166.33649,352.23236,142.05763,355.63736,27.11375,429.54544,0.0,2539.871,14738.871,30.694178,451.76416,140.9193,44090.977,131.98872,24.529638,156.61557,370.30307,59.94675,24.162123,241.78038,2124.7793,347.11063,158.75188,20.980797,15.017563,418.14203,65.77462,1489.2795,112.77608,2315.8457,216.25551,373.63428,87.14093,232.20337,7.5251427,12.362256,22.323954,3.3801448,2.9159927,65.752556,61.26529,69.29107,22.085016,26.551228,207.29138,7.453207,3035.1592,85.91542,64.65558,102.007385,102.440544,217.06877,119.6334,130.28226,23.882242,42.09998,108.614174,304.6418,686.7791,100.61425,384.54684,81.61851,118.096855,288.9767,357.98053,957.45197,249.26877,3.9195127,20.087936,9.420161,40.336536,17430.18,3.9741092,15.965047,26.631317,39.75148,455.90442,69.7074,168.29927,3.0480711,185.8241,476.8578,324.29108,126.113045,432.94452,32.457973,84.418976,215.5894,12.135877,1.7215145,11.551665,1689.7112,0.12366567,0.41663393,52.587574,6.910926,3.810153,5.057829,9.118905,119.904045,42.16924,101.76181,671.84515,222.96939,1966.9585,1817.7057,15.254892,28.012241,11813.346,8.209921,64.00414,632.46906,115.06082,162.90225,72.84244,373.64212,874.35803,416.10596,15.345948,87.737816,1056.9125,2002.9233,44.47445,579.9395,43.38742,1.0732081,61.062004,1.1183314,0.67853016,3.0897274,38.54715,118.261826,268.6995,18.30511,3376.1694,311.44467,112.27106,166.4029,79.230415,96.02,55.02453,8.215289,100.76277,697.6265,205.98743,115.62401,99.341194,15.142204,101.01027,99.87937,42.895283,807.7864,175.25102,3841.7812,34.902336,3367.4407,78.91753,427.67313,2377.4785,80.05819,9.426156,1395.955,1305.0446,4432.523,116.69261 +2023-07-17 12:00:00,0.0,17052.408,240.22284,22.88351,35.073814,25.812553,167.00739,24.35486,33.076008,19.840647,21.737003,745.85345,367.23712,9.438888,131.0123,11.219629,1.0366673,25.115608,16.114395,1.8149577,338.701,0.3094258,318.60654,45.719215,0.63921094,2.6652932,107.35745,18.889578,53.589607,116.603424,22708.752,0.3736717,1533.9526,0.7622023,0.4629086,0.23358281,1.3690168,150.43788,184.54265,26.714737,203.47984,22.136934,60.16499,1811.6556,3.2384586,248.24617,166.43095,352.26666,142.05525,355.57526,27.133749,429.78873,0.0,2539.455,14737.068,30.715803,451.99207,140.9557,44088.977,131.98898,24.544271,156.6533,370.54034,59.978912,24.181747,241.85829,2124.8435,347.09778,158.82922,20.994446,15.025394,418.0385,65.79601,1488.6475,112.69678,2316.2842,216.12097,373.6911,87.11264,231.91177,7.523152,12.357842,22.304794,3.377615,2.9134917,65.75931,61.284286,69.2985,22.103136,26.558374,207.0654,7.4513397,3035.4287,85.82943,64.689514,101.91594,102.39333,217.08118,119.554504,130.40323,23.85768,42.086227,108.57623,304.6051,686.4141,100.482254,384.2638,81.576385,118.141365,288.93182,358.17096,957.47363,249.01843,3.9200242,20.095566,9.41785,40.332794,17434.734,3.971172,15.97385,26.643549,39.718666,455.5579,69.64033,168.18983,3.0475926,185.6496,476.61935,324.16885,126.11846,433.1911,32.467743,84.46843,215.44609,12.132091,1.7211553,11.549648,1688.5306,0.12354743,0.41630644,52.575108,6.915438,3.8099256,5.054749,9.114107,119.83505,42.146976,101.718,671.5635,223.00659,1967.1725,1817.8986,15.260323,28.020565,11811.231,8.208827,64.018814,632.66956,115.11129,162.94638,72.863304,373.757,874.1746,416.15292,15.353226,87.76989,1056.9479,2003.2003,44.48812,580.0398,43.403362,1.0732731,61.06544,1.1183327,0.6785575,3.0898938,38.56776,118.27652,268.66403,18.30758,3375.7615,311.56183,112.31183,166.44759,79.23733,96.01814,55.02016,8.228091,100.77419,697.92804,206.10023,115.67431,99.401436,15.123387,101.120964,99.95564,42.87787,807.58105,175.2618,3841.1711,34.89461,3366.4402,78.91701,427.64932,2377.1394,80.06518,9.426307,1395.3073,1303.9941,4429.809,116.61902 +2023-07-17 13:00:00,0.0,17054.04,240.42761,22.891623,35.071743,25.822834,166.99371,24.354198,33.073944,19.84088,21.73394,746.2579,366.89737,9.43664,131.01256,11.207822,1.0354269,25.121046,16.096626,1.8163168,338.67935,0.30923244,318.6307,45.709408,0.63996327,2.6651046,107.355896,18.88017,53.537785,116.55268,22722.207,0.37296382,1534.0333,0.76128703,0.4623587,0.23323238,1.3668836,150.41383,184.46712,26.708776,203.46338,22.133038,60.23285,1812.6945,3.236713,248.45296,166.5254,352.30096,142.05286,355.51312,27.15375,430.032,0.0,2539.0388,14735.266,30.73743,452.22,140.99211,44086.973,131.98924,24.558903,156.69104,370.7776,60.01107,24.201374,241.93622,2124.9075,347.08493,158.90659,21.008095,15.033226,417.93503,65.817406,1488.0155,112.61748,2316.7227,215.98642,373.74792,87.08434,231.62016,7.521161,12.353429,22.285635,3.375085,2.9109907,65.76605,61.30329,69.30593,22.121256,26.56552,206.83943,7.449473,3035.6985,85.74343,64.72346,101.82449,102.34612,217.0936,119.4756,130.5242,23.833115,42.07248,108.53829,304.56842,686.04913,100.350266,383.98074,81.534256,118.18588,288.88693,358.36142,957.49524,248.76808,3.9205356,20.103193,9.415538,40.329056,17439.287,3.9682348,15.982654,26.65578,39.685852,455.21133,69.57326,168.0804,3.0471144,185.4751,476.3809,324.04663,126.12388,433.4377,32.47751,84.517876,215.30276,12.1283045,1.7207961,11.547632,1687.35,0.12342919,0.4159789,52.562645,6.9199505,3.809698,5.051669,9.109309,119.76605,42.124718,101.674194,671.2818,223.04381,1967.3864,1818.0913,15.265753,28.028887,11809.117,8.207733,64.03349,632.87006,115.161766,162.9905,72.88417,373.87186,873.99115,416.19986,15.360503,87.80197,1056.9832,2003.4773,44.50179,580.1401,43.4193,1.073338,61.06888,1.1183342,0.6785849,3.09006,38.58837,118.29121,268.6286,18.31005,3375.3538,311.679,112.3526,166.49228,79.24424,96.0163,55.015793,8.240894,100.78562,698.2295,206.21304,115.7246,99.461685,15.10457,101.23166,100.03192,42.86046,807.37573,175.27258,3840.5613,34.886887,3365.44,78.9165,427.62552,2376.8,80.07217,9.426457,1394.6594,1302.9436,4427.095,116.545425 +2023-07-17 14:00:00,0.0,17055.668,240.6324,22.899733,35.06967,25.833113,166.98004,24.353537,33.07188,19.841112,21.730877,746.6623,366.5576,9.434392,131.0128,11.196013,1.0341865,25.126486,16.078857,1.817676,338.6577,0.3090391,318.65488,45.699604,0.64071566,2.6649163,107.35433,18.870762,53.485966,116.50194,22735.66,0.37225592,1534.114,0.7603717,0.4618088,0.23288193,1.3647506,150.3898,184.39157,26.702818,203.44691,22.12914,60.30071,1813.7334,3.2349675,248.65973,166.61986,352.3352,142.05048,355.45102,27.17375,430.27533,0.0,2538.6226,14733.462,30.759056,452.44794,141.02852,44084.97,131.9895,24.573534,156.72878,371.01483,60.043232,24.220999,242.01414,2124.9717,347.07208,158.98393,21.021744,15.041058,417.83154,65.8388,1487.3835,112.53818,2317.1611,215.85188,373.8048,87.05605,231.32857,7.5191703,12.349015,22.266476,3.372555,2.9084897,65.772804,61.32229,69.313354,22.139374,26.572664,206.61346,7.4476056,3035.968,85.65744,64.75739,101.73305,102.29891,217.106,119.396706,130.64516,23.808552,42.058727,108.50035,304.53174,685.68414,100.21828,383.6977,81.492134,118.23039,288.84204,358.55188,957.51685,248.51775,3.921047,20.11082,9.413226,40.325317,17443.842,3.9652975,15.991458,26.66801,39.653038,454.86478,69.50619,167.97096,3.0466359,185.30061,476.14243,323.9244,126.129295,433.68433,32.487274,84.56733,215.15945,12.124518,1.7204369,11.545616,1686.1694,0.123310946,0.4156514,52.55018,6.924463,3.8094707,5.0485888,9.104511,119.69705,42.102455,101.63039,671.0001,223.08101,1967.6002,1818.2842,15.271183,28.037209,11807.003,8.206638,64.048164,633.07056,115.212234,163.03462,72.90504,373.98672,873.80774,416.24683,15.36778,87.83405,1057.0186,2003.7543,44.51546,580.2403,43.435238,1.073403,61.072315,1.1183355,0.67861223,3.0902264,38.608982,118.30589,268.59314,18.312517,3374.9458,311.79614,112.39337,166.53696,79.25115,96.01445,55.011425,8.253696,100.79704,698.531,206.32585,115.7749,99.52193,15.0857525,101.342354,100.1082,42.84305,807.1704,175.28336,3839.9512,34.879158,3364.4395,78.915985,427.60175,2376.4607,80.079155,9.426608,1394.0117,1301.8932,4424.3813,116.47183 +2023-07-17 15:00:00,0.0,17057.297,240.83719,22.907845,35.0676,25.843393,166.96638,24.352875,33.069813,19.841343,21.727814,747.0667,366.21783,9.432144,131.01306,11.184206,1.0329461,25.131924,16.061089,1.819035,338.63605,0.3088457,318.67905,45.689796,0.64146805,2.6647277,107.352776,18.861353,53.434143,116.451195,22749.115,0.37154803,1534.1947,0.75945634,0.46125892,0.23253149,1.3626176,150.36575,184.31604,26.696857,203.43045,22.125244,60.36857,1814.7722,3.2332218,248.86652,166.71432,352.3695,142.04808,355.3889,27.19375,430.51862,0.0,2538.2065,14731.659,30.780684,452.67584,141.06493,44082.965,131.98976,24.588165,156.76651,371.2521,60.075394,24.240625,242.09207,2125.0356,347.05923,159.0613,21.03539,15.048889,417.72806,65.8602,1486.7515,112.45887,2317.5996,215.71733,373.86163,87.02776,231.03696,7.5171795,12.344601,22.247316,3.3700252,2.9059885,65.77955,61.341293,69.320786,22.157494,26.57981,206.3875,7.4457383,3036.2375,85.57144,64.79133,101.641594,102.2517,217.11841,119.31781,130.76613,23.783987,42.044975,108.46242,304.49503,685.31915,100.08629,383.4146,81.450005,118.27491,288.79718,358.74234,957.5385,248.26741,3.9215584,20.118448,9.410914,40.321575,17448.396,3.9623601,16.000261,26.680243,39.620224,454.51825,69.43912,167.86153,3.0461576,185.12611,475.904,323.80222,126.13471,433.93094,32.497044,84.61678,215.01613,12.120731,1.7200776,11.5436,1684.9889,0.123192705,0.41532388,52.537716,6.928975,3.8092432,5.045509,9.099713,119.62805,42.080193,101.58658,670.7185,223.11821,1967.8142,1818.4769,15.276613,28.04553,11804.889,8.205544,64.062836,633.27106,115.2627,163.07874,72.9259,374.10162,873.62427,416.2938,15.375057,87.86613,1057.054,2004.0312,44.52913,580.3406,43.451176,1.073468,61.075752,1.1183369,0.6786396,3.0903926,38.62959,118.32058,268.5577,18.314985,3374.5378,311.9133,112.434135,166.58165,79.258064,96.0126,55.007057,8.266499,100.808464,698.8325,206.43866,115.8252,99.58217,15.066936,101.45305,100.18448,42.825638,806.965,175.29413,3839.341,34.871433,3363.4392,78.915474,427.57794,2376.1216,80.08614,9.426759,1393.3639,1300.8428,4421.667,116.39824 +2023-07-17 16:00:00,0.0,17058.926,241.04196,22.915955,35.06553,25.853674,166.95271,24.352215,33.06775,19.841576,21.724752,747.47107,365.87805,9.429896,131.0133,11.172399,1.0317056,25.137363,16.04332,1.8203943,338.6144,0.30865234,318.70322,45.67999,0.64222044,2.664539,107.35122,18.851944,53.38232,116.40046,22762.57,0.37084013,1534.2754,0.758541,0.46070904,0.23218106,1.3604846,150.34172,184.2405,26.690897,203.41397,22.121347,60.436428,1815.811,3.2314763,249.0733,166.80878,352.4038,142.0457,355.32678,27.213749,430.7619,0.0,2537.79,14729.856,30.802309,452.90378,141.10133,44080.96,131.99002,24.602798,156.80424,371.48938,60.107555,24.26025,242.17,2125.0999,347.04636,159.13864,21.04904,15.056721,417.62457,65.88159,1486.1195,112.37957,2318.0378,215.5828,373.9185,86.999466,230.74536,7.5151887,12.340187,22.228157,3.3674953,2.9034874,65.7863,61.36029,69.32821,22.175613,26.586956,206.16153,7.443871,3036.5073,85.48545,64.82527,101.55015,102.20449,217.13083,119.238914,130.8871,23.759424,42.031223,108.42448,304.45834,684.95416,99.9543,383.13156,81.40788,118.31942,288.7523,358.9328,957.5601,248.01707,3.9220698,20.126076,9.408602,40.317837,17452.951,3.9594228,16.009066,26.692474,39.58741,454.1717,69.37205,167.75209,3.045679,184.95161,475.66553,323.68,126.14013,434.17755,32.50681,84.66624,214.87282,12.116945,1.7197185,11.541584,1683.8082,0.12307447,0.4149964,52.52525,6.9334874,3.8090158,5.042429,9.094916,119.55906,42.05793,101.54277,670.4369,223.15543,1968.0281,1818.6698,15.282043,28.053852,11802.774,8.204451,64.07751,633.47156,115.31317,163.12285,72.94677,374.2165,873.44086,416.34073,15.382335,87.89821,1057.0894,2004.3082,44.5428,580.44086,43.467113,1.0735329,61.079193,1.1183382,0.67866695,3.0905588,38.6502,118.335266,268.52228,18.317455,3374.13,312.03046,112.47491,166.62634,79.26498,96.01075,55.00269,8.279302,100.81989,699.134,206.55147,115.8755,99.64242,15.048119,101.56374,100.26075,42.808228,806.7597,175.3049,3838.731,34.863705,3362.4387,78.91496,427.55417,2375.7822,80.09313,9.426909,1392.7162,1299.7924,4418.953,116.32464 +2023-07-17 17:00:00,0.0,17060.557,241.24673,22.924067,35.063457,25.863953,166.93904,24.351553,33.06568,19.841806,21.72169,747.8755,365.5383,9.427649,131.01357,11.16059,1.0304652,25.142801,16.025549,1.8217534,338.59277,0.30845895,318.7274,45.670185,0.6429728,2.6643505,107.34966,18.842535,53.330498,116.34972,22776.023,0.3701322,1534.3561,0.7576257,0.46015912,0.23183061,1.3583515,150.31767,184.16496,26.684937,203.3975,22.11745,60.504288,1816.85,3.2297306,249.28009,166.90324,352.4381,142.04332,355.26465,27.23375,431.00522,0.0,2537.374,14728.054,30.823936,453.1317,141.13774,44078.957,131.99028,24.61743,156.842,371.72662,60.139717,24.279875,242.24792,2125.1638,347.0335,159.21599,21.062689,15.064553,417.5211,65.902985,1485.4874,112.30027,2318.4763,215.44826,373.9753,86.971176,230.45375,7.513198,12.335773,22.208998,3.3649652,2.9009864,65.793045,61.379295,69.33564,22.193733,26.5941,205.93556,7.4420037,3036.7769,85.39945,64.85921,101.4587,102.15729,217.14323,119.16002,131.00807,23.73486,42.017475,108.386536,304.42163,684.5892,99.82231,382.8485,81.36575,118.36393,288.7074,359.12326,957.5818,247.76674,3.9225814,20.133703,9.40629,40.314095,17457.504,3.9564857,16.01787,26.704704,39.554596,453.82516,69.30498,167.64265,3.0452006,184.77711,475.42706,323.55777,126.145546,434.42416,32.516575,84.71569,214.72949,12.113159,1.7193593,11.539568,1682.6277,0.12295623,0.4146689,52.512783,6.9379997,3.8087883,5.039349,9.090118,119.49006,42.03567,101.49896,670.1552,223.19263,1968.2421,1818.8625,15.287473,28.062176,11800.661,8.203357,64.09218,633.67206,115.36365,163.16698,72.96764,374.33136,873.2574,416.3877,15.389612,87.93029,1057.1246,2004.5852,44.556473,580.54114,43.483055,1.0735979,61.08263,1.1183397,0.6786943,3.0907252,38.67081,118.34996,268.48682,18.319923,3373.722,312.1476,112.51568,166.67104,79.27189,96.0089,54.99832,8.292104,100.831314,699.4355,206.66428,115.9258,99.70266,15.029302,101.67444,100.33703,42.790817,806.5544,175.31569,3838.1208,34.85598,3361.4385,78.914444,427.53036,2375.4429,80.10012,9.42706,1392.0684,1298.7418,4416.2393,116.251045 +2023-07-17 18:00:00,0.0,17062.186,241.45152,22.932177,35.061386,25.874233,166.92538,24.350891,33.063618,19.84204,21.718626,748.2799,365.19855,9.425401,131.01381,11.148783,1.0292248,25.14824,16.00778,1.8231125,338.57114,0.3082656,318.75156,45.660378,0.6437252,2.664162,107.34811,18.833126,53.278675,116.29897,22789.479,0.3694243,1534.4368,0.75671035,0.45960924,0.23148017,1.3562185,150.29362,184.08942,26.678976,203.38104,22.113554,60.572147,1817.8888,3.2279851,249.48686,166.9977,352.47238,142.04092,355.20255,27.25375,431.2485,0.0,2536.9578,14726.25,30.845562,453.35962,141.17416,44076.953,131.99054,24.632061,156.87973,371.96387,60.171875,24.299501,242.32585,2125.228,347.02066,159.29335,21.076338,15.072385,417.4176,65.92438,1484.8555,112.22097,2318.9148,215.3137,374.0322,86.94288,230.16216,7.511207,12.33136,22.189838,3.3624353,2.8984854,65.7998,61.398293,69.34306,22.211853,26.601246,205.7096,7.4401364,3037.0464,85.31346,64.89314,101.36725,102.11008,217.15564,119.08112,131.12903,23.710295,42.003723,108.3486,304.38495,684.22424,99.69032,382.56543,81.32363,118.40845,288.6625,359.31372,957.6034,247.5164,3.9230928,20.14133,9.403978,40.310356,17462.059,3.9535484,16.026672,26.716936,39.521782,453.4786,69.23791,167.53322,3.0447223,184.60262,475.18863,323.43555,126.15096,434.67078,32.526344,84.76514,214.58618,12.109373,1.7190001,11.537552,1681.4471,0.12283799,0.41434136,52.50032,6.942512,3.8085608,5.0362687,9.08532,119.42106,42.01341,101.455154,669.87354,223.22983,1968.4559,1819.0554,15.292903,28.070498,11798.547,8.202262,64.10686,633.87256,115.414116,163.21109,72.98851,374.44623,873.074,416.43463,15.396889,87.962364,1057.16,2004.8622,44.57014,580.6414,43.498993,1.0736629,61.086067,1.1183411,0.67872167,3.0908914,38.69142,118.36465,268.4514,18.322392,3373.314,312.26477,112.55645,166.71573,79.2788,96.00706,54.99395,8.304906,100.84274,699.73694,206.77708,115.9761,99.76291,15.010484,101.78513,100.41331,42.773407,806.34906,175.32646,3837.511,34.848255,3360.438,78.91393,427.5066,2375.1038,80.10711,9.427211,1391.4207,1297.6914,4413.5254,116.17745 +2023-07-17 19:00:00,0.0,17063.814,241.65631,22.940289,35.059315,25.884514,166.91171,24.35023,33.061554,19.84227,21.715563,748.6843,364.85876,9.423153,131.01407,11.136974,1.0279844,25.153679,15.990011,1.8244716,338.5495,0.30807224,318.77573,45.65057,0.64447755,2.6639736,107.34655,18.823719,53.226852,116.24823,22802.934,0.36871642,1534.5175,0.755795,0.45905936,0.23112974,1.3540853,150.26959,184.01389,26.673018,203.36458,22.109657,60.640007,1818.9276,3.2262394,249.69365,167.09215,352.50665,142.03854,355.1404,27.27375,431.4918,0.0,2536.5415,14724.447,30.86719,453.58755,141.21057,44074.95,131.9908,24.646692,156.91747,372.20114,60.204037,24.319126,242.40378,2125.292,347.0078,159.3707,21.089985,15.080216,417.31412,65.94577,1484.2235,112.14167,2319.3533,215.17917,374.08902,86.91459,229.87054,7.5092163,12.326946,22.17068,3.3599055,2.8959844,65.80654,61.417297,69.350494,22.22997,26.60839,205.48363,7.438269,3037.316,85.22746,64.927086,101.2758,102.06287,217.16806,119.00222,131.25,23.685732,41.98997,108.31066,304.34827,683.85925,99.558334,382.28238,81.2815,118.45296,288.6176,359.50418,957.625,247.26607,3.9236042,20.148958,9.401667,40.306618,17466.613,3.950611,16.035477,26.729168,39.488968,453.13205,69.17084,167.42378,3.0442438,184.42813,474.95016,323.31335,126.15638,434.9174,32.53611,84.81459,214.44286,12.105586,1.7186409,11.535536,1680.2665,0.12271975,0.41401386,52.487854,6.9470243,3.8083334,5.033189,9.080523,119.35206,41.991146,101.41135,669.5919,223.26704,1968.6699,1819.2483,15.298333,28.07882,11796.433,8.201168,64.12153,634.07306,115.464584,163.25522,73.00938,374.5611,872.8905,416.4816,15.404166,87.994446,1057.1954,2005.1392,44.583813,580.74164,43.51493,1.0737278,61.089504,1.1183424,0.67874897,3.0910578,38.71203,118.37933,268.41592,18.324862,3372.9062,312.38196,112.59722,166.76042,79.28571,96.00521,54.989582,8.317708,100.854164,700.03845,206.88988,116.0264,99.82315,14.991667,101.89583,100.489586,42.755997,806.14374,175.33723,3836.901,34.840527,3359.4377,78.91342,427.4828,2374.7644,80.1141,9.4273615,1390.7728,1296.641,4410.8115,116.10386 +2023-07-17 20:00:00,0.0,17065.445,241.86108,22.948399,35.057243,25.894794,166.89804,24.349567,33.059486,19.842503,21.7125,749.0887,364.519,9.420905,131.01433,11.125167,1.0267439,25.159117,15.972242,1.8258307,338.52783,0.30787885,318.7999,45.640766,0.64522994,2.663785,107.344986,18.81431,53.175034,116.197495,22816.387,0.36800852,1534.5981,0.75487965,0.45850945,0.23077929,1.3519524,150.24554,183.93835,26.667057,203.34811,22.10576,60.707867,1819.9666,3.224494,249.90044,167.18661,352.54095,142.03616,355.0783,27.29375,431.7351,0.0,2536.1255,14722.645,30.888815,453.8155,141.24698,44072.945,131.99106,24.661325,156.9552,372.43842,60.2362,24.338753,242.4817,2125.356,346.99496,159.44806,21.103634,15.088048,417.21063,65.96716,1483.5914,112.06237,2319.7917,215.04462,374.14587,86.88629,229.57895,7.507226,12.322532,22.15152,3.3573756,2.8934834,65.813286,61.436295,69.35792,22.24809,26.615538,205.25766,7.436402,3037.5857,85.14147,64.96102,101.18436,102.015656,217.18047,118.923325,131.37097,23.661167,41.97622,108.27272,304.31155,683.49426,99.426346,381.99933,81.23938,118.497475,288.57272,359.69464,957.64667,247.01573,3.9241157,20.156586,9.399355,40.302876,17471.166,3.9476738,16.044281,26.741398,39.45615,452.78552,69.10377,167.31435,3.0437655,184.25363,474.7117,323.19113,126.1618,435.164,32.545876,84.864044,214.29955,12.1018,1.7182817,11.53352,1679.0859,0.12260151,0.41368634,52.47539,6.9515367,3.808106,5.030109,9.075725,119.283066,41.968887,101.36754,669.31024,223.30424,1968.8838,1819.441,15.303763,28.087141,11794.318,8.200074,64.1362,634.27356,115.51505,163.29933,73.03024,374.676,872.7071,416.52856,15.411444,88.02652,1057.2308,2005.4161,44.59748,580.8419,43.53087,1.0737928,61.092945,1.1183438,0.6787763,3.091224,38.73264,118.39402,268.3805,18.32733,3372.4983,312.4991,112.63799,166.80511,79.292625,96.00336,54.985214,8.330511,100.86559,700.3399,207.00269,116.07669,99.8834,14.97285,102.00652,100.56586,42.738586,805.9384,175.348,3836.2908,34.8328,3358.4373,78.91291,427.459,2374.425,80.121086,9.427512,1390.1251,1295.5905,4408.097,116.030266 +2023-07-17 21:00:00,0.0,17067.074,242.06586,22.95651,35.055172,25.905073,166.88438,24.348906,33.057423,19.842733,21.709436,749.4931,364.17923,9.418657,131.01457,11.113359,1.0255035,25.164557,15.9544735,1.8271899,338.5062,0.3076855,318.82407,45.63096,0.6459823,2.6635964,107.34343,18.804901,53.12321,116.14675,22829.842,0.36730063,1534.6788,0.75396436,0.45795956,0.23042886,1.3498193,150.22151,183.86281,26.661097,203.33165,22.101866,60.775726,1821.0054,3.2227485,250.10721,167.28107,352.57526,142.03377,355.01617,27.31375,431.9784,0.0,2535.7092,14720.841,30.910442,454.04343,141.28339,44070.94,131.99132,24.675957,156.99294,372.67566,60.26836,24.358377,242.55962,2125.4202,346.98212,159.5254,21.117283,15.09588,417.10715,65.988556,1482.9595,111.98306,2320.23,214.91008,374.20273,86.858,229.28734,7.505235,12.318118,22.13236,3.3548455,2.8909824,65.82004,61.4553,69.36535,22.26621,26.622683,205.03168,7.4345345,3037.8552,85.05547,64.99496,101.09291,101.968445,217.19287,118.84443,131.49193,23.636604,41.962467,108.23478,304.27487,683.1293,99.29436,381.71628,81.19725,118.541985,288.52783,359.8851,957.6683,246.7654,3.924627,20.164213,9.397043,40.299137,17475.72,3.9447365,16.053083,26.75363,39.423336,452.43896,69.0367,167.20491,3.043287,184.07913,474.47327,323.0689,126.16721,435.4106,32.555645,84.9135,214.15622,12.098014,1.7179226,11.531504,1677.9054,0.12248327,0.41335884,52.462925,6.956049,3.8078785,5.027029,9.070927,119.214066,41.946625,101.32373,669.02856,223.34146,1969.0977,1819.6339,15.309194,28.095463,11792.204,8.198979,64.15087,634.47406,115.56553,163.34344,73.05111,374.79086,872.5236,416.5755,15.418721,88.0586,1057.2661,2005.6931,44.611153,580.9422,43.54681,1.0738578,61.096382,1.1183451,0.6788037,3.0913904,38.75325,118.40871,268.34506,18.329798,3372.0903,312.61627,112.678764,166.8498,79.29954,96.00151,54.980846,8.343313,100.877014,700.6414,207.1155,116.12699,99.94364,14.954033,102.11722,100.642136,42.721176,805.73303,175.3588,3835.6807,34.825077,3357.437,78.9124,427.4352,2374.086,80.128075,9.427663,1389.4773,1294.54,4405.3833,115.956665 +2023-07-17 22:00:00,0.0,17068.703,242.27065,22.96462,35.0531,25.915354,166.87071,24.348244,33.05536,19.842966,21.706373,749.8975,363.83948,9.4164095,131.01483,11.101551,1.0242631,25.169994,15.936704,1.828549,338.48456,0.3074921,318.84824,45.62115,0.6467347,2.6634078,107.34187,18.795492,53.07139,116.09601,22843.297,0.36659274,1534.7595,0.753049,0.45740965,0.23007841,1.3476863,150.19746,183.78728,26.655136,203.31519,22.09797,60.84359,1822.0442,3.2210028,250.314,167.37553,352.60953,142.03139,354.95407,27.33375,432.22168,0.0,2535.293,14719.038,30.932068,454.27133,141.3198,44068.938,131.99158,24.690588,157.03067,372.9129,60.300518,24.378004,242.63754,2125.4841,346.96927,159.60277,21.130932,15.103711,417.00366,66.00995,1482.3274,111.90376,2320.6685,214.77554,374.25958,86.82971,228.99574,7.5032444,12.3137045,22.113201,3.3523157,2.8884814,65.82678,61.4743,69.37278,22.28433,26.629827,204.80571,7.4326673,3038.1248,84.96948,65.0289,101.00146,101.921234,217.20529,118.76553,131.6129,23.61204,41.94872,108.196846,304.23816,682.7643,99.16237,381.4332,81.15513,118.5865,288.48294,360.07553,957.6899,246.51506,3.9251385,20.171843,9.3947315,40.2954,17480.275,3.9417992,16.061888,26.76586,39.390522,452.0924,68.96963,167.09547,3.0428088,183.90463,474.2348,322.9467,126.17263,435.65723,32.56541,84.96295,214.01291,12.094227,1.7175633,11.529488,1676.7247,0.12236503,0.41303134,52.450462,6.9605613,3.807651,5.0239487,9.066129,119.145065,41.924362,101.27992,668.74695,223.37866,1969.3116,1819.8267,15.314624,28.103786,11790.09,8.1978855,64.16554,634.67456,115.616,163.38757,73.071976,374.90573,872.3402,416.62247,15.425999,88.09068,1057.3015,2005.9701,44.62482,581.0425,43.562748,1.0739228,61.09982,1.1183466,0.67883104,3.0915565,38.77386,118.4234,268.3096,18.332266,3371.6824,312.73343,112.719536,166.89449,79.30645,95.999664,54.97648,8.356115,100.88844,700.94293,207.2283,116.17729,100.00388,14.935215,102.22791,100.718414,42.703766,805.5277,175.36957,3835.0706,34.81735,3356.4365,78.91188,427.41144,2373.7466,80.13506,9.427814,1388.8295,1293.4896,4402.6694,115.88307 +2023-07-17 23:00:00,0.0,17070.332,242.47543,22.972733,35.05103,25.925634,166.85704,24.347582,33.05329,19.843199,21.703312,750.30194,363.49973,9.414162,131.01508,11.089744,1.0230227,25.175432,15.918935,1.8299081,338.46292,0.30729875,318.87244,45.611343,0.6474871,2.6632192,107.34032,18.786083,53.019566,116.045265,22856.752,0.3658848,1534.8402,0.75213367,0.45685977,0.22972797,1.3455532,150.17342,183.71173,26.649176,203.29872,22.094072,60.91145,1823.0831,3.2192574,250.52078,167.46999,352.64383,142.029,354.89194,27.35375,432.465,0.0,2534.877,14717.235,30.953695,454.49927,141.3562,44066.934,131.99184,24.70522,157.0684,373.15018,60.33268,24.397629,242.71547,2125.5483,346.9564,159.68011,21.144579,15.111543,416.90018,66.03134,1481.6954,111.82446,2321.107,214.64099,374.3164,86.801414,228.70415,7.5012536,12.309291,22.094042,3.3497858,2.8859804,65.833534,61.4933,69.3802,22.30245,26.636972,204.57974,7.4308004,3038.3945,84.883484,65.062836,100.91001,101.87402,217.2177,118.68664,131.73387,23.587475,41.934967,108.158905,304.20148,682.3993,99.03037,381.15015,81.113,118.63101,288.43805,360.266,957.71155,246.26472,3.92565,20.17947,9.39242,40.291656,17484.83,3.938862,16.070692,26.778091,39.357708,451.74588,68.90256,166.98604,3.0423303,183.73015,473.99634,322.82446,126.17805,435.90384,32.57518,85.0124,213.86958,12.090441,1.7172041,11.527472,1675.5442,0.122246794,0.4127038,52.437996,6.965073,3.8074236,5.020869,9.061331,119.076065,41.902103,101.23611,668.4653,223.41586,1969.5255,1820.0195,15.320054,28.112108,11787.976,8.196792,64.18022,634.87506,115.666466,163.43169,73.09284,375.0206,872.15674,416.6694,15.433275,88.12276,1057.3369,2006.2471,44.638493,581.14276,43.578686,1.0739877,61.103256,1.1183479,0.6788584,3.091723,38.794468,118.43809,268.27417,18.334736,3371.2744,312.8506,112.76031,166.93918,79.31336,95.99782,54.97211,8.368918,100.899864,701.2444,207.34111,116.227585,100.06413,14.916398,102.33861,100.79469,42.686356,805.3224,175.38034,3834.4607,34.809624,3355.4363,78.91137,427.38763,2373.4072,80.14205,9.427964,1388.1818,1292.4391,4399.9556,115.80948 +2023-07-18 00:00:00,0.0,17071.963,242.6802,22.980843,35.048958,25.935913,166.84338,24.34692,33.051228,19.84343,21.700249,750.7063,363.15994,9.411914,131.01534,11.077936,1.0217823,25.180872,15.901166,1.8312672,338.44128,0.3071054,318.8966,45.60154,0.64823943,2.6630309,107.33876,18.776676,52.967743,115.99453,22870.205,0.36517692,1534.9209,0.7512183,0.45630988,0.22937754,1.34342,150.14938,183.6362,26.643217,203.28226,22.090176,60.97931,1824.122,3.2175117,250.72757,167.56444,352.6781,142.02661,354.82983,27.37375,432.70828,0.0,2534.4607,14715.433,30.97532,454.7272,141.39261,44064.934,131.9921,24.719852,157.10614,373.38745,60.36484,24.417255,242.7934,2125.6123,346.94354,159.75748,21.158228,15.119374,416.7967,66.05274,1481.0634,111.74516,2321.5454,214.50645,374.37323,86.773125,228.41254,7.499263,12.304877,22.074883,3.3472557,2.8834794,65.84028,61.512302,69.387634,22.320568,26.64412,204.35378,7.428933,3038.664,84.79749,65.09677,100.818565,101.82681,217.2301,118.60774,131.85484,23.562912,41.921215,108.120964,304.1648,682.0343,98.898384,380.8671,81.07088,118.67552,288.39316,360.45645,957.73315,246.01439,3.9261613,20.187098,9.390107,40.287918,17489.383,3.9359248,16.079494,26.790323,39.324894,451.39932,68.83549,166.8766,3.041852,183.55565,473.7579,322.70227,126.183464,436.15045,32.584946,85.06185,213.72627,12.086655,1.7168449,11.525455,1674.3636,0.12212855,0.4123763,52.425533,6.9695854,3.8071961,5.017789,9.056534,119.00707,41.87984,101.1923,668.18365,223.45308,1969.7395,1820.2124,15.325484,28.12043,11785.862,8.195697,64.19489,635.07556,115.716934,163.47581,73.11371,375.1355,871.9733,416.71637,15.440553,88.15484,1057.3723,2006.524,44.652164,581.243,43.594624,1.0740527,61.106697,1.1183493,0.67888576,3.0918891,38.81508,118.452774,268.2387,18.337204,3370.8665,312.96774,112.80107,166.98387,79.32028,95.995964,54.967743,8.381721,100.91129,701.5459,207.45392,116.277885,100.124374,14.897581,102.4493,100.870964,42.668945,805.11707,175.39111,3833.8506,34.801895,3354.4358,78.91086,427.36386,2373.068,80.14904,9.428115,1387.5339,1291.3887,4397.241,115.735886 +2023-07-18 01:00:00,0.0,17073.592,242.88498,22.988955,35.046886,25.946194,166.82971,24.346258,33.04916,19.843662,21.697186,751.1107,362.8202,9.409666,131.01558,11.066128,1.0205418,25.18631,15.883396,1.8326265,338.41965,0.306912,318.92078,45.591732,0.6489918,2.6628423,107.337204,18.767267,52.915924,115.94379,22883.66,0.36446902,1535.0016,0.75030303,0.45575997,0.22902709,1.3412871,150.12534,183.56065,26.637257,203.2658,22.086279,61.04717,1825.1608,3.2157662,250.93434,167.6589,352.7124,142.02423,354.7677,27.39375,432.95157,0.0,2534.0444,14713.629,30.996948,454.9551,141.42902,44062.93,131.99236,24.734484,157.14388,373.6247,60.397003,24.43688,242.87132,2125.6765,346.9307,159.83482,21.171877,15.127207,416.6932,66.074135,1480.4314,111.66586,2321.984,214.3719,374.4301,86.74483,228.12094,7.497272,12.300464,22.055723,3.3447258,2.8809783,65.84703,61.531303,69.39506,22.338688,26.651264,204.1278,7.427066,3038.9336,84.711494,65.130714,100.72711,101.7796,217.24252,118.52884,131.9758,23.538347,41.907463,108.08303,304.12808,681.6693,98.766396,380.584,81.02875,118.72004,288.34827,360.6469,957.75476,245.76404,3.9266727,20.194725,9.387795,40.28418,17493.938,3.9329875,16.088299,26.802553,39.29208,451.05276,68.76842,166.76717,3.0413735,183.38115,473.51944,322.58005,126.18888,436.39706,32.59471,85.111305,213.58295,12.082869,1.7164857,11.523439,1673.183,0.12201031,0.41204882,52.413067,6.9740977,3.8069687,5.014709,9.051736,118.93807,41.85758,101.14849,667.902,223.49028,1969.9534,1820.4052,15.3309145,28.128752,11783.748,8.194603,64.209564,635.27606,115.76741,163.51993,73.134575,375.25037,871.78986,416.76334,15.44783,88.18692,1057.4076,2006.801,44.665833,581.34326,43.61056,1.0741177,61.110134,1.1183506,0.6789131,3.0920556,38.83569,118.46746,268.20328,18.339672,3370.4587,313.0849,112.84184,167.02856,79.327194,95.99412,54.963375,8.394523,100.922714,701.84735,207.56673,116.328186,100.18462,14.878764,102.56,100.94724,42.651535,804.91174,175.4019,3833.2405,34.79417,3353.4355,78.91035,427.34006,2372.7288,80.15603,9.428266,1386.8862,1290.3383,4394.5273,115.66229 +2023-07-18 02:00:00,0.0,17075.22,243.08977,22.997065,35.044815,25.956474,166.81604,24.345596,33.047096,19.843893,21.694122,751.51514,362.4804,9.407418,131.01584,11.05432,1.0193014,25.19175,15.865627,1.8339856,338.39798,0.30671865,318.94495,45.581924,0.6497442,2.6626537,107.33564,18.757858,52.8641,115.89304,22897.115,0.36376113,1535.0823,0.7493877,0.4552101,0.22867665,1.339154,150.1013,183.48512,26.631296,203.24933,22.082382,61.11503,1826.1997,3.2140205,251.14113,167.75336,352.7467,142.02185,354.70557,27.41375,433.1949,0.0,2533.6284,14711.826,31.018574,455.18304,141.46542,44060.926,131.99261,24.749115,157.18163,373.86194,60.429165,24.456505,242.94925,2125.7405,346.91785,159.91219,21.185526,15.135038,416.58972,66.09553,1479.7994,111.58656,2322.422,214.23737,374.48694,86.71654,227.82933,7.495281,12.296049,22.036564,3.342196,2.878477,65.853775,61.550304,69.40249,22.356808,26.65841,203.90184,7.4251986,3039.2031,84.6255,65.16465,100.635666,101.73239,217.25493,118.44994,132.09677,23.513784,41.89371,108.04509,304.0914,681.3043,98.63441,380.30096,80.98662,118.76455,288.3034,360.83737,957.7764,245.5137,3.927184,20.202353,9.385484,40.280437,17498.492,3.9300501,16.097103,26.814785,39.259266,450.70624,68.70135,166.65773,3.0408952,183.20665,473.28098,322.45782,126.1943,436.64368,32.60448,85.16076,213.43964,12.079082,1.7161266,11.521423,1672.0024,0.12189207,0.4117213,52.400604,6.97861,3.806741,5.0116286,9.046938,118.86907,41.835316,101.10468,667.6203,223.5275,1970.1672,1820.598,15.336344,28.137074,11781.634,8.193509,64.224236,635.47656,115.81788,163.56406,73.15544,375.36523,871.60645,416.81027,15.455108,88.218994,1057.443,2007.078,44.679504,581.44354,43.626503,1.0741826,61.11357,1.118352,0.6789405,3.0922217,38.8563,118.48215,268.16782,18.342142,3370.0508,313.20206,112.882614,167.07326,79.33411,95.99227,54.959007,8.407326,100.93414,702.14886,207.67953,116.37849,100.244865,14.859946,102.67069,101.02352,42.634125,804.70636,175.41267,3832.6304,34.786446,3352.4353,78.909836,427.31625,2372.3894,80.16302,9.428416,1386.2384,1289.2878,4391.8135,115.5887 +2023-07-18 03:00:00,0.0,17076.852,243.29456,23.005177,35.042744,25.966753,166.80238,24.344934,33.045033,19.844126,21.69106,751.91956,362.14066,9.405171,131.01608,11.042513,1.0180609,25.197187,15.847858,1.8353447,338.37634,0.30652526,318.96912,45.57212,0.6504966,2.662465,107.33408,18.74845,52.81228,115.8423,22910.568,0.36305323,1535.163,0.74847233,0.45466018,0.22832622,1.337021,150.07726,183.40959,26.625336,203.23286,22.078485,61.182888,1827.2385,3.212275,251.34792,167.84782,352.78098,142.01945,354.64346,27.43375,433.43817,0.0,2533.212,14710.023,31.040201,455.41098,141.50183,44058.92,131.99287,24.763746,157.21936,374.0992,60.461323,24.476131,243.02718,2125.8044,346.905,159.98953,21.199173,15.14287,416.4862,66.11692,1479.1674,111.50726,2322.8606,214.10283,374.5438,86.68825,227.53773,7.4932904,12.2916355,22.017405,3.3396661,2.875976,65.86053,61.569305,69.40991,22.374928,26.665554,203.67587,7.4233313,3039.473,84.539505,65.198586,100.54422,101.68518,217.26733,118.37105,132.21774,23.48922,41.879963,108.00715,304.0547,680.9394,98.50242,380.0179,80.944496,118.80907,288.2585,361.02783,957.79803,245.26337,3.9276955,20.20998,9.383172,40.2767,17503.045,3.9271128,16.105907,26.827017,39.22645,450.35968,68.63428,166.5483,3.0404167,183.03217,473.04254,322.3356,126.199715,436.89026,32.614246,85.21021,213.29631,12.075295,1.7157674,11.519406,1670.8219,0.12177383,0.4113938,52.388138,6.9831223,3.8065135,5.0085487,9.04214,118.80007,41.813057,101.060875,667.3386,223.5647,1970.3812,1820.7908,15.341774,28.145397,11779.52,8.192415,64.238914,635.6771,115.86835,163.60817,73.17631,375.4801,871.423,416.85724,15.462384,88.251076,1057.4784,2007.355,44.693172,581.5438,43.64244,1.0742476,61.11701,1.1183534,0.67896783,3.0923882,38.876907,118.49684,268.1324,18.34461,3369.6428,313.3192,112.923386,167.11795,79.34102,95.990425,54.954636,8.420128,100.945564,702.4504,207.79234,116.42878,100.30511,14.841129,102.78139,101.0998,42.61671,804.50104,175.42345,3832.0205,34.778717,3351.4348,78.90932,427.29248,2372.0503,80.170006,9.428567,1385.5907,1288.2373,4389.0996,115.51511 +2023-07-18 04:00:00,0.0,17078.48,243.49933,23.013287,35.04067,25.977034,166.78871,24.344273,33.042965,19.844357,21.687996,752.3239,361.80087,9.402924,131.01634,11.0307045,1.0168205,25.202625,15.830089,1.8367038,338.3547,0.3063319,318.9933,45.562313,0.651249,2.6622765,107.33253,18.73904,52.760456,115.79156,22924.023,0.3623453,1535.2437,0.74755704,0.4541103,0.22797577,1.3348879,150.05322,183.33405,26.619375,203.2164,22.074589,61.250748,1828.2773,3.2105293,251.5547,167.94228,352.81528,142.01707,354.58133,27.45375,433.68146,0.0,2532.796,14708.221,31.061827,455.6389,141.53824,44056.918,131.99313,24.77838,157.2571,374.3365,60.493484,24.495756,243.1051,2125.8687,346.89215,160.0669,21.212822,15.1507015,416.38272,66.13831,1478.5354,111.427956,2323.299,213.96828,374.60062,86.65995,227.24612,7.4912996,12.287222,21.998245,3.337136,2.873475,65.86727,61.588306,69.41734,22.393047,26.6727,203.44989,7.421464,3039.7424,84.453514,65.23253,100.45277,101.63798,217.27975,118.29215,132.33871,23.464657,41.86621,107.96921,304.018,680.5744,98.37043,379.73486,80.90237,118.85358,288.21362,361.2183,957.81964,245.01303,3.928207,20.217607,9.38086,40.27296,17507.6,3.9241755,16.11471,26.839247,39.193638,450.01312,68.56721,166.43886,3.0399384,182.85767,472.80408,322.2134,126.20513,437.13687,32.624012,85.25966,213.153,12.071509,1.7154082,11.51739,1669.6412,0.12165559,0.4110663,52.375675,6.9876347,3.806286,5.005469,9.037342,118.73107,41.790794,101.01707,667.057,223.6019,1970.5951,1820.9836,15.347204,28.153719,11777.405,8.19132,64.253586,635.8776,115.918816,163.65228,73.197174,375.59497,871.23956,416.90417,15.469662,88.28316,1057.5138,2007.632,44.706844,581.6441,43.65838,1.0743124,61.12045,1.1183548,0.6789952,3.0925543,38.89752,118.51153,268.09695,18.347078,3369.2349,313.43637,112.96416,167.16263,79.34793,95.98858,54.950268,8.43293,100.956985,702.75183,207.90515,116.47908,100.36536,14.822312,102.89209,101.17608,42.5993,804.2957,175.43422,3831.4104,34.770992,3350.4346,78.908806,427.26868,2371.711,80.176994,9.428718,1384.9429,1287.1869,4386.3857,115.441505 +2023-07-18 05:00:00,0.0,17080.11,243.7041,23.021399,35.038597,25.987314,166.77504,24.343613,33.0409,19.84459,21.684935,752.72833,361.46112,9.400676,131.01659,11.018897,1.0155802,25.208065,15.81232,1.8380629,338.33307,0.30613855,319.01746,45.552505,0.6520013,2.6620882,107.33097,18.729631,52.708633,115.74082,22937.479,0.3616374,1535.3243,0.7466417,0.4535604,0.22762533,1.3327549,150.02917,183.25851,26.613417,203.19994,22.070692,61.318607,1829.3163,3.2087839,251.76147,168.03673,352.84955,142.0147,354.51923,27.473751,433.92477,0.0,2532.3796,14706.417,31.083454,455.86682,141.57465,44054.914,131.9934,24.79301,157.29483,374.57373,60.525646,24.515383,243.18303,2125.9326,346.87927,160.14424,21.22647,15.158533,416.27924,66.159706,1477.9033,111.348656,2323.7375,213.83374,374.6575,86.63166,226.95453,7.489309,12.282808,21.979088,3.3346062,2.870974,65.87402,61.607307,69.42477,22.411167,26.679846,203.22392,7.4195967,3040.012,84.367516,65.266464,100.36132,101.59077,217.29216,118.21326,132.45967,23.440092,41.85246,107.931274,303.98132,680.2094,98.23844,379.45178,80.860245,118.898094,288.16873,361.40875,957.8413,244.7627,3.9287183,20.225235,9.378549,40.26922,17512.154,3.9212384,16.123514,26.851479,39.160824,449.6666,68.50014,166.32942,3.03946,182.68317,472.5656,322.0912,126.21055,437.38348,32.63378,85.30911,213.00967,12.067723,1.7150489,11.515374,1668.4607,0.12153735,0.41073877,52.36321,6.992147,3.8060586,5.0023885,9.032544,118.66208,41.76853,100.97326,666.7754,223.63911,1970.8091,1821.1764,15.352634,28.16204,11775.291,8.190227,64.26826,636.0781,115.96929,163.69641,73.21804,375.70987,871.0561,416.95114,15.476939,88.31523,1057.5491,2007.9089,44.720516,581.7444,43.674316,1.0743774,61.123886,1.1183561,0.67902255,3.0927207,38.91813,118.526215,268.0615,18.349546,3368.827,313.55353,113.00493,167.20732,79.35484,95.986725,54.9459,8.445733,100.968414,703.05334,208.01796,116.52938,100.4256,14.803494,103.002785,101.25235,42.58189,804.0904,175.44499,3830.8003,34.763264,3349.434,78.908295,427.2449,2371.3716,80.18398,9.428868,1384.2952,1286.1365,4383.6714,115.36791 +2023-07-18 06:00:00,0.0,17081.738,243.90889,23.029509,35.036526,25.997593,166.76138,24.34295,33.038837,19.84482,21.681871,753.13275,361.12137,9.398428,131.01685,11.007089,1.0143397,25.213503,15.794551,1.8394221,338.31143,0.30594516,319.04163,45.5427,0.6527537,2.6618996,107.329414,18.720224,52.65681,115.69008,22950.932,0.36092952,1535.405,0.74572635,0.4530105,0.2272749,1.3306218,150.00513,183.18297,26.607456,203.18347,22.066795,61.386467,1830.3551,3.2070382,251.96826,168.1312,352.88385,142.0123,354.4571,27.49375,434.16806,0.0,2531.9634,14704.614,31.10508,456.09476,141.61105,44052.91,131.99365,24.807642,157.33257,374.81097,60.557808,24.535007,243.26094,2125.9968,346.86642,160.2216,21.24012,15.166365,416.17575,66.1811,1477.2714,111.269356,2324.176,213.69919,374.71432,86.60336,226.66292,7.487318,12.278395,21.959929,3.3320763,2.868473,65.88077,61.62631,69.4322,22.429285,26.68699,202.99796,7.4177294,3040.2817,84.281525,65.3004,100.269875,101.54356,217.30457,118.13436,132.58064,23.415527,41.838707,107.89333,303.9446,679.8444,98.10645,379.16873,80.818115,118.942604,288.12384,361.5992,957.8629,244.51236,3.9292297,20.232862,9.376237,40.26548,17516.707,3.918301,16.132318,26.86371,39.12801,449.32004,68.43307,166.21999,3.0389817,182.50867,472.32718,321.96896,126.215965,437.6301,32.643547,85.35857,212.86636,12.063936,1.7146897,11.513358,1667.2802,0.12141911,0.41041127,52.350746,6.9966593,3.8058312,4.9993086,9.027746,118.59308,41.746273,100.92945,666.4937,223.67632,1971.023,1821.3693,15.358065,28.170362,11773.177,8.189133,64.28293,636.2786,116.01976,163.74052,73.23891,375.82474,870.8727,416.9981,15.484217,88.34731,1057.5845,2008.1859,44.734184,581.8446,43.690254,1.0744424,61.127323,1.1183575,0.6790499,3.092887,38.93874,118.5409,268.02606,18.352016,3368.419,313.67072,113.0457,167.25201,79.361755,95.98488,54.941532,8.458535,100.979836,703.3548,208.13077,116.57967,100.48585,14.7846775,103.11348,101.32863,42.56448,803.8851,175.45578,3830.1902,34.75554,3348.4338,78.90778,427.2211,2371.0325,80.19097,9.429019,1383.6473,1285.0859,4380.9575,115.29432 +2023-07-18 07:00:00,0.0,17083.37,244.11368,23.03762,35.034454,26.007874,166.74771,24.342289,33.03677,19.845053,21.678808,753.5372,360.7816,9.39618,131.01709,10.995281,1.0130993,25.218943,15.776781,1.8407812,338.2898,0.3057518,319.0658,45.532894,0.6535061,2.661711,107.32785,18.710815,52.604992,115.639336,22964.387,0.36022162,1535.4857,0.744811,0.45246062,0.22692445,1.3284888,149.9811,183.10744,26.601496,203.167,22.062899,61.454327,1831.3939,3.2052927,252.17505,168.22565,352.91815,142.00992,354.395,27.51375,434.41135,0.0,2531.5474,14702.812,31.126707,456.32266,141.64746,44050.906,131.99391,24.822273,157.3703,375.04825,60.589966,24.554634,243.33887,2126.0608,346.85358,160.29895,21.253767,15.174196,416.07227,66.20249,1476.6394,111.190056,2324.6143,213.56465,374.77118,86.57507,226.37132,7.4853272,12.273981,21.94077,3.3295465,2.865972,65.88752,61.64531,69.43963,22.447405,26.694136,202.77199,7.415862,3040.5513,84.195526,65.33434,100.17843,101.496346,217.31699,118.055466,132.70161,23.390965,41.824955,107.85539,303.90793,679.47943,97.974464,378.88568,80.77599,118.987114,288.07895,361.78964,957.8845,244.26202,3.9297414,20.240492,9.373925,40.26174,17521.262,3.9153638,16.14112,26.87594,39.095196,448.97348,68.366,166.11055,3.0385032,182.33417,472.0887,321.84674,126.22138,437.8767,32.653313,85.40802,212.72305,12.06015,1.7143306,11.511342,1666.0995,0.121300876,0.41008374,52.33828,7.0011716,3.8056037,4.9962287,9.022948,118.52408,41.72401,100.88564,666.21204,223.71352,1971.2368,1821.5621,15.363495,28.178684,11771.063,8.188038,64.2976,636.4791,116.07023,163.78465,73.25978,375.9396,870.6892,417.04504,15.491493,88.379395,1057.6199,2008.4629,44.747856,581.9449,43.706196,1.0745074,61.13076,1.1183589,0.67907727,3.093053,38.959347,118.55559,267.9906,18.354485,3368.011,313.78787,113.08647,167.2967,79.36867,95.98303,54.937164,8.471337,100.991264,703.6563,208.24358,116.629974,100.54609,14.765861,103.224174,101.40491,42.54707,803.6797,175.46655,3829.58,34.747814,3347.4333,78.90727,427.19733,2370.693,80.19797,9.42917,1382.9996,1284.0355,4378.2437,115.220726 +2023-07-18 08:00:00,0.0,17084.998,244.31845,23.045732,35.032383,26.018154,166.73404,24.341627,33.034706,19.845285,21.675745,753.9415,360.44183,9.393932,131.01735,10.983474,1.0118588,25.22438,15.759012,1.8421403,338.26813,0.3055584,319.08997,45.523087,0.6542585,2.6615224,107.326294,18.701406,52.55317,115.58859,22977.842,0.35951373,1535.5664,0.7438957,0.45191073,0.226574,1.3263557,149.95705,183.03189,26.595535,203.15054,22.059002,61.522186,1832.4329,3.2035472,252.38182,168.32011,352.95242,142.00754,354.33286,27.53375,434.65466,0.0,2531.1309,14701.009,31.148333,456.5506,141.68387,44048.902,131.99417,24.836906,157.40804,375.28552,60.622128,24.574259,243.4168,2126.125,346.84073,160.37631,21.267416,15.182029,415.96878,66.22389,1476.0073,111.110756,2325.0527,213.4301,374.828,86.546776,226.07971,7.4833364,12.269567,21.92161,3.3270164,2.863471,65.894264,61.664314,69.44705,22.465525,26.701283,202.54602,7.413995,3040.8208,84.109535,65.36828,100.086975,101.449135,217.32939,117.97656,132.82259,23.3664,41.811207,107.81746,303.87122,679.11444,97.842476,378.6026,80.733864,119.03163,288.03406,361.9801,957.9062,244.01169,3.9302528,20.24812,9.371613,40.258,17525.816,3.9124265,16.149925,26.888172,39.06238,448.62695,68.29893,166.00111,3.0380247,182.15968,471.85025,321.72455,126.2268,438.12332,32.663082,85.45747,212.57973,12.056364,1.7139714,11.509326,1664.919,0.121182635,0.40975624,52.325813,7.005684,3.8053763,4.993149,9.018151,118.45508,41.701748,100.841835,665.9304,223.75073,1971.4508,1821.7549,15.368925,28.187008,11768.949,8.186944,64.31228,636.6796,116.1207,163.82877,73.28065,376.05447,870.5058,417.092,15.498771,88.41147,1057.6553,2008.7399,44.761524,582.04517,43.722134,1.0745723,61.1342,1.1183603,0.6791046,3.0932195,38.979958,118.57028,267.95517,18.356953,3367.6033,313.90503,113.127235,167.3414,79.37558,95.981186,54.932796,8.484139,101.002686,703.9578,208.35638,116.680275,100.60634,14.747044,103.33487,101.481186,42.52966,803.47437,175.47733,3828.9702,34.740086,3346.433,78.90675,427.17352,2370.3538,80.204956,9.42932,1382.3518,1282.9851,4375.53,115.14713 +2023-07-18 09:00:00,0.0,17086.627,244.52322,23.053843,35.03031,26.028435,166.72038,24.340965,33.03264,19.845516,21.672682,754.34595,360.10205,9.391685,131.0176,10.971665,1.0106184,25.229818,15.741243,1.8434994,338.2465,0.30536506,319.11414,45.51328,0.6550109,2.661334,107.32474,18.691998,52.501347,115.53786,22991.295,0.35880584,1535.6471,0.74298036,0.45136082,0.22622357,1.3242227,149.93301,182.95636,26.589575,203.13408,22.055105,61.59005,1833.4717,3.2018015,252.58861,168.41457,352.9867,142.00514,354.27075,27.553751,434.89795,0.0,2530.7148,14699.205,31.16996,456.77853,141.72028,44046.9,131.99443,24.851538,157.44577,375.52277,60.65429,24.593885,243.49472,2126.189,346.82788,160.45366,21.281065,15.18986,415.8653,66.245285,1475.3754,111.031456,2325.4912,213.29556,374.8849,86.518486,225.78812,7.4813457,12.265153,21.90245,3.3244865,2.86097,65.90102,61.68331,69.45448,22.483644,26.708427,202.32005,7.412128,3041.0903,84.02354,65.402214,99.99553,101.401924,217.3418,117.89767,132.94354,23.341837,41.797455,107.77952,303.83453,678.74945,97.71048,378.31955,80.69174,119.07614,287.98917,362.17056,957.9278,243.76135,3.9307642,20.255747,9.369301,40.25426,17530.371,3.9094892,16.15873,26.900404,39.029568,448.2804,68.23186,165.89168,3.0375464,181.98518,471.61182,321.60233,126.232216,438.36993,32.672848,85.50692,212.43642,12.052578,1.7136122,11.50731,1663.7384,0.121064395,0.40942875,52.31335,7.010196,3.8051488,4.9900684,9.013353,118.386086,41.67949,100.79803,665.64874,223.78793,1971.6647,1821.9478,15.374355,28.19533,11766.835,8.18585,64.32695,636.8801,116.17117,163.8729,73.30151,376.16934,870.3223,417.13895,15.506048,88.44355,1057.6906,2009.0168,44.775196,582.14545,43.73807,1.0746373,61.137638,1.1183617,0.679132,3.0933857,39.00057,118.58497,267.9197,18.35942,3367.1953,314.0222,113.16801,167.3861,79.38249,95.97933,54.92843,8.4969425,101.014114,704.2593,208.4692,116.73057,100.66658,14.728226,103.445564,101.55746,42.51225,803.26904,175.4881,3828.36,34.73236,3345.4326,78.90624,427.14975,2370.0146,80.211945,9.429471,1381.7041,1281.9347,4372.8154,115.07353 +2023-07-18 10:00:00,0.0,17088.258,244.72801,23.061954,35.02824,26.038713,166.70671,24.340303,33.030575,19.845749,21.669619,754.75037,359.7623,9.389437,131.01785,10.959858,1.009378,25.235258,15.7234745,1.8448585,338.22485,0.3051717,319.1383,45.503475,0.6557632,2.6611454,107.32318,18.682589,52.449524,115.487114,23004.75,0.3580979,1535.7278,0.742065,0.45081094,0.22587313,1.3220896,149.90897,182.88083,26.583616,203.11761,22.051208,61.65791,1834.5105,3.200056,252.7954,168.50902,353.021,142.00276,354.20862,27.573751,435.14127,0.0,2530.2986,14697.402,31.191586,457.00644,141.7567,44044.895,131.99469,24.866169,157.48352,375.76,60.68645,24.61351,243.57265,2126.253,346.81503,160.53102,21.294714,15.197692,415.7618,66.26668,1474.7433,110.952156,2325.9297,213.16103,374.9417,86.4902,225.4965,7.479355,12.260739,21.883291,3.3219566,2.858469,65.90776,61.702316,69.46191,22.501764,26.715572,202.09409,7.4102607,3041.36,83.937546,65.43616,99.90408,101.35471,217.35422,117.81877,133.06451,23.317272,41.783703,107.74158,303.79785,678.38446,97.57849,378.0365,80.64961,119.12066,287.94427,362.36102,957.9494,243.51102,3.9312756,20.263374,9.366989,40.250523,17534.924,3.9065518,16.167534,26.912634,38.996754,447.93384,68.16479,165.78224,3.037068,181.81068,471.37335,321.4801,126.23763,438.61655,32.682617,85.55637,212.29309,12.048791,1.713253,11.505294,1662.5577,0.120946154,0.40910122,52.300884,7.0147085,3.8049214,4.9869885,9.008555,118.317085,41.657227,100.75422,665.36707,223.82515,1971.8787,1822.1405,15.379785,28.203651,11764.721,8.184756,64.34162,637.0806,116.22164,163.917,73.32238,376.28424,870.1389,417.1859,15.513326,88.475624,1057.726,2009.2938,44.788868,582.2457,43.75401,1.0747023,61.141075,1.118363,0.6791593,3.093552,39.02118,118.599655,267.88428,18.36189,3366.7874,314.13934,113.20878,167.43079,79.389404,95.977486,54.92406,8.509745,101.025536,704.5608,208.58199,116.78087,100.72682,14.709409,103.55626,101.633736,42.49484,803.0637,175.49889,3827.75,34.724632,3344.4324,78.90573,427.12595,2369.6753,80.21893,9.429622,1381.0563,1280.8842,4370.1016,114.99994 +2023-07-18 11:00:00,0.0,17089.887,244.9328,23.070065,35.02617,26.048994,166.69304,24.339642,33.02851,19.84598,21.666555,755.1548,359.42255,9.387189,131.0181,10.9480505,1.0081376,25.240696,15.705705,1.8462178,338.20322,0.3049783,319.16248,45.493668,0.6565156,2.6609569,107.321625,18.673182,52.3977,115.43637,23018.205,0.35739002,1535.8085,0.74114966,0.45026103,0.2255227,1.3199565,149.88492,182.80528,26.577656,203.10114,22.047312,61.72577,1835.5494,3.1983104,253.00218,168.60349,353.0553,142.00037,354.1465,27.59375,435.38455,0.0,2529.8823,14695.6,31.213213,457.23438,141.7931,44042.89,131.99496,24.8808,157.52126,375.99728,60.718613,24.633135,243.65057,2126.3171,346.80215,160.60837,21.308363,15.2055235,415.65833,66.28807,1474.1113,110.87285,2326.3682,213.02647,374.99854,86.4619,225.20491,7.477364,12.256326,21.864132,3.3194265,2.855968,65.91451,61.72132,69.46934,22.519882,26.722717,201.86812,7.4083934,3041.6296,83.85155,65.47009,99.81263,101.3075,217.36662,117.739876,133.18549,23.29271,41.76995,107.703636,303.76114,678.01953,97.4465,377.75345,80.60749,119.16517,287.89938,362.55148,957.97107,243.26068,3.931787,20.271002,9.364677,40.24678,17539.479,3.9036148,16.176336,26.924866,38.96394,447.5873,68.09772,165.6728,3.0365896,181.63618,471.1349,321.35788,126.24305,438.86316,32.692383,85.60583,212.14978,12.045005,1.7128937,11.503278,1661.3772,0.12082791,0.40877372,52.28842,7.019221,3.804694,4.9839087,9.003757,118.248085,41.634964,100.71041,665.08545,223.86235,1972.0925,1822.3334,15.385215,28.211973,11762.606,8.183661,64.35629,637.2811,116.27211,163.96112,73.34325,376.3991,869.95544,417.23288,15.520602,88.507706,1057.7614,2009.5707,44.802536,582.34595,43.76995,1.0747672,61.144512,1.1183645,0.67918664,3.0937183,39.04179,118.61434,267.84885,18.364359,3366.3794,314.2565,113.24955,167.47546,79.39632,95.97564,54.91969,8.522547,101.036964,704.86224,208.6948,116.83117,100.78707,14.690592,103.666954,101.710014,42.47743,802.8584,175.50966,3827.14,34.716908,3343.432,78.90522,427.10217,2369.336,80.22592,9.429771,1380.4086,1279.8337,4367.3877,114.926346 +2023-07-18 12:00:00,0.0,17091.516,245.13757,23.078176,35.024097,26.059275,166.67938,24.33898,33.026443,19.846212,21.663494,755.5592,359.08276,9.384941,131.01836,10.936242,1.0068972,25.246136,15.687936,1.8475769,338.18158,0.30478495,319.18665,45.48386,0.657268,2.6607683,107.32007,18.663773,52.345882,115.38563,23031.658,0.35668212,1535.8892,0.7402344,0.44971114,0.22517225,1.3178235,149.86089,182.72975,26.571695,203.08467,22.043415,61.79363,1836.5883,3.196565,253.20895,168.69794,353.08957,141.99799,354.08438,27.61375,435.62784,0.0,2529.4663,14693.797,31.234838,457.4623,141.82951,44040.89,131.99522,24.895433,157.55899,376.23453,60.75077,24.652761,243.7285,2126.381,346.7893,160.68573,21.32201,15.213355,415.55484,66.30946,1473.4792,110.79355,2326.8064,212.89194,375.0554,86.43361,224.9133,7.4753737,12.251912,21.844973,3.3168967,2.8534667,65.92126,61.74032,69.47676,22.538002,26.729864,201.64215,7.406526,3041.8992,83.76556,65.504036,99.72118,101.26029,217.37903,117.66098,133.30646,23.268145,41.756203,107.6657,303.72446,677.65454,97.314514,377.47037,80.56536,119.20969,287.85452,362.74194,957.9927,243.01035,3.9322984,20.27863,9.362366,40.243042,17544.033,3.9006774,16.18514,26.937098,38.931126,447.24075,68.03065,165.56337,3.036111,181.4617,470.89645,321.2357,126.24847,439.10977,32.70215,85.65528,212.00645,12.041219,1.7125345,11.501262,1660.1967,0.12070967,0.4084462,52.275955,7.023733,3.8044665,4.980829,8.99896,118.179085,41.6127,100.6666,664.8038,223.89955,1972.3064,1822.5262,15.390645,28.220295,11760.492,8.182568,64.370964,637.4816,116.322586,164.00525,73.36411,376.51398,869.77203,417.27982,15.52788,88.53979,1057.7966,2009.8477,44.816208,582.4462,43.78589,1.0748322,61.14795,1.1183658,0.679214,3.0938847,39.062397,118.62903,267.8134,18.366827,3365.9714,314.37366,113.29032,167.52016,79.40323,95.97379,54.91532,8.53535,101.048386,705.16376,208.8076,116.88147,100.84731,14.671775,103.77765,101.78629,42.46002,802.6531,175.52043,3826.5298,34.709183,3342.4316,78.90471,427.07837,2368.9968,80.23291,9.429922,1379.7607,1278.7833,4364.674,114.85275 +2023-07-18 13:00:00,0.0,17093.145,245.34235,23.086287,35.022026,26.069553,166.66571,24.338318,33.02438,19.846443,21.66043,755.96356,358.743,9.382693,131.0186,10.924435,1.0056567,25.251574,15.670167,1.848936,338.15994,0.30459157,319.21082,45.474056,0.6580204,2.6605797,107.318504,18.654364,52.29406,115.33489,23045.113,0.35597423,1535.9698,0.739319,0.44916126,0.2248218,1.3156904,149.83684,182.6542,26.565735,203.0682,22.039518,61.86149,1837.6271,3.1948192,253.41574,168.79239,353.12384,141.9956,354.02228,27.63375,435.87115,0.0,2529.0498,14691.993,31.256466,457.69022,141.86592,44038.887,131.99548,24.910065,157.59673,376.4718,60.782932,24.672386,243.80643,2126.4453,346.77646,160.76308,21.335659,15.221187,415.45135,66.33086,1472.8473,110.71425,2327.2449,212.75739,375.11224,86.40531,224.6217,7.473383,12.2474985,21.825813,3.3143668,2.8509657,65.92801,61.759323,69.48419,22.556122,26.73701,201.41617,7.404659,3042.169,83.67956,65.53797,99.62974,101.21308,217.39145,117.582085,133.42741,23.24358,41.74245,107.62776,303.68774,677.28955,97.182526,377.18732,80.52324,119.254196,287.80963,362.9324,958.0143,242.76,3.9328098,20.286257,9.360054,40.239304,17548.586,3.8977401,16.193945,26.949327,38.89831,446.8942,67.96358,165.45393,3.0356328,181.2872,470.658,321.11346,126.25388,439.35638,32.711918,85.704735,211.86314,12.037433,1.7121754,11.499246,1659.016,0.12059143,0.4081187,52.263493,7.0282454,3.804239,4.9777484,8.994162,118.11009,41.590443,100.622795,664.5221,223.93677,1972.5204,1822.719,15.396075,28.228617,11758.378,8.181474,64.38564,637.6821,116.373055,164.04936,73.38498,376.62885,869.58856,417.32678,15.535157,88.57186,1057.832,2010.1246,44.829876,582.5465,43.801826,1.0748972,61.15139,1.1183672,0.67924136,3.094051,39.083008,118.64372,267.77795,18.369297,3365.5635,314.4908,113.33109,167.56485,79.41014,95.97194,54.910954,8.548152,101.059814,705.4653,208.92041,116.93176,100.90756,14.652957,103.88834,101.862564,42.442608,802.4477,175.5312,3825.92,34.701454,3341.4312,78.90419,427.0546,2368.6575,80.2399,9.430073,1379.1129,1277.7328,4361.96,114.77916 +2023-07-18 14:00:00,0.0,17094.775,245.54713,23.094398,35.019955,26.079834,166.65204,24.337656,33.022312,19.846676,21.657368,756.368,358.40323,9.3804455,131.01886,10.912626,1.0044163,25.257011,15.652397,1.8502951,338.13828,0.3043982,319.235,45.46425,0.65877277,2.6603913,107.31695,18.644955,52.242237,115.28415,23058.568,0.35526633,1536.0505,0.7384037,0.44861135,0.22447138,1.3135574,149.8128,182.57867,26.559774,203.05174,22.035622,61.929348,1838.666,3.1930737,253.62253,168.88686,353.15814,141.99321,353.96014,27.653751,436.11444,0.0,2528.6338,14690.19,31.278091,457.91815,141.90233,44036.883,131.99574,24.924696,157.63446,376.70905,60.815094,24.692013,243.88435,2126.5093,346.7636,160.84044,21.349308,15.229018,415.34787,66.35225,1472.2153,110.63495,2327.6833,212.62285,375.1691,86.37702,224.3301,7.471392,12.243084,21.806654,3.311837,2.8484647,65.93475,61.77832,69.49162,22.574242,26.744154,201.1902,7.4027915,3042.4385,83.59357,65.57191,99.53829,101.16587,217.40385,117.50318,133.54839,23.219017,41.7287,107.58982,303.65106,676.92456,97.05054,376.90427,80.48111,119.298706,287.76474,363.12286,958.03595,242.50966,3.9333212,20.293884,9.357742,40.23556,17553.14,3.8948028,16.202747,26.96156,38.865494,446.54767,67.89651,165.3445,3.0351543,181.1127,470.41956,320.99124,126.2593,439.603,32.721684,85.75418,211.71982,12.033646,1.7118162,11.49723,1657.8354,0.12047319,0.4077912,52.251026,7.0327578,3.8040116,4.9746685,8.989364,118.04109,41.56818,100.57899,664.2405,223.97397,1972.7343,1822.9119,15.401505,28.23694,11756.265,8.180379,64.400314,637.8826,116.42352,164.09349,73.405846,376.7437,869.40515,417.37372,15.542435,88.60394,1057.8674,2010.4016,44.843548,582.6468,43.817764,1.0749621,61.154827,1.1183685,0.6792687,3.0942173,39.10362,118.65841,267.7425,18.371765,3365.1558,314.60797,113.371864,167.60954,79.41705,95.97009,54.906586,8.560954,101.071236,705.7667,209.03322,116.98206,100.967804,14.63414,103.99904,101.93884,42.425198,802.2424,175.54199,3825.3098,34.69373,3340.431,78.90368,427.0308,2368.318,80.24689,9.430223,1378.4652,1276.6824,4359.2456,114.70557 +2023-07-18 15:00:00,0.0,17096.404,245.75192,23.102509,35.017883,26.090115,166.63838,24.336994,33.02025,19.846909,21.654305,756.7724,358.06348,9.378198,131.0191,10.900819,1.0031759,25.262451,15.634628,1.8516543,338.11664,0.30420485,319.25916,45.45444,0.6595251,2.6602027,107.31539,18.635546,52.190414,115.233406,23072.023,0.35455844,1536.1312,0.7374884,0.44806147,0.22412093,1.3114243,149.78876,182.50313,26.553816,203.03528,22.031725,61.997208,1839.7048,3.191328,253.82932,168.98131,353.19244,141.99083,353.89804,27.67375,436.35773,0.0,2528.2178,14688.388,31.299719,458.1461,141.93874,44034.88,131.996,24.939327,157.6722,376.9463,60.847256,24.711637,243.96228,2126.5735,346.75076,160.91779,21.362957,15.236851,415.2444,66.37364,1471.5833,110.55565,2328.1218,212.48831,375.22592,86.348724,224.0385,7.4694014,12.23867,21.787495,3.3093069,2.8459637,65.9415,61.797325,69.49905,22.592361,26.751299,200.96423,7.400924,3042.708,83.50757,65.60585,99.44684,101.11867,217.41626,117.424286,133.66936,23.194452,41.714947,107.55189,303.61438,676.5596,96.91855,376.6212,80.43899,119.34322,287.71985,363.31332,958.05756,242.25932,3.9338326,20.301512,9.355431,40.231823,17557.695,3.8918655,16.211552,26.973791,38.83268,446.2011,67.82944,165.23508,3.034676,180.9382,470.1811,320.86902,126.26472,439.8496,32.73145,85.803635,211.5765,12.02986,1.711457,11.4952135,1656.6549,0.12035496,0.40746367,52.238564,7.03727,3.8037841,4.9715886,8.984566,117.97209,41.545918,100.53518,663.95886,224.01117,1972.9482,1823.1046,15.406936,28.245262,11754.15,8.179285,64.414986,638.0831,116.47399,164.1376,73.42671,376.8586,869.2217,417.4207,15.549712,88.636024,1057.9028,2010.6786,44.857216,582.7471,43.833702,1.0750271,61.158264,1.1183699,0.6792961,3.0943835,39.12423,118.673096,267.70706,18.374233,3364.7478,314.72513,113.412636,167.65424,79.423965,95.96825,54.902218,8.573757,101.082664,706.06824,209.14603,117.032364,101.02805,14.615323,104.10973,102.01512,42.407787,802.03705,175.55276,3824.6997,34.686,3339.4304,78.90317,427.007,2367.979,80.253876,9.430374,1377.8174,1275.632,4356.5317,114.63197 +2023-07-18 16:00:00,0.0,17098.033,245.9567,23.11062,35.015812,26.100393,166.62471,24.336332,33.018185,19.84714,21.651241,757.1768,357.7237,9.37595,131.01936,10.889011,1.0019355,25.267889,15.616859,1.8530134,338.095,0.30401146,319.28333,45.444637,0.6602775,2.6600142,107.313835,18.626139,52.13859,115.18266,23085.477,0.3538505,1536.2119,0.73657304,0.44751155,0.22377048,1.3092912,149.76472,182.4276,26.547855,203.01881,22.027828,62.065067,1840.7437,3.1895826,254.03609,169.07578,353.22675,141.98845,353.8359,27.69375,436.60104,0.0,2527.8015,14686.585,31.321344,458.37402,141.97514,44032.875,131.99626,24.95396,157.70993,377.18356,60.879414,24.731264,244.04019,2126.6375,346.7379,160.99515,21.376604,15.244682,415.1409,66.395035,1470.9513,110.47635,2328.5603,212.35376,375.28278,86.320435,223.7469,7.4674106,12.234257,21.768335,3.306777,2.8434627,65.94825,61.816322,69.50648,22.61048,26.758446,200.73827,7.399057,3042.9775,83.42158,65.639786,99.35539,101.07146,217.42867,117.34539,133.79033,23.16989,41.701195,107.51395,303.57767,676.1946,96.78656,376.33813,80.39686,119.38773,287.67496,363.50378,958.07916,242.00899,3.934344,20.30914,9.353118,40.228085,17562.25,3.8889284,16.220356,26.986021,38.799866,445.85455,67.76237,165.12564,3.0341976,180.76372,469.94263,320.74683,126.270134,440.09622,32.74122,85.85309,211.43318,12.026073,1.7110978,11.493197,1655.4742,0.12023672,0.40713617,52.226097,7.0417824,3.8035567,4.9685087,8.979769,117.90309,41.52366,100.49137,663.6772,224.04839,1973.1621,1823.2975,15.412366,28.253584,11752.036,8.178191,64.42966,638.2836,116.52447,164.18173,73.44758,376.97348,869.03827,417.46765,15.556989,88.6681,1057.9381,2010.9556,44.870888,582.8473,43.849644,1.0750921,61.1617,1.1183712,0.67932343,3.09455,39.144836,118.68778,267.6716,18.376701,3364.3398,314.8423,113.45341,167.69893,79.43088,95.9664,54.89785,8.586559,101.094086,706.3697,209.25883,117.08266,101.088295,14.596505,104.22043,102.0914,42.390377,801.8317,175.56354,3824.0896,34.678276,3338.4302,78.90266,426.98322,2367.6396,80.260864,9.430525,1377.1697,1274.5814,4353.818,114.55837 +2023-07-18 17:00:00,0.0,17099.664,246.16147,23.11873,35.01374,26.110674,166.61104,24.33567,33.016117,19.847372,21.648178,757.5812,357.38394,9.373702,131.0196,10.877203,1.000695,25.273329,15.59909,1.8543725,338.07336,0.3038181,319.3075,45.43483,0.6610299,2.6598256,107.31228,18.61673,52.08677,115.13193,23098.932,0.35314262,1536.2926,0.7356577,0.44696167,0.22342005,1.3071582,149.74068,182.35205,26.541895,203.00235,22.023932,62.132927,1841.7826,3.187837,254.24287,169.17023,353.261,141.98605,353.7738,27.71375,436.84433,0.0,2527.3853,14684.781,31.342972,458.60193,142.01155,44030.87,131.99652,24.968592,157.74767,377.42084,60.911575,24.750889,244.11812,2126.7017,346.72504,161.0725,21.390253,15.252514,415.0374,66.416435,1470.3192,110.39704,2328.9985,212.21922,375.33963,86.292145,223.45529,7.46542,12.229843,21.749176,3.3042471,2.8409617,65.954994,61.835327,69.5139,22.6286,26.76559,200.5123,7.3971896,3043.2473,83.33558,65.67372,99.26395,101.02425,217.44109,117.266495,133.91129,23.145325,41.687447,107.476006,303.541,675.8296,96.65457,376.05508,80.35474,119.43225,287.63007,363.6942,958.1008,241.75865,3.9348555,20.316769,9.350806,40.224342,17566.803,3.885991,16.229158,26.998253,38.76705,445.50803,67.6953,165.0162,3.0337193,180.58922,469.7042,320.6246,126.27555,440.34283,32.750984,85.90254,211.28987,12.022286,1.7107387,11.491181,1654.2937,0.12011848,0.40680867,52.213634,7.0462947,3.8033292,4.9654284,8.974971,117.8341,41.501396,100.44756,663.3955,224.08559,1973.376,1823.4902,15.417796,28.261906,11749.922,8.177096,64.44433,638.48413,116.574936,164.22585,73.468445,377.08835,868.8548,417.5146,15.564266,88.70018,1057.9735,2011.2325,44.88456,582.9476,43.86558,1.075157,61.165142,1.1183727,0.6793508,3.094716,39.165447,118.70248,267.63617,18.379171,3363.932,314.95944,113.49417,167.74362,79.43779,95.96455,54.893482,8.599361,101.105515,706.6712,209.37164,117.13296,101.14854,14.577688,104.33112,102.16767,42.372967,801.6264,175.57431,3823.4795,34.67055,3337.4297,78.90214,426.9594,2367.3003,80.26785,9.4306755,1376.5219,1273.531,4351.104,114.48478 +2023-07-18 18:00:00,0.0,17101.293,246.36626,23.126842,35.01167,26.120955,166.59738,24.335009,33.014053,19.847603,21.645115,757.9856,357.0442,9.371454,131.01987,10.865396,0.9994546,25.278767,15.581321,1.8557316,338.05173,0.30362475,319.33167,45.425022,0.66178226,2.659637,107.31072,18.60732,52.03495,115.081184,23112.387,0.35243472,1536.3733,0.73474234,0.4464118,0.22306961,1.3050252,149.71663,182.27652,26.535934,202.98589,22.020035,62.200787,1842.8214,3.1860914,254.44966,169.26468,353.2953,141.98367,353.71167,27.733751,437.08762,0.0,2526.9692,14682.979,31.364597,458.82986,142.04796,44028.867,131.99678,24.983223,157.78542,377.65808,60.943737,24.770515,244.19604,2126.7656,346.7122,161.14986,21.403902,15.260345,414.93393,66.43783,1469.6873,110.31774,2329.437,212.08467,375.39648,86.26385,223.1637,7.463429,12.22543,21.730017,3.301717,2.8384607,65.96175,61.85433,69.52133,22.646719,26.772736,200.28633,7.395323,3043.5168,83.24959,65.707664,99.17249,100.977036,217.45349,117.1876,134.03226,23.120762,41.673695,107.438065,303.50427,675.4646,96.52258,375.77203,80.31261,119.47676,287.58517,363.88467,958.12244,241.50832,3.9353669,20.324396,9.348495,40.220604,17571.357,3.8830538,16.237963,27.010485,38.734238,445.16147,67.62823,164.90677,3.0332408,180.41472,469.46573,320.50238,126.28097,440.58945,32.760754,85.951996,211.14655,12.0185,1.7103794,11.489165,1653.1132,0.120000236,0.40648115,52.201168,7.050807,3.8031018,4.9623485,8.970173,117.7651,41.479134,100.403755,663.1139,224.1228,1973.59,1823.6831,15.423225,28.270227,11747.808,8.1760025,64.45901,638.68463,116.625404,164.26996,73.48931,377.20322,868.6714,417.56155,15.571544,88.73226,1058.0089,2011.5095,44.898228,583.04785,43.88152,1.075222,61.16858,1.118374,0.67937815,3.0948825,39.186058,118.71716,267.60074,18.38164,3363.524,315.0766,113.53494,167.7883,79.4447,95.9627,54.889114,8.6121645,101.116936,706.9727,209.48445,117.18326,101.208786,14.558871,104.44182,102.24395,42.355556,801.421,175.5851,3822.8696,34.662823,3336.4294,78.90163,426.93564,2366.9612,80.27484,9.430826,1375.8741,1272.4806,4348.3896,114.41119 +2023-07-18 19:00:00,0.0,17102.922,246.57104,23.134953,35.009598,26.131233,166.58371,24.334349,33.01199,19.847836,21.642054,758.39,356.7044,9.369206,131.02011,10.853588,0.9982142,25.284204,15.563552,1.8570907,338.0301,0.30343136,319.35583,45.415215,0.66253465,2.6594486,107.30916,18.597912,51.983128,115.03044,23125.84,0.35172683,1536.454,0.73382705,0.44586188,0.22271916,1.3028921,149.6926,182.20099,26.529974,202.96942,22.01614,62.268646,1843.8602,3.184346,254.65643,169.35915,353.3296,141.9813,353.64957,27.753752,437.33093,0.0,2526.5527,14681.176,31.386225,459.0578,142.08437,44026.863,131.99704,24.997854,157.82315,377.89532,60.9759,24.79014,244.27397,2126.8296,346.69934,161.2272,21.417551,15.268177,414.8304,66.45922,1469.0553,110.23844,2329.8755,211.95013,375.4533,86.23556,222.87209,7.461438,12.221016,21.710857,3.2991872,2.8359597,65.96849,61.87333,69.528755,22.664839,26.77988,200.06036,7.3934555,3043.7864,83.16359,65.7416,99.08105,100.929825,217.4659,117.1087,134.15323,23.096197,41.659943,107.40013,303.4676,675.0997,96.390594,375.48895,80.270485,119.52128,287.54028,364.07513,958.14404,241.25798,3.9358783,20.332024,9.346183,40.216866,17575.912,3.8801165,16.246767,27.022715,38.701424,444.8149,67.56116,164.79733,3.0327625,180.24022,469.22726,320.38016,126.286385,440.83603,32.77052,86.00144,211.00323,12.014714,1.7100202,11.487148,1651.9325,0.119881995,0.40615365,52.188705,7.0553193,3.8028743,4.9592686,8.965375,117.6961,41.456875,100.35995,662.8322,224.16,1973.8038,1823.876,15.428656,28.278551,11745.693,8.174909,64.47368,638.88513,116.67587,164.31409,73.51018,377.3181,868.4879,417.6085,15.578821,88.764336,1058.0443,2011.7865,44.9119,583.14813,43.897457,1.075287,61.172016,1.1183754,0.6794055,3.0950487,39.20667,118.73185,267.56528,18.384108,3363.116,315.1938,113.575714,167.833,79.451614,95.96085,54.884743,8.624967,101.12836,707.2742,209.59726,117.23355,101.26903,14.540054,104.55251,102.32023,42.338142,801.2157,175.59587,3822.2595,34.655098,3335.429,78.901115,426.91183,2366.6218,80.28183,9.430977,1375.2263,1271.4302,4345.676,114.33759 +2023-07-18 20:00:00,0.0,17104.55,246.77582,23.143064,35.007526,26.141514,166.57004,24.333687,33.009922,19.848066,21.63899,758.79443,356.36465,9.366959,131.02037,10.84178,0.99697375,25.289644,15.545783,1.8584499,338.00842,0.303238,319.38,45.40541,0.66328704,2.65926,107.3076,18.588503,51.931305,114.9797,23139.295,0.35101894,1536.5347,0.7329117,0.445312,0.22236873,1.3007591,149.66855,182.12544,26.524015,202.95296,22.012243,62.33651,1844.8992,3.1826003,254.86322,169.4536,353.3639,141.9789,353.58743,27.77375,437.57422,0.0,2526.1367,14679.373,31.40785,459.2857,142.12077,44024.86,131.9973,25.012487,157.86089,378.1326,61.00806,24.809765,244.3519,2126.8938,346.6865,161.30457,21.431198,15.276009,414.72693,66.48061,1468.4232,110.15914,2330.314,211.8156,375.51016,86.20726,222.58049,7.4594474,12.216601,21.691698,3.2966573,2.8334587,65.97524,61.89233,69.53619,22.682959,26.787027,199.83438,7.391588,3044.0562,83.0776,65.775536,98.9896,100.882614,217.47832,117.0298,134.2742,23.071632,41.64619,107.36219,303.4309,674.7347,96.2586,375.2059,80.228355,119.56579,287.4954,364.2656,958.1657,241.00764,3.9363897,20.339651,9.343871,40.213123,17580.465,3.8771791,16.255571,27.034946,38.66861,444.46838,67.49409,164.6879,3.032284,180.06573,468.98883,320.25797,126.2918,441.08264,32.780285,86.050896,210.85991,12.010928,1.709661,11.485132,1650.752,0.119763754,0.40582615,52.17624,7.0598316,3.8026469,4.9561887,8.960577,117.6271,41.434612,100.31614,662.55054,224.1972,1974.0178,1824.0687,15.434086,28.286873,11743.579,8.173815,64.48835,639.08563,116.72635,164.3582,73.531044,377.43298,868.3045,417.65546,15.586098,88.79642,1058.0796,2012.0635,44.925568,583.2484,43.913395,1.075352,61.175453,1.1183767,0.67943287,3.0952148,39.227276,118.74654,267.52985,18.386578,3362.7083,315.31094,113.616486,167.87769,79.45853,95.95901,54.880375,8.637769,101.139786,707.5757,209.71007,117.28385,101.32928,14.521236,104.66321,102.39651,42.320732,801.0104,175.60664,3821.6494,34.64737,3334.4287,78.900604,426.88806,2366.2825,80.28882,9.431128,1374.5786,1270.3796,4342.962,114.264 +2023-07-18 21:00:00,0.0,17106.182,246.98059,23.151175,35.005455,26.151794,166.55638,24.333025,33.00786,19.848299,21.635927,759.1988,356.02487,9.364711,131.02061,10.829972,0.9957334,25.295082,15.528013,1.859809,337.9868,0.30304462,319.40417,45.395603,0.6640394,2.6590714,107.306046,18.579094,51.879482,114.928955,23152.75,0.350311,1536.6154,0.73199636,0.4447621,0.22201829,1.298626,149.64452,182.04991,26.518055,202.9365,22.008347,62.40437,1845.938,3.1808548,255.07,169.54807,353.39816,141.97652,353.52533,27.79375,437.8175,0.0,2525.7205,14677.569,31.429478,459.51364,142.15718,44022.855,131.99756,25.027119,157.89862,378.36987,61.04022,24.829391,244.42982,2126.9578,346.67365,161.38191,21.444847,15.28384,414.62344,66.50201,1467.7913,110.07984,2330.7524,211.68105,375.56702,86.17897,222.28888,7.4574566,12.212188,21.672539,3.2941275,2.8309577,65.98199,61.91133,69.54361,22.701077,26.794172,199.60841,7.389721,3044.3257,82.9916,65.80948,98.898155,100.8354,217.49072,116.950905,134.39516,23.04707,41.63244,107.32425,303.3942,674.3697,96.12661,374.92285,80.18623,119.6103,287.4505,364.45605,958.1873,240.75731,3.9369013,20.347279,9.341559,40.209385,17585.02,3.8742418,16.264374,27.047178,38.635796,444.12183,67.42702,164.57846,3.0318058,179.89124,468.75037,320.13574,126.29722,441.32925,32.790054,86.10035,210.7166,12.007141,1.7093018,11.483116,1649.5714,0.11964551,0.40549862,52.163776,7.064344,3.8024194,4.9531083,8.955779,117.5581,41.41235,100.27233,662.2689,224.23442,1974.2317,1824.2616,15.439516,28.295195,11741.466,8.17272,64.50302,639.28613,116.77682,164.40233,73.55192,377.54785,868.12103,417.70242,15.593375,88.82849,1058.115,2012.3405,44.93924,583.34863,43.929337,1.0754169,61.178894,1.1183782,0.6794602,3.0953813,39.247887,118.76122,267.4944,18.389046,3362.3003,315.4281,113.65726,167.92238,79.46544,95.95716,54.876007,8.650572,101.15121,707.87714,209.82288,117.33415,101.38952,14.502419,104.7739,102.472786,42.30332,800.80505,175.61742,3821.0393,34.639645,3333.4282,78.90009,426.86426,2365.9434,80.29581,9.431278,1373.9308,1269.3292,4340.248,114.1904 +2023-07-18 22:00:00,0.0,17107.81,247.18538,23.159286,35.003384,26.162073,166.54271,24.332363,33.00579,19.84853,21.632864,759.6032,355.68512,9.362464,131.02087,10.818164,0.99449295,25.30052,15.510244,1.8611681,337.96515,0.30285126,319.42834,45.385796,0.66479176,2.6588829,107.30449,18.569687,51.82766,114.87822,23166.203,0.34960312,1536.696,0.731081,0.4442122,0.22166784,1.296493,149.62047,181.97437,26.512094,202.92003,22.00445,62.47223,1846.9768,3.179109,255.2768,169.64252,353.43243,141.97414,353.4632,27.813751,438.06082,0.0,2525.3042,14675.767,31.451103,459.74158,142.19359,44020.85,131.99782,25.04175,157.93636,378.60712,61.07238,24.849016,244.50775,2127.022,346.6608,161.45926,21.458496,15.291673,414.51996,66.5234,1467.1592,110.00054,2331.1907,211.54651,375.62384,86.15068,221.99728,7.455466,12.207774,21.65338,3.2915974,2.8284566,65.98874,61.930332,69.55104,22.719196,26.801317,199.38245,7.3878536,3044.5952,82.90561,65.843414,98.8067,100.78819,217.50313,116.87201,134.51613,23.022505,41.61869,107.286316,303.3575,674.0047,95.99462,374.63977,80.144104,119.654816,287.4056,364.6465,958.209,240.50697,3.9374127,20.354906,9.339248,40.205643,17589.574,3.8713048,16.273178,27.059408,38.60298,443.7753,67.35995,164.46902,3.0313272,179.71674,468.5119,320.01352,126.302635,441.57587,32.79982,86.1498,210.57327,12.003355,1.7089427,11.4811,1648.3907,0.11952727,0.40517113,52.15131,7.0688562,3.802192,4.9500284,8.950981,117.489105,41.390087,100.22852,661.9873,224.27162,1974.4456,1824.4543,15.444946,28.303516,11739.352,8.171626,64.5177,639.4867,116.827286,164.44644,73.572784,377.66272,867.9376,417.74936,15.600653,88.86057,1058.1504,2012.6174,44.95291,583.4489,43.945274,1.0754819,61.18233,1.1183795,0.6794876,3.0955474,39.268497,118.77592,267.45895,18.391514,3361.8923,315.54526,113.69803,167.96707,79.47235,95.95531,54.87164,8.663374,101.162636,708.17865,209.93568,117.38445,101.44976,14.483603,104.8846,102.54906,42.28591,800.59973,175.6282,3820.4292,34.63192,3332.428,78.899574,426.84048,2365.604,80.302795,9.431429,1373.2831,1268.2788,4337.5337,114.116806 +2023-07-18 23:00:00,0.0,17109.44,247.39017,23.167397,35.001312,26.172354,166.52904,24.331701,33.003727,19.848763,21.6298,760.0076,355.34537,9.360216,131.02112,10.806356,0.9932525,25.30596,15.4924755,1.8625273,337.9435,0.3026579,319.45255,45.37599,0.66554415,2.6586945,107.30293,18.560278,51.775837,114.82748,23179.658,0.34889522,1536.7767,0.7301657,0.44366232,0.22131741,1.2943599,149.59642,181.89883,26.506134,202.90356,22.000553,62.54009,1848.0157,3.1773636,255.48357,169.73697,353.46674,141.97174,353.4011,27.833752,438.3041,0.0,2524.8882,14673.964,31.47273,459.96948,142.23,44018.848,131.99808,25.056381,157.97409,378.84436,61.10454,24.868643,244.58568,2127.086,346.64792,161.53662,21.472145,15.299504,414.41647,66.54479,1466.5272,109.92124,2331.6292,211.41196,375.6807,86.12238,221.70567,7.453475,12.203361,21.63422,3.2890675,2.8259554,65.99548,61.949333,69.55847,22.737316,26.808462,199.15648,7.3859863,3044.8647,82.81961,65.87735,98.715256,100.74098,217.51555,116.79311,134.6371,22.997942,41.60494,107.248375,303.3208,673.6397,95.86263,374.35672,80.10198,119.699326,287.36075,364.83698,958.2306,240.25664,3.9379241,20.362534,9.336936,40.201904,17594.129,3.8683674,16.281982,27.07164,38.570168,443.42874,67.29288,164.35959,3.0308487,179.54224,468.27347,319.8913,126.30805,441.82248,32.809586,86.19926,210.42996,11.999569,1.7085835,11.479084,1647.2102,0.11940904,0.4048436,52.138844,7.073368,3.8019645,4.9469485,8.946183,117.420105,41.36783,100.18471,661.7056,224.30884,1974.6595,1824.6472,15.4503765,28.311838,11737.237,8.170532,64.53237,639.6872,116.877754,164.49055,73.59365,377.7776,867.75415,417.79633,15.60793,88.892654,1058.1858,2012.8944,44.96658,583.5492,43.961212,1.0755469,61.18577,1.1183809,0.67951494,3.0957139,39.28911,118.7906,267.42352,18.393982,3361.4844,315.6624,113.7388,168.01176,79.47926,95.95346,54.86727,8.676176,101.17406,708.4801,210.0485,117.434746,101.51001,14.464786,104.99529,102.625336,42.2685,800.39435,175.63898,3819.8193,34.62419,3331.4275,78.89906,426.81668,2365.2646,80.309784,9.43158,1372.6353,1267.2283,4334.82,114.04321 +2023-07-19 00:00:00,0.0,17111.07,247.59494,23.175508,34.99924,26.182634,166.51538,24.33104,33.001663,19.848995,21.626738,760.41205,355.00558,9.357968,131.02138,10.794549,0.9920121,25.311398,15.474706,1.8638864,337.92188,0.30246451,319.4767,45.366184,0.66629654,2.658506,107.30138,18.550869,51.72402,114.77673,23193.113,0.34818733,1536.8574,0.7292504,0.4431124,0.22096696,1.2922268,149.57239,181.82329,26.500174,202.8871,21.996656,62.60795,1849.0546,3.175618,255.69035,169.83144,353.50104,141.96936,353.33896,27.853752,438.5474,0.0,2524.4717,14672.161,31.494356,460.19742,142.2664,44016.848,131.99834,25.071014,158.01183,379.08163,61.136703,24.888268,244.6636,2127.1501,346.63507,161.61397,21.485792,15.307336,414.313,66.566185,1465.8951,109.841934,2332.0676,211.27742,375.73752,86.09409,221.41408,7.451484,12.198947,21.61506,3.2865376,2.8234544,66.002235,61.968334,69.565895,22.755436,26.815609,198.93051,7.384119,3045.1345,82.73362,65.91129,98.62381,100.69377,217.52795,116.71422,134.75807,22.973377,41.591187,107.210434,303.28412,673.2747,95.730644,374.07367,80.05985,119.74384,287.31586,365.02744,958.2522,240.0063,3.9384356,20.370161,9.334623,40.198166,17598.682,3.86543,16.290785,27.083872,38.537354,443.08218,67.22581,164.25015,3.0303705,179.36774,468.035,319.7691,126.31347,442.0691,32.819355,86.2487,210.28664,11.995783,1.7082243,11.477068,1646.0297,0.1192908,0.4045161,52.12638,7.0778804,3.801737,4.943868,8.941386,117.351105,41.345566,100.1409,661.42395,224.34604,1974.8734,1824.8401,15.455807,28.320162,11735.123,8.169437,64.54704,639.8877,116.92823,164.53468,73.61452,377.8925,867.57074,417.84326,15.615207,88.92473,1058.2211,2013.1714,44.98025,583.6495,43.97715,1.0756118,61.189205,1.1183823,0.6795423,3.09588,39.309715,118.80529,267.38806,18.396452,3361.0764,315.77957,113.77957,168.05646,79.486176,95.951614,54.862904,8.688978,101.185486,708.7816,210.1613,117.48505,101.57025,14.445968,105.10599,102.701614,42.25109,800.189,175.64975,3819.2092,34.616467,3330.4272,78.89855,426.7929,2364.9255,80.31677,9.43173,1371.9875,1266.1779,4332.106,113.96962 +2023-07-19 01:00:00,0.0,17112.7,247.79971,23.183619,34.99717,26.192915,166.50171,24.330378,32.999596,19.849226,21.623674,760.8164,354.66583,9.3557205,131.02162,10.782741,0.99077165,25.316837,15.456937,1.8652456,337.90024,0.30227116,319.5009,45.356377,0.66704893,2.6583173,107.29981,18.54146,51.672195,114.72599,23206.566,0.34747943,1536.9381,0.728335,0.44256252,0.22061653,1.2900938,149.54834,181.74776,26.494215,202.87064,21.99276,62.675808,1850.0934,3.1738725,255.89714,169.92589,353.5353,141.96698,353.27686,27.87375,438.7907,0.0,2524.0557,14670.357,31.515984,460.42535,142.30281,44014.844,131.9986,25.085646,158.04956,379.3189,61.16886,24.907894,244.74152,2127.214,346.62222,161.69133,21.499441,15.315167,414.2095,66.58758,1465.2632,109.762634,2332.506,211.14287,375.7944,86.065796,221.12247,7.4494934,12.194533,21.595903,3.2840078,2.8209534,66.00898,61.987335,69.573326,22.773556,26.822754,198.70454,7.3822517,3045.404,82.64762,65.94523,98.53236,100.64656,217.54036,116.63532,134.87903,22.948812,41.577435,107.17249,303.24744,672.9097,95.598656,373.79062,80.01773,119.78835,287.27097,365.2179,958.27386,239.75595,3.938947,20.377789,9.332312,40.194424,17603.236,3.8624928,16.29959,27.096102,38.50454,442.73566,67.15874,164.14072,3.029892,179.19325,467.79654,319.64688,126.318886,442.3157,32.82912,86.29816,210.14333,11.991996,1.707865,11.475052,1644.849,0.11917256,0.4041886,52.113914,7.0823927,3.8015096,4.9407883,8.936588,117.282104,41.323303,100.09709,661.1423,224.38324,1975.0874,1825.0328,15.461237,28.328484,11733.009,8.168344,64.561714,640.0882,116.9787,164.5788,73.63538,378.00735,867.38727,417.89023,15.622484,88.95681,1058.2565,2013.4484,44.99392,583.74976,43.99309,1.0756768,61.192646,1.1183836,0.6795696,3.0960464,39.330326,118.81998,267.35263,18.39892,3360.6685,315.89673,113.82034,168.10114,79.49309,95.94977,54.858536,8.701781,101.19691,709.0831,210.2741,117.53535,101.6305,14.427151,105.21668,102.77789,42.23368,799.9837,175.66052,3818.599,34.608738,3329.4268,78.89804,426.7691,2364.5862,80.32376,9.431881,1371.3397,1265.1274,4329.392,113.89603 +2023-07-19 02:00:00,0.0,17114.328,248.0045,23.19173,34.9951,26.203194,166.48804,24.329716,32.99753,19.849459,21.620613,761.2208,354.32605,9.353473,131.02188,10.770933,0.9895312,25.322275,15.439168,1.8666047,337.87857,0.30207777,319.52505,45.346573,0.66780126,2.6581287,107.298256,18.532051,51.620373,114.675255,23220.021,0.34677154,1537.0188,0.72741973,0.44201264,0.22026609,1.2879606,149.5243,181.67223,26.488255,202.85417,21.988863,62.743668,1851.1323,3.1721268,256.1039,170.02036,353.5696,141.96458,353.21472,27.893751,439.034,0.0,2523.6394,14668.555,31.53761,460.65326,142.33922,44012.84,131.99886,25.100277,158.08731,379.55615,61.201023,24.927519,244.81944,2127.278,346.60938,161.76868,21.51309,15.322999,414.10602,66.60898,1464.6312,109.683334,2332.9446,211.00833,375.85123,86.037506,220.83087,7.4475026,12.190119,21.576744,3.2814777,2.8184524,66.01573,62.006336,69.58075,22.791674,26.829899,198.47858,7.3803844,3045.6736,82.56163,65.979164,98.44091,100.59935,217.55278,116.55642,135.0,22.92425,41.563683,107.13456,303.21072,672.54474,95.46667,373.50754,79.9756,119.83287,287.22607,365.40833,958.2955,239.50562,3.9394584,20.385418,9.33,40.190685,17607.791,3.8595555,16.308393,27.108334,38.471725,442.3891,67.09167,164.03128,3.0294137,179.01875,467.5581,319.52466,126.3243,442.56232,32.838886,86.34761,210.0,11.98821,1.7075058,11.473036,1643.6685,0.11905432,0.40386108,52.10145,7.086905,3.801282,4.9377084,8.93179,117.21311,41.301044,100.05328,660.8606,224.42046,1975.3013,1825.2257,15.466667,28.336805,11730.895,8.16725,64.576385,640.2887,117.02917,164.62292,73.65625,378.12222,867.20386,417.9372,15.629762,88.98889,1058.2919,2013.7253,45.00759,583.85,44.00903,1.0757418,61.196083,1.1183851,0.67959696,3.0962126,39.350937,118.83466,267.31717,18.401388,3360.2607,316.0139,113.86111,168.14583,79.5,95.947914,54.854168,8.714583,101.208336,709.3846,210.3869,117.58564,101.69074,14.408334,105.32738,102.854164,42.21627,799.7784,175.67131,3817.989,34.601013,3328.4265,78.89753,426.7453,2364.2468,80.33075,9.432032,1370.692,1264.077,4326.678,113.82243 +2023-07-19 03:00:00,0.0,17115.957,248.20929,23.19984,34.993027,26.213474,166.47438,24.329054,32.99547,19.84969,21.61755,761.62524,353.9863,9.351225,131.02214,10.759126,0.9882908,25.327713,15.421398,1.8679638,337.85693,0.3018844,319.54922,45.336765,0.66855365,2.6579401,107.2967,18.522644,51.56855,114.62451,23233.477,0.3460636,1537.0995,0.7265044,0.44146273,0.21991564,1.2858278,149.50026,181.59668,26.482294,202.8377,21.984966,62.811527,1852.1711,3.1703813,256.3107,170.1148,353.60388,141.9622,353.15262,27.913752,439.27728,0.0,2523.2231,14666.752,31.559237,460.8812,142.37564,44010.836,131.99911,25.114908,158.12505,379.79343,61.233185,24.947145,244.89737,2127.3423,346.59653,161.84604,21.52674,15.330831,414.00253,66.63037,1463.9991,109.604034,2333.3828,210.8738,375.90808,86.00921,220.53926,7.445512,12.185705,21.557585,3.2789478,2.8159513,66.02248,62.025337,69.58818,22.809793,26.837046,198.25261,7.378517,3045.9434,82.47563,66.01311,98.349464,100.55215,217.56519,116.47752,135.12097,22.899685,41.549934,107.09662,303.17404,672.17975,95.33468,373.2245,79.93348,119.87738,287.18118,365.5988,958.3171,239.25528,3.9399698,20.393045,9.327688,40.186947,17612.344,3.8566182,16.317198,27.120565,38.43891,442.04254,67.0246,163.92184,3.0289352,178.84425,467.31964,319.40244,126.32972,442.80893,32.848656,86.397064,209.85669,11.984424,1.7071466,11.47102,1642.4878,0.11893608,0.40353358,52.088985,7.0914173,3.8010545,4.9346285,8.926992,117.14411,41.27878,100.009476,660.579,224.45766,1975.5151,1825.4185,15.472096,28.345127,11728.78,8.166156,64.591064,640.4892,117.079636,164.66704,73.67712,378.2371,867.0204,417.98413,15.637039,89.020966,1058.3273,2014.0023,45.021263,583.95026,44.024967,1.0758067,61.19952,1.1183864,0.6796243,3.096379,39.371548,118.84936,267.28174,18.403856,3359.8528,316.13104,113.90188,168.19052,79.50691,95.94607,54.8498,8.7273855,101.21976,709.6861,210.49971,117.63594,101.75099,14.389516,105.43807,102.93044,42.19886,799.57306,175.68208,3817.379,34.59329,3327.426,78.89701,426.72153,2363.9077,80.33774,9.432182,1370.0442,1263.0265,4323.964,113.74884 +2023-07-19 04:00:00,0.0,17117.588,248.41406,23.207952,34.990955,26.223755,166.46071,24.328392,32.9934,19.849922,21.614487,762.02966,353.64655,9.348977,131.02238,10.747317,0.9870504,25.333153,15.403629,1.8693229,337.8353,0.30169106,319.5734,45.326958,0.66930604,2.6577518,107.29514,18.513235,51.516727,114.57377,23246.93,0.34535572,1537.1802,0.72558904,0.44091284,0.21956521,1.2836946,149.47621,181.52115,26.476334,202.82124,21.98107,62.879387,1853.2101,3.1686358,256.5175,170.20926,353.63818,141.95981,353.09048,27.933752,439.5206,0.0,2522.8071,14664.948,31.580862,461.10913,142.41205,44008.832,131.99937,25.129541,158.16278,380.03064,61.265347,24.96677,244.9753,2127.4062,346.58368,161.92339,21.540386,15.338662,413.89905,66.651764,1463.3672,109.524734,2333.8213,210.73924,375.96494,85.98092,220.24767,7.4435215,12.181292,21.538425,3.276418,2.8134503,66.02923,62.044342,69.595604,22.827913,26.84419,198.02664,7.3766503,3046.213,82.38964,66.04704,98.25802,100.50494,217.57759,116.39863,135.24193,22.875122,41.536182,107.05868,303.13733,671.8148,95.20269,372.94144,79.89135,119.92189,287.1363,365.78925,958.33875,239.00494,3.9404812,20.400673,9.3253765,40.183205,17616.898,3.853681,16.326,27.132795,38.406097,441.696,66.95753,163.81241,3.028457,178.66975,467.08118,319.2802,126.33514,443.05554,32.85842,86.44652,209.71336,11.980638,1.7067875,11.469004,1641.3073,0.118817836,0.40320605,52.076523,7.0959296,3.800827,4.931548,8.9221945,117.07511,41.25652,99.96567,660.29736,224.49486,1975.7291,1825.6113,15.477527,28.353449,11726.667,8.165061,64.605736,640.6897,117.13011,164.71117,73.69798,378.35196,866.8369,418.0311,15.644316,89.05305,1058.3625,2014.2793,45.03493,584.05054,44.040905,1.0758717,61.202957,1.1183878,0.6796517,3.0965452,39.392155,118.864044,267.24628,18.406326,3359.4448,316.2482,113.94265,168.23521,79.513824,95.94422,54.84543,8.740189,101.231186,709.98755,210.61252,117.68624,101.81123,14.370699,105.54877,103.00672,42.18145,799.36774,175.69286,3816.769,34.58556,3326.4258,78.8965,426.69772,2363.5684,80.344734,9.432333,1369.3965,1261.9761,4321.25,113.67524 +2023-07-19 05:00:00,0.0,17119.217,248.61884,23.216063,34.988884,26.234034,166.44704,24.32773,32.991337,19.850153,21.611423,762.434,353.30676,9.346729,131.02264,10.73551,0.98581,25.33859,15.38586,1.8706821,337.81366,0.30149767,319.59756,45.31715,0.6700584,2.6575632,107.29359,18.503826,51.46491,114.523026,23260.385,0.34464782,1537.2609,0.7246737,0.44036293,0.21921477,1.2815616,149.45218,181.4456,26.470373,202.80478,21.977173,62.947247,1854.2489,3.1668901,256.72427,170.30373,353.6725,141.95743,353.02838,27.95375,439.7639,0.0,2522.3906,14663.1455,31.60249,461.33704,142.44846,44006.83,131.99963,25.144173,158.20052,380.2679,61.297504,24.986395,245.05322,2127.4705,346.57083,162.00075,21.554035,15.346494,413.79556,66.67316,1462.7351,109.445435,2334.2598,210.6047,376.0218,85.95263,219.95605,7.4415307,12.176878,21.519266,3.2738879,2.8109493,66.03597,62.06334,69.603035,22.846033,26.851336,197.80066,7.374783,3046.4824,82.30364,66.08098,98.166565,100.457726,217.59001,116.31973,135.3629,22.850557,41.52243,107.020744,303.10065,671.4498,95.0707,372.65836,79.84923,119.96641,287.0914,365.9797,958.36035,238.75461,3.9409926,20.4083,9.323065,40.179466,17621.453,3.8507438,16.334805,27.145027,38.373283,441.34946,66.89046,163.70297,3.0279784,178.49527,466.84274,319.15802,126.34055,443.30215,32.86819,86.495964,209.57005,11.9768505,1.7064283,11.466988,1640.1267,0.118699595,0.40287855,52.064056,7.100442,3.8005996,4.928468,8.917397,117.00611,41.23426,99.92186,660.0157,224.53207,1975.943,1825.8042,15.482957,28.361773,11724.553,8.163967,64.62041,640.8902,117.18058,164.75528,73.71885,378.46686,866.6535,418.07803,15.651593,89.08513,1058.398,2014.5563,45.048603,584.1508,44.056843,1.0759367,61.206398,1.1183891,0.67967904,3.0967116,39.412766,118.87873,267.21085,18.408794,3359.0369,316.36536,113.98342,168.2799,79.52074,95.942375,54.84106,8.752991,101.24261,710.28906,210.72533,117.736534,101.871475,14.351882,105.65946,103.083,42.16404,799.16235,175.70363,3816.159,34.577835,3325.4253,78.89599,426.67395,2363.229,80.35172,9.432484,1368.7487,1260.9257,4318.536,113.60165 +2023-07-19 06:00:00,0.0,17120.846,248.82362,23.224174,34.986813,26.244314,166.43338,24.327068,32.98927,19.850386,21.60836,762.83844,352.967,9.344481,131.02289,10.723702,0.98456955,25.34403,15.368092,1.8720412,337.79202,0.3013043,319.62173,45.307346,0.6708108,2.6573746,107.29202,18.494417,51.413086,114.47229,23273.84,0.34393993,1537.3416,0.7237584,0.43981305,0.21886432,1.2794285,149.42813,181.37007,26.464415,202.7883,21.973276,63.015106,1855.2877,3.1651447,256.93106,170.39818,353.70676,141.95505,352.96625,27.973751,440.00717,0.0,2521.9746,14661.343,31.624115,461.56497,142.48486,44004.824,131.9999,25.158804,158.23825,380.5052,61.329666,25.006021,245.13115,2127.5344,346.55795,162.0781,21.567684,15.354326,413.69208,66.69455,1462.1031,109.36613,2334.6982,210.47015,376.0786,85.92433,219.66446,7.43954,12.172464,21.500107,3.271358,2.8084483,66.042725,62.082344,69.61046,22.864153,26.85848,197.57469,7.3729157,3046.752,82.21765,66.11492,98.07512,100.410515,217.60242,116.24084,135.48387,22.825994,41.50868,106.9828,303.06396,671.08484,94.938705,372.3753,79.8071,120.01092,287.0465,366.17017,958.38196,238.50427,3.941504,20.415928,9.320753,40.175728,17626.006,3.8478065,16.343609,27.157259,38.34047,441.0029,66.82339,163.59354,3.0275002,178.32077,466.60428,319.0358,126.34597,443.54877,32.877956,86.54542,209.42673,11.973064,1.7060691,11.464972,1638.946,0.11858136,0.40255105,52.051594,7.1049542,3.8003721,4.9253883,8.912599,116.93712,41.211998,99.87805,659.734,224.56927,1976.157,1825.997,15.488387,28.370094,11722.438,8.162873,64.63508,641.0907,117.23105,164.7994,73.739716,378.58173,866.47003,418.125,15.658871,89.1172,1058.4333,2014.8333,45.06227,584.2511,44.072784,1.0760016,61.209835,1.1183906,0.6797064,3.0968778,39.433376,118.89342,267.1754,18.411263,3358.629,316.48254,114.02419,168.3246,79.52765,95.94052,54.836693,8.765793,101.254036,710.5906,210.83813,117.786835,101.931725,14.333065,105.77016,103.15927,42.14663,798.95703,175.71442,3815.5488,34.57011,3324.425,78.89548,426.65015,2362.89,80.35871,9.432634,1368.1008,1259.8751,4315.8223,113.52805 +2023-07-19 07:00:00,0.0,17122.477,249.02841,23.232286,34.98474,26.254595,166.41971,24.326406,32.987206,19.850616,21.605297,763.24286,352.62723,9.342234,131.02315,10.711894,0.9833291,25.349468,15.350322,1.8734003,337.77036,0.30111092,319.6459,45.29754,0.67156315,2.657186,107.29047,18.485008,51.361263,114.42155,23287.295,0.34323204,1537.4222,0.72284305,0.43926316,0.21851389,1.2772955,149.4041,181.29453,26.458454,202.77184,21.96938,63.08297,1856.3267,3.163399,257.13785,170.49265,353.74103,141.95265,352.90414,27.993752,440.2505,0.0,2521.5586,14659.54,31.645742,461.7929,142.52127,44002.82,132.00015,25.173435,158.27599,380.74243,61.361828,25.025646,245.20908,2127.5986,346.5451,162.15546,21.581333,15.362158,413.5886,66.71594,1461.4711,109.28683,2335.1367,210.33562,376.13547,85.89604,219.37285,7.437549,12.16805,21.480947,3.2688282,2.8059473,66.04947,62.10134,69.61789,22.88227,26.865627,197.34872,7.3710485,3047.0217,82.13165,66.14886,97.98367,100.363304,217.61482,116.16194,135.60484,22.80143,41.494926,106.94486,303.02725,670.71985,94.80672,372.09225,79.76498,120.055435,287.00162,366.36063,958.4036,238.25394,3.9420154,20.423555,9.318441,40.171986,17630.56,3.8448691,16.352411,27.169489,38.307655,440.65637,66.75632,163.4841,3.0270216,178.14627,466.3658,318.91357,126.35139,443.79538,32.887722,86.59487,209.28342,11.969278,1.7057099,11.462955,1637.7655,0.11846312,0.40222353,52.039127,7.1094666,3.8001447,4.9223084,8.907801,116.86812,41.189735,99.83424,659.4524,224.60649,1976.3708,1826.1898,15.493817,28.378416,11720.324,8.161778,64.64975,641.2912,117.28152,164.84352,73.76058,378.6966,866.2866,418.17197,15.666148,89.149284,1058.4688,2015.1102,45.075943,584.3513,44.088722,1.0760666,61.213272,1.1183919,0.67973375,3.0970442,39.453987,118.908104,267.13995,18.413733,3358.221,316.5997,114.064964,168.3693,79.53456,95.938675,54.832325,8.778596,101.26546,710.892,210.95094,117.837135,101.99197,14.314247,105.88085,103.23555,42.12922,798.7517,175.72519,3814.9387,34.56238,3323.4246,78.894966,426.62637,2362.5505,80.3657,9.432785,1367.4531,1258.8247,4313.108,113.45446 +2023-07-19 08:00:00,0.0,17124.105,249.23318,23.240396,34.98267,26.264874,166.40604,24.325747,32.98514,19.85085,21.602234,763.6473,352.28748,9.339986,131.02339,10.700087,0.9820887,25.354906,15.332553,1.8747594,337.74872,0.30091757,319.67007,45.28773,0.67231554,2.6569974,107.28891,18.4756,51.30944,114.370804,23300.748,0.34252414,1537.5029,0.7219277,0.43871325,0.21816345,1.2751625,149.38005,181.219,26.452494,202.75537,21.965483,63.15083,1857.3655,3.1616535,257.3446,170.5871,353.77533,141.95027,352.842,28.013752,440.49377,0.0,2521.142,14657.736,31.667368,462.0208,142.55768,44000.816,132.00041,25.188068,158.31372,380.9797,61.39399,25.045273,245.287,2127.6626,346.53226,162.2328,21.59498,15.369989,413.4851,66.737335,1460.8391,109.20753,2335.575,210.20108,376.19232,85.867744,219.08125,7.4355583,12.163636,21.461788,3.2662983,2.8034463,66.05622,62.120346,69.62532,22.90039,26.872772,197.12276,7.369181,3047.2913,82.04566,66.18279,97.89222,100.31609,217.62724,116.08304,135.7258,22.776865,41.48118,106.90692,302.99057,670.35486,94.67473,371.8092,79.72285,120.099945,286.95673,366.5511,958.42523,238.0036,3.9425268,20.431183,9.316129,40.168247,17635.115,3.8419318,16.361216,27.18172,38.274837,440.3098,66.68925,163.37466,3.0265434,177.97177,466.12738,318.79135,126.35681,444.042,32.89749,86.644325,209.14009,11.965491,1.7053506,11.460939,1636.585,0.11834488,0.40189603,52.026665,7.113979,3.7999172,4.919228,8.903004,116.79912,41.167473,99.790436,659.1707,224.64369,1976.5847,1826.3826,15.499248,28.386738,11718.21,8.160685,64.66443,641.4917,117.33199,164.88763,73.78145,378.81146,866.10315,418.2189,15.673426,89.181366,1058.504,2015.3872,45.08961,584.4516,44.10466,1.0761316,61.21671,1.1183933,0.6797611,3.0972104,39.474594,118.9228,267.10452,18.4162,3357.8132,316.71686,114.105736,168.41397,79.54147,95.93683,54.827957,8.791398,101.27688,711.19354,211.06375,117.887436,102.052216,14.29543,105.99155,103.31183,42.11181,798.5464,175.73596,3814.3286,34.554657,3322.4243,78.89445,426.60257,2362.2112,80.37269,9.432936,1366.8053,1257.7743,4310.394,113.38087 +2023-07-19 09:00:00,0.0,17125.734,249.43796,23.248508,34.9806,26.275154,166.39238,24.325085,32.983074,19.851082,21.599173,764.05164,351.9477,9.337738,131.02365,10.688278,0.98084825,25.360346,15.314784,1.8761185,337.72708,0.3007242,319.69424,45.277927,0.6730679,2.656809,107.28735,18.466192,51.257618,114.32006,23314.203,0.34181622,1537.5836,0.72101235,0.43816337,0.217813,1.2730294,149.35602,181.14346,26.446533,202.7389,21.961586,63.21869,1858.4043,3.1599078,257.5514,170.68155,353.80963,141.94789,352.7799,28.033752,440.7371,0.0,2520.726,14655.934,31.688995,462.24875,142.59409,43998.812,132.00067,25.2027,158.35146,381.21695,61.42615,25.064898,245.36493,2127.7266,346.5194,162.31017,21.60863,15.377821,413.38162,66.75873,1460.2072,109.12823,2336.0134,210.06653,376.24915,85.839455,218.78966,7.4335675,12.159223,21.442629,3.2637682,2.8009453,66.062965,62.139343,69.632744,22.91851,26.879917,196.89679,7.367314,3047.5608,81.95966,66.216736,97.80077,100.26888,217.63965,116.00414,135.84677,22.752302,41.467426,106.86899,302.95386,669.98987,94.54274,371.52612,79.680725,120.144455,286.91183,366.74155,958.44684,237.75327,3.9430382,20.43881,9.313817,40.16451,17639.67,3.8389945,16.37002,27.193953,38.242023,439.96326,66.62218,163.26523,3.0260649,177.79729,465.88892,318.66916,126.36223,444.2886,32.907257,86.69377,208.99678,11.961705,1.7049915,11.458923,1635.4043,0.11822664,0.40156853,52.0142,7.118491,3.7996898,4.916148,8.898206,116.73012,41.145214,99.74663,658.88904,224.6809,1976.7987,1826.5754,15.504678,28.39506,11716.096,8.159591,64.6791,641.6922,117.38246,164.93176,73.802315,378.92633,865.91974,418.26587,15.680702,89.21344,1058.5394,2015.6642,45.103283,584.5519,44.120598,1.0761966,61.22015,1.1183946,0.6797885,3.0973766,39.495205,118.937485,267.06906,18.418669,3357.4053,316.834,114.14651,168.45866,79.548386,95.93498,54.82359,8.8042,101.28831,711.495,211.17656,117.93773,102.11246,14.276613,106.10224,103.38811,42.0944,798.34106,175.74673,3813.7188,34.54693,3321.4238,78.893936,426.5788,2361.872,80.37968,9.433086,1366.1576,1256.7238,4307.68,113.30727 +2023-07-19 10:00:00,0.0,17127.363,249.64275,23.256618,34.978527,26.285435,166.37871,24.324423,32.98101,19.851313,21.59611,764.45605,351.60794,9.33549,131.0239,10.676471,0.9796079,25.365784,15.297014,1.8774778,337.70544,0.30053082,319.7184,45.26812,0.6738203,2.6566205,107.2858,18.456783,51.205795,114.269325,23327.658,0.34110832,1537.6643,0.72009706,0.43761346,0.21746257,1.2708963,149.33197,181.06792,26.440573,202.72244,21.95769,63.28655,1859.4432,3.1581624,257.75818,170.77602,353.8439,141.9455,352.71777,28.053751,440.98038,0.0,2520.3098,14654.131,31.71062,462.47668,142.6305,43996.81,132.00093,25.21733,158.38919,381.45422,61.45831,25.084524,245.44284,2127.7908,346.50656,162.38751,21.622278,15.385653,413.2781,66.78012,1459.5751,109.04893,2336.452,209.93199,376.306,85.81116,218.49805,7.4315767,12.154809,21.42347,3.2612383,2.798444,66.06972,62.158348,69.640175,22.93663,26.887062,196.67082,7.3654466,3047.8306,81.87367,66.25067,97.70933,100.22167,217.65205,115.92525,135.96774,22.727737,41.453674,106.83105,302.91718,669.6249,94.41075,371.24307,79.638596,120.18897,286.86697,366.932,958.4685,237.50293,3.9435496,20.446438,9.311505,40.160767,17644.223,3.8360574,16.378822,27.206182,38.20921,439.61673,66.55511,163.15579,3.0255866,177.62279,465.65045,318.54694,126.367645,444.5352,32.917023,86.743225,208.85345,11.957919,1.7046323,11.456906,1634.2238,0.1181084,0.401241,52.001736,7.1230035,3.7994623,4.9130683,8.893408,116.661125,41.12295,99.70282,658.6074,224.71811,1977.0126,1826.7682,15.510108,28.403383,11713.981,8.158496,64.69377,641.8927,117.43293,164.97588,73.82318,379.04123,865.73627,418.3128,15.68798,89.24552,1058.5748,2015.9412,45.116955,584.65216,44.136536,1.0762615,61.223587,1.118396,0.6798158,3.097543,39.515816,118.95217,267.03363,18.421137,3356.9973,316.95117,114.18728,168.50336,79.5553,95.93313,54.81922,8.817003,101.29973,711.7965,211.28937,117.98803,102.17271,14.257796,106.21294,103.46438,42.076984,798.1357,175.75752,3813.1086,34.539204,3320.4236,78.893425,426.555,2361.5327,80.386665,9.433237,1365.5098,1255.6733,4304.9663,113.23367 +2023-07-19 11:00:00,0.0,17128.994,249.84753,23.26473,34.976456,26.295713,166.36504,24.323761,32.978943,19.851545,21.593046,764.8605,351.2682,9.333242,131.02415,10.664663,0.97836745,25.371223,15.279245,1.8788369,337.6838,0.30033746,319.74258,45.258312,0.6745727,2.656432,107.28424,18.447374,51.153976,114.21858,23341.111,0.34040043,1537.745,0.7191817,0.43706357,0.21711212,1.2687633,149.30792,180.99239,26.434614,202.70598,21.953793,63.35441,1860.482,3.1564167,257.96497,170.87047,353.8782,141.94312,352.65567,28.073751,441.22366,0.0,2519.8936,14652.328,31.732248,462.7046,142.6669,43994.81,132.00119,25.231962,158.42694,381.69147,61.49047,25.104149,245.52077,2127.8547,346.4937,162.46487,21.635927,15.393484,413.17462,66.80152,1458.9431,108.96963,2336.8904,209.79744,376.36282,85.78287,218.20645,7.429586,12.150395,21.40431,3.2587085,2.795943,66.07646,62.177345,69.6476,22.95475,26.894209,196.44485,7.3635793,3048.1,81.787674,66.28461,97.61788,100.17446,217.66447,115.84635,136.08871,22.703175,41.439922,106.793106,302.8805,669.2599,94.27876,370.96002,79.59647,120.23348,286.82208,367.12247,958.4901,237.2526,3.9440613,20.454065,9.309194,40.15703,17648.777,3.83312,16.387627,27.218414,38.176395,439.27017,66.48804,163.04636,3.025108,177.44829,465.41202,318.4247,126.37306,444.7818,32.926792,86.79268,208.71014,11.954133,1.7042731,11.45489,1633.0432,0.11799016,0.4009135,51.98927,7.127516,3.7992349,4.9099884,8.88861,116.592125,41.10069,99.65901,658.32574,224.75531,1977.2266,1826.961,15.515537,28.411705,11711.868,8.157402,64.70844,642.0932,117.483406,165.02,73.844055,379.1561,865.55286,418.35977,15.695257,89.277596,1058.6101,2016.2181,45.130623,584.75244,44.152477,1.0763265,61.227024,1.1183974,0.6798432,3.0977092,39.536427,118.96686,266.99817,18.423607,3356.5894,317.06833,114.22804,168.54805,79.56222,95.93128,54.814854,8.829805,101.31116,712.098,211.40218,118.03833,102.23295,14.238978,106.32363,103.54066,42.059574,797.93036,175.7683,3812.4985,34.53148,3319.423,78.892914,426.53122,2361.1934,80.393654,9.433388,1364.862,1254.6229,4302.2524,113.16008 +2023-07-19 12:00:00,0.0,17130.623,250.0523,23.27284,34.974384,26.305994,166.35138,24.3231,32.97688,19.851776,21.589983,765.2649,350.9284,9.330995,131.0244,10.652855,0.977127,25.376661,15.2614765,1.880196,337.66217,0.30014408,319.76675,45.248505,0.67532504,2.6562433,107.28268,18.437965,51.102154,114.16784,23354.566,0.33969253,1537.8257,0.71826637,0.4365137,0.21676168,1.2666302,149.28389,180.91684,26.428654,202.68951,21.949896,63.422268,1861.5209,3.1546712,258.17175,170.96494,353.91248,141.94073,352.59354,28.093752,441.46698,0.0,2519.4775,14650.524,31.753874,462.93253,142.70331,43992.805,132.00145,25.246595,158.46468,381.9287,61.522633,25.123775,245.5987,2127.919,346.48083,162.54222,21.649574,15.401316,413.07114,66.822914,1458.311,108.89033,2337.3289,209.6629,376.4197,85.75458,217.91484,7.427595,12.145982,21.38515,3.2561784,2.793442,66.083206,62.19635,69.65503,22.972868,26.901354,196.21887,7.361712,3048.3696,81.70168,66.31855,97.52643,100.12725,217.67688,115.767456,136.20967,22.67861,41.42617,106.75517,302.84378,668.89496,94.146774,370.67694,79.554344,120.278,286.7772,367.3129,958.5117,237.00226,3.9445727,20.461695,9.306882,40.15329,17653.332,3.8301828,16.396431,27.230646,38.14358,438.9236,66.42097,162.93692,3.0246296,177.27379,465.17355,318.3025,126.37848,445.0284,32.936558,86.84213,208.56682,11.950346,1.7039139,11.452874,1631.8625,0.11787192,0.400586,51.976803,7.132028,3.7990074,4.906908,8.883812,116.523125,41.07843,99.615204,658.0441,224.79251,1977.4404,1827.1539,15.5209675,28.420027,11709.754,8.156308,64.723114,642.2937,117.533875,165.06412,73.86492,379.27097,865.3694,418.40674,15.702535,89.30968,1058.6455,2016.4951,45.144295,584.85266,44.168415,1.0763915,61.23046,1.1183988,0.67987055,3.0978756,39.557034,118.98155,266.96274,18.426075,3356.1814,317.1855,114.268814,168.59274,79.56913,95.929436,54.810482,8.8426075,101.32258,712.3995,211.51498,118.08862,102.29319,14.220161,106.434326,103.616936,42.042164,797.72504,175.77907,3811.8884,34.52375,3318.4229,78.892395,426.50742,2360.8542,80.40064,9.433538,1364.2142,1253.5725,4299.538,113.08649 +2023-07-19 13:00:00,0.0,17132.252,250.25708,23.280952,34.972313,26.316275,166.3377,24.322437,32.974815,19.852009,21.58692,765.6693,350.58865,9.328747,131.02466,10.6410475,0.9758866,25.3821,15.243707,1.8815551,337.6405,0.29995072,319.79092,45.2387,0.6760774,2.656055,107.28112,18.428556,51.05033,114.117096,23368.021,0.33898464,1537.9064,0.7173511,0.43596378,0.21641125,1.2644973,149.25984,180.84131,26.422693,202.67305,21.946,63.490128,1862.5598,3.1529255,258.37854,171.05939,353.94678,141.93834,352.53143,28.113752,441.71027,0.0,2519.0613,14648.722,31.775501,463.16046,142.73972,43990.8,132.00171,25.261227,158.50241,382.166,61.554794,25.1434,245.67662,2127.983,346.468,162.61958,21.663223,15.409148,412.96765,66.84431,1457.6791,108.81102,2337.767,209.52837,376.47653,85.72628,217.62325,7.4256043,12.141567,21.365992,3.2536485,2.790941,66.08996,62.215347,69.66245,22.990988,26.908499,195.9929,7.3598447,3048.6392,81.615685,66.352486,97.43498,100.08004,217.68929,115.68856,136.33064,22.654047,41.412422,106.71723,302.8071,668.52997,94.014786,370.3939,79.51222,120.32251,286.7323,367.50336,958.5334,236.75192,3.945084,20.469322,9.30457,40.149548,17657.885,3.8272455,16.405235,27.242876,38.110767,438.5771,66.3539,162.82748,3.0241513,177.09929,464.9351,318.1803,126.383896,445.27502,32.946323,86.89159,208.42351,11.94656,1.7035547,11.450858,1630.682,0.11775368,0.40025848,51.96434,7.1365404,3.79878,4.903828,8.879014,116.454124,41.056168,99.571396,657.76245,224.82973,1977.6543,1827.3467,15.526398,28.428349,11707.64,8.155214,64.73779,642.4942,117.58434,165.10823,73.88579,379.38583,865.186,418.45367,15.709811,89.34176,1058.6809,2016.7721,45.157963,584.95294,44.184353,1.0764564,61.2339,1.1184001,0.6798979,3.0980418,39.577644,118.99624,266.9273,18.428543,3355.7734,317.30264,114.309586,168.63744,79.57604,95.92759,54.806114,8.85541,101.33401,712.701,211.62779,118.13892,102.35344,14.2013445,106.54502,103.693214,42.024754,797.5197,175.78984,3811.2786,34.516026,3317.4224,78.891884,426.48364,2360.515,80.40763,9.433689,1363.5665,1252.522,4296.824,113.01289 +2023-07-19 14:00:00,0.0,17133.88,250.46187,23.289062,34.97024,26.326555,166.32404,24.321775,32.972748,19.85224,21.583857,766.07367,350.24887,9.326499,131.0249,10.62924,0.97464615,25.387539,15.225938,1.8829143,337.61887,0.29975736,319.8151,45.228893,0.6768298,2.6558664,107.279564,18.41915,50.99851,114.06636,23381.475,0.3382767,1537.987,0.71643573,0.4354139,0.2160608,1.2623641,149.23581,180.76576,26.416733,202.65659,21.942102,63.557987,1863.5986,3.15118,258.58533,171.15384,353.98108,141.93596,352.4693,28.13375,441.95355,0.0,2518.645,14646.919,31.797127,463.3884,142.77612,43988.797,132.00197,25.275858,158.54015,382.40323,61.586952,25.163025,245.75455,2128.047,346.45514,162.69693,21.676872,15.41698,412.86417,66.8657,1457.0471,108.73172,2338.2056,209.39381,376.5334,85.69799,217.33163,7.4236135,12.137154,21.346832,3.2511187,2.78844,66.0967,62.234352,69.66988,23.009108,26.915644,195.76694,7.357978,3048.909,81.52969,66.38642,97.34354,100.03284,217.7017,115.60966,136.45161,22.629482,41.39867,106.67929,302.7704,668.165,93.8828,370.11084,79.47009,120.36703,286.6874,367.69382,958.555,236.50157,3.9455955,20.47695,9.3022585,40.14581,17662.44,3.8243082,16.414038,27.255108,38.077953,438.23053,66.28683,162.71805,3.0236728,176.9248,464.69666,318.05807,126.38931,445.52164,32.956093,86.94103,208.28018,11.942774,1.7031955,11.448842,1629.5015,0.117635444,0.39993098,51.951874,7.1410527,3.7985525,4.9007483,8.874216,116.38513,41.033905,99.52759,657.4808,224.86693,1977.8683,1827.5396,15.531828,28.43667,11705.525,8.1541195,64.752464,642.6947,117.63481,165.15236,73.906654,379.50073,865.0025,418.50064,15.717089,89.37383,1058.7163,2017.0491,45.171635,585.0532,44.20029,1.0765214,61.23734,1.1184015,0.67992526,3.0982082,39.598255,119.010925,266.89185,18.431011,3355.3657,317.4198,114.35036,168.68213,79.582954,95.925735,54.801746,8.868213,101.34543,713.00244,211.7406,118.189224,102.41368,14.182528,106.655716,103.769485,42.007343,797.3144,175.80063,3810.6685,34.508297,3316.422,78.89137,426.45984,2360.1755,80.41462,9.43384,1362.9187,1251.4716,4294.1104,112.9393 +2023-07-19 15:00:00,0.0,17135.512,250.66666,23.297174,34.96817,26.336834,166.31038,24.321114,32.970684,19.852472,21.580793,766.4781,349.90912,9.324251,131.02516,10.617432,0.9734057,25.392977,15.208169,1.8842734,337.59723,0.29956397,319.83926,45.219086,0.6775822,2.6556778,107.27801,18.40974,50.946686,114.01562,23394.93,0.33756882,1538.0677,0.7155204,0.434864,0.21571037,1.260231,149.21176,180.69023,26.410772,202.64012,21.938206,63.625847,1864.6375,3.1494346,258.7921,171.2483,354.01535,141.93358,352.40717,28.153751,442.19687,0.0,2518.2288,14645.116,31.818754,463.6163,142.81253,43986.793,132.00223,25.29049,158.57788,382.6405,61.619114,25.182652,245.83247,2128.111,346.4423,162.77429,21.690521,15.424811,412.76068,66.88709,1456.415,108.65242,2338.644,209.25928,376.5902,85.66969,217.04004,7.4216228,12.13274,21.327673,3.2485888,2.785939,66.103455,62.253353,69.677315,23.027227,26.92279,195.54097,7.3561106,3049.1785,81.443695,66.420364,97.25208,99.98563,217.71411,115.53076,136.57259,22.604918,41.38492,106.64135,302.7337,667.8,93.75081,369.8278,79.42796,120.41154,286.64252,367.88428,958.5766,236.25124,3.946107,20.484577,9.299947,40.14207,17666.994,3.821371,16.422842,27.26734,38.04514,437.88397,66.21976,162.60861,3.0231946,176.7503,464.4582,317.93585,126.39473,445.76825,32.96586,86.990486,208.13687,11.938988,1.7028363,11.446826,1628.3208,0.1175172,0.39960346,51.93941,7.145565,3.798325,4.8976684,8.869418,116.31613,41.011646,99.48378,657.1991,224.90414,1978.0822,1827.7323,15.537258,28.444994,11703.411,8.153026,64.767136,642.8952,117.68529,165.19647,73.92752,379.6156,864.8191,418.54758,15.724366,89.405914,1058.7516,2017.326,45.185307,585.1535,44.216232,1.0765864,61.240776,1.118403,0.6799526,3.0983744,39.618866,119.02561,266.8564,18.433481,3354.9578,317.53696,114.39113,168.72682,79.58987,95.92389,54.79738,8.881015,101.35686,713.30396,211.85341,118.23952,102.47393,14.16371,106.76641,103.845764,41.989933,797.109,175.8114,3810.0583,34.500572,3315.4219,78.89086,426.43604,2359.8364,80.42161,9.4339905,1362.271,1250.4211,4291.3965,112.86571 +2023-07-19 16:00:00,0.0,17137.14,250.87143,23.305285,34.9661,26.347115,166.2967,24.320452,32.96862,19.852703,21.577732,766.8825,349.56937,9.322003,131.0254,10.605624,0.9721653,25.398417,15.1904,1.8856325,337.5756,0.29937062,319.86343,45.209282,0.6783346,2.6554892,107.27645,18.400331,50.894863,113.964874,23408.385,0.33686092,1538.1484,0.71460503,0.4343141,0.21535993,1.258098,149.18771,180.6147,26.404814,202.62366,21.934309,63.693707,1865.6764,3.1476889,258.99887,171.34276,354.04962,141.93118,352.34506,28.173752,442.44016,0.0,2517.8125,14643.3125,31.84038,463.84424,142.84894,43984.79,132.00249,25.305122,158.61562,382.87775,61.651276,25.202276,245.9104,2128.175,346.42944,162.85164,21.704168,15.432643,412.6572,66.908485,1455.7831,108.57312,2339.0825,209.12473,376.6471,85.6414,216.74843,7.419632,12.128326,21.308514,3.2460587,2.783438,66.1102,62.272354,69.68474,23.045347,26.929935,195.315,7.3542433,3049.448,81.357704,66.4543,97.16064,99.938416,217.72652,115.451866,136.69354,22.580355,41.371166,106.60342,302.69702,667.435,93.61882,369.5447,79.38584,120.45605,286.59763,368.07474,958.59827,236.0009,3.9466183,20.492205,9.297634,40.13833,17671.549,3.8184338,16.431646,27.27957,38.012325,437.53745,66.15269,162.49918,3.022716,176.5758,464.21973,317.81363,126.40015,446.01486,32.975628,87.03994,207.99355,11.935201,1.7024771,11.44481,1627.1403,0.11739896,0.39927596,51.926945,7.1500773,3.7980976,4.894588,8.864621,116.24713,40.989384,99.43997,656.9175,224.94135,1978.2961,1827.9252,15.542688,28.453316,11701.297,8.151932,64.78181,643.0957,117.735756,165.2406,73.94839,379.73047,864.6356,418.59454,15.731644,89.437996,1058.787,2017.603,45.198975,585.2538,44.23217,1.0766513,61.244213,1.1184043,0.6799799,3.0985408,39.639473,119.0403,266.82095,18.43595,3354.5498,317.6541,114.4319,168.7715,79.59678,95.92204,54.79301,8.893817,101.36828,713.60547,211.9662,118.28982,102.53417,14.144893,106.877106,103.92204,41.972523,796.9037,175.82217,3809.4482,34.492847,3314.4214,78.89035,426.41226,2359.497,80.4286,9.434141,1361.6232,1249.3706,4288.682,112.79211 +2023-07-19 17:00:00,0.0,17138.77,251.0762,23.313396,34.964027,26.357395,166.28304,24.31979,32.966553,19.852936,21.574669,767.2869,349.22958,9.3197565,131.02567,10.593816,0.9709249,25.403854,15.17263,1.8869916,337.55396,0.29917723,319.8876,45.199474,0.679087,2.6553006,107.274895,18.390923,50.843044,113.91413,23421.838,0.33615303,1538.2291,0.71368974,0.43376422,0.21500948,1.2559649,149.16368,180.53915,26.398853,202.6072,21.930414,63.761566,1866.7152,3.1459434,259.20566,171.43723,354.08392,141.9288,352.28293,28.193752,442.68344,0.0,2517.3965,14641.51,31.862007,464.07217,142.88535,43982.785,132.00275,25.319754,158.65335,383.11502,61.683437,25.221903,245.98833,2128.2393,346.4166,162.929,21.717817,15.4404745,412.5537,66.92988,1455.151,108.49382,2339.521,208.99019,376.70392,85.61311,216.45683,7.417641,12.123913,21.289354,3.2435288,2.780937,66.11695,62.291355,69.69217,23.063465,26.93708,195.08904,7.352376,3049.7178,81.271706,66.488235,97.06919,99.891205,217.73894,115.37297,136.81451,22.55579,41.357418,106.565475,302.6603,667.07,93.486824,369.26166,79.34371,120.500565,286.55273,368.2652,958.6199,235.75056,3.9471297,20.499832,9.295322,40.13459,17676.102,3.8154964,16.440449,27.291801,37.97951,437.1909,66.08562,162.38974,3.0222378,176.4013,463.9813,317.69144,126.40556,446.26147,32.985394,87.08939,207.85023,11.931415,1.7021179,11.442794,1625.9597,0.11728072,0.39894846,51.914482,7.1545897,3.7978702,4.891508,8.859823,116.17813,40.96712,99.396164,656.63586,224.97855,1978.51,1828.118,15.548119,28.461637,11699.183,8.150837,64.796486,643.29626,117.786224,165.28471,73.96925,379.84534,864.4522,418.6415,15.73892,89.47007,1058.8224,2017.88,45.212646,585.354,44.248108,1.0767163,61.24765,1.1184057,0.6800073,3.098707,39.660084,119.05499,266.78552,18.438417,3354.1418,317.77127,114.47267,168.8162,79.60369,95.9202,54.788643,8.90662,101.37971,713.9069,212.07901,118.34012,102.59441,14.126076,106.9878,103.99832,41.955112,796.69836,175.83295,3808.8381,34.48512,3313.4211,78.88983,426.38846,2359.1577,80.435585,9.434292,1360.9755,1248.3202,4285.9683,112.71851 +2023-07-19 18:00:00,0.0,17140.4,251.28099,23.321507,34.961956,26.367674,166.26938,24.319128,32.96449,19.853168,21.571606,767.6913,348.88983,9.317509,131.02591,10.582008,0.9696845,25.409292,15.154861,1.8883507,337.53232,0.29898387,319.91177,45.189667,0.6798393,2.6551123,107.27333,18.381514,50.79122,113.86339,23435.293,0.33544514,1538.3098,0.7127744,0.4332143,0.21465905,1.2538319,149.13963,180.46362,26.392893,202.59073,21.926517,63.82943,1867.754,3.1441977,259.41245,171.53168,354.11823,141.92642,352.22083,28.213753,442.92676,0.0,2516.9802,14639.707,31.883633,464.30008,142.92175,43980.78,132.003,25.334385,158.69109,383.3523,61.7156,25.241528,246.06625,2128.3032,346.40372,163.00635,21.731466,15.448306,412.45023,66.95127,1454.519,108.41452,2339.9592,208.85565,376.76074,85.584816,216.16522,7.4156504,12.119499,21.270195,3.240999,2.778436,66.123695,62.31036,69.69959,23.081585,26.944225,194.86307,7.3505087,3049.9873,81.185715,66.52218,96.977745,99.843994,217.75134,115.294075,136.93549,22.531227,41.343666,106.527534,302.62363,666.705,93.354836,368.9786,79.30159,120.545074,286.50784,368.45566,958.6415,235.50023,3.9476411,20.50746,9.293011,40.13085,17680.656,3.8125591,16.449253,27.304033,37.946697,436.84433,66.01855,162.2803,3.0217593,176.22682,463.74283,317.5692,126.41098,446.5081,32.99516,87.13885,207.70691,11.9276285,1.7017587,11.440778,1624.779,0.11716248,0.39862093,51.902016,7.159102,3.7976427,4.888428,8.855025,116.10913,40.94486,99.352356,656.3542,225.01576,1978.7239,1828.3108,15.553549,28.46996,11697.069,8.149743,64.81116,643.49677,117.83669,165.32884,73.99012,379.9602,864.26874,418.68845,15.746198,89.50215,1058.8578,2018.1569,45.226315,585.4543,44.264046,1.0767813,61.25109,1.118407,0.68003464,3.0988734,39.680695,119.06968,266.75006,18.440887,3353.734,317.88843,114.51344,168.86089,79.6106,95.91835,54.784275,8.919422,101.39113,714.20844,212.19182,118.39042,102.65466,14.107258,107.098495,104.0746,41.937702,796.49304,175.84372,3808.2283,34.477394,3312.4207,78.88932,426.3647,2358.8186,80.44257,9.4344425,1360.3276,1247.2698,4283.2544,112.64492 +2023-07-19 19:00:00,0.0,17142.03,251.48578,23.329618,34.95988,26.377954,166.2557,24.318466,32.96242,19.8534,21.568542,768.0957,348.55005,9.315261,131.02617,10.570201,0.96844405,25.414732,15.137093,1.88971,337.51065,0.2987905,319.93594,45.179863,0.6805917,2.6549237,107.271774,18.372105,50.7394,113.81265,23448.748,0.33473724,1538.3905,0.71185905,0.43266442,0.2143086,1.2516989,149.1156,180.38808,26.386932,202.57426,21.92262,63.89729,1868.793,3.1424522,259.61923,171.62613,354.15253,141.92403,352.1587,28.233751,443.17004,0.0,2516.564,14637.904,31.90526,464.528,142.95816,43978.777,132.00327,25.349016,158.72884,383.58954,61.747757,25.261154,246.14418,2128.3674,346.39087,163.08371,21.745115,15.456138,412.34674,66.97267,1453.887,108.33522,2340.3977,208.7211,376.8176,85.556526,215.87363,7.4136596,12.115085,21.251036,3.2384691,2.775935,66.13045,62.32936,69.70702,23.099705,26.951372,194.6371,7.3486414,3050.2568,81.09972,66.556114,96.88629,99.79678,217.76375,115.21518,137.05646,22.506662,41.329914,106.4896,302.5869,666.34,93.22285,368.69553,79.25946,120.58959,286.46295,368.64612,958.66315,235.2499,3.9481525,20.515087,9.290699,40.12711,17685.21,3.8096218,16.458057,27.316263,37.913883,436.4978,65.95148,162.17087,3.021281,176.05232,463.50436,317.447,126.4164,446.7547,33.00493,87.18829,207.5636,11.923842,1.7013996,11.438762,1623.5985,0.11704424,0.39829344,51.889553,7.1636143,3.7974153,4.885348,8.850227,116.04014,40.9226,99.30855,656.0725,225.05296,1978.9379,1828.5037,15.558978,28.478281,11694.955,8.148649,64.82583,643.69727,117.88717,165.37296,74.01099,380.0751,864.0853,418.7354,15.753475,89.53423,1058.8931,2018.4338,45.239986,585.55457,44.279984,1.0768461,61.254528,1.1184084,0.680062,3.0990396,39.701305,119.084366,266.71463,18.443356,3353.326,318.0056,114.55421,168.90558,79.617516,95.9165,54.779907,8.932224,101.40256,714.5099,212.30463,118.44071,102.714905,14.088441,107.2092,104.15087,41.92029,796.2877,175.8545,3807.6182,34.469666,3311.4204,78.88881,426.34088,2358.4792,80.44956,9.434593,1359.6799,1246.2194,4280.5405,112.57133 +2023-07-19 20:00:00,0.0,17143.658,251.69055,23.337729,34.95781,26.388235,166.24203,24.317804,32.960358,19.853632,21.56548,768.5001,348.2103,9.313013,131.02641,10.558393,0.9672036,25.42017,15.119323,1.891069,337.489,0.29859713,319.9601,45.170055,0.6813441,2.654735,107.27022,18.362698,50.687576,113.76191,23462.201,0.33402932,1538.4712,0.7109437,0.43211454,0.21395816,1.2495658,149.09155,180.31255,26.380972,202.5578,21.918724,63.96515,1869.8318,3.1407065,259.82602,171.7206,354.18677,141.92165,352.0966,28.253752,443.41333,0.0,2516.148,14636.101,31.926886,464.75595,142.99458,43976.773,132.00352,25.36365,158.76657,383.8268,61.77992,25.280779,246.22209,2128.4314,346.37802,163.16106,21.758762,15.46397,412.24326,66.994064,1453.255,108.25591,2340.8362,208.58656,376.87445,85.52823,215.58202,7.4116693,12.110671,21.231876,3.235939,2.7734337,66.13719,62.348362,69.71445,23.117825,26.958517,194.41113,7.346774,3050.5264,81.013725,66.59006,96.794846,99.74957,217.77617,115.13628,137.17741,22.482098,41.316162,106.45166,302.55023,665.97504,93.09086,368.41248,79.21734,120.6341,286.4181,368.83658,958.68475,234.99956,3.948664,20.522715,9.288387,40.12337,17689.764,3.8066845,16.466862,27.328495,37.88107,436.15125,65.88441,162.06143,3.0208025,175.87782,463.26593,317.32477,126.421814,447.0013,33.014694,87.23775,207.42027,11.920055,1.7010404,11.436746,1622.418,0.116926,0.3979659,51.877087,7.1681266,3.7971878,4.882268,8.845429,115.97114,40.900337,99.26474,655.7909,225.09018,1979.1517,1828.6964,15.564408,28.486603,11692.841,8.147555,64.8405,643.89777,117.93764,165.41707,74.03185,380.18997,863.90186,418.78235,15.760753,89.56631,1058.9285,2018.7108,45.253654,585.65485,44.295925,1.0769111,61.257965,1.1184098,0.68008935,3.099206,39.721912,119.09905,266.6792,18.445824,3352.9182,318.12277,114.59498,168.95027,79.62443,95.91465,54.77554,8.945027,101.41398,714.8114,212.41743,118.49101,102.775154,14.069624,107.31989,104.22715,41.90288,796.0824,175.86528,3807.008,34.46194,3310.42,78.8883,426.3171,2358.14,80.45655,9.434744,1359.0321,1245.1688,4277.8267,112.497734 +2023-07-19 21:00:00,0.0,17145.287,251.89532,23.34584,34.955738,26.398514,166.22838,24.317142,32.958294,19.853863,21.562416,768.90454,347.8705,9.310765,131.02667,10.546585,0.9659632,25.42561,15.101554,1.8924282,337.46738,0.29840377,319.98428,45.160248,0.6820965,2.6545465,107.26866,18.353289,50.635754,113.71117,23475.656,0.33332142,1538.5519,0.7100284,0.43156463,0.21360773,1.2474327,149.06752,180.237,26.375013,202.54134,21.914827,64.033005,1870.8706,3.138961,260.0328,171.81505,354.22107,141.91925,352.03445,28.273752,443.65665,0.0,2515.7314,14634.298,31.948513,464.98386,143.03099,43974.77,132.00378,25.37828,158.8043,384.06403,61.81208,25.300406,246.30002,2128.4956,346.36517,163.23842,21.772411,15.471802,412.13977,67.01546,1452.623,108.17661,2341.2747,208.45201,376.9313,85.49994,215.29042,7.4096785,12.106257,21.212719,3.2334092,2.7709327,66.14394,62.367363,69.72188,23.135944,26.965662,194.18515,7.344907,3050.7961,80.92773,66.62399,96.7034,99.70236,217.78857,115.05738,137.29839,22.457535,41.30241,106.41372,302.51355,665.6101,92.95887,368.12943,79.17521,120.67862,286.3732,369.02704,958.70636,234.74922,3.9491754,20.530342,9.286076,40.119633,17694.318,3.8037474,16.475664,27.340727,37.848255,435.8047,65.81734,161.952,3.0203242,175.70332,463.02747,317.20258,126.42723,447.24792,33.02446,87.2872,207.27696,11.916269,1.7006811,11.43473,1621.2373,0.11680776,0.3976384,51.864624,7.172639,3.7969604,4.879188,8.8406315,115.90214,40.878075,99.22093,655.5092,225.12738,1979.3657,1828.8893,15.569839,28.494926,11690.727,8.146461,64.85517,644.09827,117.988106,165.4612,74.05272,380.30484,863.71844,418.8293,15.768029,89.59839,1058.9639,2018.9878,45.267326,585.7551,44.311863,1.0769761,61.261402,1.1184112,0.6801167,3.0993721,39.742523,119.11374,266.64374,18.448292,3352.5103,318.23993,114.63575,168.99496,79.63134,95.9128,54.771168,8.957829,101.4254,715.1129,212.53024,118.54131,102.835396,14.050807,107.43059,104.30343,41.88547,795.877,175.87605,3806.398,34.454216,3309.4197,78.88779,426.2933,2357.8008,80.46354,9.434895,1358.3843,1244.1184,4275.1123,112.42413 +2023-07-19 22:00:00,0.0,17146.918,252.10011,23.35395,34.953667,26.408794,166.2147,24.316483,32.956226,19.854095,21.559355,769.3089,347.53076,9.308517,131.02692,10.534778,0.96472275,25.431047,15.083785,1.8937873,337.44574,0.2982104,320.00848,45.15044,0.6828489,2.654358,107.267105,18.34388,50.583935,113.66042,23489.111,0.33261353,1538.6326,0.70911306,0.43101475,0.21325728,1.2452997,149.04347,180.16147,26.369053,202.52487,21.91093,64.10087,1871.9095,3.1372154,260.2396,171.90952,354.25537,141.91687,351.97235,28.293753,443.89993,0.0,2515.3154,14632.495,31.970139,465.2118,143.0674,43972.766,132.00404,25.392912,158.84204,384.3013,61.844242,25.32003,246.37794,2128.5596,346.35233,163.31577,21.78606,15.479633,412.0363,67.03685,1451.991,108.09731,2341.7131,208.31747,376.98813,85.47164,214.99881,7.4076877,12.101844,21.19356,3.2308793,2.7684317,66.15069,62.386364,69.7293,23.154064,26.972807,193.95918,7.3430395,3051.0657,80.841736,66.65793,96.611946,99.65515,217.80098,114.978485,137.41936,22.43297,41.288662,106.37578,302.47684,665.2451,92.82688,367.84637,79.13309,120.72313,286.3283,369.21747,958.728,234.49889,3.9496868,20.537971,9.283764,40.11589,17698.873,3.80081,16.484468,27.352957,37.81544,435.45816,65.75027,161.84256,3.0198457,175.52884,462.789,317.08035,126.43265,447.49454,33.03423,87.336655,207.13364,11.912483,1.7003219,11.4327135,1620.0568,0.116689526,0.3973109,51.852158,7.1771507,3.796733,4.876108,8.835834,115.83314,40.855816,99.17712,655.22754,225.16458,1979.5796,1829.082,15.575269,28.503248,11688.612,8.145367,64.86985,644.29877,118.038574,165.50531,74.073586,380.4197,863.535,418.87628,15.775307,89.63046,1058.9993,2019.2648,45.281,585.8554,44.3278,1.077041,61.264843,1.1184125,0.6801441,3.0995386,39.763134,119.12843,266.6083,18.450762,3352.1023,318.3571,114.67652,169.03966,79.63825,95.91096,54.7668,8.970632,101.43683,715.41437,212.64305,118.591606,102.895645,14.031989,107.54128,104.37971,41.86806,795.6717,175.88683,3805.7878,34.446487,3308.4192,78.88727,426.26953,2357.4614,80.47053,9.435045,1357.7366,1243.068,4272.3984,112.35054 +2023-07-19 23:00:00,0.0,17148.547,252.3049,23.362062,34.951595,26.419075,166.20105,24.31582,32.954163,19.854326,21.556292,769.7133,347.191,9.30627,131.02718,10.522969,0.9634823,25.436485,15.066015,1.8951464,337.4241,0.29801702,320.03265,45.140636,0.6836012,2.6541696,107.26554,18.33447,50.532112,113.60969,23502.566,0.33190563,1538.7133,0.7081977,0.43046483,0.21290684,1.2431666,149.01942,180.08592,26.363092,202.5084,21.907034,64.168724,1872.9484,3.13547,260.44635,172.00397,354.28967,141.91449,351.91022,28.313753,444.14322,0.0,2514.8994,14630.692,31.991766,465.43973,143.1038,43970.766,132.0043,25.407543,158.87978,384.53857,61.8764,25.339655,246.45587,2128.6238,346.33948,163.39313,21.79971,15.487465,411.9328,67.05824,1451.359,108.01801,2342.1514,208.18292,377.04498,85.44335,214.70721,7.405697,12.09743,21.1744,3.2283492,2.7659307,66.15744,62.405365,69.73673,23.172182,26.979954,193.73322,7.341172,3051.3352,80.75574,66.69187,96.5205,99.60794,217.8134,114.89959,137.54033,22.408407,41.27491,106.337845,302.44016,664.8801,92.69489,367.5633,79.09096,120.76764,286.28342,369.40793,958.74963,234.24855,3.9501982,20.545599,9.281452,40.112152,17703.426,3.7978728,16.493273,27.365189,37.782627,435.1116,65.6832,161.73312,3.0193675,175.35434,462.55057,316.95813,126.438065,447.74115,33.043995,87.38611,206.99033,11.908697,1.6999627,11.430697,1618.8762,0.116571285,0.39698339,51.839695,7.181663,3.7965055,4.873028,8.831036,115.764145,40.833553,99.13331,654.9459,225.2018,1979.7935,1829.2749,15.580699,28.51157,11686.498,8.144273,64.88452,644.49927,118.08905,165.54944,74.09445,380.53458,863.35156,418.92322,15.782584,89.662544,1059.0345,2019.5417,45.294666,585.9556,44.34374,1.077106,61.26828,1.1184139,0.68017143,3.0997047,39.783745,119.14312,266.57285,18.45323,3351.6943,318.47424,114.71729,169.08434,79.645164,95.9091,54.762432,8.983435,101.44825,715.7159,212.75586,118.64191,102.95589,14.013172,107.65198,104.45598,41.85065,795.4664,175.89761,3805.178,34.438763,3307.419,78.88676,426.24573,2357.1223,80.477516,9.435196,1357.0887,1242.0175,4269.6846,112.27695 +2023-07-20 00:00:00,0.0,17150.176,252.50967,23.370173,34.949524,26.429354,166.18738,24.315159,32.9521,19.854559,21.553228,770.11774,346.85123,9.304022,131.02742,10.511162,0.96224195,25.441925,15.048246,1.8965056,337.40247,0.29782367,320.05682,45.13083,0.6843536,2.653981,107.263985,18.325062,50.48029,113.558945,23516.02,0.33119774,1538.794,0.7072824,0.42991495,0.2125564,1.2410337,148.99539,180.01039,26.357132,202.49193,21.903137,64.23659,1873.9872,3.1337242,260.65314,172.09842,354.3239,141.9121,351.8481,28.333752,444.38654,0.0,2514.483,14628.889,32.013393,465.66763,143.14021,43968.76,132.00456,25.422176,158.91751,384.77582,61.90856,25.359282,246.5338,2128.6877,346.3266,163.47047,21.813356,15.4952965,411.8293,67.079636,1450.7269,107.93871,2342.5898,208.04839,377.10184,85.41506,214.4156,7.403706,12.093017,21.155241,3.2258193,2.7634296,66.164185,62.42437,69.74416,23.190302,26.987099,193.50725,7.3393054,3051.605,80.66975,66.72581,96.429054,99.56073,217.8258,114.820694,137.66129,22.383842,41.261158,106.299904,302.40344,664.51514,92.562904,367.28024,79.048836,120.81216,286.23853,369.5984,958.7713,233.99821,3.9507096,20.553226,9.2791395,40.10841,17707.98,3.7949355,16.502075,27.37742,37.749813,434.76508,65.61613,161.62369,3.018889,175.17984,462.3121,316.8359,126.44348,447.98776,33.053764,87.435555,206.84702,11.90491,1.6996036,11.428681,1617.6956,0.116453044,0.3966559,51.82723,7.1861753,3.796278,4.869948,8.826239,115.695145,40.81129,99.0895,654.66425,225.239,1980.0074,1829.4678,15.586129,28.519892,11684.384,8.143178,64.89919,644.69977,118.13952,165.59355,74.11532,380.64948,863.1681,418.97018,15.789862,89.694626,1059.07,2019.8187,45.30834,586.0559,44.359676,1.077171,61.271717,1.1184152,0.6801988,3.099871,39.80435,119.15781,266.5374,18.455698,3351.2864,318.5914,114.758064,169.12903,79.65208,95.90726,54.758064,8.996237,101.45968,716.01733,212.86867,118.69221,103.01613,13.994355,107.76267,104.53226,41.83324,795.26105,175.90839,3804.5679,34.431034,3306.4185,78.886246,426.22195,2356.783,80.484505,9.435347,1356.441,1240.967,4266.9707,112.203354 +2023-07-20 01:00:00,0.0,17151.807,252.71445,23.378284,34.947453,26.439634,166.1737,24.314497,32.95003,19.854792,21.550165,770.52216,346.51147,9.301774,131.02768,10.499353,0.9610015,25.447363,15.030478,1.8978647,337.3808,0.29763028,320.081,45.12102,0.685106,2.6537924,107.26243,18.315655,50.428467,113.5082,23529.475,0.33048984,1538.8746,0.7063671,0.42936507,0.21220596,1.2389005,148.97134,179.93486,26.351171,202.47546,21.89924,64.30445,1875.0261,3.1319788,260.85992,172.19289,354.35822,141.90971,351.78598,28.353752,444.62982,0.0,2514.067,14627.086,32.03502,465.89557,143.17662,43966.758,132.00482,25.436808,158.95525,385.0131,61.940723,25.378906,246.61172,2128.7517,346.31375,163.54784,21.827005,15.503128,411.72583,67.10103,1450.095,107.85941,2343.0283,207.91385,377.1587,85.386765,214.12401,7.4017153,12.088602,21.136082,3.2232895,2.7609286,66.17094,62.443367,69.75159,23.208422,26.994244,193.28128,7.337438,3051.8745,80.58375,66.75974,96.33761,99.51353,217.83821,114.7418,137.78226,22.35928,41.247406,106.26196,302.36676,664.15015,92.430916,366.9972,79.00671,120.85667,286.19363,369.78885,958.7929,233.74788,3.9512212,20.560854,9.276828,40.10467,17712.535,3.7919981,16.51088,27.38965,37.717,434.41852,65.54906,161.51427,3.0184107,175.00534,462.07364,316.7137,126.4489,448.23438,33.06353,87.48501,206.70369,11.901124,1.6992444,11.426665,1616.515,0.1163348,0.3963284,51.814766,7.1906877,3.7960505,4.866868,8.821441,115.626144,40.789032,99.04569,654.3826,225.2762,1980.2213,1829.6605,15.591559,28.528214,11682.27,8.142084,64.913864,644.90027,118.18999,165.63766,74.13619,380.76434,862.9847,419.01712,15.797139,89.7267,1059.1053,2020.0957,45.322006,586.1562,44.375618,1.0772359,61.275154,1.1184167,0.68022615,3.1000373,39.824963,119.17249,266.50198,18.458168,3350.8784,318.70856,114.798836,169.17372,79.65899,95.90541,54.753696,9.009039,101.4711,716.31885,212.98148,118.7425,103.07638,13.975538,107.87337,104.608536,41.81583,795.0557,175.91916,3803.9578,34.42331,3305.4182,78.885735,426.19815,2356.4436,80.49149,9.435497,1355.7932,1239.9166,4264.2563,112.12976 +2023-07-20 02:00:00,0.0,17153.436,252.91924,23.386395,34.94538,26.449915,166.16005,24.313835,32.947968,19.855022,21.547102,770.9265,346.1717,9.299526,131.02792,10.487546,0.9597611,25.452803,15.012708,1.8992238,337.35916,0.29743692,320.10516,45.111217,0.68585837,2.6536038,107.26087,18.306246,50.376644,113.45746,23542.93,0.32978192,1538.9553,0.7054517,0.42881516,0.21185552,1.2367675,148.94731,179.85931,26.345211,202.459,21.895344,64.37231,1876.065,3.1302333,261.0667,172.28734,354.39252,141.90733,351.72388,28.373753,444.8731,0.0,2513.6506,14625.283,32.056644,466.1235,143.21303,43964.754,132.00508,25.451439,158.99298,385.25037,61.972885,25.398533,246.68965,2128.816,346.3009,163.62518,21.840654,15.51096,411.6223,67.12242,1449.463,107.780106,2343.4668,207.7793,377.2155,85.358475,213.83241,7.3997245,12.084188,21.116922,3.2207596,2.7584276,66.17768,62.46237,69.75902,23.226542,27.001389,193.05531,7.335571,3052.144,80.49776,66.793686,96.246155,99.46632,217.85063,114.6629,137.90323,22.334715,41.233654,106.22403,302.33008,663.78516,92.29893,366.7141,78.964584,120.901184,286.14874,369.9793,958.8145,233.49753,3.9517326,20.568481,9.274516,40.100933,17717.09,3.7890608,16.519684,27.401882,37.68418,434.07196,65.48199,161.40483,3.0179322,174.83084,461.8352,316.5915,126.454315,448.48096,33.073296,87.53446,206.56038,11.897338,1.6988852,11.424648,1615.3345,0.11621656,0.39600086,51.8023,7.1952,3.795823,4.863788,8.816643,115.557144,40.76677,99.001884,654.10095,225.31342,1980.4353,1829.8534,15.59699,28.536537,11680.156,8.14099,64.928535,645.10077,118.240456,165.6818,74.15706,380.8792,862.8012,419.0641,15.804416,89.75878,1059.1407,2020.3727,45.33568,586.2565,44.391556,1.0773009,61.278595,1.118418,0.6802535,3.1002035,39.845573,119.18718,266.46652,18.460636,3350.4705,318.8257,114.83961,169.21841,79.6659,95.903564,54.74933,9.021841,101.48253,716.6203,213.09428,118.7928,103.13662,13.95672,107.98406,104.684814,41.798416,794.85034,175.92993,3803.3477,34.415585,3304.4177,78.88522,426.17438,2356.1045,80.49849,9.435648,1355.1455,1238.8661,4261.5425,112.05617 +2023-07-20 03:00:00,0.0,17155.064,253.12402,23.394506,34.94331,26.460194,166.14638,24.313173,32.9459,19.855255,21.544039,771.33093,345.83194,9.297278,131.02818,10.475739,0.95852065,25.45824,14.994939,1.9005829,337.33752,0.29724357,320.12933,45.10141,0.68661076,2.6534152,107.259315,18.296837,50.32482,113.40672,23556.383,0.32907403,1539.036,0.7045364,0.42826527,0.21150509,1.2346344,148.92326,179.78378,26.339252,202.44254,21.891447,64.44017,1877.1038,3.1284876,261.2735,172.3818,354.42682,141.90494,351.66174,28.393753,445.11642,0.0,2513.2344,14623.48,32.07827,466.3514,143.24944,43962.75,132.00534,25.46607,159.03073,385.4876,62.005047,25.418158,246.76758,2128.88,346.28806,163.70253,21.854303,15.518792,411.51883,67.143814,1448.8309,107.700806,2343.9053,207.64476,377.27237,85.33018,213.5408,7.3977337,12.079775,21.097763,3.2182295,2.7559266,66.18443,62.48137,69.76644,23.244661,27.008535,192.82935,7.3337035,3052.4136,80.41176,66.82762,96.15471,99.419106,217.86304,114.584,138.0242,22.31015,41.219906,106.18609,302.29337,663.42017,92.16694,366.43106,78.922455,120.945694,286.10385,370.16977,958.8362,233.2472,3.952244,20.576109,9.272204,40.09719,17721.643,3.7861238,16.528488,27.414114,37.651367,433.72543,65.41492,161.2954,3.0174537,174.65636,461.59674,316.46927,126.45973,448.72757,33.083065,87.583916,206.41705,11.893551,1.698526,11.422632,1614.1538,0.11609832,0.39567336,51.789833,7.1997123,3.7955954,4.8607078,8.811845,115.48815,40.744507,98.95808,653.81934,225.35062,1980.6492,1830.0461,15.602419,28.544859,11678.042,8.139896,64.943214,645.3013,118.29093,165.7259,74.177925,380.99408,862.6178,419.11105,15.811693,89.79086,1059.176,2020.6497,45.34935,586.35675,44.407494,1.0773659,61.282032,1.1184194,0.68028086,3.10037,39.866184,119.20187,266.4311,18.463104,3350.0627,318.94287,114.88038,169.2631,79.67281,95.90171,54.74496,9.034644,101.49395,716.9218,213.20709,118.8431,103.19687,13.937903,108.09476,104.761086,41.781006,794.645,175.94072,3802.7375,34.407856,3303.4175,78.884705,426.15057,2355.7651,80.50548,9.435799,1354.4977,1237.8157,4258.8286,111.982574 +2023-07-20 04:00:00,0.0,17156.693,253.3288,23.402618,34.94124,26.470474,166.1327,24.312511,32.943836,19.855486,21.540976,771.73535,345.4922,9.295031,131.02843,10.46393,0.9572802,25.463678,14.97717,1.9019421,337.3159,0.29705018,320.1535,45.091602,0.6873631,2.6532269,107.25776,18.287428,50.273003,113.35598,23569.838,0.32836613,1539.1167,0.7036211,0.4277154,0.21115464,1.2325013,148.89922,179.70824,26.333292,202.42607,21.88755,64.508026,1878.1427,3.1267421,261.4803,172.47626,354.4611,141.90256,351.59964,28.413752,445.3597,0.0,2512.8184,14621.677,32.0999,466.57935,143.28584,43960.746,132.0056,25.480703,159.06847,385.72488,62.037205,25.437784,246.8455,2128.944,346.2752,163.77989,21.86795,15.526624,411.41534,67.165215,1448.199,107.621506,2344.3435,207.51021,377.32922,85.30189,213.2492,7.395743,12.075361,21.078604,3.2156997,2.7534256,66.19118,62.500374,69.77387,23.26278,27.01568,192.60336,7.331836,3052.6833,80.32577,66.86156,96.06326,99.371895,217.87544,114.505104,138.14516,22.285587,41.206154,106.14815,302.25668,663.0552,92.03494,366.148,78.88033,120.99021,286.05896,370.36023,958.8578,232.99686,3.9527555,20.583736,9.269893,40.093452,17726.197,3.7831864,16.53729,27.426344,37.618553,433.37888,65.34785,161.18596,3.0169754,174.48186,461.35828,316.34705,126.46515,448.97418,33.09283,87.63337,206.27374,11.889765,1.6981667,11.420616,1612.9733,0.11598008,0.39534587,51.77737,7.2042246,3.795368,4.857628,8.807047,115.41915,40.722244,98.91427,653.53766,225.38783,1980.863,1830.239,15.607849,28.55318,11675.928,8.138802,64.957886,645.5018,118.3414,165.77003,74.19879,381.10895,862.4343,419.158,15.818971,89.82294,1059.2114,2020.9266,45.363018,586.457,44.42343,1.0774308,61.28547,1.1184207,0.6803082,3.100536,39.88679,119.21656,266.39563,18.465572,3349.6548,319.06003,114.92114,169.3078,79.679726,95.899864,54.740593,9.047446,101.50538,717.2233,213.3199,118.8934,103.25711,13.919086,108.20545,104.837364,41.763596,794.4397,175.95149,3802.1277,34.40013,3302.417,78.88419,426.12677,2355.4258,80.51247,9.435949,1353.85,1236.7653,4256.1147,111.90897 +2023-07-20 05:00:00,0.0,17158.324,253.53357,23.410728,34.939167,26.480755,166.11905,24.31185,32.941772,19.855719,21.537914,772.1398,345.1524,9.292783,131.02869,10.452123,0.9560398,25.469118,14.959401,1.9033012,337.29425,0.29685682,320.17767,45.0818,0.6881155,2.6530383,107.256195,18.278019,50.22118,113.30524,23583.293,0.32765824,1539.1974,0.70270574,0.42716548,0.21080421,1.2303684,148.87518,179.6327,26.327332,202.4096,21.883654,64.57589,1879.1815,3.1249964,261.68707,172.57071,354.49536,141.90018,351.5375,28.433752,445.603,0.0,2512.4019,14619.874,32.121525,466.80728,143.32225,43958.742,132.00586,25.495335,159.1062,385.9621,62.069366,25.457409,246.92342,2129.008,346.26236,163.85724,21.8816,15.534455,411.31186,67.18661,1447.5669,107.542206,2344.782,207.37567,377.38605,85.27359,212.9576,7.393752,12.070948,21.059444,3.2131698,2.7509246,66.19793,62.51937,69.781296,23.2809,27.022825,192.3774,7.329969,3052.953,80.23977,66.8955,95.97181,99.324684,217.88786,114.42621,138.26613,22.261023,41.1924,106.11021,302.21997,662.69025,91.902954,365.86496,78.8382,121.03472,286.01407,370.5507,958.8794,232.74652,3.9532669,20.591364,9.267581,40.089714,17730.752,3.780249,16.546095,27.438576,37.58574,433.03232,65.280785,161.07652,3.016497,174.30736,461.11984,316.22485,126.470566,449.2208,33.102596,87.682816,206.13042,11.885979,1.6978076,11.4186,1611.7927,0.11586184,0.39501834,51.764904,7.208737,3.7951405,4.854548,8.802249,115.35015,40.699986,98.87046,653.256,225.42503,1981.077,1830.4319,15.613279,28.561502,11673.813,8.137708,64.97256,645.7023,118.39187,165.81415,74.21966,381.22385,862.2509,419.20496,15.826248,89.85502,1059.2468,2021.2036,45.37669,586.55725,44.439373,1.0774958,61.288906,1.1184222,0.6803356,3.1007025,39.907402,119.23125,266.3602,18.468042,3349.2468,319.1772,114.961914,169.3525,79.68664,95.89802,54.73622,9.060248,101.5168,717.5248,213.43271,118.943695,103.31736,13.900269,108.31615,104.91364,41.746185,794.2344,175.96227,3801.5176,34.392403,3301.4167,78.88368,426.103,2355.0867,80.519455,9.4361,1353.2021,1235.7148,4253.401,111.83538 +2023-07-20 06:00:00,0.0,17159.953,253.73836,23.41884,34.937096,26.491035,166.10538,24.311188,32.939705,19.85595,21.534851,772.5441,344.81265,9.290535,131.02893,10.440315,0.9547994,25.474556,14.941631,1.9046603,337.2726,0.29666343,320.20184,45.07199,0.68886787,2.6528497,107.25464,18.26861,50.169357,113.25449,23596.746,0.32695034,1539.2781,0.7017904,0.4266156,0.21045376,1.2282352,148.85114,179.55716,26.321371,202.39314,21.879757,64.643745,1880.2203,3.123251,261.89383,172.66518,354.52966,141.89778,351.4754,28.453753,445.8463,0.0,2511.9858,14618.071,32.14315,467.0352,143.35866,43956.74,132.00612,25.509966,159.14394,386.19937,62.10153,25.477036,247.00134,2129.0723,346.24948,163.9346,21.895248,15.542287,411.20837,67.208,1446.9349,107.462906,2345.2205,207.24113,377.4429,85.2453,212.666,7.3917613,12.066534,21.040285,3.2106397,2.7484236,66.20467,62.538376,69.78873,23.299019,27.02997,192.15143,7.3281016,3053.2224,80.15378,66.929436,95.88036,99.27747,217.90027,114.34731,138.3871,22.23646,41.17865,106.07227,302.1833,662.32526,91.770966,365.58188,78.79608,121.07923,285.96918,370.74115,958.90106,232.49619,3.9537783,20.598991,9.265269,40.08597,17735.305,3.7773118,16.5549,27.450808,37.552925,432.6858,65.213715,160.96709,3.0160186,174.13286,460.88138,316.10263,126.47598,449.4674,33.112366,87.73227,205.9871,11.882193,1.6974484,11.416584,1610.612,0.11574361,0.39469084,51.75244,7.213249,3.794913,4.851468,8.797451,115.28115,40.677723,98.82665,652.97437,225.46223,1981.2909,1830.6246,15.61871,28.569824,11671.699,8.136614,64.98723,645.9028,118.44234,165.85828,74.240524,381.3387,862.06744,419.2519,15.833525,89.8871,1059.2822,2021.4806,45.390358,586.65753,44.45531,1.0775608,61.292347,1.1184236,0.68036294,3.1008687,39.928013,119.24593,266.32474,18.47051,3348.8389,319.29437,115.002686,169.39717,79.69355,95.89617,54.731853,9.073051,101.52823,717.8263,213.54552,118.993996,103.3776,13.881452,108.42684,104.98992,41.728775,794.02905,175.97304,3800.9075,34.384678,3300.4163,78.88317,426.0792,2354.7473,80.52644,9.436251,1352.5544,1234.6643,4250.6865,111.76179 +2023-07-20 07:00:00,0.0,17161.582,253.94315,23.42695,34.935024,26.501314,166.0917,24.310526,32.93764,19.856182,21.531788,772.94855,344.47287,9.288287,131.02919,10.428507,0.953559,25.479996,14.923862,1.9060194,337.25095,0.29647008,320.226,45.062183,0.68962026,2.652661,107.25308,18.259203,50.117535,113.20376,23610.201,0.32624242,1539.3588,0.70087504,0.42606568,0.21010332,1.2261022,148.8271,179.48163,26.31541,202.37668,21.87586,64.71161,1881.2593,3.1215053,262.10062,172.75963,354.56396,141.8954,351.41327,28.473753,446.0896,0.0,2511.5696,14616.269,32.164776,467.26312,143.39507,43954.734,132.00638,25.524597,159.18167,386.43665,62.13369,25.49666,247.07927,2129.1362,346.23663,164.01195,21.908897,15.550118,411.1049,67.22939,1446.3029,107.383606,2345.659,207.10658,377.49976,85.21701,212.37439,7.3897705,12.0621195,21.021126,3.2081099,2.7459223,66.21142,62.557373,69.79616,23.317139,27.037117,191.92546,7.3262343,3053.4922,80.06778,66.96337,95.78892,99.23026,217.91267,114.26842,138.50807,22.211895,41.164898,106.03433,302.1466,661.96027,91.63898,365.29883,78.75395,121.12375,285.92432,370.93158,958.92267,232.24585,3.9542897,20.60662,9.262958,40.082233,17739.86,3.7743745,16.563702,27.463037,37.52011,432.33923,65.146645,160.85765,3.0155401,173.95837,460.6429,315.9804,126.4814,449.71402,33.12213,87.78172,205.84378,11.878406,1.6970892,11.414568,1609.4315,0.11562537,0.3943633,51.739975,7.2177615,3.7946856,4.8483877,8.792653,115.21216,40.65546,98.782845,652.6927,225.49945,1981.5049,1830.8175,15.62414,28.578148,11669.585,8.135519,65.00191,646.1033,118.49281,165.90239,74.26139,381.45358,861.88403,419.29886,15.840802,89.919174,1059.3175,2021.7576,45.40403,586.7578,44.47125,1.0776258,61.295784,1.1184249,0.6803903,3.101035,39.948624,119.26062,266.2893,18.472979,3348.431,319.41153,115.04346,169.44186,79.70046,95.89432,54.727486,9.085854,101.53965,718.12775,213.65833,119.0443,103.43784,13.862635,108.53754,105.06619,41.711365,793.82367,175.98383,3800.2974,34.376953,3299.416,78.88266,426.05542,2354.408,80.53343,9.436401,1351.9066,1233.6139,4247.9727,111.688194 +2023-07-20 08:00:00,0.0,17163.213,254.14792,23.435062,34.932953,26.511595,166.07805,24.309864,32.935577,19.856413,21.528725,773.35297,344.13312,9.286039,131.02943,10.416699,0.95231855,25.485434,14.906094,1.9073786,337.2293,0.29627672,320.25018,45.052376,0.69037265,2.6524727,107.251526,18.249794,50.065712,113.153015,23623.656,0.32553452,1539.4395,0.69995975,0.4255158,0.20975289,1.2239691,148.80305,179.4061,26.309452,202.36021,21.871964,64.779465,1882.2981,3.1197598,262.3074,172.8541,354.59824,141.89302,351.35117,28.493753,446.33292,0.0,2511.1533,14614.465,32.186405,467.49106,143.43147,43952.73,132.00664,25.53923,159.2194,386.6739,62.165848,25.516285,247.1572,2129.2002,346.2238,164.08931,21.922544,15.55795,411.0014,67.250786,1445.6709,107.304306,2346.0974,206.97205,377.5566,85.18871,212.0828,7.3877797,12.057706,21.001966,3.20558,2.7434213,66.21817,62.576378,69.80358,23.335258,27.044262,191.6995,7.324367,3053.7617,79.98179,66.997314,95.69747,99.18305,217.9251,114.18952,138.62903,22.187332,41.15115,105.99639,302.1099,661.5953,91.50699,365.01578,78.71183,121.16826,285.87943,371.12204,958.9443,231.99551,3.954801,20.614248,9.260645,40.078495,17744.414,3.7714372,16.572506,27.47527,37.487297,431.99268,65.079575,160.74821,3.0150619,173.78387,460.40448,315.8582,126.48682,449.96063,33.131897,87.83118,205.70047,11.8746195,1.69673,11.412552,1608.251,0.115507126,0.39403582,51.727512,7.222274,3.7944582,4.845308,8.787856,115.14316,40.6332,98.73904,652.411,225.53665,1981.7188,1831.0103,15.62957,28.58647,11667.471,8.134425,65.01658,646.3038,118.54328,165.9465,74.28226,381.56845,861.70056,419.34583,15.84808,89.951256,1059.3529,2022.0345,45.4177,586.8581,44.487186,1.0776907,61.29922,1.1184263,0.6804176,3.1012013,39.96923,119.275314,266.25388,18.475447,3348.023,319.5287,115.08423,169.48656,79.707375,95.89247,54.723118,9.098656,101.55108,718.42926,213.77112,119.09459,103.49809,13.843818,108.64823,105.14247,41.693954,793.61835,175.9946,3799.6873,34.369225,3298.4155,78.88214,426.03162,2354.0688,80.54042,9.436552,1351.2589,1232.5635,4245.259,111.6146 +2023-07-20 09:00:00,0.0,17164.842,254.35269,23.443172,34.93088,26.521875,166.06438,24.309202,32.93351,19.856646,21.525661,773.7574,343.79333,9.283792,131.0297,10.404892,0.9510781,25.490871,14.888324,1.9087378,337.20767,0.29608333,320.27435,45.042572,0.691125,2.6522841,107.24997,18.240385,50.013893,113.10227,23637.11,0.32482663,1539.5201,0.6990444,0.42496592,0.20940244,1.2218361,148.77902,179.33055,26.303492,202.34375,21.868067,64.84733,1883.3369,3.118014,262.5142,172.94855,354.63254,141.89062,351.28903,28.513752,446.5762,0.0,2510.7373,14612.662,32.20803,467.719,143.46788,43950.727,132.0069,25.553862,159.25714,386.91116,62.19801,25.535912,247.23512,2129.2644,346.21094,164.16666,21.936193,15.565782,410.89792,67.27218,1445.039,107.225,2346.5356,206.8375,377.61343,85.16042,211.79118,7.385789,12.053292,20.982807,3.2030501,2.7409203,66.224915,62.595375,69.81101,23.353376,27.051407,191.47353,7.3225,3054.0312,79.89579,67.03125,95.60602,99.13584,217.9375,114.11062,138.75,22.162767,41.137398,105.95845,302.0732,661.2303,91.375,364.73273,78.6697,121.212776,285.83453,371.3125,958.96594,231.74518,3.9553125,20.621876,9.258333,40.074753,17748.969,3.7685,16.58131,27.4875,37.454483,431.64615,65.012505,160.63878,3.0145833,173.60938,460.16602,315.73596,126.49223,450.20724,33.141666,87.88063,205.55714,11.870833,1.6963708,11.410536,1607.0703,0.115388885,0.39370832,51.715046,7.226786,3.7942307,4.842228,8.783058,115.07416,40.61094,98.69523,652.1294,225.57385,1981.9326,1831.2031,15.635,28.594791,11665.357,8.133331,65.03125,646.5043,118.59375,165.99063,74.30312,381.68335,861.51715,419.39276,15.855357,89.98334,1059.3883,2022.3115,45.43137,586.9583,44.503124,1.0777557,61.302658,1.1184276,0.68044496,3.1013677,39.98984,119.29,266.2184,18.477917,3347.6152,319.64584,115.125,169.53125,79.71429,95.890625,54.71875,9.111459,101.5625,718.7308,213.88393,119.14489,103.558334,13.825,108.75893,105.21875,41.676544,793.413,176.00537,3799.0774,34.3615,3297.4153,78.88163,426.00784,2353.7295,80.54741,9.436703,1350.6111,1231.513,4242.545,111.541 +2023-07-20 10:00:00,0.0,17166.47,254.55748,23.451284,34.92881,26.532154,166.0507,24.30854,32.931446,19.856878,21.522598,774.1618,343.45358,9.281544,131.02995,10.393084,0.9498377,25.496311,14.870555,1.9100969,337.18604,0.29588997,320.29852,45.032764,0.69187737,2.6520956,107.24841,18.230976,49.96207,113.05153,23650.564,0.32411873,1539.6008,0.69812906,0.424416,0.209052,1.2197031,148.75497,179.25502,26.297531,202.32729,21.86417,64.915184,1884.3759,3.1162686,262.72098,173.043,354.6668,141.88824,351.22693,28.533752,446.8195,0.0,2510.321,14610.859,32.229656,467.9469,143.50429,43948.723,132.00716,25.568493,159.29488,387.1484,62.23017,25.555536,247.31305,2129.3284,346.1981,164.24402,21.949842,15.573614,410.79443,67.29357,1444.4069,107.1457,2346.974,206.70296,377.6703,85.132126,211.49959,7.383798,12.048879,20.963648,3.20052,2.7384193,66.23167,62.61438,69.818436,23.371496,27.058552,191.24756,7.320633,3054.3008,79.8098,67.065186,95.51457,99.08863,217.9499,114.03172,138.87097,22.138203,41.123646,105.92052,302.0365,660.8653,91.24301,364.44965,78.62758,121.257286,285.78964,371.50296,958.98755,231.49484,3.955824,20.629503,9.2560215,40.071014,17753.521,3.7655628,16.590113,27.499731,37.42167,431.2996,64.945435,160.52934,3.014105,173.43488,459.92755,315.61377,126.49765,450.45386,33.151432,87.93008,205.41383,11.867047,1.6960115,11.40852,1605.8898,0.115270644,0.3933808,51.702583,7.2312984,3.7940032,4.839148,8.77826,115.00516,40.588676,98.65142,651.8478,225.61107,1982.1466,1831.3959,15.64043,28.603113,11663.243,8.1322365,65.04592,646.7048,118.644226,166.03474,74.32399,381.79822,861.3337,419.43973,15.862634,90.01541,1059.4236,2022.5885,45.44504,587.0586,44.519066,1.0778207,61.306095,1.1184291,0.6804723,3.101534,40.010452,119.30469,266.18298,18.480385,3347.2073,319.763,115.16577,169.57594,79.7212,95.88878,54.714382,9.124261,101.57392,719.0322,213.99673,119.19519,103.61858,13.806183,108.86962,105.29503,41.659134,793.2077,176.01614,3798.4673,34.35377,3296.4148,78.88112,425.98404,2353.3901,80.5544,9.436853,1349.9634,1230.4625,4239.8306,111.46741 +2023-07-20 11:00:00,0.0,17168.1,254.76227,23.459394,34.92674,26.542435,166.03705,24.30788,32.92938,19.85711,21.519535,774.56616,343.11383,9.279296,131.0302,10.381276,0.94859725,25.501749,14.852786,1.911456,337.1644,0.2956966,320.3227,45.022957,0.69262975,2.651907,107.24685,18.221567,49.910248,113.000786,23664.02,0.32341084,1539.6815,0.6972137,0.42386612,0.20870157,1.2175701,148.73093,179.17947,26.29157,202.31082,21.860273,64.98305,1885.4147,3.114523,262.92776,173.13747,354.7011,141.88586,351.1648,28.553753,447.0628,0.0,2509.9048,14609.056,32.25128,468.17484,143.5407,43946.723,132.00742,25.583124,159.33261,387.38568,62.262333,25.575163,247.39098,2129.3926,346.18524,164.32137,21.963491,15.581446,410.69095,67.314964,1443.7749,107.0664,2347.4126,206.56842,377.72714,85.103836,211.20798,7.381808,12.044465,20.944489,3.1979902,2.7359183,66.23841,62.63338,69.82587,23.389616,27.065699,191.02159,7.3187656,3054.5706,79.7238,67.09913,95.42313,99.04142,217.96233,113.95283,138.99193,22.11364,41.109894,105.882576,301.99982,660.5003,91.11102,364.1666,78.58545,121.3018,285.74475,371.69342,959.00916,231.2445,3.9563353,20.63713,9.25371,40.067276,17758.076,3.7626255,16.598917,27.511963,37.388855,430.95303,64.878365,160.4199,3.0136266,173.26039,459.68912,315.49155,126.50307,450.70047,33.1612,87.97953,205.27051,11.86326,1.6956524,11.406504,1604.7092,0.1151524,0.3930533,51.690117,7.2358108,3.7937758,4.8360677,8.773462,114.93616,40.566418,98.60761,651.5661,225.64827,1982.3605,1831.5887,15.645861,28.611435,11661.129,8.131143,65.06059,646.9053,118.694695,166.07887,74.34486,381.9131,861.15027,419.48666,15.869911,90.04749,1059.459,2022.8655,45.45871,587.1589,44.535004,1.0778856,61.309536,1.1184304,0.6804997,3.1017003,40.031063,119.319374,266.14752,18.482853,3346.7993,319.88016,115.20654,169.62064,79.72811,95.88693,54.710014,9.137063,101.58535,719.33374,214.10954,119.24548,103.678825,13.787366,108.980316,105.37131,41.641724,793.0024,176.02693,3797.8572,34.346046,3295.4146,78.88061,425.96027,2353.051,80.561386,9.437004,1349.3156,1229.4121,4237.1167,111.393814 +2023-07-20 12:00:00,0.0,17169.73,254.96704,23.467506,34.924667,26.552715,166.02338,24.307219,32.927315,19.857342,21.516474,774.9706,342.77405,9.277049,131.03046,10.369468,0.9473568,25.507189,14.835016,1.9128151,337.14273,0.29550323,320.34686,45.013153,0.69338214,2.6517184,107.24529,18.21216,49.858425,112.95005,23677.473,0.32270294,1539.7622,0.6962984,0.4233162,0.20835112,1.2154369,148.7069,179.10394,26.28561,202.29436,21.856377,65.05091,1886.4535,3.1127775,263.13455,173.23192,354.7354,141.88347,351.1027,28.573753,447.3061,0.0,2509.4885,14607.253,32.27291,468.40277,143.5771,43944.72,132.00768,25.597757,159.37036,387.62292,62.294495,25.594788,247.4689,2129.4565,346.1724,164.39873,21.97714,15.589277,410.58746,67.33636,1443.1428,106.9871,2347.851,206.43387,377.784,85.07554,210.91638,7.379817,12.0400505,20.92533,3.1954603,2.7334173,66.24516,62.65238,69.83329,23.407736,27.072844,190.79562,7.3168983,3054.84,79.63781,67.133064,95.33167,98.99422,217.97473,113.87393,139.1129,22.089075,41.096146,105.844635,301.96313,660.1353,90.979034,363.88354,78.54333,121.34631,285.69986,371.88388,959.0308,230.99417,3.9568467,20.644758,9.251398,40.063534,17762.63,3.7596881,16.607721,27.524193,37.35604,430.6065,64.811295,160.31047,3.0131483,173.08589,459.45065,315.36932,126.508484,450.94708,33.170967,88.028984,205.1272,11.859474,1.6952932,11.404488,1603.5286,0.11503416,0.39272577,51.677654,7.240323,3.7935483,4.832988,8.768664,114.867165,40.544155,98.563805,651.2844,225.68549,1982.5745,1831.7816,15.65129,28.619759,11659.015,8.130049,65.07527,647.10583,118.74516,166.12299,74.36572,382.02795,860.9668,419.53363,15.877189,90.07957,1059.4944,2023.1425,45.47238,587.25916,44.55094,1.0779506,61.312973,1.1184318,0.68052703,3.1018665,40.051674,119.33406,266.1121,18.485323,3346.3914,319.9973,115.247314,169.66533,79.73502,95.88508,54.705647,9.149866,101.59677,719.6352,214.22235,119.295784,103.739075,13.768549,109.09101,105.44758,41.624313,792.79706,176.0377,3797.247,34.33832,3294.414,78.8801,425.93646,2352.7117,80.568375,9.437155,1348.6678,1228.3617,4234.403,111.32022 +2023-07-20 13:00:00,0.0,17171.36,255.17181,23.475616,34.922596,26.562994,166.0097,24.306557,32.92525,19.857573,21.51341,775.375,342.4343,9.274801,131.0307,10.35766,0.94611645,25.512627,14.817247,1.9141742,337.1211,0.29530987,320.37103,45.003345,0.69413453,2.65153,107.24374,18.202751,49.806602,112.89931,23690.928,0.32199502,1539.8429,0.6953831,0.42276633,0.20800067,1.2133039,148.68285,179.0284,26.279652,202.2779,21.85248,65.11877,1887.4924,3.111032,263.34134,173.32639,354.76968,141.88109,351.04056,28.593754,447.54938,0.0,2509.0723,14605.45,32.294537,468.63068,143.61353,43942.715,132.00793,25.612389,159.4081,387.86017,62.326653,25.614414,247.54683,2129.5208,346.15952,164.47607,21.990788,15.597109,410.48398,67.35776,1442.5109,106.9078,2348.2896,206.29933,377.84082,85.04725,210.62477,7.377826,12.035637,20.90617,3.1929305,2.7309163,66.25191,62.671383,69.84072,23.425856,27.079988,190.56964,7.315031,3055.1096,79.55181,67.167,95.24023,98.94701,217.98714,113.79504,139.23387,22.064512,41.082394,105.8067,301.92642,659.7703,90.847046,363.60046,78.5012,121.39082,285.65497,372.07434,959.0524,230.74384,3.9573581,20.652386,9.249086,40.059795,17767.184,3.7567508,16.616526,27.536425,37.323227,430.25995,64.744225,160.20103,3.0126698,172.91139,459.2122,315.2471,126.5139,451.1937,33.180733,88.07844,204.98387,11.855688,1.694934,11.402472,1602.348,0.11491593,0.39239827,51.665188,7.2448354,3.793321,4.829908,8.763866,114.798164,40.521893,98.52,651.00275,225.72269,1982.7883,1831.9744,15.65672,28.62808,11656.9,8.128955,65.08994,647.30634,118.79563,166.16711,74.38659,382.14282,860.7834,419.5806,15.884466,90.11165,1059.5298,2023.4194,45.48605,587.35944,44.56688,1.0780156,61.31641,1.1184331,0.6805544,3.1020327,40.07228,119.348755,266.07663,18.487791,3345.9834,320.11447,115.28808,169.71,79.741936,95.88323,54.70128,9.162668,101.6082,719.9367,214.33516,119.346085,103.79932,13.749731,109.201706,105.52386,41.606903,792.5917,176.04848,3796.637,34.330593,3293.4138,78.87958,425.9127,2352.3723,80.57536,9.437305,1348.02,1227.3112,4231.689,111.24663 +2023-07-20 14:00:00,0.0,17172.988,255.3766,23.483728,34.920525,26.573275,165.99605,24.305895,32.923183,19.857805,21.510347,775.7794,342.0945,9.272553,131.03096,10.345853,0.944876,25.518064,14.799479,1.9155334,337.09946,0.29511648,320.3952,44.993538,0.69488686,2.6513414,107.24218,18.193342,49.75478,112.848564,23704.383,0.32128713,1539.9236,0.6944677,0.42221645,0.20765024,1.2111708,148.65881,178.95287,26.273691,202.26143,21.848583,65.18663,1888.5312,3.1092863,263.5481,173.42084,354.804,141.8787,350.97845,28.613752,447.7927,0.0,2508.6562,14603.647,32.316162,468.8586,143.64993,43940.71,132.0082,25.62702,159.44583,388.09744,62.358814,25.634039,247.62474,2129.5847,346.14667,164.55344,22.004436,15.60494,410.3805,67.37915,1441.8789,106.8285,2348.728,206.16478,377.89767,85.01896,210.33318,7.3758354,12.031223,20.88701,3.1904004,2.7284153,66.25866,62.690384,69.848145,23.443974,27.087133,190.34367,7.3131638,3055.3794,79.46582,67.20094,95.14878,98.899796,217.99956,113.71614,139.35484,22.039948,41.06864,105.76876,301.88974,659.4054,90.71505,363.3174,78.459076,121.43534,285.61008,372.2648,959.07404,230.49348,3.9578695,20.660013,9.246775,40.056057,17771.738,3.7538135,16.625328,27.548656,37.290413,429.9134,64.677155,160.0916,3.0121915,172.7369,458.97375,315.1249,126.51932,451.4403,33.190502,88.12789,204.84056,11.851902,1.6945748,11.400455,1601.1675,0.11479769,0.39207077,51.652725,7.2493477,3.7930934,4.8268275,8.7590685,114.729164,40.499634,98.47619,650.72107,225.75989,1983.0023,1832.1672,15.66215,28.636402,11654.786,8.12786,65.104614,647.50684,118.84611,166.21123,74.407455,382.25772,860.5999,419.62753,15.891743,90.14373,1059.5651,2023.6964,45.49972,587.45966,44.582817,1.0780805,61.319847,1.1184345,0.68058175,3.102199,40.09289,119.36344,266.0412,18.49026,3345.5754,320.23163,115.32885,169.7547,79.74885,95.881386,54.696907,9.17547,101.61962,720.2382,214.44797,119.39638,103.85956,13.730914,109.3124,105.600136,41.589493,792.38635,176.05925,3796.027,34.32287,3292.4133,78.87907,425.8889,2352.0332,80.58235,9.437456,1347.3722,1226.2607,4228.975,111.173035 +2023-07-20 15:00:00,0.0,17174.62,255.58139,23.491838,34.918453,26.583555,165.98238,24.305233,32.92112,19.858036,21.507284,776.1838,341.75476,9.270306,131.0312,10.334044,0.9436356,25.523504,14.78171,1.9168925,337.07782,0.29492313,320.41937,44.983734,0.69563925,2.6511528,107.24062,18.183933,49.70296,112.79782,23717.836,0.32057923,1540.0043,0.69355243,0.42166653,0.2072998,1.2090378,148.63477,178.87733,26.26773,202.24496,21.844688,65.254486,1889.5701,3.1075408,263.75488,173.51529,354.83826,141.87631,350.91632,28.633753,448.03598,0.0,2508.24,14601.844,32.337788,469.08655,143.68634,43938.707,132.00845,25.641651,159.48357,388.3347,62.390976,25.653666,247.70267,2129.6487,346.13382,164.63078,22.018085,15.612772,410.277,67.40054,1441.2468,106.74919,2349.1663,206.03024,377.95453,84.99066,210.04156,7.3738446,12.02681,20.867851,3.1878705,2.7259142,66.2654,62.709385,69.855576,23.462093,27.09428,190.1177,7.3112965,3055.649,79.37982,67.23488,95.057335,98.852585,218.01196,113.63724,139.4758,22.015383,41.05489,105.73082,301.85303,659.0404,90.58306,363.03436,78.41695,121.47985,285.5652,372.45526,959.0957,230.24315,3.9583812,20.66764,9.244462,40.052315,17776.293,3.7508764,16.634132,27.560886,37.2576,429.56686,64.610085,159.98216,3.011713,172.56241,458.7353,315.0027,126.524734,451.68692,33.200268,88.17734,204.69724,11.848115,1.6942157,11.398439,1599.9868,0.11467945,0.39174324,51.64026,7.25386,3.792866,4.8237476,8.7542715,114.660164,40.47737,98.43238,650.43945,225.7971,1983.2162,1832.36,15.667581,28.644724,11652.672,8.126766,65.119286,647.70734,118.896576,166.25534,74.42833,382.3726,860.4165,419.6745,15.89902,90.175804,1059.6005,2023.9734,45.513393,587.55994,44.59876,1.0781455,61.323288,1.1184359,0.6806091,3.1023653,40.113503,119.37813,266.00577,18.492727,3345.1677,320.3488,115.36962,169.7994,79.75576,95.87954,54.69254,9.188273,101.63105,720.5397,214.56078,119.44668,103.91981,13.712097,109.423096,105.676414,41.572083,792.181,176.07004,3795.417,34.315144,3291.413,78.878555,425.8651,2351.6938,80.58934,9.437607,1346.7245,1225.2103,4226.2607,111.09944 +2023-07-20 16:00:00,0.0,17176.248,255.78616,23.49995,34.91638,26.593834,165.9687,24.304571,32.919052,19.858269,21.504221,776.5882,341.415,9.268058,131.03146,10.322237,0.94239515,25.528942,14.76394,1.9182516,337.05618,0.29472974,320.44354,44.973927,0.69639164,2.6509643,107.23907,18.174524,49.65114,112.747086,23731.291,0.31987134,1540.085,0.6926371,0.42111665,0.20694935,1.2069048,148.61072,178.80179,26.26177,202.2285,21.840792,65.32235,1890.609,3.1057951,263.96167,173.60976,354.87256,141.87393,350.85422,28.653753,448.27927,0.0,2507.8237,14600.041,32.359417,469.31445,143.72275,43936.703,132.00871,25.656284,159.5213,388.57196,62.423138,25.67329,247.7806,2129.713,346.12097,164.70815,22.031734,15.620604,410.17352,67.421936,1440.6149,106.66989,2349.6047,205.8957,378.01135,84.96237,209.74997,7.371854,12.022396,20.848692,3.1853406,2.7234132,66.272156,62.728386,69.86301,23.480213,27.101425,189.89174,7.309429,3055.9185,79.29383,67.268814,94.96588,98.805374,218.02437,113.55834,139.59677,21.99082,41.041138,105.69288,301.81635,658.6754,90.45107,362.7513,78.374825,121.52437,285.5203,372.64572,959.1173,229.99281,3.9588926,20.675268,9.24215,40.048576,17780.848,3.747939,16.642937,27.573118,37.224785,429.2203,64.543015,159.87273,3.0112348,172.38791,458.49686,314.88046,126.53015,451.93353,33.210033,88.22679,204.55392,11.844329,1.6938565,11.396423,1598.8063,0.11456121,0.39141575,51.627796,7.2583723,3.7926385,4.8206677,8.749474,114.59117,40.45511,98.38857,650.15784,225.8343,1983.43,1832.5529,15.673011,28.653046,11650.559,8.125672,65.13396,647.90784,118.947044,166.29947,74.449196,382.48746,860.23303,419.72144,15.906298,90.207886,1059.6359,2024.2504,45.52706,587.6602,44.614697,1.0782105,61.326725,1.1184373,0.68063647,3.1025317,40.134113,119.392815,265.9703,18.495197,3344.7598,320.46594,115.41039,169.84409,79.76267,95.877686,54.68817,9.201076,101.64247,720.8412,214.67358,119.49698,103.98005,13.693279,109.53379,105.752686,41.554672,791.9757,176.08081,3794.807,34.307415,3290.4126,78.878044,425.8413,2351.3545,80.59633,9.4377575,1346.0767,1224.1598,4223.547,111.02584 +2023-07-20 17:00:00,0.0,17177.877,255.99094,23.50806,34.91431,26.604115,165.95505,24.30391,32.91699,19.8585,21.501158,776.9926,341.07523,9.26581,131.03171,10.31043,0.9411547,25.534382,14.746171,1.9196107,337.03455,0.29453638,320.4677,44.96412,0.69714403,2.6507757,107.2375,18.165115,49.599316,112.69634,23744.746,0.31916344,1540.1656,0.69172174,0.42056677,0.20659892,1.2047716,148.58669,178.72626,26.25581,202.21204,21.836895,65.390205,1891.6478,3.1040497,264.16846,173.70421,354.90686,141.87154,350.79208,28.673754,448.52258,0.0,2507.4077,14598.238,32.381042,469.5424,143.75916,43934.7,132.00897,25.670916,159.55904,388.8092,62.455296,25.692915,247.85852,2129.7769,346.10812,164.78549,22.045382,15.628435,410.07,67.44333,1439.9828,106.59059,2350.0432,205.76115,378.0682,84.934074,209.45836,7.369863,12.0179825,20.829535,3.1828105,2.720912,66.2789,62.747387,69.87043,23.498333,27.10857,189.66577,7.307562,3056.188,79.20783,67.30276,94.874435,98.75816,218.03677,113.47945,139.71774,21.966255,41.02739,105.654945,301.77966,658.3104,90.319084,362.46823,78.332695,121.56888,285.47543,372.83615,959.1389,229.74248,3.959404,20.682898,9.239839,40.044838,17785.4,3.7450018,16.65174,27.58535,37.19197,428.87375,64.475945,159.76329,3.0107563,172.21341,458.2584,314.75824,126.53557,452.1801,33.219803,88.276245,204.4106,11.840543,1.6934972,11.394406,1597.6257,0.11444297,0.39108825,51.61533,7.2628846,3.792411,4.817588,8.744676,114.52217,40.432846,98.344765,649.87616,225.87152,1983.644,1832.7457,15.678441,28.66137,11648.444,8.1245775,65.148636,648.10834,118.99751,166.34358,74.47006,382.60233,860.0496,419.7684,15.913575,90.23997,1059.6713,2024.5273,45.540733,587.7605,44.630634,1.0782754,61.330162,1.1184386,0.6806638,3.1026978,40.15472,119.40751,265.93488,18.497665,3344.3518,320.5831,115.451164,169.88878,79.769585,95.87584,54.683804,9.213878,101.6539,721.14264,214.78639,119.54728,104.0403,13.674462,109.644485,105.828964,41.53726,791.7704,176.09158,3794.1968,34.29969,3289.4124,78.877525,425.8175,2351.0154,80.60332,9.437908,1345.429,1223.1094,4220.833,110.95225 +2023-07-20 18:00:00,0.0,17179.506,256.19574,23.516172,34.91224,26.614395,165.94138,24.303247,32.914925,19.858732,21.498095,777.39703,340.73547,9.263562,131.03197,10.298621,0.9399143,25.53982,14.728402,1.92097,337.01288,0.29434302,320.49188,44.95431,0.6978964,2.6505873,107.23595,18.155708,49.547493,112.6456,23758.201,0.31845555,1540.2463,0.6908064,0.42001686,0.20624848,1.2026386,148.56264,178.65071,26.249851,202.19557,21.832998,65.45807,1892.6866,3.102304,264.37524,173.79868,354.94113,141.86916,350.72998,28.693752,448.76587,0.0,2506.9915,14596.436,32.402668,469.77032,143.79556,43932.695,132.00923,25.685547,159.59677,389.04648,62.487457,25.712542,247.93645,2129.841,346.09528,164.86285,22.05903,15.636268,409.96652,67.46472,1439.3508,106.51129,2350.4817,205.62662,378.12506,84.905785,209.16676,7.367872,12.013568,20.810375,3.1802807,2.718411,66.28565,62.766388,69.87786,23.516453,27.115715,189.4398,7.3056946,3056.4578,79.12184,67.33669,94.78299,98.71095,218.0492,113.40055,139.83871,21.941692,41.013638,105.617004,301.74295,657.94543,90.187096,362.18518,78.29057,121.613396,285.43054,373.0266,959.1606,229.49214,3.9599154,20.690525,9.237527,40.041096,17789.955,3.7420645,16.660543,27.59758,37.159157,428.52722,64.408875,159.65385,3.0102777,172.03891,458.01993,314.63605,126.540985,452.42673,33.22957,88.3257,204.26729,11.836756,1.693138,11.39239,1596.4451,0.114324726,0.39076072,51.602863,7.267397,3.7921836,4.8145075,8.739878,114.45317,40.410587,98.30096,649.5945,225.90872,1983.8579,1832.9385,15.683871,28.669691,11646.33,8.123484,65.16331,648.30884,119.04799,166.38771,74.49093,382.7172,859.86615,419.81537,15.920853,90.27204,1059.7065,2024.8043,45.5544,587.8608,44.646572,1.0783404,61.3336,1.11844,0.6806912,3.1028643,40.17533,119.422195,265.8994,18.500134,3343.9438,320.70026,115.491936,169.93347,79.7765,95.87399,54.679436,9.22668,101.66532,721.44415,214.8992,119.59757,104.10054,13.655645,109.75518,105.90524,41.519848,791.565,176.10236,3793.5867,34.29196,3288.4119,78.877014,425.79373,2350.676,80.610306,9.438059,1344.7811,1222.059,4218.119,110.878654 +2023-07-20 19:00:00,0.0,17181.137,256.4005,23.524282,34.910168,26.624676,165.9277,24.302586,32.912857,19.858965,21.495033,777.8014,340.3957,9.261314,131.03221,10.286814,0.9386739,25.545258,14.710632,1.9223291,336.99124,0.29414964,320.51605,44.944508,0.6986488,2.6503987,107.23439,18.1463,49.49567,112.59486,23771.654,0.31774762,1540.327,0.6898911,0.41946697,0.20589805,1.2005055,148.5386,178.57518,26.24389,202.1791,21.829102,65.525925,1893.7256,3.1005585,264.58203,173.89313,354.9754,141.86678,350.66785,28.713753,449.00916,0.0,2506.5752,14594.632,32.424294,469.99823,143.83197,43930.69,132.00949,25.700178,159.6345,389.28375,62.51962,25.732166,248.01437,2129.905,346.0824,164.9402,22.07268,15.644099,409.86304,67.486115,1438.7188,106.43199,2350.9202,205.49207,378.18192,84.877495,208.87517,7.3658814,12.009154,20.791216,3.1777508,2.71591,66.2924,62.78539,69.885284,23.53457,27.122862,189.21384,7.303828,3056.7273,79.03584,67.37063,94.691536,98.66374,218.0616,113.321655,139.95967,21.917128,40.999886,105.57906,301.70627,657.58044,90.05511,361.90213,78.24844,121.657906,285.38565,373.21707,959.1822,229.2418,3.9604268,20.698153,9.235215,40.037357,17794.51,3.7391272,16.669348,27.609812,37.126343,428.18066,64.341805,159.54442,3.0097995,171.86441,457.7815,314.51382,126.5464,452.67334,33.239334,88.37515,204.12396,11.83297,1.6927788,11.390374,1595.2645,0.114206485,0.39043322,51.5904,7.271909,3.7919562,4.8114276,8.73508,114.38417,40.388325,98.25715,649.31287,225.94592,1984.0719,1833.1313,15.6893015,28.678013,11644.216,8.12239,65.17798,648.50934,119.09846,166.43182,74.511795,382.8321,859.68274,419.8623,15.928129,90.30412,1059.742,2025.0813,45.568073,587.961,44.662514,1.0784054,61.33704,1.1184413,0.68071854,3.1030304,40.195942,119.43688,265.86398,18.502604,3343.536,320.81744,115.53271,169.97816,79.78341,95.87215,54.675068,9.239483,101.67675,721.74567,215.01201,119.64787,104.16078,13.636828,109.865875,105.98152,41.502438,791.3597,176.11314,3792.9768,34.284237,3287.4116,78.8765,425.76993,2350.3367,80.617294,9.43821,1344.1334,1221.0085,4215.405,110.80506 +2023-07-20 20:00:00,0.0,17182.766,256.6053,23.532394,34.908096,26.634954,165.91405,24.301924,32.910793,19.859196,21.49197,778.2058,340.05594,9.259067,131.03247,10.275005,0.9374335,25.550697,14.692863,1.9236882,336.9696,0.29395628,320.54022,44.9347,0.69940114,2.6502101,107.232834,18.13689,49.443848,112.54412,23785.11,0.31703973,1540.4077,0.68897575,0.41891706,0.2055476,1.1983725,148.51456,178.49963,26.23793,202.16263,21.825205,65.59379,1894.7644,3.0988128,264.78882,173.98758,355.0097,141.86438,350.60574,28.733753,449.25247,0.0,2506.1592,14592.829,32.445923,470.22617,143.86838,43928.688,132.00975,25.714811,159.67226,389.521,62.55178,25.751793,248.0923,2129.9692,346.06955,165.01756,22.086329,15.651931,409.75955,67.50751,1438.0868,106.35269,2351.3584,205.35753,378.23874,84.8492,208.58356,7.3638906,12.004741,20.772057,3.175221,2.713409,66.29915,62.80439,69.892715,23.55269,27.130007,188.98785,7.3019605,3056.9968,78.94985,67.40457,94.60009,98.61653,218.074,113.24276,140.08064,21.892565,40.986134,105.54113,301.66956,657.21545,89.92312,361.61905,78.20632,121.702415,285.34076,373.40753,959.2038,228.99147,3.9609382,20.70578,9.2329035,40.03362,17799.062,3.73619,16.678152,27.622044,37.093525,427.8341,64.274734,159.43498,3.009321,171.68993,457.54303,314.3916,126.55182,452.91995,33.249104,88.4246,203.98065,11.829184,1.6924196,11.388358,1594.0839,0.114088245,0.39010572,51.577934,7.2764215,3.7917287,4.8083477,8.730282,114.31518,40.366062,98.21334,649.0312,225.98314,1984.2858,1833.3241,15.694731,28.686335,11642.102,8.121296,65.19265,648.70984,119.148926,166.47595,74.53266,382.94696,859.49927,419.90927,15.935407,90.336205,1059.7773,2025.3583,45.581745,588.0613,44.67845,1.0784703,61.340477,1.1184428,0.6807459,3.1031969,40.216553,119.45157,265.82852,18.505072,3343.128,320.9346,115.57348,170.02284,79.79032,95.87029,54.6707,9.252285,101.68817,722.0471,215.12482,119.69817,104.22103,13.6180105,109.97657,106.05779,41.485027,791.15436,176.12392,3792.3667,34.276512,3286.4111,78.87599,425.74615,2349.9976,80.62428,9.43836,1343.4856,1219.958,4212.691,110.73147 +2023-07-20 21:00:00,0.0,17184.395,256.81006,23.540504,34.906025,26.645235,165.90038,24.301262,32.90873,19.859428,21.488907,778.6102,339.7162,9.256819,131.03271,10.263198,0.93619305,25.556135,14.675095,1.9250473,336.94797,0.2937629,320.56442,44.924892,0.7001535,2.6500216,107.23128,18.127481,49.39203,112.49338,23798.564,0.31633183,1540.4884,0.6880604,0.41836718,0.20519716,1.1962395,148.49051,178.4241,26.23197,202.14616,21.821308,65.661644,1895.8032,3.0970674,264.99557,174.08205,355.044,141.862,350.5436,28.753754,449.49576,0.0,2505.7427,14591.026,32.46755,470.4541,143.90479,43926.684,132.01001,25.729443,159.70999,389.75824,62.583942,25.771418,248.17023,2130.0332,346.0567,165.09491,22.099976,15.659762,409.65607,67.5289,1437.4548,106.27339,2351.7969,205.22298,378.2956,84.82091,208.29196,7.3619,12.000327,20.752897,3.1726909,2.710908,66.30589,62.823395,69.90014,23.57081,27.137152,188.76189,7.300093,3057.2666,78.86385,67.43851,94.508644,98.56932,218.08643,113.16386,140.20161,21.868,40.97238,105.50319,301.63287,656.85046,89.79113,361.336,78.16419,121.74693,285.29587,373.598,959.22546,228.74113,3.9614496,20.713408,9.230592,40.029877,17803.617,3.7332528,16.686954,27.634274,37.06071,427.48758,64.207664,159.32555,3.0088427,171.51543,457.30457,314.26938,126.557236,453.16656,33.25887,88.47405,203.83733,11.8253975,1.6920605,11.386342,1592.9033,0.11397001,0.3897782,51.56547,7.2809334,3.7915013,4.805268,8.725484,114.24618,40.343803,98.169525,648.7495,226.02034,1984.4996,1833.517,15.700161,28.694656,11639.987,8.120201,65.20732,648.91034,119.199394,166.52007,74.55353,383.06183,859.31586,419.9562,15.942684,90.36828,1059.8127,2025.6353,45.595413,588.16156,44.69439,1.0785353,61.343914,1.1184442,0.68077326,3.103363,40.23716,119.466255,265.7931,18.50754,3342.7202,321.05176,115.61425,170.06754,79.79723,95.86845,54.666332,9.265087,101.6996,722.34863,215.23763,119.74847,104.28127,13.599194,110.087265,106.13407,41.467617,790.94904,176.13469,3791.7566,34.268784,3285.411,78.87548,425.72235,2349.6582,80.63127,9.438511,1342.8379,1218.9076,4209.977,110.65787 +2023-07-20 22:00:00,0.0,17186.025,257.01483,23.548616,34.903954,26.655516,165.8867,24.3006,32.906662,19.85966,21.485844,779.01465,339.3764,9.254571,131.03297,10.25139,0.9349526,25.561575,14.657325,1.9264064,336.92633,0.29356954,320.5886,44.91509,0.7009059,2.6498332,107.22971,18.118073,49.340206,112.442635,23812.018,0.31562394,1540.5691,0.68714505,0.4178173,0.20484672,1.1941065,148.46648,178.34856,26.22601,202.1297,21.817411,65.72951,1896.8422,3.0953217,265.20236,174.1765,355.07828,141.85962,350.4815,28.773754,449.73904,0.0,2505.3267,14589.224,32.489174,470.682,143.9412,43924.68,132.01027,25.744074,159.74773,389.99548,62.6161,25.791044,248.24815,2130.0974,346.04385,165.17227,22.113625,15.667594,409.55258,67.5503,1436.8228,106.194084,2352.2354,205.08844,378.35242,84.79261,208.00035,7.359909,11.9959135,20.733738,3.170161,2.708407,66.312645,62.842392,69.90757,23.58893,27.144297,188.53592,7.298226,3057.5361,78.77786,67.47244,94.4172,98.52211,218.09883,113.08496,140.32259,21.843435,40.958633,105.46525,301.5962,656.48553,89.65914,361.05295,78.12207,121.79144,285.25098,373.78845,959.2471,228.4908,3.961961,20.721035,9.22828,40.02614,17808.172,3.7303154,16.695759,27.646505,37.027897,427.14102,64.140594,159.21611,3.0083642,171.34093,457.06613,314.1472,126.56265,453.41318,33.26864,88.523506,203.69402,11.82161,1.6917013,11.384326,1591.7228,0.11385177,0.3894507,51.553005,7.2854457,3.7912738,4.8021874,8.720686,114.17718,40.32154,98.12572,648.4679,226.05754,1984.7136,1833.7097,15.705591,28.70298,11637.873,8.119107,65.222,649.11084,119.24987,166.56418,74.574394,383.1767,859.1324,420.00317,15.949962,90.40036,1059.848,2025.9122,45.609085,588.26184,44.710327,1.0786003,61.34735,1.1184455,0.6808006,3.1035295,40.25777,119.48095,265.75766,18.510008,3342.3123,321.1689,115.655014,170.11223,79.804146,95.8666,54.66196,9.27789,101.71102,722.6501,215.35043,119.79877,104.34152,13.580377,110.19796,106.21035,41.450207,790.7437,176.14546,3791.1465,34.26106,3284.4104,78.87496,425.69858,2349.3188,80.63826,9.438662,1342.1901,1217.8572,4207.263,110.584274 +2023-07-20 23:00:00,0.0,17187.654,257.21964,23.556726,34.901882,26.665794,165.87305,24.299938,32.9046,19.859892,21.48278,779.419,339.03665,9.252323,131.03322,10.239582,0.9337122,25.567013,14.639556,1.9277656,336.9047,0.29337618,320.61276,44.90528,0.7016583,2.6496446,107.22816,18.108665,49.288383,112.39189,23825.473,0.31491604,1540.6498,0.68622977,0.41726738,0.20449628,1.1919733,148.44243,178.27303,26.22005,202.11324,21.813515,65.79737,1897.881,3.0935762,265.40915,174.27097,355.11255,141.85722,350.41937,28.793753,449.98236,0.0,2504.9104,14587.42,32.5108,470.90994,143.9776,43922.68,132.01053,25.758705,159.78546,390.23276,62.648262,25.810669,248.32607,2130.1614,346.031,165.24962,22.127274,15.675426,409.4491,67.57169,1436.1908,106.114784,2352.6738,204.9539,378.4093,84.76432,207.70876,7.3579183,11.9915,20.714579,3.1676311,2.705906,66.31939,62.861397,69.91499,23.60705,27.151443,188.30995,7.2963586,3057.8057,78.691864,67.506386,94.325745,98.4749,218.11124,113.006065,140.44354,21.818872,40.94488,105.42731,301.55948,656.12054,89.52715,360.7699,78.07994,121.83596,285.2061,373.9789,959.2687,228.24046,3.9624724,20.728662,9.225967,40.0224,17812.725,3.7273781,16.704563,27.658737,36.995083,426.79446,64.073524,159.10667,3.007886,171.16643,456.82767,314.02496,126.56807,453.6598,33.278404,88.57296,203.55069,11.817824,1.6913421,11.38231,1590.5421,0.11373353,0.38912317,51.540543,7.289958,3.7910464,4.7991076,8.715889,114.10818,40.29928,98.08191,648.1863,226.09476,1984.9275,1833.9026,15.711021,28.711302,11635.76,8.118013,65.23667,649.31134,119.30034,166.6083,74.59526,383.29156,858.949,420.0501,15.957238,90.432434,1059.8834,2026.1892,45.622753,588.3621,44.726265,1.0786653,61.350792,1.118447,0.6808279,3.1036956,40.27838,119.495636,265.7222,18.512478,3341.9043,321.28607,115.695786,170.15692,79.811066,95.86475,54.657593,9.290692,101.72244,722.9516,215.46323,119.84907,104.401764,13.56156,110.308655,106.28663,41.432796,790.5384,176.15625,3790.5366,34.25333,3283.4102,78.87445,425.67477,2348.9797,80.645256,9.438812,1341.5424,1216.8066,4204.549,110.51068 +2023-07-21 00:00:00,0.0,17189.283,257.4244,23.564838,34.89981,26.676075,165.85938,24.299276,32.90253,19.860123,21.479717,779.8234,338.69687,9.250075,131.03348,10.227775,0.93247175,25.57245,14.621787,1.9291247,336.88303,0.2931828,320.63693,44.895473,0.7024107,2.649456,107.2266,18.099257,49.23656,112.341156,23838.928,0.31420812,1540.7305,0.6853144,0.4167175,0.20414583,1.1898403,148.4184,178.1975,26.21409,202.09677,21.809618,65.86523,1898.9198,3.0918307,265.61594,174.36542,355.14685,141.85484,350.35727,28.813753,450.22565,0.0,2504.4941,14585.617,32.53243,471.13788,144.014,43920.676,132.01079,25.773338,159.8232,390.47003,62.680424,25.830296,248.40399,2130.2253,346.01816,165.32698,22.140923,15.683257,409.3456,67.59309,1435.5587,106.035484,2353.1123,204.81935,378.46613,84.73602,207.41714,7.3559275,11.987085,20.69542,3.165101,2.703405,66.32614,62.880394,69.922424,23.625168,27.158588,188.08398,7.2944913,3058.0752,78.60587,67.54032,94.2343,98.4277,218.12366,112.92717,140.56451,21.794308,40.93113,105.38937,301.5228,655.75555,89.395164,360.48682,78.03782,121.88047,285.1612,374.16937,959.29034,227.99013,3.9629838,20.73629,9.223656,40.018658,17817.28,3.7244408,16.713366,27.670967,36.96227,426.44794,64.006454,158.99724,3.0074074,170.99194,456.5892,313.90274,126.57349,453.9064,33.28817,88.62241,203.40738,11.814038,1.6909828,11.380294,1589.3616,0.11361529,0.38879567,51.528076,7.2944703,3.790819,4.7960277,8.711091,114.039185,40.27702,98.0381,647.9046,226.13196,1985.1415,1834.0955,15.716452,28.719624,11633.6455,8.116919,65.25134,649.51184,119.35081,166.65242,74.61613,383.40646,858.7655,420.09708,15.964516,90.464516,1059.9188,2026.4662,45.636425,588.46234,44.742207,1.0787302,61.35423,1.1184483,0.6808553,3.103862,40.298992,119.51032,265.68677,18.514946,3341.4963,321.40323,115.73656,170.20161,79.81798,95.8629,54.653225,9.303494,101.73387,723.2531,215.57603,119.89936,104.46201,13.542742,110.41935,106.3629,41.415386,790.333,176.16702,3789.9265,34.245605,3282.4097,78.87394,425.651,2348.6404,80.652245,9.438963,1340.8945,1215.7562,4201.835,110.43709 +2023-07-21 01:00:00,0.0,17190.912,257.62918,23.572948,34.89774,26.686356,165.8457,24.298616,32.900467,19.860355,21.476654,780.22784,338.35712,9.247828,131.03372,10.215967,0.9312313,25.57789,14.604018,1.9304838,336.8614,0.29298943,320.6611,44.88567,0.703163,2.6492674,107.225044,18.089848,49.18474,112.29041,23852.38,0.31350023,1540.8112,0.68439907,0.4161676,0.2037954,1.1877072,148.39435,178.12195,26.20813,202.0803,21.805721,65.93309,1899.9587,3.090085,265.82272,174.45987,355.18115,141.85246,350.29514,28.833754,450.46893,0.0,2504.0781,14583.814,32.554054,471.36578,144.05042,43918.67,132.01105,25.78797,159.86093,390.70728,62.712585,25.84992,248.48192,2130.2896,346.00528,165.40433,22.15457,15.69109,409.24213,67.61448,1434.9268,105.956184,2353.5505,204.68481,378.52298,84.70773,207.12555,7.3539367,11.982672,20.67626,3.1625712,2.700904,66.332886,62.8994,69.929855,23.643288,27.165733,187.85802,7.292624,3058.345,78.519875,67.574265,94.14285,98.380486,218.13606,112.848274,140.68549,21.769745,40.917377,105.35143,301.48608,655.39056,89.26317,360.20377,77.99569,121.92499,285.1163,374.35983,959.31195,227.73979,3.9634953,20.743917,9.221344,40.01492,17821.834,3.7215035,16.72217,27.683199,36.929455,426.10138,63.939384,158.8878,3.0069292,170.81744,456.35077,313.78052,126.5789,454.153,33.29794,88.67186,203.26405,11.810252,1.6906236,11.378278,1588.181,0.11349705,0.38846818,51.515614,7.2989826,3.7905915,4.792948,8.706293,113.970184,40.254757,97.99429,647.6229,226.16917,1985.3553,1834.2882,15.721882,28.727945,11631.531,8.115825,65.266014,649.71234,119.401276,166.69655,74.63699,383.52133,858.5821,420.14404,15.971793,90.4966,1059.9542,2026.743,45.650097,588.5626,44.758144,1.0787952,61.357666,1.1184497,0.68088263,3.1040282,40.3196,119.52501,265.6513,18.517414,3341.0884,321.5204,115.77733,170.2463,79.82489,95.86105,54.648857,9.316298,101.74529,723.55457,215.68884,119.94966,104.522255,13.523925,110.530045,106.43918,41.397976,790.1277,176.1778,3789.3164,34.23788,3281.4094,78.87343,425.6272,2348.301,80.65923,9.439114,1340.2468,1214.7058,4199.121,110.363495 +2023-07-21 02:00:00,0.0,17192.543,257.83398,23.58106,34.895668,26.696634,165.83205,24.297955,32.898403,19.860588,21.473593,780.63226,338.01733,9.24558,131.03398,10.204159,0.92999095,25.583328,14.586248,1.9318429,336.83975,0.29279608,320.68527,44.875862,0.7039154,2.6490788,107.22349,18.080439,49.13292,112.23967,23865.836,0.31279233,1540.8918,0.6834838,0.4156177,0.20344496,1.1855743,148.37032,178.04642,26.20217,202.06384,21.801825,66.000946,1900.9976,3.0883396,266.0295,174.55434,355.21545,141.85007,350.23303,28.853754,450.71225,0.0,2503.6616,14582.012,32.57568,471.59372,144.08682,43916.668,132.0113,25.8026,159.89867,390.94455,62.744743,25.869545,248.55984,2130.3535,345.99243,165.48169,22.168219,15.698921,409.13864,67.63587,1434.2948,105.876884,2353.989,204.55026,378.5798,84.67944,206.83394,7.351946,11.978258,20.6571,3.1600413,2.698403,66.33964,62.918404,69.93728,23.661407,27.172878,187.63205,7.2907567,3058.6145,78.43388,67.6082,94.0514,98.333275,218.14847,112.76938,140.80646,21.74518,40.903625,105.31349,301.4494,655.0256,89.13118,359.92072,77.95357,121.9695,285.0714,374.55026,959.33356,227.48944,3.9640067,20.751547,9.219032,40.01118,17826.389,3.7185664,16.730974,27.69543,36.89664,425.75482,63.872314,158.77837,3.0064507,170.64294,456.1123,313.65833,126.58432,454.39963,33.307705,88.72131,203.12074,11.806465,1.6902645,11.376262,1587.0004,0.11337881,0.38814065,51.503147,7.303495,3.790364,4.7898674,8.701495,113.901184,40.232494,97.950485,647.34125,226.20638,1985.5692,1834.4811,15.727312,28.736267,11629.417,8.114731,65.28069,649.91284,119.45175,166.74066,74.65786,383.6362,858.3986,420.19098,15.979071,90.52867,1059.9895,2027.02,45.663765,588.6629,44.774082,1.0788602,61.361103,1.118451,0.68091,3.1041946,40.34021,119.539696,265.61588,18.519882,3340.6804,321.63754,115.8181,170.291,79.8318,95.85921,54.64449,9.3291,101.75672,723.8561,215.80165,119.99996,104.5825,13.505108,110.64074,106.51546,41.380566,789.92236,176.18857,3788.7063,34.230152,3280.409,78.87292,425.60342,2347.962,80.66622,9.439264,1339.599,1213.6553,4196.407,110.2899 +2023-07-21 03:00:00,0.0,17194.172,258.03876,23.589172,34.893597,26.706915,165.81837,24.297293,32.896336,19.860819,21.47053,781.0366,337.67758,9.243332,131.03423,10.192351,0.9287505,25.588768,14.56848,1.9332021,336.8181,0.2926027,320.70944,44.866055,0.7046678,2.6488905,107.22193,18.07103,49.081097,112.18893,23879.291,0.31208444,1540.9725,0.68256843,0.41506782,0.20309451,1.1834412,148.34627,177.97087,26.196209,202.04738,21.797928,66.06881,1902.0364,3.0865939,266.2363,174.64879,355.2497,141.84769,350.1709,28.873753,450.95554,0.0,2503.2456,14580.208,32.597305,471.82166,144.12323,43914.664,132.01157,25.817232,159.9364,391.18182,62.776905,25.889172,248.63777,2130.4177,345.97958,165.55904,22.181868,15.706753,409.03516,67.657265,1433.6627,105.797585,2354.4275,204.41573,378.63666,84.651146,206.54234,7.3499556,11.973845,20.637941,3.1575115,2.6959019,66.34638,62.9374,69.94471,23.679527,27.180025,187.40608,7.2888894,3058.884,78.347885,67.642136,93.95995,98.286064,218.16089,112.690475,140.92741,21.720617,40.889877,105.27556,301.41272,654.6606,88.99919,359.63763,77.91144,122.01401,285.02652,374.74072,959.3552,227.2391,3.964518,20.759174,9.216721,40.00744,17830.941,3.715629,16.739777,27.70766,36.863827,425.4083,63.805244,158.66893,3.0059724,170.46844,455.87384,313.5361,126.58974,454.64624,33.31747,88.77077,202.97742,11.802679,1.6899053,11.374246,1585.8198,0.11326057,0.38781315,51.490685,7.3080072,3.7901366,4.7867875,8.696697,113.832184,40.21023,97.90668,647.05963,226.24358,1985.7832,1834.6738,15.732742,28.744589,11627.303,8.113636,65.295364,650.11334,119.50222,166.78477,74.67873,383.75107,858.2152,420.23795,15.986347,90.56075,1060.0249,2027.297,45.677437,588.7632,44.79002,1.0789251,61.364544,1.1184524,0.68093735,3.1043608,40.36082,119.55439,265.58044,18.522352,3340.2727,321.7547,115.85887,170.33568,79.838715,95.85736,54.64012,9.341902,101.76814,724.15753,215.91446,120.05026,104.642746,13.486291,110.751434,106.591736,41.363155,789.71704,176.19936,3788.0962,34.222427,3279.4087,78.8724,425.57962,2347.6226,80.67321,9.439415,1338.9513,1212.6049,4193.6934,110.21631 +2023-07-21 04:00:00,0.0,17195.8,258.24353,23.597282,34.891525,26.717196,165.8047,24.29663,32.89427,19.861052,21.467466,781.44104,337.33783,9.241084,131.03448,10.180543,0.9275101,25.594206,14.550711,1.9345613,336.79648,0.29240933,320.7336,44.856247,0.7054202,2.648702,107.22037,18.06162,49.029274,112.13818,23892.744,0.31137654,1541.0532,0.6816531,0.4145179,0.20274408,1.1813082,148.32222,177.89534,26.19025,202.03091,21.794031,66.136665,1903.0753,3.0848484,266.44305,174.74326,355.284,141.8453,350.10876,28.893753,451.19882,0.0,2502.8293,14578.405,32.618935,472.04956,144.15964,43912.66,132.01183,25.831865,159.97415,391.41907,62.809067,25.908796,248.7157,2130.4817,345.96674,165.6364,22.195517,15.714584,408.93167,67.67866,1433.0308,105.71828,2354.866,204.28119,378.6935,84.622856,206.25073,7.347965,11.969431,20.618782,3.1549814,2.6934006,66.35313,62.956406,69.95213,23.697647,27.18717,187.18011,7.287022,3059.1538,78.261894,67.67608,93.86851,98.23885,218.1733,112.61158,141.04839,21.696053,40.876125,105.23762,301.376,654.2956,88.8672,359.35458,77.86931,122.058525,284.98166,374.93118,959.37683,226.98877,3.9650295,20.766802,9.214409,40.0037,17835.496,3.7126918,16.74858,27.719893,36.831013,425.06174,63.738174,158.5595,3.0054939,170.29396,455.6354,313.41388,126.59515,454.89285,33.32724,88.82022,202.8341,11.798893,1.6895461,11.37223,1584.6393,0.11314233,0.38748562,51.478218,7.3125196,3.789909,4.7837076,8.691899,113.76318,40.187973,97.86287,646.77795,226.28079,1985.9971,1834.8667,15.738172,28.752913,11625.188,8.112542,65.310036,650.31384,119.55269,166.8289,74.69959,383.86594,858.03174,420.28488,15.993625,90.592834,1060.0603,2027.574,45.691105,588.86346,44.805958,1.0789901,61.36798,1.1184537,0.6809647,3.104527,40.38143,119.56908,265.54498,18.52482,3339.8647,321.87186,115.89964,170.38037,79.84563,95.855515,54.635754,9.354705,101.77957,724.45905,216.02727,120.100555,104.70299,13.467473,110.86213,106.668015,41.345745,789.5117,176.21013,3787.4863,34.2147,3278.4084,78.87189,425.55582,2347.2832,80.6802,9.439566,1338.3035,1211.5544,4190.979,110.14271 +2023-07-21 05:00:00,0.0,17197.432,258.4483,23.605394,34.889454,26.727474,165.79105,24.295969,32.89221,19.861282,21.464403,781.84546,336.99805,9.238836,131.03473,10.1687355,0.92626965,25.599644,14.532941,1.9359204,336.77484,0.29221594,320.75778,44.846443,0.7061726,2.6485133,107.21881,18.052214,48.97745,112.08745,23906.2,0.31066865,1541.1339,0.68073773,0.41396803,0.20239364,1.179175,148.29819,177.8198,26.18429,202.01445,21.790134,66.20453,1904.1141,3.0831027,266.64984,174.8377,355.3183,141.84291,350.04666,28.913754,451.44214,0.0,2502.413,14576.603,32.64056,472.2775,144.19606,43910.656,132.01208,25.846497,160.01189,391.65634,62.84123,25.928423,248.79362,2130.546,345.9539,165.71375,22.209164,15.722416,408.8282,67.70005,1432.3987,105.63898,2355.3044,204.14664,378.75037,84.59456,205.95914,7.345974,11.965017,20.599623,3.1524515,2.6908996,66.35988,62.975403,69.959564,23.715765,27.194315,186.95413,7.2851553,3059.4233,78.175896,67.710014,93.777054,98.19164,218.1857,112.532684,141.16936,21.671488,40.862373,105.19968,301.33932,653.9306,88.735214,359.07153,77.82719,122.103035,284.93677,375.12164,959.3985,226.73843,3.9655411,20.77443,9.212097,39.999958,17840.05,3.7097545,16.757385,27.732124,36.7982,424.7152,63.671104,158.45006,3.0050156,170.11946,455.39694,313.29166,126.60057,455.13947,33.337006,88.869675,202.69078,11.795107,1.6891869,11.3702135,1583.4586,0.11302409,0.38715813,51.465755,7.317032,3.7896814,4.7806277,8.687101,113.69419,40.16571,97.81906,646.49634,226.318,1986.211,1835.0596,15.743602,28.761234,11623.074,8.111448,65.32471,650.51434,119.60316,166.87302,74.72047,383.98083,857.8483,420.33185,16.000902,90.62491,1060.0957,2027.851,45.704777,588.9637,44.8219,1.0790551,61.371418,1.1184552,0.68099207,3.1046934,40.40204,119.58376,265.50955,18.527288,3339.4568,321.989,115.940414,170.42506,79.85254,95.85366,54.631386,9.367507,101.79099,724.7605,216.14008,120.150856,104.76324,13.448656,110.972824,106.744286,41.328335,789.30634,176.2209,3786.8762,34.206974,3277.408,78.871376,425.53204,2346.944,80.68719,9.439716,1337.6558,1210.504,4188.265,110.069115 +2023-07-21 06:00:00,0.0,17199.06,258.65308,23.613504,34.887383,26.737755,165.77737,24.295307,32.89014,19.861515,21.46134,782.2499,336.6583,9.2365885,131.03499,10.156928,0.9250292,25.605083,14.515172,1.9372795,336.75317,0.2920226,320.78195,44.836636,0.7069249,2.6483247,107.217255,18.042805,48.92563,112.036705,23919.654,0.30996072,1541.2146,0.67982244,0.41341814,0.20204319,1.1770419,148.27414,177.74426,26.17833,201.99799,21.786238,66.272385,1905.153,3.0813572,266.85663,174.93216,355.3526,141.84053,349.98453,28.933754,451.68542,0.0,2501.997,14574.8,32.662186,472.50543,144.23247,43908.652,132.01234,25.861128,160.04962,391.89355,62.87339,25.948048,248.87155,2130.6099,345.94104,165.7911,22.222813,15.7302475,408.7247,67.72145,1431.7667,105.55968,2355.7427,204.0121,378.8072,84.56627,205.66753,7.343983,11.960603,20.580463,3.1499217,2.6883986,66.36662,62.994408,69.96699,23.733885,27.20146,186.72816,7.283288,3059.6929,78.089905,67.74395,93.68561,98.14443,218.19812,112.45379,141.29033,21.646925,40.84862,105.161736,301.3026,653.5656,88.603226,358.78848,77.78506,122.14755,284.89188,375.3121,959.4201,226.4881,3.9660525,20.782057,9.209785,39.99622,17844.604,3.7068172,16.76619,27.744354,36.765385,424.36865,63.604034,158.34062,3.004537,169.94496,455.15848,313.16946,126.60599,455.38608,33.346775,88.91912,202.54747,11.79132,1.6888276,11.368197,1582.2781,0.11290585,0.38683063,51.45329,7.321544,3.789454,4.7775474,8.682303,113.62519,40.143448,97.77525,646.21466,226.35521,1986.4249,1835.2523,15.749032,28.769556,11620.961,8.110354,65.33938,650.71484,119.65363,166.91714,74.74133,384.0957,857.66486,420.3788,16.008179,90.65699,1060.131,2028.1279,45.718445,589.06396,44.837837,1.07912,61.374855,1.1184565,0.6810194,3.1048596,40.42265,119.59845,265.4741,18.529758,3339.0488,322.1062,115.98118,170.46976,79.85945,95.851814,54.627018,9.380309,101.80242,725.062,216.25288,120.20116,104.82348,13.429839,111.08352,106.820564,41.310925,789.101,176.23167,3786.266,34.19925,3276.4077,78.870865,425.50824,2346.6047,80.694176,9.439867,1337.0079,1209.4535,4185.5513,109.99552 +2023-07-21 07:00:00,0.0,17200.69,258.85788,23.621616,34.88531,26.748035,165.7637,24.294645,32.888077,19.861746,21.458277,782.65424,336.3185,9.234342,131.03523,10.14512,0.9237888,25.610521,14.497403,1.9386386,336.73154,0.29182923,320.80612,44.826828,0.7076773,2.6481361,107.2157,18.033396,48.873806,111.98596,23933.107,0.30925283,1541.2953,0.6789071,0.41286823,0.20169276,1.174909,148.2501,177.66873,26.172369,201.98152,21.782341,66.34025,1906.1919,3.0796115,267.06342,175.02663,355.38687,141.83815,349.92242,28.953754,451.92874,0.0,2501.5806,14572.996,32.68381,472.73337,144.26888,43906.65,132.0126,25.87576,160.08736,392.13083,62.90555,25.967674,248.94948,2130.6738,345.92816,165.86845,22.236462,15.738079,408.62122,67.74284,1431.1346,105.48038,2356.1812,203.87755,378.86404,84.53797,205.37593,7.3419924,11.956189,20.561304,3.1473918,2.6858976,66.373375,63.01341,69.97442,23.752005,27.208607,186.5022,7.2814207,3059.9624,78.00391,67.77789,93.59416,98.09722,218.21053,112.37489,141.41129,21.62236,40.83487,105.1238,301.26593,653.2007,88.47124,358.5054,77.742935,122.19206,284.847,375.50256,959.4417,226.23776,3.966564,20.789684,9.207473,39.99248,17849.158,3.7038798,16.774992,27.756586,36.73257,424.0221,63.536964,158.23119,3.0040586,169.77046,454.92004,313.04724,126.611404,455.6327,33.35654,88.968575,202.40414,11.787534,1.6884685,11.366181,1581.0975,0.11278761,0.3865031,51.440823,7.3260565,3.7892265,4.7744675,8.677506,113.55619,40.12119,97.731445,645.933,226.39241,1986.6388,1835.4452,15.754462,28.777878,11618.847,8.10926,65.35406,650.9154,119.7041,166.96126,74.7622,384.21057,857.48145,420.42575,16.015457,90.68907,1060.1664,2028.4049,45.732117,589.16425,44.853775,1.079185,61.378296,1.1184579,0.6810468,3.105026,40.44326,119.61314,265.43866,18.532227,3338.6409,322.22336,116.02195,170.51445,79.86636,95.84997,54.622646,9.393111,101.81384,725.3635,216.36569,120.25145,104.88373,13.411021,111.194214,106.89684,41.293514,788.8957,176.24245,3785.656,34.19152,3275.4072,78.87035,425.48447,2346.2654,80.701164,9.440018,1336.3601,1208.4031,4182.8374,109.92193 +2023-07-21 08:00:00,0.0,17202.318,259.06265,23.629726,34.88324,26.758314,165.75005,24.293983,32.88601,19.861979,21.455214,783.05865,335.97876,9.232094,131.03549,10.133312,0.92254835,25.61596,14.479633,1.9399978,336.7099,0.29163584,320.8303,44.817024,0.7084297,2.6479478,107.21414,18.023987,48.821987,111.93522,23946.562,0.30854493,1541.376,0.67799175,0.41231835,0.20134231,1.1727759,148.22606,177.59319,26.166409,201.96506,21.778444,66.408104,1907.2307,3.077866,267.2702,175.12108,355.42114,141.83575,349.8603,28.973753,452.17203,0.0,2501.1646,14571.193,32.70544,472.96127,144.30528,43904.645,132.01286,25.890392,160.12509,392.3681,62.93771,25.987299,249.0274,2130.738,345.9153,165.9458,22.25011,15.745912,408.51773,67.76424,1430.5027,105.40108,2356.6196,203.74301,378.9209,84.50968,205.08432,7.3400016,11.951776,20.542145,3.1448617,2.6833966,66.38012,63.03241,69.98185,23.770124,27.215752,186.27623,7.2795534,3060.2322,77.917915,67.81183,93.502716,98.05001,218.22293,112.296,141.53226,21.597797,40.82112,105.08586,301.22925,652.8357,88.33925,358.22235,77.700806,122.23658,284.8021,375.69302,959.4634,225.98743,3.9670753,20.797312,9.205161,39.98874,17853.713,3.7009428,16.783796,27.768818,36.699757,423.67557,63.469894,158.12175,3.0035803,169.59596,454.68158,312.92502,126.61682,455.8793,33.366306,89.01803,202.26083,11.783748,1.6881093,11.364165,1579.9169,0.11266937,0.3861756,51.42836,7.330569,3.788999,4.7713876,8.6727085,113.48719,40.098927,97.68764,645.65137,226.42961,1986.8528,1835.638,15.759892,28.7862,11616.732,8.108166,65.36873,651.1159,119.75457,167.00539,74.783066,384.32544,857.298,420.47272,16.022734,90.721146,1060.2018,2028.6819,45.74579,589.2645,44.869713,1.07925,61.381733,1.1184592,0.68107414,3.1051922,40.46387,119.62783,265.4032,18.534695,3338.233,322.3405,116.06272,170.55914,79.873276,95.84812,54.61828,9.405914,101.82527,725.665,216.4785,120.30175,104.94397,13.392204,111.30491,106.97312,41.276104,788.69037,176.25323,3785.046,34.183796,3274.407,78.869835,425.46066,2345.9263,80.70815,9.440168,1335.7124,1207.3527,4180.123,109.848335 +2023-07-21 09:00:00,0.0,17203.95,259.26743,23.637838,34.88117,26.768595,165.73637,24.293322,32.883945,19.86221,21.452152,783.4631,335.639,9.229846,131.03574,10.121505,0.921308,25.621399,14.461864,1.9413569,336.68826,0.29144248,320.85446,44.807217,0.7091821,2.6477592,107.212585,18.014578,48.770164,111.88448,23960.018,0.30783704,1541.4567,0.6770764,0.41176844,0.20099188,1.1706429,148.20201,177.51765,26.16045,201.9486,21.774548,66.47597,1908.2695,3.0761206,267.477,175.21555,355.45544,141.83337,349.7982,28.993753,452.4153,0.0,2500.7485,14569.391,32.727066,473.1892,144.34169,43902.64,132.01312,25.905024,160.16283,392.60535,62.96987,26.006926,249.10532,2130.802,345.90247,166.02316,22.263758,15.753743,408.4142,67.78563,1429.8707,105.32178,2357.058,203.60847,378.97772,84.48139,204.79272,7.338011,11.947362,20.522985,3.1423318,2.6808956,66.38687,63.05141,69.98927,23.788244,27.222897,186.05026,7.277686,3060.5017,77.83192,67.845764,93.41126,98.0028,218.23535,112.217094,141.65323,21.573233,40.80737,105.04792,301.19254,652.4707,88.20726,357.9393,77.65868,122.28109,284.7572,375.88348,959.485,225.73709,3.9675868,20.80494,9.202849,39.985,17858.268,3.6980054,16.7926,27.781048,36.666943,423.329,63.402824,158.01231,3.0031018,169.42148,454.4431,312.8028,126.62224,456.1259,33.376076,89.06748,202.11751,11.779962,1.6877501,11.362148,1578.7363,0.11255113,0.3858481,51.415894,7.335081,3.7887716,4.7683077,8.667911,113.4182,40.076664,97.64383,645.3697,226.46683,1987.0667,1835.8308,15.765323,28.794523,11614.618,8.107072,65.3834,651.3164,119.805046,167.0495,74.80393,384.44034,857.11456,420.51965,16.03001,90.75323,1060.237,2028.9589,45.759457,589.3648,44.885654,1.079315,61.38517,1.1184607,0.6811015,3.1053586,40.484478,119.64252,265.36777,18.537163,3337.8252,322.45767,116.10349,170.60384,79.88019,95.84627,54.61391,9.418716,101.83669,725.9665,216.59131,120.35205,105.00421,13.373387,111.4156,107.04939,41.25869,788.48505,176.264,3784.436,34.176067,3273.4065,78.86932,425.4369,2345.587,80.71514,9.440319,1335.0646,1206.3021,4177.409,109.774734 +2023-07-21 10:00:00,0.0,17205.578,259.47223,23.645948,34.879093,26.778875,165.7227,24.29266,32.88188,19.862442,21.44909,783.8675,335.29922,9.227598,131.036,10.109696,0.92006755,25.626837,14.444096,1.942716,336.66663,0.2912491,320.87863,44.79741,0.7099345,2.6475706,107.21102,18.00517,48.71834,111.83374,23973.473,0.30712914,1541.5374,0.6761611,0.41121855,0.20064144,1.1685097,148.17798,177.44211,26.15449,201.93213,21.77065,66.54383,1909.3085,3.074375,267.68378,175.31,355.48975,141.83098,349.73605,29.013754,452.65863,0.0,2500.3323,14567.588,32.74869,473.41714,144.3781,43900.637,132.01338,25.919655,160.20056,392.84262,63.002033,26.02655,249.18324,2130.8662,345.88962,166.10051,22.277407,15.761575,408.31073,67.80702,1429.2386,105.24248,2357.4966,203.47392,379.03458,84.453094,204.50111,7.33602,11.942948,20.503826,3.139802,2.6783946,66.393616,63.07041,69.996704,23.806364,27.230042,185.8243,7.275819,3060.7712,77.745926,67.87971,93.31982,97.95559,218.24776,112.1382,141.7742,21.548668,40.793617,105.00999,301.15585,652.1057,88.07527,357.65622,77.616554,122.3256,284.7123,376.07394,959.5066,225.48676,3.9680982,20.812567,9.200538,39.981262,17862.82,3.6950681,16.801403,27.79328,36.63413,422.98245,63.335754,157.90288,3.0026236,169.24698,454.20468,312.6806,126.627655,456.3725,33.38584,89.116936,201.9742,11.776175,1.6873909,11.360132,1577.5558,0.11243289,0.38552058,51.40343,7.3395934,3.7885442,4.7652273,8.663113,113.3492,40.054405,97.60002,645.088,226.50403,1987.2806,1836.0236,15.770753,28.802845,11612.504,8.105977,65.39807,651.5169,119.855515,167.09361,74.8248,384.5552,856.9311,420.56662,16.037289,90.7853,1060.2725,2029.2358,45.77313,589.4651,44.901592,1.0793798,61.388607,1.118462,0.68112886,3.1055248,40.50509,119.6572,265.33234,18.539633,3337.4172,322.57483,116.144264,170.64853,79.8871,95.84442,54.609543,9.431519,101.84812,726.26794,216.70412,120.40234,105.06446,13.35457,111.526306,107.12567,41.24128,788.27966,176.27478,3783.826,34.168343,3272.4062,78.86881,425.4131,2345.2476,80.72213,9.44047,1334.4169,1205.2517,4174.6953,109.70114 +2023-07-21 11:00:00,0.0,17207.207,259.677,23.65406,34.87702,26.789156,165.70905,24.291998,32.879814,19.862675,21.446026,784.2719,334.95947,9.22535,131.03624,10.097889,0.9188271,25.632277,14.426327,1.9440751,336.645,0.29105574,320.9028,44.787605,0.7106868,2.647382,107.209465,17.995762,48.66652,111.783,23986.926,0.30642125,1541.618,0.67524576,0.41066867,0.200291,1.1663767,148.15393,177.36658,26.14853,201.91566,21.766754,66.61169,1910.3473,3.0726295,267.89056,175.40445,355.52402,141.8286,349.67395,29.033754,452.90192,0.0,2499.916,14565.784,32.770317,473.64505,144.4145,43898.637,132.01364,25.934286,160.2383,393.07986,63.03419,26.046175,249.26117,2130.9302,345.87677,166.17787,22.291056,15.769406,408.20724,67.828415,1428.6067,105.16317,2357.9348,203.33939,379.09143,84.424805,204.20952,7.334029,11.938535,20.484667,3.137272,2.6758935,66.40037,63.089413,70.00413,23.824482,27.237188,185.59833,7.2739515,3061.041,77.65993,67.91364,93.22837,97.90839,218.26016,112.0593,141.89516,21.524105,40.779865,104.972046,301.11914,651.7407,87.943275,357.37317,77.57443,122.37012,284.66742,376.2644,959.52826,225.23642,3.9686096,20.820194,9.198226,39.97752,17867.375,3.6921308,16.810207,27.805511,36.601315,422.63593,63.268684,157.79346,3.002145,169.07248,453.96622,312.55838,126.63307,456.6191,33.395607,89.16638,201.83087,11.772388,1.6870317,11.358116,1576.3751,0.11231465,0.38519308,51.390965,7.3441057,3.7883167,4.7621474,8.658315,113.2802,40.032143,97.55621,644.8064,226.54123,1987.4945,1836.2164,15.776183,28.811167,11610.39,8.104883,65.41274,651.7174,119.90598,167.13774,74.845665,384.67007,856.7477,420.6136,16.044565,90.81738,1060.3079,2029.5128,45.786797,589.5653,44.91753,1.0794448,61.392044,1.1184634,0.6811562,3.1056912,40.5257,119.67189,265.29688,18.5421,3337.0093,322.692,116.185036,170.6932,79.89401,95.842575,54.605175,9.444322,101.85954,726.56946,216.81693,120.452644,105.1247,13.3357525,111.637,107.20195,41.22387,788.07434,176.28555,3783.2158,34.160618,3271.4058,78.8683,425.3893,2344.9084,80.72912,9.44062,1333.769,1204.2013,4171.9814,109.62755 +2023-07-21 12:00:00,0.0,17208.838,259.88177,23.66217,34.87495,26.799435,165.69537,24.291336,32.87775,19.862906,21.442963,784.6763,334.6197,9.223103,131.0365,10.086081,0.9175867,25.637714,14.408557,1.9454342,336.62332,0.29086238,320.92697,44.777798,0.7114392,2.6471934,107.20791,17.986353,48.614697,111.732254,24000.38,0.30571333,1541.6987,0.6743304,0.41011876,0.19994056,1.1642437,148.1299,177.29103,26.142569,201.8992,21.762857,66.67955,1911.3861,3.0708838,268.09732,175.49892,355.55832,141.82622,349.61182,29.053755,453.1452,0.0,2499.5,14563.981,32.791946,473.873,144.45091,43896.633,132.0139,25.94892,160.27605,393.31714,63.066353,26.065802,249.3391,2130.9944,345.86392,166.25522,22.304705,15.777238,408.10376,67.84981,1427.9746,105.08387,2358.3733,203.20483,379.1483,84.39651,203.91792,7.3320384,11.93412,20.465508,3.134742,2.6733925,66.40711,63.108414,70.01156,23.842602,27.244333,185.37234,7.272084,3061.3105,77.57394,67.94758,93.13692,97.861176,218.27258,111.98041,142.01613,21.49954,40.766113,104.934105,301.08246,651.37573,87.81129,357.09012,77.5323,122.41463,284.62253,376.45483,959.54987,224.98608,3.969121,20.827824,9.195914,39.97378,17871.93,3.6891935,16.819012,27.817741,36.5685,422.28937,63.201614,157.68402,3.0016668,168.89798,453.72775,312.43616,126.63849,456.86572,33.405376,89.215836,201.68756,11.768602,1.6866726,11.3561,1575.1946,0.11219641,0.38486558,51.3785,7.348618,3.7880893,4.7590675,8.653517,113.2112,40.00988,97.512405,644.5247,226.57845,1987.7084,1836.4093,15.781612,28.819489,11608.275,8.103789,65.42742,651.9179,119.95645,167.18185,74.86653,384.78494,856.5642,420.66052,16.051844,90.849464,1060.3433,2029.7898,45.80047,589.6656,44.933468,1.0795097,61.395485,1.1184648,0.6811836,3.1058574,40.54631,119.686584,265.26144,18.544569,3336.6013,322.80914,116.22581,170.7379,79.900925,95.84073,54.600807,9.457124,101.870964,726.871,216.92973,120.502945,105.18495,13.316936,111.747696,107.27823,41.20646,787.869,176.29634,3782.6057,34.15289,3270.4055,78.86778,425.3655,2344.569,80.73611,9.440771,1333.1213,1203.1509,4169.2676,109.553955 +2023-07-21 13:00:00,0.0,17210.467,260.08655,23.670282,34.87288,26.809715,165.6817,24.290674,32.875683,19.863138,21.4399,785.0807,334.27994,9.220855,131.03674,10.074273,0.91634625,25.643152,14.390788,1.9467934,336.60168,0.290669,320.95114,44.76799,0.7121916,2.647005,107.20635,17.976944,48.562874,111.68152,24013.836,0.30500543,1541.7794,0.6734151,0.40956888,0.19959012,1.1621107,148.10585,177.2155,26.136608,201.88272,21.758963,66.747406,1912.425,3.0691383,268.3041,175.59337,355.5926,141.82382,349.5497,29.073753,453.38852,0.0,2499.0835,14562.179,32.813572,474.10092,144.48732,43894.63,132.01416,25.96355,160.31378,393.55438,63.098515,26.085426,249.41702,2131.0583,345.85104,166.33258,22.318352,15.785069,408.00027,67.8712,1427.3427,105.00457,2358.8118,203.0703,379.2051,84.36822,203.62631,7.3300476,11.929707,20.44635,3.1322122,2.6708915,66.413864,63.127415,70.01898,23.860722,27.251478,185.14638,7.270217,3061.58,77.48794,67.98152,93.04547,97.813965,218.28499,111.90151,142.1371,21.474977,40.752365,104.896164,301.04578,651.01074,87.6793,356.80707,77.49018,122.459145,284.57764,376.6453,959.5715,224.73575,3.9696324,20.835451,9.193603,39.970043,17876.482,3.6862562,16.827816,27.829973,36.535686,421.9428,63.134544,157.57458,3.0011883,168.7235,453.48932,312.31393,126.643906,457.11234,33.415142,89.26529,201.54424,11.764815,1.6863133,11.354084,1574.014,0.112078175,0.38453805,51.366035,7.3531303,3.7878618,4.755987,8.648719,113.142204,39.987617,97.4686,644.2431,226.61565,1987.9224,1836.602,15.787043,28.82781,11606.162,8.102695,65.44209,652.1184,120.00693,167.22598,74.8874,384.8998,856.3808,420.7075,16.05912,90.88154,1060.3785,2030.0668,45.81414,589.76587,44.949406,1.0795747,61.398922,1.1184661,0.68121094,3.1060238,40.566917,119.70127,265.22598,18.547039,3336.1934,322.9263,116.26658,170.7826,79.90784,95.838875,54.59644,9.469926,101.88239,727.1724,217.04254,120.553246,105.24519,13.298119,111.85839,107.3545,41.18905,787.6637,176.30711,3781.9956,34.145164,3269.405,78.86727,425.34174,2344.2297,80.743095,9.440922,1332.4735,1202.1003,4166.553,109.48036 +2023-07-21 14:00:00,0.0,17212.096,260.29132,23.678392,34.870808,26.819996,165.66805,24.290014,32.87362,19.863369,21.436836,785.4851,333.94016,9.218607,131.037,10.062466,0.9151058,25.648592,14.373019,1.9481525,336.58005,0.29047564,320.9753,44.758183,0.712944,2.6468165,107.204796,17.967535,48.511055,111.630775,24027.29,0.30429754,1541.8601,0.6724998,0.40901896,0.19923967,1.1599776,148.08182,177.13997,26.13065,201.86626,21.755066,66.81527,1913.4639,3.0673926,268.5109,175.68784,355.6269,141.82144,349.48758,29.093754,453.6318,0.0,2498.6675,14560.376,32.835197,474.32883,144.52373,43892.625,132.01442,25.978182,160.35152,393.79163,63.130676,26.105053,249.49495,2131.1223,345.8382,166.40993,22.332,15.792901,407.8968,67.89259,1426.7107,104.92527,2359.2502,202.93575,379.26196,84.33993,203.33472,7.328057,11.925293,20.42719,3.1296823,2.6683905,66.42061,63.146416,70.02641,23.878841,27.258623,184.92041,7.2683496,3061.8496,77.40195,68.01546,92.954025,97.766754,218.2974,111.82262,142.25807,21.450413,40.738613,104.85823,301.00906,650.64575,87.54731,356.524,77.44805,122.503654,284.53275,376.83575,959.59314,224.4854,3.9701438,20.843079,9.191291,39.9663,17881.037,3.683319,16.836618,27.842205,36.50287,421.59628,63.067474,157.46515,3.00071,168.549,453.25085,312.19174,126.64932,457.35895,33.424908,89.31474,201.40092,11.761029,1.6859541,11.352068,1572.8334,0.111959934,0.38421056,51.353573,7.3576427,3.7876344,4.7529073,8.643921,113.073204,39.96536,97.42479,643.9614,226.65286,1988.1362,1836.7949,15.792473,28.836134,11604.048,8.101601,65.456764,652.3189,120.057396,167.2701,74.908264,385.0147,856.1973,420.75443,16.066397,90.91362,1060.414,2030.3438,45.82781,589.86615,44.965347,1.0796397,61.40236,1.1184676,0.68123823,3.10619,40.58753,119.71596,265.19055,18.549507,3335.7854,323.04346,116.30735,170.82729,79.91475,95.83703,54.59207,9.482729,101.893814,727.47394,217.15533,120.60354,105.305435,13.279302,111.969086,107.43078,41.17164,787.4584,176.31789,3781.3857,34.137436,3268.4048,78.86676,425.31793,2343.8906,80.750084,9.441072,1331.8258,1201.0499,4163.8394,109.40677 +2023-07-21 15:00:00,0.0,17213.725,260.49612,23.686504,34.868736,26.830275,165.65437,24.289352,32.871555,19.863602,21.433775,785.8895,333.6004,9.216359,131.03725,10.050657,0.91386545,25.65403,14.355249,1.9495116,336.5584,0.29028225,320.99948,44.74838,0.71369636,2.646628,107.20324,17.958126,48.459232,111.58003,24040.744,0.30358964,1541.9408,0.6715844,0.40846908,0.19888924,1.1578445,148.05777,177.06442,26.12469,201.8498,21.75117,66.883125,1914.5027,3.0656471,268.71768,175.78229,355.6612,141.81906,349.42548,29.113754,453.8751,0.0,2498.2512,14558.572,32.856823,474.55676,144.56013,43890.62,132.01468,25.992813,160.38925,394.0289,63.162838,26.124678,249.57288,2131.1865,345.82535,166.48729,22.34565,15.800734,407.7933,67.913994,1426.0786,104.84597,2359.6887,202.80121,379.31882,84.31163,203.0431,7.326066,11.920879,20.408031,3.1271522,2.6658893,66.42736,63.165417,70.03384,23.896961,27.26577,184.69444,7.266483,3062.1194,77.31595,68.04939,92.86258,97.71954,218.30981,111.74371,142.37903,21.42585,40.72486,104.82029,300.97238,650.2808,87.41532,356.24094,77.40593,122.54817,284.48788,377.0262,959.61475,224.23506,3.9706552,20.850706,9.188978,39.962563,17885.592,3.6803818,16.845423,27.854435,36.470055,421.24973,63.000404,157.35571,3.0002315,168.3745,453.0124,312.06952,126.65474,457.60556,33.434677,89.3642,201.2576,11.757243,1.6855949,11.350052,1571.6528,0.11184169,0.38388303,51.341106,7.362155,3.787407,4.7498274,8.639124,113.0042,39.943096,97.38098,643.6798,226.69006,1988.3502,1836.9877,15.797903,28.844456,11601.934,8.100507,65.471436,652.5194,120.107864,167.31422,74.92913,385.12958,856.0139,420.8014,16.073675,90.9457,1060.4493,2030.6207,45.84148,589.96643,44.981285,1.0797046,61.405796,1.1184689,0.6812656,3.1063564,40.60814,119.730644,265.1551,18.551975,3335.3777,323.1606,116.348114,170.87198,79.92166,95.83518,54.5877,9.495531,101.90524,727.7754,217.26814,120.65384,105.365685,13.260484,112.07978,107.50706,41.15423,787.25305,176.32866,3780.7756,34.12971,3267.4043,78.86625,425.29416,2343.5513,80.75707,9.441223,1331.178,1199.9995,4161.1255,109.333176 +2023-07-21 16:00:00,0.0,17215.355,260.7009,23.694614,34.866665,26.840555,165.6407,24.28869,32.869488,19.863832,21.430712,786.2939,333.26065,9.214111,131.0375,10.03885,0.912625,25.65947,14.337481,1.9508708,336.53677,0.2900889,321.02365,44.73857,0.7144487,2.6464393,107.201675,17.948719,48.40741,111.52929,24054.2,0.30288175,1542.0215,0.6706691,0.4079192,0.1985388,1.1557114,148.03372,176.98889,26.118729,201.83333,21.747272,66.95099,1915.5416,3.0639014,268.92447,175.87674,355.69547,141.81667,349.36334,29.133755,454.1184,0.0,2497.835,14556.77,32.87845,474.7847,144.59654,43888.617,132.01494,26.007446,160.42699,394.26614,63.194996,26.144304,249.6508,2131.2505,345.8125,166.56464,22.359299,15.808565,407.68982,67.93539,1425.4467,104.76667,2360.127,202.66667,379.37567,84.28334,202.75151,7.324075,11.916466,20.388872,3.1246223,2.6633883,66.434105,63.184418,70.04127,23.91508,27.272915,184.46848,7.2646155,3062.389,77.22996,68.083336,92.771126,97.67233,218.32222,111.66482,142.5,21.401285,40.71111,104.78235,300.93567,649.91583,87.28333,355.9579,77.3638,122.59268,284.443,377.21667,959.63635,223.98473,3.9711666,20.858334,9.1866665,39.958824,17890.145,3.6774445,16.854227,27.866667,36.43724,420.90317,62.933334,157.24628,2.9997532,168.2,452.77396,311.9473,126.66016,457.85217,33.444443,89.41364,201.11429,11.753457,1.6852357,11.348036,1570.4723,0.11172345,0.38355553,51.328644,7.3666673,3.7871795,4.7467475,8.634326,112.9352,39.920834,97.33717,643.39813,226.72726,1988.5641,1837.1805,15.803333,28.852777,11599.819,8.099413,65.486115,652.7199,120.15833,167.35834,74.95,385.24445,855.83044,420.84836,16.080952,90.977776,1060.4847,2030.8977,45.85515,590.06665,44.997223,1.0797696,61.409237,1.1184703,0.68129295,3.1065226,40.62875,119.74533,265.11966,18.554443,3334.9697,323.27777,116.388885,170.91667,79.92857,95.833336,54.583332,9.508333,101.916664,728.0769,217.38095,120.70414,105.42593,13.241667,112.190475,107.583336,41.136818,787.04767,176.33945,3780.1655,34.121986,3266.404,78.86574,425.27036,2343.212,80.76406,9.441374,1330.5303,1198.949,4158.4116,109.259575 +2023-07-21 17:00:00,0.0,17216.984,260.90567,23.702726,34.864594,26.850836,165.62704,24.288029,32.867424,19.864065,21.427649,786.6983,332.92087,9.2118635,131.03777,10.027042,0.9113846,25.664907,14.319712,1.95223,336.5151,0.28989553,321.04782,44.728764,0.7152011,2.646251,107.20012,17.93931,48.355587,111.47855,24067.652,0.30217382,1542.1022,0.6697538,0.4073693,0.19818835,1.1535785,148.00969,176.91335,26.112768,201.81686,21.743376,67.018845,1916.5804,3.062156,269.13126,175.9712,355.72974,141.81429,349.30124,29.153753,454.3617,0.0,2497.419,14554.967,32.900078,475.0126,144.63295,43886.613,132.0152,26.022078,160.46472,394.50342,63.227158,26.163929,249.72873,2131.3147,345.79965,166.642,22.372946,15.816397,407.58633,67.95678,1424.8146,104.68737,2360.5654,202.53212,379.4325,84.25504,202.4599,7.3220844,11.912051,20.369713,3.1220925,2.6608872,66.44086,63.203423,70.0487,23.933199,27.28006,184.24251,7.2627482,3062.6584,77.14396,68.11727,92.67968,97.62512,218.33463,111.58592,142.62097,21.37672,40.69736,104.744415,300.899,649.55084,87.151344,355.6748,77.32168,122.63719,284.3981,377.40714,959.658,223.73439,3.971678,20.865961,9.184355,39.955082,17894.7,3.6745071,16.86303,27.878899,36.404427,420.55664,62.866264,157.13684,2.9992747,168.02551,452.5355,311.82507,126.66557,458.0988,33.454212,89.4631,200.97098,11.74967,1.6848766,11.34602,1569.2916,0.11160521,0.38322803,51.316177,7.3711796,3.786952,4.743667,8.629528,112.86621,39.898575,97.293365,643.11646,226.76448,1988.778,1837.3734,15.8087635,28.8611,11597.705,8.098318,65.500786,652.9204,120.20881,167.40245,74.97086,385.3593,855.647,420.8953,16.08823,91.00986,1060.52,2031.1747,45.86882,590.16693,45.01316,1.0798346,61.412674,1.1184716,0.6813203,3.1066887,40.649357,119.760025,265.08423,18.556913,3334.5618,323.39493,116.42966,170.96136,79.935486,95.83148,54.578964,9.521136,101.92809,728.3784,217.49376,120.75443,105.486176,13.22285,112.30117,107.65961,41.119408,786.84235,176.35022,3779.5554,34.114258,3265.4036,78.86522,425.24655,2342.8728,80.77105,9.4415245,1329.8824,1197.8986,4155.6973,109.18598 +2023-07-21 18:00:00,0.0,17218.613,261.11047,23.710836,34.862522,26.861115,165.61337,24.287367,32.86536,19.864296,21.424585,787.1027,332.58112,9.209616,131.03801,10.015234,0.91014415,25.670345,14.301942,1.9535891,336.49347,0.28970215,321.072,44.71896,0.71595347,2.6460624,107.19856,17.929901,48.303764,111.42781,24081.107,0.30146593,1542.1829,0.66883844,0.4068194,0.19783792,1.1514454,147.98564,176.83781,26.106808,201.8004,21.73948,67.08671,1917.6193,3.0604103,269.33804,176.06566,355.76404,141.8119,349.2391,29.173754,454.60498,0.0,2497.0024,14553.163,32.921703,475.24054,144.66936,43884.61,132.01546,26.036709,160.50246,394.74066,63.25932,26.183556,249.80664,2131.3787,345.7868,166.71935,22.386595,15.824228,407.48285,67.97817,1424.1826,104.60806,2361.004,202.39758,379.48935,84.22675,202.1683,7.3200936,11.907638,20.350554,3.1195624,2.6583862,66.4476,63.22242,70.05612,23.951319,27.287207,184.01654,7.260881,3062.9282,77.05797,68.15121,92.588234,97.57791,218.34705,111.50703,142.74193,21.352158,40.68361,104.706474,300.8623,649.18585,87.019356,355.39175,77.27955,122.68171,284.3532,377.5976,959.6796,223.48405,3.9721894,20.873589,9.182043,39.951344,17899.254,3.6715698,16.871834,27.891129,36.371613,420.21008,62.799194,157.0274,2.9987965,167.85101,452.29703,311.70285,126.67099,458.3454,33.463978,89.51255,200.82765,11.745884,1.6845174,11.344004,1568.1111,0.11148697,0.3829005,51.303715,7.375692,3.7867246,4.740587,8.62473,112.79721,39.876312,97.24956,642.83484,226.80168,1988.992,1837.5662,15.814194,28.869421,11595.591,8.097224,65.51546,653.1209,120.25928,167.44658,74.99173,385.47418,855.46356,420.94226,16.095507,91.04194,1060.5554,2031.4517,45.882492,590.2672,45.0291,1.0798995,61.41611,1.118473,0.68134767,3.1068552,40.669968,119.77471,265.04877,18.559381,3334.1538,323.5121,116.47043,171.00604,79.9424,95.829636,54.574596,9.533938,101.939514,728.6799,217.60657,120.80473,105.54642,13.204032,112.411865,107.735886,41.101997,786.637,176.361,3778.9453,34.106533,3264.4033,78.86471,425.22278,2342.5334,80.77804,9.441675,1329.2347,1196.8481,4152.9834,109.11239 +2023-07-21 19:00:00,0.0,17220.244,261.31525,23.718948,34.86045,26.871395,165.5997,24.286705,32.863293,19.864529,21.421522,787.50714,332.24133,9.207368,131.03827,10.003427,0.9089037,25.675785,14.284173,1.9549482,336.47183,0.2895088,321.09616,44.709152,0.71670586,2.6458738,107.19701,17.920492,48.251945,111.37707,24094.562,0.30075803,1542.2635,0.6679231,0.40626952,0.19748747,1.1493123,147.96161,176.76227,26.10085,201.78394,21.735582,67.154564,1918.6582,3.0586648,269.5448,176.16013,355.79834,141.80951,349.177,29.193754,454.8483,0.0,2496.5864,14551.36,32.94333,475.46848,144.70576,43882.605,132.01572,26.05134,160.54019,394.97794,63.29148,26.20318,249.88457,2131.4429,345.77396,166.7967,22.400244,15.83206,407.37936,67.999565,1423.5505,104.52876,2361.4424,202.26303,379.5462,84.198456,201.8767,7.3181033,11.903224,20.331394,3.1170325,2.6558852,66.45435,63.241425,70.06355,23.969439,27.294352,183.79057,7.2590137,3063.1978,76.97197,68.18515,92.49678,97.5307,218.35945,111.42813,142.8629,21.327593,40.669857,104.66853,300.8256,648.82086,86.88737,355.1087,77.23743,122.72622,284.30832,377.78806,959.70123,223.23372,3.972701,20.881216,9.179731,39.947605,17903.809,3.6686327,16.880638,27.90336,36.3388,419.86353,62.732124,156.91797,2.998318,167.67651,452.0586,311.58066,126.67641,458.592,33.473743,89.562004,200.68434,11.742098,1.6841582,11.341988,1566.9305,0.11136873,0.382573,51.29125,7.380204,3.786497,4.7375073,8.619932,112.72821,39.85405,97.20575,642.55316,226.83888,1989.2058,1837.759,15.819624,28.877745,11593.477,8.09613,65.53013,653.3214,120.309746,167.49069,75.0126,385.58908,855.2801,420.9892,16.102783,91.07401,1060.5908,2031.7286,45.89616,590.3675,45.04504,1.0799645,61.419548,1.1184744,0.681375,3.1070213,40.69058,119.7894,265.01334,18.56185,3333.7458,323.62927,116.5112,171.05074,79.94931,95.82779,54.57023,9.546741,101.95094,728.9814,217.71938,120.855034,105.60667,13.185215,112.52256,107.812164,41.084587,786.4317,176.37177,3778.3354,34.098804,3263.4028,78.8642,425.19897,2342.194,80.78503,9.441826,1328.5869,1195.7976,4150.2695,109.038795 +2023-07-21 20:00:00,0.0,17221.873,261.52002,23.727058,34.85838,26.881676,165.58604,24.286043,32.86123,19.864761,21.418459,787.9115,331.90158,9.20512,131.03851,9.991619,0.9076633,25.681223,14.266404,1.9563073,336.4502,0.2893154,321.12036,44.699345,0.71745825,2.6456852,107.19545,17.911083,48.200123,111.326324,24108.016,0.30005014,1542.3442,0.66700774,0.4057196,0.19713703,1.1471792,147.93756,176.68674,26.094889,201.76747,21.731686,67.22243,1919.697,3.0569193,269.7516,176.25458,355.8326,141.80713,349.11487,29.213755,455.09158,0.0,2496.1702,14549.558,32.964954,475.69638,144.74217,43880.6,132.01598,26.065973,160.57793,395.2152,63.32364,26.222805,249.9625,2131.5068,345.76108,166.87405,22.413893,15.839891,407.27588,68.02096,1422.9186,104.44946,2361.8809,202.1285,379.60303,84.170166,201.5851,7.3161125,11.89881,20.312235,3.1145027,2.6533842,66.4611,63.26042,70.07098,23.987558,27.301497,183.5646,7.2571464,3063.4673,76.88598,68.219086,92.405334,97.48349,218.37186,111.349236,142.98387,21.30303,40.656105,104.63059,300.7889,648.4559,86.75538,354.82565,77.1953,122.77074,284.26343,377.97852,959.7229,222.98338,3.9732125,20.888844,9.17742,39.943863,17908.361,3.6656954,16.88944,27.915592,36.305984,419.517,62.665054,156.80853,2.9978397,167.50201,451.82013,311.45844,126.68182,458.83862,33.483513,89.61146,200.54102,11.738312,1.6837989,11.339972,1565.7499,0.1112505,0.38224548,51.278786,7.384716,3.7862697,4.7344275,8.615134,112.65921,39.83179,97.161934,642.2715,226.8761,1989.4198,1837.9518,15.825054,28.886066,11591.363,8.095036,65.5448,653.5219,120.360214,167.53482,75.03347,385.70395,855.0967,421.03616,16.110062,91.106094,1060.6262,2032.0056,45.909832,590.4678,45.060978,1.0800295,61.42299,1.1184758,0.6814024,3.1071877,40.71119,119.804085,264.97787,18.564318,3333.338,323.74643,116.55197,171.09543,79.95622,95.82594,54.56586,9.559543,101.962364,729.28284,217.83218,120.90533,105.66691,13.166398,112.633255,107.88844,41.067177,786.2264,176.38255,3777.7253,34.09108,3262.4026,78.863686,425.1752,2341.855,80.79202,9.441977,1327.9392,1194.7472,4147.5557,108.9652 +2023-07-21 21:00:00,0.0,17223.502,261.7248,23.73517,34.856308,26.891954,165.57237,24.285381,32.85916,19.864992,21.415396,788.3159,331.56183,9.202872,131.03877,9.979811,0.90642285,25.686663,14.248634,1.9576664,336.42856,0.28912205,321.14453,44.689537,0.71821064,2.6454966,107.193886,17.901676,48.1483,111.27559,24121.47,0.29934224,1542.4249,0.66609246,0.40516973,0.1967866,1.1450461,147.91351,176.61119,26.088928,201.751,21.727789,67.29029,1920.7358,3.0551736,269.95837,176.34903,355.8669,141.80475,349.05276,29.233755,455.33487,0.0,2495.754,14547.755,32.986584,475.92432,144.77858,43878.598,132.01624,26.080605,160.61568,395.45245,63.3558,26.242432,250.04042,2131.571,345.74823,166.95142,22.42754,15.847723,407.1724,68.04235,1422.2866,104.37016,2362.319,201.99396,379.65988,84.14188,201.29349,7.3141217,11.894397,20.293076,3.1119728,2.6508832,66.46785,63.279427,70.07841,24.005676,27.308641,183.33862,7.255279,3063.7368,76.79998,68.25302,92.31389,97.43628,218.38428,111.27034,143.10484,21.278465,40.642353,104.59266,300.7522,648.0909,86.62339,354.54257,77.153175,122.81525,284.21854,378.16895,959.7445,222.73305,3.973724,20.896473,9.175108,39.940125,17912.916,3.662758,16.898245,27.927822,36.27317,419.17044,62.597984,156.6991,2.9973612,167.32751,451.58167,311.3362,126.68724,459.08524,33.49328,89.660904,200.3977,11.734525,1.6834397,11.337955,1564.5693,0.11113226,0.38191798,51.26632,7.3892283,3.7860422,4.731347,8.610336,112.59022,39.80953,97.118126,641.98987,226.9133,1989.6337,1838.1447,15.830483,28.894388,11589.249,8.093942,65.55948,653.7224,120.41069,167.57893,75.05434,385.81882,854.9132,421.08313,16.117338,91.138176,1060.6615,2032.2826,45.9235,590.568,45.076916,1.0800945,61.426426,1.1184771,0.68142974,3.107354,40.731796,119.81877,264.94244,18.566788,3332.93,323.8636,116.59274,171.14012,79.963135,95.82409,54.561493,9.572346,101.97379,729.58435,217.94499,120.95563,105.72715,13.147581,112.74395,107.964714,41.049767,786.021,176.39333,3777.1152,34.083355,3261.402,78.863174,425.1514,2341.5156,80.79901,9.442127,1327.2914,1193.6968,4144.842,108.8916 +2023-07-21 22:00:00,0.0,17225.13,261.92957,23.74328,34.854237,26.902235,165.5587,24.28472,32.857098,19.865225,21.412334,788.72034,331.22205,9.200624,131.03902,9.968003,0.9051825,25.6921,14.2308655,1.9590256,336.40692,0.2889287,321.1687,44.679733,0.71896297,2.6453083,107.19233,17.892267,48.096478,111.224846,24134.926,0.29863435,1542.5056,0.6651771,0.4046198,0.19643615,1.1429131,147.88948,176.53566,26.082968,201.73454,21.723892,67.35815,1921.7748,3.0534282,270.16516,176.4435,355.90118,141.80235,348.99063,29.253754,455.5782,0.0,2495.338,14545.951,33.00821,476.15225,144.815,43876.598,132.0165,26.095236,160.65341,395.6897,63.387962,26.262056,250.11835,2131.635,345.73538,167.02876,22.441189,15.855555,407.0689,68.06374,1421.6545,104.29086,2362.7576,201.8594,379.71674,84.11358,201.00189,7.312131,11.889983,20.273916,3.1094427,2.6483822,66.474594,63.298424,70.08583,24.023796,27.315788,183.11266,7.253412,3064.0066,76.71399,68.286964,92.22244,97.38908,218.39668,111.19144,143.2258,21.253902,40.628605,104.55472,300.7155,647.7259,86.491394,354.25952,77.111046,122.859764,284.17365,378.3594,959.7661,222.48271,3.9742353,20.9041,9.172796,39.936386,17917.47,3.6598208,16.90705,27.940054,36.240356,418.82388,62.530914,156.58966,2.9968827,167.15303,451.34323,311.214,126.69266,459.33185,33.503044,89.71036,200.25438,11.730739,1.6830806,11.335939,1563.3888,0.111014016,0.3815905,51.253853,7.3937407,3.7858148,4.728267,8.605538,112.52122,39.787266,97.07432,641.70825,226.95052,1989.8475,1838.3375,15.835914,28.90271,11587.135,8.092848,65.57415,653.9229,120.46116,167.62306,75.0752,385.9337,854.7298,421.13007,16.124615,91.17025,1060.6969,2032.5596,45.937172,590.6683,45.092854,1.0801594,61.429863,1.1184785,0.6814571,3.1075203,40.752407,119.833466,264.90698,18.569256,3332.5222,323.98074,116.633514,171.18481,79.97005,95.82224,54.557125,9.585148,101.985214,729.88586,218.0578,121.00593,105.7874,13.128763,112.854645,108.04099,41.032356,785.8157,176.4041,3776.5051,34.075626,3260.4019,78.862656,425.12762,2341.1763,80.806,9.442278,1326.6436,1192.6464,4142.1274,108.81801 +2023-07-21 23:00:00,0.0,17226.762,262.13437,23.751392,34.852165,26.912516,165.54504,24.284058,32.855034,19.865456,21.409271,789.12476,330.8823,9.198377,131.03928,9.956195,0.90394205,25.697538,14.213097,1.9603847,336.38525,0.2887353,321.19287,44.669926,0.71971536,2.6451197,107.19077,17.882858,48.044655,111.1741,24148.379,0.29792643,1542.5863,0.66426176,0.40406993,0.1960857,1.1407801,147.86543,176.46013,26.077007,201.71808,21.719995,67.42601,1922.8136,3.0516825,270.37195,176.53795,355.9355,141.79997,348.92853,29.273754,455.82147,0.0,2494.9216,14544.148,33.029835,476.38016,144.85141,43874.594,132.01675,26.109867,160.69115,395.92694,63.420124,26.281683,250.19627,2131.699,345.72253,167.10612,22.454838,15.863387,406.96542,68.08514,1421.0226,104.21156,2363.196,201.72487,379.7736,84.08529,200.71028,7.31014,11.885569,20.254757,3.1069129,2.6458812,66.48134,63.31743,70.09326,24.041916,27.322933,182.88669,7.2515445,3064.2761,76.62799,68.3209,92.13099,97.341866,218.40909,111.11254,143.34677,21.229338,40.614853,104.51678,300.67883,647.3609,86.359406,353.97647,77.068924,122.904274,284.12875,378.54987,959.7878,222.23238,3.9747467,20.911728,9.170484,39.932644,17922.023,3.6568835,16.915854,27.952286,36.207542,418.47736,62.463844,156.48022,2.9964044,166.97853,451.10477,311.0918,126.698074,459.57846,33.512814,89.75981,200.11107,11.726953,1.6827214,11.333923,1562.2081,0.110895775,0.38126296,51.24139,7.398253,3.7855873,4.7251873,8.600741,112.45222,39.765003,97.03051,641.4266,226.98772,1990.0615,1838.5303,15.841344,28.911032,11585.0205,8.091754,65.58882,654.1234,120.51163,167.66718,75.09607,386.04855,854.5463,421.17703,16.131893,91.20233,1060.7323,2032.8365,45.95084,590.76855,45.10879,1.0802244,61.4333,1.1184798,0.68148446,3.1076865,40.773018,119.84815,264.87155,18.571724,3332.1143,324.0979,116.674286,171.2295,79.97696,95.8204,54.552757,9.59795,101.99664,730.1873,218.17061,121.05623,105.84764,13.109946,112.96534,108.11727,41.014946,785.61035,176.41487,3775.895,34.0679,3259.4014,78.862144,425.10382,2340.8372,80.81299,9.442429,1325.9958,1191.5958,4139.4136,108.744415 +2023-07-22 00:00:00,0.0,17228.39,262.33914,23.759504,34.850094,26.922796,165.53137,24.283396,32.852966,19.865688,21.406208,789.5291,330.5425,9.196129,131.03952,9.944387,0.9027016,25.702978,14.195328,1.9617438,336.36362,0.28854194,321.21704,44.66012,0.72046775,2.644931,107.18922,17.87345,47.992832,111.12336,24161.834,0.29721853,1542.667,0.6633464,0.40352005,0.19573528,1.1386471,147.8414,176.38458,26.071049,201.70161,21.716099,67.493866,1923.8524,3.049937,270.57874,176.63242,355.9698,141.79759,348.8664,29.293755,456.06476,0.0,2494.5054,14542.346,33.05146,476.6081,144.88782,43872.59,132.01701,26.1245,160.72888,396.1642,63.452286,26.301308,250.2742,2131.7632,345.7097,167.18347,22.468487,15.871219,406.8619,68.10654,1420.3905,104.132256,2363.6345,201.59032,379.8304,84.05699,200.41869,7.3081493,11.881155,20.235598,3.104383,2.6433802,66.48809,63.336426,70.100685,24.060036,27.330078,182.66072,7.249677,3064.5457,76.542,68.354836,92.03954,97.294655,218.42151,111.033646,143.46774,21.204773,40.6011,104.47884,300.64212,646.996,86.22742,353.6934,77.026794,122.948784,284.08386,378.74033,959.8094,221.98204,3.975258,20.919355,9.168172,39.928905,17926.578,3.6539462,16.924656,27.964516,36.17473,418.1308,62.396774,156.37079,2.995926,166.80403,450.8663,310.96957,126.70349,459.82504,33.52258,89.809265,199.96774,11.723166,1.6823622,11.331906,1561.0276,0.110777535,0.38093546,51.228924,7.4027653,3.7853599,4.7221074,8.595943,112.38322,39.742744,96.9867,641.1449,227.02492,1990.2754,1838.7231,15.846774,28.919355,11582.906,8.090659,65.60349,654.3239,120.562096,167.71129,75.116936,386.16345,854.3629,421.22397,16.13917,91.234406,1060.7677,2033.1135,45.96451,590.86884,45.124733,1.0802894,61.43674,1.1184813,0.6815118,3.107853,40.79363,119.86284,264.83612,18.574194,3331.7063,324.21506,116.71505,171.2742,79.98387,95.81855,54.548386,9.610753,102.008064,730.48883,218.28342,121.10652,105.90789,13.091129,113.076035,108.19355,40.99753,785.405,176.42566,3775.2852,34.060177,3258.4011,78.86163,425.08005,2340.4978,80.81998,9.442579,1325.348,1190.5454,4136.6997,108.67082 +2023-07-22 01:00:00,0.0,17230.02,262.5439,23.767614,34.848022,26.933075,165.5177,24.282734,32.850903,19.86592,21.403145,789.93353,330.20276,9.193881,131.03978,9.93258,0.9014612,25.708416,14.177558,1.9631029,336.34198,0.28834856,321.2412,44.650314,0.72122014,2.6447425,107.18766,17.86404,47.941013,111.07262,24175.29,0.29651064,1542.7477,0.6624311,0.40297014,0.19538483,1.136514,147.81735,176.30905,26.065088,201.68515,21.712202,67.56173,1924.8914,3.0481913,270.78552,176.72687,356.00406,141.7952,348.8043,29.313755,456.30807,0.0,2494.0894,14540.543,33.07309,476.83603,144.92422,43870.586,132.01727,26.139132,160.76662,396.4015,63.484444,26.320934,250.35213,2131.8271,345.69684,167.26083,22.482134,15.87905,406.75842,68.12793,1419.7585,104.052956,2364.073,201.45578,379.88727,84.0287,200.12708,7.3061585,11.876741,20.216438,3.101853,2.640879,66.494835,63.35543,70.108116,24.078156,27.337223,182.43475,7.2478104,3064.8154,76.456,68.38878,91.9481,97.247444,218.43391,110.95475,143.58871,21.18021,40.58735,104.4409,300.60544,646.631,86.09543,353.41034,76.98467,122.9933,284.039,378.9308,959.831,221.7317,3.9757695,20.926983,9.16586,39.925167,17931.133,3.651009,16.93346,27.976748,36.141914,417.78424,62.329704,156.26135,2.9954476,166.62953,450.62787,310.84735,126.70891,460.07166,33.532345,89.85872,199.82443,11.719379,1.682003,11.32989,1559.847,0.110659294,0.38060796,51.21646,7.4072776,3.7851324,4.719027,8.5911455,112.31422,39.72048,96.942894,640.8632,227.06213,1990.4894,1838.9159,15.852204,28.927677,11580.792,8.089565,65.618164,654.5244,120.61257,167.75542,75.1378,386.27832,854.17944,421.27094,16.146448,91.26649,1060.803,2033.3905,45.978184,590.9691,45.14067,1.0803543,61.440178,1.1184826,0.6815392,3.108019,40.814236,119.877525,264.80066,18.576662,3331.2983,324.3322,116.75582,171.31888,79.99078,95.8167,54.544018,9.623555,102.019485,730.7903,218.39622,121.15682,105.96813,13.072312,113.18673,108.26983,40.98012,785.1997,176.43643,3774.675,34.05245,3257.4006,78.86112,425.05624,2340.1584,80.826965,9.44273,1324.7003,1189.495,4133.986,108.59723 +2023-07-22 02:00:00,0.0,17231.65,262.74872,23.775726,34.84595,26.943356,165.50404,24.282072,32.84884,19.866152,21.400082,790.33795,329.863,9.191634,131.04002,9.920772,0.90022075,25.713856,14.159789,1.964462,336.32034,0.2881552,321.26538,44.640507,0.7219725,2.644554,107.186104,17.854631,47.88919,111.02188,24188.744,0.29580274,1542.8284,0.6615158,0.40242025,0.1950344,1.1343809,147.7933,176.2335,26.059128,201.66869,21.708305,67.629585,1925.9302,3.0464458,270.99228,176.82132,356.03833,141.79282,348.74216,29.333755,456.55136,0.0,2493.673,14538.739,33.094715,477.06393,144.96063,43868.582,132.01753,26.153763,160.80435,396.63873,63.516605,26.340559,250.43005,2131.8914,345.68396,167.33818,22.495783,15.886882,406.65494,68.14932,1419.1265,103.973656,2364.5112,201.32124,379.94412,84.000404,199.83548,7.3041677,11.872328,20.197279,3.099323,2.638378,66.50159,63.374428,70.11555,24.096273,27.34437,182.20879,7.245943,3065.085,76.37001,68.422714,91.85664,97.20023,218.44632,110.875854,143.70967,21.155645,40.573597,104.40296,300.56873,646.266,85.96344,353.1273,76.94254,123.03781,283.9941,379.12125,959.85266,221.48137,3.976281,20.93461,9.163548,39.921425,17935.688,3.6480718,16.942265,27.98898,36.1091,417.4377,62.262634,156.15192,2.9949691,166.45505,450.3894,310.72513,126.714325,460.31827,33.542114,89.908165,199.6811,11.715593,1.6816438,11.327874,1558.6664,0.11054105,0.38028044,51.203995,7.41179,3.784905,4.715947,8.586348,112.245224,39.69822,96.899086,640.5816,227.09933,1990.7032,1839.1088,15.857635,28.935999,11578.678,8.088471,65.63284,654.725,120.66304,167.79953,75.15867,386.3932,853.99603,421.3179,16.153725,91.29857,1060.8384,2033.6675,45.99185,591.06934,45.15661,1.0804193,61.443615,1.118484,0.68156654,3.1081855,40.834846,119.89221,264.76523,18.57913,3330.8904,324.44937,116.79659,171.36357,79.997696,95.81485,54.53965,9.636357,102.030914,731.0918,218.50903,121.20712,106.02838,13.053494,113.297424,108.3461,40.96271,784.9943,176.4472,3774.065,34.044724,3256.4004,78.86061,425.03247,2339.8193,80.833954,9.442881,1324.0525,1188.4445,4131.2715,108.523636 +2023-07-22 03:00:00,0.0,17233.28,262.9535,23.783836,34.84388,26.953636,165.49037,24.28141,32.84677,19.866383,21.397018,790.7424,329.52322,9.189386,131.04028,9.908964,0.8989803,25.719294,14.14202,1.9658213,336.2987,0.28796184,321.28955,44.6307,0.72272485,2.6443655,107.18454,17.845224,47.837368,110.97114,24202.197,0.29509485,1542.909,0.6606004,0.40187034,0.19468395,1.1322478,147.76927,176.15797,26.053167,201.65222,21.704409,67.69745,1926.969,3.0447001,271.19907,176.91579,356.07263,141.79042,348.68005,29.353754,456.79465,0.0,2493.2568,14536.937,33.11634,477.29187,144.99704,43866.58,132.01779,26.168394,160.84209,396.876,63.548767,26.360186,250.50797,2131.9553,345.6711,167.41554,22.509432,15.894713,406.55145,68.170715,1418.4945,103.894356,2364.9497,201.18669,380.00098,83.972115,199.54387,7.302177,11.867914,20.17812,3.0967932,2.635877,66.50833,63.393433,70.12297,24.114393,27.351515,181.98282,7.244076,3065.3545,76.28401,68.45665,91.7652,97.15302,218.45874,110.79696,143.83064,21.131083,40.55985,104.36502,300.53204,645.901,85.83145,352.84424,76.90042,123.08233,283.94922,379.3117,959.87427,221.23102,3.9767923,20.942238,9.161237,39.917686,17940.24,3.6451344,16.951067,28.00121,36.076286,417.09116,62.195564,156.04248,2.9944909,166.28055,450.15094,310.60294,126.71974,460.56488,33.55188,89.95762,199.5378,11.711807,1.6812845,11.325858,1557.4858,0.11042281,0.37995294,51.191532,7.416302,3.7846775,4.7128673,8.58155,112.17622,39.67596,96.85528,640.2999,227.13655,1990.9171,1839.3015,15.863065,28.94432,11576.564,8.087377,65.647514,654.9255,120.71351,167.84366,75.179535,386.50806,853.81256,421.36484,16.161001,91.33064,1060.8738,2033.9445,46.005524,591.1696,45.172546,1.0804843,61.447052,1.1184855,0.6815939,3.1083517,40.855457,119.906906,264.72977,18.581598,3330.4824,324.56653,116.837364,171.40826,80.00461,95.813,54.535282,9.64916,102.042336,731.3933,218.62184,121.257416,106.08862,13.0346775,113.40812,108.42238,40.9453,784.789,176.45798,3773.4548,34.036995,3255.4,78.86009,425.00867,2339.48,80.84094,9.443031,1323.4048,1187.394,4128.5576,108.45004 +2023-07-22 04:00:00,0.0,17234.908,263.15826,23.791948,34.84181,26.963915,165.4767,24.28075,32.844707,19.866615,21.393955,791.1467,329.18347,9.187139,131.04053,9.897157,0.8977399,25.724731,14.12425,1.9671804,336.27707,0.28776845,321.31372,44.620895,0.72347724,2.644177,107.18298,17.835815,47.785545,110.920395,24215.652,0.29438695,1542.9897,0.65968513,0.40132046,0.19433351,1.1301149,147.74522,176.08243,26.047207,201.63576,21.700512,67.765305,1928.0079,3.0429547,271.40585,177.01024,356.10693,141.78804,348.61792,29.373755,457.03796,0.0,2492.8406,14535.134,33.137966,477.5198,145.03345,43864.574,132.01805,26.183027,160.87982,397.11328,63.58093,26.37981,250.58589,2132.0195,345.65826,167.49289,22.52308,15.902545,406.44797,68.19211,1417.8625,103.815056,2365.3882,201.05215,380.0578,83.943825,199.25227,7.300186,11.863501,20.15896,3.0942633,2.633376,66.51508,63.412434,70.1304,24.132513,27.35866,181.75684,7.2422085,3065.624,76.19802,68.49059,91.67375,97.10581,218.47115,110.718056,143.95161,21.106518,40.546097,104.32709,300.49536,645.536,85.69946,352.56116,76.85829,123.12684,283.90433,379.50217,959.8959,220.98068,3.9773037,20.949865,9.158925,39.913948,17944.795,3.6421971,16.959871,28.013441,36.043472,416.7446,62.128494,155.93304,2.9940124,166.10605,449.9125,310.4807,126.72517,460.8115,33.56165,90.00707,199.39447,11.70802,1.6809254,11.323842,1556.3053,0.11030458,0.37962544,51.179066,7.4208145,3.78445,4.7097874,8.576752,112.10722,39.653698,96.81147,640.0183,227.17375,1991.1311,1839.4944,15.868495,28.952642,11574.45,8.086283,65.662186,655.126,120.76398,167.88777,75.2004,386.62296,853.62915,421.4118,16.16828,91.362724,1060.9092,2034.2214,46.01919,591.2699,45.188488,1.0805492,61.450493,1.1184868,0.68162125,3.1085181,40.87607,119.92159,264.69434,18.584068,3330.0747,324.6837,116.878136,171.45296,80.01152,95.81116,54.530914,9.6619625,102.053764,731.69476,218.73465,121.30772,106.148865,13.015861,113.518814,108.49866,40.92789,784.5837,176.46877,3772.8447,34.02927,3254.3997,78.85958,424.9849,2339.1406,80.84793,9.443182,1322.757,1186.3436,4125.8438,108.37644 +2023-07-22 05:00:00,0.0,17236.537,263.36304,23.800058,34.839737,26.974195,165.46304,24.280088,32.84264,19.866848,21.390894,791.55115,328.8437,9.184891,131.04079,9.885348,0.8964995,25.730171,14.106482,1.9685395,336.2554,0.2875751,321.3379,44.611088,0.72422963,2.6439884,107.18143,17.826406,47.733723,110.86965,24229.107,0.29367903,1543.0704,0.6587698,0.40077057,0.19398308,1.1279818,147.72119,176.0069,26.041248,201.6193,21.696615,67.83317,1929.0468,3.041209,271.61264,177.1047,356.14124,141.78566,348.55582,29.393755,457.28125,0.0,2492.4243,14533.331,33.159595,477.74774,145.06985,43862.57,132.01831,26.197659,160.91757,397.35052,63.613087,26.399435,250.66382,2132.0835,345.64542,167.57025,22.536728,15.910377,406.34448,68.2135,1417.2305,103.735756,2365.8267,200.9176,380.11462,83.91553,198.96068,7.2981954,11.859086,20.139801,3.0917332,2.6308749,66.52183,63.431435,70.137825,24.150633,27.365805,181.53087,7.240341,3065.8938,76.11202,68.52453,91.582306,97.0586,218.48355,110.63916,144.07259,21.081953,40.532345,104.28915,300.45865,645.171,85.567474,352.2781,76.81617,123.17136,283.85944,379.69263,959.91754,220.73035,3.9778152,20.957493,9.156613,39.910206,17949.35,3.6392598,16.968676,28.025673,36.01066,416.39807,62.061424,155.82361,2.993534,165.93155,449.67404,310.3585,126.73058,461.0581,33.571415,90.056526,199.25116,11.704234,1.6805662,11.321826,1555.1246,0.11018634,0.3792979,51.166603,7.425327,3.7842224,4.706707,8.571954,112.03822,39.631435,96.76766,639.73663,227.21095,1991.345,1839.6873,15.873924,28.960966,11572.336,8.085189,65.67686,655.3265,120.81445,167.9319,75.22127,386.73782,853.4457,421.45874,16.175556,91.394806,1060.9445,2034.4984,46.032864,591.3702,45.204426,1.0806142,61.45393,1.1184882,0.68164855,3.1086843,40.896675,119.93628,264.65887,18.586536,3329.6667,324.80084,116.91891,171.49765,80.01843,95.80931,54.526546,9.674765,102.065186,731.9963,218.84744,121.35802,106.209114,12.997043,113.62951,108.574936,40.91048,784.37836,176.47954,3772.2349,34.021545,3253.3992,78.85907,424.9611,2338.8015,80.85492,9.443333,1322.1093,1185.2932,4123.13,108.30285 +2023-07-22 06:00:00,0.0,17238.168,263.5678,23.80817,34.837666,26.984476,165.44937,24.279427,32.840576,19.867079,21.38783,791.95557,328.50394,9.182643,131.04103,9.873541,0.8952591,25.73561,14.088713,1.9698986,336.23376,0.2873817,321.36206,44.60128,0.724982,2.6437998,107.17987,17.816998,47.6819,110.81892,24242.56,0.29297113,1543.1511,0.65785444,0.40022066,0.19363263,1.1258488,147.69714,175.93137,26.035288,201.60283,21.692719,67.901024,1930.0856,3.0394635,271.81943,177.19916,356.17548,141.78326,348.49368,29.413755,457.52457,0.0,2492.0083,14531.527,33.18122,477.97565,145.10626,43860.566,132.01857,26.21229,160.9553,397.58777,63.64525,26.419062,250.74174,2132.1475,345.63257,167.6476,22.550377,15.918209,406.241,68.23489,1416.5985,103.656456,2366.2651,200.78307,380.1715,83.88724,198.66907,7.2962046,11.854672,20.120642,3.0892034,2.6283739,66.52858,63.450436,70.145256,24.168753,27.372952,181.3049,7.238474,3066.1633,76.02603,68.558464,91.49085,97.01139,218.49597,110.560265,144.19354,21.05739,40.518593,104.251205,300.42197,644.806,85.435486,351.99506,76.77404,123.215866,283.81454,379.8831,959.93915,220.48001,3.9783266,20.96512,9.154302,39.906467,17953.902,3.6363225,16.97748,28.037903,35.977844,416.0515,61.994354,155.71417,2.9930556,165.75706,449.43558,310.23627,126.736,461.30472,33.58118,90.10597,199.10783,11.700448,1.680207,11.31981,1553.9441,0.1100681,0.3789704,51.154137,7.429839,3.783995,4.703627,8.567156,111.96923,39.609177,96.723854,639.45496,227.24817,1991.559,1839.88,15.8793545,28.969288,11570.222,8.084095,65.69153,655.527,120.86492,167.97601,75.242134,386.8527,853.26227,421.5057,16.182835,91.42688,1060.9799,2034.7754,46.046535,591.47046,45.220364,1.0806792,61.457367,1.1184895,0.6816759,3.1088505,40.917286,119.950966,264.62344,18.589005,3329.2588,324.91803,116.95968,171.54234,80.025345,95.80746,54.52218,9.687568,102.076614,732.2977,218.96025,121.40831,106.269356,12.978226,113.740204,108.65121,40.89307,784.17303,176.49031,3771.6248,34.013817,3252.399,78.85856,424.9373,2338.4622,80.86191,9.443483,1321.4614,1184.2427,4120.416,108.229256 +2023-07-22 07:00:00,0.0,17239.797,263.7726,23.81628,34.835594,26.994755,165.4357,24.278765,32.838512,19.867311,21.384768,792.36,328.16415,9.180395,131.04129,9.8617325,0.89401865,25.741049,14.070943,1.9712578,336.21213,0.28718835,321.38623,44.591473,0.7257344,2.6436114,107.178314,17.807589,47.63008,110.76817,24256.016,0.29226324,1543.2318,0.6569391,0.39967078,0.19328219,1.1237156,147.67311,175.85582,26.029327,201.58636,21.688822,67.96889,1931.1245,3.037718,272.0262,177.29361,356.20978,141.78088,348.43158,29.433754,457.76785,0.0,2491.592,14529.725,33.202847,478.20358,145.14267,43858.562,132.01883,26.226921,160.99304,397.825,63.67741,26.438686,250.81967,2132.2117,345.61972,167.72496,22.564026,15.926041,406.1375,68.25629,1415.9664,103.57715,2366.7034,200.64853,380.22833,83.85894,198.37747,7.294214,11.850259,20.101482,3.0866735,2.6258729,66.535324,63.469437,70.15268,24.18687,27.380096,181.07893,7.2366066,3066.4329,75.94003,68.59241,91.39941,96.96418,218.50838,110.48137,144.31451,21.032825,40.50484,104.21327,300.38525,644.44104,85.3035,351.71198,76.73192,123.260376,283.76965,380.07352,959.9608,220.22968,3.978838,20.97275,9.151989,39.902725,17958.457,3.6333854,16.986282,28.050135,35.945026,415.705,61.927284,155.60474,2.9925773,165.58257,449.19714,310.11407,126.74142,461.55133,33.59095,90.155426,198.96452,11.696662,1.6798478,11.317794,1552.7635,0.10994986,0.3786429,51.141674,7.4343514,3.7837675,4.700547,8.562359,111.90023,39.586914,96.680046,639.17334,227.28537,1991.7728,1840.0729,15.884785,28.97761,11568.107,8.083,65.70621,655.7275,120.91539,168.02013,75.263,386.96756,853.0788,421.55267,16.190111,91.45896,1061.0153,2035.0524,46.060204,591.5707,45.2363,1.0807441,61.460804,1.1184909,0.68170327,3.109017,40.937897,119.96565,264.588,18.591473,3328.8508,325.0352,117.00045,171.58704,80.03226,95.80561,54.51781,9.70037,102.088036,732.59924,219.07306,121.45861,106.329605,12.959409,113.8509,108.727486,40.87566,783.9677,176.50108,3771.0146,34.006092,3251.3984,78.85805,424.9135,2338.1228,80.8689,9.443634,1320.8137,1183.1923,4117.7017,108.15566 +2023-07-22 08:00:00,0.0,17241.426,263.9774,23.824392,34.833523,27.005035,165.42204,24.278103,32.836445,19.867542,21.381704,792.7644,327.8244,9.178147,131.04153,9.849925,0.8927782,25.746487,14.053174,1.9726169,336.1905,0.286995,321.4104,44.58167,0.72648674,2.6434228,107.17676,17.798182,47.57826,110.71743,24269.47,0.29155535,1543.3125,0.6560238,0.39912087,0.19293176,1.1215825,147.64906,175.78029,26.023367,201.56989,21.684925,68.03675,1932.1633,3.0359724,272.233,177.38808,356.24408,141.7785,348.36945,29.453754,458.01114,0.0,2491.1758,14527.922,33.224472,478.43152,145.17908,43856.56,132.0191,26.241554,161.03078,398.0623,63.70957,26.458313,250.8976,2132.2756,345.60684,167.8023,22.577675,15.933872,406.03403,68.27768,1415.3345,103.49785,2367.1418,200.51398,380.2852,83.83065,198.08586,7.292223,11.845845,20.082323,3.0841436,2.6233718,66.542076,63.48844,70.16011,24.20499,27.387241,180.85297,7.2347393,3066.7026,75.85404,68.62634,91.30796,96.91697,218.52078,110.40247,144.43549,21.008263,40.491093,104.17533,300.34857,644.0761,85.1715,351.42892,76.68979,123.30489,283.72476,380.26398,959.9824,219.97934,3.9793494,20.980377,9.149677,39.898987,17963.012,3.630448,16.995087,28.062366,35.912212,415.35843,61.860214,155.4953,2.9920988,165.40807,448.95868,309.99185,126.74683,461.79794,33.600716,90.20488,198.8212,11.692875,1.6794887,11.315778,1551.5829,0.10983162,0.3783154,51.129208,7.4388638,3.78354,4.697467,8.557561,111.83123,39.56465,96.63624,638.89166,227.32257,1991.9867,1840.2656,15.890215,28.985931,11565.993,8.081906,65.72088,655.928,120.965866,168.06425,75.28387,387.08243,852.8954,421.5996,16.197388,91.49104,1061.0505,2035.3292,46.073875,591.67096,45.25224,1.0808091,61.46424,1.1184922,0.6817306,3.109183,40.958508,119.98035,264.55255,18.593943,3328.4429,325.15234,117.04122,171.63171,80.03917,95.803764,54.51344,9.713172,102.099464,732.9007,219.18587,121.50891,106.38985,12.940592,113.96159,108.803764,40.85825,783.7623,176.51187,3770.4045,33.998363,3250.3982,78.85753,424.8897,2337.7837,80.875885,9.443784,1320.1659,1182.1418,4114.988,108.08207 +2023-07-22 09:00:00,0.0,17243.055,264.18216,23.832502,34.83145,27.015316,165.40837,24.277441,32.83438,19.867775,21.378641,793.16876,327.48465,9.1758995,131.0418,9.838118,0.8915378,25.751925,14.035405,1.973976,336.16885,0.2868016,321.43457,44.57186,0.72723913,2.6432343,107.17519,17.788773,47.526436,110.66669,24282.924,0.29084745,1543.3932,0.65510845,0.39857098,0.19258131,1.1194496,147.62502,175.70474,26.017406,201.55342,21.681028,68.10461,1933.2021,3.034227,272.4398,177.48253,356.27838,141.77611,348.30734,29.473755,458.25446,0.0,2490.7595,14526.119,33.2461,478.65942,145.21548,43854.555,132.01936,26.256186,161.06851,398.29956,63.741734,26.477938,250.97552,2132.3398,345.594,167.87967,22.591324,15.941704,405.93054,68.29908,1414.7025,103.41855,2367.5803,200.37944,380.342,83.80235,197.79427,7.290232,11.841432,20.063166,3.0816135,2.6208708,66.54882,63.507442,70.16754,24.22311,27.394386,180.627,7.232872,3066.9722,75.76804,68.660286,91.21651,96.86977,218.5332,110.32358,144.55646,20.983698,40.47734,104.13739,300.3119,643.7111,85.03951,351.14587,76.64767,123.3494,283.67987,380.45444,960.004,219.729,3.979861,20.988005,9.147366,39.89525,17967.566,3.6275108,17.003891,28.074596,35.8794,415.01187,61.793144,155.38586,2.9916205,165.23357,448.7202,309.86963,126.75225,462.04456,33.61048,90.25433,198.67789,11.689089,1.6791294,11.313762,1550.4023,0.109713376,0.3779879,51.116745,7.443376,3.7833126,4.694387,8.552763,111.76223,39.54239,96.59243,638.61,227.35979,1992.2007,1840.4585,15.895645,28.994253,11563.879,8.080812,65.73555,656.1285,121.016335,168.10837,75.30474,387.19733,852.7119,421.64658,16.204666,91.52312,1061.0859,2035.6062,46.087543,591.77124,45.26818,1.0808741,61.46768,1.1184937,0.681758,3.1093495,40.97912,119.99503,264.51712,18.59641,3328.035,325.2695,117.081985,171.6764,80.04608,95.80192,54.50907,9.725975,102.110886,733.2022,219.29868,121.55921,106.450096,12.921774,114.07229,108.88004,40.84084,783.557,176.52264,3769.7944,33.99064,3249.3977,78.85702,424.86594,2337.4443,80.88287,9.443934,1319.5182,1181.0913,4112.274,108.00847 +2023-07-22 10:00:00,0.0,17244.686,264.38696,23.840614,34.82938,27.025595,165.3947,24.27678,32.832314,19.868006,21.375578,793.5732,327.14487,9.173652,131.04204,9.826309,0.89029735,25.757364,14.017636,1.9753351,336.14722,0.28660825,321.45874,44.562054,0.7279915,2.6430457,107.17364,17.779364,47.474613,110.61595,24296.379,0.29013953,1543.4739,0.6541931,0.3980211,0.19223087,1.1173165,147.60098,175.62921,26.011448,201.53696,21.677132,68.17247,1934.2411,3.0324812,272.64655,177.57698,356.31265,141.77373,348.2452,29.493755,458.49774,0.0,2490.3433,14524.315,33.267727,478.88736,145.25189,43852.555,132.01962,26.270817,161.10625,398.5368,63.77389,26.497564,251.05345,2132.4038,345.58115,167.95702,22.60497,15.949535,405.82706,68.32047,1414.0704,103.33925,2368.0188,200.24489,380.3989,83.77406,197.50266,7.2882414,11.837018,20.044006,3.0790837,2.6183698,66.55557,63.526443,70.174965,24.24123,27.401533,180.40103,7.231005,3067.2417,75.68205,68.69422,91.12506,96.822556,218.54561,110.244675,144.67741,20.959135,40.46359,104.09945,300.27518,643.3461,84.907524,350.86282,76.60554,123.39392,283.63498,380.6449,960.0257,219.47867,3.9803724,20.995632,9.145054,39.891506,17972.12,3.6245735,17.012693,28.086828,35.846584,414.66534,61.726078,155.27643,2.991142,165.05908,448.48178,309.7474,126.75767,462.29117,33.62025,90.30379,198.53456,11.685303,1.6787702,11.311746,1549.2218,0.109595135,0.37766036,51.10428,7.4478884,3.783085,4.691307,8.547965,111.69324,39.52013,96.54862,638.32837,227.39699,1992.4146,1840.6514,15.901075,29.002575,11561.766,8.079718,65.75022,656.329,121.0668,168.1525,75.32561,387.3122,852.5285,421.6935,16.211943,91.5552,1061.1213,2035.8832,46.101215,591.8715,45.28412,1.080939,61.47112,1.118495,0.68178535,3.1095157,40.999725,120.00972,264.48166,18.598879,3327.6272,325.38666,117.12276,171.7211,80.053,95.800064,54.504704,9.738777,102.122314,733.5037,219.41148,121.609505,106.51034,12.902957,114.18298,108.956314,40.82343,783.3517,176.53342,3769.1846,33.982914,3248.3975,78.85651,424.84213,2337.105,80.88986,9.444085,1318.8704,1180.0409,4109.56,107.934875 +2023-07-22 11:00:00,0.0,17246.314,264.59174,23.848724,34.82731,27.035875,165.38104,24.276117,32.83025,19.868238,21.372515,793.9776,326.8051,9.171404,131.0423,9.814502,0.889057,25.762802,13.9998665,1.9766942,336.12555,0.2864149,321.4829,44.55225,0.7287439,2.642857,107.17208,17.769955,47.42279,110.56521,24309.834,0.28943163,1543.5546,0.65327775,0.3974712,0.19188043,1.1151835,147.57693,175.55367,26.005487,201.5205,21.673237,68.240326,1935.2799,3.0307357,272.85333,177.67145,356.34692,141.77135,348.1831,29.513756,458.74103,0.0,2489.9272,14522.513,33.289352,479.1153,145.2883,43850.55,132.01988,26.285448,161.14398,398.77408,63.806053,26.517189,251.13138,2132.468,345.5683,168.03438,22.61862,15.957367,405.72357,68.341866,1413.4385,103.25995,2368.4573,200.11035,380.45572,83.74577,197.21106,7.286251,11.832603,20.024847,3.0765538,2.6158688,66.56232,63.545444,70.182396,24.25935,27.408678,180.17506,7.229138,3067.5112,75.596054,68.72816,91.033615,96.775345,218.55801,110.16578,144.79839,20.93457,40.449837,104.061516,300.2385,642.98114,84.775536,350.57974,76.563416,123.43843,283.5901,380.83536,960.0473,219.22833,3.9808838,21.00326,9.142742,39.887768,17976.674,3.6216362,17.021498,28.09906,35.81377,414.3188,61.659008,155.16699,2.9906638,164.88458,448.24332,309.6252,126.763084,462.53778,33.630016,90.35323,198.39125,11.681517,1.678411,11.30973,1548.0411,0.109476894,0.37733287,51.091816,7.4524007,3.7828577,4.688227,8.543167,111.62424,39.497868,96.504814,638.04675,227.4342,1992.6285,1840.8441,15.906506,29.010899,11559.651,8.078624,65.7649,656.5295,121.11727,168.19661,75.34647,387.42706,852.34503,421.74048,16.21922,91.58727,1061.1567,2036.1602,46.114883,591.9718,45.300056,1.081004,61.474556,1.1184964,0.6818127,3.109682,41.020336,120.02441,264.44623,18.601349,3327.2192,325.5038,117.16353,171.7658,80.05991,95.79822,54.500336,9.751579,102.133736,733.8052,219.52429,121.659805,106.57058,12.88414,114.29368,109.03259,40.80602,783.14636,176.54419,3768.5745,33.975185,3247.397,78.855995,424.81836,2336.7659,80.89685,9.444236,1318.2227,1178.9905,4106.8457,107.86128 +2023-07-22 12:00:00,0.0,17247.943,264.7965,23.856836,34.825237,27.046156,165.36737,24.275455,32.828186,19.868471,21.369453,794.382,326.46533,9.169156,131.04254,9.802694,0.88781655,25.768242,13.982098,1.9780535,336.1039,0.2862215,321.50708,44.542442,0.7294963,2.6426687,107.170525,17.760546,47.37097,110.514465,24323.287,0.28872374,1543.6353,0.65236247,0.3969213,0.19152999,1.1130503,147.5529,175.47813,25.999527,201.50403,21.66934,68.30819,1936.3187,3.02899,273.06012,177.7659,356.38123,141.76895,348.12097,29.533754,458.98434,0.0,2489.511,14520.71,33.310978,479.3432,145.3247,43848.547,132.02014,26.300081,161.18172,399.01132,63.838215,26.536816,251.2093,2132.532,345.55545,168.11172,22.632269,15.9651985,405.6201,68.36326,1412.8064,103.18065,2368.8955,199.9758,380.51257,83.717476,196.91945,7.2842603,11.82819,20.005688,3.0740237,2.6133676,66.56907,63.564445,70.18982,24.277468,27.415823,179.9491,7.2272706,3067.781,75.51006,68.7621,90.94217,96.728134,218.57043,110.08688,144.91936,20.910006,40.43609,104.023575,300.20178,642.61615,84.64355,350.2967,76.521286,123.48295,283.54523,381.02582,960.0689,218.978,3.9813952,21.010887,9.14043,39.88403,17981.229,3.6186988,17.030302,28.11129,35.780956,413.97223,61.591938,155.05756,2.9901853,164.71008,448.00485,309.503,126.7685,462.7844,33.639782,90.40269,198.24792,11.67773,1.6780518,11.3077135,1546.8606,0.10935866,0.37700534,51.07935,7.456913,3.7826302,4.685147,8.538369,111.55524,39.475605,96.461006,637.7651,227.4714,1992.8424,1841.037,15.911936,29.01922,11557.537,8.07753,65.77957,656.73,121.16775,168.24072,75.36734,387.54193,852.1616,421.78745,16.226498,91.619354,1061.192,2036.4371,46.128555,592.072,45.315994,1.081069,61.477993,1.1184977,0.68184006,3.1098483,41.040947,120.03909,264.4108,18.603817,3326.8113,325.62097,117.2043,171.81049,80.066826,95.79637,54.495968,9.764381,102.145164,734.1067,219.6371,121.710106,106.63083,12.865323,114.40437,109.10887,40.78861,782.94104,176.55498,3767.9644,33.96746,3246.3967,78.855484,424.79456,2336.4265,80.90384,9.4443865,1317.5748,1177.94,4104.132,107.78769 +2023-07-22 13:00:00,0.0,17249.574,265.00128,23.864946,34.823166,27.056435,165.3537,24.274794,32.82612,19.868702,21.36639,794.7864,326.12558,9.166908,131.0428,9.790886,0.8865761,25.77368,13.964329,1.9794126,336.08228,0.28602815,321.53125,44.532635,0.73024863,2.6424801,107.16897,17.751139,47.31915,110.46372,24336.742,0.28801584,1543.716,0.6514471,0.39637142,0.19117954,1.1109173,147.52885,175.4026,25.993567,201.48756,21.665443,68.376045,1937.3577,3.0272446,273.2669,177.86037,356.41553,141.76657,348.05887,29.553755,459.22763,0.0,2489.0947,14518.907,33.332607,479.57114,145.36111,43846.543,132.0204,26.314713,161.21947,399.2486,63.870377,26.55644,251.28722,2132.596,345.5426,168.18907,22.645918,15.973031,405.5166,68.38465,1412.1744,103.10134,2369.334,199.84126,380.5694,83.689186,196.62785,7.2822695,11.823776,19.986528,3.0714939,2.6108665,66.57581,63.58345,70.19725,24.295588,27.422968,179.72311,7.2254033,3068.0505,75.424065,68.796036,90.850716,96.68092,218.58284,110.00799,145.04033,20.885443,40.422337,103.985634,300.1651,642.25116,84.51156,350.01364,76.479164,123.52746,283.50034,381.21628,960.0906,218.72766,3.9819067,21.018515,9.138119,39.880287,17985.781,3.6157618,17.039106,28.123522,35.748142,413.6257,61.524868,154.94812,2.9897068,164.53558,447.76642,309.38077,126.77392,463.031,33.64955,90.45214,198.10461,11.6739435,1.6776927,11.305697,1545.6799,0.10924042,0.37667784,51.066883,7.4614253,3.7824028,4.682067,8.533571,111.48624,39.453346,96.4172,637.4834,227.5086,1993.0563,1841.2297,15.917365,29.027542,11555.423,8.076436,65.79424,656.9305,121.218216,168.28485,75.38821,387.6568,851.97815,421.83438,16.233774,91.651436,1061.2274,2036.7141,46.142227,592.1723,45.331932,1.081134,61.481434,1.1184992,0.6818674,3.1100147,41.061558,120.05379,264.37534,18.606285,3326.4033,325.73813,117.24507,171.85518,80.07374,95.794525,54.4916,9.7771845,102.156586,734.40814,219.74991,121.7604,106.69107,12.846505,114.51507,109.18515,40.7712,782.73566,176.56575,3767.3542,33.959732,3245.3962,78.854965,424.77078,2336.0872,80.91083,9.444537,1316.9271,1176.8895,4101.418,107.714096 +2023-07-22 14:00:00,0.0,17251.203,265.20605,23.873058,34.821095,27.066715,165.34004,24.274132,32.824055,19.868935,21.363327,795.1908,325.78583,9.16466,131.04305,9.7790785,0.8853357,25.779118,13.946559,1.9807717,336.06064,0.28583476,321.55542,44.52283,0.731001,2.6422915,107.167404,17.74173,47.267326,110.41299,24350.197,0.28730795,1543.7966,0.65053177,0.3958215,0.19082911,1.1087843,147.5048,175.32706,25.987606,201.4711,21.661547,68.44391,1938.3965,3.0254989,273.4737,177.95482,356.4498,141.76419,347.99673,29.573755,459.47092,0.0,2488.6785,14517.104,33.354233,479.79907,145.39752,43844.54,132.02066,26.329344,161.2572,399.48584,63.902534,26.576065,251.36514,2132.6602,345.52972,168.26643,22.659565,15.980863,405.41312,68.406044,1411.5424,103.02204,2369.7725,199.70673,380.62628,83.66089,196.33624,7.2802787,11.819363,19.96737,3.068964,2.6083655,66.582565,63.602448,70.20467,24.313707,27.430115,179.49715,7.223536,3068.32,75.33807,68.82997,90.75927,96.63371,218.59525,109.92909,145.16129,20.860878,40.408585,103.9477,300.12842,641.88617,84.37957,349.73056,76.437035,123.57197,283.45544,381.40674,960.1122,218.47733,3.982418,21.026142,9.135807,39.87655,17990.336,3.6128244,17.047909,28.135754,35.71533,413.27914,61.457798,154.83868,2.9892285,164.36108,447.52795,309.25854,126.779335,463.27762,33.659317,90.501595,197.96129,11.670157,1.6773335,11.303681,1544.4994,0.10912218,0.37635034,51.05442,7.4659376,3.7821753,4.678987,8.528773,111.417244,39.431084,96.37339,637.2017,227.54582,1993.2703,1841.4226,15.922795,29.035864,11553.309,8.075341,65.808914,657.131,121.268684,168.32896,75.40907,387.7717,851.79474,421.88135,16.241053,91.68351,1061.2628,2036.9911,46.155895,592.2726,45.347874,1.0811989,61.48487,1.1185005,0.6818948,3.1101809,41.082165,120.068474,264.3399,18.608753,3325.9954,325.8553,117.28584,171.89987,80.08065,95.79267,54.487232,9.789987,102.168015,734.70966,219.86272,121.8107,106.75132,12.827688,114.62576,109.26142,40.753788,782.53033,176.57652,3766.7444,33.952007,3244.396,78.854454,424.74698,2335.748,80.917816,9.444688,1316.2793,1175.8391,4098.704,107.6405 +2023-07-22 15:00:00,0.0,17252.832,265.41086,23.881168,34.819023,27.076996,165.32637,24.27347,32.82199,19.869165,21.360264,795.5952,325.44604,9.162413,131.0433,9.76727,0.88409525,25.784557,13.92879,1.9821308,336.039,0.2856414,321.5796,44.513023,0.7317534,2.642103,107.16585,17.73232,47.215504,110.36224,24363.65,0.28660005,1543.8773,0.6496165,0.39527163,0.19047867,1.1066513,147.48077,175.25153,25.981647,201.45464,21.65765,68.511765,1939.4353,3.0237534,273.68048,178.04927,356.48407,141.7618,347.93463,29.593756,459.71423,0.0,2488.2622,14515.301,33.37586,480.02698,145.43394,43842.535,132.02092,26.343975,161.29494,399.72308,63.934696,26.595692,251.44307,2132.724,345.51688,168.34378,22.673214,15.988694,405.30963,68.42744,1410.9104,102.94274,2370.211,199.57217,380.6831,83.6326,196.04465,7.278288,11.814949,19.94821,3.0664341,2.6058645,66.58931,63.621452,70.212105,24.331827,27.43726,179.27118,7.2216687,3068.5898,75.252075,68.863914,90.66782,96.5865,218.60767,109.8502,145.28226,20.836315,40.394833,103.90976,300.0917,641.5212,84.24758,349.4475,76.39491,123.616486,283.41055,381.5972,960.1338,218.22697,3.9829295,21.03377,9.133494,39.87281,17994.89,3.6098871,17.056713,28.147984,35.682514,412.9326,61.390728,154.72925,2.98875,164.1866,447.2895,309.13635,126.78475,463.52423,33.669086,90.55105,197.81798,11.666371,1.6769743,11.301665,1543.3188,0.10900394,0.37602282,51.041954,7.47045,3.7819479,4.675907,8.523976,111.34824,39.40882,96.32958,636.9201,227.58302,1993.4841,1841.6154,15.9282255,29.044186,11551.194,8.074247,65.823586,657.3315,121.31915,168.3731,75.42994,387.88657,851.61127,421.92828,16.24833,91.71559,1061.2982,2037.2681,46.169567,592.37286,45.36381,1.0812639,61.488308,1.1185019,0.68192214,3.1103473,41.102776,120.08316,264.30444,18.611223,3325.5874,325.97244,117.326614,171.94455,80.08756,95.790825,54.482864,9.802789,102.179436,735.01117,219.97552,121.861,106.81156,12.808871,114.73646,109.3377,40.736378,782.325,176.5873,3766.1343,33.944283,3243.3955,78.85394,424.7232,2335.4087,80.924805,9.444839,1315.6315,1174.7887,4095.99,107.56691 +2023-07-22 16:00:00,0.0,17254.46,265.61563,23.88928,34.81695,27.087276,165.3127,24.272808,32.819923,19.869398,21.3572,795.99963,325.1063,9.160165,131.04355,9.755463,0.8828548,25.789995,13.911021,1.98349,336.01736,0.28544804,321.60376,44.503216,0.7325058,2.6419144,107.16429,17.722912,47.16368,110.3115,24377.105,0.28589213,1543.958,0.64870113,0.39472172,0.19012824,1.1045182,147.45673,175.17598,25.975687,201.43817,21.653753,68.57963,1940.4742,3.0220077,273.88727,178.14374,356.51837,141.75941,347.8725,29.613754,459.95752,0.0,2487.8462,14513.498,33.397484,480.2549,145.47035,43840.53,132.02118,26.358608,161.33267,399.96036,63.966858,26.615316,251.521,2132.7883,345.50403,168.42114,22.686863,15.996526,405.20612,68.44883,1410.2784,102.86344,2370.6494,199.43764,380.73993,83.60431,195.75304,7.276297,11.810535,19.92905,3.063904,2.6033635,66.59606,63.64045,70.21953,24.349947,27.444405,179.04521,7.2198014,3068.8594,75.166084,68.89785,90.57637,96.53929,218.62007,109.77129,145.40323,20.81175,40.38108,103.87182,300.05502,641.15625,84.11559,349.16446,76.35278,123.660995,283.36566,381.78763,960.15546,217.97664,3.9834409,21.041399,9.131183,39.86907,17999.443,3.6069498,17.065517,28.160215,35.6497,412.58606,61.323658,154.61981,2.9882717,164.0121,447.05106,309.01413,126.79017,463.7708,33.678852,90.600494,197.67465,11.662584,1.676615,11.299648,1542.1382,0.1088857,0.37569532,51.02949,7.474962,3.7817204,4.672827,8.519178,111.27924,39.386562,96.285774,636.6384,227.62022,1993.6981,1841.8082,15.933656,29.05251,11549.08,8.0731535,65.838264,657.532,121.36963,168.4172,75.450806,388.00143,851.42786,421.97525,16.255606,91.74767,1061.3335,2037.545,46.183235,592.47314,45.37975,1.0813289,61.491745,1.1185032,0.6819495,3.1105134,41.123386,120.09785,264.269,18.613691,3325.1797,326.0896,117.367386,171.98924,80.094475,95.78898,54.478493,9.815592,102.19086,735.3126,220.08833,121.91129,106.8718,12.790054,114.84715,109.41398,40.718964,782.1197,176.59808,3765.5242,33.936554,3242.3953,78.85343,424.6994,2335.0693,80.93179,9.444989,1314.9838,1173.7382,4093.2761,107.49331 +2023-07-22 17:00:00,0.0,17256.092,265.8204,23.89739,34.81488,27.097555,165.29904,24.272148,32.81786,19.869629,21.354137,796.404,324.7665,9.157917,131.04381,9.743655,0.8816144,25.795435,13.893251,1.9848491,335.9957,0.28525466,321.62793,44.49341,0.7332582,2.641726,107.162735,17.713503,47.11186,110.26076,24390.56,0.28518423,1544.0387,0.6477858,0.39417183,0.18977779,1.1023852,147.4327,175.10045,25.969727,201.4217,21.649857,68.647484,1941.5131,3.0202622,274.09402,178.23819,356.55267,141.75703,347.81036,29.633755,460.2008,0.0,2487.4302,14511.695,33.419113,480.48285,145.50676,43838.527,132.02144,26.37324,161.3704,400.1976,63.99902,26.634943,251.59892,2132.8523,345.49118,168.49849,22.700512,16.004358,405.10263,68.47023,1409.6464,102.78414,2371.0876,199.30309,380.79678,83.57601,195.46144,7.2743063,11.806121,19.909891,3.0613742,2.6008625,66.602806,63.659454,70.22696,24.368065,27.45155,178.81924,7.217934,3069.129,75.080086,68.931786,90.484924,96.49208,218.63248,109.6924,145.5242,20.787188,40.367332,103.83388,300.0183,640.79126,83.983604,348.8814,76.31065,123.70551,283.32077,381.9781,960.17706,217.7263,3.9839523,21.049026,9.128871,39.86533,18003.998,3.6040125,17.07432,28.172447,35.616886,412.2395,61.256588,154.51038,2.9877932,163.8376,446.8126,308.8919,126.795586,464.01743,33.688618,90.64995,197.53134,11.658798,1.6762558,11.297632,1540.9576,0.10876746,0.37536782,51.017025,7.4794745,3.781493,4.669747,8.51438,111.21024,39.3643,96.24197,636.3568,227.65744,1993.912,1842.0011,15.939086,29.060831,11546.967,8.072059,65.852936,657.7325,121.4201,168.46133,75.47167,388.1163,851.2444,422.02222,16.262884,91.77975,1061.3689,2037.822,46.196907,592.57336,45.395687,1.0813938,61.495186,1.1185046,0.68197685,3.1106799,41.143997,120.11254,264.23355,18.61616,3324.7717,326.20676,117.40815,172.03394,80.10139,95.78713,54.474125,9.828394,102.202286,735.61414,220.20114,121.96159,106.93205,12.771236,114.95785,109.49026,40.701553,781.91437,176.60886,3764.914,33.92883,3241.395,78.85291,424.6756,2334.7302,80.93879,9.44514,1314.3359,1172.6877,4090.562,107.419716 +2023-07-22 18:00:00,0.0,17257.72,266.0252,23.905502,34.81281,27.107836,165.28537,24.271486,32.815792,19.869862,21.351074,796.8084,324.42676,9.155669,131.04405,9.731847,0.880374,25.800873,13.875483,1.9862082,335.97406,0.2850613,321.6521,44.483604,0.7340106,2.6415374,107.16118,17.704094,47.06004,110.210014,24404.016,0.28447634,1544.1194,0.64687043,0.39362195,0.18942735,1.100252,147.40865,175.0249,25.963766,201.40524,21.64596,68.71535,1942.5519,3.0185168,274.3008,178.33266,356.58694,141.75464,347.74826,29.653755,460.44412,0.0,2487.014,14509.892,33.44074,480.71075,145.54317,43836.523,132.0217,26.38787,161.40814,400.43488,64.03118,26.654568,251.67685,2132.9165,345.47833,168.57585,22.714159,16.01219,404.99915,68.49162,1409.0144,102.70484,2371.5261,199.16855,380.85364,83.54772,195.16983,7.2723155,11.801707,19.890732,3.0588443,2.5983615,66.60956,63.67845,70.23439,24.386185,27.458696,178.59328,7.216067,3069.3984,74.994095,68.96573,90.39348,96.44487,218.64488,109.6135,145.64516,20.762623,40.35358,103.795944,299.98163,640.4263,83.851616,348.59833,76.26853,123.75002,283.27588,382.16855,960.19867,217.47597,3.9844637,21.056654,9.126559,39.86159,18008.553,3.6010754,17.083124,28.184677,35.584072,411.89294,61.189518,154.40094,2.987315,163.6631,446.57416,308.76968,126.801,464.26404,33.698387,90.6994,197.38802,11.655012,1.6758966,11.295616,1539.7771,0.10864922,0.3750403,51.004562,7.483987,3.7812655,4.666667,8.5095825,111.14124,39.342037,96.19816,636.07513,227.69464,1994.1259,1842.1938,15.944516,29.069153,11544.853,8.070965,65.86761,657.933,121.470566,168.50545,75.49254,388.23117,851.061,422.06915,16.27016,91.81183,1061.4043,2038.099,46.21058,592.67365,45.41163,1.0814588,61.498623,1.1185061,0.6820042,3.110846,41.164604,120.12723,264.19812,18.61863,3324.3638,326.3239,117.44892,172.07863,80.1083,95.785286,54.469757,9.841196,102.21371,735.9156,220.31395,122.011894,106.992294,12.752419,115.06854,109.566536,40.684143,781.709,176.61963,3764.304,33.9211,3240.3945,78.8524,424.65182,2334.3909,80.94578,9.445291,1313.6882,1171.6373,4087.8481,107.34612 +2023-07-22 19:00:00,0.0,17259.35,266.22998,23.913612,34.810738,27.118116,165.2717,24.270824,32.81373,19.870092,21.348013,797.2128,324.08698,9.153421,131.04431,9.720039,0.8791336,25.80631,13.857714,1.9875673,335.95242,0.2848679,321.67627,44.473797,0.7347629,2.6413488,107.15962,17.694687,47.008217,110.15928,24417.469,0.28376845,1544.2001,0.64595515,0.39307204,0.18907692,1.0981191,147.38461,174.94937,25.957806,201.38878,21.642063,68.78321,1943.5908,3.016771,274.5076,178.42711,356.62125,141.75226,347.68613,29.673756,460.6874,0.0,2486.5977,14508.089,33.462364,480.9387,145.57957,43834.52,132.02196,26.402502,161.44588,400.67212,64.06334,26.674194,251.75478,2132.9805,345.46548,168.6532,22.727808,16.020021,404.89566,68.513016,1408.3823,102.62554,2371.9646,199.03401,380.9105,83.519424,194.87823,7.2703247,11.797294,19.871572,3.0563142,2.5958605,66.6163,63.697456,70.24181,24.404305,27.465841,178.36731,7.2141995,3069.6682,74.9081,68.999664,90.30203,96.39766,218.6573,109.53461,145.76613,20.738058,40.33983,103.758,299.94495,640.0613,83.71962,348.31528,76.2264,123.79454,283.231,382.359,960.22034,217.22563,3.984975,21.064281,9.124248,39.85785,18013.107,3.598138,17.091928,28.196909,35.551258,411.54642,61.122448,154.2915,2.9868364,163.48862,446.3357,308.6475,126.80642,464.51065,33.708153,90.748856,197.2447,11.651226,1.6755375,11.2936,1538.5964,0.108530976,0.3747128,50.992096,7.488499,3.781038,4.663587,8.504785,111.07225,39.319775,96.15435,635.79346,227.73186,1994.3398,1842.3867,15.949946,29.077475,11542.738,8.069871,65.88228,658.1335,121.521034,168.54956,75.513405,388.34607,850.8775,422.11612,16.277437,91.84391,1061.4397,2038.376,46.224247,592.7739,45.427567,1.0815238,61.50206,1.1185074,0.6820316,3.1110125,41.185215,120.141914,264.1627,18.621098,3323.9558,326.4411,117.48969,172.12332,80.11521,95.78343,54.46539,9.853999,102.225136,736.2171,220.42676,122.062195,107.05254,12.733603,115.17924,109.64281,40.666733,781.50366,176.6304,3763.694,33.913376,3239.3943,78.85189,424.62802,2334.0515,80.95277,9.445441,1313.0404,1170.5868,4085.134,107.27253 +2023-07-22 20:00:00,0.0,17260.98,266.43475,23.921724,34.808666,27.128395,165.25804,24.270163,32.811665,19.870325,21.34495,797.61725,323.74722,9.151174,131.04456,9.708232,0.87789315,25.81175,13.839945,1.9889264,335.9308,0.28467456,321.70047,44.46399,0.7355153,2.6411602,107.15806,17.685278,46.956394,110.108536,24430.924,0.28306055,1544.2808,0.6450398,0.39252216,0.18872647,1.095986,147.36057,174.87384,25.951847,201.37231,21.638166,68.85107,1944.6296,3.0150256,274.7144,178.52156,356.65552,141.74986,347.62402,29.693756,460.9307,0.0,2486.1814,14506.286,33.48399,481.16663,145.61598,43832.516,132.02222,26.417135,161.48361,400.9094,64.095505,26.693819,251.8327,2133.0444,345.4526,168.73056,22.741457,16.027853,404.79218,68.53441,1407.7504,102.546234,2372.403,198.89946,380.96732,83.491135,194.58662,7.268334,11.79288,19.852413,3.0537844,2.5933595,66.62305,63.716454,70.249245,24.422424,27.472986,178.14133,7.2123327,3069.9377,74.822105,69.0336,90.21058,96.35045,218.66971,109.45571,145.8871,20.713495,40.326077,103.72006,299.90823,639.6963,83.58763,348.03223,76.18428,123.83905,283.1861,382.54947,960.24194,216.9753,3.9854865,21.071909,9.121936,39.85411,18017.66,3.5952008,17.10073,28.20914,35.518444,411.19986,61.055378,154.18207,2.9863582,163.31412,446.09723,308.52527,126.81184,464.75726,33.71792,90.79831,197.10138,11.647439,1.6751783,11.291584,1537.4159,0.10841274,0.3743853,50.979633,7.493011,3.7808106,4.6605067,8.499987,111.00325,39.297516,96.110535,635.51184,227.76906,1994.5537,1842.5795,15.955377,29.085796,11540.624,8.068776,65.89695,658.334,121.57151,168.59369,75.53427,388.46094,850.6941,422.16306,16.284716,91.875984,1061.475,2038.653,46.23792,592.8742,45.443504,1.0815887,61.505497,1.1185088,0.6820589,3.1111786,41.205826,120.1566,264.12723,18.623566,3323.5479,326.55826,117.530464,172.16801,80.12212,95.781586,54.46102,9.866801,102.23656,736.5186,220.53955,122.11249,107.112785,12.714785,115.28993,109.719086,40.649323,781.29834,176.64117,3763.084,33.90565,3238.3938,78.85138,424.60425,2333.7124,80.959755,9.445592,1312.3927,1169.5364,4082.4202,107.19894 +2023-07-22 21:00:00,0.0,17262.61,266.63953,23.929834,34.806595,27.138676,165.24437,24.2695,32.809597,19.870558,21.341887,798.0216,323.40747,9.148927,131.04482,9.696424,0.8766527,25.817188,13.822175,1.9902856,335.90915,0.2844812,321.72464,44.454185,0.7362677,2.6409717,107.1565,17.675869,46.90457,110.05779,24444.379,0.28235266,1544.3615,0.64412445,0.39197224,0.18837602,1.093853,147.33652,174.7983,25.945887,201.35585,21.63427,68.91893,1945.6685,3.01328,274.92117,178.61603,356.68982,141.74748,347.5619,29.713755,461.174,0.0,2485.7651,14504.483,33.50562,481.39453,145.65239,43830.51,132.02248,26.431767,161.52136,401.14667,64.12766,26.713446,251.91063,2133.1086,345.43976,168.8079,22.755106,16.035685,404.6887,68.5558,1407.1184,102.466934,2372.8416,198.76492,381.02417,83.46284,194.29503,7.266343,11.788466,19.833254,3.0512545,2.5908585,66.6298,63.73546,70.25667,24.440544,27.480131,177.91536,7.2104654,3070.2073,74.73611,69.06754,90.11913,96.303246,218.68211,109.376816,146.00807,20.68893,40.312325,103.68213,299.87155,639.3313,83.45564,347.74915,76.14215,123.88356,283.1412,382.73993,960.26355,216.72496,3.985998,21.079536,9.119624,39.850372,18022.215,3.5922635,17.109535,28.22137,35.48563,410.8533,60.988308,154.07265,2.9858797,163.13962,445.8588,308.40305,126.81725,465.00388,33.727688,90.847755,196.95807,11.643653,1.6748191,11.289568,1536.2354,0.1082945,0.37405777,50.967167,7.4975233,3.7805831,4.657427,8.495189,110.93425,39.275253,96.06673,635.23016,227.80626,1994.7677,1842.7723,15.960806,29.09412,11538.51,8.067682,65.91163,658.53455,121.62198,168.6378,75.55514,388.5758,850.5106,422.21002,16.291992,91.908066,1061.5104,2038.9299,46.251587,592.9745,45.459442,1.0816537,61.508938,1.1185101,0.6820862,3.1113448,41.226437,120.17129,264.0918,18.626034,3323.14,326.6754,117.571236,172.2127,80.129036,95.77974,54.456654,9.879603,102.247986,736.82007,220.65236,122.16279,107.173035,12.695968,115.40063,109.795364,40.631912,781.093,176.65196,3762.4739,33.897923,3237.3936,78.85087,424.58044,2333.373,80.96674,9.445743,1311.7449,1168.486,4079.706,107.125336 +2023-07-22 22:00:00,0.0,17264.238,266.8443,23.937946,34.804523,27.148956,165.2307,24.268839,32.807533,19.870789,21.338823,798.426,323.0677,9.146679,131.04506,9.684616,0.8754123,25.822628,13.804406,1.9916447,335.8875,0.2842878,321.7488,44.444378,0.7370201,2.6407833,107.154945,17.66646,46.85275,110.00705,24457.832,0.28164473,1544.4421,0.6432091,0.39142236,0.1880256,1.0917199,147.31248,174.72276,25.939926,201.33939,21.630373,68.986786,1946.7074,3.0115345,275.12796,178.71048,356.72412,141.7451,347.4998,29.733755,461.4173,0.0,2485.349,14502.68,33.527245,481.62247,145.6888,43828.51,132.02274,26.446398,161.5591,401.3839,64.15982,26.73307,251.98854,2133.1726,345.4269,168.88527,22.768753,16.043516,404.5852,68.577194,1406.4863,102.387634,2373.2798,198.63037,381.08102,83.43455,194.00343,7.2643523,11.784053,19.814095,3.0487247,2.5883574,66.63654,63.754456,70.2641,24.458662,27.487278,177.68939,7.208598,3070.477,74.650116,69.10148,90.02769,96.256035,218.69453,109.29791,146.12903,20.664368,40.298576,103.64419,299.83484,638.9663,83.323654,347.4661,76.10003,123.92808,283.0963,382.9304,960.2852,216.47462,3.9865093,21.087164,9.117312,39.84663,18026.77,3.5893261,17.11834,28.233603,35.452816,410.50677,60.921238,153.96321,2.9854014,162.96512,445.62033,308.28082,126.82267,465.2505,33.737453,90.89721,196.81474,11.639867,1.6744599,11.287552,1535.0547,0.10817626,0.37373027,50.954704,7.5020356,3.7803557,4.654347,8.490391,110.86525,39.25299,96.02292,634.9485,227.84348,1994.9816,1842.9652,15.966236,29.102442,11536.3955,8.066588,65.9263,658.73505,121.67245,168.68193,75.576004,388.69067,850.3272,422.257,16.29927,91.94015,1061.5458,2039.2069,46.26526,593.0747,45.47538,1.0817187,61.512375,1.1185116,0.6821136,3.1115112,41.247044,120.18598,264.05634,18.628504,3322.7322,326.79257,117.61201,172.25739,80.13595,95.77789,54.452286,9.892406,102.25941,737.1216,220.76517,122.21309,107.23328,12.677151,115.51132,109.87164,40.614502,780.8877,176.66273,3761.8638,33.890198,3236.393,78.85035,424.55667,2333.0337,80.97373,9.445893,1311.0972,1167.4355,4076.9922,107.05174 +2023-07-22 23:00:00,0.0,17265.867,267.0491,23.946058,34.802452,27.159235,165.21704,24.268177,32.80547,19.871021,21.33576,798.83044,322.72794,9.144431,131.04532,9.672808,0.87417185,25.828066,13.786637,1.9930038,335.86584,0.28409445,321.77298,44.43457,0.73777246,2.6405947,107.15339,17.657051,46.800926,109.956314,24471.287,0.28093684,1544.5228,0.6422938,0.39087248,0.18767515,1.0895867,147.28844,174.64722,25.933966,201.32292,21.626476,69.05465,1947.7462,3.0097888,275.33475,178.80495,356.7584,141.7427,347.43765,29.753756,461.66058,0.0,2484.9329,14500.877,33.54887,481.8504,145.7252,43826.508,132.023,26.46103,161.59683,401.62115,64.191986,26.752695,252.06647,2133.2368,345.41406,168.96262,22.782402,16.051348,404.48172,68.59859,1405.8544,102.308334,2373.7183,198.49583,381.13788,83.40626,193.71182,7.2623615,11.779638,19.794935,3.0461946,2.5858562,66.643295,63.77346,70.27152,24.476782,27.494423,177.46342,7.206731,3070.7466,74.56412,69.135414,89.93623,96.208824,218.70694,109.21902,146.25,20.639803,40.284824,103.60625,299.79816,638.6013,83.191666,347.18304,76.0579,123.97259,283.05145,383.12085,960.3068,216.22429,3.987021,21.094791,9.115,39.84289,18031.322,3.5863888,17.127144,28.245834,35.420002,410.16022,60.854168,153.85378,2.984923,162.79063,445.38187,308.15863,126.82809,465.4971,33.747223,90.94666,196.67143,11.63608,1.6741006,11.285536,1533.8741,0.10805802,0.37340274,50.942238,7.506548,3.7801282,4.651267,8.485594,110.79626,39.230732,95.97911,634.6669,227.88068,1995.1956,1843.158,15.971666,29.110764,11534.281,8.065495,65.94097,658.93555,121.722916,168.72604,75.59688,388.80554,850.14374,422.30392,16.306547,91.97222,1061.5812,2039.4839,46.27893,593.175,45.49132,1.0817837,61.515812,1.1185129,0.68214095,3.1116774,41.267654,120.20067,264.0209,18.630972,3322.3242,326.90973,117.65278,172.30208,80.14286,95.77604,54.447918,9.905209,102.270836,737.42303,220.87798,122.26338,107.29352,12.658334,115.62202,109.947914,40.59709,780.6824,176.67351,3761.2537,33.88247,3235.3928,78.84984,424.53287,2332.6946,80.98072,9.446044,1310.4493,1166.385,4074.278,106.97815 +2023-07-23 00:00:00,0.0,17267.498,267.25388,23.954168,34.80038,27.169516,165.20337,24.267515,32.803402,19.871252,21.332697,799.23486,322.38815,9.142183,131.04558,9.661,0.8729314,25.833504,13.7688675,1.994363,335.8442,0.28390107,321.79715,44.424767,0.7385248,2.6404061,107.15183,17.647644,46.749107,109.90557,24484.742,0.28022894,1544.6035,0.64137846,0.39032257,0.1873247,1.0874537,147.2644,174.57169,25.928005,201.30646,21.62258,69.122505,1948.785,3.0080433,275.5415,178.8994,356.7927,141.74033,347.37555,29.773756,461.9039,0.0,2484.5166,14499.074,33.570496,482.07834,145.76161,43824.504,132.02325,26.475662,161.63457,401.8584,64.224144,26.772322,252.1444,2133.3008,345.4012,169.03998,22.796051,16.05918,404.37823,68.61998,1405.2223,102.229034,2374.1567,198.3613,381.1947,83.37796,193.42023,7.2603707,11.775225,19.775776,3.0436647,2.5833552,66.65004,63.79246,70.27895,24.494902,27.501568,177.23746,7.2048635,3071.016,74.47813,69.16936,89.84479,96.16161,218.71935,109.14012,146.37097,20.615238,40.271072,103.568306,299.76147,638.2363,83.05968,346.9,76.01578,124.017105,283.00656,383.3113,960.3284,215.97395,3.9875324,21.102419,9.112688,39.839153,18035.877,3.5834517,17.135946,28.258064,35.387188,409.81366,60.787098,153.74434,2.9844446,162.61613,445.14343,308.0364,126.8335,465.7437,33.75699,90.99612,196.5281,11.632294,1.6737415,11.28352,1532.6936,0.10793978,0.37307525,50.929775,7.51106,3.7799008,4.6481867,8.480796,110.72726,39.20847,95.9353,634.38525,227.9179,1995.4094,1843.3508,15.977097,29.119085,11532.168,8.0644,65.95564,659.13605,121.77339,168.77017,75.617744,388.92044,849.9603,422.3509,16.313824,92.0043,1061.6165,2039.7609,46.2926,593.27527,45.50726,1.0818486,61.51925,1.1185143,0.6821683,3.1118438,41.288265,120.215355,263.98544,18.63344,3321.9163,327.0269,117.69355,172.34677,80.14977,95.77419,54.44355,9.918011,102.28226,737.72455,220.99078,122.31368,107.35377,12.639516,115.73271,110.02419,40.57968,780.477,176.68428,3760.6438,33.874744,3234.3923,78.84933,424.5091,2332.3552,80.98771,9.446195,1309.8016,1165.3346,4071.5642,106.90456 +2023-07-23 01:00:00,0.0,17269.127,267.45865,23.96228,34.798306,27.179796,165.1897,24.266853,32.80134,19.871485,21.329636,799.6392,322.0484,9.1399355,131.04582,9.649193,0.87169105,25.838943,13.751099,1.995722,335.82257,0.2837077,321.82132,44.41496,0.7392772,2.6402175,107.150276,17.638235,46.697285,109.85483,24498.195,0.27952105,1544.6842,0.6404631,0.38977268,0.18697427,1.0853207,147.24036,174.49614,25.922047,201.29,21.618683,69.19037,1949.824,3.0062976,275.7483,178.99385,356.82697,141.73795,347.31342,29.793756,462.1472,0.0,2484.1003,14497.2705,33.592125,482.30624,145.79802,43822.5,132.02351,26.490294,161.6723,402.09567,64.2563,26.791946,252.22232,2133.365,345.38837,169.11732,22.8097,16.06701,404.27475,68.64137,1404.5903,102.149734,2374.5952,198.22675,381.2516,83.34967,193.12862,7.25838,11.770811,19.756617,3.0411348,2.5808542,66.65679,63.811462,70.28638,24.513021,27.508713,177.01149,7.2029963,3071.2856,74.39213,69.20329,89.75334,96.1144,218.73177,109.061226,146.49193,20.590675,40.25732,103.53037,299.72476,637.8714,82.92769,346.6169,75.97365,124.061615,282.96167,383.50177,960.3501,215.72362,3.9880438,21.110046,9.110376,39.83541,18040.432,3.5805144,17.14475,28.270296,35.35437,409.46713,60.720028,153.6349,2.983966,162.44164,444.90497,307.91418,126.83892,465.99033,33.766754,91.04557,196.3848,11.628508,1.6733823,11.281504,1531.513,0.10782154,0.37274775,50.91731,7.5155725,3.7796733,4.645107,8.475998,110.65826,39.186207,95.891495,634.1036,227.9551,1995.6233,1843.5436,15.982527,29.127407,11530.054,8.063306,65.970314,659.33655,121.82386,168.81429,75.63861,389.0353,849.77686,422.39783,16.321102,92.03638,1061.6519,2040.0378,46.30627,593.37555,45.523197,1.0819135,61.52269,1.1185156,0.68219566,3.11201,41.308876,120.23004,263.95,18.635908,3321.5083,327.14404,117.73432,172.39146,80.156685,95.77235,54.43918,9.930813,102.293686,738.02606,221.10359,122.36398,107.41401,12.620699,115.843414,110.10047,40.56227,780.27167,176.69507,3760.0337,33.86702,3233.392,78.848816,424.4853,2332.0159,80.9947,9.446345,1309.1538,1164.2842,4068.8503,106.83096 +2023-07-23 02:00:00,0.0,17270.756,267.66345,23.97039,34.796234,27.190075,165.17604,24.266191,32.79927,19.871716,21.326572,800.04364,321.70865,9.137688,131.04608,9.637384,0.8704506,25.844381,13.73333,1.9970813,335.80093,0.28351435,321.8455,44.40515,0.7400296,2.6400292,107.14871,17.628826,46.645462,109.804085,24511.65,0.27881315,1544.7649,0.6395478,0.3892228,0.18662383,1.0831877,147.21631,174.42061,25.916086,201.27353,21.614786,69.258224,1950.8628,3.0045521,275.95508,179.08832,356.86127,141.73555,347.2513,29.813755,462.3905,0.0,2483.684,14495.468,33.61375,482.53418,145.83443,43820.496,132.02377,26.504925,161.71004,402.33295,64.28847,26.811573,252.30025,2133.429,345.37552,169.19469,22.823347,16.074842,404.17126,68.66277,1403.9583,102.070435,2375.0337,198.09221,381.3084,83.32137,192.83702,7.256389,11.766397,19.737457,3.038605,2.5783532,66.663536,63.830463,70.29381,24.531141,27.51586,176.78552,7.201129,3071.5554,74.30614,69.23723,89.661896,96.06719,218.74417,108.98233,146.6129,20.56611,40.24357,103.49243,299.68808,637.5064,82.7957,346.33386,75.931526,124.10613,282.91678,383.6922,960.3717,215.47328,3.9885552,21.117676,9.108065,39.831673,18044.986,3.577577,17.153555,28.282526,35.321556,409.12057,60.652958,153.52547,2.9834876,162.26714,444.6665,307.79196,126.84434,466.23694,33.776524,91.09502,196.24147,11.624722,1.6730231,11.279488,1530.3324,0.1077033,0.37242022,50.904842,7.520085,3.779446,4.642027,8.4712,110.58926,39.163948,95.84769,633.8219,227.9923,1995.8373,1843.7365,15.987957,29.13573,11527.939,8.062212,65.98499,659.53705,121.87433,168.8584,75.65948,389.15018,849.59344,422.4448,16.328379,92.06846,1061.6873,2040.3148,46.31994,593.4758,45.539135,1.0819784,61.526127,1.118517,0.682223,3.1121764,41.329483,120.24473,263.91458,18.638378,3321.1003,327.2612,117.775085,172.43616,80.1636,95.7705,54.43481,9.943616,102.30511,738.3275,221.2164,122.414276,107.47426,12.601882,115.95411,110.17675,40.54486,780.06635,176.70584,3759.4236,33.85929,3232.3916,78.848305,424.46152,2331.6768,81.001686,9.446496,1308.5061,1163.2336,4066.1362,106.75737 +2023-07-23 03:00:00,0.0,17272.387,267.86823,23.978502,34.794163,27.200356,165.16237,24.26553,32.797207,19.871948,21.32351,800.44806,321.36887,9.13544,131.04633,9.625577,0.8692102,25.849821,13.71556,1.9984404,335.7793,0.28332096,321.86966,44.395344,0.74078196,2.6398406,107.147156,17.619417,46.59364,109.75335,24525.105,0.27810526,1544.8456,0.6386325,0.3886729,0.18627338,1.0810546,147.19228,174.34506,25.910126,201.25705,21.61089,69.32609,1951.9016,3.0028064,276.16187,179.18277,356.89557,141.73317,347.18918,29.833755,462.6338,0.0,2483.268,14493.665,33.635376,482.76212,145.87083,43818.492,132.02403,26.519556,161.74777,402.5702,64.320625,26.831198,252.37817,2133.4932,345.36264,169.27203,22.836996,16.082674,404.06778,68.684166,1403.3263,101.99113,2375.472,197.95766,381.36523,83.29308,192.54541,7.254399,11.761984,19.718298,3.0360749,2.5758522,66.67029,63.849464,70.30124,24.549261,27.523005,176.55956,7.1992617,3071.825,74.22014,69.27117,89.57044,96.01998,218.75658,108.903435,146.73387,20.541548,40.22982,103.45449,299.65137,637.1414,82.66371,346.0508,75.8894,124.15064,282.8719,383.88266,960.3933,215.22293,3.9890666,21.125303,9.105753,39.827934,18049.54,3.5746398,17.162357,28.294758,35.288742,408.77402,60.585888,153.41603,2.9830093,162.09264,444.42807,307.66974,126.849754,466.48355,33.78629,91.14447,196.09816,11.6209345,1.6726639,11.277472,1529.1519,0.107585065,0.37209272,50.89238,7.524597,3.7792184,4.6389465,8.466402,110.52026,39.141685,95.80388,633.5403,228.02951,1996.0511,1843.9292,15.993387,29.144053,11525.825,8.061117,65.999664,659.73755,121.9248,168.90253,75.68034,389.26505,849.41,422.49176,16.335657,92.10054,1061.7227,2040.5918,46.33361,593.5761,45.555073,1.0820434,61.529564,1.1185184,0.6822504,3.1123426,41.350094,120.25942,263.87912,18.640846,3320.6924,327.37836,117.81586,172.48085,80.17051,95.76865,54.430443,9.956418,102.316536,738.629,221.32921,122.46458,107.5345,12.583065,116.064804,110.25302,40.52745,779.861,176.71661,3758.8135,33.851566,3231.3914,78.847786,424.4377,2331.3374,81.008675,9.446647,1307.8583,1162.1832,4063.4224,106.68378 +2023-07-23 04:00:00,0.0,17274.016,268.073,23.986612,34.79209,27.210636,165.1487,24.264868,32.795143,19.872179,21.320446,800.8525,321.0291,9.133192,131.04659,9.61377,0.86796975,25.855259,13.697791,1.9997995,335.75763,0.2831276,321.89383,44.38554,0.74153435,2.639652,107.1456,17.610008,46.541817,109.70261,24538.559,0.27739733,1544.9263,0.6377171,0.388123,0.18592295,1.0789216,147.16823,174.26953,25.904165,201.24059,21.606993,69.39394,1952.9406,3.001061,276.36865,179.27724,356.92984,141.73079,347.12708,29.853756,462.87708,0.0,2482.8518,14491.862,33.657,482.99002,145.90724,43816.49,132.02429,26.53419,161.7855,402.80746,64.35279,26.850824,252.4561,2133.5571,345.3498,169.3494,22.850645,16.090506,403.9643,68.70556,1402.6943,101.91183,2375.9104,197.82312,381.4221,83.264786,192.25381,7.252408,11.757569,19.699139,3.033545,2.5733511,66.67703,63.868465,70.30866,24.567379,27.53015,176.33359,7.1973944,3072.0945,74.13415,69.30511,89.479,95.97277,218.769,108.82453,146.85484,20.516983,40.21607,103.41656,299.6147,636.7764,82.53172,345.76773,75.847275,124.19515,282.827,384.07312,960.415,214.9726,3.989578,21.13293,9.103441,39.824192,18054.094,3.5717025,17.171162,28.30699,35.255928,408.4275,60.518818,153.3066,2.9825308,161.91815,444.1896,307.54755,126.85517,466.73016,33.796055,91.193924,195.95483,11.617148,1.6723047,11.275455,1527.9712,0.107466824,0.3717652,50.879913,7.5291095,3.778991,4.6358666,8.461604,110.45126,39.119423,95.76007,633.2586,228.06671,1996.2651,1844.1221,15.998817,29.152374,11523.711,8.060023,66.014336,659.93805,121.97527,168.94664,75.70121,389.37994,849.22656,422.5387,16.342934,92.132614,1061.7579,2040.8688,46.34728,593.67633,45.571014,1.0821084,61.533,1.1185198,0.68227774,3.112509,41.370705,120.27411,263.8437,18.643314,3320.2847,327.4955,117.85663,172.52554,80.17742,95.7668,54.426075,9.96922,102.32796,738.9305,221.44202,122.51488,107.59475,12.564247,116.1755,110.3293,40.51004,779.6557,176.72739,3758.2034,33.843838,3230.3909,78.847275,424.41394,2330.998,81.01566,9.446797,1307.2106,1161.1328,4060.7083,106.610176 +2023-07-23 05:00:00,0.0,17275.645,268.27777,23.994724,34.79002,27.220917,165.13504,24.264206,32.793076,19.872412,21.317383,801.25684,320.68933,9.130944,131.04683,9.601961,0.8667293,25.860697,13.680022,2.0011587,335.736,0.28293422,321.918,44.375732,0.7422867,2.6394634,107.14404,17.6006,46.489998,109.65186,24552.014,0.27668944,1545.007,0.6368018,0.3875731,0.1855725,1.0767884,147.1442,174.194,25.898205,201.22412,21.603096,69.46181,1953.9794,2.9993155,276.57544,179.37169,356.9641,141.7284,347.06494,29.873756,463.1204,0.0,2482.4355,14490.059,33.67863,483.21796,145.94365,43814.484,132.02455,26.54882,161.82324,403.04474,64.38495,26.87045,252.53403,2133.621,345.33694,169.42674,22.864294,16.098337,403.8608,68.72695,1402.0623,101.83253,2376.3489,197.68857,381.47894,83.236496,191.9622,7.250417,11.753156,19.679981,3.0310152,2.5708501,66.683784,63.887466,70.31609,24.585499,27.537294,176.1076,7.195527,3072.3643,74.04815,69.33904,89.38755,95.92556,218.7814,108.745636,146.9758,20.49242,40.202316,103.37862,299.578,636.41144,82.39973,345.48468,75.805145,124.23967,282.7821,384.26358,960.4366,214.72226,3.9900894,21.140558,9.10113,39.820454,18058.648,3.5687652,17.179966,28.31922,35.223114,408.08093,60.451748,153.19716,2.9820526,161.74365,443.95114,307.42532,126.86059,466.97678,33.805824,91.24338,195.81152,11.613362,1.6719455,11.273439,1526.7906,0.10734858,0.3714377,50.86745,7.533622,3.7787635,4.6327868,8.456806,110.38226,39.09716,95.71626,632.9769,228.10391,1996.479,1844.315,16.004248,29.160696,11521.597,8.058929,66.02901,660.13855,122.02574,168.99077,75.72208,389.4948,849.0431,422.58566,16.35021,92.164696,1061.7933,2041.1458,46.36095,593.7766,45.586952,1.0821733,61.53644,1.1185211,0.6823051,3.1126752,41.391315,120.288795,263.80823,18.645784,3319.8767,327.61267,117.8974,172.57022,80.18433,95.76495,54.421707,9.982023,102.33938,739.232,221.55482,122.56518,107.65499,12.54543,116.286194,110.40558,40.49263,779.4503,176.73817,3757.5935,33.836113,3229.3906,78.84676,424.39014,2330.659,81.02265,9.446948,1306.5627,1160.0823,4057.9944,106.53658 +2023-07-23 06:00:00,0.0,17277.273,268.48254,24.002834,34.78795,27.231195,165.12137,24.263544,32.79101,19.872644,21.31432,801.66125,320.34958,9.128696,131.04709,9.590154,0.8654889,25.866137,13.662253,2.0025177,335.71436,0.28274086,321.94217,44.365925,0.7430391,2.6392748,107.14249,17.591192,46.438175,109.60112,24565.469,0.27598155,1545.0876,0.6358865,0.3870232,0.18522207,1.0746555,147.12015,174.11845,25.892246,201.20766,21.5992,69.52967,1955.0182,2.9975698,276.78223,179.46614,356.9984,141.72601,347.00284,29.893755,463.36368,0.0,2482.0193,14488.256,33.700256,483.4459,145.98006,43812.48,132.02481,26.563452,161.861,403.28198,64.41711,26.890076,252.61195,2133.6853,345.3241,169.5041,22.877941,16.106169,403.75732,68.748344,1401.4303,101.75323,2376.7874,197.55403,381.5358,83.208206,191.67061,7.2484264,11.748742,19.660822,3.028485,2.5683491,66.69053,63.906467,70.32352,24.603619,27.544441,175.88164,7.1936603,3072.6338,73.96216,69.372986,89.2961,95.87835,218.79381,108.66674,147.09677,20.467855,40.188564,103.340675,299.5413,636.04645,82.26774,345.20163,75.76302,124.28418,282.7372,384.45404,960.4582,214.47192,3.9906008,21.148186,9.098818,39.816715,18063.201,3.565828,17.18877,28.331451,35.1903,407.73438,60.384678,153.08772,2.981574,161.56915,443.7127,307.3031,126.866005,467.2234,33.81559,91.29283,195.6682,11.609576,1.6715863,11.271423,1525.6101,0.10723034,0.3711102,50.854984,7.538134,3.7785358,4.629707,8.452008,110.31326,39.0749,95.672455,632.6953,228.14113,1996.6929,1844.5077,16.009678,29.169018,11519.482,8.057836,66.043686,660.33905,122.07621,169.03488,75.74294,389.60968,848.8597,422.6326,16.357489,92.19678,1061.8287,2041.4227,46.374622,593.8769,45.60289,1.0822383,61.53988,1.1185225,0.68233246,3.1128416,41.411922,120.30348,263.7728,18.648252,3319.4688,327.72986,117.93817,172.61491,80.191246,95.76311,54.41734,9.994825,102.35081,739.5335,221.66763,122.61547,107.71523,12.526613,116.39689,110.48186,40.47522,779.245,176.74895,3756.9834,33.82839,3228.3901,78.84625,424.36633,2330.3196,81.02964,9.447099,1305.9149,1159.0319,4055.2803,106.46299 +2023-07-23 07:00:00,0.0,17278.904,268.68735,24.010946,34.785877,27.241476,165.1077,24.262884,32.788944,19.872875,21.311256,802.0657,320.00983,9.126449,131.04733,9.578346,0.8642485,25.871574,13.644484,2.003877,335.69272,0.2825475,321.96634,44.35612,0.74379146,2.6390865,107.14093,17.581783,46.386353,109.550385,24578.922,0.27527365,1545.1683,0.63497114,0.38647333,0.18487163,1.0725224,147.0961,174.04292,25.886286,201.1912,21.595303,69.59753,1956.0571,2.9958243,276.989,179.56061,357.0327,141.72363,346.9407,29.913755,463.60696,0.0,2481.603,14486.453,33.72188,483.6738,146.01646,43810.477,132.02507,26.578083,161.89873,403.51923,64.44927,26.9097,252.68987,2133.7493,345.31125,169.58145,22.89159,16.114002,403.6538,68.76974,1400.7982,101.67393,2377.2258,197.4195,381.59262,83.17991,191.379,7.2464356,11.7443285,19.641663,3.0259552,2.565848,66.69728,63.92547,70.33095,24.621738,27.551586,175.65567,7.191793,3072.9033,73.87616,69.40692,89.20465,95.83114,218.80623,108.587845,147.21774,20.44329,40.174812,103.302734,299.5046,635.68146,82.13575,344.91858,75.720894,124.3287,282.69232,384.6445,960.47986,214.22159,3.9911122,21.155813,9.096505,39.812973,18067.756,3.5628908,17.197573,28.343683,35.157486,407.38785,60.317608,152.97829,2.9810958,161.39465,443.47424,307.18088,126.87142,467.46997,33.825356,91.34228,195.52489,11.605789,1.6712271,11.269406,1524.4294,0.1071121,0.37078267,50.84252,7.5426464,3.7783084,4.6266265,8.447211,110.24427,39.05264,95.62865,632.41364,228.17833,1996.9069,1844.7006,16.015108,29.177341,11517.369,8.056741,66.05836,660.53955,122.126686,169.07901,75.76381,389.72455,848.6762,422.67957,16.364765,92.22885,1061.864,2041.6997,46.38829,593.9772,45.618828,1.0823033,61.543316,1.1185238,0.6823598,3.1130078,41.432533,120.31817,263.73734,18.65072,3319.0608,327.84702,117.97894,172.6596,80.19816,95.76125,54.41297,10.0076275,102.36223,739.83496,221.78044,122.66577,107.77548,12.507795,116.50758,110.55813,40.457806,779.0397,176.75972,3756.3733,33.82066,3227.39,78.84574,424.34256,2329.9802,81.03663,9.447249,1305.2672,1157.9814,4052.5664,106.3894 +2023-07-23 08:00:00,0.0,17280.533,268.89212,24.019056,34.783806,27.251757,165.09404,24.262222,32.78688,19.873108,21.308195,802.4701,319.67004,9.124201,131.04759,9.566538,0.8630081,25.877014,13.626715,2.005236,335.67108,0.28235412,321.9905,44.346313,0.74454385,2.638898,107.139366,17.572374,46.33453,109.49964,24592.377,0.27456576,1545.249,0.6340558,0.38592342,0.18452118,1.0703894,147.07207,173.96738,25.880325,201.17473,21.591406,69.66539,1957.096,2.9940786,277.19577,179.65506,357.06702,141.72124,346.8786,29.933756,463.85028,0.0,2481.187,14484.65,33.743507,483.90173,146.05289,43808.473,132.02533,26.592716,161.93646,403.75647,64.48143,26.929325,252.76779,2133.8135,345.2984,169.65881,22.90524,16.121834,403.55032,68.79113,1400.1663,101.59463,2377.664,197.28494,381.64948,83.15162,191.0874,7.244445,11.739915,19.622503,3.0234253,2.563347,66.704025,63.94447,70.33837,24.639858,27.558731,175.4297,7.1899257,3073.1729,73.79017,69.44086,89.113205,95.783936,218.81863,108.50895,147.33871,20.418728,40.161064,103.2648,299.4679,635.31647,82.00376,344.6355,75.67877,124.37321,282.64743,384.83496,960.50146,213.97125,3.9916236,21.16344,9.094193,39.809235,18072.31,3.5599535,17.206377,28.355913,35.124672,407.0413,60.250538,152.86885,2.9806173,161.22017,443.23578,307.0587,126.87684,467.71658,33.835125,91.39173,195.38156,11.602003,1.6708679,11.26739,1523.2489,0.10699386,0.37045518,50.830055,7.5471587,3.778081,4.6235466,8.442413,110.17527,39.030376,95.58484,632.13196,228.21555,1997.1207,1844.8933,16.020538,29.185663,11515.255,8.055647,66.07303,660.74005,122.177155,169.12312,75.784676,389.83942,848.4928,422.72653,16.372042,92.26093,1061.8994,2041.9767,46.401962,594.07745,45.63477,1.0823683,61.546753,1.1185253,0.6823872,3.1131742,41.453144,120.33286,263.7019,18.653189,3318.6528,327.96417,118.019714,172.7043,80.20507,95.75941,54.408604,10.020431,102.37366,740.1365,221.89325,122.71607,107.835724,12.488978,116.61828,110.63441,40.440395,778.83435,176.7705,3755.7632,33.812935,3226.3894,78.84522,424.31876,2329.641,81.04362,9.4474,1304.6194,1156.931,4049.8523,106.3158 +2023-07-23 09:00:00,0.0,17282.162,269.0969,24.027168,34.781734,27.262035,165.08037,24.26156,32.784817,19.873339,21.305132,802.8745,319.3303,9.121953,131.04784,9.55473,0.86176765,25.882452,13.608946,2.0065951,335.64944,0.28216076,322.01468,44.336506,0.74529624,2.6387093,107.13781,17.562965,46.282707,109.4489,24605.832,0.27385783,1545.3297,0.63314044,0.38537353,0.18417075,1.0682563,147.04802,173.89185,25.874365,201.15826,21.587511,69.733246,1958.1348,2.9923332,277.40256,179.74953,357.10126,141.71886,346.81647,29.953756,464.09357,0.0,2480.7708,14482.847,33.765137,484.12967,146.0893,43806.47,132.02559,26.607347,161.9742,403.99374,64.513596,26.948952,252.84572,2133.8774,345.28552,169.73616,22.918888,16.129665,403.44684,68.81252,1399.5343,101.51532,2378.1025,197.1504,381.70633,83.12332,190.79579,7.242454,11.735501,19.603344,3.0208955,2.5608459,66.71078,63.96347,70.3458,24.657976,27.565876,175.20374,7.1880584,3073.4426,73.70417,69.4748,89.02176,95.736725,218.83104,108.43005,147.45967,20.394163,40.147312,103.22686,299.4312,634.95154,81.87177,344.35245,75.63664,124.417725,282.60257,385.02542,960.5231,213.72092,3.992135,21.171068,9.091882,39.805496,18076.865,3.5570161,17.215181,28.368145,35.091858,406.69473,60.183468,152.75941,2.980139,161.04567,442.99734,306.93646,126.882256,467.9632,33.84489,91.441185,195.23825,11.598217,1.6705087,11.265374,1522.0684,0.10687562,0.37012768,50.817593,7.551671,3.7778535,4.6204667,8.437615,110.10627,39.008118,95.54103,631.85034,228.25275,1997.3347,1845.0862,16.025969,29.193985,11513.141,8.054553,66.0877,660.94055,122.22762,169.16724,75.80554,389.9543,848.3093,422.77347,16.37932,92.293015,1061.9348,2042.2537,46.41563,594.1777,45.650707,1.0824332,61.55019,1.1185267,0.68241453,3.1133404,41.473755,120.34755,263.66647,18.655659,3318.2449,328.08133,118.060486,172.749,80.21198,95.75756,54.404232,10.033233,102.38508,740.4379,222.00606,122.766365,107.89597,12.470161,116.72897,110.710686,40.422985,778.629,176.78128,3755.153,33.80521,3225.3892,78.84471,424.29498,2329.3018,81.050606,9.447551,1303.9717,1155.8805,4047.1384,106.2422 +2023-07-23 10:00:00,0.0,17283.793,269.3017,24.035278,34.779663,27.272316,165.06671,24.260899,32.78275,19.873571,21.302069,803.2789,318.9905,9.119705,131.0481,9.542922,0.8605272,25.88789,13.591176,2.0079544,335.62778,0.28196737,322.03885,44.326702,0.74604857,2.6385207,107.13625,17.553556,46.230885,109.398155,24619.287,0.27314994,1545.4104,0.63222516,0.38482362,0.1838203,1.0661232,147.02399,173.8163,25.868404,201.1418,21.583614,69.80111,1959.1737,2.9905875,277.60934,179.84398,357.13556,141.71648,346.75436,29.973757,464.33685,0.0,2480.3545,14481.044,33.786762,484.35757,146.1257,43804.47,132.02585,26.621979,162.01193,404.23102,64.54575,26.968576,252.92365,2133.9417,345.27267,169.81352,22.932535,16.137497,403.34335,68.833916,1398.9022,101.43602,2378.541,197.01585,381.76318,83.09503,190.5042,7.2404633,11.731087,19.584185,3.0183654,2.5583448,66.71752,63.982475,70.35323,24.676096,27.573023,174.97777,7.186191,3073.7122,73.61818,69.508736,88.930305,95.689514,218.84346,108.35116,147.58064,20.3696,40.13356,103.18892,299.39453,634.58655,81.739784,344.0694,75.59452,124.462234,282.55768,385.21588,960.54474,213.47058,3.9926465,21.178696,9.08957,39.801754,18081.418,3.5540788,17.223984,28.380377,35.059044,406.3482,60.116398,152.64998,2.9796605,160.87117,442.75888,306.81424,126.88767,468.2098,33.85466,91.49064,195.09494,11.594431,1.6701496,11.263358,1520.8877,0.10675738,0.36980015,50.805126,7.5561833,3.777626,4.617387,8.432817,110.03727,38.985855,95.49722,631.5687,228.28995,1997.5486,1845.279,16.031397,29.202307,11511.026,8.053458,66.10237,661.14105,122.27809,169.21136,75.82641,390.06918,848.1259,422.82043,16.386597,92.32509,1061.9702,2042.5306,46.429302,594.27795,45.666645,1.0824982,61.55363,1.118528,0.6824419,3.1135066,41.49436,120.362236,263.631,18.658127,3317.837,328.1985,118.10126,172.79369,80.218895,95.755714,54.399864,10.046035,102.39651,740.73944,222.11887,122.816666,107.956215,12.4513445,116.83967,110.786964,40.405575,778.42365,176.79205,3754.5432,33.79748,3224.3887,78.8442,424.27118,2328.9626,81.057594,9.447701,1303.3239,1154.8301,4044.4243,106.16861 +2023-07-23 11:00:00,0.0,17285.422,269.50647,24.04339,34.77759,27.282597,165.05304,24.260237,32.780685,19.873802,21.299006,803.6833,318.65076,9.117457,131.04834,9.531115,0.8592868,25.89333,13.573407,2.0093133,335.60614,0.281774,322.06302,44.316895,0.74680096,2.6383321,107.1347,17.54415,46.179066,109.34742,24632.74,0.27244204,1545.4911,0.6313098,0.38427374,0.18346986,1.0639901,146.99994,173.74077,25.862444,201.12534,21.579718,69.868965,1960.2125,2.988842,277.81613,179.93843,357.16986,141.71408,346.69223,29.993755,464.58017,0.0,2479.9385,14479.241,33.808388,484.5855,146.16211,43802.465,132.02611,26.63661,162.04967,404.46826,64.57791,26.988203,253.00157,2134.0056,345.25983,169.89087,22.946184,16.145329,403.23987,68.855316,1398.2703,101.35672,2378.9795,196.88132,381.82,83.06674,190.21259,7.2384725,11.726673,19.565025,3.0158355,2.5558438,66.72427,64.00147,70.36066,24.694216,27.580168,174.7518,7.184324,3073.9817,73.53218,69.54267,88.83886,95.6423,218.85587,108.272255,147.70161,20.345036,40.11981,103.150986,299.35782,634.22156,81.607796,343.78632,75.55239,124.506744,282.5128,385.4063,960.56635,213.22025,3.9931579,21.186325,9.087258,39.798016,18085.973,3.5511415,17.232788,28.392607,35.02623,406.00165,60.049328,152.54054,2.9791822,160.69667,442.52042,306.69202,126.89309,468.45642,33.864426,91.54009,194.95161,11.590644,1.6697904,11.261342,1519.7072,0.10663915,0.36947265,50.792664,7.5606956,3.7773986,4.6143064,8.42802,109.96828,38.963593,95.453415,631.28705,228.32716,1997.7625,1845.4718,16.036827,29.210629,11508.912,8.052364,66.11705,661.34155,122.32857,169.25548,75.847275,390.18405,847.94244,422.86737,16.393875,92.35717,1062.0055,2042.8076,46.442974,594.37823,45.682583,1.0825632,61.557068,1.1185294,0.68246925,3.113673,41.514973,120.37692,263.59558,18.660595,3317.4292,328.31564,118.14202,172.83838,80.22581,95.75386,54.395496,10.058838,102.40793,741.0409,222.23167,122.86697,108.01646,12.432527,116.95036,110.863235,40.388165,778.2183,176.80283,3753.933,33.789757,3223.3884,78.84369,424.2474,2328.6233,81.06458,9.447852,1302.6761,1153.7797,4041.7104,106.09502 +2023-07-23 12:00:00,0.0,17287.05,269.71124,24.0515,34.77552,27.292875,165.03937,24.259575,32.77862,19.874035,21.295942,804.0877,318.31097,9.11521,131.0486,9.519307,0.85804635,25.898767,13.555638,2.0106726,335.5845,0.28158066,322.0872,44.307087,0.74755335,2.6381438,107.13314,17.53474,46.127243,109.29668,24646.195,0.27173415,1545.5718,0.63039446,0.38372386,0.18311943,1.0618571,146.9759,173.66524,25.856485,201.10887,21.57582,69.93683,1961.2513,2.9870963,278.02292,180.0329,357.20416,141.7117,346.63013,30.013756,464.82346,0.0,2479.5222,14477.438,33.830013,484.81345,146.19852,43800.46,132.02637,26.651243,162.0874,404.7055,64.61008,27.007828,253.0795,2134.0696,345.24698,169.96823,22.959833,16.15316,403.13638,68.87671,1397.6382,101.27742,2379.418,196.74678,381.87683,83.038445,189.92099,7.2364817,11.7222595,19.545866,3.0133057,2.5533428,66.73102,64.02048,70.36809,24.712336,27.587313,174.52582,7.1824565,3074.2515,73.44619,69.576614,88.74741,95.59509,218.86827,108.19336,147.82259,20.320473,40.106056,103.113045,299.32114,633.85657,81.47581,343.50327,75.51027,124.55126,282.4679,385.59677,960.588,212.96991,3.9936693,21.193953,9.084947,39.794273,18090.527,3.5482044,17.241592,28.404839,34.993416,405.65512,59.982258,152.4311,2.9787037,160.52219,442.28198,306.56982,126.898506,468.70303,33.87419,91.58954,194.8083,11.586858,1.6694311,11.259326,1518.5266,0.106520906,0.36914515,50.780197,7.565208,3.7771711,4.6112266,8.423222,109.89928,38.941334,95.40961,631.0054,228.36436,1997.9764,1845.6647,16.042257,29.218952,11506.798,8.0512705,66.13172,661.54205,122.379036,169.2996,75.86814,390.29892,847.75903,422.91434,16.401152,92.389244,1062.0409,2043.0846,46.456642,594.4785,45.69852,1.0826281,61.560505,1.1185308,0.68249655,3.1138391,41.535583,120.39162,263.56012,18.663065,3317.0212,328.4328,118.18279,172.88307,80.23272,95.752014,54.39113,10.07164,102.41936,741.3424,222.34447,122.91726,108.076706,12.41371,117.06106,110.939514,40.370754,778.013,176.8136,3753.323,33.78203,3222.388,78.84317,424.2236,2328.284,81.07157,9.448003,1302.0283,1152.7291,4038.9966,106.02142 +2023-07-23 13:00:00,0.0,17288.68,269.91602,24.059612,34.77345,27.303156,165.02571,24.258913,32.776554,19.874266,21.29288,804.4921,317.97122,9.112962,131.04884,9.507499,0.8568059,25.904207,13.5378685,2.0120318,335.56287,0.28138727,322.11136,44.29728,0.74830574,2.6379552,107.13158,17.525331,46.07542,109.24593,24659.65,0.27102625,1545.6525,0.62947917,0.38317394,0.18276899,1.0597241,146.95186,173.58969,25.850525,201.0924,21.571924,70.004684,1962.2903,2.9853508,278.2297,180.12735,357.2384,141.7093,346.568,30.033756,465.06674,0.0,2479.106,14475.635,33.851643,485.04135,146.23492,43798.457,132.02663,26.665874,162.12514,404.9428,64.642235,27.027454,253.15742,2134.1338,345.23413,170.04558,22.973482,16.160992,403.0329,68.8981,1397.0062,101.19812,2379.8562,196.61223,381.93372,83.010155,189.62938,7.234491,11.717846,19.526707,3.0107756,2.5508418,66.73777,64.039474,70.37551,24.730455,27.594458,174.29985,7.180589,3074.521,73.36019,69.61055,88.65596,95.54788,218.88069,108.11446,147.94354,20.295908,40.092308,103.0751,299.28442,633.4916,81.34382,343.2202,75.46814,124.59577,282.423,385.78723,960.6096,212.71957,3.994181,21.20158,9.082635,39.790535,18095.08,3.545267,17.250395,28.41707,34.9606,405.30856,59.915188,152.32167,2.9782255,160.34769,442.04352,306.4476,126.90392,468.94965,33.88396,91.63899,194.66498,11.583072,1.6690719,11.25731,1517.346,0.106402665,0.36881763,50.767735,7.5697203,3.7769437,4.6081467,8.418424,109.83028,38.91907,95.3658,630.7237,228.40158,1998.1903,1845.8574,16.047688,29.227274,11504.684,8.050176,66.14639,661.74255,122.429504,169.34372,75.889015,390.4138,847.57556,422.9613,16.408428,92.421326,1062.0763,2043.3616,46.470314,594.5788,45.714462,1.0826931,61.563942,1.1185322,0.6825239,3.1140056,41.556194,120.4063,263.5247,18.665533,3316.6133,328.54996,118.223564,172.92775,80.23963,95.75017,54.38676,10.084442,102.43078,741.6439,222.45728,122.96756,108.13695,12.394893,117.17175,111.01579,40.353344,777.8077,176.82439,3752.713,33.774303,3221.3877,78.84266,424.19983,2327.9448,81.07856,9.4481535,1301.3806,1151.6787,4036.2825,105.94783 +2023-07-23 14:00:00,0.0,17290.31,270.1208,24.067722,34.771378,27.313437,165.01204,24.258251,32.77449,19.874498,21.289816,804.8965,317.63147,9.110714,131.0491,9.495691,0.85556555,25.909645,13.5201,2.0133908,335.54123,0.2811939,322.13553,44.287476,0.7490581,2.6377666,107.13002,17.515923,46.023598,109.19519,24673.104,0.27031836,1545.7332,0.6285638,0.38262406,0.18241854,1.057591,146.92781,173.51416,25.844564,201.07594,21.568027,70.07255,1963.3291,2.9836051,278.4365,180.22182,357.2727,141.70692,346.5059,30.053757,465.31006,0.0,2478.69,14473.832,33.87327,485.2693,146.27133,43796.453,132.02689,26.680506,162.16289,405.18005,64.6744,27.04708,253.23535,2134.1978,345.22128,170.12294,22.98713,16.168823,402.9294,68.919495,1396.3741,101.11882,2380.2947,196.47769,381.99054,82.98186,189.33778,7.2325,11.713432,19.507547,3.0082457,2.5483408,66.744514,64.05848,70.38294,24.748573,27.601604,174.07388,7.178722,3074.7905,73.2742,69.644485,88.564514,95.50067,218.8931,108.03557,148.06451,20.271343,40.078556,103.03716,299.24774,633.1266,81.21183,342.93716,75.42602,124.64029,282.3781,385.9777,960.6312,212.46924,3.9946923,21.209208,9.080323,39.786797,18099.635,3.5423298,17.2592,28.4293,34.927788,404.962,59.848118,152.21223,2.977747,160.17319,441.80505,306.32538,126.90934,469.19626,33.893726,91.688446,194.52167,11.579285,1.6687127,11.255294,1516.1654,0.106284425,0.36849013,50.75527,7.5742326,3.7767162,4.605067,8.413626,109.76128,38.89681,95.32199,630.4421,228.43878,1998.4043,1846.0503,16.053118,29.235596,11502.569,8.049082,66.161064,661.94305,122.47997,169.38783,75.90988,390.5287,847.39215,423.00824,16.415707,92.45341,1062.1117,2043.6385,46.483982,594.679,45.7304,1.0827581,61.567383,1.1185335,0.68255126,3.1141717,41.5768,120.42099,263.48926,18.668001,3316.2053,328.6671,118.264336,172.97244,80.246544,95.74832,54.382393,10.097244,102.44221,741.9454,222.57008,123.01786,108.1972,12.376076,117.28245,111.09207,40.335934,777.60236,176.83516,3752.1028,33.76658,3220.3872,78.84215,424.17603,2327.6055,81.08555,9.448304,1300.7328,1150.6283,4033.5686,105.87424 +2023-07-23 15:00:00,0.0,17291.94,270.3256,24.075834,34.769306,27.323715,164.99837,24.25759,32.772423,19.874731,21.286755,805.3009,317.2917,9.108466,131.04935,9.483884,0.8543251,25.915083,13.502331,2.01475,335.5196,0.28100055,322.1597,44.277668,0.74981046,2.637578,107.12846,17.506514,45.971775,109.14445,24686.559,0.26961043,1545.8138,0.6276485,0.38207418,0.18206811,1.055458,146.90378,173.43861,25.838604,201.05948,21.56413,70.1404,1964.3679,2.9818597,278.64325,180.31627,357.307,141.70454,346.44376,30.073755,465.55334,0.0,2478.2737,14472.029,33.894894,485.49722,146.30774,43794.45,132.02715,26.695137,162.20062,405.4173,64.70656,27.066706,253.31328,2134.262,345.2084,170.20029,23.000778,16.176655,402.82593,68.94089,1395.7422,101.03952,2380.7332,196.34314,382.0474,82.95357,189.04619,7.2305093,11.709019,19.488388,3.0057158,2.5458398,66.75126,64.077484,70.390366,24.766693,27.60875,173.84792,7.1768546,3075.06,73.1882,69.67843,88.47307,95.45346,218.9055,107.95667,148.18549,20.24678,40.064804,102.99923,299.21106,632.7616,81.07984,342.65408,75.38389,124.6848,282.33322,386.16815,960.6529,212.21889,3.9952037,21.216835,9.078011,39.783054,18104.19,3.5393925,17.268003,28.441532,34.894974,404.61548,59.781048,152.1028,2.9772687,159.99869,441.56662,306.20316,126.91476,469.44287,33.903492,91.7379,194.37834,11.575499,1.6683536,11.253278,1514.9849,0.106166184,0.3681626,50.742805,7.578745,3.7764888,4.6019864,8.408829,109.692276,38.874546,95.27818,630.1604,228.47598,1998.6182,1846.243,16.058548,29.243917,11500.456,8.047988,66.175735,662.14355,122.53045,169.43196,75.93075,390.64355,847.2087,423.0552,16.422983,92.48548,1062.147,2043.9154,46.497654,594.7793,45.746338,1.082823,61.57082,1.1185349,0.6825786,3.1143382,41.597412,120.43568,263.4538,18.67047,3315.7974,328.78427,118.30511,173.01714,80.253456,95.746475,54.378025,10.110047,102.45363,742.2469,222.68289,123.06816,108.25744,12.357258,117.39314,111.16835,40.318523,777.39703,176.84593,3751.493,33.75885,3219.387,78.84164,424.15225,2327.266,81.092545,9.448455,1300.0851,1149.5779,4030.8545,105.800644 +2023-07-23 16:00:00,0.0,17293.568,270.53036,24.083944,34.767235,27.333996,164.98471,24.256927,32.77036,19.874962,21.283691,805.7053,316.95193,9.106219,131.0496,9.472075,0.8530847,25.920523,13.484561,2.016109,335.49792,0.28080717,322.18387,44.26786,0.75056285,2.6373897,107.12691,17.497105,45.919956,109.09371,24700.014,0.26890254,1545.8945,0.6267331,0.38152426,0.18171766,1.0533249,146.87973,173.36308,25.832644,201.04301,21.560234,70.20827,1965.4069,2.9801142,278.85004,180.41072,357.3413,141.70215,346.38165,30.093756,465.79663,0.0,2477.8574,14470.227,33.91652,485.72513,146.34415,43792.445,132.0274,26.70977,162.23836,405.65454,64.738716,27.08633,253.3912,2134.326,345.19556,170.27763,23.014427,16.184486,402.72244,68.96228,1395.1102,100.96021,2381.1716,196.2086,382.10422,82.92527,188.75458,7.2285185,11.704604,19.469229,3.003186,2.5433388,66.75801,64.09648,70.3978,24.784813,27.615894,173.62195,7.174988,3075.3298,73.10221,69.712364,88.38162,95.40625,218.91792,107.87778,148.30646,20.222216,40.051052,102.96129,299.17435,632.3966,80.947845,342.37103,75.34177,124.72932,282.28833,386.3586,960.6745,211.96855,3.9957151,21.224463,9.075699,39.779316,18108.742,3.5364552,17.276808,28.453764,34.86216,404.26892,59.713978,151.99336,2.9767902,159.82419,441.32816,306.08096,126.92017,469.68948,33.91326,91.78735,194.23503,11.5717125,1.6679944,11.251262,1513.8042,0.10604794,0.3678351,50.73034,7.583257,3.7762613,4.5989065,8.404031,109.62328,38.852287,95.234375,629.8788,228.5132,1998.832,1846.4359,16.063978,29.25224,11498.342,8.046894,66.190414,662.3441,122.58092,169.47607,75.951614,390.75842,847.02527,423.10214,16.430262,92.51756,1062.1824,2044.1924,46.511326,594.8796,45.762276,1.082888,61.574257,1.1185362,0.682606,3.1145043,41.618023,120.45036,263.41837,18.67294,3315.3894,328.90143,118.34588,173.06183,80.26037,95.74462,54.373657,10.122849,102.46506,742.54834,222.7957,123.118454,108.31769,12.338441,117.50384,111.24462,40.301113,777.19165,176.8567,3750.8828,33.751125,3218.3865,78.841125,424.12845,2326.927,81.09953,9.448606,1299.4373,1148.5273,4028.1406,105.72704 +2023-07-23 17:00:00,0.0,17295.2,270.73514,24.092056,34.765163,27.344276,164.97104,24.256266,32.768295,19.875195,21.280628,806.10974,316.61215,9.1039715,131.04985,9.460268,0.85184425,25.92596,13.466792,2.0174682,335.4763,0.2806138,322.20804,44.258057,0.75131524,2.637201,107.12535,17.487698,45.868134,109.04297,24713.467,0.26819465,1545.9752,0.62581784,0.38097438,0.18136722,1.0511919,146.8557,173.28754,25.826685,201.02655,21.556337,70.27613,1966.4457,2.9783685,279.05682,180.50519,357.37558,141.69977,346.31952,30.113756,466.03995,0.0,2477.4412,14468.423,33.93815,485.95306,146.38055,43790.44,132.02766,26.724401,162.2761,405.89178,64.77088,27.105955,253.46912,2134.3901,345.1827,170.355,23.028076,16.192318,402.61896,68.98367,1394.4781,100.88091,2381.61,196.07407,382.1611,82.89698,188.46298,7.2265277,11.700191,19.45007,3.000656,2.5408378,66.764755,64.115486,70.40522,24.802933,27.62304,173.39598,7.1731205,3075.5994,73.01621,69.74631,88.29017,95.35904,218.93033,107.798874,148.42741,20.197653,40.037304,102.92335,299.13766,632.0316,80.81586,342.08798,75.29964,124.77383,282.24344,386.54907,960.6961,211.71822,3.9962265,21.23209,9.073387,39.775578,18113.297,3.5335178,17.28561,28.465994,34.829346,403.92236,59.646908,151.88393,2.9763117,159.6497,441.0897,305.95874,126.92559,469.9361,33.923027,91.8368,194.0917,11.567926,1.6676352,11.249246,1512.6237,0.1059297,0.3675076,50.717873,7.5877695,3.7760339,4.5958266,8.399233,109.55428,38.830025,95.19057,629.5971,228.5504,1999.046,1846.6288,16.069408,29.260561,11496.228,8.045799,66.205086,662.5446,122.631386,169.5202,75.97248,390.8733,846.8418,423.1491,16.437538,92.549644,1062.2178,2044.4694,46.524994,594.97986,45.778214,1.082953,61.577694,1.1185377,0.68263334,3.1146708,41.638634,120.46506,263.3829,18.675407,3314.9817,329.0186,118.38665,173.10652,80.26728,95.742775,54.36929,10.135652,102.47648,742.84985,222.90851,123.168755,108.37793,12.319624,117.61453,111.3209,40.283703,776.9863,176.8675,3750.2727,33.743397,3217.3862,78.84061,424.10468,2326.5876,81.10652,9.448756,1298.7896,1147.4769,4025.4265,105.65345 +2023-07-23 18:00:00,0.0,17296.828,270.93994,24.100166,34.763092,27.354555,164.95737,24.255604,32.766228,19.875425,21.277565,806.5141,316.2724,9.101724,131.05011,9.44846,0.8506038,25.931398,13.449023,2.0188274,335.45465,0.28042042,322.2322,44.24825,0.7520676,2.6370125,107.123795,17.478289,45.81631,108.992226,24726.922,0.26748675,1546.0559,0.6249025,0.38042447,0.18101679,1.0490588,146.83165,173.212,25.820724,201.01009,21.55244,70.34399,1967.4845,2.976623,279.2636,180.59964,357.40985,141.69739,346.25742,30.133757,466.28323,0.0,2477.025,14466.62,33.959774,486.181,146.41696,43788.438,132.02792,26.739033,162.31383,406.1291,64.80304,27.125582,253.54704,2134.454,345.16986,170.43234,23.041723,16.20015,402.51547,69.005066,1393.8462,100.80161,2382.0483,195.93951,382.21793,82.86869,188.17137,7.224537,11.695777,19.43091,2.998126,2.5383368,66.77151,64.13448,70.41265,24.821053,27.630186,173.17001,7.171253,3075.869,72.93022,69.78024,88.19872,95.31183,218.94273,107.71998,148.54839,20.173088,40.023552,102.885414,299.10095,631.6667,80.68387,341.8049,75.257515,124.81834,282.19855,386.73953,960.7178,211.46788,3.996738,21.239717,9.071075,39.771835,18117.852,3.5305808,17.294415,28.478226,34.79653,403.57584,59.579838,151.77449,2.9758334,159.4752,440.85126,305.83652,126.93101,470.1827,33.932793,91.88625,193.9484,11.564139,1.667276,11.24723,1511.4431,0.10581146,0.36718008,50.70541,7.592282,3.7758064,4.5927467,8.394435,109.48528,38.807762,95.14676,629.3155,228.5876,1999.2599,1846.8215,16.074839,29.268885,11494.113,8.044705,66.21976,662.7451,122.681854,169.56432,75.99335,390.98816,846.6584,423.19608,16.444815,92.58172,1062.2532,2044.7463,46.538666,595.08014,45.794155,1.083018,61.581135,1.118539,0.6826607,3.114837,41.65924,120.479744,263.34747,18.677876,3314.5737,329.13574,118.42742,173.15121,80.27419,95.74093,54.364918,10.148455,102.4879,743.15137,223.02132,123.219055,108.43817,12.300806,117.72523,111.39718,40.266293,776.781,176.87827,3749.6626,33.735672,3216.3857,78.840096,424.08087,2326.2483,81.11351,9.448907,1298.1417,1146.4265,4022.7126,105.57986 +2023-07-23 19:00:00,0.0,17298.457,271.1447,24.108278,34.76102,27.364836,164.94371,24.254942,32.764164,19.875658,21.274502,806.9185,315.93265,9.099476,131.05035,9.436652,0.8493634,25.936838,13.431254,2.0201864,335.433,0.28022707,322.2564,44.23844,0.75282,2.636824,107.12223,17.46888,45.76449,108.94148,24740.377,0.26677886,1546.1366,0.62398714,0.3798746,0.18066634,1.0469258,146.8076,173.13647,25.814764,200.99362,21.548544,70.41185,1968.5234,2.9748774,279.4704,180.6941,357.44415,141.69499,346.19528,30.153757,466.52652,0.0,2476.609,14464.817,33.9814,486.4089,146.45337,43786.434,132.02818,26.753664,162.35156,406.36633,64.8352,27.145206,253.62497,2134.518,345.157,170.5097,23.055372,16.207981,402.412,69.02646,1393.2141,100.72231,2382.4868,195.80498,382.27478,82.84039,187.87978,7.2225466,11.691363,19.41175,2.9955962,2.5358357,66.77825,64.15349,70.42008,24.83917,27.637331,172.94405,7.169386,3076.1387,72.84422,69.81418,88.10728,95.264626,218.95515,107.64108,148.66936,20.148523,40.0098,102.84747,299.06427,631.3017,80.55188,341.52185,75.215385,124.862854,282.15366,386.93,960.7394,211.21754,3.9972494,21.247345,9.068764,39.768097,18122.406,3.5276434,17.303219,28.490458,34.763714,403.22928,59.512768,151.66505,2.975355,159.3007,440.6128,305.7143,126.936424,470.42932,33.942562,91.93571,193.80507,11.560353,1.6669167,11.2452135,1510.2625,0.10569323,0.36685258,50.692944,7.5967937,3.775579,4.5896664,8.389637,109.41628,38.785503,95.10294,629.0338,228.62482,1999.4739,1847.0144,16.080269,29.277206,11491.999,8.043612,66.23443,662.9456,122.73233,169.60844,76.01421,391.10306,846.4749,423.243,16.452093,92.6138,1062.2885,2045.0233,46.552334,595.18036,45.810093,1.0830829,61.58457,1.1185404,0.68268806,3.1150033,41.67985,120.49443,263.312,18.680344,3314.1658,329.25293,118.46819,173.1959,80.281105,95.73908,54.36055,10.161257,102.49933,743.4528,223.13412,123.26935,108.49842,12.281989,117.83592,111.47346,40.248882,776.5757,176.88904,3749.0525,33.727947,3215.3855,78.839584,424.05707,2325.9092,81.1205,9.449058,1297.494,1145.376,4019.9985,105.50626 +2023-07-23 20:00:00,0.0,17300.086,271.3495,24.11639,34.75895,27.375116,164.93004,24.254282,32.7621,19.875889,21.271439,807.32294,315.59286,9.097228,131.05061,9.424845,0.84812295,25.942276,13.413485,2.0215456,335.41138,0.2800337,322.28058,44.228638,0.7535724,2.6366353,107.120674,17.45947,45.712666,108.89075,24753.83,0.26607096,1546.2173,0.6230718,0.3793247,0.18031591,1.0447928,146.78357,173.06093,25.808804,200.97716,21.544647,70.479706,1969.5623,2.973132,279.6772,180.78856,357.47845,141.69261,346.13318,30.173756,466.76984,0.0,2476.1926,14463.015,34.003025,486.63684,146.48978,43784.43,132.02844,26.768297,162.3893,406.60358,64.86736,27.164833,253.7029,2134.5823,345.14417,170.58705,23.069021,16.215813,402.3085,69.04786,1392.5822,100.64301,2382.9253,195.67043,382.3316,82.8121,187.58817,7.220556,11.68695,19.392591,2.9930663,2.5333345,66.785,64.172485,70.427505,24.85729,27.644476,172.71808,7.1675186,3076.4082,72.75823,69.84812,88.01582,95.217415,218.96756,107.56219,148.79033,20.12396,39.996048,102.80953,299.0276,630.9367,80.41989,341.2388,75.17326,124.907364,282.1088,387.12045,960.761,210.96721,3.9977608,21.254972,9.066452,39.76436,18126.959,3.5247061,17.312021,28.502687,34.7309,402.88272,59.445698,151.55562,2.9748766,159.1262,440.37433,305.5921,126.94184,470.67593,33.952328,91.98516,193.66176,11.556567,1.6665576,11.243197,1509.0819,0.10557499,0.36652505,50.68048,7.601306,3.7753515,4.5865865,8.384839,109.34729,38.76324,95.059135,628.75214,228.66202,1999.6877,1847.2072,16.0857,29.285528,11489.885,8.042517,66.24911,663.1461,122.7828,169.65256,76.03508,391.21793,846.2915,423.28998,16.45937,92.64588,1062.3239,2045.3003,46.566006,595.28064,45.82603,1.0831479,61.58801,1.1185417,0.6827154,3.1151695,41.700462,120.50912,263.27658,18.682814,3313.7578,329.3701,118.50896,173.24059,80.28802,95.73723,54.356182,10.174059,102.51075,743.75433,223.24693,123.31965,108.55866,12.263172,117.94662,111.54973,40.231472,776.37036,176.89981,3748.4426,33.72022,3214.385,78.83907,424.0333,2325.5698,81.12749,9.449208,1296.8462,1144.3256,4017.2847,105.43267 +2023-07-23 21:00:00,0.0,17301.717,271.55426,24.1245,34.756878,27.385397,164.91637,24.25362,32.760033,19.876122,21.268375,807.72736,315.2531,9.09498,131.05086,9.413036,0.8468826,25.947716,13.395716,2.0229046,335.38974,0.27984032,322.30475,44.21883,0.75432473,2.636447,107.11912,17.450062,45.660843,108.840004,24767.285,0.26536304,1546.298,0.6221565,0.3787748,0.17996547,1.0426596,146.75952,172.9854,25.802843,200.96068,21.54075,70.54757,1970.6011,2.9713862,279.88397,180.88301,357.51273,141.69023,346.07104,30.193756,467.01312,0.0,2475.7764,14461.211,34.024654,486.86478,146.52618,43782.426,132.0287,26.782928,162.42703,406.84085,64.89952,27.184458,253.78082,2134.6462,345.1313,170.66441,23.08267,16.223646,402.20502,69.06925,1391.9502,100.56371,2383.3638,195.53589,382.3885,82.783806,187.29657,7.218565,11.682536,19.373432,2.9905362,2.5308335,66.79175,64.19149,70.43494,24.87541,27.65162,172.4921,7.1656513,3076.6777,72.67223,69.88206,87.92438,95.170204,218.97997,107.48329,148.91129,20.099396,39.982296,102.77159,298.99088,630.5717,80.2879,340.95575,75.131134,124.95188,282.0639,387.31088,960.78265,210.71687,3.9982722,21.262602,9.06414,39.760616,18131.514,3.5217688,17.320826,28.51492,34.698086,402.5362,59.378628,151.44618,2.9743981,158.95172,440.1359,305.46988,126.94726,470.92255,33.962097,92.034615,193.51843,11.552781,1.6661984,11.241181,1507.9014,0.10545675,0.36619756,50.668015,7.6058183,3.775124,4.5835066,8.380041,109.27829,38.74098,95.01533,628.47046,228.69923,1999.9016,1847.4,16.09113,29.29385,11487.7705,8.041423,66.26378,663.3466,122.83327,169.69667,76.05595,391.3328,846.10803,423.3369,16.466646,92.677956,1062.3593,2045.5773,46.579674,595.3809,45.84197,1.0832129,61.591446,1.1185431,0.6827428,3.115336,41.721073,120.5238,263.24115,18.685282,3313.3499,329.48724,118.54973,173.28528,80.29493,95.73538,54.351814,10.186862,102.52218,744.0558,223.35974,123.36995,108.61891,12.244355,118.05731,111.62601,40.21406,776.165,176.9106,3747.8325,33.712494,3213.3848,78.83856,424.0095,2325.2305,81.134476,9.449359,1296.1985,1143.2751,4014.5708,105.35907 +2023-07-23 22:00:00,0.0,17303.346,271.75903,24.132612,34.754807,27.395676,164.90271,24.252958,32.75797,19.876354,21.265314,808.1317,314.91333,9.092732,131.05112,9.401229,0.84564215,25.953154,13.377947,2.0242639,335.36807,0.27964696,322.32892,44.209023,0.7550771,2.6362584,107.11756,17.440655,45.609024,108.78926,24780.74,0.26465514,1546.3787,0.62124115,0.3782249,0.17961502,1.0405266,146.73549,172.90985,25.796885,200.94421,21.536854,70.615425,1971.64,2.9696407,280.09073,180.97748,357.54703,141.68784,346.00894,30.213757,467.2564,0.0,2475.36,14459.408,34.04628,487.0927,146.56259,43780.426,132.02896,26.79756,162.46478,407.07812,64.93169,27.204084,253.85875,2134.7104,345.11844,170.74176,23.096317,16.231478,402.10153,69.090645,1391.3181,100.484406,2383.8022,195.40135,382.4453,82.755516,187.00496,7.216574,11.678122,19.354273,2.9880064,2.5283325,66.7985,64.210495,70.44236,24.89353,27.658768,172.26613,7.163784,3076.9473,72.58624,69.91599,87.83293,95.12299,218.99239,107.404396,149.03226,20.074833,39.968548,102.73366,298.9542,630.2067,80.155914,340.67267,75.08901,124.99639,282.019,387.50134,960.80426,210.46654,3.9987836,21.27023,9.061829,39.756878,18136.068,3.5188315,17.32963,28.527151,34.66527,402.18964,59.31156,151.33675,2.9739199,158.77722,439.89743,305.34766,126.952675,471.16916,33.971863,92.08406,193.37512,11.548994,1.6658392,11.239165,1506.7207,0.10533851,0.36587006,50.655552,7.6103306,3.7748966,4.580426,8.375243,109.20929,38.71872,94.97152,628.18884,228.73643,2000.1156,1847.5929,16.09656,29.302172,11485.657,8.040329,66.27845,663.5471,122.883736,169.7408,76.07681,391.44766,845.9246,423.38388,16.473925,92.71004,1062.3947,2045.8542,46.593346,595.4812,45.85791,1.0832778,61.594887,1.1185445,0.68277013,3.115502,41.74168,120.5385,263.2057,18.68775,3312.942,329.6044,118.5905,173.32997,80.30185,95.733536,54.347446,10.199664,102.5336,744.3573,223.47255,123.42024,108.67915,12.225537,118.16801,111.702286,40.19665,775.95966,176.92137,3747.2224,33.704765,3212.3843,78.83804,423.98572,2324.8914,81.141464,9.44951,1295.5507,1142.2246,4011.8567,105.28548 +2023-07-23 23:00:00,0.0,17304.975,271.96384,24.140722,34.752735,27.405956,164.88904,24.252296,32.7559,19.876585,21.26225,808.53613,314.57358,9.090485,131.05136,9.389421,0.8444017,25.958591,13.360177,2.025623,335.34644,0.27945358,322.3531,44.199215,0.7558295,2.6360698,107.116005,17.431246,45.5572,108.73852,24794.193,0.26394725,1546.4594,0.6203258,0.377675,0.17926459,1.0383935,146.71144,172.83432,25.790924,200.92775,21.532957,70.68329,1972.6788,2.967895,280.29752,181.07193,357.5813,141.68546,345.9468,30.233757,467.49973,0.0,2474.9438,14457.605,34.067905,487.32062,146.599,43778.42,132.02922,26.812191,162.50252,407.31537,64.963844,27.22371,253.93668,2134.7744,345.1056,170.81912,23.109966,16.23931,401.99802,69.11204,1390.6862,100.405106,2384.2405,195.2668,382.50214,82.72722,186.71336,7.2145834,11.673708,19.335114,2.9854765,2.5258315,66.805244,64.22949,70.44979,24.91165,27.665913,172.04016,7.1619167,3077.217,72.500244,69.949936,87.741486,95.07578,219.00479,107.32549,149.15323,20.050268,39.954796,102.69572,298.91748,629.84174,80.023926,340.38962,75.04688,125.04091,281.97412,387.6918,960.82587,210.2162,3.999295,21.277857,9.059516,39.75314,18140.621,3.5158944,17.338434,28.539381,34.632458,401.84308,59.24449,151.22731,2.9734414,158.60272,439.65897,305.22543,126.95809,471.41574,33.98163,92.133514,193.2318,11.545208,1.66548,11.237148,1505.5402,0.105220266,0.36554253,50.643085,7.614843,3.7746692,4.5773463,8.370446,109.14029,38.696457,94.92771,627.9072,228.77364,2000.3295,1847.7856,16.10199,29.310495,11483.543,8.039235,66.29312,663.7476,122.93421,169.78491,76.09768,391.56256,845.74115,423.43085,16.481201,92.74212,1062.4299,2046.1312,46.607018,595.5815,45.873848,1.0833428,61.598324,1.1185459,0.6827975,3.1156685,41.76229,120.553185,263.17026,18.69022,3312.5342,329.72156,118.63127,173.37466,80.30876,95.73169,54.34308,10.212466,102.54503,744.6588,223.58536,123.47054,108.7394,12.20672,118.2787,111.778564,40.179237,775.75433,176.93214,3746.6123,33.69704,3211.384,78.83753,423.9619,2324.552,81.14845,9.44966,1294.9028,1141.1742,4009.1428,105.21188 +2023-07-24 00:00:00,0.0,17306.605,272.1686,24.148834,34.750664,27.416237,164.87537,24.251635,32.753838,19.876818,21.259188,808.94055,314.2338,9.088237,131.05162,9.377613,0.8431613,25.964031,13.342408,2.026982,335.3248,0.27926022,322.37726,44.18941,0.7565819,2.6358812,107.11445,17.421837,45.50538,108.68778,24807.648,0.26323935,1546.54,0.6194105,0.3771251,0.17891414,1.0362605,146.68741,172.75877,25.784964,200.91129,21.52906,70.751144,1973.7177,2.9661496,280.5043,181.1664,357.6156,141.68307,345.8847,30.253757,467.743,0.0,2474.5278,14455.803,34.08953,487.54855,146.63542,43776.418,132.02948,26.826824,162.54025,407.5526,64.996,27.243336,254.0146,2134.8386,345.09274,170.89647,23.123615,16.24714,401.89453,69.13343,1390.0541,100.325806,2384.679,195.13226,382.559,82.69893,186.42175,7.2125926,11.669294,19.315954,2.9829464,2.5233305,66.812,64.24849,70.457214,24.929768,27.673058,171.8142,7.1600494,3077.4866,72.41425,69.98387,87.65003,95.02857,219.0172,107.2466,149.2742,20.025705,39.941044,102.657776,298.8808,629.47675,79.89194,340.10657,75.00476,125.08542,281.92923,387.88226,960.84753,209.96587,3.9998064,21.285484,9.057204,39.749397,18145.176,3.512957,17.347237,28.551613,34.599644,401.49655,59.17742,151.11787,2.972963,158.42822,439.42053,305.10324,126.96351,471.66235,33.991398,92.18297,193.08849,11.541422,1.6651208,11.235132,1504.3596,0.105102025,0.36521503,50.630623,7.619355,3.7744417,4.5742664,8.365648,109.0713,38.674194,94.8839,627.62555,228.81085,2000.5435,1847.9785,16.10742,29.318817,11481.429,8.03814,66.30779,663.9481,122.98468,169.82904,76.118546,391.67743,845.55774,423.47778,16.48848,92.77419,1062.4653,2046.4082,46.620686,595.6817,45.889786,1.0834078,61.60176,1.1185473,0.68282485,3.1158347,41.7829,120.56787,263.1348,18.692688,3312.1262,329.8387,118.67204,173.41936,80.315674,95.729836,54.33871,10.225269,102.55645,744.96027,223.69817,123.52084,108.799644,12.187903,118.3894,111.854836,40.161827,775.549,176.94292,3746.0024,33.689316,3210.3835,78.83702,423.93814,2324.2126,81.15544,9.449811,1294.2551,1140.1238,4006.4287,105.13829 +2023-07-24 01:00:00,0.0,17308.234,272.37338,24.156944,34.748592,27.426516,164.86171,24.250973,32.751774,19.877048,21.256124,809.345,313.89404,9.085989,131.05186,9.365806,0.84192085,25.96947,13.324639,2.0283413,335.30316,0.27906686,322.40143,44.179604,0.7573343,2.6356926,107.112885,17.412428,45.453556,108.63704,24821.104,0.26253146,1546.6207,0.61849517,0.37657523,0.1785637,1.0341275,146.66336,172.68324,25.779003,200.89482,21.525164,70.81901,1974.7566,2.964404,280.7111,181.26085,357.6499,141.68068,345.82257,30.273756,467.98633,0.0,2474.1116,14453.999,34.11116,487.7765,146.67183,43774.414,132.02974,26.841455,162.57799,407.78986,65.02817,27.26296,254.09253,2134.9026,345.0799,170.97383,23.137264,16.254972,401.79105,69.15482,1389.4221,100.246506,2385.1174,194.99771,382.61584,82.67064,186.13016,7.210602,11.664881,19.296797,2.9804165,2.5208294,66.81874,64.267494,70.464645,24.947887,27.680202,171.58823,7.158182,3077.756,72.328255,70.01781,87.558586,94.98136,219.02962,107.1677,149.39516,20.00114,39.92729,102.61984,298.84412,629.11176,79.75995,339.8235,74.96263,125.12993,281.88434,388.07272,960.86914,209.71553,4.000318,21.293112,9.054893,39.74566,18149.73,3.5100198,17.356041,28.563845,34.56683,401.15,59.11035,151.00844,2.9724846,158.25374,439.18207,304.98102,126.968925,471.90897,34.001163,92.23242,192.94516,11.537636,1.6647615,11.233116,1503.179,0.104983784,0.36488754,50.618156,7.6238675,3.7742143,4.5711865,8.36085,109.0023,38.65193,94.840096,627.3439,228.84805,2000.7573,1848.1713,16.11285,29.327139,11479.314,8.037046,66.32247,664.1486,123.03515,169.87315,76.13941,391.7923,845.37427,423.52475,16.495756,92.806274,1062.5007,2046.6852,46.634357,595.782,45.905724,1.0834727,61.605198,1.1185486,0.6828522,3.116001,41.803513,120.58256,263.09937,18.695156,3311.7183,329.95587,118.712814,173.46405,80.322586,95.72799,54.334343,10.238071,102.56788,745.2618,223.81097,123.571144,108.859886,12.169086,118.50009,111.931114,40.144417,775.3437,176.9537,3745.3923,33.681587,3209.3833,78.83651,423.91434,2323.8735,81.16243,9.449962,1293.6073,1139.0734,4003.7148,105.0647 +2023-07-24 02:00:00,0.0,17309.863,272.5782,24.165056,34.74652,27.436796,164.84804,24.25031,32.749706,19.877281,21.253061,809.7493,313.5543,9.083741,131.05212,9.353997,0.8406804,25.974909,13.3068695,2.0297003,335.28152,0.27887347,322.4256,44.169796,0.7580866,2.6355042,107.11133,17.403019,45.401733,108.586296,24834.559,0.26182353,1546.7014,0.6175798,0.37602532,0.17821327,1.0319943,146.63931,172.6077,25.773043,200.87836,21.521267,70.88686,1975.7954,2.9626584,280.91788,181.3553,357.68417,141.6783,345.76047,30.293756,468.2296,0.0,2473.6953,14452.196,34.132786,488.0044,146.70824,43772.41,132.03,26.856087,162.61572,408.02713,65.060326,27.282585,254.17044,2134.9668,345.06705,171.05118,23.150911,16.262804,401.68756,69.176216,1388.79,100.167206,2385.556,194.86317,382.6727,82.64234,185.83855,7.208611,11.660467,19.277637,2.9778867,2.5183284,66.82549,64.2865,70.47208,24.966007,27.68735,171.36226,7.1563153,3078.026,72.24226,70.05175,87.46714,94.93415,219.04202,107.088806,149.51613,19.976576,39.91354,102.5819,298.8074,628.7468,79.62796,339.54044,74.92051,125.174446,281.83945,388.26318,960.89075,209.4652,4.000829,21.30074,9.052581,39.74192,18154.285,3.5070825,17.364845,28.576075,34.534016,400.80344,59.04328,150.899,2.9720063,158.07924,438.9436,304.8588,126.97434,472.15558,34.01093,92.281876,192.80185,11.533849,1.6644024,11.2311,1501.9984,0.10486554,0.36456,50.605694,7.62838,3.7739868,4.568106,8.356052,108.9333,38.629673,94.79629,627.06226,228.88525,2000.9712,1848.3641,16.118279,29.33546,11477.2,8.035953,66.33714,664.3491,123.08562,169.91728,76.16028,391.90717,845.19086,423.5717,16.503033,92.83835,1062.5361,2046.9622,46.648026,595.88226,45.92166,1.0835377,61.60864,1.1185501,0.68287957,3.1161673,41.82412,120.597244,263.0639,18.697624,3311.3103,330.07303,118.753586,173.50874,80.3295,95.72614,54.32997,10.250874,102.5793,745.56323,223.92378,123.62144,108.920135,12.150269,118.61079,112.00739,40.127007,775.1383,176.96448,3744.7822,33.673862,3208.3828,78.836,423.89056,2323.5342,81.16942,9.450112,1292.9596,1138.0228,4001.0007,104.991104 +2023-07-24 03:00:00,0.0,17311.492,272.78296,24.173166,34.74445,27.447077,164.83437,24.24965,32.747643,19.877512,21.249998,810.15375,313.2145,9.081493,131.05237,9.34219,0.83944005,25.980347,13.289101,2.0310595,335.2599,0.27868012,322.44977,44.159992,0.758839,2.6353157,107.10977,17.39361,45.34991,108.53555,24848.012,0.26111564,1546.7821,0.61666447,0.37547544,0.17786282,1.0298613,146.61528,172.53217,25.767084,200.8619,21.51737,70.95473,1976.8342,2.960913,281.12466,181.44977,357.71844,141.67592,345.69833,30.313757,468.4729,0.0,2473.2793,14450.394,34.15441,488.23233,146.74464,43770.406,132.03026,26.870718,162.65346,408.2644,65.09249,27.302212,254.24837,2135.0308,345.05417,171.12854,23.16456,16.270636,401.58408,69.19761,1388.1581,100.087906,2385.9944,194.72862,382.72952,82.61405,185.54695,7.20662,11.656054,19.258478,2.9753568,2.5158274,66.83224,64.3055,70.4795,24.984127,27.694494,171.13629,7.154448,3078.2954,72.156265,70.085686,87.37569,94.88694,219.05443,107.00991,149.6371,19.952013,39.89979,102.54396,298.77072,628.38184,79.495964,339.2574,74.87838,125.218956,281.79456,388.45364,960.9124,209.21484,4.001341,21.308367,9.050269,39.73818,18158.838,3.5041451,17.373648,28.588306,34.5012,400.4569,58.97621,150.78957,2.9715278,157.90474,438.70517,304.73657,126.97976,472.4022,34.0207,92.33132,192.65852,11.530063,1.6640432,11.229084,1500.8179,0.10474731,0.3642325,50.593227,7.632892,3.7737594,4.5650263,8.351254,108.864296,38.60741,94.75248,626.7806,228.92247,2001.1852,1848.5569,16.123709,29.343782,11475.086,8.034858,66.351814,664.5496,123.13609,169.9614,76.18115,392.02203,845.0074,423.61865,16.510311,92.87043,1062.5714,2047.2391,46.661697,595.98254,45.937603,1.0836027,61.612076,1.1185514,0.68290687,3.1163335,41.84473,120.61194,263.02847,18.700094,3310.9023,330.1902,118.79436,173.55342,80.33641,95.7243,54.325603,10.263677,102.59073,745.86475,224.03658,123.67174,108.98038,12.131452,118.72148,112.08367,40.109596,774.933,176.97525,3744.172,33.666134,3207.3826,78.83548,423.86676,2323.1948,81.17641,9.450263,1292.3118,1136.9724,3998.2869,104.91751 +2023-07-24 04:00:00,0.0,17313.123,272.98773,24.181278,34.74238,27.457355,164.82071,24.248987,32.74558,19.877745,21.246935,810.55817,312.87476,9.079246,131.05263,9.330382,0.8381996,25.985785,13.271332,2.0324187,335.23822,0.27848673,322.47394,44.150185,0.7595914,2.635127,107.108215,17.384203,45.29809,108.48482,24861.467,0.26040775,1546.8628,0.6157492,0.37492555,0.17751238,1.0277283,146.59123,172.45663,25.761124,200.84543,21.513474,71.02259,1977.8732,2.9591672,281.33145,181.54422,357.75275,141.67352,345.63623,30.333757,468.71622,0.0,2472.863,14448.591,34.176037,488.46027,146.78105,43768.402,132.03052,26.885351,162.6912,408.50165,65.12465,27.321836,254.3263,2135.0947,345.04132,171.20589,23.17821,16.278467,401.4806,69.21901,1387.5261,100.008606,2386.4326,194.59409,382.78638,82.585754,185.25534,7.2046294,11.651639,19.239319,2.9728267,2.5133264,66.83899,64.32449,70.48693,25.002247,27.70164,170.91031,7.1525807,3078.565,72.070274,70.11962,87.28424,94.83973,219.06685,106.931015,149.75807,19.927448,39.88604,102.50602,298.734,628.01685,79.363976,338.97433,74.83626,125.26347,281.74966,388.6441,960.934,208.96451,4.001852,21.315994,9.047957,39.73444,18163.393,3.5012078,17.382452,28.600538,34.468388,400.11035,58.90914,150.68013,2.9710495,157.73024,438.4667,304.61438,126.985176,472.6488,34.030464,92.380775,192.51521,11.526277,1.663684,11.227068,1499.6372,0.10462907,0.363905,50.580765,7.6374044,3.773532,4.5619464,8.346457,108.7953,38.585148,94.70867,626.4989,228.95967,2001.399,1848.7498,16.129139,29.352106,11472.972,8.033764,66.366486,664.7501,123.18656,170.00551,76.20202,392.13693,844.824,423.66562,16.517588,92.90251,1062.6068,2047.5161,46.67537,596.0828,45.95354,1.0836676,61.615513,1.1185528,0.6829342,3.1165,41.86534,120.626625,262.99304,18.702562,3310.4944,330.30734,118.83512,173.59811,80.34332,95.72244,54.321236,10.276479,102.60215,746.16626,224.14938,123.72204,109.04063,12.112635,118.83218,112.15994,40.092186,774.72766,176.98602,3743.562,33.65841,3206.382,78.83497,423.843,2322.8557,81.183395,9.450414,1291.6641,1135.922,3995.5728,104.84391 +2023-07-24 05:00:00,0.0,17314.752,273.1925,24.189388,34.740307,27.467636,164.80704,24.248325,32.74351,19.877975,21.243874,810.9626,312.53497,9.076998,131.05287,9.318574,0.8369592,25.991224,13.253563,2.0337777,335.21658,0.27829337,322.4981,44.140377,0.7603438,2.6349385,107.10666,17.374794,45.24627,108.434074,24874.922,0.25969985,1546.9435,0.61483383,0.37437564,0.17716195,1.0255952,146.5672,172.38109,25.755163,200.82896,21.509577,71.09045,1978.912,2.9574218,281.53824,181.63869,357.78705,141.67114,345.5741,30.353756,468.9595,0.0,2472.4468,14446.787,34.197666,488.68817,146.81746,43766.4,132.03078,26.899982,162.72893,408.73892,65.15681,27.341463,254.40422,2135.159,345.02847,171.28325,23.191858,16.286299,401.3771,69.2404,1386.894,99.9293,2386.871,194.45955,382.84323,82.557465,184.96375,7.2026386,11.647225,19.22016,2.9702969,2.5108254,66.84573,64.3435,70.494354,25.020365,27.708784,170.68434,7.1507134,3078.8345,71.984276,70.153564,87.192795,94.79252,219.07925,106.85211,149.87903,19.902885,39.872288,102.46809,298.69733,627.65186,79.23199,338.69125,74.79413,125.30798,281.70477,388.83456,960.9556,208.71417,4.0023637,21.323622,9.045646,39.7307,18167.947,3.4982708,17.391256,28.612768,34.435574,399.7638,58.84207,150.5707,2.970571,157.55576,438.22824,304.49216,126.99059,472.89542,34.040234,92.43023,192.37189,11.5224905,1.6633248,11.225052,1498.4567,0.10451083,0.36357749,50.5683,7.6419168,3.7733045,4.5588665,8.341659,108.7263,38.56289,94.66486,626.2173,228.99689,2001.613,1848.9426,16.13457,29.360428,11470.858,8.03267,66.38116,664.9506,123.23703,170.04964,76.222885,392.2518,844.6405,423.71255,16.524864,92.934586,1062.6422,2047.7931,46.689037,596.18304,45.96948,1.0837326,61.61895,1.1185541,0.6829616,3.116666,41.885952,120.64131,262.95758,18.70503,3310.0867,330.4245,118.87589,173.6428,80.350235,95.7206,54.316868,10.289281,102.61358,746.4677,224.26219,123.77233,109.10087,12.093818,118.94287,112.23622,40.074776,774.52234,176.99681,3742.9521,33.650684,3205.3818,78.83446,423.81918,2322.5164,81.190384,9.450564,1291.0162,1134.8715,3992.859,104.77032 +2023-07-24 06:00:00,0.0,17316.38,273.39728,24.1975,34.738235,27.477917,164.79337,24.247663,32.741447,19.878208,21.24081,811.36694,312.19522,9.07475,131.05313,9.3067665,0.83571875,25.996662,13.235793,2.035137,335.19495,0.2781,322.52228,44.13057,0.7610962,2.63475,107.1051,17.365385,45.194447,108.38333,24888.375,0.25899196,1547.0242,0.6139185,0.37382576,0.1768115,1.0234622,146.54315,172.30556,25.749203,200.8125,21.50568,71.15831,1979.9509,2.955676,281.745,181.73314,357.82132,141.66876,345.51196,30.373756,469.2028,0.0,2472.0308,14444.984,34.21929,488.9161,146.85387,43764.395,132.03104,26.914614,162.76666,408.9762,65.18897,27.361088,254.48215,2135.223,345.01562,171.3606,23.205505,16.29413,401.27362,69.261795,1386.2621,99.85,2387.3096,194.325,382.9001,82.529175,184.67215,7.200648,11.642812,19.201,2.967767,2.5083241,66.852486,64.3625,70.501785,25.038485,27.71593,170.45837,7.148846,3079.1042,71.898285,70.1875,87.10135,94.745316,219.09166,106.77322,150.0,19.87832,39.858536,102.430145,298.66064,627.28687,79.1,338.4082,74.752,125.35249,281.6599,389.02502,960.9773,208.46384,4.002875,21.33125,9.043333,39.72696,18172.5,3.4953334,17.400059,28.625,34.40276,399.41727,58.775,150.46127,2.9700928,157.38126,437.9898,304.36993,126.99601,473.14203,34.05,92.47968,192.22858,11.518703,1.6629657,11.223036,1497.2761,0.10439259,0.36325,50.555832,7.646429,3.773077,4.555786,8.336861,108.6573,38.540627,94.621056,625.9356,229.03409,2001.8269,1849.1354,16.14,29.36875,11468.744,8.031576,66.395836,665.1511,123.287506,170.09375,76.24375,392.36667,844.45703,423.75952,16.532143,92.96667,1062.6775,2048.07,46.70271,596.2833,45.985416,1.0837976,61.62239,1.1185555,0.68298894,3.1168325,41.906563,120.656,262.92215,18.7075,3309.6787,330.5417,118.916664,173.6875,80.35715,95.71875,54.3125,10.302083,102.625,746.7692,224.375,123.82263,109.16112,12.075,119.053566,112.3125,40.057365,774.317,177.00758,3742.342,33.642956,3204.3813,78.83395,423.7954,2322.177,81.19737,9.450715,1290.3685,1133.821,3990.145,104.696724 +2023-07-24 07:00:00,0.0,17318.012,273.60208,24.20561,34.736164,27.488195,164.77971,24.247002,32.73938,19.87844,21.237747,811.77136,311.85547,9.072502,131.05339,9.294959,0.8344783,26.002102,13.218024,2.036496,335.1733,0.27790663,322.54645,44.120766,0.7618485,2.6345615,107.10354,17.355976,45.142624,108.33259,24901.83,0.25828406,1547.1049,0.61300313,0.37327585,0.17646106,1.0213292,146.5191,172.23001,25.743242,200.79604,21.501785,71.226166,1980.9897,2.9539306,281.95178,181.82759,357.85562,141.66637,345.44986,30.393757,469.4461,0.0,2471.6143,14443.182,34.240917,489.14404,146.89027,43762.39,132.0313,26.929247,162.80441,409.21344,65.22113,27.380714,254.56007,2135.287,345.00278,171.43796,23.219154,16.301962,401.17014,69.28319,1385.63,99.7707,2387.748,194.19046,382.9569,82.50088,184.38054,7.198657,11.638398,19.18184,2.965237,2.5058231,66.85923,64.3815,70.50921,25.056604,27.723076,170.2324,7.146979,3079.3738,71.81229,70.221436,87.009895,94.698105,219.10408,106.69432,150.12097,19.853758,39.844784,102.392204,298.62393,626.9219,78.96801,338.12515,74.70988,125.39701,281.61502,389.21545,960.9989,208.2135,4.0033865,21.338879,9.041021,39.72322,18177.055,3.492396,17.408863,28.637232,34.369946,399.0707,58.70793,150.35184,2.9696143,157.20676,437.75134,304.2477,127.00143,473.38864,34.059765,92.52914,192.08525,11.514917,1.6626065,11.22102,1496.0955,0.10427435,0.36292246,50.54337,7.6509414,3.7728493,4.5527062,8.332064,108.5883,38.518364,94.57725,625.65393,229.07129,2002.0408,1849.3282,16.14543,29.377071,11466.63,8.030481,66.41051,665.3516,123.337975,170.13788,76.26462,392.48154,844.2736,423.80646,16.53942,92.99875,1062.7129,2048.347,46.716377,596.3836,46.001354,1.0838625,61.625828,1.1185569,0.6830163,3.1169987,41.92717,120.670685,262.8867,18.709969,3309.2708,330.65884,118.957436,173.7322,80.36406,95.7169,54.308132,10.314886,102.63642,747.0707,224.48781,123.87293,109.22136,12.056183,119.16426,112.38878,40.039955,774.1117,177.01836,3741.732,33.63523,3203.381,78.833435,423.7716,2321.838,81.20436,9.450866,1289.7207,1132.7706,3987.431,104.62313 +2023-07-24 08:00:00,0.0,17319.64,273.80685,24.213722,34.734093,27.498476,164.76604,24.24634,32.737316,19.878672,21.234684,812.1758,311.5157,9.070254,131.05363,9.283151,0.8332379,26.00754,13.200255,2.0378551,335.15167,0.27771327,322.57062,44.11096,0.7626009,2.634373,107.10198,17.346567,45.0908,108.281845,24915.285,0.25757614,1547.1855,0.61208785,0.37272596,0.17611063,1.019196,146.49507,172.15448,25.737284,200.77957,21.497889,71.29403,1982.0286,2.952185,282.15857,181.92206,357.8899,141.66399,345.38773,30.413757,469.6894,0.0,2471.1982,14441.378,34.262543,489.37195,146.92668,43760.387,132.03156,26.943878,162.84215,409.45068,65.253296,27.40034,254.638,2135.351,344.98993,171.5153,23.232803,16.309793,401.06665,69.30458,1384.998,99.6914,2388.1865,194.05591,383.0138,82.47259,184.08894,7.1966662,11.633985,19.162682,2.962707,2.5033221,66.86598,64.400505,70.51664,25.074724,27.73022,170.00644,7.1451116,3079.6433,71.726295,70.25538,86.91845,94.650894,219.11649,106.615425,150.24193,19.829193,39.831036,102.35427,298.58725,626.5569,78.83602,337.84207,74.66775,125.44152,281.57013,389.4059,961.0205,207.96317,4.0038977,21.346506,9.03871,39.719482,18181.61,3.4894588,17.417667,28.649462,34.33713,398.72415,58.64086,150.2424,2.9691358,157.03226,437.51288,304.1255,127.00684,473.63525,34.069534,92.57858,191.94194,11.511131,1.6622472,11.219004,1494.9149,0.10415611,0.36259496,50.530903,7.6554537,3.7726219,4.5496264,8.327266,108.5193,38.496105,94.53344,625.3723,229.1085,2002.2548,1849.521,16.15086,29.385393,11464.516,8.029387,66.42518,665.5521,123.38844,170.18199,76.285484,392.5964,844.09015,423.85342,16.546698,93.03082,1062.7483,2048.624,46.73005,596.4839,46.017296,1.0839275,61.629265,1.1185583,0.68304366,3.117165,41.94778,120.68538,262.85126,18.712437,3308.8628,330.776,118.99821,173.77689,80.37097,95.71506,54.303764,10.327688,102.64785,747.3722,224.60062,123.923225,109.2816,12.037366,119.274956,112.46506,40.022545,773.9063,177.02913,3741.1218,33.627502,3202.3809,78.83292,423.7478,2321.4985,81.21135,9.451016,1289.073,1131.7202,3984.717,104.54954 +2023-07-24 09:00:00,0.0,17321.27,274.01163,24.221832,34.73202,27.508757,164.75237,24.245678,32.735252,19.878904,21.23162,812.5802,311.17593,9.0680065,131.0539,9.271343,0.83199745,26.012978,13.182486,2.0392144,335.13,0.27751988,322.5948,44.10115,0.7633533,2.6341844,107.100426,17.33716,45.038982,108.23111,24928.738,0.25686824,1547.2662,0.6111725,0.37217608,0.17576018,1.017063,146.47102,172.07893,25.731323,200.7631,21.493992,71.361885,1983.0675,2.9504395,282.36536,182.01651,357.9242,141.66159,345.32562,30.433758,469.93268,0.0,2470.782,14439.575,34.284172,489.59988,146.96309,43758.387,132.03181,26.95851,162.87988,409.68793,65.28545,27.419966,254.71593,2135.4153,344.97708,171.59267,23.246452,16.317625,400.96317,69.32597,1384.366,99.6121,2388.6248,193.92137,383.07062,82.44429,183.79733,7.1946754,11.62957,19.143522,2.9601772,2.500821,66.87273,64.4195,70.52406,25.092844,27.737368,169.78047,7.1432443,3079.913,71.6403,70.289314,86.827,94.60368,219.12889,106.53653,150.3629,19.804628,39.817284,102.31633,298.55054,626.1919,78.70403,337.55902,74.625626,125.48604,281.52524,389.59637,961.0422,207.71283,4.0044093,21.354134,9.036398,39.71574,18186.162,3.4865215,17.426472,28.661694,34.304317,398.37762,58.57379,150.13297,2.9686575,156.85776,437.27444,304.0033,127.01226,473.88187,34.0793,92.62804,191.79861,11.507344,1.661888,11.216988,1493.7343,0.104037866,0.36226746,50.51844,7.659966,3.7723944,4.5465465,8.322468,108.45031,38.473843,94.48963,625.09064,229.1457,2002.4686,1849.7139,16.15629,29.393717,11462.401,8.028294,66.43985,665.7526,123.43891,170.22612,76.30635,392.7113,843.90674,423.9004,16.553974,93.062904,1062.7837,2048.901,46.74372,596.58417,46.033234,1.0839925,61.6327,1.1185596,0.683071,3.1173313,41.96839,120.700066,262.8158,18.714905,3308.4548,330.89316,119.03898,173.82158,80.377884,95.7132,54.299397,10.34049,102.65927,747.6737,224.71342,123.973526,109.34185,12.018548,119.38565,112.54133,40.005135,773.701,177.0399,3740.5117,33.619778,3201.3804,78.832405,423.72403,2321.1592,81.21834,9.451167,1288.4252,1130.6697,3982.003,104.47594 +2023-07-24 10:00:00,0.0,17322.898,274.21643,24.229944,34.72995,27.519037,164.73871,24.245018,32.733185,19.879135,21.228558,812.9846,310.83615,9.065759,131.05414,9.259536,0.8307571,26.018417,13.164717,2.0405734,335.10837,0.27732652,322.61896,44.091347,0.7641057,2.6339958,107.09887,17.327751,44.98716,108.18037,24942.193,0.25616035,1547.3469,0.61025715,0.37162617,0.17540975,1.01493,146.44699,172.0034,25.725363,200.74664,21.490095,71.42975,1984.1063,2.9486938,282.57214,182.11098,357.9585,141.65921,345.2635,30.453756,470.176,0.0,2470.3657,14437.772,34.305798,489.82782,146.9995,43756.383,132.03207,26.97314,162.91762,409.9252,65.31761,27.43959,254.79385,2135.4792,344.9642,171.67001,23.260101,16.325457,400.85968,69.34737,1383.734,99.5328,2389.0632,193.78683,383.12744,82.416,183.50574,7.192685,11.625156,19.124363,2.9576473,2.49832,66.87948,64.43851,70.531494,25.110962,27.744513,169.5545,7.141377,3080.1826,71.554306,70.32325,86.73555,94.55647,219.14131,106.457634,150.48387,19.780066,39.80353,102.27839,298.51385,625.8269,78.572044,337.27597,74.583496,125.53055,281.48035,389.78683,961.0638,207.4625,4.004921,21.361761,9.034086,39.712,18190.717,3.4835842,17.435274,28.673925,34.271503,398.03107,58.50672,150.02353,2.968179,156.68327,437.03598,303.88107,127.01768,474.12848,34.089066,92.67749,191.6553,11.503558,1.6615288,11.214972,1492.5537,0.10391963,0.36193994,50.505974,7.6644783,3.772167,4.543466,8.31767,108.38131,38.45158,94.44582,624.80896,229.18292,2002.6826,1849.9067,16.16172,29.402039,11460.287,8.027199,66.45452,665.9531,123.48939,170.27023,76.32722,392.82617,843.72327,423.94733,16.56125,93.094986,1062.819,2049.178,46.75739,596.6844,46.04917,1.0840575,61.63614,1.118561,0.6830984,3.1174977,41.989002,120.71475,262.78036,18.717375,3308.0469,331.0103,119.07975,173.86626,80.384796,95.71136,54.29503,10.353293,102.6707,747.97516,224.82623,124.02383,109.40209,11.999731,119.496346,112.61761,39.987724,773.49567,177.05069,3739.9019,33.612053,3200.3801,78.831894,423.70023,2320.82,81.22533,9.451318,1287.7775,1129.6193,3979.289,104.40234 +2023-07-24 11:00:00,0.0,17324.53,274.4212,24.238054,34.72788,27.529316,164.72504,24.244356,32.73112,19.879368,21.225494,813.389,310.4964,9.063512,131.0544,9.247727,0.82951665,26.023855,13.146948,2.0419326,335.08673,0.27713317,322.64313,44.08154,0.76485807,2.6338074,107.09731,17.318342,44.935337,108.12962,24955.648,0.25545245,1547.4276,0.6093418,0.3710763,0.1750593,1.0127969,146.42294,171.92787,25.719402,200.73018,21.486198,71.497604,1985.1451,2.9469483,282.77893,182.20543,357.99277,141.65683,345.2014,30.473757,470.41928,0.0,2469.9497,14435.97,34.327423,490.05573,147.0359,43754.38,132.03233,26.987774,162.95535,410.16248,65.34978,27.459215,254.87177,2135.5432,344.95135,171.74738,23.273748,16.333288,400.7562,69.36876,1383.102,99.45349,2389.5017,193.65228,383.1843,82.3877,183.21413,7.1906943,11.620743,19.105204,2.9551172,2.495819,66.88622,64.457504,70.538925,25.129082,27.751657,169.32854,7.13951,3080.4521,71.46831,70.35719,86.644104,94.50926,219.15372,106.37873,150.60484,19.7555,39.78978,102.24045,298.47714,625.462,78.440056,336.99292,74.541374,125.575066,281.43546,389.9773,961.0854,207.21216,4.005432,21.369389,9.0317745,39.708263,18195.271,3.480647,17.444078,28.686155,34.23869,397.6845,58.43965,149.9141,2.9677007,156.50877,436.79752,303.75885,127.023094,474.3751,34.098835,92.726944,191.51198,11.499772,1.6611696,11.212955,1491.3732,0.10380139,0.36161244,50.49351,7.6689906,3.7719395,4.540386,8.312872,108.31231,38.42932,94.402016,624.52734,229.22012,2002.8965,1850.0995,16.16715,29.41036,11458.173,8.026105,66.4692,666.1537,123.539856,170.31435,76.34808,392.94104,843.53986,423.9943,16.56853,93.12706,1062.8544,2049.4548,46.77106,596.78467,46.06511,1.0841224,61.63958,1.1185623,0.68312573,3.1176639,42.00961,120.72944,262.74493,18.719843,3307.6392,331.12747,119.12052,173.91095,80.39171,95.70951,54.290657,10.366096,102.68212,748.2767,224.93904,124.07412,109.46234,11.980914,119.60704,112.693886,39.970314,773.29034,177.06146,3739.2917,33.604324,3199.3796,78.83138,423.67645,2320.4807,81.232315,9.451468,1287.1296,1128.5688,3976.575,104.32875 +2023-07-24 12:00:00,0.0,17326.158,274.62598,24.246166,34.725807,27.539597,164.71136,24.243694,32.729053,19.879599,21.222433,813.7934,310.15665,9.061264,131.05464,9.23592,0.8282762,26.029295,13.129178,2.0432918,335.0651,0.27693978,322.6673,44.07173,0.7656104,2.6336188,107.09575,17.308933,44.883514,108.07888,24969.102,0.25474456,1547.5083,0.6084265,0.37052637,0.17470886,1.0106639,146.3989,171.85233,25.713442,200.71371,21.482302,71.56547,1986.1841,2.9452028,282.98572,182.29988,358.02704,141.65443,345.13925,30.493757,470.66257,0.0,2469.5334,14434.166,34.34905,490.28366,147.07231,43752.375,132.0326,27.002405,162.99309,410.39972,65.381935,27.478842,254.94969,2135.6074,344.9385,171.82472,23.287397,16.341122,400.6527,69.39015,1382.47,99.37419,2389.9402,193.51775,383.24115,82.35941,182.92253,7.1887035,11.616329,19.086044,2.9525874,2.493318,66.89297,64.47651,70.54635,25.147202,27.758802,169.10257,7.137643,3080.7217,71.38232,70.39113,86.55266,94.46205,219.16612,106.299835,150.7258,19.730938,39.77603,102.202515,298.44046,625.097,78.30807,336.70984,74.499245,125.619576,281.39056,390.16776,961.10706,206.96182,4.005944,21.377016,9.029463,39.70452,18199.826,3.4777098,17.452883,28.698387,34.205875,397.33798,58.37258,149.80466,2.9672222,156.33427,436.55908,303.63663,127.02851,474.6217,34.1086,92.7764,191.36867,11.495986,1.6608105,11.210939,1490.1925,0.10368315,0.3612849,50.481045,7.673503,3.771712,4.5373063,8.308074,108.24331,38.40706,94.35821,624.2457,229.25732,2003.1104,1850.2924,16.17258,29.418682,11456.06,8.025011,66.48387,666.3542,123.590324,170.35847,76.36895,393.0559,843.3564,424.04123,16.575806,93.15914,1062.8898,2049.732,46.78473,596.88495,46.08105,1.0841874,61.643017,1.1185638,0.6831531,3.1178303,42.03022,120.744125,262.70947,18.722311,3307.2312,331.24463,119.16129,173.95564,80.39862,95.707664,54.28629,10.378898,102.69355,748.5781,225.05185,124.12442,109.52258,11.962097,119.717735,112.770164,39.952904,773.085,177.07224,3738.6816,33.5966,3198.3794,78.83087,423.65265,2320.1414,81.23931,9.451619,1286.4819,1127.5183,3973.861,104.25516 +2023-07-24 13:00:00,0.0,17327.787,274.83075,24.254276,34.723736,27.549877,164.69771,24.243032,32.72699,19.879831,21.21937,814.1978,309.81686,9.059016,131.0549,9.224112,0.8270358,26.034733,13.111409,2.0446508,335.04346,0.27674642,322.69147,44.061928,0.7663628,2.6334302,107.09419,17.299524,44.83169,108.028145,24982.557,0.25403666,1547.589,0.60751116,0.3699765,0.17435843,1.0085309,146.37486,171.7768,25.707483,200.69725,21.478405,71.63332,1987.2229,2.9434571,283.19247,182.39435,358.06134,141.65205,345.07715,30.513758,470.90588,0.0,2469.1172,14432.363,34.370678,490.5116,147.10872,43750.37,132.03285,27.017036,163.03082,410.63696,65.41409,27.498466,255.02762,2135.6714,344.92566,171.90208,23.301046,16.348953,400.54922,69.41155,1381.838,99.29489,2390.3787,193.3832,383.298,82.33112,182.63092,7.1867127,11.611916,19.066885,2.9500575,2.490817,66.89972,64.49551,70.55378,25.165321,27.76595,168.87659,7.1357756,3080.9915,71.29632,70.425064,86.461205,94.41484,219.17854,106.22094,150.84677,19.706373,39.76228,102.16457,298.40378,624.732,78.17607,336.4268,74.45712,125.664085,281.34567,390.35822,961.12866,206.71149,4.006455,21.384644,9.027151,39.700783,18204.379,3.4747725,17.461685,28.710619,34.173058,396.99142,58.30551,149.69522,2.966744,156.15977,436.32062,303.51443,127.03393,474.86832,34.118366,92.82584,191.22534,11.492199,1.6604513,11.208923,1489.012,0.10356491,0.3609574,50.468582,7.678015,3.7714846,4.5342264,8.303276,108.17432,38.384796,94.3144,623.96405,229.29454,2003.3243,1850.4851,16.17801,29.427004,11453.945,8.023916,66.49854,666.5547,123.64079,170.40259,76.38982,393.17078,843.173,424.0882,16.583084,93.191216,1062.9252,2050.0088,46.7984,596.9852,46.09699,1.0842524,61.646454,1.1185651,0.68318045,3.1179965,42.05083,120.75882,262.67404,18.72478,3306.8232,331.3618,119.20206,174.00034,80.40553,95.70581,54.28192,10.391701,102.70497,748.87964,225.16466,124.17472,109.582825,11.943279,119.82843,112.846436,39.935493,772.87964,177.08301,3738.0715,33.58887,3197.379,78.83035,423.62888,2319.8022,81.2463,9.45177,1285.8341,1126.4679,3971.147,104.181564 +2023-07-24 14:00:00,0.0,17329.418,275.03552,24.262388,34.721664,27.560156,164.68404,24.24237,32.724926,19.880062,21.216307,814.60223,309.4771,9.056768,131.05515,9.212304,0.82579535,26.04017,13.09364,2.04601,335.02182,0.27655303,322.71564,44.05212,0.7671152,2.6332417,107.092636,17.290115,44.77987,107.9774,24996.012,0.25332874,1547.6697,0.6065958,0.3694266,0.17400798,1.0063977,146.35081,171.70125,25.701523,200.68079,21.474508,71.70119,1988.2617,2.9417117,283.39926,182.4888,358.09564,141.64967,345.015,30.533758,471.14917,0.0,2468.701,14430.561,34.392303,490.7395,147.14513,43748.367,132.03311,27.031668,163.06856,410.87427,65.44626,27.518093,255.10555,2135.7356,344.9128,171.97943,23.314695,16.356785,400.4457,69.432945,1381.2059,99.21559,2390.817,193.24866,383.35483,82.302826,182.33932,7.184722,11.607502,19.047726,2.9475276,2.488316,66.90646,64.51451,70.5612,25.183441,27.773094,168.65062,7.1339083,3081.261,71.21033,70.45901,86.36976,94.36763,219.19095,106.142044,150.96774,19.681808,39.748528,102.12663,298.36707,624.367,78.04408,336.14374,74.41499,125.7086,281.30078,390.54868,961.1503,206.46115,4.0069666,21.392271,9.024838,39.69704,18208.934,3.4718351,17.47049,28.722849,34.140244,396.6449,58.23844,149.58578,2.9662654,155.98529,436.08215,303.3922,127.039345,475.1149,34.128136,92.8753,191.08203,11.488413,1.6600921,11.206906,1487.8314,0.10344667,0.36062992,50.456116,7.6825275,3.7712572,4.531146,8.298479,108.105316,38.362534,94.27059,623.6824,229.33174,2003.5382,1850.678,16.183441,29.435328,11451.831,8.022822,66.513214,666.7552,123.69127,170.44672,76.41068,393.28568,842.9895,424.13516,16.59036,93.2233,1062.9604,2050.286,46.81207,597.0855,46.112926,1.0843173,61.64989,1.1185665,0.6832078,3.1181626,42.07144,120.773506,262.63858,18.72725,3306.4153,331.47894,119.24283,174.04503,80.412445,95.703964,54.277554,10.404503,102.7164,749.1811,225.27747,124.22502,109.643074,11.924462,119.939125,112.922714,39.91808,772.6743,177.0938,3737.4614,33.581146,3196.3787,78.82984,423.60507,2319.463,81.25329,9.4519205,1285.1864,1125.4175,3968.433,104.10797 +2023-07-24 15:00:00,0.0,17331.047,275.24033,24.270498,34.719593,27.570436,164.67036,24.241709,32.72286,19.880295,21.213243,815.0066,309.13733,9.054521,131.0554,9.200497,0.8245549,26.04561,13.075871,2.047369,335.00015,0.27635968,322.7398,44.042313,0.76786757,2.633053,107.09108,17.280708,44.72805,107.92666,25009.465,0.25262085,1547.7504,0.6056805,0.3688767,0.17365754,1.0042647,146.32678,171.62572,25.695562,200.66432,21.470612,71.76905,1989.3007,2.939966,283.60605,182.58327,358.12994,141.64728,344.9529,30.553757,471.39246,0.0,2468.2847,14428.758,34.41393,490.96744,147.18153,43746.363,132.03337,27.0463,163.10631,411.1115,65.47842,27.537718,255.18347,2135.7996,344.89996,172.0568,23.328342,16.364616,400.34222,69.45434,1380.574,99.13629,2391.2554,193.11412,383.41168,82.274536,182.04771,7.182731,11.603087,19.028566,2.9449975,2.485815,66.913216,64.53351,70.568634,25.20156,27.78024,168.42465,7.132041,3081.5305,71.12433,70.49294,86.27831,94.32042,219.20335,106.06315,151.08871,19.657246,39.734776,102.0887,298.33038,624.002,77.912094,335.86066,74.37287,125.75311,281.2559,390.73914,961.17194,206.21082,4.0074778,21.399899,9.022527,39.693302,18213.488,3.4688978,17.479294,28.73508,34.10743,396.29834,58.17137,149.47635,2.9657872,155.81079,435.84372,303.27,127.04476,475.3615,34.1379,92.92475,190.9387,11.484627,1.6597328,11.20489,1486.6508,0.10332843,0.3603024,50.443653,7.68704,3.7710297,4.528066,8.293681,108.036316,38.340275,94.22678,623.40076,229.36894,2003.7522,1850.8708,16.188871,29.44365,11449.717,8.0217285,66.52789,666.9557,123.74174,170.49083,76.43155,393.40054,842.8061,424.1821,16.597637,93.25538,1062.9958,2050.5627,46.82574,597.1857,46.128864,1.0843823,61.65333,1.118568,0.68323517,3.118329,42.09205,120.78819,262.60315,18.729717,3306.0073,331.5961,119.2836,174.08972,80.41936,95.70212,54.273186,10.417305,102.72782,749.4826,225.39027,124.275314,109.703316,11.905645,120.04982,112.99899,39.90067,772.469,177.10457,3736.8516,33.57342,3195.3782,78.82933,423.5813,2319.1235,81.26028,9.452071,1284.5386,1124.367,3965.719,104.03438 +2023-07-24 16:00:00,0.0,17332.676,275.4451,24.27861,34.717518,27.580717,164.65671,24.241047,32.720795,19.880527,21.21018,815.411,308.79758,9.052273,131.05565,9.188688,0.82331455,26.051048,13.058102,2.0487282,334.97852,0.27616632,322.76398,44.032505,0.76861995,2.6328647,107.08952,17.2713,44.676228,107.875916,25022.92,0.25191295,1547.831,0.6047652,0.3683268,0.1733071,1.0021316,146.30273,171.55017,25.689602,200.64784,21.466715,71.83691,1990.3395,2.9382205,283.81284,182.67772,358.16418,141.6449,344.89078,30.573757,471.63577,0.0,2467.8687,14426.954,34.435555,491.19537,147.21794,43744.36,132.03363,27.060932,163.14404,411.34875,65.51058,27.557344,255.2614,2135.8638,344.8871,172.13414,23.341991,16.372448,400.23874,69.47573,1379.942,99.05699,2391.6938,192.97957,383.46854,82.24624,181.75612,7.1807404,11.598674,19.009407,2.9424677,2.483314,66.91996,64.55251,70.57606,25.219679,27.787384,168.19868,7.1301737,3081.8003,71.03834,70.52688,86.18687,94.27321,219.21577,105.98425,151.20967,19.63268,39.721024,102.05076,298.29367,623.637,77.780106,335.5776,74.33074,125.79763,281.211,390.92957,961.19354,205.96046,4.0079894,21.407528,9.020215,39.689564,18218.041,3.4659605,17.488098,28.747313,34.074615,395.95178,58.1043,149.36691,2.9653087,155.63629,435.60526,303.14777,127.05018,475.60812,34.14767,92.974205,190.7954,11.480841,1.6593736,11.202874,1485.4702,0.10321019,0.3599749,50.431187,7.691552,3.7708023,4.5249863,8.288883,107.967316,38.318012,94.182976,623.1191,229.40616,2003.9661,1851.0636,16.194302,29.451971,11447.603,8.020635,66.542564,667.1562,123.792206,170.53494,76.452415,393.5154,842.6226,424.22906,16.604916,93.28745,1063.0312,2050.8398,46.839413,597.286,46.144802,1.0844471,61.65677,1.1185693,0.6832625,3.1184952,42.11266,120.80288,262.56772,18.732185,3305.5994,331.71326,119.32437,174.13441,80.42627,95.70027,54.268818,10.430108,102.73925,749.7841,225.50308,124.325615,109.763565,11.886828,120.16052,113.07527,39.88326,772.2637,177.11534,3736.2415,33.565693,3194.378,78.82882,423.5575,2318.7844,81.267265,9.452222,1283.8907,1123.3165,3963.0051,103.96078 +2023-07-24 17:00:00,0.0,17334.305,275.64987,24.286722,34.715446,27.590996,164.64304,24.240385,32.71873,19.880758,21.207117,815.8154,308.4578,9.050025,131.05591,9.176881,0.8220741,26.056488,13.040333,2.0500875,334.95688,0.27597293,322.78815,44.0227,0.76937234,2.6326761,107.08797,17.26189,44.624405,107.82518,25036.375,0.25120506,1547.9117,0.6038498,0.36777693,0.17295666,0.9999986,146.2787,171.47464,25.683641,200.63138,21.462818,71.90477,1991.3783,2.9364748,284.01962,182.77217,358.1985,141.64252,344.82867,30.593758,471.87906,0.0,2467.4524,14425.151,34.457184,491.4233,147.25436,43742.355,132.03389,27.075563,163.18178,411.586,65.54274,27.57697,255.33932,2135.9277,344.87424,172.2115,23.35564,16.38028,400.13525,69.49712,1379.3099,98.97769,2392.1323,192.84503,383.5254,82.21795,181.46451,7.1787496,11.59426,18.990248,2.9399378,2.4808128,66.92671,64.57152,70.58349,25.237799,27.79453,167.97272,7.1283064,3082.0698,70.95234,70.56082,86.09541,94.226,219.22818,105.90535,151.33064,19.608118,39.707275,102.01282,298.257,623.27203,77.64812,335.29456,74.28862,125.84214,281.16614,391.12003,961.2152,205.71013,4.0085006,21.415155,9.017903,39.68582,18222.596,3.4630234,17.4969,28.759542,34.0418,395.60526,58.03723,149.25748,2.9648304,155.46179,435.3668,303.02557,127.055595,475.85474,34.157436,93.02366,190.65207,11.477054,1.6590145,11.200858,1484.2897,0.10309195,0.3596474,50.418724,7.6960645,3.7705748,4.521906,8.284085,107.89832,38.29575,94.13917,622.8374,229.44336,2004.1799,1851.2565,16.199732,29.460293,11445.488,8.01954,66.557236,667.3567,123.842674,170.57907,76.47329,393.63028,842.4392,424.276,16.612192,93.319534,1063.0667,2051.1167,46.85308,597.3863,46.160744,1.0845121,61.660206,1.1185707,0.6832899,3.1186616,42.13327,120.81757,262.53226,18.734655,3305.1917,331.8304,119.36514,174.1791,80.43318,95.69842,54.26445,10.44291,102.75067,750.0856,225.61589,124.375916,109.82381,11.8680105,120.27122,113.15154,39.86585,772.05835,177.12611,3735.6313,33.55797,3193.3774,78.8283,423.53372,2318.445,81.274254,9.452373,1283.243,1122.2661,3960.2913,103.887184 +2023-07-24 18:00:00,0.0,17335.936,275.85468,24.294832,34.713375,27.601276,164.62936,24.239723,32.716663,19.880991,21.204056,816.21985,308.11804,9.047777,131.05615,9.165073,0.8208337,26.061926,13.022564,2.0514464,334.93524,0.27577958,322.81235,44.012894,0.7701247,2.6324875,107.0864,17.252481,44.572582,107.77444,25049.828,0.25049716,1547.9924,0.6029345,0.36722702,0.17260621,0.99786556,146.25465,171.39911,25.677683,200.61491,21.458921,71.972626,1992.4172,2.9347293,284.2264,182.86664,358.2328,141.64012,344.76654,30.613758,472.12234,0.0,2467.0361,14423.349,34.47881,491.6512,147.29077,43740.35,132.03415,27.090195,163.21951,411.82324,65.5749,27.596596,255.41725,2135.9917,344.8614,172.28885,23.36929,16.388111,400.03177,69.51852,1378.678,98.898384,2392.5708,192.71048,383.5822,82.18965,181.17291,7.176759,11.589847,18.971088,2.9374077,2.4783118,66.93346,64.590515,70.59091,25.255919,27.801676,167.74675,7.126439,3082.3394,70.86635,70.59476,86.00397,94.178795,219.24059,105.826454,151.45161,19.583553,39.693523,101.97488,298.2203,622.90704,77.51613,335.0115,74.24649,125.88666,281.12125,391.3105,961.2368,205.4598,4.009012,21.422783,9.015592,39.682083,18227.15,3.460086,17.505705,28.771774,34.008987,395.2587,57.97016,149.14804,2.964352,155.28731,435.12836,302.90335,127.06101,476.10135,34.167202,93.073105,190.50876,11.473268,1.6586553,11.198842,1483.109,0.102973714,0.35931987,50.406258,7.7005763,3.7703474,4.518826,8.279287,107.82932,38.27349,94.09535,622.5558,229.48058,2004.3939,1851.4492,16.205162,29.468615,11443.374,8.018446,66.57191,667.5572,123.89315,170.62318,76.494156,393.74518,842.25574,424.32297,16.619469,93.351616,1063.1019,2051.3938,46.866753,597.4866,46.17668,1.0845771,61.663643,1.118572,0.6833172,3.1188278,42.15388,120.83226,262.49683,18.737123,3304.7837,331.94757,119.405914,174.22379,80.440094,95.69657,54.260082,10.455712,102.7621,750.3871,225.72868,124.42621,109.884056,11.849194,120.38191,113.22782,39.84844,771.853,177.1369,3735.0212,33.550243,3192.3772,78.82779,423.50992,2318.1057,81.28124,9.452523,1282.5952,1121.2157,3957.5771,103.81359 +2023-07-24 19:00:00,0.0,17337.564,276.05945,24.302944,34.711304,27.611557,164.6157,24.239061,32.7146,19.881222,21.200993,816.6242,307.7783,9.045529,131.05641,9.153265,0.81959325,26.067364,13.004794,2.0528057,334.9136,0.27558622,322.83652,44.003086,0.77087706,2.632299,107.08485,17.243073,44.52076,107.723694,25063.283,0.24978925,1548.0731,0.6020192,0.36667714,0.17225578,0.9957324,146.2306,171.32356,25.671722,200.59845,21.455025,72.04049,1993.456,2.9329836,284.4332,182.96109,358.2671,141.63774,344.70444,30.633757,472.36566,0.0,2466.62,14421.546,34.500435,491.87915,147.32718,43738.348,132.03441,27.104828,163.25725,412.06055,65.60706,27.61622,255.49518,2136.056,344.84854,172.36621,23.382936,16.395943,399.92828,69.53991,1378.0459,98.819084,2393.009,192.57594,383.63904,82.16136,180.8813,7.174768,11.585433,18.95193,2.9348779,2.4758108,66.94021,64.60951,70.59834,25.274038,27.80882,167.52078,7.124572,3082.609,70.78035,70.62869,85.91252,94.131584,219.25299,105.74756,151.57259,19.55899,39.67977,101.93694,298.1836,622.5421,77.38414,334.72842,74.20437,125.93117,281.07635,391.50095,961.2584,205.20946,4.0095234,21.43041,9.01328,39.678345,18231.705,3.4571488,17.51451,28.784006,33.976173,394.91214,57.90309,149.0386,2.9638736,155.11281,434.8899,302.78113,127.06643,476.34796,34.17697,93.12256,190.36543,11.469481,1.6582961,11.196826,1481.9285,0.102855474,0.35899237,50.393795,7.7050886,3.77012,4.515746,8.274489,107.76032,38.25123,94.051544,622.2741,229.51778,2004.6078,1851.6421,16.21059,29.476938,11441.261,8.017352,66.58658,667.7577,123.94362,170.66731,76.51502,393.86005,842.0723,424.36993,16.626747,93.38369,1063.1373,2051.6707,46.88042,597.58685,46.19262,1.084642,61.667084,1.1185734,0.68334454,3.1189942,42.174488,120.84695,262.46136,18.739592,3304.3757,332.06476,119.446686,174.26848,80.44701,95.694725,54.25571,10.468514,102.77352,750.68854,225.84149,124.47651,109.9443,11.830377,120.49261,113.3041,39.831028,771.64764,177.14767,3734.4111,33.542515,3191.3767,78.82728,423.4861,2317.7666,81.28823,9.452674,1281.9475,1120.1652,3954.8633,103.74 +2023-07-24 20:00:00,0.0,17339.193,276.26422,24.311054,34.709232,27.621836,164.60204,24.2384,32.712532,19.881454,21.19793,817.0286,307.4385,9.043282,131.05666,9.141458,0.8183528,26.072803,12.987025,2.0541646,334.89197,0.27539283,322.8607,43.993282,0.77162945,2.6321104,107.08329,17.233665,44.468937,107.67295,25076.738,0.24908136,1548.1538,0.60110384,0.36612722,0.17190534,0.9935994,146.20657,171.24803,25.665762,200.58199,21.451128,72.108345,1994.4949,2.9312382,284.63995,183.05556,358.30136,141.63536,344.6423,30.653757,472.60895,0.0,2466.2039,14419.742,34.52206,492.1071,147.36359,43736.344,132.03467,27.11946,163.29498,412.2978,65.63922,27.635845,255.57309,2136.1199,344.8357,172.44356,23.396585,16.403774,399.8248,69.5613,1377.414,98.739784,2393.4475,192.4414,383.69592,82.13307,180.5897,7.172777,11.581019,18.93277,2.932348,2.4733098,66.94695,64.62852,70.605774,25.292158,27.815966,167.2948,7.1227045,3082.8787,70.69436,70.662636,85.82107,94.08437,219.26541,105.66866,151.69354,19.534426,39.66602,101.899,298.1469,622.1771,77.25215,334.44537,74.16224,125.97568,281.03146,391.6914,961.2801,204.95912,4.010035,21.438038,9.010968,39.674603,18236.258,3.4542115,17.523312,28.796236,33.94336,394.5656,57.83602,148.92917,2.963395,154.93831,434.65146,302.6589,127.071846,476.59457,34.186737,93.17201,190.22212,11.465695,1.6579369,11.19481,1480.7479,0.10273723,0.35866487,50.38133,7.709601,3.7698925,4.512666,8.269691,107.69132,38.228966,94.00774,621.99243,229.55498,2004.8218,1851.8348,16.21602,29.48526,11439.146,8.016257,66.60126,667.9582,123.99409,170.71143,76.53589,393.9749,841.88885,424.41687,16.634024,93.41577,1063.1727,2051.9478,46.894093,597.68713,46.208557,1.084707,61.67052,1.1185747,0.6833719,3.1191604,42.1951,120.86163,262.42593,18.74206,3303.9678,332.18192,119.48746,174.31317,80.45392,95.69288,54.251343,10.4813175,102.78494,750.99005,225.9543,124.52681,110.00454,11.811559,120.6033,113.38038,39.813618,771.4423,177.15845,3733.8013,33.53479,3190.3765,78.82677,423.46234,2317.4272,81.29522,9.452825,1281.2997,1119.1147,3952.1492,103.666405 +2023-07-24 21:00:00,0.0,17340.824,276.469,24.319166,34.70716,27.632116,164.58836,24.237738,32.71047,19.881685,21.194866,817.43304,307.09875,9.041034,131.05692,9.129649,0.8171124,26.078241,12.969256,2.0555239,334.8703,0.27519947,322.88486,43.983475,0.77238184,2.631922,107.08173,17.224257,44.417118,107.622215,25090.193,0.24837345,1548.2345,0.6001885,0.36557734,0.1715549,0.99146634,146.18253,171.17249,25.659801,200.56552,21.447231,72.17621,1995.5338,2.9294925,284.84674,183.15001,358.33563,141.63297,344.5802,30.673758,472.85223,0.0,2465.7876,14417.939,34.54369,492.335,147.4,43734.344,132.03493,27.13409,163.33272,412.53503,65.67139,27.655472,255.65102,2136.184,344.82285,172.5209,23.410234,16.411606,399.7213,69.582695,1376.7819,98.660484,2393.886,192.30685,383.75275,82.104774,180.2981,7.1707864,11.576605,18.91361,2.9298182,2.4708087,66.953705,64.64752,70.6132,25.310276,27.823112,167.06883,7.1208377,3083.1482,70.60836,70.69657,85.72962,94.03716,219.27782,105.58977,151.81451,19.509861,39.652267,101.86106,298.1102,621.81213,77.12016,334.16232,74.12012,126.020195,280.98657,391.88187,961.3017,204.70879,4.010546,21.445665,9.0086565,39.670864,18240.812,3.4512742,17.532116,28.808468,33.910545,394.21906,57.76895,148.81973,2.9629166,154.76381,434.413,302.5367,127.07726,476.8412,34.196503,93.221466,190.0788,11.461908,1.6575778,11.192794,1479.5673,0.10261899,0.35833734,50.368862,7.714113,3.769665,4.509586,8.264894,107.62233,38.206707,93.96393,621.7108,229.5922,2005.0356,1852.0277,16.22145,29.493582,11437.032,8.015163,66.61593,668.1587,124.044556,170.75555,76.556755,394.08978,841.70544,424.46384,16.641302,93.44785,1063.2081,2052.2246,46.907764,597.78735,46.224495,1.084772,61.673958,1.1185762,0.68339926,3.1193268,42.21571,120.87632,262.39047,18.74453,3303.5598,332.29907,119.52823,174.35786,80.46083,95.691025,54.246975,10.49412,102.79637,751.29156,226.06711,124.5771,110.06479,11.792742,120.714,113.45665,39.796207,771.237,177.16922,3733.1912,33.52706,3189.376,78.826256,423.43854,2317.088,81.30221,9.452975,1280.652,1118.0643,3949.4353,103.592804 +2023-07-24 22:00:00,0.0,17342.453,276.67377,24.327276,34.70509,27.642397,164.5747,24.237076,32.708405,19.881918,21.191803,817.83746,306.75897,9.038786,131.05716,9.117842,0.81587195,26.083681,12.951487,2.056883,334.84866,0.2750061,322.90903,43.973667,0.77313423,2.6317334,107.08018,17.214848,44.365295,107.57147,25103.646,0.24766555,1548.3152,0.59927315,0.36502746,0.17120446,0.98933333,146.1585,171.09695,25.653841,200.54906,21.443335,72.244064,1996.5726,2.927747,285.05353,183.24446,358.36993,141.63058,344.51807,30.693758,473.09555,0.0,2465.3713,14416.137,34.565315,492.56293,147.4364,43732.34,132.03519,27.148722,163.37045,412.7723,65.703545,27.675097,255.72894,2136.248,344.80997,172.59827,23.423883,16.419437,399.61783,69.604095,1376.1499,98.581184,2394.3245,192.17232,383.8096,82.076485,180.0065,7.1687956,11.572191,18.894453,2.927288,2.4683077,66.96045,64.66652,70.62063,25.328396,27.830257,166.84286,7.1189704,3083.4177,70.52237,70.730515,85.638176,93.98995,219.29022,105.51087,151.93549,19.485298,39.63852,101.82313,298.07352,621.44714,76.988174,333.87924,74.07799,126.064705,280.94168,392.07233,961.3233,204.45845,4.011058,21.453293,9.006344,39.667126,18245.367,3.448337,17.54092,28.8207,33.87773,393.8725,57.70188,148.7103,2.9624383,154.58931,434.17453,302.4145,127.08268,477.0878,34.206272,93.27092,189.93549,11.458122,1.6572185,11.190778,1478.3867,0.10250075,0.35800985,50.3564,7.7186255,3.7694376,4.506506,8.260097,107.55333,38.184444,93.92012,621.4292,229.6294,2005.2495,1852.2206,16.226881,29.501904,11434.918,8.01407,66.6306,668.3592,124.09503,170.79967,76.57762,394.20465,841.522,424.51077,16.648579,93.47993,1063.2434,2052.5017,46.921432,597.88763,46.240437,1.084837,61.677395,1.1185775,0.6834266,3.119493,42.23632,120.891014,262.35504,18.746998,3303.1519,332.41623,119.56899,174.40256,80.46774,95.68918,54.242607,10.506922,102.80779,751.593,226.17992,124.6274,110.12503,11.773925,120.82469,113.53293,39.778797,771.0317,177.18001,3732.581,33.519337,3188.3757,78.82574,423.41476,2316.7488,81.3092,9.453126,1280.0042,1117.0138,3946.7212,103.51921 +2023-07-24 23:00:00,0.0,17344.082,276.87857,24.335388,34.70302,27.652676,164.56104,24.236416,32.706337,19.88215,21.18874,818.2418,306.41922,9.036538,131.05742,9.106034,0.8146316,26.089119,12.933718,2.058242,334.82703,0.27481273,322.9332,43.963863,0.77388656,2.6315448,107.07862,17.205439,44.313473,107.52073,25117.102,0.24695766,1548.3959,0.59835786,0.36447755,0.17085402,0.98720026,146.13445,171.02141,25.647882,200.5326,21.439438,72.31193,1997.6115,2.9260015,285.2603,183.33893,358.40424,141.6282,344.45596,30.713758,473.33884,0.0,2464.955,14414.334,34.58694,492.79086,147.47281,43730.336,132.03545,27.163355,163.4082,413.00958,65.7357,27.694723,255.80687,2136.3123,344.79712,172.67561,23.43753,16.427269,399.51434,69.62549,1375.518,98.501884,2394.763,192.03777,383.86642,82.04819,179.7149,7.166805,11.567778,18.875294,2.9247582,2.4658067,66.9672,64.685524,70.62805,25.346516,27.837402,166.6169,7.117103,3083.6875,70.43637,70.76445,85.54673,93.94274,219.30264,105.43197,152.05646,19.460733,39.624767,101.78519,298.03683,621.08215,76.856186,333.5962,74.035866,126.10922,280.8968,392.2628,961.345,204.20811,4.011569,21.46092,9.004032,39.663383,18249.92,3.4453998,17.549725,28.83293,33.844917,393.52597,57.63481,148.60086,2.9619598,154.41483,433.9361,302.29227,127.088104,477.3344,34.216038,93.320366,189.79216,11.454336,1.6568593,11.188762,1477.2062,0.10238251,0.35768232,50.343933,7.723138,3.76921,4.503426,8.255299,107.48433,38.16218,93.87631,621.1475,229.6666,2005.4635,1852.4133,16.232311,29.510225,11432.804,8.012976,66.64527,668.5597,124.1455,170.84378,76.59849,394.31955,841.33856,424.55774,16.655855,93.51201,1063.2788,2052.7786,46.935104,597.9879,46.256374,1.0849019,61.680836,1.1185789,0.683454,3.1196594,42.256927,120.9057,262.3196,18.749466,3302.7441,332.5334,119.609764,174.44725,80.474655,95.68733,54.23824,10.519725,102.81922,751.89453,226.29272,124.677704,110.18528,11.755108,120.93539,113.60921,39.761387,770.82635,177.19078,3731.971,33.511612,3187.3752,78.825226,423.39096,2316.4094,81.316185,9.453277,1279.3564,1115.9634,3944.0073,103.44562 +2023-07-25 00:00:00,0.0,17345.71,277.08334,24.343498,34.700947,27.662956,164.54736,24.235754,32.704273,19.882381,21.185677,818.64624,306.07947,9.03429,131.05766,9.094226,0.81339115,26.094557,12.915949,2.0596013,334.8054,0.27461937,322.95737,43.954056,0.77463895,2.6313562,107.07706,17.19603,44.26165,107.469986,25130.557,0.24624975,1548.4766,0.5974425,0.36392766,0.17050359,0.9850672,146.1104,170.94588,25.641922,200.51613,21.435541,72.37978,1998.6504,2.9242558,285.4671,183.43338,358.4385,141.62581,344.39383,30.733757,473.58215,0.0,2464.539,14412.53,34.608566,493.01877,147.50922,43728.332,132.0357,27.177986,163.44594,413.24683,65.76787,27.714348,255.8848,2136.3762,344.78427,172.75298,23.45118,16.4351,399.41086,69.64688,1374.8859,98.422585,2395.2012,191.90323,383.9233,82.0199,179.4233,7.164814,11.563364,18.856134,2.9222283,2.4633057,66.973946,64.70453,70.63548,25.364635,27.844547,166.39093,7.115236,3083.957,70.35038,70.798386,85.45528,93.89553,219.31505,105.35307,152.17741,19.43617,39.611015,101.747246,298.00012,620.71716,76.72419,333.31314,73.99374,126.15373,280.8519,392.45325,961.3666,203.95778,4.0120807,21.468548,9.00172,39.659645,18254.475,3.4424624,17.558527,28.845161,33.812103,393.1794,57.56774,148.49142,2.9614816,154.24033,433.69763,302.17004,127.09352,477.58102,34.225803,93.36982,189.64885,11.450549,1.6565001,11.186746,1476.0255,0.10226427,0.35735482,50.33147,7.72765,3.7689826,4.500346,8.250501,107.41533,38.13992,93.832504,620.86584,229.70381,2005.6774,1852.6062,16.237741,29.518547,11430.689,8.011881,66.65994,668.7602,124.19597,170.88791,76.619354,394.43442,841.1551,424.6047,16.663134,93.54409,1063.3142,2053.0557,46.948772,598.0882,46.272312,1.0849669,61.684273,1.1185802,0.68348134,3.1198256,42.27754,120.92039,262.28415,18.751934,3302.3362,332.65054,119.650536,174.49193,80.48157,95.685486,54.23387,10.532527,102.83064,752.196,226.40553,124.728004,110.24552,11.73629,121.04608,113.685486,39.743977,770.621,177.20155,3731.3608,33.503883,3186.375,78.824715,423.3672,2316.07,81.32317,9.453427,1278.7086,1114.913,3941.2932,103.372025 +2023-07-25 01:00:00,0.0,17347.342,277.28812,24.35161,34.698875,27.673237,164.5337,24.235092,32.70221,19.882614,21.182615,819.05066,305.7397,9.0320425,131.05792,9.082418,0.8121507,26.099997,12.89818,2.0609603,334.78375,0.27442598,322.98154,43.94425,0.77539134,2.631168,107.0755,17.18662,44.209827,107.41924,25144.01,0.24554186,1548.5573,0.59652716,0.36337775,0.17015314,0.9829342,146.08636,170.87035,25.635962,200.49966,21.431644,72.44765,1999.6892,2.9225104,285.6739,183.52785,358.47278,141.62343,344.33173,30.753757,473.82544,0.0,2464.1228,14410.728,34.630196,493.2467,147.54562,43726.33,132.03596,27.192617,163.48367,413.48407,65.800026,27.733974,255.96272,2136.4402,344.77142,172.83032,23.464828,16.442932,399.30737,69.668274,1374.2539,98.34328,2395.6396,191.76868,383.98013,81.9916,179.1317,7.162823,11.55895,18.836975,2.9196982,2.4608047,66.9807,64.723526,70.64291,25.382755,27.851694,166.16496,7.1133685,3084.2266,70.26438,70.83233,85.36383,93.84832,219.32745,105.27418,152.29839,19.411606,39.597263,101.709305,297.96344,620.3522,76.5922,333.0301,73.951614,126.19825,280.807,392.6437,961.3882,203.70744,4.0125923,21.476175,8.999409,39.655907,18259.03,3.4395251,17.567331,28.857393,33.77929,392.83286,57.50067,148.38199,2.961003,154.06583,433.45917,302.04785,127.09894,477.82764,34.235573,93.41927,189.50552,11.446763,1.6561409,11.18473,1474.845,0.10214603,0.35702732,50.319004,7.7321625,3.7687552,4.497266,8.245703,107.34633,38.11766,93.7887,620.5842,229.74101,2005.8914,1852.799,16.243172,29.52687,11428.575,8.010787,66.67462,668.9607,124.24644,170.93202,76.64022,394.5493,840.9717,424.65164,16.67041,93.576164,1063.3496,2053.3325,46.962444,598.1885,46.28825,1.0850319,61.68771,1.1185817,0.6835087,3.119992,42.29815,120.935074,262.24872,18.754404,3301.9282,332.7677,119.69131,174.53662,80.48848,95.68364,54.229504,10.545329,102.84207,752.4975,226.51834,124.7783,110.30577,11.717473,121.15678,113.761765,39.726566,770.41565,177.21233,3730.751,33.49616,3185.3745,78.8242,423.34338,2315.731,81.33016,9.453578,1278.0609,1113.8625,3938.5793,103.29843 +2023-07-25 02:00:00,0.0,17348.97,277.49292,24.35972,34.696804,27.683517,164.52003,24.23443,32.70014,19.882845,21.179552,819.4551,305.39993,9.029795,131.05817,9.070611,0.8109103,26.105434,12.88041,2.0623195,334.76212,0.27423263,323.0057,43.93444,0.7761437,2.6309793,107.073944,17.177214,44.15801,107.36851,25157.465,0.24483395,1548.638,0.5956119,0.36282787,0.1698027,0.9808011,146.06232,170.7948,25.630001,200.4832,21.427748,72.51551,2000.728,2.9207647,285.88068,183.6223,358.50708,141.62103,344.2696,30.773758,474.06873,0.0,2463.7065,14408.925,34.65182,493.47464,147.58203,43724.324,132.03622,27.207249,163.52141,413.7213,65.83219,27.7536,256.04065,2136.5044,344.75858,172.90768,23.478477,16.450766,399.2039,69.68967,1373.6218,98.26398,2396.0781,191.63414,384.037,81.96331,178.84009,7.160833,11.554537,18.817816,2.9171684,2.4583037,66.98744,64.74253,70.65034,25.400873,27.858839,165.939,7.111501,3084.496,70.17839,70.866264,85.272385,93.80111,219.33987,105.19528,152.41936,19.387043,39.58351,101.67137,297.92673,619.9872,76.46021,332.747,73.909485,126.24276,280.76212,392.83414,961.40985,203.4571,4.0131035,21.483805,8.997097,39.652164,18263.584,3.4365878,17.576136,28.869623,33.746475,392.48633,57.4336,148.27255,2.9605248,153.89133,433.22073,301.92563,127.104355,478.07425,34.24534,93.46873,189.36221,11.442977,1.6557817,11.1827135,1473.6644,0.102027796,0.3566998,50.30654,7.736675,3.7685277,4.494186,8.240905,107.277336,38.095398,93.74489,620.30255,229.77823,2006.1052,1852.9918,16.248602,29.535192,11426.462,8.009693,66.68929,669.1612,124.29691,170.97615,76.66109,394.66415,840.7882,424.6986,16.677689,93.608246,1063.3849,2053.6096,46.976112,598.2887,46.30419,1.0850968,61.691147,1.118583,0.68353605,3.1201582,42.31876,120.94976,262.21326,18.756872,3301.5203,332.88486,119.73208,174.58131,80.49539,95.681786,54.225136,10.558132,102.85349,752.799,226.63115,124.8286,110.36601,11.698656,121.26747,113.838036,39.709156,770.2103,177.22311,3730.1409,33.48843,3184.3743,78.82369,423.3196,2315.3916,81.33715,9.453729,1277.4131,1112.812,3935.8655,103.22484 +2023-07-25 03:00:00,0.0,17350.6,277.6977,24.367832,34.694733,27.693796,164.50636,24.233768,32.69808,19.883078,21.176489,819.85944,305.06015,9.027547,131.05843,9.058803,0.80966985,26.110874,12.862641,2.0636787,334.74045,0.27403924,323.02988,43.924637,0.7768961,2.6307907,107.07239,17.167805,44.106186,107.317764,25170.92,0.24412605,1548.7186,0.5946965,0.36227798,0.16945226,0.9786681,146.03828,170.71927,25.62404,200.46674,21.423851,72.58337,2001.767,2.9190192,286.08746,183.71675,358.54138,141.61865,344.2075,30.793758,474.31204,0.0,2463.2903,14407.122,34.673447,493.70255,147.61844,43722.32,132.03648,27.221882,163.55914,413.9586,65.86435,27.773226,256.11856,2136.5684,344.74573,172.98503,23.492125,16.458597,399.1004,69.71106,1372.9899,98.18468,2396.5166,191.4996,384.0938,81.93502,178.5485,7.158842,11.550122,18.798656,2.9146385,2.4558027,66.994194,64.76153,70.65777,25.418993,27.865984,165.71303,7.109634,3084.7659,70.09239,70.9002,85.18093,93.7539,219.35228,105.11639,152.54033,19.362478,39.569763,101.63343,297.89005,619.6222,76.328224,332.46396,73.86736,126.28727,280.71722,393.0246,961.43146,203.20677,4.013615,21.491432,8.994785,39.648426,18268.137,3.4336505,17.584938,28.881855,33.71366,392.13977,57.36653,148.16312,2.9600463,153.71684,432.98227,301.8034,127.10977,478.32086,34.255108,93.51817,189.2189,11.439191,1.6554226,11.180697,1472.4838,0.101909555,0.3563723,50.294075,7.741187,3.7683003,4.491106,8.236107,107.208336,38.073135,93.70108,620.0209,229.81543,2006.3191,1853.1847,16.254032,29.543514,11424.348,8.008598,66.703964,669.3617,124.34738,171.02026,76.68195,394.77902,840.6048,424.74554,16.684965,93.64032,1063.4203,2053.8865,46.989784,598.389,46.32013,1.0851618,61.694588,1.1185844,0.6835634,3.1203244,42.339367,120.964455,262.17783,18.75934,3301.1123,333.002,119.77285,174.626,80.502304,95.67994,54.220768,10.570934,102.86492,753.10046,226.74396,124.8789,110.426254,11.679839,121.37817,113.914314,39.691746,770.005,177.23389,3729.5308,33.480705,3183.3738,78.82317,423.2958,2315.0522,81.34414,9.453879,1276.7654,1111.7616,3933.1514,103.151245 +2023-07-25 04:00:00,0.0,17352.229,277.90247,24.375942,34.69266,27.704077,164.4927,24.233107,32.69601,19.883308,21.173426,820.26385,304.7204,9.025299,131.05867,9.046995,0.8084294,26.116312,12.844872,2.0650377,334.7188,0.27384588,323.05405,43.91483,0.77764845,2.6306021,107.07083,17.158396,44.054363,107.26702,25184.373,0.24341816,1548.7993,0.5937812,0.36172807,0.16910182,0.976535,146.01424,170.64372,25.618082,200.45027,21.419956,72.65123,2002.8058,2.9172735,286.29422,183.81122,358.57565,141.61627,344.14536,30.813757,474.55533,0.0,2462.874,14405.318,34.695072,493.93048,147.65485,43720.316,132.03674,27.236513,163.59688,414.19586,65.89651,27.79285,256.1965,2136.6326,344.73285,173.0624,23.505774,16.466429,398.99692,69.73245,1372.3579,98.10538,2396.955,191.36505,384.1507,81.90672,178.25688,7.1568513,11.545709,18.779497,2.9121087,2.4533014,67.00094,64.78053,70.66519,25.437113,27.873129,165.48706,7.1077666,3085.0354,70.0064,70.93414,85.089485,93.70669,219.36469,105.03749,152.66129,19.337914,39.55601,101.59549,297.85336,619.25726,76.196236,332.1809,73.82523,126.33179,280.67236,393.21506,961.45306,202.95642,4.0141263,21.49906,8.992474,39.644688,18272.691,3.4307134,17.593742,28.894087,33.680847,391.7932,57.29946,148.05368,2.959568,153.54234,432.7438,301.68118,127.11519,478.56747,34.264874,93.56763,189.07558,11.435404,1.6550633,11.178681,1471.3032,0.101791315,0.35604477,50.281612,7.7456994,3.7680728,4.488026,8.231309,107.139336,38.050877,93.65727,619.73926,229.85263,2006.5331,1853.3774,16.259462,29.551836,11422.233,8.007504,66.718636,669.5622,124.39785,171.06439,76.70282,394.89392,840.4213,424.7925,16.692242,93.6724,1063.4557,2054.1636,47.003456,598.48926,46.336067,1.0852268,61.698025,1.1185857,0.68359077,3.1204908,42.359978,120.97914,262.14236,18.76181,3300.7043,333.11917,119.81362,174.6707,80.50922,95.67809,54.216396,10.583736,102.87634,753.402,226.85677,124.92919,110.4865,11.661021,121.48886,113.99059,39.674335,769.7997,177.24466,3728.9207,33.47298,3182.3735,78.82266,423.27203,2314.7131,81.35113,9.45403,1276.1176,1110.7112,3930.4375,103.077644 +2023-07-25 05:00:00,0.0,17353.86,278.10724,24.384054,34.69059,27.714357,164.47903,24.232445,32.693947,19.883541,21.170362,820.6683,304.3806,9.023051,131.05893,9.035187,0.807189,26.12175,12.827103,2.066397,334.69717,0.27365252,323.07822,43.90502,0.77840084,2.6304135,107.06927,17.148987,44.00254,107.21628,25197.828,0.24271025,1548.88,0.5928658,0.3611782,0.16875137,0.97440195,145.9902,170.56819,25.612122,200.4338,21.41606,72.719086,2003.8446,2.915528,286.501,183.90567,358.60995,141.61388,344.08325,30.833757,474.7986,0.0,2462.458,14403.516,34.7167,494.15842,147.69125,43718.312,132.037,27.251144,163.63461,414.4331,65.92867,27.812475,256.2744,2136.6965,344.72,173.13974,23.519423,16.47426,398.89343,69.753845,1371.7258,98.02608,2397.3933,191.23051,384.20752,81.87843,177.96529,7.1548605,11.541295,18.760338,2.9095786,2.4508004,67.00769,64.79953,70.67262,25.455233,27.880276,165.26108,7.1058993,3085.305,69.9204,70.96808,84.99804,93.659485,219.3771,104.958595,152.78226,19.31335,39.54226,101.557556,297.81665,618.8923,76.06425,331.89783,73.78311,126.3763,280.62747,393.40552,961.47473,202.70609,4.014638,21.506687,8.990162,39.640945,18277.246,3.427776,17.602547,28.906317,33.648033,391.4467,57.23239,147.94424,2.9590895,153.36784,432.50537,301.559,127.120605,478.8141,34.27464,93.61708,188.93227,11.431618,1.6547041,11.176665,1470.1227,0.101673074,0.35571727,50.269146,7.7502117,3.7678454,4.484946,8.226511,107.070335,38.028614,93.613464,619.4576,229.88985,2006.747,1853.5703,16.264893,29.560158,11420.119,8.006411,66.73331,669.7627,124.44832,171.1085,76.72369,395.0088,840.2379,424.83948,16.69952,93.70448,1063.4911,2054.4404,47.017124,598.58954,46.352005,1.0852917,61.70146,1.1185871,0.6836181,3.120657,42.38059,120.99383,262.10693,18.764278,3300.2964,333.23633,119.85439,174.7154,80.51613,95.67625,54.21203,10.5965395,102.88777,753.7034,226.96957,124.97949,110.546745,11.642204,121.599556,114.06687,39.656925,769.5943,177.25543,3728.3105,33.465252,3181.373,78.82215,423.24823,2314.3738,81.358116,9.454181,1275.4698,1109.6606,3927.7234,103.00405 +2023-07-25 06:00:00,0.0,17355.488,278.312,24.392164,34.68852,27.724636,164.46536,24.231783,32.691883,19.883772,21.1673,821.0727,304.04086,9.020804,131.05917,9.023379,0.8059486,26.12719,12.809334,2.067756,334.67554,0.27345914,323.1024,43.895218,0.7791532,2.6302252,107.06771,17.139578,43.950718,107.16554,25211.283,0.24200235,1548.9607,0.59195054,0.36062828,0.16840094,0.97226894,145.96616,170.49265,25.606161,200.41734,21.412163,72.78695,2004.8835,2.9137824,286.7078,184.00014,358.64423,141.6115,344.02112,30.853758,475.04193,0.0,2462.0417,14401.713,34.738327,494.38632,147.72766,43716.31,132.03726,27.265776,163.67235,414.67038,65.96083,27.832102,256.35236,2136.7607,344.70715,173.2171,23.533072,16.482092,398.78992,69.77524,1371.0939,97.94678,2397.8318,191.09596,384.26434,81.850136,177.67368,7.1528697,11.536881,18.741179,2.9070487,2.4482994,67.014435,64.818535,70.680046,25.473352,27.88742,165.03511,7.104032,3085.5747,69.83441,71.002014,84.90659,93.612274,219.38951,104.87969,152.90323,19.288786,39.528507,101.519615,297.77997,618.5273,75.93226,331.61478,73.74098,126.420815,280.58258,393.59598,961.49634,202.45575,4.015149,21.514315,8.987849,39.637207,18281.799,3.4248388,17.61135,28.918549,33.61522,391.10013,57.16532,147.83481,2.9586112,153.19334,432.2669,301.43677,127.12602,479.06067,34.28441,93.666534,188.78894,11.427832,1.6543449,11.174648,1468.942,0.10155483,0.35538977,50.256683,7.754724,3.767618,4.481866,8.221714,107.00134,38.00635,93.56966,619.17596,229.92705,2006.9609,1853.7631,16.270323,29.568481,11418.005,8.005316,66.747986,669.96326,124.498795,171.15262,76.74455,395.12366,840.05444,424.8864,16.706797,93.73656,1063.5264,2054.7175,47.030796,598.6898,46.367943,1.0853567,61.7049,1.1185886,0.6836455,3.1208234,42.4012,121.008514,262.0715,18.766747,3299.8887,333.35352,119.895164,174.76009,80.52304,95.67439,54.20766,10.609342,102.89919,754.00494,227.08238,125.02979,110.606995,11.623387,121.71025,114.14314,39.63951,769.389,177.26622,3727.7007,33.457527,3180.3728,78.82164,423.22446,2314.0344,81.365105,9.454331,1274.822,1108.6102,3925.0095,102.93046 +2023-07-25 07:00:00,0.0,17357.117,278.5168,24.400276,34.686447,27.734917,164.4517,24.231121,32.689816,19.884005,21.164236,821.4771,303.7011,9.018557,131.05943,9.011572,0.8047082,26.132627,12.791565,2.0691152,334.6539,0.27326578,323.12656,43.88541,0.7799056,2.6300366,107.066154,17.13017,43.898895,107.1148,25224.736,0.24129446,1549.0414,0.5910352,0.3600784,0.1680505,0.97013587,145.94211,170.41711,25.6002,200.40088,21.408266,72.854805,2005.9224,2.912037,286.91458,184.09459,358.67853,141.60912,343.959,30.873758,475.28522,0.0,2461.6255,14399.91,34.759953,494.61426,147.76407,43714.305,132.03752,27.280409,163.7101,414.90765,65.99299,27.851727,256.43027,2136.8247,344.6943,173.29445,23.546719,16.489923,398.68643,69.79664,1370.4618,97.86747,2398.2703,190.96143,384.3212,81.821846,177.38208,7.150879,11.532468,18.72202,2.9045188,2.4457984,67.02119,64.83753,70.68748,25.49147,27.894566,164.80914,7.102165,3085.8442,69.74841,71.03596,84.81514,93.56506,219.40192,104.8008,153.0242,19.264223,39.514755,101.481674,297.74326,618.1623,75.80027,331.33173,73.69886,126.465324,280.5377,393.78644,961.51794,202.20541,4.015661,21.521942,8.985538,39.63347,18286.354,3.4219015,17.620153,28.93078,33.5824,390.75357,57.09825,147.72537,2.9581327,153.01886,432.02844,301.31454,127.13144,479.30728,34.294174,93.71599,188.64563,11.424046,1.6539857,11.172632,1467.7615,0.10143659,0.35506225,50.244217,7.7592363,3.7673903,4.478786,8.216916,106.93234,37.984093,93.52585,618.8943,229.96426,2007.1748,1853.9559,16.275753,29.576803,11415.891,8.004222,66.76266,670.16376,124.54926,171.19675,76.76543,395.23853,839.87103,424.93338,16.714073,93.76864,1063.5618,2054.9944,47.044464,598.79004,46.383884,1.0854217,61.708336,1.1185899,0.68367285,3.1209896,42.421806,121.0232,262.03604,18.769215,3299.4807,333.47067,119.93593,174.80478,80.52995,95.67255,54.203293,10.622144,102.91062,754.30646,227.19519,125.080086,110.66724,11.604569,121.820946,114.21942,39.6221,769.18365,177.277,3727.0906,33.4498,3179.3723,78.82113,423.20065,2313.6953,81.37209,9.454482,1274.1742,1107.5598,3922.2954,102.856865 +2023-07-25 08:00:00,0.0,17358.748,278.7216,24.408386,34.684376,27.745197,164.43803,24.23046,32.68775,19.884237,21.161175,821.8815,303.36133,9.016309,131.05968,8.9997635,0.80346775,26.138067,12.773795,2.0704744,334.63226,0.2730724,323.15073,43.875603,0.780658,2.629848,107.0646,17.120762,43.847076,107.06406,25238.191,0.24058655,1549.1221,0.59011984,0.3595285,0.16770005,0.9680028,145.91808,170.34157,25.59424,200.38441,21.40437,72.92267,2006.9612,2.9102912,287.12137,184.18904,358.71283,141.60672,343.89688,30.893759,475.5285,0.0,2461.2095,14398.106,34.781578,494.8422,147.80048,43712.3,132.03778,27.29504,163.74783,415.14487,66.025154,27.871353,256.5082,2136.889,344.68146,173.37181,23.560368,16.497755,398.58295,69.81803,1369.8298,97.78817,2398.7087,190.82689,384.37805,81.79356,177.09047,7.148888,11.528054,18.70286,2.901989,2.4432974,67.02793,64.85654,70.6949,25.50959,27.90171,164.58318,7.100298,3086.1138,69.66242,71.06989,84.723694,93.51785,219.41434,104.7219,153.14516,19.239658,39.501007,101.44373,297.70657,617.7973,75.66828,331.04868,73.65673,126.50984,280.4928,393.9769,961.5396,201.95508,4.016172,21.52957,8.983226,39.629726,18290.908,3.4189641,17.628958,28.94301,33.549587,390.40704,57.03118,147.61594,2.9576545,152.84436,431.79,301.19232,127.136856,479.5539,34.30394,93.765434,188.5023,11.4202585,1.6536266,11.170616,1466.5809,0.10131835,0.35473475,50.231754,7.7637486,3.7671628,4.475706,8.212118,106.86334,37.96183,93.48204,618.6126,230.00146,2007.3887,1854.1487,16.281183,29.585125,11413.776,8.003128,66.77733,670.36426,124.59973,171.24086,76.78629,395.3534,839.68756,424.98032,16.721352,93.80072,1063.5972,2055.2715,47.058136,598.8903,46.399822,1.0854867,61.711777,1.1185913,0.6837002,3.121156,42.442417,121.037895,262.0006,18.771685,3299.0728,333.58783,119.9767,174.84946,80.536865,95.6707,54.198925,10.634946,102.92204,754.6079,227.308,125.13039,110.72748,11.5857525,121.93164,114.2957,39.60469,768.97833,177.28777,3726.4805,33.442074,3178.372,78.82061,423.17685,2313.356,81.37908,9.454633,1273.5265,1106.5093,3919.5815,102.78327 +2023-07-25 09:00:00,0.0,17360.377,278.92636,24.416498,34.682304,27.755476,164.42436,24.229797,32.685684,19.884468,21.158112,822.2859,303.02158,9.014061,131.05994,8.987956,0.8022273,26.143505,12.756026,2.0718334,334.6106,0.27287903,323.1749,43.8658,0.78141034,2.6296594,107.06304,17.111353,43.795254,107.01331,25251.646,0.23987865,1549.2028,0.5892045,0.3589786,0.16734962,0.9658697,145.89403,170.26604,25.588282,200.36795,21.400473,72.990524,2008.0001,2.9085457,287.32816,184.28351,358.7471,141.60434,343.83478,30.913757,475.77182,0.0,2460.7932,14396.304,34.803207,495.0701,147.83688,43710.3,132.03804,27.309671,163.78557,415.38214,66.05731,27.890978,256.58612,2136.953,344.6686,173.44916,23.574017,16.505587,398.47946,69.839424,1369.1978,97.70887,2399.1472,190.69234,384.4349,81.76526,176.79887,7.1468973,11.52364,18.6837,2.899459,2.4407964,67.034676,64.875534,70.70233,25.52771,27.908857,164.35721,7.0984306,3086.3833,69.57642,71.10383,84.63225,93.47064,219.42674,104.643005,153.26613,19.215096,39.487255,101.4058,297.6699,617.4323,75.53629,330.7656,73.61461,126.55435,280.4479,394.16736,961.5612,201.70474,4.0166836,21.537197,8.980914,39.625988,18295.46,3.4160268,17.637762,28.955242,33.516773,390.0605,56.964115,147.5065,2.957176,152.66986,431.55154,301.07013,127.14227,479.8005,34.31371,93.81489,188.359,11.416472,1.6532674,11.1686,1465.4003,0.10120011,0.35440725,50.219288,7.768261,3.7669353,4.4726257,8.20732,106.79434,37.939568,93.43823,618.33093,230.03867,2007.6027,1854.3416,16.286613,29.593447,11411.663,8.002034,66.792,670.56476,124.65021,171.28499,76.80716,395.4683,839.50415,425.02728,16.728628,93.832794,1063.6324,2055.5483,47.071808,598.9906,46.41576,1.0855516,61.715214,1.1185926,0.6837275,3.1213222,42.463028,121.05258,261.96515,18.774153,3298.6648,333.705,120.01747,174.89415,80.543785,95.66885,54.194557,10.647749,102.933464,754.9094,227.42079,125.18069,110.78773,11.566936,122.042336,114.37198,39.58728,768.773,177.29854,3725.8704,33.43435,3177.3716,78.8201,423.15308,2313.0166,81.38608,9.454783,1272.8787,1105.4589,3916.8674,102.70967 +2023-07-25 10:00:00,0.0,17362.006,279.13116,24.424608,34.680233,27.765757,164.4107,24.229136,32.68362,19.8847,21.155048,822.6903,302.6818,9.011813,131.06018,8.976149,0.8009869,26.148943,12.738257,2.0731926,334.58896,0.27268568,323.19907,43.85599,0.7821627,2.6294708,107.061485,17.101944,43.74343,106.96258,25265.1,0.23917076,1549.2834,0.5882892,0.35842872,0.16699918,0.96373665,145.87,170.1905,25.582321,200.35147,21.396576,73.05839,2009.039,2.9068003,287.53494,184.37796,358.7814,141.60196,343.77264,30.933758,476.0151,0.0,2460.377,14394.501,34.824833,495.29803,147.8733,43708.297,132.0383,27.324303,163.8233,415.6194,66.08948,27.910604,256.66403,2137.0168,344.65573,173.52652,23.587666,16.513418,398.37598,69.86082,1368.5658,97.62957,2399.5854,190.5578,384.49173,81.73697,176.50726,7.1449065,11.519226,18.664541,2.896929,2.4382954,67.04143,64.89454,70.709755,25.54583,27.916002,164.13124,7.0965633,3086.653,69.49043,71.13777,84.540794,93.42343,219.43915,104.56411,153.3871,19.19053,39.473503,101.36786,297.63318,617.0673,75.4043,330.48254,73.57248,126.59886,280.403,394.35782,961.5828,201.4544,4.0171947,21.544825,8.978602,39.62225,18300.016,3.4130898,17.646564,28.967474,33.48396,389.71393,56.897045,147.39706,2.9566977,152.49536,431.31308,300.9479,127.14769,480.04712,34.323475,93.86434,188.21567,11.412686,1.6529082,11.166584,1464.2197,0.10108188,0.35407972,50.206825,7.7727733,3.766708,4.469546,8.202522,106.72535,37.917305,93.394424,618.0493,230.07588,2007.8165,1854.5344,16.292044,29.601768,11409.549,8.000939,66.80668,670.76526,124.700676,171.3291,76.828026,395.58316,839.3207,425.07422,16.735907,93.864876,1063.6678,2055.8254,47.085476,599.0909,46.431698,1.0856166,61.71865,1.118594,0.68375486,3.1214886,42.48364,121.06727,261.92972,18.77662,3298.2568,333.82214,120.05824,174.93884,80.5507,95.667,54.19019,10.660551,102.94489,755.2109,227.5336,125.23099,110.84797,11.548119,122.15303,114.44825,39.56987,768.5677,177.30933,3725.2605,33.42662,3176.3713,78.81959,423.12927,2312.6775,81.39307,9.454934,1272.231,1104.4084,3914.1536,102.63608 +2023-07-25 11:00:00,0.0,17363.635,279.33594,24.43272,34.67816,27.776037,164.39703,24.228474,32.681557,19.884932,21.151985,823.0947,302.34204,9.009565,131.06044,8.96434,0.79974645,26.154383,12.720488,2.0745518,334.56732,0.2724923,323.22324,43.846184,0.7829151,2.6292825,107.05992,17.092535,43.69161,106.911835,25278.555,0.23846285,1549.3641,0.58737385,0.35787883,0.16664873,0.96160364,145.84595,170.11496,25.57636,200.335,21.39268,73.12624,2010.0778,2.9050546,287.7417,184.47243,358.81567,141.59956,343.71054,30.953758,476.2584,0.0,2459.961,14392.698,34.84646,495.52597,147.90971,43706.293,132.03856,27.338936,163.86104,415.85666,66.121635,27.93023,256.74197,2137.081,344.64288,173.60387,23.601313,16.52125,398.2725,69.88221,1367.9338,97.55027,2400.024,190.42325,384.54858,81.70867,176.21567,7.1429157,11.514812,18.645382,2.8943992,2.4357944,67.04817,64.913536,70.717186,25.56395,27.923147,163.90527,7.094696,3086.9226,69.404434,71.17171,84.44935,93.37622,219.45157,104.485214,153.50807,19.165966,39.45975,101.32992,297.5965,616.70233,75.27231,330.1995,73.53036,126.64338,280.35812,394.54825,961.6045,201.20407,4.0177064,21.552454,8.976291,39.618507,18304.57,3.4101524,17.655369,28.979704,33.451145,389.3674,56.829975,147.28763,2.9562192,152.32086,431.07465,300.82568,127.15311,480.29373,34.33324,93.913795,188.07236,11.4089,1.6525489,11.164568,1463.0392,0.10096364,0.35375223,50.19436,7.7772856,3.7664804,4.466466,8.197724,106.65635,37.895046,93.35062,617.7677,230.11308,2008.0305,1854.7272,16.297472,29.610092,11407.435,7.9998455,66.82135,670.96576,124.751144,171.37323,76.84889,395.69803,839.13727,425.1212,16.743183,93.89696,1063.7032,2056.1023,47.099148,599.19116,46.447636,1.0856816,61.722088,1.1185954,0.6837822,3.1216547,42.504246,121.081955,261.89426,18.77909,3297.8489,333.9393,120.099014,174.98354,80.55761,95.66515,54.18582,10.673353,102.956314,755.5124,227.64641,125.28128,110.90822,11.529301,122.263725,114.52453,39.55246,768.3623,177.3201,3724.6504,33.418896,3175.3708,78.81908,423.1055,2312.3381,81.400055,9.455085,1271.5831,1103.358,3911.4395,102.562485 +2023-07-25 12:00:00,0.0,17365.266,279.5407,24.44083,34.67609,27.786316,164.38336,24.227812,32.67949,19.885164,21.148922,823.4991,302.0023,9.007318,131.06068,8.952533,0.7985061,26.15982,12.702719,2.0759108,334.5457,0.27229893,323.2474,43.836376,0.7836675,2.629094,107.058365,17.083126,43.639786,106.86109,25292.01,0.23775496,1549.4448,0.5864585,0.35732892,0.1662983,0.95947057,145.8219,170.03943,25.5704,200.31854,21.388783,73.19411,2011.1167,2.903309,287.9485,184.56688,358.84998,141.59718,343.6484,30.973759,476.5017,0.0,2459.5447,14390.895,34.868084,495.75388,147.94612,43704.29,132.03882,27.353567,163.89877,416.09393,66.15379,27.949856,256.8199,2137.145,344.63004,173.68123,23.614962,16.529081,398.169,69.9036,1367.3018,97.47097,2400.4624,190.28871,384.60544,81.68038,175.92406,7.140925,11.510399,18.626223,2.891869,2.4332933,67.054924,64.93254,70.72462,25.582067,27.930292,163.67929,7.0928288,3087.1921,69.31844,71.20564,84.3579,93.32901,219.46397,104.40631,153.62903,19.141403,39.446,101.291985,297.55978,616.3374,75.14032,329.9164,73.48823,126.68789,280.31323,394.7387,961.6261,200.95374,4.0182176,21.560081,8.973979,39.61477,18309.125,3.407215,17.664173,28.991936,33.41833,389.02084,56.762905,147.17819,2.9557407,152.14638,430.83618,300.70346,127.15852,480.54034,34.34301,93.96325,187.92903,11.405113,1.6521897,11.162552,1461.8585,0.1008454,0.35342473,50.181892,7.781798,3.766253,4.4633856,8.192926,106.58735,37.872784,93.30681,617.486,230.15028,2008.2444,1854.92,16.302902,29.618414,11405.32,7.998751,66.83602,671.16626,124.80161,171.41734,76.86976,395.8129,838.9538,425.16815,16.75046,93.92903,1063.7386,2056.3794,47.112816,599.2914,46.463577,1.0857465,61.72553,1.1185968,0.6838096,3.1218212,42.524857,121.09665,261.85883,18.781559,3297.4412,334.05646,120.139786,175.02823,80.56452,95.66331,54.18145,10.686156,102.96774,755.8139,227.75922,125.33158,110.96846,11.510484,122.37442,114.60081,39.53505,768.157,177.33087,3724.0403,33.411167,3174.3706,78.81856,423.0817,2311.9988,81.40704,9.4552355,1270.9354,1102.3075,3908.7256,102.48889 +2023-07-25 13:00:00,0.0,17366.895,279.74548,24.448942,34.67402,27.796597,164.3697,24.227152,32.677425,19.885395,21.145859,823.9035,301.6625,9.00507,131.06094,8.940725,0.79726565,26.16526,12.68495,2.07727,334.52405,0.27210554,323.27158,43.826572,0.7844199,2.6289053,107.05681,17.073719,43.587967,106.81035,25305.465,0.23704706,1549.5255,0.5855432,0.35677904,0.16594785,0.9573375,145.79787,169.96388,25.56444,200.30208,21.384886,73.26197,2012.1555,2.9015634,288.15527,184.66133,358.88428,141.5948,343.5863,30.99376,476.745,0.0,2459.1284,14389.092,34.889713,495.9818,147.98253,43702.285,132.03908,27.368198,163.93651,416.33118,66.18596,27.96948,256.89783,2137.2092,344.6172,173.75858,23.62861,16.536913,398.06552,69.924995,1366.6698,97.39167,2400.901,190.15417,384.6623,81.652084,175.63246,7.138934,11.505985,18.607063,2.8893392,2.4307923,67.06167,64.95154,70.73204,25.600187,27.937439,163.45332,7.0909615,3087.462,69.232445,71.239586,84.26646,93.2818,219.47638,104.327415,153.75,19.116838,39.43225,101.25404,297.5231,615.9724,75.00833,329.63336,73.446106,126.73241,280.26834,394.92917,961.6477,200.7034,4.018729,21.567709,8.971667,39.61103,18313.678,3.4042778,17.672976,29.004166,33.385517,388.6743,56.695835,147.06876,2.9552624,151.97188,430.59772,300.58124,127.16394,480.78696,34.352776,94.012695,187.78572,11.401327,1.6518306,11.160536,1460.678,0.100727156,0.3530972,50.16943,7.78631,3.7660255,4.4603057,8.188128,106.51835,37.85052,93.263,617.20435,230.1875,2008.4583,1855.1128,16.308332,29.626736,11403.206,7.9976573,66.85069,671.36676,124.85209,171.46146,76.890625,395.9278,838.7704,425.2151,16.757738,93.96111,1063.7739,2056.6562,47.126488,599.39166,46.479515,1.0858115,61.728966,1.1185981,0.68383694,3.1219873,42.545467,121.111336,261.8234,18.784027,3297.0332,334.1736,120.18056,175.07292,80.571434,95.66146,54.177082,10.698958,102.979164,756.11536,227.87202,125.38188,111.02871,11.491667,122.485115,114.677086,39.51764,767.95166,177.34164,3723.4302,33.403442,3173.37,78.81805,423.05792,2311.6597,81.41403,9.455386,1270.2876,1101.2571,3906.0117,102.4153 +2023-07-25 14:00:00,0.0,17368.523,279.95026,24.457052,34.671947,27.806877,164.35603,24.22649,32.67536,19.885628,21.142796,824.3079,301.32275,9.002822,131.0612,8.928917,0.7960252,26.170698,12.667181,2.078629,334.50238,0.2719122,323.29575,43.816765,0.7851722,2.6287167,107.05525,17.06431,43.536144,106.75961,25318.918,0.23633915,1549.6062,0.58462787,0.35622913,0.16559742,0.9552045,145.77382,169.88835,25.558481,200.28561,21.38099,73.32983,2013.1943,2.899818,288.36206,184.7558,358.91855,141.5924,343.52417,31.013758,476.98828,0.0,2458.7122,14387.289,34.91134,496.20975,148.01894,43700.28,132.03934,27.38283,163.97424,416.56842,66.21812,27.989105,256.97574,2137.2732,344.60434,173.83594,23.64226,16.544744,397.96204,69.94639,1366.0377,97.31236,2401.3394,190.01962,384.71912,81.623795,175.34085,7.1369433,11.501571,18.587904,2.8868093,2.428291,67.06842,64.97054,70.73947,25.618307,27.944584,163.22736,7.089094,3087.7314,69.146454,71.27352,84.175,93.23459,219.4888,104.24852,153.87097,19.092276,39.4185,101.2161,297.48642,615.6074,74.87634,329.3503,73.40398,126.77692,280.22348,395.11963,961.6694,200.45306,4.019241,21.575336,8.969355,39.60729,18318.232,3.4013405,17.68178,29.016397,33.352703,388.32776,56.628765,146.95932,2.954784,151.79738,430.35928,300.45905,127.16936,481.03357,34.362545,94.06215,187.6424,11.397541,1.6514714,11.15852,1459.4974,0.100608915,0.3527697,50.156963,7.7908225,3.765798,4.457226,8.1833315,106.449356,37.828262,93.21919,616.9227,230.2247,2008.6722,1855.3057,16.313763,29.635057,11401.092,7.996563,66.865364,671.56726,124.90256,171.50558,76.91149,396.04266,838.5869,425.26205,16.765015,93.99319,1063.8093,2056.933,47.14016,599.49194,46.495453,1.0858765,61.732403,1.1185995,0.6838643,3.1221538,42.56608,121.12602,261.78793,18.786495,3296.6252,334.29077,120.22133,175.11761,80.57835,95.65961,54.172714,10.7117605,102.99059,756.4169,227.98483,125.432175,111.08895,11.47285,122.59581,114.75336,39.50023,767.74634,177.35243,3722.82,33.395718,3172.3699,78.817535,423.03412,2311.3203,81.42102,9.455537,1269.6399,1100.2067,3903.2976,102.341705 +2023-07-25 15:00:00,0.0,17370.154,280.15506,24.465164,34.669876,27.817158,164.34236,24.225828,32.673294,19.885859,21.139734,824.71234,300.98297,9.000574,131.06145,8.9171095,0.7947848,26.176136,12.649411,2.0799882,334.48074,0.27171883,323.31992,43.806957,0.7859246,2.6285284,107.053696,17.054901,43.48432,106.70887,25332.373,0.23563126,1549.6869,0.5837125,0.35567924,0.16524698,0.9530714,145.74979,169.8128,25.55252,200.26915,21.377092,73.39769,2014.2333,2.8980722,288.56885,184.85025,358.95282,141.59003,343.46207,31.033758,477.2316,0.0,2458.296,14385.485,34.932964,496.43768,148.05534,43698.277,132.0396,27.397463,164.01198,416.80573,66.25028,28.008732,257.05368,2137.3374,344.5915,173.91328,23.655907,16.552576,397.85855,69.96779,1365.4058,97.23306,2401.7776,189.88509,384.776,81.595505,175.04926,7.1349525,11.497157,18.568745,2.8842795,2.42579,67.075165,64.98955,70.746895,25.636427,27.951729,163.00139,7.087227,3088.001,69.060455,71.30746,84.08356,93.18738,219.5012,104.169624,153.99193,19.06771,39.404747,101.17816,297.4497,615.24243,74.744354,329.06726,73.361855,126.821434,280.1786,395.3101,961.691,200.20273,4.019752,21.582964,8.967043,39.60355,18322.787,3.3984032,17.690584,29.02863,33.31989,387.9812,56.561695,146.84988,2.9543056,151.62288,430.12082,300.33682,127.174774,481.28018,34.37231,94.1116,187.49908,11.393755,1.6511122,11.156504,1458.3168,0.100490674,0.35244218,50.1445,7.795335,3.7655706,4.454146,8.178534,106.380356,37.806,93.175385,616.64105,230.26192,2008.8861,1855.4985,16.319193,29.64338,11398.978,7.995469,66.88004,671.76776,124.953026,171.5497,76.93236,396.15753,838.4035,425.309,16.772291,94.02527,1063.8447,2057.2102,47.153828,599.5922,46.51139,1.0859414,61.73584,1.1186008,0.68389165,3.12232,42.586685,121.14071,261.7525,18.788965,3296.2173,334.40793,120.26209,175.1623,80.58526,95.65776,54.168346,10.724564,103.002014,756.7183,228.09764,125.482475,111.14919,11.454032,122.706505,114.829636,39.48282,767.541,177.3632,3722.2102,33.38799,3171.3694,78.817024,423.01035,2310.981,81.42801,9.4556875,1268.9921,1099.1561,3900.5837,102.26811 +2023-07-25 16:00:00,0.0,17371.783,280.35983,24.473276,34.667805,27.827436,164.3287,24.225166,32.67123,19.886091,21.136671,825.1167,300.64322,8.998326,131.0617,8.905301,0.79354435,26.181576,12.631642,2.0813475,334.4591,0.27152544,323.3441,43.797153,0.786677,2.6283398,107.05214,17.045492,43.4325,106.65813,25345.828,0.23492336,1549.7676,0.58279717,0.35512936,0.16489653,0.9509384,145.72574,169.73727,25.54656,200.25269,21.373196,73.465546,2015.2721,2.8963268,288.77563,184.94472,358.98712,141.58765,343.39993,31.053759,477.47488,0.0,2457.88,14383.683,34.95459,496.6656,148.09175,43696.273,132.03986,27.412094,164.04973,417.04294,66.28244,28.028357,257.1316,2137.4014,344.57864,173.99065,23.669556,16.560408,397.75507,69.98918,1364.7738,97.15376,2402.216,189.75053,384.83282,81.56721,174.75766,7.1329618,11.4927435,18.549585,2.8817494,2.423289,67.08192,65.008545,70.754326,25.654547,27.958874,162.77542,7.0853596,3088.2705,68.974464,71.3414,83.99211,93.140175,219.51361,104.09073,154.1129,19.043146,39.390995,101.14023,297.41302,614.87744,74.612366,328.78418,73.319725,126.865944,280.1337,395.50055,961.7126,199.95238,4.0202637,21.590591,8.964731,39.59981,18327.34,3.395466,17.699389,29.04086,33.287075,387.63464,56.494625,146.74046,2.9538271,151.4484,429.88235,300.2146,127.18019,481.5268,34.382076,94.16106,187.35576,11.389968,1.650753,11.154488,1457.1362,0.10037243,0.35211468,50.132034,7.799847,3.7653432,4.4510655,8.173736,106.311356,37.783737,93.13158,616.3594,230.29912,2009.1001,1855.6913,16.324623,29.651703,11396.864,7.9943748,66.894714,671.96826,125.003494,171.59383,76.953224,396.2724,838.22003,425.35596,16.77957,94.05735,1063.8801,2057.487,47.1675,599.6925,46.527332,1.0860064,61.73928,1.1186023,0.683919,3.1224864,42.607296,121.155396,261.71704,18.791433,3295.8093,334.5251,120.302864,175.20699,80.59217,95.655914,54.16398,10.737366,103.01344,757.01984,228.21045,125.532776,111.20944,11.435215,122.8172,114.905914,39.46541,767.33563,177.37398,3721.6,33.380264,3170.3691,78.81651,422.98654,2310.6418,81.435,9.455838,1268.3444,1098.1057,3897.8696,102.19451 +2023-07-25 17:00:00,0.0,17373.412,280.5646,24.481386,34.665733,27.837717,164.31503,24.224504,32.669163,19.886324,21.133608,825.5211,300.30347,8.9960785,131.06195,8.893494,0.7923039,26.187014,12.6138735,2.0827065,334.43747,0.2713321,323.3683,43.787346,0.7874294,2.6281512,107.050575,17.036083,43.380676,106.60738,25359.281,0.23421545,1549.8483,0.5818819,0.35457945,0.1645461,0.94880533,145.70169,169.66174,25.5406,200.23622,21.369299,73.53341,2016.3109,2.894581,288.98242,185.03917,359.02142,141.58525,343.33783,31.07376,477.71817,0.0,2457.4636,14381.88,34.97622,496.89352,148.12816,43694.27,132.04012,27.426725,164.08746,417.2802,66.3146,28.047983,257.20953,2137.4653,344.56577,174.068,23.683205,16.568241,397.65158,70.010574,1364.1417,97.07446,2402.6545,189.616,384.88965,81.53892,174.46605,7.130971,11.48833,18.530426,2.8792195,2.420788,67.08866,65.02754,70.76175,25.672665,27.96602,162.54945,7.0834928,3088.5403,68.888466,71.375336,83.90066,93.092964,219.52603,104.01183,154.23387,19.018583,39.377247,101.10229,297.3763,614.51245,74.48038,328.50113,73.2776,126.91045,280.0888,395.691,961.73425,199.70204,4.020775,21.598219,8.9624195,39.59607,18331.895,3.3925288,17.70819,29.053091,33.25426,387.28812,56.427555,146.63103,2.9533489,151.2739,429.64392,300.09238,127.18561,481.7734,34.391846,94.21051,187.21245,11.386182,1.6503938,11.152472,1455.9557,0.1002542,0.35178718,50.11957,7.804359,3.7651157,4.4479856,8.168938,106.242355,37.76148,93.08776,616.07776,230.33632,2009.314,1855.8842,16.330053,29.660025,11394.75,7.9932804,66.909386,672.16876,125.05397,171.63794,76.97409,396.38727,838.0366,425.40292,16.786846,94.089424,1063.9154,2057.7642,47.181168,599.7927,46.54327,1.0860714,61.742718,1.1186036,0.6839464,3.1226525,42.627907,121.17009,261.6816,18.793901,3295.4014,334.64224,120.343636,175.25168,80.59908,95.65407,54.15961,10.750168,103.024864,757.3213,228.32326,125.58307,111.269684,11.416398,122.927895,114.98219,39.447998,767.1303,177.38475,3720.99,33.372536,3169.3687,78.815994,422.96277,2310.3025,81.441986,9.455989,1267.6965,1097.0553,3895.1558,102.12092 +2023-07-25 18:00:00,0.0,17375.041,280.7694,24.489498,34.663662,27.847998,164.30136,24.223843,32.6671,19.886555,21.130545,825.92554,299.96368,8.993831,131.06221,8.881686,0.7910635,26.192453,12.596104,2.0840657,334.41583,0.2711387,323.39246,43.77754,0.7881818,2.6279626,107.04902,17.026676,43.328854,106.55665,25372.736,0.23350756,1549.929,0.58096653,0.35402957,0.16419566,0.94667226,145.67766,169.5862,25.53464,200.21976,21.365402,73.601265,2017.3499,2.8928356,289.18918,185.13362,359.05573,141.58287,343.2757,31.093758,477.9615,0.0,2457.0474,14380.077,34.997845,497.12146,148.16457,43692.266,132.04037,27.441357,164.1252,417.51746,66.34676,28.067608,257.28745,2137.5295,344.55292,174.14536,23.696854,16.576073,397.5481,70.03197,1363.5098,96.99516,2403.093,189.48145,384.9465,81.51062,174.17445,7.1289806,11.483916,18.511269,2.8766897,2.418287,67.09541,65.04655,70.76918,25.690784,27.973166,162.32349,7.0816255,3088.8098,68.802475,71.40927,83.80921,93.04575,219.53844,103.93293,154.35484,18.994019,39.363495,101.06435,297.33963,614.14746,74.34839,328.21808,73.23547,126.95497,280.0439,395.88147,961.75586,199.4517,4.0212865,21.605846,8.960108,39.59233,18336.45,3.3895915,17.716995,29.065323,33.221447,386.94156,56.360485,146.52159,2.9528704,151.0994,429.40546,299.97018,127.191025,482.02002,34.40161,94.25996,187.06912,11.382396,1.6500345,11.150455,1454.775,0.10013596,0.35145965,50.107105,7.8088713,3.7648883,4.4449058,8.16414,106.17336,37.739216,93.04395,615.7961,230.37354,2009.528,1856.0769,16.335484,29.668346,11392.636,7.9921865,66.92406,672.36926,125.10444,171.68205,76.99496,396.50217,837.85315,425.44986,16.794125,94.121506,1063.9508,2058.041,47.19484,599.893,46.559208,1.0861363,61.746155,1.118605,0.6839737,3.1228187,42.648518,121.18478,261.64618,18.79637,3294.9937,334.7594,120.38441,175.29637,80.605995,95.652214,54.155243,10.762971,103.03629,757.6228,228.43607,125.63337,111.32993,11.397581,123.03859,115.058464,39.430588,766.925,177.39554,3720.38,33.36481,3168.3684,78.81548,422.93896,2309.9631,81.448975,9.45614,1267.0488,1096.0049,3892.4417,102.047325 +2023-07-25 19:00:00,0.0,17376.672,280.97418,24.497608,34.66159,27.858276,164.2877,24.22318,32.665035,19.886787,21.127481,826.32996,299.62393,8.991583,131.06245,8.869878,0.7898231,26.197891,12.578335,2.0854247,334.3942,0.27094534,323.41663,43.767735,0.7889342,2.627774,107.04746,17.017267,43.277035,106.505905,25386.191,0.23279965,1550.0096,0.5800512,0.35347965,0.16384521,0.94453925,145.65361,169.51067,25.52868,200.2033,21.361506,73.66913,2018.3887,2.89109,289.39597,185.22809,359.08997,141.58047,343.2136,31.113758,478.20477,0.0,2456.631,14378.273,35.01947,497.34937,148.20097,43690.26,132.04063,27.45599,164.16293,417.7547,66.37892,28.087234,257.3654,2137.5935,344.54007,174.2227,23.7105,16.583904,397.4446,70.05336,1362.8777,96.91586,2403.5315,189.34691,385.00336,81.48233,173.88284,7.12699,11.479503,18.49211,2.8741596,2.415786,67.10216,65.06555,70.7766,25.708904,27.98031,162.09752,7.079758,3089.0793,68.71648,71.443214,83.717766,92.99854,219.55084,103.854034,154.4758,18.969456,39.349743,101.02641,297.30295,613.7825,74.2164,327.935,73.19335,126.99948,279.99902,396.07193,961.7775,199.20137,4.0217977,21.613474,8.957796,39.58859,18341.004,3.3866541,17.7258,29.077553,33.188633,386.59503,56.293415,146.41216,2.952392,150.9249,429.167,299.84796,127.19644,482.26663,34.411377,94.30941,186.92581,11.378609,1.6496754,11.148439,1453.5945,0.10001772,0.35113215,50.094643,7.8133836,3.7646608,4.441826,8.159342,106.10436,37.716953,93.000145,615.51447,230.41074,2009.7418,1856.2698,16.340914,29.676668,11390.521,7.991092,66.93873,672.56976,125.15491,171.72618,77.01582,396.61703,837.66974,425.49683,16.801401,94.15359,1063.9862,2058.318,47.208508,599.9933,46.575146,1.0862013,61.74959,1.1186063,0.6840011,3.1229851,42.669125,121.19946,261.61072,18.79884,3294.5857,334.8766,120.42518,175.34106,80.61291,95.65037,54.150875,10.775773,103.047714,757.9243,228.54887,125.68367,111.390175,11.378763,123.149284,115.13474,39.413177,766.71967,177.40631,3719.7698,33.357086,3167.368,78.81497,422.9152,2309.624,81.45596,9.45629,1266.401,1094.9543,3889.7278,101.97373 +2023-07-25 20:00:00,0.0,17378.3,281.17896,24.50572,34.65952,27.868557,164.27403,24.222519,32.662968,19.887018,21.124418,826.7343,299.28415,8.989335,131.06271,8.85807,0.7885827,26.20333,12.560566,2.086784,334.37253,0.27075198,323.4408,43.757927,0.7896865,2.6275856,107.045906,17.007858,43.225212,106.45516,25399.645,0.23209175,1550.0903,0.57913584,0.35292977,0.16349478,0.9424062,145.62958,169.43512,25.52272,200.18683,21.357609,73.736984,2019.4275,2.8893445,289.60275,185.32254,359.12427,141.5781,343.15146,31.133759,478.44806,0.0,2456.2148,14376.471,35.041096,497.5773,148.23738,43688.258,132.0409,27.470621,164.20067,417.992,66.41109,28.10686,257.4433,2137.6577,344.52722,174.30006,23.72415,16.591736,397.34113,70.07475,1362.2457,96.836555,2403.9697,189.21237,385.0602,81.45403,173.59125,7.124999,11.475088,18.47295,2.8716297,2.413285,67.10891,65.08455,70.784035,25.727024,27.987455,161.87155,7.077891,3089.349,68.630486,71.47715,83.62632,92.95133,219.56326,103.77514,154.59677,18.944891,39.33599,100.98847,297.26624,613.4175,74.08441,327.65195,73.15122,127.044,279.95413,396.2624,961.79913,198.95103,4.0223093,21.621101,8.955484,39.58485,18345.557,3.3837168,17.734602,29.089785,33.15582,386.24847,56.226345,146.30272,2.9519136,150.75041,428.92856,299.72574,127.20186,482.51324,34.421146,94.358864,186.78249,11.374823,1.6493162,11.146423,1452.414,0.09989948,0.35080463,50.082176,7.817896,3.7644334,4.4387455,8.154544,106.03536,37.69469,92.95634,615.2328,230.44795,2009.9557,1856.4625,16.346344,29.68499,11388.407,7.9899983,66.95341,672.77026,125.205376,171.7703,77.03669,396.7319,837.48627,425.54376,16.808678,94.18566,1064.0216,2058.595,47.22218,600.09357,46.591084,1.0862663,61.753033,1.1186078,0.68402845,3.1231513,42.689735,121.21415,261.5753,18.801308,3294.1777,334.99374,120.46595,175.38576,80.61982,95.64852,54.146507,10.788575,103.05914,758.22577,228.66168,125.73397,111.450424,11.359946,123.25998,115.21102,39.395767,766.51434,177.41708,3719.16,33.349358,3166.3677,78.81446,422.8914,2309.2847,81.46295,9.456441,1265.7533,1093.9039,3887.0137,101.90014 +2023-07-25 21:00:00,0.0,17379.93,281.38373,24.51383,34.657448,27.878838,164.26036,24.221857,32.660904,19.88725,21.121355,827.13873,298.9444,8.987087,131.06296,8.846263,0.78734225,26.208769,12.542796,2.088143,334.3509,0.2705586,323.46497,43.74812,0.7904389,2.627397,107.04435,16.99845,43.17339,106.40442,25413.1,0.23138386,1550.171,0.57822055,0.3523799,0.16314434,0.94027305,145.60553,169.35959,25.51676,200.17036,21.353712,73.80485,2020.4664,2.887599,289.80954,185.417,359.15857,141.57571,343.08932,31.153759,478.69138,0.0,2455.7988,14374.668,35.062725,497.80524,148.27379,43686.258,132.04115,27.485252,164.2384,418.22925,66.443245,28.126486,257.5212,2137.7217,344.51437,174.37741,23.737799,16.599567,397.2376,70.096146,1361.6136,96.757256,2404.4082,189.07782,385.11703,81.42574,173.29964,7.1230083,11.4706745,18.45379,2.8690999,2.410784,67.115654,65.103546,70.791466,25.745144,27.994602,161.64557,7.0760236,3089.6187,68.54449,71.511086,83.53487,92.90412,219.57567,103.69624,154.71774,18.920328,39.32224,100.95053,297.22955,613.05255,73.952415,327.3689,73.10909,127.08851,279.90924,396.45282,961.82074,198.7007,4.0228205,21.62873,8.953173,39.581112,18350.111,3.3807797,17.743406,29.102016,33.123005,385.90192,56.159275,146.19328,2.9514353,150.57591,428.6901,299.60352,127.207275,482.75983,34.430912,94.40832,186.63918,11.371037,1.648957,11.144406,1451.2333,0.09978124,0.35047713,50.069714,7.822408,3.764206,4.4356656,8.149746,105.96636,37.672432,92.91253,614.9511,230.48515,2010.1697,1856.6554,16.351774,29.693314,11386.293,7.988904,66.96808,672.97076,125.25585,171.81442,77.05756,396.84677,837.30286,425.59073,16.815956,94.21774,1064.0569,2058.872,47.23585,600.19385,46.607025,1.0863312,61.75647,1.1186092,0.6840558,3.1233177,42.710346,121.228836,261.53983,18.803776,3293.7698,335.1109,120.50672,175.43045,80.62673,95.646675,54.142136,10.801378,103.070564,758.5273,228.77449,125.78426,111.510666,11.341129,123.370674,115.2873,39.378353,766.30896,177.42786,3718.5498,33.341633,3165.3674,78.81395,422.86758,2308.9453,81.46994,9.456592,1265.1055,1092.8535,3884.2998,101.82654 +2023-07-25 22:00:00,0.0,17381.56,281.5885,24.521942,34.655376,27.889116,164.2467,24.221195,32.65884,19.887482,21.118294,827.54315,298.6046,8.984839,131.06322,8.834455,0.7861018,26.214207,12.525027,2.089502,334.32925,0.27036524,323.48914,43.73831,0.7911913,2.6272085,107.04279,16.98904,43.121567,106.353676,25426.555,0.23067595,1550.2517,0.5773052,0.35182998,0.16279389,0.93814003,145.5815,169.28404,25.5108,200.1539,21.349815,73.8727,2021.5052,2.8858533,290.01633,185.51146,359.19287,141.57332,343.02722,31.17376,478.93466,0.0,2455.3826,14372.865,35.08435,498.03314,148.3102,43684.254,132.04141,27.499884,164.27614,418.4665,66.4754,28.14611,257.59915,2137.786,344.50153,174.45477,23.751448,16.607399,397.13412,70.11754,1360.9817,96.677956,2404.8467,188.94328,385.1739,81.39745,173.00804,7.1210175,11.466261,18.434631,2.86657,2.408283,67.122406,65.12255,70.79889,25.763262,28.001747,161.4196,7.0741563,3089.8882,68.458496,71.54503,83.44342,92.85691,219.58807,103.61735,154.83871,18.895763,39.30849,100.91259,297.19284,612.68756,73.82043,327.08585,73.06697,127.133026,279.86435,396.64328,961.8424,198.45036,4.023332,21.636358,8.95086,39.57737,18354.666,3.3778424,17.75221,29.114246,33.09019,385.5554,56.092205,146.08385,2.9509568,150.40141,428.45163,299.48132,127.21269,483.00644,34.44068,94.45777,186.49585,11.36725,1.6485978,11.14239,1450.0527,0.099663,0.35014963,50.057247,7.8269205,3.7639785,4.4325857,8.144949,105.89736,37.65017,92.86872,614.6695,230.52235,2010.3835,1856.8483,16.357204,29.701635,11384.179,7.98781,66.98275,673.17126,125.30632,171.85854,77.07843,396.96164,837.1194,425.6377,16.823233,94.249825,1064.0923,2059.149,47.24952,600.29407,46.622963,1.0863962,61.759907,1.1186105,0.68408316,3.123484,42.730957,121.24353,261.5044,18.806246,3293.3618,335.22806,120.54749,175.47513,80.633644,95.64483,54.137768,10.81418,103.081985,758.82874,228.8873,125.834564,111.57091,11.322311,123.48137,115.36358,39.360943,766.10364,177.43863,3717.9397,33.333904,3164.367,78.81343,422.8438,2308.6062,81.47693,9.456742,1264.4578,1091.803,3881.586,101.752945 +2023-07-25 23:00:00,0.0,17383.19,281.7933,24.530052,34.653305,27.899397,164.23303,24.220533,32.656773,19.887714,21.11523,827.9476,298.26486,8.982592,131.06346,8.822647,0.7848614,26.219646,12.507258,2.0908613,334.30762,0.27017188,323.5133,43.728508,0.79194367,2.62702,107.04123,16.979631,43.069744,106.30294,25440.008,0.22996806,1550.3324,0.57638985,0.3512801,0.16244346,0.93600696,145.55745,169.20851,25.504839,200.13744,21.345919,73.94057,2022.5441,2.8841078,290.2231,185.60591,359.2271,141.57094,342.9651,31.193758,479.17798,0.0,2454.9663,14371.062,35.105976,498.26108,148.3466,43682.25,132.04167,27.514517,164.31387,418.70377,66.50757,28.165735,257.67706,2137.8499,344.48865,174.53212,23.765095,16.61523,397.03064,70.13893,1360.3497,96.598656,2405.2852,188.80873,385.23074,81.369156,172.71643,7.1190267,11.461847,18.415472,2.86404,2.405782,67.12915,65.141556,70.80632,25.781382,28.008892,161.19363,7.072289,3090.1577,68.3725,71.578964,83.351974,92.8097,219.6005,103.53845,154.95967,18.871199,39.29474,100.87466,297.15616,612.3226,73.68844,326.80276,73.02484,127.177536,279.81946,396.83374,961.864,198.20003,4.0238433,21.643986,8.948548,39.57363,18359.219,3.374905,17.761013,29.126478,33.057377,385.20883,56.025135,145.97441,2.9504786,150.22691,428.2132,299.3591,127.21811,483.25305,34.450447,94.50722,186.35254,11.363463,1.6482387,11.140374,1448.8722,0.099544756,0.3498221,50.044785,7.831433,3.763751,4.429506,8.140151,105.82837,37.627907,92.82491,614.3878,230.55957,2010.5975,1857.041,16.362635,29.709957,11382.065,7.986716,66.99742,673.37177,125.35679,171.90266,77.0993,397.07654,836.936,425.68463,16.830511,94.2819,1064.1277,2059.426,47.26319,600.39435,46.6389,1.0864612,61.763344,1.1186119,0.6841105,3.1236503,42.751564,121.25822,261.46893,18.808714,3292.9539,335.3452,120.588264,175.51982,80.64056,95.642975,54.1334,10.8269825,103.093414,759.13025,229.0001,125.884865,111.63116,11.303494,123.592064,115.43985,39.343533,765.8983,177.44942,3717.3296,33.32618,3163.3667,78.81292,422.82,2308.2668,81.48392,9.456893,1263.8099,1090.7526,3878.8718,101.67935 +2023-07-26 00:00:00,0.0,17384.818,281.99808,24.538164,34.651234,27.909678,164.21936,24.219872,32.65471,19.887945,21.112167,828.3519,297.9251,8.980344,131.06372,8.810839,0.78362095,26.225084,12.48949,2.0922203,334.28598,0.2699785,323.53748,43.7187,0.79269606,2.6268313,107.03967,16.970224,43.01792,106.2522,25453.463,0.22926016,1550.4131,0.5754745,0.3507302,0.16209301,0.93387395,145.5334,169.13298,25.49888,200.12097,21.342022,74.00843,2023.583,2.8823621,290.4299,185.70038,359.2614,141.56856,342.90298,31.213758,479.42126,0.0,2454.55,14369.259,35.1276,498.489,148.38301,43680.246,132.04193,27.529148,164.35162,418.94104,66.53973,28.185362,257.755,2137.9138,344.4758,174.60948,23.778744,16.623062,396.92715,70.16033,1359.7177,96.519356,2405.7236,188.6742,385.2876,81.340866,172.42484,7.117036,11.457434,18.396313,2.86151,2.403281,67.1359,65.16055,70.81374,25.799501,28.016037,160.96767,7.0704217,3090.4275,68.28651,71.6129,83.26052,92.76249,219.6129,103.45955,155.08064,18.846636,39.280987,100.836716,297.11948,611.9576,73.55645,326.5197,72.98272,127.222046,279.77457,397.0242,961.8856,197.94969,4.024355,21.651613,8.946237,39.569893,18363.773,3.3719678,17.769817,29.13871,33.024563,384.86227,55.958065,145.86497,2.95,150.05243,427.97473,299.23688,127.223526,483.49966,34.460213,94.55667,186.20921,11.359677,1.6478794,11.138358,1447.6915,0.099426515,0.3494946,50.03232,7.835945,3.7635236,4.4264255,8.135353,105.75937,37.605648,92.781105,614.1062,230.59677,2010.8114,1857.2339,16.368065,29.718279,11379.951,7.9856215,67.0121,673.57227,125.40726,171.94678,77.12016,397.1914,836.7525,425.7316,16.837788,94.31398,1064.1631,2059.703,47.27686,600.4946,46.65484,1.0865262,61.766785,1.1186132,0.6841378,3.1238165,42.772175,121.2729,261.4335,18.811182,3292.5461,335.46237,120.62903,175.56451,80.64747,95.64113,54.129032,10.839785,103.104836,759.43176,229.1129,125.93516,111.6914,11.2846775,123.70276,115.51613,39.326122,765.693,177.46019,3716.7195,33.318455,3162.3662,78.81241,422.79623,2307.9275,81.490906,9.457044,1263.1621,1089.7021,3876.158,101.60576 +2023-07-26 01:00:00,0.0,17386.447,282.20285,24.546274,34.649162,27.919956,164.2057,24.21921,32.65264,19.888178,21.109104,828.75635,297.58533,8.978097,131.06396,8.799031,0.7823805,26.230522,12.47172,2.0935795,334.26434,0.26978514,323.56165,43.708893,0.7934484,2.626643,107.03812,16.960815,42.966103,106.201454,25466.918,0.22855225,1550.4938,0.5745592,0.3501803,0.16174257,0.9317409,145.50937,169.05743,25.49292,200.1045,21.338125,74.07629,2024.6218,2.8806167,290.6367,185.79483,359.29572,141.56616,342.84085,31.233759,479.66455,0.0,2454.1338,14367.456,35.14923,498.71692,148.41942,43678.242,132.04219,27.54378,164.38936,419.17828,66.571884,28.204987,257.83292,2137.978,344.46295,174.68683,23.792393,16.630894,396.82367,70.181725,1359.0857,96.440056,2406.1619,188.53966,385.34442,81.31257,172.13322,7.115045,11.45302,18.377153,2.8589802,2.4007797,67.14265,65.17956,70.821175,25.817621,28.023184,160.7417,7.0685544,3090.697,68.20051,71.64684,83.169075,92.71528,219.6253,103.38065,155.20161,18.822071,39.267235,100.798775,297.08276,611.5926,73.42446,326.23666,72.94059,127.26656,279.7297,397.21466,961.9073,197.69936,4.024866,21.65924,8.943925,39.56615,18368.328,3.3690305,17.778622,29.15094,32.991745,384.51575,55.890995,145.75554,2.9495215,149.87793,427.73627,299.11465,127.22894,483.74628,34.469982,94.606125,186.0659,11.355891,1.6475202,11.136342,1446.511,0.09930828,0.3491671,50.01985,7.8404574,3.7632961,4.4233456,8.130555,105.69037,37.583385,92.7373,613.8245,230.63397,2011.0253,1857.4266,16.373495,29.7266,11377.837,7.9845276,67.02677,673.7728,125.45773,171.99089,77.14103,397.30627,836.5691,425.77853,16.845064,94.34606,1064.1984,2059.98,47.29053,600.5949,46.670776,1.0865911,61.77022,1.1186147,0.6841652,3.123983,42.792786,121.28759,261.39807,18.81365,3292.1382,335.57953,120.6698,175.6092,80.65438,95.63928,54.124664,10.852588,103.116264,759.7332,229.22571,125.98546,111.75165,11.265861,123.81345,115.59241,39.308712,765.4877,177.47096,3716.1096,33.310726,3161.366,78.8119,422.77243,2307.5884,81.497894,9.457194,1262.5144,1088.6516,3873.4438,101.532166 +2023-07-26 02:00:00,0.0,17388.078,282.40765,24.554386,34.64709,27.930237,164.19203,24.21855,32.650578,19.88841,21.106041,829.16077,297.24557,8.975849,131.06422,8.787224,0.78114015,26.235962,12.453951,2.0949388,334.24268,0.26959175,323.58582,43.69909,0.7942008,2.6264544,107.03656,16.951406,42.91428,106.15071,25480.371,0.22784436,1550.5745,0.57364386,0.34963042,0.16139214,0.9296078,145.48532,168.9819,25.48696,200.08804,21.33423,74.14415,2025.6606,2.878871,290.84344,185.8893,359.33002,141.56378,342.77875,31.25376,479.90787,0.0,2453.7178,14365.653,35.170856,498.94485,148.45584,43676.24,132.04245,27.55841,164.4271,419.41553,66.60405,28.224613,257.91086,2138.042,344.4501,174.76418,23.806042,16.638725,396.72018,70.20312,1358.4536,96.360756,2406.6003,188.4051,385.40128,81.28428,171.84163,7.1130543,11.448606,18.357994,2.8564503,2.3982787,67.1494,65.198555,70.8286,25.835741,28.030329,160.51573,7.066687,3090.9666,68.11452,71.68078,83.07763,92.66807,219.63773,103.30176,155.32259,18.797508,39.253483,100.76084,297.04608,611.2276,73.29247,325.95358,72.89847,127.31107,279.6848,397.40512,961.9289,197.44902,4.0253778,21.666868,8.941613,39.562412,18372.883,3.3660932,17.787426,29.163172,32.95893,384.1692,55.823925,145.6461,2.9490433,149.70343,427.49783,298.99246,127.23436,483.9929,34.479748,94.65558,185.92258,11.352105,1.647161,11.134326,1445.3303,0.09919004,0.34883958,50.00739,7.8449697,3.7630687,4.4202657,8.125757,105.62137,37.561123,92.69349,613.54285,230.67119,2011.2393,1857.6195,16.378925,29.734924,11375.723,7.9834332,67.04144,673.9733,125.5082,172.03502,77.161896,397.42114,836.3856,425.8255,16.852343,94.378136,1064.2338,2060.2568,47.304203,600.6952,46.686718,1.0866561,61.77366,1.118616,0.68419254,3.124149,42.813396,121.30228,261.3626,18.81612,3291.7302,335.6967,120.71057,175.6539,80.66129,95.637436,54.120296,10.86539,103.127686,760.0347,229.33852,126.03576,111.81189,11.247043,123.92415,115.668686,39.2913,765.28235,177.48174,3715.4995,33.303,3160.3655,78.811386,422.74866,2307.249,81.50488,9.457345,1261.8666,1087.6012,3870.73,101.45857 +2023-07-26 03:00:00,0.0,17389.707,282.61243,24.562496,34.64502,27.940517,164.17836,24.217888,32.648514,19.888641,21.102978,829.5652,296.9058,8.973601,131.06447,8.775415,0.7798997,26.2414,12.436182,2.0962977,334.22104,0.2693984,323.61,43.68928,0.79495317,2.6262658,107.035,16.941998,42.862457,106.099976,25493.826,0.22713646,1550.6552,0.5727285,0.3490805,0.16104169,0.9274748,145.46129,168.90636,25.480999,200.07158,21.330334,74.212006,2026.6996,2.8771255,291.05023,185.98375,359.3643,141.5614,342.7166,31.27376,480.15115,0.0,2453.3015,14363.85,35.192482,499.1728,148.49225,43674.234,132.04271,27.573044,164.46483,419.65277,66.63621,28.244238,257.98877,2138.1062,344.43726,174.84154,23.819689,16.646557,396.6167,70.22451,1357.8217,96.28145,2407.0388,188.27057,385.45813,81.25599,171.55002,7.1110635,11.444192,18.338835,2.8539202,2.3957777,67.15614,65.21756,70.83603,25.853859,28.037474,160.28976,7.0648203,3091.2363,68.02852,71.714714,82.98618,92.62086,219.65013,103.22286,155.44354,18.772943,39.239735,100.7229,297.00937,610.8626,73.160484,325.67053,72.85634,127.35559,279.63992,397.59558,961.9505,197.19868,4.025889,21.674496,8.9393015,39.558674,18377.436,3.363156,17.796228,29.175404,32.926117,383.82263,55.756855,145.53667,2.9485648,149.52893,427.25937,298.87024,127.23978,484.2395,34.489513,94.70503,185.77927,11.348318,1.6468018,11.13231,1444.1498,0.0990718,0.34851208,49.994923,7.849482,3.7628412,4.417186,8.120959,105.552376,37.538864,92.64968,613.2612,230.70839,2011.4531,1857.8124,16.384356,29.743246,11373.608,7.9823394,67.056114,674.1738,125.55867,172.07913,77.18276,397.536,836.2022,425.87247,16.85962,94.41022,1064.2692,2060.534,47.31787,600.7954,46.702656,1.0867211,61.777096,1.1186174,0.6842199,3.1243155,42.834003,121.31697,261.32718,18.818588,3291.3223,335.81384,120.75134,175.6986,80.668205,95.63558,54.11593,10.878192,103.139114,760.3362,229.45132,126.08605,111.87213,11.228226,124.03484,115.74496,39.27389,765.07697,177.49252,3714.8894,33.295277,3159.3652,78.81087,422.72485,2306.9097,81.51187,9.457496,1261.2189,1086.5508,3868.0159,101.38498 +2023-07-26 04:00:00,0.0,17391.336,282.8172,24.570608,34.64295,27.950796,164.1647,24.217226,32.646446,19.888874,21.099915,829.96954,296.56604,8.971354,131.06473,8.763608,0.7786593,26.246838,12.418412,2.097657,334.1994,0.26920503,323.63416,43.679474,0.79570556,2.6260772,107.03344,16.932589,42.810635,106.04923,25507.281,0.22642855,1550.7358,0.5718132,0.34853062,0.16069126,0.9253417,145.43724,168.83083,25.475039,200.05511,21.326437,74.27987,2027.7384,2.8753798,291.25702,186.0782,359.39856,141.559,342.6545,31.293758,480.39444,0.0,2452.8855,14362.047,35.214108,499.4007,148.52866,43672.23,132.04297,27.587675,164.50256,419.89005,66.66837,28.263865,258.0667,2138.1702,344.4244,174.91888,23.833338,16.654388,396.5132,70.2459,1357.1897,96.20215,2407.4773,188.13602,385.51495,81.22769,171.25842,7.1090727,11.439778,18.319675,2.8513904,2.3932767,67.16289,65.23656,70.84346,25.871979,28.044619,160.06378,7.062953,3091.5059,67.94253,71.74866,82.89473,92.573654,219.66254,103.14397,155.56451,18.74838,39.225983,100.68496,296.9727,610.4976,73.028496,325.38748,72.81422,127.4001,279.59503,397.78604,961.97217,196.94833,4.0264006,21.682123,8.93699,39.55493,18381.99,3.3602188,17.805033,29.187634,32.893303,383.4761,55.689785,145.42723,2.9480865,149.35443,427.0209,298.74802,127.24519,484.4861,34.499283,94.75448,185.63594,11.344532,1.6464427,11.130294,1442.9692,0.09895356,0.3481846,49.98246,7.8539944,3.7626138,4.4141054,8.116161,105.483376,37.5166,92.60587,612.97955,230.7456,2011.6671,1858.0051,16.389784,29.751568,11371.494,7.981245,67.070786,674.3743,125.60914,172.12326,77.20363,397.6509,836.01874,425.9194,16.866896,94.44229,1064.3046,2060.8108,47.331543,600.8957,46.718594,1.086786,61.780537,1.1186187,0.68424726,3.1244817,42.854614,121.33166,261.29172,18.821056,3290.9143,335.931,120.792114,175.74329,80.67512,95.633736,54.11156,10.890995,103.150536,760.6377,229.56413,126.13635,111.93238,11.209409,124.14554,115.821236,39.25648,764.87164,177.5033,3714.2793,33.287548,3158.3647,78.810356,422.70108,2306.5706,81.51886,9.457646,1260.571,1085.5004,3865.302,101.31138 +2023-07-26 05:00:00,0.0,17392.967,283.02197,24.578718,34.640877,27.961077,164.15103,24.216564,32.644382,19.889105,21.096853,830.37396,296.2263,8.969106,131.06497,8.751801,0.77741885,26.252277,12.400643,2.099016,334.17776,0.26901165,323.65833,43.66967,0.79645795,2.6258886,107.03188,16.923182,42.758812,105.99849,25520.736,0.22572066,1550.8165,0.5708979,0.34798074,0.16034082,0.9232087,145.4132,168.75528,25.46908,200.03864,21.32254,74.347725,2028.7772,2.8736343,291.4638,186.17267,359.43286,141.55663,342.59238,31.313759,480.63776,0.0,2452.4692,14360.244,35.235737,499.62863,148.56506,43670.227,132.04324,27.602306,164.5403,420.12732,66.70053,28.28349,258.14462,2138.2344,344.41153,174.99625,23.846987,16.66222,396.40973,70.267296,1356.5576,96.12285,2407.9158,188.00148,385.5718,81.1994,170.96681,7.107082,11.435365,18.300516,2.8488605,2.3907757,67.16964,65.25556,70.85088,25.890099,28.051765,159.83781,7.0610857,3091.7754,67.85653,71.78259,82.80328,92.52644,219.67496,103.06507,155.68549,18.723816,39.21223,100.64702,296.936,610.1327,72.89651,325.10443,72.77209,127.44462,279.55014,397.9765,961.9938,196.698,4.026912,21.68975,8.934678,39.551193,18386.545,3.3572814,17.813837,29.199865,32.86049,383.12955,55.622715,145.3178,2.947608,149.17995,426.78247,298.6258,127.25061,484.73273,34.50905,94.80393,185.49263,11.340746,1.6460835,11.128278,1441.7886,0.09883532,0.34785706,49.969994,7.8585067,3.7623863,4.4110255,8.111363,105.414375,37.49434,92.562065,612.6979,230.7828,2011.881,1858.198,16.395214,29.75989,11369.38,7.9801507,67.085464,674.5748,125.659615,172.16737,77.224495,397.76578,835.8353,425.96637,16.874174,94.47437,1064.3398,2061.088,47.34521,600.996,46.73453,1.086851,61.783974,1.1186202,0.6842746,3.124648,42.875225,121.346344,261.2563,18.823526,3290.5063,336.04816,120.832886,175.78796,80.68203,95.63189,54.10719,10.903797,103.161964,760.9392,229.67694,126.18665,111.99262,11.190592,124.25623,115.897514,39.23907,764.6663,177.51407,3713.6692,33.279823,3157.3645,78.809845,422.67728,2306.2312,81.52585,9.457796,1259.9233,1084.4498,3862.588,101.237785 +2023-07-26 06:00:00,0.0,17394.596,283.22675,24.58683,34.638805,27.971357,164.13736,24.215902,32.642315,19.889338,21.09379,830.7784,295.8865,8.966858,131.06523,8.739992,0.7761784,26.257715,12.3828745,2.1003752,334.15613,0.2688183,323.6825,43.659863,0.7972103,2.6257002,107.03033,16.913773,42.706993,105.94775,25534.19,0.22501276,1550.8972,0.5699825,0.34743083,0.15999037,0.92107564,145.38916,168.67975,25.46312,200.02217,21.318644,74.41559,2029.8162,2.8718889,291.6706,186.26712,359.46716,141.55424,342.53027,31.33376,480.88104,0.0,2452.053,14358.441,35.257362,499.85657,148.60147,43668.223,132.0435,27.616938,164.57803,420.36456,66.73269,28.303116,258.22253,2138.2983,344.39868,175.0736,23.860636,16.670052,396.30624,70.28869,1355.9257,96.04355,2408.354,187.86694,385.62863,81.171104,170.67522,7.105091,11.430951,18.281357,2.8463304,2.3882747,67.176384,65.27457,70.858315,25.908218,28.05891,159.61185,7.0592184,3092.045,67.77054,71.816536,82.71184,92.47923,219.68736,102.98617,155.80646,18.699251,39.19848,100.609085,296.8993,609.7677,72.76452,324.82135,72.729965,127.48913,279.50525,398.16693,962.0154,196.44766,4.0274234,21.69738,8.932365,39.547455,18391.098,3.3543441,17.82264,29.212097,32.827675,382.783,55.555645,145.20836,2.9471297,149.00545,426.544,298.5036,127.25603,484.97934,34.518814,94.853386,185.3493,11.33696,1.6457243,11.126262,1440.608,0.09871708,0.34752956,49.95753,7.863019,3.7621589,4.4079456,8.106566,105.345375,37.472076,92.51826,612.41626,230.82,2012.0948,1858.3907,16.400644,29.768211,11367.267,7.979057,67.100136,674.7753,125.71008,172.2115,77.24536,397.88065,835.65186,426.0133,16.88145,94.506454,1064.3752,2061.3647,47.358883,601.09625,46.750473,1.086916,61.78741,1.1186215,0.684302,3.1248143,42.895836,121.36103,261.22083,18.825994,3290.0986,336.16534,120.87366,175.83266,80.68894,95.63004,54.10282,10.916599,103.173386,761.24066,229.78975,126.23695,112.05287,11.171774,124.36693,115.97379,39.22166,764.461,177.52484,3713.0593,33.272095,3156.364,78.80933,422.6535,2305.8918,81.532845,9.457947,1259.2755,1083.3994,3859.874,101.16419 +2023-07-26 07:00:00,0.0,17396.225,283.43155,24.59494,34.63673,27.981638,164.1237,24.21524,32.64025,19.889568,21.090727,831.1828,295.54675,8.96461,131.06548,8.728185,0.774938,26.263155,12.365105,2.1017344,334.1345,0.2686249,323.70667,43.650055,0.79796267,2.6255116,107.02877,16.904364,42.65517,105.89701,25547.645,0.22430485,1550.9779,0.5690672,0.34688094,0.15963994,0.9189426,145.36511,168.6042,25.457159,200.0057,21.314747,74.483444,2030.855,2.8701432,291.87738,186.36157,359.50143,141.55185,342.46814,31.35376,481.12433,0.0,2451.6367,14356.638,35.278988,500.08447,148.63788,43666.22,132.04376,27.63157,164.61577,420.60184,66.764854,28.32274,258.30048,2138.3625,344.38583,175.15096,23.874285,16.677885,396.20276,70.31008,1355.2936,95.96425,2408.7925,187.73239,385.68552,81.142815,170.3836,7.1031003,11.4265375,18.262197,2.8438005,2.3857737,67.183136,65.293564,70.86574,25.926338,28.066055,159.38588,7.057351,3092.3147,67.68454,71.85047,82.620384,92.43202,219.69977,102.90727,155.92741,18.674688,39.184727,100.571144,296.8626,609.4027,72.63252,324.5383,72.687836,127.53364,279.46036,398.3574,962.03705,196.19733,4.027935,21.705008,8.930054,39.543713,18395.652,3.3514068,17.831444,29.224327,32.79486,382.43646,55.488575,145.09892,2.9466512,148.83095,426.30554,298.38138,127.261444,485.22595,34.528584,94.90284,185.206,11.333173,1.645365,11.124246,1439.4275,0.09859884,0.34720203,49.945065,7.8675313,3.7619314,4.4048653,8.1017685,105.27638,37.449818,92.47445,612.1346,230.85722,2012.3088,1858.5836,16.406075,29.776533,11365.152,7.9779625,67.11481,674.9758,125.76055,172.25562,77.26623,397.9955,835.46844,426.06027,16.88873,94.53853,1064.4106,2061.6418,47.372555,601.19653,46.76641,1.0869808,61.790848,1.1186229,0.68432933,3.1249804,42.916447,121.37572,261.1854,18.828463,3289.6907,336.2825,120.91443,175.87735,80.695854,95.62819,54.098454,10.929402,103.184814,761.5422,229.90256,126.28725,112.11311,11.152957,124.47763,116.050064,39.20425,764.2557,177.53563,3712.4492,33.26437,3155.3638,78.80882,422.6297,2305.5527,81.53983,9.458097,1258.6278,1082.349,3857.1602,101.0906 +2023-07-26 08:00:00,0.0,17397.854,283.63632,24.603052,34.63466,27.991917,164.11003,24.214579,32.638187,19.889801,21.087664,831.5872,295.20697,8.962362,131.06573,8.716376,0.7736976,26.268593,12.347336,2.1030934,334.11282,0.26843154,323.73083,43.640247,0.79871505,2.625323,107.027214,16.894955,42.603348,105.84627,25561.1,0.22359696,1551.0586,0.5681519,0.34633103,0.1592895,0.91680956,145.34108,168.52867,25.451199,199.98924,21.31085,74.55131,2031.8938,2.8683977,292.08417,186.45604,359.53574,141.54947,342.40604,31.373758,481.36765,0.0,2451.2207,14354.835,35.300613,500.3124,148.67429,43664.215,132.04402,27.646202,164.65352,420.8391,66.79701,28.342365,258.3784,2138.4265,344.373,175.2283,23.887932,16.685717,396.09927,70.331474,1354.6616,95.88495,2409.231,187.59785,385.74234,81.11452,170.09201,7.1011095,11.422123,18.243038,2.8412707,2.3832726,67.18988,65.31257,70.87317,25.944458,28.0732,159.15991,7.055484,3092.5842,67.59855,71.88441,82.52894,92.38481,219.71219,102.82838,156.04839,18.650124,39.17098,100.5332,296.8259,609.0377,72.500534,324.25525,72.64571,127.578156,279.41547,398.54785,962.05865,195.94699,4.028446,21.712635,8.927742,39.539974,18400.207,3.3484695,17.840248,29.236559,32.762047,382.0899,55.421505,144.98949,2.946173,148.65645,426.0671,298.25916,127.26686,485.47256,34.53835,94.95229,185.06267,11.329387,1.6450058,11.12223,1438.2468,0.0984806,0.34687454,49.932602,7.8720436,3.7617037,4.4017854,8.096971,105.20738,37.427555,92.43064,611.8529,230.89442,2012.5227,1858.7764,16.411505,29.784857,11363.038,7.9768686,67.12948,675.17633,125.81103,172.29973,77.287094,398.11038,835.285,426.10724,16.896006,94.57061,1064.4459,2061.9187,47.386223,601.2968,46.78235,1.0870458,61.794285,1.1186242,0.6843567,3.1251469,42.937054,121.39041,261.14996,18.83093,3289.2827,336.39966,120.9552,175.92204,80.70277,95.62634,54.094086,10.942204,103.196236,761.8436,230.01537,126.33755,112.17336,11.13414,124.588326,116.12634,39.18684,764.0503,177.5464,3711.839,33.256645,3154.3633,78.808304,422.6059,2305.2134,81.54682,9.458248,1257.98,1081.2985,3854.446,101.017006 +2023-07-26 09:00:00,0.0,17399.484,283.8411,24.611162,34.632587,28.002197,164.09636,24.213917,32.63612,19.890034,21.0846,831.9916,294.86722,8.9601145,131.06598,8.704569,0.7724572,26.27403,12.329567,2.1044526,334.0912,0.2682382,323.755,43.630444,0.79946744,2.6251345,107.02566,16.885546,42.551525,105.795525,25574.553,0.22288907,1551.1393,0.56723654,0.34578115,0.15893905,0.9146765,145.31703,168.45314,25.445238,199.97278,21.306953,74.61916,2032.9327,2.866652,292.29092,186.55049,359.57,141.54709,342.3439,31.393759,481.61093,0.0,2450.8044,14353.032,35.322243,500.54034,148.7107,43662.215,132.04428,27.660833,164.69125,421.07632,66.82918,28.361992,258.45633,2138.4905,344.36014,175.30566,23.90158,16.693548,395.9958,70.352875,1354.0295,95.80565,2409.6694,187.4633,385.7992,81.08623,169.80042,7.0991187,11.417709,18.223879,2.8387408,2.3807716,67.19663,65.33157,70.88059,25.962576,28.080347,158.93394,7.0536165,3092.8538,67.51255,71.91835,82.43749,92.3376,219.7246,102.74948,156.16936,18.62556,39.157227,100.49527,296.7892,608.6727,72.368546,323.97217,72.603584,127.622665,279.37057,398.7383,962.08026,195.69666,4.028958,21.720263,8.92543,39.536236,18404.76,3.3455324,17.849052,29.24879,32.729233,381.74335,55.354435,144.88005,2.9456944,148.48196,425.82864,298.13693,127.27228,485.71918,34.54812,95.00174,184.91936,11.325601,1.6446466,11.1202135,1437.0663,0.098362364,0.34654704,49.920135,7.876556,3.7614763,4.3987055,8.092173,105.13838,37.405293,92.38683,611.5713,230.93163,2012.7367,1858.9692,16.416935,29.793179,11360.924,7.9757743,67.14415,675.37683,125.861496,172.34386,77.30796,398.22528,835.10156,426.15417,16.903282,94.60269,1064.4813,2062.1958,47.399895,601.39703,46.798286,1.0871108,61.797726,1.1186256,0.68438405,3.125313,42.957664,121.4051,261.1145,18.8334,3288.8748,336.5168,120.995964,175.96674,80.70968,95.6245,54.089718,10.955007,103.207664,762.14514,230.12817,126.38785,112.233604,11.115322,124.69902,116.20262,39.16943,763.845,177.55717,3711.229,33.248917,3153.363,78.80779,422.58212,2304.874,81.55381,9.458399,1257.3323,1080.248,3851.7322,100.943405 +2023-07-26 10:00:00,0.0,17401.113,284.0459,24.619274,34.630516,28.012478,164.0827,24.213255,32.634056,19.890265,21.081537,832.396,294.52744,8.957867,131.06624,8.692761,0.77121675,26.27947,12.311798,2.1058118,334.06955,0.2680448,323.77917,43.620636,0.80021983,2.624946,107.02409,16.876139,42.499702,105.74478,25588.008,0.22218116,1551.22,0.5663212,0.34523126,0.15858862,0.9125434,145.293,168.3776,25.43928,199.95631,21.303057,74.68703,2033.9716,2.8649065,292.4977,186.64496,359.6043,141.5447,342.2818,31.41376,481.85422,0.0,2450.3882,14351.2295,35.34387,500.76828,148.7471,43660.21,132.04454,27.675465,164.72899,421.3136,66.861336,28.381617,258.53424,2138.5547,344.3473,175.38301,23.91523,16.70138,395.8923,70.37427,1353.3976,95.72634,2410.108,187.32877,385.85602,81.05794,169.5088,7.0971284,11.413296,18.20472,2.8362107,2.3782706,67.20338,65.35057,70.88802,25.980696,28.087492,158.70798,7.051749,3093.1235,67.42656,71.952286,82.34605,92.29039,219.737,102.670586,156.29033,18.600996,39.143475,100.45733,296.75253,608.30774,72.23656,323.68912,72.56146,127.66718,279.32568,398.92877,962.1019,195.44632,4.029469,21.72789,8.923119,39.532494,18409.314,3.342595,17.857855,29.26102,32.69642,381.39682,55.287365,144.77061,2.9452162,148.30746,425.59018,298.01474,127.277695,485.9658,34.557884,95.05119,184.77603,11.321814,1.6442875,11.118197,1435.8857,0.09824412,0.3462195,49.907673,7.881068,3.7612488,4.3956256,8.087375,105.06938,37.383034,92.343025,611.2897,230.96884,2012.9506,1859.1621,16.422365,29.8015,11358.81,7.9746804,67.15883,675.57733,125.911964,172.38797,77.32883,398.34015,834.9181,426.20114,16.91056,94.634766,1064.5167,2062.4727,47.413563,601.4973,46.814224,1.0871757,61.801163,1.118627,0.6844114,3.1254795,42.978275,121.419785,261.07907,18.835869,3288.4668,336.63397,121.036736,176.01143,80.71659,95.62265,54.08535,10.96781,103.219086,762.44666,230.24098,126.43814,112.293846,11.096505,124.809715,116.2789,39.15202,763.63965,177.56795,3710.619,33.24119,3152.3625,78.80728,422.55832,2304.535,81.5608,9.4585495,1256.6844,1079.1976,3849.018,100.86981 +2023-07-26 11:00:00,0.0,17402.742,284.25067,24.627384,34.628445,28.022757,164.06903,24.212593,32.631992,19.890497,21.078476,832.8004,294.18768,8.955619,131.06648,8.680953,0.7699763,26.284908,12.294028,2.1071708,334.0479,0.26785144,323.80334,43.61083,0.80097216,2.6247575,107.02254,16.86673,42.44788,105.694046,25601.463,0.22147326,1551.3007,0.56540585,0.34468135,0.15823817,0.91041034,145.26895,168.30206,25.43332,199.93985,21.29916,74.75489,2035.0104,2.8631608,292.7045,186.73941,359.6386,141.54231,342.21967,31.43376,482.09753,0.0,2449.972,14349.426,35.365494,500.9962,148.78351,43658.207,132.0448,27.690098,164.76672,421.55084,66.89349,28.401243,258.61218,2138.6187,344.3344,175.46037,23.928879,16.709211,395.78882,70.39566,1352.7656,95.64704,2410.5461,187.19423,385.9129,81.02964,169.21721,7.0951376,11.408882,18.18556,2.8336809,2.3757696,67.21013,65.36957,70.89545,25.998816,28.094637,158.48201,7.049882,3093.393,67.34056,71.98622,82.25459,92.24318,219.74942,102.59169,156.41129,18.576431,39.129723,100.41939,296.71582,607.94275,72.10457,323.40607,72.51933,127.71169,279.2808,399.11923,962.12354,195.19598,4.0299807,21.735518,8.920807,39.528755,18413.87,3.3396578,17.86666,29.273252,32.663605,381.05026,55.220295,144.66118,2.9447377,148.13297,425.35175,297.89252,127.28311,486.2124,34.56765,95.10065,184.63272,11.3180275,1.6439283,11.116181,1434.7051,0.09812588,0.345892,49.895206,7.8855805,3.7610214,4.392545,8.082577,105.00039,37.36077,92.29922,611.008,231.00604,2013.1644,1859.3549,16.427795,29.809822,11356.695,7.973586,67.1735,675.77783,125.96243,172.4321,77.3497,398.45502,834.7347,426.24808,16.917837,94.66685,1064.5521,2062.7498,47.427235,601.5976,46.830166,1.0872407,61.8046,1.1186284,0.68443877,3.1256456,42.998886,121.43447,261.0436,18.838337,3288.0588,336.75113,121.07751,176.05612,80.7235,95.6208,54.080982,10.980612,103.230515,762.7481,230.35379,126.48844,112.354095,11.077688,124.92041,116.35517,39.13461,763.4343,177.57874,3710.009,33.233463,3151.3623,78.80677,422.53455,2304.1956,81.56779,9.4587,1256.0367,1078.1472,3846.3042,100.79622 +2023-07-26 12:00:00,0.0,17404.373,284.45544,24.635496,34.626373,28.033037,164.05536,24.211931,32.629925,19.890728,21.075413,833.20483,293.84793,8.953371,131.06674,8.669146,0.7687359,26.290348,12.276259,2.10853,334.02628,0.26765805,323.8275,43.601025,0.80172455,2.624569,107.02098,16.85732,42.39606,105.6433,25614.916,0.22076535,1551.3813,0.56449056,0.34413147,0.15788773,0.9082773,145.2449,168.22652,25.427359,199.92339,21.295263,74.82275,2036.0493,2.8614154,292.9113,186.83386,359.67288,141.53992,342.15756,31.45376,482.34082,0.0,2449.5557,14347.623,35.38712,501.22412,148.81992,43656.203,132.04506,27.70473,164.80446,421.78812,66.92566,28.420868,258.6901,2138.6829,344.32156,175.53772,23.942526,16.717043,395.68533,70.41705,1352.1335,95.56774,2410.9846,187.05968,385.96973,81.00135,168.9256,7.093147,11.404469,18.1664,2.831151,2.3732684,67.21687,65.38857,70.90288,26.016935,28.101782,158.25604,7.048015,3093.6626,67.25457,72.020164,82.16315,92.19597,219.76183,102.51279,156.53226,18.551868,39.115974,100.38145,296.67914,607.57776,71.97258,323.12302,72.47721,127.75621,279.23593,399.3097,962.14514,194.94565,4.030492,21.743145,8.918495,39.525017,18418.424,3.3367205,17.875463,29.285484,32.63079,380.7037,55.153225,144.55174,2.9442594,147.95847,425.11328,297.7703,127.28853,486.459,34.57742,95.1501,184.4894,11.314241,1.6435691,11.114165,1433.5245,0.09800764,0.34556448,49.882744,7.890093,3.760794,4.3894653,8.077779,104.93139,37.33851,92.25541,610.7263,231.04326,2013.3784,1859.5477,16.433226,29.818144,11354.581,7.9724917,67.18817,675.97833,126.01291,172.47621,77.37057,398.5699,834.5512,426.29504,16.925116,94.69893,1064.5874,2063.0266,47.440903,601.6979,46.846104,1.0873057,61.808037,1.1186298,0.6844661,3.125812,43.019493,121.44916,261.00818,18.840805,3287.6511,336.8683,121.11828,176.1008,80.730415,95.61895,54.076614,10.993414,103.241936,763.0496,230.4666,126.53874,112.41434,11.058871,125.031105,116.43145,39.1172,763.229,177.58951,3709.399,33.22574,3150.3618,78.80626,422.51074,2303.8562,81.574776,9.458851,1255.3889,1077.0967,3843.59,100.722626 +2023-07-26 13:00:00,0.0,17406.002,284.66022,24.643608,34.624302,28.043318,164.0417,24.21127,32.62786,19.89096,21.07235,833.6092,293.50815,8.951123,131.06699,8.657338,0.76749545,26.295786,12.258491,2.109889,334.00464,0.2674647,323.85168,43.591217,0.80247694,2.6243804,107.019424,16.847912,42.34424,105.59256,25628.371,0.22005746,1551.462,0.5635752,0.3435816,0.1575373,0.90614426,145.22087,168.15099,25.421398,199.90692,21.291367,74.89061,2037.0881,2.8596697,293.11807,186.92833,359.70715,141.53754,342.09543,31.473759,482.5841,0.0,2449.1396,14345.82,35.40875,501.45206,148.85632,43654.2,132.04532,27.71936,164.8422,422.0254,66.95782,28.440495,258.76804,2138.7468,344.30872,175.61508,23.956175,16.724874,395.58182,70.438446,1351.5016,95.48844,2411.423,186.92514,386.02658,80.97305,168.634,7.091156,11.400055,18.147242,2.828621,2.3707674,67.223625,65.40758,70.91031,26.035055,28.108929,158.03006,7.046148,3093.9321,67.16857,72.0541,82.0717,92.14876,219.77423,102.43389,156.65323,18.527304,39.102222,100.34351,296.64243,607.2128,71.84059,322.83994,72.43508,127.80072,279.19104,399.50015,962.1668,194.69531,4.0310035,21.750772,8.916183,39.521275,18422.977,3.3337831,17.884266,29.297714,32.597977,380.35718,55.086155,144.4423,2.943781,147.78398,424.87482,297.64807,127.293945,486.7056,34.587185,95.199554,184.34608,11.310455,1.6432099,11.112148,1432.344,0.0978894,0.345237,49.870277,7.894605,3.7605665,4.3863854,8.072981,104.86239,37.31625,92.2116,610.4447,231.08046,2013.5923,1859.7405,16.438656,29.826468,11352.468,7.971398,67.20284,676.17883,126.06338,172.52034,77.39143,398.68478,834.3678,426.342,16.932392,94.731,1064.6228,2063.3037,47.454575,601.79816,46.86204,1.0873706,61.811478,1.1186311,0.6844935,3.1259782,43.040104,121.46385,260.97272,18.843275,3287.2432,336.98544,121.15905,176.1455,80.73733,95.6171,54.072243,11.006216,103.25336,763.3511,230.5794,126.589035,112.47459,11.040053,125.1418,116.50773,39.099785,763.0236,177.60028,3708.7888,33.218014,3149.3616,78.80574,422.48697,2303.517,81.581764,9.459002,1254.7412,1076.0463,3840.8762,100.64903 +2023-07-26 14:00:00,0.0,17407.63,284.865,24.651718,34.62223,28.053596,164.02803,24.210608,32.625793,19.891191,21.069286,834.0136,293.1684,8.948875,131.06725,8.64553,0.766255,26.301224,12.240721,2.1112483,333.98297,0.26727134,323.87585,43.58141,0.80322933,2.6241918,107.01787,16.838503,42.292416,105.54182,25641.826,0.21934956,1551.5427,0.56265986,0.34303167,0.15718685,0.9040112,145.19682,168.07544,25.415438,199.89046,21.28747,74.958466,2038.127,2.8579242,293.32486,187.02278,359.74146,141.53516,342.03333,31.49376,482.82742,0.0,2448.7234,14344.018,35.430374,501.67996,148.89273,43652.195,132.04558,27.733992,164.87993,422.26263,66.98998,28.46012,258.84595,2138.811,344.29587,175.69243,23.969824,16.732706,395.47833,70.45984,1350.8695,95.40914,2411.8616,186.79059,386.0834,80.94476,168.34239,7.089165,11.39564,18.128084,2.826091,2.3682663,67.23037,65.426575,70.91773,26.053173,28.116074,157.8041,7.0442805,3094.202,67.08258,72.088036,81.98025,92.10155,219.78665,102.354996,156.7742,18.50274,39.08847,100.30557,296.60574,606.84784,71.7086,322.5569,72.39296,127.84523,279.14615,399.6906,962.1884,194.44498,4.0315146,21.7584,8.913871,39.517536,18427.531,3.3308458,17.89307,29.309946,32.565163,380.01062,55.019085,144.33287,2.9433026,147.60948,424.63638,297.52588,127.29936,486.9522,34.59695,95.249,184.20276,11.306668,1.6428506,11.110132,1431.1633,0.09777116,0.3449095,49.857815,7.8991175,3.760339,4.3833055,8.068184,104.79339,37.293987,92.16779,610.163,231.11766,2013.8063,1859.9333,16.444086,29.83479,11350.354,7.9703035,67.217514,676.37933,126.113846,172.56445,77.4123,398.79965,834.1843,426.38895,16.939669,94.763084,1064.6582,2063.5806,47.468246,601.8984,46.87798,1.0874356,61.814915,1.1186326,0.68452084,3.1261446,43.060715,121.47854,260.9373,18.845743,3286.8352,337.1026,121.19982,176.19019,80.74424,95.61526,54.067875,11.019019,103.264786,763.6526,230.69221,126.639336,112.53483,11.021236,125.252495,116.58401,39.082375,762.8183,177.61105,3708.1787,33.210285,3148.361,78.80523,422.46317,2303.1777,81.58875,9.459152,1254.0934,1074.9958,3838.162,100.57544 +2023-07-26 15:00:00,0.0,17409.26,285.0698,24.65983,34.62016,28.063877,164.01436,24.209946,32.62373,19.891424,21.066223,834.418,292.8286,8.946628,131.06749,8.633722,0.76501465,26.306664,12.222952,2.1126075,333.96133,0.26707795,323.90002,43.571606,0.8039817,2.6240034,107.01631,16.829094,42.240593,105.49107,25655.28,0.21864165,1551.6234,0.5617446,0.3424818,0.1568364,0.9018781,145.17279,167.99991,25.40948,199.874,21.283573,75.02633,2039.1659,2.8561785,293.53165,187.11725,359.77576,141.53276,341.9712,31.51376,483.0707,0.0,2448.3071,14342.214,35.452,501.9079,148.92914,43650.19,132.04584,27.748625,164.91766,422.49988,67.02214,28.479746,258.92386,2138.875,344.28302,175.76979,23.983473,16.740538,395.37485,70.48123,1350.2375,95.32984,2412.3,186.65605,386.14026,80.916466,168.0508,7.0871744,11.391227,18.108925,2.8235612,2.3657653,67.23712,65.44557,70.92516,26.071293,28.123219,157.57812,7.042413,3094.4714,66.99658,72.12198,81.8888,92.054344,219.79906,102.2761,156.89516,18.478176,39.07472,100.26763,296.56906,606.48285,71.576614,322.27383,72.35083,127.88975,279.10126,399.88107,962.21,194.19464,4.0320263,21.766027,8.911559,39.513798,18432.086,3.3279088,17.901875,29.322178,32.53235,379.66406,54.952015,144.22343,2.9428241,147.43498,424.39792,297.40366,127.30478,487.19882,34.60672,95.298454,184.05945,11.302882,1.6424915,11.108116,1429.9828,0.09765292,0.34458196,49.84535,7.90363,3.7601116,4.380225,8.063386,104.72439,37.271725,92.123985,609.88135,231.15488,2014.0201,1860.1262,16.449516,29.843111,11348.239,7.9692097,67.23219,676.57983,126.164314,172.60857,77.43317,398.91452,834.0009,426.4359,16.946947,94.79516,1064.6936,2063.8577,47.481915,601.99866,46.893917,1.0875006,61.81835,1.1186339,0.68454814,3.1263108,43.081326,121.493225,260.90186,18.848211,3286.4272,337.21976,121.24059,176.23488,80.75115,95.61341,54.063507,11.031821,103.27621,763.9541,230.80501,126.68964,112.59508,11.002419,125.36319,116.660286,39.064964,762.613,177.62184,3707.5686,33.20256,3147.3608,78.80472,422.4394,2302.8384,81.59574,9.459303,1253.4456,1073.9453,3835.4482,100.50185 +2023-07-26 16:00:00,0.0,17410.89,285.27457,24.66794,34.618088,28.074158,164.0007,24.209286,32.621666,19.891655,21.06316,834.82245,292.48886,8.94438,131.06775,8.621914,0.7637742,26.312101,12.205183,2.1139665,333.9397,0.2668846,323.9242,43.5618,0.8047341,2.6238148,107.01475,16.819687,42.18877,105.44034,25668.734,0.21793376,1551.7041,0.5608292,0.34193188,0.15648597,0.8997451,145.14874,167.92438,25.403519,199.85753,21.279676,75.094185,2040.2047,2.854433,293.7384,187.2117,359.81006,141.53038,341.9091,31.53376,483.314,0.0,2447.8909,14340.411,35.473625,502.13583,148.96555,43648.188,132.0461,27.763256,164.95541,422.73718,67.0543,28.49937,259.0018,2138.939,344.27017,175.84714,23.99712,16.74837,395.27136,70.502625,1349.6056,95.250534,2412.7383,186.5215,386.1971,80.888176,167.75919,7.0851836,11.386813,18.089766,2.8210313,2.3632643,67.243866,65.46458,70.93259,26.089413,28.130363,157.35216,7.040546,3094.741,66.91059,72.155914,81.797356,92.00713,219.81146,102.197205,157.01613,18.453613,39.060966,100.2297,296.53235,606.11786,71.444626,321.99075,72.30871,127.93426,279.05637,400.0715,962.2317,193.94429,4.0325375,21.773657,8.909247,39.510056,18436.639,3.3249714,17.910679,29.334408,32.499535,379.31754,54.884945,144.114,2.9423456,147.26048,424.15945,297.28143,127.310196,487.44543,34.616486,95.34791,183.91612,11.299096,1.6421323,11.1061,1428.8022,0.09753468,0.34425446,49.832882,7.908142,3.759884,4.3771453,8.058588,104.655396,37.249462,92.08018,609.59973,231.19208,2014.234,1860.319,16.454947,29.851433,11346.125,7.9681153,67.246864,676.78033,126.21479,172.6527,77.45403,399.0294,833.81744,426.48285,16.954224,94.82724,1064.7289,2064.1345,47.495586,602.09894,46.90986,1.0875655,61.82179,1.1186353,0.6845755,3.1264772,43.101933,121.50791,260.8664,18.850681,3286.0193,337.3369,121.281364,176.27957,80.758064,95.61156,54.05914,11.044623,103.287636,764.25555,230.91782,126.73994,112.65532,10.983603,125.473885,116.73656,39.047554,762.40765,177.63261,3706.9587,33.19483,3146.3604,78.80421,422.4156,2302.4993,81.60273,9.459454,1252.7979,1072.8949,3832.7341,100.428246 +2023-07-26 17:00:00,0.0,17412.52,285.47934,24.676052,34.616016,28.084436,163.98703,24.208624,32.6196,19.891888,21.060097,835.2268,292.1491,8.942132,131.068,8.610106,0.7625338,26.317541,12.187413,2.1153257,333.91806,0.2666912,323.9484,43.55199,0.80548644,2.6236262,107.01319,16.810278,42.136948,105.389595,25682.19,0.21722586,1551.7848,0.5599139,0.341382,0.15613553,0.89761204,145.1247,167.84883,25.397558,199.84106,21.27578,75.16205,2041.2435,2.8526876,293.9452,187.30615,359.84433,141.528,341.84695,31.553759,483.5573,0.0,2447.4746,14338.608,35.495255,502.36374,149.00195,43646.184,132.04636,27.777887,164.99315,422.9744,67.086464,28.518995,259.0797,2139.0032,344.2573,175.9245,24.010769,16.7562,395.16788,70.52402,1348.9735,95.171234,2413.1768,186.38696,386.25394,80.859886,167.46759,7.083193,11.3824,18.070606,2.8185012,2.3607633,67.25062,65.48358,70.94002,26.107533,28.13751,157.12619,7.0386786,3095.0107,66.82459,72.18985,81.70591,91.95992,219.82388,102.11831,157.1371,18.429049,39.04722,100.19176,296.49567,605.75287,71.31264,321.7077,72.26658,127.978775,279.01147,400.26196,962.2533,193.69395,4.033049,21.781284,8.906936,39.506317,18441.193,3.3220341,17.919481,29.34664,32.46672,378.97098,54.817875,144.00456,2.9418674,147.08598,423.92102,297.1592,127.31561,487.69205,34.62625,95.39736,183.77281,11.29531,1.6417731,11.104084,1427.6216,0.097416446,0.34392697,49.82042,7.912654,3.7596567,4.3740654,8.05379,104.586395,37.227203,92.03636,609.31805,231.2293,2014.448,1860.5118,16.460377,29.859755,11344.011,7.967021,67.261536,676.98083,126.26526,172.69681,77.4749,399.14426,833.63403,426.52982,16.9615,94.85932,1064.7643,2064.4116,47.509254,602.1992,46.925797,1.0876305,61.82523,1.1186366,0.68460286,3.1266434,43.122543,121.522606,260.83096,18.85315,3285.6113,337.45407,121.322136,176.32426,80.76498,95.60971,54.05477,11.057426,103.29906,764.55707,231.03062,126.79023,112.71556,10.964785,125.58458,116.812836,39.030144,762.20233,177.64339,3706.3486,33.187107,3145.36,78.80369,422.3918,2302.16,81.60972,9.459604,1252.15,1071.8445,3830.0203,100.35465 +2023-07-26 18:00:00,0.0,17414.148,285.68414,24.684162,34.613945,28.094717,163.97336,24.207962,32.617535,19.89212,21.057035,835.6312,291.80933,8.939884,131.06825,8.598299,0.76129335,26.322979,12.169644,2.1166847,333.89642,0.26649785,323.97256,43.542183,0.80623883,2.6234376,107.011635,16.800869,42.08513,105.33885,25695.643,0.21651796,1551.8655,0.5589985,0.3408321,0.1557851,0.895479,145.10066,167.7733,25.391598,199.8246,21.271883,75.229904,2042.2825,2.850942,294.15198,187.40062,359.8786,141.5256,341.78485,31.57376,483.8006,0.0,2447.0586,14336.806,35.51688,502.59167,149.03836,43644.18,132.04662,27.792519,165.03088,423.21167,67.11862,28.538622,259.15765,2139.0671,344.24445,176.00185,24.024418,16.764032,395.0644,70.54542,1348.3416,95.091934,2413.6152,186.25243,386.3108,80.83159,167.17598,7.081202,11.377986,18.051447,2.8159714,2.3582623,67.25736,65.50258,70.94744,26.125652,28.144655,156.90022,7.0368114,3095.2803,66.7386,72.22379,81.614456,91.91271,219.83629,102.039406,157.25807,18.404484,39.033466,100.15382,296.45895,605.3879,71.18064,321.42465,72.22446,128.02328,278.96658,400.45242,962.2749,193.44362,4.0335608,21.788912,8.904624,39.50258,18445.748,3.3190968,17.928286,29.358871,32.433907,378.62442,54.750805,143.89513,2.9413888,146.9115,423.68256,297.03702,127.32103,487.93866,34.63602,95.446815,183.62949,11.291523,1.6414139,11.102068,1426.441,0.097298205,0.34359944,49.807953,7.917166,3.7594292,4.3709855,8.048992,104.517395,37.20494,91.99255,609.03644,231.2665,2014.6619,1860.7046,16.465807,29.868078,11341.896,7.965927,67.27621,677.18134,126.31573,172.74094,77.495766,399.25916,833.45056,426.57678,16.968779,94.891396,1064.7997,2064.6885,47.522926,602.2995,46.941734,1.0876955,61.828667,1.118638,0.6846302,3.1268098,43.143154,121.53729,260.7955,18.855618,3285.2036,337.57123,121.3629,176.36896,80.77189,95.607864,54.050404,11.070229,103.310486,764.8585,231.14343,126.84053,112.77581,10.945968,125.695274,116.889114,39.012733,761.997,177.65416,3705.7385,33.179382,3144.3596,78.80318,422.368,2301.8206,81.61671,9.459755,1251.5023,1070.7941,3827.3064,100.28106 +2023-07-26 19:00:00,0.0,17415.78,285.88892,24.692274,34.611874,28.104998,163.9597,24.2073,32.61547,19.892351,21.053972,836.03564,291.46957,8.937636,131.0685,8.586491,0.7600529,26.328417,12.1518755,2.118044,333.8748,0.2663045,323.99673,43.53238,0.8069912,2.623249,107.01008,16.79146,42.033306,105.28811,25709.098,0.21581006,1551.9462,0.55808324,0.3402822,0.15543465,0.89334595,145.07661,167.69775,25.385637,199.80814,21.267986,75.29777,2043.3213,2.8491964,294.35876,187.49507,359.9129,141.52322,341.72272,31.59376,484.04388,0.0,2446.6423,14335.002,35.538506,502.8196,149.07478,43642.176,132.04688,27.807152,165.06862,423.4489,67.15078,28.558247,259.23557,2139.1313,344.2316,176.07921,24.038067,16.771864,394.9609,70.56681,1347.7095,95.012634,2414.0537,186.11787,386.36765,80.8033,166.88438,7.079211,11.373572,18.032288,2.8134415,2.3557613,67.264114,65.52158,70.95487,26.14377,28.1518,156.67426,7.034944,3095.5498,66.6526,72.25773,81.52301,91.8655,219.8487,101.96051,157.37903,18.379921,39.019714,100.115875,296.42227,605.0229,71.04865,321.1416,72.18233,128.0678,278.9217,400.64288,962.2966,193.19328,4.034072,21.79654,8.902312,39.498837,18450.303,3.3161595,17.93709,29.371101,32.40109,378.2779,54.683735,143.78569,2.9409106,146.737,423.4441,296.9148,127.32645,488.18527,34.645786,95.49626,183.48618,11.287737,1.6410547,11.100052,1425.2605,0.097179964,0.34327194,49.79549,7.9216785,3.7592018,4.367905,8.044194,104.448395,37.18268,91.948746,608.75476,231.3037,2014.8759,1860.8975,16.471237,29.8764,11339.782,7.964833,67.290886,677.38184,126.366196,172.78505,77.51663,399.37402,833.26715,426.62372,16.976055,94.92348,1064.8351,2064.9656,47.5366,602.3997,46.957672,1.0877604,61.832104,1.1186393,0.6846576,3.126976,43.163765,121.55198,260.76007,18.858086,3284.7957,337.68842,121.40367,176.41364,80.7788,95.60602,54.046036,11.083031,103.32191,765.16003,231.25624,126.89083,112.83605,10.927151,125.80597,116.96539,38.995323,761.7916,177.66495,3705.1284,33.171654,3143.3594,78.802666,422.34424,2301.4814,81.623695,9.459906,1250.8545,1069.7435,3824.5923,100.207466 +2023-07-26 20:00:00,0.0,17417.408,286.0937,24.700384,34.609802,28.115276,163.94603,24.206638,32.613403,19.892584,21.050909,836.44006,291.1298,8.935389,131.06876,8.574683,0.7588125,26.333857,12.134107,2.1194031,333.85312,0.2661111,324.0209,43.52257,0.8077436,2.6230607,107.00852,16.782051,41.981483,105.23737,25722.553,0.21510217,1552.0269,0.5571679,0.33973232,0.15508421,0.8912129,145.05258,167.62222,25.379677,199.79167,21.26409,75.36562,2044.3601,2.8474507,294.56555,187.58954,359.9472,141.52084,341.6606,31.61376,484.2872,0.0,2446.226,14333.199,35.56013,503.04752,149.11119,43640.17,132.04713,27.821783,165.10635,423.68616,67.182945,28.577873,259.3135,2139.1953,344.21875,176.15656,24.051714,16.779696,394.85742,70.5882,1347.0775,94.933334,2414.4922,185.98334,386.4245,80.775,166.59277,7.0772204,11.369158,18.013128,2.8109117,2.3532603,67.27086,65.54058,70.962296,26.16189,28.158947,156.44827,7.033077,3095.8193,66.56661,72.291664,81.431564,91.81829,219.86111,101.881615,157.5,18.355356,39.005962,100.07794,296.3856,604.6579,70.916664,320.85852,72.140205,128.1123,278.8768,400.83334,962.3182,192.94295,4.0345836,21.804167,8.900001,39.4951,18454.855,3.3132224,17.945892,29.383333,32.368275,377.93134,54.61667,143.67625,2.940432,146.5625,423.20566,296.79257,127.33186,488.4319,34.655556,95.545715,183.34286,11.283951,1.6406956,11.098036,1424.0798,0.09706172,0.34294444,49.783024,7.926191,3.7589743,4.3648252,8.039396,104.3794,37.16042,91.90494,608.4731,231.34091,2015.0897,1861.0903,16.476665,29.884722,11337.668,7.963739,67.30556,677.5824,126.41667,172.82916,77.5375,399.4889,833.0837,426.6707,16.983334,94.95556,1064.8704,2065.2424,47.550266,602.5,46.97361,1.0878254,61.83554,1.1186408,0.68468493,3.1271424,43.184372,121.566666,260.7246,18.860556,3284.3877,337.80557,121.44444,176.45833,80.78572,95.604164,54.041668,11.095834,103.333336,765.46155,231.36905,126.941124,112.8963,10.908333,125.916664,117.041664,38.977913,761.5863,177.67572,3704.5186,33.16393,3142.359,78.802155,422.32043,2301.142,81.630684,9.460056,1250.2068,1068.6931,3821.8784,100.13387 +2023-07-26 21:00:00,0.0,17419.037,286.29846,24.708496,34.60773,28.125557,163.93237,24.205976,32.61134,19.892815,21.047846,836.8444,290.79004,8.933142,131.06902,8.562876,0.75757205,26.339294,12.116337,2.120762,333.83148,0.26591775,324.04507,43.512764,0.808496,2.622872,107.00696,16.772644,41.92966,105.18663,25736.008,0.21439426,1552.1075,0.55625254,0.3391824,0.15473378,0.88907987,145.02853,167.54668,25.373718,199.7752,21.260193,75.43349,2045.399,2.8457053,294.77234,187.68399,359.98148,141.51845,341.59848,31.63376,484.5305,0.0,2445.81,14331.396,35.581757,503.27545,149.1476,43638.17,132.0474,27.836414,165.14409,423.92346,67.2151,28.597498,259.39142,2139.2595,344.2059,176.23392,24.065363,16.787527,394.75394,70.6096,1346.4454,94.854034,2414.9304,185.84879,386.48132,80.74671,166.30118,7.0752296,11.364744,17.993969,2.8083816,2.3507593,67.27761,65.559586,70.96973,26.18001,28.166092,156.2223,7.0312095,3096.089,66.48061,72.32561,81.34011,91.77108,219.87352,101.80272,157.62097,18.330793,38.99221,100.04,296.34888,604.2929,70.784676,320.57547,72.098076,128.15683,278.8319,401.0238,962.33984,192.69261,4.0350947,21.811794,8.897689,39.491356,18459.41,3.310285,17.954697,29.395565,32.33546,377.5848,54.5496,143.56682,2.9399538,146.388,422.9672,296.67035,127.33728,488.6785,34.66532,95.59517,183.19954,11.280165,1.6403363,11.09602,1422.8993,0.09694348,0.34261692,49.77056,7.930703,3.7587469,4.3617454,8.034598,104.3104,37.138157,91.86113,608.1914,231.37811,2015.3036,1861.2831,16.482096,29.893044,11335.555,7.9626446,67.32023,677.7829,126.46714,172.87329,77.558365,399.60376,832.9002,426.71762,16.99061,94.98763,1064.9058,2065.5193,47.56394,602.6003,46.98955,1.0878904,61.83898,1.1186421,0.6847123,3.1273086,43.204983,121.58135,260.68918,18.863024,3283.9797,337.92273,121.485214,176.50302,80.79263,95.60232,54.0373,11.108636,103.34476,765.763,231.48186,126.991425,112.95654,10.889516,126.02736,117.11794,38.960503,761.381,177.6865,3703.9084,33.1562,3141.3586,78.80164,422.29663,2300.803,81.63767,9.460207,1249.559,1067.6427,3819.1643,100.06027 +2023-07-26 22:00:00,0.0,17420.666,286.50323,24.716606,34.60566,28.135838,163.9187,24.205315,32.609272,19.893047,21.044783,837.24884,290.4503,8.930894,131.06926,8.551067,0.7563317,26.344734,12.098568,2.1221213,333.80984,0.26572436,324.06924,43.50296,0.8092483,2.6226835,107.0054,16.763235,41.87784,105.13589,25749.46,0.21368636,1552.1882,0.5553372,0.33863252,0.15438333,0.8869468,145.00449,167.47115,25.367758,199.75874,21.256296,75.50135,2046.4379,2.8439596,294.97913,187.77844,360.01575,141.51607,341.53638,31.653759,484.7738,0.0,2445.3938,14329.593,35.603386,503.5034,149.184,43636.168,132.04765,27.851046,165.18182,424.1607,67.24727,28.617125,259.46936,2139.3235,344.19305,176.31126,24.079012,16.79536,394.65045,70.63099,1345.8135,94.774734,2415.369,185.71425,386.5382,80.718414,166.00957,7.073239,11.360331,17.97481,2.8058517,2.348258,67.284355,65.57858,70.97716,26.19813,28.173237,155.99634,7.0293427,3096.3586,66.39462,72.35954,81.248665,91.72387,219.88593,101.72382,157.74193,18.306229,38.978462,100.00206,296.3122,603.928,70.65269,320.29242,72.055954,128.20134,278.78705,401.21426,962.36145,192.44228,4.0356064,21.819422,8.895376,39.487617,18463.965,3.3073478,17.963501,29.407795,32.302647,377.23825,54.48253,143.45738,2.9394753,146.21352,422.72876,296.54813,127.3427,488.9251,34.675087,95.64462,183.05623,11.276378,1.6399771,11.094004,1421.7188,0.09682524,0.34228942,49.758095,7.9352155,3.7585194,4.3586655,8.029801,104.2414,37.115894,91.81732,607.9098,231.41531,2015.5176,1861.476,16.487526,29.901365,11333.44,7.96155,67.3349,677.9834,126.51761,172.9174,77.57923,399.71863,832.7168,426.7646,16.997887,95.019714,1064.9412,2065.7964,47.577606,602.70056,47.00549,1.0879554,61.84242,1.1186435,0.68473965,3.1274748,43.225594,121.59605,260.65375,18.865492,3283.5718,338.0399,121.525986,176.54771,80.799545,95.60047,54.03293,11.121438,103.356186,766.0645,231.59467,127.041725,113.01679,10.870699,126.138054,117.19422,38.943092,761.17566,177.69727,3703.2983,33.148476,3140.3582,78.801125,422.27286,2300.4636,81.64466,9.460358,1248.9113,1066.5922,3816.4504,99.98668 +2023-07-26 23:00:00,0.0,17422.297,286.70804,24.724718,34.60359,28.146118,163.90503,24.204653,32.60721,19.893278,21.04172,837.65326,290.1105,8.928646,131.06952,8.53926,0.75509125,26.350172,12.080799,2.1234803,333.7882,0.265531,324.0934,43.493153,0.8100007,2.622495,107.003845,16.753826,41.82602,105.085144,25762.916,0.21297847,1552.2689,0.5544219,0.33808264,0.15403289,0.8848137,144.98045,167.39561,25.361797,199.74228,21.2524,75.56921,2047.4767,2.842214,295.1859,187.87291,360.05005,141.51369,341.47424,31.67376,485.0171,0.0,2444.9775,14327.79,35.62501,503.7313,149.22041,43634.164,132.04791,27.865679,165.21956,424.39795,67.27943,28.63675,259.54727,2139.3875,344.1802,176.38863,24.09266,16.803192,394.54697,70.65238,1345.1815,94.69543,2415.8074,185.57971,386.59503,80.690125,165.71797,7.071248,11.355917,17.95565,2.8033218,2.345757,67.29111,65.59759,70.98458,26.21625,28.180382,155.77037,7.0274754,3096.6282,66.308624,72.39348,81.15722,91.67666,219.89833,101.64493,157.8629,18.281666,38.96471,99.96413,296.27548,603.563,70.5207,320.00934,72.013824,128.24585,278.74216,401.40472,962.38306,192.19194,4.0361176,21.82705,8.8930645,39.48388,18468.518,3.3044105,17.972303,29.420027,32.269833,376.8917,54.41546,143.34795,2.938997,146.03902,422.4903,296.42593,127.348114,489.17172,34.684856,95.69408,182.9129,11.272592,1.6396179,11.091988,1420.5381,0.096707,0.3419619,49.745632,7.939728,3.758292,4.355585,8.025003,104.1724,37.093636,91.77351,607.6282,231.45253,2015.7314,1861.6687,16.492956,29.909689,11331.326,7.9604564,67.34957,678.1839,126.56808,172.96153,77.6001,399.83353,832.5333,426.81155,17.005165,95.051796,1064.9766,2066.0732,47.591278,602.80084,47.021427,1.0880203,61.845856,1.1186448,0.684767,3.1276412,43.246204,121.61073,260.6183,18.86796,3283.1638,338.15704,121.56676,176.5924,80.80646,95.598625,54.02856,11.134241,103.36761,766.36597,231.70747,127.09202,113.077034,10.851882,126.24875,117.2705,38.925682,760.97034,177.70805,3702.6882,33.14075,3139.358,78.80061,422.24905,2300.1243,81.65165,9.460508,1248.2634,1065.5417,3813.7363,99.913086 +2023-07-27 00:00:00,0.0,17423.926,286.9128,24.732828,34.601517,28.156397,163.89137,24.20399,32.605145,19.89351,21.038656,838.0577,289.77075,8.926398,131.06976,8.527452,0.7538508,26.35561,12.063029,2.1248395,333.76657,0.26533765,324.11758,43.483345,0.8107531,2.6223066,107.00229,16.744417,41.774197,105.03441,25776.371,0.21227056,1552.3496,0.55350655,0.33753273,0.15368246,0.88268065,144.9564,167.32007,25.355837,199.7258,21.248505,75.63707,2048.5156,2.8404684,295.39267,187.96736,360.08435,141.51129,341.41214,31.69376,485.26038,0.0,2444.5615,14325.987,35.646637,503.95923,149.25682,43632.16,132.04817,27.88031,165.2573,424.63522,67.311584,28.656376,259.62518,2139.4517,344.16733,176.46597,24.106308,16.811024,394.44348,70.673775,1344.5494,94.61613,2416.2458,185.44516,386.6519,80.661835,165.42636,7.0692573,11.351503,17.936491,2.8007917,2.343256,67.29785,65.616585,70.99201,26.234367,28.187529,155.5444,7.025608,3096.898,66.22263,72.42742,81.06577,91.62945,219.91075,101.56603,157.98387,18.257101,38.95096,99.926186,296.2388,603.198,70.38871,319.7263,71.9717,128.29036,278.69727,401.59518,962.4047,191.9416,4.036629,21.834677,8.890753,39.480137,18473.072,3.3014731,17.981108,29.432259,32.23702,376.54517,54.34839,143.23851,2.9385185,145.86452,422.25183,296.3037,127.35353,489.41833,34.694622,95.74352,182.76959,11.2688055,1.6392587,11.089972,1419.3575,0.09658877,0.3416344,49.733166,7.94424,3.7580645,4.352505,8.0202055,104.10341,37.071373,91.729706,607.3465,231.48973,2015.9454,1861.8616,16.498386,29.91801,11329.212,7.959362,67.36425,678.3844,126.61855,173.00565,77.620964,399.9484,832.3499,426.8585,17.012442,95.08387,1065.0118,2066.3503,47.60495,602.90106,47.037365,1.0880853,61.849293,1.1186463,0.68479437,3.1278074,43.26681,121.62542,260.58286,18.87043,3282.7559,338.2742,121.60753,176.6371,80.81337,95.59677,54.024193,11.147043,103.379036,766.6675,231.82028,127.14232,113.137276,10.833064,126.35944,117.34677,38.90827,760.76495,177.71883,3702.0781,33.133022,3138.3574,78.8001,422.22528,2299.7852,81.65864,9.460659,1247.6157,1064.4913,3811.0225,99.83949 +2023-07-27 01:00:00,0.0,17425.555,287.11758,24.74094,34.599445,28.166677,163.8777,24.20333,32.603077,19.893742,21.035595,838.46204,289.43097,8.92415,131.07002,8.515644,0.7526104,26.36105,12.04526,2.1261988,333.7449,0.26514426,324.14175,43.473537,0.8115055,2.622118,107.00073,16.735008,41.722374,104.983665,25789.824,0.21156266,1552.4303,0.5525912,0.33698285,0.15333201,0.8805476,144.93237,167.24454,25.349876,199.70934,21.244608,75.704926,2049.5544,2.838723,295.59946,188.06183,360.11865,141.50891,341.35,31.71376,485.5037,0.0,2444.1453,14324.185,35.668262,504.18716,149.29323,43630.156,132.04843,27.894941,165.29504,424.87244,67.34375,28.676,259.70312,2139.5156,344.15448,176.54333,24.119957,16.818855,394.34,70.69517,1343.9175,94.53683,2416.6843,185.31062,386.7087,80.63354,165.13477,7.0672665,11.347089,17.917332,2.798262,2.340755,67.304596,65.63559,70.999435,26.252487,28.194674,155.31844,7.023741,3097.1675,66.136635,72.46136,80.97432,91.58224,219.92316,101.48713,158.10484,18.232536,38.937206,99.888245,296.20212,602.833,70.25672,319.44324,71.92957,128.33488,278.65237,401.7856,962.42633,191.69127,4.0371404,21.842306,8.888441,39.4764,18477.627,3.2985358,17.989912,29.444489,32.204205,376.1986,54.28132,143.12907,2.9380403,145.69002,422.0134,296.1815,127.35895,489.66495,34.704388,95.79298,182.62627,11.265019,1.6388996,11.087955,1418.177,0.09647053,0.3413069,49.720703,7.9487524,3.757837,4.3494253,8.015408,104.03441,37.04911,91.6859,607.0648,231.52695,2016.1593,1862.0543,16.503817,29.926332,11327.098,7.958268,67.37892,678.5849,126.66902,173.04977,77.64184,400.06326,832.16644,426.90546,17.019718,95.11595,1065.0472,2066.6272,47.618618,603.00134,47.053307,1.0881503,61.852734,1.1186477,0.6848217,3.1279738,43.287422,121.64011,260.5474,18.872898,3282.3481,338.39136,121.6483,176.6818,80.82028,95.594925,54.019825,11.159845,103.39046,766.96893,231.93309,127.19262,113.197525,10.814247,126.47014,117.42305,38.89086,760.55963,177.7296,3701.4683,33.125298,3137.3572,78.79959,422.20148,2299.4458,81.66563,9.46081,1246.9679,1063.4408,3808.3083,99.7659 +2023-07-27 02:00:00,0.0,17427.186,287.3224,24.74905,34.597374,28.176958,163.86403,24.202667,32.601013,19.893974,21.032532,838.86646,289.09122,8.921903,131.07027,8.503837,0.75136995,26.366488,12.027492,2.1275578,333.72327,0.2649509,324.16592,43.463734,0.8122579,2.6219294,106.999176,16.7256,41.67055,104.93292,25803.28,0.21085477,1552.511,0.5516759,0.33643296,0.15298156,0.8784146,144.90833,167.16899,25.343918,199.69287,21.240711,75.77279,2050.5933,2.8369772,295.80624,188.15628,360.1529,141.50653,341.2879,31.73376,485.74698,0.0,2443.729,14322.381,35.68989,504.41507,149.32964,43628.152,132.04869,27.909573,165.33278,425.10974,67.37591,28.695627,259.78104,2139.5798,344.14163,176.62068,24.133606,16.826687,394.2365,70.71657,1343.2854,94.45753,2417.1226,185.17607,386.76556,80.60525,164.84317,7.065276,11.342675,17.898172,2.795732,2.338254,67.31135,65.65459,71.00687,26.270607,28.201818,155.09247,7.0218735,3097.437,66.050644,72.49529,80.88287,91.535034,219.93556,101.40823,158.2258,18.207973,38.923454,99.8503,296.1654,602.468,70.12473,319.1602,71.88745,128.3794,278.60748,401.97607,962.44794,191.44093,4.037652,21.849934,8.886129,39.47266,18482.18,3.2955987,17.998716,29.45672,32.17139,375.85205,54.21425,143.01965,2.9375618,145.51553,421.77493,296.05927,127.364365,489.91156,34.714157,95.84243,182.48296,11.261232,1.6385404,11.085939,1416.9963,0.09635229,0.34097937,49.708237,7.9532647,3.7576096,4.3463454,8.01061,103.96541,37.026848,91.64209,606.7832,231.56415,2016.3732,1862.2472,16.509247,29.934654,11324.983,7.957174,67.39359,678.7854,126.71949,173.09389,77.662704,400.17813,831.98303,426.9524,17.026997,95.14803,1065.0826,2066.9043,47.63229,603.1016,47.069244,1.0882152,61.85617,1.118649,0.6848491,3.12814,43.308033,121.65479,260.51196,18.875366,3281.9402,338.5085,121.689064,176.72647,80.827194,95.59308,54.015457,11.172647,103.40188,767.27045,232.0459,127.24292,113.25777,10.79543,126.58083,117.49933,38.87345,760.3543,177.74037,3700.8582,33.11757,3136.3567,78.79908,422.1777,2299.1064,81.672615,9.46096,1246.3202,1062.3904,3805.5945,99.69231 +2023-07-27 03:00:00,0.0,17428.814,287.52716,24.757162,34.595303,28.187237,163.85037,24.202005,32.59895,19.894207,21.029469,839.2709,288.75143,8.919655,131.07053,8.492028,0.7501295,26.371927,12.009722,2.128917,333.70163,0.2647575,324.1901,43.453926,0.8130102,2.6217408,106.99761,16.716192,41.61873,104.88218,25816.734,0.21014686,1552.5917,0.55076057,0.33588305,0.15263113,0.8762815,144.8843,167.09346,25.337957,199.6764,21.236814,75.840645,2051.632,2.8352318,296.01303,188.25073,360.1872,141.50414,341.22577,31.75376,485.99026,0.0,2443.3127,14320.578,35.711517,504.643,149.36604,43626.15,132.04895,27.924206,165.37051,425.347,67.40807,28.715252,259.85898,2139.6438,344.12878,176.69804,24.147255,16.834518,394.13303,70.73796,1342.6534,94.37823,2417.561,185.04153,386.82242,80.57695,164.55156,7.0632854,11.338262,17.879013,2.7932022,2.335753,67.31809,65.67359,71.01429,26.288727,28.208963,154.8665,7.020006,3097.7068,65.964645,72.529236,80.79143,91.48782,219.94798,101.32934,158.34677,18.183409,38.909706,99.81237,296.12872,602.103,69.992744,318.8771,71.84532,128.4239,278.5626,402.16653,962.4696,191.1906,4.038163,21.857561,8.883818,39.468918,18486.734,3.2926614,18.007519,29.468952,32.138577,375.50552,54.14718,142.91022,2.9370835,145.34103,421.53647,295.93707,127.36978,490.15817,34.723923,95.891884,182.33963,11.257446,1.6381811,11.083923,1415.8158,0.096234046,0.34065187,49.695774,7.957777,3.7573822,4.343265,8.005812,103.89641,37.00459,91.59828,606.5015,231.60135,2016.5872,1862.4401,16.514677,29.942976,11322.869,7.95608,67.408264,678.9859,126.76996,173.138,77.68357,400.293,831.79956,426.99936,17.034273,95.18011,1065.118,2067.1812,47.645958,603.2019,47.085182,1.0882802,61.859608,1.1186504,0.68487644,3.1283064,43.328644,121.66949,260.47653,18.877836,3281.5322,338.62567,121.729836,176.77116,80.83411,95.59123,54.01109,11.185451,103.41331,767.57196,232.1587,127.29321,113.318016,10.776613,126.69153,117.57561,38.85604,760.149,177.75116,3700.248,33.109844,3135.3564,78.79856,422.1539,2298.7673,81.6796,9.461111,1245.6724,1061.34,3802.8806,99.61871 +2023-07-27 04:00:00,0.0,17430.443,287.73193,24.765272,34.59323,28.197517,163.8367,24.201344,32.59688,19.894438,21.026405,839.6753,288.41168,8.917407,131.07077,8.480221,0.74888915,26.377365,11.991953,2.130276,333.68,0.26456416,324.21426,43.44412,0.8137626,2.6215522,106.996056,16.706783,41.566906,104.83144,25830.188,0.20943896,1552.6724,0.5498452,0.33533317,0.15228069,0.8741484,144.86024,167.01791,25.331997,199.65994,21.232918,75.90851,2052.6711,2.8334863,296.21982,188.3452,360.2215,141.50175,341.16367,31.77376,486.23358,0.0,2442.8965,14318.775,35.733143,504.87094,149.40245,43624.145,132.04921,27.938837,165.40825,425.58423,67.44023,28.734877,259.9369,2139.708,344.11594,176.77539,24.160902,16.84235,394.0295,70.75935,1342.0214,94.29893,2417.9995,184.907,386.87924,80.54866,164.25996,7.0612946,11.333848,17.859854,2.790672,2.333252,67.324844,65.6926,71.02172,26.306847,28.21611,154.64053,7.018139,3097.9763,65.878654,72.56317,80.699974,91.44061,219.96039,101.25044,158.46774,18.158846,38.895954,99.77443,296.092,601.73804,69.86075,318.59406,71.8032,128.46841,278.5177,402.357,962.4912,190.94026,4.038675,21.865189,8.881506,39.46518,18491.29,3.289724,18.016323,29.481182,32.105762,375.15897,54.08011,142.80078,2.936605,145.16653,421.29803,295.81485,127.3752,490.40475,34.733692,95.94134,182.19632,11.25366,1.6378219,11.081906,1414.6353,0.096115805,0.34032434,49.683308,7.9622893,3.7571547,4.340185,8.001014,103.827415,36.982327,91.554474,606.21985,231.63857,2016.801,1862.6328,16.520107,29.9513,11320.756,7.9549856,67.422935,679.1864,126.820435,173.18213,77.70444,400.4079,831.61615,427.04633,17.041552,95.21219,1065.1533,2067.4583,47.65963,603.3022,47.10112,1.0883452,61.863045,1.1186517,0.6849038,3.1284726,43.34925,121.68417,260.44107,18.880304,3281.1243,338.74283,121.77061,176.81586,80.84102,95.58938,54.00672,11.198253,103.42473,767.8734,232.27151,127.34351,113.37826,10.757795,126.80222,117.65188,38.838627,759.94366,177.76193,3699.638,33.10212,3134.356,78.79805,422.13013,2298.428,81.6866,9.461262,1245.0247,1060.2896,3800.1665,99.54511 +2023-07-27 05:00:00,0.0,17432.072,287.9367,24.773384,34.59116,28.207798,163.82303,24.200682,32.59482,19.89467,21.023342,840.0797,288.07193,8.915159,131.07103,8.468413,0.7476487,26.382803,11.974184,2.1316352,333.65836,0.2643708,324.23843,43.434315,0.814515,2.6213639,106.9945,16.697374,41.515087,104.7807,25843.643,0.20873106,1552.753,0.54892987,0.33478326,0.15193024,0.8720154,144.8362,166.94238,25.326036,199.64348,21.229021,75.976364,2053.71,2.8317406,296.4266,188.43965,360.2558,141.49936,341.10153,31.79376,486.47687,0.0,2442.4805,14316.973,35.75477,505.09885,149.43886,43622.14,132.04947,27.953468,165.44598,425.8215,67.47239,28.754503,260.01483,2139.772,344.1031,176.85275,24.174551,16.850182,393.92603,70.78075,1341.3894,94.21962,2418.438,184.77245,386.9361,80.52037,163.96835,7.0593038,11.329434,17.840694,2.7881422,2.330751,67.33159,65.71159,71.02915,26.324965,28.223255,154.41455,7.0162716,3098.2458,65.792656,72.59711,80.60853,91.3934,219.9728,101.17155,158.58871,18.134281,38.882202,99.73649,296.05533,601.37305,69.72876,318.311,71.76107,128.51292,278.4728,402.54745,962.5128,190.68991,4.039186,21.872816,8.879194,39.46144,18495.844,3.2867868,18.025127,29.493414,32.07295,374.8124,54.01304,142.69135,2.9361267,144.99203,421.05957,295.69263,127.380615,490.65137,34.743458,95.99078,182.053,11.249873,1.6374627,11.07989,1413.4546,0.095997564,0.33999684,49.670845,7.9668016,3.7569273,4.3371053,7.9962163,103.758415,36.960064,91.510666,605.93823,231.67577,2017.015,1862.8257,16.525537,29.959621,11318.642,7.9538913,67.437614,679.3869,126.8709,173.22624,77.7253,400.52277,831.4327,427.09326,17.048828,95.24426,1065.1887,2067.735,47.673298,603.4024,47.117058,1.0884101,61.86648,1.1186532,0.68493116,3.128639,43.36986,121.69886,260.40564,18.882772,3280.7163,338.86,121.81138,176.86055,80.84793,95.58753,54.002354,11.211055,103.43616,768.1749,232.38432,127.393814,113.4385,10.738978,126.91292,117.72816,38.821217,759.7383,177.7727,3699.0278,33.09439,3133.3557,78.79754,422.10632,2298.0886,81.69359,9.461412,1244.3768,1059.239,3797.4526,99.47152 +2023-07-27 06:00:00,0.0,17433.703,288.14148,24.781494,34.58909,28.218077,163.80937,24.200022,32.59275,19.894901,21.020279,840.4841,287.73215,8.912911,131.07127,8.456605,0.7464083,26.388243,11.956414,2.1329944,333.63672,0.2641774,324.2626,43.424507,0.8152674,2.6211753,106.99294,16.687965,41.463264,104.72996,25857.098,0.20802316,1552.8337,0.5480146,0.33423337,0.15157981,0.86988235,144.81216,166.86684,25.320076,199.62701,21.225124,76.04423,2054.7488,2.8299952,296.6334,188.53412,360.29007,141.49698,341.03943,31.81376,486.72015,0.0,2442.0642,14315.169,35.776398,505.32678,149.47527,43620.137,132.04973,27.9681,165.48372,426.05878,67.504555,28.774128,260.09274,2139.8362,344.0902,176.9301,24.1882,16.858013,393.82254,70.80214,1340.7574,94.14032,2418.8765,184.63791,386.99295,80.49207,163.67676,7.057313,11.325021,17.821535,2.7856123,2.32825,67.33834,65.73059,71.036575,26.343084,28.2304,154.18858,7.0144043,3098.5154,65.706665,72.63105,80.51708,91.34619,219.98521,101.09265,158.70967,18.109716,38.86845,99.698555,296.01865,601.0081,69.59677,318.02792,71.71895,128.55745,278.42792,402.7379,962.5345,190.43958,4.0396976,21.880444,8.876882,39.4577,18500.396,3.2838495,18.03393,29.505646,32.040134,374.46588,53.94597,142.58191,2.9356482,144.81754,420.8211,295.5704,127.38603,490.89798,34.753223,96.04024,181.90968,11.246087,1.6371036,11.077874,1412.274,0.095879324,0.33966935,49.65838,7.971314,3.7566998,4.334025,7.9914184,103.689415,36.937805,91.46686,605.65656,231.71297,2017.2289,1863.0184,16.530968,29.967943,11316.527,7.9527974,67.452286,679.5874,126.92137,173.27037,77.74617,400.63763,831.24927,427.14023,17.056105,95.276344,1065.2241,2068.0122,47.68697,603.5027,47.133,1.0884751,61.869923,1.1186545,0.6849585,3.1288052,43.390472,121.71355,260.37018,18.88524,3280.3083,338.97717,121.85215,176.90524,80.85484,95.585686,53.997982,11.223858,103.44758,768.4764,232.49713,127.44411,113.49875,10.720161,127.02361,117.804436,38.803806,759.53296,177.78348,3698.418,33.086666,3132.3552,78.79703,422.08255,2297.7495,81.70058,9.461563,1243.7291,1058.1886,3794.7385,99.39793 +2023-07-27 07:00:00,0.0,17435.332,288.34628,24.789606,34.587017,28.228357,163.7957,24.19936,32.590687,19.895134,21.017216,840.8885,287.3924,8.910664,131.07153,8.4447975,0.74516785,26.39368,11.938645,2.1343534,333.61505,0.26398405,324.28677,43.4147,0.8160198,2.6209867,106.99139,16.678556,41.41144,104.679214,25870.55,0.20731527,1552.9144,0.54709923,0.3336835,0.15122937,0.86774933,144.78812,166.7913,25.314117,199.61055,21.221228,76.11208,2055.7876,2.8282495,296.84015,188.62857,360.32434,141.4946,340.9773,31.83376,486.96347,0.0,2441.648,14313.366,35.798023,505.55472,149.51167,43618.133,132.04999,27.982733,165.52145,426.29602,67.53671,28.793755,260.1707,2139.9001,344.07736,177.00745,24.201849,16.865845,393.71906,70.82353,1340.1254,94.06102,2419.3147,184.50336,387.0498,80.46378,163.38515,7.055322,11.320606,17.802376,2.7830822,2.325749,67.345085,65.749596,71.04401,26.361204,28.237545,153.96262,7.012537,3098.7852,65.62067,72.664986,80.42564,91.29898,219.99762,101.01375,158.83064,18.085154,38.8547,99.660614,295.98193,600.6431,69.46478,317.74487,71.67682,128.60196,278.38303,402.92838,962.5561,190.18924,4.040209,21.888071,8.87457,39.45396,18504.951,3.2809122,18.042734,29.517876,32.00732,374.11932,53.8789,142.47247,2.9351697,144.64305,420.58267,295.4482,127.39145,491.1446,34.762993,96.08969,181.76636,11.242301,1.6367444,11.075858,1411.0935,0.09576108,0.33934182,49.645912,7.9758263,3.7564723,4.330945,7.9866204,103.620415,36.915543,91.42305,605.37494,231.75018,2017.4427,1863.2113,16.536398,29.976265,11314.413,7.951703,67.46696,679.7879,126.97185,173.31448,77.76704,400.7525,831.0658,427.18716,17.063383,95.308426,1065.2594,2068.289,47.70064,603.60297,47.148937,1.0885401,61.87336,1.1186559,0.6849858,3.1289716,43.411083,121.72823,260.33475,18.88771,3279.9006,339.09433,121.89292,176.94994,80.861755,95.58384,53.993614,11.23666,103.45901,768.7779,232.60992,127.49441,113.55899,10.7013445,127.13431,117.880714,38.786396,759.32764,177.79427,3697.8079,33.07894,3131.355,78.79652,422.05875,2297.4102,81.707565,9.461714,1243.0813,1057.1382,3792.0247,99.32433 +2023-07-27 08:00:00,0.0,17436.96,288.55106,24.797716,34.584946,28.238638,163.78203,24.198698,32.588623,19.895365,21.014154,841.2929,287.0526,8.908416,131.07178,8.43299,0.7439274,26.39912,11.9208765,2.1357126,333.5934,0.2637907,324.31094,43.404896,0.8167721,2.620798,106.98983,16.66915,41.35962,104.62848,25884.006,0.20660736,1552.9951,0.5461839,0.33313358,0.15087894,0.86561626,144.76408,166.71577,25.308157,199.59409,21.21733,76.17995,2056.8264,2.826504,297.04694,188.72302,360.35864,141.4922,340.9152,31.85376,487.20676,0.0,2441.2317,14311.563,35.81965,505.78265,149.54808,43616.133,132.05025,27.997364,165.55919,426.5333,67.56887,28.81338,260.2486,2139.964,344.0645,177.08481,24.215496,16.873676,393.61557,70.844925,1339.4934,93.98172,2419.7532,184.36882,387.10663,80.435486,163.09355,7.0533314,11.316193,17.783216,2.7805524,2.323248,67.35184,65.7686,71.05143,26.379324,28.244692,153.73665,7.01067,3099.0547,65.534676,72.69892,80.33418,91.25177,220.01003,100.93485,158.95161,18.060589,38.84095,99.62267,295.94525,600.27814,69.332794,317.46182,71.6347,128.64647,278.33813,403.11884,962.5777,189.9389,4.0407205,21.895699,8.872258,39.450222,18509.506,3.277975,18.051538,29.530107,31.974504,373.77277,53.81183,142.36304,2.9346914,144.46855,420.3442,295.326,127.396866,491.3912,34.77276,96.139145,181.62305,11.238515,1.6363852,11.073842,1409.9128,0.09564285,0.33901432,49.63345,7.9803386,3.756245,4.327865,7.981823,103.55142,36.89328,91.37924,605.09326,231.78738,2017.6567,1863.4042,16.541828,29.984587,11312.299,7.950609,67.48163,679.9884,127.022316,173.35861,77.7879,400.8674,830.8824,427.23413,17.07066,95.3405,1065.2948,2068.5662,47.71431,603.70325,47.164875,1.088605,61.876797,1.1186572,0.6850132,3.1291378,43.43169,121.74293,260.2993,18.890179,3279.4927,339.2115,121.93369,176.99463,80.86867,95.581985,53.989246,11.249462,103.47043,769.0794,232.72273,127.54471,113.61924,10.682527,127.245,117.956985,38.768986,759.1223,177.80504,3697.1978,33.071213,3130.3545,78.796,422.03497,2297.0708,81.714554,9.461864,1242.4335,1056.0876,3789.3105,99.25074 +2023-07-27 09:00:00,0.0,17438.592,288.75583,24.805828,34.582874,28.248917,163.76837,24.198036,32.586555,19.895597,21.011091,841.6973,286.71286,8.906168,131.07204,8.421182,0.742687,26.404558,11.903108,2.1370716,333.57178,0.2635973,324.3351,43.39509,0.8175245,2.6206095,106.988266,16.65974,41.307796,104.577736,25897.46,0.20589946,1553.0758,0.54526854,0.3325837,0.15052849,0.8634832,144.74004,166.64023,25.302197,199.57762,21.213434,76.24781,2057.8652,2.8247583,297.25372,188.81749,360.39294,141.48982,340.85306,31.87376,487.45004,0.0,2440.8154,14309.761,35.841274,506.01056,149.58449,43614.13,132.0505,28.011995,165.59694,426.77057,67.601036,28.833006,260.3265,2140.0283,344.05167,177.16216,24.229145,16.881508,393.5121,70.86632,1338.8613,93.90242,2420.1917,184.23428,387.16348,80.407196,162.80194,7.0513406,11.311779,17.764057,2.7780225,2.3207467,67.35858,65.7876,71.05886,26.397444,28.251837,153.51068,7.008803,3099.3242,65.44868,72.732864,80.24274,91.20456,220.02245,100.85596,159.07259,18.036026,38.827198,99.58473,295.90854,599.91315,69.200806,317.17877,71.59257,128.69098,278.29327,403.3093,962.59937,189.68857,4.041232,21.903326,8.8699465,39.44648,18514.059,3.2750378,18.060343,29.54234,31.94169,373.42624,53.74476,142.2536,2.934213,144.29405,420.10574,295.20377,127.40228,491.63782,34.782524,96.1886,181.47972,11.234728,1.636026,11.071826,1408.7323,0.09552461,0.33868682,49.620983,7.984851,3.7560172,4.324785,7.977025,103.48242,36.87102,91.335434,604.8116,231.8246,2017.8706,1863.5969,16.547258,29.99291,11310.185,7.949515,67.49631,680.1889,127.072784,173.40273,77.80877,400.98227,830.6989,427.2811,17.077938,95.37258,1065.3302,2068.843,47.72798,603.8035,47.180813,1.08867,61.880234,1.1186587,0.68504053,3.1293042,43.4523,121.757614,260.26385,18.892647,3279.0847,339.32864,121.974464,177.03932,80.87558,95.58014,53.98488,11.262265,103.48186,769.38086,232.83554,127.595,113.67948,10.66371,127.3557,118.033264,38.751575,758.917,177.81581,3696.5876,33.063488,3129.3542,78.79549,422.01117,2296.7317,81.72154,9.462015,1241.7858,1055.0372,3786.5967,99.17714 +2023-07-27 10:00:00,0.0,17440.22,288.96063,24.813938,34.580803,28.259197,163.7547,24.197374,32.58449,19.895828,21.008028,842.1017,286.3731,8.90392,131.07228,8.409374,0.74144655,26.409996,11.885338,2.1384308,333.55014,0.26340395,324.35928,43.38528,0.8182769,2.6204212,106.98671,16.650331,41.255974,104.52699,25910.914,0.20519157,1553.1565,0.54435325,0.33203378,0.15017805,0.8613502,144.71599,166.5647,25.296236,199.56116,21.209538,76.31567,2058.9043,2.8230128,297.4605,188.91194,360.42722,141.48744,340.79092,31.89376,487.69336,0.0,2440.3994,14307.957,35.862904,506.2385,149.6209,43612.125,132.05077,28.026627,165.63467,427.00778,67.633194,28.85263,260.40445,2140.0923,344.03882,177.23952,24.242794,16.88934,393.4086,70.88771,1338.2294,93.82312,2420.6301,184.09973,387.22034,80.3789,162.51035,7.04935,11.307365,17.7449,2.7754927,2.3182456,67.36533,65.806595,71.066284,26.415562,28.258982,153.28471,7.0069356,3099.594,65.362686,72.7668,80.15129,91.15735,220.03485,100.77706,159.19354,18.011461,38.813446,99.5468,295.87186,599.54816,69.06882,316.8957,71.55044,128.73549,278.24838,403.49976,962.621,189.43823,4.0417433,21.910954,8.867635,39.44274,18518.613,3.2721004,18.069145,29.55457,31.908876,373.07968,53.67769,142.14417,2.9337347,144.11955,419.8673,295.08154,127.4077,491.88443,34.792294,96.238045,181.33641,11.230942,1.6356667,11.06981,1407.5518,0.09540637,0.3383593,49.60852,7.989363,3.7557898,4.321705,7.972227,103.41342,36.84876,91.291626,604.52997,231.8618,2018.0846,1863.7898,16.552689,30.001232,11308.07,7.9484205,67.51098,680.3894,127.12325,173.44684,77.829636,401.09714,830.5155,427.32803,17.085215,95.40466,1065.3656,2069.12,47.74165,603.90375,47.19675,1.088735,61.883675,1.11866,0.6850679,3.1294703,43.47291,121.7723,260.22842,18.895117,3278.6768,339.4458,122.015236,177.084,80.88249,95.57829,53.98051,11.275067,103.49328,769.6824,232.94835,127.6453,113.73973,10.644893,127.46639,118.10954,38.734165,758.7117,177.82658,3695.9775,33.05576,3128.354,78.794975,421.98737,2296.3923,81.72853,9.462166,1241.138,1053.9868,3783.8826,99.103546 +2023-07-27 11:00:00,0.0,17441.85,289.1654,24.82205,34.57873,28.269478,163.74103,24.196712,32.582424,19.89606,21.004965,842.5061,286.03333,8.901672,131.07254,8.397566,0.7402062,26.415436,11.867569,2.13979,333.5285,0.26321056,324.38345,43.375473,0.8190293,2.6202326,106.98515,16.640923,41.204155,104.47625,25924.37,0.20448366,1553.2372,0.5434379,0.3314839,0.14982761,0.8592171,144.69196,166.48915,25.290276,199.5447,21.20564,76.38353,2059.943,2.8212671,297.6673,189.00641,360.4615,141.48505,340.72882,31.913761,487.93665,0.0,2439.9832,14306.154,35.88453,506.46643,149.6573,43610.12,132.05103,28.04126,165.67241,427.24506,67.66536,28.872257,260.48236,2140.1565,344.02597,177.31686,24.256443,16.897171,393.3051,70.90911,1337.5974,93.74382,2421.0686,183.9652,387.2772,80.35061,162.21873,7.047359,11.302952,17.72574,2.7729626,2.3157446,67.37208,65.8256,71.073715,26.433681,28.266127,153.05875,7.0050683,3099.8635,65.27669,72.800735,80.05984,91.11014,220.04726,100.698166,159.31451,17.986898,38.799694,99.50886,295.83517,599.18317,68.93683,316.61264,71.508316,128.78001,278.2035,403.6902,962.6426,189.1879,4.042255,21.918583,8.865323,39.439003,18523.168,3.2691631,18.07795,29.566801,31.876062,372.73312,53.61062,142.03473,2.9332561,143.94507,419.62885,294.95935,127.41312,492.13104,34.80206,96.2875,181.19308,11.227156,1.6353076,11.067794,1406.3711,0.09528813,0.3380318,49.596054,7.9938755,3.7555623,4.318625,7.967429,103.34442,36.826496,91.24782,604.2483,231.899,2018.2985,1863.9825,16.558119,30.009554,11305.957,7.9473267,67.52565,680.5899,127.17373,173.49097,77.8505,401.212,830.33203,427.375,17.092491,95.43674,1065.4009,2069.397,47.75532,604.004,47.212692,1.0888,61.88711,1.1186614,0.68509525,3.1296365,43.493523,121.78699,260.19296,18.897585,3278.2688,339.56296,122.056,177.1287,80.889404,95.57645,53.976143,11.287869,103.50471,769.9838,233.06116,127.6956,113.79997,10.626075,127.57709,118.18582,38.716755,758.5063,177.83736,3695.3677,33.048035,3127.3535,78.794464,421.9636,2296.053,81.73552,9.4623165,1240.4902,1052.9364,3781.1687,99.02995 +2023-07-27 12:00:00,0.0,17443.479,289.37018,24.830162,34.57666,28.279758,163.72737,24.19605,32.58036,19.896294,21.001902,842.9105,285.69357,8.899425,131.07278,8.385758,0.73896575,26.420874,11.8498,2.141149,333.50687,0.2630172,324.40762,43.36567,0.81978166,2.620044,106.9836,16.631514,41.152332,104.42551,25937.824,0.20377576,1553.3179,0.54252255,0.33093402,0.14947717,0.85708404,144.66791,166.41362,25.284317,199.52823,21.201744,76.451385,2060.982,2.8195217,297.87408,189.10086,360.4958,141.48267,340.6667,31.93376,488.17993,0.0,2439.567,14304.352,35.906155,506.69434,149.69373,43608.117,132.05128,28.055891,165.71014,427.4823,67.69752,28.891882,260.5603,2140.2205,344.0131,177.39423,24.27009,16.905005,393.20163,70.930504,1336.9653,93.66451,2421.5068,183.83064,387.334,80.32232,161.92714,7.045368,11.298538,17.706581,2.7704327,2.3132436,67.37883,65.844604,71.08114,26.451801,28.273273,152.83276,7.003201,3100.133,65.1907,72.83468,79.96839,91.06293,220.05968,100.61927,159.43549,17.962334,38.785942,99.47092,295.79846,598.8182,68.80484,316.3296,71.46619,128.82452,278.1586,403.88065,962.66425,188.93756,4.042766,21.92621,8.863011,39.43526,18527.723,3.2662258,18.086754,29.579033,31.843248,372.3866,53.54355,141.9253,2.932778,143.77057,419.39038,294.83713,127.41853,492.37766,34.811825,96.33695,181.04977,11.22337,1.6349484,11.065778,1405.1906,0.09516989,0.3377043,49.58359,7.998388,3.7553349,4.315545,7.9626317,103.27542,36.804234,91.20401,603.9667,231.93622,2018.5123,1864.1754,16.563549,30.017876,11303.843,7.9462323,67.54032,680.7904,127.2242,173.53508,77.87137,401.32687,830.1486,427.42194,17.09977,95.46882,1065.4363,2069.674,47.768993,604.1043,47.22863,1.0888649,61.89055,1.1186627,0.6851226,3.129803,43.51413,121.80168,260.15753,18.900053,3277.8608,339.6801,122.09677,177.17339,80.89632,95.5746,53.971775,11.300673,103.51613,770.28534,233.17397,127.7459,113.860214,10.607258,127.68778,118.2621,38.699345,758.30096,177.84814,3694.7576,33.04031,3126.3533,78.793945,421.9398,2295.7139,81.74251,9.462467,1239.8424,1051.8859,3778.4546,98.95636 +2023-07-27 13:00:00,0.0,17445.11,289.57495,24.838272,34.57459,28.290037,163.7137,24.195389,32.578297,19.896524,20.998838,843.31494,285.3538,8.897177,131.07304,8.373951,0.7377253,26.426313,11.83203,2.1425083,333.4852,0.26282385,324.4318,43.35586,0.820534,2.6198554,106.98204,16.622105,41.10051,104.37477,25951.28,0.20306787,1553.3986,0.54160726,0.3303841,0.14912672,0.854951,144.64388,166.33807,25.278357,199.51176,21.197847,76.51925,2062.0208,2.817776,298.08087,189.19531,360.5301,141.48029,340.60458,31.95376,488.42325,0.0,2439.151,14302.549,35.92778,506.92227,149.73013,43606.113,132.05154,28.070522,165.74788,427.71957,67.729675,28.911507,260.6382,2140.2847,344.00024,177.47157,24.28374,16.912836,393.09814,70.9519,1336.3334,93.58521,2421.9453,183.6961,387.39087,80.29402,161.63553,7.0433774,11.294124,17.687422,2.7679029,2.3107426,67.385574,65.8636,71.08857,26.469921,28.280418,152.6068,7.0013337,3100.4026,65.1047,72.868614,79.876945,91.015724,220.07208,100.54037,159.55646,17.937769,38.772194,99.43298,295.76178,598.4532,68.67285,316.0465,71.424065,128.86903,278.1137,404.0711,962.68585,188.68723,4.0432777,21.933838,8.8607,39.431522,18532.275,3.2632885,18.095556,29.591263,31.810434,372.04004,53.47648,141.81586,2.9322994,143.59607,419.15195,294.7149,127.42395,492.62427,34.821594,96.386406,180.90645,11.219583,1.6345892,11.063762,1404.01,0.095051646,0.33737677,49.571125,8.0029,3.7551074,4.312465,7.957834,103.20643,36.781975,91.1602,603.685,231.97342,2018.7263,1864.3682,16.568977,30.026197,11301.729,7.9451385,67.55499,680.9909,127.274666,173.57921,77.892235,401.44177,829.96515,427.4689,17.107046,95.5009,1065.4717,2069.951,47.78266,604.2046,47.244568,1.0889299,61.893986,1.1186641,0.68514997,3.1299691,43.53474,121.81637,260.12207,18.902521,3277.4531,339.79727,122.13754,177.21808,80.90323,95.57275,53.967407,11.313475,103.52756,770.58685,233.28677,127.796196,113.92046,10.588441,127.79848,118.33837,38.681934,758.09564,177.85892,3694.1475,33.03258,3125.3528,78.793434,421.91602,2295.3745,81.7495,9.462618,1239.1947,1050.8354,3775.7407,98.88277 +2023-07-27 14:00:00,0.0,17446.738,289.77972,24.846384,34.572517,28.300318,163.70003,24.194727,32.57623,19.896757,20.995775,843.7193,285.01404,8.894929,131.07329,8.362143,0.7364849,26.431751,11.814261,2.1438675,333.46356,0.26263046,324.45596,43.346054,0.8212864,2.6196668,106.980484,16.612698,41.048687,104.32403,25964.732,0.20235996,1553.4792,0.5406919,0.32983422,0.1487763,0.8528179,144.61983,166.26254,25.272396,199.4953,21.19395,76.587105,2063.0596,2.8160305,298.28763,189.28978,360.5644,141.47789,340.54245,31.97376,488.66653,0.0,2438.7346,14300.745,35.94941,507.1502,149.76654,43604.11,132.0518,28.085154,165.78561,427.95685,67.76184,28.931133,260.71616,2140.3486,343.9874,177.54893,24.297388,16.920668,392.99466,70.97329,1335.7013,93.50591,2422.3838,183.56155,387.44772,80.26573,161.34393,7.0413866,11.28971,17.668262,2.7653728,2.3082416,67.39233,65.88261,71.096,26.48804,28.287563,152.38083,6.9994664,3100.6724,65.01871,72.90256,79.78549,90.96851,220.08449,100.46147,159.67741,17.913206,38.758442,99.39504,295.72507,598.0882,68.54086,315.76346,71.381935,128.91354,278.06882,404.26157,962.70746,188.43689,4.043789,21.941465,8.858387,39.427784,18536.83,3.2603514,18.10436,29.603495,31.77762,371.69348,53.40941,141.70642,2.931821,143.42157,418.91348,294.59268,127.42937,492.87088,34.83136,96.43586,180.76314,11.215796,1.63423,11.061746,1402.8293,0.094933406,0.33704928,49.558662,8.007412,3.75488,4.309385,7.953036,103.13743,36.759712,91.116394,603.4033,232.01064,2018.9402,1864.561,16.574408,30.03452,11299.614,7.944044,67.56967,681.1914,127.325134,173.62332,77.9131,401.55664,829.78174,427.51587,17.114323,95.532974,1065.5071,2070.228,47.796333,604.3049,47.260506,1.0889949,61.897427,1.1186655,0.6851773,3.1301355,43.55535,121.831055,260.08664,18.904991,3277.0452,339.91443,122.178314,177.26277,80.91014,95.5709,53.96304,11.326277,103.53898,770.8883,233.39958,127.8465,113.980705,10.569624,127.90917,118.41465,38.664524,757.8903,177.86969,3693.5374,33.024857,3124.3525,78.79292,421.8922,2295.0352,81.756485,9.462769,1238.5469,1049.785,3773.0269,98.80917 +2023-07-27 15:00:00,0.0,17448.367,289.98453,24.854494,34.570446,28.310598,163.68637,24.194065,32.574165,19.896988,20.992714,844.1237,284.67426,8.892681,131.07355,8.350335,0.73524445,26.43719,11.796493,2.1452265,333.44193,0.2624371,324.48013,43.33625,0.82203877,2.6194785,106.97892,16.603289,40.996864,104.273285,25978.188,0.20165206,1553.5599,0.53977656,0.32928434,0.14842585,0.8506849,144.5958,166.18701,25.266436,199.47884,21.190054,76.65497,2064.0984,2.814285,298.49442,189.38423,360.59866,141.47551,340.48035,31.993761,488.90982,0.0,2438.3184,14298.942,35.971035,507.3781,149.80295,43602.105,132.05206,28.099787,165.82335,428.1941,67.794,28.950758,260.79407,2140.4126,343.97455,177.62628,24.311037,16.9285,392.89117,70.99468,1335.0693,93.42661,2422.8223,183.42702,387.50455,80.237434,161.05232,7.039396,11.285296,17.649103,2.762843,2.3057406,67.39907,65.90161,71.103424,26.506159,28.294708,152.15486,6.997599,3100.942,64.93271,72.93649,79.694046,90.9213,220.09691,100.382576,159.79839,17.888641,38.74469,99.3571,295.6884,597.72327,68.40887,315.4804,71.33981,128.95807,278.02393,404.45203,962.7291,188.18655,4.0443006,21.949093,8.856075,39.42404,18541.385,3.257414,18.113165,29.615726,31.744806,371.34695,53.34234,141.59698,2.9313426,143.24709,418.67502,294.4705,127.434784,493.1175,34.84113,96.485306,180.61981,11.21201,1.6338708,11.05973,1401.6488,0.094815165,0.33672175,49.546196,8.011925,3.7546525,4.306305,7.948238,103.06843,36.73745,91.072586,603.1217,232.04784,2019.1542,1864.7539,16.579838,30.042843,11297.5,7.9429502,67.58434,681.3919,127.37561,173.66745,77.933975,401.6715,829.59827,427.5628,17.121601,95.565056,1065.5424,2070.505,47.81,604.4051,47.276447,1.0890598,61.900864,1.1186669,0.6852047,3.1303017,43.575962,121.84574,260.05118,18.90746,3276.6372,340.0316,122.219086,177.30746,80.91705,95.56905,53.958668,11.33908,103.5504,771.1898,233.51239,127.8968,114.040955,10.550806,128.01987,118.49093,38.647114,757.685,177.88046,3692.9272,33.017128,3123.352,78.79241,421.86844,2294.696,81.76347,9.462919,1237.8992,1048.7345,3770.3127,98.73558 +2023-07-27 16:00:00,0.0,17449.998,290.1893,24.862606,34.568375,28.320877,163.6727,24.193403,32.5721,19.89722,20.98965,844.52814,284.3345,8.890434,131.07379,8.338528,0.734004,26.442629,11.778723,2.1465857,333.4203,0.26224372,324.50433,43.326443,0.82279116,2.6192899,106.97736,16.59388,40.945045,104.22254,25991.643,0.20094417,1553.6406,0.5388612,0.32873443,0.1480754,0.8485518,144.57175,166.11147,25.260475,199.46237,21.186157,76.722824,2065.1375,2.8125393,298.7012,189.4787,360.63293,141.47313,340.4182,32.01376,489.15314,0.0,2437.902,14297.14,35.99266,507.60605,149.83936,43600.1,132.05232,28.114418,165.86108,428.43134,67.826164,28.970385,260.872,2140.4768,343.9617,177.70364,24.324684,16.93633,392.7877,71.016075,1334.4373,93.34731,2423.2607,183.29248,387.5614,80.209145,160.76073,7.037405,11.280883,17.629944,2.760313,2.3032396,67.40582,65.92061,71.110855,26.524279,28.301855,151.9289,6.995732,3101.2114,64.84672,72.97043,79.6026,90.87409,220.10931,100.30368,159.91936,17.864079,38.730938,99.31916,295.6517,597.3583,68.27688,315.19736,71.29768,129.00258,277.97903,404.6425,962.75073,187.93622,4.0448117,21.95672,8.853764,39.420303,18545.938,3.2544768,18.121967,29.627956,31.711992,371.0004,53.27527,141.48755,2.9308643,143.07259,418.43658,294.34827,127.4402,493.3641,34.850895,96.53476,180.4765,11.208224,1.6335117,11.0577135,1400.4683,0.09469693,0.33639425,49.533733,8.016437,3.754425,4.303225,7.9434404,102.99943,36.71519,91.02877,602.84,232.08504,2019.368,1864.9467,16.585268,30.051165,11295.386,7.941856,67.599014,681.59247,127.42608,173.71156,77.95484,401.78638,829.41486,427.60977,17.128878,95.59713,1065.5778,2070.782,47.823673,604.5054,47.292385,1.0891248,61.9043,1.1186683,0.68523204,3.1304681,43.59657,121.86043,260.01575,18.909927,3276.2292,340.14874,122.25986,177.35216,80.923965,95.56721,53.9543,11.351882,103.56183,771.4913,233.6252,127.94709,114.1012,10.531989,128.13057,118.56721,38.629704,757.4796,177.89125,3692.3174,33.009403,3122.3518,78.7919,421.84464,2294.3567,81.77046,9.46307,1237.2513,1047.6841,3767.5989,98.66198 +2023-07-27 17:00:00,0.0,17451.627,290.39407,24.870716,34.566303,28.331158,163.65903,24.192741,32.570034,19.897451,20.986588,844.93256,283.99475,8.888186,131.07405,8.326719,0.7327636,26.448067,11.760954,2.1479447,333.39865,0.26205036,324.5285,43.316635,0.82354355,2.6191013,106.97581,16.58447,40.893223,104.17181,26005.096,0.20023626,1553.7213,0.5379459,0.32818455,0.14772497,0.84641874,144.5477,166.03593,25.254517,199.4459,21.18226,76.79069,2066.1763,2.8107939,298.908,189.57315,360.66724,141.47073,340.3561,32.03376,489.39642,0.0,2437.4858,14295.337,36.014286,507.83398,149.87576,43598.098,132.05258,28.12905,165.89883,428.66864,67.85832,28.99001,260.94992,2140.5408,343.94885,177.78099,24.338333,16.944162,392.6842,71.03747,1333.8053,93.26801,2423.699,183.15793,387.61823,80.18085,160.46912,7.035414,11.276469,17.610785,2.7577832,2.3007386,67.41257,65.93961,71.11828,26.542398,28.309,151.70293,6.9938645,3101.4812,64.76072,73.00437,79.511154,90.82688,220.12172,100.224785,160.04033,17.839514,38.71719,99.28123,295.615,596.9933,68.14489,314.91428,71.25556,129.04709,277.93414,404.83295,962.77234,187.68587,4.0453234,21.964348,8.851452,39.416565,18550.492,3.2515395,18.130772,29.640188,31.679176,370.65384,53.2082,141.37811,2.9303858,142.89809,418.19812,294.22604,127.44562,493.61072,34.86066,96.58421,180.33318,11.204437,1.6331524,11.055697,1399.2876,0.09457869,0.33606675,49.521267,8.020949,3.7541976,4.300145,7.9386425,102.930435,36.69293,90.98496,602.55835,232.12225,2019.5819,1865.1395,16.590698,30.059486,11293.271,7.9407616,67.613686,681.79297,127.47655,173.75568,77.97571,401.90125,829.2314,427.6567,17.136156,95.62921,1065.6132,2071.0588,47.837345,604.60565,47.308323,1.0891898,61.907738,1.1186696,0.6852594,3.1306343,43.61718,121.87512,259.98032,18.912395,3275.8213,340.2659,122.30063,177.39684,80.93088,95.56535,53.949932,11.364684,103.57325,771.7928,233.738,127.99739,114.161446,10.513172,128.24126,118.64348,38.612293,757.2743,177.90202,3691.7073,33.00168,3121.3513,78.79138,421.82086,2294.0173,81.77745,9.463221,1236.6036,1046.6337,3764.8848,98.58839 +2023-07-27 18:00:00,0.0,17453.256,290.59888,24.878828,34.56423,28.341438,163.64537,24.19208,32.56797,19.897684,20.983524,845.3369,283.65497,8.885939,131.0743,8.314912,0.7315232,26.453506,11.743185,2.149304,333.377,0.261857,324.55267,43.30683,0.82429594,2.6189127,106.97425,16.575062,40.8414,104.12106,26018.55,0.19952837,1553.802,0.5370306,0.32763463,0.14737453,0.8442857,144.52367,165.96039,25.248556,199.42943,21.178364,76.85854,2067.215,2.8090482,299.11478,189.6676,360.70154,141.46835,340.29398,32.05376,489.6397,0.0,2437.0698,14293.533,36.035915,508.0619,149.91217,43596.094,132.05284,28.14368,165.93657,428.90585,67.89048,29.009636,261.02783,2140.605,343.93597,177.85835,24.351982,16.951994,392.58072,71.05886,1333.1733,93.188705,2424.1375,183.02339,387.6751,80.15256,160.17752,7.033424,11.272056,17.591625,2.755253,2.2982376,67.41932,65.95861,71.12571,26.560518,28.316145,151.47696,6.9919977,3101.7507,64.67473,73.03831,79.4197,90.77967,220.13414,100.14589,160.16129,17.81495,38.703438,99.243286,295.5783,596.6283,68.0129,314.63123,71.21343,129.0916,277.88925,405.0234,962.794,187.43553,4.0458345,21.971975,8.84914,39.412823,18555.047,3.2486022,18.139576,29.65242,31.646362,370.3073,53.14113,141.26868,2.9299076,142.72359,417.95966,294.10382,127.451035,493.85733,34.87043,96.63367,180.18987,11.200651,1.6327932,11.053681,1398.107,0.09446045,0.33573923,49.508804,8.025461,3.7539701,4.297065,7.9338446,102.861435,36.670666,90.941154,602.27673,232.15945,2019.7959,1865.3323,16.596128,30.067808,11291.158,7.9396677,67.62836,681.99347,127.527016,173.7998,77.996574,402.01614,829.048,427.70367,17.143433,95.66129,1065.6486,2071.336,47.851013,604.70593,47.32426,1.0892547,61.91118,1.1186711,0.68528676,3.1308007,43.63779,121.88981,259.94485,18.914865,3275.4133,340.38306,122.3414,177.44153,80.93779,95.56351,53.945564,11.377486,103.58468,772.0943,233.85081,128.04768,114.22169,10.494355,128.35196,118.71976,38.594883,757.069,177.9128,3691.0972,32.99395,3120.351,78.79087,421.79706,2293.6782,81.78444,9.463371,1235.9558,1045.5831,3762.171,98.51479 +2023-07-27 19:00:00,0.0,17454.885,290.80365,24.886938,34.56216,28.351717,163.6317,24.19142,32.565903,19.897917,20.980461,845.74133,283.31522,8.883691,131.07455,8.303103,0.7302828,26.458944,11.725416,2.1506631,333.35535,0.26166362,324.57684,43.297024,0.82504827,2.6187243,106.972694,16.565655,40.789577,104.07032,26032.006,0.19882047,1553.8827,0.5361152,0.32708475,0.14702408,0.84215266,144.49962,165.88486,25.242596,199.41296,21.174467,76.92641,2068.254,2.8073027,299.32156,189.76207,360.7358,141.46597,340.23187,32.07376,489.88303,0.0,2436.6536,14291.73,36.05754,508.28983,149.94858,43594.09,132.0531,28.158314,165.9743,429.14313,67.922646,29.02926,261.10577,2140.669,343.92313,177.9357,24.365631,16.959826,392.47723,71.08025,1332.5413,93.109406,2424.576,182.88884,387.73193,80.12427,159.88593,7.031433,11.267641,17.572466,2.7527232,2.2957366,67.42606,65.977615,71.13313,26.578638,28.32329,151.25099,6.9901304,3102.0203,64.58873,73.07224,79.328255,90.73246,220.14655,100.066986,160.28226,17.790386,38.689686,99.205345,295.5416,596.2633,67.88091,314.34818,71.17131,129.13611,277.84436,405.21387,962.8156,187.1852,4.046346,21.979603,8.846828,39.409084,18559.602,3.2456648,18.14838,29.66465,31.613548,369.96075,53.07406,141.15924,2.929429,142.5491,417.72122,293.98163,127.45646,494.10394,34.880196,96.68311,180.04654,11.196865,1.632434,11.051665,1396.9264,0.09434221,0.33541173,49.496338,8.029974,3.7537427,4.293985,7.9290466,102.792435,36.648407,90.89735,601.99506,232.19666,2020.0098,1865.5251,16.601559,30.07613,11289.044,7.9385734,67.643036,682.194,127.57749,173.84392,78.01744,402.131,828.8645,427.75064,17.15071,95.69337,1065.6838,2071.6128,47.864685,604.8062,47.3402,1.0893197,61.914616,1.1186724,0.6853141,3.130967,43.6584,121.904495,259.90942,18.917334,3275.0056,340.50024,122.38217,177.48622,80.9447,95.56166,53.941196,11.390289,103.5961,772.39575,233.96362,128.09799,114.28193,10.475537,128.46265,118.796036,38.577473,756.86365,177.92357,3690.487,32.986225,3119.3506,78.79036,421.7733,2293.3389,81.79143,9.463522,1235.3081,1044.5327,3759.4568,98.4412 +2023-07-27 20:00:00,0.0,17456.516,291.00842,24.89505,34.56009,28.361998,163.61803,24.190758,32.56384,19.898148,20.977398,846.14575,282.97543,8.881443,131.0748,8.291296,0.72904235,26.464382,11.707646,2.1520221,333.3337,0.26147026,324.601,43.287216,0.82580066,2.6185358,106.97113,16.556246,40.737755,104.01958,26045.459,0.19811256,1553.9634,0.5351999,0.32653487,0.14667365,0.84001964,144.47559,165.80931,25.236635,199.3965,21.17057,76.99426,2069.2927,2.805557,299.52835,189.85652,360.7701,141.46358,340.16974,32.09376,490.1263,0.0,2436.2373,14289.928,36.079166,508.51776,149.98499,43592.09,132.05336,28.172945,166.01204,429.38037,67.9548,29.048887,261.1837,2140.7332,343.91028,178.01306,24.379278,16.967657,392.37372,71.101654,1331.9093,93.030106,2425.0144,182.7543,387.7888,80.09597,159.59431,7.0294423,11.263227,17.553307,2.7501934,2.2932353,67.43281,65.99661,71.140564,26.596756,28.330437,151.02502,6.988263,3102.2898,64.50274,73.106186,79.23681,90.68525,220.15895,99.98809,160.40323,17.765821,38.675934,99.16741,295.5049,595.8983,67.748924,314.0651,71.12918,129.18063,277.7995,405.4043,962.8372,186.93486,4.0468574,21.987232,8.844517,39.405346,18564.154,3.2427278,18.157183,29.676882,31.580734,369.6142,53.00699,141.0498,2.9289505,142.3746,417.48276,293.8594,127.461876,494.35052,34.88996,96.73257,179.90323,11.193078,1.6320748,11.049648,1395.7458,0.09422397,0.3350842,49.48387,8.034486,3.7535152,4.290905,7.924249,102.723434,36.626144,90.85354,601.71344,232.23387,2020.2238,1865.718,16.606989,30.084454,11286.93,7.9374795,67.65771,682.3945,127.62796,173.88805,78.03831,402.24588,828.6811,427.79758,17.157988,95.72545,1065.7192,2071.89,47.878353,604.90643,47.35614,1.0893847,61.918053,1.1186738,0.6853415,3.1311333,43.67901,121.91918,259.87396,18.919802,3274.5977,340.6174,122.422935,177.53091,80.951614,95.559814,53.93683,11.403091,103.60753,772.69727,234.07643,128.14828,114.34218,10.45672,128.57335,118.872314,38.56006,756.6583,177.93436,3689.877,32.978497,3118.3503,78.78985,421.74948,2292.9995,81.798416,9.463673,1234.6603,1043.4823,3756.743,98.36761 +2023-07-27 21:00:00,0.0,17458.145,291.2132,24.90316,34.558018,28.372278,163.60437,24.190096,32.561775,19.89838,20.974335,846.5502,282.63568,8.879195,131.07506,8.279489,0.7278019,26.469822,11.6898775,2.1533813,333.31207,0.26127687,324.62518,43.27741,0.82655305,2.6183472,106.969574,16.546837,40.685932,103.96884,26058.914,0.19740467,1554.0441,0.5342846,0.32598495,0.1463232,0.8378866,144.45154,165.73378,25.230675,199.38004,21.166674,77.062126,2070.3315,2.8038116,299.73514,189.95099,360.80438,141.4612,340.10764,32.11376,490.36963,0.0,2435.8213,14288.125,36.100792,508.74567,150.0214,43590.086,132.05362,28.187576,166.04977,429.6176,67.98697,29.068512,261.26163,2140.797,343.89743,178.09041,24.392927,16.975489,392.27023,71.12305,1331.2772,92.950806,2425.453,182.61977,387.8456,80.06768,159.30272,7.0274515,11.258814,17.534147,2.7476635,2.2907343,67.43956,66.01562,71.147995,26.614876,28.337582,150.79904,6.986396,3102.5596,64.41674,73.14012,79.145355,90.63804,220.17137,99.909195,160.5242,17.741259,38.66218,99.12947,295.46823,595.5333,67.616936,313.78204,71.08706,129.22514,277.7546,405.59476,962.8589,186.68452,4.047369,21.99486,8.842205,39.401604,18568.709,3.2397904,18.165987,29.689114,31.54792,369.26767,52.93992,140.94037,2.9284723,142.2001,417.2443,293.73718,127.46729,494.59714,34.89973,96.78202,179.7599,11.189292,1.6317157,11.047632,1394.5653,0.09410573,0.3347567,49.47141,8.038999,3.7532878,4.287825,7.919451,102.65444,36.60388,90.80973,601.43176,232.27107,2020.4376,1865.9108,16.61242,30.092775,11284.815,7.936385,67.67238,682.595,127.67843,173.93216,78.05917,402.36075,828.4976,427.84454,17.165264,95.75753,1065.7546,2072.1667,47.892025,605.0067,47.372078,1.0894496,61.92149,1.1186751,0.68536884,3.1312995,43.69962,121.93387,259.83853,18.922272,3274.1897,340.73456,122.46371,177.5756,80.95853,95.55796,53.93246,11.415894,103.61895,772.9987,234.18924,128.19858,114.40242,10.437903,128.68404,118.948586,38.54265,756.45294,177.94513,3689.267,32.97077,3117.3499,78.78934,421.72568,2292.6604,81.805405,9.463823,1234.0126,1042.4319,3754.0288,98.29401 +2023-07-27 22:00:00,0.0,17459.773,291.41797,24.911272,34.555946,28.382557,163.5907,24.189434,32.559708,19.898611,20.971273,846.9545,282.29593,8.876947,131.0753,8.26768,0.7265615,26.47526,11.672109,2.1547403,333.29044,0.2610835,324.64935,43.267605,0.82730544,2.6181586,106.96802,16.537428,40.634113,103.9181,26072.37,0.19669677,1554.1248,0.53336924,0.32543507,0.14597277,0.8357535,144.42749,165.65825,25.224716,199.36357,21.162779,77.12999,2071.3706,2.8020658,299.9419,190.04544,360.83868,141.45882,340.0455,32.133762,490.6129,0.0,2435.4048,14286.321,36.12242,508.9736,150.0578,43588.082,132.05388,28.202208,166.08751,429.85492,68.01913,29.088137,261.33954,2140.861,343.88458,178.16777,24.406576,16.98332,392.16675,71.14444,1330.6453,92.871506,2425.891,182.48521,387.9025,80.03938,159.01111,7.0254607,11.2544,17.514988,2.7451334,2.2882333,67.446304,66.034615,71.15542,26.632996,28.344727,150.57307,6.9845285,3102.829,64.33075,73.17406,79.05391,90.59083,220.18378,99.8303,160.64516,17.716694,38.648434,99.09153,295.43152,595.16833,67.48495,313.499,71.04493,129.26965,277.70972,405.78522,962.8805,186.43419,4.0478806,22.002487,8.839892,39.397865,18573.264,3.2368531,18.174791,29.701344,31.515106,368.9211,52.87285,140.83093,2.9279938,142.0256,417.00586,293.61496,127.47271,494.84375,34.909496,96.831474,179.6166,11.185506,1.6313565,11.045616,1393.3846,0.09398749,0.3344292,49.458942,8.04351,3.7530603,4.2847447,7.9146533,102.58544,36.58162,90.76592,601.15015,232.30829,2020.6515,1866.1036,16.61785,30.101097,11282.701,7.935291,67.68705,682.7955,127.7289,173.97629,78.08004,402.47562,828.3142,427.89148,17.172543,95.789604,1065.79,2072.4438,47.905693,605.107,47.388016,1.0895146,61.92493,1.1186765,0.68539613,3.131466,43.72023,121.94856,259.80307,18.92474,3273.7817,340.8517,122.50448,177.6203,80.96544,95.556114,53.928093,11.428697,103.63038,773.30023,234.30203,128.24889,114.46267,10.4190855,128.79474,119.024864,38.525238,756.2476,177.9559,3688.657,32.963047,3116.3496,78.78882,421.7019,2292.321,81.81239,9.463974,1233.3647,1041.3813,3751.315,98.22041 +2023-07-27 23:00:00,0.0,17461.402,291.62277,24.919382,34.55387,28.392838,163.57703,24.188772,32.557644,19.898844,20.96821,847.35895,281.95615,8.8747,131.07556,8.255873,0.72532105,26.4807,11.654339,2.1560996,333.2688,0.26089016,324.67352,43.257797,0.8280578,2.61797,106.96646,16.528019,40.58229,103.867355,26085.822,0.19598886,1554.2054,0.5324539,0.32488516,0.14562233,0.8336205,144.40346,165.5827,25.218756,199.3471,21.158882,77.197845,2072.4094,2.8003204,300.14868,190.1399,360.873,141.45642,339.9834,32.15376,490.8562,0.0,2434.9888,14284.519,36.144047,509.20154,150.09421,43586.08,132.05414,28.21684,166.12524,430.09216,68.051285,29.107763,261.41748,2140.9253,343.87173,178.24512,24.420225,16.991152,392.06326,71.16583,1330.0133,92.792206,2426.3296,182.35068,387.95932,80.01109,158.71951,7.02347,11.249987,17.495829,2.7426035,2.2857323,67.45306,66.05362,71.16285,26.651115,28.351871,150.3471,6.9826612,3103.0986,64.24475,73.208,78.96246,90.54362,220.19618,99.7514,160.76613,17.692131,38.63468,99.05359,295.39484,594.8034,67.35296,313.21594,71.00281,129.31416,277.66483,405.97568,962.9021,186.18385,4.048392,22.010115,8.837581,39.394127,18577.816,3.2339158,18.183594,29.713575,31.482292,368.57455,52.80578,140.7215,2.9275155,141.8511,416.7674,293.49277,127.47813,495.09036,34.919262,96.88093,179.47327,11.18172,1.6309972,11.0436,1392.2041,0.09386925,0.33410168,49.44648,8.048023,3.752833,4.281665,7.9098554,102.51644,36.55936,90.722115,600.86847,232.34549,2020.8655,1866.2964,16.62328,30.109419,11280.587,7.934197,67.70172,682.996,127.77937,174.0204,78.10091,402.5905,828.13074,427.93845,17.17982,95.821686,1065.8253,2072.7207,47.919365,605.2073,47.403954,1.0895795,61.928368,1.1186779,0.6854235,3.131632,43.74084,121.96325,259.76764,18.927208,3273.3738,340.96887,122.54525,177.665,80.97235,95.55427,53.92372,11.441499,103.6418,773.60175,234.41484,128.29918,114.52291,10.400269,128.90543,119.10114,38.507828,756.0423,177.96667,3688.0469,32.95532,3115.349,78.78831,421.6781,2291.9817,81.81938,9.464125,1232.7169,1040.3309,3748.601,98.14682 +2023-07-28 00:00:00,0.0,17463.033,291.82755,24.927494,34.5518,28.403118,163.56337,24.18811,32.55558,19.899075,20.965147,847.76337,281.6164,8.872452,131.0758,8.244065,0.7240807,26.486137,11.63657,2.1574588,333.24716,0.26069677,324.6977,43.24799,0.82881016,2.6177816,106.964905,16.51861,40.530468,103.81661,26099.277,0.19528097,1554.2861,0.5315386,0.32433528,0.14527188,0.8314874,144.37941,165.50717,25.212795,199.33064,21.154985,77.26571,2073.4482,2.7985747,300.35547,190.23436,360.90726,141.45404,339.92126,32.17376,491.09952,0.0,2434.5725,14282.716,36.165672,509.42944,150.13062,43584.074,132.0544,28.231472,166.16298,430.3294,68.08345,29.127388,261.4954,2140.9893,343.85886,178.32248,24.433872,16.998983,391.95978,71.187225,1329.3812,92.712906,2426.768,182.21613,388.01617,79.9828,158.4279,7.021479,11.245573,17.47667,2.7400737,2.2832313,67.4598,66.07262,71.17027,26.669235,28.359018,150.12114,6.980794,3103.3684,64.15876,73.241936,78.87102,90.49641,220.2086,99.67251,160.8871,17.667566,38.62093,99.015656,295.35812,594.4384,67.22097,312.93286,70.96068,129.35867,277.61993,406.16614,962.92377,185.93352,4.0489035,22.017742,8.835269,39.390385,18582.371,3.2309785,18.192398,29.725807,31.449478,368.22803,52.73871,140.61206,2.927037,141.67662,416.52893,293.37054,127.48354,495.33698,34.92903,96.930374,179.32996,11.177933,1.630638,11.041584,1391.0236,0.09375101,0.33377418,49.434013,8.052535,3.7526054,4.278585,7.905058,102.44744,36.537098,90.67831,600.5868,232.38269,2021.0793,1866.4893,16.62871,30.11774,11278.473,7.9331026,67.7164,683.1965,127.82984,174.06451,78.12177,402.70538,827.9473,427.9854,17.187096,95.85377,1065.8607,2072.9978,47.933037,605.30756,47.41989,1.0896444,61.931805,1.1186793,0.68545085,3.1317983,43.761448,121.977936,259.7322,18.929676,3272.9658,341.08603,122.58602,177.70967,80.97926,95.55242,53.919353,11.454301,103.65323,773.9032,234.52765,128.34947,114.58315,10.381452,129.01613,119.17742,38.490417,755.837,177.97746,3687.4368,32.947594,3114.3489,78.787796,421.65433,2291.6426,81.82637,9.464275,1232.0692,1039.2805,3745.887,98.07323 +2023-07-28 01:00:00,0.0,17464.662,292.03232,24.935604,34.54973,28.413397,163.5497,24.187449,32.553513,19.899307,20.962084,848.1678,281.2766,8.870204,131.07607,8.232257,0.72284025,26.491575,11.618801,2.1588178,333.2255,0.2605034,324.72186,43.238186,0.82956254,2.617593,106.96335,16.509203,40.478645,103.76588,26112.732,0.19457306,1554.3668,0.53062326,0.3237854,0.14492145,0.82935435,144.35538,165.43163,25.206835,199.31418,21.151089,77.333565,2074.487,2.7968292,300.56226,190.32881,360.94156,141.45164,339.85916,32.19376,491.3428,0.0,2434.1562,14280.913,36.187298,509.65738,150.16702,43582.07,132.05466,28.246103,166.20073,430.56668,68.11561,29.147015,261.57333,2141.0535,343.846,178.39983,24.447521,17.006815,391.8563,71.20862,1328.7493,92.6336,2427.2065,182.08159,388.073,79.954506,158.1363,7.0194883,11.2411585,17.45751,2.7375436,2.2807302,67.46655,66.09162,71.177704,26.687355,28.366163,149.89517,6.9789267,3103.638,64.07276,73.27587,78.779564,90.4492,220.22101,99.593605,161.00807,17.643002,38.607178,98.977715,295.32144,594.0734,67.08898,312.6498,70.91856,129.4032,277.57504,406.3566,962.9454,185.68318,4.0494146,22.02537,8.832957,39.386646,18586.926,3.2280414,18.201202,29.738037,31.416664,367.88147,52.67164,140.50262,2.9265587,141.50212,416.2905,293.24832,127.48896,495.5836,34.938797,96.97983,179.18663,11.174147,1.6302788,11.039568,1389.8429,0.09363277,0.33344668,49.42155,8.057048,3.752378,4.2755046,7.90026,102.37845,36.514835,90.6345,600.3052,232.4199,2021.2933,1866.682,16.63414,30.126064,11276.359,7.9320087,67.73107,683.397,127.88031,174.10864,78.14264,402.82025,827.76385,428.03235,17.194374,95.88584,1065.8961,2073.2747,47.946705,605.40784,47.435833,1.0897094,61.93524,1.1186806,0.6854782,3.1319647,43.78206,121.99262,259.69675,18.932146,3272.558,341.2032,122.62679,177.75436,80.986176,95.55057,53.914986,11.467104,103.66465,774.2047,234.64046,128.39978,114.6434,10.362635,129.12682,119.25369,38.473007,755.63165,177.98824,3686.8267,32.939865,3113.3484,78.787285,421.63052,2291.3032,81.83337,9.464426,1231.4214,1038.23,3743.173,97.99963 +2023-07-28 02:00:00,0.0,17466.291,292.23712,24.943716,34.547657,28.423677,163.53603,24.186787,32.55145,19.899538,20.95902,848.57214,280.93686,8.867956,131.07631,8.220449,0.7215998,26.497015,11.601031,2.160177,333.20386,0.26031002,324.74603,43.22838,0.83031493,2.6174045,106.961784,16.499794,40.426823,103.71513,26126.186,0.19386517,1554.4475,0.5297079,0.32323548,0.144571,0.8272213,144.33133,165.3561,25.200874,199.29771,21.147192,77.40143,2075.526,2.7950838,300.76904,190.42328,360.97583,141.44926,339.79703,32.21376,491.5861,0.0,2433.7402,14279.109,36.208927,509.8853,150.20343,43580.066,132.05492,28.260735,166.23846,430.8039,68.147766,29.16664,261.65125,2141.1174,343.83316,178.47719,24.46117,17.014647,391.7528,71.23001,1328.1172,92.5543,2427.645,181.94705,388.12985,79.926216,157.8447,7.0174975,11.236745,17.43835,2.7350137,2.2782292,67.4733,66.11063,71.18513,26.705473,28.373308,149.6692,6.9770594,3103.9075,63.98677,73.309814,78.68812,90.40199,220.23341,99.51471,161.12903,17.618439,38.593426,98.93977,295.28476,593.70844,66.956985,312.36676,70.87643,129.44771,277.53015,406.54706,962.96704,185.43285,4.0499263,22.032997,8.830646,39.382904,18591.479,3.225104,18.210007,29.750269,31.383848,367.53494,52.60457,140.39319,2.9260802,141.32762,416.05203,293.1261,127.49438,495.8302,34.948566,97.02928,179.04332,11.170361,1.6299196,11.037552,1388.6624,0.09351453,0.33311915,49.409084,8.06156,3.7521505,4.2724247,7.895462,102.30945,36.492577,90.59069,600.0235,232.4571,2021.5072,1866.8749,16.63957,30.134386,11274.245,7.9309144,67.74574,683.5975,127.93078,174.15276,78.163506,402.93512,827.58044,428.0793,17.20165,95.91792,1065.9315,2073.5518,47.960377,605.50806,47.45177,1.0897744,61.938683,1.118682,0.68550557,3.1321309,43.80267,122.00731,259.66132,18.934614,3272.1501,341.32034,122.667564,177.79906,80.99309,95.54872,53.910618,11.479906,103.67608,774.50616,234.75327,128.45007,114.70364,10.343817,129.23752,119.32997,38.455597,755.42633,177.99901,3686.2168,32.93214,3112.3481,78.78677,421.60675,2290.9639,81.840355,9.464577,1230.7737,1037.1796,3740.459,97.92604 +2023-07-28 03:00:00,0.0,17467.922,292.4419,24.951826,34.545586,28.433958,163.52237,24.186125,32.54938,19.89977,20.955957,848.97656,280.5971,8.865708,131.07657,8.208641,0.7203594,26.502453,11.583262,2.161536,333.18222,0.26011667,324.7702,43.21857,0.8310673,2.6172159,106.96023,16.490385,40.375,103.66439,26139.64,0.19315727,1554.5282,0.52879256,0.3226856,0.14422056,0.8250882,144.30728,165.28055,25.194916,199.28125,21.143295,77.469284,2076.5647,2.793338,300.97583,190.51773,361.01013,141.44688,339.73492,32.23376,491.8294,0.0,2433.324,14277.307,36.230553,510.11322,150.23984,43578.062,132.05518,28.275368,166.2762,431.04117,68.17993,29.186266,261.7292,2141.1816,343.8203,178.55453,24.47482,17.02248,391.64932,71.2514,1327.4852,92.475,2428.0835,181.8125,388.1867,79.89792,157.5531,7.0155067,11.232331,17.419191,2.7324839,2.2757282,67.48005,66.12962,71.19256,26.723593,28.380453,149.44324,6.975192,3104.177,63.900776,73.34375,78.59667,90.35478,220.24583,99.435814,161.25,17.593874,38.579678,98.90184,295.24805,593.34344,66.825,312.08368,70.834305,129.49222,277.48526,406.73752,962.98865,185.18251,4.0504375,22.040625,8.828334,39.379166,18596.033,3.2221668,18.21881,29.7625,31.351034,367.1884,52.5375,140.28375,2.925602,141.15312,415.81357,293.0039,127.499794,496.0768,34.958332,97.078735,178.9,11.1665745,1.6295605,11.035536,1387.4818,0.09339629,0.33279166,49.39662,8.066072,3.751923,4.269345,7.890664,102.24045,36.470314,90.54688,599.7418,232.49432,2021.7212,1867.0677,16.645,30.142708,11272.131,7.92982,67.760414,683.798,127.981255,174.19688,78.18437,403.05,827.397,428.12625,17.208927,95.95,1065.9668,2073.8286,47.974045,605.60834,47.46771,1.0898393,61.94212,1.1186833,0.6855329,3.1322973,43.82328,122.022,259.62585,18.937082,3271.7422,341.4375,122.708336,177.84375,81.0,95.546875,53.90625,11.492708,103.6875,774.8077,234.86607,128.50037,114.76389,10.325,129.3482,119.40625,38.438187,755.22095,178.00978,3685.6067,32.924416,3111.3477,78.786255,421.58295,2290.6248,81.84734,9.464727,1230.1259,1036.1292,3737.745,97.85245 +2023-07-28 04:00:00,0.0,17469.55,292.64667,24.959938,34.543514,28.444239,163.5087,24.185463,32.547318,19.900003,20.952896,849.381,280.25732,8.863461,131.07683,8.196834,0.71911895,26.507893,11.565494,2.1628952,333.16058,0.2599233,324.79437,43.208767,0.8318197,2.6170273,106.95867,16.480976,40.32318,103.61365,26153.096,0.19244936,1554.6089,0.5278773,0.3221357,0.14387013,0.8229552,144.28325,165.20502,25.188955,199.26479,21.139399,77.53715,2077.6038,2.7915926,301.18262,190.61218,361.04443,141.44449,339.6728,32.25376,492.0727,0.0,2432.9077,14275.504,36.25218,510.34116,150.27625,43576.06,132.05544,28.289999,166.31393,431.27844,68.21209,29.20589,261.8071,2141.2456,343.80746,178.6319,24.488468,17.030312,391.54584,71.2728,1326.8531,92.3957,2428.5217,181.67796,388.24353,79.86963,157.26149,7.013516,11.227918,17.400032,2.729954,2.2732272,67.48679,66.14862,71.19998,26.741713,28.3876,149.21725,6.9733253,3104.4468,63.81478,73.377686,78.50522,90.30757,220.25824,99.35692,161.37097,17.569311,38.565926,98.8639,295.21136,592.97845,66.69301,311.80063,70.792175,129.53673,277.44037,406.92798,963.01025,184.93217,4.050949,22.048252,8.826022,39.375427,18600.588,3.2192295,18.227613,29.77473,31.31822,366.84183,52.47043,140.17432,2.9251235,140.97864,415.57513,292.88168,127.50521,496.32343,34.968098,97.12819,178.75668,11.162787,1.6292013,11.03352,1386.3011,0.09327805,0.33246416,49.384155,8.070584,3.7516956,4.266265,7.8858666,102.17145,36.44805,90.503075,599.4602,232.53152,2021.935,1867.2605,16.65043,30.15103,11270.017,7.928726,67.77509,683.9985,128.03172,174.241,78.20524,403.1649,827.21356,428.17322,17.216206,95.98208,1066.0022,2074.1055,47.987717,605.7086,47.483646,1.0899043,61.945557,1.1186848,0.6855603,3.1324635,43.84389,122.03669,259.59042,18.939552,3271.3342,341.55466,122.74911,177.88844,81.00691,95.54503,53.901882,11.505511,103.69892,775.10913,234.97888,128.55067,114.824135,10.306183,129.45891,119.48253,38.420776,755.0156,178.02057,3684.9966,32.916687,3110.3474,78.78574,421.55917,2290.2854,81.85433,9.464878,1229.4781,1035.0787,3735.031,97.77885 +2023-07-28 05:00:00,0.0,17471.18,292.85144,24.968048,34.541443,28.454517,163.49503,24.184801,32.545254,19.900234,20.949833,849.7854,279.91757,8.861213,131.07707,8.185026,0.7178785,26.51333,11.547725,2.1642544,333.13895,0.25972992,324.81854,43.19896,0.83257204,2.616839,106.957115,16.471567,40.27136,103.562904,26166.549,0.19174147,1554.6896,0.5269619,0.3215858,0.14351968,0.8208221,144.2592,165.12949,25.182995,199.24832,21.135502,77.605,2078.6426,2.789847,301.38937,190.70665,361.07867,141.44211,339.6107,32.27376,492.31598,0.0,2432.4915,14273.7,36.273804,510.5691,150.31267,43574.055,132.0557,28.30463,166.35167,431.5157,68.244255,29.225517,261.885,2141.3096,343.79462,178.70924,24.502115,17.038143,391.44235,71.2942,1326.2212,92.3164,2428.9602,181.54341,388.3004,79.84133,156.9699,7.011525,11.223504,17.380873,2.727424,2.2707262,67.493546,66.167625,71.20741,26.759832,28.394745,148.99129,6.971458,3104.7163,63.728786,73.41163,78.41377,90.26036,220.27065,99.27802,161.49193,17.544746,38.552174,98.82596,295.17465,592.61346,66.56102,311.51758,70.75005,129.58125,277.39548,407.11844,963.0319,184.68182,4.0514603,22.05588,8.8237095,39.371685,18605.143,3.2162921,18.236418,29.786963,31.285406,366.4953,52.40336,140.06488,2.9246452,140.80414,415.33667,292.75946,127.51063,496.57004,34.977867,97.177635,178.61336,11.159001,1.6288421,11.031504,1385.1206,0.09315981,0.33213663,49.371693,8.075096,3.7514682,4.2631845,7.8810687,102.10245,36.425793,90.45927,599.1786,232.56873,2022.1489,1867.4534,16.65586,30.159351,11267.902,7.927632,67.789764,684.199,128.0822,174.28511,78.22611,403.27975,827.0301,428.22018,17.223482,96.01416,1066.0376,2074.3826,48.00139,605.8089,47.499588,1.0899693,61.948994,1.1186861,0.68558764,3.1326299,43.8645,122.05138,259.555,18.94202,3270.9263,341.6718,122.78987,177.93314,81.013824,95.54318,53.897514,11.518313,103.71035,775.41064,235.09169,128.60097,114.884384,10.287366,129.5696,119.55881,38.403366,754.8103,178.03134,3684.3865,32.908962,3109.347,78.78523,421.53537,2289.946,81.86132,9.465029,1228.8303,1034.0282,3732.3171,97.70525 +2023-07-28 06:00:00,0.0,17472.809,293.0562,24.97616,34.53937,28.464798,163.48137,24.18414,32.543186,19.900467,20.94677,850.1898,279.5778,8.858965,131.07733,8.173218,0.7166381,26.518768,11.529955,2.1656134,333.11728,0.25953656,324.8427,43.18915,0.83332443,2.6166503,106.95556,16.46216,40.219536,103.51217,26180.004,0.19103357,1554.7703,0.5260466,0.32103592,0.14316924,0.81868905,144.23517,165.05394,25.177034,199.23186,21.131605,77.67287,2079.6814,2.7881014,301.59616,190.8011,361.11298,141.43973,339.54855,32.293762,492.5593,0.0,2432.0754,14271.897,36.295433,510.79703,150.34908,43572.05,132.05595,28.319262,166.3894,431.75296,68.27641,29.245142,261.96295,2141.3738,343.78177,178.7866,24.515764,17.045975,391.33887,71.31559,1325.5892,92.2371,2429.3987,181.40887,388.35724,79.81304,156.67828,7.0095344,11.2190895,17.361715,2.724894,2.268225,67.50029,66.18663,71.21484,26.777952,28.40189,148.76532,6.9695907,3104.9858,63.64279,73.445564,78.32233,90.21315,220.28307,99.19913,161.6129,17.520184,38.53842,98.78802,295.13797,592.2485,66.42903,311.23453,70.707924,129.62576,277.35062,407.30887,963.0535,184.43149,4.051972,22.063509,8.821398,39.367947,18609.695,3.2133548,18.24522,29.799192,31.252592,366.14874,52.33629,139.95544,2.9241667,140.62964,415.0982,292.63724,127.516045,496.81665,34.987633,97.22709,178.47005,11.155215,1.6284828,11.029488,1383.9401,0.09304157,0.33180913,49.359226,8.079609,3.7512407,4.2601047,7.876271,102.033455,36.40353,90.41546,598.8969,232.60594,2022.3629,1867.6461,16.66129,30.167675,11265.788,7.926538,67.804436,684.3995,128.13266,174.32924,78.24698,403.39462,826.8467,428.26712,17.23076,96.046234,1066.0729,2074.6594,48.015057,605.9092,47.515526,1.0900342,61.95243,1.1186875,0.685615,3.132796,43.88511,122.06606,259.51953,18.944489,3270.5183,341.789,122.83064,177.97783,81.02074,95.54133,53.893147,11.531116,103.72177,775.71216,235.2045,128.65128,114.944626,10.268548,129.6803,119.63508,38.385956,754.605,178.04211,3683.7764,32.901234,3108.3467,78.78472,421.5116,2289.607,81.86831,9.465179,1228.1826,1032.9778,3729.603,97.63166 +2023-07-28 07:00:00,0.0,17474.44,293.26102,24.98427,34.5373,28.475079,163.4677,24.183477,32.541122,19.900698,20.943707,850.5942,279.23804,8.856717,131.07758,8.16141,0.7153977,26.524208,11.512186,2.1669726,333.09564,0.25934318,324.86688,43.179344,0.8340768,2.6164618,106.954,16.452751,40.167713,103.461426,26193.459,0.19032566,1554.851,0.5251312,0.320486,0.14281881,0.81655604,144.21112,164.97841,25.171074,199.2154,21.127708,77.74072,2080.7202,2.7863557,301.80295,190.89557,361.14728,141.43733,339.48645,32.313763,492.80258,0.0,2431.6592,14270.095,36.31706,511.02493,150.38548,43570.047,132.05621,28.333895,166.42714,431.99023,68.30857,29.264767,262.04086,2141.4377,343.7689,178.86395,24.529413,17.053806,391.23538,71.33698,1324.9572,92.1578,2429.8372,181.27432,388.4141,79.78475,156.38669,7.0075436,11.214676,17.342556,2.7223642,2.265724,67.50704,66.20563,71.22227,26.79607,28.409035,148.53935,6.9677234,3105.2556,63.556797,73.4795,78.23088,90.16594,220.29547,99.120224,161.73387,17.495619,38.52467,98.750084,295.1013,591.8835,66.29704,310.95145,70.6658,129.67027,277.30573,407.49933,963.07513,184.18115,4.052483,22.071136,8.819086,39.36421,18614.25,3.2104177,18.254025,29.811424,31.219778,365.8022,52.26922,139.84601,2.9236884,140.45514,414.85977,292.515,127.52146,497.06326,34.9974,97.27654,178.32672,11.151429,1.6281236,11.027472,1382.7594,0.092923336,0.3314816,49.346764,8.084121,3.7510133,4.257025,7.8714733,101.964455,36.381268,90.37165,598.61523,232.64314,2022.5768,1867.839,16.66672,30.175997,11263.674,7.9254436,67.81911,684.6,128.18314,174.37335,78.267845,403.5095,826.6632,428.3141,17.238037,96.078316,1066.1083,2074.9365,48.02873,606.0094,47.531464,1.0900992,61.95587,1.118689,0.68564236,3.1329625,43.90572,122.08075,259.4841,18.946957,3270.1106,341.90616,122.871414,178.0225,81.02765,95.53948,53.88878,11.543918,103.7332,776.0136,235.3173,128.70157,115.00487,10.249731,129.79099,119.71136,38.368546,754.39966,178.05289,3683.1665,32.89351,3107.3462,78.78421,421.4878,2289.2676,81.8753,9.46533,1227.5348,1031.9274,3726.8892,97.55807 +2023-07-28 08:00:00,0.0,17476.068,293.4658,24.992382,34.53523,28.485357,163.45403,24.182816,32.539055,19.90093,20.940643,850.9986,278.89825,8.854469,131.07784,8.149603,0.7141573,26.529646,11.494417,2.1683316,333.074,0.25914982,324.89105,43.16954,0.8348292,2.6162732,106.95244,16.443342,40.11589,103.41068,26206.914,0.18961777,1554.9316,0.52421594,0.31993613,0.14246836,0.81442297,144.18709,164.90286,25.165115,199.19893,21.123812,77.808586,2081.759,2.7846103,302.00974,190.99002,361.18158,141.43495,339.42432,32.333763,493.04587,0.0,2431.243,14268.292,36.338684,511.25287,150.42189,43568.047,132.05647,28.348526,166.46487,432.22748,68.34074,29.284393,262.1188,2141.502,343.75604,178.94131,24.543062,17.061638,391.1319,71.358376,1324.3252,92.07849,2430.2756,181.13979,388.47092,79.756454,156.09508,7.005553,11.210262,17.323397,2.719834,2.263223,67.51379,66.224625,71.2297,26.81419,28.416182,148.31339,6.965856,3105.5251,63.470802,73.51344,78.13943,90.11873,220.30788,99.04133,161.85484,17.471054,38.51092,98.71214,295.06458,591.51855,66.165054,310.6684,70.62367,129.71478,277.26083,407.6898,963.0968,183.93082,4.0529947,22.078764,8.816774,39.360466,18618.805,3.2074804,18.262829,29.823656,31.186964,365.45566,52.202152,139.73657,2.92321,140.28065,414.6213,292.39282,127.52688,497.30988,35.007168,97.326,178.18341,11.147642,1.6277645,11.025455,1381.5789,0.092805095,0.3311541,49.334297,8.088634,3.7507858,4.253945,7.8666754,101.895454,36.35901,90.32784,598.33356,232.68034,2022.7908,1868.0319,16.67215,30.184319,11261.561,7.92435,67.83378,684.8005,128.23361,174.41748,78.28871,403.6244,826.4798,428.36102,17.245314,96.1104,1066.1437,2075.2134,48.042397,606.1097,47.5474,1.0901642,61.95931,1.1186903,0.6856697,3.1331286,43.92633,122.09544,259.44864,18.949427,3269.7026,342.02332,122.912186,178.0672,81.03457,95.537636,53.884407,11.556721,103.74462,776.3151,235.43011,128.75186,115.06512,10.230914,129.90169,119.787636,38.351135,754.1943,178.06367,3682.5564,32.885784,3106.346,78.78369,421.46402,2288.9282,81.882286,9.465481,1226.8871,1030.8768,3724.1753,97.484474 +2023-07-28 09:00:00,0.0,17477.697,293.67056,25.000494,34.533157,28.495638,163.44037,24.182156,32.53699,19.901161,20.93758,851.403,278.5585,8.8522215,131.07808,8.1377945,0.71291685,26.535086,11.476647,2.1696908,333.05237,0.25895646,324.91522,43.159733,0.8355816,2.6160848,106.95088,16.433933,40.06407,103.35994,26220.367,0.18890987,1555.0123,0.5233006,0.31938624,0.14211792,0.81228995,144.16304,164.82733,25.159155,199.18246,21.119915,77.87645,2082.7979,2.7828646,302.21652,191.08447,361.21582,141.43257,339.3622,32.35376,493.28918,0.0,2430.8267,14266.488,36.36031,511.4808,150.4583,43566.043,132.05673,28.363157,166.50261,432.46475,68.372894,29.304018,262.19672,2141.566,343.7432,179.01866,24.55671,17.06947,391.0284,71.37977,1323.6931,91.99919,2430.7139,181.00525,388.5278,79.728165,155.80348,7.0035625,11.205849,17.304237,2.7173042,2.260722,67.52054,66.24363,71.23712,26.83231,28.423326,148.08742,6.963989,3105.7947,63.384808,73.54738,78.04798,90.07152,220.3203,98.96243,161.9758,17.446491,38.49717,98.6742,295.0279,591.15356,66.033066,310.38535,70.58155,129.7593,277.21594,407.88025,963.1184,183.68048,4.053506,22.086391,8.814463,39.356728,18623.357,3.204543,18.271631,29.835886,31.15415,365.1091,52.135082,139.62714,2.9227316,140.10616,414.38284,292.2706,127.532295,497.5565,35.016933,97.37545,178.04008,11.143856,1.6274053,11.023439,1380.3983,0.092686854,0.3308266,49.321835,8.093145,3.7505584,4.2508645,7.8618774,101.826454,36.336746,90.284035,598.0519,232.71756,2023.0046,1868.2246,16.67758,30.19264,11259.446,7.9232554,67.84846,685.001,128.28407,174.4616,78.30958,403.73926,826.2963,428.408,17.252592,96.14247,1066.1791,2075.4905,48.05607,606.20996,47.56334,1.0902292,61.962746,1.1186917,0.6856971,3.133295,43.946938,122.11013,259.4132,18.951895,3269.2947,342.14047,122.95296,178.1119,81.04148,95.53579,53.88004,11.569523,103.75605,776.6166,235.54292,128.80217,115.12536,10.212097,130.01237,119.863914,38.333725,753.98895,178.07445,3681.9463,32.878056,3105.3455,78.78318,421.44022,2288.589,81.889275,9.4656315,1226.2393,1029.8264,3721.4612,97.41087 +2023-07-28 10:00:00,0.0,17479.328,293.87537,25.008604,34.531086,28.505919,163.4267,24.181494,32.534927,19.901394,20.934517,851.80743,278.21875,8.849974,131.07834,8.125987,0.7116764,26.540524,11.4588785,2.17105,333.03073,0.25876307,324.9394,43.149925,0.83633393,2.6158962,106.949326,16.424524,40.01225,103.309204,26233.822,0.18820196,1555.093,0.52238524,0.31883633,0.14176749,0.8101569,144.13899,164.75179,25.153194,199.166,21.116018,77.944305,2083.837,2.781119,302.4233,191.17894,361.25012,141.43018,339.30008,32.37376,493.53247,0.0,2430.4106,14264.686,36.38194,511.7087,150.4947,43564.04,132.05699,28.377789,166.54036,432.70197,68.40506,29.323645,262.27466,2141.6301,343.73035,179.09602,24.570358,17.077301,390.92493,71.40116,1323.0612,91.91989,2431.1523,180.8707,388.58463,79.69987,155.51187,7.0015717,11.201435,17.285078,2.7147744,2.258221,67.52728,66.262634,71.24455,26.85043,28.430471,147.86145,6.9621215,3106.0642,63.298813,73.581314,77.956535,90.02431,220.3327,98.88354,162.09677,17.421926,38.483418,98.63626,294.99118,590.7886,65.90108,310.1023,70.53942,129.80382,277.17105,408.0707,963.14,183.43015,4.0540175,22.094019,8.812151,39.35299,18627.912,3.2016058,18.280436,29.848118,31.121336,364.76254,52.068012,139.5177,2.9222531,139.93166,414.1444,292.14838,127.53771,497.8031,35.026703,97.4249,177.89677,11.14007,1.6270461,11.021423,1379.2177,0.09256861,0.33049908,49.30937,8.097658,3.7503307,4.2477846,7.8570795,101.75746,36.314484,90.24023,597.77026,232.75476,2023.2185,1868.4175,16.68301,30.200962,11257.332,7.922161,67.86313,685.2015,128.33455,174.50572,78.330444,403.85413,826.1129,428.45496,17.259869,96.17455,1066.2144,2075.7673,48.069736,606.31024,47.57928,1.0902941,61.966183,1.118693,0.68572444,3.1334612,43.96755,122.12482,259.37775,18.954363,3268.8867,342.25763,122.99373,178.15659,81.04839,95.533936,53.87567,11.582325,103.76747,776.9181,235.65573,128.85246,115.18561,10.193279,130.12308,119.940186,38.316315,753.7836,178.08522,3681.3362,32.87033,3104.3452,78.78267,421.4164,2288.2498,81.89626,9.465782,1225.5916,1028.776,3718.7473,97.33728 +2023-07-28 11:00:00,0.0,17480.957,294.08014,25.016716,34.529015,28.516197,163.41302,24.180832,32.53286,19.901625,20.931456,852.2118,277.87897,8.847727,131.07858,8.11418,0.710436,26.545961,11.44111,2.172409,333.0091,0.25856972,324.96356,43.14012,0.8370863,2.6157076,106.94777,16.415115,39.960426,103.25846,26247.277,0.18749407,1555.1737,0.5214699,0.31828645,0.14141704,0.8080238,144.11496,164.67625,25.147234,199.14954,21.112122,78.01217,2084.8757,2.7793736,302.6301,191.27339,361.28442,141.4278,339.23798,32.39376,493.77576,0.0,2429.9944,14262.883,36.403564,511.93665,150.53111,43562.035,132.05725,28.392422,166.5781,432.93924,68.43722,29.34327,262.35257,2141.694,343.7175,179.17337,24.584007,17.085133,390.8214,71.422554,1322.4292,91.84059,2431.5908,180.73616,388.64148,79.67158,155.22028,6.999581,11.1970215,17.265919,2.7122445,2.25572,67.534035,66.28163,71.251976,26.86855,28.437616,147.63548,6.960254,3106.334,63.21282,73.61526,77.86508,89.9771,220.34511,98.80464,162.21774,17.397364,38.469666,98.59833,294.9545,590.4236,65.76909,309.8192,70.4973,129.84833,277.12616,408.26117,963.1617,183.17981,4.0545287,22.101646,8.809839,39.349247,18632.467,3.1986685,18.28924,29.86035,31.08852,364.41602,52.000942,139.40826,2.9217746,139.75716,413.90594,292.02615,127.54313,498.04968,35.03647,97.47435,177.75345,11.136284,1.6266869,11.019406,1378.0371,0.09245037,0.33017159,49.2969,8.10217,3.7501032,4.2447047,7.852282,101.68846,36.29222,90.19642,597.48865,232.79198,2023.4325,1868.6102,16.68844,30.209286,11255.218,7.921067,67.8778,685.40204,128.38501,174.54984,78.35131,403.969,825.92944,428.5019,17.267145,96.206635,1066.2498,2076.0444,48.08341,606.4105,47.59522,1.0903591,61.969624,1.1186944,0.6857518,3.1336277,43.98816,122.1395,259.34232,18.956831,3268.4788,342.3748,123.0345,178.20128,81.055305,95.53209,53.871304,11.595128,103.7789,777.2196,235.76854,128.90276,115.24585,10.174462,130.23376,120.016464,38.2989,753.5783,178.096,3680.7263,32.862602,3103.3447,78.78216,421.39264,2287.9104,81.90325,9.465933,1224.9437,1027.7255,3716.0332,97.26369 +2023-07-28 12:00:00,0.0,17482.586,294.2849,25.024826,34.526943,28.526478,163.39937,24.18017,32.530796,19.901857,20.928392,852.6162,277.5392,8.845479,131.07884,8.102371,0.70919555,26.551401,11.42334,2.1737683,332.98743,0.25837636,324.98773,43.130314,0.8378387,2.615519,106.94621,16.405708,39.908604,103.20772,26260.73,0.18678617,1555.2544,0.5205546,0.31773654,0.14106661,0.8058908,144.09091,164.60071,25.141273,199.13307,21.108225,78.080025,2085.9146,2.777628,302.83685,191.36786,361.31873,141.42542,339.17584,32.41376,494.01907,0.0,2429.5781,14261.08,36.42519,512.16455,150.56752,43560.03,132.05751,28.407053,166.61583,433.1765,68.469376,29.362896,262.4305,2141.7583,343.70465,179.25072,24.597656,17.092964,390.71793,71.44395,1321.7971,91.76129,2432.0293,180.60161,388.6983,79.64328,154.92868,6.99759,11.192607,17.24676,2.7097144,2.253219,67.54078,66.30064,71.25941,26.886667,28.444763,147.40952,6.958387,3106.6035,63.126823,73.64919,77.773636,89.92989,220.35753,98.725746,162.33871,17.372799,38.455917,98.56039,294.91782,590.0586,65.63709,309.53616,70.45517,129.89284,277.08127,408.45163,963.1833,182.92947,4.0550404,22.109274,8.807528,39.34551,18637.021,3.1957312,18.298044,29.87258,31.055706,364.06946,51.933872,139.29884,2.9212964,139.58266,413.66748,291.90396,127.548546,498.2963,35.046234,97.5238,177.61014,11.132497,1.6263278,11.01739,1376.8566,0.09233213,0.32984406,49.28444,8.106683,3.7498758,4.241625,7.847484,101.61946,36.269962,90.15261,597.207,232.82918,2023.6464,1868.8031,16.69387,30.217607,11253.104,7.919973,67.89247,685.60254,128.43549,174.59395,78.37218,404.08386,825.74603,428.54886,17.274424,96.23871,1066.2852,2076.3213,48.09708,606.51074,47.611156,1.0904241,61.97306,1.1186957,0.68577915,3.1337938,44.00877,122.15419,259.3069,18.959301,3268.0708,342.49194,123.07527,178.24597,81.06222,95.53024,53.866936,11.60793,103.79032,777.52106,235.88135,128.95306,115.3061,10.155645,130.34447,120.09274,38.28149,753.373,178.10678,3680.1162,32.854877,3102.3445,78.78165,421.36884,2287.5713,81.91024,9.466084,1224.296,1026.675,3713.3193,97.190094 +2023-07-28 13:00:00,0.0,17484.215,294.4897,25.032938,34.52487,28.536758,163.3857,24.179508,32.528732,19.90209,20.92533,853.0206,277.19943,8.843231,131.07909,8.090564,0.7079552,26.556839,11.405571,2.1751275,332.9658,0.25818297,325.0119,43.120506,0.8385911,2.6153305,106.94466,16.3963,39.85678,103.156975,26274.186,0.18607827,1555.3351,0.51963925,0.31718665,0.14071617,0.8037577,144.06688,164.52518,25.135315,199.1166,21.104328,78.14789,2086.9534,2.7758825,303.04364,191.46231,361.353,141.42302,339.11374,32.43376,494.26236,0.0,2429.1619,14259.276,36.446815,512.3925,150.60393,43558.027,132.05777,28.421684,166.65356,433.41376,68.50154,29.38252,262.50842,2141.8223,343.69177,179.32808,24.611303,17.100796,390.61444,71.46535,1321.1652,91.68199,2432.4678,180.46707,388.75516,79.61499,154.63707,6.9955993,11.188193,17.2276,2.7071846,2.2507179,67.54753,66.31963,71.26683,26.904787,28.451908,147.18353,6.95652,3106.873,63.04083,73.68313,77.68219,89.88268,220.36993,98.64684,162.45967,17.348236,38.442165,98.522446,294.8811,589.6936,65.505104,309.2531,70.41305,129.93735,277.03638,408.6421,963.2049,182.67914,4.055552,22.116901,8.805215,39.34177,18641.574,3.192794,18.306847,29.884811,31.022892,363.7229,51.866802,139.1894,2.9208179,139.40817,413.42905,291.78174,127.55396,498.5429,35.056004,97.57326,177.46681,11.128711,1.6259685,11.015374,1375.6759,0.09221389,0.32951656,49.271973,8.111195,3.7496483,4.2385445,7.842686,101.55046,36.2477,90.1088,596.9253,232.86638,2023.8604,1868.9958,16.6993,30.22593,11250.989,7.918879,67.90714,685.80304,128.48596,174.63808,78.39304,404.19876,825.56256,428.5958,17.2817,96.27079,1066.3206,2076.5984,48.11075,606.611,47.627094,1.090489,61.976498,1.1186972,0.68580645,3.1339602,44.029377,122.168884,259.27142,18.96177,3267.663,342.6091,123.116035,178.29066,81.06913,95.5284,53.862568,11.620732,103.80175,777.8226,235.99414,129.00336,115.36634,10.136827,130.45515,120.16902,38.26408,753.16766,178.11755,3679.506,32.847153,3101.344,78.78113,421.34506,2287.232,81.91723,9.466234,1223.6482,1025.6246,3710.6052,97.1165 +2023-07-28 14:00:00,0.0,17485.846,294.69446,25.041048,34.5228,28.547037,163.37202,24.178846,32.526665,19.90232,20.922266,853.42505,276.85968,8.840983,131.07935,8.078755,0.70671475,26.562277,11.387802,2.1764865,332.94415,0.25798962,325.03607,43.110703,0.8393435,2.615142,106.94309,16.38689,39.80496,103.10624,26287.64,0.18537037,1555.4158,0.5187239,0.31663677,0.14036572,0.80162466,144.04283,164.44965,25.129354,199.10013,21.100431,78.215744,2087.9922,2.7741368,303.25043,191.55676,361.38727,141.42064,339.0516,32.453762,494.50565,0.0,2428.7456,14257.474,36.468445,512.6204,150.64034,43556.023,132.05803,28.436316,166.6913,433.65103,68.5337,29.402147,262.58633,2141.8862,343.67892,179.40543,24.624952,17.108627,390.51096,71.48674,1320.5331,91.602684,2432.906,180.33253,388.812,79.5867,154.34547,6.9936085,11.18378,17.20844,2.7046547,2.2482169,67.554276,66.33864,71.27426,26.922907,28.459053,146.95757,6.954653,3107.1428,62.954834,73.71707,77.590744,89.83547,220.38234,98.56795,162.58064,17.323671,38.428413,98.48451,294.84442,589.3286,65.373116,308.97003,70.37092,129.98186,276.9915,408.83255,963.22656,182.4288,4.056063,22.124529,8.802903,39.338028,18646.129,3.1898568,18.31565,29.897043,30.990078,363.37637,51.799732,139.07997,2.9203396,139.23367,413.19058,291.65952,127.55938,498.78952,35.06577,97.62271,177.3235,11.124925,1.6256093,11.013358,1374.4954,0.09209565,0.32918906,49.25951,8.115707,3.749421,4.2354646,7.8378882,101.48147,36.225437,90.064995,596.6437,232.9036,2024.0742,1869.1887,16.704731,30.234251,11248.875,7.9177847,67.92182,686.00354,128.53642,174.68219,78.41391,404.31363,825.37915,428.64276,17.288979,96.30287,1066.3558,2076.8752,48.12442,606.7113,47.643032,1.090554,61.979935,1.1186985,0.6858338,3.1341264,44.049988,122.18357,259.236,18.964237,3267.2551,342.72626,123.15681,178.33534,81.07604,95.52654,53.8582,11.633535,103.81317,778.124,236.10695,129.05365,115.42658,10.1180105,130.56586,120.24529,38.24667,752.9623,178.12833,3678.896,32.839424,3100.3438,78.78062,421.32126,2286.8926,81.92422,9.466385,1223.0005,1024.5742,3707.8914,97.04291 +2023-07-28 15:00:00,0.0,17487.475,294.89926,25.04916,34.52073,28.557318,163.35837,24.178185,32.5246,19.902554,20.919203,853.8294,276.51993,8.838736,131.07959,8.066948,0.7054743,26.567717,11.370032,2.1778457,332.92252,0.25779623,325.06027,43.100895,0.8400959,2.6149535,106.941536,16.377481,39.75314,103.0555,26301.094,0.18466248,1555.4965,0.5178086,0.31608686,0.14001529,0.79949164,144.01878,164.3741,25.123394,199.08366,21.096535,78.28361,2089.031,2.7723913,303.4572,191.65123,361.42157,141.41826,338.9895,32.473763,494.74896,0.0,2428.3296,14255.671,36.49007,512.8483,150.67674,43554.02,132.05829,28.450949,166.72903,433.8883,68.565865,29.421772,262.66428,2141.9504,343.66608,179.48279,24.638601,17.116459,390.40747,71.50813,1319.9011,91.523384,2433.3445,180.19798,388.86884,79.5584,154.05386,6.9916177,11.179366,17.189281,2.7021248,2.2457159,67.56103,66.357635,71.28169,26.941027,28.466198,146.7316,6.9527855,3107.4124,62.86884,73.75101,77.49929,89.78826,220.39476,98.48905,162.70161,17.299107,38.41466,98.44657,294.8077,588.9636,65.24113,308.68698,70.3288,130.02638,276.9466,409.02298,963.24817,182.17847,4.056575,22.132158,8.800591,39.33429,18650.684,3.1869195,18.324455,29.909273,30.957264,363.02982,51.732662,138.97054,2.919861,139.05917,412.95212,291.5373,127.5648,499.03613,35.075535,97.67216,177.18019,11.121138,1.6252501,11.011342,1373.3148,0.09197742,0.32886153,49.247044,8.120219,3.7491934,4.2323847,7.833091,101.41247,36.20318,90.02118,596.362,232.9408,2024.2881,1869.3816,16.710161,30.242573,11246.762,7.9166903,67.93649,686.20404,128.5869,174.72632,78.43478,404.4285,825.1957,428.68973,17.296255,96.334946,1066.3912,2077.1523,48.13809,606.8116,47.658974,1.090619,61.983376,1.1186999,0.6858612,3.1342926,44.0706,122.19826,259.20053,18.966707,3266.8472,342.8434,123.19758,178.38004,81.082954,95.5247,53.853832,11.6463375,103.8246,778.42554,236.21976,129.10396,115.48683,10.099194,130.67654,120.32157,38.22926,752.75696,178.1391,3678.286,32.8317,3099.3433,78.780106,421.2975,2286.5535,81.931206,9.466536,1222.3527,1023.52374,3705.1772,96.969315 +2023-07-28 16:00:00,0.0,17489.104,295.10403,25.05727,34.518658,28.567598,163.3447,24.177523,32.522533,19.902784,20.91614,854.2338,276.18015,8.836488,131.07985,8.0551405,0.7042339,26.573154,11.352263,2.1792047,332.90088,0.25760287,325.08444,43.091087,0.8408482,2.614765,106.93998,16.368073,39.701317,103.00475,26314.549,0.18395457,1555.5771,0.51689327,0.31553698,0.13966484,0.7973585,143.99475,164.29857,25.117434,199.0672,21.092638,78.35146,2090.07,2.7706456,303.664,191.74568,361.45587,141.41586,338.92737,32.493763,494.99225,0.0,2427.9133,14253.868,36.511696,513.0763,150.71315,43552.016,132.05855,28.46558,166.76677,434.12555,68.59802,29.441397,262.7422,2142.0144,343.65323,179.56013,24.65225,17.12429,390.304,71.529526,1319.269,91.444084,2433.783,180.06345,388.9257,79.53011,153.76227,6.989627,11.1749525,17.170122,2.6995947,2.2432148,67.56777,66.37664,71.289116,26.959146,28.473345,146.50563,6.950918,3107.682,62.782845,73.78494,77.407845,89.74105,220.40717,98.41016,162.82259,17.274544,38.40091,98.40863,294.77103,588.5987,65.10914,308.40393,70.28667,130.07089,276.9017,409.21344,963.2698,181.92813,4.057086,22.139786,8.79828,39.33055,18655.236,3.1839821,18.333258,29.921505,30.92445,362.68326,51.665592,138.8611,2.9193828,138.88467,412.71368,291.4151,127.57021,499.28275,35.085304,97.72161,177.03687,11.117352,1.6248909,11.009326,1372.1342,0.09185918,0.32853404,49.23458,8.124732,3.748966,4.229305,7.828293,101.34347,36.180916,89.97737,596.0803,232.978,2024.5021,1869.5743,16.715591,30.250896,11244.647,7.9155965,67.951164,686.40454,128.63737,174.77043,78.45564,404.54337,825.01227,428.73666,17.303532,96.36703,1066.4266,2077.4292,48.15176,606.91187,47.67491,1.0906839,61.986813,1.1187012,0.6858885,3.134459,44.09121,122.212944,259.1651,18.969175,3266.4392,342.96057,123.23835,178.42473,81.08987,95.52285,53.84946,11.65914,103.83602,778.72705,236.33257,129.15425,115.54707,10.080377,130.78725,120.39785,38.21185,752.55164,178.14989,3677.676,32.823975,3098.343,78.779594,421.27368,2286.214,81.938194,9.466686,1221.7048,1022.47327,3702.4634,96.89571 +2023-07-28 17:00:00,0.0,17490.734,295.3088,25.065382,34.516586,28.577879,163.33102,24.17686,32.52047,19.903017,20.913076,854.63824,275.8404,8.83424,131.0801,8.043332,0.70299345,26.578594,11.334495,2.180564,332.87924,0.2574095,325.1086,43.08128,0.8416006,2.6145763,106.93842,16.358665,39.649494,102.95401,26328.004,0.18324667,1555.6578,0.5159779,0.31498706,0.1393144,0.7952255,143.9707,164.22302,25.111473,199.05074,21.088741,78.41933,2091.109,2.7689002,303.8708,191.84015,361.49014,141.41348,338.86526,32.513763,495.23553,0.0,2427.497,14252.064,36.53332,513.3042,150.74956,43550.01,132.0588,28.480211,166.8045,434.3628,68.63018,29.461023,262.82013,2142.0786,343.64038,179.6375,24.665897,17.132124,390.2005,71.55092,1318.6371,91.364784,2434.2214,179.9289,388.98254,79.501816,153.47066,6.987636,11.170539,17.150963,2.6970649,2.2407136,67.57452,66.39564,71.29655,26.977264,28.48049,146.27966,6.949051,3107.9514,62.69685,73.818886,77.3164,89.69384,220.41957,98.33126,162.94354,17.249979,38.38716,98.37069,294.73434,588.2337,64.97715,308.12088,70.244545,130.1154,276.85684,409.4039,963.29144,181.67778,4.0575976,22.147413,8.795968,39.32681,18659.791,3.1810448,18.342062,29.933737,30.891636,362.33673,51.598522,138.75166,2.9189043,138.71019,412.47522,291.29288,127.57563,499.52936,35.09507,97.771065,176.89355,11.113565,1.6245317,11.00731,1370.9536,0.091740936,0.32820654,49.222115,8.129244,3.7487385,4.2262244,7.823495,101.27447,36.158653,89.93356,595.7987,233.01521,2024.716,1869.7672,16.721022,30.259218,11242.533,7.914502,67.965836,686.60504,128.68784,174.81456,78.47651,404.65823,824.8288,428.78363,17.31081,96.3991,1066.462,2077.7063,48.165432,607.0121,47.69085,1.0907489,61.99025,1.1187027,0.6859159,3.1346252,44.111816,122.22764,259.12964,18.971643,3266.0312,343.07773,123.27912,178.46942,81.09678,95.521,53.845093,11.671943,103.84744,779.0285,236.44537,129.20454,115.60732,10.061559,130.89793,120.47413,38.19444,752.3463,178.16066,3677.066,32.816246,3097.3425,78.779076,421.2499,2285.8748,81.94518,9.466837,1221.0571,1021.4228,3699.7493,96.82212 +2023-07-28 18:00:00,0.0,17492.363,295.5136,25.073492,34.514515,28.588158,163.31737,24.176199,32.518406,19.903248,20.910015,855.04266,275.5006,8.831992,131.08035,8.031525,0.701753,26.584032,11.316726,2.1819232,332.85757,0.25721613,325.13278,43.071476,0.842353,2.6143878,106.93687,16.349257,39.59767,102.903275,26341.457,0.18253876,1555.7385,0.5150626,0.31443718,0.13896397,0.7930924,143.94667,164.14749,25.105515,199.03427,21.084845,78.48718,2092.1477,2.7671545,304.07758,191.9346,361.52444,141.41109,338.80313,32.53376,495.47885,0.0,2427.081,14250.262,36.55495,513.5321,150.78596,43548.008,132.05907,28.494843,166.84225,434.60004,68.662346,29.480648,262.89804,2142.1426,343.62753,179.71484,24.679546,17.139956,390.09702,71.57231,1318.0051,91.285484,2434.66,179.79436,389.0394,79.473526,153.17906,6.9856453,11.166124,17.131804,2.694535,2.2382126,67.58127,66.41464,71.30397,26.995384,28.487635,146.0537,6.9471836,3108.2212,62.610855,73.85282,77.224945,89.64663,220.43199,98.252365,163.06451,17.225416,38.37341,98.332756,294.69763,587.8687,64.84516,307.8378,70.202415,130.15991,276.81195,409.59436,963.31305,181.42744,4.058109,22.15504,8.793656,39.32307,18664.346,3.1781075,18.350866,29.945967,30.858822,361.99017,51.531452,138.64223,2.918426,138.53569,412.23676,291.17065,127.58105,499.77597,35.104836,97.82052,176.75023,11.109779,1.6241726,11.005294,1369.7731,0.091622695,0.327879,49.209652,8.133757,3.748511,4.2231445,7.818697,101.205475,36.136395,89.889755,595.517,233.05241,2024.9299,1869.96,16.726452,30.26754,11240.419,7.9134083,67.98051,686.80554,128.73831,174.85867,78.497375,404.77313,824.6454,428.83057,17.318087,96.43118,1066.4973,2077.9832,48.1791,607.11237,47.706787,1.0908139,61.993687,1.118704,0.68594325,3.1347916,44.132427,122.242325,259.0942,18.974112,3265.6233,343.1949,123.31989,178.51411,81.10369,95.51915,53.840725,11.684745,103.85887,779.33,236.55818,129.25485,115.667564,10.042742,131.00864,120.5504,38.17703,752.141,178.17143,3676.4558,32.80852,3096.3423,78.778564,421.2261,2285.5356,81.95217,9.466988,1220.4093,1020.3724,3697.0354,96.74853 +2023-07-28 19:00:00,0.0,17493.992,295.71838,25.081604,34.512444,28.598438,163.3037,24.175537,32.51634,19.90348,20.906952,855.447,275.16086,8.829744,131.0806,8.019717,0.7005126,26.58947,11.298956,2.1832821,332.83594,0.25702277,325.15695,43.06167,0.8431054,2.6141994,106.9353,16.339848,39.54585,102.85253,26354.912,0.18183087,1555.8192,0.5141473,0.3138873,0.13861352,0.79095936,143.92262,164.07195,25.099554,199.0178,21.080948,78.555046,2093.1865,2.765409,304.28436,192.02905,361.55872,141.4087,338.74103,32.55376,495.72214,0.0,2426.6646,14248.459,36.576576,513.7601,150.82237,43546.004,132.05933,28.509476,166.87999,434.8373,68.6945,29.500275,262.97598,2142.2068,343.61465,179.7922,24.693195,17.147787,389.99353,71.593704,1317.373,91.206184,2435.0981,179.65982,389.09622,79.44523,152.88745,6.9836545,11.161711,17.112644,2.692005,2.2357116,67.58801,66.43365,71.3114,27.013504,28.49478,145.82773,6.9453163,3108.4907,62.52486,73.886765,77.1335,89.59942,220.4444,98.17347,163.18549,17.200851,38.359657,98.294815,294.66095,587.5037,64.71317,307.55475,70.16029,130.20444,276.76706,409.78482,963.33466,181.17711,4.0586205,22.162668,8.791345,39.319332,18668.9,3.1751704,18.35967,29.958199,30.826008,361.64362,51.464382,138.53279,2.9179475,138.36119,411.99832,291.04843,127.586464,500.02258,35.114605,97.86997,176.60692,11.105992,1.6238133,11.003278,1368.5924,0.091504455,0.3275515,49.197186,8.138268,3.7482836,4.2200646,7.8138995,101.136475,36.114132,89.84595,595.2354,233.08963,2025.1438,1870.1528,16.731882,30.275862,11238.305,7.912314,67.995186,687.00604,128.78877,174.90279,78.51825,404.888,824.4619,428.87753,17.325365,96.463264,1066.5327,2078.2603,48.192772,607.21265,47.72273,1.0908788,61.997128,1.1187054,0.6859706,3.1349578,44.153038,122.25701,259.05878,18.976582,3265.2153,343.31207,123.360664,178.5588,81.1106,95.5173,53.836357,11.697547,103.87029,779.6315,236.67099,129.30515,115.72781,10.023925,131.11934,120.62668,38.15962,751.9356,178.1822,3675.8457,32.800793,3095.3418,78.77805,421.20233,2285.1963,81.95916,9.467138,1219.7616,1019.3219,3694.3215,96.674934 +2023-07-28 20:00:00,0.0,17495.621,295.92316,25.089714,34.510372,28.608719,163.29002,24.174875,32.514275,19.903713,20.903889,855.85144,274.82108,8.827497,131.08086,8.007909,0.6992722,26.59491,11.281187,2.1846414,332.8143,0.25682938,325.18112,43.05186,0.84385777,2.6140108,106.93375,16.330439,39.49403,102.80179,26368.367,0.18112297,1555.8999,0.51323193,0.3133374,0.13826308,0.78882635,143.89859,163.99641,25.093594,199.00134,21.077053,78.62291,2094.2253,2.7636633,304.49112,192.12352,361.59302,141.40633,338.6789,32.57376,495.96545,0.0,2426.2485,14246.656,36.5982,513.988,150.85878,43544.004,132.05959,28.524107,166.91772,435.0746,68.72666,29.5199,263.0539,2142.2708,343.6018,179.86955,24.706844,17.155619,389.89005,71.6151,1316.7411,91.126884,2435.5366,179.52527,389.15308,79.41694,152.59586,6.9816637,11.157297,17.093485,2.689475,2.2332106,67.594765,66.452644,71.318825,27.031624,28.501926,145.60175,6.943449,3108.7603,62.438866,73.9207,77.04205,89.55221,220.4568,98.09457,163.30646,17.176287,38.345905,98.256874,294.62424,587.13873,64.581184,307.2717,70.118164,130.24895,276.72217,409.97528,963.3563,180.92677,4.0591316,22.170296,8.789033,39.31559,18673.453,3.172233,18.368473,29.97043,30.793192,361.2971,51.397312,138.42336,2.9174693,138.18669,411.75986,290.92624,127.59188,500.2692,35.12437,97.91942,176.4636,11.102206,1.6234541,11.001262,1367.4119,0.091386214,0.32722402,49.184723,8.142781,3.7480562,4.2169843,7.8091016,101.067474,36.09187,89.80214,594.95374,233.12683,2025.3577,1870.3457,16.737312,30.284184,11236.19,7.91122,68.00986,687.20654,128.83925,174.94691,78.539116,405.00287,824.2785,428.9245,17.332642,96.49534,1066.5681,2078.537,48.20644,607.3129,47.738667,1.0909438,62.000565,1.1187067,0.68599796,3.1351242,44.17365,122.2717,259.02332,18.97905,3264.8076,343.42923,123.401436,178.6035,81.117516,95.51546,53.83199,11.710349,103.88172,779.933,236.7838,129.35544,115.788055,10.005108,131.23003,120.70296,38.14221,751.7303,178.193,3675.2356,32.793068,3094.3416,78.77754,421.17853,2284.857,81.96615,9.467289,1219.1138,1018.2715,3691.6074,96.60134 +2023-07-28 21:00:00,0.0,17497.252,296.12793,25.097826,34.5083,28.618998,163.27637,24.174213,32.51221,19.903944,20.900826,856.25586,274.48132,8.825249,131.0811,7.9961014,0.6980318,26.600348,11.263418,2.1860003,332.79266,0.25663602,325.2053,43.042057,0.8446101,2.6138222,106.93219,16.32103,39.442207,102.751045,26381.82,0.18041506,1555.9806,0.5123166,0.3127875,0.13791265,0.7866933,143.87454,163.92088,25.087633,198.98488,21.073156,78.690765,2095.2642,2.7619178,304.6979,192.21797,361.62732,141.40393,338.6168,32.59376,496.20874,0.0,2425.8323,14244.853,36.619827,514.2159,150.8952,43542.0,132.05984,28.538738,166.95546,435.31183,68.75883,29.539526,263.13184,2142.3347,343.58896,179.94691,24.720491,17.16345,389.78656,71.63649,1316.109,91.04758,2435.975,179.39073,389.20993,79.38865,152.30424,6.979673,11.152884,17.074326,2.6869452,2.2307096,67.60151,66.47165,71.326256,27.049744,28.509071,145.37578,6.9415817,3109.03,62.35287,73.954636,76.95061,89.505,220.46922,98.01567,163.42741,17.151724,38.332153,98.21894,294.58755,586.77374,64.449196,306.98862,70.07604,130.29346,276.67728,410.16574,963.3779,180.67644,4.0596433,22.177923,8.78672,39.31185,18678.008,3.1692958,18.377277,29.98266,30.760378,360.95053,51.330242,138.31392,2.9169908,138.0122,411.5214,290.80402,127.5973,500.5158,35.13414,97.96887,176.32028,11.09842,1.6230949,10.999246,1366.2313,0.09126797,0.3268965,49.172256,8.147293,3.7478287,4.2139044,7.8043036,100.998474,36.069607,89.75833,594.6721,233.16403,2025.5717,1870.5385,16.742743,30.292505,11234.076,7.9101257,68.02453,687.40704,128.88972,174.99103,78.55998,405.11774,824.09503,428.97144,17.339918,96.52742,1066.6035,2078.8142,48.22011,607.4132,47.754604,1.0910088,62.004,1.1187081,0.6860253,3.1352904,44.194256,122.286385,258.98788,18.981518,3264.3997,343.5464,123.44221,178.64818,81.12443,95.51361,53.82762,11.723152,103.89314,780.2345,236.8966,129.40575,115.8483,9.98629,131.34073,120.779236,38.124798,751.52496,178.20377,3674.6257,32.785343,3093.341,78.77703,421.15475,2284.5178,81.97314,9.46744,1218.4661,1017.221,3688.8936,96.52774 +2023-07-28 22:00:00,0.0,17498.88,296.3327,25.105936,34.50623,28.629278,163.2627,24.173553,32.510143,19.904177,20.897762,856.6603,274.14157,8.823001,131.08136,7.9842935,0.69679135,26.605787,11.245648,2.1873596,332.77103,0.25644267,325.22946,43.03225,0.8453625,2.6136336,106.93063,16.31162,39.390385,102.7003,26395.275,0.17970717,1556.0613,0.51140124,0.31223762,0.1375622,0.78456026,143.8505,163.84534,25.081673,198.96841,21.06926,78.75863,2096.3032,2.7601724,304.9047,192.31244,361.6616,141.40155,338.55466,32.61376,496.45203,0.0,2425.4163,14243.05,36.641457,514.44385,150.93161,43539.996,132.0601,28.55337,166.9932,435.54907,68.790985,29.55915,263.20975,2142.399,343.5761,180.02426,24.73414,17.171282,389.68307,71.65789,1315.477,90.96828,2436.4136,179.25618,389.26678,79.36035,152.01265,6.977682,11.14847,17.055166,2.6844153,2.2282085,67.60826,66.49065,71.33369,27.067862,28.516216,145.14981,6.9397144,3109.2996,62.266876,73.98858,76.85915,89.45779,220.48163,97.936775,163.54839,17.12716,38.318405,98.181,294.55087,586.40875,64.31721,306.70557,70.03391,130.33797,276.6324,410.3562,963.39954,180.4261,4.0601544,22.18555,8.784409,39.308113,18682.562,3.1663585,18.386082,29.994892,30.727564,360.60397,51.263172,138.20448,2.9165125,137.8377,411.28296,290.6818,127.602715,500.76242,35.143906,98.018326,176.17696,11.094634,1.6227357,10.99723,1365.0507,0.09114973,0.326569,49.159794,8.151806,3.7476013,4.2108245,7.7995057,100.929474,36.047348,89.71452,594.39044,233.20125,2025.7855,1870.7313,16.74817,30.300829,11231.963,7.9090314,68.0392,687.60754,128.94019,175.03516,78.58085,405.2326,823.9116,429.0184,17.347197,96.5595,1066.6388,2079.091,48.233784,607.5134,47.770542,1.0910738,62.00744,1.1187096,0.6860527,3.1354568,44.214867,122.30108,258.95242,18.983988,3263.9917,343.66354,123.48297,178.69287,81.13134,95.511765,53.823254,11.735954,103.90457,780.53595,237.00941,129.45604,115.90855,9.967473,131.45142,120.855515,38.107388,751.31964,178.21454,3674.0156,32.777615,3092.3408,78.77651,421.13095,2284.1785,81.98013,9.46759,1217.8182,1016.17053,3686.1794,96.45415 +2023-07-28 23:00:00,0.0,17500.51,296.5375,25.114048,34.504158,28.639559,163.24902,24.172892,32.50808,19.904408,20.8947,857.06464,273.8018,8.820753,131.0816,7.9724855,0.6955509,26.611225,11.22788,2.1887188,332.7494,0.25624928,325.25363,43.02244,0.8461149,2.613445,106.92908,16.302214,39.338562,102.64957,26408.73,0.17899927,1556.142,0.51048595,0.3116877,0.13721175,0.7824272,143.82646,163.7698,25.075714,198.95195,21.065363,78.826485,2097.342,2.7584267,305.11148,192.40689,361.6959,141.39917,338.49252,32.633762,496.69534,0.0,2425.0,14241.247,36.663082,514.67175,150.96802,43537.992,132.06036,28.568003,167.03093,435.78635,68.82315,29.578777,263.28766,2142.463,343.56326,180.10162,24.74779,17.179113,389.5796,71.67928,1314.8451,90.88898,2436.852,179.12164,389.3236,79.33206,151.72104,6.9756913,11.144056,17.036007,2.6818852,2.2257075,67.615005,66.50965,71.34111,27.085981,28.523361,144.92384,6.9378476,3109.569,62.18088,74.022514,76.76771,89.41058,220.49403,97.85788,163.66936,17.102596,38.304653,98.14306,294.51416,586.04376,64.18521,306.42252,69.99178,130.38248,276.5875,410.54666,963.4212,180.17577,4.060666,22.193178,8.782097,39.30437,18687.115,3.1634212,18.394884,30.007124,30.69475,360.25745,51.196102,138.09505,2.916034,137.66321,411.0445,290.55957,127.60813,501.00903,35.15367,98.06778,176.03365,11.090847,1.6223766,10.9952135,1363.8701,0.0910315,0.32624146,49.147327,8.156318,3.7473738,4.2077446,7.7947083,100.86048,36.025085,89.670715,594.10876,233.23845,2025.9995,1870.9241,16.753601,30.30915,11229.849,7.9079375,68.05388,687.80804,128.99066,175.07927,78.601715,405.3475,823.72815,429.06534,17.354473,96.591576,1066.6742,2079.3682,48.24745,607.6137,47.78648,1.0911387,62.01088,1.1187109,0.68608004,3.135623,44.235477,122.315765,258.917,18.986456,3263.5837,343.7807,123.52374,178.73756,81.13825,95.50991,53.818886,11.748756,103.91599,780.83746,237.12222,129.50633,115.96879,9.948656,131.56212,120.931786,38.089977,751.1143,178.22531,3673.4055,32.76989,3091.3406,78.776,421.10715,2283.839,81.98712,9.467741,1217.1705,1015.1201,3683.4656,96.380554 +2023-07-29 00:00:00,0.0,17502.14,296.74228,25.122158,34.502087,28.649837,163.23537,24.17223,32.506012,19.90464,20.891636,857.46906,273.46204,8.818505,131.08186,7.9606776,0.6943105,26.616663,11.210111,2.1900778,332.72772,0.25605592,325.2778,43.012638,0.84686726,2.6132567,106.92752,16.292805,39.28674,102.59882,26422.186,0.17829137,1556.2227,0.5095706,0.31113783,0.13686132,0.7802941,143.80241,163.69426,25.069754,198.93549,21.061466,78.89435,2098.3809,2.7566812,305.31827,192.50134,361.73016,141.39677,338.43042,32.653763,496.93863,0.0,2424.5837,14239.444,36.684708,514.89966,151.00443,43535.99,132.06062,28.582634,167.06866,436.02362,68.85531,29.598402,263.3656,2142.527,343.5504,180.17897,24.761438,17.186945,389.4761,71.700676,1314.213,90.80968,2437.2903,178.9871,389.38043,79.303764,151.42944,6.9737005,11.139642,17.016848,2.6793554,2.2232065,67.62176,66.528656,71.34854,27.104101,28.530508,144.69788,6.9359803,3109.8386,62.094887,74.05645,76.67626,89.36337,220.50644,97.778984,163.79033,17.078032,38.2909,98.10512,294.47748,585.6788,64.05322,306.13947,69.94966,130.427,276.5426,410.73712,963.4428,179.92543,4.0611773,22.200806,8.779785,39.300632,18691.67,3.160484,18.403688,30.019354,30.661936,359.9109,51.129032,137.98561,2.9155557,137.48871,410.80606,290.43738,127.61355,501.25565,35.16344,98.11723,175.89032,11.087061,1.6220174,10.993197,1362.6896,0.09091326,0.32591397,49.134865,8.1608305,3.7471464,4.204664,7.7899103,100.79148,36.002823,89.62691,593.82715,233.27567,2026.2134,1871.117,16.759031,30.317472,11227.734,7.906843,68.06855,688.00854,129.04114,175.1234,78.62258,405.46237,823.54474,429.1123,17.36175,96.62366,1066.7096,2079.645,48.261124,607.714,47.80242,1.0912037,62.014317,1.1187123,0.6861074,3.1357894,44.25609,122.33045,258.88153,18.988924,3263.1758,343.89786,123.564514,178.78226,81.145164,95.508064,53.814518,11.7615595,103.92742,781.1389,237.23503,129.55664,116.02904,9.929838,131.6728,121.008064,38.072567,750.90894,178.23608,3672.7954,32.76216,3090.34,78.77549,421.08337,2283.5,81.99411,9.467892,1216.5227,1014.06964,3680.7515,96.30696 +2023-07-29 01:00:00,0.0,17503.77,296.94705,25.13027,34.500015,28.660118,163.2217,24.171568,32.50395,19.904871,20.888575,857.8735,273.12225,8.816257,131.0821,7.94887,0.69307005,26.622103,11.192341,2.191437,332.7061,0.25586253,325.30197,43.00283,0.84761965,2.613068,106.92596,16.283396,39.234917,102.54808,26435.639,0.17758347,1556.3033,0.50865525,0.3105879,0.13651088,0.7781611,143.77838,163.61873,25.063793,198.91902,21.05757,78.962204,2099.4197,2.7549355,305.52505,192.59581,361.76447,141.3944,338.3683,32.673763,497.18192,0.0,2424.1675,14237.641,36.706333,515.1276,151.04083,43533.984,132.06088,28.597265,167.1064,436.26086,68.88747,29.618027,263.4435,2142.591,343.53754,180.25633,24.775085,17.194777,389.37262,71.72207,1313.581,90.73038,2437.7288,178.85255,389.43732,79.275475,151.13783,6.97171,11.135228,16.997688,2.6768255,2.2207055,67.6285,66.54765,71.355965,27.122221,28.537653,144.47191,6.934113,3110.1084,62.008892,74.09039,76.58481,89.31616,220.51886,97.70009,163.91129,17.053469,38.27715,98.067184,294.44077,585.31384,63.921234,305.85638,69.90753,130.47151,276.4977,410.92755,963.4644,179.6751,4.061689,22.208435,8.777473,39.296894,18696.225,3.1575468,18.412493,30.031586,30.629122,359.56433,51.061962,137.87617,2.9150772,137.31421,410.5676,290.31516,127.618965,501.50226,35.173206,98.16668,175.74701,11.083275,1.6216582,10.991181,1361.5089,0.09079502,0.32558647,49.1224,8.165342,3.746919,4.2015843,7.7851124,100.72248,35.980564,89.5831,593.5455,233.31287,2026.4272,1871.3097,16.764462,30.325794,11225.62,7.9057493,68.08322,688.20905,129.0916,175.16751,78.64345,405.57724,823.36127,429.15927,17.369028,96.65574,1066.745,2079.922,48.27479,607.8143,47.81836,1.0912687,62.017754,1.1187136,0.68613476,3.1359556,44.276695,122.34514,258.8461,18.991392,3262.7678,344.015,123.605286,178.82695,81.15208,95.50622,53.810146,11.774362,103.93884,781.4404,237.34784,129.60693,116.08928,9.911021,131.78351,121.08434,38.055157,750.7036,178.24687,3672.1853,32.754436,3089.3398,78.77498,421.05957,2283.1606,82.0011,9.468042,1215.875,1013.0192,3678.0376,96.23337 +2023-07-29 02:00:00,0.0,17505.398,297.15186,25.13838,34.497944,28.670399,163.20802,24.170906,32.501884,19.905104,20.885511,858.2779,272.7825,8.81401,131.08237,7.9370623,0.6918296,26.62754,11.174572,2.192796,332.68445,0.25566918,325.32614,42.993023,0.848372,2.6128795,106.9244,16.273987,39.183098,102.49734,26449.094,0.17687558,1556.384,0.50773996,0.31003803,0.13616045,0.77602804,143.75433,163.54318,25.057833,198.90256,21.053673,79.03007,2100.4585,2.75319,305.73184,192.69026,361.79877,141.39201,338.30618,32.693764,497.42523,0.0,2423.7515,14235.838,36.727962,515.3555,151.07724,43531.98,132.06114,28.611897,167.14415,436.49814,68.91963,29.637653,263.52145,2142.6553,343.5247,180.33368,24.788734,17.202608,389.26913,71.74346,1312.949,90.65108,2438.1672,178.71802,389.49414,79.247185,150.84624,6.9697194,11.130815,16.97853,2.6742954,2.2182045,67.635254,66.56665,71.363396,27.14034,28.544798,144.24594,6.9322457,3110.378,61.922897,74.12433,76.49336,89.26895,220.53127,97.621185,164.03226,17.028904,38.263397,98.02924,294.40408,584.94885,63.789246,305.57333,69.86541,130.51602,276.45282,411.118,963.4861,179.42476,4.0622005,22.216063,8.775162,39.29315,18700.777,3.1546094,18.421297,30.043818,30.596308,359.2178,50.994892,137.76674,2.9145987,137.13972,410.32913,290.19293,127.62438,501.74887,35.182972,98.21613,175.60368,11.079489,1.6212989,10.989165,1360.3284,0.09067678,0.32525894,49.109932,8.169855,3.7466915,4.1985044,7.7803144,100.65348,35.9583,89.53929,593.2638,233.35007,2026.6412,1871.5026,16.769892,30.334116,11223.506,7.904655,68.09789,688.40955,129.14207,175.21162,78.664314,405.6921,823.17786,429.2062,17.376305,96.68781,1066.7803,2080.199,48.288464,607.91455,47.834297,1.0913336,62.02119,1.118715,0.6861621,3.136122,44.297306,122.359825,258.81067,18.993862,3262.36,344.13217,123.64606,178.87164,81.15899,95.50437,53.80578,11.787164,103.95027,781.74194,237.46065,129.65724,116.14952,9.892204,131.8942,121.16062,38.037746,750.4983,178.25764,3671.5754,32.74671,3088.3394,78.77447,421.0358,2282.8213,82.00809,9.468193,1215.2272,1011.96875,3675.3235,96.159775 +2023-07-29 03:00:00,0.0,17507.027,297.35663,25.146492,34.495872,28.680677,163.19437,24.170244,32.499817,19.905334,20.882448,858.6823,272.44275,8.811762,131.08261,7.9252543,0.69058925,26.63298,11.156803,2.1941552,332.6628,0.25547582,325.3503,42.983215,0.8491244,2.612691,106.922844,16.264578,39.131275,102.4466,26462.549,0.17616767,1556.4647,0.5068246,0.30948815,0.13581,0.77389497,143.73029,163.46765,25.051872,198.8861,21.049776,79.09792,2101.4973,2.7514443,305.9386,192.78473,361.83304,141.38962,338.24405,32.71376,497.66852,0.0,2423.3352,14234.035,36.749588,515.58344,151.11365,43529.977,132.0614,28.62653,167.18188,436.73535,68.95179,29.657278,263.59937,2142.7192,343.51184,180.41104,24.802383,17.21044,389.16562,71.764854,1312.317,90.57177,2438.6057,178.58347,389.551,79.21889,150.55463,6.9677286,11.126401,16.959372,2.6717656,2.2157032,67.642,66.585655,71.37082,27.158459,28.551943,144.01997,6.9303784,3110.6475,61.836903,74.158264,76.40192,89.22174,220.54367,97.54229,164.15323,17.00434,38.24965,97.9913,294.3674,584.58386,63.657257,305.29028,69.82328,130.56053,276.40796,411.30847,963.5077,179.17442,4.0627117,22.22369,8.77285,39.289413,18705.332,3.1516721,18.4301,30.056047,30.563494,358.87125,50.927822,137.6573,2.9141204,136.96523,410.0907,290.0707,127.6298,501.99545,35.19274,98.26559,175.46037,11.075702,1.6209397,10.987148,1359.1478,0.09055854,0.32493144,49.09747,8.174367,3.746464,4.1954246,7.775517,100.58449,35.93604,89.49548,592.9822,233.38728,2026.8551,1871.6954,16.775322,30.34244,11221.392,7.9035606,68.112564,688.61005,129.19255,175.25575,78.68518,405.807,822.9944,429.25317,17.383583,96.719894,1066.8157,2080.476,48.30213,608.0148,47.850235,1.0913986,62.024628,1.1187164,0.6861895,3.1362882,44.317917,122.37452,258.7752,18.99633,3261.9521,344.24933,123.68683,178.91634,81.1659,95.50252,53.80141,11.799967,103.96169,782.0434,237.57346,129.70753,116.20977,9.873387,132.0049,121.23689,38.020332,750.29297,178.26842,3670.9653,32.738983,3087.339,78.77395,421.012,2282.4822,82.015076,9.468344,1214.5795,1010.91833,3672.6096,96.08618 +2023-07-29 04:00:00,0.0,17508.658,297.5614,25.154602,34.4938,28.690958,163.1807,24.169582,32.497753,19.905567,20.879385,859.0867,272.10297,8.809514,131.08287,7.9134464,0.6893488,26.638418,11.139034,2.1955144,332.64117,0.25528243,325.37448,42.97341,0.84987676,2.6125026,106.92129,16.25517,39.079453,102.39586,26476.002,0.17545977,1556.5454,0.50590926,0.30893824,0.13545956,0.7717619,143.70625,163.39212,25.045914,198.86963,21.04588,79.16579,2102.5364,2.7496989,306.1454,192.87918,361.8673,141.38724,338.18195,32.73376,497.9118,0.0,2422.919,14232.232,36.771214,515.8114,151.15005,43527.973,132.06166,28.641161,167.21962,436.97263,68.983955,29.676905,263.6773,2142.7832,343.499,180.48839,24.816032,17.218271,389.06213,71.78625,1311.6849,90.49247,2439.0442,178.44893,389.60782,79.1906,150.26303,6.965738,11.121987,16.940212,2.6692357,2.2132022,67.64875,66.60466,71.37825,27.176579,28.55909,143.794,6.928511,3110.9172,61.750908,74.19221,76.31047,89.17453,220.55609,97.463394,164.2742,16.979776,38.235897,97.95337,294.3307,584.2189,63.52527,305.0072,69.78116,130.60504,276.36307,411.49893,963.52936,178.92409,4.0632234,22.231318,8.770538,39.28567,18709.887,3.1487348,18.438904,30.06828,30.53068,358.52472,50.860752,137.54787,2.913642,136.79073,409.85223,289.94852,127.635216,502.24207,35.202507,98.31504,175.31705,11.071916,1.6205806,10.985132,1357.9672,0.090440296,0.32460392,49.085003,8.178879,3.7462366,4.192344,7.770719,100.51549,35.91378,89.451675,592.7005,233.42448,2027.0691,1871.8882,16.780752,30.350761,11219.277,7.902467,68.12724,688.81055,129.24301,175.29987,78.70605,405.92188,822.811,429.3001,17.39086,96.75197,1066.8511,2080.753,48.315804,608.11505,47.866173,1.0914636,62.02807,1.1187178,0.6862168,3.1364543,44.338528,122.389206,258.73978,18.998798,3261.5442,344.3665,123.7276,178.96103,81.17281,95.50067,53.797043,11.812769,103.97312,782.3449,237.68625,129.75783,116.27001,9.854569,132.11559,121.31317,38.002922,750.08765,178.27919,3670.3552,32.73126,3086.3386,78.77344,420.98822,2282.1428,82.022064,9.468494,1213.9316,1009.86786,3669.8958,96.01258 +2023-07-29 05:00:00,0.0,17510.287,297.76617,25.162714,34.49173,28.701239,163.16702,24.16892,32.495686,19.9058,20.876322,859.4911,271.7632,8.807266,131.08311,7.901639,0.6881084,26.643856,11.121264,2.1968734,332.61954,0.25508907,325.39865,42.963604,0.85062915,2.612314,106.91973,16.245762,39.02763,102.345116,26489.457,0.17475188,1556.6261,0.5049939,0.30838835,0.13510913,0.7696288,143.6822,163.31657,25.039953,198.85316,21.041983,79.23364,2103.5752,2.7479532,306.35217,192.97363,361.9016,141.38486,338.1198,32.75376,498.15512,0.0,2422.5027,14230.429,36.79284,516.0393,151.18646,43525.97,132.06192,28.655792,167.25735,437.2099,69.01611,29.69653,263.75522,2142.8474,343.48615,180.56575,24.82968,17.226103,388.95865,71.80764,1311.053,90.41317,2439.4824,178.31438,389.6647,79.1623,149.97144,6.963747,11.117574,16.921053,2.6667058,2.2107012,67.655495,66.62366,71.38567,27.194698,28.566235,143.56802,6.926644,3111.1868,61.664913,74.22614,76.21902,89.12732,220.5685,97.3845,164.39516,16.955212,38.222145,97.91543,294.294,583.8539,63.39328,304.72415,69.73903,130.64957,276.31818,411.6894,963.55096,178.67374,4.0637345,22.238945,8.768226,39.281933,18714.441,3.1457975,18.447708,30.080511,30.497864,358.17816,50.793682,137.43843,2.9131637,136.61623,409.61377,289.8263,127.64063,502.48868,35.212273,98.364494,175.17374,11.06813,1.6202214,10.983116,1356.7866,0.090322055,0.32427642,49.07254,8.183392,3.746009,4.1892643,7.765921,100.44649,35.891518,89.40787,592.4188,233.46169,2027.283,1872.081,16.786182,30.359083,11217.164,7.9013724,68.141914,689.01105,129.29349,175.344,78.72691,406.03674,822.6275,429.34708,17.398136,96.78405,1066.8864,2081.03,48.329475,608.21533,47.882114,1.0915285,62.031506,1.1187191,0.68624413,3.1366208,44.359135,122.40389,258.7043,19.001266,3261.1362,344.48364,123.76837,179.0057,81.179726,95.498825,53.792675,11.825571,103.98454,782.64636,237.79906,129.80814,116.33026,9.8357525,132.22629,121.38945,37.98551,749.8823,178.28998,3669.745,32.72353,3085.3384,78.77293,420.96442,2281.8035,82.02905,9.468645,1213.2839,1008.8174,3667.1816,95.93899 +2023-07-29 06:00:00,0.0,17511.916,297.97095,25.170824,34.48966,28.711517,163.15337,24.168259,32.49362,19.90603,20.873259,859.8955,271.42343,8.805019,131.08337,7.889831,0.68686795,26.649296,11.103496,2.1982327,332.59787,0.2548957,325.42282,42.953796,0.85138154,2.6121254,106.918175,16.236353,38.975807,102.29437,26502.912,0.17404397,1556.7068,0.5040786,0.30783844,0.13475868,0.7674958,143.65817,163.24104,25.033993,198.8367,21.038086,79.301506,2104.614,2.7462077,306.55896,193.0681,361.9359,141.38246,338.0577,32.77376,498.3984,0.0,2422.0864,14228.626,36.81447,516.2672,151.22287,43523.965,132.06218,28.670424,167.29509,437.44714,69.04827,29.716156,263.83316,2142.9114,343.4733,180.6431,24.843328,17.233934,388.85516,71.82903,1310.421,90.33387,2439.921,178.17984,389.72153,79.13401,149.67982,6.961756,11.113159,16.901894,2.6641757,2.2082002,67.66225,66.642654,71.393105,27.212818,28.57338,143.34206,6.9247766,3111.4563,61.57892,74.26008,76.12757,89.08011,220.5809,97.3056,164.51613,16.930649,38.208393,97.87749,294.2573,583.4889,63.26129,304.4411,69.69691,130.69408,276.2733,411.87985,963.5726,178.4234,4.064246,22.246572,8.765914,39.278194,18718.994,3.1428604,18.45651,30.092741,30.46505,357.8316,50.726612,137.329,2.9126852,136.44174,409.37534,289.70407,127.64605,502.7353,35.222042,98.41394,175.03041,11.0643425,1.6198622,10.9811,1355.6061,0.090203814,0.32394892,49.060074,8.187903,3.7457817,4.1861844,7.761123,100.37749,35.869255,89.36406,592.1372,233.4989,2027.4968,1872.2738,16.791613,30.367405,11215.05,7.9002786,68.156586,689.2116,129.34395,175.3881,78.74778,406.1516,822.4441,429.39404,17.405415,96.81613,1066.9218,2081.307,48.343143,608.3156,47.898052,1.0915935,62.034943,1.1187205,0.6862715,3.136787,44.379745,122.41858,258.66888,19.003736,3260.7283,344.60083,123.80914,179.0504,81.18664,95.49698,53.788307,11.838374,103.995964,782.9479,237.91187,129.85843,116.3905,9.816936,132.33698,121.46573,37.9681,749.67694,178.30075,3669.135,32.715805,3084.338,78.772415,420.94064,2281.4644,82.03604,9.468796,1212.6361,1007.76697,3664.4678,95.865395 +2023-07-29 07:00:00,0.0,17513.547,298.17575,25.178936,34.487587,28.721798,163.1397,24.167597,32.491558,19.906263,20.870195,860.2999,271.08368,8.802772,131.08362,7.878023,0.6856275,26.654734,11.085727,2.1995916,332.57623,0.25470233,325.447,42.943993,0.85213387,2.6119368,106.91661,16.226944,38.923985,102.24364,26516.365,0.17333607,1556.7875,0.5031633,0.30728856,0.13440824,0.76536274,143.63412,163.1655,25.028032,198.82022,21.03419,79.36937,2105.6528,2.744462,306.76575,193.16255,361.97018,141.38008,337.99557,32.793762,498.6417,0.0,2421.6704,14226.823,36.836094,516.4952,151.25928,43521.96,132.06244,28.685057,167.33282,437.68442,69.08044,29.73578,263.91107,2142.9756,343.46042,180.72046,24.856977,17.241768,388.75168,71.85043,1309.789,90.25457,2440.3594,178.0453,389.77838,79.10571,149.38823,6.9597654,11.108746,16.882734,2.661646,2.2056992,67.66899,66.66166,71.400536,27.230938,28.580524,143.11609,6.9229093,3111.7258,61.492924,74.29402,76.036125,89.0329,220.59332,97.22671,164.6371,16.906084,38.19464,97.83955,294.2206,583.1239,63.1293,304.15805,69.65478,130.73859,276.2284,412.0703,963.59424,178.17307,4.0647573,22.2542,8.763602,39.274452,18723.549,3.139923,18.465315,30.104973,30.432236,357.48508,50.659542,137.21956,2.912207,136.26724,409.13687,289.58185,127.65147,502.9819,35.231808,98.463394,174.8871,11.060556,1.619503,10.979084,1354.4254,0.09008558,0.3236214,49.04761,8.192416,3.7455542,4.1831045,7.7563257,100.308495,35.846992,89.32025,591.8555,233.5361,2027.7108,1872.4667,16.797043,30.375727,11212.936,7.899184,68.17126,689.4121,129.39442,175.43222,78.76865,406.26648,822.2606,429.44098,17.412691,96.848206,1066.9572,2081.584,48.356815,608.4159,47.91399,1.0916585,62.03838,1.1187218,0.68629885,3.1369534,44.400356,122.433266,258.63345,19.006205,3260.3203,344.718,123.84991,179.0951,81.19355,95.495125,53.78394,11.851176,104.00739,783.2493,238.02467,129.90872,116.45075,9.798119,132.44768,121.542,37.95069,749.4716,178.31152,3668.5251,32.70808,3083.3376,78.771904,420.91684,2281.125,82.04303,9.468946,1211.9884,1006.7165,3661.7537,95.7918 +2023-07-29 08:00:00,0.0,17515.176,298.38052,25.187048,34.485516,28.732079,163.12602,24.166935,32.48949,19.906494,20.867134,860.7043,270.7439,8.800524,131.08388,7.866215,0.6843871,26.660173,11.067957,2.2009509,332.5546,0.25450897,325.47116,42.934185,0.85288626,2.6117482,106.915054,16.217535,38.872166,102.192894,26529.82,0.17262818,1556.8682,0.5022479,0.30673867,0.1340578,0.76322967,143.61009,163.08997,25.022072,198.80376,21.030293,79.437225,2106.6917,2.7427166,306.97253,193.25702,362.0045,141.3777,337.93347,32.813763,498.885,0.0,2421.2542,14225.0205,36.85772,516.7231,151.29568,43519.96,132.0627,28.699688,167.37056,437.9217,69.112595,29.755407,263.98898,2143.0396,343.44757,180.7978,24.870626,17.2496,388.6482,71.871826,1309.157,90.17527,2440.7979,177.91075,389.8352,79.07742,149.09662,6.9577746,11.104332,16.863575,2.659116,2.2031982,67.67574,66.680664,71.40796,27.249056,28.587671,142.89012,6.921042,3111.9956,61.40693,74.32796,75.94467,88.98569,220.60573,97.147804,164.75807,16.881521,38.180893,97.80161,294.18393,582.7589,62.99731,303.87497,69.612656,130.7831,276.1835,412.26077,963.61584,177.92273,4.065269,22.261827,8.761291,39.270714,18728.104,3.1369858,18.47412,30.117205,30.399422,357.13852,50.592472,137.11012,2.9117284,136.09274,408.8984,289.45966,127.65688,503.22852,35.241577,98.51285,174.74377,11.05677,1.6191438,10.977068,1353.2449,0.08996734,0.3232939,49.035145,8.196928,3.7453268,4.180024,7.751528,100.239494,35.824734,89.27644,591.5739,233.57332,2027.9247,1872.6595,16.802473,30.38405,11210.821,7.8980904,68.18593,689.6126,129.4449,175.47635,78.78951,406.38138,822.0772,429.48795,17.41997,96.88029,1066.9926,2081.8608,48.370483,608.5161,47.929928,1.0917234,62.04182,1.1187233,0.6863262,3.1371195,44.420967,122.44796,258.598,19.008673,3259.9126,344.83514,123.89068,179.13979,81.20046,95.49328,53.77957,11.863978,104.018814,783.55084,238.13748,129.95903,116.510994,9.779301,132.55836,121.61828,37.93328,749.2663,178.3223,3667.915,32.70035,3082.3372,78.771385,420.89307,2280.7856,82.05002,9.469097,1211.3406,1005.6661,3659.0398,95.71821 +2023-07-29 09:00:00,0.0,17516.805,298.5853,25.195158,34.483444,28.74236,163.11237,24.166273,32.487427,19.906727,20.86407,861.1087,270.40414,8.798276,131.08412,7.854408,0.6831467,26.665611,11.050188,2.20231,332.53296,0.25431558,325.49533,42.924377,0.85363865,2.6115599,106.9135,16.208126,38.820343,102.14215,26543.275,0.17192027,1556.9489,0.5013326,0.30618876,0.13370736,0.76109666,143.58604,163.01442,25.016113,198.7873,21.026396,79.50509,2107.7305,2.740971,307.17932,193.35147,362.03876,141.3753,337.87134,32.833763,499.1283,0.0,2420.838,14223.217,36.879345,516.951,151.33209,43517.957,132.06296,28.71432,167.4083,438.15894,69.14476,29.775032,264.06693,2143.1038,343.43472,180.87517,24.884274,17.257431,388.5447,71.89322,1308.5249,90.09597,2441.2363,177.77621,389.8921,79.04913,148.80502,6.955784,11.099918,16.844416,2.6565862,2.2006972,67.68249,66.69966,71.41539,27.267176,28.594816,142.66415,6.919175,3112.2651,61.320934,74.36189,75.853226,88.93848,220.61813,97.06891,164.87903,16.856956,38.16714,97.76367,294.14722,582.394,62.865322,303.59192,69.570526,130.82762,276.1386,412.45123,963.63745,177.6724,4.06578,22.269455,8.758979,39.266975,18732.656,3.1340485,18.482922,30.129435,30.366608,356.79196,50.525402,137.00069,2.91125,135.91824,408.65997,289.33743,127.6623,503.47513,35.251343,98.5623,174.60046,11.052984,1.6187845,10.975052,1352.0643,0.0898491,0.3229664,49.022682,8.201441,3.7450993,4.1769443,7.74673,100.170494,35.80247,89.232635,591.29224,233.61052,2028.1387,1872.8523,16.807903,30.392372,11208.707,7.896996,68.20061,689.8131,129.49536,175.52046,78.81039,406.49625,821.89374,429.53488,17.427246,96.91237,1067.0278,2082.138,48.384155,608.6164,47.94587,1.0917884,62.045258,1.1187246,0.68635356,3.137286,44.441574,122.46265,258.56256,19.011143,3259.5046,344.9523,123.93145,179.18448,81.207375,95.49143,53.7752,11.876781,104.03024,783.85236,238.25029,130.00932,116.571236,9.760484,132.66907,121.69456,37.91587,749.061,178.33308,3667.305,32.692627,3081.337,78.770874,420.86926,2280.4465,82.05701,9.469248,1210.6927,1004.6156,3656.3257,95.64461 +2023-07-29 10:00:00,0.0,17518.434,298.7901,25.20327,34.481373,28.752638,163.0987,24.165611,32.485363,19.906958,20.861008,861.5131,270.0644,8.796028,131.08438,7.8426,0.6819063,26.67105,11.032419,2.203669,332.51132,0.25412223,325.5195,42.914574,0.85439104,2.6113713,106.91194,16.198719,38.76852,102.09141,26556.729,0.17121238,1557.0295,0.5004173,0.30563888,0.13335691,0.7589636,143.562,162.93889,25.010153,198.77083,21.0225,79.572945,2108.7695,2.7392254,307.38608,193.44592,362.07306,141.37292,337.80923,32.853764,499.37158,0.0,2420.4216,14221.414,36.900974,517.17896,151.3685,43515.953,132.06322,28.72895,167.44604,438.3962,69.17692,29.794657,264.14484,2143.1677,343.42188,180.95251,24.897923,17.265263,388.44122,71.91461,1307.893,90.01666,2441.6746,177.64166,389.9489,79.020836,148.51341,6.953793,11.095505,16.825256,2.654056,2.1981962,67.68924,66.718666,71.42281,27.285295,28.601961,142.43819,6.917308,3112.5347,61.23494,74.395836,75.76178,88.891266,220.63055,96.99001,165.0,16.832392,38.15339,97.72573,294.11053,582.029,62.733334,303.30887,69.528404,130.87213,276.09372,412.64166,963.6591,177.42206,4.066292,22.277084,8.756667,39.263233,18737.21,3.1311111,18.491726,30.141666,30.333794,356.44543,50.458332,136.89125,2.9107716,135.74376,408.4215,289.2152,127.66772,503.72174,35.26111,98.611755,174.45714,11.049197,1.6184254,10.973036,1350.8837,0.08973086,0.32263887,49.010216,8.205953,3.7448716,4.1738644,7.741932,100.101494,35.78021,89.18883,591.0106,233.64772,2028.3525,1873.0452,16.813334,30.400694,11206.593,7.8959017,68.21528,690.0136,129.54584,175.56459,78.83125,406.6111,821.7103,429.58185,17.434523,96.94444,1067.0632,2082.4148,48.397827,608.7167,47.961807,1.0918534,62.048695,1.118726,0.6863809,3.1374521,44.462185,122.47733,258.5271,19.01361,3259.0967,345.06946,123.97222,179.22917,81.21429,95.489586,53.770832,11.889584,104.041664,784.1538,238.3631,130.05962,116.631485,9.741667,132.77975,121.770836,37.89846,748.85565,178.34386,3666.6948,32.6849,3080.3364,78.77036,420.84546,2280.1072,82.063995,9.4693985,1210.045,1003.5651,3653.6118,95.571014 +2023-07-29 11:00:00,0.0,17520.064,298.99487,25.21138,34.4793,28.762918,163.08502,24.16495,32.483295,19.90719,20.857944,861.91754,269.7246,8.79378,131.08464,7.830792,0.68066585,26.676489,11.014649,2.2050283,332.48965,0.25392884,325.54367,42.904766,0.8551434,2.6111827,106.910385,16.18931,38.716698,102.04067,26570.184,0.17050447,1557.1102,0.49950194,0.305089,0.13300648,0.7568306,143.53796,162.86334,25.004192,198.75436,21.018602,79.64081,2109.8083,2.73748,307.59286,193.54039,362.10736,141.37053,337.7471,32.873764,499.6149,0.0,2420.0054,14219.611,36.9226,517.40686,151.4049,43513.95,132.06348,28.743584,167.48378,438.63342,69.209076,29.814283,264.22278,2143.232,343.40903,181.02988,24.911572,17.273094,388.33774,71.936005,1307.2609,89.93736,2442.113,177.50713,390.00574,78.992546,148.22182,6.9518023,11.09109,16.806097,2.6515262,2.1956952,67.695984,66.73766,71.430244,27.303415,28.609108,142.21222,6.9154406,3112.8044,61.148945,74.42977,75.670334,88.84406,220.64296,96.91112,165.12097,16.807829,38.139637,97.6878,294.07382,581.664,62.601345,303.0258,69.486275,130.91664,276.04883,412.83212,963.6807,177.17172,4.066803,22.284712,8.754355,39.259495,18741.766,3.1281738,18.50053,30.153898,30.30098,356.09888,50.391262,136.78181,2.9102933,135.56926,408.18304,289.093,127.673134,503.96835,35.270878,98.6612,174.31383,11.045411,1.6180662,10.97102,1349.7031,0.08961262,0.32231137,48.997753,8.210465,3.7446442,4.1707845,7.7371345,100.0325,35.75795,89.14502,590.72894,233.68494,2028.5664,1873.2379,16.818764,30.409016,11204.479,7.894808,68.22995,690.2141,129.59631,175.6087,78.85212,406.72598,821.52686,429.6288,17.441801,96.976524,1067.0986,2082.6917,48.411495,608.81696,47.977745,1.0919183,62.05213,1.1187273,0.6864083,3.1376185,44.482796,122.49202,258.49167,19.016079,3258.6887,345.1866,124.01299,179.27386,81.2212,95.48773,53.766464,11.902386,104.05309,784.4553,238.4759,130.10992,116.69173,9.722849,132.89046,121.84711,37.88105,748.65027,178.35463,3666.0847,32.677174,3079.3362,78.76985,420.8217,2279.7678,82.070984,9.469549,1209.3972,1002.5147,3650.8977,95.49742 +2023-07-29 12:00:00,0.0,17521.693,299.19965,25.219492,34.47723,28.7732,163.07137,24.16429,32.48123,19.907421,20.854881,862.3219,269.38486,8.7915325,131.08488,7.8189845,0.6794254,26.681927,10.996881,2.2063875,332.46802,0.25373548,325.56784,42.89496,0.85589576,2.610994,106.90882,16.179901,38.664875,101.98993,26583.639,0.16979657,1557.1909,0.4985866,0.30453908,0.13265604,0.7546975,143.51392,162.78781,24.998232,198.7379,21.014706,79.708664,2110.8472,2.7357342,307.79965,193.63484,362.1416,141.36815,337.685,32.89376,499.8582,0.0,2419.5894,14217.808,36.944225,517.6348,151.44131,43511.945,132.06374,28.758215,167.52151,438.8707,69.24124,29.833908,264.3007,2143.296,343.39618,181.10722,24.92522,17.280926,388.23425,71.9574,1306.6289,89.85806,2442.5515,177.37259,390.06262,78.96425,147.9302,6.9498115,11.086677,16.786938,2.6489964,2.1931942,67.70273,66.75667,71.43767,27.321535,28.616253,141.98624,6.9135733,3113.074,61.06295,74.46371,75.57888,88.79685,220.65536,96.83222,165.24193,16.783264,38.125885,97.64986,294.03714,581.299,62.469353,302.74274,69.44415,130.96115,276.00394,413.02258,963.70233,176.92139,4.0673146,22.29234,8.752044,39.255756,18746.32,3.1252367,18.509335,30.166128,30.268166,355.75232,50.324192,136.67238,2.9098148,135.39476,407.9446,288.97076,127.67855,504.21497,35.280643,98.710655,174.1705,11.041625,1.617707,10.969004,1348.5225,0.08949438,0.32198387,48.985287,8.214977,3.7444167,4.167704,7.7323365,99.9635,35.735687,89.10121,590.44727,233.72214,2028.7804,1873.4308,16.824194,30.417337,11202.365,7.8937135,68.24462,690.4146,129.64677,175.65283,78.872986,406.84085,821.3434,429.67575,17.449078,97.008606,1067.134,2082.9688,48.425167,608.91724,47.993683,1.0919833,62.055573,1.1187288,0.68643564,3.1377847,44.503407,122.506714,258.4562,19.018547,3258.2808,345.30377,124.053764,179.31854,81.22811,95.485886,53.762096,11.915188,104.064514,784.7568,238.58871,130.16022,116.751976,9.704032,133.00114,121.923386,37.86364,748.44495,178.3654,3665.4749,32.66945,3078.3357,78.76933,420.79788,2279.4287,82.07797,9.4697,1208.7495,1001.46423,3648.1838,95.42383 +2023-07-29 13:00:00,0.0,17523.322,299.40442,25.227602,34.47516,28.783478,163.0577,24.163628,32.479164,19.907654,20.851818,862.7263,269.04507,8.789285,131.08514,7.8071766,0.678185,26.687366,10.979112,2.2077465,332.44638,0.25354213,325.592,42.88515,0.85664815,2.6108055,106.907265,16.170492,38.613056,101.939186,26597.092,0.16908868,1557.2716,0.49767128,0.3039892,0.13230559,0.75256443,143.48988,162.71228,24.992271,198.72144,21.010809,79.77653,2111.886,2.7339888,308.00644,193.72931,362.1759,141.36577,337.62286,32.91376,500.10147,0.0,2419.173,14216.005,36.96585,517.86273,151.47772,43509.94,132.064,28.772846,167.55925,439.10797,69.2734,29.853535,264.37863,2143.3599,343.38333,181.18459,24.938868,17.288757,388.13077,71.97879,1305.997,89.77876,2442.99,177.23804,390.11945,78.93596,147.63861,6.9478207,11.082263,16.767778,2.6464663,2.1906931,67.70948,66.775665,71.4451,27.339653,28.623398,141.76027,6.911706,3113.3435,60.976955,74.49765,75.487434,88.74964,220.66779,96.75333,165.3629,16.758701,38.112137,97.611916,294.00046,580.934,62.337364,302.4597,69.40202,131.00566,275.95905,413.21304,963.724,176.67105,4.067826,22.299967,8.749731,39.252014,18750.873,3.1222994,18.518137,30.17836,30.235352,355.4058,50.257122,136.56294,2.9093366,135.22026,407.70615,288.84857,127.68397,504.46158,35.29041,98.76011,174.02719,11.037839,1.6173478,10.966988,1347.3419,0.08937614,0.32165635,48.972824,8.21949,3.7441893,4.164624,7.7275386,99.8945,35.713425,89.0574,590.16565,233.75934,2028.9943,1873.6237,16.829624,30.425661,11200.251,7.8926196,68.2593,690.6151,129.69725,175.69695,78.89385,406.95575,821.16,429.72272,17.456354,97.04068,1067.1693,2083.2456,48.438835,609.01746,48.00962,1.0920483,62.05901,1.1187302,0.686463,3.1379511,44.524014,122.5214,258.42078,19.021017,3257.8728,345.42093,124.094536,179.36324,81.23502,95.48404,53.75773,11.927991,104.07594,785.0583,238.70152,130.21051,116.81222,9.685215,133.11185,121.999664,37.84623,748.2396,178.37619,3664.8647,32.66172,3077.3354,78.76882,420.7741,2279.0894,82.08496,9.469851,1208.1017,1000.4138,3645.4697,95.350235 +2023-07-29 14:00:00,0.0,17524.953,299.6092,25.235714,34.473083,28.793758,163.04402,24.162966,32.4771,19.907887,20.848757,863.13074,268.70532,8.787037,131.08539,7.7953687,0.67694455,26.692804,10.961343,2.2091057,332.42474,0.25334874,325.6162,42.875347,0.85740054,2.6106172,106.90571,16.161083,38.561234,101.88844,26610.547,0.16838077,1557.3523,0.49675596,0.3034393,0.13195516,0.7504314,143.46584,162.63673,24.986313,198.70497,21.006912,79.84438,2112.9248,2.732243,308.21323,193.82376,362.2102,141.36337,337.56076,32.93376,500.3448,0.0,2418.7568,14214.202,36.98748,518.09064,151.51414,43507.938,132.06425,28.787477,167.59698,439.3452,69.30556,29.87316,264.45654,2143.424,343.37045,181.26193,24.952517,17.296589,388.02728,72.00018,1305.3649,89.69946,2443.4285,177.1035,390.1763,78.90766,147.347,6.94583,11.077849,16.74862,2.6439364,2.188192,67.716225,66.79467,71.45252,27.357773,28.630543,141.5343,6.9098387,3113.613,60.89096,74.531586,75.39599,88.70243,220.68019,96.67442,165.48387,16.734137,38.098385,97.573975,293.96375,580.56903,62.205376,302.17664,69.3599,131.05019,275.91418,413.4035,963.7456,176.42072,4.0683374,22.307594,8.747419,39.248276,18755.428,3.119362,18.526941,30.190592,30.202536,355.05923,50.190052,136.4535,2.908858,135.04578,407.46768,288.72635,127.689384,504.7082,35.30018,98.80956,173.88387,11.034052,1.6169887,10.964972,1346.1614,0.0892579,0.32132885,48.960358,8.224002,3.7439618,4.1615443,7.7227407,99.8255,35.691166,89.01359,589.884,233.79655,2029.2083,1873.8164,16.835054,30.433983,11198.137,7.8915253,68.27397,690.8156,129.74771,175.74106,78.91472,407.07062,820.9765,429.76965,17.463633,97.07276,1067.2047,2083.5227,48.452507,609.11774,48.025562,1.0921131,62.062447,1.1187315,0.68649036,3.1381173,44.544624,122.53609,258.38535,19.023485,3257.465,345.5381,124.13531,179.40793,81.241936,95.48219,53.75336,11.940793,104.087364,785.3598,238.81433,130.26082,116.87247,9.666398,133.22253,122.07594,37.82882,748.0343,178.38696,3664.2546,32.653996,3076.335,78.76831,420.7503,2278.75,82.09195,9.470001,1207.454,999.36334,3642.7559,95.27664 +2023-07-29 15:00:00,0.0,17526.582,299.814,25.243824,34.471012,28.804039,163.03036,24.162304,32.475037,19.908117,20.845694,863.53516,268.36557,8.784789,131.08565,7.7835608,0.6757041,26.698242,10.943573,2.2104647,332.4031,0.25315538,325.64038,42.86554,0.8581529,2.6104286,106.90415,16.151676,38.50941,101.83771,26624.002,0.16767287,1557.433,0.4958406,0.3028894,0.13160472,0.74829835,143.44179,162.5612,24.980352,198.6885,21.003016,79.91225,2113.9636,2.7304976,308.42,193.91821,362.2445,141.361,337.49863,32.953762,500.58807,0.0,2418.3408,14212.399,37.009106,518.3186,151.55055,43505.934,132.06451,28.80211,167.63472,439.5825,69.33772,29.892786,264.5345,2143.488,343.3576,181.33928,24.966166,17.30442,387.9238,72.021576,1304.7329,89.62016,2443.8667,176.96895,390.23312,78.87937,147.0554,6.943839,11.073436,16.72946,2.6414065,2.1856909,67.72298,66.81367,71.45995,27.375893,28.63769,141.30833,6.9079714,3113.8828,60.804966,74.56552,75.304535,88.65522,220.6926,96.59553,165.60484,16.709572,38.084633,97.53604,293.92706,580.20404,62.073387,301.89355,69.31777,131.0947,275.8693,413.59396,963.7672,176.17038,4.0688486,22.315222,8.745108,39.244537,18759.982,3.1164248,18.535746,30.202822,30.169722,354.71268,50.122982,136.34407,2.9083796,134.87128,407.22925,288.60413,127.6948,504.9548,35.309944,98.85902,173.74055,11.030266,1.6166295,10.962955,1344.9807,0.08913966,0.32100132,48.94789,8.228515,3.7437344,4.158464,7.717943,99.75651,35.668903,88.96978,589.6023,233.83376,2029.4221,1874.0093,16.840483,30.442305,11196.022,7.890431,68.28864,691.0161,129.79819,175.78519,78.935585,407.1855,820.7931,429.81662,17.47091,97.10484,1067.2401,2083.7996,48.46618,609.218,48.0415,1.0921781,62.065884,1.1187329,0.6865177,3.1382837,44.565235,122.55077,258.34988,19.025953,3257.0571,345.65524,124.17608,179.45262,81.24885,95.48034,53.748993,11.953595,104.09879,785.66125,238.92714,130.31111,116.93271,9.64758,133.33324,122.152214,37.81141,747.829,178.39774,3663.6445,32.646267,3075.3347,78.7678,420.72653,2278.411,82.09894,9.470152,1206.8062,998.31287,3640.042,95.20305 +2023-07-29 16:00:00,0.0,17528.21,300.01877,25.251936,34.46894,28.814318,163.0167,24.161642,32.47297,19.90835,20.84263,863.9395,268.0258,8.782541,131.08589,7.7717533,0.67446375,26.703682,10.925804,2.211824,332.38147,0.25296202,325.66455,42.855732,0.8589053,2.61024,106.902596,16.142267,38.45759,101.786964,26637.457,0.16696498,1557.5137,0.4949253,0.30233952,0.13125429,0.7461653,143.41776,162.48566,24.974392,198.67204,20.999119,79.9801,2115.0027,2.728752,308.6268,194.01268,362.27878,141.35861,337.43652,32.973763,500.8314,0.0,2417.9246,14210.596,37.03073,518.5465,151.58696,43503.93,132.06477,28.816742,167.67245,439.81976,69.36988,29.91241,264.6124,2143.5522,343.34476,181.41664,24.979815,17.312252,387.8203,72.04298,1304.1008,89.54086,2444.3052,176.83441,390.29,78.85108,146.7638,6.9418483,11.069022,16.7103,2.6388767,2.1831899,67.72972,66.83267,71.467384,27.394012,28.644835,141.08237,6.906104,3114.1523,60.71897,74.599464,75.21309,88.60801,220.70502,96.51663,165.7258,16.685009,38.07088,97.4981,293.89035,579.83905,61.9414,301.6105,69.27565,131.1392,275.8244,413.78442,963.7889,175.92004,4.0693603,22.32285,8.742796,39.240795,18764.535,3.1134875,18.544548,30.215054,30.136908,354.36615,50.055912,136.23463,2.9079013,134.69678,406.99078,288.4819,127.70022,505.20142,35.31971,98.90846,173.59723,11.02648,1.6162702,10.960939,1343.8002,0.08902142,0.32067382,48.93543,8.2330265,3.743507,4.155384,7.7131453,99.68751,35.64664,88.92597,589.3207,233.87097,2029.636,1874.202,16.845913,30.450626,11193.908,7.889337,68.303314,691.2166,129.84866,175.8293,78.95645,407.30035,820.6096,429.8636,17.478188,97.13692,1067.2755,2084.0767,48.479847,609.3183,48.057438,1.0922431,62.069324,1.1187342,0.6865451,3.13845,44.585846,122.56546,258.31445,19.028421,3256.6492,345.7724,124.21684,179.49731,81.25576,95.47849,53.744625,11.966398,104.110214,785.96277,239.03995,130.3614,116.99295,9.628763,133.44392,122.22849,37.794,747.6236,178.40851,3663.0344,32.638542,3074.3342,78.76729,420.70273,2278.0715,82.10593,9.470303,1206.1584,997.26245,3637.328,95.12945 +2023-07-29 17:00:00,0.0,17529.84,300.22354,25.260046,34.46687,28.824598,163.00302,24.16098,32.470905,19.90858,20.839567,864.34393,267.68604,8.780293,131.08615,7.7599454,0.6732233,26.70912,10.908035,2.2131832,332.3598,0.25276864,325.68872,42.84593,0.8596577,2.6100514,106.90104,16.132858,38.405766,101.73622,26650.91,0.16625707,1557.5944,0.49400994,0.3017896,0.13090384,0.74403226,143.3937,162.41013,24.968431,198.65558,20.995222,80.047966,2116.0415,2.7270064,308.8336,194.10713,362.31305,141.35622,337.3744,32.993763,501.07468,0.0,2417.5083,14208.793,37.052357,518.7744,151.62337,43501.926,132.06503,28.831373,167.71019,440.057,69.40205,29.932037,264.6903,2143.6162,343.3319,181.49399,24.993462,17.320084,387.71683,72.06437,1303.4689,89.461555,2444.7437,176.69987,390.34683,78.822784,146.4722,6.939858,11.064608,16.691141,2.6363466,2.1806889,67.73647,66.85167,71.47481,27.412132,28.65198,140.8564,6.904237,3114.4219,60.632977,74.6334,75.12164,88.5608,220.71742,96.43774,165.84677,16.660444,38.057133,97.46016,293.85367,579.47406,61.809406,301.32745,69.23352,131.18372,275.7795,413.97488,963.8105,175.66971,4.069872,22.330477,8.740484,39.237057,18769.09,3.1105502,18.553352,30.227285,30.104094,354.0196,49.988842,136.1252,2.9074228,134.52228,406.75232,288.3597,127.705635,505.44803,35.32948,98.95792,173.45392,11.022694,1.615911,10.958923,1342.6196,0.08890318,0.32034633,48.922962,8.237539,3.7432795,4.152304,7.7083473,99.61851,35.62438,88.882164,589.03906,233.90817,2029.85,1874.3949,16.851343,30.458948,11191.794,7.8882427,68.317986,691.4171,129.89912,175.87343,78.97732,407.41522,820.4262,429.91052,17.485464,97.169,1067.3108,2084.3535,48.49352,609.4186,48.073376,1.092308,62.07276,1.1187357,0.68657243,3.138616,44.606453,122.580154,258.279,19.030891,3256.2412,345.88956,124.257614,179.542,81.26267,95.47665,53.740257,11.9792,104.12164,786.2642,239.15276,130.41171,117.0532,9.609946,133.55463,122.30477,37.77659,747.4183,178.4193,3662.4246,32.630817,3073.334,78.76677,420.67896,2277.7322,82.112915,9.470453,1205.5106,996.212,3634.614,95.055855 +2023-07-29 18:00:00,0.0,17531.47,300.42834,25.268158,34.464798,28.834879,162.98936,24.160318,32.46884,19.908813,20.836504,864.74835,267.34625,8.778046,131.0864,7.7481375,0.6719829,26.71456,10.890265,2.2145422,332.33817,0.25257528,325.7129,42.83612,0.86041003,2.609863,106.899475,16.12345,38.353943,101.68548,26664.365,0.16554917,1557.675,0.49309462,0.30123973,0.1305534,0.74189913,143.36967,162.33458,24.962471,198.63911,20.991327,80.11583,2117.0803,2.7252607,309.04034,194.2016,362.34735,141.35384,337.3123,33.013763,501.31796,0.0,2417.0923,14206.99,37.073986,519.0024,151.65977,43499.92,132.06529,28.846004,167.74792,440.29425,69.434204,29.951662,264.76825,2143.6804,343.31906,181.57135,25.00711,17.327915,387.6133,72.08576,1302.8369,89.382256,2445.1821,176.56532,390.4037,78.794495,146.18059,6.937867,11.060194,16.671982,2.6338167,2.1781878,67.74322,66.870674,71.48224,27.430252,28.659124,140.63043,6.9023695,3114.6917,60.54698,74.667336,75.0302,88.51359,220.72983,96.35884,165.96774,16.635881,38.04338,97.422226,293.817,579.10913,61.677418,301.04437,69.1914,131.22823,275.73462,414.16534,963.8321,175.41936,4.070383,22.338104,8.738173,39.23332,18773.645,3.107613,18.562157,30.239515,30.07128,353.67303,49.921772,136.01576,2.9069445,134.34778,406.5139,288.2375,127.71105,505.6946,35.339245,99.00737,173.3106,11.018907,1.6155518,10.956906,1341.439,0.08878494,0.3200188,48.9105,8.242051,3.743052,4.1492243,7.7035494,99.54951,35.60212,88.838356,588.7574,233.94537,2030.0638,1874.5876,16.856773,30.467272,11189.68,7.887149,68.332664,691.6176,129.9496,175.91754,78.998184,407.53012,820.24274,429.9575,17.49274,97.20107,1067.3462,2084.6306,48.507187,609.51886,48.089314,1.092373,62.0762,1.118737,0.6865998,3.1387825,44.627064,122.59484,258.24356,19.03336,3255.8333,346.0067,124.298386,179.5867,81.269585,95.4748,53.735886,11.9920025,104.133064,786.56573,239.26556,130.462,117.11344,9.591129,133.66531,122.38105,37.759174,747.21295,178.43007,3661.8145,32.62309,3072.3335,78.76626,420.65515,2277.393,82.1199,9.470604,1204.8629,995.16156,3631.9,94.98226 +2023-07-29 19:00:00,0.0,17533.1,300.63312,25.276268,34.462727,28.845158,162.9757,24.159657,32.466774,19.909044,20.83344,865.1528,267.0065,8.775798,131.08665,7.7363296,0.67074245,26.719997,10.872497,2.2159014,332.31653,0.2523819,325.73706,42.826313,0.8611624,2.6096745,106.89792,16.11404,38.302124,101.634735,26677.82,0.16484128,1557.7557,0.49217927,0.30068982,0.13020296,0.7397661,143.34563,162.25905,24.956512,198.62265,20.98743,80.183685,2118.1191,2.7235153,309.24713,194.29605,362.38165,141.35146,337.25015,33.033764,501.56128,0.0,2416.676,14205.1875,37.09561,519.2303,151.69618,43497.92,132.06555,28.860638,167.78568,440.5315,69.46636,29.971287,264.84616,2143.7444,343.3062,181.6487,25.02076,17.335747,387.50983,72.107155,1302.2048,89.302956,2445.6206,176.43079,390.4605,78.7662,145.88899,6.9358764,11.05578,16.652822,2.6312869,2.1756868,67.74997,66.88968,71.48966,27.44837,28.666271,140.40446,6.9005027,3114.9612,60.460987,74.70128,74.93874,88.46638,220.74225,96.279945,166.08871,16.611317,38.02963,97.384285,293.78027,578.74414,61.54543,300.76132,69.14927,131.27275,275.68973,414.3558,963.85376,175.16902,4.0708947,22.345732,8.735861,39.229576,18778.197,3.1046758,18.570961,30.251747,30.038465,353.3265,49.854706,135.90633,2.906466,134.1733,406.27542,288.11526,127.71647,505.94122,35.349014,99.05682,173.16728,11.0151205,1.6151927,10.95489,1340.2584,0.0886667,0.3196913,48.898033,8.246564,3.7428246,4.146144,7.698752,99.48051,35.579857,88.79455,588.4757,233.98259,2030.2778,1874.7805,16.862204,30.475594,11187.566,7.8860545,68.347336,691.8181,130.00008,175.96167,79.01905,407.645,820.0593,430.00443,17.50002,97.233154,1067.3816,2084.9075,48.52086,609.6191,48.105255,1.092438,62.079636,1.1187384,0.6866271,3.1389487,44.647675,122.60953,258.2081,19.035828,3255.4253,346.1239,124.33916,179.63138,81.276505,95.47295,53.731518,12.004806,104.144485,786.86725,239.37836,130.5123,117.17369,9.572311,133.77602,122.45733,37.741764,747.0076,178.44084,3661.2043,32.615364,3071.3333,78.76575,420.63138,2277.0537,82.1269,9.470755,1204.2151,994.1111,3629.186,94.90867 +2023-07-29 20:00:00,0.0,17534.729,300.8379,25.28438,34.460655,28.855438,162.96202,24.158995,32.46471,19.909277,20.830378,865.5571,266.66675,8.77355,131.0869,7.724522,0.669502,26.725435,10.854728,2.2172604,332.2949,0.25218853,325.76123,42.816505,0.8619148,2.6094859,106.89636,16.104631,38.2503,101.584,26691.273,0.16413337,1557.8364,0.49126396,0.30013993,0.12985252,0.73763305,143.32158,162.18352,24.950552,198.60619,20.983534,80.25155,2119.158,2.7217698,309.45392,194.3905,362.41592,141.34906,337.18805,33.053764,501.80457,0.0,2416.2598,14203.384,37.117237,519.4582,151.73259,43495.918,132.06581,28.875269,167.82341,440.76877,69.49853,29.990913,264.9241,2143.8083,343.29333,181.72606,25.034409,17.343578,387.40634,72.12855,1301.5729,89.223656,2446.0588,176.29623,390.5174,78.73791,145.59738,6.9338856,11.051367,16.633663,2.6287568,2.1731858,67.756714,66.908676,71.49709,27.46649,28.673416,140.1785,6.8986354,3115.2307,60.374992,74.735214,74.8473,88.41917,220.75465,96.20104,166.20967,16.586754,38.015877,97.346344,293.7436,578.37915,61.41344,300.47827,69.10715,131.31726,275.64484,414.54623,963.87537,174.91869,4.071406,22.353361,8.733549,39.225838,18782.752,3.1017385,18.579763,30.263979,30.005651,352.97995,49.787636,135.79689,2.9059877,133.9988,406.03696,287.99304,127.721886,506.18784,35.35878,99.10628,173.02396,11.011334,1.6148335,10.952874,1339.0779,0.08854846,0.31936377,48.88557,8.251076,3.742597,4.143064,7.693954,99.411514,35.557594,88.75074,588.19403,234.01979,2030.4917,1874.9734,16.867634,30.483915,11185.452,7.88496,68.36201,692.0186,130.05054,176.00578,79.03992,407.75986,819.87585,430.0514,17.507296,97.265236,1067.417,2085.1846,48.534527,609.71936,48.121193,1.092503,62.083076,1.1187397,0.68665445,3.139115,44.668285,122.624214,258.17267,19.038298,3255.0176,346.24106,124.37993,179.67607,81.28342,95.4711,53.72715,12.017608,104.155914,787.1687,239.49117,130.5626,117.23393,9.553494,133.8867,122.5336,37.724354,746.8023,178.45161,3660.5942,32.607635,3070.3328,78.765236,420.60757,2276.7144,82.13389,9.470905,1203.5674,993.06067,3626.472,94.835075 +2023-07-29 21:00:00,0.0,17536.36,301.04266,25.29249,34.458584,28.865719,162.94836,24.158333,32.462643,19.909508,20.827316,865.96155,266.32697,8.771302,131.08716,7.712714,0.6682616,26.730875,10.836958,2.2186196,332.27325,0.25199518,325.7854,42.8067,0.8626672,2.6092973,106.894806,16.095224,38.19848,101.53326,26704.729,0.16342548,1557.9171,0.4903486,0.29959005,0.12950207,0.7355,143.29755,162.10797,24.944592,198.58972,20.979637,80.319405,2120.1968,2.720024,309.6607,194.48497,362.4502,141.34668,337.12592,33.073765,502.04785,0.0,2415.8435,14201.581,37.138863,519.68616,151.769,43493.914,132.06607,28.8899,167.86115,441.00604,69.530685,30.010538,265.002,2143.8726,343.2805,181.8034,25.048056,17.35141,387.30286,72.14994,1300.9408,89.144356,2446.4973,176.1617,390.57422,78.70962,145.30579,6.931895,11.046953,16.614504,2.626227,2.1706848,67.763466,66.92767,71.50452,27.48461,28.680561,139.95251,6.896768,3115.5002,60.288998,74.76915,74.75585,88.371956,220.76706,96.12215,166.33064,16.56219,38.002125,97.3084,293.70688,578.01416,61.281452,300.19522,69.06502,131.36177,275.59995,414.7367,963.897,174.66835,4.0719175,22.360989,8.731236,39.2221,18787.307,3.0988011,18.588568,30.276209,29.972837,352.6334,49.720566,135.68745,2.9055092,133.8243,405.79852,287.87085,127.7273,506.43445,35.368546,99.15572,172.88065,11.007548,1.6144743,10.950858,1337.8972,0.08843022,0.31903628,48.873104,8.255589,3.7423697,4.139984,7.689156,99.342514,35.535336,88.70693,587.9124,234.057,2030.7056,1875.1661,16.873064,30.492237,11183.338,7.8838663,68.37668,692.2191,130.10101,176.0499,79.06078,407.87473,819.69244,430.09833,17.514572,97.29731,1067.4523,2085.4614,48.5482,609.81964,48.13713,1.0925679,62.086514,1.1187412,0.6866818,3.1392813,44.688892,122.6389,258.13724,19.040766,3254.6096,346.35822,124.4207,179.72076,81.29033,95.46925,53.722782,12.03041,104.167336,787.4702,239.60397,130.6129,117.294174,9.5346775,133.9974,122.60988,37.706944,746.597,178.4624,3659.9844,32.59991,3069.3325,78.764725,420.5838,2276.3752,82.14088,9.471056,1202.9196,992.0102,3623.758,94.761475 +2023-07-29 22:00:00,0.0,17537.988,301.24744,25.300602,34.456512,28.876,162.9347,24.157671,32.46058,19.90974,20.824253,866.36597,265.9872,8.769054,131.0874,7.7009063,0.66702116,26.736313,10.819189,2.2199788,332.25162,0.2518018,325.80957,42.796894,0.8634196,2.6091087,106.89325,16.085815,38.146656,101.48251,26718.184,0.16271758,1557.9978,0.4894333,0.29904014,0.12915164,0.73336697,143.2735,162.03244,24.938631,198.57326,20.97574,80.38727,2121.2358,2.7182786,309.8675,194.57942,362.4845,141.3443,337.0638,33.09376,502.29117,0.0,2415.4272,14199.778,37.160492,519.91406,151.8054,43491.91,132.06633,28.904531,167.89888,441.2433,69.56285,30.030165,265.07996,2143.9365,343.26764,181.88077,25.061705,17.359243,387.19937,72.17133,1300.3088,89.065056,2446.9358,176.02715,390.63104,78.68132,145.01419,6.929904,11.04254,16.595346,2.623697,2.1681838,67.77021,66.94668,71.51195,27.50273,28.687706,139.72655,6.894901,3115.77,60.203003,74.80309,74.6644,88.32475,220.77948,96.04325,166.45161,16.537624,37.988377,97.27047,293.6702,577.6492,61.14946,299.91214,69.022896,131.40628,275.55505,414.92715,963.91864,174.41801,4.0724287,22.368616,8.728925,39.218357,18791.861,3.0958638,18.597372,30.28844,29.940023,352.28687,49.653496,135.57803,2.905031,133.6498,405.56006,287.74863,127.73272,506.68106,35.378315,99.20518,172.73732,11.003761,1.614115,10.948842,1336.7167,0.088311985,0.31870878,48.86064,8.2601,3.7421422,4.1369042,7.684358,99.27351,35.513073,88.663124,587.63074,234.09421,2030.9196,1875.359,16.878494,30.500559,11181.224,7.882772,68.39135,692.4196,130.15147,176.09402,79.08165,407.98962,819.509,430.1453,17.52185,97.32939,1067.4877,2085.7385,48.56187,609.9199,48.15307,1.0926329,62.08995,1.1187425,0.68670917,3.1394477,44.709503,122.653595,258.10178,19.043234,3254.2017,346.47537,124.46147,179.76546,81.29724,95.46741,53.718414,12.043213,104.178764,787.77167,239.71678,130.66321,117.35442,9.515861,134.1081,122.68616,37.689533,746.3916,178.47318,3659.3743,32.592186,3068.332,78.764206,420.56,2276.036,82.147865,9.471207,1202.2719,990.9597,3621.044,94.68788 +2023-07-29 23:00:00,0.0,17539.617,301.45224,25.308712,34.45444,28.886278,162.92102,24.15701,32.458515,19.909973,20.82119,866.7704,265.64743,8.766807,131.08766,7.6890984,0.6657808,26.741753,10.80142,2.2213378,332.22995,0.25160843,325.83374,42.787086,0.8641719,2.6089203,106.89169,16.076406,38.094833,101.43177,26731.637,0.16200967,1558.0785,0.48851794,0.29849026,0.1288012,0.7312339,143.24947,161.9569,24.93267,198.5568,20.971844,80.455124,2122.2747,2.716533,310.07428,194.67389,362.5188,141.3419,337.00168,33.11376,502.53445,0.0,2415.0112,14197.976,37.182117,520.14197,151.84181,43489.906,132.06659,28.919165,167.93661,441.48053,69.59501,30.04979,265.15787,2144.0007,343.2548,181.95811,25.075354,17.367075,387.0959,72.192726,1299.6768,88.98575,2447.3743,175.89261,390.6879,78.65303,144.72258,6.927913,11.038125,16.576187,2.6211672,2.1656828,67.77696,66.96568,71.51938,27.52085,28.694853,139.50058,6.8930335,3116.0396,60.11701,74.83703,74.57295,88.27754,220.79189,95.964355,166.57259,16.513062,37.974625,97.23253,293.6335,577.2842,61.01747,299.6291,68.98077,131.4508,275.51016,415.1176,963.94025,174.16768,4.0729403,22.376244,8.726613,39.21462,18796.414,3.0929267,18.606174,30.300673,29.907207,351.9403,49.586426,135.4686,2.9045525,133.47531,405.3216,287.6264,127.73814,506.92767,35.38808,99.25463,172.59401,10.999975,1.6137558,10.946826,1335.5361,0.088193744,0.31838125,48.848175,8.264613,3.7419147,4.133824,7.6795607,99.20451,35.49081,88.619316,587.3491,234.13141,2031.1334,1875.5518,16.883924,30.508883,11179.109,7.881678,68.40603,692.6201,130.20195,176.13814,79.10252,408.1045,819.32556,430.19226,17.529127,97.36147,1067.5231,2086.0154,48.57554,610.0202,48.16901,1.0926979,62.093388,1.1187439,0.6867365,3.1396139,44.730114,122.66828,258.06635,19.045702,3253.7937,346.59253,124.50224,179.81015,81.30415,95.46556,53.714046,12.056015,104.190186,788.0732,239.82959,130.7135,117.414665,9.497043,134.2188,122.762436,37.672123,746.1863,178.48395,3658.7642,32.584457,3067.3318,78.763695,420.5362,2275.6965,82.154854,9.471357,1201.624,989.9093,3618.33,94.61429 +2023-07-30 00:00:00,0.0,17541.246,301.657,25.316824,34.45237,28.896559,162.90736,24.156347,32.456448,19.910204,20.818127,867.17474,265.30768,8.764559,131.0879,7.677291,0.66454035,26.74719,10.783651,2.222697,332.2083,0.25141504,325.8579,42.777283,0.8649243,2.6087317,106.89013,16.066998,38.04301,101.381035,26745.092,0.16130178,1558.1592,0.48760262,0.29794037,0.12845075,0.7291009,143.22542,161.88136,24.926712,198.54033,20.967947,80.52299,2123.3135,2.7147875,310.28107,194.76834,362.5531,141.33952,336.93958,33.133762,502.77774,0.0,2414.595,14196.172,37.203743,520.36993,151.87822,43487.902,132.06685,28.933796,167.97435,441.7178,69.62717,30.069416,265.2358,2144.0647,343.24194,182.03548,25.089003,17.374907,386.9924,72.21413,1299.0448,88.90645,2447.8127,175.75807,390.74475,78.62473,144.43098,6.9259224,11.033711,16.557028,2.618637,2.1631818,67.78371,66.98468,71.5268,27.538967,28.701998,139.27461,6.891166,3116.309,60.031013,74.870964,74.48151,88.23033,220.80429,95.88546,166.69354,16.488497,37.960873,97.19459,293.5968,576.9192,60.885483,299.34604,68.938644,131.49532,275.46527,415.30807,963.96185,173.91734,4.0734515,22.383871,8.724301,39.21088,18800.969,3.0899894,18.614979,30.312902,29.874393,351.59375,49.519356,135.35916,2.9040742,133.30081,405.08316,287.50418,127.74355,507.1743,35.397846,99.304085,172.45068,10.996189,1.6133966,10.94481,1334.3555,0.0880755,0.31805375,48.835712,8.269125,3.7416873,4.130744,7.6747627,99.13552,35.46855,88.57551,587.06744,234.16862,2031.3474,1875.7446,16.889355,30.517204,11176.995,7.880584,68.4207,692.8206,130.25243,176.18227,79.12339,408.21936,819.1421,430.2392,17.536406,97.39355,1067.5585,2086.2925,48.58921,610.1204,48.184948,1.0927628,62.09683,1.1187452,0.6867639,3.1397803,44.750725,122.68297,258.03088,19.048172,3253.3857,346.7097,124.54301,179.85484,81.311066,95.46371,53.70968,12.068817,104.201614,788.3747,239.9424,130.7638,117.474915,9.478226,134.32948,122.83871,37.654713,745.98096,178.49472,3658.154,32.576733,3066.3313,78.76318,420.51242,2275.3574,82.16184,9.471508,1200.9762,988.8588,3615.6162,94.540695 +2023-07-30 01:00:00,0.0,17542.877,301.8618,25.324934,34.4503,28.90684,162.89369,24.155687,32.454384,19.910437,20.815063,867.57916,264.9679,8.762312,131.08817,7.665483,0.6632999,26.752628,10.765882,2.224056,332.18668,0.2512217,325.88208,42.767475,0.8656767,2.6085432,106.88857,16.057589,37.99119,101.33029,26758.547,0.16059388,1558.2399,0.4866873,0.29739046,0.12810032,0.7269678,143.20139,161.80582,24.920752,198.52386,20.96405,80.59084,2124.3523,2.7130418,310.48782,194.8628,362.58737,141.33714,336.87744,33.153763,503.02106,0.0,2414.1787,14194.369,37.22537,520.59784,151.91463,43485.9,132.06711,28.948427,168.01208,441.95508,69.65933,30.08904,265.31372,2144.129,343.2291,182.11282,25.10265,17.382738,386.88892,72.23552,1298.4128,88.82715,2448.251,175.62352,390.8016,78.59644,144.13937,6.9239316,11.029298,16.537868,2.6161072,2.1606805,67.79046,67.00368,71.53423,27.557087,28.709143,139.04865,6.889299,3116.5789,59.94502,74.90491,74.39006,88.18312,220.81671,95.806564,166.81451,16.463934,37.94712,97.156654,293.56012,576.5542,60.753494,299.06296,68.896515,131.53983,275.4204,415.49854,963.9835,173.667,4.073963,22.391499,8.72199,39.207138,18805.523,3.087052,18.623783,30.325134,29.84158,351.24722,49.452286,135.24973,2.9035957,133.12631,404.8447,287.382,127.74897,507.4209,35.407616,99.35354,172.30737,10.992402,1.6130375,10.942794,1333.1749,0.08795726,0.31772625,48.823246,8.273638,3.7414598,4.127664,7.669965,99.06652,35.44629,88.5317,586.78577,234.20583,2031.5613,1875.9375,16.894785,30.525526,11174.881,7.87949,68.43537,693.0212,130.30289,176.22638,79.14426,408.33423,818.9587,430.28616,17.543682,97.42563,1067.5938,2086.5693,48.60288,610.2207,48.200886,1.0928278,62.100266,1.1187466,0.68679124,3.1399465,44.77133,122.697655,257.99545,19.05064,3252.9778,346.82684,124.58378,179.89954,81.31798,95.46186,53.70531,12.081619,104.213036,788.67615,240.0552,130.8141,117.53516,9.459409,134.44019,122.914986,37.637302,745.77563,178.50551,3657.544,32.569008,3065.331,78.76267,420.48862,2275.018,82.16883,9.471659,1200.3285,987.8084,3612.902,94.4671 +2023-07-30 02:00:00,0.0,17544.506,302.0666,25.333046,34.448227,28.917118,162.88002,24.155025,32.452316,19.910667,20.812,867.9836,264.62814,8.760064,131.08841,7.653675,0.6620595,26.758068,10.748113,2.2254152,332.16504,0.25102833,325.90625,42.757668,0.8664291,2.6083546,106.88702,16.048182,37.93937,101.27955,26772.0,0.15988597,1558.3206,0.48577195,0.29684058,0.12774988,0.72483474,143.17734,161.73029,24.914791,198.50739,20.960154,80.65871,2125.391,2.7112963,310.6946,194.95726,362.62164,141.33475,336.81534,33.173763,503.26434,0.0,2413.7625,14192.566,37.246998,520.82574,151.95103,43483.895,132.06738,28.963058,168.04982,442.19232,69.69149,30.108667,265.39163,2144.1929,343.21622,182.19019,25.116299,17.39057,386.78543,72.25691,1297.7808,88.74785,2448.6895,175.48898,390.85843,78.568146,143.84778,6.921941,11.024884,16.51871,2.6135774,2.1581795,67.7972,67.02269,71.54166,27.575207,28.716288,138.82268,6.8874316,3116.8484,59.859024,74.93884,74.29861,88.13591,220.82912,95.72766,166.93549,16.43937,37.93337,97.11871,293.5234,576.1893,60.621506,298.7799,68.85439,131.58434,275.37552,415.689,964.0051,173.41667,4.0744743,22.399126,8.719678,39.2034,18810.076,3.0841148,18.632586,30.337366,29.808765,350.90067,49.385216,135.14029,2.9031174,132.95181,404.60623,287.25977,127.75439,507.6675,35.41738,99.402985,172.16405,10.988616,1.6126783,10.940778,1331.9944,0.08783902,0.31739873,48.810783,8.27815,3.7412324,4.124584,7.665167,98.99752,35.424026,88.48789,586.50415,234.24303,2031.7751,1876.1302,16.900215,30.533848,11172.768,7.8783956,68.45004,693.2217,130.35336,176.27051,79.16512,408.4491,818.7752,430.3331,17.550959,97.45771,1067.6292,2086.8464,48.61655,610.321,48.216824,1.0928928,62.103703,1.118748,0.6868186,3.1401129,44.791943,122.71234,257.96,19.053108,3252.57,346.944,124.62455,179.94421,81.32489,95.460014,53.70094,12.094422,104.224464,788.97766,240.16801,130.8644,117.595406,9.440591,134.55087,122.991264,37.619892,745.5703,178.51628,3656.934,32.56128,3064.3306,78.76216,420.46484,2274.6787,82.17582,9.471808,1199.6807,986.75793,3610.1882,94.39351 +2023-07-30 03:00:00,0.0,17546.135,302.27136,25.341156,34.446156,28.927399,162.86636,24.154364,32.450253,19.9109,20.808937,868.388,264.2884,8.757816,131.08867,7.641867,0.66081905,26.763506,10.730344,2.2267745,332.1434,0.25083494,325.93042,42.747864,0.8671815,2.608166,106.88546,16.038773,37.887547,101.228806,26785.455,0.15917808,1558.4012,0.48485664,0.29629067,0.12739943,0.7227017,143.15329,161.65475,24.90883,198.49092,20.956257,80.72656,2126.43,2.7095506,310.9014,195.05171,362.65594,141.33237,336.7532,33.193764,503.50763,0.0,2413.3462,14190.764,37.268623,521.0537,151.98744,43481.89,132.06764,28.977692,168.08757,442.42957,69.723656,30.128292,265.46957,2144.2568,343.20337,182.26753,25.129948,17.398401,386.68195,72.278305,1297.1488,88.66855,2449.128,175.35443,390.91528,78.539856,143.55617,6.91995,11.020471,16.49955,2.6110475,2.1556785,67.803955,67.04169,71.54909,27.593327,28.723434,138.59671,6.8855643,3117.118,59.77303,74.972786,74.20716,88.0887,220.84152,95.648766,167.05646,16.414806,37.91962,97.08077,293.48672,575.8243,60.489517,298.49686,68.81226,131.62885,275.33063,415.87946,964.02673,173.16634,4.074986,22.406754,8.717366,39.19966,18814.63,3.0811775,18.64139,30.349596,29.775951,350.5541,49.318146,135.03085,2.902639,132.77733,404.3678,287.13754,127.7598,507.91412,35.42715,99.45244,172.02074,10.98483,1.6123191,10.938762,1330.8137,0.08772078,0.31707123,48.798317,8.282661,3.741005,4.121504,7.6603694,98.92852,35.401764,88.444084,586.2225,234.28024,2031.9891,1876.3231,16.905645,30.54217,11170.653,7.877301,68.464714,693.4222,130.40384,176.31462,79.18599,408.564,818.5918,430.38007,17.558237,97.489784,1067.6646,2087.1233,48.630222,610.42126,48.23276,1.0929577,62.10714,1.1187494,0.68684596,3.140279,44.812553,122.727036,257.92456,19.055578,3252.162,347.06116,124.66532,179.9889,81.3318,95.45817,53.69657,12.107224,104.235886,789.2791,240.28082,130.91469,117.65565,9.421774,134.66158,123.06754,37.60248,745.3649,178.52705,3656.324,32.553555,3063.3303,78.76164,420.44104,2274.3396,82.18281,9.471959,1199.033,985.70746,3607.474,94.319916 +2023-07-30 04:00:00,0.0,17547.766,302.47614,25.349268,34.444084,28.93768,162.85269,24.153702,32.44819,19.91113,20.805876,868.7924,263.9486,8.7555685,131.08891,7.6300597,0.6595786,26.768946,10.712574,2.2281334,332.12177,0.25064158,325.9546,42.738056,0.8679338,2.6079776,106.8839,16.029364,37.835724,101.17807,26798.91,0.15847017,1558.4819,0.4839413,0.29574078,0.127049,0.72056866,143.12926,161.57921,24.90287,198.47446,20.95236,80.794426,2127.469,2.7078052,311.1082,195.14616,362.69025,141.32997,336.6911,33.213764,503.75095,0.0,2412.9302,14188.96,37.29025,521.2816,152.02385,43479.887,132.0679,28.992323,168.1253,442.6668,69.75581,30.147917,265.5475,2144.321,343.19052,182.3449,25.143597,17.406233,386.57846,72.2997,1296.5167,88.58925,2449.5664,175.2199,390.97214,78.511566,143.26457,6.917959,11.016057,16.48039,2.6085174,2.1531775,67.8107,67.06069,71.55651,27.611446,28.73058,138.37073,6.8836975,3117.3875,59.687035,75.00672,74.115715,88.04149,220.85394,95.56987,167.17741,16.390242,37.90587,97.04283,293.45004,575.4593,60.357525,298.2138,68.77014,131.67337,275.28574,416.06992,964.0484,172.916,4.075497,22.414381,8.7150545,39.19592,18819.186,3.0782402,18.650194,30.361828,29.743137,350.20758,49.251076,134.92142,2.9021606,132.60283,404.12933,287.01532,127.76522,508.16074,35.436916,99.50189,171.87741,10.981044,1.6119599,10.936746,1329.6332,0.08760254,0.31674373,48.785854,8.287174,3.7407775,4.118424,7.6555715,98.85953,35.379505,88.400276,585.9408,234.31744,2032.203,1876.5159,16.911076,30.550491,11168.539,7.8762074,68.47939,693.6227,130.4543,176.35873,79.206856,408.67886,818.4083,430.42703,17.565514,97.521866,1067.6998,2087.4004,48.64389,610.52155,48.248703,1.0930227,62.110577,1.1187508,0.6868733,3.1404455,44.833164,122.74172,257.88913,19.058046,3251.7542,347.1783,124.70609,180.0336,81.338715,95.456314,53.692204,12.120027,104.247314,789.5806,240.39363,130.965,117.71589,9.402957,134.77226,123.143814,37.58507,745.1596,178.53783,3655.7139,32.545826,3062.3298,78.76113,420.41727,2274.0002,82.1898,9.47211,1198.3851,984.65704,3604.7603,94.246315 +2023-07-30 05:00:00,0.0,17549.395,302.6809,25.35738,34.442013,28.947958,162.83902,24.15304,32.44612,19.911364,20.802813,869.1968,263.60886,8.753321,131.08917,7.618252,0.65833825,26.774384,10.694805,2.2294927,332.1001,0.2504482,325.97876,42.72825,0.8686862,2.607789,106.88235,16.019955,37.7839,101.12733,26812.363,0.15776227,1558.5626,0.48302597,0.2951909,0.12669855,0.7184356,143.10521,161.50368,24.896912,198.458,20.948463,80.86229,2128.5078,2.7060595,311.31497,195.24063,362.72452,141.32759,336.62897,33.233765,503.99423,0.0,2412.514,14187.157,37.311874,521.5095,152.06026,43477.883,132.06816,29.006954,168.16304,442.90408,69.78797,30.167543,265.62543,2144.385,343.17767,182.42224,25.157246,17.414064,386.47498,72.32109,1295.8848,88.50995,2450.005,175.08536,391.029,78.48327,142.97296,6.9159684,11.011642,16.461231,2.6059875,2.1506765,67.81745,67.07969,71.56394,27.629564,28.737724,138.14476,6.88183,3117.6572,59.60104,75.04066,74.02426,87.99428,220.86635,95.490974,167.29839,16.365677,37.892117,97.0049,293.41333,575.0943,60.225536,297.93073,68.72801,131.71788,275.24084,416.26038,964.07,172.66566,4.076009,22.422009,8.712742,39.19218,18823.74,3.075303,18.658998,30.37406,29.710323,349.86102,49.184006,134.81198,2.9016821,132.42833,403.89087,286.89313,127.77064,508.40735,35.446682,99.551346,171.7341,10.977257,1.6116006,10.93473,1328.4526,0.0874843,0.3164162,48.773388,8.291686,3.74055,4.115344,7.6507735,98.79053,35.357243,88.35647,585.6592,234.35466,2032.417,1876.7087,16.916506,30.558815,11166.425,7.875113,68.494064,693.8232,130.50478,176.40286,79.22772,408.79373,818.2249,430.47397,17.572792,97.55394,1067.7352,2087.6772,48.657562,610.62177,48.26464,1.0930877,62.114017,1.1187521,0.6869007,3.1406116,44.853775,122.75641,257.85367,19.060514,3251.3462,347.29547,124.746864,180.0783,81.34563,95.45447,53.687836,12.13283,104.258736,789.88214,240.50644,131.01529,117.77614,9.38414,134.88297,123.22009,37.56766,744.9543,178.54861,3655.1038,32.5381,3061.3296,78.76062,420.39346,2273.661,82.196785,9.47226,1197.7374,983.60657,3602.0461,94.17272 +2023-07-30 06:00:00,0.0,17551.023,302.88568,25.36549,34.43994,28.958239,162.82536,24.152378,32.444057,19.911596,20.79975,869.6012,263.26907,8.751073,131.08942,7.606444,0.6570978,26.779821,10.677036,2.2308517,332.07846,0.25025484,326.00293,42.71844,0.8694386,2.6076005,106.88078,16.010546,37.732082,101.076584,26825.818,0.15705438,1558.6433,0.48211062,0.294641,0.12634812,0.7163026,143.08118,161.42813,24.890951,198.44153,20.944567,80.930145,2129.5466,2.704314,311.52176,195.33508,362.75882,141.32521,336.56686,33.253765,504.23752,0.0,2412.0977,14185.3545,37.333504,521.7375,152.09666,43475.88,132.06842,29.021585,168.20078,443.14136,69.82014,30.187168,265.70334,2144.4492,343.16483,182.4996,25.170893,17.421896,386.3715,72.34248,1295.2528,88.43064,2450.443,174.9508,391.08582,78.45498,142.68137,6.9139776,11.007229,16.442072,2.6034577,2.1481755,67.824196,67.098694,71.571365,27.647684,28.74487,137.9188,6.879963,3117.9268,59.515045,75.0746,73.932816,87.94707,220.87875,95.41208,167.41936,16.341114,37.878365,96.96696,293.37665,574.7293,60.093548,297.64767,68.68589,131.76239,275.19595,416.4508,964.0916,172.41531,4.0765204,22.429638,8.71043,39.188442,18828.293,3.0723658,18.6678,30.38629,29.67751,349.51447,49.116936,134.70255,2.9012036,132.25383,403.65244,286.7709,127.776054,508.65396,35.45645,99.6008,171.59077,10.973471,1.6112415,10.9327135,1327.272,0.08736607,0.3160887,48.76092,8.296199,3.7403226,4.112264,7.6459756,98.72153,35.33498,88.31266,585.37756,234.39186,2032.6309,1876.9015,16.921936,30.567137,11164.311,7.874019,68.508736,694.0237,130.55525,176.44698,79.24859,408.9086,818.04144,430.52094,17.580069,97.58602,1067.7706,2087.9543,48.67123,610.72205,48.28058,1.0931526,62.117455,1.1187536,0.68692803,3.140778,44.874382,122.771095,257.81824,19.062983,3250.9382,347.41266,124.787636,180.12299,81.35254,95.45262,53.683468,12.145632,104.270164,790.1836,240.61925,131.06558,117.83638,9.365322,134.99365,123.29637,37.55025,744.74896,178.55939,3654.4937,32.530376,3060.329,78.76011,420.3697,2273.3218,82.20377,9.472411,1197.0896,982.55615,3599.3323,94.09913 +2023-07-30 07:00:00,0.0,17552.652,303.09048,25.373602,34.43787,28.96852,162.81169,24.151716,32.441994,19.911827,20.796686,870.0056,262.92932,8.748825,131.08968,7.594636,0.6558574,26.785261,10.659266,2.2322109,332.05682,0.25006148,326.0271,42.708637,0.870191,2.6074119,106.87923,16.001139,37.68026,101.02584,26839.273,0.15634647,1558.724,0.4811953,0.2940911,0.12599768,0.7141695,143.05713,161.3526,24.88499,198.42506,20.94067,80.99801,2130.5854,2.7025685,311.72855,195.42955,362.7931,141.32281,336.50473,33.27376,504.48083,0.0,2411.6816,14183.552,37.35513,521.9654,152.13309,43473.88,132.06868,29.036219,168.23851,443.3786,69.852295,30.206795,265.78128,2144.5132,343.15198,182.57695,25.184542,17.429728,386.268,72.36388,1294.6207,88.35134,2450.8816,174.81627,391.14264,78.42668,142.38976,6.911987,11.002815,16.422913,2.6009276,2.1456745,67.83095,67.11769,71.5788,27.665804,28.752016,137.69283,6.8780956,3118.1963,59.42905,75.108536,73.84137,87.89986,220.89117,95.33318,167.54033,16.31655,37.864613,96.929016,293.33994,574.3643,59.96156,297.36462,68.64376,131.8069,275.15106,416.64127,964.1133,172.16498,4.0770316,22.437265,8.708118,39.1847,18832.848,3.0694284,18.676605,30.398521,29.644695,349.16794,49.049866,134.59311,2.9007254,132.07933,403.41397,286.64868,127.78147,508.90057,35.466217,99.650246,171.44746,10.969685,1.6108823,10.930697,1326.0914,0.087247826,0.31576118,48.74846,8.300711,3.7400951,4.109184,7.641178,98.65253,35.31272,88.26885,585.0959,234.42906,2032.8447,1877.0944,16.927364,30.575459,11162.196,7.872925,68.52341,694.2242,130.60571,176.4911,79.269455,409.02347,817.85803,430.56787,17.587345,97.6181,1067.806,2088.2312,48.684902,610.8223,48.296516,1.0932176,62.12089,1.1187549,0.6869554,3.1409442,44.894993,122.78578,257.78278,19.065453,3250.5303,347.52982,124.82841,180.16768,81.35945,95.450775,53.6791,12.158434,104.281586,790.4851,240.73206,131.11589,117.89663,9.346505,135.10435,123.37265,37.53284,744.54364,178.57016,3653.8838,32.522648,3059.3289,78.7596,420.3459,2272.9824,82.21076,9.472562,1196.4419,981.5057,3596.6182,94.025536 +2023-07-30 08:00:00,0.0,17554.283,303.29526,25.381712,34.4358,28.978798,162.79803,24.151054,32.439926,19.91206,20.793623,870.41003,262.58957,8.746577,131.08992,7.5828285,0.65461695,26.790699,10.641498,2.23357,332.0352,0.2498681,326.05127,42.69883,0.87094337,2.6072235,106.87767,15.991729,37.628437,100.975105,26852.729,0.15563858,1558.8047,0.48027995,0.2935412,0.12564723,0.71203643,143.03308,161.27705,24.87903,198.4086,20.936773,81.065865,2131.6243,2.7008228,311.9353,195.524,362.8274,141.32043,336.44263,33.293762,504.72412,0.0,2411.2654,14181.748,37.376755,522.1933,152.1695,43471.875,132.06894,29.05085,168.27625,443.61588,69.88445,30.22642,265.8592,2144.5774,343.1391,182.65431,25.19819,17.43756,386.16452,72.38527,1293.9888,88.27204,2451.32,174.68172,391.19952,78.39839,142.09816,6.909996,10.998402,16.403753,2.5983977,2.1431735,67.83769,67.136696,71.58623,27.683924,28.759161,137.46686,6.8762283,3118.466,59.343056,75.14247,73.74992,87.852646,220.90358,95.25429,167.66129,16.291986,37.850864,96.89108,293.30325,573.9993,59.82957,297.08154,68.60164,131.85141,275.10617,416.83173,964.1349,171.91464,4.0775433,22.444893,8.705807,39.18096,18837.402,3.0664911,18.68541,30.410753,29.61188,348.82138,48.982796,134.48367,2.9002469,131.90485,403.1755,286.52646,127.78689,509.1472,35.475983,99.6997,171.30415,10.9658985,1.6105231,10.928681,1324.9109,0.087129585,0.31543368,48.735992,8.305223,3.7398677,4.106104,7.63638,98.583534,35.29046,88.225044,584.8142,234.46628,2033.0587,1877.2872,16.932795,30.58378,11160.082,7.8718305,68.538086,694.4247,130.65619,176.53522,79.29032,409.13837,817.67456,430.61484,17.594624,97.65018,1067.8413,2088.5083,48.698574,610.9226,48.312454,1.0932826,62.12433,1.1187563,0.68698275,3.1411104,44.915604,122.800476,257.74734,19.06792,3250.1223,347.64697,124.86918,180.21237,81.36636,95.44892,53.674732,12.171237,104.293015,790.78656,240.84486,131.16618,117.95687,9.327688,135.21504,123.44892,37.51543,744.33826,178.58093,3653.2737,32.514923,3058.3284,78.75908,420.3221,2272.6433,82.21775,9.4727125,1195.7941,980.4552,3593.9043,93.95194 +2023-07-30 09:00:00,0.0,17555.912,303.50003,25.389824,34.433727,28.989079,162.78436,24.150393,32.437862,19.91229,20.79056,870.8144,262.2498,8.744329,131.09018,7.5710206,0.6533765,26.796139,10.623729,2.234929,332.01355,0.24967474,326.07544,42.689022,0.8716957,2.607035,106.876114,15.982321,37.576614,100.92436,26866.182,0.15493068,1558.8854,0.47936463,0.2929913,0.1252968,0.70990336,143.00905,161.20152,24.87307,198.39214,20.932877,81.13373,2132.663,2.6990774,312.1421,195.61845,362.8617,141.31805,336.3805,33.313763,504.9674,0.0,2410.849,14179.945,37.39838,522.42126,152.2059,43469.87,132.0692,29.065481,168.31398,443.85315,69.91662,30.246046,265.93713,2144.6414,343.12625,182.73166,25.21184,17.44539,386.06104,72.40667,1293.3567,88.19274,2451.7585,174.54718,391.25635,78.370094,141.80655,6.9080057,10.993988,16.384594,2.5958679,2.1406724,67.84444,67.15569,71.59365,27.702044,28.766306,137.24089,6.874361,3118.7356,59.25706,75.176414,73.65847,87.80544,220.91599,95.175385,167.78226,16.267422,37.837112,96.85314,293.26657,573.63434,59.69758,296.7985,68.55951,131.89594,275.06128,417.0222,964.15656,171.6643,4.0780544,22.45252,8.703495,39.17722,18841.955,3.0635538,18.694212,30.422983,29.579065,348.47485,48.915726,134.37424,2.8997686,131.73035,402.93707,286.40427,127.792305,509.3938,35.485752,99.74915,171.16083,10.962111,1.6101639,10.926665,1323.7302,0.087011345,0.31510618,48.72353,8.309735,3.7396402,4.103024,7.6315823,98.514534,35.268196,88.18124,584.5326,234.50348,2033.2726,1877.48,16.938225,30.592102,11157.968,7.8707366,68.55276,694.6252,130.70665,176.57933,79.31119,409.25323,817.49115,430.6618,17.6019,97.68226,1067.8767,2088.7852,48.712242,611.0229,48.328396,1.0933475,62.12777,1.1187576,0.6870101,3.1412768,44.936214,122.81516,257.7119,19.070389,3249.7146,347.76413,124.90994,180.25705,81.373276,95.447075,53.670364,12.184039,104.304436,791.0881,240.95767,131.21648,118.01712,9.308871,135.32574,123.5252,37.49802,744.13293,178.59172,3652.6636,32.507195,3057.3281,78.75857,420.2983,2272.304,82.22474,9.472863,1195.1464,979.4048,3591.1904,93.87834 +2023-07-30 10:00:00,0.0,17557.541,303.70483,25.397934,34.431656,28.99936,162.77069,24.14973,32.435795,19.912523,20.787497,871.2188,261.91003,8.742082,131.09042,7.5592127,0.6521361,26.801577,10.605959,2.2362883,331.9919,0.24948137,326.0996,42.67922,0.8724481,2.6068463,106.87456,15.972912,37.52479,100.87362,26879.637,0.15422277,1558.9661,0.47844929,0.29244143,0.124946356,0.7077703,142.985,161.12598,24.86711,198.37567,20.92898,81.201584,2133.7021,2.6973317,312.34888,195.71292,362.89597,141.31566,336.3184,33.333763,505.21072,0.0,2410.433,14178.143,37.42001,522.6492,152.24231,43467.867,132.06946,29.080112,168.35172,444.0904,69.94878,30.26567,266.01505,2144.7056,343.1134,182.80902,25.225487,17.453222,385.95752,72.42806,1292.7247,88.11344,2452.197,174.41264,391.3132,78.341805,141.51495,6.906015,10.989574,16.365435,2.593338,2.1381714,67.85119,67.1747,71.60108,27.720161,28.77345,137.01492,6.8724937,3119.0051,59.171066,75.21035,73.567024,87.75823,220.9284,95.09649,167.90323,16.242857,37.82336,96.8152,293.22986,573.2694,59.56559,296.51544,68.51739,131.94044,275.0164,417.21265,964.17816,171.41397,4.078566,22.460148,8.701183,39.17348,18846.51,3.0606165,18.703016,30.435215,29.546251,348.1283,48.848656,134.2648,2.89929,131.55585,402.6986,286.28204,127.79772,509.64038,35.495518,99.79861,171.01752,10.958325,1.6098047,10.924648,1322.5497,0.086893104,0.31477866,48.711063,8.314248,3.7394128,4.0999436,7.6267843,98.44553,35.245937,88.13743,584.2509,234.54068,2033.4866,1877.6729,16.943655,30.600426,11155.8545,7.8696423,68.56743,694.8257,130.75713,176.62346,79.332054,409.3681,817.3077,430.70874,17.609177,97.71434,1067.9121,2089.0623,48.725914,611.1231,48.344334,1.0934125,62.131207,1.118759,0.68703747,3.141443,44.95682,122.82985,257.67645,19.072857,3249.3066,347.8813,124.950714,180.30174,81.38019,95.44523,53.665993,12.196841,104.31586,791.3895,241.07048,131.26678,118.07736,9.290053,135.43645,123.60148,37.480606,743.9276,178.6025,3652.0535,32.49947,3056.3276,78.75806,420.27454,2271.9646,82.23173,9.473014,1194.4985,978.3543,3588.4763,93.80475 +2023-07-30 11:00:00,0.0,17559.172,303.9096,25.406046,34.429585,29.009638,162.75703,24.149069,32.43373,19.912754,20.784435,871.6232,261.57025,8.739834,131.09068,7.547405,0.65089566,26.807014,10.58819,2.2376473,331.97025,0.249288,326.12378,42.66941,0.8732005,2.6066577,106.87299,15.963503,37.47297,100.822876,26893.092,0.15351488,1559.0468,0.47753397,0.29189152,0.12459592,0.7056373,142.96097,161.05045,24.86115,198.3592,20.925083,81.26945,2134.741,2.6955862,312.55566,195.80737,362.93027,141.31328,336.25626,33.353764,505.454,0.0,2410.0166,14176.34,37.441635,522.8771,152.27872,43465.863,132.06972,29.094746,168.38947,444.32767,69.98094,30.285297,266.09296,2144.7695,343.10056,182.88637,25.239136,17.461054,385.85403,72.449455,1292.0927,88.03414,2452.6353,174.27809,391.37003,78.313515,141.22334,6.904024,10.98516,16.346275,2.590808,2.1356702,67.85793,67.193695,71.608505,27.738281,28.780598,136.78896,6.8706264,3119.2747,59.08507,75.244286,73.47558,87.71102,220.94081,95.01759,168.0242,16.218294,37.80961,96.77726,293.19318,572.9044,59.4336,296.2324,68.47526,131.98495,274.97153,417.4031,964.19977,171.16364,4.0790772,22.467775,8.698872,39.169743,18851.064,3.0576794,18.71182,30.447447,29.513437,347.78174,48.781586,134.15536,2.8988118,131.38135,402.46014,286.15982,127.80314,509.887,35.505283,99.84806,170.87419,10.954539,1.6094456,10.922632,1321.3691,0.08677486,0.31445116,48.6986,8.31876,3.739185,4.0968637,7.621987,98.37653,35.223675,88.09362,583.96924,234.5779,2033.7004,1877.8656,16.949085,30.608747,11153.74,7.8685484,68.5821,695.0262,130.8076,176.66757,79.35292,409.48297,817.12427,430.7557,17.616455,97.746414,1067.9475,2089.339,48.739582,611.2234,48.36027,1.0934775,62.134644,1.1187603,0.68706477,3.1416094,44.977432,122.844536,257.64102,19.075327,3248.8987,347.99844,124.991486,180.34644,81.3871,95.44338,53.661625,12.209644,104.327286,791.69104,241.18327,131.31708,118.1376,9.271236,135.54713,123.67776,37.463196,743.7223,178.61327,3651.4434,32.491745,3055.3274,78.757545,420.25073,2271.6255,82.238716,9.473165,1193.8508,977.3039,3585.7625,93.731155 +2023-07-30 12:00:00,0.0,17560.8,304.11438,25.414156,34.427513,29.019918,162.74336,24.148407,32.431667,19.912987,20.781372,872.02765,261.2305,8.737586,131.09093,7.5355973,0.6496553,26.812454,10.570421,2.2390065,331.9486,0.24909462,326.14795,42.659603,0.87395287,2.6064692,106.87144,15.954095,37.42115,100.77213,26906.545,0.15280698,1559.1274,0.47661865,0.29134163,0.12424547,0.7035042,142.93692,160.97491,24.85519,198.34274,20.921186,81.3373,2135.7798,2.6938405,312.76245,195.90184,362.96454,141.3109,336.19412,33.373764,505.6973,0.0,2409.6006,14174.536,37.46326,523.10504,152.31512,43463.86,132.06998,29.109377,168.4272,444.56488,70.0131,30.304922,266.1709,2144.8335,343.0877,182.96373,25.252785,17.468887,385.75055,72.47085,1291.4607,87.954834,2453.0737,174.14355,391.4269,78.28522,140.93175,6.9020333,10.980746,16.327116,2.588278,2.1331692,67.864685,67.2127,71.61594,27.756401,28.787743,136.56299,6.868759,3119.5444,58.999077,75.27823,73.384125,87.66381,220.95322,94.9387,168.14516,16.19373,37.79586,96.73933,293.15646,572.5394,59.301613,295.9493,68.43313,132.02946,274.92664,417.59357,964.22144,170.9133,4.079589,22.475403,8.69656,39.166,18855.62,3.054742,18.720625,30.459677,29.480623,347.4352,48.714516,134.04593,2.8983333,131.20686,402.2217,286.0376,127.808556,510.1336,35.515053,99.89751,170.73088,10.950753,1.6090863,10.920616,1320.1885,0.08665662,0.31412363,48.686134,8.323273,3.7389576,4.093784,7.617189,98.30753,35.201412,88.04981,583.6876,234.6151,2033.9143,1878.0585,16.954515,30.61707,11151.626,7.867454,68.59677,695.2267,130.85806,176.7117,79.37379,409.59784,816.9408,430.80264,17.623732,97.778496,1067.9828,2089.6162,48.753254,611.32367,48.37621,1.0935425,62.13808,1.1187618,0.6870921,3.1417756,44.998043,122.85922,257.60556,19.077795,3248.4907,348.1156,125.03226,180.39113,81.39401,95.441536,53.657257,12.222446,104.33871,791.99255,241.29608,131.36737,118.19785,9.252419,135.65784,123.754036,37.445786,743.51697,178.62404,3650.8335,32.484016,3054.3271,78.757034,420.22693,2271.2861,82.245705,9.473315,1193.203,976.2534,3583.0483,93.65756 +2023-07-30 13:00:00,0.0,17562.43,304.31915,25.422268,34.42544,29.0302,162.72969,24.147745,32.4296,19.913218,20.778309,872.432,260.89072,8.735338,131.09119,7.5237894,0.64841485,26.817892,10.552652,2.2403657,331.92697,0.24890126,326.17212,42.6498,0.87470526,2.6062808,106.86988,15.944686,37.369328,100.7214,26920.0,0.15209907,1559.2081,0.4757033,0.29079175,0.123895034,0.7013712,142.91289,160.89937,24.84923,198.32628,20.91729,81.40517,2136.8186,2.692095,312.96924,195.99629,362.99884,141.3085,336.13202,33.393764,505.9406,0.0,2409.1843,14172.733,37.484886,523.33295,152.35153,43461.855,132.07024,29.124008,168.46494,444.80215,70.04526,30.324547,266.2488,2144.8977,343.07486,183.04108,25.266434,17.476719,385.64706,72.49224,1290.8287,87.875534,2453.5122,174.009,391.48373,78.25693,140.64014,6.9000425,10.976333,16.307957,2.5857482,2.1306682,67.87143,67.231705,71.62336,27.77452,28.794888,136.337,6.866892,3119.814,58.913082,75.312164,73.29268,87.6166,220.96564,94.8598,168.26613,16.169167,37.78211,96.701385,293.11978,572.17444,59.169624,295.66626,68.39101,132.07399,274.88174,417.78403,964.24304,170.66296,4.0801,22.48303,8.694247,39.162262,18860.172,3.0518048,18.729427,30.471909,29.44781,347.08865,48.647446,133.9365,2.897855,131.03236,401.98325,285.9154,127.81397,510.38022,35.52482,99.94696,170.58755,10.946966,1.6087271,10.9186,1319.0079,0.08653838,0.31379613,48.67367,8.327785,3.7387302,4.090704,7.612391,98.23854,35.17915,88.006004,583.40594,234.65231,2034.1283,1878.2513,16.959946,30.625391,11149.512,7.86636,68.61145,695.4272,130.90854,176.75581,79.39466,409.71274,816.7574,430.8496,17.63101,97.81058,1068.0182,2089.893,48.766922,611.42395,48.39215,1.0936074,62.14152,1.1187631,0.6871195,3.141942,45.018654,122.87392,257.57013,19.080263,3248.0828,348.23276,125.07303,180.43582,81.400925,95.43968,53.65289,12.235249,104.350136,792.294,241.40889,131.41768,118.258095,9.233602,135.76852,123.83031,37.428375,743.31165,178.63481,3650.2234,32.47629,3053.3267,78.756516,420.20316,2270.9468,82.25269,9.473466,1192.5553,975.203,3580.3345,93.58397 +2023-07-30 14:00:00,0.0,17564.059,304.52393,25.430378,34.42337,29.04048,162.71603,24.147083,32.427536,19.91345,20.775246,872.8364,260.55096,8.73309,131.09143,7.5119815,0.6471744,26.823332,10.534883,2.2417247,331.90533,0.24870789,326.19632,42.63999,0.87545764,2.6060922,106.868324,15.935278,37.317505,100.670654,26933.455,0.15139118,1559.2888,0.47478798,0.29024184,0.123544596,0.6992381,142.88884,160.82384,24.84327,198.30981,20.913393,81.47302,2137.8574,2.6903493,313.17603,196.09074,363.03314,141.30612,336.0699,33.413765,506.1839,0.0,2408.768,14170.931,37.506516,523.56085,152.38794,43459.85,132.0705,29.13864,168.50267,445.03943,70.07742,30.344173,266.32675,2144.9617,343.06198,183.11844,25.28008,17.48455,385.54358,72.51363,1290.1967,87.796234,2453.9507,173.87447,391.5406,78.22863,140.34854,6.8980517,10.971919,16.288797,2.583218,2.1281672,67.87818,67.2507,71.63079,27.79264,28.802032,136.11104,6.865025,3120.0835,58.827087,75.3461,73.20123,87.56939,220.97804,94.78091,168.3871,16.144602,37.768356,96.663445,293.0831,571.80945,59.037632,295.3832,68.34888,132.1185,274.83685,417.9745,964.26465,170.41263,4.0806117,22.490658,8.691936,39.158524,18864.727,3.0488675,18.738232,30.48414,29.414995,346.7421,48.580376,133.82706,2.8973765,130.85786,401.74478,285.79318,127.81939,510.62683,35.534588,99.996414,170.44424,10.94318,1.6083679,10.916584,1317.8274,0.08642015,0.31346864,48.661205,8.332297,3.7385027,4.0876236,7.607593,98.16954,35.15689,87.96219,583.12427,234.68951,2034.3422,1878.4441,16.965376,30.633713,11147.397,7.865266,68.62612,695.6277,130.95901,176.79994,79.41553,409.8276,816.5739,430.89658,17.638287,97.84265,1068.0536,2090.1702,48.780594,611.52423,48.40809,1.0936724,62.14496,1.1187645,0.68714684,3.1421082,45.03926,122.8886,257.53467,19.082733,3247.6748,348.3499,125.1138,180.48051,81.40784,95.437836,53.64852,12.248051,104.36156,792.5955,241.5217,131.46797,118.318344,9.214785,135.87923,123.906586,37.410965,743.10626,178.6456,3649.6133,32.468563,3052.3264,78.756004,420.17935,2270.6077,82.25968,9.473617,1191.9075,974.1525,3577.6204,93.510376 +2023-07-30 15:00:00,0.0,17565.69,304.72873,25.43849,34.4213,29.050758,162.70236,24.146423,32.425472,19.913683,20.772182,873.24084,260.2112,8.730843,131.09169,7.5001736,0.645934,26.82877,10.517114,2.243084,331.8837,0.24851452,326.2205,42.630184,0.87621,2.6059036,106.86677,15.925869,37.265682,100.61991,26946.908,0.15068328,1559.3695,0.47387263,0.28969195,0.12319415,0.69710505,142.86479,160.74829,24.837309,198.29335,20.909496,81.540886,2138.8962,2.6886039,313.3828,196.18521,363.0674,141.30374,336.00778,33.433765,506.42722,0.0,2408.352,14169.128,37.52814,523.7888,152.42435,43457.848,132.07076,29.153273,168.5404,445.27667,70.10958,30.363798,266.40466,2145.026,343.04913,183.19579,25.29373,17.492382,385.4401,72.53503,1289.5647,87.716934,2454.3892,173.73993,391.5974,78.20034,140.05695,6.896061,10.967505,16.269638,2.5806882,2.1256661,67.884926,67.2697,71.63822,27.810759,28.80918,135.88507,6.8631577,3120.3533,58.741093,75.38004,73.10978,87.52218,220.99045,94.702,168.50807,16.120039,37.754604,96.62551,293.0464,571.44446,58.905643,295.10013,68.306755,132.16301,274.79196,418.16492,964.2863,170.1623,4.081123,22.498287,8.689624,39.15478,18869.281,3.0459301,18.747036,30.49637,29.382181,346.39557,48.513306,133.71762,2.8968983,130.68336,401.50635,285.67096,127.824814,510.87344,35.544353,100.04587,170.30092,10.939394,1.6080087,10.914568,1316.6467,0.08630191,0.3131411,48.648743,8.336809,3.7382753,4.0845437,7.6027956,98.10054,35.13463,87.91838,582.84265,234.72672,2034.5562,1878.637,16.970806,30.642036,11145.283,7.8641715,68.64079,695.8282,131.00948,176.84406,79.43639,409.94247,816.3905,430.9435,17.645563,97.87473,1068.089,2090.447,48.794266,611.62445,48.424026,1.0937374,62.148396,1.1187658,0.6871742,3.1422746,45.05987,122.90329,257.49924,19.085201,3247.267,348.46707,125.15457,180.5252,81.41475,95.43599,53.644154,12.260854,104.372986,792.897,241.6345,131.51826,118.378586,9.195968,135.98991,123.982864,37.393555,742.90094,178.65637,3649.0032,32.46084,3051.326,78.75549,420.15558,2270.2683,82.26667,9.473767,1191.2598,973.10205,3574.9065,93.43678 +2023-07-30 16:00:00,0.0,17567.318,304.9335,25.4466,34.419228,29.061039,162.68869,24.145761,32.423405,19.913914,20.76912,873.64526,259.87143,8.728595,131.09193,7.488366,0.64469355,26.834208,10.499345,2.2444432,331.86206,0.24832115,326.24466,42.620377,0.87696236,2.605715,106.86521,15.91646,37.21386,100.56917,26960.363,0.14997537,1559.4502,0.4729573,0.28914204,0.12284371,0.69497204,142.84076,160.67276,24.83135,198.27689,20.905602,81.60875,2139.9353,2.6868582,313.58957,196.27966,363.10168,141.30135,335.94565,33.453762,506.6705,0.0,2407.9358,14167.324,37.549767,524.0167,152.46075,43455.844,132.07101,29.167904,168.57814,445.51395,70.14175,30.383425,266.4826,2145.0898,343.0363,183.27315,25.307379,17.500214,385.3366,72.55642,1288.9326,87.637634,2454.8274,173.60538,391.6543,78.17205,139.76534,6.89407,10.963092,16.250479,2.5781584,2.1231651,67.89168,67.288704,71.645645,27.828878,28.816324,135.6591,6.8612905,3120.6228,58.655098,75.41398,73.01833,87.47497,221.00287,94.62311,168.62903,16.095474,37.740852,96.58757,293.0097,571.07947,58.773655,294.81708,68.264626,132.20752,274.74707,418.35538,964.3079,169.91196,4.0816345,22.505915,8.687312,39.151043,18873.834,3.0429928,18.755838,30.508602,29.349367,346.049,48.446236,133.60818,2.8964198,130.50888,401.26788,285.54874,127.83023,511.12006,35.55412,100.095314,170.15761,10.935607,1.6076496,10.912552,1315.4662,0.08618367,0.3128136,48.636276,8.341322,3.7380478,4.081464,7.5979977,98.03154,35.112366,87.87457,582.561,234.76393,2034.77,1878.8297,16.976236,30.650358,11143.169,7.8630776,68.655464,696.0287,131.05995,176.88817,79.45726,410.05734,816.20703,430.99048,17.652842,97.906815,1068.1243,2090.724,48.807934,611.72473,48.439964,1.0938023,62.151833,1.1187673,0.68720156,3.1424408,45.080482,122.91798,257.4638,19.08767,3246.8591,348.58423,125.19534,180.56989,81.42166,95.43414,53.639786,12.273656,104.38441,793.1985,241.74731,131.56857,118.43883,9.177151,136.10062,124.05914,37.376144,742.6956,178.66714,3648.393,32.453114,3050.3257,78.75498,420.13177,2269.929,82.27366,9.473918,1190.6119,972.05164,3572.1924,93.36318 +2023-07-30 17:00:00,0.0,17568.947,305.13828,25.454712,34.417156,29.07132,162.67503,24.1451,32.42134,19.914146,20.766056,874.0496,259.53168,8.726347,131.0922,7.476558,0.6434531,26.839647,10.481575,2.2458022,331.8404,0.24812777,326.26883,42.610573,0.87771475,2.6055264,106.86365,15.907052,37.16204,100.51843,26973.818,0.14926748,1559.5309,0.47204196,0.28859216,0.122493275,0.69283897,142.81671,160.59721,24.82539,198.26042,20.901705,81.676605,2140.974,2.6851127,313.79636,196.37413,363.136,141.29897,335.88354,33.473763,506.9138,0.0,2407.5195,14165.521,37.571392,524.2446,152.49716,43453.84,132.07127,29.182535,168.61588,445.75122,70.173904,30.40305,266.56052,2145.154,343.02344,183.3505,25.321028,17.508045,385.23312,72.57781,1288.3007,87.558334,2455.2659,173.47084,391.71112,78.14375,139.47374,6.8920794,10.958677,16.23132,2.5756285,2.1206641,67.89842,67.30771,71.653076,27.846998,28.82347,135.43314,6.859423,3120.8923,58.569103,75.447914,72.92689,87.42776,221.01527,94.54421,168.75,16.07091,37.727104,96.54963,292.973,570.7145,58.641666,294.53403,68.2225,132.25203,274.70218,418.54584,964.3295,169.66162,4.0821457,22.513542,8.685,39.147305,18878.389,3.0400558,18.764643,30.520832,29.316551,345.70245,48.379166,133.49875,2.8959415,130.33438,401.02942,285.4265,127.83565,511.36667,35.56389,100.14477,170.01428,10.931821,1.6072904,10.910536,1314.2856,0.08606543,0.3124861,48.623814,8.345834,3.7378204,4.078384,7.5931997,97.96255,35.090107,87.830765,582.2793,234.80113,2034.9839,1879.0226,16.981667,30.65868,11141.056,7.8619833,68.670135,696.2292,131.11041,176.9323,79.47813,410.17224,816.0236,431.0374,17.660118,97.93889,1068.1597,2091.001,48.821606,611.825,48.455902,1.0938673,62.155273,1.1187686,0.6872289,3.1426072,45.101093,122.93267,257.42834,19.090137,3246.4512,348.7014,125.236115,180.61458,81.42857,95.43229,53.635418,12.286458,104.395836,793.5,241.86012,131.61887,118.49908,9.158333,136.2113,124.135414,37.358734,742.4903,178.67792,3647.7832,32.445385,3049.3252,78.75446,420.108,2269.5898,82.280655,9.474069,1189.9641,971.00116,3569.4785,93.28959 +2023-07-30 18:00:00,0.0,17570.576,305.34308,25.462822,34.415085,29.081598,162.66136,24.144438,32.419273,19.914377,20.762995,874.45404,259.1919,8.724099,131.09245,7.4647503,0.6422127,26.845085,10.463806,2.2471614,331.81876,0.24793442,326.293,42.600765,0.87846714,2.605338,106.86209,15.897643,37.110218,100.46769,26987.271,0.14855959,1559.6116,0.47112665,0.28804228,0.12214284,0.6907059,142.79268,160.52168,24.81943,198.24396,20.897808,81.74447,2142.013,2.6833673,314.00314,196.46858,363.1703,141.29659,335.8214,33.493763,507.1571,0.0,2407.1033,14163.719,37.59302,524.4726,152.53357,43451.836,132.07153,29.197166,168.65361,445.98846,70.20606,30.422676,266.63846,2145.218,343.0106,183.42786,25.334675,17.515877,385.12964,72.59921,1287.6687,87.479034,2455.7043,173.33629,391.76794,78.11546,139.18213,6.8900886,10.954264,16.212162,2.5730984,2.118163,67.905174,67.326706,71.6605,27.865118,28.830614,135.20717,6.857556,3121.1619,58.48311,75.48186,72.83544,87.38055,221.02768,94.46532,168.87097,16.046347,37.713352,96.51169,292.9363,570.3495,58.509678,294.25098,68.180374,132.29655,274.6573,418.7363,964.3512,169.41127,4.0826573,22.52117,8.682689,39.143562,18882.943,3.0371184,18.773447,30.533064,29.283737,345.35593,48.312096,133.38931,2.895463,130.15988,400.791,285.30432,127.841064,511.61328,35.573654,100.19422,169.87097,10.928035,1.6069311,10.90852,1313.105,0.085947186,0.31215858,48.611347,8.350347,3.737593,4.0753036,7.588402,97.89355,35.067844,87.78696,581.9977,234.83835,2035.1979,1879.2153,16.987097,30.667002,11138.941,7.8608894,68.684814,696.4297,131.16089,176.97641,79.49899,410.2871,815.84015,431.08438,17.667397,97.97097,1068.1951,2091.2778,48.835274,611.9253,48.471844,1.0939323,62.15871,1.11877,0.6872563,3.1427734,45.1217,122.94736,257.3929,19.092607,3246.0432,348.81854,125.27688,180.65927,81.435486,95.43044,53.63105,12.299261,104.40726,793.80145,241.97293,131.66917,118.55932,9.139516,136.322,124.21169,37.341324,742.285,178.6887,3647.173,32.43766,3048.325,78.75395,420.0842,2269.2505,82.28764,9.474219,1189.3164,969.95074,3566.7644,93.215996 +2023-07-30 19:00:00,0.0,17572.207,305.54785,25.470934,34.413013,29.091879,162.64769,24.143776,32.41721,19.91461,20.759932,874.85846,258.85214,8.721851,131.0927,7.452943,0.6409723,26.850525,10.446037,2.2485204,331.79712,0.24774104,326.31717,42.590958,0.87921953,2.6051495,106.860535,15.888234,37.058395,100.41695,27000.727,0.14785168,1559.6923,0.4702113,0.28749236,0.12179239,0.6885729,142.76863,160.44615,24.813469,198.2275,20.893911,81.812325,2143.0518,2.6816216,314.20993,196.56303,363.20453,141.29419,335.7593,33.513763,507.4004,0.0,2406.687,14161.915,37.614647,524.7005,152.56998,43449.836,132.0718,29.2118,168.69135,446.2257,70.23823,30.4423,266.71637,2145.282,342.99774,183.5052,25.348324,17.523708,385.02615,72.620605,1287.0366,87.39973,2456.1428,173.20175,391.82483,78.087166,138.89053,6.888098,10.94985,16.193003,2.5705686,2.115662,67.91192,67.3457,71.66793,27.883238,28.83776,134.9812,6.8556886,3121.4316,58.397114,75.51579,72.74399,87.333336,221.0401,94.38642,168.99193,16.021782,37.6996,96.473755,292.89963,569.98456,58.377686,293.9679,68.13825,132.34106,274.6124,418.92676,964.3728,169.16093,4.0831685,22.528797,8.680377,39.139824,18887.496,3.034181,18.78225,30.545296,29.250923,345.00937,48.245026,133.27988,2.8949847,129.98538,400.55252,285.1821,127.84648,511.8599,35.58342,100.243675,169.72765,10.924249,1.6065719,10.906504,1311.9244,0.085828945,0.3118311,48.598885,8.354858,3.7373655,4.0722237,7.5836043,97.82455,35.04558,87.74315,581.716,234.87555,2035.4117,1879.4082,16.992527,30.675323,11136.827,7.859795,68.699486,696.6302,131.21136,177.02054,79.51986,410.40198,815.65674,431.13135,17.674673,98.003044,1068.2305,2091.555,48.848946,612.0256,48.48778,1.0939972,62.162148,1.1187714,0.68728364,3.1429398,45.14231,122.96204,257.35745,19.095076,3245.6353,348.93573,125.31765,180.70396,81.4424,95.4286,53.62668,12.312063,104.418686,794.10297,242.08574,131.71947,118.61957,9.120699,136.4327,124.28797,37.323914,742.0796,178.69948,3646.563,32.42993,3047.3245,78.75344,420.06042,2268.9111,82.29463,9.47437,1188.6686,968.90027,3564.0505,93.1424 +2023-07-30 20:00:00,0.0,17573.836,305.75262,25.479044,34.410942,29.10216,162.63403,24.143114,32.415146,19.91484,20.756868,875.2629,258.5124,8.7196045,131.09296,7.441135,0.6397319,26.855963,10.4282675,2.2498796,331.77548,0.24754767,326.34134,42.581154,0.87997186,2.604961,106.85898,15.878826,37.006573,100.3662,27014.182,0.14714378,1559.773,0.46929598,0.28694248,0.12144195,0.68643975,142.74458,160.3706,24.807508,198.21103,20.890015,81.88019,2144.0906,2.679876,314.41672,196.6575,363.23883,141.29181,335.69717,33.533764,507.64368,0.0,2406.271,14160.112,37.636272,524.9284,152.60638,43447.832,132.07205,29.22643,168.7291,446.46295,70.270386,30.461927,266.7943,2145.3462,342.9849,183.58255,25.361973,17.53154,384.92267,72.642,1286.4047,87.32043,2456.5813,173.0672,391.88165,78.058876,138.59892,6.886107,10.9454365,16.173843,2.5680387,2.113161,67.91867,67.36471,71.675354,27.901356,28.844906,134.75522,6.8538213,3121.7012,58.31112,75.54973,72.65254,87.28613,221.0525,94.307526,169.1129,15.997218,37.68585,96.435814,292.8629,569.61957,58.245697,293.68484,68.09612,132.38557,274.5675,419.11722,964.3944,168.9106,4.08368,22.536425,8.678065,39.136086,18892.05,3.0312438,18.791054,30.557526,29.21811,344.6628,48.177956,133.17044,2.8945062,129.81088,400.31406,285.05988,127.8519,512.1065,35.59319,100.29313,169.58434,10.920462,1.6062127,10.904488,1310.7439,0.085710704,0.3115036,48.58642,8.359371,3.737138,4.069144,7.5788064,97.75555,35.023323,87.69934,581.4344,234.91275,2035.6257,1879.6011,16.997957,30.683647,11134.713,7.8587008,68.71416,696.83075,131.26183,177.06465,79.540726,410.51685,815.47327,431.17828,17.68195,98.035126,1068.2657,2091.8318,48.862617,612.1258,48.50372,1.0940622,62.165585,1.1187727,0.687311,3.143106,45.16292,122.97673,257.32202,19.097544,3245.2273,349.0529,125.35842,180.74866,81.44931,95.42675,53.62231,12.324865,104.43011,794.4044,242.19855,131.76976,118.67981,9.101882,136.5434,124.36425,37.306503,741.87427,178.71025,3645.953,32.422207,3046.3242,78.75293,420.03662,2268.572,82.30162,9.474521,1188.0209,967.8498,3561.3367,93.06881 +2023-07-30 21:00:00,0.0,17575.465,305.9574,25.487156,34.40887,29.112438,162.62036,24.142452,32.41308,19.915073,20.753805,875.66724,258.1726,8.717357,131.0932,7.429327,0.63849145,26.8614,10.410499,2.2512388,331.75385,0.2473543,326.3655,42.571346,0.88072425,2.6047723,106.85742,15.869417,36.95475,100.31547,27027.635,0.14643589,1559.8536,0.46838063,0.28639257,0.121091515,0.68430674,142.72055,160.29507,24.80155,198.19455,20.886118,81.948044,2145.1294,2.6781304,314.6235,196.75195,363.27313,141.28943,335.63507,33.553764,507.887,0.0,2405.8547,14158.31,37.657898,525.1564,152.64279,43445.83,132.07231,29.241062,168.76683,446.70023,70.30255,30.481552,266.87222,2145.4102,342.97202,183.65991,25.375622,17.539371,384.81918,72.66339,1285.7726,87.24113,2457.0195,172.93266,391.9385,78.03058,138.30733,6.884116,10.941023,16.154684,2.5655088,2.11066,67.925415,67.38371,71.682785,27.919476,28.85205,134.52925,6.851954,3121.9707,58.225124,75.58367,72.5611,87.23892,221.06491,94.22862,169.23387,15.972654,37.672096,96.39787,292.82623,569.2546,58.11371,293.4018,68.054,132.43008,274.5226,419.30768,964.4161,168.66026,4.084192,22.544052,8.675753,39.132343,18896.605,3.0283065,18.799858,30.569757,29.185295,344.31628,48.110886,133.061,2.8940277,129.6364,400.07562,284.93765,127.857315,512.3531,35.602955,100.342575,169.44101,10.916676,1.6058536,10.902472,1309.5632,0.08559247,0.31117606,48.57395,8.363883,3.7369106,4.066064,7.5740085,97.686554,35.00106,87.65553,581.1527,234.94997,2035.8396,1879.7938,17.003387,30.691969,11132.599,7.857607,68.72883,697.03125,131.3123,177.10878,79.56159,410.6317,815.28986,431.22525,17.689228,98.06721,1068.3011,2092.109,48.876286,612.2261,48.519657,1.0941272,62.169025,1.1187742,0.68733835,3.1432722,45.183533,122.99142,257.28656,19.100014,3244.8196,349.17004,125.39919,180.79335,81.45622,95.4249,53.617943,12.337668,104.441536,794.70593,242.31136,131.82007,118.74006,9.083064,136.65408,124.44052,37.289093,741.66895,178.72102,3645.3428,32.414482,3045.3237,78.75242,420.01285,2268.2327,82.30861,9.474671,1187.373,966.7994,3558.6226,92.99521 +2023-07-30 22:00:00,0.0,17577.096,306.16217,25.495266,34.4068,29.122719,162.60669,24.14179,32.411015,19.915304,20.750742,876.07166,257.83286,8.715109,131.09346,7.417519,0.637251,26.86684,10.39273,2.2525978,331.73218,0.24716093,326.38968,42.56154,0.88147664,2.6045837,106.855865,15.860008,36.902927,100.264725,27041.09,0.14572798,1559.9343,0.4674653,0.2858427,0.12074107,0.68217367,142.6965,160.21953,24.79559,198.17809,20.882221,82.01591,2146.1685,2.676385,314.8303,196.84642,363.30743,141.28703,335.57294,33.573765,508.13028,0.0,2405.4385,14156.507,37.679527,525.3843,152.6792,43443.824,132.07257,29.255693,168.80457,446.9375,70.33471,30.501177,266.95013,2145.4744,342.95917,183.73726,25.389269,17.547203,384.7157,72.684784,1285.1406,87.16183,2457.458,172.79813,391.99533,78.00229,138.01572,6.8821254,10.936608,16.135525,2.5629787,2.1081588,67.93217,67.40271,71.69021,27.937595,28.859196,134.30328,6.8500867,3122.2405,58.13913,75.61761,72.46964,87.19171,221.07733,94.14973,169.35484,15.948091,37.658348,96.35994,292.78952,568.8896,57.98172,293.1187,68.01187,132.4746,274.47775,419.49814,964.4377,168.40993,4.084703,22.55168,8.673441,39.128605,18901.16,3.0253692,18.808662,30.58199,29.152481,343.96973,48.043816,132.95157,2.8935494,129.4619,399.83716,284.81546,127.86273,512.59973,35.61272,100.39203,169.2977,10.9128895,1.6054944,10.900455,1308.3827,0.08547423,0.31084856,48.56149,8.368396,3.7366831,4.0629835,7.5692105,97.61755,34.978798,87.611725,580.8711,234.98717,2036.0536,1879.9867,17.008818,30.70029,11130.484,7.8565125,68.7435,697.23175,131.36278,177.1529,79.58246,410.7466,815.1064,431.2722,17.696505,98.09928,1068.3365,2092.3857,48.889957,612.32635,48.535595,1.0941921,62.172462,1.1187755,0.6873657,3.1434386,45.20414,123.00611,257.25113,19.102482,3244.4116,349.2872,125.439964,180.83804,81.463135,95.42305,53.613575,12.350471,104.45296,795.00745,242.42416,131.87036,118.8003,9.064247,136.76479,124.5168,37.271683,741.4636,178.73181,3644.733,32.406754,3044.3235,78.7519,419.98904,2267.8933,82.3156,9.474822,1186.7253,965.7489,3555.9087,92.921616 +2023-07-30 23:00:00,0.0,17578.725,306.36697,25.503378,34.404728,29.133,162.59303,24.141129,32.40895,19.915537,20.747679,876.4761,257.49307,8.712861,131.0937,7.4057117,0.6360106,26.872278,10.374961,2.253957,331.71054,0.24696757,326.41385,42.551735,0.88222903,2.6043954,106.8543,15.8506,36.85111,100.21398,27054.545,0.14502008,1560.015,0.46654996,0.2852928,0.12039063,0.6800406,142.67247,160.144,24.789629,198.16162,20.878325,82.08376,2147.2073,2.6746392,315.03705,196.94087,363.3417,141.28465,335.51083,33.593765,508.37357,0.0,2405.0222,14154.703,37.701153,525.6122,152.71562,43441.82,132.07283,29.270327,168.8423,447.17474,70.36687,30.520803,267.02808,2145.5383,342.94632,183.81462,25.402918,17.555035,384.6122,72.70618,1284.5085,87.08253,2457.8965,172.66357,392.05222,77.974,137.72412,6.8801346,10.932195,16.116365,2.560449,2.1056578,67.93891,67.421715,71.69764,27.955715,28.866343,134.07732,6.8482194,3122.51,58.053135,75.65154,72.3782,87.1445,221.08974,94.07083,169.4758,15.923527,37.644596,96.322,292.75284,568.5246,57.84973,292.83566,67.96975,132.51912,274.43286,419.6886,964.4593,168.15959,4.0852146,22.559307,8.671129,39.124866,18905.713,3.022432,18.817465,30.59422,29.119667,343.62317,47.976746,132.84213,2.893071,129.2874,399.5987,284.69324,127.86815,512.8463,35.62249,100.44148,169.15437,10.909103,1.6051352,10.898439,1307.2021,0.08535599,0.31052104,48.549023,8.372908,3.7364557,4.0599036,7.564413,97.54855,34.956535,87.56792,580.5894,235.02437,2036.2675,1880.1794,17.014248,30.708612,11128.37,7.8554187,68.75818,697.43225,131.41324,177.197,79.603325,410.86148,814.923,431.31915,17.703781,98.13136,1068.372,2092.6628,48.903625,612.42664,48.551537,1.0942571,62.1759,1.1187769,0.68739307,3.1436048,45.22475,123.0208,257.2157,19.10495,3244.0037,349.40436,125.480736,180.88272,81.47005,95.4212,53.609207,12.363273,104.46438,795.3089,242.53697,131.92065,118.86054,9.04543,136.87547,124.59308,37.254272,741.2583,178.74258,3644.1228,32.39903,3043.323,78.75139,419.96527,2267.5542,82.322586,9.474973,1186.0775,964.6985,3553.1946,92.84802 +2023-07-31 00:00:00,0.0,17580.354,306.57175,25.511488,34.402657,29.143278,162.57936,24.140467,32.406883,19.91577,20.744616,876.8805,257.15332,8.710613,131.09396,7.3939037,0.63477015,26.877716,10.357191,2.255316,331.6889,0.2467742,326.43802,42.541927,0.8829814,2.6042068,106.852745,15.841191,36.799286,100.16324,27068.0,0.14431217,1560.0957,0.46563464,0.2847429,0.12004019,0.6779076,142.64842,160.06845,24.783669,198.14516,20.874428,82.15163,2148.246,2.6728938,315.24384,197.03532,363.37598,141.28226,335.4487,33.613766,508.61688,0.0,2404.6062,14152.9,37.72278,525.84015,152.75203,43439.816,132.07309,29.284958,168.88004,447.412,70.39903,30.540428,267.106,2145.6025,342.93347,183.89197,25.416567,17.562866,384.50873,72.72757,1283.8766,87.00323,2458.335,172.52904,392.10904,77.9457,137.43251,6.878144,10.927781,16.097206,2.557919,2.1031568,67.94566,67.44071,71.70507,27.973835,28.873487,133.85135,6.8463526,3122.7795,57.96714,75.685486,72.28675,87.09729,221.10214,93.991936,169.59677,15.898963,37.630844,96.28406,292.71616,568.1596,57.717743,292.5526,67.92762,132.56363,274.38797,419.87906,964.48096,167.90926,4.085726,22.566935,8.6688175,39.121124,18910.268,3.0194948,18.82627,30.606451,29.086853,343.27664,47.909676,132.7327,2.8925927,129.1129,399.36026,284.571,127.873566,513.09296,35.632256,100.49094,169.01106,10.905316,1.604776,10.896423,1306.0215,0.08523775,0.31019354,48.53656,8.37742,3.7362282,4.0568237,7.559615,97.47955,34.934277,87.52411,580.30774,235.06158,2036.4813,1880.3723,17.019676,30.716934,11126.257,7.8543243,68.77285,697.63275,131.46371,177.24113,79.62419,410.97635,814.7395,431.36612,17.71106,98.163445,1068.4072,2092.9397,48.917297,612.5269,48.567474,1.0943221,62.179337,1.1187782,0.6874204,3.1437712,45.24536,123.035484,257.18024,19.107418,3243.5957,349.5215,125.52151,180.92741,81.47696,95.41936,53.60484,12.376076,104.47581,795.6104,242.64978,131.97096,118.92079,9.026612,136.98618,124.66936,37.236862,741.0529,178.75336,3643.5127,32.3913,3042.3228,78.75088,419.94147,2267.2148,82.329575,9.475123,1185.4298,963.648,3550.4807,92.77443 +2023-07-31 01:00:00,0.0,17581.982,306.77652,25.5196,34.400585,29.153559,162.56569,24.139805,32.40482,19.916,20.741554,877.2849,256.81357,8.708365,131.09421,7.382096,0.6335298,26.883156,10.339422,2.2566752,331.66727,0.24658082,326.4622,42.53212,0.88373375,2.6040182,106.85119,15.831783,36.747463,100.1125,27081.453,0.14360428,1560.1764,0.46471933,0.284193,0.119689755,0.6757745,142.62437,159.99292,24.777708,198.1287,20.870531,82.21948,2149.285,2.671148,315.45062,197.12979,363.41028,141.27988,335.3866,33.633762,508.86017,0.0,2404.19,14151.098,37.744404,526.06805,152.78844,43437.812,132.07335,29.29959,168.91777,447.64926,70.43119,30.560055,267.18393,2145.6665,342.92062,183.96933,25.430216,17.570698,384.4052,72.74896,1283.2446,86.92392,2458.7734,172.39449,392.1659,77.91741,137.14091,6.8761535,10.9233675,16.078047,2.555389,2.1006558,67.95241,67.45972,71.712494,27.991953,28.880632,133.62538,6.8444853,3123.049,57.881145,75.71942,72.195305,87.05008,221.11455,93.91304,169.71774,15.874399,37.617092,96.24612,292.67944,567.7946,57.58575,292.26956,67.8855,132.60814,274.34308,420.0695,964.50256,167.65892,4.0862374,22.574564,8.666506,39.117386,18914.822,3.0165575,18.835073,30.618683,29.054039,342.93008,47.842606,132.62326,2.8921142,128.93842,399.1218,284.4488,127.87898,513.33954,35.642025,100.54039,168.86774,10.90153,1.6044167,10.894406,1304.841,0.08511951,0.30986604,48.524094,8.381932,3.7360008,4.053744,7.554817,97.41056,34.912014,87.4803,580.0261,235.09879,2036.6953,1880.5652,17.025106,30.725258,11124.143,7.85323,68.78752,697.83325,131.51419,177.28525,79.64506,411.09122,814.5561,431.41306,17.718336,98.19552,1068.4426,2093.2168,48.930965,612.62714,48.583412,1.094387,62.182774,1.1187797,0.6874478,3.1439373,45.265972,123.05017,257.1448,19.109888,3243.1877,349.63867,125.56228,180.9721,81.48387,95.4175,53.60047,12.388878,104.48723,795.91187,242.76259,132.02126,118.98103,9.007795,137.09686,124.74563,37.219448,740.8476,178.76413,3642.9026,32.383575,3041.3223,78.75037,419.91766,2266.8755,82.33656,9.475274,1184.782,962.5976,3547.7666,92.700836 +2023-07-31 02:00:00,0.0,17583.613,306.98132,25.52771,34.398514,29.16384,162.55203,24.139143,32.402752,19.916233,20.738491,877.6893,256.4738,8.706118,131.09447,7.370288,0.63228935,26.888594,10.321653,2.2580345,331.64563,0.24638745,326.48636,42.522312,0.88448614,2.6038296,106.84963,15.822374,36.69564,100.06176,27094.908,0.14289638,1560.2571,0.46380398,0.2836431,0.11933931,0.6736415,142.60034,159.91739,24.77175,198.11223,20.866634,82.287346,2150.3237,2.6694026,315.6574,197.22424,363.44458,141.2775,335.32446,33.653763,509.10345,0.0,2403.7737,14149.295,37.766033,526.29596,152.82484,43435.81,132.07361,29.31422,168.9555,447.88654,70.46335,30.57968,267.26184,2145.7305,342.90778,184.04668,25.443863,17.57853,384.30173,72.770355,1282.6125,86.84462,2459.2117,172.25995,392.22272,77.889114,136.8493,6.8741627,10.918954,16.058887,2.552859,2.0981548,67.95916,67.478714,71.719925,28.010073,28.887777,133.39941,6.842618,3123.3188,57.79515,75.75336,72.10385,87.00287,221.12697,93.834145,169.83871,15.849834,37.60334,96.20818,292.64276,567.4296,57.453762,291.98648,67.84337,132.65265,274.2982,420.25995,964.5242,167.40858,4.0867486,22.582191,8.664194,39.113647,18919.375,3.0136201,18.843876,30.630913,29.021223,342.58353,47.775536,132.51382,2.891636,128.76392,398.88336,284.3266,127.8844,513.5862,35.65179,100.589836,168.72443,10.897744,1.6040576,10.89239,1303.6604,0.08500127,0.3095385,48.51163,8.386444,3.7357733,4.0506635,7.5500193,97.34156,34.88975,87.43649,579.74445,235.136,2036.9092,1880.7579,17.030537,30.73358,11122.028,7.852136,68.80219,698.03375,131.56465,177.32938,79.665924,411.2061,814.3726,431.46002,17.725615,98.2276,1068.478,2093.4937,48.944637,612.7274,48.59935,1.094452,62.186214,1.118781,0.6874751,3.1441038,45.28658,123.06486,257.10934,19.112356,3242.7798,349.75583,125.60305,181.0168,81.49078,95.41566,53.596104,12.40168,104.49866,796.2134,242.87538,132.07155,119.04128,8.988978,137.20757,124.82191,37.202038,740.6423,178.77492,3642.2925,32.37585,3040.322,78.749855,419.8939,2266.5364,82.34355,9.475425,1184.1343,961.5471,3545.0527,92.62724 +2023-07-31 03:00:00,0.0,17585.242,307.1861,25.535822,34.396442,29.17412,162.53836,24.138481,32.40069,19.916464,20.735428,878.0937,256.13403,8.70387,131.09471,7.3584805,0.6310489,26.894033,10.303884,2.2593935,331.624,0.2461941,326.51053,42.51251,0.8852385,2.6036413,106.848076,15.812965,36.643818,100.01102,27108.363,0.14218847,1560.3378,0.46288866,0.2830932,0.11898887,0.67150843,142.5763,159.84184,24.765789,198.09576,20.862738,82.35521,2151.3625,2.6676571,315.8642,197.31871,363.47885,141.2751,335.26236,33.673763,509.34677,0.0,2403.3574,14147.491,37.78766,526.5239,152.86125,43433.805,132.07387,29.328854,168.99324,448.12378,70.495514,30.599306,267.33978,2145.7947,342.8949,184.12404,25.457512,17.586363,384.19824,72.791756,1281.9806,86.76532,2459.6501,172.12541,392.2796,77.860825,136.55771,6.872172,10.91454,16.039728,2.5503292,2.0956538,67.965904,67.49772,71.72735,28.028193,28.894924,133.17345,6.8407507,3123.5884,57.709156,75.7873,72.012405,86.95566,221.13937,93.75524,169.95967,15.825271,37.589592,96.17024,292.60605,567.0647,57.321774,291.70343,67.80125,132.69717,274.2533,420.4504,964.54584,167.15825,4.0872602,22.589819,8.661882,39.109905,18923.93,3.0106828,18.85268,30.643145,28.988409,342.237,47.708466,132.40439,2.8911574,128.58942,398.6449,284.20438,127.88982,513.83276,35.661556,100.63929,168.5811,10.893958,1.6036984,10.890374,1302.4797,0.08488303,0.30921102,48.499165,8.390957,3.7355459,4.0475836,7.545222,97.27256,34.867493,87.392685,579.46277,235.1732,2037.1232,1880.9508,17.035967,30.741901,11119.914,7.851042,68.81687,698.23425,131.61513,177.37349,79.6868,411.32098,814.1892,431.50696,17.732891,98.25968,1068.5133,2093.7708,48.95831,612.8277,48.61529,1.094517,62.18965,1.1187824,0.68750244,3.14427,45.30719,123.07955,257.0739,19.114824,3242.372,349.873,125.643814,181.0615,81.497696,95.41381,53.591732,12.414483,104.51008,796.5149,242.98819,132.12186,119.101524,8.970161,137.31825,124.898186,37.184628,740.43695,178.78569,3641.6826,32.368122,3039.3215,78.74934,419.8701,2266.197,82.35054,9.475575,1183.4865,960.49664,3542.3386,92.55365 +2023-07-31 04:00:00,0.0,17586.871,307.39087,25.543934,34.39437,29.184399,162.52469,24.137821,32.398624,19.916697,20.732365,878.4981,255.79427,8.701622,131.09497,7.3466725,0.6298085,26.899471,10.286115,2.2607527,331.60233,0.24600072,326.5347,42.5027,0.8859909,2.6034527,106.84651,15.803557,36.591995,99.96027,27121.816,0.14148058,1560.4185,0.4619733,0.28254333,0.11863843,0.66937536,142.55226,159.76631,24.759829,198.0793,20.85884,82.423065,2152.4016,2.6659114,316.07098,197.41316,363.51315,141.27272,335.20023,33.693764,509.59006,0.0,2402.9414,14145.688,37.809284,526.75183,152.89766,43431.8,132.07413,29.343485,169.03099,448.36102,70.52767,30.61893,267.4177,2145.8586,342.88205,184.20139,25.47116,17.594194,384.09476,72.81315,1281.3485,86.68602,2460.0886,171.99086,392.33643,77.83253,136.2661,6.870181,10.910126,16.020569,2.5477993,2.0931528,67.97265,67.516716,71.73478,28.046312,28.90207,132.94748,6.8388834,3123.858,57.62316,75.821236,71.92096,86.90845,221.15178,93.676346,170.08064,15.800707,37.57584,96.1323,292.56937,566.6997,57.189785,291.42038,67.75912,132.74168,274.2084,420.64087,964.56744,166.90791,4.0877714,22.597446,8.659571,39.106167,18928.484,3.0077457,18.861485,30.655376,28.955595,341.89044,47.641396,132.29495,2.8906791,128.41492,398.40643,284.08215,127.89523,514.0794,35.671326,100.68874,168.43779,10.890171,1.6033392,10.888358,1301.2992,0.084764786,0.3088835,48.486702,8.395469,3.7353184,4.0445037,7.540424,97.20356,34.84523,87.34888,579.18115,235.2104,2037.337,1881.1436,17.041397,30.750223,11117.8,7.849948,68.83154,698.43475,131.66559,177.41762,79.707664,411.43585,814.00574,431.55392,17.740168,98.291756,1068.5487,2094.0476,48.971977,612.928,48.63123,1.094582,62.19309,1.1187837,0.6875298,3.1444364,45.3278,123.09424,257.03845,19.117292,3241.964,349.99014,125.684586,181.10619,81.50461,95.411964,53.587364,12.427285,104.52151,796.81635,243.101,132.17215,119.16177,8.951344,137.42896,124.974464,37.167217,740.2316,178.79646,3641.0725,32.360397,3038.3213,78.748825,419.8463,2265.8577,82.35753,9.475726,1182.8387,959.4462,3539.6248,92.48005 +2023-07-31 05:00:00,0.0,17588.502,307.59564,25.552044,34.392296,29.19468,162.51103,24.13716,32.396557,19.916927,20.729301,878.9025,255.4545,8.699374,131.09521,7.3348646,0.62856805,26.90491,10.268346,2.2621117,331.5807,0.24580735,326.55887,42.492893,0.8867433,2.603264,106.844955,15.794148,36.540176,99.90954,27135.271,0.14077269,1560.4991,0.461058,0.28199342,0.11828799,0.66724235,142.52821,159.69077,24.753868,198.06284,20.854944,82.49093,2153.4404,2.664166,316.27777,197.50761,363.54742,141.27034,335.13812,33.713764,509.83334,0.0,2402.5251,14143.886,37.83091,526.9798,152.93407,43429.797,132.07439,29.358116,169.06873,448.59827,70.55984,30.638557,267.49564,2145.9229,342.8692,184.27875,25.48481,17.602026,383.99127,72.83454,1280.7166,86.60672,2460.527,171.85632,392.39325,77.80424,135.9745,6.8681903,10.905712,16.00141,2.5452693,2.0906518,67.9794,67.53572,71.7422,28.064432,28.909214,132.7215,6.837016,3124.1277,57.537167,75.85517,71.829506,86.86124,221.1642,93.59745,170.20161,15.776143,37.562088,96.09437,292.53268,566.3347,57.057796,291.1373,67.716995,132.7862,274.1635,420.83133,964.58905,166.65758,4.088283,22.605074,8.657258,39.10243,18933.04,3.0048084,18.870289,30.667606,28.922781,341.54388,47.574326,132.18552,2.8902006,128.24043,398.168,283.95993,127.90065,514.326,35.68109,100.7382,168.29446,10.886385,1.60298,10.886342,1300.1185,0.08464655,0.308556,48.474236,8.3999815,3.735091,4.0414233,7.535626,97.13457,34.822968,87.30507,578.89954,235.24762,2037.5509,1881.3364,17.046827,30.758545,11115.686,7.8488536,68.846214,698.63525,131.71606,177.46173,79.72853,411.55072,813.8223,431.6009,17.747446,98.32384,1068.5841,2094.3247,48.98565,613.02826,48.647167,1.0946468,62.196526,1.1187851,0.68755716,3.1446025,45.34841,123.108925,257.00302,19.119762,3241.5562,350.1073,125.72536,181.15088,81.51152,95.41011,53.582996,12.440087,104.53293,797.11786,243.2138,132.22244,119.222015,8.932527,137.53964,125.050735,37.149807,740.0263,178.80724,3640.4624,32.35267,3037.3208,78.748314,419.8225,2265.5186,82.36452,9.475877,1182.1909,958.39575,3536.911,92.406456 +2023-07-31 06:00:00,0.0,17590.13,307.8004,25.560156,34.390224,29.20496,162.49736,24.136497,32.394493,19.91716,20.726238,879.3069,255.11473,8.697126,131.09547,7.3230567,0.6273276,26.910349,10.250576,2.263471,331.55905,0.24561398,326.58304,42.48309,0.88749564,2.6030755,106.8434,15.7847395,36.488354,99.858795,27148.727,0.14006478,1560.5798,0.46014264,0.28144354,0.11793755,0.6651093,142.50418,159.61523,24.747908,198.04637,20.851048,82.558784,2154.4792,2.6624203,316.48453,197.60208,363.58173,141.26794,335.076,33.733765,510.07666,0.0,2402.109,14142.083,37.85254,527.2077,152.97047,43427.793,132.07465,29.372747,169.10646,448.83554,70.591995,30.658182,267.57355,2145.9868,342.85635,184.3561,25.498457,17.609858,383.8878,72.855934,1280.0846,86.52742,2460.9656,171.72177,392.4501,77.77595,135.68289,6.8661995,10.9012985,15.98225,2.5427394,2.0881507,67.986145,67.55472,71.74963,28.082552,28.916359,132.49553,6.835149,3124.3972,57.45117,75.889114,71.73806,86.814026,221.1766,93.518555,170.32259,15.751579,37.548336,96.05643,292.49597,565.9697,56.925804,290.85425,67.674866,132.8307,274.11862,421.0218,964.6107,166.40723,4.088794,22.612701,8.654946,39.098686,18937.592,3.001871,18.879091,30.679838,28.889967,341.19736,47.507256,132.07608,2.8897223,128.06593,397.92953,283.83774,127.90607,514.57263,35.690857,100.78765,168.15115,10.882599,1.6026208,10.884326,1298.938,0.08452831,0.3082285,48.461773,8.404493,3.7348635,4.0383434,7.530828,97.06557,34.80071,87.26126,578.61786,235.28482,2037.7649,1881.5292,17.052258,30.766869,11113.571,7.8477597,68.860886,698.83575,131.76654,177.50584,79.7494,411.6656,813.63885,431.64783,17.754723,98.35591,1068.6195,2094.6016,48.999317,613.12854,48.663105,1.0947118,62.199966,1.1187865,0.6875845,3.144769,45.36902,123.12361,256.9676,19.12223,3241.1482,350.2245,125.76613,181.19557,81.51843,95.408264,53.57863,12.452889,104.54436,797.4193,243.32661,132.27275,119.28226,8.91371,137.65034,125.127014,37.132397,739.8209,178.81802,3639.8523,32.344944,3036.3206,78.7478,419.79874,2265.1792,82.371506,9.4760275,1181.5432,957.34534,3534.1968,92.33286 +2023-07-31 07:00:00,0.0,17591.76,308.00522,25.568266,34.388153,29.215239,162.48369,24.135836,32.392426,19.91739,20.723177,879.7113,254.77496,8.694879,131.09572,7.3112493,0.6260872,26.915787,10.232807,2.26483,331.5374,0.2454206,326.6072,42.47328,0.888248,2.602887,106.84184,15.7753315,36.43653,99.80805,27162.18,0.13935688,1560.6605,0.45922732,0.28089365,0.11758711,0.6629762,142.48013,159.53969,24.74195,198.0299,20.84715,82.62665,2155.518,2.6606748,316.6913,197.69653,363.61603,141.26556,335.0139,33.753765,510.31995,0.0,2401.6929,14140.279,37.874165,527.4356,153.00688,43425.793,132.0749,29.38738,169.1442,449.0728,70.62415,30.677807,267.65146,2146.051,342.8435,184.43346,25.512106,17.61769,383.7843,72.87733,1279.4525,86.44812,2461.4038,171.58723,392.50696,77.74765,135.3913,6.8642087,10.896885,15.963091,2.5402095,2.0856497,67.9929,67.57372,71.75706,28.10067,28.923506,132.26956,6.8332815,3124.6667,57.365177,75.92305,71.646614,86.766815,221.18901,93.43966,170.44354,15.7270155,37.534584,96.018486,292.4593,565.60474,56.793816,290.5712,67.632744,132.87521,274.07373,421.21225,964.6323,166.15689,4.089306,22.620329,8.652635,39.094948,18942.146,2.9989338,18.887896,30.69207,28.857153,340.8508,47.44019,131.96664,2.8892438,127.89143,397.69107,283.7155,127.91148,514.8192,35.700626,100.8371,168.00783,10.878813,1.6022617,10.88231,1297.7574,0.08441007,0.30790097,48.449306,8.409006,3.734636,4.0352635,7.5260305,96.99657,34.778446,87.21745,578.3362,235.32204,2037.9788,1881.722,17.057688,30.77519,11111.458,7.8466654,68.87556,699.03625,131.817,177.54997,79.77026,411.78046,813.45544,431.6948,17.762,98.38799,1068.6548,2094.8787,49.01299,613.22876,48.679043,1.0947767,62.203403,1.1187879,0.6876119,3.1449351,45.38963,123.1383,256.93213,19.124699,3240.7402,350.34164,125.8069,181.24025,81.52535,95.40642,53.57426,12.4656925,104.55578,797.7208,243.43942,132.32304,119.34251,8.894893,137.76103,125.20329,37.114986,739.6156,178.8288,3639.2424,32.33722,3035.32,78.74729,419.77493,2264.8398,82.378494,9.476178,1180.8954,956.29486,3531.483,92.25927 +2023-07-31 08:00:00,0.0,17593.389,308.21,25.576378,34.38608,29.22552,162.47003,24.135174,32.39036,19.917624,20.720114,880.1157,254.4352,8.692631,131.09598,7.2994413,0.6248468,26.921227,10.215038,2.266189,331.51578,0.24522725,326.63138,42.463474,0.8890004,2.6026986,106.84029,15.765923,36.38471,99.75731,27175.635,0.13864899,1560.7412,0.45831198,0.28034374,0.117236674,0.6608432,142.45609,159.46416,24.735989,198.01344,20.843254,82.6945,2156.557,2.658929,316.8981,197.791,363.6503,141.26318,334.95175,33.773766,510.56323,0.0,2401.2764,14138.477,37.89579,527.6636,153.04329,43423.79,132.07516,29.402012,169.18193,449.31006,70.65632,30.697433,267.7294,2146.115,342.83066,184.5108,25.525755,17.62552,383.68082,72.89872,1278.8206,86.36881,2461.8423,171.4527,392.5638,77.71936,135.0997,6.862218,10.892471,15.943932,2.5376794,2.0831487,67.99964,67.59272,71.76449,28.11879,28.93065,132.0436,6.831414,3124.9363,57.279182,75.956985,71.55517,86.71961,221.20143,93.36076,170.56451,15.702452,37.520836,95.980545,292.42258,565.23975,56.661827,290.28815,67.590614,132.91974,274.02884,421.4027,964.65393,165.90656,4.089817,22.627956,8.650323,39.09121,18946.701,2.9959965,18.8967,30.7043,28.824339,340.50424,47.37312,131.85722,2.8887656,127.71694,397.45264,283.5933,127.9169,515.06586,35.710392,100.88655,167.86452,10.875026,1.6019024,10.880294,1296.5768,0.08429183,0.30757347,48.436844,8.413518,3.7344086,4.0321836,7.5212326,96.92757,34.756184,87.173645,578.0545,235.35924,2038.1927,1881.9149,17.063118,30.783512,11109.344,7.845571,68.890236,699.23676,131.86748,177.59409,79.79113,411.89536,813.272,431.74173,17.769278,98.420074,1068.6902,2095.1555,49.02666,613.32904,48.694984,1.0948417,62.20684,1.1187892,0.68763924,3.1451015,45.41024,123.15299,256.8967,19.127169,3240.3323,350.4588,125.84767,181.28494,81.532265,95.40457,53.569893,12.478495,104.56721,798.02234,243.55223,132.37334,119.40275,8.876075,137.87173,125.27957,37.097576,739.4103,178.83957,3638.6323,32.32949,3034.3198,78.74677,419.75116,2264.5007,82.38548,9.476329,1180.2476,955.2444,3528.7688,92.18568 +2023-07-31 09:00:00,0.0,17595.02,308.41476,25.584488,34.38401,29.2358,162.45636,24.134512,32.388298,19.917856,20.71705,880.52014,254.09543,8.690383,131.09622,7.2876334,0.6236064,26.926664,10.197269,2.2675483,331.49414,0.24503388,326.65555,42.45367,0.8897528,2.60251,106.83873,15.756515,36.332886,99.706566,27189.09,0.13794108,1560.8219,0.45739666,0.27979386,0.11688623,0.6587101,142.43205,159.38863,24.730028,197.99698,20.839357,82.76237,2157.5957,2.6571836,317.1049,197.88545,363.6846,141.26079,334.88965,33.793766,510.80655,0.0,2400.8604,14136.674,37.917416,527.8915,153.0797,43421.785,132.07542,29.416643,169.21967,449.54733,70.68848,30.717058,267.8073,2146.179,342.81778,184.58817,25.539404,17.633352,383.57733,72.92011,1278.1885,86.28951,2462.2808,171.31815,392.62064,77.69106,134.80809,6.860227,10.888058,15.924773,2.5351496,2.0806475,68.00639,67.611725,71.77192,28.13691,28.937796,131.81763,6.829547,3125.206,57.193188,75.99093,71.463715,86.6724,221.21384,93.28186,170.68549,15.677887,37.507084,95.94261,292.3859,564.87476,56.52984,290.00507,67.54849,132.96425,273.98398,421.59317,964.6756,165.65622,4.0903287,22.635584,8.648011,39.087467,18951.254,2.9930592,18.905502,30.716532,28.791525,340.1577,47.30605,131.74779,2.888287,127.54244,397.21417,283.47107,127.92232,515.31244,35.72016,100.936005,167.72119,10.87124,1.6015432,10.878278,1295.3962,0.08417359,0.30724597,48.424377,8.418031,3.7341812,4.0291033,7.5164347,96.85857,34.73392,87.12984,577.7729,235.39644,2038.4066,1882.1077,17.068548,30.791834,11107.2295,7.844477,68.90491,699.43726,131.91795,177.63821,79.812,412.01022,813.08856,431.7887,17.776554,98.45215,1068.7256,2095.4326,49.04033,613.4293,48.710922,1.0949067,62.210278,1.1187906,0.6876666,3.1452677,45.43085,123.16768,256.86124,19.129637,3239.9246,350.57596,125.88844,181.32964,81.53918,95.402725,53.565525,12.491297,104.57863,798.3238,243.66504,132.42365,119.463,8.857258,137.98242,125.35585,37.080166,739.20496,178.85034,3638.0222,32.321766,3033.3193,78.74626,419.72736,2264.1614,82.39247,9.47648,1179.5999,954.194,3526.055,92.112076 +2023-07-31 10:00:00,0.0,17596.648,308.61957,25.5926,34.38194,29.246078,162.44269,24.13385,32.38623,19.918087,20.713987,880.9245,253.75568,8.688135,131.09648,7.2758255,0.62236595,26.932102,10.1795,2.2689073,331.47247,0.2448405,326.67972,42.443863,0.8905052,2.6023214,106.837166,15.747106,36.281067,99.65583,27202.543,0.13723318,1560.9026,0.4564813,0.27924395,0.11653579,0.65657705,142.408,159.31308,24.724068,197.98051,20.83546,82.83022,2158.6348,2.655438,317.31168,197.9799,363.71887,141.2584,334.8275,33.813766,511.04984,0.0,2400.444,14134.871,37.939045,528.1194,153.1161,43419.78,132.07568,29.431274,169.2574,449.7846,70.72064,30.736685,267.88525,2146.2432,342.80493,184.66551,25.553051,17.641184,383.47385,72.941505,1277.5565,86.21021,2462.7192,171.18361,392.6775,77.66277,134.5165,6.8582363,10.883643,15.905614,2.5326197,2.0781465,68.01314,67.63073,71.77934,28.15503,28.94494,131.59166,6.82768,3125.4756,57.107193,76.024864,71.37227,86.62519,221.22624,93.202965,170.80646,15.653323,37.493332,95.90467,292.3492,564.50977,56.39785,289.72202,67.50636,133.00876,273.9391,421.7836,964.6972,165.40588,4.0908403,22.643213,8.6456995,39.08373,18955.809,2.990122,18.914307,30.728764,28.75871,339.81116,47.23898,131.63835,2.8878086,127.36794,396.9757,283.34888,127.927734,515.559,35.729927,100.98546,167.57788,10.867454,1.601184,10.876262,1294.2157,0.08405535,0.30691844,48.41191,8.422543,3.7339537,4.0260234,7.5116367,96.78957,34.711662,87.08603,577.4912,235.43365,2038.6205,1882.3005,17.073978,30.800156,11105.115,7.843383,68.91958,699.63776,131.96841,177.68233,79.83286,412.1251,812.9051,431.83566,17.783833,98.48423,1068.761,2095.7095,49.054,613.5296,48.72686,1.0949717,62.21372,1.118792,0.68769395,3.1454341,45.451458,123.182365,256.8258,19.132105,3239.5166,350.6931,125.929214,181.37433,81.54609,95.40087,53.561157,12.5041,104.59006,798.6253,243.77785,132.47394,119.52324,8.838441,138.09312,125.43212,37.062756,738.99963,178.86113,3637.412,32.31404,3032.319,78.74575,419.70358,2263.822,82.39946,9.47663,1178.952,953.1435,3523.3408,92.03848 +2023-07-31 11:00:00,0.0,17598.277,308.82434,25.60071,34.379868,29.25636,162.42903,24.133188,32.384167,19.91832,20.710924,881.3289,253.41591,8.685887,131.09673,7.264018,0.6211255,26.937542,10.161731,2.2702665,331.45084,0.24464713,326.7039,42.434055,0.8912575,2.6021328,106.83561,15.737697,36.229244,99.60509,27215.998,0.13652529,1560.9833,0.455566,0.27869406,0.11618535,0.654444,142.38397,159.23755,24.718107,197.96405,20.831564,82.89809,2159.6736,2.6536925,317.51846,198.07437,363.75317,141.25603,334.7654,33.833763,511.29312,0.0,2400.0278,14133.067,37.96067,528.34735,153.15251,43417.777,132.07594,29.445908,169.29514,450.02185,70.7528,30.75631,267.96317,2146.3071,342.79208,184.74287,25.5667,17.649015,383.37036,72.962906,1276.9244,86.13091,2463.1577,171.04906,392.73434,77.634476,134.22488,6.8562455,10.87923,15.886455,2.5300899,2.0756454,68.01989,67.649734,71.78677,28.17315,28.952087,131.36569,6.825813,3125.745,57.0212,76.05881,71.28082,86.57798,221.23866,93.12407,170.92741,15.628759,37.47958,95.86673,292.3125,564.1448,56.265858,289.43896,67.46424,133.05327,273.8942,421.97406,964.7189,165.15555,4.0913515,22.65084,8.643388,39.079987,18960.363,2.9871848,18.923111,30.740993,28.725895,339.46463,47.17191,131.52892,2.8873303,127.19345,396.73727,283.22665,127.93315,515.80566,35.739693,101.03491,167.43456,10.863667,1.6008248,10.874246,1293.035,0.08393711,0.30659094,48.39945,8.427055,3.7337263,4.0229435,7.5068393,96.72057,34.6894,87.04222,577.2096,235.47086,2038.8345,1882.4933,17.079409,30.808477,11103.001,7.842289,68.93425,699.83826,132.01889,177.72644,79.85373,412.23996,812.7217,431.8826,17.79111,98.51631,1068.7963,2095.9866,49.06767,613.6299,48.742798,1.0950366,62.217155,1.1187934,0.6877213,3.1456003,45.47207,123.19705,256.79037,19.134573,3239.1086,350.81027,125.96998,181.41902,81.553,95.399025,53.55679,12.516902,104.60148,798.92676,243.89066,132.52423,119.58349,8.819624,138.20381,125.5084,37.045345,738.79425,178.8719,3636.802,32.306313,3031.3186,78.74524,419.67978,2263.483,82.40645,9.476781,1178.3043,952.0931,3520.627,91.96489 +2023-07-31 12:00:00,0.0,17599.908,309.0291,25.608822,34.377796,29.26664,162.41536,24.132526,32.382103,19.91855,20.70786,881.73334,253.07614,8.68364,131.09698,7.25221,0.6198851,26.94298,10.143962,2.2716258,331.4292,0.24445376,326.72806,42.424248,0.8920099,2.6019442,106.83405,15.728289,36.17742,99.554344,27229.453,0.13581738,1561.064,0.45465064,0.27814418,0.11583491,0.6523109,142.35992,159.162,24.712149,197.94759,20.827667,82.96594,2160.7124,2.6519468,317.72525,198.16882,363.78748,141.25363,334.70328,33.853764,511.53644,0.0,2399.6118,14131.265,37.982296,528.57526,153.18892,43415.773,132.0762,29.460539,169.33289,450.2591,70.78496,30.775936,268.0411,2146.3713,342.77924,184.82022,25.580349,17.656847,383.26688,72.9843,1276.2925,86.05161,2463.596,170.91452,392.7912,77.606186,133.93329,6.8542547,10.874816,15.867295,2.5275598,2.0731444,68.026634,67.66873,71.7942,28.191267,28.959232,131.13971,6.8239455,3126.015,56.935204,76.09274,71.18937,86.53077,221.25107,93.04517,171.04839,15.604196,37.465828,95.8288,292.27582,563.77985,56.13387,289.15588,67.42211,133.09778,273.8493,422.16452,964.7405,164.90521,4.091863,22.658468,8.641076,39.07625,18964.918,2.9842474,18.931915,30.753225,28.69308,339.11807,47.10484,131.41948,2.8868518,127.01895,396.4988,283.10443,127.93857,516.05225,35.749462,101.08436,167.29124,10.85988,1.6004657,10.87223,1291.8545,0.08381887,0.30626345,48.386982,8.431567,3.7334986,4.0198636,7.5020413,96.65157,34.667137,86.99841,576.9279,235.50806,2039.0483,1882.6862,17.084839,30.816801,11100.887,7.8411946,68.94892,700.03876,132.06935,177.77057,79.874596,412.35483,812.5382,431.92957,17.798386,98.548386,1068.8317,2096.2634,49.08134,613.7301,48.758736,1.0951016,62.220592,1.1187948,0.6877487,3.1457665,45.49268,123.21175,256.7549,19.137043,3238.7007,350.92743,126.01075,181.46371,81.55991,95.39718,53.552418,12.529704,104.6129,799.2283,244.00346,132.57454,119.64373,8.800806,138.31451,125.58468,37.027935,738.5889,178.88268,3636.1921,32.298588,3030.3184,78.74472,419.65598,2263.1436,82.41344,9.476932,1177.6565,951.0426,3517.9128,91.8913 +2023-07-31 13:00:00,0.0,17601.537,309.2339,25.616932,34.375725,29.276918,162.40169,24.131865,32.380035,19.918783,20.704798,882.13776,252.73637,8.681392,131.09723,7.240402,0.61864465,26.94842,10.126192,2.2729847,331.40756,0.2442604,326.75226,42.414444,0.8927623,2.6017559,106.8325,15.71888,36.1256,99.5036,27242.906,0.13510948,1561.1447,0.45373532,0.27759427,0.11548447,0.6501779,142.33588,159.08647,24.706188,197.93112,20.82377,83.033806,2161.7512,2.6502013,317.93204,198.26329,363.82175,141.25125,334.64117,33.873764,511.77972,0.0,2399.1956,14129.462,38.00392,528.80316,153.22533,43413.77,132.07646,29.47517,169.37062,450.49634,70.81712,30.79556,268.11902,2146.4353,342.7664,184.89758,25.593998,17.664679,383.1634,73.00569,1275.6605,85.97231,2464.0344,170.77998,392.84802,77.577896,133.64168,6.852264,10.870402,15.848136,2.52503,2.0706434,68.03339,67.68773,71.80163,28.209387,28.966377,130.91374,6.822078,3126.2844,56.84921,76.12668,71.09792,86.48356,221.26347,92.96628,171.16936,15.579632,37.45208,95.790855,292.2391,563.41486,56.00188,288.87283,67.37999,133.1423,273.8044,422.35498,964.7621,164.65488,4.0923743,22.666096,8.638763,39.07251,18969.47,2.9813101,18.940718,30.765457,28.660267,338.7715,47.03777,131.31004,2.8863735,126.84446,396.26035,282.9822,127.943985,516.2989,35.759228,101.13381,167.14792,10.856094,1.6001065,10.8702135,1290.674,0.083700635,0.30593592,48.37452,8.43608,3.7332711,4.016783,7.4972434,96.58257,34.64488,86.9546,576.6463,235.54527,2039.2623,1882.879,17.09027,30.825123,11098.772,7.8401003,68.9636,700.23926,132.11983,177.81468,79.89546,412.46973,812.3548,431.9765,17.805664,98.58047,1068.8671,2096.5405,49.095013,613.8304,48.774677,1.0951666,62.22403,1.1187961,0.687776,3.145933,45.51329,123.22643,256.71948,19.139511,3238.2927,351.0446,126.05152,181.5084,81.566826,95.39533,53.54805,12.542507,104.62433,799.5297,244.11627,132.62483,119.70397,8.781989,138.4252,125.66096,37.010525,738.3836,178.89345,3635.582,32.29086,3029.3179,78.74421,419.6322,2262.8042,82.420425,9.477082,1177.0088,949.9921,3515.199,91.8177 +2023-07-31 14:00:00,0.0,17603.166,309.43866,25.625044,34.373653,29.287199,162.38803,24.131203,32.37797,19.919014,20.701736,882.5421,252.3966,8.679144,131.09749,7.2285943,0.6174042,26.953857,10.108423,2.274344,331.38593,0.24406703,326.77643,42.404636,0.8935147,2.6015673,106.83094,15.709471,36.073776,99.452866,27256.361,0.13440159,1561.2253,0.45282,0.2770444,0.11513403,0.6480448,142.31184,159.01093,24.700228,197.91466,20.819876,83.10167,2162.79,2.6484559,318.1388,198.35774,363.85602,141.24887,334.57904,33.893764,512.023,0.0,2398.7793,14127.659,38.02555,529.0311,153.26173,43411.766,132.07672,29.489801,169.40836,450.7336,70.84928,30.815187,268.19696,2146.4995,342.75354,184.97493,25.607645,17.67251,383.0599,73.027084,1275.0284,85.89301,2464.473,170.64543,392.90488,77.5496,133.35008,6.850273,10.865989,15.828977,2.5225,2.0681424,68.04013,67.70673,71.80905,28.227507,28.973522,130.68777,6.820211,3126.554,56.763214,76.16062,71.00648,86.43635,221.2759,92.88738,171.29033,15.555068,37.438328,95.752914,292.20242,563.04987,55.869892,288.58978,67.33786,133.18681,273.75952,422.54544,964.78375,164.40454,4.092886,22.673723,8.636452,39.068768,18974.025,2.9783728,18.949522,30.777687,28.627453,338.425,46.9707,131.2006,2.885895,126.66996,396.0219,282.86002,127.9494,516.5455,35.768993,101.183266,167.00461,10.852308,1.5997472,10.868197,1289.4933,0.083582394,0.30560842,48.362053,8.440592,3.7330437,4.0137033,7.4924455,96.51358,34.622616,86.91079,576.3646,235.58247,2039.4762,1883.0718,17.0957,30.833445,11096.659,7.8390064,68.97827,700.43976,132.1703,177.85881,79.91633,412.5846,812.1713,432.02347,17.81294,98.61255,1068.9025,2096.8174,49.10868,613.93066,48.790615,1.0952315,62.22747,1.1187975,0.6878034,3.146099,45.533897,123.24112,256.68402,19.14198,3237.8848,351.16174,126.09229,181.55309,81.57374,95.39348,53.543682,12.555309,104.63575,799.83124,244.22908,132.67514,119.76422,8.763172,138.5359,125.73723,36.993114,738.1783,178.90424,3634.972,32.283134,3028.3176,78.7437,419.6084,2262.465,82.42742,9.477233,1176.361,948.9417,3512.4849,91.74411 +2023-07-31 15:00:00,0.0,17604.795,309.64346,25.633154,34.371582,29.29748,162.37436,24.13054,32.375904,19.919247,20.698673,882.94653,252.05684,8.676897,131.09773,7.216787,0.61616385,26.959295,10.090654,2.2757032,331.3643,0.24387366,326.8006,42.39483,0.8942671,2.6013787,106.829384,15.700063,36.021954,99.40212,27269.816,0.13369368,1561.306,0.45190465,0.27649447,0.11478359,0.6459118,142.2878,158.9354,24.694267,197.89818,20.815979,83.169525,2163.8289,2.6467102,318.34558,198.4522,363.89032,141.24648,334.51694,33.913765,512.2663,0.0,2398.363,14125.855,38.047176,529.25903,153.29814,43409.76,132.07698,29.504435,169.44609,450.9709,70.88145,30.834812,268.27487,2146.5635,342.74066,185.05229,25.621294,17.680342,382.95642,73.04848,1274.3965,85.813705,2464.9114,170.5109,392.96173,77.52131,133.05847,6.8482823,10.861575,15.809817,2.5199702,2.0656414,68.04688,67.72574,71.81648,28.245626,28.980669,130.4618,6.8183436,3126.8235,56.67722,76.19456,70.91503,86.38914,221.2883,92.80848,171.41129,15.530503,37.424576,95.71497,292.16574,562.6849,55.737904,288.30673,67.29574,133.23132,273.71463,422.7359,964.80536,164.1542,4.093397,22.68135,8.63414,39.06503,18978.58,2.9754355,18.958326,30.789919,28.594639,338.07843,46.90363,131.09117,2.8854167,126.49547,395.78345,282.7378,127.95482,516.7921,35.778763,101.23272,166.86128,10.848521,1.599388,10.866181,1288.3127,0.08346415,0.3052809,48.34959,8.445105,3.7328162,4.0106235,7.487648,96.44458,34.600353,86.86698,576.08295,235.61969,2039.6901,1883.2646,17.10113,30.841766,11094.545,7.837912,68.99294,700.6403,132.22076,177.90292,79.937195,412.69946,811.9879,432.07043,17.820219,98.64462,1068.9377,2097.0945,49.122353,614.03094,48.806553,1.0952965,62.230907,1.1187989,0.68783075,3.1462655,45.55451,123.255806,256.6486,19.14445,3237.477,351.2789,126.133064,181.59778,81.58065,95.39163,53.539314,12.568111,104.64718,800.13275,244.34189,132.72543,119.82446,8.744354,138.64659,125.81351,36.975704,737.97296,178.91501,3634.3618,32.27541,3027.3171,78.74319,419.58463,2262.1257,82.43441,9.477384,1175.7133,947.89124,3509.771,91.67052 +2023-07-31 16:00:00,0.0,17606.426,309.84824,25.641266,34.36951,29.307758,162.36069,24.129879,32.37384,19.91948,20.69561,883.35095,251.71709,8.674649,131.09799,7.204979,0.6149234,26.964735,10.072885,2.2770622,331.34262,0.24368028,326.82477,42.385025,0.8950195,2.60119,106.82782,15.690654,35.970135,99.35138,27283.271,0.13298579,1561.3867,0.45098934,0.2759446,0.11443315,0.64377874,142.26376,158.85985,24.688307,197.88171,20.812082,83.23739,2164.868,2.6449647,318.55237,198.54666,363.92462,141.2441,334.4548,33.933765,512.50964,0.0,2397.947,14124.053,38.0688,529.48694,153.33456,43407.758,132.07724,29.519066,169.48383,451.20813,70.913605,30.854437,268.35278,2146.6277,342.7278,185.12964,25.634943,17.688173,382.85294,73.06987,1273.7644,85.734406,2465.3499,170.37634,393.01855,77.49301,132.76688,6.8462915,10.857161,15.790658,2.51744,2.0631404,68.05363,67.744736,71.82391,28.263746,28.987814,130.23584,6.8164763,3127.0933,56.591225,76.22849,70.82358,86.34193,221.3007,92.72958,171.53226,15.5059395,37.410824,95.67704,292.12903,562.3199,55.605915,288.02365,67.25361,133.27583,273.66974,422.92636,964.82697,163.90387,4.093909,22.688978,8.631828,39.06129,18983.133,2.9724984,18.967129,30.80215,28.561825,337.73187,46.83656,130.98174,2.8849382,126.32097,395.54498,282.61557,127.960236,517.0387,35.78853,101.28217,166.71797,10.844735,1.5990288,10.864165,1287.1322,0.08334591,0.3049534,48.337124,8.449616,3.7325888,4.0075436,7.48285,96.37558,34.578094,86.82317,575.8013,235.65689,2039.904,1883.4574,17.106558,30.850088,11092.431,7.836818,69.007614,700.8408,132.27124,177.94705,79.95806,412.81433,811.80444,432.11737,17.827496,98.676704,1068.9731,2097.3713,49.13602,614.1312,48.82249,1.0953615,62.234344,1.1188003,0.6878581,3.1464317,45.57512,123.27049,256.61313,19.146917,3237.069,351.39606,126.173836,181.64247,81.58756,95.389786,53.534946,12.5809145,104.6586,800.4342,244.4547,132.77573,119.88471,8.725537,138.7573,125.889786,36.958294,737.7676,178.92578,3633.7517,32.26768,3026.317,78.742676,419.56082,2261.7864,82.4414,9.477534,1175.0654,946.8408,3507.0571,91.59692 +2023-07-31 17:00:00,0.0,17608.055,310.053,25.649376,34.36744,29.318039,162.34703,24.129217,32.371777,19.91971,20.692547,883.7554,251.37732,8.672401,131.09824,7.193171,0.613683,26.970173,10.055116,2.2784214,331.32098,0.24348693,326.84894,42.375217,0.8957718,2.6010017,106.82626,15.681245,35.918312,99.30064,27296.725,0.13227788,1561.4674,0.450074,0.2753947,0.11408271,0.64164567,142.23972,158.78432,24.682348,197.86525,20.808186,83.305244,2165.9067,2.643219,318.75916,198.64111,363.9589,141.2417,334.3927,33.953766,512.7529,0.0,2397.5308,14122.25,38.090427,529.7149,153.37097,43405.754,132.0775,29.533697,169.52156,451.4454,70.94576,30.874063,268.43073,2146.6917,342.71497,185.207,25.648592,17.696007,382.74942,73.09126,1273.1324,85.655106,2465.788,170.2418,393.0754,77.46472,132.47527,6.844301,10.852747,15.771499,2.5149102,2.0606394,68.06038,67.76373,71.83134,28.281864,28.994959,130.00987,6.814609,3127.3628,56.50523,76.262436,70.73213,86.294716,221.31313,92.65069,171.65323,15.481376,37.397076,95.6391,292.09235,561.9549,55.473923,287.7406,67.21149,133.32036,273.62485,423.11682,964.84863,163.65353,4.09442,22.696606,8.629517,39.05755,18987.688,2.969561,18.975933,30.81438,28.52901,337.38535,46.76949,130.8723,2.88446,126.14648,395.30655,282.49335,127.96565,517.28534,35.798294,101.33162,166.57465,10.840949,1.5986696,10.862148,1285.9515,0.08322767,0.3046259,48.32466,8.454129,3.7323613,4.004463,7.478052,96.30658,34.555832,86.779366,575.51965,235.69409,2040.1179,1883.6503,17.111988,30.858412,11090.316,7.835724,69.02229,701.0413,132.32172,177.99117,79.978935,412.92923,811.62103,432.16434,17.834772,98.708786,1069.0085,2097.6484,49.149693,614.23145,48.838432,1.0954264,62.23778,1.1188016,0.6878854,3.146598,45.59573,123.28519,256.5777,19.149385,3236.6611,351.5132,126.21461,181.68716,81.594475,95.38794,53.53058,12.593717,104.67003,800.7357,244.56749,132.82603,119.944954,8.70672,138.86798,125.966064,36.94088,737.56226,178.93655,3633.1418,32.259956,3025.3164,78.74216,419.53705,2261.4473,82.44839,9.477685,1174.4177,945.79034,3504.343,91.52332 +2023-07-31 18:00:00,0.0,17609.684,310.2578,25.657488,34.365368,29.32832,162.33336,24.128557,32.36971,19.919943,20.689484,884.1597,251.03755,8.670154,131.0985,7.181363,0.61244255,26.975613,10.037347,2.2797804,331.29935,0.24329355,326.8731,42.36541,0.8965242,2.6008132,106.82471,15.671837,35.86649,99.2499,27310.18,0.13156998,1561.5481,0.44915867,0.2748448,0.11373227,0.63951266,142.21568,158.70879,24.676388,197.84879,20.804289,83.37311,2166.9456,2.6414735,318.96594,198.73558,363.9932,141.23932,334.33057,33.973766,512.9962,0.0,2397.1145,14120.447,38.112057,529.9428,153.40738,43403.75,132.07776,29.548328,169.5593,451.68268,70.97793,30.893688,268.50864,2146.7556,342.70212,185.28435,25.66224,17.703838,382.64594,73.112656,1272.5005,85.575806,2466.2266,170.10725,393.13223,77.43643,132.18367,6.8423104,10.848333,15.752339,2.5123804,2.0581384,68.06712,67.78274,71.83877,28.299984,29.002104,129.7839,6.8127418,3127.6323,56.419235,76.29637,70.640686,86.247505,221.32553,92.57179,171.7742,15.456812,37.383324,95.60116,292.05563,561.5899,55.341934,287.45755,67.16936,133.36487,273.57996,423.30728,964.87024,163.40318,4.0949316,22.704233,8.627205,39.05381,18992.242,2.9666238,18.984737,30.826612,28.496197,337.0388,46.70242,130.76286,2.8839815,125.97198,395.06808,282.37115,127.97107,517.5319,35.808064,101.38107,166.43134,10.837163,1.5983105,10.860132,1284.771,0.08310943,0.30429837,48.312195,8.458641,3.7321339,4.0013833,7.473254,96.23759,34.53357,86.73556,575.23804,235.73131,2040.3319,1883.843,17.117418,30.866734,11088.202,7.83463,69.036964,701.2418,132.37218,178.03528,79.9998,413.0441,811.43756,432.21127,17.84205,98.74086,1069.044,2097.9253,49.16336,614.3317,48.85437,1.0954914,62.241222,1.118803,0.68791276,3.1467643,45.616337,123.29987,256.54227,19.151854,3236.2532,351.63037,126.25538,181.73186,81.60139,95.386086,53.52621,12.606519,104.68145,801.0372,244.6803,132.87633,120.005196,8.687903,138.97868,126.042336,36.92347,737.35693,178.94734,3632.5317,32.252228,3024.3162,78.741646,419.51324,2261.108,82.455376,9.477836,1173.7699,944.7399,3501.6292,91.44973 +2023-07-31 19:00:00,0.0,17611.314,310.4626,25.665598,34.363297,29.3386,162.31969,24.127895,32.367645,19.920174,20.68642,884.56415,250.69778,8.667906,131.09874,7.1695557,0.6112021,26.98105,10.019578,2.2811396,331.2777,0.24310018,326.89728,42.355606,0.8972766,2.6006246,106.82315,15.662428,35.814667,99.19916,27323.635,0.13086209,1561.6288,0.44824332,0.2742949,0.113381825,0.6373796,142.19164,158.63324,24.670427,197.83232,20.800392,83.44096,2167.9844,2.6397278,319.17273,198.83003,364.02747,141.23694,334.26846,33.993767,513.2395,0.0,2396.6982,14118.644,38.133682,530.1707,153.44379,43401.75,132.07802,29.562962,169.59703,451.91992,71.010086,30.913315,268.58658,2146.8198,342.68927,185.36171,25.675888,17.71167,382.54245,73.13405,1271.8684,85.496506,2466.665,169.97272,393.18912,77.408134,131.89206,6.8403196,10.84392,15.733181,2.5098503,2.0556371,68.073875,67.80174,71.84619,28.318104,29.00925,129.55794,6.8108745,3127.902,56.33324,76.33031,70.54923,86.2003,221.33794,92.4929,171.89516,15.432248,37.36957,95.563225,292.01895,561.2249,55.209946,287.17447,67.127235,133.40938,273.5351,423.49774,964.89185,163.15285,4.095443,22.71186,8.624893,39.05007,18996.795,2.9636865,18.99354,30.838844,28.463383,336.69223,46.63535,130.65343,2.8835032,125.797485,394.82962,282.24893,127.97649,517.77856,35.81783,101.43053,166.28801,10.833376,1.5979513,10.858116,1283.5905,0.08299119,0.30397087,48.299732,8.463154,3.7319064,3.9983034,7.4684567,96.16859,34.511307,86.69175,574.95636,235.76851,2040.5458,1884.0359,17.122849,30.875055,11086.088,7.8335357,69.051636,701.4423,132.42265,178.0794,80.02067,413.15897,811.25415,432.25824,17.849327,98.77294,1069.0792,2098.2024,49.177032,614.432,48.870308,1.0955564,62.24466,1.1188043,0.6879401,3.1469307,45.636948,123.31456,256.5068,19.154324,3235.8452,351.74756,126.29615,181.77655,81.6083,95.38424,53.521843,12.619321,104.69288,801.3387,244.7931,132.92662,120.065445,8.6690855,139.08937,126.118614,36.90606,737.1516,178.95811,3631.9216,32.244503,3023.3157,78.741135,419.48947,2260.7686,82.462364,9.477986,1173.1222,943.68945,3498.915,91.37614 +2023-07-31 20:00:00,0.0,17612.943,310.66736,25.67371,34.361225,29.348879,162.30603,24.127234,32.36558,19.920406,20.683357,884.96857,250.35802,8.665658,131.099,7.1577477,0.6099617,26.986488,10.001808,2.2824988,331.25607,0.24290681,326.92145,42.3458,0.89802897,2.600436,106.821594,15.65302,35.762844,99.148415,27337.088,0.13015418,1561.7095,0.447328,0.27374503,0.11303139,0.6352465,142.16759,158.55771,24.664467,197.81586,20.796495,83.50883,2169.0232,2.6379824,319.37952,198.92448,364.06177,141.23454,334.20633,34.013763,513.4828,0.0,2396.2822,14116.841,38.155308,530.3987,153.4802,43399.746,132.07828,29.577593,169.63478,452.15717,71.042244,30.93294,268.6645,2146.8838,342.67642,185.43906,25.689537,17.719501,382.43896,73.15545,1271.2365,85.417206,2467.1035,169.83818,393.24594,77.379845,131.60046,6.838329,10.839506,15.714022,2.5073204,2.053136,68.08062,67.82074,71.85362,28.336224,29.016396,129.33197,6.8090076,3128.1716,56.247246,76.36425,70.45779,86.15309,221.35036,92.414,172.01613,15.407684,37.35582,95.52528,291.98227,560.86,55.077957,286.89142,67.085106,133.45389,273.4902,423.68817,964.9135,162.90251,4.0959544,22.71949,8.6225815,39.04633,19001.35,2.9607491,19.002344,30.851074,28.430567,336.3457,46.56828,130.54399,2.8830247,125.622986,394.5912,282.1267,127.9819,518.02515,35.8276,101.47998,166.1447,10.82959,1.5975921,10.8561,1282.4098,0.08287295,0.30364335,48.287266,8.467666,3.731679,3.9952233,7.463659,96.09959,34.489048,86.64794,574.6747,235.80571,2040.7596,1884.2288,17.128279,30.883377,11083.974,7.8324413,69.06631,701.6428,132.47311,178.12352,80.041534,413.27383,811.0707,432.3052,17.856604,98.805016,1069.1146,2098.4792,49.190704,614.5323,48.886246,1.0956213,62.248096,1.1188058,0.6879675,3.1470969,45.65756,123.32925,256.47137,19.156792,3235.4373,351.86472,126.336914,181.82124,81.61521,95.38239,53.51747,12.632124,104.7043,801.6402,244.90591,132.97693,120.12569,8.650269,139.20007,126.19489,36.88865,736.9463,178.96889,3631.3115,32.23678,3022.3154,78.74062,419.46567,2260.4294,82.46935,9.478137,1172.4744,942.639,3496.2012,91.30254 +2023-07-31 21:00:00,0.0,17614.572,310.87213,25.68182,34.359154,29.35916,162.29236,24.126572,32.363514,19.920637,20.680296,885.373,250.01825,8.66341,131.09924,7.14594,0.6087213,26.991928,9.984039,2.2838578,331.23444,0.24271344,326.94562,42.33599,0.89878136,2.6002474,106.82004,15.643611,35.71102,99.09767,27350.543,0.12944628,1561.7902,0.44641265,0.27319512,0.11268095,0.6331135,142.14355,158.48216,24.658506,197.7994,20.792599,83.57668,2170.062,2.6362367,319.58627,199.01895,364.09607,141.23216,334.14423,34.033764,513.7261,0.0,2395.866,14115.038,38.176933,530.6266,153.5166,43397.742,132.07854,29.592224,169.67252,452.3944,71.07441,30.952566,268.74243,2146.948,342.66354,185.51642,25.703186,17.727333,382.33548,73.17684,1270.6044,85.3379,2467.542,169.70363,393.3028,77.35155,131.30885,6.836338,10.835093,15.694862,2.5047905,2.050635,68.08737,67.839745,71.861046,28.354343,29.02354,129.10599,6.8071404,3128.4412,56.16125,76.398186,70.36634,86.10588,221.36276,92.3351,172.1371,15.38312,37.342068,95.48734,291.94556,560.495,54.94597,286.60837,67.042984,133.4984,273.4453,423.87863,964.9351,162.65218,4.0964656,22.727118,8.620269,39.04259,19005.904,2.9578118,19.011148,30.863306,28.397753,335.99915,46.50121,130.43456,2.8825464,125.448494,394.35272,282.0045,127.98732,518.2718,35.837364,101.529434,166.00137,10.825804,1.5972328,10.854084,1281.2292,0.08275472,0.30331585,48.274803,8.472178,3.7314515,3.9921434,7.458861,96.03059,34.466785,86.60413,574.39307,235.84293,2040.9736,1884.4215,17.133709,30.891699,11081.86,7.8313475,69.08098,701.8433,132.52359,178.16765,80.0624,413.3887,810.88727,432.35214,17.863882,98.8371,1069.15,2098.7563,49.204372,614.63257,48.902184,1.0956863,62.251534,1.1188071,0.68799484,3.1472633,45.67817,123.34393,256.4359,19.15926,3235.0295,351.98187,126.377686,181.86592,81.62212,95.38055,53.513103,12.644926,104.71573,801.94165,245.01872,133.02722,120.185936,8.631452,139.31076,126.27117,36.87124,736.74097,178.97966,3630.7014,32.22905,3021.315,78.74011,419.4419,2260.09,82.47634,9.478288,1171.8267,941.58856,3493.487,91.22894 +2023-07-31 22:00:00,0.0,17616.201,311.0769,25.689932,34.357082,29.36944,162.27869,24.12591,32.36145,19.92087,20.677233,885.77734,249.6785,8.661162,131.0995,7.134132,0.6074809,26.997366,9.96627,2.285217,331.21277,0.24252008,326.9698,42.326183,0.8995337,2.600059,106.818474,15.634202,35.659203,99.046936,27363.998,0.12873839,1561.8708,0.44549733,0.27264524,0.11233051,0.6309804,142.1195,158.40663,24.652548,197.78293,20.788702,83.64455,2171.101,2.6344912,319.79306,199.1134,364.13034,141.22978,334.0821,34.053764,513.9694,0.0,2395.4497,14113.235,38.198563,530.8545,153.55301,43395.74,132.0788,29.606855,169.71025,452.63168,71.10657,30.97219,268.82034,2147.012,342.6507,185.59377,25.716833,17.735165,382.232,73.198235,1269.9724,85.2586,2467.9802,169.56909,393.35962,77.32326,131.01726,6.8343472,10.830678,15.675703,2.5022607,2.048134,68.09412,67.85874,71.86848,28.372461,29.030685,128.88002,6.805273,3128.7107,56.075256,76.43212,70.274895,86.05867,221.37517,92.2562,172.25807,15.358556,37.32832,95.4494,291.90887,560.13,54.813976,286.32532,67.000854,133.54292,273.40042,424.0691,964.9567,162.40184,4.096977,22.734745,8.617957,39.038853,19010.459,2.9548748,19.019953,30.875538,28.364939,335.6526,46.43414,130.32512,2.882068,125.273994,394.11426,281.8823,127.99274,518.5184,35.84713,101.57888,165.85806,10.822018,1.5968736,10.852068,1280.0487,0.082636476,0.30298835,48.262337,8.47669,3.731224,3.9890633,7.454063,95.96159,34.444523,86.560326,574.1114,235.88013,2041.1875,1884.6144,17.13914,30.900023,11079.746,7.830253,69.09566,702.0438,132.57407,178.21176,80.08327,413.5036,810.7038,432.3991,17.871159,98.86918,1069.1854,2099.0332,49.218044,614.7328,48.918125,1.0957513,62.254974,1.1188085,0.6880222,3.1474295,45.698776,123.35863,256.40048,19.161728,3234.6216,352.09903,126.41846,181.91061,81.629036,95.37869,53.508736,12.657728,104.72715,802.24316,245.13153,133.07751,120.24618,8.612635,139.42146,126.34744,36.85383,736.5356,178.99045,3630.0916,32.221325,3020.3147,78.73959,419.4181,2259.7507,82.48333,9.478438,1171.1788,940.5381,3490.7732,91.15535 +2023-07-31 23:00:00,0.0,17617.832,311.2817,25.698042,34.35501,29.379719,162.26503,24.125248,32.359383,19.9211,20.67417,886.18176,249.33873,8.658915,131.09975,7.1223245,0.60624045,27.002806,9.948501,2.286576,331.19113,0.2423267,326.99396,42.31638,0.9002861,2.5998704,106.81692,15.624794,35.60738,98.99619,27377.451,0.12803048,1561.9515,0.444582,0.27209532,0.111980066,0.62884736,142.09547,158.33109,24.646587,197.76646,20.784805,83.7124,2172.14,2.6327455,319.99985,199.20787,364.1646,141.22739,334.02,34.073765,514.2127,0.0,2395.0334,14111.432,38.22019,531.08246,153.58942,43393.734,132.07906,29.621489,169.74799,452.86896,71.13873,30.991817,268.8983,2147.0762,342.63785,185.67113,25.730482,17.742996,382.1285,73.21963,1269.3403,85.1793,2468.4187,169.43454,393.4165,77.29496,130.72565,6.8323565,10.826264,15.656544,2.4997306,2.045633,68.10087,67.87775,71.8759,28.390581,29.037832,128.65405,6.803406,3128.9805,55.98926,76.466064,70.18344,86.01146,221.38759,92.17731,172.37903,15.333992,37.314568,95.41147,291.87216,559.765,54.681988,286.04224,66.95873,133.58743,273.35553,424.25955,964.9784,162.1515,4.0974884,22.742373,8.615645,39.03511,19015.012,2.9519374,19.028755,30.887768,28.332125,335.30606,46.36707,130.21568,2.8815897,125.0995,393.87582,281.76007,127.99815,518.765,35.8569,101.628334,165.71474,10.818231,1.5965145,10.850052,1278.868,0.082518235,0.30266082,48.249874,8.481203,3.7309966,3.9859834,7.4492655,95.89259,34.422264,86.51652,573.8297,235.91734,2041.4015,1884.8071,17.14457,30.908344,11077.632,7.8291593,69.11033,702.2443,132.62453,178.25589,80.10413,413.61847,810.5204,432.44604,17.878437,98.90125,1069.2207,2099.3103,49.231712,614.83307,48.934063,1.0958163,62.25841,1.1188098,0.68804955,3.147596,45.719387,123.373314,256.36502,19.164198,3234.2136,352.2162,126.45923,181.9553,81.63595,95.37685,53.504368,12.670531,104.73858,802.5446,245.24434,133.12782,120.30643,8.593817,139.53215,126.42372,36.83642,736.33026,179.00122,3629.4814,32.213596,3019.3142,78.73908,419.39432,2259.4116,82.49032,9.478589,1170.5311,939.4877,3488.059,91.08176 +2023-08-01 00:00:00,0.0,17619.46,311.48648,25.706154,34.35294,29.39,162.25136,24.124586,32.35732,19.921333,20.671106,886.5862,248.99896,8.656667,131.1,7.1105165,0.605,27.008244,9.930732,2.2879353,331.1695,0.24213333,327.01813,42.306572,0.90103847,2.5996819,106.81536,15.615385,35.555557,98.94545,27390.906,0.12732258,1562.0322,0.44366667,0.27154544,0.11162963,0.6267143,142.07143,158.25555,24.640627,197.75,20.780909,83.780266,2173.1787,2.631,320.20663,199.30232,364.1989,141.225,333.95786,34.093765,514.456,0.0,2394.6172,14109.629,38.241814,531.31036,153.62582,43391.73,132.07932,29.63612,169.78572,453.1062,71.17089,31.011442,268.9762,2147.1401,342.625,185.74847,25.744131,17.750828,382.02502,73.24102,1268.7084,85.1,2468.8572,169.3,393.47333,77.26667,130.43405,6.8303657,10.821851,15.637384,2.4972007,2.043132,68.10761,67.89674,71.88333,28.4087,29.044977,128.42809,6.8015385,3129.25,55.903267,76.5,70.091995,85.96425,221.4,92.09841,172.5,15.309428,37.300816,95.37353,291.83548,559.4,54.55,285.7592,66.9166,133.63194,273.31064,424.45,965.0,161.90117,4.098,22.75,8.613334,39.031372,19019.566,2.9490001,19.03756,30.9,28.29931,334.9595,46.3,130.10625,2.8811111,124.925,393.63736,281.63785,128.00357,519.0116,35.866665,101.67779,165.57143,10.814445,1.5961553,10.848036,1277.6875,0.082399994,0.30233333,48.237408,8.485715,3.7307692,3.9829032,7.4444675,95.82359,34.4,86.47271,573.5481,235.95454,2041.6154,1885.0,17.15,30.916666,11075.518,7.828065,69.125,702.4448,132.675,178.3,80.125,413.73334,810.3369,432.493,17.885714,98.933334,1069.2561,2099.5872,49.245384,614.93335,48.95,1.0958812,62.26185,1.1188112,0.6880769,3.147762,45.739998,123.388,256.3296,19.166666,3233.8057,352.33334,126.5,182.0,81.64286,95.375,53.5,12.683333,104.75,802.8461,245.35715,133.17812,120.36667,8.575,139.64285,126.5,36.819008,736.12494,179.012,3628.8713,32.20587,3018.314,78.73857,419.3705,2259.0723,82.49731,9.47874,1169.8833,938.4372,3485.3452,91.00816 +2023-08-01 01:00:00,0.0,17619.615,311.56924,25.722576,34.37189,29.399324,162.28683,24.132,32.37711,19.923214,20.679419,887.09564,248.88872,8.66933,131.16463,7.101625,0.6041869,27.01126,9.9177265,2.2849982,331.23743,0.24198678,327.15738,42.31957,0.9000334,2.596458,106.853806,15.620555,35.57109,98.93428,27391.156,0.1271948,1562.7235,0.44335347,0.27131003,0.1115213,0.62611103,142.10487,158.30182,24.63716,197.68481,20.800547,83.73582,2173.352,2.629866,320.00128,199.15164,364.30823,141.11375,334.0637,34.105278,514.0259,0.0,2394.152,14102.713,38.22005,531.3761,153.59264,43386.98,132.07709,29.622473,169.63127,452.75415,71.135666,30.997726,268.75443,2146.2415,342.5835,185.57552,25.730146,17.745045,382.1312,73.2276,1268.241,85.100136,2469.0332,169.45229,393.28162,77.28878,130.38882,6.8292103,10.819417,15.628682,2.496604,2.0422008,68.12887,67.929375,71.914085,28.44018,29.06849,128.42757,6.808252,3128.857,55.87786,76.47043,70.053055,85.8962,221.46913,92.07917,172.35551,15.303403,37.292126,95.318695,291.74173,559.4675,54.599697,285.80936,66.927475,133.58432,273.30145,424.1243,964.9682,161.89645,4.100481,22.732191,8.607415,39.051212,19020.502,2.9499297,19.058458,30.930914,28.317698,334.9632,46.329212,130.13574,2.8794096,124.93142,393.73022,281.58853,128.04199,518.93976,35.864918,101.67165,165.53537,10.813017,1.5962487,10.847871,1277.2343,0.082366265,0.30220968,48.239223,8.484177,3.7302418,3.9821284,7.446061,95.80533,34.39086,86.4736,573.5298,235.96304,2041.8673,1884.9933,17.167625,30.949316,11074.127,7.827418,69.16319,702.5214,132.7497,178.4174,80.16096,414.00467,810.4685,432.55826,17.901997,99.00412,1069.1581,2099.353,49.288784,615.4184,49.024418,1.0957997,62.260555,1.1184599,0.6878354,3.1467798,45.7812,123.46493,256.21478,19.158646,3232.3767,352.4953,126.62836,182.18112,81.69374,95.35971,53.553314,12.771573,104.7416,802.79865,245.36838,133.20517,120.33942,8.596304,139.66176,126.51579,36.800217,735.85846,178.97221,3626.5964,32.206768,3017.2957,78.74136,419.37442,2257.9417,82.46653,9.483591,1169.5035,938.2141,3483.795,91.00828 +2023-08-01 02:00:00,0.0,17619.77,311.65198,25.738998,34.390842,29.408648,162.32233,24.139414,32.396904,19.925095,20.68773,887.60504,248.77849,8.681993,131.22923,7.0927334,0.60337377,27.014275,9.904722,2.282061,331.30536,0.24184023,327.29663,42.332565,0.8990284,2.593234,106.89226,15.625724,35.58662,98.92311,27391.408,0.12706703,1563.4148,0.4430403,0.2710746,0.11141298,0.6255078,142.13832,158.34807,24.633692,197.61963,20.820185,83.69136,2173.5251,2.6287315,319.79596,199.00098,364.41754,141.0025,334.16953,34.11679,513.59576,0.0,2393.6868,14095.798,38.19829,531.44183,153.55945,43382.23,132.07486,29.608828,169.47684,452.4021,71.10043,30.98401,268.53265,2145.343,342.542,185.40254,25.716162,17.73926,382.2374,73.21418,1267.7734,85.100266,2469.2092,169.60457,393.08987,77.31088,130.34358,6.8280544,10.816983,15.619981,2.4960072,2.0412698,68.150116,67.962006,71.94483,28.471659,29.092003,128.42705,6.814965,3128.4636,55.85246,76.44086,70.014114,85.828156,221.53825,92.05993,172.21103,15.297378,37.283436,95.263855,291.64795,559.53503,54.649395,285.8595,66.93835,133.5367,273.29224,423.7986,964.9364,161.89174,4.1029625,22.714382,8.601497,39.071053,19021.436,2.9508595,19.079355,30.961828,28.336086,334.9669,46.35842,130.16524,2.8777082,124.937836,393.82306,281.5392,128.0804,518.868,35.86317,101.66553,165.49931,10.811589,1.5963422,10.847706,1276.7811,0.082332544,0.30208603,48.24104,8.482639,3.7297146,3.9813533,7.447655,95.787056,34.38172,86.474495,573.5115,235.97153,2042.1193,1884.9867,17.18525,30.981966,11072.737,7.826771,69.201385,702.59796,132.8244,178.53482,80.19691,414.276,810.60016,432.62354,17.91828,99.07491,1069.06,2099.1187,49.33218,615.9034,49.098835,1.095718,62.259266,1.1181086,0.6875939,3.1457975,45.8224,123.54185,256.1,19.150627,3230.948,352.65726,126.75672,182.36223,81.74463,95.34442,53.606632,12.859812,104.7332,802.7511,245.37961,133.23222,120.312164,8.617607,139.68068,126.531586,36.78143,735.5919,178.93242,3624.3218,32.20766,3016.2773,78.744156,419.37836,2256.8113,82.43575,9.488442,1169.1237,937.991,3482.2449,91.00839 +2023-08-01 03:00:00,0.0,17619.924,311.73474,25.75542,34.409794,29.417973,162.3578,24.14683,32.416695,19.926973,20.696043,888.1145,248.66824,8.694655,131.29385,7.083842,0.60256064,27.01729,9.891717,2.279124,331.37332,0.24169369,327.4359,42.34556,0.89802337,2.5900104,106.9307,15.630894,35.602154,98.91195,27391.658,0.12693927,1564.1061,0.44272712,0.27083918,0.111304656,0.62490445,142.17178,158.39433,24.630224,197.55443,20.839823,83.64691,2173.6985,2.6275973,319.5906,198.8503,364.5269,140.89125,334.27536,34.128304,513.16565,0.0,2393.2217,14088.882,38.17653,531.5076,153.52626,43377.48,132.07265,29.59518,169.32239,452.05005,71.06521,30.970295,268.31088,2144.4443,342.50052,185.22958,25.702175,17.733477,382.34357,73.20075,1267.306,85.1004,2469.3855,169.75685,392.8982,77.33299,130.29836,6.826899,10.8145485,15.611279,2.4954102,2.0403385,68.17137,67.994644,71.975586,28.503136,29.115515,128.42653,6.821678,3128.0706,55.827053,76.41129,69.975174,85.76012,221.60739,92.04068,172.06653,15.291351,37.274746,95.20902,291.5542,559.6026,54.699093,285.90967,66.94921,133.48907,273.28305,423.4729,964.90454,161.88702,4.1054435,22.696573,8.595578,39.090893,19022.371,2.9517891,19.100254,30.99274,28.354473,334.97058,46.387634,130.19473,2.8760066,124.94426,393.91592,281.4899,128.11882,518.79614,35.861423,101.65939,165.46326,10.810162,1.5964355,10.847542,1276.3279,0.082298815,0.30196235,48.24286,8.481101,3.7291873,3.9805784,7.449249,95.76879,34.37258,86.47538,573.49316,235.98003,2042.3712,1884.98,17.202875,31.014616,11071.347,7.8261237,69.239586,702.67456,132.8991,178.65222,80.232864,414.5473,810.73175,432.68878,17.93456,99.1457,1068.962,2098.8845,49.37558,616.3884,49.173252,1.0956365,62.257973,1.1177574,0.68735236,3.1448152,45.8636,123.618774,255.9852,19.142607,3229.519,352.81924,126.88508,182.54335,81.79551,95.32913,53.659946,12.948051,104.7248,802.7036,245.39084,133.25926,120.28491,8.638911,139.69958,126.54738,36.762638,735.32544,178.89264,3622.0469,32.208557,3015.2588,78.74695,419.38226,2255.6807,82.40498,9.493294,1168.7439,937.768,3480.6946,91.00851 +2023-08-01 04:00:00,0.0,17620.078,311.81747,25.771843,34.428745,29.427296,162.39328,24.154243,32.43649,19.928854,20.704357,888.6239,248.55801,8.707318,131.35847,7.0749507,0.6017476,27.020306,9.878712,2.2761872,331.44125,0.24154714,327.57516,42.358555,0.8970184,2.5867865,106.969154,15.636064,35.617683,98.90078,27391.908,0.12681149,1564.7974,0.44241393,0.27060375,0.11119633,0.62430114,142.20523,158.4406,24.626757,197.48924,20.85946,83.60246,2173.8718,2.6264632,319.38528,198.69962,364.63623,140.78,334.3812,34.139816,512.7356,0.0,2392.7563,14081.967,38.154766,531.57336,153.49309,43372.73,132.07042,29.581535,169.16795,451.698,71.02998,30.95658,268.0891,2143.5457,342.459,185.05663,25.68819,17.727692,382.44977,73.18733,1266.8385,85.10053,2469.5615,169.90915,392.70645,77.355095,130.25311,6.8257437,10.812115,15.602576,2.4948134,2.0394075,68.19262,68.027275,72.00634,28.534615,29.139029,128.42601,6.828391,3127.6775,55.80165,76.38172,69.93623,85.69207,221.67651,92.02144,171.92204,15.285326,37.266052,95.15419,291.46042,559.6701,54.74879,285.9598,66.96008,133.44145,273.27383,423.1472,964.87274,161.88231,4.107925,22.678764,8.58966,39.110733,19023.307,2.9527187,19.121151,31.023655,28.372862,334.97427,46.416843,130.22423,2.874305,124.950676,394.0088,281.4406,128.15723,518.7243,35.859676,101.65326,165.4272,10.808734,1.596529,10.847377,1275.8746,0.08226509,0.3018387,48.244675,8.479563,3.7286599,3.9798033,7.4508424,95.75053,34.36344,86.47627,573.47485,235.98851,2042.6232,1884.9734,17.2205,31.047266,11069.957,7.8254766,69.27778,702.7511,132.9738,178.76962,80.268814,414.81863,810.8634,432.75403,17.950844,99.21649,1068.864,2098.6501,49.41898,616.8734,49.24767,1.095555,62.256683,1.1174061,0.68711084,3.143833,45.9048,123.6957,255.8704,19.134586,3228.09,352.9812,127.01344,182.72446,81.84639,95.31384,53.71326,13.03629,104.7164,802.6561,245.40208,133.28632,120.25766,8.660214,139.7185,126.56317,36.743847,735.0589,178.85284,3619.7722,32.209454,3014.2405,78.74975,419.3862,2254.55,82.37421,9.498145,1168.3641,937.5449,3479.1443,91.00862 +2023-08-01 05:00:00,0.0,17620.234,311.90024,25.788265,34.447697,29.43662,162.42877,24.161657,32.45628,19.930735,20.71267,889.13336,248.44777,8.71998,131.4231,7.066059,0.60093445,27.023321,9.865706,2.27325,331.5092,0.24140058,327.71442,42.37155,0.8960133,2.5835626,107.0076,15.6412325,35.633217,98.88961,27392.158,0.12668371,1565.4886,0.44210076,0.27036834,0.11108801,0.6236979,142.23868,158.48685,24.62329,197.42406,20.879099,83.558014,2174.0452,2.625329,319.17993,198.54895,364.74554,140.66876,334.48703,34.15133,512.3055,0.0,2392.291,14075.051,38.133007,531.6391,153.4599,43367.98,132.06819,29.567888,169.0135,451.34595,70.99476,30.942863,267.86734,2142.6472,342.4175,184.88365,25.674206,17.721909,382.55594,73.17391,1266.3711,85.10067,2469.7375,170.06143,392.51474,77.377205,130.20789,6.824588,10.809681,15.593875,2.4942167,2.0384762,68.213875,68.059906,72.03709,28.566093,29.16254,128.42549,6.8351045,3127.2842,55.776245,76.35215,69.8973,85.62402,221.74565,92.0022,171.77756,15.279301,37.257362,95.09935,291.36667,559.7376,54.79849,286.00998,66.970955,133.39383,273.26465,422.82147,964.84094,161.8776,4.110406,22.660954,8.583741,39.13057,19024.24,2.9536483,19.14205,31.05457,28.391249,334.97794,46.446056,130.25372,2.8726037,124.95709,394.10162,281.3913,128.19565,518.65247,35.85793,101.64713,165.39114,10.807306,1.5966225,10.847212,1275.4215,0.082231365,0.30171505,48.24649,8.4780245,3.7281327,3.9790285,7.4524364,95.732254,34.3543,86.477165,573.45654,235.99701,2042.8751,1884.9667,17.238125,31.079916,11068.566,7.8248296,69.31597,702.8277,133.0485,178.88704,80.30477,415.08997,810.995,432.8193,17.967127,99.28728,1068.7661,2098.416,49.462376,617.35846,49.32209,1.0954734,62.25539,1.1170548,0.6868693,3.1428506,45.946003,123.77262,255.75562,19.126568,3226.6614,353.14316,127.1418,182.90558,81.89728,95.29855,53.76658,13.12453,104.708,802.6086,245.41331,133.31337,120.230415,8.681519,139.73741,126.578964,36.72506,734.7924,178.81306,3617.4973,32.210346,3013.2222,78.75254,419.3901,2253.4197,82.34343,9.502996,1167.9843,937.32184,3477.5942,91.00874 +2023-08-01 06:00:00,0.0,17620.389,311.983,25.804688,34.46665,29.445946,162.46425,24.169071,32.47607,19.932615,20.720982,889.6428,248.33752,8.732643,131.4877,7.0571675,0.6001213,27.026337,9.852702,2.270313,331.57712,0.24125403,327.85367,42.38455,0.89500827,2.5803387,107.04605,15.646402,35.648746,98.87844,27392.41,0.12655593,1566.1799,0.44178757,0.2701329,0.11097968,0.62309456,142.27213,158.53311,24.619823,197.35887,20.898737,83.51356,2174.2183,2.6241946,318.9746,198.39827,364.85486,140.55751,334.59286,34.162846,511.87537,0.0,2391.826,14068.136,38.111244,531.70483,153.42671,43363.227,132.06596,29.554241,168.85907,450.9939,70.959526,30.929148,267.64554,2141.7485,342.376,184.7107,25.660221,17.716125,382.6621,73.16049,1265.9036,85.10081,2469.9136,170.21371,392.323,77.399315,130.16266,6.8234324,10.807247,15.585173,2.49362,2.0375452,68.23512,68.09254,72.06784,28.597572,29.186054,128.42497,6.841818,3126.891,55.75084,76.32258,69.85836,85.55598,221.81477,91.982956,171.63307,15.273275,37.248672,95.04452,291.2729,559.8051,54.848186,286.06012,66.98183,133.3462,273.25546,422.4958,964.80914,161.87288,4.1128874,22.643145,8.577823,39.15041,19025.176,2.9545782,19.162947,31.085484,28.409636,334.98163,46.47527,130.2832,2.870902,124.96351,394.1945,281.34198,128.23407,518.5807,35.856182,101.641,165.35509,10.805879,1.5967159,10.847047,1274.9683,0.08219764,0.3015914,48.248306,8.476487,3.7276053,3.9782536,7.45403,95.71399,34.34516,86.47806,573.43823,236.0055,2043.1272,1884.96,17.25575,31.112566,11067.176,7.8241825,69.354164,702.9043,133.12318,179.00444,80.34073,415.3613,811.12665,432.88455,17.98341,99.35806,1068.6681,2098.1816,49.505775,617.84344,49.396507,1.0953918,62.254097,1.1167035,0.6866278,3.1418686,45.9872,123.84955,255.64081,19.118547,3225.2324,353.3051,127.270164,183.0867,81.94816,95.283264,53.819893,13.212769,104.6996,802.5611,245.42455,133.34042,120.20316,8.702823,139.75633,126.59476,36.70627,734.5259,178.77328,3615.2227,32.211243,3012.2039,78.75533,419.39404,2252.289,82.31265,9.507847,1167.6045,937.09875,3476.044,91.00886 +2023-08-01 07:00:00,0.0,17620.543,312.06573,25.82111,34.4856,29.455269,162.49973,24.176485,32.495865,19.934496,20.729294,890.1522,248.2273,8.745306,131.55232,7.048276,0.5993082,27.029352,9.839697,2.267376,331.64508,0.24110748,327.99295,42.39754,0.8940033,2.5771148,107.084496,15.651572,35.66428,98.86727,27392.66,0.12642816,1566.8713,0.4414744,0.2698975,0.11087137,0.6224913,142.30557,158.57936,24.616356,197.29369,20.918375,83.46911,2174.3916,2.6230605,318.76926,198.24759,364.96417,140.44626,334.6987,34.17436,511.44525,0.0,2391.3606,14061.22,38.08948,531.77057,153.39352,43358.477,132.06374,29.540596,168.70462,450.64185,70.9243,30.915432,267.42377,2140.8499,342.3345,184.53773,25.646236,17.71034,382.7683,73.14707,1265.4362,85.10094,2470.0896,170.366,392.1313,77.42142,130.11742,6.8222766,10.804813,15.57647,2.4930232,2.036614,68.25638,68.12517,72.098595,28.629051,29.209566,128.42445,6.848531,3126.498,55.725437,76.293015,69.81942,85.48793,221.88391,91.96371,171.48857,15.267249,37.239983,94.989685,291.17914,559.8726,54.89788,286.1103,66.9927,133.2986,273.24625,422.17007,964.77734,161.86815,4.1153684,22.625336,8.571904,39.17025,19026.111,2.9555078,19.183846,31.116398,28.428024,334.98532,46.50448,130.3127,2.8692005,124.96993,394.28735,281.29266,128.27248,518.50885,35.854435,101.634865,165.31903,10.804451,1.5968094,10.846882,1274.515,0.08216391,0.30146775,48.250122,8.474949,3.7270782,3.9774785,7.4556236,95.695724,34.33602,86.47895,573.42,236.01399,2043.3792,1884.9534,17.273376,31.145216,11065.786,7.8235354,69.392365,702.98083,133.19789,179.12184,80.37668,415.63263,811.25824,432.9498,17.999693,99.428856,1068.5701,2097.9475,49.54917,618.3285,49.470924,1.0953102,62.252808,1.1163522,0.6863863,3.1408863,46.028404,123.926476,255.52602,19.110529,3223.8037,353.46707,127.39852,183.2678,81.99905,95.267975,53.873207,13.301008,104.69119,802.51355,245.43578,133.36748,120.17591,8.724126,139.77524,126.61055,36.687477,734.2594,178.73349,3612.9478,32.21214,3011.1853,78.758125,419.39795,2251.1587,82.281876,9.512698,1167.2247,936.8757,3474.494,91.00897 +2023-08-01 08:00:00,0.0,17620.697,312.1485,25.837532,34.50455,29.464594,162.53522,24.1839,32.515656,19.936377,20.737606,890.6617,248.11705,8.757969,131.61694,7.0393844,0.59849507,27.032368,9.826692,2.2644389,331.713,0.24096093,328.1322,42.410538,0.8929982,2.573891,107.12295,15.656741,35.67981,98.8561,27392.91,0.12630038,1567.5626,0.44116122,0.26966205,0.11076304,0.62188804,142.33904,158.62563,24.612888,197.2285,20.938013,83.42466,2174.565,2.6219263,318.56393,198.09692,365.0735,140.335,334.80457,34.18587,511.01514,0.0,2390.8955,14054.305,38.067722,531.83636,153.36034,43353.727,132.06152,29.526949,168.55019,450.2898,70.88908,30.901716,267.202,2139.9514,342.293,184.36476,25.632252,17.704557,382.87448,73.133644,1264.9686,85.101074,2470.2659,170.51828,391.93958,77.44353,130.07219,6.821121,10.802379,15.567769,2.4924262,2.035683,68.277626,68.1578,72.12934,28.66053,29.23308,128.42392,6.855244,3126.1047,55.70003,76.26344,69.78048,85.41989,221.95303,91.944466,171.34409,15.261224,37.231293,94.93485,291.08536,559.9401,54.94758,286.16043,67.00356,133.25098,273.23706,421.84436,964.74554,161.86343,4.1178493,22.607527,8.565986,39.19009,19027.045,2.9564373,19.204742,31.147312,28.446411,334.989,46.53369,130.3422,2.867499,124.97635,394.3802,281.24335,128.3109,518.437,35.852688,101.62874,165.28297,10.803022,1.5969027,10.846718,1274.0618,0.082130186,0.30134407,48.251938,8.473411,3.7265508,3.9767036,7.4572177,95.67745,34.32688,86.479836,573.4017,236.02248,2043.6311,1884.9467,17.291002,31.177866,11064.3955,7.8228884,69.43056,703.05743,133.27258,179.23926,80.412636,415.90396,811.3899,433.01508,18.015974,99.49964,1068.472,2097.7131,49.59257,618.8135,49.54534,1.0952287,62.251514,1.1160009,0.68614477,3.139904,46.069603,124.003395,255.41122,19.102509,3222.3748,353.62903,127.52688,183.44893,82.04993,95.252686,53.926525,13.389247,104.68279,802.46606,245.447,133.39453,120.14866,8.74543,139.79416,126.62634,36.66869,733.99286,178.69371,3610.673,32.213036,3010.167,78.76092,419.4019,2250.028,82.25111,9.5175495,1166.8448,936.65265,3472.9436,91.00909 +2023-08-01 09:00:00,0.0,17620.852,312.23126,25.853954,34.523502,29.473919,162.5707,24.191315,32.53545,19.938255,20.745918,891.1711,248.00682,8.770632,131.68156,7.030493,0.59768194,27.035383,9.813686,2.2615018,331.78094,0.24081439,328.27145,42.423534,0.8919932,2.5706673,107.16139,15.661911,35.695343,98.84494,27393.162,0.12617262,1568.2539,0.44084802,0.26942664,0.11065472,0.6212847,142.37248,158.67189,24.60942,197.1633,20.957651,83.3802,2174.738,2.620792,318.35858,197.94624,365.1828,140.22375,334.9104,34.197384,510.58502,0.0,2390.4302,14047.389,38.04596,531.9021,153.32715,43348.977,132.0593,29.513304,168.39574,449.93774,70.85384,30.888,266.98022,2139.0527,342.25153,184.1918,25.618265,17.698772,382.98068,73.120224,1264.5012,85.10121,2470.442,170.67056,391.74786,77.46563,130.02695,6.819966,10.799945,15.559067,2.4918294,2.0347517,68.29888,68.19043,72.160095,28.692007,29.256592,128.4234,6.861957,3125.7117,55.67463,76.23387,69.74154,85.351845,222.02217,91.925224,171.1996,15.2551985,37.222603,94.88001,290.9916,560.0077,54.997276,286.2106,67.014435,133.20335,273.22784,421.51865,964.7137,161.85872,4.120331,22.589718,8.560067,39.20993,19027.98,2.957367,19.225641,31.178225,28.464798,334.9927,46.562904,130.37169,2.8657975,124.982765,394.47305,281.19403,128.3493,518.3652,35.85094,101.622604,165.24692,10.801595,1.5969962,10.846553,1273.6086,0.08209646,0.30122042,48.253757,8.471872,3.7260234,3.9759288,7.4588113,95.65919,34.317745,86.48073,573.38336,236.03098,2043.883,1884.94,17.308626,31.210516,11063.006,7.8222413,69.46875,703.13403,133.34727,179.35666,80.448586,416.17526,811.5215,433.08032,18.032257,99.570435,1068.374,2097.479,49.63597,619.2985,49.61976,1.0951471,62.25022,1.1156497,0.68590325,3.1389217,46.110806,124.08032,255.29643,19.094488,3220.9458,353.79102,127.65524,183.63004,82.10081,95.2374,53.97984,13.477487,104.67439,802.4186,245.45824,133.42157,120.12141,8.766734,139.81306,126.642136,36.6499,733.7264,178.65393,3608.3982,32.21393,3009.1487,78.76371,419.4058,2248.8975,82.22033,9.522401,1166.4651,936.42957,3471.3933,91.0092 +2023-08-01 10:00:00,0.0,17621.006,312.314,25.870377,34.542458,29.483242,162.60617,24.198729,32.55524,19.940136,20.75423,891.68054,247.89658,8.783295,131.74617,7.021601,0.5968688,27.038399,9.800682,2.2585647,331.84888,0.24066783,328.4107,42.43653,0.8909882,2.5674434,107.199844,15.667081,35.710873,98.83377,27393.412,0.12604484,1568.9452,0.44053486,0.2691912,0.110546395,0.62068146,142.40593,158.71814,24.605953,197.09811,20.97729,83.335754,2174.9114,2.6196578,318.15326,197.79558,365.29214,140.1125,335.01624,34.208897,510.15494,0.0,2389.9648,14040.474,38.024197,531.96783,153.29396,43344.227,132.05707,29.499657,168.2413,449.5857,70.81862,30.874285,266.75845,2138.154,342.21002,184.01884,25.60428,17.69299,383.08685,73.106804,1264.0338,85.10134,2470.618,170.82285,391.55612,77.48774,129.98172,6.81881,10.797511,15.5503645,2.4912326,2.0338206,68.32013,68.22307,72.19085,28.723486,29.280104,128.42288,6.8686705,3125.3186,55.649223,76.2043,69.7026,85.2838,222.09131,91.90598,171.05511,15.249173,37.21391,94.82518,290.89783,560.0752,55.046974,286.26074,67.02531,133.15573,273.21866,421.19296,964.6819,161.854,4.122812,22.571909,8.554149,39.22977,19028.914,2.9582968,19.246538,31.209139,28.483187,334.9964,46.592113,130.40118,2.864096,124.98918,394.56592,281.1447,128.38773,518.2934,35.849194,101.61647,165.21086,10.800167,1.5970896,10.846388,1273.1554,0.08206273,0.30109677,48.255573,8.470335,3.7254963,3.9751537,7.460405,95.640915,34.308605,86.48162,573.36505,236.03946,2044.135,1884.9333,17.326252,31.243166,11061.615,7.8215947,69.50694,703.2106,133.42198,179.47406,80.48454,416.4466,811.65314,433.1456,18.04854,99.64122,1068.276,2097.2446,49.679367,619.7835,49.694176,1.0950655,62.24893,1.1152984,0.6856618,3.1379395,46.152004,124.15725,255.18163,19.08647,3219.517,353.95297,127.7836,183.81116,82.151695,95.22211,54.033154,13.565726,104.66599,802.37103,245.46947,133.44862,120.094154,8.788037,139.83199,126.65793,36.631107,733.4599,178.61414,3606.1233,32.214825,3008.1304,78.7665,419.40973,2247.767,82.18955,9.527252,1166.0853,936.2065,3469.8433,91.009315 +2023-08-01 11:00:00,0.0,17621.16,312.39676,25.886799,34.56141,29.492567,162.64166,24.206142,32.57503,19.942017,20.762543,892.19,247.78633,8.795958,131.81079,7.0127096,0.59605575,27.041414,9.787677,2.2556279,331.91684,0.24052128,328.55,42.449524,0.8899831,2.5642195,107.23829,15.67225,35.726406,98.8226,27393.662,0.12591706,1569.6365,0.44022167,0.2689558,0.11043807,0.62007815,142.43938,158.7644,24.602486,197.03293,20.996927,83.291306,2175.0847,2.6185236,317.9479,197.6449,365.4015,140.00125,335.12207,34.22041,509.72482,0.0,2389.4998,14033.558,38.002438,532.03357,153.26077,43339.477,132.05484,29.486012,168.08685,449.23364,70.783394,30.860569,266.53668,2137.2556,342.16852,183.84587,25.590296,17.687204,383.19302,73.09338,1263.5663,85.10148,2470.794,170.97514,391.3644,77.50985,129.9365,6.8176546,10.795077,15.541663,2.4906359,2.0328894,68.341385,68.25569,72.221596,28.754965,29.303617,128.42236,6.8753834,3124.9253,55.62382,76.17473,69.66366,85.21575,222.16043,91.886734,170.91061,15.243147,37.20522,94.77035,290.80408,560.1427,55.096672,286.3109,67.03618,133.10811,273.20947,420.86725,964.6501,161.84929,4.1252933,22.5541,8.548231,39.24961,19029.85,2.9592264,19.267437,31.240053,28.501574,335.0001,46.621326,130.43068,2.8623946,124.9956,394.65875,281.09543,128.42613,518.22156,35.847443,101.610344,165.1748,10.798739,1.5971831,10.846223,1272.7021,0.08202901,0.30097312,48.25739,8.468797,3.724969,3.9743788,7.461999,95.62265,34.299465,86.48251,573.34674,236.04796,2044.387,1884.9266,17.343878,31.275818,11060.226,7.8209476,69.545135,703.2872,133.49667,179.59146,80.5205,416.71793,811.7847,433.21085,18.064823,99.712006,1068.178,2097.0105,49.722767,620.26855,49.768593,1.0949839,62.24764,1.1149471,0.6854203,3.1369572,46.193207,124.23417,255.06683,19.07845,3218.0881,354.11493,127.911964,183.99228,82.202576,95.20682,54.086468,13.653965,104.65759,802.32355,245.48071,133.47568,120.0669,8.809341,139.85089,126.67372,36.61232,733.19336,178.57436,3603.8486,32.21572,3007.1118,78.769295,419.41364,2246.6365,82.158775,9.532104,1165.7054,935.9834,3468.293,91.00943 +2023-08-01 12:00:00,0.0,17621.314,312.4795,25.903221,34.58036,29.50189,162.67714,24.213556,32.594826,19.943897,20.770855,892.6994,247.6761,8.80862,131.87541,7.0038185,0.5952426,27.04443,9.774672,2.2526908,331.98477,0.24037473,328.68924,42.46252,0.8889781,2.5609956,107.27674,15.67742,35.741936,98.81143,27393.914,0.12578928,1570.3278,0.43990847,0.26872036,0.11032975,0.6194748,142.47282,158.81067,24.599018,196.96774,21.016565,83.24685,2175.2578,2.6173894,317.74258,197.49422,365.5108,139.89,335.2279,34.231922,509.2947,0.0,2389.0344,14026.642,37.980675,532.0993,153.2276,43334.727,132.05261,29.472364,167.93242,448.8816,70.74817,30.846853,266.3149,2136.357,342.127,183.67291,25.576311,17.681421,383.29922,73.079956,1263.0989,85.10161,2470.97,171.12743,391.17267,77.53195,129.89125,6.816499,10.792644,15.532961,2.490039,2.0319583,68.36263,68.28833,72.25235,28.786444,29.32713,128.42184,6.882097,3124.5322,55.598415,76.145164,69.62472,85.147705,222.22957,91.86749,170.76613,15.237122,37.19653,94.71551,290.7103,560.2102,55.14637,286.36108,67.04705,133.06049,273.20026,420.54153,964.6183,161.84457,4.1277742,22.536291,8.542313,39.269447,19030.785,2.960156,19.288334,31.270967,28.519962,335.00378,46.650536,130.46017,2.860693,125.00202,394.75162,281.0461,128.46455,518.1497,35.845695,101.60421,165.13875,10.797312,1.5972766,10.846059,1272.249,0.08199528,0.30084947,48.259205,8.467258,3.7244415,3.9736037,7.4635925,95.604385,34.290325,86.483406,573.3284,236.05646,2044.6389,1884.92,17.361502,31.308468,11058.835,7.8203006,69.583336,703.3637,133.57138,179.70888,80.55645,416.98926,811.9164,433.2761,18.081106,99.7828,1068.08,2096.7761,49.766167,620.75354,49.84301,1.0949024,62.24635,1.1145958,0.68517876,3.135975,46.234406,124.3111,254.95204,19.070429,3216.6592,354.2769,128.04033,184.17339,82.253456,95.191536,54.139786,13.742205,104.64919,802.276,245.49194,133.50273,120.03965,8.830645,139.86981,126.689514,36.59353,732.9269,178.53456,3601.5737,32.216614,3006.0935,78.772095,419.41757,2245.5059,82.128,9.536955,1165.3257,935.7604,3466.7427,91.009544 +2023-08-01 13:00:00,0.0,17621.469,312.56226,25.919643,34.59931,29.511215,162.71262,24.220972,32.614616,19.945778,20.77917,893.20886,247.56586,8.821283,131.94003,6.994927,0.5944295,27.047445,9.761666,2.2497537,332.0527,0.24022818,328.8285,42.475517,0.88797307,2.5577717,107.315186,15.68259,35.75747,98.80026,27394.164,0.1256615,1571.019,0.4395953,0.26848495,0.11022142,0.61887157,142.50627,158.85692,24.59555,196.90256,21.036203,83.2024,2175.4312,2.616255,317.53723,197.34355,365.62012,139.77876,335.33374,34.243435,508.8646,0.0,2388.5693,14019.727,37.95891,532.16504,153.19441,43329.977,132.0504,29.458717,167.77797,448.52954,70.71294,30.833138,266.09314,2135.4583,342.0855,183.49995,25.562326,17.675638,383.4054,73.066536,1262.6313,85.101746,2471.1462,171.27971,390.981,77.55406,129.84602,6.8153434,10.790209,15.524259,2.489442,2.031027,68.38389,68.32096,72.283104,28.817923,29.350643,128.42133,6.88881,3124.1392,55.57301,76.11559,69.585785,85.079666,222.29869,91.84825,170.62164,15.231096,37.18784,94.660675,290.61655,560.2777,55.196068,286.41122,67.05792,133.01286,273.19107,420.21585,964.5865,161.83986,4.130255,22.51848,8.536394,39.289288,19031.719,2.9610858,19.309233,31.301882,28.53835,335.00748,46.67975,130.48967,2.8589914,125.00844,394.84448,280.9968,128.50298,518.0779,35.84395,101.598076,165.10269,10.795884,1.5973699,10.845894,1271.7958,0.08196155,0.3007258,48.26102,8.465721,3.7239144,3.9728289,7.465186,95.58611,34.281185,86.4843,573.3101,236.06494,2044.8909,1884.9133,17.379128,31.341118,11057.444,7.8196535,69.62153,703.4403,133.64607,179.82628,80.59241,417.2606,812.048,433.34137,18.097387,99.853584,1067.982,2096.542,49.809563,621.2386,49.91743,1.0948209,62.245056,1.1142445,0.68493724,3.1349926,46.275608,124.38802,254.83725,19.06241,3215.2305,354.43884,128.16869,184.3545,82.304344,95.17625,54.1931,13.830443,104.64079,802.2285,245.50317,133.52979,120.0124,8.851949,139.88872,126.70531,36.574738,732.66034,178.49478,3599.299,32.21751,3005.0752,78.77489,419.42148,2244.3755,82.09723,9.541806,1164.9459,935.5373,3465.1926,91.00966 +2023-08-01 14:00:00,0.0,17621.623,312.64502,25.936066,34.618263,29.52054,162.7481,24.228386,32.634407,19.947659,20.787481,893.7183,247.45563,8.833945,132.00464,6.9860353,0.59361637,27.05046,9.748662,2.2468166,332.12064,0.24008164,328.96774,42.488514,0.8869681,2.554548,107.35364,15.687758,35.773,98.78909,27394.414,0.12553373,1571.7103,0.43928212,0.26824954,0.1101131,0.6182683,142.53973,158.90318,24.592083,196.83737,21.055841,83.15795,2175.6045,2.615121,317.3319,197.19287,365.72943,139.66751,335.43958,34.254948,508.4345,0.0,2388.104,14012.811,37.937153,532.23083,153.16122,43325.227,132.04817,29.445072,167.62354,448.1775,70.67771,30.819422,265.87137,2134.5598,342.044,183.32698,25.548342,17.669853,383.5116,73.053116,1262.164,85.10188,2471.3223,171.43199,390.78925,77.57617,129.80078,6.814188,10.787775,15.515557,2.4888453,2.030096,68.405136,68.35359,72.31385,28.849401,29.374155,128.4208,6.895523,3123.7458,55.547607,76.08602,69.546844,85.01162,222.36783,91.82901,170.47716,15.225071,37.17915,94.60584,290.52277,560.3452,55.245766,286.4614,67.06879,132.96524,273.18185,419.89014,964.5547,161.83514,4.1327367,22.500671,8.530476,39.309128,19032.654,2.9620154,19.33013,31.332796,28.556736,335.01117,46.70896,130.51917,2.85729,125.014854,394.93732,280.94748,128.54138,518.0061,35.8422,101.59195,165.06664,10.7944565,1.5974634,10.845729,1271.3425,0.08192783,0.30060214,48.26284,8.464183,3.723387,3.972054,7.46678,95.56785,34.272045,86.48518,573.2918,236.07344,2045.1428,1884.9066,17.396753,31.373768,11056.055,7.8190064,69.65972,703.5169,133.72076,179.94368,80.62836,417.5319,812.1796,433.40662,18.11367,99.92438,1067.884,2096.3076,49.852962,621.7236,49.991848,1.0947392,62.243763,1.1138933,0.6846957,3.1340103,46.316807,124.46494,254.72244,19.05439,3213.8015,354.60083,128.29704,184.53561,82.355225,95.16096,54.246414,13.918683,104.63239,802.181,245.5144,133.55684,119.98515,8.873253,139.90764,126.7211,36.55595,732.39386,178.455,3597.0242,32.218407,3004.057,78.77768,419.4254,2243.2449,82.06645,9.546658,1164.566,935.3142,3463.6423,91.00978 +2023-08-01 15:00:00,0.0,17621.78,312.72775,25.952488,34.637215,29.529863,162.78358,24.2358,32.6542,19.949537,20.795794,894.2277,247.34538,8.846608,132.06926,6.977144,0.59280324,27.053476,9.735657,2.2438796,332.1886,0.23993509,329.10703,42.501507,0.885963,2.5513241,107.39208,15.692928,35.788532,98.77793,27394.664,0.12540597,1572.4016,0.43896896,0.2680141,0.110004775,0.617665,142.57318,158.94943,24.588615,196.77217,21.07548,83.1135,2175.7778,2.6139867,317.12656,197.04219,365.83878,139.55626,335.5454,34.26646,508.0044,0.0,2387.6387,14005.8955,37.91539,532.2966,153.12804,43320.477,132.04594,29.431425,167.46909,447.82544,70.64249,30.805706,265.6496,2133.6611,342.00253,183.15402,25.534355,17.66407,383.61777,73.039696,1261.6964,85.10201,2471.4983,171.58427,390.59753,77.598274,129.75555,6.813032,10.785341,15.506855,2.4882486,2.0291648,68.42639,68.38622,72.344604,28.880878,29.397669,128.42029,6.9022365,3123.3528,55.5222,76.05645,69.507904,84.94357,222.43695,91.80976,170.33266,15.219046,37.17046,94.551,290.42902,560.4128,55.295464,286.51154,67.07966,132.91762,273.17267,419.56442,964.5228,161.83043,4.1352177,22.482862,8.524557,39.328968,19033.59,2.962945,19.351028,31.363708,28.575125,335.01483,46.73817,130.54866,2.8555884,125.02127,395.03018,280.89816,128.5798,517.93427,35.840454,101.585815,165.03058,10.793029,1.5975568,10.845564,1270.8894,0.0818941,0.3004785,48.264656,8.462645,3.7228596,3.971279,7.468374,95.54958,34.262905,86.48608,573.2735,236.08192,2045.3948,1884.9,17.414377,31.406418,11054.664,7.8183594,69.697914,703.59344,133.79547,180.0611,80.664314,417.80322,812.3112,433.47186,18.129953,99.99516,1067.786,2096.0735,49.896362,622.2086,50.066265,1.0946577,62.242474,1.113542,0.6844542,3.133028,46.35801,124.54187,254.60765,19.04637,3212.3726,354.7628,128.4254,184.71674,82.40611,95.14567,54.299732,14.006922,104.62399,802.1335,245.52563,133.58388,119.9579,8.894556,139.92654,126.73689,36.53716,732.1273,178.4152,3594.7495,32.2193,3003.0383,78.78047,419.42932,2242.1145,82.035675,9.551509,1164.1863,935.0911,3462.0923,91.009895 +2023-08-01 16:00:00,0.0,17621.934,312.81052,25.96891,34.656166,29.539188,162.81906,24.243214,32.673992,19.951418,20.804106,894.7372,247.23514,8.859271,132.13388,6.968252,0.5919901,27.056492,9.7226515,2.2409425,332.25653,0.23978853,329.24628,42.514503,0.88495797,2.5481002,107.430534,15.698098,35.80406,98.76676,27394.916,0.12527819,1573.0929,0.43865576,0.2677787,0.10989645,0.61706173,142.60663,158.9957,24.585148,196.70699,21.095118,83.069046,2175.951,2.6128523,316.9212,196.89153,365.9481,139.445,335.65125,34.277977,507.57428,0.0,2387.1736,13998.9795,37.893627,532.3623,153.09485,43315.727,132.04372,29.41778,167.31465,447.4734,70.60726,30.79199,265.4278,2132.7625,341.96103,182.98106,25.52037,17.658285,383.72394,73.026276,1261.229,85.10215,2471.6743,171.73656,390.4058,77.620384,129.71031,6.811877,10.7829075,15.498153,2.4876518,2.0282338,68.44764,68.41885,72.37536,28.912357,29.42118,128.41977,6.9089494,3122.9597,55.4968,76.02688,69.46896,84.87553,222.50609,91.79052,170.18817,15.213019,37.161766,94.49617,290.33524,560.4803,55.34516,286.5617,67.09053,132.87,273.16348,419.2387,964.491,161.82571,4.137699,22.465054,8.518639,39.34881,19034.523,2.9638746,19.371925,31.394623,28.593512,335.01852,46.767384,130.57816,2.8538868,125.027695,395.12305,280.84885,128.61821,517.8624,35.838707,101.57968,164.99452,10.791601,1.5976503,10.845399,1270.4362,0.08186038,0.30035484,48.26647,8.461106,3.7223325,3.970504,7.4699674,95.53131,34.253765,86.48697,573.25525,236.09042,2045.6467,1884.8933,17.432003,31.439068,11053.274,7.8177123,69.736115,703.67004,133.87016,180.1785,80.70027,418.07455,812.4429,433.53714,18.146236,100.06595,1067.688,2095.839,49.93976,622.6936,50.140682,1.0945761,62.24118,1.1131907,0.6842127,3.132046,46.399208,124.6188,254.49286,19.038351,3210.9438,354.92474,128.55376,184.89784,82.45699,95.13038,54.353046,14.095161,104.61559,802.086,245.53687,133.61093,119.93065,8.91586,139.94547,126.752686,36.518368,731.86084,178.37543,3592.4746,32.220196,3002.02,78.783264,419.43326,2240.984,82.0049,9.55636,1163.8065,934.86804,3460.542,91.01001 +2023-08-01 17:00:00,0.0,17622.088,312.89328,25.985332,34.675117,29.548512,162.85454,24.250628,32.693787,19.953299,20.812418,895.2466,247.12491,8.871934,132.19849,6.9593606,0.591177,27.059507,9.709646,2.2380054,332.32446,0.23964198,329.38553,42.5275,0.883953,2.5448763,107.46898,15.703268,35.819595,98.75559,27395.166,0.12515041,1573.7842,0.43834257,0.26754326,0.10978813,0.6164585,142.64008,159.04196,24.58168,196.6418,21.114756,83.0246,2176.1243,2.6117182,316.71588,196.74084,366.05743,139.33376,335.75708,34.28949,507.1442,0.0,2386.7083,13992.064,37.871864,532.42804,153.06166,43310.977,132.04149,29.404133,167.1602,447.12134,70.57203,30.778275,265.20602,2131.864,341.91953,182.80809,25.506386,17.652502,383.83014,73.01285,1260.7615,85.10228,2471.8503,171.88884,390.21408,77.64249,129.66508,6.8107214,10.780474,15.489451,2.487055,2.0273025,68.468895,68.451485,72.406105,28.943836,29.444695,128.41925,6.915663,3122.5667,55.471394,75.997314,69.43002,84.80748,222.57523,91.77128,170.04369,15.206994,37.153076,94.44134,290.2415,560.5478,55.39486,286.61185,67.1014,132.82237,273.15427,418.91302,964.4592,161.821,4.14018,22.447245,8.51272,39.36865,19035.459,2.9648044,19.392824,31.425537,28.611898,335.02222,46.796593,130.60765,2.8521855,125.03411,395.21588,280.79956,128.65663,517.79065,35.83696,101.573555,164.95847,10.790174,1.5977437,10.845235,1269.9829,0.08182665,0.3002312,48.268288,8.459569,3.721805,3.969729,7.471561,95.51305,34.244625,86.48786,573.23694,236.0989,2045.8988,1884.8867,17.449629,31.471718,11051.884,7.8170652,69.77431,703.74664,133.94485,180.2959,80.73622,418.3459,812.57446,433.6024,18.16252,100.13674,1067.59,2095.605,49.98316,623.17865,50.2151,1.0944946,62.23989,1.1128393,0.68397117,3.1310637,46.44041,124.695724,254.37805,19.03033,3209.515,355.0867,128.68213,185.07896,82.50787,95.11509,54.40636,14.183401,104.60719,802.0385,245.5481,133.63799,119.9034,8.937163,139.96437,126.76848,36.49958,731.5943,178.33565,3590.2,32.221092,3001.0017,78.78606,419.43716,2239.8533,81.97413,9.561212,1163.4266,934.645,3458.9917,91.010124 +2023-08-01 18:00:00,0.0,17622.242,312.976,26.001755,34.69407,29.557837,162.89003,24.258043,32.713577,19.95518,20.82073,895.75604,247.01466,8.884597,132.2631,6.950469,0.59036386,27.062523,9.696642,2.2350686,332.3924,0.23949543,329.52478,42.540497,0.8829479,2.5416524,107.50743,15.708437,35.83513,98.74442,27395.416,0.12502263,1574.4755,0.4380294,0.26730785,0.1096798,0.6158551,142.67352,159.08821,24.578215,196.57661,21.134396,82.98015,2176.2976,2.610584,316.51053,196.59016,366.16675,139.2225,335.8629,34.301003,506.71408,0.0,2386.2432,13985.148,37.850105,532.4938,153.02847,43306.223,132.03928,29.390486,167.00577,446.7693,70.536804,30.764559,264.98425,2130.9653,341.87802,182.63513,25.492401,17.646717,383.9363,72.99943,1260.2941,85.10242,2472.0266,172.04114,390.02234,77.6646,129.61986,6.8095655,10.778039,15.480749,2.4864583,2.0263715,68.49014,68.484116,72.43686,28.975315,29.468206,128.41873,6.922376,3122.1733,55.445988,75.96774,69.39108,84.73944,222.64435,91.75204,169.8992,15.200969,37.144386,94.386505,290.1477,560.6153,55.444557,286.66202,67.112274,132.77475,273.14508,418.5873,964.4274,161.81628,4.1426616,22.429436,8.506802,39.38849,19036.395,2.965734,19.413721,31.456451,28.630287,335.0259,46.825806,130.63715,2.850484,125.04053,395.30875,280.75024,128.69505,517.7188,35.835213,101.56742,164.92241,10.788746,1.5978372,10.84507,1269.5298,0.08179292,0.3001075,48.270103,8.458031,3.721278,3.968954,7.473155,95.49478,34.235485,86.488754,573.2186,236.1074,2046.1508,1884.88,17.467253,31.504368,11050.493,7.816418,69.8125,703.8232,134.01956,180.41331,80.77218,418.61722,812.70605,433.66763,18.1788,100.20753,1067.492,2095.3706,50.026554,623.66364,50.289516,1.0944129,62.238598,1.112488,0.68372965,3.1300814,46.48161,124.772644,254.26326,19.02231,3208.086,355.24866,128.81049,185.26009,82.55876,95.0998,54.45968,14.27164,104.59879,801.99097,245.55934,133.66504,119.876144,8.9584675,139.98329,126.78427,36.48079,731.3278,178.29585,3587.925,32.221985,2999.9834,78.78885,419.4411,2238.723,81.94335,9.566062,1163.0469,934.42194,3457.4417,91.01024 +2023-08-01 19:00:00,0.0,17622.396,313.05878,26.018175,34.71302,29.567162,162.9255,24.265457,32.733368,19.95706,20.829042,896.2655,246.90443,8.89726,132.32773,6.9415774,0.5895508,27.065538,9.683637,2.2321315,332.46036,0.23934887,329.66406,42.553493,0.8819429,2.5384288,107.545876,15.713607,35.85066,98.73325,27395.668,0.124894865,1575.1667,0.43771622,0.2670724,0.10957149,0.61525184,142.70699,159.13448,24.574747,196.51143,21.154034,82.93569,2176.4707,2.6094499,316.3052,196.4395,366.27606,139.11125,335.96875,34.312515,506.28397,0.0,2385.7778,13978.233,37.828342,532.5596,152.9953,43301.473,132.03705,29.37684,166.85132,446.41724,70.50158,30.750843,264.76248,2130.0667,341.83652,182.46217,25.478416,17.640934,384.0425,72.98601,1259.8265,85.102554,2472.2026,172.19342,389.83066,77.68671,129.57462,6.80841,10.775605,15.472047,2.4858613,2.0254402,68.5114,68.516754,72.46761,29.006794,29.491718,128.41821,6.929089,3121.7803,55.420586,75.93817,69.35214,84.671394,222.71349,91.73279,169.7547,15.194943,37.135696,94.331665,290.05396,560.6828,55.494255,286.71216,67.12314,132.72714,273.13586,418.2616,964.3956,161.81155,4.1451426,22.411627,8.500883,39.40833,19037.328,2.9666636,19.43462,31.487366,28.648674,335.0296,46.85502,130.66663,2.8487823,125.04694,395.4016,280.70093,128.73346,517.647,35.833466,101.56129,164.88635,10.787318,1.5979306,10.844905,1269.0765,0.0817592,0.29998386,48.271923,8.456492,3.7207506,3.9681792,7.4747486,95.47651,34.226345,86.48964,573.2003,236.11589,2046.4027,1884.8733,17.484879,31.537018,11049.104,7.815771,69.85069,703.8998,134.09425,180.53072,80.80813,418.88852,812.8377,433.7329,18.195084,100.27832,1067.3939,2095.1365,50.069954,624.1487,50.363934,1.0943314,62.237305,1.1121367,0.68348813,3.1290991,46.52281,124.84957,254.14847,19.014292,3206.6572,355.4106,128.93884,185.4412,82.60964,95.08451,54.512993,14.3598795,104.59039,801.9435,245.57057,133.6921,119.84889,8.979772,140.0022,126.800064,36.461998,731.06134,178.25607,3585.6501,32.22288,2998.9648,78.79165,419.445,2237.5923,81.912575,9.570913,1162.6671,934.19885,3455.8914,91.01035 +2023-08-01 20:00:00,0.0,17622.55,313.1415,26.034597,34.73197,29.576485,162.96098,24.272871,32.753162,19.95894,20.837357,896.7749,246.79419,8.909923,132.39235,6.9326863,0.58873767,27.068554,9.670631,2.2291944,332.5283,0.23920234,329.8033,42.566486,0.8809379,2.535205,107.58433,15.718777,35.86619,98.722084,27395.918,0.12476709,1575.8582,0.43740302,0.266837,0.10946316,0.6146486,142.74043,159.18074,24.57128,196.44624,21.173672,82.89124,2176.644,2.6083155,316.09985,196.28882,366.38538,139.0,336.0746,34.324028,505.85385,0.0,2385.3125,13971.317,37.80658,532.6253,152.96211,43296.723,132.03482,29.363194,166.69688,446.0652,70.46635,30.73713,264.5407,2129.168,341.795,182.2892,25.464432,17.63515,384.14868,72.97259,1259.3591,85.102684,2472.3787,172.3457,389.63892,77.70881,129.52939,6.807255,10.773171,15.463346,2.4852645,2.0245092,68.532646,68.54938,72.49836,29.03827,29.515232,128.4177,6.9358025,3121.3872,55.39518,75.9086,69.3132,84.60335,222.78261,91.71355,169.61021,15.188917,37.127007,94.27683,289.96017,560.7503,55.54395,286.76233,67.13401,132.67952,273.12668,417.9359,964.3638,161.80684,4.1476235,22.393818,8.494965,39.42817,19038.264,2.9675932,19.455519,31.51828,28.667063,335.0333,46.884228,130.69612,2.847081,125.05336,395.49445,280.6516,128.77188,517.57513,35.83172,101.55516,164.8503,10.785891,1.598024,10.84474,1268.6233,0.08172547,0.2998602,48.27374,8.454954,3.7202232,3.9674041,7.476342,95.458244,34.217205,86.49053,573.182,236.12439,2046.6547,1884.8667,17.502504,31.569668,11047.713,7.815124,69.888885,703.9763,134.16896,180.64812,80.844086,419.15985,812.9693,433.79816,18.211367,100.349106,1067.2959,2094.902,50.113354,624.63367,50.43835,1.0942498,62.236015,1.1117855,0.6832466,3.1281168,46.56401,124.9265,254.03368,19.006271,3205.2283,355.5726,129.0672,185.62231,82.66052,95.06922,54.566307,14.448118,104.581985,801.896,245.5818,133.71915,119.82164,9.001075,140.02112,126.81586,36.44321,730.7948,178.21628,3583.3755,32.223778,2997.9465,78.79444,419.44894,2236.4617,81.8818,9.575765,1162.2872,933.97577,3454.341,91.01047 +2023-08-01 21:00:00,0.0,17622.705,313.22427,26.05102,34.750923,29.58581,162.99648,24.280285,32.772953,19.96082,20.845669,897.28436,246.68394,8.9225855,132.45695,6.9237947,0.58792454,27.07157,9.657626,2.2262573,332.59622,0.23905578,329.94257,42.579483,0.8799328,2.531981,107.62277,15.723946,35.88172,98.71092,27396.168,0.12463931,1576.5494,0.43708986,0.26660156,0.10935484,0.61404526,142.77388,159.22699,24.567812,196.38104,21.19331,82.846794,2176.8174,2.6071813,315.89453,196.13814,366.4947,138.88876,336.18042,34.33554,505.42377,0.0,2384.8474,13964.402,37.78482,532.69104,152.92892,43291.973,132.0326,29.349548,166.54243,445.71317,70.43112,30.723413,264.31894,2128.2695,341.75354,182.11624,25.450445,17.629366,384.25485,72.95917,1258.8917,85.10282,2472.5547,172.49799,389.4472,77.73092,129.48415,6.806099,10.770738,15.454643,2.4846678,2.023578,68.5539,68.582016,72.52911,29.06975,29.538744,128.41718,6.9425154,3120.994,55.369778,75.879036,69.27427,84.5353,222.85175,91.694305,169.46573,15.182892,37.118317,94.222,289.86642,560.8179,55.593647,286.8125,67.14488,132.6319,273.1175,417.6102,964.332,161.80212,4.150105,22.376009,8.489046,39.448006,19039.2,2.968523,19.476416,31.549192,28.68545,335.037,46.91344,130.72562,2.8453794,125.059784,395.5873,280.6023,128.81029,517.50336,35.82997,101.54903,164.81424,10.784463,1.5981175,10.844575,1268.1702,0.08169174,0.29973656,48.275555,8.453417,3.719696,3.9666293,7.4779363,95.43998,34.208065,86.491425,573.1637,236.13287,2046.9066,1884.86,17.520128,31.602318,11046.323,7.814477,69.927086,704.0529,134.24365,180.76553,80.88004,419.43118,813.10095,433.8634,18.22765,100.41989,1067.1979,2094.668,50.15675,625.1187,50.51277,1.0941683,62.234722,1.1114342,0.6830051,3.1271346,46.605213,125.00342,253.91887,18.998253,3203.7996,355.73456,129.19557,185.80342,82.71141,95.05393,54.619625,14.536358,104.573586,801.84845,245.59303,133.74619,119.79439,9.022379,140.04002,126.83165,36.42442,730.5283,178.1765,3581.1006,32.224674,2996.9282,78.79723,419.45285,2235.3313,81.85102,9.580616,1161.9075,933.7527,3452.791,91.01058 +2023-08-01 22:00:00,0.0,17622.86,313.30704,26.067442,34.769875,29.595135,163.03195,24.2877,32.792747,19.9627,20.853981,897.79376,246.57372,8.935248,132.52158,6.914903,0.5871114,27.074585,9.644622,2.2233202,332.66415,0.23890923,330.08182,42.59248,0.8789278,2.528757,107.661224,15.7291155,35.897255,98.69975,27396.418,0.12451154,1577.2407,0.43677667,0.26636615,0.109246515,0.613442,142.80733,159.27325,24.564344,196.31586,21.212948,82.802345,2176.9905,2.6060472,315.68918,195.98747,366.60403,138.77751,336.28625,34.347054,504.99365,0.0,2384.382,13957.486,37.763058,532.7568,152.89574,43287.223,132.03036,29.335901,166.388,445.36108,70.3959,30.709698,264.09717,2127.3708,341.71204,181.94328,25.43646,17.623583,384.36105,72.94574,1258.4242,85.10296,2472.7307,172.65027,389.25546,77.75302,129.43892,6.8049436,10.768304,15.445941,2.484071,2.022647,68.57515,68.61465,72.55987,29.101229,29.562258,128.41666,6.949229,3120.6008,55.34437,75.849464,69.23533,84.467255,222.92087,91.675064,169.32124,15.176867,37.109623,94.16716,289.77264,560.8854,55.643345,286.86264,67.155754,132.58427,273.10828,417.2845,964.3002,161.79741,4.152586,22.358198,8.483128,39.467846,19040.133,2.9694526,19.497314,31.580107,28.703836,335.04068,46.94265,130.75511,2.8436778,125.0662,395.68018,280.55298,128.84871,517.4315,35.828224,101.5429,164.77818,10.783034,1.5982109,10.844411,1267.7169,0.08165802,0.2996129,48.27737,8.451879,3.7191687,3.9658544,7.47953,95.42171,34.198925,86.49232,573.1454,236.14137,2047.1586,1884.8534,17.537754,31.634968,11044.933,7.81383,69.96528,704.1295,134.31834,180.88293,80.91599,419.7025,813.23254,433.92868,18.24393,100.490685,1067.1,2094.4336,50.20015,625.6037,50.58719,1.0940866,62.233433,1.1110829,0.6827636,3.1261523,46.64641,125.080345,253.80408,18.990232,3202.3706,355.8965,129.32393,185.98454,82.76229,95.03864,54.67294,14.624597,104.565186,801.80096,245.60426,133.77324,119.767136,9.043683,140.05894,126.84744,36.40563,730.2618,178.13672,3578.826,32.225567,2995.91,78.800026,419.4568,2234.2007,81.82025,9.585467,1161.5277,933.52966,3451.2407,91.0107 +2023-08-01 23:00:00,0.0,17623.014,313.38977,26.083864,34.788826,29.604458,163.06743,24.295115,32.81254,19.96458,20.862293,898.3032,246.46347,8.94791,132.5862,6.9060116,0.5862983,27.0776,9.631617,2.2203832,332.73212,0.23876268,330.2211,42.605476,0.8779228,2.5255332,107.69967,15.734285,35.912785,98.68858,27396.67,0.12438376,1577.932,0.4364635,0.26613072,0.10913819,0.61283875,142.84077,159.3195,24.560877,196.25067,21.232586,82.75789,2177.1638,2.6049128,315.48386,195.83679,366.71335,138.66626,336.3921,34.358566,504.56354,0.0,2383.917,13950.57,37.741295,532.8225,152.86255,43282.473,132.02815,29.322256,166.23355,445.00903,70.36067,30.695982,263.8754,2126.4722,341.67053,181.77031,25.422476,17.617798,384.46722,72.93232,1257.9568,85.10309,2472.907,172.80255,389.06375,77.77513,129.39369,6.8037877,10.76587,15.43724,2.4834743,2.0217156,68.596405,68.64728,72.590614,29.132708,29.58577,128.41612,6.9559417,3120.2078,55.31897,75.81989,69.19639,84.399216,222.99,91.655815,169.17674,15.170841,37.100933,94.11233,289.6789,560.9529,55.693043,286.9128,67.166626,132.53665,273.0991,416.95877,964.2684,161.7927,4.1550674,22.34039,8.477209,39.487686,19041.068,2.9703822,19.518211,31.611021,28.722225,335.04437,46.971863,130.7846,2.8419764,125.07262,395.773,280.50366,128.88712,517.3597,35.826477,101.536766,164.74213,10.781607,1.5983044,10.844246,1267.2637,0.08162429,0.29948923,48.279186,8.45034,3.7186413,3.9650793,7.4811234,95.40344,34.189785,86.49321,573.1271,236.14986,2047.4105,1884.8467,17.55538,31.667618,11043.542,7.813183,70.00347,704.20605,134.39305,181.00034,80.95195,419.97385,813.3642,433.99393,18.260214,100.56147,1067.002,2094.1995,50.24355,626.08875,50.661606,1.0940051,62.23214,1.1107316,0.68252206,3.12517,46.687614,125.15727,253.68929,18.982212,3200.9417,356.05847,129.45229,186.16566,82.81318,95.02335,54.726254,14.712836,104.556786,801.7534,245.6155,133.8003,119.73989,9.064986,140.07785,126.863235,36.38684,729.9953,178.09692,3576.551,32.226463,2994.8914,78.80282,419.4607,2233.0703,81.789474,9.590319,1161.1478,933.3066,3449.6907,91.01081 +2023-08-02 00:00:00,0.0,17623.168,313.47253,26.100286,34.807777,29.613783,163.10292,24.302528,32.83233,19.966461,20.870605,898.8127,246.35324,8.960573,132.65082,6.89712,0.58548516,27.080616,9.618611,2.217446,332.80005,0.23861612,330.36035,42.61847,0.8769178,2.5223093,107.73812,15.739454,35.928318,98.677414,27396.92,0.124255985,1578.6233,0.4361503,0.2658953,0.10902987,0.6122354,142.87424,159.36577,24.55741,196.18549,21.252224,82.71344,2177.3372,2.6037786,315.2785,195.68611,366.8227,138.55501,336.49796,34.37008,504.13342,0.0,2383.4517,13943.655,37.719536,532.8883,152.82936,43277.723,132.02592,29.308609,166.07912,444.65698,70.32544,30.682266,263.65363,2125.5737,341.62903,181.59735,25.408491,17.612015,384.57343,72.9189,1257.4893,85.103226,2473.083,172.95485,388.87204,77.79724,129.34845,6.8026323,10.763435,15.428537,2.4828773,2.0207846,68.61765,68.67991,72.62137,29.164186,29.609283,128.4156,6.962655,3119.8145,55.293564,75.79032,69.15745,84.33117,223.05913,91.63657,169.03226,15.164815,37.092243,94.057495,289.5851,561.0204,55.74274,286.96295,67.17749,132.48903,273.08987,416.6331,964.2366,161.78798,4.1575484,22.32258,8.471291,39.507526,19042.002,2.971312,19.53911,31.641935,28.740612,335.04803,47.001076,130.8141,2.8402748,125.07903,395.86588,280.45438,128.92554,517.28784,35.82473,101.53063,164.70609,10.780179,1.5983977,10.844081,1266.8104,0.08159056,0.29936558,48.281002,8.448802,3.7181141,3.9643044,7.4827175,95.38518,34.180645,86.494095,573.10876,236.15836,2047.6625,1884.84,17.573006,31.700268,11042.152,7.812536,70.041664,704.28265,134.46774,181.11775,80.9879,420.24518,813.4958,434.0592,18.276497,100.632256,1066.9039,2093.965,50.286945,626.5737,50.736023,1.0939236,62.230846,1.1103803,0.68228054,3.1241877,46.728817,125.23419,253.5745,18.974194,3199.513,356.22043,129.58064,186.34677,82.86406,95.008064,54.77957,14.801075,104.548386,801.70593,245.62674,133.82735,119.71264,9.08629,140.09677,126.879036,36.36805,729.72876,178.05714,3574.2764,32.22736,2993.873,78.80561,419.4646,2231.9397,81.7587,9.59517,1160.7681,933.0835,3448.1404,91.01093 +2023-08-02 01:00:00,0.0,17623.324,313.5553,26.116709,34.82673,29.623106,163.1384,24.309942,32.852123,19.968342,20.878918,899.3221,246.243,8.973236,132.71542,6.8882284,0.58467203,27.083632,9.605606,2.2145092,332.86798,0.23846959,330.4996,42.631466,0.8759127,2.5190856,107.776566,15.744624,35.943848,98.666245,27397.17,0.124128215,1579.3146,0.43583712,0.2656599,0.10892154,0.6116321,142.90768,159.41203,24.553942,196.1203,21.271862,82.66899,2177.5105,2.6026444,315.07318,195.53545,366.932,138.44376,336.6038,34.38159,503.70334,0.0,2382.9863,13936.739,37.697773,532.95404,152.79617,43272.973,132.0237,29.294962,165.92467,444.30493,70.290215,30.66855,263.43185,2124.675,341.58752,181.4244,25.394506,17.606232,384.6796,72.90548,1257.0219,85.103355,2473.259,173.10713,388.68033,77.81934,129.30322,6.801477,10.761002,15.419835,2.4822805,2.0198534,68.63891,68.71254,72.65212,29.195665,29.632795,128.41508,6.9693685,3119.4214,55.268158,75.76075,69.11851,84.26312,223.12827,91.61733,168.88777,15.15879,37.083553,94.002655,289.49136,561.0879,55.79244,287.01312,67.18836,132.4414,273.0807,416.30737,964.2048,161.78326,4.1600294,22.304771,8.465372,39.527367,19042.938,2.9722416,19.560007,31.67285,28.758999,335.05173,47.030285,130.8436,2.8385732,125.08546,395.95874,280.40506,128.96396,517.21606,35.822983,101.524506,164.67003,10.778751,1.5984912,10.843916,1266.3573,0.08155684,0.29924193,48.28282,8.447265,3.7175868,3.9635293,7.484311,95.366905,34.171505,86.49499,573.09045,236.16685,2047.9144,1884.8334,17.59063,31.732918,11040.762,7.8118887,70.079865,704.35925,134.54245,181.23515,81.02386,420.51648,813.62744,434.12445,18.29278,100.70305,1066.8059,2093.731,50.330345,627.0588,50.81044,1.093842,62.229557,1.1100291,0.682039,3.1232054,46.770016,125.31112,253.45969,18.966173,3198.084,356.38242,129.709,186.5279,82.91494,94.992775,54.832886,14.889315,104.539986,801.65845,245.63797,133.8544,119.68539,9.107594,140.11568,126.89483,36.34926,729.4623,178.01735,3572.0015,32.228252,2992.8547,78.8084,419.46854,2230.809,81.72792,9.600021,1160.3883,932.8604,3446.59,91.01105 +2023-08-02 02:00:00,0.0,17623.479,313.63803,26.133131,34.84568,29.632431,163.17387,24.317356,32.871914,19.970222,20.88723,899.83154,246.13275,8.985899,132.78004,6.879337,0.58385897,27.086647,9.592602,2.2115722,332.9359,0.23832303,330.63885,42.644463,0.8749077,2.5158617,107.81502,15.749794,35.95938,98.655075,27397.422,0.12400044,1580.0059,0.43552396,0.26542446,0.10881322,0.61102885,142.94113,159.45828,24.550474,196.05511,21.2915,82.624535,2177.6836,2.6015103,314.86783,195.38477,367.04132,138.3325,336.70963,34.39311,503.27322,0.0,2382.5212,13929.824,37.67601,533.0198,152.76299,43268.223,132.02147,29.281317,165.77023,443.95288,70.25499,30.654835,263.21005,2123.7764,341.54602,181.25142,25.380522,17.600447,384.78577,72.89205,1256.5543,85.10349,2473.435,173.25941,388.4886,77.84145,129.25798,6.800321,10.758568,15.411133,2.4816837,2.0189223,68.660164,68.74517,72.68287,29.227142,29.656307,128.41457,6.9760814,3119.0283,55.242756,75.731186,69.07957,84.195076,223.1974,91.59809,168.74329,15.152764,37.074863,93.94782,289.3976,561.15546,55.842136,287.06326,67.199234,132.39378,273.0715,415.98166,964.1729,161.77855,4.162511,22.286963,8.459454,39.547207,19043.873,2.9731712,19.580906,31.703764,28.777388,335.05542,47.059498,130.8731,2.8368719,125.09187,396.05157,280.35574,129.00237,517.1442,35.821236,101.51837,164.63397,10.777324,1.5985847,10.843752,1265.904,0.08152311,0.29911828,48.284637,8.445726,3.7170594,3.9627545,7.4859047,95.34864,34.16237,86.49588,573.07214,236.17534,2048.1665,1884.8267,17.608255,31.765568,11039.372,7.8112416,70.11806,704.4358,134.61714,181.35255,81.059814,420.7878,813.75903,434.1897,18.309063,100.773834,1066.7079,2093.4966,50.37374,627.54376,50.884857,1.0937604,62.228264,1.1096778,0.6817975,3.1222234,46.81122,125.38805,253.3449,18.958153,3196.655,356.54437,129.83737,186.709,82.96583,94.977486,54.8862,14.977554,104.531586,801.6109,245.6492,133.88145,119.658134,9.128898,140.1346,126.91062,36.33047,729.19574,177.97757,3569.7268,32.22915,2991.8364,78.811195,419.47244,2229.6787,81.69714,9.604873,1160.0084,932.6374,3445.04,91.01116 +2023-08-02 03:00:00,0.0,17623.633,313.7208,26.149553,34.86463,29.641756,163.20937,24.324772,32.89171,19.972101,20.895542,900.34094,246.02252,8.998562,132.84467,6.8704457,0.58304584,27.089663,9.5795965,2.208635,333.00385,0.23817648,330.77814,42.65746,0.8739027,2.5126379,107.85346,15.754963,35.97491,98.64391,27397.672,0.12387266,1580.6971,0.43521076,0.26518905,0.108704895,0.6104256,142.97458,159.50455,24.547007,195.98991,21.311138,82.580086,2177.857,2.600376,314.6625,195.2341,367.15063,138.22125,336.81546,34.40462,502.8431,0.0,2382.056,13922.908,37.65425,533.0855,152.72981,43263.473,132.01924,29.26767,165.61578,443.60083,70.21976,30.641119,262.98828,2122.878,341.50455,181.07846,25.366535,17.594664,384.89197,72.87863,1256.0869,85.10363,2473.6113,173.4117,388.29688,77.863556,129.21275,6.7991657,10.756134,15.4024315,2.481087,2.017991,68.68141,68.7778,72.71362,29.258621,29.679821,128.41405,6.982795,3118.635,55.21735,75.701614,69.04063,84.12703,223.26653,91.57884,168.59879,15.146739,37.066174,93.89299,289.30383,561.22296,55.891834,287.11343,67.210106,132.34616,273.0623,415.65594,964.1411,161.77383,4.164992,22.269154,8.453535,39.567047,19044.807,2.9741008,19.601803,31.734676,28.795774,335.0591,47.08871,130.90259,2.8351703,125.09829,396.14444,280.30643,129.04079,517.0724,35.81949,101.51224,164.59792,10.775896,1.5986781,10.843587,1265.4508,0.081489384,0.29899463,48.286453,8.444188,3.7165322,3.9619796,7.4874988,95.330376,34.15323,86.49677,573.05383,236.18384,2048.4185,1884.82,17.625881,31.798218,11037.981,7.8105946,70.15625,704.5124,134.69183,181.46996,81.095764,421.05914,813.8907,434.25497,18.325344,100.84463,1066.6099,2093.2625,50.41714,628.0288,50.959274,1.0936788,62.22697,1.1093265,0.681556,3.121241,46.852417,125.464966,253.2301,18.950134,3195.2263,356.70633,129.96573,186.89012,83.01671,94.9622,54.939514,15.065793,104.523186,801.5634,245.66043,133.9085,119.63088,9.150202,140.1535,126.926414,36.31168,728.92926,177.93779,3567.452,32.230045,2990.8179,78.813995,419.47638,2228.548,81.666374,9.609724,1159.6287,932.4143,3443.4897,91.01128 +2023-08-02 04:00:00,0.0,17623.787,313.80353,26.165976,34.883583,29.65108,163.24484,24.332186,32.9115,19.973982,20.903854,900.8504,245.91228,9.011225,132.90929,6.861554,0.5822327,27.092678,9.566591,2.205698,333.0718,0.23802993,330.9174,42.670452,0.8728976,2.509414,107.891914,15.760133,35.990444,98.632744,27397.922,0.12374489,1581.3884,0.43489757,0.2649536,0.10859657,0.6098223,143.00803,159.55081,24.54354,195.92473,21.330776,82.53564,2178.0303,2.5992417,314.45715,195.08342,367.25998,138.11,336.9213,34.416134,502.413,0.0,2381.5908,13915.993,37.63249,533.15125,152.69662,43258.723,132.01703,29.254025,165.46135,443.2488,70.18453,30.627403,262.7665,2121.9792,341.46304,180.9055,25.35255,17.588879,384.99814,72.86521,1255.6194,85.10376,2473.7874,173.56398,388.10513,77.885666,129.16753,6.7980103,10.7537,15.393729,2.4804902,2.01706,68.70267,68.81044,72.74438,29.2901,29.703333,128.41353,6.9895077,3118.242,55.191948,75.67204,69.001686,84.05899,223.33566,91.5596,168.4543,15.140713,37.057484,93.83816,289.21008,561.29047,55.941532,287.16357,67.22098,132.29854,273.0531,415.33026,964.1093,161.76912,4.1674733,22.251345,8.447617,39.586884,19045.742,2.9750307,19.622702,31.76559,28.814163,335.0628,47.11792,130.93208,2.8334687,125.104706,396.2373,280.2571,129.0792,517.00055,35.81774,101.50611,164.56186,10.774468,1.5987716,10.843422,1264.9977,0.08145566,0.29887095,48.28827,8.442651,3.7160048,3.9612045,7.4890924,95.3121,34.14409,86.497665,573.0356,236.19232,2048.6704,1884.8134,17.643505,31.830868,11036.592,7.8099475,70.19444,704.5889,134.76654,181.58737,81.13172,421.33047,814.0223,434.32022,18.341627,100.91541,1066.5118,2093.028,50.46054,628.5138,51.03369,1.0935973,62.22568,1.1089752,0.68131447,3.1202588,46.89362,125.54189,253.11531,18.942114,3193.7974,356.8683,130.09409,187.07124,83.06759,94.94691,54.992832,15.154033,104.514786,801.51587,245.67166,133.93555,119.60363,9.171505,140.17242,126.94221,36.29289,728.6628,177.898,3565.177,32.230938,2989.7996,78.81679,419.4803,2227.4175,81.6356,9.614575,1159.2489,932.1912,3441.9395,91.01139 +2023-08-02 05:00:00,0.0,17623.941,313.8863,26.182398,34.90254,29.660404,163.28032,24.3396,32.93129,19.975863,20.912169,901.35986,245.80203,9.023888,132.97389,6.8526626,0.5814196,27.095694,9.553586,2.202761,333.13974,0.23788337,331.05664,42.68345,0.87189263,2.50619,107.93036,15.765303,36.005974,98.621574,27398.174,0.12361711,1582.0797,0.4345844,0.2647182,0.10848825,0.609219,143.04147,159.59706,24.540071,195.85954,21.350414,82.49118,2178.2034,2.5981076,314.2518,194.93274,367.36932,137.99875,337.02713,34.427647,501.9829,0.0,2381.1255,13909.077,37.610725,533.21704,152.66344,43253.97,132.0148,29.240377,165.3069,442.89673,70.14931,30.613688,262.54474,2121.0806,341.42154,180.73253,25.338566,17.583096,385.10434,72.85179,1255.152,85.1039,2473.9634,173.71626,387.91345,77.907776,129.12228,6.7968545,10.751266,15.385027,2.4798932,2.0161288,68.723915,68.84307,72.77512,29.321579,29.726847,128.41301,6.996221,3117.8489,55.166542,75.64247,68.962746,83.990944,223.40479,91.54036,168.30981,15.134687,37.04879,93.78332,289.1163,561.358,55.99123,287.21375,67.23184,132.25092,273.04388,415.00455,964.0775,161.7644,4.1699543,22.233536,8.441698,39.606724,19046.678,2.9759603,19.643599,31.796505,28.83255,335.0665,47.147133,130.96158,2.8317673,125.11112,396.33014,280.2078,129.11761,516.9288,35.815994,101.49998,164.5258,10.773041,1.5988649,10.843257,1264.5444,0.081421934,0.2987473,48.290085,8.4411125,3.7154777,3.9604297,7.490686,95.29384,34.13495,86.49855,573.0173,236.20082,2048.9224,1884.8066,17.66113,31.863518,11035.201,7.8093004,70.232635,704.6655,134.84123,181.70477,81.16767,421.6018,814.15393,434.38547,18.35791,100.9862,1066.4138,2092.794,50.503937,628.99884,51.10811,1.0935158,62.22439,1.1086239,0.68107295,3.1192765,46.93482,125.61882,253.0005,18.934093,3192.3684,357.03024,130.22244,187.25235,83.11848,94.93162,55.046146,15.242271,104.506386,801.4684,245.68289,133.9626,119.57638,9.192809,140.19133,126.958,36.2741,728.39624,177.85822,3562.9023,32.231834,2988.7812,78.81958,419.48422,2226.287,81.60482,9.619427,1158.869,931.96814,3440.3894,91.011505 +2023-08-02 06:00:00,0.0,17624.096,313.96906,26.19882,34.92149,29.669727,163.31581,24.347013,32.951084,19.977743,20.92048,901.86926,245.6918,9.0365505,133.03851,6.843771,0.58060646,27.09871,9.540582,2.1998239,333.20767,0.23773684,331.1959,42.696445,0.8708876,2.5029664,107.96881,15.770472,36.021507,98.610405,27398.424,0.123489335,1582.771,0.43427122,0.26448277,0.10837992,0.60861576,143.07494,159.64333,24.536606,195.79436,21.370052,82.44673,2178.3767,2.5969732,314.04648,194.78207,367.47864,137.88751,337.13297,34.43916,501.5528,0.0,2380.6602,13902.162,37.588966,533.2828,152.63025,43249.22,132.01257,29.22673,165.15247,442.54468,70.11408,30.599972,262.32297,2120.1821,341.38004,180.55957,25.324581,17.577312,385.2105,72.83837,1254.6846,85.104034,2474.1394,173.86855,387.7217,77.92988,129.07706,6.795699,10.748832,15.376326,2.4792964,2.0151978,68.74517,68.8757,72.80588,29.353058,29.750359,128.41249,7.0029345,3117.4556,55.141136,75.6129,68.92381,83.9229,223.47392,91.52112,168.16533,15.128662,37.0401,93.728485,289.02255,561.4255,56.040928,287.2639,67.242714,132.2033,273.0347,414.67883,964.0457,161.75969,4.1724358,22.215725,8.43578,39.626564,19047.611,2.9768898,19.664497,31.82742,28.850937,335.0702,47.176342,130.99106,2.8300657,125.117546,396.423,280.15848,129.15604,516.85693,35.814247,101.49384,164.48975,10.771613,1.5989584,10.843092,1264.0912,0.081388205,0.29862365,48.291904,8.439574,3.7149503,3.9596546,7.49228,95.275566,34.12581,86.49944,572.99896,236.2093,2049.1743,1884.8,17.678757,31.896168,11033.811,7.808654,70.270836,704.7421,134.91592,181.82217,81.20363,421.8731,814.2855,434.45074,18.374193,101.05699,1066.3159,2092.5596,50.547337,629.4838,51.18253,1.0934341,62.2231,1.1082726,0.6808315,3.1182942,46.97602,125.69574,252.88571,18.926075,3190.9397,357.1922,130.3508,187.43347,83.16936,94.91633,55.09946,15.330511,104.497986,801.4209,245.69412,133.98965,119.549126,9.214112,140.21025,126.97379,36.25531,728.12976,177.81844,3560.6274,32.23273,2987.763,78.82237,419.48813,2225.1565,81.57404,9.624277,1158.4893,931.74506,3438.839,91.01162 +2023-08-02 07:00:00,0.0,17624.25,314.0518,26.215242,34.94044,29.679052,163.35129,24.354427,32.970875,19.979624,20.928793,902.3787,245.58156,9.049213,133.10313,6.8348794,0.57979333,27.101725,9.527576,2.1968868,333.2756,0.23759028,331.33514,42.709442,0.8698825,2.4997425,108.007256,15.775641,36.037037,98.599236,27398.674,0.123361565,1583.4623,0.43395802,0.26424736,0.108271606,0.60801244,143.10838,159.68958,24.533138,195.72917,21.38969,82.40228,2178.55,2.595839,313.84113,194.6314,367.58795,137.77626,337.2388,34.450672,501.12268,0.0,2380.1948,13895.246,37.567204,533.3485,152.59706,43244.47,132.01035,29.213085,164.99802,442.19266,70.07885,30.586256,262.1012,2119.2834,341.33853,180.38661,25.310596,17.571527,385.31668,72.82494,1254.217,85.104164,2474.3154,174.02084,387.53,77.95199,129.03181,6.7945433,10.746398,15.367623,2.4786997,2.0142665,68.76642,68.90833,72.83663,29.384537,29.773872,128.41197,7.0096474,3117.0625,55.115734,75.583336,68.88487,83.85485,223.54305,91.50187,168.02083,15.122637,37.03141,93.67365,288.92877,561.493,56.090626,287.31406,67.253586,132.15567,273.0255,414.35315,964.0139,161.75497,4.1749167,22.197916,8.429861,39.646404,19048.547,2.9778194,19.685394,31.858334,28.869326,335.07388,47.205555,131.02055,2.8283641,125.12396,396.51587,280.1092,129.19444,516.7851,35.8125,101.48772,164.45369,10.770185,1.5990518,10.842928,1263.6381,0.081354484,0.2985,48.29372,8.438036,3.714423,3.9588797,7.4938736,95.2573,34.11667,86.500336,572.98065,236.2178,2049.4263,1884.7933,17.69638,31.92882,11032.421,7.808007,70.30903,704.81866,134.99063,181.93959,81.239586,422.14444,814.4172,434.516,18.390476,101.12778,1066.2179,2092.3254,50.590736,629.9689,51.256947,1.0933526,62.221806,1.1079214,0.68059,3.117312,47.01722,125.77267,252.77092,18.918055,3189.5107,357.3542,130.47917,187.61458,83.22024,94.90104,55.15278,15.41875,104.489586,801.37335,245.70537,134.01671,119.52187,9.235416,140.22916,126.989586,36.23652,727.8632,177.77864,3558.3528,32.233624,2986.7444,78.825165,419.49207,2224.0261,81.54327,9.629128,1158.1095,931.52203,3437.2888,91.011734 +2023-08-02 08:00:00,0.0,17624.404,314.13455,26.231665,34.959393,29.688377,163.38676,24.361843,32.99067,19.981504,20.937105,902.8882,245.47133,9.061876,133.16776,6.825988,0.5789802,27.10474,9.514571,2.19395,333.34357,0.23744373,331.47443,42.722435,0.86887753,2.4965186,108.04571,15.780811,36.05257,98.588066,27398.924,0.12323379,1584.1536,0.43364486,0.26401192,0.10816328,0.6074091,143.14183,159.73584,24.52967,195.66397,21.409328,82.357834,2178.7231,2.5947049,313.6358,194.48071,367.69727,137.66501,337.34464,34.462185,500.6926,0.0,2379.7297,13888.33,37.54544,533.41425,152.56387,43239.72,132.00812,29.199438,164.84358,441.84058,70.043625,30.57254,261.87943,2118.3848,341.29706,180.21364,25.296612,17.565744,385.42288,72.81152,1253.7496,85.1043,2474.4917,174.17313,387.33826,77.9741,128.98659,6.793388,10.743964,15.358921,2.478103,2.0133355,68.787674,68.94096,72.86738,29.416014,29.797384,128.41145,7.0163608,3116.6694,55.09033,75.553764,68.84593,83.786804,223.61218,91.48263,167.87634,15.1166115,37.02272,93.61881,288.83502,561.56055,56.140324,287.36423,67.26446,132.10806,273.0163,414.02744,963.98206,161.75024,4.1773977,22.180107,8.423943,39.666245,19049.482,2.9787493,19.706293,31.889248,28.887712,335.07758,47.234768,131.05005,2.8266628,125.13038,396.6087,280.05988,129.23286,516.71326,35.81075,101.48158,164.41763,10.768758,1.5991453,10.842763,1263.1848,0.081320755,0.29837632,48.295536,8.436499,3.7138958,3.9581048,7.495467,95.23904,34.10753,86.50123,572.96234,236.22629,2049.6782,1884.7866,17.714006,31.96147,11031.03,7.8073597,70.34722,704.89526,135.06532,182.05699,81.275536,422.41577,814.54877,434.58124,18.406757,101.19857,1066.1199,2092.091,50.634132,630.45386,51.331364,1.093271,62.220512,1.10757,0.68034846,3.1163297,47.058422,125.849594,252.65611,18.910036,3188.0818,357.51614,130.60753,187.7957,83.271126,94.88575,55.206093,15.5069895,104.481186,801.32587,245.7166,134.04375,119.49463,9.256721,140.24808,127.00538,36.21773,727.59674,177.73886,3556.078,32.23452,2985.726,78.82796,419.49597,2222.8955,81.5125,9.63398,1157.7297,931.29895,3435.7388,91.01185 +2023-08-02 09:00:00,0.0,17624.559,314.2173,26.248087,34.978344,29.6977,163.42226,24.369257,33.01046,19.983383,20.945417,903.3976,245.36108,9.074538,133.23236,6.817096,0.57816714,27.107756,9.501566,2.1910129,333.4115,0.23729718,331.61368,42.73543,0.8678725,2.4932947,108.08415,15.78598,36.068104,98.576904,27399.176,0.12310601,1584.845,0.43333167,0.2637765,0.10805496,0.60680586,143.17528,159.7821,24.526203,195.59879,21.428967,82.31338,2178.8965,2.5935707,313.43045,194.33005,367.80658,137.55376,337.45047,34.473698,500.26248,0.0,2379.2646,13881.415,37.52368,533.48,152.53069,43234.97,132.0059,29.185793,164.68913,441.48853,70.0084,30.558825,261.65765,2117.4863,341.25555,180.04068,25.282625,17.55996,385.52905,72.7981,1253.2821,85.10443,2474.6677,174.32541,387.14655,77.9962,128.94136,6.7922325,10.74153,15.35022,2.4775062,2.0124042,68.80892,68.973595,72.89813,29.447493,29.820898,128.41093,7.0230737,3116.2761,55.064926,75.52419,68.80699,83.718765,223.6813,91.46339,167.73186,15.110585,37.01403,93.56398,288.74124,561.62805,56.190018,287.41437,67.27533,132.06044,273.0071,413.70172,963.95026,161.74553,4.179879,22.162298,8.418025,39.686085,19050.416,2.9796789,19.72719,31.92016,28.9061,335.08124,47.263977,131.07954,2.8249612,125.136795,396.70157,280.01056,129.27127,516.6415,35.809002,101.47545,164.38158,10.76733,1.5992388,10.842598,1262.7316,0.08128703,0.29825267,48.29735,8.43496,3.7133684,3.9573298,7.4970613,95.220764,34.09839,86.50212,572.9441,236.23479,2049.9302,1884.78,17.731632,31.99412,11029.641,7.8067126,70.385414,704.97186,135.14003,182.1744,81.31149,422.6871,814.6804,434.6465,18.42304,101.269356,1066.0219,2091.857,50.677532,630.9389,51.40578,1.0931895,62.219223,1.1072187,0.68010694,3.1153474,47.09962,125.92651,252.54132,18.902016,3186.653,357.6781,130.73589,187.97682,83.32201,94.87046,55.259407,15.595228,104.472786,801.2784,245.72783,134.0708,119.46738,9.278024,140.26698,127.02117,36.19894,727.3302,177.69907,3553.8032,32.235416,2984.7078,78.83075,419.4999,2221.765,81.48172,9.638831,1157.3499,931.07587,3434.1885,91.01197 +2023-08-02 10:00:00,0.0,17624.713,314.30005,26.26451,34.997295,29.707026,163.45773,24.37667,33.03025,19.985264,20.95373,903.90704,245.25084,9.087201,133.29698,6.8082047,0.577354,27.110771,9.488562,2.1880758,333.47943,0.23715062,331.75293,42.74843,0.8668675,2.4900708,108.1226,15.79115,36.083633,98.565735,27399.426,0.12297824,1585.5363,0.4330185,0.26354107,0.107946634,0.60620254,143.20872,159.82835,24.522736,195.5336,21.448605,82.26893,2179.0698,2.5924363,313.22513,194.17937,367.9159,137.4425,337.5563,34.48521,499.83237,0.0,2378.7993,13874.499,37.50192,533.5458,152.49751,43230.22,132.00368,29.172146,164.5347,441.1365,69.97317,30.545109,261.43588,2116.5876,341.21405,179.86772,25.26864,17.554176,385.63525,72.78468,1252.8147,85.10457,2474.8438,174.47769,386.95483,78.01831,128.89612,6.7910767,10.739096,15.341517,2.4769092,2.0114732,68.83018,69.006226,72.92889,29.478971,29.84441,128.41042,7.029787,3115.883,55.03952,75.49462,68.76805,83.65072,223.75044,91.444145,167.58737,15.10456,37.00534,93.50915,288.6475,561.69556,56.239716,287.46454,67.286194,132.01282,272.9979,413.376,963.91846,161.74081,4.18236,22.14449,8.4121065,39.705925,19051.352,2.9806085,19.748089,31.951075,28.924488,335.08493,47.29319,131.10904,2.8232596,125.14321,396.79443,279.96124,129.3097,516.56964,35.807255,101.46932,164.34552,10.7659025,1.5993321,10.842433,1262.2784,0.081253305,0.29812902,48.299168,8.433422,3.712841,3.956555,7.498655,95.2025,34.08925,86.50301,572.9258,236.24327,2050.1821,1884.7733,17.749256,32.026768,11028.25,7.8060656,70.423615,705.0484,135.21472,182.29181,81.34744,422.95844,814.812,434.71176,18.439323,101.34014,1065.9238,2091.6226,50.720932,631.4239,51.480198,1.0931078,62.21793,1.1068674,0.6798654,3.114365,47.140823,126.00344,252.42653,18.893995,3185.224,357.84006,130.86424,188.15793,83.372894,94.85517,55.312725,15.683468,104.46438,801.23083,245.73906,134.09785,119.440125,9.299328,140.2859,127.036964,36.18015,727.0637,177.65929,3551.5283,32.23631,2983.6895,78.83354,419.5038,2220.6345,81.45094,9.6436825,1156.9701,930.8528,3432.6384,91.012085 +2023-08-02 11:00:00,0.0,17624.87,314.3828,26.280931,35.016247,29.71635,163.49321,24.384085,33.050045,19.987144,20.962042,904.41644,245.14061,9.099864,133.3616,6.7993135,0.5765409,27.113787,9.475556,2.1851387,333.54736,0.23700407,331.89218,42.761425,0.8658624,2.4868472,108.16105,15.79632,36.099167,98.554565,27399.676,0.12285046,1586.2275,0.4327053,0.26330566,0.10783831,0.6055993,143.24219,159.87462,24.519268,195.46841,21.468243,82.22448,2179.2432,2.5913022,313.01978,194.02869,368.02524,137.33125,337.66214,34.496723,499.40225,0.0,2378.334,13867.584,37.480156,533.6115,152.46432,43225.47,132.00145,29.1585,164.38025,440.78442,69.93794,30.531393,261.2141,2115.689,341.17255,179.69475,25.254656,17.548391,385.74142,72.77126,1252.3472,85.104706,2475.0198,174.62997,386.76312,78.04041,128.85089,6.7899213,10.736662,15.332815,2.4763124,2.010542,68.851425,69.038864,72.95963,29.51045,29.867922,128.4099,7.0365005,3115.49,55.014114,75.46506,68.72911,83.58267,223.81958,91.4249,167.44287,15.098535,36.996647,93.45431,288.5537,561.76306,56.289413,287.51468,67.297066,131.9652,272.9887,413.05032,963.88666,161.7361,4.1848416,22.12668,8.406188,39.725765,19052.287,2.9815383,19.768986,31.981989,28.942875,335.08862,47.3224,131.13853,2.8215582,125.149635,396.88727,279.91193,129.34811,516.4978,35.805508,101.46319,164.30946,10.764475,1.5994256,10.842268,1261.8252,0.08121958,0.29800537,48.300987,8.431884,3.712314,3.9557798,7.5002484,95.184235,34.08011,86.5039,572.9075,236.25177,2050.434,1884.7667,17.766882,32.059418,11026.859,7.8054185,70.46181,705.125,135.28941,182.40921,81.3834,423.22977,814.9436,434.777,18.455606,101.410934,1065.8258,2091.3884,50.764328,631.90894,51.554615,1.0930263,62.21664,1.1065161,0.6796239,3.1133828,47.182022,126.08037,252.31174,18.885977,3183.7954,358.002,130.99261,188.33905,83.423775,94.83989,55.36604,15.771708,104.45598,801.18335,245.75029,134.12491,119.41287,9.320631,140.30481,127.05276,36.16136,726.7972,177.6195,3549.2537,32.237206,2982.671,78.83634,419.50775,2219.504,81.420166,9.648534,1156.5903,930.6297,3431.0881,91.0122 +2023-08-02 12:00:00,0.0,17625.023,314.46555,26.297354,35.0352,29.725674,163.5287,24.391499,33.069836,19.989025,20.970356,904.9259,245.03036,9.112527,133.42621,6.790422,0.57572776,27.116802,9.462551,2.1822016,333.61533,0.23685753,332.03146,42.77442,0.8648574,2.4836233,108.19949,15.801489,36.114697,98.543396,27399.928,0.122722685,1586.9188,0.43239212,0.26307023,0.10772999,0.604996,143.27563,159.92088,24.5158,195.40323,21.48788,82.18002,2179.4163,2.590168,312.81445,193.87802,368.13458,137.22,337.76797,34.50824,498.97217,0.0,2377.8687,13860.668,37.458397,533.67725,152.43114,43220.72,131.99922,29.144854,164.22581,440.43237,69.90272,30.517677,260.99234,2114.7905,341.13104,179.52179,25.240671,17.542608,385.8476,72.757835,1251.8798,85.104836,2475.1958,174.78226,386.57138,78.06252,128.80565,6.788766,10.734228,15.324114,2.4757156,2.009611,68.87268,69.07149,72.99039,29.54193,29.891436,128.40938,7.0432134,3115.0967,54.988712,75.435486,68.69017,83.514626,223.8887,91.405655,167.29839,15.092509,36.987957,93.399475,288.45996,561.83057,56.33911,287.56485,67.30794,131.91757,272.97952,412.7246,963.85486,161.73138,4.1873226,22.108871,8.4002695,39.745605,19053.22,2.982468,19.789885,32.0129,28.961264,335.09232,47.351612,131.16803,2.8198566,125.15605,396.98013,279.8626,129.38652,516.426,35.80376,101.457054,164.2734,10.763046,1.599519,10.842104,1261.372,0.08118585,0.29788172,48.302803,8.4303465,3.7117865,3.955005,7.5018425,95.16596,34.07097,86.50479,572.88916,236.26027,2050.686,1884.76,17.784508,32.092068,11025.47,7.8047714,70.5,705.20154,135.36412,182.52661,81.41936,423.50107,815.07526,434.8423,18.47189,101.48172,1065.7278,2091.154,50.807728,632.3939,51.629032,1.0929447,62.215347,1.1061649,0.6793824,3.1124008,47.223225,126.15729,252.19693,18.877956,3182.3665,358.164,131.12097,188.52016,83.474655,94.8246,55.419353,15.859946,104.44758,801.13586,245.76152,134.15196,119.38562,9.341935,140.32373,127.06855,36.14257,726.5307,177.57971,3546.9788,32.238102,2981.6526,78.839134,419.51166,2218.3733,81.38939,9.653385,1156.2104,930.4067,3429.5378,91.012314 +2023-08-02 13:00:00,0.0,17625.178,314.5483,26.313776,35.05415,29.734999,163.56418,24.398914,33.08963,19.990906,20.978668,905.43536,244.92014,9.12519,133.49083,6.7815304,0.57491463,27.119818,9.449546,2.1792645,333.68326,0.23671098,332.17072,42.787415,0.8638524,2.4803994,108.237946,15.806659,36.13023,98.53223,27400.178,0.122594915,1587.6101,0.43207896,0.26283482,0.10762166,0.6043927,143.30908,159.96713,24.512333,195.33804,21.507519,82.135574,2179.5896,2.5890336,312.6091,193.72734,368.2439,137.10875,337.8738,34.519753,498.54205,0.0,2377.4036,13853.753,37.436634,533.743,152.39795,43215.97,131.997,29.131207,164.07137,440.08032,69.86749,30.503962,260.77054,2113.8918,341.08954,179.34883,25.226686,17.536825,385.9538,72.744415,1251.4122,85.10497,2475.372,174.93454,386.37964,78.08463,128.76042,6.78761,10.731794,15.315412,2.4751189,2.0086796,68.89393,69.104126,73.02114,29.573406,29.914948,128.40886,7.0499268,3114.7036,54.963306,75.405914,68.65123,83.44659,223.95784,91.38641,167.1539,15.086483,36.979267,93.34464,288.36618,561.8981,56.38881,287.615,67.31881,131.86995,272.9703,412.3989,963.823,161.72667,4.1898036,22.091063,8.394351,39.76544,19054.156,2.9833975,19.810781,32.043816,28.97965,335.096,47.380825,131.19753,2.818155,125.16247,397.073,279.8133,129.42494,516.3542,35.802013,101.45093,164.23735,10.761619,1.5996125,10.841939,1260.9188,0.081152126,0.29775804,48.30462,8.428808,3.7112591,3.95423,7.503436,95.1477,34.06183,86.505684,572.87085,236.26875,2050.938,1884.7533,17.802132,32.124718,11024.079,7.8041244,70.53819,705.27814,135.43881,182.64403,81.45531,423.7724,815.20685,434.90753,18.48817,101.55251,1065.6298,2090.92,50.851124,632.87897,51.70345,1.0928632,62.214054,1.1058136,0.67914087,3.1114185,47.264423,126.234215,252.08214,18.869936,3180.9375,358.32596,131.24933,188.70128,83.52554,94.80931,55.47267,15.948186,104.43918,801.0883,245.77275,134.17902,119.35837,9.363239,140.34264,127.08434,36.12378,726.2642,177.53993,3544.7039,32.239,2980.6343,78.84193,419.5156,2217.243,81.35862,9.6582365,1155.8307,930.1836,3427.9878,91.01243 +2023-08-02 14:00:00,0.0,17625.332,314.63107,26.330198,35.0731,29.744322,163.59966,24.406328,33.10942,19.992786,20.98698,905.94476,244.80989,9.137853,133.55545,6.772639,0.5741015,27.122833,9.436542,2.1763275,333.7512,0.23656443,332.30997,42.80041,0.8628473,2.4771755,108.27639,15.811829,36.14576,98.52106,27400.428,0.12246714,1588.3014,0.43176576,0.2625994,0.10751334,0.60378945,143.34253,160.0134,24.508865,195.27284,21.527157,82.091125,2179.763,2.5878994,312.40378,193.57666,368.3532,136.99751,337.97964,34.531265,498.11194,0.0,2376.9382,13846.837,37.41487,533.8087,152.36476,43211.22,131.99478,29.117561,163.91693,439.7283,69.83226,30.490246,260.54877,2112.9932,341.04807,179.17586,25.2127,17.53104,386.05997,72.730995,1250.9448,85.1051,2475.548,175.08684,386.18793,78.106735,128.7152,6.7864547,10.729361,15.306709,2.474522,2.0077486,68.915184,69.13676,73.05189,29.604885,29.938461,128.40833,7.0566397,3114.3105,54.937904,75.37634,68.6123,83.37854,224.02696,91.36717,167.00941,15.080458,36.970577,93.28981,288.27243,561.96564,56.438507,287.66516,67.32968,131.82233,272.96112,412.0732,963.7912,161.72195,4.192285,22.073254,8.3884325,39.785282,19055.09,2.984327,19.83168,32.07473,28.998037,335.0997,47.410034,131.22702,2.8164537,125.168884,397.16583,279.764,129.46335,516.28235,35.800266,101.44479,164.2013,10.760191,1.5997059,10.841774,1260.4656,0.0811184,0.2976344,48.306435,8.42727,3.710732,3.953455,7.5050297,95.12943,34.05269,86.50658,572.85254,236.27725,2051.19,1884.7467,17.819757,32.157368,11022.689,7.8034773,70.576385,705.35474,135.5135,182.76143,81.491264,424.04373,815.3385,434.9728,18.504454,101.6233,1065.5317,2090.6855,50.894524,633.36395,51.77787,1.0927815,62.212765,1.1054623,0.67889935,3.1104362,47.305626,126.31114,251.96735,18.861917,3179.5088,358.4879,131.37769,188.88239,83.57642,94.79402,55.525986,16.036425,104.43078,801.04083,245.784,134.20605,119.331116,9.384542,140.36156,127.100136,36.104992,725.9977,177.50015,3542.4292,32.23989,2979.616,78.84472,419.5195,2216.1123,81.32784,9.663088,1155.4509,929.9605,3426.4375,91.01254 +2023-08-02 15:00:00,0.0,17625.486,314.7138,26.34662,35.092052,29.753647,163.63513,24.413742,33.12921,19.994665,20.995293,906.4542,244.69965,9.150516,133.62007,6.763747,0.5732884,27.125849,9.423536,2.1733906,333.81912,0.23641787,332.44922,42.813408,0.86184233,2.4739516,108.31484,15.816998,36.161293,98.509895,27400.678,0.12233936,1588.9927,0.43145257,0.26236397,0.107405014,0.60318613,143.37598,160.05965,24.505398,195.20766,21.546795,82.04668,2179.936,2.5867653,312.19843,193.426,368.46252,136.88626,338.0855,34.542778,497.68182,0.0,2376.4731,13839.922,37.393112,533.87445,152.33157,43206.47,131.99255,29.103914,163.76248,439.37622,69.797035,30.47653,260.327,2112.0947,341.00656,179.0029,25.198715,17.525257,386.16617,72.717575,1250.4774,85.10524,2475.724,175.23912,385.99622,78.128845,128.66995,6.7852993,10.726926,15.298008,2.473925,2.0068173,68.93643,69.16939,73.08264,29.636364,29.961973,128.4078,7.063353,3113.9172,54.9125,75.34677,68.57336,83.31049,224.0961,91.34792,166.86491,15.074432,36.961887,93.23497,288.17865,562.03314,56.488205,287.7153,67.34055,131.7747,272.9519,411.7475,963.7594,161.71724,4.194766,22.055443,8.382514,39.805122,19056.025,2.985257,19.85258,32.105644,29.016426,335.1034,47.439247,131.25652,2.814752,125.17531,397.2587,279.7147,129.50177,516.2105,35.79852,101.43866,164.16524,10.758763,1.5997993,10.841609,1260.0123,0.08108467,0.29751074,48.30825,8.425733,3.7102046,3.95268,7.5066237,95.11116,34.04355,86.50747,572.8342,236.28574,2051.442,1884.74,17.837383,32.190018,11021.299,7.80283,70.614586,705.4313,135.58821,182.87883,81.527214,424.31506,815.4701,435.03806,18.520737,101.694084,1065.4338,2090.4514,50.937923,633.849,51.852287,1.0927,62.21147,1.105111,0.6786578,3.109454,47.346825,126.38806,251.85255,18.853897,3178.0798,358.64987,131.50604,189.0635,83.627304,94.77873,55.5793,16.124664,104.42238,800.9933,245.79523,134.23311,119.30386,9.405847,140.38046,127.11593,36.0862,725.7312,177.46036,3540.1543,32.240788,2978.5977,78.84751,419.52344,2214.982,81.297066,9.667939,1155.071,929.7374,3424.8872,91.01266 +2023-08-02 16:00:00,0.0,17625.64,314.79657,26.363043,35.111004,29.762972,163.67062,24.421156,33.149006,19.996546,21.003605,906.9636,244.58942,9.163178,133.68468,6.7548556,0.5724753,27.128864,9.410531,2.1704535,333.8871,0.23627132,332.5885,42.826405,0.8608373,2.4707277,108.35329,15.822167,36.176823,98.498726,27400.93,0.12221159,1589.684,0.4311394,0.26212856,0.10729669,0.6025828,143.40944,160.10591,24.50193,195.14247,21.566433,82.00222,2180.1094,2.5856311,311.9931,193.27531,368.57187,136.77501,338.19135,34.55429,497.25174,0.0,2376.0078,13833.006,37.37135,533.94025,152.29839,43201.72,131.99033,29.09027,163.60805,439.02417,69.76181,30.462814,260.10522,2111.196,340.96506,178.82994,25.18473,17.519472,386.27234,72.70415,1250.0099,85.10538,2475.9001,175.3914,385.8045,78.15095,128.62473,6.7841434,10.724492,15.289306,2.4733284,2.0058863,68.95769,69.20202,73.113396,29.667843,29.985487,128.40729,7.070066,3113.5242,54.887096,75.31721,68.53442,83.24245,224.16522,91.32868,166.72043,15.068407,36.953197,93.18014,288.0849,562.10065,56.537903,287.76547,67.35142,131.72708,272.94272,411.42178,963.7276,161.71252,4.1972475,22.037634,8.3765955,39.824963,19056.96,2.9861865,19.873476,32.13656,29.034813,335.1071,47.468456,131.28601,2.8130505,125.181725,397.35156,279.66537,129.54018,516.13873,35.796772,101.43253,164.12918,10.757336,1.5998927,10.841445,1259.5591,0.08105095,0.2973871,48.310066,8.424194,3.7096775,3.9519053,7.5082173,95.092896,34.03441,86.508354,572.8159,236.29424,2051.6938,1884.7333,17.85501,32.222668,11019.908,7.802183,70.65278,705.5079,135.6629,182.99625,81.56317,424.5864,815.60175,435.1033,18.53702,101.76488,1065.3358,2090.217,50.98132,634.334,51.926704,1.0926185,62.21018,1.1047597,0.6784163,3.1084716,47.388027,126.46499,251.73775,18.845877,3176.651,358.81183,131.63441,189.24463,83.67819,94.76344,55.632618,16.212904,104.41398,800.9458,245.80646,134.26016,119.27661,9.427151,140.39938,127.13172,36.06741,725.46466,177.42058,3537.8796,32.241684,2977.579,78.8503,419.52734,2213.8513,81.26629,9.672791,1154.6913,929.51434,3423.3372,91.01277 +2023-08-02 17:00:00,0.0,17625.795,314.8793,26.379465,35.129955,29.772295,163.7061,24.42857,33.168797,19.998426,21.011917,907.4731,244.47917,9.175841,133.7493,6.745964,0.5716622,27.13188,9.397526,2.1675165,333.95502,0.23612478,332.72775,42.839397,0.8598322,2.467504,108.39174,15.827337,36.192356,98.48756,27401.18,0.12208381,1590.3752,0.43082622,0.26189312,0.10718837,0.60197955,143.44289,160.15218,24.498463,195.07729,21.586071,81.95777,2180.2827,2.5844967,311.78775,193.12463,368.68118,136.66376,338.29718,34.565804,496.82162,0.0,2375.5425,13826.091,37.349586,534.006,152.2652,43196.965,131.9881,29.076622,163.4536,438.67215,69.726585,30.449099,259.88345,2110.2974,340.92355,178.65697,25.170746,17.513689,386.3785,72.69073,1249.5425,85.10551,2476.0762,175.54369,385.6128,78.17306,128.57948,6.782988,10.722058,15.280603,2.4727316,2.004955,68.978935,69.23465,73.14414,29.699322,30.008999,128.40677,7.0767794,3113.131,54.86169,75.287636,68.495476,83.1744,224.23436,91.30944,166.57594,15.062381,36.944504,93.125305,287.99112,562.16815,56.5876,287.8156,67.36229,131.67946,272.93353,411.09607,963.6958,161.70781,4.1997285,22.019825,8.370677,39.844803,19057.895,2.987116,19.894375,32.167473,29.0532,335.11078,47.49767,131.3155,2.8113492,125.18814,397.4444,279.61606,129.5786,516.0669,35.795025,101.4264,164.09312,10.755908,1.5999862,10.84128,1259.106,0.08101722,0.29726344,48.311886,8.422656,3.70915,3.9511302,7.509811,95.07463,34.02527,86.50925,572.7976,236.30272,2051.9458,1884.7267,17.872633,32.25532,11018.519,7.801536,70.69097,705.5845,135.73761,183.11365,81.59913,424.8577,815.73334,435.16858,18.553303,101.83566,1065.2378,2089.983,51.02472,634.81903,52.00112,1.0925368,62.20889,1.1044084,0.6781748,3.1074893,47.429226,126.541916,251.62296,18.837858,3175.2222,358.9738,131.76277,189.42574,83.72907,94.74815,55.685932,16.301142,104.40558,800.8983,245.81769,134.28722,119.24937,9.448454,140.41829,127.147514,36.048622,725.1982,177.38078,3535.6047,32.242577,2976.5608,78.853096,419.53128,2212.7207,81.23551,9.677641,1154.3115,929.2913,3421.7869,91.012886 +2023-08-02 18:00:00,0.0,17625.95,314.96207,26.395887,35.148907,29.78162,163.74158,24.435986,33.188587,20.000307,21.02023,907.98254,244.36894,9.188503,133.81392,6.737073,0.57084906,27.134895,9.3845215,2.1645794,334.02295,0.23597823,332.867,42.852394,0.85882723,2.4642801,108.43018,15.832506,36.207886,98.47639,27401.43,0.121956035,1591.0665,0.43051305,0.2616577,0.10708004,0.6013763,143.47633,160.19843,24.494997,195.0121,21.60571,81.91332,2180.4558,2.5833626,311.58243,192.97397,368.79053,136.5525,338.403,34.577316,496.3915,0.0,2375.0774,13819.175,37.327827,534.0717,152.23203,43192.215,131.98587,29.062975,163.29916,438.32007,69.69135,30.435383,259.66168,2109.399,340.88205,178.48401,25.156761,17.507904,386.4847,72.67731,1249.075,85.105644,2476.2524,175.69597,385.42105,78.19517,128.53426,6.781832,10.7196245,15.271902,2.4721348,2.004024,69.00019,69.26728,73.1749,29.7308,30.032513,128.40625,7.0834928,3112.7378,54.836285,75.258064,68.456535,83.10636,224.30348,91.2902,166.43146,15.056355,36.935814,93.070465,287.89737,562.23566,56.6373,287.86578,67.37316,131.63184,272.92432,410.7704,963.664,161.7031,4.20221,22.002016,8.3647585,39.864643,19058.83,2.988046,19.915272,32.198387,29.071589,335.11447,47.526882,131.345,2.8096476,125.19456,397.53726,279.56674,129.61702,515.99506,35.793278,101.420265,164.05707,10.75448,1.6000797,10.841115,1258.6527,0.08098349,0.29713976,48.3137,8.421118,3.7086227,3.9503553,7.511405,95.05636,34.016132,86.51014,572.7793,236.31122,2052.1978,1884.72,17.890259,32.28797,11017.128,7.800889,70.729164,705.661,135.8123,183.23105,81.63508,425.12903,815.865,435.23383,18.569584,101.906456,1065.1398,2089.7485,51.06812,635.3041,52.07554,1.0924553,62.207596,1.1040572,0.6779333,3.106507,47.47043,126.618835,251.50816,18.829838,3173.7932,359.13577,131.89113,189.60686,83.77996,94.732864,55.739246,16.389381,104.39718,800.85077,245.82892,134.31427,119.222115,9.469758,140.43721,127.16331,36.02983,724.93164,177.341,3533.33,32.243473,2975.5425,78.855896,419.5352,2211.5903,81.20474,9.682492,1153.9316,929.06824,3420.2368,91.01301 +2023-08-02 19:00:00,0.0,17626.104,315.04483,26.41231,35.16786,29.790943,163.77707,24.4434,33.20838,20.002188,21.028542,908.49194,244.2587,9.201166,133.87854,6.7281814,0.57003593,27.13791,9.371516,2.1616423,334.09088,0.23583168,333.00626,42.86539,0.8578222,2.4610562,108.468636,15.837676,36.22342,98.46522,27401.682,0.121828265,1591.7578,0.43019986,0.26142228,0.106971726,0.600773,143.50978,160.24469,24.49153,194.94691,21.625347,81.868866,2180.6292,2.5822284,311.37708,192.82329,368.89984,136.44125,338.50885,34.58883,495.9614,0.0,2374.6123,13812.259,37.306065,534.13745,152.19884,43187.465,131.98366,29.04933,163.14471,437.96802,69.65613,30.421667,259.4399,2108.5002,340.84055,178.31105,25.142776,17.502121,386.59088,72.66389,1248.6075,85.10578,2476.4285,175.84825,385.2293,78.21727,128.48903,6.780677,10.717191,15.2632,2.471538,2.0030928,69.02144,69.29991,73.20565,29.762278,30.056025,128.40573,7.0902057,3112.3447,54.810883,75.22849,68.417595,83.038315,224.37262,91.27095,166.28696,15.05033,36.927124,93.01563,287.8036,562.3032,56.686996,287.91595,67.38403,131.58421,272.91513,410.44467,963.63214,161.69838,4.204691,21.984207,8.35884,39.884483,19059.766,2.9889755,19.93617,32.2293,29.089975,335.11813,47.55609,131.37448,2.807946,125.20097,397.63013,279.51743,129.65543,515.9232,35.79153,101.41414,164.02101,10.753053,1.6001731,10.84095,1258.1995,0.08094977,0.2970161,48.315517,8.41958,3.7080956,3.9495802,7.5129986,95.03809,34.006992,86.51103,572.761,236.3197,2052.4497,1884.7134,17.907885,32.32062,11015.738,7.800242,70.767365,705.7376,135.887,183.34845,81.671036,425.40036,815.9966,435.29907,18.585867,101.97724,1065.0417,2089.5144,51.111515,635.78906,52.149956,1.0923737,62.206306,1.1037059,0.67769176,3.1055248,47.511627,126.69576,251.39336,18.82182,3172.3643,359.29773,132.01949,189.78796,83.83084,94.717575,55.792564,16.477621,104.38878,800.8033,245.84015,134.34132,119.19486,9.491061,140.45612,127.1791,36.01104,724.66516,177.30122,3531.0552,32.24437,2974.5242,78.85869,419.53912,2210.4597,81.173965,9.687344,1153.5519,928.84515,3418.6865,91.01312 +2023-08-02 20:00:00,0.0,17626.258,315.12756,26.428732,35.18681,29.800268,163.81255,24.450813,33.228172,20.004068,21.036854,909.0014,244.14845,9.213829,133.94315,6.71929,0.5692228,27.140926,9.358511,2.1587052,334.15884,0.23568512,333.14554,42.878387,0.8568172,2.4578323,108.50708,15.842846,36.23895,98.454056,27401.932,0.12170049,1592.4491,0.42988667,0.26118687,0.1068634,0.6001697,143.54323,160.29095,24.488062,194.88171,21.644985,81.82442,2180.8025,2.581094,311.17172,192.67262,369.00916,136.33,338.6147,34.60034,495.5313,0.0,2374.147,13805.344,37.2843,534.2032,152.16565,43182.715,131.98143,29.035683,162.99028,437.616,69.6209,30.407951,259.21814,2107.6016,340.79907,178.13808,25.12879,17.496338,386.69708,72.65047,1248.14,85.10591,2476.6045,176.00053,385.03763,78.23938,128.44379,6.7795215,10.714756,15.254498,2.470941,2.0021617,69.042694,69.33255,73.2364,29.793756,30.079536,128.40521,7.096919,3111.9517,54.785477,75.19892,68.378654,82.97027,224.44176,91.25171,166.14247,15.044305,36.918434,92.9608,287.70984,562.3707,56.736694,287.9661,67.394905,131.5366,272.9059,410.11896,963.60034,161.69366,4.207172,21.966398,8.3529215,39.90432,19060.7,2.989905,19.957067,32.260216,29.108364,335.12183,47.585304,131.40398,2.8062446,125.2074,397.72296,279.46814,129.69385,515.85144,35.789783,101.408005,163.98495,10.751625,1.6002665,10.840785,1257.7463,0.08091604,0.29689246,48.317333,8.418042,3.7075682,3.9488053,7.514592,95.01983,33.997852,86.511925,572.7427,236.3282,2052.702,1884.7067,17.925508,32.35327,11014.348,7.799595,70.80556,705.81415,135.9617,183.46587,81.706985,425.6717,816.12823,435.36435,18.60215,102.04803,1064.9437,2089.28,51.154915,636.2741,52.224373,1.0922922,62.205013,1.1033546,0.67745024,3.1045425,47.55283,126.77269,251.27856,18.813799,3170.9355,359.4597,132.14784,189.96909,83.88172,94.702286,55.84588,16.56586,104.38038,800.75574,245.85138,134.36836,119.16761,9.512365,140.47504,127.19489,35.992252,724.3986,177.26143,3528.7805,32.245262,2973.5056,78.86148,419.54303,2209.329,81.14319,9.692195,1153.1721,928.6221,3417.1362,91.01324 +2023-08-02 21:00:00,0.0,17626.414,315.21033,26.445154,35.20576,29.809593,163.84802,24.458227,33.247967,20.005947,21.045168,909.5108,244.03822,9.226492,134.00777,6.710398,0.5684097,27.143942,9.345506,2.1557682,334.22678,0.23553857,333.2848,42.89138,0.85581213,2.4546084,108.54553,15.848015,36.254482,98.44289,27402.182,0.12157271,1593.1405,0.4295735,0.26095143,0.10675508,0.59956646,143.57668,160.3372,24.484594,194.81653,21.664623,81.77997,2180.9758,2.5799599,310.9664,192.52194,369.11847,136.21875,338.72052,34.611855,495.1012,0.0,2373.6816,13798.428,37.262543,534.269,152.13246,43177.965,131.9792,29.022038,162.83583,437.26395,69.58567,30.394236,258.99637,2106.7031,340.75757,177.96512,25.114805,17.490553,386.80325,72.63704,1247.6726,85.10605,2476.7805,176.15283,384.8459,78.26148,128.39856,6.7783656,10.712322,15.245796,2.4703443,2.0012305,69.06394,69.36517,73.26715,29.825235,30.10305,128.4047,7.103632,3111.5583,54.760075,75.16936,68.339714,82.90222,224.51088,91.23247,165.99799,15.03828,36.909744,92.90596,287.61606,562.43823,56.786392,288.01627,67.40577,131.48898,272.89673,409.79324,963.56854,161.68893,4.2096534,21.94859,8.347003,39.92416,19061.635,2.9908347,19.977966,32.29113,29.12675,335.12552,47.614517,131.43347,2.804543,125.21381,397.81583,279.41882,129.73225,515.7796,35.788036,101.40187,163.9489,10.750197,1.6003599,10.840621,1257.2931,0.08088232,0.2967688,48.31915,8.416504,3.7070408,3.9480305,7.516186,95.00156,33.988712,86.51281,572.72437,236.33669,2052.9539,1884.7,17.943134,32.38592,11012.958,7.798948,70.84375,705.89075,136.03639,183.58327,81.74294,425.94302,816.2598,435.4296,18.618433,102.11882,1064.8457,2089.046,51.198315,636.7591,52.29879,1.0922105,62.20372,1.1030033,0.6772087,3.1035602,47.59403,126.84961,251.16377,18.805779,3169.5066,359.62164,132.27621,190.1502,83.93261,94.687,55.899193,16.6541,104.37198,800.70825,245.86263,134.39542,119.14036,9.533669,140.49394,127.210686,35.97346,724.13214,177.22165,3526.5056,32.24616,2972.4873,78.86427,419.54697,2208.1987,81.11241,9.697046,1152.7922,928.39905,3415.5862,91.01335 +2023-08-02 22:00:00,0.0,17626.568,315.2931,26.461576,35.224712,29.818916,163.88351,24.465641,33.267757,20.007828,21.05348,910.02026,243.92798,9.239155,134.07239,6.7015066,0.56759655,27.146957,9.332501,2.1528313,334.2947,0.23539202,333.42404,42.904377,0.8548071,2.4513848,108.58398,15.853185,36.27001,98.43172,27402.434,0.12144494,1593.8318,0.4292603,0.26071602,0.106646754,0.5989631,143.61014,160.38347,24.481127,194.75134,21.684261,81.73551,2181.149,2.5788257,310.76105,192.37126,369.22778,136.1075,338.82635,34.62337,494.67108,0.0,2373.2163,13791.513,37.24078,534.3347,152.09927,43173.215,131.97697,29.00839,162.6814,436.91187,69.550446,30.38052,258.7746,2105.8044,340.71606,177.79216,25.10082,17.48477,386.90942,72.62362,1247.2051,85.10618,2476.9565,176.30511,384.65417,78.28359,128.35332,6.77721,10.709888,15.237094,2.4697475,2.0002995,69.0852,69.39781,73.297905,29.856714,30.126562,128.40417,7.1103454,3111.1653,54.73467,75.139786,68.30078,82.834175,224.58002,91.21323,165.8535,15.032253,36.901054,92.85113,287.5223,562.50574,56.836086,288.0664,67.41664,131.44136,272.88754,409.46756,963.53674,161.68422,4.2121344,21.93078,8.3410845,39.944,19062.57,2.9917645,19.998863,32.322044,29.145138,335.1292,47.643726,131.46297,2.8028414,125.22023,397.9087,279.3695,129.77068,515.70776,35.78629,101.395744,163.91284,10.74877,1.6004534,10.840456,1256.8398,0.08084859,0.29664516,48.32097,8.414966,3.7065136,3.9472554,7.51778,94.98329,33.979572,86.5137,572.7061,236.34518,2053.2058,1884.6934,17.96076,32.41857,11011.567,7.7983007,70.88194,705.96735,136.11108,183.70067,81.7789,426.21432,816.3915,435.49484,18.634716,102.189606,1064.7477,2088.8115,51.24171,637.24414,52.37321,1.092129,62.20243,1.102652,0.6769672,3.1025782,47.63523,126.92654,251.04898,18.79776,3168.078,359.7836,132.40457,190.33131,83.98349,94.67171,55.952507,16.742338,104.36358,800.66077,245.87386,134.42247,119.113106,9.554973,140.51286,127.22648,35.95467,723.86566,177.18187,3524.2307,32.247055,2971.469,78.867065,419.55087,2207.068,81.081635,9.701898,1152.4125,928.17596,3414.036,91.013466 +2023-08-02 23:00:00,0.0,17626.723,315.37582,26.477999,35.243664,29.828241,163.91899,24.473057,33.287548,20.009708,21.061792,910.5297,243.81775,9.251818,134.13701,6.692615,0.5667835,27.149973,9.319496,2.1498942,334.36264,0.23524548,333.5633,42.917374,0.8538021,2.448161,108.62243,15.858355,36.285545,98.42055,27402.684,0.12131716,1594.5231,0.42894712,0.26048058,0.10653843,0.5983598,143.64359,160.42973,24.47766,194.68616,21.7039,81.69106,2181.3223,2.5776916,310.55573,192.2206,369.33713,135.99626,338.9322,34.634884,494.241,0.0,2372.7512,13784.597,37.219017,534.40045,152.06609,43168.465,131.97475,28.994745,162.52695,436.55984,69.51522,30.366804,258.5528,2104.9058,340.67456,177.61919,25.086836,17.478985,387.01562,72.6102,1246.7377,85.106316,2477.1328,176.4574,384.46246,78.3057,128.30809,6.776055,10.707455,15.228392,2.4691508,1.9993683,69.106445,69.43044,73.32865,29.888193,30.150076,128.40366,7.1170588,3110.7722,54.709263,75.110214,68.26184,82.766136,224.64914,91.19398,165.709,15.026228,36.89236,92.796295,287.42853,562.57324,56.885784,288.11658,67.42751,131.39374,272.87833,409.14185,963.50494,161.6795,4.214616,21.91297,8.335166,39.96384,19063.504,2.9926941,20.019762,32.352955,29.163527,335.1329,47.67294,131.49246,2.80114,125.22665,398.00153,279.3202,129.8091,515.6359,35.784542,101.38961,163.87679,10.747342,1.6005468,10.840291,1256.3867,0.08081486,0.29652148,48.322784,8.413428,3.7059863,3.9464805,7.5193734,94.96503,33.970432,86.514595,572.6878,236.35368,2053.4578,1884.6866,17.978384,32.45122,11010.177,7.7976537,70.920135,706.0439,136.18579,183.81808,81.81485,426.48566,816.5231,435.56012,18.650997,102.2604,1064.6498,2088.5774,51.28511,637.7291,52.447628,1.0920475,62.201138,1.1023008,0.6767257,3.1015959,47.676434,127.00346,250.93417,18.78974,3166.649,359.9456,132.53293,190.51244,84.03437,94.65642,56.005825,16.830578,104.35517,800.6132,245.88509,134.44952,119.08585,9.576277,140.53177,127.24227,35.935883,723.5991,177.14207,3521.956,32.247948,2970.4507,78.86986,419.55478,2205.9375,81.050865,9.706749,1152.0327,927.9529,3412.4856,91.01358 +2023-08-03 00:00:00,0.0,17626.877,315.4586,26.494421,35.26262,29.837566,163.95447,24.48047,33.307343,20.01159,21.070105,911.0391,243.7075,9.264481,134.20161,6.6837234,0.56597036,27.152988,9.306491,2.1469572,334.43057,0.23509893,333.70258,42.93037,0.85279703,2.444937,108.66087,15.863524,36.301075,98.40938,27402.934,0.12118939,1595.2144,0.42863396,0.26024517,0.106430106,0.59775656,143.67703,160.47598,24.474192,194.62097,21.723537,81.646614,2181.4956,2.5765572,310.35037,192.06992,369.44644,135.88501,339.03802,34.646397,493.81088,0.0,2372.286,13777.682,37.197258,534.4662,152.0329,43163.715,131.97253,28.981098,162.37251,436.2078,69.479996,30.353088,258.33102,2104.0073,340.63306,177.44623,25.072851,17.473202,387.1218,72.59678,1246.2701,85.10645,2477.3088,176.60968,384.27072,78.327805,128.26285,6.774899,10.705021,15.21969,2.468554,1.9984372,69.1277,69.46307,73.359406,29.919672,30.173588,128.40314,7.1237717,3110.3792,54.68386,75.08064,68.2229,82.69809,224.71828,91.174736,165.56451,15.020203,36.88367,92.74146,287.33478,562.64075,56.935482,288.16672,67.438385,131.34612,272.86914,408.81613,963.47314,161.67479,4.217097,21.89516,8.329247,39.98368,19064.44,2.9936237,20.040659,32.38387,29.181913,335.1366,47.70215,131.52196,2.7994385,125.23307,398.0944,279.27087,129.8475,515.56415,35.782795,101.38348,163.84073,10.745914,1.6006403,10.840126,1255.9335,0.08078114,0.29639784,48.3246,8.41189,3.7054589,3.9457054,7.520967,94.946754,33.961292,86.51549,572.6695,236.36217,2053.7097,1884.68,17.99601,32.48387,11008.787,7.7970066,70.958336,706.1205,136.26048,183.93549,81.85081,426.757,816.6547,435.62537,18.66728,102.331184,1064.5518,2088.343,51.328506,638.2142,52.522045,1.0919659,62.19985,1.1019495,0.67648417,3.1006136,47.717632,127.08039,250.81938,18.78172,3165.22,360.10754,132.66129,190.69354,84.08526,94.64113,56.05914,16.918818,104.34677,800.56573,245.89632,134.47658,119.0586,9.59758,140.55069,127.258064,35.91709,723.33264,177.1023,3519.6812,32.248844,2969.4321,78.87265,419.55872,2204.8071,81.02009,9.7116,1151.6528,927.7298,3410.9355,91.013695 +2023-08-03 01:00:00,0.0,17627.031,315.54132,26.510843,35.28157,29.84689,163.98996,24.487885,33.327133,20.01347,21.078417,911.5486,243.59726,9.2771435,134.26624,6.674832,0.56515723,27.156004,9.293486,2.14402,334.49854,0.23495238,333.84183,42.943363,0.851792,2.441713,108.699326,15.868693,36.31661,98.39821,27403.184,0.121061616,1595.9056,0.42832077,0.26000977,0.10632178,0.59715325,143.71048,160.52225,24.470724,194.55579,21.743176,81.602165,2181.6687,2.575423,310.14505,191.91924,369.5558,135.77376,339.14386,34.65791,493.38077,0.0,2371.8208,13770.766,37.175495,534.5319,151.99973,43158.965,131.9703,28.967451,162.21806,435.8557,69.44476,30.339373,258.10925,2103.1086,340.59155,177.27327,25.058867,17.467419,387.22797,72.58336,1245.8027,85.10658,2477.4849,176.76196,384.07898,78.349915,128.21762,6.7737436,10.702586,15.210988,2.4679573,1.997506,69.14895,69.49571,73.39016,29.951149,30.197102,128.40262,7.130485,3109.9858,54.658455,75.05108,68.18396,82.63004,224.7874,91.155495,165.42003,15.014177,36.87498,92.68662,287.241,562.7083,56.98518,288.2169,67.44926,131.2985,272.85992,408.49045,963.4413,161.67007,4.219578,21.877352,8.323329,40.00352,19065.375,2.9945533,20.061558,32.414783,29.200302,335.1403,47.73136,131.55145,2.797737,125.23949,398.18726,279.22156,129.88593,515.4923,35.781048,101.37735,163.80467,10.744487,1.6007338,10.839961,1255.4802,0.08074741,0.2962742,48.326416,8.410352,3.7049317,3.9449306,7.522561,94.92849,33.952152,86.51638,572.6512,236.37067,2053.9617,1884.6733,18.013636,32.51652,11007.396,7.79636,70.99653,706.197,136.33519,184.05289,81.886765,427.02832,816.7863,435.6906,18.683563,102.40197,1064.4537,2088.109,51.371906,638.69916,52.596462,1.0918843,62.198555,1.1015981,0.6762427,3.0996313,47.758835,127.15731,250.70459,18.7737,3163.7913,360.2695,132.78966,190.87466,84.13614,94.62584,56.112453,17.007057,104.33837,800.51825,245.90755,134.50363,119.03135,9.618884,140.5696,127.27386,35.8983,723.0661,177.0625,3517.4065,32.24974,2968.4138,78.87544,419.56262,2203.6765,80.98931,9.716452,1151.2731,927.5067,3409.3853,91.01381 +2023-08-03 02:00:00,0.0,17627.186,315.62408,26.527266,35.30052,29.856215,164.02544,24.495298,33.346928,20.01535,21.08673,912.05804,243.48703,9.289806,134.33086,6.6659408,0.5643441,27.15902,9.280481,2.141083,334.56647,0.23480582,333.98108,42.95636,0.850787,2.4384892,108.73777,15.873863,36.33214,98.38705,27403.436,0.12093384,1596.5969,0.4280076,0.25977433,0.10621346,0.59655,143.74393,160.5685,24.467257,194.49059,21.762814,81.55771,2181.842,2.5742888,309.9397,191.76857,369.6651,135.6625,339.2497,34.669422,492.95065,0.0,2371.3555,13763.851,37.153732,534.5977,151.96654,43154.215,131.96808,28.953806,162.06363,435.50372,69.40954,30.325657,257.88748,2102.21,340.55008,177.1003,25.04488,17.461634,387.33417,72.56993,1245.3353,85.10672,2477.661,176.91425,383.8873,78.372025,128.1724,6.772588,10.700152,15.202286,2.4673603,1.9965749,69.170204,69.52834,73.420906,29.982628,30.220613,128.4021,7.137198,3109.5928,54.633053,75.02151,68.14502,82.562,224.85654,91.13625,165.27554,15.008151,36.86629,92.63179,287.14725,562.7758,57.034878,288.26703,67.46012,131.25087,272.85074,408.16473,963.4095,161.66536,4.2220592,21.859543,8.31741,40.02336,19066.309,2.9954832,20.082455,32.445698,29.218689,335.14398,47.760574,131.58095,2.7960355,125.2459,398.2801,279.17224,129.92433,515.4205,35.7793,101.371216,163.76862,10.743058,1.6008271,10.839797,1255.0271,0.08071368,0.29615054,48.32823,8.408813,3.7044044,3.9441557,7.5241547,94.91022,33.943012,86.517265,572.6329,236.37915,2054.2136,1884.6666,18.03126,32.54917,11006.007,7.795713,71.03472,706.2736,136.40988,184.1703,81.922714,427.29965,816.91797,435.7559,18.699846,102.47276,1064.3557,2087.8745,51.415306,639.1842,52.67088,1.0918027,62.19726,1.1012468,0.6760012,3.098649,47.800034,127.23424,250.5898,18.76568,3162.3623,360.43146,132.91801,191.05579,84.18702,94.61055,56.16577,17.095297,104.32997,800.4707,245.91878,134.53067,119.004105,9.640188,140.58852,127.28965,35.879513,722.7996,177.02272,3515.1316,32.250637,2967.3955,78.87824,419.56656,2202.5461,80.958534,9.721303,1150.8933,927.2837,3407.835,91.01392 +2023-08-03 03:00:00,0.0,17627.34,315.70685,26.543688,35.319473,29.865538,164.06091,24.502712,33.36672,20.01723,21.095041,912.56744,243.37679,9.302468,134.39546,6.657049,0.563531,27.162035,9.267476,2.138146,334.6344,0.23465927,334.12033,42.969357,0.84978193,2.4352655,108.77622,15.879033,36.34767,98.37588,27403.686,0.12080607,1597.2882,0.4276944,0.25953892,0.106105134,0.5959467,143.77739,160.61476,24.463789,194.4254,21.782452,81.51326,2182.0154,2.5731544,309.73438,191.61789,369.7744,135.55125,339.35553,34.680935,492.52057,0.0,2370.8901,13756.935,37.13197,534.66345,151.93335,43149.465,131.96585,28.940159,161.90918,435.15164,69.37431,30.311941,257.6657,2101.3115,340.50858,176.92734,25.030895,17.45585,387.44034,72.55651,1244.8678,85.10685,2477.837,177.06653,383.69556,78.39413,128.12715,6.7714324,10.697719,15.193584,2.4667635,1.9956437,69.19146,69.560974,73.45166,30.014107,30.244127,128.40158,7.1439114,3109.1997,54.607647,74.991936,68.10608,82.49395,224.92567,91.117004,165.13104,15.002126,36.8576,92.57696,287.0535,562.8433,57.084576,288.3172,67.47099,131.20325,272.84155,407.83902,963.3777,161.66064,4.22454,21.841734,8.311492,40.0432,19067.244,2.9964128,20.103354,32.476612,29.237076,335.14767,47.789783,131.61044,2.794334,125.25232,398.37296,279.12296,129.96275,515.3487,35.777554,101.36508,163.73256,10.741631,1.6009206,10.839632,1254.5739,0.08067996,0.2960269,48.33005,8.407276,3.7038772,3.9433806,7.5257483,94.89195,33.933872,86.51816,572.61456,236.38765,2054.4656,1884.66,18.048885,32.58182,11004.616,7.795066,71.072914,706.3502,136.48457,184.2877,81.95867,427.57098,817.04956,435.82114,18.71613,102.54355,1064.2577,2087.6404,51.458702,639.6692,52.745296,1.0917212,62.195972,1.1008955,0.6757597,3.0976667,47.841236,127.311165,250.47499,18.75766,3160.9333,360.5934,133.04637,191.2369,84.23791,94.59526,56.219086,17.183535,104.32157,800.4232,245.93001,134.55772,118.97685,9.661491,140.60742,127.30544,35.86072,722.5331,176.98294,3512.857,32.25153,2966.3772,78.881035,419.57047,2201.4155,80.927765,9.726154,1150.5134,927.0606,3406.285,91.01404 +2023-08-03 04:00:00,0.0,17627.494,315.78958,26.56011,35.338425,29.874863,164.0964,24.510128,33.38651,20.01911,21.103355,913.0769,243.26656,9.315131,134.46008,6.6481576,0.56271785,27.16505,9.254471,2.1352088,334.70233,0.23451273,334.2596,42.982353,0.84877694,2.4320416,108.81467,15.884202,36.363205,98.36471,27403.936,0.12067829,1597.9795,0.42738122,0.25930348,0.10599681,0.5953434,143.81084,160.66103,24.460321,194.36021,21.80209,81.46881,2182.1885,2.5720203,309.52902,191.46721,369.88373,135.44,339.46136,34.692448,492.09045,0.0,2370.425,13750.02,37.11021,534.7292,151.90016,43144.71,131.96362,28.926514,161.75475,434.79956,69.33908,30.298225,257.44394,2100.4128,340.46707,176.75438,25.01691,17.450066,387.54654,72.54309,1244.4004,85.10699,2478.0132,177.21883,383.50385,78.41624,128.08192,6.770277,10.695285,15.184882,2.4661667,1.9947126,69.21271,69.593605,73.482414,30.045586,30.26764,128.40106,7.1506243,3108.8064,54.582245,74.962364,68.06714,82.42591,224.9948,91.09776,164.98656,14.9961,36.84891,92.52212,286.95972,562.9108,57.134274,288.36737,67.481865,131.15562,272.83234,407.5133,963.3459,161.65593,4.2270217,21.823925,8.305573,40.06304,19068.178,2.9973423,20.12425,32.507526,29.255465,335.15134,47.818996,131.63994,2.7926323,125.258736,398.46582,279.07364,130.00116,515.27686,35.775806,101.358955,163.6965,10.740203,1.601014,10.839467,1254.1206,0.08064623,0.2959032,48.331867,8.405738,3.7033498,3.9426057,7.5273423,94.87369,33.924732,86.51905,572.59625,236.39613,2054.7175,1884.6533,18.066511,32.61447,11003.226,7.794419,71.111115,706.42676,136.55928,184.4051,81.99462,427.8423,817.18115,435.8864,18.73241,102.61434,1064.1597,2087.406,51.5021,640.15424,52.819714,1.0916396,62.19468,1.1005443,0.67551816,3.0966845,47.882435,127.388084,250.3602,18.749641,3159.5046,360.7554,133.17473,191.41801,84.28879,94.57997,56.2724,17.271774,104.31317,800.37573,245.94125,134.58478,118.9496,9.682796,140.62634,127.321236,35.84193,722.2666,176.94315,3510.582,32.252426,2965.3586,78.88383,419.5744,2200.285,80.89699,9.731006,1150.1337,926.8375,3404.7346,91.01416 +2023-08-03 05:00:00,0.0,17627.648,315.87234,26.576532,35.357376,29.884188,164.13188,24.517542,33.406303,20.02099,21.111668,913.5863,243.15631,9.327794,134.5247,6.639266,0.5619047,27.168066,9.241466,2.132272,334.7703,0.23436618,334.39886,42.99535,0.8477719,2.4288177,108.85312,15.889372,36.378735,98.35354,27404.188,0.12055051,1598.6708,0.42706805,0.25906807,0.105888486,0.5947401,143.84428,160.70728,24.456854,194.29503,21.821728,81.424355,2182.3618,2.5708861,309.3237,191.31654,369.99307,135.32875,339.5672,34.70396,491.66034,0.0,2369.96,13743.104,37.088448,534.7949,151.86697,43139.96,131.96141,28.912867,161.6003,434.4475,69.303856,30.28451,257.22217,2099.5142,340.42557,176.5814,25.002926,17.444283,387.6527,72.52967,1243.9329,85.107124,2478.1892,177.37111,383.31213,78.43834,128.03668,6.769121,10.692851,15.17618,2.46557,1.9937814,69.23396,69.626236,73.51316,30.077065,30.291151,128.40054,7.1573377,3108.4133,54.55684,74.93279,68.0282,82.357864,225.06393,91.07852,164.84207,14.990075,36.84022,92.467285,286.86597,562.97833,57.18397,288.4175,67.49274,131.108,272.82315,407.18762,963.3141,161.65121,4.2295027,21.806116,8.299655,40.08288,19069.113,2.9982722,20.14515,32.53844,29.273851,335.15503,47.848206,131.66943,2.790931,125.26516,398.55865,279.02432,130.03958,515.205,35.77406,101.35282,163.66045,10.738775,1.6011075,10.839302,1253.6675,0.0806125,0.29577956,48.333683,8.4042,3.7028224,3.9418309,7.528936,94.855415,33.915592,86.51994,572.57794,236.40463,2054.9695,1884.6467,18.084135,32.64712,11001.836,7.7937717,71.14931,706.50336,136.63397,184.52252,82.03058,428.11362,817.3128,435.95166,18.748693,102.68513,1064.0616,2087.1719,51.5455,640.6392,52.89413,1.091558,62.19339,1.100193,0.67527664,3.0957022,47.923637,127.46501,250.2454,18.741621,3158.0757,360.91736,133.30309,191.59912,84.339676,94.56468,56.325718,17.360014,104.30477,800.3282,245.95248,134.61183,118.92235,9.7041,140.64525,127.33703,35.823143,722.00006,176.90337,3508.3074,32.253323,2964.3403,78.88662,419.5783,2199.1545,80.86621,9.735856,1149.7539,926.61444,3403.1846,91.014275 +2023-08-03 06:00:00,0.0,17627.805,315.9551,26.592955,35.376328,29.89351,164.16736,24.524956,33.426094,20.022871,21.11998,914.09576,243.04607,9.340457,134.58932,6.6303744,0.5610916,27.171082,9.228461,2.129335,334.83823,0.23421963,334.53812,43.008343,0.8467668,2.4255939,108.89156,15.894542,36.394268,98.34237,27404.438,0.12042274,1599.362,0.42675486,0.25883263,0.10578016,0.59413683,143.87773,160.75354,24.453388,194.22984,21.841368,81.379906,2182.5352,2.569752,309.11835,191.16586,370.10242,135.2175,339.67303,34.715473,491.23022,0.0,2369.4946,13736.1875,37.066685,534.86066,151.83379,43135.21,131.95918,28.89922,161.44586,434.0955,69.26863,30.270794,257.0004,2098.6157,340.38406,176.40845,24.988941,17.4385,387.75888,72.51624,1243.4655,85.107254,2478.3652,177.52339,383.1204,78.46045,127.991455,6.767966,10.690416,15.167479,2.4649732,1.9928503,69.25521,69.65887,73.543915,30.108541,30.314665,128.40001,7.164051,3108.0203,54.531433,74.90323,67.98926,82.28982,225.13306,91.05928,164.69759,14.984049,36.831528,92.41245,286.7722,563.04584,57.23367,288.46768,67.50361,131.06038,272.81393,406.8619,963.2822,161.6465,4.231984,21.788307,8.293736,40.10272,19070.049,2.9992018,20.166046,32.569355,29.292238,335.15872,47.87742,131.69891,2.7892294,125.271576,398.65152,278.975,130.078,515.1332,35.77231,101.34669,163.62439,10.737348,1.6012009,10.839138,1253.2142,0.08057878,0.2956559,48.3355,8.402662,3.7022953,3.9410558,7.5305295,94.83715,33.906452,86.520836,572.5597,236.41312,2055.2214,1884.64,18.10176,32.67977,11000.445,7.7931247,71.1875,706.57996,136.70868,184.63992,82.066536,428.38495,817.4444,436.0169,18.764977,102.75591,1063.9636,2086.9375,51.588898,641.12427,52.968548,1.0914764,62.192097,1.0998417,0.6750351,3.09472,47.964836,127.54194,250.13062,18.7336,3156.6467,361.0793,133.43146,191.78024,84.39056,94.54939,56.379032,17.448254,104.29637,800.2807,245.96371,134.63889,118.895096,9.725403,140.66417,127.35282,35.80435,721.7336,176.86357,3506.0325,32.254215,2963.322,78.88941,419.58224,2198.024,80.835434,9.740707,1149.374,926.39136,3401.6343,91.01439 +2023-08-03 07:00:00,0.0,17627.959,316.03784,26.609377,35.39528,29.902836,164.20285,24.53237,33.44589,20.024752,21.128292,914.6052,242.93584,9.35312,134.65393,6.621483,0.56027853,27.174097,9.215456,2.1263978,334.90616,0.23407307,334.67737,43.02134,0.84576184,2.42237,108.930016,15.899711,36.409798,98.3312,27404.688,0.120294966,1600.0533,0.42644167,0.25859722,0.105671845,0.5935335,143.91118,160.7998,24.44992,194.16466,21.861006,81.33546,2182.7085,2.5686176,308.91302,191.01518,370.21173,135.10626,339.7789,34.726986,490.80014,0.0,2369.0293,13729.272,37.044926,534.92645,151.8006,43130.46,131.95695,28.885574,161.29141,433.74344,69.233406,30.257078,256.77863,2097.717,340.34256,176.23549,24.974957,17.432714,387.86508,72.50282,1242.9979,85.10739,2478.5413,177.67567,382.9287,78.48256,127.94622,6.7668104,10.687983,15.158776,2.4643762,1.9919192,69.27647,69.6915,73.57467,30.14002,30.338177,128.39949,7.170764,3107.627,54.50603,74.87366,67.950325,82.22177,225.2022,91.04003,164.55309,14.978024,36.822838,92.35761,286.67844,563.1134,57.283367,288.51782,67.51447,131.01276,272.80475,406.5362,963.2504,161.64178,4.234465,21.770496,8.287819,40.12256,19070.982,3.0001314,20.186945,32.60027,29.310627,335.1624,47.90663,131.72841,2.7875278,125.27799,398.7444,278.9257,130.11641,515.0614,35.77056,101.34056,163.58833,10.73592,1.6012943,10.838973,1252.761,0.08054505,0.29553226,48.337315,8.401124,3.701768,3.940281,7.5321236,94.818886,33.897312,86.52173,572.5414,236.42162,2055.4734,1884.6333,18.119387,32.71242,10999.056,7.7924776,71.22569,706.6565,136.78337,184.75732,82.102486,428.65628,817.57605,436.08218,18.78126,102.826706,1063.8657,2086.7034,51.632298,641.60925,53.04297,1.0913949,62.190804,1.0994904,0.6747936,3.0937376,48.00604,127.61886,250.01581,18.725582,3155.218,361.24127,133.55981,191.96136,84.44144,94.5341,56.432346,17.536491,104.28797,800.23315,245.97495,134.66594,118.86784,9.746707,140.68307,127.368614,35.78556,721.4671,176.82379,3503.7576,32.25511,2962.3037,78.892204,419.58615,2196.8933,80.80466,9.745559,1148.9943,926.16833,3400.084,91.0145 +2023-08-03 08:00:00,0.0,17628.113,316.1206,26.625797,35.41423,29.912159,164.23833,24.539785,33.46568,20.026632,21.136604,915.1146,242.82559,9.365783,134.71855,6.6125913,0.5594654,27.177113,9.202451,2.1234608,334.9741,0.23392652,334.81665,43.034336,0.8447568,2.419146,108.96846,15.904881,36.42533,98.32004,27404.938,0.12016719,1600.7446,0.4261285,0.2583618,0.10556352,0.59293026,143.94464,160.84605,24.446453,194.09946,21.880644,81.29101,2182.8816,2.5674834,308.70767,190.86452,370.32104,134.99501,339.88474,34.7385,490.37003,0.0,2368.564,13722.356,37.023163,534.9922,151.76741,43125.71,131.95473,28.871927,161.13698,433.39136,69.19817,30.243362,256.55685,2096.8184,340.3011,176.06252,24.96097,17.426931,387.97125,72.4894,1242.5305,85.10753,2478.7173,177.82796,382.73697,78.50466,127.900986,6.7656546,10.685549,15.150074,2.4637794,1.990988,69.297714,69.72413,73.605415,30.1715,30.36169,128.39897,7.1774774,3107.234,54.480625,74.844086,67.911385,82.153725,225.27132,91.02079,164.4086,14.971998,36.814148,92.30278,286.58466,563.1809,57.333065,288.568,67.525345,130.96515,272.79556,406.2105,963.2186,161.63707,4.236946,21.752687,8.2819,40.1424,19071.918,3.001061,20.207844,32.631184,29.329014,335.1661,47.93584,131.7579,2.7858264,125.28441,398.83722,278.87637,130.15483,514.98956,35.768814,101.33443,163.55228,10.734492,1.6013877,10.838808,1252.3077,0.080511324,0.2954086,48.33913,8.399586,3.7012405,3.9395058,7.533717,94.80061,33.888172,86.52261,572.5231,236.4301,2055.7253,1884.6267,18.137012,32.74507,10997.665,7.7918305,71.263885,706.7331,136.85806,184.87474,82.13844,428.9276,817.70764,436.14743,18.79754,102.89749,1063.7677,2086.469,51.675697,642.0943,53.117386,1.0913134,62.189514,1.0991391,0.6745521,3.0927553,48.047237,127.695786,249.90102,18.717562,3153.789,361.40323,133.68817,192.14247,84.492325,94.518814,56.485664,17.624731,104.27957,800.18567,245.98618,134.69298,118.84059,9.76801,140.702,127.38441,35.766773,721.20056,176.78401,3501.483,32.25601,2961.2852,78.895,419.5901,2195.763,80.77389,9.75041,1148.6145,925.94525,3398.534,91.01462 +2023-08-03 09:00:00,0.0,17628.268,316.20334,26.64222,35.43318,29.921484,164.2738,24.5472,33.48547,20.028511,21.144917,915.6241,242.71536,9.378446,134.78317,6.6036997,0.5586523,27.180128,9.1894455,2.1205237,335.04205,0.23377997,334.9559,43.047333,0.8437518,2.4159224,109.00691,15.91005,36.44086,98.30887,27405.19,0.12003942,1601.4359,0.4258153,0.25812638,0.1054552,0.592327,143.97809,160.89232,24.442986,194.03427,21.900282,81.24655,2183.055,2.5663493,308.50232,190.71384,370.43036,134.88376,339.99057,34.750015,489.9399,0.0,2368.0989,13715.441,37.0014,535.0579,151.73424,43120.96,131.9525,28.858282,160.98253,433.03937,69.16295,30.229647,256.33505,2095.92,340.25958,175.88956,24.946985,17.421146,388.07745,72.47598,1242.063,85.10766,2478.8936,177.98024,382.54523,78.52677,127.85576,6.764499,10.683115,15.141373,2.4631827,1.9900569,69.31897,69.75676,73.63617,30.202978,30.385202,128.39845,7.1841903,3106.8408,54.455223,74.814514,67.872444,82.085686,225.34045,91.00155,164.26411,14.965973,36.805458,92.24795,286.4909,563.2484,57.382763,288.61813,67.53622,130.91753,272.78635,405.8848,963.1868,161.63234,4.2394276,21.734879,8.275982,40.16224,19072.854,3.0019908,20.22874,32.662098,29.347403,335.1698,47.965054,131.7874,2.7841249,125.29083,398.93008,278.82706,130.19324,514.9177,35.767067,101.32829,163.51622,10.733065,1.6014812,10.838643,1251.8546,0.0804776,0.29528493,48.34095,8.398047,3.7007134,3.938731,7.5353107,94.78235,33.879032,86.523506,572.50476,236.4386,2055.9773,1884.62,18.154636,32.77772,10996.274,7.7911835,71.302086,706.80963,136.93277,184.99214,82.17439,429.1989,817.8393,436.21268,18.813824,102.968285,1063.6697,2086.2349,51.719093,642.5793,53.191803,1.0912317,62.18822,1.0987878,0.67431056,3.0917733,48.08844,127.77271,249.78622,18.709543,3152.36,361.5652,133.81653,192.3236,84.543205,94.503525,56.53898,17.71297,104.27117,800.1382,245.9974,134.72003,118.81334,9.789314,140.7209,127.4002,35.747982,720.9341,176.74422,3499.208,32.2569,2960.2668,78.8978,419.594,2194.6323,80.74311,9.755261,1148.2346,925.72217,3396.9836,91.01473 +2023-08-03 10:00:00,0.0,17628.422,316.2861,26.658642,35.452133,29.930809,164.3093,24.554613,33.505264,20.030392,21.153229,916.1335,242.60512,9.3911085,134.8478,6.5948086,0.55783916,27.183144,9.176441,2.1175866,335.11,0.23363343,335.09515,43.060326,0.84274673,2.4126985,109.04536,15.915219,36.456394,98.2977,27405.44,0.11991164,1602.1273,0.42550212,0.25789094,0.10534687,0.5917237,144.01154,160.93857,24.439518,193.96909,21.91992,81.2021,2183.2283,2.5652149,308.297,190.56316,370.53967,134.7725,340.0964,34.761528,489.5098,0.0,2367.6335,13708.525,36.97964,535.12366,151.70105,43116.21,131.95029,28.844635,160.8281,432.6873,69.12772,30.21593,256.11328,2095.0212,340.21808,175.7166,24.933,17.415363,388.18362,72.46256,1241.5956,85.107796,2479.0696,178.13252,382.35352,78.548874,127.810524,6.7633433,10.680681,15.13267,2.462586,1.9891257,69.34022,69.7894,73.66692,30.234457,30.408716,128.39793,7.1909037,3106.4475,54.429817,74.78494,67.8335,82.01764,225.40958,90.98231,164.11963,14.959948,36.79677,92.193115,286.39713,563.3159,57.43246,288.6683,67.54709,130.8699,272.77716,405.55908,963.155,161.62762,4.2419086,21.71707,8.270063,40.18208,19073.787,3.0029204,20.24964,32.693012,29.36579,335.1735,47.994263,131.8169,2.7824233,125.29725,399.02295,278.77777,130.23166,514.8459,35.76532,101.32217,163.48016,10.731637,1.6015747,10.838478,1251.4014,0.080443874,0.29516128,48.342766,8.39651,3.700186,3.937956,7.536905,94.764084,33.869892,86.5244,572.48645,236.44708,2056.2292,1884.6133,18.172262,32.81037,10994.885,7.7905364,71.34028,706.8862,137.00746,185.10954,82.21035,429.47025,817.9709,436.27795,18.830107,103.03907,1063.5717,2086.0005,51.762493,643.06433,53.26622,1.0911502,62.186928,1.0984366,0.67406905,3.090791,48.12964,127.84963,249.67142,18.701523,3150.9314,361.72717,133.94489,192.5047,84.594086,94.488235,56.592293,17.80121,104.26277,800.09064,246.00864,134.74709,118.78609,9.810618,140.73982,127.41599,35.72919,720.66754,176.70444,3496.9333,32.257797,2959.2485,78.90059,419.59793,2193.502,80.71233,9.760113,1147.8549,925.4991,3395.4333,91.01485 +2023-08-03 11:00:00,0.0,17628.576,316.36887,26.675064,35.471085,29.940132,164.34477,24.562027,33.525055,20.032272,21.161541,916.64294,242.49487,9.403771,134.9124,6.585917,0.557026,27.18616,9.163436,2.1146495,335.17792,0.23348688,335.2344,43.073322,0.8417417,2.4094746,109.08381,15.920389,36.471924,98.28653,27405.69,0.11978386,1602.8186,0.42518896,0.25765553,0.10523855,0.5911204,144.04498,160.98483,24.43605,193.9039,21.939558,81.15765,2183.4014,2.5640807,308.09164,190.41249,370.649,134.66125,340.20224,34.77304,489.0797,0.0,2367.1685,13701.61,36.95788,535.1894,151.66786,43111.46,131.94806,28.83099,160.67365,432.3352,69.0925,30.202217,255.89153,2094.1226,340.17657,175.54362,24.919016,17.409578,388.2898,72.449135,1241.1282,85.107925,2479.2456,178.28482,382.1618,78.570984,127.76529,6.762188,10.678247,15.123968,2.4619892,1.9881946,69.36147,69.82203,73.69767,30.265936,30.432228,128.39742,7.197617,3106.0544,54.40441,74.75538,67.79456,81.94959,225.47871,90.96306,163.97513,14.953921,36.78808,92.138275,286.30338,563.3834,57.482155,288.71844,67.55796,130.82228,272.76794,405.23337,963.1232,161.62291,4.24439,21.69926,8.264145,40.20192,19074.723,3.00385,20.270536,32.723923,29.384176,335.1772,48.023476,131.84639,2.780722,125.303665,399.11578,278.72845,130.27008,514.7741,35.763573,101.31603,163.4441,10.730209,1.6016681,10.838314,1250.9481,0.080410145,0.29503763,48.34458,8.394972,3.6996586,3.937181,7.5384984,94.74581,33.860756,86.52529,572.46814,236.45558,2056.4812,1884.6067,18.189888,32.84302,10993.494,7.7898893,71.37847,706.9628,137.08215,185.22694,82.24631,429.74158,818.10254,436.3432,18.84639,103.109856,1063.4736,2085.7664,51.80589,643.5493,53.340637,1.0910686,62.18564,1.0980853,0.6738275,3.0898087,48.17084,127.92656,249.55663,18.693502,3149.5024,361.88913,134.07326,192.68582,84.64497,94.47295,56.64561,17.88945,104.25437,800.04315,246.01988,134.77414,118.75884,9.831922,140.75873,127.431786,35.710403,720.40106,176.66466,3494.6584,32.258694,2958.2302,78.90338,419.60184,2192.3713,80.68156,9.764964,1147.4751,925.27606,3393.8833,91.01496 +2023-08-03 12:00:00,0.0,17628.73,316.4516,26.691486,35.490036,29.949457,164.38025,24.56944,33.54485,20.034153,21.169853,917.1524,242.38464,9.416433,134.97702,6.5770254,0.5562129,27.189175,9.150431,2.1117127,335.24585,0.23334032,335.3737,43.08632,0.8407367,2.4062507,109.12225,15.925559,36.487457,98.27536,27405.941,0.11965609,1603.5099,0.42487577,0.2574201,0.105130225,0.5905171,144.07843,161.0311,24.432583,193.83871,21.959196,81.1132,2183.5747,2.5629466,307.88632,190.26181,370.75833,134.55,340.30807,34.784554,488.6496,0.0,2366.7031,13694.694,36.936115,535.2552,151.63467,43106.71,131.94583,28.817343,160.51921,431.98322,69.05727,30.188501,255.66974,2093.2239,340.13507,175.37067,24.905031,17.403795,388.396,72.435715,1240.6606,85.10806,2479.4216,178.4371,381.9701,78.593094,127.720055,6.7610326,10.675813,15.115267,2.4613922,1.9872634,69.38272,69.85466,73.728424,30.297413,30.455742,128.3969,7.20433,3105.6614,54.37901,74.72581,67.75562,81.881546,225.54785,90.94382,163.83064,14.947896,36.779385,92.08344,286.2096,563.4509,57.531853,288.76862,67.568825,130.77466,272.75876,404.90768,963.0914,161.6182,4.246871,21.681452,8.258226,40.221756,19075.658,3.0047796,20.291435,32.754837,29.402565,335.18088,48.05269,131.87589,2.7790203,125.31008,399.20865,278.67914,130.30849,514.7023,35.761826,101.3099,163.40805,10.728782,1.6017615,10.838149,1250.495,0.080376424,0.29491398,48.346397,8.393434,3.6991315,3.9364061,7.540092,94.72755,33.851616,86.526184,572.4498,236.46408,2056.7332,1884.6,18.207512,32.87567,10992.1045,7.7892423,71.416664,707.03937,137.15686,185.34436,82.28226,430.0129,818.23413,436.40845,18.862673,103.18065,1063.3756,2085.532,51.84929,644.03436,53.415054,1.0909871,62.184345,1.097734,0.673586,3.0888264,48.21204,128.00348,249.44183,18.685484,3148.0737,362.0511,134.20161,192.86693,84.695854,94.457664,56.698925,17.977688,104.245964,799.9956,246.03111,134.8012,118.73159,9.853226,140.77765,127.44758,35.691612,720.1345,176.62486,3492.3838,32.259586,2957.2117,78.90617,419.60577,2191.2407,80.65078,9.769815,1147.0952,925.053,3392.333,91.015076 +2023-08-03 13:00:00,0.0,17628.885,316.53436,26.707909,35.508987,29.958782,164.41574,24.576857,33.56464,20.036034,21.178167,917.6618,242.2744,9.429096,135.04164,6.568134,0.5553998,27.19219,9.137425,2.1087756,335.3138,0.23319377,335.51294,43.099316,0.83973163,2.4030268,109.160706,15.930728,36.502987,98.26419,27406.191,0.119528316,1604.2012,0.4245626,0.25718468,0.1050219,0.5899138,144.11188,161.07735,24.429115,193.77353,21.978834,81.06875,2183.748,2.5618124,307.68097,190.11115,370.86768,134.43875,340.4139,34.796066,488.21948,0.0,2366.2378,13687.779,36.914356,535.3209,151.60149,43101.96,131.9436,28.803696,160.36476,431.63113,69.02204,30.174786,255.44797,2092.3254,340.09357,175.19771,24.891047,17.398012,388.50217,72.422295,1240.1932,85.1082,2479.5977,178.58939,381.77838,78.6152,127.67482,6.7598767,10.673379,15.1065645,2.4607954,1.9863323,69.40398,69.88729,73.75918,30.328892,30.479254,128.39638,7.2110434,3105.268,54.353603,74.696236,67.71668,81.8135,225.61697,90.924576,163.68616,14.941871,36.770695,92.02861,286.11584,563.5185,57.58155,288.81876,67.5797,130.72704,272.74957,404.58197,963.0596,161.61348,4.249352,21.663643,8.252308,40.241596,19076.592,3.0057094,20.312332,32.78575,29.420952,335.18457,48.081898,131.90538,2.7773187,125.3165,399.3015,278.62982,130.34691,514.63043,35.76008,101.30377,163.372,10.727354,1.6018549,10.837984,1250.0417,0.080342695,0.29479033,48.348213,8.391895,3.698604,3.935631,7.541686,94.70928,33.842476,86.52707,572.4315,236.47256,2056.985,1884.5934,18.225138,32.90832,10990.714,7.788595,71.454865,707.11597,137.23155,185.46176,82.318214,430.28424,818.3658,436.47372,18.878954,103.251434,1063.2776,2085.2979,51.89269,644.51935,53.48947,1.0909054,62.183056,1.0973827,0.6733445,3.0878441,48.253242,128.08041,249.32704,18.677464,3146.6448,362.21304,134.32997,193.04805,84.74674,94.442375,56.75224,18.065928,104.237564,799.9481,246.04234,134.82825,118.70434,9.874529,140.79655,127.46337,35.67282,719.86804,176.58508,3490.109,32.260483,2956.1934,78.908966,419.60968,2190.1104,80.62001,9.774667,1146.7155,924.8299,3390.783,91.0152 +2023-08-03 14:00:00,0.0,17629.04,316.61713,26.72433,35.52794,29.968105,164.45122,24.58427,33.58443,20.037914,21.18648,918.17126,242.16417,9.441759,135.10626,6.5592422,0.5545867,27.195206,9.124421,2.1058385,335.38174,0.23304722,335.6522,43.11231,0.83872664,2.3998032,109.19915,15.935898,36.51852,98.25303,27406.441,0.11940054,1604.8925,0.4242494,0.25694928,0.10491358,0.5893105,144.14534,161.12361,24.425648,193.70833,21.998472,81.0243,2183.9211,2.560678,307.47565,189.96046,370.977,134.3275,340.51974,34.80758,487.7894,0.0,2365.7727,13680.863,36.892593,535.38666,151.5683,43097.21,131.94138,28.79005,160.21033,431.27908,68.98682,30.16107,255.2262,2091.4268,340.0521,175.02473,24.87706,17.392227,388.60837,72.408875,1239.7257,85.10833,2479.774,178.74167,381.58664,78.63731,127.62959,6.7587214,10.670945,15.097862,2.4601986,1.9854012,69.425224,69.91992,73.78993,30.36037,30.502766,128.39586,7.2177563,3104.875,54.3282,74.666664,67.67774,81.74546,225.68611,90.905334,163.54167,14.935845,36.762005,91.97377,286.02206,563.586,57.63125,288.86893,67.59057,130.67941,272.74036,404.25626,963.0278,161.60876,4.2518334,21.645834,8.246389,40.261436,19077.527,3.006639,20.333231,32.816666,29.439339,335.18823,48.11111,131.93488,2.7756174,125.32292,399.39435,278.5805,130.38531,514.5586,35.75833,101.29764,163.33594,10.725926,1.6019484,10.837819,1249.5885,0.08030897,0.29466665,48.350033,8.390358,3.698077,3.9348562,7.5432796,94.69101,33.833336,86.52796,572.4132,236.48106,2057.237,1884.5867,18.242764,32.94097,10989.324,7.787948,71.49306,707.19257,137.30626,185.57916,82.354164,430.55554,818.4974,436.53897,18.895237,103.32222,1063.1796,2085.0635,51.936085,645.0044,53.56389,1.0908239,62.181763,1.0970314,0.673103,3.0868618,48.29444,128.15733,249.21223,18.669443,3145.2158,362.375,134.45833,193.22917,84.79762,94.427086,56.805557,18.154167,104.229164,799.90063,246.05357,134.85529,118.677086,9.895833,140.81548,127.479164,35.654034,719.6015,176.54529,3487.8342,32.26138,2955.175,78.91176,419.61362,2188.9797,80.58923,9.779518,1146.3357,924.6068,3389.2327,91.01531 +2023-08-03 15:00:00,0.0,17629.193,316.69986,26.740753,35.54689,29.97743,164.4867,24.591684,33.604225,20.039793,21.194792,918.68066,242.05392,9.454422,135.17087,6.5503507,0.5537736,27.198221,9.111416,2.1029015,335.44968,0.23290068,335.79144,43.125305,0.8377216,2.3965793,109.2376,15.941068,36.53405,98.24186,27406.693,0.11927277,1605.5837,0.42393622,0.25671384,0.10480525,0.58870727,144.17879,161.16988,24.42218,193.64314,22.01811,80.97984,2184.0945,2.5595438,307.2703,189.80978,371.0863,134.21626,340.62558,34.81909,487.35928,0.0,2365.3076,13673.948,36.87083,535.4524,151.53511,43092.457,131.93916,28.776403,160.05588,430.92706,68.951584,30.147354,255.00443,2090.528,340.0106,174.85178,24.863075,17.386444,388.71454,72.395454,1239.2583,85.10847,2479.95,178.89395,381.3949,78.65941,127.58436,6.757566,10.668511,15.089161,2.4596019,1.98447,69.44648,69.95255,73.82068,30.39185,30.52628,128.39534,7.2244697,3104.482,54.302795,74.6371,67.63881,81.677414,225.75523,90.886086,163.39717,14.929819,36.753315,91.91894,285.9283,563.6535,57.680946,288.9191,67.60144,130.63179,272.73117,403.93054,962.996,161.60405,4.2543144,21.628025,8.240471,40.281277,19078.463,3.0075686,20.354128,32.84758,29.457727,335.19193,48.140324,131.96437,2.7739158,125.32934,399.4872,278.5312,130.42374,514.4868,35.756584,101.29151,163.29988,10.724499,1.6020418,10.837654,1249.1354,0.080275245,0.294543,48.35185,8.38882,3.6975496,3.9340813,7.544873,94.672745,33.824196,86.528854,572.39496,236.48955,2057.489,1884.58,18.260387,32.97362,10987.934,7.787301,71.53125,707.2691,137.38095,185.69658,82.39012,430.82687,818.629,436.60422,18.91152,103.39301,1063.0815,2084.8293,51.979485,645.4894,53.63831,1.0907423,62.18047,1.0966802,0.67286146,3.0858796,48.335644,128.23425,249.09744,18.661425,3143.787,362.537,134.5867,193.41028,84.8485,94.4118,56.85887,18.242407,104.220764,799.8531,246.0648,134.88234,118.64983,9.917137,140.83438,127.49496,35.635242,719.335,176.50551,3485.5593,32.262276,2954.1567,78.91455,419.61752,2187.849,80.55846,9.784369,1145.9558,924.3837,3387.6824,91.01543 +2023-08-03 16:00:00,0.0,17629.35,316.78262,26.757175,35.56584,29.986753,164.52217,24.599098,33.624016,20.041674,21.203104,919.1901,241.94368,9.467085,135.23549,6.541459,0.55296046,27.201237,9.098411,2.0999644,335.5176,0.23275413,335.9307,43.1383,0.83671653,2.3933554,109.27605,15.946237,36.549583,98.23069,27406.943,0.11914499,1606.275,0.42362306,0.25647843,0.10469693,0.58810395,144.21223,161.21613,24.418713,193.57796,22.037748,80.935394,2184.2678,2.5584097,307.06497,189.65912,371.19562,134.10501,340.7314,34.830605,486.92917,0.0,2364.8423,13667.032,36.84907,535.5181,151.50194,43087.707,131.93694,28.762758,159.90144,430.57498,68.91636,30.133638,254.78265,2089.6296,339.9691,174.67882,24.84909,17.38066,388.8207,72.38203,1238.7908,85.1086,2480.126,179.04623,381.2032,78.68152,127.53912,6.75641,10.666078,15.080459,2.459005,1.9835389,69.46773,69.98518,73.85143,30.423328,30.549791,128.39482,7.231183,3104.0886,54.27739,74.60753,67.59987,81.60937,225.82437,90.866844,163.25269,14.923794,36.744625,91.864105,285.83453,563.721,57.730644,288.96924,67.61231,130.58417,272.72195,403.60486,962.9642,161.59933,4.256796,21.610214,8.234552,40.301117,19079.396,3.0084984,20.375027,32.878494,29.476114,335.19562,48.169533,131.99387,2.7722144,125.335754,399.58008,278.48187,130.46216,514.415,35.754837,101.28538,163.26382,10.72307,1.6021353,10.83749,1248.6821,0.080241516,0.29441935,48.353664,8.387281,3.6970222,3.9333062,7.5464673,94.65448,33.815056,86.52975,572.37665,236.49805,2057.741,1884.5734,18.278013,33.00627,10986.543,7.786654,71.56944,707.3457,137.45564,185.81398,82.42608,431.0982,818.7606,436.6695,18.927803,103.4638,1062.9836,2084.595,52.022884,645.9744,53.712727,1.0906608,62.17918,1.0963289,0.67261994,3.0848973,48.376842,128.31119,248.98265,18.653404,3142.3582,362.69894,134.71506,193.5914,84.89939,94.39651,56.912186,18.330645,104.212364,799.8056,246.07603,134.9094,118.62258,9.93844,140.8533,127.51075,35.61645,719.06854,176.46573,3483.2844,32.26317,2953.1382,78.91734,419.62146,2186.7188,80.52768,9.78922,1145.576,924.1607,3386.1323,91.01554 +2023-08-03 17:00:00,0.0,17629.504,316.86536,26.773598,35.584793,29.996078,164.55766,24.606512,33.64381,20.043554,21.211416,919.6996,241.83345,9.479748,135.30011,6.532568,0.5521473,27.204252,9.085405,2.0970273,335.58557,0.23260757,336.06998,43.1513,0.83571154,2.3901315,109.3145,15.9514065,36.565117,98.21952,27407.193,0.11901721,1606.9663,0.42330986,0.256243,0.104588605,0.5875007,144.24568,161.26239,24.415247,193.51277,22.057386,80.890945,2184.4412,2.5572753,306.85962,189.50844,371.30493,133.99376,340.83725,34.842117,486.49905,0.0,2364.377,13660.116,36.82731,535.58386,151.46875,43082.957,131.93471,28.749111,159.747,430.22293,68.881134,30.119923,254.56087,2088.731,339.92758,174.50584,24.835106,17.374876,388.9269,72.36861,1238.3234,85.108734,2480.302,179.19853,381.01147,78.70363,127.49389,6.7552547,10.663643,15.071756,2.458408,1.9826077,69.48898,70.01782,73.88219,30.454807,30.573305,128.3943,7.237896,3103.6956,54.251987,74.57796,67.56093,81.54132,225.8935,90.8476,163.1082,14.9177685,36.735935,91.809265,285.74078,563.7885,57.780342,289.0194,67.623184,130.53654,272.71277,403.27914,962.9324,161.59462,4.259277,21.592405,8.228634,40.320957,19080.332,3.009428,20.395924,32.90941,29.494503,335.1993,48.198746,132.02336,2.7705128,125.34217,399.6729,278.4326,130.50056,514.34314,35.75309,101.27924,163.22777,10.7216425,1.6022286,10.837325,1248.2289,0.08020779,0.2942957,48.35548,8.385744,3.696495,3.9325314,7.548061,94.63621,33.805916,86.53064,572.35834,236.50653,2057.9932,1884.5667,18.295639,33.03892,10985.153,7.786007,71.607635,707.42224,137.53035,185.93138,82.46203,431.36954,818.8923,436.73474,18.944086,103.53459,1062.8856,2084.3608,52.06628,646.4594,53.787144,1.0905792,62.177887,1.0959775,0.6723784,3.083915,48.418045,128.3881,248.86786,18.645384,3140.9292,362.8609,134.84341,193.7725,84.95027,94.38122,56.9655,18.418884,104.203964,799.7581,246.08728,134.93645,118.59533,9.959744,140.87221,127.52654,35.597664,718.802,176.42593,3481.0098,32.264065,2952.1199,78.92014,419.62537,2185.5881,80.4969,9.794071,1145.1963,923.9376,3384.582,91.015656 +2023-08-03 18:00:00,0.0,17629.658,316.94812,26.79002,35.603745,30.005404,164.59314,24.613928,33.6636,20.045435,21.219728,920.209,241.7232,9.492411,135.36473,6.5236764,0.5513342,27.207268,9.072401,2.0940902,335.6535,0.23246102,336.20923,43.16429,0.8347065,2.3869076,109.35294,15.956576,36.580647,98.20835,27407.443,0.11888944,1607.6576,0.42299667,0.25600758,0.10448028,0.58689743,144.27913,161.30864,24.41178,193.44759,22.077024,80.8465,2184.6143,2.5561411,306.6543,189.35776,371.41428,133.8825,340.94308,34.85363,486.06897,0.0,2363.9116,13653.201,36.805546,535.64966,151.43556,43078.207,131.93248,28.735464,159.59256,429.87085,68.84591,30.106207,254.3391,2087.8323,339.88608,174.33289,24.821121,17.369091,389.03308,72.35519,1237.8558,85.10887,2480.478,179.35081,380.81976,78.72573,127.448654,6.7540994,10.661209,15.063055,2.4578114,1.9816766,69.51023,70.050446,73.91293,30.486284,30.596817,128.39378,7.2446094,3103.3025,54.22658,74.548386,67.52199,81.473274,225.96263,90.82836,162.96371,14.911743,36.72724,91.75443,285.647,563.8561,57.83004,289.06955,67.63405,130.48892,272.70358,402.95343,962.9005,161.5899,4.2617583,21.574596,8.222715,40.340797,19081.266,3.0103576,20.416822,32.940323,29.51289,335.203,48.227955,132.05286,2.7688112,125.348595,399.76578,278.38327,130.53899,514.2713,35.751343,101.27312,163.19171,10.720215,1.6023221,10.83716,1247.7758,0.080174066,0.29417205,48.357296,8.384206,3.6959677,3.9317565,7.5496545,94.61794,33.796776,86.531525,572.34,236.51503,2058.245,1884.56,18.313263,33.07157,10983.763,7.78536,71.645836,707.49884,137.60504,186.0488,82.497986,431.64087,819.02386,436.80002,18.960367,103.60538,1062.7876,2084.1265,52.10968,646.94446,53.86156,1.0904976,62.176598,1.0956262,0.6721369,3.0829327,48.459244,128.46503,248.75305,18.637365,3139.5005,363.02286,134.97177,193.95363,85.00115,94.36593,57.018818,18.507124,104.195564,799.7106,246.09851,134.9635,118.56808,9.981049,140.89113,127.542336,35.578873,718.5355,176.38615,3478.7349,32.26496,2951.1016,78.922935,419.6293,2184.4578,80.46613,9.798923,1144.8164,923.71454,3383.0317,91.01577 +2023-08-03 19:00:00,0.0,17629.812,317.03088,26.806442,35.6227,30.014727,164.62862,24.621342,33.68339,20.047316,21.22804,920.71844,241.61298,9.505074,135.42934,6.514785,0.5505211,27.210283,9.059396,2.0911534,335.72144,0.23231447,336.34848,43.177288,0.8337015,2.383684,109.391396,15.961745,36.59618,98.19718,27407.695,0.118761666,1608.3489,0.4226835,0.25577214,0.104371965,0.58629405,144.31259,161.3549,24.408312,193.38239,22.096663,80.80204,2184.7876,2.555007,306.44894,189.20709,371.52362,133.77126,341.04892,34.865147,485.63885,0.0,2363.4465,13646.285,36.783787,535.7154,151.40237,43073.457,131.93027,28.721819,159.43811,429.51886,68.81068,30.092491,254.11732,2086.9338,339.8446,174.15993,24.807137,17.363308,389.13928,72.34177,1237.3884,85.109,2480.6543,179.5031,380.62805,78.74784,127.40343,6.7529435,10.658775,15.054353,2.4572146,1.9807454,69.53149,70.083084,73.94369,30.517763,30.62033,128.39326,7.2513223,3102.9092,54.20118,74.518814,67.48305,81.405235,226.03175,90.80911,162.81921,14.905717,36.71855,91.6996,285.55325,563.9236,57.879738,289.11972,67.64492,130.4413,272.69437,402.62775,962.8687,161.58519,4.2642393,21.556787,8.216797,40.360638,19082.201,3.0112872,20.43772,32.971237,29.531277,335.2067,48.257168,132.08234,2.7671099,125.35501,399.85864,278.33395,130.5774,514.1995,35.749596,101.26698,163.15565,10.718787,1.6024156,10.836995,1247.3225,0.08014034,0.29404837,48.359116,8.382668,3.6954403,3.9309814,7.5512486,94.59967,33.787636,86.53242,572.3217,236.52351,2058.497,1884.5533,18.330889,33.10422,10982.373,7.784713,71.68403,707.57544,137.67973,186.1662,82.533936,431.9122,819.1555,436.86526,18.97665,103.67616,1062.6896,2083.8923,52.15308,647.42944,53.935978,1.0904161,62.175304,1.0952749,0.6718954,3.0819507,48.500446,128.54196,248.63826,18.629345,3138.0715,363.1848,135.10013,194.13475,85.05204,94.35064,57.072132,18.595364,104.187164,799.6631,246.10974,134.99054,118.540825,10.002352,140.91003,127.55813,35.56008,718.269,176.34637,3476.4602,32.265854,2950.0833,78.92573,419.6332,2183.3271,80.435356,9.803774,1144.4366,923.49146,3381.4817,91.015884 +2023-08-03 20:00:00,0.0,17629.967,317.11362,26.822865,35.64165,30.024052,164.66411,24.628756,33.703186,20.049196,21.236355,921.22784,241.50273,9.517736,135.49396,6.505893,0.54970795,27.213299,9.046391,2.0882163,335.78937,0.23216793,336.48773,43.190285,0.83269644,2.38046,109.42984,15.966915,36.61171,98.18602,27407.945,0.11863389,1609.0402,0.4223703,0.25553674,0.10426364,0.5856908,144.34604,161.40117,24.404844,193.3172,22.1163,80.75759,2184.961,2.5538728,306.24362,189.05641,371.63293,133.66,341.15475,34.87666,485.20874,0.0,2362.9812,13639.37,36.762024,535.7811,151.36919,43068.707,131.92804,28.708172,159.28368,429.16678,68.77545,30.078775,253.89555,2086.0352,339.8031,173.98695,24.79315,17.357525,389.24545,72.32834,1236.921,85.10914,2480.8303,179.65538,380.4363,78.76994,127.35819,6.751788,10.656342,15.0456505,2.4566178,1.9798143,69.552734,70.115715,73.97444,30.549242,30.643843,128.39275,7.2580357,3102.516,54.175774,74.48925,67.44411,81.33719,226.10089,90.78987,162.67473,14.899692,36.70986,91.64477,285.45947,563.9911,57.929436,289.16986,67.65579,130.39368,272.68518,402.30203,962.8369,161.58047,4.2667203,21.538979,8.210878,40.380478,19083.137,3.012217,20.458618,33.00215,29.549665,335.2104,48.28638,132.11183,2.7654083,125.36143,399.95148,278.28464,130.61581,514.1277,35.74785,101.26085,163.1196,10.71736,1.602509,10.836831,1246.8693,0.08010661,0.29392472,48.36093,8.381129,3.6949131,3.9302065,7.552842,94.581406,33.778496,86.53331,572.3034,236.53201,2058.749,1884.5466,18.348515,33.13687,10980.982,7.7840657,71.72222,707.652,137.75444,186.2836,82.56989,432.1835,819.2871,436.9305,18.992933,103.746956,1062.5916,2083.6582,52.196476,647.9145,54.010395,1.0903345,62.17401,1.0949236,0.67165387,3.0809684,48.541645,128.61888,248.52347,18.621326,3136.6426,363.34677,135.2285,194.31586,85.10292,94.33535,57.125446,18.683603,104.178764,799.6156,246.12097,135.0176,118.51358,10.023656,140.92896,127.57392,35.541294,718.0025,176.30658,3474.1853,32.26675,2949.0647,78.92852,419.63715,2182.1965,80.40458,9.808625,1144.0569,923.2684,3379.9314,91.016 +2023-08-03 21:00:00,0.0,17630.121,317.19638,26.839287,35.660603,30.033375,164.69958,24.63617,33.722977,20.051075,21.244667,921.7373,241.39249,9.530398,135.55858,6.4970016,0.5488949,27.216314,9.033385,2.0852792,335.85733,0.23202138,336.627,43.20328,0.8316914,2.3772361,109.468285,15.972085,36.627243,98.17485,27408.195,0.11850612,1609.7314,0.42205715,0.2553013,0.10415532,0.58508754,144.37949,161.44742,24.401377,193.25201,22.135939,80.71314,2185.134,2.5527384,306.03827,188.90573,371.74225,133.54875,341.2606,34.888172,484.77863,0.0,2362.5159,13632.454,36.74026,535.84686,151.336,43063.957,131.92581,28.694527,159.12923,428.8147,68.74023,30.06506,253.67378,2085.1365,339.7616,173.814,24.779165,17.35174,389.35162,72.31492,1236.4535,85.109276,2481.0063,179.80766,380.24457,78.79205,127.31296,6.7506323,10.653908,15.036949,2.456021,1.9788831,69.57399,70.148346,74.00519,30.58072,30.667356,128.39221,7.2647486,3102.123,54.15037,74.45968,67.40517,81.26914,226.17003,90.77063,162.53024,14.893666,36.70117,91.58993,285.36572,564.0586,57.979134,289.22003,67.666664,130.34607,272.67596,401.97632,962.8051,161.57576,4.2692018,21.52117,8.20496,40.400314,19084.07,3.0131466,20.479515,33.033066,29.568052,335.21408,48.31559,132.14133,2.7637067,125.36784,400.04434,278.23532,130.65422,514.05585,35.7461,101.25472,163.08354,10.715932,1.6026025,10.836666,1246.4161,0.08007289,0.29380107,48.362747,8.379592,3.6943858,3.9294314,7.5544357,94.56314,33.769356,86.5342,572.2851,236.5405,2059.001,1884.54,18.366138,33.16952,10979.592,7.783419,71.760414,707.7286,137.82913,186.40102,82.60585,432.45483,819.4187,436.9958,19.009216,103.81774,1062.4935,2083.4238,52.239876,648.3995,54.084812,1.0902529,62.17272,1.0945724,0.6714124,3.079986,48.582848,128.6958,248.40868,18.613306,3135.2139,363.50876,135.35686,194.49698,85.15381,94.32006,57.178764,18.771841,104.170364,799.56805,246.1322,135.04465,118.48633,10.044959,140.94786,127.589714,35.522503,717.73596,176.2668,3471.9106,32.267647,2948.0464,78.93131,419.64105,2181.0662,80.3738,9.813477,1143.677,923.04535,3378.3813,91.01611 +2023-08-03 22:00:00,0.0,17630.275,317.2791,26.85571,35.679554,30.0427,164.73506,24.643583,33.742767,20.052956,21.25298,922.24677,241.28226,9.543061,135.62318,6.48811,0.54808176,27.21933,9.020381,2.0823421,335.92526,0.23187482,336.76627,43.216278,0.8306864,2.3740122,109.50674,15.977254,36.642773,98.16368,27408.447,0.11837834,1610.4227,0.42174396,0.2550659,0.10404699,0.5844842,144.41293,161.49368,24.39791,193.18683,22.155577,80.668686,2185.3074,2.5516043,305.83295,188.75507,371.85156,133.4375,341.36646,34.899685,484.34854,0.0,2362.0508,13625.539,36.718502,535.9126,151.30281,43059.207,131.92358,28.68088,158.9748,428.4627,68.704994,30.051344,253.452,2084.238,339.7201,173.64104,24.76518,17.345957,389.45782,72.3015,1235.9861,85.109406,2481.1824,179.95995,380.0529,78.81416,127.26772,6.749477,10.651473,15.028247,2.455424,1.977952,69.59524,70.18098,74.03594,30.6122,30.690868,128.3917,7.271462,3101.7297,54.124966,74.43011,67.36623,81.201096,226.23915,90.75139,162.38576,14.887641,36.692482,91.535095,285.27194,564.1261,58.02883,289.27017,67.677536,130.29845,272.66678,401.6506,962.7733,161.57103,4.2716827,21.50336,8.199041,40.420155,19085.006,3.0140762,20.500414,33.06398,29.58644,335.21777,48.344803,132.17082,2.7620053,125.37426,400.1372,278.186,130.69264,513.9841,35.744354,101.24859,163.0475,10.714504,1.6026958,10.836501,1245.9629,0.08003916,0.29367742,48.364563,8.378054,3.6938584,3.9286566,7.55603,94.54487,33.760216,86.535095,572.2668,236.549,2059.253,1884.5333,18.383764,33.20217,10978.202,7.782772,71.798615,707.8052,137.90384,186.51842,82.6418,432.72617,819.55035,437.06104,19.0255,103.888535,1062.3955,2083.1897,52.28327,648.8845,54.15923,1.0901713,62.17143,1.0942211,0.6711709,3.0790038,48.62405,128.77274,248.29387,18.605286,3133.785,363.67072,135.48521,194.67809,85.20469,94.30477,57.23208,18.86008,104.161964,799.52057,246.14343,135.0717,118.459076,10.066263,140.96678,127.605515,35.50371,717.4695,176.227,3469.6357,32.26854,2947.028,78.934105,419.64496,2179.9355,80.343025,9.818328,1143.2972,922.82227,3376.831,91.016235 +2023-08-03 23:00:00,0.0,17630.43,317.36188,26.872131,35.698505,30.052025,164.77055,24.651,33.76256,20.054836,21.261292,922.75616,241.17201,9.555724,135.6878,6.4792185,0.5472686,27.222345,9.007376,2.079405,335.9932,0.23172827,336.90552,43.22927,0.82968134,2.3707883,109.54518,15.982424,36.658306,98.15251,27408.697,0.118250564,1611.1141,0.42143077,0.25483045,0.10393867,0.58388096,144.44638,161.53995,24.394442,193.12164,22.175215,80.62424,2185.4807,2.55047,305.6276,188.60439,371.96088,133.32625,341.4723,34.911198,483.91843,0.0,2361.5854,13618.623,36.69674,535.9784,151.26962,43054.457,131.92136,28.667233,158.82034,428.11063,68.66977,30.037628,253.23022,2083.3394,339.6786,173.46806,24.751196,17.340172,389.564,72.28808,1235.5186,85.10954,2481.3586,180.11223,379.86115,78.836266,127.22249,6.7483215,10.649039,15.019545,2.4548273,1.9770209,69.61649,70.21361,74.066696,30.643677,30.71438,128.39117,7.2781754,3101.3367,54.09956,74.400536,67.32729,81.13305,226.30829,90.73214,162.24126,14.881615,36.683792,91.48026,285.1782,564.1936,58.07853,289.32034,67.6884,130.25082,272.6576,401.32492,962.74146,161.56631,4.274164,21.485552,8.193123,40.439995,19085.941,3.0150058,20.52131,33.09489,29.604828,335.22144,48.374012,132.20032,2.7603037,125.380684,400.23004,278.1367,130.73106,513.91223,35.742607,101.242455,163.01144,10.713077,1.6027893,10.836336,1245.5096,0.08000543,0.29355377,48.36638,8.376515,3.6933312,3.9278817,7.5576234,94.5266,33.751076,86.53598,572.24854,236.5575,2059.505,1884.5266,18.40139,33.23482,10976.812,7.782125,71.83681,707.8817,137.97853,186.63582,82.67776,432.9975,819.68195,437.12628,19.04178,103.95932,1062.2975,2082.9553,52.32667,649.3695,54.233646,1.0900898,62.170135,1.0938698,0.6709294,3.0780215,48.66525,128.84966,248.17908,18.597267,3132.356,363.83267,135.61357,194.8592,85.25557,94.28948,57.285393,18.94832,104.153564,799.473,246.15466,135.09875,118.43182,10.087567,140.98569,127.62131,35.484924,717.20294,176.18723,3467.361,32.269436,2946.0098,78.9369,419.6489,2178.805,80.312256,9.823179,1142.9175,922.5992,3375.2808,91.01635 +2023-08-04 00:00:00,0.0,17630.584,317.44464,26.888554,35.717457,30.061348,164.80603,24.658413,33.782352,20.056717,21.269604,923.2656,241.06178,9.568387,135.75243,6.470327,0.5464555,27.22536,8.99437,2.076468,336.06113,0.23158172,337.04477,43.242268,0.82867634,2.3675644,109.58363,15.987594,36.673836,98.14134,27408.947,0.118122794,1611.8054,0.4211176,0.25459504,0.103830345,0.5832777,144.47984,161.5862,24.390974,193.05646,22.194853,80.57979,2185.6538,2.5493357,305.42224,188.4537,372.0702,133.21501,341.57812,34.92271,483.4883,0.0,2361.1204,13611.708,36.674976,536.0441,151.23645,43049.707,131.91914,28.653587,158.66591,427.75858,68.634544,30.023912,253.00845,2082.4407,339.6371,173.2951,24.737211,17.334389,389.6702,72.27466,1235.0511,85.10967,2481.5347,180.26453,379.66943,78.858376,127.17725,6.7471657,10.6466055,15.010843,2.4542305,1.9760897,69.63774,70.24624,74.09744,30.675156,30.737894,128.39066,7.2848883,3100.9436,54.074158,74.370964,67.28835,81.06501,226.37741,90.7129,162.09677,14.875589,36.6751,91.42542,285.0844,564.26117,58.128223,289.37048,67.69927,130.2032,272.64838,400.9992,962.70966,161.5616,4.276645,21.467741,8.187204,40.459835,19086.875,3.0159357,20.54221,33.125805,29.623215,335.22513,48.403225,132.22981,2.7586021,125.3871,400.3229,278.0874,130.76947,513.8404,35.74086,101.23633,162.97539,10.711649,1.6028827,10.836171,1245.0564,0.07997171,0.2934301,48.368195,8.374977,3.6928039,3.9271066,7.559217,94.50834,33.741936,86.53687,572.2302,236.56598,2059.7568,1884.52,18.419016,33.26747,10975.422,7.781478,71.875,707.9583,138.05322,186.75323,82.71371,433.26883,819.8136,437.19156,19.058064,104.030106,1062.1996,2082.7212,52.37007,649.85455,54.308067,1.0900083,62.168846,1.0935185,0.67068785,3.0770392,48.70645,128.92657,248.06429,18.589247,3130.9272,363.99463,135.74193,195.04033,85.30646,94.27419,57.33871,19.03656,104.145164,799.42554,246.16591,135.12581,118.40457,10.1088705,141.00461,127.6371,35.466133,716.93646,176.14745,3465.0862,32.270332,2944.9912,78.93969,419.6528,2177.6746,80.28148,9.828031,1142.5376,922.3761,3373.7307,91.016464 +2023-08-04 01:00:00,0.0,17630.738,317.52737,26.904976,35.73641,30.070673,164.8415,24.665827,33.802147,20.058598,21.277916,923.7751,240.95154,9.58105,135.81705,6.461436,0.5456424,27.228376,8.981365,2.073531,336.12906,0.23143516,337.18405,43.255264,0.8276713,2.3643408,109.62208,15.992763,36.68937,98.13017,27409.197,0.11799502,1612.4967,0.4208044,0.2543596,0.10372202,0.5826744,144.51329,161.63246,24.387506,192.99126,22.21449,80.53534,2185.8271,2.5482016,305.21692,188.30304,372.17953,133.10376,341.68396,34.934223,483.0582,0.0,2360.655,13604.792,36.653217,536.10986,151.20326,43044.957,131.91692,28.63994,158.51146,427.40656,68.59932,30.010197,252.78668,2081.5422,339.5956,173.12215,24.723225,17.328606,389.77637,72.26123,1234.5836,85.10981,2481.7107,180.41681,379.47772,78.880486,127.13203,6.7460103,10.644172,15.002141,2.4536338,1.9751586,69.659,70.27887,74.1282,30.706635,30.761406,128.39014,7.2916017,3100.5503,54.04875,74.3414,67.24941,80.99696,226.44655,90.69366,161.95229,14.869564,36.66641,91.37059,284.99066,564.3287,58.17792,289.42065,67.710144,130.15558,272.6392,400.6735,962.67786,161.55688,4.2791266,21.449932,8.181286,40.479675,19087.81,3.0168653,20.563107,33.15672,29.641603,335.22882,48.432438,132.25931,2.7569008,125.39352,400.41577,278.0381,130.80789,513.76855,35.739113,101.230194,162.93933,10.710221,1.6029762,10.836007,1244.6033,0.07993798,0.29330644,48.370014,8.37344,3.6922767,3.9263318,7.560811,94.49007,33.732796,86.537766,572.2119,236.57448,2060.0088,1884.5133,18.43664,33.30012,10974.031,7.780831,71.91319,708.03485,138.12793,186.87064,82.749664,433.54013,819.9452,437.2568,19.074347,104.1009,1062.1016,2082.4868,52.413467,650.33954,54.382484,1.0899266,62.167553,1.0931672,0.67044634,3.076057,48.74765,129.00351,247.94948,18.581226,3129.4983,364.1566,135.8703,195.22144,85.35734,94.2589,57.392025,19.124798,104.136765,799.37805,246.17714,135.15285,118.37732,10.130175,141.02351,127.65289,35.447342,716.67,176.10765,3462.8113,32.271225,2943.973,78.94249,419.65674,2176.544,80.2507,9.832882,1142.1578,922.1531,3372.1804,91.01658 +2023-08-04 02:00:00,0.0,17630.895,317.61014,26.921398,35.75536,30.079998,164.877,24.67324,33.821938,20.060478,21.286228,924.2845,240.8413,9.593713,135.88165,6.452544,0.54482925,27.231392,8.968361,2.070594,336.19702,0.23128863,337.3233,43.26826,0.82666624,2.361117,109.66053,15.997932,36.7049,98.11901,27409.45,0.11786724,1613.188,0.42049122,0.2541242,0.1036137,0.58207107,144.54674,161.67871,24.384039,192.92607,22.234129,80.49088,2186.0005,2.5470674,305.01157,188.15236,372.28888,132.99251,341.7898,34.945736,482.6281,0.0,2360.19,13597.877,36.631454,536.1756,151.17007,43040.207,131.91469,28.626295,158.35703,427.0545,68.56409,29.99648,252.56491,2080.6436,339.5541,172.94917,24.70924,17.32282,389.88254,72.24781,1234.1162,85.10995,2481.8867,180.56909,379.28598,78.90259,127.08679,6.744855,10.641738,14.993439,2.453037,1.9742274,69.680244,70.31151,74.15895,30.738113,30.78492,128.38962,7.2983146,3100.1572,54.02335,74.31183,67.21047,80.92892,226.51567,90.674416,161.8078,14.863539,36.65772,91.31576,284.89688,564.3962,58.22762,289.47083,67.721016,130.10796,272.62997,400.34778,962.64606,161.55217,4.2816076,21.432123,8.175367,40.499516,19088.746,3.0177948,20.584005,33.187634,29.65999,335.2325,48.461647,132.2888,2.7551992,125.39993,400.5086,277.98877,130.8463,513.6968,35.737366,101.22406,162.90327,10.708794,1.6030697,10.835842,1244.15,0.07990426,0.2931828,48.37183,8.3719015,3.6917493,3.9255567,7.5624046,94.4718,33.723656,86.53866,572.1936,236.58296,2060.2607,1884.5067,18.454266,33.33277,10972.641,7.780184,71.951385,708.11145,138.20262,186.98804,82.78562,433.81146,820.07684,437.32205,19.09063,104.171684,1062.0035,2082.2527,52.456867,650.8246,54.4569,1.0898451,62.166264,1.092816,0.6702048,3.0750747,48.788853,129.08043,247.83469,18.573208,3128.0696,364.31857,135.99866,195.40256,85.40822,94.243614,57.44534,19.213037,104.12836,799.3305,246.18837,135.1799,118.35007,10.151478,141.04243,127.668686,35.428555,716.40344,176.06787,3460.5366,32.27212,2942.9546,78.94528,419.66064,2175.4136,80.219925,9.837733,1141.7781,921.93,3370.6301,91.01669 +2023-08-04 03:00:00,0.0,17631.049,317.6929,26.93782,35.77431,30.089321,164.91248,24.680655,33.84173,20.062357,21.29454,924.79395,240.73106,9.606376,135.94627,6.4436526,0.5440161,27.234407,8.955356,2.067657,336.26495,0.23114207,337.46255,43.281254,0.82566124,2.357893,109.698975,16.003101,36.720432,98.10784,27409.7,0.11773947,1613.8793,0.42017806,0.2538888,0.10350537,0.5814678,144.58018,161.72498,24.380571,192.86089,22.253767,80.446434,2186.1738,2.5459332,304.80624,188.00168,372.3982,132.88126,341.89563,34.95725,482.198,0.0,2359.7246,13590.961,36.60969,536.24133,151.13689,43035.453,131.91246,28.612648,158.20258,426.70242,68.52886,29.982765,252.34312,2079.7449,339.5126,172.77621,24.695255,17.317038,389.98874,72.23439,1233.6487,85.11008,2482.0627,180.72137,379.0943,78.9247,127.04156,6.743699,10.639303,14.984736,2.45244,1.9732962,69.7015,70.34413,74.1897,30.769592,30.808432,128.3891,7.305028,3099.7642,53.997944,74.28226,67.17153,80.86087,226.58481,90.65517,161.6633,14.857513,36.64903,91.26092,284.80313,564.4637,58.277317,289.52097,67.73189,130.06033,272.6208,400.0221,962.61426,161.54745,4.2840886,21.414314,8.169449,40.519356,19089.68,3.0187247,20.604904,33.218548,29.678377,335.2362,48.49086,132.3183,2.7534976,125.40636,400.60147,277.93945,130.88472,513.62494,35.735615,101.21793,162.86722,10.707366,1.603163,10.835677,1243.6968,0.07987053,0.29305914,48.373646,8.370363,3.691222,3.9247818,7.563998,94.45354,33.714516,86.53955,572.1753,236.59146,2060.5127,1884.5,18.471891,33.36542,10971.251,7.7795367,71.989586,708.18805,138.27733,187.10544,82.82157,434.0828,820.20844,437.38733,19.106913,104.24248,1061.9055,2082.0183,52.500267,651.3096,54.53132,1.0897635,62.16497,1.0924647,0.6699633,3.0740924,48.83005,129.15735,247.7199,18.565187,3126.6406,364.48053,136.12701,195.58366,85.45911,94.228325,57.498657,19.301277,104.11996,799.283,246.1996,135.20695,118.322815,10.172782,141.06134,127.68448,35.409763,716.13696,176.02808,3458.2617,32.273018,2941.9363,78.948074,419.66458,2174.283,80.18915,9.842585,1141.3982,921.7069,3369.08,91.01681 +2023-08-04 04:00:00,0.0,17631.203,317.77563,26.954243,35.793262,30.098646,164.94795,24.68807,33.861523,20.064238,21.302853,925.30334,240.62082,9.619039,136.0109,6.434761,0.54320306,27.237423,8.94235,2.06472,336.3329,0.23099552,337.6018,43.29425,0.8246562,2.354669,109.73743,16.008272,36.735962,98.09667,27409.95,0.11761169,1614.5706,0.41986486,0.25365335,0.10339705,0.58086455,144.61363,161.77124,24.377104,192.7957,22.273405,80.401985,2186.347,2.5447989,304.6009,187.85101,372.5075,132.77,342.00146,34.96876,481.76788,0.0,2359.2593,13584.045,36.587933,536.3071,151.1037,43030.703,131.91023,28.599003,158.04814,426.3504,68.49364,29.96905,252.12135,2078.8464,339.4711,172.60326,24.68127,17.311253,390.0949,72.22097,1233.1813,85.110214,2482.239,180.87366,378.90256,78.9468,126.99632,6.7425437,10.636869,14.976035,2.4518433,1.972365,69.722755,70.37677,74.22045,30.801071,30.831945,128.38858,7.3117414,3099.3708,53.972538,74.252686,67.13259,80.79282,226.65393,90.635925,161.51881,14.851487,36.64034,91.206085,284.70938,564.5312,58.327015,289.57114,67.74275,130.01271,272.6116,399.69638,962.58246,161.54274,4.28657,21.396505,8.16353,40.539192,19090.615,3.0196543,20.625801,33.249462,29.696766,335.2399,48.52007,132.3478,2.7517962,125.41277,400.69434,277.89014,130.92314,513.5531,35.733868,101.2118,162.83116,10.705938,1.6032565,10.835512,1243.2437,0.0798368,0.2929355,48.37546,8.368825,3.6906948,3.924007,7.5655923,94.435265,33.70538,86.540436,572.157,236.59995,2060.7646,1884.4933,18.489515,33.39807,10969.86,7.7788897,72.02778,708.2646,138.35202,187.22285,82.85753,434.35413,820.3401,437.45258,19.123194,104.31326,1061.8075,2081.7842,52.543663,651.7946,54.605736,1.0896819,62.163677,1.0921134,0.6697218,3.07311,48.871254,129.23428,247.6051,18.557167,3125.2117,364.6425,136.25537,195.76479,85.50999,94.213036,57.55197,19.389517,104.11156,799.2355,246.21083,135.23401,118.29556,10.194086,141.08026,127.70027,35.390972,715.8704,175.9883,3455.987,32.273914,2940.918,78.95087,419.6685,2173.1523,80.15838,9.847435,1141.0184,921.4838,3367.5298,91.01692 +2023-08-04 05:00:00,0.0,17631.357,317.8584,26.970665,35.812214,30.10797,164.98344,24.695484,33.881313,20.066118,21.311167,925.8128,240.51059,9.631701,136.07552,6.4258695,0.5423899,27.240438,8.929345,2.0617828,336.40082,0.23084897,337.7411,43.307247,0.8236512,2.3514452,109.77587,16.013441,36.751495,98.0855,27410.201,0.117483914,1615.2618,0.4195517,0.25341794,0.103288725,0.58026123,144.64708,161.81749,24.373638,192.73051,22.293043,80.35753,2186.5203,2.5436647,304.39557,187.70033,372.61682,132.65875,342.1073,34.980278,481.3378,0.0,2358.794,13577.13,36.56617,536.37286,151.07051,43025.953,131.90802,28.585356,157.89369,425.99835,68.458405,29.955334,251.89958,2077.9478,339.4296,172.43028,24.667286,17.30547,390.2011,72.20755,1232.7137,85.11035,2482.415,181.02594,378.71082,78.96891,126.95109,6.741388,10.634436,14.967333,2.4512465,1.9714339,69.744,70.4094,74.251205,30.832548,30.855457,128.38806,7.3184543,3098.9778,53.947136,74.22312,67.09365,80.724785,226.72307,90.616684,161.37433,14.845462,36.63165,91.15125,284.6156,564.5987,58.376713,289.62128,67.753624,129.96509,272.6024,399.37067,962.5506,161.53802,4.289051,21.378696,8.157613,40.559032,19091.55,3.0205839,20.6467,33.280376,29.715153,335.2436,48.549282,132.37729,2.7500947,125.41919,400.78717,277.84082,130.96155,513.48126,35.73212,101.205666,162.7951,10.704511,1.6033499,10.835347,1242.7904,0.07980308,0.2928118,48.377277,8.367288,3.6901674,3.9232318,7.567186,94.417,33.69624,86.54133,572.1387,236.60844,2061.0166,1884.4867,18.507141,33.43072,10968.471,7.7782426,72.06597,708.3412,138.42671,187.34026,82.89348,434.62546,820.4717,437.51782,19.139477,104.38405,1061.7095,2081.5498,52.587063,652.2796,54.680153,1.0896003,62.162388,1.0917621,0.66948026,3.072128,48.912453,129.3112,247.4903,18.549149,3123.783,364.80444,136.38374,195.9459,85.56087,94.19775,57.605286,19.477757,104.10316,799.188,246.22206,135.26106,118.26832,10.215389,141.09917,127.716064,35.372185,715.60394,175.94852,3453.7122,32.274807,2939.8994,78.95366,419.67242,2172.022,80.1276,9.852286,1140.6387,921.26074,3365.9795,91.01704 +2023-08-04 06:00:00,0.0,17631.512,317.94113,26.987087,35.831165,30.117294,165.01892,24.702898,33.901108,20.067999,21.319479,926.32227,240.40034,9.644364,136.14012,6.416978,0.5415768,27.243454,8.916341,2.0588458,336.46878,0.23070242,337.88034,43.320244,0.82264614,2.3482215,109.81432,16.01861,36.767025,98.07433,27410.451,0.117356144,1615.9531,0.4192385,0.2531825,0.1031804,0.579658,144.68054,161.86375,24.37017,192.66533,22.312681,80.31308,2186.6936,2.5425305,304.19022,187.54967,372.72617,132.5475,342.21313,34.99179,480.90768,0.0,2358.3289,13570.214,36.544407,536.4386,151.03732,43021.203,131.90579,28.571709,157.73926,425.64627,68.42318,29.941618,251.67781,2077.049,339.3881,172.25732,24.653301,17.299686,390.30728,72.19412,1232.2463,85.11048,2482.591,181.17822,378.5191,78.99102,126.90586,6.7402325,10.632002,14.958631,2.4506497,1.9705027,69.76526,70.44203,74.28195,30.864027,30.87897,128.38754,7.3251677,3098.5847,53.92173,74.19355,67.05471,80.65674,226.7922,90.59744,161.22984,14.839437,36.62296,91.09642,284.52185,564.66626,58.42641,289.67145,67.764496,129.91747,272.5932,399.04498,962.5188,161.53331,4.2915325,21.360888,8.151694,40.578873,19092.484,3.0215135,20.667597,33.31129,29.73354,335.24728,48.578495,132.40677,2.748393,125.425606,400.88004,277.79153,130.99997,513.4095,35.730373,101.19954,162.75905,10.703082,1.6034434,10.835183,1242.3372,0.07976935,0.29268816,48.379097,8.365749,3.68964,3.922457,7.5687795,94.398735,33.6871,86.54222,572.12036,236.61693,2061.2686,1884.48,18.524767,33.46337,10967.08,7.7775955,72.104164,708.4178,138.50142,187.45766,82.929436,434.8968,820.60333,437.5831,19.15576,104.45484,1061.6115,2081.3157,52.63046,652.76465,54.75457,1.0895188,62.161095,1.0914108,0.66923875,3.0711458,48.953655,129.38812,247.3755,18.541128,3122.354,364.9664,136.5121,196.12701,85.611755,94.18246,57.658604,19.565994,104.09476,799.1405,246.23329,135.28812,118.241066,10.236693,141.11809,127.73186,35.353394,715.3374,175.90872,3451.4375,32.275703,2938.881,78.95645,419.67633,2170.8914,80.096825,9.857138,1140.2588,921.0377,3364.4294,91.01715 +2023-08-04 07:00:00,0.0,17631.666,318.0239,27.00351,35.850117,30.12662,165.0544,24.710312,33.9209,20.06988,21.327791,926.83167,240.2901,9.657026,136.20474,6.4080863,0.5407637,27.24647,8.903336,2.0559087,336.5367,0.23055588,338.0196,43.333237,0.8216411,2.3449976,109.85277,16.02378,36.78256,98.06316,27410.701,0.11722837,1616.6444,0.41892532,0.2529471,0.103072084,0.5790547,144.71399,161.91002,24.366703,192.60013,22.33232,80.26863,2186.8667,2.5413961,303.9849,187.39899,372.83548,132.43625,342.31897,35.003304,480.47757,0.0,2357.8635,13563.299,36.522648,536.50433,151.00415,43016.453,131.90356,28.558064,157.58481,425.29425,68.387955,29.927902,251.45604,2076.1506,339.34662,172.08437,24.639315,17.293901,390.41345,72.1807,1231.7789,85.11062,2482.767,181.33052,378.3274,79.01312,126.86063,6.739077,10.629568,14.949929,2.450053,1.9695716,69.78651,70.47466,74.312706,30.895506,30.902483,128.38702,7.3318806,3098.1917,53.896328,74.16398,67.01578,80.58869,226.86133,90.57819,161.08534,14.833411,36.614265,91.04158,284.42807,564.73376,58.47611,289.7216,67.77537,129.86984,272.58398,398.71927,962.487,161.5286,4.2940135,21.343079,8.145776,40.598713,19093.42,3.0224433,20.688496,33.342205,29.751928,335.25098,48.607704,132.43626,2.7466917,125.43202,400.9729,277.74222,131.03838,513.33765,35.728626,101.193405,162.72299,10.701654,1.6035368,10.835018,1241.884,0.07973562,0.2925645,48.380913,8.364211,3.689113,3.9216821,7.570373,94.38046,33.67796,86.54311,572.10205,236.62543,2061.5205,1884.4734,18.54239,33.49602,10965.689,7.7769485,72.142365,708.4943,138.57611,187.57507,82.96539,435.1681,820.7349,437.64835,19.172043,104.52563,1061.5134,2081.0813,52.67386,653.24963,54.828987,1.0894372,62.159805,1.0910594,0.6689972,3.0701635,48.994854,129.46506,247.26071,18.53311,3120.925,365.12836,136.64046,196.30814,85.662636,94.16717,57.711918,19.654234,104.08636,799.09296,246.24454,135.31516,118.21381,10.2579975,141.137,127.74765,35.334602,715.0709,175.86894,3449.1626,32.2766,2937.8628,78.95924,419.68027,2169.7607,80.06605,9.861989,1139.879,920.81464,3362.8792,91.017265 +2023-08-04 08:00:00,0.0,17631.82,318.10666,27.019932,35.86907,30.135942,165.08989,24.717726,33.94069,20.07176,21.336103,927.3411,240.17987,9.669689,136.26936,6.399195,0.53995055,27.249485,8.89033,2.0529716,336.60464,0.23040932,338.15884,43.346233,0.8206361,2.3417737,109.89122,16.02895,36.798088,98.052,27410.953,0.1171006,1617.3357,0.41861215,0.25271165,0.10296376,0.5784514,144.74744,161.95627,24.363235,192.53494,22.351957,80.224174,2187.04,2.540262,303.77954,187.2483,372.94482,132.32501,342.4248,35.014816,480.04745,0.0,2357.3984,13556.383,36.500885,536.57007,150.97096,43011.703,131.90134,28.544416,157.43037,424.9422,68.35273,29.914186,251.23425,2075.252,339.3051,171.91139,24.62533,17.288118,390.51965,72.16728,1231.3114,85.11075,2482.943,181.4828,378.13565,79.03523,126.81539,6.737921,10.627133,14.941227,2.4494562,1.9686404,69.80776,70.50729,74.34346,30.926985,30.925995,128.3865,7.338594,3097.7983,53.870922,74.13441,66.97684,80.520645,226.93047,90.55895,160.94086,14.827385,36.605576,90.98675,284.33432,564.8013,58.525806,289.77176,67.78624,129.82222,272.5748,398.39355,962.4552,161.52388,4.2964945,21.32527,8.139857,40.618553,19094.355,3.023373,20.709393,33.37312,29.770315,335.25467,48.636917,132.46576,2.74499,125.438446,401.06573,277.6929,131.0768,513.2658,35.72688,101.18727,162.68694,10.700227,1.6036303,10.834853,1241.4308,0.0797019,0.29244086,48.38273,8.362674,3.6885855,3.920907,7.571967,94.3622,33.66882,86.54401,572.0838,236.63391,2061.7725,1884.4667,18.560017,33.52867,10964.3,7.7763014,72.18056,708.5709,138.6508,187.69247,83.00134,435.43942,820.8666,437.7136,19.188326,104.59642,1061.4154,2080.8472,52.71726,653.7347,54.903408,1.0893556,62.158512,1.0907083,0.6687557,3.0691812,49.036057,129.54198,247.14592,18.52509,3119.4963,365.29034,136.76881,196.48924,85.713524,94.15188,57.765232,19.742474,104.07796,799.0455,246.25577,135.34221,118.18656,10.279301,141.15591,127.76344,35.315815,714.8044,175.82916,3446.888,32.277493,2936.8445,78.96204,419.68417,2168.6304,80.03528,9.86684,1139.4993,920.59155,3361.329,91.01739 +2023-08-04 09:00:00,0.0,17631.975,318.1894,27.036354,35.88802,30.145267,165.12537,24.725142,33.960484,20.073639,21.344416,927.8505,240.06963,9.682352,136.33398,6.3903036,0.5391374,27.2525,8.877325,2.0500348,336.67258,0.23026277,338.29813,43.35923,0.81963104,2.3385499,109.929665,16.034119,36.81362,98.04083,27411.203,0.11697282,1618.027,0.41829896,0.25247625,0.10285544,0.5778481,144.78088,162.00253,24.359768,192.46976,22.371595,80.179726,2187.2134,2.5391278,303.57422,187.09764,373.05414,132.21376,342.53064,35.02633,479.61737,0.0,2356.933,13549.468,36.479122,536.63586,150.93777,43006.953,131.89911,28.530771,157.27592,424.59012,68.3175,29.90047,251.01248,2074.3533,339.2636,171.73843,24.611345,17.282333,390.62582,72.15386,1230.844,85.110886,2483.1194,181.63509,377.94397,79.057335,126.77016,6.736766,10.6247,14.932525,2.4488592,1.9677093,69.82901,70.539925,74.37421,30.958464,30.949509,128.38599,7.345307,3097.4053,53.84552,74.104836,66.9379,80.4526,226.99959,90.53971,160.79637,14.82136,36.596886,90.931915,284.24054,564.8688,58.575504,289.8219,67.797104,129.77461,272.5656,398.06784,962.4234,161.51917,4.298976,21.307459,8.133939,40.638393,19095.29,3.0243025,20.730291,33.404034,29.788704,335.25833,48.66613,132.49525,2.7432885,125.44486,401.1586,277.6436,131.1152,513.194,35.725132,101.181145,162.65088,10.698799,1.6037236,10.834688,1240.9775,0.07966817,0.2923172,48.384544,8.3611355,3.6880584,3.9201322,7.5735607,94.34393,33.65968,86.5449,572.0654,236.64241,2062.0244,1884.46,18.577642,33.561325,10962.909,7.7756543,72.21875,708.64746,138.72551,187.80988,83.0373,435.71075,820.99817,437.77887,19.204607,104.667206,1061.3175,2080.6128,52.760654,654.21967,54.977825,1.089274,62.15722,1.090357,0.6685142,3.068199,49.077255,129.6189,247.03111,18.517069,3118.0674,365.4523,136.89717,196.67036,85.764404,94.13659,57.818546,19.830713,104.06956,798.998,246.267,135.36926,118.15931,10.300605,141.17482,127.779236,35.297024,714.5379,175.78937,3444.613,32.27839,2935.826,78.964836,419.6881,2167.4998,80.0045,9.871692,1139.1194,920.36847,3359.7788,91.0175 +2023-08-04 10:00:00,0.0,17632.129,318.27216,27.052776,35.90697,30.15459,165.16084,24.732555,33.980274,20.07552,21.352728,928.36,239.9594,9.695015,136.39859,6.381412,0.5383243,27.255516,8.864321,2.0470977,336.74054,0.23011622,338.43738,43.372227,0.81862605,2.335326,109.96812,16.03929,36.829155,98.02966,27411.453,0.11684504,1618.7183,0.41798577,0.2522408,0.10274711,0.5772448,144.81433,162.04878,24.3563,192.40457,22.391233,80.13528,2187.3865,2.5379937,303.36887,186.94696,373.16345,132.10251,342.63647,35.03784,479.18726,0.0,2356.468,13542.552,36.457363,536.7016,150.90459,43002.203,131.8969,28.517124,157.12149,424.23807,68.28227,29.886755,250.79071,2073.4548,339.2221,171.56548,24.59736,17.27655,390.73203,72.140434,1230.3765,85.11102,2483.2954,181.78737,377.75223,79.079445,126.72492,6.7356105,10.622266,14.923823,2.4482625,1.9667782,69.850266,70.572556,74.40496,30.989943,30.97302,128.38547,7.3520203,3097.0122,53.820114,74.07527,66.89896,80.38456,227.06873,90.52047,160.65189,14.815334,36.588196,90.877075,284.1468,564.9363,58.625202,289.87207,67.807976,129.72699,272.5564,397.74216,962.3916,161.51443,4.301457,21.28965,8.12802,40.658234,19096.225,3.025232,20.751188,33.434948,29.80709,335.26202,48.69534,132.52475,2.7415872,125.45128,401.25146,277.59427,131.15363,513.1222,35.723385,101.17501,162.61482,10.6973715,1.6038171,10.834524,1240.5244,0.07963444,0.29219353,48.38636,8.359597,3.687531,3.919357,7.5751543,94.32566,33.65054,86.545784,572.0471,236.65091,2062.2764,1884.4534,18.595266,33.593975,10961.52,7.7750072,72.25694,708.72406,138.8002,187.92729,83.07325,435.9821,821.1298,437.84412,19.22089,104.73799,1061.2195,2080.3787,52.804054,654.7047,55.052242,1.0891925,62.15593,1.0900056,0.6682727,3.0672166,49.118458,129.69583,246.91632,18.50905,3116.6384,365.61426,137.02554,196.85147,85.815285,94.12131,57.871864,19.918951,104.06116,798.95044,246.27823,135.39632,118.13206,10.321908,141.19374,127.79503,35.278233,714.2714,175.74959,3442.3381,32.279285,2934.8076,78.96763,419.69202,2166.3694,79.973724,9.876543,1138.7396,920.1454,3358.2285,91.01762 +2023-08-04 11:00:00,0.0,17632.283,318.35492,27.069199,35.925922,30.163916,165.19633,24.73997,34.00007,20.0774,21.36104,928.86945,239.84915,9.707678,136.46321,6.3725204,0.5375112,27.258532,8.8513155,2.0441606,336.80847,0.22996967,338.57663,43.38522,0.817621,2.3321023,110.00656,16.044458,36.844685,98.01849,27411.703,0.11671727,1619.4095,0.4176726,0.2520054,0.10263879,0.5766415,144.8478,162.09505,24.352833,192.33939,22.410872,80.09083,2187.5598,2.5368593,303.16354,186.79628,373.27277,131.99126,342.7423,35.049355,478.75714,0.0,2356.0027,13535.637,36.4356,536.76733,150.8714,42997.453,131.89467,28.503477,156.96704,423.88605,68.24705,29.87304,250.56894,2072.5562,339.1806,171.3925,24.583376,17.270765,390.8382,72.127014,1229.909,85.11115,2483.4714,181.93965,377.5605,79.101555,126.679695,6.7344546,10.619832,14.915121,2.4476657,1.965847,69.87151,70.605194,74.435715,31.02142,30.996534,128.38495,7.3587337,3096.619,53.79471,74.0457,66.860016,80.31651,227.13785,90.50122,160.50739,14.809309,36.579506,90.82224,284.053,565.00385,58.6749,289.92224,67.81885,129.67937,272.5472,397.41644,962.35974,161.50972,4.3039384,21.271841,8.122102,40.678074,19097.158,3.026162,20.772087,33.46586,29.825478,335.26572,48.724552,132.55424,2.7398856,125.457695,401.3443,277.54495,131.19205,513.05035,35.721638,101.16888,162.57877,10.695944,1.6039106,10.834359,1240.0712,0.07960072,0.29206988,48.38818,8.358059,3.6870036,3.9185822,7.5767484,94.307396,33.6414,86.54668,572.0288,236.6594,2062.5283,1884.4467,18.612892,33.626625,10960.129,7.77436,72.295135,708.80066,138.87491,188.0447,83.10921,436.25342,821.2614,437.9094,19.237173,104.808784,1061.1215,2080.1443,52.847454,655.18976,55.12666,1.089111,62.154636,1.0896543,0.66803116,3.0662344,49.159657,129.77275,246.80153,18.50103,3115.2097,365.7762,137.1539,197.0326,85.86617,94.10602,57.92518,20.00719,104.05276,798.90295,246.28946,135.42337,118.104805,10.343212,141.21265,127.81082,35.259445,714.0049,175.7098,3440.0635,32.280178,2933.7893,78.97042,419.69595,2165.2388,79.94295,9.881394,1138.3599,919.92236,3356.6785,91.01773 +2023-08-04 12:00:00,0.0,17632.44,318.43765,27.08562,35.944874,30.17324,165.23181,24.747383,34.01986,20.07928,21.369354,929.37885,239.7389,9.720341,136.52783,6.363629,0.5366981,27.261547,8.83831,2.0412235,336.8764,0.22982311,338.71588,43.398216,0.81661594,2.3288784,110.04501,16.049627,36.860218,98.007324,27411.955,0.116589494,1620.101,0.4173594,0.25176996,0.102530465,0.57603824,144.88124,162.14131,24.349365,192.2742,22.43051,80.04637,2187.7332,2.535725,302.9582,186.64561,373.38208,131.88,342.84814,35.060867,478.32703,0.0,2355.5376,13528.721,36.413837,536.83307,150.83821,42992.703,131.89244,28.489832,156.8126,423.534,68.21182,29.859324,250.34717,2071.6575,339.1391,171.21954,24.569391,17.264982,390.94437,72.113594,1229.4415,85.11129,2483.6475,182.09193,377.36877,79.12366,126.63446,6.7332993,10.617398,14.906419,2.447069,1.9649159,69.89277,70.637825,74.46646,31.052898,31.020046,128.38441,7.3654466,3096.2258,53.769306,74.01613,66.821075,80.24847,227.20699,90.48198,160.3629,14.803283,36.570816,90.76741,283.95926,565.07135,58.724598,289.97238,67.82972,129.63174,272.538,397.09073,962.32794,161.505,4.3064194,21.254032,8.116183,40.697914,19098.094,3.0270915,20.792984,33.496773,29.843866,335.2694,48.75376,132.58374,2.738184,125.46412,401.43716,277.49564,131.23045,512.9785,35.71989,101.16275,162.54271,10.694516,1.604004,10.834194,1239.6179,0.07956699,0.29194623,48.389996,8.356522,3.6864765,3.9178073,7.578342,94.28913,33.63226,86.54757,572.01056,236.6679,2062.7803,1884.4401,18.630518,33.659275,10958.739,7.773713,72.333336,708.8772,138.9496,188.1621,83.145164,436.52472,821.39307,437.97464,19.253456,104.87957,1061.0234,2079.9102,52.89085,655.67474,55.201077,1.0890293,62.153347,1.089303,0.66778964,3.065252,49.20086,129.84967,246.68674,18.49301,3113.7808,365.93817,137.28226,197.21371,85.91705,94.09073,57.978493,20.09543,104.04436,798.85547,246.30069,135.45042,118.07755,10.364516,141.23157,127.826614,35.240654,713.7384,175.67001,3437.7886,32.281075,2932.771,78.97321,419.69986,2164.1082,79.91217,9.886246,1137.98,919.6993,3355.1282,91.017845 +2023-08-04 13:00:00,0.0,17632.594,318.52042,27.102043,35.963825,30.182564,165.26729,24.754797,34.03965,20.081161,21.377666,929.8883,239.62868,9.733004,136.59244,6.3547373,0.535885,27.264563,8.825305,2.0382864,336.94434,0.22967657,338.85516,43.411213,0.81561095,2.3256545,110.08346,16.054798,36.875748,97.99616,27412.205,0.11646172,1620.7922,0.41704622,0.25153455,0.10242214,0.575435,144.91469,162.18756,24.345898,192.209,22.450148,80.00192,2187.9065,2.534591,302.75284,186.49493,373.49142,131.76875,342.95398,35.07238,477.89694,0.0,2355.0723,13521.806,36.392075,536.8988,150.80502,42987.953,131.89021,28.476185,156.65816,423.18192,68.17659,29.845608,250.12538,2070.759,339.09763,171.04657,24.555405,17.2592,391.05057,72.100174,1228.9741,85.11142,2483.8235,182.24422,377.17706,79.14577,126.589226,6.7321434,10.614964,14.897717,2.4464722,1.9639847,69.91402,70.670456,74.497215,31.084377,31.04356,128.3839,7.37216,3095.8328,53.7439,73.98656,66.782135,80.18042,227.27612,90.46274,160.21841,14.797257,36.562122,90.71257,283.86548,565.13885,58.774292,290.02255,67.84059,129.58412,272.5288,396.76505,962.29614,161.50029,4.308901,21.236223,8.110265,40.71775,19099.03,3.028021,20.813883,33.527687,29.862253,335.2731,48.782974,132.61324,2.7364826,125.470535,401.53003,277.44635,131.26888,512.90674,35.718143,101.15662,162.50665,10.693089,1.6040975,10.834029,1239.1648,0.079533264,0.29182258,48.39181,8.354983,3.685949,3.9170322,7.5799356,94.27086,33.62312,86.54846,571.99225,236.67638,2063.0322,1884.4333,18.648142,33.691925,10957.349,7.773066,72.37153,708.9538,139.02429,188.27951,83.181114,436.79605,821.52466,438.0399,19.26974,104.95036,1060.9254,2079.6758,52.93425,656.1598,55.275494,1.0889478,62.152054,1.0889518,0.6675481,3.0642698,49.242058,129.9266,246.57193,18.484991,3112.352,366.10016,137.41061,197.39482,85.96793,94.07544,58.03181,20.18367,104.03596,798.8079,246.31192,135.47746,118.0503,10.385819,141.25047,127.84241,35.221863,713.47186,175.63023,3435.514,32.28197,2931.7524,78.976006,419.7038,2162.9778,79.8814,9.891097,1137.6002,919.4762,3353.578,91.01796 +2023-08-04 14:00:00,0.0,17632.748,318.60315,27.118465,35.98278,30.191889,165.30278,24.762213,34.059444,20.083042,21.385979,930.3977,239.51843,9.7456665,136.65706,6.3458457,0.53507185,27.267578,8.812301,2.0353494,337.0123,0.22953002,338.99442,43.42421,0.8146059,2.3224306,110.12191,16.059967,36.89128,97.98499,27412.455,0.11633395,1621.4835,0.41673306,0.25129914,0.10231382,0.57483166,144.94814,162.23383,24.34243,192.14381,22.469786,79.95747,2188.0796,2.5334566,302.54752,186.34425,373.60074,131.6575,343.05984,35.083893,477.46683,0.0,2354.607,13514.89,36.370316,536.9646,150.77184,42983.2,131.88799,28.46254,156.50372,422.8299,68.141365,29.831892,249.90361,2069.8604,339.05612,170.87361,24.54142,17.253414,391.15674,72.086754,1228.5066,85.11156,2483.9998,182.39651,376.98535,79.16787,126.54399,6.730988,10.61253,14.889015,2.4458752,1.9630536,69.93527,70.70309,74.52797,31.115856,31.067072,128.38338,7.378873,3095.4395,53.7185,73.956985,66.743195,80.11237,227.34525,90.4435,160.07393,14.791232,36.553432,90.65774,283.77173,565.20636,58.82399,290.0727,67.851456,129.5365,272.51962,396.43933,962.26434,161.49557,4.311382,21.218414,8.104346,40.73759,19099.963,3.028951,20.83478,33.5586,29.88064,335.2768,48.812187,132.64273,2.734781,125.47695,401.62286,277.39703,131.30728,512.8349,35.716396,101.15048,162.4706,10.691661,1.6041908,10.833864,1238.7115,0.07949954,0.2916989,48.393627,8.353445,3.6854217,3.9162574,7.5815296,94.252594,33.61398,86.549355,571.97394,236.68488,2063.2842,1884.4266,18.665768,33.724575,10955.958,7.772419,72.40972,709.0304,139.099,188.39691,83.21707,437.06738,821.65625,438.10516,19.28602,105.02115,1060.8274,2079.4417,52.97765,656.6448,55.34991,1.0888662,62.15076,1.0886005,0.6673066,3.0632875,49.28326,130.00352,246.45714,18.47697,3110.923,366.26212,137.53897,197.57594,86.01882,94.06015,58.085125,20.27191,104.02756,798.76044,246.32317,135.50452,118.023056,10.407124,141.2694,127.8582,35.203075,713.2054,175.59044,3433.239,32.282864,2930.7341,78.9788,419.7077,2161.8472,79.850624,9.895948,1137.2205,919.2531,3352.0278,91.018074 +2023-08-04 15:00:00,0.0,17632.902,318.6859,27.134888,36.00173,30.201214,165.33826,24.769627,34.079235,20.08492,21.39429,930.90717,239.40819,9.758329,136.72168,6.336954,0.5342587,27.270594,8.799295,2.0324123,337.08023,0.22938347,339.13367,43.437206,0.8136009,2.3192067,110.160355,16.065136,36.90681,97.97382,27412.707,0.11620617,1622.1748,0.41641986,0.2510637,0.10220549,0.5742284,144.98158,162.28009,24.338963,192.07863,22.489424,79.91302,2188.253,2.5323224,302.34216,186.19359,373.71008,131.54625,343.16568,35.09541,477.0367,0.0,2354.1416,13507.974,36.348553,537.03033,150.73866,42978.45,131.88577,28.448893,156.34927,422.47784,68.10614,29.818176,249.68184,2068.9617,339.01462,170.70065,24.527435,17.247631,391.26294,72.073326,1228.0392,85.111694,2484.1758,182.5488,376.79364,79.18998,126.49876,6.7298326,10.610096,14.880313,2.4452784,1.9621224,69.95652,70.73572,74.558716,31.147335,31.090584,128.38286,7.3855863,3095.0464,53.693092,73.92742,66.704254,80.044334,227.41438,90.42425,159.92943,14.785207,36.544743,90.602905,283.67795,565.27386,58.873688,290.12286,67.86233,129.48888,272.5104,396.11362,962.23254,161.49086,4.313863,21.200605,8.098428,40.75743,19100.898,3.0298805,20.855679,33.589516,29.899029,335.2805,48.841396,132.67223,2.7330794,125.48337,401.71573,277.34772,131.3457,512.76306,35.71465,101.144356,162.43454,10.690233,1.6042843,10.8337,1238.2583,0.079465814,0.29157525,48.395443,8.351907,3.6848946,3.9154823,7.583123,94.23432,33.60484,86.55024,571.9556,236.69336,2063.5364,1884.42,18.683393,33.757225,10954.568,7.771772,72.447914,709.10693,139.17369,188.51431,83.25302,437.3387,821.7879,438.1704,19.302303,105.091934,1060.7294,2079.2073,53.021046,657.1298,55.424328,1.0887847,62.14947,1.0882492,0.6670651,3.0623055,49.32446,130.08044,246.34235,18.46895,3109.4941,366.42407,137.66734,197.75705,86.0697,94.04486,58.13844,20.360147,104.01915,798.7129,246.3344,135.53157,117.995804,10.428427,141.2883,127.87399,35.184284,712.93884,175.55066,3430.9644,32.28376,2929.7158,78.98159,419.71164,2160.7166,79.81985,9.9008,1136.8406,919.03,3350.4775,91.01819 +2023-08-04 16:00:00,0.0,17633.057,318.76868,27.15131,36.020683,30.210537,165.37373,24.77704,34.09903,20.086802,21.402603,931.4166,239.29796,9.770991,136.7863,6.328063,0.5334456,27.27361,8.78629,2.0294755,337.14816,0.22923692,339.27292,43.4502,0.81259584,2.3159828,110.19881,16.070307,36.922344,97.962654,27412.957,0.11607839,1622.8661,0.4161067,0.2508283,0.10209717,0.5736251,145.01505,162.32634,24.335495,192.01344,22.509062,79.86857,2188.4263,2.5311882,302.13684,186.04291,373.8194,131.435,343.2715,35.106922,476.6066,0.0,2353.6765,13501.059,36.32679,537.09607,150.70547,42973.7,131.88354,28.435247,156.19484,422.12576,68.07091,29.80446,249.46007,2068.0632,338.9731,170.52768,24.51345,17.241846,391.3691,72.059906,1227.5718,85.111824,2484.3518,182.70108,376.6019,79.21209,126.45352,6.728677,10.607662,14.871612,2.4446816,1.9611913,69.977776,70.76835,74.58947,31.178814,31.114098,128.38234,7.3922997,3094.6533,53.667686,73.89785,66.66532,79.97629,227.4835,90.40501,159.78494,14.7791815,36.536053,90.54807,283.5842,565.3414,58.923386,290.173,67.8732,129.44125,272.50122,395.7879,962.20074,161.48615,4.3163443,21.182796,8.092509,40.77727,19101.834,3.03081,20.876575,33.62043,29.917416,335.28418,48.87061,132.70172,2.731378,125.489784,401.8086,277.2984,131.38412,512.6912,35.712902,101.13822,162.39848,10.688806,1.6043777,10.833535,1237.805,0.079432085,0.2914516,48.39726,8.350369,3.6843672,3.9147074,7.584717,94.21606,33.5957,86.55113,571.9373,236.70186,2063.7883,1884.4133,18.70102,33.789875,10953.178,7.771125,72.486115,709.18353,139.24838,188.63173,83.28898,437.61005,821.9195,438.23566,19.318586,105.16273,1060.6313,2078.9731,53.064445,657.6148,55.49875,1.088703,62.14818,1.0878979,0.66682357,3.0613232,49.36566,130.15738,246.22754,18.460932,3108.0654,366.58603,137.7957,197.93817,86.12059,94.02957,58.191757,20.448387,104.01075,798.6654,246.34563,135.55862,117.96855,10.449731,141.30722,127.889786,35.165493,712.67236,175.51088,3428.6895,32.284657,2928.6975,78.98439,419.71555,2159.5862,79.78907,9.90565,1136.4608,918.807,3348.9275,91.0183 +2023-08-04 17:00:00,0.0,17633.21,318.8514,27.167732,36.039635,30.219862,165.40921,24.784454,34.11882,20.088682,21.410915,931.926,239.18771,9.783654,136.8509,6.3191714,0.53263247,27.276625,8.773285,2.0265384,337.2161,0.22909036,339.4122,43.463196,0.8115908,2.3127592,110.23725,16.075476,36.937874,97.951485,27413.207,0.11595062,1623.5574,0.4157935,0.25059286,0.101988845,0.57302177,145.0485,162.3726,24.33203,191.94826,22.528702,79.82412,2188.5994,2.530054,301.9315,185.89223,373.9287,131.32376,343.37735,35.118435,476.1765,0.0,2353.2112,13494.143,36.30503,537.1618,150.67229,42968.95,131.88132,28.4216,156.04039,421.77374,68.03568,29.790745,249.2383,2067.1646,338.9316,170.35472,24.499466,17.236063,391.47528,72.046486,1227.1042,85.11196,2484.5278,182.85336,376.41016,79.23419,126.408295,6.7275214,10.605228,14.862909,2.444085,1.9602602,69.99902,70.80098,74.620224,31.21029,31.13761,128.38182,7.3990126,3094.26,53.642284,73.86828,66.62638,79.90824,227.55264,90.385765,159.64046,14.773155,36.527363,90.49323,283.49042,565.40894,58.973083,290.22318,67.88407,129.39363,272.492,395.46222,962.1689,161.48143,4.3188252,21.164986,8.086591,40.79711,19102.768,3.0317397,20.897474,33.651344,29.935804,335.28787,48.89982,132.73122,2.7296765,125.49621,401.90143,277.24908,131.42253,512.61945,35.711155,101.13209,162.36243,10.687378,1.6044712,10.83337,1237.3519,0.079398364,0.29132795,48.39908,8.348831,3.6838398,3.9139326,7.586311,94.19779,33.58656,86.552025,571.91907,236.71034,2064.0403,1884.4066,18.718643,33.822525,10951.788,7.7704782,72.52431,709.2601,139.32309,188.74913,83.324936,437.88135,822.05115,438.30093,19.33487,105.23351,1060.5334,2078.7388,53.10784,658.09985,55.573166,1.0886215,62.146885,1.0875466,0.6665821,3.060341,49.40686,130.2343,246.11275,18.452911,3106.6365,366.748,137.92406,198.1193,86.17147,94.01428,58.24507,20.536627,104.00235,798.6179,246.35686,135.58568,117.9413,10.471035,141.32613,127.90558,35.146706,712.4058,175.47108,3426.4148,32.28555,2927.679,78.98718,419.71948,2158.4556,79.75829,9.9105015,1136.081,918.5839,3347.3772,91.018425 +2023-08-04 18:00:00,0.0,17633.365,318.93417,27.184155,36.058586,30.229185,165.4447,24.79187,34.13861,20.090563,21.419228,932.4355,239.07748,9.796317,136.91553,6.31028,0.53181934,27.27964,8.760281,2.0236013,337.28406,0.22894382,339.55145,43.476192,0.8105858,2.3095353,110.2757,16.080645,36.953407,97.940315,27413.457,0.115822844,1624.2487,0.41548032,0.25035745,0.10188052,0.5724185,145.08194,162.41885,24.328562,191.88307,22.54834,79.77967,2188.7727,2.5289197,301.72617,185.74156,374.03802,131.21251,343.4832,35.129948,475.7464,0.0,2352.746,13487.228,36.283268,537.22754,150.6391,42964.2,131.87909,28.407953,155.88596,421.4217,68.00046,29.777029,249.01653,2066.2659,338.8901,170.18176,24.485481,17.230278,391.58148,72.033066,1226.6368,85.1121,2484.7039,183.00565,376.21844,79.2563,126.36306,6.726366,10.602794,14.854207,2.4434881,1.959329,70.02028,70.83362,74.65097,31.24177,31.161123,128.3813,7.405726,3093.867,53.61688,73.83871,66.58744,79.840195,227.62177,90.36652,159.49597,14.76713,36.518673,90.4384,283.39667,565.47644,59.02278,290.27332,67.89494,129.34601,272.48282,395.1365,962.1371,161.47672,4.3213067,21.147177,8.080672,40.81695,19103.703,3.0326695,20.918371,33.68226,29.954191,335.29153,48.92903,132.76071,2.727975,125.502625,401.9943,277.19977,131.46095,512.5476,35.709408,101.12596,162.32637,10.68595,1.6045647,10.833205,1236.8987,0.079364635,0.2912043,48.400894,8.347293,3.6833127,3.9131575,7.5879045,94.17952,33.57742,86.55292,571.90076,236.71884,2064.2922,1884.4,18.736269,33.855175,10950.397,7.769831,72.5625,709.3367,139.39778,188.86653,83.360886,438.15268,822.18274,438.36618,19.35115,105.304306,1060.4354,2078.5046,53.15124,658.58484,55.647583,1.08854,62.145596,1.0871953,0.6663406,3.0593586,49.448063,130.31122,245.99796,18.444891,3105.2075,366.90994,138.05241,198.3004,86.22235,93.99899,58.298386,20.624866,103.99395,798.5704,246.36809,135.61273,117.91405,10.492338,141.34505,127.92137,35.127914,712.13934,175.4313,3424.14,32.286446,2926.6606,78.989975,419.7234,2157.3252,79.72752,9.915353,1135.7012,918.36084,3345.827,91.01854 +2023-08-04 19:00:00,0.0,17633.52,319.01694,27.200577,36.077538,30.23851,165.48018,24.799284,34.158405,20.092443,21.42754,932.94495,238.96724,9.80898,136.98015,6.3013883,0.5310063,27.282656,8.747275,2.0206642,337.352,0.22879727,339.6907,43.48919,0.80958074,2.3063114,110.31415,16.085815,36.968937,97.92915,27413.709,0.11569507,1624.94,0.41516715,0.250122,0.101772204,0.57181525,145.11539,162.46512,24.325094,191.81787,22.567978,79.735214,2188.946,2.5277855,301.5208,185.59088,374.14737,131.10126,343.58902,35.14146,475.31628,0.0,2352.2808,13480.312,36.261505,537.2933,150.60591,42959.45,131.87686,28.394308,155.7315,421.06964,67.96523,29.763313,248.79474,2065.3674,338.84863,170.00879,24.471495,17.224495,391.68765,72.019646,1226.1693,85.11223,2484.8801,183.15793,376.02673,79.27841,126.317825,6.72521,10.60036,14.845506,2.4428911,1.9583979,70.04153,70.86624,74.681725,31.273249,31.184635,128.38078,7.412439,3093.4739,53.591476,73.80914,66.5485,79.77215,227.6909,90.347275,159.35147,14.761105,36.50998,90.38357,283.3029,565.54395,59.07248,290.3235,67.905815,129.29839,272.47363,394.8108,962.1053,161.472,4.3237877,21.129368,8.074754,40.836792,19104.639,3.0335991,20.93927,33.713173,29.972578,335.29523,48.958244,132.79019,2.7262735,125.50904,402.08716,277.15045,131.49936,512.47577,35.70766,101.11983,162.29031,10.684523,1.604658,10.83304,1236.4454,0.079330906,0.29108062,48.40271,8.345756,3.6827853,3.9123826,7.589498,94.161255,33.56828,86.55381,571.88245,236.72733,2064.5442,1884.3933,18.753895,33.887825,10949.007,7.769184,72.60069,709.41327,139.47249,188.98393,83.39684,438.424,822.3144,438.43143,19.367434,105.37509,1060.3374,2078.2703,53.19464,659.0699,55.722,1.0884584,62.144302,1.0868441,0.6660991,3.0583763,49.48926,130.38815,245.88316,18.436872,3103.7788,367.07193,138.18079,198.48152,86.27324,93.9837,58.351704,20.713106,103.98555,798.5229,246.37932,135.63977,117.886795,10.513642,141.36395,127.937164,35.109123,711.87286,175.39151,3421.865,32.287342,2925.6423,78.99277,419.72733,2156.1946,79.69675,9.920204,1135.3214,918.13776,3344.2769,91.018654 +2023-08-04 20:00:00,0.0,17633.674,319.09967,27.217,36.09649,30.247835,165.51566,24.806698,34.178196,20.094324,21.435852,933.45435,238.857,9.821643,137.04477,6.2924967,0.53019315,27.285671,8.73427,2.0177271,337.41992,0.22865072,339.82996,43.502182,0.80857575,2.3030875,110.3526,16.090984,36.98447,97.917984,27413.959,0.1155673,1625.6312,0.41485396,0.2498866,0.10166388,0.57121193,145.14883,162.51138,24.321627,191.75269,22.587616,79.690765,2189.1191,2.5266514,301.3155,185.4402,374.2567,130.99,343.69485,35.152973,474.8862,0.0,2351.8157,13473.396,36.239746,537.3591,150.57272,42954.7,131.87465,28.380661,155.57707,420.7176,67.93,29.749598,248.57297,2064.4688,338.80713,169.83583,24.45751,17.218712,391.79385,72.00622,1225.7019,85.112366,2485.0562,183.31021,375.83502,79.300514,126.27259,6.724055,10.597926,14.836803,2.4422944,1.9574667,70.06278,70.89888,74.71248,31.304728,31.208149,128.38026,7.4191523,3093.0806,53.56607,73.77957,66.50956,79.70411,227.76003,90.32803,159.20699,14.755079,36.50129,90.32873,283.20914,565.61145,59.122177,290.37363,67.91668,129.25076,272.46442,394.48508,962.0735,161.46729,4.3262687,21.111559,8.068835,40.85663,19105.572,3.0345287,20.960167,33.744087,29.990967,335.29892,48.987453,132.81969,2.724572,125.51546,402.18,277.10117,131.53778,512.40393,35.705914,101.11369,162.25426,10.683094,1.6047515,10.832876,1235.9923,0.079297185,0.29095697,48.404526,8.344217,3.6822581,3.9116077,7.591092,94.14299,33.559143,86.554695,571.86414,236.73582,2064.7961,1884.3867,18.771519,33.920475,10947.617,7.768537,72.638885,709.4898,139.54718,189.10135,83.43279,438.69534,822.446,438.4967,19.383717,105.44588,1060.2394,2078.0361,53.238037,659.5549,55.796417,1.0883768,62.143013,1.0864928,0.66585755,3.057394,49.530464,130.46507,245.76836,18.428852,3102.3499,367.2339,138.30914,198.66263,86.32412,93.968414,58.405018,20.801344,103.97715,798.47534,246.39055,135.66682,117.85954,10.534946,141.38287,127.95296,35.090336,711.6063,175.35173,3419.5903,32.28824,2924.624,78.99556,419.73123,2155.064,79.66597,9.9250555,1134.9417,917.91473,3342.7266,91.01877 +2023-08-04 21:00:00,0.0,17633.828,319.18243,27.233421,36.11544,30.257158,165.55115,24.814112,34.19799,20.096203,21.444166,933.9638,238.74677,9.834306,137.10938,6.283605,0.52938,27.288687,8.721265,2.01479,337.48785,0.22850417,339.96924,43.51518,0.8075707,2.2998636,110.391045,16.096153,37.0,97.906815,27414.209,0.11543952,1626.3225,0.41454077,0.24965118,0.101555556,0.5706087,145.18228,162.55763,24.31816,191.6875,22.607254,79.64632,2189.2925,2.525517,301.11014,185.28954,374.36603,130.87875,343.8007,35.164486,474.4561,0.0,2351.3503,13466.48,36.217983,537.4248,150.53954,42949.95,131.87242,28.367016,155.42262,420.36554,67.894775,29.735882,248.3512,2063.57,338.76562,169.66287,24.443525,17.212927,391.90002,71.9928,1225.2344,85.112495,2485.2322,183.46251,375.6433,79.322624,126.227356,6.7228994,10.595492,14.828101,2.4416976,1.9565356,70.08403,70.93151,74.743225,31.336206,31.23166,128.37975,7.425865,3092.6875,53.540665,73.75,66.47062,79.63606,227.82916,90.30879,159.0625,14.749053,36.4926,90.273895,283.11536,565.67896,59.171875,290.4238,67.92755,129.20316,272.45523,394.1594,962.0417,161.46257,4.32875,21.09375,8.062917,40.87647,19106.508,3.0354586,20.981066,33.775,30.009354,335.3026,49.016666,132.84918,2.7228703,125.52188,402.27286,277.05185,131.5762,512.33215,35.704166,101.10757,162.2182,10.681666,1.6048449,10.832711,1235.5391,0.079263456,0.29083332,48.40634,8.342679,3.6817307,3.9108326,7.5926857,94.12472,33.550003,86.55559,571.8458,236.74432,2065.048,1884.38,18.789145,33.953125,10946.227,7.76789,72.677086,709.5664,139.62187,189.21875,83.46875,438.96667,822.57764,438.56195,19.4,105.51667,1060.1414,2077.8018,53.281437,660.0399,55.870834,1.0882952,62.14172,1.0861415,0.66561604,3.0564117,49.571663,130.54199,245.65356,18.420834,3100.921,367.39584,138.4375,198.84375,86.375,93.953125,58.458332,20.889584,103.96875,798.42786,246.4018,135.69388,117.83229,10.55625,141.40178,127.96875,35.071545,711.33984,175.31195,3417.3154,32.28913,2923.6055,78.99835,419.73517,2153.9336,79.63519,9.929907,1134.5618,917.69165,3341.1763,91.01888 +2023-08-04 22:00:00,0.0,17633.984,319.26517,27.249842,36.13439,30.266483,165.58662,24.821526,34.21778,20.098083,21.452478,934.4732,238.63652,9.846969,137.174,6.2747135,0.5285669,27.291702,8.708261,2.011853,337.5558,0.22835761,340.1085,43.528175,0.80656564,2.29664,110.4295,16.101324,37.015533,97.895645,27414.46,0.11531174,1627.0138,0.4142276,0.24941576,0.10144723,0.5700054,145.21574,162.6039,24.314692,191.62231,22.626892,79.60186,2189.4658,2.5243828,300.90482,185.13885,374.47534,130.7675,343.90652,35.176,474.02597,0.0,2350.8853,13459.565,36.19622,537.49054,150.50636,42945.2,131.8702,28.353369,155.26819,420.0135,67.85955,29.722166,248.12943,2062.6716,338.72412,169.4899,24.42954,17.207144,392.0062,71.97938,1224.767,85.11263,2485.4082,183.61479,375.45157,79.34473,126.18213,6.7217436,10.593059,14.8194,2.4411008,1.9556044,70.105286,70.96414,74.77398,31.367683,31.255175,128.37923,7.4325786,3092.2944,53.515263,73.72043,66.43168,79.568016,227.8983,90.28955,158.91801,14.743028,36.48391,90.21906,283.0216,565.74646,59.221573,290.47397,67.93842,129.15553,272.446,393.83368,962.0098,161.45786,4.331231,21.075941,8.056998,40.89631,19107.443,3.0363882,21.001965,33.805912,30.027742,335.3063,49.045876,132.87868,2.721169,125.5283,402.36572,277.00253,131.61461,512.2603,35.70242,101.10143,162.18214,10.680239,1.6049384,10.832546,1235.0858,0.07922973,0.29070967,48.40816,8.341141,3.6812034,3.9100578,7.5942793,94.10645,33.540863,86.55648,571.8275,236.7528,2065.3,1884.3733,18.80677,33.985775,10944.837,7.767243,72.71528,709.64294,139.69658,189.33615,83.50471,439.238,822.7092,438.6272,19.416283,105.587456,1060.0433,2077.5676,53.324837,660.5249,55.94525,1.0882137,62.140427,1.0857902,0.6653745,3.0554295,49.612865,130.61893,245.53877,18.412813,3099.4922,367.5578,138.56586,199.02487,86.42589,93.937836,58.51165,20.977823,103.96035,798.3804,246.41302,135.72093,117.80504,10.577554,141.4207,127.98454,35.052753,711.0733,175.27216,3415.0408,32.290028,2922.5872,79.001144,419.73907,2152.803,79.604416,9.934758,1134.182,917.46857,3339.6262,91.019 +2023-08-04 23:00:00,0.0,17634.139,319.34793,27.266264,36.153343,30.275806,165.6221,24.828941,34.23757,20.099964,21.46079,934.98267,238.52629,9.859632,137.23862,6.265822,0.5277538,27.294718,8.695255,2.0089161,337.62375,0.22821106,340.24774,43.541172,0.80556065,2.293416,110.46794,16.106493,37.031063,97.884476,27414.71,0.11518397,1627.7051,0.4139144,0.24918033,0.10133891,0.56940204,145.24919,162.65016,24.311224,191.55713,22.64653,79.55741,2189.6392,2.5232487,300.69946,184.98819,374.58466,130.65625,344.01236,35.18751,473.59586,0.0,2350.42,13452.649,36.17446,537.5563,150.47318,42940.45,131.86797,28.339722,155.11374,419.6614,67.82432,29.70845,247.90765,2061.773,338.68262,169.31694,24.415556,17.201359,392.1124,71.96596,1224.2994,85.11277,2485.5842,183.76707,375.25983,79.36684,126.136894,6.720588,10.590624,14.810698,2.440504,1.9546733,70.12653,70.99677,74.80473,31.399162,31.278687,128.37871,7.439292,3091.9011,53.489857,73.69086,66.39274,79.49997,227.96742,90.27031,158.77353,14.737002,36.47522,90.16422,282.92783,565.814,59.27127,290.5241,67.949295,129.10791,272.43683,393.50797,961.978,161.45312,4.3337126,21.058132,8.05108,40.91615,19108.377,3.0373178,21.022861,33.836826,30.04613,335.31,49.07509,132.90817,2.7194674,125.53471,402.45856,276.95322,131.65303,512.1885,35.700672,101.0953,162.14609,10.678811,1.6050318,10.832381,1234.6327,0.079196006,0.29058602,48.409977,8.339603,3.6806762,3.9092827,7.5958734,94.08819,33.531723,86.55737,571.8092,236.7613,2065.552,1884.3667,18.824394,34.018425,10943.446,7.766596,72.75347,709.71954,139.77127,189.45357,83.54066,439.5093,822.8409,438.69247,19.432564,105.65825,1059.9453,2077.3333,53.368233,661.00995,56.01967,1.0881321,62.139137,1.0854388,0.665133,3.0544472,49.654068,130.69585,245.42398,18.404793,3098.0632,367.71976,138.69421,199.20598,86.47677,93.92255,58.564964,21.066063,103.95195,798.3328,246.42426,135.74799,117.777794,10.598857,141.4396,128.00034,35.033966,710.8068,175.23238,3412.7659,32.290924,2921.5688,79.003944,419.74298,2151.6724,79.57365,9.93961,1133.8022,917.2455,3338.076,91.01911 +2023-08-05 00:00:00,0.0,17634.293,319.4307,27.282686,36.172295,30.285131,165.6576,24.836355,34.257366,20.101845,21.469103,935.4921,238.41605,9.872294,137.30324,6.256931,0.52694064,27.297733,8.68225,2.005979,337.69168,0.22806452,340.387,43.554165,0.8045556,2.2901921,110.50639,16.111664,37.046597,97.87331,27414.96,0.115056194,1628.3964,0.41360125,0.24894491,0.101230584,0.5687988,145.28264,162.69641,24.307756,191.49193,22.666168,79.51296,2189.8123,2.5221145,300.49414,184.83751,374.69397,130.545,344.1182,35.199024,473.16577,0.0,2349.9546,13445.733,36.1527,537.622,150.43999,42935.7,131.86574,28.326077,154.9593,419.3094,67.78909,29.694735,247.68587,2060.8743,338.64114,169.14398,24.401571,17.195576,392.21857,71.95253,1223.832,85.1129,2485.7605,183.91936,375.06815,79.38895,126.09166,6.7194324,10.58819,14.801995,2.439907,1.9537421,70.14779,71.0294,74.83548,31.430641,31.302198,128.37819,7.446005,3091.508,53.464455,73.66129,66.353806,79.43192,228.03656,90.25106,158.62903,14.730977,36.46653,90.10939,282.83408,565.88153,59.32097,290.57428,67.96017,129.06029,272.42764,393.18228,961.9462,161.44841,4.3361936,21.040323,8.045161,40.93599,19109.312,3.0382473,21.04376,33.86774,30.064516,335.3137,49.1043,132.93767,2.7177658,125.54113,402.55142,276.9039,131.69144,512.11664,35.69892,101.08917,162.11003,10.677383,1.6051252,10.832217,1234.1794,0.07916228,0.29046234,48.411793,8.338065,3.6801488,3.9085078,7.597467,94.069916,33.522583,86.558266,571.7909,236.76979,2065.804,1884.36,18.84202,34.051075,10942.056,7.765949,72.791664,709.79614,139.84598,189.57097,83.576614,439.78064,822.9725,438.75772,19.448847,105.729034,1059.8473,2077.099,53.411633,661.49493,56.094086,1.0880505,62.137844,1.0850877,0.6648915,3.053465,49.695267,130.77278,245.30917,18.396774,3096.6343,367.88174,138.82259,199.3871,86.52765,93.90726,58.61828,21.1543,103.94355,798.28534,246.43549,135.77502,117.75054,10.620161,141.45853,128.01613,35.015175,710.5403,175.19258,3410.4912,32.291817,2920.5505,79.00674,419.74692,2150.542,79.54287,9.944461,1133.4225,917.0224,3336.5256,91.019226 +2023-08-05 01:00:00,0.0,17634.447,319.51343,27.299109,36.191246,30.294456,165.69307,24.84377,34.277157,20.103725,21.477415,936.0015,238.3058,9.884956,137.36784,6.2480392,0.5261275,27.300749,8.669245,2.003042,337.7596,0.22791797,340.52625,43.56716,0.8035506,2.2869682,110.54484,16.116833,37.062126,97.862144,27415.213,0.11492842,1629.0878,0.41328806,0.24870948,0.10112226,0.5681955,145.31609,162.74268,24.304289,191.42674,22.685806,79.468506,2189.9856,2.5209801,300.2888,184.68683,374.80328,130.43376,344.22403,35.21054,472.73566,0.0,2349.4893,13438.818,36.130936,537.6878,150.4068,42930.95,131.86353,28.31243,154.80486,418.95734,67.75387,29.681019,247.4641,2059.9756,338.59964,168.97101,24.387585,17.189793,392.32477,71.93911,1223.3646,85.11304,2485.9365,184.07164,374.8764,79.41105,126.046425,6.718277,10.585756,14.793294,2.4393103,1.952811,70.16904,71.062035,74.866234,31.46212,31.325712,128.37767,7.4527183,3091.115,53.43905,73.63172,66.314865,79.363884,228.10568,90.23182,158.48454,14.724951,36.457836,90.05456,282.7403,565.94904,59.370667,290.62442,67.97103,129.01266,272.41843,392.85657,961.9144,161.4437,4.338675,21.022514,8.039243,40.95583,19110.246,3.0391772,21.064657,33.898655,30.082905,335.31738,49.13351,132.96716,2.7160645,125.54755,402.6443,276.85458,131.72986,512.04486,35.697174,101.08304,162.07397,10.675956,1.6052186,10.832052,1233.7262,0.07912855,0.2903387,48.41361,8.336527,3.6796215,3.907733,7.5990605,94.05165,33.513443,86.55915,571.7726,236.77829,2066.056,1884.3534,18.859646,34.083725,10940.666,7.7653017,72.829865,709.8727,139.92067,189.68837,83.612564,440.05197,823.1041,438.823,19.46513,105.79982,1059.7493,2076.8647,53.455032,661.98,56.168507,1.087969,62.136555,1.0847363,0.66464996,3.0524828,49.73647,130.8497,245.19438,18.388754,3095.2056,368.0437,138.95094,199.5682,86.57854,93.89197,58.671597,21.24254,103.93515,798.23785,246.44672,135.80208,117.72329,10.641465,141.47743,128.03192,34.996384,710.2738,175.1528,3408.2163,32.292713,2919.532,79.00953,419.75082,2149.4114,79.51209,9.949312,1133.0426,916.7994,3334.9756,91.01934 +2023-08-05 02:00:00,0.0,17634.602,319.5962,27.31553,36.210197,30.30378,165.72855,24.851183,34.296947,20.105606,21.485727,936.511,238.19557,9.897619,137.43246,6.2391477,0.52531445,27.303764,8.65624,2.000105,337.82755,0.22777142,340.66553,43.58016,0.80254555,2.2837443,110.58329,16.122002,37.07766,97.850975,27415.463,0.11480065,1629.779,0.41297486,0.24847406,0.101013936,0.5675922,145.34953,162.78894,24.300821,191.36156,22.705444,79.42406,2190.159,2.519846,300.08347,184.53616,374.91263,130.32251,344.32986,35.222054,472.30554,0.0,2349.0242,13431.902,36.109177,537.75354,150.37361,42926.195,131.8613,28.298784,154.65042,418.60526,67.71864,29.667305,247.24232,2059.0771,338.55814,168.79805,24.3736,17.184008,392.43094,71.92569,1222.8971,85.11317,2486.1125,184.22392,374.6847,79.43316,126.00119,6.7171216,10.583323,14.784592,2.4387136,1.9518799,70.19029,71.094666,74.89699,31.493599,31.349224,128.37715,7.459431,3090.7217,53.413647,73.60215,66.275925,79.29584,228.17482,90.21258,158.34006,14.718925,36.449146,89.99972,282.64655,566.01654,59.42036,290.6746,67.9819,128.96504,272.40924,392.53085,961.8826,161.43898,4.341156,21.004704,8.033324,40.97567,19111.182,3.0401068,21.085556,33.92957,30.101292,335.32108,49.162724,132.99666,2.7143629,125.55397,402.73712,276.80527,131.76826,511.97302,35.695427,101.076904,162.03792,10.674528,1.6053121,10.831887,1233.2731,0.07909483,0.29021505,48.415424,8.334989,3.6790943,3.9069579,7.6006546,94.03339,33.504303,86.56004,571.7543,236.78677,2066.3079,1884.3467,18.87727,34.116375,10939.275,7.7646546,72.86806,709.9493,139.99536,189.80579,83.64852,440.3233,823.2357,438.88824,19.481413,105.87061,1059.6514,2076.6306,53.49843,662.46497,56.242924,1.0878874,62.13526,1.084385,0.66440845,3.0515006,49.777668,130.92662,245.07959,18.380733,3093.7766,368.20566,139.0793,199.74933,86.62942,93.87668,58.72491,21.33078,103.92675,798.1903,246.45795,135.82913,117.69604,10.662768,141.49635,128.04771,34.977596,710.00726,175.11302,3405.9417,32.29361,2918.5137,79.01232,419.75476,2148.2808,79.481316,9.954164,1132.6628,916.5763,3333.4253,91.01946 +2023-08-05 03:00:00,0.0,17634.756,319.67892,27.331953,36.22915,30.313105,165.76404,24.858597,34.316742,20.107485,21.49404,937.0204,238.08533,9.910282,137.49709,6.230256,0.5245013,27.30678,8.643235,1.9971678,337.8955,0.22762486,340.80478,43.593155,0.8015405,2.2805207,110.621735,16.127172,37.093193,97.839806,27415.713,0.11467287,1630.4703,0.4126617,0.24823864,0.10090561,0.56698895,145.383,162.83519,24.297354,191.29637,22.725082,79.37961,2190.332,2.5187118,299.8781,184.38548,375.02197,130.21126,344.4357,35.233566,471.87543,0.0,2348.5588,13424.987,36.087414,537.8193,150.34042,42921.445,131.85907,28.285137,154.49597,418.25323,67.68341,29.65359,247.02055,2058.1785,338.51663,168.62509,24.359615,17.178225,392.5371,71.91227,1222.4297,85.113304,2486.2886,184.37622,374.49298,79.45526,125.955956,6.7159657,10.580889,14.775889,2.4381168,1.9509487,70.21154,71.127304,74.927734,31.525078,31.372738,128.37662,7.4661446,3090.3286,53.38824,73.57258,66.236984,79.22779,228.24394,90.19334,158.19557,14.7129,36.440456,89.944885,282.55276,566.08405,59.47006,290.72473,67.992775,128.91742,272.40002,392.20514,961.8508,161.43427,4.343637,20.986895,8.027407,40.99551,19112.117,3.0410364,21.106453,33.960484,30.119678,335.32474,49.191936,133.02615,2.7126613,125.56039,402.83,276.75598,131.80669,511.90118,35.69368,101.07078,162.00186,10.6731,1.6054056,10.831722,1232.8198,0.0790611,0.2900914,48.41724,8.333451,3.678567,3.906183,7.602248,94.015114,33.495163,86.560936,571.73596,236.79527,2066.5598,1884.34,18.894896,34.149025,10937.886,7.7640076,72.90625,710.0259,140.07007,189.92319,83.68448,440.59464,823.3674,438.9535,19.497696,105.9414,1059.5533,2076.3962,53.54183,662.95,56.31734,1.0878059,62.13397,1.0840337,0.6641669,3.0505183,49.81887,131.00356,244.9648,18.372715,3092.348,368.3676,139.20766,199.93045,86.680305,93.86139,58.778225,21.41902,103.91835,798.1428,246.4692,135.85619,117.668785,10.6840725,141.51526,128.0635,34.958805,709.7408,175.07323,3403.6667,32.294502,2917.4954,79.015114,419.75867,2147.1504,79.45054,9.959014,1132.2831,916.3532,3331.8752,91.01958 +2023-08-05 04:00:00,0.0,17634.91,319.7617,27.348375,36.2481,30.32243,165.79951,24.866013,34.336533,20.109365,21.502354,937.52985,237.9751,9.922945,137.5617,6.2213645,0.5236882,27.309795,8.63023,1.9942309,337.96344,0.22747831,340.94403,43.606148,0.8005355,2.2772968,110.66019,16.132341,37.108723,97.828636,27415.963,0.11454509,1631.1616,0.4123485,0.24800321,0.10079729,0.5663857,145.41644,162.88145,24.293886,191.23119,22.74472,79.33516,2190.5054,2.5175774,299.67276,184.2348,375.1313,130.1,344.54153,35.24508,471.44534,0.0,2348.0938,13418.071,36.06565,537.885,150.30724,42916.695,131.85684,28.271492,154.34154,417.90118,67.648186,29.639874,246.79878,2057.2798,338.47513,168.45212,24.34563,17.17244,392.6433,71.89885,1221.9622,85.11344,2486.4646,184.5285,374.30124,79.47737,125.91073,6.7148104,10.578455,14.767188,2.43752,1.9500176,70.232796,71.15993,74.95849,31.556555,31.39625,128.3761,7.472858,3089.9355,53.362835,73.543015,66.198044,79.159744,228.31308,90.17409,158.05107,14.706875,36.431767,89.89005,282.459,566.15155,59.519756,290.7749,68.00365,128.8698,272.39084,391.87946,961.819,161.42955,4.3461185,20.969086,8.021488,41.01535,19113.05,3.041966,21.127352,33.991398,30.138067,335.32843,49.221146,133.05565,2.71096,125.5668,402.92285,276.70667,131.84511,511.82938,35.691933,101.064644,161.9658,10.671673,1.605499,10.831557,1232.3666,0.07902737,0.28996775,48.41906,8.331913,3.6780396,3.905408,7.603842,93.99685,33.486023,86.56183,571.71765,236.80376,2066.8118,1884.3334,18.912521,34.181675,10936.495,7.7633605,72.94444,710.1024,140.14476,190.04059,83.72043,440.86594,823.49896,439.01877,19.513977,106.01219,1059.4553,2076.162,53.585224,663.435,56.391758,1.0877242,62.13268,1.0836824,0.6639254,3.049536,49.86007,131.08047,244.84999,18.364695,3090.919,368.52957,139.33603,200.11156,86.731186,93.8461,58.83154,21.50726,103.90994,798.09534,246.48042,135.88324,117.64153,10.705376,141.53418,128.0793,34.940014,709.4743,175.03345,3401.3918,32.2954,2916.477,79.01791,419.7626,2146.0198,79.41977,9.963865,1131.9032,916.1301,3330.325,91.01969 +2023-08-05 05:00:00,0.0,17635.064,319.84445,27.364798,36.26705,30.331753,165.83499,24.873426,34.356327,20.111246,21.510666,938.0393,237.86485,9.935608,137.62631,6.212473,0.5228751,27.31281,8.617226,1.9912938,338.03137,0.22733177,341.08328,43.619144,0.79953045,2.274073,110.69863,16.13751,37.124256,97.81747,27416.215,0.11441732,1631.8529,0.41203532,0.24776779,0.100688964,0.56578237,145.44989,162.9277,24.29042,191.166,22.764359,79.2907,2190.6787,2.5164433,299.46744,184.08414,375.2406,129.98875,344.6474,35.25659,471.01523,0.0,2347.6284,13411.156,36.04389,537.95074,150.27405,42911.945,131.85461,28.257845,154.18709,417.54913,67.61296,29.626158,246.577,2056.3813,338.43362,168.27916,24.331646,17.166656,392.74948,71.88542,1221.4948,85.11357,2486.6409,184.68079,374.10956,79.49948,125.86549,6.713655,10.57602,14.758486,2.436923,1.9490864,70.25405,71.192566,74.98924,31.588034,31.419764,128.37558,7.479571,3089.5422,53.337433,73.51344,66.1591,79.0917,228.3822,90.15485,157.90659,14.70085,36.423077,89.83522,282.36526,566.2191,59.569454,290.82504,68.01452,128.82217,272.38165,391.55374,961.7872,161.42484,4.3485994,20.951277,8.01557,41.035187,19113.986,3.0428958,21.148249,34.022312,30.156454,335.33212,49.25036,133.08514,2.7092583,125.57322,403.0157,276.65735,131.88351,511.75754,35.690186,101.05851,161.92975,10.670245,1.6055924,10.831393,1231.9133,0.07899365,0.28984407,48.420876,8.330375,3.6775124,3.904633,7.605436,93.978584,33.476883,86.56272,571.69934,236.81226,2067.0637,1884.3267,18.930147,34.214325,10935.105,7.7627134,72.982635,710.179,140.21945,190.158,83.756386,441.13727,823.6306,439.084,19.53026,106.08298,1059.3573,2075.9277,53.628624,663.92004,56.466175,1.0876427,62.131386,1.0833311,0.6636839,3.0485537,49.90127,131.1574,244.7352,18.356674,3089.49,368.69153,139.46439,200.29268,86.78207,93.83081,58.884857,21.595497,103.90154,798.0478,246.49165,135.9103,117.61428,10.72668,141.55309,128.0951,34.921227,709.20776,174.99367,3399.1172,32.296295,2915.4585,79.0207,419.7665,2144.8894,79.38899,9.968717,1131.5234,915.90704,3328.7747,91.019806 +2023-08-05 06:00:00,0.0,17635.219,319.9272,27.38122,36.286003,30.341078,165.87048,24.88084,34.376118,20.113127,21.518978,938.5487,237.75461,9.948271,137.69093,6.2035813,0.52206194,27.315826,8.60422,1.9883567,338.0993,0.22718522,341.22256,43.63214,0.79852545,2.270849,110.737076,16.142681,37.139786,97.8063,27416.465,0.114289545,1632.5442,0.41172215,0.24753237,0.10058064,0.56517905,145.48334,162.97397,24.286953,191.1008,22.783997,79.246254,2190.8518,2.515309,299.2621,183.93346,375.3499,129.8775,344.75323,35.268105,470.5851,0.0,2347.163,13404.24,36.02213,538.01654,150.24088,42907.195,131.8524,28.244198,154.03265,417.19708,67.57773,29.612442,246.35522,2055.4827,338.39215,168.1062,24.317661,17.160873,392.85568,71.872,1221.0272,85.11371,2486.817,184.83307,373.91782,79.52158,125.82026,6.712499,10.573586,14.7497835,2.4363263,1.9481553,70.2753,71.2252,75.01999,31.619513,31.443275,128.37506,7.4862843,3089.1492,53.312027,73.48387,66.12016,79.02366,228.45134,90.135605,157.7621,14.694823,36.414387,89.78038,282.27148,566.2866,59.619152,290.8752,68.02538,128.77455,272.37244,391.22803,961.7554,161.42012,4.351081,20.933468,8.009651,41.055027,19114.922,3.0438254,21.169147,34.053226,30.174843,335.33582,49.279568,133.11462,2.7075567,125.579636,403.10855,276.60803,131.92194,511.68573,35.68844,101.05238,161.89369,10.6688175,1.6056858,10.831228,1231.4602,0.07895992,0.28972042,48.42269,8.328836,3.676985,3.9038582,7.6070294,93.96031,33.467743,86.563614,571.6811,236.82074,2067.3157,1884.32,18.947771,34.246975,10933.715,7.7620664,73.020836,710.25555,140.29416,190.2754,83.792336,441.4086,823.7622,439.14926,19.546543,106.15376,1059.2593,2075.6936,53.672024,664.405,56.540592,1.0875611,62.130093,1.0829799,0.6634424,3.0475714,49.94247,131.23433,244.6204,18.348656,3088.0613,368.85352,139.59274,200.47379,86.832954,93.81552,58.93817,21.683737,103.89314,798.0003,246.50288,135.93733,117.58703,10.747984,141.572,128.11089,34.902435,708.9413,174.95387,3396.8423,32.297188,2914.4402,79.02349,419.77045,2143.7588,79.358215,9.973568,1131.1437,915.684,3327.2246,91.01992 +2023-08-05 07:00:00,0.0,17635.375,320.00995,27.397642,36.304955,30.3504,165.90596,24.888254,34.39591,20.115007,21.52729,939.05817,237.64438,9.960934,137.75555,6.19469,0.5212488,27.318842,8.591215,1.9854196,338.16727,0.22703867,341.36182,43.645138,0.7975204,2.267625,110.77553,16.14785,37.15532,97.795135,27416.715,0.11416177,1633.2355,0.41140896,0.24729694,0.10047232,0.5645758,145.51678,163.02023,24.283485,191.03561,22.803635,79.201805,2191.0251,2.514175,299.05676,183.78278,375.45926,129.76625,344.85907,35.279617,470.155,0.0,2346.698,13397.325,36.000366,538.0823,150.20769,42902.445,131.85017,28.230553,153.8782,416.84503,67.5425,29.598726,246.13345,2054.584,338.35065,167.93323,24.303675,17.155088,392.96185,71.85858,1220.5598,85.113846,2486.993,184.98535,373.72607,79.54369,125.775024,6.711344,10.571153,14.741082,2.4357295,1.9472241,70.296555,71.25783,75.05074,31.650991,31.46679,128.37454,7.492997,3088.756,53.286625,73.4543,66.08122,78.95561,228.52048,90.11636,157.61761,14.688798,36.405697,89.72555,282.17773,566.3541,59.66885,290.92535,68.036255,128.72693,272.36325,390.90234,961.7236,161.4154,4.353562,20.915659,8.003733,41.074867,19115.855,3.044755,21.190044,34.08414,30.19323,335.3395,49.30878,133.14412,2.7058554,125.58606,403.20142,276.55872,131.96034,511.61392,35.68669,101.04625,161.85764,10.66739,1.6057793,10.831063,1231.007,0.0789262,0.28959677,48.424507,8.327299,3.676458,3.903083,7.608623,93.94205,33.458603,86.5645,571.6628,236.82924,2067.5676,1884.3134,18.965397,34.279625,10932.324,7.7614193,73.05903,710.33215,140.36885,190.3928,83.82829,441.67993,823.8938,439.21454,19.562826,106.224556,1059.1613,2075.4592,53.71542,664.8901,56.61501,1.0874796,62.128803,1.0826286,0.66320086,3.0465891,49.983673,131.31125,244.5056,18.340635,3086.6323,369.01547,139.7211,200.6549,86.883835,93.80023,58.991486,21.771976,103.88474,797.95276,246.51411,135.96439,117.55978,10.769287,141.59091,128.12668,34.883644,708.67474,174.9141,3394.5676,32.298084,2913.4219,79.02629,419.77435,2142.6282,79.32744,9.978419,1130.7638,915.46094,3325.6743,91.020035 +2023-08-05 08:00:00,0.0,17635.53,320.0927,27.414064,36.323906,30.359726,165.94144,24.895668,34.415703,20.116888,21.535603,939.56757,237.53413,9.973597,137.82016,6.1857986,0.5204357,27.321857,8.57821,1.9824827,338.2352,0.22689211,341.50107,43.658134,0.79651535,2.2644012,110.81397,16.153019,37.17085,97.783966,27416.967,0.114034,1633.9268,0.4110958,0.24706154,0.100364,0.5639725,145.55025,163.06648,24.280018,190.97043,22.823273,79.15735,2191.1985,2.5130405,298.8514,183.63211,375.56857,129.655,344.9649,35.29113,469.7249,0.0,2346.2327,13390.409,35.978607,538.148,150.1745,42897.695,131.84795,28.216906,153.72377,416.49298,67.50728,29.58501,245.91168,2053.6855,338.30914,167.76027,24.28969,17.149305,393.06802,71.84516,1220.0923,85.113976,2487.169,185.13763,373.53436,79.565796,125.72979,6.710188,10.568719,14.73238,2.4351327,1.946293,70.3178,71.29046,75.0815,31.68247,31.490301,128.37402,7.4997106,3088.3628,53.26122,73.42473,66.04229,78.887566,228.5896,90.097115,157.47311,14.682773,36.397003,89.670715,282.08395,566.42163,59.718548,290.97552,68.04713,128.6793,272.35403,390.57663,961.6918,161.41069,4.356043,20.89785,7.997814,41.094707,19116.791,3.0456848,21.210943,34.115055,30.211617,335.3432,49.337994,133.17361,2.7041538,125.592476,403.29425,276.5094,131.99876,511.54208,35.684944,101.04012,161.82158,10.665962,1.6058728,10.830898,1230.5537,0.07889247,0.28947312,48.426323,8.325761,3.6759305,3.9023082,7.610217,93.92378,33.449463,86.56539,571.6445,236.83772,2067.8196,1884.3066,18.983023,34.312275,10930.935,7.760772,73.09722,710.40875,140.44356,190.51022,83.86425,441.95126,824.02545,439.2798,19.57911,106.29534,1059.0632,2075.225,53.75882,665.37506,56.689426,1.0873979,62.12751,1.0822773,0.66295934,3.0456069,50.02487,131.38817,244.39081,18.332617,3085.2034,369.17743,139.84946,200.83603,86.934715,93.78494,59.044804,21.860216,103.87634,797.9053,246.52534,135.99144,117.53253,10.790591,141.60983,128.14247,34.864857,708.40826,174.8743,3392.2927,32.29898,2912.4036,79.02908,419.7783,2141.4978,79.29666,9.983271,1130.384,915.23785,3324.124,91.02015 +2023-08-05 09:00:00,0.0,17635.684,320.17545,27.430487,36.34286,30.369051,165.97693,24.903084,34.435493,20.118767,21.543915,940.077,237.4239,9.986259,137.88478,6.176907,0.5196226,27.324873,8.565206,1.9795456,338.30313,0.22674556,341.64032,43.671127,0.79551035,2.2611775,110.852425,16.15819,37.186382,97.7728,27417.217,0.11390622,1634.618,0.4107826,0.24682611,0.100255676,0.5633692,145.5837,163.11275,24.27655,190.90524,22.84291,79.1129,2191.3718,2.5119064,298.6461,183.48143,375.67792,129.54376,345.07074,35.302643,469.2948,0.0,2345.7676,13383.494,35.956844,538.21375,150.14131,42892.945,131.84572,28.20326,153.56932,416.14093,67.47205,29.571295,245.68991,2052.7869,338.26764,167.58731,24.275705,17.14352,393.17422,71.83174,1219.6249,85.11411,2487.345,185.28992,373.34262,79.587906,125.68456,6.7090325,10.566285,14.723678,2.434536,1.9453619,70.33906,71.32309,75.11224,31.71395,31.513813,128.3735,7.506424,3087.9697,53.235813,73.395164,66.00335,78.81952,228.65874,90.07787,157.32863,14.676747,36.388313,89.615875,281.9902,566.48914,59.768246,291.0257,68.058,128.63168,272.34485,390.25092,961.66,161.40598,4.3585243,20.880041,7.9918957,41.114548,19117.727,3.0466144,21.23184,34.14597,30.230005,335.3469,49.367203,133.20311,2.7024522,125.59889,403.38712,276.4601,132.03719,511.47028,35.683197,101.03399,161.78552,10.664535,1.6059662,10.830733,1230.1006,0.07885874,0.28934947,48.428143,8.324223,3.675403,3.9015331,7.6118107,93.90551,33.440323,86.566284,571.62616,236.84622,2068.0715,1884.3,19.000647,34.344925,10929.544,7.760125,73.135414,710.4853,140.51825,190.62762,83.9002,442.2226,824.15704,439.34503,19.59539,106.36613,1058.9652,2074.9907,53.80222,665.8601,56.763847,1.0873164,62.12622,1.081926,0.6627178,3.0446246,50.066074,131.4651,244.27602,18.324596,3083.7747,369.3394,139.97783,201.01714,86.9856,93.76966,59.098118,21.948454,103.86794,797.8578,246.53658,136.0185,117.50528,10.811894,141.62874,128.15826,34.846066,708.1417,174.83452,3390.018,32.299877,2911.385,79.031876,419.7822,2140.3672,79.26589,9.988122,1130.0043,915.0148,3322.574,91.02026 +2023-08-05 10:00:00,0.0,17635.838,320.2582,27.446909,36.361813,30.378374,166.0124,24.910498,34.455288,20.120647,21.552227,940.5865,237.31366,9.998921,137.9494,6.1680155,0.5188095,27.327888,8.5522,1.9766085,338.37106,0.22659902,341.7796,43.684124,0.7945053,2.2579536,110.89087,16.163359,37.201912,97.76163,27417.467,0.11377844,1635.3093,0.4104694,0.24659069,0.10014735,0.56276596,145.61714,163.15901,24.273083,190.84006,22.862549,79.06845,2191.545,2.5107722,298.44073,183.33075,375.78723,129.43251,345.17657,35.314156,468.8647,0.0,2345.3022,13376.578,35.93508,538.2795,150.10812,42888.195,131.84349,28.189613,153.41489,415.78888,67.43682,29.557579,245.46812,2051.8882,338.22614,167.41434,24.26172,17.137737,393.2804,71.81831,1219.1573,85.11424,2487.5212,185.44221,373.15094,79.610016,125.63933,6.707877,10.56385,14.714976,2.433939,1.9444307,70.360306,71.35572,75.143,31.745426,31.537327,128.37299,7.513137,3087.5767,53.21041,73.36559,65.96441,78.75148,228.72786,90.05863,157.18414,14.670721,36.379623,89.56104,281.89642,566.5567,59.817944,291.07584,68.06887,128.58408,272.33566,389.9252,961.6281,161.40126,4.3610053,20.86223,7.985977,41.134388,19118.66,3.047544,21.252739,34.17688,30.248392,335.3506,49.396416,133.2326,2.7007508,125.60531,403.47998,276.4108,132.07559,511.39844,35.68145,101.027855,161.74947,10.663106,1.6060596,10.830569,1229.6473,0.07882502,0.2892258,48.42996,8.322685,3.674876,3.9007583,7.6134043,93.887245,33.431183,86.56718,571.6079,236.85472,2068.3235,1884.2933,19.018272,34.377575,10928.154,7.759478,73.173615,710.5619,140.59294,190.74503,83.93616,442.4939,824.2887,439.4103,19.611673,106.43692,1058.8673,2074.7566,53.845615,666.3451,56.838264,1.0872349,62.124928,1.0815747,0.6624763,3.0436423,50.107273,131.54202,244.16122,18.316576,3082.3457,369.50134,140.10619,201.19826,87.03648,93.75437,59.151432,22.036694,103.85954,797.81024,246.54782,136.04555,117.47803,10.833199,141.64766,128.17406,34.827274,707.87524,174.79474,3387.7432,32.30077,2910.3667,79.03467,419.78613,2139.2366,79.235115,9.992973,1129.6244,914.79175,3321.0237,91.02038 +2023-08-05 11:00:00,0.0,17635.992,320.34094,27.463331,36.380764,30.3877,166.04788,24.917912,34.47508,20.122528,21.56054,941.0959,237.20341,10.011584,138.01402,6.159124,0.5179964,27.330904,8.539195,1.9736716,338.43903,0.22645247,341.91885,43.69712,0.7935003,2.2547297,110.92932,16.168528,37.217445,97.75046,27417.717,0.11365067,1636.0006,0.41015625,0.24635527,0.10003903,0.56216264,145.65059,163.20526,24.269615,190.77487,22.882187,79.024,2191.7183,2.5096378,298.2354,183.18008,375.89655,129.32126,345.2824,35.32567,468.4346,0.0,2344.837,13369.662,35.913322,538.3453,150.07494,42883.445,131.84128,28.175966,153.26044,415.43683,67.401596,29.543863,245.24635,2050.9897,338.18463,167.24138,24.247736,17.131952,393.3866,71.80489,1218.69,85.11438,2487.6973,185.5945,372.9592,79.63212,125.59409,6.7067213,10.561417,14.706274,2.4333422,1.9434996,70.38156,71.38835,75.17375,31.776905,31.560839,128.37247,7.5198503,3087.1833,53.185005,73.33602,65.92547,78.68343,228.797,90.03939,157.03966,14.664696,36.370934,89.50621,281.80267,566.6242,59.86764,291.126,68.079735,128.53645,272.32645,389.59952,961.5963,161.39655,4.363487,20.844421,7.9800587,41.15423,19119.596,3.0484736,21.273636,34.207794,30.266779,335.35428,49.425625,133.2621,2.6990492,125.61173,403.5728,276.36148,132.11401,511.32663,35.679703,101.02173,161.71341,10.661678,1.606153,10.830404,1229.1941,0.07879129,0.28910214,48.431774,8.321147,3.6743486,3.8999834,7.6149983,93.86897,33.422043,86.56807,571.5896,236.8632,2068.5754,1884.2866,19.035898,34.410225,10926.764,7.758831,73.21181,710.6385,140.66765,190.86244,83.97211,442.76523,824.4203,439.47556,19.627956,106.507706,1058.7693,2074.5222,53.889015,666.83014,56.91268,1.0871533,62.123634,1.0812235,0.6622348,3.04266,50.148476,131.61894,244.04642,18.308558,3080.9167,369.66333,140.23454,201.37936,87.08737,93.73908,59.20475,22.124933,103.85114,797.76276,246.55905,136.0726,117.450775,10.854503,141.66656,128.18985,34.808487,707.6087,174.75494,3385.4685,32.301666,2909.3484,79.03746,419.79004,2138.1062,79.20434,9.997825,1129.2446,914.56866,3319.4736,91.0205 +2023-08-05 12:00:00,0.0,17636.146,320.4237,27.479753,36.399715,30.397022,166.08337,24.925325,34.49487,20.124409,21.568851,941.60535,237.09319,10.024247,138.07863,6.1502323,0.51718324,27.33392,8.52619,1.9707345,338.50696,0.22630592,342.0581,43.710117,0.79249525,2.2515059,110.967766,16.173698,37.232975,97.73929,27417.969,0.113522895,1636.6919,0.40984306,0.24611984,0.0999307,0.5615594,145.68404,163.25153,24.266148,190.70967,22.901825,78.979546,2191.8916,2.5085037,298.03006,183.0294,376.00586,129.21,345.38824,35.337185,468.0045,0.0,2344.3716,13362.747,35.89156,538.411,150.04175,42878.695,131.83905,28.162321,153.106,415.08478,67.36637,29.530148,245.02458,2050.091,338.14316,167.06842,24.23375,17.12617,393.49277,71.79147,1218.2225,85.11452,2487.8733,185.74678,372.7675,79.65423,125.54886,6.705566,10.558983,14.697572,2.4327455,1.9425684,70.40281,71.42099,75.2045,31.808384,31.584352,128.37195,7.526563,3086.7903,53.159603,73.30645,65.88653,78.61539,228.86612,90.02014,156.89516,14.65867,36.362244,89.45137,281.7089,566.6917,59.91734,291.17615,68.09061,128.48883,272.31726,389.2738,961.5645,161.39182,4.3659678,20.826612,7.97414,41.174065,19120.531,3.0494034,21.294535,34.23871,30.285168,335.35797,49.454838,133.2916,2.6973476,125.61815,403.66568,276.31216,132.15242,511.2548,35.677956,101.015594,161.67735,10.660251,1.6062465,10.830239,1228.741,0.07875756,0.2889785,48.43359,8.319609,3.6738212,3.8992083,7.616592,93.85071,33.412903,86.568954,571.5713,236.8717,2068.8276,1884.28,19.053522,34.442875,10925.373,7.7581844,73.25,710.715,140.74234,190.97984,84.008064,443.03656,824.55194,439.5408,19.64424,106.5785,1058.6713,2074.288,53.932415,667.3151,56.9871,1.0870717,62.122345,1.0808722,0.6619933,3.041678,50.189674,131.69588,243.93163,18.300537,3079.488,369.8253,140.3629,201.56049,87.13825,93.72379,59.258064,22.213173,103.84274,797.7152,246.57028,136.09964,117.42352,10.875806,141.68549,128.20564,34.789696,707.3422,174.71516,3383.1936,32.302563,2908.33,79.04025,419.79398,2136.9756,79.17356,10.002676,1128.8649,914.3456,3317.9233,91.020615 +2023-08-05 13:00:00,0.0,17636.3,320.50647,27.496176,36.418667,30.406347,166.11885,24.93274,34.514664,20.12629,21.577166,942.1148,236.98294,10.03691,138.14325,6.1413407,0.5163701,27.336935,8.5131855,1.9677974,338.5749,0.22615936,342.19736,43.72311,0.7914902,2.248282,111.00622,16.178867,37.24851,97.72813,27418.219,0.113395125,1637.3832,0.40952986,0.24588442,0.09982238,0.56095606,145.7175,163.29778,24.26268,190.64449,22.921463,78.9351,2192.0647,2.5073695,297.82474,182.87872,376.11517,129.09875,345.49408,35.348698,467.57437,0.0,2343.9065,13355.831,35.869797,538.47675,150.00858,42873.94,131.83682,28.148674,152.95155,414.73273,67.33115,29.516432,244.80281,2049.1924,338.10165,166.89545,24.219765,17.120386,393.59894,71.77805,1217.755,85.11465,2488.0493,185.89906,372.57574,79.67634,125.503624,6.7044106,10.556549,14.68887,2.4321487,1.9416373,70.424065,71.45362,75.23525,31.839863,31.607864,128.37143,7.5332766,3086.3972,53.134197,73.27688,65.84759,78.54734,228.93526,90.0009,156.75067,14.652645,36.353554,89.39654,281.61514,566.7592,59.967037,291.22632,68.10148,128.44121,272.30804,388.9481,961.5327,161.3871,4.368449,20.808804,7.9682217,41.193905,19121.465,3.050333,21.315432,34.269623,30.303555,335.36163,49.48405,133.32109,2.6956463,125.624565,403.75854,276.26285,132.19084,511.18298,35.67621,101.00946,161.6413,10.658823,1.6063399,10.830074,1228.2877,0.07872384,0.28885484,48.435406,8.31807,3.673294,3.8984334,7.6181855,93.83244,33.403767,86.56985,571.553,236.88019,2069.0796,1884.2733,19.071148,34.475525,10923.983,7.7575374,73.28819,710.7916,140.81703,191.09724,84.04402,443.3079,824.68353,439.60608,19.660522,106.649284,1058.5732,2074.0537,53.97581,667.8002,57.061516,1.0869901,62.12105,1.0805209,0.6617518,3.0406957,50.230877,131.7728,243.81683,18.292517,3078.059,369.98724,140.49126,201.7416,87.18913,93.7085,59.31138,22.301413,103.83434,797.6677,246.58151,136.1267,117.39627,10.89711,141.70439,128.22144,34.770905,707.07574,174.67538,3380.9187,32.303455,2907.3115,79.043045,419.79788,2135.8452,79.142784,10.007527,1128.485,914.1225,3316.373,91.02073 +2023-08-05 14:00:00,0.0,17636.455,320.5892,27.512598,36.43762,30.415672,166.15433,24.940155,34.534454,20.12817,21.585478,942.6242,236.87271,10.049573,138.20787,6.132449,0.515557,27.33995,8.50018,1.9648603,338.64282,0.22601281,342.33664,43.736107,0.7904852,2.2450583,111.04466,16.184036,37.264038,97.71696,27418.469,0.11326735,1638.0746,0.4092167,0.245649,0.099714056,0.56035274,145.75095,163.34404,24.259212,190.5793,22.941101,78.89065,2192.238,2.5062354,297.6194,182.72806,376.22452,128.9875,345.5999,35.36021,467.14426,0.0,2343.4414,13348.916,35.848038,538.5425,149.97539,42869.19,131.8346,28.135029,152.79712,414.38068,67.29591,29.502716,244.58104,2048.294,338.06015,166.72249,24.20578,17.114601,393.70514,71.764626,1217.2876,85.114784,2488.2253,186.05135,372.38403,79.69844,125.4584,6.7032547,10.554115,14.680168,2.431552,1.9407061,70.44531,71.48625,75.26601,31.871342,31.631378,128.37091,7.5399895,3086.0042,53.108795,73.247314,65.80865,78.479294,229.0044,89.98166,156.60619,14.646619,36.34486,89.341705,281.52136,566.8267,60.016735,291.27646,68.11235,128.39359,272.29886,388.62238,961.5009,161.38239,4.37093,20.790995,7.962303,41.213745,19122.4,3.0512626,21.33633,34.300537,30.321943,335.36533,49.51326,133.35059,2.6939447,125.63098,403.85138,276.21353,132.22925,511.11115,35.67446,101.003334,161.60524,10.657395,1.6064334,10.82991,1227.8345,0.07869011,0.2887312,48.437225,8.316533,3.6727667,3.8976586,7.619779,93.81417,33.394627,86.57074,571.53467,236.88869,2069.3315,1884.2667,19.088774,34.508175,10922.593,7.7568903,73.326385,710.86816,140.89174,191.21465,84.07997,443.57922,824.8152,439.67133,19.676804,106.72007,1058.4752,2073.8196,54.01921,668.28516,57.135933,1.0869086,62.119762,1.0801696,0.6615103,3.0397134,50.272076,131.84972,243.70204,18.284498,3076.6301,370.1492,140.61963,201.92271,87.24002,93.693214,59.364697,22.38965,103.82594,797.62024,246.59274,136.15375,117.36902,10.918414,141.72331,128.23723,34.752117,706.8092,174.63559,3378.644,32.30435,2906.2932,79.04584,419.80182,2134.7146,79.112015,10.012379,1128.1052,913.8994,3314.823,91.02084 +2023-08-05 15:00:00,0.0,17636.61,320.67197,27.52902,36.45657,30.424995,166.18982,24.947569,34.55425,20.130049,21.59379,943.13367,236.76247,10.062236,138.27249,6.123558,0.51474386,27.342966,8.487175,1.9619234,338.7108,0.22586626,342.4759,43.749104,0.78948015,2.2418344,111.083115,16.189207,37.27957,97.70579,27418.72,0.11313957,1638.7659,0.4089035,0.24541357,0.09960573,0.5597495,145.7844,163.3903,24.255745,190.51411,22.96074,78.84619,2192.4114,2.505101,297.41406,182.57738,376.33383,128.87625,345.70575,35.371723,466.71417,0.0,2342.976,13342.0,35.826275,538.6082,149.9422,42864.44,131.83237,28.121382,152.64267,414.02863,67.26069,29.489,244.35925,2047.3953,338.01865,166.54953,24.191795,17.108818,393.8113,71.751205,1216.8201,85.114914,2488.4016,186.20363,372.1923,79.72055,125.41316,6.7020993,10.551681,14.671466,2.4309552,1.939775,70.46657,71.51888,75.29675,31.902819,31.65489,128.37039,7.546703,3085.6108,53.08339,73.21774,65.76971,78.411255,229.07352,89.96242,156.4617,14.640594,36.33617,89.28687,281.4276,566.8942,60.06643,291.32663,68.12322,128.34596,272.28967,388.2967,961.46906,161.37767,4.373411,20.773186,7.9563847,41.233585,19123.334,3.0521922,21.357227,34.33145,30.34033,335.36902,49.542473,133.38008,2.692243,125.6374,403.94424,276.1642,132.26767,511.03934,35.672714,100.9972,161.56918,10.655968,1.6065269,10.829745,1227.3813,0.07865638,0.2886075,48.43904,8.314995,3.6722393,3.8968835,7.621373,93.795906,33.385487,86.57163,571.51636,236.89717,2069.5835,1884.26,19.106398,34.540825,10921.203,7.756243,73.364586,710.94476,140.96643,191.33206,84.11593,443.85052,824.9468,439.7366,19.693087,106.79086,1058.3772,2073.5852,54.062607,668.7702,57.21035,1.086827,62.11847,1.0798182,0.6612688,3.038731,50.31328,131.92665,243.58723,18.276478,3075.2014,370.31116,140.74799,202.10384,87.2909,93.677925,59.41801,22.47789,103.81754,797.5727,246.60397,136.1808,117.34177,10.939717,141.74222,128.25302,34.733326,706.5427,174.59581,3376.3691,32.30525,2905.275,79.04864,419.80573,2133.584,79.08124,10.017229,1127.7255,913.6764,3313.2727,91.02096 +2023-08-05 16:00:00,0.0,17636.764,320.75473,27.545443,36.47552,30.43432,166.2253,24.954983,34.57404,20.13193,21.602102,943.64307,236.65222,10.074899,138.3371,6.1146665,0.5139308,27.345982,8.47417,1.9589863,338.77872,0.22571972,342.61514,43.7621,0.78847516,2.2386105,111.12156,16.194376,37.2951,97.69462,27418.97,0.1130118,1639.4572,0.40859032,0.24517815,0.09949741,0.5591462,145.81784,163.43655,24.252277,190.44893,22.980377,78.80174,2192.5845,2.5039668,297.2087,182.42671,376.44318,128.765,345.81158,35.383236,466.28406,0.0,2342.5107,13335.085,35.804512,538.674,149.90901,42859.69,131.83015,28.107737,152.48824,413.67657,67.225464,29.475285,244.13748,2046.4967,337.97714,166.37656,24.17781,17.103033,393.9175,71.737785,1216.3527,85.11505,2488.5776,186.35591,372.0006,79.74265,125.36793,6.7009435,10.549247,14.662765,2.4303582,1.9388438,70.487816,71.55151,75.32751,31.934298,31.678404,128.36987,7.5534163,3085.2178,53.057983,73.18817,65.73077,78.34321,229.14265,89.94317,156.3172,14.634568,36.32748,89.23203,281.33383,566.9618,60.116127,291.37677,68.13409,128.29834,272.28046,387.97098,961.43726,161.37296,4.3758926,20.755377,7.950466,41.253426,19124.27,3.053122,21.378126,34.362366,30.358717,335.3727,49.571682,133.40958,2.6905417,125.64382,404.0371,276.11493,132.30609,510.9675,35.670967,100.991066,161.53313,10.65454,1.6066202,10.82958,1226.9281,0.07862266,0.28848386,48.440857,8.313457,3.6717122,3.8961086,7.622967,93.77764,33.376347,86.572525,571.49805,236.90567,2069.8354,1884.2533,19.124023,34.573475,10919.8125,7.755596,73.40278,711.02136,141.04114,191.44946,84.15188,444.12186,825.0784,439.80185,19.70937,106.86165,1058.2792,2073.351,54.106007,669.2552,57.284767,1.0867454,62.117176,1.0794669,0.66102725,3.0377488,50.354477,132.00357,243.47244,18.268457,3073.7725,370.4731,140.87634,202.28494,87.34178,93.662636,59.471325,22.56613,103.80914,797.5252,246.6152,136.20786,117.314514,10.961021,141.76114,128.26881,34.714535,706.2762,174.55602,3374.0945,32.30614,2904.2566,79.05143,419.80966,2132.4536,79.05046,10.02208,1127.3456,913.4533,3311.7224,91.02107 +2023-08-05 17:00:00,0.0,17636.92,320.83746,27.561865,36.494473,30.443645,166.26077,24.962397,34.59383,20.13381,21.610415,944.1525,236.54199,10.087562,138.40172,6.105775,0.5131177,27.348997,8.461165,1.9560492,338.84665,0.22557317,342.7544,43.775093,0.7874701,2.2353866,111.16001,16.199545,37.310635,97.68345,27419.22,0.11288402,1640.1484,0.40827715,0.24494272,0.09938908,0.5585429,145.85129,163.48282,24.248812,190.38374,23.000015,78.75729,2192.7578,2.5028327,297.00336,182.27603,376.5525,128.65375,345.91742,35.39475,465.85394,0.0,2342.0457,13328.169,35.782753,538.73975,149.87582,42854.94,131.82793,28.09409,152.33379,413.32452,67.19023,29.461569,243.91571,2045.598,337.93564,166.2036,24.163826,17.09725,394.02368,71.724365,1215.8851,85.11519,2488.7537,186.50821,371.80887,79.76476,125.32269,6.699788,10.546813,14.654062,2.4297614,1.9379127,70.50907,71.584145,75.35826,31.965776,31.701916,128.36935,7.560129,3084.8247,53.03258,73.1586,65.69183,78.27516,229.21178,89.92393,156.17271,14.628543,36.31879,89.1772,281.24008,567.0293,60.165825,291.42694,68.14496,128.25072,272.27127,387.64526,961.40546,161.36824,4.3783736,20.737568,7.9445477,41.273266,19125.205,3.0540516,21.399025,34.39328,30.377106,335.3764,49.600895,133.43907,2.6888402,125.65024,404.12994,276.0656,132.3445,510.8957,35.66922,100.98494,161.49707,10.653112,1.6067137,10.829415,1226.4749,0.07858893,0.2883602,48.442673,8.311918,3.6711848,3.8953335,7.6245604,93.75937,33.367207,86.57341,571.47974,236.91415,2070.0874,1884.2467,19.14165,34.606125,10918.422,7.754949,73.44097,711.0979,141.11583,191.56686,84.187836,444.3932,825.21,439.8671,19.725653,106.93244,1058.1812,2073.1167,54.149406,669.74023,57.359188,1.0866638,62.115887,1.0791157,0.66078573,3.0367665,50.39568,132.08049,243.35765,18.260439,3072.3438,370.6351,141.0047,202.46606,87.39267,93.64735,59.524643,22.65437,103.800735,797.4777,246.62645,136.23491,117.28727,10.982325,141.78004,128.2846,34.695747,706.0097,174.51624,3371.8196,32.307037,2903.2383,79.05422,419.81357,2131.323,79.019684,10.026932,1126.9658,913.2302,3310.1724,91.02119 +2023-08-05 18:00:00,0.0,17637.074,320.92023,27.578287,36.513424,30.452969,166.29625,24.96981,34.613625,20.13569,21.618727,944.662,236.43175,10.1002245,138.46634,6.0968833,0.51230454,27.352013,8.44816,1.9531122,338.91458,0.22542661,342.89368,43.78809,0.78646505,2.2321627,111.198456,16.204716,37.326168,97.67228,27419.473,0.112756245,1640.8397,0.40796396,0.2447073,0.09928076,0.55793965,145.88474,163.52908,24.245344,190.31854,23.019653,78.71284,2192.9312,2.5016983,296.79803,182.12535,376.6618,128.54251,346.02325,35.40626,465.42383,0.0,2341.5803,13321.254,35.76099,538.8055,149.84264,42850.19,131.8257,28.080442,152.17935,412.97247,67.15501,29.447853,243.69394,2044.6995,337.89417,166.03064,24.14984,17.091465,394.12985,71.710945,1215.4177,85.11532,2488.9297,186.66049,371.61716,79.78687,125.27746,6.6986327,10.544379,14.64536,2.4291646,1.9369816,70.53032,71.616776,75.38901,31.997255,31.725428,128.36882,7.5668426,3084.4314,53.007175,73.129036,65.65289,78.207115,229.28091,89.904686,156.02823,14.622517,36.3101,89.12237,281.1463,567.0968,60.215523,291.4771,68.15583,128.2031,272.26205,387.31958,961.37366,161.36353,4.380855,20.719759,7.938629,41.293106,19126.139,3.0549812,21.419922,34.424194,30.395493,335.3801,49.630108,133.46857,2.6871386,125.656654,404.2228,276.0163,132.38292,510.82385,35.667473,100.978806,161.46101,10.651685,1.6068071,10.82925,1226.0217,0.078555204,0.28823656,48.44449,8.310381,3.6706576,3.8945587,7.6261544,93.741104,33.358067,86.5743,571.4614,236.92265,2070.3394,1884.24,19.159273,34.638775,10917.032,7.754302,73.479164,711.1745,141.19052,191.68428,84.22379,444.66452,825.3417,439.93237,19.741936,107.00323,1058.0831,2072.8826,54.192802,670.2252,57.433605,1.0865823,62.114594,1.0787644,0.6605442,3.0357842,50.43688,132.15742,243.24286,18.252419,3070.9148,370.79706,141.13307,202.64717,87.44355,93.63206,59.577957,22.742607,103.792336,797.4302,246.63768,136.26195,117.26002,11.003629,141.79897,128.3004,34.676956,705.74316,174.47646,3369.545,32.307934,2902.2197,79.057014,419.8175,2130.1924,78.988914,10.031783,1126.586,913.00714,3308.622,91.0213 +2023-08-05 19:00:00,0.0,17637.229,321.00296,27.59471,36.532375,30.462294,166.33174,24.977226,34.633415,20.137571,21.627039,945.1714,236.32152,10.112886,138.53096,6.0879917,0.5114914,27.355028,8.435155,1.9501752,338.98254,0.22528006,343.03293,43.801086,0.78546005,2.2289388,111.23691,16.209885,37.341698,97.66112,27419.723,0.112628475,1641.531,0.4076508,0.24447188,0.09917244,0.5573364,145.9182,163.57533,24.241877,190.25336,23.039291,78.66839,2193.1045,2.500564,296.59268,181.97469,376.77112,128.43126,346.1291,35.417774,464.99374,0.0,2341.1152,13314.338,35.739227,538.8712,149.80945,42845.44,131.82347,28.066797,152.0249,412.62042,67.11978,29.434137,243.47217,2043.8009,337.85266,165.85767,24.135855,17.085682,394.23605,71.69752,1214.9502,85.115456,2489.1057,186.81277,371.4254,79.808975,125.23222,6.697477,10.541945,14.636659,2.428568,1.9360504,70.551575,71.64941,75.41976,32.028732,31.748941,128.3683,7.5735555,3084.0383,52.981773,73.099464,65.61395,78.13907,229.35004,89.885445,155.88374,14.616491,36.30141,89.06753,281.05255,567.1643,60.26522,291.52725,68.1667,128.15547,272.25287,386.99387,961.34186,161.35881,4.383336,20.701948,7.932711,41.312946,19127.074,3.055911,21.44082,34.45511,30.41388,335.3838,49.659317,133.49805,2.6854372,125.66307,404.31567,275.96698,132.42133,510.75204,35.665726,100.97267,161.42496,10.650257,1.6069006,10.829086,1225.5685,0.07852148,0.2881129,48.446304,8.308843,3.6701303,3.8937838,7.627748,93.72284,33.348927,86.575195,571.4431,236.93114,2070.5913,1884.2334,19.176899,34.671425,10915.642,7.753655,73.517365,711.2511,141.26523,191.80168,84.25974,444.93585,825.47327,439.99762,19.758217,107.07401,1057.9852,2072.6482,54.236202,670.71027,57.508022,1.0865006,62.113304,1.0784131,0.6603027,3.034802,50.47808,132.23434,243.12805,18.2444,3069.4858,370.959,141.26143,202.8283,87.49444,93.61677,59.63127,22.830847,103.783936,797.3827,246.64891,136.289,117.232765,11.024933,141.81787,128.3162,34.658165,705.4767,174.43666,3367.27,32.308826,2901.2014,79.05981,419.8214,2129.062,78.95814,10.036634,1126.2062,912.78406,3307.072,91.021416 +2023-08-05 20:00:00,0.0,17637.383,321.08572,27.611132,36.551327,30.471617,166.36722,24.98464,34.65321,20.139452,21.635353,945.68085,236.21127,10.125549,138.59557,6.0791,0.5106783,27.358044,8.42215,1.9472381,339.05048,0.22513351,343.17218,43.814083,0.784455,2.2257152,111.27535,16.215054,37.35723,97.64995,27419.973,0.1125007,1642.2223,0.4073376,0.24423647,0.09906412,0.556733,145.95164,163.6216,24.238409,190.18817,23.05893,78.62394,2193.2776,2.49943,296.38736,181.824,376.88046,128.32,346.23492,35.429287,464.56363,0.0,2340.65,13307.423,35.717464,538.93695,149.77626,42840.69,131.82124,28.05315,151.87047,412.26837,67.08456,29.420422,243.25038,2042.9022,337.81116,165.68471,24.12187,17.079899,394.34222,71.6841,1214.4828,85.11559,2489.282,186.96506,371.2337,79.831085,125.187,6.6963215,10.539511,14.627956,2.4279711,1.9351193,70.57282,71.68204,75.450516,32.06021,31.772453,128.36778,7.580269,3083.6453,52.956367,73.06989,65.57501,78.07103,229.41917,89.866196,155.73924,14.610466,36.292717,89.012695,280.95877,567.2318,60.31492,291.57742,68.177574,128.10785,272.24368,386.66815,961.31006,161.3541,4.385817,20.68414,7.9267926,41.332787,19128.01,3.0568407,21.461718,34.486023,30.432268,335.38748,49.68853,133.52754,2.6837356,125.669495,404.4085,275.91766,132.45975,510.6802,35.66398,100.966545,161.3889,10.648829,1.606994,10.828921,1225.1152,0.078487754,0.28798923,48.448124,8.307304,3.6696029,3.8930087,7.6293416,93.70457,33.339787,86.57609,571.4248,236.93964,2070.8433,1884.2267,19.194525,34.704075,10914.252,7.753008,73.55556,711.32764,141.33992,191.91908,84.2957,445.20715,825.6049,440.06287,19.7745,107.144806,1057.8872,2072.414,54.279602,671.19525,57.58244,1.0864191,62.11201,1.0780618,0.6600612,3.0338197,50.51928,132.31126,243.01326,18.23638,3068.0571,371.12097,141.38979,203.00941,87.54532,93.60148,59.684586,22.919086,103.775536,797.3352,246.66014,136.31606,117.20551,11.046236,141.83679,128.33199,34.639378,705.21014,174.39688,3364.9954,32.309723,2900.183,79.0626,419.82535,2127.9314,78.92736,10.041486,1125.8264,912.56104,3305.5217,91.02153 +2023-08-05 21:00:00,0.0,17637.537,321.1685,27.627554,36.57028,30.480942,166.4027,24.992054,34.673,20.14133,21.643665,946.19025,236.10103,10.138212,138.66019,6.0702085,0.50986516,27.36106,8.409145,1.944301,339.1184,0.22498697,343.31143,43.827076,0.78345,2.2224913,111.313805,16.220224,37.37276,97.63878,27420.223,0.11237292,1642.9136,0.4070244,0.24400105,0.098955795,0.55612975,145.98509,163.66785,24.234941,190.12299,23.078568,78.57949,2193.451,2.4982958,296.182,181.67332,376.9898,128.20876,346.3408,35.4408,464.1335,0.0,2340.1846,13300.507,35.695705,539.0027,149.74309,42835.94,131.81903,28.039505,151.71602,411.91632,67.049324,29.406706,243.02861,2042.0037,337.76965,165.51175,24.107885,17.074114,394.44843,71.67068,1214.0154,85.11572,2489.458,187.11734,371.042,79.85319,125.14176,6.695166,10.537077,14.619254,2.4273741,1.9341881,70.59408,71.714676,75.48126,32.09169,31.795967,128.36726,7.5869823,3083.252,52.93096,73.04032,65.53607,78.00298,229.4883,89.846954,155.59476,14.604441,36.284027,88.95786,280.86502,567.2993,60.364616,291.62756,68.188446,128.06023,272.23447,386.34244,961.2782,161.34938,4.3882985,20.66633,7.920874,41.352623,19128.943,3.0577703,21.482616,34.516937,30.450655,335.39117,49.717743,133.55704,2.682034,125.67591,404.50137,275.86835,132.49817,510.6084,35.662228,100.96041,161.35286,10.647402,1.6070874,10.828756,1224.662,0.078454025,0.28786558,48.44994,8.305767,3.6690757,3.8922338,7.6309357,93.6863,33.330647,86.57698,571.4065,236.94814,2071.0952,1884.22,19.21215,34.736725,10912.861,7.752361,73.59375,711.40424,141.41463,192.0365,84.33165,445.4785,825.7365,440.12814,19.790783,107.21559,1057.7892,2072.1797,54.322998,671.6803,57.656857,1.0863376,62.110718,1.0777105,0.65981966,3.0328374,50.560482,132.3882,242.89847,18.22836,3066.6282,371.28293,141.51814,203.19052,87.5962,93.58619,59.737904,23.007326,103.767136,797.28766,246.67137,136.34311,117.17826,11.06754,141.8557,128.34778,34.620586,704.94366,174.35709,3362.7205,32.31062,2899.1648,79.06539,419.82925,2126.801,78.89658,10.046337,1125.4467,912.33795,3303.9714,91.02165 +2023-08-05 22:00:00,0.0,17637.691,321.25122,27.643976,36.58923,30.490267,166.43819,24.999468,34.69279,20.143211,21.651978,946.6997,235.9908,10.150875,138.72481,6.0613174,0.50905204,27.364075,8.39614,1.941364,339.18634,0.22484042,343.4507,43.840073,0.78244495,2.2192674,111.35225,16.225393,37.388294,97.62761,27420.475,0.11224515,1643.6049,0.40671125,0.24376562,0.09884747,0.5555265,146.01854,163.71411,24.231474,190.0578,23.098206,78.535034,2193.6243,2.4971614,295.97668,181.52266,377.0991,128.0975,346.44662,35.452316,463.7034,0.0,2339.7192,13293.591,35.673943,539.0685,149.7099,42831.19,131.8168,28.025858,151.56158,411.56427,67.0141,29.39299,242.80684,2041.1051,337.72815,165.33878,24.0939,17.06833,394.5546,71.65726,1213.5479,85.11586,2489.634,187.26962,370.85028,79.8753,125.09653,6.6940103,10.534643,14.610553,2.4267774,1.933257,70.615326,71.74731,75.51202,32.12317,31.819479,128.36674,7.593695,3082.859,52.90556,73.01075,65.49713,77.93494,229.55743,89.82771,155.45027,14.598415,36.275337,88.90302,280.77124,567.3669,60.414314,291.67773,68.19931,128.01262,272.22528,386.01675,961.2464,161.34467,4.3907795,20.648521,7.9149556,41.372463,19129.879,3.0586998,21.503513,34.547848,30.469044,335.39484,49.746952,133.58653,2.6803327,125.68233,404.59424,275.81903,132.53658,510.53656,35.66048,100.95428,161.3168,10.645974,1.6071808,10.828591,1224.2089,0.078420304,0.28774193,48.451756,8.304229,3.6685483,3.8914587,7.6325293,93.66804,33.321507,86.577866,571.3882,236.95662,2071.3472,1884.2134,19.229774,34.769375,10911.472,7.7517138,73.63194,711.4808,141.48932,192.1539,84.36761,445.74982,825.86816,440.1934,19.807066,107.286385,1057.6912,2071.9456,54.366398,672.1653,57.731274,1.086256,62.10943,1.0773593,0.65957814,3.0318553,50.601685,132.46512,242.78366,18.22034,3065.1992,371.44492,141.6465,203.37164,87.64709,93.5709,59.791218,23.095566,103.758736,797.2402,246.6826,136.37016,117.15101,11.088843,141.87462,128.36357,34.601795,704.6772,174.3173,3360.4456,32.311516,2898.1462,79.06819,419.83316,2125.6704,78.86581,10.051188,1125.0668,912.11487,3302.4214,91.02177 +2023-08-05 23:00:00,0.0,17637.846,321.33398,27.660398,36.60818,30.49959,166.47366,25.006882,34.712585,20.145092,21.66029,947.20917,235.88055,10.163538,138.78941,6.052426,0.5082389,27.36709,8.383135,1.938427,339.25427,0.22469386,343.58997,43.85307,0.7814399,2.2160435,111.3907,16.230562,37.403824,97.61644,27420.725,0.11211737,1644.2961,0.40639806,0.2435302,0.09873915,0.5549232,146.05199,163.76038,24.228006,189.99261,23.117844,78.490585,2193.7974,2.4960272,295.77133,181.37198,377.20844,127.98625,346.55246,35.46383,463.27332,0.0,2339.2542,13286.676,35.65218,539.1342,149.67671,42826.44,131.81458,28.01221,151.40714,411.21222,66.978874,29.379274,242.58507,2040.2064,337.68665,165.16582,24.079916,17.062546,394.66077,71.64384,1213.0804,85.11599,2489.81,187.4219,370.65854,79.89741,125.05129,6.692855,10.532209,14.6018505,2.4261806,1.9323258,70.63658,71.77994,75.54277,32.154648,31.842993,128.36623,7.6004086,3082.4658,52.880154,72.981186,65.45819,77.86689,229.62657,89.80847,155.30579,14.592389,36.266647,88.84819,280.6775,567.4344,60.464012,291.72787,68.21018,127.96499,272.21606,385.69104,961.2146,161.33995,4.393261,20.630713,7.909037,41.392303,19130.814,3.0596297,21.524412,34.578762,30.48743,335.39853,49.776165,133.61603,2.678631,125.68874,404.68707,275.76974,132.575,510.46475,35.658733,100.94815,161.28075,10.6445465,1.6072743,10.828426,1223.7556,0.078386575,0.28761828,48.45357,8.3026905,3.668021,3.890684,7.634123,93.649765,33.312366,86.57876,571.36993,236.96512,2071.599,1884.2067,19.2474,34.802025,10910.081,7.7510667,73.670135,711.5574,141.56401,192.2713,84.403564,446.02115,825.99976,440.25864,19.823349,107.35717,1057.5931,2071.7112,54.409794,672.6503,57.80569,1.0861744,62.108135,1.077008,0.6593366,3.030873,50.642883,132.54204,242.66887,18.21232,3063.7705,371.60687,141.77487,203.55275,87.69797,93.55561,59.844532,23.183804,103.750336,797.1926,246.69383,136.39722,117.12376,11.110147,141.89352,128.37936,34.583008,704.41064,174.27753,3358.171,32.31241,2897.128,79.070984,419.8371,2124.5398,78.83504,10.05604,1124.687,911.8918,3300.871,91.02188 +2023-08-06 00:00:00,0.0,17638.0,321.41675,27.67682,36.627132,30.508915,166.50914,25.014297,34.732376,20.146973,21.668602,947.71857,235.77032,10.176201,138.85403,6.0435343,0.50742584,27.370106,8.37013,1.9354899,339.32224,0.22454731,343.72922,43.866066,0.7804349,2.2128196,111.429146,16.235733,37.419357,97.60527,27420.975,0.111989595,1644.9874,0.40608487,0.24329478,0.09863082,0.5543199,146.08545,163.80663,24.224539,189.92741,23.137482,78.44614,2193.9707,2.494893,295.566,181.2213,377.31775,127.87501,346.6583,35.47534,462.8432,0.0,2338.789,13279.76,35.63042,539.19995,149.64352,42821.69,131.81235,27.998566,151.2527,410.86017,66.94364,29.365559,242.3633,2039.3079,337.64517,164.99286,24.06593,17.056763,394.76697,71.63041,1212.6129,85.11613,2489.9863,187.5742,370.46683,79.91951,125.00606,6.691699,10.529776,14.593148,2.4255838,1.9313947,70.65783,71.81257,75.57352,32.186127,31.866505,128.3657,7.6071215,3082.0725,52.85475,72.951614,65.41925,77.79884,229.6957,89.78922,155.16129,14.586364,36.257957,88.79336,280.5837,567.5019,60.51371,291.77805,68.221054,127.917366,272.20688,385.36533,961.1828,161.33522,4.395742,20.612904,7.9031186,41.412144,19131.748,3.0605593,21.54531,34.609676,30.505817,335.40222,49.805374,133.64552,2.6769295,125.69516,404.77994,275.72043,132.6134,510.39294,35.656986,100.94202,161.24469,10.643118,1.6073678,10.828262,1223.3024,0.078352846,0.28749463,48.455387,8.301152,3.6674938,3.889909,7.635717,93.6315,33.303226,86.57965,571.3516,236.9736,2071.851,1884.2,19.265026,34.834675,10908.69,7.7504196,73.708336,711.634,141.63872,192.38872,84.439514,446.29248,826.13135,440.3239,19.83963,107.427956,1057.4951,2071.477,54.453194,673.1353,57.880108,1.0860928,62.106842,1.0766567,0.6590951,3.0298908,50.684086,132.61897,242.55408,18.2043,3062.3416,371.76883,141.90323,203.73387,87.74885,93.54032,59.89785,23.272043,103.741936,797.14514,246.70508,136.42426,117.096504,11.131452,141.91245,128.39516,34.564217,704.14417,174.23773,3355.896,32.313305,2896.1096,79.07378,419.841,2123.4094,78.80426,10.060891,1124.3073,911.6687,3299.3208,91.021996 +2023-08-06 01:00:00,0.0,17638.154,321.49948,27.693243,36.646084,30.518238,166.54463,25.021711,34.752167,20.148853,21.676914,948.228,235.66008,10.188864,138.91866,6.0346427,0.5066127,27.373121,8.357125,1.9325529,339.39017,0.22440076,343.86847,43.879063,0.77942985,2.209596,111.4676,16.240902,37.434887,97.59411,27421.227,0.111861825,1645.6787,0.4057717,0.24305935,0.0985225,0.55371666,146.1189,163.85289,24.221071,189.86223,23.15712,78.40168,2194.144,2.4937587,295.36066,181.07063,377.42706,127.763756,346.76413,35.486855,462.4131,0.0,2338.3237,13272.845,35.608658,539.2657,149.61034,42816.938,131.81012,27.984919,151.09825,410.50812,66.90842,29.351843,242.14151,2038.4093,337.60367,164.81989,24.051945,17.05098,394.87314,71.61699,1212.1455,85.116264,2490.1624,187.72649,370.2751,79.94162,124.96083,6.6905437,10.527341,14.584447,2.424987,1.9304636,70.679085,71.8452,75.60427,32.217606,31.890018,128.36519,7.613835,3081.6794,52.829346,72.92204,65.38032,77.730804,229.76483,89.76998,155.0168,14.5803385,36.249268,88.738525,280.48996,567.5694,60.563408,291.8282,68.231926,127.86975,272.1977,385.03964,961.151,161.3305,4.3982234,20.595095,7.8972,41.431984,19132.684,3.0614889,21.566208,34.64059,30.524206,335.4059,49.834587,133.67502,2.675228,125.701584,404.8728,275.6711,132.65182,510.3211,35.65524,100.93588,161.20863,10.64169,1.6074612,10.828097,1222.8492,0.078319125,0.28737095,48.457207,8.299615,3.6669664,3.889134,7.6373105,93.613235,33.294086,86.58054,571.3333,236.9821,2072.103,1884.1934,19.28265,34.86733,10907.301,7.7497725,73.74653,711.7105,141.71341,192.50612,84.47547,446.5638,826.263,440.38916,19.855913,107.49875,1057.3971,2071.2427,54.496593,673.62036,57.954525,1.0860113,62.105553,1.0763054,0.6588536,3.0289085,50.725285,132.69589,242.43929,18.196281,3060.9126,371.9308,142.03159,203.915,87.799736,93.52503,59.951164,23.360283,103.733536,797.09766,246.71631,136.45131,117.06925,11.152755,141.93135,128.41095,34.545425,703.8776,174.19795,3353.6213,32.3142,2895.0913,79.07657,419.84494,2122.2788,78.77348,10.0657425,1123.9274,911.4457,3297.7708,91.02211 +2023-08-06 02:00:00,0.0,17638.309,321.58224,27.709665,36.665035,30.527563,166.58011,25.029125,34.77196,20.150734,21.685226,948.7374,235.54984,10.201527,138.98328,6.025751,0.5057996,27.376137,8.34412,1.9296159,339.4581,0.2242542,344.00775,43.892056,0.77842486,2.206372,111.50604,16.24607,37.45042,97.58294,27421.477,0.11173405,1646.3701,0.4054585,0.24282393,0.098414175,0.55311334,146.15234,163.89915,24.217604,189.79704,23.176758,78.35723,2194.3171,2.4926245,295.15533,180.91995,377.53638,127.652504,346.86996,35.498367,461.983,0.0,2337.8584,13265.929,35.586895,539.3314,149.57715,42812.188,131.8079,27.971273,150.94382,410.15607,66.87319,29.338127,241.91974,2037.5106,337.56216,164.64693,24.03796,17.045195,394.97934,71.60357,1211.678,85.116394,2490.3384,187.87877,370.0834,79.96372,124.915596,6.6893883,10.524907,14.575745,2.42439,1.9295324,70.70033,71.87783,75.635025,32.249084,31.91353,128.36467,7.620548,3081.2864,52.803944,72.89247,65.34138,77.66276,229.83395,89.75074,154.87231,14.574313,36.240574,88.683685,280.39618,567.6369,60.613106,291.87836,68.2428,127.82213,272.18848,384.71393,961.1192,161.32579,4.4007044,20.577286,7.8912816,41.451824,19133.62,3.0624185,21.587105,34.671505,30.542593,335.4096,49.8638,133.70451,2.6735265,125.708,404.96564,275.6218,132.69023,510.2493,35.653492,100.929756,161.17258,10.640263,1.6075546,10.827932,1222.396,0.078285396,0.2872473,48.459023,8.298077,3.666439,3.888359,7.638904,93.59496,33.284946,86.581436,571.315,236.99059,2072.355,1884.1866,19.300276,34.89998,10905.91,7.7491255,73.78472,711.7871,141.7881,192.62352,84.51142,446.8351,826.3946,440.4544,19.872196,107.569534,1057.2991,2071.0085,54.53999,674.10535,58.028946,1.0859298,62.10426,1.0759541,0.6586121,3.0279262,50.766487,132.77281,242.32448,18.188261,3059.484,372.09274,142.15994,204.0961,87.85062,93.50974,60.00448,23.448523,103.725136,797.0501,246.72754,136.47836,117.04201,11.174059,141.95027,128.42674,34.526638,703.61115,174.15817,3351.3464,32.315094,2894.0728,79.07936,419.84885,2121.1482,78.74271,10.070594,1123.5476,911.2226,3296.2205,91.022224 +2023-08-06 03:00:00,0.0,17638.465,321.66498,27.726088,36.683987,30.536888,166.61559,25.03654,34.79175,20.152613,21.693539,949.2469,235.4396,10.21419,139.04788,6.0168595,0.50498646,27.379152,8.331115,1.9266788,339.52603,0.22410767,344.147,43.905052,0.7774198,2.2031481,111.544495,16.251242,37.46595,97.57177,27421.727,0.11160627,1647.0614,0.40514535,0.2425885,0.09830585,0.55251,146.18579,163.9454,24.214136,189.73186,23.196396,78.31278,2194.4905,2.4914904,294.94998,180.76927,377.64572,127.54125,346.9758,35.50988,461.5529,0.0,2337.3933,13259.014,35.565136,539.3972,149.54396,42807.438,131.80568,27.957626,150.78937,409.80402,66.83797,29.324411,241.69797,2036.612,337.52066,164.47397,24.023975,17.039412,395.0855,71.59015,1211.2106,85.11653,2490.5144,188.03105,369.89166,79.98583,124.87036,6.6882324,10.522473,14.567042,2.4237933,1.9286013,70.72159,71.91046,75.66577,32.280563,31.937042,128.36415,7.627261,3080.893,52.778538,72.8629,65.30244,77.59471,229.90309,89.7315,154.72783,14.568287,36.231884,88.62885,280.30243,567.7044,60.662804,291.9285,68.25366,127.774506,272.1793,384.3882,961.08734,161.32108,4.4031854,20.559475,7.885363,41.471664,19134.553,3.0633483,21.608004,34.70242,30.56098,335.4133,49.89301,133.73401,2.671825,125.71442,405.0585,275.57248,132.72865,510.17746,35.651745,100.92362,161.13652,10.638835,1.607648,10.827767,1221.9427,0.07825167,0.28712365,48.46084,8.296538,3.665912,3.8875842,7.640498,93.5767,33.275806,86.58233,571.2967,236.99908,2072.607,1884.18,19.317902,34.93263,10904.5205,7.7484784,73.822914,711.8637,141.86281,192.74094,84.54738,447.10645,826.52625,440.51968,19.88848,107.64033,1057.2012,2070.7742,54.58339,674.5904,58.103363,1.0858481,62.10297,1.0756028,0.65837055,3.026944,50.807686,132.84975,242.20969,18.18024,3058.055,372.2547,142.2883,204.27722,87.9015,93.49445,60.057796,23.53676,103.716736,797.0026,246.73877,136.50542,117.014755,11.195363,141.96918,128.44254,34.507847,703.3446,174.11838,3349.0718,32.31599,2893.0544,79.08215,419.85278,2120.0178,78.71193,10.075444,1123.1678,910.9995,3294.6702,91.02234 +2023-08-06 04:00:00,0.0,17638.62,321.74774,27.74251,36.70294,30.546211,166.65108,25.043953,34.811546,20.154493,21.70185,949.75635,235.32936,10.226852,139.1125,6.007968,0.50417334,27.382168,8.3181095,1.9237417,339.594,0.22396111,344.28625,43.91805,0.77641475,2.1999242,111.58294,16.25641,37.481483,97.5606,27421.977,0.1114785,1647.7527,0.40483215,0.24235308,0.09819753,0.55190676,146.21924,163.99167,24.21067,189.66667,23.216034,78.268326,2194.6638,2.4903562,294.74466,180.6186,377.75507,127.43001,347.08163,35.521393,461.12277,0.0,2336.928,13252.098,35.543373,539.46295,149.51077,42802.688,131.80345,27.943981,150.63492,409.45197,66.802734,29.310696,241.4762,2035.7134,337.47916,164.301,24.00999,17.033627,395.19168,71.57672,1210.743,85.11667,2490.6904,188.18333,369.69995,80.00794,124.82513,6.687077,10.52004,14.55834,2.4231966,1.9276701,70.74284,71.9431,75.696526,32.312042,31.960556,128.36363,7.6339746,3080.5,52.75313,72.833336,65.2635,77.526665,229.97221,89.71225,154.58333,14.562262,36.223194,88.57402,280.20868,567.772,60.7125,291.97867,68.264534,127.72688,272.17007,384.0625,961.05554,161.31636,4.405667,20.541666,7.8794446,41.4915,19135.488,3.064278,21.6289,34.733334,30.579369,335.417,49.922222,133.7635,2.6701236,125.72083,405.15137,275.52316,132.76707,510.10565,35.649998,100.91749,161.10046,10.637407,1.6077415,10.827602,1221.4896,0.078217946,0.287,48.462654,8.295,3.6653845,3.886809,7.6420918,93.558426,33.266666,86.58321,571.2784,237.00757,2072.859,1884.1733,19.335526,34.96528,10903.13,7.7478313,73.861115,711.94025,141.9375,192.85834,84.583336,447.37778,826.65784,440.58493,19.904762,107.71111,1057.1031,2070.54,54.62679,675.07544,58.17778,1.0857666,62.101677,1.0752516,0.65812904,3.0259616,50.84889,132.92667,242.0949,18.172222,3056.626,372.4167,142.41667,204.45833,87.952385,93.479164,60.11111,23.625,103.708336,796.9551,246.75,136.53247,116.9875,11.216666,141.9881,128.45833,34.489056,703.0781,174.0786,3346.7969,32.316887,2892.0361,79.084946,419.8567,2118.8872,78.68116,10.080296,1122.788,910.7764,3293.12,91.02245 +2023-08-06 05:00:00,0.0,17638.773,321.8305,27.758932,36.721893,30.555536,166.68655,25.051369,34.831337,20.156374,21.710165,950.26575,235.21913,10.239514,139.17712,5.9990764,0.5033602,27.385183,8.305105,1.9208047,339.66193,0.22381456,344.4255,43.931046,0.77540976,2.1967003,111.62139,16.26158,37.497013,97.54943,27422.229,0.11135072,1648.444,0.40451896,0.24211766,0.0980892,0.55130345,146.2527,164.03792,24.207203,189.60147,23.235674,78.22388,2194.8372,2.4892218,294.5393,180.46793,377.86438,127.318756,347.18747,35.532906,460.69266,0.0,2336.463,13245.183,35.52161,539.5287,149.4776,42797.938,131.80122,27.930334,150.48048,409.0999,66.76751,29.29698,241.25443,2034.8148,337.43768,164.12804,23.996006,17.027843,395.29788,71.5633,1210.2756,85.1168,2490.8667,188.33562,369.5082,80.030045,124.77989,6.6859217,10.517606,14.549639,2.4225998,1.926739,70.76409,71.97572,75.72728,32.343517,31.984068,128.36311,7.6406875,3080.107,52.72773,72.803764,65.224556,77.45862,230.04135,89.69301,154.43884,14.556236,36.214504,88.51918,280.1149,567.8395,60.762196,292.02884,68.275406,127.67926,272.1609,383.73682,961.02374,161.31165,4.408148,20.523857,7.873526,41.51134,19136.422,3.0652075,21.6498,34.764248,30.597755,335.4207,49.95143,133.793,2.668422,125.72726,405.2442,275.47385,132.80548,510.0338,35.64825,100.91136,161.0644,10.63598,1.6078349,10.827438,1221.0364,0.07818422,0.28687635,48.46447,8.293463,3.6648574,3.8860343,7.6436853,93.54016,33.257526,86.58411,571.2601,237.01607,2073.1108,1884.1666,19.353151,34.99793,10901.739,7.7471843,73.89931,712.01685,142.0122,192.97574,84.619286,447.6491,826.7895,440.6502,19.921043,107.7819,1057.0051,2070.3057,54.670185,675.5604,58.252197,1.085685,62.100384,1.0749003,0.6578875,3.0249794,50.890087,133.00359,241.9801,18.164202,3055.1973,372.57864,142.54503,204.63945,88.003265,93.463875,60.164425,23.71324,103.699936,796.9076,246.76123,136.55951,116.96025,11.23797,142.007,128.47412,34.47027,702.8116,174.0388,3344.5222,32.31778,2891.0178,79.08774,419.86063,2117.7568,78.65038,10.085147,1122.4082,910.5534,3291.5698,91.02257 +2023-08-06 06:00:00,0.0,17638.928,321.91324,27.775354,36.740845,30.564861,166.72203,25.058783,34.851128,20.158255,21.718477,950.7752,235.10889,10.252177,139.24174,5.9901853,0.5025471,27.388199,8.2921,1.9178677,339.72986,0.22366801,344.56476,43.94404,0.7744047,2.1934767,111.659836,16.26675,37.512547,97.53827,27422.479,0.111222945,1649.1353,0.4042058,0.24188223,0.09798088,0.5507002,146.28615,164.08418,24.203735,189.53629,23.255312,78.17943,2195.0103,2.4880877,294.33398,180.31725,377.9737,127.207504,347.2933,35.54442,460.26257,0.0,2335.9976,13238.267,35.49985,539.5944,149.44441,42793.188,131.799,27.916687,150.32603,408.74786,66.732285,29.283264,241.03265,2033.9163,337.39618,163.95508,23.98202,17.02206,395.40405,71.54988,1209.8082,85.116936,2491.0427,188.4879,369.3165,80.052155,124.734665,6.684766,10.515171,14.540936,2.422003,1.9258078,70.78535,72.00836,75.758026,32.374996,32.00758,128.3626,7.647401,3079.7136,52.702324,72.77419,65.185616,77.39058,230.11047,89.67377,154.29436,14.550211,36.205814,88.46435,280.02115,567.907,60.811893,292.07898,68.28628,127.63164,272.1517,383.4111,960.99194,161.30693,4.4106293,20.506048,7.867608,41.53118,19137.357,3.0661373,21.670696,34.795162,30.616144,335.42438,49.980644,133.82248,2.6667204,125.73367,405.33707,275.42456,132.8439,509.962,35.646503,100.90523,161.02835,10.634552,1.6079284,10.827273,1220.5831,0.07815049,0.28675267,48.46629,8.291924,3.66433,3.8852592,7.6452794,93.5219,33.24839,86.585,571.24176,237.02455,2073.3628,1884.16,19.370777,35.03058,10900.35,7.746537,73.9375,712.0934,142.0869,193.09314,84.65524,447.92044,826.9211,440.71545,19.937326,107.85269,1056.9071,2070.0715,54.713585,676.0455,58.326614,1.0856035,62.099094,1.074549,0.657646,3.023997,50.93129,133.08052,241.8653,18.156181,3053.7683,372.7406,142.67339,204.82057,88.05415,93.448586,60.217743,23.80148,103.691536,796.8601,246.77246,136.58656,116.933,11.259274,142.02591,128.48991,34.451477,702.5451,173.99902,3342.2473,32.318676,2889.9993,79.09054,419.86453,2116.6262,78.619606,10.089998,1122.0284,910.3303,3290.0198,91.02269 +2023-08-06 07:00:00,0.0,17639.082,321.996,27.791777,36.759796,30.574184,166.75752,25.066196,34.870922,20.160135,21.72679,951.2846,234.99864,10.26484,139.30635,5.9812937,0.501734,27.391214,8.279095,1.9149306,339.7978,0.22352146,344.70404,43.957035,0.7733997,2.1902528,111.69829,16.27192,37.528076,97.5271,27422.729,0.111095175,1649.8265,0.4038926,0.24164681,0.097872555,0.5500969,146.3196,164.13045,24.200268,189.4711,23.27495,78.13498,2195.1836,2.4869535,294.12863,180.16658,378.083,127.09625,347.39914,35.55593,459.83246,0.0,2335.5322,13231.352,35.47809,539.66016,149.41122,42788.438,131.79678,27.903042,150.1716,408.3958,66.69705,29.269548,240.81087,2033.0176,337.35468,163.7821,23.968035,17.016275,395.51025,71.53646,1209.3407,85.117065,2491.2188,188.6402,369.1248,80.07426,124.68943,6.6836104,10.512737,14.532234,2.421406,1.9248767,70.806595,72.04099,75.78878,32.406475,32.031094,128.36208,7.654114,3079.3206,52.67692,72.74462,65.146675,77.32253,230.17961,89.654526,154.14987,14.544185,36.197124,88.409515,279.92737,567.9745,60.86159,292.12915,68.29715,127.584015,272.1425,383.0854,960.96014,161.30222,4.4131103,20.48824,7.8616896,41.55102,19138.293,3.067067,21.691595,34.826077,30.634531,335.42807,50.009857,133.85197,2.665019,125.74009,405.42993,275.37524,132.88231,509.89017,35.644756,100.89909,160.9923,10.633124,1.6080217,10.827108,1220.13,0.07811677,0.28662902,48.468105,8.290386,3.6638026,3.8844843,7.646873,93.503624,33.23925,86.58589,571.2235,237.03305,2073.6147,1884.1533,19.388401,35.06323,10898.959,7.74589,73.97569,712.17,142.16159,193.21056,84.69119,448.19174,827.05273,440.7807,19.95361,107.92348,1056.8091,2069.8372,54.756985,676.53046,58.40103,1.0855218,62.0978,1.0741976,0.6574045,3.0230148,50.97249,133.15744,241.7505,18.148163,3052.3396,372.90256,142.80174,205.00168,88.105034,93.4333,60.271057,23.889719,103.68313,796.81256,246.7837,136.61362,116.90575,11.280578,142.04483,128.5057,34.432686,702.27856,173.95924,3339.9724,32.319572,2888.981,79.09333,419.86847,2115.4956,78.58883,10.09485,1121.6486,910.10724,3288.4695,91.022804 +2023-08-06 08:00:00,0.0,17639.236,322.07874,27.808199,36.778748,30.58351,166.793,25.07361,34.890713,20.162014,21.735102,951.79407,234.88841,10.277503,139.37097,5.972402,0.5009209,27.39423,8.266089,1.9119936,339.86575,0.22337492,344.8433,43.97003,0.77239466,2.187029,111.73673,16.277088,37.54361,97.51593,27422.98,0.1109674,1650.5178,0.4035794,0.24141139,0.09776424,0.5494936,146.35304,164.1767,24.1968,189.40591,23.294588,78.09052,2195.357,2.485819,293.92328,180.0159,378.19235,126.98501,347.50497,35.567448,459.40234,0.0,2335.067,13224.436,35.456326,539.72595,149.37804,42783.688,131.79456,27.889395,150.01715,408.04376,66.66183,29.255833,240.5891,2032.119,337.31317,163.60915,23.95405,17.010492,395.61642,71.52304,1208.8733,85.1172,2491.3948,188.79248,368.93307,80.09637,124.644196,6.682455,10.5103035,14.523533,2.4208093,1.9239455,70.82785,72.07362,75.819534,32.437954,32.054607,128.36156,7.660827,3078.9275,52.651516,72.71506,65.107735,77.254486,230.24875,89.63528,154.00537,14.538159,36.188435,88.354675,279.83362,568.042,60.91129,292.1793,68.308014,127.5364,272.1333,382.75967,960.9283,161.2975,4.4155917,20.47043,7.855771,41.57086,19139.227,3.0679965,21.712492,34.85699,30.652918,335.43173,50.039066,133.88147,2.6633174,125.746506,405.52277,275.32593,132.92073,509.81836,35.64301,100.89297,160.95624,10.631697,1.6081152,10.826943,1219.6768,0.07808304,0.28650537,48.46992,8.288848,3.6632755,3.8837094,7.6484666,93.48536,33.23011,86.586784,571.2052,237.04155,2073.8667,1884.1467,19.406027,35.09588,10897.569,7.7452435,74.013885,712.2466,142.2363,193.32796,84.72715,448.46307,827.1843,440.84598,19.969893,107.99427,1056.711,2069.603,54.80038,677.0155,58.47545,1.0854403,62.09651,1.0738463,0.657163,3.0220327,51.01369,133.23436,241.63571,18.140142,3050.9106,373.0645,142.93011,205.1828,88.155914,93.418015,60.32437,23.977957,103.67473,796.7651,246.79494,136.64067,116.878494,11.301882,142.06374,128.5215,34.4139,702.0121,173.91945,3337.6978,32.320465,2887.9626,79.09612,419.87238,2114.3652,78.55805,10.099701,1121.2688,909.88416,3286.9192,91.02292 +2023-08-06 09:00:00,0.0,17639.39,322.1615,27.824621,36.7977,30.592833,166.82848,25.081026,34.910507,20.163895,21.743414,952.3035,234.77817,10.290166,139.4356,5.9635105,0.50010777,27.397245,8.253085,1.9090565,339.9337,0.22322837,344.98254,43.98303,0.7713896,2.183805,111.775185,16.282259,37.55914,97.50476,27423.23,0.11083962,1651.2091,0.40326625,0.24117598,0.097655915,0.54889035,146.38649,164.22296,24.193333,189.34073,23.314226,78.046074,2195.53,2.484685,293.71796,179.86523,378.30167,126.87376,347.6108,35.57896,458.97223,0.0,2334.6018,13217.52,35.434566,539.7917,149.34485,42778.938,131.79233,27.87575,149.86272,407.6917,66.6266,29.242117,240.36732,2031.2205,337.27167,163.43619,23.940065,17.004707,395.7226,71.50961,1208.4058,85.11734,2491.5708,188.94476,368.74133,80.11848,124.59896,6.681299,10.50787,14.514831,2.4202125,1.9230144,70.8491,72.106255,75.85028,32.469433,32.07812,128.36104,7.6675406,3078.5342,52.62611,72.685486,65.0688,77.18644,230.31787,89.616035,153.86089,14.532134,36.17974,88.29984,279.73984,568.10956,60.960987,292.22946,68.318886,127.48878,272.12408,382.434,960.8965,161.29279,4.4180727,20.452621,7.8498526,41.590702,19140.162,3.068926,21.73339,34.8879,30.671307,335.43542,50.06828,133.91096,2.6616158,125.75292,405.61563,275.2766,132.95915,509.74652,35.641262,100.88683,160.92018,10.630269,1.6082087,10.826779,1219.2235,0.07804931,0.28638172,48.471737,8.287311,3.662748,3.8829343,7.6500607,93.467094,33.22097,86.58767,571.1869,237.05003,2074.1187,1884.14,19.423653,35.12853,10896.179,7.7445965,74.052086,712.3231,142.31099,193.44536,84.76311,448.7344,827.316,440.91122,19.986174,108.065056,1056.613,2069.3687,54.84378,677.5005,58.549866,1.0853587,62.09522,1.0734951,0.6569215,3.0210505,51.05489,133.3113,241.5209,18.132124,3049.4817,373.2265,143.05847,205.3639,88.2068,93.402725,60.37769,24.066196,103.66633,796.7176,246.80617,136.66772,116.85124,11.323185,142.08266,128.5373,34.395107,701.7456,173.87967,3335.4229,32.32136,2886.9443,79.098915,419.8763,2113.2346,78.52728,10.104552,1120.889,909.6611,3285.3691,91.02303 +2023-08-06 10:00:00,0.0,17639.545,322.24426,27.841043,36.81665,30.602158,166.86397,25.08844,34.930298,20.165775,21.751726,952.8129,234.66794,10.302829,139.50021,5.954619,0.49929464,27.40026,8.24008,1.9061195,340.00162,0.22308181,345.1218,43.99602,0.7703846,2.180581,111.81363,16.287428,37.574673,97.49359,27423.48,0.11071185,1651.9004,0.40295306,0.24094056,0.09754759,0.54828703,146.41994,164.26923,24.189865,189.27554,23.333864,78.001625,2195.7034,2.4835508,293.5126,179.71455,378.411,126.762505,347.71664,35.590473,458.54214,0.0,2334.1367,13210.6045,35.412804,539.8574,149.31166,42774.188,131.7901,27.862103,149.70827,407.33966,66.59138,29.228401,240.14555,2030.3218,337.23016,163.26321,23.92608,16.998924,395.8288,71.49619,1207.9384,85.11747,2491.747,189.09705,368.54962,80.14058,124.55373,6.680144,10.505436,14.506128,2.4196157,1.9220833,70.87035,72.138885,75.881035,32.50091,32.10163,128.3605,7.6742535,3078.141,52.600708,72.655914,65.02986,77.11839,230.38701,89.596794,153.7164,14.526109,36.17105,88.24501,279.6461,568.17706,61.010685,292.2796,68.32976,127.441154,272.1149,382.10828,960.8647,161.28807,4.4205537,20.434813,7.843934,41.610542,19141.098,3.069856,21.754288,34.918816,30.689693,335.43912,50.097492,133.94046,2.6599145,125.759346,405.7085,275.2273,132.99756,509.6747,35.639515,100.8807,160.88412,10.628841,1.6083021,10.826614,1218.7704,0.07801559,0.28625807,48.473553,8.285772,3.6622207,3.8821595,7.6516542,93.44882,33.21183,86.58856,571.1686,237.05853,2074.3708,1884.1333,19.441277,35.16118,10894.788,7.7439494,74.09028,712.3997,142.38568,193.56277,84.79906,449.00574,827.4476,440.97647,20.002457,108.13584,1056.515,2069.1345,54.887177,677.98553,58.624287,1.0852772,62.093925,1.0731438,0.65668,3.0200682,51.096092,133.38821,241.40611,18.124104,3048.053,373.38846,143.18683,205.54503,88.25768,93.387436,60.431004,24.154436,103.65793,796.67004,246.8174,136.69478,116.824,11.344489,142.10156,128.55309,34.376316,701.47906,173.83989,3333.1482,32.322258,2885.9258,79.10171,419.88022,2112.104,78.496506,10.109404,1120.5092,909.43805,3283.8188,91.02315 +2023-08-06 11:00:00,0.0,17639.7,322.327,27.857464,36.8356,30.611483,166.89944,25.095854,34.95009,20.167656,21.760038,953.3224,234.5577,10.315492,139.56482,5.9457273,0.4984815,27.403276,8.227075,1.9031824,340.06955,0.22293526,345.26108,44.009018,0.76937956,2.1773572,111.85208,16.292597,37.590206,97.48242,27423.732,0.11058407,1652.5917,0.4026399,0.24070513,0.09743927,0.5476837,146.4534,164.31548,24.186398,189.21034,23.353502,77.95717,2195.8767,2.4824166,293.30728,179.56387,378.52032,126.65125,347.82248,35.601986,458.11203,0.0,2333.6714,13203.688,35.39104,539.92316,149.27847,42769.438,131.78787,27.848455,149.55383,406.9876,66.556145,29.214685,239.92378,2029.4232,337.1887,163.09026,23.912096,16.99314,395.93497,71.48277,1207.4708,85.11761,2491.923,189.24933,368.35788,80.16269,124.50849,6.678988,10.503001,14.497427,2.419019,1.9211521,70.8916,72.17152,75.91179,32.53239,32.125145,128.35999,7.680967,3077.748,52.575302,72.62634,64.99092,77.050354,230.45613,89.57755,153.57191,14.520083,36.16236,88.19018,279.5523,568.24457,61.060383,292.32977,68.34063,127.39353,272.1057,381.78256,960.8329,161.28336,4.423035,20.417004,7.8380156,41.630383,19142.031,3.0707855,21.775187,34.94973,30.70808,335.4428,50.1267,133.96996,2.658213,125.76576,405.80133,275.17798,133.03598,509.60287,35.637768,100.87457,160.84807,10.627414,1.6083956,10.826449,1218.3171,0.07798186,0.2861344,48.47537,8.284234,3.6616936,3.8813844,7.653248,93.43056,33.20269,86.589455,571.15027,237.06702,2074.6228,1884.1267,19.458902,35.19383,10893.398,7.7433023,74.12847,712.4763,142.46039,193.68018,84.835014,449.27707,827.5792,441.04175,20.01874,108.206635,1056.417,2068.9001,54.930576,678.4705,58.698704,1.0851955,62.092636,1.0727925,0.65643847,3.019086,51.13729,133.46513,241.29132,18.116083,3046.624,373.5504,143.31519,205.72614,88.30856,93.37215,60.484318,24.242676,103.64953,796.62256,246.82863,136.72182,116.796745,11.365792,142.12048,128.56888,34.35753,701.2126,173.8001,3330.8733,32.323154,2884.9075,79.1045,419.88416,2110.9736,78.46573,10.114255,1120.1294,909.21497,3282.2686,91.02326 +2023-08-06 12:00:00,0.0,17639.854,322.40976,27.873886,36.854553,30.620806,166.93492,25.103268,34.969883,20.169537,21.768353,953.83185,234.44745,10.328155,139.62944,5.936836,0.49766842,27.406292,8.214069,1.9002454,340.1375,0.2227887,345.40033,44.022015,0.76837456,2.1741335,111.890526,16.297768,37.605736,97.47126,27423.982,0.110456295,1653.283,0.4023267,0.24046971,0.09733094,0.54708046,146.48685,164.36174,24.18293,189.14516,23.37314,77.91272,2196.0498,2.4812822,293.10193,179.41321,378.62964,126.54,347.92834,35.6135,457.68192,0.0,2333.206,13196.773,35.36928,539.9889,149.2453,42764.684,131.78566,27.83481,149.39938,406.63556,66.52092,29.20097,239.702,2028.5247,337.1472,162.9173,23.89811,16.987356,396.04117,71.46935,1207.0034,85.11774,2492.099,189.40161,368.1662,80.1848,124.463264,6.6778326,10.500567,14.488725,2.418422,1.920221,70.91286,72.20415,75.942535,32.56387,32.14866,128.35947,7.68768,3077.3547,52.5499,72.59677,64.95198,76.98231,230.52527,89.558304,153.42741,14.514057,36.15367,88.13534,279.45856,568.3121,61.11008,292.3799,68.3515,127.34591,272.0965,381.45688,960.8011,161.27864,4.425516,20.399193,7.832097,41.650223,19142.967,3.071715,21.796085,34.980644,30.726469,335.4465,50.155914,133.99945,2.6565113,125.77218,405.8942,275.1287,133.07439,509.53107,35.63602,100.86844,160.81201,10.625986,1.6084889,10.826284,1217.8639,0.07794814,0.28601074,48.47719,8.282697,3.6611662,3.8806095,7.654842,93.41229,33.19355,86.59035,571.13196,237.07552,2074.8748,1884.12,19.476528,35.22648,10892.008,7.7426553,74.166664,712.55286,142.53508,193.79758,84.870964,449.5484,827.7108,441.107,20.035023,108.27742,1056.3191,2068.666,54.973976,678.95557,58.77312,1.085114,62.091343,1.0724412,0.65619695,3.0181036,51.178493,133.54207,241.17653,18.108065,3045.195,373.71237,143.44354,205.90726,88.35945,93.35686,60.537636,24.330914,103.64113,796.5751,246.83986,136.74887,116.76949,11.387096,142.13939,128.58467,34.338737,700.94604,173.76031,3328.5986,32.324047,2883.8892,79.10729,419.88806,2109.843,78.43495,10.119106,1119.7496,908.9919,3280.7185,91.02338 +2023-08-06 13:00:00,0.0,17640.01,322.49252,27.890308,36.873505,30.63013,166.97041,25.110682,34.989674,20.171417,21.776665,954.34125,234.33722,10.340817,139.69406,5.927944,0.4968553,27.409307,8.201065,1.8973083,340.20544,0.22264215,345.53958,44.03501,0.7673695,2.1709096,111.92898,16.302937,37.62127,97.46009,27424.232,0.110328525,1653.9742,0.4020135,0.24023429,0.09722262,0.5464772,146.5203,164.40799,24.179462,189.07997,23.392778,77.86827,2196.2231,2.480148,292.8966,179.26253,378.73895,126.42876,348.03418,35.62501,457.2518,0.0,2332.741,13189.857,35.34752,540.0547,149.21211,42759.934,131.78343,27.821163,149.24495,406.2835,66.485695,29.187254,239.48022,2027.626,337.10568,162.74432,23.884125,16.981573,396.14734,71.45593,1206.5359,85.117874,2492.2751,189.5539,367.97446,80.2069,124.41803,6.676677,10.498134,14.480022,2.4178252,1.9192898,70.934105,72.236786,75.97329,32.59535,32.17217,128.35895,7.694393,3076.9617,52.524494,72.56721,64.91304,76.91426,230.59439,89.53906,153.28293,14.508032,36.14498,88.080505,279.36478,568.3796,61.15978,292.43008,68.362366,127.29829,272.0873,381.13116,960.7693,161.27391,4.4279976,20.381384,7.8261786,41.67006,19143.902,3.0726447,21.816982,35.01156,30.744856,335.4502,50.185123,134.02895,2.65481,125.778595,405.98706,275.07938,133.11281,509.45923,35.634274,100.862305,160.77596,10.624558,1.6085824,10.826119,1217.4106,0.07791441,0.2858871,48.479004,8.281158,3.6606388,3.8798347,7.6564355,93.39402,33.18441,86.59124,571.11365,237.084,2075.1267,1884.1133,19.494154,35.25913,10890.618,7.742008,74.20486,712.62946,142.60979,193.915,84.90692,449.8197,827.84247,441.17224,20.051306,108.34821,1056.2211,2068.4316,55.017372,679.44055,58.847538,1.0850325,62.09005,1.0720899,0.65595543,3.0171213,51.219692,133.61899,241.06172,18.100044,3043.7664,373.87433,143.57191,206.08838,88.41033,93.34157,60.59095,24.419153,103.63273,796.5275,246.85109,136.77592,116.74224,11.408401,142.15831,128.60046,34.319946,700.67957,173.72052,3326.3237,32.324944,2882.8708,79.11009,419.892,2108.7126,78.404175,10.123958,1119.3698,908.7688,3279.1682,91.02349 +2023-08-06 14:00:00,0.0,17640.164,322.57526,27.90673,36.892456,30.639454,167.00589,25.118097,35.009468,20.173296,21.784977,954.8507,234.22697,10.353479,139.75868,5.919053,0.49604216,27.412323,8.18806,1.8943713,340.27338,0.22249562,345.67883,44.048004,0.76636446,2.1676857,111.96742,16.308105,37.6368,97.44892,27424.482,0.11020075,1654.6655,0.40170035,0.23999886,0.097114295,0.5458739,146.55374,164.45425,24.175995,189.01479,23.412416,77.82382,2196.3965,2.479014,292.69125,179.11185,378.84827,126.317505,348.14,35.636524,456.82172,0.0,2332.2756,13182.942,35.325756,540.1204,149.17892,42755.184,131.7812,27.807518,149.0905,405.9315,66.45047,29.173538,239.25845,2026.7274,337.06418,162.57137,23.87014,16.975788,396.2535,71.442505,1206.0685,85.11801,2492.4512,189.70619,367.78275,80.22901,124.372795,6.6755214,10.4957,14.471321,2.4172285,1.9183587,70.95536,72.26941,76.00404,32.626827,32.195683,128.35843,7.7011065,3076.5686,52.49909,72.537636,64.8741,76.846214,230.66353,89.51982,153.13844,14.502007,36.13629,88.02567,279.27103,568.4471,61.209476,292.48022,68.37324,127.25067,272.0781,380.80545,960.7374,161.2692,4.4304786,20.363575,7.82026,41.6899,19144.836,3.0735745,21.837881,35.042473,30.763245,335.4539,50.214336,134.05844,2.6531084,125.78502,406.0799,275.03006,133.15123,509.38742,35.632526,100.85618,160.7399,10.62313,1.6086758,10.825955,1216.9575,0.07788068,0.28576344,48.48082,8.27962,3.6601117,3.8790596,7.658029,93.375755,33.17527,86.592125,571.09534,237.0925,2075.3787,1884.1067,19.511778,35.29178,10889.228,7.741361,74.24306,712.706,142.68448,194.0324,84.94288,450.09103,827.97406,441.23752,20.067587,108.419,1056.123,2068.1975,55.060772,679.9256,58.921955,1.0849509,62.08876,1.0717386,0.6557139,3.016139,51.260895,133.6959,240.94693,18.092024,3042.3374,374.0363,143.70027,206.26949,88.46122,93.32628,60.644264,24.507393,103.62433,796.48004,246.86234,136.80298,116.71499,11.429704,142.17722,128.61626,34.30116,700.413,173.68074,3324.049,32.32584,2881.8523,79.112885,419.8959,2107.582,78.373405,10.128808,1118.99,908.5457,3277.6182,91.023605 +2023-08-06 15:00:00,0.0,17640.318,322.65802,27.923153,36.911407,30.648779,167.04137,25.125511,35.02926,20.175177,21.79329,955.3601,234.11674,10.366142,139.82329,5.9101615,0.49522904,27.415339,8.175055,1.8914343,340.3413,0.22234906,345.8181,44.061,0.76535946,2.1644619,112.005875,16.313276,37.652332,97.43775,27424.734,0.11007297,1655.3569,0.40138716,0.23976344,0.09700597,0.5452706,146.58719,164.50052,24.172527,188.9496,23.432055,77.779366,2196.5698,2.4778795,292.48593,178.96118,378.9576,126.20625,348.24585,35.648037,456.3916,0.0,2331.8105,13176.026,35.303997,540.18616,149.14574,42750.434,131.77898,27.79387,148.93607,405.5794,66.41524,29.159822,239.03668,2025.8289,337.02267,162.3984,23.856155,16.970005,396.3597,71.429085,1205.601,85.11814,2492.6274,189.85847,367.591,80.251114,124.32756,6.674366,10.493266,14.462619,2.4166317,1.9174275,70.97661,72.30205,76.03479,32.658306,32.219196,128.35791,7.7078195,3076.1753,52.473686,72.508064,64.83516,76.77817,230.73265,89.50058,152.99396,14.495981,36.127598,87.97083,279.17725,568.51465,61.259174,292.5304,68.38411,127.20305,272.0689,380.47974,960.7056,161.26448,4.4329596,20.345766,7.8143415,41.70974,19145.771,3.0745041,21.858778,35.073387,30.781631,335.45758,50.24355,134.08794,2.6514068,125.791435,406.17276,274.98074,133.18964,509.31558,35.63078,100.850044,160.70384,10.621702,1.6087693,10.82579,1216.5043,0.07784696,0.2856398,48.482635,8.278082,3.6595843,3.8782847,7.659623,93.35749,33.16613,86.59302,571.077,237.10098,2075.6306,1884.1,19.529404,35.32443,10887.838,7.740714,74.28125,712.7826,142.75917,194.1498,84.97883,450.36237,828.1057,441.30276,20.08387,108.489784,1056.025,2067.9631,55.10417,680.4106,58.996372,1.0848693,62.087467,1.0713874,0.6554724,3.0151567,51.302094,133.77284,240.83214,18.084005,3040.9084,374.19827,143.82863,206.4506,88.5121,93.31099,60.69758,24.595633,103.61593,796.4325,246.87357,136.83003,116.68774,11.451008,142.19614,128.63205,34.282368,700.14655,173.64096,3321.7742,32.326733,2880.834,79.11568,419.89984,2106.4514,78.34263,10.133659,1118.6102,908.3227,3276.0679,91.02373 +2023-08-06 16:00:00,0.0,17640.473,322.74075,27.939575,36.93036,30.658104,167.07686,25.132925,35.04905,20.177057,21.801601,955.86957,234.0065,10.378805,139.88791,5.90127,0.49441594,27.418354,8.162049,1.8884972,340.40927,0.22220251,345.95737,44.073997,0.7643544,2.161238,112.04432,16.318445,37.667862,97.42658,27424.984,0.1099452,1656.0482,0.40107396,0.23952802,0.09689765,0.54466736,146.62065,164.54677,24.169062,188.88441,23.451693,77.73492,2196.743,2.4767454,292.28058,178.8105,379.06693,126.095,348.35168,35.65955,455.9615,0.0,2331.3452,13169.111,35.282234,540.2519,149.11255,42745.684,131.77675,27.780224,148.78162,405.22736,66.38001,29.146107,238.81491,2024.9302,336.98117,162.22543,23.84217,16.96422,396.46588,71.415665,1205.1335,85.11828,2492.8035,190.01076,367.3993,80.273224,124.282326,6.6732106,10.490831,14.453917,2.416035,1.9164964,70.99786,72.33468,76.065544,32.689785,32.24271,128.35739,7.714533,3075.7822,52.44828,72.47849,64.79622,76.71013,230.80179,89.48133,152.84946,14.489955,36.118908,87.916,279.0835,568.58215,61.308872,292.58057,68.39498,127.155426,272.05972,380.15405,960.6738,161.25977,4.435441,20.327957,7.808423,41.72958,19146.707,3.0754337,21.879677,35.1043,30.800018,335.46127,50.27276,134.11743,2.6497054,125.79785,406.26562,274.93143,133.22806,509.24377,35.629032,100.84391,160.66779,10.620275,1.6088628,10.825625,1216.051,0.07781323,0.2855161,48.48445,8.276545,3.6590571,3.8775098,7.6612167,93.33922,33.15699,86.59391,571.0588,237.10948,2075.8826,1884.0934,19.54703,35.35708,10886.447,7.740067,74.31944,712.8592,142.83388,194.26721,85.014786,450.6337,828.2373,441.368,20.100153,108.56058,1055.927,2067.729,55.147568,680.8956,59.07079,1.0847877,62.086178,1.0710361,0.6552309,3.0141745,51.343296,133.84976,240.71735,18.075985,3039.4797,374.36023,143.95699,206.63171,88.56298,93.2957,60.750896,24.683872,103.60753,796.385,246.8848,136.85709,116.660484,11.472312,142.21504,128.64784,34.263577,699.88,173.60117,3319.4993,32.32763,2879.8157,79.11847,419.90375,2105.321,78.31185,10.138511,1118.2303,908.0996,3274.5176,91.02384 +2023-08-06 17:00:00,0.0,17640.627,322.82352,27.955997,36.94931,30.667427,167.11234,25.140339,35.068844,20.178938,21.809914,956.379,233.89626,10.391468,139.95253,5.8923783,0.4936028,27.42137,8.149045,1.8855602,340.4772,0.22205596,346.09662,44.086994,0.7633494,2.1580143,112.08276,16.323614,37.683395,97.41541,27425.234,0.10981742,1656.7395,0.4007608,0.23929259,0.09678932,0.54406404,146.6541,164.59303,24.165594,188.81921,23.47133,77.69047,2196.9163,2.4756112,292.07526,178.65982,379.17627,125.98376,348.45752,35.671062,455.5314,0.0,2330.88,13162.195,35.26047,540.3176,149.07936,42740.934,131.77454,27.766579,148.62718,404.87534,66.34479,29.132391,238.59312,2024.0316,336.9397,162.05247,23.828186,16.958437,396.57208,71.402245,1204.6661,85.118416,2492.9795,190.16304,367.20758,80.295334,124.2371,6.672055,10.488398,14.445215,2.415438,1.9155653,71.01911,72.36731,76.0963,32.72126,32.26622,128.35687,7.721246,3075.3892,52.42288,72.44892,64.75728,76.64208,230.87093,89.46209,152.70497,14.48393,36.110218,87.86117,278.98972,568.64966,61.35857,292.6307,68.40585,127.1078,272.0505,379.82834,960.642,161.25505,4.437922,20.310148,7.802505,41.74942,19147.64,3.0763636,21.900574,35.135216,30.818407,335.46494,50.30197,134.14693,2.6480038,125.80427,406.35846,274.8821,133.26646,509.17197,35.627285,100.83778,160.63173,10.618847,1.6089561,10.82546,1215.5979,0.0777795,0.28539246,48.48627,8.275006,3.6585298,3.8767347,7.6628103,93.32095,33.14785,86.5948,571.04047,237.11797,2076.1345,1884.0867,19.564653,35.38973,10885.057,7.73942,74.357635,712.9357,142.90857,194.38461,85.050735,450.90503,828.3689,441.4333,20.116436,108.63136,1055.829,2067.4949,55.190968,681.3806,59.145206,1.0847062,62.084885,1.0706848,0.65498936,3.0131922,51.384495,133.92668,240.60254,18.067965,3038.0508,374.5222,144.08534,206.81284,88.61387,93.28041,60.80421,24.77211,103.59913,796.3375,246.89603,136.88412,116.63323,11.493615,142.23396,128.66364,34.24479,699.6135,173.56139,3317.2246,32.328526,2878.7974,79.12126,419.90768,2104.1904,78.281075,10.143362,1117.8506,907.8765,3272.9675,91.02396 +2023-08-06 18:00:00,0.0,17640.781,322.90628,27.97242,36.96826,30.676752,167.14781,25.147753,35.088634,20.180819,21.818226,956.8884,233.78603,10.404131,140.01714,5.8834867,0.4927897,27.424385,8.13604,1.8826231,340.54514,0.2219094,346.23587,44.09999,0.76234436,2.1547904,112.121216,16.328785,37.698925,97.40425,27425.486,0.109689645,1657.4308,0.4004476,0.23905717,0.096681,0.5434607,146.68755,164.6393,24.162127,188.75403,23.490969,77.64601,2197.0896,2.474477,291.8699,178.50916,379.28558,125.872505,348.56335,35.68258,455.1013,0.0,2330.4146,13155.28,35.238712,540.3834,149.04617,42736.184,131.77231,27.752932,148.47273,404.52325,66.309555,29.118677,238.37135,2023.133,336.8982,161.87952,23.8142,16.952652,396.67825,71.388824,1204.1986,85.118546,2493.1555,190.31532,367.01587,80.31744,124.191864,6.6708994,10.485964,14.436513,2.4148412,1.9146341,71.04037,72.39994,76.127045,32.75274,32.289734,128.35635,7.727959,3074.9958,52.397472,72.41936,64.718346,76.574036,230.94005,89.44285,152.56049,14.477904,36.10153,87.80633,278.89597,568.71716,61.408264,292.68088,68.41672,127.06018,272.04132,379.50262,960.6102,161.25034,4.4404035,20.29234,7.7965865,41.76926,19148.576,3.0772932,21.921473,35.16613,30.836794,335.46863,50.33118,134.17642,2.6463022,125.810684,406.45132,274.8328,133.30489,509.10013,35.625538,100.83165,160.59567,10.617419,1.6090496,10.825295,1215.1447,0.07774578,0.2852688,48.488087,8.273468,3.6580024,3.8759599,7.6644044,93.30269,33.13871,86.595695,571.02216,237.12646,2076.3865,1884.08,19.58228,35.42238,10883.667,7.738773,74.395836,713.0123,142.98326,194.50201,85.08669,451.17633,828.50055,441.49854,20.132719,108.702156,1055.731,2067.2605,55.234367,681.86566,59.219627,1.0846246,62.08359,1.0703335,0.65474784,3.0122101,51.425697,134.00362,240.48775,18.059946,3036.622,374.68414,144.21371,206.99396,88.66475,93.26512,60.857525,24.86035,103.59073,796.29,246.90726,136.91118,116.60598,11.514919,142.25287,128.67943,34.225998,699.34705,173.5216,3314.9497,32.32942,2877.7788,79.124054,419.9116,2103.0598,78.2503,10.148213,1117.4708,907.65344,3271.4172,91.02407 +2023-08-06 19:00:00,0.0,17640.936,322.989,27.988842,36.987213,30.686077,167.18329,25.155169,35.10843,20.1827,21.826538,957.3979,233.67578,10.416794,140.08176,5.874595,0.4919766,27.4274,8.1230345,1.8796861,340.61307,0.22176287,346.37515,44.112984,0.7613393,2.1515665,112.15966,16.333954,37.71446,97.39308,27425.736,0.109561875,1658.1221,0.4001344,0.23882174,0.096572675,0.54285747,146.721,164.68555,24.158659,188.68884,23.510607,77.60156,2197.2627,2.4733427,291.66458,178.35847,379.3949,125.76125,348.6692,35.69409,454.67117,0.0,2329.9495,13148.364,35.21695,540.44916,149.01299,42731.434,131.77008,27.739286,148.3183,404.1712,66.27433,29.104961,238.14958,2022.2344,336.8567,161.70654,23.800215,16.946869,396.78442,71.3754,1203.7312,85.11868,2493.3315,190.4676,366.82413,80.33955,124.14663,6.6697435,10.48353,14.427811,2.4142444,1.913703,71.061615,72.43257,76.1578,32.784218,32.313248,128.35583,7.734672,3074.6028,52.37207,72.389786,64.679405,76.50599,231.00919,89.42361,152.416,14.471879,36.09284,87.751495,278.8022,568.78467,61.457962,292.73102,68.42759,127.01256,272.0321,379.1769,960.5784,161.24562,4.4428844,20.27453,7.790668,41.7891,19149.51,3.0782228,21.94237,35.197044,30.85518,335.47232,50.360394,134.2059,2.6446009,125.81711,406.5442,274.7835,133.34329,509.02832,35.623787,100.825516,160.55962,10.615992,1.609143,10.825131,1214.6914,0.07771205,0.28514516,48.489902,8.27193,3.6574752,3.8751848,7.665998,93.28442,33.12957,86.59658,571.00385,237.13495,2076.6384,1884.0734,19.599905,35.45503,10882.276,7.738126,74.43403,713.0889,143.05797,194.61943,85.12265,451.44766,828.63214,441.5638,20.149,108.77294,1055.6329,2067.0264,55.277763,682.35065,59.294044,1.084543,62.082302,1.0699822,0.6545063,3.0112278,51.466896,134.08054,240.37296,18.051926,3035.193,374.8461,144.34207,207.17506,88.71563,93.24983,60.910843,24.94859,103.58233,796.2425,246.91849,136.93823,116.578735,11.536222,142.27179,128.69522,34.207207,699.0805,173.48181,3312.675,32.330315,2876.7605,79.12685,419.91553,2101.9294,78.21953,10.153065,1117.091,907.4304,3269.867,91.024185 +2023-08-06 20:00:00,0.0,17641.09,323.07178,28.005264,37.006165,30.6954,167.21878,25.162582,35.12822,20.184578,21.83485,957.9073,233.56555,10.429457,140.14638,5.8657036,0.49116346,27.430416,8.110029,1.876749,340.681,0.22161631,346.5144,44.12598,0.7603343,2.1483426,112.19811,16.339123,37.72999,97.38191,27425.986,0.1094341,1658.8134,0.39982125,0.23858632,0.09646436,0.5422542,146.75444,164.73181,24.155191,188.62366,23.530245,77.55711,2197.436,2.4722085,291.45923,178.2078,379.5042,125.65,348.77502,35.705605,454.24106,0.0,2329.4844,13141.448,35.195187,540.5149,148.97981,42726.684,131.76785,27.72564,148.16385,403.81915,66.239105,29.091246,237.92781,2021.3358,336.8152,161.53358,23.78623,16.941086,396.89062,71.36198,1203.2637,85.11881,2493.5078,190.6199,366.63242,80.36165,124.101395,6.668588,10.481096,14.419109,2.4136477,1.9127718,71.08287,72.46521,76.18855,32.815697,32.336758,128.35532,7.7413855,3074.2097,52.346664,72.360214,64.640465,76.43794,231.07831,89.40436,152.2715,14.465853,36.08415,87.69666,278.70844,568.8522,61.50766,292.7812,68.43846,126.96494,272.02292,378.85123,960.5466,161.2409,4.445366,20.25672,7.7847495,41.808937,19150.445,3.0791523,21.963268,35.22796,30.87357,335.476,50.389606,134.2354,2.6428993,125.823524,406.63702,274.7342,133.38171,508.95648,35.62204,100.81939,160.52356,10.614564,1.6092365,10.824966,1214.2383,0.07767832,0.28502148,48.49172,8.270392,3.6569479,3.87441,7.6675916,93.26615,33.12043,86.59747,570.98553,237.14345,2076.8904,1884.0667,19.617529,35.48768,10880.887,7.7374787,74.47222,713.16547,143.13266,194.73683,85.1586,451.719,828.7638,441.62906,20.165283,108.84373,1055.535,2066.792,55.321163,682.8357,59.36846,1.0844615,62.08101,1.069631,0.6542648,3.0102456,51.5081,134.15746,240.25816,18.043907,3033.7642,375.0081,144.47043,207.35619,88.76652,93.23454,60.964157,25.036829,103.57392,796.19495,246.92973,136.96529,116.55148,11.557527,142.2907,128.71103,34.18842,698.814,173.44203,3310.4001,32.33121,2875.7422,79.12964,419.91943,2100.7988,78.18875,10.157916,1116.7112,907.20734,3268.317,91.0243 +2023-08-06 21:00:00,0.0,17641.244,323.15454,28.021687,37.025116,30.704725,167.25426,25.169996,35.14801,20.186459,21.843164,958.41675,233.4553,10.44212,140.211,5.8568125,0.49035034,27.433432,8.097025,1.873812,340.74896,0.22146976,346.65366,44.138977,0.75932926,2.1451187,112.23656,16.344294,37.74552,97.37074,27426.238,0.10930633,1659.5046,0.39950806,0.23835091,0.096356034,0.5416509,146.7879,164.77808,24.151724,188.55847,23.549883,77.51266,2197.6094,2.4710743,291.25388,178.05713,379.61356,125.53876,348.88086,35.717117,453.81097,0.0,2329.019,13134.533,35.173428,540.5806,148.94662,42721.934,131.76562,27.711994,148.00941,403.4671,66.20388,29.07753,237.70604,2020.4373,336.77368,161.36063,23.772245,16.9353,396.9968,71.34856,1202.7963,85.11895,2493.6838,190.77219,366.44067,80.38376,124.05616,6.667433,10.4786625,14.410407,2.413051,1.9118407,71.10412,72.49784,76.2193,32.847176,32.36027,128.3548,7.748099,3073.8167,52.32126,72.33064,64.601524,76.3699,231.14745,89.38512,152.12701,14.459827,36.075455,87.64183,278.61465,568.91974,61.557358,292.83133,68.44933,126.91732,272.01373,378.5255,960.5148,161.23619,4.447847,20.23891,7.778831,41.828777,19151.38,3.0800822,21.984165,35.25887,30.891956,335.4797,50.418816,134.2649,2.6411977,125.82994,406.7299,274.68488,133.42014,508.88467,35.620293,100.813255,160.4875,10.613136,1.6093299,10.824801,1213.785,0.0776446,0.28489783,48.493534,8.268854,3.6564205,3.873635,7.669185,93.24789,33.11129,86.598366,570.9672,237.15195,2077.1423,1884.06,19.635155,35.52033,10879.496,7.7368317,74.510414,713.24207,143.20737,194.85423,85.19456,451.99033,828.8954,441.6943,20.181566,108.91452,1055.437,2066.5579,55.36456,683.3207,59.44288,1.0843799,62.07972,1.0692797,0.6540233,3.0092633,51.5493,134.23439,240.14336,18.035887,3032.3354,375.17004,144.59879,207.5373,88.8174,93.21925,61.01747,25.125069,103.56552,796.14746,246.94096,136.99234,116.52423,11.578831,142.30962,128.72682,34.16963,698.5475,173.40224,3308.1255,32.332104,2874.7239,79.13244,419.92334,2099.6682,78.157974,10.162767,1116.3314,906.98425,3266.7666,91.024414 +2023-08-06 22:00:00,0.0,17641.4,323.23727,28.038109,37.044067,30.714048,167.28973,25.17741,35.167805,20.18834,21.851477,958.9262,233.34506,10.4547825,140.2756,5.847921,0.4895372,27.436447,8.08402,1.870875,340.8169,0.2213232,346.7929,44.151974,0.7583242,2.141895,112.27501,16.349463,37.76105,97.35957,27426.488,0.10917855,1660.1959,0.3991949,0.23811549,0.09624771,0.54104763,146.82135,164.82433,24.148256,188.49329,23.56952,77.46821,2197.7825,2.46994,291.04855,177.90645,379.7229,125.427505,348.9867,35.72863,453.38086,0.0,2328.5537,13127.617,35.151665,540.64636,148.91344,42717.184,131.76341,27.698347,147.85497,403.11505,66.16865,29.063814,237.48425,2019.5386,336.73218,161.18765,23.75826,16.929518,397.10297,71.33514,1202.3287,85.11909,2493.8599,190.92447,366.24896,80.40587,124.01093,6.666277,10.476228,14.401705,2.4124541,1.9109095,71.125374,72.53047,76.25005,32.878654,32.383785,128.35428,7.754812,3073.4233,52.295856,72.30108,64.562584,76.30186,231.21657,89.365875,151.98253,14.453802,36.066765,87.58699,278.5209,568.98724,61.607056,292.8815,68.460205,126.8697,272.00452,378.1998,960.483,161.23148,4.450328,20.221102,7.7729125,41.848618,19152.314,3.0810118,22.005064,35.289783,30.910345,335.4834,50.44803,134.29439,2.6394963,125.83636,406.82275,274.63556,133.45854,508.81284,35.618546,100.80712,160.45145,10.611709,1.6094234,10.824636,1213.3318,0.07761087,0.28477418,48.495354,8.267316,3.6558933,3.87286,7.670779,93.229614,33.10215,86.59926,570.9489,237.16043,2077.3943,1884.0533,19.65278,35.55298,10878.105,7.7361846,74.54861,713.3186,143.28206,194.97163,85.230515,452.26166,829.02704,441.75958,20.19785,108.985306,1055.339,2066.3235,55.40796,683.8057,59.517296,1.0842984,62.078426,1.0689284,0.6537818,3.008281,51.5905,134.31131,240.02856,18.027866,3030.9065,375.332,144.72716,207.71841,88.86828,93.203964,61.07079,25.213306,103.55712,796.1,246.9522,137.0194,116.49698,11.600134,142.32852,128.74261,34.150837,698.281,173.36246,3305.8506,32.333,2873.7053,79.13523,419.92728,2098.5378,78.1272,10.167619,1115.9515,906.76117,3265.2163,91.02453 +2023-08-06 23:00:00,0.0,17641.555,323.32004,28.054531,37.06302,30.723373,167.32523,25.184824,35.187595,20.19022,21.859789,959.4356,233.23483,10.467444,140.34023,5.8390293,0.4887241,27.439463,8.071014,1.8679379,340.88483,0.22117665,346.9322,44.164967,0.7573192,2.1386712,112.31345,16.354631,37.776585,97.348404,27426.738,0.10905077,1660.8872,0.3988817,0.23788007,0.09613939,0.5404444,146.8548,164.87059,24.144789,188.42809,23.589159,77.42376,2197.9558,2.4688058,290.8432,177.75577,379.83218,125.31625,349.09253,35.740143,452.95074,0.0,2328.0884,13120.702,35.1299,540.7121,148.88025,42712.434,131.76118,27.6847,147.70053,402.763,66.13342,29.050098,237.26248,2018.64,336.6907,161.0147,23.744274,16.923733,397.20917,71.32171,1201.8613,85.11922,2494.036,191.07675,366.05725,80.42797,123.9657,6.6651216,10.473794,14.393003,2.4118571,1.9099784,71.14662,72.5631,76.28081,32.910133,32.4073,128.35376,7.761525,3073.0303,52.27045,72.27151,64.52364,76.23381,231.2857,89.346634,151.83804,14.447777,36.058075,87.53216,278.42712,569.05475,61.656754,292.93164,68.47108,126.822075,271.99533,377.8741,960.4512,161.22676,4.4528093,20.203293,7.766994,41.868458,19153.25,3.0819414,22.02596,35.320698,30.928732,335.4871,50.477238,134.32388,2.6377947,125.84278,406.9156,274.58624,133.49696,508.74103,35.6168,100.800995,160.41539,10.610281,1.6095167,10.824472,1212.8787,0.077577144,0.28465053,48.49717,8.265779,3.655366,3.872085,7.672373,93.21135,33.093014,86.60015,570.9306,237.16893,2077.6462,1884.0466,19.670404,35.58563,10876.716,7.7355375,74.58681,713.3952,143.35675,195.08905,85.266464,452.53296,829.1586,441.82483,20.214132,109.0561,1055.241,2066.0894,55.45136,684.2907,59.591713,1.0842167,62.077133,1.068577,0.65354025,3.0072987,51.631702,134.38823,239.91377,18.019848,3029.4775,375.49396,144.85551,207.89954,88.91917,93.188675,61.124104,25.301546,103.54872,796.0524,246.96342,137.04643,116.46973,11.621438,142.34744,128.7584,34.13205,698.01447,173.32268,3303.576,32.333897,2872.687,79.13802,419.93118,2097.4072,78.09643,10.17247,1115.5718,906.5381,3263.6663,91.02464 +2023-08-07 00:00:00,0.0,17641.709,323.40277,28.070953,37.081974,30.732698,167.3607,25.19224,35.20739,20.1921,21.868101,959.94507,233.12459,10.480107,140.40485,5.8301377,0.487911,27.442478,8.058009,1.8650008,340.95276,0.22103012,347.07144,44.177963,0.75631416,2.1354473,112.351906,16.359802,37.792114,97.33724,27426.988,0.108923,1661.5785,0.3985685,0.23764464,0.09603106,0.539841,146.88824,164.91684,24.141321,188.3629,23.608797,77.37931,2198.1292,2.4676716,290.63788,177.6051,379.94153,125.205,349.19836,35.751656,452.52063,0.0,2327.6233,13113.786,35.108143,540.7779,148.84706,42707.68,131.75896,27.671055,147.54608,402.41098,66.0982,29.036383,237.04071,2017.7413,336.6492,160.84174,23.73029,16.91795,397.31534,71.30829,1201.3938,85.119354,2494.212,191.22903,365.86554,80.45008,123.92046,6.663966,10.47136,14.384301,2.4112604,1.9090472,71.16788,72.59573,76.311554,32.941612,32.43081,128.35324,7.768238,3072.6372,52.24505,72.241936,64.4847,76.165764,231.35484,89.327385,151.69354,14.4417515,36.049385,87.477325,278.33337,569.12225,61.70645,292.9818,68.48194,126.77445,271.9861,377.5484,960.4194,161.22205,4.4552903,20.185484,7.7610755,41.888298,19154.186,3.082871,22.04686,35.351612,30.947119,335.49078,50.50645,134.35338,2.6360931,125.8492,407.00845,274.53693,133.53537,508.6692,35.61505,100.79486,160.37933,10.608853,1.6096102,10.824307,1212.4254,0.07754342,0.28452688,48.498985,8.26424,3.6548386,3.87131,7.6739664,93.19308,33.083874,86.60104,570.9123,237.17741,2077.8982,1884.04,19.68803,35.61828,10875.325,7.7348905,74.625,713.4718,143.43146,195.20645,85.30242,452.8043,829.2903,441.89008,20.230413,109.126884,1055.143,2065.855,55.494755,684.77576,59.66613,1.0841352,62.075844,1.0682257,0.65329874,3.0063164,51.6729,134.46516,239.79897,18.011827,3028.0488,375.6559,144.98387,208.08064,88.97005,93.173386,61.177418,25.389786,103.54032,796.00494,246.97466,137.07349,116.442474,11.642741,142.36635,128.7742,34.11326,697.748,173.28288,3301.301,32.33479,2871.6687,79.140816,419.93512,2096.2769,78.06565,10.177321,1115.192,906.31506,3262.116,91.02476 +2023-08-07 01:00:00,0.0,17641.863,323.48553,28.087376,37.100925,30.742022,167.39618,25.199654,35.22718,20.193981,21.876413,960.45447,233.01434,10.49277,140.46947,5.821246,0.48709786,27.445494,8.045005,1.8620638,341.02072,0.22088356,347.2107,44.19096,0.75530916,2.1322234,112.39035,16.364971,37.807648,97.32607,27427.24,0.108795226,1662.2698,0.39825535,0.23740922,0.09592274,0.53923774,146.92169,164.9631,24.137854,188.29771,23.628435,77.334854,2198.3025,2.4665375,290.43253,177.45442,380.05084,125.09376,349.3042,35.76317,452.09055,0.0,2327.158,13106.871,35.08638,540.8436,148.81387,42702.93,131.75673,27.657408,147.39165,402.0589,66.062965,29.022667,236.81894,2016.8428,336.6077,160.66876,23.716305,16.912167,397.42154,71.29487,1200.9264,85.119484,2494.3882,191.38132,365.6738,80.47218,123.87523,6.6628103,10.468926,14.375599,2.4106636,1.9081161,71.189125,72.62837,76.34231,32.97309,32.454323,128.3527,7.7749515,3072.244,52.219643,72.212364,64.44576,76.09772,231.42397,89.30814,151.54906,14.435725,36.040695,87.422485,278.2396,569.18976,61.75615,293.03198,68.49281,126.72683,271.97693,377.2227,960.3875,161.21733,4.457772,20.167675,7.755157,41.90814,19155.12,3.0838008,22.067757,35.382526,30.965508,335.49448,50.535664,134.38287,2.6343918,125.85561,407.10132,274.4876,133.57379,508.59738,35.613304,100.788734,160.34328,10.607426,1.6097037,10.824142,1211.9722,0.077509694,0.2844032,48.5008,8.262702,3.6543114,3.8705351,7.6755605,93.17481,33.074734,86.60193,570.89404,237.18591,2078.1501,1884.0333,19.705656,35.65093,10873.936,7.7342434,74.66319,713.54834,143.50615,195.32385,85.33837,453.07562,829.4219,441.95535,20.246696,109.19767,1055.0449,2065.6208,55.538155,685.26074,59.740547,1.0840536,62.07455,1.0678746,0.6530572,3.0053341,51.714104,134.54208,239.68417,18.003807,3026.6199,375.8179,145.11223,208.26176,89.020935,93.1581,61.230736,25.478025,103.53192,795.95746,246.98589,137.10054,116.41522,11.664045,142.38527,128.79,34.094467,697.48145,173.2431,3299.0261,32.335686,2870.6504,79.14361,419.93903,2095.1462,78.034874,10.182173,1114.8121,906.092,3260.566,91.02488 +2023-08-07 02:00:00,0.0,17642.018,323.5683,28.103798,37.119877,30.751347,167.43167,25.207067,35.24697,20.19586,21.884726,960.9639,232.90411,10.505433,140.53407,5.8123546,0.48628473,27.44851,8.032,1.8591268,341.08865,0.22073701,347.34995,44.203957,0.7543041,2.1289995,112.4288,16.37014,37.82318,97.3149,27427.49,0.10866745,1662.961,0.39794216,0.2371738,0.095814414,0.5386345,146.95514,165.00937,24.134386,188.23253,23.648073,77.290405,2198.4756,2.465403,290.2272,177.30376,380.16016,124.982506,349.41003,35.77468,451.66043,0.0,2326.6929,13099.955,35.064617,540.90936,148.78069,42698.18,131.7545,27.643763,147.2372,401.70685,66.02774,29.008951,236.59717,2015.9442,336.5662,160.4958,23.70232,16.906382,397.5277,71.28145,1200.459,85.11962,2494.5642,191.5336,365.4821,80.49429,123.829994,6.661655,10.466493,14.366898,2.4100668,1.907185,71.21038,72.660995,76.37306,33.00457,32.477837,128.35219,7.781665,3071.8508,52.194237,72.18279,64.40683,76.02968,231.4931,89.2889,151.40457,14.4297,36.032005,87.36765,278.14584,569.2573,61.805847,293.08212,68.503685,126.679214,271.96774,376.89697,960.3557,161.2126,4.460253,20.149866,7.7492385,41.92798,19156.055,3.0847304,22.088655,35.41344,30.983894,335.49814,50.564873,134.41237,2.6326902,125.86203,407.19415,274.43832,133.61221,508.52554,35.611557,100.7826,160.30722,10.605998,1.6097971,10.823977,1211.519,0.077475965,0.28427956,48.502617,8.261164,3.653784,3.8697603,7.677154,93.15655,33.065594,86.60282,570.87573,237.1944,2078.402,1884.0267,19.72328,35.68358,10872.545,7.7335963,74.701385,713.62494,143.58086,195.44127,85.37433,453.34695,829.5535,442.0206,20.26298,109.26846,1054.9469,2065.3865,55.581554,685.7458,59.814964,1.0839721,62.07326,1.0675232,0.6528157,3.0043519,51.755302,134.619,239.56938,17.995789,3025.191,375.97986,145.24059,208.44287,89.071815,93.14281,61.28405,25.566263,103.52352,795.9099,246.99712,137.1276,116.38797,11.685349,142.40417,128.80579,34.07568,697.21497,173.20331,3296.7515,32.336582,2869.6318,79.1464,419.94296,2094.0156,78.0041,10.187023,1114.4324,905.8689,3259.0156,91.024994 +2023-08-07 03:00:00,0.0,17642.172,323.65103,28.12022,37.13883,30.76067,167.46715,25.214481,35.266766,20.19774,21.893038,961.4734,232.79387,10.518096,140.5987,5.803463,0.48547164,27.451525,8.018994,1.8561897,341.1566,0.22059046,347.48923,44.21695,0.75329906,2.1257756,112.46725,16.37531,37.83871,97.303734,27427.74,0.10853968,1663.6523,0.39762896,0.23693837,0.09570609,0.53803116,146.9886,165.05562,24.130919,188.16734,23.667711,77.24596,2198.649,2.464269,290.02185,177.15308,380.26947,124.871254,349.51587,35.786194,451.23032,0.0,2326.2275,13093.04,35.04286,540.9751,148.74751,42693.43,131.75229,27.630116,147.08276,401.35483,65.992516,28.995235,236.37538,2015.0455,336.5247,160.32285,23.688335,16.900599,397.63388,71.26803,1199.9915,85.11976,2494.7402,191.6859,365.29034,80.5164,123.78476,6.660499,10.464058,14.358195,2.40947,1.9062538,71.23163,72.693634,76.40381,33.03605,32.50135,128.35167,7.788378,3071.4578,52.168835,72.15323,64.36789,75.96163,231.56223,89.26966,151.26009,14.423675,36.02331,87.31282,278.05206,569.3248,61.855545,293.1323,68.51456,126.63159,271.95853,376.5713,960.3239,161.20789,4.4627337,20.132057,7.74332,41.94782,19156.99,3.08566,22.109552,35.444355,31.002283,335.50183,50.594086,134.44186,2.6309886,125.86845,407.28702,274.389,133.65062,508.45374,35.60981,100.77647,160.27116,10.60457,1.6098906,10.8238125,1211.0658,0.07744224,0.2841559,48.504433,8.259626,3.653257,3.8689852,7.6787477,93.138275,33.056454,86.603714,570.8574,237.2029,2078.654,1884.02,19.740906,35.71623,10871.154,7.7329497,74.739586,713.7015,143.65555,195.55867,85.410286,453.6183,829.6851,442.08585,20.279263,109.33925,1054.8489,2065.1523,55.62495,686.2308,59.889385,1.0838904,62.071968,1.0671719,0.65257424,3.0033696,51.796505,134.69594,239.45459,17.987768,3023.7622,376.1418,145.36896,208.624,89.122696,93.12752,61.337364,25.654503,103.51512,795.8624,247.00836,137.15465,116.36072,11.706653,142.4231,128.82158,34.05689,696.9485,173.16353,3294.4766,32.33748,2868.6135,79.14919,419.94687,2092.8853,77.97332,10.1918745,1114.0526,905.6458,3257.4653,91.02511 +2023-08-07 04:00:00,0.0,17642.326,323.7338,28.136642,37.15778,30.769995,167.50262,25.221895,35.286556,20.199621,21.901352,961.9828,232.68364,10.530759,140.66331,5.7945714,0.4846585,27.45454,8.005989,1.8532526,341.22452,0.2204439,347.62848,44.229946,0.75229406,2.122552,112.5057,16.38048,37.854244,97.292564,27427.992,0.1084119,1664.3438,0.3973158,0.23670295,0.09559777,0.5374279,147.02205,165.10188,24.127453,188.10216,23.68735,77.2015,2198.8223,2.4631348,289.81653,177.0024,380.3788,124.76,349.62173,35.79771,450.8002,0.0,2325.7622,13086.124,35.021095,541.04083,148.71432,42688.68,131.75006,27.616468,146.92831,401.00275,65.95729,28.98152,236.15361,2014.147,336.4832,160.14987,23.67435,16.894814,397.74008,71.2546,1199.524,85.11989,2494.9163,191.83818,365.09866,80.538506,123.73953,6.6593437,10.461624,14.349493,2.408873,1.9053227,71.252884,72.726265,76.43456,33.067524,32.52486,128.35115,7.795091,3071.0645,52.14343,72.12366,64.32895,75.893585,231.63136,89.25041,151.11559,14.417649,36.01462,87.25798,277.9583,569.39233,61.905243,293.18243,68.52543,126.58397,271.94934,376.24557,960.2921,161.20317,4.465215,20.114246,7.737402,41.96766,19157.924,3.0865898,22.130451,35.47527,31.02067,335.50552,50.6233,134.47136,2.6292872,125.87487,407.37988,274.3397,133.68904,508.3819,35.608063,100.77034,160.2351,10.603142,1.6099839,10.823648,1210.6125,0.077408515,0.28403226,48.506252,8.258088,3.6527295,3.8682103,7.6803417,93.12001,33.047314,86.60461,570.8391,237.21138,2078.906,1884.0133,19.758532,35.74888,10869.765,7.7323027,74.77778,713.7781,143.73024,195.67607,85.446236,453.88962,829.8168,442.15112,20.295546,109.410034,1054.751,2064.918,55.66835,686.7158,59.963802,1.0838089,62.070675,1.0668206,0.6523327,3.0023875,51.837704,134.77286,239.33978,17.979748,3022.3333,376.30377,145.49731,208.80511,89.173584,93.11223,61.390682,25.742743,103.50672,795.81494,247.01959,137.1817,116.33347,11.727957,142.442,128.83737,34.038097,696.68195,173.12375,3292.202,32.33837,2867.5952,79.151985,419.9508,2091.7546,77.94255,10.196726,1113.6727,905.4227,3255.9153,91.02522 +2023-08-07 05:00:00,0.0,17642.48,323.81656,28.153065,37.17673,30.77932,167.53812,25.229311,35.306347,20.201502,21.909664,962.49225,232.5734,10.543422,140.72794,5.7856803,0.48384538,27.457556,7.9929843,1.8503157,341.29248,0.22029735,347.76773,44.242943,0.751289,2.119328,112.54414,16.385649,37.869774,97.281395,27428.242,0.10828412,1665.035,0.3970026,0.23646753,0.09548944,0.53682464,147.0555,165.14815,24.123985,188.03696,23.706987,77.15705,2198.9954,2.4620004,289.61118,176.85173,380.48816,124.64876,349.72757,35.809223,450.37012,0.0,2325.297,13079.208,34.999332,541.1066,148.68114,42683.93,131.74783,27.602823,146.77388,400.6507,65.92206,28.967804,235.93184,2013.2484,336.4417,159.97691,23.660364,16.88903,397.84625,71.24118,1199.0565,85.120026,2495.0923,191.99046,364.90692,80.560616,123.6943,6.6581883,10.45919,14.340792,2.4082763,1.9043915,71.27414,72.758896,76.46532,33.099003,32.548374,128.35063,7.801804,3070.6714,52.118027,72.094086,64.29001,75.82554,231.70049,89.23117,150.9711,14.411623,36.00593,87.20315,277.86456,569.45984,61.95494,293.2326,68.53629,126.53635,271.94012,375.91986,960.2603,161.19846,4.467696,20.096437,7.7314835,41.987495,19158.86,3.0875194,22.15135,35.506184,31.039057,335.50922,50.652508,134.50085,2.6275856,125.88129,407.47272,274.29037,133.72745,508.3101,35.606316,100.764206,160.19905,10.601714,1.6100774,10.823483,1210.1593,0.077374786,0.2839086,48.508068,8.25655,3.6522021,3.8674355,7.6819353,93.101746,33.038174,86.6055,570.8208,237.21988,2079.158,1884.0067,19.776157,35.78153,10868.374,7.7316556,74.81597,713.8547,143.80495,195.79349,85.48219,454.16092,829.94836,442.21637,20.311827,109.48083,1054.653,2064.6838,55.71175,687.2008,60.03822,1.0837274,62.069386,1.0664693,0.6520912,3.0014052,51.878906,134.84978,239.22499,17.97173,3020.9043,376.46573,145.62567,208.98622,89.224464,93.09694,61.443996,25.830982,103.49832,795.7674,247.03082,137.20874,116.30622,11.749261,142.46092,128.85316,34.01931,696.41547,173.08395,3289.927,32.339268,2866.577,79.154785,419.9547,2090.624,77.91177,10.201577,1113.293,905.1997,3254.365,91.02534 +2023-08-07 06:00:00,0.0,17642.635,323.8993,28.169487,37.195683,30.788643,167.5736,25.236725,35.32614,20.203382,21.917976,963.0017,232.46315,10.556085,140.79254,5.7767887,0.4830323,27.460571,7.9799795,1.8473786,341.3604,0.22015081,347.90698,44.25594,0.750284,2.1161041,112.582596,16.39082,37.885307,97.27023,27428.492,0.10815635,1665.7263,0.39668944,0.2362321,0.09538112,0.5362213,147.08894,165.1944,24.120518,187.97177,23.726625,77.1126,2199.1687,2.4608662,289.40585,176.70105,380.59747,124.537506,349.8334,35.820736,449.94,0.0,2324.832,13072.293,34.97757,541.17236,148.64795,42679.18,131.7456,27.589176,146.61943,400.29868,65.88683,28.954088,235.71007,2012.3497,336.4002,159.80396,23.64638,16.883247,397.95245,71.22776,1198.5891,85.12016,2495.2686,192.14275,364.7152,80.582726,123.64906,6.6570325,10.456757,14.332089,2.4076796,1.9034604,71.29539,72.79153,76.49606,33.13048,32.571888,128.35011,7.8085175,3070.2783,52.09262,72.064514,64.25107,75.75749,231.76962,89.21193,150.82661,14.405598,35.997242,87.148315,277.77078,569.52734,62.00464,293.28275,68.547165,126.48872,271.93094,375.59418,960.2285,161.19374,4.4701777,20.078629,7.725565,42.007336,19159.795,3.088449,22.172247,35.537098,31.057446,335.5129,50.68172,134.53033,2.625884,125.8877,407.56558,274.24106,133.76587,508.23825,35.60457,100.75807,160.163,10.6002865,1.6101708,10.8233185,1209.7062,0.077341065,0.28378493,48.509884,8.255012,3.651675,3.8666604,7.683529,93.08347,33.029034,86.606384,570.8025,237.22836,2079.41,1884.0,19.793781,35.81418,10866.984,7.7310085,74.854164,713.9312,143.87964,195.91089,85.51814,454.43225,830.08,442.28162,20.32811,109.55161,1054.5549,2064.4495,55.755146,687.68585,60.112637,1.0836457,62.068092,1.066118,0.6518497,3.000423,51.920105,134.92671,239.1102,17.963709,3019.4756,376.6277,145.75403,209.16734,89.275345,93.08165,61.49731,25.919222,103.48992,795.7199,247.04205,137.2358,116.27897,11.770564,142.47983,128.86896,34.00052,696.1489,173.04417,3287.6523,32.340164,2865.5586,79.15758,419.95865,2089.4937,77.881,10.206429,1112.9132,904.9766,3252.8147,91.02545 +2023-08-07 07:00:00,0.0,17642.79,323.98206,28.18591,37.214634,30.797968,167.60907,25.244139,35.345932,20.205263,21.926289,963.5111,232.35292,10.5687475,140.85716,5.767897,0.48221916,27.463587,7.9669743,1.8444415,341.42834,0.22000426,348.04626,44.268932,0.74927896,2.1128802,112.62104,16.395988,37.900837,97.25906,27428.742,0.108028576,1666.4176,0.39637625,0.23599668,0.095272794,0.535618,147.12239,165.24066,24.11705,187.90659,23.746264,77.06815,2199.342,2.459732,289.2005,176.55037,380.7068,124.426254,349.93924,35.83225,449.5099,0.0,2324.3667,13065.377,34.95581,541.2381,148.61476,42674.43,131.74338,27.575531,146.465,399.94662,65.85161,28.940372,235.4883,2011.4512,336.3587,159.63098,23.632395,16.877462,398.05862,71.21434,1198.1216,85.12029,2495.4446,192.29503,364.52347,80.60483,123.60383,6.655877,10.454323,14.323387,2.4070828,1.9025292,71.31664,72.82416,76.52682,33.16196,32.595398,128.3496,7.8152304,3069.885,52.06722,72.03494,64.21213,75.68945,231.83875,89.19269,150.68213,14.399572,35.988552,87.09348,277.67703,569.59485,62.054333,293.33292,68.55804,126.4411,271.92175,375.26846,960.19666,161.18903,4.4726586,20.06082,7.7196465,42.027176,19160.729,3.0893786,22.193146,35.568012,31.075832,335.5166,50.71093,134.55983,2.6241827,125.89412,407.65845,274.19174,133.80428,508.16644,35.60282,100.751945,160.12694,10.598859,1.6102643,10.8231535,1209.2529,0.077307336,0.28366128,48.5117,8.253474,3.6511476,3.8658855,7.685123,93.06521,33.019894,86.60728,570.7842,237.23686,2079.662,1883.9933,19.811407,35.84683,10865.594,7.7303615,74.89236,714.0078,143.95433,196.02829,85.5541,454.70358,830.2116,442.3469,20.344393,109.622406,1054.4569,2064.2153,55.798546,688.17084,60.187054,1.0835642,62.0668,1.0657668,0.65160817,2.9994407,51.961308,135.00363,238.9954,17.955688,3018.0466,376.78967,145.88239,209.34845,89.32623,93.06636,61.550625,26.00746,103.48152,795.67236,247.05328,137.26285,116.25172,11.791868,142.49875,128.88475,33.981728,695.88245,173.0044,3285.3774,32.341057,2864.54,79.16037,419.96255,2088.363,77.85022,10.21128,1112.5333,904.75354,3251.2646,91.025566 +2023-08-07 08:00:00,0.0,17642.945,324.0648,28.202332,37.233585,30.807293,167.64456,25.251553,35.365726,20.207142,21.9346,964.02057,232.24268,10.581409,140.92178,5.7590055,0.48140603,27.466602,7.9539695,1.8415045,341.49628,0.21985771,348.18552,44.28193,0.7482739,2.1096563,112.65949,16.401157,37.91637,97.247894,27428.994,0.1079008,1667.1089,0.39606306,0.23576126,0.09516448,0.53501475,147.15585,165.28691,24.113583,187.8414,23.765902,77.0237,2199.5151,2.458598,288.99518,176.3997,380.8161,124.315,350.04507,35.84376,449.0798,0.0,2323.9014,13058.462,34.934048,541.30383,148.58157,42669.68,131.74117,27.561884,146.31055,399.59454,65.81638,28.926657,235.26651,2010.5526,336.3172,159.45802,23.61841,16.87168,398.1648,71.20092,1197.6542,85.12043,2495.6206,192.44731,364.33176,80.62694,123.55859,6.6547217,10.451888,14.314686,2.406486,1.9015981,71.33789,72.85679,76.55757,33.19344,32.61891,128.34908,7.8219438,3069.492,52.041813,72.00538,64.17319,75.62141,231.90788,89.17344,150.53763,14.393547,35.979862,87.03864,277.58325,569.6624,62.10403,293.38306,68.56891,126.393486,271.91254,374.94275,960.16486,161.18431,4.47514,20.04301,7.713728,42.047016,19161.664,3.0903084,22.214043,35.598927,31.09422,335.5203,50.740143,134.58932,2.622481,125.90054,407.75128,274.14243,133.8427,508.0946,35.601074,100.74581,160.09088,10.597431,1.6103578,10.8229885,1208.7997,0.07727361,0.28353763,48.513515,8.251936,3.6506202,3.8651104,7.6867166,93.04694,33.010754,86.60817,570.76587,237.24536,2079.914,1883.9867,19.829033,35.87948,10864.204,7.7297144,74.93056,714.0844,144.02904,196.1457,85.59006,454.9749,830.34326,442.41214,20.360676,109.69319,1054.3589,2063.981,55.84194,688.6559,60.26147,1.0834826,62.06551,1.0654155,0.65136665,2.9984584,52.002506,135.08055,238.8806,17.94767,3016.618,376.95163,146.01076,209.52957,89.37711,93.05108,61.603943,26.0957,103.47312,795.6249,247.06451,137.2899,116.224464,11.813171,142.51765,128.90054,33.96294,695.6159,172.9646,3283.1028,32.341953,2863.5217,79.16316,419.9665,2087.2327,77.81944,10.216131,1112.1536,904.53046,3249.7144,91.02568 +2023-08-07 09:00:00,0.0,17643.1,324.14755,28.218754,37.252537,30.816616,167.68004,25.258966,35.385517,20.209023,21.942913,964.52997,232.13245,10.594072,140.98639,5.750114,0.4805929,27.469618,7.940964,1.8385675,341.56424,0.21971115,348.32477,44.294926,0.7472689,2.1064327,112.69794,16.406328,37.9319,97.236725,27429.244,0.10777303,1667.8002,0.3957499,0.23552585,0.095056154,0.53441143,147.1893,165.33318,24.110115,187.77621,23.78554,76.97925,2199.6885,2.4574635,288.78983,176.24902,380.9254,124.20376,350.1509,35.855274,448.6497,0.0,2323.436,13051.546,34.912285,541.36957,148.54839,42664.93,131.73894,27.548239,146.15611,399.24252,65.78115,28.912941,235.04474,2009.6539,336.2757,159.28506,23.604425,16.865894,398.271,71.18749,1197.1866,85.12056,2495.7966,192.5996,364.14005,80.64904,123.51337,6.653566,10.449454,14.305984,2.405889,1.900667,71.359146,72.88942,76.58832,33.22492,32.642426,128.34856,7.828657,3069.0989,52.016407,71.97581,64.13425,75.55336,231.97702,89.1542,150.39314,14.387521,35.971172,86.98381,277.4895,569.7299,62.15373,293.43323,68.57978,126.34586,271.90335,374.61703,960.13306,161.1796,4.477621,20.025202,7.7078094,42.066856,19162.6,3.091238,22.234941,35.629837,31.112608,335.524,50.769356,134.61882,2.6207795,125.90696,407.84415,274.09314,133.88112,508.0228,35.599327,100.73968,160.05482,10.596004,1.6104511,10.8228245,1208.3466,0.077239886,0.28341398,48.515335,8.250398,3.650093,3.8643355,7.68831,93.02867,33.001614,86.60906,570.74756,237.25385,2080.166,1883.98,19.846657,35.91213,10862.813,7.7290673,74.96875,714.16095,144.10373,196.2631,85.62601,455.24625,830.47485,442.4774,20.376959,109.76398,1054.2609,2063.7468,55.88534,689.14087,60.335888,1.0834011,62.064217,1.0650642,0.65112513,2.997476,52.04371,135.15749,238.76581,17.93965,3015.189,377.1136,146.13911,209.71068,89.428,93.03579,61.657257,26.183939,103.464714,795.5774,247.07574,137.31696,116.19721,11.8344755,142.53658,128.91634,33.94415,695.3494,172.92482,3280.828,32.34285,2862.5034,79.165955,419.9704,2086.102,77.78867,10.220983,1111.7738,904.3074,3248.1643,91.025795 +2023-08-07 10:00:00,0.0,17643.254,324.23032,28.235176,37.27149,30.825941,167.71552,25.266382,35.405308,20.210903,21.951225,965.0394,232.0222,10.606735,141.05101,5.7412224,0.4797798,27.472633,7.9279594,1.8356304,341.63217,0.2195646,348.46402,44.307922,0.74626386,2.1032088,112.73639,16.411497,37.947433,97.225555,27429.494,0.10764525,1668.4915,0.3954367,0.23529042,0.09494783,0.5338082,147.22275,165.37944,24.106647,187.71103,23.805178,76.9348,2199.8618,2.4563293,288.5845,176.09834,381.03476,124.09251,350.25674,35.866787,448.21957,0.0,2322.971,13044.631,34.890526,541.43536,148.5152,42660.18,131.73671,27.534592,146.00166,398.89047,65.745926,28.899225,234.82297,2008.7554,336.2342,159.11209,23.59044,16.860111,398.37717,71.17407,1196.7192,85.1207,2495.9727,192.75189,363.94833,80.67115,123.46813,6.6524105,10.447021,14.297281,2.4052923,1.8997358,71.380394,72.92206,76.61907,33.256397,32.66594,128.34804,7.83537,3068.7056,51.991005,71.946236,64.095314,75.48531,232.04614,89.13496,150.24866,14.381495,35.96248,86.92898,277.39572,569.7974,62.203426,293.48337,68.590645,126.29824,271.89413,374.29135,960.10126,161.17488,4.480102,20.007393,7.701891,42.086697,19163.533,3.0921676,22.255838,35.66075,31.130995,335.52768,50.798565,134.64832,2.6190782,125.913376,407.937,274.04382,133.91953,507.951,35.59758,100.73355,160.01877,10.594576,1.6105446,10.8226595,1207.8933,0.07720616,0.28329033,48.51715,8.24886,3.6495657,3.8635607,7.689904,93.01041,32.992474,86.609955,570.72925,237.26234,2080.418,1883.9734,19.864283,35.94478,10861.423,7.7284203,75.00694,714.23755,144.17844,196.38051,85.661964,455.51755,830.60645,442.54266,20.39324,109.83477,1054.1628,2063.5125,55.92874,689.6259,60.410305,1.0833194,62.062927,1.0647129,0.6508836,2.9964938,52.084908,135.2344,238.65102,17.931631,3013.76,377.27554,146.26747,209.8918,89.47888,93.0205,61.71057,26.272179,103.456314,795.52985,247.08699,137.34401,116.16996,11.85578,142.55548,128.93213,33.925358,695.0829,172.88503,3278.553,32.343742,2861.485,79.16875,419.97433,2084.9714,77.7579,10.225834,1111.3939,904.08435,3246.614,91.02592 +2023-08-07 11:00:00,0.0,17643.408,324.31305,28.251598,37.29044,30.835264,167.751,25.273796,35.425102,20.212784,21.959538,965.5489,231.91196,10.619398,141.11563,5.732331,0.47896668,27.475649,7.914954,1.8326933,341.7001,0.21941806,348.60327,44.32092,0.74525887,2.099985,112.77483,16.416668,37.962963,97.214386,27429.746,0.10751747,1669.1827,0.3951235,0.235055,0.094839506,0.5332049,147.2562,165.42569,24.10318,187.64583,23.824816,76.89034,2200.0352,2.4551952,288.37915,175.94768,381.14407,123.981255,350.36258,35.8783,447.78946,0.0,2322.5056,13037.715,34.868763,541.5011,148.48203,42655.426,131.73448,27.520945,145.84723,398.5384,65.7107,28.88551,234.6012,2007.8568,336.19272,158.93913,23.576454,16.854326,398.48337,71.16065,1196.2518,85.120834,2496.149,192.90417,363.7566,80.69326,123.4229,6.6512547,10.444587,14.28858,2.4046955,1.8988047,71.40165,72.95468,76.649826,33.287876,32.68945,128.34752,7.8420835,3068.3125,51.9656,71.916664,64.05637,75.41727,232.11528,89.115715,150.10417,14.37547,35.95379,86.87414,277.30197,569.8649,62.253124,293.53354,68.60152,126.25062,271.88495,373.96564,960.06946,161.17017,4.4825835,19.989584,7.6959724,42.106537,19164.469,3.0930972,22.276737,35.691666,31.149384,335.53137,50.827778,134.67781,2.6173766,125.91979,408.02985,273.9945,133.95795,507.87915,35.595833,100.72742,159.98271,10.593148,1.610638,10.8224945,1207.4401,0.07717243,0.28316665,48.518967,8.247322,3.6490383,3.8627856,7.691498,92.99214,32.983334,86.61084,570.71094,237.27083,2080.67,1883.9667,19.881908,35.97743,10860.033,7.727773,75.045135,714.3141,144.25313,196.49792,85.697914,455.78888,830.7381,442.6079,20.409523,109.905556,1054.0648,2063.2783,55.972137,690.1109,60.484726,1.0832379,62.061634,1.0643616,0.6506421,2.9955115,52.12611,135.31134,238.53622,17.92361,3012.3313,377.4375,146.39583,210.07292,89.52976,93.00521,61.76389,26.360416,103.447914,795.48236,247.09822,137.37105,116.14271,11.877083,142.5744,128.94792,33.90657,694.8164,172.84525,3276.2783,32.34464,2860.4666,79.17154,419.97824,2083.841,77.72712,10.230685,1111.0142,903.86127,3245.0637,91.02603 +2023-08-07 12:00:00,0.0,17643.562,324.3958,28.26802,37.30939,30.84459,167.78648,25.28121,35.444893,20.214664,21.96785,966.0583,231.80173,10.632061,141.18025,5.7234397,0.47815356,27.478664,7.9019494,1.8297564,341.76804,0.21927151,348.74255,44.33391,0.7442538,2.096761,112.813286,16.421837,37.978497,97.203224,27429.996,0.1073897,1669.874,0.39481035,0.23481958,0.09473118,0.5326016,147.28964,165.47195,24.099712,187.58064,23.844454,76.845894,2200.2083,2.4540608,288.1738,175.797,381.25342,123.87,350.4684,35.889812,447.35938,0.0,2322.0405,13030.8,34.847,541.56683,148.44884,42650.676,131.73225,27.5073,145.69278,398.18634,65.67547,28.871794,234.37943,2006.9581,336.1512,158.76617,23.56247,16.848543,398.58954,71.14723,1195.7843,85.120964,2496.325,193.05646,363.56488,80.71536,123.37766,6.6500993,10.442153,14.279878,2.4040987,1.8978735,71.4229,72.98732,76.68057,33.319355,32.712963,128.347,7.8487964,3067.9194,51.940197,71.8871,64.01743,75.34923,232.1844,89.096466,149.95967,14.369445,35.9451,86.819305,277.2082,569.93243,62.302822,293.5837,68.61239,126.202995,271.87576,373.63992,960.03766,161.16545,4.4850645,19.971775,7.690054,42.126373,19165.402,3.094027,22.297634,35.72258,31.16777,335.53503,50.856987,134.7073,2.615675,125.92621,408.1227,273.9452,133.99635,507.80734,35.594086,100.72128,159.94666,10.591721,1.6107315,10.8223295,1206.9869,0.07713871,0.283043,48.520782,8.245784,3.6485112,3.8620107,7.6930914,92.97387,32.974194,86.61173,570.6926,237.27933,2080.9219,1883.96,19.899532,36.01008,10858.643,7.727126,75.083336,714.3907,144.32782,196.61533,85.73387,456.0602,830.8697,442.6732,20.425806,109.97635,1053.9668,2063.044,56.015537,690.59595,60.559143,1.0831563,62.06034,1.0640104,0.6504006,2.9945292,52.16731,135.38826,238.42142,17.91559,3010.9023,377.5995,146.5242,210.25403,89.58065,92.98992,61.817204,26.448656,103.439514,795.4348,247.10945,137.3981,116.115456,11.898387,142.5933,128.96371,33.88778,694.5499,172.80547,3274.0034,32.345535,2859.4482,79.17434,419.98218,2082.7104,77.69634,10.235537,1110.6344,903.6382,3243.5137,91.026146 +2023-08-07 13:00:00,0.0,17643.717,324.47855,28.284443,37.328342,30.853914,167.82196,25.288624,35.464687,20.216545,21.976164,966.56775,231.69148,10.644724,141.24486,5.714548,0.47734046,27.48168,7.888944,1.8268193,341.836,0.21912496,348.8818,44.34691,0.74324876,2.093537,112.85173,16.427006,37.994026,97.192055,27430.246,0.107261926,1670.5653,0.39449716,0.23458415,0.09462286,0.53199834,147.3231,165.51822,24.096245,187.51546,23.864092,76.801445,2200.3816,2.4529266,287.96848,175.64632,381.36273,123.75875,350.57425,35.901325,446.92926,0.0,2321.5752,13023.884,34.82524,541.63257,148.41565,42645.926,131.73004,27.493652,145.53835,397.83432,65.64024,28.858078,234.15765,2006.0596,336.1097,158.5932,23.548485,16.84276,398.6957,71.133804,1195.3169,85.1211,2496.501,193.20874,363.37314,80.73747,123.33243,6.648944,10.439718,14.271175,2.403502,1.8969424,71.44415,73.01995,76.71133,33.350834,32.736477,128.34648,7.8555098,3067.5261,51.91479,71.85753,63.978493,75.28118,232.25354,89.077225,149.81519,14.363419,35.93641,86.76447,277.11444,569.99994,62.35252,293.63385,68.62326,126.15537,271.86655,373.3142,960.0058,161.16074,4.487546,19.953964,7.6841354,42.146214,19166.338,3.0949566,22.318533,35.753494,31.186157,335.53873,50.8862,134.7368,2.6139736,125.93263,408.21558,273.89587,134.03477,507.7355,35.59234,100.71516,159.9106,10.590293,1.610825,10.8221655,1206.5337,0.07710498,0.28291935,48.5226,8.244246,3.6479838,3.8612356,7.6946855,92.955605,32.965054,86.612625,570.6744,237.28781,2081.1738,1883.9534,19.917158,36.04273,10857.253,7.726479,75.12153,714.4673,144.40253,196.73273,85.76983,456.33154,831.00134,442.73843,20.44209,110.047134,1053.8689,2062.8098,56.058937,691.08093,60.63356,1.0830748,62.05905,1.0636591,0.65015906,2.993547,52.20851,135.46518,238.30663,17.907572,3009.4734,377.76144,146.65256,210.43515,89.63153,92.97463,61.870518,26.536896,103.431114,795.3873,247.12068,137.42516,116.08821,11.91969,142.61223,128.9795,33.868988,694.2834,172.76567,3271.7288,32.346428,2858.43,79.17713,419.98608,2081.5798,77.665565,10.240387,1110.2546,903.4151,3241.9634,91.02626 +2023-08-07 14:00:00,0.0,17643.871,324.5613,28.300865,37.347294,30.863237,167.85745,25.296038,35.484478,20.218424,21.984476,967.07715,231.58125,10.657387,141.30948,5.7056565,0.47652733,27.484695,7.8759394,1.8238822,341.90393,0.2189784,349.02106,44.359905,0.74224377,2.0903134,112.89018,16.432177,38.00956,97.180885,27430.498,0.10713415,1671.2566,0.394184,0.23434873,0.094514534,0.531395,147.35655,165.56447,24.092777,187.45027,23.88373,76.75699,2200.555,2.4517925,287.76312,175.49565,381.47205,123.64751,350.68008,35.91284,446.49915,0.0,2321.1099,13016.969,34.80348,541.6983,148.38246,42641.176,131.72781,27.480007,145.3839,397.48224,65.60502,28.844362,233.93587,2005.161,336.0682,158.42024,23.5345,16.836975,398.8019,71.120384,1194.8494,85.12123,2496.677,193.36102,363.18146,80.759575,123.2872,6.647788,10.437284,14.262474,2.402905,1.8960112,71.4654,73.05258,76.74208,33.382313,32.759987,128.34596,7.862223,3067.133,51.889385,71.82796,63.939552,75.213135,232.32266,89.05798,149.6707,14.357393,35.92772,86.70963,277.02066,570.0675,62.402218,293.68402,68.63413,126.10775,271.85736,372.98853,959.974,161.156,4.490027,19.936155,7.678217,42.166054,19167.273,3.0958862,22.33943,35.78441,31.204546,335.54242,50.915413,134.7663,2.612272,125.93905,408.3084,273.84656,134.0732,507.6637,35.59059,100.70902,159.87454,10.588865,1.6109183,10.8220005,1206.0804,0.07707125,0.2827957,48.524418,8.242708,3.6474566,3.8604608,7.696279,92.93734,32.955914,86.61352,570.65607,237.29631,2081.4258,1883.9467,19.934784,36.07538,10855.862,7.725832,75.15972,714.5438,144.47722,196.85013,85.80578,456.60287,831.13293,442.80368,20.458372,110.11792,1053.7709,2062.5754,56.102333,691.566,60.707977,1.0829931,62.05776,1.0633078,0.64991754,2.992565,52.24971,135.54211,238.19183,17.899551,3008.0447,377.9234,146.78091,210.61626,89.68241,92.95934,61.923836,26.625135,103.422714,795.33984,247.13191,137.45221,116.06096,11.940994,142.63113,128.9953,33.8502,694.0169,172.72589,3269.4539,32.347324,2857.4116,79.179924,419.99002,2080.4495,77.634796,10.245238,1109.8748,903.1921,3240.413,91.026375 +2023-08-07 15:00:00,0.0,17644.025,324.64407,28.317287,37.366245,30.872562,167.89293,25.303453,35.50427,20.220304,21.992788,967.5866,231.47101,10.67005,141.3741,5.696765,0.4757142,27.48771,7.862934,1.8209451,341.97186,0.21883185,349.1603,44.372902,0.7412387,2.0870895,112.92863,16.437346,38.02509,97.169716,27430.748,0.10700638,1671.9479,0.3938708,0.2341133,0.09440621,0.5307917,147.39,165.61073,24.08931,187.38509,23.903368,76.71254,2200.728,2.4506583,287.5578,175.34497,381.58136,123.536255,350.78592,35.924355,446.06903,0.0,2320.6448,13010.053,34.781715,541.7641,148.34927,42636.426,131.72559,27.46636,145.22946,397.1302,65.56979,28.830647,233.7141,2004.2623,336.0267,158.24728,23.520515,16.831192,398.90808,71.106964,1194.382,85.12137,2496.853,193.5133,362.98972,80.781685,123.24197,6.6466327,10.434851,14.253772,2.4023082,1.8950801,71.48666,73.08521,76.77283,33.41379,32.7835,128.34544,7.868936,3066.74,51.863983,71.798386,63.90061,75.14509,232.3918,89.03874,149.52621,14.351368,35.91903,86.6548,276.9269,570.135,62.451916,293.73416,68.645,126.060135,271.84814,372.6628,959.9422,161.15129,4.492508,19.918346,7.672299,42.185894,19168.207,3.096816,22.360329,35.815323,31.222933,335.5461,50.944622,134.79579,2.6105704,125.945465,408.40128,273.79727,134.1116,507.59186,35.588844,100.70289,159.83849,10.587438,1.6110117,10.8218355,1205.6273,0.07703753,0.28267205,48.526234,8.24117,3.6469293,3.859686,7.6978726,92.91907,32.946777,86.61441,570.63776,237.3048,2081.6777,1883.9401,19.952408,36.10803,10854.472,7.725185,75.197914,714.6204,144.55191,196.96754,85.841736,456.8742,831.2646,442.86896,20.474653,110.18871,1053.6729,2062.3413,56.145733,692.05096,60.782394,1.0829116,62.05647,1.0629565,0.649676,2.9915826,52.290913,135.61903,238.07703,17.891531,3006.6157,378.08536,146.90927,210.79738,89.7333,92.94405,61.97715,26.713375,103.414314,795.2923,247.14314,137.47926,116.03371,11.962298,142.65005,129.0111,33.83141,693.75037,172.68611,3267.1792,32.34822,2856.393,79.18272,419.99393,2079.3188,77.60402,10.25009,1109.495,902.969,3238.863,91.02649 +2023-08-07 16:00:00,0.0,17644.18,324.7268,28.33371,37.385197,30.881886,167.9284,25.310867,35.524063,20.222185,22.0011,968.09607,231.36076,10.682713,141.43872,5.6878734,0.47490108,27.490726,7.8499293,1.8180082,342.0398,0.2186853,349.2996,44.385895,0.7402337,2.0838656,112.96708,16.442514,38.040623,97.15855,27430.998,0.1068786,1672.6392,0.3935576,0.23387788,0.094297886,0.53018844,147.42345,165.65698,24.085844,187.31989,23.923008,76.66809,2200.9014,2.449524,287.35245,175.19429,381.69067,123.425,350.89175,35.935867,445.63895,0.0,2320.1794,13003.137,34.759956,541.82983,148.31609,42631.676,131.72336,27.452713,145.07501,396.77817,65.53456,28.81693,233.49232,2003.3638,335.98523,158.07431,23.50653,16.825407,399.01428,71.093544,1193.9144,85.121506,2497.0293,193.66559,362.798,80.803795,123.19673,6.6454773,10.432417,14.2450695,2.4017115,1.894149,71.507904,73.11784,76.80358,33.445267,32.807014,128.34491,7.8756495,3066.3467,51.838577,71.768814,63.86167,75.07704,232.46092,89.01949,149.38171,14.345343,35.910336,86.59997,276.83313,570.2025,62.501614,293.78433,68.65587,126.01251,271.83896,372.3371,959.9104,161.14658,4.4949894,19.900537,7.6663804,42.205734,19169.143,3.0977457,22.381226,35.846237,31.24132,335.5498,50.973835,134.82529,2.608869,125.95188,408.49414,273.74796,134.15002,507.52005,35.587093,100.69676,159.80243,10.58601,1.6111052,10.821671,1205.1741,0.0770038,0.28254837,48.52805,8.239632,3.646402,3.8589108,7.6994667,92.9008,32.937637,86.615295,570.61945,237.3133,2081.9297,1883.9333,19.970034,36.14068,10853.082,7.724538,75.23611,714.697,144.62662,197.08495,85.877686,457.1455,831.3962,442.9342,20.490936,110.2595,1053.5748,2062.107,56.189133,692.536,60.85681,1.0828301,62.055176,1.0626051,0.6494345,2.9906003,52.33211,135.69595,237.96223,17.883512,3005.1868,378.2473,147.03763,210.9785,89.78418,92.928764,62.030464,26.801613,103.405914,795.2448,247.15437,137.5063,116.006454,11.983602,142.66896,129.02689,33.81262,693.4839,172.64632,3264.9043,32.349117,2855.3748,79.18551,419.99786,2078.1885,77.57324,10.254941,1109.1152,902.7459,3237.3127,91.0266 +2023-08-07 17:00:00,0.0,17644.334,324.80957,28.350132,37.40415,30.89121,167.9639,25.318281,35.543854,20.224066,22.009413,968.60547,231.25053,10.6953745,141.50333,5.678982,0.47408798,27.493742,7.836924,1.8150711,342.10776,0.21853876,349.43884,44.39889,0.73922867,2.0806417,113.00552,16.447685,38.056152,97.14738,27431.248,0.10675082,1673.3306,0.39324445,0.23364246,0.09418956,0.5295852,147.4569,165.70325,24.082376,187.2547,23.942646,76.62364,2201.0747,2.4483898,287.14713,175.04362,381.80002,123.31375,350.9976,35.94738,445.20883,0.0,2319.7144,12996.222,34.738194,541.89557,148.2829,42626.926,131.72113,27.439068,144.92058,396.42612,65.49934,28.803215,233.27055,2002.4652,335.94373,157.90135,23.492544,16.819624,399.12045,71.080124,1193.447,85.121635,2497.2053,193.81789,362.60626,80.8259,123.1515,6.6443214,10.429983,14.236368,2.4011147,1.8932178,71.52916,73.150475,76.834335,33.476746,32.83053,128.34439,7.8823624,3065.9536,51.813175,71.73925,63.822735,75.009,232.53006,89.00025,149.23723,14.339317,35.901646,86.545135,276.73938,570.27,62.55131,293.83447,68.66674,125.96489,271.82977,372.0114,959.8786,161.14186,4.4974704,19.882729,7.660462,42.225574,19170.078,3.0986753,22.402124,35.87715,31.259708,335.5535,51.003044,134.85478,2.6071675,125.9583,408.58698,273.69864,134.18843,507.4482,35.585346,100.69063,159.76637,10.584582,1.6111987,10.821506,1204.7208,0.07697008,0.28242472,48.529865,8.238093,3.6458747,3.858136,7.7010603,92.88254,32.928497,86.61619,570.60114,237.32178,2082.1816,1883.9266,19.98766,36.173332,10851.691,7.723891,75.27431,714.77356,144.70131,197.20235,85.91364,457.41684,831.52783,442.99945,20.50722,110.33029,1053.4768,2061.8728,56.23253,693.021,60.93123,1.0827485,62.053883,1.0622538,0.649193,2.989618,52.373314,135.77289,237.84744,17.875492,3003.758,378.40927,147.166,211.1596,89.83507,92.913475,62.083782,26.889853,103.397514,795.1973,247.16562,137.53336,115.9792,12.004906,142.68788,129.04268,33.79383,693.21735,172.60654,3262.6296,32.35001,2854.3564,79.1883,420.00177,2077.0579,77.542465,10.259792,1108.7354,902.5228,3235.7627,91.02672 +2023-08-07 18:00:00,0.0,17644.49,324.89233,28.366554,37.4231,30.900536,167.99937,25.325695,35.56365,20.225946,22.017725,969.1149,231.14029,10.708037,141.56795,5.67009,0.47327486,27.496758,7.8239193,1.812134,342.1757,0.21839221,349.5781,44.41189,0.7382236,2.0774179,113.043976,16.452854,38.071686,97.136215,27431.5,0.10662305,1674.0219,0.39293125,0.23340704,0.09408124,0.52898186,147.49034,165.74951,24.078909,187.18951,23.962284,76.579185,2201.2478,2.4472556,286.94177,174.89294,381.90936,123.20251,351.10342,35.958893,444.77872,0.0,2319.249,12989.306,34.71643,541.9613,148.24973,42622.176,131.71892,27.42542,144.76613,396.07404,65.46411,28.7895,233.04878,2001.5665,335.90222,157.7284,23.47856,16.813839,399.22662,71.066696,1192.9795,85.12177,2497.3813,193.97017,362.41455,80.84801,123.10626,6.643166,10.427548,14.227666,2.400518,1.8922867,71.55041,73.183105,76.86508,33.508224,32.85404,128.34387,7.8890758,3065.5605,51.78777,71.70968,63.783794,74.940956,232.5992,88.98101,149.09274,14.333291,35.892956,86.490295,276.6456,570.3375,62.60101,293.88464,68.67761,125.91727,271.82056,371.6857,959.84674,161.13715,4.499952,19.86492,7.6545434,42.245415,19171.012,3.0996048,22.423021,35.908066,31.278095,335.5572,51.032257,134.88428,2.605466,125.96472,408.67984,273.64932,134.22685,507.3764,35.5836,100.684494,159.73032,10.583154,1.6112921,10.8213415,1204.2677,0.07693635,0.28230107,48.53168,8.236556,3.6453474,3.857361,7.702654,92.864265,32.919357,86.61708,570.5829,237.33028,2082.4336,1883.92,20.005283,36.205982,10850.302,7.7232437,75.3125,714.85016,144.77602,197.31976,85.9496,457.68817,831.6594,443.06473,20.523502,110.40108,1053.3788,2061.6384,56.27593,693.50604,61.005646,1.0826669,62.052593,1.0619026,0.6489515,2.9886358,52.414513,135.84981,237.73265,17.867472,3002.329,378.57126,147.29436,211.34073,89.88595,92.898186,62.137096,26.978092,103.389114,795.1498,247.17685,137.56041,115.95195,12.02621,142.70679,129.05847,33.77504,692.95087,172.56674,3260.3547,32.350906,2853.3381,79.19109,420.0057,2075.9272,77.51169,10.264644,1108.3556,902.29974,3234.2124,91.02683 +2023-08-07 19:00:00,0.0,17644.645,324.97507,28.382977,37.442055,30.909859,168.03485,25.33311,35.58344,20.227827,22.026037,969.6243,231.03006,10.7207,141.63257,5.6611986,0.47246173,27.499773,7.810914,1.8091971,342.24362,0.21824566,349.71735,44.424885,0.7372186,2.074194,113.08242,16.458023,38.08722,97.125046,27431.75,0.106495276,1674.7131,0.39261806,0.23317161,0.093972914,0.5283786,147.5238,165.79576,24.075441,187.12433,23.981922,76.53474,2201.4211,2.4461212,286.73645,174.74228,382.01868,123.091255,351.2093,35.970406,444.3486,0.0,2318.7837,12982.391,34.69467,542.02704,148.21654,42617.426,131.71669,27.411776,144.6117,395.72202,65.42888,28.775784,232.827,2000.668,335.86072,157.55542,23.464575,16.808056,399.33282,71.053276,1192.5121,85.12191,2497.5574,194.12245,362.22284,80.87011,123.06103,6.6420107,10.425115,14.218964,2.399921,1.8913555,71.57166,73.215744,76.895836,33.539703,32.877552,128.34335,7.895789,3065.1672,51.762363,71.68011,63.744854,74.87291,232.66832,88.96177,148.94826,14.327266,35.884266,86.43546,276.55185,570.405,62.650707,293.93478,68.688484,125.869644,271.81137,371.36,959.81494,161.13243,4.502433,19.84711,7.648625,42.265255,19171.947,3.1005347,22.44392,35.93898,31.296484,335.56088,51.06147,134.91376,2.6037645,125.97114,408.7727,273.6,134.26527,507.30457,35.581852,100.67837,159.69427,10.581726,1.6113855,10.821177,1203.8145,0.07690262,0.28217742,48.533497,8.235018,3.64482,3.856586,7.704248,92.846,32.910217,86.61797,570.5646,237.33878,2082.6855,1883.9133,20.02291,36.238632,10848.911,7.7225966,75.35069,714.9267,144.85071,197.43716,85.98555,457.9595,831.7911,443.12997,20.539783,110.47186,1053.2808,2061.4043,56.319324,693.991,61.080063,1.0825853,62.0513,1.0615513,0.64870995,2.9876535,52.455715,135.92673,237.61784,17.859453,3000.9001,378.73322,147.42271,211.52184,89.93683,92.8829,62.19041,27.066332,103.380714,795.1023,247.18808,137.58746,115.9247,12.047513,142.72571,129.07426,33.75625,692.6843,172.52696,3258.0798,32.351803,2852.3196,79.193886,420.0096,2074.7969,77.48092,10.269495,1107.9758,902.0767,3232.662,91.026955 +2023-08-07 20:00:00,0.0,17644.799,325.05783,28.399399,37.461006,30.919184,168.07033,25.340525,35.60323,20.229706,22.034351,970.1338,230.91982,10.733363,141.69719,5.6523075,0.4716486,27.502789,7.7979093,1.80626,342.31155,0.2180991,349.85663,44.437878,0.73621356,2.0709703,113.12087,16.463194,38.10275,97.11388,27432.0,0.1063675,1675.4044,0.3923049,0.23293619,0.0938646,0.5277753,147.55725,165.84203,24.071974,187.05914,24.00156,76.49029,2201.5945,2.444987,286.5311,174.5916,382.128,122.98,351.31512,35.98192,443.91852,0.0,2318.3186,12975.475,34.67291,542.09283,148.18335,42612.676,131.71446,27.398129,144.45724,395.36996,65.393654,28.762068,232.60522,1999.7693,335.8192,157.38246,23.45059,16.802273,399.439,71.039856,1192.0446,85.12204,2497.7336,194.27473,362.03113,80.89222,123.0158,6.640855,10.422681,14.210262,2.3993242,1.8904244,71.59291,73.248375,76.92659,33.571182,32.901066,128.34283,7.902502,3064.7742,51.73696,71.650536,63.705914,74.80486,232.73746,88.94252,148.80376,14.32124,35.875576,86.38063,276.45807,570.4726,62.7004,293.98495,68.69935,125.82202,271.80215,371.03427,959.78314,161.12772,4.5049143,19.829302,7.6427064,42.285095,19172.883,3.1014643,22.464817,35.969894,31.31487,335.56458,51.09068,134.94325,2.602063,125.977554,408.86554,273.5507,134.30368,507.23276,35.580105,100.67223,159.65822,10.580298,1.6114789,10.821012,1203.3612,0.0768689,0.28205377,48.535316,8.2334795,3.6442928,3.855811,7.7058415,92.82773,32.901077,86.618866,570.54626,237.34726,2082.9375,1883.9066,20.040535,36.271282,10847.5205,7.7219496,75.388885,715.0033,144.9254,197.55457,86.02151,458.23083,831.92267,443.19522,20.556067,110.542656,1053.1827,2061.17,56.362724,694.4761,61.154484,1.0825038,62.050007,1.0612,0.64846843,2.9866712,52.496918,136.00366,237.50305,17.851433,2999.4714,378.89517,147.55107,211.70296,89.98772,92.86761,62.24373,27.15457,103.372314,795.0548,247.19931,137.61452,115.897446,12.068817,142.74461,129.09006,33.73746,692.41785,172.48718,3255.8052,32.352695,2851.3013,79.196686,420.01352,2073.6663,77.45014,10.274346,1107.596,901.85364,3231.112,91.02707 +2023-08-07 21:00:00,0.0,17644.953,325.14056,28.415821,37.479958,30.928509,168.10582,25.347939,35.623024,20.231586,22.042664,970.64325,230.80957,10.746026,141.7618,5.643416,0.4708355,27.505804,7.784904,1.8033229,342.3795,0.21795255,349.99588,44.450874,0.7352086,2.0677464,113.15932,16.468363,38.118282,97.10271,27432.252,0.10623973,1676.0957,0.3919917,0.23270078,0.09375627,0.527172,147.5907,165.88829,24.068506,186.99396,24.021198,76.44583,2201.7678,2.443853,286.32578,174.44092,382.2373,122.86875,351.42096,35.99343,443.4884,0.0,2317.8533,12968.56,34.651146,542.15857,148.15016,42607.926,131.71223,27.384483,144.30281,395.01788,65.35843,28.748352,232.38345,1998.8707,335.7777,157.2095,23.436605,16.796488,399.5452,71.026436,1191.5771,85.12218,2497.9097,194.42702,361.8394,80.91433,122.970566,6.6396995,10.420247,14.20156,2.3987274,1.8894932,71.61417,73.281006,76.95734,33.60266,32.924576,128.34232,7.9092155,3064.381,51.711555,71.620964,63.666977,74.73682,232.80658,88.92328,148.65927,14.315215,35.866886,86.32579,276.36432,570.5401,62.7501,294.0351,68.71022,125.77441,271.79297,370.7086,959.75134,161.123,4.5073953,19.811491,7.636788,42.30493,19173.816,3.1023939,22.485716,36.000805,31.333258,335.56824,51.119892,134.97275,2.6003613,125.98397,408.9584,273.50137,134.3421,507.16092,35.578358,100.6661,159.62216,10.578871,1.6115724,10.820847,1202.908,0.07683517,0.2819301,48.537132,8.231941,3.6437654,3.855036,7.707435,92.80946,32.891937,86.61976,570.52795,237.35576,2083.1895,1883.9,20.05816,36.303932,10846.131,7.7213025,75.427086,715.0799,145.0001,197.67198,86.05746,458.50214,832.0543,443.2605,20.57235,110.61344,1053.0848,2060.9358,56.406124,694.96106,61.2289,1.0824223,62.048717,1.0608487,0.6482269,2.985689,52.538116,136.08058,237.38826,17.843414,2998.0425,379.05713,147.67943,211.88408,90.0386,92.85232,62.297043,27.24281,103.363914,795.00726,247.21054,137.64157,115.87019,12.09012,142.76353,129.10585,33.71867,692.15137,172.44739,3253.5303,32.353592,2850.283,79.19948,420.01746,2072.5356,77.419365,10.279198,1107.2162,901.63055,3229.5618,91.02718 +2023-08-07 22:00:00,0.0,17645.107,325.22333,28.432243,37.49891,30.937832,168.1413,25.355352,35.642815,20.233467,22.050976,971.15265,230.69934,10.758689,141.82642,5.6345243,0.47002238,27.50882,7.771899,1.8003858,342.44745,0.21780601,350.13513,44.46387,0.7342035,2.0645225,113.19777,16.473532,38.133812,97.09154,27432.502,0.10611195,1676.787,0.3916785,0.23246536,0.09364795,0.5265688,147.62415,165.93454,24.065039,186.92876,24.040836,76.40138,2201.941,2.4427187,286.12042,174.29025,382.34665,122.75751,351.5268,36.004944,443.0583,0.0,2317.3882,12961.644,34.629387,542.2243,148.11697,42603.17,131.71,27.370836,144.14836,394.66586,65.323204,28.734636,232.16168,1997.9722,335.73624,157.03653,23.42262,16.790705,399.65137,71.013016,1191.1097,85.12231,2498.0857,194.5793,361.64767,80.93643,122.92533,6.6385436,10.417813,14.192858,2.3981307,1.8885621,71.635414,73.31364,76.98809,33.63414,32.94809,128.3418,7.9159284,3063.9878,51.686153,71.5914,63.628036,74.66878,232.87572,88.90404,148.51479,14.309189,35.858192,86.27096,276.27054,570.6076,62.799797,294.08527,68.72109,125.72678,271.78378,370.38287,959.71954,161.11829,4.5098763,19.793682,7.6308694,42.32477,19174.752,3.1033237,22.506613,36.03172,31.351646,335.57193,51.149105,135.00224,2.59866,125.990395,409.05127,273.4521,134.38051,507.0891,35.57661,100.65997,159.5861,10.577443,1.6116658,10.820682,1202.4548,0.07680144,0.28180644,48.538948,8.230404,3.643238,3.8542612,7.709029,92.7912,32.882797,86.62064,570.50964,237.36424,2083.4414,1883.8933,20.075785,36.336582,10844.74,7.7206554,75.46528,715.15643,145.0748,197.78938,86.093414,458.77347,832.1859,443.32574,20.588633,110.684235,1052.9868,2060.7014,56.44952,695.4461,61.303318,1.0823406,62.047424,1.0604974,0.6479854,2.9847066,52.57932,136.1575,237.27347,17.835394,2996.6138,379.2191,147.8078,212.06519,90.08948,92.83703,62.350357,27.331049,103.355515,794.9598,247.22177,137.66861,115.84295,12.111424,142.78244,129.12164,33.69988,691.8848,172.40761,3251.2556,32.35449,2849.2646,79.20227,420.02136,2071.4053,77.38859,10.284049,1106.8364,901.4075,3228.0115,91.0273 +2023-08-07 23:00:00,0.0,17645.262,325.3061,28.448666,37.51786,30.947157,168.17677,25.362766,35.66261,20.235348,22.059288,971.6621,230.5891,10.771352,141.89104,5.625633,0.46920925,27.511835,7.758894,1.7974489,342.51538,0.21765946,350.27438,44.476868,0.73319846,2.0612986,113.23621,16.478703,38.149345,97.080376,27432.752,0.10598417,1677.4783,0.39136535,0.23222993,0.093539625,0.52596545,147.6576,165.9808,24.061571,186.86357,24.060474,76.35693,2202.1143,2.4415843,285.9151,174.13957,382.45596,122.646255,351.63263,36.016457,442.6282,0.0,2316.9229,12954.729,34.607624,542.29004,148.08379,42598.42,131.7078,27.35719,143.99393,394.3138,65.28797,28.72092,231.93991,1997.0735,335.69473,156.86357,23.408634,16.78492,399.75754,70.99959,1190.6422,85.122444,2498.2617,194.73158,361.45593,80.95854,122.8801,6.637388,10.415379,14.184156,2.397534,1.8876309,71.65667,73.34627,77.018845,33.66562,32.971603,128.34128,7.9226418,3063.5947,51.660748,71.56183,63.589096,74.60073,232.94484,88.884796,148.3703,14.303164,35.849503,86.216125,276.1768,570.6751,62.849495,294.13544,68.731964,125.67916,271.77457,370.05716,959.68774,161.11357,4.5123577,19.775873,7.624951,42.344612,19175.688,3.1042533,22.527512,36.062634,31.370033,335.57562,51.178314,135.03174,2.5969584,125.99681,409.1441,273.40277,134.41893,507.01727,35.574863,100.65384,159.55005,10.576015,1.6117593,10.820518,1202.0016,0.07676772,0.2816828,48.540764,8.228866,3.642711,3.8534863,7.710623,92.77293,32.873657,86.62154,570.49133,237.37274,2083.6934,1883.8867,20.09341,36.369232,10843.351,7.720009,75.50347,715.23303,145.1495,197.90678,86.12937,459.0448,832.31757,443.391,20.604916,110.75502,1052.8888,2060.4673,56.49292,695.93115,61.377735,1.082259,62.046135,1.0601462,0.64774394,2.9837244,52.620518,136.23444,237.15866,17.827374,2995.1848,379.38107,147.93616,212.2463,90.140366,92.82174,62.403675,27.419289,103.34711,794.91223,247.233,137.69566,115.8157,12.132729,142.80136,129.13744,33.68109,691.61835,172.36781,3248.9807,32.35538,2848.246,79.20506,420.0253,2070.2747,77.35781,10.2889,1106.4565,901.1844,3226.4614,91.02741 +2023-08-08 00:00:00,0.0,17645.416,325.38882,28.465086,37.53681,30.95648,168.21227,25.370182,35.6824,20.237228,22.0676,972.1716,230.47887,10.784015,141.95566,5.616741,0.46839616,27.51485,7.745889,1.7945118,342.5833,0.2175129,350.41367,44.48986,0.73219347,2.0580747,113.274666,16.483871,38.164875,97.06921,27433.002,0.1058564,1678.1696,0.39105216,0.23199451,0.0934313,0.52536213,147.69106,166.02705,24.058104,186.79839,24.080112,76.312485,2202.2876,2.4404502,285.70975,173.98889,382.56528,122.535,351.73846,36.02797,442.1981,0.0,2316.4575,12947.8125,34.58586,542.3558,148.0506,42593.67,131.70557,27.343544,143.83948,393.96176,65.25275,28.707205,231.71812,1996.1749,335.65323,156.69061,23.39465,16.779137,399.86374,70.98617,1190.1748,85.12258,2498.4377,194.88388,361.26425,80.98065,122.83486,6.636233,10.412945,14.175454,2.396937,1.8866998,71.67792,73.3789,77.04959,33.697098,32.995117,128.34076,7.9293547,3063.2017,51.635345,71.53226,63.550156,74.532684,233.01398,88.86555,148.2258,14.297138,35.840813,86.161285,276.083,570.7426,62.899193,294.18558,68.742836,125.63154,271.76538,369.73148,959.6559,161.10886,4.5148387,19.758064,7.6190324,42.364452,19176.621,3.105183,22.54841,36.093548,31.38842,335.5793,51.207527,135.06123,2.5952568,126.00323,409.23697,273.35345,134.45734,506.94547,35.573116,100.647705,159.51399,10.574588,1.6118526,10.820353,1201.5483,0.07673399,0.28155914,48.54258,8.227327,3.6421835,3.8527112,7.7122164,92.75466,32.864517,86.62243,570.473,237.38123,2083.9453,1883.88,20.111036,36.401882,10841.96,7.719362,75.541664,715.30963,145.2242,198.0242,86.16532,459.31613,832.44916,443.45627,20.621197,110.825806,1052.7908,2060.233,56.53632,696.41614,61.452152,1.0821775,62.04484,1.0597949,0.6475024,2.982742,52.66172,136.31136,237.04387,17.819355,2993.7559,379.54303,148.06451,212.42741,90.191246,92.80645,62.45699,27.507528,103.33871,794.86475,247.24425,137.72272,115.788445,12.154032,142.82027,129.15323,33.6623,691.3518,172.32803,3246.706,32.356277,2847.2278,79.207855,420.0292,2069.1443,77.32704,10.293752,1106.0768,900.96136,3224.9111,91.02753 +2023-08-08 01:00:00,0.0,17645.57,325.4716,28.481508,37.555763,30.965805,168.24774,25.377596,35.70219,20.239109,22.075912,972.68097,230.36862,10.796678,142.02026,5.6078496,0.46758303,27.517866,7.732884,1.7915747,342.65125,0.21736635,350.55292,44.502857,0.7311884,2.054851,113.31311,16.48904,38.18041,97.05804,27433.254,0.105728626,1678.8608,0.390739,0.23175909,0.09332298,0.5247589,147.7245,166.07332,24.054636,186.7332,24.09975,76.26803,2202.4607,2.439316,285.5044,173.83823,382.67462,122.42375,351.8443,36.039486,441.76797,0.0,2315.9924,12940.897,34.564102,542.4215,148.01741,42588.92,131.70334,27.329897,143.68504,393.60968,65.21752,28.69349,231.49635,1995.2764,335.61172,156.51764,23.380665,16.773354,399.9699,70.97275,1189.7073,85.12271,2498.614,195.03616,361.0725,81.002754,122.789635,6.635077,10.410511,14.166752,2.3963401,1.8857687,71.69917,73.41153,77.080345,33.728577,33.018627,128.34024,7.936068,3062.8083,51.60994,71.502686,63.51122,74.46464,233.0831,88.846306,148.08131,14.291113,35.832123,86.10645,275.98926,570.8102,62.94889,294.23575,68.75371,125.583916,271.75616,369.40576,959.6241,161.10414,4.51732,19.740255,7.613114,42.384293,19177.557,3.1061125,22.569307,36.124462,31.406809,335.583,51.236736,135.09073,2.5935555,126.00964,409.32983,273.30414,134.49576,506.87363,35.57137,100.64158,159.47794,10.57316,1.6119461,10.820188,1201.0952,0.07670026,0.2814355,48.5444,8.22579,3.6416564,3.8519363,7.7138104,92.7364,32.855377,86.62332,570.4547,237.38972,2084.1973,1883.8733,20.12866,36.434532,10840.57,7.7187147,75.57986,715.38617,145.29889,198.1416,86.20128,459.58746,832.5808,443.5215,20.63748,110.8966,1052.6927,2059.9988,56.579716,696.9012,61.52657,1.082096,62.04355,1.0594436,0.6472609,2.98176,52.70292,136.38828,236.92908,17.811335,2992.3271,379.705,148.19287,212.60854,90.24213,92.79116,62.510303,27.595766,103.33031,794.81726,247.25548,137.74977,115.76119,12.175336,142.83919,129.16902,33.64351,691.0853,172.28825,3244.4312,32.357174,2846.2095,79.21065,420.03314,2068.0137,77.296265,10.298602,1105.697,900.7383,3223.3608,91.02764 +2023-08-08 02:00:00,0.0,17645.725,325.55435,28.49793,37.574715,30.97513,168.28322,25.38501,35.721985,20.240988,22.084225,973.1904,230.25838,10.80934,142.08488,5.598958,0.4667699,27.520882,7.719879,1.7886378,342.7192,0.2172198,350.69217,44.515854,0.7301834,2.0516272,113.351555,16.494211,38.19594,97.04687,27433.504,0.10560085,1679.5521,0.3904258,0.23152366,0.09321465,0.52415556,147.75795,166.11958,24.051168,186.66801,24.119389,76.22358,2202.634,2.4381816,285.29907,173.68755,382.78394,122.31251,351.95013,36.051,441.33786,0.0,2315.527,12933.981,34.54234,542.4873,147.98424,42584.17,131.70111,27.316252,143.5306,393.25766,65.18229,28.679773,231.27458,1994.3777,335.57022,156.34468,23.36668,16.767569,400.0761,70.95933,1189.2399,85.12285,2498.79,195.18845,360.8808,81.024864,122.7444,6.6339216,10.408077,14.158051,2.3957434,1.8848375,71.72042,73.44416,77.1111,33.760056,33.04214,128.33972,7.9427814,3062.4153,51.584534,71.47312,63.47228,74.3966,233.15224,88.827065,147.93683,14.285087,35.823433,86.05162,275.89548,570.8777,62.99859,294.2859,68.76457,125.53629,271.74698,369.08005,959.5923,161.09943,4.519801,19.722446,7.607196,42.404133,19178.49,3.1070423,22.590206,36.155376,31.425196,335.5867,51.26595,135.12022,2.5918539,126.01606,409.42267,273.25482,134.53418,506.80182,35.569622,100.635445,159.44188,10.5717325,1.6120396,10.820023,1200.642,0.07666654,0.2813118,48.546215,8.224252,3.641129,3.8511612,7.715404,92.718124,32.846237,86.624214,570.4364,237.39821,2084.4492,1883.8667,20.146286,36.467182,10839.18,7.7180676,75.61806,715.46277,145.3736,198.259,86.23723,459.85876,832.7124,443.5868,20.653763,110.967384,1052.5947,2059.7644,56.623116,697.38617,61.600986,1.0820143,62.04226,1.0590923,0.6470194,2.9807777,52.74412,136.46521,236.81429,17.803314,2990.8982,379.86694,148.32124,212.78966,90.293015,92.77587,62.563618,27.684006,103.32191,794.7697,247.26671,137.77682,115.73394,12.196639,142.8581,129.18481,33.62472,690.8188,172.24846,3242.1565,32.358067,2845.1912,79.21344,420.03705,2066.883,77.26549,10.303453,1105.3171,900.5152,3221.8108,91.027756 +2023-08-08 03:00:00,0.0,17645.879,325.6371,28.514353,37.593666,30.984453,168.31871,25.392424,35.741776,20.242868,22.092537,973.6998,230.14815,10.822002,142.1495,5.5900664,0.46595678,27.523897,7.706874,1.7857007,342.78714,0.21707325,350.83142,44.52885,0.72917837,2.0484033,113.39001,16.49938,38.21147,97.0357,27433.754,0.10547308,1680.2434,0.3901126,0.23128824,0.09310633,0.5235523,147.7914,166.16583,24.0477,186.60283,24.139027,76.17913,2202.8074,2.4370475,285.09372,173.53687,382.89325,122.201256,352.05597,36.06251,440.90778,0.0,2315.062,12927.065,34.520576,542.55304,147.95105,42579.42,131.69888,27.302605,143.37616,392.9056,65.147064,28.666058,231.05281,1993.4791,335.52872,156.17172,23.352695,16.761786,400.18228,70.9459,1188.7723,85.12298,2498.966,195.34073,360.68906,81.04697,122.699165,6.6327662,10.405643,14.149348,2.3951466,1.8839064,71.74168,73.47679,77.141846,33.79153,33.065655,128.3392,7.9494944,3062.0222,51.55913,71.44355,63.43334,74.32855,233.22137,88.80782,147.79234,14.279061,35.814743,85.99679,275.80173,570.9452,63.048286,294.33606,68.775444,125.48868,271.7378,368.75433,959.5605,161.0947,4.522282,19.704638,7.6012774,42.423973,19179.426,3.107972,22.611103,36.18629,31.443584,335.5904,51.295162,135.14972,2.5901523,126.022484,409.51553,273.2055,134.57259,506.73,35.567875,100.62931,159.40582,10.570305,1.612133,10.819859,1200.1887,0.07663281,0.28118816,48.54803,8.222713,3.6406016,3.8503864,7.7169976,92.69986,32.837097,86.6251,570.4181,237.40671,2084.7012,1883.86,20.163912,36.499832,10837.789,7.7174206,75.65625,715.5393,145.44829,198.37642,86.273186,460.1301,832.844,443.65204,20.670046,111.03818,1052.4967,2059.5303,56.66651,697.8712,61.675404,1.0819328,62.040966,1.058741,0.64677787,2.9797955,52.78532,136.54213,236.69948,17.795296,2989.4692,380.0289,148.4496,212.97076,90.343895,92.76058,62.616936,27.772245,103.31351,794.7222,247.27794,137.80388,115.70669,12.217943,142.87701,129.2006,33.60593,690.5523,172.20868,3239.8816,32.358963,2844.1726,79.21624,420.041,2065.7527,77.23471,10.308305,1104.9374,900.2921,3220.2605,91.02787 +2023-08-08 04:00:00,0.0,17646.035,325.71985,28.530775,37.612617,30.993778,168.35419,25.399837,35.76157,20.24475,22.10085,974.2093,230.0379,10.834665,142.21411,5.5811753,0.46514368,27.526913,7.693869,1.7827636,342.85507,0.21692671,350.9707,44.541847,0.7281733,2.0451794,113.42845,16.504549,38.227,97.02453,27434.006,0.1053453,1680.9347,0.38979945,0.23105282,0.092998005,0.52294904,147.82484,166.2121,24.044235,186.53763,24.158665,76.134674,2202.9805,2.4359133,284.8884,173.3862,383.00256,122.090004,352.1618,36.074024,440.47766,0.0,2314.5967,12920.15,34.498817,542.6188,147.91786,42574.67,131.69667,27.288958,143.22171,392.55353,65.11184,28.652342,230.83104,1992.5806,335.48724,155.99875,23.33871,16.756,400.28845,70.93248,1188.3049,85.123116,2499.142,195.49301,360.49734,81.06908,122.65393,6.6316104,10.403209,14.140646,2.3945498,1.8829752,71.762924,73.50943,77.1726,33.82301,33.08917,128.33868,7.9562078,3061.6292,51.533726,71.41398,63.394398,74.260506,233.2905,88.788574,147.64784,14.273036,35.80605,85.94195,275.70795,571.0127,63.097984,294.3862,68.786316,125.441055,271.72858,368.42865,959.5287,161.08998,4.5247636,19.686829,7.595359,42.44381,19180.361,3.1089015,22.632002,36.217205,31.461971,335.5941,51.32437,135.17921,2.588451,126.0289,409.6084,273.1562,134.61101,506.65817,35.566128,100.623184,159.36977,10.568877,1.6122265,10.819694,1199.7356,0.076599084,0.2810645,48.549847,8.221175,3.6400745,3.8496115,7.718591,92.681595,32.827957,86.62599,570.3998,237.41519,2084.9531,1883.8534,20.181536,36.532482,10836.399,7.7167735,75.69444,715.6159,145.52298,198.49382,86.30914,460.40143,832.97565,443.7173,20.686329,111.10896,1052.3987,2059.296,56.70991,698.3562,61.749825,1.0818512,62.039677,1.0583897,0.64653635,2.9788132,52.826523,136.61905,236.58469,17.787275,2988.0405,380.19086,148.57796,213.15189,90.39478,92.74529,62.67025,27.860485,103.30511,794.6747,247.28917,137.83092,115.679436,12.239247,142.89592,129.2164,33.58714,690.28577,172.1689,3237.6067,32.35986,2843.1543,79.21903,420.0449,2064.622,77.20393,10.313156,1104.5576,900.0691,3218.7104,91.027985 +2023-08-08 05:00:00,0.0,17646.19,325.80258,28.547197,37.63157,31.003101,168.38966,25.407253,35.78136,20.24663,22.109163,974.71875,229.92767,10.847328,142.27873,5.5722837,0.46433055,27.529928,7.680864,1.7798265,342.923,0.21678016,351.10995,44.55484,0.7271683,2.0419555,113.4669,16.50972,38.242535,97.01337,27434.256,0.10521753,1681.626,0.38948625,0.23081739,0.09288968,0.5223457,147.8583,166.25836,24.040768,186.47244,24.178303,76.090225,2203.1538,2.4347792,284.68304,173.23552,383.1119,121.97875,352.26764,36.085537,440.04755,0.0,2314.1313,12913.234,34.477055,542.6845,147.88467,42569.92,131.69444,27.275312,143.06728,392.2015,65.076614,28.638626,230.60925,1991.6819,335.44574,155.82579,23.324724,16.750217,400.39465,70.91906,1187.8374,85.12325,2499.318,195.6453,360.3056,81.09119,122.608696,6.630455,10.400775,14.131945,2.393953,1.8820441,71.78418,73.54206,77.203354,33.85449,33.11268,128.33817,7.9629207,3061.2358,51.508324,71.38441,63.35546,74.19246,233.35963,88.76933,147.50336,14.267011,35.79736,85.887115,275.6142,571.0802,63.147682,294.43637,68.79719,125.39343,271.7194,368.10294,959.4969,161.08527,4.5272446,19.66902,7.5894403,42.46365,19181.295,3.109831,22.652899,36.24812,31.480358,335.59778,51.353584,135.20871,2.5867493,126.03532,409.70123,273.1069,134.64941,506.58636,35.56438,100.61705,159.33371,10.56745,1.61232,10.819529,1199.2823,0.07656536,0.28094086,48.551662,8.219638,3.639547,3.8488364,7.7201853,92.66332,32.818817,86.626884,570.3815,237.42369,2085.2053,1883.8467,20.199162,36.565132,10835.009,7.7161264,75.732635,715.6925,145.59769,198.61122,86.34509,460.67276,833.10724,443.78256,20.70261,111.17975,1052.3007,2059.0618,56.75331,698.84125,61.82424,1.0817697,62.038383,1.0580385,0.64629483,2.977831,52.86772,136.69598,236.4699,17.779255,2986.6116,380.35284,148.70631,213.333,90.44566,92.73,62.723564,27.948723,103.29671,794.6272,247.3004,137.85797,115.65218,12.2605505,142.91484,129.2322,33.56835,690.0193,172.1291,3235.332,32.360756,2842.136,79.221825,420.04883,2063.4915,77.173164,10.318007,1104.1777,899.846,3217.1602,91.02811 +2023-08-08 06:00:00,0.0,17646.344,325.88535,28.56362,37.65052,31.012426,168.42516,25.414667,35.80115,20.24851,22.117476,975.22815,229.81743,10.859991,142.34335,5.563392,0.46351743,27.532944,7.667859,1.7768896,342.99097,0.2166336,351.2492,44.567837,0.72616327,2.0387318,113.50535,16.514889,38.258064,97.0022,27434.506,0.105089754,1682.3174,0.38917306,0.23058197,0.09278136,0.5217424,147.89175,166.30461,24.0373,186.40726,24.19794,76.04578,2203.3271,2.4336448,284.47772,173.08484,383.22122,121.86751,352.37347,36.09705,439.61743,0.0,2313.666,12906.319,34.45529,542.75024,147.85149,42565.17,131.69221,27.261665,142.91283,391.84946,65.04138,28.62491,230.38748,1990.7833,335.40424,155.65283,23.31074,16.744434,400.50082,70.90564,1187.37,85.12338,2499.4944,195.79758,360.11392,81.11329,122.56347,6.629299,10.398341,14.123242,2.393356,1.8811129,71.805435,73.57469,77.2341,33.885967,33.136192,128.33765,7.969634,3060.8428,51.482918,71.354836,63.31652,74.12441,233.42876,88.75009,147.35887,14.260985,35.78867,85.83228,275.52045,571.1477,63.19738,294.4865,68.80806,125.34581,271.71017,367.77722,959.465,161.08055,4.529726,19.651209,7.583522,42.48349,19182.23,3.110761,22.673798,36.279034,31.498747,335.60147,51.382793,135.23819,2.5850477,126.04173,409.7941,273.0576,134.68784,506.51453,35.562634,100.610916,159.29765,10.566022,1.6124133,10.819364,1198.8291,0.076531634,0.2808172,48.553482,8.2181,3.6390197,3.8480616,7.721779,92.64506,32.809677,86.62778,570.36316,237.43217,2085.4573,1883.84,20.216787,36.597782,10833.619,7.7154794,75.770836,715.76904,145.67238,198.72862,86.38105,460.9441,833.2389,443.8478,20.718893,111.25054,1052.2028,2058.8274,56.796707,699.32623,61.89866,1.081688,62.03709,1.0576872,0.6460533,2.9768486,52.908924,136.7729,236.35509,17.771236,2985.1826,380.5148,148.83467,213.51411,90.496544,92.714714,62.776882,28.036963,103.28831,794.5797,247.31163,137.88503,115.62493,12.281855,142.93375,129.24799,33.54956,689.7528,172.08932,3233.0571,32.36165,2841.1177,79.22462,420.05273,2062.361,77.14239,10.322859,1103.798,899.6229,3215.6099,91.02822 +2023-08-08 07:00:00,0.0,17646.498,325.9681,28.580042,37.66947,31.021751,168.46063,25.422081,35.820946,20.250391,22.125788,975.7376,229.70718,10.872654,142.40797,5.5545006,0.4627043,27.53596,7.654854,1.7739525,343.0589,0.21648705,351.38846,44.580833,0.7251583,2.035508,113.5438,16.520058,38.273598,96.99103,27434.758,0.10496198,1683.0087,0.3888599,0.23034655,0.09267303,0.52113914,147.9252,166.35088,24.033833,186.34207,24.217579,76.00132,2203.5005,2.4325106,284.27237,172.93417,383.33057,121.756256,352.4793,36.108562,439.18735,0.0,2313.201,12899.403,34.433533,542.81604,147.8183,42560.42,131.68999,27.24802,142.75839,391.49738,65.00616,28.611195,230.16571,1989.8848,335.36273,155.47986,23.296755,16.73865,400.60703,70.89222,1186.9026,85.12352,2499.6704,195.94987,359.92218,81.1354,122.518234,6.628144,10.395907,14.11454,2.3927593,1.8801818,71.82668,73.60732,77.264854,33.917446,33.159706,128.33711,7.9763474,3060.4497,51.45751,71.32527,63.27758,74.05637,233.4979,88.73085,147.21439,14.254959,35.77998,85.77744,275.42667,571.2153,63.247078,294.53668,68.818924,125.29819,271.701,367.4515,959.4332,161.07584,4.532207,19.6334,7.5776033,42.50333,19183.166,3.1116905,22.694695,36.309948,31.517134,335.60513,51.412006,135.26768,2.5833464,126.04816,409.88696,273.00827,134.72626,506.44272,35.560886,100.60479,159.2616,10.564594,1.6125067,10.819199,1198.376,0.076497905,0.28069353,48.555298,8.216561,3.6384926,3.8472865,7.7233725,92.62679,32.800537,86.62867,570.3449,237.44067,2085.7092,1883.8334,20.234411,36.630432,10832.229,7.7148323,75.80903,715.84564,145.74709,198.84604,86.417,461.21542,833.3705,443.91306,20.735176,111.32133,1052.1047,2058.5933,56.840107,699.8113,61.973076,1.0816065,62.0358,1.0573359,0.6458118,2.9758663,52.950123,136.84982,236.2403,17.763216,2983.754,380.67676,148.96304,213.69522,90.54743,92.69943,62.830196,28.125202,103.27991,794.53217,247.32288,137.91208,115.59769,12.303158,142.95267,129.26378,33.53077,689.48627,172.04953,3230.7825,32.362545,2840.099,79.22741,420.05667,2061.2305,77.11161,10.32771,1103.4182,899.39984,3214.0598,91.028336 +2023-08-08 08:00:00,0.0,17646.652,326.05084,28.596464,37.688423,31.031075,168.49611,25.429495,35.840736,20.25227,22.1341,976.247,229.59695,10.885317,142.47258,5.545609,0.4618912,27.538975,7.641849,1.7710154,343.12683,0.2163405,351.52774,44.59383,0.7241532,2.032284,113.582245,16.525229,38.289127,96.97986,27435.008,0.10483421,1683.7,0.3885467,0.23011112,0.09256472,0.5205359,147.95865,166.39713,24.030365,186.27689,24.237217,75.95687,2203.6736,2.4313765,284.06705,172.7835,383.43988,121.645004,352.58514,36.120075,438.75723,0.0,2312.7356,12892.488,34.41177,542.8818,147.78511,42555.67,131.68776,27.234373,142.60394,391.14536,64.97093,28.597479,229.94394,1988.9861,335.32123,155.3069,23.28277,16.732866,400.7132,70.87879,1186.435,85.12366,2499.8464,196.10216,359.73047,81.1575,122.473,6.6269884,10.393474,14.105838,2.3921626,1.8792506,71.84794,73.63995,77.29561,33.948925,33.183216,128.3366,7.9830604,3060.0564,51.43211,71.2957,63.23864,73.98833,233.56702,88.7116,147.06989,14.248934,35.77129,85.72261,275.33292,571.2828,63.296776,294.58685,68.829796,125.250565,271.6918,367.12582,959.4014,161.07112,4.5346885,19.615591,7.571685,42.52317,19184.1,3.11262,22.715593,36.34086,31.53552,335.60883,51.44122,135.29718,2.5816448,126.05457,409.9798,272.95895,134.76466,506.37088,35.55914,100.598656,159.22554,10.563166,1.6126002,10.819035,1197.9227,0.07646418,0.28056988,48.557114,8.215023,3.6379652,3.8465116,7.7249665,92.60852,32.7914,86.629555,570.3266,237.44917,2085.9612,1883.8267,20.252037,36.663082,10830.838,7.714185,75.84722,715.92224,145.82178,198.96344,86.45296,461.48672,833.50214,443.97833,20.75146,111.39212,1052.0067,2058.359,56.883507,700.29626,62.047493,1.081525,62.034508,1.0569845,0.6455703,2.974884,52.991325,136.92676,236.1255,17.755198,2982.325,380.8387,149.0914,213.87634,90.59831,92.68414,62.88351,28.213442,103.27151,794.4847,247.3341,137.93913,115.570435,12.324462,142.97157,129.27957,33.511982,689.2198,172.00975,3228.5076,32.36344,2839.0808,79.2302,420.06058,2060.1,77.08083,10.3325615,1103.0383,899.17676,3212.5095,91.02845 +2023-08-08 09:00:00,0.0,17646.807,326.1336,28.612886,37.707375,31.0404,168.5316,25.436909,35.860527,20.25415,22.142412,976.7565,229.48671,10.89798,142.5372,5.5367174,0.46107808,27.54199,7.628844,1.7680784,343.19476,0.21619396,351.667,44.606823,0.72314817,2.0290601,113.6207,16.530397,38.30466,96.96869,27435.258,0.10470643,1684.3912,0.38823354,0.22987571,0.09245639,0.51993257,147.9921,166.44339,24.026897,186.2117,24.256855,75.91242,2203.847,2.430242,283.8617,172.63281,383.5492,121.53375,352.69098,36.131588,438.32712,0.0,2312.2705,12885.572,34.390007,542.9475,147.75194,42550.92,131.68555,27.220728,142.44951,390.7933,64.93571,28.583765,229.72217,1988.0875,335.27972,155.13394,23.268785,16.727081,400.81937,70.86537,1185.9677,85.12379,2500.0225,196.25444,359.53873,81.17961,122.427765,6.6258326,10.39104,14.0971365,2.3915658,1.8783195,71.86919,73.672585,77.326355,33.980404,33.20673,128.33607,7.9897738,3059.6633,51.406704,71.26613,63.199703,73.92028,233.63615,88.69236,146.9254,14.2429085,35.7626,85.66778,275.23914,571.3503,63.34647,294.637,68.84067,125.20295,271.6826,366.8001,959.3696,161.0664,4.5371695,19.597782,7.5657663,42.54301,19185.035,3.11355,22.73649,36.371773,31.55391,335.61252,51.47043,135.32668,2.5799432,126.06099,410.07266,272.90964,134.80309,506.29907,35.557392,100.59252,159.18948,10.561738,1.6126937,10.81887,1197.4695,0.076430455,0.28044623,48.55893,8.213486,3.6374378,3.8457367,7.72656,92.590256,32.78226,86.63045,570.3083,237.45766,2086.2131,1883.8201,20.269663,36.695732,10829.448,7.713538,75.885414,715.9988,145.89647,199.08084,86.488914,461.75806,833.6337,444.04358,20.767742,111.462906,1051.9087,2058.1248,56.926903,700.7813,62.12191,1.0814434,62.03322,1.0566332,0.64532876,2.9739017,53.032524,137.00368,236.01071,17.747177,2980.8962,381.00067,149.21976,214.05746,90.64919,92.66885,62.93683,28.301682,103.26311,794.4372,247.34534,137.96619,115.54318,12.345766,142.9905,129.29536,33.49319,688.95325,171.96997,3226.233,32.364334,2838.0625,79.232994,420.0645,2058.9695,77.050064,10.337413,1102.6586,898.95374,3210.9592,91.028564 +2023-08-08 10:00:00,0.0,17646.96,326.21637,28.629309,37.726326,31.049725,168.56708,25.444324,35.88032,20.256031,22.150724,977.2659,229.37648,10.910643,142.60182,5.527826,0.46026495,27.545006,7.615839,1.7651414,343.26273,0.2160474,351.80624,44.61982,0.7221432,2.0258362,113.65914,16.535566,38.320194,96.95752,27435.508,0.10457865,1685.0825,0.38792035,0.22964029,0.09234807,0.5193293,148.02554,166.48965,24.02343,186.1465,24.276493,75.86797,2204.0203,2.429108,283.65637,172.48215,383.6585,121.4225,352.7968,36.1431,437.897,0.0,2311.8052,12878.657,34.368248,543.01324,147.71875,42546.168,131.68332,27.20708,142.29506,390.44125,64.900475,28.57005,229.50038,1987.189,335.23825,154.96097,23.254799,16.721298,400.92557,70.85195,1185.5001,85.123924,2500.1985,196.40672,359.34702,81.20172,122.38253,6.624677,10.388605,14.088434,2.390969,1.8773884,71.89044,73.705215,77.35711,34.011883,33.230244,128.33556,7.9964867,3059.2703,51.3813,71.23656,63.160763,73.852234,233.70529,88.67312,146.78091,14.236883,35.75391,85.61294,275.1454,571.4178,63.396168,294.68716,68.85154,125.15533,271.6734,366.4744,959.3378,161.06169,4.5396504,19.579973,7.559848,42.56285,19185.97,3.1144795,22.75739,36.402687,31.572296,335.6162,51.49964,135.35617,2.5782418,126.067406,410.16553,272.86032,134.84149,506.22723,35.555645,100.586395,159.15343,10.56031,1.6127871,10.818705,1197.0164,0.076396726,0.28032258,48.560745,8.211947,3.6369107,3.8449616,7.7281537,92.57199,32.77312,86.63134,570.29,237.46616,2086.465,1883.8134,20.287287,36.728382,10828.058,7.712891,75.92361,716.0754,145.97118,199.19826,86.524864,462.0294,833.7654,444.10883,20.784023,111.53369,1051.8107,2057.8904,56.970303,701.2663,62.196327,1.0813618,62.031925,1.056282,0.64508724,2.9729195,53.073727,137.0806,235.8959,17.739157,2979.4673,381.16266,149.34811,214.23857,90.70008,92.653564,62.990143,28.38992,103.25471,794.38965,247.35657,137.99323,115.51593,12.367069,143.0094,129.31116,33.4744,688.68677,171.93018,3223.958,32.36523,2837.0442,79.23579,420.06842,2057.8389,77.01929,10.342264,1102.2788,898.73065,3209.4092,91.02868 +2023-08-08 11:00:00,0.0,17647.115,326.2991,28.645731,37.745277,31.059048,168.60255,25.451738,35.900112,20.257912,22.159037,977.7753,229.26624,10.9233055,142.66644,5.5189347,0.45945185,27.548021,7.6028337,1.7622043,343.33066,0.21590085,351.9455,44.632816,0.7211381,2.0226123,113.69759,16.540737,38.335724,96.94636,27435.76,0.10445088,1685.7738,0.38760716,0.22940487,0.092239745,0.518726,148.059,166.5359,24.019962,186.08131,24.296131,75.82352,2204.1934,2.4279737,283.45102,172.33147,383.76785,121.31126,352.90268,36.154617,437.46692,0.0,2311.34,12871.741,34.346485,543.079,147.68556,42541.418,131.68109,27.193434,142.14062,390.08923,64.86525,28.556334,229.27861,1986.2903,335.19675,154.78801,23.240814,16.715513,401.03174,70.83853,1185.0327,85.124054,2500.3748,196.559,359.1553,81.22382,122.337296,6.623522,10.386171,14.079732,2.390372,1.8764572,71.91169,73.737854,77.38786,34.04336,33.253757,128.33504,8.0032,3058.877,51.355896,71.206985,63.121822,73.78419,233.77441,88.65388,146.63643,14.230857,35.745216,85.558105,275.0516,571.4853,63.445866,294.7373,68.86241,125.107704,271.66418,366.1487,959.30597,161.05698,4.542132,19.562164,7.5539293,42.58269,19186.904,3.1154091,22.778286,36.4336,31.590685,335.6199,51.52885,135.38567,2.5765402,126.07382,410.25836,272.811,134.87991,506.15543,35.553898,100.58026,159.11737,10.558883,1.6128805,10.81854,1196.5631,0.076363005,0.28019893,48.56256,8.210409,3.6363833,3.8441868,7.729748,92.55372,32.76398,86.63223,570.27167,237.47464,2086.717,1883.8066,20.304913,36.761032,10826.668,7.712244,75.96181,716.1519,146.04587,199.31566,86.56082,462.30072,833.897,444.1741,20.800306,111.604485,1051.7126,2057.6562,57.013702,701.75134,62.270744,1.0812802,62.030632,1.0559307,0.6448457,2.9719374,53.114925,137.15753,235.78111,17.731138,2978.0383,381.32462,149.47647,214.4197,90.75096,92.638275,63.043457,28.478159,103.24631,794.34216,247.3678,138.02028,115.48868,12.388373,143.02832,129.32695,33.455612,688.4202,171.8904,3221.6833,32.366127,2836.0256,79.23859,420.07236,2056.7085,76.98851,10.3471155,1101.8989,898.50757,3207.859,91.02879 +2023-08-08 12:00:00,0.0,17647.27,326.38187,28.662153,37.76423,31.068373,168.63805,25.459152,35.919907,20.259792,22.16735,978.2848,229.15599,10.935967,142.73105,5.510043,0.45863873,27.551037,7.589829,1.7592672,343.3986,0.2157543,352.08478,44.645813,0.7201331,2.0193887,113.73604,16.545906,38.351257,96.93519,27436.01,0.104323104,1686.4651,0.387294,0.22916944,0.09213142,0.51812273,148.09245,166.58217,24.016495,186.01613,24.31577,75.77907,2204.3667,2.4268396,283.2457,172.1808,383.87717,121.200005,353.0085,36.16613,437.0368,0.0,2310.8748,12864.826,34.324722,543.1448,147.65237,42536.668,131.67886,27.179789,141.98618,389.73715,64.830025,28.542618,229.05684,1985.3917,335.15524,154.61505,23.22683,16.70973,401.13794,70.82511,1184.5652,85.12419,2500.5508,196.71129,358.9636,81.24593,122.29207,6.622366,10.383738,14.071031,2.3897753,1.8755261,71.932945,73.77048,77.41861,34.07484,33.277267,128.33452,8.009913,3058.484,51.330494,71.17742,63.082882,73.71615,233.84355,88.63463,146.49193,14.224832,35.736526,85.50327,274.95786,571.5528,63.495564,294.78748,68.873276,125.06008,271.655,365.823,959.2742,161.05226,4.544613,19.544355,7.548011,42.60253,19187.84,3.1163387,22.799185,36.464516,31.609072,335.6236,51.558064,135.41516,2.5748386,126.080246,410.35123,272.76172,134.91832,506.0836,35.55215,100.57413,159.08131,10.557455,1.6129739,10.818375,1196.1099,0.076329276,0.28007525,48.56438,8.208872,3.6358562,3.843412,7.7313414,92.53545,32.75484,86.633125,570.25336,237.48314,2086.969,1883.8,20.322538,36.793682,10825.277,7.711597,76.0,716.2285,146.12056,199.43306,86.59677,462.57205,834.0286,444.23935,20.81659,111.67527,1051.6146,2057.4219,57.0571,702.2363,62.345165,1.0811987,62.029343,1.0555794,0.6446042,2.9709551,53.156128,137.23445,235.66632,17.723118,2976.6096,381.48657,149.60484,214.6008,90.80185,92.622986,63.096775,28.566399,103.2379,794.2947,247.37903,138.04733,115.461426,12.4096775,143.04723,129.34274,33.43682,688.15375,171.85062,3219.4084,32.36702,2835.0073,79.24138,420.07626,2055.578,76.95773,10.351967,1101.5192,898.2845,3206.3088,91.02891 +2023-08-08 13:00:00,0.0,17647.424,326.4646,28.678576,37.78318,31.077696,168.67352,25.466566,35.939697,20.261673,22.175663,978.7942,229.04576,10.94863,142.79567,5.5011516,0.4578256,27.554052,7.5768237,1.7563303,343.46652,0.21560775,352.22403,44.658806,0.7191281,2.0161648,113.77449,16.551075,38.366787,96.92402,27436.26,0.10419533,1687.1564,0.3869808,0.22893402,0.0920231,0.5175194,148.1259,166.62843,24.013027,185.95094,24.335407,75.73462,2204.54,2.4257052,283.04034,172.03012,383.98648,121.08875,353.11435,36.177643,436.6067,0.0,2310.4097,12857.91,34.302963,543.2105,147.61919,42531.918,131.67664,27.166142,141.83174,389.3851,64.79479,28.528902,228.83507,1984.4932,335.11374,154.44208,23.212845,16.703947,401.2441,70.81168,1184.0978,85.12433,2500.7268,196.86359,358.77185,81.268036,122.24683,6.6212106,10.381304,14.062328,2.3891785,1.8745949,71.95419,73.803116,77.44936,34.10632,33.30078,128.334,8.016626,3058.0908,51.305088,71.14785,63.043945,73.6481,233.91267,88.61539,146.34744,14.218806,35.727837,85.44844,274.86407,571.62036,63.54526,294.83762,68.88415,125.01246,271.6458,365.49728,959.2424,161.04755,4.5470943,19.526546,7.542093,42.622368,19188.775,3.1172686,22.820082,36.49543,31.627459,335.6273,51.587276,135.44466,2.5731373,126.08666,410.4441,272.7124,134.95674,506.01178,35.5504,100.568,159.04526,10.556027,1.6130674,10.818211,1195.6566,0.07629555,0.2799516,48.566196,8.207334,3.6353288,3.8426368,7.732935,92.51719,32.7457,86.63401,570.23505,237.49162,2087.221,1883.7933,20.340164,36.826332,10823.887,7.71095,76.03819,716.3051,146.19527,199.55048,86.63273,462.84335,834.1602,444.3046,20.832872,111.74606,1051.5166,2057.1877,57.1005,702.7214,62.419582,1.0811172,62.02805,1.0552281,0.6443627,2.9699728,53.197327,137.31137,235.55153,17.715097,2975.1807,381.64853,149.7332,214.78192,90.85273,92.6077,63.15009,28.654638,103.2295,794.24713,247.39027,138.07439,115.43417,12.430981,143.06615,129.35854,33.41803,687.8872,171.81082,3217.1335,32.367916,2833.989,79.24417,420.0802,2054.4473,76.926956,10.356817,1101.1394,898.0614,3204.7585,91.02902 +2023-08-08 14:00:00,0.0,17647.58,326.54736,28.694998,37.802135,31.08702,168.709,25.47398,35.959488,20.263552,22.183975,979.30365,228.93552,10.961293,142.86029,5.49226,0.45701247,27.557068,7.563819,1.7533932,343.5345,0.21546121,352.36328,44.671803,0.718123,2.012941,113.812935,16.556246,38.38232,96.91285,27436.512,0.10406756,1687.8477,0.3866676,0.2286986,0.09191477,0.51691616,148.15935,166.67468,24.00956,185.88576,24.355045,75.69016,2204.7131,2.424571,282.83502,171.87944,384.09583,120.9775,353.22018,36.189156,436.1766,0.0,2309.9443,12850.994,34.2812,543.27625,147.586,42527.168,131.67442,27.152496,141.67729,389.03308,64.75957,28.515186,228.6133,1983.5945,335.07224,154.26912,23.19886,16.698162,401.35028,70.79826,1183.6302,85.12446,2500.9028,197.01587,358.58014,81.290146,122.2016,6.6200547,10.37887,14.053626,2.3885818,1.8736638,71.97545,73.83575,77.48012,34.137794,33.324295,128.33348,8.023339,3057.6975,51.279682,71.11828,63.005005,73.580055,233.98181,88.596146,146.20296,14.212781,35.719147,85.3936,274.77032,571.68787,63.59496,294.8878,68.89502,124.964836,271.6366,365.17157,959.2106,161.04283,4.5495753,19.508736,7.5361743,42.64221,19189.709,3.1181982,22.84098,36.526344,31.645847,335.63098,51.616486,135.47415,2.5714357,126.09308,410.53693,272.6631,134.99516,505.93994,35.548653,100.56187,159.0092,10.5546,1.6131608,10.818046,1195.2035,0.076261826,0.27982795,48.568012,8.205795,3.6348014,3.841862,7.734529,92.49892,32.73656,86.6349,570.21674,237.50012,2087.473,1883.7866,20.357788,36.858982,10822.497,7.710303,76.076385,716.38165,146.26996,199.66788,86.668686,463.1147,834.2919,444.36987,20.849155,111.81685,1051.4187,2056.9534,57.143894,703.20636,62.494,1.0810355,62.026756,1.0548768,0.64412117,2.9689906,53.23853,137.3883,235.43672,17.707079,2973.7517,381.8105,149.86156,214.96304,90.90361,92.59241,63.203403,28.742878,103.2211,794.19965,247.4015,138.10144,115.40692,12.452285,143.08505,129.37433,33.399242,687.6207,171.77104,3214.859,32.368813,2832.9707,79.24696,420.0841,2053.317,76.89619,10.361669,1100.7595,897.8384,3203.2083,91.029144 +2023-08-08 15:00:00,0.0,17647.734,326.63013,28.71142,37.821087,31.096346,168.74449,25.481396,35.979282,20.265432,22.192287,979.8131,228.82529,10.973956,142.92491,5.4833684,0.45619938,27.560083,7.5508137,1.7504561,343.60242,0.21531466,352.50253,44.6848,0.717118,2.009717,113.85139,16.561415,38.39785,96.90168,27436.762,0.10393978,1688.539,0.38635445,0.22846317,0.09180645,0.51631284,148.1928,166.72095,24.006092,185.82057,24.374683,75.64571,2204.8865,2.4234369,282.62967,171.72878,384.20514,120.86626,353.32602,36.20067,435.7465,0.0,2309.479,12844.079,34.259438,543.342,147.55281,42522.418,131.6722,27.13885,141.52286,388.681,64.72434,28.50147,228.39151,1982.6959,335.03073,154.09616,23.184875,16.692379,401.45648,70.78484,1183.1628,85.124596,2501.0789,197.16815,358.3884,81.312256,122.156364,6.6188993,10.376435,14.044925,2.387985,1.8727326,71.9967,73.86838,77.510864,34.169273,33.347805,128.33296,8.030053,3057.3044,51.25428,71.08871,62.966064,73.51201,234.05093,88.576904,146.05847,14.206755,35.710457,85.33877,274.67654,571.7554,63.644657,294.93793,68.90589,124.91722,271.6274,364.8459,959.1788,161.0381,4.5520563,19.490927,7.530256,42.66205,19190.645,3.1191278,22.861877,36.55726,31.664234,335.63467,51.6457,135.50365,2.569734,126.099495,410.6298,272.61377,135.03357,505.86813,35.546906,100.55573,158.97314,10.553172,1.6132543,10.817881,1194.7502,0.0762281,0.2797043,48.569828,8.204257,3.6342742,3.8410869,7.7361226,92.48065,32.72742,86.635796,570.1985,237.5086,2087.7249,1883.78,20.375414,36.891632,10821.106,7.709656,76.114586,716.45825,146.34467,199.78528,86.704636,463.38602,834.42346,444.43512,20.865437,111.887634,1051.3207,2056.7192,57.187294,703.6914,62.568417,1.080954,62.025467,1.0545255,0.64387965,2.9680083,53.279728,137.46523,235.32193,17.699059,2972.323,381.97244,149.98991,215.14415,90.9545,92.57712,63.25672,28.831116,103.2127,794.1521,247.41273,138.1285,115.37967,12.473588,143.10397,129.39012,33.38045,687.35425,171.73125,3212.584,32.369705,2831.9521,79.249756,420.08804,2052.1863,76.86541,10.36652,1100.3798,897.6153,3201.6582,91.02926 +2023-08-08 16:00:00,0.0,17647.889,326.71286,28.727842,37.84004,31.105669,168.77997,25.48881,35.999073,20.267313,22.2006,980.3225,228.71504,10.986619,142.98952,5.474477,0.45538625,27.563099,7.537809,1.7475191,343.67035,0.2151681,352.6418,44.697796,0.716113,2.006493,113.88983,16.566584,38.413383,96.89051,27437.012,0.103812,1689.2302,0.38604125,0.22822775,0.091698125,0.5157096,148.22626,166.7672,24.002626,185.75537,24.394321,75.601265,2205.0598,2.4223025,282.42432,171.5781,384.31445,120.755005,353.43185,36.21218,435.31638,0.0,2309.0137,12837.163,34.237675,543.4077,147.51962,42517.668,131.66997,27.125202,141.36841,388.32895,64.68912,28.487755,228.16974,1981.7972,334.98926,153.92319,23.170889,16.686594,401.56265,70.77142,1182.6954,85.12473,2501.2551,197.32043,358.19672,81.33436,122.11113,6.617744,10.3740015,14.036222,2.387388,1.8718015,72.01795,73.90101,77.54162,34.200752,33.37132,128.33244,8.036766,3056.9114,51.228874,71.05914,62.927124,73.44396,234.12007,88.557655,145.91397,14.200729,35.701767,85.283936,274.5828,571.8229,63.694355,294.9881,68.91676,124.8696,271.6182,364.52017,959.147,161.03339,4.554538,19.473118,7.5243373,42.68189,19191.578,3.1200573,22.882776,36.588173,31.682621,335.63834,51.67491,135.53314,2.5680327,126.10592,410.72266,272.56445,135.07199,505.7963,35.54516,100.54961,158.93709,10.551744,1.6133476,10.817716,1194.297,0.07619437,0.27958065,48.571644,8.20272,3.6337469,3.840312,7.737716,92.46238,32.71828,86.63669,570.1802,237.5171,2087.9768,1883.7733,20.39304,36.924282,10819.717,7.7090087,76.15278,716.53485,146.41936,199.9027,86.74059,463.65735,834.5551,444.5004,20.88172,111.95843,1051.2227,2056.4849,57.230694,704.1764,62.642834,1.0808724,62.024174,1.0541743,0.64363813,2.967026,53.32093,137.54214,235.20714,17.691038,2970.894,382.13443,150.11829,215.32527,91.00538,92.56183,63.310036,28.919355,103.2043,794.1046,247.42397,138.15553,115.352425,12.494892,143.12288,129.40591,33.36166,687.0877,171.69147,3210.3093,32.3706,2830.9338,79.25255,420.09195,2051.056,76.83463,10.371371,1100.0,897.3922,3200.108,91.02937 +2023-08-08 17:00:00,0.0,17648.043,326.79562,28.744265,37.85899,31.114994,168.81544,25.496223,36.018867,20.269194,22.208912,980.832,228.6048,10.999282,143.05414,5.465585,0.45457312,27.566114,7.5248036,1.744582,343.73828,0.21502155,352.78107,44.71079,0.715108,2.0032694,113.92828,16.571754,38.428913,96.87935,27437.262,0.10368423,1689.9215,0.3857281,0.22799233,0.0915898,0.51510626,148.2597,166.81346,23.999159,185.69019,24.41396,75.556816,2205.2332,2.4211683,282.219,171.42741,384.42377,120.64375,353.5377,36.223694,434.88626,0.0,2308.5486,12830.248,34.215916,543.4735,147.48645,42512.918,131.66774,27.111557,141.21397,387.9769,64.653885,28.47404,227.94797,1980.8987,334.94775,153.75023,23.156904,16.68081,401.66885,70.757996,1182.2279,85.12486,2501.4312,197.47272,358.00497,81.35647,122.0659,6.616588,10.371568,14.02752,2.3867912,1.8708704,72.0392,73.93364,77.57237,34.23223,33.394833,128.33192,8.043479,3056.518,51.203472,71.02957,62.888187,73.37592,234.1892,88.538414,145.76949,14.194704,35.693073,85.229095,274.489,571.8904,63.744053,295.03824,68.92763,124.821976,271.609,364.19446,959.1151,161.02867,4.5570188,19.455309,7.518419,42.70173,19192.514,3.1209872,22.903673,36.619087,31.70101,335.64203,51.70412,135.56264,2.5663311,126.112335,410.8155,272.51514,135.1104,505.7245,35.54341,100.54347,158.90103,10.550317,1.6134411,10.817552,1193.8439,0.07616065,0.27945697,48.573463,8.201181,3.6332195,3.8395371,7.7393103,92.444115,32.70914,86.63758,570.16187,237.52559,2088.2288,1883.7667,20.410664,36.956932,10818.326,7.7083616,76.19097,716.6114,146.49405,200.0201,86.77654,463.92868,834.6867,444.56564,20.898003,112.02921,1051.1246,2056.2507,57.27409,704.66144,62.71725,1.0807909,62.022884,1.053823,0.6433966,2.9660437,53.36213,137.61908,235.09235,17.68302,2969.465,382.2964,150.24664,215.50638,91.05626,92.54654,63.36335,29.007595,103.1959,794.0571,247.4352,138.18259,115.32517,12.516196,143.1418,129.4217,33.342873,686.8212,171.65169,3208.0344,32.3715,2829.9155,79.25534,420.0959,2049.9253,76.803856,10.376223,1099.6201,897.1691,3198.5576,91.02949 +2023-08-08 18:00:00,0.0,17648.197,326.87836,28.760687,37.87794,31.124317,168.85092,25.503637,36.03866,20.271074,22.217224,981.34143,228.49457,11.011945,143.11876,5.4566936,0.45376003,27.56913,7.511799,1.741645,343.8062,0.214875,352.92032,44.723785,0.7141029,2.0000455,113.96673,16.576923,38.444447,96.86818,27437.514,0.103556454,1690.6128,0.3854149,0.2277569,0.09148148,0.514503,148.29315,166.85973,23.995691,185.625,24.433598,75.51236,2205.4062,2.4200342,282.01364,171.27675,384.5331,120.5325,353.64352,36.235207,434.45618,0.0,2308.0833,12823.332,34.194153,543.53925,147.45326,42508.168,131.66553,27.09791,141.05952,387.62488,64.61866,28.460323,227.7262,1980.0001,334.90625,153.57727,23.14292,16.675026,401.77502,70.744576,1181.7605,85.125,2501.6072,197.625,357.81326,81.37857,122.02067,6.6154327,10.369134,14.018819,2.3861945,1.8699392,72.060455,73.96627,77.60312,34.26371,33.418346,128.3314,8.050192,3056.125,51.178066,71.0,62.849247,73.30788,234.25833,88.51917,145.625,14.188679,35.684383,85.17426,274.39526,571.9579,63.79375,295.0884,68.9385,124.77435,271.5998,363.86877,959.0833,161.02396,4.5595,19.4375,7.5125003,42.72157,19193.45,3.1219168,22.924572,36.65,31.719397,335.64572,51.733334,135.59213,2.5646296,126.11875,410.90836,272.46582,135.14882,505.65265,35.541664,100.53734,158.86497,10.548889,1.6135346,10.817387,1193.3906,0.07612692,0.27933332,48.57528,8.199643,3.6326923,3.838762,7.740904,92.42585,32.7,86.63847,570.14355,237.53409,2088.4807,1883.76,20.42829,36.989582,10816.936,7.707715,76.229164,716.688,146.56876,200.1375,86.8125,464.2,834.81836,444.6309,20.914286,112.100006,1051.0266,2056.0164,57.31749,705.1464,62.791668,1.0807092,62.02159,1.0534717,0.6431551,2.9650614,53.40333,137.696,234.97754,17.675,2968.0364,382.45834,150.375,215.6875,91.10715,92.53125,63.416664,29.095835,103.1875,794.0096,247.44643,138.20964,115.29792,12.537499,143.1607,129.4375,33.32408,686.5547,171.6119,3205.7598,32.37239,2828.8972,79.25813,420.0998,2048.7947,76.77308,10.381074,1099.2404,896.94604,3197.0076,91.0296 +2023-08-08 19:00:00,0.0,17648.352,326.96112,28.77711,37.896893,31.133642,168.88641,25.511051,36.05845,20.272955,22.225536,981.8508,228.38432,11.024608,143.18336,5.4478025,0.4529469,27.572144,7.4987936,1.7387079,343.87418,0.21472844,353.05957,44.736782,0.7130979,1.9968216,114.00518,16.582092,38.459976,96.85701,27437.764,0.10342868,1691.3042,0.3851017,0.22752148,0.09137315,0.51389974,148.3266,166.90598,23.992224,185.55981,24.453236,75.46791,2205.5796,2.4189,281.80832,171.12607,384.64246,120.42126,353.74936,36.24672,434.02606,0.0,2307.6182,12816.417,34.17239,543.605,147.42007,42503.418,131.6633,27.084265,140.90509,387.2728,64.583435,28.446608,227.50443,1979.1014,334.86475,153.4043,23.128935,16.669243,401.8812,70.731155,1181.293,85.12513,2501.7832,197.77728,357.62152,81.40068,121.97543,6.6142774,10.3667,14.010117,2.3855977,1.8690081,72.0817,73.9989,77.63387,34.29519,33.441856,128.33089,8.056906,3055.732,51.15266,70.97043,62.810307,73.23983,234.32747,88.49993,145.48051,14.182653,35.675694,85.11943,274.30148,572.02545,63.84345,295.13858,68.94937,124.72673,271.5906,363.54306,959.0515,161.01924,4.561981,19.419691,7.506582,42.74141,19194.383,3.1228464,22.94547,36.680916,31.737785,335.6494,51.762543,135.62161,2.5629282,126.12517,411.00122,272.41653,135.18724,505.58084,35.539917,100.53121,158.82892,10.5474615,1.613628,10.817222,1192.9374,0.07609319,0.27920967,48.577095,8.198105,3.632165,3.8379872,7.7424974,92.40758,32.69086,86.63936,570.12524,237.54259,2088.7327,1883.7533,20.445915,37.022232,10815.546,7.707068,76.26736,716.7645,146.64345,200.25491,86.84846,464.4713,834.94995,444.69617,20.930569,112.17079,1050.9286,2055.7822,57.36089,705.6315,62.866085,1.0806277,62.020298,1.0531204,0.64291364,2.9640791,53.444534,137.77292,234.86275,17.666979,2966.6074,382.6203,150.50336,215.86862,91.15803,92.51596,63.469982,29.184072,103.1791,793.9621,247.45766,138.2367,115.27067,12.558804,143.17963,129.4533,33.30529,686.2882,171.57211,3203.4849,32.373287,2827.879,79.26093,420.1037,2047.6642,76.74231,10.385925,1098.8606,896.723,3195.4573,91.02972 +2023-08-08 20:00:00,0.0,17648.506,327.04388,28.793531,37.915844,31.142967,168.92189,25.518467,36.078243,20.274834,22.233849,982.3603,228.2741,11.037271,143.24799,5.438911,0.45213377,27.57516,7.485789,1.735771,343.9421,0.2145819,353.19882,44.74978,0.7120929,1.9935977,114.043625,16.587263,38.47551,96.84584,27438.014,0.10330091,1691.9955,0.38478854,0.22728606,0.09126484,0.5132964,148.36005,166.95224,23.988756,185.49463,24.472874,75.42346,2205.753,2.4177656,281.60297,170.97539,384.75177,120.310005,353.8552,36.258232,433.59595,0.0,2307.1528,12809.501,34.15063,543.6707,147.38689,42498.668,131.66107,27.070618,140.75064,386.92075,64.5482,28.432892,227.28264,1978.2029,334.82324,153.23134,23.11495,16.66346,401.9874,70.717735,1180.8256,85.12527,2501.9592,197.92958,357.4298,81.42279,121.9302,6.6131215,10.364265,14.001414,2.385001,1.8680769,72.10296,74.03154,77.66463,34.326668,33.46537,128.33037,8.063619,3055.3386,51.12726,70.94086,62.771366,73.17178,234.39659,88.48069,145.33603,14.176627,35.667004,85.06459,274.20773,572.09296,63.893147,295.18872,68.96024,124.67911,271.58142,363.21735,959.0197,161.01453,4.5644627,19.401882,7.5006633,42.761246,19195.318,3.1237762,22.966368,36.711826,31.756172,335.6531,51.791756,135.65111,2.5612266,126.131584,411.09406,272.36722,135.22565,505.50903,35.53817,100.52508,158.79286,10.546034,1.6137215,10.817057,1192.4843,0.07605947,0.27908602,48.57891,8.196568,3.6316376,3.837212,7.7440915,92.38931,32.68172,86.64025,570.10693,237.55107,2088.9846,1883.7467,20.46354,37.054882,10814.155,7.706421,76.30556,716.8411,146.71815,200.37231,86.88441,464.74265,835.08154,444.7614,20.94685,112.24158,1050.8306,2055.5479,57.404285,706.11646,62.940502,1.0805461,62.01901,1.0527691,0.6426721,2.9630969,53.485733,137.84985,234.74796,17.65896,2965.1785,382.78226,150.63171,216.04973,91.20891,92.50067,63.523296,29.272312,103.1707,793.91455,247.4689,138.26375,115.243416,12.580107,143.19853,129.46909,33.286503,686.02167,171.53232,3201.2102,32.374184,2826.8604,79.263725,420.10764,2046.5337,76.71153,10.390777,1098.4807,896.49994,3193.907,91.02983 +2023-08-08 21:00:00,0.0,17648.66,327.12662,28.809954,37.934795,31.15229,168.95737,25.52588,36.098034,20.276714,22.242163,982.8697,228.16385,11.0499325,143.3126,5.4300194,0.45132065,27.578175,7.4727836,1.7328339,344.01004,0.21443535,353.3381,44.762775,0.7110878,1.990374,114.08208,16.592432,38.49104,96.83467,27438.266,0.10317313,1692.6868,0.38447535,0.22705063,0.09115651,0.51269317,148.39351,166.9985,23.985289,185.42943,24.492512,75.379005,2205.926,2.4166315,281.39764,170.82472,384.86108,120.19875,353.96103,36.26975,433.16583,0.0,2306.6877,12802.586,34.12887,543.73645,147.3537,42493.914,131.65884,27.05697,140.5962,386.56873,64.51298,28.419176,227.06087,1977.3043,334.78177,153.05838,23.100965,16.657675,402.09357,70.704315,1180.358,85.125404,2502.1355,198.08186,357.2381,81.44489,121.884964,6.611966,10.361832,13.992713,2.384404,1.8671458,72.12421,74.06416,77.69538,34.358147,33.488884,128.32985,8.070332,3054.9456,51.101852,70.91129,62.732426,73.10374,234.46573,88.46144,145.19153,14.170602,35.658314,85.00976,274.11395,572.16046,63.942844,295.2389,68.971115,124.631485,271.5722,362.89163,958.9879,161.00981,4.5669436,19.384073,7.494745,42.781086,19196.254,3.1247058,22.987267,36.74274,31.774559,335.6568,51.82097,135.6806,2.5595253,126.13801,411.18692,272.3179,135.26407,505.4372,35.536423,100.51895,158.7568,10.544606,1.6138148,10.816892,1192.031,0.07602574,0.27896237,48.580727,8.195029,3.6311104,3.8364372,7.745685,92.37105,32.67258,86.64114,570.0886,237.55957,2089.2366,1883.74,20.481165,37.087532,10812.766,7.705774,76.34375,716.9177,146.79285,200.48972,86.920364,465.01398,835.2132,444.82666,20.963133,112.31237,1050.7325,2055.3137,57.447685,706.6015,63.014923,1.0804645,62.017715,1.0524179,0.6424306,2.9621148,53.526936,137.92677,234.63315,17.65094,2963.7498,382.94424,150.76009,216.23085,91.259796,92.48538,63.57661,29.360552,103.1623,793.86707,247.48013,138.29079,115.21616,12.601411,143.21745,129.48488,33.26771,685.7552,171.49254,3198.9353,32.37508,2825.842,79.26652,420.11154,2045.4032,76.680756,10.395628,1098.101,896.27686,3192.357,91.029945 +2023-08-08 22:00:00,0.0,17648.814,327.20938,28.826376,37.953747,31.161615,168.99286,25.533295,36.11783,20.278595,22.250475,983.37915,228.0536,11.062595,143.37723,5.421128,0.45050755,27.58119,7.459779,1.7298968,344.07797,0.2142888,353.47736,44.77577,0.7100828,1.9871501,114.12052,16.5976,38.506573,96.8235,27438.516,0.10304535,1693.378,0.38416216,0.22681522,0.09104819,0.51208985,148.42696,167.04475,23.981821,185.36424,24.51215,75.33456,2206.0994,2.4154973,281.1923,170.67404,384.9704,120.0875,354.06686,36.28126,432.73575,0.0,2306.2224,12795.67,34.107105,543.80225,147.32051,42489.164,131.65662,27.043325,140.44176,386.21664,64.47775,28.40546,226.8391,1976.4056,334.74026,152.8854,23.086979,16.651892,402.19977,70.69089,1179.8906,85.125534,2502.3115,198.23415,357.0464,81.467,121.83973,6.6108108,10.359398,13.984011,2.3838072,1.8662146,72.14546,74.0968,77.72613,34.389626,33.512398,128.32932,8.077045,3054.5525,51.07645,70.88172,62.69349,73.0357,234.53485,88.4422,145.04704,14.164577,35.649624,84.954926,274.0202,572.22797,63.99254,295.28903,68.98198,124.58387,271.56302,362.56595,958.9561,161.0051,4.5694246,19.366264,7.4888263,42.800926,19197.188,3.1256354,23.008163,36.773655,31.792948,335.6605,51.850178,135.7101,2.5578237,126.144424,411.2798,272.2686,135.30247,505.3654,35.534676,100.51282,158.72075,10.543178,1.6139083,10.816728,1191.5778,0.07599202,0.2788387,48.582542,8.193491,3.630583,3.8356624,7.7472787,92.352776,32.66344,86.64204,570.0703,237.56805,2089.4885,1883.7334,20.49879,37.120182,10811.375,7.705127,76.38194,716.99426,146.86754,200.60713,86.956314,465.2853,835.3448,444.89194,20.979416,112.383156,1050.6345,2055.0793,57.491085,707.0865,63.08934,1.080383,62.016426,1.0520666,0.6421891,2.9611325,53.568134,138.0037,234.51836,17.642921,2962.3208,383.1062,150.88844,216.41196,91.31068,92.47009,63.62993,29.448792,103.1539,793.8196,247.49136,138.31784,115.18891,12.622715,143.23636,129.50067,33.24892,685.48865,171.45276,3196.6604,32.375973,2824.8237,79.26931,420.11548,2044.2726,76.64998,10.400479,1097.7212,896.0538,3190.8066,91.03006 +2023-08-08 23:00:00,0.0,17648.97,327.29214,28.842798,37.9727,31.17094,169.02834,25.540709,36.13762,20.280476,22.258787,983.8886,227.94337,11.075258,143.44183,5.412236,0.44969442,27.584206,7.4467735,1.7269598,344.14594,0.21414225,353.6166,44.788765,0.7090778,1.9839262,114.15897,16.602772,38.522102,96.81234,27438.766,0.10291758,1694.0693,0.383849,0.2265798,0.090939865,0.51148653,148.4604,167.09102,23.978354,185.29906,24.531788,75.29011,2206.2727,2.414363,280.98697,170.52336,385.07974,119.97626,354.1727,36.292774,432.30563,0.0,2305.7573,12788.755,34.085346,543.868,147.28732,42484.414,131.6544,27.029678,140.28732,385.8646,64.44253,28.391745,226.61732,1975.5071,334.69876,152.71245,23.072994,16.646107,402.30594,70.67747,1179.4231,85.12567,2502.4875,198.38643,356.85464,81.48911,121.7945,6.609655,10.356964,13.975308,2.3832104,1.8652835,72.16671,74.12943,77.75688,34.421104,33.535908,128.3288,8.083758,3054.1592,51.051044,70.85215,62.65455,72.96765,234.60399,88.42296,144.90256,14.158551,35.64093,84.900085,273.92642,572.2955,64.04224,295.3392,68.99285,124.53625,271.5538,362.24023,958.92426,161.00038,4.571906,19.348454,7.482908,42.820766,19198.123,3.126565,23.029062,36.80457,31.811335,335.66418,51.87939,135.7396,2.556122,126.15084,411.37262,272.21927,135.3409,505.29355,35.53293,100.50668,158.6847,10.54175,1.6140018,10.816563,1191.1246,0.07595829,0.27871504,48.584362,8.191953,3.630056,3.8348873,7.7488728,92.33451,32.6543,86.64293,570.052,237.57655,2089.7405,1883.7267,20.516415,37.152832,10809.985,7.7044797,76.420135,717.07086,146.94225,200.72453,86.99227,465.55664,835.47644,444.95718,20.995699,112.45394,1050.5366,2054.8452,57.53448,707.57153,63.163757,1.0803014,62.015133,1.0517153,0.64194757,2.9601502,53.609337,138.08063,234.40356,17.634901,2960.892,383.26816,151.0168,216.59308,91.361565,92.4548,63.683243,29.537031,103.1455,793.77203,247.5026,138.3449,115.16166,12.644018,143.25528,129.51646,33.230133,685.22217,171.41296,3194.3857,32.37687,2823.8054,79.2721,420.1194,2043.1421,76.6192,10.405331,1097.3413,895.83075,3189.2566,91.03018 +2023-08-09 00:00:00,0.0,17649.125,327.37488,28.85922,37.99165,31.180264,169.06381,25.548122,36.15741,20.282356,22.2671,984.398,227.83313,11.087921,143.50645,5.4033446,0.4488813,27.587221,7.4337687,1.7240227,344.21387,0.2139957,353.75586,44.80176,0.7080727,1.9807024,114.19742,16.60794,38.537636,96.80117,27439.018,0.102789804,1694.7606,0.3835358,0.22634438,0.09083154,0.5108833,148.49385,167.13728,23.974886,185.23387,24.551426,75.24565,2206.4458,2.4132288,280.78162,170.3727,385.18906,119.865005,354.27853,36.304287,431.87552,0.0,2305.292,12781.839,34.063583,543.9337,147.25415,42479.664,131.65218,27.016033,140.13287,385.51257,64.407295,28.378029,226.39555,1974.6085,334.65726,152.53949,23.05901,16.640324,402.4121,70.66405,1178.9557,85.1258,2502.6636,198.53871,356.66293,81.511215,121.74927,6.6084995,10.35453,13.966607,2.3826137,1.8643523,72.187965,74.16206,77.787636,34.452583,33.55942,128.32828,8.090471,3053.766,51.02564,70.82258,62.61561,72.899605,234.67311,88.40372,144.75807,14.152525,35.63224,84.84525,273.83267,572.36304,64.091934,295.38934,69.00372,124.488625,271.54462,361.91452,958.89246,160.99567,4.574387,19.330645,7.4769897,42.840607,19199.059,3.1274948,23.04996,36.835484,31.829723,335.66788,51.9086,135.76909,2.5544207,126.15726,411.46548,272.16995,135.37932,505.22174,35.53118,100.50056,158.64864,10.540322,1.6140952,10.816398,1190.6714,0.07592456,0.2785914,48.586178,8.190415,3.6295285,3.8341124,7.7504663,92.316246,32.64516,86.643814,570.03375,237.58504,2089.9924,1883.72,20.53404,37.185482,10808.595,7.7038326,76.458336,717.1474,147.01694,200.84193,87.02823,465.82794,835.60803,445.02243,21.011982,112.524734,1050.4386,2054.6108,57.57788,708.0565,63.238174,1.0802199,62.01384,1.051364,0.64170605,2.959168,53.650536,138.15755,234.28877,17.62688,2959.4631,383.4301,151.14516,216.7742,91.412445,92.439514,63.736557,29.625269,103.1371,793.72455,247.51382,138.37195,115.13441,12.665322,143.27419,129.53226,33.21134,684.9557,171.37318,3192.1108,32.377766,2822.7869,79.274895,420.12332,2042.0116,76.58843,10.410181,1096.9615,895.60767,3187.7063,91.0303 +2023-08-09 01:00:00,0.0,17649.28,327.45764,28.875643,38.0106,31.189589,169.0993,25.555538,36.177204,20.284237,22.275412,984.9075,227.7229,11.100584,143.57108,5.394453,0.44806817,27.590237,7.4207635,1.7210857,344.2818,0.21384916,353.89514,44.81476,0.7070677,1.9774785,114.23587,16.61311,38.553165,96.79,27439.268,0.10266203,1695.4519,0.3832226,0.22610895,0.09072322,0.51028,148.5273,167.18353,23.971418,185.16869,24.571064,75.2012,2206.6191,2.4120946,280.5763,170.22202,385.29837,119.75375,354.38437,36.3158,431.4454,0.0,2304.8267,12774.923,34.04182,543.99945,147.22096,42474.914,131.64995,27.002386,139.97844,385.1605,64.37207,28.364313,226.17378,1973.7098,334.61575,152.36652,23.045025,16.63454,402.5183,70.65063,1178.4882,85.12594,2502.8396,198.691,356.4712,81.533325,121.70403,6.6073437,10.352096,13.957905,2.382017,1.8634212,72.20921,74.194695,77.81838,34.484062,33.582935,128.32776,8.097185,3053.373,51.000237,70.793015,62.576668,72.83156,234.74225,88.38447,144.61357,14.1465,35.62355,84.79042,273.7389,572.43054,64.14163,295.4395,69.014595,124.441,271.53543,361.5888,958.86066,160.99095,4.5768685,19.312836,7.4710712,42.860447,19199.992,3.1284244,23.070858,36.866398,31.84811,335.67157,51.937813,135.79858,2.552719,126.16368,411.55835,272.12067,135.41772,505.1499,35.529434,100.49442,158.61258,10.538895,1.6141887,10.816233,1190.2181,0.07589084,0.27846774,48.587994,8.188877,3.6290011,3.8333375,7.75206,92.29797,32.636024,86.64471,570.01544,237.59354,2090.2444,1883.7134,20.551666,37.218132,10807.204,7.7031856,76.49653,717.224,147.09163,200.95934,87.06418,466.09927,835.7397,445.0877,21.028263,112.59552,1050.3406,2054.3767,57.621277,708.54156,63.31259,1.0801382,62.01255,1.0510126,0.64146453,2.9581857,53.69174,138.23447,234.17397,17.618862,2958.0342,383.59207,151.27353,216.9553,91.463326,92.424225,63.789875,29.713509,103.12869,793.67706,247.52505,138.399,115.10716,12.686626,143.2931,129.54805,33.19255,684.68915,171.3334,3189.8362,32.37866,2821.7686,79.27769,420.12723,2040.8811,76.557655,10.415032,1096.5818,895.3846,3186.156,91.03041 +2023-08-09 02:00:00,0.0,17649.434,327.54037,28.892065,38.029552,31.198912,169.13478,25.562952,36.196995,20.286116,22.283724,985.4169,227.61266,11.113247,143.6357,5.385562,0.44725507,27.593252,7.4077587,1.7181486,344.34973,0.2137026,354.0344,44.82775,0.7060627,1.9742547,114.274315,16.61828,38.5687,96.77883,27439.518,0.10253426,1696.1432,0.38290945,0.22587353,0.09061489,0.5096767,148.56076,167.2298,23.96795,185.1035,24.590702,75.15675,2206.7925,2.4109604,280.37094,170.07133,385.4077,119.6425,354.49023,36.327312,431.01532,0.0,2304.3613,12768.008,34.02006,544.0652,147.18777,42470.164,131.64772,26.98874,139.82399,384.80844,64.336845,28.350597,225.952,1972.8113,334.57425,152.19356,23.03104,16.628756,402.62448,70.63721,1178.0208,85.126076,2503.0159,198.84328,356.2795,81.55543,121.6588,6.6061883,10.349662,13.949203,2.38142,1.86249,72.23047,74.227325,77.84914,34.515537,33.606445,128.32724,8.103898,3052.9797,50.97483,70.76344,62.53773,72.76351,234.81137,88.36523,144.46909,14.140474,35.61486,84.73559,273.64514,572.49805,64.19133,295.48965,69.02547,124.39338,271.5262,361.26312,958.82886,160.98624,4.5793495,19.295027,7.4651527,42.880287,19200.928,3.129354,23.091755,36.897312,31.866497,335.67523,51.967026,135.82808,2.5510175,126.1701,411.65118,272.07135,135.45615,505.0781,35.527687,100.48829,158.57652,10.537467,1.614282,10.816068,1189.7649,0.07585711,0.27834406,48.58981,8.187339,3.628474,3.8325624,7.753654,92.27971,32.626884,86.6456,569.99713,237.60202,2090.4963,1883.7067,20.569292,37.250782,10805.814,7.7025385,76.53472,717.3006,147.16634,201.07675,87.100136,466.3706,835.8713,445.15295,21.044546,112.66631,1050.2426,2054.1423,57.664677,709.02655,63.38701,1.0800567,62.011257,1.0506613,0.641223,2.9572034,53.732937,138.3114,234.05917,17.610842,2956.6055,383.75403,151.40189,217.13643,91.51421,92.408936,63.84319,29.801748,103.12029,793.6295,247.53629,138.42606,115.07991,12.70793,143.31201,129.56384,33.173763,684.42267,171.29361,3187.5613,32.379555,2820.7502,79.28049,420.13116,2039.7505,76.52688,10.419884,1096.2019,895.1615,3184.606,91.030525 +2023-08-09 03:00:00,0.0,17649.588,327.62314,28.908487,38.048504,31.208237,169.17026,25.570366,36.21679,20.287996,22.292036,985.92633,227.50241,11.12591,143.7003,5.3766704,0.44644195,27.596268,7.3947535,1.7152116,344.4177,0.21355605,354.17365,44.840748,0.7050577,1.9710308,114.31277,16.62345,38.584232,96.76766,27439.768,0.10240648,1696.8345,0.38259625,0.2256381,0.09050657,0.50907344,148.59421,167.27605,23.964485,185.0383,24.610342,75.112305,2206.9658,2.409826,280.16562,169.92067,385.51703,119.53126,354.59607,36.338825,430.5852,0.0,2303.8962,12761.092,33.9983,544.1309,147.15459,42465.414,131.6455,26.975094,139.66956,384.45642,64.30161,28.336882,225.73022,1971.9127,334.53278,152.0206,23.017056,16.622972,402.73068,70.62378,1177.5533,85.126205,2503.192,198.99557,356.08777,81.57754,121.61356,6.605033,10.347228,13.940501,2.3808231,1.8615589,72.25172,74.25996,77.87989,34.547016,33.62996,128.32672,8.110611,3052.5867,50.94943,70.73387,62.49879,72.69547,234.88051,88.345985,144.3246,14.134449,35.60617,84.68075,273.55136,572.56555,64.24103,295.53983,69.03634,124.34576,271.51703,360.9374,958.79706,160.98152,4.581831,19.277218,7.459234,42.900127,19201.863,3.1302836,23.112654,36.928226,31.884886,335.67892,51.996235,135.85757,2.5493162,126.17651,411.74405,272.02203,135.49455,505.00626,35.52594,100.48216,158.54047,10.536039,1.6143755,10.815904,1189.3118,0.07582338,0.27822042,48.591625,8.1858015,3.6279466,3.8317876,7.7552476,92.261444,32.617744,86.64649,569.9788,237.61052,2090.7485,1883.7,20.586916,37.283432,10804.424,7.7018914,76.572914,717.37714,147.24103,201.19415,87.136086,466.64194,836.0029,445.2182,21.06083,112.7371,1050.1445,2053.9082,57.708076,709.5116,63.461426,1.0799751,62.009964,1.0503101,0.6409815,2.956221,53.77414,138.38832,233.94438,17.602821,2955.1765,383.91602,151.53024,217.31754,91.565094,92.39365,63.896503,29.889988,103.11189,793.58203,247.54753,138.4531,115.05266,12.729234,143.33093,129.57964,33.154972,684.1561,171.25383,3185.2866,32.38045,2819.732,79.28328,420.13507,2038.62,76.4961,10.424735,1095.8221,894.9384,3183.0557,91.03064 +2023-08-09 04:00:00,0.0,17649.742,327.7059,28.92491,38.067455,31.217562,169.20575,25.57778,36.23658,20.289877,22.30035,986.4358,227.39218,11.138573,143.76492,5.367779,0.44562882,27.599283,7.3817487,1.7122746,344.48563,0.2134095,354.3129,44.853745,0.7040526,1.9678069,114.35121,16.628618,38.599762,96.75649,27440.02,0.1022787,1697.5258,0.3822831,0.22540268,0.090398245,0.5084701,148.62766,167.32231,23.961018,184.97311,24.62998,75.06785,2207.139,2.408692,279.96027,169.76999,385.62634,119.420006,354.7019,36.350338,430.1551,0.0,2303.431,12754.177,33.976536,544.1967,147.1214,42460.664,131.64328,26.961447,139.5151,384.10437,64.26639,28.323166,225.50845,1971.014,334.49127,151.84763,23.003069,16.617188,402.83685,70.61036,1177.0858,85.12634,2503.368,199.14786,355.89606,81.59965,121.56834,6.603877,10.344794,13.931799,2.3802264,1.8606278,72.27297,74.29259,77.91064,34.578495,33.653473,128.3262,8.117324,3052.1936,50.924023,70.7043,62.45985,72.627426,234.94965,88.326744,144.18011,14.128423,35.59748,84.625916,273.4576,572.63306,64.290726,295.58997,69.0472,124.29814,271.5078,360.6117,958.7652,160.97679,4.584312,19.259409,7.4533157,42.919968,19202.797,3.1312134,23.13355,36.95914,31.903273,335.68262,52.025448,135.88707,2.5476146,126.18293,411.8369,271.97272,135.53297,504.93445,35.524193,100.47603,158.50441,10.534612,1.6144689,10.815739,1188.8585,0.07578966,0.27809677,48.593445,8.184263,3.6274192,3.8310125,7.756841,92.24317,32.608604,86.647385,569.9605,237.619,2091.0005,1883.6934,20.604542,37.316082,10803.034,7.7012444,76.61111,717.45374,147.31573,201.31155,87.17204,466.91327,836.1345,445.28348,21.077112,112.807884,1050.0465,2053.6738,57.751472,709.9966,63.535843,1.0798936,62.008675,1.0499588,0.64074,2.9552388,53.81534,138.46524,233.82959,17.594803,2953.7476,384.07797,151.6586,217.49866,91.615974,92.37836,63.94982,29.978226,103.10349,793.53455,247.55876,138.48015,115.025406,12.750537,143.34984,129.59543,33.13618,683.88965,171.21404,3183.0117,32.381344,2818.7134,79.28607,420.139,2037.4895,76.465324,10.429586,1095.4424,894.7154,3181.5054,91.030754 +2023-08-09 05:00:00,0.0,17649.896,327.78864,28.941332,38.086407,31.226885,169.24123,25.585196,36.25637,20.291758,22.308662,986.9452,227.28194,11.151236,143.82954,5.358887,0.44481573,27.602299,7.3687434,1.7093375,344.55356,0.21326295,354.45218,44.86674,0.7030476,1.9645832,114.38966,16.63379,38.615295,96.74533,27440.27,0.10215093,1698.217,0.3819699,0.22516726,0.09028992,0.50786686,148.6611,167.36858,23.95755,184.90793,24.649618,75.0234,2207.3123,2.4075577,279.7549,169.61932,385.73566,119.308754,354.80774,36.36185,429.725,0.0,2302.9658,12747.261,33.954777,544.26245,147.08821,42455.914,131.64105,26.947802,139.36067,383.7523,64.23116,28.30945,225.28668,1970.1155,334.44977,151.67467,22.989084,16.611404,402.94302,70.59694,1176.6184,85.12648,2503.544,199.30014,355.7043,81.62175,121.5231,6.6027217,10.3423605,13.923097,2.3796296,1.8596966,72.29422,74.325226,77.94139,34.609974,33.676987,128.32568,8.124038,3051.8003,50.89862,70.67473,62.42091,72.55938,235.01877,88.307495,144.03561,14.122397,35.588787,84.57108,273.36383,572.70056,64.34042,295.64014,69.058075,124.25052,271.49863,360.286,958.7334,160.97208,4.586793,19.2416,7.447397,42.939804,19203.732,3.132143,23.15445,36.990055,31.92166,335.6863,52.054657,135.91656,2.545913,126.18935,411.92975,271.9234,135.57138,504.8626,35.522446,100.469894,158.46835,10.533184,1.6145624,10.815574,1188.4053,0.07575593,0.27797312,48.59526,8.182725,3.626892,3.8302376,7.7584352,92.22491,32.599464,86.64827,569.9422,237.6275,2091.2524,1883.6866,20.622168,37.348732,10801.644,7.7005973,76.64931,717.53033,147.39043,201.42897,87.208,467.18457,836.2662,445.34872,21.093393,112.87868,1049.9485,2053.4397,57.794872,710.4816,63.610264,1.0798119,62.00738,1.0496075,0.64049846,2.9542565,53.85654,138.54218,233.71478,17.586782,2952.3188,384.23993,151.78696,217.67978,91.66686,92.36307,64.003136,30.066465,103.09509,793.487,247.56999,138.5072,114.99815,12.771841,143.36876,129.61122,33.117393,683.6231,171.17426,3180.737,32.38224,2817.695,79.288864,420.1429,2036.359,76.434555,10.434438,1095.0625,894.4923,3179.9553,91.03087 +2023-08-09 06:00:00,0.0,17650.05,327.8714,28.957754,38.10536,31.23621,169.2767,25.59261,36.276165,20.293638,22.316975,987.45465,227.1717,11.1638975,143.89417,5.3499956,0.4440026,27.605314,7.3557386,1.7064005,344.6215,0.21311639,354.59143,44.879734,0.7020426,1.9613593,114.42811,16.638958,38.630825,96.73416,27440.52,0.102023154,1698.9083,0.3816567,0.22493184,0.0901816,0.50726354,148.69455,167.41483,23.954082,184.84274,24.669256,74.97895,2207.4856,2.4064233,279.5496,169.46864,385.845,119.1975,354.91357,36.373363,429.2949,0.0,2302.5005,12740.346,33.933014,544.3282,147.05502,42451.164,131.63882,26.934155,139.20622,383.40024,64.19594,28.295734,225.06491,1969.2169,334.40826,151.50171,22.9751,16.605621,403.04922,70.58352,1176.1509,85.12661,2503.72,199.45242,355.5126,81.64386,121.47787,6.6015663,10.339926,13.914395,2.3790329,1.8587655,72.315475,74.35786,77.972145,34.641453,33.700497,128.32516,8.130751,3051.4072,50.873215,70.645164,62.381973,72.49133,235.0879,88.28825,143.89113,14.116372,35.580097,84.51624,273.27008,572.7681,64.39012,295.6903,69.06895,124.202896,271.48944,359.9603,958.7016,160.96736,4.5892744,19.223791,7.4414787,42.959644,19204.666,3.1330726,23.175346,37.02097,31.940048,335.69,52.08387,135.94604,2.5442116,126.19577,412.0226,271.87408,135.6098,504.7908,35.5207,100.46377,158.4323,10.531756,1.6146559,10.815409,1187.9521,0.0757222,0.27784947,48.597076,8.181187,3.6263647,3.8294628,7.760029,92.20664,32.590324,86.64916,569.9239,237.636,2091.5044,1883.68,20.639791,37.381382,10800.253,7.69995,76.6875,717.6069,147.46512,201.54637,87.24395,467.4559,836.39777,445.414,21.109676,112.94946,1049.8505,2053.2053,57.838272,710.9666,63.68468,1.0797304,62.006092,1.0492562,0.64025694,2.9532743,53.89774,138.6191,233.59999,17.578762,2950.89,384.4019,151.91533,217.86089,91.71774,92.347786,64.05645,30.154705,103.08669,793.4395,247.58122,138.53426,114.9709,12.793145,143.38766,129.62701,33.098602,683.3566,171.13448,3178.4622,32.383137,2816.6768,79.29166,420.14685,2035.2284,76.40378,10.439289,1094.6827,894.2692,3178.405,91.03098 +2023-08-09 07:00:00,0.0,17650.205,327.95416,28.974176,38.12431,31.245535,169.3122,25.600023,36.295956,20.295519,22.325287,987.96405,227.06146,11.17656,143.95877,5.341104,0.44318947,27.60833,7.342734,1.7034634,344.68945,0.21296985,354.73068,44.89273,0.7010375,1.9581354,114.46656,16.644127,38.64636,96.72299,27440.771,0.10189538,1699.5997,0.38134354,0.22469641,0.09007327,0.5066603,148.728,167.46109,23.950615,184.77756,24.688894,74.934494,2207.6587,2.4052892,279.34424,169.31796,385.9543,119.08625,355.0194,36.38488,428.86478,0.0,2302.0354,12733.43,33.91125,544.3939,147.02184,42446.414,131.6366,26.92051,139.05179,383.04822,64.160706,28.282019,224.84312,1968.3182,334.36676,151.32874,22.961115,16.599836,403.1554,70.57009,1175.6835,85.12675,2503.8962,199.6047,355.3209,81.66596,121.43263,6.6004105,10.337492,13.905693,2.3784359,1.8578343,72.33673,74.39049,78.00289,34.67293,33.72401,128.32465,8.137464,3051.0142,50.84781,70.61559,62.343033,72.42329,235.15703,88.26901,143.74664,14.110347,35.571407,84.46141,273.17633,572.83563,64.43982,295.74045,69.07982,124.15527,271.48022,359.63458,958.6698,160.96265,4.5917554,19.20598,7.43556,42.979485,19205.602,3.1340024,23.196245,37.051884,31.958435,335.6937,52.113083,135.97554,2.54251,126.20219,412.11548,271.82477,135.64822,504.71896,35.51895,100.457634,158.39624,10.530329,1.6147492,10.815245,1187.4989,0.07568848,0.2777258,48.598892,8.179649,3.6258373,3.8286877,7.7616224,92.18837,32.581184,86.650055,569.9056,237.64449,2091.7563,1883.6733,20.657417,37.414032,10798.863,7.699303,76.72569,717.6835,147.53983,201.66377,87.27991,467.72723,836.5294,445.47925,21.12596,113.020256,1049.7526,2052.9712,57.881668,711.45166,63.759098,1.0796489,62.0048,1.0489049,0.6400154,2.9522922,53.938942,138.69601,233.4852,17.570744,2949.461,384.56384,152.04369,218.042,91.76863,92.3325,64.109764,30.242945,103.07829,793.39197,247.59245,138.56131,114.94365,12.814448,143.40659,129.6428,33.07981,683.0901,171.09468,3176.1873,32.38403,2815.6584,79.29445,420.15076,2034.0979,76.373,10.44414,1094.303,894.04614,3176.855,91.0311 +2023-08-09 08:00:00,0.0,17650.36,328.0369,28.990599,38.14326,31.254858,169.34767,25.607437,36.315746,20.297398,22.3336,988.4735,226.95122,11.189223,144.02339,5.3322124,0.44237635,27.611345,7.3297286,1.7005264,344.7574,0.2128233,354.86993,44.905727,0.70003253,1.9549116,114.505005,16.649298,38.66189,96.71182,27441.021,0.10176761,1700.291,0.38103035,0.22446099,0.089964956,0.50605696,148.76146,167.50735,23.947147,184.71237,24.708532,74.890045,2207.832,2.404155,279.13892,169.1673,386.06366,118.975006,355.12524,36.396393,428.43466,0.0,2301.57,12726.515,33.889492,544.45966,146.98866,42441.664,131.63437,26.906862,138.89734,382.69614,64.12548,28.268303,224.62135,1967.4197,334.32526,151.15578,22.94713,16.594053,403.2616,70.55667,1175.216,85.12688,2504.0723,199.75699,355.12918,81.68807,121.3874,6.599255,10.335058,13.896991,2.377839,1.8569032,72.35798,74.42312,78.033646,34.70441,33.747524,128.32413,8.144177,3050.6208,50.822407,70.58602,62.304092,72.35525,235.22617,88.24977,143.60216,14.104321,35.562717,84.40658,273.08255,572.90314,64.48952,295.79062,69.09069,124.10765,271.47104,359.30887,958.638,160.95793,4.594237,19.188171,7.4296417,42.999325,19206.537,3.134932,23.217142,37.082794,31.976824,335.6974,52.142292,136.00504,2.5408084,126.2086,412.2083,271.77548,135.68663,504.64716,35.517204,100.4515,158.36018,10.528901,1.6148427,10.81508,1187.0457,0.07565475,0.27760214,48.600708,8.178111,3.6253102,3.8279128,7.7632165,92.170105,32.572044,86.65095,569.8873,237.65298,2092.0083,1883.6666,20.675043,37.446682,10797.473,7.698656,76.763885,717.76,147.61452,201.78119,87.31586,467.99857,836.661,445.5445,21.142242,113.09104,1049.6545,2052.7368,57.925068,711.93665,63.833515,1.0795673,62.003506,1.0485537,0.6397739,2.95131,53.98014,138.77295,233.3704,17.562723,2948.0322,384.72583,152.17204,218.22311,91.81951,92.31721,64.16308,30.331184,103.06989,793.3445,247.60368,138.58836,114.9164,12.8357525,143.42549,129.6586,33.061024,682.8236,171.0549,3173.9126,32.384926,2814.64,79.29724,420.1547,2032.9674,76.342224,10.448992,1093.9231,893.82306,3175.3047,91.03122 +2023-08-09 09:00:00,0.0,17650.516,328.11966,29.00702,38.162216,31.264183,169.38315,25.614851,36.33554,20.299278,22.341911,988.983,226.84099,11.201886,144.08801,5.323321,0.44156325,27.61436,7.316724,1.6975893,344.82532,0.21267675,355.00922,44.918724,0.6990275,1.9516877,114.54346,16.654467,38.67742,96.70065,27441.271,0.10163983,1700.9823,0.38071716,0.22422557,0.08985663,0.5054537,148.7949,167.5536,23.94368,184.64717,24.72817,74.8456,2208.0054,2.4030209,278.93356,169.01662,386.17297,118.863754,355.23108,36.407906,428.00458,0.0,2301.105,12719.599,33.86773,544.52545,146.95547,42436.91,131.63216,26.893215,138.7429,382.3441,64.090256,28.254587,224.39958,1966.521,334.28378,150.98282,22.933146,16.588268,403.36777,70.54325,1174.7485,85.127014,2504.2483,199.90927,354.93744,81.71018,121.34217,6.598099,10.332624,13.888289,2.3772423,1.855972,72.379234,74.45575,78.0644,34.73589,33.771034,128.32361,8.15089,3050.2278,50.797,70.55645,62.265152,72.2872,235.29529,88.23052,143.45766,14.098295,35.554028,84.35174,272.9888,572.97064,64.539215,295.84076,69.101555,124.06003,271.46182,358.9832,958.6062,160.95322,4.596718,19.170362,7.423723,43.019165,19207.47,3.1358616,23.23804,37.11371,31.99521,335.70108,52.171505,136.03453,2.539107,126.21502,412.30118,271.72617,135.72505,504.57532,35.515457,100.44537,158.32413,10.527473,1.6149361,10.814915,1186.5925,0.075621024,0.2774785,48.602528,8.176573,3.6247828,3.8271377,7.76481,92.15183,32.562904,86.65184,569.869,237.66147,2092.2603,1883.66,20.692667,37.479332,10796.083,7.698009,76.802086,717.8366,147.68921,201.89859,87.351814,468.2699,836.79266,445.60977,21.158525,113.16183,1049.5565,2052.5027,57.968468,712.4217,63.907932,1.0794857,62.002216,1.0482024,0.6395324,2.9503276,54.021343,138.84987,233.2556,17.554705,2946.6033,384.8878,152.3004,218.40424,91.87039,92.30192,64.2164,30.419422,103.06149,793.297,247.61491,138.6154,114.889145,12.857056,143.44441,129.6744,33.042233,682.5571,171.01512,3171.6377,32.385822,2813.6216,79.30003,420.1586,2031.8369,76.31145,10.453843,1093.5433,893.60004,3173.7544,91.031334 +2023-08-09 10:00:00,0.0,17650.67,328.2024,29.023443,38.181168,31.273506,169.41864,25.622267,36.35533,20.301159,22.350224,989.4924,226.73074,11.214549,144.15263,5.3144298,0.44075012,27.617376,7.3037186,1.6946523,344.89325,0.2125302,355.14847,44.931717,0.6980224,1.9484639,114.5819,16.659636,38.69295,96.68948,27441.521,0.10151206,1701.6736,0.380404,0.22399016,0.08974831,0.5048504,148.82835,167.59987,23.940212,184.58199,24.747808,74.80115,2208.1785,2.4018865,278.72824,168.86594,386.2823,118.7525,355.3369,36.41942,427.57446,0.0,2300.6396,12712.683,33.845966,544.5912,146.92229,42432.16,131.62993,26.87957,138.58846,381.99207,64.05503,28.240871,224.17781,1965.6224,334.24228,150.80984,22.919159,16.582485,403.47394,70.52983,1174.281,85.12715,2504.4243,200.06157,354.74573,81.732285,121.296936,6.596944,10.330191,13.879587,2.3766456,1.8550409,72.40048,74.48838,78.095146,34.76737,33.794548,128.32309,8.157603,3049.8347,50.7716,70.52688,62.226215,72.219154,235.36443,88.21128,143.31317,14.09227,35.545338,84.296906,272.89502,573.03815,64.58891,295.89093,69.11243,124.01241,271.45264,358.65747,958.57434,160.9485,4.599199,19.152554,7.4178047,43.039005,19208.406,3.1367912,23.258938,37.144623,32.0136,335.70477,52.200718,136.06403,2.5374055,126.22144,412.39404,271.67685,135.76346,504.5035,35.513706,100.43924,158.28807,10.526046,1.6150296,10.81475,1186.1393,0.0755873,0.27735484,48.604343,8.1750345,3.6242557,3.8263628,7.7664037,92.13357,32.553764,86.652725,569.8507,237.66997,2092.5122,1883.6533,20.710293,37.511986,10794.692,7.697362,76.84028,717.9132,147.76392,202.01599,87.38777,468.54123,836.92426,445.67502,21.174807,113.23262,1049.4585,2052.2683,58.011864,712.9067,63.98235,1.0794041,62.000923,1.0478511,0.63929087,2.9493454,54.062542,138.92679,233.14081,17.546684,2945.1743,385.04974,152.42876,218.58534,91.92128,92.28663,64.269714,30.507662,103.05309,793.24945,247.62616,138.64246,114.8619,12.87836,143.46332,129.69019,33.02344,682.2906,170.97533,3169.363,32.38672,2812.6033,79.30283,420.16254,2030.7063,76.28068,10.458694,1093.1636,893.37695,3172.2043,91.03145 +2023-08-09 11:00:00,0.0,17650.824,328.28516,29.039865,38.20012,31.282831,169.45412,25.62968,36.375126,20.30304,22.358536,990.00183,226.6205,11.227212,144.21724,5.305538,0.439937,27.620392,7.290714,1.6917152,344.9612,0.21238364,355.28772,44.944714,0.69701743,1.94524,114.620346,16.664806,38.708485,96.67832,27441.773,0.10138428,1702.3649,0.3800908,0.22375473,0.089639984,0.5042471,148.8618,167.64612,23.936745,184.5168,24.767447,74.75669,2208.3518,2.4007523,278.5229,168.71527,386.3916,118.64125,355.44275,36.43093,427.14435,0.0,2300.1743,12705.768,33.824207,544.6569,146.8891,42427.41,131.6277,26.865923,138.43402,381.64,64.0198,28.227156,223.95604,1964.7239,334.20078,150.63689,22.905174,16.5767,403.58014,70.51641,1173.8136,85.12728,2504.6003,200.21385,354.554,81.754395,121.2517,6.5957885,10.327756,13.870885,2.3760488,1.8541098,72.42174,74.52101,78.1259,34.798847,33.81806,128.32257,8.164316,3049.4417,50.746193,70.497314,62.187275,72.15111,235.43356,88.19204,143.16869,14.086245,35.536648,84.24207,272.80127,573.10565,64.63861,295.94107,69.1233,123.96479,271.44345,358.33176,958.54254,160.94379,4.6016803,19.134745,7.4118867,43.058846,19209.342,3.137721,23.279837,37.175537,32.031986,335.70844,52.229927,136.09352,2.535704,126.22786,412.48688,271.62753,135.80188,504.4317,35.51196,100.433105,158.25201,10.524618,1.615123,10.814585,1185.686,0.07555357,0.2772312,48.60616,8.173497,3.6237283,3.825588,7.7679973,92.1153,32.544624,86.65362,569.8324,237.67845,2092.7642,1883.6467,20.727919,37.544636,10793.302,7.696715,76.87847,717.98975,147.83861,202.1334,87.42372,468.81253,837.05585,445.74026,21.19109,113.303406,1049.3605,2052.0342,58.055264,713.3917,64.05677,1.0793226,61.999634,1.0474998,0.63904935,2.948363,54.103745,139.00372,233.02602,17.538664,2943.7456,385.2117,152.55713,218.76646,91.97216,92.27134,64.32303,30.595901,103.04469,793.20197,247.63739,138.66951,114.83465,12.899664,143.48224,129.70598,33.004654,682.0241,170.93555,3167.0881,32.38761,2811.585,79.305626,420.16644,2029.5758,76.2499,10.463546,1092.7837,893.1539,3170.654,91.03156 +2023-08-09 12:00:00,0.0,17650.979,328.36792,29.056288,38.21907,31.292156,169.4896,25.637094,36.394917,20.30492,22.366848,990.5112,226.51027,11.239875,144.28186,5.2966466,0.4391239,27.623407,7.2777085,1.6887782,345.02914,0.2122371,355.42697,44.95771,0.6960124,1.9420161,114.6588,16.669975,38.724014,96.66715,27442.023,0.101256505,1703.0562,0.37977764,0.22351931,0.08953166,0.5036439,148.89525,167.69238,23.933277,184.45161,24.787085,74.71224,2208.5251,2.3996181,278.31757,168.56459,386.50095,118.53001,355.54858,36.442444,426.71423,0.0,2299.709,12698.852,33.802444,544.72266,146.85591,42422.66,131.62547,26.852278,138.27957,381.28793,63.984573,28.21344,223.73425,1963.8252,334.15927,150.46393,22.89119,16.570917,403.6863,70.50298,1173.3462,85.12742,2504.7766,200.36613,354.36227,81.7765,121.20647,6.5946326,10.325322,13.862184,2.375452,1.8531786,72.442986,74.55365,78.156654,34.830326,33.841576,128.32205,8.17103,3049.0483,50.720787,70.46774,62.148335,72.08306,235.50269,88.1728,143.0242,14.080219,35.527954,84.18724,272.7075,573.1732,64.68831,295.99124,69.13417,123.91717,271.43423,358.00604,958.51074,160.93907,4.6041613,19.116936,7.405968,43.078682,19210.275,3.1386507,23.300734,37.20645,32.050373,335.71213,52.25914,136.12302,2.5340025,126.234276,412.57974,271.57822,135.8403,504.35986,35.510212,100.42698,158.21596,10.52319,1.6152165,10.814421,1185.2329,0.075519845,0.2771075,48.607975,8.171959,3.623201,3.824813,7.7695913,92.09703,32.535484,86.65451,569.8141,237.68695,2093.016,1883.64,20.745543,37.577286,10791.912,7.696068,76.916664,718.06635,147.91331,202.25081,87.45968,469.08386,837.1875,445.80554,21.207373,113.3742,1049.2625,2051.8,58.09866,713.8767,64.13119,1.079241,61.99834,1.0471485,0.63880783,2.9473808,54.144943,139.08064,232.91121,17.530645,2942.3167,385.37366,152.68549,218.94759,92.02304,92.25605,64.37634,30.684141,103.03629,793.1544,247.64862,138.69656,114.807396,12.920967,143.50114,129.72177,32.985863,681.75757,170.89575,3164.8135,32.388508,2810.5664,79.30842,420.17038,2028.4453,76.219124,10.468396,1092.4039,892.9308,3169.1038,91.03168 +2023-08-09 13:00:00,0.0,17651.133,328.45065,29.072708,38.23802,31.30148,169.52509,25.644508,36.414707,20.3068,22.375162,991.0207,226.40002,11.252538,144.34648,5.287755,0.43831077,27.626423,7.2647038,1.6858412,345.09708,0.21209055,355.56625,44.970707,0.6950074,1.9387923,114.69724,16.675144,38.739548,96.65598,27442.273,0.101128735,1703.7474,0.37946445,0.22328389,0.089423336,0.50304055,148.92871,167.73865,23.92981,184.38643,24.806723,74.66779,2208.6985,2.3984838,278.1122,168.41391,386.61026,118.418755,355.65442,36.453957,426.28415,0.0,2299.2437,12691.937,33.78068,544.7884,146.82272,42417.91,131.62325,26.83863,138.12514,380.9359,63.949345,28.199724,223.51248,1962.9266,334.11777,150.29095,22.877205,16.565134,403.7925,70.48956,1172.8787,85.12755,2504.9526,200.51842,354.17056,81.79861,121.16123,6.5934772,10.322888,13.853481,2.374855,1.8522475,72.46424,74.58627,78.1874,34.8618,33.865086,128.32152,8.177743,3048.6553,50.695385,70.43817,62.109394,72.01502,235.57182,88.15355,142.8797,14.074193,35.519264,84.1324,272.61374,573.2407,64.73801,296.04138,69.14504,123.869545,271.42505,357.68036,958.47894,160.93436,4.6066427,19.099127,7.4000497,43.098522,19211.21,3.1395802,23.321632,37.237366,32.06876,335.71582,52.28835,136.15251,2.532301,126.24069,412.6726,271.5289,135.87871,504.28806,35.508465,100.420845,158.1799,10.521762,1.6153098,10.814256,1184.7797,0.07548612,0.27698386,48.60979,8.170421,3.6226737,3.824038,7.771185,92.078766,32.526344,86.6554,569.7958,237.69543,2093.268,1883.6333,20.763168,37.609936,10790.521,7.6954207,76.95486,718.14294,147.988,202.36821,87.49563,469.3552,837.3191,445.8708,21.223656,113.444984,1049.1644,2051.5657,58.14206,714.36176,64.205605,1.0791594,61.997047,1.0467972,0.6385663,2.9463985,54.186146,139.15756,232.79642,17.522625,2940.888,385.5356,152.81384,219.1287,92.07393,92.24076,64.42966,30.772379,103.02789,793.10693,247.65985,138.72362,114.78014,12.942271,143.52007,129.73756,32.96707,681.4911,170.85597,3162.5386,32.389404,2809.548,79.31121,420.1743,2027.3148,76.18835,10.473248,1092.0242,892.70776,3167.5537,91.03179 +2023-08-09 14:00:00,0.0,17651.287,328.53342,29.08913,38.256973,31.310804,169.56056,25.651922,36.4345,20.30868,22.383474,991.53015,226.2898,11.265201,144.41109,5.2788634,0.43749765,27.629438,7.2516985,1.6829041,345.165,0.211944,355.7055,44.983704,0.69400233,1.9355685,114.735695,16.680315,38.755077,96.64481,27442.525,0.10100096,1704.4387,0.37915125,0.22304846,0.08931501,0.50243723,148.96216,167.7849,23.926342,184.32124,24.82636,74.62334,2208.8716,2.3973496,277.9069,168.26324,386.71957,118.3075,355.76025,36.46547,425.85403,0.0,2298.7786,12685.0205,33.758923,544.8542,146.78954,42413.16,131.62103,26.824986,137.97069,380.58386,63.91412,28.186008,223.29071,1962.0281,334.07626,150.118,22.86322,16.55935,403.89868,70.47614,1172.4113,85.127686,2505.1287,200.6707,353.97885,81.82072,121.116,6.592322,10.320455,13.844779,2.3742583,1.8513163,72.48549,74.61891,78.218155,34.89328,33.8886,128.321,8.184456,3048.2622,50.66998,70.4086,62.070457,71.946976,235.64095,88.13431,142.73521,14.068168,35.510574,84.07757,272.51996,573.3082,64.787704,296.09155,69.15591,123.82192,271.41583,357.35464,958.44714,160.92964,4.6091237,19.081318,7.394131,43.118362,19212.146,3.1405098,23.342531,37.26828,32.087147,335.7195,52.317562,136.182,2.5305994,126.24711,412.76544,271.47958,135.91713,504.21622,35.506718,100.41471,158.14384,10.520334,1.6154033,10.814091,1184.3264,0.075452395,0.2768602,48.611607,8.168883,3.6221464,3.8232632,7.7727785,92.0605,32.517204,86.656296,569.77747,237.70393,2093.52,1883.6267,20.780794,37.642586,10789.132,7.694774,76.99306,718.2195,148.0627,202.48563,87.531586,469.62653,837.45074,445.93604,21.239939,113.51577,1049.0664,2051.3315,58.18546,714.84674,64.28002,1.0790778,61.995758,1.046446,0.63832486,2.9454162,54.227345,139.2345,232.68163,17.514605,2939.459,385.6976,152.9422,219.30981,92.12481,92.22547,64.48297,30.860619,103.019485,793.05945,247.67108,138.75067,114.75289,12.963575,143.53897,129.75336,32.948284,681.22455,170.8162,3160.264,32.390297,2808.5298,79.314,420.17822,2026.1842,76.15758,10.478099,1091.6443,892.4847,3166.0034,91.031906 +2023-08-09 15:00:00,0.0,17651.441,328.61618,29.105553,38.275925,31.320127,169.59604,25.659338,36.454292,20.31056,22.391787,992.03955,226.17955,11.277863,144.47571,5.269972,0.43668452,27.632454,7.2386937,1.679967,345.23297,0.21179745,355.84476,44.996696,0.6929973,1.9323446,114.77414,16.685484,38.77061,96.633644,27442.775,0.10087318,1705.13,0.3788381,0.22281304,0.08920669,0.501834,148.9956,167.83116,23.922876,184.25604,24.845999,74.57889,2209.045,2.3962154,277.70154,168.11256,386.82892,118.19625,355.8661,36.476982,425.42392,0.0,2298.3135,12678.105,33.73716,544.9199,146.75636,42408.41,131.6188,26.811338,137.81625,380.23178,63.87889,28.172293,223.06894,1961.1294,334.0348,149.94504,22.849236,16.553566,404.00485,70.46272,1171.9437,85.12782,2505.3047,200.82298,353.7871,81.84282,121.07077,6.591166,10.318021,13.836078,2.3736615,1.8503852,72.506744,74.65154,78.24891,34.92476,33.912113,128.32048,8.19117,3047.869,50.644577,70.379036,62.031517,71.87893,235.71008,88.11507,142.59073,14.062142,35.501884,84.022736,272.4262,573.37573,64.8374,296.14172,69.16678,123.7743,271.40665,357.02893,958.41534,160.92493,4.611605,19.063509,7.3882127,43.138203,19213.08,3.1414397,23.363428,37.299194,32.105537,335.7232,52.346775,136.2115,2.528898,126.25353,412.8583,271.4303,135.95554,504.1444,35.50497,100.408585,158.10779,10.518907,1.6154968,10.813926,1183.8733,0.075418666,0.27673656,48.613426,8.167345,3.621619,3.822488,7.7743726,92.04223,32.508064,86.65718,569.75916,237.71242,2093.772,1883.62,20.798418,37.675236,10787.741,7.694127,77.03125,718.2961,148.1374,202.60303,87.56754,469.89786,837.58234,446.0013,21.25622,113.58656,1048.9684,2051.0972,58.228855,715.3318,64.35444,1.0789963,61.994465,1.0460947,0.63808334,2.944434,54.268547,139.31142,232.56683,17.506586,2938.03,385.85956,153.07057,219.49092,92.1757,92.21018,64.53629,30.948858,103.011086,793.0119,247.68231,138.77771,114.72564,12.984879,143.55789,129.76915,32.929493,680.95807,170.7764,3157.989,32.391193,2807.5115,79.316795,420.18213,2025.0537,76.1268,10.48295,1091.2645,892.2616,3164.4534,91.03202 +2023-08-09 16:00:00,0.0,17651.596,328.6989,29.121975,38.294876,31.329453,169.63153,25.666752,36.474087,20.31244,22.400099,992.549,226.0693,11.290525,144.54033,5.2610803,0.43587142,27.63547,7.2256885,1.67703,345.3009,0.2116509,355.984,45.009693,0.6919923,1.9291208,114.81259,16.690653,38.78614,96.62248,27443.025,0.10074541,1705.8213,0.3785249,0.22257762,0.089098364,0.5012307,149.02905,167.87743,23.919409,184.19086,24.865637,74.53444,2209.2183,2.3950813,277.49622,167.96188,386.93823,118.08501,355.97192,36.488495,424.9938,0.0,2297.8481,12671.189,33.715397,544.98566,146.72318,42403.66,131.61658,26.797691,137.6618,379.87976,63.843666,28.158577,222.84717,1960.2308,333.9933,149.77206,22.835249,16.547781,404.11105,70.4493,1171.4763,85.12795,2505.4807,200.97527,353.5954,81.86493,121.025536,6.5900106,10.315586,13.827375,2.3730648,1.849454,72.52799,74.68417,78.279655,34.956238,33.935623,128.31996,8.197883,3047.4758,50.61917,70.349464,61.992577,71.81088,235.7792,88.095825,142.44624,14.056117,35.493195,83.967896,272.33243,573.44324,64.8871,296.19186,69.17765,123.726685,271.39746,356.70325,958.3835,160.92021,4.614086,19.045698,7.382294,43.158043,19214.016,3.1423693,23.384327,37.33011,32.123924,335.7269,52.375984,136.241,2.5271964,126.25995,412.95117,271.38098,135.99396,504.07257,35.503223,100.40245,158.07173,10.517479,1.6155902,10.813761,1183.42,0.075384945,0.2766129,48.615242,8.165807,3.6210918,3.8217132,7.775966,92.023964,32.498924,86.65807,569.74084,237.72092,2094.024,1883.6134,20.816044,37.707886,10786.352,7.69348,77.06944,718.3726,148.2121,202.72043,87.60349,470.16916,837.714,446.06656,21.272503,113.65735,1048.8705,2050.863,58.272255,715.81683,64.428856,1.0789148,61.993176,1.0457433,0.6378418,2.9434516,54.309746,139.38834,232.45203,17.498566,2936.6013,386.0215,153.19893,219.67204,92.22658,92.19489,64.58961,31.037098,103.002686,792.9644,247.69354,138.80476,114.69839,13.006183,143.5768,129.78494,32.9107,680.6915,170.73662,3155.714,32.39209,2806.493,79.31959,420.18607,2023.9232,76.09602,10.487802,1090.8848,892.0385,3162.903,91.032135 +2023-08-09 17:00:00,0.0,17651.75,328.78168,29.138397,38.313828,31.338778,169.667,25.674166,36.493877,20.314322,22.408411,993.0585,225.95908,11.303188,144.60495,5.2521887,0.4350583,27.638485,7.2126837,1.674093,345.36884,0.21150434,356.1233,45.02269,0.6909872,1.9258969,114.851036,16.695824,38.801674,96.61131,27443.277,0.10061763,1706.5126,0.3782117,0.2223422,0.08899004,0.5006274,149.0625,167.92368,23.915941,184.12567,24.885275,74.48998,2209.3914,2.393947,277.29086,167.81122,387.04755,117.973755,356.07776,36.50001,424.56372,0.0,2297.3828,12664.274,33.693638,545.0514,146.68999,42398.91,131.61435,26.784046,137.50737,379.5277,63.808437,28.144861,222.62538,1959.3323,333.95178,149.5991,22.821264,16.541998,404.21722,70.435875,1171.0088,85.12809,2505.657,201.12756,353.40366,81.88704,120.9803,6.588855,10.313152,13.818673,2.372468,1.8485229,72.54925,74.716805,78.31041,34.987717,33.959137,128.31944,8.204596,3047.0828,50.59377,70.31989,61.953636,71.742836,235.84834,88.07658,142.30174,14.050091,35.484505,83.91306,272.23868,573.5108,64.93679,296.24203,69.18852,123.67906,271.38824,356.37753,958.3517,160.91548,4.616567,19.02789,7.3763757,43.177883,19214.951,3.1432989,23.405224,37.361023,32.14231,335.7306,52.405197,136.2705,2.5254948,126.266365,413.044,271.33167,136.03236,504.00076,35.501476,100.39632,158.03568,10.516051,1.6156837,10.813597,1182.9668,0.075351216,0.27648923,48.617058,8.1642685,3.6205645,3.820938,7.7775598,92.0057,32.489788,86.658966,569.7226,237.7294,2094.276,1883.6067,20.83367,37.740536,10784.961,7.692833,77.107635,718.4492,148.28679,202.83783,87.63945,470.4405,837.8456,446.1318,21.288786,113.72814,1048.7725,2050.6287,58.315655,716.3018,64.50327,1.0788331,61.991882,1.045392,0.6376003,2.9424696,54.35095,139.46527,232.33723,17.490545,2935.1724,386.18347,153.32729,219.85316,92.27746,92.1796,64.64292,31.125338,102.994286,792.91693,247.70479,138.83182,114.671135,13.027486,143.59572,129.80074,32.891914,680.42505,170.69684,3153.4395,32.392982,2805.4746,79.32239,420.18997,2022.7927,76.06525,10.492653,1090.5049,891.8154,3161.3528,91.03225 +2023-08-09 18:00:00,0.0,17651.904,328.8644,29.15482,38.33278,31.3481,169.70248,25.68158,36.513668,20.316202,22.416723,993.5679,225.84883,11.315851,144.66956,5.2432976,0.43424517,27.6415,7.1996784,1.6711559,345.43677,0.2113578,356.26254,45.035686,0.68998224,1.9226731,114.88949,16.700993,38.817204,96.60014,27443.527,0.100489855,1707.2039,0.37789854,0.22210677,0.088881716,0.50002414,149.09596,167.96994,23.912474,184.06049,24.904913,74.44553,2209.5647,2.3928127,277.08554,167.66054,387.15686,117.8625,356.18362,36.511524,424.1336,0.0,2296.9177,12657.358,33.671875,545.1171,146.6568,42394.16,131.61212,26.7704,137.35292,379.17563,63.773212,28.131145,222.40361,1958.4336,333.91028,149.42615,22.80728,16.536213,404.32343,70.422455,1170.5414,85.12823,2505.833,201.27985,353.21198,81.90914,120.93507,6.5876994,10.310719,13.809972,2.371871,1.8475918,72.570496,74.749435,78.34116,35.019196,33.98265,128.31892,8.211309,3046.6895,50.568363,70.29032,61.9147,71.6748,235.91747,88.057335,142.15726,14.044065,35.47581,83.85823,272.1449,573.5783,64.98649,296.29218,69.199394,123.63144,271.37906,356.05182,958.3199,160.91077,4.6190486,19.01008,7.370457,43.197723,19215.885,3.1442287,23.426123,37.391937,32.160698,335.73428,52.434406,136.29999,2.5237935,126.27278,413.13687,271.28235,136.07079,503.92892,35.49973,100.39019,157.99963,10.514624,1.615777,10.813432,1182.5135,0.07531749,0.27636558,48.618874,8.162731,3.620037,3.8201632,7.779154,91.98743,32.480648,86.65986,569.7043,237.7379,2094.5278,1883.6,20.851295,37.773186,10783.57,7.692186,77.145836,718.5258,148.3615,202.95525,87.6754,470.71182,837.97723,446.19708,21.305069,113.79893,1048.6744,2050.3945,58.35905,716.78687,64.57769,1.0787516,61.99059,1.0450407,0.6373588,2.9414873,54.39215,139.54219,232.22244,17.482527,2933.7434,386.34543,153.45564,220.03427,92.32835,92.164314,64.696236,31.213575,102.985886,792.8694,247.71602,138.85887,114.64388,13.04879,143.61462,129.81653,32.873123,680.15857,170.65704,3151.1646,32.39388,2804.4563,79.32518,420.19388,2021.6621,76.03447,10.497504,1090.1251,891.5924,3159.8027,91.03237 +2023-08-09 19:00:00,0.0,17652.06,328.94717,29.171242,38.35173,31.357426,169.73796,25.688993,36.533463,20.318083,22.425035,994.07733,225.7386,11.328514,144.73418,5.234406,0.43343204,27.644516,7.1866736,1.6682189,345.5047,0.21121125,356.4018,45.04868,0.6889772,1.9194492,114.92793,16.706161,38.832737,96.588974,27443.777,0.100362085,1707.8951,0.37758535,0.22187135,0.08877339,0.49942085,149.12941,168.01619,23.909006,183.9953,24.924551,74.401085,2209.738,2.3916786,276.8802,167.50986,387.2662,117.75125,356.28946,36.523037,423.7035,0.0,2296.4524,12650.443,33.650112,545.1829,146.62361,42389.41,131.60991,26.756754,137.19849,378.8236,63.737984,28.11743,222.18184,1957.535,333.86877,149.25317,22.793295,16.53043,404.4296,70.409035,1170.0739,85.12836,2506.009,201.43213,353.02023,81.93125,120.88983,6.586544,10.308285,13.80127,2.3712742,1.8466606,72.59175,74.78207,78.37191,35.050674,34.006165,128.3184,8.218022,3046.2964,50.542957,70.26075,61.87576,71.60675,235.9866,88.03809,142.01277,14.03804,35.46712,83.80339,272.05115,573.6458,65.03619,296.34235,69.21026,123.58382,271.36984,355.7261,958.2881,160.90605,4.6215296,18.992271,7.3645387,43.217564,19216.82,3.1451583,23.44702,37.422848,32.179085,335.73798,52.46362,136.32947,2.5220919,126.279205,413.22974,271.23303,136.1092,503.85712,35.497982,100.384056,157.96358,10.513196,1.6158705,10.813267,1182.0604,0.075283766,0.27624193,48.62069,8.161193,3.61951,3.8193884,7.7807474,91.96916,32.471508,86.66075,569.6859,237.7464,2094.7798,1883.5934,20.86892,37.805836,10782.181,7.691539,77.18403,718.60236,148.43619,203.07265,87.71136,470.98315,838.1088,446.26233,21.321352,113.86971,1048.5764,2050.1602,58.40245,717.27185,64.65211,1.07867,61.9893,1.0446895,0.63711727,2.940505,54.43335,139.61911,232.10765,17.474506,2932.3147,386.50742,153.584,220.2154,92.37923,92.149025,64.74955,31.301815,102.977486,792.8219,247.72725,138.88593,114.61664,13.070094,143.63354,129.83232,32.854332,679.892,170.61726,3148.89,32.394775,2803.438,79.32797,420.1978,2020.5316,76.0037,10.502356,1089.7454,891.3693,3158.2524,91.032486 +2023-08-09 20:00:00,0.0,17652.215,329.02994,29.187664,38.37068,31.36675,169.77345,25.69641,36.553253,20.319962,22.43335,994.58673,225.62836,11.341177,144.7988,5.2255144,0.43261895,27.647532,7.1736684,1.6652819,345.57266,0.2110647,356.54105,45.061676,0.6879721,1.9162253,114.966385,16.711332,38.84827,96.577805,27444.027,0.10023431,1708.5865,0.3772722,0.22163592,0.088665076,0.49881753,149.16286,168.06245,23.905539,183.93011,24.94419,74.356636,2209.9111,2.3905442,276.67484,167.35919,387.37555,117.64001,356.3953,36.53455,423.2734,0.0,2295.9873,12643.527,33.628353,545.24866,146.59042,42384.656,131.60768,26.743107,137.04404,378.47156,63.702755,28.103714,221.96007,1956.6365,333.82727,149.08022,22.77931,16.524647,404.53577,70.395615,1169.6064,85.128494,2506.185,201.58441,352.82852,81.953354,120.844604,6.585388,10.305851,13.792567,2.3706775,1.8457295,72.613,74.8147,78.402664,35.082153,34.029675,128.31789,8.224735,3045.9033,50.517555,70.231186,61.83682,71.538704,236.05574,88.01885,141.86829,14.032015,35.45843,83.74856,271.95737,573.7133,65.085884,296.3925,69.22113,123.536194,271.36066,355.40042,958.2563,160.90134,4.624011,18.974463,7.35862,43.237404,19217.754,3.146088,23.467918,37.453762,32.197475,335.74164,52.492832,136.35896,2.5203903,126.28562,413.32257,271.18372,136.14761,503.78528,35.496235,100.37792,157.92752,10.511768,1.6159639,10.813102,1181.6072,0.07525004,0.27611828,48.62251,8.159655,3.6189826,3.8186133,7.782341,91.9509,32.462368,86.661644,569.6676,237.75488,2095.0317,1883.5867,20.886545,37.838486,10780.79,7.6908917,77.22222,718.67896,148.5109,203.19005,87.747314,471.2545,838.2405,446.3276,21.337633,113.940506,1048.4784,2049.926,58.445847,717.7569,64.726524,1.0785885,61.988007,1.0443382,0.63687575,2.9395227,54.474552,139.69604,231.99284,17.466488,2930.8857,386.66937,153.71237,220.3965,92.43011,92.133736,64.802864,31.390055,102.969086,792.7744,247.73848,138.91298,114.589386,13.091397,143.65245,129.84811,32.835545,679.62555,170.57747,3146.615,32.395668,2802.4194,79.330765,420.20172,2019.4011,75.97292,10.507207,1089.3655,891.14624,3156.7021,91.0326 +2023-08-09 21:00:00,0.0,17652.37,329.11267,29.204086,38.389633,31.376074,169.80893,25.703823,36.573048,20.321842,22.441662,995.0962,225.51811,11.35384,144.86342,5.216623,0.43180582,27.650547,7.1606636,1.6623448,345.6406,0.21091814,356.68033,45.074673,0.68696713,1.9130015,115.00483,16.716501,38.8638,96.566635,27444.28,0.10010653,1709.2778,0.376959,0.2214005,0.08855675,0.49821424,149.1963,168.10872,23.902071,183.86491,24.963827,74.31218,2210.0845,2.38941,276.4695,167.20851,387.48486,117.528755,356.50113,36.546062,422.8433,0.0,2295.522,12636.611,33.60659,545.3144,146.55724,42379.906,131.60545,26.72946,136.8896,378.1195,63.66753,28.089998,221.7383,1955.7378,333.7858,148.90726,22.765324,16.518862,404.64197,70.38219,1169.139,85.128624,2506.3613,201.7367,352.63678,81.975464,120.79937,6.584233,10.303416,13.783866,2.3700807,1.8447983,72.634254,74.847336,78.43342,35.113632,34.05319,128.31737,8.231448,3045.51,50.49215,70.201614,61.79788,71.47066,236.12486,87.9996,141.72379,14.025989,35.44974,83.693726,271.86362,573.7808,65.13558,296.44266,69.232,123.48857,271.35147,355.0747,958.2244,160.89662,4.626492,18.956654,7.3527017,43.25724,19218.69,3.1470175,23.488815,37.484676,32.215862,335.74533,52.52204,136.38846,2.518689,126.29204,413.41544,271.1344,136.18604,503.71347,35.494488,100.371796,157.89146,10.510341,1.6160574,10.812938,1181.1539,0.07521631,0.27599463,48.624325,8.158116,3.6184554,3.8178384,7.783935,91.932625,32.453228,86.66253,569.64935,237.76338,2095.2837,1883.58,20.904171,37.871136,10779.4,7.6902447,77.260414,718.75555,148.58559,203.30746,87.783264,471.5258,838.3721,446.39285,21.353916,114.01129,1048.3804,2049.6917,58.489246,718.2419,64.80094,1.0785068,61.986713,1.0439869,0.63663423,2.9385405,54.51575,139.77296,231.87805,17.458467,2929.4568,386.83133,153.84073,220.57762,92.480995,92.11845,64.85618,31.478294,102.960686,792.72687,247.74971,138.94002,114.56213,13.112701,143.67137,129.8639,32.816753,679.359,170.53769,3144.3403,32.396564,2801.4011,79.33356,420.20566,2018.2706,75.94215,10.512058,1088.9857,890.92316,3155.152,91.032715 +2023-08-09 22:00:00,0.0,17652.523,329.19543,29.220509,38.408585,31.385399,169.8444,25.711237,36.59284,20.323723,22.449974,995.60565,225.40788,11.366503,144.92802,5.2077312,0.4309927,27.653563,7.1476583,1.6594077,345.70853,0.21077159,356.81958,45.08767,0.6859621,1.9097776,115.04328,16.72167,38.879333,96.55547,27444.53,0.09997876,1709.9691,0.3766458,0.22116509,0.08844843,0.497611,149.22975,168.15497,23.898603,183.79973,24.983465,74.26773,2210.2578,2.3882759,276.26416,167.05785,387.59418,117.4175,356.60696,36.557575,422.41318,0.0,2295.0566,12629.696,33.584827,545.3801,146.52405,42375.156,131.60323,26.715815,136.73515,377.76743,63.6323,28.076283,221.51651,1954.8392,333.7443,148.73428,22.751339,16.513079,404.74814,70.36877,1168.6715,85.12876,2506.5374,201.88898,352.44507,81.997574,120.754135,6.5830774,10.300982,13.775164,2.369484,1.8438672,72.6555,74.87996,78.464165,35.14511,34.076702,128.31685,8.238162,3045.117,50.466747,70.17204,61.758938,71.40261,236.194,87.98036,141.5793,14.019963,35.44105,83.63889,271.76984,573.8483,65.18528,296.4928,69.242874,123.440956,271.34225,354.749,958.1926,160.8919,4.628973,18.938845,7.3467836,43.27708,19219.625,3.1479473,23.509714,37.51559,32.23425,335.74902,52.551254,136.41795,2.5169873,126.298454,413.5083,271.0851,136.22444,503.64163,35.49274,100.36566,157.85541,10.508913,1.6161509,10.812773,1180.7008,0.07518259,0.27587095,48.62614,8.156579,3.617928,3.8170633,7.7855287,91.91436,32.444088,86.66342,569.63104,237.77187,2095.5356,1883.5734,20.921795,37.903786,10778.01,7.6895976,77.29861,718.8321,148.66028,203.42487,87.81922,471.79712,838.5037,446.4581,21.3702,114.082085,1048.2823,2049.4575,58.532646,718.7269,64.87536,1.0784253,61.985424,1.0436356,0.6363927,2.9375582,54.556953,139.84988,231.76326,17.450447,2928.028,386.9933,153.96909,220.75874,92.531876,92.10316,64.9095,31.566532,102.952286,792.6794,247.76094,138.96707,114.53488,13.134005,143.69028,129.8797,32.797962,679.0925,170.49791,3142.0654,32.39746,2800.3828,79.33635,420.20956,2017.14,75.91137,10.51691,1088.606,890.7001,3153.6018,91.03283 +2023-08-09 23:00:00,0.0,17652.678,329.2782,29.23693,38.427536,31.394722,169.8799,25.71865,36.61263,20.325603,22.458286,996.11505,225.29764,11.379166,144.99265,5.1988397,0.4301796,27.656578,7.1346536,1.6564707,345.77646,0.21062505,356.95883,45.100662,0.6849571,1.9065537,115.081726,16.726841,38.894863,96.544304,27444.78,0.09985098,1710.6604,0.37633264,0.22092967,0.0883401,0.4970077,149.2632,168.20123,23.895136,183.73454,25.003103,74.22328,2210.4312,2.3871417,276.05884,166.90717,387.7035,117.30625,356.7128,36.569088,421.98306,0.0,2294.5913,12622.78,33.563065,545.44586,146.49088,42370.406,131.601,26.702168,136.58072,377.4154,63.597076,28.062567,221.29474,1953.9407,333.7028,148.56133,22.737354,16.507294,404.85434,70.35535,1168.2041,85.1289,2506.7134,202.04126,352.25336,82.01968,120.7089,6.5819216,10.298549,13.766461,2.368887,1.842936,72.67676,74.9126,78.49492,35.17659,34.100216,128.31633,8.244875,3044.7239,50.44134,70.14247,61.72,71.33457,236.26312,87.96112,141.43481,14.013938,35.43236,83.58405,271.6761,573.9159,65.23498,296.54297,69.253746,123.39333,271.33307,354.4233,958.1608,160.88719,4.6314545,18.921036,7.340865,43.29692,19220.559,3.148877,23.530611,37.546505,32.252636,335.75272,52.580463,136.44745,2.5152857,126.30487,413.60114,271.0358,136.26286,503.56982,35.490993,100.35953,157.81935,10.507485,1.6162442,10.812608,1180.2476,0.07514886,0.2757473,48.627956,8.155041,3.6174006,3.8162885,7.7871222,91.896095,32.434948,86.664314,569.61273,237.78036,2095.7876,1883.5667,20.93942,37.936436,10776.619,7.6889505,77.33681,718.9087,148.73499,203.54227,87.85517,472.06845,838.6353,446.52338,21.386482,114.15287,1048.1843,2049.2231,58.576042,719.2119,64.949776,1.0783437,61.98413,1.0432843,0.6361512,2.936576,54.598152,139.92682,231.64845,17.442429,2926.599,387.15524,154.09744,220.93985,92.582756,92.08787,64.962814,31.654772,102.943886,792.63184,247.77217,138.99413,114.50763,13.155309,143.7092,129.8955,32.779175,678.826,170.45811,3139.7908,32.398357,2799.3645,79.33914,420.2135,2016.0095,75.88059,10.521761,1088.2261,890.47705,3152.0515,91.03294 +2023-08-10 00:00:00,0.0,17652.832,329.36093,29.253353,38.446487,31.404047,169.91537,25.726065,36.632423,20.327484,22.466599,996.6245,225.18741,11.391828,145.05727,5.189948,0.42936647,27.659594,7.1216483,1.6535337,345.84442,0.2104785,357.09808,45.11366,0.68395203,1.90333,115.12018,16.73201,38.910397,96.533134,27445.031,0.099723205,1711.3517,0.37601945,0.22069424,0.08823178,0.49640438,149.29666,168.2475,23.891668,183.66936,25.022741,74.178825,2210.6042,2.3860073,275.8535,166.75648,387.8128,117.19501,356.81863,36.5806,421.55298,0.0,2294.1262,12615.865,33.541306,545.51166,146.45769,42365.656,131.59879,26.688522,136.42627,377.06335,63.561848,28.048853,221.07297,1953.042,333.6613,148.38837,22.72337,16.50151,404.9605,70.34193,1167.7366,85.12903,2506.8894,202.19356,352.06165,82.04179,120.663666,6.580766,10.296115,13.75776,2.3682902,1.8420049,72.698006,74.94523,78.52567,35.208065,34.123726,128.31581,8.251588,3044.3306,50.415936,70.1129,61.68106,71.266525,236.33226,87.94188,141.29033,14.007913,35.423668,83.52922,271.5823,573.9834,65.284676,296.5931,69.26461,123.34571,271.32385,354.0976,958.129,160.88248,4.6339355,18.903225,7.3349466,43.31676,19221.494,3.1498065,23.55151,37.57742,32.271023,335.7564,52.609676,136.47694,2.5135844,126.311295,413.694,270.98648,136.30128,503.498,35.489246,100.3534,157.7833,10.506058,1.6163377,10.812443,1179.7943,0.07511513,0.27562365,48.629772,8.153502,3.6168735,3.8155136,7.7887163,91.87782,32.425808,86.66521,569.5944,237.78885,2096.0398,1883.56,20.957047,37.969086,10775.2295,7.6883035,77.375,718.9852,148.80968,203.65968,87.89113,472.33978,838.76697,446.58862,21.402765,114.223656,1048.0864,2048.989,58.619442,719.69696,65.02419,1.0782622,61.98284,1.042933,0.6359097,2.9355936,54.639355,140.00374,231.53366,17.434408,2925.1704,387.3172,154.2258,221.12097,92.633644,92.07258,65.01613,31.743011,102.935486,792.58435,247.78342,139.02118,114.48038,13.176613,143.7281,129.91129,32.760384,678.5595,170.41833,3137.5159,32.39925,2798.346,79.341934,420.2174,2014.879,75.84982,10.526611,1087.8463,890.25397,3150.5015,91.03306 +2023-08-10 01:00:00,0.0,17652.986,329.4437,29.269775,38.46544,31.413372,169.95085,25.73348,36.652214,20.329365,22.47491,997.1339,225.07716,11.40449,145.12189,5.181057,0.42855334,27.66261,7.1086435,1.6505966,345.91235,0.21033195,357.23737,45.126656,0.682947,1.9001061,115.15862,16.737179,38.925926,96.521965,27445.281,0.099595435,1712.043,0.37570626,0.22045882,0.088123456,0.49580112,149.33011,168.29375,23.8882,183.60417,25.04238,74.13438,2210.7776,2.3848732,275.64816,166.60582,387.92215,117.083755,356.92447,36.592113,421.12286,0.0,2293.6611,12608.949,33.519543,545.5774,146.4245,42360.906,131.59656,26.674875,136.27184,376.71127,63.526623,28.035137,220.8512,1952.1434,333.61978,148.2154,22.709385,16.495728,405.06668,70.32851,1167.2692,85.129166,2507.0654,202.34584,351.8699,82.06389,120.61844,6.579611,10.293681,13.749058,2.3676934,1.8410738,72.71926,74.97786,78.55642,35.239544,34.14724,128.31529,8.258302,3043.9375,50.390533,70.083336,61.64212,71.19848,236.40138,87.92263,141.14583,14.001887,35.414978,83.47439,271.48856,574.0509,65.33437,296.64328,69.27548,123.29809,271.31467,353.77188,958.0972,160.87776,4.636417,18.885416,7.329028,43.3366,19222.43,3.1507363,23.572407,37.608334,32.28941,335.7601,52.63889,136.50644,2.5118828,126.31771,413.78687,270.93716,136.33969,503.42618,35.4875,100.34727,157.74724,10.50463,1.6164311,10.812278,1179.3412,0.07508141,0.2755,48.63159,8.151964,3.6163461,3.8147385,7.79031,91.85956,32.416668,86.6661,569.5761,237.79735,2096.2917,1883.5533,20.97467,38.001736,10773.839,7.6876564,77.41319,719.0618,148.88438,203.77708,87.927086,472.6111,838.89856,446.65387,21.419046,114.29445,1047.9884,2048.7546,58.66284,720.18195,65.09861,1.0781806,61.98155,1.0425818,0.63566816,2.9346113,54.680553,140.08066,231.41887,17.426388,2923.7415,387.4792,154.35417,221.30208,92.684525,92.05729,65.06944,31.831251,102.927086,792.53687,247.79465,139.04823,114.453125,13.197916,143.74702,129.92708,32.741592,678.29297,170.37854,3135.241,32.400146,2797.3276,79.344734,420.22134,2013.7485,75.819046,10.531463,1087.4666,890.0309,3148.9512,91.03317 +2023-08-10 02:00:00,0.0,17653.14,329.52643,29.286198,38.48439,31.422695,169.98634,25.740894,36.67201,20.331244,22.483223,997.6434,224.96692,11.417153,145.1865,5.1721654,0.42774022,27.665625,7.0956383,1.6476595,345.9803,0.2101854,357.37662,45.139652,0.681942,1.8968822,115.197075,16.74235,38.94146,96.510796,27445.531,0.09946766,1712.7343,0.3753931,0.2202234,0.08801513,0.49519783,149.36356,168.34001,23.884733,183.53897,25.062017,74.08993,2210.951,2.383739,275.4428,166.45514,388.03146,116.9725,357.0303,36.603626,420.69275,0.0,2293.1958,12602.034,33.49778,545.6431,146.39131,42356.156,131.59433,26.66123,136.11739,376.35925,63.491394,28.021421,220.62943,1951.2449,333.5783,148.04243,22.6954,16.489943,405.17288,70.31508,1166.8016,85.129295,2507.2417,202.49812,351.6782,82.086,120.573204,6.578455,10.291247,13.7403555,2.3670967,1.8401426,72.74051,75.01049,78.58717,35.271023,34.170753,128.31477,8.265015,3043.5444,50.365128,70.053764,61.60318,71.13043,236.47052,87.90339,141.00134,13.995861,35.40629,83.41955,271.39478,574.1184,65.38407,296.69345,69.286354,123.250465,271.30548,353.44617,958.0654,160.87305,4.638898,18.867607,7.3231096,43.35644,19223.363,3.151666,23.593306,37.639248,32.3078,335.7638,52.6681,136.53593,2.5101812,126.32413,413.8797,270.88785,136.37811,503.35434,35.485752,100.34113,157.71118,10.5032015,1.6165246,10.812114,1178.888,0.07504768,0.27537635,48.633408,8.150427,3.6158187,3.8139637,7.7919035,91.84129,32.407528,86.666985,569.55786,237.80583,2096.5437,1883.5466,20.992296,38.034386,10772.449,7.6870093,77.451385,719.1384,148.95908,203.89449,87.963036,472.88245,839.0302,446.71915,21.43533,114.365234,1047.8904,2048.5205,58.706238,720.667,65.173035,1.078099,61.980255,1.0422305,0.63542664,2.933629,54.721756,140.1576,231.30408,17.41837,2922.3125,387.64114,154.48253,221.4832,92.73541,92.042,65.12276,31.91949,102.918686,792.4893,247.80588,139.07527,114.42587,13.21922,143.76593,129.94287,32.722805,678.0265,170.33876,3132.9663,32.401043,2796.3093,79.34753,420.22525,2012.6179,75.78827,10.536314,1087.0868,889.8078,3147.4011,91.03329 +2023-08-10 03:00:00,0.0,17653.295,329.6092,29.30262,38.50334,31.43202,170.02182,25.748308,36.6918,20.333124,22.491535,998.15283,224.85669,11.429816,145.25111,5.163274,0.42692712,27.66864,7.0826335,1.6447226,346.04822,0.21003884,357.51587,45.152645,0.68093693,1.8936584,115.23552,16.747519,38.95699,96.499626,27445.781,0.09933988,1713.4255,0.3750799,0.21998797,0.08790681,0.4945945,149.397,168.38626,23.881268,183.47379,25.081656,74.04548,2211.124,2.3826046,275.2375,166.30446,388.1408,116.86125,357.13614,36.61514,420.26263,0.0,2292.7305,12595.118,33.47602,545.70886,146.35812,42351.406,131.5921,26.647583,135.96295,376.0072,63.45617,28.007706,220.40764,1950.3462,333.5368,147.86948,22.681414,16.48416,405.27905,70.30166,1166.3342,85.12943,2507.4177,202.6504,351.48645,82.10811,120.52797,6.5772996,10.288813,13.731654,2.3665,1.8392115,72.761765,75.04312,78.61793,35.3025,34.194263,128.31425,8.271728,3043.1511,50.339725,70.02419,61.564243,71.062386,236.53964,87.88415,140.85686,13.989836,35.3976,83.364716,271.30103,574.1859,65.43377,296.7436,69.297226,123.20284,271.29626,353.12048,958.03357,160.86833,4.6413794,18.849798,7.317191,43.37628,19224.299,3.1525955,23.614202,37.670162,32.326187,335.7675,52.69731,136.56543,2.5084798,126.33054,413.97256,270.83853,136.41652,503.28253,35.484005,100.33501,157.67513,10.501774,1.616618,10.811949,1178.4347,0.07501396,0.27525267,48.635223,8.148889,3.6152916,3.8131888,7.7934976,91.82302,32.398388,86.66788,569.53955,237.81433,2096.7957,1883.54,21.009922,38.067036,10771.059,7.6863623,77.489586,719.21497,149.03377,204.0119,87.99899,473.15375,839.1618,446.7844,21.451612,114.43603,1047.7924,2048.2861,58.749638,721.152,65.24745,1.0780175,61.978966,1.0418792,0.6351851,2.9326468,54.762955,140.23451,231.18927,17.410349,2920.8838,387.8031,154.61089,221.66432,92.78629,92.02671,65.17607,32.00773,102.910286,792.44183,247.81711,139.10233,114.39862,13.240524,143.78485,129.95866,32.704014,677.76,170.29898,3130.6914,32.401936,2795.291,79.35032,420.2292,2011.4874,75.75749,10.541165,1086.7069,889.5848,3145.8508,91.03341 +2023-08-10 04:00:00,0.0,17653.45,329.69196,29.319042,38.522297,31.441343,170.0573,25.755722,36.71159,20.335005,22.499847,998.66223,224.74644,11.442479,145.31573,5.154382,0.426114,27.671656,7.0696282,1.6417855,346.11618,0.2098923,357.65512,45.16564,0.67993194,1.8904345,115.27397,16.75269,38.972523,96.488464,27446.033,0.09921211,1714.1168,0.3747667,0.21975255,0.08779848,0.49399126,149.43045,168.43253,23.8778,183.4086,25.101294,74.00102,2211.2974,2.3814704,275.03214,166.1538,388.25012,116.75,357.24197,36.626656,419.83255,0.0,2292.2654,12588.203,33.454258,545.7746,146.32494,42346.656,131.58987,26.633936,135.8085,375.65515,63.42094,27.99399,220.18587,1949.4476,333.4953,147.6965,22.667429,16.478374,405.38525,70.28824,1165.8667,85.12957,2507.5938,202.80269,351.29477,82.13021,120.482735,6.5761437,10.286379,13.722952,2.365903,1.8382803,72.78301,75.07575,78.648674,35.33398,34.217777,128.31374,8.27844,3042.758,50.31432,69.99462,61.525303,70.99435,236.60878,87.86491,140.71237,13.98381,35.38891,83.30988,271.20724,574.2534,65.48347,296.79376,69.3081,123.15522,271.28708,352.79477,958.0018,160.86362,4.6438603,18.83199,7.3112726,43.39612,19225.234,3.153525,23.635101,37.701077,32.344574,335.77118,52.726524,136.59492,2.5067782,126.33696,414.06543,270.78925,136.45494,503.21072,35.482258,100.32887,157.63907,10.500346,1.6167114,10.811784,1177.9816,0.07498023,0.27512902,48.63704,8.14735,3.6147642,3.8124137,7.795091,91.804756,32.389248,86.66877,569.52124,237.82281,2097.0476,1883.5333,21.027546,38.099686,10769.668,7.685715,77.52778,719.29156,149.10847,204.1293,88.03494,473.42508,839.2934,446.84964,21.467896,114.50681,1047.6943,2048.052,58.793037,721.637,65.32187,1.0779359,61.977673,1.0415279,0.6349436,2.9316647,54.804157,140.31145,231.07448,17.402328,2919.4548,387.96506,154.73924,221.84543,92.83717,92.01142,65.22939,32.09597,102.90188,792.3943,247.82834,139.12938,114.371376,13.261827,143.80376,129.97446,32.685223,677.49347,170.25919,3128.4167,32.402832,2794.2725,79.35311,420.2331,2010.3569,75.726715,10.546017,1086.3271,889.3617,3144.3005,91.03352 +2023-08-10 05:00:00,0.0,17653.605,329.7747,29.335464,38.54125,31.450668,170.09279,25.763136,36.731384,20.336885,22.508162,999.1717,224.63622,11.455142,145.38034,5.1454906,0.42530087,27.674671,7.0566235,1.6388484,346.1841,0.20974575,357.79437,45.17864,0.6789269,1.8872107,115.312416,16.757858,38.988052,96.477295,27446.283,0.09908433,1714.8081,0.37445354,0.21951713,0.08769016,0.49338797,149.46391,168.47879,23.874332,183.34341,25.120932,73.95657,2211.4707,2.3803363,274.8268,166.00311,388.35944,116.638756,357.3478,36.63817,419.40244,0.0,2291.8,12581.287,33.432495,545.84033,146.29175,42341.906,131.58766,26.62029,135.65407,375.3031,63.38571,27.980274,219.9641,1948.549,333.4538,147.52354,22.653444,16.472591,405.49142,70.27482,1165.3993,85.1297,2507.7698,202.95497,351.10303,82.15232,120.4375,6.5749884,10.283945,13.71425,2.3653061,1.8373492,72.80427,75.10838,78.67943,35.36546,34.24129,128.3132,8.285154,3042.365,50.288914,69.96506,61.486362,70.9263,236.67792,87.84566,140.56787,13.977785,35.38022,83.25504,271.1135,574.321,65.533165,296.8439,69.31897,123.107605,271.27786,352.46906,957.97,160.85889,4.6463413,18.81418,7.305354,43.41596,19226.168,3.154455,23.655998,37.73199,32.36296,335.77487,52.755733,136.62442,2.5050766,126.34338,414.15826,270.73993,136.49336,503.1389,35.48051,100.32274,157.60301,10.498919,1.6168048,10.811619,1177.5283,0.0749465,0.27500537,48.638855,8.145813,3.6142368,3.8116388,7.7966847,91.78648,32.380108,86.66966,569.5029,237.83131,2097.2996,1883.5267,21.045172,38.132336,10768.278,7.685068,77.56597,719.36816,149.18317,204.2467,88.0709,473.6964,839.42505,446.91492,21.484179,114.5776,1047.5963,2047.8176,58.836433,722.122,65.396286,1.0778543,61.976383,1.0411766,0.6347021,2.9306824,54.845356,140.38837,230.95969,17.39431,2918.026,388.127,154.86761,222.02655,92.88806,91.99614,65.28271,32.184208,102.89348,792.3468,247.83957,139.15643,114.344124,13.283132,143.82268,129.99025,32.666435,677.227,170.2194,3126.1418,32.40373,2793.2542,79.3559,420.23703,2009.2264,75.695946,10.550868,1085.9474,889.1386,3142.7505,91.03364 +2023-08-10 06:00:00,0.0,17653.76,329.85745,29.351887,38.5602,31.459993,170.12827,25.770552,36.751175,20.338766,22.516474,999.6811,224.52597,11.467805,145.44496,5.136599,0.42448777,27.677687,7.043618,1.6359113,346.25204,0.2095992,357.93365,45.191635,0.67792183,1.8839868,115.35087,16.763027,39.003586,96.466125,27446.533,0.098956555,1715.4994,0.37414035,0.2192817,0.087581836,0.49278468,149.49736,168.52504,23.870865,183.27823,25.14057,73.912125,2211.6438,2.3792021,274.62146,165.85243,388.46875,116.527504,357.45364,36.64968,418.97232,0.0,2291.335,12574.372,33.410736,545.9061,146.25858,42337.156,131.58543,26.606644,135.49962,374.95105,63.350487,27.966558,219.74232,1947.6504,333.4123,147.35059,22.63946,16.466808,405.5976,70.2614,1164.9318,85.12984,2507.9458,203.10727,350.91132,82.17442,120.392265,6.573833,10.281511,13.705548,2.3647094,1.836418,72.825516,75.14102,78.71018,35.39694,34.264805,128.31268,8.291867,3041.9717,50.26351,69.935486,61.447422,70.85825,236.74704,87.826416,140.42339,13.971759,35.371525,83.20021,271.0197,574.3885,65.58286,296.89407,69.329834,123.05998,271.26868,352.14334,957.9382,160.85417,4.648823,18.796371,7.2994356,43.4358,19227.104,3.1553845,23.676897,37.762905,32.381348,335.77853,52.784946,136.6539,2.5033753,126.3498,414.25113,270.6906,136.53177,503.06708,35.478764,100.31661,157.56696,10.497491,1.6168983,10.811454,1177.0751,0.07491278,0.27488172,48.64067,8.144275,3.6137097,3.8108637,7.798279,91.76822,32.370968,86.670555,569.4846,237.83981,2097.5515,1883.52,21.062798,38.164986,10766.888,7.684421,77.604164,719.4447,149.25786,204.36412,88.10686,473.96774,839.55664,446.98016,21.50046,114.64839,1047.4983,2047.5834,58.879833,722.60706,65.4707,1.0777727,61.97509,1.0408254,0.63446057,2.9297001,54.88656,140.46529,230.8449,17.38629,2916.5972,388.289,154.99597,222.20766,92.93894,91.98085,65.33602,32.272446,102.88508,792.2993,247.85081,139.18349,114.31687,13.304435,143.84158,130.00604,32.647644,676.96045,170.17963,3123.8672,32.40462,2792.2358,79.358696,420.24094,2008.0958,75.66517,10.555719,1085.5675,888.9155,3141.2002,91.03375 +2023-08-10 07:00:00,0.0,17653.914,329.9402,29.368309,38.57915,31.469316,170.16374,25.777966,36.77097,20.340647,22.524786,1000.19055,224.41573,11.480468,145.50958,5.1277075,0.42367464,27.680702,7.0306134,1.6329744,346.31998,0.20945264,358.0729,45.20463,0.67691684,1.8807629,115.38931,16.768198,39.019115,96.454956,27446.785,0.098828785,1716.1907,0.3738272,0.21904628,0.08747351,0.4921814,149.5308,168.5713,23.867397,183.21304,25.160208,73.86767,2211.8171,2.3780677,274.41614,165.70177,388.57806,116.41625,357.55948,36.661194,418.5422,0.0,2290.8696,12567.456,33.388973,545.97186,146.22539,42332.406,131.5832,26.592999,135.34518,374.599,63.315258,27.952843,219.52055,1946.7518,333.3708,147.17761,22.625475,16.461023,405.7038,70.24797,1164.4644,85.129974,2508.122,203.25955,350.71957,82.19653,120.34704,6.572677,10.279078,13.696846,2.3641126,1.8354869,72.84677,75.17365,78.74093,35.428417,34.288315,128.31216,8.29858,3041.5786,50.238106,69.905914,61.408485,70.79021,236.81618,87.807175,140.2789,13.965734,35.362835,83.14538,270.92596,574.456,65.63256,296.9442,69.340706,123.01236,271.2595,351.81766,957.9064,160.84946,4.651304,18.778563,7.293517,43.45564,19228.04,3.1563141,23.697794,37.793816,32.39974,335.78223,52.814156,136.6834,2.5016737,126.35622,414.344,270.6413,136.57019,502.99524,35.477016,100.31048,157.5309,10.496063,1.6169918,10.81129,1176.622,0.07487905,0.27475807,48.64249,8.142736,3.6131823,3.8100889,7.7998724,91.749954,32.361828,86.67144,569.4663,237.8483,2097.8035,1883.5133,21.080421,38.197636,10765.498,7.683774,77.64236,719.5213,149.33257,204.48152,88.14281,474.23907,839.6883,447.0454,21.516743,114.71918,1047.4003,2047.3491,58.92323,723.09204,65.54512,1.0776912,61.973797,1.040474,0.63421905,2.9287179,54.927757,140.54222,230.73009,17.37827,2915.1682,388.45096,155.12433,222.38878,92.98982,91.96556,65.389336,32.360687,102.87668,792.2518,247.86205,139.21054,114.28962,13.325739,143.8605,130.02184,32.628853,676.694,170.13983,3121.5923,32.405518,2791.2175,79.36149,420.24487,2006.9653,75.63439,10.560571,1085.1877,888.69244,3139.65,91.03387 +2023-08-10 08:00:00,0.0,17654.068,330.02295,29.384731,38.598103,31.478642,170.19923,25.78538,36.79076,20.342525,22.533098,1000.7,224.3055,11.493131,145.5742,5.118816,0.42286152,27.683718,7.017608,1.6300373,346.38794,0.20930609,358.21216,45.217625,0.6759118,1.8775392,115.427765,16.773367,39.03465,96.44379,27447.035,0.09870101,1716.882,0.373514,0.21881086,0.087365195,0.4915781,149.56425,168.61757,23.86393,183.14784,25.179846,73.82322,2211.9905,2.3769336,274.2108,165.55109,388.6874,116.305,357.6653,36.672707,418.11212,0.0,2290.4043,12560.54,33.36721,546.0376,146.1922,42327.652,131.58098,26.579351,135.19073,374.24695,63.280033,27.939127,219.29877,1945.8531,333.3293,147.00465,22.61149,16.45524,405.80997,70.23455,1163.997,85.130104,2508.298,203.41183,350.52786,82.21864,120.3018,6.5715218,10.276643,13.688144,2.3635159,1.8345556,72.86803,75.20628,78.77168,35.459896,34.31183,128.31165,8.305294,3041.1855,50.212704,69.87634,61.369545,70.72216,236.8853,87.78793,140.13441,13.959708,35.354145,83.090546,270.8322,574.5235,65.68226,296.9944,69.35158,122.96474,271.25027,351.49194,957.8746,160.84474,4.653785,18.760754,7.2875986,43.47548,19228.973,3.1572437,23.718693,37.82473,32.418125,335.78592,52.84337,136.71289,2.499972,126.36263,414.43683,270.59198,136.6086,502.92343,35.475266,100.304344,157.49484,10.494636,1.6170852,10.811125,1176.1687,0.07484532,0.2746344,48.644306,8.141198,3.6126552,3.809314,7.801466,91.73168,32.352688,86.67233,569.448,237.8568,2098.0554,1883.5067,21.098047,38.230286,10764.107,7.683127,77.68056,719.59784,149.40726,204.59892,88.178764,474.51038,839.8199,447.1107,21.533026,114.78997,1047.3022,2047.1149,58.96663,723.5771,65.61954,1.0776095,61.972507,1.0401227,0.63397753,2.9277356,54.96896,140.61914,230.6153,17.37025,2913.7393,388.6129,155.25269,222.56989,93.04071,91.95027,65.44265,32.448925,102.86828,792.2043,247.87328,139.23758,114.26237,13.347043,143.87941,130.03763,32.610065,676.4274,170.10005,3119.3176,32.406414,2790.1992,79.36429,420.24878,2005.8348,75.603615,10.565422,1084.808,888.4694,3138.0999,91.03398 +2023-08-10 09:00:00,0.0,17654.223,330.1057,29.401154,38.617054,31.487967,170.23471,25.792793,36.81055,20.344406,22.54141,1001.2094,224.19525,11.505794,145.63881,5.109925,0.4220484,27.686733,7.0046034,1.6271002,346.45587,0.20915954,358.3514,45.23062,0.6749068,1.8743153,115.46621,16.778536,39.05018,96.43262,27447.285,0.09857323,1717.5734,0.3732008,0.21857543,0.08725687,0.4909748,149.5977,168.66382,23.860462,183.08266,25.199484,73.77877,2212.1638,2.3757994,274.00543,165.4004,388.79675,116.193756,357.77118,36.68422,417.682,0.0,2289.939,12553.625,33.34545,546.10333,146.15901,42322.902,131.57875,26.565704,135.0363,373.8949,63.244804,27.925411,219.077,1944.9546,333.2878,146.8317,22.597504,16.449455,405.91617,70.22113,1163.5294,85.13024,2508.474,203.56412,350.33615,82.240746,120.25657,6.5703664,10.274209,13.679441,2.3629189,1.8336245,72.889275,75.238914,78.80244,35.491375,34.335342,128.31113,8.312007,3040.7922,50.187298,69.84677,61.330605,70.65412,236.95444,87.768684,139.98991,13.953683,35.345455,83.035706,270.73843,574.591,65.73196,297.04453,69.36245,122.917114,271.2411,351.16623,957.8427,160.84003,4.656266,18.742943,7.2816806,43.49532,19229.908,3.1581736,23.739592,37.855644,32.436512,335.7896,52.87258,136.74239,2.4982708,126.36906,414.5297,270.54266,136.64702,502.8516,35.47352,100.29822,157.45879,10.493208,1.6171786,10.81096,1175.7155,0.0748116,0.27451074,48.646122,8.139661,3.6121278,3.808539,7.80306,91.71342,32.343548,86.673225,569.4297,237.86528,2098.3074,1883.5,21.115673,38.262936,10762.718,7.68248,77.71875,719.67444,149.48196,204.71632,88.214714,474.7817,839.95154,447.17593,21.549309,114.860756,1047.2043,2046.8806,59.01003,724.0621,65.693954,1.077528,61.971214,1.0397714,0.633736,2.9267533,55.01016,140.69606,230.5005,17.36223,2912.3105,388.77487,155.38104,222.751,93.09159,91.93498,65.495964,32.537167,102.85988,792.1568,247.8845,139.26463,114.235115,13.368346,143.89833,130.05342,32.591274,676.16095,170.06026,3117.0427,32.407307,2789.1807,79.36708,420.25272,2004.7043,75.57284,10.570273,1084.4281,888.24634,3136.5496,91.034096 +2023-08-10 10:00:00,0.0,17654.377,330.18845,29.417576,38.636005,31.49729,170.27019,25.800207,36.830345,20.346287,22.549723,1001.7189,224.08502,11.5184555,145.70343,5.101033,0.4212353,27.689749,6.991598,1.6241633,346.5238,0.209013,358.4907,45.243618,0.67390174,1.8710914,115.50466,16.783707,39.065712,96.421455,27447.537,0.09844546,1718.2646,0.37288764,0.21834002,0.08714855,0.49037153,149.63116,168.71008,23.856995,183.01747,25.219122,73.734314,2212.337,2.374665,273.8001,165.24974,388.90607,116.082504,357.877,36.695732,417.2519,0.0,2289.4739,12546.709,33.32369,546.16907,146.12582,42318.152,131.57654,26.55206,134.88185,373.54285,63.20958,27.911695,218.85522,1944.056,333.2463,146.65872,22.583519,16.443672,406.02234,70.20771,1163.062,85.13037,2508.6501,203.7164,350.14444,82.262856,120.211334,6.5692105,10.271775,13.67074,2.362322,1.8326933,72.91053,75.271545,78.83318,35.522854,34.358852,128.31061,8.31872,3040.3992,50.161896,69.81721,61.291664,70.586075,237.02356,87.74944,139.84543,13.947657,35.336765,82.98087,270.64468,574.6585,65.781654,297.0947,69.37332,122.86949,271.23187,350.84055,957.8109,160.83531,4.658747,18.725134,7.275762,43.51516,19230.844,3.1591032,23.760489,37.88656,32.4549,335.7933,52.90179,136.77188,2.4965692,126.37547,414.62256,270.49335,136.68542,502.7798,35.47177,100.29208,157.42273,10.49178,1.617272,10.810795,1175.2622,0.07477787,0.2743871,48.647938,8.138123,3.6116004,3.807764,7.8046536,91.69515,32.33441,86.67412,569.4114,237.87378,2098.5593,1883.4933,21.133299,38.295586,10761.327,7.6818333,77.75694,719.75104,149.55666,204.83374,88.25067,475.05304,840.0831,447.24118,21.565592,114.93154,1047.1063,2046.6464,59.053425,724.5471,65.76837,1.0774465,61.96992,1.0394201,0.63349456,2.925771,55.05136,140.773,230.38571,17.354212,2910.8816,388.93683,155.50941,222.93213,93.14248,91.91969,65.549286,32.625404,102.85148,792.10925,247.89574,139.29169,114.20786,13.38965,143.91724,130.06921,32.572483,675.8944,170.02048,3114.7678,32.408203,2788.1624,79.36987,420.25662,2003.5737,75.54207,10.575125,1084.0483,888.02325,3134.9995,91.03421 +2023-08-10 11:00:00,0.0,17654.531,330.2712,29.433998,38.654957,31.506615,170.30568,25.807623,36.850136,20.348167,22.558035,1002.22833,223.97478,11.531118,145.76805,5.0921416,0.42042217,27.692764,6.9785933,1.6212262,346.59174,0.20886645,358.62994,45.256615,0.6728967,1.8678676,115.543106,16.788876,39.081245,96.410286,27447.787,0.09831768,1718.9559,0.37257445,0.2181046,0.08704022,0.48976824,149.66461,168.75633,23.853527,182.95229,25.23876,73.689865,2212.5103,2.3735309,273.59476,165.09906,389.01538,115.97125,357.98285,36.707245,416.8218,0.0,2289.0085,12539.794,33.301926,546.23486,146.09264,42313.402,131.57431,26.538412,134.72742,373.19077,63.17435,27.89798,218.63345,1943.1573,333.2048,146.48576,22.569534,16.437887,406.1285,70.19428,1162.5945,85.13051,2508.8262,203.86868,349.9527,82.284966,120.1661,6.568055,10.269341,13.662038,2.3617253,1.8317622,72.93178,75.30418,78.86394,35.554333,34.382366,128.31009,8.325434,3040.006,50.13649,69.787636,61.252728,70.51803,237.0927,87.7302,139.70094,13.941631,35.328075,82.92604,270.5509,574.7261,65.83135,297.14484,69.384186,122.82188,271.2227,350.51483,957.7791,160.8306,4.6612287,18.707325,7.2698436,43.535,19231.777,3.1600327,23.781387,37.917473,32.473286,335.797,52.931004,136.80138,2.4948676,126.38189,414.7154,270.44406,136.72385,502.70795,35.470024,100.28595,157.38667,10.490353,1.6173655,10.810631,1174.8091,0.07474414,0.27426344,48.649754,8.136584,3.6110733,3.806989,7.806247,91.67688,32.32527,86.67501,569.39307,237.88226,2098.8113,1883.4867,21.150923,38.328236,10759.937,7.681186,77.795135,719.8276,149.63135,204.95114,88.28663,475.32437,840.2148,447.30646,21.581873,115.002335,1047.0083,2046.4121,59.096825,725.0321,65.84279,1.0773649,61.96863,1.0390688,0.63325304,2.9247887,55.09256,140.84991,230.2709,17.346191,2909.4526,389.0988,155.63777,223.11324,93.19336,91.9044,65.6026,32.713642,102.84308,792.06177,247.90697,139.31874,114.18061,13.4109535,143.93616,130.085,32.553696,675.6279,169.9807,3112.4932,32.4091,2787.144,79.372665,420.26056,2002.4432,75.51129,10.579975,1083.6686,887.8002,3133.4492,91.034325 +2023-08-10 12:00:00,0.0,17654.686,330.35397,29.45042,38.67391,31.515938,170.34116,25.815037,36.869926,20.350048,22.566349,1002.73773,223.86453,11.543781,145.83267,5.08325,0.41960904,27.69578,6.965588,1.6182891,346.6597,0.2087199,358.7692,45.269608,0.6718917,1.8646437,115.58156,16.794044,39.096775,96.39912,27448.037,0.098189905,1719.6472,0.37226126,0.21786918,0.0869319,0.48916495,149.69806,168.8026,23.85006,182.8871,25.258398,73.64542,2212.6836,2.3723967,273.38943,164.94838,389.1247,115.86,358.08868,36.718758,416.3917,0.0,2288.5435,12532.878,33.280167,546.3006,146.05945,42308.652,131.57208,26.524767,134.57297,372.83875,63.139126,27.884264,218.41168,1942.2588,333.1633,146.3128,22.55555,16.432104,406.2347,70.18086,1162.1271,85.130646,2509.0024,204.02097,349.761,82.30707,120.12087,6.5668993,10.266908,13.653336,2.3611286,1.830831,72.95303,75.33681,78.89469,35.585808,34.40588,128.30957,8.332147,3039.6128,50.111084,69.758064,61.213787,70.44998,237.16182,87.71096,139.55646,13.935606,35.319386,82.8712,270.45715,574.7936,65.88105,297.195,69.39506,122.774254,271.2135,350.18912,957.7473,160.82588,4.6637096,18.689516,7.263925,43.55484,19232.713,3.1609626,23.802284,37.948387,32.491676,335.8007,52.960213,136.83087,2.4931662,126.388306,414.80826,270.39474,136.76227,502.63614,35.468277,100.27982,157.35062,10.488925,1.6174589,10.810466,1174.3558,0.07471042,0.2741398,48.651573,8.135046,3.6105459,3.806214,7.8078413,91.658615,32.31613,86.675896,569.37476,237.89076,2099.0632,1883.48,21.168549,38.360886,10758.547,7.680539,77.833336,719.9042,149.70605,205.06854,88.32258,475.5957,840.3464,447.3717,21.598156,115.07312,1046.9103,2046.1779,59.140224,725.51715,65.917206,1.0772833,61.96734,1.0387176,0.6330115,2.9238064,55.133762,140.92683,230.15611,17.338171,2908.024,389.26077,155.76613,223.29436,93.24424,91.889114,65.655914,32.801884,102.83468,792.0143,247.9182,139.3458,114.15336,13.432258,143.95506,130.1008,32.534904,675.36145,169.9409,3110.2183,32.409996,2786.1257,79.37546,420.26447,2001.3127,75.480515,10.584826,1083.2887,887.5771,3131.899,91.03445 +2023-08-10 13:00:00,0.0,17654.84,330.4367,29.466843,38.69286,31.525263,170.37663,25.82245,36.88972,20.351929,22.574661,1003.2472,223.7543,11.556444,145.89728,5.0743585,0.4187959,27.698795,6.9525833,1.615352,346.72763,0.20857334,358.90845,45.282604,0.67088664,1.8614199,115.62,16.799215,39.11231,96.38795,27448.287,0.098062135,1720.3385,0.3719481,0.21763375,0.086823575,0.4885617,149.7315,168.84886,23.846592,182.82191,25.278036,73.60097,2212.8567,2.3712626,273.18408,164.79771,389.23404,115.74876,358.19452,36.73027,415.96158,0.0,2288.0781,12525.963,33.258404,546.36633,146.02626,42303.902,131.56985,26.51112,134.41853,372.4867,63.103897,27.870548,218.18991,1941.3602,333.1218,146.13983,22.541565,16.426321,406.34088,70.16744,1161.6595,85.130775,2509.1785,204.17326,349.56924,82.32918,120.07564,6.565744,10.264473,13.644634,2.3605318,1.8298999,72.97428,75.36944,78.92544,35.617287,34.429394,128.30905,8.33886,3039.2197,50.085682,69.72849,61.174847,70.381935,237.23096,87.69171,139.41196,13.929581,35.31069,82.81637,270.36337,574.8611,65.93075,297.24518,69.40593,122.72663,271.20428,349.8634,957.7155,160.82117,4.666191,18.671707,7.2580066,43.574677,19233.646,3.1618922,23.823183,37.9793,32.510063,335.80438,52.989426,136.86037,2.4914646,126.39472,414.90112,270.34543,136.80067,502.5643,35.46653,100.27369,157.31456,10.487497,1.6175524,10.810301,1173.9026,0.07467669,0.2740161,48.65339,8.133509,3.6100185,3.8054392,7.809435,91.64035,32.30699,86.67679,569.35645,237.89925,2099.3152,1883.4734,21.186174,38.393536,10757.156,7.679892,77.87153,719.9808,149.78075,205.18596,88.358536,475.86703,840.478,447.43698,21.614439,115.143906,1046.8123,2045.9436,59.18362,726.00214,65.99162,1.0772017,61.96605,1.0383663,0.63277,2.9228241,55.17496,141.00377,230.04132,17.330153,2906.595,389.42273,155.89449,223.47546,93.29513,91.873825,65.70923,32.89012,102.82628,791.96674,247.92944,139.37285,114.126114,13.453562,143.97398,130.1166,32.516113,675.0949,169.90112,3107.9436,32.41089,2785.1072,79.37825,420.2684,2000.1823,75.44974,10.589678,1082.9089,887.35406,3130.3489,91.03456 +2023-08-10 14:00:00,0.0,17654.994,330.51947,29.483265,38.71181,31.534588,170.41212,25.829865,36.90951,20.353807,22.582973,1003.7566,223.64406,11.569107,145.9619,5.065467,0.41798282,27.70181,6.939578,1.6124151,346.79556,0.20842679,359.04773,45.2956,0.66988164,1.858196,115.658455,16.804384,39.12784,96.37678,27448.54,0.09793436,1721.0298,0.3716349,0.21739833,0.08671525,0.48795837,149.76495,168.89511,23.843124,182.75671,25.297674,73.55651,2213.03,2.3701282,272.97876,164.64703,389.34332,115.637505,358.30035,36.741787,415.53146,0.0,2287.613,12519.047,33.23664,546.43207,145.99309,42299.152,131.56763,26.497475,134.26408,372.13464,63.06867,27.856833,217.96812,1940.4615,333.08032,145.96687,22.52758,16.420536,406.44708,70.15402,1161.1921,85.13091,2509.3545,204.32555,349.37756,82.35128,120.0304,6.5645885,10.262039,13.635932,2.3599348,1.8289688,72.99554,75.40207,78.95619,35.648766,34.452904,128.30853,8.345572,3038.8267,50.060276,69.69892,61.135906,70.313896,237.3001,87.67247,139.26747,13.923555,35.302002,82.761536,270.26962,574.9286,65.980446,297.29532,69.4168,122.67901,271.1951,349.53772,957.6837,160.81645,4.668672,18.653898,7.252088,43.594517,19234.582,3.1628218,23.84408,38.010216,32.52845,335.80807,53.01864,136.88986,2.489763,126.401146,414.99396,270.2961,136.8391,502.4925,35.464783,100.26756,157.2785,10.48607,1.6176457,10.810136,1173.4495,0.07464296,0.27389246,48.655205,8.13197,3.6094913,3.8046641,7.8110285,91.62208,32.29785,86.67768,569.33813,237.90775,2099.5671,1883.4667,21.203798,38.426186,10755.767,7.679245,77.90972,720.0573,149.85544,205.30336,88.394485,476.13834,840.6096,447.50223,21.630722,115.2147,1046.7142,2045.7094,59.22702,726.4872,66.06604,1.0771202,61.964756,1.038015,0.6325285,2.921842,55.216164,141.08069,229.92651,17.322132,2905.1663,389.5847,156.02284,223.65659,93.34601,91.858536,65.76254,32.97836,102.81788,791.91925,247.94067,139.39989,114.09886,13.474865,143.99289,130.13239,32.497326,674.8284,169.86134,3105.6687,32.411785,2784.0889,79.38104,420.2723,1999.0516,75.41896,10.594529,1082.5292,887.131,3128.7986,91.034676 +2023-08-10 15:00:00,0.0,17655.15,330.6022,29.499687,38.730762,31.543911,170.4476,25.83728,36.929306,20.355688,22.591286,1004.26605,223.53383,11.58177,146.02652,5.0565753,0.4171697,27.704826,6.9265733,1.609478,346.8635,0.20828025,359.18698,45.308598,0.6688766,1.8549721,115.6969,16.809553,39.14337,96.36561,27448.79,0.09780658,1721.7211,0.37132174,0.2171629,0.08660693,0.4873551,149.7984,168.94138,23.839659,182.69153,25.317314,73.51206,2213.2034,2.368994,272.7734,164.49637,389.45267,115.52625,358.4062,36.7533,415.10138,0.0,2287.1477,12512.132,33.21488,546.4978,145.9599,42294.402,131.56541,26.483828,134.10965,371.7826,63.033443,27.843117,217.74635,1939.563,333.03882,145.79391,22.513594,16.414753,406.55325,70.1406,1160.7246,85.13105,2509.5305,204.47783,349.18582,82.37339,119.98517,6.5634327,10.259605,13.62723,2.359338,1.8280376,73.016785,75.43471,78.986946,35.680244,34.476418,128.30801,8.352286,3038.4333,50.034874,69.66936,61.09697,70.24585,237.36922,87.65323,139.12299,13.917529,35.293312,82.706696,270.17584,574.9961,66.03014,297.3455,69.42767,122.631386,271.18588,349.212,957.65186,160.81174,4.6711535,18.63609,7.2461696,43.614357,19235.518,3.1637514,23.864979,38.04113,32.546837,335.81174,53.047848,136.91936,2.4880617,126.40756,415.08682,270.2468,136.8775,502.42065,35.463036,100.26143,157.24245,10.484642,1.6177392,10.809971,1172.9962,0.07460924,0.2737688,48.65702,8.130432,3.608964,3.8038893,7.8126225,91.60381,32.28871,86.67857,569.3199,237.91623,2099.819,1883.46,21.221424,38.458836,10754.376,7.678598,77.947914,720.1339,149.93015,205.42076,88.43044,476.40967,840.7413,447.56747,21.647003,115.285484,1046.6162,2045.4751,59.27042,726.97217,66.14046,1.0770386,61.963463,1.0376637,0.63228697,2.9208598,55.257362,141.15761,229.81172,17.314112,2903.7373,389.74664,156.15121,223.8377,93.39689,91.84325,65.81586,33.0666,102.80948,791.8717,247.9519,139.42694,114.07161,13.496169,144.01181,130.14818,32.478535,674.5619,169.82155,3103.394,32.41268,2783.0706,79.383835,420.27625,1997.9211,75.38819,10.5993805,1082.1493,886.9079,3127.2483,91.03479 +2023-08-10 16:00:00,0.0,17655.305,330.68497,29.51611,38.749714,31.553236,170.48308,25.844694,36.949097,20.357569,22.599598,1004.7755,223.42358,11.594433,146.09114,5.047684,0.41635656,27.707842,6.913568,1.6065409,346.93146,0.2081337,359.32623,45.32159,0.66787153,1.8517483,115.73535,16.814724,39.1589,96.35445,27449.04,0.09767881,1722.4124,0.37100855,0.21692748,0.0864986,0.48675182,149.83186,168.98764,23.836191,182.62634,25.336952,73.46761,2213.3765,2.3678598,272.56808,164.34569,389.562,115.415,358.51202,36.764812,414.67126,0.0,2286.6826,12505.216,33.19312,546.5636,145.92671,42289.652,131.56319,26.47018,133.9552,371.43054,62.998215,27.829401,217.52458,1938.6644,332.9973,145.62094,22.499609,16.408968,406.65942,70.127174,1160.2572,85.13118,2509.7065,204.63011,348.9941,82.3955,119.93993,6.5622773,10.257172,13.618528,2.3587413,1.8271065,73.03804,75.46734,79.01769,35.711723,34.49993,128.3075,8.358999,3038.0403,50.009468,69.639786,61.05803,70.1778,237.43835,87.63399,138.9785,13.911504,35.284622,82.65186,270.0821,575.06366,66.07984,297.39563,69.43854,122.58376,271.1767,348.8863,957.62006,160.80702,4.6736345,18.61828,7.240251,43.634197,19236.451,3.1646812,23.885876,38.072044,32.565224,335.81543,53.07706,136.94885,2.48636,126.41398,415.1797,270.19748,136.91592,502.34885,35.46129,100.255295,157.20639,10.483213,1.6178327,10.809807,1172.543,0.07457551,0.27364516,48.658836,8.128895,3.6084368,3.8031144,7.814216,91.58555,32.27957,86.67947,569.3016,237.92473,2100.071,1883.4534,21.23905,38.491486,10752.985,7.677951,77.98611,720.21045,150.00484,205.53818,88.4664,476.681,840.87286,447.63275,21.663286,115.35628,1046.5182,2045.2408,59.313816,727.4572,66.214874,1.076957,61.962173,1.0373124,0.63204545,2.9198775,55.298565,141.23454,229.69693,17.306093,2902.3083,389.9086,156.27957,224.01881,93.44778,91.82796,65.86917,33.15484,102.80108,791.8242,247.96313,139.454,114.04436,13.517473,144.03072,130.16397,32.459743,674.2954,169.78177,3101.1191,32.413574,2782.0522,79.386635,420.28015,1996.7906,75.357414,10.604232,1081.7695,886.6848,3125.6982,91.034904 +2023-08-10 17:00:00,0.0,17655.459,330.76773,29.532532,38.768665,31.56256,170.51857,25.852108,36.968887,20.35945,22.60791,1005.2849,223.31334,11.607096,146.15575,5.0387926,0.41554347,27.710857,6.9005632,1.603604,346.9994,0.20798714,359.46548,45.334587,0.66686654,1.8485245,115.773796,16.819893,39.174435,96.34328,27449.291,0.09755103,1723.1036,0.37069535,0.21669206,0.08639028,0.4861485,149.86531,169.03389,23.832724,182.56116,25.35659,73.42316,2213.5498,2.3667254,272.36273,164.195,389.67133,115.30376,358.61786,36.776325,414.24115,0.0,2286.2173,12498.301,33.171356,546.62933,145.89352,42284.902,131.56096,26.456535,133.80077,371.0785,62.96299,27.815685,217.30281,1937.7657,332.9558,145.44798,22.485624,16.403185,406.76562,70.113754,1159.7898,85.13132,2509.8828,204.7824,348.80237,82.4176,119.89471,6.561122,10.254738,13.609826,2.3581445,1.8261753,73.05929,75.49997,79.04845,35.743202,34.523445,128.30698,8.365712,3037.6472,49.984062,69.610214,61.01909,70.10976,237.50748,87.61474,138.834,13.9054785,35.275932,82.59703,269.9883,575.13116,66.12954,297.4458,69.44941,122.53615,271.1675,348.5606,957.58826,160.8023,4.6761155,18.60047,7.2343326,43.654037,19237.387,3.1656108,23.906775,38.10296,32.583614,335.81912,53.10627,136.97835,2.4846585,126.420395,415.27252,270.14816,136.95435,502.277,35.45954,100.24917,157.17033,10.481786,1.6179261,10.809642,1172.0898,0.074541785,0.2735215,48.660656,8.127357,3.6079094,3.8023393,7.8158097,91.567276,32.27043,86.68036,569.28326,237.93323,2100.323,1883.4467,21.256674,38.524136,10751.596,7.677304,78.02431,720.28705,150.07954,205.65558,88.50235,476.95233,841.0045,447.698,21.67957,115.42706,1046.4203,2045.0066,59.357216,727.9422,66.28929,1.0768754,61.96088,1.0369612,0.63180393,2.9188952,55.339767,141.31146,229.58214,17.298073,2900.8796,390.0706,156.40793,224.19994,93.49866,91.81267,65.92249,33.24308,102.79267,791.77673,247.97437,139.48105,114.017105,13.538776,144.04964,130.17978,32.440956,674.0289,169.74197,3098.8445,32.41447,2781.0337,79.38943,420.28406,1995.66,75.32664,10.609083,1081.3898,886.46173,3124.148,91.03502 +2023-08-10 18:00:00,0.0,17655.613,330.85046,29.548954,38.787617,31.571884,170.55405,25.859522,36.98868,20.36133,22.616222,1005.7944,223.20311,11.619759,146.22037,5.029901,0.41473034,27.713873,6.887558,1.6006669,347.06732,0.20784059,359.60477,45.347584,0.6658615,1.8453006,115.81225,16.825062,39.189964,96.33211,27449.541,0.09742326,1723.7949,0.3703822,0.21645664,0.086281955,0.48554525,149.89876,169.08015,23.829256,182.49597,25.376228,73.37871,2213.7231,2.3655913,272.1574,164.04434,389.78064,115.192505,358.7237,36.787838,413.81104,0.0,2285.752,12491.385,33.149597,546.69507,145.86034,42280.152,131.55873,26.442888,133.64632,370.72644,62.92776,27.80197,217.08104,1936.8672,332.9143,145.27502,22.47164,16.3974,406.8718,70.100334,1159.3223,85.13145,2510.0588,204.93468,348.61066,82.43971,119.84947,6.559966,10.252303,13.601124,2.3575478,1.8252442,73.08054,75.53261,79.0792,35.77468,34.546955,128.30646,8.372426,3037.2542,49.95866,69.58064,60.98015,70.04171,237.57661,87.5955,138.68951,13.899453,35.267242,82.5422,269.89456,575.19867,66.17924,297.49594,69.46028,122.488525,271.1583,348.2349,957.55646,160.79758,4.678597,18.58266,7.228414,43.673878,19238.322,3.1665404,23.927671,38.133873,32.602,335.8228,53.135483,137.00784,2.4829571,126.42682,415.3654,270.09888,136.99275,502.2052,35.457794,100.243034,157.13428,10.480358,1.6180196,10.809477,1171.6366,0.07450806,0.27339783,48.66247,8.125818,3.607382,3.8015645,7.8174033,91.54901,32.26129,86.681244,569.26495,237.94171,2100.575,1883.4401,21.2743,38.556786,10750.205,7.6766567,78.0625,720.36365,150.15424,205.77298,88.53831,477.22366,841.1361,447.76324,21.695852,115.49785,1046.3223,2044.7723,59.40061,728.42725,66.36371,1.0767939,61.95959,1.0366099,0.6315624,2.917913,55.380966,141.38838,229.46733,17.290052,2899.4507,390.23254,156.53629,224.38104,93.54954,91.79738,65.97581,33.331318,102.78427,791.7292,247.9856,139.5081,113.98985,13.560081,144.06854,130.19557,32.422165,673.7624,169.7022,3096.5696,32.415367,2780.0154,79.39222,420.288,1994.5295,75.29586,10.6139345,1081.0099,886.2387,3122.5977,91.03513 +2023-08-10 19:00:00,0.0,17655.768,330.93323,29.565376,38.80657,31.58121,170.58952,25.866936,37.008472,20.36321,22.624535,1006.3038,223.09286,11.632421,146.28499,5.0210094,0.4139172,27.716888,6.874553,1.5977298,347.13525,0.20769404,359.74402,45.36058,0.66485643,1.8420768,115.85069,16.830233,39.205498,96.32094,27449.791,0.097295485,1724.4862,0.370069,0.21622121,0.08617363,0.48494196,149.9322,169.12642,23.825788,182.43079,25.395866,73.33426,2213.8965,2.3644571,271.95206,163.89366,389.88995,115.08125,358.82953,36.79935,413.38095,0.0,2285.2866,12484.469,33.127834,546.7608,145.82715,42275.4,131.5565,26.429243,133.49188,370.3744,62.892536,27.788254,216.85925,1935.9686,332.8728,145.10205,22.457655,16.391617,406.97797,70.086914,1158.8549,85.131584,2510.2349,205.08696,348.4189,82.461815,119.80424,6.5588107,10.249869,13.5924225,2.356951,1.824313,73.10179,75.56523,79.10995,35.80616,34.57047,128.30594,8.379139,3036.8608,49.933254,69.55108,60.94121,69.97367,237.64574,87.576256,138.54503,13.893427,35.25855,82.48736,269.80078,575.2662,66.22893,297.5461,69.47115,122.4409,271.1491,347.90918,957.52466,160.79286,4.681078,18.564852,7.2224956,43.693718,19239.256,3.16747,23.94857,38.164783,32.620388,335.8265,53.164696,137.03732,2.4812555,126.433235,415.45825,270.04956,137.03117,502.13336,35.456047,100.2369,157.09822,10.47893,1.618113,10.809312,1171.1833,0.074474335,0.27327418,48.664288,8.12428,3.606855,3.8007894,7.8189974,91.53075,32.25215,86.68214,569.2467,237.95021,2100.827,1883.4333,21.291925,38.589436,10748.815,7.6760097,78.10069,720.4402,150.22893,205.8904,88.574265,477.49496,841.26776,447.82852,21.712135,115.56864,1046.2242,2044.5381,59.44401,728.91223,66.43813,1.0767124,61.958298,1.0362586,0.6313209,2.9169307,55.42217,141.46532,229.35254,17.282034,2898.0217,390.3945,156.66466,224.56216,93.600426,91.78209,66.02912,33.419556,102.77587,791.6817,247.99683,139.53516,113.9626,13.581384,144.08746,130.21136,32.403374,673.49585,169.66241,3094.2947,32.41626,2778.997,79.39501,420.2919,1993.399,75.26508,10.618786,1080.6301,886.0156,3121.0476,91.03525 +2023-08-10 20:00:00,0.0,17655.922,331.016,29.581799,38.82552,31.590532,170.625,25.874352,37.028267,20.36509,22.632847,1006.81323,222.98264,11.645083,146.34961,5.012118,0.4131041,27.719904,6.861548,1.5947927,347.2032,0.20754749,359.88327,45.373573,0.66385144,1.8388529,115.889145,16.835402,39.221027,96.30977,27450.041,0.09716771,1725.1775,0.3697558,0.21598579,0.086065315,0.48433867,149.96565,169.17267,23.82232,182.36559,25.415504,73.28981,2214.0696,2.363323,271.74673,163.74298,389.9993,114.97,358.93536,36.810863,412.95084,0.0,2284.8215,12477.554,33.10607,546.82654,145.79396,42270.65,131.55429,26.415596,133.33743,370.02234,62.857307,27.774538,216.63748,1935.07,332.83133,144.9291,22.44367,16.385834,407.08417,70.073494,1158.3873,85.13172,2510.411,205.23926,348.22723,82.483925,119.759,6.557655,10.247436,13.58372,2.356354,1.8233819,73.12305,75.59787,79.1407,35.83764,34.593983,128.3054,8.385852,3036.4678,49.907852,69.52151,60.90227,69.905624,237.71487,87.557014,138.40054,13.887402,35.24986,82.432526,269.70703,575.3337,66.278625,297.59625,69.482025,122.39328,271.1399,347.58347,957.4928,160.78815,4.6835594,18.547043,7.2165775,43.713554,19240.191,3.1683998,23.969467,38.195698,32.638775,335.8302,53.193905,137.06682,2.479554,126.43965,415.5511,270.00024,137.06958,502.06155,35.4543,100.230774,157.06216,10.477503,1.6182064,10.809147,1170.7302,0.074440606,0.27315053,48.666103,8.122743,3.6063275,3.8000145,7.820591,91.512474,32.24301,86.68303,569.2284,237.9587,2101.0789,1883.4266,21.30955,38.622086,10747.425,7.6753626,78.138885,720.5168,150.30363,206.0078,88.610214,477.7663,841.39935,447.89377,21.728416,115.63943,1046.1262,2044.3038,59.48741,729.3973,66.51255,1.0766307,61.957005,1.0359073,0.6310794,2.9159484,55.463367,141.54224,229.23775,17.274014,2896.593,390.55646,156.79301,224.74329,93.651306,91.7668,66.082436,33.507797,102.76747,791.63416,248.00807,139.5622,113.93535,13.602688,144.10637,130.22716,32.384586,673.2294,169.62262,3092.02,32.417156,2777.9788,79.397804,420.29584,1992.2686,75.234314,10.623637,1080.2504,885.79254,3119.4973,91.03536 +2023-08-10 21:00:00,0.0,17656.076,331.09872,29.59822,38.84447,31.599857,170.66049,25.881765,37.048058,20.36697,22.641161,1007.3227,222.87239,11.657746,146.41422,5.0032263,0.412291,27.72292,6.848543,1.5918558,347.27115,0.20740095,360.02252,45.38657,0.6628464,1.8356291,115.92759,16.84057,39.23656,96.2986,27450.293,0.09703994,1725.8688,0.36944264,0.21575037,0.08595699,0.48373538,149.99911,169.21893,23.818853,182.3004,25.435143,73.24535,2214.243,2.3621886,271.54138,163.59232,390.1086,114.85876,359.0412,36.822376,412.52072,0.0,2284.3562,12470.638,33.084312,546.89233,145.76079,42265.9,131.55206,26.401949,133.183,369.6703,62.82208,27.760822,216.41571,1934.1714,332.78983,144.75613,22.429684,16.380049,407.19034,70.06007,1157.9199,85.13185,2510.587,205.39154,348.0355,82.506035,119.71377,6.5564995,10.245002,13.575018,2.3557572,1.8224508,73.144295,75.6305,79.171455,35.869118,34.617493,128.30489,8.392565,3036.0747,49.882446,69.491936,60.86333,69.83758,237.78401,87.537766,138.25604,13.881376,35.24117,82.37769,269.61325,575.4012,66.32832,297.64642,69.49289,122.34566,271.1307,347.25778,957.461,160.78343,4.6860404,18.529234,7.210659,43.733395,19241.127,3.1693294,23.990366,38.226612,32.65716,335.8339,53.223118,137.09631,2.4778526,126.44607,415.64395,269.95093,137.108,501.98975,35.452553,100.22464,157.02611,10.476075,1.6182998,10.808983,1170.277,0.074406885,0.27302688,48.66792,8.121204,3.6058002,3.7992396,7.8221846,91.49421,32.23387,86.68392,569.2101,237.9672,2101.3308,1883.42,21.327175,38.654736,10746.034,7.6747155,78.177086,720.5933,150.37833,206.1252,88.64617,478.03763,841.53094,447.959,21.7447,115.71022,1046.0282,2044.0697,59.530807,729.88226,66.58697,1.0765492,61.955715,1.035556,0.63083786,2.914966,55.50457,141.61916,229.12296,17.265995,2895.164,390.7184,156.92137,224.9244,93.702194,91.75151,66.13575,33.596035,102.75907,791.5867,248.0193,139.58925,113.9081,13.623992,144.12529,130.24295,32.365795,672.9629,169.58284,3089.745,32.418053,2776.9602,79.4006,420.29974,1991.138,75.20354,10.628489,1079.8705,885.56946,3117.9473,91.03548 +2023-08-10 22:00:00,0.0,17656.23,331.1815,29.614643,38.863422,31.609182,170.69597,25.88918,37.06785,20.36885,22.649473,1007.8321,222.76215,11.670409,146.47884,4.9943347,0.41147786,27.725935,6.835538,1.5889187,347.33908,0.2072544,360.1618,45.399567,0.6618414,1.8324052,115.966034,16.845741,39.25209,96.28744,27450.543,0.09691216,1726.5602,0.36912945,0.21551496,0.08584867,0.4831321,150.03256,169.26518,23.815386,182.23521,25.45478,73.200905,2214.4163,2.3610544,271.33606,163.44164,390.21796,114.747505,359.14703,36.83389,412.0906,0.0,2283.891,12463.723,33.06255,546.95807,145.7276,42261.15,131.54984,26.388304,133.02855,369.31824,62.786854,27.747107,216.19394,1933.2728,332.74832,144.58316,22.415699,16.374266,407.29654,70.046646,1157.4524,85.13199,2510.7632,205.54382,347.84378,82.52814,119.66853,6.555344,10.242568,13.566317,2.3551605,1.8215196,73.16555,75.66313,79.2022,35.900597,34.641006,128.30437,8.399279,3035.6814,49.857044,69.462364,60.82439,69.76953,237.85313,87.518524,138.11156,13.875351,35.23248,82.32285,269.5195,575.46875,66.37802,297.6966,69.50376,122.298035,271.12152,346.93207,957.4292,160.77872,4.6885214,18.511425,7.2047405,43.753235,19242.06,3.170259,24.011263,38.257526,32.67555,335.8376,53.25233,137.12581,2.476151,126.452484,415.73682,269.9016,137.14641,501.9179,35.450806,100.218506,156.99005,10.4746475,1.6183933,10.808818,1169.8237,0.074373156,0.27290323,48.669735,8.119666,3.605273,3.7984645,7.8237786,91.475945,32.22473,86.684814,569.1918,237.97568,2101.583,1883.4133,21.3448,38.687386,10744.645,7.6740685,78.21528,720.6699,150.45303,206.24261,88.68212,478.30896,841.6626,448.0243,21.760983,115.781006,1045.9302,2043.8354,59.574207,730.3673,66.661385,1.0764676,61.954422,1.0352048,0.63059634,2.9139838,55.54577,141.69609,229.00815,17.257975,2893.735,390.8804,157.04973,225.10551,93.753075,91.73622,66.189064,33.684277,102.75067,791.5392,248.03053,139.6163,113.88085,13.645295,144.1442,130.25874,32.347004,672.69635,169.54305,3087.4705,32.418945,2775.942,79.40339,420.30368,1990.0074,75.17276,10.63334,1079.4907,885.34644,3116.397,91.0356 +2023-08-10 23:00:00,0.0,17656.385,331.26422,29.631065,38.882378,31.618505,170.73145,25.896593,37.087643,20.370731,22.657785,1008.34155,222.65192,11.683072,146.54346,4.985443,0.41066474,27.72895,6.822533,1.5859816,347.407,0.20710784,360.30106,45.412563,0.66083634,1.8291813,116.004486,16.85091,39.267624,96.27627,27450.793,0.09678438,1727.2515,0.3688163,0.21527953,0.08574034,0.4825288,150.06601,169.31145,23.811918,182.17003,25.474419,73.156456,2214.5894,2.3599203,271.1307,163.29095,390.32727,114.63625,359.25287,36.8454,411.66052,0.0,2283.4258,12456.807,33.040787,547.0238,145.69441,42256.4,131.5476,26.374657,132.87411,368.9662,62.751625,27.73339,215.97217,1932.3741,332.70682,144.4102,22.401714,16.36848,407.4027,70.033226,1156.985,85.13212,2510.9392,205.6961,347.65204,82.55025,119.62331,6.5541883,10.240133,13.557614,2.3545637,1.8205885,73.1868,75.69576,79.232956,35.93207,34.66452,128.30385,8.405992,3035.2883,49.83164,69.43279,60.785454,69.70149,237.92227,87.49928,137.96707,13.869325,35.22379,82.26802,269.42572,575.53625,66.42772,297.74673,69.51463,122.25042,271.1123,346.60635,957.3974,160.774,4.691003,18.493616,7.198822,43.773075,19242.996,3.1711888,24.032162,38.28844,32.69394,335.84128,53.28154,137.1553,2.4744494,126.45891,415.82965,269.8523,137.18483,501.8461,35.44906,100.21238,156.954,10.47322,1.6184868,10.808653,1169.3706,0.07433943,0.27277955,48.671555,8.118128,3.6047456,3.7976897,7.825372,91.45767,32.21559,86.6857,569.17346,237.98418,2101.835,1883.4067,21.362425,38.720036,10743.254,7.6734214,78.25347,720.7465,150.52773,206.36002,88.71808,478.5803,841.7942,448.08954,21.777266,115.85179,1045.8322,2043.6012,59.617607,730.8523,66.7358,1.0763861,61.953133,1.0348535,0.6303548,2.9130015,55.58697,141.77301,228.89336,17.249954,2892.3064,391.04236,157.17809,225.28662,93.803955,91.72093,66.242386,33.772514,102.74227,791.49164,248.04176,139.64336,113.8536,13.666599,144.16312,130.27454,32.328217,672.4299,169.50327,3085.1956,32.41984,2774.9236,79.40618,420.3076,1988.877,75.14198,10.63819,1079.111,885.12335,3114.8467,91.03571 +2023-08-11 00:00:00,0.0,17656.541,331.347,29.647488,38.90133,31.62783,170.76694,25.904007,37.107433,20.372612,22.666098,1008.85095,222.54167,11.695735,146.60806,4.976552,0.40985164,27.731966,6.809528,1.5830446,347.47495,0.20696129,360.4403,45.42556,0.6598313,1.8259575,116.04293,16.85608,39.283154,96.2651,27451.045,0.09665661,1727.9427,0.3685031,0.21504411,0.08563202,0.48192552,150.09946,169.35771,23.80845,182.10484,25.494057,73.112,2214.7627,2.3587859,270.92535,163.14029,390.43658,114.525,359.3587,36.85692,411.2304,0.0,2282.9604,12449.892,33.019028,547.08954,145.66122,42251.65,131.54538,26.361012,132.71967,368.61414,62.7164,27.719675,215.75038,1931.4756,332.6653,144.23724,22.38773,16.362698,407.50888,70.019806,1156.5175,85.132256,2511.1152,205.84839,347.46033,82.57235,119.57807,6.553033,10.2376995,13.548912,2.353967,1.8196573,73.20805,75.72839,79.26371,35.96355,34.688034,128.30333,8.412704,3034.8953,49.806232,69.40323,60.746513,69.633446,237.9914,87.48004,137.82259,13.863299,35.2151,82.21319,269.33197,575.60376,66.47742,297.7969,69.525505,122.2028,271.10312,346.28064,957.3656,160.76929,4.693484,18.475807,7.1929035,43.792915,19243.932,3.1721184,24.053059,38.319355,32.712326,335.84497,53.310753,137.1848,2.472748,126.465324,415.92252,269.80298,137.22325,501.77426,35.44731,100.206245,156.91794,10.471792,1.6185802,10.808488,1168.9174,0.074305706,0.2726559,48.67337,8.1165905,3.6042182,3.7969146,7.826966,91.43941,32.20645,86.68659,569.15515,237.99266,2102.087,1883.4,21.38005,38.752686,10741.864,7.6727743,78.291664,720.82306,150.60242,206.47742,88.754036,478.8516,841.92584,448.1548,21.793549,115.922585,1045.7341,2043.367,59.661003,731.33734,66.81022,1.0763044,61.95184,1.0345021,0.6301133,2.9120195,55.62817,141.84993,228.77856,17.241936,2890.8774,391.2043,157.30646,225.46774,93.85484,91.70564,66.2957,33.860752,102.73387,791.44415,248.053,139.67041,113.82635,13.687902,144.18202,130.29033,32.309425,672.1633,169.46349,3082.921,32.42074,2773.9053,79.40898,420.31152,1987.7465,75.11121,10.643042,1078.7311,884.90027,3113.2966,91.03583 +2023-08-11 01:00:00,0.0,17656.695,331.42975,29.66391,38.92028,31.637154,170.80241,25.911423,37.127228,20.374493,22.67441,1009.3604,222.43144,11.708398,146.67268,4.9676604,0.4090385,27.734982,6.796523,1.5801076,347.5429,0.20681474,360.57956,45.438553,0.6588263,1.8227336,116.08138,16.86125,39.298687,96.25393,27451.295,0.096528836,1728.634,0.3681899,0.21480869,0.085523695,0.48132223,150.1329,169.40396,23.804983,182.03966,25.513695,73.06755,2214.936,2.3576517,270.72003,162.98961,390.5459,114.41375,359.46457,36.86843,410.8003,0.0,2282.4954,12442.976,32.997265,547.1553,145.62804,42246.9,131.54317,26.347364,132.56523,368.2621,62.68117,27.70596,215.52861,1930.5769,332.6238,144.06427,22.373745,16.356915,407.61508,70.00638,1156.05,85.13239,2511.2913,206.00067,347.26862,82.59446,119.53284,6.5518775,10.235266,13.540211,2.35337,1.8187262,73.2293,75.761024,79.29446,35.99503,34.711544,128.30281,8.419418,3034.502,49.78083,69.37366,60.707573,69.5654,238.06053,87.46079,137.67809,13.857274,35.206406,82.15835,269.2382,575.67126,66.527115,297.84705,69.53638,122.155174,271.0939,345.95496,957.3338,160.76457,4.6959653,18.457996,7.186985,43.812756,19244.865,3.173048,24.073957,38.35027,32.730713,335.84863,53.339962,137.2143,2.4710464,126.47174,416.01538,269.7537,137.26166,501.70245,35.445564,100.20011,156.88188,10.470365,1.6186736,10.808324,1168.4641,0.07427198,0.27253225,48.675186,8.115052,3.603691,3.7961397,7.82856,91.421135,32.19731,86.687485,569.13684,238.00116,2102.3389,1883.3933,21.397676,38.785336,10740.474,7.6721272,78.32986,720.89966,150.67712,206.59482,88.789986,479.12292,842.05743,448.22006,21.80983,115.99337,1045.6362,2043.1327,59.704403,731.8223,66.884636,1.0762229,61.950546,1.0341508,0.6298718,2.9110372,55.669373,141.92686,228.66377,17.233915,2889.4485,391.36627,157.43481,225.64886,93.90572,91.69035,66.349014,33.948994,102.72547,791.39667,248.06422,139.69746,113.799095,13.709207,144.20094,130.30612,32.290634,671.89685,169.42369,3080.646,32.42163,2772.8867,79.41177,420.31543,1986.6158,75.08044,10.647893,1078.3513,884.6772,3111.7463,91.03594 +2023-08-11 02:00:00,0.0,17656.85,331.51248,29.68033,38.93923,31.646479,170.83789,25.918837,37.14702,20.376371,22.682722,1009.8699,222.3212,11.721061,146.7373,4.958769,0.4082254,27.737997,6.783518,1.5771705,347.61084,0.2066682,360.71884,45.45155,0.65782124,1.8195097,116.11983,16.866419,39.314217,96.24276,27451.545,0.09640106,1729.3253,0.36787674,0.21457326,0.08541537,0.48071894,150.16637,169.45023,23.801516,181.97446,25.533333,73.0231,2215.1091,2.3565176,270.51468,162.83893,390.6552,114.302505,359.5704,36.879944,410.3702,0.0,2282.03,12436.061,32.975502,547.22107,145.59485,42242.15,131.54094,26.33372,132.41078,367.91003,62.645947,27.692244,215.30684,1929.6783,332.58234,143.89131,22.35976,16.35113,407.72125,69.99296,1155.5826,85.13252,2511.4673,206.15295,347.0769,82.61657,119.4876,6.5507216,10.232832,13.531508,2.3527732,1.817795,73.25056,75.793655,79.32521,36.02651,34.735058,128.30229,8.426131,3034.109,49.755424,69.344086,60.668633,69.49735,238.12965,87.44155,137.5336,13.851249,35.197716,82.103516,269.14444,575.7388,66.57681,297.89722,69.54724,122.10755,271.08472,345.62924,957.30194,160.75986,4.6984463,18.440187,7.1810665,43.832596,19245.8,3.1739776,24.094856,38.381184,32.7491,335.85233,53.369175,137.24379,2.4693449,126.47816,416.10822,269.70438,137.30008,501.6306,35.443817,100.193985,156.84583,10.468937,1.618767,10.808159,1168.0109,0.07423825,0.2724086,48.677002,8.113514,3.6031637,3.7953649,7.8301535,91.40287,32.18817,86.68838,569.1185,238.00964,2102.5908,1883.3867,21.415302,38.81799,10739.084,7.67148,78.36806,720.97626,150.75182,206.71223,88.82594,479.39426,842.1891,448.2853,21.826113,116.06416,1045.5382,2042.8984,59.747803,732.3074,66.95905,1.0761414,61.949257,1.0337995,0.62963027,2.910055,55.71057,142.00378,228.54897,17.225895,2888.0198,391.52823,157.56317,225.82997,93.956604,91.675064,66.40233,34.03723,102.71707,791.3491,248.07545,139.7245,113.77184,13.730511,144.21985,130.32191,32.271847,671.6303,169.38391,3078.3713,32.422527,2771.8684,79.414566,420.31937,1985.4854,75.04966,10.652744,1077.9716,884.4541,3110.196,91.03606 +2023-08-11 03:00:00,0.0,17657.004,331.59525,29.696753,38.958183,31.655804,170.87338,25.92625,37.16681,20.378252,22.691034,1010.3793,222.21095,11.733724,146.80193,4.9498773,0.40741226,27.741013,6.770513,1.5742334,347.67877,0.20652165,360.8581,45.464546,0.65681624,1.816286,116.15828,16.871588,39.32975,96.23159,27451.797,0.09627329,1730.0166,0.36756355,0.21433784,0.08530705,0.48011568,150.19981,169.49649,23.79805,181.90927,25.55297,72.978645,2215.2825,2.3553834,270.30936,162.68826,390.76456,114.19125,359.67624,36.891457,409.9401,0.0,2281.565,12429.145,32.953743,547.2868,145.56166,42237.4,131.53871,26.320072,132.25635,367.55798,62.610718,27.678528,215.08507,1928.7798,332.54083,143.71835,22.345774,16.345346,407.82745,69.97954,1155.1151,85.13266,2511.6436,206.30525,346.88516,82.63867,119.44237,6.5495663,10.230398,13.522806,2.3521764,1.8168639,73.271805,75.826294,79.355965,36.057987,34.75857,128.30177,8.432844,3033.7158,49.730022,69.314514,60.629692,69.429306,238.19879,87.42231,137.38911,13.845222,35.189026,82.04868,269.05066,575.8063,66.62651,297.94736,69.55811,122.05993,271.07553,345.30353,957.27014,160.75514,4.7009277,18.422379,7.175148,43.852436,19246.734,3.1749074,24.115753,38.412098,32.767487,335.85602,53.398388,137.27328,2.4676435,126.48458,416.20108,269.65506,137.33849,501.5588,35.44207,100.18785,156.80977,10.467509,1.6188605,10.807994,1167.5577,0.07420453,0.27228495,48.678818,8.111976,3.6026366,3.7945898,7.831747,91.384605,32.179035,86.68927,569.1002,238.01814,2102.8428,1883.38,21.432926,38.85064,10737.693,7.670833,78.40625,721.0528,150.8265,206.82964,88.86189,479.6656,842.3207,448.3506,21.842396,116.13495,1045.4402,2042.6642,59.7912,732.79236,67.03347,1.0760598,61.947964,1.0334482,0.62938875,2.9090726,55.751774,142.0807,228.43417,17.217876,2886.5908,391.6902,157.69153,226.0111,94.00749,91.659775,66.45564,34.125473,102.70867,791.30164,248.0867,139.75156,113.74459,13.751814,144.23877,130.3377,32.253056,671.36383,169.34413,3076.0964,32.423424,2770.85,79.41736,420.32327,1984.3549,75.01888,10.657596,1077.5917,884.2311,3108.646,91.03617 +2023-08-11 04:00:00,0.0,17657.158,331.678,29.713175,38.977135,31.665127,170.90886,25.933664,37.186604,20.380133,22.699348,1010.88873,222.10072,11.746386,146.86653,4.9409857,0.40659916,27.744028,6.757508,1.5712965,347.7467,0.20637509,360.99734,45.477543,0.6558112,1.8130621,116.196724,16.876759,39.345284,96.22043,27452.047,0.09614551,1730.7079,0.36725035,0.21410242,0.08519872,0.47951236,150.23326,169.54274,23.794582,181.84409,25.572609,72.9342,2215.4558,2.354249,270.104,162.53758,390.87387,114.08,359.78207,36.90297,409.50998,0.0,2281.0996,12422.2295,32.93198,547.35254,145.52847,42232.65,131.53648,26.306425,132.1019,367.20593,62.575493,27.664812,214.8633,1927.8811,332.49933,143.54538,22.331789,16.339561,407.93362,69.96612,1154.6477,85.1328,2511.8196,206.45753,346.69345,82.66078,119.39714,6.5484104,10.227963,13.514105,2.3515797,1.8159328,73.29306,75.85892,79.38671,36.089466,34.78208,128.30125,8.439557,3033.3225,49.704617,69.28494,60.590755,69.36127,238.26791,87.40307,137.24463,13.839197,35.180336,81.99385,268.9569,575.87384,66.67621,297.99753,69.568985,122.01231,271.0663,344.97784,957.23834,160.75043,4.7034087,18.40457,7.1692295,43.872276,19247.67,3.175837,24.136652,38.443012,32.785877,335.8597,53.427597,137.30278,2.465942,126.491,416.29395,269.60574,137.3769,501.48697,35.440323,100.18172,156.77371,10.466082,1.618954,10.807829,1167.1045,0.0741708,0.27216128,48.680637,8.110438,3.6021092,3.793815,7.833341,91.36633,32.169895,86.690155,569.0819,238.02663,2103.0947,1883.3733,21.450552,38.88329,10736.303,7.670186,78.44444,721.1294,150.90121,206.94704,88.89785,479.93692,842.45233,448.41583,21.858679,116.205734,1045.3422,2042.4299,59.8346,733.2774,67.10789,1.0759782,61.94667,1.033097,0.62914723,2.9080904,55.792973,142.15764,228.31938,17.209856,2885.162,391.85217,157.81989,226.1922,94.05837,91.644485,66.50896,34.21371,102.70027,791.25415,248.09793,139.77861,113.71734,13.773118,144.25768,130.3535,32.234264,671.0973,169.30434,3073.8215,32.42432,2769.8318,79.42015,420.3272,1983.2244,74.988106,10.662447,1077.2119,884.008,3107.0957,91.036285 +2023-08-11 05:00:00,0.0,17657.312,331.76074,29.729597,38.996086,31.674452,170.94434,25.941078,37.206394,20.382013,22.70766,1011.3982,221.99048,11.759048,146.93115,4.932094,0.40578604,27.747044,6.744503,1.5683594,347.81467,0.20622854,361.1366,45.490536,0.65480614,1.8098383,116.235176,16.881927,39.360813,96.20926,27452.297,0.09601773,1731.3992,0.3669372,0.213867,0.0850904,0.47890908,150.26671,169.589,23.791115,181.7789,25.592247,72.88975,2215.6292,2.3531148,269.89868,162.3869,390.98322,113.96875,359.8879,36.914482,409.07986,0.0,2280.6343,12415.313,32.910217,547.4183,145.4953,42227.9,131.53426,26.29278,131.94746,366.85388,62.540264,27.651096,214.64151,1926.9825,332.45782,143.37242,22.317804,16.333778,408.0398,69.9527,1154.1802,85.13293,2511.9956,206.60982,346.5017,82.68289,119.351906,6.547255,10.22553,13.505403,2.350983,1.8150016,73.31431,75.891556,79.417465,36.120945,34.805595,128.30074,8.446271,3032.9294,49.67921,69.25538,60.551815,69.29322,238.33705,87.38382,137.10013,13.833172,35.171646,81.93901,268.86313,575.94135,66.72591,298.04767,69.57986,121.96469,271.05713,344.65213,957.20654,160.74571,4.7058897,18.38676,7.163311,43.892113,19248.605,3.1767666,24.157549,38.473927,32.804264,335.8634,53.45681,137.33228,2.4642403,126.49741,416.38678,269.55643,137.41533,501.41516,35.438572,100.17559,156.73766,10.464654,1.6190474,10.807664,1166.6512,0.07413707,0.27203763,48.682453,8.1089,3.6015818,3.7930398,7.8349347,91.34807,32.160755,86.69105,569.0636,238.03513,2103.3467,1883.3667,21.468178,38.91594,10734.913,7.6695395,78.482635,721.20593,150.9759,207.06445,88.93381,480.20825,842.5839,448.48108,21.874962,116.27653,1045.2441,2042.1957,59.877995,733.7624,67.182304,1.0758966,61.94538,1.0327457,0.6289058,2.907108,55.834175,142.23456,228.20457,17.201836,2883.7332,392.01413,157.94826,226.37332,94.10926,91.6292,66.56228,34.30195,102.69187,791.2066,248.10916,139.80566,113.69009,13.794421,144.2766,130.3693,32.215477,670.8308,169.26456,3071.5469,32.425213,2768.8132,79.42294,420.33112,1982.0938,74.95734,10.667298,1076.8322,883.7849,3105.5457,91.0364 +2023-08-11 06:00:00,0.0,17657.467,331.8435,29.74602,39.015038,31.683775,170.97983,25.948494,37.22619,20.383894,22.715973,1011.9076,221.88025,11.771711,146.99577,4.9232025,0.4049729,27.75006,6.731498,1.5654223,347.8826,0.20608199,361.27588,45.503532,0.65380114,1.8066144,116.27362,16.887096,39.376347,96.19809,27452.547,0.09588996,1732.0905,0.366624,0.21363157,0.084982075,0.47830582,150.30016,169.63525,23.787647,181.71371,25.611885,72.8453,2215.8022,2.3519807,269.69333,162.23624,391.09253,113.857506,359.99374,36.925995,408.64978,0.0,2280.1692,12408.397,32.88846,547.484,145.46211,42223.15,131.53204,26.279133,131.79301,366.50183,62.505035,27.63738,214.41974,1926.084,332.41632,143.19946,22.30382,16.327995,408.146,69.93927,1153.7128,85.133064,2512.1716,206.7621,346.31003,82.704994,119.30667,6.5460997,10.223096,13.4967,2.350386,1.8140705,73.33556,75.92419,79.44822,36.152424,34.82911,128.30022,8.452984,3032.5364,49.65381,69.22581,60.512875,69.225174,238.40619,87.36458,136.95564,13.827147,35.162956,81.88418,268.76938,576.00885,66.775604,298.09784,69.59073,121.91707,271.0479,344.32642,957.17474,160.74098,4.708371,18.368952,7.1573925,43.911953,19249.54,3.1776962,24.178448,38.50484,32.82265,335.8671,53.48602,137.36176,2.462539,126.50383,416.47964,269.5071,137.45374,501.34332,35.436825,100.16946,156.7016,10.463225,1.6191407,10.8075,1166.1981,0.07410335,0.27191398,48.68427,8.107362,3.6010547,3.792265,7.8365283,91.3298,32.151615,86.69194,569.0453,238.04362,2103.5986,1883.36,21.485802,38.94859,10733.522,7.6688924,78.520836,721.28253,151.05061,207.18185,88.96976,480.47955,842.7156,448.54636,21.891243,116.34731,1045.1461,2041.9614,59.921394,734.24744,67.25672,1.0758151,61.944088,1.0323944,0.62866426,2.9061258,55.875374,142.31148,228.08978,17.193817,2882.3042,392.1761,158.07661,226.55443,94.16014,91.613914,66.61559,34.39019,102.683464,791.1591,248.12039,139.83272,113.662834,13.815725,144.2955,130.38509,32.196686,670.56433,169.22476,3069.272,32.42611,2767.795,79.425735,420.33505,1980.9633,74.92656,10.67215,1076.4523,883.5618,3103.9954,91.036514 +2023-08-11 07:00:00,0.0,17657.621,331.92624,29.762442,39.03399,31.6931,171.0153,25.955908,37.24598,20.385775,22.724285,1012.41705,221.77,11.784374,147.0604,4.914311,0.40415978,27.753075,6.718493,1.5624853,347.95053,0.20593543,361.41513,45.51653,0.6527961,1.8033905,116.31207,16.892267,39.391876,96.18692,27452.799,0.095762186,1732.7817,0.3663108,0.21339615,0.08487375,0.4777025,150.3336,169.68152,23.78418,181.64853,25.631523,72.80084,2215.9756,2.3508463,269.488,162.08556,391.20184,113.746254,360.09958,36.937508,408.21967,0.0,2279.7039,12401.482,32.866695,547.54974,145.42892,42218.395,131.52982,26.265488,131.63858,366.14978,62.46981,27.623665,214.19797,1925.1853,332.37482,143.02649,22.289835,16.32221,408.25217,69.92585,1153.2452,85.133194,2512.3477,206.91438,346.1183,82.727104,119.26144,6.544944,10.220662,13.487999,2.3497891,1.8131393,73.35681,75.95682,79.478966,36.183903,34.852623,128.2997,8.459697,3032.143,49.628403,69.196236,60.473934,69.15713,238.47531,87.34534,136.81116,13.821121,35.154263,81.829346,268.6756,576.07635,66.8253,298.14798,69.6016,121.869446,271.03873,344.0007,957.14294,160.73627,4.710852,18.351143,7.1514745,43.931793,19250.475,3.178626,24.199345,38.53575,32.841038,335.8708,53.515232,137.39125,2.4608374,126.51025,416.5725,269.45782,137.49216,501.2715,35.435078,100.16332,156.66554,10.461798,1.6192342,10.807335,1165.7449,0.07406962,0.27179033,48.686085,8.105824,3.6005273,3.79149,7.8381224,91.31153,32.142475,86.69283,569.027,238.05211,2103.8506,1883.3534,21.503428,38.98124,10732.133,7.6682453,78.55903,721.35913,151.1253,207.29926,89.005714,480.7509,842.84717,448.6116,21.907526,116.418106,1045.0481,2041.7272,59.964794,734.7324,67.33114,1.0757335,61.9428,1.0320431,0.62842274,2.9051435,55.916576,142.38841,227.97499,17.185797,2880.8755,392.33804,158.20497,226.73555,94.21102,91.598625,66.66891,34.478428,102.675064,791.1116,248.13162,139.85977,113.63559,13.837029,144.31442,130.40088,32.177895,670.2978,169.18498,3066.9973,32.427006,2766.7766,79.428535,420.33896,1979.8328,74.89578,10.677001,1076.0725,883.33875,3102.445,91.03664 +2023-08-11 08:00:00,0.0,17657.775,332.009,29.778864,39.05294,31.702425,171.05078,25.963322,37.26577,20.387653,22.732597,1012.92645,221.65976,11.797037,147.125,4.90542,0.4033467,27.75609,6.7054877,1.5595483,348.01846,0.2057889,361.55438,45.529526,0.6517911,1.8001667,116.35052,16.897436,39.40741,96.17575,27453.049,0.09563441,1733.473,0.36599764,0.21316072,0.084765434,0.4770992,150.36707,169.72778,23.780712,181.58333,25.651161,72.75639,2216.149,2.3497121,269.28265,161.93488,391.31116,113.635,360.2054,36.94902,407.78955,0.0,2279.2388,12394.566,32.844933,547.61554,145.39574,42213.645,131.52759,26.25184,131.48413,365.79773,62.43458,27.60995,213.9762,1924.2867,332.33334,142.85353,22.275848,16.316427,408.35837,69.91243,1152.7778,85.13333,2512.524,207.06667,345.92657,82.74921,119.2162,6.5437884,10.218228,13.479297,2.3491924,1.8122082,73.37807,75.98945,79.50972,36.21538,34.876133,128.29918,8.466411,3031.75,49.603,69.166664,60.434998,69.08908,238.54445,87.326096,136.66667,13.815095,35.145573,81.774506,268.58185,576.14386,66.875,298.19815,69.612465,121.82182,271.02954,343.67502,957.1111,160.73155,4.7133336,18.333334,7.145556,43.951633,19251.41,3.1795557,24.220243,38.566666,32.859425,335.87448,53.544445,137.42075,2.4591358,126.51667,416.66534,269.4085,137.53056,501.19968,35.43333,100.157196,156.62949,10.46037,1.6193277,10.80717,1165.2916,0.0740359,0.27166665,48.6879,8.104286,3.6,3.790715,7.839716,91.29327,32.133335,86.693726,569.0087,238.06061,2104.1025,1883.3467,21.521053,39.01389,10730.742,7.6675982,78.59722,721.43567,151.2,207.41667,89.041664,481.02222,842.9788,448.67685,21.92381,116.48889,1044.9501,2041.4929,60.00819,735.21747,67.405556,1.0756519,61.941505,1.0316918,0.6281812,2.9041612,55.957775,142.46533,227.8602,17.177776,2879.4465,392.5,158.33333,226.91667,94.26191,91.583336,66.72222,34.566666,102.666664,791.0641,248.14285,139.88681,113.60834,13.858333,144.33333,130.41667,32.159103,670.0313,169.1452,3064.7224,32.4279,2765.7583,79.43133,420.3429,1978.7023,74.865005,10.681852,1075.6927,883.1157,3100.895,91.03675 +2023-08-11 09:00:00,0.0,17657.93,332.09177,29.795286,39.07189,31.711748,171.08627,25.970736,37.285564,20.389534,22.74091,1013.4359,221.54953,11.8097,147.18962,4.8965282,0.40253356,27.759106,6.692483,1.5566112,348.08643,0.20564234,361.69363,45.54252,0.65078604,1.7969428,116.38897,16.902605,39.42294,96.16459,27453.299,0.09550664,1734.1643,0.36568445,0.2129253,0.08465711,0.47649595,150.40051,169.77403,23.777245,181.51814,25.6708,72.711945,2216.322,2.348578,269.07733,161.78421,391.4205,113.52375,360.31125,36.960533,407.35944,0.0,2278.7734,12387.651,32.82317,547.6813,145.36255,42208.895,131.52536,26.238194,131.32968,365.44568,62.399357,27.596233,213.75443,1923.3882,332.29184,142.68056,22.261864,16.310642,408.46454,69.89901,1152.3103,85.13347,2512.7,207.21895,345.73483,82.77132,119.170975,6.542633,10.215794,13.470594,2.3485956,1.811277,73.39932,76.02208,79.540474,36.24686,34.899647,128.29866,8.473124,3031.357,49.577595,69.1371,60.396057,69.02104,238.61357,87.30685,136.52217,13.80907,35.136883,81.71967,268.4881,576.2114,66.9247,298.24832,69.62334,121.7742,271.02032,343.3493,957.0793,160.72684,4.7158146,18.315525,7.1396375,43.971474,19252.344,3.1804852,24.24114,38.59758,32.877815,335.87817,53.573654,137.45024,2.4574344,126.52309,416.7582,269.3592,137.56898,501.12787,35.431583,100.15106,156.59343,10.458942,1.6194211,10.807005,1164.8385,0.07400217,0.271543,48.68972,8.102748,3.5994728,3.78994,7.8413095,91.275,32.124195,86.69461,568.9904,238.06909,2104.3545,1883.34,21.538677,39.04654,10729.352,7.666951,78.635414,721.51227,151.2747,207.53407,89.07762,481.29355,843.1104,448.74213,21.940092,116.55968,1044.852,2041.2587,60.05159,735.7025,67.47997,1.0755703,61.940212,1.0313406,0.6279397,2.903179,55.998978,142.54225,227.74539,17.169758,2878.0176,392.662,158.4617,227.09778,94.31279,91.56805,66.775536,34.654907,102.658264,791.0166,248.15408,139.91386,113.581085,13.879637,144.35223,130.43246,32.140316,669.7648,169.10541,3062.4478,32.428795,2764.7397,79.43412,420.3468,1977.5717,74.83423,10.686704,1075.3129,882.89264,3099.3447,91.036865 +2023-08-11 10:00:00,0.0,17658.086,332.1745,29.811708,39.090843,31.721073,171.12175,25.97815,37.305355,20.391415,22.749222,1013.9454,221.43929,11.822363,147.25424,4.8876367,0.40172043,27.762121,6.6794777,1.5536741,348.15436,0.20549579,361.8329,45.555515,0.649781,1.7937189,116.427414,16.907776,39.438473,96.15342,27453.55,0.09537886,1734.8556,0.3653713,0.21268988,0.08454879,0.47589266,150.43396,169.8203,23.773777,181.45296,25.690437,72.66749,2216.4954,2.3474438,268.87198,161.63353,391.52985,113.412506,360.41708,36.97205,406.92935,0.0,2278.308,12380.735,32.80141,547.747,145.32936,42204.145,131.52313,26.224548,131.17525,365.09363,62.36413,27.582518,213.53264,1922.4895,332.25034,142.5076,22.247879,16.30486,408.5707,69.88559,1151.8429,85.1336,2512.876,207.37125,345.54312,82.79343,119.12574,6.541477,10.21336,13.461893,2.3479989,1.8103459,73.42057,76.05471,79.57122,36.278336,34.92316,128.29814,8.479836,3030.9636,49.55219,69.10753,60.357117,68.952995,238.68271,87.287605,136.37769,13.803044,35.128193,81.66484,268.39432,576.27893,66.974396,298.29846,69.63421,121.72658,271.01114,343.0236,957.0475,160.72212,4.718296,18.297714,7.133719,43.991314,19253.28,3.181415,24.26204,38.628494,32.896202,335.88184,53.602867,137.47974,2.4557328,126.5295,416.85107,269.30988,137.6074,501.05603,35.429836,100.14493,156.55737,10.457515,1.6195146,10.80684,1164.3853,0.07396844,0.27141935,48.691536,8.10121,3.5989454,3.7891653,7.8429036,91.25673,32.115055,86.6955,568.9721,238.07759,2104.6064,1883.3334,21.556303,39.07919,10727.962,7.666304,78.67361,721.58887,151.3494,207.65147,89.11358,481.56488,843.24207,448.80737,21.956375,116.63047,1044.7542,2041.0244,60.09499,736.1875,67.55439,1.0754888,61.938923,1.0309893,0.6276982,2.902197,56.040176,142.61919,227.6306,17.161737,2876.5889,392.82394,158.59006,227.2789,94.36367,91.55276,66.82885,34.743145,102.649864,790.96906,248.16533,139.94092,113.55383,13.900941,144.37115,130.44826,32.121525,669.4983,169.06563,3060.1729,32.42969,2763.7214,79.43691,420.35074,1976.4412,74.80346,10.691554,1074.9331,882.66956,3097.7944,91.03698 +2023-08-11 11:00:00,0.0,17658.24,332.25726,29.82813,39.109795,31.730398,171.15723,25.985565,37.32515,20.393295,22.757534,1014.4548,221.32906,11.835026,147.31886,4.878745,0.40090734,27.765137,6.666473,1.5507371,348.2223,0.20534924,361.97217,45.568512,0.648776,1.7904952,116.465866,16.912945,39.454002,96.14225,27453.8,0.09525108,1735.547,0.3650581,0.21245447,0.08444046,0.47528934,150.4674,169.86656,23.77031,181.38777,25.710075,72.62304,2216.6687,2.3463094,268.66666,161.48286,391.63916,113.301254,360.52292,36.983562,406.49924,0.0,2277.843,12373.82,32.779648,547.81274,145.29617,42199.395,131.52092,26.210901,131.0208,364.74158,62.328903,27.568802,213.31087,1921.591,332.20883,142.33464,22.233894,16.299074,408.6769,69.87216,1151.3754,85.133736,2513.052,207.52353,345.3514,82.81553,119.080505,6.540322,10.210926,13.453191,2.3474019,1.8094147,73.441826,76.08734,79.601974,36.309814,34.94667,128.2976,8.48655,3030.5706,49.526787,69.07796,60.318176,68.88495,238.75183,87.268364,136.2332,13.797019,35.119503,81.61,268.30057,576.34644,67.02409,298.34863,69.64508,121.678955,271.00192,342.69788,957.0157,160.7174,4.720777,18.279905,7.1278005,44.011154,19254.215,3.1823447,24.282936,38.65941,32.91459,335.88553,53.63208,137.50923,2.4540312,126.53592,416.9439,269.26056,137.64581,500.98422,35.42809,100.1388,156.52132,10.456087,1.6196079,10.806676,1163.932,0.07393472,0.2712957,48.69335,8.099672,3.598418,3.7883902,7.844497,91.238464,32.105915,86.696396,568.9538,238.08607,2104.8584,1883.3267,21.573929,39.11184,10726.571,7.665657,78.71181,721.6654,151.42409,207.76889,89.14953,481.83618,843.37366,448.87262,21.972656,116.701256,1044.6561,2040.7902,60.138386,736.67255,67.628815,1.0754073,61.93763,1.030638,0.62745667,2.9012146,56.08138,142.6961,227.51581,17.153719,2875.16,392.9859,158.71841,227.46,94.41456,91.53747,66.882164,34.831387,102.641464,790.9216,248.17656,139.96797,113.52658,13.922244,144.39006,130.46405,32.102734,669.23175,169.02585,3057.898,32.430584,2762.7031,79.439705,420.35464,1975.3107,74.77268,10.696405,1074.5533,882.4465,3096.2444,91.037094 +2023-08-11 12:00:00,0.0,17658.395,332.34,29.844553,39.128746,31.739721,171.19272,25.99298,37.34494,20.395176,22.765846,1014.96423,221.21881,11.847689,147.38347,4.8698535,0.4000942,27.768152,6.6534677,1.5478001,348.29022,0.20520268,362.11142,45.58151,0.64777094,1.7872713,116.50431,16.918114,39.469536,96.13108,27454.05,0.09512331,1736.2383,0.3647449,0.21221904,0.08433214,0.4746861,150.50085,169.91281,23.766842,181.32259,25.729713,72.57859,2216.8418,2.3451753,268.4613,161.33218,391.74847,113.19,360.62875,36.995075,406.06912,0.0,2277.3777,12366.904,32.757885,547.8785,145.263,42194.645,131.51869,26.197256,130.86636,364.38953,62.293674,27.555086,213.0891,1920.6924,332.16733,142.16167,22.21991,16.293291,408.78308,69.85874,1150.908,85.133865,2513.228,207.67581,345.1597,82.83764,119.03527,6.5391665,10.208492,13.444489,2.346805,1.8084836,73.46307,76.11998,79.63273,36.341293,34.970184,128.29709,8.493263,3030.1775,49.50138,69.048386,60.27924,68.8169,238.82097,87.24912,136.08871,13.790993,35.110813,81.55517,268.2068,576.41394,67.07379,298.39877,69.65595,121.63134,270.99274,342.3722,956.9839,160.71269,4.723258,18.262096,7.121882,44.03099,19255.148,3.1832743,24.303835,38.690323,32.932976,335.88922,53.66129,137.53873,2.4523299,126.54234,417.03677,269.21124,137.68423,500.91238,35.426342,100.13267,156.48526,10.454659,1.6197014,10.806511,1163.4789,0.07390099,0.27117205,48.695168,8.098134,3.5978909,3.7876153,7.846091,91.2202,32.096775,86.69729,568.9355,238.09457,2105.1104,1883.3201,21.591553,39.14449,10725.182,7.66501,78.75,721.742,151.4988,207.88629,89.185486,482.1075,843.5053,448.9379,21.98894,116.77205,1044.5581,2040.5559,60.181786,737.15753,67.70323,1.0753256,61.93634,1.0302867,0.62721515,2.9002323,56.122578,142.77303,227.40102,17.145699,2873.731,393.14786,158.84677,227.64113,94.46544,91.52218,66.935486,34.919624,102.633064,790.874,248.18779,139.99503,113.49933,13.943548,144.40898,130.47984,32.083946,668.9653,168.98605,3055.6233,32.43148,2761.6848,79.4425,420.35858,1974.1802,74.741905,10.701257,1074.1735,882.22345,3094.694,91.03721 +2023-08-11 13:00:00,0.0,17658.549,332.42276,29.860975,39.147697,31.749046,171.2282,26.000393,37.36473,20.397055,22.77416,1015.47363,221.10857,11.860351,147.44809,4.860962,0.39928108,27.771168,6.640463,1.544863,348.3582,0.20505615,362.25067,45.5945,0.64676595,1.7840475,116.54276,16.923285,39.485065,96.11991,27454.3,0.094995536,1736.9296,0.36443174,0.21198362,0.084223814,0.4740828,150.53432,169.95908,23.763374,181.25739,25.749352,72.53414,2217.0151,2.344041,268.25595,161.1815,391.8578,113.07875,360.7346,37.006588,405.63904,0.0,2276.9126,12359.989,32.736126,547.9443,145.22981,42189.895,131.51646,26.183609,130.71191,364.03748,62.25845,27.54137,212.86732,1919.7937,332.12585,141.98871,22.205925,16.287508,408.88928,69.84532,1150.4406,85.134,2513.4043,207.8281,344.96796,82.85974,118.990036,6.5380106,10.2060585,13.435787,2.3462083,1.8075525,73.48433,76.15261,79.663475,36.372772,34.9937,128.29657,8.499976,3029.7842,49.47598,69.018814,60.2403,68.748856,238.89009,87.22987,135.94421,13.784967,35.102123,81.500336,268.11304,576.48145,67.12349,298.44894,69.66682,121.58372,270.98355,342.04648,956.952,160.70798,4.7257395,18.244287,7.1159635,44.05083,19256.084,3.1842039,24.324732,38.721237,32.951363,335.8929,53.690502,137.56822,2.4506283,126.54876,417.12964,269.16193,137.72264,500.84058,35.424595,100.12653,156.4492,10.453232,1.6197948,10.806346,1163.0256,0.07386726,0.27104837,48.696983,8.096596,3.5973635,3.7868402,7.847685,91.20193,32.087635,86.69818,568.9172,238.10306,2105.3623,1883.3134,21.609179,39.17714,10723.791,7.664363,78.78819,721.81854,151.57349,208.0037,89.221436,482.37885,843.6369,449.00314,22.005222,116.842834,1044.4601,2040.3217,60.225185,737.6426,67.77765,1.0752441,61.935047,1.0299354,0.6269736,2.89925,56.16378,142.84996,227.28621,17.137678,2872.3022,393.3098,158.97513,227.82225,94.51633,91.50689,66.9888,35.007862,102.624664,790.82654,248.19902,140.02206,113.47208,13.964851,144.42789,130.49564,32.065155,668.6987,168.94627,3053.3484,32.432377,2760.6663,79.44529,420.3625,1973.0496,74.71113,10.706108,1073.7937,882.00037,3093.144,91.03732 +2023-08-11 14:00:00,0.0,17658.703,332.50552,29.877398,39.16665,31.75837,171.26367,26.007807,37.384525,20.398935,22.782473,1015.9831,220.99834,11.8730135,147.51271,4.8520703,0.39846796,27.774183,6.6274576,1.541926,348.42612,0.2049096,362.38992,45.6075,0.6457609,1.7808236,116.58121,16.928453,39.5006,96.10874,27454.553,0.09486776,1737.6208,0.36411855,0.2117482,0.08411549,0.47347948,150.56776,170.00533,23.759909,181.1922,25.76899,72.489685,2217.1885,2.3429067,268.05063,161.03084,391.96713,112.96751,360.84042,37.0181,405.20892,0.0,2276.4473,12353.073,32.714363,548.01,145.19662,42185.145,131.51424,26.169962,130.55748,363.68542,62.22322,27.527655,212.64555,1918.8951,332.08435,141.81575,22.191938,16.281723,408.99545,69.8319,1149.973,85.13414,2513.5803,207.98038,344.77625,82.88185,118.9448,6.536855,10.203624,13.427085,2.3456116,1.8066213,73.50558,76.18524,79.69423,36.40425,35.017212,128.29605,8.506689,3029.391,49.450573,68.98925,60.20136,68.68082,238.95923,87.21063,135.79973,13.778942,35.09343,81.4455,268.01926,576.54895,67.17319,298.49908,69.67769,121.536095,270.97433,341.72076,956.9202,160.70326,4.7282205,18.226479,7.110045,44.07067,19257.02,3.1851337,24.34563,38.75215,32.96975,335.8966,53.71971,137.59772,2.4489267,126.555176,417.22247,269.11264,137.76106,500.76877,35.422848,100.12041,156.41315,10.451804,1.6198883,10.806181,1162.5724,0.07383354,0.27092472,48.6988,8.0950575,3.5968363,3.7860653,7.8492785,91.18366,32.078495,86.69907,568.89886,238.11156,2105.6143,1883.3066,21.626804,39.20979,10722.4,7.663716,78.826385,721.89514,151.6482,208.12111,89.25739,482.65018,843.7685,449.0684,22.021505,116.91362,1044.362,2040.0874,60.26858,738.12756,67.852066,1.0751625,61.933754,1.029584,0.6267321,2.8982677,56.20498,142.92688,227.17142,17.12966,2870.8733,393.47177,159.1035,228.00336,94.56721,91.4916,67.042114,35.096104,102.616264,790.77905,248.21025,140.04912,113.444824,13.9861555,144.44681,130.51143,32.046364,668.43225,168.90648,3051.0737,32.43327,2759.648,79.44808,420.36642,1971.9191,74.68035,10.710959,1073.414,881.7773,3091.5938,91.03744 +2023-08-11 15:00:00,0.0,17658.857,332.58826,29.89382,39.1856,31.767694,171.29916,26.01522,37.404316,20.400816,22.790785,1016.49255,220.88809,11.885676,147.57732,4.843179,0.39765486,27.777199,6.614453,1.538989,348.49405,0.20476304,362.5292,45.620495,0.64475584,1.7775997,116.61966,16.933622,39.51613,96.09758,27454.803,0.09473999,1738.3121,0.36380535,0.21151277,0.08400717,0.47287622,150.60121,170.05159,23.756441,181.12701,25.788628,72.44524,2217.3618,2.3417726,267.84528,160.88016,392.07642,112.856255,360.94626,37.029613,404.7788,0.0,2275.982,12346.158,32.6926,548.07574,145.16344,42180.395,131.51201,26.156317,130.40303,363.33337,62.187992,27.51394,212.42377,1917.9966,332.04285,141.64278,22.177954,16.27594,409.10162,69.81848,1149.5056,85.13427,2513.7563,208.13266,344.5845,82.90396,118.899574,6.5356994,10.20119,13.418383,2.3450148,1.8056902,73.52683,76.21787,79.72498,36.43573,35.04072,128.29553,8.513403,3028.998,49.42517,68.95968,60.16242,68.61277,239.02837,87.19139,135.65524,13.772917,35.08474,81.39066,267.9255,576.6165,67.222885,298.54926,69.68856,121.48847,270.96515,341.39508,956.8884,160.69855,4.730702,18.20867,7.1041265,44.09051,19257.953,3.1860633,24.366528,38.783066,32.98814,335.9003,53.748924,137.62721,2.4472253,126.56159,417.31534,269.06332,137.79947,500.69693,35.4211,100.11427,156.37709,10.4503765,1.6199818,10.806016,1162.1193,0.07379981,0.27080107,48.70062,8.09352,3.596309,3.7852905,7.850872,91.1654,32.069355,86.69996,568.88055,238.12004,2105.8662,1883.3,21.644428,39.24244,10721.011,7.663069,78.864586,721.97174,151.72289,208.23851,89.29335,482.9215,843.90015,449.13367,22.037788,116.98441,1044.264,2039.8531,60.31198,738.6126,67.92648,1.075081,61.932465,1.0292329,0.6264906,2.8972855,56.24618,143.0038,227.05663,17.12164,2869.4446,393.63376,159.23186,228.18448,94.61809,91.47631,67.09543,35.18434,102.607864,790.7315,248.22148,140.07617,113.41757,14.00746,144.46571,130.52722,32.027576,668.1658,168.8667,3048.7988,32.434166,2758.6296,79.45088,420.37033,1970.7886,74.64958,10.715811,1073.034,881.5542,3090.0435,91.03755 +2023-08-11 16:00:00,0.0,17659.012,332.67102,29.910242,39.20455,31.77702,171.33464,26.022636,37.424107,20.402697,22.799097,1017.00195,220.77786,11.898339,147.64194,4.8342876,0.39684173,27.780214,6.6014476,1.5360519,348.56198,0.20461649,362.66846,45.63349,0.64375085,1.7743759,116.658104,16.938793,39.531662,96.08641,27455.053,0.09461221,1739.0034,0.3634922,0.21127735,0.08389884,0.47227293,150.63466,170.09785,23.752974,181.06183,25.808266,72.40079,2217.535,2.3406384,267.63995,160.72948,392.18576,112.745,361.05212,37.041126,404.3487,0.0,2275.5168,12339.242,32.67084,548.1415,145.13025,42175.645,131.5098,26.14267,130.2486,362.98132,62.152767,27.500225,212.202,1917.0979,332.00134,141.46982,22.163969,16.270155,409.20782,69.80505,1149.0381,85.13441,2513.9324,208.28496,344.39282,82.92606,118.85434,6.534544,10.198756,13.409681,2.3444178,1.804759,73.54808,76.2505,79.75573,36.46721,35.064236,128.29501,8.520116,3028.6047,49.399765,68.93011,60.12348,68.54472,239.09749,87.17215,135.51076,13.766891,35.07605,81.33583,267.83173,576.684,67.27258,298.5994,69.69943,121.44085,270.95593,341.06937,956.8566,160.69383,4.733183,18.19086,7.098208,44.11035,19258.889,3.186993,24.387426,38.81398,33.006527,335.904,53.778137,137.65671,2.4455237,126.56801,417.4082,269.014,137.83789,500.62512,35.419353,100.10814,156.34105,10.448949,1.6200751,10.805852,1161.666,0.07376608,0.27067742,48.702435,8.091982,3.5957816,3.7845154,7.852466,91.147125,32.060215,86.70085,568.8623,238.12854,2106.1182,1883.2933,21.662054,39.27509,10719.62,7.6624217,78.90278,722.0483,151.79758,208.35591,89.3293,483.19284,844.03174,449.1989,22.05407,117.0552,1044.166,2039.6189,60.355377,739.0976,68.0009,1.0749993,61.93117,1.0288815,0.6262491,2.8963032,56.287384,143.08073,226.94183,17.113619,2868.0156,393.79572,159.36021,228.36559,94.668976,91.46102,67.14874,35.272583,102.599464,790.684,248.23273,140.10323,113.39033,14.028763,144.48463,130.54301,32.008785,667.89923,168.82692,3046.5242,32.435062,2757.6113,79.453674,420.37424,1969.6581,74.618805,10.720662,1072.6543,881.3311,3088.4934,91.037674 +2023-08-11 17:00:00,0.0,17659.166,332.75378,29.926664,39.223503,31.786343,171.37012,26.03005,37.4439,20.404577,22.80741,1017.5114,220.66762,11.911002,147.70656,4.825396,0.3960286,27.78323,6.588443,1.5331148,348.6299,0.20446993,362.8077,45.64649,0.6427458,1.771152,116.696556,16.943962,39.54719,96.07524,27455.305,0.09448443,1739.6947,0.363179,0.21104193,0.08379052,0.47166967,150.6681,170.1441,23.749506,180.99664,25.827904,72.35633,2217.7083,2.3395042,267.4346,160.57881,392.2951,112.63375,361.15796,37.05264,403.9186,0.0,2275.0515,12332.326,32.64908,548.2072,145.09706,42170.895,131.50757,26.129025,130.09415,362.62927,62.11754,27.48651,211.98022,1916.1993,331.95984,141.29686,22.149984,16.264372,409.314,69.79163,1148.5707,85.134544,2514.1086,208.43724,344.20108,82.94817,118.809105,6.5333886,10.196322,13.400979,2.343821,1.8038279,73.569336,76.283134,79.78648,36.498688,35.08775,128.2945,8.526829,3028.2117,49.37436,68.900536,60.08454,68.47668,239.16663,87.1529,135.36626,13.760865,35.06736,81.281,267.73798,576.7515,67.32228,298.64957,69.710304,121.39323,270.94675,340.74365,956.8248,160.68912,4.735664,18.173052,7.0922894,44.13019,19259.822,3.1879225,24.408323,38.844894,33.024914,335.90768,53.807346,137.6862,2.4438221,126.57443,417.50104,268.9647,137.87631,500.55328,35.417606,100.10201,156.305,10.447521,1.6201686,10.805687,1161.2128,0.07373236,0.27055377,48.70425,8.090444,3.5952544,3.7837405,7.8540597,91.12886,32.051075,86.701744,568.844,238.13704,2106.37,1883.2866,21.67968,39.30774,10718.23,7.6617746,78.94097,722.1249,151.87228,208.47331,89.36526,483.46414,844.1634,449.2642,22.070353,117.12599,1044.068,2039.3846,60.398777,739.58264,68.07532,1.0749178,61.92988,1.0285302,0.62600756,2.895321,56.328583,143.15765,226.82703,17.1056,2866.5867,393.95767,159.48857,228.5467,94.71986,91.44573,67.20206,35.36082,102.591064,790.63654,248.24396,140.13028,113.363075,14.050067,144.50354,130.5588,31.989996,667.63275,168.78712,3044.2493,32.43596,2756.5928,79.45647,420.37817,1968.5275,74.58803,10.725513,1072.2745,881.1081,3086.943,91.03779 +2023-08-11 18:00:00,0.0,17659.32,332.83652,29.943087,39.24246,31.795668,171.40561,26.037464,37.46369,20.406458,22.815722,1018.0208,220.55737,11.923665,147.77118,4.8165045,0.39521548,27.786245,6.5754375,1.5301778,348.69788,0.2043234,362.94696,45.65948,0.6417408,1.7679281,116.735,16.949131,39.562725,96.06407,27455.555,0.09435666,1740.386,0.36286584,0.2108065,0.083682194,0.47106636,150.70157,170.19037,23.746038,180.93146,25.847542,72.31188,2217.8816,2.3383698,267.22928,160.42813,392.40442,112.52251,361.2638,37.06415,403.4885,0.0,2274.5864,12325.411,32.627316,548.273,145.06387,42166.14,131.50534,26.115377,129.93971,362.27722,62.082314,27.472794,211.75845,1915.3007,331.91833,141.12389,22.136,16.258587,409.4202,69.77821,1148.1031,85.134674,2514.2847,208.58952,344.00937,82.970276,118.76387,6.5322328,10.193889,13.392277,2.3432243,1.8028967,73.59058,76.315765,79.81724,36.530167,35.111263,128.29398,8.533543,3027.8186,49.348957,68.870964,60.0456,68.40863,239.23575,87.13366,135.22177,13.75484,35.05867,81.22616,267.6442,576.81903,67.37198,298.6997,69.72117,121.34561,270.93756,340.41794,956.793,160.6844,4.7381454,18.155241,7.0863714,44.150032,19260.758,3.1888523,24.429222,38.875805,33.0433,335.91138,53.83656,137.7157,2.4421208,126.58085,417.5939,268.91537,137.91472,500.48148,35.41586,100.09588,156.26894,10.446094,1.620262,10.805522,1160.7595,0.07369863,0.2704301,48.706066,8.088906,3.594727,3.7829654,7.8556533,91.11059,32.041935,86.70264,568.8257,238.14552,2106.622,1883.28,21.697306,39.34039,10716.84,7.6611276,78.979164,722.2015,151.94698,208.59073,89.40121,483.73547,844.295,449.32944,22.086636,117.19678,1043.9701,2039.1504,60.442177,740.0676,68.149734,1.0748363,61.92859,1.0281789,0.62576604,2.8943386,56.369785,143.23457,226.71223,17.09758,2865.158,394.11963,159.61693,228.72783,94.77074,91.43044,67.25538,35.44906,102.582664,790.589,248.25519,140.15733,113.33582,14.07137,144.52246,130.5746,31.971207,667.3662,168.74734,3041.9746,32.43685,2755.5745,79.45926,420.38208,1967.397,74.55725,10.730365,1071.8947,880.885,3085.3928,91.0379 +2023-08-11 19:00:00,0.0,17659.475,332.91928,29.959509,39.26141,31.80499,171.44109,26.044878,37.483486,20.408337,22.824034,1018.5303,220.44714,11.936328,147.83578,4.807613,0.39440238,27.78926,6.562433,1.5272408,348.7658,0.20417684,363.08624,45.672478,0.64073575,1.7647043,116.77345,16.954302,39.57826,96.0529,27455.805,0.094228886,1741.0773,0.36255264,0.21057108,0.08357387,0.47046307,150.73502,170.23663,23.74257,180.86626,25.86718,72.26743,2218.0547,2.3372357,267.02393,160.27745,392.51373,112.411255,361.36963,37.075665,403.05838,0.0,2274.121,12318.495,32.605556,548.33875,145.03069,42161.39,131.50311,26.101732,129.78526,361.92517,62.047085,27.459078,211.53668,1914.4021,331.87686,140.95093,22.122015,16.252804,409.52637,69.76479,1147.6357,85.13481,2514.4607,208.7418,343.81763,82.992386,118.718636,6.5310774,10.191455,13.383575,2.3426275,1.8019656,73.61184,76.348404,79.847984,36.561646,35.134773,128.29346,8.540256,3027.4253,49.32355,68.8414,60.00666,68.34059,239.30489,87.11442,135.07729,13.748815,35.04998,81.171326,267.55045,576.88654,67.42168,298.74988,69.73204,121.29799,270.92834,340.09225,956.76117,160.67967,4.7406263,18.137432,7.080453,44.169872,19261.693,3.189782,24.450119,38.90672,33.061687,335.91504,53.86577,137.74518,2.4404192,126.587265,417.68677,268.86606,137.95314,500.40964,35.414112,100.089745,156.23288,10.444666,1.6203555,10.805357,1160.3064,0.0736649,0.27030644,48.707882,8.087368,3.5941997,3.7821906,7.8572474,91.09232,32.032795,86.70353,568.8074,238.15402,2106.8743,1883.2733,21.71493,39.37304,10715.45,7.6604805,79.01736,722.278,152.02168,208.70813,89.437164,484.0068,844.42664,449.39468,22.102919,117.26756,1043.8721,2038.9161,60.485573,740.5527,68.22415,1.0747547,61.927296,1.0278276,0.6255245,2.8933563,56.410984,143.31151,226.59744,17.08956,2863.729,394.2816,159.7453,228.90894,94.821625,91.41515,67.30869,35.5373,102.574265,790.5415,248.26642,140.18437,113.30857,14.092674,144.54137,130.5904,31.952415,667.09973,168.70755,3039.6997,32.437748,2754.5562,79.46205,420.38602,1966.2665,74.526474,10.735216,1071.5149,880.6619,3083.8428,91.03802 +2023-08-11 20:00:00,0.0,17659.63,333.002,29.975931,39.28036,31.814316,171.47656,26.052292,37.503277,20.410217,22.832348,1019.03973,220.3369,11.948991,147.9004,4.7987213,0.39358926,27.792276,6.5494275,1.5243037,348.83374,0.20403029,363.2255,45.685474,0.6397307,1.7614805,116.8119,16.95947,39.59379,96.04173,27456.057,0.09410111,1741.7686,0.36223945,0.21033566,0.08346555,0.46985978,150.76846,170.28288,23.739103,180.80107,25.886818,72.22298,2218.228,2.3361015,266.8186,160.12679,392.62305,112.3,361.47546,37.08718,402.62827,0.0,2273.6558,12311.58,32.583794,548.4045,144.99751,42156.64,131.50089,26.088085,129.63083,361.57312,62.01186,27.445362,211.31491,1913.5035,331.83536,140.77797,22.108028,16.24702,409.63254,69.751366,1147.1682,85.13494,2514.6367,208.89409,343.62592,83.014496,118.67341,6.529922,10.18902,13.374873,2.3420308,1.8010345,73.63309,76.38103,79.87874,36.593124,35.158287,128.29294,8.546968,3027.0322,49.29815,68.81183,59.967724,68.272545,239.37401,87.09518,134.9328,13.742789,35.041286,81.11649,267.45667,576.95404,67.471375,298.80005,69.74291,121.25037,270.91916,339.76654,956.7294,160.67496,4.743108,18.119623,7.0745344,44.189713,19262.627,3.1907115,24.471018,38.937634,33.08008,335.91873,53.89498,137.77467,2.4387176,126.59368,417.7796,268.81674,137.99155,500.33783,35.412365,100.08362,156.19682,10.443237,1.620449,10.805193,1159.8531,0.07363118,0.2701828,48.7097,8.08583,3.5936725,3.7814157,7.858841,91.07406,32.02366,86.704414,568.78906,238.1625,2107.1262,1883.2667,21.732555,39.40569,10714.06,7.6598334,79.05556,722.3546,152.09637,208.82553,89.47312,484.27814,844.5582,449.45996,22.119202,117.338356,1043.774,2038.6819,60.528973,741.03766,68.29857,1.074673,61.926006,1.0274764,0.625283,2.8923743,56.452187,143.38843,226.48264,17.081541,2862.3,394.44357,159.87366,229.09006,94.872505,91.399864,67.36201,35.625538,102.56586,790.494,248.27765,140.21143,113.28132,14.113978,144.56029,130.60619,31.933626,666.8332,168.66777,3037.4248,32.438644,2753.5378,79.46484,420.38992,1965.136,74.495705,10.7400675,1071.1351,880.43884,3082.2925,91.03813 +2023-08-11 21:00:00,0.0,17659.785,333.08478,29.992353,39.299313,31.82364,171.51204,26.059708,37.523067,20.412098,22.84066,1019.54913,220.22665,11.961654,147.96503,4.7898297,0.39277613,27.795292,6.5364227,1.5213667,348.90167,0.20388374,363.36475,45.69847,0.6387257,1.7582567,116.85035,16.96464,39.60932,96.03057,27456.307,0.09397334,1742.4598,0.3619263,0.21010023,0.08335723,0.4692565,150.80191,170.32915,23.735636,180.73589,25.906456,72.17853,2218.4014,2.3349671,266.61325,159.9761,392.7324,112.18875,361.5813,37.098694,402.19818,0.0,2273.1907,12304.664,32.56203,548.4702,144.96432,42151.89,131.49867,26.074438,129.47638,361.22107,61.97663,27.431646,211.09312,1912.6049,331.79385,140.605,22.094044,16.241236,409.73874,69.737946,1146.7008,85.13508,2514.8127,209.04637,343.4342,83.0366,118.628174,6.528766,10.186586,13.366171,2.3414338,1.8001033,73.65434,76.413666,79.90949,36.624603,35.1818,128.29242,8.553681,3026.6392,49.272743,68.78226,59.928783,68.2045,239.44315,87.07593,134.7883,13.736763,35.032597,81.06165,267.3629,577.0216,67.52107,298.8502,69.753784,121.20274,270.90994,339.44083,956.6976,160.67024,4.745589,18.101814,7.068616,44.20955,19263.562,3.1916413,24.491917,38.968548,33.098465,335.92242,53.924194,137.80417,2.4370162,126.600105,417.87247,268.76746,138.02997,500.266,35.410618,100.077484,156.16077,10.44181,1.6205423,10.805028,1159.3999,0.07359745,0.27005914,48.711517,8.084291,3.5931451,3.7806406,7.8604345,91.055786,32.01452,86.70531,568.77075,238.171,2107.3782,1883.26,21.750181,39.43834,10712.669,7.6591864,79.09375,722.43115,152.17107,208.94295,89.50907,484.54947,844.6899,449.5252,22.135483,117.40914,1043.676,2038.4476,60.572372,741.5227,68.372986,1.0745915,61.924713,1.0271251,0.6250415,2.891392,56.493385,143.46535,226.36784,17.07352,2860.8713,394.60553,160.00201,229.27116,94.923386,91.384575,67.41532,35.71378,102.55746,790.4465,248.28888,140.23848,113.25407,14.135282,144.5792,130.62198,31.914837,666.5667,168.62799,3035.1501,32.439537,2752.5195,79.467636,420.39386,1964.0054,74.46493,10.744919,1070.7552,880.21576,3080.7422,91.038246 +2023-08-11 22:00:00,0.0,17659.94,333.16754,30.008776,39.318264,31.832964,171.54753,26.067122,37.542862,20.413979,22.848972,1020.0586,220.11642,11.974316,148.02965,4.780938,0.39196303,27.798307,6.5234175,1.5184296,348.96964,0.20373718,363.504,45.711464,0.63772064,1.7550328,116.888794,16.96981,39.62485,96.0194,27456.557,0.09384556,1743.1511,0.3616131,0.20986481,0.083248906,0.4686532,150.83536,170.3754,23.732168,180.6707,25.926094,72.13408,2218.5745,2.333833,266.40793,159.82542,392.8417,112.07751,361.68713,37.110207,401.76807,0.0,2272.7253,12297.749,32.54027,548.53595,144.93114,42147.14,131.49644,26.060793,129.32195,360.86902,61.941406,27.41793,210.87135,1911.7063,331.75235,140.43204,22.08006,16.235453,409.8449,69.724525,1146.2334,85.135216,2514.989,209.19865,343.2425,83.05871,118.58294,6.527611,10.184153,13.35747,2.340837,1.7991722,73.67559,76.4463,79.94024,36.65608,35.20531,128.2919,8.560395,3026.2458,49.247337,68.752686,59.889843,68.13645,239.51227,87.05669,134.64381,13.730738,35.023907,81.00682,267.26913,577.0891,67.57076,298.90036,69.764656,121.15512,270.90076,339.11514,956.6658,160.66553,4.7480702,18.084005,7.0626974,44.22939,19264.498,3.192571,24.512814,38.999462,33.11685,335.92612,53.953403,137.83366,2.4353147,126.60652,417.96533,268.71814,138.06839,500.19418,35.40887,100.07135,156.12471,10.440382,1.6206357,10.804863,1158.9468,0.073563725,0.2699355,48.713333,8.082754,3.5926178,3.7798657,7.8620286,91.03752,32.00538,86.7062,568.75244,238.17949,2107.6301,1883.2533,21.767805,39.47099,10711.279,7.6585393,79.13194,722.50775,152.24577,209.06035,89.54503,484.82077,844.8215,449.59045,22.151766,117.479935,1043.578,2038.2134,60.61577,742.0077,68.4474,1.07451,61.92342,1.0267738,0.62479997,2.8904097,56.534588,143.54228,226.25305,17.065502,2859.4424,394.7675,160.13037,229.45229,94.97427,91.369286,67.468636,35.802017,102.54906,790.399,248.30011,140.26553,113.226814,14.156586,144.59811,130.63777,31.896046,666.3002,168.5882,3032.8752,32.440434,2751.501,79.470436,420.39777,1962.8749,74.43415,10.749769,1070.3755,879.99274,3079.1921,91.03836 +2023-08-11 23:00:00,0.0,17660.094,333.25027,30.025198,39.337215,31.842289,171.58301,26.074535,37.562653,20.41586,22.857285,1020.568,220.00618,11.986979,148.09425,4.772047,0.3911499,27.801323,6.5104127,1.5154926,349.03757,0.20359063,363.64328,45.72446,0.63671565,1.7518089,116.927246,16.97498,39.640385,96.00823,27456.807,0.09371778,1743.8425,0.3612999,0.2096294,0.08314058,0.46804994,150.8688,170.42166,23.7287,180.60551,25.945732,72.08963,2218.7478,2.3326988,266.20258,159.67476,392.95105,111.966255,361.79297,37.12172,401.33795,0.0,2272.2603,12290.833,32.51851,548.60175,144.89795,42142.39,131.49422,26.047146,129.1675,360.51697,61.906178,27.404215,210.64958,1910.8077,331.71085,140.25908,22.066074,16.229668,409.9511,69.711105,1145.7659,85.135345,2515.165,209.35095,343.05075,83.08081,118.537704,6.526455,10.181719,13.348767,2.3402402,1.798241,73.696846,76.47893,79.97099,36.687557,35.228825,128.29138,8.567108,3025.8528,49.221935,68.72312,59.850903,68.068405,239.5814,87.037445,134.49933,13.724712,35.015217,80.95199,267.17538,577.1566,67.62046,298.9505,69.77552,121.1075,270.89157,338.78943,956.634,160.66081,4.750551,18.066196,7.056779,44.24923,19265.432,3.1935005,24.533712,39.030376,33.13524,335.9298,53.982616,137.86316,2.433613,126.61294,418.05817,268.66882,138.1068,500.12234,35.407124,100.06522,156.08865,10.438954,1.6207292,10.804698,1158.4935,0.07353,0.2698118,48.71515,8.081216,3.5920906,3.779091,7.863622,91.01926,31.996237,86.70709,568.73413,238.18799,2107.882,1883.2467,21.78543,39.50364,10709.889,7.657892,79.170135,722.58435,152.32047,209.17775,89.58098,485.0921,844.9531,449.65573,22.168049,117.55072,1043.48,2037.9791,60.65917,742.49274,68.52182,1.0744283,61.92213,1.0264225,0.62455845,2.8894274,56.575787,143.6192,226.13826,17.057482,2858.0134,394.92944,160.25874,229.6334,95.025154,91.354,67.52195,35.890255,102.54066,790.35144,248.31136,140.29259,113.19956,14.17789,144.61702,130.65356,31.877256,666.0337,168.54842,3030.6006,32.44133,2750.4827,79.47323,420.4017,1961.7444,74.40337,10.754621,1069.9957,879.76965,3077.6418,91.038475 +2023-08-12 00:00:00,0.0,17660.248,333.33304,30.04162,39.356167,31.851614,171.61848,26.08195,37.582447,20.41774,22.865597,1021.07745,219.89595,11.999641,148.15887,4.7631555,0.39033678,27.804338,6.4974074,1.5125555,349.1055,0.2034441,363.78253,45.737457,0.6357106,1.7485851,116.96569,16.980148,39.655914,95.99706,27457.059,0.09359001,1744.5338,0.36098674,0.20939398,0.08303226,0.46744666,150.90227,170.46793,23.725233,180.54033,25.96537,72.04517,2218.9211,2.3315647,265.99725,159.52408,393.06036,111.855,361.8988,37.133232,400.90784,0.0,2271.795,12283.918,32.496746,548.6675,144.86476,42137.64,131.49199,26.0335,129.01306,360.16492,61.87095,27.3905,210.42781,1909.909,331.66934,140.0861,22.05209,16.223885,410.05728,69.697685,1145.2985,85.13548,2515.341,209.50323,342.85904,83.10292,118.49247,6.5252995,10.179285,13.340065,2.3396435,1.7973099,73.718094,76.51156,80.00175,36.719036,35.25234,128.29086,8.573821,3025.4597,49.19653,68.69355,59.811966,68.00037,239.65054,87.0182,134.35484,13.718687,35.006527,80.897156,267.0816,577.2241,67.67016,299.00067,69.78639,121.05988,270.88235,338.4637,956.6022,160.6561,4.753032,18.048388,7.0508604,44.26907,19266.367,3.19443,24.55461,39.06129,33.153625,335.9335,54.011826,137.89265,2.4319117,126.619354,418.15103,268.6195,138.14522,500.05054,35.405376,100.05909,156.0526,10.437527,1.6208227,10.804533,1158.0403,0.073496275,0.26968816,48.716965,8.079678,3.5915632,3.7783158,7.865216,91.000984,31.987099,86.707985,568.7158,238.19647,2108.134,1883.24,21.803057,39.53629,10708.499,7.657245,79.208336,722.6609,152.39516,209.29517,89.616936,485.36343,845.0847,449.72098,22.184332,117.621506,1043.382,2037.7449,60.702564,742.9777,68.59624,1.0743468,61.920837,1.0260712,0.62431693,2.8884451,56.61699,143.69612,226.02345,17.049461,2856.5847,395.0914,160.3871,229.81451,95.07604,91.33871,67.57527,35.978497,102.53226,790.30396,248.32259,140.31964,113.17231,14.199193,144.63594,130.66936,31.858467,665.7672,168.50864,3028.3257,32.442223,2749.4644,79.47602,420.4056,1960.6139,74.3726,10.759472,1069.6158,879.5466,3076.0918,91.03859 +2023-08-12 01:00:00,0.0,17660.402,333.4158,30.058043,39.37512,31.860937,171.65398,26.089363,37.602238,20.419619,22.873909,1021.5869,219.7857,12.012304,148.2235,4.754264,0.38952366,27.807354,6.4844027,1.5096185,349.17343,0.20329754,363.92178,45.750454,0.63470554,1.7453612,117.00414,16.98532,39.671448,95.98589,27457.309,0.093462236,1745.2251,0.36067355,0.20915855,0.082923934,0.46684334,150.93571,170.51418,23.721766,180.47513,25.985008,72.000725,2219.0945,2.3304303,265.7919,159.3734,393.16968,111.74375,362.00464,37.144745,400.47775,0.0,2271.3296,12277.002,32.474987,548.7332,144.83157,42132.89,131.48976,26.019854,128.85861,359.8129,61.835724,27.376783,210.20604,1909.0105,331.62787,139.91315,22.038105,16.218102,410.16345,69.68426,1144.8309,85.13561,2515.517,209.65552,342.6673,83.12503,118.44724,6.524144,10.17685,13.331364,2.3390467,1.7963787,73.73935,76.54419,80.03249,36.750515,35.275852,128.29034,8.580535,3025.0667,49.171127,68.66398,59.773026,67.93232,239.71967,86.998955,134.21034,13.712661,34.997837,80.842316,266.98785,577.2916,67.71986,299.0508,69.797264,121.01226,270.87317,338.138,956.5703,160.65138,4.7555137,18.030579,7.044942,44.28891,19267.303,3.19536,24.575508,39.092205,33.172016,335.9372,54.04104,137.92215,2.43021,126.62577,418.2439,268.5702,138.18362,499.9787,35.40363,100.052956,156.01654,10.436099,1.6209161,10.804369,1157.5872,0.073462546,0.2695645,48.718784,8.078139,3.591036,3.777541,7.8668094,90.98272,31.977959,86.70887,568.6976,238.20497,2108.386,1883.2334,21.82068,39.56894,10707.108,7.6565986,79.24653,722.7375,152.46986,209.41257,89.65289,485.63477,845.2164,449.78622,22.200615,117.6923,1043.2839,2037.5106,60.745964,743.46277,68.670654,1.0742652,61.919548,1.0257199,0.6240755,2.8874629,56.658188,143.77306,225.90866,17.041443,2855.1558,395.25336,160.51546,229.99564,95.12692,91.32342,67.628586,36.066734,102.52386,790.2565,248.33382,140.34668,113.145065,14.220497,144.65485,130.68515,31.839676,665.5007,168.46884,3026.051,32.44312,2748.446,79.47881,420.40955,1959.4833,74.34183,10.764323,1069.2361,879.3235,3074.5415,91.038704 +2023-08-12 02:00:00,0.0,17660.557,333.49854,30.074465,39.39407,31.870262,171.68945,26.096779,37.62203,20.4215,22.882221,1022.0963,219.67546,12.024967,148.28812,4.7453723,0.38871056,27.81037,6.4713974,1.5066814,349.2414,0.20315099,364.06104,45.763447,0.63370055,1.7421373,117.04259,16.990488,39.686977,95.974724,27457.559,0.093334466,1745.9164,0.36036035,0.20892313,0.08281561,0.46624008,150.96916,170.56044,23.7183,180.40994,26.004648,71.956276,2219.2676,2.329296,265.58658,159.22273,393.279,111.6325,362.11047,37.156258,400.04764,0.0,2270.8645,12270.086,32.453224,548.79895,144.79839,42128.14,131.48755,26.006207,128.70418,359.46082,61.800495,27.363068,209.98425,1908.1119,331.58636,139.74019,22.024118,16.212317,410.26965,69.67084,1144.3635,85.13575,2515.693,209.8078,342.4756,83.14713,118.40201,6.5229883,10.174417,13.322661,2.33845,1.7954476,73.7606,76.57682,80.06325,36.781994,35.299362,128.28981,8.587248,3024.6733,49.14572,68.63441,59.734085,67.86427,239.7888,86.97971,134.06586,13.706635,34.989143,80.78748,266.89407,577.35913,67.769554,299.10098,69.808136,120.96464,270.86395,337.81232,956.5385,160.64667,4.7579947,18.01277,7.0390234,44.30875,19268.236,3.1962895,24.596405,39.12312,33.190403,335.9409,54.07025,137.95164,2.4285085,126.632195,418.33673,268.52087,138.22205,499.9069,35.40188,100.04683,155.98048,10.434671,1.6210096,10.804204,1157.1339,0.073428825,0.26944086,48.7206,8.076602,3.5905087,3.7767658,7.8684034,90.964455,31.968819,86.70976,568.67926,238.21346,2108.638,1883.2267,21.838306,39.60159,10705.718,7.6559515,79.28472,722.8141,152.54456,209.52997,89.68884,485.9061,845.34796,449.8515,22.216896,117.763084,1043.1859,2037.2764,60.789364,743.94775,68.74507,1.0741837,61.918255,1.0253687,0.62383395,2.8864806,56.69939,143.84998,225.79387,17.033422,2853.7268,395.41534,160.64381,230.17674,95.1778,91.30813,67.6819,36.154976,102.51546,790.2089,248.34505,140.37373,113.11781,14.2418,144.67377,130.70094,31.820887,665.2342,168.42906,3023.7761,32.444016,2747.4275,79.481606,420.41345,1958.3528,74.31105,10.769175,1068.8563,879.1004,3072.9912,91.038826 +2023-08-12 03:00:00,0.0,17660.71,333.5813,30.090887,39.41302,31.879585,171.72493,26.104193,37.641823,20.42338,22.890533,1022.6058,219.56523,12.03763,148.35272,4.7364807,0.38789743,27.813385,6.4583926,1.5037444,349.30933,0.20300443,364.20032,45.776443,0.6326955,1.7389135,117.08104,16.995657,39.70251,95.96356,27457.81,0.09320669,1746.6077,0.3600472,0.20868771,0.082707286,0.4656368,151.00261,170.6067,23.714832,180.34476,26.024286,71.91182,2219.441,2.328162,265.38123,159.07205,393.3883,111.521255,362.2163,37.16777,399.61752,0.0,2270.3992,12263.171,32.43146,548.8647,144.76521,42123.39,131.48532,25.992561,128.54973,359.10876,61.76527,27.349352,209.76248,1907.2133,331.54486,139.56721,22.010134,16.206533,410.37582,69.65742,1143.896,85.13589,2515.8694,209.96008,342.28387,83.16924,118.35677,6.521833,10.171983,13.313959,2.337853,1.7945164,73.78185,76.60945,80.094,36.813473,35.322876,128.28929,8.593961,3024.2803,49.12032,68.604836,59.695145,67.79623,239.85793,86.96047,133.92137,13.70061,34.980453,80.73265,266.80032,577.4267,67.81925,299.15112,69.81901,120.917015,270.85477,337.4866,956.5067,160.64195,4.760476,17.994959,7.033105,44.32859,19269.172,3.1972191,24.617304,39.154034,33.20879,335.94458,54.09946,137.98114,2.4268072,126.63861,418.4296,268.47156,138.26045,499.83505,35.40013,100.040695,155.94443,10.433244,1.6211029,10.804039,1156.6807,0.073395096,0.2693172,48.722416,8.075064,3.5899813,3.775991,7.869997,90.94618,31.959679,86.710655,568.66095,238.22195,2108.89,1883.22,21.855932,39.63424,10704.328,7.6553044,79.322914,722.8906,152.61926,209.64738,89.7248,486.1774,845.4796,449.91675,22.23318,117.83388,1043.088,2037.0421,60.83276,744.4328,68.81949,1.074102,61.91696,1.0250174,0.62359244,2.8854983,56.74059,143.9269,225.67908,17.025402,2852.298,395.5773,160.77217,230.35786,95.22869,91.29284,67.735214,36.243214,102.50706,790.16144,248.35628,140.40079,113.09056,14.263104,144.69267,130.71674,31.802097,664.96765,168.38927,3021.5015,32.44491,2746.4092,79.4844,420.4174,1957.2223,74.28027,10.774026,1068.4764,878.8774,3071.4412,91.03894 +2023-08-12 04:00:00,0.0,17660.865,333.66403,30.10731,39.431973,31.88891,171.76042,26.111607,37.661613,20.42526,22.898846,1023.11523,219.45499,12.050293,148.41734,4.727589,0.3870843,27.8164,6.4453874,1.5008074,349.37726,0.20285788,364.33957,45.78944,0.6316905,1.7356896,117.119484,17.000828,39.71804,95.95239,27458.06,0.09307891,1747.299,0.359734,0.20845228,0.08259896,0.46503347,151.03606,170.65295,23.711365,180.27957,26.043924,71.86737,2219.6143,2.3270276,265.17587,158.92139,393.49765,111.41,362.32214,37.179283,399.18744,0.0,2269.934,12256.255,32.409702,548.9305,144.73203,42118.64,131.4831,25.978914,128.3953,358.7567,61.73004,27.335636,209.54071,1906.3147,331.50336,139.39426,21.99615,16.200748,410.48203,69.644,1143.4286,85.13602,2516.0454,210.11237,342.09216,83.19135,118.31154,6.5206776,10.169549,13.305258,2.3372562,1.7935853,73.8031,76.64209,80.12475,36.84495,35.34639,128.28877,8.600675,3023.8872,49.094913,68.57527,59.656204,67.72818,239.92706,86.94123,133.77689,13.694585,34.971764,80.67781,266.70654,577.4942,67.86895,299.2013,69.82987,120.86939,270.84558,337.1609,956.4749,160.63724,4.762957,17.97715,7.0271864,44.348427,19270.107,3.1981487,24.6382,39.184948,33.227177,335.94827,54.128674,138.01064,2.4251056,126.64503,418.52246,268.42227,138.29887,499.76324,35.398384,100.03456,155.90837,10.431816,1.6211964,10.803874,1156.2275,0.07336137,0.26919353,48.72423,8.073525,3.5894542,3.775216,7.8715906,90.92792,31.950539,86.71155,568.64264,238.23045,2109.1418,1883.2134,21.873556,39.66689,10702.9375,7.6546574,79.36111,722.9672,152.69395,209.76479,89.76075,486.44873,845.6112,449.982,22.249462,117.90466,1042.99,2036.8079,60.87616,744.9178,68.89391,1.0740205,61.915672,1.0246661,0.6233509,2.884516,56.78179,144.00383,225.56427,17.017384,2850.8691,395.73926,160.90054,230.53897,95.27957,91.27756,67.78853,36.33145,102.49866,790.1139,248.36751,140.42784,113.06331,14.284409,144.7116,130.73253,31.783306,664.7012,168.34949,3019.2266,32.445805,2745.3909,79.48719,420.4213,1956.0918,74.2495,10.778877,1068.0967,878.6543,3069.8909,91.039055 +2023-08-12 05:00:00,0.0,17661.02,333.7468,30.123732,39.450924,31.898235,171.7959,26.11902,37.681408,20.427141,22.90716,1023.62463,219.34476,12.062956,148.48196,4.7186975,0.3862712,27.819416,6.4323826,1.4978703,349.4452,0.20271134,364.47882,45.802437,0.63068545,1.7324659,117.157936,17.005997,39.733574,95.94122,27458.31,0.09295114,1747.9902,0.35942084,0.20821686,0.08249064,0.4644302,151.06952,170.69922,23.707897,180.21439,26.063562,71.82292,2219.7874,2.3258934,264.97055,158.7707,393.60696,111.29875,362.42798,37.190796,398.75732,0.0,2269.4688,12249.34,32.38794,548.9962,144.69884,42113.887,131.48087,25.96527,128.24084,358.40466,61.694817,27.32192,209.31894,1905.4161,331.46185,139.2213,21.982164,16.194965,410.5882,69.63058,1142.961,85.136154,2516.2214,210.26465,341.90042,83.213455,118.266304,6.5195217,10.167115,13.2965555,2.3366594,1.7926542,73.824356,76.67471,80.1555,36.87643,35.3699,128.28825,8.607388,3023.494,49.069508,68.5457,59.617268,67.66014,239.99619,86.92198,133.63239,13.688559,34.963074,80.62298,266.6128,577.5617,67.91865,299.25146,69.840744,120.82177,270.83636,336.83517,956.4431,160.63252,4.765438,17.959341,7.0212684,44.368267,19271.041,3.1990786,24.6591,39.215862,33.245564,335.95193,54.157887,138.04013,2.423404,126.65144,418.6153,268.37296,138.3373,499.6914,35.396637,100.028435,155.87231,10.430388,1.6212898,10.803709,1155.7743,0.073327646,0.26906988,48.726048,8.071987,3.5889268,3.774441,7.8731847,90.90965,31.941399,86.71244,568.6243,238.23894,2109.3938,1883.2067,21.891182,39.69954,10701.548,7.6540103,79.39931,723.04376,152.76865,209.88219,89.79671,486.72006,845.74286,450.04727,22.265745,117.97545,1042.892,2036.5736,60.91956,745.40283,68.96833,1.073939,61.91438,1.0243148,0.6231094,2.8835337,56.82299,144.08075,225.44948,17.009363,2849.4404,395.9012,161.0289,230.7201,95.33045,91.26227,67.84184,36.419693,102.49026,790.0664,248.37874,140.4549,113.03606,14.305712,144.7305,130.74832,31.764517,664.43463,168.30971,3016.9517,32.4467,2744.3726,79.48998,420.42523,1954.9612,74.21872,10.783729,1067.7169,878.4312,3068.3406,91.03917 +2023-08-12 06:00:00,0.0,17661.176,333.82956,30.140154,39.469875,31.907558,171.83138,26.126436,37.7012,20.429022,22.915472,1024.134,219.23451,12.075619,148.54659,4.709806,0.38545808,27.822432,6.4193773,1.4949332,349.51315,0.20256479,364.61807,45.81543,0.6296804,1.729242,117.19638,17.011166,39.749104,95.93005,27458.56,0.092823364,1748.6815,0.35910764,0.20798144,0.082382314,0.46382692,151.10297,170.74547,23.70443,180.1492,26.0832,71.77847,2219.9607,2.3247592,264.7652,158.62003,393.7163,111.1875,362.5338,37.20231,398.3272,0.0,2269.0034,12242.424,32.366177,549.06195,144.66565,42109.137,131.47864,25.951622,128.08641,358.05264,61.659588,27.308205,209.09717,1904.5175,331.42035,139.04832,21.96818,16.189182,410.69437,69.61715,1142.4937,85.13629,2516.3975,210.41695,341.7087,83.235565,118.22107,6.5183663,10.1646805,13.287853,2.3360627,1.791723,73.845604,76.70735,80.18626,36.90791,35.393414,128.28773,8.6141,3023.1008,49.044106,68.51613,59.578327,67.592094,240.06532,86.90274,133.4879,13.682533,34.954384,80.568146,266.519,577.6292,67.968346,299.3016,69.851616,120.774155,270.82718,336.5095,956.41125,160.6278,4.7679195,17.941532,7.01535,44.388107,19271.977,3.2000082,24.679996,39.246773,33.26395,335.95563,54.187096,138.06961,2.4217026,126.65787,418.70816,268.32364,138.3757,499.6196,35.39489,100.0223,155.83626,10.428961,1.6213833,10.803545,1155.321,0.07329392,0.26894623,48.727863,8.07045,3.5883994,3.7736661,7.8747783,90.89138,31.932259,86.713326,568.606,238.24744,2109.6458,1883.2001,21.908808,39.73219,10700.157,7.653363,79.4375,723.12036,152.84335,209.9996,89.832664,486.9914,845.87445,450.11252,22.282026,118.04624,1042.794,2036.3394,60.962955,745.8878,69.04275,1.0738574,61.91309,1.0239635,0.6228679,2.8825514,56.864193,144.15767,225.33469,17.001343,2848.0115,396.06317,161.15726,230.90121,95.38134,91.24698,67.89516,36.50793,102.48186,790.0189,248.38998,140.48195,113.008804,14.327016,144.74942,130.76411,31.745728,664.16815,168.26991,3014.677,32.447598,2743.354,79.49278,420.42914,1953.8307,74.18795,10.78858,1067.337,878.2081,3066.7905,91.03928 +2023-08-12 07:00:00,0.0,17661.33,333.9123,30.156576,39.488827,31.916883,171.86687,26.13385,37.72099,20.4309,22.923784,1024.6436,219.12427,12.088281,148.61119,4.700915,0.38464496,27.825447,6.4063725,1.4919962,349.5811,0.20241824,364.75735,45.828426,0.6286754,1.7260181,117.234825,17.016336,39.764637,95.918884,27458.812,0.09269559,1749.3728,0.35879445,0.20774601,0.08227399,0.46322364,151.13641,170.79173,23.700962,180.084,26.102839,71.73402,2220.134,2.323625,264.55988,158.46936,393.82562,111.076256,362.63965,37.213825,397.8971,0.0,2268.538,12235.509,32.344418,549.1277,144.63246,42104.387,131.47643,25.937977,127.93197,357.70056,61.62436,27.294489,208.87538,1903.6189,331.37888,138.87537,21.954195,16.183397,410.80057,69.60373,1142.0262,85.13642,2516.5735,210.56923,341.51697,83.25767,118.17584,6.5172105,10.162247,13.279152,2.335466,1.7907919,73.86686,76.73998,80.217,36.93939,35.416927,128.28722,8.620813,3022.7078,49.0187,68.48656,59.539387,67.52405,240.13446,86.8835,133.34341,13.676508,34.945694,80.513306,266.42526,577.6967,68.01804,299.35178,69.86249,120.72653,270.81796,336.18378,956.37946,160.6231,4.7704005,17.923723,7.0094314,44.407948,19272.91,3.2009377,24.700895,39.277687,33.28234,335.95932,54.21631,138.0991,2.420001,126.66428,418.80103,268.27432,138.41412,499.5478,35.393143,100.016174,155.8002,10.427533,1.6214768,10.80338,1154.8679,0.07326019,0.26882258,48.729683,8.068912,3.5878723,3.772891,7.876372,90.873116,31.923119,86.71422,568.5877,238.25592,2109.8977,1883.1934,21.926432,39.76484,10698.767,7.652716,79.47569,723.19696,152.91805,210.117,89.868614,487.26273,846.00604,450.1778,22.29831,118.11703,1042.6959,2036.1051,61.006355,746.37286,69.117165,1.0737758,61.911797,1.0236123,0.62262636,2.8815694,56.90539,144.2346,225.2199,16.993324,2846.5825,396.22516,161.28561,231.08232,95.43222,91.23169,67.94848,36.59617,102.47346,789.9714,248.40121,140.50899,112.98155,14.348319,144.76833,130.7799,31.726936,663.9016,168.23013,3012.402,32.44849,2742.3357,79.495575,420.43307,1952.7002,74.15717,10.793431,1066.9573,877.9851,3065.2402,91.0394 +2023-08-12 08:00:00,0.0,17661.484,333.99506,30.172998,39.50778,31.926207,171.90234,26.141264,37.740784,20.432781,22.932096,1025.153,219.01404,12.100944,148.67581,4.6920233,0.38383183,27.828463,6.3933673,1.4890592,349.64902,0.20227169,364.8966,45.841423,0.62767035,1.7227943,117.27328,17.021505,39.780167,95.907715,27459.062,0.09256782,1750.0641,0.3584813,0.20751059,0.082165666,0.46262035,151.16986,170.838,23.697495,180.01881,26.122477,71.68957,2220.3071,2.3224907,264.35452,158.31868,393.93494,110.965004,362.7455,37.225338,397.467,0.0,2268.073,12228.593,32.322655,549.1934,144.59927,42099.637,131.4742,25.92433,127.77753,357.3485,61.589134,27.280773,208.65361,1902.7203,331.33737,138.70241,21.940208,16.177614,410.90674,69.59031,1141.5587,85.13656,2516.7498,210.72151,341.3253,83.27978,118.13061,6.516055,10.159813,13.27045,2.334869,1.7898607,73.88811,76.77261,80.24776,36.970867,35.44044,128.2867,8.627527,3022.3145,48.993298,68.456985,59.500446,67.456,240.20358,86.86426,133.19893,13.670483,34.937,80.45847,266.33148,577.7643,68.06774,299.40192,69.87336,120.67891,270.80878,335.85806,956.34766,160.61836,4.772882,17.905914,7.003513,44.427788,19273.846,3.2018676,24.721792,39.3086,33.300728,335.963,54.245518,138.1286,2.4182994,126.6707,418.89386,268.225,138.45253,499.47595,35.391396,100.01004,155.76414,10.4261055,1.6215701,10.803215,1154.4147,0.07322647,0.26869893,48.7315,8.067373,3.587345,3.7721162,7.877966,90.85485,31.91398,86.71511,568.5694,238.26442,2110.1497,1883.1866,21.944057,39.79749,10697.377,7.652069,79.513885,723.2735,152.99274,210.2344,89.90457,487.53406,846.1377,450.24304,22.314592,118.18781,1042.5979,2035.8708,61.049755,746.85785,69.19158,1.0736942,61.910503,1.023261,0.62238485,2.880587,56.946594,144.31152,225.10509,16.985304,2845.1538,396.38712,161.41397,231.26344,95.48311,91.2164,68.00179,36.68441,102.46506,789.9239,248.41245,140.53604,112.9543,14.369623,144.78725,130.7957,31.708147,663.63513,168.19035,3010.1274,32.449387,2741.3174,79.49837,420.43698,1951.5697,74.126396,10.798283,1066.5775,877.762,3063.6902,91.03951 +2023-08-12 09:00:00,0.0,17661.639,334.07782,30.18942,39.52673,31.935532,171.93782,26.148678,37.760574,20.434662,22.940409,1025.6624,218.9038,12.113606,148.74043,4.6831317,0.38301873,27.831478,6.3803625,1.4861221,349.71695,0.20212513,365.03586,45.85442,0.62666535,1.7195704,117.31172,17.026674,39.7957,95.89655,27459.312,0.09244004,1750.7554,0.3581681,0.20727517,0.08205735,0.46201706,151.20331,170.88425,23.694027,179.95363,26.142115,71.64512,2220.4805,2.3213565,264.1492,158.168,394.04425,110.85375,362.85135,37.23685,397.0369,0.0,2267.6077,12221.678,32.30089,549.25916,144.56609,42094.887,131.47197,25.910683,127.623085,356.9965,61.553905,27.267057,208.43184,1901.8217,331.29587,138.52943,21.926224,16.17183,411.01294,69.57689,1141.0913,85.13669,2516.9258,210.8738,341.13354,83.30189,118.08537,6.5148997,10.157379,13.261747,2.3342721,1.7889296,73.90936,76.805244,80.27851,37.002342,35.46395,128.28618,8.63424,3021.9214,48.96789,68.42742,59.46151,67.387955,240.27272,86.84501,133.05443,13.664457,34.92831,80.40364,266.23773,577.8318,68.11744,299.4521,69.88423,120.63129,270.7996,335.53238,956.31586,160.61365,4.775363,17.888105,6.9975944,44.447628,19274.781,3.2027972,24.742691,39.339516,33.319115,335.9667,54.27473,138.1581,2.416598,126.67712,418.98672,268.1757,138.49095,499.40414,35.38965,100.00391,155.72809,10.424678,1.6216636,10.80305,1153.9614,0.07319274,0.26857525,48.733315,8.065836,3.5868175,3.7713413,7.8795595,90.83658,31.90484,86.716,568.5511,238.2729,2110.4016,1883.18,21.961683,39.83014,10695.986,7.651422,79.552086,723.3501,153.06744,210.3518,89.94052,487.80536,846.2693,450.3083,22.330875,118.258606,1042.4999,2035.6366,61.09315,747.3429,69.266,1.0736127,61.909214,1.0229096,0.6221433,2.8796048,56.987793,144.38844,224.9903,16.977285,2843.7249,396.54907,161.54234,231.44455,95.53399,91.20111,68.05511,36.772648,102.45665,789.8764,248.42368,140.5631,112.92705,14.390927,144.80615,130.8115,31.689358,663.36865,168.15056,3007.8525,32.450283,2740.299,79.50116,420.44092,1950.4391,74.09562,10.803134,1066.1976,877.53894,3062.14,91.03963 +2023-08-12 10:00:00,0.0,17661.793,334.16055,30.205843,39.54568,31.944857,171.97331,26.156092,37.78037,20.436543,22.94872,1026.1719,218.79356,12.126269,148.80504,4.67424,0.3822056,27.834494,6.3673573,1.483185,349.7849,0.20197858,365.1751,45.867416,0.6256603,1.7163465,117.350174,17.031845,39.81123,95.88538,27459.564,0.09231226,1751.4467,0.3578549,0.20703974,0.081949025,0.46141377,151.23677,170.93051,23.69056,179.88844,26.161753,71.60066,2220.6538,2.3202224,263.94385,158.01733,394.1536,110.7425,362.95718,37.248363,396.60678,0.0,2267.1426,12214.762,32.279133,549.32495,144.5329,42090.137,131.46974,25.897038,127.46864,356.6444,61.51868,27.253342,208.21007,1900.9231,331.25436,138.35648,21.91224,16.166046,411.1191,69.56346,1140.6238,85.136826,2517.1018,211.02608,340.94183,83.32399,118.04014,6.513744,10.154945,13.253045,2.3336754,1.7879984,73.93062,76.837875,80.30926,37.03382,35.487465,128.28566,8.640953,3021.5283,48.942486,68.39785,59.42257,67.319916,240.34184,86.82577,132.90994,13.658431,34.91962,80.34881,266.14398,577.8993,68.16714,299.50223,69.895096,120.583664,270.79037,335.20667,956.28406,160.60893,4.7778444,17.870296,6.991676,44.46747,19275.715,3.2037268,24.763588,39.37043,33.3375,335.9704,54.303944,138.18759,2.4148965,126.68353,419.0796,268.1264,138.52937,499.3323,35.3879,99.99778,155.69203,10.423249,1.621757,10.802886,1153.5082,0.07315901,0.2684516,48.73513,8.064298,3.5862904,3.7705662,7.881153,90.81831,31.8957,86.716896,568.53284,238.2814,2110.6536,1883.1733,21.97931,39.86279,10694.597,7.650775,79.59028,723.4267,153.14214,210.46922,89.97648,488.0767,846.40094,450.37357,22.347158,118.32939,1042.4019,2035.4023,61.13655,747.8279,69.340416,1.0735312,61.90792,1.0225583,0.6219018,2.8786225,57.028996,144.46538,224.8755,16.969265,2842.296,396.71103,161.6707,231.62567,95.58487,91.18582,68.10842,36.86089,102.44825,789.82886,248.4349,140.59015,112.8998,14.4122305,144.82507,130.82729,31.670567,663.1021,168.11078,3005.578,32.451176,2739.2805,79.50395,420.44482,1949.3086,74.06485,10.807984,1065.8179,877.31586,3060.5896,91.03974 +2023-08-12 11:00:00,0.0,17661.947,334.24332,30.222265,39.564632,31.95418,172.00879,26.163507,37.80016,20.438423,22.957033,1026.6813,218.68332,12.138932,148.86966,4.6653485,0.38139248,27.83751,6.3543525,1.4802481,349.85284,0.20183204,365.3144,45.88041,0.62465525,1.7131227,117.38862,17.037014,39.826763,95.874214,27459.814,0.09218449,1752.138,0.35754174,0.20680434,0.0818407,0.46081048,151.27022,170.97678,23.687092,179.82326,26.18139,71.55621,2220.8271,2.319088,263.73853,157.86665,394.26294,110.631256,363.06302,37.259876,396.17667,0.0,2266.6772,12207.847,32.25737,549.3907,144.49973,42085.387,131.46751,25.88339,127.3142,356.2924,61.48345,27.239626,207.9883,1900.0245,331.21286,138.18352,21.898254,16.160261,411.22528,69.55004,1140.1564,85.13696,2517.2778,211.17836,340.7501,83.3461,117.9949,6.5125885,10.152511,13.244344,2.3330786,1.7870673,73.951866,76.87051,80.34001,37.0653,35.51098,128.28514,8.647667,3021.135,48.917084,68.36828,59.38363,67.25187,240.41098,86.806526,132.76546,13.652406,34.91093,80.29397,266.0502,577.9668,68.216835,299.5524,69.90597,120.53604,270.7812,334.88095,956.25226,160.60422,4.7803254,17.852486,6.9857574,44.48731,19276.65,3.2046564,24.784487,39.401344,33.35589,335.9741,54.333153,138.21709,2.413195,126.68996,419.17242,268.0771,138.56778,499.2605,35.386154,99.991646,155.65598,10.421822,1.6218505,10.802721,1153.055,0.07312529,0.26832795,48.736946,8.062759,3.585763,3.7697914,7.882747,90.80005,31.88656,86.71779,568.5145,238.28989,2110.9055,1883.1666,21.996933,39.89544,10693.206,7.650128,79.62847,723.50323,153.21684,210.58662,90.012436,488.34802,846.53253,450.4388,22.36344,118.400185,1042.304,2035.1681,61.179947,748.3129,69.41483,1.0734495,61.906628,1.022207,0.6216603,2.8776402,57.070194,144.5423,224.7607,16.961245,2840.8672,396.873,161.79906,231.8068,95.63576,91.17053,68.161736,36.949127,102.43985,789.7814,248.44614,140.6172,112.87255,14.433535,144.84398,130.84308,31.651777,662.83563,168.07098,3003.303,32.452072,2738.2622,79.506744,420.44876,1948.1781,74.03407,10.812836,1065.4381,877.0928,3059.0396,91.03986 +2023-08-12 12:00:00,0.0,17662.102,334.32605,30.238688,39.583584,31.963505,172.04427,26.170921,37.81995,20.440304,22.965347,1027.1907,218.57307,12.151595,148.93428,4.656457,0.38057935,27.840525,6.341347,1.477311,349.92078,0.20168549,365.45364,45.893406,0.62365025,1.7098988,117.42707,17.042183,39.842297,95.863045,27460.064,0.092056714,1752.8293,0.35722855,0.20656891,0.08173238,0.4602072,151.30367,171.02303,23.683624,179.75807,26.201029,71.511765,2221.0002,2.3179538,263.53317,157.71597,394.37225,110.520004,363.16885,37.27139,395.74658,0.0,2266.2122,12200.931,32.235607,549.4564,144.46654,42080.637,131.4653,25.869745,127.15976,355.9403,61.448227,27.22591,207.76651,1899.1259,331.17136,138.01054,21.88427,16.154478,411.33148,69.53662,1139.6888,85.13709,2517.4539,211.33064,340.55838,83.3682,117.94968,6.511433,10.150077,13.2356415,2.3324819,1.7861362,73.97312,76.90314,80.370766,37.09678,35.534492,128.28462,8.65438,3020.742,48.891678,68.33871,59.34469,67.18382,240.4801,86.787285,132.62097,13.64638,34.90224,80.239136,265.95645,578.0343,68.26653,299.60254,69.91684,120.48843,270.77197,334.55524,956.2204,160.5995,4.7828064,17.834677,6.979839,44.50715,19277.586,3.2055862,24.805384,39.43226,33.37428,335.97778,54.362366,138.24658,2.4114935,126.69637,419.2653,268.02777,138.6062,499.18866,35.384407,99.98551,155.61992,10.420394,1.621944,10.802556,1152.6018,0.07309156,0.2682043,48.738766,8.061221,3.5852358,3.7690165,7.884341,90.78178,31.87742,86.71867,568.4962,238.29839,2111.1575,1883.16,22.014559,39.92809,10691.816,7.649481,79.666664,723.57983,153.29153,210.70403,90.048386,488.61935,846.6642,450.50406,22.379723,118.47097,1042.2059,2034.9338,61.223347,748.7979,69.48925,1.073368,61.90534,1.0218557,0.6214188,2.876658,57.111397,144.61922,224.6459,16.953226,2839.4382,397.03494,161.92741,231.9879,95.68664,91.15524,68.21505,37.037365,102.43145,789.7339,248.45737,140.64426,112.8453,14.454839,144.8629,130.85887,31.632988,662.5691,168.0312,3001.0283,32.45297,2737.244,79.50954,420.45267,1947.0476,74.003296,10.817687,1065.0582,876.86975,3057.4893,91.03998 +2023-08-12 13:00:00,0.0,17662.256,334.4088,30.25511,39.60254,31.97283,172.07976,26.178335,37.839745,20.442183,22.97366,1027.7002,218.46284,12.164258,148.9989,4.6475654,0.37976626,27.84354,6.3283424,1.4743739,349.9887,0.20153894,365.5929,45.906403,0.6226452,1.706675,117.465515,17.047354,39.857826,95.851875,27460.316,0.09192894,1753.5206,0.35691538,0.20633349,0.08162405,0.4596039,151.33711,171.06929,23.680157,179.69287,26.220667,71.46731,2221.1736,2.3168197,263.32785,157.5653,394.48157,110.40875,363.2747,37.2829,395.31647,0.0,2265.7468,12194.015,32.21385,549.52216,144.43335,42075.887,131.46307,25.856098,127.00532,355.5883,61.413,27.212194,207.54474,1898.2273,331.12988,137.83759,21.870285,16.148695,411.43765,69.5232,1139.2214,85.13723,2517.6301,211.48294,340.36667,83.39031,117.90444,6.5102773,10.147643,13.226939,2.3318849,1.785205,73.99437,76.935776,80.40151,37.128258,35.558002,128.2841,8.661093,3020.3489,48.866276,68.30914,59.30575,67.115776,240.54924,86.768036,132.47647,13.640355,34.89355,80.1843,265.86267,578.1018,68.31623,299.6527,69.92771,120.4408,270.7628,334.22955,956.1886,160.59479,4.785288,17.816868,6.9739203,44.526985,19278.52,3.2065158,24.826283,39.463173,33.392666,335.98148,54.391575,138.27608,2.409792,126.70279,419.35815,267.97845,138.6446,499.11685,35.38266,99.979385,155.58386,10.418966,1.6220373,10.802391,1152.1486,0.07305783,0.26808065,48.74058,8.059684,3.5847085,3.7682414,7.8859344,90.76351,31.86828,86.71957,568.4779,238.30687,2111.4094,1883.1533,22.032185,39.96074,10690.426,7.6488338,79.70486,723.6564,153.36623,210.82144,90.08434,488.8907,846.7958,450.56934,22.396006,118.541756,1042.1079,2034.6996,61.266747,749.28296,69.56367,1.0732864,61.904045,1.0215045,0.62117726,2.8756757,57.152596,144.69615,224.53111,16.945206,2838.0093,397.19693,162.05579,232.16902,95.73752,91.13995,68.26837,37.125607,102.42305,789.68634,248.46861,140.6713,112.81805,14.476142,144.8818,130.87466,31.614197,662.3026,167.99142,2998.7534,32.45386,2736.2256,79.51233,420.4566,1945.917,73.97252,10.822538,1064.6785,876.64667,3055.939,91.04009 +2023-08-12 14:00:00,0.0,17662.41,334.49158,30.271532,39.62149,31.982153,172.11523,26.18575,37.859535,20.444063,22.981972,1028.2096,218.3526,12.176921,149.0635,4.6386743,0.37895313,27.846556,6.315337,1.4714369,350.05667,0.20139238,365.73215,45.9194,0.6216402,1.7034512,117.50397,17.052523,39.87336,95.840706,27460.566,0.09180117,1754.2119,0.3566022,0.20609806,0.08151573,0.45900065,151.37056,171.11554,23.676691,179.62769,26.240305,71.42286,2221.347,2.3156855,263.1225,157.41463,394.59088,110.2975,363.38052,37.294415,394.88635,0.0,2265.2817,12187.1,32.192085,549.5879,144.40016,42071.137,131.46085,25.842451,126.850876,355.23624,61.377773,27.198479,207.32297,1897.3286,331.08838,137.66463,21.856298,16.14291,411.54385,69.50978,1138.7539,85.13737,2517.8062,211.63522,340.17496,83.41242,117.85921,6.509122,10.145209,13.218238,2.331288,1.7842739,74.015625,76.96841,80.43227,37.159737,35.581516,128.28358,8.667806,3019.9556,48.84087,68.27957,59.26681,67.04773,240.61836,86.748795,132.33199,13.634329,34.88486,80.12946,265.76892,578.1694,68.36593,299.70285,69.93858,120.39318,270.7536,333.90384,956.1568,160.59007,4.787769,17.799059,6.968002,44.546825,19279.455,3.2074454,24.84718,39.494087,33.411053,335.98514,54.420788,138.30557,2.4080904,126.709206,419.451,267.92914,138.68303,499.045,35.380913,99.97325,155.5478,10.417539,1.6221308,10.802226,1151.6954,0.07302411,0.26795697,48.742397,8.0581455,3.584181,3.7674665,7.8875284,90.74524,31.85914,86.72046,568.4596,238.31537,2111.6614,1883.1467,22.049809,39.99339,10689.035,7.6481867,79.74306,723.733,153.44093,210.93884,90.12029,489.162,846.9274,450.63458,22.412289,118.61255,1042.0099,2034.4653,61.310143,749.76794,69.638084,1.0732049,61.902756,1.0211532,0.62093574,2.8746934,57.193798,144.77307,224.41632,16.937185,2836.5806,397.3589,162.18414,232.35013,95.78841,91.124664,68.321686,37.213844,102.41465,789.63885,248.47984,140.69835,112.790794,14.497446,144.90073,130.89046,31.595407,662.0361,167.95163,2996.4785,32.454758,2735.207,79.51513,420.4605,1944.7865,73.94174,10.82739,1064.2987,876.4236,3054.389,91.04021 +2023-08-12 15:00:00,0.0,17662.566,334.5743,30.287952,39.64044,31.991478,172.15071,26.193163,37.879326,20.445944,22.990284,1028.719,218.24237,12.189584,149.12813,4.6297827,0.37814,27.849571,6.3023324,1.4684999,350.1246,0.20124583,365.8714,45.932392,0.62063515,1.7002273,117.54241,17.057693,39.88889,95.829544,27460.816,0.09167339,1754.9032,0.356289,0.20586264,0.081407405,0.45839733,151.40402,171.1618,23.673223,179.5625,26.259943,71.37841,2221.52,2.314551,262.91718,157.26395,394.7002,110.18626,363.48636,37.305927,394.45624,0.0,2264.8164,12180.184,32.170322,549.6537,144.36697,42066.387,131.45862,25.828806,126.696434,354.88416,61.342545,27.184763,207.1012,1896.43,331.04688,137.49165,21.842314,16.137127,411.65002,69.49635,1138.2865,85.1375,2517.9822,211.7875,339.98322,83.434525,117.81397,6.507966,10.142776,13.209536,2.3306913,1.7833427,74.03687,77.00104,80.46302,37.191216,35.60503,128.28307,8.67452,3019.5625,48.815468,68.25,59.22787,66.97969,240.6875,86.72955,132.1875,13.628304,34.876167,80.07463,265.67514,578.2369,68.41563,299.75302,69.94945,120.34556,270.7444,333.57812,956.125,160.58536,4.7902503,17.78125,6.962084,44.566666,19280.39,3.208375,24.868078,39.525,33.42944,335.98883,54.45,138.33507,2.406389,126.71562,419.54385,267.87982,138.72144,498.9732,35.379166,99.96712,155.51175,10.416111,1.6222242,10.802062,1151.2422,0.07299038,0.26783332,48.744213,8.056607,3.583654,3.7666914,7.889122,90.726974,31.85,86.72135,568.4413,238.32385,2111.9133,1883.14,22.067434,40.02604,10687.6455,7.6475396,79.78125,723.8096,153.51562,211.05624,90.15625,489.43332,847.059,450.69983,22.428572,118.683334,1041.9119,2034.2311,61.353542,750.253,69.7125,1.0731232,61.901463,1.0208019,0.6206942,2.873711,57.235,144.85,224.30151,16.929167,2835.1516,397.52084,162.3125,232.53125,95.83929,91.109375,68.375,37.302086,102.40625,789.5913,248.49107,140.7254,112.76354,14.518749,144.91963,130.90625,31.576618,661.7696,167.91185,2994.2039,32.455654,2734.1887,79.51792,420.46442,1943.656,73.91097,10.832241,1063.919,876.2005,3052.8386,91.04032 +2023-08-12 16:00:00,0.0,17662.72,334.65707,30.304375,39.659393,32.0008,172.1862,26.200579,37.89912,20.447824,22.998596,1029.2284,218.13213,12.202247,149.19275,4.620891,0.3773269,27.852587,6.289327,1.4655628,350.19254,0.20109929,366.01068,45.94539,0.6196301,1.6970035,117.580864,17.062862,39.904423,95.818375,27461.066,0.09154561,1755.5945,0.35597584,0.20562722,0.08129908,0.45779404,151.43747,171.20807,23.669756,179.49731,26.279581,71.33396,2221.6934,2.313417,262.71182,157.11328,394.8095,110.075005,363.5922,37.31744,394.02615,0.0,2264.351,12173.269,32.148563,549.7194,144.33379,42061.637,131.45639,25.815159,126.54199,354.53214,61.307316,27.171047,206.87943,1895.5315,331.00537,137.3187,21.82833,16.131342,411.7562,69.48293,1137.819,85.137634,2518.1582,211.93979,339.7915,83.456635,117.76874,6.5068107,10.140341,13.200833,2.3300946,1.7824116,74.05813,77.03367,80.49377,37.222694,35.62854,128.28255,8.681232,3019.1694,48.790062,68.22043,59.18893,66.911644,240.75664,86.71031,132.04301,13.622278,34.867477,80.0198,265.5814,578.3044,68.465324,299.8032,69.96032,120.297935,270.7352,333.25244,956.0932,160.58064,4.7927313,17.763441,6.9561653,44.586506,19281.324,3.2093048,24.888977,39.555916,33.447826,335.99252,54.47921,138.36456,2.4046874,126.722046,419.63672,267.8305,138.75986,498.90137,35.37742,99.96099,155.4757,10.414683,1.6223177,10.801897,1150.789,0.07295666,0.26770967,48.74603,8.055069,3.5831265,3.7659166,7.8907156,90.70871,31.84086,86.722244,568.423,238.33235,2112.1653,1883.1333,22.08506,40.05869,10686.255,7.6468925,79.81944,723.8861,153.59033,211.17366,90.19221,489.70465,847.1907,450.7651,22.444853,118.75413,1041.8138,2033.9968,61.396942,750.738,69.78692,1.0730417,61.90017,1.0204506,0.6204527,2.8727288,57.2762,144.92693,224.18672,16.921146,2833.7227,397.6828,162.44086,232.71237,95.89017,91.094086,68.428314,37.390324,102.39785,789.5438,248.5023,140.75246,112.73629,14.540053,144.93855,130.92204,31.557827,661.50305,167.87206,2991.929,32.456547,2733.1704,79.52071,420.46835,1942.5254,73.880196,10.837092,1063.5391,875.9774,3051.2883,91.040436 +2023-08-12 17:00:00,0.0,17662.875,334.7398,30.320797,39.678345,32.010124,172.22168,26.207993,37.91891,20.449705,23.006908,1029.7379,218.02188,12.214909,149.25737,4.6119995,0.37651378,27.855602,6.2763224,1.4626257,350.26047,0.20095274,366.14993,45.958385,0.6186251,1.6937796,117.61931,17.068031,39.919952,95.807205,27461.318,0.09141784,1756.2858,0.35566264,0.2053918,0.08119076,0.45719078,151.47092,171.25432,23.666288,179.43213,26.29922,71.289505,2221.8667,2.3122828,262.50647,156.9626,394.91885,109.96375,363.69803,37.328957,393.59604,0.0,2263.8857,12166.353,32.1268,549.78516,144.3006,42056.883,131.45418,25.801514,126.38755,354.18005,61.27209,27.157331,206.65764,1894.6328,330.96387,137.14574,21.814344,16.125559,411.8624,69.46951,1137.3516,85.137764,2518.3342,212.09207,339.59976,83.47874,117.7235,6.5056553,10.137907,13.192132,2.3294978,1.7814804,74.07938,77.0663,80.52452,37.254173,35.652054,128.28201,8.687945,3018.7761,48.764656,68.19086,59.149994,66.8436,240.82576,86.69107,131.89853,13.616253,34.858788,79.96496,265.4876,578.3719,68.51502,299.85333,69.97119,120.25031,270.72598,332.92673,956.0614,160.57593,4.7952123,17.745632,6.950247,44.606346,19282.26,3.2102344,24.909874,39.58683,33.466217,335.99622,54.508423,138.39406,2.4029858,126.72846,419.72955,267.78122,138.79828,498.82956,35.37567,99.95486,155.43964,10.413256,1.6224111,10.801732,1150.3358,0.07292293,0.26758602,48.747845,8.053532,3.5825992,3.7651417,7.8923097,90.69044,31.831722,86.72313,568.40466,238.34085,2112.4175,1883.1267,22.102684,40.09134,10684.865,7.6462455,79.857635,723.9627,153.66502,211.29106,90.22816,489.97598,847.32227,450.83035,22.461136,118.82491,1041.7158,2033.7626,61.44034,751.223,69.861336,1.0729601,61.89888,1.0200993,0.6202112,2.8717468,57.3174,145.00385,224.07193,16.913126,2832.294,397.84476,162.56921,232.89348,95.941055,91.0788,68.48163,37.47856,102.38945,789.49634,248.51353,140.77951,112.70904,14.5613575,144.95746,130.93784,31.539038,661.2366,167.83228,2989.6543,32.457443,2732.152,79.523506,420.47226,1941.3949,73.84942,10.841944,1063.1593,875.7544,3049.7383,91.04055 +2023-08-12 18:00:00,0.0,17663.03,334.82257,30.33722,39.697296,32.01945,172.25716,26.215406,37.938705,20.451586,23.01522,1030.2473,217.91165,12.2275715,149.32198,4.603108,0.37570065,27.858618,6.263317,1.4596888,350.3284,0.20080619,366.28918,45.971382,0.61762005,1.6905557,117.65776,17.073202,39.935486,95.796036,27461.568,0.091290064,1756.977,0.35534945,0.20515637,0.08108243,0.45658746,151.50436,171.30058,23.66282,179.36693,26.318857,71.245056,2222.0398,2.3111484,262.30115,156.81192,395.0282,109.8525,363.80386,37.34047,393.16592,0.0,2263.4207,12159.4375,32.105038,549.8509,144.26743,42052.133,131.45195,25.787867,126.23311,353.82803,61.236862,27.143616,206.43587,1893.7343,330.9224,136.97276,21.80036,16.119774,411.96857,69.45609,1136.8842,85.1379,2518.5105,212.24435,339.40808,83.50085,117.678276,6.5044994,10.135473,13.18343,2.3289008,1.7805493,74.10063,77.09893,80.555275,37.285652,35.675568,128.2815,8.694659,3018.383,48.739254,68.16129,59.111053,66.77555,240.8949,86.67182,131.75403,13.610227,34.850098,79.910126,265.39386,578.4394,68.56472,299.9035,69.98206,120.20269,270.7168,332.601,956.02954,160.57121,4.7976937,17.727823,6.9443283,44.626186,19283.195,3.211164,24.930773,39.61774,33.484604,335.9999,54.537632,138.42355,2.4012845,126.73488,419.82242,267.7319,138.83669,498.75772,35.373924,99.94872,155.40358,10.411828,1.6225045,10.801567,1149.8826,0.0728892,0.26746237,48.749664,8.051993,3.582072,3.7643666,7.8939033,90.67217,31.822582,86.72402,568.38635,238.34933,2112.6694,1883.12,22.12031,40.123993,10683.475,7.6455984,79.895836,724.03925,153.73972,211.40846,90.264114,490.2473,847.4539,450.8956,22.477419,118.8957,1041.6178,2033.5283,61.483738,751.708,69.93575,1.0728786,61.897587,1.0197481,0.61996967,2.8707645,57.3586,145.08078,223.95714,16.905107,2830.865,398.00674,162.69759,233.0746,95.991936,91.06351,68.53494,37.566803,102.38105,789.4488,248.52477,140.80655,112.681786,14.582661,144.97638,130.95363,31.520248,660.9701,167.7925,2987.3794,32.45834,2731.1335,79.5263,420.4762,1940.2644,73.81864,10.846795,1062.7795,875.5313,3048.188,91.040665 +2023-08-12 19:00:00,0.0,17663.184,334.90533,30.353642,39.716248,32.028774,172.29265,26.22282,37.958496,20.453465,23.023533,1030.7567,217.8014,12.240234,149.3866,4.5942163,0.37488753,27.861633,6.2503123,1.4567517,350.39636,0.20065963,366.42844,45.984375,0.61661506,1.6873319,117.696205,17.078371,39.951015,95.78487,27461.818,0.09116229,1757.6683,0.3550363,0.20492095,0.08097411,0.45598418,151.53781,171.34685,23.659353,179.30174,26.338495,71.20061,2222.2131,2.3100142,262.0958,156.66125,395.1375,109.74126,363.9097,37.351982,392.73584,0.0,2262.9553,12152.521,32.083275,549.9166,144.23424,42047.383,131.44972,25.774221,126.07867,353.47598,61.201637,27.1299,206.2141,1892.8357,330.8809,136.7998,21.786375,16.11399,412.07477,69.44267,1136.4166,85.13804,2518.6865,212.39664,339.21634,83.52296,117.63304,6.503344,10.133039,13.174727,2.328304,1.7796181,74.12188,77.13156,80.58602,37.31713,35.69908,128.28098,8.701372,3017.99,48.71385,68.13172,59.072113,66.707504,240.96402,86.65258,131.60954,13.604201,34.841408,79.85529,265.30008,578.5069,68.61442,299.95364,69.992935,120.155075,270.7076,332.2753,955.99774,160.5665,4.8001747,17.710014,6.93841,44.646027,19284.129,3.2120938,24.95167,39.648655,33.50299,336.0036,54.566845,138.45303,2.3995829,126.741295,419.91528,267.6826,138.8751,498.6859,35.372177,99.9426,155.36752,10.4104,1.6225979,10.801402,1149.4293,0.07285548,0.2673387,48.75148,8.050455,3.5815446,3.7635918,7.895497,90.65391,31.813442,86.724915,568.36804,238.35783,2112.9214,1883.1134,22.137936,40.156643,10682.084,7.6449513,79.93403,724.11584,153.81442,211.52588,90.300064,490.51865,847.5855,450.96088,22.493702,118.96649,1041.5198,2033.2941,61.527138,752.19305,70.01017,1.072797,61.896297,1.0193968,0.61972815,2.8697822,57.399803,145.1577,223.84233,16.897087,2829.4363,398.1687,162.82594,233.2557,96.04282,91.04822,68.588264,37.65504,102.37265,789.4013,248.536,140.8336,112.65454,14.603965,144.99529,130.96942,31.501457,660.70355,167.7527,2985.1047,32.459236,2730.1152,79.52909,420.4801,1939.1339,73.787865,10.851646,1062.3997,875.3082,3046.638,91.04078 +2023-08-12 20:00:00,0.0,17663.338,334.98807,30.370064,39.7352,32.038097,172.32812,26.230234,37.978287,20.455345,23.031845,1031.2662,217.69118,12.252897,149.45122,4.585325,0.37407443,27.864649,6.237307,1.4538146,350.4643,0.20051308,366.56772,45.99737,0.61561,1.684108,117.73466,17.08354,39.96655,95.7737,27462.07,0.09103452,1758.3596,0.3547231,0.20468552,0.080865785,0.45538092,151.57126,171.3931,23.655886,179.23656,26.358133,71.15615,2222.3865,2.30888,261.89047,156.51057,395.24683,109.630005,364.01553,37.363495,392.30573,0.0,2262.4902,12145.606,32.061516,549.9824,144.20105,42042.633,131.4475,25.760574,125.924225,353.1239,61.16641,27.116184,205.99232,1891.937,330.8394,136.62685,21.772388,16.108208,412.18094,69.429245,1135.9492,85.13817,2518.8625,212.54893,339.02463,83.54506,117.58781,6.5021887,10.130606,13.166026,2.3277073,1.778687,74.143135,77.16419,80.616776,37.348606,35.72259,128.28046,8.708085,3017.5967,48.688446,68.10215,59.033173,66.639465,241.03316,86.63334,131.46506,13.598176,34.832718,79.80045,265.20633,578.57446,68.664116,300.0038,70.0038,120.10745,270.6984,331.94962,955.96594,160.56177,4.802656,17.692204,6.9324913,44.665863,19285.064,3.2130234,24.972569,39.67957,33.521378,336.0073,54.596058,138.48253,2.3978813,126.74772,420.00812,267.63327,138.91351,498.61407,35.37043,99.93646,155.33147,10.408973,1.6226914,10.801238,1148.9762,0.07282175,0.26721504,48.753296,8.048918,3.5810173,3.7628167,7.897091,90.635635,31.804302,86.72581,568.34973,238.36632,2113.1733,1883.1067,22.15556,40.189293,10680.694,7.6443048,79.97222,724.19244,153.88911,211.64328,90.33602,490.78995,847.71716,451.02612,22.509985,119.03728,1041.4219,2033.0598,61.570534,752.67804,70.08459,1.0727154,61.895004,1.0190455,0.6194867,2.8688,57.441,145.23462,223.72754,16.889067,2828.0073,398.33066,162.9543,233.43683,96.093704,91.03293,68.64158,37.743282,102.36425,789.35376,248.54724,140.86066,112.62729,14.625268,145.0142,130.98521,31.482668,660.4371,167.71292,2982.8298,32.46013,2729.097,79.53188,420.48404,1938.0033,73.757095,10.856498,1062.0199,875.08514,3045.0876,91.0409 +2023-08-12 21:00:00,0.0,17663.492,335.07083,30.386486,39.75415,32.047424,172.3636,26.23765,37.99808,20.457226,23.04016,1031.7756,217.58093,12.26556,149.51584,4.576433,0.3732613,27.867664,6.2243023,1.4508775,350.53223,0.20036653,366.70697,46.01037,0.61460495,1.6808842,117.7731,17.08871,39.98208,95.762535,27462.32,0.09090674,1759.0509,0.35440993,0.2044501,0.08075747,0.45477763,151.60472,171.43936,23.652418,179.17137,26.377771,71.1117,2222.5598,2.307746,261.68512,156.35991,395.35614,109.51875,364.12137,37.375008,391.8756,0.0,2262.025,12138.69,32.039753,550.04816,144.16786,42037.883,131.44527,25.746927,125.76978,352.77188,61.131184,27.102468,205.77055,1891.0385,330.79788,136.45387,21.758404,16.102423,412.2871,69.415825,1135.4817,85.138306,2519.0386,212.70122,338.8329,83.56717,117.54257,6.501033,10.128171,13.157324,2.3271105,1.7777559,74.16438,77.19682,80.64753,37.380085,35.746105,128.27994,8.714799,3017.2036,48.66304,68.07258,58.994236,66.57142,241.10228,86.6141,131.32057,13.592151,34.824024,79.74562,265.11255,578.64197,68.71381,300.05396,70.01467,120.05983,270.6892,331.6239,955.93414,160.55705,4.805137,17.674395,6.926573,44.685703,19285.998,3.213953,24.993465,39.710484,33.539764,336.011,54.625267,138.51202,2.39618,126.754135,420.10098,267.58395,138.95193,498.54227,35.368683,99.93033,155.29541,10.407545,1.6227849,10.801073,1148.523,0.07278802,0.2670914,48.75511,8.0473795,3.58049,3.7620418,7.8986845,90.61737,31.795162,86.7267,568.3314,238.37482,2113.4253,1883.1,22.173185,40.221943,10679.304,7.6436577,80.010414,724.269,153.9638,211.76068,90.37198,491.06128,847.84875,451.0914,22.526266,119.10807,1041.3239,2032.8256,61.613934,753.1631,70.15901,1.0726339,61.89371,1.0186942,0.6192452,2.8678176,57.482204,145.31155,223.61275,16.881048,2826.5784,398.4926,163.08266,233.61795,96.144585,91.01764,68.69489,37.83152,102.35585,789.3063,248.55847,140.88771,112.60004,14.646572,145.03311,131.001,31.463879,660.17053,167.67314,2980.5552,32.461025,2728.0786,79.53468,420.48795,1936.8728,73.72632,10.861348,1061.6401,874.8621,3043.5374,91.041016 +2023-08-12 22:00:00,0.0,17663.646,335.1536,30.402908,39.7731,32.056747,172.39908,26.245064,38.01787,20.459106,23.048471,1032.285,217.47069,12.278223,149.58044,4.567542,0.37244818,27.87068,6.211297,1.4479406,350.60016,0.20021999,366.84622,46.023365,0.61359996,1.6776603,117.811554,17.09388,39.997612,95.751366,27462.57,0.09077896,1759.7422,0.35409674,0.20421468,0.080649145,0.45417434,151.63817,171.48563,23.64895,179.10619,26.39741,71.06725,2222.733,2.3066115,261.4798,156.20923,395.46548,109.4075,364.2272,37.38652,391.4455,0.0,2261.5598,12131.775,32.01799,550.1139,144.13467,42033.133,131.44305,25.733282,125.61534,352.41983,61.095955,27.088753,205.54877,1890.1399,330.75638,136.28091,21.74442,16.09664,412.3933,69.402405,1135.0143,85.138435,2519.2146,212.8535,338.64117,83.58928,117.49734,6.4998775,10.125737,13.148622,2.3265138,1.7768247,74.18564,77.22946,80.678276,37.411564,35.76962,128.27942,8.721512,3016.8105,48.637634,68.043015,58.955296,66.50337,241.17142,86.59485,131.17607,13.586124,34.815334,79.69079,265.0188,578.7095,68.76351,300.10413,70.02554,120.01221,270.68,331.2982,955.90234,160.55234,4.8076186,17.656586,6.9206543,44.705544,19286.934,3.2148826,25.014364,39.741398,33.558155,336.01468,54.65448,138.54152,2.3944783,126.76055,420.19385,267.53464,138.99036,498.47043,35.366936,99.9242,155.25935,10.406117,1.6228783,10.800908,1148.0697,0.0727543,0.26696774,48.756927,8.045841,3.5799627,3.761267,7.900278,90.599106,31.786022,86.727585,568.3132,238.3833,2113.6772,1883.0934,22.190811,40.254593,10677.914,7.6430106,80.04861,724.3456,154.03851,211.8781,90.40793,491.3326,847.9804,451.15665,22.54255,119.178856,1041.2258,2032.5913,61.65733,753.6481,70.23343,1.0725523,61.89242,1.0183429,0.61900365,2.8668354,57.523403,145.38847,223.49796,16.873028,2825.1497,398.65457,163.21103,233.79906,96.19547,91.00235,68.74821,37.919758,102.34744,789.2588,248.5697,140.91476,112.572784,14.667876,145.05203,131.0168,31.445087,659.90405,167.63335,2978.2803,32.46192,2727.06,79.537476,420.49188,1935.7423,73.69554,10.8661995,1061.2603,874.63904,3041.9873,91.04113 +2023-08-12 23:00:00,0.0,17663.8,335.23633,30.41933,39.792053,32.06607,172.43457,26.252478,38.037666,20.460987,23.056784,1032.7946,217.36046,12.290886,149.64507,4.5586505,0.37163508,27.873695,6.1982923,1.4450035,350.66812,0.20007344,366.98547,46.036358,0.6125949,1.6744365,117.85,17.099049,40.01314,95.7402,27462.82,0.09065119,1760.4335,0.35378355,0.20397927,0.08054082,0.45357105,151.67162,171.53188,23.645483,179.041,26.417048,71.022804,2222.9062,2.3054774,261.27444,156.05855,395.5748,109.29625,364.33307,37.398033,391.0154,0.0,2261.0945,12124.859,31.996231,550.1796,144.10149,42028.383,131.44083,25.719635,125.4609,352.06778,61.06073,27.075037,205.327,1889.2412,330.71487,136.10796,21.730434,16.090855,412.49948,69.388985,1134.5468,85.13857,2519.3909,213.00578,338.44946,83.61138,117.45211,6.498722,10.123303,13.13992,2.3259168,1.7758936,74.20689,77.26209,80.70903,37.443043,35.79313,128.2789,8.728225,3016.4172,48.612232,68.01344,58.916355,66.435326,241.24054,86.57561,131.03159,13.580099,34.806644,79.635956,264.92502,578.777,68.81321,300.15427,70.036415,119.964584,270.6708,330.97247,955.8705,160.54762,4.8100996,17.638777,6.914736,44.725384,19287.87,3.2158124,25.035261,39.772312,33.57654,336.01837,54.683693,138.57101,2.3927767,126.76697,420.28668,267.48532,139.02876,498.39862,35.365185,99.91807,155.2233,10.40469,1.6229717,10.800743,1147.6165,0.07272057,0.2668441,48.758747,8.044303,3.5794356,3.7604918,7.901872,90.58083,31.776882,86.72848,568.29486,238.3918,2113.9292,1883.0867,22.208437,40.287243,10676.523,7.6423635,80.08681,724.4222,154.1132,211.9955,90.443886,491.60394,848.112,451.2219,22.558832,119.24964,1041.1278,2032.357,61.70073,754.1331,70.307846,1.0724707,61.89113,1.0179915,0.61876214,2.865853,57.564606,145.4654,223.38315,16.86501,2823.7207,398.81653,163.33939,233.98018,96.24635,90.98706,68.80152,38.008,102.33904,789.21124,248.58093,140.94182,112.54553,14.689179,145.07094,131.0326,31.426298,659.6375,167.59357,2976.0054,32.462814,2726.0417,79.54027,420.4958,1934.6118,73.664764,10.871051,1060.8805,874.41595,3040.437,91.041245 +2023-08-13 00:00:00,0.0,17663.955,335.3191,30.435753,39.811005,32.075397,172.47005,26.259892,38.057457,20.462868,23.065096,1033.304,217.25021,12.303549,149.70969,4.549759,0.37082195,27.87671,6.185287,1.4420664,350.73605,0.19992688,367.12476,46.049355,0.6115899,1.6712127,117.88845,17.10422,40.028675,95.72903,27463.072,0.090523414,1761.1248,0.35347039,0.20374385,0.0804325,0.45296776,151.70506,171.57814,23.642015,178.9758,26.436686,70.97835,2223.0796,2.3043432,261.06912,155.90788,395.68414,109.185005,364.4389,37.409546,390.5853,0.0,2260.6294,12117.943,31.974468,550.24536,144.0683,42023.633,131.4386,25.70599,125.30646,351.71573,61.0255,27.061321,205.10522,1888.3427,330.6734,135.93498,21.71645,16.085072,412.60568,69.37556,1134.0793,85.13871,2519.567,213.15807,338.25775,83.63349,117.406876,6.497566,10.12087,13.131218,2.32532,1.7749624,74.22814,77.29472,80.739784,37.47452,35.816643,128.27838,8.734938,3016.0242,48.586826,67.98387,58.877415,66.36728,241.30968,86.556366,130.8871,13.574074,34.797955,79.581116,264.83127,578.8445,68.8629,300.20444,70.04729,119.91696,270.66162,330.6468,955.8387,160.54291,4.8125806,17.620968,6.9088173,44.745224,19288.803,3.216742,25.05616,39.803226,33.59493,336.02203,54.712902,138.60051,2.3910754,126.773384,420.37955,267.43604,139.06718,498.3268,35.363438,99.911934,155.18724,10.403261,1.6230651,10.800579,1147.1633,0.07268684,0.2667204,48.760563,8.042766,3.5789082,3.759717,7.9034657,90.56257,31.767742,86.72937,568.27655,238.40028,2114.1812,1883.08,22.22606,40.319893,10675.133,7.6417165,80.125,724.4987,154.18791,212.1129,90.479836,491.87527,848.2436,451.28717,22.575115,119.320435,1041.0298,2032.1228,61.74413,754.6181,70.38226,1.0723891,61.889835,1.0176404,0.6185206,2.8648708,57.605804,145.54233,223.26836,16.856989,2822.2917,398.97852,163.46774,234.16129,96.29723,90.97177,68.854836,38.096237,102.33064,789.16376,248.59216,140.96886,112.51828,14.710484,145.08986,131.04839,31.407509,659.37103,167.55377,2973.7307,32.46371,2725.0234,79.54306,420.49973,1933.4812,73.63399,10.875902,1060.5007,874.1929,3038.8867,91.04136 +2023-08-13 01:00:00,0.0,17664.111,335.40182,30.452175,39.829956,32.08472,172.50552,26.267305,38.077248,20.464746,23.073408,1033.8134,217.13998,12.316212,149.77429,4.5408673,0.37000883,27.879726,6.172282,1.4391295,350.804,0.19978033,367.264,46.06235,0.61058486,1.6679888,117.926895,17.109388,40.044205,95.71786,27463.322,0.09039564,1761.8162,0.3531572,0.20350842,0.08032417,0.45236447,151.73851,171.62439,23.638548,178.91061,26.456324,70.9339,2223.2527,2.3032088,260.86377,155.7572,395.79346,109.07375,364.54474,37.42106,390.15518,0.0,2260.164,12111.028,31.952707,550.31116,144.03511,42018.883,131.43637,25.692343,125.152016,351.36368,60.990273,27.047606,204.88345,1887.4441,330.6319,135.76202,21.702463,16.079288,412.71185,69.36214,1133.6118,85.13884,2519.743,213.31035,338.066,83.655594,117.36164,6.496411,10.118436,13.122516,2.3247232,1.7740313,74.24939,77.327354,80.77053,37.506,35.840157,128.27786,8.741652,3015.631,48.561424,67.9543,58.838478,66.29924,241.37881,86.537125,130.74261,13.5680485,34.789265,79.52628,264.7375,578.912,68.9126,300.25458,70.05815,119.86935,270.6524,330.32108,955.8069,160.5382,4.815062,17.603159,6.902899,44.765064,19289.738,3.2176716,25.077057,39.83414,33.613316,336.02573,54.742115,138.63,2.3893738,126.77981,420.4724,267.38672,139.10559,498.25497,35.36169,99.90581,155.15118,10.401834,1.6231586,10.800414,1146.7101,0.07265312,0.26659676,48.76238,8.041227,3.5783808,3.7589421,7.9050593,90.544304,31.758604,86.73026,568.25824,238.40878,2114.433,1883.0734,22.243687,40.352543,10673.743,7.6410694,80.16319,724.5753,154.2626,212.23032,90.51579,492.14658,848.37524,451.35242,22.591398,119.39122,1040.9318,2031.8885,61.787525,755.10315,70.45668,1.0723076,61.888546,1.017289,0.6182791,2.8638885,57.647007,145.61925,223.15356,16.848969,2820.863,399.14047,163.5961,234.3424,96.34812,90.95648,68.90815,38.184475,102.32224,789.1163,248.6034,140.99591,112.49103,14.731788,145.10876,131.06418,31.388718,659.1045,167.51399,2971.4558,32.464607,2724.0051,79.54585,420.50363,1932.3507,73.60322,10.8807535,1060.1208,873.9698,3037.3367,91.04147 +2023-08-13 02:00:00,0.0,17664.266,335.4846,30.468597,39.848907,32.094044,172.54102,26.274721,38.097042,20.466627,23.08172,1034.3228,217.02974,12.328874,149.83891,4.5319757,0.3691957,27.882742,6.159277,1.4361924,350.87192,0.19963378,367.40326,46.075348,0.6095798,1.6647649,117.96535,17.114557,40.05974,95.706696,27463.572,0.09026787,1762.5074,0.352844,0.203273,0.08021585,0.4517612,151.77197,171.67065,23.635082,178.84543,26.475962,70.88945,2223.426,2.3020747,260.65845,155.60652,395.90277,108.9625,364.65057,37.43257,389.72507,0.0,2259.6987,12104.112,31.930944,550.3769,144.00194,42014.133,131.43414,25.678696,124.997574,351.01163,60.955048,27.03389,204.66168,1886.5454,330.5904,135.58907,21.688478,16.073503,412.81802,69.34872,1133.1444,85.13898,2519.919,213.46263,337.8743,83.677704,117.31641,6.495255,10.116001,13.113814,2.3241265,1.7731001,74.270645,77.359985,80.801285,37.53748,35.86367,128.27734,8.748364,3015.2378,48.53602,67.92473,58.799538,66.23119,241.44794,86.517876,130.59811,13.562023,34.780575,79.47145,264.64374,578.97955,68.962296,300.30475,70.06902,119.821724,270.64322,329.99536,955.7751,160.53348,4.817543,17.58535,6.896981,44.784904,19290.674,3.2186015,25.097956,39.865055,33.631702,336.02942,54.771324,138.6595,2.3876722,126.786224,420.56525,267.3374,139.14401,498.18317,35.359943,99.89967,155.11513,10.400406,1.623252,10.800249,1146.2568,0.07261939,0.2664731,48.764194,8.039689,3.5778537,3.758167,7.9066534,90.52603,31.749464,86.731155,568.2399,238.41727,2114.685,1883.0667,22.261312,40.385193,10672.353,7.6404223,80.201385,724.65186,154.3373,212.34772,90.55175,492.4179,848.50684,451.41766,22.60768,119.46201,1040.8337,2031.6543,61.830925,755.5882,70.5311,1.072226,61.887253,1.0169377,0.6180376,2.8629062,57.688206,145.69617,223.03876,16.84095,2819.434,399.30243,163.72446,234.52353,96.399,90.94119,68.96147,38.272717,102.31384,789.0687,248.61462,141.02296,112.463776,14.753091,145.12769,131.07997,31.369928,658.838,167.47421,2969.1812,32.4655,2722.9866,79.548645,420.50757,1931.2202,73.57244,10.885605,1059.7411,873.74677,3035.7864,91.04159 +2023-08-13 03:00:00,0.0,17664.42,335.56735,30.48502,39.86786,32.10337,172.57649,26.282135,38.116833,20.468508,23.090033,1034.8323,216.9195,12.3415365,149.90353,4.523084,0.3683826,27.885757,6.146272,1.4332553,350.93988,0.19948724,367.5425,46.088345,0.6085748,1.6615411,118.00379,17.119728,40.075268,95.695526,27463.824,0.09014009,1763.1987,0.35253084,0.20303757,0.080107525,0.4511579,151.80542,171.71692,23.631615,178.78024,26.4956,70.84499,2223.5994,2.3009405,260.4531,155.45586,396.0121,108.85125,364.7564,37.444088,389.29498,0.0,2259.2334,12097.197,31.909184,550.4426,143.96875,42009.383,131.43193,25.66505,124.84313,350.65958,60.91982,27.020174,204.4399,1885.6469,330.5489,135.41609,21.674494,16.06772,412.92422,69.3353,1132.677,85.139114,2520.095,213.61493,337.68256,83.699814,117.27117,6.4940996,10.113567,13.105112,2.3235297,1.772169,74.29189,77.39262,80.83204,37.56896,35.88718,128.27682,8.755077,3014.8447,48.510612,67.895164,58.760597,66.16315,241.51707,86.498634,130.45363,13.555997,34.77188,79.41661,264.54996,579.04706,69.01199,300.35492,70.079895,119.7741,270.634,329.66968,955.7433,160.52876,4.8200245,17.567541,6.8910623,44.804745,19291.607,3.219531,25.118853,39.89597,33.65009,336.0331,54.800537,138.689,2.3859708,126.79264,420.6581,267.2881,139.18243,498.11133,35.358196,99.89354,155.07907,10.398978,1.6233455,10.800084,1145.8037,0.072585665,0.26634946,48.76601,8.038151,3.5773263,3.7573922,7.908247,90.50777,31.740324,86.73204,568.2217,238.42577,2114.937,1883.06,22.278936,40.417843,10670.963,7.6397753,80.239586,724.72845,154.412,212.46512,90.5877,492.68924,848.6385,451.48294,22.623962,119.5328,1040.7357,2031.42,61.874325,756.0732,70.605515,1.0721444,61.885963,1.0165864,0.61779606,2.8619242,57.72941,145.7731,222.92397,16.83293,2818.0051,399.4644,163.85283,234.70464,96.44989,90.92591,69.014786,38.360954,102.30544,789.02124,248.62587,141.05002,112.43652,14.774395,145.14659,131.09576,31.35114,658.57153,167.43442,2966.9062,32.466396,2721.9683,79.55144,420.51147,1930.0897,73.541664,10.890456,1059.3613,873.5237,3034.2363,91.0417 +2023-08-13 04:00:00,0.0,17664.574,335.6501,30.501442,39.88681,32.112694,172.61197,26.289549,38.136627,20.470388,23.098347,1035.3417,216.80927,12.354199,149.96815,4.5141926,0.36756948,27.888773,6.133267,1.4303182,351.0078,0.19934069,367.6818,46.101337,0.60756975,1.6583172,118.042244,17.124897,40.0908,95.68436,27464.074,0.09001231,1763.89,0.35221764,0.20280215,0.0799992,0.45055464,151.83887,171.76317,23.628147,178.71506,26.515238,70.800545,2223.7725,2.2998064,260.24777,155.30518,396.1214,108.740005,364.86224,37.4556,388.86487,0.0,2258.7683,12090.281,31.887423,550.50836,143.93556,42004.63,131.4297,25.651403,124.68869,350.30753,60.884594,27.006458,204.21812,1884.7483,330.5074,135.24313,21.66051,16.061935,413.0304,69.32188,1132.2095,85.139244,2520.2712,213.76721,337.49088,83.72192,117.225945,6.4929442,10.111134,13.09641,2.3229327,1.7712379,74.31315,77.42525,80.862785,37.600437,35.910694,128.2763,8.761791,3014.4517,48.48521,67.86559,58.721657,66.0951,241.5862,86.47939,130.30914,13.549972,34.76319,79.36178,264.4562,579.11456,69.06169,300.40506,70.09077,119.72648,270.62482,329.34396,955.7115,160.52405,4.8225055,17.54973,6.8851438,44.824585,19292.543,3.2204607,25.139751,39.926884,33.66848,336.0368,54.82975,138.71849,2.3842692,126.79906,420.75098,267.23877,139.22084,498.03952,35.35645,99.88741,155.04301,10.397551,1.6234388,10.799919,1145.3505,0.07255194,0.2662258,48.76783,8.036613,3.576799,3.756617,7.9098406,90.4895,31.731184,86.73293,568.20337,238.43427,2115.189,1883.0533,22.296562,40.450493,10669.572,7.639128,80.27778,724.80505,154.4867,212.58252,90.62366,492.96057,848.7701,451.5482,22.640245,119.603584,1040.6378,2031.1858,61.91772,756.5582,70.67993,1.0720628,61.88467,1.0162351,0.61755455,2.860942,57.770607,145.85002,222.80917,16.82491,2816.5764,399.62634,163.98119,234.88576,96.50077,90.91062,69.0681,38.449196,102.29704,788.97375,248.6371,141.07707,112.40928,14.795698,145.16551,131.11156,31.332348,658.305,167.39464,2964.6316,32.467293,2720.95,79.55423,420.5154,1928.9591,73.51089,10.895308,1058.9814,873.3006,3032.686,91.04182 +2023-08-13 05:00:00,0.0,17664.729,335.73285,30.517864,39.90576,32.122017,172.64746,26.296963,38.156418,20.47227,23.106659,1035.8511,216.69902,12.366862,150.03276,4.5053015,0.36675635,27.891788,6.120262,1.4273813,351.07574,0.19919413,367.82104,46.114334,0.60656476,1.6550934,118.08069,17.130066,40.106335,95.67319,27464.324,0.08988454,1764.5813,0.35190445,0.20256673,0.07989088,0.44995132,151.87231,171.80943,23.62468,178.64987,26.534876,70.756096,2223.9458,2.298672,260.04242,155.1545,396.23074,108.62875,364.96808,37.467113,388.43475,0.0,2258.303,12083.366,31.86566,550.5741,143.90237,41999.88,131.42747,25.637758,124.53425,349.95547,60.849365,26.992743,203.99635,1883.8496,330.46588,135.07018,21.646524,16.056152,413.1366,69.30845,1131.7421,85.13938,2520.4473,213.9195,337.29913,83.744026,117.18071,6.4917884,10.1087,13.087708,2.322336,1.7703067,74.3344,77.457886,80.89354,37.631916,35.934208,128.27579,8.768504,3014.0583,48.459805,67.83602,58.682716,66.027054,241.65533,86.46015,130.16466,13.543946,34.7545,79.306946,264.36243,579.18207,69.11139,300.45523,70.10164,119.678856,270.61563,329.01825,955.6796,160.51933,4.8249865,17.531921,6.8792253,44.84442,19293.479,3.2213902,25.160648,39.957794,33.686867,336.0405,54.85896,138.74799,2.3825676,126.80548,420.8438,267.18945,139.25926,497.96768,35.354702,99.88128,155.00696,10.396123,1.6235323,10.799755,1144.8972,0.072518215,0.26610214,48.769646,8.035075,3.5762718,3.7558422,7.9114347,90.47123,31.722044,86.733826,568.18506,238.44275,2115.441,1883.0466,22.314188,40.483143,10668.183,7.638481,80.31597,724.8816,154.56139,212.69994,90.65961,493.2319,848.90173,451.61343,22.656528,119.67438,1040.5398,2030.9515,61.96112,757.0432,70.75435,1.0719813,61.883377,1.0158839,0.617313,2.8599596,57.81181,145.92694,222.69438,16.81689,2815.1475,399.78833,164.10954,235.06686,96.55165,90.89533,69.121414,38.537434,102.28864,788.9262,248.64833,141.10413,112.38203,14.817002,145.18442,131.12735,31.313559,658.0385,167.35486,2962.3567,32.468185,2719.9316,79.55703,420.51932,1927.8286,73.48011,10.900159,1058.6017,873.0775,3031.1357,91.04194 +2023-08-13 06:00:00,0.0,17664.883,335.8156,30.534286,39.924713,32.13134,172.68294,26.304377,38.17621,20.47415,23.114971,1036.3606,216.58879,12.379525,150.09738,4.49641,0.36594322,27.894804,6.107257,1.4244442,351.14368,0.19904758,367.9603,46.12733,0.6055597,1.6518695,118.11914,17.135237,40.121864,95.66202,27464.576,0.089756764,1765.2726,0.3515913,0.2023313,0.07978255,0.44934803,151.90576,171.8557,23.621212,178.58467,26.554514,70.71164,2224.1191,2.2975378,259.8371,155.00383,396.34006,108.5175,365.0739,37.478626,388.00464,0.0,2257.838,12076.45,31.843899,550.6399,143.86919,41995.13,131.42525,25.624111,124.37981,349.60342,60.81414,26.979029,203.77458,1882.951,330.4244,134.8972,21.63254,16.05037,413.24277,69.29503,1131.2745,85.13951,2520.6233,214.07178,337.10742,83.76613,117.135475,6.490633,10.106266,13.079006,2.3217392,1.7693756,74.35565,77.49051,80.92429,37.663395,35.95772,128.27527,8.775217,3013.6653,48.434402,67.80645,58.64378,65.959015,241.72446,86.4409,130.02016,13.537921,34.74581,79.252106,264.26868,579.2496,69.16109,300.50537,70.1125,119.63123,270.6064,328.69254,955.6478,160.51462,4.827468,17.514112,6.8733068,44.86426,19294.412,3.22232,25.181547,39.98871,33.705254,336.0442,54.888172,138.77747,2.3808663,126.8119,420.93668,267.14014,139.29767,497.89587,35.352955,99.875145,154.9709,10.394695,1.6236258,10.79959,1144.4441,0.072484486,0.2659785,48.77146,8.033537,3.5757444,3.7550673,7.9130282,90.452965,31.712904,86.73472,568.16675,238.45125,2115.6929,1883.04,22.331812,40.515793,10666.792,7.637834,80.354164,724.9582,154.6361,212.81734,90.695564,493.5032,849.0333,451.6787,22.672812,119.74516,1040.4418,2030.7173,62.00452,757.52826,70.828766,1.0718998,61.882088,1.0155326,0.6170715,2.8589773,57.85301,146.00388,222.57957,16.80887,2813.7188,399.9503,164.2379,235.24799,96.60254,90.88004,69.17473,38.62567,102.28024,788.8787,248.65956,141.13116,112.354774,14.838306,145.20334,131.14314,31.29477,657.772,167.31506,2960.082,32.46908,2718.913,79.55982,420.52325,1926.6981,73.44934,10.90501,1058.2219,872.85443,3029.5857,91.04205 +2023-08-13 07:00:00,0.0,17665.037,335.89835,30.550709,39.943665,32.140667,172.71841,26.311792,38.196003,20.476028,23.123283,1036.87,216.47855,12.392188,150.162,4.4875183,0.36513013,27.89782,6.094252,1.4215071,351.21164,0.19890103,368.09955,46.140327,0.60455465,1.6486456,118.157585,17.140406,40.137398,95.65085,27464.826,0.089628994,1765.9639,0.3512781,0.20209588,0.07967423,0.44874477,151.93922,171.90195,23.617744,178.51949,26.574152,70.66719,2224.2925,2.2964036,259.63174,154.85315,396.4494,108.40625,365.17975,37.49014,387.57455,0.0,2257.3726,12069.535,31.822138,550.7056,143.836,41990.38,131.42302,25.610466,124.225365,349.25137,60.77891,26.965313,203.55281,1882.0525,330.3829,134.72424,21.618553,16.044584,413.34894,69.28161,1130.8071,85.13965,2520.7993,214.22406,336.91568,83.78824,117.09024,6.4894776,10.103832,13.070304,2.3211424,1.7684444,74.3769,77.52315,80.95504,37.694874,35.98123,128.27475,8.78193,3013.2722,48.408997,67.77688,58.60484,65.89097,241.7936,86.42166,129.87567,13.531895,34.73712,79.19727,264.1749,579.31714,69.210785,300.55554,70.123375,119.58362,270.59723,328.36685,955.616,160.5099,4.829949,17.496304,6.8673882,44.8841,19295.348,3.2232497,25.202444,40.019623,33.72364,336.04788,54.91738,138.80696,2.3791647,126.81831,421.02954,267.09085,139.33609,497.82404,35.351208,99.86902,154.93484,10.393268,1.6237192,10.799425,1143.9908,0.072450764,0.26585484,48.773277,8.031999,3.575217,3.7542922,7.914622,90.4347,31.703764,86.73561,568.14844,238.45973,2115.9448,1883.0333,22.349438,40.548443,10665.401,7.637187,80.39236,725.0348,154.71078,212.93474,90.73152,493.77454,849.165,451.74396,22.689093,119.815956,1040.3438,2030.483,62.047916,758.01324,70.90318,1.0718181,61.880795,1.0151813,0.61683,2.857995,57.89421,146.0808,222.46478,16.80085,2812.2898,400.11224,164.36626,235.4291,96.65342,90.86475,69.22804,38.713913,102.27184,788.8312,248.67079,141.15822,112.32752,14.85961,145.22224,131.15894,31.275978,657.5055,167.27528,2957.8071,32.46998,2717.8948,79.562614,420.52716,1925.5676,73.418564,10.909862,1057.842,872.6314,3028.0354,91.04217 +2023-08-13 08:00:00,0.0,17665.191,335.9811,30.567131,39.96262,32.14999,172.7539,26.319206,38.215794,20.47791,23.131596,1037.3794,216.3683,12.404851,150.22662,4.4786267,0.364317,27.900835,6.081247,1.4185702,351.27957,0.19875449,368.23883,46.15332,0.60354966,1.6454219,118.19604,17.145575,40.152927,95.63969,27465.076,0.08950122,1766.6552,0.35096493,0.20186046,0.079565905,0.44814146,151.97267,171.94821,23.614277,178.4543,26.59379,70.62274,2224.4656,2.2952693,259.4264,154.70247,396.55872,108.295006,365.28558,37.50165,387.14444,0.0,2256.9075,12062.619,31.800375,550.77136,143.80281,41985.63,131.4208,25.596819,124.07092,348.89932,60.743683,26.951597,203.33104,1881.1538,330.3414,134.55128,21.604568,16.038801,413.45514,69.26819,1130.3396,85.139786,2520.9753,214.37634,336.72397,83.81035,117.045006,6.488322,10.1013975,13.061603,2.3205457,1.7675133,74.398155,77.55578,80.985794,37.72635,36.004745,128.27423,8.788644,3012.8792,48.383595,67.747314,58.5659,65.82292,241.86273,86.40242,129.73119,13.525869,34.72843,79.14244,264.08115,579.38464,69.26048,300.60568,70.13425,119.535995,270.588,328.04114,955.5842,160.50519,4.8324304,17.478495,6.8614697,44.903942,19296.283,3.2241793,25.223343,40.050537,33.742027,336.05157,54.946594,138.83646,2.377463,126.82473,421.12238,267.04153,139.3745,497.75223,35.34946,99.862885,154.89879,10.39184,1.6238127,10.79926,1143.5376,0.072417036,0.2657312,48.775093,8.030461,3.5746899,3.7535174,7.9162154,90.41643,31.694624,86.7365,568.1301,238.46823,2116.1968,1883.0267,22.367064,40.581093,10664.012,7.63654,80.43056,725.1113,154.78549,213.05215,90.76747,494.04587,849.2966,451.8092,22.705376,119.88674,1040.2457,2030.2488,62.091316,758.4983,70.9776,1.0717366,61.879505,1.01483,0.6165885,2.8570127,57.93541,146.15771,222.34999,16.792831,2810.8608,400.2742,164.49463,235.61021,96.7043,90.849464,69.281364,38.80215,102.26344,788.7837,248.68202,141.18527,112.30027,14.880914,145.24117,131.17473,31.257189,657.23895,167.23549,2955.5322,32.47087,2716.8765,79.56541,420.5311,1924.437,73.38779,10.914713,1057.4623,872.4083,3026.485,91.04228 +2023-08-13 09:00:00,0.0,17665.346,336.06384,30.583553,39.98157,32.159313,172.78938,26.32662,38.235588,20.47979,23.139908,1037.8889,216.25807,12.417514,150.29123,4.469735,0.36350387,27.90385,6.068242,1.4156331,351.3475,0.19860794,368.37808,46.166317,0.6025446,1.642198,118.23448,17.150745,40.16846,95.62852,27465.326,0.08937344,1767.3464,0.35065174,0.20162503,0.07945759,0.44753817,152.00612,171.99446,23.61081,178.38911,26.613428,70.57829,2224.639,2.294135,259.22107,154.5518,396.66803,108.183754,365.39142,37.513165,386.71432,0.0,2256.4421,12055.704,31.778614,550.8371,143.76964,41980.88,131.41858,25.583172,123.91648,348.54727,60.708458,26.937881,203.10925,1880.2552,330.2999,134.37831,21.590584,16.033016,413.5613,69.25477,1129.8722,85.139915,2521.1516,214.52864,336.53223,83.83245,116.99977,6.4871664,10.098964,13.0529,2.319949,1.7665821,74.4194,77.58841,81.01655,37.757828,36.02826,128.2737,8.795357,3012.4858,48.35819,67.71774,58.52696,65.754875,241.93185,86.38318,129.5867,13.519844,34.719738,79.08761,263.98737,579.45215,69.31018,300.65585,70.14512,119.48837,270.57883,327.71542,955.5524,160.50046,4.8349113,17.460686,6.8555512,44.923782,19297.217,3.2251089,25.24424,40.08145,33.760418,336.05524,54.975807,138.86595,2.3757617,126.83115,421.21524,266.99222,139.41292,497.6804,35.347713,99.85675,154.86273,10.390412,1.6239061,10.799095,1143.0845,0.07238331,0.26560754,48.77691,8.028923,3.5741625,3.7527423,7.9178095,90.39816,31.685486,86.73739,568.1118,238.47672,2116.4487,1883.02,22.384687,40.613743,10662.621,7.635893,80.46875,725.1879,154.86018,213.16956,90.80343,494.3172,849.4282,451.87448,22.721659,119.95753,1040.1477,2030.0145,62.134712,758.9833,71.05202,1.071655,61.878212,1.0144787,0.61634696,2.8560305,57.976612,146.23465,222.2352,16.784811,2809.4321,400.43616,164.62299,235.79134,96.75519,90.834175,69.33468,38.890392,102.25504,788.7362,248.69327,141.21233,112.27302,14.902217,145.26007,131.19052,31.2384,656.9725,167.19571,2953.2576,32.471767,2715.8582,79.5682,420.535,1923.3065,73.35701,10.919563,1057.0825,872.18524,3024.935,91.0424 +2023-08-13 10:00:00,0.0,17665.5,336.1466,30.599976,40.000523,32.16864,172.82486,26.334034,38.25538,20.48167,23.14822,1038.3983,216.14783,12.430177,150.35585,4.4608436,0.36269078,27.906866,6.0552373,1.412696,351.41544,0.19846138,368.51733,46.179314,0.6015396,1.6389741,118.272934,17.155914,40.18399,95.61735,27465.578,0.08924567,1768.0377,0.35033855,0.20138961,0.079349265,0.4469349,152.03957,172.04073,23.607342,178.32393,26.633066,70.53384,2224.8123,2.293001,259.01572,154.40112,396.77734,108.0725,365.49725,37.524677,386.28424,0.0,2255.977,12048.788,31.756853,550.90283,143.73645,41976.13,131.41635,25.569527,123.76204,348.19522,60.67323,26.924166,202.88748,1879.3566,330.2584,134.20535,21.5766,16.027233,413.6675,69.24134,1129.4047,85.14005,2521.3276,214.68092,336.34055,83.85456,116.954544,6.4860106,10.09653,13.044198,2.319352,1.765651,74.44066,77.62104,81.047295,37.789307,36.05177,128.27318,8.80207,3012.0928,48.332783,67.68817,58.48802,65.68683,242.00099,86.36393,129.4422,13.513819,34.71105,79.03277,263.89362,579.51965,69.35988,300.706,70.15599,119.44075,270.56964,327.38974,955.5206,160.49574,4.837393,17.442877,6.8496327,44.943623,19298.152,3.2260387,25.265139,40.112366,33.778805,336.05893,55.005016,138.89545,2.3740602,126.83757,421.3081,266.9429,139.45134,497.60858,35.345966,99.850624,154.82668,10.388985,1.6239995,10.798931,1142.6312,0.072349586,0.26548386,48.77873,8.027385,3.5736353,3.7519674,7.919403,90.37989,31.676346,86.73828,568.0935,238.48521,2116.7007,1883.0133,22.402313,40.646393,10661.231,7.635246,80.50694,725.26447,154.93488,213.28696,90.83938,494.58853,849.5598,451.93973,22.737942,120.02832,1040.0497,2029.7803,62.178112,759.4683,71.126434,1.0715734,61.87692,1.0141274,0.61610544,2.8550482,58.01781,146.31157,222.12039,16.776793,2808.0032,400.5981,164.75134,235.97244,96.80607,90.818886,69.38799,38.97863,102.24664,788.68866,248.7045,141.23938,112.245766,14.923521,145.27899,131.20631,31.219608,656.70593,167.15593,2950.9827,32.472664,2714.8398,79.57099,420.53894,1922.176,73.32623,10.924415,1056.7026,871.96216,3023.3848,91.04251 +2023-08-13 11:00:00,0.0,17665.656,336.22937,30.616398,40.019474,32.177963,172.86035,26.341448,38.27517,20.483551,23.156532,1038.9077,216.0376,12.442839,150.42047,4.451952,0.36187765,27.909882,6.042232,1.4097589,351.4834,0.19831483,368.6566,46.19231,0.60053456,1.6357503,118.31138,17.161083,40.199524,95.60618,27465.828,0.08911789,1768.729,0.3500254,0.2011542,0.07924094,0.44633162,152.07301,172.08699,23.603874,178.25874,26.652704,70.48939,2224.9854,2.2918668,258.8104,154.25044,396.8867,107.96125,365.6031,37.53619,385.85413,0.0,2255.5117,12041.872,31.73509,550.96857,143.70326,41971.38,131.41412,25.55588,123.6076,347.84317,60.638004,26.91045,202.66571,1878.458,330.2169,134.0324,21.562614,16.021448,413.77368,69.22792,1128.9373,85.14018,2521.5037,214.8332,336.1488,83.87666,116.90931,6.484855,10.094096,13.035497,2.3187551,1.7647198,74.461914,77.65367,81.07805,37.820786,36.075283,128.27266,8.808784,3011.6997,48.30738,67.6586,58.44908,65.61879,242.07011,86.34469,129.29771,13.507792,34.70236,78.977936,263.79987,579.58716,69.40958,300.75616,70.16686,119.39313,270.56042,327.06403,955.4888,160.49103,4.839874,17.425068,6.843714,44.963463,19299.088,3.2269683,25.286037,40.14328,33.79719,336.06262,55.03423,138.92494,2.3723586,126.84399,421.40094,266.8936,139.48975,497.53674,35.34422,99.84449,154.79062,10.387557,1.6240929,10.798766,1142.178,0.07231586,0.2653602,48.780544,8.025847,3.573108,3.7511926,7.9209967,90.361626,31.667206,86.739174,568.0752,238.4937,2116.9526,1883.0067,22.419939,40.679043,10659.841,7.6345987,80.545135,725.34106,155.00958,213.40437,90.875336,494.85986,849.69147,452.00497,22.754225,120.099106,1039.9517,2029.546,62.22151,759.9533,71.20085,1.0714918,61.87563,1.0137762,0.6158639,2.854066,58.059013,146.38849,222.0056,16.768772,2806.5742,400.7601,164.8797,236.15356,96.85696,90.8036,69.44131,39.066868,102.238235,788.6412,248.71573,141.26643,112.21851,14.944825,145.2979,131.2221,31.200819,656.43945,167.11613,2948.708,32.47356,2713.8213,79.573784,420.54285,1921.0455,73.29546,10.929266,1056.3229,871.7391,3021.8347,91.042625 +2023-08-13 12:00:00,0.0,17665.81,336.3121,30.63282,40.038425,32.187286,172.89583,26.348864,38.294964,20.485432,23.164845,1039.4172,215.92735,12.455502,150.48509,4.4430604,0.36106452,27.912897,6.0292273,1.406822,351.55133,0.19816828,368.79587,46.205303,0.5995295,1.6325264,118.34983,17.166254,40.215054,95.59501,27466.078,0.088990115,1769.4203,0.3497122,0.20091878,0.07913262,0.4457283,152.10646,172.13324,23.600407,178.19354,26.672342,70.44494,2225.1587,2.2907324,258.60504,154.09978,396.99603,107.850006,365.70892,37.547703,385.424,0.0,2255.0464,12034.957,31.71333,551.03436,143.67007,41966.63,131.4119,25.542234,123.453156,347.49112,60.602776,26.896734,202.44394,1877.5594,330.1754,133.85942,21.54863,16.015665,413.87985,69.2145,1128.4698,85.14032,2521.6797,214.98549,335.9571,83.89877,116.864075,6.4837,10.091662,13.026794,2.3181584,1.7637887,74.48316,77.6863,81.1088,37.852264,36.098797,128.27214,8.815496,3011.3064,48.281975,67.629036,58.41014,65.55074,242.13925,86.32545,129.15323,13.501767,34.69367,78.9231,263.7061,579.65466,69.459274,300.80634,70.17773,119.345505,270.55124,326.7383,955.457,160.48631,4.842355,17.407259,6.8377957,44.9833,19300.021,3.227898,25.306934,40.174194,33.81558,336.0663,55.06344,138.95444,2.3706572,126.8504,421.4938,266.84427,139.52817,497.46494,35.342472,99.838356,154.75456,10.386129,1.6241864,10.798601,1141.7249,0.07228213,0.26523656,48.78236,8.024309,3.5725806,3.7504175,7.9225907,90.34336,31.658066,86.74007,568.0569,238.5022,2117.2046,1883.0,22.437563,40.711693,10658.45,7.6339517,80.583336,725.41766,155.08427,213.52177,90.91129,495.13116,849.82306,452.07025,22.770506,120.1699,1039.8536,2029.3118,62.264908,760.43835,71.27527,1.0714103,61.874336,1.0134249,0.6156224,2.8530836,58.100212,146.46542,221.89081,16.760752,2805.1455,400.92206,165.00807,236.33467,96.90784,90.78831,69.49462,39.15511,102.229836,788.5936,248.72696,141.29347,112.19126,14.966128,145.31682,131.2379,31.18203,656.173,167.07635,2946.433,32.474453,2712.803,79.576584,420.54678,1919.9149,73.26469,10.934117,1055.9431,871.51605,3020.2844,91.04274 +2023-08-13 13:00:00,0.0,17665.965,336.39487,30.649242,40.057377,32.196613,172.9313,26.356277,38.314754,20.48731,23.173159,1039.9266,215.81711,12.468164,150.5497,4.4341693,0.3602514,27.915913,6.016222,1.4038849,351.61926,0.19802172,368.93512,46.2183,0.5985245,1.6293026,118.388275,17.171423,40.230587,95.58384,27466.33,0.088862345,1770.1116,0.349399,0.20068336,0.07902429,0.44512504,152.13992,172.1795,23.59694,178.12836,26.69198,70.40048,2225.332,2.2895982,258.39972,153.9491,397.10535,107.738754,365.81476,37.55922,384.9939,0.0,2254.581,12028.041,31.691568,551.1001,143.63689,41961.88,131.40968,25.528587,123.29871,347.13907,60.56755,26.883018,202.22217,1876.6608,330.1339,133.68646,21.534643,16.009882,413.98605,69.20108,1128.0023,85.14046,2521.8557,215.13777,335.76535,83.92088,116.81884,6.482544,10.089228,13.018092,2.3175616,1.7628576,74.50442,77.71893,81.13955,37.883743,36.12231,128.27162,8.822209,3010.9133,48.256573,67.599464,58.3712,65.4827,242.20837,86.306206,129.00874,13.495742,34.68498,78.86826,263.61234,579.7222,69.50897,300.85648,70.1886,119.29789,270.54202,326.4126,955.4252,160.4816,4.844836,17.389448,6.8318777,45.00314,19300.957,3.2288277,25.327833,40.20511,33.833965,336.07,55.09265,138.98393,2.3689556,126.85682,421.58667,266.79498,139.56657,497.3931,35.340725,99.83223,154.7185,10.384702,1.6242799,10.798436,1141.2716,0.07224841,0.2651129,48.784176,8.022771,3.5720534,3.7496426,7.9241843,90.32509,31.648926,86.74096,568.0386,238.51068,2117.4565,1882.9934,22.455189,40.744343,10657.061,7.6333046,80.62153,725.4942,155.15897,213.63918,90.94724,495.4025,849.9547,452.1355,22.786789,120.240685,1039.7557,2029.0775,62.308308,760.92334,71.34969,1.0713288,61.873047,1.0130736,0.6153809,2.8521016,58.141415,146.54234,221.776,16.752733,2803.7166,401.084,165.13643,236.5158,96.95872,90.77302,69.547935,39.243347,102.221436,788.54614,248.73819,141.32053,112.16402,14.9874325,145.33572,131.2537,31.163239,655.90643,167.03658,2944.1584,32.47535,2711.7847,79.57938,420.5507,1918.7844,73.23391,10.938969,1055.5632,871.29297,3018.7341,91.042854 +2023-08-13 14:00:00,0.0,17666.12,336.47763,30.665665,40.07633,32.205936,172.9668,26.363691,38.33455,20.489191,23.18147,1040.436,215.70688,12.480827,150.61432,4.4252777,0.3594383,27.918928,6.003217,1.4009478,351.6872,0.19787519,369.07437,46.231297,0.59751946,1.6260787,118.42673,17.176592,40.246117,95.57268,27466.58,0.08873457,1770.803,0.34908584,0.20044793,0.07891597,0.44452175,152.17337,172.22577,23.593473,178.06317,26.71162,70.35603,2225.5051,2.288464,258.19437,153.79843,397.21466,107.6275,365.9206,37.570732,384.5638,0.0,2254.116,12021.126,31.669806,551.16583,143.6037,41957.13,131.40746,25.51494,123.14427,346.78702,60.532322,26.869303,202.00038,1875.7622,330.0924,133.5135,21.520658,16.004097,414.09222,69.18765,1127.5349,85.14059,2522.032,215.29005,335.57364,83.942986,116.773605,6.4813886,10.086794,13.009391,2.3169649,1.7619264,74.525665,77.75157,81.1703,37.915222,36.14582,128.2711,8.828922,3010.5203,48.231167,67.56989,58.332264,65.41465,242.27751,86.28696,128.86424,13.489717,34.67629,78.81343,263.51855,579.78973,69.55867,300.90665,70.19947,119.25027,270.53284,326.0869,955.3934,160.47688,4.847317,17.37164,6.825959,45.02298,19301.89,3.2297573,25.34873,40.236023,33.852356,336.0737,55.121864,139.01343,2.367254,126.86324,421.6795,266.74567,139.605,497.3213,35.338978,99.826096,154.68245,10.383273,1.6243733,10.798272,1140.8184,0.07221468,0.26498926,48.78599,8.021233,3.571526,3.7488678,7.925778,90.30682,31.639786,86.741844,568.02026,238.51918,2117.7087,1882.9867,22.472815,40.776993,10655.67,7.6326575,80.65972,725.5708,155.23367,213.75659,90.9832,495.67383,850.0863,452.20078,22.803072,120.31147,1039.6577,2028.8433,62.351707,761.4084,71.42411,1.0712471,61.871754,1.0127223,0.61513937,2.8511193,58.182613,146.61926,221.66121,16.744713,2802.2876,401.24597,165.26479,236.69691,97.009605,90.75773,69.60125,39.33159,102.213036,788.49866,248.74942,141.34758,112.136765,15.008737,145.35464,131.26949,31.14445,655.63995,166.99678,2941.8835,32.476246,2710.7664,79.58217,420.55463,1917.6539,73.20313,10.94382,1055.1835,871.0699,3017.184,91.04297 +2023-08-13 15:00:00,0.0,17666.273,336.56036,30.682087,40.09528,32.21526,173.00227,26.371105,38.35434,20.491072,23.189783,1040.9454,215.59663,12.49349,150.67894,4.416386,0.35862517,27.921944,5.990212,1.3980108,351.75513,0.19772863,369.21362,46.244293,0.59651446,1.6228548,118.46517,17.181763,40.26165,95.56151,27466.83,0.08860679,1771.4943,0.34877264,0.20021251,0.078807645,0.44391844,152.20682,172.27202,23.590006,177.99799,26.731258,70.311584,2225.6785,2.2873297,257.98904,153.64775,397.32397,107.51625,366.02646,37.582245,384.1337,0.0,2253.6506,12014.21,31.648045,551.23157,143.57051,41952.38,131.40523,25.501295,122.98983,346.43497,60.497097,26.855587,201.77861,1874.8636,330.0509,133.34053,21.506674,15.998314,414.19843,69.17423,1127.0674,85.140724,2522.208,215.44234,335.38193,83.965096,116.72838,6.480233,10.08436,13.000689,2.3163679,1.7609953,74.54692,77.784195,81.20106,37.9467,36.169334,128.27058,8.835636,3010.127,48.20576,67.54032,58.293324,65.3466,242.34663,86.267715,128.71976,13.483691,34.6676,78.7586,263.4248,579.85724,69.60837,300.9568,70.21034,119.202644,270.52365,325.7612,955.3616,160.47217,4.8497987,17.35383,6.8200407,45.04282,19302.826,3.230687,25.369629,40.266937,33.870743,336.0774,55.151073,139.04292,2.3655527,126.86966,421.77237,266.69635,139.64342,497.24945,35.33723,99.81996,154.64641,10.381845,1.6244667,10.798107,1140.3651,0.07218095,0.26486558,48.78781,8.019695,3.5709987,3.7480927,7.927372,90.28856,31.630646,86.74274,568.00195,238.52768,2117.9607,1882.98,22.49044,40.809643,10654.28,7.6320105,80.697914,725.6474,155.30836,213.874,91.01915,495.94516,850.21796,452.26602,22.819355,120.38226,1039.5597,2028.609,62.395103,761.8934,71.49853,1.0711656,61.87046,1.012371,0.61489785,2.850137,58.223816,146.6962,221.54642,16.736692,2800.859,401.40793,165.39314,236.87802,97.060486,90.74244,69.65457,39.419827,102.204636,788.4511,248.76065,141.37463,112.10951,15.03004,145.37355,131.28528,31.12566,655.3734,166.957,2939.609,32.47714,2709.7478,79.58496,420.55853,1916.5234,73.17236,10.948671,1054.8037,870.8468,3015.6338,91.04309 +2023-08-13 16:00:00,0.0,17666.428,336.64313,30.69851,40.11423,32.224586,173.03775,26.378521,38.37413,20.492952,23.198095,1041.455,215.4864,12.506153,150.74356,4.4074945,0.35781205,27.92496,5.977207,1.3950738,351.8231,0.19758208,369.3529,46.257286,0.5955094,1.619631,118.503624,17.186932,40.27718,95.55034,27467.08,0.08847902,1772.1855,0.34845948,0.19997708,0.07869932,0.44331518,152.24026,172.31828,23.586538,177.9328,26.750896,70.267136,2225.8518,2.2861955,257.7837,153.49707,397.4333,107.40501,366.1323,37.593758,383.70358,0.0,2253.1855,12007.295,31.626284,551.2973,143.53732,41947.625,131.403,25.487648,122.83539,346.08292,60.46187,26.841871,201.55684,1873.965,330.0094,133.16757,21.49269,15.99253,414.3046,69.16081,1126.6,85.14086,2522.384,215.59464,335.19022,83.987206,116.68314,6.4790773,10.081926,12.991986,2.315771,1.7600641,74.56817,77.81683,81.231804,37.97818,36.19285,128.27007,8.842349,3009.734,48.18036,67.51075,58.254383,65.278564,242.41577,86.248474,128.57527,13.477665,34.658905,78.70376,263.33102,579.92474,69.658066,301.00696,70.221214,119.15502,270.51443,325.4355,955.3297,160.46745,4.8522797,17.336021,6.814122,45.06266,19303.762,3.2316165,25.390526,40.29785,33.88913,336.0811,55.180286,139.07242,2.363851,126.876076,421.86523,266.64703,139.68182,497.17764,35.335484,99.813835,154.61035,10.380418,1.6245601,10.797942,1139.912,0.07214723,0.26474193,48.789627,8.018157,3.5704715,3.7473178,7.9289656,90.27029,31.621506,86.74363,567.9837,238.53616,2118.2126,1882.9734,22.508064,40.842293,10652.89,7.631364,80.73611,725.72394,155.38307,213.9914,91.05511,496.2165,850.34955,452.33127,22.835636,120.45305,1039.4617,2028.3748,62.438503,762.3784,71.572945,1.071084,61.86917,1.0120198,0.6146564,2.8491547,58.26502,146.77312,221.43163,16.728674,2799.43,401.56992,165.5215,237.05914,97.11137,90.72715,69.707886,39.508064,102.196236,788.4036,248.7719,141.40169,112.08226,15.051344,145.39247,131.30107,31.106869,655.10693,166.9172,2937.334,32.478035,2708.7295,79.58775,420.56244,1915.3928,73.14159,10.953523,1054.4238,870.6238,3014.0835,91.043205 +2023-08-13 17:00:00,0.0,17666.582,336.72586,30.714931,40.133183,32.23391,173.07324,26.385935,38.393925,20.494833,23.206408,1041.9644,215.37616,12.518816,150.80817,4.398603,0.35699895,27.927975,5.964202,1.3921367,351.89102,0.19743553,369.49216,46.270283,0.59450436,1.6164072,118.54207,17.1921,40.292713,95.53917,27467.332,0.08835124,1772.8768,0.3481463,0.19974166,0.078591,0.4427119,152.27371,172.36453,23.58307,177.86761,26.770535,70.22268,2226.0251,2.2850614,257.57837,153.3464,397.5426,107.293755,366.23813,37.60527,383.27347,0.0,2252.7202,12000.379,31.60452,551.3631,143.50415,41942.875,131.40077,25.474003,122.68095,345.73087,60.42664,26.828156,201.33507,1873.0664,329.9679,132.99461,21.478704,15.986746,414.41077,69.14739,1126.1324,85.14099,2522.56,215.74692,334.99847,84.00931,116.63791,6.477922,10.079493,12.983285,2.3151743,1.759133,74.589424,77.849464,81.26256,38.00966,36.21636,128.26955,8.849062,3009.3408,48.154953,67.481186,58.215443,65.21052,242.48491,86.22923,128.43079,13.47164,34.650215,78.648926,263.23727,579.99225,69.70776,301.0571,70.23208,119.1074,270.50525,325.10977,955.2979,160.46274,4.8547606,17.318213,6.8082037,45.0825,19304.695,3.2325463,25.411425,40.328762,33.907516,336.08478,55.2095,139.10191,2.3621495,126.88249,421.95807,266.59772,139.72025,497.10583,35.333736,99.8077,154.5743,10.37899,1.6246536,10.797777,1139.4587,0.0721135,0.26461828,48.791443,8.016619,3.5699441,3.7465427,7.930559,90.25202,31.612366,86.74452,567.9654,238.54466,2118.4646,1882.9667,22.52569,40.874943,10651.499,7.630717,80.77431,725.80054,155.45776,214.10881,91.091064,496.4878,850.48114,452.39655,22.85192,120.52384,1039.3636,2028.1406,62.4819,762.8634,71.64736,1.0710025,61.867878,1.0116684,0.6144149,2.8481724,58.306217,146.85004,221.31682,16.720654,2798.001,401.73187,165.64987,237.24025,97.162254,90.71186,69.7612,39.596306,102.187836,788.35614,248.78313,141.42874,112.05501,15.072647,145.41138,131.31686,31.08808,654.8404,166.87743,2935.059,32.47893,2707.7112,79.590546,420.56638,1914.2623,73.11081,10.958374,1054.0441,870.4007,3012.5334,91.04332 +2023-08-13 18:00:00,0.0,17666.736,336.80862,30.731354,40.152134,32.243233,173.10872,26.393349,38.413715,20.496714,23.21472,1042.4738,215.26591,12.531479,150.87279,4.3897114,0.35618582,27.93099,5.951197,1.3891996,351.95895,0.19728898,369.6314,46.28328,0.59349936,1.6131833,118.58051,17.197271,40.308243,95.528,27467.582,0.088223465,1773.5681,0.3478331,0.19950624,0.07848267,0.4421086,152.30717,172.4108,23.579603,177.80241,26.790173,70.17823,2226.1982,2.2839272,257.37302,153.19572,397.65195,107.1825,366.34396,37.616783,382.84338,0.0,2252.255,11993.464,31.58276,551.42883,143.47096,41938.125,131.39856,25.460356,122.526505,345.3788,60.391415,26.81444,201.1133,1872.1678,329.92642,132.82164,21.46472,15.980962,414.51697,69.13397,1125.665,85.14113,2522.7363,215.8992,334.80676,84.03142,116.592674,6.476766,10.077058,12.974583,2.3145776,1.7582018,74.61067,77.882095,81.29331,38.041138,36.239872,128.26903,8.855776,3008.9475,48.12955,67.451614,58.176506,65.14247,242.55403,86.209984,128.28629,13.465614,34.641525,78.59409,263.1435,580.05975,69.75746,301.10727,70.24295,119.05978,270.49603,324.7841,955.2661,160.45802,4.857242,17.300404,6.802285,45.10234,19305.63,3.233476,25.432322,40.359676,33.925903,336.08847,55.23871,139.13141,2.3604481,126.88891,422.05093,266.5484,139.75865,497.034,35.33199,99.80157,154.53824,10.3775625,1.624747,10.797612,1139.0055,0.07207977,0.26449463,48.79326,8.01508,3.5694168,3.7457678,7.932153,90.23376,31.603228,86.745415,567.9471,238.55315,2118.7166,1882.96,22.543316,40.907593,10650.109,7.6300697,80.8125,725.8771,155.53246,214.22621,91.127014,496.75912,850.6128,452.4618,22.868202,120.59463,1039.2656,2027.9064,62.5253,763.34845,71.72178,1.0709208,61.866585,1.0113171,0.61417335,2.8471901,58.34742,146.92697,221.20203,16.712633,2796.5723,401.89383,165.77823,237.42137,97.213135,90.69657,69.814514,39.684544,102.179436,788.3086,248.79436,141.45578,112.027756,15.093951,145.4303,131.33266,31.06929,654.5739,166.83765,2932.7844,32.479824,2706.6929,79.59334,420.57028,1913.1318,73.08003,10.963225,1053.6643,870.1776,3010.9832,91.043434 +2023-08-13 19:00:00,0.0,17666.89,336.8914,30.747776,40.171085,32.252556,173.1442,26.400763,38.433506,20.498592,23.223032,1042.9833,215.15569,12.544142,150.93741,4.38082,0.3553727,27.934006,5.938192,1.3862627,352.0269,0.19714244,369.77066,46.296276,0.5924943,1.6099595,118.618965,17.20244,40.323776,95.51683,27467.832,0.088095695,1774.2594,0.34751993,0.19927081,0.07837435,0.4415053,152.34062,172.45706,23.576136,177.73723,26.80981,70.13378,2226.3716,2.2827928,257.1677,153.04504,397.7613,107.07125,366.4498,37.628296,382.41327,0.0,2251.7898,11986.548,31.560997,551.49457,143.43777,41933.375,131.39633,25.44671,122.37206,345.02676,60.356186,26.800724,200.89151,1871.2692,329.88492,132.64868,21.450733,15.975178,414.62314,69.120544,1125.1975,85.14126,2522.9124,216.05148,334.61502,84.05352,116.54744,6.4756107,10.074624,12.96588,2.3139808,1.7572707,74.63193,77.91473,81.32406,38.072613,36.263386,128.26851,8.862489,3008.5544,48.104145,67.42204,58.137566,65.074425,242.62317,86.19074,128.1418,13.459589,34.632835,78.53926,263.04974,580.1273,69.80716,301.1574,70.25382,119.01216,270.48685,324.45837,955.2343,160.45331,4.859723,17.282595,6.7963667,45.12218,19306.566,3.2344055,25.45322,40.39059,33.94429,336.09213,55.26792,139.16089,2.3587465,126.89533,422.1438,266.49908,139.79707,496.9622,35.330242,99.79544,154.50218,10.376135,1.6248405,10.797448,1138.5524,0.07204605,0.26437095,48.795074,8.013543,3.5688896,3.744993,7.933747,90.215485,31.594088,86.7463,567.9288,238.56165,2118.9685,1882.9534,22.56094,40.940243,10648.719,7.6294227,80.85069,725.9537,155.60716,214.34361,91.16297,497.03046,850.7444,452.52704,22.884485,120.66541,1039.1676,2027.6721,62.5687,763.83344,71.796196,1.0708393,61.865295,1.0109658,0.61393183,2.8462079,58.38862,147.00389,221.08723,16.704615,2795.1433,402.0558,165.90659,237.6025,97.264015,90.68128,69.86783,39.772785,102.171036,788.2611,248.80559,141.48283,112.0005,15.115255,145.4492,131.34845,31.050499,654.3074,166.79785,2930.5095,32.48072,2705.6743,79.59613,420.57422,1912.0013,73.049255,10.968077,1053.2844,869.9545,3009.4329,91.04355 +2023-08-13 20:00:00,0.0,17667.045,336.97412,30.764198,40.190037,32.261883,173.17969,26.408176,38.4533,20.500473,23.231346,1043.4927,215.04544,12.556804,151.00201,4.371928,0.35455957,27.937021,5.925187,1.3833256,352.09485,0.19699588,369.90994,46.309273,0.5914893,1.6067356,118.65741,17.20761,40.33931,95.50567,27468.084,0.08796792,1774.9507,0.34720674,0.19903539,0.078266025,0.44090202,152.37407,172.50331,23.572668,177.67204,26.829449,70.089325,2226.545,2.2816586,256.96234,152.89438,397.8706,106.96,366.55563,37.63981,381.98315,0.0,2251.3245,11979.633,31.539236,551.5603,143.40459,41928.625,131.3941,25.433064,122.21762,344.6747,60.32096,26.787008,200.66974,1870.3706,329.8434,132.47572,21.436749,15.969394,414.72934,69.107124,1124.7301,85.141396,2523.0884,216.20377,334.42334,84.07563,116.50221,6.4744554,10.07219,12.957179,2.3133838,1.7563396,74.653175,77.94736,81.35481,38.10409,36.2869,128.26799,8.869202,3008.1614,48.078743,67.39247,58.098625,65.006386,242.69229,86.1715,127.997314,13.453563,34.624146,78.48442,262.95596,580.1948,69.85686,301.20758,70.264694,118.96454,270.47766,324.13266,955.2025,160.4486,4.8622046,17.264786,6.790448,45.14202,19307.5,3.235335,25.474117,40.421505,33.96268,336.09583,55.29713,139.19038,2.357045,126.90175,422.23663,266.4498,139.83548,496.89035,35.328495,99.78931,154.46613,10.374707,1.6249338,10.797283,1138.0991,0.07201232,0.2642473,48.796894,8.012005,3.5683622,3.7442179,7.9353404,90.19722,31.584948,86.74719,567.91046,238.57013,2119.2205,1882.9467,22.578566,40.972893,10647.329,7.6287756,80.888885,726.0303,155.68185,214.46101,91.19892,497.3018,850.87604,452.59232,22.900768,120.736206,1039.0696,2027.4379,62.612095,764.3185,71.87061,1.0707577,61.864002,1.0106145,0.6136903,2.8452256,58.42982,147.08081,220.97244,16.696594,2793.7146,402.21774,166.03494,237.7836,97.3149,90.66599,69.92114,39.861023,102.162636,788.2136,248.81682,141.50989,111.97325,15.136559,145.46812,131.36424,31.03171,654.0409,166.75807,2928.2349,32.481617,2704.656,79.59893,420.57812,1910.8707,73.018486,10.972928,1052.9047,869.73145,3007.8828,91.04366 +2023-08-13 21:00:00,0.0,17667.201,337.0569,30.78062,40.20899,32.271206,173.21516,26.415592,38.47309,20.502354,23.239658,1044.0021,214.93521,12.569467,151.06664,4.363037,0.35374647,27.940037,5.912182,1.3803885,352.16278,0.19684933,370.0492,46.322266,0.59048426,1.6035118,118.69586,17.21278,40.35484,95.4945,27468.334,0.08784014,1775.642,0.34689355,0.19879997,0.07815771,0.44029874,152.40752,172.54958,23.5692,177.60686,26.849087,70.044876,2226.718,2.2805245,256.757,152.7437,397.97992,106.848755,366.66147,37.65132,381.55304,0.0,2250.8594,11972.717,31.517475,551.62604,143.3714,41923.875,131.39188,25.419416,122.06318,344.32266,60.285732,26.773293,200.44797,1869.472,329.8019,132.30275,21.422764,15.96361,414.8355,69.093704,1124.2626,85.14153,2523.2644,216.35605,334.2316,84.09774,116.45698,6.4732995,10.0697565,12.948477,2.312787,1.7554084,74.67443,77.97999,81.38557,38.13557,36.31041,128.26747,8.875916,3007.768,48.053337,67.3629,58.059685,64.93834,242.76143,86.15226,127.85282,13.447537,34.615456,78.42959,262.8622,580.2623,69.906555,301.25772,70.275566,118.916916,270.46844,323.80698,955.1707,160.44386,4.8646855,17.246975,6.7845297,45.161858,19308.436,3.236265,25.495016,40.45242,33.981068,336.09952,55.326344,139.21988,2.3553436,126.908165,422.3295,266.40048,139.8739,496.81854,35.326744,99.78317,154.43007,10.37328,1.6250273,10.797118,1137.6459,0.0719786,0.26412365,48.79871,8.010467,3.567835,3.743443,7.9369345,90.178955,31.575808,86.748085,567.89215,238.57863,2119.4724,1882.9401,22.596191,41.005543,10645.938,7.6281285,80.927086,726.1068,155.75656,214.57843,91.23488,497.57312,851.0076,452.65756,22.91705,120.80699,1038.9717,2027.2036,62.655495,764.80347,71.94503,1.0706762,61.862713,1.0102632,0.6134488,2.8442433,58.47102,147.15775,220.85764,16.688576,2792.2856,402.3797,166.1633,237.96472,97.36578,90.6507,69.974464,39.94926,102.154236,788.1661,248.82805,141.53694,111.946,15.157863,145.48703,131.38004,31.01292,653.7744,166.71828,2925.96,32.48251,2703.6377,79.60172,420.58206,1909.7402,72.98771,10.977778,1052.5249,869.5084,3006.3325,91.04378 +2023-08-13 22:00:00,0.0,17667.355,337.13965,30.797043,40.22794,32.28053,173.25064,26.423006,38.492886,20.504234,23.24797,1044.5116,214.82497,12.5821295,151.13126,4.3541455,0.35293335,27.943052,5.899177,1.3774515,352.2307,0.19670278,370.18845,46.335262,0.5894792,1.6002879,118.73431,17.217949,40.370373,95.48333,27468.584,0.08771237,1776.3333,0.3465804,0.19856454,0.078049384,0.43969545,152.44096,172.59584,23.565733,177.54167,26.868725,70.00043,2226.8914,2.27939,256.55167,152.59302,398.08923,106.7375,366.7673,37.662834,381.12296,0.0,2250.394,11965.801,31.495712,551.69183,143.33821,41919.125,131.38965,25.405771,121.90874,343.9706,60.250507,26.759577,200.2262,1868.5734,329.7604,132.12979,21.40878,15.957827,414.94168,69.080284,1123.7952,85.14166,2523.4404,216.50833,334.03986,84.11984,116.41174,6.472144,10.067323,12.9397745,2.3121903,1.7544773,74.69568,78.01262,81.41632,38.16705,36.333923,128.26695,8.882628,3007.375,48.02793,67.333336,58.02075,64.87029,242.83055,86.13301,127.708336,13.441512,34.606762,78.374756,262.76843,580.32983,69.95625,301.3079,70.28643,118.86929,270.45926,323.48126,955.13885,160.43915,4.867167,17.229166,6.778611,45.181698,19309.371,3.2371945,25.515913,40.483334,33.999454,336.1032,55.355556,139.24937,2.353642,126.91458,422.42236,266.35117,139.91232,496.7467,35.324997,99.77705,154.39401,10.371852,1.6251208,10.796953,1137.1927,0.07194487,0.264,48.800526,8.008929,3.5673077,3.742668,7.938528,90.16068,31.566668,86.74898,567.87384,238.58711,2119.7244,1882.9333,22.613815,41.038193,10644.549,7.6274815,80.96528,726.1834,155.83125,214.69583,91.270836,497.84442,851.1393,452.7228,22.933332,120.87778,1038.8737,2026.9694,62.698895,765.2885,72.01945,1.0705945,61.86142,1.009912,0.6132073,2.843261,58.512222,147.23466,220.74284,16.680555,2790.8567,402.5417,166.29167,238.14583,97.41667,90.635414,70.02778,40.037502,102.145836,788.1186,248.83928,141.564,111.918755,15.179166,145.50595,131.39583,30.99413,653.5079,166.6785,2923.6853,32.483406,2702.6194,79.604515,420.58597,1908.6097,72.95693,10.98263,1052.145,869.28534,3004.7825,91.04389 +2023-08-13 23:00:00,0.0,17667.51,337.22238,30.813465,40.24689,32.289856,173.28612,26.43042,38.512676,20.506115,23.256283,1045.021,214.71472,12.594792,151.19588,4.345254,0.35212022,27.946068,5.886172,1.3745145,352.29865,0.19655623,370.3277,46.34826,0.5884742,1.597064,118.77276,17.223118,40.385902,95.47216,27468.836,0.08758459,1777.0245,0.3462672,0.19832912,0.07794106,0.43909216,152.47443,172.64209,23.562265,177.47647,26.888363,69.95597,2227.0647,2.278256,256.3463,152.44235,398.19855,106.62625,366.87314,37.67435,380.69284,0.0,2249.9287,11958.886,31.473951,551.75757,143.30502,41914.375,131.38744,25.392124,121.75429,343.61856,60.21528,26.745861,200.00443,1867.6748,329.71893,131.95683,21.394794,15.952043,415.04788,69.066864,1123.3278,85.1418,2523.6167,216.66063,333.84814,84.14195,116.36651,6.4709888,10.064888,12.931073,2.3115935,1.7535461,74.716934,78.04526,81.44707,38.19853,36.357437,128.26643,8.889341,3006.982,48.00253,67.303764,57.981808,64.802246,242.89969,86.11377,127.56384,13.435487,34.598072,78.319916,262.67468,580.39734,70.00595,301.35806,70.2973,118.82167,270.45004,323.15555,955.10706,160.43443,4.869648,17.211357,6.7726927,45.201538,19310.305,3.2381241,25.536812,40.514248,34.01784,336.1069,55.384766,139.27887,2.3519406,126.921005,422.5152,266.30185,139.95073,496.6749,35.32325,99.77091,154.35796,10.370424,1.6252142,10.796788,1136.7395,0.07191114,0.26387635,48.80234,8.007391,3.5667803,3.741893,7.9401217,90.14242,31.557528,86.74987,567.8555,238.59561,2119.9763,1882.9266,22.631441,41.070843,10643.158,7.6268344,81.00347,726.26,155.90594,214.81323,91.306786,498.11575,851.2709,452.7881,22.949615,120.94857,1038.7756,2026.7351,62.74229,765.7735,72.093864,1.070513,61.860126,1.0095607,0.61296576,2.842279,58.55342,147.31158,220.62805,16.672535,2789.428,402.70364,166.42003,238.32695,97.46755,90.620125,70.08109,40.12574,102.137436,788.07104,248.85052,141.59103,111.8915,15.20047,145.52486,131.41162,30.97534,653.2414,166.63872,2921.4104,32.484303,2701.6008,79.60731,420.5899,1907.4792,72.926155,10.987481,1051.7653,869.06226,3003.2322,91.04401 +2023-08-14 00:00:00,0.0,17667.664,337.30515,30.829887,40.265842,32.29918,173.32161,26.437834,38.532467,20.507996,23.264595,1045.5304,214.60449,12.607455,151.26048,4.3363624,0.3513071,27.949083,5.873167,1.3715774,352.3666,0.19640967,370.46695,46.361256,0.58746916,1.5938402,118.8112,17.228289,40.401436,95.46099,27469.086,0.087456815,1777.7158,0.34595403,0.19809371,0.077832736,0.4384889,152.50787,172.68835,23.558798,177.41129,26.908,69.91152,2227.2378,2.2771218,256.141,152.29167,398.3079,106.515,366.97897,37.685863,380.26273,0.0,2249.4634,11951.97,31.45219,551.8233,143.27185,41909.625,131.38521,25.378479,121.599846,343.2665,60.180054,26.732145,199.78264,1866.7762,329.67743,131.78386,21.38081,15.946259,415.15405,69.05344,1122.8602,85.14193,2523.7927,216.81291,333.65643,84.164055,116.32127,6.469833,10.062454,12.922371,2.3109968,1.752615,74.73818,78.07789,81.47782,38.230007,36.380947,128.2659,8.896054,3006.5886,47.977123,67.27419,57.942867,64.7342,242.96881,86.09453,127.41936,13.429461,34.589382,78.26508,262.5809,580.4649,70.05565,301.4082,70.308174,118.77405,270.44086,322.82983,955.07526,160.42972,4.872129,17.193548,6.7667747,45.22138,19311.24,3.239054,25.557709,40.545162,34.03623,336.1106,55.41398,139.30836,2.350239,126.92742,422.60806,266.25253,139.98915,496.60306,35.321503,99.764786,154.3219,10.368997,1.6253077,10.796624,1136.2863,0.07187742,0.26375267,48.804157,8.005853,3.5662532,3.7411182,7.9417157,90.12415,31.548388,86.750755,567.8373,238.6041,2120.2283,1882.92,22.649067,41.103493,10641.768,7.6261873,81.041664,726.33655,155.98065,214.93065,91.34274,498.3871,851.4025,452.85333,22.965899,121.019356,1038.6776,2026.5009,62.78569,766.25854,72.16828,1.0704315,61.858837,1.0092094,0.61272424,2.8412967,58.594624,147.38852,220.51326,16.664516,2787.999,402.8656,166.54839,238.50807,97.51843,90.604836,70.13441,40.213978,102.129036,788.02356,248.86176,141.61809,111.86425,15.221774,145.54378,131.42741,30.95655,652.97485,166.59892,2919.1357,32.4852,2700.5825,79.6101,420.5938,1906.3486,72.89538,10.992332,1051.3855,868.8392,3001.682,91.04413 +2023-08-14 01:00:00,0.0,17667.818,337.38788,30.84631,40.284794,32.308502,173.35709,26.445248,38.55226,20.509874,23.272907,1046.0398,214.49425,12.620118,151.3251,4.327471,0.350494,27.952099,5.860162,1.3686403,352.43454,0.19626313,370.60623,46.37425,0.58646417,1.5906163,118.849655,17.233458,40.416965,95.44982,27469.336,0.087329045,1778.4071,0.34564084,0.19785829,0.07772441,0.4378856,152.54132,172.7346,23.555332,177.3461,26.927639,69.86707,2227.4111,2.2759876,255.93565,152.14099,398.41724,106.403755,367.0848,37.697376,379.83264,0.0,2248.9983,11945.055,31.430428,551.88904,143.23866,41904.875,131.38298,25.364832,121.445404,342.91446,60.144825,26.71843,199.56087,1865.8776,329.63593,131.6109,21.366823,15.9404745,415.26025,69.040016,1122.3928,85.14207,2523.9688,216.9652,333.46472,84.186165,116.27604,6.4686775,10.06002,12.913669,2.3103998,1.7516838,74.75944,78.11052,81.508575,38.261486,36.40446,128.26538,8.902768,3006.1956,47.95172,67.24462,57.903927,64.66616,243.03795,86.07529,127.274864,13.423435,34.580692,78.21025,262.48715,580.5324,70.10535,301.45837,70.319046,118.726425,270.43167,322.50415,955.04346,160.425,4.8746104,17.17574,6.760856,45.24122,19312.176,3.2399836,25.578608,40.576077,34.05462,336.1143,55.443188,139.33786,2.3485374,126.93384,422.70093,266.20322,140.02756,496.53125,35.319756,99.75865,154.28584,10.367569,1.625401,10.796459,1135.8331,0.07184369,0.26362902,48.805973,8.004314,3.5657258,3.740343,7.9433093,90.10588,31.539248,86.75165,567.819,238.6126,2120.4802,1882.9133,22.66669,41.136143,10640.378,7.6255403,81.07986,726.41315,156.05534,215.04805,91.37869,498.65842,851.5341,452.91858,22.982182,121.09015,1038.5796,2026.2666,62.82909,766.7435,72.2427,1.0703499,61.857544,1.0088581,0.6124827,2.8403144,58.635822,147.46544,220.39845,16.656496,2786.57,403.02756,166.67674,238.68918,97.56932,90.58955,70.18772,40.30222,102.12063,787.9761,248.87299,141.64514,111.837,15.243077,145.56268,131.4432,30.93776,652.7084,166.55914,2916.8608,32.48609,2699.5642,79.61289,420.59775,1905.2181,72.86461,10.997184,1051.0056,868.6161,3000.1318,91.04424 +2023-08-14 02:00:00,0.0,17667.973,337.47064,30.862732,40.303745,32.31783,173.39256,26.452663,38.572052,20.511755,23.28122,1046.5493,214.38402,12.632781,151.38972,4.318579,0.34968087,27.955114,5.847157,1.3657033,352.50247,0.19611658,370.74548,46.387245,0.5854591,1.5873924,118.8881,17.238626,40.4325,95.43866,27469.586,0.08720127,1779.0984,0.34532765,0.19762287,0.07761609,0.4372823,152.57477,172.78087,23.551865,177.28091,26.947277,69.822624,2227.5845,2.2748532,255.73032,151.99033,398.52655,106.2925,367.19064,37.70889,379.40253,0.0,2248.533,11938.139,31.408667,551.9548,143.20547,41900.125,131.38075,25.351185,121.29096,342.5624,60.109596,26.704714,199.3391,1864.979,329.59442,131.43794,21.352839,15.93469,415.36642,69.026596,1121.9253,85.142204,2524.1448,217.11748,333.273,84.208275,116.23081,6.467522,10.057587,12.904967,2.309803,1.7507527,74.780685,78.14315,81.53932,38.292965,36.427975,128.26486,8.909481,3005.8025,47.926315,67.21506,57.86499,64.598114,243.10709,86.05604,127.13038,13.41741,34.572002,78.15541,262.39337,580.5999,70.15504,301.5085,70.32992,118.67881,270.42245,322.17844,955.01166,160.42029,4.8770914,17.15793,6.7549376,45.26106,19313.11,3.2409132,25.599504,40.60699,34.073006,336.11798,55.4724,139.36736,2.346836,126.940254,422.79376,266.1539,140.06598,496.4594,35.31801,99.75252,154.24979,10.366141,1.6254945,10.796294,1135.3799,0.07180996,0.26350537,48.807793,8.002777,3.5651984,3.7395682,7.944903,90.087616,31.53011,86.75254,567.80066,238.6211,2120.7322,1882.9067,22.684317,41.168793,10638.987,7.624893,81.11806,726.4897,156.13004,215.16545,91.41465,498.92975,851.6658,452.98386,22.998463,121.160934,1038.4816,2026.0323,62.872486,767.2286,72.317116,1.0702683,61.856255,1.0085068,0.6122412,2.839332,58.677025,147.54236,220.28366,16.648476,2785.1414,403.1895,166.80511,238.8703,97.6202,90.574265,70.241035,40.390457,102.11223,787.9285,248.88422,141.6722,111.809746,15.264381,145.5816,131.459,30.91897,652.44183,166.51936,2914.586,32.486988,2698.546,79.615685,420.60165,1904.0876,72.83383,11.002035,1050.6259,868.39307,2998.5815,91.04436 +2023-08-14 03:00:00,0.0,17668.127,337.5534,30.879154,40.3227,32.327152,173.42805,26.460077,38.591846,20.513636,23.289532,1047.0587,214.27377,12.645444,151.45435,4.3096876,0.34886774,27.95813,5.8341517,1.3627663,352.5704,0.19597003,370.88474,46.40024,0.58445406,1.5841687,118.92655,17.243797,40.44803,95.42749,27469.838,0.08707349,1779.7898,0.34501448,0.19738744,0.077507764,0.436679,152.60822,172.82713,23.548397,177.21573,26.966915,69.77817,2227.7578,2.273719,255.52498,151.83965,398.63586,106.18125,367.29648,37.7204,378.9724,0.0,2248.0679,11931.224,31.386906,552.02057,143.17229,41895.37,131.37854,25.33754,121.13652,342.2104,60.07437,26.690998,199.11732,1864.0803,329.55292,131.26497,21.338854,15.928907,415.4726,69.013176,1121.4579,85.142334,2524.3208,217.26976,333.08127,84.23038,116.18558,6.4663663,10.055153,12.896265,2.3092062,1.7498215,74.80194,78.17578,81.570076,38.324444,36.45149,128.26434,8.916194,3005.4092,47.90091,67.185486,57.82605,64.53007,243.17621,86.0368,126.985886,13.411385,34.563313,78.10058,262.29962,580.6674,70.204735,301.5587,70.34078,118.63119,270.41327,321.85272,954.97986,160.41557,4.879573,17.140121,6.749019,45.2809,19314.045,3.2418427,25.620403,40.637905,34.091393,336.12167,55.501614,139.39685,2.3451345,126.94667,422.88663,266.1046,140.1044,496.3876,35.31626,99.74639,154.21373,10.364714,1.6255879,10.796129,1134.9266,0.07177624,0.26338172,48.80961,8.001239,3.5646713,3.7387931,7.946497,90.06934,31.52097,86.75343,567.78235,238.62958,2120.9841,1882.9,22.701942,41.201443,10637.598,7.624246,81.15625,726.5663,156.20474,215.28287,91.45061,499.20108,851.79736,453.0491,23.014746,121.23172,1038.3835,2025.7981,62.915886,767.71356,72.39153,1.0701867,61.85496,1.0081556,0.6119997,2.8383498,58.718224,147.6193,220.16887,16.640457,2783.7124,403.3515,166.93347,239.0514,97.67108,90.558975,70.29436,40.4787,102.10383,787.88104,248.89545,141.69925,111.78249,15.285685,145.60051,131.4748,30.90018,652.17535,166.47957,2912.3113,32.487885,2697.5273,79.61848,420.6056,1902.9572,72.803055,11.0068865,1050.2461,868.17,2997.0312,91.04447 +2023-08-14 04:00:00,0.0,17668.281,337.63614,30.895576,40.341652,32.336475,173.46353,26.467491,38.611637,20.515516,23.297844,1047.5681,214.16353,12.658107,151.51895,4.3007965,0.34805465,27.961145,5.821147,1.3598292,352.63837,0.19582348,371.024,46.41324,0.58344907,1.5809448,118.965,17.248966,40.463562,95.41632,27470.088,0.08694572,1780.4811,0.3447013,0.19715202,0.07739944,0.43607575,152.64166,172.87338,23.54493,177.15054,26.986553,69.73372,2227.931,2.272585,255.31963,151.68896,398.74518,106.07,367.4023,37.731915,378.5423,0.0,2247.6025,11924.308,31.365143,552.0863,143.1391,41890.62,131.37631,25.323893,120.98208,341.8583,60.039143,26.677282,198.89555,1863.1818,329.5114,131.09201,21.32487,15.923123,415.5788,68.99975,1120.9904,85.14247,2524.497,217.42204,332.88953,84.25249,116.14034,6.465211,10.052718,12.887563,2.3086095,1.7488904,74.82319,78.20841,81.60083,38.355923,36.475,128.26382,8.922908,3005.016,47.875507,67.155914,57.78711,64.46202,243.24535,86.017555,126.8414,13.405359,34.55462,78.045746,262.20584,580.7349,70.25443,301.60883,70.351654,118.583565,270.40405,321.527,954.948,160.41086,4.882054,17.122313,6.7431006,45.300735,19314.979,3.2427726,25.6413,40.66882,34.10978,336.12534,55.530823,139.42635,2.343433,126.953094,422.9795,266.0553,140.1428,496.31577,35.314514,99.74026,154.17767,10.363285,1.6256814,10.795965,1134.4735,0.07174251,0.26325807,48.811424,7.9997005,3.564144,3.7380183,7.9480906,90.05108,31.51183,86.754326,567.76404,238.63808,2121.236,1882.8933,22.719566,41.234093,10636.207,7.623599,81.19444,726.6429,156.27943,215.40027,91.48656,499.47238,851.929,453.11438,23.031029,121.30251,1038.2855,2025.5638,62.959282,768.1986,72.46595,1.0701052,61.85367,1.0078043,0.6117582,2.8373675,58.759426,147.69621,220.05406,16.632437,2782.2834,403.51346,167.06183,239.23253,97.72197,90.543686,70.34767,40.566936,102.09543,787.8335,248.90668,141.7263,111.75524,15.306989,145.61943,131.49059,30.88139,651.9088,166.43979,2910.0364,32.488777,2696.509,79.62128,420.6095,1901.8265,72.77228,11.011738,1049.8662,867.9469,2995.4812,91.044586 +2023-08-14 05:00:00,0.0,17668.436,337.7189,30.911997,40.360603,32.345802,173.49901,26.474905,38.631428,20.517397,23.306158,1048.0776,214.0533,12.670769,151.58357,4.291905,0.34724152,27.96416,5.8081417,1.3568922,352.7063,0.19567692,371.16327,46.42623,0.582444,1.577721,119.00345,17.254135,40.47909,95.40515,27470.338,0.08681794,1781.1724,0.3443881,0.1969166,0.077291116,0.43547243,152.67513,172.91965,23.541462,177.08534,27.006191,69.68927,2228.1042,2.2714505,255.11429,151.5383,398.8545,105.958755,367.50815,37.743427,378.1122,0.0,2247.1375,11917.393,31.343382,552.15204,143.10591,41885.87,131.37408,25.310247,120.82764,341.5063,60.003918,26.663567,198.67377,1862.2832,329.46994,130.91905,21.310884,15.917339,415.68497,68.98633,1120.523,85.14261,2524.673,217.57433,332.6978,84.27459,116.09511,6.464055,10.050284,12.878861,2.3080127,1.7479593,74.844444,78.24104,81.63158,38.3874,36.498512,128.2633,8.929621,3004.623,47.8501,67.12634,57.74817,64.393974,243.31447,85.998314,126.69691,13.399333,34.54593,77.99091,262.1121,580.8024,70.30413,301.659,70.362526,118.53594,270.39487,321.20132,954.9162,160.40614,4.8845353,17.104504,6.737182,45.320576,19315.914,3.2437022,25.662199,40.69973,34.128166,336.12903,55.560036,139.45584,2.3417315,126.95951,423.07233,266.00598,140.18123,496.24396,35.312767,99.73412,154.14162,10.361857,1.6257749,10.7958,1134.0203,0.07170878,0.2631344,48.81324,7.9981627,3.5636165,3.7372434,7.949684,90.032814,31.50269,86.75521,567.7457,238.64656,2121.488,1882.8867,22.737192,41.266743,10634.816,7.622952,81.232635,726.7194,156.35414,215.51767,91.522514,499.7437,852.0606,453.17963,23.047312,121.3733,1038.1875,2025.3296,63.00268,768.6836,72.54037,1.0700237,61.85238,1.007453,0.61151665,2.8363853,58.800625,147.77313,219.93927,16.624416,2780.8547,403.6754,167.19019,239.41364,97.77285,90.5284,70.400986,40.655174,102.08703,787.786,248.91791,141.75334,111.72799,15.328293,145.63834,131.50638,30.8626,651.64233,166.4,2907.7617,32.489674,2695.4907,79.62407,420.61343,1900.696,72.7415,11.016589,1049.4865,867.7238,2993.931,91.0447 +2023-08-14 06:00:00,0.0,17668.59,337.80164,30.92842,40.379555,32.355125,173.5345,26.482319,38.651222,20.519278,23.31447,1048.587,213.94305,12.683432,151.6482,4.2830133,0.3464284,27.967176,5.795137,1.3539551,352.77423,0.19553038,371.30252,46.439228,0.581439,1.5744971,119.04189,17.259306,40.494625,95.39398,27470.59,0.086690165,1781.8636,0.34407493,0.19668117,0.07718279,0.43486917,152.70857,172.96591,23.537994,177.02016,27.02583,69.64481,2228.2776,2.2703164,254.90895,151.38762,398.9638,105.8475,367.614,37.75494,377.6821,0.0,2246.672,11910.477,31.32162,552.2178,143.07272,41881.12,131.37186,25.2966,120.673195,341.1542,59.96869,26.64985,198.452,1861.3845,329.42844,130.74608,21.2969,15.911555,415.79117,68.97291,1120.0554,85.14274,2524.849,217.72662,332.5061,84.2967,116.04987,6.4628997,10.047851,12.870159,2.3074157,1.7470281,74.86569,78.273674,81.66233,38.41888,36.522026,128.26279,8.936334,3004.2297,47.8247,67.09677,57.709232,64.325935,243.3836,85.979065,126.55242,13.393308,34.53724,77.93607,262.0183,580.87,70.35383,301.70914,70.3734,118.48832,270.38568,320.8756,954.8844,160.40143,4.8870163,17.086693,6.7312636,45.340416,19316.85,3.2446318,25.683098,40.730644,34.146557,336.13272,55.589245,139.48532,2.34003,126.96593,423.1652,265.95667,140.21964,496.17212,35.31102,99.728,154.10556,10.36043,1.6258682,10.795635,1133.567,0.07167506,0.26301074,48.815056,7.9966245,3.5630894,3.7364683,7.951278,90.01454,31.49355,86.7561,567.7274,238.65506,2121.74,1882.88,22.754818,41.299393,10633.427,7.622305,81.270836,726.796,156.42883,215.63509,91.558464,500.01505,852.19226,453.24487,23.063595,121.44409,1038.0896,2025.0953,63.04608,769.16864,72.61479,1.069942,61.851086,1.0071017,0.61127514,2.835403,58.841827,147.85007,219.82448,16.616398,2779.4258,403.83737,167.31854,239.59476,97.82374,90.51311,70.4543,40.743416,102.07863,787.7385,248.92915,141.7804,111.70074,15.349596,145.65726,131.52217,30.843811,651.37585,166.36021,2905.4868,32.49057,2694.4724,79.62686,420.61734,1899.5656,72.71073,11.0214405,1049.1067,867.5008,2992.3809,91.044815 +2023-08-14 07:00:00,0.0,17668.746,337.8844,30.944841,40.398506,32.36445,173.56998,26.489735,38.671013,20.521156,23.322783,1049.0964,213.83281,12.6960945,151.71281,4.2741218,0.34561527,27.970192,5.7821317,1.3510181,352.84216,0.19538383,371.44177,46.452225,0.58043396,1.5712732,119.080345,17.264475,40.510155,95.38281,27470.84,0.086562395,1782.5549,0.34376174,0.19644575,0.07707447,0.43426588,152.74202,173.01216,23.534527,176.95497,27.045467,69.600365,2228.4507,2.2691822,254.70361,151.23695,399.07315,105.73625,367.71985,37.766453,377.25198,0.0,2246.207,11903.561,31.299858,552.2835,143.03954,41876.37,131.36963,25.282953,120.51875,340.80215,59.933464,26.636135,198.23022,1860.486,329.38693,130.57312,21.282913,15.905771,415.89734,68.95949,1119.588,85.142876,2525.0251,217.8789,332.3144,84.31881,116.00465,6.4617443,10.045417,12.861457,2.306819,1.746097,74.88695,78.306305,81.693085,38.450356,36.54554,128.26227,8.943047,3003.8367,47.799294,67.06721,57.67029,64.25789,243.45273,85.95982,126.40793,13.387282,34.52855,77.88124,261.92456,580.9375,70.40353,301.7593,70.38427,118.4407,270.37646,320.5499,954.8526,160.39671,4.8894973,17.068884,6.725345,45.360256,19317.783,3.2455614,25.703995,40.76156,34.164944,336.1364,55.618458,139.51482,2.3383284,126.97234,423.25806,265.90735,140.25806,496.1003,35.309273,99.72186,154.0695,10.359002,1.6259617,10.79547,1133.1138,0.07164133,0.2628871,48.816875,7.9950867,3.562562,3.7356935,7.952872,89.99628,31.48441,86.756996,567.7091,238.66354,2121.992,1882.8733,22.772444,41.332043,10632.036,7.621658,81.30903,726.8726,156.50352,215.75249,91.59442,500.28638,852.32385,453.31015,23.079876,121.51488,1037.9916,2024.8611,63.089478,769.6536,72.68921,1.0698605,61.849792,1.0067503,0.6110336,2.8344207,58.883026,147.92699,219.70969,16.608377,2777.9968,403.99933,167.44691,239.77588,97.87462,90.49782,70.507614,40.831654,102.07023,787.691,248.94038,141.80745,111.67349,15.3709,145.67616,131.53796,30.82502,651.1093,166.32043,2903.2122,32.491463,2693.4539,79.629654,420.62128,1898.435,72.679955,11.026292,1048.7268,867.2777,2990.8306,91.04493 +2023-08-14 08:00:00,0.0,17668.9,337.96716,30.961264,40.417458,32.37377,173.60545,26.497149,38.690807,20.523037,23.331095,1049.606,213.72258,12.708757,151.77742,4.26523,0.34480217,27.973207,5.769127,1.348081,352.91013,0.19523728,371.58102,46.46522,0.5794289,1.5680494,119.11879,17.269644,40.52569,95.37165,27471.09,0.08643462,1783.2462,0.34344855,0.19621032,0.076966144,0.4336626,152.77547,173.05843,23.53106,176.88979,27.065105,69.555916,2228.624,2.268048,254.49828,151.08627,399.1825,105.625,367.82568,37.777966,376.82187,0.0,2245.7417,11896.6455,31.278097,552.3493,143.00636,41871.62,131.36742,25.269308,120.36431,340.45013,59.898235,26.62242,198.00845,1859.5874,329.34543,130.40016,21.268929,15.899987,416.0035,68.94607,1119.1206,85.143005,2525.2012,218.03119,332.12268,84.34091,115.95941,6.4605885,10.042983,12.852756,2.3062222,1.7451658,74.908195,78.33894,81.72383,38.481834,36.56905,128.26175,8.94976,3003.4436,47.773888,67.037636,57.63135,64.18984,243.52187,85.94058,126.26344,13.381257,34.51986,77.82641,261.83078,581.005,70.453224,301.80945,70.395134,118.39308,270.36728,320.2242,954.8208,160.392,4.8919787,17.051075,6.7194266,45.380096,19318.719,3.2464912,25.724894,40.792473,34.18333,336.1401,55.64767,139.54431,2.336627,126.97877,423.3509,265.85803,140.29648,496.02847,35.307526,99.71573,154.03345,10.357574,1.6260551,10.795305,1132.6606,0.071607605,0.26276344,48.81869,7.9935484,3.5620348,3.7349186,7.9544654,89.97801,31.47527,86.75789,567.6908,238.67204,2122.244,1882.8667,22.790068,41.364693,10630.646,7.621011,81.34722,726.94916,156.57823,215.86989,91.63038,500.5577,852.4555,453.3754,23.096159,121.58566,1037.8936,2024.6268,63.132877,770.1387,72.763626,1.0697789,61.848503,1.006399,0.6107921,2.8334384,58.92423,148.0039,219.59488,16.600357,2776.568,404.1613,167.57527,239.95699,97.9255,90.48253,70.56093,40.919895,102.06183,787.6435,248.95161,141.8345,111.64624,15.392204,145.69508,131.55376,30.80623,650.84283,166.28064,2900.9373,32.49236,2692.4355,79.63245,420.62518,1897.3044,72.64918,11.031142,1048.347,867.0546,2989.2803,91.045044 +2023-08-14 09:00:00,0.0,17669.055,338.0499,30.977686,40.43641,32.3831,173.64095,26.504562,38.710598,20.524918,23.339407,1050.1154,213.61234,12.72142,151.84204,4.2563386,0.34398904,27.976223,5.7561216,1.345144,352.97806,0.19509073,371.7203,46.478214,0.5784239,1.5648255,119.15724,17.274815,40.541218,95.36048,27471.34,0.08630684,1783.9375,0.3431354,0.1959749,0.07685783,0.4330593,152.80891,173.10468,23.527592,176.8246,27.084743,69.51147,2228.7974,2.2669137,254.29294,150.9356,399.2918,105.513756,367.93152,37.78948,376.39178,0.0,2245.2764,11889.7295,31.256336,552.41504,142.97318,41866.87,131.36519,25.255661,120.20987,340.09805,59.86301,26.608704,197.78668,1858.6887,329.30392,130.22719,21.254944,15.894203,416.1097,68.93264,1118.6531,85.14314,2525.3774,218.18347,331.93094,84.36302,115.91418,6.459433,10.040548,12.844053,2.3056254,1.7442347,74.92945,78.371574,81.754585,38.513313,36.592564,128.26123,8.956473,3003.0503,47.748486,67.008064,57.59241,64.121796,243.59099,85.92134,126.11895,13.375231,34.51117,77.77157,261.73703,581.0725,70.50292,301.85962,70.406006,118.34546,270.35806,319.8985,954.78894,160.38728,4.8944597,17.033266,6.713508,45.399937,19319.654,3.2474208,25.74579,40.823387,34.201717,336.1438,55.67688,139.5738,2.3349254,126.98518,423.44376,265.80872,140.33488,495.95667,35.30578,99.7096,153.99739,10.356147,1.6261486,10.795141,1132.2074,0.07157388,0.2626398,48.820507,7.9920106,3.5615075,3.7341435,7.9560595,89.95974,31.46613,86.75878,567.67255,238.68053,2122.4958,1882.86,22.807693,41.397343,10629.256,7.6203637,81.385414,727.02576,156.65292,215.9873,91.66633,500.829,852.5871,453.44064,23.112442,121.656456,1037.7955,2024.3926,63.176277,770.62366,72.83804,1.0696974,61.84721,1.0060478,0.6105506,2.832456,58.965427,148.08084,219.48009,16.592339,2775.1392,404.32327,167.70363,240.1381,97.97639,90.46724,70.61424,41.008133,102.05343,787.596,248.96284,141.86156,111.61899,15.413507,145.71399,131.56955,30.787441,650.5763,166.24086,2898.6626,32.493256,2691.4172,79.63524,420.62912,1896.174,72.6184,11.035994,1047.9673,866.83154,2987.7302,91.045166 +2023-08-14 10:00:00,0.0,17669.209,338.13266,30.994108,40.45536,32.39242,173.67642,26.511976,38.73039,20.526798,23.34772,1050.6248,213.5021,12.734083,151.90666,4.247447,0.34317592,27.979239,5.743117,1.342207,353.046,0.19494417,371.85956,46.49121,0.57741886,1.5616016,119.19569,17.279984,40.55675,95.34931,27471.592,0.08617907,1784.6288,0.3428222,0.19573948,0.0767495,0.43245602,152.84238,173.15094,23.524124,176.75941,27.104382,69.46701,2228.9705,2.2657795,254.0876,150.78493,399.40112,105.402504,368.03735,37.800995,375.96167,0.0,2244.811,11882.814,31.234573,552.4808,142.93999,41862.12,131.36296,25.242016,120.05543,339.74603,59.82778,26.594988,197.5649,1857.7902,329.26242,130.05423,21.24096,15.88842,416.21588,68.91922,1118.1857,85.14328,2525.5535,218.33575,331.7392,84.385124,115.86894,6.4582777,10.038115,12.835351,2.3050287,1.7433035,74.9507,78.404205,81.78534,38.544792,36.616077,128.26071,8.963186,3002.6572,47.72308,66.97849,57.55347,64.05375,243.66013,85.90209,125.974464,13.369205,34.502476,77.716736,261.64325,581.14,70.55262,301.9098,70.41688,118.29784,270.34888,319.57278,954.75714,160.38255,4.896941,17.015457,6.7075896,45.419777,19320.588,3.2483504,25.76669,40.8543,34.220104,336.1475,55.706093,139.6033,2.3332238,126.9916,423.53662,265.75943,140.3733,495.88486,35.30403,99.70347,153.96133,10.354719,1.626242,10.794976,1131.7542,0.071540155,0.2625161,48.822323,7.990473,3.56098,3.7333686,7.957653,89.941475,31.456991,86.759674,567.65424,238.68903,2122.7478,1882.8534,22.82532,41.429996,10627.865,7.6197166,81.42361,727.1023,156.72762,216.1047,91.702286,501.10034,852.7187,453.50592,23.128725,121.72724,1037.6975,2024.1583,63.219673,771.1087,72.91246,1.0696157,61.84592,1.0056965,0.61030906,2.831474,59.00663,148.15776,219.3653,16.584318,2773.7104,404.48523,167.83199,240.31921,98.02727,90.45195,70.667564,41.09637,102.04503,787.54846,248.97408,141.88861,111.591736,15.434812,145.73291,131.58534,30.76865,650.3098,166.20108,2896.3877,32.49415,2690.399,79.63803,420.63303,1895.0435,72.58762,11.040845,1047.5874,866.60846,2986.18,91.04528 +2023-08-14 11:00:00,0.0,17669.363,338.21542,31.01053,40.47431,32.401745,173.7119,26.51939,38.750183,20.528679,23.356031,1051.1343,213.39186,12.746746,151.97127,4.2385554,0.34236282,27.982254,5.7301116,1.3392699,353.11392,0.19479762,371.9988,46.504208,0.57641387,1.5583779,119.23414,17.285152,40.57228,95.33814,27471.842,0.08605129,1785.3201,0.34250903,0.19550405,0.07664118,0.43185273,152.87582,173.1972,23.520657,176.69421,27.12402,69.42256,2229.1438,2.2646453,253.88226,150.63425,399.51044,105.29125,368.1432,37.812508,375.53156,0.0,2244.346,11875.898,31.212812,552.5465,142.9068,41857.37,131.36073,25.228369,119.900986,339.39398,59.792553,26.581272,197.34312,1856.8916,329.22095,129.88127,21.226974,15.882636,416.32208,68.9058,1117.7181,85.14341,2525.7295,218.48804,331.54752,84.407234,115.82371,6.457122,10.035681,12.826649,2.3044317,1.7423724,74.971954,78.43684,81.816086,38.57627,36.639587,128.2602,8.9699,3002.2642,47.697678,66.94892,57.514534,63.985706,243.72926,85.88285,125.82997,13.36318,34.493786,77.6619,261.5495,581.2075,70.60232,301.95993,70.42775,118.25021,270.3397,319.24707,954.72534,160.37784,4.899422,16.997648,6.7016716,45.439617,19321.523,3.2492802,25.787586,40.885216,34.23849,336.15118,55.735306,139.6328,2.3315225,126.99802,423.62946,265.7101,140.41171,495.81302,35.302284,99.697334,153.92528,10.3532915,1.6263354,10.794811,1131.301,0.071506426,0.26239246,48.82414,7.9889345,3.560453,3.7325935,7.9592466,89.92321,31.447851,86.76056,567.6359,238.69751,2122.9998,1882.8467,22.842943,41.462646,10626.476,7.6190696,81.46181,727.1789,156.80232,216.2221,91.738235,501.37167,852.85034,453.57117,23.145008,121.798035,1037.5995,2023.9241,63.263073,771.5937,72.98688,1.0695342,61.844627,1.0053452,0.61006755,2.8304918,59.04783,148.23468,219.2505,16.5763,2772.2815,404.6472,167.96034,240.50034,98.07815,90.43666,70.72088,41.184612,102.03663,787.501,248.9853,141.91565,111.56448,15.456115,145.75182,131.60114,30.74986,650.0433,166.16129,2894.1128,32.495045,2689.3804,79.64083,420.63696,1893.913,72.556854,11.045696,1047.2076,866.38544,2984.6296,91.045395 +2023-08-14 12:00:00,0.0,17669.518,338.29816,31.026953,40.493263,32.41107,173.74739,26.526806,38.769974,20.53056,23.364346,1051.6437,213.28162,12.759409,152.03589,4.2296643,0.3415497,27.98527,5.717107,1.3363329,353.1819,0.19465108,372.13806,46.517204,0.5754088,1.555154,119.27258,17.290323,40.587814,95.32697,27472.092,0.085923515,1786.0114,0.34219584,0.19526865,0.076532856,0.43124944,152.90927,173.24345,23.517189,176.62903,27.143658,69.37811,2229.3171,2.263511,253.67693,150.48357,399.61978,105.18,368.24902,37.82402,375.10144,0.0,2243.8806,11868.983,31.19105,552.61224,142.87361,41852.62,131.3585,25.214724,119.746544,339.0419,59.757328,26.567556,197.12135,1855.9929,329.17944,129.7083,21.212988,15.876852,416.42825,68.89238,1117.2507,85.14355,2525.9055,218.64032,331.35577,84.429344,115.77848,6.4559665,10.033247,12.817947,2.303835,1.7414412,74.99321,78.46947,81.84684,38.60775,36.6631,128.25967,8.976613,3001.8708,47.67227,66.91936,57.475594,63.917664,243.79839,85.86361,125.685486,13.357155,34.485096,77.60706,261.45575,581.2751,70.652016,302.0101,70.43862,118.20259,270.33047,318.9214,954.69354,160.37312,4.901903,16.97984,6.695753,45.459457,19322.459,3.2502098,25.808485,40.91613,34.25688,336.15488,55.764515,139.6623,2.3298209,127.00443,423.72232,265.6608,140.45013,495.7412,35.300537,99.69121,153.88922,10.351864,1.6264288,10.794646,1130.8478,0.071472704,0.2622688,48.82596,7.9873967,3.5599256,3.7318187,7.9608407,89.90494,31.438711,86.76145,567.6176,238.70601,2123.252,1882.84,22.860569,41.495296,10625.085,7.618423,81.5,727.2555,156.87701,216.33951,91.77419,501.643,852.98193,453.6364,23.16129,121.86882,1037.5015,2023.6898,63.306473,772.07874,73.061295,1.0694526,61.843334,1.0049939,0.6098261,2.8295095,59.08903,148.31161,219.1357,16.56828,2770.8525,404.80914,168.08871,240.68146,98.129036,90.42137,70.77419,41.27285,102.02823,787.4535,248.99654,141.9427,111.53723,15.477419,145.77074,131.61693,30.731071,649.7768,166.1215,2891.8381,32.49594,2688.362,79.64362,420.64087,1892.7823,72.52608,11.050548,1046.8279,866.16235,2983.0796,91.04551 +2023-08-14 13:00:00,0.0,17669.672,338.38092,31.043375,40.512215,32.420395,173.78287,26.53422,38.78977,20.532438,23.372658,1052.1531,213.17139,12.772072,152.10051,4.2207727,0.34073657,27.988285,5.7041016,1.3333958,353.24982,0.19450453,372.27734,46.5302,0.57440376,1.5519301,119.311035,17.295492,40.603348,95.3158,27472.344,0.085795745,1786.7026,0.34188265,0.19503322,0.07642453,0.43064615,152.94272,173.28972,23.513723,176.56384,27.163296,69.33366,2229.4905,2.2623768,253.47159,150.3329,399.7291,105.068756,368.35486,37.835533,374.67136,0.0,2243.4155,11862.067,31.169289,552.678,142.84042,41847.87,131.3563,25.201077,119.5921,338.68988,59.7221,26.55384,196.89958,1855.0944,329.13794,129.53534,21.199003,15.871068,416.53442,68.87896,1116.7832,85.143684,2526.0815,218.79262,331.16406,84.45145,115.733246,6.4548106,10.030813,12.809245,2.3032382,1.7405101,75.01446,78.5021,81.877594,38.63923,36.686615,128.25916,8.983326,3001.4778,47.64687,66.889786,57.436653,63.849617,243.86752,85.84437,125.54099,13.351129,34.476406,77.55223,261.36197,581.3426,70.70171,302.06024,70.44949,118.15497,270.3213,318.59567,954.66174,160.36841,4.9043846,16.96203,6.6898346,45.479294,19323.393,3.2511394,25.829382,40.947044,34.27527,336.15854,55.793728,139.69179,2.3281193,127.01086,423.8152,265.61148,140.48854,495.66937,35.29879,99.685074,153.85316,10.350436,1.6265223,10.794481,1130.3945,0.071438976,0.26214516,48.827774,7.9858584,3.5593982,3.7310438,7.9624343,89.88667,31.429571,86.762344,567.5993,238.7145,2123.504,1882.8334,22.878195,41.527946,10623.695,7.617776,81.53819,727.33203,156.95172,216.45692,91.81015,501.91434,853.1136,453.7017,23.177572,121.939606,1037.4034,2023.4556,63.34987,772.5637,73.13571,1.0693711,61.842045,1.0046426,0.60958457,2.8285272,59.13023,148.38853,219.0209,16.560259,2769.4238,404.9711,168.21707,240.86256,98.17992,90.40608,70.82751,41.36109,102.01983,787.40594,249.00778,141.96976,111.50998,15.498723,145.78964,131.63272,30.71228,649.51025,166.08171,2889.5632,32.496838,2687.3438,79.646416,420.6448,1891.6519,72.4953,11.055399,1046.448,865.9393,2981.5293,91.04562 +2023-08-14 14:00:00,0.0,17669.826,338.46365,31.059797,40.531166,32.429718,173.81834,26.541634,38.80956,20.534319,23.38097,1052.6625,213.06114,12.784735,152.16513,4.211881,0.33992344,27.9913,5.691097,1.3304588,353.31775,0.19435798,372.4166,46.543194,0.57339877,1.5487063,119.34948,17.300661,40.618877,95.30464,27472.594,0.08566797,1787.3939,0.34156948,0.1947978,0.07631621,0.43004286,152.97617,173.33598,23.510256,176.49866,27.182934,69.28921,2229.6636,2.2612426,253.26625,150.18222,399.83844,104.957504,368.4607,37.847046,374.24124,0.0,2242.9502,11855.152,31.147528,552.7438,142.80724,41843.12,131.35406,25.18743,119.43766,338.3378,59.686874,26.540125,196.67781,1854.1958,329.09644,129.36238,21.185019,15.865284,416.64062,68.86553,1116.3158,85.143814,2526.2578,218.9449,330.97235,84.47356,115.68801,6.4536552,10.0283785,12.800543,2.3026414,1.739579,75.03571,78.53474,81.90834,38.670708,36.71013,128.25864,8.99004,3001.0847,47.621464,66.860214,57.397713,63.78157,243.93665,85.82512,125.39651,13.345103,34.467716,77.4974,261.26822,581.4101,70.75141,302.1104,70.46036,118.10735,270.31207,318.26996,954.62994,160.3637,4.9068656,16.94422,6.683916,45.499134,19324.328,3.252069,25.85028,40.97796,34.293655,336.16223,55.822937,139.72128,2.326418,127.01727,423.90802,265.56216,140.52696,495.59756,35.297043,99.67894,153.81711,10.349009,1.6266158,10.794317,1129.9414,0.07140525,0.2620215,48.82959,7.9843206,3.558871,3.7302687,7.964028,89.86841,31.420431,86.76324,567.581,238.72299,2123.7559,1882.8267,22.895819,41.560596,10622.305,7.617129,81.576385,727.4086,157.02641,216.57433,91.8461,502.18567,853.2452,453.76694,23.193855,122.0104,1037.3055,2023.2213,63.39327,773.04877,73.21013,1.0692894,61.84075,1.0042914,0.60934305,2.827545,59.171432,148.46545,218.90611,16.55224,2767.9949,405.1331,168.34543,241.04369,98.2308,90.39079,70.88082,41.44933,102.01142,787.35846,249.01901,141.99681,111.48273,15.520026,145.80856,131.64853,30.693491,649.2438,166.04193,2887.2886,32.49773,2686.3254,79.64921,420.6487,1890.5214,72.46452,11.06025,1046.0682,865.7162,2979.979,91.04574 +2023-08-14 15:00:00,0.0,17669.98,338.54642,31.07622,40.550117,32.439045,173.85384,26.549047,38.82935,20.5362,23.389282,1053.172,212.95091,12.797397,152.22974,4.2029896,0.33911034,27.994316,5.6780915,1.3275217,353.38568,0.19421142,372.55585,46.55619,0.5723937,1.5454824,119.38793,17.305832,40.63441,95.29347,27472.844,0.0855402,1788.0852,0.3412563,0.19456238,0.07620788,0.4294396,153.00963,173.38223,23.506788,176.43347,27.202572,69.24476,2229.837,2.2601085,253.06091,150.03154,399.94775,104.84625,368.56653,37.85856,373.81113,0.0,2242.485,11848.236,31.125765,552.8095,142.77406,41838.367,131.35184,25.173784,119.28322,337.98578,59.651646,26.52641,196.45602,1853.2971,329.05493,129.1894,21.171034,15.859501,416.7468,68.85211,1115.8483,85.14395,2526.4338,219.09718,330.7806,84.49567,115.64278,6.4525,10.025945,12.7918415,2.3020446,1.7386478,75.05696,78.56737,81.939095,38.702187,36.73364,128.2581,8.996753,3000.6917,47.596058,66.83064,57.358776,63.713528,244.00578,85.80588,125.252014,13.339078,34.459026,77.442566,261.17444,581.4776,70.80111,302.16055,70.47123,118.05973,270.3029,317.94427,954.5981,160.35898,4.909347,16.92641,6.6779976,45.518974,19325.264,3.2529988,25.871178,41.008873,34.312042,336.16592,55.85215,139.75078,2.3247163,127.02369,424.0009,265.51285,140.56538,495.52573,35.295296,99.67281,153.78105,10.347581,1.6267092,10.794152,1129.4882,0.071371526,0.26189783,48.831406,7.9827824,3.5583436,3.7294939,7.9656215,89.850136,31.411291,86.76413,567.5627,238.73149,2124.0078,1882.8201,22.913445,41.593246,10620.914,7.616482,81.614586,727.48517,157.1011,216.69173,91.88206,502.45697,853.37683,453.83218,23.210138,122.081184,1037.2075,2022.987,63.436665,773.53375,73.284546,1.0692079,61.839462,1.0039401,0.60910153,2.8265626,59.212635,148.54239,218.79132,16.54422,2766.566,405.29504,168.47379,241.2248,98.281685,90.3755,70.934135,41.537567,102.00302,787.3109,249.03024,142.02386,111.455475,15.54133,145.82747,131.66432,30.674702,648.9773,166.00215,2885.0137,32.498627,2685.307,79.652,420.65262,1889.3907,72.43375,11.065102,1045.6885,865.4931,2978.429,91.04585 +2023-08-14 16:00:00,0.0,17670.137,338.62918,31.092642,40.56907,32.448368,173.88931,26.556461,38.849144,20.53808,23.397594,1053.6814,212.84067,12.81006,152.29436,4.194098,0.33829722,27.997332,5.6650867,1.3245847,353.4536,0.19406487,372.6951,46.569187,0.57138866,1.5422586,119.42638,17.311,40.64994,95.2823,27473.096,0.08541242,1788.7766,0.3409431,0.19432695,0.07609956,0.4288363,153.04308,173.4285,23.50332,176.36829,27.22221,69.2003,2230.0103,2.258974,252.85558,149.88087,400.05707,104.735,368.67236,37.87007,373.38104,0.0,2242.0198,11841.321,31.104004,552.87524,142.74088,41833.617,131.34961,25.160137,119.12878,337.63373,59.61642,26.512693,196.23425,1852.3986,329.01343,129.01645,21.15705,15.853717,416.85297,68.83869,1115.3809,85.14408,2526.6099,219.24947,330.58887,84.51777,115.59754,6.451344,10.023511,12.783139,2.3014479,1.7377167,75.07822,78.6,81.96985,38.733665,36.757153,128.25758,9.003466,3000.2983,47.570656,66.80108,57.319836,63.64548,244.0749,85.78664,125.10753,13.333053,34.450336,77.387726,261.0807,581.5451,70.85081,302.21072,70.4821,118.01211,270.2937,317.61856,954.5663,160.35426,4.911828,16.908602,6.672079,45.538815,19326.197,3.2539284,25.892076,41.039787,34.33043,336.16962,55.881363,139.78027,2.3230147,127.030106,424.09375,265.46353,140.60379,495.45392,35.29355,99.66668,153.745,10.346153,1.6268027,10.793987,1129.0349,0.0713378,0.26177418,48.83322,7.9812446,3.5578163,3.7287188,7.9672155,89.83187,31.402151,86.765015,567.5444,238.73997,2124.2598,1882.8134,22.93107,41.625896,10619.524,7.6158347,81.65278,727.56177,157.17581,216.80914,91.918015,502.7283,853.5084,453.89746,23.226421,122.15198,1037.1095,2022.7528,63.480064,774.0188,73.35896,1.0691264,61.83817,1.0035888,0.60886,2.8255804,59.253834,148.61931,218.67651,16.5362,2765.1372,405.457,168.60216,241.40591,98.332565,90.360214,70.98746,41.62581,101.99462,787.2634,249.04147,142.05092,111.42823,15.5626335,145.84639,131.68011,30.65591,648.71075,165.96236,2882.739,32.499523,2684.2886,79.65479,420.65656,1888.2603,72.40298,11.069953,1045.3086,865.2701,2976.8787,91.04597 +2023-08-14 17:00:00,0.0,17670.291,338.7119,31.109064,40.58802,32.45769,173.92479,26.563877,38.868935,20.53996,23.405907,1054.1908,212.73042,12.822722,152.35898,4.1852064,0.3374841,28.000347,5.6520815,1.3216476,353.52158,0.19391833,372.83438,46.582184,0.57038367,1.5390347,119.46483,17.31617,40.665474,95.27113,27473.346,0.08528464,1789.4679,0.34062994,0.19409153,0.075991236,0.428233,153.07652,173.47476,23.499853,176.30309,27.241848,69.15585,2230.1833,2.25784,252.65024,149.7302,400.16638,104.62375,368.7782,37.881584,372.95093,0.0,2241.5547,11834.405,31.082243,552.941,142.70769,41828.867,131.34738,25.146492,118.974335,337.28168,59.581192,26.498978,196.01248,1851.5,328.97195,128.84349,21.143064,15.847933,416.95917,68.82527,1114.9135,85.14422,2526.786,219.40175,330.3972,84.53988,115.55231,6.4501886,10.021077,12.774437,2.3008509,1.7367855,75.099464,78.63263,82.000595,38.765144,36.780666,128.25706,9.010179,2999.9053,47.54525,66.77151,57.280895,63.57744,244.14404,85.767395,124.963036,13.327026,34.441643,77.33289,260.9869,581.6126,70.900505,302.26086,70.49297,117.964485,270.2845,317.29285,954.5345,160.34955,4.9143095,16.890793,6.6661606,45.558655,19327.133,3.254858,25.912973,41.070698,34.34882,336.1733,55.910572,139.80977,2.3213134,127.03653,424.18658,265.41425,140.64221,495.38208,35.2918,99.660545,153.70894,10.344726,1.626896,10.793822,1128.5818,0.07130407,0.26165053,48.835037,7.9797063,3.5572891,3.727944,7.968809,89.81361,31.393011,86.76591,567.5261,238.74847,2124.5117,1882.8066,22.948694,41.658546,10618.134,7.6151876,81.69097,727.63837,157.2505,216.92654,91.953964,502.99963,853.6401,453.9627,23.242702,122.22276,1037.0115,2022.5186,63.523464,774.5038,73.43338,1.0690448,61.836876,1.0032375,0.6086185,2.824598,59.295036,148.69623,218.56172,16.528181,2763.7083,405.61896,168.73051,241.58704,98.38345,90.344925,71.04077,41.714046,101.98622,787.21594,249.0527,142.07796,111.40098,15.583938,145.8653,131.6959,30.637121,648.4443,165.92258,2880.464,32.500416,2683.2703,79.657585,420.66046,1887.1298,72.3722,11.074804,1044.9288,865.047,2975.3286,91.04608 +2023-08-14 18:00:00,0.0,17670.445,338.79468,31.125486,40.60697,32.46702,173.96028,26.571291,38.88873,20.541842,23.414219,1054.7003,212.6202,12.835385,152.4236,4.176315,0.33667096,28.003363,5.6390767,1.3187106,353.5895,0.19377178,372.97363,46.595177,0.5693786,1.5358108,119.50327,17.32134,40.681004,95.259964,27473.596,0.08515687,1790.1592,0.34031674,0.1938561,0.07588291,0.42762974,153.10997,173.52101,23.496386,176.2379,27.261486,69.111404,2230.3567,2.2567058,252.44489,149.57951,400.2757,104.512505,368.88403,37.893097,372.5208,0.0,2241.0894,11827.489,31.06048,553.0067,142.6745,41824.117,131.34517,25.132845,118.81989,336.92963,59.545963,26.485262,195.79071,1850.6013,328.93045,128.67052,21.129078,15.842149,417.06534,68.811844,1114.4459,85.144356,2526.962,219.55403,330.20544,84.56198,115.50708,6.4490333,10.018643,12.765736,2.300254,1.7358544,75.12072,78.66526,82.03135,38.79662,36.804176,128.25655,9.016892,2999.5122,47.519848,66.741936,57.241955,63.50939,244.21318,85.748146,124.81855,13.321001,34.432953,77.27806,260.89316,581.6802,70.9502,302.31104,70.503845,117.91686,270.2753,316.96713,954.5027,160.34483,4.9167905,16.872984,6.660242,45.578495,19328.066,3.2557876,25.933872,41.101612,34.367207,336.177,55.939785,139.83926,2.3196118,127.042946,424.27945,265.36493,140.68062,495.31027,35.29005,99.65442,153.67288,10.343297,1.6269895,10.793658,1128.1285,0.07127035,0.26152688,48.836857,7.9781685,3.5567617,3.727169,7.9704027,89.795334,31.383871,86.7668,567.5078,238.75696,2124.7637,1882.8,22.96632,41.691196,10616.744,7.6145406,81.729164,727.7149,157.32521,217.04395,91.98992,503.27097,853.77167,454.02798,23.258986,122.29355,1036.9135,2022.2843,63.56686,774.98883,73.5078,1.0689632,61.835587,1.0028862,0.608377,2.8236158,59.336235,148.77316,218.44693,16.52016,2762.2793,405.7809,168.85887,241.76814,98.43433,90.329636,71.094086,41.802284,101.97782,787.1684,249.06393,142.10501,111.373726,15.605242,145.88422,131.7117,30.618332,648.17773,165.88278,2878.1895,32.501312,2682.252,79.66038,420.6644,1885.9993,72.34142,11.079656,1044.5491,864.8239,2973.7783,91.046196 +2023-08-14 19:00:00,0.0,17670.6,338.87744,31.141909,40.625923,32.47634,173.99576,26.578705,38.90852,20.54372,23.422531,1055.2097,212.50995,12.848048,152.4882,4.1674237,0.33585787,28.006378,5.6260715,1.3157736,353.65744,0.19362523,373.11288,46.608173,0.5683736,1.532587,119.541725,17.32651,40.696537,95.2488,27473.846,0.085029095,1790.8505,0.34000358,0.19362068,0.07577459,0.42702642,153.14342,173.56728,23.492918,176.17271,27.281124,69.066956,2230.53,2.2555714,252.23955,149.42885,400.38504,104.40125,368.98987,37.90461,372.0907,0.0,2240.624,11820.574,31.03872,553.0725,142.64131,41819.367,131.34294,25.119198,118.66545,336.57758,59.51074,26.471546,195.56894,1849.7028,328.88895,128.49756,21.115093,15.836365,417.17154,68.79842,1113.9785,85.144485,2527.1382,219.70631,330.01373,84.58409,115.461845,6.4478774,10.016209,12.757033,2.2996573,1.7349232,75.14197,78.69789,82.0621,38.8281,36.82769,128.25603,9.023605,2999.119,47.494442,66.712364,57.20302,63.441345,244.2823,85.728905,124.67406,13.314976,34.424263,77.22322,260.79938,581.7477,70.9999,302.3612,70.51471,117.86924,270.26608,316.64145,954.4709,160.34012,4.9192715,16.855175,6.6543236,45.598335,19329.002,3.2567174,25.95477,41.132526,34.385593,336.1807,55.968994,139.86874,2.3179102,127.04936,424.3723,265.3156,140.71904,495.23843,35.288303,99.648285,153.63683,10.341869,1.627083,10.793493,1127.6753,0.07123662,0.26140323,48.838673,7.97663,3.5562346,3.726394,7.971997,89.77707,31.374733,86.76769,567.4895,238.76546,2125.0156,1882.7933,22.983946,41.723846,10615.354,7.6138935,81.76736,727.7915,157.3999,217.16136,92.02587,503.5423,853.9033,454.09323,23.275269,122.36434,1036.8154,2022.05,63.61026,775.4739,73.582214,1.0688816,61.834293,1.002535,0.60813546,2.8226335,59.377438,148.85008,218.33212,16.51214,2760.8506,405.9429,168.98723,241.94926,98.485214,90.31435,71.1474,41.890526,101.96942,787.1209,249.07516,142.13206,111.34647,15.626545,145.90312,131.7275,30.59954,647.91125,165.843,2875.9146,32.50221,2681.2334,79.66318,420.6683,1884.8687,72.310646,11.084507,1044.1692,864.6008,2972.228,91.04632 +2023-08-14 20:00:00,0.0,17670.754,338.96017,31.15833,40.644875,32.485664,174.03123,26.586119,38.92831,20.5456,23.430843,1055.7191,212.39972,12.860711,152.55283,4.158532,0.33504474,28.009394,5.6130667,1.3128365,353.72537,0.19347867,373.25214,46.62117,0.56736857,1.5293632,119.58017,17.331678,40.712067,95.23763,27474.098,0.08490132,1791.5417,0.3396904,0.19338526,0.07566626,0.42642313,153.17686,173.61353,23.48945,176.10753,27.300762,69.0225,2230.7031,2.2544372,252.03421,149.27817,400.49435,104.29,369.0957,37.916126,371.6606,0.0,2240.1587,11813.658,31.016958,553.13824,142.60812,41814.617,131.34071,25.105553,118.51101,336.22552,59.47551,26.45783,195.34717,1848.8042,328.84744,128.3246,21.101109,15.830581,417.2777,68.785,1113.511,85.14462,2527.3142,219.85861,329.82202,84.6062,115.41661,6.446722,10.013775,12.748331,2.2990606,1.7339921,75.16322,78.73053,82.09285,38.859577,36.851204,128.25551,9.030318,2998.7258,47.469036,66.68279,57.164078,63.373302,244.35144,85.70966,124.52957,13.30895,34.415573,77.16839,260.70563,581.8152,71.0496,302.41135,70.52558,117.821625,270.2569,316.31573,954.4391,160.3354,4.921753,16.837366,6.648405,45.61817,19329.938,3.257647,25.975668,41.16344,34.40398,336.1844,55.998207,139.89824,2.3162088,127.05578,424.46515,265.2663,140.75746,495.16663,35.286556,99.64215,153.60077,10.340442,1.6271764,10.793328,1127.2222,0.07120289,0.26127955,48.84049,7.9750924,3.5557072,3.725619,7.9735904,89.758804,31.365593,86.768585,567.4712,238.77394,2125.2676,1882.7867,23.00157,41.756496,10613.964,7.6132464,81.80556,727.8681,157.4746,217.27876,92.06183,503.8136,854.0349,454.15848,23.291552,122.43513,1036.7174,2021.8158,63.65366,775.95886,73.65663,1.0688001,61.833004,1.0021837,0.60789394,2.8216515,59.418636,148.927,218.21733,16.504122,2759.4216,406.10486,169.11559,242.13037,98.5361,90.29906,71.200714,41.978764,101.96102,787.07336,249.08641,142.15912,111.31922,15.647849,145.92204,131.74329,30.580751,647.6447,165.80322,2873.6396,32.5031,2680.215,79.66597,420.67224,1883.7382,72.27987,11.089357,1043.7894,864.3778,2970.678,91.04643 +2023-08-14 21:00:00,0.0,17670.908,339.04294,31.174753,40.663826,32.494987,174.06673,26.593533,38.948105,20.547482,23.439157,1056.2286,212.28947,12.873374,152.61745,4.1496406,0.33423162,28.01241,5.6000614,1.3098994,353.79333,0.19333212,373.39142,46.634167,0.5663635,1.5261393,119.61862,17.33685,40.7276,95.22646,27474.348,0.08477355,1792.233,0.3393772,0.19314983,0.07555795,0.42581987,153.21033,173.65979,23.485983,176.04234,27.3204,68.97805,2230.8765,2.253303,251.82887,149.12749,400.6037,104.17875,369.20154,37.92764,371.2305,0.0,2239.6936,11806.743,30.995195,553.204,142.57494,41809.867,131.33849,25.091906,118.35657,335.87347,59.440285,26.444117,195.12538,1847.9055,328.80594,128.15163,21.087124,15.824797,417.38388,68.77158,1113.0436,85.14475,2527.4902,220.0109,329.63028,84.6283,115.371376,6.445566,10.011341,12.73963,2.2984638,1.733061,75.18447,78.76316,82.123604,38.891056,36.874718,128.25499,9.037032,2998.3328,47.443634,66.65323,57.125137,63.305256,244.42056,85.69042,124.38508,13.302925,34.406883,77.113556,260.61185,581.8827,71.0993,302.46152,70.53645,117.774,270.2477,315.99002,954.4072,160.33069,4.924234,16.819557,6.6424866,45.638012,19330.871,3.2585766,25.996565,41.194355,34.422367,336.18808,56.02742,139.92773,2.3145072,127.062195,424.558,265.21698,140.79587,495.0948,35.28481,99.636024,153.56471,10.339014,1.6272699,10.793163,1126.7689,0.07116917,0.2611559,48.842304,7.973554,3.5551798,3.7248442,7.975184,89.74053,31.356453,86.76947,567.4529,238.78244,2125.5195,1882.78,23.019196,41.789146,10612.573,7.6125994,81.84375,727.94464,157.5493,217.39616,92.097786,504.08493,854.16656,454.22375,23.307835,122.50592,1036.6194,2021.5815,63.697056,776.4439,73.73105,1.0687186,61.83171,1.0018324,0.6076524,2.8206692,59.45984,149.00394,218.10254,16.496101,2757.993,406.2668,169.24396,242.3115,98.58698,90.28377,71.25403,42.067005,101.95262,787.0259,249.09764,142.18617,111.29197,15.669153,145.94095,131.75908,30.561962,647.37823,165.76343,2871.365,32.503998,2679.1968,79.66876,420.67615,1882.6077,72.2491,11.094209,1043.4097,864.1547,2969.1277,91.04655 +2023-08-14 22:00:00,0.0,17671.062,339.12567,31.191175,40.68278,32.504314,174.1022,26.600948,38.967896,20.549362,23.44747,1056.738,212.17923,12.886037,152.68207,4.140749,0.33341852,28.015425,5.5870566,1.3069624,353.86127,0.19318558,373.53067,46.64716,0.5653585,1.5229155,119.65707,17.342018,40.74313,95.215294,27474.598,0.08464577,1792.9243,0.33906403,0.19291441,0.07544962,0.4252166,153.24377,173.70605,23.482515,175.97716,27.340038,68.9336,2231.0498,2.252169,251.62354,148.97682,400.713,104.067505,369.3074,37.93915,370.80038,0.0,2239.2283,11799.827,30.973434,553.2697,142.54175,41805.117,131.33626,25.07826,118.202126,335.52142,59.405056,26.4304,194.90361,1847.007,328.76443,127.97867,21.07314,15.819014,417.49008,68.75816,1112.576,85.14489,2527.6663,220.16318,329.4386,84.65041,115.32614,6.444411,10.008907,12.730927,2.2978668,1.7321298,75.20573,78.79579,82.15436,38.922535,36.898228,128.25447,9.043745,2997.9395,47.41823,66.62366,57.086197,63.237213,244.4897,85.67117,124.24059,13.296899,34.398193,77.058716,260.5181,581.9502,71.148994,302.51166,70.547325,117.72638,270.2385,315.6643,954.3754,160.32597,4.9267154,16.801746,6.6365685,45.657852,19331.807,3.2595065,26.017464,41.22527,34.440758,336.19177,56.05663,139.95723,2.3128057,127.06862,424.65088,265.16766,140.83429,495.02298,35.283062,99.62989,153.52866,10.337586,1.6273632,10.792998,1126.3157,0.07113544,0.26103225,48.84412,7.9720163,3.5546527,3.724069,7.976778,89.72227,31.347313,86.77036,567.4346,238.79092,2125.7715,1882.7733,23.036821,41.821796,10611.183,7.6119523,81.88194,728.02124,157.624,217.51358,92.133736,504.35626,854.29816,454.289,23.324116,122.576706,1036.5215,2021.3473,63.740456,776.9289,73.805466,1.0686369,61.830418,1.001481,0.6074109,2.819687,59.501038,149.08086,217.98775,16.488083,2756.564,406.42877,169.37231,242.49261,98.63786,90.26848,71.30735,42.155243,101.94422,786.9784,249.10887,142.21323,111.26472,15.690456,145.95987,131.77487,30.54317,647.1117,165.72365,2869.09,32.504894,2678.1785,79.671555,420.68008,1881.4772,72.21832,11.09906,1043.0298,863.93164,2967.5774,91.04666 +2023-08-14 23:00:00,0.0,17671.217,339.20844,31.207598,40.701733,32.513638,174.13768,26.608362,38.987686,20.551243,23.455782,1057.2474,212.069,12.8987,152.74667,4.1318574,0.3326054,28.01844,5.5740514,1.3040254,353.9292,0.19303903,373.66992,46.660156,0.56435347,1.5196916,119.69552,17.347187,40.758663,95.204124,27474.85,0.08451799,1793.6156,0.33875084,0.19267899,0.0753413,0.42461327,153.27722,173.7523,23.479048,175.91196,27.359676,68.889145,2231.2231,2.2510345,251.4182,148.82614,400.82233,103.95625,369.41324,37.950665,370.37027,0.0,2238.7632,11792.912,30.951674,553.33545,142.50858,41800.367,131.33405,25.064613,118.04768,335.16937,59.36983,26.416685,194.68184,1846.1083,328.72296,127.8057,21.059155,15.81323,417.59625,68.744736,1112.1086,85.14503,2527.8423,220.31546,329.24686,84.672516,115.280914,6.4432554,10.006474,12.722225,2.29727,1.7311987,75.226974,78.82842,82.185104,38.954014,36.92174,128.25395,9.050458,2997.5464,47.392826,66.594086,57.04726,63.169167,244.55882,85.65193,124.0961,13.290874,34.3895,77.00388,260.42432,582.01776,71.19869,302.56183,70.5582,117.67876,270.2293,315.33862,954.3436,160.32124,4.9291964,16.783937,6.63065,45.677692,19332.742,3.260436,26.038363,41.256184,34.459145,336.19543,56.085842,139.98672,2.3111043,127.075035,424.7437,265.11838,140.8727,494.95114,35.281315,99.62376,153.4926,10.336159,1.6274567,10.792834,1125.8624,0.07110171,0.2609086,48.84594,7.9704785,3.5541253,3.7232943,7.9783716,89.703995,31.338173,86.771255,567.41626,238.79942,2126.0234,1882.7667,23.054447,41.854446,10609.793,7.611305,81.920135,728.0978,157.69868,217.63098,92.16969,504.6276,854.4298,454.35425,23.340399,122.64749,1036.4235,2021.113,63.783855,777.41394,73.87989,1.0685554,61.82913,1.0011297,0.6071694,2.8187046,59.54224,149.15778,217.87294,16.480062,2755.135,406.59073,169.50067,242.67372,98.68875,90.25319,71.360664,42.24348,101.93582,786.93085,249.1201,142.24026,111.237465,15.7117605,145.97878,131.79066,30.524382,646.8452,165.68387,2866.8154,32.505787,2677.1602,79.67435,420.684,1880.3466,72.187546,11.103911,1042.65,863.70856,2966.0273,91.046776 +2023-08-15 00:00:00,0.0,17671.371,339.2912,31.22402,40.720684,32.52296,174.17316,26.615776,39.00748,20.553123,23.464094,1057.757,211.95876,12.911362,152.8113,4.122966,0.33179227,28.021456,5.5610466,1.3010883,353.99713,0.19289248,373.80917,46.673153,0.5633485,1.5164678,119.73396,17.352358,40.774193,95.192955,27475.1,0.08439022,1794.3069,0.33843765,0.19244358,0.075232975,0.42401,153.31067,173.79857,23.47558,175.84677,27.379314,68.844696,2231.3962,2.2499003,251.21286,148.67548,400.93164,103.845,369.51907,37.962177,369.9402,0.0,2238.2979,11785.996,30.92991,553.40125,142.47539,41795.617,131.33182,25.050968,117.89324,334.81732,59.334602,26.40297,194.46007,1845.2097,328.68146,127.632744,21.045168,15.807446,417.70245,68.731316,1111.6411,85.14516,2528.0186,220.46774,329.0551,84.694626,115.23568,6.4420996,10.00404,12.713524,2.2966733,1.7302675,75.24823,78.86105,82.21586,38.985493,36.945255,128.25343,9.057171,2997.1533,47.36742,66.564514,57.00832,63.10112,244.62796,85.63269,123.951614,13.284848,34.38081,76.94905,260.33057,582.08527,71.24839,302.61197,70.56906,117.631134,270.2201,315.0129,954.3118,160.31653,4.9316773,16.766129,6.6247315,45.697533,19333.676,3.2613657,26.05926,41.287098,34.47753,336.19913,56.11505,140.01622,2.3094027,127.08145,424.83658,265.06906,140.91112,494.87933,35.279568,99.61763,153.45654,10.334731,1.6275501,10.792669,1125.4093,0.07106799,0.26078495,48.847755,7.9689403,3.553598,3.7225192,7.979965,89.68573,31.329033,86.77215,567.39795,238.8079,2126.2754,1882.76,23.072071,41.887096,10608.402,7.610658,81.958336,728.1744,157.77339,217.74838,92.20564,504.89893,854.5614,454.41953,23.356682,122.718285,1036.3254,2020.8788,63.82725,777.8989,73.95431,1.0684738,61.827835,1.0007784,0.6069279,2.8177223,59.58344,149.23471,217.75815,16.472042,2753.7063,406.7527,169.62903,242.85484,98.73963,90.2379,71.41398,42.331722,101.92742,786.88336,249.13133,142.26732,111.21021,15.733064,145.9977,131.80646,30.505592,646.57874,165.64407,2864.5405,32.506683,2676.1416,79.67714,420.68793,1879.2161,72.15677,11.108763,1042.2703,863.4855,2964.477,91.04689 +2023-08-15 01:00:00,0.0,17671.525,339.37393,31.240442,40.739635,32.532288,174.20865,26.62319,39.02727,20.555002,23.472406,1058.2664,211.84853,12.924025,152.87592,4.114074,0.33097914,28.024471,5.5480413,1.2981513,354.0651,0.19274592,373.94846,46.68615,0.5623434,1.5132439,119.772415,17.357527,40.789726,95.18179,27475.35,0.084262446,1794.9982,0.33812448,0.19220816,0.07512465,0.42340672,153.34412,173.84483,23.472115,175.78159,27.398954,68.80025,2231.5696,2.2487662,251.00752,148.5248,401.041,103.73375,369.6249,37.97369,369.51007,0.0,2237.8328,11779.081,30.90815,553.467,142.4422,41790.867,131.32959,25.037321,117.7388,334.46527,59.299377,26.389254,194.2383,1844.3112,328.63995,127.45978,21.031183,15.8016615,417.80862,68.717896,1111.1737,85.145294,2528.1946,220.62003,328.8634,84.716736,115.190445,6.440944,10.001605,12.704822,2.2960765,1.7293364,75.26948,78.893684,82.24661,39.01697,36.96877,128.25291,9.063885,2996.76,47.34202,66.53494,56.96938,63.033077,244.69708,85.61345,123.80712,13.278823,34.37212,76.89422,260.2368,582.1528,71.29809,302.66214,70.57993,117.58351,270.2109,314.6872,954.28,160.31181,4.934159,16.74832,6.618813,45.717373,19334.611,3.2622952,26.080158,41.318012,34.49592,336.20282,56.144264,140.04572,2.307701,127.08787,424.92944,265.01974,140.94952,494.8075,35.27782,99.611496,153.42049,10.333303,1.6276436,10.792504,1124.956,0.07103426,0.26066127,48.84957,7.9674025,3.5530708,3.7217443,7.9815593,89.667465,31.319893,86.77304,567.37964,238.8164,2126.5273,1882.7533,23.089697,41.919746,10607.013,7.610011,81.99653,728.251,157.84808,217.8658,92.2416,505.17023,854.69305,454.48477,23.372965,122.78907,1036.2274,2020.6445,63.87065,778.384,74.028725,1.0683922,61.82654,1.0004272,0.60668635,2.81674,59.62464,149.31163,217.64336,16.464024,2752.2773,406.91467,169.75739,243.03595,98.79052,90.22261,71.46729,42.41996,101.91902,786.8359,249.14256,142.29437,111.18297,15.754368,146.0166,131.82225,30.486801,646.3122,165.6043,2862.2659,32.50758,2675.1233,79.67993,420.69183,1878.0856,72.126,11.113614,1041.8904,863.26245,2962.927,91.047005 +2023-08-15 02:00:00,0.0,17671.682,339.4567,31.256865,40.758587,32.54161,174.24413,26.630606,39.047066,20.556883,23.480719,1058.7758,211.73828,12.936687,152.94054,4.1051826,0.33016604,28.027487,5.5350366,1.2952143,354.13303,0.19259937,374.0877,46.699142,0.56133837,1.51002,119.81086,17.362696,40.805256,95.17062,27475.6,0.08413467,1795.6895,0.3378113,0.19197273,0.07501633,0.4228034,153.37758,173.89108,23.468647,175.7164,27.418592,68.7558,2231.743,2.2476318,250.80219,148.37411,401.15033,103.622505,369.73074,37.985203,369.07996,0.0,2237.3674,11772.165,30.886389,553.5327,142.40901,41786.113,131.32736,25.023674,117.58436,334.11322,59.26415,26.375538,194.01651,1843.4125,328.59845,127.28681,21.017199,15.795877,417.9148,68.704475,1110.7062,85.14543,2528.3706,220.77232,328.6717,84.73884,115.14521,6.439789,9.999171,12.696119,2.2954798,1.7284052,75.29073,78.926315,82.27736,39.04845,36.99228,128.2524,9.070598,2996.367,47.316612,66.50538,56.93044,62.96503,244.76622,85.5942,123.662636,13.272797,34.36343,76.83938,260.14304,582.2203,71.347786,302.71228,70.590805,117.5359,270.20172,314.3615,954.24817,160.3071,4.93664,16.73051,6.6128945,45.737213,19335.547,3.263225,26.101055,41.348927,34.514305,336.2065,56.173477,140.07521,2.3059998,127.09429,425.02228,264.97043,140.98795,494.7357,35.276073,99.60536,153.38443,10.331876,1.627737,10.792339,1124.5028,0.07100054,0.26053762,48.851387,7.965864,3.5525434,3.7209694,7.983153,89.64919,31.310753,86.773926,567.3614,238.8249,2126.7793,1882.7467,23.107323,41.952396,10605.622,7.609364,82.03472,728.3275,157.92279,217.9832,92.27756,505.44156,854.82465,454.55002,23.389246,122.85986,1036.1294,2020.4103,63.914047,778.86896,74.10314,1.0683106,61.825253,1.0000759,0.60644484,2.8157578,59.66584,149.38855,217.52856,16.456003,2750.8484,407.07663,169.88576,243.21707,98.8414,90.20733,71.52061,42.5082,101.91062,786.7883,249.15381,142.32143,111.155716,15.775672,146.03552,131.83804,30.468012,646.0457,165.5645,2859.991,32.508476,2674.105,79.68273,420.69577,1876.9551,72.09522,11.118465,1041.5106,863.03937,2961.3767,91.04712 +2023-08-15 03:00:00,0.0,17671.836,339.53946,31.273287,40.77754,32.550934,174.2796,26.63802,39.066856,20.558764,23.48903,1059.2852,211.62804,12.94935,153.00514,4.0962915,0.32935292,28.030502,5.5220313,1.2922772,354.20096,0.19245282,374.22696,46.71214,0.5603334,1.5067962,119.849304,17.367867,40.82079,95.159454,27475.852,0.0840069,1796.3807,0.33749813,0.19173731,0.074908,0.42220014,153.41103,173.93735,23.46518,175.65121,27.43823,68.71134,2231.916,2.2464976,250.59685,148.22345,401.25964,103.51125,369.83658,37.996716,368.64984,0.0,2236.902,11765.25,30.864626,553.59845,142.37582,41781.363,131.32513,25.010029,117.42992,333.76117,59.22892,26.361822,193.79474,1842.5139,328.55695,127.11385,21.003214,15.790094,418.021,68.691055,1110.2388,85.14556,2528.5466,220.9246,328.47998,84.76095,115.099976,6.438633,9.9967375,12.687418,2.2948828,1.7274741,75.31198,78.95895,82.30811,39.07993,37.015793,128.25188,9.077311,2995.9739,47.291206,66.47581,56.891502,62.896988,244.83536,85.57496,123.51814,13.266771,34.35474,76.784546,260.04926,582.2878,71.397484,302.76245,70.60168,117.48827,270.1925,314.0358,954.2164,160.30238,4.9391212,16.712702,6.606976,45.757053,19336.48,3.2641547,26.121954,41.37984,34.532696,336.2102,56.202686,140.1047,2.3042982,127.10071,425.11514,264.9211,141.02637,494.66388,35.274326,99.599236,153.34837,10.330448,1.6278304,10.792174,1124.0497,0.07096681,0.26041397,48.853203,7.9643264,3.552016,3.7201943,7.9847465,89.63093,31.301615,86.77482,567.3431,238.83339,2127.0312,1882.74,23.124947,41.985046,10604.231,7.608717,82.072914,728.4041,157.99748,218.1006,92.31351,505.7129,854.95624,454.6153,23.405529,122.93065,1036.0314,2020.176,63.957447,779.354,74.17756,1.0682291,61.82396,0.9997246,0.6062033,2.8147755,59.707043,149.46548,217.41376,16.447983,2749.4197,407.2386,170.01411,243.39818,98.89228,90.19204,71.57392,42.59644,101.902214,786.74084,249.16504,142.34848,111.12846,15.796975,146.05443,131.85384,30.449223,645.7792,165.52472,2857.7163,32.50937,2673.0867,79.685524,420.69968,1875.8245,72.064445,11.123317,1041.1309,862.8163,2959.8264,91.04723 +2023-08-15 04:00:00,0.0,17671.99,339.6222,31.28971,40.79649,32.56026,174.3151,26.645433,39.086647,20.560644,23.497345,1059.7947,211.5178,12.962013,153.06976,4.0874,0.3285398,28.033518,5.5090265,1.2893401,354.2689,0.19230628,374.3662,46.725136,0.5593283,1.5035723,119.88776,17.373035,40.836323,95.148285,27476.102,0.08387912,1797.0721,0.33718494,0.19150189,0.07479968,0.42159685,153.44447,173.9836,23.461712,175.58603,27.457869,68.66689,2232.0894,2.2453635,250.39151,148.07277,401.36896,103.4,369.9424,38.00823,368.21976,0.0,2236.437,11758.334,30.842865,553.6642,142.34264,41776.613,131.32292,24.996382,117.275475,333.40912,59.193695,26.348106,193.57297,1841.6154,328.51544,126.94089,20.98923,15.78431,418.12717,68.67763,1109.7714,85.1457,2528.7227,221.07689,328.28827,84.78305,115.05475,6.4374776,9.994304,12.678716,2.294286,1.726543,75.33324,78.99158,82.33887,39.11141,37.039307,128.25136,9.084024,2995.5806,47.265804,66.446236,56.852562,62.82894,244.90448,85.55572,123.37366,13.260746,34.34605,76.72971,259.9555,582.3553,71.447174,302.8126,70.61255,117.44065,270.18332,313.71008,954.1846,160.29767,4.941602,16.694893,6.6010575,45.776894,19337.416,3.2650843,26.14285,41.41075,34.551083,336.2139,56.2319,140.1342,2.3025966,127.107124,425.208,264.8718,141.06477,494.59204,35.27258,99.5931,153.31232,10.3290205,1.6279238,10.79201,1123.5964,0.07093308,0.26029032,48.855022,7.962788,3.5514889,3.7194195,7.9863405,89.61266,31.292475,86.77571,567.3247,238.84189,2127.2832,1882.7334,23.142572,42.017696,10602.842,7.60807,82.11111,728.4807,158.07217,218.218,92.349464,505.98422,855.0879,454.68054,23.421812,123.001434,1035.9333,2019.9418,64.00085,779.839,74.251976,1.0681475,61.82267,0.9993733,0.6059618,2.8137932,59.74824,149.5424,217.29897,16.439964,2747.9907,407.40054,170.14247,243.5793,98.94317,90.17675,71.627235,42.684677,101.893814,786.69336,249.17627,142.37553,111.10121,15.818279,146.07335,131.86963,30.430431,645.5127,165.48494,2855.4414,32.510265,2672.068,79.68832,420.7036,1874.694,72.03367,11.128168,1040.751,862.5932,2958.2764,91.047356 +2023-08-15 05:00:00,0.0,17672.145,339.70496,31.306131,40.81544,32.569584,174.35057,26.652847,39.10644,20.562525,23.505657,1060.3041,211.40756,12.974676,153.13438,4.0785084,0.32772666,28.036533,5.4960213,1.2864031,354.33685,0.19215973,374.5055,46.738132,0.5583233,1.5003484,119.9262,17.378204,40.851852,95.137115,27476.352,0.08375134,1797.7634,0.33687174,0.19126646,0.074691355,0.42099357,153.47792,174.02986,23.458244,175.52083,27.477507,68.622444,2232.2627,2.2442293,250.18617,147.92209,401.47827,103.28875,370.04825,38.01974,367.78964,0.0,2235.9717,11751.418,30.821102,553.73,142.30945,41771.863,131.3207,24.982737,117.12103,333.05707,59.158466,26.33439,193.3512,1840.7167,328.47397,126.76792,20.975245,15.778526,418.23337,68.66421,1109.3038,85.14583,2528.899,221.22917,328.09653,84.80516,115.009514,6.436322,9.99187,12.670013,2.2936893,1.7256118,75.354485,79.024216,82.36961,39.142883,37.062817,128.25084,9.090737,2995.1875,47.2404,66.416664,56.81362,62.760895,244.97362,85.536476,123.229164,13.254721,34.337357,76.67487,259.86172,582.42285,71.49687,302.86276,70.62341,117.39303,270.1741,313.38437,954.1528,160.29295,4.9440837,16.677084,6.595139,45.79673,19338.352,3.266014,26.16375,41.441666,34.56947,336.2176,56.261112,140.1637,2.3008952,127.11354,425.30084,264.82248,141.1032,494.52023,35.270832,99.58697,153.27626,10.327593,1.6280173,10.791845,1123.1432,0.07089936,0.26016667,48.85684,7.9612503,3.5509615,3.7186444,7.987934,89.59439,31.283335,86.7766,567.3064,238.85037,2127.5352,1882.7267,23.160198,42.050346,10601.451,7.607423,82.14931,728.55725,158.14688,218.33542,92.385414,506.25555,855.2195,454.7458,23.438095,123.07223,1035.8353,2019.7075,64.04424,780.32404,74.32639,1.0680659,61.821377,0.99902207,0.6057203,2.812811,59.789444,149.61932,217.18417,16.431944,2746.5618,407.5625,170.27083,243.76042,98.99405,90.16146,71.68056,42.77292,101.885414,786.6458,249.1875,142.40257,111.07396,15.839582,146.09225,131.88542,30.411642,645.24615,165.44514,2853.1665,32.51116,2671.0498,79.69111,420.70752,1873.5635,72.00289,11.133019,1040.3712,862.3701,2956.726,91.04747 +2023-08-15 06:00:00,0.0,17672.299,339.7877,31.322554,40.834393,32.578907,174.38605,26.660261,39.126232,20.564405,23.51397,1060.8135,211.29733,12.987339,153.19899,4.069617,0.32691357,28.039549,5.4830165,1.2834661,354.4048,0.19201317,374.64474,46.75113,0.5573183,1.4971247,119.96465,17.383375,40.867386,95.125946,27476.604,0.08362357,1798.4547,0.33655858,0.19103104,0.07458303,0.42039028,153.51137,174.07613,23.454777,175.45564,27.497145,68.57799,2232.4358,2.243095,249.98083,147.77142,401.5876,103.177505,370.15408,38.031258,367.35953,0.0,2235.5063,11744.503,30.799341,553.7957,142.27628,41767.113,131.31847,24.96909,116.96659,332.70502,59.12324,26.320675,193.12943,1839.8181,328.43246,126.59496,20.961258,15.772742,418.33954,68.65079,1108.8364,85.145966,2529.075,221.38145,327.9048,84.82727,114.96428,6.4351664,9.989435,12.661312,2.2930925,1.7246807,75.37574,79.05685,82.40037,39.174362,37.08633,128.2503,9.09745,2994.7944,47.214996,66.3871,56.77468,62.692852,245.04274,85.51723,123.08468,13.248694,34.328667,76.62004,259.76797,582.49036,71.54657,302.91293,70.634285,117.345406,270.16492,313.0587,954.121,160.28824,4.9465647,16.659275,6.5892205,45.81657,19339.285,3.2669437,26.184647,41.47258,34.587856,336.22128,56.29032,140.19318,2.2991936,127.11996,425.3937,264.7732,141.1416,494.4484,35.269085,99.58084,153.2402,10.326165,1.6281108,10.79168,1122.6901,0.07086563,0.260043,48.858654,7.959712,3.5504344,3.7178695,7.9895277,89.576126,31.274195,86.7775,567.28815,238.85887,2127.787,1882.72,23.177822,42.082996,10600.062,7.6067758,82.1875,728.63385,158.22157,218.45282,92.42137,506.5269,855.35114,454.81107,23.454378,123.14301,1035.7373,2019.4733,64.08764,780.809,74.40081,1.0679843,61.820084,0.99867076,0.60547876,2.8118289,59.830643,149.69626,217.06938,16.423923,2745.133,407.7245,170.3992,243.94153,99.04493,90.14617,71.73387,42.861156,101.877014,786.5983,249.19873,142.42963,111.04671,15.860887,146.11118,131.90121,30.392853,644.9797,165.40536,2850.8918,32.512054,2670.0315,79.6939,420.71146,1872.433,71.97212,11.137871,1039.9915,862.1471,2955.1758,91.047585 +2023-08-15 07:00:00,0.0,17672.453,339.87045,31.338976,40.853344,32.588234,174.42154,26.667677,39.146027,20.566284,23.522282,1061.323,211.18709,13.000002,153.26361,4.060725,0.32610044,28.042564,5.470011,1.280529,354.47272,0.19186662,374.784,46.764122,0.5563132,1.4939008,120.0031,17.388544,40.882915,95.114784,27476.854,0.083495796,1799.146,0.3362454,0.19079562,0.07447471,0.419787,153.54483,174.12238,23.45131,175.39046,27.516783,68.53354,2232.6091,2.2419608,249.7755,147.62074,401.6969,103.06625,370.25992,38.04277,366.92944,0.0,2235.0413,11737.587,30.77758,553.86145,142.24309,41762.363,131.31624,24.955442,116.81215,332.35297,59.088013,26.30696,192.90764,1838.9196,328.39096,126.422,20.947273,15.766958,418.4457,68.63737,1108.3689,85.1461,2529.251,221.53374,327.71307,84.84937,114.919044,6.434011,9.987001,12.65261,2.2924957,1.7237495,75.39699,79.08948,82.43112,39.20584,37.109844,128.24979,9.104164,2994.4011,47.18959,66.35753,56.735744,62.624805,245.11188,85.497986,122.940186,13.242669,34.319977,76.56521,259.6742,582.55786,71.59627,302.96307,70.64516,117.29778,270.15573,312.73297,954.0892,160.28352,4.9490457,16.641464,6.583302,45.83641,19340.22,3.2678733,26.205545,41.503494,34.606243,336.22498,56.319534,140.22267,2.297492,127.12638,425.48657,264.72388,141.18002,494.3766,35.267338,99.57471,153.20415,10.324738,1.6282042,10.791515,1122.2368,0.0708319,0.25991935,48.86047,7.958174,3.549907,3.7170947,7.991122,89.55786,31.265055,86.77839,567.26984,238.86736,2128.039,1882.7134,23.195448,42.115646,10598.671,7.606129,82.22569,728.7104,158.29626,218.57022,92.45733,506.7982,855.4827,454.8763,23.47066,123.213806,1035.6394,2019.239,64.13104,781.29407,74.47523,1.0679028,61.818794,0.99831945,0.6052373,2.8108466,59.871845,149.77318,216.95457,16.415905,2743.704,407.88644,170.52756,244.12265,99.09582,90.13088,71.787186,42.949398,101.868614,786.5508,249.20996,142.45668,111.019455,15.882191,146.13008,131.917,30.374062,644.71313,165.36559,2848.617,32.51295,2669.0132,79.69669,420.71536,1871.3024,71.941345,11.142721,1039.6117,861.924,2953.6257,91.0477 +2023-08-15 08:00:00,0.0,17672.607,339.95322,31.355398,40.872295,32.597557,174.45702,26.67509,39.165817,20.568165,23.530594,1061.8324,211.07684,13.012665,153.32823,4.0518336,0.3252873,28.04558,5.4570065,1.277592,354.54065,0.19172007,374.92325,46.77712,0.5553082,1.490677,120.04155,17.393715,40.89845,95.103615,27477.104,0.08336802,1799.8373,0.3359322,0.19056019,0.07436638,0.41918373,153.57828,174.16864,23.447842,175.32527,27.53642,68.48909,2232.7825,2.2408266,249.57014,147.47006,401.80624,102.955,370.36575,38.054283,366.49933,0.0,2234.576,11730.672,30.755817,553.9272,142.2099,41757.613,131.31401,24.941797,116.65771,332.00092,59.052788,26.293243,192.68587,1838.0209,328.34946,126.24903,20.933289,15.761174,418.5519,68.62394,1107.9015,85.14623,2529.427,221.68602,327.52136,84.87148,114.87381,6.432855,9.984568,12.643908,2.2918987,1.7228184,75.41824,79.12211,82.46187,39.23732,37.133358,128.24927,9.110877,2994.008,47.164185,66.32796,56.696804,62.556763,245.181,85.478745,122.7957,13.236644,34.311287,76.51037,259.58044,582.62537,71.645966,303.01324,70.65603,117.25016,270.1465,312.40726,954.0573,160.27881,4.951527,16.623655,6.5773835,45.85625,19341.154,3.268803,26.226442,41.53441,34.62463,336.22864,56.348743,140.25217,2.2957907,127.1328,425.5794,264.67456,141.21844,494.30475,35.26559,99.56857,153.16809,10.323309,1.6282976,10.791351,1121.7836,0.07079818,0.2597957,48.862286,7.956636,3.5493796,3.7163196,7.9927154,89.53959,31.255915,86.779274,567.2515,238.87585,2128.291,1882.7067,23.213074,42.148296,10597.28,7.605482,82.263885,728.787,158.37097,218.68764,92.49328,507.06952,855.6144,454.9416,23.486942,123.28459,1035.5414,2019.0048,64.17444,781.77905,74.549644,1.0678213,61.8175,0.9979682,0.6049958,2.8098643,59.913044,149.85011,216.83978,16.407885,2742.2751,408.0484,170.65591,244.30376,99.1467,90.11559,71.8405,43.037636,101.860214,786.5033,249.22119,142.48373,110.9922,15.903494,146.149,131.9328,30.355272,644.44666,165.32579,2846.3423,32.513847,2667.9946,79.699486,420.7193,1870.1719,71.91057,11.1475725,1039.2318,861.7009,2952.0754,91.04781 +2023-08-15 09:00:00,0.0,17672.762,340.03595,31.37182,40.891247,32.60688,174.4925,26.682505,39.185608,20.570045,23.538906,1062.3418,210.96661,13.025327,153.39285,4.042942,0.32447422,28.048595,5.444001,1.274655,354.6086,0.19157353,375.0625,46.790115,0.55430317,1.4874531,120.079994,17.398884,40.91398,95.092445,27477.355,0.08324025,1800.5286,0.33561903,0.19032477,0.07425807,0.4185804,153.61172,174.2149,23.444374,175.26009,27.556059,68.44463,2232.9558,2.2396922,249.3648,147.3194,401.9156,102.84375,370.4716,38.065796,366.0692,0.0,2234.1108,11723.756,30.734056,553.9929,142.17671,41752.863,131.3118,24.92815,116.503265,331.64886,59.01756,26.279528,192.4641,1837.1223,328.30795,126.07607,20.919304,15.75539,418.65808,68.61052,1107.434,85.14637,2529.603,221.83832,327.32965,84.89359,114.828575,6.4316998,9.982134,12.635206,2.291302,1.7218872,75.43949,79.15474,82.49262,39.2688,37.156868,128.24875,9.11759,2993.615,47.138783,66.298386,56.657864,62.488716,245.25014,85.4595,122.65121,13.2306185,34.302597,76.455536,259.48666,582.6929,71.69566,303.0634,70.6669,117.202545,270.13733,312.08157,954.0255,160.2741,4.954008,16.605846,6.5714655,45.87609,19342.09,3.2697327,26.247341,41.565323,34.64302,336.23233,56.377956,140.28166,2.294089,127.13921,425.67227,264.62524,141.25685,494.23294,35.263844,99.56245,153.13203,10.321881,1.628391,10.791186,1121.3304,0.07076445,0.25967205,48.8641,7.955098,3.5488524,3.7155447,7.994309,89.521324,31.246775,86.78017,567.2332,238.88434,2128.543,1882.7001,23.230698,42.180946,10595.891,7.604835,82.302086,728.8636,158.44566,218.80504,92.529236,507.34085,855.746,455.00684,23.503225,123.35538,1035.4434,2018.7705,64.217834,782.2641,74.62406,1.0677396,61.81621,0.9976169,0.60475427,2.808882,59.954247,149.92703,216.72499,16.399866,2740.8464,408.21036,170.78427,244.48488,99.197586,90.1003,71.893814,43.125874,101.851814,786.4558,249.23244,142.51079,110.96495,15.924798,146.16791,131.9486,30.336483,644.1802,165.28601,2844.0674,32.51474,2666.9763,79.70228,420.7232,1869.0414,71.87979,11.152424,1038.852,861.47784,2950.5254,91.04793 +2023-08-15 10:00:00,0.0,17672.916,340.1187,31.388243,40.9102,32.616203,174.52798,26.689919,39.205402,20.571926,23.547218,1062.8513,210.85637,13.03799,153.45746,4.0340505,0.3236611,28.05161,5.4309964,1.2717179,354.67654,0.19142698,375.20178,46.803112,0.5532982,1.4842292,120.11845,17.404053,40.929512,95.081276,27477.605,0.08311247,1801.2198,0.33530584,0.19008934,0.07414974,0.41797712,153.64517,174.26115,23.440907,175.19489,27.575697,68.400185,2233.129,2.238558,249.15947,147.16872,402.0249,102.732506,370.57742,38.07731,365.6391,0.0,2233.6455,11716.841,30.712296,554.0587,142.14352,41748.113,131.30957,24.914505,116.34882,331.2968,58.982334,26.265812,192.24232,1836.2238,328.26648,125.90311,20.90532,15.749607,418.76428,68.5971,1106.9666,85.1465,2529.7793,221.9906,327.13794,84.915695,114.78335,6.4305444,9.9797,12.626504,2.2907052,1.7209561,75.46075,79.18737,82.52338,39.300278,37.18038,128.24823,9.124303,2993.2217,47.113377,66.268814,56.618923,62.42067,245.31926,85.440254,122.50672,13.224593,34.293907,76.4007,259.3929,582.7604,71.74536,303.11356,70.677765,117.15492,270.1281,311.75586,953.9937,160.26938,4.9564896,16.588037,6.565547,45.89593,19343.025,3.2706623,26.268238,41.596237,34.661407,336.23602,56.40717,140.31116,2.2923875,127.14563,425.76514,264.57593,141.29527,494.1611,35.262096,99.55631,153.09598,10.320454,1.6284845,10.791021,1120.8772,0.07073072,0.2595484,48.86592,7.95356,3.548325,3.7147698,7.995903,89.50306,31.237635,86.78106,567.2149,238.89284,2128.7952,1882.6934,23.248323,42.213596,10594.5,7.604188,82.34028,728.9401,158.52037,218.92244,92.565186,507.61218,855.8776,455.07208,23.519508,123.42617,1035.3453,2018.5363,64.26124,782.7491,74.69848,1.0676581,61.81492,0.9972656,0.60451275,2.8078997,59.995445,150.00395,216.61018,16.391846,2739.4175,408.3723,170.91263,244.666,99.24847,90.085014,71.94713,43.214115,101.843414,786.40826,249.24367,142.53783,110.937706,15.946102,146.18683,131.96439,30.317692,643.91364,165.24622,2841.7927,32.515636,2665.958,79.70508,420.72714,1867.9109,71.849014,11.157275,1038.4723,861.25476,2948.975,91.04804 +2023-08-15 11:00:00,0.0,17673.07,340.20145,31.404665,40.92915,32.62553,174.56346,26.697332,39.225193,20.573807,23.55553,1063.3607,210.74614,13.0506525,153.52208,4.0251594,0.32284796,28.054626,5.417991,1.2687808,354.74448,0.19128042,375.34103,46.816105,0.5522931,1.4810054,120.15689,17.409224,40.94504,95.07011,27477.855,0.08298469,1801.9111,0.33499265,0.18985392,0.07404142,0.41737387,153.67862,174.30742,23.437439,175.1297,27.595335,68.355736,2233.3022,2.237424,248.95413,147.01804,402.13422,102.621254,370.68326,38.08882,365.209,0.0,2233.1802,11709.925,30.690533,554.12445,142.11034,41743.363,131.30734,24.900858,116.19438,330.94476,58.947105,26.252096,192.02055,1835.3251,328.22498,125.73014,20.891335,15.743823,418.87045,68.58368,1106.499,85.14664,2529.9553,222.14288,326.9462,84.937805,114.73811,6.4293885,9.977265,12.617802,2.2901084,1.720025,75.481995,79.22,82.55412,39.331757,37.203896,128.24771,9.131017,2992.8286,47.087975,66.23925,56.579983,62.352627,245.3884,85.42101,122.36223,13.218567,34.285213,76.34587,259.29913,582.82794,71.79506,303.1637,70.68864,117.1073,270.11893,311.43015,953.9619,160.26465,4.9589705,16.570229,6.5596285,45.91577,19343.959,3.271592,26.289137,41.62715,34.679794,336.23972,56.43638,140.34065,2.2906861,127.15205,425.85797,264.5266,141.33368,494.0893,35.26035,99.55018,153.05992,10.319026,1.628578,10.790856,1120.424,0.070697,0.25942472,48.867737,7.952022,3.5477977,3.7139947,7.9974966,89.48479,31.228497,86.78195,567.19666,238.90132,2129.047,1882.6866,23.26595,42.246246,10593.11,7.603541,82.37847,729.0167,158.59506,219.03986,92.60114,507.8835,856.0092,455.13736,23.535791,123.496956,1035.2473,2018.302,64.304634,783.23413,74.772896,1.0675765,61.813625,0.9969143,0.60427123,2.8069174,60.036648,150.08089,216.49539,16.383825,2737.9888,408.53427,171.041,244.8471,99.29935,90.069725,72.00045,43.302353,101.835014,786.3608,249.2549,142.56488,110.91045,15.967405,146.20573,131.98018,30.298903,643.64716,165.20644,2839.5178,32.516533,2664.9397,79.70787,420.73105,1866.7803,71.818245,11.162127,1038.0924,861.03174,2947.4248,91.04816 +2023-08-15 12:00:00,0.0,17673.227,340.2842,31.421087,40.9481,32.634853,174.59894,26.704748,39.244987,20.575687,23.563843,1063.8701,210.6359,13.063315,153.5867,4.016268,0.32203484,28.057642,5.4049864,1.2658437,354.8124,0.19113387,375.4803,46.8291,0.55128807,1.4777815,120.19534,17.414392,40.960575,95.05894,27478.105,0.08285692,1802.6024,0.33467948,0.18961851,0.073933095,0.41677058,153.71207,174.35367,23.433971,175.06451,27.614973,68.31129,2233.4756,2.2362897,248.7488,146.86737,402.24353,102.51,370.7891,38.100334,364.7789,0.0,2232.715,11703.01,30.668772,554.1902,142.07715,41738.613,131.30511,24.887213,116.03994,330.5927,58.911877,26.23838,191.79877,1834.4265,328.18347,125.55718,20.877348,15.738039,418.97662,68.57026,1106.0316,85.146774,2530.1313,222.29517,326.75446,84.95991,114.69288,6.428233,9.974832,12.6091,2.2895117,1.7190938,75.50325,79.25264,82.58488,39.363235,37.227406,128.2472,9.13773,2992.4355,47.06257,66.20968,56.541046,62.28458,245.45753,85.40177,122.21774,13.212542,34.276524,76.29103,259.20538,582.89545,71.84476,303.21387,70.69951,117.05968,270.10974,311.10443,953.9301,160.25993,4.9614515,16.55242,6.55371,45.935608,19344.895,3.2725215,26.310034,41.658066,34.69818,336.2434,56.46559,140.37015,2.2889845,127.15847,425.95084,264.4773,141.3721,494.01746,35.258602,99.54405,153.02386,10.317598,1.6286714,10.790691,1119.9708,0.07066327,0.25930107,48.869553,7.9504843,3.5472705,3.71322,7.99909,89.46652,31.219357,86.782845,567.17834,238.90982,2129.299,1882.68,23.283573,42.278896,10591.72,7.602894,82.416664,729.0933,158.66975,219.15726,92.6371,508.15482,856.14087,455.2026,23.552073,123.56775,1035.1493,2018.0677,64.34803,783.7191,74.84731,1.067495,61.812336,0.996563,0.6040297,2.8059351,60.077847,150.1578,216.3806,16.375807,2736.5598,408.69626,171.16936,245.02823,99.350235,90.054436,72.053764,43.390594,101.826614,786.31323,249.26613,142.59193,110.8832,15.988709,146.22466,131.99597,30.280113,643.3806,165.16666,2837.2432,32.517426,2663.9211,79.71066,420.735,1865.6498,71.78747,11.166978,1037.7126,860.80865,2945.8748,91.04827 +2023-08-15 13:00:00,0.0,17673.38,340.36697,31.43751,40.967052,32.644176,174.63443,26.712162,39.26478,20.577566,23.572157,1064.3795,210.52565,13.075978,153.65132,4.007376,0.32122174,28.060658,5.391981,1.2629068,354.88034,0.19098732,375.61954,46.8421,0.5502831,1.4745576,120.23379,17.419561,40.976105,95.047775,27478.357,0.082729146,1803.2937,0.3343663,0.18938309,0.07382477,0.41616726,153.74553,174.39993,23.430506,174.99933,27.634611,68.26683,2233.6487,2.2351553,248.54346,146.71669,402.35287,102.39875,370.89496,38.111847,364.3488,0.0,2232.2498,11696.094,30.64701,554.2559,142.04396,41733.863,131.30289,24.873566,115.8855,330.24066,58.87665,26.224665,191.577,1833.528,328.14197,125.38422,20.863363,15.732255,419.08282,68.55683,1105.5642,85.146904,2530.3074,222.44745,326.56277,84.98202,114.647644,6.427078,9.972398,12.600398,2.2889147,1.7181627,75.524506,79.28526,82.61563,39.394714,37.25092,128.24667,9.144443,2992.0422,47.037163,66.18011,56.502106,62.216537,245.52666,85.38253,122.07325,13.206516,34.267834,76.2362,259.11163,582.96295,71.894455,303.264,70.71038,117.012054,270.10052,310.77875,953.8983,160.25522,4.963933,16.53461,6.5477915,45.95545,19345.83,3.2734513,26.330933,41.68898,34.716568,336.2471,56.4948,140.39964,2.287283,127.16489,426.0437,264.428,141.41052,493.94565,35.256855,99.53792,152.98782,10.316171,1.6287647,10.790527,1119.5176,0.070629545,0.25917742,48.87137,7.948946,3.5467432,3.7124448,8.000684,89.44826,31.210217,86.78373,567.16003,238.91832,2129.551,1882.6733,23.301199,42.311546,10590.33,7.6022468,82.45486,729.16986,158.74446,219.27466,92.67305,508.42615,856.27246,455.26785,23.568356,123.638535,1035.0513,2017.8335,64.39143,784.20416,74.92173,1.0674133,61.811043,0.99621177,0.6037882,2.8049529,60.11905,150.23473,216.26581,16.367786,2735.1309,408.85822,171.29771,245.20934,99.401115,90.03915,72.10708,43.478832,101.818214,786.26575,249.27736,142.61899,110.85595,16.010014,146.24356,132.01176,30.261322,643.11414,165.12686,2834.9683,32.518322,2662.9028,79.713455,420.7389,1864.5193,71.75669,11.171829,1037.3329,860.5856,2944.3245,91.04839 +2023-08-15 14:00:00,0.0,17673.535,340.4497,31.453932,40.986004,32.653503,174.6699,26.719576,39.28457,20.579447,23.58047,1064.889,210.41542,13.088641,153.71593,3.9984846,0.3204086,28.063673,5.3789763,1.2599697,354.9483,0.19084077,375.75882,46.855095,0.549278,1.4713339,120.27224,17.424732,40.99164,95.036606,27478.607,0.08260137,1803.985,0.33405313,0.18914767,0.07371645,0.415564,153.77898,174.4462,23.427038,174.93414,27.65425,68.22238,2233.822,2.2340212,248.33812,146.56601,402.4622,102.287506,371.0008,38.12336,363.91867,0.0,2231.7847,11689.179,30.625248,554.32166,142.01079,41729.11,131.30067,24.859919,115.73106,329.8886,58.841423,26.210949,191.35522,1832.6293,328.10046,125.21125,20.849379,15.726471,419.189,68.54341,1105.0967,85.14704,2530.4836,222.59973,326.37103,85.00413,114.60241,6.425922,9.969964,12.591696,2.288318,1.7172315,75.54575,79.3179,82.64638,39.426193,37.274433,128.24615,9.151156,2991.6492,47.01176,66.150536,56.463165,62.14849,245.5958,85.36328,121.928764,13.200491,34.259144,76.181366,259.01785,583.03046,71.94415,303.31418,70.72125,116.96443,270.09134,310.45303,953.86646,160.2505,4.966414,16.516802,6.541873,45.97529,19346.764,3.274381,26.35183,41.719894,34.73496,336.2508,56.524014,140.42914,2.2855816,127.1713,426.13654,264.3787,141.44893,493.8738,35.255108,99.531784,152.95177,10.314743,1.6288582,10.790362,1119.0643,0.07059582,0.25905377,48.873184,7.947408,3.5462158,3.71167,8.002277,89.429985,31.201077,86.78462,567.1417,238.9268,2129.803,1882.6666,23.318825,42.344196,10588.939,7.6015997,82.49306,729.24646,158.81915,219.39207,92.70901,508.69748,856.4041,455.33313,23.584639,123.70932,1034.9532,2017.5992,64.43483,784.68915,74.99615,1.0673318,61.80975,0.99586046,0.6035467,2.8039706,60.16025,150.31166,216.151,16.359766,2733.7021,409.02017,171.42607,245.39046,99.451996,90.02386,72.16039,43.56707,101.809814,786.21826,249.28859,142.64604,110.8287,16.031317,146.26248,132.02756,30.242533,642.8476,165.08708,2832.6934,32.51922,2661.8845,79.71625,420.7428,1863.3888,71.725914,11.176681,1036.953,860.3625,2942.7742,91.04851 +2023-08-15 15:00:00,0.0,17673.69,340.53247,31.470354,41.004955,32.662827,174.70538,26.72699,39.304363,20.581327,23.588781,1065.3984,210.30518,13.101304,153.78055,3.989593,0.3195955,28.066689,5.365971,1.2570326,355.01624,0.19069423,375.89807,46.868088,0.548273,1.46811,120.310684,17.429901,41.007168,95.02544,27478.857,0.0824736,1804.6763,0.33373994,0.18891224,0.07360812,0.4149607,153.81242,174.49245,23.42357,174.86896,27.673887,68.17793,2233.9954,2.232887,248.13278,146.41534,402.57153,102.176254,371.10663,38.134872,363.4886,0.0,2231.3193,11682.263,30.603487,554.3874,141.9776,41724.36,131.29845,24.846273,115.576614,329.53656,58.8062,26.197233,191.13345,1831.7307,328.05896,125.03829,20.835394,15.720688,419.2952,68.52999,1104.6293,85.14718,2530.6597,222.75201,326.17932,85.02623,114.55718,6.4247665,9.96753,12.582994,2.2877212,1.7163004,75.56701,79.35053,82.67713,39.457672,37.297947,128.24564,9.157869,2991.256,46.986355,66.120964,56.424225,62.080444,245.66492,85.34404,121.78427,13.194465,34.250454,76.126526,258.9241,583.09796,71.99385,303.36432,70.732124,116.91682,270.08212,310.12732,953.83466,160.24579,4.9688954,16.498991,6.5359545,45.99513,19347.7,3.2753105,26.372728,41.75081,34.753345,336.2545,56.553226,140.45863,2.28388,127.17772,426.2294,264.32938,141.48735,493.802,35.253357,99.52566,152.91571,10.313315,1.6289517,10.790197,1118.6111,0.070562094,0.25893012,48.875004,7.94587,3.5456886,3.710895,8.003872,89.41172,31.191936,86.785515,567.1234,238.9353,2130.055,1882.66,23.33645,42.376846,10587.549,7.6009526,82.53125,729.323,158.89386,219.50948,92.74496,508.9688,856.5357,455.39838,23.600922,123.78011,1034.8553,2017.365,64.478226,785.1742,75.070564,1.0672503,61.80846,0.99550915,0.60330516,2.8029883,60.20145,150.38858,216.03621,16.351748,2732.2732,409.18213,171.55443,245.57158,99.502884,90.00857,72.21371,43.65531,101.801414,786.1707,249.29982,142.6731,110.801445,16.05262,146.28139,132.04335,30.223743,642.5811,165.04729,2830.4187,32.52011,2660.8662,79.71904,420.74673,1862.2582,71.69514,11.181532,1036.5732,860.13947,2941.224,91.04862 +2023-08-15 16:00:00,0.0,17673.844,340.61523,31.486776,41.023907,32.67215,174.74088,26.734404,39.324154,20.583208,23.597094,1065.9078,210.19495,13.113967,153.84517,3.9807017,0.3187824,28.069704,5.3529663,1.2540957,355.08417,0.19054767,376.03732,46.881084,0.547268,1.4648862,120.34914,17.43507,41.0227,95.01427,27479.11,0.08234582,1805.3676,0.33342674,0.18867682,0.0734998,0.4143574,153.84587,174.53871,23.420103,174.80376,27.693525,68.13348,2234.1685,2.2317526,247.92744,146.26466,402.68085,102.065,371.21246,38.14639,363.05847,0.0,2230.854,11675.347,30.581726,554.4532,141.94441,41719.61,131.29622,24.832626,115.42217,329.1845,58.77097,26.183517,190.91168,1830.8322,328.0175,124.865326,20.82141,15.714904,419.40137,68.51657,1104.1617,85.14731,2530.8357,222.90431,325.9876,85.04834,114.51195,6.4236107,9.9650955,12.574292,2.2871244,1.7153692,75.58826,79.38316,82.707886,39.48915,37.321457,128.24512,9.164582,2990.8628,46.960953,66.0914,56.38529,62.0124,245.73405,85.3248,121.639786,13.188439,34.241764,76.07169,258.83032,583.1655,72.04355,303.4145,70.74299,116.869194,270.07294,309.8016,953.80286,160.24107,4.9713764,16.481182,6.530036,46.01497,19348.635,3.2762403,26.393625,41.78172,34.771732,336.25818,56.582436,140.48813,2.2821784,127.18414,426.32227,264.28006,141.52576,493.73016,35.25161,99.51952,152.87965,10.311888,1.6290451,10.790032,1118.158,0.070528366,0.25880644,48.87682,7.944332,3.5451612,3.71012,8.0054655,89.393456,31.182796,86.78641,567.1051,238.94379,2130.307,1882.6533,23.354074,42.409496,10586.159,7.6003056,82.56944,729.3996,158.96855,219.62688,92.780914,509.24014,856.66736,455.46362,23.617205,123.8509,1034.7573,2017.1307,64.52163,785.6592,75.14499,1.0671687,61.807167,0.9951579,0.60306364,2.8020062,60.242653,150.4655,215.92142,16.343727,2730.8442,409.3441,171.6828,245.75269,99.553764,89.99328,72.26702,43.74355,101.793015,786.1232,249.31107,142.70013,110.77419,16.073925,146.30031,132.05914,30.204952,642.3146,165.0075,2828.1438,32.521008,2659.8477,79.72183,420.75064,1861.1277,71.66437,11.186383,1036.1935,859.9164,2939.6738,91.04874 +2023-08-15 17:00:00,0.0,17673.998,340.69797,31.503199,41.042862,32.681477,174.77635,26.74182,39.34395,20.585089,23.605406,1066.4174,210.0847,13.12663,153.90979,3.97181,0.31796926,28.07272,5.339961,1.2511586,355.1521,0.19040112,376.17657,46.89408,0.5462629,1.4616623,120.38758,17.44024,41.03823,95.0031,27479.36,0.08221804,1806.059,0.33311358,0.1884414,0.073391475,0.41375414,153.87932,174.58498,23.416636,174.73857,27.713163,68.08903,2234.3418,2.2306185,247.7221,146.114,402.79016,101.95375,371.3183,38.1579,362.62836,0.0,2230.389,11668.432,30.559963,554.5189,141.91122,41714.86,131.29399,24.818981,115.26773,328.83246,58.735744,26.169802,190.6899,1829.9335,327.97598,124.69236,20.807425,15.70912,419.50754,68.50315,1103.6943,85.147446,2531.0117,223.0566,325.79587,85.07044,114.46671,6.4224553,9.962662,12.56559,2.2865276,1.7144381,75.60951,79.415794,82.73863,39.520626,37.34497,128.2446,9.171295,2990.4697,46.935547,66.06183,56.346348,61.944355,245.80318,85.30556,121.49529,13.182414,34.233074,76.01686,258.73657,583.23303,72.09325,303.46466,70.75386,116.82157,270.06375,309.47592,953.77106,160.23636,4.973858,16.463373,6.5241175,46.03481,19349.568,3.27717,26.414524,41.812634,34.79012,336.26187,56.61165,140.51762,2.280477,127.19056,426.4151,264.23074,141.56418,493.65836,35.249863,99.5134,152.8436,10.31046,1.6291386,10.789867,1117.7047,0.070494644,0.2586828,48.878635,7.942794,3.544634,3.709345,8.007059,89.37518,31.173656,86.7873,567.0868,238.95229,2130.5588,1882.6467,23.3717,42.442146,10584.769,7.5996585,82.607635,729.4762,159.04324,219.7443,92.81687,509.51147,856.79895,455.5289,23.633486,123.921684,1034.6593,2016.8965,64.565025,786.1442,75.219406,1.067087,61.805878,0.9948066,0.6028221,2.801024,60.28385,150.54243,215.80663,16.335707,2729.4155,409.50607,171.81116,245.9338,99.604645,89.97799,72.32034,43.831787,101.78461,786.07574,249.3223,142.72719,110.74694,16.095228,146.31921,132.07494,30.186163,642.0481,164.96773,2825.8691,32.521904,2658.8293,79.724625,420.75458,1859.9972,71.63359,11.191235,1035.8136,859.6933,2938.1235,91.04885 +2023-08-15 18:00:00,0.0,17674.152,340.78073,31.519619,41.061813,32.6908,174.81183,26.749233,39.36374,20.58697,23.613718,1066.9268,209.97446,13.139292,153.9744,3.9629185,0.31715614,28.075735,5.3269563,1.2482215,355.22006,0.19025457,376.31586,46.907078,0.5452579,1.4584384,120.42603,17.44541,41.053764,94.99193,27479.61,0.08209027,1806.7502,0.3328004,0.18820597,0.07328315,0.41315085,153.91278,174.63123,23.413168,174.67339,27.732801,68.04458,2234.5151,2.2294843,247.51677,145.96332,402.89948,101.8425,371.42413,38.169415,362.19824,0.0,2229.9236,11661.516,30.538202,554.58466,141.87804,41710.11,131.29176,24.805334,115.11329,328.4804,58.700516,26.156086,190.46812,1829.0349,327.93448,124.5194,20.793438,15.703336,419.61374,68.48972,1103.2268,85.147575,2531.1877,223.20888,325.6042,85.09255,114.42148,6.4213,9.960228,12.556889,2.2859306,1.7135069,75.63076,79.448425,82.76939,39.552105,37.368484,128.24408,9.178009,2990.0767,46.910145,66.03226,56.307407,61.876312,245.87231,85.28631,121.35081,13.176389,34.22438,75.96202,258.6428,583.30054,72.142944,303.5148,70.76473,116.77395,270.05453,309.1502,953.73926,160.23164,4.976339,16.445564,6.518199,46.05465,19350.504,3.2780995,26.435423,41.843548,34.808506,336.26553,56.640858,140.54712,2.2787755,127.196976,426.50797,264.18143,141.60258,493.58652,35.248116,99.50726,152.80754,10.309032,1.6292319,10.789703,1117.2515,0.070460916,0.25855914,48.88045,7.941256,3.5441067,3.70857,8.008653,89.35692,31.164516,86.788185,567.0685,238.96077,2130.8108,1882.64,23.389326,42.474796,10583.379,7.5990114,82.645836,729.55273,159.11795,219.8617,92.85282,509.78278,856.9306,455.59415,23.649769,123.99248,1034.5613,2016.6622,64.60842,786.6292,75.29382,1.0670055,61.804585,0.9944553,0.6025806,2.8000417,60.325054,150.61935,215.69182,16.327688,2727.9866,409.66803,171.93951,246.11491,99.65553,89.9627,72.37366,43.92003,101.77621,786.0282,249.33353,142.75424,110.71969,16.116531,146.33813,132.09073,30.167374,641.7816,164.92793,2823.5942,32.5228,2657.811,79.727425,420.75848,1858.8667,71.60281,11.196086,1035.4338,859.4702,2936.5735,91.048965 +2023-08-15 19:00:00,0.0,17674.307,340.86346,31.536041,41.080765,32.700123,174.84732,26.756647,39.38353,20.588848,23.62203,1067.4362,209.86423,13.151955,154.03902,3.954027,0.316343,28.07875,5.313951,1.2452844,355.288,0.19010802,376.4551,46.92007,0.5442529,1.4552146,120.46448,17.450579,41.069294,94.98077,27479.86,0.081962496,1807.4415,0.3324872,0.18797055,0.07317483,0.41254756,153.94623,174.67749,23.4097,174.6082,27.75244,68.00013,2234.6885,2.2283502,247.31143,145.81264,403.0088,101.731255,371.52997,38.180927,361.76816,0.0,2229.4585,11654.601,30.516441,554.6504,141.84485,41705.36,131.28955,24.791687,114.95885,328.12836,58.66529,26.14237,190.24635,1828.1362,327.89297,124.346436,20.779453,15.697552,419.7199,68.4763,1102.7594,85.14771,2531.364,223.36116,325.41245,85.11466,114.37624,6.420144,9.957794,12.548186,2.2853339,1.7125758,75.652016,79.48106,82.80014,39.583584,37.391994,128.24356,9.184722,2989.6833,46.88474,66.002686,56.268467,61.808266,245.94144,85.26707,121.206314,13.170362,34.21569,75.90719,258.54904,583.36804,72.19264,303.56497,70.775604,116.726326,270.04535,308.8245,953.7074,160.22693,4.97882,16.427755,6.5122805,46.07449,19351.44,3.2790291,26.45632,41.874462,34.826897,336.26923,56.67007,140.5766,2.2770739,127.20339,426.60083,264.1321,141.641,493.5147,35.24637,99.50113,152.77148,10.307605,1.6293254,10.789538,1116.7983,0.07042719,0.2584355,48.882267,7.939718,3.5435793,3.7077951,8.010246,89.338646,31.155376,86.78908,567.0502,238.96927,2131.0627,1882.6333,23.40695,42.507446,10581.988,7.5983644,82.68403,729.62933,159.19264,219.9791,92.88878,510.0541,857.0622,455.6594,23.666052,124.06326,1034.4633,2016.428,64.651825,787.11426,75.36824,1.066924,61.80329,0.994104,0.6023391,2.7990594,60.366253,150.69627,215.57703,16.319668,2726.5576,409.83,172.06787,246.29604,99.70641,89.94741,72.42697,44.008266,101.76781,785.9807,249.34476,142.7813,110.692444,16.137836,146.35704,132.10652,30.148582,641.5151,164.88815,2821.3196,32.523693,2656.7927,79.73022,420.76242,1857.7361,71.57204,11.200936,1035.0541,859.24713,2935.0232,91.04908 +2023-08-15 20:00:00,0.0,17674.46,340.94623,31.552464,41.099716,32.70945,174.8828,26.764061,39.403324,20.590729,23.630344,1067.9457,209.75398,13.164618,154.10364,3.9451356,0.3155299,28.081766,5.300946,1.2423475,355.35593,0.18996148,376.59436,46.933067,0.5432479,1.4519907,120.50293,17.45575,41.084827,94.9696,27480.111,0.08183472,1808.1328,0.33217403,0.18773513,0.0730665,0.41194427,153.97968,174.72374,23.406233,174.54301,27.772078,67.95567,2234.8616,2.2272158,247.1061,145.66197,403.11813,101.62,371.6358,38.19244,361.33804,0.0,2228.9932,11647.685,30.494678,554.7161,141.81166,41700.61,131.28732,24.778042,114.804405,327.7763,58.630062,26.128654,190.02458,1827.2377,327.85147,124.17347,20.765469,15.691768,419.8261,68.46288,1102.2919,85.14785,2531.54,223.51344,325.2207,85.136765,114.33102,6.4189887,9.95536,12.539484,2.284737,1.7116446,75.67326,79.51369,82.83089,39.615063,37.41551,128.24304,9.191435,2989.2903,46.859333,65.97312,56.22953,61.740223,246.01057,85.247826,121.06183,13.164337,34.207,75.852356,258.45526,583.43555,72.24234,303.6151,70.786476,116.6787,270.03613,308.4988,953.6756,160.22221,4.9813013,16.409946,6.5063624,46.09433,19352.373,3.279959,26.477219,41.905376,34.845284,336.27292,56.699284,140.6061,2.2753725,127.20981,426.69366,264.08282,141.67943,493.4429,35.24462,99.495,152.73543,10.306177,1.6294188,10.789373,1116.3451,0.070393465,0.25831184,48.884087,7.93818,3.5430522,3.7070203,8.01184,89.32038,31.146238,86.78997,567.03186,238.97775,2131.3147,1882.6267,23.424576,42.540096,10580.598,7.5977173,82.72222,729.70593,159.26733,220.0965,92.92473,510.32544,857.1938,455.72467,23.682335,124.134056,1034.3652,2016.1937,64.69522,787.59924,75.44266,1.0668424,61.802002,0.9937527,0.6020976,2.798077,60.407455,150.77321,215.46223,16.311647,2725.129,409.99194,172.19624,246.47716,99.7573,89.93212,72.480286,44.096508,101.75941,785.9332,249.35599,142.80835,110.66519,16.15914,146.37596,132.12231,30.129793,641.2486,164.84837,2819.0447,32.52459,2655.7742,79.73301,420.76633,1856.6056,71.54126,11.205788,1034.6742,859.0241,2933.4731,91.049194 +2023-08-15 21:00:00,0.0,17674.615,341.029,31.568886,41.118668,32.718773,174.91827,26.771475,39.423115,20.59261,23.638657,1068.4551,209.64375,13.17728,154.16824,3.936244,0.3147168,28.084782,5.287941,1.2394104,355.42386,0.18981493,376.7336,46.946064,0.5422428,1.4487668,120.541374,17.460918,41.10036,94.95843,27480.361,0.08170695,1808.8241,0.33186084,0.1874997,0.072958186,0.41134098,154.01312,174.77,23.402765,174.47783,27.791716,67.911224,2235.035,2.2260816,246.90076,145.51129,403.22745,101.50875,371.74164,38.203953,360.90793,0.0,2228.5278,11640.77,30.472918,554.7819,141.77849,41695.86,131.2851,24.764395,114.64996,327.42426,58.594833,26.114939,189.80281,1826.3391,327.80997,124.00051,20.751484,15.685984,419.93228,68.44946,1101.8245,85.14798,2531.716,223.66573,325.029,85.158875,114.28578,6.4178333,9.952926,12.530783,2.2841403,1.7107135,75.69452,79.546326,82.86164,39.64654,37.439022,128.24251,9.198149,2988.8972,46.83393,65.94355,56.19059,61.672176,246.07971,85.228584,120.917336,13.158312,34.19831,75.79752,258.3615,583.50305,72.29204,303.66528,70.79734,116.63109,270.02695,308.1731,953.6438,160.2175,4.9837823,16.392138,6.500444,46.114166,19353.309,3.2808886,26.498116,41.93629,34.86367,336.2766,56.728493,140.63559,2.273671,127.21623,426.78653,264.0335,141.71783,493.37106,35.242874,99.48887,152.69937,10.3047495,1.6295123,10.789208,1115.8918,0.07035974,0.25818816,48.885902,7.9366417,3.5425248,3.7062452,8.013434,89.30212,31.137098,86.79086,567.01355,238.98625,2131.5667,1882.62,23.442202,42.572746,10579.208,7.59707,82.760414,729.7825,159.34204,220.21391,92.960686,510.59677,857.32544,455.78992,23.698618,124.20484,1034.2672,2015.9595,64.73862,788.0843,75.517075,1.0667608,61.80071,0.99340147,0.60185605,2.7970948,60.448654,150.85013,215.34744,16.303629,2723.7,410.1539,172.3246,246.65826,99.80818,89.91683,72.5336,44.184746,101.75101,785.8857,249.36722,142.8354,110.63794,16.180443,146.39487,132.1381,30.111004,640.98206,164.80858,2816.77,32.525486,2654.7559,79.7358,420.77026,1855.4751,71.51049,11.210639,1034.2944,858.801,2931.9229,91.04931 +2023-08-15 22:00:00,0.0,17674.771,341.11172,31.585308,41.13762,32.728096,174.95377,26.77889,39.44291,20.59449,23.646969,1068.9645,209.53351,13.189943,154.23286,3.9273524,0.31390366,28.087797,5.274936,1.2364733,355.49182,0.18966837,376.8729,46.95906,0.5412378,1.445543,120.57983,17.466087,41.11589,94.94726,27480.611,0.08157917,1809.5154,0.33154768,0.18726428,0.07284986,0.4107377,154.04657,174.81627,23.399298,174.41263,27.811354,67.866776,2235.2083,2.2249475,246.6954,145.36061,403.3368,101.3975,371.84747,38.215466,360.47784,0.0,2228.0627,11633.854,30.451155,554.84766,141.7453,41691.11,131.28287,24.75075,114.49552,327.0722,58.55961,26.101223,189.58102,1825.4404,327.7685,123.827545,20.7375,15.680201,420.03845,68.436035,1101.357,85.14812,2531.892,223.81801,324.83728,85.18098,114.24055,6.4166775,9.950492,12.52208,2.2835436,1.7097824,75.71577,79.57895,82.892395,39.67802,37.462536,128.24199,9.204862,2988.5042,46.808525,65.91398,56.15165,61.60413,246.14883,85.209335,120.77285,13.152287,34.18962,75.74268,258.26773,583.5706,72.341736,303.71542,70.80821,116.583466,270.01776,307.84738,953.612,160.21278,4.9862638,16.374329,6.4945254,46.134007,19354.242,3.2818182,26.519014,41.967205,34.882057,336.2803,56.757706,140.66508,2.2719693,127.22265,426.8794,263.9842,141.75626,493.29926,35.241127,99.482735,152.66331,10.303321,1.6296058,10.789044,1115.4387,0.07032601,0.2580645,48.88772,7.935104,3.5419974,3.7054703,8.015028,89.283844,31.127958,86.791756,566.99524,238.99474,2131.8186,1882.6134,23.459826,42.605396,10577.817,7.596423,82.79861,729.8591,159.41673,220.33131,92.99664,510.8681,857.45703,455.8552,23.7149,124.27563,1034.1692,2015.7252,64.78202,788.5693,75.59149,1.0666792,61.79942,0.99305016,0.60161453,2.7961125,60.489857,150.92705,215.23264,16.295609,2722.271,410.31586,172.45296,246.83939,99.85906,89.90154,72.586914,44.272984,101.74261,785.8382,249.37845,142.86244,110.61069,16.201746,146.41379,132.1539,30.092213,640.7156,164.7688,2814.495,32.52638,2653.7375,79.738594,420.77417,1854.3446,71.47971,11.21549,1033.9147,858.57794,2930.3726,91.04942 +2023-08-15 23:00:00,0.0,17674.926,341.1945,31.60173,41.15657,32.73742,174.98924,26.786304,39.4627,20.59637,23.655281,1069.474,209.42326,13.202606,154.29749,3.9184608,0.31309053,28.090813,5.261931,1.2335364,355.55975,0.18952182,377.01215,46.972057,0.5402328,1.4423192,120.61827,17.471258,41.131424,94.93609,27480.863,0.0814514,1810.2067,0.33123448,0.18702886,0.07274154,0.4101344,154.08003,174.86252,23.39583,174.34744,27.830992,67.82232,2235.3813,2.223813,246.49007,145.20995,403.4461,101.286255,371.9533,38.22698,360.04773,0.0,2227.5974,11626.938,30.429394,554.9134,141.71211,41686.36,131.28064,24.737103,114.34108,326.72015,58.52438,26.087507,189.35925,1824.5419,327.727,123.65458,20.723513,15.674417,420.14465,68.422615,1100.8895,85.14825,2532.068,223.9703,324.64554,85.20309,114.19531,6.415522,9.948058,12.513378,2.2829468,1.7088512,75.73702,79.61159,82.92314,39.7095,37.486046,128.24147,9.211575,2988.1108,46.783123,65.88441,56.11271,61.536087,246.21797,85.190094,120.62836,13.146261,34.18093,75.68785,258.17398,583.6381,72.39143,303.7656,70.819084,116.53584,270.00854,307.52167,953.5802,160.20807,4.9887447,16.35652,6.488607,46.153847,19355.178,3.2827477,26.539911,41.99812,34.900444,336.284,56.78692,140.69458,2.270268,127.229065,426.97223,263.93488,141.79466,493.22742,35.23938,99.47661,152.62726,10.301893,1.6296992,10.788879,1114.9855,0.07029229,0.25794086,48.889534,7.9335656,3.5414703,3.7046955,8.016622,89.26558,31.118818,86.79264,566.9769,239.00323,2132.0706,1882.6067,23.477451,42.638046,10576.428,7.595776,82.83681,729.9356,159.49144,220.44872,93.03259,511.1394,857.5887,455.92044,23.731182,124.34642,1034.0712,2015.491,64.82542,789.0543,75.66591,1.0665977,61.798126,0.99269885,0.601373,2.7951303,60.531055,151.00398,215.11784,16.28759,2720.8423,410.47784,172.58131,247.0205,99.90995,89.88625,72.64023,44.361225,101.73421,785.79065,249.3897,142.8895,110.583435,16.223051,146.4327,132.1697,30.073423,640.44904,164.729,2812.2202,32.527275,2652.7192,79.74139,420.7781,1853.214,71.44894,11.220342,1033.5348,858.35486,2928.8225,91.049545 +2023-08-16 00:00:00,0.0,17675.08,341.27725,31.618153,41.17552,32.746746,175.02472,26.793718,39.48249,20.598251,23.663593,1069.9834,209.31303,13.215269,154.3621,3.9095695,0.31227744,28.093828,5.248926,1.2305993,355.6277,0.18937527,377.1514,46.98505,0.5392277,1.4390954,120.65672,17.476427,41.146954,94.92492,27481.113,0.08132362,1810.898,0.3309213,0.18679345,0.072633214,0.40953112,154.11348,174.90878,23.392363,174.28226,27.85063,67.77787,2235.5547,2.222679,246.28473,145.05927,403.55542,101.175,372.05914,38.23849,359.6176,0.0,2227.1323,11620.022,30.407633,554.9791,141.67892,41681.61,131.27843,24.723457,114.18664,326.3681,58.489155,26.073792,189.13748,1823.6433,327.6855,123.48162,20.709528,15.6686325,420.25082,68.409195,1100.4221,85.148384,2532.2444,224.12259,324.45386,85.2252,114.15008,6.4143662,9.945624,12.504677,2.2823498,1.7079201,75.75827,79.64422,82.953896,39.74098,37.50956,128.24095,9.218287,2987.7178,46.757717,65.854836,56.073772,61.46804,246.2871,85.17085,120.48387,13.140235,34.172237,75.63302,258.0802,583.7056,72.44113,303.81573,70.829956,116.48822,269.99936,307.19598,953.5484,160.20334,4.9912257,16.338709,6.4826884,46.173687,19356.113,3.2836776,26.56081,42.029034,34.91883,336.2877,56.816128,140.72408,2.2685664,127.23548,427.0651,263.88556,141.83308,493.1556,35.237633,99.470474,152.5912,10.300466,1.6297926,10.788714,1114.5322,0.07025856,0.2578172,48.89135,7.932028,3.540943,3.7039204,8.018215,89.247314,31.109678,86.79353,566.9587,239.01172,2132.3225,1882.6,23.495077,42.670696,10575.037,7.595129,82.875,730.0122,159.56613,220.56613,93.06855,511.41074,857.7203,455.9857,23.747465,124.417206,1033.9733,2015.2567,64.86881,789.5393,75.740326,1.0665162,61.796833,0.9923476,0.6011315,2.794148,60.572258,151.0809,215.00305,16.27957,2719.4133,410.6398,172.70967,247.20161,99.96083,89.870964,72.69355,44.449463,101.72581,785.74316,249.40092,142.91655,110.55618,16.244354,146.45161,132.18549,30.054634,640.18256,164.68922,2809.9456,32.52817,2651.7007,79.74418,420.782,1852.0835,71.41816,11.225193,1033.155,858.1318,2927.2722,91.04966 +2023-08-16 01:00:00,0.0,17675.234,341.36,31.634575,41.194473,32.75607,175.0602,26.801132,39.502285,20.60013,23.671906,1070.4928,209.20279,13.227932,154.42671,3.900678,0.3114643,28.096844,5.235921,1.2276622,355.69562,0.18922871,377.29065,46.998047,0.53822273,1.4358715,120.69517,17.481596,41.162487,94.91376,27481.363,0.081195846,1811.5892,0.33060813,0.18655802,0.07252489,0.40892783,154.14693,174.95505,23.388897,174.21707,27.870268,67.73342,2235.728,2.2215447,246.07939,144.90858,403.66473,101.06375,372.16498,38.250004,359.1875,0.0,2226.667,11613.107,30.38587,555.04486,141.64574,41676.855,131.2762,24.70981,114.032196,326.01605,58.453926,26.060076,188.91571,1822.7446,327.64398,123.308655,20.695543,15.662848,420.35703,68.395775,1099.9546,85.14852,2532.4204,224.27487,324.26212,85.2473,114.10484,6.413211,9.943191,12.495975,2.281753,1.7069889,75.779526,79.67685,82.98465,39.772457,37.533073,128.24043,9.225001,2987.3247,46.73231,65.82527,56.034832,61.399998,246.35623,85.15161,120.33938,13.13421,34.163548,75.57818,257.98645,583.77313,72.49083,303.8659,70.84083,116.4406,269.99014,306.87027,953.51654,160.19862,4.993707,16.3209,6.47677,46.193527,19357.047,3.2846072,26.581707,42.059948,34.93722,336.29138,56.84534,140.75357,2.2668648,127.241905,427.15796,263.83624,141.8715,493.08377,35.235886,99.46434,152.55515,10.299038,1.629886,10.788549,1114.0791,0.07022483,0.25769353,48.893166,7.93049,3.5404155,3.7031455,8.019809,89.22904,31.100538,86.794426,566.94037,239.02022,2132.5745,1882.5934,23.512701,42.703346,10573.646,7.594482,82.91319,730.0888,159.64082,220.68353,93.1045,511.68207,857.8519,456.05096,23.763748,124.488,1033.8752,2015.0225,64.91222,790.02435,75.81474,1.0664345,61.795544,0.9919963,0.60089,2.7931657,60.613457,151.15782,214.88824,16.27155,2717.9846,410.80176,172.83804,247.38272,100.01171,89.85568,72.746864,44.537704,101.71741,785.6957,249.41216,142.9436,110.52893,16.265657,146.47052,132.20128,30.035843,639.916,164.64944,2807.6707,32.529064,2650.6824,79.74698,420.78595,1850.953,71.38738,11.230044,1032.7753,857.90875,2925.722,91.049774 +2023-08-16 02:00:00,0.0,17675.389,341.44275,31.650997,41.213425,32.765392,175.09569,26.808546,39.522076,20.60201,23.680218,1071.0022,209.09256,13.240595,154.49133,3.8917863,0.31065118,28.09986,5.222916,1.2247251,355.76358,0.18908218,377.42993,47.011044,0.5372177,1.4326476,120.73362,17.486767,41.178017,94.90259,27481.615,0.081068076,1812.2805,0.33029494,0.1863226,0.07241657,0.40832457,154.18037,175.0013,23.38543,174.15189,27.889906,67.688965,2235.9011,2.2204106,245.87405,144.75792,403.77408,100.9525,372.2708,38.26152,358.75742,0.0,2226.2017,11606.191,30.364109,555.11066,141.61255,41672.105,131.27397,24.696163,113.877754,325.664,58.4187,26.04636,188.69394,1821.8461,327.60248,123.13569,20.681559,15.657064,420.4632,68.382355,1099.4872,85.14865,2532.5964,224.42715,324.07037,85.26941,114.059616,6.4120555,9.940756,12.487272,2.2811563,1.7060578,75.80077,79.70948,83.015396,39.803936,37.556587,128.23991,9.231714,2986.9314,46.70691,65.7957,55.99589,61.33195,246.42535,85.13236,120.19489,13.128184,34.154858,75.523346,257.89267,583.84064,72.54053,303.91608,70.85169,116.392975,269.98096,306.54456,953.48474,160.19391,4.996188,16.303091,6.4708514,46.213367,19357.982,3.2855368,26.602606,42.090862,34.95561,336.29507,56.87455,140.78307,2.2651634,127.24832,427.2508,263.78696,141.90991,493.01196,35.23414,99.45821,152.51909,10.29761,1.6299795,10.788384,1113.6259,0.07019111,0.25756988,48.894985,7.9289517,3.5398884,3.7023704,8.021402,89.21078,31.091398,86.79532,566.92206,239.02872,2132.8264,1882.5867,23.530327,42.736,10572.257,7.593835,82.951385,730.16534,159.71553,220.80093,93.14046,511.9534,857.9835,456.1162,23.780031,124.558784,1033.7772,2014.7882,64.95561,790.50934,75.88916,1.066353,61.79425,0.991645,0.60064846,2.7921836,60.65466,151.23476,214.77345,16.26353,2716.5557,410.9637,172.9664,247.56384,100.0626,89.84039,72.80018,44.625942,101.70901,785.64813,249.42339,142.97066,110.50168,16.286963,146.48944,132.21707,30.017054,639.64954,164.60965,2805.396,32.52996,2649.664,79.74977,420.78986,1849.8225,71.35661,11.234896,1032.3954,857.68567,2924.1719,91.04989 +2023-08-16 03:00:00,0.0,17675.543,341.52548,31.66742,41.232376,32.77472,175.13116,26.815962,39.541866,20.603891,23.68853,1071.5117,208.98232,13.253257,154.55595,3.8828948,0.3098381,28.102875,5.209911,1.2217882,355.8315,0.18893562,377.56918,47.02404,0.5362126,1.4294238,120.772064,17.491936,41.19355,94.89142,27481.865,0.0809403,1812.9718,0.32998174,0.18608718,0.07230824,0.40772125,154.21382,175.04756,23.381962,174.0867,27.909544,67.644516,2236.0745,2.2192762,245.66872,144.60724,403.88342,100.841255,372.37665,38.273033,358.3273,0.0,2225.7366,11599.275,30.342348,555.1764,141.57936,41667.355,131.27174,24.682518,113.72331,325.31195,58.383472,26.032644,188.47215,1820.9475,327.56097,122.96273,20.667574,15.651281,420.56937,68.36893,1099.0197,85.14879,2532.7725,224.57944,323.87866,85.29152,114.01438,6.4108996,9.938322,12.478571,2.2805595,1.7051266,75.82203,79.74211,83.04615,39.835415,37.580097,128.2394,9.238427,2986.5383,46.681503,65.76613,55.95695,61.263905,246.49449,85.11312,120.0504,13.122159,34.146168,75.46851,257.79892,583.90814,72.590225,303.96622,70.862564,116.34536,269.97177,306.21887,953.45294,160.1892,4.9986696,16.285282,6.464933,46.233208,19358.918,3.2864666,26.623503,42.121777,34.973995,336.29874,56.903763,140.81256,2.2634618,127.25474,427.34366,263.73764,141.94833,492.94012,35.23239,99.45208,152.48303,10.296183,1.630073,10.78822,1113.1726,0.07015738,0.25744623,48.8968,7.927414,3.539361,3.7015955,8.022997,89.19251,31.082258,86.79621,566.90375,239.0372,2133.0784,1882.5801,23.547953,42.76865,10570.866,7.5931883,82.989586,730.24194,159.79022,220.91835,93.176414,512.22473,858.1152,456.18146,23.796312,124.62957,1033.6792,2014.554,64.99901,790.9944,75.96358,1.0662714,61.79296,0.9912937,0.600407,2.7912014,60.695858,151.31168,214.65866,16.25551,2715.1267,411.12567,173.09476,247.74496,100.11348,89.8251,72.85349,44.71418,101.70061,785.60065,249.43462,142.99771,110.47443,16.308266,146.50835,132.23286,29.998264,639.38306,164.56987,2803.121,32.530857,2648.6458,79.75256,420.7938,1848.6919,71.325836,11.239747,1032.0156,857.4626,2922.6216,91.05 +2023-08-16 04:00:00,0.0,17675.697,341.60825,31.683842,41.251328,32.784042,175.16664,26.823376,39.56166,20.605772,23.696842,1072.0211,208.87207,13.26592,154.62057,3.8740034,0.30902496,28.10589,5.196906,1.2188511,355.89944,0.18878907,377.70844,47.037033,0.5352076,1.4261999,120.81052,17.497105,41.20908,94.88025,27482.115,0.08081252,1813.6631,0.32966858,0.18585175,0.07219992,0.40711796,154.24727,175.09381,23.378494,174.0215,27.929182,67.60007,2236.2478,2.218142,245.46338,144.45656,403.99274,100.73,372.48248,38.284546,357.8972,0.0,2225.2712,11592.36,30.320585,555.2421,141.54617,41662.605,131.26952,24.66887,113.56887,324.9599,58.348244,26.018929,188.25038,1820.0488,327.5195,122.789764,20.65359,15.645497,420.67557,68.35551,1098.5522,85.148926,2532.9485,224.73172,323.68695,85.31362,113.96915,6.4097443,9.935888,12.469869,2.2799628,1.7041955,75.84328,79.77474,83.076904,39.86689,37.60361,128.23888,9.245141,2986.1453,46.6561,65.73656,55.918015,61.19586,246.56363,85.09388,119.905914,13.116133,34.137478,75.41367,257.70514,583.9757,72.63992,304.0164,70.873436,116.29774,269.96255,305.89316,953.42114,160.18448,5.0011506,16.267473,6.4590144,46.253044,19359.852,3.2873962,26.644402,42.152687,34.992382,336.30243,56.932976,140.84206,2.2617602,127.261154,427.43652,263.68832,141.98674,492.86832,35.230644,99.445946,152.44698,10.294755,1.6301664,10.788055,1112.7195,0.07012365,0.25732258,48.898617,7.9258757,3.5388339,3.7008207,8.0245905,89.17424,31.07312,86.797104,566.8855,239.0457,2133.3303,1882.5734,23.565577,42.8013,10569.477,7.592541,83.02778,730.31854,159.86491,221.03575,93.212364,512.49603,858.24677,456.24673,23.812595,124.70036,1033.5812,2014.3197,65.042404,791.4794,76.037994,1.0661899,61.791668,0.9909424,0.6001655,2.790219,60.73706,151.3886,214.54387,16.24749,2713.698,411.28766,173.22311,247.92607,100.16437,89.809814,72.90681,44.80242,101.69221,785.5531,249.44585,143.02475,110.44718,16.329569,146.52727,132.24866,29.979473,639.1165,164.53009,2800.8464,32.53175,2647.6272,79.755356,420.7977,1847.5614,71.29506,11.244598,1031.6359,857.2395,2921.0715,91.05012 +2023-08-16 05:00:00,0.0,17675.852,341.691,31.700264,41.27028,32.793365,175.20213,26.83079,39.58145,20.607653,23.705156,1072.5305,208.76184,13.278583,154.68518,3.8651118,0.30821183,28.108906,5.183901,1.215914,355.96738,0.18864252,377.8477,47.05003,0.5342026,1.422976,120.84896,17.502275,41.224613,94.86908,27482.365,0.08068475,1814.3544,0.3293554,0.18561633,0.072091594,0.4065147,154.28073,175.14008,23.375027,173.95631,27.94882,67.55562,2236.4211,2.2170079,245.25804,144.3059,404.10205,100.61875,372.58835,38.29606,357.46707,0.0,2224.8062,11585.444,30.298824,555.30786,141.513,41657.855,131.2673,24.655226,113.41443,324.60785,58.31302,26.005213,188.02861,1819.1503,327.478,122.6168,20.639603,15.639713,420.78174,68.34209,1098.0847,85.149055,2533.1248,224.884,323.49524,85.33573,113.92391,6.408589,9.9334545,12.461166,2.2793658,1.7032644,75.86453,79.80737,83.10765,39.89837,37.627125,128.23836,9.251854,2985.752,46.630695,65.706985,55.879074,61.127815,246.63275,85.07464,119.76142,13.110107,34.128788,75.35884,257.6114,584.0432,72.68962,304.06653,70.88431,116.250114,269.95337,305.56744,953.38934,160.17976,5.003632,16.249664,6.453096,46.272884,19360.787,3.2883258,26.665298,42.1836,35.01077,336.30612,56.962185,140.87155,2.2600589,127.26757,427.52936,263.639,142.02516,492.79648,35.228897,99.43982,152.41092,10.293327,1.6302598,10.78789,1112.2662,0.07008993,0.25719893,48.900433,7.924338,3.5383065,3.7000456,8.026184,89.155975,31.06398,86.79799,566.8672,239.05418,2133.5823,1882.5667,23.583202,42.83395,10568.086,7.591894,83.06597,730.3951,159.93962,221.15315,93.24832,512.7674,858.3784,456.31198,23.828878,124.77115,1033.4832,2014.0854,65.08581,791.9644,76.11241,1.0661082,61.790375,0.9905911,0.59992397,2.7892368,60.77826,151.46553,214.42906,16.239471,2712.269,411.44962,173.35147,248.1072,100.21525,89.794525,72.96012,44.89066,101.68381,785.5056,249.45708,143.0518,110.41993,16.350874,146.54617,132.26445,29.960684,638.85004,164.4903,2798.5715,32.532646,2646.609,79.75815,420.80164,1846.4309,71.26428,11.24945,1031.256,857.0165,2919.5212,91.05023 +2023-08-16 06:00:00,0.0,17676.006,341.77374,31.716686,41.28923,32.802692,175.23761,26.838203,39.601246,20.609533,23.713469,1073.04,208.6516,13.291245,154.7498,3.8562202,0.3073987,28.111921,5.170896,1.212977,356.03534,0.18849596,377.98697,47.063026,0.5331976,1.4197522,120.88741,17.507444,41.240143,94.85791,27482.617,0.080556974,1815.0458,0.32904223,0.1853809,0.07198327,0.4059114,154.31418,175.18634,23.37156,173.89113,27.968458,67.51116,2236.5942,2.2158735,245.0527,144.15521,404.21136,100.5075,372.69418,38.30757,357.037,0.0,2224.3408,11578.529,30.277063,555.3736,141.47981,41653.105,131.26508,24.641579,113.25999,324.2558,58.27779,25.991497,187.80684,1818.2517,327.4365,122.44384,20.625618,15.633929,420.88794,68.32867,1097.6173,85.14919,2533.3008,225.0363,323.30353,85.357834,113.87868,6.407433,9.931021,12.452465,2.278769,1.7023332,75.88578,79.84001,83.138405,39.929848,37.650635,128.23784,9.258567,2985.359,46.605293,65.67742,55.840134,61.059772,246.70189,85.05539,119.616936,13.104082,34.120094,75.30401,257.5176,584.1107,72.73931,304.1167,70.89518,116.20249,269.94415,305.24173,953.35754,160.17505,5.006113,16.231855,6.4471774,46.292725,19361.723,3.2892554,26.686197,42.214516,35.02916,336.3098,56.991398,140.90103,2.2583573,127.273994,427.62222,263.5897,142.06357,492.72467,35.22715,99.433685,152.37486,10.2919,1.6303532,10.787725,1111.813,0.0700562,0.25707525,48.90225,7.9227996,3.537779,3.6992707,8.027778,89.13771,31.05484,86.79888,566.8489,239.06268,2133.8342,1882.56,23.600828,42.8666,10566.696,7.591247,83.104164,730.4717,160.01431,221.27057,93.28427,513.0387,858.51,456.37723,23.845161,124.84194,1033.3851,2013.8512,65.1292,792.4494,76.18683,1.0660267,61.789085,0.99023986,0.59968245,2.7882545,60.81946,151.54245,214.31427,16.231451,2710.84,411.61157,173.47984,248.2883,100.26613,89.779236,73.01344,44.9789,101.6754,785.4581,249.46832,143.07886,110.39268,16.372177,146.5651,132.28024,29.941895,638.5835,164.45052,2796.2969,32.533543,2645.5906,79.76094,420.80554,1845.3004,71.23351,11.254301,1030.8762,856.7934,2917.971,91.05035 +2023-08-16 07:00:00,0.0,17676.16,341.8565,31.733109,41.30818,32.812016,175.27309,26.845617,39.621037,20.611412,23.72178,1073.5494,208.54137,13.303908,154.81442,3.8473287,0.3065856,28.114937,5.157891,1.21004,356.10327,0.18834943,378.12622,47.076023,0.5321925,1.4165283,120.92586,17.512613,41.255676,94.84675,27482.867,0.0804292,1815.737,0.32872903,0.18514548,0.07187495,0.40530813,154.34763,175.23259,23.368092,173.82594,27.988096,67.46671,2236.7676,2.2147393,244.84737,144.00453,404.32068,100.396255,372.80002,38.319084,356.60687,0.0,2223.8755,11571.613,30.2553,555.4394,141.44662,41648.355,131.26285,24.627932,113.105545,323.90375,58.242565,25.977781,187.58507,1817.353,327.395,122.270874,20.611633,15.628145,420.9941,68.31525,1097.1498,85.14932,2533.4768,225.18858,323.1118,85.379944,113.83345,6.4062777,9.928586,12.443763,2.2781723,1.7014021,75.907036,79.87264,83.16916,39.961327,37.67415,128.23732,9.265281,2984.9658,46.579887,65.64785,55.801193,60.991726,246.77101,85.03615,119.47244,13.098057,34.111404,75.249176,257.42386,584.1782,72.78901,304.16684,70.906044,116.15487,269.93497,304.91605,953.3257,160.17033,5.008594,16.214046,6.4412594,46.312565,19362.656,3.2901852,26.707094,42.24543,35.047546,336.3135,57.020607,140.93053,2.2566557,127.28041,427.7151,263.54037,142.10199,492.65283,35.225403,99.42755,152.3388,10.290472,1.6304467,10.78756,1111.3597,0.07002248,0.2569516,48.904068,7.921262,3.537252,3.6984956,8.029371,89.11944,31.0457,86.799774,566.83057,239.07117,2134.0864,1882.5533,23.618454,42.89925,10565.306,7.5906,83.14236,730.5482,160.08902,221.38797,93.32023,513.31,858.64166,456.4425,23.861444,124.91273,1033.2871,2013.617,65.1726,792.93445,76.261246,1.0659451,61.787792,0.98988855,0.59944093,2.7872722,60.86066,151.61937,214.19948,16.22343,2709.4114,411.77353,173.6082,248.46942,100.31702,89.76395,73.06676,45.06714,101.667,785.4106,249.47955,143.10591,110.365425,16.39348,146.584,132.29604,29.923103,638.317,164.41072,2794.022,32.53444,2644.5723,79.76373,420.80948,1844.1698,71.202736,11.259151,1030.4965,856.5703,2916.421,91.05046 +2023-08-16 08:00:00,0.0,17676.316,341.93927,31.74953,41.327133,32.82134,175.30858,26.853033,39.640827,20.613293,23.730093,1074.0588,208.43112,13.316571,154.87904,3.8384373,0.30577248,28.117952,5.144886,1.2071029,356.1712,0.18820287,378.26547,47.089016,0.5311875,1.4133046,120.96431,17.517784,41.271206,94.83558,27483.117,0.08030143,1816.4283,0.32841584,0.18491006,0.07176662,0.40470484,154.38107,175.27885,23.364624,173.76076,28.007734,67.422264,2236.941,2.2136052,244.64203,143.85387,404.43,100.285,372.90585,38.330597,356.17676,0.0,2223.4104,11564.698,30.23354,555.5051,141.41344,41643.605,131.26062,24.614286,112.9511,323.5517,58.207336,25.964066,187.3633,1816.4545,327.3535,122.09791,20.597649,15.622361,421.10028,68.30182,1096.6824,85.14946,2533.6528,225.34087,322.92004,85.402054,113.788216,6.405122,9.926152,12.4350605,2.2775755,1.7004709,75.92828,79.90527,83.199905,39.992805,37.697662,128.2368,9.271994,2984.5725,46.55448,65.61828,55.762257,60.92368,246.84015,85.01691,119.32796,13.092031,34.102715,75.194336,257.33008,584.2457,72.83871,304.217,70.916916,116.10725,269.92578,304.59033,953.2939,160.16562,5.0110755,16.196236,6.435341,46.332405,19363.592,3.2911148,26.727993,42.276344,35.065933,336.3172,57.04982,140.96002,2.2549543,127.28683,427.80792,263.49106,142.14041,492.58102,35.223656,99.421425,152.30275,10.289044,1.6305401,10.787396,1110.9066,0.06998875,0.25682795,48.905884,7.9197235,3.5367246,3.6977208,8.030965,89.10117,31.03656,86.80067,566.81226,239.07967,2134.3384,1882.5466,23.636078,42.9319,10563.915,7.589953,83.18056,730.6248,160.16371,221.50537,93.356186,513.58136,858.77325,456.50775,23.877726,124.98351,1033.1892,2013.3827,65.216,793.41943,76.33567,1.0658636,61.7865,0.9895373,0.5991994,2.78629,60.901863,151.6963,214.08469,16.215412,2707.9824,411.9355,173.73656,248.65054,100.3679,89.74866,73.12007,45.155376,101.6586,785.3631,249.49078,143.13297,110.33817,16.414785,146.60292,132.31183,29.904314,638.0505,164.37094,2791.747,32.53533,2643.5537,79.766525,420.8134,1843.0393,71.17196,11.264003,1030.1166,856.3472,2914.8706,91.05058 +2023-08-16 09:00:00,0.0,17676.47,342.022,31.765953,41.346085,32.830666,175.34406,26.860447,39.66062,20.615173,23.738405,1074.5684,208.32088,13.329234,154.94365,3.8295457,0.30495936,28.120968,5.1318808,1.2041658,356.23914,0.18805632,378.40472,47.102013,0.5301825,1.4100807,121.002754,17.522953,41.28674,94.82441,27483.37,0.08017365,1817.1196,0.32810268,0.18467464,0.071658306,0.40410155,154.41452,175.32512,23.361156,173.69557,28.027372,67.37781,2237.114,2.212471,244.43669,143.70319,404.53934,100.17375,373.0117,38.34211,355.74664,0.0,2222.945,11557.782,30.211779,555.57086,141.38025,41638.855,131.25839,24.60064,112.79666,323.19965,58.17211,25.95035,187.14151,1815.5559,327.31198,121.92495,20.583664,15.616577,421.20648,68.2884,1096.215,85.1496,2533.8289,225.49315,322.72833,85.42416,113.74298,6.4039664,9.923718,12.426359,2.2769787,1.6995398,75.94954,79.937904,83.23066,40.024284,37.721176,128.23628,9.278707,2984.1794,46.52908,65.58871,55.723316,60.855637,246.90927,84.997665,119.183464,13.086005,34.094025,75.1395,257.23633,584.31323,72.888405,304.26715,70.92779,116.05963,269.91656,304.26462,953.2621,160.1609,5.0135565,16.178427,6.4294224,46.352245,19364.527,3.2920444,26.74889,42.30726,35.08432,336.3209,57.079033,140.98952,2.2532527,127.29324,427.9008,263.44177,142.17882,492.5092,35.22191,99.41529,152.2667,10.287617,1.6306336,10.787231,1110.4534,0.06995502,0.2567043,48.9077,7.9181857,3.5361972,3.696946,8.032559,89.08291,31.02742,86.80156,566.79395,239.08815,2134.5903,1882.54,23.653704,42.96455,10562.525,7.589306,83.21875,730.7014,160.2384,221.62279,93.392136,513.85266,858.9049,456.573,23.894009,125.054306,1033.0912,2013.1484,65.2594,793.9045,76.41009,1.065782,61.78521,0.989186,0.5989579,2.7853076,60.94306,151.77322,213.96988,16.207392,2706.5535,412.09744,173.86491,248.83165,100.41878,89.73337,73.173386,45.243618,101.6502,785.3156,249.50201,143.16002,110.31092,16.436089,146.62183,132.32762,29.885525,637.784,164.33116,2789.4724,32.53623,2642.5354,79.769325,420.81732,1841.9088,71.14118,11.268854,1029.7368,856.12415,2913.3203,91.0507 +2023-08-16 10:00:00,0.0,17676.625,342.10477,31.782375,41.365036,32.83999,175.37953,26.86786,39.680412,20.617054,23.746717,1075.0778,208.21065,13.341897,155.00827,3.8206542,0.30414626,28.123983,5.118876,1.2012289,356.3071,0.18790977,378.544,47.11501,0.5291774,1.4068568,121.04121,17.528122,41.30227,94.81324,27483.62,0.08004587,1817.8109,0.3277895,0.18443921,0.07154998,0.40349823,154.44798,175.37137,23.357689,173.63037,28.04701,67.33336,2237.2874,2.2113366,244.23135,143.55252,404.64868,100.0625,373.11752,38.353622,355.31656,0.0,2222.48,11550.867,30.190016,555.6366,141.34706,41634.105,131.25618,24.586994,112.64222,322.8476,58.136883,25.936634,186.91974,1814.6572,327.2705,121.75198,20.56968,15.610794,421.31265,68.27498,1095.7474,85.14973,2534.0051,225.64543,322.53662,85.446266,113.69775,6.402811,9.921285,12.417657,2.2763817,1.6986086,75.97079,79.970535,83.26141,40.055763,37.744686,128.23576,9.285419,2983.7864,46.503674,65.55914,55.684376,60.78759,246.97841,84.97842,119.03898,13.07998,34.085335,75.08467,257.14255,584.3808,72.9381,304.31732,70.93866,116.01201,269.90738,303.9389,953.2303,160.15619,5.016038,16.160618,6.423504,46.372086,19365.46,3.292974,26.769789,42.338173,35.102707,336.3246,57.108242,141.01901,2.2515512,127.29967,427.99365,263.39246,142.21724,492.43738,35.22016,99.40916,152.23064,10.286189,1.6307269,10.787066,1110.0001,0.0699213,0.25658065,48.909515,7.9166474,3.53567,3.6961708,8.034153,89.06464,31.01828,86.802444,566.77563,239.09665,2134.8423,1882.5333,23.67133,42.9972,10561.135,7.588659,83.25694,730.77795,160.31311,221.74019,93.42809,514.124,859.0365,456.63828,23.910292,125.12509,1032.9932,2012.9142,65.302795,794.38947,76.484505,1.0657004,61.783916,0.9888347,0.5987164,2.7843254,60.984264,151.85014,213.85509,16.199373,2705.1248,412.25943,173.99329,249.01277,100.469666,89.71808,73.2267,45.331856,101.6418,785.26807,249.51324,143.18706,110.28367,16.457392,146.64075,132.34341,29.866734,637.51746,164.29137,2787.1975,32.537125,2641.517,79.77212,420.82123,1840.7783,71.110405,11.2737055,1029.357,855.9011,2911.7703,91.05081 +2023-08-16 11:00:00,0.0,17676.78,342.1875,31.798798,41.383987,32.84931,175.41502,26.875275,39.700207,20.618935,23.75503,1075.5872,208.1004,13.35456,155.07289,3.8117628,0.30333313,28.126999,5.1058707,1.1982918,356.37503,0.18776321,378.68326,47.128006,0.52817243,1.403633,121.07965,17.533293,41.317802,94.80207,27483.87,0.0799181,1818.5022,0.3274763,0.18420379,0.07144166,0.40289497,154.48143,175.41763,23.354221,173.56519,28.066648,67.28891,2237.4607,2.2102025,244.02602,143.40184,404.758,99.951256,373.22336,38.365135,354.88644,0.0,2222.0146,11543.951,30.168255,555.70233,141.31387,41629.355,131.25395,24.573347,112.48778,322.49554,58.101658,25.922918,186.69797,1813.7587,327.229,121.57902,20.555693,15.60501,421.41885,68.26156,1095.28,85.149864,2534.1812,225.79771,322.3449,85.46837,113.65251,6.401655,9.918851,12.408955,2.275785,1.6976775,75.99204,80.00317,83.29216,40.087242,37.7682,128.23524,9.292133,2983.393,46.47827,65.52957,55.645435,60.719547,247.04753,84.959175,118.894485,13.073955,34.076645,75.02983,257.0488,584.4483,72.9878,304.36746,70.94953,115.964386,269.89816,303.61322,953.1985,160.15147,5.018519,16.142809,6.4175854,46.391926,19366.396,3.2939038,26.790686,42.369087,35.121098,336.32828,57.137455,141.04851,2.2498498,127.30608,428.0865,263.34314,142.25565,492.36554,35.218414,99.40303,152.19458,10.284761,1.6308204,10.786901,1109.547,0.06988757,0.25645697,48.91133,7.9151096,3.5351427,3.695396,8.035747,89.04637,31.00914,86.80334,566.7573,239.10513,2135.0942,1882.5267,23.688953,43.02985,10559.745,7.5880117,83.295135,730.85455,160.3878,221.85759,93.46404,514.3953,859.16815,456.70352,23.926575,125.195885,1032.8951,2012.6799,65.3462,794.8745,76.55892,1.0656189,61.782627,0.9884834,0.59847486,2.783343,61.025463,151.92708,213.7403,16.191353,2703.6958,412.4214,174.12164,249.19388,100.520546,89.70279,73.280014,45.420094,101.6334,785.2206,249.52448,143.21411,110.25642,16.478695,146.65965,132.3592,29.847944,637.251,164.25159,2784.9229,32.538017,2640.4988,79.77491,420.82516,1839.6477,71.079636,11.278557,1028.9772,855.67804,2910.22,91.05093 +2023-08-16 12:00:00,0.0,17676.934,342.27026,31.81522,41.40294,32.858635,175.4505,26.88269,39.719997,20.620815,23.763344,1076.0967,207.99017,13.367222,155.13751,3.8028712,0.30252,28.130014,5.092866,1.1953547,356.44296,0.18761668,378.8225,47.141,0.5271674,1.4004091,121.1181,17.538462,41.333336,94.79091,27484.121,0.079790324,1819.1935,0.32716313,0.18396837,0.071333334,0.4022917,154.51488,175.4639,23.350754,173.5,28.086288,67.24446,2237.6338,2.2090683,243.82068,143.25116,404.8673,99.840004,373.3292,38.376648,354.45633,0.0,2221.5493,11537.035,30.146492,555.76807,141.2807,41624.6,131.25172,24.5597,112.333336,322.1435,58.06643,25.909203,186.4762,1812.8601,327.1875,121.40605,20.541708,15.599226,421.52502,68.24814,1094.8125,85.149994,2534.3572,225.95001,322.1532,85.49048,113.607285,6.4005,9.916416,12.400253,2.2751882,1.6967463,76.01329,80.0358,83.322914,40.11872,37.791714,128.23471,9.298846,2983.0,46.452866,65.5,55.6065,60.6515,247.11667,84.93993,118.75,13.067928,34.067955,74.975,256.95502,584.5158,73.0375,304.41763,70.9604,115.91676,269.88898,303.2875,953.1666,160.14676,5.021,16.125,6.411667,46.411766,19367.332,3.2948334,26.811584,42.4,35.139484,336.33197,57.166664,141.078,2.2481482,127.3125,428.17935,263.29382,142.29407,492.29373,35.216667,99.3969,152.15852,10.283333,1.6309139,10.786737,1109.0938,0.06985384,0.25633332,48.913147,7.9135714,3.5346155,3.694621,8.03734,89.02811,31.0,86.80423,566.739,239.11363,2135.3462,1882.52,23.70658,43.0625,10558.3545,7.5873647,83.33333,730.93115,160.4625,221.975,93.5,514.6666,859.29974,456.7688,23.942856,125.26667,1032.7971,2012.4458,65.389595,795.3595,76.63334,1.0655372,61.781334,0.9881321,0.59823334,2.782361,61.066666,152.004,213.62549,16.183332,2702.267,412.58334,174.25,249.375,100.57143,89.6875,73.33333,45.508335,101.625,785.1731,249.5357,143.24117,110.22917,16.5,146.67856,132.375,29.829155,636.9845,164.21179,2782.648,32.538914,2639.4805,79.7777,420.82907,1838.5172,71.04886,11.283408,1028.5974,855.45496,2908.67,91.05104 +2023-08-16 13:00:00,0.0,17677.088,342.35303,31.831642,41.421894,32.86796,175.48598,26.890104,39.739788,20.622694,23.771656,1076.6061,207.87993,13.379885,155.20212,3.7939796,0.30170688,28.13303,5.0798607,1.1924177,356.5109,0.18747012,378.96176,47.153996,0.5261623,1.3971852,121.15655,17.54363,41.348866,94.77974,27484.371,0.07966255,1819.8848,0.32684994,0.18373296,0.07122501,0.4016884,154.54832,175.51015,23.347288,173.43481,28.105927,67.200005,2237.8071,2.207934,243.61533,143.1005,404.97662,99.72875,373.43503,38.388165,354.02625,0.0,2221.0842,11530.12,30.124731,555.83386,141.24751,41619.85,131.2495,24.546055,112.178894,321.79144,58.0312,25.895489,186.25443,1811.9614,327.146,121.23309,20.527723,15.593442,421.6312,68.23471,1094.3451,85.15013,2534.5332,226.1023,321.96146,85.51259,113.56205,6.3993444,9.913982,12.391551,2.2745914,1.6958151,76.034546,80.06843,83.35367,40.1502,37.815224,128.23419,9.305559,2982.607,46.42746,65.47043,55.56756,60.583454,247.1858,84.92069,118.605515,13.061903,34.05926,74.920166,256.86127,584.5833,73.0872,304.4678,70.97127,115.86914,269.8798,302.9618,953.1348,160.14203,5.0234814,16.107191,6.4057484,46.431602,19368.266,3.295763,26.832483,42.430916,35.15787,336.33563,57.195877,141.1075,2.2464466,127.31892,428.27222,263.2445,142.33249,492.22192,35.214916,99.39076,152.12247,10.281905,1.6310073,10.786572,1108.6405,0.06982012,0.25620967,48.914967,7.9120336,3.5340881,3.693846,8.038934,89.009834,30.990862,86.80512,566.7207,239.12213,2135.5981,1882.5133,23.724205,43.09515,10556.964,7.5867176,83.37153,731.0077,160.5372,222.0924,93.53596,514.938,859.43134,456.83405,23.959139,125.337456,1032.6991,2012.2115,65.43299,795.84454,76.707756,1.0654557,61.78004,0.9877808,0.5979918,2.7813787,61.10787,152.08092,213.5107,16.175314,2700.8381,412.7453,174.37836,249.55612,100.622314,89.67221,73.38665,45.596573,101.6166,785.12555,249.54695,143.26822,110.20192,16.521303,146.69748,132.3908,29.810364,636.71796,164.17201,2780.3733,32.53981,2638.462,79.780495,420.83298,1837.3867,71.01808,11.2882595,1028.2177,855.2319,2907.1196,91.051155 +2023-08-16 14:00:00,0.0,17677.242,342.43576,31.848064,41.440845,32.877285,175.52147,26.897518,39.759583,20.624575,23.779968,1077.1155,207.76968,13.392548,155.26674,3.785088,0.30089378,28.136045,5.066856,1.1894807,356.57883,0.18732357,379.101,47.166992,0.52515733,1.3939614,121.19499,17.548801,41.3644,94.76857,27484.621,0.07953478,1820.576,0.32653674,0.18349753,0.071116686,0.4010851,154.58177,175.55641,23.34382,173.36963,28.125565,67.155556,2237.9805,2.2067997,243.40999,142.94981,405.08594,99.6175,373.54086,38.399677,353.59613,0.0,2220.619,11523.204,30.10297,555.8996,141.21432,41615.1,131.24727,24.532408,112.02445,321.4394,57.995975,25.881773,186.03264,1811.0629,327.1045,121.06013,20.513739,15.587658,421.7374,68.22129,1093.8776,85.15027,2534.7092,226.25458,321.7697,85.53469,113.516815,6.3981886,9.911549,12.382849,2.2739947,1.694884,76.0558,80.10106,83.384415,40.18168,37.838737,128.23367,9.312273,2982.2136,46.402058,65.44086,55.528618,60.51541,247.25493,84.90145,118.46102,13.055878,34.05057,74.865326,256.76752,584.6508,73.136894,304.51794,70.98214,115.82152,269.87057,302.6361,953.103,160.13731,5.0259624,16.089382,6.39983,46.451443,19369.201,3.2966928,26.85338,42.46183,35.176258,336.33932,57.22509,141.137,2.2447453,127.32533,428.36505,263.1952,142.3709,492.1501,35.21317,99.384636,152.08641,10.280478,1.6311008,10.786407,1108.1874,0.06978639,0.25608602,48.916782,7.9104958,3.5335608,3.6930711,8.040527,88.99157,30.981722,86.806015,566.7024,239.13062,2135.85,1882.5067,23.741829,43.1278,10555.574,7.5860705,83.40972,731.0843,160.6119,222.20981,93.57191,515.2093,859.563,456.8993,23.975422,125.40825,1032.6011,2011.9773,65.476395,796.3296,76.78217,1.0653741,61.77875,0.98742956,0.5977503,2.7803965,61.149067,152.15785,213.3959,16.167294,2699.4092,412.90726,174.50671,249.73723,100.673195,89.65692,73.439964,45.684814,101.6082,785.07806,249.55818,143.29527,110.17467,16.542606,146.71638,132.40659,29.791574,636.4515,164.13223,2778.0984,32.540703,2637.4436,79.78329,420.8369,1836.2561,70.987305,11.293111,1027.8378,855.0088,2905.5693,91.05127 +2023-08-16 15:00:00,0.0,17677.396,342.51852,31.864487,41.459797,32.88661,175.55695,26.904932,39.779373,20.626455,23.78828,1077.6249,207.65945,13.4052105,155.33136,3.7761967,0.30008066,28.139061,5.0538507,1.1865436,356.6468,0.18717702,379.2403,47.17999,0.5241523,1.3907375,121.233444,17.55397,41.37993,94.7574,27484.871,0.079407,1821.2673,0.32622358,0.18326211,0.07100836,0.40048182,154.61523,175.60266,23.340353,173.30443,28.145203,67.11111,2238.1538,2.2056656,243.20465,142.79913,405.19528,99.50625,373.6467,38.41119,353.16602,0.0,2220.1538,11516.289,30.081207,555.96533,141.18114,41610.35,131.24506,24.518763,111.87001,321.08734,57.960747,25.868057,185.81087,1810.1642,327.06302,120.88716,20.499754,15.581875,421.84357,68.20787,1093.4102,85.1504,2534.8855,226.40686,321.57803,85.5568,113.47158,6.397033,9.909115,12.374146,2.2733977,1.6939528,76.07705,80.1337,83.41517,40.213154,37.86225,128.23315,9.318986,2981.8206,46.37665,65.41129,55.489677,60.447365,247.32407,84.8822,118.316536,13.049852,34.04188,74.81049,256.67374,584.7184,73.18659,304.5681,70.99301,115.773895,269.8614,302.3104,953.0712,160.1326,5.028444,16.071573,6.3939114,46.471283,19370.135,3.2976224,26.874279,42.49274,35.194645,336.34302,57.2543,141.16649,2.2430437,127.33176,428.45792,263.14587,142.40932,492.07828,35.211422,99.3785,152.05035,10.27905,1.6311941,10.7862425,1107.7341,0.06975266,0.25596237,48.9186,7.9089575,3.5330336,3.692296,8.042121,88.9733,30.972582,86.8069,566.6841,239.13911,2136.102,1882.5,23.759455,43.16045,10554.184,7.5854235,83.447914,731.1608,160.6866,222.32721,93.607864,515.48065,859.6946,456.96457,23.991705,125.479034,1032.503,2011.743,65.51979,796.8146,76.85659,1.0652926,61.77746,0.98707825,0.5975088,2.7794142,61.19027,152.23477,213.28111,16.159273,2697.9805,413.06924,174.63509,249.91835,100.72408,89.64163,73.49328,45.773052,101.5998,785.0305,249.56941,143.32231,110.147415,16.563911,146.7353,132.42238,29.772783,636.18494,164.09244,2775.8237,32.5416,2636.4253,79.78608,420.84082,1835.1256,70.95653,11.297962,1027.458,854.78577,2904.0193,91.051384 +2023-08-16 16:00:00,0.0,17677.55,342.60126,31.880909,41.47875,32.895935,175.59242,26.912346,39.799168,20.628336,23.796593,1078.1344,207.54921,13.417873,155.39597,3.7673051,0.29926753,28.142076,5.040846,1.1836065,356.71472,0.18703046,379.37955,47.192986,0.5231473,1.3875138,121.27189,17.55914,41.395462,94.74623,27485.123,0.07927922,1821.9586,0.3259104,0.18302669,0.07090004,0.39987856,154.64868,175.64893,23.336885,173.23924,28.16484,67.06665,2238.327,2.2045314,242.99931,142.64847,405.30463,99.395004,373.75253,38.422703,352.7359,0.0,2219.6885,11509.373,30.059446,556.03107,141.14795,41605.6,131.24283,24.505116,111.71557,320.7353,57.92552,25.854342,185.5891,1809.2656,327.0215,120.7142,20.48577,15.576091,421.94977,68.19445,1092.9426,85.150536,2535.0615,226.55914,321.3863,85.5789,113.426346,6.395878,9.906681,12.365445,2.272801,1.6930217,76.098305,80.16633,83.44592,40.244633,37.885765,128.23264,9.325699,2981.4275,46.35125,65.38172,55.450737,60.379322,247.39319,84.86296,118.17204,13.043827,34.03319,74.75566,256.58,584.7859,73.23629,304.61826,71.00388,115.72628,269.85217,301.98468,953.0394,160.12788,5.030925,16.053764,6.387993,46.491123,19371.07,3.298552,26.895176,42.523655,35.213036,336.3467,57.283512,141.19598,2.241342,127.33817,428.55078,263.0966,142.44772,492.00644,35.209675,99.37237,152.0143,10.277622,1.6312876,10.7860775,1107.2809,0.06971894,0.2558387,48.920414,7.9074197,3.5325062,3.6915212,8.0437155,88.95503,30.963442,86.80779,566.6658,239.1476,2136.354,1882.4934,23.77708,43.1931,10552.794,7.5847764,83.48611,731.2374,160.76129,222.44463,93.643814,515.75195,859.82623,457.02982,24.007988,125.54983,1032.405,2011.5088,65.56319,797.2996,76.93101,1.0652109,61.77617,0.98672694,0.59726727,2.778432,61.23147,152.31169,213.1663,16.151255,2696.5515,413.2312,174.76344,250.09946,100.77496,89.62634,73.54659,45.86129,101.5914,784.98303,249.58064,143.34937,110.12016,16.585215,146.75421,132.43817,29.753994,635.91846,164.05266,2773.5488,32.542496,2635.407,79.78888,420.84476,1833.9951,70.92576,11.302814,1027.0782,854.5627,2902.469,91.0515 +2023-08-16 17:00:00,0.0,17677.707,342.68402,31.897331,41.4977,32.90526,175.62791,26.919762,39.81896,20.630217,23.804905,1078.6438,207.43896,13.430536,155.46059,3.7584136,0.2984544,28.145092,5.0278406,1.1806695,356.78265,0.18688391,379.5188,47.20598,0.52214223,1.3842899,121.31034,17.56431,41.41099,94.73506,27485.373,0.07915145,1822.6499,0.32559723,0.18279126,0.070791714,0.39927524,154.68213,175.69519,23.333418,173.17406,28.184479,67.0222,2238.5002,2.203397,242.79398,142.49779,405.41394,99.28375,373.85837,38.434216,352.30582,0.0,2219.2231,11502.458,30.037685,556.0968,141.11476,41600.85,131.2406,24.49147,111.56113,320.38324,57.890293,25.840626,185.36732,1808.3671,326.98,120.54124,20.471783,15.570307,422.05594,68.18102,1092.4752,85.15067,2535.2375,226.71143,321.19458,85.60101,113.38111,6.394722,9.904247,12.356743,2.2722042,1.6920905,76.11955,80.19896,83.47667,40.27611,37.909275,128.23212,9.332412,2981.0342,46.325844,65.35215,55.4118,60.311275,247.46233,84.84372,118.02756,13.037801,34.0245,74.70082,256.4862,584.8534,73.28599,304.66843,71.014755,115.67866,269.843,301.65897,953.0076,160.12317,5.0334063,16.035954,6.3820744,46.510963,19372.006,3.2994816,26.916075,42.55457,35.231422,336.3504,57.312725,141.22548,2.2396407,127.34459,428.64362,263.04727,142.48615,491.93463,35.207928,99.36624,151.97824,10.276195,1.631381,10.785913,1106.8278,0.06968521,0.25571504,48.92223,7.9058814,3.5319788,3.6907463,8.045309,88.93677,30.954302,86.808685,566.6475,239.1561,2136.606,1882.4867,23.794704,43.22575,10551.403,7.5841293,83.52431,731.314,160.83598,222.56203,93.67977,516.0233,859.9578,457.09506,24.02427,125.62061,1032.3071,2011.2745,65.60659,797.7846,77.005424,1.0651294,61.774876,0.9863757,0.59702575,2.7774496,61.27267,152.38863,213.05151,16.143234,2695.1226,413.39316,174.8918,250.28058,100.82584,89.61105,73.59991,45.94953,101.583,784.93555,249.59187,143.37642,110.09291,16.606518,146.77313,132.45396,29.735205,635.6519,164.01288,2771.274,32.54339,2634.3884,79.79167,420.84866,1832.8646,70.89498,11.307665,1026.6984,854.3396,2900.9187,91.05162 +2023-08-16 18:00:00,0.0,17677.861,342.76678,31.913754,41.51665,32.91458,175.66339,26.927176,39.83875,20.632095,23.813217,1079.1532,207.32874,13.443199,155.5252,3.749522,0.2976413,28.148108,5.014836,1.1777325,356.8506,0.18673737,379.65805,47.218975,0.5211372,1.381066,121.348785,17.569479,41.426525,94.7239,27485.623,0.079023674,1823.3412,0.32528403,0.18255584,0.07068339,0.39867195,154.71558,175.74144,23.32995,173.10887,28.204117,66.97775,2238.6736,2.2022629,242.58864,142.3471,405.52325,99.1725,373.9642,38.44573,351.8757,0.0,2218.7578,11495.542,30.015923,556.1626,141.08157,41596.1,131.23837,24.477823,111.406685,320.0312,57.85507,25.82691,185.14555,1807.4684,326.9385,120.36827,20.457798,15.564523,422.1621,68.1676,1092.0078,85.1508,2535.4136,226.86371,321.00284,85.62312,113.335884,6.3935666,9.901813,12.348041,2.2716074,1.6911594,76.14081,80.23159,83.50742,40.30759,37.93279,128.2316,9.339126,2980.641,46.300438,65.32258,55.37286,60.24323,247.53145,84.82448,117.883064,13.031775,34.015812,74.64599,256.39246,584.9209,73.335686,304.71857,71.02562,115.631035,269.8338,301.33328,952.97577,160.11845,5.0358872,16.018145,6.3761563,46.530804,19372.94,3.3004115,26.936972,42.585484,35.24981,336.3541,57.341934,141.25497,2.2379391,127.351006,428.73648,262.99796,142.52457,491.8628,35.20618,99.36011,151.94218,10.274767,1.6314745,10.7857485,1106.3745,0.069651484,0.2555914,48.92405,7.9043436,3.5314517,3.6899712,8.046903,88.918495,30.945162,86.80958,566.6292,239.16458,2136.858,1882.48,23.81233,43.2584,10550.013,7.5834823,83.5625,731.39056,160.91069,222.67943,93.71573,516.2946,860.0895,457.16034,24.040552,125.6914,1032.2091,2011.0403,65.64999,798.26965,77.07984,1.0650479,61.773582,0.9860244,0.59678423,2.7764673,61.31387,152.46555,212.93672,16.135214,2693.6938,413.5551,175.02016,250.4617,100.87673,89.595764,73.65322,46.03777,101.5746,784.888,249.6031,143.40347,110.06566,16.627823,146.79204,132.46976,29.716413,635.38544,163.97308,2768.9993,32.544285,2633.37,79.794464,420.8526,1831.734,70.864204,11.312515,1026.3186,854.1165,2899.3687,91.051735 +2023-08-16 19:00:00,0.0,17678.016,342.84952,31.930176,41.535603,32.92391,175.69887,26.93459,39.858543,20.633976,23.82153,1079.6627,207.21849,13.455862,155.58983,3.7406306,0.29682818,28.151123,5.0018306,1.1747954,356.91855,0.18659082,379.79733,47.23197,0.5201322,1.3778422,121.38724,17.574648,41.442055,94.71273,27485.875,0.0788959,1824.0326,0.32497084,0.18232042,0.070575066,0.3980687,154.74902,175.7877,23.326483,173.04369,28.223755,66.9333,2238.8467,2.2011287,242.3833,142.19644,405.63257,99.06125,374.07004,38.45724,351.4456,0.0,2218.2927,11488.627,29.994162,556.22833,141.04839,41591.35,131.23615,24.464176,111.25224,319.67914,57.81984,25.813194,184.92377,1806.5698,326.897,120.19531,20.443813,15.558739,422.2683,68.15418,1091.5403,85.15094,2535.5896,227.016,320.81113,85.645226,113.29065,6.3924108,9.899379,12.339339,2.2710106,1.6902282,76.162056,80.26422,83.53818,40.33907,37.956303,128.23108,9.345839,2980.248,46.275036,65.293015,55.33392,60.175186,247.60059,84.80523,117.73858,13.02575,34.00712,74.591156,256.29868,584.9884,73.38538,304.76874,71.03649,115.58341,269.8246,301.00757,952.944,160.11374,5.038368,16.000336,6.370238,46.550644,19373.875,3.301341,26.95787,42.616398,35.268196,336.3578,57.371147,141.28445,2.2362375,127.35743,428.82935,262.94864,142.56297,491.791,35.204433,99.35397,151.90613,10.273339,1.631568,10.7855835,1105.9213,0.06961776,0.25546774,48.925865,7.9028053,3.5309243,3.6891963,8.048496,88.90023,30.936022,86.81047,566.6109,239.17308,2137.1099,1882.4734,23.829956,43.29105,10548.623,7.582835,83.60069,731.46716,160.98538,222.79684,93.75168,516.5659,860.22107,457.2256,24.056835,125.76219,1032.1111,2010.806,65.69338,798.75464,77.15426,1.0649663,61.772293,0.9856731,0.5965427,2.775485,61.355072,152.54247,212.82193,16.127195,2692.265,413.71707,175.14853,250.6428,100.92761,89.580475,73.70654,46.12601,101.56619,784.8405,249.61435,143.43053,110.03841,16.649126,146.81096,132.48555,29.697624,635.1189,163.9333,2766.7244,32.54518,2632.3518,79.79726,420.8565,1830.6035,70.83343,11.317367,1025.9388,853.89343,2897.8184,91.05185 +2023-08-16 20:00:00,0.0,17678.17,342.93228,31.946598,41.554554,32.93323,175.73436,26.942003,39.878334,20.635857,23.829842,1080.1721,207.10826,13.468525,155.65443,3.731739,0.29601505,28.154139,4.988826,1.1718584,356.98648,0.18644427,379.93658,47.24497,0.51912713,1.3746183,121.42568,17.579819,41.45759,94.70156,27486.125,0.07876813,1824.7239,0.32465768,0.18208499,0.07046674,0.39746538,154.78249,175.83397,23.323015,172.9785,28.243393,66.88885,2239.02,2.1999943,242.17796,142.04576,405.74188,98.950005,374.1759,38.468754,351.01547,0.0,2217.8274,11481.711,29.9724,556.29407,141.01521,41586.6,131.23393,24.450531,111.0978,319.3271,57.784615,25.799479,184.702,1805.6713,326.8555,120.02235,20.429829,15.552955,422.37448,68.14076,1091.0729,85.15107,2535.7659,227.16829,320.61942,85.667336,113.245415,6.3912554,9.896945,12.330637,2.2704136,1.6892971,76.18331,80.29685,83.568924,40.37055,37.979816,128.23056,9.352551,2979.8547,46.24963,65.26344,55.29498,60.10714,247.66971,84.78599,117.594086,13.019725,33.99843,74.53632,256.20493,585.0559,73.43508,304.81888,71.04736,115.53579,269.8154,300.68185,952.9122,160.10902,5.0408497,15.982527,6.3643193,46.57048,19374.81,3.3022707,26.978767,42.647312,35.286583,336.36148,57.400356,141.31395,2.2345362,127.363846,428.92218,262.89932,142.6014,491.71915,35.202686,99.34785,151.87007,10.271912,1.6316613,10.7854185,1105.468,0.069584034,0.2553441,48.92768,7.9012675,3.530397,3.6884212,8.05009,88.881966,30.926882,86.811356,566.5926,239.18156,2137.3618,1882.4667,23.847582,43.3237,10547.232,7.582188,83.638885,731.5437,161.06009,222.91425,93.787636,516.8373,860.3527,457.29083,24.073118,125.83298,1032.0131,2010.5718,65.736786,799.2397,77.228676,1.0648847,61.771,0.9853218,0.5963012,2.7745028,61.39627,152.6194,212.70712,16.119175,2690.836,413.87903,175.27689,250.82393,100.97849,89.565186,73.75986,46.21425,101.55779,784.79297,249.62558,143.45758,110.011154,16.67043,146.82986,132.50134,29.678835,634.8524,163.89351,2764.4497,32.546078,2631.3335,79.80005,420.86044,1829.473,70.80265,11.322218,1025.559,853.6704,2896.268,91.05196 +2023-08-16 21:00:00,0.0,17678.324,343.01505,31.96302,41.573505,32.942554,175.76984,26.949417,39.89813,20.637737,23.838156,1080.6815,206.99802,13.481188,155.71906,3.7228475,0.29520196,28.157154,4.9758205,1.1689214,357.0544,0.18629771,380.07584,47.25796,0.51812214,1.3713944,121.464134,17.584988,41.473118,94.69039,27486.375,0.07864035,1825.4152,0.3243445,0.18184957,0.07035842,0.3968621,154.81593,175.88022,23.319548,172.9133,28.263031,66.8444,2239.1934,2.1988602,241.97263,141.89508,405.8512,98.83875,374.28174,38.480267,350.5854,0.0,2217.3623,11474.796,29.950638,556.3598,140.98203,41581.85,131.2317,24.436884,110.94336,318.97504,57.749386,25.785763,184.48022,1804.7726,326.81403,119.84938,20.415844,15.547171,422.48068,68.12734,1090.6053,85.15121,2535.942,227.32057,320.4277,85.68944,113.20018,6.3901,9.894511,12.321935,2.2698169,1.6883659,76.20456,80.32948,83.59968,40.402027,38.003326,128.23004,9.359265,2979.4617,46.224228,65.23387,55.256042,60.039097,247.73885,84.76675,117.4496,13.013699,33.98974,74.48148,256.11115,585.1235,73.48478,304.86905,71.058235,115.48817,269.80618,300.35614,952.8804,160.10431,5.0433307,15.964718,6.358401,46.59032,19375.744,3.3032002,26.999666,42.678226,35.30497,336.36517,57.42957,141.34344,2.2328346,127.37026,429.01505,262.85,142.6398,491.64734,35.20094,99.34171,151.83401,10.270484,1.6317548,10.785254,1105.0149,0.069550306,0.2552204,48.929497,7.8997293,3.5298698,3.6876464,8.051683,88.86369,30.917744,86.81225,566.5743,239.19006,2137.6138,1882.46,23.865206,43.35635,10545.843,7.581541,83.67708,731.6203,161.13478,223.03165,93.823586,517.1086,860.4843,457.3561,24.089401,125.90377,1031.915,2010.3375,65.78018,799.7247,77.30309,1.0648031,61.769707,0.9849705,0.5960597,2.7735205,61.437473,152.69632,212.59233,16.111155,2689.4072,414.04102,175.40524,251.00504,101.02938,89.5499,73.81317,46.302486,101.54939,784.7455,249.63681,143.48462,109.98391,16.691734,146.84879,132.51714,29.660044,634.5859,163.85373,2762.1748,32.54697,2630.315,79.80284,420.86435,1828.3425,70.77188,11.327069,1025.1792,853.4473,2894.718,91.05208 +2023-08-16 22:00:00,0.0,17678.479,343.09778,31.979443,41.592457,32.95188,175.80531,26.956833,39.91792,20.639618,23.846468,1081.191,206.88777,13.49385,155.78368,3.7139559,0.29438883,28.16017,4.9628158,1.1659843,357.12234,0.18615116,380.2151,47.270958,0.5171171,1.3681706,121.50258,17.590157,41.48865,94.67922,27486.625,0.07851257,1826.1064,0.3240313,0.18161415,0.0702501,0.39625883,154.84938,175.92648,23.31608,172.84811,28.28267,66.79995,2239.3667,2.197726,241.76729,141.74442,405.96054,98.7275,374.38757,38.49178,350.15527,0.0,2216.897,11467.88,29.928877,556.42554,140.94884,41577.1,131.22948,24.423239,110.78892,318.623,57.714157,25.772047,184.25845,1803.874,326.77252,119.67642,20.40186,15.541388,422.58685,68.113914,1090.138,85.151344,2536.118,227.47285,320.23596,85.71155,113.154945,6.388944,9.892077,12.313233,2.26922,1.6874348,76.225815,80.36212,83.63043,40.433506,38.02684,128.22952,9.365978,2979.0686,46.198822,65.2043,55.217102,59.97105,247.80798,84.747505,117.30511,13.007673,33.98105,74.42665,256.0174,585.191,73.53448,304.9192,71.06911,115.44055,269.797,300.03046,952.8486,160.0996,5.045812,15.946909,6.3524823,46.61016,19376.68,3.30413,27.020563,42.70914,35.32336,336.36884,57.458782,141.37294,2.231133,127.37668,429.1079,262.8007,142.67822,491.5755,35.199192,99.33558,151.79796,10.269056,1.6318482,10.7850895,1104.5616,0.069516584,0.25509676,48.931313,7.8981915,3.5293424,3.6868715,8.053278,88.84543,30.908604,86.81314,566.55597,239.19855,2137.8657,1882.4534,23.882832,43.389,10544.452,7.5808945,83.71528,731.6969,161.20947,223.14906,93.85954,517.37994,860.61597,457.42136,24.105682,125.974556,1031.817,2010.1033,65.82358,800.2097,77.37751,1.0647216,61.768417,0.98461926,0.5958182,2.7725382,61.478672,152.77324,212.47754,16.103136,2687.9783,414.20297,175.5336,251.18616,101.08026,89.53461,73.866486,46.390728,101.54099,784.698,249.64804,143.51167,109.95666,16.713037,146.86769,132.53293,29.641254,634.3194,163.81395,2759.9001,32.547867,2629.2966,79.80563,420.8683,1827.2119,70.741104,11.331921,1024.7994,853.22424,2893.1677,91.05219 +2023-08-16 23:00:00,0.0,17678.633,343.18054,31.995865,41.61141,32.961205,175.8408,26.964247,39.93771,20.641499,23.85478,1081.7004,206.77754,13.506513,155.8483,3.7050645,0.2935757,28.163185,4.9498105,1.1630472,357.1903,0.18600462,380.35437,47.283955,0.516112,1.3649467,121.54103,17.595327,41.50418,94.66805,27486.877,0.0783848,1826.7977,0.32371813,0.18137872,0.07014178,0.39565554,154.88283,175.97273,23.312613,172.78293,28.302307,66.75549,2239.5398,2.1965919,241.56195,141.59373,406.0699,98.61625,374.4934,38.503296,349.72516,0.0,2216.432,11460.964,29.907116,556.49133,140.91565,41572.35,131.22725,24.409592,110.634476,318.27094,57.678932,25.758331,184.03668,1802.9755,326.73102,119.503456,20.387873,15.535604,422.69302,68.100494,1089.6704,85.151474,2536.294,227.62514,320.04425,85.73366,113.10972,6.387789,9.889643,12.304531,2.2686234,1.6865036,76.24706,80.394745,83.66118,40.464985,38.050354,128.229,9.372691,2978.6753,46.17342,65.17473,55.17816,59.903004,247.8771,84.72826,117.16062,13.001648,33.97236,74.37182,255.92361,585.2585,73.584175,304.96936,71.07997,115.39293,269.7878,299.70474,952.8168,160.09488,5.048293,15.929099,6.346564,46.63,19377.615,3.3050597,27.041462,42.740055,35.341747,336.37253,57.48799,141.40244,2.2294316,127.383095,429.20074,262.7514,142.71663,491.5037,35.197445,99.32945,151.7619,10.267629,1.6319417,10.7849245,1104.1084,0.069482855,0.2549731,48.933132,7.896653,3.5288153,3.6860964,8.054872,88.82716,30.899464,86.81403,566.53766,239.20705,2138.1177,1882.4467,23.900457,43.42165,10543.0625,7.5802474,83.75347,731.77344,161.28418,223.26646,93.8955,517.65125,860.74756,457.4866,24.121965,126.04534,1031.719,2009.869,65.866974,800.6947,77.45193,1.06464,61.767124,0.98426795,0.5955767,2.7715561,61.519875,152.85017,212.36275,16.095116,2686.5493,414.36493,175.66196,251.36728,101.13115,89.51932,73.9198,46.478966,101.53259,784.65045,249.65927,143.53873,109.929405,16.73434,146.88661,132.54872,29.622465,634.0529,163.77415,2757.6252,32.548763,2628.2783,79.808426,420.8722,1826.0814,70.71033,11.336772,1024.4196,853.00116,2891.6177,91.05231 +2023-08-17 00:00:00,0.0,17678.787,343.26328,32.012287,41.63036,32.970528,175.87628,26.97166,39.957504,20.643377,23.863092,1082.2098,206.6673,13.519176,155.9129,3.696173,0.29276258,28.1662,4.9368057,1.1601102,357.25824,0.18585807,380.49362,47.29695,0.51510704,1.361723,121.579475,17.600496,41.519714,94.65689,27487.127,0.078257024,1827.489,0.32340494,0.1811433,0.07003345,0.39505222,154.91628,176.019,23.309147,172.71774,28.321945,66.711044,2239.7131,2.1954575,241.35661,141.44305,406.1792,98.505005,374.59924,38.51481,349.29504,0.0,2215.9666,11454.049,29.885353,556.55707,140.88246,41567.598,131.22502,24.395945,110.480034,317.91888,57.643703,25.744616,183.8149,1802.0768,326.6895,119.33049,20.373888,15.5298195,422.79922,68.087074,1089.203,85.15161,2536.47,227.77742,319.8525,85.75576,113.06448,6.3866334,9.887209,12.295829,2.2680266,1.6855725,76.26832,80.42738,83.69193,40.496464,38.073864,128.22849,9.379405,2978.2822,46.148014,65.145164,55.13922,59.83496,247.94624,84.709015,117.01613,12.995623,33.96367,74.31698,255.82985,585.326,73.63387,305.01953,71.09084,115.34531,269.7786,299.37903,952.7849,160.09016,5.0507746,15.91129,6.3406453,46.64984,19378.549,3.3059893,27.062359,42.77097,35.360134,336.37622,57.517204,141.43193,2.22773,127.38952,429.2936,262.7021,142.75505,491.43185,35.195698,99.32332,151.72585,10.266201,1.6320351,10.7847595,1103.6553,0.06944913,0.25484946,48.934948,7.8951154,3.528288,3.6853216,8.056465,88.80889,30.890324,86.814926,566.51935,239.21555,2138.3696,1882.4401,23.918081,43.4543,10541.672,7.5796003,83.791664,731.85004,161.35887,223.38387,93.93145,517.92255,860.8792,457.55188,24.138248,126.116135,1031.621,2009.6348,65.91038,801.17975,77.526344,1.0645584,61.765835,0.98391664,0.5953352,2.7705739,61.561073,152.9271,212.24794,16.087097,2685.1206,414.5269,175.79033,251.54839,101.18203,89.504036,73.973114,46.567207,101.52419,784.60297,249.6705,143.56578,109.90215,16.755644,146.90552,132.56451,29.603674,633.7864,163.73438,2755.3506,32.549656,2627.26,79.811226,420.87613,1824.9509,70.67955,11.341623,1024.0398,852.77814,2890.0674,91.05242 +2023-08-17 01:00:00,0.0,17678.941,343.34604,32.02871,41.64931,32.979855,175.91176,26.979074,39.977295,20.645258,23.871405,1082.7192,206.55707,13.531838,155.97752,3.6872814,0.29194948,28.169216,4.9238005,1.1571732,357.32617,0.18571152,380.63287,47.309944,0.514102,1.358499,121.61793,17.605665,41.535244,94.64572,27487.377,0.07812925,1828.1803,0.32309178,0.18090789,0.06992513,0.39444897,154.94972,176.06526,23.30568,172.65256,28.341583,66.666595,2239.8865,2.1943233,241.15128,141.29239,406.2885,98.39375,374.70508,38.52632,348.86496,0.0,2215.5015,11447.133,29.863592,556.6228,140.84927,41562.848,131.22281,24.3823,110.32559,317.56683,57.60848,25.7309,183.59312,1801.1782,326.648,119.15753,20.359903,15.524035,422.9054,68.073654,1088.7355,85.15175,2536.6462,227.9297,319.66083,85.77787,113.01925,6.3854775,9.884775,12.2871275,2.2674296,1.6846414,76.289566,80.460014,83.72269,40.527943,38.097378,128.22797,9.386118,2977.8892,46.12261,65.11559,55.100285,59.766914,248.01537,84.68977,116.87164,12.989596,33.954975,74.262146,255.7361,585.3935,73.68357,305.06967,71.101715,115.29768,269.7694,299.05334,952.7531,160.08543,5.0532556,15.893481,6.334727,46.66968,19379.484,3.306919,27.083258,42.801884,35.37852,336.3799,57.546413,141.46143,2.2260284,127.395935,429.38647,262.65277,142.79347,491.36005,35.19395,99.317184,151.68979,10.264773,1.6321285,10.784595,1103.202,0.069415405,0.2547258,48.936764,7.8935776,3.5277605,3.6845465,8.058059,88.79063,30.881184,86.81582,566.5011,239.22403,2138.6216,1882.4333,23.935707,43.48695,10540.281,7.5789533,83.82986,731.92664,161.43356,223.50128,93.96741,518.1939,861.0108,457.61713,24.154531,126.18692,1031.5231,2009.4005,65.95377,801.66473,77.60077,1.0644768,61.76454,0.9835654,0.59509367,2.7695916,61.602276,153.00401,212.13315,16.079077,2683.6917,414.68884,175.91869,251.7295,101.23291,89.48875,74.026436,46.655445,101.51579,784.5555,249.68173,143.59283,109.8749,16.776949,146.92444,132.5803,29.584885,633.5199,163.6946,2753.0757,32.550552,2626.2415,79.81402,420.88004,1823.8204,70.64877,11.346475,1023.66,852.55505,2888.517,91.052536 +2023-08-17 02:00:00,0.0,17679.096,343.4288,32.04513,41.668262,32.989178,175.94724,26.986488,39.997086,20.647139,23.879717,1083.2288,206.44682,13.544501,156.04214,3.6783898,0.29113635,28.172232,4.9107957,1.1542361,357.3941,0.18556497,380.77213,47.32294,0.513097,1.3552752,121.65637,17.610836,41.550777,94.63455,27487.629,0.07800148,1828.8716,0.32277858,0.18067247,0.069816805,0.39384568,154.98318,176.11151,23.302212,172.58737,28.361221,66.62214,2240.0596,2.1931891,240.94594,141.14171,406.39783,98.2825,374.8109,38.537834,348.43484,0.0,2215.0361,11440.218,29.841831,556.68854,140.81609,41558.098,131.22058,24.368652,110.17115,317.2148,57.57325,25.717184,183.37135,1800.2797,326.6065,118.984566,20.345919,15.518251,423.0116,68.060234,1088.2681,85.15188,2536.8223,228.082,319.4691,85.79998,112.974014,6.384322,9.882341,12.278425,2.2668328,1.6837102,76.31082,80.492645,83.75343,40.55942,38.12089,128.22745,9.392831,2977.4958,46.097206,65.08602,55.061344,59.69887,248.0845,84.67053,116.72715,12.983571,33.946285,74.20731,255.64233,585.461,73.73327,305.11984,71.11259,115.25006,269.7602,298.72763,952.7213,160.08072,5.0557365,15.875672,6.3288083,46.68952,19380.42,3.3078487,27.104155,42.832798,35.396908,336.3836,57.575626,141.49092,2.224327,127.40235,429.4793,262.60345,142.83188,491.2882,35.192204,99.31106,151.65373,10.263346,1.6322219,10.78443,1102.7488,0.06938168,0.25460213,48.93858,7.8920393,3.5272334,3.6837716,8.059652,88.77236,30.872044,86.8167,566.4828,239.23253,2138.8735,1882.4266,23.953333,43.5196,10538.892,7.578306,83.86806,732.0032,161.50827,223.61868,94.00336,518.4652,861.14246,457.68237,24.170815,126.25771,1031.425,2009.1663,65.99717,802.1498,77.675186,1.0643953,61.76325,0.9832141,0.59485215,2.7686093,61.643475,153.08095,212.01836,16.071056,2682.263,414.85083,176.04704,251.91061,101.2838,89.47346,74.07975,46.743683,101.50739,784.50793,249.69298,143.61989,109.84765,16.798252,146.94334,132.5961,29.566095,633.25336,163.6548,2750.8008,32.55145,2625.2231,79.81681,420.88397,1822.6898,70.618004,11.351326,1023.2802,852.332,2886.967,91.05266 +2023-08-17 03:00:00,0.0,17679.252,343.51154,32.061554,41.687214,32.9985,175.98273,26.993904,40.01688,20.64902,23.88803,1083.7382,206.33658,13.557164,156.10677,3.6694984,0.29032323,28.175247,4.8977904,1.1512991,357.46207,0.18541841,380.9114,47.335938,0.51209193,1.3520514,121.694824,17.616005,41.566307,94.62338,27487.879,0.0778737,1829.5629,0.3224654,0.18043704,0.06970848,0.39324236,155.01663,176.15778,23.298744,172.52217,28.38086,66.57769,2240.233,2.1920547,240.74059,140.99104,406.50717,98.17125,374.91675,38.549347,348.00473,0.0,2214.5708,11433.302,29.820068,556.7543,140.7829,41553.348,131.21835,24.355007,110.01671,316.86273,57.538025,25.703468,183.14958,1799.381,326.56503,118.8116,20.331934,15.512468,423.11777,68.04681,1087.8007,85.152016,2536.9983,228.23428,319.27737,85.82208,112.92878,6.3831663,9.879908,12.269723,2.266236,1.6827791,76.33207,80.525276,83.78419,40.590897,38.144405,128.22693,9.399544,2977.1028,46.0718,65.05645,55.022404,59.630825,248.15363,84.65128,116.582664,12.977546,33.937595,74.15247,255.54857,585.52856,73.78297,305.16998,71.12346,115.20244,269.751,298.40192,952.6895,160.076,5.058218,15.857862,6.32289,46.709362,19381.354,3.3087783,27.125053,42.86371,35.4153,336.3873,57.60484,141.52042,2.2226255,127.40877,429.57217,262.55414,142.8703,491.2164,35.190456,99.304924,151.61768,10.261917,1.6323154,10.7842655,1102.2957,0.06934795,0.25447848,48.940395,7.8905015,3.526706,3.6829967,8.061246,88.75409,30.862904,86.8176,566.4645,239.24101,2139.1255,1882.42,23.970957,43.55225,10537.501,7.577659,83.90625,732.0798,161.58296,223.73608,94.039314,518.7366,861.27405,457.74765,24.187096,126.3285,1031.327,2008.932,66.04057,802.63477,77.7496,1.0643138,61.76196,0.9828628,0.59461063,2.767627,61.684677,153.15787,211.90355,16.063038,2680.834,415.0128,176.1754,252.09174,101.33468,89.45817,74.133064,46.831924,101.49899,784.46045,249.70421,143.64693,109.8204,16.819555,146.96227,132.6119,29.547304,632.9869,163.61502,2748.5261,32.55234,2624.2048,79.8196,420.88788,1821.5593,70.58723,11.356177,1022.9004,852.1089,2885.4167,91.05277 +2023-08-17 04:00:00,0.0,17679.406,343.5943,32.077976,41.706165,33.007824,176.0182,27.001318,40.03667,20.6509,23.896343,1084.2476,206.22635,13.569827,156.17137,3.6606069,0.28951013,28.178263,4.8847857,1.148362,357.53,0.18527186,381.05066,47.348934,0.5110869,1.3488275,121.73327,17.621174,41.58184,94.61221,27488.129,0.07774593,1830.2542,0.32215223,0.18020162,0.06960016,0.3926391,155.05008,176.20404,23.295277,172.45699,28.400497,66.53324,2240.4062,2.1909206,240.53525,140.84036,406.6165,98.060005,375.02258,38.56086,347.57465,0.0,2214.1055,11426.387,29.798307,556.82007,140.74973,41548.598,131.21613,24.34136,109.86227,316.51068,57.502796,25.689753,182.92781,1798.4824,326.52353,118.63864,20.31795,15.506684,423.22394,68.03339,1087.3331,85.152145,2537.1743,228.38657,319.08563,85.84419,112.883545,6.382011,9.877473,12.261022,2.2656393,1.6818479,76.353325,80.55791,83.81494,40.622375,38.167915,128.2264,9.406258,2976.7097,46.0464,65.02688,54.983463,59.56278,248.22276,84.63204,116.43817,12.97152,33.928905,74.09764,255.4548,585.59607,73.832664,305.22015,71.13432,115.15482,269.74182,298.0762,952.6577,160.07129,5.060699,15.840054,6.3169713,46.729202,19382.29,3.3097079,27.14595,42.894623,35.433685,336.391,57.63405,141.54991,2.220924,127.41519,429.66504,262.50482,142.9087,491.14456,35.18871,99.29879,151.58162,10.260489,1.6324089,10.784101,1101.8424,0.06931423,0.25435483,48.94221,7.888963,3.5261786,3.6822217,8.06284,88.735825,30.853764,86.81849,566.44617,239.24951,2139.3774,1882.4133,23.988583,43.5849,10536.111,7.577012,83.94444,732.1563,161.65767,223.8535,94.07527,519.0079,861.4057,457.8129,24.203379,126.399284,1031.229,2008.6978,66.08397,803.1198,77.82402,1.0642321,61.760666,0.9825115,0.5943691,2.7666447,61.725876,153.23479,211.78876,16.055017,2679.405,415.17474,176.30376,252.27284,101.38556,89.44288,74.18638,46.920162,101.49059,784.41296,249.71544,143.67398,109.793144,16.84086,146.98117,132.62769,29.528515,632.72034,163.57523,2746.2512,32.553238,2623.1865,79.822395,420.8918,1820.4288,70.55645,11.361029,1022.5206,851.8858,2883.8665,91.05289 +2023-08-17 05:00:00,0.0,17679.56,343.67706,32.0944,41.725117,33.01715,176.05368,27.008732,40.056465,20.65278,23.904655,1084.7571,206.1161,13.58249,156.236,3.6517153,0.288697,28.181278,4.8717804,1.145425,357.59793,0.18512532,381.1899,47.36193,0.5100819,1.3456036,121.77172,17.626345,41.597374,94.60104,27488.38,0.07761815,1830.9454,0.32183903,0.1799662,0.06949183,0.3920358,155.08353,176.25029,23.29181,172.3918,28.420135,66.488785,2240.5793,2.1897864,240.32991,140.68968,406.72583,97.94875,375.12842,38.572372,347.14453,0.0,2213.6404,11419.471,29.776545,556.8858,140.71654,41543.848,131.2139,24.327715,109.707825,316.15866,57.467567,25.676037,182.70602,1797.5839,326.48203,118.465675,20.303963,15.5009,423.33014,68.019966,1086.8657,85.15228,2537.3503,228.53885,318.89392,85.866295,112.83832,6.3808556,9.875039,12.252319,2.2650425,1.6809168,76.37457,80.59054,83.84569,40.653854,38.19143,128.22588,9.412971,2976.3167,46.020992,64.997314,54.944527,59.494736,248.2919,84.6128,116.293686,12.965495,33.920216,74.04281,255.36104,585.6636,73.88236,305.2703,71.145195,115.1072,269.7326,297.75052,952.6259,160.06657,5.0631804,15.822245,6.3110533,46.74904,19383.223,3.3106377,27.16685,42.925537,35.452072,336.39468,57.66326,141.5794,2.2192225,127.42161,429.75787,262.45554,142.94713,491.07275,35.186962,99.29266,151.54556,10.259062,1.6325023,10.783936,1101.3892,0.0692805,0.25423118,48.94403,7.8874254,3.5256515,3.6814468,8.064434,88.71756,30.844625,86.81938,566.42786,239.258,2139.6296,1882.4067,24.006208,43.61755,10534.721,7.576365,83.982635,732.2329,161.73236,223.9709,94.11122,519.2792,861.5373,457.87817,24.219662,126.47008,1031.131,2008.4635,66.127365,803.6048,77.89844,1.0641506,61.759377,0.9821602,0.5941276,2.7656624,61.76708,153.31172,211.67397,16.046997,2677.9763,415.3367,176.43213,252.45396,101.43645,89.42759,74.23969,47.008404,101.48219,784.3654,249.72667,143.70103,109.76589,16.862164,147.00009,132.64348,29.509726,632.45386,163.53545,2743.9766,32.554134,2622.168,79.82519,420.89572,1819.2983,70.52567,11.36588,1022.1408,851.6628,2882.3164,91.053 +2023-08-17 06:00:00,0.0,17679.715,343.7598,32.11082,41.74407,33.026474,176.08917,27.016146,40.076256,20.65466,23.912968,1085.2665,206.00587,13.595153,156.30061,3.642824,0.28788388,28.184294,4.8587756,1.1424879,357.66586,0.18497877,381.32916,47.374924,0.50907683,1.3423798,121.810165,17.631514,41.612904,94.58988,27488.63,0.077490374,1831.6367,0.32152584,0.17973077,0.06938351,0.39143252,155.11697,176.29655,23.288342,172.32661,28.439774,66.444336,2240.7527,2.1886523,240.12457,140.53902,406.83514,97.8375,375.23425,38.583885,346.71442,0.0,2213.175,11412.556,29.754784,556.95154,140.68335,41539.098,131.21169,24.314068,109.55338,315.80658,57.432343,25.662321,182.48425,1796.6852,326.44052,118.29271,20.289978,15.495116,423.4363,68.006546,1086.3982,85.15242,2537.5266,228.69113,318.70218,85.888405,112.79308,6.3796997,9.872605,12.243617,2.2644458,1.6799856,76.39583,80.62317,83.87644,40.685333,38.214943,128.22536,9.419683,2975.9233,45.995586,64.96774,54.905586,59.42669,248.36102,84.59356,116.14919,12.959469,33.911526,73.987976,255.26727,585.7311,73.93206,305.32047,71.15607,115.05958,269.72342,297.4248,952.59406,160.06186,5.0656614,15.804436,6.305135,46.76888,19384.158,3.3115673,27.187746,42.95645,35.47046,336.39838,57.692474,141.60889,2.217521,127.428024,429.85074,262.40622,142.98555,491.00095,35.185215,99.28653,151.5095,10.257634,1.6325958,10.783771,1100.936,0.06924677,0.25410753,48.945847,7.885887,3.525124,3.680672,8.066028,88.69929,30.835485,86.820274,566.40955,239.2665,2139.8816,1882.4,24.023832,43.6502,10533.33,7.575718,84.02083,732.3095,161.80705,224.0883,94.14718,519.55054,861.6689,457.94342,24.235945,126.54086,1031.033,2008.2292,66.17077,804.08984,77.972855,1.064069,61.758083,0.98180896,0.5938861,2.7646801,61.808277,153.38864,211.55917,16.038979,2676.5474,415.49866,176.56049,252.63509,101.48733,89.4123,74.29301,47.09664,101.47379,784.31793,249.7379,143.72809,109.73865,16.883467,147.019,132.65927,29.490934,632.1873,163.49567,2741.7017,32.555027,2621.1497,79.82798,420.89966,1818.1677,70.494896,11.37073,1021.761,851.4397,2880.766,91.053116 +2023-08-17 07:00:00,0.0,17679.87,343.84256,32.127243,41.76302,33.035797,176.12465,27.02356,40.096046,20.65654,23.92128,1085.7759,205.89563,13.607815,156.36522,3.6339324,0.28707075,28.18731,4.8457704,1.1395509,357.73383,0.18483222,381.46844,47.38792,0.50807184,1.3391559,121.84862,17.636683,41.628437,94.57871,27488.88,0.077362604,1832.328,0.32121268,0.17949535,0.069275185,0.39082924,155.15044,176.3428,23.284874,172.26143,28.459412,66.39989,2240.926,2.187518,239.91924,140.38834,406.94446,97.72625,375.3401,38.595398,346.2843,0.0,2212.71,11405.64,29.733023,557.0173,140.65016,41534.348,131.20946,24.30042,109.39894,315.45456,57.397114,25.648605,182.26248,1795.7866,326.39902,118.11975,20.275993,15.489332,423.5425,67.99312,1085.9308,85.15255,2537.7026,228.84341,318.5105,85.910515,112.74785,6.3785443,9.870172,12.234916,2.2638488,1.6790545,76.417076,80.65581,83.907196,40.716812,38.238453,128.22484,9.426397,2975.5303,45.970184,64.93817,54.866646,59.358646,248.43016,84.57431,116.00471,12.953444,33.902832,73.933136,255.17351,585.7986,73.98176,305.3706,71.16694,115.011955,269.7142,297.0991,952.56226,160.05714,5.0681424,15.786627,6.2992163,46.78872,19385.094,3.312497,27.208645,42.987366,35.488846,336.40204,57.721684,141.63838,2.2158194,127.43444,429.9436,262.3569,143.02396,490.9291,35.183468,99.280396,151.47345,10.2562065,1.6326891,10.783607,1100.4828,0.06921305,0.25398386,48.947662,7.8843493,3.5245967,3.6798968,8.067621,88.68102,30.826345,86.82116,566.39124,239.27498,2140.1335,1882.3933,24.041458,43.68285,10531.94,7.575071,84.05903,732.38605,161.88176,224.2057,94.18313,519.82184,861.80054,458.00867,24.252228,126.61166,1030.9349,2007.995,66.214165,804.5748,78.04727,1.0639875,61.75679,0.98145765,0.59364456,2.7636979,61.84948,153.46556,211.44437,16.030958,2675.1184,415.6606,176.68884,252.8162,101.538216,89.39701,74.34632,47.18488,101.46539,784.2704,249.74913,143.75514,109.711395,16.904772,147.03792,132.67506,29.472145,631.92084,163.45587,2739.427,32.555923,2620.1313,79.83078,420.90356,1817.0372,70.46413,11.375582,1021.3812,851.2166,2879.216,91.05323 +2023-08-17 08:00:00,0.0,17680.023,343.9253,32.143665,41.781975,33.045124,176.16013,27.030975,40.11584,20.65842,23.929592,1086.2854,205.78539,13.620478,156.42984,3.6250408,0.28625765,28.190325,4.8327656,1.1366138,357.80176,0.18468566,381.6077,47.400917,0.5070668,1.3359321,121.88706,17.641853,41.643967,94.56754,27489.13,0.07723483,1833.0194,0.3208995,0.17925993,0.06916686,0.39022595,155.18388,176.38907,23.281406,172.19624,28.47905,66.35544,2241.0994,2.1863837,239.7139,140.23766,407.05377,97.615005,375.44592,38.60691,345.85422,0.0,2212.2446,11398.725,29.71126,557.083,140.61697,41529.598,131.20723,24.286776,109.2445,315.10248,57.36189,25.63489,182.04071,1794.888,326.3575,117.946785,20.262009,15.483548,423.64868,67.9797,1085.4633,85.15269,2537.8787,228.9957,318.31876,85.93262,112.702614,6.377389,9.867738,12.226213,2.263252,1.6781234,76.43833,80.68843,83.93794,40.74829,38.261967,128.22432,9.43311,2975.1372,45.94478,64.9086,54.827705,59.2906,248.49928,84.55507,115.860214,12.947418,33.894142,73.8783,255.07974,585.8661,74.03145,305.42078,71.17781,114.96433,269.70502,296.7734,952.53046,160.05243,5.070624,15.768817,6.293298,46.80856,19386.027,3.3134265,27.229544,43.01828,35.507236,336.40573,57.750896,141.66788,2.214118,127.44086,430.03644,262.3076,143.06238,490.8573,35.18172,99.27427,151.4374,10.254779,1.6327826,10.783442,1100.0295,0.06917932,0.2538602,48.94948,7.882811,3.5240695,3.679122,8.069215,88.66275,30.817205,86.82205,566.3729,239.28348,2140.3855,1882.3867,24.059084,43.7155,10530.55,7.574424,84.09722,732.46265,161.95645,224.32312,94.219086,520.0932,861.9321,458.07394,24.268509,126.68244,1030.8369,2007.7607,66.25756,805.0599,78.12169,1.0639058,61.7555,0.98110634,0.59340304,2.7627156,61.89068,153.5425,211.32957,16.022938,2673.6897,415.8226,176.8172,252.99731,101.589096,89.38172,74.39964,47.27312,101.456985,784.2229,249.76036,143.7822,109.68414,16.926075,147.05682,132.69086,29.453356,631.65436,163.41609,2737.152,32.55682,2619.113,79.83357,420.9075,1815.9067,70.43335,11.380433,1021.0014,850.9935,2877.6658,91.053345 +2023-08-17 09:00:00,0.0,17680.178,344.00806,32.160088,41.800926,33.054447,176.19562,27.03839,40.13563,20.660301,23.937904,1086.7948,205.67516,13.633141,156.49446,3.6161492,0.28544453,28.19334,4.8197603,1.1336768,357.8697,0.18453911,381.74695,47.413914,0.50606173,1.3327082,121.925514,17.647022,41.6595,94.55637,27489.383,0.07710705,1833.7107,0.32058632,0.1790245,0.06905854,0.38962266,155.21733,176.43533,23.277939,172.13104,28.498688,66.31098,2241.2725,2.1852496,239.50856,140.08699,407.1631,97.50375,375.55176,38.618427,345.4241,0.0,2211.7795,11391.809,29.689499,557.1488,140.58379,41524.848,131.205,24.273129,109.09006,314.75043,57.32666,25.621174,181.81894,1793.9894,326.31604,117.77382,20.248024,15.477764,423.75485,67.96628,1084.9958,85.15282,2538.0547,229.148,318.12704,85.95473,112.65738,6.376233,9.865303,12.217511,2.2626553,1.6771922,76.45958,80.72107,83.9687,40.77977,38.28548,128.2238,9.439823,2974.744,45.919376,64.879036,54.78877,59.222557,248.56842,84.53583,115.71573,12.941393,33.885452,73.82347,254.98598,585.93365,74.08115,305.47095,71.188675,114.91671,269.69583,296.4477,952.49866,160.04771,5.073105,15.751008,6.2873793,46.8284,19386.963,3.3143563,27.25044,43.049194,35.525623,336.40942,57.780106,141.69737,2.2124164,127.44728,430.1293,262.25827,143.10078,490.78546,35.179974,99.268135,151.40134,10.253351,1.632876,10.783277,1099.5764,0.06914559,0.25373656,48.951294,7.8812733,3.5235422,3.6783469,8.070808,88.644485,30.808065,86.822945,566.3546,239.29196,2140.6375,1882.38,24.076708,43.74815,10529.16,7.5737767,84.135414,732.53925,162.03114,224.44052,94.25504,520.3645,862.0638,458.1392,24.284792,126.75323,1030.7389,2007.5265,66.300964,805.54486,78.196106,1.0638243,61.754208,0.9807551,0.5931615,2.7617335,61.93188,153.61942,211.21478,16.01492,2672.2607,415.98456,176.94557,253.17842,101.63998,89.36643,74.45296,47.36136,101.448586,784.1754,249.7716,143.80923,109.65689,16.947378,147.07574,132.70665,29.434565,631.3878,163.37631,2734.8774,32.557716,2618.0945,79.836365,420.9114,1814.7762,70.40257,11.385284,1020.6216,850.77045,2876.1155,91.05346 +2023-08-17 10:00:00,0.0,17680.332,344.09082,32.17651,41.819878,33.06377,176.2311,27.045803,40.155426,20.662182,23.946217,1087.3042,205.56491,13.645803,156.55908,3.6072578,0.2846314,28.196356,4.8067555,1.1307398,357.93762,0.18439257,381.8862,47.426907,0.50505674,1.3294843,121.96396,17.652191,41.67503,94.545204,27489.633,0.07697928,1834.402,0.32027313,0.17878908,0.06895022,0.38901937,155.25078,176.48158,23.274471,172.06586,28.518326,66.26653,2241.4458,2.1841152,239.30322,139.93631,407.27243,97.3925,375.6576,38.62994,344.994,0.0,2211.3142,11384.893,29.667738,557.21454,140.5506,41520.098,131.20277,24.259483,108.935616,314.3984,57.291435,25.607458,181.59715,1793.0908,326.27454,117.60086,20.234037,15.471981,423.86105,67.95286,1084.5283,85.152954,2538.2307,229.30028,317.9353,85.97683,112.61215,6.3750777,9.862869,12.20881,2.2620585,1.6762611,76.480835,80.7537,83.99945,40.81125,38.308994,128.22328,9.446536,2974.3508,45.89397,64.849464,54.74983,59.15451,248.63754,84.51659,115.571236,12.935367,33.876762,73.76863,254.89221,586.00116,74.130844,305.5211,71.19955,114.869095,269.6866,296.12198,952.46686,160.043,5.0755863,15.733199,6.281461,46.84824,19387.898,3.315286,27.27134,43.08011,35.54401,336.41312,57.80932,141.72687,2.2107148,127.4537,430.22217,262.20895,143.1392,490.71365,35.178223,99.26201,151.36528,10.251924,1.6329695,10.783112,1099.1232,0.06911187,0.2536129,48.953114,7.879735,3.523015,3.677572,8.072403,88.62622,30.798925,86.82384,566.33636,239.30046,2140.8894,1882.3734,24.094334,43.7808,10527.77,7.5731297,84.17361,732.6158,162.10585,224.55792,94.29099,520.6358,862.1954,458.20444,24.301075,126.82402,1030.641,2007.2922,66.34436,806.0299,78.27052,1.0637428,61.75292,0.9804038,0.59292,2.7607512,61.97308,153.69633,211.09999,16.006899,2670.8318,416.1465,177.07393,253.35954,101.690865,89.35114,74.50627,47.449596,101.440186,784.12787,249.78284,143.83629,109.62964,16.968683,147.09465,132.72244,29.415775,631.12134,163.33652,2732.6025,32.55861,2617.0762,79.83916,420.91534,1813.6456,70.371796,11.390136,1020.2418,850.5474,2874.5654,91.05357 +2023-08-17 11:00:00,0.0,17680.486,344.17355,32.192932,41.83883,33.073097,176.26657,27.053217,40.175217,20.664062,23.954529,1087.8137,205.45468,13.658466,156.62369,3.5983663,0.28381827,28.199371,4.7937503,1.1278027,358.00558,0.18424602,382.02548,47.439903,0.5040517,1.3262606,122.00241,17.657362,41.690563,94.534035,27489.883,0.0768515,1835.0933,0.31995994,0.17855366,0.0688419,0.38841608,155.28423,176.52785,23.271004,172.00067,28.537964,66.222084,2241.6191,2.182981,239.09789,139.78563,407.38174,97.28125,375.76343,38.641453,344.56387,0.0,2210.849,11377.978,29.645975,557.2803,140.51743,41515.344,131.20056,24.245836,108.78117,314.04633,57.256207,25.593742,181.37538,1792.1921,326.23303,117.427895,20.220053,15.466197,423.96722,67.93944,1084.0609,85.15309,2538.407,229.45256,317.7436,85.99894,112.56692,6.373922,9.8604355,12.200108,2.2614617,1.6753299,76.50208,80.78633,84.0302,40.842728,38.332504,128.22276,9.45325,2973.9578,45.86857,64.81989,54.710888,59.086464,248.70668,84.49734,115.42675,12.929341,33.868073,73.7138,254.79845,586.06866,74.18054,305.57126,71.21042,114.82147,269.67743,295.79626,952.435,160.03828,5.0780673,15.71539,6.2755423,46.86808,19388.832,3.3162155,27.292236,43.111023,35.562397,336.4168,57.83853,141.75636,2.2090135,127.46011,430.315,262.15964,143.17761,490.6418,35.176476,99.255875,151.32922,10.250496,1.633063,10.782947,1098.6699,0.06907814,0.25348926,48.95493,7.878197,3.5224876,3.6767972,8.073997,88.60795,30.789785,86.82473,566.31805,239.30894,2141.1414,1882.3667,24.11196,43.81345,10526.379,7.5724826,84.21181,732.6924,162.18054,224.67534,94.32695,520.90717,862.327,458.2697,24.317358,126.894806,1030.543,2007.058,66.38776,806.5149,78.34494,1.0636612,61.751625,0.9800525,0.5926785,2.759769,62.014282,153.77327,210.98518,15.998879,2669.403,416.30847,177.20229,253.54066,101.741745,89.33585,74.559586,47.537838,101.431786,784.0804,249.79407,143.86334,109.60239,16.989986,147.11357,132.73824,29.396986,630.8548,163.29674,2730.3276,32.559505,2616.0579,79.84195,420.91925,1812.5151,70.34102,11.394987,1019.862,850.32434,2873.0151,91.05369 +2023-08-17 12:00:00,0.0,17680.64,344.25632,32.209354,41.85778,33.08242,176.30206,27.06063,40.195007,20.665941,23.962841,1088.3231,205.34444,13.671129,156.68831,3.5894747,0.28300518,28.202387,4.7807455,1.1248657,358.07352,0.18409947,382.16473,47.4529,0.5030467,1.3230367,122.040855,17.66253,41.706093,94.52287,27490.135,0.076723725,1835.7845,0.31964678,0.17831823,0.06873357,0.3878128,155.31769,176.57411,23.267538,171.93549,28.557602,66.17763,2241.7922,2.1818469,238.89255,139.63496,407.4911,97.17,375.8693,38.652966,344.1338,0.0,2210.3838,11371.062,29.624214,557.346,140.48424,41510.594,131.19833,24.23219,108.62673,313.6943,57.22098,25.580027,181.15361,1791.2936,326.19153,117.25493,20.206068,15.460413,424.07343,67.92601,1083.5934,85.15322,2538.583,229.60484,317.55188,86.02105,112.52168,6.3727665,9.858002,12.191405,2.2608647,1.6743988,76.52334,80.81896,84.06095,40.874207,38.356018,128.22224,9.459963,2973.5645,45.843163,64.79032,54.671947,59.01842,248.7758,84.478096,115.28226,12.923316,33.859383,73.658966,254.70468,586.13617,74.23024,305.6214,71.22129,114.77385,269.6682,295.47058,952.4032,160.03357,5.080549,15.69758,6.2696238,46.887917,19389.768,3.3171453,27.313135,43.141937,35.580784,336.4205,57.86774,141.78586,2.2073119,127.46653,430.40787,262.11035,143.21603,490.57,35.17473,99.24974,151.29318,10.249068,1.6331563,10.782783,1098.2167,0.06904442,0.25336558,48.956745,7.876659,3.5219603,3.676022,8.07559,88.58968,30.780645,86.825615,566.29974,239.31744,2141.3933,1882.36,24.129585,43.8461,10524.989,7.5718355,84.25,732.7689,162.25525,224.79274,94.3629,521.17847,862.4586,458.33496,24.333641,126.96559,1030.445,2006.8237,66.43116,806.99994,78.41936,1.0635796,61.75033,0.9797012,0.59243697,2.7587867,62.055485,153.85019,210.87039,15.99086,2667.974,416.47043,177.33064,253.72177,101.792625,89.320564,74.6129,47.626076,101.423386,784.03284,249.8053,143.8904,109.575134,17.01129,147.13248,132.75403,29.378195,630.5883,163.25694,2728.053,32.560402,2615.0396,79.84474,420.92316,1811.3846,70.31025,11.399838,1019.4822,850.10126,2871.4648,91.05381 +2023-08-17 13:00:00,0.0,17680.797,344.33908,32.225777,41.87673,33.091743,176.33754,27.068047,40.2148,20.667822,23.971155,1088.8325,205.23419,13.683792,156.75293,3.580583,0.28219205,28.205402,4.7677407,1.1219286,358.14145,0.18395291,382.304,47.465897,0.50204164,1.3198128,122.07931,17.6677,41.721626,94.5117,27490.385,0.076595955,1836.4758,0.31933358,0.17808282,0.06862525,0.38720953,155.35114,176.62036,23.26407,171.8703,28.57724,66.13318,2241.9656,2.1807127,238.68721,139.48428,407.6004,97.058754,375.97513,38.66448,343.70367,0.0,2209.9185,11364.146,29.602453,557.41174,140.45105,41505.844,131.1961,24.218544,108.47229,313.34225,57.185753,25.56631,180.93184,1790.395,326.15002,117.08197,20.192083,15.454629,424.1796,67.91259,1083.126,85.15336,2538.759,229.75713,317.36017,86.04315,112.47645,6.371611,9.855568,12.182704,2.260268,1.6734676,76.54459,80.85159,84.091705,40.905685,38.37953,128.22173,9.466676,2973.1714,45.817757,64.76075,54.63301,58.950375,248.84494,84.458855,115.13777,12.917291,33.850693,73.604126,254.61092,586.2037,74.27994,305.67157,71.23216,114.72623,269.65903,295.14487,952.3714,160.02885,5.0830297,15.679771,6.2637053,46.907757,19390.703,3.318075,27.334032,43.17285,35.59917,336.4242,57.896954,141.81535,2.2056103,127.47295,430.50073,262.06104,143.25446,490.49817,35.17298,99.243614,151.25713,10.247641,1.6332498,10.782618,1097.7635,0.06901069,0.25324193,48.95856,7.875121,3.521433,3.6752472,8.077184,88.57142,30.771505,86.82651,566.28143,239.32594,2141.6453,1882.3534,24.14721,43.87875,10523.599,7.5711884,84.28819,732.8455,162.32994,224.91014,94.39886,521.4498,862.5903,458.4002,24.349922,127.036385,1030.3469,2006.5895,66.474556,807.4849,78.493774,1.063498,61.749043,0.9793499,0.59219545,2.7578044,62.096684,153.92711,210.7556,15.982841,2666.5452,416.63242,177.459,253.9029,101.84351,89.305275,74.666214,47.714317,101.414986,783.98535,249.81653,143.91745,109.54788,17.032593,147.1514,132.76982,29.359406,630.3218,163.21716,2725.778,32.561295,2614.021,79.847534,420.9271,1810.2542,70.27947,11.40469,1019.1024,849.8782,2869.9148,91.053925 +2023-08-17 14:00:00,0.0,17680.951,344.4218,32.2422,41.895683,33.10107,176.37302,27.07546,40.234592,20.669703,23.979467,1089.3419,205.12396,13.696455,156.81755,3.5716918,0.28137892,28.208418,4.7547355,1.1189916,358.20938,0.18380636,382.44324,47.47889,0.5010366,1.316589,122.11775,17.67287,41.737156,94.500534,27490.635,0.07646818,1837.1671,0.3190204,0.1778474,0.068516925,0.38660622,155.38458,176.66663,23.260603,171.80511,28.596878,66.08873,2242.139,2.1795783,238.48187,139.3336,407.70972,96.9475,376.08096,38.67599,343.27356,0.0,2209.4531,11357.23,29.58069,557.4775,140.41786,41501.094,131.19388,24.204897,108.31785,312.99017,57.150524,25.552595,180.71007,1789.4963,326.10852,116.909004,20.178099,15.448845,424.28577,67.89917,1082.6586,85.153496,2538.935,229.90941,317.16843,86.06526,112.43121,6.3704553,9.853133,12.174002,2.2596712,1.6725365,76.56584,80.884224,84.12245,40.93716,38.40304,128.2212,9.47339,2972.7783,45.792355,64.731186,54.59407,58.88233,248.91408,84.43961,114.99328,12.911264,33.842,73.54929,254.51715,586.27124,74.329636,305.7217,71.243034,114.678604,269.64984,294.81915,952.3396,160.02412,5.0855107,15.6619625,6.2577868,46.927597,19391.637,3.3190045,27.35493,43.203766,35.61756,336.4279,57.926163,141.84485,2.203909,127.47937,430.59357,262.01172,143.29286,490.42636,35.171234,99.23748,151.22107,10.246213,1.6333432,10.782453,1097.3103,0.06897696,0.25311828,48.960377,7.8735833,3.5209057,3.674472,8.078777,88.55315,30.762367,86.8274,566.2631,239.33443,2141.8972,1882.3467,24.164835,43.9114,10522.209,7.5705414,84.326385,732.9221,162.40463,225.02756,94.434814,521.7211,862.72186,458.46548,24.366205,127.10717,1030.2489,2006.3552,66.51795,807.97,78.56819,1.0634165,61.74775,0.97899866,0.59195393,2.756822,62.137886,154.00404,210.64081,15.97482,2665.1165,416.79437,177.58737,254.084,101.894394,89.289986,74.719536,47.802555,101.406586,783.93787,249.82776,143.9445,109.52063,17.053898,147.1703,132.78561,29.340616,630.0553,163.17738,2723.5034,32.56219,2613.0027,79.85033,420.931,1809.1235,70.248695,11.409541,1018.7226,849.65515,2868.3645,91.05404 +2023-08-17 15:00:00,0.0,17681.105,344.50458,32.25862,41.914635,33.110394,176.40851,27.082874,40.254387,20.671583,23.98778,1089.8514,205.01372,13.709118,156.88216,3.5628002,0.28056583,28.211433,4.7417307,1.1160545,358.2773,0.1836598,382.58252,47.491886,0.5000316,1.3133651,122.156204,17.67804,41.75269,94.489365,27490.885,0.0763404,1837.8584,0.31870723,0.17761198,0.0684086,0.38600296,155.41803,176.71288,23.257135,171.73991,28.616516,66.04428,2242.312,2.1784441,238.27654,139.18294,407.81903,96.83625,376.1868,38.687504,342.84344,0.0,2208.988,11350.315,29.55893,557.5433,140.38467,41496.344,131.19165,24.191252,108.16341,312.63815,57.1153,25.53888,180.4883,1788.5978,326.06705,116.73604,20.164114,15.443062,424.39197,67.88575,1082.191,85.153625,2539.1113,230.06169,316.9767,86.087364,112.38599,6.3693,9.850699,12.165299,2.2590744,1.6716053,76.5871,80.916855,84.153206,40.96864,38.426556,128.22069,9.480103,2972.385,45.76695,64.701614,54.55513,58.814285,248.9832,84.420364,114.84879,12.905239,33.83331,73.49446,254.42339,586.33875,74.37933,305.77188,71.2539,114.63098,269.64062,294.49344,952.3078,160.01941,5.087992,15.644154,6.2518682,46.947437,19392.572,3.3199341,27.375828,43.234676,35.63595,336.43158,57.955376,141.87434,2.2022073,127.48579,430.68643,261.9624,143.33128,490.35452,35.169487,99.231346,151.18501,10.244785,1.6334367,10.782288,1096.857,0.06894324,0.25299463,48.962196,7.872045,3.5203784,3.6736972,8.080371,88.53488,30.753227,86.82829,566.2448,239.34293,2142.1492,1882.34,24.18246,43.94405,10520.818,7.5698943,84.36458,732.99866,162.47934,225.14496,94.470764,521.99243,862.8535,458.53073,24.382488,127.17796,1030.1509,2006.121,66.561356,808.45496,78.64261,1.063335,61.746456,0.97864735,0.5917124,2.7558398,62.179085,154.08096,210.526,15.966801,2663.6875,416.95633,177.71573,254.26512,101.945274,89.2747,74.77285,47.890793,101.398186,783.8903,249.83899,143.97154,109.493385,17.075201,147.18922,132.8014,29.321825,629.78876,163.13759,2721.2285,32.563087,2611.9844,79.85313,420.93494,1807.993,70.21792,11.414392,1018.3428,849.43207,2866.8142,91.05415 +2023-08-17 16:00:00,0.0,17681.26,344.5873,32.275043,41.933586,33.119717,176.44398,27.090288,40.274178,20.673464,23.996092,1090.3608,204.90349,13.72178,156.94678,3.5539086,0.2797527,28.214449,4.7287254,1.1131175,358.34528,0.18351327,382.72177,47.504883,0.49902654,1.3101413,122.19465,17.683208,41.76822,94.478195,27491.137,0.07621263,1838.5497,0.31839404,0.17737655,0.06830028,0.38539967,155.45148,176.75914,23.253668,171.67473,28.636154,65.999825,2242.4854,2.17731,238.0712,139.03226,407.92838,96.725,376.29263,38.699017,342.41336,0.0,2208.5227,11343.399,29.537169,557.609,140.35149,41491.594,131.18944,24.177605,108.008965,312.28607,57.08007,25.525164,180.26651,1787.6992,326.02554,116.56308,20.150127,15.437278,424.49814,67.87233,1081.7236,85.15376,2539.2874,230.21399,316.78497,86.109474,112.34075,6.3681445,9.848266,12.156598,2.2584777,1.6706742,76.608345,80.94949,84.18396,41.00012,38.45007,128.22017,9.486815,2971.992,45.741547,64.67204,54.51619,58.74624,249.05234,84.40112,114.7043,12.899214,33.82462,73.43963,254.32962,586.40625,74.42903,305.82202,71.26477,114.58337,269.63144,294.16776,952.276,160.0147,5.090473,15.626344,6.24595,46.967278,19393.508,3.320864,27.396727,43.26559,35.654335,336.43527,57.98459,141.90384,2.2005057,127.4922,430.7793,261.9131,143.36969,490.2827,35.16774,99.22522,151.14896,10.243358,1.6335301,10.782123,1096.4039,0.06890951,0.25287098,48.964012,7.8705072,3.5198512,3.6729224,8.081965,88.51662,30.744087,86.829185,566.2265,239.35141,2142.4011,1882.3334,24.200085,43.9767,10519.429,7.5692472,84.40278,733.07526,162.55403,225.26236,94.50672,522.2638,862.9851,458.59598,24.398771,127.24875,1030.0529,2005.8867,66.60475,808.94,78.717026,1.0632533,61.745167,0.97829604,0.5914709,2.7548575,62.220287,154.15788,210.41121,15.958781,2662.2588,417.1183,177.84409,254.44624,101.99616,89.25941,74.826164,47.979034,101.389786,783.84283,249.85023,143.9986,109.46613,17.096504,147.20813,132.8172,29.303036,629.5223,163.09781,2718.9539,32.56398,2610.966,79.85592,420.93884,1806.8625,70.18715,11.419244,1017.963,849.209,2865.2642,91.05427 +2023-08-17 17:00:00,0.0,17681.414,344.67007,32.291466,41.952538,33.12904,176.47946,27.097702,40.29397,20.675344,24.004404,1090.8702,204.79324,13.734443,157.0114,3.545017,0.27893957,28.217464,4.7157207,1.1101804,358.4132,0.18336672,382.86102,47.51788,0.4980215,1.3069174,122.2331,17.68838,41.783752,94.467026,27491.387,0.07608485,1839.241,0.31808084,0.17714113,0.06819195,0.38479635,155.48492,176.8054,23.2502,171.60954,28.655792,65.955376,2242.6587,2.1761756,237.86584,138.88158,408.03772,96.613754,376.39847,38.71053,341.98325,0.0,2208.0576,11336.484,29.515406,557.67474,140.3183,41486.844,131.18721,24.16396,107.85452,311.93405,57.044846,25.511448,180.04474,1786.8005,325.98404,116.390114,20.136143,15.431494,424.60434,67.8589,1081.2561,85.15389,2539.4634,230.36627,316.5933,86.131584,112.29552,6.3669887,9.845832,12.147896,2.2578807,1.6697431,76.6296,80.982124,84.21471,41.031597,38.473583,128.21965,9.493528,2971.5989,45.71614,64.64247,54.47725,58.678196,249.12146,84.38188,114.559814,12.893188,33.81593,73.38479,254.23586,586.47375,74.47873,305.8722,71.27564,114.53574,269.62222,293.84204,952.24414,160.00998,5.0929546,15.608535,6.2400317,46.987118,19394.441,3.3217936,27.417624,43.296505,35.67272,336.43893,58.013798,141.93333,2.1988044,127.49862,430.87213,261.86377,143.40811,490.21088,35.165993,99.219086,151.1129,10.241929,1.6336235,10.781959,1095.9507,0.06887578,0.2527473,48.965828,7.868969,3.5193238,3.6721473,8.083559,88.498344,30.734947,86.83007,566.2082,239.35991,2142.653,1882.3267,24.21771,44.00935,10518.038,7.5686,84.44097,733.15186,162.62874,225.37978,94.54267,522.5351,863.11676,458.66125,24.415054,127.319534,1029.9548,2005.6525,66.64815,809.425,78.79144,1.0631717,61.743874,0.9779448,0.5912294,2.7538753,62.261486,154.23482,210.29642,15.950761,2660.8298,417.28024,177.97244,254.62735,102.04704,89.24412,74.87948,48.067272,101.381386,783.79535,249.86147,144.02565,109.43888,17.11781,147.22705,132.833,29.284246,629.2558,163.05801,2716.679,32.564877,2609.9475,79.85871,420.94278,1805.732,70.15637,11.424095,1017.5832,848.9859,2863.7139,91.05438 +2023-08-17 18:00:00,0.0,17681.568,344.75284,32.307888,41.97149,33.138367,176.51495,27.105118,40.313763,20.677223,24.012716,1091.3798,204.683,13.747106,157.07602,3.5361257,0.27812645,28.22048,4.7027154,1.1072434,358.48114,0.18322016,383.00027,47.530872,0.4970165,1.3036935,122.271545,17.693548,41.799282,94.455864,27491.637,0.075957075,1839.9323,0.31776768,0.1769057,0.06808363,0.3841931,155.51839,176.85165,23.246733,171.54436,28.67543,65.91093,2242.832,2.1750414,237.6605,138.73091,408.14703,96.5025,376.5043,38.722042,341.55313,0.0,2207.5923,11329.568,29.493645,557.7405,140.28511,41482.094,131.18498,24.150312,107.70008,311.582,57.009617,25.497732,179.82297,1785.902,325.94254,116.21715,20.122158,15.42571,424.7105,67.84548,1080.7887,85.15403,2539.6394,230.51855,316.40155,86.15369,112.25028,6.3658333,9.843398,12.139194,2.257284,1.6688119,76.65085,81.014755,84.24546,41.063076,38.497093,128.21913,9.500242,2971.2056,45.690735,64.6129,54.438313,58.61015,249.1906,84.36264,114.41532,12.887163,33.80724,73.329956,254.14209,586.54126,74.52843,305.92233,71.286514,114.48812,269.61304,293.51633,952.21234,160.00526,5.0954356,15.590726,6.234113,47.006958,19395.377,3.3227232,27.438522,43.32742,35.69111,336.44263,58.04301,141.96283,2.1971028,127.50504,430.965,261.81445,143.44653,490.13907,35.164246,99.21295,151.07684,10.240501,1.633717,10.781794,1095.4974,0.06884206,0.25262365,48.967644,7.867431,3.5187964,3.6713724,8.085153,88.48008,30.725807,86.83096,566.1899,239.3684,2142.905,1882.3201,24.235336,44.042,10516.647,7.5679536,84.479164,733.2284,162.70343,225.49718,94.57863,522.80646,863.24835,458.7265,24.431335,127.39033,1029.8569,2005.4182,66.69155,809.91003,78.86587,1.0630902,61.742584,0.9775935,0.5909879,2.752893,62.30269,154.31174,210.18161,15.942741,2659.401,417.4422,178.1008,254.80847,102.09793,89.22883,74.93279,48.155514,101.372986,783.7478,249.8727,144.0527,109.41163,17.139112,147.24596,132.84879,29.265455,628.98926,163.01823,2714.4043,32.565773,2608.9292,79.8615,420.9467,1804.6014,70.125595,11.428946,1017.20337,848.7628,2862.1638,91.0545 +2023-08-17 19:00:00,0.0,17681.723,344.83557,32.32431,41.99044,33.14769,176.55043,27.112532,40.333553,20.679104,24.021029,1091.8892,204.57277,13.7597685,157.14062,3.527234,0.27731335,28.223495,4.6897106,1.1043063,358.54907,0.18307361,383.13953,47.54387,0.49601147,1.3004698,122.31,17.698719,41.814816,94.444695,27491.889,0.075829305,1840.6235,0.3174545,0.17667028,0.067975305,0.3835898,155.55183,176.89792,23.243265,171.47917,28.695068,65.86647,2243.0051,2.1739073,237.45517,138.58023,408.25635,96.39125,376.61014,38.73356,341.12305,0.0,2207.127,11322.653,29.471884,557.8062,140.25194,41477.344,131.18275,24.136665,107.54564,311.22995,56.974392,25.484016,179.6012,1785.0034,325.90103,116.04419,20.108173,15.419926,424.81668,67.83206,1080.3212,85.15417,2539.8154,230.67084,316.20984,86.1758,112.20505,6.3646774,9.840963,12.130492,2.2566872,1.6678808,76.672104,81.047386,84.276215,41.094555,38.520607,128.2186,9.506955,2970.8125,45.665333,64.583336,54.399372,58.542107,249.25972,84.34339,114.270836,12.881137,33.79855,73.27512,254.04832,586.60876,74.578125,305.9725,71.297386,114.4405,269.60385,293.19064,952.18054,160.00055,5.0979166,15.572917,6.2281947,47.0268,19396.31,3.3236527,27.45942,43.358334,35.7095,336.44632,58.07222,141.99231,2.1954012,127.51146,431.05786,261.76517,143.48494,490.06723,35.1625,99.206825,151.04079,10.239074,1.6338104,10.781629,1095.0443,0.06880833,0.2525,48.96946,7.865893,3.5182693,3.6705976,8.086746,88.461815,30.716667,86.831856,566.17163,239.37689,2143.157,1882.3134,24.25296,44.074654,10515.258,7.5673065,84.51736,733.305,162.77812,225.61458,94.614586,523.07776,863.38,458.79178,24.447618,127.46111,1029.7589,2005.184,66.73495,810.395,78.940285,1.0630087,61.74129,0.9772422,0.5907464,2.751911,62.343887,154.38867,210.06682,15.934722,2657.9722,417.6042,178.22917,254.98958,102.14881,89.21354,74.98611,48.24375,101.364586,783.7003,249.88393,144.07976,109.38438,17.160416,147.26488,132.86458,29.246666,628.7228,162.97845,2712.1294,32.566666,2607.911,79.864296,420.95062,1803.471,70.09482,11.433797,1016.8236,848.5398,2860.6135,91.05461 +2023-08-17 20:00:00,0.0,17681.877,344.91833,32.340733,42.00939,33.157013,176.5859,27.119946,40.353348,20.680984,24.029343,1092.3986,204.46252,13.772431,157.20525,3.5183425,0.27650023,28.226511,4.6767054,1.1013693,358.61703,0.18292706,383.2788,47.556866,0.4950064,1.2972459,122.34844,17.703888,41.830345,94.433525,27492.139,0.07570153,1841.3148,0.31714132,0.17643486,0.06786698,0.38298652,155.58528,176.94418,23.239798,171.41397,28.714706,65.82202,2243.1785,2.1727731,237.24983,138.42957,408.36566,96.28,376.71597,38.74507,340.69293,0.0,2206.6619,11315.737,29.45012,557.872,140.21875,41472.594,131.18053,24.12302,107.3912,310.8779,56.939163,25.4703,179.37943,1784.1047,325.85956,115.87122,20.094189,15.414142,424.92288,67.81864,1079.8538,85.1543,2539.9917,230.82312,316.0181,86.19791,112.15981,6.363522,9.83853,12.12179,2.2560904,1.6669496,76.69335,81.08002,84.30696,41.126034,38.54412,128.21808,9.513668,2970.4194,45.639927,64.553764,54.36043,58.47406,249.32886,84.32415,114.12634,12.875112,33.789856,73.22028,253.95456,586.67633,74.62782,306.02267,71.30825,114.392876,269.59464,292.86493,952.14874,159.99583,5.100398,15.555107,6.222276,47.04664,19397.246,3.3245826,27.480318,43.389248,35.727886,336.45,58.101433,142.0218,2.1936998,127.517876,431.1507,261.71585,143.52336,489.99542,35.16075,99.20069,151.00473,10.237646,1.6339039,10.781464,1094.5911,0.0687746,0.25237635,48.971275,7.864355,3.517742,3.6698225,8.08834,88.44354,30.707527,86.83275,566.1533,239.38538,2143.409,1882.3066,24.270586,44.107304,10513.867,7.5666595,84.55556,733.38153,162.85283,225.732,94.650536,523.3491,863.5116,458.85703,24.463902,127.531906,1029.6609,2004.9497,66.77834,810.88007,79.0147,1.062927,61.739998,0.9768909,0.5905049,2.7509286,62.38509,154.46559,209.95203,15.9267025,2656.5432,417.76614,178.35753,255.1707,102.19969,89.19825,75.03943,48.33199,101.356186,783.65283,249.89516,144.1068,109.357124,17.18172,147.28378,132.88037,29.227877,628.45624,162.93866,2709.8545,32.567562,2606.8926,79.86709,420.95453,1802.3405,70.06404,11.438648,1016.4438,848.3167,2859.0632,91.054726 +2023-08-17 21:00:00,0.0,17682.031,345.00107,32.357155,42.028343,33.16634,176.6214,27.12736,40.37314,20.682865,24.037655,1092.9081,204.3523,13.785094,157.26987,3.509451,0.2756871,28.229527,4.6637006,1.0984323,358.68497,0.18278052,383.41806,47.569862,0.4940014,1.294022,122.386894,17.709057,41.84588,94.422356,27492.389,0.07557375,1842.0062,0.31682813,0.17619944,0.06775866,0.38238323,155.61873,176.99043,23.23633,171.34879,28.734344,65.77757,2243.3518,2.1716387,237.0445,138.27888,408.47498,96.168755,376.8218,38.756584,340.26282,0.0,2206.1968,11308.821,29.42836,557.93774,140.18556,41467.844,131.17831,24.109373,107.236755,310.52582,56.90394,25.456585,179.15764,1783.2062,325.81805,115.69826,20.080204,15.408358,425.02905,67.805214,1079.3862,85.154434,2540.1677,230.9754,315.8264,86.22001,112.114586,6.3623667,9.836096,12.113088,2.2554936,1.6660185,76.71461,81.11265,84.337715,41.157513,38.567635,128.21756,9.520382,2970.0261,45.614525,64.52419,54.32149,58.406013,249.39798,84.30491,113.98186,12.869086,33.781166,73.16545,253.8608,586.74384,74.67752,306.0728,71.31912,114.34525,269.58545,292.5392,952.11694,159.99112,5.102879,15.537298,6.2163577,47.066475,19398.182,3.3255122,27.501215,43.420162,35.746273,336.4537,58.130646,142.0513,2.1919982,127.52429,431.24356,261.66653,143.56177,489.92358,35.159004,99.19456,150.96867,10.236218,1.6339973,10.7813,1094.1378,0.06874088,0.2522527,48.973095,7.862817,3.5172148,3.6690476,8.089933,88.42528,30.698387,86.83364,566.135,239.39388,2143.661,1882.3,24.288212,44.139954,10512.478,7.5660124,84.59375,733.4581,162.92752,225.8494,94.68649,523.6204,863.64325,458.92227,24.480185,127.60269,1029.5629,2004.7155,66.82174,811.36505,79.08912,1.0628455,61.73871,0.9765396,0.59026337,2.7499464,62.42629,154.54251,209.83723,15.918682,2655.1143,417.9281,178.48589,255.35182,102.25058,89.18296,75.09274,48.42023,101.347786,783.6053,249.90639,144.13385,109.32987,17.203024,147.3027,132.89616,29.209085,628.18976,162.89888,2707.5798,32.56846,2605.874,79.86988,420.95847,1801.21,70.03327,11.4435,1016.06396,848.0936,2857.5132,91.05485 +2023-08-17 22:00:00,0.0,17682.186,345.08383,32.373577,42.047295,33.175663,176.65688,27.134773,40.39293,20.684746,24.045967,1093.4175,204.24205,13.797757,157.33447,3.5005596,0.274874,28.232542,4.6506953,1.0954952,358.7529,0.18263397,383.5573,47.58286,0.49299636,1.2907982,122.42534,17.714228,41.861412,94.41119,27492.64,0.07544598,1842.6975,0.31651494,0.17596401,0.06765034,0.38177994,155.65218,177.0367,23.232862,171.2836,28.753983,65.733116,2243.525,2.1705046,236.83916,138.1282,408.5843,96.0575,376.92764,38.768097,339.8327,0.0,2205.7314,11301.906,29.406597,558.0035,140.15237,41463.094,131.17609,24.095728,107.08231,310.1738,56.86871,25.44287,178.93587,1782.3076,325.77655,115.5253,20.066217,15.402575,425.13525,67.791794,1078.9188,85.154564,2540.3438,231.12769,315.63467,86.24212,112.06935,6.361211,9.833662,12.104386,2.2548966,1.6650873,76.735855,81.14528,84.36847,41.18899,38.591145,128.21704,9.527095,2969.633,45.58912,64.49462,54.282555,58.33797,249.46712,84.28567,113.837364,12.863061,33.772476,73.11062,253.76703,586.81134,74.72722,306.123,71.329994,114.29763,269.57623,292.2135,952.08514,159.9864,5.1053605,15.519489,6.210439,47.086315,19399.115,3.3264418,27.522114,43.451077,35.76466,336.4574,58.159855,142.0808,2.1902966,127.53071,431.33643,261.61722,143.60019,489.85178,35.157257,99.18843,150.93262,10.234791,1.6340907,10.781135,1093.6847,0.06870715,0.25212902,48.97491,7.861279,3.5166874,3.6682725,8.091527,88.40701,30.689249,86.83453,566.1167,239.40236,2143.9128,1882.2933,24.305836,44.172604,10511.087,7.5653653,84.63194,733.5347,163.00221,225.9668,94.72244,523.8917,863.77484,458.98755,24.496468,127.67348,1029.4648,2004.4812,66.86514,811.8501,79.163536,1.0627639,61.737415,0.9761883,0.59002185,2.748964,62.46749,154.61945,209.72243,15.910663,2653.6855,418.09006,178.61424,255.53293,102.30146,89.16767,75.14606,48.50847,101.33938,783.5578,249.91762,144.1609,109.30262,17.224327,147.32161,132.91196,29.190296,627.9232,162.8591,2705.305,32.56935,2604.8557,79.87267,420.96237,1800.0793,70.002495,11.448351,1015.6842,847.87054,2855.963,91.05496 +2023-08-17 23:00:00,0.0,17682.342,345.1666,32.39,42.066246,33.184986,176.69235,27.142189,40.412724,20.686626,24.05428,1093.9269,204.1318,13.81042,157.3991,3.491668,0.27406088,28.235558,4.6376905,1.0925581,358.82083,0.18248741,383.69656,47.59585,0.49199134,1.2875743,122.46378,17.719397,41.87694,94.40002,27492.89,0.0753182,1843.3888,0.31620178,0.17572859,0.06754202,0.38117665,155.68564,177.08295,23.229395,171.21841,28.77362,65.68867,2243.6982,2.1693704,236.63382,137.97754,408.69363,95.94625,377.03348,38.77961,339.40262,0.0,2205.266,11294.99,29.384836,558.0692,140.11919,41458.34,131.17386,24.08208,106.92787,309.82175,56.83348,25.429153,178.7141,1781.4089,325.73505,115.35233,20.052233,15.3967905,425.24142,67.77837,1078.4514,85.1547,2540.5198,231.27998,315.44296,86.26422,112.02412,6.3600554,9.831228,12.095684,2.2542999,1.6641562,76.75711,81.17792,84.399216,41.22047,38.61466,128.21652,9.533808,2969.24,45.563713,64.46506,54.243614,58.269924,249.53625,84.26642,113.69288,12.857035,33.763786,73.05578,253.67326,586.87885,74.77692,306.17313,71.340866,114.250015,269.56705,291.88782,952.0533,159.98169,5.1078415,15.50168,6.2045207,47.106155,19400.05,3.3273716,27.54301,43.48199,35.783047,336.4611,58.189068,142.11029,2.1885953,127.53713,431.42926,261.5679,143.63861,489.77997,35.15551,99.1823,150.89656,10.233363,1.6341841,10.78097,1093.2314,0.068673424,0.25200537,48.976727,7.8597407,3.51616,3.6674976,8.093122,88.38874,30.680109,86.83542,566.0984,239.41086,2144.1648,1882.2867,24.323462,44.205254,10509.696,7.5647182,84.670135,733.61127,163.07692,226.0842,94.7584,524.1631,863.90643,459.0528,24.512749,127.74427,1029.3668,2004.247,66.90854,812.3351,79.23795,1.0626824,61.736126,0.97583705,0.58978033,2.7479818,62.50869,154.69637,209.60764,15.902643,2652.2566,418.252,178.74261,255.71405,102.35234,89.15239,75.19937,48.59671,101.33098,783.51025,249.92886,144.18796,109.27537,17.24563,147.34053,132.92775,29.171507,627.65674,162.8193,2703.0303,32.570248,2603.8374,79.87547,420.9663,1798.9489,69.97172,11.453202,1015.3044,847.64746,2854.4126,91.05508 +2023-08-18 00:00:00,0.0,17682.496,345.24933,32.40642,42.085197,33.194313,176.72784,27.149603,40.432514,20.688505,24.062592,1094.4363,204.02158,13.823083,157.46371,3.4827764,0.27324775,28.238573,4.6246853,1.0896211,358.8888,0.18234086,383.83585,47.60885,0.49098632,1.2843505,122.502235,17.724566,41.892475,94.388855,27493.14,0.075190425,1844.0801,0.31588858,0.17549317,0.06743369,0.38057336,155.71909,177.12921,23.22593,171.15323,28.79326,65.64422,2243.8716,2.168236,236.42848,137.82686,408.80298,95.835,377.1393,38.791122,338.9725,0.0,2204.8008,11288.075,29.363075,558.13495,140.086,41453.59,131.17163,24.068434,106.77343,309.4697,56.798256,25.415438,178.49232,1780.5104,325.69354,115.17937,20.038248,15.391006,425.3476,67.76495,1077.9839,85.15484,2540.6958,231.43227,315.25122,86.28633,111.97888,6.3589,9.828794,12.086982,2.253703,1.663225,76.77836,81.21054,84.42997,41.25195,38.638172,128.216,9.540522,2968.8467,45.53831,64.435486,54.204674,58.20188,249.60538,84.24718,113.548386,12.851009,33.755096,73.000946,253.5795,586.94635,74.826614,306.2233,71.35174,114.20239,269.55786,291.5621,952.0215,159.97697,5.110323,15.4838705,6.198602,47.125996,19400.986,3.3283012,27.56391,43.512905,35.801437,336.46478,58.21828,142.13979,2.1868937,127.54355,431.52213,261.5186,143.67702,489.70813,35.153763,99.17616,150.8605,10.2319355,1.6342776,10.780805,1092.7782,0.0686397,0.25188172,48.978542,7.858203,3.5156329,3.6667228,8.094715,88.370476,30.670969,86.83631,566.0801,239.41936,2144.4167,1882.28,24.341087,44.237904,10508.307,7.564071,84.70833,733.68787,163.15161,226.20161,94.79436,524.4344,864.0381,459.11804,24.529032,127.815056,1029.2688,2004.0127,66.951935,812.8201,79.31237,1.0626007,61.734833,0.97548574,0.5895388,2.7469995,62.549892,154.77328,209.49284,15.894623,2650.8276,418.414,178.87097,255.89516,102.40323,89.1371,75.252686,48.684948,101.32258,783.46277,249.9401,144.21501,109.24812,17.266935,147.35944,132.94354,29.152716,627.3902,162.77953,2700.7554,32.571144,2602.819,79.878265,420.9702,1797.8184,69.94094,11.458054,1014.92456,847.42444,2852.8625,91.05519 +2023-08-18 01:00:00,0.0,17682.65,345.3321,32.422844,42.10415,33.203636,176.76332,27.157017,40.45231,20.690386,24.070904,1094.9458,203.91133,13.835745,157.52834,3.473885,0.27243462,28.241589,4.6116805,1.0866841,358.95673,0.1821943,383.9751,47.621845,0.48998126,1.2811266,122.54068,17.729736,41.908005,94.377686,27493.39,0.075062655,1844.7714,0.3155754,0.17525776,0.06732537,0.37997007,155.75253,177.17548,23.222462,171.08804,28.812899,65.59977,2244.0447,2.1671019,236.22314,137.67618,408.9123,95.723755,377.24515,38.802635,338.5424,0.0,2204.3354,11281.159,29.341312,558.20074,140.05281,41448.84,131.1694,24.054789,106.61899,309.11765,56.763027,25.401722,178.27055,1779.6118,325.65204,115.00641,20.024263,15.385222,425.4538,67.75153,1077.5165,85.15497,2540.872,231.58455,315.0595,86.30844,111.93365,6.357744,9.82636,12.07828,2.2531064,1.6622939,76.799614,81.24318,84.460724,41.283424,38.661682,128.21548,9.547235,2968.4536,45.512905,64.405914,54.165733,58.133835,249.67451,84.227936,113.4039,12.844984,33.746407,72.94611,253.48573,587.01385,74.87631,306.27344,71.3626,114.15477,269.54865,291.2364,951.9897,159.97226,5.112804,15.466062,6.1926837,47.145836,19401.92,3.3292308,27.584806,43.54382,35.819824,336.46848,58.24749,142.16928,2.185192,127.549965,431.615,261.46927,143.71544,489.63632,35.152016,99.17004,150.82445,10.230508,1.634371,10.78064,1092.3251,0.068605974,0.25175807,48.98036,7.8566647,3.5151055,3.6659477,8.096309,88.35221,30.661829,86.837204,566.06177,239.42784,2144.6687,1882.2733,24.358711,44.270554,10506.916,7.563424,84.74653,733.76447,163.22632,226.31902,94.83031,524.70575,864.1697,459.18332,24.545315,127.88585,1029.1708,2003.7784,66.99534,813.3051,79.38679,1.0625192,61.73354,0.9751345,0.5892973,2.7460172,62.59109,154.85022,209.37805,15.886603,2649.399,418.57596,178.99933,256.07626,102.45411,89.12181,75.306,48.773186,101.31418,783.4153,249.95132,144.24207,109.22087,17.288239,147.37836,132.95934,29.133926,627.1237,162.73973,2698.4807,32.57204,2601.8005,79.88106,420.97415,1796.6879,69.910164,11.462905,1014.5448,847.20135,2851.3123,91.055305 +2023-08-18 02:00:00,0.0,17682.805,345.41486,32.439262,42.1231,33.21296,176.7988,27.16443,40.4721,20.692266,24.079216,1095.4552,203.8011,13.848408,157.59294,3.4649935,0.27162153,28.244604,4.5986753,1.083747,359.02466,0.18204775,384.11435,47.634842,0.48897624,1.2779027,122.57913,17.734905,41.92354,94.366516,27493.643,0.07493488,1845.4626,0.31526223,0.17502233,0.067217045,0.3793668,155.78598,177.22173,23.218994,171.02284,28.832537,65.55531,2244.218,2.1659677,236.0178,137.52551,409.0216,95.6125,377.35098,38.814148,338.11227,0.0,2203.8704,11274.244,29.319551,558.2665,140.01964,41444.09,131.16719,24.041142,106.46455,308.7656,56.727802,25.388006,178.04877,1778.7131,325.61057,114.83344,20.010279,15.379438,425.55997,67.738106,1077.049,85.155106,2541.048,231.73683,314.86777,86.33054,111.88842,6.356589,9.823926,12.069578,2.2525096,1.6613628,76.82086,81.27581,84.49147,41.314903,38.685196,128.21497,9.553947,2968.0605,45.487503,64.37634,54.126797,58.06579,249.74364,84.208694,113.25941,12.838959,33.737713,72.89128,253.39198,587.0814,74.92601,306.3236,71.373474,114.10715,269.53946,290.9107,951.9579,159.96753,5.115285,15.448253,6.186765,47.165676,19402.855,3.3301604,27.605705,43.574734,35.83821,336.47214,58.276703,142.19878,2.1834908,127.55638,431.70782,261.41998,143.75385,489.56448,35.15027,99.1639,150.78839,10.22908,1.6344645,10.780476,1091.8718,0.068572246,0.25163442,48.982178,7.855127,3.514578,3.6651728,8.097902,88.33394,30.652689,86.8381,566.04346,239.43634,2144.921,1882.2667,24.376337,44.303204,10505.526,7.562777,84.78472,733.841,163.30101,226.43642,94.866264,524.97705,864.30133,459.24857,24.561598,127.956635,1029.0728,2003.5442,67.038734,813.79016,79.461205,1.0624377,61.73225,0.9747832,0.5890558,2.745035,62.632294,154.92714,209.26324,15.878584,2647.97,418.7379,179.12769,256.2574,102.505,89.10652,75.359314,48.861427,101.30578,783.36774,249.96255,144.2691,109.19362,17.309542,147.39726,132.97513,29.115137,626.85724,162.69995,2696.2058,32.572933,2600.7822,79.88385,420.97806,1795.5573,69.879395,11.467756,1014.165,846.9783,2849.7622,91.05542 +2023-08-18 03:00:00,0.0,17682.959,345.4976,32.455685,42.142056,33.222286,176.83427,27.171846,40.49189,20.694147,24.087528,1095.9646,203.69086,13.861071,157.65756,3.456102,0.2708084,28.24762,4.5856705,1.08081,359.0926,0.18190122,384.2536,47.647835,0.48797122,1.274679,122.61758,17.740074,41.939068,94.35535,27493.893,0.0748071,1846.1539,0.31494904,0.17478691,0.06710872,0.37876353,155.81943,177.26799,23.215527,170.95766,28.852175,65.510864,2244.3914,2.1648335,235.81247,137.37483,409.13092,95.50125,377.45685,38.82566,337.6822,0.0,2203.405,11267.328,29.29779,558.3322,139.98645,41439.34,131.16496,24.027496,106.310104,308.41354,56.692574,25.37429,177.827,1777.8146,325.56906,114.66048,19.996294,15.373655,425.66617,67.724686,1076.5815,85.15524,2541.224,231.88911,314.6761,86.35265,111.843185,6.3554335,9.821492,12.060876,2.2519126,1.6604316,76.84212,81.30844,84.522224,41.346382,38.70871,128.21445,9.56066,2967.6672,45.462097,64.34677,54.087856,57.997746,249.81277,84.189445,113.11492,12.832932,33.729023,72.83644,253.29822,587.1489,74.97571,306.37375,71.384346,114.059525,269.53024,290.585,951.9261,159.96281,5.1177664,15.430444,6.180847,47.185516,19403.791,3.3310902,27.626604,43.605644,35.856598,336.47583,58.305912,142.22827,2.1817892,127.562805,431.8007,261.37067,143.79227,489.49268,35.14852,99.15777,150.75233,10.227653,1.6345578,10.780311,1091.4186,0.068538524,0.25151074,48.983994,7.853589,3.514051,3.6643977,8.099496,88.315674,30.643549,86.83899,566.02515,239.44482,2145.1729,1882.26,24.393963,44.335854,10504.136,7.56213,84.822914,733.9176,163.3757,226.55383,94.902214,525.24835,864.4329,459.3138,24.577879,128.02742,1028.9749,2003.3099,67.08213,814.27515,79.53562,1.062356,61.730957,0.9744319,0.58881426,2.7440526,62.673492,155.00406,209.14845,15.870564,2646.541,418.89987,179.25604,256.4385,102.55588,89.09123,75.412636,48.949665,101.29738,783.32025,249.97379,144.29616,109.16637,17.330847,147.41618,132.99092,29.096346,626.5907,162.66017,2693.9312,32.57383,2599.764,79.88664,420.982,1794.4268,69.84862,11.472608,1013.78516,846.7552,2848.212,91.055534 +2023-08-18 04:00:00,0.0,17683.113,345.58035,32.472107,42.161007,33.23161,176.86977,27.17926,40.511684,20.696028,24.09584,1096.4741,203.58061,13.8737335,157.72218,3.4472103,0.26999527,28.250635,4.572665,1.077873,359.16055,0.18175466,384.39288,47.66083,0.4869662,1.271455,122.65603,17.745245,41.9546,94.34418,27494.143,0.07467933,1846.8452,0.31463587,0.17455149,0.0670004,0.3781602,155.85289,177.31425,23.212059,170.89247,28.871813,65.466415,2244.5647,2.1636992,235.60713,137.22415,409.24026,95.39,377.56268,38.837173,337.25208,0.0,2202.94,11260.413,29.276028,558.39795,139.95326,41434.59,131.16273,24.01385,106.15566,308.0615,56.65735,25.360577,177.60522,1776.9159,325.52756,114.48752,19.982307,15.367871,425.77234,67.711266,1076.114,85.15537,2541.4001,232.0414,314.48434,86.374756,111.79795,6.3542776,9.819058,12.052175,2.2513158,1.6595005,76.863365,81.34107,84.55298,41.37786,38.732224,128.21393,9.567374,2967.2742,45.436695,64.31721,54.048916,57.9297,249.8819,84.170204,112.97043,12.826907,33.720333,72.78161,253.20445,587.21643,75.025406,306.42392,71.39522,114.0119,269.52106,290.25928,951.8942,159.9581,5.1202474,15.412635,6.1749287,47.205353,19404.725,3.3320198,27.647501,43.63656,35.874985,336.47952,58.335125,142.25777,2.1800876,127.56922,431.89355,261.32135,143.83067,489.42084,35.146774,99.15164,150.71628,10.226225,1.6346513,10.780146,1090.9653,0.068504795,0.2513871,48.98581,7.852051,3.5135236,3.6636229,8.1010895,88.2974,30.634409,86.839874,566.00684,239.45332,2145.4248,1882.2533,24.411589,44.368504,10502.745,7.561483,84.86111,733.99414,163.45041,226.67123,94.93817,525.5197,864.5646,459.3791,24.594162,128.0982,1028.8768,2003.0757,67.125534,814.7602,79.61004,1.0622745,61.729664,0.9740806,0.58857274,2.7430704,62.714695,155.081,209.03366,15.862544,2645.1123,419.06183,179.38441,256.61963,102.60676,89.07594,75.46595,49.037903,101.28898,783.2727,249.98502,144.32321,109.139114,17.35215,147.43509,133.00671,29.077557,626.3242,162.62038,2691.6562,32.574726,2598.7456,79.889435,420.9859,1793.2963,69.81784,11.477459,1013.4054,846.5321,2846.6616,91.05565 +2023-08-18 05:00:00,0.0,17683.268,345.6631,32.48853,42.17996,33.240932,176.90524,27.186674,40.531475,20.697908,24.104155,1096.9835,203.47038,13.886396,157.7868,3.438319,0.26918215,28.25365,4.5596604,1.0749359,359.2285,0.18160811,384.53214,47.67383,0.48596117,1.2682312,122.69447,17.750414,41.97013,94.33301,27494.395,0.07455155,1847.5365,0.31432268,0.17431606,0.06689207,0.37755692,155.88634,177.3605,23.208591,170.82729,28.89145,65.42196,2244.7378,2.162565,235.4018,137.07349,409.34958,95.278755,377.66852,38.84869,336.82196,0.0,2202.4746,11253.497,29.254267,558.4637,139.92007,41429.84,131.1605,24.000204,106.00122,307.70944,56.62212,25.34686,177.38345,1776.0173,325.48605,114.31455,19.968323,15.362087,425.8785,67.697845,1075.6466,85.15551,2541.5762,232.1937,314.29263,86.396866,111.752716,6.353122,9.816625,12.043472,2.250719,1.6585693,76.88462,81.3737,84.583725,41.40934,38.755733,128.21341,9.574087,2966.881,45.41129,64.287636,54.009975,57.861656,249.95103,84.15096,112.82594,12.820882,33.711643,72.726776,253.11069,587.28394,75.0751,306.47406,71.40609,113.96429,269.51187,289.93356,951.8624,159.95338,5.122729,15.394825,6.16901,47.225193,19405.66,3.3329494,27.6684,43.667473,35.89337,336.48322,58.364338,142.28726,2.1783862,127.57564,431.9864,261.27203,143.8691,489.34903,35.145027,99.14551,150.68022,10.224797,1.6347448,10.779981,1090.5122,0.06847107,0.25126344,48.987625,7.850513,3.5129962,3.662848,8.102684,88.27914,30.625269,86.84077,565.9885,239.4618,2145.6768,1882.2467,24.429213,44.401154,10501.355,7.560836,84.89931,734.07074,163.5251,226.78864,94.97413,525.791,864.69617,459.44434,24.610445,128.169,1028.7788,2002.8414,67.16893,815.2452,79.684456,1.0621929,61.728374,0.9737293,0.5883312,2.7420883,62.755894,155.15791,208.91887,15.854525,2643.6833,419.2238,179.51277,256.80075,102.657646,89.06065,75.519264,49.126144,101.28058,783.2252,249.99626,144.35027,109.11186,17.373453,147.45401,133.0225,29.058767,626.0577,162.5806,2689.3813,32.57562,2597.7273,79.89223,420.98984,1792.1658,69.78706,11.482309,1013.0256,846.3091,2845.1116,91.05576 +2023-08-18 06:00:00,0.0,17683.422,345.74585,32.50495,42.19891,33.250256,176.94072,27.194088,40.551266,20.699787,24.112467,1097.4929,203.36014,13.899059,157.85141,3.4294274,0.26836905,28.256666,4.546655,1.0719988,359.29642,0.18146156,384.6714,47.686825,0.48495612,1.2650074,122.732925,17.755583,41.985664,94.321846,27494.645,0.074423775,1848.2278,0.3140095,0.17408064,0.06678375,0.37695366,155.91978,177.40677,23.205124,170.7621,28.911089,65.37751,2244.9111,2.1614308,235.19646,136.9228,409.45892,95.1675,377.77435,38.860203,336.39185,0.0,2202.0095,11246.582,29.232506,558.5295,139.88689,41425.09,131.15828,23.986557,105.84678,307.3574,56.586895,25.333145,177.16168,1775.1188,325.44455,114.14159,19.954338,15.356303,425.9847,67.684425,1075.1791,85.15564,2541.7524,232.34598,314.1009,86.418976,111.70748,6.3519664,9.81419,12.03477,2.2501223,1.6576382,76.90587,81.406334,84.61448,41.44082,38.779247,128.21289,9.5808,2966.4878,45.385883,64.258064,53.97104,57.79361,250.02016,84.13172,112.68145,12.814857,33.702953,72.671936,253.01692,587.35144,75.1248,306.52423,71.416954,113.916664,269.50266,289.60788,951.8306,159.94867,5.12521,15.377016,6.1630917,47.245033,19406.596,3.3338792,27.689297,43.698387,35.911762,336.4869,58.393547,142.31674,2.1766846,127.582054,432.07925,261.22272,143.90752,489.2772,35.14328,99.13937,150.64417,10.22337,1.6348382,10.779816,1090.059,0.068437345,0.2511398,48.98944,7.8489747,3.512469,3.662073,8.104278,88.26087,30.61613,86.84166,565.9702,239.4703,2145.9287,1882.24,24.446838,44.433804,10499.965,7.560189,84.9375,734.14734,163.5998,226.90605,95.01008,526.0624,864.8278,459.50958,24.626728,128.23979,1028.6808,2002.6072,67.212326,815.7302,79.75887,1.0621114,61.72708,0.973378,0.5880897,2.741106,62.797096,155.23483,208.80406,15.846505,2642.2546,419.38577,179.64113,256.98184,102.70853,89.045364,75.57258,49.214382,101.27218,783.17773,250.00749,144.37732,109.08461,17.394758,147.47292,133.0383,29.039976,625.7912,162.54082,2687.1067,32.576515,2596.7087,79.89503,420.99374,1791.0352,69.75629,11.487161,1012.64575,846.086,2843.5613,91.055885 +2023-08-18 07:00:00,0.0,17683.576,345.8286,32.521374,42.21786,33.259583,176.97621,27.201502,40.57106,20.701668,24.120779,1098.0024,203.24991,13.911722,157.91603,3.4205358,0.26755592,28.259682,4.5336504,1.0690618,359.36435,0.181315,384.81064,47.699818,0.4839511,1.2617835,122.77137,17.760754,42.001194,94.31068,27494.895,0.074296005,1848.9191,0.31369632,0.17384522,0.066675425,0.37635034,155.95323,177.45302,23.201656,170.69691,28.930727,65.33306,2245.0845,2.1602964,234.9911,136.77213,409.56824,95.05625,377.8802,38.871716,335.96176,0.0,2201.5442,11239.666,29.210743,558.5952,139.8537,41420.34,131.15607,23.97291,105.69234,307.00534,56.551666,25.31943,176.9399,1774.2201,325.40305,113.96863,19.940353,15.350519,426.09088,67.671,1074.7117,85.15578,2541.9285,232.49826,313.90918,86.44108,111.662254,6.350811,9.811756,12.026069,2.2495255,1.656707,76.927124,81.438965,84.64523,41.472298,38.80276,128.21237,9.587514,2966.0947,45.36048,64.22849,53.9321,57.725563,250.0893,84.11247,112.536964,12.808831,33.694263,72.6171,252.92316,587.419,75.1745,306.5744,71.427826,113.86904,269.49347,289.28217,951.7988,159.94395,5.127691,15.359207,6.157173,47.264874,19407.53,3.3348088,27.710196,43.7293,35.93015,336.4906,58.42276,142.34624,2.174983,127.58847,432.17212,261.1734,143.94592,489.20538,35.14153,99.13325,150.60811,10.221941,1.6349317,10.779652,1089.6057,0.06840362,0.2510161,48.99126,7.847437,3.5119417,3.661298,8.105871,88.2426,30.60699,86.84255,565.9519,239.47879,2146.1807,1882.2334,24.464464,44.466454,10498.575,7.5595417,84.97569,734.2239,163.6745,227.02345,95.046036,526.3337,864.9594,459.57486,24.643011,128.31058,1028.5828,2002.3729,67.25573,816.2153,79.83329,1.0620297,61.725792,0.97302675,0.5878482,2.7401237,62.838295,155.31177,208.68927,15.838486,2640.8257,419.54773,179.76949,257.16296,102.75941,89.030075,75.62589,49.302624,101.26378,783.1302,250.01872,144.40437,109.05736,17.416061,147.49184,133.0541,29.021187,625.52466,162.50102,2684.8318,32.57741,2595.6904,79.89782,420.99768,1789.9047,69.72552,11.492012,1012.266,845.8629,2842.011,91.056 +2023-08-18 08:00:00,0.0,17683.73,345.91135,32.537796,42.236813,33.268906,177.01169,27.208918,40.59085,20.703548,24.129091,1098.5118,203.13966,13.924385,157.98065,3.4116442,0.2667428,28.262697,4.520645,1.0661248,359.4323,0.18116847,384.94992,47.712814,0.48294607,1.2585597,122.80982,17.765923,42.016727,94.29951,27495.145,0.07416823,1849.6104,0.31338313,0.1736098,0.0665671,0.37574705,155.98668,177.49928,23.198189,170.63171,28.950365,65.28861,2245.2576,2.1591623,234.78577,136.62146,409.67755,94.945,377.98602,38.88323,335.53165,0.0,2201.079,11232.75,29.188982,558.66095,139.82051,41415.59,131.15384,23.959265,105.537895,306.6533,56.516438,25.305714,176.71812,1773.3215,325.36157,113.79566,19.926369,15.344735,426.19708,67.65758,1074.2443,85.155914,2542.1045,232.65054,313.71747,86.46319,111.61702,6.3496556,9.809322,12.017366,2.2489285,1.6557759,76.94837,81.4716,84.67598,41.503777,38.82627,128.21185,9.594227,2965.7017,45.335075,64.19892,53.893158,57.65752,250.15843,84.09323,112.39247,12.802805,33.68557,72.56227,252.82939,587.4865,75.2242,306.62454,71.4387,113.82142,269.48425,288.95645,951.767,159.93924,5.1301723,15.341398,6.1512547,47.284714,19408.465,3.3357384,27.731092,43.760216,35.948536,336.4943,58.45197,142.37573,2.1732817,127.594894,432.26495,261.1241,143.98434,489.13354,35.139782,99.12711,150.57205,10.220513,1.635025,10.779487,1089.1526,0.06836989,0.25089246,48.993076,7.8458986,3.5114145,3.6605232,8.107465,88.224335,30.59785,86.843445,565.93365,239.48729,2146.4326,1882.2267,24.482088,44.499104,10497.185,7.5588946,85.013885,734.3005,163.74919,227.14085,95.081985,526.605,865.09106,459.6401,24.659292,128.38136,1028.4847,2002.1387,67.299126,816.70026,79.90771,1.0619482,61.7245,0.97267544,0.58760667,2.7391415,62.879498,155.38869,208.57448,15.830465,2639.3967,419.7097,179.89784,257.3441,102.810295,89.014786,75.67921,49.39086,101.25538,783.0827,250.02995,144.43141,109.030106,17.437365,147.51074,133.06989,29.002398,625.2582,162.46124,2682.5571,32.578304,2594.672,79.90061,421.0016,1788.7742,69.69474,11.496863,1011.88617,845.63983,2840.461,91.056114 +2023-08-18 09:00:00,0.0,17683.887,345.9941,32.55422,42.255764,33.27823,177.04716,27.216331,40.610645,20.70543,24.137403,1099.0212,203.02942,13.937048,158.04527,3.4027529,0.2659297,28.265713,4.5076404,1.0631877,359.50024,0.18102191,385.08917,47.72581,0.48194104,1.2553358,122.84827,17.771091,42.032257,94.28834,27495.396,0.07404045,1850.3018,0.31306994,0.17337437,0.06645878,0.3751438,156.02013,177.54555,23.194721,170.56653,28.970003,65.244156,2245.431,2.1580281,234.58043,136.47078,409.78687,94.83375,378.09186,38.89474,335.10153,0.0,2200.6138,11225.835,29.167221,558.7267,139.78732,41410.84,131.15161,23.945618,105.38345,306.30124,56.481213,25.291998,176.49635,1772.423,325.32007,113.622696,19.912384,15.338951,426.30325,67.64416,1073.7767,85.156044,2542.2805,232.80283,313.52576,86.48529,111.571785,6.3485,9.806889,12.008664,2.2483318,1.6548448,76.96963,81.50423,84.70673,41.535255,38.849785,128.21133,9.60094,2965.3083,45.309673,64.16936,53.854218,57.589474,250.22755,84.07399,112.247986,12.79678,33.67688,72.50743,252.73563,587.554,75.273895,306.6747,71.44957,113.773796,269.47507,288.63074,951.7352,159.93452,5.132653,15.323588,6.145336,47.304554,19409.398,3.336668,27.751991,43.79113,35.966923,336.498,58.481182,142.40523,2.17158,127.60131,432.35782,261.0748,144.02275,489.06174,35.138035,99.12098,150.536,10.219086,1.6351185,10.779322,1088.6993,0.06833617,0.2507688,48.994892,7.844361,3.5108871,3.659748,8.109058,88.20607,30.58871,86.84433,565.91534,239.49577,2146.6846,1882.22,24.499714,44.531754,10495.795,7.5582476,85.05208,734.3771,163.8239,227.25827,95.11794,526.87634,865.22266,459.70538,24.675575,128.45215,1028.3867,2001.9044,67.34252,817.1853,79.982124,1.0618666,61.723206,0.97232413,0.58736515,2.7381592,62.920696,155.4656,208.45967,15.822446,2637.968,419.87164,180.02621,257.5252,102.861176,88.9995,75.73253,49.4791,101.24698,783.0352,250.04118,144.45847,109.00286,17.45867,147.52966,133.08568,28.983606,624.99164,162.42145,2680.2822,32.5792,2593.6538,79.903404,421.00552,1787.6437,69.66396,11.501715,1011.50635,845.4168,2838.9106,91.05623 +2023-08-18 10:00:00,0.0,17684.041,346.07687,32.57064,42.274715,33.287556,177.08266,27.223745,40.630436,20.70731,24.145716,1099.5308,202.91919,13.94971,158.10988,3.3938613,0.26511657,28.268728,4.494635,1.0602506,359.56818,0.18087536,385.22842,47.738808,0.48093602,1.2521119,122.88672,17.776262,42.04779,94.27717,27495.646,0.07391268,1850.993,0.31275678,0.17313895,0.06635046,0.3745405,156.05359,177.5918,23.191254,170.50134,28.989641,65.19971,2245.6042,2.156894,234.37509,136.3201,409.89618,94.7225,378.1977,38.906254,334.67145,0.0,2200.1484,11218.919,29.145458,558.7924,139.75415,41406.086,131.14938,23.931973,105.22901,305.9492,56.445984,25.278282,176.27458,1771.5243,325.27856,113.44974,19.898397,15.333168,426.40942,67.63074,1073.3093,85.15618,2542.4565,232.95511,313.334,86.5074,111.52655,6.3473444,9.804455,11.999963,2.247735,1.6539136,76.990875,81.536865,84.73749,41.566734,38.8733,128.2108,9.607653,2964.9153,45.284267,64.139786,53.81528,57.52143,250.29669,84.05475,112.10349,12.790754,33.66819,72.4526,252.64186,587.6215,75.323586,306.72485,71.46044,113.72617,269.46588,288.30505,951.70337,159.92981,5.1351347,15.305779,6.1394176,47.324394,19410.334,3.3375978,27.772888,43.822044,35.98531,336.50168,58.510395,142.43472,2.1698785,127.60773,432.45068,261.02548,144.06117,488.9899,35.136288,99.11485,150.49994,10.217658,1.635212,10.779157,1088.2461,0.06830244,0.25064516,48.996708,7.8428226,3.5103598,3.6589732,8.110652,88.1878,30.57957,86.84522,565.89703,239.50427,2146.9365,1882.2134,24.51734,44.564404,10494.404,7.5576005,85.09028,734.4536,163.89859,227.37567,95.1539,527.14764,865.3543,459.77063,24.691858,128.52295,1028.2887,2001.6702,67.385925,817.6703,80.05655,1.0617851,61.721916,0.9719729,0.58712363,2.737177,62.9619,155.54254,208.34488,15.814426,2636.539,420.0336,180.15457,257.70633,102.91206,88.98421,75.78584,49.56734,101.23858,782.9877,250.05241,144.48552,108.97561,17.479973,147.54857,133.10147,28.964817,624.72516,162.38167,2678.0076,32.580097,2592.6353,79.9062,421.00943,1786.5131,69.63319,11.506566,1011.1266,845.1937,2837.3606,91.05634 +2023-08-18 11:00:00,0.0,17684.195,346.1596,32.587063,42.293667,33.29688,177.11813,27.23116,40.650227,20.70919,24.154028,1100.0402,202.80894,13.962373,158.1745,3.3849697,0.26430345,28.271744,4.4816303,1.0573137,359.6361,0.18072881,385.36768,47.7518,0.47993097,1.2488881,122.92516,17.781431,42.06332,94.26601,27495.896,0.0737849,1851.6843,0.31244358,0.17290352,0.066242136,0.3739372,156.08704,177.63806,23.187786,170.43616,29.00928,65.15526,2245.7773,2.1557596,234.16975,136.16943,410.00552,94.61125,378.30353,38.917767,334.24133,0.0,2199.683,11212.004,29.123697,558.8582,139.72096,41401.336,131.14716,23.918325,105.07457,305.59714,56.41076,25.264566,176.05281,1770.6257,325.23706,113.27677,19.884413,15.327384,426.51562,67.61731,1072.8418,85.15631,2542.6328,233.10739,313.1423,86.52951,111.481316,6.346189,9.80202,11.991261,2.2471383,1.6529825,77.01213,81.569496,84.768234,41.598213,38.896812,128.21028,9.614367,2964.5222,45.25886,64.110214,53.77634,57.453384,250.36581,84.0355,111.95901,12.784729,33.6595,72.397766,252.5481,587.689,75.37328,306.77502,71.471306,113.67856,269.45667,287.97934,951.6716,159.9251,5.1376157,15.287971,6.133499,47.344234,19411.27,3.3385274,27.793787,43.85296,36.0037,336.50537,58.539604,142.46422,2.1681771,127.61414,432.54352,260.97617,144.0996,488.9181,35.13454,99.10872,150.46388,10.21623,1.6353054,10.778993,1087.793,0.06826871,0.2505215,48.998524,7.8412848,3.5098326,3.658198,8.1122465,88.16953,30.57043,86.846115,565.8787,239.51277,2147.1885,1882.2067,24.534964,44.597054,10493.014,7.5569534,85.12847,734.5302,163.97328,227.49307,95.18985,527.419,865.4859,459.83588,24.708141,128.59373,1028.1908,2001.4359,67.42932,818.15533,80.13097,1.0617034,61.720623,0.9716216,0.5868821,2.7361946,63.0031,155.61946,208.23009,15.806406,2635.11,420.1956,180.28293,257.88742,102.962944,88.96892,75.83916,49.65558,101.23017,782.9402,250.06364,144.51257,108.94836,17.501276,147.56749,133.11728,28.946028,624.4587,162.34189,2675.7327,32.58099,2591.617,79.90899,421.01334,1785.3826,69.60241,11.511417,1010.74677,844.97064,2835.8103,91.05646 +2023-08-18 12:00:00,0.0,17684.35,346.24237,32.603485,42.31262,33.306202,177.15361,27.238573,40.67002,20.71107,24.162342,1100.5496,202.69872,13.975036,158.23912,3.3760781,0.26349032,28.27476,4.468625,1.0543766,359.70404,0.18058226,385.50696,47.764797,0.47892594,1.2456642,122.963615,17.7866,42.078854,94.25484,27496.148,0.07365713,1852.3756,0.31213042,0.1726681,0.06613381,0.37333393,156.12048,177.68433,23.18432,170.37097,29.028917,65.1108,2245.9507,2.1546254,233.96442,136.01875,410.11484,94.5,378.40936,38.92928,333.81122,0.0,2199.218,11205.088,29.101936,558.92395,139.68777,41396.586,131.14494,23.904678,104.92013,305.2451,56.37553,25.25085,175.83102,1769.7272,325.19556,113.103806,19.870428,15.3216,426.6218,67.60389,1072.3744,85.15645,2542.8088,233.25969,312.95056,86.55161,111.43608,6.345033,9.799586,11.982558,2.2465415,1.6520513,77.03338,81.60213,84.79899,41.629692,38.920322,128.20976,9.621079,2964.1292,45.23346,64.08064,53.7374,57.385338,250.43495,84.01626,111.814514,12.778703,33.65081,72.34293,252.45433,587.75653,75.42298,306.82516,71.48218,113.630936,269.44748,287.65363,951.6398,159.92038,5.140097,15.270162,6.1275806,47.364075,19412.203,3.339457,27.814684,43.883873,36.022087,336.50903,58.568817,142.49371,2.1664755,127.62057,432.63638,260.92685,144.138,488.84625,35.132793,99.102585,150.42783,10.214803,1.6353989,10.778828,1087.3397,0.06823499,0.25039783,49.00034,7.8397465,3.5093052,3.6574233,8.11384,88.15127,30.56129,86.84701,565.8605,239.52126,2147.4404,1882.2001,24.55259,44.629704,10491.624,7.5563064,85.166664,734.60675,164.04799,227.61049,95.22581,527.6903,865.61755,459.90115,24.724424,128.66452,1028.0928,2001.2017,67.47272,818.6403,80.20538,1.0616219,61.719334,0.9712703,0.5866406,2.7352123,63.0443,155.69638,208.1153,15.798387,2633.6814,420.35754,180.41129,258.06854,103.013824,88.95363,75.89247,49.74382,101.22177,782.8927,250.07489,144.53963,108.921104,17.52258,147.5864,133.13307,28.927237,624.19214,162.3021,2673.458,32.581886,2590.5986,79.91178,421.01727,1784.2521,69.57164,11.516269,1010.367,844.74756,2834.26,91.05657 +2023-08-18 13:00:00,0.0,17684.504,346.3251,32.619907,42.33157,33.31553,177.1891,27.245989,40.68981,20.71295,24.170654,1101.059,202.58847,13.987699,158.30374,3.3671868,0.26267722,28.277775,4.4556203,1.0514395,359.772,0.18043572,385.6462,47.777794,0.47792092,1.2424403,123.00206,17.79177,42.094387,94.24367,27496.398,0.073529355,1853.0669,0.31181723,0.17243269,0.06602549,0.37273064,156.15393,177.73058,23.180853,170.30579,29.048555,65.06635,2246.124,2.1534913,233.75908,135.86809,410.22418,94.38875,378.5152,38.940792,333.3811,0.0,2198.7527,11198.173,29.080173,558.9897,139.65459,41391.836,131.14272,23.891033,104.765686,304.89304,56.340305,25.237135,175.60925,1768.8285,325.15405,112.93085,19.856443,15.315816,426.72797,67.59047,1071.9069,85.156586,2542.9849,233.41197,312.75885,86.57372,111.390854,6.343878,9.7971525,11.973857,2.2459447,1.6511202,77.054634,81.634766,84.82974,41.661167,38.943836,128.20924,9.627792,2963.7358,45.208054,64.05108,53.69846,57.317295,250.50407,83.99702,111.67003,12.772677,33.64212,72.28809,252.36057,587.8241,75.47268,306.87534,71.49305,113.58331,269.43826,287.32794,951.608,159.91566,5.142578,15.252352,6.121662,47.38391,19413.139,3.3403866,27.835583,43.914787,36.040474,336.51273,58.598026,142.52321,2.164774,127.62698,432.72925,260.87753,144.17642,488.77444,35.131046,99.09646,150.39177,10.213375,1.6354923,10.778663,1086.8865,0.06820126,0.25027418,49.00216,7.8382087,3.5087779,3.6566484,8.115434,88.132996,30.55215,86.8479,565.84216,239.52975,2147.6924,1882.1934,24.570215,44.662354,10490.233,7.55566,85.20486,734.68335,164.12268,227.72789,95.261765,527.9616,865.74915,459.9664,24.740705,128.7353,1027.9948,2000.9674,67.51612,819.12537,80.2798,1.0615404,61.71804,0.970919,0.58639914,2.73423,63.085503,155.77332,208.00049,15.790367,2632.2524,420.5195,180.53966,258.24966,103.06471,88.93834,75.945786,49.832058,101.21337,782.84515,250.08612,144.56668,108.89385,17.543884,147.60532,133.14886,28.908447,623.92566,162.26231,2671.183,32.582783,2589.5803,79.91457,421.02118,1783.1215,69.54086,11.52112,1009.9872,844.5245,2832.71,91.05669 +2023-08-18 14:00:00,0.0,17684.658,346.40787,32.63633,42.35052,33.324852,177.22458,27.253403,40.709606,20.71483,24.178967,1101.5685,202.47823,14.000361,158.36835,3.3582952,0.2618641,28.28079,4.442615,1.0485024,359.83994,0.18028916,385.78546,47.79079,0.4769159,1.2392166,123.04051,17.79694,42.109917,94.2325,27496.648,0.07340158,1853.7582,0.31150404,0.17219727,0.065917164,0.37212732,156.18738,177.77684,23.177385,170.24059,29.068193,65.021904,2246.2974,2.1523569,233.55374,135.7174,410.3335,94.277504,378.62103,38.952305,332.95102,0.0,2198.2876,11191.257,29.058413,559.0554,139.6214,41387.086,131.14049,23.877386,104.611244,304.541,56.305077,25.22342,175.38748,1767.9299,325.11258,112.75788,19.842459,15.310032,426.83417,67.57705,1071.4395,85.156715,2543.161,233.56425,312.56714,86.59583,111.34562,6.342722,9.794719,11.965155,2.2453477,1.650189,77.07589,81.6674,84.86049,41.692646,38.96735,128.20872,9.634506,2963.3428,45.18265,64.02151,53.659523,57.24925,250.57321,83.977776,111.525536,12.766652,33.63343,72.23326,252.2668,587.8916,75.52238,306.92548,71.50392,113.53569,269.42908,287.00223,951.5762,159.91095,5.145059,15.234543,6.115744,47.40375,19414.074,3.3413165,27.85648,43.945698,36.05886,336.51642,58.62724,142.5527,2.1630726,127.6334,432.82208,260.82822,144.21483,488.7026,35.1293,99.090324,150.35571,10.211947,1.6355857,10.778498,1086.4333,0.06816753,0.25015053,49.003975,7.8366704,3.5082507,3.6558733,8.117027,88.11473,30.54301,86.848785,565.82385,239.53824,2147.9443,1882.1866,24.58784,44.695004,10488.844,7.5550127,85.24306,734.75995,164.19739,227.84529,95.297714,528.233,865.8808,460.03165,24.756989,128.80609,1027.8967,2000.7332,67.55952,819.61035,80.35422,1.0614588,61.716747,0.9705677,0.5861576,2.7332478,63.1267,155.85023,207.8857,15.782348,2630.8235,420.68146,180.66801,258.4308,103.11559,88.92305,75.9991,49.920296,101.20497,782.79767,250.09735,144.59372,108.8666,17.565187,147.62422,133.16466,28.889658,623.6591,162.22252,2668.9082,32.58368,2588.5618,79.91737,421.02512,1781.991,69.510086,11.525971,1009.60736,844.30145,2831.1597,91.0568 +2023-08-18 15:00:00,0.0,17684.812,346.49063,32.652752,42.369473,33.334175,177.26006,27.260817,40.729397,20.716711,24.187279,1102.0779,202.368,14.013024,158.43297,3.3494036,0.26105097,28.283806,4.4296103,1.0455655,359.90787,0.18014261,385.9247,47.803787,0.47591087,1.2359927,123.07896,17.802109,42.12545,94.22133,27496.9,0.07327381,1854.4495,0.31119087,0.17196184,0.06580884,0.37152407,156.22084,177.8231,23.173918,170.1754,29.087831,64.97745,2246.4705,2.1512227,233.3484,135.56673,410.4428,94.16625,378.72687,38.96382,332.5209,0.0,2197.8223,11184.342,29.03665,559.12115,139.58821,41382.336,131.13826,23.86374,104.4568,304.18893,56.269848,25.209703,175.16571,1767.0314,325.07108,112.584915,19.828474,15.304249,426.94034,67.56363,1070.9719,85.15685,2543.337,233.71654,312.37543,86.617935,111.300385,6.3415666,9.792285,11.956452,2.244751,1.6492579,77.09714,81.70003,84.89124,41.724125,38.990864,128.2082,9.641219,2962.9497,45.157246,63.991936,53.620583,57.181206,250.64235,83.95853,111.38105,12.760627,33.624737,72.17843,252.17303,587.9591,75.572075,306.97565,71.51479,113.48807,269.4199,286.6765,951.5444,159.90622,5.1475406,15.216734,6.1098256,47.42359,19415.008,3.342246,27.877378,43.976612,36.077248,336.5201,58.656452,142.5822,2.161371,127.63982,432.91495,260.77893,144.25325,488.6308,35.127552,99.08419,150.31966,10.21052,1.6356791,10.778333,1085.9801,0.06813381,0.25002688,49.00579,7.8351326,3.5077233,3.6550984,8.118621,88.096466,30.533873,86.84968,565.80554,239.54674,2148.1963,1882.18,24.605465,44.727654,10487.453,7.5543656,85.28125,734.8365,164.27208,227.96269,95.33367,528.5043,866.0124,460.09692,24.773272,128.87689,1027.7987,2000.4989,67.60291,820.0954,80.428635,1.0613772,61.715458,0.97021645,0.5859161,2.7322657,63.167904,155.92715,207.7709,15.774327,2629.3948,420.8434,180.79637,258.6119,103.16647,88.90776,76.05242,50.008537,101.19657,782.7501,250.10858,144.62077,108.83935,17.58649,147.64314,133.18045,28.870867,623.39264,162.18274,2666.6335,32.58457,2587.5435,79.920166,421.02902,1780.8605,69.47931,11.530823,1009.2276,844.07837,2829.6094,91.056915 +2023-08-18 16:00:00,0.0,17684.967,346.57336,32.669174,42.388424,33.343502,177.29555,27.26823,40.749187,20.718592,24.195591,1102.5873,202.25775,14.025687,158.49759,3.340512,0.26023784,28.286821,4.416605,1.0426284,359.9758,0.17999606,386.064,47.81678,0.47490582,1.2327689,123.11741,17.80728,42.14098,94.21016,27497.15,0.07314603,1855.1407,0.31087768,0.17172642,0.065700516,0.37092078,156.25429,177.86935,23.17045,170.11021,29.10747,64.933,2246.6438,2.1500885,233.14307,135.41606,410.55212,94.055,378.8327,38.975334,332.0908,0.0,2197.3572,11177.426,29.014889,559.1869,139.55502,41377.586,131.13603,23.850094,104.30236,303.83688,56.234623,25.195988,174.94394,1766.1327,325.02957,112.41196,19.814487,15.298465,427.04654,67.5502,1070.5045,85.15699,2543.5132,233.86882,312.1837,86.640045,111.25515,6.340411,9.78985,11.94775,2.2441542,1.6483268,77.11839,81.73266,84.922,41.755604,39.014374,128.20769,9.647932,2962.5564,45.131844,63.962364,53.581642,57.11316,250.71147,83.939285,111.23656,12.754601,33.616047,72.12359,252.07927,588.0266,75.62177,307.02582,71.525665,113.440445,269.41068,286.3508,951.5125,159.9015,5.1500216,15.198925,6.103907,47.44343,19415.943,3.3431756,27.898275,44.007526,36.09564,336.5238,58.68566,142.6117,2.1596694,127.64623,433.0078,260.7296,144.29166,488.559,35.125805,99.078064,150.2836,10.209092,1.6357726,10.778169,1085.5269,0.06810008,0.24990322,49.007607,7.833595,3.507196,3.6543233,8.120214,88.07819,30.524733,86.85057,565.78723,239.55522,2148.4482,1882.1733,24.62309,44.760303,10486.0625,7.5537186,85.31944,734.9131,164.34677,228.08011,95.36962,528.77563,866.144,460.16217,24.789555,128.94768,1027.7007,2000.2646,67.64631,820.5804,80.50305,1.0612956,61.714165,0.96986514,0.5856746,2.7312834,63.209103,156.00409,207.65611,15.766308,2627.9658,421.0054,180.92473,258.793,103.21736,88.89247,76.105736,50.096775,101.18817,782.70264,250.11981,144.64783,108.812096,17.607796,147.66205,133.19624,28.852077,623.1261,162.14296,2664.3586,32.58547,2586.5251,79.92296,421.03296,1779.73,69.44853,11.535674,1008.8478,843.8553,2828.0593,91.05704 +2023-08-18 17:00:00,0.0,17685.121,346.65613,32.685596,42.407375,33.352825,177.33102,27.275644,40.768982,20.720472,24.203903,1103.0968,202.14752,14.03835,158.5622,3.3316207,0.25942475,28.289837,4.4036,1.0396913,360.04376,0.1798495,386.20325,47.829777,0.4739008,1.229545,123.15585,17.812449,42.156513,94.199,27497.4,0.07301825,1855.832,0.3105645,0.171491,0.06559219,0.37031752,156.28773,177.91562,23.166983,170.04503,29.127108,64.88855,2246.8171,2.1489544,232.93773,135.26538,410.66147,93.94375,378.93854,38.986847,331.66068,0.0,2196.8918,11170.511,28.993128,559.2527,139.52185,41372.836,131.13382,23.836449,104.14792,303.48483,56.199394,25.182272,174.72215,1765.2341,324.98807,112.23899,19.800503,15.292681,427.1527,67.53678,1070.037,85.15712,2543.6892,234.0211,311.99197,86.66215,111.209915,6.3392553,9.787416,11.939049,2.2435575,1.6473956,77.13964,81.76529,84.95274,41.787083,39.037888,128.20717,9.654646,2962.1633,45.106438,63.932796,53.5427,57.045116,250.78061,83.920044,111.09207,12.748575,33.607357,72.068756,251.9855,588.0941,75.67147,307.07596,71.53653,113.39283,269.4015,286.02512,951.4807,159.89679,5.152503,15.181115,6.0979886,47.463272,19416.879,3.3441055,27.919174,44.03844,36.114025,336.5275,58.714874,142.64119,2.157968,127.65266,433.10065,260.6803,144.33008,488.48715,35.124058,99.07193,150.24754,10.2076645,1.635866,10.778004,1085.0737,0.06806636,0.24977957,49.009422,7.8320565,3.5066688,3.6535485,8.121809,88.05993,30.515593,86.85146,565.7689,239.56372,2148.7002,1882.1667,24.640715,44.792953,10484.673,7.5530715,85.357635,734.9896,164.42148,228.19751,95.40558,529.04694,866.27563,460.22742,24.805838,129.01846,1027.6027,2000.0304,67.68971,821.0654,80.57747,1.0612141,61.712875,0.96951383,0.58543307,2.7303011,63.250305,156.08101,207.5413,15.758288,2626.537,421.16736,181.05309,258.97412,103.26824,88.87718,76.15905,50.185017,101.17977,782.65515,250.13104,144.67488,108.78484,17.629099,147.68097,133.21204,28.833288,622.8596,162.10316,2662.084,32.586365,2585.5068,79.92575,421.03687,1778.5994,69.41776,11.5405245,1008.46796,843.6322,2826.509,91.05715 +2023-08-18 18:00:00,0.0,17685.277,346.7389,32.70202,42.426327,33.36215,177.3665,27.28306,40.788773,20.722351,24.212215,1103.6062,202.03728,14.051013,158.62682,3.322729,0.25861162,28.292852,4.390595,1.0367544,360.1117,0.17970295,386.3425,47.842773,0.47289577,1.2263211,123.194305,17.817617,42.172043,94.18783,27497.65,0.07289048,1856.5233,0.31025133,0.17125557,0.06548387,0.3697142,156.32118,177.96187,23.163515,169.97984,29.146746,64.8441,2246.9902,2.14782,232.73239,135.1147,410.7708,93.832504,379.04437,38.99836,331.2306,0.0,2196.4268,11163.595,28.971365,559.3184,139.48866,41368.086,131.13159,23.822802,103.99348,303.1328,56.16417,25.168556,174.50038,1764.3356,324.94656,112.066025,19.786518,15.286897,427.25888,67.52336,1069.5696,85.15726,2543.8652,234.17339,311.80023,86.68426,111.16469,6.3381,9.784983,11.9303465,2.2429607,1.6464645,77.1609,81.79792,84.9835,41.81856,39.0614,128.20665,9.661359,2961.7703,45.08103,63.903225,53.50376,56.97707,250.84973,83.9008,110.94758,12.74255,33.598667,72.01392,251.89174,588.1616,75.72117,307.12613,71.5474,113.34521,269.39227,285.6994,951.4489,159.89207,5.154984,15.163306,6.09207,47.483112,19417.812,3.345035,27.940071,44.069355,36.132412,336.5312,58.744087,142.67068,2.1562665,127.65907,433.1935,260.63098,144.3685,488.41534,35.12231,99.065796,150.21149,10.206237,1.6359595,10.777839,1084.6205,0.06803263,0.24965592,49.011242,7.8305187,3.5061414,3.6527736,8.123403,88.041664,30.506453,86.852356,565.7506,239.5722,2148.9521,1882.16,24.65834,44.825603,10483.282,7.5524244,85.39583,735.0662,164.49617,228.31491,95.441536,529.31824,866.4072,460.2927,24.822119,129.08925,1027.5046,1999.7961,67.73311,821.5504,80.651886,1.0611326,61.711582,0.9691626,0.58519155,2.7293189,63.291504,156.15793,207.42651,15.750268,2625.1082,421.3293,181.18146,259.15524,103.31912,88.86189,76.212364,50.273254,101.17137,782.6076,250.14227,144.70193,108.7576,17.650402,147.69987,133.22783,28.814497,622.5931,162.06339,2659.809,32.587257,2584.4883,79.92854,421.0408,1777.4689,69.386986,11.545376,1008.0882,843.4091,2824.9587,91.05727 +2023-08-18 19:00:00,0.0,17685.432,346.82162,32.71844,42.44528,33.37147,177.402,27.290474,40.808567,20.724232,24.220528,1104.1156,201.92703,14.063676,158.69144,3.3138375,0.2577985,28.295868,4.37759,1.0338173,360.17963,0.17955641,386.48175,47.85577,0.47189075,1.2230973,123.23275,17.822788,42.187576,94.17666,27497.902,0.072762705,1857.2146,0.30993813,0.17102015,0.065375544,0.3691109,156.35463,178.00813,23.160048,169.91466,29.166384,64.799644,2247.1636,2.1466858,232.52705,134.96404,410.88013,93.72125,379.15024,39.009872,330.80048,0.0,2195.9614,11156.679,28.949604,559.38416,139.45547,41363.336,131.12936,23.809155,103.839035,302.78073,56.12894,25.15484,174.27861,1763.4369,324.90506,111.89307,19.772533,15.281113,427.36508,67.50994,1069.1022,85.15739,2544.0413,234.32568,311.60855,86.70637,111.11945,6.3369446,9.782549,11.921644,2.2423637,1.6455333,77.182144,81.83055,85.01425,41.85004,39.08491,128.20613,9.668072,2961.377,45.05563,63.873657,53.464825,56.909023,250.91887,83.88155,110.80309,12.736525,33.589977,71.95908,251.79797,588.2292,75.77087,307.17627,71.55827,113.297585,269.3831,285.3737,951.4171,159.88736,5.157465,15.145497,6.0861516,47.502953,19418.748,3.3459647,27.96097,44.10027,36.1508,336.53488,58.773296,142.70016,2.1545649,127.66549,433.28638,260.58167,144.4069,488.3435,35.120564,99.05967,150.17543,10.204809,1.6360528,10.777674,1084.1672,0.0679989,0.24953225,49.013058,7.8289804,3.5056143,3.6519985,8.124996,88.02339,30.497313,86.85325,565.7323,239.5807,2149.204,1882.1533,24.675966,44.858253,10481.893,7.5517774,85.43403,735.1428,164.57086,228.43233,95.477486,529.5896,866.5389,460.35794,24.838402,129.16003,1027.4067,1999.5619,67.776505,822.03546,80.7263,1.0610509,61.71029,0.9688113,0.58495003,2.7283366,63.332706,156.23486,207.31172,15.742249,2623.6792,421.49127,181.30981,259.33636,103.37001,88.8466,76.26568,50.361492,101.16297,782.5601,250.15352,144.72899,108.73035,17.671707,147.7188,133.24362,28.795708,622.3266,162.0236,2657.5344,32.588154,2583.47,79.931335,421.0447,1776.3384,69.35621,11.550227,1007.7084,843.1861,2823.4087,91.05738 +2023-08-18 20:00:00,0.0,17685.586,346.9044,32.734863,42.46423,33.3808,177.43747,27.297888,40.828358,20.726112,24.22884,1104.6251,201.8168,14.076338,158.75606,3.3049462,0.2569854,28.298883,4.364585,1.0308802,360.24756,0.17940986,386.62103,47.868763,0.47088572,1.2198734,123.2712,17.827957,42.203106,94.16549,27498.152,0.07263493,1857.9059,0.30962494,0.17078473,0.06526722,0.36850765,156.38809,178.0544,23.15658,169.84946,29.186022,64.755196,2247.337,2.1455517,232.32172,134.81335,410.98944,93.61,379.25607,39.021385,330.37036,0.0,2195.496,11149.764,28.927843,559.4499,139.42229,41358.586,131.12714,23.79551,103.68459,302.42868,56.093716,25.141125,174.05684,1762.5383,324.8636,111.7201,19.758549,15.275329,427.47125,67.49652,1068.6346,85.157524,2544.2173,234.47797,311.4168,86.72847,111.07422,6.3357887,9.780115,11.912943,2.241767,1.6446022,77.2034,81.86318,85.045,41.88152,39.108425,128.20561,9.674785,2960.984,45.030224,63.844086,53.425884,56.84098,250.98799,83.86231,110.6586,12.730498,33.581287,71.90425,251.70421,588.2967,75.820564,307.22644,71.569145,113.24996,269.3739,285.048,951.3853,159.88264,5.1599464,15.127688,6.080233,47.52279,19419.684,3.3468943,27.981869,44.131184,36.169186,336.53857,58.80251,142.72966,2.1528635,127.671906,433.3792,260.53235,144.44533,488.2717,35.118816,99.053535,150.13937,10.203382,1.6361463,10.777509,1083.714,0.06796518,0.2494086,49.014874,7.8274426,3.505087,3.6512237,8.12659,88.00513,30.488173,86.85413,565.714,239.58919,2149.456,1882.1467,24.693592,44.890903,10480.502,7.5511303,85.47222,735.21936,164.64557,228.54973,95.51344,529.8609,866.6705,460.4232,24.854685,129.23083,1027.3087,1999.3276,67.81991,822.52045,80.80072,1.0609694,61.709,0.96845996,0.5847085,2.7273543,63.373905,156.31178,207.19693,15.734229,2622.2505,421.65323,181.43817,259.5175,103.42089,88.831314,76.31899,50.449734,101.15457,782.5126,250.16475,144.75603,108.703094,17.69301,147.7377,133.25941,28.776918,622.0601,161.98381,2655.2595,32.58905,2582.4517,79.93413,421.04865,1775.2079,69.32543,11.5550785,1007.32855,842.963,2821.8584,91.057495 +2023-08-18 21:00:00,0.0,17685.74,346.98712,32.751286,42.48318,33.39012,177.47295,27.305302,40.84815,20.727993,24.237154,1105.1345,201.70656,14.089001,158.82066,3.2960546,0.25617227,28.301899,4.35158,1.0279431,360.31552,0.17926331,386.76028,47.88176,0.46988067,1.2166495,123.30965,17.833126,42.21864,94.15432,27498.402,0.07250716,1858.5972,0.30931178,0.1705493,0.065158896,0.36790434,156.42154,178.10065,23.153112,169.78427,29.20566,64.71075,2247.51,2.1444173,232.11636,134.66267,411.09875,93.49875,379.3619,39.032898,329.94025,0.0,2195.0308,11142.848,28.90608,559.5156,139.3891,41353.836,131.12491,23.781862,103.53015,302.07663,56.058487,25.127409,173.83507,1761.6398,324.82208,111.547134,19.744562,15.269545,427.57745,67.48309,1068.1672,85.15766,2544.3936,234.63025,311.2251,86.75058,111.028984,6.3346334,9.77768,11.904241,2.2411702,1.643671,77.22465,81.89581,85.07575,41.913,39.13194,128.2051,9.681499,2960.5908,45.00482,63.814518,53.386944,56.772934,251.05713,83.84307,110.514114,12.724473,33.572594,71.84942,251.61044,588.3642,75.87026,307.27658,71.58002,113.20234,269.3647,284.7223,951.35345,159.87793,5.1624274,15.1098795,6.0743146,47.54263,19420.617,3.347824,28.002766,44.162098,36.187576,336.54224,58.83172,142.75916,2.151162,127.67833,433.47208,260.48303,144.48373,488.19986,35.11707,99.0474,150.10332,10.201953,1.6362398,10.777345,1083.2609,0.06793145,0.24928494,49.01669,7.8259044,3.5045595,3.6504488,8.128183,87.98686,30.479033,86.85503,565.6957,239.59769,2149.708,1882.14,24.711216,44.923553,10479.111,7.550483,85.510414,735.29596,164.72026,228.66713,95.54939,530.13226,866.8021,460.48846,24.870968,129.30162,1027.2107,1999.0934,67.863304,823.0055,80.87514,1.0608878,61.707706,0.9681087,0.584467,2.726372,63.415108,156.3887,207.08212,15.72621,2620.8215,421.8152,181.56653,259.69858,103.47178,88.816025,76.37231,50.53797,101.14617,782.4651,250.17598,144.78308,108.67584,17.714314,147.75662,133.2752,28.758127,621.7936,161.94403,2652.9849,32.589943,2581.4333,79.93693,421.05255,1774.0773,69.29466,11.55993,1006.9488,842.7399,2820.3083,91.05761 +2023-08-18 22:00:00,0.0,17685.895,347.0699,32.767708,42.502136,33.399445,177.50844,27.312716,40.867943,20.729874,24.245466,1105.6439,201.59631,14.101664,158.88528,3.287163,0.25535914,28.304914,4.338575,1.0250062,360.38345,0.17911676,386.89954,47.894756,0.46887565,1.2134258,123.3481,17.838297,42.23417,94.14315,27498.654,0.07237938,1859.2886,0.30899858,0.17031388,0.06505058,0.36730105,156.45499,178.14691,23.149645,169.71909,29.225298,64.66629,2247.6833,2.1432831,231.91103,134.51201,411.20807,93.387505,379.46774,39.04441,329.51016,0.0,2194.5657,11135.933,28.88432,559.5814,139.35591,41349.082,131.1227,23.768217,103.37571,301.72458,56.023262,25.113693,173.61328,1760.7411,324.78058,111.374176,19.730577,15.2637615,427.68362,67.46967,1067.6997,85.15779,2544.5696,234.78253,311.03336,86.77268,110.98375,6.3334775,9.775247,11.895538,2.2405734,1.6427399,77.2459,81.92845,85.10651,41.944477,39.155453,128.20457,9.688211,2960.1975,44.979416,63.784946,53.348003,56.70489,251.12625,83.82383,110.36962,12.718448,33.563904,71.794586,251.51668,588.4317,75.91996,307.32675,71.59088,113.15472,269.3555,284.39658,951.32166,159.87321,5.164909,15.09207,6.068396,47.56247,19421.553,3.3487537,28.023664,44.193012,36.205963,336.54593,58.86093,142.78865,2.1494603,127.684746,433.56494,260.43375,144.52216,488.12805,35.115322,99.041275,150.06726,10.200525,1.6363332,10.77718,1082.8076,0.06789772,0.24916129,49.018505,7.8243666,3.5040324,3.6496737,8.129777,87.96859,30.469893,86.85592,565.67737,239.60617,2149.96,1882.1333,24.728842,44.956203,10477.722,7.549836,85.54861,735.37256,164.79497,228.78455,95.58535,530.40356,866.9337,460.5537,24.88725,129.3724,1027.1127,1998.8591,67.9067,823.4905,80.949554,1.0608063,61.706413,0.9677574,0.5842255,2.7253897,63.456306,156.46564,206.96733,15.718189,2619.3926,421.97717,181.69489,259.8797,103.52266,88.800735,76.42563,50.626213,101.13777,782.4176,250.18721,144.81013,108.64859,17.735619,147.77553,133.291,28.739338,621.5271,161.90424,2650.71,32.59084,2580.4148,79.93972,421.0565,1772.9468,69.263885,11.564781,1006.569,842.51685,2818.758,91.057724 +2023-08-18 23:00:00,0.0,17686.049,347.15265,32.78413,42.521088,33.40877,177.54391,27.320131,40.887733,20.731754,24.253778,1106.1534,201.48608,14.1143265,158.9499,3.2782714,0.25454602,28.30793,4.32557,1.0220691,360.4514,0.1789702,387.0388,47.907753,0.46787062,1.2102019,123.38654,17.843466,42.249702,94.13199,27498.904,0.0722516,1859.9799,0.30868542,0.17007846,0.064942256,0.3666978,156.48843,178.19318,23.146177,169.6539,29.244936,64.62184,2247.8567,2.142149,231.70569,134.36133,411.31738,93.27625,379.57358,39.055923,329.08005,0.0,2194.1003,11129.017,28.862558,559.64716,139.32272,41344.332,131.12047,23.75457,103.22127,301.37256,55.988033,25.099977,173.39151,1759.8425,324.73907,111.20121,19.716593,15.2579775,427.7898,67.45625,1067.2323,85.15793,2544.7456,234.93481,310.84164,86.79479,110.93852,6.332322,9.772813,11.886837,2.2399766,1.6418087,77.26715,81.96108,85.13725,41.975956,39.178963,128.20406,9.694924,2959.8044,44.95401,63.755375,53.309067,56.636845,251.19539,83.80458,110.225136,12.712422,33.555214,71.739746,251.42291,588.4992,75.96966,307.3769,71.60175,113.1071,269.34628,284.07086,951.28986,159.8685,5.16739,15.074261,6.0624776,47.58231,19422.486,3.3496833,28.044561,44.223927,36.22435,336.54962,58.890144,142.81815,2.147759,127.69116,433.65778,260.38443,144.56058,488.0562,35.113575,99.03514,150.0312,10.199098,1.6364267,10.777015,1082.3544,0.067864,0.24903762,49.020325,7.8228283,3.503505,3.6488988,8.1313715,87.950325,30.460754,86.85681,565.65906,239.61467,2150.212,1882.1267,24.746468,44.988853,10476.331,7.549189,85.58681,735.4491,164.86966,228.90195,95.62131,530.6749,867.06537,460.619,24.903532,129.44319,1027.0146,1998.6249,67.9501,823.9755,81.02397,1.0607246,61.705124,0.96740615,0.58398396,2.7244074,63.49751,156.54256,206.85254,15.71017,2617.9639,422.13913,181.82326,260.06082,103.57354,88.78545,76.47894,50.71445,101.12937,782.37006,250.19844,144.83719,108.62134,17.756922,147.79445,133.3068,28.720549,621.26056,161.86446,2648.435,32.591736,2579.3965,79.94251,421.0604,1771.8163,69.23311,11.569633,1006.18915,842.2938,2817.2078,91.05784 +2023-08-19 00:00:00,0.0,17686.203,347.23538,32.800552,42.54004,33.418095,177.57939,27.327545,40.907528,20.733633,24.26209,1106.6628,201.37584,14.126989,159.01453,3.26938,0.25373292,28.310946,4.312565,1.019132,360.51932,0.17882366,387.17807,47.920746,0.4668656,1.206978,123.424995,17.848635,42.265232,94.12082,27499.154,0.07212383,1860.6711,0.30837223,0.16984303,0.06483393,0.3660945,156.52188,178.23943,23.142712,169.58871,29.264574,64.57739,2248.03,2.1410148,231.50035,134.21065,411.42673,93.165,379.6794,39.067436,328.64993,0.0,2193.6353,11122.102,28.840796,559.7129,139.28954,41339.582,131.11824,23.740923,103.066826,301.02048,55.952805,25.086262,173.16974,1758.9438,324.69757,111.028244,19.702608,15.252193,427.896,67.44283,1066.7648,85.158066,2544.9216,235.0871,310.64993,86.8169,110.89329,6.3311667,9.770379,11.878135,2.2393796,1.6408776,77.28841,81.99371,85.16801,42.00743,39.202477,128.20354,9.701638,2959.4114,44.928608,63.725807,53.270126,56.568798,251.26453,83.78534,110.08064,12.706397,33.546524,71.68491,251.32915,588.5667,76.019356,307.42706,71.612625,113.05948,269.3371,283.74518,951.25806,159.86378,5.1698713,15.056452,6.056559,47.60215,19423.422,3.3506129,28.06546,44.25484,36.242737,336.5533,58.919353,142.84764,2.1460574,127.69758,433.75064,260.3351,144.59898,487.9844,35.111828,99.02901,149.99515,10.19767,1.63652,10.77685,1081.9012,0.06783027,0.24891397,49.02214,7.8212905,3.5029776,3.6481237,8.132965,87.93205,30.451614,86.857704,565.64075,239.62317,2150.464,1882.12,24.764091,45.021503,10474.941,7.548542,85.625,735.5257,164.94435,229.01935,95.65726,530.9462,867.19696,460.68423,24.919815,129.51398,1026.9166,1998.3906,67.9935,824.4605,81.09839,1.0606431,61.70383,0.96705484,0.58374244,2.7234251,63.538708,156.61948,206.73773,15.70215,2616.535,422.3011,181.95161,260.24194,103.62443,88.770164,76.53226,50.80269,101.120964,782.3226,250.20967,144.86424,108.594086,17.778225,147.81335,133.32259,28.701757,620.9941,161.82468,2646.1604,32.59263,2578.3782,79.945305,421.06433,1770.6858,69.20233,11.574484,1005.8094,842.07074,2815.6577,91.05795 +2023-08-19 01:00:00,0.0,17686.357,347.31815,32.816975,42.55899,33.427418,177.61488,27.334959,40.92732,20.735514,24.270403,1107.1722,201.26561,14.139652,159.07913,3.2604885,0.2529198,28.313961,4.29956,1.016195,360.58728,0.17867711,387.31732,47.933743,0.46586058,1.2037542,123.46344,17.853806,42.280766,94.10965,27499.404,0.071996056,1861.3624,0.30805904,0.16960762,0.06472561,0.36549118,156.55533,178.28569,23.139244,169.52353,29.284212,64.53294,2248.2031,2.1398804,231.29501,134.05998,411.53607,93.05375,379.78525,39.07895,328.21985,0.0,2193.17,11115.186,28.819035,559.7786,139.25636,41334.832,131.11601,23.727278,102.912384,300.66843,55.91758,25.072546,172.94797,1758.0453,324.65607,110.855286,19.688623,15.246409,428.00217,67.429405,1066.2974,85.158195,2545.0977,235.23938,310.45822,86.839005,110.84805,6.330011,9.767945,11.869432,2.238783,1.6399465,77.309654,82.026344,85.19876,42.03891,39.22599,128.203,9.708351,2959.018,44.903202,63.696236,53.231186,56.500755,251.33365,83.7661,109.93616,12.700371,33.537834,71.63008,251.23538,588.6343,76.06905,307.4772,71.6235,113.011856,269.3279,283.41946,951.22626,159.85907,5.1723523,15.038643,6.050641,47.62199,19424.357,3.3515427,28.086357,44.285755,36.261124,336.557,58.948566,142.87714,2.1443558,127.703995,433.8435,260.2858,144.6374,487.91257,35.11008,99.02288,149.95909,10.196242,1.6366135,10.776686,1081.448,0.06779654,0.24879032,49.023956,7.819752,3.5024505,3.6473489,8.134559,87.91379,30.442474,86.85859,565.6225,239.63165,2150.716,1882.1134,24.781717,45.054153,10473.551,7.547895,85.66319,735.60223,165.01906,229.13676,95.693214,531.2175,867.3286,460.74948,24.936098,129.58478,1026.8186,1998.1564,68.036896,824.94556,81.172806,1.0605615,61.70254,0.96670353,0.5835009,2.7224429,63.57991,156.69641,206.62294,15.694131,2615.106,422.46304,182.07997,260.42307,103.67531,88.754875,76.58557,50.89093,101.112564,782.2751,250.2209,144.8913,108.56683,17.799528,147.83228,133.33838,28.682968,620.72754,161.78488,2643.8855,32.593525,2577.3599,79.9481,421.06824,1769.5552,69.171555,11.579335,1005.42957,841.84766,2814.1074,91.058075 +2023-08-19 02:00:00,0.0,17686.512,347.40088,32.833397,42.57794,33.436745,177.65036,27.342373,40.94711,20.737394,24.278715,1107.6816,201.15536,14.152315,159.14375,3.251597,0.25210667,28.316977,4.286555,1.013258,360.6552,0.17853056,387.45657,47.94674,0.46485552,1.2005303,123.50189,17.858974,42.296295,94.09848,27499.656,0.07186828,1862.0537,0.30774587,0.1693722,0.06461728,0.36488792,156.58879,178.33194,23.135777,169.45833,29.30385,64.48849,2248.3765,2.1387463,231.08968,133.9093,411.6454,92.942505,379.89108,39.090466,327.78973,0.0,2192.7048,11108.2705,28.797274,559.84436,139.22318,41330.082,131.1138,23.71363,102.757935,300.3164,55.88235,25.05883,172.7262,1757.1467,324.6146,110.68232,19.674639,15.240625,428.10837,67.415985,1065.8298,85.15833,2545.274,235.39168,310.26648,86.861115,110.80282,6.3288555,9.765511,11.860731,2.2381861,1.6390153,77.33091,82.058975,85.22951,42.07039,39.2495,128.20248,9.715064,2958.625,44.8778,63.666668,53.192245,56.43271,251.40279,83.74686,109.791664,12.694345,33.529144,71.57524,251.14163,588.7018,76.11875,307.52737,71.63437,112.96423,269.3187,283.09375,951.19446,159.85435,5.1748333,15.020833,6.0447226,47.64183,19425.291,3.3524723,28.107256,44.316666,36.27951,336.5607,58.977776,142.90663,2.1426544,127.71042,433.93634,260.23648,144.67581,487.84076,35.108334,99.01675,149.92303,10.194815,1.636707,10.776521,1080.9948,0.06776282,0.24866666,49.025772,7.8182144,3.501923,3.646574,8.136152,87.89552,30.433334,86.85948,565.6042,239.64015,2150.968,1882.1067,24.799343,45.086803,10472.16,7.547248,85.701385,735.67883,165.09375,229.25417,95.729164,531.4889,867.4602,460.81476,24.952381,129.65556,1026.7206,1997.9221,68.0803,825.43054,81.24722,1.06048,61.70125,0.9663523,0.5832594,2.7214608,63.62111,156.77333,206.50815,15.6861105,2613.6772,422.625,182.20833,260.60416,103.72619,88.739586,76.638885,50.979168,101.104164,782.22754,250.23215,144.91833,108.53958,17.820833,147.85118,133.35417,28.664179,620.46106,161.7451,2641.6108,32.59442,2576.3413,79.95089,421.07217,1768.4247,69.140785,11.584187,1005.04974,841.6246,2812.5571,91.05819 +2023-08-19 03:00:00,0.0,17686.666,347.48364,32.84982,42.596893,33.446068,177.68584,27.349787,40.966904,20.739275,24.287027,1108.1912,201.04512,14.164978,159.20837,3.2427053,0.25129357,28.319992,4.27355,1.0103209,360.72314,0.178384,387.59583,47.959736,0.4638505,1.1973065,123.54034,17.864143,42.31183,94.08731,27499.906,0.07174051,1862.745,0.30743268,0.16913678,0.06450896,0.36428463,156.62224,178.3782,23.132309,169.39314,29.323488,64.44404,2248.5498,2.137612,230.88434,133.75862,411.7547,92.83125,379.99692,39.10198,327.35962,0.0,2192.2395,11101.3545,28.77551,559.91016,139.18999,41325.332,131.11157,23.699986,102.60349,299.96432,55.847126,25.045115,172.50443,1756.248,324.5731,110.50935,19.660652,15.234842,428.21454,67.402565,1065.3624,85.15846,2545.45,235.54396,310.07477,86.88322,110.75758,6.3277,9.763077,11.852029,2.2375894,1.6380842,77.35216,82.091606,85.26026,42.101868,39.273014,128.20197,9.721777,2958.232,44.852394,63.637096,53.15331,56.364666,251.47191,83.72761,109.64718,12.68832,33.52045,71.52041,251.04787,588.7693,76.16845,307.57755,71.64523,112.91661,269.3095,282.76804,951.1626,159.84964,5.1773148,15.003024,6.038804,47.66167,19426.227,3.353402,28.128153,44.34758,36.2979,336.5644,59.00699,142.93613,2.1409528,127.716835,434.0292,260.18716,144.71423,487.76892,35.106586,99.01062,149.88698,10.193387,1.6368004,10.776356,1080.5416,0.06772909,0.24854301,49.027588,7.816676,3.5013957,3.645799,8.137746,87.87725,30.424194,86.860374,565.5859,239.64864,2151.22,1882.1,24.816967,45.119453,10470.7705,7.546601,85.73958,735.75543,165.16844,229.37157,95.76512,531.7602,867.59186,460.88,24.968664,129.72635,1026.6226,1997.6879,68.123695,825.9156,81.32165,1.0603983,61.699955,0.966001,0.5830179,2.7204785,63.66231,156.85025,206.39336,15.678091,2612.2483,422.787,182.3367,260.78528,103.77708,88.7243,76.6922,51.067406,101.095764,782.18005,250.24338,144.94539,108.51234,17.842136,147.8701,133.36996,28.645388,620.1945,161.70532,2639.336,32.595318,2575.323,79.95368,421.07608,1767.2942,69.11001,11.589038,1004.67,841.4015,2811.007,91.058304 +2023-08-19 04:00:00,0.0,17686.822,347.5664,32.86624,42.615845,33.45539,177.72131,27.357203,40.986694,20.741156,24.295341,1108.7006,200.93489,14.177641,159.273,3.233814,0.25048044,28.323008,4.260545,1.0073838,360.79108,0.17823745,387.73508,47.97273,0.46284547,1.1940826,123.57879,17.869314,42.32736,94.07614,27500.156,0.07161273,1863.4363,0.3071195,0.16890135,0.064400636,0.36368132,156.65569,178.42447,23.128841,169.32796,29.343126,64.39959,2248.723,2.1364777,230.679,133.60796,411.864,92.72,380.10275,39.11349,326.9295,0.0,2191.7744,11094.438,28.75375,559.9759,139.1568,41320.582,131.10934,23.686338,102.44905,299.6123,55.811897,25.031399,172.28264,1755.3495,324.5316,110.336395,19.646667,15.229058,428.3207,67.389145,1064.895,85.1586,2545.626,235.69624,309.88303,86.90533,110.71235,6.3265443,9.760643,11.843327,2.2369926,1.637153,77.37341,82.12424,85.291016,42.133347,39.296528,128.20145,9.728491,2957.8386,44.82699,63.60753,53.11437,56.29662,251.54105,83.70837,109.502686,12.682295,33.51176,71.465576,250.9541,588.8368,76.21815,307.6277,71.656105,112.86899,269.3003,282.44235,951.1308,159.84491,5.1797957,14.985215,6.0328856,47.68151,19427.162,3.3543317,28.149052,44.378494,36.316288,336.56808,59.0362,142.96562,2.1392515,127.72325,434.12207,260.13785,144.75266,487.6971,35.104836,99.004486,149.85092,10.191959,1.6368939,10.776191,1080.0884,0.067695364,0.24841934,49.029404,7.8151383,3.5008686,3.645024,8.139339,87.858986,30.415054,86.86127,565.56757,239.65714,2151.472,1882.0934,24.834593,45.152103,10469.38,7.5459538,85.77778,735.832,165.24315,229.48898,95.80108,532.03156,867.72345,460.94525,24.984945,129.79713,1026.5247,1997.4536,68.16709,826.4006,81.396065,1.0603168,61.698666,0.96564966,0.58277637,2.7194963,63.70351,156.92719,206.27855,15.670072,2610.8193,422.94894,182.46506,260.9664,103.82796,88.70901,76.74552,51.155647,101.087364,782.13257,250.25461,144.97244,108.485085,17.86344,147.889,133.38576,28.626598,619.92804,161.66553,2637.0613,32.59621,2574.3047,79.956474,421.08002,1766.1637,69.07923,11.593888,1004.29016,841.17847,2809.4568,91.05842 +2023-08-19 05:00:00,0.0,17686.977,347.64914,32.882664,42.634796,33.464718,177.7568,27.364616,41.00649,20.743036,24.303654,1109.21,200.82465,14.190303,159.3376,3.2249224,0.24966732,28.326023,4.24754,1.0044469,360.85904,0.1780909,387.87436,47.985725,0.46184045,1.1908587,123.61723,17.874483,42.34289,94.06498,27500.408,0.07148495,1864.1276,0.30680633,0.16866593,0.06429231,0.36307806,156.68913,178.47072,23.125374,169.26277,29.362764,64.35513,2248.8962,2.1353436,230.47366,133.45728,411.97333,92.60875,380.2086,39.125004,326.49942,0.0,2191.309,11087.523,28.731989,560.0416,139.12361,41315.832,131.10712,23.672691,102.29461,299.26022,55.776672,25.017683,172.06087,1754.4509,324.49008,110.16343,19.632683,15.223274,428.4269,67.375725,1064.4275,85.15874,2545.802,235.84853,309.69135,86.92744,110.66712,6.325389,9.758209,11.834625,2.2363956,1.6362219,77.39466,82.156876,85.32177,42.164825,39.32004,128.20093,9.735204,2957.4456,44.801586,63.577957,53.075428,56.228573,251.61017,83.689125,109.3582,12.676269,33.50307,71.410736,250.86034,588.9043,76.267845,307.67786,71.66698,112.821365,269.2911,282.11664,951.099,159.8402,5.182277,14.967406,6.026967,47.701347,19428.096,3.3552613,28.169949,44.40941,36.334675,336.57178,59.06541,142.99512,2.1375499,127.72967,434.2149,260.08856,144.79106,487.62527,35.10309,98.99835,149.81487,10.190532,1.6369872,10.776026,1079.6351,0.06766164,0.2482957,49.031223,7.8136005,3.5003412,3.644249,8.140933,87.84072,30.405914,86.86216,565.54926,239.66562,2151.7239,1882.0867,24.852219,45.184753,10467.99,7.5453067,85.81597,735.90857,165.31784,229.60638,95.83703,532.30286,867.8551,461.01053,25.001228,129.86792,1026.4266,1997.2194,68.210495,826.8856,81.47048,1.0602353,61.697372,0.9652984,0.58253485,2.718514,63.744713,157.0041,206.16376,15.662051,2609.3906,423.1109,182.59341,261.14752,103.878845,88.69372,76.798836,51.243885,101.078964,782.085,250.26584,144.9995,108.45783,17.884745,147.90793,133.40155,28.60781,619.66156,161.62575,2634.7864,32.597107,2573.2864,79.959274,421.08392,1765.0331,69.048454,11.59874,1003.91034,840.9554,2807.9067,91.05853 +2023-08-19 06:00:00,0.0,17687.13,347.7319,32.899086,42.653748,33.47404,177.79228,27.37203,41.02628,20.744915,24.311966,1109.7195,200.71442,14.202966,159.40222,3.2160308,0.2488542,28.329039,4.2345347,1.0015098,360.92697,0.17794436,388.0136,47.998722,0.46083543,1.187635,123.655685,17.879652,42.358425,94.05381,27500.658,0.07135718,1864.8188,0.30649313,0.1684305,0.06418399,0.36247477,156.72258,178.51698,23.121906,169.19759,29.382402,64.310684,2249.0696,2.1342094,230.26833,133.30661,412.08267,92.4975,380.31442,39.136517,326.0693,0.0,2190.8438,11080.607,28.710226,560.10736,139.09042,41311.082,131.10489,23.659046,102.14017,298.90817,55.741444,25.003967,171.8391,1753.5522,324.44858,109.99046,19.618698,15.21749,428.53308,67.3623,1063.9601,85.15887,2545.978,236.00081,309.4996,86.94954,110.62189,6.3242335,9.755775,11.825923,2.2357988,1.6352907,77.41592,82.1895,85.352516,42.196304,39.34355,128.20041,9.741917,2957.0525,44.77618,63.548386,53.036488,56.16053,251.6793,83.66988,109.21371,12.670243,33.49438,71.3559,250.76657,588.97186,76.31754,307.728,71.67785,112.77375,269.28192,281.79092,951.0672,159.83548,5.184758,14.949596,6.0210485,47.721188,19429.031,3.356191,28.190847,44.440323,36.35306,336.57544,59.094624,143.0246,2.1358483,127.73609,434.30777,260.03925,144.82948,487.55347,35.10134,98.992226,149.77881,10.189104,1.6370807,10.775862,1079.182,0.067627914,0.24817204,49.03304,7.8120623,3.499814,3.643474,8.142528,87.82245,30.396774,86.863045,565.53094,239.67412,2151.9758,1882.0801,24.869843,45.217403,10466.6,7.5446596,85.854164,735.98517,165.39255,229.72379,95.872986,532.57416,867.9867,461.07578,25.017511,129.93872,1026.3286,1996.9851,68.25389,827.3706,81.5449,1.0601537,61.696083,0.9649471,0.58229333,2.7175317,63.78591,157.08102,206.04897,15.654032,2607.9617,423.27286,182.72177,261.32864,103.929726,88.67843,76.85215,51.332127,101.070564,782.03754,250.27707,145.02655,108.43058,17.906048,147.92683,133.41734,28.589018,619.395,161.58595,2632.5117,32.598003,2572.2678,79.96207,421.08786,1763.9026,69.01768,11.603591,1003.5306,840.7323,2806.3564,91.05865 +2023-08-19 07:00:00,0.0,17687.285,347.81467,32.91551,42.6727,33.483364,177.82776,27.379444,41.04607,20.746796,24.320278,1110.2289,200.60417,14.215629,159.46684,3.2071393,0.24804108,28.332054,4.22153,0.99857277,360.9949,0.17779781,388.15286,48.01172,0.45983037,1.184411,123.69413,17.884823,42.373955,94.04264,27500.908,0.071229406,1865.5101,0.30617997,0.16819508,0.06407566,0.36187148,156.75604,178.56325,23.118439,169.13239,29.40204,64.266235,2249.2427,2.1330752,230.06299,133.15593,412.19202,92.38625,380.42026,39.14803,325.6392,0.0,2190.3784,11073.692,28.688465,560.1731,139.05724,41306.332,131.10268,23.6454,101.985725,298.55615,55.70622,24.990252,171.61732,1752.6537,324.4071,109.817505,19.604713,15.211706,428.63928,67.34888,1063.4926,85.159004,2546.1543,236.15309,309.3079,86.97165,110.57665,6.3230777,9.753341,11.817221,2.235202,1.6343596,77.437164,82.22214,85.38327,42.227783,39.367065,128.19989,9.748631,2956.6592,44.75078,63.518818,52.99755,56.092484,251.74843,83.650635,109.06922,12.664218,33.48569,71.30107,250.6728,589.03937,76.36724,307.77817,71.68872,112.72613,269.2727,281.46524,951.0354,159.83076,5.1872396,14.9317875,6.01513,47.741028,19429.967,3.3571205,28.211744,44.471237,36.37145,336.57913,59.123833,143.0541,2.134147,127.74251,434.40063,259.98993,144.86789,487.48163,35.099594,98.98609,149.74275,10.187676,1.6371741,10.775697,1078.7288,0.067594185,0.24804838,49.034855,7.8105245,3.4992867,3.6426992,8.144121,87.804184,30.387636,86.86394,565.51263,239.6826,2152.2278,1882.0734,24.887468,45.250053,10465.21,7.5440125,85.89236,736.0617,165.46724,229.84119,95.908936,532.8455,868.11835,461.14102,25.033794,130.0095,1026.2306,1996.7509,68.29729,827.85565,81.619316,1.0600721,61.69479,0.9645958,0.5820518,2.7165494,63.827114,157.15796,205.93417,15.646012,2606.533,423.4348,182.85013,261.50974,103.980606,88.66314,76.905464,51.420364,101.062164,781.99,250.2883,145.05359,108.40333,17.927351,147.94576,133.43314,28.570229,619.12854,161.54617,2630.2368,32.598896,2571.2495,79.96486,421.09177,1762.7721,68.98691,11.608442,1003.15076,840.5092,2804.8062,91.05876 +2023-08-19 08:00:00,0.0,17687.44,347.8974,32.93193,42.69165,33.492687,177.86325,27.386858,41.065865,20.748676,24.32859,1110.7383,200.49393,14.2282915,159.53145,3.198248,0.24722797,28.33507,4.2085247,0.9956357,361.06284,0.17765126,388.2921,48.024715,0.45882535,1.1811872,123.732574,17.889992,42.38949,94.03147,27501.16,0.07110163,1866.2014,0.30586678,0.16795966,0.06396734,0.3612682,156.78949,178.6095,23.114971,169.0672,29.421679,64.22178,2249.416,2.1319408,229.85765,133.00525,412.30133,92.275,380.5261,39.159542,325.20908,0.0,2189.9133,11066.776,28.666702,560.2389,139.02406,41301.582,131.10045,23.631754,101.83128,298.20407,55.67099,24.976536,171.39555,1751.7551,324.3656,109.64454,19.590729,15.205922,428.74545,67.33546,1063.0251,85.159134,2546.3303,236.30537,309.11615,86.99375,110.53142,6.3219223,9.750907,11.808519,2.2346053,1.6334285,77.45842,82.25477,85.414024,42.259262,39.39058,128.19937,9.755343,2956.266,44.725372,63.489246,52.95861,56.02444,251.81757,83.63139,108.92473,12.658193,33.477,71.24624,250.57904,589.1069,76.41694,307.8283,71.699585,112.678505,269.26352,281.13953,951.0036,159.82605,5.1897206,14.913979,6.0092115,47.760868,19430.9,3.3580503,28.232643,44.50215,36.38984,336.58282,59.153046,143.08359,2.1324453,127.748924,434.49347,259.9406,144.90631,487.40982,35.097847,98.97996,149.7067,10.186249,1.6372676,10.775532,1078.2755,0.067560464,0.24792473,49.03667,7.808986,3.4987593,3.6419241,8.145715,87.78592,30.378496,86.86483,565.4943,239.6911,2152.4797,1882.0667,24.905094,45.282703,10463.819,7.5433655,85.93056,736.1383,165.54193,229.9586,95.94489,533.1168,868.24994,461.2063,25.050077,130.08029,1026.1326,1996.5167,68.34069,828.34064,81.69373,1.0599905,61.693497,0.96424454,0.5818103,2.715567,63.868313,157.23488,205.81937,15.637993,2605.104,423.59677,182.9785,261.69086,104.031494,88.64785,76.95878,51.508602,101.053764,781.9425,250.29953,145.08064,108.376076,17.948656,147.96466,133.44893,28.55144,618.862,161.5064,2627.962,32.599792,2570.2312,79.96765,421.0957,1761.6416,68.95613,11.613294,1002.77094,840.28613,2803.256,91.058876 +2023-08-19 09:00:00,0.0,17687.594,347.98016,32.948353,42.7106,33.502014,177.89873,27.394274,41.085655,20.750557,24.336903,1111.2478,200.3837,14.240954,159.59607,3.1893563,0.24641484,28.338085,4.19552,0.99269867,361.1308,0.1775047,388.4314,48.03771,0.45782033,1.1779634,123.77103,17.89516,42.405018,94.0203,27501.41,0.07097386,1866.8927,0.3055536,0.16772424,0.063859016,0.3606649,156.82294,178.65576,23.111504,169.00201,29.441317,64.17733,2249.5894,2.1308067,229.65231,132.85458,412.41064,92.16375,380.63193,39.171055,324.779,0.0,2189.448,11059.861,28.644941,560.3046,138.99088,41296.83,131.09822,23.618107,101.67684,297.85205,55.63576,24.96282,171.17377,1750.8564,324.3241,109.47157,19.576742,15.200138,428.85162,67.32204,1062.5576,85.15927,2546.5063,236.45767,308.92444,87.01586,110.48618,6.3207664,9.748473,11.799817,2.2340086,1.6324973,77.47967,82.2874,85.44477,42.29074,39.414093,128.19885,9.762056,2955.873,44.69997,63.45968,52.91967,55.956394,251.8867,83.61215,108.78024,12.652166,33.468307,71.1914,250.48528,589.1744,76.46664,307.87848,71.71046,112.63088,269.2543,280.8138,950.97174,159.82133,5.1922016,14.89617,6.003293,47.78071,19431.836,3.35898,28.25354,44.533066,36.408226,336.58652,59.18226,143.11308,2.1307437,127.75534,434.58633,259.8913,144.94472,487.338,35.0961,98.97383,149.67064,10.184821,1.637361,10.775367,1077.8224,0.067526735,0.24780107,49.038486,7.8074484,3.4982321,3.6411493,8.147308,87.76765,30.369356,86.86572,565.4761,239.69958,2152.7317,1882.06,24.922718,45.315353,10462.429,7.542719,85.96875,736.21484,165.61664,230.076,95.98085,533.3882,868.38153,461.27155,25.066359,130.15108,1026.0345,1996.2825,68.38409,828.8257,81.76815,1.059909,61.692207,0.96389323,0.58156884,2.7145848,63.909515,157.3118,205.70457,15.629972,2603.675,423.75876,183.10686,261.87198,104.082375,88.63256,77.01209,51.596844,101.045364,781.895,250.31078,145.1077,108.34882,17.96996,147.98358,133.46472,28.532648,618.5955,161.4666,2625.6873,32.60069,2569.213,79.97044,421.0996,1760.511,68.925354,11.618145,1002.3912,840.0631,2801.7058,91.05899 +2023-08-19 10:00:00,0.0,17687.748,348.0629,32.964775,42.729553,33.511337,177.9342,27.401688,41.105446,20.752438,24.345215,1111.7572,200.27345,14.253617,159.66069,3.1804647,0.24560173,28.3411,4.1825147,0.9897616,361.19873,0.17735815,388.57065,48.050705,0.4568153,1.1747395,123.80947,17.900331,42.42055,94.00913,27501.66,0.07084608,1867.584,0.30524042,0.16748881,0.0637507,0.36006162,156.85638,178.70201,23.108036,168.93683,29.460955,64.13288,2249.7627,2.1296725,229.44698,132.7039,412.51996,92.0525,380.7378,39.182568,324.34888,0.0,2188.983,11052.945,28.62318,560.37036,138.95769,41292.08,131.096,23.604462,101.5224,297.49997,55.600536,24.949104,170.952,1749.9579,324.2826,109.298615,19.562757,15.194355,428.95782,67.30862,1062.0902,85.15941,2546.6824,236.60995,308.73273,87.03797,110.440956,6.319611,9.746039,11.791115,2.2334116,1.6315662,77.50092,82.32003,85.475525,42.32222,39.437603,128.19833,9.76877,2955.4797,44.674564,63.430107,52.88073,55.888348,251.95583,83.59291,108.63575,12.646141,33.459618,71.136566,250.39151,589.2419,76.516335,307.92862,71.72133,112.58326,269.24512,280.4881,950.93994,159.81662,5.194683,14.87836,5.9973745,47.80055,19432.771,3.3599095,28.274439,44.56398,36.426613,336.5902,59.211468,143.14258,2.1290424,127.76176,434.6792,259.84198,144.98314,487.26617,35.094353,98.9677,149.6346,10.1833935,1.6374544,10.775202,1077.3691,0.06749301,0.24767742,49.040306,7.80591,3.4977047,3.6403742,8.148902,87.74938,30.360216,86.866615,565.45776,239.70808,2152.9836,1882.0533,24.940344,45.348003,10461.039,7.542072,86.00694,736.29144,165.69133,230.1934,96.0168,533.6595,868.5132,461.3368,25.082642,130.22186,1025.9365,1996.0482,68.42748,829.31067,81.84257,1.0598274,61.690914,0.963542,0.5813273,2.7136025,63.950718,157.38873,205.58978,15.621953,2602.2463,423.92072,183.23521,262.0531,104.133255,88.61727,77.065414,51.68508,101.036964,781.8475,250.322,145.13475,108.32157,17.991262,148.00249,133.48051,28.513859,618.329,161.42682,2623.4124,32.60158,2568.1943,79.973236,421.10352,1759.3805,68.89458,11.622996,1002.01135,839.84,2800.1555,91.05911 +2023-08-19 11:00:00,0.0,17687.902,348.14566,32.981197,42.748505,33.52066,177.9697,27.409101,41.12524,20.754318,24.353527,1112.2666,200.16322,14.26628,159.72531,3.1715732,0.24478862,28.344116,4.16951,0.9868246,361.26666,0.17721161,388.7099,48.0637,0.45581025,1.1715157,123.84792,17.9055,42.43608,93.99797,27501.91,0.0707183,1868.2754,0.30492723,0.16725339,0.063642375,0.35945833,156.88983,178.74828,23.10457,168.87164,29.480595,64.08843,2249.9358,2.1285381,229.24162,132.55322,412.62927,91.94125,380.84363,39.19408,323.91876,0.0,2188.5176,11046.03,28.601418,560.4361,138.9245,41287.33,131.09377,23.590815,101.36796,297.14795,55.565308,24.935389,170.73022,1749.0593,324.2411,109.12565,19.548773,15.188571,429.064,67.29519,1061.6227,85.15954,2546.8586,236.76224,308.54102,87.060074,110.39572,6.3184557,9.743606,11.7824135,2.2328148,1.630635,77.52217,82.35266,85.50628,42.353695,39.461117,128.19781,9.775483,2955.0867,44.64916,63.40054,52.841793,55.820305,252.02496,83.57366,108.491264,12.640116,33.450928,71.08173,250.29774,589.3094,76.56603,307.9788,71.7322,112.53564,269.23593,280.1624,950.90814,159.8119,5.197164,14.860551,5.991456,47.82039,19433.705,3.3608391,28.295336,44.594894,36.445,336.5939,59.24068,143.17207,2.1273408,127.76818,434.77203,259.79266,145.02156,487.19437,35.092606,98.96156,149.59854,10.181965,1.6375479,10.775038,1076.9159,0.067459285,0.24755377,49.04212,7.8043723,3.4971774,3.6395993,8.150496,87.73112,30.351076,86.8675,565.43945,239.71658,2153.2356,1882.0466,24.95797,45.380657,10459.648,7.5414248,86.045135,736.36804,165.76604,230.31082,96.05276,533.9308,868.6448,461.40207,25.098925,130.29266,1025.8385,1995.814,68.47089,829.7957,81.916985,1.0597458,61.68962,0.9631907,0.5810858,2.7126203,63.991917,157.46565,205.47499,15.613934,2600.8174,424.08267,183.36357,262.2342,104.18414,88.60198,77.11873,51.773323,101.028564,781.8,250.33324,145.1618,108.29432,18.012568,148.02141,133.4963,28.49507,618.0625,161.38702,2621.1377,32.602478,2567.176,79.97603,421.10745,1758.25,68.8638,11.627848,1001.63153,839.61694,2798.6055,91.05923 +2023-08-19 12:00:00,0.0,17688.057,348.22842,32.99762,42.767456,33.529987,178.00517,27.416515,41.14503,20.756197,24.36184,1112.776,200.05298,14.278943,159.78992,3.1626818,0.24397549,28.347132,4.1565046,0.98388755,361.3346,0.17706506,388.84915,48.0767,0.45480523,1.1682918,123.88637,17.91067,42.451614,93.9868,27502.162,0.07059053,1868.9667,0.30461404,0.16701797,0.06353405,0.35885504,156.9233,178.79454,23.101103,168.80646,29.500233,64.043976,2250.1091,2.127404,229.03629,132.40256,412.7386,91.83,380.94946,39.205597,323.48865,0.0,2188.0522,11039.114,28.579657,560.50183,138.89131,41282.58,131.09155,23.577168,101.21352,296.7959,55.530083,24.921673,170.50845,1748.1606,324.1996,108.95268,19.534788,15.182787,429.1702,67.28177,1061.1553,85.159676,2547.0347,236.91452,308.34927,87.082184,110.35049,6.3173,9.741171,11.773711,2.232218,1.6297039,77.54343,82.38529,85.537025,42.385174,39.48463,128.1973,9.782196,2954.6936,44.623756,63.370968,52.802853,55.75226,252.09409,83.55442,108.34677,12.63409,33.442238,71.02689,250.20398,589.37695,76.61572,308.02893,71.74307,112.48802,269.2267,279.8367,950.87634,159.80719,5.1996455,14.842742,5.985538,47.840225,19434.64,3.361769,28.316235,44.62581,36.463387,336.5976,59.269894,143.20157,2.1256392,127.7746,434.8649,259.74338,145.05997,487.12253,35.09086,98.95544,149.56248,10.180537,1.6376413,10.774873,1076.4626,0.06742556,0.2474301,49.043938,7.802834,3.4966502,3.6388245,8.15209,87.712845,30.341936,86.86839,565.42114,239.72507,2153.4875,1882.04,24.975595,45.413307,10458.259,7.5407777,86.08333,736.4446,165.84073,230.42822,96.08871,534.20215,868.7764,461.46732,25.115208,130.36345,1025.7406,1995.5797,68.51428,830.2807,81.9914,1.0596642,61.68833,0.96283937,0.5808443,2.7116382,64.03312,157.54257,205.36018,15.605913,2599.3884,424.24463,183.49193,262.4153,104.23502,88.58669,77.17204,51.86156,101.020164,781.75244,250.34447,145.18886,108.267075,18.03387,148.04031,133.5121,28.476278,617.79596,161.34724,2618.8628,32.603374,2566.1577,79.97882,421.11136,1757.1195,68.83303,11.632699,1001.2518,839.39386,2797.0552,91.05934 +2023-08-19 13:00:00,0.0,17688.21,348.31116,33.01404,42.786407,33.53931,178.04065,27.423931,41.164825,20.758078,24.370153,1113.2855,199.94273,14.291606,159.85454,3.1537902,0.24316238,28.350147,4.1435,0.9809505,361.40253,0.1769185,388.98843,48.08969,0.4538002,1.1650679,123.92482,17.91584,42.467144,93.97563,27502.412,0.070462756,1869.658,0.30430087,0.16678254,0.06342573,0.35825175,156.95674,178.84079,23.097635,168.74126,29.51987,63.999527,2250.2825,2.1262698,228.83095,132.25188,412.84793,91.71875,381.0553,39.21711,323.05856,0.0,2187.5872,11032.199,28.557896,560.5676,138.85812,41277.83,131.08932,23.563522,101.059074,296.44382,55.494854,24.907957,170.28668,1747.2621,324.1581,108.779724,19.520803,15.177003,429.27637,67.26835,1060.6879,85.15981,2547.2107,237.0668,308.15756,87.104294,110.30525,6.3161445,9.738737,11.765009,2.2316213,1.6287727,77.564674,82.41792,85.56778,42.416653,39.50814,128.19678,9.788909,2954.3003,44.59835,63.341396,52.763912,55.684216,252.16322,83.53518,108.202286,12.628065,33.433548,70.97206,250.11021,589.44446,76.66542,308.0791,71.75394,112.4404,269.21753,279.511,950.84454,159.80247,5.2021265,14.824933,5.9796195,47.860065,19435.574,3.3626986,28.337132,44.656723,36.481777,336.6013,59.299103,143.23106,2.1239378,127.78101,434.95776,259.69406,145.09839,487.05072,35.08911,98.9493,149.52643,10.17911,1.6377348,10.774708,1076.0095,0.06739183,0.24730645,49.045753,7.801296,3.4961228,3.6380494,8.153684,87.69458,30.332796,86.869286,565.40283,239.73357,2153.7395,1882.0333,24.99322,45.445957,10456.868,7.5401306,86.12153,736.5212,165.91542,230.54562,96.124664,534.47345,868.908,461.5326,25.131489,130.43423,1025.6426,1995.3455,68.55768,830.76575,82.06582,1.0595827,61.68704,0.9624881,0.58060277,2.710656,64.07432,157.6195,205.24539,15.597894,2597.9597,424.4066,183.6203,262.59644,104.285904,88.5714,77.22536,51.9498,101.011765,781.70496,250.3557,145.2159,108.23982,18.055174,148.05923,133.5279,28.457489,617.5295,161.30746,2616.5881,32.604267,2565.1394,79.98162,421.1153,1755.9889,68.80225,11.63755,1000.87195,839.17084,2795.505,91.059456 +2023-08-19 14:00:00,0.0,17688.367,348.39392,33.030464,42.80536,33.548634,178.07614,27.431345,41.184616,20.759958,24.378466,1113.7949,199.8325,14.304268,159.91916,3.1448987,0.24234925,28.353163,4.1304946,0.97801346,361.4705,0.17677195,389.1277,48.102688,0.45279518,1.1618441,123.963264,17.92101,42.482677,93.96446,27502.662,0.07033498,1870.3492,0.30398768,0.16654713,0.0633174,0.3576485,156.99019,178.88705,23.094168,168.67607,29.539509,63.955074,2250.4556,2.1251357,228.62561,132.1012,412.95728,91.6075,381.16113,39.228622,322.62845,0.0,2187.1218,11025.283,28.536133,560.63336,138.82494,41273.08,131.0871,23.549875,100.90463,296.0918,55.45963,24.894241,170.0649,1746.3635,324.1166,108.60676,19.506819,15.171219,429.38254,67.25493,1060.2203,85.15994,2547.3867,237.21909,307.96582,87.126396,110.26002,6.314989,9.736303,11.756308,2.2310245,1.6278416,77.58593,82.45056,85.59853,42.44813,39.531654,128.19626,9.795623,2953.9072,44.57295,63.31183,52.72497,55.61617,252.23235,83.51594,108.05779,12.622039,33.42486,70.91723,250.01645,589.51196,76.71512,308.12927,71.76481,112.39278,269.2083,279.18527,950.8127,159.79776,5.2046075,14.807123,5.973701,47.879906,19436.51,3.3636281,28.35803,44.687634,36.500164,336.60498,59.328316,143.26056,2.1222363,127.78743,435.0506,259.64474,145.1368,486.97888,35.087364,98.94317,149.49037,10.177682,1.6378282,10.774543,1075.5563,0.06735811,0.24718279,49.04757,7.799758,3.4955955,3.6372745,8.155277,87.676315,30.323656,86.87018,565.3845,239.74205,2153.9915,1882.0267,25.010845,45.478607,10455.478,7.5394835,86.15972,736.5978,165.99013,230.66304,96.16062,534.7448,869.0397,461.59784,25.147772,130.50502,1025.5446,1995.1112,68.601074,831.25073,82.140236,1.0595012,61.68575,0.9621368,0.58036125,2.7096736,64.11552,157.69643,205.1306,15.589874,2596.5308,424.56857,183.74866,262.77756,104.33679,88.556114,77.27867,52.03804,101.00336,781.6575,250.36693,145.24295,108.21257,18.076477,148.07814,133.54369,28.4387,617.263,161.26767,2614.3132,32.605164,2564.1208,79.98441,421.1192,1754.8584,68.77148,11.642402,1000.4921,838.94775,2793.9548,91.05957 +2023-08-19 15:00:00,0.0,17688.521,348.47668,33.046886,42.82431,33.55796,178.11162,27.438759,41.204407,20.761839,24.386778,1114.3043,199.72226,14.316931,159.98378,3.1360073,0.24153614,28.356178,4.11749,0.9750764,361.53842,0.1766254,389.26694,48.115685,0.45179015,1.1586202,124.00172,17.926178,42.498207,93.95329,27502.914,0.07020721,1871.0405,0.30367452,0.16631171,0.06320908,0.35704517,157.02364,178.93332,23.0907,168.61089,29.559147,63.910625,2250.629,2.1240013,228.42027,131.95053,413.0666,91.496254,381.26697,39.240135,322.19833,0.0,2186.6567,11018.367,28.514372,560.6991,138.79175,41268.33,131.08487,23.53623,100.75019,295.73975,55.4244,24.880526,169.84312,1745.4648,324.0751,108.43379,19.492832,15.165436,429.48874,67.2415,1059.7529,85.16008,2547.5627,237.37137,307.77414,87.148506,110.21479,6.313833,9.73387,11.747605,2.2304275,1.6269104,77.607185,82.483185,85.62928,42.47961,39.55517,128.19574,9.802336,2953.5142,44.547543,63.282257,52.686035,55.548122,252.30148,83.49669,107.91331,12.616014,33.41617,70.86239,249.92268,589.57947,76.76482,308.1794,71.77568,112.34515,269.19913,278.8596,950.7809,159.79305,5.207089,14.789314,5.9677825,47.899746,19437.445,3.364558,28.37893,44.718548,36.51855,336.60867,59.357525,143.29005,2.1205347,127.79385,435.14346,259.59543,145.17522,486.90707,35.085617,98.93704,149.45432,10.176254,1.6379216,10.774379,1075.103,0.06732438,0.24705914,49.04939,7.79822,3.4950683,3.6364996,8.156871,87.65804,30.314516,86.87107,565.3662,239.75055,2154.2434,1882.02,25.028471,45.511257,10454.088,7.5388365,86.197914,736.6743,166.06482,230.78044,96.19657,535.0161,869.17126,461.6631,25.164055,130.5758,1025.4465,1994.877,68.64448,831.7358,82.21465,1.0594195,61.684456,0.9617855,0.5801197,2.7086914,64.15672,157.77335,205.0158,15.581855,2595.1018,424.73053,183.87701,262.95868,104.38767,88.540825,77.331985,52.126278,100.99496,781.6099,250.37816,145.27,108.18532,18.097782,148.09706,133.55948,28.419909,616.99646,161.22789,2612.0386,32.60606,2563.1025,79.987206,421.12314,1753.7279,68.7407,11.647253,1000.11237,838.7247,2792.4045,91.059685 +2023-08-19 16:00:00,0.0,17688.676,348.55942,33.06331,42.84326,33.567284,178.1471,27.446173,41.2242,20.76372,24.39509,1114.8138,199.61203,14.329594,160.04839,3.1271157,0.24072301,28.359194,4.1044846,0.97213936,361.60635,0.17647885,389.4062,48.12868,0.4507851,1.1553963,124.04016,17.931349,42.51374,93.94212,27503.164,0.07007943,1871.7318,0.30336133,0.16607629,0.063100755,0.3564419,157.05708,178.97957,23.087233,168.5457,29.578785,63.866173,2250.8022,2.122867,228.21494,131.79985,413.1759,91.385,381.3728,39.251648,321.76825,0.0,2186.1914,11011.452,28.49261,560.76483,138.75858,41263.58,131.08264,23.522583,100.59575,295.3877,55.389175,24.86681,169.62135,1744.5663,324.0336,108.26083,19.478848,15.159652,429.5949,67.22808,1059.2854,85.16021,2547.739,237.52367,307.5824,87.17061,110.169556,6.312678,9.731436,11.738903,2.2298307,1.6259793,77.62843,82.51582,85.660034,42.51109,39.578682,128.1952,9.809049,2953.1208,44.522137,63.25269,52.647095,55.48008,252.3706,83.47745,107.768814,12.609988,33.407475,70.807556,249.82892,589.647,76.814514,308.22958,71.78655,112.29753,269.18994,278.53387,950.7491,159.78831,5.20957,14.771505,5.961864,47.919586,19438.379,3.3654876,28.399826,44.749462,36.536938,336.61234,59.386738,143.31955,2.1188333,127.80027,435.23633,259.5461,145.21364,486.83524,35.08387,98.93091,149.41826,10.174827,1.638015,10.774214,1074.6499,0.06729065,0.24693549,49.051205,7.796682,3.494541,3.6357245,8.158464,87.63978,30.305378,86.871956,565.3479,239.75903,2154.4954,1882.0133,25.046095,45.543907,10452.697,7.5381894,86.23611,736.7509,166.13951,230.89784,96.23253,535.2874,869.3029,461.72836,25.180338,130.6466,1025.3485,1994.6427,68.687874,832.22076,82.28907,1.059338,61.683163,0.96143425,0.5798782,2.707709,64.19792,157.85028,204.901,15.573834,2593.673,424.8925,184.00537,263.13977,104.43856,88.525536,77.3853,52.21452,100.98656,781.56244,250.3894,145.29706,108.158066,18.119085,148.11597,133.57527,28.40112,616.73,161.18811,2609.7637,32.606956,2562.0842,79.99,421.12704,1752.5974,68.70992,11.652103,999.73254,838.5016,2790.8545,91.0598 +2023-08-19 17:00:00,0.0,17688.83,348.64218,33.07973,42.862217,33.576607,178.18259,27.453587,41.24399,20.7656,24.403402,1115.3232,199.50179,14.342257,160.113,3.1182241,0.2399099,28.36221,4.09148,0.9692023,361.6743,0.17633231,389.54547,48.141674,0.44978008,1.1521726,124.07861,17.936518,42.52927,93.93096,27503.414,0.06995165,1872.4231,0.30304813,0.16584086,0.06299243,0.35583863,157.09053,179.02583,23.083765,168.48051,29.598423,63.821724,2250.9753,2.121733,228.0096,131.64917,413.28522,91.27375,381.47864,39.26316,321.33813,0.0,2185.726,11004.536,28.470848,560.83057,138.72539,41258.83,131.08043,23.508936,100.44131,295.03564,55.353947,24.853094,169.39958,1743.6676,323.9921,108.08787,19.464863,15.153868,429.7011,67.21466,1058.818,85.16035,2547.915,237.67595,307.3907,87.19272,110.12432,6.311522,9.729001,11.730202,2.229234,1.6250482,77.64969,82.548454,85.69079,42.54257,39.602192,128.19469,9.8157625,2952.7278,44.496735,63.223118,52.608154,55.412033,252.43974,83.458206,107.62433,12.603963,33.398785,70.75272,249.73515,589.7145,76.86421,308.27972,71.797424,112.24991,269.18073,278.20816,950.7173,159.7836,5.2120514,14.753696,5.9559455,47.939426,19439.314,3.3664172,28.420725,44.780376,36.555325,336.61603,59.41595,143.34904,2.1171317,127.80669,435.32916,259.4968,145.25204,486.76343,35.082123,98.924774,149.3822,10.173399,1.6381085,10.774049,1074.1967,0.06725693,0.24681182,49.05302,7.795144,3.4940138,3.6349497,8.160058,87.621506,30.296238,86.87285,565.3296,239.76753,2154.7473,1882.0067,25.06372,45.576557,10451.308,7.5375423,86.27431,736.82745,166.21422,231.01526,96.26848,535.5588,869.4345,461.7936,25.19662,130.71739,1025.2505,1994.4084,68.73127,832.7058,82.36349,1.0592564,61.681873,0.96108294,0.5796367,2.7067268,64.23912,157.9272,204.78621,15.565815,2592.2441,425.05444,184.13374,263.3209,104.48944,88.51025,77.43862,52.302757,100.97816,781.51495,250.40063,145.32411,108.13081,18.140388,148.13489,133.59106,28.38233,616.46344,161.14832,2607.4888,32.60785,2561.066,79.99279,421.13098,1751.4668,68.67915,11.656955,999.3527,838.2785,2789.3042,91.05991 +2023-08-19 18:00:00,0.0,17688.984,348.7249,33.096153,42.88117,33.585934,178.21806,27.461002,41.263786,20.767479,24.411715,1115.8326,199.39154,14.354919,160.17763,3.1093326,0.23909678,28.365225,4.0784745,0.96626526,361.74225,0.17618576,389.68472,48.15467,0.44877505,1.1489487,124.11706,17.941687,42.544804,93.91979,27503.664,0.06982388,1873.1144,0.30273497,0.16560544,0.06288411,0.3552353,157.124,179.07208,23.080297,168.41533,29.618061,63.77727,2251.1487,2.1205986,227.80426,131.4985,413.39456,91.1625,381.58447,39.274673,320.90802,0.0,2185.261,10997.621,28.449087,560.8963,138.6922,41254.08,131.0782,23.49529,100.286865,294.68356,55.318718,24.839378,169.17781,1742.769,323.9506,107.9149,19.450878,15.148084,429.80728,67.20124,1058.3505,85.160484,2548.091,237.82823,307.19894,87.21483,110.07909,6.3103666,9.726567,11.721499,2.2286372,1.624117,77.67094,82.581085,85.721535,42.574047,39.625706,128.19417,9.822475,2952.3347,44.47133,63.19355,52.569214,55.34399,252.50888,83.438965,107.479836,12.597937,33.390095,70.69789,249.64139,589.78204,76.91391,308.3299,71.8083,112.20229,269.17154,277.88248,950.6855,159.77888,5.2145324,14.735888,5.950027,47.959267,19440.25,3.3673468,28.441622,44.81129,36.57371,336.61972,59.44516,143.37854,2.11543,127.8131,435.42203,259.4475,145.29047,486.6916,35.080376,98.91865,149.34615,10.171971,1.638202,10.773884,1073.7434,0.0672232,0.24668817,49.054836,7.7936063,3.4934864,3.6341746,8.161653,87.60324,30.287098,86.87374,565.31134,239.77602,2154.9993,1882.0,25.081347,45.609207,10449.917,7.5368953,86.3125,736.90405,166.28891,231.13266,96.304436,535.8301,869.56616,461.85886,25.212902,130.78818,1025.1525,1994.1742,68.77467,833.1908,82.437904,1.0591748,61.68058,0.9607317,0.5793952,2.7057445,64.28032,158.00412,204.67142,15.557796,2590.8152,425.2164,184.2621,263.502,104.54032,88.49496,77.491936,52.390995,100.96976,781.4674,250.41187,145.35117,108.10356,18.161694,148.1538,133.60686,28.363539,616.19696,161.10854,2605.214,32.608746,2560.0476,79.99558,421.1349,1750.3363,68.64838,11.661806,998.97296,838.0555,2787.754,91.06003 +2023-08-19 19:00:00,0.0,17689.139,348.80768,33.112576,42.90012,33.595257,178.25354,27.468416,41.283577,20.76936,24.420027,1116.3422,199.28131,14.367582,160.24225,3.1004412,0.23828366,28.36824,4.0654697,0.96332824,361.81018,0.1760392,389.82397,48.167667,0.44777003,1.1457249,124.15551,17.946857,42.560333,93.90862,27503.916,0.069696106,1873.8057,0.30242178,0.16537002,0.06277578,0.35463202,157.15744,179.11835,23.07683,168.35013,29.6377,63.73282,2251.322,2.1194644,227.59892,131.34782,413.50388,91.051254,381.6903,39.286186,320.4779,0.0,2184.7957,10990.705,28.427326,560.9621,138.65901,41249.33,131.07597,23.481644,100.13242,294.33154,55.283493,24.825665,168.95602,1741.8705,323.90912,107.74194,19.436893,15.1423,429.91345,67.18782,1057.883,85.160614,2548.267,237.98051,307.00723,87.23693,110.03385,6.3092113,9.7241335,11.712797,2.2280405,1.6231859,77.69219,82.613716,85.75229,42.605526,39.64922,128.19365,9.829188,2951.9417,44.445927,63.16398,52.530277,55.275944,252.578,83.419716,107.33535,12.591911,33.381405,70.64305,249.54762,589.84955,76.96361,308.38004,71.81916,112.15467,269.16232,277.55676,950.6537,159.77417,5.217014,14.718078,5.9441085,47.979107,19441.184,3.3682766,28.46252,44.842205,36.592102,336.6234,59.474373,143.40802,2.1137288,127.81952,435.5149,259.3982,145.32887,486.61978,35.07863,98.91251,149.31009,10.170544,1.6382954,10.773719,1073.2903,0.06718947,0.24656451,49.056652,7.792068,3.492959,3.6333997,8.163246,87.58498,30.277958,86.87463,565.293,239.78452,2155.2512,1881.9934,25.09897,45.641857,10448.526,7.536248,86.35069,736.98065,166.36362,231.25006,96.34039,536.10144,869.69775,461.92413,25.229185,130.85896,1025.0544,1993.94,68.81807,833.67584,82.51232,1.0590932,61.67929,0.9603804,0.57915366,2.7047622,64.321526,158.08105,204.55661,15.549776,2589.3865,425.37836,184.39046,263.68314,104.59121,88.47967,77.54525,52.479237,100.96136,781.4199,250.4231,145.3782,108.07631,18.182997,148.17271,133.62265,28.34475,615.9304,161.06874,2602.9392,32.609642,2559.029,79.998375,421.13882,1749.2058,68.6176,11.666657,998.59314,837.8324,2786.2039,91.06014 +2023-08-19 20:00:00,0.0,17689.293,348.89044,33.128998,42.91907,33.60458,178.28903,27.47583,41.303368,20.77124,24.42834,1116.8516,199.17107,14.380245,160.30685,3.0915496,0.23747055,28.371256,4.0524645,0.96039116,361.8781,0.17589265,389.96323,48.180664,0.446765,1.142501,124.193954,17.952026,42.575867,93.89745,27504.166,0.069568336,1874.497,0.3021086,0.1651346,0.06266746,0.35402876,157.19089,179.16461,23.073362,168.28494,29.657337,63.68837,2251.4954,2.1183302,227.39359,131.19714,413.61322,90.94,381.79614,39.2977,320.04782,0.0,2184.3306,10983.79,28.405563,561.02783,138.62582,41244.58,131.07375,23.467999,99.97798,293.9795,55.248264,24.811949,168.73425,1740.9718,323.8676,107.56898,19.422909,15.136516,430.01965,67.17439,1057.4155,85.16075,2548.443,238.1328,306.8155,87.25904,109.98862,6.3080554,9.7217,11.704096,2.2274437,1.6222547,77.71344,82.64635,85.78304,42.637005,39.67273,128.19313,9.835901,2951.5483,44.42052,63.134407,52.491337,55.207897,252.64714,83.400475,107.19086,12.585886,33.372715,70.58822,249.45386,589.91705,77.013306,308.4302,71.83003,112.10705,269.15314,277.23105,950.6218,159.76945,5.219495,14.700269,5.93819,47.998947,19442.12,3.3692062,28.483418,44.87312,36.61049,336.6271,59.503582,143.43752,2.1120272,127.82594,435.60773,259.34888,145.3673,486.54794,35.07688,98.90638,149.27403,10.169116,1.6383889,10.773555,1072.837,0.06715575,0.24644086,49.058468,7.79053,3.4924319,3.6326249,8.16484,87.5667,30.268818,86.87553,565.2747,239.793,2155.5032,1881.9867,25.116596,45.674507,10447.137,7.535601,86.388885,737.0572,166.43831,231.36748,96.37634,536.37274,869.8294,461.98938,25.245468,130.92975,1024.9564,1993.7057,68.861465,834.1608,82.58675,1.0590117,61.677998,0.96002907,0.57891214,2.70378,64.362724,158.15797,204.44182,15.541756,2587.9575,425.54034,184.51881,263.86426,104.64209,88.46438,77.598564,52.567474,100.95296,781.37244,250.43433,145.40526,108.04906,18.2043,148.19162,133.63844,28.32596,615.66394,161.02896,2600.6646,32.610535,2558.0107,80.001175,421.14273,1748.0753,68.58682,11.671509,998.2134,837.6093,2784.6536,91.060265 +2023-08-19 21:00:00,0.0,17689.447,348.97318,33.14542,42.938023,33.613903,178.32451,27.483244,41.323162,20.77312,24.436653,1117.361,199.06084,14.392908,160.37148,3.082658,0.23665743,28.374271,4.0394597,0.95745414,361.94604,0.1757461,390.1025,48.193657,0.44575995,1.1392771,124.23241,17.957195,42.5914,93.886284,27504.416,0.06944056,1875.1882,0.30179542,0.16489917,0.062559135,0.35342547,157.22433,179.21086,23.069895,168.21976,29.676975,63.643917,2251.6685,2.117196,227.18825,131.04648,413.72253,90.82875,381.90198,39.30921,319.6177,0.0,2183.8652,10976.874,28.383802,561.09357,138.59264,41239.824,131.07152,23.454351,99.82354,293.62744,55.21304,24.798233,168.51248,1740.0732,323.8261,107.39601,19.408922,15.130732,430.12582,67.16097,1056.9481,85.16088,2548.6194,238.28508,306.6238,87.28114,109.94339,6.3069,9.719266,11.695394,2.2268467,1.6213236,77.734695,82.67898,85.81379,42.668484,39.696243,128.19261,9.842615,2951.1553,44.39512,63.10484,52.452396,55.139854,252.71626,83.38123,107.04637,12.579861,33.364025,70.53339,249.36009,589.98456,77.063,308.48035,71.840904,112.059425,269.14395,276.90533,950.59,159.76474,5.221976,14.68246,5.9322715,48.018784,19443.055,3.3701358,28.504316,44.904034,36.628876,336.6308,59.532795,143.46701,2.1103256,127.83236,435.7006,259.29956,145.4057,486.47614,35.075134,98.90025,149.23798,10.167688,1.6384822,10.77339,1072.3838,0.06712202,0.24631721,49.060287,7.788992,3.4919045,3.6318498,8.166433,87.54844,30.259678,86.87642,565.2564,239.8015,2155.7554,1881.98,25.134222,45.707157,10445.746,7.534954,86.42708,737.1338,166.513,231.48488,96.4123,536.64404,869.961,462.05463,25.261751,131.00055,1024.8585,1993.4714,68.90487,834.6459,82.66116,1.0589302,61.676704,0.9596778,0.5786706,2.7027977,64.40392,158.2349,204.32703,15.533736,2586.5288,425.7023,184.64717,264.04535,104.69297,88.44909,77.65188,52.655712,100.94456,781.3249,250.44556,145.43231,108.02181,18.225605,148.21054,133.65424,28.307169,615.3974,160.98918,2598.3896,32.61143,2556.9924,80.00397,421.14667,1746.9447,68.556046,11.67636,997.83356,837.3862,2783.1033,91.06038 +2023-08-19 22:00:00,0.0,17689.602,349.05594,33.161842,42.956974,33.62323,178.35999,27.490658,41.342953,20.775002,24.444965,1117.8705,198.95059,14.405571,160.4361,3.0737665,0.23584431,28.377287,4.0264544,0.95451707,362.014,0.17559956,390.24176,48.206654,0.44475493,1.1360533,124.27085,17.962366,42.60693,93.875114,27504.668,0.06931278,1875.8795,0.30148223,0.16466375,0.062450815,0.35282218,157.25778,179.25713,23.066427,168.15457,29.696613,63.59947,2251.8418,2.1160617,226.98291,130.8958,413.83185,90.7175,382.0078,39.32073,319.1876,0.0,2183.4,10969.959,28.362041,561.1593,138.55945,41235.074,131.0693,23.440706,99.6691,293.2754,55.17781,24.784517,168.29071,1739.1747,323.7846,107.22305,19.394938,15.1249485,430.23203,67.14755,1056.4806,85.16102,2548.7954,238.43738,306.43207,87.30325,109.898155,6.3057446,9.716832,11.686691,2.22625,1.6203924,77.75594,82.71161,85.84454,42.699963,39.719757,128.1921,9.849328,2950.7622,44.369713,63.075268,52.413456,55.071808,252.7854,83.36199,106.90188,12.573834,33.35533,70.478546,249.26633,590.05206,77.1127,308.53052,71.851776,112.0118,269.13474,276.57965,950.5582,159.76003,5.2244573,14.664651,5.926353,48.038624,19443.988,3.3710654,28.525213,44.934948,36.647263,336.6345,59.562008,143.4965,2.1086242,127.838776,435.79346,259.25024,145.44412,486.4043,35.073387,98.89412,149.20192,10.166261,1.6385757,10.773225,1071.9307,0.0670883,0.24619354,49.062103,7.787454,3.491377,3.631075,8.168027,87.530174,30.250538,86.877304,565.2381,239.81,2156.0073,1881.9734,25.151846,45.739807,10444.356,7.534307,86.46528,737.2104,166.5877,231.60228,96.44825,536.9154,870.09265,462.1199,25.278034,131.07133,1024.7605,1993.2372,68.948265,835.13086,82.73558,1.0588485,61.675415,0.9593265,0.5784291,2.7018156,64.44512,158.31183,204.21223,15.525717,2585.0999,425.86426,184.77554,264.22647,104.74386,88.43381,77.70519,52.743954,100.93616,781.2774,250.4568,145.45937,107.99456,18.246908,148.22945,133.67003,28.28838,615.1309,160.94939,2596.115,32.612328,2555.974,80.00676,421.15057,1745.8142,68.525276,11.681211,997.45374,837.16315,2781.5532,91.06049 +2023-08-19 23:00:00,0.0,17689.756,349.1387,33.178265,42.975925,33.632553,178.39548,27.498074,41.362747,20.776882,24.453278,1118.3799,198.84035,14.418233,160.50072,3.0648751,0.23503119,28.380302,4.0134497,0.95158005,362.08194,0.175453,390.381,48.21965,0.4437499,1.1328294,124.3093,17.967535,42.622463,93.86395,27504.918,0.06918501,1876.5708,0.30116904,0.16442832,0.06234249,0.3522189,157.29124,179.30339,23.062962,168.08939,29.716251,63.555016,2252.0151,2.1149275,226.77757,130.74513,413.94116,90.606255,382.11365,39.33224,318.75748,0.0,2182.9348,10963.043,28.340279,561.22504,138.52628,41230.324,131.06708,23.42706,99.514656,292.92334,55.142586,24.770802,168.06894,1738.276,323.7431,107.05009,19.380953,15.119164,430.3382,67.13413,1056.0132,85.161156,2548.9714,238.58966,306.24036,87.32536,109.85292,6.304589,9.714397,11.67799,2.2256532,1.6194613,77.7772,82.74425,85.8753,42.731438,39.74327,128.19157,9.856041,2950.369,44.344307,63.0457,52.374516,55.003765,252.85452,83.34274,106.75739,12.567809,33.34664,70.42371,249.17256,590.1196,77.1624,308.5807,71.86265,111.96418,269.12555,276.25394,950.5264,159.75531,5.2269382,14.646841,5.920435,48.058464,19444.924,3.3719952,28.546112,44.965862,36.66565,336.63818,59.591217,143.526,2.1069226,127.84519,435.8863,259.20093,145.48254,486.3325,35.07164,98.887985,149.16586,10.164833,1.6386691,10.77306,1071.4774,0.06705457,0.2460699,49.06392,7.785916,3.49085,3.6302998,8.1696205,87.5119,30.241398,86.8782,565.2198,239.81848,2156.2593,1881.9667,25.169472,45.772457,10442.966,7.53366,86.50347,737.2869,166.6624,231.71968,96.48421,537.1867,870.22424,462.18515,25.294315,131.14212,1024.6625,1993.0029,68.99166,835.6159,82.81,1.058767,61.67412,0.9589752,0.5781876,2.7008333,64.48633,158.38875,204.09743,15.517696,2583.671,426.0262,184.9039,264.4076,104.79474,88.41852,77.758514,52.83219,100.92776,781.22986,250.46803,145.48642,107.96731,18.268211,148.24837,133.68582,28.26959,614.86444,160.9096,2593.84,32.61322,2554.9556,80.00955,421.1545,1744.6837,68.4945,11.686063,997.074,836.9401,2780.003,91.06061 +2023-08-20 00:00:00,0.0,17689.912,349.22144,33.194687,42.994877,33.641876,178.43095,27.505487,41.382538,20.77876,24.46159,1118.8893,198.73012,14.430896,160.56532,3.0559835,0.23421808,28.383318,4.0004444,0.94864297,362.14987,0.17530645,390.52026,48.232647,0.44274488,1.1296055,124.34775,17.972704,42.637993,93.85278,27505.168,0.06905723,1877.2622,0.30085588,0.1641929,0.062234167,0.3516156,157.32469,179.34964,23.059494,168.0242,29.73589,63.510567,2252.1882,2.1137934,226.57224,130.59445,414.05048,90.495,382.21948,39.343754,318.3274,0.0,2182.4695,10956.128,28.318518,561.29083,138.49309,41225.574,131.06485,23.413412,99.360214,292.5713,55.107357,24.757086,167.84715,1737.3774,323.7016,106.87712,19.366968,15.11338,430.44437,67.12071,1055.5458,85.161285,2549.1475,238.74194,306.0486,87.347466,109.807686,6.3034334,9.711964,11.669288,2.2250564,1.6185302,77.79845,82.77688,85.906044,42.762917,39.76678,128.19106,9.862755,2949.9758,44.318905,63.01613,52.33558,54.93572,252.92366,83.3235,106.6129,12.561784,33.33795,70.36888,249.0788,590.18713,77.2121,308.63083,71.87351,111.916565,269.11633,275.92822,950.4946,159.7506,5.2294197,14.629032,5.9145164,48.078304,19445.86,3.3729248,28.567009,44.996777,36.68404,336.64188,59.62043,143.5555,2.105221,127.851616,435.97916,259.1516,145.52095,486.26065,35.069893,98.88186,149.1298,10.163405,1.6387626,10.772895,1071.0242,0.06702084,0.24594623,49.065735,7.784378,3.4903226,3.629525,8.171215,87.49364,30.23226,86.87909,565.2015,239.82698,2156.5112,1881.9601,25.187098,45.805107,10441.576,7.533013,86.541664,737.3635,166.73709,231.8371,96.520164,537.45807,870.3559,462.2504,25.310598,131.2129,1024.5645,1992.7687,69.035065,836.10095,82.884415,1.0586854,61.672832,0.95862395,0.57794607,2.699851,64.52753,158.46567,203.98264,15.509677,2582.2422,426.18817,185.03226,264.5887,104.84563,88.40323,77.81183,52.920433,100.91936,781.1824,250.47926,145.51347,107.940056,18.289516,148.26727,133.70161,28.2508,614.5979,160.86983,2591.5654,32.614117,2553.9373,80.012344,421.15842,1743.5532,68.46372,11.690914,996.69415,836.71704,2778.453,91.06072 +2023-08-20 01:00:00,0.0,17690.066,349.3042,33.21111,43.01383,33.651203,178.46643,27.512901,41.40233,20.780642,24.469902,1119.3987,198.61987,14.443559,160.62994,3.047092,0.23340495,28.386333,3.9874396,0.94570595,362.2178,0.1751599,390.65955,48.245644,0.44173986,1.1263818,124.3862,17.977875,42.653526,93.84161,27505.42,0.068929456,1877.9535,0.30054268,0.16395748,0.062125847,0.35101232,157.35814,179.3959,23.056026,167.959,29.755527,63.466114,2252.3616,2.112659,226.36688,130.44377,414.15982,90.38375,382.32532,39.355267,317.89728,0.0,2182.0044,10949.212,28.296755,561.35657,138.4599,41220.824,131.06262,23.399767,99.20577,292.21924,55.07213,24.74337,167.62538,1736.4789,323.66013,106.704155,19.352983,15.107596,430.55057,67.107285,1055.0782,85.16142,2549.3235,238.89423,305.8569,87.369576,109.76245,6.3022776,9.70953,11.660585,2.2244596,1.617599,77.8197,82.80951,85.9368,42.794395,39.790295,128.19054,9.869468,2949.5828,44.2935,62.98656,52.29664,54.867676,252.9928,83.30426,106.468414,12.555758,33.32926,70.31404,248.98503,590.25464,77.261795,308.681,71.884384,111.86894,269.10715,275.60254,950.4628,159.74588,5.2319007,14.611223,5.908598,48.098145,19446.793,3.3738544,28.587908,45.027687,36.702427,336.64554,59.64964,143.58499,2.1035197,127.85803,436.07202,259.10233,145.55937,486.18884,35.068146,98.875725,149.09375,10.161977,1.638856,10.772731,1070.571,0.06698712,0.24582258,49.06755,7.78284,3.4897952,3.62875,8.172809,87.47537,30.22312,86.87998,565.18317,239.83546,2156.7632,1881.9534,25.204721,45.837757,10440.186,7.532366,86.57986,737.44006,166.8118,231.9545,96.556114,537.7294,870.4875,462.31567,25.326881,131.28369,1024.4664,1992.5344,69.07846,836.58594,82.95883,1.0586039,61.67154,0.95827264,0.57770455,2.6988688,64.568726,158.5426,203.86784,15.5016575,2580.8132,426.35016,185.16061,264.76984,104.89651,88.38794,77.86514,53.00867,100.91096,781.1349,250.4905,145.54051,107.9128,18.31082,148.2862,133.7174,28.23201,614.3314,160.83003,2589.2905,32.615013,2552.919,80.01514,421.16235,1742.4226,68.432945,11.6957655,996.31433,836.49396,2776.9026,91.06084 +2023-08-20 02:00:00,0.0,17690.22,349.38693,33.22753,43.03278,33.660526,178.50192,27.520315,41.422123,20.782522,24.478214,1119.9082,198.50964,14.456222,160.69456,3.0382004,0.23259184,28.389349,3.9744346,0.94276893,362.28577,0.17501335,390.7988,48.258636,0.4407348,1.1231579,124.424644,17.983044,42.669056,93.830444,27505.67,0.068801686,1878.6448,0.30022952,0.16372207,0.062017523,0.35040903,157.39159,179.44215,23.052559,167.89381,29.775166,63.42166,2252.535,2.1115248,226.16154,130.2931,414.26913,90.2725,382.43118,39.36678,317.46716,0.0,2181.539,10942.296,28.274994,561.4223,138.42671,41216.074,131.0604,23.38612,99.05133,291.8672,55.036903,24.729654,167.40361,1735.5802,323.61862,106.5312,19.338999,15.101812,430.65674,67.093864,1054.6108,85.16156,2549.4998,239.04651,305.6652,87.39168,109.717224,6.301122,9.707096,11.651884,2.2238626,1.6166679,77.84095,82.84214,85.96755,42.825874,39.81381,128.19002,9.876181,2949.1895,44.268097,62.95699,52.257698,54.79963,253.06192,83.28502,106.32392,12.549733,33.32057,70.25921,248.89127,590.32214,77.31149,308.73114,71.895256,111.82132,269.09796,275.27682,950.43097,159.74117,5.2343817,14.593414,5.9026794,48.117985,19447.729,3.3747842,28.608805,45.0586,36.720814,336.64923,59.678852,143.61449,2.101818,127.86445,436.16486,259.053,145.59778,486.11703,35.066395,98.86959,149.0577,10.160549,1.6389494,10.772566,1070.1178,0.06695339,0.24569891,49.06937,7.781302,3.489268,3.627975,8.174402,87.4571,30.21398,86.880875,565.16486,239.84396,2157.0151,1881.9467,25.222347,45.870407,10438.795,7.5317187,86.61806,737.51666,166.88649,232.0719,96.59207,538.00073,870.6191,462.38092,25.343164,131.35448,1024.3684,1992.3002,69.12186,837.071,83.03325,1.0585222,61.670246,0.9579213,0.57746303,2.6978865,64.609924,158.61952,203.75304,15.493638,2579.3843,426.51212,185.28897,264.95093,104.94739,88.37265,77.91846,53.09691,100.90256,781.08734,250.50172,145.56757,107.88555,18.332123,148.3051,133.7332,28.21322,614.0649,160.79025,2587.0156,32.615906,2551.9006,80.01793,421.16626,1741.2921,68.40217,11.700617,995.9346,836.2709,2775.3523,91.06095 +2023-08-20 03:00:00,0.0,17690.375,349.4697,33.243954,43.05173,33.66985,178.5374,27.527729,41.441914,20.784403,24.486526,1120.4176,198.3994,14.468884,160.75917,3.029309,0.23177871,28.392365,3.9614296,0.93983185,362.3537,0.17486681,390.93805,48.271633,0.43972978,1.1199341,124.4631,17.988213,42.68459,93.819275,27505.92,0.06867391,1879.336,0.29991633,0.16348664,0.0619092,0.34980574,157.42503,179.48842,23.049091,167.82863,29.794804,63.377213,2252.708,2.1103907,225.9562,130.14243,414.37848,90.161255,382.53702,39.378292,317.03705,0.0,2181.0737,10935.381,28.253233,561.48804,138.39352,41211.324,131.05818,23.372475,98.89689,291.51514,55.001675,24.715939,167.18184,1734.6816,323.57712,106.35823,19.325012,15.096029,430.76294,67.080444,1054.1433,85.16169,2549.6758,239.19879,305.47348,87.41379,109.67199,6.299967,9.704662,11.643182,2.223266,1.6157367,77.862206,82.87477,85.9983,42.857353,39.83732,128.1895,9.882894,2948.7964,44.24269,62.927418,52.218758,54.731583,253.13106,83.26577,106.179436,12.543707,33.311882,70.20438,248.79752,590.38965,77.36119,308.7813,71.90613,111.7737,269.08875,274.9511,950.3992,159.73645,5.236863,14.575604,5.896761,48.137825,19448.664,3.3757138,28.629704,45.089516,36.7392,336.65292,59.708065,143.64398,2.1001165,127.870865,436.25772,259.0037,145.6362,486.0452,35.064648,98.863464,149.02164,10.1591215,1.6390429,10.772401,1069.6646,0.06691966,0.24557526,49.071186,7.7797637,3.4887407,3.6272001,8.175996,87.438835,30.20484,86.88176,565.1466,239.85245,2157.267,1881.9401,25.239973,45.903057,10437.405,7.5310717,86.65625,737.59326,166.9612,232.18932,96.62802,538.27203,870.75073,462.44617,25.359447,131.42528,1024.2704,1992.0659,69.16526,837.55597,83.107666,1.0584407,61.668957,0.9575701,0.5772215,2.6969042,64.65113,158.69644,203.63824,15.485618,2577.9556,426.67407,185.41734,265.13205,104.998276,88.35736,77.97177,53.18515,100.89415,781.03986,250.51295,145.59462,107.8583,18.353426,148.32402,133.749,28.19443,613.7984,160.75046,2584.741,32.616802,2550.882,80.02072,421.1702,1740.1616,68.3714,11.705468,995.55475,836.0478,2773.8022,91.061066 +2023-08-20 04:00:00,0.0,17690.53,349.55246,33.260376,43.070683,33.679176,178.57288,27.535145,41.461708,20.786283,24.494839,1120.927,198.28915,14.481547,160.82379,3.0204175,0.2309656,28.39538,3.9484246,0.93689483,362.42163,0.17472026,391.0773,48.28463,0.43872476,1.1167102,124.50154,17.993383,42.70012,93.80811,27506.17,0.06854613,1880.0273,0.29960313,0.16325122,0.061800875,0.34920248,157.4585,179.53468,23.045624,167.76344,29.814442,63.33276,2252.8813,2.1092565,225.75087,129.99174,414.4878,90.05,382.64285,39.389805,316.60696,0.0,2180.6086,10928.465,28.23147,561.5538,138.36034,41206.574,131.05595,23.358828,98.74245,291.1631,54.96645,24.702223,166.96007,1733.7831,323.5356,106.185265,19.311028,15.090245,430.8691,67.067024,1053.6759,85.16183,2549.8518,239.35107,305.28174,87.4359,109.626755,6.298811,9.702228,11.6344795,2.2226691,1.6148056,77.88345,82.9074,86.02905,42.888832,39.860832,128.18898,9.889607,2948.4033,44.217285,62.89785,52.17982,54.66354,253.20018,83.24653,106.03494,12.537682,33.30319,70.14954,248.70375,590.45715,77.41089,308.83145,71.917,111.726074,269.07956,274.6254,950.3674,159.73174,5.239344,14.557796,5.8908424,48.15766,19449.598,3.3766434,28.6506,45.12043,36.757587,336.65662,59.737274,143.67348,2.0984151,127.87728,436.3506,258.95438,145.67462,485.9734,35.0629,98.85733,148.98558,10.157694,1.6391363,10.772236,1069.2113,0.06688594,0.24545161,49.073,7.778226,3.4882135,3.6264253,8.177589,87.42057,30.1957,86.88265,565.1283,239.86095,2157.519,1881.9333,25.257599,45.935707,10436.015,7.5304246,86.69444,737.6698,167.03589,232.30672,96.66398,538.54333,870.8823,462.51144,25.375729,131.49606,1024.1724,1991.8317,69.20866,838.041,83.18208,1.0583591,61.667664,0.95721877,0.57698,2.695922,64.69233,158.77338,203.52345,15.477598,2576.5266,426.83603,185.5457,265.31317,105.04916,88.34207,78.025085,53.273388,100.88575,780.9923,250.52419,145.62167,107.83105,18.374731,148.34293,133.76479,28.17564,613.53186,160.71068,2582.466,32.6177,2549.8638,80.02352,421.1741,1739.0311,68.34062,11.710319,995.1749,835.82477,2772.252,91.06118 +2023-08-20 05:00:00,0.0,17690.684,349.6352,33.2768,43.089634,33.6885,178.60835,27.542559,41.4815,20.788164,24.503153,1121.4365,198.17892,14.49421,160.88841,3.0115259,0.23015249,28.398396,3.9354196,0.93395776,362.48956,0.1745737,391.21658,48.297626,0.43771973,1.1134863,124.53999,17.998552,42.715652,93.79694,27506.422,0.06841836,1880.7186,0.29928997,0.1630158,0.06169255,0.34859917,157.49194,179.58093,23.042156,167.69826,29.83408,63.28831,2253.0547,2.108122,225.54553,129.84108,414.5971,89.93875,382.7487,39.401318,316.17685,0.0,2180.1433,10921.55,28.20971,561.61957,138.32715,41201.824,131.05373,23.34518,98.588005,290.81104,54.93122,24.688507,166.73828,1732.8844,323.4941,106.01231,19.297043,15.084461,430.97528,67.0536,1053.2084,85.16196,2550.0278,239.50337,305.09003,87.458,109.58152,6.2976556,9.699794,11.625778,2.2220724,1.6138744,77.90471,82.94003,86.05981,42.92031,39.884346,128.18846,9.89632,2948.01,44.191883,62.86828,52.14088,54.595493,253.26932,83.22729,105.89046,12.531656,33.2945,70.0947,248.60999,590.5247,77.46059,308.88162,71.927864,111.67845,269.07034,274.2997,950.3356,159.727,5.2418256,14.539987,5.884924,48.1775,19450.533,3.377573,28.6715,45.151344,36.775978,336.6603,59.766487,143.70297,2.0967135,127.883705,436.44342,258.90506,145.71303,485.90155,35.061153,98.8512,148.94952,10.156266,1.6392298,10.772072,1068.7582,0.06685221,0.24532795,49.074818,7.7766876,3.4876862,3.6256502,8.179183,87.4023,30.18656,86.883545,565.11,239.86943,2157.771,1881.9266,25.275223,45.968357,10434.625,7.529778,86.732635,737.7464,167.11058,232.42412,96.699936,538.8147,871.014,462.5767,25.392012,131.56685,1024.0745,1991.5974,69.25205,838.526,83.2565,1.0582776,61.66637,0.9568675,0.57673854,2.6949396,64.73353,158.8503,203.40866,15.469579,2575.0977,426.998,185.67406,265.4943,105.10004,88.32678,78.0784,53.36163,100.87735,780.9448,250.53543,145.64873,107.803795,18.396034,148.36185,133.78058,28.15685,613.2654,160.6709,2580.1914,32.61859,2548.8455,80.02631,421.17804,1737.9005,68.309845,11.71517,994.79517,835.6017,2770.7017,91.0613 +2023-08-20 06:00:00,0.0,17690.838,349.71796,33.29322,43.108585,33.697823,178.64384,27.549973,41.50129,20.790043,24.511465,1121.9459,198.06868,14.506873,160.95303,3.0026343,0.22933936,28.401411,3.9224145,0.93102074,362.55753,0.17442715,391.35583,48.31062,0.4367147,1.1102625,124.57844,18.003721,42.731182,93.785774,27506.672,0.068290584,1881.4099,0.29897678,0.16278037,0.061584227,0.34799588,157.52539,179.6272,23.038689,167.63307,29.853718,63.24386,2253.228,2.106988,225.3402,129.6904,414.70642,89.8275,382.85452,39.41283,315.74673,0.0,2179.6782,10914.634,28.187948,561.6853,138.29396,41197.074,131.0515,23.331535,98.43356,290.45898,54.895996,24.674791,166.51651,1731.9858,323.4526,105.83934,19.283058,15.078677,431.08148,67.04018,1052.741,85.162094,2550.2039,239.65565,304.8983,87.48011,109.536285,6.2965,9.69736,11.617076,2.2214756,1.6129433,77.92596,82.97267,86.09055,42.95179,39.90786,128.18794,9.903033,2947.617,44.166477,62.83871,52.10194,54.52745,253.33844,83.208046,105.745964,12.525631,33.28581,70.03987,248.51622,590.5922,77.510284,308.93176,71.938736,111.63084,269.06116,273.974,950.3038,159.72229,5.2443066,14.522178,5.8790054,48.197342,19451.467,3.3785028,28.692396,45.18226,36.794365,336.664,59.7957,143.73245,2.095012,127.89012,436.5363,258.85574,145.75145,485.82974,35.059406,98.84507,148.91347,10.154839,1.6393232,10.771907,1068.3049,0.06681848,0.2452043,49.076633,7.77515,3.4871588,3.6248753,8.180778,87.38403,30.17742,86.88444,565.0917,239.87793,2158.023,1881.92,25.292849,46.001007,10433.234,7.529131,86.77083,737.823,167.18529,232.54153,96.735886,539.086,871.14557,462.64197,25.408295,131.63763,1023.9764,1991.3632,69.295456,839.01105,83.33092,1.058196,61.66508,0.9565162,0.576497,2.6939573,64.77473,158.92722,203.29385,15.461558,2573.669,427.15994,185.80241,265.6754,105.150925,88.31149,78.13172,53.449867,100.86895,780.89734,250.54666,145.67578,107.77655,18.417337,148.38075,133.79637,28.13806,612.99884,160.6311,2577.9165,32.619488,2547.8271,80.029106,421.18195,1736.77,68.27907,11.720021,994.41534,835.3786,2769.1516,91.06142 +2023-08-20 07:00:00,0.0,17690.992,349.80072,33.309643,43.127537,33.70715,178.67932,27.557386,41.521084,20.791924,24.519777,1122.4553,197.95845,14.519536,161.01764,2.993743,0.22852625,28.404427,3.9094095,0.92808366,362.62546,0.1742806,391.4951,48.323616,0.43570966,1.1070386,124.61689,18.008892,42.746716,93.774605,27506.922,0.06816281,1882.1012,0.2986636,0.16254495,0.061475907,0.34739262,157.55884,179.67346,23.035221,167.56787,29.873356,63.199406,2253.4011,2.1058538,225.13486,129.53972,414.81577,89.71625,382.96036,39.424343,315.31665,0.0,2179.213,10907.719,28.166185,561.75104,138.26079,41192.324,131.04927,23.317888,98.27912,290.10693,54.860767,24.661076,166.29474,1731.0873,323.41113,105.666374,19.269073,15.072893,431.18765,67.02676,1052.2734,85.16223,2550.3801,239.80794,304.7066,87.50222,109.49106,6.2953444,9.694926,11.608374,2.2208786,1.6120121,77.94721,83.005295,86.12131,42.98327,39.93137,128.18742,9.909747,2947.2239,44.141075,62.80914,52.063,54.459404,253.40758,83.1888,105.60148,12.519605,33.27712,69.98504,248.42245,590.6597,77.55998,308.98193,71.94961,111.58321,269.05197,273.6483,950.2719,159.71758,5.246788,14.504368,5.873087,48.217182,19452.402,3.3794324,28.713295,45.213173,36.81275,336.6677,59.82491,143.76195,2.0933106,127.89654,436.62915,258.80643,145.78986,485.7579,35.05766,98.838936,148.87741,10.153411,1.6394166,10.771742,1067.8517,0.06678476,0.24508063,49.078453,7.773612,3.4866316,3.6241002,8.182371,87.36577,30.16828,86.88533,565.07336,239.88641,2158.275,1881.9133,25.310474,46.033657,10431.844,7.528484,86.80903,737.89954,167.25998,232.65894,96.77184,539.35736,871.2772,462.7072,25.424578,131.70842,1023.8784,1991.1289,69.33885,839.49603,83.405334,1.0581144,61.663788,0.9561649,0.5762555,2.692975,64.81593,159.00415,203.17906,15.453539,2572.24,427.32193,185.93079,265.8565,105.201805,88.2962,78.185036,53.538105,100.86055,780.8498,250.55789,145.70282,107.7493,18.438643,148.39967,133.81216,28.11927,612.73236,160.59132,2575.6418,32.620384,2546.8086,80.0319,421.18588,1735.6395,68.2483,11.724873,994.0355,835.1555,2767.6013,91.06153 +2023-08-20 08:00:00,0.0,17691.146,349.88345,33.326065,43.14649,33.716473,178.7148,27.5648,41.540874,20.793804,24.52809,1122.9648,197.8482,14.532198,161.08226,2.9848514,0.22771312,28.407442,3.8964045,0.92514664,362.6934,0.17413405,391.63434,48.336613,0.43470463,1.1038147,124.655334,18.014061,42.762245,93.763435,27507.174,0.06803504,1882.7925,0.29835042,0.16230953,0.061367583,0.3467893,157.59229,179.71971,23.031754,167.50269,29.892994,63.154957,2253.5745,2.1047194,224.92952,129.38905,414.9251,89.605,383.0662,39.43586,314.88654,0.0,2178.7476,10900.803,28.144424,561.8168,138.2276,41187.57,131.04706,23.304243,98.12468,289.75488,54.825542,24.64736,166.07297,1730.1886,323.36963,105.493416,19.255087,15.067109,431.29385,67.013336,1051.806,85.16236,2550.5562,239.96022,304.51486,87.52432,109.44582,6.294189,9.6924925,11.599672,2.2202818,1.611081,77.96846,83.03793,86.15206,43.014748,39.954884,128.18689,9.91646,2946.8306,44.11567,62.77957,52.024063,54.391357,253.4767,83.169556,105.456985,12.513579,33.26843,69.9302,248.32869,590.72723,77.60968,309.03207,71.96048,111.53559,269.04276,273.32257,950.2401,159.71286,5.249269,14.486559,5.8671684,48.237022,19453.338,3.380362,28.734192,45.244087,36.83114,336.6714,59.854122,143.79144,2.091609,127.902954,436.722,258.75714,145.82828,485.6861,35.055912,98.8328,148.84135,10.151983,1.63951,10.771577,1067.3986,0.06675103,0.24495699,49.08027,7.7720737,3.4861042,3.6233253,8.183965,87.347496,30.159142,86.886215,565.05505,239.89491,2158.5269,1881.9067,25.328098,46.066307,10430.454,7.527837,86.84722,737.97614,167.33467,232.77634,96.80779,539.62866,871.4088,462.77246,25.44086,131.77922,1023.7804,1990.8947,69.38225,839.9811,83.47975,1.0580329,61.6625,0.95581365,0.576014,2.691993,64.85713,159.08107,203.06427,15.445519,2570.8113,427.4839,186.05914,266.03763,105.25269,88.280914,78.23835,53.626347,100.85215,780.8023,250.56912,145.72987,107.722046,18.459946,148.41858,133.82796,28.100481,612.4659,160.55154,2573.367,32.62128,2545.7903,80.03469,421.1898,1734.509,68.21752,11.729724,993.65576,834.9325,2766.0513,91.061646 +2023-08-20 09:00:00,0.0,17691.3,349.96622,33.342487,43.16544,33.725796,178.75029,27.572216,41.56067,20.795685,24.536402,1123.4742,197.73796,14.544861,161.14688,2.9759598,0.22690001,28.410458,3.8833995,0.9222096,362.76132,0.17398751,391.77362,48.34961,0.4336996,1.100591,124.69379,18.01923,42.77778,93.752266,27507.424,0.06790726,1883.4838,0.29803723,0.1620741,0.06125926,0.346186,157.62573,179.76598,23.028286,167.4375,29.912632,63.110504,2253.7478,2.1035852,224.72418,129.23837,415.03442,89.49375,383.17203,39.447372,314.45642,0.0,2178.2825,10893.888,28.122663,561.8825,138.19441,41182.82,131.04483,23.290596,97.97024,289.40283,54.790314,24.633644,165.8512,1729.29,323.32812,105.32045,19.241102,15.061325,431.40002,66.999916,1051.3386,85.1625,2550.7322,240.1125,304.32315,87.54643,109.40059,6.2930336,9.690058,11.59097,2.219685,1.6101499,77.989716,83.070564,86.18281,43.046227,39.978397,128.18637,9.923173,2946.4375,44.090263,62.75,51.985123,54.323315,253.54584,83.150314,105.3125,12.507554,33.25974,69.87537,248.23492,590.79474,77.65938,309.08224,71.97135,111.48797,269.03357,272.9969,950.2083,159.70815,5.25175,14.46875,5.86125,48.256863,19454.271,3.3812919,28.75509,45.275,36.849525,336.67508,59.88333,143.82094,2.0899074,127.90938,436.81485,258.70782,145.8667,485.61426,35.054165,98.826675,148.8053,10.150556,1.6396035,10.771412,1066.9453,0.066717304,0.24483334,49.082085,7.770536,3.4855769,3.6225505,8.185558,87.32923,30.150002,86.88711,565.03674,239.90341,2158.7788,1881.9,25.345724,46.098957,10429.063,7.5271897,86.885414,738.0527,167.40938,232.89375,96.84375,539.89996,871.54047,462.83774,25.457142,131.85,1023.6824,1990.6604,69.425644,840.46606,83.55417,1.0579513,61.661205,0.95546234,0.57577246,2.6910107,64.89833,159.15799,202.94948,15.4375,2569.3823,427.64584,186.1875,266.21875,105.30357,88.265625,78.291664,53.714584,100.84375,780.7548,250.58035,145.75693,107.69479,18.481249,148.4375,133.84375,28.08169,612.19934,160.51175,2571.0923,32.622173,2544.772,80.03748,421.19373,1733.3784,68.186745,11.734575,993.27594,834.7094,2764.501,91.06176 +2023-08-20 10:00:00,0.0,17691.457,350.04895,33.35891,43.18439,33.73512,178.78577,27.57963,41.58046,20.797565,24.544714,1123.9836,197.62773,14.557524,161.2115,2.9670684,0.22608688,28.413473,3.8703945,0.91927254,362.82925,0.17384095,391.91287,48.362602,0.43269458,1.097367,124.73223,18.0244,42.79331,93.741104,27507.674,0.06777948,1884.175,0.29772407,0.16183868,0.061150935,0.34558275,157.6592,179.81224,23.024818,167.37231,29.93227,63.066055,2253.921,2.102451,224.51884,129.08769,415.14374,89.3825,383.27786,39.458885,314.0263,0.0,2177.8171,10886.972,28.1009,561.9483,138.16122,41178.07,131.0426,23.27695,97.815796,289.05078,54.755085,24.619928,165.62941,1728.3915,323.28662,105.147484,19.227118,15.055542,431.5062,66.98649,1050.8711,85.16263,2550.9082,240.26479,304.1314,87.568535,109.355354,6.2918777,9.687624,11.582268,2.2190883,1.6092187,78.01096,83.103195,86.21356,43.0777,40.00191,128.18585,9.929887,2946.0444,44.06486,62.72043,51.946182,54.25527,253.61497,83.13107,105.168015,12.501529,33.251045,69.82053,248.14116,590.86224,77.709076,309.13242,71.982216,111.440346,269.02435,272.67117,950.1765,159.70343,5.2542315,14.450941,5.855332,48.276703,19455.207,3.3822215,28.77599,45.305916,36.867916,336.67877,59.912544,143.85043,2.088206,127.915794,436.9077,258.6585,145.9051,485.54245,35.052418,98.82054,148.76924,10.149128,1.639697,10.771248,1066.4921,0.06668358,0.24470967,49.0839,7.7689977,3.4850497,3.6217754,8.187152,87.31097,30.140862,86.888,565.01843,239.9119,2159.0308,1881.8933,25.36335,46.131607,10427.674,7.5265427,86.92361,738.1293,167.48407,233.01115,96.87971,540.1713,871.67206,462.90298,25.473425,131.92079,1023.58435,1990.4261,69.46905,840.9511,83.628586,1.0578697,61.659912,0.955111,0.57553095,2.6900284,64.93954,159.23492,202.83467,15.42948,2567.9534,427.8078,186.31586,266.39987,105.354454,88.250336,78.34498,53.802826,100.83535,780.7073,250.59158,145.78398,107.66754,18.502554,148.4564,133.85954,28.0629,611.93286,160.47197,2568.8174,32.62307,2543.7537,80.040276,421.19763,1732.2479,68.15597,11.739427,992.8961,834.4863,2762.9507,91.061874 +2023-08-20 11:00:00,0.0,17691.611,350.1317,33.37533,43.203342,33.744446,178.82124,27.587044,41.60025,20.799446,24.553026,1124.493,197.51749,14.570187,161.27611,2.9581769,0.22527377,28.416489,3.8573895,0.9163355,362.89722,0.1736944,392.05212,48.3756,0.43168956,1.0941433,124.77068,18.02957,42.80884,93.729935,27507.924,0.06765171,1884.8663,0.29741088,0.16160326,0.06104261,0.34497947,157.69264,179.85849,23.021353,167.30713,29.951908,63.021603,2254.0942,2.101317,224.3135,128.93703,415.25305,89.27125,383.3837,39.470398,313.59622,0.0,2177.352,10880.057,28.07914,562.01404,138.12804,41173.32,131.04037,23.263304,97.661354,288.69873,54.71986,24.606213,165.40764,1727.4928,323.24512,104.974525,19.213133,15.049758,431.6124,66.97307,1050.4037,85.162766,2551.0842,240.41707,303.9397,87.590645,109.31012,6.2907224,9.68519,11.573566,2.2184916,1.6082876,78.03222,83.135826,86.244316,43.10918,40.02542,128.18533,9.9366,2945.6511,44.039455,62.69086,51.90724,54.187225,253.6841,83.11183,105.02352,12.495502,33.242355,69.76569,248.0474,590.9298,77.75877,309.18256,71.99309,111.39272,269.01517,272.34546,950.1447,159.69872,5.2567124,14.433132,5.8494134,48.296543,19456.143,3.383151,28.796886,45.33683,36.886303,336.68243,59.941757,143.87993,2.0865045,127.92221,437.00055,258.6092,145.94353,485.4706,35.05067,98.81441,148.73318,10.1477,1.6397904,10.771083,1066.039,0.066649854,0.24458602,49.085716,7.76746,3.4845223,3.6210005,8.1887455,87.292694,30.131721,86.88889,565.0002,239.9204,2159.2827,1881.8867,25.380974,46.164257,10426.283,7.5258956,86.96181,738.2059,167.55878,233.12856,96.91566,540.4426,871.8037,462.96823,25.489708,131.99158,1023.4863,1990.1919,69.51244,841.4361,83.703,1.0577881,61.658623,0.9547598,0.5752894,2.6890461,64.980736,159.31184,202.71988,15.42146,2566.5247,427.96976,186.44421,266.581,105.40534,88.23505,78.39829,53.891064,100.82695,780.6598,250.60281,145.81104,107.64029,18.523857,148.47533,133.87534,28.044111,611.6663,160.43217,2566.5425,32.623966,2542.735,80.043076,421.20154,1731.1174,68.12519,11.744278,992.51636,834.26324,2761.4006,91.06199 +2023-08-20 12:00:00,0.0,17691.766,350.21448,33.391754,43.222298,33.75377,178.85674,27.594458,41.620045,20.801325,24.56134,1125.0026,197.40726,14.5828495,161.34073,2.9492853,0.22446065,28.419504,3.8443844,0.91339844,362.96515,0.17354785,392.19138,48.388596,0.4306845,1.0909194,124.80913,18.03474,42.82437,93.718765,27508.176,0.067523934,1885.5576,0.29709768,0.16136783,0.060934287,0.34437615,157.72609,179.90475,23.017885,167.24193,29.971546,62.97715,2254.2676,2.1001825,224.10817,128.78635,415.36237,89.16,383.48953,39.48191,313.1661,0.0,2176.8867,10873.141,28.057379,562.0798,138.09485,41168.57,131.03815,23.249657,97.50691,288.34668,54.68463,24.592497,165.18587,1726.5942,323.20364,104.80156,19.199148,15.043974,431.71857,66.95965,1049.9362,85.1629,2551.2605,240.56937,303.748,87.612755,109.264885,6.2895665,9.682756,11.564864,2.2178946,1.6073564,78.05347,83.16846,86.27506,43.14066,40.048935,128.18481,9.943313,2945.258,44.014053,62.66129,51.868305,54.11918,253.75323,83.09258,104.879036,12.489477,33.233665,69.71086,247.95363,590.9973,77.80847,309.23273,72.00396,111.3451,269.00598,272.01978,950.1129,159.694,5.259194,14.415322,5.843495,48.316383,19457.076,3.3840806,28.817785,45.367744,36.90469,336.68613,59.970966,143.90942,2.0848029,127.92863,437.0934,258.55988,145.98193,485.3988,35.048923,98.80828,148.69713,10.146273,1.6398838,10.770918,1065.5857,0.066616125,0.24446236,49.087532,7.7659216,3.483995,3.6202254,8.190339,87.27443,30.122581,86.889786,564.9819,239.92888,2159.5347,1881.88,25.3986,46.196907,10424.893,7.5252485,87.0,738.2824,167.63347,233.24597,96.951614,540.714,871.9353,463.0335,25.505991,132.06236,1023.38837,1989.9576,69.55584,841.92114,83.77742,1.0577066,61.65733,0.95440847,0.5750479,2.6880639,65.021935,159.38878,202.60509,15.413441,2565.0957,428.13174,186.57259,266.7621,105.45622,88.21976,78.451614,53.9793,100.81855,780.6123,250.61406,145.83807,107.61304,18.54516,148.49423,133.89113,28.02532,611.39984,160.3924,2564.2678,32.62486,2541.7168,80.04587,421.20547,1729.9868,68.09442,11.749129,992.13654,834.04016,2759.8503,91.0621 +2023-08-20 13:00:00,0.0,17691.92,350.2972,33.408176,43.24125,33.763092,178.89221,27.601871,41.639835,20.803205,24.569653,1125.512,197.29701,14.595512,161.40535,2.9403937,0.22364753,28.42252,3.8313794,0.9104614,363.03308,0.1734013,392.33063,48.401592,0.42967948,1.0876955,124.84758,18.03991,42.839905,93.707596,27508.426,0.06739616,1886.249,0.29678452,0.16113241,0.060825966,0.3437729,157.75954,179.951,23.014418,167.17674,29.991184,62.9327,2254.4407,2.0990484,223.90283,128.63567,415.47168,89.04875,383.59537,39.493423,312.736,0.0,2176.4214,10866.225,28.035616,562.1455,138.06166,41163.82,131.03593,23.236012,97.35247,287.99463,54.649406,24.578781,164.9641,1725.6956,323.16214,104.62859,19.185163,15.03819,431.82477,66.94623,1049.4688,85.16303,2551.4365,240.72165,303.55627,87.63486,109.21966,6.288411,9.680323,11.556162,2.2172978,1.6064253,78.07472,83.20109,86.30582,43.17214,40.07245,128.1843,9.950026,2944.865,43.988647,62.63172,51.829365,54.051132,253.82236,83.07334,104.73454,12.483452,33.224976,69.65603,247.85986,591.0648,77.85817,309.28287,72.01483,111.297485,268.99677,271.69406,950.08105,159.68929,5.261675,14.397513,5.8375764,48.33622,19458.012,3.3850105,28.838682,45.398655,36.923077,336.68982,60.00018,143.93892,2.0831015,127.93504,437.18628,258.51056,146.02036,485.32697,35.047176,98.80215,148.66107,10.144845,1.6399772,10.770753,1065.1324,0.066582404,0.2443387,49.08935,7.764384,3.4834678,3.6194506,8.191934,87.25616,30.113441,86.89067,564.96356,239.93738,2159.7866,1881.8734,25.416225,46.229557,10423.503,7.5246015,87.03819,738.359,167.70816,233.36337,96.987564,540.9853,872.06696,463.09875,25.522274,132.13316,1023.29034,1989.7234,69.59924,842.4061,83.851845,1.057625,61.65604,0.95405716,0.5748064,2.6870816,65.06313,159.4657,202.4903,15.405421,2563.6667,428.2937,186.70094,266.9432,105.5071,88.20447,78.50493,54.067543,100.81015,780.56476,250.62529,145.86513,107.585785,18.566465,148.51315,133.90692,28.00653,611.1333,160.35262,2561.993,32.625755,2540.6985,80.04866,421.20938,1728.8563,68.063644,11.753981,991.7567,833.81714,2758.3,91.06222 +2023-08-20 14:00:00,0.0,17692.074,350.37997,33.4246,43.2602,33.77242,178.92769,27.609287,41.659626,20.805086,24.577965,1126.0214,197.18677,14.608175,161.46997,2.9315023,0.22283441,28.425535,3.8183744,0.90752435,363.101,0.17325476,392.4699,48.414585,0.42867446,1.0844717,124.886024,18.045078,42.85544,93.69643,27508.676,0.06726839,1886.9403,0.29647133,0.160897,0.060717642,0.3431696,157.79298,179.99727,23.01095,167.11156,30.010822,62.88825,2254.614,2.0979142,223.6975,128.485,415.58102,88.9375,383.7012,39.504936,312.30588,0.0,2175.956,10859.31,28.013855,562.21124,138.02849,41159.07,131.0337,23.222364,97.19803,287.64258,54.614178,24.565065,164.74232,1724.797,323.12064,104.455635,19.171177,15.032406,431.93094,66.93281,1049.0012,85.16317,2551.6125,240.87393,303.36453,87.65697,109.17442,6.287256,9.677888,11.547461,2.216701,1.6054941,78.09597,83.23372,86.33657,43.203617,40.09596,128.18378,9.956739,2944.4717,43.963245,62.60215,51.790424,53.98309,253.8915,83.0541,104.59006,12.477427,33.216286,69.60119,247.7661,591.1323,77.90786,309.33304,72.0257,111.24986,268.98758,271.36835,950.04926,159.68457,5.264156,14.379704,5.831658,48.35606,19458.947,3.38594,28.859581,45.42957,36.941463,336.6935,60.02939,143.96841,2.0814,127.94147,437.2791,258.46124,146.05876,485.25516,35.04543,98.79601,148.62502,10.143417,1.6400707,10.770588,1064.6793,0.066548675,0.24421506,49.091167,7.7628455,3.4829404,3.6186757,8.193527,87.23789,30.104301,86.89156,564.9452,239.94586,2160.0386,1881.8667,25.43385,46.262207,10422.112,7.5239544,87.076385,738.43555,167.78287,233.48077,97.02352,541.2566,872.19855,463.164,25.538555,132.20395,1023.1923,1989.4891,69.64264,842.8912,83.92626,1.0575434,61.654747,0.9537059,0.5745649,2.6860993,65.10434,159.54262,202.37549,15.397401,2562.238,428.45566,186.8293,267.12433,105.55799,88.18918,78.55824,54.15578,100.80175,780.5173,250.63652,145.89218,107.55853,18.587769,148.53206,133.92271,27.987741,610.8668,160.31282,2559.7183,32.62665,2539.6802,80.05145,421.21332,1727.7258,68.03287,11.758832,991.37695,833.59406,2756.75,91.06234 +2023-08-20 15:00:00,0.0,17692.229,350.4627,33.44102,43.279152,33.781742,178.96318,27.616701,41.67942,20.806967,24.586277,1126.5309,197.07654,14.620838,161.53458,2.9226108,0.2220213,28.42855,3.8053694,0.9045873,363.16898,0.1731082,392.60916,48.42758,0.42766944,1.0812478,124.92448,18.05025,42.870968,93.68526,27508.928,0.06714061,1887.6316,0.29615813,0.16066158,0.06060932,0.34256628,157.82645,180.04353,23.007483,167.04637,30.03046,62.8438,2254.7874,2.0967798,223.49214,128.33432,415.69037,88.82625,383.80704,39.51645,311.8758,0.0,2175.491,10852.394,27.992094,562.27704,137.9953,41154.32,131.03148,23.20872,97.04359,287.29053,54.578953,24.55135,164.52055,1723.8984,323.07913,104.28267,19.157192,15.026623,432.0371,66.91938,1048.5338,85.16331,2551.7886,241.02621,303.17282,87.67907,109.12919,6.2861,9.675454,11.538758,2.2161043,1.604563,78.117226,83.26636,86.36732,43.235096,40.119473,128.18326,9.963452,2944.0786,43.93784,62.572582,51.751484,53.915043,253.96062,83.03486,104.445564,12.4714,33.207596,69.54636,247.67233,591.1998,77.95756,309.38318,72.03657,111.20224,268.97836,271.04263,950.01746,159.67986,5.2666373,14.361896,5.8257394,48.3759,19459.88,3.3868697,28.880478,45.460484,36.95985,336.6972,60.0586,143.99791,2.0796983,127.94788,437.37198,258.41196,146.09718,485.18332,35.043682,98.78989,148.58896,10.141989,1.6401641,10.770424,1064.2261,0.06651495,0.24409139,49.092983,7.7613077,3.4824133,3.6179006,8.195121,87.21963,30.095161,86.892456,564.92694,239.95436,2160.2905,1881.86,25.451475,46.294857,10420.723,7.5233073,87.11458,738.51215,167.85756,233.59819,97.05948,541.52795,872.3302,463.22928,25.554838,132.27473,1023.0943,1989.2549,69.686035,843.37616,84.00068,1.0574619,61.653454,0.9533546,0.57432336,2.685117,65.14554,159.61955,202.2607,15.389381,2560.809,428.6176,186.95766,267.30545,105.60887,88.17389,78.61156,54.24402,100.79335,780.4697,250.64775,145.91924,107.53129,18.609072,148.55098,133.9385,27.96895,610.6003,160.27304,2557.4434,32.627544,2538.6616,80.054245,421.21722,1726.5953,68.00209,11.763682,990.99713,833.371,2755.1997,91.062454 +2023-08-20 16:00:00,0.0,17692.383,350.54547,33.457443,43.298103,33.791065,178.99866,27.624115,41.69921,20.808847,24.59459,1127.0403,196.9663,14.633501,161.5992,2.9137192,0.22120818,28.431566,3.7923644,0.9016503,363.2369,0.17296165,392.7484,48.44058,0.4266644,1.0780239,124.96292,18.055418,42.8865,93.674095,27509.178,0.06701283,1888.3229,0.29584497,0.16042615,0.060500994,0.34196302,157.8599,180.08978,23.004015,166.98119,30.050098,62.799347,2254.9607,2.0956457,223.2868,128.18365,415.79968,88.715004,383.91287,39.52796,311.44568,0.0,2175.026,10845.479,27.970331,562.3428,137.96211,41149.57,131.02925,23.195072,96.889145,286.93848,54.543724,24.537634,164.29877,1722.9998,323.03763,104.1097,19.143208,15.020839,432.1433,66.90596,1048.0663,85.16344,2551.9646,241.1785,302.98108,87.70118,109.083954,6.2849445,9.67302,11.530056,2.2155075,1.6036319,78.13848,83.29898,86.39807,43.266575,40.142986,128.18274,9.970165,2943.6855,43.912434,62.54301,51.712547,53.847,254.02975,83.01561,104.30108,12.465375,33.198906,69.49152,247.57857,591.26733,78.007256,309.43335,72.04744,111.15462,268.96918,270.71695,949.98566,159.67514,5.2691183,14.344086,5.819821,48.39574,19460.816,3.3877993,28.901377,45.491398,36.97824,336.7009,60.087814,144.0274,2.077997,127.9543,437.46484,258.36264,146.1356,485.1115,35.041935,98.78375,148.5529,10.140561,1.6402576,10.770259,1063.7728,0.066481225,0.24396774,49.0948,7.7597694,3.481886,3.6171257,8.196714,87.201355,30.086021,86.89335,564.9086,239.96284,2160.5425,1881.8534,25.4691,46.327507,10419.332,7.5226603,87.15278,738.58875,167.93227,233.71559,97.09543,541.79926,872.4618,463.29453,25.571121,132.34552,1022.99634,1989.0206,69.72944,843.8612,84.075096,1.0573803,61.652164,0.95300335,0.57408184,2.6841347,65.18674,159.69647,202.1459,15.381362,2559.3801,428.77957,187.08603,267.48657,105.65975,88.1586,78.66487,54.33226,100.78494,780.42224,250.65898,145.94629,107.504036,18.630375,148.56989,133.9543,27.950161,610.3338,160.23325,2555.1687,32.62844,2537.6433,80.05704,421.22116,1725.4647,67.97131,11.768534,990.6173,833.1479,2753.6494,91.06257 +2023-08-20 17:00:00,0.0,17692.537,350.62823,33.473866,43.317055,33.800392,179.03413,27.631529,41.719006,20.810728,24.602901,1127.5497,196.85606,14.646164,161.66382,2.9048276,0.22039506,28.434582,3.7793593,0.89871323,363.30484,0.1728151,392.88766,48.453575,0.42565936,1.0748001,125.00137,18.060587,42.90203,93.662926,27509.428,0.06688506,1889.0142,0.29553178,0.16019073,0.06039267,0.34135973,157.89334,180.13605,23.000547,166.916,30.069736,62.754898,2255.1338,2.0945115,223.08147,128.03297,415.909,88.60375,384.01874,39.539474,311.01556,0.0,2174.5605,10838.5625,27.94857,562.4085,137.92892,41144.82,131.02702,23.181425,96.7347,286.58643,54.5085,24.523918,164.077,1722.1012,322.99612,103.936745,19.129223,15.015055,432.24948,66.89254,1047.5989,85.163574,2552.1409,241.33078,302.7894,87.72329,109.03872,6.283789,9.670587,11.521354,2.2149105,1.6027007,78.15973,83.33162,86.428825,43.298054,40.1665,128.18222,9.976879,2943.2922,43.88703,62.51344,51.673607,53.778954,254.09888,82.99637,104.156586,12.45935,33.190212,69.43669,247.4848,591.3349,78.05695,309.4835,72.05831,111.106995,268.96,270.39124,949.95386,159.67041,5.2716,14.326277,5.8139024,48.41558,19461.752,3.388729,28.922274,45.522312,36.996628,336.7046,60.117023,144.0569,2.0762954,127.96072,437.55768,258.31332,146.17401,485.03967,35.040188,98.77762,148.51685,10.139133,1.6403509,10.770094,1063.3196,0.0664475,0.24384408,49.096615,7.7582316,3.4813585,3.616351,8.198308,87.18309,30.076883,86.89424,564.8903,239.97134,2160.7944,1881.8467,25.486727,46.360157,10417.942,7.522013,87.19097,738.6653,168.00696,233.833,97.131386,542.0706,872.59344,463.35977,25.587404,132.4163,1022.8983,1988.7864,69.772835,844.3462,84.14951,1.0572988,61.65087,0.95265204,0.5738403,2.6831524,65.227936,159.77339,202.0311,15.373342,2557.9514,428.94153,187.21439,267.66766,105.71064,88.14331,78.718185,54.420498,100.77654,780.37476,250.67021,145.97334,107.47678,18.65168,148.5888,133.9701,27.931372,610.0673,160.19347,2552.8938,32.629337,2536.625,80.05983,421.22507,1724.3342,67.940544,11.773385,990.23755,832.9248,2752.0994,91.06268 +2023-08-20 18:00:00,0.0,17692.691,350.71097,33.490288,43.336006,33.809715,179.06963,27.638943,41.738796,20.812607,24.611214,1128.0592,196.74582,14.658826,161.72842,2.8959363,0.21958195,28.437597,3.7663543,0.8957762,363.37277,0.17266855,393.02695,48.46657,0.42465433,1.0715762,125.03982,18.065758,42.917564,93.65176,27509.68,0.066757284,1889.7054,0.29521862,0.15995531,0.060284346,0.34075645,157.92679,180.18231,22.99708,166.8508,30.089375,62.710445,2255.3071,2.0933774,222.87613,127.88229,416.0183,88.4925,384.12457,39.55099,310.58545,0.0,2174.0952,10831.647,27.926807,562.47424,137.89574,41140.07,131.02481,23.16778,96.58026,286.23438,54.47327,24.510202,163.85522,1721.2026,322.95465,103.76378,19.115238,15.009271,432.35568,66.87912,1047.1315,85.163704,2552.317,241.48306,302.59766,87.74539,108.99349,6.2826333,9.668153,11.512652,2.2143137,1.6017696,78.180984,83.36425,86.45957,43.329533,40.19001,128.1817,9.983592,2942.8992,43.861626,62.48387,51.634666,53.710907,254.16801,82.97713,104.0121,12.453324,33.181522,69.38185,247.39104,591.4024,78.10665,309.53366,72.06918,111.05937,268.95078,270.06552,949.92206,159.6657,5.2740808,14.308468,5.807984,48.43542,19462.686,3.3896587,28.943172,45.553226,37.015015,336.70828,60.146236,144.0864,2.0745938,127.96713,437.65054,258.264,146.21243,484.96786,35.03844,98.77149,148.48079,10.137706,1.6404444,10.769929,1062.8665,0.06641377,0.24372043,49.098434,7.7566934,3.4808314,3.6155758,8.199902,87.164825,30.067743,86.895134,564.872,239.97983,2161.0464,1881.84,25.50435,46.392807,10416.552,7.521366,87.229164,738.7419,168.08165,233.9504,97.167336,542.3419,872.72504,463.42505,25.603687,132.4871,1022.8003,1988.5521,69.81623,844.83124,84.22393,1.0572171,61.64958,0.9523007,0.5735988,2.6821704,65.26914,159.85033,201.9163,15.365322,2556.5225,429.10352,187.34274,267.8488,105.76152,88.12802,78.77151,54.50874,100.76814,780.3272,250.68144,146.00038,107.44953,18.672983,148.60771,133.98589,27.91258,609.8008,160.15369,2550.6191,32.63023,2535.6067,80.06262,421.229,1723.2037,67.90977,11.778236,989.8577,832.7018,2750.549,91.0628 +2023-08-20 19:00:00,0.0,17692.848,350.79373,33.50671,43.354958,33.81904,179.1051,27.646358,41.758587,20.814487,24.619526,1128.5686,196.63557,14.671489,161.79305,2.8870447,0.21876882,28.440613,3.7533493,0.89283913,363.44073,0.172522,393.1662,48.479565,0.4236493,1.0683525,125.07826,18.070927,42.933094,93.64059,27509.93,0.06662951,1890.3967,0.29490542,0.15971988,0.060176026,0.34015316,157.96024,180.22856,22.993612,166.78561,30.109013,62.665993,2255.4805,2.092243,222.67079,127.73162,416.12766,88.38125,384.2304,39.562504,310.15536,0.0,2173.63,10824.731,27.905046,562.54,137.86255,41135.32,131.02258,23.154133,96.42582,285.88232,54.43804,24.496487,163.63345,1720.304,322.91315,103.59081,19.101254,15.003487,432.46185,66.86569,1046.664,85.16384,2552.493,241.63536,302.40594,87.7675,108.94826,6.281478,9.665718,11.50395,2.213717,1.6008384,78.20223,83.39688,86.490326,43.36101,40.213524,128.18118,9.990305,2942.506,43.836224,62.4543,51.595726,53.642864,254.23715,82.957886,103.86761,12.447299,33.172832,69.32702,247.29727,591.4699,78.15635,309.5838,72.080055,111.01176,268.9416,269.73984,949.8902,159.66098,5.276562,14.290659,5.8020654,48.45526,19463.621,3.3905883,28.96407,45.58414,37.0334,336.71198,60.175446,144.11588,2.0728924,127.97356,437.7434,258.2147,146.25084,484.89606,35.036694,98.76536,148.44473,10.136278,1.6405379,10.769765,1062.4132,0.06638005,0.24359678,49.10025,7.7551556,3.480304,3.614801,8.201496,87.14655,30.058603,86.89602,564.8537,239.98833,2161.2986,1881.8334,25.521976,46.425457,10415.161,7.520719,87.26736,738.8185,168.15636,234.06781,97.20329,542.6132,872.8566,463.4903,25.619968,132.55789,1022.7023,1988.3179,69.859634,845.3162,84.29835,1.0571356,61.64829,0.9519495,0.5733573,2.681188,65.31034,159.92725,201.80151,15.357303,2555.0935,429.26547,187.4711,268.0299,105.81241,88.11273,78.82482,54.596977,100.75974,780.2797,250.69269,146.02744,107.42228,18.694286,148.62663,134.00168,27.893791,609.5343,160.11389,2548.3442,32.631126,2534.5881,80.06542,421.2329,1722.0732,67.87899,11.783088,989.4779,832.4787,2748.999,91.06291 +2023-08-20 20:00:00,0.0,17693.002,350.8765,33.523132,43.37391,33.828365,179.14058,27.653772,41.77838,20.816368,24.627838,1129.078,196.52534,14.684152,161.85767,2.878153,0.21795571,28.443628,3.7403443,0.8899021,363.50867,0.17237546,393.30545,48.49256,0.4226443,1.0651286,125.116714,18.076096,42.948627,93.62942,27510.18,0.06650174,1891.088,0.29459223,0.15948446,0.060067702,0.33954987,157.9937,180.27483,22.990145,166.72043,30.12865,62.621544,2255.6536,2.0911088,222.46545,127.58095,416.23697,88.270004,384.33624,39.574017,309.72525,0.0,2173.1648,10817.816,27.883286,562.6057,137.82936,41130.566,131.02036,23.140488,96.27138,285.53027,54.402817,24.48277,163.41168,1719.4054,322.87164,103.417854,19.087267,14.997703,432.56802,66.85227,1046.1965,85.16398,2552.669,241.78764,302.2142,87.789604,108.90302,6.280322,9.663284,11.495248,2.2131202,1.5999073,78.22349,83.42951,86.52108,43.39249,40.237038,128.18066,9.997018,2942.1128,43.810818,62.424732,51.55679,53.574818,254.30627,82.93864,103.72312,12.441273,33.164143,69.27219,247.2035,591.5374,78.20605,309.63397,72.09093,110.964134,268.93237,269.41412,949.8584,159.65627,5.279043,14.272849,5.7961473,48.475098,19464.555,3.391518,28.984968,45.615055,37.05179,336.71564,60.20466,144.14537,2.0711908,127.97997,437.83624,258.16537,146.28926,484.82422,35.034946,98.75923,148.40868,10.1348505,1.6406313,10.7696,1061.96,0.06634632,0.24347311,49.102066,7.753618,3.4797766,3.6140258,8.20309,87.12829,30.049463,86.89691,564.83545,239.99681,2161.5505,1881.8267,25.539602,46.458107,10413.771,7.520072,87.30556,738.895,168.23105,234.18521,97.23925,542.8846,872.9883,463.55557,25.636251,132.62868,1022.6043,1988.0836,69.90303,845.8013,84.372765,1.057054,61.646996,0.95159817,0.57311577,2.6802058,65.35154,160.00417,201.68672,15.349283,2553.6648,429.42743,187.59946,268.21103,105.86329,88.09744,78.878136,54.685215,100.75134,780.2322,250.70392,146.05449,107.39503,18.715591,148.64554,134.01747,27.875002,609.26776,160.07411,2546.0693,32.632023,2533.5698,80.068214,421.23685,1720.9426,67.84821,11.787939,989.09814,832.2556,2747.4487,91.06303 +2023-08-20 21:00:00,0.0,17693.156,350.95923,33.539555,43.39286,33.83769,179.17607,27.661186,41.798172,20.818249,24.636152,1129.5875,196.4151,14.696815,161.92229,2.8692615,0.21714258,28.446644,3.7273393,0.88696504,363.5766,0.1722289,393.4447,48.505558,0.42163926,1.0619047,125.15516,18.081266,42.964157,93.61825,27510.43,0.06637396,1891.7793,0.29427907,0.15924904,0.059959378,0.33894658,158.02715,180.32108,22.986677,166.65524,30.148289,62.57709,2255.827,2.0899746,222.26012,127.430275,416.3463,88.15875,384.44208,39.58553,309.29514,0.0,2172.6995,10810.9,27.861523,562.6715,137.79617,41125.816,131.01813,23.12684,96.116936,285.17822,54.367588,24.469055,163.1899,1718.5068,322.83014,103.24489,19.073282,14.991919,432.67422,66.83885,1045.729,85.16411,2552.845,241.93993,302.0225,87.811714,108.85779,6.2791667,9.660851,11.4865465,2.2125235,1.5989761,78.244736,83.46214,86.55183,43.42397,40.260548,128.18015,10.003732,2941.7197,43.78541,62.39516,51.51785,53.506775,254.37541,82.919395,103.57863,12.435247,33.155453,69.21735,247.10974,591.6049,78.255745,309.68414,72.10179,110.91651,268.9232,269.0884,949.8266,159.65155,5.281524,14.25504,5.790229,48.494938,19465.49,3.3924477,29.005865,45.64597,37.07018,336.71933,60.23387,144.17487,2.0694892,127.98639,437.9291,258.1161,146.32768,484.7524,35.0332,98.7531,148.37262,10.133423,1.6407248,10.769435,1061.5068,0.06631259,0.24334946,49.10388,7.7520795,3.4792495,3.613251,8.204683,87.11002,30.040323,86.897804,564.81714,240.00531,2161.8025,1881.8201,25.557226,46.490757,10412.381,7.519425,87.34375,738.9716,168.30574,234.30261,97.2752,543.1559,873.1199,463.62082,25.652534,132.69946,1022.5063,1987.8494,69.94643,846.28625,84.44718,1.0569725,61.645706,0.95124686,0.57287425,2.6792235,65.39274,160.0811,201.57191,15.341263,2552.2358,429.5894,187.72783,268.39215,105.91417,88.08216,78.93145,54.773457,100.74294,780.1847,250.71515,146.08154,107.367775,18.736895,148.66446,134.03326,27.85621,609.0013,160.03433,2543.7947,32.63292,2532.5515,80.07101,421.24075,1719.8121,67.81744,11.79279,988.7183,832.03253,2745.8984,91.06314 +2023-08-20 22:00:00,0.0,17693.31,351.042,33.555977,43.41181,33.84701,179.21155,27.6686,41.817966,20.82013,24.644464,1130.0969,196.30487,14.709477,161.9869,2.8603702,0.21632947,28.44966,3.7143342,0.884028,363.64453,0.17208235,393.58398,48.518555,0.4206342,1.0586809,125.19361,18.086435,42.97969,93.607086,27510.682,0.06624618,1892.4706,0.29396588,0.15901361,0.059851054,0.3383433,158.0606,180.36734,22.98321,166.59006,30.167927,62.532642,2256.0002,2.0888402,222.05478,127.279594,416.45563,88.0475,384.5479,39.597042,308.86505,0.0,2172.2344,10803.985,27.839762,562.73724,137.763,41121.066,131.0159,23.113195,95.962494,284.82617,54.332363,24.45534,162.96812,1717.6082,322.78864,103.07192,19.059298,14.9861355,432.7804,66.82543,1045.2616,85.164246,2553.0212,242.09221,301.83078,87.833824,108.81255,6.2780113,9.658417,11.477844,2.2119265,1.598045,78.26599,83.494774,86.58258,43.455444,40.28406,128.17963,10.010445,2941.3267,43.76001,62.365593,51.47891,53.43873,254.44453,82.900154,103.43414,12.429222,33.146763,69.16251,247.01598,591.6725,78.30544,309.73428,72.11266,110.86889,268.914,268.7627,949.7948,159.64684,5.2840056,14.237231,5.7843103,48.51478,19466.426,3.3933773,29.026764,45.676884,37.088566,336.72302,60.26308,144.20436,2.067788,127.992805,438.02197,258.06677,146.36609,484.68057,35.031452,98.74696,148.33656,10.131995,1.6408181,10.76927,1061.0536,0.06627887,0.2432258,49.105698,7.7505417,3.478722,3.612476,8.206277,87.09175,30.031183,86.8987,564.7988,240.01381,2162.0544,1881.8134,25.574852,46.523407,10410.991,7.518778,87.38194,739.04816,168.38045,234.42003,97.31116,543.42725,873.2515,463.68607,25.668818,132.77025,1022.40826,1987.6151,69.98983,846.7713,84.5216,1.0568908,61.644413,0.9508956,0.57263273,2.6782413,65.433945,160.15802,201.45712,15.333243,2550.8071,429.75134,187.85619,268.57324,105.96506,88.06687,78.984764,54.861694,100.73454,780.1372,250.72638,146.1086,107.34052,18.758198,148.68336,134.04906,27.837421,608.73474,159.99454,2541.5198,32.633812,2531.5332,80.0738,421.2447,1718.6816,67.78667,11.797642,988.3385,831.8095,2744.3484,91.063255 +2023-08-20 23:00:00,0.0,17693.465,351.12473,33.5724,43.430763,33.856335,179.24702,27.676016,41.837757,20.82201,24.652777,1130.6063,196.19463,14.72214,162.05151,2.8514786,0.21551634,28.452675,3.7013292,0.881091,363.7125,0.1719358,393.72324,48.531548,0.4196292,1.055457,125.232056,18.091604,42.99522,93.59592,27510.932,0.06611841,1893.1619,0.29365268,0.15877819,0.05974273,0.33774,158.09404,180.4136,22.979744,166.52487,30.187567,62.48819,2256.1733,2.087706,221.84944,127.12892,416.56494,87.93625,384.65375,39.608555,308.43494,0.0,2171.769,10797.069,27.818,562.803,137.72981,41116.316,131.01369,23.099548,95.80805,284.47412,54.297134,24.441624,162.74635,1716.7096,322.74713,102.898964,19.045313,14.980351,432.8866,66.81201,1044.7941,85.16438,2553.1973,242.24449,301.63907,87.85593,108.76732,6.2768555,9.655983,11.469142,2.2113297,1.5971138,78.28724,83.527405,86.613335,43.486923,40.307575,128.1791,10.017158,2940.9333,43.734604,62.33602,51.43997,53.37068,254.51367,82.88091,103.28965,12.423197,33.13807,69.10768,246.92221,591.74,78.35514,309.78445,72.123535,110.821266,268.9048,268.437,949.763,159.64212,5.2864866,14.219422,5.778392,48.53462,19467.36,3.394307,29.04766,45.707798,37.106953,336.7267,60.292294,144.23386,2.0660863,127.99923,438.1148,258.01746,146.40451,484.60876,35.0297,98.74084,148.3005,10.130568,1.6409116,10.769105,1060.6003,0.06624514,0.24310215,49.107513,7.7490034,3.4781947,3.611701,8.2078705,87.07349,30.022043,86.89959,564.7805,240.0223,2162.3064,1881.8066,25.592478,46.556057,10409.601,7.518131,87.420135,739.12476,168.45514,234.53743,97.34711,543.69855,873.3831,463.75134,25.685099,132.84105,1022.31024,1987.3809,70.033226,847.2563,84.596016,1.0568093,61.64312,0.9505443,0.5723912,2.677259,65.47514,160.23494,201.34233,15.325224,2549.3782,429.91333,187.98454,268.75436,106.01594,88.05158,79.03808,54.949936,100.72614,780.08966,250.73761,146.13565,107.31327,18.779503,148.70229,134.06485,27.818632,608.46826,159.95476,2539.245,32.63471,2530.5146,80.07659,421.2486,1717.5511,67.75589,11.802493,987.95874,831.5864,2742.798,91.06338 +2023-08-21 00:00:00,0.0,17693.62,351.2075,33.58882,43.449715,33.86566,179.28252,27.68343,41.857548,20.823889,24.661089,1131.1157,196.08438,14.734803,162.11613,2.842587,0.21470323,28.45569,3.6883242,0.8781539,363.78043,0.17178924,393.8625,48.544544,0.41862416,1.0522331,125.27051,18.096775,43.010754,93.58475,27511.182,0.065990634,1893.8531,0.29333952,0.15854277,0.059634406,0.33713675,158.12749,180.45985,22.976276,166.45967,30.207205,62.443737,2256.3467,2.086572,221.6441,126.97825,416.67426,87.825005,384.75958,39.620068,308.00482,0.0,2171.3037,10790.153,27.796238,562.8687,137.69662,41111.566,131.01146,23.085901,95.65361,284.12207,54.26191,24.427908,162.52458,1715.811,322.70566,102.726,19.031328,14.974567,432.99277,66.798584,1044.3267,85.16451,2553.3733,242.39677,301.44733,87.87804,108.72209,6.2757,9.653548,11.460441,2.210733,1.5961827,78.308495,83.56004,86.64408,43.518402,40.33109,128.17857,10.023871,2940.5403,43.7092,62.30645,51.401028,53.30264,254.5828,82.861664,103.145164,12.417171,33.12938,69.05284,246.82845,591.8075,78.40484,309.8346,72.13441,110.77364,268.8956,268.1113,949.73114,159.6374,5.288968,14.201612,5.7724733,48.55446,19468.295,3.3952367,29.06856,45.738712,37.12534,336.7304,60.321507,144.26335,2.0643847,128.00565,438.20767,257.96814,146.44292,484.53693,35.027954,98.7347,148.26445,10.12914,1.641005,10.768941,1060.1472,0.06621141,0.2429785,49.109333,7.7474656,3.4776676,3.6109262,8.209464,87.05522,30.012903,86.900475,564.7622,240.03079,2162.5583,1881.8,25.610102,46.588707,10408.21,7.517484,87.45833,739.20135,168.52985,234.65483,97.383064,543.96985,873.5148,463.8166,25.701382,132.91183,1022.2123,1987.1466,70.07662,847.74133,84.67043,1.0567278,61.64183,0.950193,0.57214975,2.6762767,65.51634,160.31187,201.22754,15.3172035,2547.9492,430.0753,188.1129,268.9355,106.06682,88.03629,79.09139,55.038174,100.71774,780.0422,250.74884,146.16269,107.286026,18.800806,148.72119,134.08064,27.79984,608.2017,159.91496,2536.9702,32.635605,2529.4963,80.079384,421.25253,1716.4205,67.72511,11.807344,987.5789,831.36334,2741.2478,91.06349 +2023-08-21 01:00:00,0.0,17693.773,351.29025,33.605244,43.468666,33.874985,179.318,27.690844,41.877342,20.82577,24.669401,1131.6252,195.97415,14.747466,162.18076,2.8336954,0.21389012,28.458706,3.6753192,0.8752169,363.84836,0.1716427,394.00174,48.55754,0.41761914,1.0490093,125.30895,18.101944,43.026283,93.57358,27511.434,0.065862864,1894.5444,0.29302633,0.15830734,0.059526086,0.33653346,158.16095,180.50612,22.972809,166.39449,30.226843,62.39929,2256.52,2.0854378,221.43877,126.82757,416.78357,87.71375,384.86542,39.63158,307.5747,0.0,2170.8386,10783.238,27.774477,562.93445,137.66344,41106.816,131.00923,23.072256,95.49917,283.77002,54.22668,24.414192,162.30281,1714.9124,322.66415,102.55303,19.017344,14.968783,433.09894,66.785164,1043.8591,85.16465,2553.5493,242.54906,301.2556,87.90015,108.67686,6.2745447,9.651114,11.451738,2.2101362,1.5952516,78.32974,83.592674,86.674835,43.54988,40.3546,128.17805,10.030584,2940.1472,43.683796,62.276882,51.36209,53.234592,254.65193,82.84242,103.00067,12.411145,33.12069,68.99801,246.73468,591.875,78.45454,309.88477,72.14528,110.72603,268.88638,267.78558,949.69934,159.63269,5.291449,14.183804,5.766555,48.5743,19469.23,3.3961663,29.089457,45.769623,37.143726,336.7341,60.350716,144.29285,2.0626833,128.01207,438.30054,257.91882,146.48134,484.46512,35.026207,98.72857,148.2284,10.127712,1.6410985,10.768776,1059.694,0.06617769,0.24285483,49.11115,7.7459273,3.4771402,3.610151,8.211059,87.03695,30.003765,86.90137,564.7439,240.03928,2162.8103,1881.7933,25.627728,46.621357,10406.82,7.516837,87.49653,739.2779,168.60454,234.77225,97.41902,544.2412,873.64636,463.88184,25.717665,132.98262,1022.11426,1986.9124,70.120026,848.2263,84.74485,1.0566462,61.640537,0.94984174,0.57190824,2.6752944,65.55754,160.3888,201.11273,15.309184,2546.5205,430.23724,188.24126,269.1166,106.11771,88.021,79.144714,55.12641,100.70934,779.9947,250.76007,146.18974,107.25877,18.82211,148.74011,134.09644,27.781052,607.93524,159.87518,2534.6956,32.636497,2528.478,80.08218,421.25644,1715.29,67.694336,11.812196,987.19916,831.14026,2739.6978,91.06361 +2023-08-21 02:00:00,0.0,17693.928,351.373,33.621666,43.487617,33.884308,179.35347,27.698257,41.897133,20.82765,24.677713,1132.1346,195.8639,14.760129,162.24536,2.824804,0.213077,28.461721,3.6623142,0.8722798,363.9163,0.17149615,394.14102,48.570538,0.41661412,1.0457854,125.347404,18.107113,43.041817,93.56241,27511.684,0.06573509,1895.2358,0.29271314,0.15807194,0.05941776,0.33593014,158.1944,180.55238,22.969341,166.3293,30.24648,62.354836,2256.6934,2.0843034,221.23343,126.676895,416.8929,87.6025,384.97125,39.643093,307.14462,0.0,2170.3735,10776.322,27.752716,563.00024,137.63025,41102.066,131.007,23.058609,95.34473,283.41797,54.191452,24.400476,162.08102,1714.0138,322.62265,102.38007,19.003357,14.962999,433.20514,66.77174,1043.3917,85.16478,2553.7253,242.70135,301.06387,87.92225,108.63162,6.273389,9.648681,11.443036,2.2095394,1.5943204,78.351,83.625305,86.70559,43.58136,40.378113,128.17754,10.037297,2939.7542,43.658394,62.24731,51.32315,53.16655,254.72107,82.82318,102.856186,12.40512,33.112,68.94318,246.64091,591.9425,78.504234,309.9349,72.15614,110.678406,268.8772,267.45987,949.66754,159.62798,5.29393,14.165995,5.7606363,48.59414,19470.164,3.397096,29.110355,45.800537,37.162117,336.7378,60.37993,144.32234,2.0609818,128.01848,438.39337,257.8695,146.51974,484.39328,35.02446,98.72244,148.19234,10.126285,1.641192,10.768611,1059.2407,0.06614396,0.24273118,49.112965,7.7443895,3.476613,3.6093762,8.212652,87.018684,29.994625,86.90226,564.7256,240.04778,2163.0623,1881.7867,25.645353,46.654007,10405.43,7.51619,87.53472,739.3545,168.67923,234.88965,97.45497,544.5125,873.778,463.9471,25.733948,133.0534,1022.01624,1986.6781,70.16342,848.71136,84.81927,1.0565646,61.639248,0.9494904,0.5716667,2.674312,65.59875,160.46571,200.99794,15.301165,2545.0916,430.3992,188.36963,269.29773,106.16859,88.005714,79.19803,55.214653,100.70094,779.94714,250.77132,146.2168,107.23152,18.843414,148.75902,134.11223,27.762262,607.66876,159.8354,2532.4207,32.637394,2527.4597,80.08497,421.26038,1714.1595,67.66356,11.817047,986.81934,830.9172,2738.1475,91.06372 +2023-08-21 03:00:00,0.0,17694.082,351.45575,33.63809,43.50657,33.893635,179.38896,27.705671,41.916927,20.82953,24.686026,1132.644,195.75368,14.772791,162.30998,2.8159125,0.21226388,28.464737,3.6493092,0.8693428,363.98425,0.1713496,394.28027,48.58353,0.41560906,1.0425617,125.38585,18.112284,43.057346,93.55124,27511.934,0.06560731,1895.9271,0.29239997,0.15783651,0.059309438,0.33532688,158.22784,180.59863,22.965874,166.26411,30.266119,62.310387,2256.8665,2.0831692,221.02809,126.52622,417.00223,87.49125,385.0771,39.654606,306.7145,0.0,2169.9082,10769.407,27.730953,563.066,137.59706,41097.316,131.00478,23.044964,95.190285,283.06592,54.156227,24.38676,161.85925,1713.1152,322.58115,102.20711,18.989372,14.957216,433.3113,66.75832,1042.9242,85.16492,2553.9016,242.85364,300.87216,87.94436,108.58639,6.2722335,9.646247,11.434335,2.2089427,1.5933893,78.372246,83.657936,86.736336,43.61284,40.401627,128.17702,10.044011,2939.3608,43.632988,62.217743,51.28421,53.098503,254.79019,82.80394,102.71169,12.399095,33.10331,68.88834,246.54715,592.01,78.55393,309.98508,72.167015,110.63078,268.868,267.1342,949.63574,159.62326,5.2964115,14.148186,5.754718,48.61398,19471.1,3.3980255,29.131252,45.83145,37.180504,336.7415,60.409138,144.35184,2.0592802,128.0249,438.48624,257.8202,146.55817,484.32147,35.022713,98.71631,148.15628,10.124857,1.6412854,10.768446,1058.7876,0.06611024,0.24260752,49.11478,7.7428513,3.4760857,3.6086013,8.214246,87.00042,29.985485,86.90315,564.7073,240.05626,2163.3142,1881.78,25.662977,46.68666,10404.04,7.515543,87.572914,739.4311,168.75394,235.00705,97.49093,544.7839,873.9096,464.01236,25.75023,133.12419,1021.9182,1986.4438,70.20682,849.19635,84.893684,1.056483,61.637955,0.9491392,0.5714252,2.6733298,65.639946,160.54265,200.88315,15.293145,2543.6626,430.56116,188.49799,269.47882,106.219475,87.990425,79.25134,55.30289,100.69254,779.89966,250.78255,146.24385,107.20427,18.864717,148.77794,134.12802,27.743471,607.4022,159.79561,2530.146,32.63829,2526.4412,80.08777,421.26428,1713.029,67.63279,11.8218975,986.4395,830.69415,2736.5974,91.063835 +2023-08-21 04:00:00,0.0,17694.236,351.5385,33.654507,43.52552,33.902958,179.42444,27.713087,41.936718,20.831411,24.69434,1133.1536,195.64343,14.785454,162.3746,2.807021,0.21145076,28.467752,3.6363041,0.8664057,364.0522,0.17120305,394.41953,48.596527,0.41460404,1.0393378,125.4243,18.117453,43.07288,93.54008,27512.184,0.06547954,1896.6184,0.29208678,0.15760109,0.059201114,0.3347236,158.26129,180.6449,22.962406,166.19893,30.285757,62.265934,2257.0398,2.082035,220.82275,126.37555,417.11157,87.38,385.18292,39.66612,306.2844,0.0,2169.4429,10762.491,27.709192,563.1317,137.56387,41092.566,131.00256,23.031317,95.03584,282.71387,54.121,24.373045,161.63748,1712.2166,322.53964,102.03414,18.975388,14.951432,433.4175,66.7449,1042.4568,85.165054,2554.0776,243.00592,300.68045,87.96646,108.54115,6.2710776,9.643813,11.425632,2.2083457,1.5924581,78.3935,83.69057,86.76709,43.644318,40.42514,128.1765,10.050724,2938.9678,43.607582,62.18817,51.24527,53.030457,254.85933,82.78469,102.56721,12.393068,33.09462,68.8335,246.4534,592.0776,78.60363,310.03522,72.17789,110.58316,268.8588,266.80847,949.60394,159.61855,5.2988925,14.130377,5.7487993,48.63382,19472.035,3.3989553,29.152151,45.862366,37.19889,336.74518,60.43835,144.38133,2.0575788,128.03131,438.5791,257.7709,146.59659,484.24963,35.020966,98.710175,148.12022,10.123429,1.6413788,10.768281,1058.3344,0.06607651,0.24248387,49.116596,7.7413135,3.4755583,3.6078262,8.215839,86.98215,29.976345,86.904045,564.68896,240.06476,2163.5662,1881.7733,25.680603,46.71931,10402.649,7.514896,87.61111,739.5076,168.82863,235.12447,97.52688,545.0552,874.04126,464.0776,25.766512,133.19499,1021.8202,1986.2096,70.25022,849.6814,84.9681,1.0564015,61.63666,0.94878787,0.5711837,2.6723475,65.681145,160.61957,200.76836,15.285125,2542.234,430.7231,188.62634,269.65994,106.270355,87.975136,79.30466,55.391132,100.68414,779.8522,250.79378,146.2709,107.17702,18.88602,148.79684,134.14381,27.724682,607.13574,159.75583,2527.871,32.639183,2525.4229,80.09056,421.26822,1711.8984,67.60201,11.826749,986.05975,830.47107,2735.047,91.06395 +2023-08-21 05:00:00,0.0,17694.393,351.62125,33.67093,43.54447,33.91228,179.45992,27.7205,41.95651,20.833292,24.702652,1133.663,195.53319,14.798117,162.43922,2.7981296,0.21063764,28.470768,3.6232991,0.8634687,364.12012,0.1710565,394.55878,48.609524,0.413599,1.0361139,125.462746,18.122622,43.08841,93.52891,27512.436,0.06535176,1897.3097,0.29177362,0.15736566,0.05909279,0.33412027,158.29474,180.69115,22.958939,166.13374,30.305395,62.22148,2257.2131,2.0809007,220.6174,126.22487,417.2209,87.26875,385.28876,39.677635,305.85428,0.0,2168.9775,10755.576,27.687431,563.19745,137.5307,41087.816,131.00034,23.01767,94.8814,282.36182,54.085773,24.35933,161.41571,1711.318,322.49814,101.86118,18.961403,14.945648,433.52368,66.731476,1041.9894,85.165184,2554.2537,243.1582,300.48874,87.98857,108.495926,6.2699223,9.641378,11.41693,2.207749,1.591527,78.41475,83.7232,86.797844,43.675797,40.44865,128.17598,10.057437,2938.5747,43.58218,62.158604,51.206333,52.962414,254.92845,82.76545,102.422714,12.387043,33.085926,68.77867,246.35963,592.1451,78.65333,310.0854,72.18876,110.53554,268.8496,266.48276,949.57214,159.61383,5.301374,14.112567,5.742881,48.653656,19472.969,3.399885,29.17305,45.89328,37.217278,336.74887,60.467564,144.41083,2.0558772,128.03773,438.67194,257.7216,146.635,484.17783,35.01922,98.70405,148.08417,10.122001,1.6414722,10.768117,1057.8811,0.06604278,0.2423602,49.118416,7.739775,3.4750311,3.6070514,8.217433,86.96388,29.967205,86.90493,564.67065,240.07324,2163.818,1881.7667,25.698229,46.75196,10401.259,7.514249,87.64931,739.5842,168.90332,235.24187,97.562836,545.32654,874.17285,464.14288,25.782795,133.26578,1021.7222,1985.9753,70.29362,850.1664,85.04253,1.0563198,61.635372,0.94843656,0.57094216,2.6713655,65.72234,160.69649,200.65355,15.277105,2540.805,430.8851,188.7547,269.84106,106.321236,87.95985,79.35797,55.47937,100.675735,779.8046,250.80501,146.29796,107.149765,18.907324,148.81577,134.1596,27.705893,606.8692,159.71605,2525.5962,32.64008,2524.4045,80.09335,421.27213,1710.768,67.571236,11.8316,985.67993,830.248,2733.4968,91.064064 +2023-08-21 06:00:00,0.0,17694.547,351.704,33.68735,43.563423,33.921608,179.49539,27.727915,41.976303,20.83517,24.710964,1134.1724,195.42296,14.81078,162.50383,2.789238,0.20982452,28.473783,3.610294,0.8605317,364.18805,0.17090994,394.69806,48.62252,0.412594,1.0328901,125.5012,18.127792,43.103943,93.51774,27512.686,0.065223984,1898.001,0.29146042,0.15713024,0.058984466,0.33351701,158.32819,180.73741,22.955471,166.06854,30.325033,62.177032,2257.3862,2.0797665,220.41206,126.074196,417.3302,87.1575,385.3946,39.689148,305.4242,0.0,2168.5125,10748.66,27.665668,563.2632,137.49751,41083.066,130.99811,23.004025,94.72696,282.00977,54.050545,24.345613,161.19394,1710.4194,322.45667,101.68822,18.947418,14.939864,433.62985,66.718056,1041.5219,85.16532,2554.4297,243.31049,300.297,88.01068,108.45069,6.268767,9.638945,11.408229,2.2071521,1.5905958,78.436005,83.75583,86.82859,43.707275,40.472164,128.17546,10.06415,2938.1814,43.556774,62.129032,51.167393,52.894367,254.99759,82.74621,102.27823,12.381018,33.077236,68.72384,246.26587,592.2126,78.703026,310.13556,72.19963,110.487915,268.8404,266.15707,949.5403,159.6091,5.303855,14.094758,5.7369623,48.673496,19473.904,3.4008145,29.193947,45.924194,37.235664,336.75253,60.496773,144.4403,2.0541756,128.04416,438.7648,257.67227,146.67342,484.106,35.01747,98.697914,148.04811,10.120573,1.6415657,10.767952,1057.428,0.06600906,0.24223655,49.12023,7.7382374,3.4745038,3.6062765,8.219027,86.94562,29.958065,86.90582,564.65234,240.08174,2164.07,1881.76,25.715853,46.78461,10399.869,7.513602,87.6875,739.66077,168.97803,235.35927,97.59879,545.59784,874.3045,464.20813,25.799078,133.33656,1021.6242,1985.7411,70.33701,850.6514,85.11694,1.0562383,61.63408,0.9480853,0.57070065,2.6703832,65.76355,160.77342,200.53876,15.269086,2539.376,431.04706,188.88307,270.0222,106.37212,87.94456,79.411285,55.567608,100.667336,779.75714,250.81624,146.325,107.12251,18.928629,148.83467,134.1754,27.687101,606.6027,159.67625,2523.3215,32.640976,2523.3862,80.096146,421.27606,1709.6375,67.54046,11.836452,985.3001,830.0249,2731.9468,91.06418 +2023-08-21 07:00:00,0.0,17694.701,351.78674,33.703773,43.58238,33.93093,179.53088,27.735329,41.996094,20.837051,24.719276,1134.6819,195.31271,14.823442,162.56845,2.7803464,0.2090114,28.476799,3.597289,0.8575946,364.256,0.1707634,394.8373,48.635513,0.41158897,1.0296662,125.53964,18.132961,43.119476,93.50657,27512.936,0.065096214,1898.6923,0.29114723,0.15689482,0.058876146,0.33291373,158.36165,180.78368,22.952003,166.00336,30.344671,62.13258,2257.5596,2.0786324,220.20673,125.92352,417.4395,87.04625,385.50043,39.70066,304.99408,0.0,2168.047,10741.745,27.643908,563.329,137.46432,41078.312,130.99588,22.990377,94.57252,281.6577,54.01532,24.331898,160.97215,1709.5208,322.41516,101.51525,18.933434,14.93408,433.73605,66.704636,1041.0544,85.16545,2554.6057,243.46277,300.1053,88.03278,108.40546,6.267611,9.636511,11.399527,2.2065554,1.5896647,78.45725,83.78846,86.859344,43.738754,40.495678,128.17494,10.070864,2937.7883,43.531372,62.09946,51.128452,52.826324,255.06671,82.72697,102.133736,12.374992,33.068546,68.669,246.1721,592.2801,78.75272,310.1857,72.210495,110.4403,268.8312,265.83136,949.5085,159.60439,5.3063364,14.076949,5.7310443,48.693336,19474.84,3.4017444,29.214846,45.95511,37.25405,336.75623,60.525986,144.4698,2.0524743,128.05057,438.85767,257.62296,146.71182,484.03418,35.015724,98.69178,148.01205,10.119145,1.6416591,10.767787,1056.9747,0.06597533,0.2421129,49.122047,7.736699,3.4739764,3.6055014,8.220621,86.927345,29.948925,86.906715,564.63403,240.09023,2164.322,1881.7534,25.733479,46.81726,10398.479,7.5129547,87.72569,739.73737,169.05272,235.47668,97.63474,545.86914,874.4361,464.27338,25.815361,133.40735,1021.5262,1985.5068,70.38041,851.1364,85.19136,1.0561568,61.63279,0.947734,0.5704591,2.669401,65.80475,160.85034,200.42397,15.261066,2537.9473,431.209,189.01143,270.2033,106.423004,87.92927,79.46461,55.65585,100.658936,779.7096,250.82747,146.35205,107.09526,18.949932,148.85359,134.1912,27.668312,606.3362,159.63647,2521.0466,32.64187,2522.368,80.09894,421.27997,1708.507,67.50968,11.841303,984.92035,829.8018,2730.3965,91.06429 +2023-08-21 08:00:00,0.0,17694.855,351.8695,33.720196,43.60133,33.940254,179.56636,27.742743,42.01589,20.838932,24.727589,1135.1913,195.20247,14.836105,162.63307,2.7714548,0.20819828,28.479815,3.584284,0.8546576,364.32394,0.17061685,394.97656,48.64851,0.4105839,1.0264423,125.578094,18.13813,43.135006,93.4954,27513.188,0.06496844,1899.3835,0.29083407,0.1566594,0.05876782,0.33231044,158.3951,180.82993,22.948536,165.93817,30.36431,62.08813,2257.733,2.0774982,220.00139,125.77284,417.54886,86.935,385.60626,39.712173,304.56396,0.0,2167.582,10734.829,27.622145,563.3947,137.43114,41073.562,130.99365,22.976732,94.418076,281.30566,53.98009,24.318182,160.75038,1708.6222,322.37366,101.34229,18.919447,14.928296,433.84222,66.691216,1040.5869,85.16559,2554.782,243.61505,299.91354,88.05489,108.36022,6.2664557,9.634077,11.390824,2.2059586,1.5887336,78.47851,83.82109,86.8901,43.770233,40.519188,128.17442,10.077577,2937.3953,43.505966,62.069893,51.08951,52.758278,255.13585,82.70772,101.98925,12.368967,33.059856,68.61417,246.07834,592.3476,78.80242,310.23587,72.22137,110.39268,268.82202,265.50565,949.4767,159.59967,5.3088174,14.05914,5.725126,48.713177,19475.773,3.402674,29.235743,45.986023,37.27244,336.75992,60.555195,144.4993,2.0507727,128.05699,438.9505,257.57364,146.75024,483.96234,35.013977,98.68565,147.976,10.117718,1.6417526,10.767622,1056.5215,0.0659416,0.24198924,49.123863,7.7351613,3.4734492,3.6047266,8.222215,86.90908,29.939785,86.90761,564.6157,240.09872,2164.574,1881.7467,25.751104,46.84991,10397.089,7.5123076,87.763885,739.81396,169.12743,235.59409,97.6707,546.1405,874.56775,464.33865,25.831644,133.47813,1021.42816,1985.2726,70.42381,851.62146,85.26578,1.0560752,61.631496,0.9473827,0.5702176,2.6684186,65.84595,160.92726,200.30916,15.253046,2536.5183,431.37097,189.13979,270.3844,106.473885,87.91398,79.51792,55.744087,100.650536,779.6621,250.8387,146.3791,107.06801,18.971235,148.8725,134.20699,27.649523,606.0697,159.59668,2518.772,32.642765,2521.3494,80.10173,421.2839,1707.3763,67.47891,11.846154,984.5405,829.5788,2728.8462,91.06441 +2023-08-21 09:00:00,0.0,17695.01,351.95227,33.736618,43.62028,33.94958,179.60184,27.750158,42.03568,20.840813,24.7359,1135.7007,195.09224,14.848768,162.6977,2.7625635,0.20738517,28.48283,3.571279,0.8517205,364.39188,0.1704703,395.1158,48.661507,0.4095789,1.0232185,125.61654,18.143301,43.15054,93.48423,27513.438,0.06484066,1900.0748,0.29052088,0.15642397,0.058659498,0.33170715,158.42854,180.87619,22.945068,165.87299,30.383947,62.04368,2257.906,2.0763638,219.79605,125.62217,417.6582,86.82375,385.71213,39.723686,304.13385,0.0,2167.1167,10727.913,27.600384,563.46045,137.39795,41068.812,130.99144,22.963085,94.26363,280.9536,53.944866,24.304466,160.52861,1707.7235,322.33215,101.16933,18.905462,14.922512,433.94843,66.67779,1040.1195,85.165726,2554.958,243.76735,299.72186,88.076996,108.31499,6.2653003,9.631643,11.382123,2.2053616,1.5878024,78.499756,83.85373,86.920845,43.80171,40.5427,128.1739,10.08429,2937.002,43.48056,62.04032,51.050575,52.69023,255.20497,82.68848,101.84476,12.362941,33.051167,68.55933,245.98457,592.4151,78.85212,310.286,72.23224,110.345055,268.8128,265.17993,949.4449,159.59496,5.3112984,14.04133,5.7192073,48.733017,19476.709,3.4036036,29.256641,46.016937,37.29083,336.7636,60.584408,144.5288,2.049071,128.0634,439.04337,257.52432,146.78867,483.89053,35.01223,98.67952,147.93996,10.11629,1.641846,10.767458,1056.0682,0.06590788,0.24186559,49.12568,7.7336235,3.4729218,3.6039515,8.223808,86.89081,29.930645,86.9085,564.5975,240.10722,2164.826,1881.74,25.76873,46.88256,10395.698,7.5116606,87.80208,739.8905,169.20212,235.71149,97.70665,546.4118,874.69934,464.4039,25.847925,133.54893,1021.3302,1985.0383,70.46721,852.10645,85.340195,1.0559936,61.630203,0.94703144,0.5699761,2.6674364,65.88715,161.0042,200.19437,15.245027,2535.0894,431.53293,189.26814,270.56552,106.52477,87.89869,79.571236,55.83233,100.642136,779.6146,250.84995,146.40616,107.040764,18.99254,148.89142,134.22278,27.630732,605.80316,159.5569,2516.497,32.64366,2520.331,80.10452,421.2878,1706.2458,67.448135,11.851006,984.1607,829.3557,2727.2961,91.06453 +2023-08-21 10:00:00,0.0,17695.164,352.035,33.75304,43.639233,33.958904,179.63733,27.757572,42.05547,20.842693,24.744213,1136.2102,194.982,14.861431,162.7623,2.753672,0.20657206,28.485846,3.558274,0.8487835,364.4598,0.17032374,395.2551,48.674503,0.40857387,1.0199946,125.65499,18.14847,43.16607,93.47307,27513.688,0.06471289,1900.7661,0.29020768,0.15618855,0.058551174,0.33110386,158.46199,180.92245,22.9416,165.8078,30.403585,61.99923,2258.0793,2.0752296,219.59071,125.4715,417.7675,86.7125,385.81796,39.7352,303.70377,0.0,2166.6514,10720.998,27.578623,563.5262,137.36476,41064.062,130.98921,22.94944,94.10919,280.60156,53.909637,24.290752,160.30684,1706.825,322.29065,100.99636,18.891478,14.916729,434.0546,66.66437,1039.652,85.165855,2555.134,243.91963,299.53012,88.099106,108.26976,6.2641444,9.6292095,11.373421,2.2047648,1.5868713,78.52101,83.88636,86.9516,43.833187,40.566216,128.17339,10.091003,2936.609,43.45516,62.010754,51.011635,52.62219,255.27411,82.669235,101.70027,12.356915,33.042477,68.50449,245.89081,592.48267,78.90182,310.33618,72.24311,110.29743,268.80362,264.85425,949.4131,159.59024,5.31378,14.023521,5.713289,48.752857,19477.643,3.4045331,29.277538,46.04785,37.309216,336.7673,60.61362,144.55829,2.0473697,128.06982,439.13623,257.475,146.82707,483.8187,35.010483,98.673386,147.9039,10.114862,1.6419394,10.767293,1055.6151,0.06587415,0.24174193,49.1275,7.732085,3.4723945,3.6031766,8.225402,86.87254,29.921507,86.909386,564.57916,240.1157,2165.078,1881.7334,25.786354,46.91521,10394.309,7.5110135,87.84028,739.9671,169.27681,235.82889,97.74261,546.68317,874.831,464.46918,25.864208,133.61972,1021.2322,1984.8041,70.510605,852.5915,85.41461,1.055912,61.628914,0.9466801,0.5697346,2.666454,65.92835,161.08112,200.07957,15.237007,2533.6606,431.69492,189.3965,270.74664,106.57565,87.8834,79.62455,55.920567,100.633736,779.5671,250.86118,146.43321,107.01351,19.013844,148.91032,134.23857,27.611942,605.5367,159.51712,2514.2224,32.644558,2519.3127,80.10732,421.29172,1705.1154,67.41736,11.855857,983.78094,829.1326,2725.7458,91.064644 +2023-08-21 11:00:00,0.0,17695.318,352.11777,33.769463,43.658184,33.968227,179.6728,27.764986,42.075264,20.844574,24.752525,1136.7196,194.87177,14.874094,162.82692,2.7447803,0.20575893,28.488861,3.545269,0.8458464,364.52774,0.17017719,395.39435,48.6875,0.40756884,1.0167708,125.693436,18.153639,43.181602,93.4619,27513.94,0.06458511,1901.4574,0.28989452,0.15595312,0.05844285,0.33050057,158.49544,180.9687,22.938135,165.74261,30.423223,61.954777,2258.2527,2.0740955,219.38538,125.320816,417.87683,86.60125,385.9238,39.74671,303.27365,0.0,2166.1863,10714.082,27.55686,563.5919,137.33157,41059.312,130.98698,22.935793,93.95475,280.2495,53.87441,24.277037,160.08507,1705.9264,322.24915,100.8234,18.877493,14.910945,434.16077,66.65095,1039.1846,85.16599,2555.31,244.07191,299.3384,88.121216,108.224525,6.262989,9.626775,11.364718,2.204168,1.5859401,78.54226,83.91899,86.98235,43.864666,40.58973,128.17287,10.097716,2936.2158,43.429752,61.981182,50.972694,52.554142,255.34325,82.649994,101.55578,12.35089,33.033783,68.44966,245.79704,592.5502,78.951515,310.38632,72.25398,110.24981,268.7944,264.52853,949.3813,159.58553,5.316261,14.0057125,5.7073703,48.772697,19478.578,3.405463,29.298437,46.078766,37.327602,336.771,60.64283,144.58778,2.0456681,128.07625,439.22906,257.42572,146.8655,483.7469,35.008736,98.66726,147.86784,10.113435,1.6420329,10.767128,1055.1619,0.06584042,0.24161828,49.129314,7.7305474,3.4718673,3.6024017,8.226995,86.85428,29.912367,86.91028,564.56085,240.1242,2165.3298,1881.7267,25.80398,46.94786,10392.918,7.5103664,87.87847,740.0437,169.35152,235.9463,97.778564,546.95447,874.9626,464.53442,25.880491,133.6905,1021.13416,1984.5698,70.55401,853.0765,85.48903,1.0558305,61.62762,0.9463289,0.56949306,2.6654718,65.96955,161.15804,199.96478,15.228987,2532.2317,431.85687,189.52487,270.92776,106.62653,87.86811,79.677864,56.008804,100.625336,779.5196,250.8724,146.46027,106.98626,19.035147,148.92924,134.25436,27.593153,605.2702,159.47733,2511.9475,32.64545,2518.2944,80.110115,421.29565,1703.9849,67.38658,11.860708,983.4011,828.90955,2724.1956,91.06476 +2023-08-21 12:00:00,0.0,17695.473,352.20053,33.785885,43.677135,33.97755,179.70828,27.7724,42.095055,20.846453,24.760838,1137.229,194.76152,14.886756,162.89154,2.7358887,0.20494582,28.491877,3.532264,0.8429094,364.5957,0.17003065,395.5336,48.700493,0.4065638,1.013547,125.73189,18.15881,43.197132,93.45073,27514.19,0.064457335,1902.1487,0.28958133,0.1557177,0.058334526,0.32989728,158.5289,181.01497,22.934668,165.67741,30.442862,61.910324,2258.426,2.072961,219.18004,125.17014,417.98615,86.49,386.02963,39.758224,302.84354,0.0,2165.7212,10707.167,27.535099,563.6577,137.29839,41054.562,130.98476,22.922146,93.80031,279.89746,53.839184,24.26332,159.86328,1705.0277,322.20767,100.65044,18.863508,14.905161,434.26697,66.63753,1038.717,85.16613,2555.4863,244.2242,299.14667,88.14332,108.17929,6.261833,9.624341,11.356017,2.2035713,1.585009,78.563515,83.95162,87.0131,43.896145,40.61324,128.17235,10.104429,2935.8225,43.40435,61.951614,50.933754,52.4861,255.41237,82.630745,101.41129,12.344865,33.025093,68.39483,245.70328,592.6177,79.00121,310.4365,72.26485,110.20219,268.78522,264.20282,949.3494,159.58081,5.3187423,13.987904,5.701452,48.792534,19479.514,3.4063926,29.319334,46.10968,37.34599,336.7747,60.672043,144.61728,2.0439665,128.08266,439.32193,257.3764,146.9039,483.67508,35.00699,98.661125,147.83179,10.112007,1.6421263,10.766963,1054.7086,0.0658067,0.24149463,49.13113,7.729009,3.47134,3.6016266,8.228589,86.836006,29.903227,86.91117,564.54254,240.13269,2165.5818,1881.72,25.821606,46.98051,10391.527,7.5097194,87.916664,740.12024,169.42621,236.0637,97.814514,547.22577,875.0942,464.59967,25.896774,133.76129,1021.03613,1984.3356,70.597404,853.5615,85.563446,1.0557489,61.626328,0.94597757,0.56925154,2.6644895,66.01075,161.23497,199.84998,15.220967,2530.803,432.01883,189.65323,271.10886,106.67742,87.85282,79.73118,56.097046,100.616936,779.47205,250.88364,146.4873,106.95901,19.056452,148.94815,134.27016,27.574362,605.00366,159.43755,2509.6729,32.646347,2517.276,80.11291,421.29956,1702.8542,67.35581,11.86556,983.0213,828.68646,2722.6455,91.06487 +2023-08-21 13:00:00,0.0,17695.627,352.28326,33.802307,43.696087,33.986877,179.74377,27.779814,42.114845,20.848333,24.769152,1137.7384,194.65128,14.899419,162.95615,2.7269974,0.20413269,28.494892,3.519259,0.8399724,364.66364,0.1698841,395.67285,48.71349,0.40555876,1.010323,125.77033,18.163979,43.212666,93.43956,27514.44,0.064329565,1902.84,0.28926817,0.15548228,0.058226205,0.329294,158.56235,181.06122,22.9312,165.61223,30.4625,61.865875,2258.599,2.071827,218.9747,125.01947,418.09546,86.37875,386.13547,39.769737,302.41345,0.0,2165.2559,10700.251,27.513338,563.72345,137.26521,41049.812,130.98253,22.9085,93.64587,279.5454,53.803955,24.249605,159.64151,1704.1292,322.16617,100.47747,18.849524,14.899377,434.37314,66.62411,1038.2496,85.16626,2555.6624,244.37648,298.95496,88.16543,108.134056,6.260678,9.621907,11.347315,2.2029746,1.5840778,78.58476,83.98425,87.04385,43.927624,40.636753,128.17183,10.111142,2935.4294,43.378944,61.922043,50.894817,52.418053,255.4815,82.6115,101.2668,12.338839,33.016403,68.34,245.60951,592.6852,79.05091,310.48663,72.27572,110.15457,268.77603,263.87714,949.3176,159.5761,5.3212233,13.970094,5.6955333,48.812374,19480.447,3.4073222,29.340233,46.14059,37.36438,336.77838,60.701252,144.64677,2.0422652,128.08908,439.4148,257.3271,146.94232,483.60324,35.00524,98.65499,147.79573,10.1105795,1.6422198,10.766798,1054.2555,0.06577297,0.24137096,49.132946,7.7274714,3.4708128,3.6008518,8.230184,86.81774,29.894087,86.91206,564.5243,240.14119,2165.8337,1881.7134,25.83923,47.01316,10390.138,7.5090723,87.95486,740.19684,169.50092,236.1811,97.85047,547.49713,875.2258,464.66495,25.913057,133.83208,1020.9382,1984.1013,70.6408,854.0465,85.63786,1.0556673,61.62504,0.94562626,0.56901,2.6635072,66.051956,161.31189,199.73518,15.212948,2529.374,432.1808,189.78159,271.28998,106.7283,87.83753,79.7845,56.185284,100.608536,779.42456,250.89487,146.51436,106.931755,19.077755,148.96707,134.28595,27.555573,604.7372,159.39775,2507.398,32.647243,2516.2576,80.1157,421.3035,1701.7238,67.325035,11.870411,982.64154,828.46344,2721.0952,91.06499 +2023-08-21 14:00:00,0.0,17695.781,352.36603,33.81873,43.71504,33.9962,179.77925,27.78723,42.13464,20.850214,24.777464,1138.2479,194.54105,14.912082,163.02077,2.7181058,0.20331958,28.497908,3.506254,0.8370353,364.73157,0.16973755,395.81213,48.726486,0.40455374,1.0070993,125.808784,18.169147,43.228195,93.42839,27514.69,0.06420179,1903.5314,0.28895497,0.15524687,0.05811788,0.3286907,158.5958,181.10748,22.927732,165.54704,30.482138,61.821423,2258.7725,2.0706928,218.76936,124.8688,418.20477,86.2675,386.2413,39.78125,301.98334,0.0,2164.7905,10693.336,27.491575,563.7892,137.23203,41045.062,130.98032,22.894854,93.491425,279.19336,53.76873,24.23589,159.41974,1703.2306,322.12466,100.30451,18.835537,14.893593,434.47934,66.61068,1037.7822,85.1664,2555.8384,244.52876,298.76324,88.18753,108.08882,6.2595224,9.619473,11.338613,2.2023776,1.5831467,78.60602,84.016884,87.07461,43.959103,40.660267,128.1713,10.117856,2935.0364,43.353542,61.89247,50.855877,52.35001,255.55063,82.59226,101.122314,12.332813,33.007713,68.28516,245.51575,592.7527,79.10061,310.5368,72.28659,110.10695,268.7668,263.55142,949.2858,159.57138,5.3237042,13.952285,5.689615,48.832214,19481.383,3.4082518,29.36113,46.171505,37.382767,336.78207,60.730465,144.67627,2.0405636,128.09549,439.50763,257.27777,146.98073,483.53143,35.003494,98.648865,147.75967,10.109152,1.6423131,10.766634,1053.8022,0.065739244,0.24124731,49.13476,7.725933,3.4702854,3.6000767,8.231777,86.79948,29.884947,86.91296,564.506,240.14967,2166.0857,1881.7067,25.856855,47.04581,10388.747,7.508425,87.99306,740.2734,169.5756,236.29852,97.88642,547.76843,875.3574,464.7302,25.929338,133.90288,1020.84015,1983.8671,70.684204,854.53156,85.71228,1.0555857,61.623745,0.945275,0.5687685,2.662525,66.093155,161.38881,199.62039,15.204928,2527.945,432.34274,189.90994,271.4711,106.77919,87.82224,79.837814,56.27352,100.600136,779.3771,250.9061,146.54141,106.9045,19.099058,148.98598,134.30174,27.536783,604.47064,159.35797,2505.123,32.648136,2515.2393,80.11849,421.3074,1700.5933,67.29426,11.875262,982.2617,828.24036,2719.5452,91.0651 +2023-08-21 15:00:00,0.0,17695.938,352.44876,33.83515,43.73399,34.005524,179.81473,27.794643,42.15443,20.852095,24.785776,1138.7573,194.4308,14.924745,163.08539,2.7092142,0.20250645,28.500923,3.493249,0.8340983,364.7995,0.169591,395.9514,48.739483,0.40354872,1.0038754,125.84723,18.174318,43.24373,93.41722,27514.941,0.06407401,1904.2227,0.28864178,0.15501145,0.058009557,0.32808745,158.62924,181.15375,22.924265,165.48186,30.501776,61.776974,2258.9458,2.0695586,218.56403,124.71812,418.31412,86.15625,386.34714,39.792767,301.55322,0.0,2164.3252,10686.42,27.469814,563.8549,137.19884,41040.312,130.97809,22.881208,93.33698,278.8413,53.7335,24.222174,159.19797,1702.3319,322.08316,100.131546,18.821552,14.88781,434.5855,66.59726,1037.3147,85.16653,2556.0144,244.68106,298.57153,88.20964,108.04359,6.2583666,9.61704,11.329911,2.2017808,1.5822155,78.627266,84.049515,87.105354,43.99058,40.683777,128.17078,10.124569,2934.643,43.328136,61.862904,50.816936,52.281963,255.61977,82.57302,100.97782,12.326788,32.999023,68.23032,245.42198,592.8202,79.15031,310.58694,72.29746,110.059326,268.75763,263.2257,949.254,159.56667,5.3261857,13.934476,5.6836963,48.852055,19482.318,3.4091816,29.382029,46.20242,37.401154,336.78574,60.759678,144.70576,2.038862,128.10191,439.6005,257.22845,147.01915,483.4596,35.001747,98.64273,147.72362,10.107724,1.6424066,10.766469,1053.349,0.06570552,0.24112365,49.136578,7.7243953,3.469758,3.5993018,8.233371,86.781204,29.875807,86.91385,564.4877,240.15817,2166.3376,1881.7001,25.874481,47.07846,10387.357,7.507778,88.03125,740.35,169.6503,236.41592,97.92238,548.0398,875.4891,464.79544,25.945621,133.97366,1020.7421,1983.6328,70.7276,855.01654,85.7867,1.0555042,61.622456,0.9449237,0.568527,2.661543,66.13435,161.46574,199.5056,15.196908,2526.5164,432.5047,190.0383,271.65222,106.83007,87.80695,79.89113,56.361763,100.591736,779.3295,250.91734,146.56847,106.87725,19.120363,149.0049,134.31754,27.517992,604.20416,159.31819,2502.8484,32.649033,2514.221,80.121284,421.31134,1699.4628,67.26348,11.880113,981.8819,828.0173,2717.9949,91.065216 +2023-08-21 16:00:00,0.0,17696.092,352.53152,33.851574,43.75294,34.01485,179.85022,27.802057,42.174225,20.853975,24.794088,1139.2667,194.32057,14.9374075,163.15001,2.7003226,0.20169334,28.503939,3.480244,0.8311612,364.86746,0.16944444,396.09064,48.752476,0.4025437,1.0006515,125.88568,18.179487,43.25926,93.40606,27515.191,0.06394624,1904.914,0.28832862,0.15477602,0.057901233,0.32748413,158.66269,181.2,22.920797,165.41667,30.521414,61.73252,2259.119,2.0684242,218.35869,124.567444,418.42346,86.045,386.45297,39.80428,301.1231,0.0,2163.86,10679.505,27.448053,563.92065,137.16565,41035.562,130.97586,22.867561,93.18254,278.48926,53.698277,24.208458,158.9762,1701.4333,322.04166,99.95858,18.807568,14.882026,434.69168,66.58384,1036.8473,85.166664,2556.1904,244.83334,298.3798,88.23175,107.99836,6.257211,9.614605,11.321209,2.201184,1.5812844,78.64852,84.08215,87.13611,44.02206,40.70729,128.17026,10.131282,2934.25,43.30273,61.833332,50.777996,52.213917,255.68889,82.55377,100.833336,12.320763,32.990334,68.17549,245.32822,592.88776,79.2,310.63712,72.308334,110.0117,268.7484,262.9,949.2222,159.56195,5.3286667,13.916667,5.677778,48.871895,19483.252,3.4101112,29.402925,46.233334,37.41954,336.78943,60.788887,144.73526,2.0371606,128.10834,439.69336,257.17914,147.05757,483.3878,35.0,98.6366,147.68756,10.106297,1.6425,10.766304,1052.8959,0.065671794,0.241,49.138397,7.722857,3.469231,3.598527,8.234964,86.76294,29.866667,86.914734,564.46936,240.16666,2166.5898,1881.6934,25.892105,47.11111,10385.967,7.507131,88.06944,740.4266,169.725,236.53333,97.958336,548.3111,875.62067,464.86072,25.961905,134.04445,1020.6441,1983.3986,70.770996,855.5016,85.861115,1.0554227,61.621162,0.9445724,0.56828547,2.6605606,66.17555,161.54266,199.3908,15.188889,2525.0874,432.6667,190.16667,271.83334,106.88095,87.791664,79.94444,56.45,100.583336,779.28204,250.92857,146.59552,106.85,19.141666,149.0238,134.33333,27.499203,603.9376,159.2784,2500.5735,32.64993,2513.2024,80.12408,421.31525,1698.3322,67.232704,11.884964,981.50214,827.7942,2716.4446,91.06533 +2023-08-21 17:00:00,0.0,17696.246,352.6143,33.867996,43.771893,34.024174,179.8857,27.809471,42.194016,20.855854,24.8024,1139.7762,194.21033,14.95007,163.21461,2.6914313,0.20088021,28.506954,3.467239,0.8282242,364.9354,0.1692979,396.2299,48.765472,0.40153864,0.9974277,125.924126,18.184656,43.27479,93.39489,27515.441,0.06381846,1905.6052,0.28801543,0.1545406,0.05779291,0.32688084,158.69615,181.24626,22.91733,165.35147,30.541052,61.68807,2259.2922,2.06729,218.15335,124.41677,418.53278,85.933754,386.5588,39.815792,300.69302,0.0,2163.3948,10672.589,27.42629,563.98645,137.13246,41030.812,130.97363,22.853914,93.0281,278.1372,53.663048,24.194742,158.75441,1700.5348,322.00018,99.78562,18.793583,14.876242,434.79788,66.57042,1036.3798,85.1668,2556.3667,244.98563,298.18808,88.25385,107.953125,6.256056,9.612171,11.312507,2.2005873,1.5803533,78.66978,84.11478,87.16686,44.05354,40.730804,128.16974,10.137996,2933.857,43.27733,61.803764,50.73906,52.145874,255.75803,82.53453,100.68884,12.314736,32.981644,68.12065,245.23445,592.95526,79.249695,310.6873,72.3192,109.96408,268.73923,262.5743,949.19037,159.55724,5.331148,13.898857,5.6718593,48.891735,19484.188,3.4110408,29.423824,46.264248,37.437927,336.79312,60.8181,144.76476,2.035459,128.11475,439.7862,257.12982,147.09598,483.31595,34.998253,98.63047,147.6515,10.104869,1.6425935,10.766139,1052.4426,0.065638065,0.24087635,49.140213,7.721319,3.4687035,3.5977519,8.236558,86.744675,29.857527,86.91563,564.45105,240.17516,2166.8418,1881.6866,25.90973,47.14376,10384.576,7.506484,88.107635,740.5031,169.7997,236.65074,97.994286,548.5824,875.7523,464.92596,25.978188,134.11523,1020.54614,1983.1643,70.8144,855.98663,85.93553,1.055341,61.61987,0.94422114,0.56804395,2.6595783,66.21676,161.61958,199.276,15.180869,2523.6584,432.82864,190.29503,272.01443,106.93184,87.776375,79.99776,56.538242,100.574936,779.23456,250.9398,146.62256,106.82275,19.16297,149.04271,134.34912,27.480413,603.67114,159.23862,2498.2988,32.65082,2512.184,80.12687,421.31918,1697.2017,67.201935,11.889815,981.1223,827.57117,2714.8945,91.065445 +2023-08-21 18:00:00,0.0,17696.4,352.69702,33.88442,43.790844,34.033497,179.92117,27.816885,42.213806,20.857735,24.810713,1140.2856,194.10008,14.962733,163.27924,2.6825397,0.2000671,28.50997,3.454234,0.8252871,365.00333,0.16915135,396.36914,48.77847,0.40053362,0.9942038,125.96258,18.189827,43.29032,93.38372,27515.693,0.063690685,1906.2965,0.28770223,0.15430517,0.057684585,0.32627758,158.7296,181.29253,22.913862,165.28629,30.56069,61.64362,2259.4656,2.066156,217.94801,124.26609,418.6421,85.8225,386.66464,39.827305,300.2629,0.0,2162.9297,10665.674,27.40453,564.0522,137.09927,41026.06,130.9714,22.84027,92.87366,277.78516,53.627823,24.181026,158.53264,1699.6361,321.95868,99.612656,18.779598,14.870458,434.90405,66.557,1035.9124,85.16693,2556.5427,245.13791,297.99634,88.27596,107.90789,6.2549,9.609737,11.303805,2.1999905,1.5794221,78.691025,84.147415,87.19761,44.08502,40.75432,128.16922,10.144709,2933.4636,43.251923,61.774193,50.70012,52.077827,255.82715,82.51529,100.54436,12.308711,32.97295,68.06582,245.14069,593.02277,79.29939,310.73743,72.33007,109.91646,268.73004,262.2486,949.15857,159.55252,5.333629,13.881048,5.665941,48.911575,19485.123,3.4119706,29.444721,46.295162,37.456318,336.7968,60.847313,144.79425,2.0337574,128.12117,439.87906,257.08054,147.1344,483.24414,34.996506,98.62434,147.61545,10.103441,1.642687,10.765974,1051.9894,0.065604344,0.24075268,49.14203,7.719781,3.4681761,3.596977,8.238152,86.7264,29.848389,86.91652,564.43274,240.18364,2167.0938,1881.68,25.927357,47.17641,10383.187,7.505837,88.14583,740.5797,169.87439,236.76814,98.03024,548.85376,875.8839,464.9912,25.99447,134.18602,1020.4481,1982.93,70.857796,856.4716,86.00995,1.0552595,61.61858,0.9438698,0.5678024,2.658596,66.25796,161.69652,199.16121,15.172849,2522.2297,432.9906,190.42339,272.19556,106.98272,87.761086,80.05107,56.62648,100.566536,779.187,250.95103,146.64961,106.7955,19.184273,149.06163,134.36491,27.461622,603.4046,159.19884,2496.024,32.65172,2511.1658,80.12967,421.3231,1696.0712,67.17116,11.894667,980.7425,827.3481,2713.3442,91.06557 +2023-08-21 19:00:00,0.0,17696.555,352.7798,33.90084,43.809795,34.042824,179.95667,27.8243,42.2336,20.859615,24.819025,1140.795,193.98985,14.975396,163.34386,2.673648,0.19925399,28.512985,3.4412289,0.8223501,365.07126,0.1690048,396.50842,48.791466,0.3995286,0.99097997,126.00102,18.194996,43.305855,93.37255,27515.943,0.063562915,1906.9878,0.28738907,0.15406975,0.05757626,0.32567427,158.76305,181.33878,22.910395,165.2211,30.580328,61.599167,2259.6387,2.0650215,217.74266,124.11542,418.7514,85.71125,386.77048,39.838818,299.8328,0.0,2162.4644,10658.758,27.382769,564.1179,137.06609,41021.31,130.9692,22.826622,92.719215,277.4331,53.592594,24.16731,158.31087,1698.7375,321.91718,99.43969,18.765612,14.864674,435.01025,66.54357,1035.4448,85.16707,2556.7188,245.29019,297.80466,88.298065,107.862656,6.2537446,9.607304,11.295103,2.1993935,1.578491,78.71228,84.180046,87.22836,44.116497,40.77783,128.1687,10.151422,2933.0706,43.22652,61.744625,50.66118,52.009785,255.89629,82.49605,100.399864,12.302686,32.96426,68.01099,245.04692,593.0903,79.34909,310.7876,72.34094,109.868835,268.72083,261.92288,949.1268,159.54779,5.3361106,13.863239,5.6600227,48.931416,19486.057,3.4129002,29.46562,46.326077,37.474705,336.8005,60.876522,144.82373,2.032056,128.12758,439.97192,257.03122,147.1728,483.1723,34.99476,98.6182,147.57939,10.102013,1.6427803,10.76581,1051.5363,0.065570615,0.24062903,49.143845,7.718243,3.467649,3.5962021,8.239745,86.70814,29.839249,86.91741,564.4144,240.19214,2167.3457,1881.6733,25.94498,47.20906,10381.796,7.50519,88.18403,740.6563,169.9491,236.88554,98.06619,549.12506,876.01556,465.0565,26.010752,134.25682,1020.3501,1982.6958,70.90119,856.95667,86.084366,1.0551779,61.617287,0.9435185,0.5675609,2.6576138,66.29916,161.77344,199.04642,15.164829,2520.8008,433.15256,190.55174,272.37668,107.0336,87.7458,80.104385,56.714718,100.55813,779.1395,250.96227,146.67667,106.76825,19.205578,149.08054,134.3807,27.442833,603.1381,159.15904,2493.7493,32.652615,2510.1475,80.13246,421.32703,1694.9407,67.14038,11.899518,980.36273,827.125,2711.794,91.06568 +2023-08-21 20:00:00,0.0,17696.709,352.86252,33.917263,43.828747,34.052147,179.99214,27.831715,42.25339,20.861496,24.82734,1141.3046,193.87961,14.988059,163.40848,2.6647565,0.19844086,28.516,3.4282238,0.81941307,365.13922,0.16885825,396.64767,48.80446,0.39852357,0.98775613,126.039474,18.200165,43.321384,93.36138,27516.193,0.06343514,1907.6791,0.28707588,0.15383433,0.05746794,0.32507098,158.7965,181.38504,22.906927,165.15591,30.599966,61.554718,2259.812,2.0638874,217.53732,123.964745,418.86075,85.6,386.8763,39.85033,299.40268,0.0,2161.999,10651.842,27.361006,564.18365,137.03291,41016.56,130.96696,22.812977,92.56477,277.08105,53.557365,24.153595,158.0891,1697.839,321.87567,99.26673,18.751627,14.85889,435.11642,66.53015,1034.9774,85.1672,2556.8948,245.44247,297.6129,88.320175,107.81742,6.252589,9.60487,11.286401,2.1987967,1.5775598,78.73353,84.21268,87.25912,44.147972,40.801342,128.16818,10.158135,2932.6775,43.201115,61.715054,50.62224,51.94174,255.96542,82.4768,100.25538,12.29666,32.95557,67.95615,244.95316,593.1578,79.39879,310.83774,72.351814,109.82122,268.71164,261.59717,949.095,159.54308,5.3385916,13.84543,5.654104,48.951256,19486.992,3.4138298,29.486517,46.35699,37.49309,336.8042,60.905735,144.85323,2.0303545,128.134,440.06476,256.9819,147.21123,483.1005,34.993008,98.612076,147.54333,10.100585,1.6428738,10.765645,1051.083,0.06553689,0.24050537,49.14566,7.716705,3.4671216,3.595427,8.24134,86.68987,29.830109,86.918304,564.3961,240.20064,2167.5977,1881.6667,25.962606,47.24171,10380.406,7.5045433,88.22222,740.73285,170.02379,237.00296,98.10215,549.3964,876.14716,465.12173,26.027035,134.3276,1020.2521,1982.4615,70.944595,857.44165,86.15878,1.0550964,61.615997,0.94316727,0.56731945,2.6566315,66.340355,161.85036,198.93161,15.15681,2519.3718,433.3145,190.68011,272.5578,107.08449,87.730515,80.15771,56.80296,100.54973,779.09204,250.9735,146.70372,106.741,19.226881,149.09946,134.3965,27.424044,602.87164,159.11926,2491.4744,32.653507,2509.129,80.135254,421.33093,1693.81,67.109604,11.904369,979.9829,826.9019,2710.244,91.065796 +2023-08-21 21:00:00,0.0,17696.863,352.94528,33.933685,43.8477,34.06147,180.02762,27.839128,42.273186,20.863377,24.835651,1141.814,193.76938,15.000721,163.47308,2.6558652,0.19762775,28.519016,3.4152188,0.816476,365.20715,0.16871169,396.78693,48.817455,0.39751855,0.9845323,126.07792,18.205336,43.336918,93.35022,27516.443,0.06330736,1908.3704,0.2867627,0.1535989,0.057359617,0.32446772,158.82994,181.43129,22.90346,165.09073,30.619604,61.510265,2259.9854,2.0627532,217.33199,123.81407,418.97006,85.488754,386.98215,39.861843,298.9726,0.0,2161.534,10644.927,27.339245,564.2494,136.99973,41011.81,130.96474,22.79933,92.41033,276.729,53.52214,24.13988,157.86732,1696.9403,321.83417,99.093765,18.737642,14.853106,435.2226,66.51673,1034.5099,85.167336,2557.0708,245.59476,297.4212,88.342285,107.772194,6.2514334,9.602435,11.277699,2.1982,1.5766287,78.75478,84.24531,87.28986,44.17945,40.824856,128.16766,10.164848,2932.2842,43.17571,61.685482,50.5833,51.87369,256.03455,82.45756,100.110886,12.290635,32.94688,67.90131,244.85939,593.22534,79.44849,310.8879,72.362686,109.7736,268.70242,261.27148,949.0632,159.53836,5.3410726,13.8276205,5.6481857,48.971092,19487.928,3.4147594,29.507416,46.387905,37.51148,336.8079,60.934944,144.88272,2.028653,128.14043,440.15762,256.9326,147.24965,483.02866,34.99126,98.60594,147.50728,10.099157,1.6429672,10.76548,1050.6298,0.065503165,0.24038172,49.14748,7.715167,3.4665942,3.5946522,8.242933,86.6716,29.820969,86.91919,564.3778,240.20912,2167.8496,1881.66,25.980232,47.27436,10379.016,7.503896,88.260414,740.80945,170.0985,237.12036,98.13811,549.6677,876.2788,465.18698,26.043318,134.39839,1020.1541,1982.2273,70.98799,857.9267,86.2332,1.0550147,61.614704,0.94281596,0.56707793,2.6556492,66.38156,161.92729,198.81682,15.14879,2517.943,433.4765,190.80847,272.73892,107.13537,87.715225,80.21102,56.891197,100.54133,779.0445,250.98473,146.73077,106.713745,19.248184,149.11836,134.4123,27.405252,602.6051,159.07947,2489.1997,32.654404,2508.1106,80.13805,421.33487,1692.6796,67.07883,11.909221,979.6031,826.67883,2708.6936,91.06591 +2023-08-21 22:00:00,0.0,17697.018,353.02805,33.950108,43.86665,34.070797,180.06311,27.846542,42.292976,20.865257,24.843964,1142.3234,193.65913,15.013384,163.5377,2.6469736,0.19681463,28.522032,3.4022138,0.81353897,365.2751,0.16856514,396.92618,48.830452,0.3965135,0.9813084,126.11637,18.210505,43.35245,93.33905,27516.695,0.06317959,1909.0616,0.28644952,0.15336348,0.057251293,0.32386443,158.86339,181.47755,22.899994,165.02554,30.639242,61.465813,2260.1587,2.061619,217.12665,123.66339,419.0794,85.3775,387.08798,39.873356,298.54248,0.0,2161.0688,10638.011,27.317484,564.3151,136.96654,41007.06,130.96251,22.785683,92.25589,276.37695,53.48691,24.126163,157.64555,1696.0417,321.79266,98.9208,18.723658,14.847322,435.3288,66.50331,1034.0425,85.16747,2557.247,245.74706,297.22946,88.36439,107.72696,6.250278,9.600001,11.268997,2.1976032,1.5756975,78.77603,84.27794,87.32062,44.21093,40.848366,128.16714,10.171561,2931.891,43.150307,61.655914,50.54436,51.80565,256.10367,82.43832,99.9664,12.284609,32.93819,67.84648,244.76562,593.29285,79.498184,310.93805,72.37356,109.725975,268.69324,260.94577,949.0314,159.53365,5.343554,13.809812,5.642267,48.990932,19488.861,3.4156892,29.528313,46.41882,37.529865,336.81158,60.964157,144.91222,2.0269516,128.14684,440.2505,256.88327,147.28806,482.95685,34.989513,98.59981,147.47122,10.09773,1.6430607,10.765315,1050.1766,0.06546944,0.24025807,49.149296,7.7136292,3.466067,3.593877,8.244527,86.653336,29.811829,86.92008,564.3595,240.21762,2168.1016,1881.6533,25.997856,47.30701,10377.625,7.503249,88.29861,740.886,170.17319,237.23776,98.17406,549.939,876.4104,465.25226,26.0596,134.46918,1020.0561,1981.993,71.03139,858.4117,86.307625,1.0549332,61.61341,0.9424647,0.5668364,2.654667,66.42276,162.00421,198.70203,15.14077,2516.5142,433.63846,190.93683,272.92,107.18626,87.699936,80.264336,56.97944,100.53293,778.997,250.99597,146.75783,106.68649,19.26949,149.13728,134.42809,27.386463,602.3386,159.03969,2486.9248,32.6553,2507.0923,80.14084,421.33878,1691.5491,67.04806,11.914072,979.2233,826.4558,2707.1436,91.066025 +2023-08-21 23:00:00,0.0,17697.172,353.11078,33.96653,43.8856,34.08012,180.09859,27.853956,42.312767,20.867136,24.852276,1142.8328,193.54889,15.026047,163.60233,2.638082,0.19600151,28.525047,3.3892088,0.8106019,365.34302,0.1684186,397.06546,48.84345,0.39550847,0.97808456,126.154816,18.215673,43.36798,93.32788,27516.945,0.06305181,1909.7529,0.28613633,0.15312806,0.05714297,0.3232611,158.89685,181.52382,22.896526,164.96034,30.65888,61.421364,2260.3318,2.0604846,216.92131,123.51272,419.18872,85.26625,387.19382,39.88487,298.11237,0.0,2160.6035,10631.096,27.295721,564.3809,136.93335,41002.31,130.96028,22.772038,92.10145,276.0249,53.451687,24.112448,157.42377,1695.1432,321.7512,98.74784,18.709673,14.841538,435.43497,66.48989,1033.5751,85.1676,2557.423,245.89934,297.03775,88.3865,107.681725,6.249122,9.597568,11.260295,2.1970065,1.5747664,78.79729,84.31057,87.35137,44.24241,40.87188,128.16663,10.178274,2931.498,43.1249,61.626343,50.50542,51.737602,256.17282,82.419075,99.82191,12.278584,32.9295,67.79165,244.67186,593.36035,79.54788,310.98822,72.38442,109.67835,268.68405,260.62006,948.9995,159.52893,5.346035,13.792003,5.6363487,49.010773,19489.797,3.4166188,29.549212,46.449734,37.548252,336.81528,60.99337,144.94171,2.02525,128.15326,440.34332,256.83395,147.32648,482.885,34.987766,98.59368,147.43517,10.096302,1.6431541,10.76515,1049.7234,0.06543571,0.2401344,49.15111,7.712091,3.4655397,3.5931022,8.24612,86.63507,29.802689,86.920975,564.3412,240.2261,2168.3535,1881.6467,26.015482,47.33966,10376.235,7.502602,88.33681,740.9626,170.24788,237.35518,98.210014,550.2104,876.54205,465.3175,26.075884,134.53996,1019.95807,1981.7588,71.07479,858.8967,86.38204,1.0548517,61.61212,0.9421134,0.5665949,2.6536846,66.46396,162.08113,198.58722,15.1327505,2515.0854,433.8004,191.06519,273.10114,107.23714,87.68465,80.31765,57.067677,100.52453,778.94946,251.0072,146.78487,106.65924,19.290792,149.15619,134.44388,27.367674,602.0721,158.99991,2484.65,32.656197,2506.074,80.14363,421.3427,1690.4186,67.01728,11.918923,978.8435,826.2327,2705.5933,91.06614 +2023-08-22 00:00:00,0.0,17697.326,353.19354,33.982952,43.904552,34.089443,180.13406,27.861372,42.33256,20.869017,24.860588,1143.3423,193.43866,15.03871,163.66695,2.6291907,0.19518839,28.528063,3.3762038,0.8076649,365.41098,0.16827205,397.2047,48.85644,0.39450344,0.9748607,126.19327,18.220844,43.383514,93.31671,27517.195,0.062924035,1910.4442,0.28582317,0.15289263,0.057034645,0.32265785,158.9303,181.57007,22.893059,164.89516,30.678518,61.37691,2260.5051,2.0593505,216.71597,123.362045,419.29803,85.155,387.29968,39.89638,297.68225,0.0,2160.1382,10624.18,27.27396,564.44666,136.90016,40997.56,130.95807,22.75839,91.94701,275.67285,53.41646,24.098732,157.202,1694.2445,321.7097,98.574875,18.695688,14.835754,435.54117,66.47646,1033.1075,85.16774,2557.599,246.05162,296.84604,88.40861,107.63649,6.247967,9.595134,11.251594,2.1964095,1.5738353,78.818535,84.3432,87.38212,44.273888,40.895393,128.1661,10.184988,2931.1047,43.0995,61.596775,50.46648,51.66956,256.24194,82.399826,99.67742,12.272558,32.920807,67.73681,244.5781,593.42786,79.59758,311.03836,72.395294,109.63073,268.67484,260.29437,948.9677,159.52422,5.3485165,13.774194,5.63043,49.030613,19490.73,3.4175484,29.57011,46.480644,37.566643,336.81894,61.02258,144.9712,2.0235484,128.15968,440.4362,256.78467,147.36488,482.8132,34.98602,98.58755,147.39911,10.094874,1.6432475,10.764986,1049.2701,0.065401986,0.24001075,49.152927,7.710553,3.4650126,3.5923274,8.247714,86.6168,29.793549,86.92187,564.3229,240.2346,2168.6055,1881.64,26.033108,47.37231,10374.845,7.501955,88.375,741.0392,170.32259,237.47258,98.245964,550.4817,876.67365,465.38278,26.092165,134.61076,1019.86005,1981.5245,71.11819,859.3817,86.45646,1.0547701,61.61083,0.9417621,0.5663534,2.6527023,66.50516,162.15807,198.47243,15.124731,2513.6565,433.96237,191.19354,273.28226,107.28802,87.66936,80.370964,57.155914,100.51613,778.902,251.01843,146.81192,106.63199,19.312096,149.17511,134.45967,27.348883,601.8056,158.96011,2482.3752,32.65709,2505.0554,80.14642,421.34662,1689.288,66.9865,11.923775,978.4637,826.00964,2704.043,91.06625 +2023-08-22 01:00:00,0.0,17697.482,353.2763,33.999374,43.923504,34.098766,180.16956,27.868786,42.352352,20.870897,24.8689,1143.8517,193.32841,15.051373,163.73155,2.620299,0.19437528,28.531078,3.3631988,0.8047278,365.4789,0.1681255,397.34396,48.86944,0.39349842,0.9716369,126.23171,18.226013,43.399044,93.30554,27517.447,0.062796265,1911.1355,0.28550997,0.15265721,0.05692632,0.32205456,158.96375,181.61633,22.889591,164.82997,30.698156,61.332462,2260.6785,2.0582163,216.51064,123.211365,419.40735,85.04375,387.40552,39.907898,297.25217,0.0,2159.6729,10617.265,27.252197,564.5124,136.86697,40992.81,130.95584,22.744745,91.792564,275.32083,53.381233,24.085016,156.98022,1693.346,321.66818,98.40191,18.681702,14.82997,435.64734,66.46304,1032.6401,85.16788,2557.7751,246.2039,296.6543,88.43071,107.591255,6.2468114,9.5927,11.242891,2.1958127,1.5729041,78.83979,84.37584,87.41287,44.305367,40.918907,128.16559,10.191701,2930.7117,43.074093,61.567204,50.42754,51.601513,256.31107,82.380585,99.53293,12.266533,32.912117,67.68198,244.48433,593.49536,79.64728,311.08853,72.406166,109.58311,268.66565,259.96866,948.9359,159.5195,5.3509974,13.756385,5.6245117,49.050453,19491.666,3.418478,29.591007,46.51156,37.58503,336.82263,61.051792,145.0007,2.021847,128.16609,440.52905,256.73535,147.4033,482.74136,34.984272,98.58141,147.36305,10.093447,1.643341,10.764821,1048.8169,0.06536826,0.23988709,49.154743,7.709015,3.4644852,3.5915523,8.249308,86.59853,29.784409,86.92276,564.30457,240.24309,2168.8574,1881.6333,26.050734,47.40496,10373.455,7.501308,88.41319,741.1157,170.39728,237.58998,98.28192,550.75305,876.8053,465.44803,26.108448,134.68155,1019.762,1981.2903,71.16158,859.86676,86.530876,1.0546885,61.609535,0.94141084,0.56611186,2.6517203,66.546364,162.23499,198.35764,15.116711,2512.2275,434.12433,191.32191,273.46338,107.338905,87.65407,80.42428,57.244156,100.50773,778.8545,251.02966,146.83897,106.60474,19.3334,149.19402,134.47546,27.330093,601.53906,158.92033,2480.1003,32.657986,2504.037,80.14922,421.35056,1688.1575,66.95573,11.928626,978.0839,825.78656,2702.493,91.06637 +2023-08-22 02:00:00,0.0,17697.637,353.35904,34.015797,43.94246,34.108093,180.20503,27.8762,42.372147,20.872778,24.877213,1144.3611,193.21819,15.064035,163.79617,2.6114075,0.19356215,28.534094,3.3501937,0.8017908,365.54684,0.16797894,397.48322,48.882435,0.3924934,0.968413,126.270164,18.231182,43.414577,93.29437,27517.697,0.06266849,1911.8268,0.28519678,0.15242179,0.056818,0.32145125,158.9972,181.6626,22.886124,164.76479,30.717794,61.28801,2260.8516,2.057082,216.3053,123.06069,419.51666,84.9325,387.51135,39.91941,296.82205,0.0,2159.2078,10610.349,27.230436,564.5781,136.83379,40988.06,130.95361,22.731098,91.63812,274.96875,53.346004,24.0713,156.75845,1692.4473,321.62668,98.22895,18.667717,14.824186,435.7535,66.44962,1032.1726,85.16801,2557.9512,246.35619,296.4626,88.45282,107.54603,6.2456555,9.590265,11.234189,2.195216,1.571973,78.86104,84.40846,87.44363,44.336845,40.942417,128.16507,10.198414,2930.3186,43.048687,61.537636,50.388603,51.533466,256.3802,82.36134,99.38844,12.260507,32.903427,67.627144,244.39056,593.56287,79.696976,311.13867,72.41704,109.53549,268.65643,259.64294,948.9041,159.51479,5.353479,13.738575,5.618593,49.070293,19492.602,3.4194078,29.611906,46.542473,37.603416,336.82632,61.081,145.0302,2.0201454,128.17252,440.6219,256.68604,147.44173,482.66956,34.982525,98.57529,147.327,10.092019,1.6434344,10.764656,1048.3638,0.06533453,0.23976344,49.156563,7.707477,3.4639578,3.5907774,8.250902,86.58026,29.77527,86.923645,564.2863,240.25159,2169.1094,1881.6267,26.068357,47.43761,10372.064,7.500661,88.451385,741.1923,170.47197,237.70738,98.31788,551.02435,876.9369,465.51328,26.124731,134.75233,1019.66406,1981.056,71.20499,860.35175,86.60529,1.0546069,61.608246,0.9410595,0.56587034,2.650738,66.58756,162.3119,198.24284,15.108691,2510.7988,434.2863,191.45027,273.6445,107.389786,87.63878,80.4776,57.332394,100.49933,778.80695,251.0409,146.86603,106.577484,19.354704,149.21294,134.49126,27.311304,601.2726,158.88055,2477.8257,32.658882,2503.0188,80.152016,421.35446,1687.027,66.92495,11.933476,977.7041,825.5635,2700.9426,91.06648 +2023-08-22 03:00:00,0.0,17697.791,353.4418,34.03222,43.96141,34.117416,180.24051,27.883614,42.391937,20.874659,24.885525,1144.8706,193.10794,15.076698,163.8608,2.602516,0.19274904,28.53711,3.3371887,0.79885375,365.61478,0.16783239,397.6225,48.89543,0.39148834,0.96518916,126.30861,18.236353,43.430107,93.28321,27517.947,0.06254071,1912.5182,0.28488362,0.15218638,0.056709677,0.320848,159.03064,181.70885,22.882656,164.6996,30.737432,61.24356,2261.025,2.0559478,216.09996,122.91002,419.626,84.82125,387.6172,39.930923,296.39194,0.0,2158.7424,10603.434,27.208675,564.64386,136.8006,40983.31,130.95139,22.717453,91.48368,274.6167,53.31078,24.057585,156.53668,1691.5487,321.58517,98.055984,18.653732,14.818403,435.8597,66.4362,1031.7052,85.168144,2558.1274,246.50847,296.27087,88.47492,107.50079,6.2445,9.5878315,11.225488,2.1946192,1.5710418,78.88229,84.4411,87.47437,44.368324,40.96593,128.16455,10.205128,2929.9253,43.023285,61.508064,50.349663,51.465424,256.44934,82.3421,99.24395,12.254481,32.894737,67.5723,244.2968,593.63043,79.74667,311.18884,72.42791,109.48787,268.64725,259.31723,948.8723,159.51007,5.35596,13.720766,5.6126747,49.090134,19493.535,3.4203374,29.632803,46.573387,37.621803,336.83002,61.110214,145.0597,2.0184438,128.17892,440.71475,256.63672,147.48013,482.59772,34.980778,98.56915,147.29094,10.090591,1.6435279,10.764491,1047.9105,0.06530081,0.23963979,49.15838,7.705939,3.4634306,3.5900023,8.252496,86.562,29.76613,86.92454,564.268,240.26007,2169.3613,1881.62,26.085983,47.47026,10370.675,7.500014,88.48958,741.2689,170.54668,237.8248,98.35383,551.29565,877.06854,465.57855,26.141014,134.82312,1019.56604,1980.8218,71.24838,860.8368,86.67971,1.0545254,61.606953,0.9407082,0.5656288,2.6497557,66.62876,162.38884,198.12804,15.100672,2509.3699,434.44827,191.57863,273.8256,107.44067,87.62349,80.530914,57.420635,100.49093,778.75946,251.05212,146.89308,106.55024,19.376007,149.23184,134.50705,27.292513,601.00604,158.84076,2475.5508,32.659775,2502.0005,80.15481,421.3584,1685.8965,66.89418,11.938328,977.3243,825.34045,2699.3923,91.066605 +2023-08-22 04:00:00,0.0,17697.945,353.52454,34.04864,43.980362,34.12674,180.276,27.891027,42.411728,20.87654,24.893837,1145.38,192.9977,15.089361,163.9254,2.5936246,0.19193593,28.540125,3.3241837,0.7959167,365.68274,0.16768585,397.76175,48.90843,0.39048332,0.9619653,126.34705,18.241522,43.44564,93.27204,27518.2,0.06241294,1913.2095,0.28457043,0.15195096,0.056601353,0.3202447,159.0641,181.75511,22.879189,164.63441,30.75707,61.19911,2261.1982,2.0548136,215.89462,122.75934,419.73532,84.71,387.72302,39.942436,295.96185,0.0,2158.277,10596.518,27.186913,564.70966,136.76743,40978.56,130.94916,22.703806,91.32924,274.26465,53.27555,24.043869,156.3149,1690.6501,321.54367,97.88302,18.639748,14.812619,435.96588,66.422775,1031.2377,85.168274,2558.3035,246.66075,296.07916,88.49703,107.45556,6.243345,9.585398,11.216785,2.1940224,1.5701107,78.90354,84.47373,87.50513,44.399803,40.989445,128.16403,10.211841,2929.5322,42.99788,61.478493,50.310722,51.397377,256.51846,82.32285,99.099464,12.248456,32.886047,67.51747,244.20303,593.69794,79.79637,311.239,72.438774,109.44025,268.63806,258.99155,948.8405,159.50536,5.358441,13.702957,5.606756,49.10997,19494.47,3.421267,29.653702,46.6043,37.64019,336.8337,61.139427,145.08919,2.0167425,128.18535,440.80762,256.5874,147.51855,482.5259,34.97903,98.56302,147.25488,10.089164,1.6436213,10.764327,1047.4573,0.06526708,0.23951612,49.160194,7.704401,3.4629033,3.5892274,8.254089,86.54373,29.75699,86.92543,564.2497,240.26857,2169.6133,1881.6134,26.10361,47.50291,10369.284,7.4993668,88.52778,741.34546,170.62137,237.9422,98.389786,551.567,877.20013,465.6438,26.157297,134.8939,1019.468,1980.5876,71.29178,861.3218,86.75413,1.0544438,61.605663,0.94035697,0.5653873,2.6487734,66.66996,162.46576,198.01324,15.092652,2507.941,434.61023,191.70699,274.0067,107.491554,87.6082,80.58423,57.508873,100.48253,778.7119,251.06335,146.92014,106.52299,19.397312,149.25076,134.52284,27.273724,600.73956,158.80098,2473.2761,32.66067,2500.982,80.1576,421.3623,1684.7659,66.8634,11.943179,976.9445,825.1174,2697.8423,91.06672 +2023-08-22 05:00:00,0.0,17698.1,353.6073,34.065063,43.999313,34.136066,180.31148,27.898443,42.431522,20.878418,24.902151,1145.8894,192.88747,15.102024,163.99002,2.584733,0.1911228,28.54314,3.3111787,0.79297966,365.75067,0.1675393,397.901,48.92142,0.3894783,0.9587415,126.385506,18.24669,43.46117,93.26087,27518.45,0.062285163,1913.9008,0.28425723,0.15171553,0.05649303,0.3196414,159.09755,181.80136,22.875721,164.56921,30.776709,61.154655,2261.3713,2.0536795,215.68929,122.608665,419.84467,84.59875,387.82886,39.95395,295.53174,0.0,2157.812,10589.603,27.165152,564.7754,136.73424,40973.81,130.94695,22.690159,91.1748,273.9126,53.240322,24.030153,156.09312,1689.7515,321.5022,97.71006,18.625763,14.806835,436.07208,66.409355,1030.7703,85.16841,2558.4795,246.81305,295.88742,88.51914,107.410324,6.242189,9.582964,11.208083,2.1934254,1.5691795,78.9248,84.50636,87.53588,44.431282,41.01296,128.1635,10.218554,2929.1392,42.972477,61.448925,50.271782,51.329334,256.5876,82.30361,98.95497,12.242431,32.877357,67.46264,244.10928,593.76544,79.84607,311.28915,72.449646,109.392624,268.62885,258.66583,948.80865,159.50064,5.3609223,13.685148,5.600838,49.12981,19495.406,3.4221969,29.674599,46.635216,37.65858,336.8374,61.168636,145.11868,2.0150409,128.19177,440.90045,256.5381,147.55696,482.4541,34.977283,98.55689,147.21883,10.087736,1.6437147,10.764162,1047.0042,0.06523335,0.23939247,49.16201,7.7028627,3.4623759,3.5884526,8.255683,86.52546,29.74785,86.92632,564.2314,240.27705,2169.8652,1881.6067,26.121233,47.53556,10367.894,7.4987197,88.56597,741.42206,170.69608,238.0596,98.425735,551.8383,877.3317,465.70905,26.173578,134.9647,1019.37,1980.3534,71.335175,861.8068,86.828545,1.0543622,61.60437,0.94000566,0.5651458,2.6477911,66.71117,162.54268,197.89845,15.084632,2506.5122,434.7722,191.83534,274.18784,107.542435,87.59291,80.63754,57.59711,100.47413,778.6644,251.0746,146.94717,106.495735,19.418615,149.26967,134.53864,27.254934,600.4731,158.76118,2471.0012,32.661568,2499.9636,80.16039,421.36624,1683.6354,66.83263,11.94803,976.5647,824.8943,2696.292,91.06683 +2023-08-22 06:00:00,0.0,17698.254,353.69006,34.081486,44.018265,34.14539,180.34695,27.905857,42.451313,20.880299,24.910463,1146.3989,192.77722,15.114686,164.05464,2.5758414,0.19030969,28.546156,3.2981737,0.7900426,365.8186,0.16739275,398.04025,48.934418,0.38847327,0.9555176,126.42395,18.251862,43.476704,93.2497,27518.7,0.06215739,1914.592,0.28394407,0.15148011,0.056384705,0.31903812,159.131,181.84763,22.872253,164.50403,30.796347,61.110207,2261.5447,2.052545,215.48395,122.45799,419.95398,84.4875,387.9347,39.96546,295.10162,0.0,2157.3467,10582.687,27.14339,564.8411,136.70105,40969.055,130.94472,22.676514,91.020355,273.56058,53.205097,24.016438,155.87135,1688.8529,321.4607,97.537094,18.611778,14.801051,436.17825,66.395935,1030.3027,85.16855,2558.6555,246.96533,295.6957,88.541245,107.36509,6.2410336,9.58053,11.199382,2.1928287,1.5682484,78.946045,84.538994,87.56663,44.46276,41.03647,128.16298,10.225266,2928.7458,42.94707,61.419353,50.232845,51.261288,256.65674,82.28437,98.810486,12.236404,32.868664,67.4078,244.01552,593.83295,79.89577,311.33932,72.46052,109.345,268.61966,258.34012,948.77686,159.49593,5.3634033,13.667338,5.5949197,49.14965,19496.34,3.4231265,29.695498,46.66613,37.676968,336.8411,61.19785,145.14816,2.0133393,128.19818,440.99332,256.48877,147.59538,482.38226,34.975536,98.55076,147.18277,10.0863085,1.6438081,10.763997,1046.5509,0.06519963,0.23926881,49.163826,7.701325,3.4618487,3.5876775,8.257277,86.507195,29.73871,86.927216,564.2131,240.28555,2170.1172,1881.6,26.138859,47.56821,10366.504,7.4980726,88.604164,741.4986,170.77077,238.17702,98.46169,552.1097,877.4634,465.77432,26.189861,135.03549,1019.27203,1980.1191,71.37858,862.2918,86.90296,1.0542806,61.603077,0.93965435,0.5649043,2.6468089,66.752365,162.61961,197.78366,15.076612,2505.0833,434.93414,191.96371,274.36896,107.59332,87.57762,80.69086,57.685352,100.46573,778.61694,251.08583,146.97423,106.46848,19.439919,149.28859,134.55443,27.236143,600.20654,158.7214,2468.7266,32.66246,2498.9453,80.163185,421.37015,1682.5049,66.80185,11.952882,976.1849,824.6712,2694.742,91.06695 +2023-08-22 07:00:00,0.0,17698.408,353.7728,34.097908,44.037216,34.154713,180.38243,27.91327,42.471107,20.88218,24.918776,1146.9083,192.66699,15.127349,164.11926,2.5669498,0.18949656,28.549171,3.2851686,0.78710556,365.88654,0.1672462,398.17953,48.947414,0.38746825,0.95229375,126.4624,18.25703,43.492233,93.23853,27518.95,0.062029615,1915.2833,0.28363088,0.15124469,0.05627638,0.31843483,159.16444,181.89389,22.868786,164.43884,30.815985,61.065754,2261.718,2.051411,215.27861,122.30732,420.0633,84.37625,388.04053,39.976974,294.6715,0.0,2156.8816,10575.7705,27.121628,564.90686,136.66786,40964.305,130.94249,22.662867,90.86591,273.2085,53.16987,24.002722,155.64958,1687.9543,321.4192,97.36413,18.597792,14.795267,436.28442,66.382515,1029.8353,85.16868,2558.8315,247.11761,295.504,88.563354,107.319855,6.2398777,9.578095,11.19068,2.192232,1.5673172,78.9673,84.571625,87.59738,44.49424,41.059982,128.16246,10.23198,2928.3528,42.92167,61.389786,50.193905,51.19324,256.72586,82.26513,98.66599,12.230379,32.859974,67.35297,243.92175,593.90045,79.945465,311.38947,72.47139,109.29738,268.61044,258.0144,948.74506,159.4912,5.365885,13.649529,5.589001,49.16949,19497.275,3.424056,29.716394,46.697044,37.695354,336.8448,61.227062,145.17766,2.011638,128.2046,441.08618,256.43948,147.63379,482.31046,34.97379,98.544624,147.14671,10.084881,1.6439016,10.763832,1046.0977,0.0651659,0.23914516,49.16564,7.6997867,3.4613214,3.5869026,8.25887,86.48893,29.72957,86.9281,564.19476,240.29404,2170.3691,1881.5934,26.156485,47.60086,10365.113,7.4974256,88.64236,741.5752,170.84546,238.29442,98.49765,552.381,877.595,465.83957,26.206144,135.10628,1019.174,1979.8849,71.421974,862.77686,86.97738,1.0541991,61.601788,0.9393031,0.56466275,2.6458266,66.793564,162.69653,197.66885,15.068593,2503.6543,435.0961,192.09207,274.55008,107.6442,87.56233,80.74417,57.77359,100.45733,778.5694,251.09706,147.00128,106.44123,19.461222,149.3075,134.57022,27.217354,599.94006,158.68163,2466.4517,32.663357,2497.927,80.16598,421.37408,1681.3744,66.77107,11.957733,975.8051,824.4482,2693.1917,91.06706 +2023-08-22 08:00:00,0.0,17698.562,353.85556,34.11433,44.056168,34.16404,180.41792,27.920685,42.4909,20.88406,24.927088,1147.4177,192.55675,15.140012,164.18387,2.5580585,0.18868345,28.552187,3.2721636,0.7841685,365.95447,0.16709964,398.3188,48.96041,0.3864632,0.9490699,126.50085,18.2622,43.507767,93.22736,27519.201,0.061901838,1915.9746,0.28331771,0.15100926,0.05616806,0.31783158,159.19789,181.94014,22.865318,164.37366,30.835623,61.021305,2261.8914,2.0502768,215.07327,122.15664,420.1726,84.265,388.14636,39.988487,294.24142,0.0,2156.4163,10568.855,27.099867,564.9726,136.63467,40959.555,130.94026,22.649221,90.71147,272.85648,53.134644,23.989006,155.42781,1687.0557,321.3777,97.19117,18.583807,14.789483,436.39062,66.369095,1029.3678,85.168816,2559.0078,247.2699,295.31226,88.58546,107.27463,6.2387223,9.575662,11.181977,2.1916351,1.5663861,78.98855,84.60426,87.628136,44.525715,41.083496,128.16194,10.238693,2927.9597,42.896263,61.360214,50.154964,51.1252,256.79498,82.24588,98.52151,12.224354,32.851284,67.298134,243.82799,593.96796,79.99516,311.43964,72.48226,109.24976,268.60126,257.68872,948.71326,159.48648,5.368366,13.631721,5.5830827,49.18933,19498.21,3.4249856,29.737293,46.72796,37.71374,336.84848,61.25627,145.20715,2.0099363,128.21101,441.17902,256.39017,147.67221,482.23862,34.972042,98.5385,147.11066,10.083453,1.643995,10.763667,1045.6445,0.06513218,0.2390215,49.16746,7.698249,3.460794,3.5861275,8.260465,86.47066,29.72043,86.92899,564.17645,240.30254,2170.621,1881.5867,26.174109,47.63351,10363.724,7.4967785,88.68056,741.6518,170.92017,238.41182,98.5336,552.65234,877.7266,465.90482,26.222427,135.17706,1019.076,1979.6506,71.46537,863.26184,87.051796,1.0541176,61.600494,0.9389518,0.56442124,2.6448443,66.83477,162.77345,197.55406,15.060574,2502.2256,435.2581,192.22043,274.73117,107.69508,87.54704,80.79749,57.861828,100.44892,778.5219,251.10829,147.02834,106.41398,19.482527,149.32642,134.58603,27.198565,599.6735,158.64183,2464.1768,32.664253,2496.9084,80.16877,421.378,1680.2438,66.7403,11.9625845,975.4253,824.2251,2691.6414,91.06718 +2023-08-22 09:00:00,0.0,17698.717,353.93832,34.130753,44.07512,34.173363,180.4534,27.928099,42.51069,20.88594,24.9354,1147.9272,192.4465,15.152675,164.24849,2.549167,0.18787032,28.555202,3.2591586,0.78123146,366.02243,0.16695309,398.45804,48.973404,0.38545817,0.9458461,126.5393,18.26737,43.523296,93.2162,27519.451,0.061774064,1916.6659,0.28300452,0.15077384,0.056059737,0.31722826,159.23135,181.9864,22.86185,164.30847,30.85526,60.976852,2262.0645,2.0491424,214.86792,122.00597,420.28195,84.15375,388.2522,40.0,293.8113,0.0,2155.9512,10561.939,27.078106,565.0384,136.60149,40954.805,130.93803,22.635574,90.55703,272.50443,53.099415,23.97529,155.20602,1686.1571,321.33618,97.0182,18.569822,14.783699,436.4968,66.35567,1028.9004,85.168945,2559.1838,247.42218,295.12054,88.60757,107.22939,6.237567,9.573228,11.173276,2.1910384,1.565455,79.0098,84.636894,87.65888,44.557194,41.107006,128.16142,10.245406,2927.5667,42.870857,61.330647,50.116024,51.05715,256.8641,82.22664,98.377014,12.218328,32.842594,67.2433,243.73422,594.0355,80.04486,311.48978,72.493126,109.20214,268.59207,257.363,948.68146,159.48177,5.3708467,13.613912,5.577164,49.20917,19499.145,3.4259155,29.75819,46.758873,37.73213,336.85217,61.285484,145.23665,2.0082347,128.21744,441.27188,256.34085,147.71063,482.1668,34.970295,98.532364,147.0746,10.082025,1.6440885,10.763503,1045.1913,0.06509845,0.23889785,49.169277,7.6967106,3.4602668,3.5853527,8.262058,86.45239,29.71129,86.929886,564.15814,240.31104,2170.873,1881.5801,26.191734,47.66616,10362.333,7.4961314,88.71875,741.72833,170.99486,238.52924,98.56956,552.92365,877.8582,465.9701,26.23871,135.24785,1018.97797,1979.4164,71.50877,863.7469,87.12621,1.0540359,61.599205,0.93860054,0.5641797,2.643862,66.87597,162.85039,197.43927,15.052553,2500.7966,435.42004,192.34879,274.9123,107.74597,87.53175,80.85081,57.95007,100.44052,778.4744,251.11952,147.05539,106.38673,19.50383,149.34532,134.60182,27.179773,599.40704,158.60205,2461.902,32.665146,2495.8901,80.17157,421.3819,1679.1133,66.709526,11.967436,975.04553,824.002,2690.0913,91.06729 +2023-08-22 10:00:00,0.0,17698.873,354.02106,34.147175,44.09407,34.182686,180.48888,27.935514,42.530483,20.887821,24.943712,1148.4366,192.33627,15.165338,164.31311,2.5402753,0.18705721,28.558218,3.2461536,0.77829444,366.09036,0.16680655,398.5973,48.9864,0.38445315,0.9426222,126.57774,18.27254,43.53883,93.20503,27519.701,0.06164629,1917.3572,0.28269133,0.15053841,0.055951413,0.31662497,159.2648,182.03267,22.858385,164.24329,30.8749,60.9324,2262.2378,2.0480082,214.66258,121.85529,420.3913,84.0425,388.35803,40.011513,293.3812,0.0,2155.4858,10555.024,27.056343,565.1041,136.5683,40950.055,130.93582,22.621927,90.40259,272.15234,53.06419,23.961575,154.98425,1685.2585,321.29468,96.84524,18.555838,14.777916,436.60297,66.34225,1028.433,85.16908,2559.3599,247.57446,294.92883,88.62968,107.18416,6.236411,9.570794,11.164574,2.1904416,1.5645238,79.03105,84.669525,87.68964,44.588673,41.13052,128.1609,10.25212,2927.1733,42.845455,61.301075,50.077087,50.98911,256.93326,82.2074,98.23253,12.212302,32.833904,67.18846,243.64046,594.103,80.09456,311.53995,72.504,109.15452,268.58286,257.0373,948.6496,159.47705,5.373328,13.596102,5.5712457,49.22901,19500.08,3.426845,29.779089,46.789787,37.75052,336.85583,61.314693,145.26614,2.0065334,128.22386,441.36475,256.29153,147.74904,482.09497,34.968548,98.52623,147.03854,10.080597,1.644182,10.763338,1044.738,0.06506472,0.2387742,49.171093,7.695173,3.4597394,3.5845778,8.263652,86.43413,29.70215,86.93078,564.1399,240.31952,2171.125,1881.5734,26.20936,47.69881,10360.942,7.4954844,88.75694,741.80493,171.06956,238.64664,98.605515,553.19495,877.98987,466.03534,26.254992,135.31865,1018.88,1979.1821,71.55217,864.2319,87.20063,1.0539544,61.59791,0.93824923,0.5639382,2.6428797,66.91717,162.9273,197.32448,15.044534,2499.3677,435.582,192.47716,275.0934,107.79685,87.516464,80.90412,58.038307,100.43212,778.4269,251.13075,147.08244,106.359474,19.525133,149.36424,134.61761,27.160984,599.1405,158.56226,2459.6272,32.666042,2494.8718,80.17436,421.38583,1677.9828,66.67875,11.972287,974.6657,823.77893,2688.541,91.067406 +2023-08-22 11:00:00,0.0,17699.027,354.10382,34.163597,44.11302,34.192013,180.52437,27.942928,42.550274,20.8897,24.952024,1148.946,192.22603,15.178,164.37773,2.5313838,0.18624409,28.561234,3.2331486,0.77535737,366.1583,0.16666,398.73657,48.999397,0.38344812,0.93939835,126.616196,18.277708,43.55436,93.19386,27519.953,0.061518513,1918.0485,0.28237817,0.15030299,0.05584309,0.3160217,159.29825,182.07892,22.854918,164.17809,30.894539,60.88795,2262.4111,2.046874,214.45724,121.70461,420.50058,83.93125,388.46387,40.02303,292.95108,0.0,2155.0205,10548.108,27.034582,565.16986,136.53513,40945.305,130.9336,22.608282,90.248146,271.80032,53.02896,23.947859,154.76248,1684.3599,321.2532,96.67228,18.541853,14.772132,436.70917,66.32883,1027.9655,85.16922,2559.536,247.72675,294.7371,88.65178,107.13892,6.2352557,9.56836,11.155871,2.1898446,1.5635927,79.05231,84.702156,87.72039,44.62015,41.154034,128.16039,10.258833,2926.7803,42.82005,61.271507,50.038147,50.921062,257.00238,82.188156,98.088036,12.206277,32.825214,67.13363,243.54669,594.17053,80.14426,311.5901,72.51487,109.106895,268.57367,256.7116,948.6178,159.47234,5.375809,13.578293,5.565327,49.24885,19501.016,3.4277747,29.799986,46.8207,37.768906,336.85953,61.343906,145.29564,2.0048318,128.23027,441.45758,256.24222,147.78746,482.02316,34.9668,98.5201,147.00249,10.079169,1.6442753,10.763173,1044.2849,0.065031,0.23865053,49.17291,7.693635,3.4592123,3.5838027,8.265245,86.415855,29.693012,86.93167,564.1216,240.32802,2171.377,1881.5667,26.226984,47.73146,10359.553,7.4948373,88.795135,741.8815,171.14426,238.76404,98.641464,553.4663,878.12146,466.1006,26.271275,135.38943,1018.782,1978.9479,71.595566,864.7169,87.27505,1.0538728,61.59662,0.9378979,0.5636967,2.6418977,66.95837,163.00423,197.20967,15.036514,2497.939,435.74396,192.60551,275.27454,107.84773,87.501175,80.957436,58.12655,100.42372,778.3794,251.14198,147.10948,106.33222,19.546438,149.38315,134.6334,27.142195,598.874,158.52248,2457.3525,32.66694,2493.8535,80.177155,421.38974,1676.8522,66.64797,11.9771385,974.2859,823.55585,2686.9907,91.06752 +2023-08-22 12:00:00,0.0,17699.182,354.18655,34.18002,44.131973,34.201336,180.55984,27.950342,42.57007,20.89158,24.960339,1149.4554,192.1158,15.190663,164.44234,2.5224924,0.18543097,28.564249,3.2201436,0.77242035,366.22623,0.16651344,398.87582,49.012394,0.3824431,0.9361745,126.65464,18.282879,43.569893,93.18269,27520.203,0.06139074,1918.7397,0.28206497,0.15006757,0.055734765,0.31541842,159.3317,182.12518,22.85145,164.1129,30.914177,60.8435,2262.5842,2.04574,214.2519,121.55394,420.60992,83.82,388.5697,40.034542,292.521,0.0,2154.5552,10541.193,27.012821,565.2356,136.50194,40940.555,130.93137,22.594635,90.093704,271.44824,52.993732,23.934143,154.54071,1683.4613,321.2117,96.49931,18.527868,14.766348,436.81534,66.31541,1027.498,85.16935,2559.712,247.87904,294.54538,88.67389,107.09369,6.2341003,9.565926,11.14717,2.1892478,1.5626615,79.073555,84.73479,87.75114,44.65163,41.177547,128.15987,10.265546,2926.3872,42.794647,61.241936,49.999207,50.853016,257.0715,82.16891,97.94355,12.200252,32.81652,67.0788,243.45293,594.23804,80.193954,311.64026,72.52574,109.05927,268.56445,256.3859,948.586,159.46762,5.3782907,13.560484,5.5594087,49.268692,19501.95,3.4287043,29.820885,46.851612,37.787292,336.86322,61.37312,145.32513,2.0031302,128.2367,441.55045,256.1929,147.82587,481.95132,34.965054,98.51397,146.96643,10.077742,1.6443688,10.763008,1043.8317,0.06499727,0.23852688,49.174725,7.6920967,3.458685,3.5830278,8.266839,86.39759,29.683872,86.93256,564.1033,240.3365,2171.629,1881.56,26.24461,47.76411,10358.162,7.49419,88.83333,741.95807,171.21895,238.88145,98.67742,553.7376,878.2531,466.16586,26.287558,135.46022,1018.68396,1978.7136,71.63897,865.2019,87.349464,1.0537913,61.59533,0.9375467,0.56345516,2.6409154,66.99957,163.08116,197.09488,15.028494,2496.51,435.9059,192.73387,275.45566,107.89862,87.485886,81.01075,58.214787,100.41532,778.3319,251.15323,147.13654,106.30498,19.567741,149.40207,134.6492,27.123404,598.6075,158.4827,2455.0776,32.66783,2492.835,80.17995,421.39368,1675.7217,66.617195,11.98199,973.9061,823.3328,2685.4407,91.067635 +2023-08-22 13:00:00,0.0,17699.336,354.26932,34.19644,44.150925,34.21066,180.59532,27.957756,42.58986,20.893461,24.96865,1149.965,192.00555,15.203326,164.50696,2.5136008,0.18461786,28.567265,3.2071385,0.76948327,366.2942,0.16636689,399.01508,49.025387,0.38143805,0.9329507,126.69309,18.288048,43.585423,93.171524,27520.453,0.061262965,1919.431,0.28175178,0.14983214,0.05562644,0.3148151,159.36514,182.17145,22.847982,164.04771,30.933815,60.79905,2262.7576,2.0446055,214.04657,121.40327,420.71924,83.70875,388.67554,40.046055,292.09088,0.0,2154.09,10534.277,26.991058,565.30133,136.46875,40935.805,130.92914,22.58099,89.93926,271.09622,52.958508,23.920427,154.31894,1682.5627,321.1702,96.32635,18.513882,14.760564,436.92154,66.30199,1027.0305,85.16949,2559.8882,248.03133,294.35367,88.69599,107.04846,6.2329445,9.563492,11.138468,2.188651,1.5617304,79.09481,84.767426,87.78189,44.68311,41.201057,128.15935,10.272259,2925.994,42.76924,61.212364,49.960266,50.784973,257.14066,82.149666,97.79906,12.194226,32.80783,67.02396,243.35916,594.30554,80.24365,311.69043,72.53661,109.01165,268.55527,256.06018,948.5542,159.4629,5.3807716,13.542675,5.55349,49.28853,19502.885,3.429634,29.841782,46.882526,37.80568,336.8669,61.40233,145.35463,2.0014288,128.2431,441.6433,256.1436,147.86429,481.87952,34.963306,98.50784,146.93037,10.076314,1.6444622,10.762843,1043.3784,0.06496354,0.23840322,49.176544,7.690559,3.4581575,3.582253,8.268433,86.379326,29.674732,86.93345,564.08496,240.345,2171.8809,1881.5533,26.262236,47.79676,10356.772,7.493543,88.87153,742.03467,171.29366,238.99886,98.71337,554.009,878.3847,466.2311,26.30384,135.531,1018.58594,1978.4794,71.682365,865.68695,87.42388,1.0537096,61.594036,0.93719536,0.56321365,2.639933,67.04077,163.15808,196.98009,15.020474,2495.0813,436.0679,192.86223,275.63675,107.9495,87.4706,81.064064,58.303024,100.40692,778.28436,251.16446,147.16359,106.277725,19.589045,149.42097,134.665,27.104614,598.341,158.4429,2452.803,32.668728,2491.8167,80.18274,421.39758,1674.5912,66.586426,11.986841,973.5263,823.10974,2683.8904,91.06776 +2023-08-22 14:00:00,0.0,17699.49,354.35208,34.212864,44.169876,34.219982,180.63081,27.965172,42.60965,20.895342,24.976963,1150.4744,191.89531,15.215989,164.57158,2.5047092,0.18380474,28.57028,3.1941335,0.76654625,366.36212,0.16622034,399.15433,49.038383,0.38043302,0.9297268,126.73154,18.293217,43.600956,93.160355,27520.703,0.061135188,1920.1223,0.28143862,0.14959672,0.05551812,0.31421185,159.39859,182.2177,22.844515,163.98253,30.953453,60.754597,2262.931,2.0434713,213.84123,121.252594,420.82855,83.5975,388.78137,40.057568,291.66077,0.0,2153.6248,10527.362,26.969297,565.3671,136.43556,40931.055,130.92691,22.567343,89.78482,270.74417,52.92328,23.906712,154.09715,1681.6641,321.1287,96.15339,18.499897,14.75478,437.0277,66.28856,1026.5631,85.169624,2560.0642,248.18361,294.16196,88.7181,107.00323,6.231789,9.561058,11.1297655,2.1880543,1.5607992,79.11606,84.80005,87.812645,44.71459,41.22457,128.15883,10.278973,2925.6008,42.743835,61.182796,49.92133,50.716927,257.20978,82.130424,97.65457,12.188201,32.79914,66.969124,243.2654,594.3731,80.29335,311.74057,72.54748,108.964035,268.54608,255.73448,948.5224,159.45819,5.383253,13.524865,5.5475717,49.30837,19503.818,3.4305637,29.86268,46.91344,37.824066,336.8706,61.43154,145.38412,1.9997272,128.24953,441.73615,256.0943,147.90271,481.80768,34.96156,98.50171,146.89432,10.074886,1.6445557,10.762679,1042.9253,0.06492982,0.23827957,49.17836,7.6890206,3.4576304,3.5814779,8.270027,86.36105,29.665592,86.93434,564.06665,240.35349,2172.133,1881.5468,26.27986,47.82941,10355.382,7.492896,88.90972,742.1112,171.36835,239.11626,98.74933,554.2803,878.51636,466.2964,26.320122,135.60179,1018.488,1978.2451,71.72576,866.17194,87.4983,1.0536281,61.592747,0.93684405,0.5629721,2.6389508,67.08197,163.235,196.86528,15.012455,2493.6523,436.22986,192.99059,275.81787,108.00038,87.45531,81.11738,58.391266,100.39852,778.2369,251.17569,147.19064,106.25047,19.61035,149.4399,134.68079,27.085825,598.0745,158.40312,2450.528,32.669624,2490.7983,80.18553,421.40152,1673.4607,66.55565,11.991692,973.1465,822.88666,2682.34,91.06787 +2023-08-22 15:00:00,0.0,17699.645,354.4348,34.229286,44.188828,34.22931,180.66629,27.972586,42.629444,20.897223,24.985275,1150.9838,191.78508,15.228651,164.6362,2.4958177,0.18299162,28.573296,3.1811285,0.7636092,366.43005,0.1660738,399.2936,49.05138,0.379428,0.92650294,126.76999,18.298388,43.61649,93.14919,27520.955,0.061007414,1920.8136,0.28112543,0.14936131,0.055409797,0.31360856,159.43205,182.26396,22.841047,163.91734,30.973091,60.710144,2263.104,2.0423372,213.6359,121.10191,420.93787,83.48625,388.8872,40.06908,291.23065,0.0,2153.1597,10520.446,26.947536,565.43286,136.40237,40926.305,130.9247,22.553698,89.63038,270.3921,52.888054,23.892996,153.87538,1680.7655,321.0872,95.98042,18.485912,14.748997,437.13388,66.27514,1026.0956,85.169754,2560.2402,248.33589,293.9702,88.74021,106.95799,6.2306333,9.558624,11.121064,2.1874576,1.5598681,79.137314,84.83269,87.84339,44.746067,41.248085,128.15831,10.285686,2925.2078,42.718433,61.153225,49.88239,50.648884,257.2789,82.11118,97.51008,12.182175,32.79045,66.91429,243.17163,594.4406,80.34305,311.79074,72.55835,108.91641,268.53687,255.40877,948.4906,159.45348,5.385734,13.507056,5.541653,49.32821,19504.754,3.4314933,29.883577,46.944355,37.842457,336.8743,61.46075,145.41362,1.9980258,128.25595,441.829,256.04498,147.94112,481.73587,34.959812,98.495575,146.85826,10.073459,1.6446491,10.762514,1042.472,0.06489609,0.23815592,49.180176,7.687483,3.457103,3.580703,8.271621,86.34279,29.656452,86.935234,564.04834,240.36198,2172.385,1881.54,26.297485,47.86206,10353.991,7.4922495,88.947914,742.1878,171.44304,239.23367,98.785286,554.5516,878.64795,466.36163,26.336405,135.67259,1018.38995,1978.0109,71.769165,866.657,87.57272,1.0535465,61.591454,0.9364928,0.56273067,2.6379685,67.12317,163.31194,196.75049,15.004436,2492.2234,436.3918,193.11896,275.999,108.05127,87.44002,81.1707,58.479504,100.39012,778.18933,251.18692,147.2177,106.22322,19.631653,149.4588,134.69658,27.067034,597.808,158.36334,2448.2534,32.67052,2489.78,80.188324,421.40543,1672.3301,66.52487,11.996543,972.7667,822.6636,2680.79,91.067986 +2023-08-22 16:00:00,0.0,17699.799,354.51758,34.24571,44.20778,34.238632,180.70177,27.98,42.649235,20.899103,24.993587,1151.4933,191.67484,15.241314,164.7008,2.4869263,0.1821785,28.576311,3.1681235,0.76067215,366.498,0.16592725,399.43286,49.064377,0.37842298,0.9232791,126.80843,18.303556,43.63202,93.13802,27521.205,0.06087964,1921.505,0.28081226,0.14912589,0.055301473,0.31300524,159.4655,182.31021,22.83758,163.85216,30.99273,60.665695,2263.2773,2.0412028,213.43056,120.95124,421.0472,83.375,388.99307,40.080593,290.80057,0.0,2152.6943,10513.531,26.925774,565.4986,136.36919,40921.555,130.92247,22.54005,89.47594,270.04007,52.852825,23.87928,153.65361,1679.867,321.0457,95.80746,18.471928,14.743213,437.24008,66.26172,1025.6282,85.16989,2560.4163,248.48817,293.7785,88.762314,106.91276,6.229478,9.5561905,11.112362,2.1868606,1.558937,79.15856,84.86532,87.874146,44.777546,41.271595,128.15779,10.292398,2924.8145,42.693027,61.123657,49.84345,50.580837,257.34802,82.091934,97.36559,12.176149,32.78176,66.85945,243.07787,594.5081,80.392746,311.84088,72.56922,108.86879,268.52768,255.08307,948.45874,159.44876,5.388215,13.489247,5.535735,49.34805,19505.69,3.432423,29.904476,46.97527,37.860844,336.878,61.489964,145.44312,1.9963242,128.26236,441.92188,255.99567,147.97954,481.66403,34.958065,98.48945,146.8222,10.072031,1.6447425,10.762349,1042.0188,0.06486236,0.23803225,49.18199,7.6859446,3.4565756,3.579928,8.273214,86.324524,29.647312,86.93613,564.03,240.37047,2172.637,1881.5333,26.315111,47.89471,10352.602,7.4916024,88.98611,742.2644,171.51775,239.35107,98.821236,554.82294,878.7796,466.42688,26.352688,135.74338,1018.29193,1977.7766,71.81256,867.14197,87.64714,1.053465,61.59016,0.9361415,0.56248915,2.6369863,67.164375,163.38885,196.6357,14.996415,2490.7947,436.55377,193.24731,276.1801,108.10215,87.42473,81.224014,58.567745,100.38172,778.14185,251.19815,147.24475,106.19597,19.652956,149.47772,134.71237,27.048244,597.5415,158.32355,2445.9785,32.671413,2488.7615,80.19112,421.40936,1671.1996,66.494095,12.001394,972.3869,822.4405,2679.2397,91.0681 +2023-08-22 17:00:00,0.0,17699.953,354.60034,34.26213,44.22673,34.247955,180.73726,27.987413,42.669025,20.900982,25.0019,1152.0027,191.5646,15.253977,164.76543,2.4780347,0.18136539,28.579327,3.1551185,0.75773513,366.56595,0.1657807,399.5721,49.07737,0.37741795,0.92005527,126.846886,18.308725,43.647552,93.126854,27521.455,0.060751867,1922.1963,0.28049907,0.14889047,0.05519315,0.31240198,159.49895,182.35648,22.834112,163.78696,31.012367,60.621243,2263.4507,2.0400686,213.22522,120.80057,421.15656,83.26375,389.0989,40.092106,290.37045,0.0,2152.2292,10506.615,26.904013,565.56433,136.336,40916.8,130.92024,22.526403,89.321495,269.68802,52.8176,23.865564,153.43184,1678.9683,321.0042,95.6345,18.457943,14.737429,437.34625,66.2483,1025.1606,85.17002,2560.5923,248.64046,293.5868,88.784424,106.86752,6.2283225,9.553756,11.10366,2.1862638,1.5580057,79.17982,84.89795,87.9049,44.809025,41.29511,128.15727,10.299112,2924.4214,42.667625,61.094086,49.80451,50.51279,257.41718,82.07269,97.2211,12.170124,32.77307,66.80462,242.9841,594.5756,80.442444,311.89105,72.58009,108.82117,268.51846,254.75737,948.42694,159.44405,5.3906965,13.471438,5.5298166,49.36789,19506.623,3.4333527,29.925375,47.006184,37.87923,336.88168,61.519176,145.47261,1.9946227,128.26878,442.0147,255.94635,148.01794,481.59222,34.956314,98.483315,146.78615,10.070603,1.644836,10.762184,1041.5656,0.06482864,0.2379086,49.183807,7.6844068,3.4560485,3.579153,8.274808,86.30625,29.638172,86.93702,564.0117,240.37897,2172.889,1881.5267,26.332737,47.92736,10351.211,7.4909554,89.02431,742.34094,171.59244,239.46848,98.85719,555.09424,878.9112,466.49216,26.36897,135.81416,1018.1939,1977.5424,71.85596,867.627,87.72156,1.0533834,61.58887,0.9357902,0.56224763,2.636004,67.205574,163.46577,196.5209,14.988396,2489.3657,436.71573,193.37567,276.36124,108.15304,87.40944,81.27733,58.655983,100.37332,778.09436,251.20938,147.27179,106.16872,19.674261,149.49663,134.72816,27.029455,597.27496,158.28377,2443.7036,32.67231,2487.7432,80.19392,421.41327,1670.0691,66.46332,12.006246,972.0071,822.21747,2677.6897,91.068214 +2023-08-22 18:00:00,0.0,17700.107,354.68307,34.278553,44.24568,34.257282,180.77274,27.994827,42.68882,20.902863,25.010212,1152.5121,191.45436,15.26664,164.83005,2.4691432,0.18055226,28.582342,3.1421134,0.75479805,366.63388,0.16563414,399.71136,49.090366,0.3764129,0.9168314,126.88533,18.313896,43.663082,93.115685,27521.707,0.06062409,1922.8876,0.28018588,0.14865504,0.055084825,0.3117987,159.5324,182.40274,22.830645,163.72177,31.032005,60.576794,2263.624,2.0389345,213.01988,120.64989,421.26587,83.152504,389.20474,40.10362,289.94034,0.0,2151.764,10499.699,26.88225,565.63007,136.30281,40912.05,130.91801,22.512758,89.16705,269.33597,52.78237,23.851849,153.21007,1678.0697,320.9627,95.46153,18.443958,14.731645,437.45245,66.23487,1024.6932,85.17016,2560.7686,248.79274,293.39505,88.80653,106.822296,6.2271667,9.551322,11.094957,2.185667,1.5570745,79.20107,84.93058,87.935646,44.840504,41.318623,128.15675,10.305825,2924.0283,42.64222,61.064518,49.76557,50.444748,257.4863,82.05345,97.076614,12.164099,32.76438,66.74979,242.89034,594.6431,80.49214,311.9412,72.590965,108.773544,268.50928,254.43166,948.39514,159.43933,5.3931775,13.4536295,5.523898,49.38773,19507.559,3.4342823,29.946272,47.037098,37.897617,336.88538,61.548386,145.5021,1.9929212,128.2752,442.10757,255.89703,148.05637,481.5204,34.954567,98.47718,146.75009,10.069176,1.6449294,10.76202,1041.1124,0.06479491,0.23778494,49.185627,7.6828685,3.455521,3.5783782,8.2764015,86.28799,29.629032,86.937904,563.9934,240.38745,2173.1409,1881.52,26.35036,47.96001,10349.821,7.4903083,89.0625,742.41754,171.66714,239.58588,98.89314,555.3656,879.04285,466.5574,26.385254,135.88495,1018.0959,1977.3081,71.89936,868.112,87.795975,1.0533018,61.587578,0.93543893,0.5620061,2.6350217,67.24677,163.54271,196.4061,14.980376,2487.9368,436.8777,193.50403,276.54233,108.20392,87.39415,81.33064,58.74422,100.36492,778.0468,251.22061,147.29884,106.141464,19.695564,149.51555,134.74396,27.010664,597.0085,158.24397,2441.429,32.673206,2486.7249,80.19671,421.4172,1668.9386,66.43255,12.011097,971.6273,821.9944,2676.1394,91.06833 +2023-08-22 19:00:00,0.0,17700.262,354.76584,34.294975,44.264633,34.266605,180.80821,28.002243,42.70861,20.904743,25.018524,1153.0216,191.34412,15.279303,164.89467,2.4602518,0.17973915,28.585358,3.1291084,0.75186104,366.7018,0.16548759,399.85065,49.103363,0.37540787,0.91360754,126.92378,18.319065,43.678616,93.104515,27521.957,0.060496315,1923.5789,0.27987272,0.14841962,0.0549765,0.3111954,159.56584,182.44899,22.827177,163.65659,31.051643,60.53234,2263.797,2.0378003,212.81454,120.499214,421.37518,83.04125,389.31058,40.11513,289.51025,0.0,2151.2988,10492.784,26.860489,565.69586,136.26964,40907.3,130.91579,22.499111,89.01261,268.98392,52.747147,23.838133,152.98828,1677.1711,320.9212,95.28857,18.429972,14.725861,437.55862,66.22145,1024.2258,85.170296,2560.9446,248.94504,293.20334,88.828636,106.77706,6.2260113,9.548888,11.086256,2.1850703,1.5561434,79.22232,84.96321,87.9664,44.87198,41.342136,128.15623,10.312538,2923.635,42.616817,61.034946,49.72663,50.3767,257.55542,82.03421,96.93212,12.158072,32.755688,66.694954,242.79657,594.71063,80.54183,311.99136,72.60183,108.72592,268.5001,254.10596,948.36334,159.43462,5.395659,13.43582,5.5179796,49.40757,19508.494,3.435212,29.96717,47.068012,37.916004,336.88904,61.5776,145.53159,1.9912196,128.28162,442.20044,255.84773,148.09477,481.44858,34.95282,98.471054,146.71404,10.067748,1.6450229,10.761855,1040.6592,0.064761184,0.23766129,49.187443,7.6813307,3.454994,3.577603,8.277995,86.26972,29.619894,86.9388,563.97516,240.39595,2173.3928,1881.5133,26.367987,47.992664,10348.431,7.489661,89.10069,742.4941,171.74184,239.7033,98.9291,555.6369,879.17444,466.62265,26.401535,135.95573,1017.9979,1977.0739,71.94276,868.59705,87.87039,1.0532203,61.586285,0.9350876,0.5617646,2.6340394,67.28797,163.61963,196.2913,14.972356,2486.508,437.03967,193.63239,276.72345,108.2548,87.37886,81.38396,58.832462,100.35652,777.9993,251.23186,147.3259,106.11421,19.716867,149.53445,134.75975,26.991875,596.74194,158.2042,2439.154,32.6741,2485.7065,80.1995,421.4211,1667.808,66.40177,12.015948,971.2475,821.7713,2674.589,91.06844 +2023-08-22 20:00:00,0.0,17700.418,354.84857,34.311398,44.283585,34.27593,180.8437,28.009657,42.728405,20.906624,25.026836,1153.531,191.23389,15.2919655,164.95927,2.4513602,0.17892602,28.588373,3.1161034,0.74892396,366.76974,0.16534103,399.9899,49.11636,0.37440285,0.9103837,126.96223,18.324234,43.694145,93.093346,27522.207,0.06036854,1924.2701,0.27955952,0.1481842,0.05486818,0.31059211,159.5993,182.49525,22.82371,163.5914,31.071281,60.487892,2263.9705,2.036666,212.6092,120.34854,421.4845,82.93,389.4164,40.126644,289.08014,0.0,2150.8335,10485.868,26.838728,565.7616,136.23645,40902.55,130.91357,22.485466,88.85817,268.63184,52.711918,23.824417,152.76651,1676.2725,320.8797,95.11561,18.415987,14.720077,437.6648,66.20803,1023.7583,85.170425,2561.1206,249.09732,293.01163,88.850746,106.73183,6.224856,9.546454,11.077554,2.1844735,1.5552123,79.243576,84.99584,87.997154,44.903458,41.365646,128.1557,10.319252,2923.242,42.59141,61.005375,49.68769,50.30866,257.62454,82.01496,96.787636,12.152047,32.746998,66.640114,242.7028,594.7782,80.59153,312.0415,72.6127,108.67831,268.49088,253.78024,948.33154,159.42989,5.39814,13.418011,5.512061,49.427406,19509.428,3.4361417,29.988068,47.098927,37.93439,336.89273,61.606808,145.56108,1.9895182,128.28804,442.29327,255.79842,148.1332,481.37674,34.951073,98.46492,146.67798,10.06632,1.6451163,10.76169,1040.2059,0.06472746,0.23753764,49.18926,7.6797924,3.4544666,3.5768282,8.27959,86.25145,29.610754,86.93969,563.95685,240.40445,2173.6448,1881.5067,26.385612,48.025314,10347.041,7.489014,89.138885,742.5707,171.81653,239.8207,98.96506,555.9082,879.3061,466.68793,26.417818,136.02654,1017.8999,1976.8396,71.98615,869.08203,87.94481,1.0531386,61.584995,0.9347364,0.5615231,2.633057,67.32918,163.69655,196.17651,14.964336,2485.079,437.20163,193.76076,276.90457,108.30569,87.36358,81.43727,58.9207,100.34812,777.9518,251.24309,147.35295,106.08696,19.73817,149.55338,134.77554,26.973085,596.47546,158.16441,2436.8794,32.674995,2484.6882,80.20229,421.42505,1666.6775,66.370995,12.0208,970.8677,821.5482,2673.039,91.06856 +2023-08-22 21:00:00,0.0,17700.572,354.93134,34.32782,44.30254,34.285255,180.87918,28.01707,42.748196,20.908504,25.03515,1154.0404,191.12364,15.304628,165.0239,2.4424686,0.17811291,28.591389,3.1030984,0.74598694,366.8377,0.1651945,400.12915,49.129356,0.37339783,0.90715986,127.00068,18.329405,43.70968,93.082184,27522.459,0.060240764,1924.9614,0.27924633,0.14794877,0.054759856,0.30998883,159.63275,182.54152,22.820242,163.52621,31.09092,60.44344,2264.1438,2.0355318,212.40387,120.19786,421.5938,82.81875,389.52225,40.13816,288.65002,0.0,2150.3682,10478.953,26.816965,565.82733,136.20326,40897.8,130.91135,22.471819,88.70373,268.27982,52.67669,23.810701,152.54474,1675.3739,320.8382,94.94264,18.402002,14.714293,437.771,66.19461,1023.29083,85.17056,2561.2966,249.2496,292.8199,88.87285,106.68659,6.2237,9.544021,11.068851,2.1838765,1.5542811,79.264824,85.02847,88.0279,44.934937,41.38916,128.15518,10.325965,2922.8489,42.566006,60.975807,49.64875,50.240612,257.6937,81.99572,96.64314,12.146022,32.738308,66.58528,242.60904,594.8457,80.64123,312.09167,72.62357,108.630684,268.4817,253.45454,948.29974,159.42517,5.400621,13.400202,5.5061426,49.447247,19510.363,3.4370713,30.008966,47.12984,37.95278,336.89642,61.63602,145.59058,1.9878167,128.29445,442.38614,255.7491,148.17162,481.30493,34.949326,98.458786,146.64192,10.064893,1.6452097,10.761525,1039.7528,0.064693734,0.23741397,49.191074,7.6782546,3.4539392,3.5760531,8.281183,86.233185,29.601614,86.94058,563.93854,240.41293,2173.8967,1881.5,26.403236,48.057964,10345.65,7.488367,89.17708,742.6473,171.89124,239.9381,99.00101,556.17957,879.4377,466.75317,26.434101,136.09732,1017.8019,1976.6053,72.02956,869.5671,88.019226,1.0530571,61.583702,0.93438506,0.56128156,2.632075,67.37038,163.77348,196.06172,14.956317,2483.6501,437.3636,193.88911,277.0857,108.35657,87.34829,81.49059,59.00894,100.339714,777.9043,251.25432,147.38,106.059715,19.759476,149.57228,134.79134,26.954294,596.2089,158.12462,2434.6045,32.67589,2483.6697,80.205086,421.42896,1665.547,66.34022,12.025651,970.4879,821.32513,2671.4888,91.06867 +2023-08-22 22:00:00,0.0,17700.727,355.0141,34.344242,44.32149,34.29458,180.91466,28.024485,42.767986,20.910385,25.043463,1154.5498,191.01341,15.317291,165.08852,2.433577,0.1772998,28.594404,3.0900934,0.74304986,366.90564,0.16504794,400.2684,49.14235,0.3723928,0.90393597,127.03912,18.334574,43.72521,93.071014,27522.709,0.06011299,1925.6527,0.27893317,0.14771335,0.054651532,0.30938554,159.6662,182.58777,22.816776,163.46103,31.110558,60.398987,2264.317,2.0343976,212.19853,120.04719,421.70316,82.7075,389.62808,40.149673,288.2199,0.0,2149.9028,10472.037,26.795204,565.89307,136.17007,40893.05,130.90912,22.458172,88.549286,267.92776,52.641464,23.796986,152.32297,1674.4752,320.7967,94.76968,18.388018,14.708509,437.87717,66.18119,1022.82336,85.1707,2561.4727,249.40189,292.62817,88.89496,106.64136,6.2225447,9.541586,11.06015,2.1832798,1.55335,79.28608,85.06111,88.058655,44.966415,41.412674,128.15466,10.332678,2922.4556,42.540604,60.946236,49.609814,50.17257,257.76282,81.97648,96.49866,12.139997,32.729618,66.53045,242.51527,594.9132,80.690926,312.1418,72.634445,108.58306,268.47247,253.12883,948.2679,159.42046,5.4031024,13.382393,5.500224,49.467087,19511.299,3.438001,30.029863,47.160755,37.97117,336.90012,61.665234,145.62007,1.9861151,128.30087,442.479,255.6998,148.21002,481.23312,34.94758,98.45266,146.60587,10.063465,1.6453031,10.76136,1039.2996,0.064660005,0.23729032,49.19289,7.676717,3.453412,3.5752783,8.282777,86.21491,29.592474,86.941475,563.9202,240.42143,2174.1487,1881.4934,26.420862,48.090614,10344.26,7.48772,89.21528,742.7238,171.96593,240.05551,99.036964,556.45087,879.5693,466.81842,26.450384,136.1681,1017.70386,1976.3711,72.07295,870.05206,88.09364,1.0529755,61.582413,0.93403375,0.56104004,2.6310928,67.411575,163.8504,195.94691,14.9482975,2482.2214,437.52554,194.01747,277.2668,108.40745,87.333,81.54391,59.09718,100.331314,777.8568,251.26555,147.40706,106.03246,19.780779,149.5912,134.80713,26.935505,595.94244,158.08484,2432.3298,32.676785,2482.6514,80.20788,421.4329,1664.4165,66.30945,12.030502,970.1081,821.1021,2669.9385,91.068794 +2023-08-22 23:00:00,0.0,17700.88,355.09683,34.360664,44.340443,34.3039,180.95015,28.031898,42.78778,20.912264,25.051775,1155.0593,190.90317,15.329954,165.15312,2.4246857,0.17648667,28.59742,3.0770884,0.74011284,366.97357,0.16490139,400.40765,49.155346,0.37138775,0.90071213,127.077576,18.339745,43.74074,93.059845,27522.959,0.059985217,1926.344,0.27861997,0.14747792,0.05454321,0.30878225,159.69965,182.63403,22.813309,163.39583,31.130196,60.354538,2264.4902,2.0332632,211.99318,119.896515,421.81247,82.59625,389.73392,40.161186,287.78983,0.0,2149.4377,10465.122,26.773443,565.9588,136.13689,40888.3,130.90689,22.444527,88.394844,267.5757,52.606236,23.78327,152.1012,1673.5767,320.75522,94.59672,18.374033,14.702725,437.98337,66.16776,1022.35596,85.17083,2561.649,249.55417,292.43646,88.91707,106.59612,6.221389,9.539152,11.051448,2.182683,1.5524188,79.30733,85.093735,88.08941,44.997894,41.436188,128.15414,10.339391,2922.0625,42.515198,60.916668,49.570873,50.104523,257.83194,81.95724,96.354164,12.13397,32.72093,66.47561,242.42151,594.9807,80.74062,312.192,72.64532,108.53544,268.4633,252.80313,948.2361,159.41574,5.4055834,13.364583,5.4943056,49.486927,19512.232,3.4389305,30.050762,47.19167,37.989555,336.9038,61.694443,145.64957,1.9844136,128.3073,442.57184,255.65048,148.24844,481.1613,34.94583,98.446526,146.56981,10.0620365,1.6453966,10.761196,1038.8463,0.064626284,0.23716666,49.194706,7.6751785,3.4528847,3.5745034,8.28437,86.19665,29.583334,86.94236,563.9019,240.42992,2174.4006,1881.4867,26.438488,48.123264,10342.87,7.487073,89.25347,742.8004,172.04062,240.17291,99.072914,556.7222,879.7009,466.8837,26.466667,136.23889,1017.6059,1976.1368,72.11635,870.5371,88.16806,1.052894,61.58112,0.9336825,0.5607985,2.6301105,67.452774,163.92734,195.83212,14.940277,2480.7925,437.6875,194.14583,277.4479,108.458336,87.31771,81.59722,59.185417,100.322914,777.80927,251.27678,147.4341,106.00521,19.802082,149.6101,134.82292,26.916716,595.67596,158.04506,2430.055,32.67768,2481.633,80.21067,421.4368,1663.2859,66.27867,12.035354,969.7283,820.879,2668.3884,91.06891 +2023-08-23 00:00:00,0.0,17701.035,355.1796,34.377087,44.359394,34.31323,180.98563,28.039314,42.80757,20.914145,25.060087,1155.5687,190.79292,15.342617,165.21774,2.4157941,0.17567356,28.600435,3.0640833,0.7371758,367.0415,0.16475484,400.54694,49.168343,0.37038273,0.8974883,127.11602,18.344913,43.75627,93.048676,27523.209,0.05985744,1927.0353,0.2783068,0.1472425,0.054434884,0.30817896,159.7331,182.68028,22.809841,163.33064,31.149834,60.310085,2264.6636,2.032129,211.78784,119.74584,421.9218,82.485,389.83975,40.1727,287.3597,0.0,2148.9724,10458.206,26.75168,566.02454,136.1037,40883.55,130.90466,22.43088,88.2404,267.22366,52.57101,23.769554,151.87941,1672.6781,320.7137,94.42375,18.360048,14.696941,438.08954,66.15434,1021.8885,85.17097,2561.825,249.70645,292.24472,88.93917,106.550896,6.2202334,9.536718,11.042746,2.1820862,1.5514877,79.32858,85.12637,88.120155,45.029373,41.459698,128.15363,10.346105,2921.6694,42.489796,60.887096,49.531933,50.036476,257.9011,81.93799,96.20968,12.127945,32.71224,66.42078,242.32774,595.0482,80.79032,312.24216,72.65619,108.487816,268.4541,252.47742,948.2043,159.41103,5.408065,13.346774,5.488387,49.506767,19513.168,3.4398603,30.07166,47.22258,38.007942,336.9075,61.723656,145.67906,1.9827121,128.3137,442.6647,255.60117,148.28685,481.08948,34.944084,98.44039,146.53375,10.060609,1.64549,10.761031,1038.3932,0.064592555,0.23704301,49.196526,7.6736407,3.4523573,3.5737283,8.285964,86.17838,29.574194,86.94325,563.8836,240.43842,2174.6526,1881.48,26.456112,48.155914,10341.4795,7.486426,89.291664,742.877,172.11533,240.29031,99.10887,556.9935,879.8325,466.94894,26.482948,136.30968,1017.5079,1975.9026,72.159744,871.0221,88.24248,1.0528123,61.579826,0.9333312,0.560557,2.6291282,67.49398,164.00426,195.71733,14.932258,2479.3635,437.8495,194.2742,277.62903,108.50922,87.30242,81.650536,59.27366,100.314514,777.7618,251.28801,147.46115,105.97796,19.823387,149.62903,134.83871,26.897924,595.4094,158.00526,2427.7803,32.678577,2480.6147,80.21347,421.44073,1662.1554,66.247894,12.040205,969.3485,820.65594,2666.8381,91.06902 +2023-08-23 01:00:00,0.0,17701.19,355.26233,34.39351,44.378345,34.32255,181.0211,28.046728,42.827366,20.916025,25.0684,1156.0781,190.6827,15.355279,165.28236,2.4069026,0.17486043,28.60345,3.0510783,0.73423874,367.10947,0.16460828,400.6862,49.18134,0.3693777,0.89426446,127.15447,18.350082,43.771805,93.037506,27523.46,0.059729666,1927.7266,0.27799362,0.14700708,0.05432656,0.30757567,159.76656,182.72655,22.806374,163.26546,31.169472,60.265636,2264.8367,2.030995,211.5825,119.59516,422.03113,82.37375,389.9456,40.18421,286.9296,0.0,2148.5073,10451.291,26.72992,566.09033,136.07051,40878.8,130.90245,22.417234,88.08596,266.8716,52.53578,23.75584,151.65764,1671.7794,320.6722,94.250786,18.346062,14.691157,438.1957,66.14092,1021.421,85.1711,2562.001,249.85875,292.053,88.96128,106.50566,6.219078,9.534285,11.034044,2.1814895,1.5505565,79.34983,85.159004,88.15091,45.060852,41.48321,128.1531,10.352818,2921.2761,42.46439,60.85753,49.492992,49.968433,257.9702,81.91875,96.065186,12.12192,32.703545,66.365944,242.23398,595.1157,80.84002,312.2923,72.66705,108.44019,268.4449,252.15172,948.1725,159.40631,5.410546,13.328965,5.4824686,49.526608,19514.104,3.44079,30.092558,47.253494,38.02633,336.9112,61.75287,145.70856,1.9810107,128.32013,442.75757,255.55185,148.32527,481.01764,34.942337,98.434265,146.4977,10.059181,1.6455835,10.760866,1037.94,0.06455883,0.23691936,49.19834,7.6721025,3.4518301,3.5729535,8.287558,86.16011,29.565054,86.944145,563.8653,240.4469,2174.9045,1881.4734,26.473738,48.188564,10340.09,7.485779,89.32986,742.95355,172.19002,240.40773,99.14483,557.26483,879.9642,467.0142,26.499231,136.38048,1017.40985,1975.6683,72.20315,871.50714,88.316895,1.0527308,61.578537,0.9329799,0.5603155,2.628146,67.53518,164.08118,195.60254,14.924238,2477.9348,438.01144,194.40256,277.81015,108.560104,87.28713,81.70385,59.361897,100.306114,777.7143,251.29926,147.4882,105.95071,19.84469,149.64793,134.8545,26.879135,595.14294,157.96548,2425.5054,32.67947,2479.5962,80.21626,421.44464,1661.0249,66.21712,12.045055,968.9687,820.43286,2665.288,91.06914 +2023-08-23 02:00:00,0.0,17701.344,355.3451,34.40993,44.397297,34.331875,181.0566,28.054142,42.847157,20.917906,25.076712,1156.5876,190.57245,15.367942,165.34698,2.398011,0.17404732,28.606466,3.0380733,0.7313017,367.1774,0.16446175,400.82544,49.194332,0.36837268,0.89104056,127.19292,18.355253,43.787334,93.02634,27523.71,0.05960189,1928.4178,0.27768043,0.14677165,0.05421824,0.3069724,159.8,182.77281,22.802906,163.20027,31.18911,60.221184,2265.01,2.0298607,211.37717,119.44449,422.14044,82.2625,390.05142,40.195724,286.49948,0.0,2148.042,10444.375,26.708158,566.15607,136.03734,40874.05,130.90022,22.403587,87.93152,266.51956,52.500557,23.742125,151.43587,1670.8809,320.6307,94.07783,18.332077,14.685373,438.3019,66.1275,1020.95355,85.171234,2562.177,250.01103,291.8613,88.98338,106.46043,6.217922,9.531851,11.025342,2.1808925,1.5496254,79.371086,85.191635,88.18166,45.09233,41.506725,128.15259,10.35953,2920.883,42.438984,60.827957,49.454056,49.900387,258.03934,81.899506,95.9207,12.115894,32.694855,66.311104,242.14021,595.1833,80.88972,312.34247,72.677925,108.39257,268.4357,251.826,948.1407,159.4016,5.4130273,13.311156,5.47655,49.546448,19515.037,3.4417195,30.113455,47.28441,38.04472,336.9149,61.782078,145.73805,1.9793091,128.32654,442.8504,255.50255,148.3637,480.94583,34.94059,98.42813,146.46164,10.057754,1.6456769,10.760701,1037.4867,0.064525105,0.2367957,49.200157,7.6705647,3.4513028,3.5721786,8.289151,86.141846,29.555914,86.94504,563.847,240.4554,2175.1565,1881.4667,26.491364,48.221214,10338.699,7.4851317,89.36806,743.03015,172.26472,240.52513,99.18078,557.5362,880.09576,467.07947,26.515514,136.45126,1017.3118,1975.4341,72.246544,871.9921,88.39131,1.0526493,61.577244,0.93262863,0.560074,2.6271636,67.57638,164.15811,195.48773,14.916219,2476.5059,438.1734,194.53091,277.99127,108.610985,87.27184,81.757164,59.450138,100.297714,777.66675,251.31049,147.51526,105.923454,19.865993,149.66685,134.8703,26.860346,594.8764,157.92569,2423.2305,32.680367,2478.578,80.219055,421.44858,1659.8944,66.18634,12.049907,968.58887,820.20984,2663.7378,91.06925 +2023-08-23 03:00:00,0.0,17701.498,355.42786,34.426353,44.41625,34.341198,181.09207,28.061556,42.866947,20.919786,25.085024,1157.097,190.46222,15.380605,165.41159,2.3891196,0.1732342,28.609482,3.0250683,0.72836465,367.24533,0.1643152,400.9647,49.20733,0.36736766,0.8878167,127.23137,18.360422,43.802868,93.015175,27523.96,0.059474114,1929.1091,0.27736726,0.14653625,0.054109916,0.3063691,159.83345,182.81906,22.799438,163.13509,31.208748,60.17673,2265.1833,2.0287263,211.17183,119.293816,422.24976,82.15125,390.15726,40.207237,286.0694,0.0,2147.577,10437.46,26.686396,566.2218,136.00415,40869.3,130.898,22.389942,87.77708,266.1675,52.46533,23.728409,151.2141,1669.9823,320.5892,93.90486,18.318092,14.67959,438.40808,66.11408,1020.4861,85.17137,2562.353,250.16331,291.6696,89.00549,106.41519,6.216767,9.529417,11.01664,2.1802957,1.5486943,79.392334,85.224266,88.21241,45.12381,41.530235,128.15207,10.366244,2920.49,42.41358,60.798386,49.415115,49.832344,258.10846,81.880264,95.77621,12.109869,32.686165,66.25627,242.04645,595.2508,80.939415,312.3926,72.6888,108.344955,268.42648,251.5003,948.1089,159.39688,5.4155083,13.293346,5.470632,49.566288,19515.973,3.4426494,30.134354,47.315323,38.063107,336.91858,61.81129,145.76755,1.9776076,128.33296,442.94327,255.45323,148.4021,480.874,34.938843,98.422,146.42558,10.056326,1.6457703,10.760536,1037.0336,0.06449138,0.23667204,49.201973,7.6690264,3.4507754,3.5714035,8.290746,86.12358,29.546776,86.94593,563.8287,240.46388,2175.4084,1881.4601,26.508987,48.253864,10337.309,7.4844847,89.40625,743.1067,172.33942,240.64253,99.216736,557.8075,880.2274,467.1447,26.531797,136.52205,1017.21387,1975.1998,72.28994,872.4772,88.46573,1.0525677,61.575954,0.9322773,0.55983245,2.6261814,67.61758,164.23503,195.37294,14.908198,2475.0771,438.33536,194.65927,278.1724,108.661865,87.25655,81.810486,59.538376,100.289314,777.61926,251.32172,147.54231,105.8962,19.887299,149.68576,134.8861,26.841555,594.6099,157.88591,2420.9558,32.681263,2477.5596,80.22185,421.45248,1658.7638,66.15557,12.054758,968.2091,819.98676,2662.1875,91.06937 +2023-08-23 04:00:00,0.0,17701.652,355.5106,34.442776,44.4352,34.350525,181.12755,28.06897,42.88674,20.921667,25.093338,1157.6064,190.35197,15.393268,165.47621,2.380228,0.17242108,28.612497,3.0120633,0.7254276,367.31326,0.16416864,401.10397,49.220325,0.3663626,0.8845929,127.26981,18.365591,43.818398,93.004005,27524.213,0.05934634,1929.8004,0.27705407,0.14630082,0.054001592,0.3057658,159.8669,182.86533,22.79597,163.06989,31.228386,60.132282,2265.3567,2.0275922,210.96649,119.143135,422.35907,82.04,390.2631,40.21875,285.63928,0.0,2147.1116,10430.544,26.664635,566.28754,135.97096,40864.55,130.89577,22.376295,87.622635,265.81546,52.430103,23.714693,150.99232,1669.0836,320.54773,93.731895,18.304108,14.673806,438.51428,66.100655,1020.0186,85.1715,2562.5293,250.3156,291.47784,89.0276,106.36996,6.2156115,9.526982,11.007938,2.179699,1.5477631,79.41359,85.2569,88.243164,45.15529,41.55375,128.15155,10.372957,2920.0967,42.388176,60.768818,49.376175,49.764297,258.1776,81.861015,95.63172,12.103843,32.677475,66.20144,241.95268,595.3183,80.98911,312.44278,72.69967,108.29733,268.4173,251.1746,948.077,159.39217,5.4179893,13.2755375,5.4647136,49.58613,19516.908,3.443579,30.15525,47.346237,38.081493,336.92227,61.8405,145.79704,1.9759061,128.33939,443.03613,255.40392,148.44052,480.8022,34.937096,98.41587,146.38953,10.054898,1.6458638,10.760372,1036.5803,0.06445765,0.23654838,49.20379,7.6674886,3.4502482,3.5706286,8.292339,86.10531,29.537636,86.946815,563.8104,240.47238,2175.6604,1881.4534,26.526613,48.286514,10335.919,7.4838376,89.44444,743.1833,172.41411,240.75995,99.252686,558.07886,880.359,467.20996,26.54808,136.59283,1017.11584,1974.9656,72.33334,872.96216,88.540146,1.0524861,61.57466,0.931926,0.55959094,2.625199,67.65878,164.31195,195.25815,14.900179,2473.6482,438.4973,194.78763,278.3535,108.71275,87.241264,81.8638,59.626614,100.280914,777.5718,251.33295,147.56935,105.86895,19.908602,149.70468,134.90189,26.822765,594.3434,157.84613,2418.681,32.68216,2476.5413,80.22464,421.45642,1657.6333,66.124794,12.059609,967.8293,819.7637,2660.6375,91.06948 +2023-08-23 05:00:00,0.0,17701.807,355.59335,34.459198,44.45415,34.359848,181.16304,28.076385,42.906532,20.923546,25.10165,1158.116,190.24173,15.4059305,165.54083,2.3713365,0.17160796,28.615513,2.9990582,0.72249055,367.38123,0.16402209,401.24323,49.233322,0.36535758,0.881369,127.308266,18.370762,43.83393,92.992836,27524.463,0.059218567,1930.4918,0.27674088,0.1460654,0.053893268,0.30516255,159.90034,182.91159,22.792503,163.0047,31.248024,60.08783,2265.5298,2.026458,210.76115,118.99246,422.4684,81.92875,390.36893,40.230263,285.20917,0.0,2146.6465,10423.628,26.642874,566.3533,135.93777,40859.797,130.89354,22.362648,87.46819,265.4634,52.394875,23.700977,150.77054,1668.185,320.50623,93.55894,18.290123,14.668022,438.62045,66.087234,1019.55115,85.17164,2562.7053,250.46788,291.28613,89.049706,106.32473,6.2144556,9.524549,10.999236,2.1791022,1.546832,79.43484,85.28953,88.27392,45.186768,41.577263,128.15103,10.37967,2919.7036,42.362774,60.739246,49.337234,49.69625,258.24673,81.841774,95.48723,12.097817,32.668785,66.14661,241.85892,595.3858,81.03881,312.49292,72.71054,108.24971,268.4081,250.84889,948.0452,159.38745,5.4204707,13.257729,5.458795,49.605965,19517.842,3.4445086,30.17615,47.37715,38.09988,336.92593,61.869713,145.82654,1.9742045,128.3458,443.12897,255.35461,148.47893,480.73035,34.93535,98.40974,146.35347,10.053471,1.6459572,10.760207,1036.1271,0.064423926,0.23642473,49.20561,7.6659503,3.4497209,3.5698535,8.293933,86.08704,29.528496,86.94771,563.7921,240.48087,2175.9124,1881.4467,26.544239,48.319164,10334.528,7.4831905,89.482635,743.2599,172.48882,240.87735,99.28864,558.35016,880.49066,467.27524,26.564362,136.66362,1017.0178,1974.7313,72.37674,873.4472,88.61456,1.0524045,61.573368,0.93157476,0.5593494,2.6242168,67.69998,164.38889,195.14334,14.892159,2472.2192,438.65927,194.916,278.5346,108.76363,87.225975,81.917114,59.714855,100.272514,777.52423,251.34418,147.5964,105.8417,19.929905,149.72359,134.91768,26.803976,594.0769,157.80634,2416.4062,32.683052,2475.5227,80.22743,421.46033,1656.5028,66.09402,12.064461,967.44946,819.5406,2659.0872,91.069595 +2023-08-23 06:00:00,0.0,17701.963,355.67612,34.47562,44.473103,34.36917,181.19852,28.0838,42.926327,20.925426,25.109962,1158.6254,190.1315,15.418593,165.60545,2.3624449,0.17079484,28.618528,2.9860532,0.71955353,367.44916,0.16387554,401.38248,49.246315,0.36435255,0.87814516,127.34671,18.37593,43.849464,92.98167,27524.713,0.05909079,1931.1831,0.27642772,0.14582998,0.053784944,0.30455923,159.93379,182.95784,22.789036,162.93951,31.267662,60.04338,2265.7031,2.0253236,210.55582,118.84179,422.57776,81.8175,390.47476,40.241776,284.77905,0.0,2146.1812,10416.713,26.62111,566.41907,135.90459,40855.047,130.89133,22.349003,87.31375,265.11136,52.359646,23.687262,150.54877,1667.2865,320.46472,93.38597,18.276136,14.662238,438.72662,66.073814,1019.0837,85.17177,2562.8813,250.62016,291.09442,89.071815,106.279495,6.2133,9.522115,10.990534,2.1785054,1.5459008,79.45609,85.32216,88.304665,45.218243,41.600777,128.15051,10.386383,2919.3105,42.337368,60.70968,49.298294,49.62821,258.31586,81.82253,95.34274,12.091792,32.660095,66.09177,241.76517,595.4533,81.08851,312.5431,72.721405,108.20209,268.3989,250.5232,948.0134,159.38274,5.4229517,13.23992,5.4528766,49.625805,19518.777,3.4454381,30.197046,47.408066,38.118267,336.92963,61.898926,145.85602,1.9725031,128.35222,443.22183,255.3053,148.51735,480.65854,34.9336,98.4036,146.31741,10.052043,1.6460507,10.760042,1035.674,0.0643902,0.23630108,49.207424,7.6644125,3.4491937,3.5690787,8.2955265,86.06878,29.519356,86.9486,563.7738,240.48936,2176.1643,1881.4401,26.561863,48.351814,10333.139,7.4825435,89.52083,743.3364,172.5635,240.99475,99.3246,558.62146,880.62225,467.34048,26.580645,136.73442,1016.9198,1974.4971,72.420135,873.9322,88.68898,1.052323,61.57208,0.93122345,0.5591079,2.6232345,67.74118,164.4658,195.02855,14.884139,2470.7905,438.82126,195.04436,278.71573,108.814514,87.210686,81.97043,59.803093,100.264114,777.47675,251.35541,147.62346,105.81445,19.95121,149.74251,134.93347,26.785185,593.81036,157.76656,2414.1313,32.68395,2474.5044,80.230225,421.46426,1655.3723,66.06324,12.069312,967.0697,819.3175,2657.5369,91.06971 +2023-08-23 07:00:00,0.0,17702.117,355.75885,34.492043,44.492054,34.378498,181.234,28.091213,42.946117,20.927307,25.118275,1159.1348,190.02126,15.431256,165.67006,2.3535535,0.16998173,28.621544,2.9730482,0.7166165,367.5171,0.163729,401.52173,49.25931,0.36334753,0.8749213,127.38516,18.3811,43.864994,92.9705,27524.963,0.058963016,1931.8744,0.27611452,0.14559455,0.05367662,0.30395597,159.96725,183.0041,22.785568,162.87433,31.2873,59.998928,2265.8765,2.0241895,210.35048,118.69112,422.68707,81.70625,390.58063,40.25329,284.34897,0.0,2145.7158,10409.797,26.59935,566.4848,135.8714,40850.297,130.8891,22.335356,87.15931,264.7593,52.32442,23.673546,150.327,1666.3878,320.42322,93.213005,18.262152,14.656454,438.83282,66.060394,1018.6162,85.171906,2563.0574,250.77245,290.90268,89.09392,106.23426,6.212145,9.519681,10.9818325,2.1779084,1.5449697,79.47734,85.3548,88.33542,45.24972,41.624287,128.15,10.393097,2918.9172,42.311962,60.680107,49.259357,49.56016,258.385,81.80329,95.19825,12.085767,32.6514,66.036934,241.6714,595.5208,81.13821,312.59323,72.73228,108.154465,268.3897,250.19748,947.9816,159.37802,5.425433,13.22211,5.446958,49.645645,19519.71,3.446368,30.217945,47.43898,38.136658,336.93332,61.928135,145.88551,1.9708016,128.35863,443.3147,255.25598,148.55577,480.5867,34.931854,98.39748,146.28137,10.050615,1.646144,10.759877,1035.2207,0.06435647,0.23617741,49.20924,7.662874,3.4486663,3.5683038,8.29712,86.05051,29.510216,86.94949,563.7555,240.49786,2176.4163,1881.4333,26.579489,48.384464,10331.748,7.4818964,89.55903,743.413,172.63821,241.11217,99.36055,558.8928,880.7539,467.40576,26.596928,136.8052,1016.82184,1974.2628,72.46354,874.41724,88.7634,1.0522414,61.570786,0.9308722,0.5588664,2.6222522,67.78239,164.54272,194.91376,14.87612,2469.3616,438.98322,195.17271,278.89685,108.8654,87.1954,82.02374,59.89133,100.255714,777.4292,251.36664,147.65051,105.7872,19.972513,149.76141,134.94926,26.766396,593.5439,157.72676,2411.8567,32.684845,2473.486,80.23302,421.46817,1654.2417,66.03246,12.074163,966.6899,819.0945,2655.9868,91.06983 +2023-08-23 08:00:00,0.0,17702.271,355.8416,34.508465,44.511005,34.38782,181.26947,28.098627,42.965908,20.929188,25.126587,1159.6443,189.91103,15.443919,165.73468,2.344662,0.1691686,28.62456,2.9600432,0.71367943,367.58502,0.16358244,401.661,49.27231,0.36234248,0.8716975,127.42361,18.38627,43.880527,92.95933,27525.215,0.058835242,1932.5657,0.27580133,0.14535913,0.0535683,0.30335268,160.0007,183.05035,22.7821,162.80914,31.306938,59.954475,2266.0496,2.0230553,210.14514,118.540436,422.7964,81.595,390.68646,40.264805,283.91885,0.0,2145.2505,10402.882,26.577589,566.55054,135.83821,40845.547,130.88687,22.32171,87.00487,264.40726,52.289192,23.65983,150.10522,1665.4893,320.3817,93.04005,18.248167,14.65067,438.939,66.04697,1018.14874,85.17204,2563.2336,250.92474,290.71097,89.11603,106.189026,6.210989,9.517247,10.97313,2.1773117,1.5440385,79.4986,85.38743,88.36617,45.2812,41.6478,128.14948,10.39981,2918.5242,42.28656,60.65054,49.220417,49.49212,258.45413,81.78404,95.053764,12.079741,32.64271,65.9821,241.57764,595.5884,81.187904,312.6434,72.74315,108.10684,268.3805,249.87178,947.9498,159.37329,5.427914,13.204301,5.4410396,49.665485,19520.646,3.4472976,30.238842,47.469894,38.155045,336.937,61.957348,145.91501,1.9691,128.36505,443.40753,255.20667,148.59418,480.5149,34.930107,98.39134,146.24532,10.049188,1.6462375,10.759713,1034.7675,0.06432275,0.23605376,49.211056,7.6613364,3.448139,3.5675287,8.298714,86.03224,29.501076,86.950386,563.7372,240.50635,2176.6682,1881.4266,26.597115,48.417114,10330.357,7.4812493,89.59722,743.4896,172.7129,241.22957,99.39651,559.1641,880.8855,467.471,26.61321,136.87599,1016.7238,1974.0286,72.506935,874.9022,88.83782,1.0521598,61.569492,0.9305209,0.55862486,2.6212702,67.823586,164.61966,194.79897,14.8681,2467.9326,439.14517,195.30107,279.07794,108.91628,87.18011,82.07706,59.979572,100.247314,777.3817,251.37788,147.67757,105.75995,19.993816,149.78033,134.96506,26.747606,593.2774,157.68698,2409.5818,32.685738,2472.4678,80.23582,421.47208,1653.1112,66.00169,12.079015,966.31006,818.8714,2654.4365,91.06995 +2023-08-23 09:00:00,0.0,17702.426,355.92435,34.524887,44.529957,34.397144,181.30496,28.106041,42.985703,20.931068,25.1349,1160.1537,189.80078,15.456582,165.7993,2.3357704,0.1683555,28.627575,2.9470382,0.7107424,367.65295,0.16343589,401.80026,49.285305,0.36133745,0.8684736,127.46206,18.39144,43.896057,92.948166,27525.465,0.05870747,1933.257,0.27548817,0.1451237,0.053459976,0.3027494,160.03415,183.09662,22.778633,162.74396,31.326576,59.910027,2266.223,2.0219212,209.9398,118.38976,422.9057,81.48375,390.7923,40.276318,283.48874,0.0,2144.7854,10395.966,26.555826,566.6163,135.80502,40840.797,130.88464,22.308064,86.850426,264.0552,52.253967,23.646114,149.88345,1664.5907,320.3402,92.86708,18.234182,14.644886,439.0452,66.03355,1017.68134,85.17217,2563.4097,251.07703,290.51926,89.13814,106.14379,6.2098336,9.514812,10.964428,2.176715,1.5431074,79.519844,85.42006,88.39692,45.31268,41.671314,128.14896,10.406523,2918.131,42.261154,60.620968,49.181477,49.424072,258.52325,81.7648,94.90927,12.073715,32.63402,65.92726,241.48387,595.6559,81.2376,312.69354,72.75402,108.05923,268.3713,249.54607,947.91797,159.36858,5.430395,13.186492,5.435121,49.685326,19521.582,3.4482272,30.25974,47.50081,38.17343,336.9407,61.986557,145.9445,1.9673985,128.37148,443.5004,255.15736,148.6326,480.44305,34.92836,98.38521,146.20926,10.04776,1.646331,10.759548,1034.3142,0.06428902,0.2359301,49.21287,7.659798,3.4476118,3.5667539,8.300308,86.01398,29.491936,86.95128,563.7189,240.51485,2176.9202,1881.42,26.61474,48.449764,10328.968,7.4806023,89.635414,743.56616,172.7876,241.34697,99.43246,559.4355,881.01715,467.53625,26.629494,136.94678,1016.6258,1973.7943,72.55033,875.38727,88.91224,1.0520782,61.568203,0.9301696,0.55838335,2.620288,67.864784,164.69658,194.68416,14.860081,2466.504,439.30713,195.42943,279.25906,108.96716,87.16482,82.13037,60.06781,100.238914,777.3342,251.38911,147.70462,105.7327,20.01512,149.79924,134.98085,26.728815,593.01086,157.6472,2407.3071,32.686634,2471.4492,80.23861,421.476,1651.9807,65.97092,12.083866,965.9303,818.6483,2652.8862,91.07006 +2023-08-23 10:00:00,0.0,17702.58,356.0071,34.54131,44.54891,34.40647,181.34044,28.113457,43.005493,20.93295,25.143211,1160.6631,189.69054,15.469244,165.86392,2.3268788,0.16754237,28.63059,2.9340332,0.70780534,367.72092,0.16328934,401.9395,49.298298,0.36033243,0.86524975,127.5005,18.396608,43.91159,92.937,27525.715,0.05857969,1933.9482,0.27517498,0.14488828,0.053351652,0.30214608,160.0676,183.14288,22.775167,162.67876,31.346214,59.865574,2266.3962,2.0207868,209.73447,118.23909,423.01505,81.3725,390.89813,40.28783,283.05865,0.0,2144.32,10389.051,26.534065,566.682,135.77185,40836.047,130.88242,22.294416,86.695984,263.70316,52.21874,23.632399,149.66168,1663.692,320.29874,92.694115,18.220198,14.639103,439.15137,66.02013,1017.21387,85.17231,2563.5857,251.22931,290.3275,89.16024,106.098564,6.208678,9.512379,10.955727,2.1761181,1.5421762,79.5411,85.45269,88.42767,45.34416,41.694824,128.14844,10.413237,2917.7378,42.235752,60.591396,49.142536,49.356026,258.59238,81.74556,94.764786,12.06769,32.62533,65.87243,241.3901,595.7234,81.2873,312.7437,72.76489,108.011604,268.36212,249.22037,947.88617,159.36386,5.4328766,13.168683,5.4292026,49.705166,19522.516,3.449157,30.280638,47.531723,38.19182,336.9444,62.01577,145.974,1.965697,128.37788,443.59326,255.10805,148.671,480.37125,34.926613,98.37908,146.1732,10.046332,1.6464244,10.759383,1033.8611,0.06425529,0.23580645,49.21469,7.6582603,3.4470844,3.5659788,8.301902,85.995705,29.482796,86.95216,563.70056,240.52333,2177.172,1881.4133,26.632364,48.482414,10327.577,7.479955,89.67361,743.64276,172.8623,241.46437,99.468414,559.7068,881.14874,467.60153,26.645775,137.01756,1016.5278,1973.56,72.593735,875.8723,88.98666,1.0519967,61.56691,0.92981833,0.5581418,2.6193056,67.90598,164.7735,194.56937,14.85206,2465.075,439.4691,195.5578,279.4402,109.01805,87.14953,82.18369,60.15605,100.230515,777.2867,251.40034,147.73166,105.705444,20.036425,149.81816,134.99664,26.710026,592.7444,157.6074,2405.0322,32.68753,2470.431,80.2414,421.47992,1650.8502,65.94014,12.088717,965.5505,818.42523,2651.3362,91.070175 +2023-08-23 11:00:00,0.0,17702.734,356.08987,34.55773,44.56786,34.415794,181.37592,28.12087,43.025288,20.934828,25.151524,1161.1725,189.5803,15.481907,165.92853,2.3179874,0.16672926,28.633606,2.9210281,0.7048683,367.78885,0.16314279,402.07877,49.311295,0.3593274,0.8620259,127.538956,18.40178,43.92712,92.92583,27525.967,0.058451917,1934.6395,0.2748618,0.14465286,0.053243328,0.30154282,160.10104,183.18913,22.7717,162.61357,31.365852,59.821125,2266.5693,2.0196526,209.52913,118.08841,423.12436,81.26125,391.00397,40.299343,282.62854,0.0,2143.855,10382.135,26.512302,566.7478,135.73866,40831.297,130.8802,22.280771,86.54154,263.3511,52.183514,23.618683,149.4399,1662.7935,320.25723,92.52115,18.206213,14.633319,439.25754,66.00671,1016.7464,85.17245,2563.7617,251.38159,290.1358,89.18235,106.05333,6.2075224,9.509945,10.947024,2.1755214,1.5412451,79.56235,85.48532,88.45843,45.375637,41.718338,128.14792,10.41995,2917.3447,42.210346,60.56183,49.1036,49.287983,258.66153,81.72632,94.62029,12.061665,32.616642,65.8176,241.29634,595.7909,81.337,312.79388,72.77576,107.96398,268.3529,248.89465,947.8544,159.35915,5.4353576,13.150873,5.423284,49.725006,19523.451,3.4500866,30.301537,47.562634,38.210205,336.9481,62.044983,146.0035,1.9639955,128.38431,443.6861,255.05873,148.70943,480.2994,34.924866,98.37295,146.13715,10.044905,1.6465179,10.759218,1033.4078,0.06422157,0.23568279,49.216507,7.6567225,3.446557,3.565204,8.303495,85.97744,29.473656,86.95306,563.68225,240.53183,2177.424,1881.4067,26.64999,48.515064,10326.1875,7.4793086,89.71181,743.7193,172.937,241.58179,99.50437,559.97815,881.2804,467.66678,26.662058,137.08835,1016.4298,1973.3258,72.63713,876.3573,89.06107,1.0519152,61.56562,0.929467,0.55790037,2.6183233,67.94719,164.85043,194.45457,14.844041,2463.646,439.63107,195.68616,279.6213,109.06893,87.13424,82.23701,60.24429,100.22211,777.2392,251.41158,147.75871,105.67819,20.057728,149.83707,135.01244,26.691236,592.47784,157.56763,2402.7573,32.688423,2469.4126,80.244194,421.48386,1649.7196,65.90936,12.093569,965.17065,818.20215,2649.786,91.07029 +2023-08-23 12:00:00,0.0,17702.889,356.1726,34.574154,44.58681,34.425117,181.4114,28.128284,43.04508,20.936708,25.159836,1161.682,189.47006,15.49457,165.99315,2.3090959,0.16591613,28.636621,2.908023,0.70193124,367.85678,0.16299623,402.21805,49.32429,0.35832238,0.8588021,127.5774,18.406948,43.942654,92.91466,27526.217,0.058324143,1935.3308,0.27454862,0.14441743,0.053135004,0.30093953,160.1345,183.2354,22.768232,162.54839,31.38549,59.776672,2266.7427,2.0185184,209.32379,117.93774,423.23367,81.15,391.1098,40.310856,282.19843,0.0,2143.3896,10375.22,26.490541,566.81354,135.70547,40826.547,130.87798,22.267124,86.3871,262.99905,52.148285,23.604967,149.21812,1661.8949,320.21573,92.34819,18.192226,14.627535,439.36374,65.993286,1016.27893,85.17258,2563.9377,251.53387,289.9441,89.20446,106.008095,6.206367,9.507511,10.938322,2.1749244,1.540314,79.5836,85.51795,88.489174,45.407116,41.74185,128.14738,10.426662,2916.9517,42.184944,60.532257,49.06466,49.219936,258.73065,81.70707,94.47581,12.055638,32.607952,65.76276,241.20258,595.8584,81.386696,312.84402,72.78663,107.91636,268.34372,248.56895,947.8226,159.35443,5.437839,13.133064,5.4173656,49.744843,19524.387,3.4510162,30.322435,47.593548,38.228592,336.95178,62.074192,146.03299,1.962294,128.39073,443.77896,255.00943,148.74783,480.2276,34.92312,98.36681,146.10109,10.043477,1.6466112,10.759053,1032.9546,0.06418784,0.23555914,49.218323,7.6551843,3.44603,3.564429,8.305089,85.959175,29.464518,86.95395,563.66394,240.54031,2177.6763,1881.4,26.667616,48.547714,10324.797,7.4786615,89.75,743.7959,173.01169,241.69919,99.54032,560.24945,881.412,467.73203,26.67834,137.15915,1016.3318,1973.0916,72.68053,876.84235,89.13549,1.0518335,61.564327,0.9291157,0.55765885,2.617341,67.98839,164.92735,194.33978,14.836021,2462.2173,439.79303,195.81451,279.80243,109.11982,87.11895,82.29032,60.332527,100.21371,777.19165,251.4228,147.78577,105.65094,20.079031,149.85599,135.02823,26.672445,592.21136,157.52785,2400.4827,32.68932,2468.3943,80.24699,421.48776,1648.5891,65.878586,12.09842,964.7909,817.9791,2648.2358,91.070404 +2023-08-23 13:00:00,0.0,17703.043,356.25537,34.590576,44.605762,34.434444,181.44688,28.135698,43.06487,20.93859,25.16815,1162.1914,189.35983,15.507233,166.05777,2.3002043,0.16510302,28.639637,2.895018,0.6989942,367.9247,0.1628497,402.3573,49.337288,0.35731733,0.8555782,127.61585,18.412117,43.958183,92.90349,27526.467,0.058196366,1936.0221,0.27423543,0.14418201,0.05302668,0.30033624,160.16795,183.28166,22.764765,162.4832,31.405128,59.732224,2266.916,2.017384,209.11844,117.78706,423.34302,81.03875,391.21564,40.32237,281.7683,0.0,2142.9246,10368.304,26.46878,566.8793,135.67229,40821.797,130.87575,22.253479,86.23266,262.647,52.11306,23.591251,148.99635,1660.9962,320.17422,92.175224,18.178242,14.621751,439.4699,65.97986,1015.81146,85.172714,2564.114,251.68616,289.75235,89.22656,105.96286,6.205211,9.505077,10.929621,2.1743276,1.5393828,79.60485,85.55058,88.51993,45.438595,41.765366,128.14687,10.433376,2916.5583,42.15954,60.50269,49.02572,49.151894,258.79977,81.68783,94.331314,12.049613,32.59926,65.707924,241.10881,595.92596,81.43639,312.8942,72.7975,107.86874,268.3345,248.24326,947.7908,159.34972,5.44032,13.115255,5.411447,49.764683,19525.32,3.4519458,30.343332,47.624462,38.246983,336.95547,62.103405,146.06248,1.9605925,128.39714,443.87183,254.96011,148.78625,480.15576,34.92137,98.36069,146.06503,10.042048,1.6467047,10.758889,1032.5015,0.06415412,0.23543549,49.22014,7.6536465,3.4455025,3.563654,8.306683,85.9409,29.455378,86.95484,563.6456,240.54881,2177.9282,1881.3933,26.68524,48.580364,10323.407,7.4780145,89.78819,743.8725,173.0864,241.81659,99.57628,560.52075,881.54364,467.7973,26.694624,137.22993,1016.23376,1972.8573,72.72393,877.32733,89.20991,1.051752,61.563034,0.92876446,0.55741733,2.6163588,68.02959,165.00427,194.22498,14.828001,2460.7883,439.955,195.94287,279.98352,109.1707,87.10366,82.343636,60.42077,100.20531,777.14417,251.43404,147.81282,105.62369,20.100336,149.8749,135.04402,26.653656,591.9448,157.48805,2398.2078,32.690216,2467.3757,80.24978,421.4917,1647.4586,65.84782,12.103271,964.4111,817.75604,2646.6855,91.07052 +2023-08-23 14:00:00,0.0,17703.197,356.33813,34.607,44.624714,34.443768,181.48236,28.143112,43.084663,20.94047,25.176462,1162.7008,189.24959,15.519896,166.12238,2.291313,0.16428989,28.642653,2.882013,0.6960572,367.99268,0.16270314,402.49655,49.350285,0.3563123,0.85235435,127.6543,18.417288,43.973717,92.89233,27526.719,0.058068592,1936.7134,0.27392226,0.14394659,0.05291836,0.29973295,160.2014,183.32791,22.761297,162.41801,31.424767,59.68777,2267.0894,2.01625,208.9131,117.63638,423.45233,80.9275,391.32147,40.33388,281.33823,0.0,2142.4592,10361.389,26.447018,566.945,135.6391,40817.047,130.87352,22.239832,86.07822,262.29495,52.07783,23.577536,148.77458,1660.0977,320.13272,92.00226,18.164257,14.615967,439.5761,65.96644,1015.344,85.172844,2564.29,251.83844,289.56064,89.24867,105.917625,6.204056,9.502643,10.920918,2.1737309,1.5384517,79.62611,85.58321,88.55068,45.470074,41.788876,128.14635,10.440089,2916.1653,42.134132,60.473118,48.98678,49.083847,258.86893,81.66859,94.18683,12.043588,32.59057,65.65309,241.01505,595.99347,81.48609,312.94434,72.80837,107.82111,268.32532,247.91754,947.759,159.345,5.4428015,13.097446,5.405529,49.784523,19526.256,3.4528756,30.364231,47.655376,38.26537,336.95914,62.132614,146.09198,1.9588909,128.40356,443.96466,254.9108,148.82468,480.08395,34.919624,98.35455,146.02898,10.040621,1.6467981,10.758724,1032.0482,0.06412039,0.23531182,49.221954,7.652108,3.4449751,3.562879,8.308276,85.92264,29.446238,86.955734,563.6273,240.5573,2178.1802,1881.3867,26.702866,48.613014,10322.017,7.4773674,89.826385,743.94904,173.16109,241.934,99.61223,560.7921,881.67523,467.86255,26.710907,137.30072,1016.13574,1972.623,72.76733,877.8124,89.284325,1.0516704,61.561745,0.92841315,0.5571758,2.6153765,68.070786,165.0812,194.11018,14.819982,2459.3596,440.11694,196.07124,280.16464,109.22158,87.08837,82.39695,60.509007,100.19691,777.0967,251.44527,147.83987,105.596436,20.12164,149.89381,135.05981,26.634867,591.67834,157.44827,2395.933,32.69111,2466.3574,80.25257,421.4956,1646.3281,65.81704,12.108122,964.03125,817.53296,2645.1353,91.07063 +2023-08-23 15:00:00,0.0,17703.352,356.42087,34.62342,44.643665,34.45309,181.51785,28.150528,43.104454,20.94235,25.184774,1163.2103,189.13934,15.532558,166.187,2.2824214,0.16347678,28.645668,2.869008,0.6931201,368.0606,0.16255659,402.6358,49.363277,0.35530728,0.8491305,127.69274,18.422457,43.989246,92.88116,27526.969,0.05794082,1937.4047,0.27360907,0.14371118,0.052810036,0.29912966,160.23485,183.37418,22.75783,162.35283,31.444405,59.64332,2267.2625,2.0151157,208.70776,117.48571,423.56165,80.81625,391.4273,40.345394,280.9081,0.0,2141.994,10354.473,26.425257,567.01074,135.60591,40812.297,130.87129,22.226187,85.923775,261.9429,52.042603,23.56382,148.55281,1659.1991,320.09122,91.8293,18.150272,14.610184,439.68228,65.95302,1014.8765,85.17298,2564.466,251.99074,289.36893,89.270775,105.87239,6.2029004,9.500209,10.912216,2.173134,1.5375205,79.647354,85.615845,88.58143,45.501553,41.81239,128.14583,10.446802,2915.7722,42.10873,60.44355,48.94784,49.0158,258.93805,81.649345,94.042336,12.037562,32.58188,65.59826,240.92128,596.061,81.53579,312.9945,72.819244,107.7735,268.31613,247.59184,947.7271,159.34029,5.4452825,13.079638,5.3996105,49.804363,19527.191,3.4538052,30.385128,47.68629,38.283756,336.96283,62.161827,146.12148,1.9571894,128.40997,444.05753,254.8615,148.86308,480.01215,34.917873,98.34842,145.99292,10.039193,1.6468916,10.758559,1031.595,0.06408666,0.23518817,49.22377,7.6505704,3.444448,3.5621042,8.309871,85.90437,29.437098,86.95662,563.609,240.5658,2178.4321,1881.38,26.720491,48.645664,10320.626,7.4767203,89.86458,744.02563,173.2358,242.0514,99.648186,561.0634,881.8068,467.9278,26.727188,137.3715,1016.0377,1972.3888,72.81072,878.29736,89.35874,1.0515889,61.56045,0.9280619,0.5569343,2.6143942,68.11199,165.15813,193.99539,14.811962,2457.9307,440.2789,196.1996,280.34576,109.27247,87.07308,82.450264,60.597248,100.18851,777.04913,251.45651,147.86693,105.56919,20.142942,149.91272,135.0756,26.616076,591.4118,157.40848,2393.6582,32.692005,2465.339,80.25537,421.49954,1645.1975,65.78626,12.112973,963.6515,817.3099,2643.5852,91.07075 +2023-08-23 16:00:00,0.0,17703.508,356.50363,34.639843,44.66262,34.462414,181.55333,28.157942,43.12425,20.944231,25.193087,1163.7197,189.02911,15.545221,166.25162,2.2735298,0.16266367,28.648684,2.856003,0.6901831,368.12854,0.16241004,402.7751,49.376274,0.35430226,0.8459067,127.73119,18.427626,44.00478,92.86999,27527.219,0.05781304,1938.096,0.27329588,0.14347576,0.05270171,0.2985264,160.2683,183.42043,22.754362,162.28763,31.464043,59.59887,2267.4358,2.0139816,208.50243,117.33504,423.67096,80.705,391.53314,40.356907,280.478,0.0,2141.5288,10347.557,26.403496,567.07654,135.57272,40807.543,130.86908,22.21254,85.76933,261.59085,52.007378,23.550104,148.33102,1658.3004,320.04974,91.656334,18.136288,14.6044,439.78845,65.9396,1014.40906,85.17312,2564.642,252.14302,289.17722,89.292885,105.82716,6.2017446,9.497775,10.903515,2.1725373,1.5365894,79.66861,85.64848,88.61218,45.53303,41.835903,128.14531,10.453515,2915.3792,42.083324,60.41398,48.9089,48.947758,259.00717,81.6301,93.89785,12.031537,32.57319,65.54342,240.82751,596.1285,81.58549,313.04465,72.83011,107.725876,268.30692,247.26613,947.6953,159.33557,5.4477634,13.061828,5.393692,49.824203,19528.125,3.4547348,30.406027,47.717205,38.302143,336.96652,62.19104,146.15097,1.955488,128.4164,444.1504,254.81218,148.9015,479.9403,34.916126,98.34229,145.95686,10.0377655,1.646985,10.758394,1031.1418,0.06405294,0.2350645,49.22559,7.649032,3.4439206,3.5613291,8.311464,85.8861,29.427958,86.95751,563.5907,240.57428,2178.684,1881.3734,26.738115,48.678314,10319.236,7.4760733,89.90278,744.10223,173.31049,242.16881,99.68414,561.3348,881.9385,467.99307,26.743471,137.44229,1015.93976,1972.1545,72.854126,878.7824,89.43316,1.0515072,61.559162,0.9277106,0.5566928,2.613412,68.15319,165.23505,193.88058,14.803943,2456.5017,440.44086,196.32796,280.5269,109.32335,87.05779,82.503586,60.685486,100.18011,777.00165,251.46774,147.89397,105.54194,20.164248,149.93164,135.0914,26.597286,591.1453,157.3687,2391.3835,32.6929,2464.3208,80.25816,421.50345,1644.067,65.755486,12.117825,963.27167,817.08685,2642.035,91.07086 +2023-08-23 17:00:00,0.0,17703.662,356.58636,34.656265,44.681572,34.47174,181.5888,28.165356,43.14404,20.94611,25.201399,1164.2291,188.91887,15.557884,166.31624,2.2646382,0.16185054,28.6517,2.842998,0.687246,368.19647,0.16226348,402.91434,49.38927,0.35329723,0.8426828,127.76964,18.432796,44.02031,92.85882,27527.469,0.057685267,1938.7872,0.27298272,0.14324033,0.052593388,0.2979231,160.30176,183.46669,22.750895,162.22244,31.48368,59.554417,2267.6091,2.0128472,208.29709,117.184364,423.7803,80.59375,391.63898,40.36842,280.04788,0.0,2141.0635,10340.642,26.381733,567.1423,135.53955,40802.793,130.86685,22.198893,85.61489,261.2388,51.97215,23.536388,148.10925,1657.4019,320.00824,91.48337,18.122303,14.598616,439.89465,65.92618,1013.9416,85.17325,2564.818,252.2953,288.98547,89.314995,105.78193,6.200589,9.495341,10.894813,2.1719406,1.5356582,79.68986,85.681114,88.64294,45.56451,41.859417,128.14479,10.460229,2914.9858,42.057922,60.384407,48.86996,48.87971,259.0763,81.610855,93.75336,12.025511,32.5645,65.48859,240.73375,596.196,81.635185,313.09482,72.84098,107.67825,268.29773,246.94043,947.6635,159.33086,5.450245,13.044019,5.3877735,49.844044,19529.06,3.4556644,30.426924,47.74812,38.32053,336.9702,62.22025,146.18047,1.9537864,128.42282,444.24323,254.76286,148.93991,479.8685,34.91438,98.33616,145.9208,10.036338,1.6470785,10.758229,1030.6886,0.06401921,0.23494086,49.227406,7.6474943,3.4433935,3.5605543,8.313058,85.867836,29.418818,86.958405,563.57245,240.58278,2178.936,1881.3667,26.755741,48.710964,10317.846,7.475426,89.94097,744.1788,173.38518,242.28622,99.72009,561.6061,882.07007,468.05832,26.759754,137.51309,1015.84174,1971.9203,72.89752,879.2674,89.507576,1.0514257,61.55787,0.9273593,0.55645126,2.6124296,68.19439,165.31198,193.7658,14.795922,2455.073,440.60284,196.45631,280.708,109.37423,87.0425,82.5569,60.773724,100.17171,776.95416,251.47897,147.92102,105.51469,20.18555,149.95055,135.1072,26.578497,590.87885,157.32892,2389.1086,32.693798,2463.3022,80.260956,421.5074,1642.9365,65.72471,12.122676,962.8919,816.8638,2640.4846,91.070984 +2023-08-23 18:00:00,0.0,17703.816,356.66913,34.672688,44.700523,34.481064,181.6243,28.17277,43.16383,20.94799,25.209711,1164.7386,188.80862,15.570547,166.38084,2.2557468,0.16103743,28.654715,2.8299932,0.684309,368.26443,0.16211694,403.0536,49.402267,0.35229218,0.83945894,127.80809,18.437965,44.035843,92.84765,27527.72,0.057557493,1939.4786,0.27266952,0.14300491,0.052485064,0.2973198,160.3352,183.51295,22.747427,162.15726,31.503319,59.509968,2267.7822,2.011713,208.09175,117.03368,423.88962,80.4825,391.7448,40.379936,279.6178,0.0,2140.5981,10333.726,26.359972,567.208,135.50636,40798.043,130.86462,22.185247,85.46045,260.88675,51.936924,23.522673,147.88748,1656.5032,319.96674,91.31041,18.108316,14.592832,440.00082,65.91275,1013.4742,85.173386,2564.9944,252.44759,288.79376,89.3371,105.736694,6.1994333,9.492908,10.88611,2.1713436,1.5347271,79.71111,85.713745,88.67368,45.595985,41.882927,128.14427,10.466942,2914.5928,42.032516,60.35484,48.83102,48.81167,259.14545,81.59161,93.60887,12.019485,32.55581,65.433754,240.63998,596.2635,81.68488,313.14496,72.85185,107.63063,268.2885,246.61472,947.6317,159.32614,5.452726,13.02621,5.381855,49.863884,19529.996,3.4565942,30.447823,47.779034,38.33892,336.9739,62.249462,146.20996,1.9520849,128.42923,444.3361,254.71355,148.97833,479.79666,34.912632,98.330025,145.88475,10.03491,1.6471719,10.758065,1030.2354,0.06398548,0.2348172,49.22922,7.645956,3.442866,3.5597792,8.3146515,85.84956,29.409678,86.9593,563.55414,240.59126,2179.188,1881.36,26.773367,48.743614,10316.456,7.474779,89.979164,744.2554,173.45988,242.40363,99.75605,561.8774,882.2017,468.12357,26.776037,137.58388,1015.7437,1971.686,72.94092,879.75244,89.58199,1.0513442,61.556576,0.92700803,0.55620974,2.6114476,68.23559,165.3889,193.651,14.787903,2453.644,440.7648,196.58467,280.8891,109.42512,87.027214,82.610214,60.861965,100.16331,776.9066,251.4902,147.94807,105.487434,20.206854,149.96947,135.12299,26.559706,590.6123,157.28912,2386.834,32.69469,2462.284,80.26375,421.5113,1641.806,65.69394,12.127527,962.5121,816.6407,2638.9346,91.0711 +2023-08-23 19:00:00,0.0,17703.97,356.7519,34.68911,44.719475,34.490387,181.65977,28.180183,43.183624,20.949871,25.218023,1165.248,188.6984,15.583209,166.44547,2.2468553,0.1602243,28.65773,2.8169882,0.6813719,368.33237,0.16197039,403.19284,49.41526,0.35128716,0.8362351,127.846535,18.443134,44.051373,92.83648,27527.97,0.057429716,1940.1699,0.27235636,0.14276949,0.05237674,0.29671654,160.36865,183.5592,22.74396,162.09207,31.522957,59.465515,2267.9556,2.0105789,207.88641,116.88301,423.99896,80.371254,391.85065,40.39145,279.18768,0.0,2140.1328,10326.811,26.338211,567.27374,135.47318,40793.293,130.8624,22.1716,85.30601,260.5347,51.901695,23.508957,147.66571,1655.6046,319.92523,91.13744,18.094332,14.587048,440.10703,65.89933,1013.0067,85.173515,2565.1704,252.59987,288.60205,89.35921,105.69146,6.198278,9.490473,10.877409,2.1707468,1.533796,79.73237,85.746376,88.70444,45.627464,41.90644,128.14375,10.473655,2914.1997,42.00711,60.325268,48.792084,48.74362,259.21457,81.57237,93.46438,12.01346,32.54712,65.378914,240.54622,596.33105,81.73458,313.19513,72.862724,107.58301,268.27933,246.28902,947.5999,159.32143,5.4552073,13.008401,5.3759365,49.883724,19530.93,3.4575238,30.46872,47.809948,38.357307,336.9776,62.278675,146.23944,1.9503834,128.43565,444.42896,254.66425,149.01675,479.72485,34.910885,98.3239,145.8487,10.033483,1.6472653,10.7579,1029.7822,0.06395176,0.23469354,49.231037,7.6444182,3.4423387,3.5590043,8.316245,85.8313,29.400537,86.96019,563.5358,240.59976,2179.44,1881.3534,26.79099,48.776264,10315.065,7.474132,90.01736,744.3319,173.53458,242.52103,99.792,562.14874,882.3333,468.18884,26.79232,137.65466,1015.6457,1971.4518,72.98432,880.2374,89.65641,1.0512626,61.555286,0.9266567,0.5559682,2.6104653,68.276794,165.46582,193.53621,14.779883,2452.215,440.92676,196.71304,281.07022,109.476,87.01193,82.66353,60.950203,100.15491,776.85913,251.50143,147.97513,105.46018,20.228157,149.98837,135.13878,26.540916,590.3458,157.24934,2384.559,32.695587,2461.2656,80.26654,421.51523,1640.6754,65.66316,12.132379,962.13226,816.4176,2637.3843,91.07121 +2023-08-23 20:00:00,0.0,17704.125,356.83463,34.705532,44.738426,34.499714,181.69525,28.1876,43.203415,20.951752,25.226337,1165.7574,188.58815,15.595872,166.51009,2.2379637,0.15941119,28.660746,2.8039832,0.6784349,368.4003,0.16182384,403.33212,49.428257,0.35028213,0.83301127,127.88499,18.448305,44.066906,92.82532,27528.22,0.057301942,1940.8612,0.27204317,0.14253406,0.05226842,0.29611322,160.4021,183.60547,22.740492,162.02689,31.542595,59.421062,2268.129,2.0094445,207.68108,116.73234,424.10828,80.26,391.95648,40.40296,278.75757,0.0,2139.6677,10319.895,26.316448,567.3395,135.43999,40788.543,130.86017,22.157955,85.151566,260.18265,51.86647,23.495241,147.44394,1654.706,319.88373,90.96448,18.080347,14.581264,440.2132,65.88591,1012.53925,85.17365,2565.3464,252.75215,288.4103,89.38131,105.646225,6.1971226,9.488039,10.868707,2.17015,1.5328648,79.75362,85.77901,88.73519,45.658943,41.929955,128.14323,10.480369,2913.8064,41.98171,60.2957,48.753143,48.675575,259.2837,81.55312,93.31989,12.007435,32.538425,65.32408,240.45245,596.39856,81.78428,313.2453,72.8736,107.535385,268.27014,245.9633,947.5681,159.31671,5.4576883,12.990591,5.370018,49.903564,19531.865,3.4584534,30.489618,47.840862,38.375694,336.9813,62.307884,146.26894,1.9486818,128.44206,444.5218,254.61493,149.05516,479.653,34.909138,98.317764,145.81264,10.032055,1.6473588,10.757735,1029.329,0.06391803,0.23456989,49.232853,7.64288,3.4418116,3.5582294,8.317839,85.813034,29.3914,86.961075,563.5175,240.60826,2179.692,1881.3467,26.808617,48.808914,10313.675,7.473485,90.05556,744.4085,173.60927,242.63844,99.82796,562.42004,882.46497,468.2541,26.808601,137.72545,1015.5477,1971.2175,73.02772,880.7225,89.73083,1.051181,61.553993,0.9263054,0.5557267,2.609483,68.31799,165.54276,193.4214,14.771864,2450.7864,441.0887,196.8414,281.25134,109.526886,86.99664,82.71684,61.038445,100.14651,776.81165,251.51266,148.00218,105.43293,20.249462,150.0073,135.15457,26.522127,590.0793,157.20956,2382.2842,32.696484,2460.2473,80.26933,421.51913,1639.5449,65.632385,12.13723,961.7525,816.1945,2635.8342,91.07133 +2023-08-23 21:00:00,0.0,17704.28,356.9174,34.721954,44.757378,34.509037,181.73074,28.195013,43.223206,20.953632,25.23465,1166.267,188.47792,15.608535,166.5747,2.229072,0.15859807,28.663761,2.7909782,0.6754979,368.46823,0.16167729,403.47137,49.441254,0.3492771,0.8297874,127.92343,18.453474,44.082436,92.81415,27528.473,0.05717417,1941.5525,0.27172998,0.14229864,0.052160095,0.29550993,160.43555,183.65173,22.737024,161.9617,31.562233,59.376614,2268.302,2.0083103,207.47574,116.58166,424.2176,80.14875,392.06232,40.414474,278.32745,0.0,2139.2026,10312.9795,26.294687,567.4053,135.4068,40783.793,130.85796,22.144308,84.99712,259.8306,51.83124,23.481525,147.22215,1653.8074,319.84222,90.79152,18.066362,14.5754795,440.31937,65.87249,1012.0718,85.17379,2565.5225,252.90443,288.2186,89.40342,105.601,6.1959667,9.485605,10.860004,2.1695533,1.5319337,79.77487,85.81164,88.76594,45.690422,41.953465,128.14272,10.487082,2913.4133,41.956303,60.26613,48.714203,48.607533,259.3528,81.53388,93.1754,12.001409,32.529736,65.26925,240.35869,596.46606,81.83397,313.29544,72.88446,107.48777,268.26093,245.6376,947.53625,159.31198,5.4601693,12.972782,5.3640995,49.9234,19532.799,3.4593832,30.510515,47.871777,38.39408,336.985,62.337097,146.29843,1.9469804,128.44849,444.61465,254.56561,149.09358,479.5812,34.90739,98.31163,145.77658,10.030627,1.6474522,10.75757,1028.8757,0.0638843,0.23444623,49.234673,7.641342,3.4412842,3.5574543,8.319433,85.79476,29.38226,86.96197,563.49927,240.61674,2179.9438,1881.3401,26.826242,48.841564,10312.285,7.472838,90.09375,744.4851,173.68398,242.75584,99.863914,562.6914,882.59656,468.31937,26.824884,137.79623,1015.4497,1970.9833,73.07111,881.20746,89.805244,1.0510994,61.552704,0.92595416,0.5554852,2.6085007,68.35919,165.61967,193.30661,14.763844,2449.3574,441.25067,196.96976,281.43246,109.57777,86.98135,82.77016,61.126682,100.13811,776.7641,251.5239,148.02924,105.40568,20.270765,150.0262,135.17036,26.503336,589.8128,157.16977,2380.0095,32.697376,2459.2288,80.272125,421.52307,1638.4144,65.60161,12.142081,961.3727,815.9715,2634.284,91.07144 +2023-08-23 22:00:00,0.0,17704.434,357.00015,34.738377,44.77633,34.51836,181.76622,28.202427,43.243,20.955513,25.242962,1166.7764,188.36768,15.621198,166.63931,2.2201807,0.15778495,28.666777,2.7779732,0.6725608,368.5362,0.16153073,403.61063,49.45425,0.3482721,0.82656354,127.96188,18.458643,44.09797,92.80298,27528.723,0.05704639,1942.2438,0.2714168,0.14206322,0.05205177,0.29490668,160.469,183.69798,22.733559,161.8965,31.581873,59.33216,2268.4753,2.0071762,207.2704,116.430984,424.3269,80.0375,392.16815,40.425987,277.89737,0.0,2138.7373,10306.063,26.272926,567.471,135.37361,40779.043,130.85573,22.130661,84.84268,259.47858,51.796013,23.46781,147.00038,1652.9088,319.80075,90.61855,18.052378,14.569696,440.42557,65.85906,1011.6043,85.17392,2565.6985,253.05673,288.0269,89.42553,105.55576,6.1948113,9.483171,10.851303,2.1689565,1.5310025,79.79612,85.84427,88.79669,45.7219,41.97698,128.1422,10.493794,2913.0203,41.9309,60.23656,48.675262,48.539486,259.42197,81.51464,93.030914,11.995383,32.521046,65.21441,240.26492,596.53357,81.88367,313.3456,72.89533,107.44015,268.25174,245.3119,947.50446,159.30727,5.462651,12.954973,5.358181,49.94324,19533.734,3.4603128,30.531414,47.90269,38.412468,336.98868,62.366306,146.32793,1.9452789,128.45491,444.70752,254.51631,149.13199,479.50937,34.905643,98.305504,145.74052,10.0292,1.6475457,10.757406,1028.4226,0.06385058,0.23432258,49.23649,7.639804,3.4407568,3.5566795,8.321027,85.7765,29.37312,86.96286,563.48096,240.62524,2180.1958,1881.3334,26.843866,48.874214,10310.895,7.472191,90.13194,744.56165,173.75867,242.87325,99.899864,562.9627,882.7282,468.3846,26.841167,137.86703,1015.3517,1970.749,73.11451,881.6925,89.87966,1.0510179,61.55141,0.92560285,0.5552437,2.6075184,68.40039,165.6966,193.19182,14.755824,2447.9285,441.41266,197.09811,281.6136,109.62865,86.966064,82.82347,61.21492,100.12971,776.7166,251.53514,148.05627,105.378426,20.292068,150.04512,135.18616,26.484547,589.54626,157.12999,2377.7346,32.698273,2458.2104,80.27492,421.52698,1637.2839,65.57083,12.146933,960.99286,815.7484,2632.7336,91.071556 +2023-08-23 23:00:00,0.0,17704.588,357.0829,34.7548,44.79528,34.527687,181.8017,28.20984,43.26279,20.957392,25.251274,1167.2858,188.25743,15.633861,166.70393,2.2112892,0.15697183,28.669792,2.7649682,0.6696238,368.60413,0.16138418,403.74988,49.467243,0.34726703,0.8233397,128.00034,18.463814,44.113503,92.79181,27528.973,0.056918617,1942.935,0.27110362,0.14182779,0.051943447,0.2943034,160.50246,183.74425,22.730091,161.83131,31.601511,59.287712,2268.6487,2.006042,207.06506,116.28031,424.43625,79.92625,392.27402,40.4375,277.46725,0.0,2138.272,10299.148,26.251163,567.53674,135.34042,40774.293,130.8535,22.117016,84.68824,259.1265,51.760788,23.454094,146.77861,1652.0103,319.75925,90.44559,18.038393,14.563912,440.53174,65.84564,1011.13684,85.17406,2565.8748,253.20901,287.83514,89.44763,105.51053,6.193656,9.480738,10.842601,2.1683595,1.5300714,79.817375,85.87691,88.827446,45.75338,42.000492,128.14168,10.500507,2912.627,41.905495,60.20699,48.636326,48.471443,259.4911,81.4954,92.88642,11.989358,32.512356,65.15958,240.17116,596.6011,81.933365,313.39575,72.906204,107.392525,268.24252,244.98619,947.47266,159.30255,5.4651318,12.937164,5.3522625,49.96308,19534.67,3.4612424,30.55231,47.9336,38.43086,336.99234,62.39552,146.35742,1.9435773,128.46132,444.80035,254.467,149.17041,479.43756,34.903896,98.29937,145.70447,10.027772,1.647639,10.757241,1027.9694,0.06381685,0.23419893,49.238304,7.638266,3.4402297,3.5559044,8.32262,85.75823,29.36398,86.96375,563.46265,240.63373,2180.4478,1881.3267,26.861492,48.906864,10309.505,7.471544,90.170135,744.63824,173.83337,242.99066,99.93582,563.234,882.8598,468.44986,26.85745,137.93782,1015.25366,1970.5148,73.15791,882.1775,89.95408,1.0509363,61.550117,0.92525154,0.55500215,2.6065361,68.4416,165.77353,193.07703,14.747805,2446.4998,441.57462,197.22647,281.79468,109.679535,86.950775,82.87679,61.30316,100.12131,776.66907,251.54637,148.08333,105.35117,20.313374,150.06403,135.20195,26.465757,589.2798,157.0902,2375.46,32.69917,2457.1921,80.27772,421.5309,1636.1533,65.54006,12.151784,960.6131,815.5253,2631.1836,91.07167 +2023-08-24 00:00:00,0.0,17704.742,357.16565,34.77122,44.81423,34.53701,181.83719,28.217257,43.282585,20.959272,25.259586,1167.7952,188.1472,15.646523,166.76855,2.2023976,0.15615872,28.672808,2.7519631,0.6666867,368.67206,0.16123764,403.88916,49.48024,0.346262,0.82011586,128.03877,18.468983,44.129032,92.78064,27529.223,0.056790844,1943.6263,0.27079043,0.14159237,0.051835123,0.29370007,160.5359,183.7905,22.726624,161.76613,31.62115,59.24326,2268.822,2.0049076,206.85973,116.12964,424.54556,79.815,392.37985,40.449013,277.03714,0.0,2137.807,10292.232,26.229403,567.6025,135.30724,40769.543,130.85127,22.103369,84.5338,258.77448,51.72556,23.440378,146.55684,1651.1116,319.71774,90.27263,18.024406,14.558128,440.63794,65.83222,1010.6694,85.174194,2566.0508,253.3613,287.64343,89.46974,105.465294,6.1925,9.478303,10.833899,2.1677628,1.5291402,79.83862,85.90953,88.85819,45.78486,42.024006,128.14116,10.507221,2912.234,41.880093,60.177418,48.597385,48.403397,259.5602,81.47615,92.741936,11.983333,32.503666,65.104744,240.0774,596.6686,81.98306,313.44592,72.917076,107.3449,268.23334,244.66049,947.44086,159.29784,5.467613,12.919354,5.346344,49.98292,19535.604,3.462172,30.57321,47.964516,38.449245,336.99603,62.424732,146.38692,1.9418758,128.46774,444.89322,254.41768,149.20882,479.36572,34.90215,98.293236,145.66841,10.026344,1.6477325,10.757076,1027.5161,0.063783124,0.23407526,49.24012,7.6367283,3.4397023,3.5551295,8.324214,85.73996,29.35484,86.964645,563.44434,240.64223,2180.6997,1881.3201,26.879118,48.939514,10308.114,7.4708967,90.20833,744.71484,173.90807,243.10806,99.97177,563.5054,882.99146,468.51514,26.873732,138.0086,1015.1557,1970.2805,73.20131,882.66254,90.0285,1.0508547,61.54883,0.9249003,0.55476063,2.6055539,68.482796,165.85045,192.96222,14.739784,2445.0708,441.73657,197.35484,281.9758,109.730415,86.935486,82.93011,61.3914,100.1129,776.6216,251.5576,148.11038,105.32393,20.334677,150.08295,135.21774,26.446966,589.01324,157.05042,2373.185,32.70006,2456.1738,80.28051,421.53482,1635.0228,65.509285,12.156635,960.2333,815.30225,2629.6333,91.071785 +2023-08-24 01:00:00,0.0,17704.896,357.24838,34.787643,44.833183,34.546333,181.87267,28.22467,43.302376,20.961153,25.267899,1168.3047,188.03696,15.659186,166.83318,2.193506,0.15534559,28.675823,2.7389581,0.6637497,368.74,0.16109109,404.0284,49.493237,0.34525698,0.81689197,128.07722,18.474152,44.144566,92.76947,27529.475,0.05666307,1944.3176,0.27047727,0.14135695,0.0517268,0.2930968,160.56935,183.83676,22.723156,161.70094,31.640787,59.198807,2268.995,2.0037735,206.65439,115.97896,424.65488,79.70375,392.4857,40.460526,276.60706,0.0,2137.3416,10285.316,26.207642,567.6682,135.27406,40764.793,130.84904,22.089724,84.37936,258.4224,51.690334,23.426662,146.33507,1650.213,319.67624,90.09966,18.010422,14.552344,440.7441,65.8188,1010.2019,85.174324,2566.2268,253.51358,287.45172,89.491844,105.42006,6.1913447,9.475869,10.825197,2.167166,1.5282091,79.85988,85.94217,88.88895,45.816338,42.047516,128.14064,10.513934,2911.8408,41.854687,60.14785,48.558445,48.33535,259.62936,81.45691,92.59744,11.977306,32.494976,65.04991,239.98363,596.73615,82.03276,313.49606,72.92795,107.29728,268.22415,244.33478,947.40906,159.29312,5.470094,12.901546,5.340426,50.00276,19536.54,3.4631019,30.594107,47.99543,38.467632,336.99973,62.45394,146.41641,1.9401743,128.47415,444.98608,254.36838,149.24724,479.2939,34.900402,98.28711,145.63235,10.024917,1.647826,10.756911,1027.0629,0.0637494,0.23395161,49.241936,7.63519,3.439175,3.5543547,8.325808,85.721695,29.3457,86.96553,563.426,240.65071,2180.9517,1881.3134,26.896744,48.972164,10306.724,7.4702497,90.24653,744.7914,173.98276,243.22546,100.00773,563.7767,883.12305,468.58038,26.890015,138.07939,1015.0577,1970.0463,73.244705,883.1475,90.10292,1.0507731,61.547535,0.924549,0.5545191,2.6045716,68.523994,165.92737,192.84743,14.731765,2443.6418,441.89853,197.4832,282.15692,109.781296,86.9202,82.98342,61.479637,100.1045,776.5741,251.56883,148.13744,105.29668,20.35598,150.10185,135.23354,26.428177,588.74677,157.01064,2370.9104,32.70096,2455.1553,80.2833,421.53876,1633.8923,65.47851,12.161486,959.85345,815.07916,2628.083,91.0719 +2023-08-24 02:00:00,0.0,17705.053,357.33115,34.804066,44.852135,34.55566,181.90814,28.232084,43.322166,20.963034,25.27621,1168.8141,187.92673,15.671849,166.89778,2.1846147,0.15453248,28.678839,2.725953,0.6608126,368.80795,0.16094454,404.16766,49.506233,0.34425196,0.81366813,128.11568,18.479322,44.160095,92.75831,27529.725,0.056535292,1945.0089,0.27016407,0.14112152,0.05161848,0.29249352,160.6028,183.88303,22.719688,161.63576,31.660425,59.154358,2269.1685,2.0026393,206.44905,115.828285,424.76422,79.5925,392.59152,40.47204,276.17694,0.0,2136.8765,10278.401,26.185879,567.73395,135.24088,40760.043,130.84683,22.076077,84.224915,258.07034,51.655106,23.412947,146.11328,1649.3145,319.63474,89.9267,17.996437,14.54656,440.85028,65.80538,1009.73444,85.17446,2566.4028,253.66586,287.25998,89.513954,105.37483,6.190189,9.473435,10.816495,2.1665692,1.527278,79.88113,85.9748,88.9197,45.847816,42.07103,128.14012,10.520647,2911.4475,41.82928,60.11828,48.519505,48.267307,259.6985,81.43767,92.45296,11.971281,32.486282,64.99507,239.88986,596.80365,82.08246,313.54623,72.93882,107.24966,268.21494,244.00908,947.3772,159.2884,5.4725757,12.883737,5.3345075,50.022602,19537.475,3.4640315,30.615005,48.026344,38.48602,337.00342,62.483154,146.4459,1.9384727,128.48058,445.07892,254.31906,149.28566,479.22208,34.898655,98.280975,145.5963,10.023489,1.6479194,10.756746,1026.6097,0.063715674,0.23382795,49.243755,7.633652,3.4386477,3.5535796,8.327401,85.70343,29.33656,86.96642,563.4077,240.65921,2181.2036,1881.3066,26.914368,49.004814,10305.334,7.4696026,90.28472,744.868,174.05746,243.34286,100.043686,564.04803,883.2547,468.64563,26.906298,138.15018,1014.95966,1969.812,73.28811,883.63257,90.17734,1.0506916,61.54624,0.92419773,0.5542776,2.6035893,68.56519,166.0043,192.73264,14.723745,2442.2131,442.0605,197.61156,282.33804,109.832184,86.90491,83.036736,61.56788,100.0961,776.52655,251.58006,148.16449,105.269424,20.377285,150.12077,135.24933,26.409388,588.4803,156.97084,2368.6355,32.701855,2454.137,80.286095,421.54266,1632.7618,65.44773,12.166337,959.4737,814.85614,2626.533,91.07202 +2023-08-24 03:00:00,0.0,17705.207,357.4139,34.820488,44.871086,34.564983,181.94363,28.239498,43.34196,20.964914,25.284523,1169.3235,187.81648,15.684512,166.9624,2.175723,0.15371937,28.681854,2.712948,0.6578756,368.8759,0.16079798,404.30692,49.519226,0.34324694,0.8104443,128.15413,18.484491,44.17563,92.74714,27529.975,0.05640752,1945.7002,0.2698509,0.14088611,0.051510155,0.2918902,160.63625,183.92928,22.71622,161.57057,31.680063,59.109905,2269.3418,2.001505,206.2437,115.67761,424.87354,79.48125,392.69736,40.48355,275.74683,0.0,2136.4111,10271.485,26.164118,567.79974,135.20769,40755.293,130.8446,22.062431,84.07047,257.71832,51.61988,23.399231,145.89151,1648.4158,319.59323,89.75374,17.982452,14.540777,440.95648,65.791954,1009.26697,85.17459,2566.5789,253.81815,287.06827,89.536064,105.3296,6.1890335,9.471002,10.807793,2.1659725,1.5263468,79.90238,86.00743,88.95045,45.879295,42.094543,128.13959,10.527361,2911.0544,41.80388,60.08871,48.480568,48.19926,259.7676,81.41843,92.308464,11.965256,32.477592,64.94024,239.7961,596.87115,82.13216,313.59637,72.949684,107.20204,268.20575,243.68336,947.3454,159.28369,5.4750566,12.865928,5.328589,50.042442,19538.408,3.464961,30.635902,48.05726,38.504406,337.0071,62.512363,146.4754,1.9367713,128.487,445.17178,254.26974,149.32407,479.15027,34.896908,98.27484,145.56024,10.02206,1.6480129,10.756582,1026.1565,0.063681945,0.2337043,49.24557,7.632114,3.4381204,3.5528047,8.328996,85.68516,29.32742,86.967316,563.3894,240.6677,2181.4556,1881.3,26.931993,49.037464,10303.943,7.4689555,90.322914,744.9445,174.13216,243.46028,100.079636,564.31934,883.3863,468.7109,26.92258,138.22098,1014.86163,1969.5778,73.331505,884.11755,90.251755,1.0506101,61.544952,0.9238464,0.5540361,2.602607,68.6064,166.08122,192.61784,14.715726,2440.7842,442.22244,197.73991,282.51917,109.883064,86.88962,83.09005,61.656116,100.0877,776.47906,251.5913,148.19154,105.24217,20.398588,150.13968,135.26512,26.390596,588.21375,156.93106,2366.3608,32.702747,2453.1187,80.28889,421.5466,1631.6312,65.41696,12.171188,959.0939,814.63306,2624.9827,91.072136 +2023-08-24 04:00:00,0.0,17705.361,357.49664,34.83691,44.890038,34.574306,181.97911,28.246912,43.36175,20.966795,25.292835,1169.833,187.70624,15.697174,167.02702,2.1668315,0.15290624,28.68487,2.699943,0.6549386,368.94382,0.16065143,404.4462,49.532223,0.34224188,0.80722046,128.19257,18.48966,44.19116,92.73597,27530.227,0.056279745,1946.3915,0.26953772,0.14065069,0.05140183,0.29128695,160.66971,183.97554,22.712753,161.50537,31.699701,59.065456,2269.515,2.0003707,206.03836,115.52693,424.98285,79.37,392.8032,40.495068,275.3167,0.0,2135.9458,10264.57,26.142355,567.8655,135.1745,40750.54,130.84238,22.048784,83.91603,257.36624,51.584652,23.385515,145.66974,1647.5172,319.55176,89.58077,17.968468,14.534993,441.06265,65.778534,1008.79956,85.17473,2566.7551,253.97043,286.87656,89.55817,105.28436,6.187878,9.468568,10.799091,2.1653755,1.5254157,79.92363,86.04006,88.9812,45.910774,42.118053,128.13907,10.534074,2910.6614,41.778473,60.05914,48.441628,48.131218,259.83673,81.39918,92.16398,11.95923,32.468903,64.88541,239.70233,596.93866,82.181854,313.64655,72.960556,107.15442,268.19653,243.35767,947.3136,159.27898,5.4775376,12.848118,5.3226705,50.06228,19539.344,3.4658906,30.656801,48.088173,38.522793,337.0108,62.541576,146.5049,1.9350698,128.49341,445.26465,254.22043,149.36249,479.07843,34.89516,98.268715,145.52419,10.020633,1.6481062,10.756417,1025.7032,0.063648224,0.23358065,49.247387,7.630576,3.4375932,3.5520298,8.330589,85.66689,29.318281,86.96821,563.3711,240.6762,2181.7075,1881.2933,26.94962,49.070114,10302.554,7.4683084,90.36111,745.0211,174.20685,243.57768,100.11559,564.59064,883.51794,468.77615,26.938864,138.29176,1014.7637,1969.3435,73.3749,884.6026,90.32617,1.0505284,61.54366,0.9234951,0.55379456,2.601625,68.6476,166.15814,192.50304,14.7077055,2439.3555,442.38443,197.86829,282.70026,109.93395,86.87433,83.143364,61.744358,100.0793,776.4315,251.60252,148.21858,105.21492,20.419891,150.1586,135.28091,26.371807,587.94727,156.89128,2364.086,32.703644,2452.1003,80.29168,421.5505,1630.5007,65.386185,12.17604,958.71405,814.41,2623.4326,91.07225 +2023-08-24 05:00:00,0.0,17705.516,357.5794,34.853333,44.90899,34.58363,182.01459,28.254328,43.381546,20.968674,25.30115,1170.3424,187.59601,15.709837,167.09164,2.15794,0.15209313,28.687885,2.686938,0.6520015,369.01175,0.16050489,404.58545,49.54522,0.34123686,0.80399656,128.23102,18.494831,44.20669,92.7248,27530.477,0.056151967,1947.0828,0.26922452,0.14041527,0.051293507,0.29068366,160.70316,184.0218,22.709286,161.44019,31.71934,59.021004,2269.6882,1.9992366,205.83302,115.37626,425.09216,79.25875,392.90903,40.50658,274.88663,0.0,2135.4805,10257.654,26.120594,567.9312,135.14131,40745.79,130.84015,22.035137,83.76159,257.01422,51.549427,23.3718,145.44797,1646.6187,319.51025,89.40781,17.954483,14.529209,441.16885,65.765114,1008.3321,85.174866,2566.9312,254.12273,286.68484,89.58028,105.23913,6.1867223,9.466133,10.790389,2.1647787,1.5244845,79.944885,86.07269,89.011955,45.94225,42.141567,128.13855,10.540787,2910.268,41.75307,60.02957,48.402687,48.06317,259.90588,81.37994,92.019485,11.953204,32.460213,64.83057,239.60857,597.00616,82.23155,313.6967,72.97143,107.1068,268.18735,243.03195,947.2818,159.27426,5.480019,12.830309,5.316752,50.08212,19540.28,3.4668205,30.677698,48.119087,38.541183,337.0145,62.57079,146.5344,1.9333682,128.49983,445.35748,254.17113,149.4009,479.00662,34.893414,98.26258,145.48813,10.019205,1.6481997,10.756252,1025.2501,0.063614495,0.23345698,49.249203,7.629038,3.4370658,3.5512547,8.332183,85.64863,29.309141,86.9691,563.3528,240.68468,2181.9595,1881.2867,26.967243,49.102764,10301.163,7.4676614,90.39931,745.0977,174.28156,243.69508,100.15154,564.862,883.64954,468.8414,26.955145,138.36255,1014.66565,1969.1093,73.418304,885.0876,90.40059,1.0504469,61.54237,0.92314386,0.55355304,2.6006427,68.6888,166.23508,192.38824,14.699686,2437.9265,442.5464,197.99664,282.88138,109.98483,86.85904,83.196686,61.832596,100.0709,776.38403,251.61377,148.24564,105.18767,20.441196,150.1775,135.2967,26.353018,587.6807,156.85149,2361.811,32.70454,2451.0818,80.29447,421.55444,1629.3702,65.35541,12.180891,958.3343,814.1869,2621.8823,91.072365 +2023-08-24 06:00:00,0.0,17705.67,357.66217,34.86975,44.92794,34.592957,182.05008,28.261742,43.401337,20.970554,25.309462,1170.8518,187.48576,15.7225,167.15625,2.1490486,0.15128,28.690899,2.673933,0.6490645,369.0797,0.16035834,404.7247,49.558216,0.34023184,0.8007727,128.26947,18.5,44.22222,92.71363,27530.727,0.056024194,1947.7742,0.26891136,0.14017984,0.051185183,0.29008037,160.7366,184.06805,22.705818,161.375,31.738977,58.976555,2269.8616,1.9981023,205.62769,115.225586,425.2015,79.1475,393.01486,40.518093,274.4565,0.0,2135.0154,10250.739,26.098833,567.99695,135.10812,40741.04,130.83792,22.021492,83.60715,256.66214,51.5142,23.358084,145.2262,1645.72,319.46875,89.23485,17.940496,14.523425,441.27502,65.75169,1007.8646,85.174995,2567.1072,254.27501,286.4931,89.60239,105.19389,6.185567,9.463699,10.781687,2.164182,1.5235534,79.96613,86.10532,89.04271,45.97373,42.16508,128.13803,10.547501,2909.875,41.727665,60.0,48.363747,47.995125,259.975,81.360695,91.875,11.947179,32.451523,64.775734,239.5148,597.0737,82.28125,313.74686,72.9823,107.05917,268.17816,242.70625,947.25,159.26955,5.4825,12.8125,5.3108335,50.10196,19541.213,3.46775,30.698597,48.15,38.55957,337.0182,62.6,146.56387,1.9316667,128.50626,445.45035,254.12181,149.43932,478.9348,34.891666,98.256454,145.45207,10.017777,1.6482931,10.756087,1024.7969,0.06358077,0.23333333,49.25102,7.6275,3.4365385,3.55048,8.333776,85.630356,29.300001,86.969986,563.3345,240.69318,2182.2114,1881.28,26.984869,49.135414,10299.773,7.4670143,90.4375,745.17426,174.35625,243.8125,100.1875,565.1333,883.7811,468.90668,26.971428,138.43333,1014.5676,1968.875,73.4617,885.57263,90.475006,1.0503653,61.541077,0.92279255,0.5533116,2.5996604,68.729996,166.312,192.27345,14.691667,2436.4976,442.70834,198.125,283.0625,110.03571,86.84375,83.25,61.920834,100.0625,776.33655,251.625,148.27269,105.160416,20.4625,150.19643,135.3125,26.334227,587.41425,156.8117,2359.5364,32.705437,2450.0635,80.29727,421.55835,1628.2397,65.32463,12.185742,957.95447,813.96387,2620.332,91.07248 +2023-08-24 07:00:00,0.0,17705.824,357.7449,34.886173,44.94689,34.60228,182.08556,28.269156,43.421127,20.972435,25.317774,1171.3613,187.37553,15.735163,167.22087,2.140157,0.15046689,28.693914,2.660928,0.6461274,369.14764,0.16021179,404.86395,49.571213,0.3392268,0.7975489,128.30792,18.505169,44.237755,92.70246,27530.979,0.05589642,1948.4655,0.26859817,0.13994442,0.05107686,0.28947708,160.77005,184.11432,22.70235,161.30981,31.758615,58.932102,2270.0347,1.9969682,205.42235,115.074905,425.31085,79.03625,393.1207,40.529606,274.0264,0.0,2134.5503,10243.823,26.07707,568.0627,135.07494,40736.29,130.83571,22.007845,83.4527,256.3101,51.47897,23.344368,145.00441,1644.8214,319.42725,89.06188,17.926512,14.517641,441.3812,65.73827,1007.39716,85.17513,2567.2832,254.42729,286.3014,89.62449,105.14866,6.1844115,9.461266,10.772985,2.1635852,1.5226222,79.98739,86.137955,89.073456,46.005207,42.188595,128.13751,10.554214,2909.482,41.70226,59.97043,48.324806,47.927082,260.04413,81.34145,91.730515,11.941154,32.442833,64.7209,239.42105,597.14124,82.33095,313.79703,72.99317,107.01155,268.16895,242.38055,947.2182,159.26483,5.4849815,12.794691,5.304915,50.1218,19542.148,3.4686797,30.719496,48.180916,38.577957,337.02188,62.62921,146.59337,1.9299653,128.51266,445.5432,254.0725,149.47774,478.86298,34.88992,98.25032,145.41602,10.01635,1.6483866,10.755922,1024.3436,0.063547045,0.23320967,49.252834,7.625962,3.4360113,3.5497048,8.33537,85.61209,29.290861,86.97088,563.31616,240.70168,2182.4634,1881.2733,27.002495,49.168064,10298.383,7.4663677,90.47569,745.25085,174.43095,243.9299,100.22346,565.40466,883.9128,468.97192,26.98771,138.50412,1014.4696,1968.6407,73.5051,886.0576,90.54942,1.0502837,61.539783,0.92244124,0.55307007,2.598678,68.7712,166.38892,192.15865,14.683646,2435.0688,442.8703,198.25336,283.24362,110.0866,86.82846,83.303314,62.009075,100.0541,776.289,251.63623,148.29974,105.13316,20.483803,150.21533,135.3283,26.315437,587.1477,156.77191,2357.2615,32.70633,2449.0452,80.300064,421.56226,1627.1091,65.29385,12.190594,957.57465,813.7408,2618.782,91.07259 +2023-08-24 08:00:00,0.0,17705.979,357.82767,34.902596,44.965843,34.611603,182.12103,28.27657,43.44092,20.974316,25.326086,1171.8707,187.26529,15.747826,167.28549,2.1312654,0.14965376,28.69693,2.647923,0.6431904,369.21558,0.16006523,405.0032,49.584206,0.3382218,0.79432505,128.34636,18.51034,44.253284,92.6913,27531.229,0.055768643,1949.1567,0.26828498,0.139709,0.05096854,0.2888738,160.8035,184.16058,22.698883,161.24463,31.778254,58.88765,2270.208,1.9958339,205.21701,114.92423,425.42017,78.925,393.22653,40.54112,273.59628,0.0,2134.085,10236.908,26.05531,568.1285,135.04176,40731.54,130.83348,21.9942,83.298256,255.95805,51.443745,23.330652,144.78264,1643.9229,319.38574,88.888916,17.912527,14.511857,441.4874,65.724846,1006.9297,85.17526,2567.4592,254.57957,286.10968,89.6466,105.10343,6.1832557,9.458832,10.764283,2.1629884,1.5216911,80.00864,86.17059,89.10421,46.036686,42.212105,128.137,10.560926,2909.0886,41.676857,59.94086,48.28587,47.859035,260.11328,81.32221,91.58602,11.935128,32.43414,64.66606,239.32729,597.20874,82.380646,313.84717,73.004036,106.96393,268.15976,242.05484,947.18634,159.26012,5.4874625,12.776882,5.2989964,50.14164,19543.084,3.4696095,30.740393,48.21183,38.596344,337.02557,62.65842,146.62286,1.9282637,128.51909,445.63605,254.0232,149.51614,478.79117,34.888172,98.24419,145.37996,10.014922,1.64848,10.755758,1023.89044,0.063513316,0.23308602,49.254654,7.624424,3.435484,3.54893,8.336964,85.59383,29.281721,86.97177,563.29785,240.71016,2182.7153,1881.2667,27.020119,49.200714,10296.992,7.4657207,90.513885,745.3274,174.50565,244.0473,100.25941,565.67596,884.0444,469.03717,27.003994,138.57492,1014.3716,1968.4065,73.5485,886.54266,90.62384,1.0502021,61.538494,0.92209,0.55282855,2.5976958,68.8124,166.46585,192.04385,14.675627,2433.64,443.03226,198.38171,283.42474,110.13748,86.81317,83.35663,62.097313,100.0457,776.2415,251.64746,148.3268,105.10591,20.505106,150.23425,135.34409,26.296648,586.8812,156.73213,2354.9868,32.707226,2448.0269,80.30286,421.5662,1625.9786,65.263084,12.195445,957.1949,813.5177,2617.2317,91.07271 +2023-08-24 09:00:00,0.0,17706.133,357.9104,34.919018,44.984795,34.62093,182.15651,28.283983,43.460712,20.976196,25.334398,1172.3801,187.15504,15.7604885,167.3501,2.122374,0.14884065,28.699945,2.634918,0.6402533,369.2835,0.15991868,405.1425,49.597202,0.33721673,0.79110116,128.38481,18.515509,44.268818,92.68013,27531.479,0.05564087,1949.848,0.2679718,0.13947357,0.050860215,0.2882705,160.83696,184.20683,22.695417,161.17943,31.797892,58.8432,2270.3813,1.9946997,205.01167,114.77356,425.52948,78.81375,393.33237,40.55263,273.1662,0.0,2133.6196,10229.992,26.033548,568.1942,135.00858,40726.79,130.83125,21.980553,83.143814,255.60599,51.408516,23.316936,144.56087,1643.0242,319.34427,88.71596,17.898542,14.506073,441.59357,65.711426,1006.4622,85.1754,2567.6355,254.73186,285.91794,89.6687,105.0582,6.1821003,9.456398,10.755581,2.1623914,1.5207599,80.02989,86.20322,89.134964,46.068165,42.23562,128.13647,10.567639,2908.6956,41.65145,59.91129,48.24693,47.790993,260.1824,81.30296,91.441536,11.929103,32.42545,64.61123,239.23352,597.27625,82.43034,313.89734,73.01491,106.916306,268.15054,241.72914,947.15454,159.2554,5.489944,12.759072,5.293078,50.16148,19544.018,3.470539,30.761292,48.242744,38.61473,337.02924,62.687634,146.65236,1.9265622,128.5255,445.7289,253.97388,149.55457,478.71933,34.886425,98.23806,145.3439,10.0134945,1.6485734,10.755593,1023.43726,0.06347959,0.23296237,49.25647,7.6228857,3.4349566,3.548155,8.338557,85.575554,29.272581,86.972664,563.27954,240.71866,2182.9675,1881.26,27.037745,49.233364,10295.603,7.4650736,90.55208,745.404,174.58034,244.16472,100.295364,565.94727,884.176,469.10245,27.020277,138.6457,1014.2736,1968.1722,73.591896,887.02765,90.69826,1.0501206,61.5372,0.9217387,0.55258703,2.5967135,68.8536,166.54277,191.92906,14.667607,2432.211,443.19424,198.51009,283.60583,110.18836,86.79788,83.40994,62.185555,100.0373,776.19403,251.65869,148.35384,105.07867,20.526411,150.25316,135.35988,26.277857,586.6147,156.69235,2352.712,32.708122,2447.0085,80.30565,421.5701,1624.8481,65.23231,12.200296,956.81506,813.2946,2615.6814,91.07282 +2023-08-24 10:00:00,0.0,17706.287,357.99316,34.93544,45.003746,34.630253,182.192,28.291399,43.480507,20.978077,25.34271,1172.8895,187.04482,15.773151,167.41472,2.1134825,0.14802752,28.702961,2.621913,0.6373163,369.35144,0.15977213,405.28174,49.6102,0.3362117,0.7878773,128.42326,18.520678,44.284348,92.66896,27531.729,0.055513095,1950.5393,0.26765862,0.13923815,0.05075189,0.2876672,160.8704,184.2531,22.69195,161.11424,31.81753,58.798748,2270.5547,1.9935654,204.80634,114.62289,425.6388,78.7025,393.4382,40.564144,272.73608,0.0,2133.1545,10223.077,26.011786,568.25995,134.97539,40722.04,130.82903,21.966906,82.98937,255.25395,51.37329,23.30322,144.3391,1642.1256,319.30276,88.54299,17.884558,14.50029,441.69977,65.698006,1005.99475,85.17554,2567.8115,254.88414,285.72623,89.69081,105.01296,6.180945,9.453963,10.74688,2.1617947,1.5198288,80.05114,86.235855,89.16571,46.099644,42.259132,128.13596,10.574353,2908.3025,41.62605,59.88172,48.20799,47.722946,260.25153,81.28372,91.29704,11.923077,32.41676,64.5564,239.13976,597.34375,82.48004,313.94748,73.02578,106.86869,268.14136,241.40343,947.12274,159.25067,5.492425,12.741263,5.2871594,50.18132,19544.953,3.4714687,30.782188,48.27366,38.63312,337.03293,62.716846,146.68185,1.9248607,128.53192,445.82178,253.92456,149.59297,478.64752,34.884678,98.231926,145.30785,10.012067,1.6486669,10.755428,1022.984,0.063445866,0.2328387,49.258286,7.621348,3.4344294,3.54738,8.340152,85.55729,29.263441,86.97356,563.2613,240.72714,2183.2195,1881.2534,27.05537,49.266014,10294.212,7.4644265,90.59028,745.4806,174.65504,244.28212,100.331314,566.2186,884.3076,469.1677,27.036558,138.71649,1014.1756,1967.938,73.63529,887.5127,90.772675,1.050039,61.53591,0.9213874,0.5523455,2.5957313,68.894806,166.61969,191.81427,14.659588,2430.7822,443.3562,198.63844,283.78696,110.23925,86.78259,83.46326,62.273792,100.0289,776.1465,251.66992,148.38089,105.051414,20.547714,150.27208,135.37567,26.259068,586.3482,156.65256,2350.4373,32.709015,2445.99,80.30844,421.57404,1623.7175,65.20153,12.205148,956.43524,813.07153,2614.1313,91.07294 +2023-08-24 11:00:00,0.0,17706.443,358.07593,34.951862,45.0227,34.639576,182.22748,28.298813,43.500298,20.979956,25.351023,1173.399,186.93457,15.785814,167.47934,2.104591,0.14721441,28.705976,2.608908,0.63437927,369.4194,0.15962559,405.421,49.623196,0.3352067,0.7846535,128.46172,18.525848,44.29988,92.65779,27531.98,0.055385318,1951.2306,0.26734543,0.13900273,0.050643567,0.28706393,160.90385,184.29935,22.688482,161.04906,31.837168,58.7543,2270.7278,1.9924312,204.601,114.472206,425.74814,78.59125,393.54404,40.575657,272.30597,0.0,2132.6892,10216.161,25.990025,568.3257,134.9422,40717.29,130.82681,21.95326,82.83493,254.90192,51.338062,23.289505,144.11732,1641.2269,319.26126,88.370026,17.870573,14.494506,441.80594,65.684586,1005.5273,85.17567,2567.9875,255.03642,285.53452,89.71292,104.96773,6.179789,9.4515295,10.738177,2.161198,1.5188977,80.072395,86.268486,89.196465,46.131123,42.282642,128.13544,10.581066,2907.9092,41.600643,59.85215,48.16905,47.654903,260.32065,81.26448,91.15256,11.917051,32.40807,64.50156,239.04599,597.41125,82.52974,313.99765,73.03665,106.82107,268.13214,241.07773,947.09094,159.24596,5.494906,12.723454,5.281241,50.20116,19545.887,3.4723983,30.803087,48.30457,38.65151,337.03662,62.746056,146.71135,1.9231591,128.53835,445.9146,253.87524,149.6314,478.57568,34.88293,98.22579,145.27179,10.010639,1.6487603,10.755263,1022.5308,0.06341214,0.23271506,49.2601,7.6198096,3.433902,3.546605,8.341745,85.53902,29.254301,86.97445,563.243,240.73564,2183.4714,1881.2467,27.072994,49.298664,10292.822,7.4637794,90.62847,745.5571,174.72974,244.39952,100.36727,566.4899,884.4393,469.23297,27.052841,138.78728,1014.0776,1967.7037,73.678696,887.9977,90.84709,1.0499574,61.53462,0.9210361,0.552104,2.594749,68.936005,166.69662,191.69946,14.651567,2429.3533,443.51816,198.7668,283.96808,110.29013,86.7673,83.51658,62.36203,100.0205,776.099,251.68115,148.40794,105.02416,20.569017,150.29099,135.39146,26.240278,586.0817,156.61278,2348.1624,32.70991,2444.9717,80.31123,421.57794,1622.587,65.17075,12.209999,956.0555,812.8485,2612.581,91.07306 +2023-08-24 12:00:00,0.0,17706.598,358.15866,34.968285,45.041653,34.648903,182.26295,28.306227,43.52009,20.981836,25.359337,1173.9084,186.82434,15.798477,167.54396,2.0956993,0.1464013,28.708992,2.595903,0.6314422,369.48734,0.15947904,405.56024,49.63619,0.33420166,0.78142965,128.50015,18.531017,44.31541,92.64662,27532.23,0.055257544,1951.9219,0.26703227,0.1387673,0.050535243,0.28646064,160.9373,184.34561,22.685015,160.98387,31.856806,58.709846,2270.9011,1.991297,204.39566,114.32153,425.85745,78.48,393.64987,40.58717,271.87585,0.0,2132.224,10209.245,25.968264,568.3914,134.90901,40712.54,130.82458,21.939613,82.68049,254.54984,51.302837,23.27579,143.89554,1640.3284,319.21976,88.19707,17.856586,14.488722,441.9121,65.67116,1005.0598,85.175804,2568.1636,255.18872,285.34277,89.73502,104.92249,6.1786337,9.449096,10.729475,2.1606011,1.5179665,80.09364,86.30112,89.22722,46.1626,42.306156,128.13492,10.587779,2907.516,41.575237,59.822582,48.13011,47.586857,260.3898,81.24524,91.008064,11.911026,32.39938,64.446724,238.95222,597.4788,82.57944,314.0478,73.04752,106.773445,268.12296,240.75201,947.05914,159.24124,5.4973874,12.705646,5.275323,50.221,19546.822,3.473328,30.823984,48.335484,38.669895,337.0403,62.77527,146.74084,1.9214576,128.54475,446.00748,253.82594,149.66982,478.50388,34.88118,98.219666,145.23573,10.009212,1.6488538,10.755099,1022.07764,0.06337841,0.23259139,49.261917,7.618272,3.4333746,3.54583,8.343339,85.52075,29.245161,86.975334,563.2247,240.74413,2183.7234,1881.24,27.09062,49.331318,10291.432,7.4631324,90.666664,745.6337,174.80444,244.51694,100.40323,566.7613,884.57086,469.29822,27.069124,138.85806,1013.97955,1967.4695,73.72209,888.4827,90.92151,1.0498759,61.533325,0.9206848,0.5518625,2.5937667,68.9772,166.77354,191.58467,14.643548,2427.9243,443.6801,198.89516,284.1492,110.34101,86.752014,83.56989,62.45027,100.0121,776.0515,251.6924,148.435,104.99691,20.590322,150.3099,135.40726,26.221487,585.8152,156.57298,2345.8877,32.710808,2443.9534,80.314026,421.58188,1621.4565,65.13998,12.214849,955.67566,812.6254,2611.0308,91.07317 +2023-08-24 13:00:00,0.0,17706.752,358.24142,34.984707,45.060604,34.658226,182.29845,28.31364,43.539883,20.983717,25.36765,1174.4178,186.7141,15.811139,167.60857,2.086808,0.14558817,28.712008,2.582898,0.6285052,369.55527,0.15933248,405.69952,49.649185,0.33319664,0.77820575,128.5386,18.536186,44.330944,92.63545,27532.48,0.05512977,1952.6132,0.26671907,0.13853188,0.05042692,0.28585738,160.97075,184.39188,22.681547,160.91869,31.876444,58.665394,2271.0745,1.9901627,204.19032,114.17086,425.96677,78.36875,393.7557,40.598682,271.44577,0.0,2131.7588,10202.33,25.9465,568.4572,134.87582,40707.79,130.82236,21.925968,82.52605,254.1978,51.26761,23.262074,143.67377,1639.4298,319.17825,88.0241,17.842602,14.482938,442.0183,65.65774,1004.59235,85.17594,2568.3396,255.341,285.15106,89.75713,104.877266,6.177478,9.446662,10.720774,2.1600044,1.5170354,80.1149,86.33375,89.257965,46.19408,42.32967,128.1344,10.594493,2907.123,41.549835,59.79301,48.09117,47.51881,260.45892,81.22599,90.86358,11.905001,32.39069,64.39189,238.85846,597.5463,82.629135,314.09796,73.05839,106.72582,268.11377,240.42632,947.02734,159.23653,5.4998684,12.687836,5.2694044,50.240837,19547.758,3.4742577,30.844883,48.366398,38.688282,337.044,62.80448,146.77034,1.9197562,128.55118,446.10034,253.77663,149.70822,478.43204,34.879433,98.21353,145.19968,10.007784,1.6489472,10.754934,1021.6244,0.06334469,0.23246774,49.263737,7.616734,3.4328475,3.5450552,8.344933,85.50249,29.236023,86.97623,563.20636,240.75262,2183.9753,1881.2334,27.108246,49.363968,10290.041,7.4624853,90.70486,745.7103,174.87914,244.63434,100.43918,567.0326,884.7025,469.36346,27.085407,138.92886,1013.8816,1967.2352,73.76549,888.9677,90.995926,1.0497943,61.532036,0.92033356,0.55162096,2.5927844,69.0184,166.85046,191.46988,14.635529,2426.4956,443.84207,199.02353,284.33032,110.3919,86.736725,83.62321,62.53851,100.00369,776.00397,251.70363,148.46205,104.96966,20.611626,150.32881,135.42305,26.202698,585.5487,156.5332,2343.6128,32.7117,2442.935,80.31682,421.5858,1620.326,65.10921,12.219701,955.29584,812.40234,2609.4807,91.07329 +2023-08-24 14:00:00,0.0,17706.906,358.32416,35.00113,45.079556,34.66755,182.33392,28.321054,43.559673,20.985598,25.375961,1174.9274,186.60385,15.823802,167.67319,2.0779164,0.14477506,28.715023,2.569893,0.6255681,369.6232,0.15918593,405.83878,49.66218,0.3321916,0.7749819,128.57706,18.541357,44.346474,92.62429,27532.732,0.055001996,1953.3044,0.2664059,0.13829646,0.0503186,0.28525406,161.00421,184.43813,22.67808,160.8535,31.896082,58.620945,2271.2476,1.9890286,203.98499,114.02018,426.0761,78.2575,393.86157,40.6102,271.01566,0.0,2131.2935,10195.414,25.92474,568.52295,134.84264,40703.04,130.82013,21.912321,82.371605,253.84573,51.232384,23.248358,143.452,1638.5311,319.13675,87.851135,17.828617,14.477154,442.12448,65.64432,1004.12494,85.17607,2568.5159,255.49329,284.95935,89.779236,104.83203,6.1763225,9.444228,10.712071,2.1594074,1.5161042,80.13615,86.36638,89.28872,46.22556,42.353184,128.13388,10.601206,2906.7297,41.52443,59.76344,48.05223,47.450768,260.52805,81.20675,90.719086,11.898974,32.381996,64.33706,238.7647,597.61383,82.67883,314.1481,73.06926,106.6782,268.10455,240.1006,946.9955,159.23181,5.50235,12.670027,5.263486,50.260677,19548.691,3.4751873,30.86578,48.397312,38.70667,337.0477,62.83369,146.79984,1.9180546,128.55759,446.19318,253.72731,149.74664,478.36023,34.877686,98.2074,145.16362,10.006356,1.6490406,10.754769,1021.1712,0.06331096,0.23234408,49.265553,7.6151958,3.43232,3.5442803,8.346526,85.484215,29.226883,86.97712,563.1881,240.76111,2184.2273,1881.2267,27.125872,49.396618,10288.651,7.4618382,90.74306,745.78687,174.95383,244.75174,100.475136,567.30396,884.8341,469.42874,27.10169,138.99965,1013.78357,1967.001,73.80889,889.45276,91.07034,1.0497128,61.530743,0.91998225,0.55137944,2.5918024,69.05961,166.9274,191.35509,14.627509,2425.0667,444.00403,199.15189,284.5114,110.44278,86.721436,83.67652,62.62675,99.99529,775.9565,251.71486,148.4891,104.942406,20.632929,150.34773,135.43884,26.183908,585.28217,156.49342,2341.338,32.712597,2441.9165,80.31962,421.58972,1619.1954,65.07843,12.224552,954.9161,812.17926,2607.9304,91.0734 +2023-08-24 15:00:00,0.0,17707.06,358.40692,35.01755,45.098507,34.676876,182.3694,28.32847,43.579468,20.987478,25.384274,1175.4368,186.49362,15.836465,167.73781,2.0690248,0.14396194,28.718039,2.5568879,0.6226311,369.69116,0.15903938,405.97803,49.67518,0.33118656,0.7717581,128.61551,18.546526,44.362007,92.61312,27532.982,0.05487422,1953.9957,0.26609272,0.13806103,0.050210275,0.2846508,161.03766,184.48439,22.674612,160.7883,31.91572,58.576492,2271.421,1.9878943,203.77965,113.86951,426.18542,78.14625,393.9674,40.62171,270.58554,0.0,2130.8281,10188.499,25.902979,568.5887,134.80945,40698.285,130.8179,21.898674,82.21716,253.4937,51.197155,23.234642,143.23022,1637.6326,319.09528,87.67818,17.814632,14.471371,442.23068,65.6309,1003.6575,85.17621,2568.692,255.64557,284.7676,89.801346,104.7868,6.175167,9.441793,10.703369,2.1588106,1.5151731,80.1574,86.39901,89.31947,46.25704,42.376694,128.13336,10.607919,2906.3367,41.499027,59.73387,48.01329,47.38272,260.5972,81.18751,90.5746,11.892949,32.373306,64.28222,238.67093,597.68134,82.72853,314.19827,73.08013,106.63058,268.09537,239.7749,946.9637,159.2271,5.504831,12.652218,5.2575674,50.280518,19549.627,3.476117,30.886679,48.428226,38.72506,337.0514,62.862904,146.82933,1.9163531,128.56401,446.28604,253.67801,149.78505,478.2884,34.87594,98.20127,145.12756,10.004929,1.649134,10.754604,1020.718,0.06327723,0.23222043,49.26737,7.613658,3.431793,3.5435052,8.34812,85.46595,29.217743,86.97801,563.16974,240.7696,2184.4792,1881.22,27.143496,49.429268,10287.261,7.461191,90.78125,745.86346,175.02853,244.86916,100.511086,567.57526,884.96576,469.494,27.117971,139.07043,1013.68555,1966.7667,73.85229,889.93774,91.14476,1.0496311,61.52945,0.91963094,0.5511379,2.59082,69.10081,167.00432,191.24028,14.619489,2423.6377,444.16602,199.28024,284.69254,110.49367,86.70615,83.729836,62.71499,99.98689,775.90894,251.72609,148.51614,104.91515,20.654234,150.36664,135.45464,26.165117,585.0157,156.45363,2339.0632,32.713493,2440.8982,80.32241,421.59363,1618.065,65.04765,12.2294035,954.53625,811.9562,2606.3804,91.07352 +2023-08-24 16:00:00,0.0,17707.215,358.4897,35.033974,45.11746,34.6862,182.40489,28.335884,43.59926,20.989359,25.392586,1175.9462,186.38338,15.849128,167.80243,2.0601332,0.14314882,28.721054,2.5438828,0.619694,369.7591,0.15889284,406.11728,49.68817,0.33018154,0.76853424,128.65395,18.551695,44.37754,92.60195,27533.232,0.054746445,1954.687,0.26577953,0.13782562,0.05010195,0.2840475,161.0711,184.53065,22.671144,160.72311,31.935358,58.532043,2271.5942,1.9867601,203.57431,113.718834,426.29474,78.035,394.07324,40.633224,270.15546,0.0,2130.363,10181.583,25.881216,568.6544,134.77628,40693.535,130.81569,21.885029,82.06272,253.14166,51.161926,23.220928,143.00845,1636.734,319.05377,87.50521,17.800648,14.465587,442.33685,65.61748,1003.19,85.17634,2568.868,255.79785,284.5759,89.823456,104.74156,6.174011,9.43936,10.694668,2.1582139,1.5142419,80.17865,86.43164,89.35022,46.288513,42.400208,128.13284,10.614632,2905.9436,41.47362,59.7043,47.974354,47.31468,260.66632,81.16827,90.43011,11.886924,32.364616,64.22739,238.57716,597.74884,82.77823,314.2484,73.091,106.58296,268.08615,239.4492,946.9319,159.22238,5.507312,12.634409,5.251649,50.300358,19550.562,3.4770467,30.907576,48.45914,38.743446,337.05508,62.892113,146.85883,1.9146516,128.57043,446.3789,253.6287,149.82347,478.21658,34.87419,98.19514,145.0915,10.003501,1.6492275,10.754439,1020.2648,0.06324351,0.23209678,49.269184,7.6121197,3.4312656,3.5427303,8.349714,85.447685,29.208603,86.978905,563.1514,240.77809,2184.7312,1881.2134,27.161121,49.461918,10285.871,7.460544,90.81944,745.94,175.10323,244.98656,100.54704,567.84656,885.09735,469.55923,27.134254,139.14122,1013.5875,1966.5325,73.89568,890.4228,91.21918,1.0495496,61.52816,0.9192797,0.5508964,2.5898378,69.142006,167.08124,191.12549,14.611469,2422.209,444.32797,199.4086,284.87366,110.54455,86.69086,83.78315,62.803226,99.97849,775.86145,251.73732,148.5432,104.8879,20.675537,150.38556,135.47043,26.146328,584.74915,156.41385,2336.7883,32.714386,2439.88,80.3252,421.59756,1616.9344,65.01688,12.234255,954.15643,811.73315,2604.83,91.07363 +2023-08-24 17:00:00,0.0,17707.37,358.57242,35.050396,45.13641,34.695522,182.44037,28.343298,43.61905,20.991238,25.400898,1176.4557,186.27315,15.861791,167.86703,2.0512419,0.1423357,28.72407,2.5308778,0.616757,369.82703,0.15874629,406.25656,49.701168,0.32917652,0.76531035,128.6924,18.556866,44.39307,92.59078,27533.482,0.05461867,1955.3783,0.26546636,0.1375902,0.049993627,0.2834442,161.10455,184.5769,22.667677,160.65793,31.954996,58.48759,2271.7673,1.9856259,203.36896,113.56816,426.40405,77.92375,394.17908,40.644737,269.72534,0.0,2129.898,10174.668,25.859455,568.72015,134.74309,40688.785,130.81346,21.871382,81.90828,252.7896,51.1267,23.207212,142.78667,1635.8353,319.01227,87.332245,17.786661,14.459803,442.44302,65.60405,1002.72253,85.176476,2569.044,255.95013,284.3842,89.84556,104.69633,6.172856,9.436926,10.685966,2.157617,1.5133108,80.199905,86.46428,89.380974,46.319992,42.42372,128.13232,10.6213455,2905.5503,41.44822,59.674732,47.935413,47.24663,260.73544,81.14902,90.28562,11.880898,32.355927,64.172554,238.4834,597.81635,82.82793,314.29858,73.101875,106.53534,268.07697,239.12349,946.9001,159.21767,5.5097933,12.616599,5.2457304,50.320198,19551.496,3.4779763,30.928474,48.490055,38.761833,337.05878,62.921326,146.88832,1.91295,128.57684,446.47174,253.57938,149.86188,478.14474,34.872444,98.189,145.05545,10.002072,1.649321,10.754275,1019.8116,0.06320978,0.23197311,49.271,7.610582,3.4307382,3.5419555,8.351308,85.42941,29.199463,86.97979,563.1331,240.78659,2184.9832,1881.2067,27.178747,49.494568,10284.48,7.459897,90.857635,746.0166,175.17792,245.10396,100.583,568.1179,885.229,469.6245,27.150537,139.212,1013.48956,1966.2982,73.93908,890.9078,91.2936,1.049468,61.526867,0.9189284,0.5506549,2.5888555,69.183205,167.15817,191.0107,14.60345,2420.78,444.48993,199.53696,285.05478,110.59543,86.67557,83.836464,62.891468,99.97009,775.81396,251.74855,148.57025,104.86065,20.69684,150.40446,135.48622,26.127539,584.48267,156.37407,2334.5137,32.715282,2438.8616,80.327995,421.60147,1615.804,64.9861,12.239106,953.7767,811.5101,2603.2798,91.073746 +2023-08-24 18:00:00,0.0,17707.523,358.65518,35.06682,45.15536,34.704845,182.47585,28.350712,43.638844,20.993118,25.40921,1176.9651,186.1629,15.874454,167.93166,2.0423503,0.14152259,28.727085,2.5178728,0.61381996,369.89496,0.15859973,406.3958,49.714165,0.3281715,0.7620865,128.73085,18.562035,44.408604,92.57961,27533.734,0.054490894,1956.0696,0.26515317,0.13735478,0.049885303,0.28284094,161.138,184.62317,22.66421,160.59274,31.974634,58.44314,2271.9407,1.9844916,203.16362,113.41748,426.5134,77.8125,394.2849,40.65625,269.29523,0.0,2129.4326,10167.752,25.837694,568.78595,134.7099,40684.035,130.81123,21.857737,81.75384,252.43755,51.091473,23.193497,142.5649,1634.9368,318.97076,87.15929,17.772676,14.454019,442.54922,65.59063,1002.25507,85.17661,2569.22,256.10242,284.19247,89.86767,104.65109,6.1717005,9.434492,10.677263,2.1570203,1.5123796,80.22115,86.49691,89.41173,46.35147,42.447235,128.13179,10.628058,2905.1572,41.422813,59.64516,47.896473,47.178585,260.80457,81.129776,90.14113,11.874872,32.347237,64.117714,238.38963,597.8839,82.877625,314.34875,73.11274,106.48772,268.06778,238.79779,946.8683,159.21295,5.5122743,12.59879,5.239812,50.34004,19552.432,3.478906,30.949371,48.52097,38.78022,337.06244,62.95054,146.91782,1.9112486,128.58327,446.5646,253.53008,149.9003,478.07294,34.870697,98.18288,145.0194,10.000645,1.6494144,10.75411,1019.35834,0.06317606,0.23184946,49.272816,7.6090436,3.430211,3.5411804,8.352901,85.41115,29.190323,86.98068,563.11487,240.79509,2185.235,1881.2001,27.196371,49.527218,10283.09,7.45925,90.89583,746.0932,175.25262,245.22137,100.61895,568.3892,885.3606,469.68976,27.16682,139.2828,1013.39154,1966.064,73.98248,891.3928,91.36802,1.0493865,61.525578,0.9185771,0.55041337,2.5878732,69.22441,167.23509,190.8959,14.595429,2419.3513,444.6519,199.66533,285.2359,110.64632,86.660286,83.889786,62.979706,99.96169,775.7664,251.7598,148.5973,104.833405,20.718145,150.42339,135.50201,26.108747,584.2161,156.33427,2332.2388,32.71618,2437.843,80.33079,421.6054,1614.6733,64.95533,12.2439575,953.39685,811.287,2601.7297,91.07386 +2023-08-24 19:00:00,0.0,17707.678,358.73795,35.08324,45.174313,34.714172,182.51134,28.358126,43.658634,20.994999,25.417522,1177.4745,186.05266,15.887116,167.99628,2.0334587,0.14070946,28.7301,2.5048678,0.6108829,369.96292,0.15845318,406.53506,49.72716,0.32716644,0.7588627,128.7693,18.567204,44.424133,92.56844,27533.984,0.05436312,1956.761,0.26483998,0.13711935,0.04977698,0.28223765,161.17145,184.66942,22.660742,160.52756,31.994272,58.39869,2272.114,1.9833574,202.95828,113.26681,426.6227,77.70125,394.39075,40.667763,268.8651,0.0,2128.9673,10160.837,25.815931,568.8517,134.67671,40679.285,130.809,21.84409,81.599396,252.08551,51.056248,23.179781,142.34312,1634.0382,318.92926,86.98632,17.758692,14.448235,442.6554,65.57721,1001.7876,85.17674,2569.3962,256.2547,284.00073,89.88977,104.605865,6.1705446,9.432058,10.668561,2.1564233,1.5114485,80.24241,86.52954,89.442474,46.38295,42.470745,128.13127,10.634771,2904.7642,41.397408,59.615593,47.857533,47.110542,260.87372,81.110535,89.99664,11.868847,32.338547,64.06288,238.29587,597.9514,82.92732,314.3989,73.12361,106.440094,268.05856,238.47208,946.8364,159.20824,5.5147557,12.580981,5.2338934,50.35988,19553.367,3.4798357,30.97027,48.551884,38.798607,337.06613,62.979748,146.9473,1.9095471,128.58968,446.65747,253.48076,149.93872,478.0011,34.86895,98.17674,144.98334,9.999217,1.6495078,10.753945,1018.90515,0.06314233,0.2317258,49.274635,7.607506,3.4296837,3.5404055,8.354495,85.39288,29.181183,86.981575,563.09656,240.80357,2185.487,1881.1934,27.213997,49.559868,10281.7,7.458603,90.93403,746.16974,175.32732,245.33878,100.65491,568.6606,885.49225,469.755,27.183104,139.35359,1013.2935,1965.8297,74.02588,891.8778,91.44244,1.0493048,61.524284,0.9182258,0.55017185,2.586891,69.26561,167.31201,190.7811,14.58741,2417.9224,444.81384,199.79369,285.417,110.6972,86.645,83.9431,63.067947,99.95329,775.71893,251.77103,148.62436,104.80615,20.739449,150.44229,135.5178,26.089958,583.94965,156.2945,2329.964,32.71707,2436.8247,80.33358,421.6093,1613.5428,64.92455,12.248809,953.017,811.0639,2600.1794,91.073975 +2023-08-24 20:00:00,0.0,17707.832,358.82068,35.099663,45.193264,34.723495,182.54681,28.365541,43.678425,20.99688,25.425835,1177.984,185.94243,15.899779,168.0609,2.0245671,0.13989635,28.733116,2.4918628,0.60794586,370.03085,0.15830663,406.67432,49.740154,0.3261614,0.75563884,128.80774,18.572374,44.439667,92.55728,27534.234,0.054235347,1957.4523,0.2645268,0.13688393,0.04966866,0.28163436,161.20491,184.71568,22.657274,160.46237,32.013912,58.354237,2272.2874,1.9822232,202.75294,113.116135,426.73206,77.59,394.49658,40.679276,268.43503,0.0,2128.5022,10153.921,25.79417,568.9174,134.64352,40674.535,130.80678,21.830444,81.444954,251.73344,51.02102,23.166065,142.12135,1633.1395,318.88776,86.813354,17.744707,14.442451,442.7616,65.56379,1001.3201,85.17688,2569.5723,256.40698,283.80902,89.91188,104.56063,6.1693892,9.429625,10.65986,2.1558266,1.5105174,80.263664,86.56217,89.47323,46.41443,42.49426,128.13075,10.641485,2904.3708,41.372005,59.58602,47.818596,47.042496,260.94284,81.09129,89.85215,11.862822,32.329857,64.00805,238.2021,598.0189,82.97702,314.44907,73.13448,106.39247,268.04938,238.14638,946.8046,159.20352,5.5172367,12.563172,5.227975,50.379715,19554.3,3.4807653,30.991167,48.582798,38.816998,337.06982,63.00896,146.97679,1.9078455,128.5961,446.7503,253.43144,149.97713,477.9293,34.867203,98.17061,144.94728,9.997789,1.6496012,10.75378,1018.45197,0.0631086,0.23160215,49.27645,7.6059675,3.4291563,3.5396304,8.356089,85.37461,29.172043,86.98247,563.07825,240.81207,2185.739,1881.1866,27.231623,49.592518,10280.31,7.457956,90.97222,746.24634,175.40202,245.45618,100.69086,568.9319,885.62384,469.82028,27.199385,139.42438,1013.1955,1965.5955,74.069275,892.36285,91.51685,1.0492233,61.52299,0.9178745,0.54993033,2.5859087,69.30681,167.38895,190.6663,14.579391,2416.4934,444.97583,199.92204,285.5981,110.74808,86.62971,83.996414,63.156185,99.94489,775.6714,251.78226,148.65141,104.7789,20.760752,150.46121,135.5336,26.071169,583.68317,156.2547,2327.6892,32.717968,2435.8064,80.33637,421.61325,1612.4124,64.893776,12.25366,952.63727,810.8408,2598.6292,91.0741 +2023-08-24 21:00:00,0.0,17707.988,358.90344,35.116085,45.212215,34.73282,182.58229,28.372955,43.69822,20.99876,25.434149,1178.4934,185.83218,15.912442,168.1255,2.0156758,0.13908324,28.736132,2.4788578,0.6050088,370.0988,0.15816009,406.8136,49.75315,0.3251564,0.75241494,128.84619,18.577543,44.455196,92.54611,27534.486,0.05410757,1958.1436,0.26421362,0.1366485,0.049560335,0.28103107,161.23836,184.76195,22.653809,160.39717,32.03355,58.309788,2272.4604,1.981089,202.5476,112.965454,426.84137,77.47875,394.60242,40.69079,268.0049,0.0,2128.0369,10147.006,25.772408,568.98315,134.61034,40669.785,130.80457,21.816797,81.29051,251.38141,50.985794,23.15235,141.89958,1632.241,318.84628,86.640396,17.730722,14.4366665,442.86777,65.55037,1000.85266,85.17702,2569.7483,256.55927,283.6173,89.93399,104.515396,6.1682334,9.42719,10.651157,2.1552298,1.5095862,80.28491,86.5948,89.50398,46.445908,42.517773,128.13023,10.648198,2903.9778,41.3466,59.55645,47.779655,46.974453,261.01196,81.072044,89.707664,11.856796,32.321163,63.953213,238.10834,598.0864,83.02672,314.4992,73.145355,106.34485,268.04016,237.82066,946.7728,159.1988,5.519718,12.545362,5.2220564,50.399555,19555.236,3.481695,31.012066,48.613712,38.835384,337.07352,63.03817,147.00629,1.906144,128.60252,446.84317,253.38213,150.01555,477.85745,34.865456,98.16448,144.91122,9.996362,1.6496947,10.753615,1017.9987,0.06307488,0.2314785,49.278267,7.6044297,3.4286292,3.5388556,8.357682,85.356346,29.162905,86.98336,563.05994,240.82056,2185.991,1881.18,27.249247,49.625168,10278.92,7.457309,91.010414,746.32294,175.47672,245.57358,100.726814,569.2032,885.7555,469.88553,27.215668,139.49516,1013.09753,1965.3612,74.11268,892.84784,91.59127,1.0491418,61.5217,0.9175232,0.5496888,2.5849264,69.34801,167.46587,190.55151,14.571371,2415.0647,445.1378,200.0504,285.77924,110.798965,86.61442,84.04973,63.244423,99.93649,775.6239,251.79349,148.67845,104.75165,20.782055,150.48012,135.5494,26.052378,583.4166,156.21492,2325.4146,32.718864,2434.788,80.339165,421.61716,1611.2819,64.863,12.258512,952.25745,810.6178,2597.079,91.07421 +2023-08-24 22:00:00,0.0,17708.143,358.98618,35.132507,45.231167,34.742146,182.61778,28.38037,43.71801,21.00064,25.442461,1179.0028,185.72195,15.925105,168.19012,2.0067842,0.13827011,28.739147,2.4658527,0.60207176,370.16672,0.15801354,406.95285,49.766148,0.32415137,0.7491911,128.88464,18.582712,44.47073,92.53494,27534.736,0.053979795,1958.8348,0.26390046,0.13641308,0.04945201,0.28042778,161.2718,184.8082,22.650341,160.33199,32.05319,58.265335,2272.6338,1.9799547,202.34227,112.81478,426.95068,77.3675,394.70825,40.7023,267.5748,0.0,2127.5718,10140.09,25.750647,569.0489,134.57715,40665.035,130.80234,21.80315,81.13607,251.02934,50.950565,23.138634,141.67781,1631.3424,318.80478,86.46743,17.716738,14.430883,442.97394,65.53694,1000.3852,85.17715,2569.9243,256.71158,283.42557,89.95609,104.47016,6.167078,9.424756,10.642455,2.154633,1.5086551,80.30617,86.62743,89.53473,46.477386,42.541283,128.12971,10.654911,2903.5847,41.321198,59.526882,47.740715,46.906406,261.0811,81.0528,89.56317,11.850771,32.312473,63.898376,238.01457,598.15393,83.076416,314.54938,73.15623,106.29723,268.03098,237.49496,946.741,159.19408,5.522199,12.527554,5.216138,50.419395,19556.172,3.4826245,31.032963,48.644627,38.85377,337.0772,63.067383,147.03578,1.9044425,128.60893,446.93604,253.33282,150.05396,477.78564,34.86371,98.15835,144.87517,9.994934,1.6497881,10.753451,1017.54553,0.06304115,0.23135483,49.280083,7.6028914,3.4281018,3.5380807,8.359277,85.33808,29.153765,86.984245,563.0416,240.82906,2186.243,1881.1733,27.266872,49.657818,10277.529,7.4566617,91.04861,746.3995,175.5514,245.691,100.76277,569.47455,885.8871,469.95078,27.23195,139.56595,1012.9995,1965.127,74.156075,893.3329,91.66569,1.0490602,61.52041,0.91717196,0.5494473,2.583944,69.38921,167.54279,190.4367,14.563351,2413.6357,445.29974,200.17876,285.96036,110.849846,86.59913,84.10304,63.332664,99.92809,775.5764,251.80472,148.7055,104.724396,20.80336,150.49904,135.56519,26.033588,583.15015,156.17514,2323.1396,32.71976,2433.7695,80.341965,421.6211,1610.1512,64.83222,12.263363,951.8777,810.3947,2595.5288,91.074326 +2023-08-24 23:00:00,0.0,17708.297,359.06894,35.14893,45.25012,34.75147,182.65326,28.387783,43.737804,21.00252,25.450773,1179.5122,185.61171,15.937767,168.25475,1.9978926,0.137457,28.742163,2.4528477,0.5991347,370.23468,0.15786698,407.0921,49.779144,0.32314634,0.74596727,128.92308,18.587883,44.48626,92.52377,27534.986,0.05385202,1959.5261,0.26358727,0.13617766,0.049343687,0.2798245,161.30525,184.85446,22.646873,160.2668,32.072826,58.220882,2272.8071,1.9788206,202.13693,112.66411,427.06,77.25625,394.8141,40.713814,267.14468,0.0,2127.1064,10133.174,25.728886,569.1147,134.54398,40660.285,130.80011,21.789505,80.98163,250.6773,50.915337,23.124918,141.45602,1630.4437,318.76328,86.294464,17.702751,14.425099,443.08014,65.52352,999.9178,85.177284,2570.1003,256.86386,283.23386,89.9782,104.42493,6.1659226,9.422322,10.633754,2.1540363,1.5077239,80.327415,86.660065,89.56548,46.508865,42.564796,128.1292,10.661624,2903.1917,41.29579,59.49731,47.701775,46.83836,261.15024,81.03356,89.418686,11.844745,32.303783,63.843544,237.9208,598.22144,83.12611,314.59952,73.16709,106.24961,268.0218,237.16925,946.7092,159.18936,5.52468,12.509745,5.21022,50.439236,19557.105,3.4835544,31.053862,48.675537,38.872158,337.0809,63.096596,147.06528,1.902741,128.61536,447.02887,253.28351,150.09238,477.71384,34.86196,98.152214,144.83911,9.993506,1.6498816,10.753286,1017.09235,0.06300742,0.23123118,49.2819,7.6013536,3.4275744,3.5373056,8.36087,85.31981,29.144625,86.98514,563.0233,240.83754,2186.4949,1881.1667,27.284498,49.690468,10276.139,7.4560146,91.08681,746.4761,175.62611,245.8084,100.79872,569.74585,886.0187,470.01605,27.248234,139.63675,1012.9015,1964.8928,74.19947,893.8179,91.740105,1.0489786,61.51912,0.91682065,0.5492058,2.5829618,69.43041,167.61972,190.32191,14.555331,2412.2068,445.4617,200.30713,286.14148,110.900734,86.58384,84.15636,63.420902,99.91969,775.5289,251.81595,148.73256,104.69714,20.824663,150.51794,135.58098,26.0148,582.8836,156.13535,2320.8647,32.720654,2432.7512,80.34476,421.625,1609.0208,64.80145,12.268214,951.49786,810.17163,2593.9788,91.07444 +2023-08-25 00:00:00,0.0,17708.451,359.1517,35.16535,45.26907,34.76079,182.68874,28.395197,43.757595,21.0044,25.459085,1180.0217,185.50146,15.95043,168.31935,1.9890012,0.13664387,28.745178,2.4398427,0.59619766,370.3026,0.15772043,407.23135,49.79214,0.3221413,0.74274343,128.96153,18.593052,44.501793,92.5126,27535.238,0.053724244,1960.2174,0.26327407,0.13594224,0.049235363,0.2792212,161.3387,184.90073,22.643406,160.20161,32.092464,58.176434,2272.9802,1.9776863,201.9316,112.51343,427.16934,77.145,394.91992,40.72533,266.7146,0.0,2126.641,10126.259,25.707123,569.1804,134.51079,40655.535,130.79788,21.775858,80.82719,250.32526,50.88011,23.111202,141.23425,1629.5452,318.72177,86.121506,17.688766,14.419315,443.1863,65.5101,999.4503,85.177414,2570.2766,257.01614,283.0421,90.000305,104.3797,6.164767,9.4198885,10.6250515,2.1534395,1.5067928,80.34867,86.6927,89.59624,46.540344,42.58831,128.12868,10.668338,2902.7983,41.270386,59.467743,47.662838,46.770317,261.21936,81.01432,89.27419,11.838719,32.295094,63.788708,237.82704,598.289,83.175804,314.6497,73.17796,106.20199,268.01257,236.84355,946.6774,159.18465,5.5271616,12.491936,5.2043014,50.459076,19558.041,3.484484,31.074759,48.70645,38.890545,337.0846,63.125805,147.09477,1.9010395,128.62177,447.12173,253.23419,150.1308,477.642,34.860214,98.14609,144.80305,9.992079,1.6499751,10.753121,1016.6391,0.0629737,0.23110752,49.28372,7.5998154,3.4270473,3.5365307,8.362464,85.301544,29.135485,86.98603,563.005,240.84604,2186.7468,1881.16,27.302122,49.723118,10274.749,7.4553676,91.125,746.5526,175.7008,245.9258,100.83468,570.0172,886.1503,470.0813,27.264517,139.70753,1012.80347,1964.6586,74.242874,894.3029,91.81452,1.048897,61.517826,0.9164694,0.54896426,2.5819798,69.47161,167.69664,190.20712,14.547312,2410.778,445.62366,200.43549,286.32257,110.951614,86.56855,84.20968,63.50914,99.91129,775.4814,251.82718,148.75961,104.66989,20.845966,150.53687,135.59677,25.996008,582.6171,156.09557,2318.59,32.72155,2431.733,80.34755,421.62894,1607.8903,64.770676,12.273065,951.11804,809.94855,2592.4285,91.074554 +2023-08-25 01:00:00,0.0,17708.605,359.23444,35.181774,45.28802,34.77012,182.72423,28.402613,43.777386,21.00628,25.467398,1180.5311,185.39124,15.963093,168.38397,1.9801096,0.13583076,28.748194,2.4268377,0.59326065,370.37054,0.15757388,407.37064,49.805134,0.32113627,0.73951954,128.99998,18.59822,44.517323,92.501434,27535.488,0.05359647,1960.9087,0.2629609,0.13570681,0.04912704,0.27861792,161.37216,184.94698,22.639938,160.13643,32.112103,58.13198,2273.1536,1.976552,201.72626,112.362755,427.27866,77.03375,395.02576,40.736843,266.2845,0.0,2126.1758,10119.343,25.685362,569.24615,134.4776,40650.785,130.79565,21.762213,80.672745,249.97319,50.844883,23.097486,141.01248,1628.6466,318.68027,85.94854,17.674782,14.413531,443.2925,65.49668,998.98285,85.17755,2570.4526,257.16843,282.8504,90.022415,104.334465,6.1636114,9.417455,10.616349,2.1528425,1.5058616,80.36992,86.72533,89.62698,46.571823,42.611824,128.12816,10.675051,2902.4053,41.244984,59.43817,47.623898,46.70227,261.28848,80.99507,89.12971,11.832694,32.286404,63.733875,237.73328,598.3565,83.2255,314.69983,73.188835,106.154366,268.0034,236.51785,946.64557,159.17993,5.5296426,12.474127,5.198383,50.478916,19558.975,3.4854136,31.095657,48.737366,38.90893,337.0883,63.155018,147.12427,1.899338,128.62819,447.2146,253.18489,150.1692,477.5702,34.858467,98.13995,144.767,9.990651,1.6500684,10.752956,1016.1859,0.06293997,0.23098387,49.285534,7.5982776,3.4265199,3.5357556,8.364058,85.28328,29.126345,86.98692,562.9867,240.85452,2186.9988,1881.1533,27.319748,49.755768,10273.358,7.4547205,91.16319,746.6292,175.7755,246.04321,100.87063,570.2885,886.2819,470.14658,27.280798,139.77832,1012.70544,1964.4243,74.28627,894.7879,91.88894,1.0488155,61.516533,0.9161181,0.54872274,2.5809975,69.51281,167.77356,190.09233,14.539291,2409.349,445.7856,200.56384,286.5037,111.002495,86.55326,84.26299,63.59738,99.90289,775.4339,251.83842,148.78667,104.64264,20.867271,150.55577,135.61256,25.977219,582.3506,156.05579,2316.3152,32.722446,2430.7146,80.35034,421.63284,1606.7598,64.7399,12.277916,950.7383,809.7255,2590.8782,91.07467 +2023-08-25 02:00:00,0.0,17708.76,359.3172,35.198196,45.306973,34.77944,182.7597,28.410027,43.79718,21.008162,25.47571,1181.0405,185.28099,15.975756,168.4486,1.9712181,0.13501763,28.75121,2.4138327,0.59032357,370.43848,0.15742733,407.5099,49.81813,0.32013124,0.7362957,129.03844,18.603392,44.532856,92.49027,27535.738,0.053468697,1961.6,0.26264772,0.13547139,0.04901872,0.27801463,161.40561,184.99324,22.63647,160.07124,32.13174,58.087532,2273.327,1.9754179,201.52092,112.21208,427.38797,76.9225,395.1316,40.748356,265.85437,0.0,2125.7107,10112.428,25.6636,569.3119,134.44441,40646.035,130.79344,21.748566,80.5183,249.62115,50.809658,23.08377,140.79071,1627.7479,318.63876,85.77557,17.660797,14.407747,443.39868,65.48325,998.5154,85.17769,2570.6287,257.3207,282.6587,90.044525,104.28923,6.162456,9.41502,10.607648,2.1522458,1.5049305,80.391174,86.757965,89.65774,46.603302,42.635334,128.12764,10.681764,2902.0122,41.219578,59.408604,47.584957,46.634228,261.35764,80.97583,88.985214,11.826669,32.277714,63.67904,237.63951,598.424,83.2752,314.75,73.19971,106.10674,267.99417,236.19214,946.6138,159.17522,5.532124,12.456317,5.1924644,50.498756,19559.91,3.4863431,31.116556,48.76828,38.927322,337.09198,63.184227,147.15376,1.8976364,128.63461,447.30743,253.13557,150.20763,477.49835,34.85672,98.13382,144.73094,9.9892235,1.6501619,10.752792,1015.73267,0.06290624,0.23086022,49.28735,7.59674,3.4259927,3.5349808,8.365651,85.26501,29.117205,86.987816,562.9684,240.86302,2187.2507,1881.1467,27.337374,49.788418,10271.969,7.454074,91.201385,746.7058,175.8502,246.16061,100.906586,570.5598,886.4136,470.21182,27.297081,139.8491,1012.6075,1964.1901,74.329666,895.27295,91.963356,1.048734,61.515244,0.9157668,0.5484813,2.5800152,69.554016,167.8505,189.97752,14.531272,2407.9202,445.9476,200.6922,286.6848,111.05338,86.53797,84.31631,63.68562,99.894485,775.38635,251.84966,148.81372,104.61539,20.888575,150.57469,135.62836,25.95843,582.0841,156.01599,2314.0405,32.72334,2429.696,80.353134,421.63678,1605.6292,64.70912,12.282767,950.35846,809.50244,2589.3281,91.07478 +2023-08-25 03:00:00,0.0,17708.914,359.39996,35.21462,45.325924,34.788765,182.79518,28.41744,43.81697,21.010042,25.484022,1181.55,185.17076,15.988419,168.51321,1.9623265,0.13420452,28.754225,2.4008276,0.58738655,370.50644,0.15728079,407.64914,49.831127,0.31912622,0.73307186,129.07687,18.60856,44.548386,92.4791,27535.988,0.05334092,1962.2913,0.26233453,0.13523597,0.048910394,0.27741137,161.43906,185.03949,22.633003,160.00604,32.15138,58.04308,2273.5,1.9742836,201.31558,112.06141,427.4973,76.81125,395.23743,40.75987,265.42426,0.0,2125.2456,10105.512,25.641838,569.3776,134.41122,40641.28,130.79121,21.734919,80.36386,249.2691,50.77443,23.070055,140.56894,1626.8494,318.5973,85.602615,17.646812,14.401964,443.50485,65.46983,998.0479,85.17782,2570.8047,257.473,282.46698,90.06663,104.243996,6.1613,9.412586,10.598946,2.151649,1.5039994,80.41242,86.790596,89.68849,46.63478,42.658848,128.12712,10.6884775,2901.619,41.194176,59.379032,47.546017,46.56618,261.42676,80.95659,88.84073,11.820642,32.26902,63.624203,237.54575,598.4915,83.3249,314.80017,73.21058,106.05912,267.985,235.86644,946.582,159.1705,5.534605,12.438508,5.186546,50.518597,19560.846,3.487273,31.137453,48.799194,38.94571,337.09567,63.21344,147.18326,1.8959349,128.64102,447.4003,253.08626,150.24603,477.42654,34.854973,98.12769,144.69489,9.987796,1.6502553,10.752627,1015.2795,0.06287252,0.23073655,49.289165,7.5952015,3.4254653,3.534206,8.367245,85.24674,29.108065,86.9887,562.95013,240.8715,2187.5027,1881.14,27.354998,49.821068,10270.578,7.453427,91.23958,746.78235,175.9249,246.27802,100.94254,570.8312,886.54517,470.27707,27.313364,139.91989,1012.50946,1963.9558,74.37307,895.758,92.03777,1.0486523,61.51395,0.9154155,0.54823977,2.579033,69.595215,167.92741,189.86273,14.5232525,2406.4915,446.10956,200.82057,286.86594,111.10426,86.52268,84.36962,63.77386,99.886086,775.33887,251.86089,148.84076,104.58814,20.909878,150.5936,135.64415,25.939638,581.81757,155.97621,2311.7656,32.724236,2428.6777,80.35593,421.6407,1604.4987,64.678345,12.287619,949.97864,809.27936,2587.7778,91.0749 +2023-08-25 04:00:00,0.0,17709.068,359.4827,35.23104,45.344875,34.79809,182.83067,28.424854,43.836765,21.011923,25.492336,1182.0594,185.06052,16.001081,168.57782,1.9534351,0.1333914,28.75724,2.3878226,0.58444947,370.57437,0.15713423,407.7884,49.844124,0.3181212,0.729848,129.11533,18.61373,44.56392,92.46793,27536.24,0.053213146,1962.9825,0.26202136,0.13500056,0.04880207,0.27680805,161.4725,185.08575,22.629536,159.94086,32.171017,57.99863,2273.6733,1.9731494,201.11024,111.91073,427.60663,76.7,395.34326,40.77138,264.99417,0.0,2124.7803,10098.597,25.620077,569.44336,134.37804,40636.53,130.78899,21.721273,80.20942,248.91705,50.739204,23.05634,140.34715,1625.9508,318.5558,85.42965,17.632828,14.39618,443.61105,65.45641,997.58044,85.177956,2570.9807,257.62527,282.27527,90.08874,104.19876,6.160145,9.410152,10.590243,2.1510522,1.5030682,80.43368,86.82323,89.71924,46.666256,42.68236,128.1266,10.69519,2901.2258,41.16877,59.34946,47.50708,46.498135,261.49588,80.93735,88.696236,11.814617,32.26033,63.56937,237.45198,598.559,83.374596,314.8503,73.22145,106.011505,267.9758,235.54073,946.5502,159.16579,5.537086,12.420699,5.1806273,50.538437,19561.78,3.4882026,31.158352,48.83011,38.964096,337.09933,63.242653,147.21275,1.8942335,128.64745,447.49316,253.03696,150.28445,477.3547,34.853226,98.12156,144.65883,9.986368,1.6503488,10.752462,1014.8263,0.06283879,0.2306129,49.29098,7.5936637,3.424938,3.5334308,8.368839,85.22848,29.098925,86.98959,562.9318,240.88,2187.7546,1881.1334,27.372623,49.853718,10269.188,7.45278,91.27778,746.85895,175.9996,246.39543,100.97849,571.1025,886.6768,470.34235,27.329647,139.99069,1012.41144,1963.7216,74.416466,896.243,92.11219,1.0485708,61.51266,0.9150642,0.54799825,2.5780506,69.63641,168.00433,189.74794,14.515233,2405.0625,446.2715,200.94893,287.04706,111.15514,86.50739,84.422935,63.8621,99.877686,775.2914,251.87212,148.86781,104.56089,20.931183,150.61252,135.65994,25.920849,581.5511,155.93642,2309.491,32.725132,2427.6594,80.35872,421.64462,1603.3682,64.647575,12.29247,949.5989,809.0563,2586.2275,91.07501 +2023-08-25 05:00:00,0.0,17709.223,359.56546,35.247463,45.363827,34.807415,182.86615,28.432268,43.856556,21.013802,25.500648,1182.5688,184.95027,16.013744,168.64244,1.9445436,0.13257828,28.760256,2.3748176,0.58151245,370.6423,0.15698768,407.92767,49.857117,0.31711614,0.72662413,129.15378,18.6189,44.57945,92.456764,27536.49,0.05308537,1963.6738,0.26170817,0.13476513,0.048693746,0.27620476,161.50595,185.13202,22.626068,159.87567,32.190655,57.954178,2273.8467,1.9720151,200.9049,111.760056,427.71594,76.58875,395.4491,40.782894,264.56406,0.0,2124.315,10091.681,25.598316,569.50916,134.34485,40631.78,130.78676,21.707626,80.05498,248.565,50.703976,23.042624,140.12538,1625.0521,318.51428,85.25668,17.618841,14.390396,443.71722,65.44299,997.113,85.178085,2571.157,257.77756,282.08353,90.11085,104.153534,6.158989,9.407719,10.581542,2.1504555,1.5021371,80.454926,86.85586,89.74999,46.697735,42.70587,128.12608,10.701903,2900.8328,41.143368,59.319893,47.46814,46.43009,261.565,80.9181,88.55175,11.808592,32.25164,63.514534,237.35822,598.6266,83.42429,314.90048,73.232315,105.96388,267.96658,235.21503,946.5184,159.16107,5.5395675,12.40289,5.174709,50.558273,19562.715,3.4891322,31.179249,48.861023,38.982483,337.10303,63.271862,147.24225,1.8925319,128.65387,447.586,252.98764,150.32286,477.2829,34.85148,98.115425,144.62277,9.984941,1.6504422,10.752297,1014.37305,0.062805064,0.23048924,49.2928,7.5921254,3.4244108,3.532656,8.370433,85.210205,29.089787,86.990486,562.9135,240.88849,2188.0066,1881.1267,27.39025,49.886368,10267.798,7.4521327,91.31597,746.93555,176.0743,246.51283,101.01445,571.37384,886.8084,470.4076,27.34593,140.06148,1012.3134,1963.4873,74.45986,896.728,92.18661,1.0484892,61.511368,0.9147129,0.54775673,2.5770683,69.67761,168.08127,189.63315,14.507213,2403.6338,446.43347,201.07729,287.22815,111.20603,86.4921,84.47625,63.950336,99.869286,775.24384,251.88335,148.89487,104.53364,20.952486,150.63142,135.67574,25.90206,581.2846,155.89664,2307.216,32.726025,2426.641,80.36152,421.64853,1602.2377,64.6168,12.297321,949.21906,808.8332,2584.6775,91.07513 +2023-08-25 06:00:00,0.0,17709.377,359.6482,35.263885,45.382782,34.81674,182.90163,28.439684,43.876347,21.015682,25.50896,1183.0784,184.84004,16.026407,168.70706,1.935652,0.13176517,28.763271,2.3618126,0.5785754,370.71024,0.15684113,408.06693,49.870113,0.31611112,0.7234003,129.19223,18.62407,44.594982,92.445595,27536.74,0.052957598,1964.3651,0.261395,0.13452971,0.048585422,0.2756015,161.53941,185.17827,22.6226,159.81049,32.210293,57.909725,2274.02,1.970881,200.69957,111.60938,427.82526,76.4775,395.55496,40.794407,264.13394,0.0,2123.8496,10084.766,25.576553,569.5749,134.31166,40627.03,130.78453,21.693981,79.900536,248.21294,50.66875,23.028908,139.90361,1624.1536,318.47278,85.083725,17.604856,14.384612,443.82343,65.42957,996.6455,85.17822,2571.333,257.92984,281.89178,90.13295,104.1083,6.1578336,9.405285,10.57284,2.1498585,1.5012059,80.47618,86.88849,89.78075,46.729214,42.729385,128.12556,10.708617,2900.4395,41.11796,59.29032,47.4292,46.362045,261.63416,80.89886,88.40726,11.802567,32.24295,63.4597,237.26445,598.6941,83.47399,314.95062,73.24319,105.91626,267.9574,234.88931,946.4866,159.15636,5.5420485,12.38508,5.1687903,50.578114,19563.65,3.490062,31.200148,48.891937,39.00087,337.10672,63.301075,147.27173,1.8908304,128.66028,447.67886,252.93832,150.36128,477.21106,34.84973,98.1093,144.58673,9.983513,1.6505356,10.752132,1013.91986,0.06277134,0.23036559,49.294617,7.5905876,3.4238834,3.5318809,8.372026,85.19194,29.080647,86.99138,562.8952,240.89699,2188.2585,1881.12,27.407875,49.919018,10266.407,7.4514856,91.354164,747.0121,176.14899,246.63023,101.0504,571.64514,886.94006,470.47284,27.362211,140.13226,1012.21545,1963.253,74.503265,897.213,92.261024,1.0484077,61.510075,0.91436166,0.5475152,2.576086,69.71882,168.15819,189.51834,14.499193,2402.2048,446.59543,201.20564,287.40927,111.25691,86.476814,84.52957,64.038574,99.860886,775.19635,251.89458,148.92192,104.506386,20.97379,150.65034,135.69153,25.883268,581.01807,155.85686,2304.9414,32.72692,2425.6226,80.36431,421.65244,1601.107,64.58602,12.302173,948.83923,808.61017,2583.1272,91.07525 +2023-08-25 07:00:00,0.0,17709.533,359.73096,35.280308,45.401733,34.82606,182.9371,28.447098,43.89614,21.017563,25.517273,1183.5878,184.7298,16.03907,168.77168,1.9267606,0.13095205,28.766287,2.3488076,0.57563835,370.77817,0.15669458,408.20618,49.88311,0.3151061,0.72017646,129.23067,18.629238,44.610516,92.43443,27536.992,0.05282982,1965.0564,0.2610818,0.13429429,0.0484771,0.2749982,161.57286,185.22453,22.619133,159.7453,32.22993,57.865276,2274.193,1.9697467,200.49422,111.4587,427.9346,76.36625,395.6608,40.80592,263.70386,0.0,2123.3845,10077.85,25.554792,569.6406,134.27849,40622.28,130.78232,21.680334,79.74609,247.8609,50.633522,23.015192,139.68184,1623.2549,318.43127,84.91076,17.590872,14.378828,443.9296,65.416145,996.17804,85.17836,2571.509,258.08212,281.70007,90.15506,104.063065,6.156678,9.40285,10.564137,2.1492617,1.5002748,80.49743,86.92112,89.81149,46.760693,42.7529,128.12505,10.71533,2900.0464,41.092556,59.260754,47.39026,46.294003,261.70328,80.879616,88.26277,11.79654,32.23426,63.404865,237.1707,598.7616,83.52369,315.0008,73.25406,105.86864,267.94818,234.56361,946.4547,159.15164,5.54453,12.367271,5.162872,50.597954,19564.584,3.4909916,31.221045,48.92285,39.01926,337.1104,63.330288,147.30122,1.8891289,128.6667,447.77173,252.889,150.3997,477.13925,34.847984,98.103165,144.55067,9.982084,1.650629,10.751968,1013.4667,0.062737614,0.23024194,49.296432,7.5890493,3.423356,3.531106,8.37362,85.17367,29.071507,86.99227,562.8769,240.90549,2188.5107,1881.1134,27.425499,49.951668,10265.018,7.4508386,91.39236,747.0887,176.2237,246.74765,101.08636,571.91644,887.07166,470.53812,27.378494,140.20305,1012.11743,1963.0188,74.54666,897.69806,92.33544,1.048326,61.508785,0.91401035,0.5472737,2.5751038,69.76002,168.2351,189.40355,14.491174,2400.776,446.75742,201.334,287.5904,111.30779,86.461525,84.582886,64.126816,99.852486,775.1488,251.9058,148.94897,104.47913,20.995094,150.66925,135.70732,25.86448,580.7516,155.81706,2302.6665,32.727818,2424.6042,80.3671,421.65637,1599.9766,64.555244,12.307024,948.4595,808.3871,2581.577,91.07536 +2023-08-25 08:00:00,0.0,17709.688,359.81372,35.29673,45.420685,34.83539,182.9726,28.454512,43.91593,21.019444,25.525585,1184.0972,184.61957,16.051733,168.83629,1.917869,0.13013893,28.769302,2.3358026,0.57270133,370.84613,0.15654804,408.34543,49.896107,0.31410107,0.7169526,129.26912,18.634409,44.626045,92.42326,27537.242,0.052702047,1965.7478,0.26076862,0.13405886,0.048368778,0.2743949,161.60631,185.2708,22.615665,159.68011,32.24957,57.820824,2274.3665,1.9686124,200.28888,111.30803,428.04395,76.255,395.76663,40.817432,263.27374,0.0,2122.9192,10070.935,25.533031,569.70636,134.2453,40617.53,130.78009,21.666689,79.59165,247.50885,50.598293,23.001476,139.46007,1622.3563,318.38977,84.73779,17.576887,14.373044,444.03577,65.402725,995.7106,85.17849,2571.685,258.2344,281.50836,90.17716,104.01783,6.1555223,9.400416,10.555436,2.148665,1.4993436,80.518684,86.95375,89.84225,46.79217,42.776413,128.12453,10.722043,2899.6533,41.067154,59.231182,47.351322,46.225956,261.7724,80.860374,88.11828,11.790515,32.22557,63.35003,237.07693,598.8291,83.57339,315.05093,73.26493,105.821014,267.939,234.2379,946.4229,159.14693,5.547011,12.3494625,5.1569533,50.617794,19565.52,3.4919212,31.241943,48.953766,39.037647,337.1141,63.359497,147.33072,1.8874273,128.67311,447.86456,252.8397,150.43811,477.0674,34.846237,98.09703,144.51462,9.980657,1.6507225,10.751803,1013.0134,0.062703885,0.23011827,49.29825,7.5875115,3.422829,3.5303311,8.375214,85.1554,29.062366,86.993164,562.8586,240.91397,2188.7627,1881.1067,27.443125,49.984318,10263.627,7.4501915,91.43056,747.1652,176.29839,246.86505,101.122314,572.1878,887.2033,470.60336,27.394777,140.27383,1012.0194,1962.7845,74.59006,898.18304,92.40986,1.0482445,61.507492,0.9136591,0.5470322,2.5741215,69.801216,168.31204,189.28876,14.483154,2399.3472,446.91937,201.46237,287.7715,111.35868,86.446236,84.6362,64.21506,99.844086,775.1013,251.91705,148.97603,104.45188,21.016397,150.68817,135.72311,25.84569,580.48505,155.77728,2300.3916,32.72871,2423.586,80.369896,421.66028,1598.8461,64.52447,12.311875,948.07965,808.164,2580.0269,91.07548 +2023-08-25 09:00:00,0.0,17709.842,359.89645,35.313152,45.439636,34.84471,183.00807,28.461926,43.935726,21.021324,25.533897,1184.6066,184.50932,16.064396,168.90091,1.9089775,0.1293258,28.772318,2.3227975,0.56976426,370.91406,0.15640149,408.4847,49.9091,0.31309602,0.7137287,129.30757,18.639578,44.64158,92.412094,27537.492,0.052574273,1966.4391,0.26045546,0.13382344,0.048260454,0.27379164,161.63976,185.31705,22.6122,159.61491,32.269207,57.776375,2274.5398,1.9674783,200.08354,111.15736,428.15326,76.14375,395.87247,40.828945,262.84363,0.0,2122.454,10064.019,25.511269,569.7721,134.21211,40612.78,130.77786,21.653042,79.43721,247.1568,50.56307,22.98776,139.23828,1621.4578,318.3483,84.564835,17.562902,14.36726,444.14197,65.389305,995.24316,85.17863,2571.8613,258.3867,281.31665,90.19927,103.972595,6.154367,9.397983,10.546734,2.1480682,1.4984125,80.53993,86.98639,89.873,46.82365,42.799923,128.124,10.728756,2899.26,41.041748,59.201614,47.31238,46.15791,261.84155,80.841125,87.97379,11.78449,32.216877,63.295197,236.98317,598.8966,83.623085,315.1011,73.2758,105.77339,267.9298,233.9122,946.3911,159.14221,5.5494924,12.331654,5.151035,50.637634,19566.455,3.4928508,31.26284,48.98468,39.056034,337.1178,63.38871,147.36021,1.8857259,128.67953,447.95743,252.79039,150.47653,476.9956,34.844486,98.090904,144.47856,9.979229,1.650816,10.751638,1012.56024,0.062670164,0.22999462,49.300064,7.5859733,3.4223015,3.529556,8.376807,85.13714,29.053226,86.99405,562.8403,240.92247,2189.0146,1881.1,27.46075,50.016968,10262.237,7.4495444,91.46875,747.2418,176.3731,246.98245,101.158264,572.4591,887.3349,470.6686,27.41106,140.34464,1011.9214,1962.5503,74.63346,898.6681,92.484276,1.0481629,61.5062,0.9133078,0.54679066,2.5731392,69.84242,168.38896,189.17397,14.475134,2397.9182,447.08133,201.59073,287.9526,111.40956,86.43095,84.689514,64.30329,99.835686,775.05383,251.92828,149.00307,104.42463,21.0377,150.70708,135.7389,25.826899,580.21857,155.73749,2298.117,32.729607,2422.5676,80.37269,421.6642,1597.7156,64.4937,12.316727,947.6998,807.9409,2578.4766,91.07559 +2023-08-25 10:00:00,0.0,17709.996,359.97922,35.329575,45.458588,34.854034,183.04355,28.469341,43.955517,21.023205,25.54221,1185.1161,184.39908,16.077059,168.96553,1.9000859,0.1285127,28.775333,2.3097925,0.56682724,370.982,0.15625493,408.62396,49.922096,0.312091,0.7105049,129.34602,18.644747,44.65711,92.400925,27537.742,0.052446496,1967.1304,0.26014227,0.13358802,0.04815213,0.27318835,161.6732,185.36331,22.608732,159.54973,32.288845,57.731922,2274.713,1.966344,199.8782,111.00668,428.26257,76.0325,395.9783,40.840458,262.4135,0.0,2121.9888,10057.103,25.489508,569.8379,134.17892,40608.03,130.77563,21.639395,79.28277,246.80475,50.52784,22.974045,139.01651,1620.5591,318.3068,84.39187,17.548918,14.361477,444.24814,65.375885,994.7757,85.178764,2572.0374,258.53897,281.12494,90.22138,103.92736,6.1532116,9.395549,10.538032,2.1474714,1.4974813,80.56119,87.01901,89.90375,46.85513,42.823437,128.12347,10.73547,2898.867,41.016346,59.172043,47.27344,46.089867,261.91068,80.821884,87.8293,11.778464,32.208187,63.24036,236.8894,598.9641,83.67278,315.15125,73.28667,105.72578,267.9206,233.5865,946.3593,159.1375,5.5519733,12.313844,5.145117,50.657475,19567.389,3.4937806,31.28374,49.01559,39.07442,337.1215,63.41792,147.38971,1.8840244,128.68596,448.0503,252.74107,150.51494,476.92377,34.84274,98.08477,144.4425,9.977801,1.6509094,10.751473,1012.107,0.062636435,0.22987096,49.30188,7.5844355,3.4217741,3.5287812,8.378402,85.118866,29.044086,86.99494,562.82196,240.93095,2189.2666,1881.0934,27.478374,50.049618,10260.847,7.4488974,91.50694,747.3184,176.44778,247.09987,101.19422,572.73047,887.46655,470.7339,27.427341,140.41542,1011.8234,1962.316,74.67686,899.1531,92.5587,1.0480814,61.50491,0.9129565,0.54654914,2.572157,69.88362,168.46588,189.05916,14.467114,2396.4893,447.2433,201.71909,288.13373,111.46045,86.41566,84.74283,64.39153,99.827286,775.0063,251.93951,149.03012,104.39738,21.059004,150.726,135.7547,25.80811,579.952,155.69771,2295.842,32.730503,2421.549,80.37548,421.66812,1596.585,64.46292,12.321578,947.32007,807.71783,2576.9265,91.07571 +2023-08-25 11:00:00,0.0,17710.15,360.06198,35.345997,45.47754,34.86336,183.07904,28.476755,43.975307,21.025084,25.550522,1185.6255,184.28885,16.089722,169.03015,1.8911945,0.12769957,28.778349,2.2967875,0.56389016,371.04993,0.15610838,408.7632,49.935093,0.31108597,0.70728105,129.38446,18.649918,44.67264,92.389755,27537.994,0.052318722,1967.8217,0.25982907,0.1333526,0.048043806,0.27258503,161.70665,185.40956,22.605265,159.48454,32.308483,57.68747,2274.8862,1.9652098,199.67287,110.856,428.3719,75.92125,396.08414,40.851974,261.98343,0.0,2121.5234,10050.1875,25.467745,569.9036,134.14574,40603.28,130.7734,21.62575,79.12833,246.4527,50.492615,22.96033,138.79474,1619.6605,318.2653,84.2189,17.534931,14.355693,444.35434,65.362465,994.3082,85.178894,2572.2134,258.69125,280.9332,90.243484,103.88213,6.1520557,9.393115,10.52933,2.1468744,1.4965502,80.582436,87.05165,89.9345,46.88661,42.84695,128.12296,10.742183,2898.4739,40.99094,59.14247,47.2345,46.02182,261.9798,80.80264,87.684814,11.772439,32.199497,63.185528,236.79564,599.0317,83.72248,315.20142,73.29754,105.678154,267.9114,233.26079,946.3275,159.13277,5.5544543,12.296035,5.1391983,50.677315,19568.324,3.4947102,31.304636,49.046505,39.092808,337.12518,63.447132,147.4192,1.8823228,128.69237,448.14313,252.69177,150.55336,476.85196,34.840992,98.078636,144.40645,9.976374,1.6510028,10.751308,1011.6538,0.062602706,0.22974731,49.3037,7.582897,3.421247,3.5280063,8.379995,85.1006,29.034946,86.995834,562.80365,240.93945,2189.5186,1881.0867,27.496,50.082268,10259.456,7.4482503,91.545135,747.39496,176.52248,247.21727,101.23017,573.0018,887.59814,470.79913,27.443624,140.4862,1011.7254,1962.0818,74.72025,899.6381,92.63312,1.0479997,61.503616,0.9126052,0.5463076,2.5711749,69.92482,168.54282,188.94437,14.459095,2395.0605,447.40524,201.84744,288.31485,111.51133,86.40037,84.79614,64.479774,99.818886,774.9588,251.95074,149.05717,104.370125,21.080309,150.7449,135.7705,25.78932,579.68555,155.65793,2293.5674,32.7314,2420.5308,80.37827,421.67206,1595.4545,64.432144,12.326429,946.94025,807.4948,2575.3762,91.07582 +2023-08-25 12:00:00,0.0,17710.305,360.1447,35.36242,45.49649,34.872684,183.11452,28.484169,43.995102,21.026964,25.558834,1186.1349,184.1786,16.102383,169.09476,1.8823029,0.12688646,28.781364,2.2837825,0.56095314,371.1179,0.15596183,408.90247,49.94809,0.31008095,0.7040572,129.42291,18.655087,44.68817,92.378586,27538.244,0.05219095,1968.513,0.2595159,0.13311717,0.047935482,0.27198178,161.74011,185.45583,22.601797,159.41936,32.32812,57.64302,2275.0596,1.9640756,199.46753,110.70533,428.4812,75.81,396.18997,40.863487,261.5533,0.0,2121.0583,10043.271,25.445984,569.96936,134.11255,40598.53,130.7712,21.612103,78.973885,246.10065,50.457386,22.946613,138.57297,1618.762,318.2238,84.045944,17.520947,14.349909,444.4605,65.34904,993.84076,85.17903,2572.3894,258.84357,280.7415,90.265594,103.8369,6.1509004,9.39068,10.520628,2.1462777,1.495619,80.60369,87.08428,89.965256,46.918087,42.870464,128.12244,10.748896,2898.0806,40.965534,59.112904,47.19556,45.953777,262.04892,80.7834,87.54032,11.766413,32.190807,63.13069,236.70187,599.0992,83.77218,315.25156,73.30841,105.63053,267.9022,232.93509,946.29565,159.12805,5.556936,12.278226,5.13328,50.69715,19569.26,3.4956398,31.325535,49.07742,39.1112,337.12888,63.476345,147.4487,1.8806213,128.69879,448.236,252.64246,150.59178,476.78012,34.839245,98.07251,144.37039,9.974946,1.6510962,10.751144,1011.2006,0.062568985,0.22962366,49.305515,7.5813594,3.4207196,3.5272312,8.381589,85.08234,29.025806,86.99673,562.7854,240.94794,2189.7705,1881.0801,27.513626,50.114918,10258.066,7.447603,91.58333,747.47156,176.59718,247.33467,101.26613,573.2731,887.7298,470.86438,27.459908,140.55699,1011.6274,1961.8475,74.76366,900.1231,92.707535,1.0479182,61.502327,0.9122539,0.5460661,2.5701926,69.96602,168.61974,188.82957,14.451075,2393.6316,447.5672,201.9758,288.49597,111.56221,86.38508,84.84946,64.568016,99.810486,774.91125,251.96198,149.08423,104.34288,21.101612,150.76382,135.78629,25.770529,579.419,155.61813,2291.2925,32.732292,2419.5125,80.381065,421.67596,1594.324,64.40137,12.33128,946.5604,807.2717,2573.826,91.075935 +2023-08-25 13:00:00,0.0,17710.459,360.22748,35.37884,45.51544,34.882008,183.15,28.491583,44.014893,21.028845,25.567148,1186.6444,184.06837,16.115046,169.15938,1.8734114,0.12607333,28.78438,2.2707775,0.55801606,371.18582,0.15581527,409.04175,49.961082,0.30907592,0.7008333,129.46136,18.660255,44.703705,92.367424,27538.494,0.05206317,1969.2042,0.25920272,0.13288175,0.047827158,0.2713785,161.77356,185.50209,22.59833,159.35417,32.34776,57.598568,2275.2327,1.9629414,199.26219,110.55466,428.59055,75.69875,396.2958,40.875,261.1232,0.0,2120.5933,10036.356,25.424223,570.0351,134.07936,40593.78,130.76897,21.598457,78.81944,245.7486,50.42216,22.932898,138.3512,1617.8633,318.18228,83.87298,17.506962,14.344125,444.56668,65.33562,993.3733,85.17916,2572.5654,258.99585,280.54974,90.2877,103.791664,6.149745,9.388247,10.511926,2.145681,1.4946879,80.62494,87.11691,89.996,46.949566,42.893974,128.12192,10.7556095,2897.6875,40.940132,59.083332,47.156624,45.88573,262.11807,80.76415,87.395836,11.760387,32.182117,63.075855,236.60811,599.1667,83.82188,315.30173,73.31928,105.58291,267.893,232.60938,946.26385,159.12334,5.559417,12.260417,5.1273613,50.71699,19570.193,3.4965696,31.346432,49.108334,39.129585,337.13254,63.505554,147.4782,1.8789198,128.7052,448.32886,252.59314,150.63019,476.7083,34.837498,98.066376,144.33434,9.973518,1.6511897,10.750979,1010.7474,0.062535256,0.2295,49.30733,7.579821,3.4201925,3.5264564,8.383183,85.064064,29.016666,86.99762,562.7671,240.95644,2190.0225,1881.0734,27.53125,50.147568,10256.676,7.446956,91.62153,747.54816,176.67188,247.45207,101.302086,573.54443,887.8614,470.92966,27.47619,140.62778,1011.52936,1961.6133,74.80705,900.60815,92.78195,1.0478367,61.501034,0.9119026,0.5458246,2.5692103,70.007225,168.69666,188.71477,14.443055,2392.2026,447.7292,202.10417,288.6771,111.6131,86.36979,84.90278,64.65625,99.802086,774.8638,251.9732,149.11128,104.31563,21.122915,150.78273,135.80208,25.75174,579.1525,155.57835,2289.0178,32.73319,2418.4941,80.383865,421.6799,1593.1935,64.3706,12.336131,946.18066,807.04865,2572.276,91.07605 +2023-08-25 14:00:00,0.0,17710.613,360.3102,35.395264,45.534393,34.891335,183.18549,28.498997,44.034687,21.030725,25.57546,1187.1538,183.95813,16.127708,169.224,1.8645198,0.12526022,28.787395,2.2577724,0.55507904,371.25375,0.15566874,409.181,49.97408,0.30807087,0.6976095,129.49982,18.665426,44.719234,92.356255,27538.746,0.051935397,1969.8955,0.25888953,0.13264632,0.047718838,0.27077517,161.807,185.54834,22.594862,159.28897,32.367397,57.55412,2275.406,1.9618071,199.05685,110.40398,428.69986,75.5875,396.40164,40.886513,260.69308,0.0,2120.128,10029.44,25.40246,570.1008,134.04619,40589.027,130.76674,21.58481,78.665,245.39655,50.386932,22.919182,138.12941,1616.9647,318.1408,83.70001,17.492977,14.338341,444.67288,65.3222,992.9058,85.1793,2572.7417,259.14813,280.35803,90.30981,103.74643,6.148589,9.385813,10.503224,2.1450841,1.4937568,80.646194,87.14954,90.02676,46.981045,42.91749,128.1214,10.762322,2897.2944,40.914726,59.053764,47.117683,45.817684,262.1872,80.74491,87.25134,11.754362,32.173428,63.021023,236.51434,599.2342,83.871574,315.3519,73.330154,105.535286,267.88382,232.28368,946.23206,159.11862,5.561898,12.242607,5.121443,50.73683,19571.129,3.4974992,31.36733,49.139248,39.147972,337.13623,63.534767,147.50769,1.8772184,128.71162,448.4217,252.54382,150.66861,476.63647,34.83575,98.06024,144.29828,9.972091,1.6512831,10.750814,1010.2942,0.06250153,0.22937635,49.309147,7.5782833,3.419665,3.5256813,8.384776,85.0458,29.007528,86.998505,562.7488,240.96492,2190.2744,1881.0667,27.548876,50.180218,10255.286,7.446309,91.65972,747.6247,176.74657,247.56949,101.338036,573.81573,887.99304,470.9949,27.492474,140.69858,1011.4314,1961.379,74.85045,901.09314,92.85637,1.0477551,61.49974,0.91155136,0.54558307,2.568228,70.04842,168.77359,188.59998,14.435036,2390.774,447.89114,202.23253,288.8582,111.66398,86.3545,84.95609,64.74449,99.793686,774.8163,251.98444,149.13832,104.288376,21.14422,150.80165,135.81787,25.73295,578.88605,155.53857,2286.743,32.734085,2417.4756,80.38666,421.6838,1592.0629,64.33982,12.340982,945.80084,806.82556,2570.7256,91.076164 +2023-08-25 15:00:00,0.0,17710.768,360.39297,35.411686,45.553345,34.900658,183.22096,28.506413,44.054478,21.032606,25.583773,1187.6632,183.84789,16.140371,169.28862,1.8556284,0.1244471,28.790411,2.2447674,0.552142,371.3217,0.15552218,409.32025,49.987076,0.30706584,0.69438565,129.53825,18.670595,44.734768,92.345085,27538.996,0.051807623,1970.5868,0.25857636,0.1324109,0.047610514,0.2701719,161.84045,185.5946,22.591394,159.22379,32.387035,57.509666,2275.5793,1.9606729,198.85152,110.2533,428.8092,75.47625,396.50748,40.898026,260.263,0.0,2119.6626,10022.525,25.3807,570.1666,134.013,40584.277,130.76451,21.571163,78.51056,245.0445,50.351707,22.905466,137.90764,1616.0662,318.0993,83.527054,17.478992,14.332558,444.77905,65.30878,992.43835,85.179436,2572.9177,259.3004,280.16632,90.33192,103.701195,6.1474338,9.383379,10.494522,2.1444874,1.4928256,80.66744,87.182175,90.05751,47.01252,42.941,128.12088,10.769035,2896.9011,40.889324,59.024193,47.078743,45.74964,262.25632,80.72567,87.10686,11.748337,32.164734,62.966187,236.42058,599.3017,83.92127,315.40204,73.34102,105.48766,267.8746,231.95796,946.20026,159.1139,5.564379,12.224798,5.1155243,50.75667,19572.062,3.4984288,31.388227,49.170162,39.16636,337.13992,63.563976,147.53719,1.8755168,128.71805,448.51456,252.49452,150.70702,476.56467,34.834003,98.054115,144.26222,9.970663,1.6513766,10.750649,1009.841,0.062467806,0.22925268,49.310963,7.5767455,3.4191377,3.5249064,8.38637,85.027534,28.998388,86.9994,562.73047,240.97342,2190.5264,1881.06,27.566502,50.212868,10253.8955,7.445662,91.697914,747.7013,176.82127,247.68689,101.37399,574.0871,888.12463,471.06018,27.508755,140.76936,1011.3334,1961.1448,74.893845,901.5782,92.930786,1.0476735,61.49845,0.91120005,0.54534155,2.5672457,70.08962,168.85051,188.48518,14.427016,2389.345,448.0531,202.36089,289.0393,111.71486,86.33921,85.00941,64.83273,99.785286,774.76874,251.99568,149.16537,104.26112,21.165524,150.82056,135.83366,25.714159,578.6195,155.49878,2284.4683,32.734978,2416.4573,80.38945,421.68774,1590.9324,64.309044,12.345834,945.421,806.60254,2569.1753,91.07629 +2023-08-25 16:00:00,0.0,17710.922,360.47574,35.42811,45.572296,34.90998,183.25644,28.513826,44.07427,21.034487,25.592085,1188.1727,183.73766,16.153034,169.35323,1.8467368,0.12363398,28.793427,2.2317624,0.54920495,371.38965,0.15537563,409.4595,50.000072,0.30606082,0.6911618,129.5767,18.675766,44.750298,92.333916,27539.246,0.051679846,1971.2781,0.25826317,0.13217549,0.04750219,0.26956862,161.8739,185.64087,22.587927,159.1586,32.406673,57.465214,2275.7527,1.9595387,198.64618,110.10263,428.91852,75.365,396.6133,40.90954,259.8329,0.0,2119.1973,10015.609,25.358938,570.23236,133.97981,40579.527,130.76228,21.557518,78.35612,244.69244,50.31648,22.89175,137.68587,1615.1675,318.0578,83.35409,17.465008,14.326774,444.88525,65.29535,991.9709,85.179565,2573.0938,259.4527,279.9746,90.35402,103.65597,6.146278,9.380945,10.48582,2.1438904,1.4918945,80.6887,87.214806,90.08826,47.044,42.96451,128.12036,10.775748,2896.508,40.86392,58.994625,47.039803,45.681595,262.32547,80.70643,86.962364,11.742311,32.156044,62.911354,236.32681,599.3692,83.97097,315.4522,73.35189,105.44004,267.86542,231.63226,946.16846,159.10919,5.56686,12.206989,5.109606,50.776512,19572.998,3.4993584,31.409126,49.201077,39.184746,337.14362,63.59319,147.56668,1.8738153,128.72446,448.60742,252.4452,150.74544,476.49286,34.832256,98.04798,144.22617,9.969235,1.65147,10.750485,1009.38776,0.062434077,0.22912903,49.312782,7.575207,3.4186106,3.5241315,8.387963,85.00926,28.989248,87.00029,562.71216,240.9819,2190.7783,1881.0533,27.584126,50.245518,10252.505,7.445015,91.73611,747.77783,176.89597,247.80429,101.40994,574.3584,888.2562,471.12543,27.525038,140.84015,1011.23535,1960.9105,74.93725,902.0632,93.0052,1.0475919,61.497158,0.91084874,0.54510003,2.5662634,70.13082,168.92744,188.37039,14.418996,2387.916,448.21506,202.48924,289.22043,111.76575,86.32392,85.06272,64.92097,99.77688,774.72125,252.00691,149.19243,104.23387,21.186827,150.83948,135.84946,25.69537,578.353,155.459,2282.1934,32.735874,2415.439,80.39224,421.69165,1589.8019,64.27827,12.350685,945.04126,806.37946,2567.6252,91.0764 +2023-08-25 17:00:00,0.0,17711.078,360.55847,35.44453,45.591248,34.919308,183.29193,28.52124,44.094063,21.036366,25.600397,1188.6821,183.62741,16.165697,169.41785,1.8378453,0.12282086,28.796442,2.2187574,0.5462679,371.45758,0.15522908,409.59875,50.01307,0.3050558,0.6879379,129.61516,18.680935,44.76583,92.32275,27539.498,0.051552072,1971.9694,0.25795,0.13194007,0.047393866,0.26896536,161.90736,185.68712,22.58446,159.09341,32.42631,57.420765,2275.9258,1.9584044,198.44084,109.95195,429.02783,75.253746,396.71915,40.92105,259.40277,0.0,2118.7322,10008.694,25.337175,570.2981,133.94662,40574.777,130.76007,21.54387,78.201675,244.3404,50.28125,22.878035,137.4641,1614.2689,318.0163,83.18112,17.451021,14.32099,444.99142,65.28193,991.5034,85.1797,2573.2698,259.60498,279.7829,90.37613,103.61073,6.1451225,9.37851,10.4771185,2.1432936,1.4909633,80.709946,87.24744,90.11901,47.075478,42.988026,128.11984,10.782462,2896.115,40.838512,58.965054,47.000866,45.613552,262.3946,80.68718,86.81788,11.736285,32.147354,62.856518,236.23305,599.43677,84.02067,315.50235,73.36276,105.392426,267.8562,231.30655,946.13666,159.10448,5.5693417,12.18918,5.1036873,50.796352,19573.934,3.5002882,31.430023,49.23199,39.203133,337.1473,63.622402,147.59618,1.8721138,128.73088,448.70026,252.39589,150.78386,476.42102,34.83051,98.04185,144.19011,9.967808,1.6515634,10.75032,1008.9346,0.062400352,0.22900537,49.314598,7.5736694,3.4180832,3.5233564,8.389558,84.991,28.980108,87.00118,562.69385,240.9904,2191.0303,1881.0468,27.601751,50.278168,10251.115,7.444368,91.77431,747.85443,176.97067,247.9217,101.4459,574.62976,888.3879,471.19067,27.54132,140.91093,1011.1373,1960.6763,74.980644,902.5482,93.07962,1.0475104,61.49587,0.9104975,0.5448585,2.5652812,70.17203,169.00436,188.25558,14.410976,2386.4873,448.377,202.61761,289.40155,111.81663,86.30864,85.116035,65.00921,99.76848,774.67377,252.01814,149.21948,104.20662,21.208132,150.85838,135.86525,25.67658,578.0865,155.4192,2279.9185,32.73677,2414.4207,80.395035,421.6956,1588.6714,64.24749,12.355536,944.66144,806.1564,2566.075,91.076515 +2023-08-25 18:00:00,0.0,17711.232,360.64124,35.460953,45.6102,34.92863,183.32741,28.528654,44.113853,21.038246,25.60871,1189.1915,183.51718,16.17836,169.48247,1.8289537,0.12200774,28.799458,2.2057524,0.54333085,371.5255,0.15508252,409.73804,50.026062,0.30405077,0.6847141,129.65361,18.686104,44.78136,92.31158,27539.748,0.0514243,1972.6606,0.25763682,0.13170464,0.047285542,0.26836205,161.94081,185.73338,22.580992,159.02823,32.44595,57.376312,2276.099,1.9572703,198.2355,109.80128,429.13715,75.1425,396.82498,40.932564,258.97266,0.0,2118.2668,10001.778,25.315414,570.36383,133.91344,40570.027,130.75784,21.530226,78.04723,243.98834,50.246025,22.864319,137.24232,1613.3704,317.9748,83.00816,17.437037,14.315206,445.0976,65.26851,991.03595,85.17983,2573.4458,259.75726,279.59116,90.39823,103.5655,6.143967,9.376077,10.468416,2.1426969,1.4900322,80.7312,87.280075,90.149765,47.106956,43.01154,128.11932,10.789175,2895.7217,40.81311,58.935482,46.961926,45.545506,262.4637,80.66794,86.673386,11.73026,32.138664,62.80168,236.13928,599.5043,84.070366,315.55252,73.373634,105.3448,267.84702,230.98085,946.1048,159.09976,5.5718226,12.1713705,5.097769,50.816193,19574.867,3.5012178,31.450922,49.262905,39.221523,337.151,63.65161,147.62567,1.8704122,128.73729,448.79312,252.34659,150.82227,476.3492,34.828762,98.03572,144.15405,9.96638,1.6516569,10.750155,1008.4813,0.062366627,0.22888172,49.316414,7.572131,3.4175558,3.5225816,8.391151,84.97273,28.970968,87.002075,562.67554,240.9989,2191.2822,1881.04,27.619377,50.310818,10249.725,7.443721,91.8125,747.931,177.04536,248.03911,101.48186,574.90106,888.5195,471.25595,27.557604,140.98172,1011.03937,1960.442,75.02404,903.0332,93.15404,1.0474288,61.494576,0.9101462,0.544617,2.5642989,70.21323,169.08128,188.1408,14.402957,2385.0583,448.539,202.74597,289.58267,111.867516,86.29335,85.16935,65.09745,99.76008,774.6262,252.02937,149.24654,104.17937,21.229435,150.8773,135.88104,25.65779,577.82,155.37943,2277.6438,32.737663,2413.402,80.39783,421.6995,1587.5408,64.21672,12.360388,944.2816,805.9333,2564.525,91.07663 +2023-08-25 19:00:00,0.0,17711.387,360.72397,35.477375,45.62915,34.937954,183.36288,28.536068,44.133648,21.040127,25.617022,1189.701,183.40694,16.191023,169.54707,1.8200623,0.12119463,28.802473,2.1927474,0.5403938,371.59344,0.15493599,409.8773,50.03906,0.30304572,0.68149024,129.69205,18.691275,44.796894,92.300415,27539.998,0.05129652,1973.3519,0.25732362,0.13146922,0.047177218,0.26775876,161.97426,185.77963,22.577524,158.96304,32.465588,57.331863,2276.2725,1.956136,198.03017,109.650604,429.24646,75.03125,396.93082,40.944077,258.54257,0.0,2117.8018,9994.863,25.293653,570.42957,133.88025,40565.277,130.75562,21.516579,77.89279,243.63629,50.210796,22.850603,137.02054,1612.4717,317.9333,82.8352,17.423052,14.309422,445.2038,65.25509,990.56854,85.17997,2573.622,259.90955,279.3994,90.42034,103.52026,6.1428113,9.373643,10.459714,2.1421,1.489101,80.75245,87.312706,90.18051,47.138435,43.035053,128.1188,10.795888,2895.3286,40.787704,58.905914,46.922985,45.477463,262.53284,80.6487,86.5289,11.724235,32.129974,62.74685,236.04552,599.5718,84.12006,315.60266,73.38451,105.29718,267.83783,230.65514,946.073,159.09505,5.574304,12.153562,5.0918503,50.836033,19575.803,3.5021474,31.471819,49.29382,39.23991,337.1547,63.680824,147.65515,1.8687108,128.74371,448.886,252.29727,150.86069,476.27737,34.827015,98.02959,144.118,9.964952,1.6517503,10.74999,1008.02814,0.0623329,0.22875807,49.31823,7.5705934,3.4170287,3.5218065,8.392745,84.95446,28.961828,87.00296,562.6572,241.00739,2191.5342,1881.0333,27.637001,50.343468,10248.335,7.4430737,91.85069,748.00757,177.12006,248.15651,101.51781,575.17236,888.6511,471.3212,27.573887,141.05252,1010.94135,1960.2078,75.067444,903.51825,93.228455,1.0473472,61.493282,0.9097949,0.5443755,2.5633166,70.254425,169.15822,188.026,14.394937,2383.6296,448.70096,202.87433,289.76376,111.918396,86.27806,85.22267,65.185684,99.75168,774.57874,252.0406,149.27359,104.152115,21.250738,150.89621,135.89684,25.639,577.55347,155.33965,2275.369,32.73856,2412.3838,80.40062,421.70343,1586.4103,64.18594,12.365239,943.90186,805.7102,2562.9746,91.076744 +2023-08-25 20:00:00,0.0,17711.541,360.80673,35.493797,45.6481,34.947277,183.39838,28.543484,44.15344,21.042007,25.625336,1190.2104,183.29669,16.203686,169.6117,1.8111707,0.12038151,28.805489,2.1797423,0.53745675,371.6614,0.15478943,410.01654,50.052055,0.3020407,0.6782664,129.7305,18.696444,44.812424,92.289246,27540.248,0.051168747,1974.0432,0.25701046,0.1312338,0.047068898,0.2671555,162.0077,185.8259,22.574057,158.89784,32.485226,57.28741,2276.4456,1.9550018,197.82483,109.49993,429.3558,74.92,397.03665,40.95559,258.11246,0.0,2117.3364,9987.947,25.27189,570.49536,133.84706,40560.527,130.75339,21.502934,77.73835,243.28424,50.17557,22.836887,136.79877,1611.5731,317.8918,82.66223,17.409067,14.3036375,445.30997,65.24167,990.1011,85.18011,2573.798,260.06183,279.2077,90.44245,103.47503,6.141656,9.371209,10.451013,2.1415033,1.4881699,80.773705,87.34534,90.211266,47.169914,43.058563,128.11829,10.802602,2894.9355,40.762302,58.876343,46.884045,45.409416,262.602,80.629456,86.38441,11.718208,32.121284,62.692013,235.95175,599.6393,84.16976,315.65283,73.39537,105.24956,267.8286,230.32944,946.0412,159.09033,5.576785,12.135753,5.085932,50.855873,19576.738,3.503077,31.492718,49.324734,39.258297,337.1584,63.710033,147.68465,1.8670093,128.75014,448.97882,252.24796,150.8991,476.20557,34.825268,98.02345,144.08194,9.963525,1.6518438,10.7498255,1007.57495,0.062299173,0.2286344,49.320045,7.569055,3.4165013,3.5210316,8.394339,84.936195,28.952688,87.00385,562.639,241.01588,2191.7861,1881.0267,27.654627,50.376118,10246.944,7.4424267,91.888885,748.08417,177.19476,248.27393,101.553764,575.4437,888.7827,471.38644,27.590168,141.1233,1010.8433,1959.9735,75.11084,904.00323,93.30287,1.0472656,61.491993,0.9094436,0.54413396,2.5623343,70.29562,169.23514,187.91121,14.386917,2382.2007,448.8629,203.00269,289.9449,111.96928,86.26277,85.275986,65.273926,99.74328,774.53125,252.05183,149.30063,104.12486,21.272043,150.91513,135.91263,25.62021,577.287,155.29985,2273.0942,32.739456,2411.3655,80.40342,421.70734,1585.2798,64.15517,12.3700905,943.52203,805.4872,2561.4243,91.07686 +2023-08-25 21:00:00,0.0,17711.695,360.8895,35.51022,45.667053,34.956604,183.43385,28.550898,44.17323,21.043888,25.633648,1190.7198,183.18646,16.216349,169.67632,1.8022792,0.11956839,28.808504,2.1667373,0.53451973,371.72934,0.15464288,410.1558,50.065052,0.30103567,0.6750425,129.76895,18.701612,44.827957,92.278076,27540.5,0.051040974,1974.7346,0.25669727,0.13099837,0.046960574,0.26655218,162.04115,185.87216,22.570591,158.83266,32.504864,57.24296,2276.619,1.9538676,197.61948,109.34925,429.46515,74.80875,397.14252,40.967106,257.68234,0.0,2116.871,9981.031,25.25013,570.5611,133.81387,40555.777,130.75116,21.489286,77.58391,242.93219,50.140343,22.823172,136.577,1610.6746,317.8503,82.48927,17.395082,14.297853,445.41617,65.22824,989.6336,85.18024,2573.974,260.2141,279.016,90.464554,103.4298,6.1405005,9.368775,10.44231,2.1409063,1.4872388,80.79496,87.37797,90.24202,47.201393,43.082077,128.11777,10.809315,2894.5422,40.736897,58.846775,46.845108,45.34137,262.6711,80.61021,86.23992,11.712183,32.112595,62.63718,235.85799,599.7068,84.21946,315.70297,73.40624,105.201935,267.81943,230.00374,946.0094,159.08562,5.5792665,12.117944,5.0800138,50.87571,19577.672,3.5040069,31.513617,49.355648,39.276684,337.16208,63.739246,147.71414,1.8653077,128.75655,449.0717,252.19865,150.93752,476.13373,34.82352,98.01733,144.04588,9.962096,1.6519371,10.749661,1007.1217,0.06226545,0.22851075,49.321865,7.5675173,3.415974,3.5202568,8.395932,84.91793,28.943548,87.004745,562.62067,241.02437,2192.038,1881.02,27.672253,50.408768,10245.555,7.4417796,91.92708,748.16077,177.26945,248.39133,101.589714,575.715,888.91437,471.45172,27.606451,141.19409,1010.7453,1959.7393,75.154236,904.4883,93.37729,1.0471841,61.4907,0.9090923,0.54389244,2.5613523,70.33683,169.31206,187.7964,14.378898,2380.7717,449.02487,203.13104,290.126,112.020164,86.24748,85.3293,65.36217,99.73488,774.4837,252.06306,149.32768,104.09762,21.293346,150.93404,135.92842,25.60142,577.02045,155.26007,2270.8193,32.74035,2410.3472,80.40621,421.71127,1584.1493,64.12439,12.374942,943.1422,805.2641,2559.8743,91.07697 +2023-08-25 22:00:00,0.0,17711.85,360.97223,35.52664,45.686005,34.965927,183.46933,28.558311,44.193024,21.045769,25.64196,1191.2292,183.07622,16.229012,169.74094,1.7933877,0.11875527,28.81152,2.1537323,0.53158265,371.79727,0.15449633,410.29507,50.078045,0.30003065,0.6718187,129.8074,18.706783,44.843487,92.26691,27540.75,0.0509132,1975.4259,0.25638407,0.13076295,0.04685225,0.2659489,162.07462,185.91841,22.567123,158.76747,32.5245,57.19851,2276.7922,1.9527333,197.41414,109.19858,429.57446,74.6975,397.24835,40.97862,257.25226,0.0,2116.406,9974.116,25.228369,570.62683,133.7807,40551.027,130.74895,21.47564,77.42947,242.58014,50.105118,22.809456,136.35522,1609.7759,317.8088,82.31631,17.381098,14.29207,445.52234,65.21482,989.16614,85.180374,2574.1501,260.3664,278.82428,90.486664,103.38457,6.1393447,9.366341,10.433608,2.1403096,1.4863076,80.81621,87.4106,90.272766,47.232872,43.10559,128.11725,10.816028,2894.1492,40.711494,58.817204,46.806168,45.273327,262.74023,80.590965,86.09543,11.706158,32.1039,62.582344,235.76422,599.7743,84.26916,315.75314,73.417114,105.15431,267.8102,229.67802,945.9776,159.0809,5.5817475,12.100135,5.0740952,50.89555,19578.607,3.5049365,31.534513,49.38656,39.29507,337.16577,63.76846,147.74364,1.8636062,128.76297,449.16455,252.14934,150.97592,476.06192,34.821774,98.01119,144.00983,9.960669,1.6520306,10.749496,1006.6685,0.06223172,0.22838709,49.32368,7.565979,3.4154468,3.5194817,8.397526,84.89966,28.93441,87.00564,562.60236,241.03287,2192.29,1881.0133,27.689878,50.441418,10244.164,7.441133,91.96528,748.2373,177.34415,248.50873,101.62567,575.9864,889.04596,471.51697,27.622734,141.26488,1010.6473,1959.505,75.19764,904.97327,93.451706,1.0471025,61.489407,0.90874106,0.543651,2.56037,70.37803,169.38899,187.68161,14.370878,2379.343,449.18683,203.25941,290.30713,112.071045,86.23219,85.382614,65.45041,99.72648,774.4362,252.07431,149.35474,104.070366,21.31465,150.95296,135.94421,25.58263,576.75397,155.22029,2268.5447,32.741245,2409.3289,80.409004,421.71518,1583.0187,64.09361,12.379793,942.76245,805.041,2558.324,91.07709 +2023-08-25 23:00:00,0.0,17712.004,361.055,35.543064,45.704956,34.97525,183.50482,28.565725,44.212814,21.047647,25.650272,1191.7388,182.96599,16.241674,169.80554,1.7844962,0.117942154,28.814535,2.1407273,0.52864563,371.8652,0.15434977,410.43433,50.09104,0.29902562,0.66859484,129.84584,18.711952,44.85902,92.25574,27541.0,0.050785422,1976.1172,0.2560709,0.13052753,0.046743926,0.26534563,162.10806,185.96468,22.563656,158.70229,32.54414,57.154057,2276.9653,1.9515991,197.2088,109.047905,429.68378,74.58625,397.3542,40.99013,256.82214,0.0,2115.9407,9967.2,25.206606,570.69257,133.74751,40546.277,130.74672,21.461994,77.275024,242.22809,50.06989,22.79574,136.13345,1608.8773,317.7673,82.14334,17.367111,14.286286,445.6285,65.2014,988.69867,85.18051,2574.3262,260.51868,278.63257,90.50877,103.33933,6.1381893,9.363907,10.424907,2.1397128,1.4853765,80.83746,87.44323,90.30352,47.26435,43.1291,128.11673,10.8227415,2893.756,40.68609,58.787636,46.767227,45.20528,262.80936,80.571724,85.95094,11.700132,32.09521,62.527508,235.67046,599.84186,84.318855,315.80328,73.427986,105.1067,267.80103,229.35233,945.9458,159.07617,5.5842285,12.082325,5.0681767,50.91539,19579.543,3.505866,31.555412,49.417473,39.31346,337.16943,63.79767,147.77313,1.8619047,128.7694,449.2574,252.10002,151.01434,475.99008,34.820026,98.00506,143.97377,9.959241,1.652124,10.749331,1006.21533,0.062197994,0.22826344,49.325497,7.564441,3.4149194,3.5187068,8.39912,84.88139,28.92527,87.00653,562.584,241.04135,2192.542,1881.0067,27.707502,50.474068,10242.773,7.440486,92.00347,748.3139,177.41885,248.62614,101.66163,576.2577,889.1776,471.5822,27.639017,141.33566,1010.5493,1959.2708,75.241035,905.4583,93.52612,1.0470209,61.488117,0.90838975,0.54340947,2.5593877,70.41923,169.46591,187.56682,14.362858,2377.914,449.3488,203.38777,290.48825,112.121925,86.2169,85.43593,65.53864,99.71808,774.3887,252.08554,149.38179,104.04311,21.335953,150.97186,135.96,25.56384,576.4875,155.1805,2266.2698,32.74214,2408.3103,80.4118,421.71912,1581.8882,64.06284,12.384644,942.3826,804.81793,2556.7737,91.0772 +2023-08-26 00:00:00,0.0,17712.158,361.13776,35.559486,45.723907,34.984577,183.5403,28.57314,44.232605,21.049528,25.658585,1192.2482,182.85574,16.254337,169.87016,1.7756047,0.117129035,28.81755,2.1277223,0.5257086,371.93317,0.15420322,410.57358,50.10404,0.29802057,0.665371,129.8843,18.717121,44.874554,92.24457,27541.252,0.05065765,1976.8085,0.25575772,0.1302921,0.0466356,0.26474234,162.14151,186.01094,22.560188,158.6371,32.563778,57.109608,2277.1387,1.9504648,197.00346,108.897224,429.79312,74.475,397.46002,41.001644,256.39203,0.0,2115.4756,9960.285,25.184845,570.7583,133.71432,40541.527,130.74449,21.448347,77.12058,241.87604,50.034664,22.782024,135.91167,1607.9788,317.7258,81.97038,17.353127,14.280502,445.7347,65.18798,988.2312,85.18064,2574.5024,260.67096,278.44083,90.530876,103.2941,6.1370335,9.361473,10.416204,2.139116,1.4844453,80.85871,87.47586,90.334274,47.29583,43.152615,128.1162,10.829454,2893.3628,40.660683,58.758064,46.728287,45.137238,262.8785,80.55248,85.80645,11.694106,32.08652,62.472675,235.57669,599.90936,84.36855,315.85345,73.43886,105.059074,267.79184,229.02661,945.91394,159.07146,5.58671,12.064516,5.0622582,50.93523,19580.477,3.506796,31.57631,49.448387,39.33185,337.17313,63.82688,147.80263,1.8602031,128.7758,449.35025,252.0507,151.05276,475.91827,34.81828,97.99893,143.93771,9.957813,1.6522175,10.7491665,1005.7621,0.06216427,0.22813979,49.327312,7.562903,3.4143922,3.517932,8.400714,84.86313,28.91613,87.007416,562.56573,241.04985,2192.794,1881.0,27.725128,50.506718,10241.384,7.439839,92.041664,748.39044,177.49355,248.74355,101.69758,576.529,889.3092,471.6475,27.6553,141.40646,1010.4513,1959.0365,75.28443,905.9433,93.60054,1.0469394,61.486824,0.90803844,0.54316795,2.5584054,70.46043,169.54283,187.45203,14.354838,2376.485,449.51077,203.51613,290.66934,112.17281,86.201614,85.48924,65.626884,99.70968,774.3412,252.09677,149.40884,104.01586,21.357258,150.99078,135.9758,25.54505,576.22095,155.14072,2263.995,32.74304,2407.292,80.41459,421.72302,1580.7577,64.03207,12.389495,942.0028,804.59485,2555.2236,91.077324 +2023-08-26 01:00:00,0.0,17712.312,361.2205,35.57591,45.742863,34.9939,183.57578,28.580555,44.2524,21.051409,25.666897,1192.7576,182.7455,16.267,169.93478,1.7667131,0.116315916,28.820566,2.1147172,0.52277154,372.0011,0.15405668,410.71283,50.117035,0.29701555,0.6621471,129.92274,18.722292,44.890083,92.233406,27541.502,0.050529875,1977.4998,0.25544456,0.13005668,0.046527278,0.26413903,162.17496,186.05719,22.55672,158.57191,32.583416,57.065155,2277.312,1.9493307,196.79813,108.74655,429.9024,74.36375,397.56586,41.013157,255.96193,0.0,2115.0103,9953.369,25.163084,570.8241,133.68114,40536.773,130.74226,21.434702,76.96614,241.52399,49.999435,22.768309,135.6899,1607.0801,317.6843,81.79742,17.339142,14.274718,445.84088,65.17456,987.76373,85.18078,2574.6785,260.82327,278.2491,90.552986,103.24886,6.135878,9.359039,10.407502,2.1385193,1.4835142,80.87997,87.50849,90.36502,47.32731,43.17613,128.11568,10.836167,2892.9697,40.63528,58.728493,46.68935,45.06919,262.94763,80.53323,85.661964,11.688081,32.07783,62.41784,235.48293,599.97687,84.41824,315.90363,73.44972,105.01145,267.78262,228.70091,945.88214,159.06674,5.589191,12.046707,5.0563397,50.95507,19581.412,3.5077255,31.597208,49.4793,39.350235,337.17682,63.856094,147.83212,1.8585017,128.78223,449.4431,252.0014,151.09117,475.84644,34.816532,97.9928,143.90166,9.956386,1.652311,10.7490015,1005.3089,0.06213054,0.22801612,49.32913,7.561365,3.4138649,3.5171568,8.4023075,84.84486,28.90699,87.00831,562.5474,241.05833,2193.046,1880.9934,27.742754,50.539368,10239.993,7.439192,92.07986,748.46704,177.56825,248.86095,101.733536,576.80035,889.44086,471.71274,27.671581,141.47725,1010.3533,1958.8022,75.327835,906.42834,93.67496,1.0468578,61.485535,0.9076872,0.54292643,2.557423,70.50163,169.61977,187.33722,14.346819,2375.0564,449.67273,203.64449,290.85046,112.223694,86.186325,85.542564,65.715126,99.70128,774.2937,252.108,149.4359,103.98861,21.378561,151.00969,135.9916,25.52626,575.95447,155.10092,2261.7202,32.74393,2406.2737,80.41738,421.72696,1579.6272,64.00129,12.394346,941.62305,804.3718,2553.6733,91.07744 +2023-08-26 02:00:00,0.0,17712.467,361.30325,35.59233,45.761814,35.003223,183.61127,28.587969,44.27219,21.05329,25.675209,1193.2671,182.63527,16.279663,169.9994,1.7578217,0.1155028,28.823582,2.1017122,0.5198345,372.06903,0.15391013,410.8521,50.130028,0.29601052,0.65892327,129.9612,18.72746,44.905617,92.22224,27541.752,0.050402097,1978.191,0.25513136,0.12982126,0.046418957,0.26353577,162.2084,186.10345,22.553253,158.50671,32.603054,57.020706,2277.4854,1.9481964,196.59279,108.59588,430.01172,74.2525,397.6717,41.02467,255.53181,0.0,2114.545,9946.454,25.141321,570.88983,133.64795,40532.023,130.74004,21.421055,76.8117,241.17194,49.964207,22.754593,135.46812,1606.1815,317.64282,81.62445,17.325157,14.268934,445.94708,65.16113,987.29626,85.18091,2574.8545,260.97556,278.05737,90.57509,103.20363,6.1347227,9.356606,10.398801,2.1379223,1.482583,80.901215,87.54112,90.395775,47.358788,43.199642,128.11516,10.84288,2892.5767,40.609875,58.698925,46.65041,45.001144,263.01675,80.51399,85.51747,11.682055,32.06914,62.363007,235.38916,600.0444,84.46794,315.95377,73.460594,104.96383,267.77344,228.3752,945.85034,159.06203,5.5916724,12.028898,5.050421,50.97491,19582.348,3.508655,31.618105,49.510216,39.36862,337.1805,63.885303,147.86162,1.8568002,128.78864,449.53595,251.95209,151.1296,475.77463,34.814785,97.98667,143.8656,9.954958,1.6524043,10.748837,1004.85565,0.062096816,0.22789247,49.330944,7.559827,3.4133375,3.516382,8.403901,84.82659,28.89785,87.0092,562.5291,241.06683,2193.2979,1880.9867,27.760378,50.572018,10238.604,7.4385448,92.11806,748.54364,177.64294,248.97836,101.769485,577.07166,889.57245,471.77798,27.687864,141.54803,1010.25525,1958.568,75.37123,906.9133,93.74938,1.0467762,61.48424,0.9073359,0.5426849,2.5564408,70.54283,169.69669,187.22243,14.338799,2373.6274,449.8347,203.77284,291.0316,112.27458,86.171036,85.59588,65.80336,99.69288,774.24615,252.11923,149.46294,103.96136,21.399864,151.02861,136.00739,25.507471,575.6879,155.06114,2259.4453,32.744827,2405.2554,80.42017,421.73087,1578.4966,63.970512,12.399198,941.2432,804.14874,2552.1233,91.07755 +2023-08-26 03:00:00,0.0,17712.623,361.386,35.608753,45.780766,35.01255,183.64674,28.595383,44.291985,21.05517,25.683521,1193.7765,182.52502,16.292326,170.06401,1.7489301,0.11468968,28.826597,2.0887072,0.51689744,372.13696,0.15376358,410.99136,50.143024,0.2950055,0.65569943,129.99963,18.73263,44.921146,92.21107,27542.002,0.050274324,1978.8823,0.25481817,0.12958583,0.046310633,0.26293248,162.24185,186.1497,22.549786,158.44153,32.622692,56.976254,2277.6584,1.9470623,196.38745,108.445206,430.12106,74.14125,397.77753,41.036182,255.10172,0.0,2114.0798,9939.538,25.11956,570.95557,133.61476,40527.273,130.73782,21.407408,76.65726,240.81989,49.92898,22.740877,135.24635,1605.2828,317.60132,81.45149,17.311172,14.263151,446.05325,65.14771,986.8288,85.181046,2575.0305,261.12784,277.86566,90.5972,103.1584,6.133567,9.354171,10.390099,2.1373255,1.4816519,80.92247,87.57376,90.42653,47.390263,43.223152,128.11464,10.849594,2892.1833,40.584473,58.669353,46.61147,44.9331,263.0859,80.49475,85.372986,11.67603,32.06045,62.30817,235.2954,600.1119,84.51764,316.00394,73.471466,104.91621,267.76422,228.0495,945.81854,159.05731,5.5941534,12.011088,5.0445027,50.99475,19583.281,3.5095847,31.639004,49.54113,39.38701,337.1842,63.914516,147.89111,1.8550986,128.79506,449.6288,251.90277,151.168,475.7028,34.813038,97.98054,143.82954,9.95353,1.6524978,10.7486725,1004.40247,0.06206309,0.22776881,49.332764,7.558289,3.4128103,3.5156069,8.405495,84.80832,28.88871,87.01009,562.5108,241.07532,2193.5498,1880.98,27.778004,50.604668,10237.213,7.4378977,92.15625,748.6202,177.71764,249.09576,101.80544,577.343,889.7041,471.84326,27.704147,141.61882,1010.1573,1958.3337,75.41463,907.3984,93.8238,1.0466946,61.48295,0.90698457,0.5424434,2.5554585,70.58403,169.7736,187.10764,14.330779,2372.1985,449.99664,203.90121,291.2127,112.32546,86.15575,85.64919,65.8916,99.68448,774.19867,252.13046,149.48999,103.934105,21.42117,151.04752,136.02318,25.48868,575.42145,155.02136,2257.1707,32.745724,2404.2368,80.422966,421.7348,1577.3661,63.93974,12.404049,940.8634,803.92566,2550.573,91.07767 +2023-08-26 04:00:00,0.0,17712.777,361.46875,35.625175,45.799717,35.021873,183.68222,28.602797,44.311775,21.05705,25.691833,1194.2859,182.41478,16.304989,170.12863,1.7400386,0.11387657,28.829613,2.0757022,0.5139604,372.20493,0.15361702,411.1306,50.15602,0.29400048,0.6524756,130.03809,18.7378,44.93668,92.1999,27542.254,0.05014655,1979.5736,0.254505,0.12935042,0.04620231,0.2623292,162.27531,186.19597,22.546318,158.37634,32.64233,56.9318,2277.8318,1.945928,196.18211,108.294525,430.2304,74.03,397.88336,41.047695,254.6716,0.0,2113.6145,9932.623,25.097797,571.0213,133.58157,40522.523,130.7356,21.393763,76.502815,240.46783,49.893753,22.727161,135.02458,1604.3843,317.5598,81.27853,17.297186,14.257367,446.15942,65.13429,986.3614,85.18118,2575.2065,261.28012,277.67395,90.61931,103.11317,6.1324115,9.351737,10.381396,2.1367288,1.4807208,80.94372,87.60639,90.457275,47.42174,43.246666,128.11412,10.856307,2891.7903,40.559067,58.639786,46.57253,44.865055,263.15503,80.47551,85.22849,11.670005,32.051758,62.253334,235.20163,600.17944,84.56734,316.05408,73.48234,104.86858,267.75504,227.72379,945.78674,159.0526,5.5966344,11.993279,5.038584,51.014587,19584.217,3.5105145,31.6599,49.572044,39.4054,337.1879,63.943726,147.92061,1.8533971,128.80148,449.72168,251.85347,151.20642,475.63098,34.81129,97.9744,143.79349,9.952103,1.6525912,10.7485075,1003.9493,0.06202936,0.22764516,49.33458,7.5567513,3.412283,3.514832,8.407088,84.790054,28.87957,87.01099,562.4925,241.08382,2193.802,1880.9734,27.79563,50.63732,10235.822,7.4372506,92.19444,748.6968,177.79234,249.21317,101.8414,577.6143,889.8357,471.9085,27.72043,141.6896,1010.05927,1958.0995,75.45803,907.88336,93.89822,1.0466131,61.48166,0.9066333,0.5422019,2.5544763,70.62523,169.85054,186.99283,14.32276,2370.7698,450.1586,204.02957,291.39383,112.37634,86.14046,85.70251,65.97984,99.67608,774.1511,252.1417,149.51704,103.90685,21.442472,151.06644,136.03897,25.46989,575.1549,154.98157,2254.8958,32.746616,2403.2185,80.425766,421.7387,1576.2356,63.908962,12.4089,940.48364,803.7026,2549.0227,91.07778 +2023-08-26 05:00:00,0.0,17712.932,361.5515,35.641598,45.81867,35.031197,183.71771,28.61021,44.331566,21.05893,25.700148,1194.7954,182.30455,16.317652,170.19325,1.731147,0.11306345,28.832628,2.0626972,0.51102334,372.27286,0.15347047,411.26987,50.169018,0.29299542,0.6492517,130.07654,18.74297,44.95221,92.18873,27542.504,0.050018772,1980.2649,0.25419182,0.129115,0.046093985,0.2617259,162.30876,186.24223,22.54285,158.31116,32.66197,56.887352,2278.0051,1.9447937,195.97678,108.14385,430.33972,73.91875,397.9892,41.059208,254.2415,0.0,2113.1494,9925.707,25.076036,571.08704,133.5484,40517.773,130.73337,21.380116,76.34837,240.11578,49.85853,22.713446,134.8028,1603.4857,317.5183,81.10556,17.283201,14.251583,446.26562,65.12087,985.8939,85.18131,2575.3828,261.4324,277.48224,90.64141,103.06793,6.131256,9.349303,10.372695,2.136132,1.4797896,80.96497,87.63902,90.48803,47.45322,43.27018,128.1136,10.86302,2891.3972,40.53366,58.610214,46.533592,44.797012,263.22415,80.45626,85.08401,11.663979,32.043068,62.1985,235.10786,600.24695,84.617035,316.10425,73.49321,104.82097,267.74585,227.39809,945.7549,159.04788,5.599116,11.975471,5.0326657,51.034428,19585.152,3.511444,31.6808,49.60296,39.423786,337.1916,63.97294,147.9501,1.8516957,128.80789,449.8145,251.80415,151.24484,475.55914,34.809544,97.96828,143.75743,9.950675,1.6526847,10.7483425,1003.49603,0.061995637,0.22752151,49.336395,7.555213,3.4117556,3.5140572,8.408683,84.77179,28.87043,87.01188,562.47424,241.09232,2194.054,1880.9667,27.813253,50.66997,10234.433,7.4366035,92.232635,748.7733,177.86703,249.33057,101.87735,577.8856,889.96735,471.97375,27.736713,141.7604,1009.96124,1957.8652,75.50143,908.3684,93.97263,1.0465316,61.480366,0.906282,0.54196036,2.553494,70.666435,169.92746,186.87804,14.31474,2369.3408,450.3206,204.15793,291.57492,112.42723,86.12517,85.75582,66.06808,99.66767,774.10364,252.15294,149.5441,103.8796,21.463776,151.08534,136.05478,25.451101,574.8884,154.94179,2252.621,32.747513,2402.2002,80.42856,421.7426,1575.105,63.87819,12.413752,940.1038,803.4795,2547.4727,91.077896 +2023-08-26 06:00:00,0.0,17713.086,361.63425,35.65802,45.83762,35.040524,183.75319,28.617626,44.35136,21.06081,25.70846,1195.3048,182.1943,16.330315,170.25787,1.7222556,0.11225033,28.835644,2.0496922,0.5080863,372.3408,0.15332393,411.40915,50.18201,0.2919904,0.64602786,130.11499,18.748138,44.967743,92.17756,27542.754,0.049891,1980.9562,0.25387862,0.12887958,0.04598566,0.2611226,162.34221,186.28848,22.539383,158.24597,32.681606,56.8429,2278.1782,1.9436595,195.77144,107.99318,430.44904,73.8075,398.09503,41.07072,253.81139,0.0,2112.684,9918.791,25.054276,571.1528,133.51521,40513.023,130.73114,21.36647,76.19393,239.76373,49.8233,22.69973,134.58102,1602.587,317.4768,80.9326,17.269217,14.245799,446.3718,65.107445,985.42645,85.18145,2575.5588,261.5847,277.29053,90.66352,103.0227,6.1301003,9.346869,10.363993,2.1355352,1.4788585,80.98622,87.67166,90.51878,47.4847,43.29369,128.11308,10.869734,2891.0042,40.50826,58.580647,46.49465,44.728966,263.29327,80.43702,84.939514,11.657953,32.034378,62.143665,235.0141,600.31445,84.66673,316.1544,73.50408,104.773346,267.73663,227.07239,945.7231,159.04317,5.601597,11.957662,5.026747,51.054268,19586.086,3.5123737,31.701696,49.633873,39.442173,337.19528,64.00215,147.97958,1.8499941,128.81432,449.90738,251.75484,151.28325,475.48734,34.807793,97.96214,143.72137,9.949247,1.6527781,10.7481785,1003.04285,0.06196191,0.22739784,49.33821,7.553675,3.4112284,3.513282,8.410276,84.75352,28.86129,87.012764,562.45593,241.1008,2194.306,1880.9601,27.83088,50.70262,10233.042,7.4359565,92.27083,748.8499,177.94174,249.44798,101.91331,578.157,890.09894,472.03903,27.752995,141.83119,1009.8632,1957.631,75.54482,908.8534,94.04705,1.0464499,61.479076,0.90593076,0.54171884,2.5525117,70.707634,170.00438,186.76324,14.30672,2367.9119,450.48254,204.28629,291.75604,112.47811,86.10988,85.809135,66.15632,99.65927,774.05615,252.16417,149.57115,103.852356,21.48508,151.10426,136.07057,25.43231,574.6219,154.902,2250.3462,32.74841,2401.182,80.43135,421.74655,1573.9745,63.847412,12.418603,939.72406,803.2565,2545.9224,91.07801 +2023-08-26 07:00:00,0.0,17713.24,361.717,35.674442,45.85657,35.049847,183.78867,28.62504,44.37115,21.06269,25.716772,1195.8142,182.08408,16.342976,170.32248,1.713364,0.11143721,28.83866,2.0366871,0.5051493,372.40872,0.15317738,411.5484,50.195007,0.29098538,0.642804,130.15343,18.75331,44.983273,92.1664,27543.006,0.049763225,1981.6475,0.25356546,0.12864415,0.045877337,0.26051933,162.37566,186.33475,22.535915,158.18079,32.701244,56.79845,2278.3516,1.9425253,195.5661,107.8425,430.55838,73.69625,398.20087,41.082237,253.38129,0.0,2112.2188,9911.876,25.032513,571.21857,133.48203,40508.273,130.72891,21.352823,76.03949,239.41168,49.788074,22.686016,134.35925,1601.6885,317.4353,80.759636,17.255232,14.240015,446.47797,65.094025,984.959,85.18158,2575.7349,261.73697,277.0988,90.68562,102.97746,6.128945,9.344436,10.35529,2.1349385,1.4779273,81.00748,87.704285,90.54953,47.51618,43.317204,128.11256,10.876447,2890.6108,40.482853,58.551075,46.45571,44.66092,263.36243,80.41778,84.79503,11.651928,32.02569,62.08883,234.92033,600.38196,84.71643,316.20456,73.514946,104.72572,267.72745,226.74667,945.6913,159.03845,5.6040783,11.939852,5.0208287,51.07411,19587.021,3.5133033,31.722595,49.664787,39.46056,337.19897,64.031364,148.00908,1.8482926,128.82072,450.00024,251.70552,151.32167,475.4155,34.806046,97.95601,143.68532,9.94782,1.6528716,10.7480135,1002.58966,0.061928187,0.2272742,49.340027,7.552137,3.410701,3.5125072,8.41187,84.73525,28.852152,87.01366,562.4376,241.1093,2194.5579,1880.9534,27.848505,50.73527,10231.652,7.4353094,92.30903,748.9265,178.01643,249.56538,101.949265,578.4283,890.2306,472.10428,27.769278,141.90198,1009.76526,1957.3967,75.58823,909.33844,94.12147,1.0463684,61.477783,0.90557945,0.5414773,2.5515296,70.74883,170.08131,186.64845,14.2987,2366.4832,450.6445,204.41466,291.93716,112.52899,86.09459,85.86245,66.24456,99.65087,774.0086,252.1754,149.5982,103.8251,21.506384,151.12317,136.08636,25.41352,574.3554,154.86221,2248.0715,32.749302,2400.1633,80.43414,421.75046,1572.844,63.816635,12.423454,939.34424,803.0334,2544.372,91.078125 +2023-08-26 08:00:00,0.0,17713.395,361.79977,35.690865,45.875523,35.05917,183.82414,28.632454,44.390945,21.064571,25.725084,1196.3237,181.97383,16.355639,170.3871,1.7044725,0.11062409,28.841675,2.023682,0.5022122,372.47665,0.15303083,411.68765,50.208004,0.28998035,0.6395802,130.19188,18.758478,44.998806,92.15523,27543.256,0.049635448,1982.3387,0.25325227,0.12840873,0.045769017,0.25991604,162.4091,186.38101,22.532448,158.11559,32.720882,56.753998,2278.525,1.9413911,195.36076,107.691826,430.66766,73.585,398.3067,41.09375,252.95117,0.0,2111.7537,9904.96,25.010752,571.2843,133.44884,40503.523,130.7267,21.339178,75.88505,239.05965,49.752846,22.6723,134.13748,1600.7899,317.39383,80.58667,17.241247,14.234231,446.58417,65.080605,984.4915,85.18172,2575.911,261.88925,276.90704,90.70773,102.932236,6.127789,9.342002,10.346589,2.1343415,1.4769962,81.028725,87.73692,90.580284,47.547657,43.340717,128.11205,10.88316,2890.2178,40.45745,58.521507,46.41677,44.592876,263.43155,80.39854,84.650536,11.645903,32.017,62.033997,234.82658,600.44946,84.76613,316.2547,73.52582,104.6781,267.71823,226.42097,945.6595,159.03374,5.6065593,11.922043,5.0149107,51.09395,19587.955,3.514233,31.743492,49.6957,39.478947,337.20264,64.06057,148.03857,1.8465911,128.82715,450.09308,251.65622,151.36008,475.3437,34.8043,97.94988,143.64926,9.946392,1.652965,10.7478485,1002.1364,0.061894458,0.22715053,49.341846,7.550599,3.4101737,3.511732,8.413464,84.71699,28.843012,87.01455,562.4193,241.11778,2194.8098,1880.9467,27.866129,50.76792,10230.262,7.4346623,92.34722,749.00305,178.09113,249.68279,101.985214,578.69965,890.3622,472.16956,27.78556,141.97276,1009.66724,1957.1625,75.63162,909.8234,94.195885,1.0462868,61.47649,0.90522814,0.5412358,2.5505474,70.79004,170.15823,186.53365,14.290681,2365.0542,450.80646,204.54301,292.1183,112.57988,86.0793,85.91577,66.332794,99.64247,773.9611,252.18663,149.62524,103.79785,21.527687,151.14209,136.10216,25.394732,574.0889,154.82243,2245.7966,32.7502,2399.145,80.436935,421.7544,1571.7135,63.785862,12.428306,938.9644,802.8103,2542.822,91.07824 +2023-08-26 09:00:00,0.0,17713.549,361.8825,35.707287,45.894474,35.068493,183.85963,28.639868,44.410736,21.066452,25.733397,1196.8331,181.86359,16.368301,170.45172,1.695581,0.10981097,28.84469,2.010677,0.4992752,372.54462,0.15288427,411.8269,50.221,0.28897533,0.6363563,130.23033,18.763647,45.014336,92.14406,27543.506,0.049507674,1983.03,0.2529391,0.1281733,0.045660693,0.25931275,162.44257,186.42726,22.528982,158.0504,32.74052,56.709545,2278.698,1.9402568,195.15543,107.54115,430.777,73.47375,398.41254,41.105263,252.52107,0.0,2111.2883,9898.045,24.98899,571.35004,133.41565,40498.773,130.72447,21.325531,75.730606,238.70758,49.717617,22.658585,133.91571,1599.8912,317.35233,80.41371,17.227262,14.228447,446.69034,65.067184,984.02405,85.181854,2576.087,262.04153,276.71533,90.72984,102.887,6.1266336,9.339567,10.337887,2.1337447,1.476065,81.04998,87.769554,90.61104,47.579136,43.36423,128.11153,10.889873,2889.8247,40.432045,58.491936,46.377834,44.52483,263.50067,80.37929,84.50605,11.639876,32.00831,61.97916,234.73282,600.51697,84.81583,316.30487,73.53669,104.63048,267.70905,226.09526,945.6277,159.02902,5.6090407,11.904234,5.008992,51.11379,19588.89,3.5151627,31.76439,49.726616,39.497337,337.20633,64.08978,148.06807,1.8448895,128.83357,450.18594,251.6069,151.3985,475.27188,34.80255,97.94375,143.6132,9.944964,1.6530584,10.747684,1001.6832,0.061860733,0.22702688,49.343662,7.549061,3.4096465,3.5109572,8.415057,84.698715,28.833872,87.01544,562.401,241.12628,2195.0618,1880.9401,27.883755,50.80057,10228.871,7.4340153,92.385414,749.07965,178.16583,249.8002,102.02117,578.97095,890.4938,472.2348,27.801844,142.04355,1009.5692,1956.9282,75.67502,910.3085,94.2703,1.0462053,61.4752,0.9048769,0.5409943,2.549565,70.83124,170.23515,186.41885,14.282661,2363.6255,450.9684,204.67137,292.2994,112.63076,86.06401,85.969086,66.421036,99.63407,773.91364,252.19786,149.6523,103.7706,21.548992,151.161,136.11795,25.37594,573.8224,154.78264,2243.522,32.751095,2398.1267,80.43973,421.7583,1570.5829,63.755085,12.433157,938.58466,802.5872,2541.2717,91.078354 +2023-08-26 10:00:00,0.0,17713.703,361.96527,35.72371,45.913425,35.07782,183.89511,28.647282,44.430527,21.068333,25.741709,1197.3425,181.75336,16.380964,170.51633,1.6866895,0.10899785,28.847706,1.9976721,0.49633816,372.61255,0.15273772,411.9662,50.233997,0.28797027,0.63313246,130.26877,18.768818,45.02987,92.13289,27543.758,0.0493799,1983.7214,0.2526259,0.12793788,0.04555237,0.25870946,162.47601,186.47353,22.525515,157.98521,32.76016,56.665096,2278.8713,1.9391227,194.95009,107.39047,430.88635,73.3625,398.51837,41.116776,252.09096,0.0,2110.8232,9891.129,24.967228,571.4158,133.38246,40494.023,130.72224,21.311884,75.576164,238.35553,49.682392,22.644869,133.69394,1598.9927,317.31082,80.240746,17.213276,14.222664,446.79654,65.053764,983.5566,85.181984,2576.2632,262.19382,276.52362,90.751945,102.84177,6.1254783,9.337133,10.329185,2.133148,1.4751339,81.07123,87.802185,90.641785,47.610615,43.38774,128.11101,10.896586,2889.4314,40.406643,58.462364,46.338894,44.456787,263.56982,80.36005,84.36156,11.633851,31.999617,61.924328,234.63905,600.58453,84.865524,316.35504,73.54756,104.582855,267.69986,225.76956,945.5959,159.0243,5.6115217,11.886425,5.0030737,51.13363,19589.826,3.5160923,31.785288,49.757526,39.515724,337.21002,64.118996,148.09756,1.843188,128.83998,450.2788,251.55759,151.4369,475.20004,34.800804,97.937614,143.57715,9.943537,1.6531519,10.747519,1001.23,0.061827008,0.22690323,49.345478,7.547523,3.4091191,3.5101824,8.416651,84.68045,28.824732,87.016335,562.3827,241.13477,2195.3137,1880.9333,27.90138,50.83322,10227.481,7.433368,92.42361,749.15625,178.24052,249.9176,102.05712,579.24225,890.6254,472.30005,27.818127,142.11435,1009.4712,1956.694,75.718414,910.79346,94.34472,1.0461236,61.473907,0.9045256,0.54075277,2.5485828,70.87244,170.31209,186.30406,14.274641,2362.1965,451.1304,204.79973,292.4805,112.68164,86.04872,86.0224,66.50928,99.62567,773.8661,252.20909,149.67935,103.74335,21.570295,151.17992,136.13374,25.357151,573.5559,154.74286,2241.247,32.751987,2397.1084,80.44252,421.76224,1569.4524,63.72431,12.438008,938.20483,802.3642,2539.7214,91.078476 +2023-08-26 11:00:00,0.0,17713.857,362.048,35.74013,45.932377,35.087143,183.93059,28.654697,44.45032,21.070211,25.750021,1197.8519,181.64311,16.393627,170.58095,1.6777979,0.10818473,28.850721,1.9846671,0.4934011,372.68048,0.15259118,412.10544,50.24699,0.28696525,0.6299086,130.30722,18.773987,45.0454,92.12172,27544.008,0.049252123,1984.4127,0.25231272,0.12770246,0.045444045,0.25810617,162.50946,186.51979,22.522047,157.92003,32.779797,56.620644,2279.0447,1.9379884,194.74474,107.2398,430.99567,73.25125,398.6242,41.12829,251.66086,0.0,2110.358,9884.214,24.945467,571.4815,133.34927,40489.273,130.72002,21.298239,75.42172,238.00348,49.647163,22.631153,133.47215,1598.0941,317.26932,80.06778,17.199291,14.21688,446.9027,65.04034,983.0891,85.18212,2576.4392,262.3461,276.3319,90.774055,102.79653,6.1243224,9.3347,10.320483,2.1325512,1.4742028,81.09248,87.834816,90.67254,47.642094,43.411255,128.11049,10.903299,2889.0383,40.381237,58.432796,46.299953,44.38874,263.63895,80.340805,84.21707,11.627826,31.990927,61.86949,234.54529,600.65204,84.91522,316.40518,73.55843,104.53524,267.69064,225.44385,945.564,159.01959,5.6140027,11.868615,4.997155,51.15347,19590.76,3.5170221,31.806187,49.78844,39.53411,337.2137,64.14821,148.12706,1.8414866,128.8464,450.37164,251.50829,151.47533,475.12823,34.799057,97.93149,143.54109,9.942108,1.6532453,10.7473545,1000.7768,0.06179328,0.22677957,49.347294,7.5459847,3.408592,3.5094073,8.418245,84.662186,28.815592,87.01722,562.3644,241.14326,2195.5657,1880.9268,27.919004,50.86587,10226.091,7.432721,92.46181,749.2328,178.31522,250.035,102.09308,579.5136,890.757,472.36533,27.834408,142.18513,1009.3732,1956.4597,75.76182,911.2785,94.419136,1.0460421,61.47262,0.90417427,0.54051125,2.5476005,70.913635,170.389,186.18927,14.266622,2360.7676,451.29236,204.92809,292.66162,112.73253,86.03343,86.075714,66.59752,99.61727,773.8186,252.22034,149.7064,103.716095,21.591599,151.19882,136.14954,25.338362,573.28937,154.70308,2238.9722,32.752884,2396.0898,80.44531,421.76614,1568.3219,63.693535,12.442859,937.825,802.1411,2538.1714,91.07859 +2023-08-26 12:00:00,0.0,17714.014,362.13077,35.756554,45.95133,35.096466,183.96608,28.662111,44.47011,21.072092,25.758335,1198.3615,181.53288,16.40629,170.64557,1.6689065,0.10737161,28.853737,1.971662,0.49046406,372.7484,0.15244463,412.2447,50.259987,0.28596023,0.6266848,130.34567,18.779156,45.060932,92.11055,27544.258,0.04912435,1985.104,0.25199956,0.12746704,0.04533572,0.25750288,162.54291,186.56604,22.51858,157.85484,32.799435,56.576195,2279.218,1.9368541,194.5394,107.08913,431.10498,73.14,398.73004,41.1398,251.23076,0.0,2109.8926,9877.298,24.923706,571.5473,133.31609,40484.523,130.71779,21.284592,75.26728,237.65143,49.61194,22.617437,133.25038,1597.1954,317.2278,79.89482,17.185307,14.211096,447.00888,65.02692,982.62164,85.18226,2576.6152,262.49838,276.1402,90.79616,102.7513,6.123167,9.332266,10.311781,2.1319544,1.4732716,81.11373,87.86745,90.70329,47.673573,43.43477,128.10997,10.910012,2888.6453,40.35583,58.403225,46.261013,44.320694,263.70807,80.32156,84.07258,11.6218,31.982235,61.814655,234.45152,600.71954,84.96492,316.45535,73.5693,104.48762,267.68146,225.11815,945.5322,159.01486,5.616484,11.850806,4.9912367,51.17331,19591.695,3.5179517,31.827084,49.819355,39.552498,337.2174,64.17742,148.15656,1.839785,128.85281,450.4645,251.45897,151.51375,475.0564,34.79731,97.925354,143.50504,9.9406805,1.6533388,10.7471895,1000.3236,0.061759554,0.22665592,49.34911,7.544447,3.4080646,3.5086324,8.419839,84.64391,28.806452,87.01811,562.34607,241.15175,2195.8176,1880.92,27.93663,50.89852,10224.701,7.432074,92.5,749.3094,178.38992,250.15242,102.129036,579.7849,890.8887,472.43057,27.85069,142.25592,1009.2752,1956.2255,75.805214,911.7635,94.49355,1.0459605,61.471325,0.903823,0.54026973,2.5466182,70.95484,170.46593,186.07446,14.258602,2359.3389,451.4543,205.05646,292.84274,112.78341,86.01814,86.12903,66.68575,99.60887,773.7711,252.23157,149.73346,103.68884,21.612902,151.21774,136.16533,25.31957,573.0229,154.66328,2236.6975,32.75378,2395.0715,80.44811,421.77008,1567.1914,63.66276,12.44771,937.44525,801.918,2536.621,91.078705 +2023-08-26 13:00:00,0.0,17714.168,362.21353,35.772976,45.97028,35.105793,184.00156,28.669525,44.489906,21.073973,25.766647,1198.8708,181.42264,16.418953,170.71019,1.6600149,0.106558494,28.856752,1.958657,0.487527,372.81638,0.15229808,412.38394,50.272984,0.2849552,0.6234609,130.38412,18.784327,45.07646,92.09939,27544.508,0.048996575,1985.7953,0.25168636,0.12723161,0.045227397,0.2568996,162.57635,186.6123,22.515112,157.78966,32.819073,56.531742,2279.391,1.93572,194.33406,106.93845,431.21432,73.02875,398.8359,41.151314,250.80064,0.0,2109.4272,9870.383,24.901943,571.61304,133.28291,40479.77,130.71558,21.270947,75.11284,237.2994,49.57671,22.603722,133.02861,1596.2969,317.1863,79.721855,17.171322,14.205312,447.11508,65.0135,982.1542,85.18239,2576.7913,262.65067,275.94846,90.81827,102.70607,6.1220117,9.329832,10.303079,2.1313574,1.4723405,81.13499,87.90008,90.73404,47.70505,43.458282,128.10945,10.916726,2888.252,40.33043,58.373657,46.222073,44.25265,263.7772,80.302315,83.92809,11.615774,31.973545,61.759823,234.35776,600.78705,85.01462,316.5055,73.58017,104.439995,267.67224,224.79243,945.5004,159.01015,5.618965,11.832997,4.985318,51.193146,19592.63,3.5188813,31.847982,49.85027,39.570885,337.2211,64.20663,148.18605,1.8380835,128.85924,450.55737,251.40965,151.55215,474.9846,34.795563,97.91922,143.46898,9.939253,1.6534321,10.747025,999.87036,0.06172583,0.22653225,49.35093,7.5429087,3.4075372,3.5078576,8.4214325,84.62565,28.797312,87.019005,562.32776,241.16025,2196.0696,1880.9133,27.954256,50.93117,10223.311,7.431427,92.53819,749.3859,178.46461,250.26982,102.164986,580.0563,891.02026,472.49582,27.866974,142.3267,1009.1772,1955.9912,75.84861,912.24854,94.56797,1.045879,61.47003,0.9034717,0.5400282,2.545636,70.99604,170.54286,185.95967,14.250582,2357.91,451.61627,205.18481,293.02386,112.8343,86.00285,86.18234,66.773994,99.60047,773.7236,252.2428,149.76051,103.66159,21.634207,151.23665,136.18112,25.300781,572.75635,154.6235,2234.4226,32.754673,2394.0532,80.450905,421.774,1566.0608,63.631985,12.452561,937.0654,801.69495,2535.071,91.07882 +2023-08-26 14:00:00,0.0,17714.322,362.29626,35.7894,45.98923,35.115116,184.03703,28.676939,44.509697,21.075853,25.77496,1199.3802,181.3124,16.431616,170.7748,1.6511234,0.10574538,28.859768,1.945652,0.48458996,372.8843,0.15215153,412.52322,50.28598,0.28395018,0.62023705,130.42256,18.789495,45.091995,92.08822,27544.76,0.0488688,1986.4866,0.25137317,0.12699619,0.045119077,0.2562963,162.60982,186.65855,22.511644,157.72446,32.83871,56.487293,2279.5645,1.9345857,194.12872,106.78777,431.32364,72.917496,398.94174,41.162827,250.37054,0.0,2108.9622,9863.467,24.880182,571.6788,133.24973,40475.02,130.71335,21.2573,74.9584,236.94733,49.541485,22.590006,132.80684,1595.3983,317.14484,79.54889,17.157337,14.199528,447.22125,65.00008,981.68677,85.182526,2576.9673,262.80295,275.75674,90.84038,102.660835,6.120856,9.327397,10.294377,2.1307607,1.4714093,81.156235,87.93271,90.76479,47.736526,43.481792,128.10893,10.923439,2887.859,40.305023,58.344086,46.183136,44.184605,263.84634,80.28307,83.7836,11.609749,31.964855,61.704987,234.26399,600.85455,85.064316,316.55566,73.59104,104.39237,267.66306,224.46674,945.4686,159.00543,5.6214466,11.815188,4.9793997,51.212986,19593.564,3.519811,31.868881,49.881184,39.58927,337.2248,64.23584,148.21555,1.836382,128.86566,450.6502,251.36035,151.59058,474.91275,34.793816,97.91309,143.43292,9.937825,1.6535256,10.74686,999.4172,0.0616921,0.2264086,49.352745,7.541371,3.40701,3.5070825,8.423026,84.60738,28.788172,87.0199,562.30945,241.16873,2196.3215,1880.9067,27.971882,50.96382,10221.921,7.43078,92.576385,749.4625,178.53932,250.38722,102.20094,580.3276,891.1519,472.5611,27.883257,142.39749,1009.07916,1955.757,75.89201,912.7335,94.64239,1.0457973,61.468742,0.9031204,0.5397867,2.5446537,71.03724,170.61978,185.84488,14.242562,2356.481,451.77823,205.31317,293.205,112.88518,85.987564,86.235664,66.862236,99.59207,773.6761,252.25403,149.78755,103.63434,21.65551,151.25557,136.19691,25.281992,572.48987,154.58371,2232.148,32.75557,2393.035,80.4537,421.77792,1564.9303,63.601208,12.457413,936.6856,801.47186,2533.5208,91.07893 +2023-08-26 15:00:00,0.0,17714.477,362.37903,35.80582,46.008183,35.12444,184.07253,28.684353,44.529488,21.077734,25.783272,1199.8898,181.20216,16.444279,170.83942,1.6422318,0.10493226,28.862783,1.932647,0.48165292,372.95224,0.15200497,412.66248,50.298973,0.28294513,0.6170132,130.46101,18.794664,45.10753,92.07705,27545.01,0.048741024,1987.1779,0.25106,0.12676077,0.045010753,0.25569305,162.64326,186.70482,22.508177,157.65927,32.85835,56.44284,2279.7378,1.9334515,193.92339,106.6371,431.43292,72.80625,399.04758,41.17434,249.94043,0.0,2108.4968,9856.552,24.858421,571.7445,133.21654,40470.27,130.71112,21.243652,74.803955,236.59529,49.506256,22.57629,132.58507,1594.4996,317.10333,79.37593,17.143353,14.193745,447.32745,64.98666,981.2193,85.182655,2577.1436,262.95526,275.565,90.86248,102.6156,6.1197004,9.324964,10.285675,2.130164,1.4704782,81.17749,87.96535,90.79555,47.768005,43.505306,128.1084,10.930152,2887.4658,40.27962,58.314518,46.144196,44.11656,263.91547,80.26383,83.639114,11.603724,31.956163,61.650154,234.17023,600.92206,85.11401,316.6058,73.60191,104.34475,267.65387,224.14104,945.4368,159.00072,5.6239276,11.7973795,4.973481,51.232826,19594.5,3.5207407,31.889778,49.912098,39.607662,337.2285,64.26505,148.24504,1.8346804,128.87207,450.74307,251.31104,151.62898,474.84094,34.79207,97.90696,143.39687,9.936398,1.653619,10.746695,998.964,0.061658375,0.22628495,49.35456,7.5398326,3.4064827,3.5063076,8.42462,84.58911,28.779034,87.02079,562.29114,241.17723,2196.5735,1880.9,27.989506,50.99647,10220.53,7.430133,92.61458,749.5391,178.61401,250.50464,102.23689,580.5989,891.2835,472.62634,27.89954,142.46829,1008.98114,1955.5227,75.93541,913.21857,94.716805,1.0457158,61.46745,0.90276915,0.5395452,2.5436714,71.07844,170.6967,185.73009,14.234543,2355.0522,451.9402,205.44153,293.38608,112.93606,85.972275,86.28898,66.95047,99.58367,773.62854,252.26526,149.8146,103.60709,21.676813,151.27448,136.2127,25.2632,572.2233,154.54393,2229.873,32.756466,2392.0164,80.45649,421.78183,1563.7998,63.570435,12.462264,936.30585,801.24884,2531.9705,91.07905 +2023-08-26 16:00:00,0.0,17714.63,362.4618,35.822243,46.027134,35.133766,184.108,28.691769,44.549282,21.079615,25.791584,1200.3992,181.09192,16.456942,170.90404,1.6333404,0.104119144,28.865799,1.919642,0.4787159,373.02017,0.15185842,412.80173,50.31197,0.2819401,0.6137894,130.49947,18.799835,45.12306,92.06588,27545.26,0.04861325,1987.8691,0.25074682,0.12652536,0.04490243,0.25508973,162.67671,186.75108,22.50471,157.59409,32.877987,56.398388,2279.911,1.9323173,193.71805,106.48643,431.54227,72.695,399.1534,41.185852,249.51033,0.0,2108.0317,9849.636,24.836658,571.81024,133.18335,40465.52,130.7089,21.230007,74.64951,236.24324,49.47103,22.562574,132.36328,1593.6011,317.06183,79.202965,17.129366,14.187961,447.43362,64.97323,980.75183,85.18279,2577.3196,263.10754,275.3733,90.88459,102.570366,6.1185446,9.32253,10.276973,2.1295671,1.469547,81.19874,87.99797,90.826294,47.799484,43.52882,128.10788,10.936865,2887.0725,40.254215,58.284946,46.105255,44.048515,263.9846,80.24459,83.49462,11.597698,31.947474,61.595318,234.07646,600.9896,85.16371,316.65598,73.612785,104.29713,267.64465,223.81532,945.405,158.996,5.6264086,11.77957,4.9675627,51.252666,19595.436,3.5216703,31.910677,49.943012,39.62605,337.23218,64.294266,148.27454,1.832979,128.8785,450.83594,251.26172,151.6674,474.7691,34.79032,97.900826,143.36081,9.93497,1.6537125,10.746531,998.51074,0.06162465,0.22616129,49.356377,7.538295,3.4059553,3.5055325,8.426213,84.57085,28.769894,87.021675,562.2728,241.18571,2196.8254,1880.8933,28.007132,51.02912,10219.14,7.429486,92.65278,749.61566,178.6887,250.62204,102.27285,580.87024,891.41516,472.6916,27.915821,142.53908,1008.8832,1955.2885,75.978806,913.70355,94.79122,1.0456343,61.466156,0.90241784,0.53930366,2.542689,71.119644,170.77364,185.61528,14.226523,2353.6233,452.10217,205.56989,293.5672,112.986946,85.956985,86.34229,67.03871,99.57527,773.58105,252.27649,149.84166,103.57984,21.698118,151.2934,136.2285,25.244411,571.95685,154.50415,2227.5984,32.757362,2390.998,80.45928,421.78577,1562.6693,63.539658,12.467115,935.926,801.02576,2530.4204,91.07916 +2023-08-26 17:00:00,0.0,17714.785,362.54453,35.838665,46.046085,35.14309,184.14348,28.699183,44.569073,21.081493,25.799896,1200.9086,180.98169,16.469604,170.96866,1.6244488,0.103306025,28.868814,1.906637,0.47577885,373.08813,0.15171188,412.94098,50.324966,0.28093508,0.6105655,130.53792,18.805004,45.13859,92.05471,27545.512,0.048485477,1988.5604,0.25043362,0.12628993,0.044794105,0.25448647,162.71016,186.79733,22.501242,157.5289,32.897625,56.35394,2280.0842,1.9311831,193.51271,106.33575,431.6516,72.58375,399.25925,41.19737,249.08022,0.0,2107.5664,9842.72,24.814898,571.87604,133.15016,40460.77,130.70667,21.21636,74.49507,235.89117,49.435802,22.548859,132.14151,1592.7025,317.02032,79.03,17.115381,14.182177,447.5398,64.95981,980.28436,85.18293,2577.4956,263.25983,275.18158,90.9067,102.52513,6.117389,9.320096,10.268271,2.1289704,1.4686159,81.21999,88.03061,90.85705,47.830963,43.55233,128.10736,10.943579,2886.6794,40.22881,58.255375,46.066315,43.98047,264.0537,80.22534,83.350136,11.591673,31.938784,61.54048,233.9827,601.0571,85.21341,316.70612,73.62365,104.24951,267.63547,223.48962,945.37317,158.99129,5.62889,11.761761,4.961644,51.272507,19596.37,3.5226,31.931574,49.973927,39.644436,337.23584,64.32348,148.30403,1.8312775,128.88492,450.92877,251.2124,151.70583,474.6973,34.788574,97.8947,143.32475,9.933542,1.653806,10.746366,998.05756,0.06159092,0.22603764,49.358192,7.536757,3.4054282,3.5047576,8.427808,84.55258,28.760754,87.02257,562.2545,241.19421,2197.0774,1880.8867,28.024757,51.06177,10217.75,7.428839,92.69097,749.69226,178.76341,250.73944,102.30881,581.14154,891.54675,472.75687,27.932104,142.60986,1008.78516,1955.0542,76.02221,914.1886,94.86564,1.0455527,61.464867,0.9020666,0.5390622,2.541707,71.16084,170.85056,185.50049,14.218503,2352.1943,452.26413,205.69826,293.74832,113.03783,85.9417,86.39561,67.12695,99.56687,773.53357,252.28772,149.86871,103.55259,21.719421,151.3123,136.2443,25.225622,571.69037,154.46436,2225.3235,32.758255,2389.9797,80.462074,421.78967,1561.5387,63.508884,12.471967,935.5462,800.8027,2528.87,91.07928 +2023-08-26 18:00:00,0.0,17714.94,362.6273,35.855087,46.065037,35.152412,184.17897,28.706596,44.588867,21.083374,25.808208,1201.4181,180.87144,16.482267,171.03326,1.6155573,0.102492906,28.87183,1.8936319,0.4728418,373.15607,0.15156533,413.08026,50.337963,0.27993006,0.60734165,130.57635,18.810173,45.15412,92.04354,27545.762,0.0483577,1989.2517,0.25012046,0.12605451,0.04468578,0.25388318,162.7436,186.8436,22.497774,157.46371,32.917263,56.309486,2280.2576,1.9300488,193.30737,106.185074,431.76093,72.472496,399.36508,41.20888,248.65012,0.0,2107.1013,9835.805,24.793137,571.9418,133.11697,40456.02,130.70445,21.202715,74.34063,235.53914,49.400574,22.535143,131.91974,1591.8038,316.97882,78.85704,17.101397,14.176393,447.646,64.94639,979.8169,85.18306,2577.6716,263.4121,274.98987,90.9288,102.4799,6.116234,9.317662,10.259569,2.1283734,1.4676847,81.24124,88.06324,90.8878,47.862442,43.575844,128.10684,10.950292,2886.2864,40.203407,58.225807,46.027378,43.912426,264.12286,80.2061,83.20564,11.585647,31.930092,61.48565,233.88893,601.12463,85.26311,316.7563,73.63452,104.20189,267.62625,223.16391,945.3414,158.98657,5.631371,11.743952,4.9557257,51.292347,19597.305,3.5235295,31.952473,50.00484,39.662823,337.23953,64.352684,148.33353,1.8295759,128.89133,451.02164,251.1631,151.74423,474.62546,34.786827,97.888565,143.2887,9.932115,1.6538993,10.746201,997.6043,0.061557196,0.22591397,49.36001,7.5352187,3.4049008,3.5039828,8.429401,84.53431,28.751614,87.02346,562.23627,241.20271,2197.3293,1880.88,28.042381,51.09442,10216.359,7.428192,92.729164,749.76886,178.8381,250.85686,102.34476,581.4129,891.6784,472.8221,27.948387,142.68065,1008.68713,1954.82,76.065605,914.6736,94.940056,1.0454711,61.463573,0.9017153,0.5388207,2.5407248,71.20204,170.92747,185.3857,14.210484,2350.7656,452.4261,205.82661,293.92944,113.08871,85.926414,86.44892,67.21519,99.558464,773.486,252.29897,149.89577,103.52534,21.740725,151.33122,136.26009,25.206831,571.4238,154.42458,2223.0488,32.75915,2388.9614,80.46487,421.7936,1560.4082,63.478107,12.476818,935.16644,800.5796,2527.3198,91.07939 +2023-08-26 19:00:00,0.0,17715.094,362.71002,35.87151,46.08399,35.16174,184.21445,28.71401,44.608658,21.085255,25.81652,1201.9275,180.7612,16.49493,171.09789,1.6066658,0.10167979,28.874846,1.8806269,0.46990475,373.224,0.15141878,413.2195,50.350956,0.27892503,0.6041178,130.6148,18.815344,45.169655,92.03238,27546.012,0.048229925,1989.943,0.24980727,0.12581909,0.044577457,0.25327986,162.77705,186.88986,22.494307,157.39853,32.9369,56.265038,2280.4307,1.9289145,193.10204,106.0344,431.87024,72.36125,399.47092,41.220394,248.22,0.0,2106.636,9828.889,24.771374,572.0075,133.08379,40451.27,130.70222,21.189068,74.18619,235.18707,49.36535,22.521427,131.69797,1590.9053,316.93732,78.684074,17.087412,14.1706085,447.75217,64.93297,979.3494,85.1832,2577.8477,263.5644,274.79816,90.95091,102.43467,6.115078,9.3152275,10.250867,2.1277766,1.4667536,81.2625,88.09587,90.91855,47.89392,43.599358,128.10632,10.957005,2885.893,40.178,58.196236,45.988438,43.84438,264.192,80.18686,83.06116,11.579621,31.921402,61.430813,233.79517,601.19214,85.312805,316.80643,73.64539,104.15427,267.61707,222.83821,945.3096,158.98186,5.6338525,11.726143,4.9498076,51.312187,19598.24,3.5244594,31.97337,50.035755,39.68121,337.24323,64.3819,148.363,1.8278744,128.89775,451.1145,251.11378,151.78265,474.55365,34.78508,97.88243,143.25264,9.930687,1.6539928,10.746036,997.1511,0.06152347,0.22579032,49.361828,7.533681,3.4043734,3.5032077,8.430995,84.516045,28.742474,87.02435,562.21796,241.2112,2197.5813,1880.8734,28.060007,51.12707,10214.97,7.427545,92.76736,749.8454,178.9128,250.97426,102.380714,581.6842,891.81,472.88736,27.96467,142.75143,1008.5891,1954.5857,76.109,915.1586,95.01448,1.0453895,61.462284,0.90136397,0.53857917,2.5397425,71.24324,171.00441,185.27089,14.202464,2349.3367,452.58804,205.95497,294.11057,113.139595,85.911125,86.502235,67.30343,99.550064,773.43854,252.3102,149.92282,103.498085,21.76203,151.35013,136.27588,25.188042,571.15735,154.3848,2220.774,32.760048,2387.9429,80.46767,421.79752,1559.2777,63.44733,12.481669,934.7866,800.3565,2525.7698,91.07951 +2023-08-26 20:00:00,0.0,17715.248,362.7928,35.88793,46.102943,35.171062,184.24992,28.721424,44.62845,21.087135,25.824833,1202.4369,180.65097,16.507593,171.1625,1.5977743,0.10086667,28.877861,1.8676219,0.4669677,373.29193,0.15127222,413.35876,50.363953,0.27791998,0.600894,130.65326,18.820513,45.185184,92.02121,27546.262,0.04810215,1990.6343,0.24949409,0.12558366,0.044469133,0.2526766,162.81052,186.93611,22.49084,157.33333,32.95654,56.220585,2280.604,1.9277804,192.8967,105.88373,431.97958,72.25,399.57675,41.231907,247.7899,0.0,2106.171,9821.974,24.749613,572.07324,133.0506,40446.52,130.7,21.175423,74.031746,234.83504,49.33012,22.507711,131.4762,1590.0066,316.89584,78.51111,17.073427,14.1648245,447.85837,64.91954,978.88196,85.183334,2578.024,263.71667,274.6064,90.973015,102.389435,6.1139226,9.312794,10.242165,2.1271799,1.4658225,81.28375,88.1285,90.9493,47.9254,43.62287,128.1058,10.963718,2885.5,40.1526,58.166668,45.949497,43.776337,264.2611,80.16762,82.916664,11.573596,31.912712,61.37598,233.7014,601.25964,85.3625,316.8566,73.656265,104.10664,267.60788,222.5125,945.2778,158.97714,5.6363335,11.708333,4.943889,51.332024,19599.174,3.525389,31.994268,50.06667,39.6996,337.24692,64.41111,148.3925,1.826173,128.90416,451.20734,251.06447,151.82106,474.4818,34.783333,97.876305,143.21658,9.929259,1.6540862,10.745871,996.69794,0.061489746,0.22566667,49.363644,7.5321426,3.4038463,3.5024328,8.432589,84.49777,28.733334,87.025246,562.19965,241.2197,2197.8333,1880.8667,28.077633,51.15972,10213.579,7.426898,92.80556,749.922,178.9875,251.09166,102.416664,581.95557,891.94165,472.95264,27.980953,142.82224,1008.49115,1954.3514,76.152405,915.6437,95.0889,1.045308,61.46099,0.9010127,0.53833765,2.5387602,71.28445,171.08133,185.1561,14.194445,2347.9077,452.75,206.08333,294.29166,113.190475,85.895836,86.55556,67.39167,99.541664,773.391,252.32143,149.94986,103.47083,21.783333,151.36905,136.29167,25.16925,570.8908,154.345,2218.499,32.76094,2386.9246,80.47046,421.80145,1558.1472,63.416557,12.486521,934.4068,800.1335,2524.2195,91.07963 +2023-08-26 21:00:00,0.0,17715.402,362.87555,35.904354,46.121895,35.180386,184.28542,28.72884,44.648243,21.089016,25.833147,1202.9463,180.54073,16.520256,171.22713,1.5888828,0.10005355,28.880877,1.854617,0.46403065,373.3599,0.15112567,413.49802,50.37695,0.27691495,0.5976701,130.69171,18.825682,45.200718,92.01004,27546.514,0.047974374,1991.3256,0.24918091,0.12534824,0.044360813,0.25207332,162.84396,186.98238,22.487373,157.26814,32.976177,56.176132,2280.7773,1.9266461,192.69136,105.73305,432.08893,72.13875,399.6826,41.24342,247.35979,0.0,2105.7056,9815.058,24.72785,572.139,133.01743,40441.77,130.69777,21.161776,73.877304,234.48299,49.294895,22.493996,131.25441,1589.108,316.85434,78.33814,17.059443,14.15904,447.96454,64.90612,978.4145,85.183464,2578.2,263.86896,274.41467,90.995125,102.3442,6.112767,9.31036,10.233463,2.126583,1.4648913,81.305,88.16113,90.98006,47.95688,43.64638,128.10529,10.970431,2885.107,40.127193,58.137096,45.910557,43.70829,264.33026,80.14837,82.77218,11.567571,31.90402,61.321144,233.60764,601.3272,85.4122,316.90677,73.66714,104.05902,267.59866,222.1868,945.246,158.97243,5.638815,11.690524,4.9379706,51.351864,19600.11,3.5263186,32.015167,50.09758,39.717987,337.2506,64.44032,148.422,1.8244714,128.91058,451.3002,251.01517,151.85948,474.41,34.781586,97.87017,143.18053,9.927832,1.6541797,10.745707,996.2447,0.061456017,0.225543,49.36546,7.530605,3.403319,3.5016577,8.434182,84.47951,28.724194,87.02613,562.18134,241.22818,2198.0852,1880.86,28.095257,51.19237,10212.188,7.426251,92.84375,749.99854,179.0622,251.20906,102.45262,582.22687,892.07324,473.01788,27.997234,142.89302,1008.3931,1954.1172,76.1958,916.12866,95.163315,1.0452265,61.459698,0.9006614,0.53809613,2.537778,71.325645,171.15825,185.0413,14.186424,2346.479,452.912,206.2117,294.47278,113.24136,85.88055,86.60887,67.47991,99.533264,773.3435,252.33266,149.97691,103.44358,21.804636,151.38795,136.30746,25.150461,570.6243,154.30522,2216.2244,32.761837,2385.9062,80.47325,421.80536,1557.0166,63.38578,12.491372,934.02704,799.9104,2522.6694,91.07974 +2023-08-26 22:00:00,0.0,17715.559,362.95828,35.920776,46.140846,35.18971,184.32089,28.736254,44.668034,21.090895,25.84146,1203.4558,180.4305,16.532919,171.29173,1.5799912,0.09924043,28.883892,1.841612,0.4610936,373.42783,0.15097913,413.63727,50.389946,0.27590993,0.59444624,130.73015,18.830853,45.216248,91.99887,27546.764,0.0478466,1992.0168,0.24886774,0.12511282,0.04425249,0.25147003,162.87741,187.02863,22.483906,157.20296,32.995815,56.131683,2280.9507,1.925512,192.48602,105.582375,432.1982,72.0275,399.78842,41.254932,246.92969,0.0,2105.2402,9808.143,24.706089,572.2048,132.98424,40437.02,130.69554,21.148129,73.72286,234.13092,49.259666,22.48028,131.03264,1588.2095,316.81284,78.165184,17.045456,14.153257,448.0707,64.8927,977.947,85.1836,2578.376,264.02124,274.22296,91.017235,102.298965,6.1116114,9.307926,10.224761,2.1259863,1.4639602,81.326256,88.19376,91.0108,47.988358,43.669895,128.10477,10.977144,2884.7136,40.101788,58.10753,45.87162,43.640244,264.39938,80.12913,82.627686,11.561544,31.89533,61.266308,233.51387,601.3947,85.4619,316.9569,73.678,104.0114,267.58948,221.86108,945.2141,158.96771,5.641296,11.672715,4.932052,51.371704,19601.043,3.5272484,32.036064,50.128494,39.736374,337.2543,64.469536,148.45149,1.8227699,128.917,451.39307,250.96585,151.8979,474.33817,34.77984,97.86404,143.14447,9.926404,1.6542732,10.745542,995.7915,0.061422292,0.22541936,49.367275,7.5290666,3.4027917,3.5008829,8.435776,84.46124,28.715054,87.02702,562.1631,241.23668,2198.3372,1880.8534,28.112883,51.22502,10210.799,7.425604,92.88194,750.07513,179.1369,251.32648,102.48858,582.49817,892.2049,473.08316,28.013517,142.9638,1008.2951,1953.8829,76.2392,916.6137,95.23773,1.0451448,61.45841,0.9003101,0.5378546,2.5367956,71.366844,171.23518,184.92651,14.178405,2345.05,453.07394,206.34006,294.6539,113.292244,85.86526,86.662186,67.568146,99.524864,773.296,252.34389,150.00397,103.41633,21.825941,151.40686,136.32326,25.131672,570.3578,154.26543,2213.9495,32.762733,2384.888,80.47604,421.8093,1555.8861,63.355007,12.4962225,933.6472,799.6873,2521.1191,91.07986 +2023-08-26 23:00:00,0.0,17715.713,363.04105,35.9372,46.159798,35.199036,184.35637,28.743668,44.687828,21.092775,25.849771,1203.9652,180.32025,16.545582,171.35635,1.5710998,0.09842732,28.886908,1.828607,0.4581566,373.49576,0.15083258,413.77655,50.40294,0.2749049,0.5912224,130.7686,18.836021,45.23178,91.9877,27547.014,0.047718827,1992.7083,0.24855454,0.12487739,0.044144165,0.25086674,162.91086,187.07489,22.480438,157.13777,33.015453,56.08723,2281.1238,1.9243777,192.28069,105.4317,432.30756,71.91625,399.89426,41.266445,246.49957,0.0,2104.775,9801.227,24.684328,572.2705,132.95105,40432.27,130.69333,21.134483,73.56842,233.77888,49.22444,22.466564,130.81087,1587.3108,316.77133,77.99222,17.031471,14.147473,448.1769,64.87928,977.47955,85.18373,2578.552,264.17352,274.03125,91.03934,102.25373,6.110456,9.305492,10.216059,2.1253893,1.463029,81.3475,88.226395,91.04156,48.019836,43.69341,128.10425,10.983858,2884.3206,40.076385,58.077957,45.83268,43.5722,264.4685,80.109886,82.4832,11.555519,31.88664,61.211475,233.4201,601.4622,85.5116,317.00708,73.68887,103.963776,267.58026,221.53539,945.1823,158.963,5.643777,11.654906,4.9261336,51.391544,19601.979,3.528178,32.05696,50.15941,39.75476,337.258,64.49875,148.48099,1.8210684,128.92342,451.4859,250.91653,151.93631,474.26636,34.77809,97.85791,143.10841,9.924976,1.6543665,10.745377,995.3383,0.061388567,0.2252957,49.36909,7.527529,3.4022644,3.500108,8.437369,84.44297,28.705915,87.027916,562.1448,241.24516,2198.589,1880.8467,28.130508,51.25767,10209.408,7.424957,92.920135,750.15173,179.2116,251.44388,102.52453,582.76953,892.3365,473.1484,28.0298,143.03459,1008.1971,1953.6487,76.2826,917.0987,95.31215,1.0450633,61.457115,0.89995885,0.5376131,2.5358133,71.40804,171.3121,184.8117,14.170385,2343.6213,453.2359,206.46841,294.83502,113.343124,85.84997,86.7155,67.65639,99.516464,773.2485,252.35512,150.03102,103.389084,21.847244,151.42578,136.33905,25.11288,570.0913,154.22565,2211.6748,32.763626,2383.8694,80.478836,421.8132,1554.7556,63.32423,12.501074,933.2674,799.46423,2519.5688,91.07997 +2023-08-27 00:00:00,0.0,17715.867,363.12378,35.95362,46.17875,35.20836,184.39186,28.751081,44.70762,21.094656,25.858084,1204.4746,180.21,16.558245,171.42097,1.5622082,0.0976142,28.889923,1.815602,0.45521954,373.5637,0.15068603,413.9158,50.415936,0.27389988,0.58799857,130.80705,18.84119,45.24731,91.97654,27547.266,0.04759105,1993.3995,0.24824136,0.12464197,0.04403584,0.25026345,162.9443,187.12115,22.47697,157.07259,33.03509,56.04278,2281.297,1.9232435,192.07535,105.28102,432.41687,71.805,400.0001,41.277958,246.06947,0.0,2104.3098,9794.312,24.662565,572.33624,132.91786,40427.516,130.6911,21.120836,73.41398,233.42682,49.189213,22.452848,130.5891,1586.4122,316.72983,77.81925,17.017487,14.141689,448.28308,64.86586,977.01215,85.18387,2578.728,264.3258,273.83954,91.06145,102.2085,6.1093006,9.303058,10.207357,2.1247926,1.4620979,81.36876,88.25903,91.07231,48.051315,43.71692,128.10373,10.990571,2883.9275,40.05098,58.048386,45.79374,43.504154,264.53763,80.090645,82.33871,11.549494,31.877949,61.15664,233.32634,601.5297,85.561295,317.05722,73.699745,103.91616,267.57108,221.20969,945.1505,158.95828,5.6462584,11.637096,4.920215,51.411385,19602.914,3.5291076,32.077858,50.190323,39.773148,337.2617,64.527954,148.51048,1.8193668,128.92984,451.57877,250.86723,151.97473,474.19452,34.776344,97.851776,143.07236,9.923549,1.65446,10.745212,994.8851,0.06135484,0.22517204,49.37091,7.5259905,3.401737,3.499333,8.438964,84.424706,28.696775,87.02881,562.12646,241.25366,2198.841,1880.8401,28.148132,51.29032,10208.019,7.4243097,92.95833,750.2283,179.28629,251.56128,102.560486,583.04083,892.46814,473.21365,28.046083,143.10538,1008.0991,1953.4144,76.326,917.58374,95.386566,1.0449817,61.455826,0.89960754,0.5373716,2.534831,71.44925,171.38902,184.69691,14.162365,2342.1924,453.39786,206.59677,295.01614,113.39401,85.83468,86.768814,67.74463,99.508064,773.201,252.36635,150.05807,103.36183,21.868547,151.44469,136.35484,25.094091,569.82477,154.18587,2209.4,32.764523,2382.851,80.48163,421.81714,1553.6251,63.293453,12.505925,932.88763,799.2412,2518.0188,91.080086 +2023-08-27 01:00:00,0.0,17716.021,363.20654,35.970043,46.1977,35.21768,184.42734,28.758497,44.72741,21.096537,25.866396,1204.9841,180.09978,16.570906,171.4856,1.5533167,0.09680108,28.892939,1.8025969,0.4522825,373.63165,0.15053947,414.05505,50.428932,0.27289483,0.5847747,130.8455,18.846361,45.262844,91.96537,27547.516,0.047463275,1994.0908,0.24792819,0.12440655,0.043927517,0.24966016,162.97777,187.1674,22.473503,157.00739,33.05473,55.99833,2281.4705,1.9221092,191.87,105.13035,432.52618,71.69375,400.10593,41.28947,245.63937,0.0,2103.8445,9787.3955,24.640804,572.402,132.88467,40422.766,130.68887,21.107191,73.25954,233.07478,49.153988,22.439133,130.36732,1585.5137,316.68835,77.64629,17.003502,14.135905,448.38928,64.85243,976.5447,85.184006,2578.9043,264.4781,273.64783,91.08355,102.16327,6.1081448,9.300624,10.198655,2.1241958,1.4611667,81.39001,88.291664,91.10306,48.08279,43.740433,128.10321,10.997284,2883.5342,40.025578,58.018818,45.7548,43.43611,264.60678,80.071396,82.19422,11.543468,31.869259,61.101807,233.23257,601.5972,85.61099,317.1074,73.71062,103.86854,267.5619,220.88397,945.1187,158.95355,5.6487393,11.6192875,4.9142966,51.431225,19603.848,3.5300372,32.09876,50.221237,39.79154,337.26538,64.55717,148.53998,1.8176653,128.93625,451.67163,250.81792,152.01314,474.1227,34.774597,97.84564,143.0363,9.92212,1.6545534,10.745048,994.4319,0.061321113,0.22504838,49.372726,7.5244527,3.4012098,3.498558,8.4405575,84.40644,28.687635,87.0297,562.10815,241.26215,2199.093,1880.8334,28.165758,51.32297,10206.628,7.4236627,92.99653,750.3049,179.361,251.6787,102.596436,583.3122,892.59973,473.27893,28.062365,143.17616,1008.0011,1953.1802,76.36939,918.0687,95.46098,1.0449002,61.454533,0.8992562,0.53713006,2.5338488,71.49045,171.46596,184.58212,14.1543455,2340.7634,453.5598,206.72513,295.19724,113.44489,85.81939,86.82213,67.83286,99.499664,773.1535,252.3776,150.08511,103.33458,21.88985,151.46361,136.37064,25.075302,569.5583,154.14607,2207.1252,32.76542,2381.8328,80.48442,421.82104,1552.4945,63.26268,12.5107765,932.5078,799.0181,2516.4685,91.0802 +2023-08-27 02:00:00,0.0,17716.176,363.2893,35.986465,46.216652,35.22701,184.46281,28.765911,44.747204,21.098417,25.874708,1205.4935,179.98953,16.583569,171.5502,1.5444251,0.09598796,28.895954,1.7895919,0.44934544,373.6996,0.15039292,414.1943,50.44193,0.2718898,0.58155084,130.88394,18.85153,45.278374,91.9542,27547.766,0.0473355,1994.7821,0.24761501,0.12417113,0.043819193,0.24905688,163.01122,187.21367,22.470036,156.9422,33.074368,55.953876,2281.6436,1.920975,191.66466,104.979675,432.63553,71.5825,400.21176,41.300983,245.20926,0.0,2103.3794,9780.48,24.619043,572.4677,132.85149,40418.016,130.68665,21.093544,73.105095,232.72275,49.11876,22.425417,130.14554,1584.615,316.64685,77.47333,16.989517,14.130121,448.49545,64.83901,976.0772,85.184135,2579.0803,264.63037,273.4561,91.10566,102.118034,6.1069894,9.29819,10.189953,2.123599,1.4602356,81.41126,88.324295,91.13381,48.11427,43.763947,128.10269,11.003997,2883.141,40.00017,57.989246,45.715862,43.368065,264.6759,80.052155,82.04973,11.537442,31.860569,61.04697,233.13881,601.66473,85.66069,317.15753,73.72149,103.820915,267.55267,220.55827,945.0869,158.94884,5.651221,11.601479,4.908378,51.451065,19604.783,3.530967,32.119656,50.25215,39.809925,337.26907,64.58638,148.56947,1.8159639,128.94267,451.76447,250.7686,152.05156,474.0509,34.77285,97.839516,143.00024,9.920692,1.6546469,10.744883,993.97864,0.06128739,0.22492473,49.374542,7.5229144,3.4006824,3.4977832,8.442151,84.38817,28.678495,87.030594,562.08984,241.27065,2199.3452,1880.8267,28.183384,51.35562,10205.237,7.4230156,93.03472,750.3815,179.43568,251.7961,102.63239,583.5835,892.7313,473.34418,28.078648,143.24696,1007.9031,1952.9459,76.412796,918.5538,95.5354,1.0448185,61.45324,0.898905,0.53688854,2.5328665,71.53165,171.54288,184.46733,14.146326,2339.3347,453.72177,206.8535,295.37836,113.49577,85.8041,86.87544,67.921104,99.491264,773.10596,252.38882,150.11217,103.30733,21.911156,151.48251,136.38643,25.05651,569.29175,154.1063,2204.8503,32.76631,2380.8145,80.48721,421.82498,1551.364,63.231903,12.515628,932.128,798.79504,2514.9182,91.080315 +2023-08-27 03:00:00,0.0,17716.33,363.37204,36.002888,46.235603,35.236332,184.4983,28.773325,44.766994,21.100298,25.88302,1206.0029,179.8793,16.596231,171.61482,1.5355337,0.09517484,28.89897,1.7765869,0.4464084,373.76752,0.15024637,414.3336,50.454926,0.27088478,0.578327,130.9224,18.856699,45.293907,91.94303,27548.018,0.047207724,1995.4734,0.24730182,0.12393571,0.043710873,0.24845359,163.04466,187.25993,22.466568,156.87701,33.094006,55.909428,2281.817,1.9198408,191.45932,104.828995,432.74484,71.47125,400.3176,41.3125,244.77916,0.0,2102.914,9773.564,24.59728,572.5335,132.8183,40413.266,130.68442,21.079897,72.95065,232.37067,49.08353,22.411701,129.92377,1583.7164,316.60535,77.30036,16.975533,14.124338,448.60162,64.82559,975.60974,85.18427,2579.2563,264.78265,273.26437,91.12777,102.0728,6.1058335,9.295756,10.181252,2.1230023,1.4593045,81.43251,88.356926,91.164566,48.14575,43.78746,128.10217,11.010711,2882.748,39.97477,57.95968,45.67692,43.300022,264.74503,80.03291,81.90524,11.531417,31.851877,60.992134,233.04504,601.7323,85.71038,317.2077,73.73235,103.77329,267.5435,220.23256,945.0551,158.94412,5.653702,11.58367,4.9024596,51.470905,19605.719,3.5318966,32.140553,50.283066,39.828312,337.27274,64.61559,148.59897,1.8142623,128.9491,451.85733,250.71928,152.08997,473.97906,34.771103,97.83338,142.96419,9.919265,1.6547403,10.744718,993.52545,0.06125366,0.22480108,49.376358,7.5213766,3.400155,3.497008,8.443745,84.3699,28.669355,87.03148,562.07153,241.27913,2199.5972,1880.8201,28.201008,51.38827,10203.848,7.4223685,93.072914,750.458,179.51038,251.9135,102.66835,583.8548,892.863,473.40942,28.09493,143.31775,1007.80505,1952.7117,76.45619,919.03876,95.60982,1.044737,61.45195,0.89855367,0.536647,2.5318844,71.572845,171.6198,184.35252,14.138307,2337.9058,453.88376,206.98186,295.55948,113.54666,85.78881,86.928764,68.009346,99.482864,773.0585,252.40005,150.13922,103.280075,21.932459,151.50143,136.40222,25.037722,569.02527,154.06651,2202.5757,32.76721,2379.796,80.49001,421.8289,1550.2335,63.20113,12.520479,931.7482,798.57196,2513.3682,91.08043 +2023-08-27 04:00:00,0.0,17716.484,363.4548,36.01931,46.254555,35.245655,184.53378,28.780739,44.786785,21.102177,25.891335,1206.5125,179.76906,16.608894,171.67944,1.5266421,0.09436172,28.901985,1.7635819,0.44347134,373.83545,0.15009983,414.47284,50.46792,0.26987976,0.57510316,130.96085,18.86187,45.309437,91.93186,27548.268,0.04707995,1996.1647,0.24698864,0.12370028,0.04360255,0.2478503,163.07811,187.30618,22.4631,156.81183,33.113644,55.864975,2281.9902,1.9187065,191.25398,104.67832,432.8542,71.36,400.42346,41.324013,244.34904,0.0,2102.449,9766.648,24.57552,572.59924,132.78513,40408.516,130.6822,21.066252,72.79621,232.01863,49.048306,22.397985,129.702,1582.8179,316.56384,77.1274,16.961546,14.118554,448.70782,64.81217,975.1423,85.1844,2579.4324,264.93497,273.07263,91.14987,102.027565,6.104678,9.293323,10.172549,2.1224053,1.4583733,81.453766,88.38956,91.19531,48.177227,43.81097,128.10165,11.017424,2882.3547,39.949364,57.930107,45.63798,43.231976,264.81418,80.01367,81.76075,11.525392,31.843187,60.9373,232.95128,601.7998,85.76008,317.25784,73.743225,103.72567,267.53427,219.90686,945.02325,158.9394,5.6561832,11.56586,4.896541,51.490746,19606.652,3.5328262,32.16145,50.31398,39.8467,337.27643,64.644806,148.62846,1.8125608,128.9555,451.9502,250.66998,152.12839,473.90726,34.769352,97.82725,142.92815,9.917837,1.6548337,10.744553,993.07227,0.061219934,0.22467741,49.378174,7.5198383,3.399628,3.4962332,8.445338,84.35164,28.660215,87.03237,562.0532,241.28763,2199.849,1880.8134,28.218634,51.42092,10202.457,7.4217215,93.11111,750.5346,179.58508,252.03091,102.7043,584.12616,892.99457,473.4747,28.111214,143.38853,1007.7071,1952.4774,76.49959,919.5238,95.684235,1.0446554,61.450657,0.8982024,0.5364055,2.5309021,71.61405,171.69673,184.23773,14.130286,2336.4768,454.04572,207.11021,295.7406,113.59754,85.77352,86.98208,68.09758,99.474464,773.011,252.41129,150.16628,103.25282,21.953762,151.52034,136.41801,25.018932,568.7588,154.02672,2200.3008,32.768105,2378.7776,80.492805,421.8328,1549.103,63.170353,12.525331,931.3684,798.3489,2511.8179,91.08055 +2023-08-27 05:00:00,0.0,17716.639,363.53757,36.035732,46.273506,35.254982,184.56926,28.788153,44.80658,21.104057,25.899647,1207.0219,179.65881,16.621557,171.74405,1.5177506,0.0935486,28.905,1.7505769,0.4405343,373.90338,0.14995328,414.6121,50.480915,0.2688747,0.57187927,130.9993,18.867039,45.32497,91.92069,27548.518,0.046952177,1996.856,0.24667546,0.12346486,0.043494225,0.24724703,163.11156,187.35245,22.459633,156.74664,33.13328,55.820526,2282.1633,1.9175724,191.04865,104.52765,432.96347,71.24875,400.5293,41.335526,243.91895,0.0,2101.9836,9759.733,24.553759,572.665,132.75194,40403.766,130.67998,21.052605,72.64177,231.6666,49.013077,22.38427,129.48022,1581.9192,316.52234,76.95444,16.947561,14.11277,448.814,64.79875,974.6748,85.18454,2579.6086,265.08725,272.88092,91.17198,101.98234,6.103523,9.290888,10.163847,2.1218085,1.4574422,81.47501,88.42219,91.22607,48.208706,43.834484,128.10114,11.024137,2881.9617,39.923958,57.90054,45.59904,43.16393,264.8833,79.99442,81.616264,11.519366,31.834497,60.882465,232.85751,601.8673,85.80978,317.308,73.7541,103.67805,267.5251,219.58115,944.99146,158.9347,5.658664,11.548051,4.8906226,51.510582,19607.588,3.5337558,32.18235,50.344894,39.865086,337.28012,64.67401,148.65796,1.8108593,128.96193,452.04303,250.62067,152.16681,473.83542,34.767605,97.82112,142.89209,9.9164095,1.6549271,10.744388,992.619,0.06118621,0.22455376,49.379993,7.5183005,3.3991005,3.4954581,8.446932,84.33337,28.651075,87.033264,562.0349,241.29613,2200.101,1880.8066,28.23626,51.45357,10201.067,7.4210744,93.1493,750.61115,179.65977,252.14832,102.74026,584.39746,893.1262,473.53995,28.127497,143.45932,1007.6091,1952.2432,76.54299,920.0088,95.75865,1.0445739,61.449364,0.8978511,0.536164,2.5299199,71.65525,171.77365,184.12294,14.122267,2335.048,454.20767,207.23857,295.9217,113.64842,85.75823,87.03539,68.18582,99.466064,772.96344,252.42252,150.19333,103.22557,21.975067,151.53926,136.4338,25.000141,568.49225,153.98694,2198.026,32.769,2377.7593,80.4956,421.83673,1547.9724,63.13958,12.530182,930.9886,798.12585,2510.2676,91.080666 +2023-08-27 06:00:00,0.0,17716.793,363.6203,36.052155,46.292458,35.264305,184.60475,28.795568,44.82637,21.105938,25.907959,1207.5312,179.54858,16.63422,171.80867,1.508859,0.092735484,28.908016,1.7375718,0.43759727,373.97134,0.14980672,414.75134,50.49391,0.26786968,0.56865543,131.03773,18.872208,45.3405,91.90953,27548.768,0.046824403,1997.5472,0.24636228,0.12322944,0.0433859,0.24664374,163.14502,187.3987,22.456165,156.68146,33.15292,55.776073,2282.3367,1.9164381,190.8433,104.376976,433.0728,71.1375,400.63513,41.34704,243.48883,0.0,2101.5186,9752.817,24.531996,572.7307,132.71875,40399.016,130.67775,21.03896,72.48733,231.31453,48.97785,22.370554,129.25845,1581.0206,316.48083,76.78147,16.933577,14.106986,448.9202,64.785324,974.20734,85.18468,2579.7847,265.23953,272.6892,91.194084,101.9371,6.102367,9.288454,10.155146,2.1212118,1.456511,81.49627,88.45482,91.25682,48.240185,43.857998,128.10062,11.03085,2881.5686,39.898556,57.870968,45.560104,43.095886,264.95242,79.97518,81.47177,11.513341,31.825806,60.827633,232.76375,601.9348,85.859474,317.35815,73.76497,103.63043,267.5159,219.25545,944.95966,158.92998,5.661145,11.530242,4.8847046,51.530422,19608.523,3.5346856,32.203247,50.37581,39.883472,337.2838,64.703224,148.68744,1.8091577,128.96834,452.1359,250.57135,152.20522,473.7636,34.765858,97.81499,142.85603,9.914982,1.6550206,10.744224,992.16583,0.06115248,0.2244301,49.38181,7.5167627,3.3985732,3.4946833,8.448526,84.3151,28.641935,87.03416,562.0166,241.30461,2200.353,1880.8,28.253885,51.48622,10199.677,7.4204273,93.1875,750.68774,179.73448,252.26572,102.77621,584.6688,893.2578,473.6052,28.143778,143.5301,1007.51105,1952.0089,76.58639,920.49384,95.83307,1.0444922,61.448074,0.8974998,0.53592247,2.5289376,71.69645,171.85057,184.00813,14.114247,2333.6191,454.36963,207.36693,296.1028,113.69931,85.74294,87.08871,68.27406,99.457664,772.91595,252.43375,150.22038,103.19832,21.99637,151.55817,136.4496,24.981352,568.22577,153.94714,2195.7512,32.769894,2376.741,80.49839,421.84064,1546.8419,63.108803,12.535033,930.6088,797.9028,2508.7175,91.08078 +2023-08-27 07:00:00,0.0,17716.947,363.70306,36.068577,46.31141,35.27363,184.64023,28.802982,44.846165,21.107819,25.916271,1208.0408,179.43834,16.646883,171.87329,1.4999676,0.091922365,28.911032,1.7245668,0.43466023,374.03928,0.14966017,414.89062,50.50691,0.26686466,0.5654316,131.07619,18.877378,45.356033,91.89836,27549.02,0.046696626,1998.2385,0.24604909,0.12299401,0.043277577,0.24604045,163.17847,187.44496,22.452698,156.61626,33.172558,55.731625,2282.51,1.915304,190.63797,104.226295,433.18213,71.02625,400.74097,41.35855,243.05873,0.0,2101.0532,9745.902,24.510235,572.79645,132.68556,40394.266,130.67552,21.025312,72.332886,230.9625,48.942623,22.356838,129.03667,1580.1221,316.43936,76.60851,16.919592,14.101202,449.02637,64.771904,973.73987,85.18481,2579.9607,265.3918,272.4975,91.216194,101.89187,6.1012115,9.28602,10.146443,2.120615,1.4555799,81.51752,88.48746,91.28757,48.271664,43.88151,128.10008,11.037563,2881.1753,39.87315,57.841396,45.521164,43.02784,265.02155,79.95594,81.327286,11.507315,31.817116,60.772797,232.66998,602.0023,85.90917,317.40833,73.77584,103.58281,267.50668,218.92973,944.92786,158.92526,5.6636267,11.512433,4.878786,51.550262,19609.457,3.5356152,32.224144,50.406723,39.901863,337.2875,64.73244,148.71693,1.8074563,128.97476,452.22876,250.52205,152.24364,473.69177,34.76411,97.80885,142.81998,9.913554,1.655114,10.744059,991.71265,0.061118755,0.22430645,49.383625,7.5152245,3.398046,3.4939084,8.45012,84.29684,28.632795,87.03505,561.9983,241.31311,2200.605,1880.7933,28.27151,51.51887,10198.287,7.4197803,93.22569,750.76434,179.80917,252.38313,102.812164,584.9401,893.38947,473.67047,28.16006,143.6009,1007.413,1951.7747,76.62978,920.9788,95.907486,1.0444107,61.44678,0.89714855,0.53568095,2.5279553,71.737656,171.9275,183.89334,14.106227,2332.1902,454.5316,207.4953,296.28394,113.75019,85.72765,87.14202,68.3623,99.449265,772.8684,252.44498,150.24742,103.17107,22.017673,151.57709,136.4654,24.962563,567.9592,153.90736,2193.4763,32.77079,2375.7224,80.50118,421.84457,1545.7114,63.078026,12.539885,930.229,797.6797,2507.1672,91.080894 +2023-08-27 08:00:00,0.0,17717.104,363.7858,36.085,46.33036,35.282955,184.6757,28.810396,44.865955,21.1097,25.924583,1208.5502,179.32811,16.659546,171.93791,1.491076,0.09110925,28.914047,1.7115618,0.43172318,374.1072,0.14951362,415.02988,50.5199,0.26585963,0.56220776,131.11464,18.882547,45.371567,91.88719,27549.27,0.046568852,1998.9298,0.24573591,0.1227586,0.043169253,0.24543716,163.21191,187.49123,22.449232,156.55107,33.192196,55.687172,2282.6833,1.9141697,190.43263,104.07562,433.29144,70.915,400.8468,41.370064,242.62862,0.0,2100.588,9738.986,24.488474,572.8622,132.65237,40389.516,130.6733,21.011665,72.178444,230.61043,48.9074,22.343122,128.8149,1579.2234,316.39786,76.43555,16.905607,14.095418,449.13254,64.758484,973.2724,85.184944,2580.1367,265.5441,272.3058,91.238304,101.846634,6.100056,9.2835865,10.137741,2.1200182,1.4546487,81.53877,88.52008,91.31832,48.303143,43.90502,128.09956,11.044276,2880.7822,39.847748,57.81183,45.482224,42.959797,265.0907,79.9367,81.18279,11.501289,31.808426,60.71796,232.57622,602.0698,85.95887,317.4585,73.78671,103.53519,267.4975,218.60403,944.89606,158.92055,5.6661077,11.494623,4.8728676,51.570103,19610.393,3.5365448,32.24504,50.437637,39.92025,337.2912,64.76165,148.74643,1.8057548,128.98119,452.3216,250.47273,152.28204,473.61996,34.762363,97.80273,142.78392,9.912127,1.6552075,10.743894,991.2594,0.06108503,0.2241828,49.38544,7.5136867,3.3975186,3.4931333,8.451714,84.278564,28.623657,87.035934,561.98,241.3216,2200.857,1880.7867,28.289135,51.55152,10196.896,7.419133,93.263885,750.8409,179.88387,252.50053,102.84812,585.2114,893.52106,473.73572,28.176344,143.67169,1007.31506,1951.5404,76.67318,921.46387,95.9819,1.0443292,61.44549,0.89679724,0.53543943,2.526973,71.778854,172.00443,183.77855,14.098207,2330.7615,454.69357,207.62366,296.46506,113.80108,85.712364,87.195335,68.45054,99.44086,772.8209,252.45622,150.27448,103.14382,22.038979,151.596,136.48119,24.943771,567.69275,153.86758,2191.2017,32.771687,2374.704,80.503975,421.84848,1544.5809,63.047253,12.544736,929.8492,797.4566,2505.6172,91.08101 +2023-08-27 09:00:00,0.0,17717.258,363.86856,36.101418,46.34931,35.29228,184.71118,28.81781,44.885746,21.11158,25.932896,1209.0596,179.21786,16.672209,172.00252,1.4821845,0.090296134,28.917063,1.6985568,0.42878613,374.17514,0.14936708,415.16913,50.532898,0.2648546,0.55898386,131.15309,18.887716,45.387096,91.87602,27549.52,0.04644108,1999.6211,0.24542274,0.12252317,0.043060932,0.24483387,163.24536,187.53748,22.445765,156.48589,33.211834,55.64272,2282.8564,1.9130354,190.2273,103.92495,433.4008,70.80375,400.95264,41.381577,242.19852,0.0,2100.1226,9732.071,24.466711,572.928,132.61919,40384.766,130.67108,20.99802,72.024,230.25838,48.87217,22.329407,128.59312,1578.3248,316.35635,76.26258,16.891623,14.089634,449.23874,64.74506,972.805,85.18508,2580.3127,265.69638,272.11404,91.26041,101.8014,6.0989003,9.281153,10.12904,2.1194212,1.4537176,81.56002,88.55272,91.349075,48.33462,43.928535,128.09904,11.050989,2880.3892,39.822342,57.782257,45.443283,42.89175,265.15982,79.91745,81.03831,11.495264,31.799736,60.663128,232.48247,602.1374,86.00857,317.50864,73.79758,103.487564,267.48828,218.27834,944.86426,158.91583,5.668589,11.476814,4.866949,51.589943,19611.328,3.5374746,32.26594,50.468548,39.938637,337.2949,64.79086,148.77592,1.8040532,128.9876,452.41446,250.42342,152.32047,473.54813,34.760616,97.79659,142.74786,9.910699,1.6553009,10.743729,990.8062,0.0610513,0.22405913,49.387257,7.5121484,3.3969915,3.4923584,8.453307,84.2603,28.614517,87.03683,561.9617,241.3301,2201.109,1880.78,28.30676,51.58417,10195.506,7.418486,93.30208,750.9175,179.95857,252.61794,102.88407,585.4828,893.6527,473.80096,28.192627,143.74248,1007.21704,1951.3062,76.71658,921.94885,96.05632,1.0442475,61.4442,0.89644593,0.5351979,2.5259907,71.82005,172.08134,183.66376,14.090188,2329.3325,454.85553,207.75201,296.64618,113.85196,85.697075,87.24866,68.53878,99.43246,772.77344,252.46745,150.30153,103.11657,22.060282,151.61491,136.49698,24.924982,567.4262,153.82779,2188.9268,32.77258,2373.6858,80.50677,421.85242,1543.4503,63.016476,12.549587,929.4694,797.2335,2504.067,91.08112 +2023-08-27 10:00:00,0.0,17717.412,363.95132,36.11784,46.368263,35.3016,184.74667,28.825224,44.90554,21.113459,25.941208,1209.569,179.10762,16.684872,172.06714,1.473293,0.089483015,28.920078,1.6855518,0.42584908,374.2431,0.14922053,415.30838,50.545895,0.26384956,0.55576,131.19153,18.892887,45.40263,91.86485,27549.771,0.0463133,2000.3124,0.24510956,0.12228775,0.04295261,0.24423058,163.27881,187.58374,22.442297,156.4207,33.231472,55.59827,2283.0298,1.9119012,190.02196,103.77427,433.51013,70.6925,401.05847,41.39309,241.7684,0.0,2099.6575,9725.155,24.44495,572.9937,132.586,40380.016,130.66885,20.984373,71.86956,229.90634,48.836945,22.315691,128.37135,1577.4263,316.31485,76.08962,16.877636,14.083851,449.3449,64.73164,972.3375,85.18521,2580.489,265.84866,271.9223,91.28252,101.756165,6.097745,9.278718,10.1203375,2.1188245,1.4527864,81.581276,88.58535,91.37982,48.3661,43.95205,128.09853,11.057703,2879.9958,39.796936,57.75269,45.404346,42.823704,265.22894,79.89821,80.893814,11.489239,31.791044,60.60829,232.3887,602.2049,86.058266,317.5588,73.80845,103.43994,267.4791,217.95262,944.8324,158.91112,5.67107,11.459005,4.8610306,51.609783,19612.262,3.5384042,32.28684,50.499462,39.957024,337.29858,64.82007,148.80542,1.8023517,128.99402,452.50732,250.3741,152.35889,473.47632,34.75887,97.79046,142.7118,9.909271,1.6553943,10.743564,990.35297,0.061017577,0.22393548,49.389072,7.5106106,3.396464,3.4915833,8.454901,84.242035,28.605377,87.03772,561.94336,241.33858,2201.3608,1880.7733,28.324385,51.61682,10194.116,7.417839,93.34028,750.9941,180.03326,252.73535,102.92003,585.7541,893.7843,473.86624,28.20891,143.81326,1007.119,1951.0719,76.75998,922.4339,96.13074,1.044166,61.442905,0.8960947,0.5349564,2.5250084,71.86125,172.15828,183.54895,14.082169,2327.9038,455.0175,207.88037,296.82727,113.90284,85.681786,87.30197,68.62702,99.42406,772.7259,252.47868,150.32858,103.08932,22.081585,151.63382,136.51277,24.906193,567.1597,153.78801,2186.652,32.773476,2372.6675,80.50957,421.85632,1542.3198,62.985703,12.554438,929.0896,797.0105,2502.5166,91.08124 +2023-08-27 11:00:00,0.0,17717.566,364.03406,36.134262,46.387215,35.310925,184.78215,28.83264,44.92533,21.11534,25.94952,1210.0785,178.99739,16.697535,172.13176,1.4644015,0.088669896,28.923094,1.6725467,0.42291203,374.31104,0.14907397,415.44766,50.55889,0.26284453,0.5525362,131.22998,18.898056,45.41816,91.85368,27550.021,0.046185527,2001.0038,0.24479637,0.12205233,0.042844284,0.2436273,163.31226,187.63,22.43883,156.35551,33.25111,55.553818,2283.2031,1.910767,189.81662,103.6236,433.61945,70.581245,401.1643,41.404602,241.3383,0.0,2099.1921,9718.24,24.42319,573.05945,132.55281,40375.266,130.66663,20.970728,71.71512,229.55428,48.801716,22.301975,128.14958,1576.5276,316.27335,75.91666,16.863651,14.078067,449.4511,64.718216,971.87006,85.18535,2580.665,266.00095,271.7306,91.30462,101.71094,6.096589,9.276284,10.111635,2.1182277,1.4518553,81.60252,88.61798,91.410576,48.39758,43.97556,128.098,11.064416,2879.6028,39.771534,57.723118,45.365406,42.75566,265.2981,79.87897,80.74933,11.483212,31.782354,60.55346,232.29494,602.2724,86.10796,317.60895,73.81932,103.39232,267.4699,217.62692,944.8006,158.9064,5.673551,11.441196,4.855112,51.629623,19613.197,3.5393338,32.307735,50.530376,39.97541,337.30228,64.84928,148.83492,1.8006502,129.00043,452.60016,250.3248,152.3973,473.40448,34.757122,97.78433,142.67575,9.907844,1.6554878,10.7434,989.8998,0.06098385,0.22381182,49.390892,7.5090723,3.3959367,3.4908085,8.456494,84.22376,28.596237,87.03861,561.9251,241.34708,2201.6128,1880.7667,28.34201,51.64947,10192.726,7.417192,93.37847,751.0706,180.10797,252.85275,102.95598,586.02545,893.91595,473.9315,28.225191,143.88405,1007.021,1950.8376,76.803375,922.9189,96.205154,1.0440844,61.441616,0.89574337,0.5347149,2.5240262,71.90246,172.2352,183.43416,14.074148,2326.4749,455.17944,208.00874,297.0084,113.95373,85.6665,87.355286,68.715256,99.41566,772.6784,252.48991,150.35564,103.062065,22.10289,151.65274,136.52856,24.887402,566.8932,153.74821,2184.3772,32.774372,2371.6492,80.51236,421.86026,1541.1893,62.954926,12.559289,928.7098,796.7874,2500.9666,91.08135 +2023-08-27 12:00:00,0.0,17717.72,364.11682,36.150684,46.406166,35.32025,184.81763,28.840054,44.945126,21.11722,25.957832,1210.5879,178.88715,16.710197,172.19638,1.4555099,0.08785678,28.92611,1.6595417,0.41997498,374.37897,0.14892742,415.5869,50.571884,0.2618395,0.54931235,131.26843,18.903225,45.433693,91.84252,27550.271,0.046057753,2001.6951,0.24448319,0.1218169,0.04273596,0.24302402,163.34572,187.67625,22.435362,156.29033,33.27075,55.50937,2283.3762,1.9096328,189.61128,103.47292,433.72876,70.47,401.27014,41.416115,240.90819,0.0,2098.727,9711.324,24.401426,573.1252,132.51964,40370.51,130.6644,20.95708,71.56068,229.20224,48.766487,22.28826,127.9278,1575.629,316.23184,75.74369,16.849667,14.072283,449.55728,64.704796,971.4026,85.18548,2580.841,266.15323,271.53888,91.32673,101.6657,6.0954337,9.27385,10.102934,2.117631,1.4509242,81.62378,88.65061,91.44133,48.429058,43.999073,128.09749,11.071129,2879.2097,39.746128,57.69355,45.326466,42.687614,265.36722,79.859726,80.604836,11.477187,31.773664,60.498623,232.20117,602.3399,86.15766,317.65912,73.83019,103.3447,267.4607,217.30121,944.7688,158.90169,5.6760325,11.423388,4.8491936,51.64946,19614.13,3.5402634,32.328636,50.56129,39.9938,337.30594,64.878494,148.86441,1.7989486,129.00685,452.69302,250.27548,152.43571,473.33267,34.755375,97.7782,142.6397,9.906416,1.6555812,10.743235,989.4466,0.060950126,0.22368817,49.392708,7.5075345,3.3954096,3.4900336,8.458089,84.2055,28.587097,87.039505,561.9068,241.35556,2201.8647,1880.76,28.359636,51.68212,10191.336,7.416545,93.416664,751.1472,180.18266,252.97015,102.991936,586.29675,894.04755,473.99677,28.241474,143.95485,1006.923,1950.6034,76.84678,923.40393,96.27958,1.0440029,61.440323,0.8953921,0.53447336,2.5230439,71.94366,172.31212,183.31937,14.066129,2325.046,455.3414,208.1371,297.1895,114.00461,85.65121,87.4086,68.8035,99.40726,772.63086,252.50114,150.38269,103.03481,22.124193,151.67165,136.54436,24.868612,566.6267,153.70844,2182.1025,32.775265,2370.6306,80.51515,421.86417,1540.0588,62.92415,12.56414,928.33,796.56433,2499.4163,91.08147 +2023-08-27 13:00:00,0.0,17717.875,364.1996,36.167107,46.425117,35.329575,184.85312,28.847467,44.964916,21.1191,25.966146,1211.0973,178.77692,16.72286,172.26099,1.4466184,0.08704366,28.929125,1.6465367,0.41703796,374.4469,0.14878087,415.72617,50.58488,0.2608345,0.54608846,131.30688,18.908396,45.449223,91.83135,27550.523,0.045929976,2002.3864,0.24417001,0.12158148,0.042627636,0.24242072,163.37917,187.72252,22.431894,156.22513,33.290386,55.464916,2283.5496,1.9084985,189.40594,103.32224,433.83807,70.35875,401.37598,41.42763,240.47809,0.0,2098.2617,9704.409,24.379665,573.1909,132.48645,40365.76,130.66217,20.943436,71.406235,228.85019,48.731262,22.274544,127.70603,1574.7305,316.19037,75.57073,16.835682,14.066499,449.66345,64.691376,970.9351,85.185616,2581.017,266.3055,271.34717,91.34884,101.62047,6.0942783,9.271417,10.094232,2.1170342,1.449993,81.64503,88.68324,91.47208,48.460533,44.022587,128.09697,11.077843,2878.8167,39.720726,57.66398,45.287525,42.61957,265.43634,79.84048,80.46035,11.471162,31.764973,60.443787,232.1074,602.4074,86.20736,317.70926,73.841064,103.29708,267.4515,216.97551,944.737,158.89696,5.6785135,11.405578,4.843275,51.6693,19615.066,3.5411932,32.349533,50.592205,40.012188,337.30963,64.90771,148.8939,1.7972472,129.01328,452.7859,250.22617,152.47412,473.26083,34.753628,97.772064,142.60364,9.904988,1.6556747,10.74307,988.99335,0.060916398,0.22356452,49.394524,7.505996,3.3948822,3.4892585,8.459682,84.18723,28.577957,87.04039,561.8885,241.36406,2202.1167,1880.7534,28.37726,51.71477,10189.945,7.4158983,93.45486,751.22375,180.25735,253.08755,103.02789,586.56805,894.1792,474.062,28.257757,144.02563,1006.825,1950.3691,76.890175,923.8889,96.354,1.0439212,61.439034,0.8950408,0.5342319,2.5220618,71.984856,172.38905,183.20457,14.058109,2323.6172,455.50336,208.26546,297.37064,114.05549,85.63592,87.461914,68.89174,99.39886,772.5834,252.51237,150.40973,103.00756,22.145496,151.69057,136.56015,24.849823,566.3602,153.66866,2179.8276,32.77616,2369.6123,80.517944,421.8681,1538.9282,62.893375,12.568992,927.9502,796.34125,2497.866,91.08158 +2023-08-27 14:00:00,0.0,17718.03,364.28232,36.18353,46.44407,35.338898,184.8886,28.854881,44.984707,21.120981,25.974459,1211.6068,178.66667,16.735523,172.3256,1.437727,0.08623054,28.93214,1.6335317,0.41410092,374.51486,0.14863431,415.86542,50.597878,0.25982946,0.5428646,131.34532,18.913565,45.464756,91.82018,27550.773,0.045802202,2003.0776,0.24385682,0.121346064,0.042519312,0.24181744,163.41261,187.76877,22.428427,156.15994,33.310028,55.420464,2283.723,1.9073644,189.2006,103.17157,433.9474,70.2475,401.4818,41.439144,240.04797,0.0,2097.7966,9697.493,24.357903,573.2567,132.45326,40361.01,130.65996,20.929789,71.25179,228.49814,48.696033,22.260828,127.48425,1573.8318,316.14886,75.397766,16.821697,14.060715,449.76965,64.677956,970.46765,85.18575,2581.193,266.4578,271.15546,91.37094,101.57523,6.0931225,9.268983,10.085529,2.1164374,1.4490619,81.66628,88.71587,91.50283,48.492012,44.0461,128.09645,11.084556,2878.4233,39.69532,57.634407,45.248585,42.551525,265.50546,79.821236,80.31586,11.465137,31.756283,60.388954,232.01364,602.4749,86.25706,317.75943,73.85193,103.24946,267.4423,216.6498,944.7052,158.89224,5.680995,11.387769,4.8373566,51.68914,19616.002,3.5421228,32.37043,50.62312,40.030575,337.31332,64.93692,148.9234,1.7955457,129.01968,452.87872,250.17686,152.51254,473.18903,34.75188,97.76594,142.56758,9.903561,1.6557682,10.742905,988.54016,0.060882673,0.22344086,49.39634,7.5044584,3.3943548,3.4884837,8.461276,84.16896,28.568817,87.04128,561.8702,241.37254,2202.3687,1880.7467,28.394886,51.74742,10188.555,7.4152513,93.49305,751.30035,180.33206,253.20497,103.06384,586.8394,894.3108,474.12726,28.27404,144.09642,1006.727,1950.1349,76.93357,924.37396,96.42841,1.0438397,61.43774,0.8946895,0.5339904,2.5210795,72.026054,172.46597,183.08977,14.050089,2322.1882,455.66534,208.39381,297.55176,114.10638,85.62063,87.51523,68.97997,99.39046,772.5359,252.5236,150.43678,102.98031,22.1668,151.70947,136.57594,24.831032,566.0937,153.62886,2177.5527,32.777058,2368.594,80.52074,421.872,1537.7977,62.8626,12.573843,927.57043,796.11816,2496.316,91.0817 +2023-08-27 15:00:00,0.0,17718.184,364.36508,36.19995,46.46302,35.348225,184.92407,28.862295,45.0045,21.122862,25.98277,1212.1162,178.55643,16.748186,172.39023,1.4288354,0.08541742,28.935156,1.6205267,0.41116387,374.5828,0.14848778,416.0047,50.610874,0.2588244,0.5396408,131.38377,18.918734,45.480286,91.80901,27551.023,0.04567443,2003.7689,0.24354364,0.12111064,0.042410992,0.24121416,163.44606,187.81503,22.42496,156.09476,33.329666,55.376015,2283.896,1.9062301,188.99525,103.0209,434.0567,70.136246,401.58765,41.450657,239.61787,0.0,2097.3313,9690.577,24.336142,573.32245,132.42007,40356.26,130.65773,20.916142,71.09735,228.14609,48.66081,22.247112,127.26248,1572.9332,316.10736,75.2248,16.80771,14.054932,449.87582,64.66453,970.0002,85.18588,2581.3694,266.61008,270.9637,91.39305,101.53,6.091967,9.266548,10.076828,2.1158404,1.4481307,81.68753,88.748505,91.533585,48.52349,44.06961,128.09593,11.091269,2878.0303,39.669918,57.60484,45.20965,42.48348,265.57462,79.801994,80.17137,11.45911,31.747593,60.334118,231.91988,602.5425,86.306755,317.80957,73.8628,103.201836,267.4331,216.3241,944.67334,158.88753,5.683476,11.36996,4.831438,51.70898,19616.936,3.5430524,32.391327,50.654034,40.04896,337.31702,64.966125,148.9529,1.7938441,129.02611,452.9716,250.12755,152.55095,473.1172,34.750134,97.7598,142.53152,9.902132,1.6558615,10.742741,988.087,0.060848948,0.2233172,49.398155,7.50292,3.3938277,3.4877088,8.46287,84.150696,28.559677,87.042175,561.85187,241.38104,2202.6206,1880.74,28.412512,51.78007,10187.165,7.414604,93.53125,751.37695,180.40675,253.32237,103.0998,587.1107,894.44244,474.19254,28.290323,144.1672,1006.62897,1949.9006,76.976974,924.85895,96.50283,1.0437582,61.436447,0.89433825,0.53374887,2.5200973,72.06726,172.5429,182.97498,14.042069,2320.7593,455.8273,208.52217,297.73285,114.15726,85.60534,87.56854,69.068214,99.38206,772.48834,252.53485,150.46384,102.95306,22.188105,151.7284,136.59174,24.812243,565.8272,153.58908,2175.278,32.77795,2367.5757,80.52353,421.87595,1536.6672,62.831825,12.578694,927.1906,795.89514,2494.7656,91.08182 +2023-08-27 16:00:00,0.0,17718.338,364.4478,36.216373,46.481976,35.357548,184.95956,28.86971,45.024292,21.12474,25.991083,1212.6256,178.4462,16.760849,172.45485,1.4199439,0.0846043,28.938171,1.6075217,0.40822682,374.65073,0.14834122,416.14395,50.623867,0.25781938,0.5364169,131.42223,18.923904,45.49582,91.797844,27551.273,0.04554665,2004.4602,0.24323046,0.12087522,0.042302668,0.24061087,163.4795,187.8613,22.421492,156.02957,33.349304,55.331562,2284.0693,1.9050958,188.78992,102.870224,434.16605,70.025,401.69348,41.46217,239.18777,0.0,2096.8662,9683.662,24.31438,573.3882,132.38689,40351.51,130.6555,20.902496,70.94291,227.79402,48.62558,22.233397,127.0407,1572.0345,316.06586,75.05184,16.793726,14.049148,449.98203,64.65111,969.5327,85.18602,2581.5454,266.76236,270.772,91.41516,101.48477,6.0908117,9.264114,10.068126,2.1152437,1.4471996,81.708786,88.78114,91.56433,48.55497,44.093124,128.09541,11.097982,2877.6372,39.644512,57.575268,45.170708,42.415436,265.64374,79.78275,80.02688,11.453085,31.738901,60.279285,231.82611,602.61,86.35645,317.85974,73.87367,103.15421,267.42392,215.99838,944.64154,158.88281,5.6859574,11.352151,4.8255196,51.72882,19617.871,3.543982,32.412228,50.684948,40.06735,337.3207,64.99534,148.98239,1.7921426,129.03253,453.06445,250.07823,152.58937,473.04538,34.748386,97.75367,142.49547,9.900704,1.655955,10.742576,987.6337,0.06081522,0.22319354,49.399975,7.5013824,3.3933003,3.4869337,8.464463,84.13242,28.550539,87.04307,561.83356,241.38954,2202.8726,1880.7334,28.430136,51.81272,10185.774,7.413957,93.56944,751.4535,180.48145,253.43977,103.13575,587.3821,894.57404,474.25778,28.306604,144.23799,1006.53094,1949.6664,77.02037,925.344,96.57725,1.0436766,61.435158,0.89398694,0.53350735,2.519115,72.10846,172.61983,182.86018,14.03405,2319.3306,455.98926,208.65054,297.91397,114.208145,85.59006,87.621864,69.156456,99.37366,772.44086,252.54608,150.49089,102.925804,22.209408,151.7473,136.60753,24.793453,565.56067,153.5493,2173.0032,32.778847,2366.5571,80.52632,421.87985,1535.5367,62.80105,12.583546,926.8108,795.67206,2493.2156,91.08193 +2023-08-27 17:00:00,0.0,17718.492,364.53058,36.232796,46.500927,35.36687,184.99504,28.877125,45.044086,21.126621,25.999395,1213.1351,178.33595,16.773512,172.51945,1.4110523,0.08379119,28.941187,1.5945166,0.40528977,374.71866,0.14819467,416.2832,50.636864,0.25681436,0.53319305,131.46068,18.929073,45.51135,91.786674,27551.525,0.045418877,2005.1515,0.24291728,0.12063979,0.042194344,0.24000758,163.51297,187.90755,22.418024,155.96439,33.368942,55.287113,2284.2427,1.9039617,188.58458,102.71954,434.2754,69.91375,401.79932,41.473682,238.75766,0.0,2096.401,9676.746,24.292618,573.4539,132.3537,40346.76,130.65327,20.88885,70.78847,227.44199,48.590355,22.21968,126.81893,1571.136,316.02435,74.878876,16.779741,14.043364,450.0882,64.63769,969.06525,85.18615,2581.7214,266.91464,270.58026,91.43726,101.43954,6.089656,9.261681,10.059423,2.114647,1.4462684,81.730034,88.81377,91.595085,48.58645,44.11664,128.0949,11.104695,2877.244,39.619106,57.5457,45.131767,42.34739,265.71286,79.763504,79.88239,11.44706,31.730211,60.22445,231.73235,602.6775,86.40615,317.9099,73.884544,103.10659,267.4147,215.67268,944.60974,158.8781,5.6884384,11.334341,4.8196015,51.74866,19618.807,3.5449119,32.433125,50.715862,40.08574,337.3244,65.02455,149.01189,1.7904412,129.03894,453.1573,250.02893,152.62779,472.97354,34.74664,97.74754,142.45941,9.899277,1.6560484,10.742411,987.18054,0.060781494,0.22306989,49.40179,7.499844,3.392773,3.4861588,8.466057,84.11416,28.541399,87.04396,561.81525,241.39803,2203.1245,1880.7267,28.447762,51.84537,10184.385,7.41331,93.607635,751.5301,180.55615,253.55719,103.17171,587.6534,894.7057,474.32303,28.322887,144.30879,1006.433,1949.4321,77.06377,925.829,96.651665,1.043595,61.433865,0.89363563,0.5332658,2.5181327,72.14966,172.69675,182.74539,14.026031,2317.9016,456.1512,208.7789,298.0951,114.259026,85.57477,87.67518,69.24469,99.36526,772.3934,252.55731,150.51794,102.89856,22.230711,151.76622,136.62332,24.774662,565.2942,153.5095,2170.7285,32.779743,2365.5388,80.52911,421.8838,1534.4061,62.77027,12.588397,926.431,795.449,2491.6653,91.08205 +2023-08-27 18:00:00,0.0,17718.648,364.61334,36.249218,46.51988,35.376198,185.03052,28.884539,45.063877,21.128502,26.007708,1213.6445,178.22572,16.786175,172.58408,1.4021609,0.08297807,28.944202,1.5815116,0.40235272,374.78662,0.14804812,416.42245,50.64986,0.25580934,0.5299692,131.49911,18.934242,45.526882,91.77551,27551.775,0.045291103,2005.8428,0.24260409,0.12040437,0.04208602,0.23940429,163.54642,187.95381,22.414557,155.8992,33.38858,55.24266,2284.416,1.9028274,188.37924,102.56887,434.3847,69.8025,401.90515,41.485195,238.32756,0.0,2095.9355,9669.831,24.270857,573.51965,132.32051,40342.01,130.65105,20.875204,70.634026,227.08994,48.555126,22.205965,126.59716,1570.2374,315.98285,74.70591,16.765757,14.03758,450.19437,64.62427,968.5978,85.18629,2581.8975,267.06696,270.38855,91.45937,101.3943,6.0885005,9.259247,10.050722,2.1140501,1.4453373,81.75129,88.846405,91.62584,48.617928,44.14015,128.09438,11.111408,2876.8508,39.593704,57.51613,45.092827,42.279346,265.78198,79.74426,79.7379,11.441034,31.721521,60.169613,231.63858,602.745,86.45585,317.96005,73.89542,103.058975,267.40552,215.34698,944.57794,158.87338,5.6909194,11.316532,4.813683,51.7685,19619.74,3.5458415,32.45402,50.746777,40.104126,337.3281,65.053764,149.04138,1.7887396,129.04536,453.25015,249.97961,152.6662,472.90173,34.744892,97.74141,142.42336,9.897849,1.6561419,10.742246,986.7273,0.06074777,0.22294624,49.403606,7.4983063,3.3922458,3.4853837,8.467651,84.095894,28.532259,87.044846,561.79694,241.40652,2203.3765,1880.7201,28.465387,51.87802,10182.994,7.412663,93.64583,751.6067,180.63084,253.67459,103.207664,587.9247,894.8373,474.3883,28.33917,144.37958,1006.33496,1949.1979,77.10717,926.314,96.72608,1.0435134,61.432575,0.8932844,0.5330243,2.5171504,72.19086,172.77367,182.63058,14.01801,2316.4727,456.31317,208.90726,298.2762,114.309906,85.55948,87.72849,69.33293,99.35686,772.3458,252.56854,150.545,102.87131,22.252016,151.78513,136.63911,24.755873,565.02765,153.46973,2168.4536,32.78064,2364.5205,80.53191,421.8877,1533.2756,62.7395,12.593248,926.0512,795.2259,2490.115,91.08216 +2023-08-27 19:00:00,0.0,17718.803,364.69608,36.26564,46.53883,35.38552,185.06601,28.891953,45.083668,21.130383,26.01602,1214.1539,178.11548,16.798836,172.6487,1.3932693,0.08216495,28.947218,1.5685066,0.39941567,374.85455,0.14790156,416.56174,50.662857,0.2548043,0.5267454,131.53757,18.939413,45.54241,91.76434,27552.025,0.045163326,2006.534,0.24229091,0.12016895,0.041977696,0.23880102,163.57986,188.00008,22.411089,155.834,33.40822,55.198208,2284.589,1.9016932,188.1739,102.4182,434.49402,69.691246,402.011,41.496708,237.89745,0.0,2095.4702,9662.915,24.249096,573.58545,132.28734,40337.26,130.64883,20.861557,70.47958,226.73788,48.519897,22.19225,126.37538,1569.3387,315.94138,74.53295,16.751772,14.0317955,450.30057,64.61085,968.1304,85.186424,2582.0735,267.21924,270.19684,91.481476,101.34907,6.0873446,9.256813,10.04202,2.1134534,1.4444062,81.77254,88.879036,91.656586,48.649406,44.163662,128.09386,11.118121,2876.4578,39.5683,57.48656,45.05389,42.2113,265.85114,79.72502,79.593414,11.435008,31.71283,60.11478,231.54482,602.8125,86.50555,318.01022,73.90628,103.01135,267.3963,215.02127,944.54614,158.86867,5.693401,11.298723,4.8077645,51.78834,19620.676,3.546771,32.47492,50.77769,40.122513,337.3318,65.08298,149.07086,1.7870381,129.05177,453.34302,249.9303,152.70462,472.82993,34.743145,97.73528,142.3873,9.896421,1.6562353,10.742081,986.2741,0.06071404,0.22282258,49.405422,7.4967685,3.3917184,3.484609,8.469245,84.07762,28.523119,87.04574,561.7787,241.41501,2203.6284,1880.7134,28.483011,51.91067,10181.604,7.412016,93.68403,751.6832,180.70555,253.79199,103.243614,588.19604,894.9689,474.45355,28.355453,144.45036,1006.23694,1948.9637,77.150566,926.799,96.8005,1.0434319,61.431282,0.8929331,0.5327828,2.516168,72.23206,172.8506,182.5158,14.009991,2315.044,456.47516,209.03561,298.45734,114.360794,85.54419,87.78181,69.42117,99.34846,772.29834,252.57977,150.57204,102.844055,22.27332,151.80405,136.6549,24.737083,564.76117,153.42993,2166.179,32.781532,2363.5022,80.534706,421.89163,1532.1451,62.70872,12.5981,925.6714,795.00287,2488.565,91.082275 +2023-08-27 20:00:00,0.0,17718.957,364.77884,36.282063,46.55778,35.394844,185.10149,28.899366,45.103462,21.132263,26.024334,1214.6633,178.00523,16.811499,172.7133,1.3843778,0.08135183,28.950233,1.5555016,0.39647865,374.9225,0.14775503,416.701,50.675854,0.25379926,0.5235215,131.57602,18.944582,45.557945,91.753174,27552.277,0.045035552,2007.2253,0.24197774,0.11993353,0.041869372,0.23819771,163.61331,188.04633,22.407623,155.76881,33.427856,55.15376,2284.7625,1.900559,187.96857,102.26752,434.60333,69.58,402.11685,41.50822,237.46735,0.0,2095.005,9656.0,24.227333,573.6512,132.25415,40332.51,130.6466,20.84791,70.32514,226.38583,48.484673,22.178534,126.15361,1568.4402,315.89987,74.359985,16.737787,14.026011,450.40674,64.59742,967.6629,85.186554,2582.2498,267.37152,270.0051,91.503586,101.30383,6.0861893,9.254378,10.033318,2.1128564,1.443475,81.79379,88.91167,91.68734,48.680885,44.187176,128.09334,11.124835,2876.0645,39.542896,57.45699,45.01495,42.143253,265.92026,79.70578,79.44892,11.428983,31.70414,60.059944,231.45105,602.88007,86.555244,318.06036,73.91715,102.96373,267.38712,214.69557,944.51434,158.86395,5.695882,11.280914,4.801846,51.80818,19621.611,3.547701,32.49582,50.808605,40.1409,337.33548,65.11218,149.10036,1.7853366,129.0582,453.43585,249.88098,152.74303,472.7581,34.741398,97.72915,142.35124,9.894994,1.6563287,10.741917,985.8209,0.060680315,0.22269893,49.407238,7.49523,3.3911912,3.483834,8.470839,84.05936,28.513979,87.04663,561.7604,241.42351,2203.8804,1880.7067,28.500637,51.943325,10180.214,7.411369,93.72222,751.7598,180.78024,253.90941,103.27957,588.46735,895.1005,474.5188,28.371737,144.52115,1006.1389,1948.7295,77.19396,927.28406,96.874916,1.0433503,61.42999,0.89258176,0.5325413,2.5151858,72.27326,172.92752,182.401,14.001971,2313.615,456.63712,209.16397,298.63843,114.411674,85.5289,87.83512,69.50941,99.34006,772.25085,252.591,150.59909,102.8168,22.294622,151.82295,136.6707,24.718292,564.4946,153.39015,2163.904,32.78243,2362.4836,80.5375,421.89554,1531.0146,62.677948,12.602951,925.2916,794.7798,2487.0146,91.08239 +2023-08-27 21:00:00,0.0,17719.111,364.8616,36.298485,46.576733,35.40417,185.13696,28.906782,45.123253,21.134144,26.032646,1215.1729,177.895,16.824162,172.77792,1.3754863,0.08053871,28.953249,1.5424966,0.3935416,374.99042,0.14760847,416.84024,50.688847,0.25279424,0.52029765,131.61446,18.94975,45.573475,91.742004,27552.527,0.04490778,2007.9166,0.24166456,0.11969811,0.041761052,0.23759444,163.64676,188.09259,22.404156,155.70363,33.447495,55.109306,2284.9358,1.8994248,187.76323,102.116844,434.71265,69.46875,402.2227,41.519733,237.03723,0.0,2094.5398,9649.084,24.205572,573.7169,132.22096,40327.76,130.64438,20.834265,70.1707,226.03378,48.449444,22.164818,125.93183,1567.5416,315.85837,74.18702,16.7238,14.020227,450.51294,64.584,967.19543,85.18669,2582.4258,267.5238,269.8134,91.525696,101.258606,6.085034,9.251945,10.024616,2.1122596,1.4425439,81.81505,88.9443,91.718094,48.712364,44.21069,128.09282,11.131548,2875.6714,39.51749,57.427418,44.97601,42.07521,265.98938,79.68653,79.304436,11.422957,31.69545,60.00511,231.35728,602.9476,86.60494,318.11053,73.928024,102.91611,267.37793,214.36986,944.4825,158.85924,5.6983633,11.263104,4.7959275,51.82802,19622.545,3.5486305,32.516716,50.839516,40.159286,337.33917,65.141396,149.12985,1.783635,129.06462,453.52872,249.83168,152.78145,472.68628,34.73965,97.723015,142.31519,9.893566,1.6564221,10.741752,985.3677,0.06064659,0.22257526,49.409058,7.4936924,3.3906639,3.483059,8.472432,84.04109,28.504839,87.04752,561.74207,241.43199,2204.1323,1880.7001,28.518263,51.975975,10178.823,7.410722,93.760414,751.83636,180.85493,254.02681,103.31552,588.7387,895.2321,474.58408,28.388018,144.59193,1006.04095,1948.4952,77.237366,927.76904,96.94933,1.0432687,61.4287,0.8922305,0.53229976,2.5142035,72.31446,173.00444,182.2862,13.993952,2312.186,456.79907,209.29234,298.81955,114.462555,85.51361,87.888435,69.59765,99.33165,772.2033,252.60223,150.62614,102.78955,22.315928,151.84187,136.6865,24.699503,564.22815,153.35037,2161.6294,32.783325,2361.4653,80.54029,421.89948,1529.884,62.64717,12.607802,924.9118,794.5567,2485.4644,91.082504 +2023-08-27 22:00:00,0.0,17719.266,364.94434,36.314907,46.595684,35.413494,185.17245,28.914196,45.143047,21.136023,26.040958,1215.6823,177.78476,16.836824,172.84254,1.3665948,0.07972559,28.956264,1.5294915,0.39060456,375.05838,0.14746192,416.9795,50.701843,0.2517892,0.5170738,131.65291,18.954922,45.58901,91.730835,27552.777,0.044780005,2008.6079,0.24135137,0.119462684,0.041652728,0.23699115,163.68022,188.13884,22.400688,155.63844,33.467133,55.064857,2285.109,1.8982905,187.55789,101.96617,434.822,69.3575,402.32852,41.531246,236.60713,0.0,2094.0747,9642.169,24.183811,573.78265,132.18777,40323.01,130.64215,20.820618,70.01626,225.68173,48.41422,22.151102,125.71006,1566.643,315.81686,74.01406,16.709816,14.014444,450.6191,64.57058,966.72797,85.18683,2582.6018,267.6761,269.62167,91.5478,101.21337,6.083878,9.249511,10.015914,2.1116629,1.4416127,81.836296,88.97693,91.74884,48.743843,44.2342,128.09229,11.138261,2875.2783,39.492085,57.39785,44.93707,42.007164,266.05853,79.66729,79.15994,11.416932,31.686758,59.950275,231.26352,603.0151,86.65464,318.16068,73.938896,102.868484,267.3687,214.04416,944.4507,158.85452,5.7008443,11.245296,4.790009,51.84786,19623.48,3.54956,32.537613,50.87043,40.177673,337.34283,65.17061,149.15935,1.7819335,129.07103,453.62158,249.78236,152.81987,472.61444,34.737904,97.71689,142.27913,9.8921385,1.6565156,10.741587,984.9145,0.06061286,0.22245161,49.410873,7.492154,3.3901365,3.482284,8.474026,84.02282,28.495699,87.048416,561.72375,241.44049,2204.3843,1880.6934,28.535889,52.008625,10177.434,7.4100747,93.79861,751.91296,180.92964,254.14421,103.35148,589.01,895.3638,474.64932,28.4043,144.66273,1005.94293,1948.261,77.28076,928.2541,97.02375,1.0431871,61.427406,0.8918792,0.53205824,2.5132213,72.35566,173.08138,182.1714,13.985931,2310.7573,456.96103,209.4207,299.00067,114.51344,85.49832,87.94176,69.68589,99.32325,772.1558,252.61348,150.6532,102.7623,22.33723,151.86078,136.70229,24.680714,563.9617,153.31058,2159.3545,32.784218,2360.447,80.54308,421.90338,1528.7535,62.616398,12.612653,924.532,794.3336,2483.9143,91.08262 +2023-08-27 23:00:00,0.0,17719.42,365.0271,36.33133,46.614635,35.422817,185.20793,28.92161,45.162838,21.137903,26.04927,1216.1917,177.67453,16.849487,172.90717,1.3577032,0.078912474,28.95928,1.5164865,0.3876675,375.1263,0.14731537,417.11877,50.71484,0.2507842,0.51385,131.69136,18.96009,45.60454,91.719666,27553.027,0.044652227,2009.2992,0.24103819,0.11922726,0.041544404,0.23638785,163.71367,188.1851,22.39722,155.57326,33.48677,55.020405,2285.2822,1.8971562,187.35255,101.8155,434.93134,69.24625,402.43436,41.54276,236.17702,0.0,2093.6094,9635.253,24.162048,573.8484,132.15459,40318.258,130.63992,20.806973,69.86182,225.32968,48.37899,22.137388,125.48829,1565.7444,315.77536,73.841095,16.695831,14.00866,450.72528,64.55716,966.2605,85.18696,2582.7778,267.82837,269.42993,91.56991,101.16814,6.0827227,9.247077,10.007212,2.111066,1.4406816,81.85755,89.00956,91.779594,48.775322,44.257713,128.09177,11.144975,2874.885,39.466682,57.36828,44.898132,41.93912,266.12766,79.64805,79.01546,11.410907,31.678068,59.89544,231.16975,603.0826,86.70434,318.21085,73.94977,102.82086,267.35953,213.71844,944.4189,158.84981,5.7033253,11.227487,4.7840905,51.8677,19624.416,3.5504897,32.55851,50.901344,40.196064,337.34653,65.19982,149.18884,1.7802321,129.07745,453.71442,249.73305,152.85828,472.54263,34.736156,97.710754,142.24307,9.890711,1.656609,10.741422,984.4613,0.060579136,0.22232796,49.41269,7.4906163,3.3896093,3.481509,8.475619,84.004555,28.486559,87.04931,561.70544,241.44897,2204.6365,1880.6866,28.553513,52.041275,10176.043,7.4094276,93.8368,751.98956,181.00433,254.26163,103.387436,589.2813,895.49536,474.71457,28.420584,144.73352,1005.8449,1948.0267,77.32416,928.7391,97.09817,1.0431056,61.426113,0.89152795,0.5318167,2.512239,72.396866,173.1583,182.05661,13.977912,2309.3284,457.123,209.54906,299.1818,114.56432,85.48303,87.99507,69.77413,99.31485,772.1083,252.62471,150.68025,102.73505,22.358534,151.8797,136.71808,24.661922,563.6951,153.2708,2157.0796,32.785114,2359.4287,80.545876,421.90732,1527.623,62.58562,12.617504,924.1522,794.11053,2482.364,91.08274 +2023-08-28 00:00:00,0.0,17719.574,365.10983,36.34775,46.633587,35.43214,185.24341,28.929024,45.18263,21.139784,26.057583,1216.7012,177.56429,16.86215,172.97177,1.3488117,0.078099355,28.962296,1.5034815,0.38473046,375.19424,0.14716882,417.25803,50.727837,0.24977915,0.5106261,131.72981,18.96526,45.62007,91.7085,27553.28,0.044524454,2009.9906,0.24072501,0.11899184,0.04143608,0.23578458,163.74712,188.23137,22.393753,155.50807,33.50641,54.975956,2285.4556,1.8960221,187.14722,101.66482,435.04065,69.135,402.5402,41.554276,235.74692,0.0,2093.144,9628.338,24.140287,573.9142,132.1214,40313.508,130.63771,20.793325,69.707375,224.97763,48.343765,22.123672,125.26651,1564.8458,315.73386,73.66813,16.681847,14.002876,450.83148,64.54374,965.793,85.187096,2582.9539,267.98065,269.23822,91.59201,101.1229,6.0815673,9.244643,9.99851,2.1104693,1.4397504,81.8788,89.04219,91.81035,48.806797,44.281227,128.09125,11.151688,2874.492,39.441277,57.33871,44.85919,41.871075,266.19678,79.62881,78.870964,11.404881,31.669378,59.840607,231.07599,603.1501,86.754036,318.261,73.96063,102.77325,267.3503,213.39275,944.3871,158.8451,5.7058067,11.209678,4.778172,51.88754,19625.35,3.5514195,32.57941,50.93226,40.21445,337.35022,65.229034,149.21834,1.7785305,129.08386,453.80728,249.68375,152.8967,472.4708,34.73441,97.70462,142.20702,9.889283,1.6567025,10.741257,984.00806,0.06054541,0.2222043,49.414505,7.489078,3.389082,3.480734,8.477214,83.98629,28.47742,87.05019,561.68713,241.45747,2204.8884,1880.68,28.571138,52.073925,10174.653,7.4087806,93.875,752.0661,181.07903,254.37903,103.423386,589.5527,895.627,474.77985,28.436867,144.8043,1005.7469,1947.7925,77.36756,929.2241,97.172585,1.0430241,61.424824,0.89117664,0.5315752,2.511257,72.438065,173.23521,181.94182,13.9698925,2307.8997,457.28494,209.67741,299.3629,114.61521,85.46774,88.048386,69.862366,99.30645,772.0608,252.63594,150.7073,102.707794,22.379839,151.8986,136.73387,24.643133,563.42865,153.23102,2154.805,32.78601,2358.4102,80.54867,421.91122,1526.4926,62.554844,12.622355,923.7724,793.8875,2480.814,91.082855 +2023-08-28 01:00:00,0.0,17719.729,365.1926,36.364174,46.65254,35.441467,185.2789,28.936438,45.202423,21.141665,26.065895,1217.2106,177.45404,16.874813,173.03639,1.3399202,0.077286236,28.965311,1.4904765,0.3817934,375.26218,0.14702228,417.39728,50.74083,0.24877413,0.50740224,131.76825,18.97043,45.635605,91.697334,27553.53,0.04439668,2010.6819,0.24041183,0.11875641,0.041327756,0.23518129,163.78056,188.27762,22.390285,155.44287,33.526047,54.931503,2285.6287,1.8948878,186.94188,101.514145,435.14996,69.02375,402.64603,41.56579,235.3168,0.0,2092.679,9621.422,24.118526,573.9799,132.08821,40308.758,130.63548,20.77968,69.55293,224.62558,48.308537,22.109957,125.04474,1563.9471,315.69238,73.49517,16.667862,13.997092,450.93765,64.53031,965.32556,85.187225,2583.1301,268.13293,269.0465,91.61412,101.07767,6.0804114,9.242209,9.989808,2.1098723,1.4388193,81.900055,89.07483,91.841095,48.838276,44.304737,128.09073,11.158401,2874.0989,39.415874,57.30914,44.82025,41.80303,266.2659,79.60956,78.72648,11.398855,31.660686,59.78577,230.98222,603.2176,86.803734,318.31116,73.971504,102.725624,267.34113,213.06703,944.3553,158.84038,5.7082877,11.191868,4.7722535,51.90738,19626.285,3.552349,32.600307,50.963173,40.232838,337.3539,65.25824,149.24783,1.776829,129.09029,453.90015,249.63443,152.9351,472.399,34.73266,97.698494,142.17096,9.887856,1.6567959,10.741093,983.5549,0.060511682,0.22208065,49.41632,7.4875402,3.3885546,3.4799592,8.478807,83.96802,28.46828,87.05109,561.6688,241.46596,2205.1404,1880.6733,28.588764,52.106575,10173.263,7.4081335,93.91319,752.1427,181.15373,254.49643,103.45934,589.824,895.7586,474.8451,28.45315,144.87509,1005.6489,1947.5582,77.41096,929.7091,97.247,1.0429424,61.42353,0.89082533,0.5313337,2.5102746,72.47926,173.31215,181.82701,13.961872,2306.4707,457.44693,209.80579,299.544,114.66609,85.45245,88.1017,69.95061,99.29805,772.0133,252.64717,150.73434,102.68054,22.401142,151.91753,136.74966,24.624344,563.1621,153.19122,2152.53,32.786903,2357.3918,80.55146,421.91516,1525.3619,62.52407,12.627207,923.3926,793.6644,2479.2637,91.08297 +2023-08-28 02:00:00,0.0,17719.883,365.27536,36.380596,46.67149,35.45079,185.31438,28.943853,45.222214,21.143545,26.074207,1217.72,177.34381,16.887476,173.10101,1.3310287,0.076473124,28.968327,1.4774715,0.37885636,375.33014,0.14687572,417.53653,50.753826,0.24776909,0.5041784,131.8067,18.9756,45.651134,91.686165,27553.78,0.044268902,2011.3732,0.24009864,0.118521,0.041219432,0.234578,163.81401,188.32388,22.386818,155.37769,33.545685,54.88705,2285.802,1.8937536,186.73654,101.36347,435.25928,68.9125,402.75186,41.5773,234.8867,0.0,2092.2136,9614.506,24.096764,574.04565,132.05502,40304.008,130.63326,20.766033,69.39849,224.27353,48.27331,22.096241,124.82297,1563.0486,315.65088,73.322205,16.653877,13.991308,451.04385,64.51689,964.8581,85.18736,2583.3062,268.28522,268.8548,91.63623,101.03243,6.079256,9.239775,9.981106,2.1092756,1.4378881,81.9213,89.10746,91.87185,48.869755,44.32825,128.09021,11.165113,2873.7056,39.39047,57.27957,44.78131,41.734985,266.33505,79.59032,78.581985,11.39283,31.651997,59.730938,230.88846,603.28516,86.85343,318.3613,73.982376,102.678,267.33194,212.74133,944.3235,158.83565,5.710769,11.174059,4.766335,51.92722,19627.219,3.5532787,32.621204,50.994087,40.251225,337.3576,65.28745,149.27733,1.7751275,129.09671,453.99298,249.58511,152.97353,472.32715,34.73091,97.69236,142.1349,9.886428,1.6568893,10.740928,983.1016,0.060477957,0.22195698,49.418137,7.486002,3.3880274,3.4791842,8.480401,83.94975,28.45914,87.05198,561.6505,241.47446,2205.3923,1880.6667,28.606388,52.139225,10171.872,7.4074864,93.951385,752.2193,181.22842,254.61385,103.49529,590.09534,895.89026,474.91037,28.46943,144.94588,1005.5509,1947.324,77.45435,930.19415,97.32142,1.0428609,61.42224,0.8904741,0.53109217,2.5092924,72.52046,173.38907,181.71222,13.953853,2305.0417,457.6089,209.93414,299.72513,114.71697,85.437164,88.155014,70.03885,99.28965,771.96576,252.6584,150.7614,102.6533,22.422445,151.93643,136.76546,24.605553,562.8956,153.15144,2150.2554,32.7878,2356.3735,80.55426,421.91907,1524.2314,62.493294,12.632058,923.0128,793.44135,2477.7134,91.083084 +2023-08-28 03:00:00,0.0,17720.04,365.3581,36.39702,46.69044,35.460114,185.34985,28.951267,45.242004,21.145426,26.08252,1218.2295,177.23357,16.900139,173.16563,1.3221371,0.075660005,28.971342,1.4644665,0.37591934,375.39807,0.14672917,417.67578,50.766823,0.24676406,0.50095457,131.84515,18.98077,45.666668,91.674995,27554.031,0.04414113,2012.0645,0.23978546,0.118285574,0.04111111,0.23397471,163.84747,188.37015,22.38335,155.3125,33.565323,54.8426,2285.9753,1.8926194,186.5312,101.21279,435.3686,68.80125,402.8577,41.588814,234.45659,0.0,2091.7485,9607.591,24.075003,574.1114,132.02185,40299.258,130.63103,20.752386,69.24405,223.92148,48.238083,22.082525,124.60119,1562.15,315.60938,73.14924,16.63989,13.985525,451.15002,64.50347,964.3906,85.1875,2583.4822,268.4375,268.66306,91.65833,100.987206,6.0781,9.237341,9.9724045,2.1086788,1.436957,81.94256,89.14009,91.9026,48.901234,44.351765,128.08969,11.171827,2873.3125,39.365067,57.25,44.742374,41.66694,266.40417,79.571075,78.4375,11.386805,31.643307,59.6761,230.7947,603.35266,86.90313,318.41147,73.99325,102.63038,267.32272,212.41562,944.2916,158.83093,5.71325,11.15625,4.760417,51.94706,19628.154,3.5542083,32.642105,51.025,40.26961,337.3613,65.316666,149.30682,1.773426,129.10312,454.08585,249.5358,153.01193,472.25534,34.729164,97.686226,142.09885,9.885,1.6569828,10.740763,982.64844,0.060444232,0.22183333,49.419956,7.484464,3.3875,3.4784093,8.481995,83.93149,28.45,87.05287,561.6322,241.48294,2205.6443,1880.66,28.624014,52.171875,10170.482,7.4068394,93.98958,752.29584,181.30313,254.73125,103.53125,590.36664,896.02185,474.97562,28.485714,145.01668,1005.4529,1947.0897,77.49776,930.67914,97.395836,1.0427793,61.420948,0.8901228,0.53085065,2.50831,72.56167,173.466,181.59743,13.945833,2303.613,457.77084,210.0625,299.90625,114.76786,85.421875,88.20833,70.12708,99.28125,771.9183,252.66963,150.78845,102.626045,22.443748,151.95535,136.78125,24.586763,562.6291,153.11165,2147.9805,32.788696,2355.3552,80.55705,421.92297,1523.101,62.46252,12.6369095,922.633,793.21826,2476.1633,91.0832 +2023-08-28 04:00:00,0.0,17720.193,365.44086,36.41344,46.709393,35.46944,185.38535,28.958681,45.2618,21.147305,26.090832,1218.7389,177.12334,16.912802,173.23024,1.3132457,0.074846886,28.974358,1.4514614,0.3729823,375.466,0.14658262,417.81506,50.77982,0.24575904,0.4977307,131.8836,18.985939,45.682198,91.663826,27554.281,0.044013355,2012.7557,0.23947228,0.11805015,0.041002788,0.23337144,163.88092,188.4164,22.379883,155.24731,33.58496,54.79815,2286.1487,1.8914852,186.32587,101.06212,435.4779,68.69,402.96353,41.600327,234.02649,0.0,2091.2832,9600.675,24.053242,574.1771,131.98866,40294.508,130.6288,20.73874,69.08961,223.56943,48.202854,22.06881,124.37942,1561.2513,315.56787,72.97628,16.625906,13.979741,451.2562,64.49005,963.92316,85.18763,2583.6582,268.58978,268.47134,91.68044,100.94197,6.076945,9.234907,9.963702,2.108082,1.4360259,81.963806,89.17272,91.93335,48.932713,44.37528,128.08917,11.17854,2872.9194,39.33966,57.22043,44.703434,41.598896,266.4733,79.551834,78.293015,11.380778,31.634615,59.621265,230.70093,603.42017,86.95283,318.46164,74.00412,102.582756,267.31354,212.08992,944.2598,158.82622,5.7157316,11.138441,4.7544985,51.966896,19629.09,3.555138,32.663002,51.055916,40.288002,337.365,65.34588,149.33632,1.7717245,129.10954,454.1787,249.4865,153.05035,472.1835,34.727417,97.6801,142.06279,9.883573,1.6570762,10.740598,982.19525,0.060410507,0.22170967,49.421772,7.482926,3.3869727,3.4776342,8.483588,83.913216,28.44086,87.053764,561.61395,241.49144,2205.8962,1880.6533,28.64164,52.204525,10169.092,7.4061923,94.02778,752.37244,181.37782,254.84865,103.56721,590.638,896.1535,475.04086,28.501997,145.08746,1005.35486,1946.8555,77.54115,931.1642,97.47025,1.0426978,61.419655,0.88977146,0.53060913,2.5073278,72.60287,173.54292,181.48264,13.937814,2302.184,457.9328,210.19086,300.08737,114.81874,85.406586,88.26165,70.215324,99.27285,771.8707,252.68088,150.8155,102.59879,22.465054,151.97426,136.79704,24.567974,562.3626,153.07187,2145.7058,32.78959,2354.3367,80.559845,421.9269,1521.9703,62.431744,12.641761,922.2532,792.9952,2474.613,91.08331 +2023-08-28 05:00:00,0.0,17720.348,365.5236,36.429863,46.728344,35.478764,185.42082,28.966095,45.28159,21.149185,26.099146,1219.2483,177.01309,16.925465,173.29486,1.3043541,0.07403377,28.977373,1.4384564,0.37004524,375.53394,0.14643607,417.9543,50.792812,0.244754,0.49450684,131.92204,18.991108,45.69773,91.65266,27554.531,0.043885577,2013.447,0.2391591,0.11781473,0.040894464,0.23276813,163.91437,188.46266,22.376415,155.18213,33.6046,54.7537,2286.3218,1.8903509,186.12051,100.911446,435.58725,68.57875,403.06937,41.61184,233.59637,0.0,2090.8179,9593.76,24.031479,574.2429,131.95547,40289.758,130.62659,20.725094,68.935165,223.21738,48.16763,22.055094,124.15764,1560.3528,315.52637,72.803314,16.611921,13.973957,451.3624,64.47662,963.45575,85.18777,2583.8342,268.74207,268.27963,91.702545,100.896736,6.0757895,9.232473,9.955,2.1074853,1.4350947,81.98506,89.20535,91.9641,48.96419,44.39879,128.08865,11.185253,2872.5261,39.314255,57.19086,44.664494,41.53085,266.54245,79.53259,78.14852,11.374753,31.625925,59.566433,230.60716,603.4877,87.00252,318.51178,74.014984,102.53513,267.30432,211.76422,944.228,158.8215,5.7182126,11.120632,4.74858,51.986736,19630.023,3.5560677,32.6839,51.08683,40.30639,337.36868,65.37509,149.36581,1.770023,129.11595,454.27155,249.43718,153.08878,472.1117,34.72567,97.673965,142.02673,9.882144,1.6571697,10.740434,981.742,0.06037678,0.22158602,49.423588,7.481388,3.3864455,3.4768593,8.485182,83.89495,28.43172,87.05465,561.59564,241.49994,2206.1482,1880.6467,28.659264,52.237175,10167.702,7.405545,94.06597,752.449,181.45251,254.96606,103.60316,590.9093,896.2851,475.10614,28.51828,145.15825,1005.25684,1946.6212,77.58455,931.6492,97.54468,1.0426161,61.418365,0.8894202,0.5303676,2.5063455,72.644066,173.61984,181.36783,13.929793,2300.7551,458.09476,210.31921,300.2685,114.86962,85.3913,88.314964,70.303566,99.26445,771.82324,252.69211,150.84256,102.57154,22.486357,151.99318,136.81284,24.549183,562.09607,153.03209,2143.431,32.790485,2353.3184,80.56264,421.93082,1520.8398,62.400967,12.646612,921.8734,792.77216,2473.0627,91.08343 +2023-08-28 06:00:00,0.0,17720.502,365.60635,36.446285,46.747295,35.488087,185.4563,28.973509,45.301384,21.151066,26.107458,1219.7578,176.90285,16.938128,173.35948,1.2954626,0.07322065,28.980389,1.4254514,0.3671082,375.60187,0.14628951,418.09357,50.80581,0.24374898,0.491283,131.9605,18.996279,45.71326,91.641495,27554.783,0.043757804,2014.1383,0.23884591,0.1175793,0.04078614,0.23216484,163.94781,188.50893,22.372948,155.11693,33.624237,54.709248,2286.495,1.8892167,185.91518,100.760765,435.6966,68.4675,403.1752,41.623352,233.16628,0.0,2090.3525,9586.844,24.009718,574.30865,131.92229,40285.008,130.62436,20.711449,68.78072,222.86533,48.1324,22.041378,123.93587,1559.4542,315.4849,72.63035,16.597937,13.968173,451.46857,64.4632,962.9883,85.1879,2584.0105,268.89435,268.0879,91.724655,100.8515,6.0746336,9.23004,9.946299,2.1068883,1.4341636,82.00631,89.23798,91.99486,48.99567,44.422302,128.08813,11.191967,2872.133,39.288853,57.16129,44.625553,41.462803,266.61157,79.51334,78.004036,11.368728,31.617235,59.511597,230.5134,603.5552,87.052216,318.56195,74.025856,102.48751,267.29514,211.4385,944.1962,158.81679,5.7206936,11.102822,4.7426615,52.006577,19630.959,3.5569973,32.704796,51.117744,40.324776,337.37238,65.4043,149.3953,1.7683215,129.12238,454.3644,249.38786,153.12718,472.03986,34.723923,97.66783,141.99068,9.880716,1.657263,10.740269,981.2888,0.060343053,0.22146237,49.425404,7.47985,3.3859181,3.4760845,8.486775,83.876686,28.42258,87.05554,561.57733,241.50842,2206.4001,1880.64,28.67689,52.269825,10166.312,7.404898,94.104164,752.5256,181.52722,255.08347,103.639114,591.1806,896.41675,475.1714,28.534563,145.22903,1005.1589,1946.387,77.627945,932.1342,97.619095,1.0425346,61.417072,0.8890689,0.5301261,2.5053632,72.68527,173.69678,181.25304,13.921774,2299.3264,458.25674,210.44759,300.4496,114.92051,85.37601,88.36828,70.3918,99.25605,771.77576,252.70334,150.8696,102.54429,22.50766,152.01208,136.82863,24.530394,561.8296,152.9923,2141.1562,32.79138,2352.3,80.56543,421.93475,1519.7094,62.370193,12.6514635,921.4936,792.5491,2471.5127,91.08354 +2023-08-28 07:00:00,0.0,17720.656,365.68912,36.462708,46.766247,35.497414,185.49179,28.980925,45.321175,21.152946,26.11577,1220.2672,176.79262,16.95079,173.4241,1.286571,0.07240753,28.983404,1.4124464,0.36417115,375.66983,0.14614297,418.23282,50.818806,0.24274394,0.48805913,131.99895,19.001448,45.728794,91.630325,27555.033,0.04363003,2014.8296,0.23853274,0.11734388,0.040677816,0.23156157,163.98126,188.55518,22.36948,155.05174,33.643875,54.664795,2286.6685,1.8880825,185.70984,100.61009,435.8059,68.35625,403.28104,41.634865,232.73618,0.0,2089.8875,9579.929,23.987955,574.3744,131.8891,40280.258,130.62213,20.697802,68.62628,222.51328,48.097176,22.027662,123.714096,1558.5555,315.4434,72.45739,16.583952,13.962389,451.57477,64.44978,962.5208,85.188034,2584.1865,269.04663,267.89618,91.746765,100.80627,6.073478,9.227605,9.937596,2.1062915,1.4332324,82.027565,89.270615,92.025604,49.02715,44.445816,128.08762,11.19868,2871.74,39.263447,57.13172,44.586617,41.39476,266.6807,79.4941,77.85954,11.362702,31.608543,59.456764,230.41963,603.6227,87.10191,318.6121,74.03673,102.439896,267.28595,211.11281,944.1644,158.81207,5.723175,11.085013,4.736743,52.026417,19631.895,3.5579271,32.725697,51.14866,40.343163,337.37604,65.43351,149.42479,1.7666199,129.1288,454.45728,249.33856,153.1656,471.96805,34.722176,97.661705,141.95462,9.879289,1.6573565,10.740104,980.8356,0.06030933,0.2213387,49.42722,7.478312,3.385391,3.4753094,8.48837,83.85841,28.41344,87.056435,561.559,241.51692,2206.652,1880.6334,28.694515,52.302475,10164.921,7.404251,94.14236,752.6022,181.60191,255.20087,103.675064,591.45197,896.54834,475.23663,28.550844,145.29982,1005.06085,1946.1527,77.67135,932.6192,97.69351,1.042453,61.415783,0.8887176,0.5298846,2.504381,72.72647,173.7737,181.13824,13.913754,2297.8975,458.4187,210.57594,300.6307,114.97139,85.36072,88.42159,70.48004,99.24765,771.7282,252.71457,150.89665,102.51704,22.528965,152.031,136.84442,24.511604,561.5631,152.95251,2138.8813,32.79228,2351.2817,80.56822,421.93866,1518.5789,62.339417,12.656315,921.1138,792.326,2469.9624,91.08366 +2023-08-28 08:00:00,0.0,17720.81,365.77185,36.47913,46.7852,35.506737,185.52727,28.988338,45.340965,21.154827,26.124083,1220.7766,176.68237,16.963453,173.48871,1.2776796,0.07159441,28.98642,1.3994414,0.3612341,375.73776,0.14599642,418.3721,50.831802,0.24173892,0.4848353,132.0374,19.006617,45.744324,91.619156,27555.283,0.043502253,2015.5209,0.23821956,0.117108464,0.04056949,0.23095828,164.01471,188.60144,22.366014,154.98656,33.663513,54.620346,2286.8416,1.8869482,185.5045,100.45942,435.91522,68.245,403.38687,41.646378,232.30606,0.0,2089.422,9573.013,23.966194,574.4401,131.85591,40275.508,130.6199,20.684155,68.47184,222.16122,48.061947,22.013947,123.49232,1557.657,315.4019,72.284424,16.569967,13.956605,451.68094,64.43636,962.05334,85.18817,2584.3625,269.19894,267.70447,91.76887,100.76104,6.072323,9.225171,9.928894,2.1056948,1.4323013,82.04881,89.303246,92.05636,49.058628,44.46933,128.0871,11.205393,2871.3467,39.238045,57.10215,44.547676,41.326714,266.74982,79.47486,77.71506,11.356676,31.599854,59.401928,230.32587,603.69025,87.15161,318.66226,74.0476,102.39227,267.27673,210.7871,944.13257,158.80736,5.725656,11.067204,4.7308245,52.046257,19632.828,3.5588567,32.746593,51.179573,40.36155,337.37973,65.46272,149.45428,1.7649184,129.13521,454.5501,249.28925,153.20401,471.8962,34.72043,97.65557,141.91856,9.877861,1.65745,10.739939,980.3824,0.0602756,0.22121505,49.42904,7.476774,3.3848636,3.4745345,8.489964,83.84015,28.4043,87.05733,561.5407,241.5254,2206.904,1880.6267,28.71214,52.335125,10163.531,7.4036045,94.18055,752.6787,181.67662,255.31827,103.71102,591.72327,896.68,475.3019,28.567127,145.37062,1004.9628,1945.9185,77.714745,933.10425,97.76793,1.0423715,61.41449,0.88836634,0.5296431,2.5033987,72.76767,173.85062,181.02345,13.905734,2296.4685,458.58066,210.7043,300.81183,115.02227,85.34543,88.47491,70.56828,99.23925,771.6807,252.7258,150.9237,102.489784,22.550268,152.04991,136.86021,24.492813,561.2966,152.91272,2136.6064,32.79317,2350.2632,80.571014,421.9426,1517.4482,62.308643,12.661166,920.734,792.1029,2468.412,91.08378 +2023-08-28 09:00:00,0.0,17720.965,365.8546,36.495552,46.80415,35.51606,185.56274,28.995752,45.36076,21.156708,26.132395,1221.286,176.57214,16.976116,173.55333,1.268788,0.07078129,28.989435,1.3864363,0.35829705,375.8057,0.14584987,418.51135,50.844795,0.24073389,0.48161143,132.07584,19.011787,45.759857,91.60799,27555.533,0.04337448,2016.2122,0.23790638,0.11687304,0.04046117,0.230355,164.04817,188.64769,22.362547,154.92137,33.68315,54.575893,2287.015,1.8858141,185.29916,100.30875,436.02454,68.13375,403.4927,41.65789,231.87596,0.0,2088.957,9566.098,23.944433,574.50586,131.82272,40270.758,130.61768,20.67051,68.3174,221.80917,48.026722,22.00023,123.270546,1556.7584,315.36038,72.11146,16.55598,13.950821,451.7871,64.42294,961.5859,85.1883,2584.5386,269.35123,267.51273,91.79098,100.715805,6.071167,9.222737,9.920193,2.105098,1.4313701,82.07007,89.33588,92.08711,49.090107,44.49284,128.08658,11.212107,2870.9536,39.21264,57.072582,44.508736,41.25867,266.81897,79.45562,77.570564,11.350651,31.591164,59.34709,230.2321,603.75775,87.20131,318.7124,74.05847,102.34465,267.26755,210.4614,944.10077,158.80264,5.7281375,11.049396,4.724906,52.066097,19633.764,3.5597863,32.76749,51.210484,40.37994,337.38342,65.491936,149.48378,1.763217,129.14163,454.64297,249.23993,153.24243,471.8244,34.71868,97.64944,141.8825,9.876433,1.6575434,10.739774,979.9292,0.060241874,0.22109139,49.430855,7.475236,3.3843362,3.4737597,8.491557,83.821884,28.395163,87.05822,561.5224,241.5339,2207.156,1880.62,28.729765,52.367775,10162.141,7.4029574,94.21875,752.7553,181.75131,255.43568,103.74698,591.9946,896.8116,475.36716,28.58341,145.4414,1004.8648,1945.6842,77.75814,933.58923,97.84235,1.0422899,61.413197,0.88801503,0.5294016,2.5024164,72.80887,173.92755,180.90865,13.897715,2295.0398,458.7426,210.83266,300.99295,115.07316,85.33014,88.52822,70.656525,99.23085,771.63324,252.73703,150.95076,102.46253,22.571571,152.06883,136.876,24.474024,561.0301,152.87294,2134.3318,32.794067,2349.2449,80.573814,421.9465,1516.3177,62.277866,12.666017,920.3542,791.8799,2466.862,91.08389 +2023-08-28 10:00:00,0.0,17721.12,365.93738,36.511974,46.8231,35.525387,185.59822,29.003166,45.38055,21.158587,26.140707,1221.7955,176.4619,16.98878,173.61795,1.2598965,0.06996817,28.99245,1.3734313,0.35536003,375.87363,0.14570332,418.6506,50.85779,0.23972885,0.4783876,132.11429,19.016956,45.775387,91.59682,27555.785,0.043246705,2016.9034,0.23759319,0.11663762,0.040352847,0.2297517,164.08162,188.69395,22.35908,154.85619,33.70279,54.531445,2287.1882,1.8846798,185.09383,100.158066,436.13385,68.0225,403.59854,41.669407,231.44585,0.0,2088.4917,9559.182,23.92267,574.5716,131.78955,40266.008,130.61546,20.656862,68.16296,221.45712,47.991493,21.986515,123.04877,1555.8597,315.31888,71.9385,16.541996,13.945038,451.8933,64.409515,961.1184,85.18844,2584.7146,269.5035,267.321,91.81309,100.67057,6.0700116,9.220304,9.91149,2.1045012,1.430439,82.09132,89.368515,92.11786,49.121586,44.516354,128.08606,11.21882,2870.5605,39.187233,57.04301,44.469795,41.190624,266.8881,79.43637,77.42608,11.344625,31.582474,59.29226,230.13835,603.82526,87.25101,318.76257,74.06934,102.29703,267.25833,210.13568,944.069,158.79793,5.7306185,11.031586,4.7189875,52.085938,19634.7,3.560716,32.788387,51.241398,40.398327,337.38712,65.52115,149.51328,1.7615154,129.14806,454.73584,249.19063,153.28085,471.75256,34.716934,97.64331,141.84645,9.875006,1.6576369,10.73961,979.47595,0.06020815,0.22096774,49.43267,7.473698,3.383809,3.4729846,8.493151,83.80361,28.386023,87.059105,561.5041,241.54239,2207.408,1880.6134,28.74739,52.400425,10160.751,7.4023104,94.25694,752.83185,181.826,255.55309,103.78293,592.2659,896.94324,475.4324,28.599693,145.51219,1004.76685,1945.45,77.801544,934.0743,97.91676,1.0422083,61.411907,0.8876638,0.5291601,2.5014343,72.850075,174.00447,180.79385,13.889695,2293.6108,458.90457,210.96103,301.17407,115.12404,85.31485,88.581535,70.74476,99.22244,771.5857,252.74826,150.97781,102.43528,22.592876,152.08774,136.8918,24.455235,560.76355,152.83316,2132.057,32.794964,2348.2266,80.57661,421.95044,1515.1873,62.247093,12.670868,919.97437,791.6568,2465.3118,91.08401 +2023-08-28 11:00:00,0.0,17721.273,366.0201,36.528397,46.842056,35.53471,185.63371,29.010582,45.400345,21.160467,26.14902,1222.3049,176.35165,17.001442,173.68257,1.251005,0.06915505,28.995466,1.3604263,0.35242298,375.9416,0.14555676,418.78986,50.87079,0.23872383,0.47516373,132.15274,19.022125,45.79092,91.58565,27556.035,0.04311893,2017.5947,0.23728001,0.116402194,0.040244523,0.22914843,164.11507,188.74022,22.355612,154.791,33.722427,54.48699,2287.3613,1.8835456,184.88849,100.00739,436.2432,67.91125,403.7044,41.68092,231.01575,0.0,2088.0266,9552.266,23.90091,574.6374,131.75636,40261.254,130.61324,20.643217,68.008514,221.10507,47.95627,21.9728,122.826996,1554.9612,315.27737,71.76553,16.528011,13.939254,451.99948,64.396095,960.65094,85.188576,2584.8909,269.6558,267.1293,91.83519,100.625336,6.0688562,9.21787,9.902788,2.1039042,1.4295079,82.11257,89.401146,92.14861,49.15306,44.539867,128.08554,11.225533,2870.1672,39.16183,57.01344,44.43086,41.122578,266.9572,79.41713,77.281586,11.3386,31.573782,59.237423,230.04459,603.89276,87.300705,318.8127,74.08021,102.249405,267.24915,209.80998,944.0372,158.79321,5.7330995,11.013777,4.713069,52.105778,19635.633,3.5616457,32.809288,51.272312,40.416714,337.3908,65.55036,149.54277,1.7598139,129.15446,454.82867,249.14131,153.31926,471.68076,34.715187,97.63718,141.8104,9.873578,1.6577302,10.739445,979.02277,0.06017442,0.22084409,49.434486,7.47216,3.3832817,3.4722097,8.494744,83.78535,28.376883,87.06,561.4858,241.55089,2207.66,1880.6067,28.765017,52.433075,10159.36,7.4016633,94.295135,752.90845,181.90071,255.67049,103.818886,592.53723,897.0748,475.49768,28.615974,145.58298,1004.6688,1945.2157,77.84494,934.55927,97.99118,1.0421268,61.410614,0.8873125,0.52891856,2.500452,72.89127,174.08139,180.67906,13.881676,2292.182,459.06653,211.08939,301.35516,115.17493,85.29956,88.63486,70.833,99.21404,771.5382,252.7595,151.00487,102.408035,22.61418,152.10666,136.9076,24.436443,560.4971,152.79337,2129.7822,32.795856,2347.2083,80.5794,421.95435,1514.0568,62.216316,12.675719,919.5946,791.4337,2463.7617,91.08412 +2023-08-28 12:00:00,0.0,17721.428,366.10287,36.54482,46.861008,35.544033,185.66919,29.017996,45.420135,21.162348,26.157333,1222.8143,176.24142,17.014105,173.74718,1.2421135,0.06834194,28.998482,1.3474213,0.34948593,376.00952,0.14541022,418.92914,50.883785,0.23771879,0.4719399,132.1912,19.027296,45.80645,91.574486,27556.285,0.042991154,2018.286,0.23696683,0.11616677,0.0401362,0.22854513,164.14851,188.78647,22.352144,154.7258,33.742065,54.44254,2287.5347,1.8824114,184.68315,99.85672,436.35254,67.799995,403.81024,41.692432,230.58563,0.0,2087.5613,9545.351,23.879148,574.7031,131.72318,40256.504,130.61101,20.62957,67.85407,220.75302,47.92104,21.959084,122.605225,1554.0625,315.2359,71.59257,16.514027,13.93347,452.10568,64.382675,960.1835,85.188705,2585.067,269.80807,266.93756,91.8573,100.5801,6.0677004,9.215435,9.894087,2.1033075,1.4285767,82.13382,89.43378,92.17937,49.18454,44.563377,128.08502,11.232245,2869.7742,39.136425,56.98387,44.39192,41.054535,267.02637,79.39789,77.1371,11.332575,31.565092,59.18259,229.95082,603.96027,87.3504,318.86288,74.09108,102.20178,267.23996,209.48427,944.0054,158.7885,5.735581,10.995968,4.7071505,52.125618,19636.568,3.5625753,32.830185,51.303226,40.4351,337.3945,65.57957,149.57227,1.7581124,129.16089,454.92154,249.092,153.35768,471.60895,34.71344,97.63104,141.77434,9.87215,1.6578237,10.73928,978.5696,0.060140695,0.22072043,49.436302,7.470622,3.3827543,3.4714346,8.496338,83.767075,28.367743,87.06089,561.46747,241.55937,2207.9119,1880.6,28.78264,52.465725,10157.97,7.401016,94.33333,752.98505,181.9754,255.7879,103.854836,592.8086,897.2064,475.56293,28.632257,145.65376,1004.5708,1944.9814,77.888336,935.0443,98.0656,1.0420452,61.40932,0.88696116,0.52867705,2.4994698,72.93247,174.15833,180.56425,13.873655,2290.7532,459.22852,211.21774,301.5363,115.22581,85.28427,88.68817,70.92124,99.20564,771.4907,252.77074,151.0319,102.38078,22.635483,152.12556,136.92339,24.417654,560.2305,152.75359,2127.5073,32.796753,2346.1897,80.58219,421.95828,1512.9261,62.18554,12.680571,919.2148,791.21063,2462.2114,91.084236 +2023-08-28 13:00:00,0.0,17721.584,366.1856,36.56124,46.87996,35.553356,185.70467,29.02541,45.439926,21.164228,26.165646,1223.3239,176.13118,17.026768,173.8118,1.233222,0.06752882,29.001497,1.3344163,0.3465489,376.07745,0.14526367,419.0684,50.896782,0.23671377,0.46871603,132.22963,19.032465,45.821983,91.56332,27556.537,0.04286338,2018.9774,0.23665366,0.11593135,0.040027875,0.22794184,164.18196,188.83273,22.348677,154.66061,33.761703,54.39809,2287.708,1.8812771,184.47781,99.70604,436.46185,67.68875,403.91608,41.703945,230.15553,0.0,2087.0962,9538.435,23.857386,574.76886,131.68999,40251.754,130.60878,20.615925,67.69963,220.40097,47.88581,21.945368,122.383446,1553.164,315.1944,71.41961,16.500042,13.927686,452.21185,64.369255,959.716,85.18884,2585.243,269.96036,266.74585,91.8794,100.53487,6.066545,9.213001,9.885385,2.1027107,1.4276456,82.155075,89.466415,92.21011,49.21602,44.58689,128.08449,11.238959,2869.381,39.111023,56.9543,44.352978,40.98649,267.0955,79.37865,76.99261,11.326549,31.556402,59.127754,229.85706,604.0278,87.4001,318.91302,74.10195,102.15417,267.23074,209.15857,943.9736,158.78378,5.738062,10.978159,4.701232,52.145454,19637.504,3.563505,32.85108,51.33414,40.453487,337.3982,65.60878,149.60176,1.7564108,129.1673,455.0144,249.04268,153.39609,471.5371,34.711693,97.624916,141.73828,9.870723,1.6579171,10.739115,978.11633,0.06010697,0.22059678,49.438118,7.469084,3.3822272,3.4706597,8.497932,83.74881,28.358603,87.06178,561.4492,241.56787,2208.1638,1880.5934,28.800266,52.498375,10156.58,7.400369,94.37153,753.0616,182.0501,255.9053,103.89079,593.0799,897.3381,475.62817,28.64854,145.72456,1004.4728,1944.7472,77.93174,935.5293,98.140015,1.0419636,61.40803,0.8866099,0.5284355,2.4984875,72.97367,174.23524,180.44946,13.865636,2289.3242,459.39047,211.3461,301.7174,115.27669,85.26898,88.741486,71.009476,99.19724,771.4432,252.78197,151.05896,102.35353,22.656788,152.14449,136.93918,24.398865,559.96405,152.7138,2125.2327,32.79765,2345.1714,80.584984,421.9622,1511.7957,62.154766,12.685422,918.83496,790.98755,2460.6611,91.08435 +2023-08-28 14:00:00,0.0,17721.738,366.26837,36.577663,46.89891,35.562683,185.74016,29.032824,45.45972,21.16611,26.173958,1223.8333,176.02094,17.039429,173.87642,1.2243304,0.0667157,29.004513,1.3214113,0.34361184,376.1454,0.14511712,419.20764,50.909775,0.23570874,0.4654922,132.26808,19.037634,45.837513,91.55215,27556.787,0.042735606,2019.6687,0.23634046,0.11569593,0.03991955,0.22733857,164.21542,188.879,22.34521,154.59543,33.78134,54.353638,2287.8813,1.8801429,184.27248,99.55537,436.57117,67.5775,404.0219,41.715458,229.72542,0.0,2086.6309,9531.52,23.835625,574.8346,131.6568,40247.004,130.60655,20.602278,67.54519,220.04892,47.850586,21.931652,122.161674,1552.2654,315.1529,71.24664,16.486057,13.921902,452.31802,64.355835,959.2486,85.18897,2585.419,270.11264,266.55414,91.90151,100.48964,6.065389,9.210567,9.876682,2.102114,1.4267144,82.17632,89.49904,92.24087,49.247498,44.610405,128.08397,11.245672,2868.9878,39.085617,56.924732,44.314037,40.918446,267.1646,79.3594,76.84812,11.320523,31.54771,59.072918,229.76329,604.09534,87.4498,318.9632,74.11282,102.106544,267.22156,208.83287,943.9417,158.77907,5.7405434,10.960349,4.695314,52.165295,19638.438,3.5644348,32.87198,51.365055,40.471878,337.4019,65.63799,149.63126,1.7547094,129.17372,455.10724,248.99338,153.43451,471.4653,34.709946,97.61878,141.70222,9.869295,1.6580106,10.73895,977.66315,0.06007324,0.22047311,49.439938,7.467546,3.3816998,3.4698849,8.499526,83.730545,28.349463,87.062675,561.4309,241.57635,2208.4158,1880.5867,28.817892,52.531025,10155.189,7.399722,94.40972,753.1382,182.1248,256.0227,103.92675,593.35126,897.46967,475.69345,28.664824,145.79535,1004.3748,1944.513,77.975136,936.01434,98.21443,1.041882,61.40674,0.8862586,0.528194,2.4975052,73.01488,174.31216,180.33467,13.857616,2287.8955,459.55243,211.47446,301.89853,115.327576,85.25369,88.7948,71.09772,99.18884,771.3957,252.7932,151.08601,102.32628,22.678091,152.16339,136.95497,24.380074,559.6975,152.67401,2122.9578,32.798542,2344.153,80.587776,421.96613,1510.6652,62.12399,12.690273,918.4552,790.7645,2459.111,91.084465 +2023-08-28 15:00:00,0.0,17721.893,366.35114,36.594086,46.917862,35.572006,185.77563,29.040237,45.47951,21.16799,26.18227,1224.3427,175.9107,17.052092,173.94102,1.215439,0.06590258,29.007528,1.3084062,0.3406748,376.21335,0.14497057,419.3469,50.92277,0.2347037,0.46226832,132.30653,19.042805,45.853046,91.54098,27557.037,0.04260783,2020.36,0.23602729,0.11546051,0.03981123,0.22673526,164.24887,188.92525,22.341742,154.53024,33.80098,54.30919,2288.0544,1.8790087,184.06714,99.40469,436.6805,67.46625,404.12775,41.72697,229.29532,0.0,2086.1655,9524.604,23.813864,574.9003,131.62361,40242.254,130.60434,20.58863,67.39075,219.69687,47.815357,21.917936,121.939896,1551.3667,315.1114,71.07368,16.47207,13.916119,452.42422,64.34241,958.7811,85.18911,2585.595,270.26492,266.36243,91.92362,100.444405,6.064234,9.208134,9.867981,2.1015172,1.4257833,82.19758,89.53168,92.27162,49.278976,44.63392,128.08345,11.252385,2868.5947,39.06021,56.89516,44.2751,40.8504,267.23373,79.34016,76.70363,11.314498,31.53902,59.018085,229.66953,604.16284,87.4995,319.01337,74.123695,102.05892,267.21234,208.50716,943.9099,158.77434,5.7430243,10.94254,4.6893954,52.185135,19639.373,3.5653644,32.89288,51.39597,40.490265,337.40558,65.667206,149.66075,1.7530079,129.18015,455.2001,248.94406,153.47293,471.39346,34.7082,97.61265,141.66617,9.867867,1.6581041,10.738786,977.2099,0.060039517,0.22034946,49.441753,7.4660077,3.3811724,3.4691098,8.50112,83.71227,28.340322,87.06356,561.4126,241.58485,2208.6677,1880.5801,28.835516,52.563675,10153.8,7.399075,94.447914,753.2148,182.1995,256.1401,103.9627,593.62256,897.6013,475.7587,28.681107,145.86613,1004.2768,1944.2787,78.01853,936.4994,98.28885,1.0418005,61.40545,0.8859073,0.5279525,2.496523,73.056076,174.3891,180.21988,13.849597,2286.4666,459.7144,211.60283,302.07965,115.378456,85.23841,88.848114,71.18596,99.18044,771.34814,252.80443,151.11307,102.29903,22.699394,152.18231,136.97076,24.361284,559.431,152.63423,2120.683,32.79944,2343.1348,80.59057,421.97003,1509.5347,62.093216,12.695125,918.0754,790.54144,2457.5608,91.08458 +2023-08-28 16:00:00,0.0,17722.047,366.43387,36.610508,46.936813,35.58133,185.81111,29.047653,45.499306,21.169868,26.190582,1224.8522,175.80046,17.064754,174.00565,1.2065474,0.065089464,29.010544,1.2954012,0.33773774,376.28128,0.14482401,419.48618,50.93577,0.23369868,0.4590445,132.34499,19.047974,45.86858,91.52981,27557.287,0.042480055,2021.0513,0.23571411,0.115225084,0.039702907,0.22613199,164.28232,188.97151,22.338274,154.46506,33.820618,54.264736,2288.2278,1.8778745,183.8618,99.25402,436.7898,67.354996,404.23358,41.738483,228.8652,0.0,2085.7002,9517.688,23.7921,574.9661,131.59042,40237.504,130.60211,20.574986,67.236305,219.34482,47.780132,21.90422,121.718124,1550.4681,315.0699,70.90072,16.458086,13.910335,452.5304,64.32899,958.31366,85.18925,2585.7712,270.4172,266.1707,91.945724,100.39917,6.0630784,9.2057,9.859279,2.1009202,1.4248521,82.21883,89.56431,92.30237,49.310455,44.65743,128.08293,11.259099,2868.2017,39.03481,56.865593,44.23616,40.782356,267.3029,79.320915,76.55914,11.308473,31.53033,58.96325,229.57576,604.23035,87.549194,319.0635,74.13456,102.0113,267.20316,208.18146,943.8781,158.76962,5.745506,10.924731,4.683477,52.204975,19640.307,3.566294,32.913776,51.426884,40.50865,337.40924,65.69642,149.69025,1.7513063,129.18655,455.29297,248.89474,153.51134,471.32166,34.70645,97.60652,141.63011,9.86644,1.6581974,10.738621,976.7567,0.06000579,0.22022581,49.44357,7.46447,3.3806453,3.468335,8.502713,83.69401,28.331182,87.06445,561.3943,241.59335,2208.9197,1880.5734,28.853142,52.596325,10152.409,7.398428,94.48611,753.2913,182.2742,256.2575,103.99866,593.89386,897.7329,475.82397,28.697388,145.93692,1004.1788,1944.0444,78.061935,936.9844,98.363266,1.041719,61.404156,0.88555604,0.527711,2.4955406,73.097275,174.46602,180.10507,13.841577,2285.0376,459.87634,211.73119,302.26074,115.42934,85.22312,88.90143,71.27419,99.17204,771.30066,252.81566,151.14012,102.271774,22.720697,152.20122,136.98656,24.342495,559.16455,152.59444,2118.4082,32.800335,2342.1162,80.59336,421.97397,1508.404,62.06244,12.699976,917.69556,790.31836,2456.0105,91.084694 +2023-08-28 17:00:00,0.0,17722.201,366.51663,36.62693,46.955765,35.590656,185.8466,29.055067,45.519096,21.17175,26.198895,1225.3616,175.69023,17.077417,174.07027,1.1976559,0.064276345,29.01356,1.2823962,0.33480072,376.3492,0.14467746,419.62543,50.948765,0.23269364,0.45582062,132.38342,19.053143,45.88411,91.51865,27557.54,0.04235228,2021.7426,0.23540092,0.11498966,0.039594583,0.2255287,164.31577,189.01776,22.334806,154.39987,33.840256,54.220287,2288.4011,1.8767402,183.65646,99.10334,436.8991,67.24375,404.33942,41.749996,228.4351,0.0,2085.235,9510.772,23.77034,575.03186,131.55724,40232.754,130.59988,20.561338,67.08186,218.99277,47.744904,21.890505,121.49635,1549.5696,315.02838,70.72775,16.444101,13.904551,452.6366,64.31557,957.8462,85.18938,2585.9473,270.5695,265.97897,91.967834,100.353935,6.0619226,9.203265,9.850576,2.1003234,1.423921,82.24008,89.59694,92.33312,49.341934,44.680943,128.08241,11.265812,2867.8083,39.009403,56.83602,44.19722,40.71431,267.372,79.301674,76.41465,11.302446,31.521639,58.908417,229.482,604.29785,87.59889,319.11368,74.14543,101.96368,267.19397,207.85574,943.8463,158.76491,5.747987,10.906922,4.6775584,52.224815,19641.242,3.5672235,32.934673,51.457798,40.52704,337.41293,65.725624,149.71974,1.7496048,129.19298,455.3858,248.84544,153.54976,471.24982,34.704704,97.60039,141.59406,9.865012,1.6582909,10.738456,976.3035,0.059972066,0.22010215,49.445385,7.4629316,3.380118,3.4675598,8.504307,83.67574,28.322044,87.065346,561.376,241.60184,2209.1716,1880.5667,28.870768,52.628975,10151.02,7.397781,94.5243,753.3679,182.34889,256.37494,104.03461,594.1652,897.86456,475.88922,28.71367,146.0077,1004.08075,1943.8102,78.10533,937.4694,98.43768,1.0416373,61.402863,0.88520473,0.52746946,2.4945583,73.13847,174.54294,179.99028,13.833557,2283.609,460.03833,211.85954,302.44186,115.480225,85.20783,88.95475,71.362434,99.16364,771.2532,252.82689,151.16718,102.24452,22.742002,152.22014,137.00235,24.323704,558.898,152.55466,2116.1333,32.801228,2341.098,80.59616,421.97787,1507.2736,62.031662,12.704827,917.3158,790.0953,2454.4604,91.084816 +2023-08-28 18:00:00,0.0,17722.355,366.5994,36.643353,46.974716,35.59998,185.88208,29.06248,45.538887,21.17363,26.207207,1225.871,175.57999,17.09008,174.13489,1.1887643,0.063463226,29.016575,1.2693912,0.33186367,376.41714,0.14453092,419.76468,50.961758,0.23168862,0.45259678,132.42188,19.058313,45.899643,91.50748,27557.79,0.042224504,2022.4338,0.23508774,0.11475424,0.03948626,0.22492541,164.34921,189.06403,22.331339,154.33467,33.859894,54.175835,2288.5742,1.8756061,183.45113,98.95267,437.00845,67.1325,404.44525,41.76151,228.00499,0.0,2084.7698,9503.857,23.748579,575.0976,131.52406,40228.004,130.59766,20.547693,66.92742,218.64073,47.70968,21.87679,121.274574,1548.6709,314.9869,70.55479,16.430117,13.8987665,452.74277,64.30215,957.3787,85.189514,2586.1233,270.72177,265.78726,91.98994,100.3087,6.060767,9.200831,9.841875,2.0997267,1.4229898,82.26133,89.62957,92.36388,49.373413,44.704456,128.0819,11.272525,2867.4153,38.984,56.80645,44.15828,40.646263,267.44113,79.282425,76.270164,11.296421,31.512949,58.85358,229.38823,604.36536,87.64859,319.16382,74.1563,101.91605,267.18475,207.53004,943.8145,158.7602,5.750468,10.889112,4.67164,52.244656,19642.178,3.5681534,32.95557,51.488712,40.545425,337.41663,65.75484,149.74924,1.7479033,129.19939,455.47867,248.79613,153.58817,471.178,34.702957,97.59425,141.558,9.8635845,1.6583843,10.738291,975.8503,0.059938338,0.2199785,49.4472,7.461394,3.3795907,3.466785,8.5059,83.65747,28.312904,87.06624,561.35767,241.61034,2209.4236,1880.56,28.888391,52.661625,10149.629,7.397134,94.5625,753.44446,182.42358,256.49234,104.070564,594.4365,897.99615,475.95447,28.729954,146.0785,1003.9828,1943.5759,78.14873,937.9544,98.5121,1.0415558,61.401573,0.8848534,0.52722794,2.493576,73.17968,174.61987,179.87549,13.825538,2282.18,460.2003,211.9879,302.623,115.531105,85.19254,89.008064,71.450676,99.15524,771.2056,252.83813,151.19421,102.21727,22.763306,152.23904,137.01814,24.304914,558.63153,152.51488,2113.8586,32.802124,2340.0796,80.59895,421.9818,1506.1431,62.00089,12.709679,916.936,789.8722,2452.9102,91.08493 +2023-08-28 19:00:00,0.0,17722.51,366.68213,36.659775,46.993668,35.609303,185.91756,29.069895,45.55868,21.17551,26.215519,1226.3805,175.46974,17.102743,174.1995,1.1798729,0.06265011,29.01959,1.2563862,0.32892662,376.4851,0.14438437,419.90393,50.974754,0.23068358,0.44937292,132.46033,19.063482,45.915173,91.49631,27558.04,0.04209673,2023.1251,0.23477456,0.114518814,0.039377935,0.22432213,164.38268,189.11029,22.327871,154.26949,33.87953,54.131382,2288.7476,1.8744718,183.24577,98.801994,437.1178,67.02125,404.5511,41.77302,227.57489,0.0,2084.3047,9496.941,23.726816,575.1633,131.49088,40223.254,130.59543,20.534046,66.77298,218.28867,47.67445,21.863073,121.0528,1547.7723,314.9454,70.38183,16.416132,13.8929825,452.84894,64.28872,956.91125,85.189644,2586.2993,270.87405,265.59552,92.01205,100.26347,6.059612,9.198398,9.833173,2.09913,1.4220587,82.282585,89.6622,92.39462,49.404892,44.727966,128.08138,11.279238,2867.0222,38.958595,56.776882,44.11934,40.57822,267.51025,79.26318,76.12567,11.290396,31.50426,58.798744,229.29446,604.4329,87.69829,319.214,74.167175,101.86844,267.17557,207.20433,943.7827,158.75548,5.752949,10.871304,4.6657214,52.264496,19643.111,3.569083,32.97647,51.519627,40.563812,337.42032,65.78405,149.77872,1.7462018,129.20581,455.57153,248.74681,153.62659,471.10617,34.70121,97.58813,141.52194,9.862156,1.6584778,10.738127,975.3971,0.059904613,0.21985483,49.44902,7.4598556,3.3790634,3.46601,8.507495,83.639206,28.303764,87.06713,561.33936,241.61882,2209.6755,1880.5533,28.906017,52.694275,10148.238,7.3964868,94.60069,753.52106,182.49829,256.60974,104.10652,594.7079,898.1278,476.01974,28.746237,146.14929,1003.88477,1943.3417,78.19213,938.43945,98.58652,1.0414742,61.40028,0.8845022,0.5269864,2.4925938,73.22088,174.6968,179.7607,13.817517,2280.751,460.36224,212.11626,302.8041,115.58199,85.17725,89.06138,71.53891,99.14684,771.15814,252.84937,151.22127,102.19002,22.784609,152.25797,137.03394,24.286125,558.365,152.47508,2111.5837,32.80302,2339.0613,80.601746,421.98572,1505.0126,61.97011,12.71453,916.5562,789.6492,2451.36,91.085045 +2023-08-28 20:00:00,0.0,17722.664,366.7649,36.676197,47.01262,35.61863,185.95305,29.077309,45.578472,21.177391,26.223831,1226.8899,175.35951,17.115406,174.26411,1.1709813,0.06183699,29.022606,1.2433811,0.32598957,376.55304,0.14423782,420.0432,50.98775,0.22967856,0.44614908,132.49878,19.068651,45.930706,91.48514,27558.291,0.041968957,2023.8164,0.23446138,0.1142834,0.03926961,0.22371884,164.41612,189.15654,22.324406,154.2043,33.89917,54.086933,2288.921,1.8733375,183.04044,98.65131,437.2271,66.909996,404.65692,41.78454,227.14478,0.0,2083.8394,9490.026,23.705055,575.22906,131.45769,40218.504,130.59322,20.5204,66.61854,217.93661,47.63922,21.849358,120.83103,1546.8738,314.9039,70.20886,16.402147,13.887198,452.95514,64.2753,956.4438,85.18978,2586.4753,271.02634,265.4038,92.03416,100.21824,6.058456,9.195964,9.8244705,2.0985332,1.4211276,82.30383,89.69483,92.42538,49.43637,44.75148,128.08086,11.285952,2866.6292,38.933193,56.74731,44.080402,40.510174,267.5794,79.24394,75.981186,11.28437,31.495567,58.74391,229.2007,604.5004,87.747986,319.26413,74.17805,101.820816,267.16635,206.87863,943.75085,158.75076,5.75543,10.853495,4.659803,52.284332,19644.047,3.5700126,32.997368,51.550537,40.582203,337.424,65.81326,149.80821,1.7445003,129.21223,455.66437,248.69751,153.665,471.03436,34.699463,97.58199,141.48589,9.860728,1.6585712,10.737962,974.9439,0.059870888,0.21973118,49.450836,7.4583178,3.378536,3.465235,8.5090885,83.62094,28.294624,87.06802,561.32104,241.62732,2209.9275,1880.5468,28.923643,52.726925,10146.849,7.3958397,94.638885,753.59766,182.57298,256.72714,104.14247,594.9792,898.2594,476.085,28.76252,146.22008,1003.78674,1943.1074,78.23553,938.92444,98.660934,1.0413927,61.39899,0.88415086,0.5267449,2.4916117,73.26208,174.77371,179.64589,13.809498,2279.3223,460.5242,212.24463,302.98523,115.63287,85.161964,89.11469,71.62715,99.13844,771.1106,252.8606,151.24832,102.16277,22.805914,152.27687,137.04973,24.267334,558.0985,152.4353,2109.309,32.803913,2338.0427,80.60454,421.98965,1503.882,61.93934,12.719381,916.1764,789.4261,2449.8098,91.08516 +2023-08-28 21:00:00,0.0,17722.818,366.84763,36.69262,47.03157,35.627953,185.98853,29.084724,45.598267,21.179272,26.232145,1227.3993,175.24927,17.128069,174.32874,1.1620898,0.061023872,29.025621,1.2303761,0.32305253,376.62097,0.14409126,420.18246,51.000748,0.22867353,0.4429252,132.53722,19.073822,45.946236,91.47397,27558.541,0.04184118,2024.5077,0.23414819,0.114047974,0.03916129,0.22311556,164.44957,189.2028,22.320938,154.13911,33.918808,54.04248,2289.094,1.8722034,182.8351,98.50064,437.33643,66.79875,404.76276,41.79605,226.71468,0.0,2083.3743,9483.11,23.683294,575.29486,131.4245,40213.754,130.59099,20.506754,66.464096,217.58456,47.603996,21.835642,120.60925,1545.9751,314.8624,70.0359,16.38816,13.881414,453.0613,64.26188,955.9763,85.18992,2586.6516,271.17865,265.2121,92.05626,100.173004,6.0573006,9.19353,9.815769,2.0979364,1.4201964,82.32509,89.72746,92.45613,49.46785,44.774994,128.08034,11.292665,2866.2358,38.907787,56.717743,44.041462,40.44213,267.64853,79.2247,75.83669,11.278344,31.486877,58.689075,229.10693,604.56793,87.79768,319.3143,74.18891,101.77319,267.15717,206.55292,943.71906,158.74605,5.7579117,10.835686,4.6538844,52.304173,19644.982,3.5709422,33.018265,51.58145,40.60059,337.4277,65.842476,149.8377,1.7427988,129.21864,455.75723,248.6482,153.70341,470.96252,34.697716,97.57586,141.44983,9.859301,1.6586647,10.737797,974.49066,0.05983716,0.21960753,49.452652,7.45678,3.3780088,3.4644601,8.510682,83.60267,28.285484,87.06891,561.30273,241.6358,2210.1797,1880.54,28.941267,52.759575,10145.458,7.3951926,94.67708,753.6742,182.64767,256.84454,104.17843,595.2505,898.39105,476.15024,28.778801,146.29086,1003.6887,1942.8732,78.27892,939.4095,98.73536,1.041311,61.397697,0.8837996,0.5265034,2.4906294,73.303276,174.85065,179.5311,13.801478,2277.8933,460.68616,212.37299,303.16632,115.683754,85.146675,89.16801,71.71539,99.13004,771.0631,252.87183,151.27538,102.13552,22.827217,152.29579,137.06552,24.248545,557.832,152.39552,2107.0342,32.80481,2337.0244,80.60733,421.99356,1502.7515,61.90856,12.724232,915.7966,789.203,2448.2595,91.08527 +2023-08-28 22:00:00,0.0,17722.973,366.9304,36.70904,47.05052,35.637276,186.024,29.092138,45.618057,21.18115,26.240458,1227.9087,175.13904,17.140732,174.39336,1.1531982,0.060210753,29.028637,1.2173712,0.32011548,376.6889,0.14394471,420.32172,51.01374,0.2276685,0.43970138,132.57567,19.07899,45.96177,91.4628,27558.791,0.041713405,2025.199,0.23383501,0.11381255,0.039052967,0.22251226,164.48302,189.24907,22.31747,154.07393,33.938446,53.99803,2289.2673,1.8710691,182.62976,98.34997,437.44577,66.6875,404.8686,41.807564,226.28458,0.0,2082.909,9476.194,23.661531,575.3606,131.39131,40209.0,130.58876,20.493107,66.309654,217.23251,47.568768,21.821926,120.38748,1545.0765,314.8209,69.86294,16.374176,13.875631,453.1675,64.24846,955.50885,85.19005,2586.8276,271.33093,265.02036,92.07837,100.12777,6.0561447,9.191095,9.807067,2.0973394,1.4192652,82.346344,89.7601,92.48688,49.49933,44.798508,128.07982,11.299377,2865.8428,38.88238,56.68817,44.00252,40.374084,267.71765,79.20545,75.69221,11.272319,31.478188,58.634243,229.01317,604.63544,87.84738,319.36444,74.19978,101.72557,267.14798,206.22722,943.68726,158.74133,5.7603927,10.817877,4.647966,52.324013,19645.916,3.571872,33.039165,51.612366,40.618977,337.4314,65.87168,149.8672,1.7410972,129.22507,455.8501,248.59888,153.74184,470.89072,34.695965,97.56973,141.41377,9.857873,1.658758,10.737632,974.0375,0.059803434,0.21948387,49.454468,7.4552417,3.3774815,3.4636853,8.512276,83.584404,28.276344,87.0698,561.2844,241.6443,2210.4316,1880.5333,28.958893,52.792225,10144.068,7.3945456,94.71528,753.7508,182.72238,256.96194,104.21438,595.52185,898.52264,476.2155,28.795084,146.36165,1003.5907,1942.6389,78.32233,939.8945,98.80978,1.0412295,61.396404,0.8834483,0.52626187,2.4896472,73.34448,174.92757,179.4163,13.793459,2276.4644,460.8481,212.50134,303.34744,115.73464,85.131386,89.22132,71.803635,99.12164,771.0156,252.88306,151.30243,102.10827,22.84852,152.3147,137.08131,24.229755,557.5655,152.35573,2104.7595,32.805706,2336.006,80.61012,421.9975,1501.621,61.877785,12.729083,915.4168,788.9799,2446.7095,91.08539 +2023-08-28 23:00:00,0.0,17723.129,367.01315,36.725464,47.069473,35.646603,186.0595,29.099552,45.637848,21.183031,26.24877,1228.4182,175.0288,17.153395,174.45796,1.1443068,0.059397638,29.031652,1.2043662,0.31717843,376.75687,0.14379817,420.46097,51.026737,0.22666347,0.4364775,132.61412,19.08416,45.9773,91.45164,27559.043,0.04158563,2025.8903,0.23352183,0.11357713,0.038944643,0.22190899,164.51646,189.29532,22.314003,154.00874,33.958084,53.95358,2289.4407,1.8699349,182.42442,98.19929,437.55505,66.57625,404.97443,41.819077,225.85446,0.0,2082.4438,9469.279,23.63977,575.42633,131.35812,40204.25,130.58653,20.479462,66.15521,216.88048,47.533543,21.80821,120.1657,1544.178,314.7794,69.68997,16.360191,13.869847,453.27368,64.23504,955.0414,85.190186,2587.0037,271.48322,264.82864,92.10047,100.082535,6.0549893,9.188662,9.798365,2.0967426,1.418334,82.36759,89.792725,92.51763,49.530804,44.822018,128.0793,11.306091,2865.4497,38.85698,56.658604,43.96358,40.306038,267.7868,79.18621,75.547714,11.266294,31.469496,58.579407,228.9194,604.70294,87.89708,319.4146,74.210655,101.67795,267.13876,205.90152,943.65546,158.73662,5.7628736,10.800067,4.6420474,52.343853,19646.852,3.5728016,33.060062,51.64328,40.637363,337.4351,65.900894,149.8967,1.7393957,129.23148,455.94293,248.54956,153.78024,470.81888,34.694218,97.5636,141.37772,9.856445,1.6588515,10.737467,973.5842,0.05976971,0.21936022,49.456284,7.453704,3.376954,3.4629102,8.513869,83.56614,28.267204,87.070694,561.2661,241.65279,2210.6836,1880.5267,28.976519,52.824875,10142.678,7.3938985,94.75347,753.8274,182.79707,257.07938,104.250336,595.79315,898.6543,476.28076,28.811367,146.43245,1003.49274,1942.4047,78.36572,940.3795,98.88419,1.041148,61.395115,0.883097,0.52602035,2.4886649,73.38568,175.00449,179.30151,13.785439,2275.0356,461.0101,212.6297,303.52856,115.78552,85.1161,89.27464,71.89187,99.113235,770.9681,252.89429,151.32948,102.08102,22.869825,152.33362,137.0971,24.210964,557.29895,152.31595,2102.4846,32.806602,2334.9878,80.612915,422.0014,1500.4905,61.84701,12.733934,915.037,788.75684,2445.1592,91.0855 +2023-08-29 00:00:00,0.0,17723.283,367.0959,36.741886,47.088425,35.655926,186.09497,29.106966,45.657642,21.184912,26.257082,1228.9276,174.91855,17.166058,174.52258,1.1354152,0.05858452,29.034668,1.1913612,0.3142414,376.8248,0.14365162,420.60025,51.039734,0.22565843,0.43325368,132.65257,19.08933,45.992832,91.44047,27559.293,0.041457854,2026.5815,0.23320866,0.113341704,0.03883632,0.2213057,164.54991,189.34158,22.310535,153.94354,33.977722,53.909126,2289.614,1.8688006,182.21909,98.048615,437.6644,66.465,405.08026,41.83059,225.42436,0.0,2081.9785,9462.363,23.618008,575.49207,131.32494,40199.5,130.5843,20.465815,66.00077,216.52841,47.498314,21.794495,119.94393,1543.2793,314.7379,69.517006,16.346207,13.864063,453.37985,64.22161,954.574,85.19032,2587.1797,271.6355,264.63693,92.12258,100.03731,6.053834,9.186228,9.789662,2.0961459,1.4174029,82.38885,89.82536,92.548386,49.562283,44.84553,128.07878,11.312804,2865.0564,38.831573,56.629032,43.924644,40.237995,267.85593,79.16697,75.40323,11.260268,31.460806,58.52457,228.82564,604.77045,87.94678,319.46478,74.22153,101.630325,267.12958,205.5758,943.62366,158.7319,5.765355,10.782258,4.636129,52.363693,19647.787,3.5737312,33.08096,51.674194,40.65575,337.43878,65.93011,149.9262,1.7376943,129.2379,456.0358,248.50026,153.81866,470.74707,34.69247,97.557465,141.34166,9.855018,1.658945,10.737303,973.13104,0.05973598,0.21923655,49.458103,7.4521656,3.376427,3.4621353,8.515463,83.54787,28.258064,87.07159,561.2478,241.66129,2210.9355,1880.52,28.994143,52.857525,10141.287,7.3932514,94.791664,753.90393,182.87178,257.19678,104.28629,596.0645,898.7859,476.346,28.82765,146.50323,1003.3947,1942.1704,78.40912,940.8645,98.95861,1.0410663,61.39382,0.88274574,0.52577883,2.4876826,73.42688,175.08142,179.1867,13.777419,2273.6067,461.17206,212.75807,303.7097,115.8364,85.10081,89.32796,71.98011,99.104836,770.9206,252.90552,151.35652,102.053764,22.891129,152.35252,137.1129,24.192175,557.0325,152.27615,2100.21,32.807495,2333.9695,80.615715,422.00534,1499.3599,61.816235,12.738786,914.65717,788.5338,2443.609,91.08562 +2023-08-29 01:00:00,0.0,17723.438,367.17865,36.75831,47.107376,35.66525,186.13045,29.11438,45.677433,21.186792,26.265394,1229.437,174.80832,17.17872,174.5872,1.1265237,0.0577714,29.037683,1.1783562,0.31130436,376.89273,0.14350507,420.7395,51.05273,0.22465341,0.4300298,132.69101,19.0945,46.00836,91.4293,27559.543,0.04133008,2027.2728,0.23289546,0.11310628,0.038727995,0.22070241,164.58337,189.38783,22.307068,153.87836,33.99736,53.864677,2289.787,1.8676665,182.01375,97.89794,437.77374,66.35375,405.1861,41.842102,224.99425,0.0,2081.5132,9455.448,23.596247,575.5578,131.29176,40194.75,130.58209,20.45217,65.84633,216.17636,47.46309,21.780779,119.72216,1542.3807,314.6964,69.34405,16.332222,13.858279,453.48605,64.20819,954.1065,85.19045,2587.3557,271.78778,264.44522,92.14469,99.99207,6.052678,9.183794,9.780961,2.095549,1.4164717,82.410095,89.857994,92.57913,49.59376,44.869045,128.07826,11.319517,2864.6633,38.80617,56.59946,43.885704,40.16995,267.92505,79.14773,75.258736,11.254243,31.452116,58.469738,228.73187,604.838,87.996475,319.51492,74.2324,101.58271,267.12036,205.2501,943.59186,158.72719,5.767836,10.764449,4.630211,52.383533,19648.72,3.574661,33.101856,51.70511,40.67414,337.44247,65.95932,149.95569,1.7359927,129.24432,456.12866,248.45094,153.85707,470.67523,34.690723,97.55134,141.3056,9.85359,1.6590384,10.737138,972.67786,0.059702255,0.2191129,49.45992,7.450628,3.3758996,3.4613602,8.517057,83.5296,28.248926,87.07248,561.2295,241.66977,2211.1875,1880.5134,29.011768,52.890175,10139.897,7.3926044,94.82986,753.9805,182.94647,257.31418,104.32224,596.3358,898.91754,476.4113,28.843933,146.57402,1003.2967,1941.9362,78.452515,941.34955,99.03303,1.0409847,61.392532,0.88239443,0.5255373,2.4867003,73.46808,175.15834,179.07191,13.7694,2272.178,461.334,212.88643,303.8908,115.88729,85.08552,89.38127,72.06835,99.096436,770.8731,252.91676,151.38358,102.02651,22.912432,152.37144,137.1287,24.173386,556.766,152.23637,2097.935,32.80839,2332.951,80.61851,422.00925,1498.2294,61.78546,12.743637,914.2774,788.3107,2442.0588,91.08573 +2023-08-29 02:00:00,0.0,17723.592,367.2614,36.77473,47.126328,35.674572,186.16594,29.121796,45.697227,21.188673,26.273706,1229.9465,174.69807,17.191383,174.65182,1.1176322,0.05695828,29.040699,1.1653512,0.3083673,376.96066,0.14335851,420.87875,51.065723,0.22364838,0.42680597,132.72946,19.099669,46.023895,91.41813,27559.793,0.041202307,2027.9642,0.23258229,0.112870865,0.03861967,0.22009912,164.61682,189.4341,22.3036,153.81317,34.017,53.820225,2289.9604,1.8665322,181.80841,97.74727,437.88306,66.2425,405.29193,41.853615,224.56415,0.0,2081.0479,9448.532,23.574486,575.6236,131.25858,40190.0,130.57986,20.438522,65.69189,215.82433,47.42786,21.767063,119.50038,1541.4822,314.6549,69.17108,16.318235,13.852495,453.59222,64.19477,953.63904,85.19059,2587.532,271.94006,264.25348,92.166794,99.94684,6.0515227,9.18136,9.772259,2.0949523,1.4155406,82.43135,89.890625,92.609886,49.62524,44.89256,128.07774,11.32623,2864.2703,38.780766,56.569893,43.846764,40.101906,267.99417,79.12848,75.11425,11.248217,31.443424,58.4149,228.6381,604.9055,88.04617,319.5651,74.24326,101.53509,267.11118,204.9244,943.56,158.72247,5.7703176,10.74664,4.6242924,52.403374,19649.656,3.5755906,33.122757,51.736023,40.692528,337.44614,65.98853,149.98518,1.7342912,129.25073,456.2215,248.40163,153.8955,470.60342,34.688976,97.545204,141.26955,9.852162,1.6591319,10.736973,972.2246,0.05966853,0.21898925,49.461735,7.4490895,3.3753724,3.4605854,8.518651,83.51134,28.239786,87.073364,561.21124,241.67827,2211.4395,1880.5067,29.029394,52.922825,10138.507,7.3919573,94.86805,754.05707,183.02116,257.43158,104.3582,596.6071,899.04913,476.47653,28.860214,146.6448,1003.19867,1941.7019,78.49592,941.83453,99.107445,1.0409032,61.39124,0.8820431,0.5252958,2.485718,73.509285,175.23526,178.95712,13.761379,2270.749,461.49597,213.01479,304.0719,115.93817,85.07023,89.434586,72.156586,99.088036,770.82556,252.928,151.41063,101.99926,22.933737,152.39035,137.14449,24.154594,556.49945,152.1966,2095.6602,32.809288,2331.9326,80.6213,422.01318,1497.0989,61.754684,12.748488,913.8976,788.08765,2440.5085,91.085846 +2023-08-29 03:00:00,0.0,17723.746,367.34415,36.791153,47.14528,35.6839,186.20142,29.12921,45.71702,21.190554,26.282019,1230.4559,174.58784,17.204046,174.71643,1.1087407,0.05614516,29.043715,1.1523461,0.30543026,377.0286,0.14321196,421.018,51.07872,0.22264335,0.4235821,132.76791,19.10484,46.039425,91.40696,27560.045,0.041074533,2028.6555,0.23226911,0.11263544,0.03851135,0.21949583,164.65027,189.48036,22.300133,153.74799,34.036636,53.775776,2290.1338,1.8653979,181.60307,97.59659,437.99237,66.13125,405.3978,41.865128,224.13403,0.0,2080.5828,9441.617,23.552723,575.68933,131.22539,40185.25,130.57764,20.424875,65.537445,215.47226,47.392635,21.753347,119.27861,1540.5835,314.6134,68.998116,16.30425,13.846712,453.69843,64.18135,953.1716,85.19072,2587.708,272.09235,264.06177,92.1889,99.9016,6.0503674,9.1789255,9.7635565,2.0943553,1.4146094,82.4526,89.923256,92.64064,49.65672,44.91607,128.07722,11.332944,2863.877,38.75536,56.54032,43.807823,40.03386,268.06332,79.10924,74.96976,11.242191,31.434734,58.36007,228.54434,604.973,88.09587,319.61523,74.254135,101.487465,267.102,204.5987,943.5282,158.71774,5.7727985,10.72883,4.618374,52.423214,19650.592,3.5765202,33.143654,51.766937,40.710915,337.44983,66.01774,150.01468,1.7325897,129.25716,456.31436,248.35233,153.93391,470.5316,34.68723,97.53907,141.2335,9.850735,1.6592252,10.736808,971.7714,0.0596348,0.21886559,49.46355,7.4475517,3.374845,3.4598105,8.520245,83.493065,28.230646,87.07426,561.19293,241.68677,2211.6914,1880.5,29.04702,52.955475,10137.117,7.39131,94.90625,754.13367,183.09587,257.54898,104.39415,596.8785,899.1808,476.54178,28.876497,146.71559,1003.1007,1941.4677,78.539314,942.3196,99.18186,1.0408217,61.389946,0.8816919,0.5250543,2.4847357,73.55048,175.3122,178.84232,13.75336,2269.32,461.65793,213.14314,304.25302,115.98905,85.05494,89.4879,72.24483,99.079636,770.7781,252.93922,151.43768,101.97201,22.95504,152.40927,137.16028,24.135805,556.233,152.1568,2093.3855,32.81018,2330.9143,80.62409,422.0171,1495.9684,61.72391,12.75334,913.51776,787.86456,2438.9583,91.08597 +2023-08-29 04:00:00,0.0,17723.9,367.4269,36.807575,47.16423,35.693222,186.2369,29.136623,45.73681,21.192432,26.290333,1230.9653,174.4776,17.21671,174.78105,1.0998491,0.055332046,29.04673,1.1393411,0.3024932,377.09656,0.14306541,421.1573,51.091717,0.22163832,0.42035827,132.80637,19.110008,46.05496,91.39579,27560.295,0.040946756,2029.3468,0.23195593,0.11240002,0.038403027,0.21889254,164.68372,189.52661,22.296665,153.6828,34.056274,53.731323,2290.307,1.8642638,181.39774,97.445915,438.10168,66.02,405.50363,41.87664,223.70393,0.0,2080.1174,9434.701,23.530962,575.75507,131.1922,40180.5,130.57541,20.41123,65.383,215.12022,47.357407,21.739632,119.05683,1539.6849,314.5719,68.82516,16.290266,13.840928,453.8046,64.16793,952.7041,85.19086,2587.884,272.24463,263.87006,92.21101,99.85637,6.0492115,9.176492,9.754855,2.0937586,1.4136783,82.473854,89.95589,92.67139,49.688198,44.939583,128.07669,11.339657,2863.484,38.729958,56.510754,43.768887,39.965813,268.13245,79.09,74.82527,11.236166,31.426044,58.305233,228.45058,605.0405,88.14557,319.6654,74.26501,101.43984,267.09277,204.27298,943.4964,158.71303,5.77528,10.711021,4.6124554,52.443054,19651.525,3.5774498,33.16455,51.79785,40.7293,337.45352,66.04695,150.04417,1.7308881,129.26358,456.40723,248.30301,153.97232,470.45978,34.685482,97.53294,141.19745,9.849307,1.6593187,10.736643,971.31824,0.059601076,0.21874194,49.465366,7.4460135,3.3743176,3.4590354,8.521838,83.4748,28.221506,87.07515,561.1746,241.69525,2211.9434,1880.4934,29.064644,52.988125,10135.727,7.3906636,94.94444,754.21027,183.17056,257.66638,104.43011,597.1498,899.3124,476.60706,28.89278,146.78639,1003.0027,1941.2334,78.58271,942.80457,99.25628,1.04074,61.388657,0.88134056,0.5248128,2.4837534,73.59168,175.38911,178.72752,13.74534,2267.8914,461.81992,213.2715,304.43414,116.03994,85.03965,89.541214,72.33307,99.071236,770.7306,252.95045,151.46474,101.944756,22.976343,152.42818,137.17607,24.117016,555.96643,152.11702,2091.1106,32.811077,2329.896,80.626884,422.021,1494.8378,61.693134,12.758191,913.138,787.64154,2437.4082,91.08608 +2023-08-29 05:00:00,0.0,17724.055,367.50964,36.823997,47.18318,35.702545,186.27238,29.144037,45.756603,21.194313,26.298645,1231.4749,174.36736,17.229372,174.84567,1.0909576,0.054518927,29.049746,1.1263361,0.29955617,377.1645,0.14291887,421.29654,51.104713,0.22063328,0.4171344,132.8448,19.115177,46.070488,91.38463,27560.545,0.04081898,2030.0381,0.23164274,0.112164594,0.038294703,0.21828926,164.71716,189.57288,22.293198,153.61761,34.075912,53.68687,2290.4802,1.8631295,181.1924,97.29524,438.21103,65.90875,405.60947,41.888153,223.27382,0.0,2079.6523,9427.786,23.509201,575.8208,131.15901,40175.75,130.57318,20.397583,65.22856,214.76816,47.322178,21.725916,118.83506,1538.7864,314.5304,68.65219,16.276281,13.835144,453.91077,64.1545,952.23663,85.190994,2588.06,272.3969,263.6783,92.233116,99.811134,6.048056,9.174058,9.746153,2.0931618,1.4127471,82.4951,89.98852,92.70214,49.719677,44.963097,128.07617,11.34637,2863.0908,38.70455,56.481182,43.729946,39.89777,268.20157,79.070755,74.68078,11.230141,31.417353,58.250397,228.35681,605.10803,88.19527,319.71555,74.27588,101.39222,267.0836,203.94728,943.4646,158.70831,5.777761,10.6932125,4.606537,52.46289,19652.46,3.5783796,33.185448,51.828766,40.74769,337.4572,66.076164,150.07367,1.7291867,129.26999,456.50006,248.2537,154.01074,470.38797,34.683735,97.52681,141.16139,9.847879,1.6594121,10.736479,970.865,0.05956735,0.21861827,49.467182,7.4444757,3.3737905,3.4582605,8.523432,83.456535,28.212366,87.07604,561.1563,241.70375,2212.1953,1880.4867,29.08227,53.020775,10134.336,7.3900166,94.982635,754.2868,183.24527,257.7838,104.466064,597.42114,899.444,476.6723,28.909063,146.85718,1002.90466,1940.9991,78.626114,943.2896,99.330696,1.0406585,61.387363,0.8809893,0.5245713,2.4827712,73.63289,175.46603,178.61273,13.737321,2266.4624,461.98187,213.39987,304.61526,116.09082,85.02436,89.59453,72.4213,99.062836,770.68304,252.96169,151.49179,101.91751,22.997646,152.4471,137.19186,24.098225,555.69995,152.07722,2088.836,32.811974,2328.8774,80.62968,422.02493,1493.7073,61.662357,12.763042,912.7582,787.41846,2435.858,91.0862 +2023-08-29 06:00:00,0.0,17724.209,367.5924,36.84042,47.202137,35.711872,186.30786,29.151451,45.776394,21.196194,26.306957,1231.9843,174.25713,17.242035,174.91028,1.0820662,0.053705808,29.052761,1.1133311,0.29661912,377.23242,0.14277232,421.4358,51.11771,0.21962826,0.41391057,132.88326,19.120348,46.08602,91.37346,27560.797,0.040691208,2030.7294,0.23132956,0.11192917,0.03818638,0.21768598,164.75063,189.61914,22.28973,153.55241,34.09555,53.64242,2290.6536,1.8619953,180.98706,97.14456,438.3203,65.7975,405.7153,41.89967,222.84372,0.0,2079.187,9420.87,23.487438,575.88654,131.12582,40171.0,130.57097,20.383938,65.07412,214.41612,47.286953,21.7122,118.61329,1537.8877,314.48892,68.479225,16.262297,13.82936,454.01697,64.14108,951.76917,85.191124,2588.2363,272.5492,263.4866,92.255226,99.76591,6.0469003,9.171624,9.737451,2.092565,1.411816,82.51636,90.02115,92.732895,49.751156,44.986607,128.07565,11.353084,2862.6975,38.67915,56.451614,43.691006,39.829723,268.27072,79.051506,74.53629,11.224114,31.408663,58.195564,228.26305,605.17554,88.244965,319.76572,74.28675,101.3446,267.07437,203.62157,943.4328,158.7036,5.780242,10.675404,4.6006184,52.48273,19653.396,3.5793092,33.20635,51.85968,40.76608,337.4609,66.10538,150.10315,1.7274852,129.27641,456.59293,248.20438,154.04915,470.31613,34.681988,97.520676,141.12534,9.846452,1.6595056,10.736314,970.4118,0.059533622,0.21849462,49.469,7.4429374,3.3732631,3.4574854,8.525025,83.43826,28.203226,87.076935,561.13806,241.71223,2212.4473,1880.48,29.099895,53.053425,10132.946,7.3893695,95.02083,754.3634,183.31996,257.9012,104.502014,597.69244,899.5756,476.73755,28.925346,146.92796,1002.80664,1940.7649,78.66951,943.7746,99.40511,1.0405769,61.38607,0.880638,0.5243298,2.481789,73.67409,175.54297,178.49794,13.7293005,2265.0334,462.14383,213.52823,304.79636,116.14171,85.00907,89.64785,72.509544,99.054436,770.63556,252.97292,151.51883,101.89026,23.018951,152.466,137.20766,24.079435,555.4334,152.03745,2086.561,32.812866,2327.8591,80.63247,422.02884,1492.5768,61.631584,12.767894,912.37836,787.1954,2434.3079,91.08631 +2023-08-29 07:00:00,0.0,17724.363,367.67517,36.856842,47.22109,35.721195,186.34334,29.158867,45.796185,21.198074,26.31527,1232.4937,174.14688,17.254698,174.9749,1.0731746,0.05289269,29.055777,1.1003261,0.2936821,377.30035,0.14262576,421.57504,51.130703,0.21862324,0.4106867,132.9217,19.125517,46.10155,91.36229,27561.047,0.04056343,2031.4207,0.23101638,0.11169375,0.038078055,0.21708268,164.78407,189.66539,22.286263,153.48723,34.11519,53.59797,2290.8267,1.8608611,180.78172,96.99389,438.42966,65.68625,405.82114,41.911182,222.4136,0.0,2078.7217,9413.955,23.465677,575.95233,131.09264,40166.25,130.56874,20.37029,64.91968,214.06407,47.251724,21.698484,118.39151,1536.9891,314.44742,68.30627,16.248312,13.823576,454.12314,64.12766,951.3017,85.19126,2588.4124,272.70148,263.2949,92.27733,99.72067,6.045745,9.16919,9.728749,2.0919683,1.4108849,82.537605,90.05379,92.76364,49.782635,45.01012,128.07513,11.359797,2862.3044,38.653744,56.422043,43.652065,39.76168,268.33984,79.032265,74.3918,11.218089,31.399973,58.140728,228.16928,605.2431,88.294655,319.81586,74.297615,101.29698,267.0652,203.29587,943.40094,158.69888,5.7827234,10.657594,4.5947,52.50257,19654.33,3.5802388,33.227245,51.890594,40.784466,337.4646,66.13459,150.13264,1.7257836,129.28282,456.6858,248.15508,154.08757,470.24432,34.68024,97.51455,141.08928,9.845024,1.6595991,10.736149,969.95856,0.059499897,0.21837096,49.470818,7.4413996,3.3727357,3.4567106,8.52662,83.42,28.194086,87.07782,561.11975,241.72073,2212.6992,1880.4734,29.11752,53.086075,10131.556,7.3887224,95.05903,754.44,183.39465,258.01862,104.53797,597.9638,899.7072,476.80283,28.941628,146.99875,1002.7087,1940.5306,78.712906,944.25964,99.47953,1.0404954,61.38478,0.8802867,0.52408826,2.4808068,73.71529,175.61989,178.38313,13.721281,2263.6047,462.3058,213.65659,304.97748,116.19259,84.99378,89.701164,72.597786,99.046036,770.588,252.98415,151.54588,101.86301,23.040255,152.48492,137.22345,24.060646,555.16693,151.99767,2084.2864,32.813763,2326.8408,80.63526,422.03278,1491.4463,61.600807,12.772745,911.9986,786.9723,2432.7576,91.086426 +2023-08-29 08:00:00,0.0,17724.518,367.7579,36.873264,47.24004,35.73052,186.37883,29.16628,45.81598,21.199955,26.323582,1233.003,174.03665,17.267359,175.03952,1.0642831,0.052079573,29.058792,1.087321,0.29074505,377.36832,0.14247921,421.71432,51.1437,0.2176182,0.40746287,132.96014,19.130686,46.117085,91.35112,27561.297,0.040435657,2032.1119,0.2307032,0.11145833,0.03796973,0.2164794,164.81752,189.71165,22.282797,153.42204,34.134827,53.55352,2291.0,1.8597269,180.57639,96.843216,438.539,65.575,405.92697,41.922695,221.9835,0.0,2078.2566,9407.039,23.443916,576.01807,131.05945,40161.5,130.56651,20.356644,64.765236,213.712,47.2165,21.684769,118.16974,1536.0905,314.4059,68.1333,16.234325,13.817792,454.22934,64.11424,950.8342,85.1914,2588.5884,272.85376,263.10315,92.29944,99.67544,6.0445895,9.166756,9.720047,2.0913713,1.4099537,82.55886,90.08642,92.794395,49.814114,45.033634,128.07462,11.366509,2861.9114,38.62834,56.39247,43.61313,39.693634,268.40897,79.01302,74.247314,11.212064,31.391281,58.085896,228.07552,605.3106,88.34435,319.86603,74.30849,101.24936,267.056,202.97017,943.36914,158.69417,5.7852044,10.639785,4.5887814,52.52241,19655.266,3.5811684,33.248142,51.921505,40.802853,337.4683,66.163795,150.16214,1.7240821,129.28925,456.77863,248.10576,154.12598,470.1725,34.678493,97.508415,141.05322,9.843596,1.6596924,10.735984,969.5054,0.059466172,0.21824731,49.472633,7.439862,3.3722086,3.4559357,8.5282135,83.401726,28.184946,87.07871,561.10144,241.72922,2212.9512,1880.4667,29.135145,53.118725,10130.166,7.3880754,95.09722,754.51654,183.46936,258.13602,104.57392,598.2351,899.83887,476.86807,28.95791,147.06953,1002.61066,1940.2964,78.75631,944.7446,99.55395,1.0404137,61.383488,0.87993544,0.52384675,2.4798245,73.756485,175.69681,178.26834,13.713262,2262.1758,462.46774,213.78494,305.1586,116.24347,84.97849,89.75448,72.68603,99.037636,770.5405,252.99539,151.57294,101.835754,23.061558,152.50383,137.23924,24.041855,554.9004,151.95787,2082.0115,32.81466,2325.8225,80.63806,422.03668,1490.3157,61.570034,12.777596,911.6188,786.7492,2431.2073,91.08654 +2023-08-29 09:00:00,0.0,17724.674,367.84067,36.889687,47.25899,35.739845,186.4143,29.173695,45.83577,21.201836,26.331894,1233.5126,173.9264,17.280022,175.10414,1.0553916,0.051266454,29.061808,1.074316,0.287808,377.43625,0.14233266,421.85358,51.156696,0.21661317,0.404239,132.9986,19.135857,46.132618,91.33995,27561.547,0.040307883,2032.8032,0.23039001,0.11122291,0.03786141,0.21587612,164.85097,189.7579,22.27933,153.35686,34.154465,53.509068,2291.1733,1.8585926,180.37103,96.69254,438.64832,65.463745,406.0328,41.934208,221.55339,0.0,2077.7913,9400.123,23.422153,576.0838,131.02628,40156.75,130.56429,20.342999,64.610794,213.35997,47.18127,21.671053,117.94796,1535.1919,314.3644,67.960335,16.22034,13.812008,454.3355,64.100815,950.36676,85.19153,2588.7644,273.00604,262.91144,92.32155,99.6302,6.0434337,9.164322,9.711345,2.0907745,1.4090226,82.58011,90.11905,92.82515,49.845592,45.057148,128.0741,11.373223,2861.518,38.602936,56.362904,43.57419,39.625587,268.4781,78.99378,74.10282,11.206038,31.382591,58.03106,227.98175,605.3781,88.39405,319.91617,74.31936,101.20174,267.04678,202.64445,943.33734,158.68945,5.787686,10.621976,4.582863,52.54225,19656.2,3.5820982,33.26904,51.95242,40.82124,337.472,66.19301,150.19164,1.7223806,129.29567,456.8715,248.05644,154.1644,470.10068,34.676746,97.50228,141.01717,9.842168,1.6597859,10.73582,969.0522,0.059432447,0.21812366,49.47445,7.4383235,3.3716812,3.4551606,8.529807,83.38346,28.175806,87.079605,561.0831,241.73772,2213.2031,1880.4601,29.152771,53.151375,10128.775,7.3874283,95.135414,754.59314,183.54405,258.25342,104.60988,598.5064,899.97046,476.93335,28.974194,147.14034,1002.51263,1940.0621,78.799706,945.2297,99.628365,1.0403322,61.3822,0.87958413,0.5236052,2.4788423,73.79769,175.77374,178.15355,13.705242,2260.7468,462.6297,213.9133,305.33972,116.29436,84.9632,89.80779,72.77426,99.029236,770.49304,253.00662,151.59999,101.8085,23.082863,152.52275,137.25504,24.023066,554.6339,151.91809,2079.7368,32.81555,2324.804,80.640854,422.04062,1489.1852,61.539257,12.782447,911.23895,786.5262,2429.6572,91.086655 +2023-08-29 10:00:00,0.0,17724.828,367.9234,36.90611,47.277943,35.74917,186.44978,29.181108,45.855564,21.203714,26.340206,1234.022,173.81616,17.292685,175.16875,1.0465001,0.050453335,29.064823,1.061311,0.28487095,377.50418,0.14218612,421.99283,51.169693,0.21560813,0.40101516,133.03705,19.141026,46.148148,91.32878,27561.799,0.040180106,2033.4945,0.23007683,0.110987484,0.037753087,0.21527281,164.88441,189.80417,22.275862,153.29167,34.174103,53.464615,2291.3467,1.8574584,180.1657,96.54186,438.75763,65.3525,406.13864,41.94572,221.12329,0.0,2077.3262,9393.208,23.400393,576.14954,130.99309,40151.996,130.56207,20.329351,64.456345,213.00793,47.146046,21.657337,117.72619,1534.2933,314.3229,67.78738,16.206356,13.806225,454.44168,64.087395,949.89935,85.191666,2588.9404,273.15833,262.71973,92.34365,99.58497,6.0422783,9.161888,9.702643,2.0901778,1.4080914,82.601364,90.15168,92.855896,49.877068,45.080658,128.07358,11.379936,2861.125,38.57753,56.333332,43.535248,39.557545,268.54724,78.97453,73.958336,11.200012,31.373901,57.976223,227.888,605.4456,88.44375,319.96634,74.33023,101.15411,267.0376,202.31876,943.30554,158.68474,5.790167,10.604167,4.5769444,52.56209,19657.135,3.5830278,33.28994,51.983334,40.839626,337.47568,66.22222,150.22113,1.720679,129.30208,456.96436,248.00714,154.20282,470.02884,34.675,97.496155,140.98111,9.84074,1.6598793,10.735655,968.59894,0.05939872,0.218,49.476265,7.4367857,3.3711538,3.4543858,8.531401,83.3652,28.166668,87.0805,561.0648,241.7462,2213.455,1880.4534,29.170395,53.184025,10127.385,7.386781,95.17361,754.6697,183.61874,258.37082,104.645836,598.7778,900.1021,476.9986,28.990477,147.21112,1002.4146,1939.8279,78.8431,945.71466,99.70278,1.0402507,61.380905,0.8792328,0.5233637,2.47786,73.83889,175.85066,178.03876,13.697222,2259.318,462.7917,214.04167,305.52084,116.34524,84.947914,89.86111,72.8625,99.020836,770.4455,253.01785,151.62704,101.78125,23.104166,152.54166,137.27083,24.004276,554.36743,151.87831,2077.462,32.81645,2323.7856,80.64365,422.04453,1488.0547,61.50848,12.787298,910.8592,786.3031,2428.107,91.08677 +2023-08-29 11:00:00,0.0,17724.982,368.00616,36.92253,47.296894,35.75849,186.48526,29.188522,45.875355,21.205595,26.348518,1234.5314,173.70593,17.305347,175.23337,1.0376085,0.049640216,29.067839,1.048306,0.2819339,377.5721,0.14203957,422.13208,51.182686,0.21460311,0.3977913,133.0755,19.146194,46.16368,91.31762,27562.049,0.040052332,2034.1858,0.22976366,0.11075206,0.037644763,0.21466954,164.91788,189.85043,22.272394,153.22647,34.19374,53.420166,2291.5198,1.8563242,179.96036,96.39119,438.86697,65.24125,406.24448,41.957233,220.69318,0.0,2076.8608,9386.292,23.378632,576.2153,130.9599,40147.246,130.55984,20.315706,64.3019,212.65587,47.110817,21.643621,117.50442,1533.3947,314.28143,67.61441,16.192371,13.800441,454.54788,64.073975,949.4319,85.191795,2589.1167,273.31064,262.52798,92.36576,99.53974,6.041123,9.159454,9.693941,2.089581,1.4071603,82.62261,90.18431,92.88665,49.908546,45.10417,128.07306,11.386649,2860.732,38.552128,56.303764,43.496307,39.4895,268.61636,78.95529,73.81384,11.193987,31.365211,57.92139,227.79424,605.5131,88.49345,320.0165,74.3411,101.10649,267.02838,201.99304,943.27374,158.68002,5.7926483,10.586357,4.571026,52.581932,19658.07,3.5839574,33.310837,52.014248,40.858013,337.47934,66.251434,150.25063,1.7189776,129.3085,457.0572,247.95782,154.24123,469.95703,34.673252,97.49002,140.94505,9.839313,1.6599728,10.73549,968.14575,0.059364993,0.21787634,49.478085,7.4352474,3.3706267,3.453611,8.532994,83.346924,28.157528,87.08139,561.0465,241.7547,2213.707,1880.4467,29.18802,53.216675,10125.995,7.386134,95.2118,754.7463,183.69345,258.48822,104.681786,599.0491,900.2337,477.06384,29.00676,147.2819,1002.31665,1939.5936,78.886505,946.1997,99.7772,1.0401691,61.379612,0.8788816,0.5231222,2.4768777,73.88009,175.92758,177.92395,13.689202,2257.8892,462.95364,214.17003,305.70193,116.39612,84.932625,89.91442,72.950745,99.012436,770.398,253.02908,151.65408,101.754,23.12547,152.56058,137.28662,23.985485,554.1009,151.83852,2075.187,32.817345,2322.7673,80.64644,422.04846,1486.9242,61.477707,12.79215,910.4794,786.08,2426.5566,91.08688 +2023-08-29 12:00:00,0.0,17725.137,368.08893,36.938953,47.315845,35.76782,186.52075,29.195938,45.895145,21.207476,26.35683,1235.0409,173.59569,17.31801,175.29799,1.028717,0.048827097,29.070854,1.035301,0.27899686,377.64008,0.14189301,422.27133,51.195683,0.21359809,0.39456746,133.11394,19.151365,46.17921,91.30645,27562.299,0.03992456,2034.8771,0.22945048,0.11051664,0.03753644,0.21406625,164.95132,189.89668,22.268927,153.16129,34.21338,53.375713,2291.693,1.8551899,179.75502,96.24052,438.97632,65.13,406.3503,41.968746,220.26308,0.0,2076.3955,9379.377,23.356869,576.281,130.92671,40142.496,130.55762,20.30206,64.14746,212.30382,47.075592,21.629906,117.28264,1532.4961,314.23993,67.441444,16.178387,13.794657,454.65405,64.060555,948.9644,85.19193,2589.2927,273.46292,262.33627,92.38786,99.49451,6.039967,9.157021,9.685239,2.0889843,1.4062291,82.64387,90.21694,92.917404,49.940025,45.127686,128.07254,11.393362,2860.3386,38.526722,56.274193,43.45737,39.421455,268.6855,78.93605,73.66936,11.187962,31.35652,57.866554,227.70047,605.5807,88.543144,320.06665,74.351974,101.05887,267.0192,201.66734,943.24194,158.67531,5.7951293,10.568548,4.565108,52.60177,19659.004,3.5848873,33.331734,52.045162,40.876404,337.48303,66.28065,150.28012,1.7172761,129.31491,457.15005,247.90851,154.27965,469.8852,34.671505,97.483894,140.909,9.837885,1.6600662,10.735325,967.69257,0.059331268,0.21775268,49.4799,7.4337096,3.3700993,3.4528358,8.534588,83.32866,28.148388,87.082275,561.0282,241.76318,2213.959,1880.4401,29.205647,53.24933,10124.6045,7.385487,95.25,754.8229,183.76814,258.60565,104.71774,599.32043,900.36536,477.12912,29.02304,147.35269,1002.2186,1939.3594,78.9299,946.6847,99.851616,1.0400875,61.378323,0.87853026,0.5228807,2.4758954,73.92129,176.00452,177.80916,13.681183,2256.4602,463.1156,214.29839,305.88306,116.44701,84.917336,89.96774,73.03898,99.004036,770.35046,253.04031,151.68114,101.726746,23.146774,152.57948,137.30241,23.966696,553.8344,151.79874,2072.9124,32.81824,2321.749,80.64923,422.05237,1485.7936,61.44693,12.797001,910.09955,785.85693,2425.0066,91.087006 +2023-08-29 13:00:00,0.0,17725.291,368.17166,36.955376,47.334797,35.77714,186.55623,29.203352,45.91494,21.209356,26.365145,1235.5503,173.48546,17.330673,175.36261,1.0198255,0.04801398,29.07387,1.022296,0.2760598,377.708,0.14174646,422.4106,51.20868,0.21259305,0.3913436,133.15239,19.156534,46.194744,91.29528,27562.55,0.03979678,2035.5684,0.22913729,0.110281214,0.037428115,0.21346298,164.98477,189.94295,22.26546,153.0961,34.233017,53.331264,2291.8665,1.8540558,179.54968,96.089836,439.0856,65.018745,406.45615,41.98026,219.83298,0.0,2075.9304,9372.461,23.335108,576.3468,130.89352,40137.746,130.55539,20.288412,63.993023,211.95175,47.040363,21.61619,117.06087,1531.5975,314.19843,67.268486,16.164402,13.788873,454.76025,64.047134,948.49695,85.19207,2589.4688,273.6152,262.14456,92.40997,99.44927,6.0388117,9.154586,9.6765375,2.0883873,1.405298,82.665115,90.24957,92.94816,49.971504,45.151196,128.07202,11.400076,2859.9456,38.50132,56.244625,43.41843,39.35341,268.75464,78.91681,73.524864,11.181936,31.34783,57.81172,227.6067,605.6482,88.59284,320.11682,74.36284,101.011246,267.01,201.34163,943.2101,158.6706,5.7976103,10.550739,4.5591893,52.62161,19659.94,3.5858169,33.35263,52.076077,40.89479,337.48672,66.30985,150.30962,1.7155745,129.32133,457.24292,247.8592,154.31805,469.8134,34.669758,97.47776,140.87294,9.836457,1.6601596,10.73516,967.2393,0.05929754,0.21762903,49.481716,7.4321713,3.3695722,3.452061,8.536181,83.310394,28.139248,87.08317,561.0099,241.77168,2214.211,1880.4333,29.22327,53.28198,10123.215,7.38484,95.28819,754.8994,183.84285,258.72305,104.75369,599.59174,900.49695,477.19437,29.039324,147.42348,1002.1206,1939.1251,78.9733,947.16974,99.92603,1.0400059,61.37703,0.87817895,0.52263916,2.4749131,73.962494,176.08144,177.69437,13.673162,2255.0315,463.27756,214.42674,306.06418,116.49789,84.90205,90.02106,73.12722,98.99563,770.303,253.05154,151.70819,101.69949,23.168077,152.5984,137.3182,23.947906,553.5679,151.75894,2070.6375,32.819134,2320.7305,80.65202,422.0563,1484.6631,61.416157,12.801852,909.7198,785.63385,2423.4563,91.08712 +2023-08-29 14:00:00,0.0,17725.445,368.25443,36.971798,47.35375,35.786465,186.5917,29.210766,45.93473,21.211237,26.373457,1236.0597,173.37521,17.343336,175.42722,1.010934,0.047200862,29.076885,1.0092909,0.2731228,377.77594,0.14159991,422.54987,51.221676,0.21158803,0.38811976,133.19084,19.161703,46.210274,91.28411,27562.8,0.039669007,2036.2596,0.22882411,0.11004579,0.03731979,0.21285968,165.01822,189.98921,22.261992,153.03091,34.252655,53.28681,2292.0396,1.8529215,179.34435,95.93916,439.19495,64.9075,406.56198,41.99177,219.40286,0.0,2075.465,9365.546,23.313347,576.41254,130.86034,40132.996,130.55316,20.274767,63.83858,211.59972,47.005135,21.602476,116.839096,1530.6989,314.15692,67.09552,16.150415,13.783089,454.86642,64.03371,948.0295,85.1922,2589.6448,273.7675,261.95285,92.43208,99.40404,6.0376563,9.152152,9.667835,2.0877905,1.4043669,82.68637,90.28221,92.978905,50.002983,45.17471,128.0715,11.406789,2859.5525,38.475914,56.215054,43.37949,39.285362,268.82376,78.89756,73.38038,11.17591,31.33914,57.756886,227.51294,605.7157,88.64254,320.16696,74.37371,100.96363,267.0008,201.01593,943.1783,158.66588,5.8000917,10.53293,4.553271,52.64145,19660.875,3.5867465,33.37353,52.10699,40.913177,337.49042,66.339066,150.33911,1.713873,129.32776,457.33575,247.80989,154.35648,469.74155,34.66801,97.47163,140.83688,9.83503,1.660253,10.734996,966.78613,0.059263814,0.21750538,49.483532,7.4306335,3.3690448,3.4512858,8.537776,83.29212,28.130108,87.08406,560.9916,241.78018,2214.463,1880.4268,29.240896,53.31463,10121.824,7.384193,95.326385,754.976,183.91754,258.84045,104.78965,599.86304,900.6286,477.2596,29.055607,147.49428,1002.0226,1938.8909,79.0167,947.6547,100.00046,1.0399244,61.37574,0.8778277,0.52239764,2.4739308,74.00369,176.15836,177.57957,13.665143,2253.6025,463.4395,214.55511,306.2453,116.548775,84.886765,90.07437,73.21546,98.98723,770.2555,253.06279,151.73524,101.67225,23.18938,152.61731,137.334,23.929115,553.3014,151.71916,2068.3628,32.82003,2319.7122,80.654816,422.0602,1483.5326,61.38538,12.806704,909.33997,785.4108,2421.9062,91.087234 +2023-08-29 15:00:00,0.0,17725.6,368.3372,36.98822,47.3727,35.795788,186.6272,29.21818,45.954525,21.213118,26.38177,1236.5692,173.26497,17.355999,175.49184,1.0020424,0.046387743,29.0799,0.9962859,0.27018574,377.84387,0.14145337,422.68912,51.23467,0.21058299,0.3848959,133.2293,19.166874,46.225807,91.27294,27563.05,0.039541233,2036.951,0.22851093,0.109810375,0.03721147,0.2122564,165.05167,190.03546,22.258524,152.96573,34.272293,53.242363,2292.213,1.8517873,179.139,95.78849,439.30426,64.79625,406.66782,42.003284,218.97276,0.0,2075.0,9358.63,23.291584,576.4783,130.82715,40128.246,130.55095,20.26112,63.68414,211.24768,46.96991,21.58876,116.61732,1529.8003,314.11542,66.922554,16.13643,13.777306,454.9726,64.02029,947.562,85.19234,2589.8208,273.91977,261.7611,92.454185,99.3588,6.0365005,9.149718,9.659133,2.0871937,1.4034357,82.70762,90.314835,93.00966,50.034462,45.198223,128.07098,11.413502,2859.1592,38.45051,56.185482,43.34055,39.21732,268.89288,78.87832,73.235886,11.169885,31.330448,57.70205,227.41917,605.7832,88.69224,320.21713,74.38458,100.91601,266.9916,200.69022,943.1465,158.66116,5.8025727,10.5151205,4.5473523,52.66129,19661.809,3.587676,33.39443,52.137905,40.931564,337.4941,66.36828,150.3686,1.7121716,129.33417,457.42862,247.76057,154.3949,469.66974,34.666264,97.4655,140.80083,9.833602,1.6603465,10.734831,966.3329,0.05923009,0.21738172,49.485348,7.4290953,3.3685174,3.450511,8.53937,83.27386,28.120968,87.08495,560.97327,241.78867,2214.7148,1880.42,29.258522,53.34728,10120.435,7.383546,95.36458,755.0526,183.99223,258.95786,104.82561,600.1344,900.7602,477.3249,29.07189,147.56506,1001.9246,1938.6566,79.0601,948.1398,100.074875,1.0398428,61.374447,0.8774764,0.5221561,2.4729486,74.04489,176.23529,177.46477,13.657124,2252.1738,463.6015,214.68347,306.42642,116.599655,84.871475,90.127686,73.303696,98.97883,770.20795,253.07402,151.7623,101.645,23.210684,152.63623,137.3498,23.910326,553.03485,151.67938,2066.088,32.820927,2318.6938,80.65761,422.06415,1482.4021,61.354603,12.811555,908.96014,785.18774,2420.356,91.08735 +2023-08-29 16:00:00,0.0,17725.754,368.41992,37.004642,47.39165,35.805115,186.66267,29.225594,45.974316,21.214996,26.390081,1237.0786,173.15474,17.368662,175.55646,0.99315095,0.045574624,29.082916,0.9832809,0.2672487,377.91183,0.14130682,422.82837,51.247665,0.20957796,0.38167205,133.26773,19.172043,46.241337,91.26177,27563.303,0.039413456,2037.6423,0.22819775,0.10957495,0.037103146,0.21165311,165.08511,190.08173,22.255056,152.90054,34.29193,53.19791,2292.3862,1.850653,178.93367,95.63781,439.41357,64.685,406.77365,42.0148,218.54265,0.0,2074.5347,9351.715,23.269823,576.544,130.79398,40123.496,130.54872,20.247475,63.529697,210.89561,46.93468,21.575045,116.395546,1528.9017,314.0739,66.749596,16.122446,13.771522,455.0788,64.00687,947.09454,85.19247,2589.997,274.07205,261.5694,92.476295,99.313576,6.035345,9.1472845,9.650432,2.086597,1.4025046,82.728874,90.34747,93.04041,50.06594,45.221737,128.07047,11.420216,2858.766,38.425106,56.155914,43.301613,39.149273,268.962,78.85908,73.0914,11.163859,31.321758,57.647217,227.32541,605.8507,88.741936,320.26727,74.395454,100.868385,266.9824,200.36452,943.1147,158.65643,5.805054,10.497312,4.541434,52.68113,19662.744,3.5886059,33.415325,52.16882,40.94995,337.4978,66.39749,150.3981,1.71047,129.34059,457.52148,247.71126,154.4333,469.5979,34.664516,97.459366,140.76477,9.832174,1.66044,10.734666,965.8797,0.05919636,0.21725807,49.487167,7.4275575,3.3679903,3.449736,8.540963,83.25559,28.111828,87.085846,560.95496,241.79716,2214.9668,1880.4133,29.276146,53.37993,10119.044,7.382899,95.40278,755.12915,184.06694,259.07526,104.86156,600.4057,900.89185,477.39014,29.088173,147.63585,1001.8266,1938.4224,79.10349,948.62476,100.14929,1.0397612,61.373154,0.87712514,0.5219146,2.4719665,74.08609,176.31221,177.34998,13.649104,2250.7449,463.76346,214.81183,306.6075,116.650536,84.856186,90.181,73.39194,98.97043,770.16046,253.08525,151.78935,101.617744,23.231989,152.65514,137.36559,23.891537,552.7684,151.63959,2063.8132,32.82182,2317.6755,80.66041,422.06805,1481.2715,61.32383,12.816406,908.5804,784.96466,2418.8057,91.08746 +2023-08-29 17:00:00,0.0,17725.908,368.5027,37.021065,47.410603,35.814438,186.69815,29.23301,45.994106,21.216877,26.398394,1237.588,173.0445,17.381325,175.62108,0.9842594,0.044761505,29.085932,0.9702759,0.26431164,377.97977,0.14116026,422.96765,51.260662,0.20857292,0.3784482,133.30618,19.177212,46.25687,91.25061,27563.553,0.039285682,2038.3336,0.22788456,0.10933953,0.036994822,0.21104981,165.11858,190.12798,22.251589,152.83534,34.31157,53.153458,2292.5593,1.8495188,178.72833,95.48714,439.5229,64.573746,406.8795,42.026314,218.11255,0.0,2074.0693,9344.799,23.24806,576.60974,130.76079,40118.746,130.5465,20.233828,63.375256,210.54358,46.899456,21.561329,116.17377,1528.003,314.03244,66.57663,16.108461,13.765738,455.18497,63.993446,946.6271,85.192604,2590.173,274.22433,261.3777,92.4984,99.26834,6.034189,9.144851,9.641729,2.0860002,1.4015734,82.75012,90.380104,93.07116,50.09742,45.245247,128.06995,11.4269285,2858.373,38.3997,56.126343,43.262672,39.08123,269.03116,78.839836,72.94691,11.157834,31.313068,57.59238,227.23164,605.9182,88.79163,320.31744,74.40633,100.82076,266.9732,200.03882,943.0829,158.65172,5.807535,10.479503,4.5355153,52.70097,19663.68,3.5895355,33.436226,52.199734,40.96834,337.5015,66.426704,150.4276,1.7087685,129.347,457.61432,247.66196,154.47173,469.5261,34.66277,97.45323,140.72871,9.830747,1.6605334,10.734501,965.4265,0.059162635,0.2171344,49.488983,7.426019,3.3674629,3.448961,8.542557,83.23732,28.102688,87.08673,560.93665,241.80565,2215.2188,1880.4067,29.293772,53.41258,10117.653,7.3822517,95.44097,755.20575,184.14163,259.19266,104.897514,600.67706,901.02344,477.45538,29.104454,147.70663,1001.7286,1938.1881,79.1469,949.1098,100.22371,1.0396796,61.371864,0.87677383,0.5216731,2.4709842,74.1273,176.38913,177.23518,13.641084,2249.316,463.9254,214.94019,306.78864,116.70142,84.8409,90.234314,73.48018,98.96203,770.113,253.09648,151.81639,101.59049,23.253292,152.67406,137.38138,23.872746,552.50183,151.59981,2061.5383,32.822716,2316.657,80.6632,422.072,1480.141,61.293053,12.821258,908.20056,784.7416,2417.2556,91.08758 +2023-08-29 18:00:00,0.0,17726.062,368.58542,37.037487,47.429554,35.82376,186.73364,29.240423,46.0139,21.218758,26.406706,1238.0975,172.93427,17.393988,175.68568,0.9753679,0.04394839,29.088947,0.95727086,0.2613746,378.0477,0.14101371,423.1069,51.27366,0.2075679,0.37522435,133.34464,19.182383,46.2724,91.23944,27563.803,0.03915791,2039.0249,0.22757138,0.109104104,0.0368865,0.21044654,165.15202,190.17424,22.248121,152.77016,34.331207,53.10901,2292.7327,1.8483846,178.523,95.336464,439.63223,64.4625,406.98535,42.037827,217.68243,0.0,2073.6042,9337.884,23.2263,576.67554,130.7276,40113.996,130.54427,20.220182,63.220814,210.1915,46.864227,21.547613,115.951996,1527.1045,313.99094,66.40366,16.094477,13.7599535,455.29117,63.980022,946.1596,85.19274,2590.349,274.37662,261.18594,92.52051,99.22311,6.033034,9.142417,9.633027,2.0854032,1.4006423,82.77138,90.412735,93.10191,50.1289,45.26876,128.06943,11.433641,2857.9797,38.3743,56.096775,43.223732,39.013184,269.10028,78.82059,72.80242,11.151809,31.304377,57.537548,227.13788,605.9858,88.84133,320.36758,74.41719,100.77314,266.96402,199.7131,943.0511,158.647,5.810016,10.461694,4.529597,52.72081,19664.613,3.590465,33.457123,52.230648,40.98673,337.5052,66.45591,150.45709,1.707067,129.35342,457.70718,247.61264,154.51013,469.45425,34.661022,97.447105,140.69266,9.829319,1.6606268,10.734336,964.97327,0.05912891,0.21701075,49.4908,7.4244814,3.3669355,3.4481862,8.54415,83.219055,28.09355,87.08762,560.91833,241.81415,2215.4707,1880.4,29.311398,53.44523,10116.264,7.3816047,95.479164,755.2823,184.21632,259.3101,104.933464,600.94836,901.1551,477.52066,29.120737,147.77742,1001.63055,1937.9539,79.19029,949.5948,100.29813,1.0395981,61.37057,0.8764225,0.52143157,2.470002,74.168495,176.46606,177.12038,13.633064,2247.8872,464.08737,215.06854,306.96976,116.752304,84.82561,90.287636,73.56841,98.95363,770.0654,253.10771,151.84344,101.56324,23.274595,152.69296,137.39717,23.853956,552.23535,151.56003,2059.2637,32.823612,2315.6387,80.66599,422.0759,1479.0105,61.26228,12.826109,907.82074,784.51855,2415.7053,91.08769 +2023-08-29 19:00:00,0.0,17726.219,368.66818,37.05391,47.448505,35.833088,186.76912,29.247837,46.03369,21.220638,26.415018,1238.6069,172.82402,17.40665,175.7503,0.9664764,0.04313527,29.091963,0.94426584,0.25843754,378.11563,0.14086716,423.24615,51.28665,0.20656288,0.3720005,133.38309,19.187551,46.287933,91.22827,27564.053,0.039030135,2039.7162,0.2272582,0.10886868,0.036778174,0.20984325,165.18547,190.2205,22.244656,152.70497,34.350845,53.064556,2292.906,1.8472503,178.31766,95.18579,439.74158,64.35125,407.0912,42.04934,217.25233,0.0,2073.139,9330.968,23.204538,576.7413,130.69441,40109.246,130.54204,20.206535,63.066372,209.83946,46.829002,21.533897,115.730225,1526.2059,313.94943,66.230705,16.080492,13.754169,455.39734,63.966602,945.6922,85.19287,2590.5251,274.5289,260.99423,92.54262,99.17787,6.0318785,9.139982,9.624326,2.0848064,1.3997111,82.792625,90.445366,93.13267,50.160378,45.292274,128.0689,11.440354,2857.5867,38.348892,56.067204,43.18479,38.945137,269.1694,78.801346,72.65793,11.145782,31.295687,57.48271,227.04411,606.0533,88.89103,320.41776,74.42806,100.72552,266.9548,199.3874,943.0192,158.64229,5.8124976,10.443885,4.5236783,52.74065,19665.549,3.5913947,33.47802,52.261562,41.005116,337.50888,66.48512,150.48657,1.7053654,129.35985,457.80005,247.56332,154.54855,469.38245,34.65927,97.44097,140.6566,9.827891,1.6607202,10.734172,964.5201,0.05909518,0.2168871,49.492615,7.422943,3.3664083,3.447411,8.545744,83.20079,28.08441,87.08852,560.9001,241.82263,2215.723,1880.3933,29.329023,53.47788,10114.873,7.3809576,95.51736,755.3589,184.29103,259.4275,104.96942,601.21967,901.2867,477.5859,29.13702,147.84822,1001.53253,1937.7196,79.23369,950.07983,100.37254,1.0395166,61.369278,0.8760713,0.52119005,2.4690197,74.209694,176.54298,177.00558,13.625045,2246.4583,464.24933,215.19691,307.15088,116.803185,84.81032,90.34095,73.656654,98.94523,770.01794,253.11894,151.8705,101.53599,23.2959,152.71188,137.41296,23.835167,551.9689,151.52023,2056.9888,32.824505,2314.6204,80.668785,422.07983,1477.88,61.231503,12.83096,907.441,784.2955,2414.155,91.08781 +2023-08-29 20:00:00,0.0,17726.373,368.75095,37.07033,47.467457,35.84241,186.8046,29.25525,46.053486,21.222519,26.423332,1239.1163,172.71378,17.419313,175.81493,0.95758486,0.04232215,29.094978,0.9312608,0.2555005,378.1836,0.1407206,423.3854,51.29965,0.20555784,0.36877665,133.42152,19.19272,46.303463,91.2171,27564.305,0.038902357,2040.4075,0.22694501,0.10863326,0.03666985,0.20923996,165.21892,190.26675,22.241188,152.63979,34.370483,53.020107,2293.0793,1.8461162,178.11232,95.03511,439.85086,64.24,407.19702,42.060852,216.82222,0.0,2072.6738,9324.052,23.182775,576.807,130.66122,40104.496,130.53983,20.192888,62.91193,209.48743,46.793774,21.520182,115.508446,1525.3073,313.90793,66.05774,16.066505,13.748385,455.5035,63.95318,945.22473,85.19301,2590.7012,274.68118,260.80252,92.56472,99.13264,6.0307226,9.137548,9.615623,2.0842097,1.39878,82.81388,90.478,93.163414,50.191856,45.31579,128.06837,11.447068,2857.1936,38.323486,56.037636,43.14585,38.877094,269.23853,78.782104,72.51344,11.139757,31.286997,57.427876,226.95035,606.1208,88.94073,320.4679,74.438934,100.6779,266.94562,199.06169,942.9874,158.63757,5.8149786,10.426075,4.51776,52.76049,19666.484,3.5923245,33.498917,52.292473,41.023502,337.51257,66.514336,150.51607,1.703664,129.36626,457.89288,247.51402,154.58698,469.3106,34.657524,97.43484,140.62054,9.826464,1.6608137,10.734007,964.0669,0.059061456,0.21676344,49.49443,7.4214053,3.365881,3.4466362,8.5473385,83.18252,28.07527,87.08941,560.8818,241.83113,2215.9749,1880.3867,29.346647,53.51053,10113.483,7.3803105,95.55555,755.4355,184.36572,259.5449,105.00538,601.491,901.41833,477.65115,29.153303,147.919,1001.4346,1937.4854,79.27709,950.5648,100.44696,1.0394349,61.36799,0.87571996,0.5209485,2.4680374,74.25089,176.6199,176.8908,13.617024,2245.0293,464.4113,215.32527,307.332,116.85407,84.79503,90.394264,73.744896,98.93683,769.97046,253.13017,151.89755,101.508736,23.317204,152.73079,137.42876,23.816376,551.70233,151.48045,2054.7139,32.8254,2313.602,80.67158,422.08374,1476.7494,61.20073,12.835811,907.06116,784.0724,2412.605,91.08792 +2023-08-29 21:00:00,0.0,17726.527,368.83368,37.086754,47.48641,35.851734,186.84009,29.262667,46.073277,21.2244,26.431644,1239.6257,172.60355,17.431976,175.87955,0.94869334,0.041509032,29.097994,0.9182558,0.25256348,378.25153,0.14057407,423.5247,51.312645,0.20455281,0.36555278,133.45998,19.197891,46.318996,91.20593,27564.555,0.038774583,2041.0988,0.22663184,0.10839784,0.03656153,0.20863667,165.25237,190.31302,22.23772,152.5746,34.39012,52.975655,2293.2524,1.8449819,177.90698,94.88444,439.9602,64.128746,407.30286,42.072365,216.39212,0.0,2072.2085,9317.137,23.161015,576.87274,130.62804,40099.742,130.5376,20.179243,62.75749,209.13536,46.75855,21.506466,115.286674,1524.4087,313.86642,65.88477,16.05252,13.742601,455.6097,63.93976,944.75726,85.193146,2590.8774,274.83347,260.61078,92.58683,99.0874,6.0295672,9.135115,9.606921,2.083613,1.3978488,82.83513,90.51063,93.19417,50.22333,45.3393,128.06786,11.453781,2856.8003,38.298084,56.008064,43.106915,38.809048,269.30768,78.76286,72.36895,11.133732,31.278305,57.373043,226.85658,606.1883,88.990425,320.51807,74.44981,100.63028,266.9364,198.736,942.9556,158.63286,5.81746,10.408266,4.5118413,52.780327,19667.418,3.593254,33.519817,52.323387,41.04189,337.51624,66.54355,150.54556,1.7019625,129.37268,457.98575,247.4647,154.62538,469.2388,34.655777,97.42871,140.58449,9.825036,1.6609071,10.733842,963.61365,0.05902773,0.21663979,49.496246,7.4198675,3.3653536,3.4458613,8.548932,83.16425,28.06613,87.0903,560.86346,241.83961,2216.2268,1880.38,29.364273,53.54318,10112.093,7.3796635,95.59375,755.512,184.44043,259.6623,105.04133,601.7623,901.5499,477.71643,29.169584,147.98979,1001.33655,1937.2511,79.32049,951.04987,100.52138,1.0393534,61.366695,0.87536865,0.520707,2.467055,74.2921,176.69684,176.776,13.609005,2243.6006,464.57327,215.45363,307.5131,116.90495,84.77974,90.44758,73.83314,98.92843,769.9229,253.14142,151.9246,101.48148,23.338507,152.74971,137.44455,23.797586,551.43585,151.44066,2052.4392,32.826298,2312.5835,80.67437,422.08768,1475.6189,61.169952,12.840662,906.68134,783.8493,2411.0547,91.08804 +2023-08-29 22:00:00,0.0,17726.682,368.91644,37.103176,47.50536,35.86106,186.87556,29.27008,46.093067,21.226278,26.439957,1240.1353,172.4933,17.44464,175.94415,0.9398018,0.040695917,29.10101,0.9052508,0.24962641,378.31946,0.14042751,423.66394,51.32564,0.20354778,0.36232895,133.49843,19.20306,46.334526,91.19476,27564.805,0.03864681,2041.79,0.22631866,0.10816242,0.036453206,0.2080334,165.28583,190.35928,22.234253,152.50941,34.40976,52.931202,2293.4258,1.8438478,177.70164,94.733765,440.06952,64.0175,407.4087,42.083878,215.962,0.0,2071.7432,9310.221,23.139254,576.9385,130.59485,40094.992,130.53537,20.165596,62.603046,208.78333,46.72332,21.49275,115.064896,1523.5101,313.82492,65.711815,16.038536,13.736818,455.71588,63.926334,944.2898,85.193275,2591.0535,274.98575,260.41907,92.60893,99.042175,6.028412,9.132681,9.59822,2.0830162,1.3969177,82.856384,90.54326,93.22492,50.25481,45.362812,128.06734,11.460494,2856.4072,38.27268,55.978493,43.067974,38.741005,269.3768,78.743614,72.224464,11.127707,31.269615,57.318207,226.76282,606.2558,89.04012,320.56824,74.46068,100.58266,266.92722,198.41028,942.9238,158.62814,5.819941,10.390457,4.505923,52.800167,19668.354,3.5941837,33.540714,52.3543,41.06028,337.51993,66.57276,150.57506,1.7002609,129.37909,458.0786,247.41539,154.6638,469.167,34.65403,97.42258,140.54843,9.823608,1.6610006,10.733677,963.16046,0.058994006,0.21651612,49.498066,7.4183292,3.3648264,3.4450862,8.550526,83.14599,28.05699,87.091194,560.84515,241.84811,2216.4788,1880.3734,29.381899,53.57583,10110.702,7.3790164,95.63194,755.5886,184.51512,259.7797,105.077286,602.0337,901.6815,477.78168,29.185867,148.06058,1001.2385,1937.0168,79.363884,951.53485,100.595795,1.0392718,61.365406,0.8750174,0.5204655,2.4660728,74.3333,176.77376,176.6612,13.600986,2242.1716,464.73523,215.58199,307.6942,116.95584,84.76445,90.50089,73.92137,98.92003,769.8754,253.15265,151.95166,101.45423,23.359812,152.76862,137.46034,23.778797,551.1693,151.40088,2050.1643,32.82719,2311.5652,80.67716,422.09158,1474.4884,61.139175,12.845513,906.3016,783.6262,2409.5046,91.08816 +2023-08-29 23:00:00,0.0,17726.836,368.9992,37.1196,47.52431,35.870384,186.91104,29.277494,46.11286,21.228159,26.448269,1240.6447,172.38307,17.457302,176.00877,0.9309103,0.039882798,29.104025,0.89224577,0.24668938,378.3874,0.14028096,423.8032,51.33864,0.20254275,0.35910508,133.53688,19.20823,46.35006,91.1836,27565.057,0.038519032,2042.4813,0.22600548,0.107926995,0.036344882,0.2074301,165.31927,190.40553,22.230785,152.44421,34.429398,52.886753,2293.599,1.8427135,177.49629,94.583084,440.17883,63.90625,407.51453,42.09539,215.5319,0.0,2071.278,9303.306,23.11749,577.0043,130.56166,40090.242,130.53314,20.15195,62.448605,208.43127,46.68809,21.479034,114.843124,1522.6115,313.78345,65.53885,16.024551,13.731034,455.82208,63.912914,943.8223,85.19341,2591.2295,275.13803,260.22736,92.63104,98.99694,6.027256,9.130247,9.589518,2.0824192,1.3959866,82.87764,90.5759,93.25567,50.28629,45.386326,128.06682,11.467208,2856.0142,38.247276,55.948925,43.029034,38.67296,269.44592,78.72437,72.07997,11.12168,31.260925,57.263374,226.66905,606.3233,89.08982,320.61838,74.47154,100.535034,266.91803,198.08458,942.892,158.62343,5.8224225,10.372648,4.500005,52.820007,19669.287,3.5951135,33.56161,52.385216,41.078667,337.52362,66.601974,150.60455,1.6985594,129.38551,458.17145,247.36609,154.70221,469.09515,34.652283,97.41644,140.51237,9.82218,1.661094,10.733513,962.7072,0.058960278,0.21639247,49.49988,7.4167914,3.364299,3.4443114,8.552119,83.127716,28.04785,87.09208,560.8269,241.8566,2216.7307,1880.3667,29.399523,53.60848,10109.3125,7.3783693,95.670135,755.6652,184.58981,259.8971,105.113235,602.305,901.8132,477.84695,29.20215,148.13136,1001.1405,1936.7826,79.40728,952.0199,100.67021,1.0391903,61.364113,0.8746661,0.520224,2.4650905,74.3745,176.85068,176.5464,13.592966,2240.7427,464.8972,215.71034,307.87534,117.00672,84.74916,90.55421,74.00961,98.91163,769.8279,253.16388,151.9787,101.42699,23.381115,152.78754,137.47614,23.760006,550.90283,151.3611,2047.8895,32.828087,2310.5469,80.67996,422.09552,1473.3579,61.108402,12.850365,905.92175,783.4032,2407.9543,91.08827 +2023-08-30 00:00:00,0.0,17726.99,369.08194,37.13602,47.543262,35.879707,186.94653,29.284908,46.132652,21.23004,26.456581,1241.154,172.27283,17.469965,176.0734,0.92201877,0.03906968,29.10704,0.87924075,0.24375233,378.45535,0.14013441,423.94244,51.35163,0.20153773,0.35588124,133.57532,19.2134,46.365593,91.17243,27565.307,0.03839126,2043.1726,0.22569229,0.10769157,0.036236558,0.2068268,165.35272,190.4518,22.227318,152.37903,34.449036,52.8423,2293.7722,1.8415792,177.29095,94.43241,440.28818,63.795,407.62036,42.106903,215.10179,0.0,2070.8127,9296.39,23.09573,577.07,130.52849,40085.492,130.53091,20.138304,62.294163,208.07921,46.652866,21.465319,114.62135,1521.7129,313.74194,65.36588,16.010567,13.72525,455.92825,63.899494,943.35486,85.19354,2591.4055,275.2903,260.0356,92.65315,98.951706,6.0261006,9.127812,9.580815,2.0818224,1.3950554,82.89889,90.60852,93.28642,50.31777,45.409836,128.0663,11.473921,2855.6208,38.22187,55.919353,42.990093,38.604916,269.51508,78.70513,71.935486,11.115655,31.252234,57.208538,226.57529,606.39087,89.13952,320.66855,74.482414,100.48741,266.9088,197.75887,942.86017,158.61871,5.8249035,10.354838,4.4940863,52.839848,19670.223,3.596043,33.582508,52.41613,41.097054,337.5273,66.63118,150.63405,1.6968579,129.39194,458.2643,247.31677,154.74063,469.02335,34.650536,97.41032,140.47632,9.820752,1.6611874,10.733348,962.254,0.058926553,0.21626882,49.501698,7.415253,3.363772,3.4435365,8.553713,83.10945,28.03871,87.09297,560.80853,241.8651,2216.9827,1880.36,29.417149,53.64113,10107.922,7.3777227,95.70833,755.74176,184.66452,260.0145,105.14919,602.5763,901.94476,477.9122,29.218433,148.20216,1001.04254,1936.5483,79.45068,952.5049,100.74463,1.0391086,61.36282,0.8743148,0.5199825,2.4641082,74.415695,176.92761,176.43161,13.584946,2239.314,465.05914,215.83871,308.05646,117.0576,84.73387,90.60752,74.097855,98.90323,769.7804,253.17511,152.00575,101.399734,23.402418,152.80644,137.49193,23.741217,550.6363,151.3213,2045.6147,32.828983,2309.5286,80.682755,422.09943,1472.2273,61.077625,12.855216,905.54193,783.1801,2406.404,91.08839 +2023-08-30 01:00:00,0.0,17727.145,369.1647,37.152443,47.562218,35.889034,186.98201,29.292322,46.152447,21.23192,26.464893,1241.6636,172.16258,17.482628,176.138,0.91312724,0.03825656,29.110056,0.86623573,0.24081528,378.5233,0.13998786,424.08173,51.364628,0.20053269,0.35265738,133.61377,19.218569,46.381123,91.16126,27565.557,0.038263485,2043.8639,0.22537911,0.10745615,0.036128234,0.20622353,165.38617,190.49805,22.22385,152.31384,34.468674,52.79785,2293.9456,1.840445,177.08562,94.28174,440.39752,63.68375,407.7262,42.118416,214.67169,0.0,2070.3477,9289.475,23.073969,577.13574,130.4953,40080.742,130.5287,20.124657,62.13972,207.72717,46.617638,21.451603,114.399574,1520.8142,313.70044,65.192924,15.996581,13.719466,456.03442,63.88607,942.8874,85.19368,2591.5815,275.44263,259.8439,92.675255,98.90647,6.024945,9.125379,9.572114,2.0812256,1.3941243,82.92014,90.64116,93.31718,50.349247,45.43335,128.06578,11.480634,2855.2278,38.19647,55.889786,42.951157,38.53687,269.5842,78.68589,71.79099,11.10963,31.243544,57.1537,226.48152,606.4584,89.18922,320.7187,74.493286,100.43979,266.89963,197.43317,942.82837,158.614,5.8273845,10.337029,4.488168,52.859688,19671.158,3.5969727,33.60341,52.447044,41.11544,337.531,66.66039,150.66354,1.6951563,129.39835,458.35718,247.26746,154.77904,468.9515,34.64879,97.40418,140.44026,9.8193245,1.6612809,10.733183,961.80084,0.058892827,0.21614516,49.503513,7.4137154,3.3632445,3.4427614,8.555306,83.09118,28.02957,87.093864,560.7902,241.87358,2217.2346,1880.3534,29.434774,53.67378,10106.532,7.3770757,95.74653,755.81836,184.73921,260.13193,105.18515,602.84766,902.0764,477.97745,29.234716,148.27295,1000.9445,1936.3141,79.49408,952.9899,100.819046,1.0390271,61.36153,0.87396353,0.519741,2.463126,74.4569,177.00453,176.31682,13.576926,2237.885,465.2211,215.96707,308.23758,117.10849,84.71858,90.66084,74.18609,98.89483,769.7329,253.18634,152.0328,101.37248,23.423723,152.82536,137.50772,23.722427,550.3698,151.28152,2043.34,32.82988,2308.51,80.68555,422.10336,1471.0968,61.046852,12.860067,905.1622,782.95703,2404.854,91.0885 +2023-08-30 02:00:00,0.0,17727.299,369.24744,37.168865,47.58117,35.898357,187.01749,29.299738,46.172237,21.2338,26.473206,1242.173,172.05235,17.49529,176.20262,0.9042357,0.03744344,29.113071,0.8532307,0.23787823,378.59122,0.13984132,424.22098,51.377625,0.19952767,0.34943354,133.65222,19.223738,46.396656,91.15009,27565.807,0.038135707,2044.5552,0.22506593,0.107220724,0.03601991,0.20562024,165.41962,190.54431,22.220383,152.24866,34.48831,52.7534,2294.119,1.8393108,176.88028,94.131065,440.50684,63.5725,407.83203,42.12993,214.24158,0.0,2069.8823,9282.559,23.052206,577.2015,130.46211,40075.992,130.52647,20.111012,61.98528,207.3751,46.582413,21.437887,114.1778,1519.9156,313.65894,65.01996,15.982596,13.713682,456.14062,63.87265,942.4199,85.19382,2591.7578,275.5949,259.6522,92.697365,98.86124,6.0237894,9.122945,9.563412,2.0806289,1.3931931,82.94139,90.67379,93.34792,50.380726,45.456863,128.06526,11.487348,2854.8347,38.171062,55.860214,42.912216,38.468822,269.65332,78.66664,71.64651,11.103604,31.234854,57.09887,226.38776,606.5259,89.238914,320.76886,74.50416,100.39217,266.8904,197.10747,942.7966,158.60928,5.829866,10.319221,4.4822493,52.879528,19672.092,3.5979023,33.624306,52.47796,41.133827,337.5347,66.689606,150.69304,1.6934549,129.40477,458.45,247.21814,154.81746,468.8797,34.64704,97.39805,140.4042,9.817897,1.6613743,10.733018,961.3476,0.0588591,0.21602151,49.50533,7.412177,3.3627172,3.4419866,8.556901,83.072914,28.02043,87.09476,560.7719,241.88208,2217.4866,1880.3467,29.452398,53.70643,10105.142,7.3764286,95.78472,755.8949,184.81392,260.24933,105.2211,603.11896,902.208,478.04272,29.250998,148.34373,1000.8465,1936.0798,79.537476,953.4749,100.89346,1.0389456,61.360237,0.8736122,0.5194995,2.4621437,74.4981,177.08145,176.20201,13.568907,2236.456,465.3831,216.09543,308.41867,117.15937,84.70329,90.71416,74.27433,98.88642,769.68536,253.19757,152.05986,101.34523,23.445026,152.84427,137.52353,23.703636,550.1033,151.24173,2041.0652,32.830772,2307.4917,80.68834,422.10727,1469.9663,61.016075,12.864919,904.78235,782.73395,2403.3037,91.088615 +2023-08-30 03:00:00,0.0,17727.453,369.3302,37.185287,47.60012,35.90768,187.05298,29.307152,46.192028,21.235682,26.481518,1242.6824,171.94211,17.507952,176.26724,0.8953442,0.036630325,29.116087,0.8402257,0.2349412,378.65915,0.13969477,424.36023,51.39062,0.19852263,0.34620968,133.69067,19.228909,46.412186,91.13892,27566.059,0.038007934,2045.2465,0.22475275,0.10698531,0.03591159,0.20501696,165.45308,190.59058,22.216915,152.18347,34.50795,52.708946,2294.292,1.8381766,176.67494,93.980385,440.61615,63.46125,407.93787,42.141445,213.81148,0.0,2069.417,9275.644,23.030445,577.2672,130.42892,40071.242,130.52425,20.097364,61.830837,207.02307,46.547184,21.424171,113.956024,1519.0171,313.61743,64.84699,15.968611,13.707899,456.2468,63.859226,941.95245,85.19395,2591.9338,275.7472,259.46048,92.719475,98.81601,6.022634,9.120511,9.554709,2.080032,1.392262,82.96265,90.70642,93.37868,50.412205,45.480377,128.06474,11.4940605,2854.4417,38.145657,55.830647,42.873276,38.40078,269.72244,78.6474,71.502014,11.097578,31.226162,57.044033,226.29399,606.5934,89.28861,320.819,74.51503,100.34455,266.88123,196.78175,942.7648,158.60457,5.832347,10.301412,4.4763308,52.89937,19673.027,3.5988321,33.645203,52.508873,41.152218,337.5384,66.71882,150.72253,1.6917534,129.4112,458.54288,247.16884,154.85588,468.80786,34.645294,97.39192,140.36815,9.816469,1.6614678,10.732853,960.8944,0.058825374,0.21589784,49.50715,7.4106393,3.36219,3.4412115,8.558495,83.05465,28.011292,87.09565,560.75366,241.89058,2217.7385,1880.3401,29.470024,53.73908,10103.751,7.3757815,95.822914,755.9715,184.88861,260.36673,105.25706,603.3903,902.33966,478.10797,29.26728,148.41452,1000.7485,1935.8456,79.58088,953.95996,100.96788,1.038864,61.358948,0.873261,0.51925796,2.4611616,74.5393,177.15839,176.08722,13.560887,2235.0273,465.54504,216.22379,308.5998,117.21025,84.688,90.76747,74.36257,98.87802,769.6379,253.2088,152.08691,101.31798,23.46633,152.86319,137.53932,23.684847,549.8368,151.20195,2038.7904,32.83167,2306.4734,80.69113,422.11118,1468.8357,60.9853,12.86977,904.4026,782.51086,2401.7534,91.08873 +2023-08-30 04:00:00,0.0,17727.61,369.41296,37.20171,47.619072,35.917004,187.08846,29.314566,46.211823,21.23756,26.48983,1243.1919,171.83188,17.520615,176.33186,0.8864527,0.035817206,29.119102,0.8272207,0.23200415,378.72708,0.13954821,424.49948,51.403614,0.1975176,0.34298584,133.72911,19.234077,46.42772,91.127754,27566.309,0.03788016,2045.9379,0.22443956,0.106749885,0.035803266,0.20441367,165.48653,190.63683,22.213448,152.11829,34.527588,52.664497,2294.4653,1.8370423,176.4696,93.82971,440.72546,63.35,408.0437,42.152958,213.38138,0.0,2068.952,9268.728,23.008684,577.333,130.39574,40066.492,130.52202,20.08372,61.676395,206.67102,46.51196,21.410456,113.73425,1518.1184,313.57593,64.674034,15.954626,13.702115,456.35297,63.845806,941.485,85.194084,2592.1099,275.89948,259.26874,92.74158,98.770775,6.021478,9.118077,9.546008,2.0794353,1.3913308,82.983894,90.73905,93.40943,50.443684,45.503887,128.06422,11.500773,2854.0483,38.120255,55.801075,42.834335,38.332733,269.7916,78.62816,71.35753,11.091553,31.217472,56.989197,226.20023,606.6609,89.33831,320.86917,74.525894,100.29693,266.87204,196.45605,942.733,158.59984,5.8348284,10.283602,4.4704123,52.919205,19673.963,3.5997617,33.6661,52.539787,41.170605,337.54208,66.74803,150.75203,1.6900518,129.4176,458.63574,247.11952,154.89429,468.73605,34.643547,97.38579,140.33209,9.815042,1.6615613,10.732689,960.4412,0.05879165,0.2157742,49.508965,7.409101,3.3616626,3.4404366,8.560088,83.03638,28.002151,87.096535,560.73535,241.89906,2217.9905,1880.3334,29.48765,53.77173,10102.361,7.3751345,95.86111,756.0481,184.9633,260.48413,105.293015,603.6616,902.47125,478.17322,29.283564,148.4853,1000.6505,1935.6113,79.624275,954.44495,101.0423,1.0387824,61.357655,0.87290967,0.51901644,2.4601793,74.580505,177.2353,175.97243,13.552867,2233.5984,465.707,216.35216,308.7809,117.26114,84.672714,90.820786,74.450806,98.86962,769.59033,253.22005,152.11397,101.290726,23.487633,152.8821,137.55511,23.666058,549.5703,151.16217,2036.5156,32.832565,2305.455,80.693924,422.1151,1467.7052,60.954525,12.874621,904.02277,782.28784,2400.2034,91.088844 +2023-08-30 05:00:00,0.0,17727.764,369.4957,37.218132,47.638023,35.92633,187.12393,29.32198,46.231613,21.23944,26.498144,1243.7013,171.72163,17.533278,176.39647,0.87756115,0.035004087,29.122118,0.81421566,0.2290671,378.79504,0.13940166,424.63876,51.41661,0.19651258,0.33976197,133.76756,19.239246,46.44325,91.11659,27566.559,0.037752382,2046.6292,0.22412638,0.10651446,0.035694942,0.2038104,165.51997,190.68309,22.20998,152.05309,34.547226,52.620045,2294.6387,1.8359082,176.26427,93.67904,440.83478,63.238747,408.14954,42.16447,212.95126,0.0,2068.4866,9261.8125,22.986921,577.39874,130.36255,40061.742,130.51979,20.070072,61.521954,206.31897,46.47673,21.39674,113.51248,1517.2198,313.53445,64.50107,15.940641,13.696331,456.45917,63.832382,941.0176,85.194214,2592.286,276.05176,259.07703,92.76369,98.72554,6.020323,9.115643,9.537306,2.0788383,1.3903997,83.00515,90.77168,93.44018,50.475163,45.5274,128.0637,11.507486,2853.6553,38.09485,55.771507,42.7954,38.26469,269.86072,78.60892,71.213036,11.085527,31.208782,56.934364,226.10646,606.7284,89.38801,320.9193,74.536766,100.249306,266.86282,196.13034,942.7012,158.59512,5.8373094,10.265793,4.4644938,52.939045,19674.896,3.6006913,33.687,52.5707,41.18899,337.54578,66.77724,150.78152,1.6883503,129.42403,458.72858,247.0702,154.93271,468.6642,34.6418,97.379654,140.29604,9.813614,1.6616546,10.732524,959.988,0.05875792,0.21565054,49.51078,7.407563,3.3611352,3.4396617,8.561682,83.01811,27.993011,87.09743,560.71704,241.90756,2218.2424,1880.3267,29.505274,53.80438,10100.971,7.3744874,95.8993,756.12463,185.03801,260.60153,105.328964,603.9329,902.6029,478.2385,29.299847,148.5561,1000.5525,1935.3771,79.66767,954.93,101.116714,1.0387008,61.35636,0.87255836,0.5187749,2.459197,74.621704,177.31223,175.85764,13.5448475,2232.1697,465.86896,216.48051,308.96204,117.31202,84.657425,90.8741,74.53905,98.86122,769.54285,253.23128,152.141,101.26347,23.508938,152.90102,137.5709,23.647266,549.3038,151.12238,2034.2408,32.833458,2304.4365,80.69672,422.11902,1466.5747,60.923748,12.879473,903.64294,782.06476,2398.653,91.08896 +2023-08-30 06:00:00,0.0,17727.918,369.57846,37.234554,47.656975,35.935654,187.15942,29.329393,46.251408,21.241322,26.506456,1244.2107,171.61139,17.54594,176.46109,0.8686696,0.034190968,29.125134,0.80121064,0.22613007,378.86298,0.1392551,424.778,51.429607,0.19550754,0.33653814,133.80602,19.244417,46.458782,91.10542,27566.81,0.03762461,2047.3204,0.2238132,0.10627904,0.035586618,0.20320709,165.55342,190.72935,22.206512,151.9879,34.566864,52.575596,2294.812,1.8347739,176.05893,93.52836,440.9441,63.1275,408.25537,42.175983,212.52116,0.0,2068.0215,9254.896,22.96516,577.4645,130.32936,40056.992,130.51758,20.056427,61.36751,205.96692,46.4415,21.383024,113.2907,1516.3213,313.49295,64.3281,15.926656,13.690547,456.56534,63.818962,940.5501,85.19435,2592.462,276.20404,258.8853,92.78579,98.680305,6.0191674,9.113209,9.528604,2.0782416,1.3894686,83.0264,90.80431,93.47093,50.50664,45.550915,128.06319,11.5142,2853.2622,38.069447,55.741936,42.75646,38.196644,269.92984,78.58967,71.06855,11.079502,31.20009,56.879528,226.0127,606.79596,89.437706,320.96948,74.54764,100.20168,266.85364,195.80464,942.6693,158.59041,5.8397903,10.247984,4.4585752,52.958885,19675.832,3.601621,33.707897,52.601616,41.20738,337.54944,66.80645,150.811,1.6866488,129.43044,458.82144,247.0209,154.97112,468.5924,34.640053,97.37353,140.25998,9.812186,1.661748,10.732359,959.5348,0.058724195,0.21552688,49.512596,7.406025,3.360608,3.4388866,8.563275,82.99985,27.983871,87.09832,560.6987,241.91605,2218.4944,1880.3201,29.5229,53.83703,10099.581,7.3738403,95.9375,756.20123,185.1127,260.71893,105.36492,604.2043,902.7345,478.30374,29.31613,148.62689,1000.45447,1935.1428,79.711075,955.415,101.19113,1.0386193,61.355072,0.8722071,0.5185334,2.4582148,74.6629,177.38916,175.74283,13.536828,2230.7407,466.0309,216.60887,309.14316,117.3629,84.642136,90.927414,74.62729,98.85282,769.49536,253.24251,152.16806,101.23622,23.530241,152.91992,137.5867,23.628477,549.0373,151.0826,2031.9661,32.834354,2303.4182,80.69951,422.12296,1465.4442,60.892975,12.884324,903.2632,781.8417,2397.1028,91.08907 +2023-08-30 07:00:00,0.0,17728.072,369.66122,37.250977,47.675926,35.944977,187.1949,29.33681,46.2712,21.243202,26.514769,1244.7201,171.50116,17.558603,176.52571,0.8597781,0.033377852,29.128149,0.7882056,0.22319302,378.9309,0.13910855,424.91727,51.442604,0.19450252,0.33331427,133.84447,19.249586,46.47431,91.09425,27567.06,0.037496835,2048.0117,0.22350003,0.106043614,0.035478294,0.2026038,165.58687,190.7756,22.203047,151.92271,34.586502,52.531143,2294.985,1.8336396,175.85359,93.377686,441.05344,63.016247,408.3612,42.187496,212.09105,0.0,2067.5562,9247.98,22.943398,577.5302,130.29619,40052.242,130.51535,20.04278,61.21307,205.61487,46.406277,21.369308,113.06893,1515.4226,313.45145,64.155136,15.912671,13.684763,456.67154,63.805542,940.08264,85.19449,2592.6382,276.35632,258.69357,92.8079,98.63507,6.0180116,9.110775,9.519902,2.0776448,1.3885374,83.04765,90.836945,93.501686,50.53812,45.574425,128.06267,11.520913,2852.869,38.04404,55.712364,42.717518,38.128597,269.999,78.57043,70.92406,11.073477,31.1914,56.824696,225.91893,606.86346,89.487404,321.01965,74.55851,100.15406,266.84442,195.47893,942.6375,158.5857,5.842272,10.230175,4.4526567,52.978725,19676.768,3.6025507,33.728794,52.632526,41.225765,337.55313,66.83566,150.8405,1.6849473,129.43686,458.9143,246.97159,155.00954,468.52057,34.638306,97.36739,140.22392,9.810759,1.6618415,10.732194,959.08154,0.05869047,0.21540323,49.514412,7.404487,3.3600807,3.4381118,8.564869,82.981575,27.974731,87.09921,560.6804,241.92455,2218.7463,1880.3134,29.540525,53.86968,10098.19,7.3731933,95.97569,756.2778,185.1874,260.83636,105.40087,604.4756,902.86615,478.369,29.33241,148.69768,1000.35645,1934.9086,79.75447,955.9,101.26556,1.0385377,61.35378,0.8718558,0.5182919,2.4572325,74.7041,177.46608,175.62804,13.528808,2229.3118,466.1929,216.73723,309.32425,117.41379,84.62685,90.980736,74.71553,98.84442,769.4478,253.25374,152.19511,101.20897,23.551544,152.93884,137.6025,23.609688,548.77075,151.04282,2029.6913,32.83525,2302.4,80.70231,422.12686,1464.3136,60.862198,12.889175,902.88336,781.6186,2395.5527,91.089195 +2023-08-30 08:00:00,0.0,17728.227,369.74396,37.2674,47.694878,35.954304,187.23038,29.344223,46.29099,21.245083,26.52308,1245.2296,171.39091,17.571266,176.59033,0.8508866,0.032564733,29.131165,0.7752006,0.22025597,378.99884,0.13896202,425.05652,51.455597,0.19349748,0.33009043,133.8829,19.254755,46.489845,91.083084,27567.31,0.037369058,2048.703,0.22318684,0.10580819,0.03536997,0.20200053,165.62032,190.82187,22.19958,151.85753,34.60614,52.486694,2295.1584,1.8325055,175.64825,93.22701,441.16278,62.905,408.46704,42.19901,211.66095,0.0,2067.0908,9241.065,22.921637,577.59595,130.263,40047.49,130.51312,20.029133,61.058628,205.26282,46.371048,21.355593,112.84716,1514.524,313.40994,63.982178,15.898686,13.678979,456.7777,63.792118,939.6152,85.19462,2592.8142,276.5086,258.50186,92.83001,98.58984,6.016856,9.108341,9.5112,2.077048,1.3876063,83.0689,90.86958,93.53243,50.5696,45.59794,128.06215,11.527626,2852.4758,38.018635,55.682796,42.678577,38.060555,270.0681,78.551186,70.77957,11.067451,31.18271,56.76986,225.82516,606.93097,89.5371,321.0698,74.56938,100.106445,266.83524,195.15323,942.6057,158.58098,5.844753,10.212365,4.4467382,52.998566,19677.701,3.6034803,33.74969,52.66344,41.244152,337.55682,66.864876,150.87,1.6832458,129.44328,459.00714,246.92227,155.04796,468.44876,34.63656,97.36126,140.18787,9.809331,1.661935,10.732029,958.62836,0.05865674,0.21527956,49.51623,7.402949,3.3595533,3.4373367,8.566463,82.96331,27.965591,87.100105,560.6621,241.93303,2218.9983,1880.3068,29.55815,53.90233,10096.801,7.372546,96.013885,756.3544,185.2621,260.95377,105.43683,604.74695,902.99774,478.43427,29.348694,148.76846,1000.2585,1934.6743,79.79787,956.3851,101.33997,1.0384561,61.35249,0.8715045,0.5180504,2.4562502,74.74531,177.543,175.51324,13.520788,2227.883,466.35486,216.86559,309.50537,117.46467,84.61156,91.03405,74.803764,98.83602,769.4003,253.26497,152.22217,101.181725,23.57285,152.95775,137.61829,23.590897,548.5043,151.00302,2027.4164,32.836143,2301.3816,80.7051,422.1308,1463.1831,60.83142,12.894026,902.50354,781.39557,2394.0024,91.08931 +2023-08-30 09:00:00,0.0,17728.38,369.82672,37.28382,47.71383,35.963627,187.26587,29.351637,46.310783,21.246964,26.531393,1245.739,171.28069,17.58393,176.65494,0.84199506,0.031751614,29.13418,0.7621956,0.21731892,379.0668,0.13881546,425.1958,51.468594,0.19249246,0.32686657,133.92136,19.259926,46.505375,91.071915,27567.562,0.037241284,2049.3943,0.22287366,0.105572775,0.03526165,0.20139723,165.65378,190.86813,22.196112,151.79234,34.62578,52.44224,2295.3318,1.8313712,175.44292,93.07633,441.2721,62.793747,408.57288,42.21052,211.23083,0.0,2066.6257,9234.149,22.899876,577.66174,130.22981,40042.74,130.5109,20.015488,60.904186,204.91077,46.335823,21.341877,112.62538,1513.6255,313.36844,63.80921,15.884701,13.673195,456.88388,63.778698,939.1477,85.194756,2592.9902,276.6609,258.31015,92.85211,98.54461,6.0157003,9.105907,9.502498,2.0764513,1.3866751,83.09016,90.902214,93.56319,50.601074,45.621452,128.06163,11.53434,2852.0828,37.993233,55.653225,42.63964,37.992508,270.13724,78.531944,70.63508,11.061425,31.174019,56.715023,225.7314,606.9985,89.58679,321.11996,74.580246,100.05882,266.82605,194.82751,942.5739,158.57626,5.8472342,10.194556,4.4408197,53.018406,19678.637,3.60441,33.77059,52.694355,41.262543,337.56052,66.89409,150.89949,1.6815443,129.44969,459.1,246.87296,155.08636,468.37692,34.63481,97.35513,140.15181,9.807903,1.6620284,10.731865,958.1752,0.058623016,0.21515591,49.518047,7.401411,3.3590262,3.4365618,8.568057,82.945045,27.956451,87.10099,560.6438,241.94153,2219.2502,1880.3,29.575775,53.93498,10095.41,7.371899,96.05208,756.43097,185.33679,261.07117,105.472786,605.01825,903.1294,478.4995,29.364977,148.83925,1000.16046,1934.4401,79.84127,956.87006,101.41439,1.0383745,61.351196,0.87115324,0.51780885,2.455268,74.78651,177.61993,175.39844,13.512769,2226.454,466.5168,216.99396,309.6865,117.51556,84.59627,91.087364,74.892006,98.82762,769.35284,253.2762,152.24922,101.15447,23.594152,152.97667,137.63408,23.572107,548.23773,150.96324,2025.1416,32.83704,2300.363,80.70789,422.1347,1462.0526,60.800648,12.898877,902.1238,781.1725,2392.4524,91.089424 +2023-08-30 10:00:00,0.0,17728.535,369.90945,37.300243,47.73278,35.97295,187.30135,29.35905,46.330574,21.248842,26.539705,1246.2484,171.17044,17.596592,176.71956,0.8331036,0.030938495,29.137196,0.74919057,0.21438189,379.13474,0.13866891,425.33505,51.48159,0.19148743,0.32364273,133.95981,19.265095,46.52091,91.06075,27567.812,0.03711351,2050.0857,0.22256048,0.10533735,0.035153326,0.20079395,165.68723,190.91438,22.192644,151.72716,34.645416,52.39779,2295.505,1.830237,175.23758,92.92566,441.3814,62.6825,408.67874,42.222034,210.80074,0.0,2066.1604,9227.234,22.878113,577.7275,130.19662,40037.99,130.50867,20.00184,60.749744,204.55872,46.300594,21.328161,112.40361,1512.7268,313.32693,63.63625,15.870716,13.667412,456.99008,63.765274,938.68024,85.19489,2593.1663,276.81317,258.1184,92.87422,98.499374,6.014545,9.103473,9.493796,2.0758543,1.385744,83.111404,90.934845,93.59394,50.632553,45.644966,128.06111,11.541053,2851.6895,37.967827,55.623657,42.6007,37.924465,270.20636,78.512695,70.49059,11.0554,31.165329,56.66019,225.63763,607.066,89.63649,321.1701,74.59112,100.0112,266.81683,194.50182,942.5421,158.57155,5.849715,10.176747,4.4349017,53.038246,19679.572,3.6053398,33.79149,52.72527,41.28093,337.5642,66.923294,150.92899,1.6798427,129.45612,459.19287,246.82365,155.12479,468.3051,34.633064,97.349,140.11575,9.806476,1.6621218,10.7317,957.7219,0.05858929,0.21503225,49.519863,7.3998733,3.3584988,3.435787,8.569651,82.92677,27.947311,87.10188,560.6255,241.95001,2219.5022,1880.2933,29.593401,53.96763,10094.02,7.371252,96.09028,756.5075,185.4115,261.18857,105.508736,605.2896,903.261,478.56476,29.38126,148.91003,1000.06244,1934.2058,79.88467,957.3551,101.48881,1.038293,61.349903,0.8708019,0.51756734,2.4542856,74.827705,177.69685,175.28365,13.504749,2225.0251,466.67877,217.12231,309.8676,117.56644,84.58098,91.14068,74.98025,98.81922,769.3053,253.28743,152.27628,101.12722,23.615456,152.99557,137.64987,23.553318,547.97125,150.92345,2022.8668,32.837936,2299.3447,80.710686,422.13864,1460.9221,60.76987,12.9037285,901.74396,780.9494,2390.902,91.08954 +2023-08-30 11:00:00,0.0,17728.69,369.99222,37.31666,47.75173,35.982277,187.33682,29.366465,46.350365,21.250723,26.548018,1246.7579,171.0602,17.609255,176.78418,0.8242121,0.030125378,29.140211,0.7361856,0.21144484,379.20267,0.13852236,425.4743,51.494587,0.1904824,0.32041886,133.99826,19.270264,46.536438,91.04958,27568.062,0.036985736,2050.7769,0.2222473,0.10510193,0.035045,0.20019066,165.72067,190.96065,22.189177,151.66196,34.665054,52.35334,2295.6782,1.8291028,175.03224,92.77499,441.49072,62.571247,408.78458,42.233547,210.37062,0.0,2065.6953,9220.318,22.856352,577.7932,130.16344,40033.24,130.50645,19.988195,60.595303,204.20667,46.26537,21.314445,112.18183,1511.8282,313.28546,63.463287,15.856731,13.661628,457.09625,63.751854,938.21277,85.19502,2593.3423,276.96545,257.9267,92.896324,98.45414,6.0133896,9.101039,9.485094,2.0752575,1.3848128,83.13266,90.967476,93.62469,50.664032,45.668476,128.06058,11.547766,2851.2964,37.942425,55.594086,42.56176,37.85642,270.2755,78.493454,70.3461,11.049375,31.15664,56.605354,225.54388,607.13354,89.68619,321.22028,74.60199,99.96358,266.80765,194.17612,942.5103,158.56683,5.8521967,10.158938,4.428983,53.058086,19680.506,3.6062694,33.812386,52.756184,41.299316,337.5679,66.95251,150.95848,1.6781412,129.46252,459.2857,246.77434,155.1632,468.23328,34.631317,97.342865,140.0797,9.805048,1.6622152,10.731535,957.26874,0.058555562,0.2149086,49.52168,7.398335,3.3579717,3.4350119,8.571244,82.90851,27.938173,87.102776,560.6072,241.95851,2219.7542,1880.2867,29.611027,54.00028,10092.63,7.370605,96.12847,756.5841,185.48619,261.30597,105.54469,605.5609,903.39264,478.63004,29.397543,148.98083,999.9644,1933.9716,79.92806,957.8401,101.563225,1.0382113,61.348614,0.8704506,0.5173258,2.4533033,74.868904,177.77377,175.16885,13.496729,2223.5964,466.84073,217.25067,310.04874,117.61732,84.56569,91.19399,75.06848,98.81082,769.2578,253.29868,152.30331,101.09997,23.63676,153.0145,137.66566,23.534527,547.7047,150.88367,2020.592,32.83883,2298.3264,80.71348,422.14255,1459.7915,60.739098,12.90858,901.36414,780.7263,2389.3518,91.08965 +2023-08-30 12:00:00,0.0,17728.844,370.07498,37.333084,47.770683,35.9916,187.3723,29.37388,46.37016,21.252604,26.556332,1247.2673,170.94997,17.621918,176.8488,0.81532055,0.029312259,29.143227,0.7231806,0.20850779,379.2706,0.1383758,425.61356,51.50758,0.18947737,0.31719503,134.0367,19.275434,46.55197,91.038414,27568.312,0.03685796,2051.4683,0.22193411,0.104866505,0.034936678,0.19958737,165.75412,191.0069,22.185709,151.59677,34.684692,52.308887,2295.8516,1.8279686,174.8269,92.62431,441.60004,62.46,408.8904,42.24506,209.94052,0.0,2065.23,9213.403,22.83459,577.85895,130.13025,40028.49,130.50423,19.974548,60.44086,203.85461,46.23014,21.30073,111.96006,1510.9297,313.24396,63.29032,15.842746,13.655844,457.20245,63.73843,937.7453,85.19516,2593.5186,277.11774,257.735,92.918434,98.408905,6.0122337,9.098605,9.476392,2.0746608,1.3838817,83.15391,91.00011,93.65544,50.69551,45.69199,128.06006,11.554479,2850.9033,37.91702,55.564518,42.52282,37.788372,270.34464,78.47421,70.201614,11.043348,31.14795,56.55052,225.45012,607.20105,89.735886,321.27042,74.61286,99.915955,266.79843,193.8504,942.47845,158.56212,5.8546777,10.1411295,4.4230647,53.077927,19681.441,3.607199,33.833286,52.787098,41.317703,337.5716,66.98172,150.98798,1.6764398,129.46895,459.37857,246.72502,155.20161,468.16147,34.62957,97.33674,140.04364,9.80362,1.6623087,10.73137,956.81555,0.058521837,0.21478495,49.523495,7.396797,3.3574443,3.434237,8.572838,82.89024,27.929033,87.10367,560.5889,241.967,2220.006,1880.28,29.62865,54.03293,10091.239,7.369958,96.166664,756.6607,185.56088,261.42337,105.58064,605.8322,903.52423,478.69528,29.413824,149.05162,999.8664,1933.7373,79.971466,958.32513,101.63764,1.0381298,61.34732,0.87009937,0.5170843,2.452321,74.91011,177.85071,175.05406,13.488709,2222.1675,467.0027,217.37903,310.22983,117.668205,84.5504,91.24731,75.15672,98.80242,769.2103,253.3099,152.33037,101.072716,23.658064,153.0334,137.68146,23.515738,547.43823,150.84389,2018.3173,32.839725,2297.308,80.71627,422.14648,1458.661,60.70832,12.913431,900.9844,780.50323,2387.8018,91.08977 +2023-08-30 13:00:00,0.0,17728.998,370.1577,37.349506,47.789635,36.000923,187.40779,29.381294,46.38995,21.254484,26.564644,1247.7767,170.83972,17.63458,176.9134,0.806429,0.028499141,29.146242,0.7101756,0.20557076,379.33856,0.13822927,425.75284,51.520576,0.18847233,0.31397116,134.07515,19.280603,46.5675,91.027245,27568.564,0.036730185,2052.1594,0.22162093,0.10463108,0.034828354,0.19898409,165.78757,191.05316,22.182241,151.53159,34.704334,52.26444,2296.0247,1.8268343,174.62155,92.47363,441.70938,62.348747,408.99625,42.256577,209.5104,0.0,2064.7646,9206.487,22.812828,577.9247,130.09706,40023.74,130.502,19.960901,60.28642,203.50256,46.194916,21.287014,111.73829,1510.031,313.20245,63.11736,15.828761,13.65006,457.30862,63.72501,937.27783,85.19529,2593.6946,277.27002,257.54324,92.940544,98.36367,6.0110784,9.096171,9.46769,2.074064,1.3829505,83.17516,91.03274,93.686195,50.72699,45.715504,128.05954,11.5611925,2850.51,37.891617,55.534946,42.483883,37.72033,270.41376,78.45497,70.05712,11.037323,31.139257,56.495686,225.35635,607.26855,89.78558,321.3206,74.62373,99.86833,266.78925,193.5247,942.44666,158.5574,5.8571587,10.12332,4.417146,53.097763,19682.375,3.6081285,33.854183,52.818012,41.33609,337.5753,67.01093,151.01747,1.6747382,129.47537,459.47144,246.67572,155.24002,468.08963,34.627823,97.330605,140.00758,9.802192,1.6624022,10.731206,956.3623,0.058488112,0.21466129,49.52531,7.395259,3.356917,3.4334621,8.574431,82.87197,27.919893,87.10456,560.5706,241.9755,2220.258,1880.2733,29.646276,54.06558,10089.85,7.369311,96.20486,756.73724,185.63559,261.5408,105.6166,606.1036,903.6559,478.76056,29.430107,149.1224,999.76843,1933.503,80.01486,958.8101,101.71206,1.0380483,61.346027,0.86974806,0.5168428,2.451339,74.95131,177.92763,174.93925,13.48069,2220.7385,467.16467,217.50739,310.41095,117.719086,84.53511,91.30062,75.244965,98.79402,769.1628,253.32114,152.35742,101.04546,23.679367,153.05232,137.69725,23.496948,547.17175,150.8041,2016.0425,32.840622,2296.2898,80.71906,422.1504,1457.5305,60.677547,12.9182825,900.60455,780.2802,2386.2515,91.08988 +2023-08-30 14:00:00,0.0,17729.154,370.24048,37.36593,47.808586,36.01025,187.44327,29.388708,46.409744,21.256365,26.572956,1248.2863,170.72949,17.647243,176.97803,0.7975375,0.027686022,29.149258,0.69717056,0.20263371,379.4065,0.13808271,425.8921,51.533573,0.1874673,0.31074733,134.1136,19.285772,46.583035,91.016075,27568.814,0.03660241,2052.8508,0.22130775,0.10439566,0.03472003,0.1983808,165.82103,191.09943,22.178774,151.4664,34.723972,52.219986,2296.198,1.8257,174.41621,92.32296,441.81873,62.2375,409.10208,42.26809,209.0803,0.0,2064.2996,9199.572,22.791067,577.9904,130.06387,40018.99,130.49977,19.947256,60.131977,203.15051,46.159687,21.273298,111.51651,1509.1324,313.16095,62.944397,15.814776,13.644276,457.4148,63.71159,936.81036,85.19543,2593.8706,277.42233,257.35153,92.96265,98.31844,6.009923,9.093738,9.458988,2.0734673,1.3820194,83.19641,91.06537,93.71694,50.75847,45.739014,128.05902,11.567905,2850.117,37.86621,55.505375,42.444942,37.652283,270.48288,78.43572,69.912636,11.031298,31.130568,56.44085,225.26259,607.33606,89.83528,321.37073,74.634605,99.82072,266.78006,193.19899,942.41486,158.55269,5.85964,10.105511,4.4112277,53.117603,19683.31,3.6090584,33.87508,52.848927,41.35448,337.57898,67.040146,151.04697,1.6730367,129.48178,459.56427,246.6264,155.27844,468.01782,34.626076,97.32447,139.97153,9.800764,1.6624956,10.731041,955.9091,0.058454387,0.21453764,49.52713,7.393721,3.3563898,3.432687,8.576026,82.85371,27.910753,87.105446,560.5523,241.984,2220.51,1880.2667,29.663902,54.09823,10088.459,7.368664,96.24305,756.81384,185.71028,261.6582,105.65256,606.3749,903.7875,478.8258,29.44639,149.19319,999.6704,1933.2688,80.05826,959.29517,101.786476,1.0379667,61.344738,0.8693968,0.51660126,2.4503567,74.99251,178.00455,174.82446,13.47267,2219.3098,467.32663,217.63576,310.59207,117.769966,84.51983,91.35394,75.3332,98.78562,769.1153,253.33237,152.38448,101.01821,23.700672,153.07123,137.71304,23.478157,546.9052,150.76431,2013.7677,32.84152,2295.2712,80.72186,422.15433,1456.4,60.64677,12.923134,900.22473,780.0571,2384.7012,91.09 +2023-08-30 15:00:00,0.0,17729.309,370.32324,37.38235,47.827538,36.019573,187.47874,29.396122,46.429535,21.258245,26.581268,1248.7957,170.61925,17.659906,177.04265,0.788646,0.026872905,29.152273,0.68416554,0.19969666,379.47443,0.13793616,426.03134,51.54657,0.18646227,0.30752346,134.15204,19.290943,46.598564,91.004906,27569.064,0.036474634,2053.542,0.22099458,0.10416024,0.03461171,0.19777751,165.85448,191.14568,22.175306,151.40121,34.74361,52.175533,2296.3713,1.8245659,174.21088,92.17229,441.92804,62.126247,409.20792,42.279602,208.65019,0.0,2063.8342,9192.656,22.769306,578.0562,130.0307,40014.24,130.49754,19.933609,59.977535,202.79846,46.12446,21.259583,111.29474,1508.2339,313.11945,62.77143,15.800791,13.638493,457.521,63.698166,936.34296,85.195564,2594.0466,277.57462,257.15982,92.98476,98.27321,6.008767,9.091303,9.450286,2.0728703,1.3810883,83.21767,91.098,93.747696,50.789948,45.762527,128.0585,11.574618,2849.7239,37.840805,55.475807,42.406002,37.58424,270.55203,78.41648,69.76814,11.025272,31.121878,56.386017,225.16882,607.40356,89.88498,321.4209,74.64547,99.773094,266.77084,192.87329,942.38306,158.54797,5.862121,10.087702,4.405309,53.137444,19684.246,3.609988,33.895977,52.87984,41.372868,337.58267,67.06935,151.07646,1.6713352,129.4882,459.65714,246.57709,155.31686,467.946,34.62433,97.318344,139.93547,9.799336,1.662589,10.730876,955.4559,0.058420658,0.21441397,49.528946,7.392183,3.3558624,3.4319122,8.57762,82.83544,27.901613,87.10634,560.534,241.99248,2220.762,1880.26,29.681526,54.13088,10087.068,7.3680167,96.28125,756.8904,185.78497,261.7756,105.68851,606.64624,903.91907,478.89105,29.462673,149.26398,999.5724,1933.0347,80.10166,959.78015,101.86089,1.0378851,61.343445,0.8690455,0.51635975,2.4493744,75.03371,178.08148,174.70967,13.46465,2217.8809,467.4886,217.76411,310.7732,117.820854,84.50454,91.40726,75.42144,98.777214,769.06775,253.3436,152.41153,100.99096,23.721975,153.09015,137.72884,23.459368,546.63873,150.72453,2011.4929,32.84241,2294.253,80.724655,422.15823,1455.2694,60.615993,12.927985,899.845,779.83405,2383.1511,91.09011 +2023-08-30 16:00:00,0.0,17729.463,370.40598,37.398773,47.84649,36.028896,187.51424,29.403536,46.449326,21.260124,26.58958,1249.305,170.509,17.67257,177.10725,0.77975446,0.026059786,29.155289,0.6711605,0.19675961,379.54236,0.1377896,426.1706,51.559566,0.18545724,0.30429962,134.19049,19.296112,46.614098,90.993744,27569.316,0.03634686,2054.2334,0.22068138,0.10392482,0.034503385,0.19717422,165.88792,191.19194,22.171839,151.33603,34.76325,52.131084,2296.5447,1.8234316,174.00554,92.02161,442.03735,62.015,409.31375,42.291115,208.2201,0.0,2063.369,9185.741,22.747543,578.12195,129.99751,40009.49,130.49533,19.919964,59.823093,202.44641,46.089233,21.245867,111.07296,1507.3352,313.07794,62.59847,15.786806,13.632709,457.62717,63.684746,935.8755,85.195694,2594.2227,277.7269,256.9681,93.00686,98.227974,6.0076118,9.088869,9.441585,2.0722735,1.3801571,83.238914,91.13063,93.77845,50.821426,45.78604,128.05798,11.581332,2849.3306,37.815403,55.446236,42.36706,37.516193,270.62115,78.39724,69.62366,11.019246,31.113186,56.33118,225.07506,607.47107,89.93468,321.47104,74.65634,99.72547,266.76166,192.54758,942.35126,158.54326,5.8646026,10.069893,4.3993907,53.157284,19685.18,3.6109176,33.916878,52.910755,41.391254,337.58633,67.098564,151.10596,1.6696336,129.49461,459.75,246.52779,155.35527,467.87418,34.62258,97.31221,139.89941,9.797909,1.6626824,10.730711,955.0027,0.058386933,0.21429032,49.53076,7.390645,3.355335,3.431137,8.579213,82.81717,27.892473,87.10723,560.5157,242.00098,2221.0142,1880.2534,29.699152,54.16353,10085.679,7.3673697,96.31944,756.967,185.85968,261.893,105.724464,606.91754,904.0507,478.95633,29.478956,149.33478,999.47437,1932.8004,80.14506,960.2652,101.93531,1.0378035,61.342155,0.8686942,0.5161182,2.4483922,75.07491,178.1584,174.59488,13.456631,2216.4521,467.65054,217.89247,310.9543,117.871735,84.48925,91.46057,75.50968,98.768814,769.02026,253.35483,152.43858,100.96371,23.743279,153.10905,137.74463,23.440578,546.3722,150.68474,2009.2181,32.843307,2293.2346,80.72745,422.16217,1454.1389,60.58522,12.932837,899.46515,779.61096,2381.6008,91.09023 +2023-08-30 17:00:00,0.0,17729.617,370.48874,37.415195,47.86544,36.03822,187.54971,29.410952,46.46912,21.262005,26.597893,1249.8146,170.39877,17.685232,177.17188,0.77086294,0.025246667,29.158304,0.6581555,0.19382258,379.61032,0.13764305,426.30988,51.57256,0.18445222,0.30107576,134.22894,19.301281,46.62963,90.982574,27569.566,0.036219086,2054.9246,0.2203682,0.103689395,0.03439506,0.19657095,165.92137,191.2382,22.168371,151.27083,34.782887,52.08663,2296.7178,1.8222975,173.8002,91.87093,442.14667,61.903748,409.4196,42.302628,207.78998,0.0,2062.9038,9178.825,22.725782,578.1877,129.96432,40004.74,130.4931,19.906317,59.668648,202.09436,46.054005,21.232151,110.85119,1506.4366,313.03647,62.425507,15.772821,13.6269245,457.73337,63.67132,935.408,85.19583,2594.399,277.87918,256.77637,93.02897,98.18274,6.0064564,9.086435,9.432882,2.0716767,1.379226,83.26017,91.16327,93.8092,50.852905,45.809555,128.05746,11.588045,2848.9375,37.789997,55.416668,42.328125,37.448147,270.69028,78.378,69.479164,11.013221,31.104496,56.27635,224.9813,607.53864,89.984375,321.5212,74.66721,99.67785,266.75244,192.22188,942.3194,158.53853,5.8670835,10.052083,4.393472,53.177124,19686.115,3.6118474,33.937775,52.94167,41.40964,337.59003,67.12778,151.13545,1.6679322,129.50104,459.84283,246.47847,155.39369,467.80237,34.62083,97.306076,139.86336,9.796481,1.6627759,10.730546,954.5495,0.058353208,0.21416667,49.532578,7.3891068,3.3548079,3.4303622,8.580807,82.798904,27.883333,87.10812,560.4974,242.00946,2221.266,1880.2467,29.716778,54.19618,10084.288,7.3667226,96.357635,757.0436,185.93437,262.0104,105.760414,607.18884,904.1823,479.02158,29.495237,149.40556,999.3764,1932.5662,80.18845,960.7502,102.00973,1.037722,61.340862,0.86834294,0.5158767,2.4474099,75.11611,178.23532,174.48007,13.448611,2215.0232,467.8125,218.02083,311.1354,117.92262,84.47396,91.513885,75.597916,98.760414,768.9728,253.36606,152.46562,100.93646,23.764582,153.12798,137.76042,23.421787,546.1057,150.64496,2006.9432,32.844204,2292.2163,80.73024,422.16608,1453.0084,60.554443,12.937688,899.0853,779.3879,2380.0508,91.09035 +2023-08-30 18:00:00,0.0,17729.771,370.57147,37.431618,47.88439,36.047546,187.58519,29.418365,46.48891,21.263885,26.606205,1250.324,170.28853,17.697895,177.2365,0.7619714,0.02443355,29.16132,0.6451505,0.19088553,379.67825,0.1374965,426.44913,51.585556,0.18344718,0.29785192,134.2674,19.306452,46.64516,90.971405,27569.816,0.03609131,2055.616,0.22005503,0.10345397,0.034286737,0.19596766,165.95482,191.28445,22.164904,151.20564,34.802525,52.042183,2296.891,1.8211632,173.59486,91.72026,442.25598,61.7925,409.52542,42.31414,207.35988,0.0,2062.4385,9171.909,22.704021,578.2534,129.93114,39999.99,130.49088,19.892672,59.514206,201.74231,46.01878,21.218435,110.62942,1505.5381,312.99496,62.25254,15.758836,13.6211405,457.83954,63.6579,934.94055,85.19596,2594.575,278.03146,256.58466,93.05108,98.137505,6.0053005,9.084002,9.42418,2.07108,1.3782948,83.28142,91.1959,93.83995,50.884384,45.833065,128.05695,11.594758,2848.5444,37.764595,55.387096,42.289185,37.380104,270.75943,78.35875,69.33468,11.007195,31.095806,56.22151,224.88753,607.60614,90.03407,321.57138,74.678085,99.630226,266.74326,191.89616,942.2876,158.53381,5.8695645,10.034274,4.3875537,53.196964,19687.05,3.612777,33.95867,52.972584,41.42803,337.59372,67.15699,151.16495,1.6662307,129.50746,459.9357,246.42915,155.4321,467.73053,34.619083,97.29995,139.8273,9.7950535,1.6628693,10.730382,954.09625,0.05831948,0.214043,49.534393,7.387569,3.3542805,3.4295874,8.5824,82.78064,27.874193,87.10902,560.47906,242.01796,2221.518,1880.24,29.734402,54.22883,10082.898,7.3660755,96.39583,757.1201,186.00908,262.1278,105.79637,607.4602,904.31396,479.08682,29.51152,149.47635,999.2784,1932.3319,80.23185,961.2352,102.084145,1.0376405,61.33957,0.8679916,0.5156352,2.4464276,75.15731,178.31226,174.36528,13.440591,2213.5942,467.9745,218.1492,311.31653,117.9735,84.45867,91.5672,75.68616,98.752014,768.92523,253.3773,152.49268,100.90921,23.785887,153.14688,137.77621,23.402998,545.8392,150.60516,2004.6685,32.845097,2291.1978,80.73303,422.17,1451.8779,60.52367,12.942539,898.70557,779.16486,2378.5005,91.09046 +2023-08-30 19:00:00,0.0,17729.926,370.65424,37.44804,47.903343,36.05687,187.62068,29.42578,46.508705,21.265766,26.614517,1250.8334,170.1783,17.710558,177.30112,0.7530799,0.02362043,29.164335,0.63214546,0.18794848,379.7462,0.13734996,426.58838,51.598553,0.18244216,0.29462805,134.30583,19.31162,46.660694,90.960236,27570.066,0.035963535,2056.3071,0.21974185,0.10321855,0.034178413,0.19536437,165.98828,191.33072,22.161438,151.14046,34.822163,51.99773,2297.0645,1.820029,173.38953,91.56959,442.3653,61.681248,409.63126,42.325653,206.92978,0.0,2061.9734,9164.994,22.682259,578.31915,129.89795,39995.24,130.48865,19.879025,59.359764,201.39026,45.98355,21.20472,110.40764,1504.6394,312.95346,62.07958,15.744851,13.615356,457.9457,63.644478,934.4731,85.1961,2594.751,278.18375,256.39294,93.07318,98.09228,6.004145,9.081568,9.415479,2.0704832,1.3773637,83.30267,91.22853,93.870705,50.915863,45.85658,128.05643,11.601472,2848.1511,37.73919,55.35753,42.250244,37.312057,270.82855,78.33951,69.190186,11.00117,31.087114,56.166676,224.79376,607.67365,90.08377,321.62152,74.68896,99.5826,266.73407,191.57047,942.2558,158.5291,5.872046,10.016465,4.381635,53.216805,19687.984,3.6137066,33.97957,53.003494,41.44642,337.5974,67.1862,151.19443,1.6645292,129.51387,460.02856,246.37984,155.47052,467.65872,34.617336,97.293816,139.79124,9.793626,1.6629628,10.730217,953.64307,0.058285754,0.21391936,49.536213,7.3860307,3.353753,3.4288123,8.583994,82.76237,27.865055,87.10991,560.46075,242.02644,2221.77,1880.2334,29.752028,54.26148,10081.508,7.365429,96.43403,757.1967,186.08377,262.2452,105.83233,607.7315,904.44556,479.1521,29.527803,149.54713,999.18036,1932.0977,80.27525,961.7202,102.15856,1.0375588,61.33828,0.8676403,0.51539373,2.4454453,75.19851,178.38918,174.25049,13.432571,2212.1655,468.13644,218.27756,311.49765,118.02438,84.44338,91.620514,75.7744,98.743614,768.87775,253.38853,152.51973,100.88196,23.80719,153.1658,137.792,23.384209,545.5727,150.56538,2002.3937,32.845993,2290.1794,80.735825,422.17392,1450.7473,60.492893,12.94739,898.32574,778.9418,2376.9502,91.090576 +2023-08-30 20:00:00,0.0,17730.08,370.737,37.464462,47.9223,36.066193,187.65616,29.433193,46.528496,21.267647,26.62283,1251.3428,170.06805,17.72322,177.36572,0.74418837,0.022807313,29.16735,0.61914045,0.18501145,379.81412,0.13720341,426.72763,51.61155,0.18143712,0.29140422,134.34428,19.316792,46.676224,90.949066,27570.318,0.03583576,2056.9985,0.21942866,0.102983125,0.03407009,0.19476108,166.02173,191.37697,22.15797,151.07527,34.8418,51.953278,2297.2375,1.8188947,173.18419,91.41891,442.47464,61.57,409.7371,42.337166,206.49966,0.0,2061.508,9158.078,22.660498,578.38495,129.86476,39990.484,130.48642,19.865377,59.205322,201.03821,45.948326,21.191004,110.18587,1503.7408,312.91196,61.906616,15.730866,13.609572,458.0519,63.631058,934.0056,85.196236,2594.927,278.33603,256.2012,93.09529,98.04704,6.0029893,9.079133,9.406776,2.0698862,1.3764325,83.32392,91.26116,93.90145,50.94734,45.880093,128.05591,11.608185,2847.758,37.713783,55.327957,42.211304,37.244015,270.89767,78.32027,69.0457,10.995145,31.078424,56.111843,224.7,607.74115,90.13347,321.6717,74.69982,99.53498,266.72485,191.24475,942.224,158.52438,5.874527,9.998656,4.3757167,53.23664,19688.92,3.6146362,34.00047,53.03441,41.464806,337.6011,67.21541,151.22392,1.6628276,129.5203,460.1214,246.33054,155.50894,467.58688,34.61559,97.28768,139.75519,9.792198,1.6630561,10.730052,953.1899,0.05825203,0.21379569,49.53803,7.384493,3.353226,3.4280374,8.5855875,82.7441,27.855915,87.110794,560.44244,242.03494,2222.022,1880.2267,29.769653,54.29413,10080.117,7.364782,96.47222,757.2733,186.15846,262.36264,105.86828,608.00287,904.5772,479.21735,29.544086,149.61792,999.08234,1931.8634,80.31865,962.20526,102.23298,1.0374773,61.336987,0.86728907,0.5151522,2.444463,75.239716,178.46611,174.13568,13.424552,2210.7366,468.2984,218.40591,311.67877,118.07527,84.42809,91.673836,75.86264,98.735214,768.8302,253.39977,152.54678,100.854706,23.828493,153.18471,137.8078,23.365417,545.30615,150.5256,2000.1189,32.84689,2289.1611,80.73862,422.17786,1449.6168,60.462116,12.952241,897.9459,778.7187,2375.4001,91.09069 +2023-08-30 21:00:00,0.0,17730.234,370.81973,37.480885,47.94125,36.07552,187.69164,29.440607,46.548286,21.269527,26.631144,1251.8523,169.95781,17.735882,177.43034,0.73529685,0.021994194,29.170366,0.6061354,0.1820744,379.88208,0.13705686,426.86688,51.624542,0.1804321,0.28818035,134.38274,19.32196,46.691757,90.9379,27570.568,0.035707984,2057.6897,0.21911548,0.10274771,0.03396177,0.1941578,166.05518,191.42323,22.154503,151.01009,34.86144,51.90883,2297.411,1.8177605,172.97885,91.268234,442.58398,61.458748,409.84293,42.34868,206.06956,0.0,2061.043,9151.163,22.638737,578.4507,129.83157,39985.734,130.4842,19.851732,59.05088,200.68616,45.913097,21.177288,109.96409,1502.8422,312.87045,61.73365,15.716881,13.603788,458.15808,63.617638,933.53815,85.196365,2595.103,278.4883,256.0095,93.1174,98.00181,6.001834,9.076699,9.398074,2.0692894,1.3755014,83.34518,91.29379,93.932205,50.978817,45.903606,128.05539,11.614898,2847.365,37.68838,55.298386,42.172367,37.17597,270.9668,78.301025,68.90121,10.989119,31.069735,56.057007,224.60623,607.80865,90.18317,321.72183,74.71069,99.487366,266.71567,190.91905,942.1922,158.51967,5.8770084,9.980846,4.3697987,53.25648,19689.855,3.615566,34.021366,53.065323,41.483192,337.6048,67.24462,151.25342,1.6611261,129.52672,460.21426,246.28122,155.54735,467.51508,34.613842,97.281555,139.71913,9.790771,1.6631496,10.729887,952.73663,0.0582183,0.21367204,49.539845,7.3829546,3.3526986,3.4272623,8.587182,82.72583,27.846775,87.11169,560.4242,242.04343,2222.274,1880.2201,29.787277,54.32678,10078.728,7.364135,96.510414,757.34985,186.23317,262.48004,105.904236,608.2742,904.7088,479.2826,29.56037,149.68872,998.9844,1931.6292,80.362045,962.69025,102.307396,1.0373957,61.335697,0.86693776,0.5149107,2.4434807,75.280914,178.54303,174.02089,13.4165325,2209.3076,468.46036,218.53427,311.8599,118.12615,84.4128,91.72715,75.950874,98.726814,768.7827,253.411,152.57384,100.82745,23.849798,153.20363,137.8236,23.346628,545.0397,150.48581,1997.8441,32.847782,2288.1428,80.74141,422.18176,1448.4863,60.431343,12.957092,897.56616,778.4956,2373.8499,91.090805 +2023-08-30 22:00:00,0.0,17730.389,370.9025,37.497307,47.9602,36.084843,187.72713,29.448023,46.56808,21.271406,26.639456,1252.3617,169.84758,17.748545,177.49496,0.7264053,0.021181077,29.173382,0.5931304,0.17913735,379.95,0.1369103,427.00616,51.63754,0.17942707,0.2849565,134.42119,19.32713,46.707287,90.926735,27570.818,0.03558021,2058.381,0.2188023,0.102512285,0.033853445,0.1935545,166.08862,191.4695,22.151035,150.94489,34.881077,51.864376,2297.5842,1.8166263,172.77351,91.11756,442.6933,61.3475,409.94876,42.36019,205.63945,0.0,2060.5776,9144.247,22.616974,578.5164,129.7984,39980.984,130.48198,19.838085,58.89644,200.3341,45.877872,21.163572,109.74232,1501.9436,312.82898,61.560688,15.702896,13.598005,458.26428,63.604214,933.0707,85.1965,2595.2793,278.6406,255.81778,93.1395,97.95657,6.0006785,9.0742655,9.389373,2.0686927,1.3745703,83.366425,91.32642,93.96296,51.010296,45.927116,128.05487,11.621611,2846.9717,37.662975,55.268818,42.133427,37.10792,271.03595,78.28178,68.75672,10.983093,31.061043,56.002174,224.51247,607.87616,90.232864,321.772,74.721565,99.43974,266.70645,190.59335,942.1604,158.51495,5.8794894,9.9630375,4.36388,53.27632,19690.79,3.6164956,34.042263,53.096237,41.50158,337.6085,67.273834,151.28291,1.6594247,129.53313,460.30713,246.2319,155.58577,467.44324,34.612095,97.27542,139.68307,9.789343,1.663243,10.729722,952.28345,0.058184575,0.21354839,49.54166,7.381417,3.3521714,3.4264874,8.588776,82.707565,27.837635,87.11258,560.4059,242.05193,2222.526,1880.2134,29.804903,54.35943,10077.337,7.3634877,96.54861,757.42645,186.30786,262.59744,105.940186,608.5455,904.84045,479.34787,29.57665,149.7595,998.88635,1931.3949,80.40545,963.1753,102.38181,1.0373142,61.334404,0.86658645,0.5146692,2.4424984,75.32211,178.61995,173.9061,13.408512,2207.879,468.6223,218.66263,312.041,118.17703,84.397514,91.780464,76.039116,98.718414,768.7352,253.42223,152.60088,100.8002,23.871101,153.22253,137.83939,23.327839,544.7732,150.44603,1995.5693,32.84868,2287.1243,80.74421,422.1857,1447.3558,60.400566,12.961944,897.18634,778.2725,2372.2996,91.09092 +2023-08-30 23:00:00,0.0,17730.543,370.98523,37.51373,47.979153,36.094166,187.7626,29.455437,46.58787,21.273287,26.647768,1252.8711,169.73734,17.761208,177.55959,0.7175138,0.020367958,29.176397,0.5801254,0.1762003,380.01794,0.13676375,427.14542,51.650536,0.17842203,0.28173265,134.45963,19.3323,46.72282,90.915565,27571.07,0.035452437,2059.0725,0.21848911,0.10227686,0.03374512,0.19295122,166.12207,191.51575,22.147568,150.8797,34.900715,51.819927,2297.7573,1.815492,172.56818,90.96688,442.8026,61.236248,410.0546,42.371708,205.20935,0.0,2060.1123,9137.332,22.595213,578.58215,129.76521,39976.234,130.47975,19.82444,58.741997,199.98206,45.842644,21.149857,109.520546,1501.045,312.78748,61.387726,15.688911,13.592221,458.37045,63.590794,932.6032,85.19664,2595.4553,278.79288,255.62604,93.16161,97.91134,5.9995227,9.071832,9.380671,2.068096,1.3736391,83.38768,91.359055,93.993706,51.041775,45.95063,128.05435,11.6283245,2846.5786,37.637573,55.239246,42.094486,37.03988,271.10507,78.262535,68.61223,10.977068,31.052353,55.94734,224.4187,607.9437,90.28256,321.82214,74.73244,99.39212,266.69727,190.26764,942.12854,158.51024,5.881971,9.945229,4.3579617,53.29616,19691.725,3.6174252,34.06316,53.12715,41.519966,337.61218,67.30305,151.31241,1.6577231,129.53955,460.39996,246.1826,155.62418,467.37143,34.610348,97.26929,139.64702,9.787915,1.6633365,10.729558,951.8302,0.05815085,0.21342473,49.543476,7.379879,3.351644,3.4257126,8.590369,82.6893,27.828495,87.11347,560.3876,242.06041,2222.7778,1880.2067,29.822529,54.39208,10075.947,7.3628407,96.5868,757.503,186.38255,262.71484,105.97614,608.81683,904.97205,479.41312,29.592934,149.83029,998.7883,1931.1606,80.448845,963.6603,102.45624,1.0372325,61.33311,0.8662352,0.51442766,2.4415164,75.36331,178.69688,173.7913,13.400493,2206.45,468.78427,218.791,312.2221,118.22792,84.382225,91.83378,76.12736,98.710014,768.6877,253.43346,152.62793,100.77295,23.892405,153.24146,137.85518,23.309048,544.50665,150.40625,1993.2946,32.849575,2286.106,80.747,422.1896,1446.2252,60.369793,12.966795,896.8065,778.0495,2370.7495,91.091034 +2023-08-31 00:00:00,0.0,17730.7,371.068,37.53015,47.998104,36.103493,187.79808,29.46285,46.607666,21.275167,26.65608,1253.3806,169.62709,17.77387,177.62419,0.7086223,0.019554839,29.179413,0.5671204,0.17326327,380.08588,0.13661721,427.28467,51.663532,0.17741701,0.2785088,134.49808,19.33747,46.73835,90.904396,27571.32,0.03532466,2059.7637,0.21817593,0.10204144,0.033636797,0.19234794,166.15552,191.56201,22.1441,150.81451,34.920353,51.775475,2297.9307,1.8143579,172.36284,90.81621,442.91193,61.125,410.16043,42.38322,204.77924,0.0,2059.647,9130.416,22.57345,578.6479,129.73203,39971.484,130.47752,19.810793,58.587555,199.63,45.807415,21.13614,109.29877,1500.1464,312.74597,61.21476,15.674926,13.586437,458.47662,63.57737,932.1358,85.19677,2595.6313,278.94516,255.43433,93.183716,97.86611,5.9983673,9.069398,9.371968,2.0674992,1.372708,83.408936,91.39169,94.02446,51.073254,45.974144,128.05383,11.635037,2846.1855,37.612167,55.20968,42.055546,36.971832,271.1742,78.24329,68.46774,10.971043,31.043663,55.8925,224.32494,608.0112,90.33226,321.8723,74.74331,99.3445,266.68808,189.94194,942.09674,158.50552,5.884452,9.92742,4.352043,53.316,19692.66,3.6183548,34.08406,53.158066,41.538353,337.61588,67.33226,151.3419,1.6560216,129.54596,460.49283,246.13329,155.6626,467.2996,34.6086,97.26316,139.61096,9.786488,1.66343,10.729393,951.377,0.05811712,0.21330108,49.545296,7.3783407,3.3511167,3.4249375,8.591963,82.67103,27.819355,87.114365,560.36926,242.06891,2223.0298,1880.2001,29.840153,54.42473,10074.557,7.3621936,96.625,757.5796,186.45726,262.83224,106.0121,609.08813,905.1037,479.47836,29.609217,149.90108,998.6903,1930.9264,80.49224,964.1453,102.530655,1.037151,61.33182,0.8658839,0.51418614,2.440534,75.40452,178.7738,173.6765,13.392473,2205.021,468.94626,218.91936,312.40323,118.2788,84.366936,91.88709,76.21559,98.701614,768.6402,253.44469,152.65498,100.7457,23.91371,153.26036,137.87097,23.290258,544.2402,150.36646,1991.0198,32.850468,2285.0876,80.749794,422.19354,1445.0947,60.339016,12.971646,896.42676,777.8264,2369.1992,91.09115 +2023-08-31 01:00:00,0.0,17730.854,371.15076,37.546574,48.017056,36.112816,187.83357,29.470264,46.627457,21.277048,26.664392,1253.89,169.51686,17.786533,177.68881,0.69973075,0.018741721,29.182428,0.55411536,0.17032622,380.1538,0.13647066,427.42392,51.676525,0.17641197,0.27528495,134.53653,19.342638,46.753883,90.89323,27571.57,0.035196885,2060.455,0.21786276,0.101806015,0.033528473,0.19174464,166.18898,191.60828,22.140633,150.74933,34.93999,51.731026,2298.104,1.8132236,172.1575,90.665535,443.02124,61.01375,410.2663,42.394733,204.34914,0.0,2059.182,9123.501,22.55169,578.7137,129.69884,39966.734,130.4753,19.797146,58.433113,199.27795,45.77219,21.122425,109.076996,1499.2478,312.70447,61.041798,15.660941,13.580653,458.58282,63.56395,931.66833,85.19691,2595.8074,279.09744,255.24261,93.205826,97.82088,5.997212,9.066963,9.363266,2.0669022,1.3717768,83.43018,91.42432,94.055214,51.104733,45.997654,128.05331,11.64175,2845.7922,37.58676,55.180107,42.016605,36.90379,271.24335,78.22405,68.32325,10.965016,31.034971,55.83767,224.23117,608.07874,90.38196,321.92245,74.75417,99.296875,266.67886,189.61623,942.06494,158.50081,5.886933,9.90961,4.3461246,53.335842,19693.594,3.6192846,34.104958,53.18898,41.556744,337.61954,67.361465,151.3714,1.6543201,129.55238,460.5857,246.08397,155.70102,467.22778,34.606853,97.25703,139.57492,9.78506,1.6635233,10.729228,950.9238,0.058083396,0.21317741,49.54711,7.376803,3.3505895,3.4241626,8.593556,82.65276,27.810215,87.11525,560.35095,242.07741,2223.2817,1880.1934,29.857779,54.45738,10073.167,7.3615465,96.66319,757.6562,186.53195,262.94965,106.04805,609.3595,905.2353,479.54364,29.6255,149.97186,998.59235,1930.6921,80.535645,964.6303,102.60507,1.0370694,61.33053,0.86553264,0.5139446,2.4395518,75.44572,178.85072,173.5617,13.384453,2203.5923,469.10822,219.04771,312.58435,118.32968,84.35165,91.94041,76.30383,98.693214,768.5927,253.45593,152.68204,100.718445,23.935013,153.27928,137.88676,23.27147,543.97363,150.32668,1988.745,32.851364,2284.0693,80.75259,422.19745,1443.9642,60.308243,12.976498,896.04694,777.60333,2367.649,91.09127 +2023-08-31 02:00:00,0.0,17731.008,371.2335,37.562996,48.036007,36.12214,187.86905,29.477678,46.647247,21.278929,26.672705,1254.3994,169.40662,17.799196,177.75343,0.69083923,0.017928602,29.185444,0.54111034,0.16738917,380.22177,0.13632411,427.5632,51.68952,0.17540695,0.2720611,134.57498,19.347809,46.769413,90.88206,27571.822,0.03506911,2061.1462,0.21754958,0.10157059,0.03342015,0.19114137,166.22243,191.65453,22.137165,150.68414,34.95963,51.686573,2298.2773,1.8120894,171.95216,90.514854,443.13058,60.9025,410.37213,42.406246,203.91902,0.0,2058.7166,9116.585,22.529928,578.7794,129.66565,39961.984,130.47308,19.7835,58.27867,198.9259,45.73696,21.10871,108.855225,1498.3492,312.66296,60.868835,15.646956,13.574869,458.689,63.550526,931.20087,85.19704,2595.9836,279.24973,255.05087,93.227936,97.77564,5.996056,9.064529,9.354565,2.0663054,1.3708457,83.45144,91.456955,94.08596,51.13621,46.021168,128.05278,11.648464,2845.3992,37.56136,55.15054,41.97767,36.835743,271.31247,78.2048,68.178764,10.958991,31.026281,55.782833,224.1374,608.14624,90.431656,321.97263,74.765045,99.24925,266.66968,189.29053,942.03314,158.4961,5.8894143,9.891801,4.340206,53.355682,19694.53,3.6202142,34.125854,53.219894,41.57513,337.62323,67.39068,151.4009,1.6526185,129.5588,460.67853,246.03465,155.73943,467.15594,34.605106,97.25089,139.53886,9.783632,1.6636168,10.729063,950.4706,0.05804967,0.21305376,49.548927,7.3752646,3.3500621,3.4233875,8.59515,82.6345,27.801075,87.11614,560.33264,242.08589,2223.5337,1880.1866,29.875404,54.49003,10071.776,7.3608994,96.701385,757.7327,186.60666,263.06708,106.08401,609.6308,905.36694,479.6089,29.641783,150.04266,998.4943,1930.4579,80.57904,965.11536,102.67949,1.0369879,61.329235,0.8651813,0.5137031,2.4385695,75.486916,178.92766,173.44691,13.376433,2202.1633,469.27017,219.17607,312.76544,118.38057,84.33636,91.99373,76.392075,98.684814,768.54517,253.46716,152.70909,100.6912,23.956316,153.29819,137.90256,23.252678,543.70715,150.28688,1986.4701,32.85226,2283.0508,80.75538,422.20135,1442.8337,60.277466,12.981349,895.6671,777.38025,2366.0989,91.091385 +2023-08-31 03:00:00,0.0,17731.162,371.31625,37.57942,48.05496,36.131466,187.90453,29.485094,46.66704,21.28081,26.681017,1254.9089,169.29639,17.81186,177.81805,0.6819477,0.017115485,29.18846,0.5281053,0.16445214,380.2897,0.13617755,427.70245,51.70252,0.17440192,0.26883724,134.61342,19.352978,46.784946,90.87089,27572.072,0.034941338,2061.8376,0.21723638,0.101335175,0.03331183,0.19053808,166.25587,191.70079,22.133698,150.61896,34.979267,51.64212,2298.4504,1.8109552,171.74681,90.36418,443.23993,60.79125,410.47797,42.41776,203.48892,0.0,2058.2515,9109.669,22.508165,578.84515,129.63246,39957.234,130.47086,19.769854,58.12423,198.57385,45.701736,21.094994,108.633446,1497.4506,312.62146,60.69587,15.632971,13.569086,458.7952,63.537106,930.7334,85.197174,2596.1597,279.402,254.85916,93.25004,97.73041,5.9949007,9.062096,9.345862,2.0657086,1.3699145,83.47269,91.489586,94.116714,51.16769,46.04468,128.05226,11.655177,2845.006,37.535954,55.120968,41.93873,36.767696,271.3816,78.18556,68.03427,10.952966,31.017591,55.728,224.04364,608.21375,90.48135,322.02277,74.77592,99.20164,266.66046,188.96481,942.00134,158.49138,5.8918953,9.873992,4.3342876,53.375523,19695.463,3.6211438,34.14675,53.25081,41.593517,337.62692,67.41989,151.43039,1.650917,129.56522,460.7714,245.98535,155.77785,467.08414,34.60336,97.24477,139.5028,9.782204,1.6637102,10.728899,950.0174,0.058015946,0.21293011,49.550743,7.373727,3.3495347,3.4226127,8.596745,82.61623,27.791935,87.117035,560.31433,242.09439,2223.7856,1880.18,29.89303,54.52268,10070.386,7.3602524,96.73958,757.8093,186.68135,263.18448,106.11996,609.9021,905.49854,479.67416,29.658064,150.11345,998.3963,1930.2236,80.62244,965.60034,102.75391,1.0369062,61.327946,0.86483,0.5134616,2.4375873,75.52812,179.00458,173.33212,13.368414,2200.7344,469.43213,219.30443,312.94656,118.43145,84.32107,92.04704,76.48031,98.676414,768.4977,253.4784,152.73615,100.66395,23.977621,153.31711,137.91835,23.233889,543.4406,150.2471,1984.1953,32.853153,2282.0325,80.75817,422.2053,1441.7031,60.24669,12.9862,895.28735,777.1572,2364.5486,91.0915 +2023-08-31 04:00:00,0.0,17731.316,371.39902,37.59584,48.07391,36.14079,187.94002,29.492508,46.686832,21.282688,26.689331,1255.4183,169.18614,17.824522,177.88266,0.6730562,0.016302366,29.191475,0.5151003,0.16151509,380.35764,0.136031,427.8417,51.715515,0.17339689,0.2656134,134.65187,19.358147,46.800476,90.859726,27572.322,0.03481356,2062.5288,0.2169232,0.10109975,0.033203505,0.18993479,166.28932,191.74704,22.13023,150.55376,34.998905,51.59767,2298.6238,1.8098209,171.54147,90.21351,443.34924,60.679996,410.5838,42.42927,203.0588,0.0,2057.7861,9102.754,22.486404,578.9109,129.59927,39952.484,130.46863,19.756208,57.969788,198.2218,45.666508,21.081278,108.411674,1496.552,312.58,60.522907,15.618986,13.563302,458.90137,63.523685,930.2659,85.19731,2596.3357,279.55432,254.66745,93.27215,97.68517,5.993745,9.059662,9.33716,2.0651119,1.3689834,83.49394,91.52222,94.14747,51.19917,46.068195,128.05174,11.66189,2844.6128,37.51055,55.091396,41.899788,36.699654,271.4507,78.16632,67.889786,10.94694,31.0089,55.673164,223.94987,608.2813,90.53105,322.07294,74.78679,99.154015,266.65128,188.63911,941.96954,158.48666,5.8943768,9.856183,4.328369,53.395363,19696.398,3.6220737,34.167652,53.281723,41.611904,337.6306,67.449104,151.45988,1.6492156,129.57164,460.86426,245.93604,155.81625,467.0123,34.601612,97.23863,139.46675,9.780776,1.6638037,10.728734,949.5642,0.057982218,0.21280645,49.55256,7.3721886,3.3490076,3.4218378,8.598338,82.59796,27.782797,87.11793,560.296,242.10287,2224.0376,1880.1733,29.910654,54.555332,10068.996,7.3596053,96.77778,757.8859,186.75604,263.30188,106.155914,610.17346,905.6302,479.7394,29.674347,150.18423,998.2983,1929.9894,80.66584,966.0854,102.82832,1.0368247,61.326653,0.86447877,0.5132201,2.436605,75.56932,179.0815,173.21732,13.3603945,2199.3057,469.5941,219.4328,313.1277,118.48234,84.30578,92.10036,76.56855,98.668015,768.4502,253.48962,152.76318,100.636696,23.998924,153.33601,137.93414,23.2151,543.17413,150.20732,1981.9205,32.85405,2281.0142,80.76096,422.2092,1440.5726,60.215916,12.991052,894.90753,776.93414,2362.9985,91.09161 +2023-08-31 05:00:00,0.0,17731.47,371.48175,37.612263,48.09286,36.150112,187.9755,29.499922,46.706627,21.284569,26.697643,1255.9277,169.0759,17.837185,177.94728,0.6641647,0.015489248,29.19449,0.5020953,0.15857804,380.42557,0.13588446,427.98096,51.728508,0.17239186,0.26238954,134.69032,19.363317,46.81601,90.84856,27572.572,0.034685787,2063.2202,0.21661003,0.10086433,0.03309518,0.1893315,166.32277,191.7933,22.126762,150.48857,35.018543,51.55322,2298.797,1.8086867,171.33614,90.062836,443.45856,60.56875,410.68964,42.440784,202.62871,0.0,2057.321,9095.838,22.464643,578.9766,129.56609,39947.734,130.4664,19.742561,57.815346,197.86975,45.631283,21.067564,108.189896,1495.6534,312.53848,60.34994,15.605001,13.557518,459.00754,63.51026,929.79846,85.19744,2596.5117,279.7066,254.47574,93.29425,97.63994,5.9925895,9.057228,9.328459,2.064515,1.3680522,83.51519,91.55485,94.178215,51.230648,46.091705,128.05122,11.668603,2844.2197,37.485146,55.06183,41.860847,36.631607,271.51987,78.14708,67.74529,10.940914,31.00021,55.61833,223.85611,608.3488,90.58075,322.1231,74.79766,99.10639,266.6421,188.3134,941.9377,158.48195,5.8968577,9.838373,4.3224506,53.4152,19697.334,3.6230032,34.18855,53.312637,41.63029,337.6343,67.47832,151.48938,1.647514,129.57805,460.9571,245.88672,155.85468,466.9405,34.599865,97.232506,139.4307,9.779348,1.6638972,10.728569,949.11096,0.057948492,0.2126828,49.554375,7.370651,3.3484802,3.4210627,8.599932,82.5797,27.773657,87.11882,560.2778,242.11137,2224.2896,1880.1667,29.92828,54.587982,10067.605,7.3589582,96.81597,757.96246,186.83075,263.41928,106.19187,610.44476,905.7618,479.80466,29.69063,150.25502,998.2003,1929.7551,80.709236,966.5704,102.90274,1.0367432,61.325363,0.86412746,0.51297855,2.4356227,75.61052,179.15843,173.10252,13.352374,2197.8767,469.75607,219.56116,313.3088,118.53322,84.29049,92.15367,76.65679,98.65961,768.40265,253.50085,152.79024,100.60944,24.020227,153.35493,137.94994,23.196308,542.9076,150.16753,1979.6458,32.854946,2279.9958,80.763756,422.21313,1439.4421,60.18514,12.995903,894.5277,776.71106,2361.4482,91.09173 +2023-08-31 06:00:00,0.0,17731.625,371.5645,37.628685,48.111813,36.159435,188.01097,29.507336,46.726418,21.28645,26.705956,1256.4373,168.96567,17.849848,178.0119,0.6552732,0.014676129,29.197506,0.4890903,0.15564099,380.49353,0.13573791,428.12024,51.741505,0.17138682,0.2591657,134.72878,19.368486,46.83154,90.83739,27572.824,0.034558013,2063.9114,0.21629685,0.100628905,0.032986857,0.18872821,166.35623,191.83957,22.123295,150.42339,35.03818,51.50877,2298.9702,1.8075525,171.1308,89.912155,443.56787,60.457497,410.79547,42.452297,202.1986,0.0,2056.8557,9088.923,22.44288,579.0424,129.53291,39942.984,130.46417,19.728916,57.660904,197.5177,45.596054,21.053848,107.968124,1494.7548,312.49698,60.17698,15.591016,13.551734,459.11374,63.49684,929.331,85.19758,2596.6877,279.8589,254.284,93.31636,97.59471,5.991434,9.054794,9.3197565,2.063918,1.3671211,83.536446,91.58748,94.20897,51.262127,46.11522,128.0507,11.675317,2843.8267,37.459743,55.032257,41.82191,36.563564,271.589,78.12783,67.60081,10.934889,30.99152,55.563496,223.76234,608.4163,90.63045,322.17325,74.808525,99.05877,266.63287,187.9877,941.9059,158.47722,5.8993387,9.820564,4.316532,53.43504,19698.268,3.6239328,34.209446,53.34355,41.64868,337.638,67.50752,151.51886,1.6458125,129.58447,461.04996,245.83742,155.89308,466.86865,34.598118,97.22637,139.39464,9.777921,1.6639905,10.728404,948.6578,0.057914767,0.21255913,49.556194,7.3691125,3.3479528,3.4202878,8.601525,82.561424,27.764517,87.119705,560.25946,242.11986,2224.5415,1880.16,29.945906,54.620632,10066.216,7.358311,96.854164,758.03906,186.90544,263.53668,106.22782,610.7161,905.89343,479.86993,29.706913,150.3258,998.1023,1929.5209,80.75263,967.0554,102.97716,1.0366616,61.32407,0.86377615,0.51273704,2.4346404,75.65172,179.23535,172.98773,13.344355,2196.448,469.91803,219.68951,313.48993,118.5841,84.2752,92.206985,76.745026,98.65121,768.35516,253.51208,152.81729,100.58219,24.04153,153.37384,137.96573,23.177519,542.6411,150.12775,1977.371,32.855843,2278.9773,80.766556,422.21704,1438.3116,60.154366,13.000754,894.14795,776.488,2359.898,91.09184 +2023-08-31 07:00:00,0.0,17731.78,371.64725,37.645107,48.130764,36.168762,188.04646,29.514751,46.74621,21.28833,26.714268,1256.9467,168.85542,17.86251,178.07652,0.6463817,0.013863011,29.200521,0.47608528,0.15270396,380.56146,0.13559136,428.2595,51.7545,0.1703818,0.25594184,134.76721,19.373655,46.847073,90.82622,27573.074,0.034430236,2064.6028,0.21598366,0.10039348,0.032878533,0.18812494,166.38968,191.88582,22.11983,150.3582,35.05782,51.464317,2299.1436,1.8064183,170.92546,89.76148,443.6772,60.34625,410.9013,42.46381,201.7685,0.0,2056.3906,9082.007,22.42112,579.10815,129.49973,39938.23,130.46196,19.71527,57.506462,197.16565,45.56083,21.040133,107.74635,1493.8562,312.45547,60.004017,15.577031,13.54595,459.2199,63.483418,928.8635,85.197716,2596.864,280.01117,254.09229,93.33847,97.54948,5.9902782,9.05236,9.311054,2.0633214,1.36619,83.55769,91.62011,94.23972,51.293602,46.138733,128.05019,11.68203,2843.4333,37.434338,55.00269,41.78297,36.495518,271.6581,78.10859,67.456314,10.928864,30.982828,55.50866,223.66858,608.4838,90.680145,322.22342,74.8194,99.01115,266.6237,187.662,941.8741,158.4725,5.90182,9.802755,4.3106136,53.45488,19699.203,3.6248624,34.230347,53.374462,41.66707,337.6417,67.536736,151.54836,1.644111,129.5909,461.14282,245.7881,155.9315,466.79684,34.59637,97.22024,139.35858,9.776493,1.664084,10.728239,948.2045,0.05788104,0.21243548,49.55801,7.3675747,3.3474257,3.419513,8.603119,82.54316,27.755377,87.1206,560.24115,242.12836,2224.7935,1880.1533,29.96353,54.653282,10064.825,7.357664,96.89236,758.1156,186.98015,263.65408,106.26378,610.9874,906.025,479.93518,29.723194,150.3966,998.0043,1929.2866,80.796036,967.5404,103.051575,1.03658,61.322777,0.8634249,0.5124955,2.4336581,75.692924,179.31227,172.87294,13.336335,2195.019,470.08,219.81787,313.67102,118.63499,84.25991,92.2603,76.83327,98.64281,768.3076,253.52333,152.84435,100.55494,24.062836,153.39276,137.98152,23.15873,542.37463,150.08795,1975.0962,32.856735,2277.959,80.76935,422.22098,1437.181,60.12359,13.005605,893.7681,776.2649,2358.348,91.09196 +2023-08-31 08:00:00,0.0,17731.934,371.73,37.66153,48.149715,36.178085,188.08194,29.522165,46.766003,21.29021,26.72258,1257.456,168.7452,17.875174,178.14113,0.63749015,0.013049893,29.203537,0.46308026,0.1497669,380.6294,0.1354448,428.39874,51.767498,0.16937678,0.252718,134.80566,19.378826,46.862606,90.81505,27573.324,0.034302462,2065.294,0.21567048,0.10015806,0.03277021,0.18752164,166.42313,191.93208,22.116362,150.29301,35.077457,51.419865,2299.317,1.805284,170.72012,89.61081,443.7865,60.234997,411.00714,42.475323,201.33838,0.0,2055.9253,9075.092,22.399359,579.1739,129.46654,39933.48,130.45973,19.701622,57.35202,196.8136,45.5256,21.026417,107.524574,1492.9576,312.41397,59.83105,15.5630455,13.540166,459.3261,63.469997,928.39606,85.197845,2597.04,280.16345,253.90057,93.36057,97.50424,5.989123,9.049926,9.302353,2.0627246,1.3652588,83.57895,91.65274,94.27047,51.32508,46.162243,128.04967,11.688743,2843.0403,37.40893,54.973118,41.74403,36.427475,271.72726,78.08935,67.31183,10.922838,30.974138,55.453827,223.57481,608.55133,90.72984,322.27356,74.83027,98.963524,266.61447,187.33629,941.8423,158.46779,5.904301,9.784946,4.3046956,53.47472,19700.139,3.6257923,34.251244,53.405376,41.685455,337.6454,67.56595,151.57785,1.6424094,129.5973,461.23566,245.73878,155.96992,466.72504,34.594624,97.21411,139.32253,9.775065,1.6641774,10.728075,947.75134,0.057847314,0.21231183,49.559826,7.3660364,3.3468983,3.418738,8.6047125,82.524895,27.746237,87.12149,560.2228,242.13684,2225.0454,1880.1467,29.981155,54.685932,10063.435,7.357017,96.93055,758.1922,187.05484,263.77148,106.29973,611.2587,906.1566,480.00043,29.739477,150.46739,997.90625,1929.0524,80.83943,968.02545,103.12599,1.0364984,61.321487,0.8630736,0.512254,2.4326758,75.73412,179.3892,172.75813,13.328315,2193.59,470.24194,219.94624,313.85214,118.68587,84.24462,92.313614,76.92151,98.63441,768.26013,253.53456,152.8714,100.52769,24.084139,153.41167,137.99731,23.139938,542.1081,150.04817,1972.8214,32.85763,2276.9407,80.77214,422.22488,1436.0505,60.09281,13.010456,893.3883,776.0419,2356.7976,91.09207 +2023-08-31 09:00:00,0.0,17732.088,371.81277,37.67795,48.168667,36.18741,188.11742,29.52958,46.785793,21.292091,26.730892,1257.9655,168.63495,17.887836,178.20575,0.62859863,0.012236775,29.206553,0.45007524,0.14682986,380.69733,0.13529825,428.538,51.780495,0.16837174,0.24949414,134.84412,19.383995,46.878136,90.80388,27573.576,0.03417469,2065.9854,0.2153573,0.09992264,0.03266189,0.18691836,166.45657,191.97835,22.112894,150.22783,35.097095,51.375416,2299.49,1.8041499,170.51479,89.46013,443.89584,60.12375,411.11298,42.48684,200.90828,0.0,2055.46,9068.176,22.377596,579.2396,129.43335,39928.73,130.4575,19.687977,57.19758,196.46155,45.49037,21.012701,107.3028,1492.059,312.37247,59.65809,15.549061,13.534382,459.43228,63.456573,927.9286,85.19798,2597.216,280.31573,253.70883,93.38268,97.45901,5.9879675,9.047492,9.293651,2.0621278,1.3643277,83.6002,91.68538,94.30122,51.35656,46.185757,128.04915,11.6954565,2842.6472,37.38353,54.94355,41.70509,36.35943,271.7964,78.07011,67.167336,10.916812,30.965448,55.39899,223.48105,608.61884,90.77954,322.32373,74.84114,98.91591,266.6053,187.01059,941.8105,158.46307,5.9067826,9.767138,4.298777,53.49456,19701.072,3.6267219,34.27214,53.43629,41.703842,337.64908,67.59516,151.60735,1.640708,129.60373,461.32852,245.68948,156.00833,466.6532,34.592876,97.20798,139.28647,9.773638,1.6642709,10.72791,947.29816,0.05781359,0.21218817,49.56164,7.3644986,3.3463712,3.417963,8.606307,82.50662,27.737097,87.12238,560.2045,242.14534,2225.2974,1880.14,29.998781,54.718582,10062.045,7.35637,96.96875,758.2688,187.12953,263.88892,106.335686,611.5301,906.28827,480.0657,29.75576,150.53818,997.8082,1928.8181,80.88283,968.51044,103.20041,1.0364169,61.320194,0.86272234,0.5120125,2.4316938,75.77532,179.46613,172.64334,13.320295,2192.1614,470.4039,220.0746,314.03326,118.73675,84.22933,92.366936,77.00975,98.62601,768.21265,253.54579,152.89845,100.500435,24.105442,153.43059,138.0131,23.12115,541.8416,150.00839,1970.5466,32.85853,2275.9224,80.77493,422.22882,1434.92,60.06204,13.015307,893.00854,775.8188,2355.2473,91.092186 +2023-08-31 10:00:00,0.0,17732.244,371.8955,37.694374,48.18762,36.196735,188.15291,29.536993,46.805588,21.29397,26.739204,1258.475,168.5247,17.9005,178.27037,0.6197071,0.011423657,29.209568,0.43707022,0.14389282,380.7653,0.1351517,428.67728,51.793488,0.16736671,0.24627028,134.88257,19.389164,46.89367,90.79272,27573.826,0.03404691,2066.6765,0.21504413,0.09968722,0.032553565,0.18631507,166.49002,192.0246,22.109426,150.16263,35.116734,51.330963,2299.6633,1.8030156,170.30945,89.309456,444.0052,60.012497,411.2188,42.498352,200.47818,0.0,2054.9946,9061.261,22.355835,579.30536,129.40016,39923.98,130.45528,19.67433,57.043137,196.1095,45.455147,20.998985,107.081024,1491.1604,312.331,59.485126,15.535076,13.528599,459.53845,63.443153,927.4612,85.19811,2597.392,280.46802,253.51712,93.404785,97.41377,5.9868116,9.045058,9.284948,2.061531,1.3633965,83.62145,91.718,94.33198,51.38804,46.20927,128.04863,11.702169,2842.2542,37.358124,54.91398,41.666153,36.29138,271.8655,78.05086,67.02285,10.910787,30.956757,55.344154,223.38728,608.6864,90.82924,322.37387,74.85201,98.868286,266.5961,186.68488,941.7786,158.45836,5.9092636,9.749328,4.2928586,53.5144,19702.008,3.6276515,34.293037,53.467205,41.72223,337.65274,67.624374,151.63684,1.6390065,129.61014,461.4214,245.64017,156.04675,466.5814,34.59113,97.20184,139.25041,9.77221,1.6643643,10.727745,946.8449,0.05777986,0.21206452,49.563457,7.3629603,3.3458438,3.417188,8.607901,82.48836,27.727957,87.123276,560.1862,242.15382,2225.5493,1880.1334,30.016405,54.751232,10060.654,7.355723,97.00694,758.34534,187.20424,264.00632,106.37164,611.8014,906.41986,480.13095,29.772043,150.60896,997.71027,1928.5839,80.92623,968.9955,103.274826,1.0363353,61.318905,0.862371,0.51177096,2.4307115,75.81652,179.54305,172.52855,13.312276,2190.7324,470.56586,220.20296,314.2144,118.787636,84.21404,92.42025,77.097984,98.61761,768.1651,253.55702,152.92549,100.47318,24.126747,153.4495,138.0289,23.10236,541.5751,149.9686,1968.2719,32.85942,2274.9038,80.777725,422.23273,1433.7896,60.03126,13.020159,892.6287,775.5957,2353.6973,91.0923 +2023-08-31 11:00:00,0.0,17732.398,371.97827,37.710796,48.20657,36.20606,188.18839,29.544407,46.82538,21.29585,26.747517,1258.9844,168.41447,17.913162,178.33498,0.6108156,0.010610538,29.212584,0.4240652,0.14095578,380.83322,0.13500516,428.81653,51.806484,0.16636167,0.24304643,134.921,19.394335,46.9092,90.78155,27574.076,0.033919137,2067.368,0.21473093,0.099451795,0.03244524,0.18571177,166.52348,192.07086,22.105959,150.09744,35.13637,51.286514,2299.8367,1.8018813,170.10411,89.15878,444.1145,59.90125,411.32465,42.509865,200.04807,0.0,2054.5295,9054.345,22.334074,579.37115,129.36697,39919.23,130.45305,19.660685,56.888695,195.75745,45.419918,20.98527,106.85925,1490.2618,312.2895,59.31216,15.5210905,13.522815,459.64465,63.429733,926.9937,85.19825,2597.568,280.6203,253.32541,93.426895,97.368546,5.9856563,9.042624,9.276247,2.0609343,1.3624654,83.6427,91.75064,94.362724,51.419518,46.232784,128.04811,11.708882,2841.8608,37.33272,54.884407,41.627213,36.22334,271.93463,78.03162,66.87836,10.904761,30.948067,55.28932,223.29352,608.7539,90.87893,322.42404,74.86288,98.82066,266.58688,186.35918,941.7468,158.45364,5.911745,9.731519,4.28694,53.53424,19702.943,3.628581,34.31394,53.49812,41.74062,337.65643,67.65359,151.66634,1.6373049,129.61656,461.51422,245.59085,156.08516,466.50955,34.589382,97.19572,139.21436,9.770782,1.6644578,10.72758,946.3917,0.057746135,0.21194085,49.565277,7.3614225,3.3453164,3.416413,8.609494,82.47009,27.718817,87.12416,560.1679,242.16232,2225.8013,1880.1267,30.03403,54.783882,10059.265,7.355076,97.045135,758.42194,187.27893,264.12372,106.40759,612.07275,906.5515,480.1962,29.788326,150.67975,997.61224,1928.3496,80.96963,969.48047,103.34924,1.0362537,61.31761,0.8620197,0.51152945,2.4297292,75.85773,179.61998,172.41374,13.304256,2189.3035,470.72784,220.33131,314.3955,118.83852,84.19875,92.473564,77.186226,98.60921,768.1176,253.56825,152.95255,100.44594,24.14805,153.46841,138.0447,23.083569,541.3086,149.92882,1965.997,32.860317,2273.8855,80.78052,422.23666,1432.6589,60.00049,13.02501,892.24896,775.3726,2352.147,91.09242 +2023-08-31 12:00:00,0.0,17732.553,372.06104,37.72722,48.22552,36.21538,188.22386,29.551823,46.84517,21.297731,26.755829,1259.4938,168.30423,17.925825,178.3996,0.60192406,0.009797419,29.2156,0.41106018,0.13801873,380.90115,0.13485861,428.95578,51.81948,0.16535665,0.23982258,134.95946,19.399504,46.924732,90.77038,27574.326,0.033791363,2068.0593,0.21441776,0.09921637,0.032336917,0.1851085,166.55693,192.11711,22.102491,150.03226,35.15601,51.24206,2300.01,1.8007472,169.89877,89.00811,444.22382,59.789997,411.43048,42.521378,199.61797,0.0,2054.0642,9047.43,22.312311,579.4369,129.33379,39914.48,130.45084,19.647038,56.734253,195.4054,45.384693,20.971554,106.63748,1489.3632,312.248,59.1392,15.507106,13.517031,459.75082,63.41631,926.52625,85.19839,2597.7444,280.77258,253.13367,93.449005,97.32331,5.9845004,9.04019,9.267545,2.0603373,1.3615342,83.663956,91.78327,94.39348,51.450996,46.256294,128.04759,11.715595,2841.4678,37.307316,54.85484,41.588272,36.155293,272.00378,78.012375,66.73387,10.898736,30.939377,55.234486,223.19977,608.8214,90.92863,322.47418,74.87375,98.77304,266.5777,186.03346,941.715,158.44893,5.914226,9.71371,4.2810216,53.554077,19703.877,3.6295109,34.334835,53.529034,41.759007,337.66013,67.68279,151.69583,1.6356034,129.62299,461.6071,245.54153,156.12358,466.43774,34.587635,97.18958,139.1783,9.769355,1.6645511,10.727415,945.93854,0.05771241,0.2118172,49.567093,7.3598847,3.3447893,3.4156382,8.611088,82.45182,27.709679,87.12505,560.1496,242.1708,2226.0532,1880.12,30.051657,54.816532,10057.874,7.354429,97.08333,758.49854,187.35362,264.24112,106.44355,612.34406,906.6831,480.26147,29.804607,150.75055,997.5142,1928.1154,81.01302,969.9655,103.42366,1.0361722,61.31632,0.86166847,0.5112879,2.428747,75.898926,179.6969,172.29895,13.296236,2187.8748,470.8898,220.45967,314.5766,118.889404,84.183464,92.52688,77.27447,98.60081,768.07007,253.57948,152.9796,100.418686,24.169353,153.48732,138.06049,23.06478,541.04205,149.88904,1963.7222,32.861214,2272.8672,80.78331,422.24057,1431.5284,59.96971,13.029861,891.86914,775.14954,2350.597,91.09254 +2023-08-31 13:00:00,0.0,17732.707,372.14377,37.74364,48.244473,36.22471,188.25934,29.559237,46.864964,21.299612,26.764143,1260.0033,168.194,17.938488,178.46422,0.59303254,0.008984301,29.218615,0.39805517,0.13508168,380.9691,0.13471206,429.09503,51.832478,0.16435161,0.23659873,134.99791,19.404673,46.94026,90.75921,27574.578,0.033663586,2068.7505,0.21410458,0.09898095,0.032228593,0.18450521,166.59038,192.16338,22.099024,149.96707,35.175648,51.19761,2300.183,1.7996129,169.69344,88.85743,444.33316,59.67875,411.53632,42.53289,199.18785,0.0,2053.599,9040.514,22.29055,579.5026,129.30061,39909.73,130.44861,19.63339,56.57981,195.05334,45.349464,20.957838,106.4157,1488.4646,312.20648,58.966236,15.493121,13.511247,459.85703,63.40289,926.0588,85.19852,2597.9204,280.92487,252.94196,93.47111,97.278076,5.983345,9.037756,9.258842,2.0597405,1.3606031,83.6852,91.8159,94.42423,51.482475,46.279808,128.04707,11.722309,2841.0747,37.28191,54.825268,41.54933,36.08725,272.0729,77.99313,66.58938,10.892711,30.930687,55.179653,223.106,608.8889,90.978325,322.52435,74.88462,98.72542,266.56848,185.70776,941.6832,158.44421,5.916707,9.695901,4.275103,53.573917,19704.812,3.6304405,34.355732,53.559948,41.777393,337.66382,67.712006,151.72533,1.633902,129.6294,461.69995,245.49223,156.162,466.3659,34.585888,97.18345,139.14224,9.767927,1.6646446,10.727251,945.4853,0.05767868,0.21169354,49.56891,7.3583465,3.344262,3.414863,8.612681,82.433556,27.700539,87.125946,560.1313,242.1793,2226.3052,1880.1134,30.06928,54.849182,10056.483,7.3537817,97.12153,758.5751,187.42833,264.35852,106.4795,612.6154,906.81476,480.32672,29.82089,150.82133,997.4162,1927.8811,81.05643,970.4505,103.49808,1.0360906,61.31503,0.86131716,0.5110464,2.4277647,75.940125,179.77382,172.18416,13.288217,2186.4458,471.05176,220.58804,314.75772,118.940285,84.16818,92.58019,77.3627,98.59241,768.0226,253.59071,153.00665,100.39143,24.190659,153.50624,138.07628,23.04599,540.7756,149.84924,1961.4474,32.862106,2271.8489,80.78611,422.2445,1430.398,59.938934,13.034713,891.4893,774.9265,2349.0466,91.09265 +2023-08-31 14:00:00,0.0,17732.861,372.22653,37.760063,48.263424,36.23403,188.29483,29.56665,46.884754,21.301493,26.772455,1260.5127,168.08376,17.95115,178.52884,0.584141,0.008171183,29.22163,0.38505015,0.13214464,381.03705,0.1345655,429.2343,51.84547,0.16334659,0.23337488,135.03636,19.409843,46.955795,90.74804,27574.828,0.033535812,2069.442,0.2137914,0.098745525,0.03212027,0.18390192,166.62383,192.20964,22.095556,149.90189,35.195286,51.15316,2300.3564,1.7984787,169.4881,88.70676,444.44244,59.567497,411.64215,42.544403,198.75775,0.0,2053.1338,9033.598,22.26879,579.56836,129.26743,39904.98,130.44638,19.619745,56.42537,194.70131,45.31424,20.944122,106.19393,1487.566,312.16498,58.79327,15.4791355,13.505463,459.9632,63.389465,925.5913,85.198654,2598.0964,281.07715,252.75024,93.49322,97.23284,5.9821897,9.035322,9.250141,2.0591438,1.359672,83.70646,91.84853,94.45498,51.513954,46.30332,128.04655,11.729022,2840.6814,37.256508,54.7957,41.510395,36.019203,272.14203,77.973885,66.44489,10.886684,30.921995,55.124817,223.01224,608.9564,91.02802,322.57452,74.89549,98.677795,266.5593,185.38205,941.6514,158.4395,5.9191885,9.678091,4.2691846,53.593758,19705.748,3.63137,34.37663,53.590862,41.79578,337.6675,67.74122,151.75482,1.6322004,129.63582,461.7928,245.44292,156.20041,466.2941,34.584137,97.17732,139.10619,9.7664995,1.664738,10.727086,945.0321,0.057644956,0.21156989,49.570724,7.3568087,3.3437345,3.4140882,8.614275,82.41529,27.691399,87.12684,560.11304,242.1878,2226.5574,1880.1067,30.086906,54.881832,10055.094,7.3531346,97.15972,758.6517,187.50302,264.47592,106.51546,612.8867,906.94635,480.39197,29.837173,150.89212,997.31824,1927.6469,81.09982,970.93555,103.572495,1.0360091,61.313736,0.86096585,0.5108049,2.4267824,75.98132,179.85075,172.06937,13.280197,2185.0168,471.2137,220.7164,314.93884,118.991165,84.15289,92.63351,77.45094,98.58401,767.9751,253.60196,153.0337,100.36418,24.211962,153.52515,138.09207,23.027199,540.50903,149.80946,1959.1726,32.863003,2270.8303,80.7889,422.2484,1429.2675,59.90816,13.039564,891.10956,774.7034,2347.4963,91.092766 +2023-08-31 15:00:00,0.0,17733.016,372.30927,37.776485,48.28238,36.243355,188.3303,29.574064,46.904545,21.303373,26.780767,1261.0221,167.97351,17.963812,178.59344,0.5752495,0.007358065,29.224646,0.37204513,0.1292076,381.10498,0.13441895,429.37357,51.858467,0.16234156,0.23015103,135.0748,19.415012,46.971325,90.73687,27575.078,0.03340804,2070.133,0.21347821,0.09851011,0.03201195,0.18329863,166.65727,192.25589,22.092089,149.8367,35.214924,51.108707,2300.5298,1.7973444,169.28276,88.55608,444.5518,59.45625,411.748,42.555916,198.32764,0.0,2052.6687,9026.683,22.247026,579.6341,129.23424,39900.23,130.44415,19.606098,56.270927,194.34926,45.27901,20.930407,105.97215,1486.6674,312.12347,58.620308,15.465151,13.49968,460.06937,63.376045,925.12384,85.198784,2598.2725,281.22943,252.55853,93.51533,97.18761,5.981034,9.032888,9.241439,2.058547,1.3587408,83.72771,91.881165,94.48573,51.545433,46.326836,128.04604,11.735735,2840.2883,37.231102,54.76613,41.471455,35.951157,272.21115,77.95464,66.3004,10.880659,30.913305,55.06998,222.91847,609.0239,91.07772,322.62466,74.906364,98.63018,266.5501,185.05635,941.6196,158.43478,5.9216695,9.660282,4.263266,53.613598,19706.682,3.6323,34.39753,53.621777,41.814167,337.6712,67.77043,151.78432,1.6304989,129.64224,461.88565,245.3936,156.23883,466.22226,34.58239,97.17119,139.07013,9.765072,1.6648315,10.726921,944.57886,0.05761123,0.21144624,49.57254,7.3552704,3.3432074,3.4133132,8.6158695,82.39702,27.682259,87.12773,560.0947,242.19629,2226.8093,1880.1001,30.104532,54.914482,10053.703,7.352488,97.197914,758.7282,187.57773,264.59335,106.551414,613.158,907.078,480.45724,29.853456,150.9629,997.2202,1927.4126,81.14322,971.42053,103.64691,1.0359274,61.312447,0.8606146,0.51056343,2.4258,76.02253,179.92767,171.95456,13.272178,2183.5881,471.37567,220.84476,315.11996,119.04205,84.1376,92.68683,77.539185,98.57561,767.92755,253.61319,153.06076,100.33693,24.233265,153.54407,138.10786,23.00841,540.24255,149.76967,1956.8978,32.8639,2269.812,80.791695,422.25235,1428.1368,59.877384,13.044415,890.72974,774.48035,2345.9463,91.09288 +2023-08-31 16:00:00,0.0,17733.17,372.39203,37.792908,48.30133,36.25268,188.36578,29.581478,46.92434,21.305252,26.78908,1261.5316,167.86328,17.976475,178.65807,0.566358,0.006544946,29.227661,0.3590401,0.12627055,381.1729,0.13427241,429.51282,51.871464,0.16133653,0.22692718,135.11325,19.420181,46.98686,90.72571,27575.33,0.03328026,2070.8245,0.21316503,0.098274685,0.031903625,0.18269536,166.69072,192.30215,22.088621,149.7715,35.234562,51.06426,2300.703,1.7962103,169.07742,88.4054,444.66113,59.344997,411.85382,42.56743,197.89754,0.0,2052.2034,9019.767,22.225266,579.6998,129.20105,39895.48,130.44193,19.592453,56.116486,193.9972,45.243782,20.91669,105.75038,1485.7688,312.082,58.447346,15.451166,13.493896,460.17557,63.36262,924.6564,85.19892,2598.4485,281.3817,252.36679,93.53743,97.14238,5.9798784,9.030455,9.232737,2.0579503,1.3578097,83.74896,91.913795,94.51649,51.576912,46.350346,128.04552,11.742449,2839.8953,37.2057,54.73656,41.432514,35.883114,272.2803,77.9354,66.155914,10.874634,30.904615,55.01515,222.8247,609.0915,91.12742,322.67484,74.91724,98.58256,266.5409,184.73065,941.58777,158.43007,5.924151,9.642473,4.2573476,53.63344,19707.617,3.6332295,34.418427,53.65269,41.832554,337.6749,67.799644,151.81381,1.6287974,129.64865,461.97852,245.3443,156.27724,466.15045,34.580643,97.165054,139.03407,9.763644,1.664925,10.726756,944.1257,0.057577502,0.21132258,49.57436,7.3537326,3.34268,3.4125383,8.617463,82.37875,27.673119,87.128624,560.0764,242.20479,2227.0613,1880.0934,30.122156,54.947132,10052.313,7.351841,97.23611,758.8048,187.65242,264.71075,106.587364,613.4294,907.2096,480.5225,29.86974,151.03369,997.1222,1927.1783,81.186615,971.9056,103.72134,1.0358459,61.311153,0.8602633,0.5103219,2.4248178,76.06373,180.0046,171.83977,13.264157,2182.1592,471.53766,220.97311,315.3011,119.09293,84.122314,92.74014,77.62742,98.56721,767.88007,253.62442,153.0878,100.30968,24.25457,153.56297,138.12366,22.98962,539.9761,149.72989,1954.623,32.86479,2268.7937,80.79449,422.25626,1427.0063,59.84661,13.049267,890.3499,774.25726,2344.396,91.092995 +2023-08-31 17:00:00,0.0,17733.324,372.4748,37.80933,48.320282,36.262005,188.40128,29.588894,46.94413,21.307133,26.797392,1262.041,167.75304,17.989138,178.72269,0.55746645,0.005731828,29.230677,0.3460351,0.12333351,381.24084,0.13412586,429.65207,51.88446,0.1603315,0.22370332,135.1517,19.425352,47.002388,90.71454,27575.58,0.033152487,2071.5156,0.21285185,0.09803926,0.0317953,0.18209207,166.72418,192.34842,22.085154,149.70631,35.2542,51.019806,2300.8762,1.795076,168.87207,88.25473,444.77045,59.23375,411.9597,42.57894,197.46742,0.0,2051.7383,9012.852,22.203503,579.7656,129.16786,39890.73,130.43971,19.578806,55.962044,193.64514,45.208557,20.902975,105.52861,1484.8701,312.0405,58.27438,15.4371805,13.4881115,460.28174,63.3492,924.1889,85.19906,2598.6248,281.534,252.17508,93.55954,97.097145,5.978723,9.02802,9.224035,2.0573533,1.3568785,83.77021,91.94643,94.54723,51.60839,46.37386,128.04498,11.749162,2839.502,37.180294,54.70699,41.393574,35.815067,272.34943,77.91616,66.01142,10.868608,30.895924,54.96031,222.73094,609.159,91.17712,322.72498,74.9281,98.534935,266.5317,184.40494,941.55597,158.42535,5.926632,9.624664,4.251429,53.65328,19708.55,3.634159,34.439323,53.683605,41.850945,337.6786,67.82885,151.8433,1.6270958,129.65508,462.07135,245.29498,156.31566,466.0786,34.578896,97.15893,138.99802,9.762216,1.6650183,10.726592,943.6725,0.057543777,0.21119893,49.576176,7.3521943,3.3421526,3.4117634,8.619057,82.36048,27.663979,87.12951,560.0581,242.21327,2227.3132,1880.0867,30.139782,54.979782,10050.923,7.351194,97.2743,758.8814,187.72711,264.82816,106.62332,613.7007,907.34125,480.58777,29.88602,151.10449,997.0242,1926.9441,81.23002,972.39056,103.79575,1.0357643,61.30986,0.859912,0.5100804,2.4238355,76.10493,180.08153,171.72498,13.256138,2180.7302,471.69962,221.10147,315.48218,119.143814,84.107025,92.79346,77.71566,98.55881,767.8326,253.63565,153.11485,100.282425,24.275873,153.5819,138.13945,22.970829,539.70953,149.69011,1952.3483,32.86569,2267.7754,80.79728,422.2602,1425.8759,59.815834,13.054118,889.97015,774.03424,2342.8457,91.09311 +2023-08-31 18:00:00,0.0,17733.479,372.55753,37.825752,48.339233,36.271328,188.43675,29.596308,46.963924,21.309013,26.805704,1262.5504,167.6428,18.0018,178.78731,0.5485749,0.00491871,29.233692,0.3330301,0.120396465,381.3088,0.1339793,429.79135,51.897453,0.15932646,0.22047947,135.19016,19.430521,47.01792,90.70337,27575.83,0.033024713,2072.207,0.21253867,0.09780384,0.031686977,0.18148877,166.75763,192.39467,22.081686,149.64113,35.273838,50.975357,2301.0496,1.7939417,168.66673,88.10406,444.87976,59.122498,412.06552,42.590454,197.03732,0.0,2051.273,9005.936,22.181742,579.83136,129.13467,39885.98,130.43748,19.56516,55.807602,193.2931,45.17333,20.88926,105.30683,1483.9716,311.999,58.101418,15.423196,13.482327,460.38794,63.33578,923.72144,85.19919,2598.8008,281.6863,251.98337,93.58164,97.05191,5.977567,9.025586,9.215333,2.0567565,1.3559474,83.791466,91.979065,94.57799,51.63987,46.397373,128.04446,11.755875,2839.109,37.154892,54.677418,41.354637,35.747025,272.41855,77.89691,65.866936,10.862582,30.887234,54.90548,222.63718,609.2265,91.226814,322.77515,74.93897,98.48731,266.5225,184.07924,941.5242,158.42062,5.929113,9.606854,4.2455106,53.67312,19709.486,3.6350887,34.46022,53.71452,41.86933,337.68228,67.85806,151.8728,1.6253943,129.66148,462.1642,245.24567,156.35406,466.0068,34.57715,97.152794,138.96196,9.760788,1.6651118,10.726427,943.21924,0.057510052,0.21107526,49.57799,7.3506565,3.3416255,3.4109883,8.62065,82.34222,27.654839,87.1304,560.0398,242.22177,2227.5652,1880.0801,30.157408,55.012432,10049.533,7.350547,97.3125,758.95795,187.80182,264.94556,106.65927,613.97205,907.47284,480.653,29.902304,151.17528,996.9262,1926.7098,81.273415,972.8756,103.87017,1.0356828,61.30857,0.8595607,0.5098389,2.4228532,76.146126,180.15845,171.61018,13.248118,2179.3015,471.86157,221.22984,315.6633,119.1947,84.091736,92.84677,77.8039,98.5504,767.78503,253.64688,153.1419,100.25517,24.297176,153.6008,138.15524,22.95204,539.44305,149.65031,1950.0735,32.866585,2266.7568,80.80007,422.2641,1424.7454,59.78506,13.0589695,889.59033,773.81116,2341.2957,91.09322 +2023-08-31 19:00:00,0.0,17733.633,372.6403,37.842175,48.358185,36.28065,188.47223,29.603722,46.983715,21.310894,26.814016,1263.0598,167.53256,18.014463,178.85191,0.5396834,0.0041055917,29.236708,0.3200251,0.11745942,381.37674,0.13383275,429.9306,51.91045,0.15832144,0.21725562,135.22859,19.43569,47.03345,90.6922,27576.082,0.03289694,2072.8982,0.21222548,0.097568415,0.031578653,0.1808855,166.79108,192.44093,22.07822,149.57594,35.293476,50.930904,2301.2227,1.7928076,168.4614,87.95338,444.98907,59.01125,412.17136,42.60197,196.60721,0.0,2050.8076,8999.0205,22.15998,579.8971,129.10149,39881.227,130.43526,19.551514,55.65316,192.94106,45.138103,20.875544,105.08506,1483.073,311.9575,57.928455,15.409211,13.476543,460.4941,63.322357,923.25397,85.199326,2598.9768,281.8386,251.79163,93.60375,97.006676,5.976412,9.023152,9.206631,2.0561597,1.3550162,83.81271,92.011696,94.60874,51.671345,46.420883,128.04395,11.7625885,2838.7158,37.129486,54.64785,41.315697,35.678978,272.4877,77.87767,65.72244,10.856557,30.878544,54.850643,222.54341,609.294,91.27651,322.8253,74.949844,98.43969,266.5133,183.75352,941.4924,158.41591,5.9315944,9.589046,4.2395926,53.69296,19710.422,3.6360185,34.48112,53.74543,41.88772,337.68597,67.887276,151.90228,1.6236929,129.66791,462.25708,245.19637,156.39249,465.93497,34.5754,97.14666,138.9259,9.75936,1.6652052,10.726262,942.76605,0.057476327,0.21095161,49.579807,7.349118,3.341098,3.4102135,8.622244,82.32395,27.645699,87.131294,560.0215,242.23026,2227.8171,1880.0734,30.175034,55.045082,10048.143,7.3499,97.35069,759.03455,187.87651,265.06296,106.69523,614.24335,907.6045,480.71826,29.918587,151.24606,996.8282,1926.4756,81.31681,973.3606,103.94459,1.0356011,61.307278,0.8592094,0.50959736,2.4218712,76.18733,180.23537,171.49538,13.240098,2177.8726,472.02353,221.3582,315.84442,119.24558,84.07645,92.900085,77.89214,98.542,767.73755,253.65811,153.16896,100.22792,24.31848,153.61972,138.17104,22.93325,539.1765,149.61053,1947.7987,32.86748,2265.7385,80.802864,422.26804,1423.6147,59.754284,13.06382,889.2105,773.5881,2339.7454,91.09334 +2023-08-31 20:00:00,0.0,17733.79,372.72305,37.858597,48.377136,36.289978,188.50772,29.611135,47.003506,21.312775,26.82233,1263.5693,167.42232,18.027126,178.91653,0.5307919,0.0032924733,29.239723,0.30702007,0.114522375,381.44467,0.1336862,430.06985,51.923447,0.15731642,0.21403177,135.26704,19.44086,47.048985,90.68103,27576.332,0.032769162,2073.5896,0.2119123,0.09733299,0.03147033,0.1802822,166.82452,192.48718,22.074753,149.51076,35.313114,50.88645,2301.396,1.7916733,168.25606,87.802704,445.09842,58.899998,412.2772,42.613483,196.17711,0.0,2050.3423,8992.1045,22.138218,579.9628,129.0683,39876.477,130.43303,19.537867,55.49872,192.589,45.102875,20.861828,104.86329,1482.1743,311.916,57.75549,15.395226,13.470759,460.60028,63.308937,922.78656,85.19946,2599.1528,281.99088,251.59991,93.62586,96.96144,5.975256,9.020719,9.197929,2.055563,1.3540851,83.83397,92.04433,94.63949,51.702824,46.444397,128.04343,11.769301,2838.3225,37.10408,54.61828,41.276756,35.61093,272.55682,77.85843,65.57796,10.850532,30.869852,54.795807,222.44965,609.3615,91.32621,322.87546,74.96072,98.39207,266.50412,183.42783,941.4606,158.4112,5.9340754,9.571237,4.233674,53.7128,19711.355,3.636948,34.502018,53.776344,41.906105,337.68964,67.91649,151.93178,1.6219913,129.67433,462.3499,245.14705,156.43091,465.86316,34.573654,97.14053,138.88985,9.757933,1.6652987,10.726097,942.31287,0.057442598,0.21082796,49.581623,7.3475804,3.340571,3.4094386,8.623837,82.30568,27.63656,87.13219,560.0032,242.23875,2228.069,1880.0667,30.192657,55.077732,10046.752,7.3492527,97.388885,759.11115,187.9512,265.18036,106.731186,614.51465,907.7361,480.78354,29.93487,151.31685,996.73016,1926.2413,81.360214,973.84564,104.019005,1.0355196,61.305984,0.85885817,0.50935584,2.420889,76.22853,180.3123,171.38058,13.232079,2176.4438,472.1855,221.48656,316.02554,119.29647,84.06116,92.9534,77.98038,98.5336,767.69006,253.66934,153.19601,100.200676,24.339785,153.63863,138.18683,22.91446,538.91003,149.57076,1945.5238,32.868374,2264.7202,80.80566,422.27194,1422.4843,59.723507,13.068671,888.83075,773.365,2338.1953,91.09346 +2023-08-31 21:00:00,0.0,17733.943,372.8058,37.87502,48.396088,36.2993,188.5432,29.61855,47.0233,21.314655,26.830643,1264.0787,167.31209,18.03979,178.98116,0.52190036,0.0024793549,29.242739,0.29401505,0.11158533,381.5126,0.13353965,430.2091,51.936443,0.15631138,0.21080792,135.3055,19.44603,47.064514,90.66986,27576.582,0.03264139,2074.2808,0.21159913,0.097097576,0.03136201,0.17967892,166.85797,192.53345,22.071285,149.44557,35.332752,50.842003,2301.5693,1.7905391,168.05072,87.65203,445.2077,58.78875,412.38303,42.624996,195.747,0.0,2049.8772,8985.189,22.116457,580.02856,129.03513,39871.727,130.4308,19.524221,55.344276,192.23695,45.06765,20.848112,104.64151,1481.2758,311.87448,57.582527,15.381241,13.464975,460.70648,63.295513,922.3191,85.19959,2599.3289,282.14316,251.4082,93.647964,96.91621,5.9741006,9.018285,9.189227,2.0549662,1.353154,83.85522,92.07696,94.67024,51.734303,46.46791,128.04291,11.776014,2837.9294,37.07868,54.58871,41.237816,35.54289,272.62595,77.83919,65.433464,10.844506,30.861162,54.740974,222.35588,609.429,91.37591,322.9256,74.97159,98.34445,266.4949,183.10211,941.4288,158.40648,5.936557,9.553428,4.2277555,53.732635,19712.291,3.6378777,34.522915,53.80726,41.92449,337.69333,67.9457,151.96127,1.6202898,129.68074,462.44278,245.09773,156.46931,465.79132,34.571907,97.1344,138.85379,9.756505,1.6653922,10.725932,941.8596,0.057408873,0.2107043,49.58344,7.346042,3.3400435,3.4086635,8.625432,82.287415,27.62742,87.13308,559.98486,242.24724,2228.321,1880.06,30.210283,55.110382,10045.362,7.3486056,97.42708,759.1877,188.02591,265.2978,106.767136,614.786,907.86774,480.8488,29.951153,151.38763,996.63214,1926.0071,81.40361,974.3306,104.09342,1.0354381,61.304695,0.85850686,0.5091143,2.4199066,76.26973,180.38922,171.2658,13.224059,2175.015,472.34744,221.61491,316.20667,119.34735,84.04587,93.00672,78.06862,98.5252,767.6425,253.68059,153.22307,100.17342,24.361088,153.65755,138.20262,22.89567,538.6435,149.53096,1943.249,32.86927,2263.702,80.80846,422.27588,1421.3538,59.692734,13.073523,888.4509,773.1419,2336.645,91.093575 +2023-08-31 22:00:00,0.0,17734.098,372.88855,37.89144,48.41504,36.308624,188.57867,29.625965,47.04309,21.316534,26.838955,1264.5881,167.20184,18.052452,179.04578,0.51300883,0.0016662367,29.245754,0.28101003,0.108648285,381.58057,0.13339311,430.3484,51.949436,0.15530635,0.20758407,135.34395,19.451199,47.080048,90.6587,27576.832,0.032513615,2074.9722,0.21128595,0.09686215,0.031253684,0.17907563,166.89143,192.57971,22.067818,149.38037,35.35239,50.79755,2301.7427,1.7894049,167.84538,87.50136,445.31705,58.677498,412.48886,42.63651,195.3169,0.0,2049.4119,8978.273,22.094696,580.09436,129.00194,39866.977,130.42859,19.510574,55.189835,191.8849,45.03242,20.834396,104.41974,1480.3772,311.833,57.409565,15.367256,13.459192,460.81265,63.282093,921.8516,85.19973,2599.5051,282.29544,251.21646,93.670074,96.87098,5.972945,9.01585,9.180525,2.0543692,1.3522228,83.87647,92.10959,94.701,51.76578,46.491425,128.04239,11.782727,2837.5364,37.053272,54.55914,41.19888,35.474842,272.69507,77.81994,65.28898,10.83848,30.852472,54.68614,222.26212,609.4966,91.425606,322.97577,74.98245,98.29683,266.48572,182.77641,941.3969,158.40176,5.939038,9.535618,4.221837,53.752476,19713.227,3.6388073,34.54381,53.838173,41.942883,337.69702,67.97491,151.99077,1.6185883,129.68716,462.53564,245.04842,156.50774,465.7195,34.57016,97.128265,138.81773,9.755077,1.6654855,10.725768,941.40643,0.057375148,0.21058065,49.58526,7.3445044,3.3395162,3.4078887,8.627026,82.26915,27.61828,87.133965,559.96655,242.25574,2228.573,1880.0533,30.22791,55.143032,10043.972,7.3479586,97.46528,759.2643,188.1006,265.4152,106.80309,615.0573,907.9993,480.91403,29.967434,151.45844,996.5342,1925.7728,81.44701,974.8157,104.16784,1.0353565,61.303402,0.85815555,0.5088728,2.4189243,76.31093,180.46614,171.151,13.21604,2173.586,472.50943,221.74329,316.38776,119.39823,84.03058,93.060036,78.15686,98.5168,767.59503,253.69182,153.2501,100.14617,24.382391,153.67645,138.21841,22.87688,538.377,149.49118,1940.9742,32.870167,2262.6833,80.81125,422.2798,1420.2233,59.661957,13.078374,888.0711,772.9189,2335.0947,91.09369 +2023-08-31 23:00:00,0.0,17734.252,372.97128,37.907864,48.43399,36.31795,188.61417,29.633379,47.062885,21.318415,26.847267,1265.0977,167.09161,18.065115,179.11038,0.5041173,0.0008531183,29.24877,0.268005,0.10571124,381.6485,0.13324656,430.48764,51.962433,0.15430132,0.20436022,135.38239,19.45637,47.095577,90.64753,27577.084,0.032385837,2075.6633,0.21097276,0.09662673,0.03114536,0.17847236,166.92488,192.62596,22.06435,149.31519,35.37203,50.7531,2301.9158,1.7882707,167.64005,87.35068,445.4264,58.56625,412.5947,42.64802,194.88678,0.0,2048.9468,8971.358,22.072933,580.1601,128.96875,39862.227,130.42636,19.49693,55.035393,191.53285,44.997196,20.82068,104.19796,1479.4785,311.7915,57.2366,15.353271,13.453408,460.91885,63.26867,921.38416,85.19986,2599.6812,282.44772,251.02475,93.69218,96.825745,5.9717894,9.013416,9.1718235,2.0537724,1.3512917,83.89772,92.14222,94.73174,51.79726,46.514935,128.04187,11.789441,2837.143,37.02787,54.52957,41.15994,35.4068,272.76422,77.8007,65.144485,10.832455,30.84378,54.631306,222.16835,609.5641,91.4753,323.0259,74.993324,98.24921,266.4765,182.4507,941.3651,158.39705,5.9415193,9.517809,4.2159185,53.772316,19714.16,3.6397371,34.564713,53.869087,41.96127,337.7007,68.00412,152.02026,1.6168867,129.69357,462.62848,244.99911,156.54614,465.64767,34.568413,97.12214,138.78168,9.75365,1.665579,10.725603,940.9532,0.05734142,0.21045698,49.587074,7.342966,3.338989,3.4071136,8.628619,82.25088,27.60914,87.13486,559.94824,242.26422,2228.825,1880.0468,30.245533,55.175682,10042.582,7.3473115,97.50347,759.3408,188.17531,265.5326,106.83904,615.3287,908.131,480.9793,29.983717,151.52922,996.43616,1925.5386,81.49041,975.30066,104.242256,1.0352749,61.302113,0.8578043,0.5086313,2.417942,76.352135,180.54308,171.0362,13.208019,2172.1572,472.6714,221.87164,316.56888,119.44912,84.01529,93.11335,78.245094,98.5084,767.5475,253.70305,153.27716,100.11892,24.403696,153.69537,138.2342,22.85809,538.1105,149.45139,1938.6995,32.87106,2261.665,80.81404,422.28372,1419.0927,59.631184,13.083225,887.69135,772.6958,2333.5447,91.0938 +2023-09-01 00:00:00,0.0,17734.406,373.05405,37.924286,48.45294,36.327274,188.64964,29.640793,47.082676,21.320295,26.85558,1265.607,166.98137,18.077778,179.175,0.49522582,4.0000003e-05,29.251785,0.255,0.102774195,381.71643,0.1331,430.6269,51.97543,0.15329629,0.20113637,135.42084,19.461538,47.11111,90.63636,27577.334,0.032258064,2076.3547,0.21065958,0.096391305,0.031037036,0.17786905,166.95833,192.67223,22.060883,149.25,35.391666,50.70865,2302.089,1.7871364,167.43471,87.200005,445.5357,58.454998,412.70053,42.659534,194.45668,0.0,2048.4814,8964.442,22.051172,580.2258,128.93556,39857.477,130.42413,19.483282,54.88095,191.1808,44.961967,20.806965,103.97619,1478.58,311.75,57.063637,15.339286,13.447624,461.02502,63.25525,920.9167,85.2,2599.8572,282.6,250.83304,93.71429,96.78051,5.970634,9.0109825,9.163121,2.0531757,1.3503605,83.918976,92.17485,94.7625,51.82874,46.53845,128.04135,11.796154,2836.75,37.002464,54.5,41.121,35.338753,272.83334,77.781456,65.0,10.826429,30.83509,54.57647,222.07458,609.6316,91.525,323.07608,75.004196,98.201584,266.46732,182.125,941.3333,158.39233,5.9440002,9.5,4.21,53.792156,19715.096,3.6406667,34.58561,53.9,41.979656,337.7044,68.03333,152.04976,1.6151853,129.7,462.72134,244.9498,156.58456,465.57587,34.566666,97.116005,138.74562,9.752222,1.6656724,10.725438,940.5,0.057307694,0.21033333,49.58889,7.3414283,3.3384616,3.4063387,8.630213,82.23261,27.6,87.13575,559.92993,242.27272,2229.077,1880.04,30.263159,55.208332,10041.191,7.3466644,97.541664,759.4174,188.25,265.65,106.875,615.6,908.2626,481.04456,30.0,151.6,996.33813,1925.3043,81.533806,975.7857,104.31667,1.0351933,61.30082,0.857453,0.5083898,2.4169598,76.39333,180.62,170.9214,13.2,2170.7283,472.83334,222.0,316.75,119.5,84.0,93.166664,78.333336,98.5,767.5,253.71428,153.30421,100.09167,24.425,153.71428,138.25,22.8393,537.844,149.4116,1936.4247,32.871956,2260.6467,80.81683,422.28763,1417.9622,59.600407,13.088077,887.3115,772.4727,2331.9944,91.09392 +2023-09-01 01:00:00,0.0,17727.521,373.0318,37.97075,48.483418,36.362377,188.766,29.652859,47.108692,21.32662,26.874006,1266.3079,166.92352,18.086664,179.2207,0.49475628,0.000118256416,29.258865,0.25479266,0.10283038,381.99936,0.13302995,430.81284,52.02348,0.15318991,0.20093732,135.4733,19.477457,47.130093,90.66407,27561.404,0.032270383,2076.3447,0.21112877,0.096319206,0.031127313,0.17770728,167.02876,192.79486,22.060972,149.2125,35.397415,50.66846,2301.883,1.7865262,167.31148,87.134026,445.50528,58.420887,412.78275,42.631367,194.32532,0.0,2047.344,8959.277,22.025438,580.0049,128.8612,39848.824,130.32318,19.460928,54.83507,190.9827,44.922485,20.783699,103.86517,1477.6973,311.82135,57.026943,15.321748,13.437896,460.6382,63.195953,920.0173,85.305275,2599.688,283.00555,250.6539,93.80548,97.22793,5.969687,9.0090275,9.166726,2.0544782,1.3520226,83.8769,92.139366,94.75857,51.800503,46.52823,127.97098,11.795037,2837.96,36.990864,54.459373,41.092144,35.31238,272.77176,77.746704,64.94618,10.820904,30.821342,54.54332,221.9123,609.0969,91.48882,322.93207,74.96473,98.10707,266.2907,181.99504,940.777,158.29955,5.9383473,9.496181,4.2130833,53.812977,19708.203,3.6380935,34.5745,53.885868,41.954475,337.54736,68.02606,151.98601,1.6155834,129.68413,462.66077,244.91049,156.51422,465.51517,34.5756,97.09789,138.7427,9.754639,1.666406,10.730161,940.33374,0.057285197,0.21047361,49.612385,7.3489304,3.3422682,3.4123404,8.640288,82.23094,27.615417,87.193344,560.0608,242.39772,2229.7058,1880.2941,30.281925,55.232925,10037.326,7.3490477,97.587616,759.3566,188.31125,265.7145,106.90305,615.90063,908.19275,481.06223,29.99881,151.6262,995.94507,1924.4897,81.53265,975.52655,104.31475,1.0353578,61.28575,0.8575064,0.508606,2.4170806,76.36023,180.68591,170.80626,13.206435,2169.2512,472.6345,221.95535,316.69305,119.4258,83.958336,93.08433,78.368324,98.405556,766.91174,253.59573,153.13972,100.01376,24.443922,153.61809,138.1849,22.825954,537.5457,149.3335,1934.8284,32.868652,2259.6536,80.80865,422.18674,1416.9342,59.559254,13.096902,887.22754,772.5595,2331.4314,91.15226 +2023-09-01 02:00:00,0.0,17720.637,373.00952,38.017216,48.51389,36.397476,188.88237,29.664925,47.13471,21.332947,26.892433,1267.0087,166.86566,18.095549,179.26639,0.49428675,0.00019651283,29.265944,0.25458533,0.10288656,382.2823,0.13295992,430.9988,52.07153,0.15308353,0.20073827,135.52574,19.493376,47.149075,90.69178,27545.477,0.032282706,2076.3347,0.21159796,0.0962471,0.031217588,0.17754549,167.09918,192.9175,22.061064,149.175,35.40316,50.62827,2301.6772,1.785916,167.18825,87.06804,445.47485,58.386776,412.86496,42.6032,194.19394,0.0,2046.2063,8954.113,21.999704,579.7839,128.78687,39840.168,130.22223,19.438572,54.789192,190.78458,44.883,20.760435,103.754166,1476.8147,311.8927,56.99025,15.304211,13.428166,460.25137,63.136658,919.1179,85.41055,2599.519,283.4111,250.47478,93.896675,97.67535,5.96874,9.007072,9.170331,2.055781,1.3536847,83.83483,92.103874,94.75464,51.772263,46.518013,127.900604,11.7939205,2839.1702,36.979263,54.41875,41.063293,35.286007,272.7102,77.71195,64.892365,10.815377,30.807596,54.51017,221.75,608.5623,91.45264,322.7881,74.925255,98.01256,266.1141,181.86507,940.22064,158.20676,5.932695,9.492361,4.2161665,53.8338,19701.31,3.6355205,34.563396,53.87174,41.929295,337.39032,68.0188,151.92227,1.6159816,129.66826,462.6002,244.8712,156.44386,465.45444,34.584538,97.07977,138.7398,9.757055,1.6671396,10.734882,940.1675,0.057262704,0.21061389,49.63588,7.3564324,3.3460748,3.4183419,8.650364,82.22927,27.630835,87.250946,560.1915,242.52272,2230.3345,1880.5481,30.300692,55.257523,10033.46,7.351431,97.63356,759.29584,188.3725,265.77902,106.931114,616.2013,908.1229,481.0799,29.99762,151.65242,995.55194,1923.675,81.5315,975.2674,104.31283,1.0355222,61.270683,0.85755974,0.5088222,2.4172018,76.32713,180.75183,170.69113,13.212871,2167.774,472.43567,221.91072,316.6361,119.351585,83.916664,93.00199,78.403305,98.31111,766.3235,253.47717,152.97525,99.93587,24.462847,153.5219,138.11981,22.81261,537.2474,149.25537,1933.2322,32.86535,2258.6606,80.80046,422.08582,1415.9062,59.518097,13.105727,887.14355,772.64636,2330.8684,91.210594 +2023-09-01 03:00:00,0.0,17713.752,372.98727,38.06368,48.544365,36.43258,188.99873,29.676992,47.16072,21.339272,26.910858,1267.7096,166.80782,18.104435,179.31209,0.4938172,0.00027476926,29.273024,0.25437796,0.10294274,382.5652,0.13288987,431.18475,52.119576,0.15297715,0.2005392,135.5782,19.509295,47.168056,90.71949,27529.547,0.032295026,2076.3247,0.21206716,0.096175,0.031307865,0.17738372,167.16962,193.04012,22.061153,149.1375,35.40891,50.58808,2301.4712,1.7853057,167.06502,87.00206,445.4444,58.352665,412.94717,42.575035,194.06258,0.0,2045.0688,8948.948,21.973969,579.5629,128.71251,39831.516,130.12128,19.416218,54.743313,190.58646,44.843517,20.73717,103.64315,1475.932,311.96405,56.953556,15.286673,13.418438,459.86456,63.077362,918.2185,85.51583,2599.3499,283.81668,250.29565,93.98788,98.122765,5.967793,9.005117,9.173935,2.0570834,1.3553468,83.792755,92.06838,94.75071,51.744026,46.507793,127.83023,11.792804,2840.3801,36.96766,54.378124,41.03444,35.259636,272.64862,77.6772,64.83854,10.809852,30.793848,54.47702,221.5877,608.02765,91.41646,322.64407,74.88579,97.918045,265.9375,181.7351,939.6643,158.11397,5.927042,9.488542,4.21925,53.85462,19694.418,3.6329472,34.552288,53.857605,41.904114,337.23328,68.01153,151.85852,1.6163797,129.65239,462.5396,244.8319,156.37352,465.39374,34.59347,97.06166,138.73691,9.759472,1.6678733,10.739605,940.0012,0.057240207,0.21075417,49.659378,7.363934,3.3498812,3.4243436,8.660439,82.22761,27.64625,87.30854,560.3223,242.64772,2230.9634,1880.8022,30.319458,55.282116,10029.595,7.353814,97.67951,759.235,188.43375,265.84354,106.95917,616.5019,908.0531,481.09756,29.99643,151.67862,995.1589,1922.8605,81.53034,975.00824,104.31091,1.0356867,61.25561,0.85761315,0.50903845,2.4173226,76.29403,180.81775,170.57599,13.219305,2166.2969,472.23682,221.86607,316.57916,119.27738,83.875,92.91965,78.43829,98.21667,765.7353,253.35863,152.81076,99.85796,24.48177,153.4257,138.05472,22.799265,536.9491,149.17726,1931.6359,32.862045,2257.6675,80.79227,421.98492,1414.8784,59.476944,13.114552,887.0596,772.73315,2330.3054,91.268936 +2023-09-01 04:00:00,0.0,17706.867,372.965,38.11014,48.574837,36.467678,189.1151,29.689058,47.186737,21.345598,26.929285,1268.4104,166.74995,18.113321,179.35779,0.49334767,0.00035302568,29.280104,0.25417063,0.10299893,382.8481,0.13281982,431.3707,52.167625,0.15287077,0.20034015,135.63066,19.525213,47.18704,90.7472,27513.617,0.032307345,2076.3147,0.21253635,0.0961029,0.03139814,0.17722194,167.24004,193.16275,22.061243,149.1,35.414658,50.547894,2301.2654,1.7846954,166.94177,86.93607,445.414,58.318554,413.0294,42.546867,193.93121,0.0,2043.9312,8943.783,21.948235,579.342,128.63817,39822.86,130.02032,19.393864,54.697433,190.38837,44.804035,20.713905,103.53214,1475.0493,312.03543,56.916862,15.2691345,13.408709,459.47775,63.018066,917.31915,85.62111,2599.181,284.22223,250.11652,94.07907,98.57018,5.966846,9.003162,9.17754,2.0583858,1.3570089,83.75069,92.03289,94.74678,51.715786,46.497578,127.75986,11.791687,2841.5903,36.95606,54.3375,41.005585,35.23326,272.58704,77.64245,64.78472,10.804325,30.7801,54.44387,221.42542,607.493,91.38028,322.50006,74.84632,97.82354,265.7609,181.60513,939.10803,158.02116,5.921389,9.484722,4.2223334,53.875443,19687.525,3.6303742,34.541183,53.843475,41.878933,337.07626,68.00426,151.79477,1.6167779,129.63652,462.47903,244.79259,156.30316,465.333,34.602406,97.04354,138.734,9.7618885,1.6686069,10.744327,939.83496,0.057217713,0.21089445,49.682873,7.371436,3.3536878,3.4303453,8.670514,82.22594,27.661667,87.366135,560.4531,242.77272,2231.592,1881.0563,30.338224,55.306713,10025.7295,7.356198,97.725464,759.1742,188.495,265.90805,106.98722,616.80255,907.9833,481.11523,29.995237,151.70482,994.76575,1922.0458,81.52919,974.74915,104.30899,1.0358511,61.240543,0.8576665,0.50925463,2.4174438,76.260925,180.88367,170.46086,13.22574,2164.8198,472.03796,221.82143,316.52222,119.20317,83.833336,92.83731,78.47328,98.12222,765.14703,253.24007,152.64627,99.78006,24.500694,153.32951,137.98962,22.785921,536.65076,149.09914,1930.0397,32.85874,2256.6746,80.78408,421.88403,1413.8505,59.43579,13.123377,886.9756,772.81995,2329.7424,91.32728 +2023-09-01 05:00:00,0.0,17699.982,372.94275,38.15661,48.605312,36.50278,189.23146,29.701124,47.212753,21.351923,26.947712,1269.1112,166.69211,18.122208,179.40347,0.49287814,0.00043128207,29.287182,0.2539633,0.10305511,383.13104,0.13274977,431.55664,52.215675,0.1527644,0.2001411,135.68312,19.541132,47.206017,90.77491,27497.688,0.03231967,2076.3044,0.21300554,0.0960308,0.031488415,0.17706016,167.31047,193.28539,22.061333,149.0625,35.420406,50.507706,2301.0593,1.7840852,166.81854,86.870094,445.38354,58.284443,413.1116,42.5187,193.79985,0.0,2042.7937,8938.619,21.9225,579.121,128.56381,39814.207,129.91937,19.37151,54.651554,190.19025,44.76455,20.69064,103.42113,1474.1666,312.10678,56.880165,15.251596,13.39898,459.0909,62.95877,916.41974,85.72639,2599.0117,284.62778,249.9374,94.170265,99.0176,5.965899,9.001207,9.181145,2.0596883,1.3586711,83.70861,91.997406,94.74285,51.68755,46.48736,127.68948,11.79057,2842.8003,36.944458,54.296875,40.97673,35.20689,272.52548,77.6077,64.7309,10.7987995,30.766352,54.41072,221.26312,606.9584,91.3441,322.35608,74.806854,97.72903,265.5843,181.47517,938.5517,157.92838,5.915736,9.480903,4.2254167,53.896267,19680.633,3.627801,34.530075,53.82934,41.853752,336.91922,67.996994,151.73103,1.617176,129.62065,462.41846,244.75328,156.23282,465.2723,34.611343,97.02543,138.73108,9.764305,1.6693405,10.749049,939.6687,0.057195216,0.21103472,49.706367,7.378938,3.3574944,3.4363468,8.68059,82.224266,27.677084,87.42373,560.58386,242.89772,2232.221,1881.3103,30.35699,55.331306,10021.863,7.358581,97.77141,759.1134,188.55624,265.97256,107.015274,617.1032,907.91345,481.1329,29.994047,151.73102,994.3727,1921.2312,81.52804,974.49,104.30707,1.0360156,61.225475,0.8577199,0.5094709,2.4175646,76.22782,180.94958,170.34572,13.232176,2163.3425,471.83914,221.77678,316.46527,119.12897,83.791664,92.754974,78.50827,98.02778,764.5588,253.12152,152.48178,99.70216,24.519617,153.23332,137.92453,22.772575,536.3525,149.02103,1928.4434,32.85544,2255.6814,80.775894,421.78314,1412.8225,59.394638,13.132202,886.8916,772.9068,2329.1794,91.38561 +2023-09-01 06:00:00,0.0,17693.098,372.9205,38.20307,48.635784,36.53788,189.34782,29.71319,47.23877,21.358248,26.966139,1269.812,166.63425,18.131092,179.44917,0.4924086,0.0005095385,29.294262,0.25375596,0.10311129,383.41397,0.13267973,431.7426,52.263725,0.15265802,0.19994205,135.73557,19.55705,47.225,90.80262,27481.76,0.03233199,2076.2944,0.21347474,0.095958695,0.031578694,0.17689839,167.3809,193.40802,22.061424,149.025,35.42615,50.467514,2300.8535,1.7834749,166.69531,86.804115,445.35312,58.25033,413.19382,42.490532,193.66847,0.0,2041.6562,8933.454,21.896767,578.9,128.48946,39805.555,129.81842,19.349154,54.605675,189.99213,44.725067,20.667376,103.31012,1473.284,312.17813,56.84347,15.234059,13.389252,458.7041,62.899475,915.5204,85.831665,2598.8428,285.03333,249.75827,94.26146,99.46502,5.964952,8.999252,9.18475,2.060991,1.3603331,83.66654,91.961914,94.73892,51.65931,46.477142,127.61911,11.7894535,2844.0105,36.932858,54.25625,40.94788,35.18052,272.4639,77.572945,64.677086,10.793273,30.752605,54.37757,221.10083,606.4237,91.307915,322.21207,74.76738,97.634514,265.40768,181.34521,937.99536,157.83559,5.910084,9.477083,4.2285,53.917088,19673.74,3.625228,34.51897,53.81521,41.82857,336.76218,67.98972,151.66728,1.6175741,129.60478,462.35788,244.71399,156.16246,465.21158,34.620277,97.00732,138.72818,9.766722,1.6700741,10.753772,939.50244,0.057172723,0.211175,49.729862,7.3864403,3.361301,3.4423485,8.690665,82.222595,27.692501,87.48133,560.71466,243.02272,2232.8496,1881.5643,30.375757,55.3559,10017.998,7.3609643,97.81736,759.0526,188.6175,266.03708,107.043335,617.4039,907.8436,481.1506,29.992857,151.75723,993.97955,1920.4165,81.526886,974.23083,104.305145,1.0361801,61.210407,0.8577733,0.50968707,2.4176857,76.194725,181.01549,170.23059,13.238611,2161.8655,471.6403,221.73215,316.40833,119.05476,83.75,92.67264,78.54325,97.933334,763.9705,253.00298,152.3173,99.62426,24.538542,153.13713,137.85945,22.759232,536.05414,148.94292,1926.8472,32.852135,2254.6885,80.76771,421.68225,1411.7946,59.35348,13.141027,886.8076,772.9936,2328.6165,91.443954 +2023-09-01 07:00:00,0.0,17686.213,372.89822,38.249535,48.66626,36.572983,189.46417,29.725258,47.264782,21.364574,26.984564,1270.513,166.5764,18.139978,179.49486,0.49193907,0.00058779493,29.301342,0.2535486,0.103167474,383.69687,0.13260968,431.92856,52.311775,0.15255164,0.19974299,135.78802,19.57297,47.24398,90.83033,27465.83,0.032344308,2076.2844,0.21394393,0.095886596,0.03166897,0.17673661,167.45132,193.53064,22.061514,148.9875,35.4319,50.427326,2300.6475,1.7828647,166.57208,86.73813,445.3227,58.21622,413.27603,42.462364,193.53711,0.0,2040.5186,8928.289,21.871033,578.6791,128.41512,39796.9,129.71747,19.3268,54.559795,189.79402,44.685585,20.64411,103.199104,1472.4014,312.24948,56.806778,15.216521,13.379522,458.3173,62.840176,914.621,85.93694,2598.6736,285.4389,249.57915,94.35265,99.91244,5.964005,8.997297,9.188354,2.0622935,1.3619952,83.624466,91.92642,94.73499,51.631073,46.466923,127.54874,11.788338,2845.2205,36.921257,54.215626,40.919025,35.154144,272.4023,77.53819,64.62326,10.787747,30.738857,54.34442,220.93854,605.88904,91.271736,322.06808,74.72791,97.54,265.23108,181.21524,937.439,157.7428,5.904431,9.473264,4.2315836,53.937912,19666.848,3.6226547,34.507862,53.80108,41.80339,336.60513,67.98245,151.60353,1.6179723,129.58893,462.2973,244.67468,156.09212,465.15088,34.62921,96.9892,138.72528,9.769138,1.6708077,10.758493,939.3362,0.057150226,0.21131527,49.753357,7.3939424,3.3651073,3.4483502,8.70074,82.22093,27.707916,87.538925,560.84546,243.14772,2233.4785,1881.8185,30.394524,55.380497,10014.133,7.3633475,97.863304,758.9918,188.67876,266.1016,107.07139,617.7045,907.7738,481.16827,29.991667,151.78343,993.5865,1919.6019,81.52573,973.9717,104.30322,1.0363445,61.19534,0.85782665,0.5099033,2.4178066,76.16162,181.0814,170.11545,13.245046,2160.3884,471.44144,221.6875,316.35138,118.98055,83.708336,92.5903,78.57824,97.83889,763.3823,252.88441,152.15282,99.54636,24.557465,153.04094,137.79436,22.745886,535.75586,148.86479,1925.2509,32.84883,2253.6953,80.75952,421.58133,1410.7667,59.31233,13.149852,886.72363,773.0804,2328.0535,91.5023 +2023-09-01 08:00:00,0.0,17679.328,372.87598,38.296,48.69673,36.60808,189.58054,29.737324,47.2908,21.3709,27.00299,1271.2137,166.51854,18.148865,179.54056,0.49146953,0.00066605135,29.30842,0.25334126,0.10322366,383.9798,0.13253963,432.1145,52.35982,0.15244526,0.19954394,135.84048,19.588888,47.262962,90.85805,27449.9,0.03235663,2076.2744,0.21441312,0.0958145,0.031759243,0.17657483,167.52176,193.65327,22.061604,148.95,35.43765,50.38714,2300.4417,1.7822545,166.44885,86.67215,445.29224,58.18211,413.35825,42.434196,193.40575,0.0,2039.3811,8923.124,21.845297,578.45807,128.34076,39788.246,129.61652,19.304445,54.513912,189.59592,44.6461,20.620846,103.0881,1471.5187,312.32083,56.770084,15.198983,13.369794,457.93045,62.78088,913.7216,86.04222,2598.5046,285.84445,249.40004,94.44385,100.359856,5.963058,8.995342,9.191958,2.063596,1.3636574,83.5824,91.89093,94.731064,51.602833,46.456707,127.47836,11.787221,2846.4307,36.909653,54.175,40.89017,35.127773,272.34076,77.50344,64.56944,10.782222,30.72511,54.31127,220.77625,605.3544,91.23556,321.92407,74.688446,97.44549,265.0545,181.08528,936.8827,157.65001,5.898778,9.469444,4.234667,53.958733,19659.953,3.6200814,34.496758,53.786945,41.778214,336.4481,67.97518,151.5398,1.6183704,129.57306,462.23672,244.63538,156.02176,465.09015,34.638145,96.971085,138.72237,9.771555,1.6715413,10.763216,939.1699,0.057127733,0.21145555,49.77685,7.401444,3.368914,3.4543517,8.710815,82.21926,27.723333,87.59652,560.9762,243.27272,2234.1072,1882.0725,30.41329,55.40509,10010.268,7.365731,97.909256,758.931,188.74,266.1661,107.09944,618.0052,907.70404,481.18594,29.990477,151.80963,993.19336,1918.7872,81.524574,973.7125,104.3013,1.036509,61.180267,0.85788006,0.5101195,2.4179277,76.12852,181.14732,170.0003,13.251481,2158.9111,471.2426,221.64285,316.29443,118.90635,83.666664,92.50796,78.61323,97.744446,762.79407,252.76587,151.98833,99.46846,24.576387,152.94475,137.72926,22.732542,535.4575,148.78668,1923.6547,32.845528,2252.7024,80.751335,421.48044,1409.7388,59.271175,13.158677,886.63965,773.16724,2327.4905,91.56063 +2023-09-01 09:00:00,0.0,17672.443,372.8537,38.342464,48.727207,36.643185,189.6969,29.74939,47.316814,21.377224,27.021418,1271.9146,166.4607,18.15775,179.58626,0.491,0.00074430776,29.3155,0.25313392,0.103279844,384.26273,0.13246958,432.30045,52.40787,0.15233888,0.19934489,135.89294,19.604807,47.281944,90.88576,27433.973,0.03236895,2076.2644,0.21488231,0.09574239,0.03184952,0.17641304,167.59218,193.77591,22.061695,148.9125,35.443394,50.34695,2300.2356,1.7816442,166.32562,86.60617,445.26184,58.148,413.44046,42.406033,193.27437,0.0,2038.2434,8917.96,21.819563,578.2371,128.2664,39779.59,129.51555,19.282091,54.468033,189.3978,44.606617,20.59758,102.97708,1470.636,312.39218,56.73339,15.181445,13.3600645,457.54364,62.721584,912.8222,86.1475,2598.3354,286.25,249.22092,94.53505,100.807274,5.962111,8.993386,9.195563,2.0648987,1.3653194,83.54032,91.855446,94.727135,51.574596,46.446487,127.40799,11.786104,2847.6406,36.898052,54.134377,40.861317,35.1014,272.27917,77.46869,64.515625,10.776695,30.711363,54.278122,220.61395,604.81976,91.19938,321.78006,74.64898,97.350975,264.8779,180.9553,936.32635,157.55722,5.893125,9.465625,4.23775,53.979553,19653.06,3.6175084,34.48565,53.772816,41.753033,336.29105,67.96792,151.47604,1.6187686,129.55719,462.17615,244.59608,155.95142,465.02945,34.647083,96.952965,138.71945,9.7739725,1.672275,10.767938,939.00366,0.057105236,0.21159583,49.80035,7.408946,3.3727205,3.4603534,8.720891,82.21759,27.73875,87.65412,561.10706,243.39772,2234.736,1882.3265,30.432056,55.429688,10006.401,7.368114,97.95521,758.8702,188.80125,266.23062,107.1275,618.3058,907.6342,481.2036,29.989286,151.83585,992.8003,1917.9727,81.52342,973.45337,104.299385,1.0366735,61.1652,0.85793346,0.51033574,2.4180486,76.09541,181.21324,169.88518,13.257916,2157.434,471.04376,221.59822,316.2375,118.832146,83.625,92.42562,78.64821,97.65,762.2058,252.64731,151.82385,99.39056,24.595312,152.84857,137.66417,22.719196,535.15924,148.70856,1922.0583,32.842224,2251.7092,80.74314,421.37955,1408.7108,59.230022,13.167502,886.55566,773.254,2326.9275,91.61897 +2023-09-01 10:00:00,0.0,17665.557,372.83145,38.388927,48.75768,36.678284,189.81326,29.761456,47.34283,21.38355,27.039845,1272.6154,166.40283,18.166636,179.63194,0.4905305,0.0008225642,29.32258,0.2529266,0.10333602,384.54565,0.13239954,432.48642,52.45592,0.15223251,0.19914584,135.94539,19.620726,47.300926,90.91347,27418.043,0.03238127,2076.2544,0.2153515,0.09567029,0.031939797,0.17625126,167.66261,193.89854,22.061785,148.875,35.449142,50.30676,2300.0298,1.7810339,166.20238,86.540184,445.23138,58.113888,413.52267,42.377865,193.143,0.0,2037.106,8912.795,21.793829,578.0162,128.19206,39770.938,129.4146,19.259735,54.422153,189.19968,44.567135,20.574316,102.866066,1469.7534,312.46353,56.696697,15.163908,13.350336,457.1568,62.66229,911.92285,86.25278,2598.1665,286.65555,249.04178,94.62624,101.25469,5.961164,8.991431,9.199168,2.0662012,1.3669815,83.49825,91.819954,94.723206,51.546356,46.43627,127.337616,11.784987,2848.8506,36.88645,54.09375,40.832466,35.075027,272.2176,77.43394,64.46181,10.77117,30.697615,54.244976,220.45166,604.2851,91.16319,321.63608,74.609505,97.25646,264.7013,180.82535,935.77,157.46443,5.8874726,9.461805,4.2408333,54.000378,19646.168,3.6149352,34.474545,53.758682,41.72785,336.13403,67.96065,151.4123,1.6191667,129.54132,462.11557,244.55678,155.88106,464.96875,34.656017,96.93485,138.71655,9.776389,1.6730086,10.77266,938.8374,0.057082742,0.21173611,49.823845,7.416448,3.376527,3.466355,8.730967,82.21592,27.754168,87.711716,561.2378,243.52272,2235.3647,1882.5806,30.450823,55.45428,10002.536,7.370497,98.00115,758.8094,188.8625,266.29514,107.155556,618.60645,907.5644,481.22128,29.988094,151.86205,992.40717,1917.158,81.52227,973.1942,104.29746,1.0368379,61.15013,0.8579868,0.510552,2.4181695,76.06232,181.27916,169.77003,13.264352,2155.957,470.8449,221.55357,316.18054,118.757935,83.583336,92.343285,78.6832,97.55556,761.61755,252.52876,151.65936,99.31265,24.614235,152.75238,137.59908,22.705853,534.86096,148.63045,1920.4622,32.83892,2250.716,80.734955,421.27863,1407.6829,59.188866,13.176328,886.4717,773.3408,2326.3645,91.677315 +2023-09-01 11:00:00,0.0,17658.672,372.8092,38.435394,48.788155,36.713387,189.92963,29.773523,47.368847,21.389875,27.058271,1273.3162,166.34499,18.175522,179.67764,0.49006096,0.0009008206,29.329659,0.25271925,0.103392206,384.82858,0.1323295,432.67236,52.50397,0.15212613,0.19894679,135.99785,19.636644,47.31991,90.94118,27402.113,0.032393593,2076.2444,0.2158207,0.09559819,0.032030072,0.17608948,167.73303,194.02116,22.061874,148.8375,35.45489,50.26657,2299.8237,1.7804236,166.07915,86.474205,445.20096,58.079777,413.6049,42.349697,193.01164,0.0,2035.9683,8907.63,21.768095,577.79517,128.1177,39762.28,129.31364,19.237381,54.376274,189.00159,44.52765,20.55105,102.75506,1468.8707,312.53488,56.660004,15.14637,13.340608,456.77,62.602993,911.02344,86.358055,2597.9973,287.06113,248.86266,94.71744,101.70211,5.960217,8.989476,9.202772,2.0675037,1.3686436,83.45618,91.78447,94.71928,51.51812,46.426052,127.26724,11.783871,2850.0608,36.87485,54.053123,40.80361,35.048653,272.15604,77.399185,64.40799,10.765643,30.683867,54.211826,220.28937,603.7504,91.127014,321.49207,74.57004,97.16195,264.5247,180.69539,935.2137,157.37163,5.8818197,9.457986,4.2439165,54.0212,19639.275,3.6123621,34.463436,53.74455,41.70267,335.977,67.95338,151.34856,1.6195649,129.52545,462.055,244.51747,155.81071,464.90802,34.66495,96.91674,138.71365,9.778806,1.6737422,10.777383,938.67114,0.057060245,0.21187639,49.84734,7.42395,3.3803334,3.4723566,8.741042,82.21426,27.769585,87.76931,561.3686,243.64772,2235.9937,1882.8346,30.46959,55.478874,9998.671,7.372881,98.047104,758.7486,188.92375,266.35965,107.18361,618.9071,907.49457,481.23895,29.986904,151.88824,992.0141,1916.3434,81.52112,972.9351,104.29554,1.0370024,61.135063,0.8580402,0.5107682,2.4182906,76.02921,181.34508,169.6549,13.270787,2154.4797,470.6461,221.50893,316.1236,118.68373,83.541664,92.26095,78.718185,97.46111,761.02936,252.41022,151.49487,99.23476,24.63316,152.65619,137.53398,22.692507,534.5626,148.55232,1918.8658,32.835617,2249.7231,80.72677,421.17773,1406.655,59.147713,13.185152,886.3877,773.4276,2325.8015,91.73565 +2023-09-01 12:00:00,0.0,17651.787,372.78693,38.481857,48.818626,36.748486,190.04599,29.78559,47.39486,21.396202,27.076696,1274.0171,166.28712,18.184408,179.72334,0.48959142,0.000979077,29.336739,0.2525119,0.10344839,385.11148,0.13225944,432.8583,52.55202,0.15201975,0.19874772,136.05031,19.652563,47.33889,90.96889,27386.184,0.032405913,2076.2344,0.2162899,0.095526084,0.032120347,0.17592771,167.80347,194.1438,22.061964,148.8,35.46064,50.226383,2299.6177,1.7798134,165.95592,86.40822,445.17053,58.045666,413.6871,42.32153,192.88028,0.0,2034.8308,8902.466,21.742361,577.5742,128.04337,39753.63,129.21269,19.215027,54.330395,188.80347,44.488167,20.527784,102.64404,1467.988,312.60626,56.62331,15.128832,13.330878,456.38318,62.543697,910.1241,86.46333,2597.8284,287.46667,248.68353,94.80863,102.14953,5.95927,8.987521,9.206377,2.0688062,1.3703057,83.41411,91.74897,94.71535,51.489883,46.415836,127.19687,11.782754,2851.2708,36.863247,54.0125,40.774757,35.02228,272.09445,77.36443,64.354164,10.760118,30.67012,54.178677,220.12708,603.2158,91.090836,321.34805,74.53057,97.067444,264.34808,180.56541,934.6574,157.27884,5.876167,9.454166,4.247,54.04202,19632.383,3.609789,34.452328,53.73042,41.67749,335.81995,67.94611,151.2848,1.619963,129.50958,461.99442,244.47816,155.74036,464.84732,34.67389,96.89862,138.71074,9.781222,1.6744758,10.7821045,938.5049,0.057037752,0.21201667,49.870834,7.4314523,3.38414,3.4783583,8.751117,82.212585,27.785,87.82691,561.4994,243.77272,2236.6223,1883.0887,30.488356,55.50347,9994.805,7.375264,98.093056,758.6878,188.985,266.42416,107.21167,619.20776,907.42474,481.25662,29.985714,151.91444,991.621,1915.5287,81.51996,972.67596,104.29362,1.0371668,61.119995,0.8580936,0.5109844,2.4184115,75.99611,181.411,169.53976,13.277222,2153.0027,470.44724,221.46428,316.06668,118.60953,83.5,92.17861,78.75317,97.36667,760.4411,252.29166,151.33038,99.15685,24.652082,152.56,137.46889,22.679163,534.26434,148.47421,1917.2697,32.832314,2248.73,80.71858,421.07684,1405.6271,59.10656,13.193977,886.3037,773.51447,2325.2385,91.79399 +2023-09-01 13:00:00,0.0,17644.902,372.76468,38.52832,48.849102,36.78359,190.16235,29.797655,47.420876,21.402527,27.095123,1274.7179,166.22928,18.193293,179.76903,0.48912188,0.0010573334,29.343819,0.25230455,0.10350457,385.3944,0.13218941,433.04425,52.60007,0.15191337,0.19854867,136.10277,19.668482,47.35787,90.9966,27370.256,0.032418232,2076.2244,0.21675909,0.095453985,0.032210622,0.17576593,167.8739,194.26643,22.062056,148.7625,35.466385,50.186195,2299.4119,1.7792032,165.83269,86.34224,445.1401,58.011555,413.76932,42.29336,192.7489,0.0,2033.6934,8897.301,21.716625,577.3533,127.96901,39744.977,129.11174,19.192673,54.284515,188.60535,44.448685,20.50452,102.533035,1467.1055,312.6776,56.586613,15.111294,13.32115,455.99634,62.4844,909.2247,86.56861,2597.6592,287.87222,248.5044,94.899826,102.596954,5.9583235,8.985566,9.209982,2.070109,1.3719678,83.37203,91.713486,94.71142,51.461643,46.405617,127.12649,11.781637,2852.481,36.851646,53.971874,40.745907,34.99591,272.03287,77.32968,64.30035,10.754591,30.656372,54.145527,219.96478,602.68115,91.05466,321.20407,74.491104,96.97293,264.17148,180.43546,934.1011,157.18605,5.870514,9.450347,4.2500834,54.062843,19625.49,3.607216,34.441223,53.716286,41.65231,335.6629,67.93884,151.22105,1.6203612,129.49371,461.93384,244.43887,155.67001,464.7866,34.682823,96.88051,138.70782,9.783639,1.6752094,10.786827,938.3386,0.057015255,0.21215694,49.89433,7.438954,3.3879466,3.48436,8.761192,82.210915,27.800417,87.88451,561.6302,243.89772,2237.2512,1883.3428,30.507122,55.528065,9990.939,7.3776474,98.139,758.627,189.04625,266.48868,107.23972,619.5084,907.3549,481.2743,29.984524,151.94066,991.2279,1914.7141,81.51881,972.4168,104.291695,1.0373313,61.104923,0.85814697,0.5112006,2.4185326,75.96301,181.47691,169.42464,13.283657,2151.5256,470.24838,221.41965,316.00974,118.53532,83.458336,92.09627,78.788155,97.272224,759.85284,252.17311,151.16591,99.07895,24.671005,152.4638,137.4038,22.665817,533.966,148.3961,1915.6733,32.82901,2247.737,80.710396,420.97595,1404.5991,59.065403,13.202803,886.2197,773.60126,2324.6755,91.85233 +2023-09-01 14:00:00,0.0,17638.018,372.7424,38.574787,48.879578,36.818687,190.27872,29.809721,47.44689,21.408852,27.11355,1275.4187,166.17142,18.202179,179.81473,0.48865235,0.0011355898,29.350897,0.25209722,0.10356075,385.67734,0.13211936,433.23022,52.648117,0.151807,0.19834962,136.15521,19.684402,47.37685,91.02431,27354.326,0.032430556,2076.2144,0.21722828,0.095381886,0.0323009,0.17560415,167.94432,194.38907,22.062145,148.725,35.472134,50.146004,2299.2058,1.778593,165.70946,86.27626,445.10968,57.977444,413.85153,42.265194,192.61754,0.0,2032.5557,8892.136,21.690891,577.13226,127.89466,39736.32,129.01079,19.170317,54.238636,188.40724,44.409203,20.481255,102.42202,1466.2228,312.74896,56.54992,15.093757,13.31142,455.60953,62.425106,908.3253,86.67389,2597.4902,288.27777,248.32527,94.99102,103.04437,5.9573765,8.983611,9.213587,2.0714114,1.3736299,83.32996,91.67799,94.70749,51.433407,46.3954,127.056114,11.78052,2853.691,36.840046,53.93125,40.717052,34.969536,271.9713,77.29493,64.24653,10.749065,30.642624,54.112377,219.8025,602.1465,91.01847,321.06006,74.45163,96.87842,263.99487,180.30548,933.54474,157.09326,5.8648615,9.4465275,4.2531667,54.083664,19618.598,3.6046426,34.430115,53.702156,41.62713,335.50586,67.93157,151.15732,1.6207594,129.47784,461.8733,244.39957,155.59966,464.7259,34.691757,96.86239,138.70493,9.786056,1.675943,10.79155,938.17236,0.05699276,0.21229722,49.917824,7.446456,3.3917532,3.4903617,8.771268,82.20924,27.815834,87.9421,561.7609,244.02272,2237.88,1883.5968,30.525888,55.55266,9987.074,7.3800306,98.18495,758.56616,189.1075,266.5532,107.26778,619.809,907.2851,481.29196,29.983334,151.96686,990.8348,1913.8994,81.517654,972.15765,104.28977,1.0374959,61.089855,0.8582004,0.51141685,2.4186535,75.92991,181.54283,169.3095,13.290092,2150.0483,470.04956,221.375,315.9528,118.46111,83.416664,92.01393,78.82314,97.17778,759.2646,252.05455,151.00142,99.00105,24.68993,152.36761,137.3387,22.652473,533.6677,148.31798,1914.077,32.825706,2246.744,80.70221,420.87506,1403.5712,59.02425,13.211628,886.13574,773.68805,2324.1125,91.91067 +2023-09-01 15:00:00,0.0,17631.133,372.72015,38.62125,48.91005,36.85379,190.39508,29.821789,47.472908,21.415178,27.131977,1276.1195,166.11357,18.211065,179.86041,0.4881828,0.0012138463,29.357977,0.25188988,0.10361694,385.96027,0.1320493,433.41617,52.696167,0.15170062,0.19815058,136.20767,19.700321,47.395832,91.05202,27338.396,0.032442875,2076.204,0.21769747,0.09530979,0.032391176,0.17544237,168.01476,194.51169,22.062235,148.6875,35.477882,50.105816,2299.0,1.7779827,165.58623,86.21027,445.07922,57.943333,413.93375,42.23703,192.48618,0.0,2031.4182,8886.972,21.665157,576.9113,127.82031,39727.668,128.90984,19.147963,54.192757,188.20914,44.369717,20.45799,102.31101,1465.3401,312.8203,56.513226,15.076219,13.301692,455.22272,62.36581,907.4259,86.77917,2597.321,288.68335,248.14615,95.08222,103.49179,5.9564295,8.981656,9.217192,2.0727139,1.3752921,83.28789,91.6425,94.70355,51.405167,46.38518,126.98574,11.779404,2854.9011,36.828445,53.890625,40.688198,34.943165,271.90973,77.26018,64.19271,10.74354,30.628876,54.079227,219.64021,601.6119,90.98229,320.91605,74.41216,96.783905,263.81827,180.17552,932.9884,157.00047,5.8592086,9.442708,4.25625,54.104485,19611.705,3.6020696,34.41901,53.688023,41.601948,335.34882,67.92431,151.09357,1.6211575,129.46198,461.8127,244.36026,155.52931,464.66516,34.700695,96.84428,138.70203,9.788472,1.6766766,10.796271,938.0061,0.056970265,0.2124375,49.941322,7.453958,3.3955595,3.4963632,8.781343,82.20758,27.831251,87.999695,561.8917,244.14772,2238.5088,1883.8508,30.544655,55.577255,9983.208,7.382414,98.2309,758.5054,189.16875,266.6177,107.29583,620.1097,907.2153,481.30963,29.982143,151.99306,990.4417,1913.0848,81.5165,971.8985,104.28786,1.0376602,61.074787,0.8582537,0.51163304,2.4187746,75.896805,181.60875,169.19437,13.296528,2148.5713,469.8507,221.33035,315.89584,118.3869,83.375,91.931595,78.85812,97.083336,758.6764,251.936,150.83693,98.92315,24.708853,152.27142,137.2736,22.639128,533.3694,148.23987,1912.4808,32.822403,2245.751,80.694016,420.77414,1402.5432,58.983097,13.220452,886.05176,773.7749,2323.5496,91.96901 +2023-09-01 16:00:00,0.0,17624.248,372.69788,38.667713,48.940525,36.88889,190.51144,29.833855,47.498924,21.421503,27.150402,1276.8204,166.05571,18.219952,179.90611,0.48771328,0.0012921026,29.365057,0.25168252,0.10367312,386.2432,0.13197926,433.6021,52.744217,0.15159424,0.19795151,136.26013,19.71624,47.414814,91.07973,27322.469,0.032455195,2076.194,0.21816666,0.09523768,0.03248145,0.17528059,168.08517,194.63432,22.062325,148.65,35.48363,50.065628,2298.794,1.7773725,165.46298,86.144295,445.04883,57.90922,414.01596,42.208862,192.35481,0.0,2030.2805,8881.807,21.639423,576.69037,127.74596,39719.01,128.80888,19.125608,54.146877,188.01102,44.330235,20.434725,102.2,1464.4574,312.89166,56.476532,15.058681,13.291964,454.83588,62.306515,906.52655,86.884445,2597.152,289.0889,247.96703,95.173416,103.93921,5.9554825,8.979701,9.220796,2.0740166,1.3769541,83.24582,91.60701,94.69962,51.37693,46.37496,126.91537,11.778287,2856.111,36.816845,53.85,40.659344,34.91679,271.84814,77.225426,64.138885,10.738013,30.61513,54.046078,219.47792,601.0772,90.94611,320.77206,74.372696,96.68939,263.64166,180.04556,932.43207,156.90768,5.8535557,9.438889,4.2593336,54.12531,19604.812,3.5994964,34.4079,53.67389,41.576767,335.19177,67.91704,151.02982,1.6215557,129.4461,461.75214,244.32097,155.45895,464.60446,34.70963,96.82616,138.69911,9.790889,1.6774104,10.800994,937.83984,0.05694777,0.21257778,49.964817,7.46146,3.3993661,3.5023649,8.791418,82.20591,27.846666,88.0573,562.0225,244.27272,2239.1377,1884.105,30.563421,55.601852,9979.343,7.384797,98.27685,758.4446,189.23,266.68222,107.32389,620.41034,907.14545,481.3273,29.980953,152.01927,990.04865,1912.2701,81.51535,971.63934,104.285934,1.0378247,61.05972,0.8583071,0.5118493,2.4188955,75.8637,181.67467,169.07922,13.302963,2147.0942,469.65186,221.28572,315.8389,118.3127,83.333336,91.84926,78.89311,96.98889,758.08813,251.81746,150.67245,98.845245,24.727777,152.17523,137.20851,22.625784,533.0711,148.16174,1910.8845,32.8191,2244.7578,80.68583,420.67325,1401.5154,58.941944,13.229278,885.9678,773.8617,2322.9866,92.02735 +2023-09-01 17:00:00,0.0,17617.363,372.67563,38.71418,48.970997,36.923992,190.6278,29.84592,47.524937,21.427828,27.168829,1277.5212,165.99786,18.228836,179.95181,0.48724374,0.0013703591,29.372137,0.2514752,0.1037293,386.5261,0.13190922,433.78806,52.792267,0.15148786,0.19775246,136.31259,19.732159,47.433796,91.10744,27306.54,0.032467518,2076.184,0.21863586,0.09516558,0.032571726,0.17511882,168.15561,194.75696,22.062416,148.6125,35.489376,50.02544,2298.5881,1.7767621,165.33975,86.078316,445.01837,57.87511,414.09818,42.180695,192.22343,0.0,2029.1431,8876.642,21.61369,576.46936,127.67161,39710.36,128.70793,19.103254,54.100998,187.8129,44.290752,20.41146,102.08899,1463.5748,312.963,56.43984,15.041143,13.282234,454.44907,62.24722,905.62714,86.989716,2596.983,289.49445,247.7879,95.26461,104.38663,5.9545355,8.977746,9.2244005,2.075319,1.3786162,83.20374,91.57152,94.695694,51.34869,46.364746,126.84499,11.77717,2857.3213,36.80524,53.809376,40.630493,34.89042,271.7866,77.190674,64.08507,10.732488,30.601381,54.012928,219.31563,600.54254,90.909935,320.62805,74.33322,96.59488,263.46506,179.91559,931.87573,156.81488,5.8479033,9.435069,4.262417,54.14613,19597.92,3.596923,34.396797,53.65976,41.551586,335.03476,67.90977,150.96606,1.6219537,129.43024,461.69156,244.28166,155.38861,464.54373,34.718563,96.808044,138.6962,9.793305,1.678144,10.805716,937.6736,0.056925274,0.21271805,49.98831,7.468962,3.4031727,3.5083666,8.801494,82.20424,27.862083,88.11489,562.1533,244.39772,2239.7664,1884.359,30.582188,55.626446,9975.478,7.387181,98.3228,758.3838,189.29124,266.74673,107.351944,620.711,907.0756,481.345,29.979761,152.04547,989.6555,1911.4556,81.51419,971.3802,104.28401,1.0379891,61.04465,0.8583605,0.5120655,2.4190166,75.830605,181.74059,168.96408,13.309398,2145.617,469.45303,221.24107,315.78195,118.238495,83.291664,91.76692,78.9281,96.89445,757.4999,251.6989,150.50797,98.76735,24.7467,152.07904,137.14343,22.612438,532.7728,148.08363,1909.2883,32.815796,2243.765,80.67764,420.57236,1400.4874,58.900787,13.238103,885.8838,773.9485,2322.4236,92.08569 +2023-09-01 18:00:00,0.0,17610.479,372.65338,38.760643,49.001472,36.95909,190.74417,29.857986,47.550953,21.434155,27.187256,1278.222,165.94,18.237722,179.9975,0.4867742,0.0014486155,29.379215,0.25126785,0.103785485,386.80902,0.13183917,433.97403,52.840317,0.15138148,0.19755341,136.36504,19.748077,47.452778,91.13515,27290.61,0.032479838,2076.174,0.21910505,0.09509348,0.032662004,0.17495704,168.22604,194.8796,22.062506,148.575,35.495125,49.98525,2298.382,1.7761519,165.21652,86.01233,444.98795,57.841,414.18036,42.152527,192.09207,0.0,2028.0056,8871.477,21.587954,576.2484,127.59726,39701.707,128.60698,19.080898,54.05512,187.6148,44.251266,20.388195,101.977974,1462.6921,313.03436,56.403145,15.023605,13.272506,454.06226,62.187923,904.7278,87.09499,2596.814,289.9,247.60876,95.355804,104.834045,5.9535885,8.975791,9.228005,2.0766215,1.3802783,83.16167,91.53603,94.691765,51.320454,46.354527,126.77462,11.776053,2858.5312,36.79364,53.76875,40.60164,34.864048,271.725,77.15592,64.03125,10.726961,30.587633,53.97978,219.15334,600.00793,90.87375,320.48404,74.293755,96.50037,263.28845,179.78563,931.3194,156.72209,5.8422503,9.43125,4.2655,54.166954,19591.027,3.59435,34.38569,53.645626,41.526405,334.87772,67.9025,150.90233,1.6223519,129.41437,461.63098,244.24236,155.31825,464.48303,34.7275,96.78993,138.6933,9.795722,1.6788776,10.810438,937.50726,0.05690278,0.21285833,50.011806,7.476464,3.4069793,3.514368,8.811569,82.20257,27.8775,88.172485,562.2841,244.52272,2240.3953,1884.613,30.600954,55.65104,9971.611,7.389564,98.368744,758.323,189.3525,266.81125,107.38,621.01166,907.0058,481.36267,29.97857,152.07167,989.26245,1910.6409,81.51304,971.1211,104.28209,1.0381536,61.02958,0.8584139,0.5122817,2.4191375,75.7975,181.80649,168.84895,13.315833,2144.14,469.25418,221.19643,315.725,118.16428,83.25,91.68458,78.96309,96.8,756.9116,251.58035,150.34348,98.689445,24.765625,151.98285,137.07834,22.599094,532.4745,148.00552,1907.692,32.812492,2242.7717,80.66946,420.47144,1399.4595,58.859634,13.246928,885.79974,774.03534,2321.8606,92.14403 +2023-09-01 19:00:00,0.0,17603.594,372.6311,38.807106,49.031944,36.994194,190.86052,29.870054,47.57697,21.44048,27.205683,1278.9229,165.88216,18.246609,180.0432,0.48630467,0.0015268719,29.386295,0.25106052,0.10384167,387.09195,0.13176912,434.15997,52.888363,0.1512751,0.19735436,136.4175,19.763996,47.47176,91.16286,27274.68,0.032492157,2076.164,0.21957424,0.095021375,0.03275228,0.17479526,168.29646,195.00221,22.062595,148.5375,35.500874,49.94506,2298.1763,1.7755417,165.09329,85.94635,444.95752,57.80689,414.26257,42.12436,191.96071,0.0,2026.8679,8866.3125,21.56222,576.02747,127.52291,39693.05,128.50603,19.058544,54.00924,187.41669,44.211784,20.364931,101.86697,1461.8094,313.10574,56.36645,15.006067,13.262776,453.6754,62.128628,903.82837,87.20027,2596.6448,290.30557,247.42964,95.447,105.28146,5.9526415,8.973836,9.23161,2.077924,1.3819404,83.1196,91.50055,94.687836,51.292213,46.34431,126.70425,11.774937,2859.7412,36.78204,53.728127,40.572784,34.837673,271.66342,77.12117,63.977432,10.721436,30.573887,53.94663,218.99104,599.47327,90.83757,320.34006,74.25429,96.40585,263.11185,179.65565,930.7631,156.6293,5.8365974,9.42743,4.2685833,54.187775,19584.135,3.5917768,34.374584,53.631493,41.501225,334.72067,67.89523,150.83858,1.62275,129.3985,461.5704,244.20305,155.24791,464.4223,34.736435,96.77181,138.6904,9.798139,1.6796112,10.815161,937.341,0.056880284,0.21299861,50.0353,7.483966,3.4107857,3.5203698,8.821645,82.200905,27.892918,88.23009,562.41486,244.64772,2241.024,1884.8671,30.61972,55.675636,9967.746,7.3919473,98.414696,758.26215,189.41376,266.87576,107.40806,621.3123,906.936,481.38034,29.97738,152.09787,988.8693,1909.8263,81.51189,970.86194,104.28017,1.0383182,61.01451,0.8584673,0.51249796,2.4192586,75.7644,181.8724,168.73381,13.3222685,2142.6628,469.05533,221.15178,315.66806,118.09008,83.208336,91.60224,78.99807,96.70556,756.32336,251.46179,150.17899,98.61154,24.784548,151.88666,137.01324,22.585749,532.1762,147.9274,1906.0958,32.80919,2241.7786,80.66127,420.37054,1398.4315,58.81848,13.255753,885.71576,774.12213,2321.2976,92.20237 +2023-09-01 20:00:00,0.0,17596.709,372.60886,38.853573,49.06242,37.029293,190.97688,29.88212,47.602985,21.446806,27.22411,1279.6237,165.8243,18.255493,180.0889,0.48583513,0.0016051283,29.393375,0.25085318,0.10389785,387.37488,0.13169907,434.34592,52.936413,0.15116872,0.19715531,136.46996,19.779915,47.49074,91.19057,27258.752,0.03250448,2076.154,0.22004344,0.094949275,0.032842554,0.17463347,168.3669,195.12485,22.062687,148.5,35.50662,49.904873,2297.9702,1.7749314,164.97006,85.88036,444.92706,57.772778,414.3448,42.09619,191.82933,0.0,2025.7305,8861.147,21.536486,575.80646,127.448555,39684.4,128.40508,19.03619,53.96336,187.21857,44.172302,20.341665,101.75595,1460.9269,313.1771,56.329758,14.988529,13.253048,453.2886,62.069332,902.929,87.30555,2596.4758,290.71112,247.25052,95.53819,105.72888,5.9516945,8.971881,9.235214,2.0792267,1.3836025,83.07752,91.46505,94.68391,51.263977,46.33409,126.63387,11.77382,2860.9514,36.77044,53.6875,40.54393,34.811302,271.60187,77.08642,63.92361,10.71591,30.560139,53.91348,218.82875,598.9386,90.80139,320.19604,74.21482,96.31135,262.93524,179.5257,930.2068,156.53651,5.8309445,9.423611,4.2716665,54.208595,19577.242,3.5892038,34.363476,53.617363,41.476044,334.56363,67.88796,150.77483,1.6231482,129.38263,461.50983,244.16376,155.17755,464.3616,34.74537,96.7537,138.68748,9.800555,1.6803448,10.819882,937.17474,0.05685779,0.2131389,50.058796,7.491468,3.4145923,3.5263715,8.83172,82.199234,27.908333,88.28768,562.54565,244.77272,2241.6528,1885.1211,30.638487,55.70023,9963.881,7.3943305,98.46065,758.20135,189.475,266.94028,107.43611,621.6129,906.86615,481.398,29.97619,152.12408,988.47626,1909.0116,81.510735,970.6028,104.278244,1.0384825,60.999443,0.8585206,0.51271415,2.4193795,75.73129,181.93832,168.61868,13.328704,2141.1855,468.8565,221.10715,315.6111,118.01587,83.166664,91.519905,79.03306,96.611115,755.73517,251.34325,150.01451,98.533646,24.80347,151.79047,136.94815,22.572405,531.87787,147.84929,1904.4995,32.805885,2240.7856,80.65308,420.26965,1397.4037,58.777325,13.264578,885.6318,774.2089,2320.7346,92.26071 +2023-09-01 21:00:00,0.0,17589.824,372.58658,38.900036,49.09289,37.064396,191.09325,29.894186,47.628998,21.45313,27.242535,1280.3246,165.76645,18.26438,180.13458,0.4853656,0.0016833848,29.400454,0.25064582,0.10395403,387.65778,0.13162903,434.5319,52.984463,0.15106234,0.19695625,136.52242,19.795834,47.509724,91.21828,27242.822,0.0325168,2076.144,0.22051263,0.094877176,0.032932833,0.17447169,168.43732,195.24748,22.062777,148.4625,35.512367,49.864685,2297.7644,1.7743212,164.84683,85.814384,444.89667,57.738667,414.427,42.068027,191.69797,0.0,2024.5928,8855.982,21.510752,575.5855,127.37421,39675.742,128.30412,19.013836,53.91748,187.02046,44.132816,20.318401,101.644936,1460.0442,313.24844,56.293064,14.970992,13.243319,452.9018,62.010033,902.0296,87.41083,2596.3066,291.11667,247.0714,95.629395,106.1763,5.9507475,8.969926,9.238819,2.0805292,1.3852646,83.03545,91.429565,94.67998,51.235737,46.323875,126.5635,11.772704,2862.1614,36.75884,53.646873,40.51508,34.784927,271.54028,77.05167,63.869793,10.710383,30.54639,53.88033,218.66646,598.40393,90.76521,320.05206,74.17535,96.216835,262.75864,179.39574,929.65045,156.44373,5.825292,9.419791,4.27475,54.22942,19570.35,3.5866306,34.35237,53.60323,41.450863,334.4066,67.88069,150.71109,1.6235464,129.36678,461.44925,244.12445,155.10721,464.3009,34.754303,96.73558,138.68457,9.802972,1.6810784,10.824605,937.0085,0.056835294,0.21327917,50.082294,7.49897,3.4183989,3.532373,8.841795,82.19756,27.92375,88.345276,562.67645,244.89772,2242.2815,1885.3752,30.657253,55.724827,9960.016,7.3967137,98.50659,758.14056,189.53625,267.0048,107.464165,621.9136,906.7963,481.41568,29.975,152.15028,988.0831,1908.197,81.509575,970.3436,104.27633,1.038647,60.984375,0.85857403,0.5129304,2.4195004,75.6982,182.00424,168.50354,13.335138,2139.7085,468.65765,221.0625,315.55417,117.941666,83.125,91.43757,79.06805,96.51667,755.1469,251.2247,149.85002,98.45574,24.822395,151.69427,136.88306,22.55906,531.5796,147.77116,1902.9033,32.80258,2239.7925,80.64489,420.16876,1396.3757,58.73617,13.273403,885.5478,774.2958,2320.1716,92.319046 +2023-09-01 22:00:00,0.0,17582.94,372.56433,38.9465,49.123367,37.099495,191.20961,29.906252,47.655014,21.459455,27.260962,1281.0254,165.70859,18.273266,180.18028,0.48489606,0.0017616411,29.407534,0.25043848,0.10401022,387.9407,0.13155898,434.71783,53.032513,0.15095596,0.1967572,136.57486,19.811752,47.5287,91.24599,27226.893,0.03252912,2076.134,0.22098182,0.09480508,0.033023108,0.17430992,168.50775,195.37012,22.062866,148.425,35.518116,49.824493,2297.5583,1.773711,164.7236,85.748405,444.8662,57.704556,414.50922,42.03986,191.5666,0.0,2023.4553,8850.818,21.485018,575.36456,127.29986,39667.09,128.20317,18.99148,53.871597,186.82236,44.093334,20.295135,101.53393,1459.1615,313.3198,56.256367,14.953454,13.23359,452.51495,61.950737,901.13025,87.516106,2596.1377,291.52222,246.89227,95.72059,106.62372,5.9498005,8.967971,9.242424,2.0818317,1.3869268,82.99338,91.39407,94.67605,51.2075,46.313656,126.493126,11.771587,2863.3716,36.747234,53.60625,40.486225,34.758556,271.4787,77.016914,63.81597,10.704858,30.532644,53.84718,218.50417,597.8693,90.72903,319.90805,74.13588,96.12232,262.58203,179.26576,929.0941,156.35094,5.819639,9.415972,4.2778335,54.25024,19563.455,3.5840576,34.341263,53.5891,41.425682,334.24954,67.87343,150.64734,1.6239445,129.3509,461.38867,244.08514,155.03685,464.24017,34.76324,96.71747,138.68167,9.805388,1.681812,10.829327,936.8422,0.056812797,0.21341944,50.10579,7.506472,3.4222054,3.5383747,8.851871,82.19589,27.939167,88.40287,562.80725,245.02272,2242.9104,1885.6293,30.676022,55.74942,9956.149,7.399097,98.55254,758.0798,189.5975,267.0693,107.492226,622.21423,906.72656,481.43335,29.97381,152.17648,987.69006,1907.3823,81.50842,970.0845,104.27441,1.0388116,60.969307,0.85862744,0.5131466,2.4196215,75.66509,182.07016,168.38841,13.341574,2138.2314,468.4588,221.01785,315.49722,117.86746,83.083336,91.35523,79.10303,96.422226,754.55865,251.10614,149.68553,98.37784,24.841318,151.59808,136.81796,22.545713,531.28125,147.69305,1901.307,32.79928,2238.7996,80.6367,420.06787,1395.3478,58.69502,13.282228,885.4638,774.38257,2319.6086,92.37739 +2023-09-01 23:00:00,0.0,17576.055,372.54208,38.992966,49.15384,37.134598,191.32597,29.91832,47.68103,21.465782,27.279388,1281.7262,165.65074,18.282152,180.22598,0.48442653,0.0018398976,29.414614,0.25023115,0.1040664,388.22363,0.13148893,434.90378,53.080563,0.15084958,0.19655815,136.62732,19.827671,47.547684,91.2737,27210.965,0.032541443,2076.124,0.22145101,0.09473297,0.033113383,0.17414813,168.57817,195.49274,22.062956,148.3875,35.523865,49.784306,2297.3523,1.7731006,164.60036,85.68242,444.8358,57.67044,414.59143,42.011692,191.43524,0.0,2022.3179,8845.653,21.459282,575.14355,127.22551,39658.434,128.10222,18.969126,53.825718,186.62424,44.053852,20.271872,101.42291,1458.2788,313.39114,56.219673,14.935916,13.223862,452.12814,61.89144,900.23083,87.62138,2595.9685,291.9278,246.71315,95.81178,107.07114,5.9488535,8.966016,9.246029,2.0831344,1.3885888,82.95131,91.35858,94.67212,51.179264,46.30344,126.42275,11.770471,2864.5815,36.735634,53.565624,40.45737,34.732185,271.41714,76.98216,63.762154,10.699331,30.518896,53.81403,218.34187,597.33466,90.69285,319.76404,74.09641,96.02781,262.40546,179.1358,928.5378,156.25815,5.8139863,9.412153,4.2809167,54.27106,19556.562,3.5814843,34.330154,53.574966,41.400505,334.09253,67.86616,150.58359,1.6243427,129.33504,461.3281,244.04585,154.9665,464.17947,34.772175,96.699356,138.67877,9.807805,1.6825457,10.834049,936.67596,0.056790303,0.21355972,50.129284,7.5139737,3.426012,3.5443764,8.861946,82.19423,27.954584,88.46047,562.938,245.14772,2243.539,1885.8833,30.694788,55.774014,9952.284,7.40148,98.598495,758.019,189.65875,267.13382,107.52028,622.5149,906.65674,481.45102,29.972618,152.2027,987.29694,1906.5677,81.50727,969.8253,104.272484,1.038976,60.954235,0.8586808,0.5133628,2.4197423,75.63199,182.13608,168.27327,13.348009,2136.7542,468.25995,220.97322,315.44028,117.79325,83.041664,91.27289,79.138016,96.327774,753.9704,250.9876,149.52106,98.29994,24.860243,151.50189,136.75287,22.53237,530.983,147.61494,1899.7108,32.795975,2237.8064,80.62852,419.96695,1394.3198,58.653866,13.291053,885.3798,774.46936,2319.0457,92.43573 +2023-09-02 00:00:00,0.0,17569.17,372.5198,39.03943,49.184315,37.169697,191.44234,29.930386,47.707047,21.472107,27.297815,1282.427,165.59288,18.291037,180.27167,0.483957,0.001918154,29.421692,0.2500238,0.10412258,388.50656,0.1314189,435.08972,53.12861,0.1507432,0.1963591,136.67978,19.84359,47.566666,91.30141,27195.035,0.032553762,2076.1138,0.2219202,0.09466087,0.033203658,0.17398636,168.6486,195.61537,22.063047,148.35,35.52961,49.744118,2297.1465,1.7724904,164.47713,85.61644,444.80536,57.63633,414.67365,41.983524,191.30386,0.0,2021.1802,8840.488,21.433548,574.9226,127.15115,39649.78,128.00127,18.946772,53.77984,186.42612,44.014366,20.248606,101.311905,1457.3962,313.4625,56.18298,14.918378,13.214132,451.74133,61.832146,899.3315,87.72666,2595.7993,292.33334,246.53403,95.90298,107.518555,5.9479065,8.964061,9.249633,2.084437,1.3902509,82.90923,91.3231,94.66819,51.151024,46.29322,126.35238,11.769354,2865.7917,36.724033,53.525,40.42852,34.70581,271.35556,76.94741,63.708332,10.693806,30.505148,53.78088,218.17958,596.8,90.65667,319.62006,74.056946,95.9333,262.22885,179.00583,927.98145,156.16534,5.8083334,9.408334,4.284,54.291885,19549.67,3.578911,34.31905,53.560833,41.375324,333.9355,67.85889,150.51985,1.6247408,129.31917,461.26752,244.00655,154.89615,464.11874,34.78111,96.68124,138.67586,9.810222,1.6832793,10.838772,936.5097,0.056767806,0.2137,50.15278,7.521476,3.4298184,3.5503778,8.872022,82.19256,27.970001,88.51807,563.0688,245.27272,2244.168,1886.1373,30.713554,55.79861,9948.419,7.403864,98.64444,757.9582,189.72,267.19833,107.54833,622.81555,906.5869,481.4687,29.971428,152.2289,986.9039,1905.753,81.50612,969.56616,104.27056,1.0391405,60.939167,0.8587342,0.513579,2.4198635,75.59889,182.202,168.15813,13.3544445,2135.277,468.06113,220.92857,315.38333,117.71905,83.0,91.19055,79.173004,96.23333,753.3822,250.86905,149.35657,98.22204,24.879166,151.4057,136.68777,22.519024,530.68463,147.53682,1898.1145,32.79267,2236.8135,80.62033,419.86606,1393.292,58.61271,13.299878,885.29584,774.5562,2318.4827,92.494064 +2023-09-02 01:00:00,0.0,17562.285,372.49756,39.08589,49.214787,37.2048,191.5587,29.942451,47.733063,21.478432,27.31624,1283.1278,165.53503,18.299923,180.31737,0.48348746,0.0019964103,29.428772,0.24981646,0.104178764,388.7895,0.13134885,435.2757,53.17666,0.15063682,0.19616003,136.73224,19.859509,47.585648,91.329124,27179.105,0.03256608,2076.1038,0.2223894,0.09458877,0.033293936,0.17382458,168.71904,195.738,22.063137,148.3125,35.53536,49.70393,2296.9404,1.7718801,164.3539,85.55045,444.77493,57.60222,414.75586,41.955357,191.1725,0.0,2020.0427,8835.324,21.407814,574.70166,127.076805,39641.13,127.90031,18.924417,53.73396,186.22803,43.974884,20.22534,101.20089,1456.5135,313.53384,56.146286,14.900841,13.204404,451.3545,61.77285,898.43207,87.83194,2595.6304,292.7389,246.3549,95.99417,107.96597,5.9469595,8.962105,9.253238,2.0857394,1.391913,82.867165,91.2876,94.66426,51.122787,46.283005,126.282005,11.768237,2867.0017,36.712433,53.484375,40.399666,34.67944,271.294,76.91266,63.654514,10.688279,30.4914,53.74773,218.01729,596.2654,90.62049,319.47604,74.01747,95.83878,262.05225,178.87587,927.4251,156.07256,5.802681,9.404514,4.287083,54.312706,19542.777,3.576338,34.30794,53.546703,41.350143,333.77844,67.85162,150.4561,1.625139,129.3033,461.20694,243.96724,154.8258,464.05804,34.790047,96.663124,138.67294,9.812638,1.6840129,10.843493,936.34344,0.056745313,0.21384028,50.176273,7.528978,3.433625,3.5563796,8.882096,82.19089,27.985416,88.57566,563.1996,245.39772,2244.7966,1886.3915,30.73232,55.823204,9944.553,7.406247,98.69039,757.89734,189.78125,267.26285,107.576385,623.11615,906.5171,481.48636,29.970238,152.2551,986.51074,1904.9385,81.50497,969.307,104.26864,1.0393049,60.9241,0.8587876,0.51379526,2.4199843,75.56579,182.26791,168.043,13.36088,2133.8,467.86227,220.88393,315.3264,117.644844,82.958336,91.108215,79.20799,96.138885,752.79395,250.75049,149.19208,98.144135,24.89809,151.30952,136.62268,22.50568,530.38635,147.45871,1896.5183,32.789368,2235.8203,80.612144,419.76517,1392.264,58.571556,13.308703,885.21185,774.643,2317.9197,92.55241 +2023-09-02 02:00:00,0.0,17555.4,372.47528,39.13236,49.245262,37.2399,191.67506,29.954517,47.759075,21.484758,27.334667,1283.8287,165.47717,18.30881,180.36305,0.48301792,0.0020746668,29.435852,0.24960913,0.10423495,389.0724,0.1312788,435.46164,53.22471,0.15053044,0.19596098,136.78468,19.875427,47.60463,91.356834,27163.176,0.032578405,2076.0938,0.2228586,0.094516665,0.03338421,0.1736628,168.78946,195.86064,22.063227,148.275,35.541107,49.66374,2296.7346,1.7712699,164.23067,85.484474,444.7445,57.568108,414.83807,41.92719,191.04114,0.0,2018.905,8830.159,21.38208,574.48065,127.00246,39632.473,127.799355,18.902061,53.68808,186.0299,43.935402,20.202076,101.08988,1455.6309,313.6052,56.109592,14.883303,13.1946745,450.96768,61.713554,897.5327,87.93722,2595.4612,293.14444,246.17578,96.085365,108.41339,5.9460125,8.96015,9.256843,2.0870419,1.3935751,82.82509,91.25211,94.66033,51.094547,46.272785,126.21163,11.76712,2868.212,36.700832,53.44375,40.37081,34.653065,271.23242,76.87791,63.600693,10.682754,30.477654,53.71458,217.855,595.7307,90.584305,319.33203,73.978004,95.74427,261.87564,178.7459,926.86884,155.97977,5.797028,9.400695,4.290167,54.333527,19535.885,3.5737648,34.296837,53.53257,41.324963,333.6214,67.84435,150.39235,1.6255372,129.28743,461.14636,243.92795,154.75546,463.9973,34.79898,96.645004,138.67004,9.815056,1.6847465,10.848216,936.1772,0.056722816,0.21398056,50.199768,7.53648,3.4374316,3.5623813,8.892172,82.18922,28.000834,88.63326,563.3304,245.52272,2245.4255,1886.6455,30.751087,55.8478,9940.6875,7.4086304,98.73634,757.83655,189.8425,267.32736,107.60445,623.4168,906.44727,481.50403,29.969048,152.2813,986.1177,1904.1238,81.50381,969.0479,104.266716,1.0394694,60.90903,0.85884094,0.51401144,2.4201055,75.532684,182.33383,167.92786,13.367314,2132.3228,467.66342,220.83928,315.26944,117.57063,82.916664,91.02588,79.24297,96.04444,752.2057,250.63194,149.02759,98.06624,24.917013,151.21333,136.55759,22.492334,530.0881,147.38058,1894.922,32.786064,2234.8274,80.60396,419.66425,1391.2361,58.530403,13.317529,885.12787,774.7298,2317.3567,92.61075 +2023-09-02 03:00:00,0.0,17548.516,372.45303,39.17882,49.275734,37.275,191.79143,29.966585,47.78509,21.491083,27.353094,1284.5295,165.41933,18.317694,180.40875,0.4825484,0.0021529233,29.44293,0.24940178,0.10429113,389.35532,0.13120875,435.64758,53.27276,0.15042406,0.19576193,136.83714,19.891346,47.62361,91.384544,27147.248,0.032590725,2076.0837,0.22332779,0.094444565,0.033474486,0.17350103,168.8599,195.98326,22.063316,148.2375,35.546852,49.62355,2296.5286,1.7706597,164.10744,85.418495,444.71405,57.533997,414.9203,41.899025,190.90976,0.0,2017.7676,8824.994,21.356346,574.2597,126.92811,39623.82,127.6984,18.879707,53.6422,185.83179,43.895916,20.17881,100.97887,1454.7482,313.67657,56.0729,14.865765,13.184946,450.58087,61.65426,896.6333,88.042496,2595.2922,293.55002,245.99664,96.17657,108.86081,5.9450655,8.958195,9.2604475,2.0883446,1.3952372,82.78302,91.21663,94.6564,51.06631,46.26257,126.14126,11.766004,2869.4219,36.689228,53.403126,40.341957,34.626694,271.17084,76.843155,63.546875,10.677228,30.463905,53.68143,217.6927,595.19604,90.54813,319.18805,73.93854,95.64976,261.69904,178.61594,926.3125,155.88698,5.791375,9.396875,4.29325,54.35435,19528.992,3.5711918,34.28573,53.51844,41.29978,333.46436,67.83708,150.32861,1.6259352,129.27156,461.0858,243.88864,154.6851,463.9366,34.807915,96.62689,138.66714,9.817472,1.6854801,10.852938,936.0109,0.056700323,0.21412084,50.223267,7.543982,3.4412382,3.5683827,8.902247,82.187546,28.01625,88.69086,563.4612,245.64772,2246.0542,1886.8995,30.769854,55.872395,9936.822,7.4110136,98.78229,757.77576,189.90375,267.39188,107.6325,623.71747,906.37744,481.5217,29.967857,152.30751,985.72455,1903.3092,81.502655,968.78876,104.2648,1.0396339,60.893963,0.85889435,0.5142277,2.4202263,75.49958,182.39975,167.81273,13.37375,2130.8457,467.4646,220.79465,315.2125,117.49643,82.875,90.94354,79.27796,95.95,751.61743,250.51338,148.86311,97.988335,24.935936,151.11714,136.4925,22.47899,529.78973,147.30247,1893.3258,32.78276,2233.8342,80.595764,419.56335,1390.2081,58.48925,13.326353,885.0439,774.81665,2316.7937,92.66908 +2023-09-02 04:00:00,0.0,17541.63,372.4308,39.225285,49.30621,37.310104,191.90779,29.978651,47.811108,21.49741,27.371521,1285.2303,165.36147,18.32658,180.45445,0.48207885,0.0022311797,29.45001,0.24919444,0.10434731,389.63824,0.13113871,435.83353,53.32081,0.15031768,0.19556288,136.8896,19.907265,47.642593,91.412254,27131.318,0.032603044,2076.0737,0.22379698,0.094372466,0.03356476,0.17333923,168.93031,196.1059,22.063408,148.2,35.5526,49.583363,2296.3228,1.7700495,163.9842,85.35251,444.68365,57.499886,415.0025,41.870857,190.7784,0.0,2016.6301,8819.829,21.330612,574.03876,126.85375,39615.164,127.59745,18.857353,53.59632,185.63368,43.856434,20.155546,100.86786,1453.8656,313.74792,56.036205,14.848227,13.175218,450.19403,61.594963,895.73395,88.14777,2595.123,293.95557,245.81752,96.26776,109.30823,5.9441185,8.95624,9.264052,2.089647,1.3968993,82.740944,91.18114,94.65247,51.03807,46.25235,126.070885,11.764887,2870.6318,36.677628,53.3625,40.313107,34.60032,271.10928,76.8084,63.493057,10.671701,30.450157,53.648285,217.53041,594.66144,90.51195,319.04404,73.89907,95.55525,261.52243,178.48598,925.75616,155.79419,5.7857223,9.393056,4.2963333,54.37517,19522.1,3.5686185,34.274624,53.504307,41.2746,333.3073,67.82981,150.26486,1.6263334,129.25569,461.0252,243.84933,154.61476,463.8759,34.816853,96.60878,138.66423,9.819889,1.6862137,10.85766,935.84467,0.056677826,0.21426111,50.24676,7.5514836,3.4450445,3.5743845,8.912323,82.18588,28.031668,88.74845,563.5919,245.77272,2246.683,1887.1536,30.78862,55.896988,9932.956,7.413397,98.82824,757.71497,189.965,267.4564,107.66055,624.0181,906.3076,481.5394,29.966667,152.33371,985.3315,1902.4945,81.5015,968.5296,104.26288,1.0397983,60.87889,0.85894775,0.5144439,2.4203475,75.466484,182.46567,167.69759,13.380185,2129.3687,467.26575,220.75,315.15555,117.422226,82.833336,90.8612,79.31295,95.85555,751.02924,250.39484,148.69862,97.91043,24.95486,151.02095,136.42741,22.465645,529.49146,147.22435,1891.7295,32.779457,2232.841,80.58758,419.46246,1389.1803,58.448093,13.335178,884.9599,774.90344,2316.2307,92.727425 +2023-09-02 05:00:00,0.0,17534.744,372.4085,39.27175,49.336685,37.345203,192.02415,29.990717,47.837124,21.503735,27.389948,1285.9312,165.30362,18.335466,180.50014,0.4816093,0.002309436,29.45709,0.2489871,0.104403496,389.92117,0.13106866,436.0195,53.368855,0.15021132,0.19536383,136.94206,19.923183,47.661575,91.439964,27115.389,0.032615367,2076.0637,0.22426617,0.09430037,0.03365504,0.17317747,169.00075,196.22853,22.063498,148.1625,35.55835,49.543175,2296.1167,1.7694392,163.86096,85.28653,444.6532,57.465775,415.08472,41.84269,190.64703,0.0,2015.4924,8814.665,21.304876,573.81775,126.7794,39606.51,127.4965,18.835,53.55044,185.43558,43.81695,20.13228,100.75684,1452.9829,313.81927,55.99951,14.830689,13.165488,449.80722,61.535667,894.83453,88.25305,2594.954,294.3611,245.6384,96.358955,109.755646,5.9431715,8.954285,9.267656,2.0909495,1.3985615,82.698875,91.145645,94.648544,51.009834,46.24213,126.00051,11.76377,2871.842,36.666027,53.321877,40.284252,34.573948,271.0477,76.77365,63.439236,10.666176,30.43641,53.615135,217.36812,594.1268,90.47577,318.90002,73.8596,95.46074,261.34583,178.356,925.1998,155.7014,5.78007,9.389236,4.2994165,54.395996,19515.207,3.5660455,34.263515,53.490173,41.24942,333.1503,67.82255,150.20111,1.6267315,129.23982,460.96463,243.81003,154.5444,463.8152,34.825787,96.59066,138.66132,9.822306,1.6869473,10.862383,935.6784,0.056655332,0.2144014,50.270256,7.5589857,3.448851,3.5803862,8.922398,82.18421,28.047083,88.806046,563.7227,245.89772,2247.312,1887.4076,30.807386,55.921585,9929.091,7.41578,98.87418,757.6542,190.02625,267.5209,107.688614,624.3188,906.2378,481.55707,29.965477,152.35991,984.93835,1901.6799,81.50035,968.27045,104.260956,1.0399628,60.863823,0.8590011,0.5146601,2.4204683,75.43338,182.53159,167.58246,13.3866205,2127.8914,467.0669,220.70535,315.0986,117.348015,82.791664,90.77886,79.34793,95.76111,750.441,250.27629,148.53413,97.832535,24.973783,150.92476,136.36232,22.452301,529.1931,147.14624,1890.1332,32.776154,2231.8481,80.57939,419.36157,1388.1523,58.40694,13.344004,884.8759,774.99023,2315.6677,92.78577 +2023-09-02 06:00:00,0.0,17527.86,372.38626,39.318214,49.367157,37.380306,192.14052,30.002783,47.86314,21.51006,27.408373,1286.6321,165.24576,18.344353,180.54584,0.4811398,0.0023876925,29.464169,0.24877976,0.10445968,390.2041,0.13099861,436.20544,53.416904,0.15010494,0.19516477,136.9945,19.939102,47.680553,91.467674,27099.46,0.032627687,2076.0537,0.22473536,0.09422826,0.033745315,0.1730157,169.07118,196.35117,22.063587,148.125,35.5641,49.502983,2295.911,1.7688289,163.73773,85.22055,444.62277,57.431664,415.16693,41.81452,190.51567,0.0,2014.355,8809.5,21.279142,573.5968,126.705055,39597.86,127.39554,18.812643,53.504562,185.23746,43.777466,20.109016,100.64583,1452.1002,313.89062,55.962814,14.813151,13.15576,449.42038,61.47637,893.9352,88.35833,2594.785,294.76666,245.45926,96.45015,110.203064,5.9422245,8.95233,9.271261,2.0922523,1.4002235,82.6568,91.11015,94.644615,50.981594,46.231915,125.93014,11.762653,2873.052,36.654427,53.28125,40.255398,34.547577,270.9861,76.7389,63.385418,10.660649,30.422663,53.581985,217.20583,593.5921,90.43958,318.75604,73.82013,95.36623,261.16922,178.22604,924.6435,155.60861,5.774417,9.385417,4.3025002,54.416817,19508.314,3.5634723,34.25241,53.476044,41.22424,332.99326,67.81528,150.13737,1.6271297,129.22395,460.90405,243.77074,154.47406,463.7545,34.83472,96.57255,138.65842,9.824722,1.687681,10.867105,935.51215,0.056632835,0.21454166,50.29375,7.566488,3.4526577,3.5863876,8.932473,82.18254,28.0625,88.86365,563.8535,246.02272,2247.9407,1887.6617,30.826153,55.94618,9925.226,7.4181633,98.920135,757.5933,190.0875,267.58542,107.71667,624.61945,906.16797,481.57474,29.964285,152.38612,984.5453,1900.8652,81.4992,968.0113,104.25903,1.0401272,60.848755,0.8590545,0.51487637,2.4205892,75.400276,182.59749,167.46732,13.393055,2126.4143,466.86807,220.66072,315.04166,117.27381,82.75,90.696526,79.38292,95.666664,749.8527,250.15773,148.36966,97.75463,24.992708,150.82857,136.29723,22.438955,528.89484,147.06813,1888.537,32.77285,2230.855,80.571205,419.26068,1387.1244,58.365788,13.352829,884.79193,775.0771,2315.1047,92.8441 +2023-09-02 07:00:00,0.0,17520.975,372.36398,39.364677,49.397633,37.415405,192.25687,30.014849,47.889153,21.516386,27.4268,1287.3329,165.18791,18.353237,180.59154,0.48067027,0.002465949,29.471249,0.24857241,0.10451586,390.487,0.13092856,436.3914,53.464954,0.14999856,0.19496572,137.04697,19.95502,47.699535,91.495384,27083.531,0.032640006,2076.0437,0.22520456,0.09415616,0.03383559,0.1728539,169.1416,196.47379,22.063679,148.0875,35.569843,49.462795,2295.7048,1.7682186,163.6145,85.154564,444.59235,57.397552,415.24915,41.786354,190.3843,0.0,2013.2173,8804.335,21.253408,573.37585,126.63071,39589.203,127.294586,18.790289,53.458683,185.03934,43.737984,20.08575,100.53482,1451.2177,313.96198,55.92612,14.795613,13.14603,449.03357,61.417076,893.03577,88.46361,2594.616,295.17224,245.28014,96.54134,110.65048,5.9412775,8.950375,9.274866,2.0935547,1.4018856,82.61473,91.07466,94.640686,50.953358,46.221695,125.859764,11.761537,2874.2622,36.642826,53.240623,40.226543,34.521202,270.92456,76.70415,63.331596,10.655124,30.408915,53.548836,217.04353,593.0575,90.403404,318.61203,73.78066,95.27171,260.9926,178.09607,924.08716,155.51581,5.768764,9.3815975,4.3055835,54.437637,19501.422,3.560899,34.241302,53.46191,41.19906,332.8362,67.80801,150.07362,1.6275278,129.20808,460.84348,243.73143,154.4037,463.69376,34.843655,96.55443,138.65552,9.827139,1.6884146,10.871827,935.3459,0.056610342,0.21468194,50.317245,7.57399,3.4564643,3.5923893,8.942549,82.18087,28.077917,88.92124,563.98425,246.14772,2248.5696,1887.9158,30.84492,55.970776,9921.359,7.420547,98.96609,757.53253,190.14874,267.64993,107.74472,624.92004,906.09814,481.5924,29.963095,152.41232,984.1522,1900.0507,81.49804,967.75214,104.25711,1.0402917,60.833687,0.85910785,0.51509255,2.4207103,75.36718,182.6634,167.35217,13.39949,2124.9373,466.66922,220.61607,314.9847,117.1996,82.708336,90.61419,79.41791,95.57222,749.26447,250.03918,148.20517,97.67673,25.011631,150.73238,136.23213,22.425611,528.5965,146.99,1886.9407,32.769547,2229.862,80.56302,419.15976,1386.0964,58.32463,13.361653,884.70795,775.1639,2314.5417,92.90244 +2023-09-02 08:00:00,0.0,17514.09,372.34174,39.411144,49.428104,37.45051,192.37323,30.026917,47.91517,21.52271,27.445227,1288.0337,165.13005,18.362123,180.63722,0.48020074,0.0025442054,29.478329,0.24836507,0.10457204,390.76993,0.13085853,436.57733,53.513004,0.14989218,0.19476667,137.09943,19.97094,47.718517,91.523094,27067.602,0.03265233,2076.0337,0.22567375,0.09408406,0.033925865,0.17269213,169.21204,196.59642,22.063768,148.05,35.575592,49.422607,2295.499,1.7676084,163.49127,85.088585,444.5619,57.36344,415.33136,41.758186,190.25293,0.0,2012.0798,8799.171,21.227674,573.15485,126.55636,39580.55,127.193634,18.767935,53.412804,184.84123,43.6985,20.062487,100.423805,1450.335,314.03333,55.889427,14.778076,13.136302,448.64676,61.35778,892.1364,88.568886,2594.4468,295.5778,245.10101,96.63254,111.0979,5.9403305,8.94842,9.278471,2.0948572,1.4035478,82.572655,91.03918,94.63676,50.925117,46.21148,125.78939,11.76042,2875.4722,36.63122,53.2,40.197693,34.49483,270.86298,76.669395,63.27778,10.649597,30.395168,53.515686,216.88124,592.5228,90.367226,318.46802,73.741196,95.1772,260.816,177.96611,923.5308,155.42302,5.763111,9.377778,4.3086667,54.45846,19494.53,3.558326,34.230198,53.44778,41.173878,332.67917,67.80074,150.00987,1.627926,129.19221,460.7829,243.69212,154.33336,463.63306,34.852592,96.536316,138.6526,9.8295555,1.6891482,10.87655,935.1796,0.056587845,0.21482222,50.34074,7.581492,3.4602706,3.598391,8.952624,82.17921,28.093334,88.978836,564.1151,246.27272,2249.1982,1888.1698,30.863686,55.99537,9917.494,7.4229302,99.01203,757.47174,190.21,267.71445,107.77278,625.2207,906.0283,481.61008,29.961905,152.43852,983.7591,1899.236,81.49689,967.493,104.25519,1.0404562,60.81862,0.85916126,0.5153088,2.4208312,75.334076,182.72932,167.23705,13.405926,2123.46,466.47037,220.57143,314.92776,117.1254,82.666664,90.53185,79.45289,95.477776,748.6762,249.92062,148.04068,97.59883,25.030556,150.63618,136.16704,22.412266,528.2982,146.9119,1885.3445,32.766243,2228.869,80.55483,419.05887,1385.0685,58.283478,13.370479,884.62396,775.2507,2313.9788,92.960785 +2023-09-02 09:00:00,0.0,17507.205,372.3195,39.457607,49.45858,37.485607,192.4896,30.038982,47.941185,21.529037,27.463654,1288.7345,165.0722,18.37101,180.68292,0.4797312,0.0026224616,29.485407,0.24815774,0.10462823,391.05286,0.13078848,436.7633,53.561054,0.1497858,0.19456762,137.15187,19.986858,47.7375,91.550804,27051.672,0.03266465,2076.0237,0.22614294,0.094011955,0.034016144,0.17253034,169.28246,196.71906,22.063858,148.0125,35.58134,49.38242,2295.293,1.7669982,163.36804,85.0226,444.53143,57.32933,415.41357,41.730022,190.12157,0.0,2010.9421,8794.006,21.20194,572.9339,126.482,39571.895,127.09268,18.74558,53.366924,184.64313,43.659016,20.03922,100.3128,1449.4523,314.10468,55.852734,14.760538,13.126574,448.25992,61.298485,891.237,88.674164,2594.2778,295.98334,244.92189,96.72374,111.54532,5.9393835,8.946465,9.282075,2.0961597,1.4052098,82.53058,91.00369,94.63283,50.89688,46.20126,125.71902,11.759303,2876.6824,36.61962,53.159374,40.16884,34.468456,270.8014,76.63464,63.223957,10.644072,30.38142,53.482536,216.71895,591.98816,90.33104,318.32404,73.70172,95.08269,260.6394,177.83615,922.9745,155.33023,5.7574587,9.373959,4.31175,54.479282,19487.637,3.5557528,34.21909,53.433647,41.148697,332.52213,67.79347,149.94614,1.6283242,129.17635,460.72232,243.65283,154.263,463.57233,34.861526,96.5182,138.64969,9.831972,1.6898818,10.881271,935.01337,0.05656535,0.2149625,50.36424,7.5889935,3.4640772,3.6043925,8.9627,82.177536,28.108751,89.03644,564.24585,246.39772,2249.8271,1888.4238,30.882452,56.019962,9913.629,7.4253135,99.05798,757.41095,190.27126,267.77896,107.800835,625.52136,905.9585,481.62775,29.960714,152.46472,983.366,1898.4214,81.495735,967.2339,104.25327,1.0406206,60.803547,0.85921466,0.515525,2.4209523,75.30097,182.79524,167.1219,13.412361,2121.983,466.27155,220.52678,314.87082,117.05119,82.625,90.44951,79.48788,95.38333,748.088,249.80208,147.87619,97.52093,25.049479,150.54,136.10194,22.398922,527.9999,146.83377,1883.7482,32.76294,2227.876,80.54664,418.95798,1384.0406,58.242325,13.379304,884.54,775.33746,2313.4158,93.01912 +2023-09-02 10:00:00,0.0,17500.32,372.2972,39.50407,49.48905,37.52071,192.60596,30.051048,47.9672,21.535362,27.482079,1289.4353,165.01434,18.379894,180.7286,0.47926167,0.0027007181,29.492487,0.24795039,0.10468441,391.3358,0.13071842,436.94925,53.609104,0.14967942,0.19436856,137.20433,20.002777,47.75648,91.578514,27035.744,0.03267697,2076.0134,0.22661214,0.093939856,0.03410642,0.17236857,169.35289,196.84169,22.063948,147.975,35.58709,49.342228,2295.087,1.7663879,163.24481,84.95662,444.50104,57.29522,415.4958,41.701855,189.99019,0.0,2009.8047,8788.841,21.176205,572.71295,126.40765,39563.242,126.99173,18.723225,53.321045,184.445,43.619534,20.015957,100.20178,1448.5696,314.17606,55.81604,14.743,13.116844,447.8731,61.23919,890.33765,88.77944,2594.1086,296.3889,244.74277,96.81493,111.99274,5.9384365,8.9445095,9.28568,2.0974624,1.4068719,82.48851,90.96819,94.6289,50.868645,46.191044,125.64864,11.758187,2877.8923,36.60802,53.11875,40.139984,34.442085,270.73984,76.59989,63.17014,10.638546,30.367672,53.449387,216.55666,591.4535,90.29486,318.18002,73.662254,94.988174,260.4628,177.70618,922.4182,155.23744,5.751806,9.370139,4.314833,54.500103,19480.744,3.5531797,34.20798,53.419514,41.123516,332.36508,67.7862,149.88239,1.6287223,129.16048,460.66174,243.61353,154.19266,463.51163,34.87046,96.500084,138.64679,9.834389,1.6906154,10.885994,934.8471,0.056542855,0.21510278,50.387733,7.5964956,3.4678838,3.6103942,8.9727745,82.175865,28.124166,89.09403,564.37665,246.52272,2250.4558,1888.678,30.901218,56.04456,9909.763,7.4276967,99.103935,757.35016,190.3325,267.84348,107.82889,625.822,905.8887,481.64542,29.959524,152.49094,982.9729,1897.6068,81.49458,966.97473,104.25135,1.0407851,60.78848,0.859268,0.5157412,2.4210732,75.26787,182.86116,167.00677,13.418797,2120.5059,466.0727,220.48215,314.8139,116.97698,82.583336,90.36717,79.522865,95.28889,747.49976,249.68353,147.71172,97.44302,25.068401,150.4438,136.03685,22.385576,527.7016,146.75566,1882.152,32.759636,2226.8828,80.53845,418.85706,1383.0127,58.20117,13.388129,884.456,775.4243,2312.8528,93.07746 +2023-09-02 11:00:00,0.0,17493.436,372.27496,39.550537,49.519527,37.55581,192.72232,30.063114,47.993214,21.541687,27.500505,1290.1362,164.9565,18.38878,180.7743,0.47879213,0.0027789746,29.499567,0.24774306,0.10474059,391.61868,0.13064839,437.1352,53.65715,0.14957304,0.1941695,137.25679,20.018696,47.775463,91.606224,27019.814,0.032689292,2076.0034,0.22708133,0.09386776,0.034196693,0.17220679,169.42332,196.96431,22.06404,147.9375,35.592834,49.30204,2294.881,1.7657777,163.12157,84.89064,444.47058,57.26111,415.578,41.673687,189.85883,0.0,2008.6672,8783.677,21.15047,572.49194,126.333305,39554.59,126.89078,18.70087,53.275166,184.2469,43.58005,19.992691,100.090775,1447.687,314.2474,55.779346,14.725462,13.107116,447.4863,61.17989,889.43823,88.88472,2593.9397,296.79446,244.56363,96.90613,112.440155,5.9374895,8.942554,9.289285,2.098765,1.408534,82.446434,90.93271,94.62497,50.840405,46.180824,125.57827,11.757071,2879.1025,36.59642,53.078125,40.111134,34.415714,270.67825,76.56514,63.116318,10.633019,30.353924,53.416237,216.39436,590.9189,90.25868,318.03604,73.62279,94.89367,260.2862,177.57622,921.8619,155.14465,5.746153,9.36632,4.317917,54.520927,19473.852,3.5506065,34.196877,53.405384,41.098335,332.20804,67.77894,149.81863,1.6291205,129.14462,460.60117,243.57422,154.1223,463.4509,34.8794,96.48197,138.64389,9.836805,1.691349,10.890716,934.68085,0.05652036,0.21524306,50.41123,7.6039977,3.4716904,3.616396,8.98285,82.174194,28.139584,89.15163,564.50745,246.64772,2251.0847,1888.932,30.919985,56.069153,9905.897,7.43008,99.14988,757.28937,190.39375,267.908,107.85694,626.1227,905.81885,481.6631,29.958334,152.51714,982.57983,1896.7921,81.49342,966.7156,104.24943,1.0409495,60.77341,0.8593214,0.5159574,2.4211943,75.23477,182.92708,166.89163,13.425231,2119.0286,465.87384,220.4375,314.75696,116.90278,82.541664,90.284836,79.557846,95.19444,746.9115,249.56497,147.54723,97.36513,25.087326,150.34761,135.97176,22.372232,527.4033,146.67755,1880.5557,32.756332,2225.89,80.530266,418.75616,1381.9847,58.160015,13.396954,884.372,775.5111,2312.29,93.1358 +2023-09-02 12:00:00,0.0,17486.55,372.2527,39.597,49.55,37.59091,192.83868,30.075182,48.01923,21.548014,27.518932,1290.837,164.89864,18.397667,180.82,0.4783226,0.002857231,29.506645,0.2475357,0.104796775,391.9016,0.13057834,437.32117,53.7052,0.14946666,0.19397046,137.30925,20.034615,47.794445,91.633934,27003.885,0.03270161,2075.9934,0.22755052,0.09379565,0.03428697,0.172045,169.49374,197.08694,22.064129,147.9,35.598583,49.261852,2294.675,1.7651675,162.99834,84.82465,444.44016,57.226997,415.66022,41.64552,189.72746,0.0,2007.5295,8778.512,21.124737,572.271,126.25896,39545.934,126.789825,18.678516,53.229286,184.0488,43.540565,19.969425,99.97976,1446.8043,314.31876,55.742653,14.707925,13.097386,447.09946,61.120594,888.5389,88.99,2593.7705,297.2,244.3845,96.99732,112.88757,5.9365425,8.940599,9.29289,2.1000674,1.4101961,82.404366,90.89722,94.62104,50.81217,46.17061,125.5079,11.755954,2880.3125,36.584816,53.0375,40.08228,34.38934,270.61667,76.53039,63.0625,10.627494,30.340178,53.383087,216.23207,590.3842,90.2225,317.89203,73.58331,94.79916,260.1096,177.44624,921.30554,155.05186,5.7405005,9.3625,4.321,54.541748,19466.957,3.5480335,34.18577,53.39125,41.073154,332.05103,67.77167,149.7549,1.6295186,129.12875,460.5406,243.53491,154.05196,463.3902,34.888332,96.46385,138.64098,9.839222,1.6920826,10.895438,934.5146,0.056497864,0.21538334,50.434723,7.6115,3.4754968,3.6223974,8.992926,82.17253,28.155,89.20923,564.6382,246.77272,2251.7134,1889.186,30.938751,56.09375,9902.032,7.432463,99.19583,757.2285,190.455,267.9725,107.885,626.42334,905.7491,481.68076,29.957142,152.54333,982.1867,1895.9775,81.49227,966.4564,104.247505,1.041114,60.758343,0.85937476,0.51617366,2.4213152,75.20167,182.993,166.7765,13.431666,2117.5515,465.67502,220.39285,314.7,116.82857,82.5,90.2025,79.592834,95.1,746.32324,249.44643,147.38274,97.287224,25.106249,150.25142,135.90666,22.358887,527.105,146.59943,1878.9595,32.75303,2224.8967,80.52208,418.65527,1380.9568,58.118862,13.405779,884.288,775.5979,2311.727,93.19414 +2023-09-02 13:00:00,0.0,17479.666,372.23044,39.643463,49.580475,37.62601,192.95505,30.087248,48.045246,21.554338,27.53736,1291.5378,164.84079,18.406553,180.86569,0.47785306,0.0029354873,29.513725,0.24732837,0.10485296,392.18454,0.13050829,437.5071,53.75325,0.14936028,0.1937714,137.3617,20.050533,47.813427,91.661644,26987.957,0.03271393,2075.9834,0.22801971,0.09372355,0.034377247,0.17188324,169.56418,197.20958,22.064219,147.8625,35.604332,49.221664,2294.4692,1.7645571,162.8751,84.758675,444.40973,57.192886,415.74243,41.61735,189.5961,0.0,2006.3921,8773.347,21.099003,572.05005,126.1846,39537.28,126.68887,18.65616,53.183403,183.85068,43.501083,19.946161,99.86875,1445.9216,314.3901,55.70596,14.690387,13.087658,446.71265,61.0613,887.63947,89.095276,2593.6016,297.60556,244.20538,97.08852,113.33499,5.9355955,8.938644,9.296494,2.1013699,1.4118582,82.36229,90.861725,94.61711,50.783928,46.16039,125.43752,11.754837,2881.5225,36.573215,52.996876,40.053425,34.36297,270.5551,76.495636,63.008682,10.621967,30.32643,53.349937,216.06978,589.84955,90.18632,317.74802,73.543846,94.70464,259.93298,177.31628,920.7492,154.95906,5.7348475,9.358681,4.3240833,54.56257,19460.064,3.5454602,34.174664,53.37712,41.047977,331.89398,67.7644,149.69115,1.6299168,129.11288,460.48,243.49562,153.9816,463.32947,34.897266,96.44574,138.63806,9.841639,1.6928163,10.900161,934.3483,0.05647537,0.21552362,50.458218,7.619002,3.4793034,3.6283991,9.003001,82.17086,28.170418,89.26682,564.76904,246.89772,2252.3423,1889.4401,30.957518,56.118343,9898.167,7.4348464,99.24178,757.1677,190.51625,268.03702,107.913055,626.72394,905.67926,481.69843,29.955952,152.56955,981.79364,1895.1628,81.49112,966.19727,104.24558,1.0412785,60.74327,0.85942817,0.51638985,2.4214363,75.168564,183.05891,166.66136,13.438102,2116.0745,465.47617,220.34822,314.64307,116.754364,82.458336,90.12016,79.62782,95.005554,745.73505,249.32787,147.21826,97.20932,25.125174,150.15523,135.84157,22.345543,526.8067,146.52132,1877.3632,32.749725,2223.9036,80.51389,418.55438,1379.929,58.07771,13.414604,884.20404,775.68475,2311.164,93.25248 +2023-09-02 14:00:00,0.0,17472.781,372.2082,39.68993,49.610947,37.661114,193.07141,30.099314,48.071262,21.560663,27.555786,1292.2386,164.78293,18.415438,180.91139,0.47738352,0.0030137438,29.520805,0.24712102,0.10490914,392.46747,0.13043824,437.69305,53.8013,0.1492539,0.19357236,137.41415,20.066452,47.83241,91.689354,26972.027,0.032726254,2075.9734,0.2284889,0.09365145,0.034467522,0.17172144,169.6346,197.33221,22.06431,147.825,35.610077,49.181473,2294.2632,1.7639469,162.75188,84.69269,444.37927,57.158775,415.82465,41.589184,189.46472,0.0,2005.2544,8768.183,21.073269,571.82904,126.11025,39528.625,126.58791,18.633806,53.137524,183.65257,43.4616,19.922895,99.75774,1445.0391,314.46146,55.669266,14.672849,13.0779295,446.32584,61.002003,886.7401,89.200554,2593.4324,298.0111,244.02628,97.17971,113.78242,5.934649,8.936689,9.300098,2.1026726,1.4135203,82.32022,90.82623,94.61318,50.75569,46.150173,125.36714,11.75372,2882.7327,36.561615,52.95625,40.02457,34.336594,270.49353,76.460884,62.95486,10.616442,30.312681,53.316788,215.90749,589.31494,90.15014,317.60403,73.50438,94.61013,259.7564,177.18633,920.1929,154.86627,5.7291946,9.354861,4.3271666,54.583393,19453.172,3.542887,34.163555,53.362988,41.022797,331.73694,67.757126,149.6274,1.6303148,129.09702,460.41943,243.45631,153.91125,463.26877,34.906204,96.42763,138.63516,9.844055,1.6935499,10.904882,934.18207,0.056452874,0.2156639,50.481712,7.6265035,3.48311,3.6344008,9.013076,82.16919,28.185833,89.32442,564.8998,247.02272,2252.971,1889.6941,30.976284,56.142937,9894.301,7.43723,99.28773,757.10693,190.5775,268.10153,107.94111,627.0246,905.60944,481.7161,29.954762,152.59575,981.4005,1894.3483,81.48997,965.9381,104.24366,1.0414429,60.728203,0.8594816,0.5166061,2.4215572,75.13546,183.12483,166.54623,13.444537,2114.5972,465.2773,220.30357,314.58612,116.68016,82.416664,90.03782,79.66281,94.91111,745.1468,249.20932,147.05377,97.131424,25.144096,150.05904,135.77647,22.332197,526.50836,146.44319,1875.767,32.74642,2222.9106,80.50571,418.4535,1378.901,58.036552,13.4234295,884.12006,775.77155,2310.601,93.31082 +2023-09-02 15:00:00,0.0,17465.896,372.1859,39.736393,49.641422,37.696213,193.18777,30.11138,48.09728,21.56699,27.574211,1292.9396,164.72508,18.424324,180.95709,0.476914,0.0030920003,29.527884,0.24691369,0.10496532,392.7504,0.1303682,437.879,53.84935,0.14914753,0.1933733,137.46661,20.08237,47.851387,91.717064,26956.098,0.032738574,2075.9634,0.2289581,0.09357935,0.034557797,0.17155968,169.70503,197.45485,22.0644,147.7875,35.615826,49.141285,2294.0574,1.7633367,162.62865,84.62671,444.34888,57.124664,415.90686,41.56102,189.33336,0.0,2004.117,8763.018,21.047533,571.6081,126.035904,39519.973,126.48696,18.611452,53.091644,183.45445,43.422115,19.899632,99.64672,1444.1564,314.5328,55.63257,14.655311,13.0682,445.939,60.942707,885.8407,89.30583,2593.2634,298.41666,243.84714,97.27091,114.229836,5.933702,8.934734,9.303703,2.103975,1.4151825,82.278145,90.79074,94.60925,50.72745,46.139954,125.29677,11.752604,2883.9426,36.550014,52.915627,39.99572,34.310223,270.43195,76.42613,62.901043,10.610915,30.298935,53.283638,215.7452,588.7803,90.11396,317.46002,73.46491,94.51562,259.5798,177.05635,919.63654,154.77348,5.7235417,9.351042,4.3302503,54.604214,19446.28,3.540314,34.15245,53.348854,40.997616,331.5799,67.74986,149.56366,1.630713,129.08115,460.35886,243.417,153.8409,463.20807,34.91514,96.40951,138.63226,9.846472,1.6942835,10.909605,934.0158,0.05643038,0.21580416,50.50521,7.6340055,3.4869165,3.6404026,9.023151,82.16752,28.20125,89.38201,565.0306,247.14772,2253.5999,1889.9482,30.99505,56.167534,9890.436,7.4396133,99.33368,757.04614,190.63875,268.16605,107.96917,627.32526,905.5396,481.7338,29.953571,152.62195,981.00745,1893.5336,81.488815,965.67896,104.241745,1.0416074,60.713135,0.8595349,0.51682234,2.421678,75.10236,183.19075,166.43109,13.450972,2113.12,465.0785,220.25893,314.52917,116.60595,82.375,89.95548,79.69779,94.816666,744.55853,249.09077,146.88928,97.05352,25.16302,149.96284,135.7114,22.318853,526.2101,146.36508,1874.1707,32.74312,2221.9175,80.49751,418.35257,1377.873,57.9954,13.432254,884.0361,775.85834,2310.038,93.369156 +2023-09-02 16:00:00,0.0,17459.012,372.16367,39.782856,49.671894,37.731316,193.30414,30.123447,48.12329,21.573315,27.592638,1293.6404,164.66722,18.43321,181.00278,0.47644445,0.0031702567,29.534964,0.24670634,0.10502151,393.0333,0.13029815,438.06497,53.897396,0.14904115,0.19317424,137.51907,20.09829,47.87037,91.74478,26940.168,0.032750897,2075.9534,0.22942728,0.093507245,0.034648076,0.1713979,169.77545,197.57747,22.06449,147.75,35.621574,49.101097,2293.8513,1.7627264,162.50542,84.56073,444.31842,57.090553,415.98907,41.532852,189.202,0.0,2002.9795,8757.853,21.0218,571.38715,125.961555,39511.316,126.38601,18.589098,53.045765,183.25635,43.382633,19.876366,99.53571,1443.2737,314.60416,55.595875,14.6377735,13.058472,445.5522,60.88341,884.9413,89.41111,2593.0942,298.82224,243.66801,97.36211,114.67725,5.932755,8.932779,9.307308,2.1052775,1.4168445,82.23608,90.75526,94.60532,50.699215,46.129738,125.226395,11.751487,2885.1528,36.538414,52.875,39.966866,34.28385,270.3704,76.39138,62.84722,10.60539,30.285187,53.25049,215.58292,588.2456,90.07778,317.316,73.42544,94.421104,259.4032,176.92639,919.0802,154.6807,5.7178893,9.347222,4.3333335,54.62504,19439.387,3.5377407,34.141342,53.334724,40.972435,331.42285,67.74259,149.49991,1.6311111,129.06528,460.29828,243.37772,153.77055,463.14734,34.924072,96.391396,138.62935,9.848888,1.6950171,10.914327,933.84955,0.056407884,0.21594444,50.528706,7.6415076,3.4907231,3.646404,9.033227,82.165855,28.216667,89.43961,565.1614,247.27272,2254.2285,1890.2023,31.013817,56.192127,9886.57,7.4419966,99.37962,756.98535,190.7,268.23056,107.99722,627.6259,905.4698,481.75146,29.952381,152.64815,980.6143,1892.719,81.487656,965.41986,104.23982,1.0417719,60.698067,0.8595883,0.5170385,2.4217992,75.06926,183.25667,166.31595,13.457407,2111.643,464.87964,220.21428,314.47223,116.531746,82.333336,89.873146,79.73278,94.72222,743.9703,248.97221,146.7248,96.97562,25.181944,149.86665,135.6463,22.305508,525.91174,146.28697,1872.5745,32.739815,2220.9246,80.48933,418.25168,1376.8451,57.954247,13.441079,883.9521,775.9452,2309.475,93.4275 +2023-09-02 17:00:00,0.0,17452.127,372.1414,39.829323,49.70237,37.766415,193.4205,30.135513,48.149307,21.579641,27.611065,1294.3412,164.60938,18.442095,181.04848,0.47597492,0.003248513,29.542044,0.246499,0.10507769,393.31622,0.1302281,438.25092,53.945446,0.14893477,0.1929752,137.57152,20.11421,47.88935,91.77249,26924.24,0.032763217,2075.9434,0.22989647,0.093435146,0.03473835,0.17123611,169.84589,197.7001,22.064579,147.7125,35.627323,49.060905,2293.6455,1.7621162,162.38219,84.49474,444.288,57.056442,416.0713,41.504684,189.07063,0.0,2001.8418,8752.6875,20.996065,571.16614,125.8872,39502.664,126.28506,18.566742,52.999886,183.05823,43.34315,19.853102,99.4247,1442.391,314.6755,55.55918,14.620235,13.048742,445.16537,60.824116,884.04193,89.51639,2592.9253,299.22778,243.48889,97.4533,115.12467,5.931808,8.930824,9.310913,2.1065803,1.4185066,82.194,90.719765,94.601395,50.670975,46.11952,125.15602,11.75037,2886.3628,36.52681,52.834373,39.93801,34.257477,270.3088,76.35663,62.793404,10.599864,30.271439,53.21734,215.42062,587.711,90.041595,317.17203,73.38597,94.32659,259.2266,176.79642,918.5239,154.5879,5.7122364,9.343403,4.3364167,54.64586,19432.494,3.5351677,34.130238,53.32059,40.947254,331.2658,67.73532,149.43616,1.6315093,129.04941,460.2377,243.33841,153.7002,463.08664,34.93301,96.373276,138.62643,9.851305,1.6957507,10.919049,933.6833,0.05638539,0.21608472,50.5522,7.6490097,3.4945295,3.6524057,9.043303,82.164185,28.232084,89.49721,565.2921,247.39772,2254.8574,1890.4563,31.032583,56.216724,9882.704,7.44438,99.425575,756.9245,190.76125,268.29507,108.025276,627.9266,905.39996,481.76913,29.95119,152.67436,980.22125,1891.9043,81.4865,965.1607,104.2379,1.0419363,60.683,0.85964173,0.51725477,2.42192,75.036156,183.32259,166.20082,13.463842,2110.1658,464.6808,220.16965,314.41528,116.45754,82.291664,89.79081,79.76777,94.62778,743.3821,248.85367,146.56032,96.89771,25.200867,149.77048,135.5812,22.292164,525.61346,146.20885,1870.9781,32.73651,2219.9314,80.48114,418.1508,1375.8173,57.913094,13.449904,883.8681,776.032,2308.912,93.48584 +2023-09-02 18:00:00,0.0,17445.242,372.11914,39.875786,49.732845,37.801517,193.53687,30.14758,48.175323,21.585966,27.629492,1295.042,164.55151,18.450981,181.09416,0.47550538,0.0033267695,29.549122,0.24629167,0.10513387,393.59915,0.13015805,438.43686,53.993496,0.14882839,0.19277614,137.62398,20.130129,47.908333,91.8002,26908.31,0.032775536,2075.9333,0.23036566,0.09336305,0.034828626,0.17107435,169.91632,197.82274,22.06467,147.675,35.633068,49.020718,2293.4395,1.761506,162.25894,84.428764,444.25757,57.02233,416.1535,41.476517,188.93925,0.0,2000.7043,8747.523,20.970331,570.9452,125.81285,39494.01,126.184105,18.544388,52.954006,182.8601,43.30367,19.829836,99.31369,1441.5084,314.7469,55.522488,14.602697,13.039014,444.77853,60.76482,883.1425,89.621666,2592.756,299.63333,243.30977,97.544495,115.57209,5.930861,8.928868,9.314517,2.1078827,1.4201688,82.15193,90.68427,94.597466,50.64274,46.109303,125.08565,11.749253,2887.573,36.51521,52.79375,39.909157,34.231106,270.24722,76.32188,62.739582,10.594337,30.257692,53.18419,215.25833,587.17633,90.00542,317.028,73.346504,94.23208,259.05,176.66646,917.9676,154.49512,5.7065835,9.339583,4.3395,54.66668,19425.602,3.5325944,34.11913,53.30646,40.922073,331.1088,67.72806,149.37242,1.6319075,129.03354,460.17715,243.2991,153.62985,463.0259,34.941944,96.35516,138.62354,9.853723,1.6964843,10.923772,933.517,0.056362893,0.216225,50.575695,7.656512,3.498336,3.6584074,9.053378,82.16251,28.2475,89.5548,565.4229,247.52272,2255.486,1890.7103,31.05135,56.241318,9878.839,7.446763,99.47153,756.8637,190.8225,268.3596,108.05333,628.2272,905.33014,481.7868,29.95,152.70056,979.8281,1891.0897,81.48535,964.90155,104.23598,1.0421008,60.667927,0.8596951,0.51747096,2.4220412,75.00306,183.38849,166.08568,13.470278,2108.6887,464.48196,220.125,314.35834,116.38333,82.25,89.70847,79.80275,94.53333,742.7938,248.7351,146.39583,96.81982,25.219791,149.67429,135.51611,22.278818,525.3151,146.13074,1869.3818,32.733208,2218.9385,80.47295,418.04987,1374.7893,57.871937,13.45873,883.7841,776.1188,2308.349,93.544174 +2023-09-02 19:00:00,0.0,17438.357,372.0969,39.92225,49.763317,37.836617,193.65321,30.159645,48.20134,21.59229,27.647917,1295.7428,164.49367,18.459867,181.13986,0.47503585,0.003405026,29.556202,0.24608432,0.10519005,393.88208,0.13008802,438.6228,54.041546,0.14872201,0.19257708,137.67644,20.146048,47.927315,91.82791,26892.38,0.03278786,2075.923,0.23083486,0.09329094,0.0349189,0.17091256,169.98674,197.94537,22.06476,147.6375,35.638817,48.98053,2293.2336,1.7608956,162.13571,84.362785,444.22714,56.98822,416.23572,41.44835,188.80789,0.0,1999.5667,8742.358,20.944597,570.72424,125.7385,39485.355,126.08315,18.522034,52.908127,182.66202,43.264183,19.806572,99.202675,1440.6257,314.81824,55.485794,14.585159,13.029285,444.39172,60.705524,882.24316,89.726944,2592.5872,300.03888,243.13065,97.63569,116.01951,5.929914,8.926913,9.318122,2.1091852,1.4218308,82.109856,90.64878,94.59354,50.614502,46.099083,125.015274,11.7481365,2888.783,36.50361,52.753124,39.880306,34.20473,270.18567,76.287125,62.685764,10.588812,30.243944,53.15104,215.09604,586.64166,89.96924,316.884,73.30704,94.13757,258.87338,176.5365,917.41125,154.40233,5.7009306,9.335764,4.342583,54.687504,19418.709,3.5300214,34.108025,53.292328,40.896893,330.95175,67.72079,149.30867,1.6323056,129.01767,460.11658,243.2598,153.5595,462.9652,34.95088,96.33705,138.62064,9.856139,1.697218,10.9284935,933.35077,0.056340396,0.21636528,50.59919,7.6640134,3.5021427,3.664409,9.063453,82.16084,28.262917,89.612404,565.5537,247.64772,2256.115,1890.9645,31.070116,56.26591,9874.974,7.4491463,99.51747,756.8029,190.88374,268.4241,108.08139,628.52783,905.2603,481.80447,29.948809,152.72676,979.43506,1890.275,81.4842,964.6424,104.234055,1.0422652,60.65286,0.8597485,0.5176872,2.422162,74.969955,183.4544,165.97055,13.476713,2107.2117,464.2831,220.08035,314.3014,116.30913,82.208336,89.62613,79.83774,94.43889,742.20557,248.61656,146.23134,96.74191,25.238714,149.5781,135.45102,22.265472,525.01685,146.05261,1867.7856,32.729904,2217.9453,80.46477,417.94897,1373.7614,57.830784,13.467554,883.70013,776.2056,2307.7861,93.602516 +2023-09-02 20:00:00,0.0,17431.473,372.07462,39.968716,49.793793,37.87172,193.76958,30.171713,48.227356,21.598618,27.666344,1296.4437,164.4358,18.468754,181.18556,0.4745663,0.0034832824,29.563282,0.24587698,0.10524624,394.16498,0.13001797,438.80878,54.089596,0.14861563,0.19237803,137.7289,20.161966,47.946297,91.85562,26876.453,0.03280018,2075.913,0.23130405,0.09321884,0.03500918,0.17075078,170.05717,198.068,22.06485,147.6,35.644566,48.940342,2293.0276,1.7602854,162.01248,84.2968,444.19672,56.95411,416.31793,41.420185,188.67653,0.0,1998.4292,8737.193,20.918861,570.50323,125.664154,39476.703,125.9822,18.49968,52.862247,182.4639,43.2247,19.783306,99.09167,1439.743,314.8896,55.4491,14.567622,13.019556,444.0049,60.64623,881.34375,89.83222,2592.418,300.44446,242.9515,97.72688,116.46693,5.928967,8.924958,9.321727,2.1104877,1.4234929,82.06779,90.6133,94.5896,50.58626,46.088863,124.9449,11.74702,2889.9932,36.49201,52.7125,39.85145,34.17836,270.12408,76.25237,62.631943,10.583285,30.230196,53.11789,214.93375,586.10706,89.93306,316.74002,73.26756,94.04306,258.69678,176.40652,916.8549,154.30952,5.695278,9.331944,4.345667,54.708324,19411.816,3.5274482,34.096916,53.278194,40.87171,330.7947,67.71352,149.24492,1.6327038,129.0018,460.056,243.2205,153.48915,462.90448,34.959812,96.31893,138.61772,9.858556,1.6979516,10.933216,933.1845,0.056317903,0.21650556,50.622684,7.6715155,3.5059493,3.6704106,9.073528,82.15918,28.278334,89.67,565.6845,247.77272,2256.744,1891.2185,31.088882,56.29051,9871.107,7.4515295,99.56342,756.7421,190.945,268.48862,108.10944,628.8285,905.1905,481.82214,29.947618,152.75298,979.04193,1889.4604,81.48305,964.38324,104.23213,1.0424297,60.63779,0.8598019,0.5179034,2.4222832,74.93685,183.52032,165.85541,13.483148,2105.7344,464.08426,220.03572,314.24445,116.234924,82.166664,89.54379,79.87273,94.344444,741.6173,248.49802,146.06686,96.66401,25.257639,149.4819,135.38593,22.252129,524.71857,145.9745,1866.1893,32.7266,2216.9524,80.45658,417.84808,1372.7334,57.78963,13.476379,883.61615,776.2924,2307.2231,93.66086 +2023-09-02 21:00:00,0.0,17424.588,372.05237,40.01518,49.824265,37.90682,193.88594,30.183779,48.25337,21.604942,27.68477,1297.1445,164.37796,18.477638,181.23125,0.47409678,0.0035615386,29.570362,0.24566963,0.10530242,394.4479,0.12994792,438.99472,54.13764,0.14850925,0.19217898,137.78134,20.177885,47.96528,91.88333,26860.523,0.0328125,2075.903,0.23177324,0.09314674,0.035099454,0.170589,170.1276,198.19063,22.064941,147.5625,35.65031,48.90015,2292.8218,1.7596751,161.88925,84.23082,444.16626,56.92,416.40015,41.392017,188.54515,0.0,1997.2917,8732.029,20.893127,570.2823,125.5898,39468.047,125.88125,18.477324,52.81637,182.2658,43.18522,19.760042,98.98065,1438.8604,314.96094,55.412407,14.550084,13.009828,443.61807,60.586933,880.4444,89.9375,2592.249,300.85,242.77238,97.818085,116.914345,5.92802,8.923003,9.325332,2.1117904,1.425155,82.02571,90.577805,94.58567,50.558025,46.078648,124.87453,11.745903,2891.2031,36.480408,52.671875,39.822598,34.151985,270.0625,76.21762,62.578125,10.57776,30.216448,53.08474,214.77145,585.5724,89.89687,316.596,73.228096,93.94855,258.52017,176.27657,916.2986,154.21674,5.6896253,9.328125,4.34875,54.729145,19404.924,3.5248752,34.085808,53.264065,40.84653,330.63766,67.70625,149.18118,1.6331019,128.98593,459.99542,243.1812,153.4188,462.84378,34.96875,96.30082,138.6148,9.860972,1.6986852,10.937938,933.01825,0.056295406,0.21664584,50.646183,7.6790175,3.5097556,3.6764123,9.083604,82.15751,28.29375,89.72759,565.8153,247.89772,2257.3726,1891.4725,31.107649,56.3151,9867.242,7.453913,99.609375,756.68134,191.00626,268.55313,108.1375,629.12915,905.12067,481.8398,29.946428,152.77917,978.64886,1888.6458,81.48189,964.1241,104.23022,1.0425942,60.622723,0.85985523,0.51811963,2.422404,74.90375,183.58624,165.74028,13.489583,2104.2573,463.88544,219.99107,314.1875,116.16071,82.125,89.46146,79.907715,94.25,741.0291,248.37946,145.90237,96.58611,25.276562,149.38571,135.32083,22.238783,524.4202,145.89638,1864.5931,32.723297,2215.9592,80.44839,417.7472,1371.7054,57.748478,13.485205,883.53217,776.3792,2306.6602,93.71919 +2023-09-02 22:00:00,0.0,17417.703,372.0301,40.06164,49.85474,37.94192,194.0023,30.195845,48.279385,21.611267,27.703197,1297.8453,164.3201,18.486525,181.27695,0.47362724,0.0036397951,29.57744,0.2454623,0.1053586,394.73083,0.12987788,439.18066,54.18569,0.14840287,0.19197993,137.8338,20.193804,47.98426,91.91104,26844.594,0.03282482,2075.893,0.23224244,0.09307464,0.03518973,0.17042722,170.19803,198.31326,22.065031,147.525,35.65606,48.859962,2292.6157,1.7590649,161.76602,84.16483,444.13586,56.885887,416.48236,41.36385,188.41379,0.0,1996.154,8726.864,20.867393,570.06134,125.51545,39459.395,125.7803,18.45497,52.77049,182.06767,43.145733,19.736776,98.869644,1437.9778,315.0323,55.375713,14.532546,13.000098,443.23126,60.527637,879.545,90.04278,2592.0798,301.25555,242.59326,97.90928,117.36176,5.927073,8.921048,9.328936,2.113093,1.4268172,81.98364,90.54232,94.58174,50.529785,46.068428,124.80415,11.744786,2892.413,36.468803,52.63125,39.793747,34.125614,270.00095,76.18287,62.524307,10.572233,30.202702,53.051594,214.60916,585.0377,89.860695,316.452,73.18863,93.854034,258.34357,176.14659,915.74225,154.12395,5.6839724,9.324306,4.3518333,54.74997,19398.031,3.522302,34.074703,53.24993,40.82135,330.48062,67.69898,149.11743,1.6335001,128.97006,459.93484,243.14189,153.34845,462.78305,34.977684,96.2827,138.61191,9.863389,1.6994188,10.94266,932.852,0.056272913,0.21678612,50.669678,7.6865196,3.5135622,3.6824138,9.093679,82.15584,28.309168,89.78519,565.94604,248.02272,2258.0015,1891.7266,31.126415,56.3397,9863.377,7.4562964,99.65532,756.62054,191.0675,268.61765,108.16556,629.4298,905.05084,481.85748,29.945238,152.80537,978.2558,1887.8312,81.480736,963.8649,104.228294,1.0427586,60.607655,0.85990864,0.5183358,2.4225252,74.87065,183.65216,165.62514,13.496018,2102.7803,463.68658,219.94643,314.13055,116.08651,82.083336,89.37912,79.942696,94.155556,740.44086,248.26091,145.73788,96.50821,25.295485,149.28952,135.25574,22.22544,524.12195,145.81827,1862.9968,32.719994,2214.966,80.4402,417.6463,1370.6776,57.70732,13.49403,883.4482,776.46606,2306.0972,93.777534 +2023-09-02 23:00:00,0.0,17410.816,372.00784,40.10811,49.885212,37.97702,194.11867,30.20791,48.3054,21.617594,27.721624,1298.5461,164.26225,18.49541,181.32265,0.4731577,0.0037180516,29.58452,0.24525495,0.105414785,395.01376,0.12980783,439.3666,54.23374,0.14829649,0.19178088,137.88626,20.209723,48.00324,91.93875,26828.664,0.03283714,2075.883,0.23271163,0.093002535,0.035280004,0.17026544,170.26846,198.4359,22.06512,147.4875,35.661808,48.819775,2292.4097,1.7584547,161.64279,84.098854,444.1054,56.851776,416.56458,41.335682,188.28242,0.0,1995.0166,8721.699,20.84166,569.84033,125.4411,39450.742,125.67934,18.432615,52.72461,181.86957,43.10625,19.71351,98.75863,1437.0951,315.10364,55.339016,14.515009,12.99037,442.84442,60.46834,878.6456,90.148056,2591.911,301.6611,242.41414,98.00047,117.80918,5.926126,8.919093,9.3325405,2.1143954,1.4284792,81.94157,90.50682,94.57781,50.50155,46.058212,124.73378,11.7436695,2893.6233,36.457203,52.590626,39.764893,34.099243,269.93936,76.14812,62.470486,10.566708,30.188953,53.018444,214.44687,584.50305,89.82452,316.308,73.14916,93.75952,258.16696,176.01663,915.1859,154.03116,5.6783195,9.320486,4.3549166,54.77079,19391.139,3.5197287,34.063595,53.2358,40.79617,330.32358,67.69171,149.05368,1.6338983,128.9542,459.87427,243.1026,153.27809,462.72235,34.986618,96.26459,138.60901,9.865806,1.7001525,10.947383,932.6857,0.056250416,0.21692638,50.693172,7.6940217,3.5173688,3.6884155,9.103754,82.15417,28.324583,89.84279,566.07684,248.14772,2258.6301,1891.9806,31.145182,56.364292,9859.511,7.4586797,99.70127,756.5597,191.12875,268.68216,108.19361,629.73047,904.981,481.87515,29.944048,152.83157,977.8627,1887.0165,81.47958,963.60583,104.22637,1.0429231,60.592583,0.859962,0.51855206,2.422646,74.83755,183.71808,165.51,13.502454,2101.303,463.48773,219.90178,314.0736,116.0123,82.041664,89.29678,79.977684,94.06111,739.8526,248.14235,145.5734,96.430305,25.31441,149.19333,135.19064,22.212093,523.8236,145.74016,1861.4006,32.71669,2213.9731,80.432014,417.54538,1369.6497,57.66617,13.502854,883.3642,776.55286,2305.5342,93.83588 +2023-09-03 00:00:00,0.0,17403.932,371.98557,40.15457,49.915688,38.012123,194.23503,30.219978,48.331417,21.623919,27.74005,1299.2471,164.20439,18.504297,181.36833,0.47268817,0.003796308,29.5916,0.24504761,0.10547097,395.2967,0.12973778,439.55258,54.28179,0.14819013,0.19158182,137.93872,20.225641,48.02222,91.96646,26812.736,0.03284946,2075.873,0.23318082,0.092930436,0.035370283,0.17010367,170.33888,198.55852,22.06521,147.45,35.667557,48.779587,2292.2039,1.7578444,161.51955,84.032875,444.07498,56.817665,416.6468,41.307514,188.15106,0.0,1993.8789,8716.535,20.815926,569.6194,125.36675,39442.086,125.578384,18.410261,52.67873,181.67145,43.06677,19.690247,98.64761,1436.2124,315.175,55.302322,14.497471,12.98064,442.4576,60.409042,877.7462,90.253334,2591.7417,302.06668,242.23502,98.09167,118.2566,5.925179,8.917138,9.336145,2.115698,1.4301413,81.89949,90.47134,94.57388,50.47331,46.047993,124.66341,11.742554,2894.8333,36.445602,52.55,39.73604,34.07287,269.87778,76.113365,62.416668,10.561182,30.175205,52.985294,214.28458,583.96844,89.78834,316.164,73.10969,93.66501,257.99036,175.88667,914.62964,153.93837,5.672667,9.316667,4.3580003,54.79161,19384.246,3.5171556,34.05249,53.22167,40.77099,330.16656,67.68444,148.98993,1.6342964,128.93832,459.8137,243.0633,153.20775,462.66162,34.995556,96.24647,138.6061,9.868222,1.7008861,10.952105,932.5195,0.056227922,0.21706666,50.716667,7.7015233,3.5211754,3.6944172,9.11383,82.152504,28.34,89.90038,566.20764,248.27272,2259.259,1892.2347,31.163948,56.38889,9855.6455,7.461063,99.74722,756.4989,191.19,268.74667,108.221664,630.03107,904.9112,481.89282,29.942858,152.85779,977.4696,1886.2019,81.47843,963.3467,104.22445,1.0430875,60.577515,0.8600154,0.5187683,2.4227672,74.80444,183.784,165.39487,13.508889,2099.826,463.2889,219.85715,314.01666,115.938095,82.0,89.21444,80.01267,93.96667,739.26434,248.0238,145.40892,96.35241,25.333332,149.09714,135.12555,22.19875,523.5253,145.66203,1859.8043,32.713387,2212.98,80.42383,417.4445,1368.6217,57.625015,13.51168,883.2802,776.63965,2304.9712,93.89422 +2023-09-03 01:00:00,0.0,17397.047,371.96332,40.201035,49.94616,38.047222,194.3514,30.232044,48.35743,21.630245,27.758476,1299.9479,164.14655,18.513182,181.41403,0.47221866,0.0038745643,29.598679,0.24484028,0.10552715,395.5796,0.12966773,439.73853,54.32984,0.14808375,0.19138277,137.99117,20.24156,48.041203,91.99417,26796.807,0.032861784,2075.863,0.23365001,0.09285834,0.035460558,0.16994189,170.40932,198.68115,22.065302,147.4125,35.6733,48.739395,2291.9978,1.7572342,161.39632,83.96689,444.04456,56.783554,416.729,41.279346,188.01968,0.0,1992.7415,8711.37,20.79019,569.39844,125.292404,39433.434,125.47743,18.387905,52.63285,181.47333,43.027283,19.66698,98.536606,1435.3298,315.24637,55.26563,14.479933,12.970912,442.0708,60.349747,876.84686,90.35861,2591.5725,302.47223,242.05588,98.18286,118.70402,5.924232,8.915183,9.33975,2.1170006,1.4318035,81.85742,90.435844,94.569954,50.445072,46.037777,124.59303,11.741437,2896.0435,36.434002,52.509377,39.707184,34.046497,269.81622,76.07861,62.362846,10.5556555,30.161459,52.952145,214.12228,583.4338,89.75215,316.02002,73.07022,93.570496,257.81375,175.7567,914.0733,153.84558,5.667014,9.312847,4.3610835,54.812435,19377.354,3.5145824,34.04138,53.207535,40.745808,330.00952,67.67718,148.9262,1.6346945,128.92247,459.7531,243.02399,153.13739,462.60092,35.00449,96.228355,138.60318,9.870639,1.7016197,10.956827,932.3532,0.056205425,0.21720694,50.74016,7.7090254,3.5249817,3.7004187,9.123905,82.15083,28.355417,89.95798,566.33844,248.39772,2259.8877,1892.4888,31.182714,56.413483,9851.78,7.463446,99.79317,756.4381,191.25125,268.8112,108.249725,630.3317,904.8414,481.9105,29.941668,152.88399,977.0765,1885.3872,81.47727,963.0875,104.22253,1.043252,60.562447,0.8600688,0.5189845,2.422888,74.77134,183.84991,165.27972,13.515324,2098.3489,463.09006,219.8125,313.95972,115.86389,81.958336,89.1321,80.04765,93.87222,738.6761,247.90526,145.24443,96.274506,25.352257,149.00095,135.06046,22.185404,523.227,145.58392,1858.2081,32.710083,2211.987,80.41564,417.3436,1367.5938,57.58386,13.520505,883.1962,776.7265,2304.4082,93.95255 +2023-09-03 02:00:00,0.0,17390.162,371.94107,40.2475,49.976635,38.082325,194.46776,30.24411,48.383446,21.63657,27.776903,1300.6487,164.08868,18.522068,181.45973,0.47174913,0.003952821,29.605759,0.24463293,0.10558333,395.86252,0.1295977,439.92447,54.377888,0.14797737,0.19118372,138.04362,20.257479,48.060184,92.02188,26780.877,0.032874104,2075.853,0.2341192,0.09278623,0.035550833,0.1697801,170.47974,198.80379,22.065392,147.375,35.67905,48.699207,2291.792,1.7566239,161.27309,83.90091,444.0141,56.749443,416.81122,41.251183,187.88832,0.0,1991.6038,8706.205,20.764456,569.1774,125.21805,39424.777,125.37648,18.365551,52.58697,181.27524,42.9878,19.643717,98.42559,1434.4471,315.31772,55.228935,14.462395,12.961184,441.68396,60.29045,875.94745,90.46388,2591.4036,302.87778,241.87675,98.274055,119.151436,5.923285,8.913228,9.343354,2.118303,1.4334655,81.815346,90.40036,94.566025,50.416832,46.027557,124.52266,11.74032,2897.2534,36.4224,52.46875,39.678333,34.020123,269.75464,76.04386,62.30903,10.55013,30.14771,52.918995,213.95999,582.8991,89.71597,315.876,73.030754,93.47598,257.63715,175.62674,913.51697,153.75279,5.661361,9.309028,4.3641667,54.833256,19370.459,3.5120094,34.030277,53.193405,40.720627,329.85248,67.66991,148.86244,1.6350926,128.9066,459.69254,242.98468,153.06705,462.54022,35.013424,96.21024,138.60028,9.873055,1.7023534,10.961549,932.18695,0.056182932,0.21734722,50.763657,7.7165275,3.5287883,3.7064204,9.133981,82.14916,28.370834,90.01558,566.46924,248.52272,2260.5166,1892.7428,31.20148,56.438076,9847.915,7.4658294,99.83912,756.3773,191.3125,268.8757,108.27778,630.6324,904.7716,481.9282,29.940475,152.91019,976.6834,1884.5726,81.47612,962.82837,104.220604,1.0434165,60.54738,0.86012214,0.51920074,2.423009,74.73824,183.91583,165.1646,13.521759,2096.8716,462.8912,219.76785,313.90277,115.78968,81.916664,89.04977,80.08264,93.77778,738.0879,247.7867,145.07994,96.1966,25.37118,148.90475,134.99538,22.17206,522.9287,145.5058,1856.6118,32.70678,2210.994,80.407455,417.24268,1366.5659,57.542706,13.52933,883.11224,776.8133,2303.8452,94.010895 +2023-09-03 03:00:00,0.0,17383.277,371.9188,40.293964,50.007107,38.117424,194.58412,30.256176,48.409462,21.642895,27.79533,1301.3495,164.03084,18.530954,181.50542,0.4712796,0.004031077,29.612839,0.2444256,0.10563952,396.14545,0.12952764,440.1104,54.425938,0.14787099,0.19098467,138.09608,20.273397,48.079166,92.04959,26764.95,0.032886423,2075.843,0.2345884,0.09271413,0.035641108,0.16961832,170.55017,198.92642,22.065481,147.3375,35.6848,48.65902,2291.586,1.7560136,161.14986,83.83493,443.9837,56.715332,416.89343,41.223015,187.75696,0.0,1990.4663,8701.04,20.738722,568.9565,125.1437,39416.125,125.27553,18.343197,52.54109,181.07712,42.94832,19.620451,98.31458,1433.5645,315.38907,55.19224,14.444858,12.951454,441.29715,60.231155,875.0481,90.56916,2591.2344,303.28333,241.69763,98.36526,119.598854,5.922338,8.911273,9.346959,2.1196055,1.4351276,81.77328,90.36486,94.562096,50.388596,46.01734,124.452286,11.739203,2898.4636,36.410797,52.428123,39.64948,33.99375,269.69305,76.00911,62.255207,10.544603,30.133963,52.885845,213.7977,582.3645,89.679794,315.732,72.99128,93.38148,257.46054,175.49677,912.96063,153.65999,5.655709,9.305208,4.36725,54.854076,19363.566,3.5094361,34.01917,53.17927,40.695446,329.69543,67.662636,148.79869,1.6354908,128.89073,459.63196,242.94539,152.9967,462.4795,35.02236,96.19212,138.59738,9.875472,1.703087,10.966271,932.0207,0.056160435,0.2174875,50.787155,7.7240295,3.532595,3.7124221,9.144056,82.14749,28.38625,90.07317,566.6,248.64772,2261.1453,1892.9968,31.220247,56.462673,9844.049,7.468213,99.88507,756.3165,191.37375,268.94022,108.30583,630.93304,904.7018,481.94586,29.939285,152.9364,976.2903,1883.7579,81.47497,962.5692,104.21869,1.0435809,60.53231,0.86017555,0.5194169,2.42313,74.70514,183.98175,165.04945,13.528194,2095.3945,462.69238,219.72322,313.84583,115.71548,81.875,88.96743,80.11763,93.683334,737.49963,247.66815,144.91547,96.118706,25.390104,148.80856,134.93028,22.158714,522.63043,145.42769,1855.0156,32.703476,2210.001,80.39926,417.14178,1365.538,57.501553,13.538155,883.02826,776.9001,2303.2822,94.06924 +2023-09-03 04:00:00,0.0,17376.393,371.89655,40.340427,50.037582,38.152527,194.70049,30.268244,48.43548,21.649221,27.813755,1302.0503,163.97298,18.539839,181.55112,0.47081006,0.0041093337,29.619917,0.24421825,0.1056957,396.42838,0.1294576,440.2964,54.473988,0.14776461,0.1907856,138.14854,20.289316,48.09815,92.0773,26749.02,0.032898746,2075.833,0.23505759,0.09264203,0.035731386,0.16945654,170.62059,199.04904,22.06557,147.3,35.690544,48.61883,2291.3801,1.7554034,161.02663,83.76894,443.95325,56.68122,416.97565,41.194847,187.62558,0.0,1989.3289,8695.876,20.712988,568.73553,125.06935,39407.47,125.174576,18.320843,52.49521,180.879,42.908833,19.597187,98.20357,1432.6818,315.46042,55.15555,14.42732,12.941726,440.91034,60.17186,874.1487,90.67444,2591.0654,303.6889,241.5185,98.45645,120.04627,5.921391,8.909318,9.350564,2.1209083,1.4367898,81.7312,90.32938,94.55817,50.360355,46.007122,124.38191,11.738087,2899.6736,36.399197,52.3875,39.620625,33.96738,269.6315,75.97436,62.20139,10.539078,30.120216,52.852695,213.6354,581.82983,89.643616,315.588,72.95181,93.286964,257.28397,175.3668,912.4043,153.5672,5.650056,9.301389,4.370333,54.8749,19356.674,3.506863,34.008064,53.165142,40.67027,329.5384,67.65537,148.73495,1.6358889,128.87486,459.57138,242.90608,152.92635,462.4188,35.031296,96.17401,138.59447,9.877889,1.7038206,10.970994,931.8544,0.05613794,0.21762778,50.81065,7.7315316,3.5364015,3.7184236,9.154131,82.14582,28.401667,90.13077,566.7308,248.77272,2261.7742,1893.251,31.239014,56.487267,9840.184,7.4705963,99.931015,756.2557,191.435,269.00473,108.333885,631.2337,904.63196,481.96353,29.938095,152.9626,975.8972,1882.9434,81.473816,962.31006,104.21677,1.0437454,60.51724,0.8602289,0.5196332,2.423251,74.672035,184.04767,164.93433,13.53463,2093.9175,462.49353,219.67857,313.78888,115.641266,81.833336,88.88509,80.15261,93.58889,736.9114,247.54959,144.75098,96.0408,25.409027,148.71237,134.86519,22.14537,522.3321,145.34958,1853.4193,32.700172,2209.0078,80.391075,417.0409,1364.51,57.4604,13.54698,882.9442,776.98694,2302.7192,94.12757 +2023-09-03 05:00:00,0.0,17369.508,371.87427,40.386894,50.068054,38.187626,194.81685,30.28031,48.461494,21.655546,27.832182,1302.7512,163.91513,18.548725,181.5968,0.47034052,0.00418759,29.626997,0.24401091,0.10575188,396.7113,0.12938754,440.48233,54.522038,0.14765823,0.19058655,138.20099,20.305235,48.11713,92.10501,26733.09,0.032911066,2075.8228,0.23552679,0.092569925,0.03582166,0.16929477,170.69102,199.17168,22.065662,147.2625,35.696293,48.57864,2291.174,1.7547932,160.9034,83.702965,443.92282,56.64711,417.05786,41.16668,187.49422,0.0,1988.1912,8690.711,20.687254,568.5145,124.995,39398.816,125.07362,18.298487,52.44933,180.6809,42.86935,19.573921,98.09256,1431.7992,315.53177,55.118855,14.409781,12.931996,440.5235,60.112564,873.2493,90.77972,2590.8962,304.09445,241.33939,98.547646,120.49369,5.920444,8.907363,9.354169,2.1222107,1.4384518,81.68913,90.293884,94.55424,50.33212,45.996906,124.31154,11.73697,2900.8838,36.387596,52.346874,39.59177,33.941006,269.56992,75.939606,62.147568,10.533552,30.106468,52.819546,213.47311,581.29517,89.60743,315.444,72.912346,93.19245,257.10736,175.23685,911.84796,153.47441,5.644403,9.297569,4.373417,54.89572,19349.781,3.5042899,33.996956,53.15101,40.64509,329.38135,67.6481,148.6712,1.6362871,128.859,459.5108,242.86678,152.856,462.35806,35.04023,96.15589,138.59155,9.880305,1.7045542,10.975716,931.6881,0.056115445,0.21776806,50.834145,7.739033,3.5402079,3.7244253,9.1642065,82.14416,28.417084,90.18837,566.8616,248.89772,2262.4028,1893.505,31.25778,56.511864,9836.318,7.4729795,99.97697,756.1949,191.49625,269.06924,108.361946,631.5343,904.56213,481.9812,29.936905,152.9888,975.5041,1882.1287,81.472664,962.0509,104.21484,1.0439099,60.50217,0.8602823,0.51984936,2.423372,74.63894,184.11359,164.81918,13.541064,2092.4402,462.29468,219.63393,313.73193,115.56706,81.791664,88.80275,80.1876,93.494446,736.3231,247.43105,144.58649,95.9629,25.42795,148.61618,134.8001,22.132025,522.0338,145.27145,1851.8231,32.69687,2208.015,80.38289,416.94,1363.482,57.419243,13.555805,882.8602,777.0737,2302.1562,94.18591 +2023-09-03 06:00:00,0.0,17362.623,371.85202,40.433357,50.09853,38.22273,194.93321,30.292376,48.487507,21.661871,27.850609,1303.452,163.85727,18.557611,181.6425,0.46987098,0.0042658467,29.634077,0.24380356,0.105808064,396.9942,0.1293175,440.66827,54.570087,0.14755185,0.1903875,138.25345,20.321154,48.136112,92.13272,26717.16,0.032923386,2075.8127,0.23599598,0.092497826,0.035911936,0.169133,170.76146,199.29431,22.065752,147.225,35.70204,48.538452,2290.9683,1.7541829,160.78015,83.63698,443.8924,56.613,417.14008,41.13851,187.36285,0.0,1987.0537,8685.546,20.661518,568.2936,124.92065,39390.164,124.97267,18.276133,52.40345,180.48279,42.82987,19.550657,97.981544,1430.9165,315.60312,55.08216,14.392243,12.922268,440.1367,60.05327,872.3499,90.884995,2590.7273,304.5,241.16026,98.63884,120.94111,5.919497,8.905408,9.357774,2.1235132,1.4401139,81.64706,90.2584,94.55031,50.303883,45.986687,124.241165,11.735853,2902.0938,36.375996,52.30625,39.56292,33.914635,269.50833,75.904854,62.09375,10.528026,30.09272,52.786396,213.31082,580.76056,89.57125,315.3,72.87288,93.09794,256.93076,175.10687,911.2916,153.38162,5.63875,9.29375,4.3765,54.916546,19342.889,3.5017166,33.98585,53.136875,40.619907,329.2243,67.64083,148.60745,1.6366853,128.84312,459.45023,242.82748,152.78564,462.29736,35.049164,96.13778,138.58865,9.882722,1.7052878,10.980438,931.52185,0.05609295,0.21790834,50.85764,7.7465353,3.5440145,3.730427,9.174282,82.14249,28.4325,90.245964,566.9924,249.02272,2263.0317,1893.759,31.276546,56.536457,9832.452,7.475363,100.02291,756.1341,191.5575,269.13376,108.39,631.83496,904.4923,481.99887,29.935715,153.015,975.111,1881.3141,81.471504,961.79175,104.21292,1.0440743,60.487103,0.8603357,0.5200656,2.423493,74.605835,184.17949,164.70404,13.5475,2090.9631,462.09586,219.58928,313.675,115.49286,81.75,88.72041,80.22259,93.4,735.7349,247.3125,144.422,95.885,25.446875,148.51999,134.735,22.118681,521.7355,145.19334,1850.2268,32.693565,2207.0217,80.3747,416.8391,1362.4542,57.37809,13.5646305,882.77625,777.1605,2301.5933,94.244255 +2023-09-03 07:00:00,0.0,17355.738,371.82977,40.47982,50.129,38.257828,195.04956,30.304441,48.513523,21.668198,27.869036,1304.1528,163.79942,18.566498,181.6882,0.46940145,0.004344103,29.641155,0.24359623,0.10586425,397.27713,0.12924746,440.85425,54.618137,0.14744547,0.19018845,138.30591,20.337072,48.155094,92.16043,26701.232,0.03293571,2075.8027,0.23646517,0.09242573,0.03600221,0.16897121,170.83188,199.41695,22.065842,147.1875,35.70779,48.498264,2290.7622,1.7535727,160.65692,83.571,443.86197,56.578888,417.22226,41.110344,187.23149,0.0,1985.916,8680.382,20.635784,568.07263,124.8463,39381.508,124.87171,18.253778,52.35757,180.28467,42.790382,19.527391,97.87054,1430.0338,315.67447,55.045467,14.374706,12.9125395,439.74988,59.993973,871.45056,90.99027,2590.558,304.90555,240.98114,98.730034,121.38853,5.91855,8.903453,9.361378,2.124816,1.441776,81.60499,90.22291,94.54638,50.275642,45.97647,124.17079,11.734736,2903.3037,36.364395,52.265625,39.534065,33.88826,269.44678,75.8701,62.039932,10.5225,30.078972,52.753246,213.14853,580.2259,89.53507,315.156,72.833405,93.003426,256.75415,174.97691,910.7353,153.28883,5.6330976,9.28993,4.3795834,54.937366,19335.996,3.4991436,33.974743,53.122746,40.594727,329.0673,67.63357,148.54372,1.6370834,128.82726,459.38965,242.78818,152.7153,462.23663,35.0581,96.11967,138.58575,9.8851385,1.7060214,10.985161,931.3556,0.056070454,0.21804862,50.881134,7.7540374,3.547821,3.7364285,9.184358,82.140816,28.447918,90.30356,567.1231,249.14772,2263.6604,1894.0131,31.295313,56.56105,9828.587,7.477746,100.06886,756.0733,191.61874,269.19827,108.41805,632.1356,904.4225,482.01654,29.934525,153.04121,974.7179,1880.4994,81.47035,961.53265,104.211,1.0442388,60.472034,0.86038905,0.5202818,2.423614,74.57273,184.2454,164.58891,13.553935,2089.486,461.897,219.54465,313.61804,115.41865,81.708336,88.63808,80.25757,93.30556,735.14667,247.19394,144.25752,95.8071,25.465797,148.4238,134.6699,22.105335,521.4372,145.11522,1848.6305,32.69026,2206.0286,80.366516,416.7382,1361.4263,57.336937,13.573455,882.69226,777.2473,2301.0303,94.30259 +2023-09-03 08:00:00,0.0,17348.854,371.8075,40.526287,50.159477,38.29293,195.16592,30.31651,48.53954,21.674522,27.887463,1304.8536,163.74156,18.575382,181.73389,0.4689319,0.004422359,29.648235,0.24338889,0.105920434,397.56006,0.1291774,441.0402,54.666183,0.14733909,0.18998939,138.35837,20.352991,48.174072,92.18814,26685.303,0.03294803,2075.7927,0.23693436,0.09235363,0.03609249,0.16880943,170.90231,199.53957,22.065933,147.15,35.713535,48.458076,2290.5564,1.7529624,160.53369,83.50502,443.83154,56.544777,417.30447,41.08218,187.10011,0.0,1984.7786,8675.217,20.61005,567.8516,124.77195,39372.855,124.77076,18.231424,52.31169,180.08655,42.7509,19.504128,97.75952,1429.1512,315.74582,55.00877,14.357168,12.90281,439.36304,59.934677,870.55115,91.09555,2590.3892,305.31113,240.802,98.82123,121.835945,5.917603,8.901498,9.364983,2.1261184,1.4434382,81.56291,90.187416,94.54245,50.247406,45.96625,124.10042,11.73362,2904.514,36.35279,52.225,39.50521,33.86189,269.3852,75.83535,61.98611,10.5169735,30.065226,52.720097,212.98624,579.6912,89.49889,315.012,72.79394,92.90891,256.57755,174.84694,910.179,153.19604,5.6274447,9.286111,4.3826666,54.958187,19329.104,3.4965703,33.963634,53.108612,40.569546,328.91025,67.6263,148.47997,1.6374816,128.81139,459.32907,242.74887,152.64494,462.17593,35.067036,96.10155,138.58284,9.887555,1.706755,10.989882,931.18933,0.05604796,0.21818888,50.90463,7.7615395,3.5516276,3.7424302,9.194432,82.139145,28.463333,90.36115,567.2539,249.27272,2264.2893,1894.2671,31.31408,56.585648,9824.722,7.4801292,100.114815,756.0125,191.68001,269.2628,108.44611,632.4363,904.35266,482.0342,29.933332,153.06741,974.3248,1879.6848,81.4692,961.2735,104.209076,1.0444032,60.456966,0.86044246,0.52049804,2.423735,74.53963,184.31133,164.47377,13.56037,2088.0088,461.69815,219.5,313.5611,115.344444,81.666664,88.55574,80.29256,93.21111,734.5584,247.0754,144.09303,95.729195,25.484722,148.3276,134.60481,22.091991,521.13885,145.03711,1847.0343,32.68696,2205.0356,80.35833,416.6373,1360.3983,57.295784,13.58228,882.6083,777.33417,2300.4673,94.36093 +2023-09-03 09:00:00,0.0,17341.969,371.78525,40.57275,50.189953,38.328033,195.28229,30.328575,48.565556,21.68085,27.905888,1305.5546,163.68372,18.584269,181.77959,0.46846238,0.004500616,29.655315,0.24318154,0.10597661,397.843,0.12910737,441.22614,54.714233,0.14723271,0.18979034,138.41081,20.36891,48.193054,92.21586,26669.373,0.032960348,2075.7827,0.23740356,0.09228152,0.036182765,0.16864765,170.97273,199.6622,22.066023,147.1125,35.719284,48.417885,2290.3503,1.7523521,160.41046,83.43903,443.8011,56.510666,417.3867,41.054012,186.96875,0.0,1983.6411,8670.052,20.584316,567.6307,124.6976,39364.2,124.66981,18.209068,52.265812,179.88846,42.71142,19.480862,97.64851,1428.2686,315.8172,54.972076,14.33963,12.893082,438.97623,59.87538,869.6518,91.20083,2590.22,305.71667,240.62288,98.91243,122.28336,5.916656,8.899543,9.3685875,2.127421,1.4451002,81.52084,90.151924,94.53852,50.219166,45.956036,124.030045,11.732503,2905.7239,36.34119,52.184376,39.47636,33.835518,269.3236,75.8006,61.932293,10.511448,30.051477,52.686947,212.82394,579.1566,89.46271,314.86798,72.75447,92.8144,256.40094,174.71698,909.6227,153.10324,5.621792,9.282291,4.3857503,54.97901,19322.21,3.4939973,33.95253,53.09448,40.544365,328.7532,67.619026,148.41621,1.6378797,128.79552,459.2685,242.70956,152.5746,462.1152,35.07597,96.083435,138.57993,9.889972,1.7074887,10.994605,931.0231,0.056025464,0.21832916,50.928127,7.7690415,3.555434,3.748432,9.204508,82.13748,28.47875,90.418755,567.3847,249.39772,2264.918,1894.5212,31.332846,56.61024,9820.855,7.4825125,100.16076,755.95166,191.74126,269.3273,108.47417,632.73694,904.28284,482.05188,29.932142,153.09361,973.9317,1878.8701,81.46805,961.01434,104.20716,1.0445677,60.441895,0.86049587,0.5207143,2.423856,74.50653,184.37724,164.35864,13.566806,2086.5317,461.49933,219.45535,313.50418,115.27024,81.625,88.473404,80.327545,93.11667,733.97015,246.95683,143.92854,95.6513,25.503645,148.23143,134.53972,22.078646,520.8406,144.959,1845.438,32.683655,2204.0425,80.350136,416.5364,1359.3704,57.254627,13.591105,882.5243,777.42096,2299.9043,94.41927 +2023-09-03 10:00:00,0.0,17335.084,371.76297,40.619213,50.220425,38.363132,195.39865,30.340641,48.59157,21.687174,27.924314,1306.2554,163.62585,18.593155,181.82529,0.46799284,0.004578872,29.662394,0.2429742,0.106032796,398.1259,0.12903732,441.41208,54.762283,0.14712633,0.18959129,138.46327,20.384829,48.212036,92.24357,26653.445,0.03297267,2075.7727,0.23787275,0.09220942,0.03627304,0.16848588,171.04317,199.78484,22.066113,147.075,35.725033,48.377697,2290.1443,1.7517419,160.28723,83.373055,443.7707,56.476555,417.4689,41.025845,186.83739,0.0,1982.5034,8664.888,20.558582,567.4097,124.623245,39355.547,124.568855,18.186714,52.219933,179.69034,42.671932,19.457598,97.5375,1427.3859,315.88855,54.935383,14.322093,12.883352,438.58942,59.816086,868.7524,91.30611,2590.051,306.12222,240.44376,99.003624,122.73078,5.915709,8.897587,9.372192,2.1287234,1.4467623,81.47877,90.11644,94.53459,50.19093,45.945816,123.95967,11.731386,2906.934,36.32959,52.14375,39.447506,33.809143,269.26205,75.76585,61.87847,10.505921,30.03773,52.653797,212.66165,578.62195,89.42653,314.724,72.715004,92.71989,256.22433,174.58702,909.06635,153.01045,5.616139,9.278472,4.3888335,54.999832,19315.318,3.491424,33.94142,53.08035,40.519184,328.59616,67.611755,148.35248,1.6382779,128.77965,459.20792,242.67027,152.50424,462.0545,35.084908,96.065315,138.57703,9.892388,1.7082223,10.999327,930.8568,0.05600297,0.21846944,50.951622,7.776543,3.5592406,3.7544334,9.214583,82.13581,28.494167,90.47635,567.5155,249.52272,2265.5469,1894.7753,31.351612,56.63484,9816.99,7.484896,100.20671,755.89087,191.8025,269.3918,108.50222,633.0376,904.213,482.06955,29.930952,153.11983,973.53864,1878.0555,81.466896,960.7552,104.20524,1.0447322,60.426826,0.8605492,0.52093047,2.423977,74.47343,184.44316,164.2435,13.57324,2085.0547,461.30048,219.41072,313.44724,115.19603,81.583336,88.39106,80.36253,93.022224,733.38196,246.83829,143.76407,95.573395,25.522568,148.13524,134.47462,22.065302,520.54224,144.88087,1843.8418,32.68035,2203.0496,80.34195,416.4355,1358.3424,57.213474,13.599931,882.4403,777.50775,2299.3413,94.47761 +2023-09-03 11:00:00,0.0,17328.2,371.74072,40.66568,50.2509,38.398235,195.51501,30.352707,48.617584,21.693499,27.942741,1306.9562,163.56801,18.60204,181.87097,0.4675233,0.0046571284,29.669474,0.24276686,0.10608898,398.4088,0.12896727,441.59805,54.810333,0.14701995,0.18939224,138.51573,20.400747,48.231018,92.27128,26637.516,0.03298499,2075.7627,0.23834194,0.09213732,0.036363315,0.16832408,171.1136,199.90747,22.066202,147.0375,35.73078,48.33751,2289.9385,1.7511317,160.164,83.30707,443.74023,56.442444,417.55112,40.997677,186.70601,0.0,1981.366,8659.723,20.532846,567.1887,124.5489,39346.895,124.4679,18.16436,52.174053,179.49223,42.63245,19.434332,97.42648,1426.5032,315.9599,54.89869,14.304555,12.873624,438.20258,59.75679,867.853,91.411385,2589.8818,306.52777,240.26463,99.09482,123.1782,5.914762,8.895632,9.375796,2.130026,1.4484245,81.4367,90.08095,94.53066,50.16269,45.935596,123.8893,11.730269,2908.144,36.31799,52.103127,39.41865,33.782772,269.20047,75.731094,61.824654,10.500396,30.023983,52.620647,212.49936,578.0873,89.39035,314.58,72.67553,92.62538,256.04773,174.45705,908.51,152.91766,5.6104865,9.2746525,4.3919168,55.020653,19308.426,3.488851,33.930317,53.066216,40.494003,328.43912,67.60449,148.28873,1.638676,128.76378,459.14734,242.63097,152.4339,461.9938,35.09384,96.0472,138.57413,9.894806,1.7089559,11.004049,930.69055,0.055980474,0.21860972,50.975117,7.784045,3.5630472,3.760435,9.224659,82.13414,28.509584,90.53394,567.64624,249.64772,2266.1758,1895.0293,31.370378,56.65943,9813.125,7.4872794,100.25266,755.8301,191.86375,269.45633,108.53028,633.3382,904.1432,482.08722,29.929762,153.14603,973.1455,1877.2408,81.46574,960.49603,104.203316,1.0448966,60.41176,0.8606026,0.5211467,2.4240978,74.44032,184.50908,164.12837,13.579676,2083.5774,461.10162,219.36607,313.3903,115.121826,81.541664,88.30872,80.397514,92.92778,732.7937,246.71974,143.59958,95.49549,25.541492,148.03905,134.40953,22.051956,520.24396,144.80276,1842.2455,32.677048,2202.0564,80.33376,416.3346,1357.3146,57.17232,13.608755,882.3563,777.5946,2298.7783,94.53595 +2023-09-03 12:00:00,0.0,17321.314,371.71848,40.712143,50.281372,38.433334,195.63138,30.364773,48.6436,21.699825,27.961168,1307.657,163.51015,18.610926,181.91667,0.46705377,0.004735385,29.676554,0.24255952,0.10614516,398.69174,0.12889722,441.784,54.858383,0.14691357,0.18919319,138.56818,20.416666,48.25,92.29899,26621.586,0.03299731,2075.7527,0.23881114,0.092065215,0.036453594,0.16816232,171.18402,200.03009,22.066294,147.0,35.736526,48.29732,2289.7324,1.7505214,160.04077,83.24109,443.7098,56.408333,417.63333,40.96951,186.57465,0.0,1980.2283,8654.558,20.507113,566.9678,124.47455,39338.24,124.36695,18.142006,52.128174,179.29411,42.592968,19.411066,97.315475,1425.6206,316.03125,54.861996,14.287017,12.863895,437.81577,59.697495,866.9536,91.51666,2589.713,306.93335,240.08551,99.18601,123.62562,5.913815,8.893677,9.379401,2.1313286,1.4500865,81.39462,90.045456,94.52673,50.134453,45.92538,123.818924,11.729153,2909.3542,36.306385,52.0625,39.389797,33.756397,269.1389,75.69634,61.770832,10.49487,30.010235,52.587498,212.33707,577.5526,89.35417,314.43597,72.63606,92.53087,255.87112,174.32709,907.9537,152.82487,5.6048336,9.270833,4.395,55.041477,19301.533,3.4862778,33.91921,53.052086,40.468822,328.28207,67.59722,148.22498,1.6390741,128.74791,459.08676,242.59166,152.36354,461.93307,35.102776,96.02909,138.57121,9.8972225,1.7096895,11.008772,930.5243,0.05595798,0.21875,50.99861,7.7915473,3.5668538,3.7664368,9.234734,82.13247,28.525,90.591545,567.7771,249.77272,2266.8044,1895.2833,31.389145,56.684025,9809.259,7.4896626,100.29861,755.7693,191.925,269.5208,108.558334,633.63885,904.07336,482.10492,29.928572,153.17223,972.75244,1876.4263,81.464584,960.2369,104.20139,1.0450611,60.39669,0.860656,0.5213629,2.424219,74.40722,184.575,164.01323,13.586111,2082.1003,460.90277,219.32143,313.33334,115.04762,81.5,88.22639,80.4325,92.833336,732.20544,246.60118,143.43509,95.417595,25.560415,147.94286,134.34445,22.038612,519.9457,144.72464,1840.6493,32.673744,2201.0635,80.32558,416.2337,1356.2866,57.131165,13.61758,882.27234,777.6814,2298.2153,94.59429 +2023-09-03 13:00:00,0.0,17314.43,371.6962,40.758606,50.311848,38.468437,195.74774,30.37684,48.669617,21.70615,27.979593,1308.3578,163.4523,18.619812,181.96236,0.46658424,0.0048136413,29.683632,0.24235217,0.10620134,398.97467,0.12882718,441.96994,54.90643,0.1468072,0.18899412,138.62064,20.432585,48.268982,92.3267,26605.656,0.033009633,2075.7427,0.23928033,0.091993116,0.03654387,0.16800053,171.25446,200.15273,22.066383,146.9625,35.742275,48.25713,2289.5266,1.7499112,159.91753,83.17511,443.67938,56.37422,417.71555,40.94134,186.44328,0.0,1979.0908,8649.394,20.481379,566.74677,124.4002,39329.586,124.266,18.11965,52.082294,179.09601,42.553482,19.387802,97.20446,1424.7379,316.1026,54.825302,14.269479,12.854166,437.42896,59.6382,866.05426,91.62194,2589.5437,307.3389,239.90637,99.27721,124.07304,5.912868,8.891722,9.383006,2.132631,1.4517486,81.352554,90.009964,94.522804,50.106213,45.91516,123.74855,11.728036,2910.5642,36.294785,52.021873,39.360947,33.730026,269.07733,75.66159,61.717014,10.489344,29.996487,52.554348,212.17477,577.018,89.317986,314.292,72.596596,92.436356,255.69452,174.19711,907.39734,152.73209,5.5991807,9.267014,4.398083,55.062298,19294.64,3.4837046,33.908104,53.037952,40.44364,328.12506,67.58995,148.16124,1.6394722,128.73204,459.02618,242.55237,152.2932,461.87238,35.111713,96.01097,138.5683,9.899639,1.7104231,11.013494,930.35803,0.055935483,0.21889028,51.022106,7.7990494,3.5706604,3.7724385,9.244809,82.130806,28.540417,90.64914,567.90784,249.89772,2267.4333,1895.5375,31.407911,56.708622,9805.394,7.492046,100.34456,755.7085,191.98625,269.58533,108.58639,633.9395,904.00354,482.1226,29.927382,153.19843,972.3594,1875.6116,81.46343,959.9777,104.19947,1.0452255,60.381622,0.86070937,0.52157915,2.4243398,74.37412,184.64091,163.8981,13.592546,2080.6233,460.70395,219.27678,313.2764,114.97341,81.458336,88.14405,80.46749,92.73889,731.6172,246.48264,143.2706,95.33969,25.57934,147.84666,134.27936,22.025267,519.64734,144.64653,1839.053,32.67044,2200.0703,80.31739,416.1328,1355.2587,57.09001,13.626406,882.18835,777.7682,2297.6523,94.652626 +2023-09-03 14:00:00,0.0,17307.545,371.67395,40.805073,50.34232,38.503536,195.8641,30.388906,48.695633,21.712477,27.99802,1309.0587,163.39444,18.628698,182.00806,0.4661147,0.0048918976,29.690712,0.24214484,0.10625753,399.2576,0.12875713,442.15588,54.95448,0.14670081,0.18879507,138.6731,20.448503,48.287964,92.35441,26589.729,0.033021953,2075.7324,0.23974952,0.09192102,0.036634143,0.16783875,171.32487,200.27536,22.066473,146.925,35.748024,48.21694,2289.3206,1.749301,159.7943,83.10912,443.64896,56.34011,417.79776,40.913177,186.31192,0.0,1977.9534,8644.229,20.455645,566.5258,124.32585,39320.93,124.16505,18.097296,52.036415,178.89789,42.514,19.364536,97.09345,1423.8552,316.17395,54.78861,14.251942,12.844438,437.0421,59.5789,865.15485,91.72722,2589.3748,307.74445,239.72725,99.3684,124.520454,5.911921,8.889767,9.386611,2.1339338,1.4534107,81.31048,89.97448,94.518875,50.077976,45.904945,123.67818,11.72692,2911.7744,36.283184,51.98125,39.332092,33.70365,269.01575,75.62684,61.663193,10.483818,29.98274,52.5212,212.01248,576.48334,89.28181,314.14798,72.55713,92.34184,255.51791,174.06715,906.841,152.6393,5.593528,9.263194,4.401167,55.08312,19287.748,3.4811316,33.896996,53.02382,40.41846,327.96802,67.58269,148.09749,1.6398704,128.71617,458.9656,242.51306,152.22284,461.81165,35.120647,95.99286,138.5654,9.902056,1.7111567,11.018216,930.1918,0.05591299,0.21903056,51.045605,7.8065515,3.5744667,3.77844,9.254885,82.129135,28.555834,90.70673,568.03864,250.02272,2268.062,1895.7915,31.426678,56.733215,9801.528,7.494429,100.39051,755.6477,192.0475,269.64984,108.61444,634.2402,903.9337,482.14026,29.926191,153.22464,971.96625,1874.797,81.46228,959.7186,104.197556,1.04539,60.36655,0.8607628,0.52179533,2.424461,74.34102,184.70683,163.78296,13.598981,2079.146,460.5051,219.23215,313.21945,114.89921,81.416664,88.061714,80.50247,92.64445,731.029,246.36407,143.10612,95.26179,25.598263,147.75047,134.21426,22.01192,519.34906,144.5684,1837.4568,32.667137,2199.0774,80.3092,416.03192,1354.2307,57.04886,13.635231,882.1044,777.85504,2297.0894,94.71097 +2023-09-03 15:00:00,0.0,17300.66,371.65167,40.851536,50.372795,38.53864,195.98047,30.400972,48.721645,21.718801,28.016447,1309.7595,163.3366,18.637583,182.05376,0.46564516,0.0049701543,29.697792,0.24193749,0.10631371,399.5405,0.12868708,442.34186,55.00253,0.14659443,0.18859603,138.72556,20.464422,48.306946,92.38212,26573.799,0.033034272,2075.7224,0.24021871,0.09184892,0.036724422,0.16767699,171.39531,200.398,22.066563,146.8875,35.75377,48.176754,2289.1147,1.7486906,159.67107,83.043144,443.61853,56.306,417.87997,40.88501,186.18054,0.0,1976.8157,8639.063,20.42991,566.3049,124.251495,39312.277,124.06409,18.074942,51.990536,178.69977,42.474518,19.341272,96.98244,1422.9725,316.2453,54.751915,14.234404,12.834708,436.6553,59.519604,864.2555,91.8325,2589.2056,308.15,239.54813,99.4596,124.96788,5.9109745,8.887812,9.390215,2.1352363,1.4550729,81.26841,89.93899,94.514946,50.049736,45.894726,123.607796,11.725803,2912.9844,36.271584,51.940624,39.303238,33.67728,268.95416,75.59209,61.609375,10.4782915,29.968992,52.48805,211.85019,575.94867,89.24563,314.004,72.517654,92.24733,255.34131,173.9372,906.2847,152.54651,5.5878754,9.259375,4.40425,55.103943,19280.855,3.4785583,33.88589,53.00969,40.39328,327.81097,67.57542,148.03374,1.6402686,128.70032,458.90503,242.47375,152.1525,461.75095,35.12958,95.97474,138.5625,9.904472,1.7118903,11.022938,930.0255,0.055890493,0.21917084,51.0691,7.814053,3.5782733,3.7844417,9.26496,82.127464,28.57125,90.76433,568.16943,250.14772,2268.691,1896.0455,31.445444,56.757812,9797.663,7.4968123,100.436455,755.58685,192.10875,269.71436,108.6425,634.54083,903.8639,482.15793,29.925,153.25084,971.5732,1873.9823,81.46112,959.4595,104.19563,1.0455545,60.351482,0.8608161,0.5220116,2.4245818,74.307915,184.77275,163.66782,13.605416,2077.669,460.30624,219.1875,313.1625,114.825,81.375,87.97937,80.53746,92.55,730.44073,246.24553,142.94164,95.18389,25.617188,147.65428,134.14917,21.998577,519.0507,144.4903,1835.8605,32.663834,2198.0842,80.30101,415.931,1353.2029,57.007706,13.644055,882.0204,777.94183,2296.5264,94.76931 +2023-09-03 16:00:00,0.0,17293.775,371.62943,40.898,50.403267,38.57374,196.09683,30.413038,48.74766,21.725126,28.034874,1310.4603,163.27873,18.64647,182.09944,0.46517563,0.0050484105,29.70487,0.24173015,0.10636989,399.82343,0.12861703,442.5278,55.05058,0.14648806,0.18839698,138.778,20.480341,48.325924,92.40983,26557.87,0.033046596,2075.7124,0.2406879,0.09177681,0.036814697,0.16751519,171.46574,200.52061,22.066654,146.85,35.759518,48.136566,2288.9087,1.7480804,159.54784,82.977165,443.58807,56.27189,417.9622,40.856842,186.04918,0.0,1975.6782,8633.898,20.404175,566.08386,124.17715,39303.625,123.963135,18.052588,51.944656,178.50168,42.43503,19.318007,96.87143,1422.09,316.31668,54.715218,14.216866,12.82498,436.2685,59.460308,863.3561,91.937775,2589.0366,308.55557,239.369,99.5508,125.4153,5.9100275,8.885857,9.39382,2.1365387,1.4567349,81.22633,89.90349,94.51102,50.0215,45.88451,123.53742,11.724687,2914.1943,36.259983,51.9,39.274384,33.65091,268.8926,75.557335,61.555557,10.472766,29.955244,52.454903,211.6879,575.41406,89.20944,313.86,72.47819,92.15282,255.16472,173.80722,905.7284,152.4537,5.5822225,9.255555,4.4073334,55.124763,19273.963,3.4759853,33.874783,52.995556,40.3681,327.65393,67.568146,147.97,1.6406667,128.68445,458.84445,242.43445,152.08214,461.69022,35.13852,95.95663,138.55959,9.906889,1.712624,11.02766,929.85925,0.055867996,0.2193111,51.092594,7.821555,3.58208,3.7904434,9.275036,82.12579,28.586668,90.82193,568.3002,250.27272,2269.3196,1896.2996,31.464212,56.782406,9793.797,7.4991956,100.48241,755.52606,192.17,269.77887,108.670555,634.84143,903.7941,482.1756,29.92381,153.27704,971.18005,1873.1677,81.45997,959.2003,104.19371,1.0457189,60.336414,0.8608695,0.52222776,2.424703,74.27482,184.83867,163.55269,13.611852,2076.192,460.10742,219.14285,313.10556,114.75079,81.333336,87.89703,80.57245,92.45556,729.8525,246.12698,142.77715,95.10599,25.63611,147.55809,134.08408,21.985231,518.75244,144.41219,1834.2643,32.66053,2197.091,80.29282,415.8301,1352.1749,56.96655,13.652881,881.9364,778.0286,2295.9634,94.827644 +2023-09-03 17:00:00,0.0,17286.89,371.60718,40.944466,50.433743,38.60884,196.2132,30.425106,48.773678,21.731453,28.0533,1311.1611,163.22089,18.655355,182.14514,0.4647061,0.005126667,29.71195,0.24152282,0.106426075,400.10635,0.128547,442.71375,55.09863,0.14638168,0.18819791,138.83046,20.49626,48.344906,92.43754,26541.941,0.033058915,2075.7024,0.2411571,0.09170471,0.036904972,0.16735342,171.53616,200.64325,22.066744,146.8125,35.765266,48.096375,2288.703,1.7474701,159.4246,82.91118,443.55768,56.237778,418.0444,40.828674,185.91782,0.0,1974.5405,8628.734,20.37844,565.8629,124.1028,39294.97,123.86218,18.030231,51.898773,178.30356,42.39555,19.294743,96.760414,1421.2073,316.38803,54.678524,14.199327,12.815251,435.88165,59.401012,862.4567,92.04305,2588.8674,308.96112,239.18988,99.64199,125.86272,5.9090805,8.883902,9.397425,2.1378412,1.458397,81.18426,89.868004,94.50709,49.993263,45.87429,123.46705,11.72357,2915.4045,36.24838,51.859375,39.245533,33.624535,268.83102,75.52258,61.501736,10.467239,29.941496,52.421753,211.5256,574.8794,89.17326,313.71597,72.43872,92.058304,254.98811,173.67726,905.17206,152.36092,5.5765696,9.251736,4.4104166,55.145588,19267.068,3.473412,33.863678,52.981426,40.34292,327.4969,67.56088,147.90625,1.6410649,128.66858,458.78387,242.39516,152.0118,461.62952,35.147453,95.938515,138.55667,9.909306,1.7133576,11.032383,929.693,0.055845503,0.21945138,51.11609,7.829057,3.5858865,3.796445,9.28511,82.12413,28.602083,90.879524,568.43097,250.39772,2269.9485,1896.5536,31.482979,56.807,9789.932,7.5015793,100.52835,755.4653,192.23125,269.84338,108.69861,635.1421,903.7243,482.19327,29.922619,153.30325,970.787,1872.353,81.45882,958.94116,104.19179,1.0458834,60.321346,0.86092293,0.522444,2.4248238,74.241714,184.90457,163.43755,13.618287,2074.7146,459.90857,219.09822,313.0486,114.67659,81.291664,87.8147,80.60744,92.361115,729.2642,246.00842,142.61267,95.02808,25.655033,147.4619,134.01898,21.971888,518.4541,144.33406,1832.668,32.657227,2196.0981,80.28464,415.72922,1351.147,56.925396,13.661706,881.8524,778.1155,2295.4004,94.88599 +2023-09-03 18:00:00,0.0,17280.004,371.5849,40.99093,50.464214,38.64394,196.32956,30.437172,48.799694,21.737778,28.071726,1311.8619,163.16302,18.66424,182.19084,0.46423656,0.0052049235,29.71903,0.24131547,0.10648226,400.38928,0.12847695,442.8997,55.146675,0.1462753,0.18799886,138.88292,20.512178,48.363888,92.46525,26526.012,0.033071235,2075.6924,0.24162629,0.09163261,0.036995247,0.16719164,171.6066,200.76588,22.066833,146.775,35.771015,48.056187,2288.4968,1.7468599,159.30138,82.8452,443.52722,56.203667,418.12662,40.800507,185.78645,0.0,1973.4031,8623.569,20.352707,565.64197,124.02845,39286.316,123.76123,18.007877,51.852894,178.10545,42.356068,19.271477,96.64941,1420.3246,316.45938,54.64183,14.18179,12.805522,435.49484,59.341717,861.5573,92.14833,2588.6985,309.36667,239.01074,99.733185,126.310135,5.9081335,8.881947,9.40103,2.139144,1.4600592,81.14219,89.83252,94.50316,49.965023,45.864075,123.396675,11.722453,2916.6145,36.23678,51.81875,39.21668,33.598164,268.76944,75.48783,61.447918,10.461714,29.92775,52.388603,211.36333,574.3447,89.137085,313.572,72.39925,91.9638,254.81151,173.54729,904.6157,152.26813,5.570917,9.247916,4.4135,55.16641,19260.176,3.470839,33.85257,52.967293,40.317738,327.33984,67.55361,147.8425,1.641463,128.65271,458.7233,242.35585,151.94144,461.5688,35.156387,95.920395,138.55377,9.911722,1.7140912,11.037105,929.52673,0.055823006,0.21959166,51.139584,7.8365593,3.5896928,3.8024466,9.295186,82.12246,28.6175,90.93712,568.56177,250.52272,2270.5771,1896.8077,31.501745,56.831596,9786.066,7.5039625,100.5743,755.4045,192.2925,269.9079,108.72667,635.44275,903.6545,482.21094,29.921429,153.32945,970.39386,1871.5385,81.457664,958.682,104.189865,1.0460479,60.30628,0.8609763,0.5226602,2.4249449,74.20861,184.97049,163.32242,13.6247225,2073.2375,459.70972,219.05357,312.99167,114.60238,81.25,87.73236,80.64242,92.26667,728.67596,245.88988,142.44818,94.95019,25.673958,147.3657,133.95389,21.958542,518.1558,144.25595,1831.0718,32.653923,2195.105,80.27645,415.6283,1350.119,56.884243,13.670531,881.76843,778.2023,2294.8374,94.94433 +2023-09-03 19:00:00,0.0,17273.12,371.56265,41.03739,50.49469,38.679043,196.44592,30.449238,48.82571,21.744102,28.090153,1312.5629,163.10518,18.673126,182.23653,0.46376702,0.0052831797,29.726109,0.24110813,0.10653844,400.67218,0.1284069,443.08566,55.194725,0.14616893,0.18779981,138.93538,20.5281,48.38287,92.49296,26510.082,0.033083558,2075.6824,0.24209549,0.091560505,0.037085526,0.16702986,171.67702,200.88852,22.066925,146.7375,35.77676,48.016,2288.291,1.7462497,159.17813,82.77921,443.4968,56.169556,418.20883,40.77234,185.65508,0.0,1972.2656,8618.404,20.326973,565.42096,123.954094,39277.66,123.66028,17.985523,51.807014,177.90733,42.316586,19.248213,96.53839,1419.442,316.53073,54.605137,14.164252,12.795794,435.108,59.28242,860.65796,92.25361,2588.5293,309.77222,238.83162,99.82438,126.75755,5.9071865,8.879992,9.404634,2.1404464,1.4617212,81.10011,89.79703,94.49923,49.936787,45.853855,123.3263,11.721336,2917.8247,36.225178,51.778126,39.187824,33.57179,268.7079,75.45308,61.394096,10.456188,29.914001,52.355453,211.20103,573.8101,89.10091,313.42798,72.35978,91.869286,254.6349,173.41733,904.0594,152.17534,5.565264,9.244097,4.4165835,55.18723,19253.283,3.4682658,33.84146,52.95316,40.29256,327.1828,67.54634,147.77876,1.6418612,128.63684,458.66272,242.31654,151.8711,461.5081,35.16532,95.90228,138.55087,9.914139,1.7148248,11.041827,929.3605,0.055800512,0.21973194,51.16308,7.8440614,3.5934994,3.8084483,9.305262,82.12079,28.632917,90.99472,568.69257,250.64772,2271.206,1897.0618,31.520512,56.85619,9782.2,7.5063457,100.620255,755.3437,192.35374,269.9724,108.75472,635.7434,903.58466,482.2286,29.920238,153.35565,970.0008,1870.7239,81.45651,958.42285,104.18794,1.0462123,60.291206,0.8610297,0.52287644,2.4250658,74.17551,185.0364,163.20728,13.631157,2071.7605,459.5109,219.00893,312.93472,114.528175,81.208336,87.650024,80.67741,92.172226,728.08777,245.77132,142.28369,94.872284,25.69288,147.26952,133.8888,21.945198,517.8575,144.17783,1829.4755,32.65062,2194.112,80.268265,415.5274,1349.0912,56.843086,13.679356,881.68445,778.28906,2294.2744,95.00266 +2023-09-03 20:00:00,0.0,17266.234,371.54037,41.08386,50.52516,38.71414,196.56227,30.461304,48.851723,21.75043,28.10858,1313.2637,163.04732,18.682013,182.28223,0.4632975,0.0053614364,29.733189,0.24090078,0.10659462,400.9551,0.12833686,443.2716,55.242775,0.14606255,0.18760076,138.98782,20.544018,48.40185,92.52067,26494.152,0.033095878,2075.6724,0.24256468,0.091488406,0.0371758,0.16686809,171.74745,201.01114,22.067015,146.7,35.78251,47.97581,2288.085,1.7456394,159.0549,82.713234,443.46637,56.13544,418.29105,40.744175,185.52371,0.0,1971.1279,8613.24,20.301239,565.2,123.879745,39269.008,123.559326,17.96317,51.761135,177.70923,42.2771,19.224947,96.427376,1418.5593,316.60208,54.568443,14.146714,12.786064,434.7212,59.223125,859.75854,92.35889,2588.3604,310.1778,238.65251,99.91557,127.20497,5.9062395,8.8780365,9.408238,2.141749,1.4633833,81.058044,89.761536,94.4953,49.908546,45.84364,123.25593,11.72022,2919.0347,36.213577,51.7375,39.158974,33.545418,268.6463,75.41833,61.34028,10.450662,29.900253,52.322304,211.03874,573.27545,89.06472,313.28397,72.32031,91.77477,254.4583,173.28737,903.50305,152.08255,5.5596113,9.240278,4.419667,55.208054,19246.39,3.4656928,33.830357,52.93903,40.26738,327.0258,67.53907,147.71501,1.6422594,128.62097,458.60214,242.27725,151.80074,461.44736,35.17426,95.88416,138.54796,9.916555,1.7155584,11.046549,929.1942,0.055778015,0.21987222,51.186577,7.851563,3.597306,3.8144498,9.315337,82.11912,28.648335,91.052315,568.82336,250.77272,2271.8347,1897.3158,31.539278,56.880787,9778.335,7.508729,100.6662,755.28284,192.415,270.03693,108.782776,636.04407,903.51483,482.24628,29.919048,153.38185,969.60767,1869.9092,81.45535,958.1637,104.18603,1.0463768,60.27614,0.86108303,0.5230927,2.4251869,74.14241,185.10233,163.09215,13.637592,2070.2832,459.31204,218.96428,312.87778,114.453964,81.166664,87.56768,80.712395,92.077774,727.4995,245.65277,142.11922,94.79438,25.711805,147.17332,133.8237,21.931852,517.5592,144.09972,1827.8792,32.647316,2193.119,80.26007,415.4265,1348.0632,56.801933,13.688181,881.60046,778.3759,2293.7114,95.061005 +2023-09-03 21:00:00,0.0,17259.35,371.51813,41.13032,50.555637,38.749245,196.67863,30.473372,48.87774,21.756754,28.127007,1313.9645,162.98947,18.690899,182.32793,0.46282798,0.0054396926,29.740269,0.24069345,0.10665081,401.23804,0.12826681,443.45755,55.290825,0.14595617,0.18740171,139.04028,20.559937,48.420834,92.54838,26478.225,0.033108197,2075.6624,0.24303387,0.09141631,0.037266076,0.1667063,171.81787,201.13377,22.067104,146.6625,35.788258,47.93562,2287.879,1.7450291,158.93167,82.647255,443.4359,56.10133,418.37326,40.716007,185.39235,0.0,1969.9905,8608.075,20.275503,564.97906,123.8054,39260.35,123.458374,17.940813,51.715256,177.51111,42.237617,19.201683,96.31637,1417.6766,316.67343,54.53175,14.129176,12.776336,434.33438,59.16383,858.8592,92.464165,2588.1912,310.58334,238.47339,100.006775,127.65239,5.9052925,8.876081,9.411843,2.1430516,1.4650455,81.01597,89.72604,94.49137,49.88031,45.83342,123.185555,11.719103,2920.2449,36.201977,51.696877,39.13012,33.519047,268.58472,75.383575,61.286457,10.445136,29.886507,52.289154,210.87645,572.7408,89.02854,313.13998,72.280846,91.68026,254.2817,173.1574,902.9467,151.98976,5.5539584,9.236459,4.42275,55.228874,19239.498,3.4631195,33.81925,52.924896,40.2422,326.86874,67.53181,147.65126,1.6426575,128.6051,458.54156,242.23795,151.7304,461.38666,35.183193,95.86605,138.54504,9.918972,1.716292,11.051271,929.02795,0.055755522,0.2200125,51.21007,7.859065,3.6011126,3.8204515,9.325412,82.117455,28.66375,91.10991,568.9541,250.89772,2272.4636,1897.5698,31.558044,56.90538,9774.47,7.511112,100.71215,755.22205,192.47626,270.10144,108.81084,636.3447,903.445,482.26395,29.917856,153.40807,969.2146,1869.0946,81.4542,957.9046,104.184105,1.0465412,60.26107,0.86113644,0.5233089,2.4253078,74.10931,185.16824,162.977,13.644028,2068.8062,459.1132,218.91965,312.82083,114.37976,81.125,87.485344,80.747375,91.98333,726.91125,245.53423,141.95473,94.716484,25.730728,147.07713,133.7586,21.918509,517.2609,144.0216,1826.283,32.644012,2192.126,80.251884,415.32562,1347.0353,56.76078,13.697006,881.5165,778.4627,2293.1484,95.11935 +2023-09-03 22:00:00,0.0,17252.465,371.49588,41.176785,50.586113,38.784344,196.795,30.485437,48.903755,21.76308,28.145432,1314.6653,162.93161,18.699783,182.37361,0.46235844,0.005517949,29.747347,0.2404861,0.10670699,401.52097,0.12819676,443.6435,55.338875,0.1458498,0.18720265,139.09274,20.575855,48.439816,92.57609,26462.295,0.03312052,2075.6523,0.24350306,0.0913442,0.03735635,0.16654453,171.8883,201.25641,22.067194,146.625,35.794003,47.89543,2287.673,1.7444189,158.80844,82.58127,443.40552,56.06722,418.45547,40.68784,185.26097,0.0,1968.8528,8602.91,20.24977,564.75806,123.73105,39251.7,123.35742,17.918459,51.669376,177.31299,42.198135,19.178417,96.20535,1416.794,316.74478,54.495056,14.111639,12.766607,433.94754,59.104534,857.9598,92.56944,2588.0222,310.9889,238.29425,100.09797,128.09981,5.9043455,8.874126,9.415448,2.144354,1.4667075,80.9739,89.69055,94.48744,49.85207,45.823204,123.11518,11.717986,2921.4548,36.190372,51.65625,39.101265,33.492672,268.52316,75.34882,61.23264,10.43961,29.872759,52.256004,210.71416,572.2062,88.99236,312.99597,72.24137,91.58575,254.10509,173.02744,902.39044,151.89697,5.548306,9.232639,4.425833,55.249695,19232.605,3.4605463,33.808144,52.910767,40.21702,326.7117,67.524536,147.58752,1.6430556,128.58923,458.48102,242.19864,151.66003,461.32596,35.192127,95.84794,138.54214,9.921389,1.7170256,11.055994,928.8617,0.055733025,0.22015278,51.233566,7.866567,3.604919,3.8264532,9.335487,82.11578,28.679167,91.16751,569.0849,251.02272,2273.0923,1897.824,31.57681,56.929974,9770.604,7.5134954,100.7581,755.16125,192.5375,270.16595,108.83889,636.6453,903.3752,482.28162,29.916666,153.43427,968.8215,1868.2799,81.45305,957.64545,104.18218,1.0467057,60.246002,0.86118984,0.5235251,2.4254286,74.0762,185.23416,162.86186,13.650463,2067.329,458.91437,218.875,312.7639,114.30556,81.083336,87.40301,80.782364,91.888885,726.323,245.41566,141.79024,94.63858,25.749653,146.98094,133.69351,21.905163,516.9626,143.94348,1824.6866,32.64071,2191.1328,80.2437,415.22473,1346.0073,56.719627,13.705832,881.4325,778.5495,2292.5854,95.17768 +2023-09-03 23:00:00,0.0,17245.58,371.4736,41.22325,50.616585,38.819447,196.91136,30.497503,48.92977,21.769405,28.163858,1315.3662,162.87376,18.70867,182.41931,0.4618889,0.0055962056,29.754427,0.24027877,0.10676317,401.8039,0.12812671,443.82947,55.38692,0.14574341,0.1870036,139.1452,20.591774,48.458797,92.6038,26446.365,0.03313284,2075.6423,0.24397226,0.0912721,0.03744663,0.16638273,171.95874,201.37904,22.067286,146.5875,35.79975,47.855244,2287.467,1.7438086,158.68521,82.51529,443.37506,56.033108,418.5377,40.65967,185.12961,0.0,1967.7153,8597.746,20.224035,564.5371,123.65669,39243.047,123.25647,17.896105,51.623497,177.1149,42.15865,19.155151,96.094345,1415.9114,316.81613,54.458363,14.094101,12.756878,433.56073,59.04524,857.0604,92.67472,2587.853,311.39444,238.11513,100.18916,128.54723,5.9033985,8.872171,9.419053,2.1456566,1.4683696,80.93182,89.65507,94.48351,49.823833,45.812984,123.04481,11.716869,2922.665,36.178772,51.615623,39.07241,33.4663,268.46158,75.31407,61.178818,10.434084,29.85901,52.222855,210.55186,571.6715,88.956184,312.85196,72.201904,91.491234,253.9285,172.89746,901.8341,151.80417,5.542653,9.22882,4.428917,55.27052,19225.713,3.4579732,33.797035,52.896633,40.191837,326.55466,67.517265,147.52377,1.6434537,128.57336,458.42044,242.15935,151.58969,461.26523,35.201065,95.82982,138.53925,9.923805,1.7177593,11.060716,928.69543,0.05571053,0.22029306,51.25706,7.874069,3.6087255,3.8324547,9.345563,82.11411,28.694584,91.225105,569.2157,251.14772,2273.7212,1898.078,31.595577,56.95457,9766.738,7.5158787,100.80405,755.10046,192.59875,270.23047,108.86694,636.946,903.30536,482.29932,29.915476,153.46046,968.4284,1867.4653,81.4519,957.3863,104.18026,1.0468702,60.230934,0.8612432,0.5237413,2.4255497,74.0431,185.30008,162.74673,13.6568985,2065.8518,458.7155,218.83035,312.70694,114.231346,81.041664,87.32067,80.81735,91.79444,725.7348,245.29712,141.62575,94.56068,25.768576,146.88475,133.62843,21.891819,516.6643,143.86537,1823.0905,32.637405,2190.14,80.23551,415.1238,1344.9795,56.67847,13.714656,881.3485,778.63635,2292.0225,95.23602 +2023-09-04 00:00:00,0.0,17238.695,371.45135,41.269714,50.64706,38.854546,197.02773,30.50957,48.955788,21.77573,28.182285,1316.067,162.8159,18.717556,182.465,0.46141937,0.005674462,29.761507,0.24007142,0.106819354,402.0868,0.12805668,444.0154,55.43497,0.14563704,0.18680455,139.19765,20.607693,48.477776,92.631516,26430.438,0.03314516,2075.632,0.24444145,0.0912,0.037536904,0.16622096,172.02916,201.50168,22.067375,146.55,35.8055,47.815056,2287.2612,1.7431984,158.56198,82.44931,443.34464,55.998997,418.6199,40.631504,184.99825,0.0,1966.5776,8592.581,20.198301,564.31616,123.582344,39234.39,123.15551,17.873749,51.577618,176.91678,42.119167,19.131887,95.98333,1415.0287,316.8875,54.42167,14.076563,12.747149,433.17392,58.985943,856.161,92.78,2587.684,311.8,237.936,100.28036,128.99464,5.9024515,8.870216,9.422657,2.146959,1.4700317,80.889755,89.61958,94.47958,49.795593,45.802765,122.974434,11.715753,2923.875,36.16717,51.575,39.04356,33.439926,268.40002,75.27932,61.125,10.428557,29.845264,52.189705,210.38957,571.13684,88.92,312.70798,72.16244,91.39672,253.75189,172.7675,901.2778,151.71138,5.537,9.225,4.432,55.29134,19218.82,3.4554,33.78593,52.8825,40.166656,326.3976,67.51,147.46002,1.6438519,128.5575,458.35986,242.12004,151.51933,461.20453,35.21,95.81171,138.53633,9.926222,1.7184929,11.065438,928.5292,0.055688035,0.22043332,51.280556,7.8815713,3.6125321,3.8384564,9.3556385,82.11244,28.710001,91.2827,569.34644,251.27272,2274.35,1898.332,31.614344,56.979164,9762.873,7.5182624,100.85,755.0397,192.66,270.29498,108.895,637.24664,903.23553,482.317,29.914286,153.48666,968.0353,1866.6506,81.450745,957.12714,104.17834,1.0470346,60.215862,0.8612966,0.52395755,2.4256706,74.01,185.366,162.63159,13.663333,2064.3748,458.51666,218.78572,312.65,114.15714,81.0,87.238335,80.85233,91.7,725.14655,245.17856,141.46127,94.48278,25.787498,146.78856,133.56334,21.878473,516.36597,143.78725,1821.4941,32.6341,2189.1467,80.227325,415.02292,1343.9515,56.637318,13.723481,881.2645,778.72314,2291.4595,95.294365 +2023-09-04 01:00:00,0.0,17231.81,371.42908,41.316177,50.677532,38.88965,197.14409,30.521637,48.9818,21.782057,28.200712,1316.7678,162.75806,18.726442,182.5107,0.46094984,0.0057527185,29.768585,0.23986408,0.10687554,402.36972,0.12798662,444.20135,55.48302,0.14553066,0.1866055,139.2501,20.623611,48.496758,92.659225,26414.508,0.033157483,2075.622,0.24491064,0.0911279,0.03762718,0.1660592,172.0996,201.6243,22.067465,146.5125,35.81125,47.774864,2287.0552,1.7425882,158.43874,82.38332,443.3142,55.964886,418.70212,40.603336,184.86688,0.0,1965.4402,8587.416,20.172567,564.09515,123.507996,39225.74,123.05456,17.851395,51.53174,176.71866,42.079685,19.108622,95.87232,1414.146,316.95886,54.38497,14.059026,12.73742,432.78708,58.926647,855.26166,92.88528,2587.515,312.20557,237.75688,100.37155,129.44206,5.9015045,8.868261,9.426262,2.1482618,1.4716939,80.84768,89.58408,94.47565,49.767357,45.79255,122.90406,11.714636,2925.085,36.15557,51.534374,39.014706,33.413555,268.33844,75.24457,61.071182,10.423032,29.831516,52.156555,210.22728,570.60223,88.88382,312.56396,72.12297,91.30221,253.57529,172.63753,900.72144,151.61859,5.5313473,9.221181,4.4350834,55.31216,19211.928,3.452827,33.774822,52.86837,40.141476,326.24057,67.50273,147.39629,1.64425,128.54163,458.2993,242.08073,151.44899,461.1438,35.218933,95.79359,138.53342,9.928638,1.7192265,11.070161,928.3629,0.05566554,0.2205736,51.30405,7.8890734,3.6163387,3.844458,9.365714,82.11078,28.725416,91.340294,569.4773,251.39772,2274.9788,1898.586,31.63311,57.00376,9759.007,7.5206456,100.89595,754.9789,192.72125,270.3595,108.92306,637.5473,903.1657,482.33466,29.913095,153.51288,967.6422,1865.836,81.449585,956.868,104.176414,1.0471991,60.200794,0.86135,0.52417374,2.4257917,73.9769,185.43192,162.51646,13.669768,2062.8977,458.31784,218.74107,312.59305,114.08294,80.958336,87.15599,80.88732,91.60555,724.5583,245.06001,141.29678,94.40488,25.806423,146.69238,133.49825,21.86513,516.0677,143.70914,1819.898,32.630795,2188.1536,80.21914,414.92203,1342.9236,56.596165,13.7323065,881.18054,778.80994,2290.8965,95.3527 +2023-09-04 02:00:00,0.0,17224.926,371.40683,41.362644,50.708008,38.924747,197.26045,30.533703,49.007816,21.788382,28.21914,1317.4686,162.7002,18.735327,182.5564,0.4604803,0.005830975,29.775665,0.23965675,0.10693172,402.65265,0.12791657,444.38733,55.53107,0.14542428,0.18640643,139.30257,20.63953,48.51574,92.686935,26398.578,0.033169802,2075.612,0.24537984,0.091055796,0.037717454,0.1658974,172.17001,201.74693,22.067556,146.475,35.816994,47.734676,2286.8494,1.7419779,158.3155,82.317345,443.28378,55.930775,418.78433,40.575172,184.7355,0.0,1964.3027,8582.251,20.146832,563.8742,123.43365,39217.082,122.953606,17.82904,51.48586,176.52055,42.0402,19.085358,95.76131,1413.2634,317.0302,54.348278,14.041488,12.727692,432.40027,58.86735,854.36224,92.990555,2587.3457,312.6111,237.57776,100.462746,129.88948,5.9005575,8.866306,9.429867,2.1495643,1.4733559,80.80561,89.5486,94.47172,49.739117,45.78233,122.83369,11.713519,2926.2952,36.14397,51.49375,38.98585,33.387184,268.27686,75.209816,61.01736,10.417506,29.817768,52.123405,210.06499,570.06757,88.84764,312.41995,72.083496,91.2077,253.39868,172.50757,900.1651,151.5258,5.525695,9.217361,4.4381666,55.332985,19205.035,3.4502537,33.763718,52.854237,40.116295,326.08356,67.49546,147.33253,1.6446482,128.52576,458.2387,242.04143,151.37863,461.0831,35.22787,95.775475,138.53052,9.931055,1.7199601,11.0748825,928.19666,0.055643044,0.22071388,51.32755,7.896575,3.620145,3.8504596,9.375789,82.10911,28.740833,91.397896,569.60803,251.52272,2275.6077,1898.8401,31.651876,57.028355,9755.142,7.523029,100.941895,754.918,192.7825,270.424,108.95111,637.84796,903.0959,482.35233,29.911905,153.53908,967.2491,1865.0214,81.44843,956.6088,104.1745,1.0473635,60.185726,0.86140335,0.52439,2.4259126,73.943794,185.49783,162.40132,13.676204,2061.4204,458.119,218.69643,312.5361,114.00873,80.916664,87.073654,80.92231,91.51111,723.97003,244.94147,141.1323,94.32697,25.825346,146.59619,133.43315,21.851784,515.76935,143.63103,1818.3016,32.62749,2187.1606,80.210945,414.8211,1341.8956,56.55501,13.741132,881.09656,778.8968,2290.3335,95.41104 +2023-09-04 03:00:00,0.0,17218.041,371.38455,41.409107,50.73848,38.95985,197.37682,30.545769,49.033833,21.794706,28.237564,1318.1694,162.64235,18.744213,182.60208,0.46001077,0.005909231,29.782745,0.2394494,0.1069879,402.93558,0.12784652,444.57327,55.57912,0.1453179,0.18620738,139.35503,20.655449,48.53472,92.714645,26382.648,0.03318212,2075.602,0.24584903,0.0909837,0.037807733,0.16573563,172.24045,201.86957,22.067646,146.4375,35.822742,47.69449,2286.6433,1.7413677,158.19228,82.25136,443.25336,55.896664,418.86655,40.547005,184.60414,0.0,1963.165,8577.087,20.121098,563.65326,123.3593,39208.43,122.85265,17.806686,51.43998,176.32245,42.000717,19.062092,95.6503,1412.3807,317.10156,54.311584,14.02395,12.717963,432.01346,58.808056,853.4629,93.09583,2587.1768,313.01666,237.39862,100.55395,130.3369,5.8996105,8.86435,9.433472,2.1508667,1.475018,80.763535,89.51311,94.46779,49.71088,45.772114,122.76331,11.712403,2927.5051,36.132366,51.453125,38.956997,33.36081,268.2153,75.175064,60.963543,10.41198,29.80402,52.090256,209.9027,569.5329,88.81146,312.27597,72.04403,91.11319,253.22208,172.37761,899.60876,151.43301,5.520042,9.213542,4.44125,55.353806,19198.143,3.4476807,33.75261,52.840107,40.091114,325.9265,67.4882,147.26878,1.6450464,128.50989,458.17813,242.00214,151.30829,461.02237,35.236805,95.757355,138.52762,9.933472,1.7206937,11.079605,928.0304,0.05562055,0.22085416,51.351044,7.904077,3.6239517,3.8564613,9.385864,82.10744,28.75625,91.45549,569.73883,251.64772,2276.2363,1899.0942,31.670643,57.05295,9751.276,7.525412,100.98785,754.85724,192.84375,270.48853,108.979164,638.14856,903.02606,482.37,29.910715,153.56528,966.856,1864.2068,81.44728,956.3497,104.17258,1.047528,60.17066,0.86145675,0.52460617,2.4260337,73.9107,185.56375,162.2862,13.682639,2059.9434,457.92014,218.65178,312.47916,113.934525,80.875,86.99132,80.95729,91.416664,723.38184,244.8229,140.96782,94.24908,25.84427,146.5,133.36806,21.83844,515.47107,143.5529,1816.7054,32.624187,2186.1675,80.20276,414.7202,1340.8677,56.513855,13.749956,881.0126,778.9836,2289.7705,95.46938 +2023-09-04 04:00:00,0.0,17211.156,371.3623,41.45557,50.768955,38.99495,197.49318,30.557835,49.05985,21.801033,28.255991,1318.8704,162.58449,18.7531,182.64778,0.45954123,0.0059874877,29.789825,0.23924206,0.107044086,403.2185,0.12777649,444.75922,55.62717,0.14521152,0.18600833,139.40747,20.671368,48.553703,92.742355,26366.72,0.033194445,2075.592,0.24631822,0.0909116,0.037898008,0.16557385,172.31088,201.9922,22.067736,146.4,35.82849,47.6543,2286.4375,1.7407573,158.06905,82.18538,443.2229,55.862553,418.94876,40.518837,184.47278,0.0,1962.0276,8571.922,20.095364,563.43225,123.28494,39199.777,122.7517,17.78433,51.3941,176.12433,41.961235,19.038828,95.53928,1411.498,317.1729,54.27489,14.006412,12.708234,431.62662,58.748756,852.5635,93.20111,2587.0076,313.4222,237.2195,100.64514,130.78432,5.8986635,8.862395,9.437076,2.1521695,1.4766802,80.721466,89.477615,94.46386,49.682644,45.761894,122.69294,11.711287,2928.7153,36.120766,51.4125,38.928146,33.33444,268.15372,75.14031,60.90972,10.406454,29.790274,52.057106,209.7404,568.9982,88.775276,312.13196,72.00456,91.01868,253.04547,172.24763,899.0524,151.34023,5.514389,9.2097225,4.4443336,55.37463,19191.25,3.4451075,33.741505,52.825974,40.065933,325.76947,67.48093,147.20505,1.6454445,128.49402,458.11755,241.96283,151.23795,460.96167,35.24574,95.73924,138.5247,9.935889,1.7214273,11.084327,927.86414,0.055598054,0.22099444,51.37454,7.911579,3.6277583,3.862463,9.39594,82.10577,28.771667,91.513084,569.8696,251.77272,2276.8652,1899.3483,31.68941,57.077545,9747.411,7.5277953,101.03379,754.79645,192.905,270.55304,109.007225,638.4492,902.95624,482.38766,29.909523,153.59149,966.46295,1863.3921,81.44613,956.0906,104.170654,1.0476925,60.15559,0.86151016,0.5248224,2.4261546,73.877594,185.62967,162.17105,13.689074,2058.4663,457.7213,218.60715,312.4222,113.86032,80.833336,86.90898,80.99228,91.32222,722.7936,244.70436,140.80333,94.17117,25.863194,146.40381,133.30296,21.825094,515.1727,143.4748,1815.1091,32.620884,2185.1746,80.19457,414.61932,1339.8398,56.472702,13.758781,880.9286,779.0704,2289.2075,95.527725 +2023-09-04 05:00:00,0.0,17204.271,371.34006,41.502037,50.799427,39.030052,197.60954,30.569902,49.08586,21.807358,28.274418,1319.5712,162.52664,18.761984,182.69348,0.4590717,0.006065744,29.796904,0.23903471,0.10710027,403.5014,0.12770644,444.94516,55.675217,0.14510514,0.18580928,139.45993,20.687286,48.572685,92.770065,26350.791,0.033206765,2075.582,0.24678741,0.09083949,0.037988283,0.16541207,172.3813,202.11482,22.067825,146.3625,35.83424,47.61411,2286.2314,1.7401471,157.94582,82.1194,443.1925,55.82844,419.03098,40.49067,184.3414,0.0,1960.8899,8566.757,20.06963,563.2113,123.210594,39191.12,122.65075,17.761976,51.34822,175.92621,41.92175,19.015562,95.42827,1410.6154,317.24426,54.238197,13.988874,12.698505,431.2398,58.68946,851.6641,93.30639,2586.8386,313.8278,237.04037,100.736336,131.23174,5.8977165,8.86044,9.4406805,2.153472,1.4783422,80.67939,89.44213,94.45993,49.654404,45.75168,122.62257,11.71017,2929.9253,36.109165,51.371876,38.899292,33.308064,268.09213,75.10556,60.855904,10.400928,29.776525,52.023956,209.57811,568.4636,88.7391,311.98798,71.965096,90.924164,252.86887,172.11768,898.4961,151.24744,5.508736,9.205903,4.447417,55.39545,19184.357,3.4425342,33.730396,52.81184,40.040752,325.61243,67.473656,147.1413,1.6458427,128.47816,458.05698,241.92352,151.16759,460.90094,35.254677,95.72113,138.52179,9.938306,1.7221609,11.089049,927.6979,0.05557556,0.22113472,51.398033,7.919081,3.6315649,3.8684645,9.406015,82.1041,28.787085,91.57069,570.0004,251.89772,2277.494,1899.6023,31.708176,57.10214,9743.545,7.5301785,101.07974,754.73566,192.96625,270.61755,109.03528,638.7499,902.8864,482.40533,29.908333,153.61769,966.0698,1862.5775,81.44497,955.8314,104.16873,1.0478569,60.14052,0.8615635,0.52503866,2.4262757,73.84449,185.69557,162.05591,13.695509,2056.989,457.52246,218.5625,312.36526,113.78611,80.791664,86.826645,81.02727,91.227776,722.2053,244.58582,140.63884,94.09327,25.882118,146.30762,133.23787,21.81175,514.87445,143.39667,1813.513,32.61758,2184.1814,80.186386,414.51843,1338.8119,56.43155,13.767607,880.8446,779.15717,2288.6445,95.58606 +2023-09-04 06:00:00,0.0,17197.387,371.31778,41.5485,50.829903,39.06515,197.7259,30.581968,49.111877,21.813684,28.292845,1320.272,162.46878,18.77087,182.73917,0.45860216,0.006144,29.803984,0.23882738,0.10715645,403.78433,0.12763639,445.13113,55.723267,0.14499876,0.18561023,139.51239,20.703205,48.591667,92.797775,26334.861,0.033219084,2075.572,0.2472566,0.09076739,0.038078558,0.1652503,172.45174,202.23746,22.067917,146.325,35.839985,47.57392,2286.0256,1.7395369,157.82259,82.05341,443.16205,55.79433,419.1132,40.4625,184.21004,0.0,1959.7524,8561.593,20.043896,562.99036,123.136246,39182.47,122.5498,17.739622,51.30234,175.7281,41.882267,18.992298,95.31726,1409.7328,317.3156,54.201504,13.971336,12.688776,430.853,58.630165,850.7647,93.41167,2586.6694,314.23334,236.86124,100.82753,131.67915,5.8967695,8.858485,9.444285,2.1547744,1.4800043,80.63732,89.40663,94.456,49.626167,45.74146,122.55219,11.709053,2931.1355,36.097565,51.33125,38.870438,33.281693,268.03058,75.07081,60.802082,10.395402,29.762777,51.990807,209.41582,567.92896,88.70292,311.84396,71.92562,90.82965,252.69228,171.9877,897.9398,151.15463,5.5030837,9.202084,4.4505,55.41627,19177.465,3.4399612,33.719288,52.79771,40.01557,325.45538,67.466385,147.07755,1.6462408,128.4623,457.9964,241.88423,151.09724,460.84024,35.26361,95.70301,138.51889,9.940722,1.7228945,11.093772,927.5316,0.055553064,0.221275,51.421528,7.9265833,3.6353712,3.8744662,9.41609,82.10243,28.8025,91.62828,570.13116,252.02272,2278.1228,1899.8563,31.726942,57.126736,9739.68,7.532562,101.125694,754.67487,193.0275,270.68207,109.06333,639.05054,902.81665,482.423,29.907143,153.64389,965.67676,1861.7628,81.44382,955.57227,104.16681,1.0480214,60.12545,0.8616169,0.52525485,2.4263966,73.811386,185.76149,161.94078,13.701944,2055.512,457.3236,218.51785,312.30832,113.71191,80.75,86.7443,81.062256,91.13333,721.61707,244.46725,140.47435,94.01537,25.901041,146.21143,133.17278,21.798405,514.5762,143.31856,1811.9166,32.614277,2183.1885,80.1782,414.41754,1337.7839,56.390392,13.776432,880.7606,779.244,2288.0815,95.6444 +2023-09-04 07:00:00,0.0,17190.502,371.29553,41.594963,50.860374,39.100254,197.84227,30.594034,49.137894,21.82001,28.31127,1320.9728,162.41093,18.779757,182.78487,0.45813262,0.006222257,29.811064,0.23862003,0.10721263,404.06726,0.12756635,445.31708,55.771317,0.14489238,0.18541117,139.56485,20.719124,48.61065,92.825485,26318.934,0.033231407,2075.562,0.2477258,0.09069529,0.038168836,0.1650885,172.52216,202.36009,22.068007,146.2875,35.845734,47.533733,2285.8196,1.7389266,157.69934,81.987434,443.13162,55.76022,419.1954,40.434334,184.07867,0.0,1958.615,8556.428,20.01816,562.76935,123.0619,39173.812,122.448845,17.717268,51.256462,175.53,41.842785,18.969032,95.206245,1408.8501,317.387,54.16481,13.953798,12.679048,430.46616,58.57087,849.86536,93.516945,2586.5005,314.6389,236.68211,100.918724,132.12657,5.8958225,8.85653,9.44789,2.156077,1.4816664,80.595245,89.37115,94.45207,49.597927,45.731243,122.48182,11.707936,2932.3455,36.08596,51.290627,38.841587,33.255318,267.969,75.03606,60.748264,10.389875,29.749031,51.957657,209.25352,567.3943,88.66674,311.69995,71.886154,90.73514,252.51567,171.85774,897.3835,151.06184,5.497431,9.198264,4.4535832,55.437096,19170.57,3.437388,33.708183,52.783577,39.99039,325.29834,67.45912,147.01381,1.646639,128.44643,457.93582,241.84492,151.02689,460.77954,35.272545,95.6849,138.51599,9.943139,1.7236283,11.098494,927.36536,0.05553057,0.22141528,51.445023,7.934085,3.6391778,3.880468,9.426166,82.10076,28.817917,91.685875,570.26196,252.14772,2278.7515,1900.1105,31.745708,57.15133,9735.814,7.5349455,101.17164,754.614,193.08875,270.74658,109.091385,639.3512,902.7468,482.44067,29.905952,153.67009,965.2836,1860.9482,81.442665,955.3131,104.16489,1.0481858,60.110382,0.86167026,0.5254711,2.4265175,73.77829,185.82741,161.82564,13.70838,2054.035,457.1248,218.47322,312.2514,113.637695,80.708336,86.661964,81.09724,91.03889,721.0288,244.34871,140.30988,93.93747,25.919964,146.11523,133.10768,21.78506,514.27783,143.24043,1810.3204,32.610973,2182.1953,80.17001,414.31662,1336.756,56.34924,13.785256,880.67664,779.3308,2287.5186,95.70274 +2023-09-04 08:00:00,0.0,17183.617,371.27325,41.64143,50.89085,39.135353,197.95862,30.6061,49.16391,21.826334,28.329697,1321.6737,162.35307,18.788643,182.83055,0.4576631,0.006300513,29.818142,0.2384127,0.10726882,404.3502,0.1274963,445.50302,55.819366,0.144786,0.18521212,139.6173,20.735043,48.62963,92.853195,26303.004,0.033243727,2075.552,0.24819499,0.09062319,0.03825911,0.16492674,172.59259,202.48273,22.068096,146.25,35.851482,47.493546,2285.6135,1.7383164,157.57611,81.92145,443.1012,55.72611,419.27762,40.40617,183.94731,0.0,1957.4773,8551.263,19.992426,562.5484,122.98754,39165.16,122.347885,17.694912,51.21058,175.33188,41.8033,18.945768,95.09524,1407.9674,317.45834,54.128117,13.93626,12.669319,430.07935,58.511574,848.96594,93.62222,2586.3313,315.04443,236.50299,101.00992,132.57399,5.8948755,8.854575,9.451495,2.1573796,1.4833286,80.55318,89.33566,94.44814,49.56969,45.721024,122.411446,11.70682,2933.5557,36.07436,51.25,38.812733,33.228947,267.9074,75.001305,60.694443,10.38435,29.735283,51.924507,209.09123,566.8597,88.630554,311.55597,71.84669,90.640625,252.33907,171.72778,896.82715,150.96906,5.491778,9.194445,4.456667,55.457916,19163.678,3.434815,33.697075,52.769447,39.96521,325.1413,67.45185,146.95006,1.6470371,128.43056,457.87524,241.80562,150.95654,460.7188,35.28148,95.66678,138.51308,9.945556,1.7243619,11.103216,927.1991,0.055508073,0.22155556,51.46852,7.941587,3.6429844,3.8864694,9.436241,82.09909,28.833334,91.74347,570.39276,252.27272,2279.3804,1900.3645,31.764475,57.175926,9731.948,7.5373287,101.21759,754.5532,193.15,270.8111,109.119446,639.65186,902.677,482.45834,29.904762,153.6963,964.89056,1860.1335,81.44151,955.05396,104.16297,1.0483503,60.095314,0.86172366,0.5256873,2.4266386,73.745186,185.89333,161.71051,13.714815,2052.5576,456.92593,218.42857,312.19446,113.56349,80.666664,86.57963,81.132225,90.94444,720.4406,244.23015,140.14539,93.859566,25.938889,146.01904,133.04259,21.771715,513.97955,143.16232,1808.7241,32.60767,2181.2021,80.16182,414.21573,1335.7281,56.308086,13.794082,880.59265,779.4176,2286.9556,95.76108 +2023-09-04 09:00:00,0.0,17176.732,371.251,41.687893,50.92132,39.170456,198.07498,30.618168,49.189926,21.83266,28.348124,1322.3745,162.29523,18.797527,182.87625,0.45719355,0.00637877,29.825222,0.23820536,0.107325,404.6331,0.12742625,445.68896,55.867416,0.14467962,0.18501307,139.66975,20.750961,48.64861,92.880905,26287.074,0.033256046,2075.5417,0.24866419,0.090551086,0.038349386,0.16476496,172.66301,202.60535,22.068188,146.2125,35.857227,47.453354,2285.4077,1.7377062,157.45288,81.85547,443.07074,55.691998,419.35983,40.378002,183.81593,0.0,1956.3398,8546.099,19.966692,562.32745,122.91319,39156.504,122.24693,17.672558,51.1647,175.13377,41.763817,18.922503,94.98422,1407.0847,317.5297,54.09142,13.918723,12.65959,429.69254,58.45228,848.0665,93.7275,2586.1624,315.45,236.32387,101.10112,133.02141,5.8939285,8.85262,9.455099,2.158682,1.4849906,80.5111,89.30017,94.444214,49.54145,45.710808,122.34107,11.705703,2934.7656,36.06276,51.209373,38.78388,33.202576,267.84586,74.96655,60.640625,10.378824,29.721535,51.891357,208.92894,566.325,88.594376,311.41196,71.80722,90.54611,252.16246,171.59781,896.2708,150.87627,5.4861255,9.190625,4.45975,55.478737,19156.785,3.4322417,33.68597,52.755314,39.940033,324.98428,67.44458,146.8863,1.6474352,128.41469,457.81467,241.76631,150.88618,460.6581,35.290417,95.64867,138.51016,9.947972,1.7250955,11.107938,927.03284,0.05548558,0.22169583,51.492016,7.949089,3.646791,3.892471,9.446317,82.09742,28.848751,91.80107,570.52356,252.39772,2280.009,1900.6185,31.783241,57.20052,9728.083,7.539712,101.26354,754.49243,193.21126,270.8756,109.1475,639.95245,902.6072,482.476,29.903572,153.7225,964.49744,1859.319,81.44036,954.7948,104.16105,1.0485148,60.080246,0.86177707,0.5259035,2.4267595,73.71208,185.95924,161.59537,13.72125,2051.0806,456.72708,218.38393,312.1375,113.48929,80.625,86.49729,81.16721,90.85,719.85236,244.1116,139.9809,93.78167,25.957811,145.92285,132.9775,21.758371,513.6812,143.08421,1807.1279,32.604366,2180.2092,80.15363,414.11484,1334.7002,56.266933,13.802907,880.50867,779.50446,2286.3926,95.81942 +2023-09-04 10:00:00,0.0,17169.848,371.22876,41.734356,50.951797,39.205555,198.19135,30.630234,49.21594,21.838985,28.36655,1323.0753,162.23737,18.806414,182.92195,0.45672402,0.006457026,29.832302,0.23799801,0.10738118,404.91602,0.1273562,445.87494,55.915462,0.14457324,0.18481402,139.72221,20.76688,48.66759,92.908615,26271.145,0.03326837,2075.5317,0.24913338,0.09047899,0.038439665,0.16460317,172.73344,202.72798,22.068277,146.175,35.862976,47.413166,2285.2017,1.7370958,157.32965,81.78949,443.04034,55.657887,419.44205,40.349834,183.68457,0.0,1955.2021,8540.934,19.940958,562.10645,122.838844,39147.85,122.14598,17.650204,51.11882,174.93567,41.724335,18.899237,94.873215,1406.2021,317.60104,54.054726,13.901185,12.649861,429.3057,58.392982,847.1672,93.83277,2585.9932,315.85556,236.14474,101.192314,133.46883,5.8929815,8.850665,9.458704,2.1599846,1.4866527,80.469025,89.26468,94.440285,49.513214,45.70059,122.2707,11.704586,2935.9756,36.05116,51.16875,38.755024,33.1762,267.78427,74.9318,60.586807,10.373298,29.707787,51.858208,208.76665,565.79034,88.5582,311.26794,71.767746,90.45161,251.98586,171.46785,895.7145,150.78348,5.4804726,9.186806,4.4628334,55.49956,19149.893,3.4296687,33.674862,52.74118,39.914852,324.82724,67.43732,146.82256,1.6478333,128.39882,457.7541,241.72702,150.81584,460.59738,35.29935,95.630554,138.50726,9.950389,1.7258291,11.11266,926.8666,0.055463083,0.2218361,51.51551,7.956591,3.6505976,3.8984728,9.456392,82.09576,28.864166,91.858665,570.65436,252.52272,2280.638,1900.8726,31.802008,57.225113,9724.218,7.542095,101.30949,754.43164,193.2725,270.94012,109.17555,640.2531,902.53735,482.4937,29.90238,153.7487,964.1044,1858.5043,81.4392,954.53564,104.15913,1.0486792,60.065174,0.8618304,0.5261197,2.4268806,73.67898,186.02516,161.48024,13.727685,2049.6035,456.52826,218.33928,312.08057,113.41508,80.583336,86.414955,81.202194,90.755554,719.2641,243.99306,139.81642,93.703766,25.976736,145.82666,132.91241,21.745026,513.38293,143.00609,1805.5316,32.601063,2179.216,80.14545,414.01392,1333.6722,56.225777,13.811732,880.4247,779.59125,2285.8296,95.87776 +2023-09-04 11:00:00,0.0,17162.963,371.20648,41.780823,50.98227,39.240658,198.30771,30.6423,49.241955,21.84531,28.384977,1323.7761,162.17952,18.8153,182.96764,0.45625448,0.0065352824,29.83938,0.23779067,0.107437365,405.19894,0.12728617,446.06088,55.963512,0.14446686,0.18461496,139.77467,20.782799,48.686573,92.936325,26255.217,0.03328069,2075.5217,0.24960257,0.09040689,0.03852994,0.16444139,172.80388,202.85062,22.068367,146.1375,35.868725,47.37298,2284.9958,1.7364856,157.20642,81.7235,443.0099,55.623775,419.52426,40.321667,183.5532,0.0,1954.0647,8535.769,19.915224,561.8855,122.764496,39139.2,122.04503,17.62785,51.07294,174.73755,41.68485,18.875973,94.7622,1405.3195,317.6724,54.018032,13.883647,12.640132,428.91888,58.333687,846.26776,93.93805,2585.8242,316.2611,235.96564,101.28351,133.91624,5.8920345,8.84871,9.462309,2.1612873,1.4883149,80.426956,89.22919,94.436356,49.484974,45.690372,122.200325,11.703469,2937.1858,36.03956,51.128124,38.726173,33.14983,267.7227,74.89705,60.532986,10.367772,29.69404,51.82506,208.60435,565.25574,88.52202,311.12396,71.72828,90.35709,251.80925,171.33788,895.15814,150.69069,5.4748197,9.182986,4.4659166,55.520382,19143.0,3.4270954,33.663757,52.72705,39.88967,324.6702,67.430046,146.75882,1.6482315,128.38295,457.6935,241.68771,150.74548,460.53668,35.308285,95.612434,138.50436,9.9528055,1.7265627,11.117383,926.7003,0.05544059,0.22197638,51.539005,7.964093,3.654404,3.9044743,9.466467,82.094086,28.879583,91.91626,570.7851,252.64772,2281.2666,1901.1266,31.820774,57.24971,9720.352,7.5444784,101.35544,754.37085,193.33376,271.00464,109.20361,640.5538,902.4675,482.51138,29.90119,153.77492,963.71124,1857.6897,81.43805,954.27655,104.1572,1.0488437,60.050106,0.8618838,0.52633595,2.4270015,73.64588,186.09108,161.3651,13.73412,2048.1262,456.3294,218.29465,312.02362,113.34087,80.541664,86.33261,81.23718,90.66111,718.67584,243.8745,139.65193,93.62586,25.995659,145.73047,132.84732,21.73168,513.0846,142.92798,1803.9353,32.59776,2178.2231,80.13726,413.91302,1332.6443,56.184624,13.820557,880.3407,779.67804,2285.2666,95.9361 +2023-09-04 12:00:00,0.0,17156.078,371.18423,41.827286,51.012745,39.27576,198.42407,30.654366,49.26797,21.851637,28.403402,1324.4769,162.12166,18.824184,183.01334,0.45578495,0.006613539,29.84646,0.23758332,0.10749355,405.48187,0.12721612,446.24683,56.011562,0.14436048,0.1844159,139.82712,20.798717,48.705555,92.964035,26239.287,0.03329301,2075.5117,0.25007176,0.09033478,0.038620215,0.16427961,172.8743,202.97325,22.068457,146.1,35.874474,47.332787,2284.7898,1.7358754,157.08319,81.657524,442.97946,55.589664,419.60648,40.2935,183.42183,0.0,1952.9272,8530.604,19.88949,561.66455,122.69014,39130.543,121.94408,17.605494,51.02706,174.53944,41.645367,18.852707,94.65119,1404.4368,317.74374,53.98134,13.866109,12.6304035,428.53204,58.27439,845.3684,94.04333,2585.655,316.66666,235.7865,101.3747,134.36366,5.8910875,8.846755,9.465914,2.1625898,1.4899769,80.38488,89.193695,94.43243,49.456738,45.680153,122.12995,11.702353,2938.3958,36.027954,51.0875,38.69732,33.123455,267.66113,74.8623,60.479168,10.362246,29.680292,51.791912,208.44206,564.72107,88.48583,310.97995,71.68881,90.26258,251.63264,171.20792,894.6018,150.59789,5.4691668,9.179167,4.469,55.541203,19136.107,3.4245222,33.65265,52.712917,39.86449,324.51315,67.422775,146.69507,1.6486297,128.36708,457.63293,241.6484,150.67514,460.47595,35.317223,95.59432,138.50145,9.955222,1.7272964,11.122105,926.53406,0.055418093,0.22211666,51.5625,7.971595,3.6582105,3.910476,9.476542,82.092415,28.895,91.97386,570.9159,252.77272,2281.8955,1901.3807,31.83954,57.274303,9716.486,7.5468616,101.40139,754.31,193.395,271.06915,109.23167,640.85443,902.3977,482.52905,29.9,153.80112,963.3182,1856.875,81.4369,954.0174,104.15528,1.0490083,60.035038,0.86193717,0.52655214,2.4271226,73.61278,186.157,161.24997,13.740556,2046.6492,456.13055,218.25,311.96667,113.26666,80.5,86.250275,81.27217,90.566666,718.08765,243.75595,139.48744,93.547966,26.014582,145.63428,132.78223,21.718336,512.7863,142.84985,1802.3391,32.594456,2177.23,80.129074,413.81213,1331.6165,56.14347,13.829382,880.2567,779.7649,2284.7036,95.99444 +2023-09-04 13:00:00,0.0,17149.191,371.16196,41.87375,51.04322,39.31086,198.54044,30.666433,49.293987,21.857962,28.42183,1325.1779,162.06381,18.83307,183.05904,0.4553154,0.0066917953,29.85354,0.23737599,0.107549734,405.7648,0.12714607,446.43277,56.059612,0.1442541,0.18421686,139.87958,20.814636,48.724537,92.991745,26223.357,0.033305332,2075.5017,0.25054094,0.09026268,0.03871049,0.16411784,172.94473,203.09587,22.068548,146.0625,35.88022,47.2926,2284.584,1.7352651,156.95996,81.591545,442.94904,55.555553,419.6887,40.265335,183.29047,0.0,1951.7896,8525.439,19.863754,561.44354,122.61579,39121.89,121.843124,17.58314,50.981182,174.34132,41.605885,18.829443,94.54018,1403.5542,317.8151,53.944645,13.848572,12.620674,428.14523,58.215096,844.469,94.148605,2585.486,317.07224,235.60738,101.4659,134.81108,5.8901405,8.8448,9.469518,2.1638923,1.491639,80.34281,89.15821,94.4285,49.428497,45.669937,122.05958,11.701236,2939.606,36.016354,51.046875,38.668465,33.097084,267.59955,74.827545,60.425346,10.35672,29.666544,51.758762,208.27977,564.1864,88.44965,310.83594,71.64934,90.16807,251.45604,171.07796,894.04553,150.5051,5.4635143,9.175347,4.4720836,55.562027,19129.215,3.4219491,33.641544,52.698788,39.83931,324.3561,67.41551,146.63132,1.6490278,128.35121,457.57236,241.60912,150.60478,460.41525,35.326157,95.5762,138.49854,9.957639,1.72803,11.126827,926.3678,0.055395596,0.22225694,51.585995,7.979097,3.662017,3.9164777,9.486618,82.090744,28.910418,92.031456,571.0467,252.89772,2282.5242,1901.6348,31.858307,57.2989,9712.621,7.5492454,101.447334,754.2492,193.45625,271.13367,109.25972,641.1551,902.3279,482.54672,29.89881,153.82732,962.92505,1856.0604,81.435745,953.75824,104.15336,1.0491726,60.01997,0.8619906,0.5267684,2.4272435,73.57967,186.22292,161.13483,13.74699,2045.172,455.93173,218.20535,311.90973,113.19246,80.458336,86.16794,81.30716,90.47222,717.4994,243.63739,139.32295,93.47006,26.033506,145.53809,132.71713,21.70499,512.48804,142.77174,1800.7428,32.591152,2176.237,80.12089,413.71124,1330.5885,56.102318,13.838207,880.1727,779.8517,2284.1406,96.05278 +2023-09-04 14:00:00,0.0,17142.307,371.1397,41.920216,51.073692,39.345963,198.6568,30.6785,49.32,21.864288,28.440256,1325.8787,162.00595,18.841957,183.10472,0.45484588,0.0067700516,29.860619,0.23716864,0.10760591,406.0477,0.12707601,446.61874,56.107662,0.14414774,0.1840178,139.93204,20.830555,48.74352,93.019455,26207.43,0.03331765,2075.4917,0.25101015,0.09019058,0.03880077,0.16395606,173.01515,203.2185,22.068638,146.025,35.885967,47.25241,2284.378,1.7346549,156.83672,81.52556,442.9186,55.521442,419.7709,40.237167,183.1591,0.0,1950.6521,8520.274,19.83802,561.2226,122.54144,39113.234,121.74217,17.560785,50.935303,174.14322,41.5664,18.806177,94.42917,1402.6715,317.88644,53.90795,13.831034,12.610946,427.75842,58.1558,843.56964,94.25388,2585.317,317.47778,235.42825,101.55709,135.2585,5.8891935,8.842845,9.473123,2.1651947,1.4933012,80.300735,89.12271,94.42457,49.40026,45.659718,121.989204,11.700119,2940.816,36.004753,51.00625,38.63961,33.070713,267.53796,74.79279,60.37153,10.351194,29.652798,51.725613,208.11748,563.6518,88.413475,310.69196,71.60987,90.073555,251.27945,170.94798,893.4892,150.41231,5.4578614,9.171528,4.475167,55.582848,19122.322,3.419376,33.630436,52.684654,39.81413,324.19907,67.40824,146.56758,1.649426,128.33534,457.51178,241.56981,150.53444,460.35452,35.33509,95.55809,138.49564,9.960055,1.7287636,11.131549,926.2015,0.055373102,0.22239722,51.609493,7.986599,3.6658237,3.9224794,9.496694,82.08908,28.925835,92.08905,571.1775,253.02272,2283.153,1901.8888,31.877073,57.323494,9708.755,7.5516286,101.493286,754.1884,193.5175,271.19818,109.28778,641.4557,902.25806,482.5644,29.89762,153.85352,962.532,1855.2457,81.434586,953.4991,104.15144,1.0493371,60.0049,0.862044,0.52698463,2.4273646,73.54658,186.28883,161.01968,13.753426,2043.695,455.73288,218.16072,311.85278,113.118256,80.416664,86.0856,81.34214,90.37778,716.91113,243.51884,139.15848,93.39216,26.05243,145.4419,132.65204,21.691647,512.1897,142.69363,1799.1466,32.58785,2175.244,80.11269,413.61035,1329.5605,56.06116,13.847033,880.0887,779.9385,2283.5776,96.111115 +2023-09-04 15:00:00,0.0,17135.422,371.11746,41.96668,51.104168,39.38106,198.77316,30.690565,49.346016,21.870613,28.458683,1326.5795,161.9481,18.850843,183.15042,0.45437634,0.0068483083,29.867699,0.2369613,0.1076621,406.33063,0.12700598,446.8047,56.15571,0.14404136,0.18381876,139.9845,20.846474,48.7625,93.047165,26191.5,0.03332997,2075.4817,0.25147933,0.09011848,0.038891044,0.16379428,173.08559,203.34114,22.068727,145.9875,35.891716,47.212223,2284.172,1.7340447,156.71349,81.45958,442.88818,55.48733,419.85312,40.209,183.02774,0.0,1949.5144,8515.109,19.812286,561.00165,122.467094,39104.582,121.64122,17.538431,50.889423,173.9451,41.526917,18.782913,94.31815,1401.7888,317.95782,53.871258,13.813496,12.601217,427.37158,58.096504,842.6702,94.35916,2585.148,317.88333,235.24911,101.64829,135.70592,5.888247,8.84089,9.4767275,2.1664975,1.4949633,80.25867,89.08723,94.42064,49.372025,45.649498,121.91882,11.699002,2942.0261,35.993153,50.965626,38.61076,33.04434,267.4764,74.75804,60.317707,10.345668,29.63905,51.692463,207.95518,563.1171,88.3773,310.54794,71.570404,89.97904,251.10284,170.81802,892.93286,150.31952,5.4522085,9.167708,4.47825,55.603672,19115.43,3.416803,33.61933,52.67052,39.788948,324.04205,67.40097,146.50383,1.6498241,128.31947,457.4512,241.5305,150.46408,460.29382,35.34403,95.53998,138.49274,9.962472,1.7294972,11.136271,926.0352,0.055350605,0.2225375,51.632988,7.994101,3.66963,3.9284809,9.506768,82.08741,28.94125,92.146645,571.3082,253.14772,2283.782,1902.1428,31.89584,57.348087,9704.89,7.554012,101.53923,754.1276,193.57875,271.2627,109.315834,641.75635,902.18823,482.58206,29.89643,153.87973,962.13885,1854.4312,81.43343,953.2399,104.14952,1.0495015,59.98983,0.8620973,0.5272008,2.4274855,73.51347,186.35475,160.90456,13.759861,2042.2178,455.53403,218.11607,311.79584,113.044044,80.375,86.003265,81.37713,90.28333,716.3229,243.4003,138.99399,93.31426,26.071354,145.3457,132.58694,21.6783,511.8914,142.61551,1797.5503,32.584545,2174.251,80.10451,413.50943,1328.5326,56.020008,13.855857,880.0047,780.0253,2283.0146,96.16946 +2023-09-04 16:00:00,0.0,17128.537,371.09518,42.01314,51.13464,39.416164,198.88953,30.702631,49.372032,21.876938,28.477108,1327.2803,161.89024,18.859728,183.1961,0.45390683,0.0069265645,29.874779,0.23675397,0.10771828,406.61356,0.12693593,446.99063,56.20376,0.14393498,0.1836197,140.03694,20.862392,48.781483,93.074875,26175.57,0.033342294,2075.4717,0.25194854,0.090046376,0.03898132,0.1636325,173.15602,203.46378,22.068817,145.95,35.89746,47.17203,2283.966,1.7334344,156.59026,81.39359,442.85773,55.45322,419.93533,40.180832,182.89636,0.0,1948.377,8509.945,19.786552,560.78064,122.39274,39095.93,121.54026,17.516075,50.843544,173.747,41.487434,18.759647,94.20714,1400.9061,318.02917,53.834564,13.7959585,12.591488,426.98477,58.03721,841.7709,94.46444,2584.9788,318.28888,235.06999,101.73949,136.15334,5.8873,8.838935,9.480332,2.1678,1.4966253,80.21659,89.051735,94.41671,49.343784,45.639282,121.84845,11.6978855,2943.236,35.981552,50.925,38.581905,33.017967,267.41483,74.72329,60.26389,10.340142,29.625301,51.659313,207.7929,562.58246,88.34111,310.40393,71.53094,89.88453,250.92624,170.68805,892.3765,150.22673,5.4465556,9.163889,4.4813333,55.624493,19108.537,3.4142296,33.608223,52.65639,39.763767,323.885,67.3937,146.44008,1.6502223,128.3036,457.39062,241.4912,150.39374,460.23312,35.352962,95.52186,138.48982,9.964889,1.7302308,11.140994,925.86896,0.055328112,0.22267778,51.656483,8.001603,3.6734366,3.9344826,9.516844,82.08574,28.956667,92.20425,571.439,253.27272,2284.4106,1902.397,31.914606,57.372684,9701.024,7.556395,101.58518,754.06683,193.64,271.3272,109.34389,642.057,902.1184,482.59973,29.895239,153.90593,961.7458,1853.6165,81.43228,952.9808,104.1476,1.049666,59.974762,0.8621507,0.52741706,2.4276063,73.48037,186.42067,160.78941,13.766296,2040.7406,455.3352,218.07143,311.7389,112.96984,80.333336,85.92092,81.41212,90.18889,715.7347,243.28174,138.8295,93.23636,26.090277,145.24951,132.52185,21.664957,511.59308,142.5374,1795.9541,32.58124,2173.2578,80.09632,413.40854,1327.5046,55.978855,13.864682,879.9207,780.1121,2282.4517,96.2278 +2023-09-04 17:00:00,0.0,17121.652,371.07294,42.05961,51.165115,39.451263,199.00589,30.714699,49.39805,21.883265,28.495535,1327.9812,161.8324,18.868614,183.2418,0.4534373,0.007004821,29.881857,0.23654662,0.10777446,406.89648,0.12686588,447.17657,56.25181,0.1438286,0.18342064,140.0894,20.878311,48.80046,93.10259,26159.64,0.033354614,2075.4617,0.2524177,0.08997428,0.039071593,0.16347072,173.22644,203.5864,22.068909,145.9125,35.90321,47.131844,2283.7603,1.7328241,156.46703,81.327614,442.82733,55.41911,420.01755,40.152664,182.765,0.0,1947.2393,8504.78,19.760818,560.5597,122.31839,39087.273,121.43931,17.493721,50.797665,173.54889,41.44795,18.736383,94.09613,1400.0236,318.10052,53.797867,13.77842,12.581759,426.59796,57.977913,840.87146,94.56972,2584.8098,318.69446,234.89087,101.83068,136.60075,5.886353,8.83698,9.483936,2.1691024,1.4982874,80.17452,89.01625,94.41278,49.315548,45.629063,121.778076,11.69677,2944.4463,35.969948,50.884377,38.55305,32.991592,267.35324,74.68854,60.210068,10.334616,29.611555,51.626163,207.6306,562.0478,88.30493,310.25995,71.49146,89.790016,250.74963,170.55809,891.8202,150.13394,5.440903,9.160069,4.484417,55.645313,19101.645,3.4116566,33.597115,52.642258,39.738586,323.72797,67.38644,146.37634,1.6506205,128.28773,457.33005,241.4519,150.32338,460.1724,35.361897,95.503746,138.48691,9.967305,1.7309644,11.145716,925.7027,0.055305615,0.22281805,51.679977,8.009105,3.6772432,3.9404843,9.526919,82.08407,28.972084,92.26184,571.5698,253.39772,2285.0396,1902.651,31.933372,57.397278,9697.158,7.5587783,101.631134,754.00604,193.70125,271.39172,109.37194,642.35767,902.0486,482.6174,29.894047,153.93213,961.35266,1852.8019,81.43113,952.7216,104.145676,1.0498306,59.959694,0.86220413,0.52763325,2.4277275,73.447266,186.48657,160.67429,13.772732,2039.2635,455.13635,218.02678,311.68195,112.89564,80.291664,85.838585,81.4471,90.094444,715.1464,243.1632,138.66502,93.158455,26.109201,145.15334,132.45676,21.651611,511.2948,142.45927,1794.3578,32.577938,2172.2646,80.088135,413.30765,1326.4768,55.9377,13.8735075,879.83673,780.1989,2281.8887,96.28613 +2023-09-04 18:00:00,0.0,17114.768,371.05066,42.10607,51.195587,39.486366,199.12225,30.726765,49.424065,21.88959,28.513962,1328.682,161.77454,18.8775,183.2875,0.45296776,0.0070830774,29.888937,0.23633929,0.10783064,407.17938,0.12679583,447.36255,56.29986,0.14372222,0.1832216,140.14186,20.89423,48.819443,93.1303,26143.713,0.033366933,2075.4517,0.25288692,0.08990218,0.039161872,0.16330895,173.29688,203.70903,22.068998,145.875,35.90896,47.091656,2283.5542,1.7322139,156.3438,81.261635,442.79688,55.385,420.09973,40.124496,182.63364,0.0,1946.1018,8499.615,19.735083,560.33875,122.24404,39078.62,121.338356,17.471367,50.751785,173.35077,41.408466,18.713118,93.985115,1399.1409,318.17188,53.761173,13.760882,12.57203,426.21112,57.918613,839.9721,94.674995,2584.6406,319.1,234.71175,101.921875,137.04817,5.885406,8.835025,9.487541,2.170405,1.4999496,80.13245,88.98076,94.40885,49.287308,45.618847,121.7077,11.695653,2945.6562,35.958347,50.84375,38.5242,32.96522,267.2917,74.653786,60.15625,10.32909,29.597807,51.593014,207.4683,561.5132,88.26875,310.11594,71.451996,89.69551,250.57303,170.42813,891.26385,150.04115,5.4352503,9.15625,4.4875,55.666138,19094.752,3.4090834,33.58601,52.628128,39.713406,323.57092,67.379166,146.31259,1.6510186,128.27187,457.26947,241.4126,150.25304,460.1117,35.370834,95.48563,138.48401,9.969722,1.731698,11.150438,925.53644,0.05528312,0.22295833,51.703472,8.016607,3.6810498,3.9464858,9.536995,82.082405,28.987501,92.319435,571.7006,253.52272,2285.6682,1902.905,31.952139,57.421875,9693.293,7.5611615,101.67708,753.9452,193.7625,271.45624,109.4,642.6583,901.97876,482.63507,29.892857,153.95834,960.9596,1851.9872,81.42998,952.4625,104.14375,1.049995,59.944626,0.8622575,0.5278495,2.4278483,73.41417,186.55249,160.55914,13.779166,2037.7864,454.9375,217.98215,311.625,112.82143,80.25,85.75625,81.482086,90.0,714.55817,243.04463,138.50053,93.08056,26.128124,145.05714,132.39166,21.638268,510.9965,142.38116,1792.7616,32.574635,2171.2717,80.07995,413.20673,1325.4489,55.896545,13.882333,879.75275,780.28577,2281.3257,96.344475 +2023-09-04 19:00:00,0.0,17107.883,371.0284,42.152534,51.226063,39.521465,199.23862,30.73883,49.450077,21.895916,28.532389,1329.3828,161.71669,18.886385,183.33319,0.45249823,0.0071613337,29.896017,0.23613194,0.10788683,407.4623,0.1267258,447.5485,56.347908,0.14361584,0.18302254,140.1943,20.910149,48.838425,93.15801,26127.783,0.033379257,2075.4414,0.2533561,0.08983007,0.039252147,0.16314717,173.3673,203.83167,22.069088,145.8375,35.914707,47.051468,2283.3481,1.7316036,156.22057,81.19565,442.76645,55.350887,420.18195,40.096333,182.50227,0.0,1944.9644,8494.451,19.709349,560.11774,122.16969,39069.965,121.237404,17.449013,50.705906,173.15266,41.368984,18.689854,93.87411,1398.2582,318.24323,53.72448,13.743344,12.562302,425.8243,57.859318,839.0727,94.78027,2584.4717,319.50555,234.53262,102.01307,137.49559,5.884459,8.83307,9.491146,2.1717076,1.5016116,80.09038,88.94527,94.40492,49.25907,45.608627,121.63733,11.694536,2946.8662,35.946747,50.803123,38.495346,32.93885,267.2301,74.61903,60.102432,10.323564,29.584059,51.559864,207.30602,560.9785,88.23257,309.97195,71.41253,89.601,250.39642,170.29816,890.7075,149.94835,5.4295974,9.152431,4.4905834,55.68696,19087.86,3.40651,33.5749,52.613995,39.688225,323.41388,67.371895,146.24884,1.6514168,128.25601,457.2089,241.37329,150.18268,460.05096,35.37977,95.467514,138.48111,9.972138,1.7324317,11.15516,925.3702,0.055260625,0.2230986,51.726967,8.024109,3.6848562,3.9524875,9.5470705,82.080734,29.002916,92.37704,571.83136,253.64772,2286.297,1903.159,31.970905,57.44647,9689.428,7.5635448,101.72303,753.8844,193.82375,271.52075,109.428055,642.959,901.90894,482.65274,29.891666,153.98454,960.5665,1851.1726,81.42882,952.20337,104.14183,1.0501595,59.929558,0.8623109,0.5280657,2.4279695,73.381065,186.61841,160.44402,13.785602,2036.3092,454.73868,217.9375,311.56805,112.74722,80.208336,85.67391,81.517075,89.905556,713.9699,242.92609,138.33604,93.002655,26.147047,144.96095,132.32657,21.624922,510.69818,142.30305,1791.1653,32.57133,2170.2786,80.07176,413.10583,1324.4209,55.855392,13.891157,879.66876,780.37256,2280.7627,96.40282 +2023-09-04 20:00:00,0.0,17100.998,371.00616,42.199,51.256535,39.55657,199.35497,30.750896,49.476093,21.90224,28.550816,1330.0836,161.65883,18.895271,183.37889,0.4520287,0.0072395904,29.903095,0.2359246,0.10794301,407.74524,0.12665574,447.73444,56.395954,0.14350946,0.18282348,140.24677,20.926067,48.857407,93.18572,26111.854,0.033391576,2075.4314,0.2538253,0.08975797,0.039342422,0.16298538,173.43773,203.9543,22.06918,145.8,35.920452,47.011276,2283.1423,1.7309934,156.09732,81.12967,442.73602,55.316776,420.26416,40.068165,182.3709,0.0,1943.8267,8489.286,19.683615,559.8968,122.095345,39061.312,121.13645,17.426657,50.660027,172.95454,41.3295,18.666588,93.76309,1397.3755,318.31458,53.687786,13.725807,12.552573,425.4375,57.800022,838.17334,94.88555,2584.3025,319.9111,234.35349,102.10426,137.94301,5.883512,8.831114,9.494751,2.17301,1.5032737,80.0483,88.909775,94.40099,49.23083,45.59841,121.566956,11.693419,2948.0764,35.935146,50.7625,38.46649,32.912476,267.16852,74.58428,60.04861,10.318038,29.57031,51.526714,207.14374,560.44385,88.19639,309.82794,71.37306,89.506485,250.21982,170.1682,890.15125,149.85556,5.4239445,9.148611,4.4936666,55.70778,19080.967,3.403937,33.563797,52.59986,39.663044,323.25684,67.36463,146.1851,1.6518148,128.24014,457.14832,241.334,150.11234,459.99026,35.388702,95.4494,138.4782,9.974555,1.7331653,11.159883,925.2039,0.05523813,0.22323889,51.750465,8.0316105,3.6886628,3.9584892,9.557145,82.07906,29.018333,92.43463,571.96216,253.77272,2286.9258,1903.4131,31.989672,57.47106,9685.5625,7.5659285,101.76898,753.8236,193.885,271.58527,109.45611,643.2596,901.8392,482.6704,29.890476,154.01074,960.1734,1850.3579,81.427666,951.9442,104.139915,1.0503238,59.914486,0.8623643,0.5282819,2.4280903,73.34796,186.68433,160.32887,13.792037,2034.8322,454.53983,217.89285,311.5111,112.67302,80.166664,85.591576,81.552055,89.81111,713.3817,242.80754,138.17155,92.92475,26.165972,144.86476,132.26147,21.611578,510.39987,142.22493,1789.5691,32.568027,2169.2856,80.06357,413.00494,1323.393,55.81424,13.899982,879.5848,780.45935,2280.1997,96.46115 +2023-09-04 21:00:00,0.0,17094.113,370.9839,42.245464,51.28701,39.591667,199.47133,30.762962,49.50211,21.908566,28.56924,1330.7844,161.60098,18.904158,183.42459,0.45155916,0.0073178466,29.910175,0.23571725,0.10799919,408.02817,0.12658569,447.9204,56.444004,0.14340308,0.18262443,140.29922,20.941986,48.87639,93.21343,26095.926,0.033403896,2075.4214,0.25429448,0.08968587,0.039432697,0.1628236,173.50816,204.07692,22.06927,145.7625,35.9262,46.97109,2282.9363,1.7303832,155.97409,81.06368,442.70557,55.282665,420.34637,40.039997,182.23953,0.0,1942.6892,8484.121,19.65788,559.67584,122.02099,39052.66,121.0355,17.404303,50.614147,172.75644,41.290016,18.643322,93.652084,1396.4929,318.38593,53.651093,13.708269,12.542844,425.05066,57.740726,837.2739,94.99083,2584.1335,320.31668,234.17436,102.195465,138.39043,5.882565,8.829159,9.498356,2.1743126,1.5049359,80.00623,88.87429,94.397064,49.202595,45.588192,121.49658,11.692303,2949.2864,35.923546,50.721874,38.437637,32.886105,267.10696,74.54953,59.994793,10.312512,29.556564,51.493565,206.98145,559.90924,88.16021,309.68393,71.33359,89.41197,250.04323,170.03822,889.5949,149.76277,5.418292,9.144792,4.49675,55.728603,19074.072,3.4013638,33.55269,52.58573,39.637863,323.09982,67.35736,146.12135,1.652213,128.22427,457.08774,241.2947,150.04198,459.92953,35.397636,95.43128,138.47528,9.976973,1.7338989,11.164605,925.03766,0.055215634,0.22337916,51.77396,8.039113,3.6924694,3.9644907,9.567221,82.07739,29.03375,92.492226,572.09296,253.89772,2287.5547,1903.6672,32.00844,57.49566,9681.696,7.5683117,101.814926,753.7628,193.94624,271.64978,109.48417,643.56024,901.76935,482.6881,29.889286,154.03694,959.78033,1849.5433,81.42651,951.68506,104.13799,1.0504884,59.899418,0.86241764,0.5284981,2.4282115,73.314865,186.75024,160.21373,13.798472,2033.355,454.34097,217.84822,311.45416,112.59881,80.125,85.50923,81.58704,89.71667,712.79346,242.68898,138.00708,92.846855,26.184895,144.76857,132.1964,21.598232,510.10156,142.14682,1787.9728,32.564724,2168.2925,80.05538,412.90405,1322.3651,55.773083,13.908808,879.5008,780.5462,2279.6367,96.51949 +2023-09-04 22:00:00,0.0,17087.229,370.96164,42.291927,51.317482,39.62677,199.58769,30.77503,49.528126,21.914892,28.587667,1331.4854,161.54312,18.913044,183.47028,0.45108962,0.007396103,29.917255,0.23550992,0.108055376,408.3111,0.12651566,448.10635,56.492054,0.1432967,0.18242538,140.35168,20.957907,48.89537,93.24114,26079.996,0.03341622,2075.4114,0.2547637,0.089613765,0.039522976,0.16266182,173.57858,204.19955,22.069359,145.725,35.93195,46.9309,2282.7305,1.7297729,155.85086,80.9977,442.67517,55.248554,420.4286,40.01183,182.10817,0.0,1941.5515,8478.957,19.632147,559.45483,121.94664,39044.004,120.93455,17.381948,50.568264,172.55832,41.250534,18.620058,93.54107,1395.6102,318.4573,53.6144,13.690731,12.533115,424.66385,57.68143,836.3746,95.09611,2583.9644,320.72223,233.99524,102.28666,138.83784,5.881618,8.827204,9.50196,2.1756153,1.5065979,79.96416,88.8388,94.393135,49.174355,45.577976,121.42621,11.691186,2950.4966,35.91194,50.68125,38.408787,32.85973,267.04538,74.51478,59.94097,10.306986,29.542816,51.460415,206.81915,559.3746,88.12403,309.53995,71.29412,89.31746,249.86662,169.90826,889.0386,149.66998,5.412639,9.140972,4.4998336,55.749424,19067.18,3.3987908,33.541584,52.571598,39.612682,322.94278,67.35009,146.0576,1.6526111,128.2084,457.02716,241.25539,149.97163,459.86884,35.406574,95.41317,138.47238,9.979389,1.7346325,11.169327,924.8714,0.05519314,0.22351944,51.797455,8.046615,3.696276,3.9704924,9.577296,82.07573,29.049168,92.54983,572.22375,254.02272,2288.1833,1903.9213,32.027206,57.520252,9677.831,7.570695,101.86088,753.702,194.0075,271.7143,109.51222,643.8609,901.6995,482.70578,29.888096,154.06316,959.3872,1848.7286,81.42536,951.4259,104.13607,1.0506529,59.88435,0.86247104,0.52871436,2.4283323,73.28176,186.81616,160.0986,13.804908,2031.8778,454.14215,217.80357,311.39722,112.524605,80.083336,85.426895,81.62203,89.62222,712.2052,242.57043,137.84259,92.76895,26.20382,144.67238,132.1313,21.584888,509.80325,142.0687,1786.3766,32.56142,2167.2996,80.047195,412.80316,1321.3372,55.73193,13.917633,879.4168,780.633,2279.0737,96.577835 +2023-09-04 23:00:00,0.0,17080.344,370.93936,42.338394,51.347958,39.66187,199.70406,30.787096,49.554142,21.921217,28.606094,1332.1862,161.48528,18.921928,183.51598,0.45062009,0.0074743596,29.924334,0.23530257,0.10811156,408.594,0.1264456,448.2923,56.540104,0.14319032,0.18222633,140.40413,20.973825,48.914352,93.26885,26064.066,0.03342854,2075.4014,0.25523287,0.089541666,0.03961325,0.16250004,173.64902,204.32219,22.069448,145.6875,35.937695,46.890713,2282.5244,1.7291626,155.72763,80.931725,442.6447,55.214443,420.5108,39.98366,181.97679,0.0,1940.4141,8473.792,19.606411,559.2339,121.87229,39035.35,120.833595,17.359594,50.522385,172.36021,41.211052,18.596792,93.43006,1394.7275,318.52866,53.577705,13.673193,12.523386,424.27704,57.622135,835.47516,95.201385,2583.7954,321.12778,233.8161,102.37785,139.28526,5.880671,8.825249,9.505565,2.1769178,1.50826,79.92209,88.80331,94.389206,49.14612,45.567757,121.355835,11.690069,2951.7065,35.90034,50.640625,38.379932,32.83336,266.9838,74.48003,59.887154,10.30146,29.529068,51.427265,206.65686,558.8399,88.087845,309.39594,71.254654,89.222946,249.69002,169.7783,888.48224,149.5772,5.406986,9.137153,4.502917,55.770245,19060.287,3.3962176,33.530476,52.557465,39.5875,322.78574,67.34283,145.99387,1.6530093,128.19254,456.96658,241.21608,149.90128,459.8081,35.41551,95.39505,138.46948,9.981806,1.7353661,11.174049,924.70514,0.055170644,0.22365972,51.82095,8.054117,3.7000823,3.976494,9.587372,82.07406,29.064583,92.60742,572.3545,254.14772,2288.8123,1904.1753,32.04597,57.54485,9673.966,7.573078,101.90683,753.6412,194.06876,271.7788,109.540276,644.16156,901.6297,482.72345,29.886904,154.08936,958.99414,1847.9141,81.42421,951.16675,104.13415,1.0508173,59.86928,0.8625244,0.5289306,2.4284534,73.24866,186.88208,159.98346,13.811342,2030.4008,453.9433,217.75893,311.34027,112.45039,80.041664,85.34456,81.65701,89.52778,711.61694,242.45187,137.6781,92.69105,26.222742,144.57619,132.06621,21.571543,509.50494,141.99059,1784.7803,32.558117,2166.3064,80.03901,412.70224,1320.3092,55.690777,13.926457,879.3328,780.7198,2278.5107,96.63617 +2023-09-05 00:00:00,0.0,17073.459,370.9171,42.384857,51.37843,39.69697,199.82042,30.799162,49.580154,21.927542,28.624521,1332.887,161.42741,18.930815,183.56168,0.45015055,0.007552616,29.931414,0.23509523,0.10816774,408.87692,0.12637556,448.47824,56.588154,0.14308394,0.18202728,140.45659,20.989744,48.933334,93.29656,26048.137,0.033440858,2075.3914,0.25570208,0.08946957,0.039703526,0.16233827,173.71944,204.44482,22.06954,145.65,35.943443,46.85052,2282.3186,1.7285523,155.6044,80.86574,442.6143,55.180332,420.59302,39.955494,181.84543,0.0,1939.2766,8468.627,19.580677,559.01294,121.79794,39026.695,120.73264,17.337238,50.476505,172.16211,41.171566,18.573528,93.319046,1393.845,318.6,53.54101,13.655656,12.513658,423.8902,57.56284,834.5758,95.30666,2583.6262,321.53333,233.637,102.46905,139.73268,5.879724,8.823294,9.50917,2.1782203,1.5099221,79.88001,88.767815,94.38528,49.117878,45.55754,121.28546,11.688952,2952.9167,35.88874,50.6,38.351078,32.806984,266.92224,74.445274,59.833332,10.295934,29.515322,51.394115,206.49457,558.3053,88.05167,309.25192,71.21519,89.12843,249.51341,169.64833,887.9259,149.4844,5.401334,9.133333,4.506,55.79107,19053.395,3.3936446,33.51937,52.543335,39.562325,322.6287,67.335556,145.93011,1.6534075,128.17667,456.906,241.17679,149.83093,459.7474,35.424442,95.37694,138.46657,9.984222,1.7360997,11.178772,924.5389,0.05514815,0.2238,51.844444,8.061619,3.703889,3.9824955,9.597446,82.07239,29.08,92.665016,572.48535,254.27272,2289.441,1904.4293,32.06474,57.569443,9670.1,7.5754614,101.952774,753.5804,194.13,271.84332,109.56834,644.4622,901.5599,482.74112,29.885714,154.11555,958.601,1847.0994,81.42305,950.9076,104.132225,1.0509818,59.854214,0.8625778,0.5291468,2.4285743,73.21555,186.948,159.86833,13.817778,2028.9236,453.74445,217.71428,311.28333,112.37619,80.0,85.26222,81.692,89.433334,711.0287,242.33333,137.51363,92.61315,26.241667,144.48,132.00111,21.558199,509.20663,141.91246,1783.184,32.554813,2165.3135,80.03082,412.60135,1319.2812,55.64962,13.935283,879.24884,780.80664,2277.9478,96.69451 +2023-09-05 01:00:00,0.0,17066.574,370.89487,42.43132,51.408905,39.73207,199.93678,30.811228,49.60617,21.933868,28.642946,1333.5878,161.36957,18.939701,183.60736,0.449681,0.0076308725,29.938494,0.2348879,0.10822392,409.15985,0.1263055,448.6642,56.636204,0.14297757,0.18182822,140.50905,21.005663,48.952316,93.32427,26032.209,0.03345318,2075.3813,0.25617126,0.08939747,0.0397938,0.16217649,173.78987,204.56744,22.06963,145.6125,35.949192,46.810333,2282.1125,1.7279421,155.48117,80.79976,442.58386,55.14622,420.67523,39.92733,181.71407,0.0,1938.1389,8463.462,19.554943,558.79193,121.72359,39018.043,120.63168,17.314884,50.430626,171.96399,41.132084,18.550262,93.20803,1392.9623,318.67136,53.50432,13.638118,12.503929,423.5034,57.503544,833.6764,95.41194,2583.457,321.9389,233.45786,102.56024,140.1801,5.878777,8.821339,9.512774,2.1795228,1.5115843,79.83794,88.73233,94.38135,49.08964,45.54732,121.21509,11.687836,2954.1267,35.87714,50.559376,38.322224,32.780613,266.86066,74.41052,59.779514,10.290408,29.501574,51.360966,206.33228,557.7706,88.01549,309.10794,71.17571,89.03393,249.3368,169.51837,887.36957,149.39162,5.395681,9.129514,4.5090833,55.81189,19046.502,3.3910713,33.508263,52.5292,39.537144,322.47165,67.328285,145.86636,1.6538056,128.1608,456.84546,241.13748,149.76057,459.68668,35.43338,95.358826,138.46365,9.986639,1.7368333,11.183494,924.3726,0.055125654,0.22394028,51.86794,8.06912,3.7076955,3.9884973,9.607522,82.07072,29.095417,92.72261,572.6161,254.39772,2290.0698,1904.6835,32.083504,57.594036,9666.234,7.5778446,101.998726,753.5196,194.19125,271.90784,109.59639,644.7628,901.49005,482.7588,29.884523,154.14177,958.20795,1846.2848,81.4219,950.64844,104.1303,1.0511463,59.83914,0.8626312,0.52936304,2.4286954,73.18246,187.01392,159.75319,13.824213,2027.4464,453.54562,217.66965,311.22638,112.30199,79.958336,85.179886,81.72699,89.33889,710.4405,242.21478,137.34914,92.53525,26.26059,144.3838,131.93602,21.544853,508.90833,141.83435,1781.5878,32.55151,2164.3203,80.02264,412.50046,1318.2534,55.608467,13.944108,879.16486,780.89343,2277.3848,96.75285 +2023-09-05 02:00:00,0.0,17059.69,370.8726,42.477787,51.43938,39.767174,200.05315,30.823296,49.632187,21.940193,28.661373,1334.2887,161.3117,18.948587,183.65306,0.44921148,0.007709129,29.945572,0.23468055,0.10828011,409.44278,0.12623547,448.85016,56.68425,0.14287119,0.18162917,140.56151,21.021582,48.971294,93.35198,26016.28,0.0334655,2075.3713,0.25664046,0.08932536,0.03988408,0.16201471,173.86029,204.69008,22.06972,145.575,35.95494,46.770145,2281.9067,1.7273319,155.35793,80.73378,442.55344,55.11211,420.75745,39.899162,181.5827,0.0,1937.0015,8458.298,19.52921,558.571,121.64924,39009.387,120.53073,17.29253,50.384747,171.76588,41.0926,18.526999,93.09702,1392.0796,318.7427,53.46762,13.62058,12.4942,423.11658,57.44425,832.77704,95.51722,2583.288,322.34445,233.27875,102.651436,140.62752,5.87783,8.819384,9.516378,2.1808255,1.5132463,79.79587,88.69684,94.37742,49.061405,45.537106,121.144714,11.686719,2955.337,35.86554,50.51875,38.293373,32.754242,266.79907,74.37577,59.725693,10.284882,29.487825,51.327816,206.16998,557.23596,87.97931,308.96393,71.136246,88.939415,249.1602,169.3884,886.81323,149.29881,5.390028,9.125694,4.512167,55.832714,19039.61,3.3884983,33.497158,52.51507,39.511963,322.3146,67.321014,145.80263,1.6542038,128.14493,456.78488,241.09818,149.69023,459.62598,35.442314,95.340706,138.46075,9.989056,1.737567,11.188216,924.20636,0.05510316,0.22408055,51.891438,8.076623,3.711502,3.994499,9.617598,82.06905,29.110834,92.78021,572.7469,254.52272,2290.6985,1904.9375,32.102272,57.618633,9662.369,7.580228,102.04467,753.4588,194.2525,271.97235,109.62444,645.0635,901.4202,482.77646,29.883333,154.16797,957.8148,1845.4701,81.420746,950.38934,104.12839,1.0513107,59.824074,0.86268455,0.5295792,2.4288163,73.14935,187.07983,159.63806,13.830648,2025.9694,453.34677,217.625,311.16943,112.227776,79.916664,85.09754,81.76198,89.244446,709.85223,242.09622,137.18465,92.457344,26.279512,144.28761,131.87093,21.53151,508.61005,141.75624,1779.9915,32.548206,2163.3271,80.01444,412.39954,1317.2255,55.567314,13.952933,879.0809,780.9802,2276.8218,96.81119 +2023-09-05 03:00:00,0.0,17052.805,370.85034,42.52425,51.469852,39.802273,200.16951,30.835361,49.658203,21.94652,28.6798,1334.9895,161.25386,18.957472,183.69875,0.44874194,0.007787385,29.952652,0.23447321,0.10833629,409.7257,0.12616542,449.0361,56.7323,0.1427648,0.18143012,140.61395,21.0375,48.990276,93.37969,26000.35,0.03347782,2075.3613,0.25710964,0.08925326,0.039974354,0.16185294,173.93073,204.81271,22.069809,145.5375,35.960686,46.729958,2281.7007,1.7267216,155.2347,80.66779,442.52295,55.078,420.83966,39.870995,181.45132,0.0,1935.8638,8453.133,19.503475,558.35004,121.57489,39000.734,120.42978,17.270176,50.338867,171.56776,41.053116,18.503733,92.98601,1391.1969,318.81406,53.430927,13.603042,12.484471,422.72974,57.384953,831.8776,95.6225,2583.119,322.75,233.09962,102.74264,141.07494,5.876883,8.817429,9.519983,2.182128,1.5149084,79.75379,88.661354,94.37349,49.033165,45.526886,121.07434,11.685602,2956.5469,35.853935,50.478127,38.26452,32.727867,266.73752,74.34102,59.671875,10.279356,29.47408,51.294666,206.00769,556.70135,87.94312,308.81992,71.09678,88.8449,248.9836,169.25844,886.2569,149.20602,5.384375,9.121875,4.51525,55.853535,19032.717,3.385925,33.48605,52.50094,39.486782,322.15756,67.31375,145.73888,1.6546019,128.12906,456.7243,241.05888,149.61987,459.56528,35.45125,95.32259,138.45786,9.991472,1.7383006,11.192938,924.0401,0.055080663,0.22422083,51.914932,8.084125,3.7153084,4.0005007,9.627673,82.06738,29.126251,92.83781,572.8777,254.64772,2291.3274,1905.1915,32.121037,57.643227,9658.503,7.5826116,102.09062,753.398,194.31375,272.03687,109.6525,645.36414,901.3504,482.79413,29.882143,154.19417,957.42175,1844.6555,81.41959,950.1302,104.126465,1.0514752,59.809006,0.86273795,0.52979547,2.4289372,73.11625,187.14575,159.52292,13.837083,2024.4922,453.14792,217.58035,311.1125,112.15357,79.875,85.015205,81.79696,89.15,709.264,241.97768,137.02016,92.37945,26.298437,144.19142,131.80583,21.518164,508.31174,141.67812,1778.3953,32.544903,2162.3342,80.006256,412.29865,1316.1975,55.52616,13.961758,878.9969,781.067,2276.2588,96.86953 +2023-09-05 04:00:00,0.0,17045.92,370.82806,42.570713,51.500328,39.837376,200.28587,30.847427,49.684216,21.952845,28.698227,1335.6903,161.196,18.966358,183.74445,0.4482724,0.007865641,29.959732,0.23426586,0.10839247,410.0086,0.12609537,449.22205,56.78035,0.14265843,0.18123107,140.66641,21.05342,49.00926,93.4074,25984.422,0.033490144,2075.351,0.25757885,0.08918116,0.04006463,0.16169114,174.00116,204.93535,22.0699,145.5,35.966434,46.689766,2281.4949,1.7261114,155.11147,80.601814,442.49255,55.043888,420.92188,39.842827,181.31996,0.0,1934.7263,8447.968,19.47774,558.129,121.50054,38992.082,120.32883,17.24782,50.292988,171.36966,41.013634,18.480469,92.875,1390.3143,318.8854,53.394234,13.585505,12.474742,422.34293,57.325657,830.9783,95.727776,2582.95,323.15555,232.9205,102.83383,141.52237,5.875936,8.815474,9.523588,2.1834304,1.5165706,79.71172,88.625854,94.36956,49.00493,45.51667,121.00397,11.684485,2957.7568,35.842335,50.4375,38.235664,32.701496,266.67593,74.30627,59.618057,10.27383,29.460331,51.261517,205.8454,556.1667,87.906944,308.67593,71.057304,88.75039,248.80699,169.12848,885.7006,149.11324,5.3787227,9.118055,4.5183334,55.874355,19025.824,3.3833518,33.47494,52.486805,39.4616,322.00055,67.30648,145.67513,1.6550001,128.11319,456.66373,241.01958,149.54953,459.50455,35.460186,95.304474,138.45494,9.993889,1.7390342,11.19766,923.87384,0.05505817,0.2243611,51.938427,8.091627,3.719115,4.006502,9.637749,82.06571,29.141666,92.8954,573.0084,254.77272,2291.956,1905.4456,32.139805,57.667824,9654.638,7.584995,102.13657,753.3372,194.375,272.10138,109.68056,645.6648,901.2806,482.8118,29.880953,154.22037,957.0286,1843.841,81.418434,949.87103,104.12454,1.0516396,59.793938,0.8627913,0.53001165,2.4290583,73.083145,187.21167,159.40778,13.843518,2023.015,452.9491,217.53572,311.05554,112.07936,79.833336,84.93287,81.83195,89.05556,708.6757,241.85912,136.85568,92.301544,26.31736,144.09523,131.74074,21.50482,508.01343,141.6,1776.799,32.5416,2161.341,79.99807,412.19775,1315.1696,55.485004,13.970583,878.9129,781.1539,2275.6958,96.92787 +2023-09-05 05:00:00,0.0,17039.035,370.80582,42.61718,51.5308,39.872475,200.40224,30.859493,49.71023,21.95917,28.716654,1336.3911,161.13815,18.975245,183.79015,0.44780287,0.007943898,29.96681,0.23405853,0.108448654,410.29153,0.12602532,449.40802,56.8284,0.14255205,0.181032,140.71887,21.069338,49.02824,93.43511,25968.492,0.033502463,2075.341,0.25804803,0.089109056,0.040154908,0.16152938,174.07158,205.05797,22.06999,145.4625,35.972183,46.64958,2281.2888,1.7255012,154.98824,80.53583,442.4621,55.009777,421.0041,39.81466,181.1886,0.0,1933.5889,8442.804,19.452005,557.9081,121.426186,38983.426,120.227875,17.225466,50.24711,171.17154,40.97415,18.457203,92.763985,1389.4316,318.95676,53.35754,13.567966,12.4650135,421.95612,57.26636,830.07886,95.83305,2582.7808,323.56113,232.74136,102.925026,141.96979,5.874989,8.813519,9.527193,2.1847332,1.5182326,79.66965,88.59037,94.36562,48.97669,45.50645,120.93359,11.683369,2958.967,35.830734,50.396873,38.20681,32.67512,266.61435,74.271515,59.564236,10.268304,29.446583,51.22837,205.6831,555.632,87.870766,308.53192,71.01784,88.655876,248.6304,168.9985,885.1443,149.02045,5.37307,9.114236,4.5214167,55.89518,19018.932,3.3807788,33.463837,52.472675,39.43642,321.8435,67.29921,145.61139,1.6553982,128.09732,456.60315,240.98027,149.47919,459.44385,35.46912,95.28636,138.45203,9.996305,1.7397678,11.202383,923.7076,0.055035673,0.22450139,51.96192,8.099129,3.7229216,4.0125036,9.647823,82.06404,29.157084,92.953,573.1393,254.89772,2292.585,1905.6996,32.15857,57.692417,9650.772,7.587378,102.18252,753.27637,194.43625,272.1659,109.70861,645.96545,901.21075,482.82947,29.879763,154.24658,956.63556,1843.0262,81.41728,949.6119,104.12262,1.0518041,59.77887,0.8628447,0.5302279,2.4291792,73.05005,187.27757,159.29265,13.849954,2021.538,452.75024,217.49107,310.9986,112.00516,79.791664,84.85053,81.866936,88.96111,708.0875,241.74057,136.6912,92.22364,26.336285,143.99904,131.67564,21.491474,507.71512,141.52188,1775.2028,32.538296,2160.3481,79.98988,412.09686,1314.1416,55.44385,13.979408,878.8289,781.24066,2275.1328,96.986206 +2023-09-05 06:00:00,0.0,17032.15,370.78354,42.663643,51.561275,39.907578,200.5186,30.871561,49.736248,21.965496,28.735079,1337.0919,161.08029,18.984129,183.83583,0.44733334,0.008022155,29.97389,0.23385118,0.10850484,410.57446,0.12595528,449.59396,56.87645,0.14244567,0.18083295,140.77133,21.085257,49.047222,93.46282,25952.562,0.033514783,2075.331,0.25851724,0.08903696,0.040245183,0.1613676,174.14201,205.1806,22.07008,145.425,35.977932,46.60939,2281.0828,1.7248908,154.865,80.46985,442.43167,54.975666,421.0863,39.78649,181.05722,0.0,1932.4512,8437.639,19.426271,557.68713,121.35184,38974.773,120.12692,17.203112,50.20123,170.97343,40.934666,18.433939,92.65298,1388.549,319.02814,53.320847,13.550428,12.455285,421.56927,57.207066,829.1795,95.93833,2582.6118,323.96667,232.56224,103.01622,142.4172,5.874042,8.8115635,9.530797,2.1860356,1.5198947,79.62758,88.55488,94.361694,48.948452,45.49623,120.86322,11.682253,2960.177,35.819134,50.35625,38.17796,32.64875,266.5528,74.23676,59.510418,10.262778,29.432835,51.19522,205.52081,555.09735,87.83459,308.3879,70.97837,88.56136,248.4538,168.86855,884.58795,148.92766,5.367417,9.110416,4.5245,55.916,19012.04,3.3782055,33.45273,52.45854,39.41124,321.68646,67.29195,145.54764,1.6557964,128.08145,456.54257,240.94096,149.40883,459.38312,35.478054,95.26824,138.44913,9.998722,1.7405014,11.207105,923.5413,0.05501318,0.22464167,51.985416,8.10663,3.7267282,4.0185056,9.657899,82.06238,29.1725,93.0106,573.27,255.02272,2293.2139,1905.9537,32.177338,57.717014,9646.906,7.5897613,102.22847,753.2156,194.4975,272.2304,109.736664,646.2661,901.1409,482.84714,29.87857,154.27278,956.24243,1842.2117,81.41613,949.3527,104.1207,1.0519686,59.763798,0.8628981,0.5304441,2.4293003,73.016945,187.34349,159.1775,13.856389,2020.0608,452.5514,217.44643,310.94168,111.930954,79.75,84.768196,81.90192,88.86667,707.49927,241.62202,136.5267,92.145744,26.355207,143.90285,131.61055,21.47813,507.4168,141.44377,1773.6064,32.534992,2159.355,79.9817,411.99597,1313.1138,55.4027,13.988234,878.74493,781.32745,2274.5698,97.04455 +2023-09-05 07:00:00,0.0,17025.264,370.7613,42.710106,51.591747,39.942677,200.63496,30.883627,49.762264,21.97182,28.753506,1337.7928,161.02245,18.993015,183.88153,0.4468638,0.008100411,29.98097,0.23364384,0.108561024,410.8574,0.12588523,449.7799,56.924496,0.14233929,0.1806339,140.82378,21.101175,49.066204,93.49053,25936.633,0.033527106,2075.321,0.2589864,0.08896486,0.040335458,0.16120581,174.21243,205.30324,22.070171,145.3875,35.983677,46.569202,2280.877,1.7242806,154.74178,80.40387,442.40125,54.941555,421.16852,39.758327,180.92586,0.0,1931.3137,8432.474,19.400537,557.4661,121.27749,38966.117,120.02597,17.180756,50.15535,170.77533,40.895184,18.410673,92.54196,1387.6664,319.0995,53.284153,13.532891,12.445556,421.18246,57.147766,828.2801,96.04361,2582.4426,324.37222,232.38312,103.107414,142.86462,5.873095,8.809608,9.534402,2.187338,1.5215569,79.5855,88.519394,94.357765,48.92021,45.486015,120.79285,11.681136,2961.3872,35.80753,50.315624,38.149105,32.62238,266.4912,74.20201,59.456596,10.257252,29.419088,51.16207,205.35852,554.56274,87.7984,308.24393,70.9389,88.46685,248.27719,168.73857,884.0316,148.83487,5.361764,9.106597,4.5275836,55.93682,19005.146,3.3756325,33.441624,52.444412,39.38606,321.52942,67.284676,145.48389,1.6561944,128.06558,456.482,240.90167,149.33849,459.32242,35.486988,95.25013,138.44623,10.001139,1.741235,11.211827,923.37506,0.054990683,0.22478195,52.00891,8.114133,3.7305348,4.024507,9.667974,82.06071,29.187918,93.06819,573.4008,255.14772,2293.8425,1906.2078,32.196102,57.741608,9643.041,7.5921445,102.27442,753.1548,194.55875,272.29492,109.764725,646.5667,901.0711,482.8648,29.87738,154.29898,955.84937,1841.397,81.41498,949.09357,104.118774,1.052133,59.74873,0.86295146,0.53066033,2.4294212,72.98384,187.40941,159.06238,13.862824,2018.5836,452.35254,217.40178,310.88474,111.85674,79.708336,84.68585,81.936905,88.772224,706.911,241.50346,136.36223,92.06784,26.37413,143.80666,131.54546,21.464785,507.1185,141.36566,1772.0103,32.53169,2158.362,79.97351,411.89505,1312.0858,55.361546,13.997058,878.66095,781.4143,2274.007,97.10289 +2023-09-05 08:00:00,0.0,17018.379,370.73904,42.756573,51.622223,39.97778,200.75131,30.895693,49.78828,21.978146,28.771933,1338.4937,160.96458,19.001902,183.92723,0.44639426,0.008178667,29.988049,0.2334365,0.1086172,411.1403,0.12581518,449.96585,56.972546,0.14223291,0.18043485,140.87624,21.117094,49.085186,93.51825,25920.705,0.033539426,2075.311,0.25945562,0.08889276,0.040425733,0.16104405,174.28287,205.42587,22.070261,145.35,35.989426,46.52901,2280.671,1.7236704,154.61855,80.33788,442.37082,54.907444,421.25073,39.73016,180.7945,0.0,1930.176,8427.31,19.374804,557.2452,121.20314,38957.465,119.92502,17.158401,50.10947,170.57721,40.8557,18.38741,92.430954,1386.7837,319.17084,53.24746,13.515353,12.435827,420.79562,57.08847,827.38074,96.14889,2582.2737,324.77777,232.20398,103.19861,143.31204,5.872148,8.807653,9.538007,2.1886406,1.523219,79.543434,88.483894,94.353836,48.891975,45.475796,120.72247,11.680019,2962.5972,35.79593,50.275,38.12025,32.596004,266.42963,74.16726,59.40278,10.251726,29.40534,51.12892,205.19623,554.0281,87.76222,308.0999,70.89943,88.37234,248.10059,168.60861,883.4753,148.74207,5.3561115,9.1027775,4.530667,55.957645,18998.254,3.3730593,33.430515,52.43028,39.360878,321.37238,67.277405,145.42015,1.6565926,128.04971,456.42142,240.86237,149.26813,459.2617,35.495926,95.23202,138.44331,10.003555,1.7419686,11.216549,923.2088,0.05496819,0.22492222,52.03241,8.1216345,3.7343411,4.0305085,9.67805,82.05904,29.203333,93.125786,573.5316,255.27272,2294.4714,1906.4618,32.21487,57.7662,9639.176,7.5945277,102.320366,753.094,194.62,272.35944,109.79278,646.8674,901.0013,482.8825,29.87619,154.3252,955.45624,1840.5824,81.413826,948.8344,104.11686,1.0522975,59.73366,0.86300486,0.5308765,2.4295423,72.950745,187.47533,158.94724,13.869259,2017.1066,452.15372,217.35715,310.8278,111.78254,79.666664,84.603516,81.97189,88.67778,706.32275,241.38492,136.19774,91.98994,26.393055,143.71046,131.48038,21.451439,506.8202,141.28754,1770.414,32.528385,2157.369,79.96532,411.79416,1311.0579,55.32039,14.005883,878.57697,781.5011,2273.444,97.161224 +2023-09-05 09:00:00,0.0,17011.494,370.71677,42.803036,51.652695,40.01288,200.86768,30.907759,49.814293,21.984472,28.79036,1339.1945,160.90674,19.010788,183.97292,0.44592473,0.008256923,29.995129,0.23322916,0.10867339,411.42322,0.12574515,450.15182,57.020596,0.14212655,0.1802358,140.9287,21.133013,49.104168,93.54596,25904.775,0.033551745,2075.301,0.2599248,0.08882065,0.04051601,0.16088225,174.3533,205.5485,22.07035,145.3125,35.995174,46.488823,2280.465,1.7230601,154.4953,80.271904,442.3404,54.873333,421.33295,39.701992,180.66313,0.0,1929.0386,8422.145,19.349068,557.02423,121.128784,38948.812,119.82406,17.136047,50.06359,170.3791,40.816216,18.364143,92.31994,1385.901,319.2422,53.210766,13.497815,12.426098,420.4088,57.029175,826.4813,96.254166,2582.1045,325.18335,232.02486,103.28981,143.75946,5.871201,8.805698,9.541612,2.1899433,1.524881,79.50136,88.44841,94.34991,48.863735,45.46558,120.6521,11.678903,2963.8074,35.78433,50.234375,38.0914,32.569633,266.36807,74.13251,59.348957,10.2462,29.391592,51.09577,205.03394,553.4934,87.72604,307.95593,70.85996,88.27783,247.92398,168.47865,882.91895,148.64928,5.3504586,9.098958,4.53375,55.978466,18991.361,3.3704863,33.41941,52.416145,39.335697,321.21533,67.27014,145.3564,1.6569908,128.03386,456.36084,240.82306,149.19778,459.201,35.50486,95.2139,138.4404,10.005972,1.7427022,11.2212715,923.04254,0.054945692,0.2250625,52.055904,8.129137,3.7381477,4.0365105,9.688125,82.057365,29.21875,93.18339,573.66235,255.39772,2295.1,1906.7158,32.233635,57.7908,9635.311,7.596911,102.36632,753.0332,194.68124,272.42395,109.82083,647.168,900.93146,482.90018,29.875,154.3514,955.0632,1839.7677,81.41267,948.5753,104.11494,1.0524619,59.718594,0.86305827,0.53109276,2.4296632,72.91764,187.54124,158.8321,13.875694,2015.6294,451.95486,217.3125,310.77084,111.708336,79.625,84.52118,82.00688,88.583336,705.73456,241.26636,136.03325,91.91204,26.411978,143.61427,131.41528,21.438095,506.52188,141.20943,1768.8177,32.52508,2156.376,79.95713,411.69327,1310.0299,55.279236,14.0147085,878.493,781.5879,2272.881,97.21957 +2023-09-05 10:00:00,0.0,17004.61,370.69452,42.8495,51.68317,40.04798,200.98404,30.919827,49.84031,21.990797,28.808784,1339.8953,160.84888,19.019672,184.01862,0.4454552,0.00833518,30.002209,0.23302183,0.10872957,411.70615,0.1256751,450.33777,57.068645,0.14202017,0.18003674,140.98116,21.148932,49.123146,93.57367,25888.846,0.03356407,2075.291,0.260394,0.08874855,0.040606286,0.16072048,174.42372,205.67113,22.07044,145.275,36.00092,46.448635,2280.259,1.7224499,154.37207,80.205925,442.30994,54.839222,421.41516,39.673824,180.53175,0.0,1927.9009,8416.9795,19.323334,556.8032,121.054436,38940.156,119.72311,17.113693,50.01771,170.18098,40.776733,18.340878,92.20892,1385.0183,319.31354,53.17407,13.480277,12.416369,420.022,56.96988,825.582,96.35944,2581.9355,325.5889,231.84573,103.381004,144.20688,5.870254,8.803743,9.545217,2.1912458,1.5265431,79.45929,88.41292,94.34598,48.8355,45.45536,120.581726,11.677786,2965.0173,35.772728,50.19375,38.062546,32.54326,266.3065,74.097755,59.29514,10.240674,29.377846,51.062622,204.87164,552.9588,87.689865,307.81192,70.820496,88.18332,247.74738,168.34868,882.3626,148.55649,5.3448057,9.095139,4.5368333,55.999287,18984.469,3.367913,33.408302,52.402016,39.310516,321.05832,67.26287,145.29265,1.6573889,128.01799,456.30026,240.78377,149.12743,459.14026,35.513794,95.195786,138.4375,10.0083885,1.7434359,11.225994,922.8763,0.054923195,0.22520277,52.0794,8.136639,3.7419543,4.042512,9.6982,82.055695,29.234167,93.24098,573.79315,255.52272,2295.729,1906.97,32.252403,57.81539,9631.444,7.5992947,102.41227,752.97235,194.74251,272.48846,109.84889,647.4687,900.8617,482.91785,29.87381,154.3776,954.6701,1838.9531,81.411514,948.31616,104.113014,1.0526264,59.703526,0.8631116,0.531309,2.4297843,72.88454,187.60716,158.71696,13.88213,2014.1522,451.756,217.26785,310.7139,111.634125,79.583336,84.43884,82.04186,88.48889,705.1463,241.14781,135.86876,91.83414,26.430902,143.5181,131.35019,21.42475,506.2236,141.1313,1767.2214,32.52178,2155.3828,79.948944,411.59235,1309.0021,55.238083,14.023534,878.409,781.67474,2272.318,97.27791 +2023-09-05 11:00:00,0.0,16997.725,370.67224,42.895966,51.713642,40.08308,201.1004,30.931892,49.866325,21.997124,28.827211,1340.5961,160.79103,19.028559,184.0643,0.44498566,0.008413437,30.009289,0.23281448,0.10878575,411.98907,0.12560505,450.5237,57.116695,0.14191379,0.17983769,141.0336,21.16485,49.142128,93.60138,25872.918,0.033576388,2075.281,0.26086318,0.08867645,0.04069656,0.16055869,174.49416,205.79376,22.070532,145.2375,36.006668,46.408447,2280.0532,1.7218397,154.24884,80.13994,442.27954,54.80511,421.49738,39.645657,180.40039,0.0,1926.7634,8411.814,19.2976,556.5823,120.98009,38931.504,119.622154,17.091337,49.971832,169.98288,40.73725,18.317614,92.097916,1384.1357,319.3849,53.137375,13.46274,12.406641,419.63516,56.910583,824.68256,96.46472,2581.7664,325.99445,231.66661,103.4722,144.6543,5.869307,8.801788,9.5488205,2.1925483,1.5282053,79.41721,88.37743,94.34205,48.80726,45.445145,120.51135,11.676669,2966.2275,35.761127,50.153126,38.03369,32.516888,266.2449,74.063,59.241318,10.235148,29.364098,51.029472,204.70935,552.42413,87.65368,307.6679,70.78103,88.088806,247.57077,168.21872,881.80634,148.4637,5.339153,9.091319,4.5399165,56.02011,18977.574,3.3653398,33.397198,52.387882,39.285336,320.90128,67.2556,145.22891,1.6577871,128.00212,456.2397,240.74446,149.05708,459.07956,35.52273,95.177666,138.4346,10.010805,1.7441695,11.230716,922.71,0.054900702,0.22534305,52.102894,8.14414,3.745761,4.0485134,9.708276,82.05403,29.249584,93.29858,573.92395,255.64772,2296.3577,1907.224,32.271168,57.83999,9627.579,7.601678,102.45821,752.91156,194.80376,272.55298,109.876945,647.76935,900.7919,482.93552,29.87262,154.4038,954.277,1838.1384,81.41036,948.057,104.11109,1.0527909,59.688454,0.863165,0.5315252,2.4299052,72.85143,187.67308,158.60184,13.888565,2012.6752,451.5572,217.22322,310.65695,111.55992,79.541664,84.35651,82.07685,88.39445,704.55804,241.02927,135.70428,91.75623,26.449825,143.4219,131.2851,21.411406,505.9253,141.05319,1765.6252,32.518475,2154.3896,79.94076,411.49146,1307.9741,55.196926,14.032358,878.325,781.76154,2271.7551,97.33625 +2023-09-05 12:00:00,0.0,16990.84,370.65,42.94243,51.744118,40.118183,201.21677,30.943958,49.89234,22.003448,28.845638,1341.297,160.73317,19.037445,184.11,0.44451615,0.008491693,30.016367,0.23260714,0.10884193,412.272,0.125535,450.70966,57.16474,0.1418074,0.17963864,141.08606,21.180769,49.16111,93.62909,25856.988,0.033588707,2075.271,0.2613324,0.088604346,0.040786836,0.16039692,174.56458,205.9164,22.070621,145.2,36.012417,46.368256,2279.8472,1.7212293,154.12561,80.07396,442.24908,54.771,421.5796,39.61749,180.26903,0.0,1925.626,8406.65,19.271866,556.3613,120.90574,38922.848,119.5212,17.068983,49.92595,169.78476,40.697765,18.294348,91.9869,1383.253,319.45624,53.10068,13.445202,12.396912,419.24835,56.851288,823.7832,96.57,2581.5974,326.4,231.48749,103.56339,145.10172,5.86836,8.799832,9.552425,2.193851,1.5298673,79.375145,88.341934,94.33812,48.779022,45.434925,120.44098,11.675552,2967.4375,35.749523,50.1125,38.004837,32.490517,266.18335,74.02825,59.1875,10.229622,29.35035,50.996323,204.54706,551.88947,87.6175,307.52393,70.741554,87.99429,247.39418,168.08875,881.25,148.37091,5.3335004,9.0875,4.543,56.04093,18970.682,3.3627667,33.38609,52.373753,39.260155,320.74423,67.24833,145.16516,1.6581852,127.986244,456.1791,240.70515,148.98672,459.01886,35.531666,95.15955,138.43169,10.013222,1.7449031,11.235438,922.54376,0.054878205,0.22548333,52.12639,8.151643,3.7495673,4.0545154,9.718351,82.05236,29.265001,93.35618,574.0547,255.77272,2296.9866,1907.478,32.289936,57.864582,9623.714,7.604061,102.504166,752.85077,194.865,272.6175,109.905,648.06995,900.72205,482.9532,29.87143,154.43001,953.8839,1837.3239,81.40921,947.79785,104.10917,1.0529553,59.673386,0.8632184,0.53174144,2.430026,72.81834,187.739,158.4867,13.8949995,2011.198,451.35834,217.17857,310.6,111.48572,79.5,84.27416,82.11184,88.3,703.9698,240.9107,135.5398,91.67834,26.46875,143.32571,131.22,21.39806,505.62698,140.97508,1764.0289,32.51517,2153.3967,79.93257,411.39056,1306.9462,55.155773,14.041183,878.241,781.8483,2271.1921,97.394585 +2023-09-05 13:00:00,0.0,16983.955,370.62775,42.98889,51.77459,40.153282,201.33313,30.956024,49.918358,22.009773,28.864065,1341.9978,160.67532,19.04633,184.1557,0.44404662,0.008569949,30.023447,0.23239979,0.10889812,412.5549,0.12546496,450.89563,57.21279,0.14170103,0.17943959,141.13852,21.196688,49.18009,93.6568,25841.059,0.03360103,2075.2607,0.26180157,0.08853225,0.040877115,0.16023515,174.63501,206.03903,22.070711,145.1625,36.018166,46.328068,2279.6414,1.7206191,154.00238,80.00797,442.21866,54.73689,421.6618,39.589325,180.13765,0.0,1924.4883,8401.485,19.246132,556.1403,120.83139,38914.195,119.42025,17.046629,49.88007,169.58665,40.658283,18.271084,91.87589,1382.3704,319.52762,53.063988,13.427664,12.387183,418.86154,56.791992,822.8838,96.67528,2581.4282,326.80554,231.30835,103.65459,145.54913,5.867413,8.797877,9.55603,2.1951535,1.5315294,79.33307,88.30645,94.33419,48.750786,45.42471,120.370605,11.674436,2968.6475,35.737923,50.071877,37.975986,32.46414,266.12177,73.9935,59.133682,10.224096,29.336603,50.963173,204.38477,551.35486,87.58132,307.3799,70.70209,87.89978,247.21758,167.95879,880.69366,148.27812,5.3278475,9.08368,4.5460835,56.061756,18963.79,3.3601935,33.374985,52.35962,39.234974,320.5872,67.241066,145.10141,1.6585834,127.97038,456.11853,240.66585,148.91638,458.95813,35.5406,95.14144,138.42877,10.015639,1.7456367,11.24016,922.3775,0.05485571,0.22562361,52.149883,8.159144,3.7533739,4.060517,9.728426,82.05069,29.280416,93.41377,574.18555,255.89772,2297.6152,1907.732,32.3087,57.889175,9619.848,7.6064444,102.55011,752.79,194.92625,272.682,109.93305,648.3706,900.6522,482.97086,29.870237,154.4562,953.4908,1836.5092,81.40806,947.5387,104.10725,1.0531198,59.658318,0.8632718,0.5319576,2.4301472,72.78523,187.80492,158.37155,13.901435,2009.7208,451.1595,217.13393,310.54306,111.41151,79.458336,84.191826,82.14682,88.20556,703.3816,240.79216,135.3753,91.60043,26.487673,143.22952,131.1549,21.384716,505.32867,140.89696,1762.4326,32.511868,2152.4036,79.924385,411.28967,1305.9182,55.11462,14.050009,878.15704,781.9352,2270.6292,97.45293 +2023-09-05 14:00:00,0.0,16977.07,370.60547,43.03536,51.805065,40.188385,201.4495,30.968092,49.94437,22.0161,28.882492,1342.6986,160.61746,19.055216,184.20139,0.44357708,0.008648206,30.030527,0.23219246,0.1089543,412.83783,0.12539491,451.08157,57.26084,0.14159465,0.17924052,141.19098,21.212606,49.199074,93.68451,25825.129,0.03361335,2075.2507,0.26227078,0.08846015,0.04096739,0.16007335,174.70543,206.16165,22.070803,145.125,36.02391,46.28788,2279.4353,1.7200089,153.87915,79.94199,442.18823,54.702778,421.74402,39.561157,180.00629,0.0,1923.3508,8396.32,19.220396,555.9194,120.757034,38905.54,119.3193,17.024275,49.83419,169.38855,40.6188,18.247818,91.76488,1381.4877,319.59897,53.027294,13.410126,12.377454,418.4747,56.732697,821.98444,96.780556,2581.2593,327.21112,231.12923,103.74578,145.99655,5.866466,8.795922,9.559635,2.196456,1.5331916,79.291,88.27096,94.33026,48.722546,45.41449,120.30023,11.673319,2969.8577,35.726322,50.03125,37.947132,32.43777,266.06018,73.95875,59.07986,10.21857,29.322855,50.930023,204.22247,550.8202,87.54514,307.2359,70.66262,87.80527,247.04097,167.82883,880.1373,148.18533,5.3221946,9.079861,4.5491667,56.082577,18956.896,3.3576205,33.363876,52.345486,39.209793,320.43015,67.233795,145.03767,1.6589816,127.95451,456.05795,240.62656,148.84602,458.89743,35.549538,95.12332,138.42587,10.018056,1.7463704,11.244883,922.21124,0.054833215,0.22576389,52.17338,8.166647,3.7571805,4.0665183,9.738502,82.04902,29.295834,93.47137,574.3163,256.02274,2298.2441,1907.9861,32.32747,57.913773,9615.982,7.6088276,102.59606,752.7292,194.9875,272.74652,109.96111,648.67126,900.5824,482.98853,29.869047,154.4824,953.0977,1835.6946,81.4069,947.27954,104.10533,1.0532843,59.64325,0.8633252,0.5321739,2.430268,72.75213,187.87083,158.25642,13.90787,2008.2438,450.96066,217.08928,310.4861,111.3373,79.416664,84.10949,82.18181,88.111115,702.79333,240.6736,135.21083,91.52253,26.506596,143.13333,131.08981,21.37137,505.03036,140.81885,1760.8364,32.508564,2151.4106,79.91619,411.18878,1304.8904,55.073467,14.058834,878.07306,782.022,2270.0662,97.51127 +2023-09-05 15:00:00,0.0,16970.186,370.58322,43.08182,51.83554,40.223488,201.56586,30.980158,49.970387,22.022425,28.900917,1343.3994,160.55962,19.064102,184.24709,0.44310755,0.008726462,30.037605,0.2319851,0.10901048,413.12076,0.12532486,451.26752,57.30889,0.14148827,0.17904148,141.24342,21.228525,49.218056,93.71222,25809.201,0.03362567,2075.2407,0.26273996,0.08838804,0.041057665,0.15991159,174.77586,206.28429,22.070892,145.0875,36.02966,46.247692,2279.2295,1.7193986,153.7559,79.876015,442.15778,54.668667,421.82623,39.53299,179.87492,0.0,1922.2131,8391.156,19.194662,555.6984,120.682686,38896.887,119.218346,17.001919,49.78831,169.19043,40.579315,18.224554,91.65387,1380.6051,319.67032,52.9906,13.392589,12.367725,418.0879,56.6734,821.085,96.88583,2581.09,327.61667,230.9501,103.83698,146.44397,5.865519,8.793967,9.563239,2.1977584,1.5348536,79.248924,88.23547,94.32633,48.69431,45.404274,120.22986,11.672202,2971.0676,35.71472,49.990623,37.918278,32.411396,265.99863,73.923996,59.026043,10.213044,29.309107,50.896873,204.06018,550.2855,87.50896,307.09192,70.62315,87.710754,246.86436,167.69885,879.581,148.09253,5.3165417,9.076041,4.55225,56.103397,18950.004,3.3550472,33.352768,52.331356,39.184616,320.2731,67.226524,144.97392,1.6593797,127.938644,455.99738,240.58725,148.77568,458.8367,35.55847,95.10521,138.42297,10.020473,1.747104,11.249605,922.045,0.05481072,0.22590417,52.196877,8.174149,3.760987,4.0725203,9.748577,82.047356,29.31125,93.52897,574.4471,256.14774,2298.8728,1908.2402,32.346233,57.938366,9612.117,7.611211,102.64201,752.66833,195.04875,272.81104,109.98917,648.9719,900.5126,483.0062,29.867857,154.50862,952.7046,1834.8799,81.40575,947.0204,104.10341,1.0534487,59.628178,0.8633785,0.53239006,2.4303892,72.719025,187.93675,158.14128,13.914306,2006.7666,450.7618,217.04465,310.42917,111.26309,79.375,84.02715,82.2168,88.01667,702.2051,240.55505,135.04634,91.44463,26.52552,143.03714,131.02472,21.358027,504.73206,140.74072,1759.2401,32.50526,2150.4175,79.908005,411.08786,1303.8624,55.03231,14.067658,877.9891,782.10876,2269.5032,97.5696 +2023-09-05 16:00:00,0.0,16963.3,370.56094,43.128284,51.866013,40.258587,201.68222,30.992224,49.996403,22.02875,28.919344,1344.1003,160.50175,19.072989,184.29279,0.442638,0.008804719,30.044685,0.23177777,0.109066665,413.4037,0.12525481,451.4535,57.35694,0.14138189,0.17884243,141.29588,21.244444,49.237038,93.73993,25793.271,0.033637993,2075.2307,0.26320916,0.08831594,0.04114794,0.15974979,174.8463,206.40692,22.070982,145.05,36.035408,46.2075,2279.0234,1.7187884,153.63268,79.81003,442.12738,54.634556,421.90845,39.50482,179.74356,0.0,1921.0757,8385.991,19.168928,555.4774,120.60834,38888.234,119.11739,16.979565,49.74243,168.99232,40.539833,18.201288,91.542854,1379.7224,319.74167,52.953907,13.375051,12.357996,417.70108,56.614105,820.18567,96.99111,2580.9211,328.02222,230.77098,103.92818,146.89139,5.8645725,8.792012,9.566844,2.1990612,1.5365157,79.20685,88.19998,94.3224,48.66607,45.394054,120.15948,11.671085,2972.2778,35.70312,49.95,37.889423,32.385025,265.93704,73.889244,58.97222,10.207518,29.295359,50.863724,203.89789,549.7509,87.47278,306.9479,70.58368,87.61624,246.68776,167.5689,879.02466,147.99974,5.3108892,9.072222,4.5553336,56.12422,18943.111,3.3524742,33.341663,52.317223,39.159435,320.1161,67.21926,144.91017,1.6597779,127.922775,455.9368,240.54794,148.70532,458.776,35.567406,95.08709,138.42006,10.022889,1.7478377,11.254327,921.8787,0.054788224,0.22604445,52.22037,8.18165,3.7647934,4.0785217,9.758653,82.045685,29.326668,93.58656,574.5779,256.27274,2299.5017,1908.4943,32.365,57.962963,9608.251,7.613594,102.68796,752.60754,195.11,272.87555,110.01722,649.2726,900.44275,483.02386,29.866667,154.53482,952.3115,1834.0653,81.404594,946.7613,104.10149,1.0536132,59.61311,0.86343193,0.5326063,2.43051,72.68593,188.00267,158.02615,13.920741,2005.2894,450.56296,217.0,310.37222,111.18889,79.333336,83.94482,82.25178,87.922226,701.6168,240.43651,134.88185,91.36673,26.544443,142.94095,130.95963,21.34468,504.43375,140.66261,1757.6439,32.501957,2149.4246,79.89982,410.98697,1302.8345,54.991158,14.076484,877.9051,782.1956,2268.9402,97.627945 +2023-09-05 17:00:00,0.0,16956.416,370.5387,43.17475,51.89649,40.29369,201.79858,31.00429,50.02242,22.035076,28.93777,1344.8011,160.44391,19.081873,184.33847,0.44216847,0.008882975,30.051765,0.23157044,0.10912285,413.6866,0.12518477,451.63943,57.404987,0.14127551,0.17864338,141.34834,21.260363,49.25602,93.76764,25777.342,0.033650313,2075.2207,0.26367834,0.08824384,0.04123822,0.15958802,174.91672,206.52956,22.071072,145.0125,36.041153,46.167313,2278.8174,1.7181782,153.50945,79.74405,442.09692,54.60044,421.99066,39.476654,179.61218,0.0,1919.9381,8380.826,19.143194,555.2565,120.53399,38879.58,119.01644,16.95721,49.696552,168.7942,40.50035,18.178024,91.43185,1378.8397,319.81302,52.917213,13.357512,12.348268,417.31424,56.55481,819.28625,97.09639,2580.752,328.42776,230.59186,104.01937,147.3388,5.8636255,8.790057,9.570449,2.2003636,1.5381778,79.16478,88.16449,94.318474,48.637833,45.38384,120.0891,11.669969,2973.4878,35.691517,49.909374,37.860573,32.35865,265.87546,73.85449,58.918404,10.201992,29.281612,50.830574,203.7356,549.21625,87.4366,306.8039,70.54421,87.521736,246.51115,167.43892,878.4683,147.90695,5.3052363,9.068403,4.558417,56.145042,18936.219,3.349901,33.330555,52.303093,39.134254,319.95905,67.21199,144.84642,1.6601759,127.906906,455.87622,240.50865,148.63498,458.71527,35.576344,95.06898,138.41714,10.025306,1.7485713,11.259049,921.71246,0.05476573,0.22618473,52.243866,8.189153,3.7686,4.084523,9.768728,82.044014,29.342083,93.64416,574.7087,256.39774,2300.1304,1908.7483,32.383766,57.987556,9604.386,7.615978,102.73391,752.54675,195.17125,272.94006,110.04528,649.57324,900.3729,483.04153,29.865477,154.56102,951.9184,1833.2506,81.40344,946.50214,104.09956,1.0537776,59.59804,0.86348534,0.5328225,2.4306312,72.652824,188.06857,157.91101,13.9271755,2003.8124,450.36414,216.95535,310.31528,111.114685,79.291664,83.86247,82.286766,87.827774,701.02856,240.31795,134.71736,91.288826,26.563368,142.84476,130.89453,21.331337,504.13544,140.58449,1756.0476,32.498653,2148.4314,79.89163,410.88608,1301.8065,54.950005,14.085309,877.8211,782.2824,2268.3772,97.68629 +2023-09-05 18:00:00,0.0,16949.531,370.51645,43.221214,51.92696,40.32879,201.91495,31.016357,50.04843,22.0414,28.956198,1345.502,160.38605,19.09076,184.38417,0.44169894,0.008961231,30.058844,0.23136309,0.10917903,413.9695,0.12511472,451.82538,57.453037,0.14116913,0.17844433,141.4008,21.276281,49.275,93.79535,25761.414,0.033662632,2075.2107,0.26414755,0.08817174,0.041328494,0.15942626,174.98715,206.65218,22.071163,144.975,36.0469,46.127125,2278.6116,1.7175679,153.38622,79.67806,442.0665,54.56633,422.07288,39.448486,179.48082,0.0,1918.8005,8375.662,19.11746,555.0355,120.45963,38870.926,118.91548,16.934856,49.650673,168.5961,40.460865,18.154758,91.32083,1377.9572,319.88437,52.88052,13.339974,12.338539,416.92743,56.495514,818.3869,97.20167,2580.583,328.83334,230.41273,104.110565,147.78622,5.8626785,8.788102,9.574054,2.201666,1.53984,79.1227,88.129,94.314545,48.609592,45.37362,120.01873,11.668852,2974.698,35.679916,49.86875,37.83172,32.33228,265.8139,73.81974,58.864582,10.196466,29.267864,50.797424,203.5733,548.6816,87.40042,306.6599,70.504745,87.42722,246.33455,167.30896,877.91205,147.81416,5.2995834,9.064584,4.5615,56.165863,18929.326,3.3473277,33.31945,52.28896,39.109074,319.802,67.20472,144.78268,1.6605741,127.89104,455.81564,240.46935,148.56462,458.65457,35.585278,95.050865,138.41425,10.027722,1.7493049,11.263772,921.5462,0.054743234,0.226325,52.26736,8.196654,3.7724066,4.090525,9.778803,82.04234,29.3575,93.70175,574.8394,256.52274,2300.7593,1909.0023,32.402534,58.01215,9600.5205,7.618361,102.77986,752.48596,195.2325,273.00458,110.07333,649.87384,900.3031,483.0592,29.864286,154.58722,951.5253,1832.436,81.40228,946.243,104.09764,1.0539421,59.582973,0.8635387,0.53303874,2.430752,72.61972,188.13449,157.79588,13.933611,2002.3352,450.16528,216.91072,310.25833,111.040474,79.25,83.780136,82.321754,87.73333,700.44037,240.1994,134.55289,91.21093,26.58229,142.74857,130.82944,21.317991,503.83713,140.50638,1754.4514,32.49535,2147.4385,79.883446,410.78516,1300.7787,54.908848,14.094134,877.7371,782.3692,2267.8142,97.74462 +2023-09-05 19:00:00,0.0,16942.646,370.49417,43.267677,51.957436,40.36389,202.03131,31.028423,50.074448,22.047728,28.974623,1346.2028,160.3282,19.099646,184.42987,0.4412294,0.009039488,30.065924,0.23115575,0.10923521,414.25244,0.12504467,452.01132,57.501087,0.14106275,0.17824526,141.45325,21.2922,49.29398,93.82306,25745.484,0.033674955,2075.2007,0.26461673,0.088099636,0.04141877,0.15926446,175.05757,206.77481,22.071253,144.9375,36.05265,46.086937,2278.4055,1.7169576,153.26299,79.61208,442.03607,54.53222,422.1551,39.420322,179.34946,0.0,1917.6631,8370.497,19.091724,554.8145,120.385284,38862.27,118.81453,16.9125,49.604794,168.39798,40.421383,18.131495,91.20982,1377.0745,319.95572,52.843822,13.322437,12.32881,416.54062,56.43622,817.4875,97.30694,2580.4138,329.2389,230.23361,104.20176,148.23364,5.8617315,8.786147,9.577658,2.2029688,1.541502,79.080635,88.093506,94.310616,48.581356,45.363403,119.94836,11.667735,2975.908,35.668316,49.828125,37.802864,32.30591,265.75232,73.78499,58.810764,10.19094,29.254116,50.764275,203.41101,548.1469,87.364235,306.5159,70.46527,87.33271,246.15794,167.179,877.3557,147.72137,5.293931,9.060764,4.5645833,56.186687,18922.434,3.3447547,33.308342,52.274826,39.083893,319.64496,67.19746,144.71893,1.6609722,127.87517,455.75507,240.43004,148.49428,458.59384,35.59421,95.032745,138.41135,10.030139,1.7500385,11.268494,921.37994,0.05472074,0.22646527,52.290855,8.204157,3.7762132,4.0965266,9.788878,82.04068,29.372917,93.75935,574.9702,256.64774,2301.388,1909.2565,32.4213,58.036747,9596.654,7.620744,102.825806,752.4252,195.29375,273.0691,110.10139,650.1745,900.2333,483.0769,29.863094,154.61343,951.1322,1831.6213,81.40113,945.9838,104.09572,1.0541066,59.567905,0.8635921,0.533255,2.4308732,72.586624,188.20041,157.68074,13.940046,2000.858,449.96643,216.86607,310.2014,110.96627,79.208336,83.6978,82.356735,87.638885,699.8521,240.08084,134.3884,91.133026,26.601215,142.65237,130.76436,21.304647,503.53885,140.42827,1752.8551,32.492046,2146.4453,79.87526,410.68427,1299.7507,54.867695,14.102959,877.65314,782.45605,2267.2512,97.80296 +2023-09-05 20:00:00,0.0,16935.762,370.47192,43.314144,51.987907,40.39899,202.14766,31.04049,50.100464,22.054052,28.99305,1346.9036,160.27034,19.10853,184.47556,0.44075987,0.009117744,30.073004,0.2309484,0.1092914,414.53537,0.12497463,452.1973,57.549137,0.14095637,0.17804621,141.5057,21.308119,49.31296,93.85077,25729.555,0.033687275,2075.1907,0.26508594,0.08802754,0.041509043,0.1591027,175.128,206.89745,22.071342,144.9,36.0584,46.046745,2278.1997,1.7163473,153.13976,79.546104,442.00565,54.498108,422.2373,39.392155,179.2181,0.0,1916.5255,8365.332,19.06599,554.59357,120.310936,38853.617,118.71358,16.890146,49.558914,168.19987,40.3819,18.108229,91.09881,1376.1918,320.02707,52.80713,13.304899,12.319081,416.15378,56.376923,816.58813,97.41222,2580.2449,329.64444,230.05449,104.29295,148.68106,5.8607845,8.784192,9.581263,2.2042713,1.5431641,79.03856,88.058014,94.30669,48.553116,45.353184,119.87798,11.666619,2977.1182,35.656715,49.7875,37.774014,32.279533,265.69073,73.75024,58.756943,10.185414,29.24037,50.731125,203.24872,547.6123,87.32806,306.3719,70.425804,87.2382,245.98135,167.04903,876.7994,147.62859,5.288278,9.056945,4.5676665,56.207508,18915.541,3.3421814,33.297237,52.260696,39.058712,319.4879,67.190186,144.65518,1.6613704,127.85931,455.6945,240.39075,148.42392,458.53314,35.603146,95.01463,138.40843,10.032556,1.7507721,11.273216,921.2137,0.054698244,0.22660555,52.314354,8.2116585,3.7800195,4.102528,9.798954,82.03901,29.388334,93.81695,575.101,256.77274,2302.0168,1909.5105,32.440067,58.06134,9592.789,7.6231275,102.87176,752.3644,195.355,273.1336,110.12944,650.47516,900.16345,483.09457,29.861904,154.63963,950.73914,1830.8068,81.39998,945.7247,104.0938,1.054271,59.552834,0.86364543,0.53347117,2.430994,72.55352,188.26633,157.5656,13.946482,1999.381,449.7676,216.82143,310.14444,110.89206,79.166664,83.61546,82.39172,87.54444,699.26385,239.9623,134.2239,91.05512,26.620138,142.55618,130.69926,21.291302,503.24054,140.35014,1751.2589,32.488743,2145.4521,79.867065,410.58337,1298.7228,54.82654,14.111784,877.56915,782.54285,2266.6882,97.861305 +2023-09-05 21:00:00,0.0,16928.877,370.44965,43.360607,52.018383,40.434093,202.26402,31.052555,50.12648,22.060377,29.011477,1347.6045,160.2125,19.117416,184.52126,0.44029033,0.009196001,30.080082,0.23074107,0.10934758,414.8183,0.12490459,452.38324,57.597187,0.14085,0.17784716,141.55817,21.324038,49.331944,93.87848,25713.625,0.033699594,2075.1807,0.2655551,0.08795544,0.041599322,0.15894091,175.19844,207.02008,22.071434,144.8625,36.064144,46.006557,2277.9937,1.7157371,153.01651,79.48012,441.97522,54.463997,422.31952,39.363987,179.08672,0.0,1915.388,8360.168,19.040257,554.3726,120.23659,38844.965,118.612625,16.867792,49.513035,168.00177,40.342415,18.084963,90.98779,1375.3091,320.09845,52.770435,13.287361,12.309352,415.76697,56.317623,815.6887,97.517494,2580.0757,330.05,229.87537,104.384155,149.12848,5.8598375,8.782237,9.5848675,2.2055738,1.5448263,78.99649,88.02253,94.30276,48.52488,45.342964,119.80761,11.665503,2978.3281,35.645115,49.746876,37.74516,32.253162,265.62918,73.715485,58.703125,10.179888,29.226622,50.697975,203.08643,547.07764,87.29188,306.2279,70.38634,87.143684,245.80475,166.91907,876.24304,147.5358,5.282625,9.053125,4.57075,56.22833,18908.648,3.3396084,33.28613,52.246563,39.03353,319.33087,67.182915,144.59145,1.6617686,127.84344,455.6339,240.35144,148.35358,458.47244,35.612083,94.99651,138.40552,10.034972,1.7515057,11.277938,921.0474,0.05467575,0.22674583,52.33785,8.21916,3.783826,4.10853,9.80903,82.03734,29.403751,93.87454,575.2318,256.89774,2302.6458,1909.7645,32.45883,58.085938,9588.924,7.6255107,102.91771,752.3035,195.41624,273.19812,110.1575,650.7758,900.0936,483.11224,29.860714,154.66583,950.346,1829.9921,81.39883,945.4655,104.09188,1.0544355,59.537766,0.86369884,0.5336874,2.431115,72.52042,188.33224,157.45047,13.952916,1997.9038,449.56876,216.77678,310.0875,110.817856,79.125,83.53313,82.42671,87.45,698.6756,239.84375,134.05943,90.97723,26.639061,142.45999,130.63417,21.277958,502.94223,140.27203,1749.6626,32.48544,2144.4592,79.85888,410.48248,1297.6948,54.78539,14.120609,877.48517,782.62964,2266.1252,97.91964 +2023-09-05 22:00:00,0.0,16921.992,370.4274,43.40707,52.048855,40.469193,202.38039,31.064623,50.152496,22.066704,29.029903,1348.3053,160.15463,19.126303,184.56694,0.4398208,0.009274257,30.087162,0.23053372,0.10940376,415.1012,0.12483454,452.56918,57.645237,0.14074361,0.17764811,141.61063,21.339956,49.350925,93.90619,25697.697,0.033711918,2075.1707,0.26602432,0.08788333,0.041689597,0.15877913,175.26886,207.1427,22.071524,144.825,36.069893,45.96637,2277.7878,1.7151269,152.89328,79.41414,441.94476,54.429886,422.40173,39.33582,178.95535,0.0,1914.2504,8355.003,19.014523,554.1516,120.16223,38836.31,118.51167,16.845438,49.467155,167.80365,40.302933,18.061699,90.876785,1374.4265,320.1698,52.73374,13.269824,12.2996235,415.38016,56.258327,814.78937,97.62277,2579.9067,330.45557,229.69623,104.47535,149.5759,5.8588905,8.780282,9.588472,2.2068763,1.5464883,78.954414,87.98704,94.29883,48.49664,45.33275,119.737236,11.664386,2979.538,35.63351,49.70625,37.716305,32.226788,265.5676,73.68073,58.649307,10.174362,29.212873,50.664825,202.92415,546.54297,87.2557,306.0839,70.34687,87.04917,245.62814,166.7891,875.6867,147.443,5.2769723,9.049306,4.5738335,56.249153,18901.756,3.3370352,33.275024,52.232433,39.00835,319.17383,67.175644,144.5277,1.6621667,127.82757,455.57333,240.31213,148.28322,458.4117,35.621017,94.9784,138.40262,10.037389,1.7522393,11.2826605,920.88116,0.054653253,0.22688611,52.361343,8.226663,3.7876327,4.1145315,9.819104,82.03567,29.419167,93.932144,575.3626,257.02274,2303.2744,1910.0186,32.4776,58.11053,9585.059,7.627894,102.96365,752.24274,195.47751,273.26263,110.185555,651.0765,900.0238,483.1299,29.859524,154.69205,949.95294,1829.1775,81.397675,945.20636,104.08996,1.0545999,59.522697,0.86375225,0.5339036,2.431236,72.48731,188.39816,157.33533,13.959352,1996.4266,449.3699,216.73215,310.03055,110.74365,79.083336,83.45078,82.4617,87.35555,698.0874,239.72519,133.89494,90.89932,26.657986,142.3638,130.56908,21.264612,502.64392,140.19391,1748.0664,32.482136,2143.466,79.85069,410.3816,1296.6669,54.744232,14.129435,877.4012,782.7165,2265.5623,97.97798 +2023-09-05 23:00:00,0.0,16915.107,370.40515,43.453537,52.07933,40.504295,202.49675,31.076689,50.17851,22.073029,29.04833,1349.0061,160.09679,19.13519,184.61264,0.43935126,0.009352514,30.094242,0.23032638,0.109459944,415.38412,0.124764495,452.75513,57.693283,0.14063723,0.17744905,141.66307,21.355875,49.369907,93.9339,25681.768,0.033724237,2075.1604,0.2664935,0.08781123,0.041779872,0.15861735,175.3393,207.26534,22.071613,144.7875,36.07564,45.92618,2277.5818,1.7145166,152.77005,79.34816,441.91437,54.395775,422.48395,39.30765,178.82399,0.0,1913.1128,8349.838,18.988789,553.93066,120.08788,38827.656,118.41072,16.823082,49.421276,167.60555,40.26345,18.038433,90.76577,1373.5438,320.24115,52.69705,13.252286,12.289895,414.99332,56.19903,813.88995,97.72805,2579.7375,330.8611,229.5171,104.56654,150.02332,5.8579435,8.778327,9.592077,2.208179,1.5481504,78.912346,87.95155,94.2949,48.468403,45.32253,119.66686,11.663269,2980.7483,35.62191,49.665627,37.68745,32.200417,265.506,73.64598,58.595486,10.168837,29.199127,50.63168,202.76186,546.00836,87.21951,305.9399,70.307396,86.95466,245.45154,166.65913,875.1304,147.3502,5.27132,9.045486,4.5769167,56.269974,18894.863,3.3344622,33.263916,52.2183,38.98317,319.0168,67.16838,144.46394,1.6625649,127.8117,455.51276,240.27283,148.21288,458.351,35.62995,94.96029,138.39972,10.039805,1.752973,11.287383,920.7149,0.05463076,0.22702639,52.38484,8.234164,3.7914393,4.120533,9.82918,82.034004,29.434584,93.98974,575.49335,257.14774,2303.9033,1910.2726,32.496365,58.135124,9581.192,7.6302776,103.009605,752.18195,195.53876,273.32715,110.21361,651.37714,899.954,483.14758,29.858334,154.71825,949.5598,1828.3628,81.396515,944.94727,104.088036,1.0547644,59.50763,0.8638056,0.53411984,2.431357,72.454216,188.46408,157.2202,13.965787,1994.9496,449.17108,216.6875,309.9736,110.66944,79.041664,83.36845,82.49668,87.26111,697.49915,239.60664,133.73045,90.82142,26.676908,142.26761,130.50398,21.251268,502.3456,140.1158,1746.4701,32.478832,2142.4731,79.84251,410.28067,1295.639,54.70308,14.138259,877.3172,782.8033,2264.9993,98.03632 +2023-09-06 00:00:00,0.0,16908.223,370.38287,43.5,52.109802,40.539394,202.61311,31.088755,50.204525,22.079353,29.066755,1349.7069,160.03893,19.144073,184.65834,0.43888173,0.00943077,30.10132,0.23011905,0.10951613,415.66705,0.124694444,452.9411,57.741333,0.14053085,0.17725,141.71553,21.371796,49.38889,93.96161,25665.838,0.033736557,2075.1504,0.2669627,0.08773913,0.041870147,0.15845557,175.40971,207.38797,22.071703,144.75,36.08139,45.88599,2277.376,1.7139064,152.64682,79.28217,441.8839,54.361664,422.56616,39.279488,178.69261,0.0,1911.9753,8344.673,18.963053,553.7097,120.013535,38819.0,118.30977,16.800728,49.375397,167.40742,40.22397,18.01517,90.65476,1372.6611,320.3125,52.660355,13.234748,12.280166,414.6065,56.139736,812.9906,97.83333,2579.5684,331.26666,229.33798,104.65774,150.47073,5.8569965,8.776372,9.595681,2.2094815,1.5498126,78.87027,87.91606,94.29097,48.440166,45.312313,119.59649,11.662152,2981.9583,35.61031,49.625,37.6586,32.174046,265.44446,73.61123,58.541668,10.16331,29.185379,50.59853,202.59956,545.4737,87.183334,305.7959,70.26793,86.86015,245.27493,166.52917,874.57404,147.25742,5.265667,9.041667,4.58,56.290794,18887.97,3.331889,33.252808,52.204166,38.95799,318.85977,67.16111,144.4002,1.662963,127.79583,455.45218,240.23354,148.14252,458.29028,35.63889,94.94217,138.3968,10.042222,1.7537066,11.292105,920.5486,0.054608263,0.22716667,52.408333,8.241667,3.7952456,4.126535,9.839255,82.03233,29.45,94.04733,575.62415,257.27274,2304.532,1910.5267,32.515133,58.15972,9577.327,7.632661,103.05556,752.12115,195.6,273.39166,110.24167,651.67773,899.88416,483.16525,29.857143,154.74445,949.16675,1827.5482,81.39536,944.6881,104.08611,1.0549289,59.49256,0.863859,0.53433603,2.431478,72.42111,188.53,157.10506,13.972222,1993.4724,448.97223,216.64285,309.91666,110.59524,79.0,83.28611,82.53167,87.166664,696.9109,239.4881,133.56596,90.743515,26.695833,142.17142,130.43889,21.237923,502.0473,140.03769,1744.8739,32.47553,2141.48,79.83432,410.17978,1294.6111,54.661926,14.147084,877.23315,782.8901,2264.4363,98.09466 +2023-09-06 01:00:00,0.0,16901.338,370.36063,43.546463,52.140278,40.574497,202.72948,31.10082,50.23054,22.08568,29.085182,1350.4078,159.98108,19.15296,184.70403,0.4384122,0.009509026,30.1084,0.2299117,0.109572314,415.94998,0.1246244,453.12704,57.789383,0.14042448,0.17705095,141.76799,21.387714,49.40787,93.98933,25649.91,0.03374888,2075.1404,0.26743189,0.08766703,0.041960426,0.1582938,175.48015,207.5106,22.071795,144.7125,36.087135,45.845802,2277.17,1.7132962,152.52359,79.216194,441.8535,54.327553,422.64838,39.25132,178.56125,0.0,1910.8378,8339.509,18.937319,553.4887,119.939186,38810.348,118.20882,16.778374,49.329517,167.20932,40.184483,17.991903,90.54375,1371.7786,320.38385,52.62366,13.21721,12.270437,414.21967,56.08044,812.0912,97.93861,2579.3994,331.6722,229.15884,104.74893,150.91815,5.8560495,8.774417,9.599286,2.210784,1.5514747,78.8282,87.88057,94.28704,48.411926,45.302094,119.526115,11.661036,2983.1685,35.59871,49.584373,37.629745,32.14767,265.38287,73.57648,58.487846,10.157784,29.17163,50.56538,202.43727,544.939,87.147156,305.6519,70.22846,86.76564,245.09833,166.3992,874.0177,147.16463,5.260014,9.0378475,4.5830836,56.31162,18881.078,3.329316,33.241703,52.190037,38.932808,318.70273,67.15384,144.33646,1.6633612,127.77996,455.3916,240.19423,148.07217,458.22958,35.647823,94.92406,138.39389,10.044639,1.7544402,11.296827,920.3823,0.05458577,0.22730695,52.43183,8.249168,3.7990522,4.1325364,9.849331,82.03066,29.465418,94.10493,575.75494,257.39774,2305.161,1910.7808,32.533897,58.184315,9573.462,7.635044,103.1015,752.06036,195.66125,273.45618,110.26972,651.9784,899.8144,483.18292,29.855953,154.77065,948.7737,1826.7335,81.39421,944.42896,104.0842,1.0550933,59.47749,0.8639124,0.5345523,2.431599,72.38801,188.59592,156.98993,13.978658,1991.9954,448.77338,216.59822,309.8597,110.521034,78.958336,83.20377,82.56666,87.07222,696.32263,239.36954,133.40149,90.66562,26.714756,142.07523,130.3738,21.224579,501.749,139.95956,1743.2776,32.472225,2140.487,79.826126,410.0789,1293.5831,54.620773,14.15591,877.1492,782.97687,2263.8733,98.153 +2023-09-06 02:00:00,0.0,16894.451,370.33835,43.59293,52.17075,40.609596,202.84584,31.112886,50.256557,22.092005,29.10361,1351.1086,159.92322,19.161846,184.74973,0.43794265,0.009587282,30.11548,0.22970437,0.10962849,416.2329,0.12455435,453.313,57.837433,0.1403181,0.1768519,141.82043,21.403633,49.426853,94.01704,25633.98,0.0337612,2075.1304,0.2679011,0.08759493,0.0420507,0.15813202,175.55058,207.63322,22.071884,144.675,36.092884,45.805614,2276.964,1.7126858,152.40036,79.15021,441.82306,54.29344,422.7306,39.223152,178.42989,0.0,1909.7002,8334.344,18.911585,553.26776,119.86484,38801.695,118.10786,16.75602,49.283638,167.0112,40.145,17.96864,90.43274,1370.8959,320.4552,52.586967,13.199673,12.260708,413.83286,56.021145,811.1918,98.043884,2579.2302,332.0778,228.97974,104.84013,151.36557,5.8551025,8.772462,9.602891,2.2120867,1.5531367,78.786125,87.84508,94.28311,48.38369,45.291878,119.45574,11.659919,2984.3784,35.587105,49.54375,37.60089,32.1213,265.32132,73.541725,58.43403,10.152258,29.157883,50.53223,202.27498,544.4044,87.11097,305.5079,70.188995,86.67113,244.92172,166.26924,873.4614,147.07184,5.254361,9.034028,4.586167,56.33244,18874.184,3.3267426,33.230595,52.175903,38.907627,318.5457,67.146576,144.2727,1.6637594,127.76409,455.33102,240.15492,148.00182,458.16885,35.656757,94.90594,138.39099,10.047055,1.7551738,11.301549,920.21606,0.054563273,0.22744723,52.455326,8.25667,3.8028588,4.1385384,9.859406,82.02899,29.480833,94.16253,575.88574,257.52274,2305.7896,1911.0348,32.552666,58.20891,9569.596,7.6374273,103.14745,751.9995,195.7225,273.5207,110.297775,652.27905,899.74457,483.2006,29.854761,154.79686,948.38055,1825.919,81.39306,944.1698,104.082275,1.0552578,59.46242,0.86396575,0.53476846,2.43172,72.354904,188.66183,156.87479,13.985092,1990.5182,448.57455,216.55357,309.80276,110.44682,78.916664,83.12144,82.60164,86.977776,695.73444,239.25099,133.237,90.587715,26.73368,141.97905,130.3087,21.211233,501.45068,139.88145,1741.6814,32.46892,2139.494,79.81794,409.97797,1292.5552,54.579617,14.164735,877.0652,783.0637,2263.3103,98.21134 +2023-09-06 03:00:00,0.0,16887.566,370.3161,43.639393,52.201225,40.6447,202.9622,31.124954,50.282574,22.098331,29.122036,1351.8094,159.86537,19.17073,184.79543,0.43747312,0.0096655395,30.122559,0.22949702,0.109684676,416.5158,0.12448431,453.49893,57.885483,0.14021172,0.17665285,141.8729,21.419552,49.44583,94.04475,25618.05,0.033773523,2075.1204,0.26837027,0.08752283,0.042140976,0.15797023,175.621,207.75586,22.071974,144.6375,36.098633,45.765423,2276.758,1.7120756,152.27713,79.08423,441.7926,54.25933,422.8128,39.194984,178.29852,0.0,1908.5626,8329.179,18.88585,553.0468,119.79048,38793.04,118.006905,16.733664,49.237755,166.81308,40.10552,17.945374,90.321724,1370.0132,320.52655,52.55027,13.182135,12.250979,413.44604,55.96185,810.2924,98.14916,2579.0613,332.48334,228.8006,104.93133,151.81299,5.8541555,8.770507,9.606496,2.2133892,1.5547988,78.74406,87.809586,94.27918,48.35545,45.28166,119.38537,11.658802,2985.5886,35.575504,49.503124,37.572037,32.094925,265.25974,73.50697,58.380207,10.146732,29.144136,50.49908,202.11269,543.86975,87.07479,305.3639,70.14952,86.576614,244.74513,166.13927,872.9051,146.97905,5.2487087,9.030209,4.58925,56.353264,18867.291,3.3241694,33.21949,52.161774,38.882446,318.38864,67.139305,144.20897,1.6641575,127.74823,455.27045,240.11563,147.93147,458.10815,35.665695,94.887825,138.38809,10.049472,1.7559074,11.306272,920.0498,0.05454078,0.22758749,52.47882,8.264173,3.8066654,4.14454,9.869481,82.02733,29.49625,94.22012,576.0165,257.64774,2306.4185,1911.2888,32.57143,58.233505,9565.73,7.6398106,103.1934,751.9387,195.78375,273.5852,110.325836,652.5797,899.67474,483.21826,29.85357,154.82306,947.9875,1825.1042,81.39191,943.91064,104.08035,1.0554223,59.447353,0.86401916,0.5349847,2.431841,72.32181,188.72775,156.75964,13.991528,1989.041,448.3757,216.50893,309.74582,110.37262,78.875,83.03909,82.63663,86.88333,695.1462,239.13243,133.07251,90.50981,26.752604,141.88286,130.2436,21.19789,501.1524,139.80333,1740.0851,32.46562,2138.501,79.80975,409.87708,1291.5273,54.538464,14.173559,876.9812,783.1505,2262.7473,98.26968 +2023-09-06 04:00:00,0.0,16880.682,370.29385,43.685856,52.231697,40.6798,203.07857,31.13702,50.308586,22.104656,29.140461,1352.5103,159.80751,19.179617,184.84111,0.43700358,0.009743796,30.129639,0.22928968,0.10974086,416.79874,0.124414265,453.6849,57.93353,0.14010535,0.17645378,141.92535,21.43547,49.464813,94.07246,25602.121,0.033785842,2075.1104,0.26883948,0.08745073,0.042231254,0.15780845,175.69144,207.8785,22.072063,144.6,36.104378,45.725235,2276.552,1.7114654,152.15388,79.01825,441.7622,54.22522,422.89502,39.166817,178.16714,0.0,1907.425,8324.015,18.860117,552.8258,119.71613,38784.387,117.90595,16.71131,49.191875,166.61499,40.066032,17.92211,90.21072,1369.1305,320.59793,52.513577,13.164597,12.241251,413.0592,55.902554,809.393,98.25444,2578.892,332.8889,228.62148,105.02252,152.2604,5.8532085,8.768552,9.6101,2.2146916,1.556461,78.70198,87.7741,94.27525,48.327213,45.271442,119.314995,11.657685,2986.7986,35.563904,49.4625,37.543186,32.068554,265.19815,73.47222,58.32639,10.141206,29.130388,50.46593,201.9504,543.3351,87.03861,305.21988,70.110054,86.4821,244.56853,166.00931,872.34875,146.88625,5.243056,9.026389,4.5923333,56.374084,18860.398,3.3215964,33.20838,52.14764,38.857265,318.2316,67.132034,144.14522,1.6645555,127.73236,455.20987,240.07632,147.86111,458.04742,35.67463,94.86971,138.38518,10.051888,1.756641,11.310994,919.88354,0.054518282,0.22772777,52.502316,8.271674,3.810472,4.1505413,9.879557,82.02566,29.511667,94.27772,576.1473,257.77274,2307.047,1911.543,32.5902,58.2581,9561.865,7.642194,103.23935,751.8779,195.845,273.64972,110.35389,652.8804,899.6049,483.23593,29.85238,154.84926,947.59436,1824.2897,81.39075,943.6515,104.07843,1.0555867,59.432285,0.86407256,0.53520095,2.431962,72.288704,188.79366,156.64452,13.997963,1987.564,448.17685,216.46428,309.6889,110.298416,78.833336,82.95676,82.671616,86.78889,694.5579,239.01389,132.90804,90.431915,26.771526,141.78667,130.17851,21.184544,500.8541,139.72522,1738.4888,32.462315,2137.5078,79.80157,409.77618,1290.4994,54.49731,14.1823845,876.8972,783.2373,2262.1843,98.32802 +2023-09-06 05:00:00,0.0,16873.797,370.27158,43.732323,52.262173,40.7149,203.19493,31.149086,50.334602,22.110981,29.158888,1353.211,159.74966,19.188503,184.88681,0.43653405,0.009822052,30.136719,0.22908233,0.10979704,417.08167,0.124344215,453.87085,57.98158,0.13999897,0.17625473,141.97781,21.45139,49.483795,94.10017,25586.193,0.033798162,2075.1003,0.26930866,0.08737862,0.04232153,0.15764667,175.76186,208.00113,22.072155,144.5625,36.110126,45.685047,2276.3462,1.7108551,152.03065,78.95226,441.73175,54.19111,422.97723,39.13865,178.03578,0.0,1906.2875,8318.85,18.834381,552.60486,119.641785,38775.73,117.805,16.688955,49.145996,166.41687,40.02655,17.898844,90.0997,1368.2479,320.66928,52.476883,13.1470585,12.231522,412.6724,55.843258,808.49365,98.35972,2578.7231,333.29443,228.44235,105.113716,152.70782,5.8522615,8.766596,9.613705,2.2159941,1.558123,78.65991,87.73861,94.271324,48.298973,45.261223,119.24462,11.656569,2988.0088,35.552303,49.421875,37.51433,32.042183,265.1366,73.43747,58.272568,10.13568,29.11664,50.43278,201.7881,542.8005,87.00243,305.0759,70.07059,86.38759,244.39192,165.87933,871.7924,146.79346,5.237403,9.02257,4.5954165,56.394905,18853.506,3.3190231,33.197277,52.133507,38.83209,318.0746,67.12477,144.08147,1.6649537,127.71649,455.14932,240.03702,147.79077,457.98672,35.683563,94.85159,138.38226,10.054305,1.7573746,11.315716,919.7173,0.05449579,0.22786805,52.52581,8.279177,3.8142784,4.1565433,9.889632,82.02399,29.527084,94.33532,576.2781,257.89774,2307.676,1911.797,32.608963,58.282696,9557.999,7.644577,103.2853,751.81714,195.90625,273.71423,110.38194,653.18097,899.5351,483.2536,29.85119,154.87547,947.2013,1823.475,81.389595,943.39233,104.07651,1.0557512,59.417217,0.8641259,0.53541714,2.432083,72.2556,188.85957,156.52937,14.004398,1986.0868,447.97803,216.41965,309.63196,110.224205,78.791664,82.87442,82.706604,86.69444,693.96967,238.89534,132.74355,90.35401,26.790451,141.69048,130.11342,21.171198,500.5558,139.64711,1736.8926,32.45901,2136.5146,79.79338,409.6753,1289.4714,54.456154,14.19121,876.81323,783.32416,2261.6213,98.38636 +2023-09-06 06:00:00,0.0,16866.912,370.24933,43.778786,52.29265,40.75,203.3113,31.161152,50.36062,22.117308,29.177315,1353.912,159.6918,19.19739,184.9325,0.4360645,0.009900308,30.143797,0.228875,0.10985322,417.3646,0.12427417,454.0568,58.02963,0.1398926,0.17605568,142.03026,21.467308,49.502777,94.12788,25570.264,0.033810485,2075.0903,0.26977786,0.08730652,0.042411804,0.1574849,175.83229,208.12375,22.072245,144.525,36.115875,45.64486,2276.1401,1.7102449,151.90742,78.886284,441.70132,54.156998,423.05945,39.110485,177.90442,0.0,1905.1499,8313.685,18.808647,552.3839,119.56744,38767.08,117.70405,16.666601,49.100117,166.21877,39.98707,17.87558,89.988686,1367.3652,320.74063,52.44019,13.129521,12.221793,412.28558,55.783962,807.59424,98.465,2578.554,333.7,228.26321,105.20491,153.15524,5.8513145,8.764641,9.61731,2.2172968,1.5597851,78.617836,87.703125,94.267395,48.270737,45.251007,119.17425,11.655452,2989.2188,35.540703,49.38125,37.485477,32.01581,265.075,73.40272,58.21875,10.130155,29.102894,50.39963,201.62581,542.2658,86.96625,304.9319,70.03112,86.293076,244.21532,165.74937,871.2361,146.70067,5.23175,9.01875,4.5985003,56.41573,18846.613,3.31645,33.18617,52.119377,38.806908,317.91754,67.1175,144.01773,1.6653519,127.70062,455.08875,239.99771,147.72043,457.926,35.692497,94.83348,138.37936,10.056723,1.7581083,11.320438,919.551,0.054473292,0.22800833,52.549305,8.286678,3.818085,4.1625447,9.899708,82.022316,29.5425,94.392914,576.4089,258.02274,2308.3047,1912.051,32.62773,58.30729,9554.134,7.6469607,103.331245,751.75635,195.9675,273.77875,110.409996,653.4816,899.4653,483.2713,29.85,154.90167,946.80817,1822.6604,81.38844,943.1332,104.074585,1.0559156,59.402145,0.8641793,0.5356334,2.432204,72.2225,188.92549,156.41425,14.010834,1984.6096,447.77917,216.375,309.575,110.15,78.75,82.79208,82.741585,86.6,693.3814,238.77678,132.57906,90.27611,26.809374,141.59428,130.04834,21.157854,500.25748,139.56898,1735.2963,32.455708,2135.5217,79.785194,409.5744,1288.4435,54.415,14.200035,876.72925,783.41095,2261.0583,98.444695 +2023-09-06 07:00:00,0.0,16860.027,370.22705,43.82525,52.32312,40.785103,203.42766,31.17322,50.386635,22.123632,29.195742,1354.6128,159.63396,19.206274,184.9782,0.435595,0.009978564,30.150877,0.22866765,0.10990941,417.6475,0.12420412,454.24277,58.07768,0.13978621,0.17585663,142.08272,21.483227,49.52176,94.15559,25554.334,0.033822805,2075.0803,0.27024704,0.08723442,0.04250208,0.15732312,175.90271,208.24638,22.072334,144.4875,36.121624,45.604668,2275.9343,1.7096347,151.7842,78.8203,441.6709,54.122887,423.14163,39.082317,177.77304,0.0,1904.0125,8308.5205,18.782913,552.1629,119.49308,38758.42,117.603096,16.644245,49.054237,166.02065,39.947582,17.852314,89.87768,1366.4825,320.81198,52.403496,13.111983,12.212064,411.89874,55.724667,806.6949,98.570274,2578.385,334.10556,228.08409,105.296104,153.60266,5.8503675,8.762686,9.620914,2.2185993,1.5614473,78.57577,87.66763,94.263466,48.242496,45.240788,119.103874,11.654335,2990.4287,35.5291,49.340626,37.456627,31.989435,265.01343,73.367966,58.164932,10.124628,29.089146,50.36648,201.46352,541.73114,86.93007,304.78787,69.991646,86.19856,244.03871,165.61942,870.67975,146.60788,5.2260976,9.014931,4.6015835,56.43655,18839.72,3.3138769,33.175064,52.105244,38.781727,317.7605,67.11023,143.95398,1.66575,127.68475,455.02817,239.95842,147.65007,457.8653,35.701435,94.81536,138.37646,10.059139,1.7588419,11.32516,919.38477,0.0544508,0.22814861,52.572803,8.29418,3.8218915,4.168546,9.909782,82.02065,29.557917,94.45051,576.5397,258.14774,2308.9336,1912.305,32.646496,58.331886,9550.269,7.649344,103.3772,751.69556,196.02875,273.84326,110.43806,653.7823,899.39545,483.28897,29.84881,154.92787,946.4151,1821.8457,81.38729,942.8741,104.07267,1.0560801,59.387077,0.86423266,0.5358496,2.432325,72.1894,188.99141,156.2991,14.017268,1983.1326,447.58032,216.33035,309.51807,110.07579,78.708336,82.70975,82.77657,86.505554,692.7932,238.65823,132.41457,90.19821,26.828299,141.4981,129.98325,21.144508,499.95917,139.49088,1733.7001,32.452404,2134.5286,79.777,409.47348,1287.4156,54.373848,14.208859,876.64526,783.49774,2260.4954,98.50304 +2023-09-06 08:00:00,0.0,16853.143,370.2048,43.871716,52.353596,40.8202,203.54402,31.185286,50.412647,22.12996,29.214169,1355.3136,159.5761,19.21516,185.0239,0.43512547,0.010056822,30.157957,0.22846031,0.10996559,417.93042,0.12413408,454.4287,58.12573,0.13967983,0.17565757,142.13518,21.499146,49.54074,94.1833,25538.406,0.033835124,2075.07,0.27071625,0.087162316,0.042592358,0.15716134,175.97314,208.36902,22.072426,144.45,36.12737,45.56448,2275.7283,1.7090243,151.66096,78.75432,441.64047,54.088776,423.22385,39.05415,177.64168,0.0,1902.8749,8303.355,18.75718,551.94196,119.41873,38749.77,117.502144,16.621891,49.008358,165.82254,39.9081,17.829048,89.76666,1365.5999,320.88333,52.366802,13.094445,12.202335,411.51193,55.66537,805.7955,98.67555,2578.2158,334.5111,227.90498,105.38731,154.05008,5.8494205,8.760731,9.624518,2.2199018,1.5631093,78.53369,87.63214,94.25954,48.21426,45.23057,119.0335,11.653218,2991.639,35.517498,49.3,37.427773,31.963064,264.95187,73.33321,58.11111,10.1191025,29.075397,50.333332,201.30122,541.1965,86.89389,304.6439,69.95218,86.10406,243.8621,165.48944,870.1234,146.51509,5.2204447,9.011111,4.6046667,56.45737,18832.828,3.3113039,33.163956,52.09111,38.756546,317.60345,67.10296,143.89023,1.6661482,127.668884,454.9676,239.91911,147.57973,457.8046,35.71037,94.79725,138.37355,10.061556,1.7595755,11.329883,919.2185,0.0544283,0.22828889,52.5963,8.301682,3.8256981,4.174548,9.919858,82.01898,29.573334,94.50811,576.6704,258.27274,2309.5623,1912.5591,32.665264,58.35648,9546.402,7.651727,103.42315,751.6347,196.09,273.90778,110.46611,654.08295,899.3256,483.30664,29.847618,154.95407,946.022,1821.0311,81.38613,942.6149,104.07075,1.0562446,59.37201,0.86428607,0.5360658,2.4324458,72.156296,189.05733,156.18398,14.023704,1981.6554,447.3815,216.28572,309.46112,110.00159,78.666664,82.6274,82.81156,86.41111,692.20496,238.53967,132.25009,90.12031,26.847221,141.4019,129.91815,21.131165,499.66086,139.41275,1732.1038,32.4491,2133.5356,79.768814,409.3726,1286.3877,54.332695,14.217685,876.5613,783.5846,2259.9324,98.56138 +2023-09-06 09:00:00,0.0,16846.258,370.18256,43.91818,52.384068,40.855305,203.66037,31.197351,50.438663,22.136284,29.232594,1356.0144,159.51825,19.224047,185.06958,0.43465593,0.010135078,30.165035,0.22825298,0.11002177,418.21335,0.12406403,454.61465,58.173775,0.13957345,0.17545852,142.18764,21.515064,49.559723,94.211006,25522.477,0.033847447,2075.06,0.27118543,0.08709022,0.042682633,0.15699956,176.04358,208.49165,22.072515,144.4125,36.133118,45.524292,2275.5225,1.7084141,151.53773,78.68834,441.61005,54.054665,423.30606,39.02598,177.51031,0.0,1901.7373,8298.19,18.731445,551.721,119.34438,38741.117,117.40119,16.599537,48.96248,165.62442,39.868618,17.805784,89.655655,1364.7173,320.95468,52.33011,13.076907,12.192607,411.12512,55.606075,804.8961,98.78083,2578.0469,334.91666,227.72586,105.4785,154.4975,5.8484735,8.758776,9.628123,2.2212045,1.5647714,78.491615,87.59665,94.25561,48.186024,45.220352,118.96313,11.6521015,2992.8489,35.505898,49.259377,37.39892,31.936691,264.8903,73.29846,58.057293,10.113576,29.061651,50.300182,201.13893,540.66187,86.85771,304.49988,69.91271,86.009544,243.6855,165.35948,869.56714,146.4223,5.214792,9.007292,4.60775,56.478195,18825.936,3.3087306,33.15285,52.07698,38.731365,317.4464,67.095695,143.82649,1.6665463,127.653015,454.907,239.8798,147.50937,457.74387,35.719303,94.77914,138.37064,10.063972,1.7603091,11.334605,919.05225,0.054405805,0.22842917,52.619793,8.309184,3.8295045,4.1805496,9.929934,82.01731,29.58875,94.565704,576.8012,258.39774,2310.1912,1912.8132,32.684032,58.381073,9542.537,7.6541104,103.46909,751.5739,196.15125,273.9723,110.49416,654.3836,899.2558,483.3243,29.846428,154.98029,945.6289,1820.2164,81.38498,942.3558,104.068825,1.056409,59.35694,0.8643395,0.536282,2.432567,72.12319,189.12325,156.06883,14.030139,1980.1782,447.18265,216.24107,309.40417,109.92738,78.625,82.54507,82.84654,86.316666,691.6167,238.42113,132.0856,90.042404,26.866144,141.30571,129.85306,21.117819,499.36255,139.33464,1730.5076,32.445797,2132.5425,79.76063,409.2717,1285.3597,54.29154,14.22651,876.4773,783.6714,2259.3694,98.61971 +2023-09-06 10:00:00,0.0,16839.373,370.16028,43.96464,52.414543,40.890404,203.77673,31.209417,50.46468,22.142609,29.25102,1356.7153,159.46039,19.232933,185.11528,0.4341864,0.010213334,30.172115,0.22804563,0.110077955,418.49628,0.123993985,454.8006,58.221825,0.13946708,0.17525947,142.24008,21.530983,49.578705,94.238716,25506.547,0.033859767,2075.05,0.27165464,0.08701812,0.042772908,0.15683778,176.114,208.61427,22.072605,144.375,36.138866,45.484104,2275.3164,1.7078038,151.41449,78.62235,441.5796,54.020554,423.38828,38.997814,177.37895,0.0,1900.5997,8293.025,18.70571,551.5,119.270035,38732.46,117.30023,16.577183,48.9166,165.42632,39.829132,17.782518,89.54464,1363.8346,321.02603,52.293415,13.05937,12.182878,410.73828,55.54678,803.9967,98.88611,2577.8777,335.32224,227.54672,105.569695,154.94492,5.8475266,8.756821,9.631728,2.222507,1.5664335,78.44955,87.56116,94.25167,48.157784,45.210133,118.89275,11.650986,2994.059,35.494297,49.21875,37.370064,31.910318,264.8287,73.26371,58.00347,10.10805,29.047903,50.267033,200.97664,540.1272,86.821526,304.35587,69.873245,85.91503,243.50891,165.2295,869.0108,146.32951,5.2091393,9.003472,4.6108336,56.499016,18819.043,3.3061574,33.141743,52.062847,38.706184,317.28937,67.088425,143.76274,1.6669445,127.63715,454.84644,239.84052,147.43903,457.68317,35.72824,94.76102,138.36774,10.066389,1.7610427,11.339327,918.886,0.05438331,0.22856945,52.643288,8.316687,3.833311,4.186551,9.940009,82.01564,29.604168,94.6233,576.932,258.52274,2310.82,1913.0673,32.702797,58.40567,9538.672,7.6564937,103.515045,751.5131,196.2125,274.0368,110.522224,654.68427,899.186,483.34198,29.845238,155.00648,945.2358,1819.4019,81.38383,942.0966,104.0669,1.0565735,59.341873,0.8643928,0.53649825,2.4326878,72.090096,189.18916,155.9537,14.036574,1978.7012,446.9838,216.19643,309.34723,109.85317,78.583336,82.46273,82.88153,86.22222,691.02844,238.30258,131.92111,89.96451,26.885069,141.20952,129.78796,21.104475,499.06424,139.25652,1728.9113,32.442493,2131.5496,79.75244,409.17078,1284.3318,54.250385,14.235335,876.3933,783.7582,2258.8064,98.678055 +2023-09-06 11:00:00,0.0,16832.488,370.13803,44.01111,52.445015,40.925507,203.8931,31.221485,50.490696,22.148935,29.269447,1357.4161,159.40254,19.241817,185.16098,0.43371686,0.01029159,30.179195,0.2278383,0.11013414,418.7792,0.123923935,454.98657,58.269875,0.1393607,0.17506042,142.29254,21.546902,49.597687,94.266426,25490.617,0.033872087,2075.04,0.2721238,0.08694602,0.042863183,0.15667601,176.18443,208.73691,22.072695,144.3375,36.14461,45.443913,2275.1106,1.7071936,151.29126,78.55637,441.5492,53.986443,423.4705,38.969646,177.24757,0.0,1899.4622,8287.861,18.679976,551.27905,119.19568,38723.81,117.19928,16.554827,48.87072,165.22821,39.78965,17.759254,89.43363,1362.9519,321.09738,52.25672,13.041832,12.173149,410.35147,55.48748,803.09735,98.99139,2577.7087,335.72778,227.3676,105.66089,155.39233,5.8465796,8.754866,9.635333,2.2238095,1.5680957,78.40747,87.52567,94.24774,48.129547,45.199917,118.82238,11.649869,2995.269,35.482697,49.178123,37.341213,31.883945,264.76715,73.22896,57.949654,10.102524,29.034155,50.233883,200.81435,539.5925,86.78535,304.21188,69.83377,85.82052,243.3323,165.09955,868.45447,146.23671,5.2034864,8.999653,4.613917,56.519836,18812.15,3.3035843,33.130634,52.048717,38.681004,317.13232,67.081154,143.69899,1.6673427,127.621284,454.78586,239.80121,147.36867,457.62244,35.737175,94.742905,138.36484,10.068806,1.7617763,11.344049,918.7197,0.054360814,0.22870973,52.666782,8.324188,3.8371177,4.192553,9.950085,82.01397,29.619583,94.68089,577.0628,258.64774,2311.4487,1913.3213,32.721565,58.430264,9534.807,7.658877,103.561,751.45233,196.27376,274.10132,110.55028,654.98486,899.11615,483.35965,29.844048,155.03268,944.8427,1818.5873,81.382675,941.83746,104.06498,1.0567379,59.3268,0.8644462,0.53671443,2.4328089,72.05699,189.25508,155.83856,14.043009,1977.224,446.78497,216.15178,309.29028,109.77897,78.541664,82.380394,82.91652,86.12778,690.44025,238.18402,131.75664,89.886604,26.903992,141.11333,129.72287,21.09113,498.76593,139.1784,1727.3151,32.43919,2130.5564,79.744255,409.0699,1283.3038,54.209232,14.24416,876.3093,783.84503,2258.2434,98.7364 +2023-09-06 12:00:00,0.0,16825.604,370.11575,44.05757,52.47549,40.960606,204.00946,31.233551,50.516712,22.15526,29.287874,1358.117,159.34468,19.250704,185.20667,0.43324733,0.010369847,30.186274,0.22763094,0.110190324,419.0621,0.12385389,455.17252,58.317924,0.13925432,0.17486137,142.345,21.56282,49.616665,94.294136,25474.69,0.03388441,2075.03,0.27259302,0.08687391,0.04295346,0.15651423,176.25485,208.85954,22.072786,144.3,36.15036,45.403725,2274.9045,1.7065834,151.16803,78.490395,441.51874,53.95233,423.5527,38.941483,177.11621,0.0,1898.3247,8282.696,18.654242,551.0581,119.12133,38715.152,117.09833,16.532473,48.82484,165.03009,39.750168,17.735989,89.32262,1362.0693,321.16876,52.220024,13.024294,12.16342,409.96466,55.428185,802.19794,99.096664,2577.5396,336.13333,227.18848,105.75208,155.83975,5.8456326,8.752911,9.638938,2.225112,1.5697577,78.3654,87.49018,94.24381,48.101307,45.189697,118.75201,11.648752,2996.4792,35.471092,49.1375,37.31236,31.857573,264.70557,73.19421,57.895832,10.096998,29.020407,50.200733,200.65205,539.0579,86.74917,304.06787,69.794304,85.726006,243.1557,164.96959,867.89813,146.14392,5.1978335,8.995833,4.617,56.54066,18805.258,3.301011,33.11953,52.034584,38.655823,316.9753,67.07389,143.63525,1.6677408,127.605415,454.72528,239.7619,147.29832,457.56174,35.74611,94.724785,138.36192,10.071222,1.76251,11.348771,918.55347,0.05433832,0.22884999,52.690277,8.33169,3.8409243,4.1985545,9.960159,82.01231,29.635,94.738495,577.1936,258.77274,2312.0776,1913.5753,32.74033,58.45486,9530.94,7.66126,103.60694,751.39154,196.335,274.16583,110.57833,655.2855,899.0463,483.37732,29.842857,155.0589,944.4496,1817.7726,81.38152,941.5783,104.06306,1.0569024,59.311733,0.86449957,0.5369307,2.4329298,72.02389,189.321,155.72342,14.049444,1975.7468,446.58612,216.10715,309.23334,109.70476,78.5,82.29806,82.9515,86.03333,689.852,238.06548,131.59215,89.8087,26.922916,141.01714,129.65778,21.077785,498.46765,139.1003,1725.7188,32.435886,2129.5635,79.73607,408.969,1282.276,54.16808,14.252985,876.22534,783.9318,2257.6804,98.79473 +2023-09-06 13:00:00,0.0,16818.719,370.0935,44.104034,52.505962,40.99571,204.12582,31.245617,50.542725,22.161585,29.3063,1358.8177,159.28683,19.25959,185.25237,0.4327778,0.010448103,30.193354,0.22742361,0.1102465,419.34503,0.12378384,455.35846,58.365974,0.13914794,0.1746623,142.39746,21.57874,49.635647,94.321846,25458.76,0.03389673,2075.02,0.2730622,0.08680181,0.043043736,0.15635245,176.32529,208.98218,22.072876,144.2625,36.15611,45.363537,2274.6987,1.7059731,151.0448,78.42441,441.4883,53.91822,423.63492,38.913315,176.98485,0.0,1897.1871,8277.531,18.628508,550.8371,119.04698,38706.5,116.997375,16.510118,48.77896,164.83197,39.710682,17.712725,89.21161,1361.1866,321.2401,52.18333,13.006757,12.153691,409.57782,55.36889,801.2986,99.20194,2577.3706,336.53888,227.00935,105.84328,156.28717,5.8446856,8.750956,9.642542,2.2264147,1.5714198,78.323326,87.4547,94.23988,48.07307,45.17948,118.68163,11.647635,2997.6892,35.45949,49.096874,37.283504,31.8312,264.64398,73.159454,57.842014,10.091473,29.00666,50.167583,200.48976,538.52325,86.71299,303.9239,69.75484,85.63149,242.9791,164.83961,867.3418,146.05113,5.1921806,8.992014,4.6200833,56.56148,18798.365,3.298438,33.10842,52.02045,38.630642,316.81827,67.06662,143.5715,1.668139,127.58955,454.6647,239.7226,147.22797,457.501,35.755047,94.70667,138.35901,10.073639,1.7632436,11.353494,918.3872,0.054315824,0.22899027,52.713776,8.339192,3.8447306,4.204556,9.970235,82.010635,29.650417,94.79609,577.32434,258.89774,2312.7063,1913.8295,32.759098,58.479454,9527.075,7.663644,103.65289,751.3307,196.39626,274.23035,110.60639,655.5862,898.9765,483.395,29.841667,155.0851,944.0565,1816.958,81.38036,941.31915,104.06114,1.0570669,59.296665,0.864553,0.5371469,2.4330509,71.99078,189.38692,155.60829,14.05588,1974.2698,446.38727,216.0625,309.1764,109.630554,78.458336,82.21571,82.98649,85.93889,689.26373,237.94691,131.42766,89.730804,26.94184,140.92094,129.59268,21.06444,498.16934,139.02217,1724.1226,32.432583,2128.5703,79.727875,408.8681,1281.248,54.126923,14.26181,876.14136,784.0186,2257.1174,98.85307 +2023-09-06 14:00:00,0.0,16811.834,370.07123,44.1505,52.536438,41.030807,204.24219,31.257683,50.56874,22.167912,29.324726,1359.5186,159.22897,19.268475,185.29805,0.43230826,0.01052636,30.200434,0.22721626,0.11030269,419.62796,0.1237138,455.5444,58.414024,0.13904156,0.17446326,142.4499,21.594658,49.65463,94.349556,25442.83,0.03390905,2075.01,0.2735314,0.08672971,0.04313401,0.15619066,176.39572,209.1048,22.072966,144.225,36.161858,45.32335,2274.4927,1.7053629,150.92157,78.35843,441.4579,53.88411,423.71713,38.885147,176.85347,0.0,1896.0496,8272.367,18.602774,550.61615,118.97263,38697.848,116.89642,16.487764,48.73308,164.63387,39.6712,17.689459,89.10059,1360.304,321.31146,52.146637,12.989219,12.143963,409.191,55.309593,800.3992,99.30722,2577.2014,336.94446,226.83023,105.93448,156.73459,5.8437386,8.749001,9.646147,2.2277172,1.573082,78.28126,87.419205,94.235954,48.04483,45.169262,118.61126,11.646519,2998.8994,35.44789,49.05625,37.25465,31.804829,264.58243,73.1247,57.788193,10.085946,28.992912,50.134434,200.32747,537.9886,86.6768,303.77988,69.71536,85.53698,242.80249,164.70966,866.78546,145.95834,5.186528,8.988194,4.6231666,56.582306,18791.473,3.2958648,33.097317,52.00632,38.60546,316.66122,67.05935,143.50775,1.6685371,127.57368,454.60413,239.6833,147.15762,457.4403,35.76398,94.68855,138.35611,10.076056,1.7639772,11.358216,918.22095,0.05429333,0.22913055,52.73727,8.346694,3.8485372,4.210558,9.98031,82.008965,29.665834,94.85368,577.45514,259.02274,2313.3352,1914.0835,32.777863,58.50405,9523.21,7.666027,103.69884,751.2699,196.4575,274.29486,110.634445,655.88684,898.9067,483.41266,29.840477,155.1113,943.6634,1816.1433,81.37921,941.06006,104.05922,1.0572313,59.281597,0.8646064,0.5373631,2.4331717,71.95769,189.45284,155.49315,14.062315,1972.7926,446.18845,216.01785,309.11945,109.55635,78.416664,82.13338,83.02148,85.844444,688.6755,237.82837,131.26317,89.6529,26.960764,140.82475,129.52759,21.051096,497.87103,138.94406,1722.5262,32.42928,2127.5771,79.71969,408.7672,1280.2201,54.08577,14.270636,876.0574,784.10547,2256.5544,98.911415 +2023-09-06 15:00:00,0.0,16804.95,370.04898,44.196964,52.56691,41.06591,204.35855,31.26975,50.594757,22.174236,29.343153,1360.2195,159.17113,19.27736,185.34375,0.43183872,0.010604616,30.207512,0.22700892,0.11035887,419.9109,0.123643756,455.73038,58.46207,0.13893518,0.17426421,142.50237,21.610577,49.67361,94.377266,25426.902,0.033921372,2075.0,0.27400059,0.086657606,0.043224286,0.15602888,176.46614,209.22743,22.073055,144.1875,36.167603,45.283157,2274.2866,1.7047526,150.79834,78.29244,441.42743,53.85,423.79935,38.85698,176.7221,0.0,1894.912,8267.202,18.577038,550.3952,118.898285,38689.19,116.79547,16.465408,48.687202,164.43576,39.631718,17.666195,88.98958,1359.4213,321.3828,52.109943,12.971681,12.134233,408.8042,55.250298,799.4998,99.4125,2577.0325,337.35,226.6511,106.02567,157.182,5.8427916,8.7470455,9.649752,2.2290196,1.574744,78.23918,87.38371,94.232025,48.016594,45.159046,118.540886,11.645402,3000.1094,35.43629,49.015625,37.2258,31.778456,264.52084,73.08995,57.734375,10.0804205,28.979164,50.101284,200.16518,537.454,86.640625,303.63586,69.675896,85.44247,242.62589,164.57968,866.2291,145.86555,5.1808753,8.984375,4.6262503,56.603127,18784.58,3.2932918,33.08621,51.992188,38.58028,316.50418,67.052086,143.44402,1.6689352,127.55781,454.54355,239.644,147.08727,457.37958,35.772915,94.67044,138.35321,10.078472,1.7647108,11.362938,918.0547,0.054270834,0.22927083,52.760765,8.354197,3.8523438,4.2165594,9.990386,82.00729,29.68125,94.911285,577.58594,259.14774,2313.9639,1914.3375,32.79663,58.528645,9519.344,7.6684103,103.74479,751.2091,196.51875,274.35938,110.6625,656.1875,898.8369,483.43033,29.839285,155.1375,943.2703,1815.3287,81.37806,940.8009,104.0573,1.0573958,59.26653,0.8646597,0.53757936,2.4332929,71.92458,189.51875,155.37802,14.06875,1971.3154,445.9896,215.97322,309.0625,109.48214,78.375,82.05104,83.05646,85.75,688.0873,237.70982,131.0987,89.575,26.979687,140.72856,129.4625,21.03775,497.57272,138.86594,1720.93,32.425976,2126.5842,79.7115,408.6663,1279.1921,54.044617,14.27946,875.9734,784.19226,2255.9915,98.96976 +2023-09-06 16:00:00,0.0,16798.064,370.02673,44.243427,52.597385,41.10101,204.47491,31.281816,50.620773,22.180563,29.36158,1360.9203,159.11327,19.286247,185.38945,0.4313692,0.0106828725,30.214592,0.22680157,0.11041505,420.19382,0.123573706,455.91632,58.51012,0.1388288,0.17406516,142.55482,21.626495,49.692593,94.40498,25410.973,0.03393369,2074.99,0.2744698,0.08658551,0.043314565,0.1558671,176.53658,209.35007,22.073147,144.15,36.17335,45.24297,2274.0808,1.7041423,150.6751,78.22646,441.39703,53.815887,423.88156,38.82881,176.59074,0.0,1893.7744,8262.037,18.551304,550.1742,118.82393,38680.54,116.69452,16.443054,48.641323,164.23764,39.59223,17.64293,88.87857,1358.5387,321.45416,52.07325,12.954143,12.124505,408.41736,55.191,798.6004,99.51778,2576.8633,337.75555,226.47197,106.11687,157.62943,5.8418446,8.7450905,9.653357,2.2303224,1.5764061,78.19711,87.34822,94.228096,47.988354,45.148827,118.47051,11.644285,3001.3193,35.42469,48.975,37.196945,31.752083,264.45926,73.0552,57.680557,10.074894,28.965418,50.068134,200.00288,536.9193,86.60445,303.49188,69.63643,85.34796,242.44928,164.44972,865.67285,145.77277,5.1752224,8.980556,4.6293335,56.623947,18777.686,3.2907186,33.075104,51.978058,38.5551,316.34714,67.044815,143.38026,1.6693333,127.54194,454.48297,239.60469,147.01692,457.31888,35.781853,94.65233,138.3503,10.080889,1.7654444,11.3676605,917.8884,0.05424834,0.22941111,52.78426,8.361698,3.8561504,4.222561,10.000461,82.00563,29.696667,94.96888,577.7167,259.27274,2314.5928,1914.5916,32.815395,58.553238,9515.479,7.6707935,103.79074,751.1483,196.58,274.4239,110.69055,656.4881,898.7671,483.448,29.838095,155.16371,942.87726,1814.514,81.37691,940.54175,104.055374,1.0575602,59.251457,0.86471313,0.53779554,2.4334137,71.89148,189.58466,155.26288,14.075185,1969.8384,445.79074,215.92857,309.00555,109.407936,78.333336,81.968704,83.091446,85.655556,687.499,237.59126,130.9342,89.4971,26.99861,140.63237,129.3974,21.024406,497.2744,138.78783,1719.3337,32.422672,2125.591,79.703316,408.5654,1278.1643,54.00346,14.288285,875.8894,784.27905,2255.4285,99.02809 +2023-09-06 17:00:00,0.0,16791.18,370.00446,44.289894,52.627857,41.136112,204.59128,31.293882,50.64679,22.186888,29.380007,1361.6211,159.05542,19.295134,185.43513,0.43089965,0.010761129,30.221672,0.22659424,0.110471234,420.4767,0.12350366,456.10226,58.55817,0.13872242,0.1738661,142.60728,21.642414,49.711575,94.43269,25395.043,0.03394601,2074.98,0.27493897,0.08651341,0.04340484,0.15570533,176.607,209.4727,22.073236,144.1125,36.1791,45.20278,2273.8748,1.7035321,150.55186,78.160484,441.36658,53.781776,423.96378,38.800644,176.45938,0.0,1892.637,8256.873,18.52557,549.95325,118.74958,38671.883,116.59357,16.4207,48.59544,164.03954,39.55275,17.619665,88.767555,1357.656,321.5255,52.036556,12.936605,12.114776,408.03055,55.131706,797.70105,99.623055,2576.6943,338.1611,226.29285,106.20806,158.07684,5.840898,8.743135,9.6569605,2.2316248,1.5780683,78.15504,87.31273,94.22417,47.960117,45.13861,118.40013,11.643168,3002.5295,35.413086,48.934376,37.16809,31.72571,264.3977,73.02045,57.626736,10.069368,28.95167,50.03499,199.84059,536.38464,86.56827,303.34787,69.59696,85.25345,242.27267,164.31976,865.1165,145.67998,5.1695695,8.976736,4.6324167,56.64477,18770.793,3.2881453,33.063995,51.963924,38.52992,316.1901,67.037544,143.31651,1.6697315,127.52608,454.4224,239.5654,146.94656,457.25818,35.790787,94.63421,138.34738,10.083305,1.766178,11.372383,917.72217,0.054225843,0.22955139,52.807755,8.3692,3.8599567,4.228563,10.010536,82.00396,29.712084,95.026474,577.84753,259.39774,2315.2214,1914.8456,32.834164,58.577835,9511.613,7.673177,103.836685,751.0875,196.64125,274.4884,110.71861,656.78876,898.69727,483.4657,29.836905,155.18991,942.48413,1813.6995,81.375755,940.2826,104.05345,1.0577247,59.23639,0.86476654,0.5380118,2.4335346,71.85838,189.65057,155.14775,14.08162,1968.3612,445.59192,215.88393,308.9486,109.33373,78.291664,81.88637,83.126434,85.56111,686.91077,237.47272,130.76971,89.4192,27.017534,140.53618,129.33232,21.01106,496.9761,138.70972,1717.7374,32.41937,2124.5981,79.69513,408.4645,1277.1364,53.962307,14.297111,875.8054,784.3659,2254.8655,99.08643 +2023-09-06 18:00:00,0.0,16784.295,369.9822,44.336357,52.658333,41.17121,204.70764,31.305948,50.672802,22.193213,29.398432,1362.3219,158.99756,19.304018,185.48083,0.4304301,0.010839385,30.228752,0.2263869,0.11052742,420.75964,0.12343361,456.2882,58.60622,0.13861604,0.17366704,142.65973,21.658333,49.730556,94.4604,25379.113,0.033958334,2074.9697,0.27540818,0.08644131,0.043495115,0.15554355,176.67743,209.59532,22.073326,144.075,36.184845,45.162594,2273.669,1.7029219,150.42863,78.0945,441.33615,53.747665,424.046,38.77248,176.328,0.0,1891.4994,8251.708,18.499836,549.7323,118.67523,38663.23,116.492615,16.398344,48.54956,163.84142,39.513268,17.5964,88.65655,1356.7733,321.59686,51.999863,12.919067,12.105047,407.64374,55.07241,796.80164,99.72833,2576.5251,338.56668,226.11372,106.299255,158.52426,5.839951,8.74118,9.660565,2.2329273,1.5797304,78.11297,87.27724,94.22024,47.931877,45.12839,118.32976,11.642052,3003.7395,35.401485,48.89375,37.13924,31.699337,264.33612,72.985695,57.572918,10.063842,28.937922,50.00184,199.6783,535.85004,86.53208,303.20386,69.55749,85.158936,242.09608,164.18979,864.5602,145.58717,5.163917,8.972917,4.6355,56.665592,18763.9,3.2855723,33.05289,51.94979,38.504738,316.03308,67.03027,143.25278,1.6701297,127.51021,454.36182,239.5261,146.87622,457.19745,35.79972,94.6161,138.34448,10.085722,1.7669116,11.377105,917.5559,0.05420335,0.22969167,52.83125,8.376702,3.8637633,4.2345643,10.020612,82.00229,29.7275,95.08407,577.9783,259.52274,2315.8503,1915.0997,32.85293,58.60243,9507.747,7.67556,103.88264,751.02673,196.7025,274.55292,110.746666,657.0894,898.62744,483.48337,29.835714,155.21611,942.09106,1812.8848,81.374596,940.02344,104.05153,1.0578892,59.22132,0.8648199,0.538228,2.4336557,71.82528,189.71649,155.03261,14.088056,1966.884,445.39307,215.83928,308.89166,109.25952,78.25,81.80402,83.16142,85.46667,686.3225,237.35416,130.60524,89.34129,27.036457,140.44,129.26723,20.997717,496.6778,138.63159,1716.1412,32.416065,2123.605,79.68694,408.3636,1276.1084,53.921154,14.305936,875.72144,784.4527,2254.3025,99.144775 +2023-09-06 19:00:00,0.0,16777.41,369.95993,44.38282,52.68881,41.206314,204.824,31.318016,50.69882,22.19954,29.416859,1363.0228,158.93971,19.312904,185.52654,0.42996058,0.010917642,30.23583,0.22617956,0.1105836,421.04257,0.12336357,456.47418,58.65427,0.13850966,0.173468,142.71219,21.674252,49.74954,94.48811,25363.186,0.033970654,2074.9597,0.27587736,0.0863692,0.04358539,0.15538177,176.74785,209.71796,22.073418,144.0375,36.190594,45.122402,2273.463,1.7023116,150.3054,78.02852,441.30573,53.713554,424.1282,38.744312,176.19664,0.0,1890.3618,8246.543,18.474102,549.5113,118.60088,38654.574,116.391655,16.37599,48.50368,163.64331,39.47378,17.573135,88.54553,1355.8907,321.66824,51.96317,12.901529,12.095319,407.2569,55.013115,795.9023,99.83361,2576.3562,338.97223,225.9346,106.39045,158.97168,5.839004,8.739225,9.66417,2.2342298,1.5813924,78.07089,87.24175,94.21631,47.90364,45.118176,118.259384,11.640935,3004.9497,35.389885,48.853127,37.110386,31.672966,264.27454,72.95094,57.519096,10.058316,28.924175,49.96869,199.516,535.31537,86.4959,303.05988,69.51802,85.06442,241.91948,164.05983,864.00385,145.49438,5.158264,8.969097,4.6385837,56.686413,18757.008,3.282999,33.041782,51.93566,38.479557,315.87604,67.02301,143.18903,1.6705278,127.49434,454.30124,239.48679,146.80586,457.13675,35.808655,94.59798,138.34158,10.088139,1.7676452,11.381827,917.38965,0.054180853,0.22983195,52.854748,8.384204,3.86757,4.240566,10.030687,82.00062,29.742918,95.14167,578.1091,259.64774,2316.479,1915.3538,32.871696,58.627026,9503.882,7.677943,103.92859,750.9659,196.76375,274.61743,110.77472,657.3901,898.5576,483.50104,29.834524,155.24232,941.69794,1812.0702,81.37344,939.7643,104.049614,1.0580536,59.206253,0.8648733,0.5384442,2.4337766,71.792175,189.78241,154.91747,14.094491,1965.407,445.1942,215.79465,308.83472,109.18532,78.208336,81.72169,83.1964,85.37222,685.7343,237.23561,130.44075,89.2634,27.055382,140.34381,129.20213,20.984371,496.3795,138.55348,1714.5449,32.41276,2122.612,79.67875,408.2627,1275.0804,53.88,14.31476,875.63745,784.5395,2253.7395,99.20311 +2023-09-06 20:00:00,0.0,16770.525,369.93768,44.429287,52.71928,41.241417,204.94037,31.330082,50.724834,22.205864,29.435286,1363.7236,158.88185,19.32179,185.57222,0.42949104,0.010995898,30.24291,0.22597222,0.11063978,421.3255,0.12329352,456.66013,58.702316,0.13840328,0.17326894,142.76465,21.69017,49.768517,94.51582,25347.256,0.033982974,2074.9497,0.27634656,0.0862971,0.04367567,0.15522,176.81828,209.84059,22.073507,144.0,36.196342,45.082214,2273.257,1.7017014,150.18217,77.96254,441.2753,53.679443,424.21042,38.716145,176.06528,0.0,1889.2242,8241.378,18.448368,549.29034,118.52653,38645.92,116.2907,16.353636,48.4578,163.44519,39.4343,17.54987,88.434525,1355.008,321.7396,51.92647,12.883991,12.085589,406.8701,54.95382,795.00287,99.93889,2576.187,339.37778,225.75546,106.48165,159.4191,5.838057,8.73727,9.667775,2.2355325,1.5830545,78.028824,87.20626,94.21238,47.875404,45.107956,118.18901,11.639818,3006.1597,35.378284,48.8125,37.08153,31.646593,264.21298,72.91619,57.46528,10.052791,28.910427,49.93554,199.35371,534.7807,86.459724,302.91586,69.47855,84.96991,241.74287,163.92986,863.4475,145.4016,5.1526113,8.965278,4.641667,56.707237,18750.115,3.280426,33.030678,51.921528,38.45438,315.719,67.01574,143.12527,1.670926,127.47847,454.24066,239.44748,146.73552,457.07602,35.817593,94.579865,138.33867,10.090555,1.7683789,11.386549,917.2234,0.05415836,0.22997221,52.878242,8.391706,3.8713765,4.2465677,10.040762,81.998955,29.758333,95.199265,578.23987,259.77274,2317.108,1915.6078,32.89046,58.65162,9500.017,7.680327,103.97453,750.9051,196.825,274.68195,110.80278,657.69073,898.4878,483.5187,29.833334,155.26852,941.3049,1811.2555,81.37229,939.5051,104.04769,1.0582181,59.191185,0.8649267,0.5386604,2.4338977,71.75907,189.84833,154.80234,14.100925,1963.9298,444.99536,215.75,308.77777,109.111115,78.166664,81.63935,83.23139,85.27778,685.14606,237.11707,130.27626,89.18549,27.074305,140.24762,129.13704,20.971027,496.0812,138.47536,1712.9487,32.40946,2121.619,79.67056,408.1618,1274.0526,53.838844,14.3235855,875.55347,784.62634,2253.1765,99.26145 +2023-09-06 21:00:00,0.0,16763.639,369.91544,44.47575,52.749756,41.276516,205.05672,31.342148,50.75085,22.212189,29.453712,1364.4244,158.824,19.330675,185.61792,0.4290215,0.011074155,30.24999,0.22576487,0.110695966,421.6084,0.123223476,456.84607,58.750366,0.1382969,0.1730699,142.81711,21.706089,49.7875,94.54353,25331.326,0.033995297,2074.9397,0.27681574,0.086225,0.043765943,0.1550582,176.88872,209.96323,22.073597,143.9625,36.20209,45.042027,2273.051,1.701091,150.05894,77.89655,441.24487,53.645332,424.29263,38.687977,175.93391,0.0,1888.0867,8236.214,18.422632,549.0694,118.45218,38637.27,116.18975,16.331282,48.411922,163.24709,39.394817,17.526604,88.32351,1354.1254,321.81094,51.88978,12.866454,12.075861,406.48325,54.894524,794.1035,100.04417,2576.018,339.78333,225.57634,106.572845,159.86652,5.83711,8.735314,9.671379,2.236835,1.5847167,77.98675,87.17077,94.20845,47.847164,45.09774,118.11864,11.638701,3007.3699,35.366684,48.771873,37.052677,31.62022,264.1514,72.88144,57.411457,10.047264,28.896679,49.90239,199.19142,534.24603,86.423546,302.77185,69.43909,84.8754,241.56627,163.7999,862.8912,145.3088,5.1469584,8.961458,4.64475,56.728058,18743.223,3.2778528,33.01957,51.9074,38.4292,315.56195,67.00847,143.06154,1.6713241,127.4626,454.18008,239.40819,146.66516,457.01532,35.826527,94.56175,138.33575,10.092972,1.7691126,11.391272,917.0571,0.054135863,0.2301125,52.901737,8.399208,3.875183,4.252569,10.0508375,81.997284,29.77375,95.25686,578.3706,259.89774,2317.7366,1915.8618,32.90923,58.676212,9496.15,7.68271,104.020485,750.8443,196.88625,274.74646,110.83083,657.9914,898.41797,483.53638,29.832142,155.29472,940.91174,1810.4409,81.37114,939.24603,104.04577,1.0583826,59.176113,0.86498004,0.53887665,2.4340186,71.725975,189.91425,154.6872,14.107361,1962.4526,444.79654,215.70535,308.72083,109.0369,78.125,81.557014,83.26638,85.183334,684.5578,236.9985,130.11177,89.10759,27.09323,140.15143,129.07195,20.957682,495.7829,138.39725,1711.3524,32.406155,2120.626,79.66238,408.0609,1273.0247,53.79769,14.332411,875.4695,784.71313,2252.6135,99.31979 +2023-09-06 22:00:00,0.0,16756.754,369.89316,44.522213,52.780228,41.31162,205.17308,31.354214,50.776863,22.218515,29.472137,1365.1252,158.76614,19.339561,185.66362,0.42855197,0.011152411,30.257069,0.22555754,0.11075215,421.89133,0.123153426,457.032,58.798416,0.13819052,0.17287083,142.86955,21.722008,49.80648,94.57124,25315.398,0.034007616,2074.9297,0.27728495,0.0861529,0.04385622,0.15489644,176.95914,210.08585,22.073687,143.925,36.207836,45.00184,2272.8452,1.7004808,149.93571,77.830574,441.21442,53.61122,424.37485,38.65981,175.80254,0.0,1886.9491,8231.049,18.396898,548.8484,118.37783,38628.613,116.0888,16.308926,48.366043,163.04898,39.35533,17.50334,88.2125,1353.2427,321.8823,51.853085,12.848916,12.066132,406.09644,54.835228,793.2041,100.149445,2575.8489,340.1889,225.39722,106.66404,160.31393,5.836163,8.733359,9.674984,2.2381375,1.5863787,77.94468,87.135284,94.20452,47.818928,45.08752,118.04826,11.637585,3008.5798,35.35508,48.73125,37.023827,31.593847,264.0898,72.84669,57.35764,10.0417385,28.88293,49.86924,199.02913,533.7114,86.38736,302.62787,69.39961,84.78088,241.38966,163.66994,862.33484,145.21602,5.141306,8.957639,4.6478333,56.74888,18736.33,3.2752798,33.00846,51.893265,38.40402,315.4049,67.001205,142.99779,1.6717223,127.44673,454.1195,239.36888,146.59482,456.9546,35.83546,94.54363,138.33286,10.095388,1.7698462,11.395994,916.89087,0.05411337,0.23025277,52.925232,8.40671,3.8789895,4.2585707,10.060913,81.99561,29.789167,95.31446,578.5014,260.02274,2318.3655,1916.116,32.927994,58.70081,9492.285,7.6850934,104.06644,750.7835,196.9475,274.81097,110.85889,658.292,898.34814,483.55405,29.830952,155.32092,940.5187,1809.6262,81.36998,938.9869,104.043846,1.058547,59.161045,0.86503345,0.53909284,2.4341397,71.69287,189.98016,154.57207,14.113796,1960.9756,444.5977,215.66072,308.66388,108.9627,78.083336,81.47468,83.30136,85.08889,683.96954,236.87996,129.9473,89.02969,27.112152,140.05524,129.00685,20.944338,495.4846,138.31914,1709.7562,32.40285,2119.6328,79.65419,407.96002,1271.9967,53.75654,14.341236,875.3855,784.7999,2252.0505,99.37813 +2023-09-06 23:00:00,0.0,16749.87,369.8709,44.56868,52.810703,41.346718,205.28944,31.366282,50.80288,22.22484,29.490564,1365.826,158.7083,19.348448,185.7093,0.42808244,0.011230667,30.264149,0.22535019,0.11080833,422.17426,0.12308338,457.218,58.846466,0.13808416,0.17267178,142.92201,21.737926,49.825462,94.59895,25299.469,0.034019936,2074.9197,0.27775413,0.0860808,0.043946497,0.15473466,177.02957,210.20848,22.073778,143.8875,36.213585,44.961647,2272.6392,1.6998706,149.81247,77.76459,441.18402,53.57711,424.45706,38.63164,175.67117,0.0,1885.8115,8225.884,18.371164,548.62744,118.30348,38619.96,115.98785,16.286572,48.320164,162.85086,39.31585,17.480074,88.10149,1352.3601,321.95364,51.81639,12.831378,12.056403,405.70963,54.775932,792.30475,100.25472,2575.68,340.59445,225.21811,106.75523,160.76135,5.835216,8.731404,9.678589,2.2394402,1.5880408,77.9026,87.09979,94.20059,47.790688,45.077305,117.97789,11.636469,3009.79,35.34348,48.690624,36.994972,31.567474,264.02826,72.811935,57.303818,10.036212,28.869184,49.83609,198.86684,533.17676,86.35118,302.48386,69.360146,84.68637,241.21306,163.53996,861.7785,145.12323,5.135653,8.953819,4.6509166,56.769703,18729.438,3.2727065,32.997356,51.87913,38.378838,315.24786,66.993935,142.93404,1.6721205,127.43086,454.05893,239.32957,146.52446,456.8939,35.8444,94.52552,138.32996,10.097806,1.7705798,11.400716,916.7246,0.054090872,0.23039305,52.948727,8.414212,3.882796,4.2645726,10.070989,81.99394,29.804585,95.372055,578.6322,260.14774,2318.9941,1916.37,32.946762,58.725403,9488.42,7.6874766,104.11238,750.7227,197.00876,274.8755,110.88695,658.59265,898.2783,483.57172,29.829762,155.34714,940.12555,1808.8116,81.36883,938.7277,104.04192,1.0587115,59.145977,0.8650868,0.5393091,2.4342606,71.65977,190.04608,154.45692,14.120232,1959.4984,444.39883,215.61607,308.60693,108.88849,78.041664,81.392334,83.33635,84.994446,683.3813,236.7614,129.7828,88.95179,27.131075,139.95905,128.94176,20.930992,495.18628,138.24101,1708.1599,32.399548,2118.6396,79.646,407.8591,1270.9688,53.71538,14.35006,875.3015,784.8867,2251.4875,99.43647 +2023-09-07 00:00:00,0.0,16742.984,369.84863,44.615143,52.841175,41.38182,205.4058,31.378347,50.828896,22.231167,29.508991,1366.527,158.65044,19.357334,185.755,0.4276129,0.011308924,30.271229,0.22514285,0.11086451,422.45718,0.12301333,457.40393,58.894516,0.13797778,0.17247273,142.97447,21.753845,49.844444,94.62666,25283.54,0.03403226,2074.9097,0.27822334,0.0860087,0.044036772,0.15457287,177.09999,210.33112,22.073868,143.85,36.219334,44.92146,2272.4333,1.6992604,149.68924,77.69861,441.15356,53.543,424.53928,38.603477,175.53981,0.0,1884.6741,8220.72,18.34543,548.4065,118.229126,38611.305,115.886894,16.264217,48.274284,162.65276,39.276367,17.45681,87.99048,1351.4774,322.025,51.779697,12.813841,12.046675,405.32278,54.716637,791.40533,100.36,2575.5107,341.0,225.03897,106.84643,161.20877,5.834269,8.729449,9.682194,2.2407427,1.589703,77.860535,87.0643,94.19666,47.76245,45.067085,117.90752,11.635352,3011.0,35.33188,48.65,36.966118,31.541101,263.96667,72.77718,57.25,10.030686,28.855436,49.80294,198.70456,532.6421,86.315,302.33984,69.32068,84.591866,241.03645,163.41,861.2222,145.03043,5.13,8.95,4.6540003,56.790524,18722.545,3.2701335,32.986248,51.865,38.353657,315.09082,66.986664,142.8703,1.6725186,127.415,453.99835,239.29028,146.45412,456.83316,35.853333,94.5074,138.32704,10.100223,1.7713134,11.405438,916.55835,0.05406838,0.23053333,52.97222,8.421714,3.8866026,4.270574,10.081064,81.99228,29.82,95.42965,578.763,260.27274,2319.623,1916.624,32.965527,58.75,9484.555,7.68986,104.15833,750.66187,197.07,274.94,110.915,658.8933,898.2085,483.5894,29.828571,155.37334,939.7325,1807.997,81.367676,938.46857,104.04,1.0588759,59.13091,0.8651402,0.53952533,2.4343817,71.62666,190.112,154.3418,14.126667,1958.0212,444.2,215.57143,308.55,108.814285,78.0,81.31,83.37134,84.9,682.7931,236.64285,129.61832,88.873886,27.15,139.86285,128.87666,20.917648,494.88797,138.1629,1706.5637,32.396244,2117.6467,79.63782,407.7582,1269.9409,53.67423,14.358886,875.2175,784.9736,2250.9246,99.49481 +2023-09-07 01:00:00,0.0,16736.1,369.8264,44.661606,52.87165,41.41692,205.52217,31.390413,50.85491,22.237492,29.527418,1367.2278,158.59259,19.366219,185.80069,0.42714337,0.011387181,30.278307,0.22493552,0.1109207,422.7401,0.12294329,457.58987,58.942562,0.1378714,0.17227368,143.02693,21.769764,49.863426,94.65437,25267.61,0.03404458,2074.8997,0.2786925,0.0859366,0.044127047,0.1544111,177.17043,210.45375,22.073957,143.8125,36.225082,44.88127,2272.2273,1.6986501,149.56601,77.63263,441.12314,53.50889,424.6215,38.57531,175.40843,0.0,1883.5365,8215.555,18.319696,548.1855,118.15478,38602.652,115.78594,16.241863,48.228405,162.45464,39.23688,17.433544,87.87946,1350.5947,322.09634,51.743004,12.796303,12.036945,404.93597,54.657337,790.506,100.46528,2575.3416,341.40555,224.85985,106.93762,161.65619,5.833322,8.727494,9.685799,2.2420452,1.5913651,77.81846,87.02881,94.19273,47.73421,45.056866,117.83714,11.634235,3012.21,35.32028,48.609375,36.937263,31.51473,263.9051,72.74243,57.196182,10.02516,28.841688,49.76979,198.54227,532.1075,86.278824,302.19586,69.28121,84.49735,240.85986,163.28003,860.6659,144.93764,5.1243477,8.94618,4.6570835,56.811348,18715.652,3.2675602,32.975143,51.85087,38.328476,314.9338,66.9794,142.80655,1.6729168,127.39913,453.93777,239.25098,146.38376,456.77246,35.862267,94.48929,138.32413,10.102639,1.772047,11.41016,916.3921,0.054045882,0.23067361,52.99572,8.429216,3.8904092,4.2765756,10.091139,81.99061,29.835417,95.48724,578.8938,260.39774,2320.252,1916.878,32.984295,58.774593,9480.688,7.692243,104.20428,750.6011,197.13126,275.00452,110.943054,659.194,898.1387,483.60706,29.827381,155.39954,939.33936,1807.1824,81.36652,938.2094,104.038086,1.0590404,59.11584,0.8651936,0.5397415,2.4345026,71.59357,190.17792,154.22665,14.133101,1956.5442,444.00116,215.52678,308.49304,108.74008,77.958336,81.22766,83.40633,84.80556,682.20483,236.5243,129.45384,88.79599,27.168922,139.76666,128.81157,20.904303,494.58966,138.08478,1704.9674,32.39294,2116.6536,79.62962,407.65732,1268.913,53.633076,14.367711,875.13354,785.06036,2250.3616,99.55315 +2023-09-07 02:00:00,0.0,16729.215,369.80414,44.708073,52.902122,41.452023,205.63853,31.40248,50.880928,22.243816,29.545845,1367.9286,158.53473,19.375105,185.84639,0.42667386,0.011465437,30.285387,0.22472817,0.11097688,423.023,0.12287324,457.77585,58.990612,0.13776502,0.17207462,143.07938,21.785683,49.88241,94.68208,25251.682,0.0340569,2074.8896,0.27916172,0.08586449,0.044217322,0.15424931,177.24086,210.57639,22.074049,143.775,36.230827,44.841084,2272.0215,1.6980399,149.44278,77.56664,441.0927,53.474777,424.7037,38.547142,175.27707,0.0,1882.3989,8210.39,18.29396,547.96454,118.08043,38594.0,115.68499,16.219507,48.182526,162.25653,39.1974,17.41028,87.76845,1349.712,322.1677,51.70631,12.778765,12.027217,404.54916,54.59804,789.60657,100.57056,2575.1726,341.8111,224.68073,107.028824,162.1036,5.832375,8.725539,9.689403,2.2433476,1.5930271,77.77638,86.993324,94.188805,47.705975,45.04665,117.76677,11.633119,3013.4202,35.308674,48.56875,36.908413,31.488358,263.84354,72.70768,57.14236,10.019634,28.827942,49.73664,198.37997,531.5728,86.24264,302.05185,69.24174,84.40284,240.68326,163.15007,860.10956,144.84485,5.118695,8.942361,4.6601667,56.83217,18708.76,3.264987,32.964035,51.83674,38.303295,314.77676,66.97213,142.7428,1.6733148,127.38326,453.8772,239.21167,146.31342,456.71176,35.871204,94.471176,138.32123,10.105056,1.7727807,11.414883,916.2258,0.05402339,0.23081389,53.019215,8.436718,3.8942156,4.2825775,10.101214,81.98894,29.850834,95.544846,579.02454,260.52274,2320.8806,1917.1321,33.00306,58.799187,9476.823,7.6946263,104.25023,750.5403,197.1925,275.06903,110.97111,659.4946,898.06885,483.62473,29.82619,155.42575,938.9463,1806.3677,81.36537,937.95026,104.03616,1.0592049,59.10077,0.86524695,0.53995776,2.4346235,71.56046,190.24384,154.11151,14.139537,1955.067,443.8023,215.48215,308.4361,108.66587,77.916664,81.145325,83.44131,84.71111,681.6166,236.40575,129.28935,88.71809,27.187847,139.67047,128.74648,20.890957,494.29135,138.00667,1703.3712,32.389637,2115.6606,79.62144,407.5564,1267.885,53.591923,14.376536,875.04956,785.14716,2249.7986,99.61149 +2023-09-07 03:00:00,0.0,16722.33,369.78186,44.754536,52.9326,41.48712,205.7549,31.414547,50.90694,22.250143,29.56427,1368.6294,158.47688,19.383991,185.89209,0.42620432,0.011543693,30.292467,0.22452083,0.11103306,423.30594,0.1228032,457.9618,59.038662,0.13765864,0.17187557,143.13184,21.801603,49.90139,94.70979,25235.752,0.03406922,2074.8794,0.2796309,0.08579239,0.0443076,0.15408754,177.31128,210.699,22.074139,143.7375,36.236576,44.80089,2271.8154,1.6974297,149.31955,77.50066,441.06226,53.440666,424.78592,38.518974,175.1457,0.0,1881.2614,8205.226,18.268227,547.7436,118.00608,38585.344,115.58403,16.197153,48.136646,162.05841,39.157917,17.387014,87.65744,1348.8295,322.23907,51.669617,12.761227,12.017488,404.16232,54.538746,788.7072,100.675835,2575.0034,342.21667,224.5016,107.12002,162.55103,5.831428,8.723584,9.693007,2.2446504,1.5946892,77.734314,86.95783,94.184875,47.677734,45.03643,117.696396,11.632002,3014.6301,35.297073,48.528126,36.87956,31.461985,263.78195,72.67293,57.088543,10.014109,28.814194,49.70349,198.21768,531.03815,86.20646,301.90787,69.20227,84.30833,240.50665,163.02011,859.5532,144.75206,5.113042,8.938541,4.66325,56.85299,18701.867,3.262414,32.95293,51.822605,38.278114,314.61972,66.96486,142.67905,1.673713,127.36739,453.81662,239.17236,146.24306,456.65103,35.88014,94.45306,138.31833,10.107472,1.7735143,11.419605,916.0596,0.05400089,0.23095417,53.04271,8.44422,3.8980222,4.288579,10.11129,81.98727,29.866251,95.60244,579.15533,260.64774,2321.5095,1917.3862,33.021828,58.823784,9472.958,7.69701,104.29618,750.4795,197.25375,275.13354,110.99917,659.7952,897.999,483.6424,29.825,155.45195,938.55316,1805.5531,81.36421,937.6911,104.03424,1.0593693,59.0857,0.86530036,0.54017395,2.4347446,71.52736,190.30975,153.99638,14.145972,1953.5898,443.6035,215.4375,308.37918,108.59167,77.875,81.06298,83.476295,84.61667,681.0283,236.2872,129.12486,88.64018,27.20677,139.57428,128.68138,20.877613,493.99304,137.92854,1701.7749,32.386333,2114.6675,79.61325,407.4555,1266.857,53.550766,14.385361,874.9656,785.234,2249.2356,99.66983 +2023-09-07 04:00:00,0.0,16715.445,369.7596,44.801,52.96307,41.522224,205.87126,31.426613,50.932957,22.256468,29.582697,1369.3302,158.41902,19.392876,185.93777,0.4257348,0.011621949,30.299545,0.22431348,0.111089244,423.58887,0.12273315,458.14774,59.08671,0.13755226,0.17167652,143.1843,21.817522,49.920372,94.7375,25219.822,0.03408154,2074.8694,0.2801001,0.08572029,0.044397876,0.15392575,177.38171,210.82164,22.074228,143.7,36.242325,44.760704,2271.6094,1.6968193,149.19632,77.43468,441.03186,53.406555,424.86813,38.490807,175.01434,0.0,1880.1238,8200.061,18.242493,547.5226,117.931725,38576.69,115.48308,16.174799,48.090767,161.8603,39.118435,17.36375,87.546425,1347.9468,322.31042,51.632923,12.74369,12.007759,403.7755,54.47945,787.8078,100.781105,2574.8345,342.62222,224.32248,107.21121,162.99844,5.830481,8.721629,9.696612,2.2459528,1.5963514,77.69224,86.92234,94.18095,47.649498,45.026215,117.62602,11.630885,3015.8403,35.285473,48.4875,36.850704,31.435612,263.72037,72.638176,57.03472,10.008582,28.800446,49.67034,198.05539,530.50354,86.17028,301.76385,69.1628,84.21381,240.33005,162.89014,858.9969,144.65927,5.107389,8.934722,4.666333,56.873814,18694.975,3.2598407,32.941822,51.80847,38.252934,314.46268,66.957596,142.61531,1.6741111,127.351524,453.75604,239.13307,146.17271,456.59033,35.889072,94.434944,138.31541,10.109889,1.7742479,11.424327,915.8933,0.0539784,0.23109445,53.066204,8.451722,3.9018288,4.2945805,10.121366,81.9856,29.881666,95.660034,579.28613,260.77274,2322.1382,1917.6403,33.040592,58.848377,9469.092,7.6993933,104.342125,750.4187,197.315,275.19806,111.02722,660.0959,897.9292,483.6601,29.823809,155.47815,938.1601,1804.7384,81.36306,937.432,104.03232,1.0595338,59.070633,0.8653537,0.5403902,2.4348655,71.49426,190.37566,153.88124,14.152408,1952.1128,443.40463,215.39285,308.32224,108.517456,77.833336,80.980644,83.511284,84.522224,680.4401,236.16864,128.96037,88.56229,27.225693,139.47809,128.6163,20.864267,493.69473,137.85043,1700.1787,32.38303,2113.6746,79.605064,407.3546,1265.8291,53.509613,14.394186,874.8816,785.3208,2248.6726,99.728165 +2023-09-07 05:00:00,0.0,16708.56,369.73734,44.847466,52.993546,41.557323,205.98763,31.438679,50.958973,22.262793,29.601124,1370.0311,158.36118,19.401762,185.98347,0.42526525,0.0117002055,30.306625,0.22410615,0.11114543,423.8718,0.1226631,458.33368,59.13476,0.13744588,0.17147747,143.23676,21.83344,49.93935,94.76521,25203.895,0.03409386,2074.8594,0.2805693,0.08564819,0.04448815,0.15376398,177.45213,210.94427,22.074318,143.6625,36.24807,44.720516,2271.4036,1.6962091,149.07307,77.3687,441.0014,53.372444,424.95035,38.46264,174.88297,0.0,1878.9863,8194.8955,18.216759,547.30164,117.857376,38568.035,115.382126,16.152445,48.044888,161.6622,39.07895,17.340485,87.43542,1347.0641,322.38177,51.596226,12.726151,11.99803,403.3887,54.420155,786.90845,100.88638,2574.6653,343.02777,224.14334,107.30241,163.44588,5.829534,8.719674,9.700217,2.2472553,1.5980134,77.65017,86.88685,94.17702,47.621258,45.015995,117.55565,11.629768,3017.0503,35.273872,48.446877,36.821854,31.409239,263.6588,72.603424,56.980904,10.003057,28.786697,49.63719,197.8931,529.9689,86.1341,301.61984,69.12333,84.1193,240.15344,162.76018,858.44055,144.56648,5.1017365,8.9309025,4.669417,56.894634,18688.082,3.2572677,32.930717,51.794342,38.227753,314.30563,66.950325,142.55156,1.6745093,127.335655,453.69547,239.09377,146.10237,456.5296,35.89801,94.416824,138.3125,10.112306,1.7749815,11.4290495,915.72705,0.0539559,0.23123471,53.0897,8.459224,3.9056354,4.3005824,10.13144,81.98393,29.897083,95.717636,579.41693,260.89774,2322.767,1917.8943,33.05936,58.872974,9465.227,7.7017765,104.38808,750.35785,197.37625,275.26257,111.055275,660.39655,897.85944,483.67776,29.822618,155.50435,937.76697,1803.9238,81.36191,937.17285,104.030396,1.0596982,59.055565,0.8654071,0.5406064,2.4349866,71.46116,190.44157,153.76611,14.158843,1950.6356,443.20578,215.34822,308.2653,108.44325,77.791664,80.89831,83.546265,84.42778,679.85187,236.0501,128.7959,88.48438,27.244617,139.3819,128.55121,20.850924,493.39645,137.77232,1698.5824,32.379726,2112.6814,79.59688,407.25372,1264.8013,53.46846,14.403011,874.7976,785.4076,2248.1096,99.78651 +2023-09-07 06:00:00,0.0,16701.676,369.7151,44.89393,53.024017,41.592426,206.10399,31.450745,50.98499,22.26912,29.61955,1370.7319,158.30331,19.410648,186.02917,0.42479572,0.011778463,30.313705,0.2238988,0.111201614,424.15472,0.12259306,458.51965,59.182808,0.1373395,0.17127842,143.2892,21.84936,49.958332,94.79292,25187.965,0.034106184,2074.8494,0.2810385,0.08557609,0.044578426,0.15360221,177.52257,211.06691,22.07441,143.625,36.25382,44.68033,2271.1975,1.6955988,148.94984,77.30272,440.97098,53.338333,425.03256,38.434475,174.7516,0.0,1877.8488,8189.731,18.191025,547.0807,117.78303,38559.383,115.28117,16.130089,47.99901,161.46408,39.039467,17.31722,87.3244,1346.1815,322.45312,51.559532,12.708613,11.988301,403.00186,54.36086,786.00903,100.99166,2574.4963,343.43332,223.96422,107.3936,163.8933,5.828587,8.717719,9.703821,2.248558,1.5996755,77.60809,86.851364,94.17309,47.59302,45.00578,117.485275,11.628652,3018.2605,35.26227,48.40625,36.793,31.382866,263.59723,72.56867,56.927082,9.99753,28.772951,49.604042,197.7308,529.4342,86.097916,301.47586,69.08386,84.02479,239.97684,162.6302,857.8842,144.4737,5.0960836,8.927083,4.6725,56.915455,18681.188,3.2546945,32.91961,51.78021,38.20257,314.1486,66.943054,142.48781,1.6749074,127.319786,453.6349,239.05446,146.03201,456.4689,35.906944,94.39871,138.3096,10.114722,1.7757151,11.433771,915.5608,0.053933404,0.231375,53.113194,8.466726,3.9094417,4.306584,10.141516,81.98226,29.9125,95.77523,579.5477,261.02274,2323.3958,1918.1483,33.078125,58.897568,9461.361,7.7041597,104.43403,750.29706,197.4375,275.3271,111.083336,660.6972,897.7896,483.69543,29.821428,155.53056,937.3739,1803.1091,81.360756,936.9137,104.02847,1.0598627,59.040497,0.8654605,0.5408226,2.4351075,71.428055,190.50749,153.65097,14.1652775,1949.1584,443.00696,215.30357,308.20834,108.36905,77.75,80.81597,83.58125,84.333336,679.2636,235.93155,128.63141,88.40648,27.26354,139.2857,128.48611,20.837578,493.09814,137.6942,1696.9861,32.376423,2111.6885,79.58869,407.15283,1263.7733,53.427307,14.411837,874.7136,785.49445,2247.5466,99.84485 +2023-09-07 07:00:00,0.0,16694.791,369.69284,44.94039,53.054493,41.627525,206.22035,31.46281,51.011,22.275444,29.637976,1371.4327,158.24547,19.419535,186.07486,0.42432618,0.011856719,30.320784,0.22369146,0.11125779,424.43762,0.12252301,458.7056,59.230858,0.13723312,0.17107935,143.34166,21.865278,49.977314,94.82063,25172.035,0.034118503,2074.8394,0.28150767,0.08550399,0.044668704,0.15344042,177.593,211.18953,22.0745,143.5875,36.259567,44.640137,2270.9917,1.6949886,148.82661,77.23673,440.94055,53.304222,425.11478,38.406307,174.62024,0.0,1876.7112,8184.5664,18.165289,546.8597,117.70868,38550.73,115.18022,16.107735,47.95313,161.26598,38.999985,17.293955,87.213394,1345.2988,322.52448,51.52284,12.691075,11.978573,402.61505,54.301563,785.1097,101.09694,2574.3271,343.8389,223.7851,107.484795,164.34071,5.82764,8.715764,9.707426,2.2498605,1.6013377,77.566025,86.81587,94.16916,47.564785,44.99556,117.4149,11.627535,3019.4705,35.250668,48.365623,36.764145,31.356495,263.53564,72.53392,56.873264,9.992004,28.759203,49.570892,197.56851,528.8996,86.06174,301.33185,69.044395,83.93028,239.80023,162.50024,857.32794,144.38089,5.0904307,8.923264,4.6755834,56.93628,18674.295,3.2521214,32.908504,51.76608,38.17739,313.99158,66.93578,142.42407,1.6753056,127.303925,453.5743,239.01517,145.96167,456.40817,35.91588,94.3806,138.3067,10.117139,1.7764487,11.438494,915.39453,0.05391091,0.23151527,53.136692,8.474228,3.9132483,4.3125854,10.151591,81.98059,29.927917,95.832825,579.67847,261.14774,2324.0247,1918.4025,33.096893,58.92216,9457.495,7.706543,104.47997,750.23627,197.49875,275.3916,111.11139,660.99786,897.7198,483.7131,29.820238,155.55676,936.98083,1802.2946,81.3596,936.65454,104.02656,1.0600272,59.025425,0.86551386,0.5410388,2.4352286,71.39495,190.57341,153.53584,14.171713,1947.6814,442.8081,215.25893,308.1514,108.29484,77.708336,80.733635,83.61624,84.23889,678.67535,235.81299,128.46692,88.32858,27.282465,139.18951,128.42102,20.824234,492.79984,137.61609,1695.3899,32.37312,2110.6953,79.5805,407.0519,1262.7454,53.38615,14.420661,874.62964,785.58124,2246.9836,99.90318 +2023-09-07 08:00:00,0.0,16687.906,369.67056,44.98686,53.084965,41.66263,206.33672,31.474878,51.037018,22.28177,29.656403,1372.1335,158.1876,19.42842,186.12056,0.42385665,0.011934975,30.327864,0.22348413,0.11131398,424.72055,0.12245297,458.89154,59.278908,0.13712674,0.1708803,143.39412,21.881197,49.996296,94.84834,25156.105,0.034130823,2074.8293,0.28197688,0.08543188,0.04475898,0.15327865,177.66342,211.31216,22.074589,143.55,36.265316,44.59995,2270.7856,1.6943784,148.70338,77.17075,440.91013,53.27011,425.197,38.37814,174.48886,0.0,1875.5736,8179.4014,18.139555,546.63873,117.63433,38542.074,115.07927,16.08538,47.907246,161.06786,38.9605,17.270689,87.10238,1344.4161,322.59583,51.486145,12.673538,11.968843,402.22824,54.242268,784.21027,101.20222,2574.1582,344.24445,223.60596,107.576,164.78813,5.826693,8.713809,9.711031,2.251163,1.6029997,77.52395,86.78038,94.16523,47.536545,44.985344,117.34453,11.626418,3020.6807,35.239067,48.325,36.73529,31.330122,263.4741,72.49917,56.819443,9.986479,28.745455,49.537743,197.40622,528.3649,86.02556,301.18784,69.00493,83.83577,239.62363,162.37029,856.7716,144.2881,5.084778,8.919444,4.6786666,56.9571,18667.402,3.2495482,32.897396,51.751945,38.15221,313.83453,66.92852,142.36032,1.6757038,127.288055,453.51373,238.97586,145.89131,456.34747,35.924812,94.36248,138.30379,10.119555,1.7771823,11.443216,915.2283,0.053888414,0.23165555,53.160187,8.4817295,3.917055,4.3185873,10.161667,81.97893,29.943335,95.89043,579.80927,261.27274,2324.6533,1918.6565,33.115658,58.94676,9453.63,7.708926,104.525925,750.1755,197.56,275.45612,111.13944,661.2985,897.64996,483.73077,29.819048,155.58296,936.5877,1801.4799,81.358444,936.3954,104.024635,1.0601916,59.010357,0.86556727,0.54125506,2.4353495,71.361855,190.63933,153.4207,14.178148,1946.2042,442.60925,215.21428,308.09445,108.220634,77.666664,80.65129,83.65122,84.14445,678.08716,235.69444,128.30244,88.25068,27.301388,139.09332,128.35593,20.810888,492.50153,137.53796,1693.7936,32.369816,2109.7021,79.57231,406.95102,1261.7174,53.344997,14.429486,874.54565,785.668,2246.4207,99.961525 +2023-09-07 09:00:00,0.0,16681.021,369.64832,45.03332,53.11544,41.697727,206.45306,31.486944,51.063034,22.288095,29.67483,1372.8345,158.12976,19.437305,186.16624,0.4233871,0.012013231,30.334944,0.22327678,0.11137016,425.00348,0.12238292,459.07748,59.326958,0.13702036,0.17068125,143.44656,21.897116,50.015278,94.87606,25140.178,0.034143146,2074.8193,0.28244606,0.08535978,0.044849254,0.15311685,177.73386,211.4348,22.07468,143.5125,36.27106,44.55976,2270.5798,1.6937681,148.58015,77.104774,440.8797,53.236,425.2792,38.34997,174.3575,0.0,1874.436,8174.237,18.113821,546.4178,117.559975,38533.42,114.97832,16.063026,47.861366,160.86975,38.921017,17.247425,86.99137,1343.5334,322.66718,51.44945,12.656,11.959115,401.8414,54.182972,783.3109,101.307495,2573.989,344.65,223.42683,107.66719,165.23555,5.825746,8.711854,9.714636,2.2524655,1.6046618,77.48188,86.744896,94.1613,47.50831,44.975124,117.274155,11.625301,3021.8906,35.227467,48.284374,36.70644,31.30375,263.4125,72.46442,56.765625,9.980952,28.731709,49.504593,197.24393,527.83026,85.98937,301.04385,68.965454,83.74126,239.44704,162.24031,856.2153,144.19531,5.0791254,8.915625,4.6817503,56.97792,18660.51,3.246975,32.886288,51.737812,38.12703,313.6775,66.92125,142.29657,1.6761019,127.27219,453.4532,238.93655,145.82097,456.28674,35.93375,94.34437,138.30087,10.121972,1.777916,11.447938,915.062,0.05386592,0.23179583,53.18368,8.489232,3.9208615,4.324589,10.171742,81.97726,29.95875,95.94802,579.94006,261.39774,2325.2822,1918.9105,33.134426,58.97135,9449.765,7.71131,104.57188,750.1147,197.62125,275.52063,111.167496,661.5991,897.58014,483.74844,29.817858,155.60918,936.19464,1800.6653,81.35729,936.1362,104.02271,1.0603561,58.99529,0.8656207,0.5414713,2.4354706,71.32875,190.70525,153.30557,14.184584,1944.727,442.41043,215.16965,308.0375,108.14643,77.625,80.568954,83.68621,84.05,677.4989,235.57588,128.13795,88.172775,27.320312,138.99713,128.29083,20.797544,492.20322,137.45985,1692.1974,32.366512,2108.7092,79.564125,406.85013,1260.6896,53.303844,14.438312,874.4617,785.7549,2245.8577,100.01987 +2023-09-07 10:00:00,0.0,16674.137,369.62604,45.079784,53.145916,41.73283,206.56943,31.49901,51.08905,22.29442,29.693256,1373.5353,158.0719,19.446192,186.21194,0.42291757,0.012091488,30.342022,0.22306944,0.11142634,425.2864,0.12231287,459.26346,59.375008,0.13691399,0.1704822,143.49902,21.913034,50.03426,94.90377,25124.248,0.034155466,2074.8093,0.28291526,0.08528768,0.04493953,0.15295509,177.80428,211.55743,22.07477,143.475,36.27681,44.519573,2270.3738,1.6931578,148.45692,77.03879,440.84924,53.20189,425.36142,38.321804,174.22614,0.0,1873.2986,8169.072,18.088087,546.1968,117.48563,38524.766,114.877365,16.04067,47.815487,160.67163,38.881535,17.22416,86.880356,1342.6509,322.73856,51.412758,12.638462,11.949386,401.4546,54.123676,782.4115,101.41277,2573.82,345.05554,223.24771,107.758385,165.68297,5.824799,8.709899,9.71824,2.2537682,1.606324,77.439804,86.709404,94.15737,47.48007,44.96491,117.20378,11.624185,3023.1006,35.215866,48.24375,36.677586,31.277376,263.35092,72.429665,56.711807,9.975427,28.71796,49.471443,197.08163,527.2956,85.95319,300.89984,68.92599,83.64674,239.27043,162.11035,855.65894,144.10252,5.0734725,8.911805,4.6848335,56.998745,18653.617,3.244402,32.875183,51.723682,38.10185,313.52045,66.91398,142.23283,1.6765001,127.25632,453.3926,238.89725,145.75061,456.22604,35.942684,94.32625,138.29797,10.124389,1.7786496,11.452661,914.89575,0.053843424,0.23193611,53.207176,8.496734,3.9246678,4.3305902,10.181817,81.975586,29.974167,96.005615,580.07086,261.52274,2325.911,1919.1646,33.15319,58.99595,9445.898,7.713693,104.61782,750.0539,197.6825,275.58514,111.19556,661.8998,897.5103,483.7661,29.816666,155.63538,935.8015,1799.8506,81.35614,935.8771,104.02079,1.0605206,58.98022,0.865674,0.5416875,2.4355915,71.29565,190.77116,153.19043,14.191018,1943.25,442.21158,215.125,307.98056,108.07222,77.583336,80.48662,83.7212,83.95556,676.91064,235.45734,127.973465,88.09488,27.339235,138.90096,128.22574,20.784199,491.9049,137.38174,1690.6011,32.36321,2107.716,79.55594,406.7492,1259.6616,53.262688,14.447137,874.3777,785.8417,2245.2947,100.0782 +2023-09-07 11:00:00,0.0,16667.252,369.6038,45.12625,53.176388,41.76793,206.68579,31.511076,51.115067,22.300747,29.711683,1374.2361,158.01405,19.455078,186.25764,0.42244804,0.012169745,30.349102,0.2228621,0.11148252,425.5693,0.12224282,459.4494,59.423058,0.1368076,0.17028314,143.55148,21.928953,50.05324,94.93148,25108.318,0.034167785,2074.7993,0.28338444,0.08521558,0.045029808,0.15279332,177.87471,211.68005,22.07486,143.4375,36.28256,44.47938,2270.168,1.6925476,148.33368,76.97281,440.81885,53.167778,425.44363,38.293636,174.09477,0.0,1872.161,8163.907,18.062353,545.9758,117.41128,38516.113,114.776405,16.018316,47.769608,160.47353,38.84205,17.200895,86.76934,1341.7682,322.8099,51.376064,12.620924,11.939657,401.06778,54.06438,781.51215,101.51805,2573.651,345.46112,223.06859,107.84958,166.13039,5.823852,8.707944,9.721845,2.2550707,1.6079861,77.397736,86.67391,94.15344,47.45183,44.95469,117.13341,11.623068,3024.3108,35.204266,48.203125,36.64873,31.251003,263.28937,72.39491,56.657986,9.9699,28.704212,49.438297,196.91934,526.761,85.917015,300.75583,68.88652,83.55223,239.09383,161.98038,855.1026,144.00974,5.0678196,8.907986,4.6879168,57.019566,18646.725,3.2418287,32.864075,51.70955,38.07667,313.3634,66.906715,142.16908,1.6768982,127.24045,453.33203,238.85796,145.68027,456.1653,35.95162,94.308136,138.29507,10.126805,1.7793832,11.457383,914.72943,0.05382093,0.23207639,53.23067,8.504236,3.9284744,4.336592,10.191893,81.973915,29.989584,96.06321,580.2016,261.64774,2326.5398,1919.4186,33.17196,59.020542,9442.033,7.7160764,104.66377,749.99304,197.74374,275.64966,111.22361,662.20044,897.4405,483.78378,29.815475,155.66158,935.40845,1799.036,81.35499,935.618,104.01887,1.060685,58.965153,0.8657274,0.54190373,2.4357126,71.26255,190.83708,153.07529,14.1974535,1941.7728,442.01273,215.08035,307.9236,107.99802,77.541664,80.40428,83.75618,83.861115,676.3224,235.33879,127.80898,88.016975,27.358158,138.80476,128.16064,20.770855,491.6066,137.30362,1689.0049,32.359905,2106.7231,79.54775,406.64832,1258.6337,53.221535,14.455961,874.29364,785.92847,2244.7317,100.13654 +2023-09-07 12:00:00,0.0,16660.367,369.58154,45.172714,53.206863,41.803032,206.80215,31.523144,51.14108,22.307072,29.730108,1374.9369,157.95619,19.463963,186.30333,0.4219785,0.012248001,30.356182,0.22265476,0.11153871,425.85223,0.12217278,459.63535,59.471104,0.13670123,0.17008409,143.60394,21.944872,50.072224,94.95919,25092.39,0.03418011,2074.7893,0.28385365,0.08514348,0.045120083,0.15263152,177.94513,211.80269,22.07495,143.4,36.288303,44.439194,2269.962,1.6919373,148.21045,76.90682,440.7884,53.133667,425.52585,38.265472,173.9634,0.0,1871.0234,8158.7427,18.036617,545.7549,117.33693,38507.457,114.67545,15.995962,47.72373,160.27542,38.802567,17.17763,86.65833,1340.8855,322.88126,51.33937,12.603387,11.929929,400.68094,54.005085,780.61273,101.62333,2573.482,345.86667,222.88947,107.94077,166.5778,5.822905,8.705989,9.72545,2.2563732,1.6096481,77.35566,86.63842,94.14951,47.42359,44.944473,117.063034,11.621951,3025.5208,35.19266,48.1625,36.619877,31.224632,263.22778,72.36016,56.604168,9.964375,28.690466,49.405148,196.75705,526.2263,85.88084,300.61185,68.84705,83.45772,238.91722,161.85042,854.54626,143.91695,5.0621667,8.904166,4.691,57.04039,18639.832,3.2392557,32.85297,51.69542,38.05149,313.20636,66.899445,142.10533,1.6772963,127.22458,453.27145,238.81865,145.60991,456.1046,35.960556,94.29002,138.29216,10.129222,1.7801168,11.462105,914.5632,0.053798433,0.23221667,53.254166,8.511738,3.932281,4.3425937,10.201968,81.972244,30.005001,96.12081,580.3324,261.77274,2327.1685,1919.6727,33.190723,59.045135,9438.168,7.7184596,104.70972,749.93225,197.80501,275.71417,111.25166,662.5011,897.37067,483.80145,29.814285,155.68777,935.0153,1798.2213,81.35383,935.3588,104.016945,1.0608495,58.95008,0.86578083,0.5421199,2.4358335,71.22945,190.903,152.96016,14.203889,1940.2957,441.8139,215.03572,307.86667,107.92381,77.5,80.321945,83.79117,83.76667,675.7342,235.22023,127.64449,87.93907,27.377083,138.70857,128.09555,20.75751,491.3083,137.22551,1687.4086,32.3566,2105.73,79.539566,406.54742,1257.6057,53.18038,14.464787,874.20966,786.0153,2244.1687,100.194885 +2023-09-07 13:00:00,0.0,16653.482,369.55927,45.219177,53.237335,41.83813,206.91852,31.53521,51.167095,22.313398,29.748535,1375.6377,157.89835,19.472849,186.34903,0.42150897,0.012326257,30.36326,0.22244741,0.11159489,426.13516,0.12210273,459.8213,59.519154,0.13659485,0.16988504,143.65639,21.96079,50.0912,94.9869,25076.46,0.034192428,2074.779,0.28432283,0.08507138,0.045210358,0.15246975,178.01556,211.92532,22.07504,143.3625,36.294052,44.399006,2269.756,1.6913271,148.08722,76.84084,440.75797,53.099556,425.60806,38.237305,173.83203,0.0,1869.8859,8153.5776,18.010883,545.5339,117.26257,38498.805,114.5745,15.973607,47.67785,160.0773,38.763084,17.154366,86.54732,1340.0029,322.9526,51.302673,12.585849,11.920199,400.29413,53.94579,779.7134,101.72861,2573.3127,346.27222,222.71033,108.03197,167.02522,5.821958,8.704034,9.729054,2.2576756,1.6113102,77.31359,86.602936,94.145584,47.395355,44.934254,116.99266,11.620835,3026.731,35.18106,48.121876,36.591026,31.19826,263.1662,72.32541,56.550346,9.958848,28.676718,49.371998,196.59476,525.69165,85.84465,300.46783,68.80758,83.363205,238.74062,161.72046,853.9899,143.82416,5.0565143,8.900347,4.694083,57.06121,18632.94,3.2366824,32.84186,51.681286,38.02631,313.04935,66.89217,142.0416,1.6776944,127.20871,453.21088,238.77934,145.53957,456.0439,35.96949,94.271904,138.28925,10.131639,1.7808504,11.466827,914.3969,0.05377594,0.23235694,53.277664,8.519239,3.9360876,4.348595,10.212044,81.97058,30.020416,96.178406,580.4632,261.89774,2327.7974,1919.9268,33.20949,59.069733,9434.302,7.720843,104.75567,749.87146,197.86626,275.7787,111.279724,662.80176,897.30084,483.81912,29.813095,155.71399,934.62225,1797.4067,81.35268,935.0997,104.01503,1.0610139,58.935013,0.8658342,0.54233617,2.4359543,71.19634,190.96892,152.84502,14.210324,1938.8186,441.61505,214.99107,307.80972,107.8496,77.458336,80.2396,83.82616,83.672226,675.14594,235.10168,127.48001,87.861176,27.396006,138.61238,128.03046,20.744165,491.01,137.14738,1685.8124,32.3533,2104.737,79.53137,406.44653,1256.5779,53.13923,14.473612,874.1257,786.1021,2243.6057,100.25322 +2023-09-07 14:00:00,0.0,16646.598,369.53702,45.265644,53.26781,41.873234,207.03488,31.547276,51.19311,22.319723,29.766962,1376.3386,157.84048,19.481735,186.39473,0.42103943,0.012404514,30.37034,0.22224008,0.11165107,426.4181,0.12203269,460.00726,59.567204,0.13648847,0.16968599,143.70885,21.97671,50.110184,95.01461,25060.531,0.034204748,2074.769,0.28479204,0.08499928,0.045300633,0.15230796,178.086,212.04796,22.07513,143.325,36.2998,44.358818,2269.55,1.6907169,147.96399,76.774864,440.72754,53.06544,425.69028,38.209137,173.70067,0.0,1868.7483,8148.413,17.98515,545.3129,117.188225,38490.152,114.47355,15.951253,47.63197,159.8792,38.7236,17.1311,86.43631,1339.1202,323.02396,51.26598,12.568311,11.910471,399.9073,53.88649,778.81396,101.833885,2573.1438,346.67776,222.53122,108.12317,167.47264,5.821011,8.702078,9.732659,2.2589784,1.6129724,77.271515,86.567444,94.141655,47.367115,44.924038,116.92229,11.619719,3027.941,35.16946,48.08125,36.562172,31.171886,263.10464,72.29066,56.49653,9.953322,28.66297,49.33885,196.43246,525.15704,85.80847,300.32385,68.76811,83.26869,238.56401,161.59048,853.43365,143.73135,5.0508614,8.896528,4.697167,57.08203,18626.047,3.2341094,32.830757,51.667152,38.00113,312.8923,66.88491,141.97784,1.6780926,127.19285,453.1503,238.74005,145.46921,455.9832,35.978424,94.25379,138.28635,10.134055,1.781584,11.471549,914.23065,0.053753443,0.23249722,53.30116,8.526742,3.939894,4.354597,10.222118,81.96891,30.035833,96.236,580.594,262.02274,2328.426,1920.1808,33.228256,59.094326,9430.437,7.723226,104.80162,749.81067,197.9275,275.8432,111.30778,663.10236,897.231,483.8368,29.811905,155.74019,934.2291,1796.592,81.351524,934.8405,104.01311,1.0611784,58.919945,0.8658876,0.54255235,2.4360754,71.16324,191.03484,152.72989,14.21676,1937.3414,441.4162,214.94643,307.75278,107.7754,77.416664,80.157265,83.861145,83.577774,674.5577,234.98312,127.31553,87.78327,27.41493,138.51619,127.96537,20.73082,490.7117,137.06927,1684.2161,32.349995,2103.744,79.523186,406.34564,1255.5499,53.098072,14.482437,874.0417,786.1889,2243.0427,100.31156 +2023-09-07 15:00:00,0.0,16639.71,369.51474,45.312107,53.298283,41.908333,207.15125,31.559341,51.219128,22.326048,29.785389,1377.0394,157.78264,19.49062,186.44041,0.4205699,0.01248277,30.37742,0.22203273,0.111707255,426.70102,0.121962644,460.1932,59.615253,0.13638209,0.16948694,143.7613,21.992628,50.129166,95.04232,25044.602,0.03421707,2074.759,0.2852612,0.08492717,0.04539091,0.15214619,178.15642,212.17058,22.07522,143.2875,36.30555,44.318626,2269.344,1.6901066,147.84076,76.70888,440.69708,53.03133,425.7725,38.18097,173.5693,0.0,1867.6107,8143.2485,17.959415,545.092,117.11388,38481.496,114.3726,15.928898,47.58609,159.68108,38.684116,17.107836,86.325294,1338.2375,323.0953,51.229286,12.550774,11.900742,399.52048,53.827194,777.9146,101.93916,2572.9746,347.08334,222.3521,108.21436,167.92006,5.820064,8.700123,9.736263,2.2602808,1.6146344,77.22945,86.53195,94.13772,47.33888,44.91382,116.85191,11.618602,3029.1511,35.15786,48.040627,36.533318,31.145514,263.04306,72.255905,56.442707,9.947797,28.649221,49.3057,196.27017,524.6224,85.77229,300.17984,68.728645,83.17419,238.3874,161.46053,852.8773,143.63857,5.0452085,8.892709,4.70025,57.102856,18619.154,3.2315361,32.81965,51.653023,37.97595,312.73526,66.87764,141.9141,1.6784908,127.17698,453.08972,238.70074,145.39886,455.9225,35.987362,94.23567,138.28345,10.136472,1.7823176,11.476272,914.0644,0.05373095,0.2326375,53.324654,8.534244,3.9437006,4.3605986,10.232194,81.96724,30.05125,96.2936,580.72473,262.14774,2329.055,1920.4348,33.247025,59.118923,9426.571,7.7256093,104.847565,749.7499,197.98875,275.9077,111.33583,663.403,897.1612,483.8545,29.810715,155.76639,933.83606,1795.7775,81.35037,934.58136,104.011185,1.061343,58.904877,0.8659409,0.5427686,2.4361963,71.13014,191.10075,152.61475,14.223194,1935.8643,441.21738,214.90178,307.69583,107.70119,77.375,80.07493,83.896126,83.48333,673.9694,234.86458,127.15104,87.70537,27.433853,138.42,127.900276,20.717476,490.4134,136.99117,1682.6199,32.34669,2102.751,79.515,406.24472,1254.522,53.05692,14.4912615,873.9577,786.27576,2242.4797,100.3699 +2023-09-07 16:00:00,0.0,16632.826,369.4925,45.35857,53.32876,41.943436,207.26761,31.57141,51.245144,22.332375,29.803814,1377.7402,157.72478,19.499506,186.48611,0.42010036,0.012561027,30.384499,0.22182539,0.11176344,426.98392,0.121892594,460.37915,59.663303,0.13627571,0.16928788,143.81377,22.008547,50.148148,95.07003,25028.674,0.03422939,2074.749,0.28573042,0.08485507,0.045481186,0.15198441,178.22685,212.29321,22.07531,143.25,36.311295,44.27844,2269.1382,1.6894964,147.71753,76.6429,440.6667,52.99722,425.8547,38.1528,173.43793,0.0,1866.4731,8138.0835,17.933681,544.871,117.03953,38472.844,114.271645,15.906544,47.54021,159.48297,38.644634,17.08457,86.21429,1337.3549,323.16666,51.192593,12.533236,11.891013,399.13367,53.7679,777.0152,102.04444,2572.8057,347.4889,222.17297,108.30556,168.36748,5.819117,8.698168,9.739868,2.2615833,1.6162965,77.18737,86.49646,94.13379,47.31064,44.9036,116.78154,11.617485,3030.361,35.14626,48.0,36.504467,31.11914,262.98148,72.22115,56.38889,9.94227,28.635475,49.27255,196.10788,524.0877,85.736115,300.03583,68.68918,83.07967,238.21082,161.33055,852.321,143.54578,5.0395555,8.888889,4.7033334,57.123676,18612.262,3.228963,32.808544,51.63889,37.950768,312.57822,66.87037,141.85036,1.6788889,127.16111,453.02914,238.66144,145.3285,455.86176,35.996296,94.21756,138.28053,10.138889,1.7830513,11.480994,913.89813,0.053708453,0.23277777,53.34815,8.541746,3.9475071,4.3666,10.2422695,81.96557,30.066668,96.3512,580.8556,262.27274,2329.6838,1920.689,33.26579,59.143517,9422.706,7.727993,104.89352,749.689,198.05,275.97223,111.36389,663.7037,897.0914,483.87216,29.809525,155.7926,933.44293,1794.9628,81.34922,934.3222,104.00926,1.0615073,58.88981,0.86599433,0.5429848,2.4363174,71.09704,191.16666,152.49962,14.2296295,1934.3872,441.01852,214.85715,307.6389,107.62698,77.333336,79.99259,83.931114,83.388885,673.38116,234.74603,126.98656,87.62747,27.452778,138.3238,127.83518,20.70413,490.11508,136.91304,1681.0236,32.343388,2101.7578,79.50681,406.14383,1253.494,53.015766,14.500087,873.8737,786.36255,2241.9167,100.42824 +2023-09-07 17:00:00,0.0,16625.941,369.4702,45.405037,53.35923,41.978535,207.38397,31.583475,51.271156,22.3387,29.82224,1378.441,157.66693,19.508392,186.53181,0.41963083,0.012639283,30.391579,0.22161806,0.111819625,427.26685,0.12182255,460.5651,59.71135,0.13616933,0.16908883,143.86621,22.024466,50.16713,95.09774,25012.744,0.03424171,2074.739,0.2861996,0.08478297,0.04557146,0.15182263,178.29727,212.41585,22.075401,143.2125,36.317043,44.23825,2268.9321,1.688886,147.5943,76.57692,440.63623,52.963108,425.93692,38.124638,173.30656,0.0,1865.3357,8132.919,17.907946,544.65,116.96517,38464.188,114.17069,15.884189,47.49433,159.28485,38.60515,17.061306,86.10327,1336.4723,323.238,51.1559,12.5156975,11.881285,398.74683,53.708603,776.1158,102.14972,2572.6365,347.89444,221.99384,108.39675,168.8149,5.81817,8.696213,9.743473,2.262886,1.6179587,77.145294,86.460976,94.12986,47.282402,44.893383,116.71117,11.616368,3031.5713,35.134655,47.959373,36.475613,31.092768,262.91992,72.1864,56.335068,9.936745,28.621727,49.2394,195.94559,523.5531,85.69993,299.89185,68.649704,82.98516,238.03421,161.20059,851.76465,143.45299,5.033903,8.88507,4.7064166,57.144497,18605.37,3.22639,32.797436,51.62476,37.925587,312.42117,66.8631,141.7866,1.6792871,127.14524,452.96857,238.62215,145.25816,455.80106,36.00523,94.19944,138.27762,10.141306,1.7837849,11.485716,913.7319,0.05368596,0.23291805,53.371643,8.549248,3.9513137,4.372602,10.252345,81.963905,30.082085,96.40879,580.9863,262.39774,2330.3125,1920.943,33.284557,59.168114,9418.84,7.7303762,104.93947,749.62823,198.11125,276.03674,111.391945,664.00433,897.02155,483.88983,29.808332,155.8188,933.04987,1794.1482,81.34806,934.06305,104.00734,1.0616719,58.874737,0.86604774,0.543201,2.4364383,71.063934,191.23257,152.38448,14.236065,1932.91,440.81967,214.8125,307.58194,107.55278,77.291664,79.910255,83.9661,83.29444,672.79297,234.62747,126.82207,87.54957,27.4717,138.22762,127.770096,20.690786,489.81677,136.83493,1679.4274,32.340084,2100.7646,79.49863,406.04294,1252.4661,52.974613,14.508912,873.78973,786.44934,2241.3538,100.48658 +2023-09-07 18:00:00,0.0,16619.057,369.44797,45.4515,53.389706,42.013638,207.50034,31.595541,51.297173,22.345024,29.840668,1379.142,157.60907,19.517279,186.5775,0.4191613,0.012717539,30.398659,0.2214107,0.1118758,427.54977,0.1217525,460.75107,59.7594,0.13606296,0.16888978,143.91867,22.040384,50.18611,95.12545,24996.814,0.034254033,2074.729,0.28666878,0.08471087,0.04566174,0.15166086,178.3677,212.53848,22.07549,143.175,36.322792,44.19806,2268.7263,1.6882758,147.47105,76.51093,440.6058,52.928997,426.0191,38.09647,173.1752,0.0,1864.1981,8127.754,17.882212,544.4291,116.89082,38455.535,114.06974,15.861835,47.448452,159.08675,38.565666,17.03804,85.99226,1335.5896,323.3094,51.119205,12.498159,11.871555,398.36002,53.649307,775.21643,102.255,2572.4675,348.3,221.81471,108.487946,169.26231,5.8172235,8.694258,9.747078,2.2641885,1.6196208,77.103226,86.425476,94.12593,47.254166,44.883163,116.640785,11.615252,3032.7812,35.123055,47.91875,36.44676,31.066397,262.85834,72.15165,56.28125,9.931218,28.607979,49.20625,195.7833,523.01843,85.66375,299.74783,68.61024,82.89065,237.8576,161.07063,851.2083,143.3602,5.02825,8.88125,4.7095003,57.16532,18598.477,3.2238166,32.78633,51.610626,37.900406,312.26413,66.855835,141.72285,1.6796852,127.12937,452.908,238.58284,145.1878,455.74033,36.014168,94.18133,138.27472,10.143723,1.7845185,11.490438,913.5656,0.053663462,0.23305833,53.395138,8.556749,3.9551203,4.3786035,10.262421,81.962234,30.0975,96.466385,581.1171,262.52274,2330.9414,1921.197,33.30332,59.192707,9414.975,7.7327595,104.98541,749.56744,198.1725,276.10126,111.42,664.305,896.9517,483.9075,29.807142,155.845,932.65674,1793.3335,81.34691,933.80396,104.00542,1.0618362,58.85967,0.8661011,0.5434173,2.4365594,71.03083,191.2985,152.26933,14.2425,1931.4329,440.62085,214.76785,307.525,107.47857,77.25,79.82791,84.00108,83.2,672.2047,234.50893,126.657585,87.471664,27.490623,138.13142,127.705,20.67744,489.51846,136.7568,1677.831,32.33678,2099.7717,79.49044,405.94202,1251.4382,52.933456,14.517737,873.70575,786.5362,2240.7908,100.54492 +2023-09-07 19:00:00,0.0,16612.172,369.42572,45.497963,53.420177,42.048737,207.6167,31.607607,51.32319,22.35135,29.859095,1379.8428,157.55122,19.526163,186.6232,0.41869175,0.012795796,30.405737,0.22120337,0.11193199,427.8327,0.12168246,460.937,59.80745,0.13595659,0.16869073,143.97113,22.056303,50.205093,95.15316,24980.887,0.034266353,2074.719,0.287138,0.08463877,0.045752015,0.15149906,178.43814,212.6611,22.07558,143.1375,36.328537,44.15787,2268.5203,1.6876656,147.34782,76.444954,440.57538,52.894886,426.10132,38.068302,173.04382,0.0,1863.0605,8122.5894,17.856478,544.20807,116.816475,38446.883,113.96879,15.839479,47.402573,158.88864,38.526184,17.014774,85.88125,1334.7069,323.38074,51.08251,12.480622,11.861827,397.9732,53.59001,774.317,102.360275,2572.2983,348.70557,221.63559,108.57914,169.70973,5.8162766,8.692303,9.750682,2.265491,1.6212828,77.06115,86.38999,94.122,47.225925,44.872948,116.57041,11.614135,3033.9912,35.111454,47.878124,36.417904,31.040024,262.79675,72.1169,56.227432,9.925693,28.594233,49.1731,195.621,522.48376,85.62757,299.60382,68.57077,82.796135,237.681,160.94066,850.652,143.26741,5.0225973,8.877431,4.7125835,57.186142,18591.584,3.2212436,32.775223,51.596493,37.875225,312.1071,66.848564,141.65912,1.6800834,127.1135,452.8474,238.54353,145.11746,455.67963,36.0231,94.163216,138.27182,10.146139,1.7852521,11.49516,913.39935,0.05364097,0.23319861,53.418636,8.564252,3.9589267,4.384605,10.272495,81.96056,30.112917,96.52399,581.2479,262.64774,2331.57,1921.451,33.32209,59.2173,9411.109,7.7351427,105.031364,749.50665,198.23375,276.16577,111.44805,664.60565,896.88196,483.92517,29.805952,155.8712,932.2637,1792.5189,81.34576,933.5448,104.0035,1.0620008,58.8446,0.8661545,0.54363346,2.4366803,70.997734,191.36441,152.1542,14.248935,1929.9558,440.422,214.72322,307.46805,107.404366,77.208336,79.745575,84.03607,83.10555,671.61646,234.39037,126.493095,87.39377,27.509548,138.03523,127.63991,20.664097,489.22015,136.6787,1676.2349,32.333477,2098.7786,79.48225,405.84113,1250.4103,52.892303,14.526562,873.62177,786.623,2240.2278,100.60326 +2023-09-07 20:00:00,0.0,16605.287,369.40344,45.54443,53.450653,42.08384,207.73306,31.619675,51.349205,22.357676,29.877522,1380.5436,157.49336,19.53505,186.66888,0.41822222,0.012874052,30.412817,0.22099602,0.11198817,428.1156,0.12161241,461.12296,59.8555,0.1358502,0.16849166,144.02359,22.072222,50.224075,95.18087,24964.957,0.034278672,2074.709,0.28760716,0.08456667,0.04584229,0.1513373,178.50856,212.78374,22.075672,143.1,36.334286,44.117683,2268.3145,1.6870553,147.2246,76.37897,440.54492,52.860775,426.18353,38.040134,172.91246,0.0,1861.923,8117.425,17.830744,543.9871,116.74213,38438.227,113.86783,15.817125,47.356693,158.69052,38.4867,16.99151,85.77023,1333.8242,323.4521,51.04582,12.463084,11.8520975,397.58636,53.530716,773.41766,102.46555,2572.1294,349.1111,221.45647,108.67034,170.15715,5.8153296,8.690348,9.754287,2.2667935,1.622945,77.01908,86.35451,94.11807,47.19769,44.86273,116.50004,11.613018,3035.2014,35.099854,47.8375,36.389053,31.01365,262.7352,72.082146,56.17361,9.920166,28.580484,49.13995,195.45871,521.94916,85.59139,299.45984,68.531296,82.70162,237.5044,160.8107,850.09564,143.17462,5.016945,8.873611,4.715667,57.206963,18584.69,3.2186704,32.764114,51.582363,37.850044,311.95007,66.84129,141.59537,1.6804816,127.09763,452.78683,238.50423,145.0471,455.6189,36.032036,94.145096,138.2689,10.148556,1.7859857,11.499883,913.2331,0.053618472,0.23333889,53.44213,8.5717535,3.9627333,4.390607,10.282571,81.95889,30.128334,96.58158,581.37866,262.77274,2332.199,1921.7051,33.340855,59.241898,9407.243,7.737526,105.07732,749.44586,198.295,276.2303,111.47611,664.90625,896.81213,483.94284,29.804762,155.89742,931.87054,1791.7043,81.344604,933.28564,104.00158,1.0621653,58.829533,0.86620784,0.5438497,2.4368014,70.96463,191.43033,152.03906,14.25537,1928.4786,440.22314,214.67857,307.4111,107.330154,77.166664,79.66324,84.07106,83.01111,671.0282,234.27182,126.32861,87.315865,27.528471,137.93904,127.574814,20.650751,488.92184,136.60057,1674.6385,32.330173,2097.7856,79.47406,405.74023,1249.3823,52.85115,14.535387,873.5378,786.7098,2239.6648,100.6616 +2023-09-07 21:00:00,0.0,16598.402,369.3812,45.590893,53.481125,42.11894,207.84941,31.63174,51.375217,22.364002,29.895947,1381.2444,157.43552,19.543936,186.71458,0.41775268,0.012952308,30.419897,0.22078869,0.11204435,428.39853,0.121542364,461.30893,59.90355,0.13574383,0.16829261,144.07603,22.08814,50.243057,95.20858,24949.027,0.034290995,2074.699,0.28807637,0.08449457,0.045932565,0.15117551,178.579,212.90637,22.075762,143.0625,36.340034,44.077496,2268.1084,1.6864451,147.10136,76.31299,440.51447,52.826664,426.26575,38.011967,172.7811,0.0,1860.7854,8112.26,17.80501,543.7662,116.66777,38429.574,113.76688,15.79477,47.310814,158.49242,38.447216,16.968245,85.659225,1332.9417,323.52344,51.009125,12.445546,11.842369,397.19955,53.47142,772.51825,102.57083,2571.9602,349.51666,221.27734,108.761536,170.60457,5.8143826,8.688393,9.757892,2.2680962,1.6246071,76.977005,86.319016,94.11414,47.16945,44.852512,116.429665,11.611901,3036.4114,35.088253,47.796875,36.3602,30.987278,262.6736,72.04739,56.119793,9.91464,28.566736,49.1068,195.29642,521.4145,85.55521,299.31583,68.49183,82.60711,237.32779,160.68073,849.5393,143.08182,5.011292,8.869792,4.71875,57.227787,18577.797,3.2160974,32.75301,51.56823,37.824863,311.79303,66.83403,141.53162,1.6808797,127.08177,452.72626,238.46494,144.97676,455.5582,36.04097,94.12698,138.26599,10.150972,1.7867193,11.504605,913.06683,0.05359598,0.23347917,53.465626,8.579256,3.9665399,4.3966084,10.292646,81.95723,30.143751,96.639175,581.5095,262.89774,2332.8276,1921.9592,33.359623,59.26649,9403.378,7.739909,105.12326,749.3851,198.35625,276.2948,111.504166,665.2069,896.7423,483.9605,29.803572,155.92361,931.4775,1790.8896,81.343445,933.0265,103.99966,1.0623296,58.814465,0.86626124,0.5440659,2.4369223,70.931526,191.49625,151.92393,14.261806,1927.0015,440.02432,214.63393,307.35416,107.25595,77.125,79.5809,84.10605,82.916664,670.44,234.15327,126.16413,87.23796,27.547396,137.84285,127.50972,20.637405,488.62354,136.52246,1673.0422,32.32687,2096.7925,79.46587,405.63934,1248.3544,52.809994,14.544212,873.4538,786.7966,2239.1018,100.71994 +2023-09-07 22:00:00,0.0,16591.518,369.35892,45.637356,53.5116,42.15404,207.96577,31.643806,51.401234,22.370327,29.914373,1381.9452,157.37766,19.55282,186.76028,0.41728318,0.013030565,30.426977,0.22058134,0.112100534,428.68146,0.121472314,461.49487,59.951595,0.13563745,0.16809356,144.1285,22.10406,50.262035,95.23629,24933.098,0.034303315,2074.6887,0.28854555,0.08442246,0.046022844,0.15101373,178.64941,213.029,22.075851,143.025,36.345783,44.037304,2267.9026,1.6858349,146.97813,76.24701,440.48407,52.792553,426.34796,37.9838,172.64973,0.0,1859.648,8107.095,17.779274,543.54517,116.59342,38420.918,113.665924,15.772416,47.26493,158.2943,38.407734,16.94498,85.54821,1332.059,323.5948,50.972427,12.428008,11.832641,396.81274,53.412125,771.6189,102.67611,2571.7913,349.9222,221.0982,108.85273,171.05199,5.8134356,8.686438,9.761497,2.2693987,1.6262691,76.93494,86.28352,94.110214,47.141212,44.842293,116.35929,11.610785,3037.6216,35.07665,47.75625,36.331345,30.960905,262.61203,72.01264,56.06597,9.909115,28.55299,49.07365,195.13412,520.8798,85.51903,299.1718,68.45236,82.512596,237.15118,160.55077,848.98303,142.98903,5.005639,8.8659725,4.721833,57.248608,18570.904,3.213524,32.7419,51.554096,37.799683,311.636,66.82676,141.46788,1.6812779,127.0659,452.66568,238.42563,144.9064,455.4975,36.049908,94.108864,138.26309,10.153389,1.7874529,11.509327,912.9006,0.05357348,0.23361944,53.48912,8.586758,3.9703465,4.40261,10.302722,81.95556,30.159166,96.69678,581.64026,263.02274,2333.4565,1922.2133,33.378387,59.29109,9399.513,7.7422924,105.16921,749.3242,198.4175,276.3593,111.53222,665.50757,896.6725,483.97818,29.802382,155.94981,931.0844,1790.0751,81.34229,932.76733,103.997734,1.0624942,58.799393,0.86631465,0.54428214,2.4370432,70.89843,191.56216,151.80879,14.268241,1925.5244,439.82547,214.58928,307.2972,107.18175,77.083336,79.498566,84.14103,82.82222,669.85175,234.03471,125.99964,87.160065,27.566319,137.74666,127.444626,20.624062,488.32526,136.44435,1671.446,32.323566,2095.7996,79.45769,405.53845,1247.3265,52.76884,14.553038,873.3698,786.8834,2238.5388,100.77828 +2023-09-07 23:00:00,0.0,16584.633,369.33667,45.683823,53.542076,42.189144,208.08214,31.655872,51.42725,22.376652,29.9328,1382.6461,157.31981,19.561707,186.80597,0.41681364,0.013108822,30.434055,0.220374,0.11215672,428.9644,0.12140227,461.68082,59.999645,0.13553107,0.16789451,144.18095,22.119978,50.281017,95.264,24917.17,0.034315635,2074.6787,0.28901476,0.08435036,0.04611312,0.15085196,178.71985,213.15163,22.075941,142.9875,36.35153,43.997116,2267.6965,1.6852245,146.8549,76.18102,440.4536,52.758442,426.43018,37.955635,172.51836,0.0,1858.5104,8101.93,17.75354,543.3242,116.51907,38412.266,113.56497,15.750061,47.21905,158.09619,38.368248,16.921715,85.4372,1331.1763,323.66614,50.935734,12.410471,11.822911,396.4259,53.35283,770.7195,102.78139,2571.622,350.3278,220.91908,108.943924,171.4994,5.8124886,8.684483,9.7651005,2.2707012,1.6279312,76.89286,86.24803,94.106285,47.112972,44.832077,116.28892,11.609668,3038.8315,35.06505,47.715626,36.30249,30.934532,262.55048,71.97789,56.012154,9.903588,28.539242,49.0405,194.97183,520.34515,85.48285,299.02783,68.412895,82.41809,236.97458,160.4208,848.4267,142.89624,4.999986,8.862153,4.724917,57.269432,18564.012,3.2109509,32.730797,51.539967,37.7745,311.47894,66.81949,141.40413,1.6816759,127.05003,452.6051,238.38632,144.83606,455.43677,36.05884,94.09075,138.2602,10.155806,1.7881866,11.51405,912.7343,0.05355099,0.23375972,53.512615,8.594259,3.9741528,4.408612,10.312797,81.95389,30.174583,96.75437,581.77106,263.14774,2334.0852,1922.4673,33.397156,59.31568,9395.646,7.744676,105.21516,749.2634,198.47874,276.42383,111.56028,665.8082,896.60266,483.99585,29.80119,155.97603,930.6913,1789.2604,81.34114,932.5082,103.99581,1.0626587,58.784325,0.866368,0.5444983,2.4371643,70.865326,191.62808,151.69366,14.274676,1924.0472,439.62662,214.54465,307.24026,107.10754,77.041664,79.41622,84.17602,82.727776,669.2635,233.91617,125.83516,87.08216,27.585243,137.65047,127.37954,20.610716,488.02695,136.36623,1669.8497,32.320263,2094.8064,79.4495,405.43753,1246.2986,52.727688,14.561862,873.2858,786.9702,2237.9758,100.83662 +2023-09-08 00:00:00,0.0,16577.748,369.31442,45.730286,53.572548,42.224243,208.1985,31.66794,51.453266,22.382978,29.951227,1383.3469,157.26195,19.570593,186.85167,0.4163441,0.013187078,30.441135,0.22016665,0.112212904,429.2473,0.12133222,461.86676,60.047695,0.13542469,0.16769545,144.23341,22.135897,50.3,95.29172,24901.24,0.034327958,2074.6687,0.28948393,0.08427826,0.046203393,0.15069017,178.79027,213.27426,22.076033,142.95,36.357277,43.95693,2267.4907,1.6846143,146.73166,76.11504,440.4232,52.72433,426.5124,37.927467,172.387,0.0,1857.3728,8096.7656,17.727806,543.1033,116.444725,38403.61,113.46402,15.727707,47.173172,157.89807,38.328766,16.89845,85.32619,1330.2937,323.7375,50.89904,12.392933,11.813183,396.0391,53.293533,769.8201,102.886665,2571.4531,350.73334,220.73996,109.03512,171.94682,5.8115416,8.682528,9.768705,2.272004,1.6295934,76.85079,86.21254,94.102356,47.084736,44.821857,116.218544,11.608551,3040.0417,35.053448,47.675,36.27364,30.908161,262.4889,71.94314,55.958332,9.898063,28.525494,49.00735,194.80954,519.81055,85.44667,298.88382,68.37342,82.32358,236.79799,160.29083,847.87036,142.80345,4.9943337,8.858334,4.728,57.290253,18557.12,3.2083778,32.71969,51.525833,37.74932,311.3219,66.812225,141.34038,1.6820741,127.034164,452.54453,238.34703,144.7657,455.37607,36.067776,94.07264,138.25728,10.158222,1.7889202,11.518771,912.56805,0.05352849,0.2339,53.53611,8.601762,3.9779594,4.4146132,10.322872,81.95222,30.19,96.811966,581.90186,263.27274,2334.714,1922.7213,33.41592,59.340275,9391.781,7.7470593,105.26111,749.20264,198.54001,276.48834,111.58833,666.1089,896.53284,484.01352,29.8,156.00223,930.2982,1788.4458,81.33999,932.249,103.99389,1.062823,58.769257,0.8664214,0.54471457,2.4372852,70.83222,191.694,151.57852,14.281111,1922.5701,439.4278,214.5,307.18332,107.03333,77.0,79.333885,84.211006,82.63333,668.67523,233.7976,125.67067,87.00426,27.604166,137.55428,127.314445,20.597372,487.72864,136.28812,1668.2535,32.31696,2093.8135,79.441315,405.33664,1245.2706,52.686535,14.570687,873.20184,787.057,2237.4128,100.89496 +2023-09-08 01:00:00,0.0,16570.863,369.29214,45.77675,53.603024,42.259346,208.31487,31.680006,51.479282,22.389303,29.969652,1384.0477,157.2041,19.57948,186.89737,0.41587457,0.013265334,30.448215,0.21995932,0.11226908,429.5302,0.12126218,462.05273,60.095745,0.13531831,0.1674964,144.28586,22.151815,50.31898,95.31943,24885.31,0.034340277,2074.6587,0.28995314,0.08420616,0.04629367,0.1505284,178.8607,213.3969,22.076122,142.9125,36.363026,43.91674,2267.2847,1.6840041,146.60843,76.04906,440.39276,52.69022,426.5946,37.8993,172.25563,0.0,1856.2352,8091.601,17.702072,542.88226,116.37038,38394.957,113.36307,15.705352,47.127293,157.69997,38.289284,16.875185,85.21518,1329.411,323.80887,50.862347,12.375395,11.803453,395.65228,53.234238,768.9207,102.99194,2571.284,351.1389,220.56082,109.12631,172.39424,5.8105946,8.6805725,9.77231,2.2733064,1.6312554,76.808716,86.17705,94.09843,47.056496,44.81164,116.14817,11.607434,3041.2517,35.041847,47.634377,36.244785,30.881788,262.42734,71.90839,55.904514,9.892536,28.511745,48.9742,194.64725,519.2759,85.410484,298.7398,68.333954,82.229065,236.62138,160.16087,847.314,142.71066,4.988681,8.854514,4.7310834,57.311073,18550.227,3.2058046,32.708584,51.511703,37.724144,311.16486,66.804955,141.27664,1.6824722,127.018295,452.48395,238.30772,144.69536,455.31534,36.076714,94.05452,138.25436,10.160639,1.7896538,11.523494,912.4018,0.053505998,0.23404028,53.55961,8.609263,3.981766,4.420615,10.332948,81.950554,30.205418,96.86957,582.0326,263.39774,2335.3428,1922.9755,33.43469,59.364872,9387.916,7.7494426,105.30706,749.14185,198.60126,276.55286,111.61639,666.4095,896.463,484.0312,29.79881,156.02843,929.9051,1787.6311,81.33884,931.98987,103.991974,1.0629876,58.75419,0.8664748,0.54493076,2.4374063,70.79912,191.75992,151.46338,14.287546,1921.093,439.22894,214.45535,307.1264,106.95913,76.958336,79.25155,84.24599,82.53889,668.08704,233.67906,125.50619,86.92636,27.623089,137.45808,127.24935,20.584026,487.43033,136.20999,1666.6572,32.313656,2092.8203,79.43312,405.23575,1244.2427,52.64538,14.579513,873.11786,787.14386,2236.8499,100.9533 +2023-09-08 02:00:00,0.0,16563.979,369.2699,45.823215,53.633495,42.294445,208.43123,31.692072,51.505295,22.395628,29.98808,1384.7485,157.14624,19.588364,186.94305,0.41540504,0.01334359,30.455294,0.21975198,0.112325266,429.81314,0.121192135,462.23868,60.143795,0.13521193,0.16729735,144.33832,22.167734,50.337963,95.34714,24869.383,0.034352597,2074.6487,0.29042232,0.08413406,0.046383947,0.15036662,178.93114,213.51953,22.076212,142.875,36.368774,43.87655,2267.0786,1.6833938,146.4852,75.98308,440.36234,52.65611,426.67682,37.87113,172.12425,0.0,1855.0977,8086.436,17.676338,542.6613,116.29602,38386.305,113.262115,15.682998,47.081413,157.50186,38.249798,16.851921,85.104164,1328.5283,323.88022,50.825653,12.357857,11.793725,395.26544,53.174942,768.02136,103.09722,2571.1147,351.54443,220.3817,109.217514,172.84166,5.8096476,8.6786175,9.775915,2.2746089,1.6329175,76.76665,86.14156,94.0945,47.02826,44.801422,116.0778,11.606318,3042.462,35.030243,47.59375,36.21593,30.855415,262.36575,71.873634,55.850693,9.887011,28.498,48.94105,194.48495,518.7412,85.374306,298.59583,68.29449,82.13455,236.44478,160.0309,846.7577,142.61787,4.983028,8.850695,4.7341666,57.331898,18543.334,3.2032316,32.697475,51.49757,37.698963,311.00784,66.79768,141.21289,1.6828704,127.002426,452.42337,238.26842,144.625,455.25464,36.085648,94.03641,138.25146,10.163055,1.7903874,11.528216,912.23553,0.0534835,0.23418055,53.583103,8.616766,3.9855726,4.4266167,10.343023,81.94888,30.220835,96.92716,582.1634,263.52274,2335.9717,1923.2295,33.453457,59.389465,9384.05,7.751826,105.353004,749.08105,198.6625,276.61737,111.64445,666.71014,896.3932,484.0489,29.797619,156.05463,929.512,1786.8165,81.33768,931.7308,103.99005,1.063152,58.73912,0.86652815,0.545147,2.4375272,70.76602,191.82584,151.34825,14.293982,1919.6158,439.0301,214.41072,307.06946,106.88492,76.916664,79.16921,84.280975,82.44444,667.4988,233.56052,125.341705,86.84846,27.642014,137.36191,127.18426,20.570683,487.13202,136.13188,1665.061,32.310352,2091.8271,79.424934,405.13483,1243.2148,52.604225,14.588338,873.0339,787.23065,2236.2869,101.011635 +2023-09-08 03:00:00,0.0,16557.094,369.24762,45.86968,53.66397,42.329548,208.54759,31.704138,51.53131,22.401955,30.006506,1385.4495,157.0884,19.59725,186.98875,0.4149355,0.0134218475,30.462374,0.21954463,0.11238145,430.09607,0.121122085,462.42462,60.19184,0.13510555,0.1670983,144.39078,22.183653,50.356945,95.37485,24853.453,0.03436492,2074.6387,0.29089153,0.08406196,0.046474222,0.15020484,179.00156,213.64215,22.076302,142.8375,36.37452,43.83636,2266.8728,1.6827836,146.36197,75.9171,440.3319,52.621998,426.75903,37.842964,171.99289,0.0,1853.9602,8081.2715,17.650602,542.44037,116.22167,38377.65,113.16116,15.660643,47.035534,157.30374,38.210316,16.828655,84.99316,1327.6456,323.95157,50.78896,12.34032,11.783997,394.87863,53.115646,767.12195,103.2025,2570.9458,351.95,220.20258,109.30871,173.28908,5.8087006,8.676662,9.77952,2.2759113,1.6345797,76.72457,86.10607,94.09057,47.00002,44.791206,116.00742,11.605202,3043.6719,35.018642,47.553123,36.18708,30.829042,262.30417,71.83888,55.796875,9.881484,28.484251,48.9079,194.32268,518.2066,85.33813,298.4518,68.25502,82.04004,236.26817,159.90094,846.20135,142.52507,4.977375,8.846875,4.7372503,57.35272,18536.441,3.2006583,32.68637,51.483437,37.673782,310.8508,66.79041,141.14914,1.6832685,126.98656,452.3628,238.22911,144.55466,455.1939,36.09458,94.01829,138.24857,10.165472,1.791121,11.532938,912.0693,0.053461004,0.23432083,53.606598,8.624268,3.989379,4.432618,10.353099,81.94721,30.23625,96.98476,582.2942,263.64774,2336.6003,1923.4835,33.47222,59.414062,9380.185,7.754209,105.39896,749.0202,198.72375,276.6819,111.6725,667.0108,896.32336,484.06656,29.796429,156.08084,929.1189,1786.0018,81.336525,931.4716,103.98813,1.0633165,58.72405,0.86658156,0.54536325,2.4376483,70.73292,191.89175,151.23311,14.300417,1918.1387,438.83127,214.36607,307.0125,106.810715,76.875,79.086876,84.31596,82.35,666.9105,233.44196,125.177216,86.77055,27.660936,137.26572,127.11916,20.557337,486.8337,136.05377,1663.4647,32.30705,2090.8342,79.41675,405.03394,1242.1869,52.563072,14.597162,872.9499,787.31744,2235.7239,101.06998 +2023-09-08 04:00:00,0.0,16550.209,369.22537,45.91614,53.694443,42.364647,208.66396,31.716206,51.557327,22.40828,30.024933,1386.1503,157.03053,19.606136,187.03444,0.41446596,0.013500104,30.469454,0.2193373,0.11243763,430.379,0.12105204,462.61057,60.23989,0.13499917,0.16689925,144.44324,22.199572,50.375927,95.40256,24837.523,0.03437724,2074.6287,0.2913607,0.08398986,0.046564497,0.15004306,179.07199,213.76479,22.076393,142.8,36.38027,43.796173,2266.6667,1.6821734,146.23874,75.85111,440.30145,52.587887,426.84125,37.814796,171.86153,0.0,1852.8226,8076.1064,17.624868,542.21936,116.14732,38368.996,113.0602,15.638288,46.989655,157.10564,38.170834,16.805391,84.88214,1326.7631,324.02292,50.752266,12.322782,11.774267,394.49182,53.056347,766.2226,103.30778,2570.7766,352.35556,220.02345,109.3999,173.7365,5.8077536,8.674707,9.783124,2.277214,1.6362418,76.6825,86.07059,94.08664,46.971783,44.780987,115.93705,11.604085,3044.8818,35.007042,47.5125,36.158226,30.80267,262.2426,71.80413,55.743057,9.875958,28.470503,48.874752,194.16039,517.67194,85.30195,298.30783,68.215546,81.945526,236.09157,159.77097,845.645,142.43228,4.9717226,8.843056,4.7403336,57.37354,18529.549,3.1980853,32.675262,51.469307,37.6486,310.69376,66.78315,141.0854,1.6836667,126.970695,452.30222,238.18982,144.4843,455.1332,36.10352,94.000175,138.24565,10.167889,1.7918546,11.537661,911.903,0.05343851,0.23446111,53.630093,8.631769,3.9931855,4.43862,10.3631735,81.94554,30.251667,97.04235,582.4249,263.77274,2337.2292,1923.7375,33.49099,59.438656,9376.319,7.7565923,105.44491,748.9594,198.785,276.7464,111.700554,667.31146,896.25354,484.08423,29.795238,156.10704,928.7258,1785.1873,81.33537,931.21246,103.986206,1.063481,58.70898,0.86663496,0.54557943,2.4377692,70.699814,191.95766,151.11798,14.306851,1916.6616,438.63242,214.32143,306.95557,106.73651,76.833336,79.00453,84.350945,82.255554,666.32227,233.32341,125.01273,86.69266,27.679861,137.16953,127.05408,20.543993,486.5354,135.97565,1661.8685,32.303745,2089.841,79.40856,404.93304,1241.1589,52.521915,14.605988,872.8659,787.4043,2235.1611,101.12832 +2023-09-08 05:00:00,0.0,16543.324,369.20312,45.96261,53.72492,42.39975,208.78032,31.728271,51.583344,22.414606,30.04336,1386.8511,156.97269,19.61502,187.08014,0.41399643,0.01357836,30.476532,0.21912995,0.11249381,430.66193,0.12098199,462.79654,60.28794,0.13489279,0.16670018,144.49568,22.21549,50.39491,95.43027,24821.594,0.03438956,2074.6187,0.2918299,0.08391775,0.046654772,0.14988129,179.14241,213.88742,22.076483,142.7625,36.386017,43.755985,2266.461,1.6815631,146.11551,75.78513,440.27106,52.553776,426.92346,37.786633,171.73016,0.0,1851.685,8070.942,17.599134,541.9984,116.072975,38360.34,112.95925,15.615933,46.943775,156.90752,38.131348,16.782125,84.771126,1325.8804,324.09427,50.715572,12.3052435,11.764539,394.10498,52.99705,765.3232,103.413055,2570.6077,352.7611,219.84435,109.4911,174.18391,5.8068066,8.672752,9.786729,2.2785165,1.6379038,76.64043,86.035095,94.08271,46.943546,44.770767,115.86668,11.602968,3046.092,34.99544,47.471874,36.12937,30.776299,262.18103,71.76938,55.689236,9.870433,28.456757,48.841602,193.9981,517.13727,85.26576,298.16382,68.17608,81.85101,235.91496,159.641,845.08875,142.3395,4.9660697,8.839236,4.743417,57.394363,18522.656,3.195512,32.664158,51.455173,37.62342,310.5367,66.77588,141.02165,1.6840649,126.95483,452.24164,238.15051,144.41396,455.07248,36.112453,93.98206,138.24274,10.170305,1.7925884,11.542382,911.73676,0.053416014,0.2346014,53.653587,8.639272,3.996992,4.4446216,10.373249,81.94388,30.267084,97.09995,582.5558,263.89774,2337.8582,1923.9916,33.509754,59.46325,9372.454,7.7589755,105.49085,748.8986,198.84625,276.8109,111.72861,667.6121,896.1837,484.1019,29.794048,156.13324,928.3327,1784.3726,81.33422,930.9533,103.98428,1.0636454,58.693913,0.8666883,0.5457957,2.4378903,70.66671,192.02357,151.00284,14.313287,1915.1844,438.43356,214.27678,306.89862,106.6623,76.791664,78.922195,84.38593,82.16111,665.734,233.20486,124.84824,86.61475,27.698784,137.07333,126.98898,20.530647,486.2371,135.89754,1660.2722,32.30044,2088.8481,79.400375,404.83215,1240.131,52.480762,14.614813,872.7819,787.4911,2234.5981,101.18665 +2023-09-08 06:00:00,0.0,16536.44,369.18085,46.00907,53.75539,42.43485,208.89668,31.740337,51.60936,22.42093,30.061785,1387.5519,156.91483,19.623907,187.12584,0.4135269,0.013656616,30.483612,0.21892262,0.11255,430.94482,0.12091195,462.98248,60.33599,0.13478641,0.16650113,144.54814,22.231411,50.413887,95.45798,24805.666,0.034401882,2074.6086,0.2922991,0.08384565,0.04674505,0.1497195,179.21284,214.01006,22.076572,142.725,36.39176,43.715794,2266.255,1.6809528,145.99226,75.719154,440.2406,52.519665,427.00568,37.758465,171.59879,0.0,1850.5475,8065.7773,17.5734,541.77747,115.99862,38351.688,112.8583,15.593578,46.897896,156.70941,38.091866,16.758862,84.66012,1324.9977,324.16562,50.678875,12.287706,11.754809,393.71817,52.937756,764.4238,103.51833,2570.4385,353.16666,219.66522,109.58229,174.63133,5.8058596,8.670796,9.790334,2.279819,1.639566,76.59836,85.9996,94.07878,46.915306,44.76055,115.7963,11.601851,3047.302,34.98384,47.43125,36.100517,30.749926,262.11945,71.73463,55.635418,9.864906,28.443008,48.808456,193.8358,516.60266,85.22958,298.0198,68.13661,81.7565,235.73836,159.51105,844.5324,142.2467,4.960417,8.835417,4.7465,57.415184,18515.764,3.192939,32.65305,51.441044,37.59824,310.37967,66.76861,140.9579,1.684463,126.93896,452.18106,238.1112,144.34361,455.01178,36.121387,93.96394,138.23984,10.172722,1.793322,11.547105,911.5705,0.05339352,0.23474166,53.677082,8.646773,4.0007987,4.450623,10.383325,81.94221,30.282501,97.15755,582.6865,264.02274,2338.4868,1924.2457,33.528522,59.487846,9368.588,7.761359,105.536804,748.8378,198.9075,276.87543,111.75667,667.9128,896.1139,484.11957,29.792856,156.15945,927.93964,1783.558,81.33307,930.69415,103.98236,1.0638099,58.678844,0.8667417,0.54601187,2.4380112,70.63361,192.0895,150.88771,14.319722,1913.7073,438.23474,214.23215,306.84167,106.5881,76.75,78.83986,84.42092,82.066666,665.1458,233.0863,124.68376,86.53685,27.717707,136.97714,126.92389,20.517303,485.9388,135.81941,1658.676,32.29714,2087.855,79.39219,404.73126,1239.103,52.43961,14.623638,872.69794,787.5779,2234.0352,101.244995 +2023-09-08 07:00:00,0.0,16529.555,369.1586,46.055534,53.785866,42.46995,209.01305,31.752403,51.635372,22.427256,30.080212,1388.2527,156.85698,19.632793,187.17152,0.41305736,0.013734872,30.490692,0.21871527,0.11260618,431.22775,0.1208419,463.16843,60.38404,0.13468003,0.16630208,144.6006,22.24733,50.43287,95.48569,24789.736,0.034414202,2074.5986,0.2927683,0.08377355,0.046835326,0.14955772,179.28328,214.13268,22.076664,142.6875,36.39751,43.675606,2266.049,1.6803426,145.86903,75.65317,440.21017,52.485554,427.0879,37.730297,171.46742,0.0,1849.4099,8060.6123,17.547667,541.55646,115.92427,38343.035,112.75735,15.571224,46.852016,156.51129,38.052383,16.735596,84.5491,1324.115,324.23697,50.64218,12.270168,11.745081,393.33136,52.87846,763.5244,103.62361,2570.2695,353.57224,219.48608,109.673485,175.07875,5.8049126,8.668841,9.793939,2.2811217,1.6412281,76.55628,85.96411,94.07485,46.88707,44.75033,115.72593,11.600735,3048.5122,34.972237,47.390625,36.071667,30.723553,262.0579,71.699875,55.581596,9.859381,28.42926,48.775307,193.67351,516.068,85.193405,297.87582,68.097145,81.661995,235.56177,159.38107,843.9761,142.15392,4.954764,8.831597,4.7495832,57.436005,18508.871,3.1903658,32.64194,51.42691,37.57306,310.22263,66.761345,140.89417,1.6848612,126.92309,452.12048,238.07191,144.27325,454.95105,36.13032,93.94583,138.23694,10.175138,1.7940556,11.551827,911.40424,0.053371023,0.23488194,53.70058,8.654276,4.0046053,4.456625,10.3934,81.94054,30.297916,97.21514,582.8173,264.14774,2339.1157,1924.4998,33.547287,59.51244,9364.723,7.7637424,105.582756,748.77704,198.96875,276.93994,111.78472,668.2134,896.04407,484.13724,29.791666,156.18565,927.5465,1782.7433,81.33191,930.435,103.980446,1.0639743,58.663776,0.86679506,0.5462281,2.4381323,70.60051,192.15541,150.77257,14.326158,1912.2302,438.0359,214.1875,306.78473,106.513885,76.708336,78.75752,84.4559,81.97222,664.55756,232.96776,124.51927,86.458954,27.736631,136.88095,126.858795,20.503958,485.6405,135.7413,1657.0797,32.293835,2086.862,79.383995,404.63034,1238.0752,52.398457,14.6324625,872.61395,787.66473,2233.4722,101.30334 +2023-09-08 08:00:00,0.0,16522.67,369.13632,46.102,53.816338,42.50505,209.12941,31.764471,51.66139,22.433582,30.098639,1388.9536,156.79912,19.64168,187.21722,0.41258782,0.01381313,30.49777,0.21850793,0.11266236,431.51068,0.120771855,463.35437,60.43209,0.13457365,0.16610304,144.65306,22.263248,50.45185,95.5134,24773.807,0.03442652,2074.5884,0.29323748,0.08370145,0.0469256,0.14939594,179.3537,214.25531,22.076754,142.65,36.40326,43.635418,2265.843,1.6797323,145.7458,75.58719,440.17975,52.451443,427.1701,37.70213,171.33606,0.0,1848.2725,8055.4478,17.52193,541.3355,115.84992,38334.38,112.656395,15.548869,46.806137,156.31319,38.0129,16.71233,84.438095,1323.2324,324.30832,50.605488,12.25263,11.735352,392.94452,52.819164,762.62506,103.72889,2570.1003,353.97778,219.30696,109.76469,175.52617,5.8039656,8.666886,9.797543,2.2824242,1.6428901,76.514206,85.92862,94.07092,46.85883,44.740116,115.655556,11.599618,3049.7222,34.960636,47.35,36.042812,30.69718,261.9963,71.66512,55.52778,9.853854,28.415514,48.742157,193.51122,515.5333,85.15723,297.7318,68.05767,81.56748,235.38516,159.25111,843.41974,142.06113,4.9491115,8.827778,4.752667,57.45683,18501.979,3.1877925,32.630836,51.412777,37.54788,310.0656,66.754074,140.83041,1.6852593,126.90722,452.0599,238.03261,144.20291,454.89035,36.13926,93.92771,138.23402,10.177556,1.7947892,11.556549,911.238,0.05334853,0.23502222,53.724075,8.6617775,4.008412,4.4626265,10.403475,81.938866,30.313334,97.27274,582.9481,264.27274,2339.7444,1924.7538,33.566055,59.537037,9360.857,7.7661257,105.6287,748.7162,199.03,277.00446,111.812775,668.51404,895.97424,484.1549,29.790476,156.21185,927.15344,1781.9287,81.33076,930.17584,103.97852,1.0641388,58.648705,0.86684847,0.5464443,2.4382532,70.567406,192.22133,150.65744,14.332593,1910.753,437.83704,214.14285,306.72778,106.43968,76.666664,78.675186,84.49089,81.87778,663.9693,232.8492,124.35479,86.38105,27.755554,136.78476,126.7937,20.490614,485.3422,135.6632,1655.4835,32.29053,2085.869,79.37581,404.52945,1237.0472,52.3573,14.641288,872.52997,787.7515,2232.9092,101.36167 +2023-09-08 09:00:00,0.0,16515.785,369.11407,46.148464,53.846813,42.540154,209.24576,31.776537,51.687405,22.439907,30.117065,1389.6544,156.74127,19.650564,187.26292,0.4121183,0.013891386,30.50485,0.2183006,0.112718545,431.7936,0.120701805,463.54034,60.480137,0.13446727,0.16590397,144.7055,22.279167,50.470833,95.54111,24757.879,0.034438845,2074.5784,0.2937067,0.08362935,0.047015876,0.14923416,179.42413,214.37794,22.076843,142.6125,36.409008,43.59523,2265.6372,1.6791221,145.62257,75.5212,440.1493,52.41733,427.25232,37.67396,171.20468,0.0,1847.1348,8050.2827,17.496197,541.11456,115.77557,38325.727,112.55544,15.526515,46.760258,156.11508,37.973415,16.689066,84.32708,1322.3497,324.3797,50.568794,12.235092,11.725623,392.5577,52.75987,761.72565,103.83417,2569.9314,354.38333,219.12784,109.85588,175.97359,5.8030186,8.664931,9.801147,2.2837267,1.6445522,76.47214,85.893135,94.06699,46.830593,44.729897,115.58518,11.598501,3050.9324,34.949036,47.309376,36.013958,30.670807,261.93472,71.63037,55.473957,9.848329,28.401766,48.709007,193.34892,514.9987,85.12104,297.5878,68.0182,81.47297,235.20856,159.12114,842.8634,141.96834,4.9434586,8.823958,4.75575,57.47765,18495.086,3.1852195,32.619728,51.398647,37.522697,309.90857,66.7468,140.76666,1.6856575,126.89135,451.99933,237.9933,144.13255,454.82965,36.148193,93.9096,138.23111,10.179973,1.7955228,11.561272,911.0717,0.053326033,0.2351625,53.74757,8.669279,4.012218,4.468628,10.41355,81.9372,30.32875,97.33034,583.0789,264.39774,2340.3733,1925.0078,33.58482,59.56163,9356.991,7.768509,105.67465,748.6554,199.09125,277.06897,111.840836,668.8147,895.9045,484.17258,29.789286,156.23805,926.7603,1781.114,81.329605,929.91675,103.9766,1.0643033,58.633636,0.8669019,0.54666054,2.438374,70.53431,192.28725,150.5423,14.339027,1909.2759,437.6382,214.09822,306.67084,106.36548,76.625,78.59284,84.52588,81.78333,663.38104,232.73065,124.19031,86.30315,27.774479,136.68857,126.72861,20.477268,485.04388,135.58507,1653.8872,32.287228,2084.876,79.36762,404.42856,1236.0193,52.316147,14.650113,872.446,787.8383,2232.3462,101.42001 +2023-09-08 10:00:00,0.0,16508.898,369.09183,46.194927,53.877285,42.575253,209.36212,31.788603,51.71342,22.446232,30.13549,1390.3552,156.68341,19.65945,187.30861,0.41164875,0.013969642,30.51193,0.21809325,0.11277473,432.0765,0.12063176,463.7263,60.528187,0.1343609,0.16570492,144.75797,22.295086,50.489815,95.56882,24741.95,0.034451164,2074.5684,0.29417586,0.08355725,0.047106154,0.1490724,179.49455,214.50058,22.076933,142.575,36.414753,43.55504,2265.4312,1.6785119,145.49934,75.45522,440.1189,52.38322,427.33453,37.645794,171.07332,0.0,1845.9973,8045.118,17.470463,540.89355,115.70122,38317.07,112.45449,15.50416,46.71438,155.91696,37.933933,16.6658,84.21607,1321.467,324.45105,50.5321,12.217555,11.715895,392.17087,52.700573,760.8263,103.939445,2569.7622,354.78888,218.9487,109.947075,176.421,5.8020716,8.662976,9.804752,2.2850292,1.6462144,76.43006,85.85764,94.063065,46.802353,44.71968,115.51481,11.597384,3052.1423,34.937435,47.26875,35.985104,30.644434,261.87317,71.59562,55.42014,9.842802,28.388018,48.675858,193.18663,514.46405,85.08486,297.44382,67.97874,81.378456,235.03195,158.99118,842.30707,141.87553,4.9378057,8.820139,4.7588334,57.498474,18488.193,3.1826463,32.608624,51.384514,37.497517,309.75153,66.73954,140.70291,1.6860555,126.87548,451.93875,237.954,144.06221,454.76892,36.157127,93.89149,138.22821,10.182389,1.7962564,11.565994,910.90546,0.05330354,0.23530278,53.771065,8.676782,4.0160246,4.47463,10.423626,81.93553,30.344168,97.38793,583.20966,264.52274,2341.002,1925.262,33.60359,59.586224,9353.126,7.770892,105.7206,748.5946,199.1525,277.13348,111.86889,669.11536,895.83466,484.19025,29.788095,156.26427,926.36725,1780.2994,81.32845,929.6576,103.97468,1.0644677,58.61857,0.8669552,0.5468767,2.4384952,70.501205,192.35316,150.42715,14.345463,1907.7988,437.43936,214.05357,306.6139,106.29127,76.583336,78.510506,84.56087,81.68889,662.79285,232.6121,124.02582,86.22525,27.793402,136.59238,126.66352,20.463924,484.74557,135.50696,1652.2909,32.283924,2083.8828,79.359436,404.32764,1234.9913,52.274994,14.658938,872.362,787.9252,2231.7832,101.478355 +2023-09-08 11:00:00,0.0,16502.014,369.06955,46.241394,53.90776,42.610355,209.47849,31.800669,51.739433,22.452559,30.153917,1391.056,156.62556,19.668337,187.35431,0.4111792,0.014047898,30.519009,0.21788591,0.112830915,432.35944,0.12056171,463.91223,60.576237,0.13425452,0.16550587,144.81042,22.311005,50.508797,95.59653,24726.02,0.034463484,2074.5583,0.29464507,0.08348515,0.04719643,0.14891061,179.56499,214.6232,22.077024,142.5375,36.4205,43.51485,2265.2253,1.6779016,145.37611,75.389244,440.08844,52.34911,427.41675,37.61763,170.94196,0.0,1844.8597,8039.9536,17.444729,540.6726,115.62687,38308.418,112.35354,15.481806,46.6685,155.71886,37.89445,16.642536,84.10506,1320.5845,324.5224,50.495407,12.200017,11.706165,391.78406,52.641277,759.9269,104.04472,2569.5933,355.19446,218.76958,110.03827,176.86842,5.8011246,8.661021,9.808357,2.286332,1.6478765,76.38799,85.82216,94.059135,46.774117,44.70946,115.444435,11.596268,3053.3525,34.925835,47.228127,35.956253,30.618063,261.81158,71.56087,55.366318,9.837276,28.37427,48.642708,193.02434,513.9294,85.04868,297.2998,67.93927,81.28394,234.85535,158.86122,841.75073,141.78275,4.932153,8.816319,4.7619166,57.519295,18481.299,3.1800733,32.597515,51.370384,37.472336,309.59448,66.73227,140.63918,1.6864537,126.85962,451.87817,237.9147,143.99185,454.70822,36.166065,93.87337,138.22531,10.184806,1.79699,11.570716,910.7392,0.053281043,0.23544306,53.79456,8.684283,4.019831,4.4806314,10.4337015,81.93386,30.359583,97.445526,583.34045,264.64774,2341.6309,1925.516,33.622353,59.61082,9349.261,7.7732754,105.76655,748.5338,199.21375,277.198,111.89694,669.416,895.76483,484.20792,29.786905,156.29047,925.9741,1779.4847,81.32729,929.39844,103.972755,1.0646322,58.6035,0.8670086,0.547093,2.438616,70.4681,192.41908,150.31203,14.351898,1906.3217,437.2405,214.00893,306.55695,106.217064,76.541664,78.42817,84.59585,81.594444,662.2046,232.49355,123.861336,86.14735,27.812326,136.49619,126.59843,20.450579,484.44727,135.42883,1650.6947,32.28062,2082.8896,79.35125,404.22675,1233.9635,52.23384,14.667763,872.278,788.01196,2231.2202,101.53669 +2023-09-08 12:00:00,0.0,16495.129,369.0473,46.287857,53.938232,42.645454,209.59485,31.812737,51.76545,22.458883,30.172344,1391.7568,156.5677,19.677223,187.4,0.41070968,0.014126155,30.526089,0.21767856,0.11288709,432.64236,0.12049167,464.0982,60.624287,0.13414815,0.16530682,144.86288,22.326923,50.52778,95.62424,24710.09,0.034475807,2074.5483,0.29511425,0.08341304,0.047286704,0.14874883,179.6354,214.74583,22.077114,142.5,36.42625,43.474663,2265.0193,1.6772914,145.25287,75.32326,440.058,52.315,427.49896,37.589462,170.8106,0.0,1843.7222,8034.7886,17.418995,540.45166,115.55252,38299.766,112.25258,15.459451,46.62262,155.52074,37.854965,16.61927,83.99405,1319.7018,324.59375,50.458714,12.182479,11.696437,391.39725,52.58198,759.0275,104.149994,2569.424,355.6,218.59045,110.12946,177.31584,5.8001776,8.659066,9.811962,2.2876344,1.6495385,76.34592,85.78667,94.05521,46.745876,44.699245,115.37406,11.595151,3054.5625,34.91423,47.1875,35.9274,30.59169,261.75,71.526115,55.3125,9.831751,28.360523,48.60956,192.86205,513.3948,85.0125,297.1558,67.899796,81.18943,234.67874,158.73125,841.19446,141.68996,4.9265003,8.8125,4.7650003,57.540115,18474.406,3.1775,32.58641,51.35625,37.447155,309.43744,66.725,140.57542,1.6868519,126.84375,451.81763,237.8754,143.92151,454.6475,36.175,93.855255,138.2224,10.1872225,1.7977237,11.5754385,910.57294,0.05325855,0.23558334,53.818054,8.691786,4.023638,4.486633,10.443777,81.93219,30.375,97.50313,583.47125,264.77274,2342.2595,1925.77,33.64112,59.635414,9345.395,7.7756586,105.8125,748.473,199.275,277.2625,111.925,669.7167,895.695,484.2256,29.785713,156.31667,925.58105,1778.6702,81.32614,929.1393,103.97084,1.0647967,58.588432,0.867062,0.54730916,2.4387372,70.435,192.485,150.19688,14.358334,1904.8445,437.0417,213.9643,306.5,106.14285,76.5,78.34583,84.63084,81.5,661.61633,232.375,123.696846,86.06944,27.83125,136.4,126.53333,20.437235,484.14896,135.35072,1649.0984,32.277317,2081.8967,79.34306,404.12585,1232.9355,52.192684,14.676588,872.19403,788.09875,2230.6572,101.59503 +2023-09-08 13:00:00,0.0,16488.244,369.02502,46.33432,53.968708,42.680557,209.71121,31.824802,51.791466,22.46521,30.190771,1392.4578,156.50986,19.686108,187.4457,0.41024014,0.014204411,30.533169,0.21747123,0.11294328,432.9253,0.120421626,464.28415,60.672337,0.13404177,0.16510777,144.91533,22.342842,50.54676,95.65195,24694.162,0.034488127,2074.5383,0.29558346,0.08334094,0.047376983,0.14858705,179.70584,214.86847,22.077204,142.4625,36.431995,43.434475,2264.8132,1.676681,145.12964,75.25728,440.0276,52.280888,427.58118,37.561295,170.67921,0.0,1842.5846,8029.624,17.39326,540.23065,115.47817,38291.11,112.15163,15.437097,46.576736,155.32263,37.815483,16.596006,83.88303,1318.8191,324.6651,50.42202,12.164941,11.6867075,391.0104,52.522686,758.1281,104.25527,2569.2551,356.00555,218.41133,110.22066,177.76326,5.7992306,8.657111,9.815566,2.2889369,1.6512007,76.30385,85.751175,94.05128,46.71764,44.689026,115.30369,11.594034,3055.7725,34.90263,47.146873,35.898544,30.565317,261.68845,71.49136,55.258682,9.826224,28.346775,48.57641,192.69975,512.8601,84.97632,297.0118,67.86033,81.09492,234.50214,158.60129,840.6381,141.59717,4.9208474,8.808681,4.7680836,57.56094,18467.514,3.174927,32.575302,51.342117,37.421974,309.2804,66.71773,140.51167,1.68725,126.82788,451.75705,237.83609,143.85115,454.5868,36.183933,93.837135,138.21948,10.189639,1.7984573,11.58016,910.4067,0.053236052,0.23572361,53.841553,8.699287,4.0274444,4.492635,10.453852,81.93052,30.390417,97.56072,583.60205,264.89774,2342.8884,1926.024,33.659885,59.66001,9341.529,7.7780423,105.858444,748.41223,199.33626,277.327,111.95306,670.0173,895.6252,484.2433,29.784523,156.34288,925.188,1777.8555,81.32499,928.8801,103.96892,1.0649611,58.57336,0.8671154,0.5475254,2.438858,70.4019,192.55092,150.08176,14.364769,1903.3674,436.84283,213.91965,306.44305,106.06865,76.458336,78.2635,84.665825,81.405556,661.0281,232.25644,123.532364,85.99155,27.850172,136.3038,126.46824,20.42389,483.85065,135.2726,1647.5022,32.274014,2080.9036,79.33487,404.02496,1231.9076,52.15153,14.685413,872.11005,788.1856,2230.0942,101.65337 +2023-09-08 14:00:00,0.0,16481.36,369.00278,46.380787,53.999184,42.715656,209.82758,31.836868,51.817482,22.471535,30.209198,1393.1586,156.452,19.694994,187.4914,0.4097706,0.014282668,30.540247,0.21726388,0.11299946,433.20822,0.120351575,464.4701,60.720383,0.13393539,0.1649087,144.96779,22.35876,50.565742,95.67966,24678.232,0.034500446,2074.5283,0.29605263,0.08326884,0.047467258,0.14842527,179.77628,214.9911,22.077295,142.425,36.437744,43.394283,2264.6074,1.6760708,145.00641,75.19129,439.99716,52.246777,427.6634,37.533127,170.54785,0.0,1841.447,8024.459,17.367525,540.0097,115.403824,38282.457,112.050674,15.4147415,46.530857,155.12451,37.776,16.57274,83.772026,1317.9364,324.73645,50.385326,12.147404,11.676979,390.6236,52.46339,757.22876,104.36055,2569.086,356.4111,218.23221,110.31186,178.21068,5.7982836,8.655156,9.819171,2.2902396,1.6528628,76.26177,85.71568,94.04735,46.6894,44.67881,115.233315,11.592917,3056.9827,34.89103,47.10625,35.869694,30.538944,261.62686,71.45661,55.20486,9.820699,28.333027,48.54326,192.53746,512.32544,84.94014,296.8678,67.82086,81.00041,234.32555,158.47131,840.0818,141.50438,4.9151945,8.804861,4.771167,57.58176,18460.621,3.1723537,32.564198,51.327988,37.396793,309.12335,66.710464,140.44794,1.6876482,126.81201,451.69647,237.7968,143.7808,454.52606,36.19287,93.81902,138.21658,10.192056,1.7991909,11.584883,910.2404,0.05321356,0.2358639,53.865047,8.706789,4.031251,4.4986362,10.463927,81.928856,30.405834,97.61832,583.73285,265.02274,2343.517,1926.2781,33.678654,59.684605,9337.664,7.7804255,105.904396,748.3514,199.3975,277.3915,111.98111,670.31793,895.55536,484.26096,29.783333,156.36908,924.79486,1777.0409,81.32384,928.621,103.966995,1.0651256,58.558292,0.8671688,0.54774165,2.4389791,70.3688,192.61684,149.96661,14.371203,1901.8903,436.64398,213.875,306.3861,105.994446,76.416664,78.18115,84.700806,81.31111,660.4399,232.1379,123.367874,85.91364,27.869097,136.20761,126.403145,20.410545,483.55234,135.19449,1645.9059,32.27071,2079.9106,79.32668,403.92407,1230.8796,52.11038,14.694239,872.02606,788.2724,2229.5312,101.71171 +2023-09-08 15:00:00,0.0,16474.475,368.98053,46.42725,54.029655,42.75076,209.94394,31.848934,51.8435,22.47786,30.227623,1393.8594,156.39415,19.70388,187.53708,0.40930107,0.014360924,30.547327,0.21705654,0.11305564,433.49112,0.12028153,464.65604,60.768433,0.13382901,0.16470966,145.02025,22.37468,50.58472,95.70737,24662.303,0.03451277,2074.5183,0.29652184,0.08319674,0.047557533,0.1482635,179.8467,215.11374,22.077385,142.3875,36.443493,43.354095,2264.4014,1.6754606,144.88318,75.12531,439.96674,52.212666,427.7456,37.50496,170.41649,0.0,1840.3096,8019.2944,17.341791,539.7887,115.32947,38273.8,111.94972,15.392387,46.484978,154.9264,37.736515,16.549477,83.66101,1317.0538,324.8078,50.34863,12.129866,11.667251,390.2368,52.404095,756.32935,104.46583,2568.917,356.81665,218.05307,110.40305,178.6581,5.7973366,8.653201,9.822776,2.291542,1.6545248,76.2197,85.68019,94.04342,46.661163,44.66859,115.16294,11.591801,3058.1926,34.87943,47.065624,35.84084,30.512571,261.56528,71.42186,55.151043,9.815172,28.31928,48.51011,192.37517,511.7908,84.90396,296.7238,67.78139,80.9059,234.14894,158.34135,839.52545,141.41159,4.909542,8.801042,4.77425,57.60258,18453.729,3.1697805,32.55309,51.313854,37.371613,308.96634,66.70319,140.38419,1.6880463,126.79614,451.6359,237.75749,143.71045,454.46536,36.201805,93.80091,138.21368,10.194472,1.7999245,11.589605,910.07416,0.053191062,0.23600416,53.888542,8.714292,4.0350575,4.5046377,10.474003,81.927185,30.421251,97.67592,583.8636,265.14774,2344.146,1926.5322,33.69742,59.709198,9333.798,7.782809,105.95035,748.2906,199.45876,277.45602,112.00916,670.6186,895.48553,484.27863,29.782143,156.39528,924.4018,1776.2262,81.322685,928.3618,103.96507,1.06529,58.543224,0.86722213,0.54795784,2.4391,70.33569,192.68274,149.85149,14.377639,1900.4131,436.44513,213.83035,306.32916,105.920235,76.375,78.098816,84.735794,81.21667,659.8516,232.01935,123.20339,85.83574,27.88802,136.11142,126.33806,20.3972,483.25406,135.11638,1644.3097,32.267406,2078.9175,79.3185,403.82315,1229.8518,52.06922,14.703064,871.9421,788.3592,2228.9683,101.77005 +2023-09-08 16:00:00,0.0,16467.59,368.95825,46.473713,54.06013,42.78586,210.0603,31.861,51.86951,22.484186,30.24605,1394.5602,156.33629,19.712765,187.58278,0.40883154,0.0144391805,30.554407,0.21684921,0.113111824,433.77405,0.12021148,464.842,60.816483,0.13372263,0.16451061,145.0727,22.390598,50.603703,95.73508,24646.375,0.03452509,2074.5083,0.29699102,0.08312464,0.047647808,0.1481017,179.91713,215.23636,22.077475,142.35,36.44924,43.313908,2264.1956,1.6748503,144.75995,75.05933,439.93628,52.178555,427.82782,37.47679,170.28513,0.0,1839.172,8014.13,17.316057,539.56775,115.25512,38265.15,111.84877,15.370032,46.4391,154.7283,37.697033,16.52621,83.549995,1316.1711,324.87918,50.311935,12.112328,11.657521,389.84995,52.3448,755.43,104.571106,2568.7478,357.22223,217.87395,110.49425,179.10551,5.7963896,8.651246,9.826381,2.2928445,1.6561869,76.17763,85.6447,94.03949,46.632927,44.658375,115.09257,11.590685,3059.4028,34.86783,47.025,35.811985,30.486198,261.50372,71.38711,55.09722,9.809647,28.305532,48.47696,192.21288,511.25613,84.867775,296.5798,67.74192,80.811386,233.97234,158.2114,838.9691,141.3188,4.903889,8.797222,4.7773333,57.623405,18446.836,3.1672075,32.541985,51.299725,37.346436,308.8093,66.69592,140.32043,1.6884445,126.78027,451.57532,237.71819,143.6401,454.40463,36.21074,93.78279,138.21077,10.196889,1.8006581,11.594327,909.9079,0.05316857,0.23614444,53.912037,8.721793,4.038864,4.5106397,10.484078,81.925514,30.436666,97.73351,583.9944,265.27274,2344.7747,1926.7863,33.716187,59.733795,9329.933,7.785192,105.99629,748.2298,199.52,277.52054,112.037224,670.91925,895.4157,484.2963,29.780952,156.42148,924.00867,1775.4116,81.321526,928.1027,103.96315,1.0654545,58.528156,0.86727554,0.5481741,2.4392211,70.30259,192.74866,149.73634,14.384074,1898.936,436.2463,213.78572,306.27222,105.84603,76.333336,78.01648,84.77078,81.12222,659.26337,231.90079,123.03891,85.75784,27.906944,136.01523,126.272964,20.383856,482.95575,135.03825,1642.7134,32.264103,2077.9246,79.31031,403.72226,1228.8239,52.02807,14.711888,871.8581,788.44604,2228.4053,101.82839 +2023-09-08 17:00:00,0.0,16460.705,368.936,46.52018,54.090603,42.82096,210.17667,31.873068,51.895527,22.49051,30.264477,1395.2611,156.27844,19.721651,187.62848,0.40836203,0.014517437,30.561485,0.21664186,0.11316801,434.05698,0.12014144,465.02795,60.864532,0.13361625,0.16431156,145.12515,22.406517,50.622684,95.762794,24630.445,0.03453741,2074.498,0.29746023,0.08305254,0.047738086,0.14793994,179.98755,215.359,22.077564,142.3125,36.454987,43.27372,2263.9895,1.6742401,144.63672,74.99335,439.90588,52.144444,427.91003,37.448627,170.15375,0.0,1838.0344,8008.965,17.290323,539.3468,115.18077,38256.492,111.74782,15.347678,46.39322,154.53018,37.65755,16.502947,83.43899,1315.2885,324.95053,50.27524,12.0947895,11.647793,389.46313,52.285503,754.5306,104.676384,2568.5789,357.62778,217.69482,110.58544,179.55293,5.7954426,8.649291,9.829985,2.294147,1.6578491,76.13556,85.609215,94.03556,46.604687,44.648155,115.022194,11.589568,3060.6128,34.856224,46.984375,35.78313,30.459827,261.44214,71.352356,55.043404,9.804121,28.291784,48.44381,192.05058,510.7215,84.8316,296.4358,67.70245,80.71687,233.79573,158.08142,838.4128,141.226,4.8982363,8.793403,4.780417,57.644226,18439.943,3.1646342,32.530876,51.28559,37.321255,308.65225,66.68866,140.2567,1.6888427,126.764404,451.51474,237.67888,143.56975,454.34393,36.219677,93.76468,138.20786,10.199306,1.8013917,11.59905,909.74164,0.05314607,0.23628472,53.93553,8.729296,4.0426707,4.516641,10.494153,81.92384,30.452084,97.79111,584.1252,265.39774,2345.4036,1927.0403,33.73495,59.75839,9326.067,7.7875752,106.042244,748.169,199.58125,277.58505,112.06528,671.2199,895.3459,484.31396,29.779762,156.4477,923.6156,1774.5969,81.32037,927.84357,103.96123,1.065619,58.513084,0.86732894,0.54839027,2.439342,70.26949,192.81458,149.6212,14.39051,1897.4589,436.04745,213.74107,306.21527,105.77183,76.291664,77.93414,84.80577,81.02778,658.6751,231.78224,122.87442,85.67994,27.925867,135.91904,126.20787,20.37051,482.65744,134.96014,1641.1172,32.2608,2076.9314,79.302124,403.62137,1227.7959,51.986916,14.720714,871.7741,788.53284,2227.8423,101.88673 +2023-09-08 18:00:00,0.0,16453.82,368.91373,46.566643,54.12108,42.85606,210.29303,31.885134,51.921543,22.496838,30.282904,1395.9619,156.22058,19.730537,187.67416,0.4078925,0.014595693,30.568565,0.21643452,0.11322419,434.3399,0.12007139,465.2139,60.912582,0.13350987,0.1641125,145.17761,22.422436,50.641666,95.790504,24614.516,0.03454973,2074.488,0.2979294,0.08298043,0.04782836,0.14777815,180.05798,215.48163,22.077656,142.275,36.460735,43.23353,2263.7837,1.6736299,144.51349,74.92737,439.87543,52.110332,427.99225,37.42046,170.02238,0.0,1836.8969,8003.8003,17.264587,539.1258,115.10642,38247.84,111.646866,15.325323,46.34734,154.33208,37.618065,16.479681,83.32797,1314.4059,325.02188,50.23855,12.077252,11.638063,389.07632,52.226204,753.6312,104.78166,2568.4097,358.03333,217.5157,110.676636,180.00035,5.7944956,8.647336,9.83359,2.2954497,1.6595111,76.09348,85.57373,94.03163,46.57645,44.63794,114.95182,11.588451,3061.823,34.844624,46.94375,35.75428,30.433455,261.38055,71.317604,54.989582,9.798594,28.278038,48.41066,191.88829,510.18686,84.79542,296.2918,67.66299,80.62236,233.61913,157.95146,837.85645,141.13321,4.8925834,8.789583,4.7835,57.665047,18433.05,3.1620612,32.519768,51.271458,37.296074,308.4952,66.68139,140.19295,1.6892408,126.74854,451.45416,237.63959,143.4994,454.28323,36.22861,93.74656,138.20496,10.201722,1.8021253,11.603771,909.5754,0.05312358,0.236425,53.95903,8.736797,4.046477,4.5226426,10.504229,81.92218,30.4675,97.84871,584.256,265.52274,2346.0322,1927.2943,33.75372,59.782986,9322.202,7.7899585,106.088196,748.1082,199.6425,277.64957,112.09333,671.5205,895.27606,484.33163,29.778572,156.47389,923.2225,1773.7823,81.31922,927.5844,103.95931,1.0657834,58.498016,0.8673823,0.5486065,2.439463,70.23639,192.8805,149.50607,14.396944,1895.9817,435.8486,213.69643,306.15833,105.69762,76.25,77.85181,84.84075,80.933334,658.0869,231.66368,122.70994,85.602036,27.944792,135.82285,126.14278,20.357164,482.35913,134.88202,1639.5209,32.257496,2075.9385,79.29393,403.52045,1226.768,51.945763,14.729539,871.6901,788.6196,2227.2793,101.94507 +2023-09-08 19:00:00,0.0,16446.936,368.89148,46.613106,54.15155,42.891163,210.4094,31.8972,51.94756,22.503162,30.301329,1396.6627,156.16273,19.739424,187.71986,0.40742296,0.01467395,30.575645,0.21622717,0.11328037,434.6228,0.120001346,465.39984,60.96063,0.1334035,0.16391344,145.23007,22.438354,50.66065,95.818214,24598.588,0.03456205,2074.478,0.2983986,0.08290833,0.047918636,0.14761637,180.12842,215.60426,22.077745,142.2375,36.466484,43.19334,2263.5776,1.6730195,144.39024,74.86139,439.845,52.07622,428.07446,37.392292,169.89102,0.0,1835.7593,7998.6353,17.238853,538.90485,115.03207,38239.188,111.54591,15.302969,46.30146,154.13396,37.578583,16.456415,83.216965,1313.5232,325.09323,50.201855,12.059714,11.628335,388.68948,52.16691,752.7318,104.88694,2568.2407,358.43887,217.33658,110.76783,180.44777,5.793549,8.645381,9.837194,2.2967522,1.6611732,76.051414,85.53823,94.0277,46.54821,44.62772,114.88144,11.587335,3063.033,34.833023,46.903126,35.725426,30.407082,261.319,71.28285,54.935764,9.793069,28.26429,48.37751,191.726,509.6522,84.75924,296.1478,67.62351,80.52785,233.44252,157.82149,837.3001,141.04042,4.886931,8.785764,4.7865834,57.68587,18426.158,3.159488,32.508663,51.257328,37.270893,308.33817,66.67412,140.1292,1.689639,126.73267,451.3936,237.60028,143.42905,454.2225,36.237545,93.72845,138.20206,10.204139,1.802859,11.608494,909.4091,0.05310108,0.23656528,53.982525,8.744299,4.0502834,4.5286446,10.514304,81.92051,30.482918,97.9063,584.3867,265.64774,2346.6611,1927.5485,33.772484,59.80758,9318.336,7.792342,106.13414,748.04736,199.70375,277.71408,112.12139,671.82117,895.20624,484.3493,29.77738,156.50009,922.8294,1772.9677,81.31807,927.32526,103.95739,1.0659479,58.48295,0.8674357,0.5488227,2.439584,70.203285,192.94641,149.39093,14.403379,1894.5046,435.64978,213.6518,306.10138,105.62341,76.208336,77.76946,84.87574,80.83889,657.49866,231.54514,122.54545,85.52414,27.963715,135.72667,126.07768,20.34382,482.06082,134.80391,1637.9247,32.254192,2074.9453,79.28574,403.41956,1225.7401,51.904606,14.738364,871.60614,788.7064,2226.7163,102.00341 +2023-09-08 20:00:00,0.0,16440.05,368.8692,46.659573,54.182026,42.92626,210.52576,31.909266,51.973576,22.509487,30.319756,1397.3635,156.10487,19.748308,187.76556,0.40695342,0.014752206,30.582724,0.21601984,0.113336556,434.90573,0.119931296,465.58582,61.00868,0.13329712,0.1637144,145.28252,22.454273,50.67963,95.845924,24582.658,0.03457437,2074.468,0.2988678,0.08283623,0.04800891,0.1474546,180.19884,215.72688,22.077835,142.2,36.472233,43.153152,2263.3718,1.6724093,144.26701,74.7954,439.81458,52.04211,428.15668,37.364124,169.75964,0.0,1834.6218,7993.4707,17.21312,538.6839,114.95772,38230.53,111.44496,15.280614,46.25558,153.93585,37.5391,16.433151,83.10595,1312.6405,325.16458,50.16516,12.042176,11.618607,388.30267,52.107613,751.83246,104.99222,2568.0715,358.84445,217.15746,110.85903,180.89519,5.792602,8.643426,9.840799,2.2980547,1.6628354,76.00934,85.50275,94.023766,46.519974,44.6175,114.811066,11.586218,3064.2432,34.821423,46.8625,35.69657,30.380709,261.25742,71.2481,54.881943,9.787542,28.250542,48.34436,191.5637,509.11755,84.72305,296.00378,67.584045,80.433334,233.26591,157.69153,836.74384,140.94763,4.881278,8.781944,4.7896667,57.70669,18419.266,3.156915,32.497555,51.243195,37.245712,308.18112,66.666855,140.06546,1.6900371,126.716805,451.333,237.56097,143.3587,454.1618,36.24648,93.71033,138.19914,10.206555,1.8035926,11.613216,909.24286,0.053078588,0.23670556,54.00602,8.7518015,4.05409,4.534646,10.52438,81.91884,30.498333,97.9639,584.5175,265.77274,2347.29,1927.8025,33.791252,59.832176,9314.471,7.7947254,106.18009,747.9866,199.765,277.7786,112.149445,672.1218,895.1364,484.36697,29.77619,156.5263,922.4363,1772.1531,81.31692,927.0661,103.95547,1.0661123,58.46788,0.8674891,0.54903895,2.439705,70.17019,193.01233,149.2758,14.409815,1893.0275,435.45093,213.60715,306.04443,105.54921,76.166664,77.687126,84.91073,80.744446,656.9104,231.42659,122.38097,85.446236,27.982637,135.63048,126.01259,20.330475,481.7625,134.7258,1636.3284,32.25089,2073.9521,79.27756,403.31866,1224.7122,51.863453,14.747189,871.52216,788.7933,2226.1533,102.061745 +2023-09-08 21:00:00,0.0,16433.166,368.84695,46.706036,54.212498,42.961365,210.64212,31.921333,51.999588,22.515814,30.338182,1398.0643,156.04703,19.757195,187.81125,0.4064839,0.014830463,30.589804,0.21581249,0.11339274,435.18866,0.11986125,465.77176,61.05673,0.13319074,0.16351534,145.33498,22.470192,50.698612,95.873634,24566.729,0.034586694,2074.458,0.299337,0.082764134,0.04809919,0.14729281,180.26927,215.84952,22.077927,142.1625,36.477978,43.112965,2263.1658,1.6717991,144.14378,74.72942,439.78415,52.008,428.2389,37.335957,169.62828,0.0,1833.4843,7988.306,17.187386,538.4629,114.88337,38221.88,111.344,15.25826,46.2097,153.73773,37.499615,16.409885,82.99494,1311.7578,325.23593,50.128468,12.024639,11.608877,387.91586,52.048317,750.93304,105.097496,2567.9026,359.25,216.97833,110.950226,181.3426,5.791655,8.641471,9.844403,2.2993574,1.6644975,75.96727,85.467255,94.01984,46.491734,44.607285,114.74069,11.585101,3065.4531,34.80982,46.821877,35.667717,30.354336,261.19583,71.21335,54.828125,9.782017,28.236794,48.31121,191.40141,508.58292,84.686874,295.8598,67.54458,80.33882,233.08931,157.56157,836.1875,140.85484,4.875625,8.778125,4.79275,57.727516,18412.373,3.1543417,32.48645,51.229065,37.22053,308.0241,66.659584,140.00171,1.6904352,126.700935,451.27243,237.52168,143.28835,454.10107,36.255417,93.692215,138.19623,10.208972,1.8043262,11.617938,909.07654,0.05305609,0.23684584,54.029514,8.759303,4.0578966,4.5406475,10.534454,81.91717,30.51375,98.02149,584.6483,265.89774,2347.9187,1928.0565,33.810017,59.85677,9310.605,7.7971087,106.226036,747.9258,199.82625,277.8431,112.1775,672.4225,895.0666,484.38464,29.775,156.5525,922.0432,1771.3384,81.31576,926.80695,103.953545,1.0662768,58.452812,0.86754245,0.54925513,2.439826,70.137085,193.07825,149.16066,14.41625,1891.5503,435.25208,213.5625,305.9875,105.475,76.125,77.60479,84.94571,80.65,656.32214,231.30803,122.21648,85.36833,28.001562,135.53429,125.9475,20.317131,481.4642,134.64767,1634.7322,32.247585,2072.9592,79.26937,403.21777,1223.6842,51.8223,14.756014,871.4381,788.88007,2225.5903,102.12009 +2023-09-08 22:00:00,0.0,16426.281,368.8247,46.7525,54.242973,42.996464,210.75847,31.9334,52.025604,22.522139,30.35661,1398.7653,155.98917,19.76608,187.85695,0.40601435,0.014908719,30.596884,0.21560515,0.11344892,435.4716,0.1197912,465.9577,61.10478,0.13308436,0.1633163,145.38744,22.48611,50.717594,95.901344,24550.799,0.034599014,2074.448,0.29980618,0.08269203,0.048189465,0.14713104,180.33969,215.97215,22.078016,142.125,36.483727,43.072773,2262.96,1.6711888,144.02055,74.66344,439.75372,51.97389,428.3211,37.30779,169.49692,0.0,1832.3467,7983.141,17.161652,538.24194,114.80902,38213.223,111.24305,15.235905,46.163822,153.53963,37.460133,16.386621,82.88393,1310.8752,325.30728,50.091774,12.007101,11.599149,387.52902,51.98902,750.0337,105.202774,2567.7334,359.65555,216.79921,111.04142,181.79002,5.790708,8.639516,9.848008,2.30066,1.6661595,75.92519,85.43176,94.01591,46.463497,44.597065,114.67032,11.583984,3066.663,34.798218,46.78125,35.638866,30.327965,261.13428,71.1786,54.774307,9.77649,28.223047,48.27806,191.23912,508.04825,84.650696,295.7158,67.50511,80.244316,232.91272,157.4316,835.63116,140.76205,4.869972,8.774305,4.7958336,57.748337,18405.48,3.1517684,32.47534,51.21493,37.19535,307.86707,66.65231,139.93796,1.6908333,126.68507,451.21185,237.48238,143.218,454.04037,36.26435,93.6741,138.19333,10.211389,1.8050598,11.622661,908.9103,0.053033598,0.23698612,54.05301,8.766806,4.061703,4.5466495,10.54453,81.915504,30.529167,98.079094,584.7791,266.02274,2348.5476,1928.3105,33.828785,59.881363,9306.739,7.799492,106.27199,747.865,199.8875,277.90762,112.20555,672.72314,894.99677,484.4023,29.77381,156.5787,921.6501,1770.5238,81.314606,926.5478,103.95162,1.0664413,58.43774,0.86759585,0.5494714,2.439947,70.10398,193.14417,149.04553,14.422686,1890.0732,435.05325,213.51785,305.93054,105.400795,76.083336,77.52245,84.9807,80.55556,655.7339,231.18948,122.051994,85.290436,28.020485,135.4381,125.88241,20.303785,481.1659,134.56956,1633.1359,32.24428,2071.966,79.261185,403.11688,1222.6562,51.781143,14.764839,871.3541,788.96686,2225.0273,102.17843 +2023-09-08 23:00:00,0.0,16419.396,368.80243,46.798965,54.273445,43.031567,210.87483,31.945465,52.05162,22.528463,30.375036,1399.4661,155.93132,19.774965,187.90263,0.40554482,0.014986975,30.603962,0.2153978,0.1135051,435.75452,0.11972116,466.14365,61.15283,0.13297798,0.16311723,145.4399,22.50203,50.736572,95.929054,24534.871,0.034611333,2074.438,0.3002754,0.08261993,0.04827974,0.14696926,180.41013,216.09479,22.078106,142.0875,36.489475,43.032585,2262.754,1.6705786,143.89732,74.59746,439.72327,51.939777,428.40332,37.279625,169.36555,0.0,1831.2091,7977.9766,17.135916,538.021,114.734665,38204.57,111.1421,15.213551,46.117943,153.34152,37.42065,16.363356,82.77292,1309.9926,325.37863,50.055077,11.989563,11.589419,387.1422,51.929726,749.1343,105.30805,2567.5645,360.0611,216.62009,111.132614,182.23744,5.789761,8.63756,9.851613,2.3019624,1.6678216,75.883125,85.39627,94.01198,46.435257,44.58685,114.599945,11.582868,3067.8733,34.786617,46.740623,35.610012,30.301592,261.0727,71.143845,54.720486,9.770965,28.2093,48.24491,191.07683,507.5136,84.61452,295.57178,67.46564,80.1498,232.73611,157.30164,835.0748,140.66925,4.86432,8.770486,4.798917,57.769157,18398.588,3.1491954,32.464237,51.200798,37.17017,307.71002,66.64504,139.87422,1.6912315,126.6692,451.15128,237.44307,143.14764,453.97964,36.273285,93.65598,138.19043,10.213805,1.8057934,11.627382,908.744,0.0530111,0.23712638,54.076504,8.774307,4.06551,4.552651,10.5546055,81.91383,30.544584,98.13669,584.90985,266.14774,2349.1763,1928.5646,33.84755,59.90596,9302.874,7.801875,106.31794,747.8042,199.94875,277.97214,112.23361,673.0238,894.927,484.42,29.77262,156.6049,921.257,1769.7091,81.31345,926.2887,103.9497,1.0666057,58.422672,0.8676492,0.5496876,2.440068,70.07088,193.21008,148.93039,14.42912,1888.5961,434.8544,213.47322,305.8736,105.326584,76.041664,77.44012,85.015686,80.46111,655.1457,231.07092,121.88751,85.21253,28.03941,135.3419,125.817314,20.290442,480.8676,134.49144,1631.5396,32.24098,2070.9731,79.253,403.01596,1221.6283,51.73999,14.773664,871.27014,789.0537,2224.4644,102.23676 +2023-09-09 00:00:00,0.0,16412.512,368.78018,46.84543,54.30392,43.066666,210.9912,31.957531,52.077637,22.53479,30.393461,1400.1669,155.87346,19.783852,187.94833,0.40507528,0.015065231,30.611042,0.21519047,0.11356129,436.0374,0.11965112,466.32962,61.200874,0.1328716,0.16291818,145.49234,22.517948,50.755554,95.956764,24518.941,0.034623656,2074.428,0.30074456,0.08254783,0.048370015,0.14680748,180.48056,216.2174,22.078196,142.05,36.49522,42.992397,2262.5479,1.6699684,143.7741,74.53148,439.69287,51.905666,428.48553,37.251457,169.23418,0.0,1830.0715,7972.812,17.110182,537.8,114.66032,38195.918,111.041145,15.1911955,46.072063,153.1434,37.381165,16.340092,82.6619,1309.1099,325.45,50.018383,11.972025,11.579691,386.7554,51.87043,748.2349,105.41333,2567.3953,360.46667,216.44095,111.22381,182.68486,5.788814,8.635605,9.855218,2.3032649,1.6694838,75.84105,85.36079,94.00805,46.40702,44.57663,114.52957,11.581751,3069.0833,34.775017,46.7,35.581158,30.275219,261.0111,71.10909,54.666668,9.765439,28.19555,48.211765,190.91454,506.97894,84.57833,295.4278,67.42617,80.05529,232.55951,157.17166,834.5185,140.57646,4.858667,8.766666,4.802,57.78998,18391.695,3.1466222,32.45313,51.18667,37.14499,307.55298,66.63778,139.81047,1.6916296,126.65333,451.0907,237.40376,143.0773,453.91895,36.282223,93.63787,138.18752,10.216222,1.806527,11.632105,908.57776,0.052988604,0.23726666,54.100002,8.781809,4.0693164,4.5586524,10.564681,81.91216,30.560001,98.19428,585.04065,266.27274,2349.8052,1928.8187,33.866318,59.930553,9299.009,7.8042583,106.363884,747.7434,200.01,278.03665,112.261665,673.3244,894.8572,484.43768,29.77143,156.63112,920.8639,1768.8945,81.3123,926.02954,103.947784,1.0667702,58.407604,0.8677026,0.5499038,2.440189,70.03778,193.276,148.81525,14.435555,1887.1189,434.65555,213.42857,305.81668,105.25238,76.0,77.35777,85.05067,80.36667,654.55743,230.95238,121.72302,85.13463,28.058332,135.24571,125.75222,20.277096,480.5693,134.41333,1629.9434,32.237675,2069.98,79.244804,402.91507,1220.6005,51.698837,14.782489,871.18616,789.1405,2223.9014,102.295105 +2023-09-09 01:00:00,0.0,16405.627,368.7579,46.89189,54.334393,43.10177,211.10756,31.969599,52.10365,22.541115,30.411888,1400.8677,155.81561,19.792738,187.99403,0.40460575,0.0151434885,30.618122,0.21498314,0.11361747,436.32034,0.119581066,466.51556,61.248924,0.13276522,0.16271913,145.5448,22.533867,50.774536,95.984474,24503.012,0.034635976,2074.418,0.30121377,0.08247572,0.048460294,0.14664571,180.55098,216.34004,22.078287,142.0125,36.50097,42.95221,2262.342,1.6693581,143.65085,74.46549,439.6624,51.871555,428.56775,37.22329,169.10281,0.0,1828.9341,7967.647,17.084448,537.57904,114.58597,38187.26,110.94019,15.168841,46.026184,152.9453,37.341682,16.316826,82.55089,1308.2272,325.52136,49.98169,11.954488,11.5699625,386.36856,51.811134,747.3355,105.51861,2567.226,360.87222,216.26183,111.315,183.13228,5.787867,8.63365,9.858823,2.3045676,1.6711458,75.79897,85.325294,94.00412,46.37878,44.566414,114.4592,11.580634,3070.2935,34.763416,46.659374,35.552307,30.248846,260.94955,71.07434,54.612846,9.7599125,28.181805,48.178616,190.75224,506.4443,84.54215,295.28378,67.3867,79.96078,232.3829,157.0417,833.96216,140.48367,4.853014,8.762847,4.8050833,57.810802,18384.8,3.1440492,32.442024,51.172535,37.11981,307.39594,66.63051,139.74672,1.6920278,126.63747,451.03012,237.36447,143.00694,453.85822,36.291157,93.61975,138.1846,10.218639,1.8072606,11.636827,908.4115,0.05296611,0.23740694,54.123497,8.789311,4.073123,4.5646544,10.574757,81.91049,30.575417,98.251884,585.17145,266.39774,2350.4338,1929.0728,33.885082,59.95515,9295.143,7.8066416,106.409836,747.68256,200.07126,278.10117,112.28972,673.62506,894.78735,484.45535,29.770239,156.65732,920.4708,1768.0798,81.31114,925.7704,103.94586,1.0669346,58.392536,0.867756,0.55012006,2.44031,70.00468,193.34192,148.70012,14.441991,1885.6418,434.45673,213.38393,305.75974,105.17818,75.958336,77.27544,85.085655,80.272224,653.9692,230.83383,121.55854,85.05673,28.077255,135.14952,125.687126,20.263752,480.271,134.33522,1628.347,32.23437,2068.987,79.23662,402.81418,1219.5725,51.657684,14.791314,871.1022,789.2273,2223.3384,102.35345 +2023-09-09 02:00:00,0.0,16398.742,368.73566,46.93836,54.36487,43.13687,211.22392,31.981665,52.129665,22.547441,30.430315,1401.5686,155.75775,19.801624,188.03972,0.4041362,0.015221745,30.6252,0.21477579,0.11367365,436.60327,0.11951102,466.7015,61.296974,0.13265884,0.16252008,145.59726,22.549786,50.793518,96.012184,24487.084,0.034648295,2074.408,0.30168295,0.08240362,0.04855057,0.14648391,180.62141,216.46268,22.078377,141.975,36.506718,42.912018,2262.136,1.6687478,143.52762,74.39951,439.632,51.837444,428.64996,37.19512,168.97145,0.0,1827.7964,7962.4824,17.058714,537.3581,114.51162,38178.61,110.83924,15.146486,45.980305,152.74718,37.3022,16.293562,82.43988,1307.3446,325.5927,49.944996,11.93695,11.560233,385.98175,51.75184,746.43616,105.623886,2567.0571,361.27777,216.0827,111.406204,183.5797,5.78692,8.631695,9.862427,2.30587,1.6728079,75.756905,85.2898,94.00019,46.350544,44.556194,114.388824,11.579517,3071.5034,34.751812,46.61875,35.523453,30.222473,260.88797,71.03959,54.55903,9.754387,28.168056,48.145466,190.58995,505.90967,84.505974,295.13977,67.34724,79.866264,232.2063,156.91174,833.4058,140.39088,4.8473616,8.7590275,4.808167,57.831623,18377.908,3.141476,32.430916,51.158405,37.094627,307.2389,66.62324,139.68298,1.692426,126.6216,450.96954,237.32516,142.9366,453.79752,36.30009,93.60164,138.1817,10.221056,1.8079942,11.641549,908.24524,0.052943613,0.23754722,54.14699,8.796813,4.076929,4.570656,10.584831,81.90883,30.590834,98.30948,585.30225,266.52274,2351.0627,1929.3268,33.90385,59.979744,9291.277,7.8090253,106.45579,747.62177,200.1325,278.16568,112.31778,673.9257,894.7175,484.47302,29.769047,156.68352,920.0777,1767.2653,81.30999,925.5112,103.94394,1.0670991,58.37747,0.86780936,0.55033624,2.4404309,69.97157,193.40784,148.58498,14.448426,1884.1647,434.25787,213.3393,305.7028,105.103966,75.916664,77.1931,85.12064,80.17778,653.3809,230.71527,121.39405,84.97883,28.09618,135.05333,125.62204,20.250406,479.9727,134.2571,1626.7509,32.231068,2067.994,79.22843,402.71326,1218.5446,51.616528,14.800139,871.0182,789.31415,2222.7754,102.41178 +2023-09-09 03:00:00,0.0,16391.857,368.7134,46.98482,54.395344,43.17197,211.34029,31.99373,52.15568,22.553766,30.448742,1402.2694,155.6999,19.810509,188.08542,0.40366668,0.015300001,30.63228,0.21456845,0.113729835,436.8862,0.11944097,466.88745,61.345024,0.13255246,0.16232102,145.64972,22.565704,50.8125,96.039894,24471.154,0.03466062,2074.3977,0.30215216,0.08233152,0.048640843,0.14632215,180.69183,216.58531,22.078466,141.9375,36.512466,42.87183,2261.9302,1.6681376,143.40439,74.333534,439.60156,51.803333,428.73218,37.166954,168.84007,0.0,1826.6589,7957.3174,17.03298,537.1371,114.43727,38169.953,110.73829,15.124132,45.93442,152.54907,37.262714,16.270296,82.328865,1306.4619,325.66406,49.908302,11.919412,11.550505,385.5949,51.692543,745.53674,105.729164,2566.888,361.68332,215.90356,111.4974,184.02711,5.785973,8.62974,9.866032,2.3071725,1.6744701,75.71483,85.25431,93.99626,46.322308,44.54598,114.31845,11.578401,3072.7136,34.74021,46.578125,35.4946,30.1961,260.8264,71.00484,54.505207,9.74886,28.154308,48.112316,190.42766,505.375,84.469795,294.9958,67.30776,79.77175,232.0297,156.78177,832.84955,140.2981,4.8417087,8.755208,4.81125,57.852448,18371.016,3.138903,32.41981,51.14427,37.069447,307.08185,66.615974,139.61923,1.6928241,126.60573,450.90897,237.28586,142.86624,453.73682,36.30903,93.58353,138.1788,10.223473,1.8087279,11.646272,908.079,0.05292112,0.2376875,54.170486,8.804316,4.0807357,4.5766573,10.594907,81.90716,30.60625,98.36707,585.433,266.64774,2351.6914,1929.5808,33.922615,60.004337,9287.412,7.8114085,106.50173,747.561,200.19376,278.2302,112.34583,674.2264,894.6477,484.4907,29.767857,156.70973,919.68463,1766.4506,81.30884,925.2521,103.94202,1.0672636,58.362396,0.86786276,0.5505525,2.4405518,69.93847,193.47374,148.46985,14.454861,1882.6875,434.05902,213.29465,305.64584,105.02976,75.875,77.11076,85.155624,80.083336,652.7927,230.59673,121.22957,84.900925,28.115103,134.95714,125.556946,20.237062,479.67438,134.17899,1625.1545,32.227764,2067.001,79.220245,402.61237,1217.5166,51.575375,14.808965,870.9342,789.40094,2222.2124,102.47012 +2023-09-09 04:00:00,0.0,16384.973,368.69113,47.031284,54.425816,43.207073,211.45665,32.0058,52.181698,22.560091,30.467167,1402.9702,155.64204,19.819395,188.13112,0.40319714,0.015378257,30.63936,0.2143611,0.11378602,437.16913,0.11937093,467.07343,61.393074,0.13244608,0.16212197,145.70216,22.581623,50.831482,96.067604,24455.225,0.03467294,2074.3877,0.30262133,0.082259424,0.04873112,0.14616036,180.76227,216.70793,22.078556,141.9,36.51821,42.831642,2261.724,1.6675273,143.28116,74.26755,439.5711,51.769222,428.8144,37.138786,168.70871,0.0,1825.5214,7952.153,17.007246,536.91614,114.362915,38161.3,110.63734,15.101777,45.888542,152.35095,37.223232,16.247032,82.21786,1305.5792,325.7354,49.87161,11.901874,11.540775,385.2081,51.633247,744.6374,105.83444,2566.719,362.0889,215.72444,111.58859,184.47453,5.785026,8.627785,9.869637,2.3084753,1.6761322,75.67276,85.21883,93.99233,46.294067,44.53576,114.24808,11.577284,3073.9236,34.72861,46.5375,35.465744,30.16973,260.76483,70.970085,54.45139,9.743335,28.140562,48.079166,190.26537,504.84036,84.43361,294.85178,67.268295,79.67724,231.85309,156.65181,832.2932,140.2053,4.8360558,8.751389,4.8143334,57.87327,18364.123,3.1363297,32.408703,51.13014,37.044266,306.92484,66.6087,139.55548,1.6932223,126.58986,450.8484,237.24657,142.7959,453.6761,36.317963,93.56541,138.17589,10.225889,1.8094615,11.650994,907.9127,0.052898623,0.23782778,54.19398,8.811817,4.0845423,4.5826592,10.604982,81.90549,30.621668,98.42467,585.56384,266.77274,2352.3203,1929.835,33.941383,60.028934,9283.546,7.8137918,106.54768,747.5002,200.255,278.2947,112.373886,674.52704,894.5779,484.50836,29.766666,156.73593,919.29156,1765.636,81.307686,924.9929,103.940094,1.067428,58.34733,0.8679161,0.5507687,2.4406729,69.90537,193.53966,148.3547,14.461296,1881.2104,433.8602,213.25,305.5889,104.95555,75.833336,77.02843,85.19061,79.98889,652.20447,230.47816,121.06508,84.82303,28.134027,134.86095,125.49185,20.223717,479.37607,134.10086,1623.5583,32.22446,2066.0078,79.21206,402.51147,1216.4888,51.53422,14.817789,870.8502,789.48773,2221.6494,102.528465 +2023-09-09 05:00:00,0.0,16378.087,368.66888,47.07775,54.45629,43.242172,211.57301,32.017864,52.207714,22.566418,30.485594,1403.671,155.5842,19.828281,188.1768,0.4027276,0.0154565135,30.64644,0.21415377,0.113842204,437.45203,0.11930088,467.25937,61.441124,0.1323397,0.16192292,145.75462,22.597542,50.850464,96.095314,24439.295,0.034685258,2074.3777,0.30309054,0.08218732,0.048821397,0.14599858,180.83269,216.83057,22.078648,141.8625,36.52396,42.791454,2261.5183,1.6669171,143.15793,74.20157,439.5407,51.73511,428.8966,37.110622,168.57735,0.0,1824.3838,7946.9883,16.98151,536.6952,114.28857,38152.645,110.53638,15.079423,45.842663,152.15285,37.18375,16.223766,82.10684,1304.6967,325.80676,49.834915,11.884336,11.531047,384.8213,51.57395,743.738,105.93972,2566.5498,362.49445,215.54532,111.67979,184.92195,5.784079,8.62583,9.873241,2.3097777,1.6777942,75.630684,85.183334,93.9884,46.26583,44.525543,114.177704,11.576168,3075.1338,34.71701,46.496876,35.436893,30.143356,260.70325,70.93533,54.397568,9.737808,28.126814,48.046017,190.10309,504.3057,84.39743,294.70776,67.22883,79.582726,231.6765,156.52184,831.7369,140.11252,4.830403,8.747569,4.8174167,57.89409,18357.23,3.1337566,32.397594,51.11601,37.019085,306.7678,66.60143,139.49174,1.6936204,126.57399,450.7878,237.20726,142.72554,453.6154,36.326897,93.547295,138.17297,10.228306,1.8101951,11.655716,907.74646,0.05287613,0.23796806,54.217476,8.819319,4.088349,4.5886607,10.615058,81.90382,30.637083,98.48227,585.6946,266.89774,2352.949,1930.089,33.960148,60.053528,9279.681,7.816175,106.593636,747.4394,200.31625,278.35922,112.40195,674.82764,894.50806,484.52603,29.765476,156.76213,918.89844,1764.8214,81.30653,924.73376,103.93817,1.0675925,58.33226,0.8679695,0.5509849,2.4407938,69.87227,193.60558,148.23958,14.467731,1879.7333,433.66135,213.20535,305.53195,104.88135,75.791664,76.94608,85.2256,79.89445,651.6162,230.35962,120.9006,84.745125,28.15295,134.76476,125.42676,20.210373,479.07776,134.02275,1621.962,32.221157,2065.0146,79.20387,402.41058,1215.4608,51.49307,14.826614,870.76624,789.5746,2221.0864,102.58681 +2023-09-09 06:00:00,0.0,16371.202,368.6466,47.124214,54.486763,43.277275,211.68938,32.02993,52.233727,22.572742,30.50402,1404.3718,155.52634,19.837166,188.2225,0.40225807,0.015534771,30.653519,0.21394642,0.11389838,437.73495,0.11923084,467.4453,61.48917,0.13223332,0.16172387,145.80708,22.61346,50.869446,96.123024,24423.367,0.03469758,2074.3677,0.30355972,0.08211522,0.048911672,0.14583682,180.90312,216.9532,22.078737,141.825,36.52971,42.751263,2261.3123,1.6663069,143.0347,74.13558,439.51025,51.701,428.97882,37.082455,168.44598,0.0,1823.2462,7941.823,16.955776,536.4742,114.21422,38143.992,110.435425,15.057068,45.796783,151.95474,37.144264,16.2005,81.995834,1303.814,325.8781,49.79822,11.866798,11.521318,384.43445,51.514656,742.8386,106.045,2566.3809,362.9,215.3662,111.77098,185.36937,5.783132,8.623875,9.876845,2.3110802,1.6794564,75.588615,85.14784,93.984474,46.23759,44.515324,114.10733,11.575051,3076.3438,34.70541,46.45625,35.40804,30.116983,260.64166,70.90058,54.34375,9.732283,28.113066,48.012867,189.9408,503.77106,84.36125,294.56378,67.189354,79.48822,231.4999,156.39188,831.18054,140.01971,4.8247504,8.74375,4.8205,57.914913,18350.338,3.1311834,32.38649,51.101875,36.993904,306.61075,66.59417,139.428,1.6940186,126.55812,450.72723,237.16795,142.6552,453.55466,36.33583,93.529175,138.17007,10.230722,1.8109287,11.660439,907.5802,0.052853633,0.23810834,54.240974,8.826821,4.0921555,4.594662,10.625133,81.90215,30.6525,98.53986,585.8254,267.02274,2353.578,1930.343,33.978916,60.078125,9275.815,7.818558,106.63958,747.37854,200.3775,278.42374,112.43,675.1283,894.43823,484.5437,29.764286,156.78833,918.5054,1764.0067,81.305374,924.4746,103.93626,1.067757,58.317192,0.8680229,0.5512011,2.4409149,69.839165,193.6715,148.12444,14.474167,1878.2561,433.4625,213.16072,305.475,104.807144,75.75,76.86375,85.26059,79.8,651.02795,230.24107,120.736115,84.66722,28.171875,134.66856,125.361664,20.197027,478.77945,133.94463,1620.3658,32.217854,2064.0217,79.19568,402.3097,1214.4329,51.451912,14.83544,870.68225,789.6614,2220.5234,102.64514 +2023-09-09 07:00:00,0.0,16364.317,368.62436,47.170677,54.51724,43.312374,211.80574,32.041996,52.259743,22.579067,30.522448,1405.0728,155.46849,19.846052,188.26819,0.40178853,0.015613027,30.660599,0.21373908,0.11395457,438.01788,0.119160786,467.6313,61.53722,0.13212696,0.16152482,145.85954,22.62938,50.888428,96.150734,24407.438,0.0347099,2074.3577,0.30402893,0.08204312,0.049001947,0.14567502,180.97356,217.07584,22.078827,141.7875,36.535454,42.711075,2261.1064,1.6656966,142.91145,74.0696,439.47983,51.66689,429.061,37.054287,168.3146,0.0,1822.1086,7936.6587,16.930042,536.25323,114.13987,38135.34,110.33447,15.034714,45.750904,151.75662,37.104782,16.177237,81.88482,1302.9313,325.9495,49.761528,11.84926,11.511589,384.04764,51.455357,741.9392,106.150276,2566.2117,363.30554,215.18707,111.862175,185.8168,5.782185,8.62192,9.88045,2.3123827,1.6811185,75.54654,85.11236,93.980545,46.209354,44.505108,114.03696,11.573935,3077.5537,34.693806,46.415627,35.379185,30.09061,260.5801,70.86583,54.289932,9.726757,28.099318,47.979717,189.7785,503.23642,84.32507,294.41977,67.14989,79.39371,231.32329,156.26192,830.6242,139.92693,4.8190975,8.73993,4.8235836,57.935734,18343.445,3.1286101,32.37538,51.08774,36.968727,306.4537,66.5869,139.36424,1.6944166,126.54225,450.66666,237.12865,142.58485,453.49396,36.34477,93.51106,138.16718,10.233139,1.8116623,11.66516,907.41394,0.05283114,0.23824862,54.26447,8.834323,4.095962,4.600664,10.635208,81.90048,30.667917,98.59746,585.9562,267.14774,2354.2065,1930.597,33.99768,60.10272,9271.95,7.8209414,106.68553,747.31775,200.43875,278.48825,112.45805,675.42896,894.3684,484.56137,29.763096,156.81454,918.11224,1763.1921,81.30422,924.2155,103.93433,1.0679214,58.302124,0.86807626,0.55141735,2.4410357,69.80607,193.73741,148.00931,14.480602,1876.779,433.26367,213.11607,305.41806,104.73293,75.708336,76.78141,85.29557,79.70556,650.43976,230.12251,120.571625,84.589325,28.190798,134.57237,125.29657,20.183683,478.48114,133.86652,1618.7695,32.21455,2063.0286,79.18749,402.20877,1213.4049,51.41076,14.844265,870.59827,789.74817,2219.9604,102.70348 +2023-09-09 08:00:00,0.0,16357.433,368.6021,47.217144,54.54771,43.347477,211.9221,32.05406,52.28576,22.585394,30.540874,1405.7736,155.41063,19.854939,188.31389,0.401319,0.015691282,30.667679,0.21353173,0.11401075,438.3008,0.11909074,467.81723,61.58527,0.13202058,0.16132575,145.91199,22.645298,50.907406,96.17845,24391.508,0.034722224,2074.3477,0.3044981,0.08197101,0.049092226,0.14551325,181.04398,217.19846,22.078918,141.75,36.541203,42.670887,2260.9004,1.6650863,142.78822,74.003624,439.4494,51.63278,429.14322,37.02612,168.18324,0.0,1820.9712,7931.4937,16.904308,536.0323,114.06551,38126.684,110.23352,15.012359,45.705025,151.5585,37.0653,16.15397,81.77381,1302.0486,326.02084,49.72483,11.831722,11.501861,383.66083,51.39606,741.0398,106.255554,2566.0427,363.71112,215.00793,111.95338,186.26422,5.781238,8.619965,9.884055,2.3136854,1.6827805,75.50447,85.076866,93.976616,46.181114,44.49489,113.96658,11.572818,3078.764,34.682205,46.375,35.35033,30.064238,260.51852,70.83108,54.23611,9.7212305,28.085571,47.946568,189.61621,502.70175,84.28889,294.2758,67.11042,79.299194,231.14668,156.13194,830.0679,139.83414,4.8134446,8.736111,4.826667,57.95656,18336.553,3.1260371,32.364277,51.073612,36.943546,306.29666,66.57963,139.3005,1.6948148,126.52639,450.60608,237.08936,142.5145,453.43323,36.353703,93.49295,138.16426,10.235556,1.8123959,11.669883,907.2477,0.052808642,0.23838888,54.287964,8.8418255,4.0997686,4.6066656,10.645284,81.89881,30.683334,98.65506,586.0869,267.27274,2354.8354,1930.8511,34.01645,60.12731,9268.084,7.8233247,106.731476,747.25696,200.5,278.55276,112.48611,675.7296,894.2986,484.57904,29.761904,156.84074,917.7192,1762.3774,81.30307,923.95636,103.93241,1.0680859,58.287052,0.8681297,0.5516336,2.4411569,69.772964,193.80333,147.89417,14.487037,1875.3019,433.06482,213.07143,305.3611,104.65873,75.666664,76.69907,85.33056,79.611115,649.8515,230.00397,120.40714,84.51142,28.20972,134.47618,125.23148,20.170338,478.18286,133.7884,1617.1733,32.211246,2062.0356,79.179306,402.10788,1212.3771,51.369606,14.853089,870.5143,789.835,2219.3975,102.761826 +2023-09-09 09:00:00,0.0,16350.548,368.57983,47.263607,54.578186,43.382576,212.03847,32.066128,52.311775,22.591719,30.5593,1406.4744,155.35278,19.863825,188.35959,0.40084946,0.01576954,30.674757,0.2133244,0.11406693,438.5837,0.11902069,468.00317,61.63332,0.1319142,0.1611267,145.96445,22.661219,50.926388,96.20616,24375.58,0.034734543,2074.3376,0.3049673,0.08189891,0.0491825,0.14535147,181.11441,217.32109,22.079008,141.7125,36.54695,42.630695,2260.6946,1.664476,142.665,73.93764,439.41898,51.598667,429.22543,36.99795,168.05188,0.0,1819.8336,7926.329,16.878574,535.8113,113.991165,38118.03,110.13257,14.990005,45.659145,151.3604,37.025818,16.130707,81.662796,1301.166,326.0922,49.688137,11.814185,11.492131,383.274,51.336765,740.14044,106.36083,2565.8735,364.11667,214.82881,112.04457,186.71164,5.780291,8.61801,9.88766,2.314988,1.6844426,75.462395,85.041374,93.97269,46.152878,44.484673,113.89621,11.571701,3079.9739,34.670605,46.334373,35.32148,30.037865,260.45694,70.796326,54.182293,9.715705,28.071823,47.913418,189.45392,502.1671,84.25271,294.13177,67.07095,79.20468,230.97008,156.00198,829.51154,139.74135,4.8077917,8.732291,4.82975,57.97738,18329.66,3.1234639,32.35317,51.05948,36.918365,306.13962,66.57236,139.23676,1.695213,126.51052,450.5455,237.05005,142.44415,453.37253,36.362637,93.47483,138.16135,10.237972,1.8131295,11.674605,907.0814,0.05278615,0.23852916,54.31146,8.849327,4.103575,4.612667,10.655359,81.89714,30.69875,98.712654,586.2178,267.39774,2355.464,1931.1052,34.035213,60.15191,9264.219,7.8257084,106.77743,747.19617,200.56125,278.61728,112.51417,676.0303,894.22876,484.5967,29.760714,156.86694,917.32605,1761.5629,81.30192,923.6972,103.93049,1.0682503,58.271984,0.8681831,0.5518498,2.4412777,69.73986,193.86925,147.77902,14.493472,1873.8247,432.86597,213.0268,305.30417,104.584526,75.625,76.61674,85.36555,79.51667,649.26324,229.8854,120.24265,84.43352,28.228645,134.37999,125.16639,20.156994,477.88455,133.71028,1615.577,32.207943,2061.0425,79.17112,402.007,1211.3491,51.32845,14.861915,870.4303,789.9218,2218.8345,102.82016 +2023-09-09 10:00:00,0.0,16343.662,368.5576,47.31007,54.608658,43.41768,212.15482,32.078194,52.33779,22.598045,30.577726,1407.1752,155.29492,19.87271,188.40527,0.40037993,0.015847797,30.681837,0.21311706,0.11412311,438.86664,0.11895065,468.18912,61.68137,0.13180782,0.16092765,146.0169,22.677137,50.94537,96.23387,24359.65,0.034746863,2074.3276,0.3054365,0.08182681,0.049272776,0.14518969,181.18483,217.44373,22.079098,141.675,36.5527,42.590508,2260.4885,1.6638658,142.54176,73.87166,439.38855,51.564556,429.30765,36.969788,167.9205,0.0,1818.696,7921.1646,16.852839,535.59033,113.91682,38109.375,110.03162,14.967649,45.613266,151.1623,36.986332,16.10744,81.55178,1300.2833,326.16354,49.651443,11.796647,11.482403,382.88718,51.27747,739.241,106.46611,2565.7046,364.52222,214.64969,112.135765,187.15906,5.779344,8.616055,9.891264,2.3162904,1.6861048,75.42033,85.00588,93.96876,46.124638,44.474453,113.825836,11.570584,3081.184,34.659004,46.29375,35.292625,30.011494,260.3954,70.76157,54.12847,9.710178,28.058075,47.88027,189.29163,501.63248,84.21653,293.98776,67.03148,79.11017,230.79347,155.87201,828.9552,139.64856,4.8021393,8.728472,4.8328333,57.9982,18322.768,3.1208909,32.342064,51.04535,36.893185,305.9826,66.565094,139.173,1.6956111,126.49465,450.48492,237.01074,142.3738,453.3118,36.371574,93.45672,138.15845,10.240389,1.8138632,11.679327,906.91516,0.052763652,0.23866944,54.334953,8.856829,4.107382,4.618669,10.665435,81.89548,30.714167,98.77025,586.3485,267.52274,2356.093,1931.3593,34.05398,60.176502,9260.354,7.8280916,106.82338,747.1354,200.6225,278.6818,112.54222,676.33093,894.15894,484.6144,29.759523,156.89316,916.933,1760.7482,81.300766,923.43805,103.928566,1.0684148,58.256916,0.8682364,0.552066,2.4413989,69.70676,193.93517,147.6639,14.4999075,1872.3477,432.66714,212.98215,305.24722,104.510315,75.583336,76.53439,85.40053,79.422226,648.675,229.76686,120.07817,84.35561,28.247568,134.2838,125.101295,20.143648,477.58624,133.63217,1613.9808,32.20464,2060.0496,79.16293,401.90607,1210.3212,51.287296,14.87074,870.3463,790.0086,2218.2715,102.8785 +2023-09-09 11:00:00,0.0,16336.777,368.5353,47.356537,54.639133,43.452778,212.27118,32.090263,52.363804,22.60437,30.596153,1407.8761,155.23708,19.881596,188.45097,0.3999104,0.015926052,30.688917,0.21290971,0.1141793,439.14957,0.11888061,468.3751,61.729416,0.13170144,0.1607286,146.06937,22.693056,50.96435,96.26158,24343.72,0.034759186,2074.3176,0.3059057,0.081754714,0.04936305,0.14502792,181.25526,217.56636,22.079187,141.6375,36.558445,42.55032,2260.2825,1.6632556,142.41853,73.80567,439.3581,51.53044,429.38986,36.94162,167.78914,0.0,1817.5585,7915.9995,16.827105,535.3694,113.84247,38100.723,109.930664,14.945295,45.567387,150.96417,36.94685,16.084177,81.44077,1299.4006,326.2349,49.61475,11.779109,11.472674,382.50037,51.218174,738.3417,106.57139,2565.5354,364.92776,214.47058,112.22696,187.60648,5.778397,8.6140995,9.894869,2.317593,1.6877669,75.37825,84.9704,93.96483,46.0964,44.464233,113.75546,11.569468,3082.394,34.647404,46.253124,35.26377,29.98512,260.3338,70.72682,54.074654,9.704653,28.044329,47.84712,189.12933,501.0978,84.18035,293.84378,66.99201,79.015656,230.61687,155.74205,828.3989,139.55577,4.7964864,8.724653,4.835917,58.019024,18315.875,3.1183176,32.330956,51.031216,36.868004,305.82556,66.55782,139.10927,1.6960093,126.47878,450.42435,236.97145,142.30345,453.2511,36.38051,93.4386,138.15555,10.2428055,1.8145968,11.68405,906.7489,0.05274116,0.23880972,54.358448,8.864331,4.111188,4.6246705,10.675509,81.89381,30.729584,98.82784,586.4793,267.64774,2356.722,1931.6133,34.072746,60.2011,9256.487,7.830475,106.86932,747.0746,200.68375,278.7463,112.570274,676.63153,894.0891,484.63208,29.758333,156.91936,916.53986,1759.9336,81.29961,923.1789,103.92664,1.0685793,58.241848,0.8682898,0.5522822,2.4415197,69.67366,194.00108,147.54875,14.506343,1870.8705,432.4683,212.9375,305.19028,104.43611,75.541664,76.45206,85.43552,79.327774,648.0868,229.64832,119.91368,84.27772,28.266493,134.18762,125.0362,20.130304,477.28793,133.55405,1612.3845,32.201336,2059.0564,79.15475,401.80518,1209.2932,51.246143,14.879565,870.2623,790.09546,2217.7085,102.936844 +2023-09-09 12:00:00,0.0,16329.893,368.51306,47.403,54.669605,43.48788,212.38754,32.10233,52.38982,22.610695,30.61458,1408.5769,155.17921,19.890482,188.49667,0.39944085,0.016004309,30.695995,0.21270238,0.11423548,439.4325,0.11881056,468.56104,61.777466,0.13159506,0.16052954,146.12181,22.708975,50.983334,96.28929,24327.791,0.034771506,2074.3074,0.30637488,0.08168261,0.04945333,0.14486612,181.3257,217.68898,22.079279,141.6,36.564194,42.51013,2260.0767,1.6626453,142.2953,73.73969,439.3277,51.49633,429.47208,36.913452,167.65778,0.0,1816.4209,7910.835,16.80137,535.1484,113.76811,38092.07,109.82971,14.92294,45.521507,150.76607,36.907368,16.060911,81.32976,1298.5181,326.30624,49.578056,11.761572,11.462945,382.11353,51.15888,737.44226,106.67667,2565.3665,365.33334,214.29144,112.31815,188.0539,5.77745,8.612144,9.898474,2.3188956,1.6894289,75.33618,84.934906,93.9609,46.06816,44.454018,113.68509,11.568351,3083.6042,34.6358,46.2125,35.23492,29.958748,260.27222,70.69207,54.020832,9.699126,28.03058,47.81397,188.96704,500.56317,84.144165,293.69977,66.952545,78.92114,230.44026,155.61209,827.8426,139.46298,4.7908335,8.720834,4.839,58.039845,18308.982,3.1157446,32.31985,51.017082,36.842823,305.66852,66.55055,139.04552,1.6964074,126.46291,450.36377,236.93214,142.2331,453.19037,36.389442,93.42049,138.15263,10.245222,1.8153305,11.688771,906.58264,0.05271866,0.23895,54.381947,8.871833,4.1149945,4.630672,10.685585,81.892136,30.745,98.885445,586.6101,267.77274,2357.3506,1931.8673,34.091515,60.225693,9252.622,7.832858,106.915276,747.01373,200.745,278.81082,112.598335,676.9322,894.0193,484.64975,29.757143,156.94556,916.1468,1759.1189,81.298454,922.91974,103.92473,1.0687437,58.22678,0.86834323,0.55249846,2.4416409,69.64056,194.067,147.43362,14.512778,1869.3933,432.26944,212.89285,305.13333,104.36191,75.5,76.36972,85.470505,79.23333,647.49854,229.52975,119.7492,84.199814,28.285416,134.09143,124.97111,20.116959,476.98962,133.47594,1610.7882,32.198032,2058.0635,79.14655,401.70428,1208.2653,51.20499,14.88839,870.17834,790.18225,2217.1455,102.99518 +2023-09-09 13:00:00,0.0,16323.008,368.4908,47.449463,54.70008,43.52298,212.5039,32.114395,52.415836,22.617022,30.633005,1409.2777,155.12137,19.899366,188.54236,0.39897135,0.016082564,30.703075,0.21249503,0.11429166,439.71542,0.118740514,468.74698,61.825516,0.13148868,0.16033049,146.17427,22.724894,51.002316,96.317,24311.863,0.034783825,2074.2974,0.3068441,0.08161051,0.049543604,0.14470436,181.39612,217.81161,22.079369,141.5625,36.569942,42.46994,2259.8706,1.6620351,142.17207,73.67371,439.29724,51.46222,429.5543,36.885284,167.52641,0.0,1815.2834,7905.67,16.775637,534.9274,113.69376,38083.414,109.72876,14.900586,45.475628,150.56795,36.86788,16.037647,81.21875,1297.6354,326.3776,49.541363,11.744034,11.453217,381.7267,51.099583,736.5429,106.781944,2565.1973,365.7389,214.11232,112.40935,188.50131,5.776503,8.610189,9.902079,2.320198,1.6910911,75.294106,84.899414,93.95697,46.039925,44.443798,113.614716,11.567234,3084.8142,34.6242,46.171875,35.206066,29.932375,260.21066,70.65732,53.967014,9.693601,28.016832,47.78082,188.80475,500.0285,84.10799,293.55576,66.91308,78.82663,230.26367,155.48212,827.28625,139.37018,4.7851806,8.717014,4.8420835,58.060665,18302.09,3.1131713,32.308743,51.002953,36.817642,305.51147,66.54329,138.98177,1.6968056,126.447044,450.3032,236.89284,142.16275,453.12967,36.39838,93.402374,138.14972,10.247639,1.8160641,11.693494,906.4164,0.05269617,0.23909028,54.40544,8.879335,4.118801,4.636674,10.695661,81.890465,30.760418,98.94304,586.74084,267.89774,2357.9795,1932.1215,34.11028,60.250286,9248.757,7.8352413,106.96123,746.95294,200.80626,278.87534,112.62639,677.23285,893.9495,484.66742,29.755953,156.97176,915.75366,1758.3043,81.2973,922.6606,103.922806,1.0689082,58.211708,0.8683966,0.55271465,2.4417617,69.60745,194.13292,147.31848,14.519213,1867.9163,432.07062,212.84822,305.0764,104.2877,75.458336,76.287384,85.50549,79.138885,646.9103,229.41121,119.58472,84.12191,28.30434,133.99524,124.90602,20.103615,476.6913,133.39783,1609.192,32.19473,2057.0703,79.13837,401.6034,1207.2374,51.163834,14.897215,870.09436,790.26904,2216.5825,103.05352 +2023-09-09 14:00:00,0.0,16316.123,368.46854,47.49593,54.730553,43.558083,212.62027,32.12646,52.441853,22.623346,30.651432,1409.9785,155.0635,19.908253,188.58806,0.3985018,0.016160822,30.710155,0.2122877,0.114347845,439.99832,0.11867046,468.93292,61.873566,0.1313823,0.16013144,146.22673,22.740812,51.021297,96.34471,24295.934,0.03479615,2074.2874,0.30731326,0.08153841,0.04963388,0.14454257,181.46655,217.93425,22.079458,141.525,36.575687,42.429752,2259.6648,1.6614249,142.04883,73.60773,439.2668,51.42811,429.6365,36.857117,167.39503,0.0,1814.1459,7900.5054,16.749903,534.7065,113.619415,38074.76,109.6278,14.878231,45.42975,150.36984,36.8284,16.014381,81.107735,1296.7527,326.44894,49.50467,11.726496,11.443487,381.3399,51.040287,735.6435,106.88722,2565.0283,366.14444,213.9332,112.50055,188.94873,5.775556,8.608234,9.9056835,2.3215005,1.6927532,75.25204,84.86392,93.95304,46.01169,44.433582,113.54434,11.566117,3086.0244,34.6126,46.13125,35.17721,29.906002,260.14908,70.62257,53.913193,9.688075,28.003086,47.74767,188.64246,499.49387,84.07181,293.41177,66.873604,78.732124,230.08707,155.35216,826.7299,139.27739,4.779528,8.713195,4.8451667,58.08149,18295.197,3.110598,32.297638,50.98882,36.79246,305.35443,66.53602,138.91803,1.6972038,126.431175,450.2426,236.85355,142.09239,453.06897,36.407314,93.384254,138.14682,10.250055,1.8167977,11.698216,906.2501,0.05267367,0.23923056,54.428936,8.886837,4.1226077,4.6426754,10.705736,81.888794,30.775833,99.00063,586.87164,268.02274,2358.6082,1932.3755,34.129047,60.274883,9244.891,7.8376245,107.00717,746.89215,200.86751,278.93985,112.65444,677.5335,893.8797,484.6851,29.754763,156.99797,915.3606,1757.4896,81.29615,922.4015,103.92088,1.0690726,58.19664,0.86845,0.5529309,2.4418826,69.574356,194.19884,147.20335,14.525648,1866.4391,431.87177,212.80357,305.01944,104.21349,75.416664,76.20505,85.540474,79.04444,646.322,229.29265,119.42023,84.044014,28.323263,133.89905,124.84093,20.09027,476.393,133.3197,1607.5957,32.191425,2056.0771,79.13018,401.5025,1206.2095,51.12268,14.90604,870.0104,790.3559,2216.0195,103.11186 +2023-09-09 15:00:00,0.0,16309.238,368.4463,47.542393,54.76103,43.59318,212.73663,32.138527,52.467865,22.629671,30.669859,1410.6793,155.00566,19.91714,188.63376,0.39803228,0.016239079,30.717234,0.21208034,0.11440403,440.28125,0.11860042,469.1189,61.921616,0.13127592,0.15993239,146.27919,22.756731,51.04028,96.37242,24280.004,0.034808468,2074.2773,0.30778247,0.0814663,0.049724154,0.1443808,181.53697,218.05688,22.079548,141.4875,36.581436,42.389565,2259.4587,1.6608145,141.9256,73.54175,439.2364,51.393997,429.71872,36.82895,167.26367,0.0,1813.0083,7895.341,16.724167,534.4855,113.54507,38066.105,109.52685,14.855876,45.38387,150.17172,36.788918,15.991117,80.99673,1295.87,326.52032,49.467976,11.708958,11.433759,380.95306,50.98099,734.74414,106.9925,2564.8591,366.55,213.75407,112.59174,189.39615,5.774609,8.606278,9.909287,2.3228033,1.6944152,75.20996,84.82844,93.94911,45.983448,44.423363,113.47397,11.565001,3087.2344,34.600998,46.090626,35.148357,29.879631,260.0875,70.587814,53.859375,9.6825485,27.989338,47.71452,188.48016,498.95923,84.03563,293.26776,66.83414,78.63761,229.91046,155.22218,826.1736,139.1846,4.773875,8.709375,4.84825,58.10231,18288.303,3.108025,32.28653,50.97469,36.76728,305.1974,66.52875,138.85428,1.6976019,126.41531,450.18204,236.81424,142.02205,453.00824,36.41625,93.36614,138.14392,10.252472,1.8175313,11.702938,906.08386,0.052651178,0.23937084,54.45243,8.894339,4.1264143,4.648677,10.715811,81.88713,30.79125,99.058235,587.00244,268.14774,2359.237,1932.6295,34.14781,60.299477,9241.025,7.840008,107.05312,746.83136,200.92876,279.00436,112.6825,677.83417,893.8099,484.70276,29.75357,157.02417,914.96747,1756.675,81.29499,922.14233,103.91896,1.0692371,58.181572,0.86850333,0.5531471,2.4420037,69.54125,194.26474,147.08821,14.5320835,1864.9619,431.6729,212.75893,304.9625,104.13928,75.375,76.1227,85.57546,78.95,645.73376,229.1741,119.255745,83.96611,28.342186,133.80286,124.77583,20.076923,476.0947,133.2416,1605.9995,32.18812,2055.0842,79.121994,401.40158,1205.1815,51.081528,14.9148655,869.9264,790.4427,2215.4565,103.1702 +2023-09-09 16:00:00,0.0,16302.354,368.424,47.588856,54.791504,43.628284,212.853,32.150593,52.49388,22.635998,30.688286,1411.3802,154.9478,19.926025,188.67944,0.39756274,0.016317334,30.724314,0.21187301,0.114460215,440.56418,0.11853037,469.30484,61.96966,0.13116954,0.15973334,146.33163,22.77265,51.059258,96.40013,24264.076,0.034820788,2074.2673,0.30825165,0.0813942,0.049814433,0.14421901,181.6074,218.1795,22.07964,141.45,36.587185,42.349377,2259.253,1.6602043,141.80237,73.47577,439.20593,51.359886,429.80093,36.800785,167.13231,0.0,1811.8707,7890.176,16.698433,534.2645,113.47071,38057.453,109.425896,14.833522,45.33799,149.97362,36.74943,15.967852,80.88571,1294.9874,326.59167,49.43128,11.691421,11.42403,380.56625,50.921696,733.8447,107.09778,2564.6902,366.95557,213.57495,112.68294,189.84357,5.773662,8.604323,9.912892,2.3241057,1.6960773,75.16789,84.792946,93.94518,45.95521,44.413147,113.403595,11.563884,3088.4443,34.589397,46.05,35.119507,29.853258,260.02594,70.55306,53.805557,9.677023,27.97559,47.68137,188.31787,498.42456,83.99944,293.12375,66.79467,78.5431,229.73386,155.09222,825.61725,139.09181,4.7682223,8.705556,4.8513336,58.12313,18281.41,3.1054518,32.27542,50.960556,36.7421,305.04034,66.521484,138.79053,1.6980001,126.399445,450.1215,236.77493,141.95169,452.94754,36.425186,93.34802,138.141,10.254889,1.818265,11.707661,905.9176,0.05262868,0.2395111,54.475925,8.901841,4.130221,4.654679,10.725886,81.88546,30.806667,99.11583,587.1332,268.27274,2359.8657,1932.8835,34.16658,60.324074,9237.16,7.8423915,107.099075,746.77057,200.99,279.06888,112.710556,678.13477,893.74005,484.72043,29.75238,157.05037,914.5744,1755.8604,81.29384,921.8832,103.91704,1.0694016,58.166504,0.86855674,0.5533633,2.4421246,69.50815,194.33066,146.97307,14.538519,1863.4849,431.4741,212.7143,304.90555,104.06508,75.333336,76.04037,85.61045,78.85555,645.14557,229.05556,119.091255,83.88821,28.36111,133.70667,124.71074,20.06358,475.79642,133.16347,1604.4032,32.18482,2054.091,79.11381,401.3007,1204.1536,51.040375,14.92369,869.8424,790.5295,2214.8936,103.22854 +2023-09-09 17:00:00,0.0,16295.469,368.40176,47.635323,54.821976,43.663383,212.96936,32.16266,52.519897,22.642323,30.706713,1412.081,154.88995,19.93491,188.72514,0.3970932,0.016395591,30.731394,0.21166568,0.11451639,440.8471,0.11846033,469.49078,62.01771,0.13106316,0.15953428,146.3841,22.788568,51.07824,96.42784,24248.146,0.03483311,2074.2573,0.30872086,0.081322104,0.049904708,0.14405723,181.67783,218.30214,22.07973,141.4125,36.592934,42.309185,2259.0469,1.659594,141.67914,73.40978,439.17554,51.325775,429.88315,36.772617,167.00095,0.0,1810.7332,7885.011,16.672699,534.0436,113.39636,38048.797,109.32494,14.811167,45.292107,149.77551,36.70995,15.944587,80.774704,1294.1047,326.66302,49.394585,11.6738825,11.414301,380.17944,50.8624,732.9454,107.20306,2564.521,367.3611,213.39581,112.77413,190.29099,5.772715,8.602368,9.916497,2.3254082,1.6977395,75.12582,84.757454,93.94125,45.92697,44.402927,113.33322,11.562767,3089.6545,34.577793,46.009377,35.090652,29.826885,259.96436,70.51831,53.751736,9.671496,27.961842,47.64822,188.15558,497.88992,83.963264,292.97977,66.7552,78.448586,229.55725,154.96227,825.0609,138.99902,4.76257,8.701736,4.854417,58.143955,18274.518,3.1028788,32.264317,50.946423,36.71692,304.88333,66.51421,138.72678,1.6983982,126.383575,450.0609,236.73563,141.88135,452.8868,36.43412,93.32991,138.13809,10.257305,1.8189986,11.712382,905.75134,0.052606188,0.23965138,54.49942,8.909343,4.1340275,4.6606803,10.735962,81.88379,30.822084,99.17342,587.26404,268.39774,2360.4946,1933.1376,34.185345,60.348667,9233.294,7.8447747,107.14502,746.7097,201.05125,279.1334,112.73861,678.4354,893.6702,484.7381,29.75119,157.07658,914.1813,1755.0458,81.29269,921.624,103.915115,1.069566,58.151436,0.86861014,0.55357957,2.4422457,69.475044,194.39658,146.85794,14.544953,1862.0077,431.27524,212.66965,304.8486,103.990875,75.291664,75.95803,85.64543,78.76111,644.5573,228.937,118.92677,83.81031,28.380033,133.61047,124.645645,20.050234,475.4981,133.08536,1602.807,32.181515,2053.0981,79.10562,401.1998,1203.1257,50.999218,14.932515,869.7584,790.6163,2214.3306,103.28688 +2023-09-09 18:00:00,0.0,16288.584,368.37952,47.681786,54.85245,43.698486,213.08572,32.174725,52.545914,22.64865,30.725138,1412.7819,154.83209,19.943796,188.77083,0.39662367,0.016473847,30.738472,0.21145833,0.11457258,441.13,0.11839028,469.67673,62.06576,0.13095678,0.15933523,146.43655,22.804487,51.09722,96.45555,24232.217,0.03484543,2074.2473,0.30919003,0.08125,0.049994983,0.14389546,181.74826,218.42477,22.079819,141.375,36.59868,42.268997,2258.841,1.6589838,141.55591,73.3438,439.14508,51.291664,429.96536,36.74445,166.86957,0.0,1809.5957,7879.846,16.646965,533.8226,113.322014,38040.145,109.22399,14.788813,45.246227,149.5774,36.670467,15.921322,80.66369,1293.222,326.73438,49.35789,11.656344,11.4045725,379.7926,50.803104,732.04596,107.308334,2564.352,367.76666,213.21669,112.865326,190.7384,5.771768,8.600413,9.920102,2.3267107,1.6994015,75.08374,84.72197,93.937325,45.898735,44.39271,113.26285,11.56165,3090.8645,34.566193,45.96875,35.0618,29.800512,259.90277,70.48356,53.697918,9.665971,27.948095,47.615074,187.99329,497.3553,83.927086,292.83575,66.71573,78.35407,229.38065,154.83229,824.50464,138.90623,4.756917,8.697917,4.8575,58.164776,18267.625,3.1003056,32.25321,50.932293,36.69174,304.7263,66.50694,138.66304,1.6987963,126.36771,450.00034,236.69633,141.81099,452.8261,36.443054,93.3118,138.1352,10.259723,1.8197322,11.717105,905.5851,0.05258369,0.23979166,54.52292,8.916845,4.137834,4.666682,10.7460375,81.88212,30.8375,99.231026,587.3948,268.52274,2361.1233,1933.3917,34.204113,60.37326,9229.429,7.847158,107.19097,746.6489,201.1125,279.1979,112.76666,678.7361,893.6004,484.75577,29.75,157.10278,913.7882,1754.2311,81.291534,921.36487,103.9132,1.0697305,58.136364,0.8686635,0.55379575,2.4423666,69.44195,194.4625,146.7428,14.551389,1860.5305,431.0764,212.625,304.79166,103.916664,75.25,75.875694,85.68042,78.666664,643.96906,228.81845,118.76228,83.73241,28.398958,133.51428,124.58055,20.03689,475.1998,133.00725,1601.2107,32.17821,2052.105,79.09743,401.09888,1202.0978,50.958065,14.94134,869.67444,790.7031,2213.7676,103.345215 +2023-09-09 19:00:00,0.0,16281.698,368.35724,47.72825,54.882923,43.733585,213.20209,32.18679,52.57193,22.654974,30.743565,1413.4827,154.77425,19.952682,188.81653,0.39615414,0.016552104,30.745552,0.21125099,0.11462876,441.41293,0.118320234,469.8627,62.11381,0.1308504,0.15913618,146.489,22.820406,51.116203,96.48326,24216.287,0.03485775,2074.2373,0.30965924,0.0811779,0.050085258,0.14373368,181.8187,218.54741,22.07991,141.3375,36.604427,42.22881,2258.635,1.6583736,141.43268,73.27782,439.11465,51.257553,430.04758,36.71628,166.7382,0.0,1808.4581,7874.6816,16.621231,533.6016,113.247665,38031.492,109.12304,14.766458,45.200348,149.37929,36.63098,15.898057,80.55268,1292.3394,326.80573,49.321198,11.638806,11.394843,379.4058,50.74381,731.1466,107.41361,2564.1829,368.1722,213.03757,112.95652,191.18582,5.770821,8.598458,9.923706,2.3280134,1.7010636,75.04167,84.68648,93.933395,45.870495,44.382492,113.192474,11.5605345,3092.0747,34.554592,45.928123,35.032944,29.77414,259.84122,70.44881,53.644096,9.660444,27.934347,47.581924,187.831,496.82062,83.8909,292.69174,66.67626,78.25956,229.20404,154.70233,823.9483,138.81343,4.751264,8.6940975,4.8605833,58.185596,18260.732,3.0977325,32.242104,50.91816,36.666557,304.56924,66.49967,138.59929,1.6991944,126.35184,449.93976,236.65703,141.74065,452.76538,36.45199,93.29368,138.1323,10.262139,1.8204658,11.7218275,905.4188,0.052561197,0.23993194,54.546413,8.924347,4.14164,4.6726837,10.756113,81.880455,30.852917,99.28862,587.5256,268.64774,2361.7522,1933.6458,34.222878,60.397858,9225.563,7.849541,107.23692,746.58813,201.17375,279.26242,112.79472,679.03674,893.5306,484.77344,29.74881,157.12898,913.39514,1753.4165,81.29038,921.1057,103.91128,1.069895,58.121296,0.8687169,0.554012,2.4424877,69.408844,194.52841,146.62767,14.557824,1859.0535,430.87756,212.58035,304.7347,103.84246,75.208336,75.79336,85.71541,78.57222,643.3808,228.69989,118.5978,83.6545,28.417881,133.41809,124.515465,20.023544,474.9015,132.92912,1599.6145,32.174908,2051.112,79.08924,400.998,1201.0698,50.916912,14.950166,869.59045,790.7899,2213.2046,103.40356 +2023-09-09 20:00:00,0.0,16274.813,368.335,47.774715,54.9134,43.76869,213.31845,32.19886,52.597942,22.661299,30.761992,1414.1836,154.71638,19.961569,188.86223,0.3956846,0.01663036,30.752632,0.21104364,0.11468494,441.69586,0.118250184,470.04865,62.16186,0.13074403,0.15893713,146.54146,22.836325,51.135185,96.51097,24200.36,0.034870073,2074.2273,0.31012842,0.0811058,0.050175536,0.1435719,181.88911,218.67003,22.08,141.3,36.610176,42.18862,2258.4292,1.6577634,141.30943,73.21184,439.08423,51.223442,430.1298,36.688114,166.60684,0.0,1807.3206,7869.517,16.595495,533.3807,113.17332,38022.836,109.02209,14.744103,45.15447,149.18117,36.5915,15.874792,80.441666,1291.4568,326.87708,49.284504,11.621269,11.385115,379.01898,50.684513,730.2472,107.51889,2564.014,368.5778,212.85844,113.04772,191.63324,5.7698746,8.596503,9.927311,2.329316,1.7027258,74.999596,84.650986,93.92947,45.84226,44.372276,113.12209,11.559418,3093.2847,34.54299,45.8875,35.004093,29.747766,259.77963,70.414055,53.59028,9.654919,27.920599,47.548775,187.6687,496.28598,83.85472,292.54776,66.636795,78.16505,229.02745,154.57236,823.39197,138.72064,4.745611,8.690278,4.863667,58.20642,18253.84,3.0951593,32.230995,50.90403,36.641376,304.4122,66.49241,138.53554,1.6995926,126.33597,449.87918,236.61772,141.67029,452.70468,36.460926,93.275566,138.12938,10.264556,1.8211994,11.726549,905.25256,0.0525387,0.24007222,54.56991,8.931849,4.145447,4.678685,10.766188,81.878784,30.868334,99.346214,587.6564,268.77274,2362.3809,1933.8998,34.241646,60.42245,9221.697,7.8519244,107.28287,746.52734,201.235,279.32693,112.82278,679.3374,893.46075,484.7911,29.74762,157.15518,913.002,1752.6018,81.28922,920.84656,103.909355,1.0700594,58.106228,0.86877024,0.5542282,2.4426086,69.37574,194.59433,146.51253,14.56426,1857.5763,430.6787,212.53572,304.67776,103.76825,75.166664,75.71101,85.75039,78.477776,642.7926,228.58134,118.43332,83.57661,28.436806,133.3219,124.45037,20.0102,474.60318,132.85101,1598.0182,32.171604,2050.119,79.081055,400.8971,1200.0419,50.875755,14.95899,869.5065,790.8767,2212.6416,103.4619 +2023-09-09 21:00:00,0.0,16267.929,368.3127,47.82118,54.94387,43.803787,213.43481,32.210926,52.62396,22.667625,30.780418,1414.8844,154.65854,19.970453,188.90791,0.39521506,0.016708616,30.75971,0.2108363,0.114741124,441.9788,0.11818014,470.2346,62.209908,0.13063765,0.15873806,146.59392,22.852243,51.154167,96.53868,24184.43,0.034882393,2074.2173,0.31059763,0.0810337,0.05026581,0.14341012,181.95955,218.79266,22.08009,141.2625,36.615925,42.14843,2258.2231,1.657153,141.1862,73.14586,439.0538,51.18933,430.212,36.659946,166.47546,0.0,1806.183,7864.352,16.569761,533.15967,113.09896,38014.184,108.921135,14.721748,45.10859,148.98306,36.552017,15.851527,80.33065,1290.5741,326.94843,49.24781,11.603731,11.375385,378.63214,50.625214,729.34784,107.62416,2563.8447,368.98334,212.67932,113.138916,192.08066,5.7689276,8.594548,9.930916,2.3306184,1.7043879,74.95753,84.61549,93.92554,45.81402,44.362057,113.05172,11.558301,3094.4949,34.531387,45.846874,34.97524,29.721395,259.71805,70.3793,53.536457,9.649393,27.906853,47.515625,187.50641,495.7513,83.81854,292.40375,66.59732,78.07054,228.85085,154.4424,822.83563,138.62785,4.739959,8.686459,4.8667502,58.22724,18246.947,3.092586,32.21989,50.889896,36.616196,304.25516,66.48514,138.4718,1.6999907,126.3201,449.8186,236.57843,141.59995,452.64395,36.46986,93.25745,138.12646,10.266973,1.821933,11.731272,905.0863,0.052516203,0.2402125,54.593403,8.939351,4.1492534,4.6846867,10.776263,81.87711,30.88375,99.40381,587.7872,268.89774,2363.0098,1934.1538,34.260414,60.44705,9217.832,7.8543077,107.32882,746.46655,201.29625,279.39145,112.85083,679.63806,893.3909,484.8088,29.746428,157.1814,912.60895,1751.7872,81.28807,920.58746,103.90743,1.0702239,58.09116,0.86882365,0.55444443,2.4427297,69.342636,194.66025,146.3974,14.570695,1856.0991,430.47986,212.49107,304.62082,103.694046,75.125,75.62868,85.78538,78.38333,642.20435,228.4628,118.26883,83.4987,28.455729,133.22571,124.38528,19.996855,474.30487,132.77289,1596.422,32.1683,2049.126,79.07287,400.7962,1199.014,50.834602,14.967815,869.4225,790.96356,2212.0786,103.52023 +2023-09-09 22:00:00,0.0,16261.044,368.29047,47.86764,54.974346,43.83889,213.55116,32.222992,52.649975,22.67395,30.798843,1415.5852,154.60068,19.97934,188.95361,0.39474553,0.016786873,30.76679,0.21062896,0.11479731,442.26172,0.1181101,470.42053,62.257957,0.13053127,0.15853901,146.64638,22.868162,51.17315,96.56639,24168.5,0.034894712,2074.207,0.3110668,0.08096159,0.050356086,0.14324835,182.02997,218.9153,22.08018,141.225,36.62167,42.108242,2258.017,1.6565428,141.06297,73.07987,439.02338,51.15522,430.29422,36.631783,166.3441,0.0,1805.0454,7859.1875,16.544027,532.9387,113.02461,38005.527,108.820175,14.699394,45.06271,148.78494,36.51253,15.828262,80.21964,1289.6914,327.0198,49.211117,11.586193,11.365657,378.24533,50.565918,728.4484,107.72944,2563.6758,369.3889,212.50018,113.23011,192.52808,5.7679806,8.592593,9.934521,2.331921,1.7060499,74.91545,84.58,93.92161,45.78578,44.35184,112.981346,11.557184,3095.7048,34.519787,45.80625,34.946384,29.695023,259.6565,70.34455,53.48264,9.643867,27.893105,47.482475,187.34412,495.21667,83.782364,292.25977,66.55785,77.97603,228.67424,154.31244,822.2793,138.53506,4.734306,8.682639,4.8698335,58.248066,18240.055,3.090013,32.208782,50.875763,36.59102,304.0981,66.47787,138.40805,1.7003889,126.30424,449.75803,236.53912,141.52959,452.58325,36.478794,93.239334,138.12357,10.269389,1.8226666,11.735993,904.92004,0.05249371,0.24035278,54.616898,8.946853,4.15306,4.6906886,10.786339,81.87544,30.899168,99.46141,587.91797,269.02274,2363.6384,1934.408,34.27918,60.47164,9213.967,7.8566914,107.37476,746.4057,201.3575,279.45596,112.87889,679.93866,893.3211,484.82648,29.745237,157.2076,912.2158,1750.9725,81.28692,920.3283,103.90551,1.0703883,58.07609,0.86887705,0.5546606,2.4428506,69.30954,194.72617,146.28226,14.577129,1854.6221,430.28104,212.44643,304.5639,103.61984,75.083336,75.54634,85.820366,78.28889,641.6161,228.34424,118.10435,83.4208,28.474651,133.12952,124.32018,19.983511,474.00656,132.69478,1594.8257,32.164997,2048.1328,79.06468,400.6953,1197.9861,50.79345,14.976641,869.3385,791.05035,2211.5156,103.578575 +2023-09-09 23:00:00,0.0,16254.159,368.26822,47.91411,55.004818,43.87399,213.66753,32.235058,52.67599,22.680277,30.81727,1416.286,154.54283,19.988226,188.99931,0.394276,0.016865129,30.77387,0.21042162,0.114853494,442.54462,0.11804005,470.6065,62.306007,0.13042489,0.15833996,146.69882,22.88408,51.19213,96.5941,24152.572,0.034907036,2074.197,0.311536,0.08088949,0.05044636,0.14308657,182.1004,219.03793,22.08027,141.1875,36.62742,42.068054,2257.8113,1.6559325,140.93974,73.01389,438.99292,51.12111,430.37643,36.603615,166.21274,0.0,1803.908,7854.0225,16.518293,532.7178,112.950264,37996.875,108.71922,14.677039,45.01683,148.58684,36.47305,15.8049965,80.10863,1288.8088,327.09116,49.174423,11.568655,11.355928,377.8585,50.506622,727.5491,107.83472,2563.5066,369.79443,212.32106,113.321304,192.9755,5.7670336,8.590638,9.938125,2.3332236,1.707712,74.87338,84.54451,93.91768,45.757545,44.34162,112.91097,11.556067,3096.915,34.508186,45.765625,34.917534,29.66865,259.5949,70.3098,53.428818,9.638341,27.879356,47.449326,187.18182,494.68204,83.74618,292.11575,66.51839,77.881516,228.49763,154.18246,821.72296,138.44228,4.728653,8.67882,4.8729167,58.268887,18233.162,3.0874398,32.197678,50.861633,36.565838,303.9411,66.470604,138.3443,1.7007871,126.28837,449.69745,236.49982,141.45924,452.52255,36.487732,93.22122,138.12067,10.271806,1.8234003,11.740716,904.7538,0.052471213,0.24049306,54.640392,8.954355,4.1568666,4.69669,10.796414,81.87378,30.914583,99.519005,588.0487,269.14774,2364.2673,1934.662,34.297947,60.496235,9210.102,7.8590746,107.420715,746.3449,201.41875,279.52048,112.906944,680.2393,893.2513,484.84415,29.744047,157.2338,911.82275,1750.158,81.28577,920.06915,103.90359,1.0705528,58.06102,0.8689304,0.55487686,2.4429715,69.276436,194.79208,146.16711,14.583565,1853.1449,430.08218,212.4018,304.50696,103.54563,75.041664,75.464005,85.85535,78.19444,641.02783,228.2257,117.93986,83.3429,28.493576,133.03333,124.25509,19.970165,473.70825,132.61665,1593.2295,32.161694,2047.1398,79.056496,400.5944,1196.9581,50.752296,14.985466,869.2545,791.13715,2210.9526,103.63692 +2023-09-10 00:00:00,0.0,16247.274,368.24594,47.96057,55.035294,43.909092,213.78389,32.247124,52.702003,22.686602,30.835697,1416.9868,154.48497,19.99711,189.045,0.39380646,0.016943386,30.780949,0.21021429,0.11490967,442.82755,0.117970005,470.79245,62.354057,0.13031851,0.15814091,146.75128,22.9,51.211113,96.62181,24136.643,0.034919355,2074.187,0.3120052,0.080817394,0.05053664,0.14292479,182.17084,219.16055,22.08036,141.15,36.633167,42.027866,2257.6052,1.6553223,140.81651,72.94791,438.96252,51.086998,430.45865,36.575447,166.08138,0.0,1802.7703,7848.858,16.49256,532.49677,112.875916,37988.223,108.61827,14.654685,44.97095,148.38873,36.433567,15.781732,79.99762,1287.9261,327.1625,49.137726,11.551118,11.346199,377.47168,50.447327,726.64966,107.939995,2563.3374,370.2,212.14194,113.4125,193.42291,5.7660866,8.588683,9.94173,2.334526,1.7093742,74.83131,84.509026,93.91374,45.729305,44.331406,112.8406,11.554951,3098.125,34.496586,45.725,34.88868,29.642277,259.53333,70.27505,53.375,9.632814,27.865608,47.416176,187.01953,494.14737,83.71,291.97174,66.47892,77.787,228.32103,154.0525,821.1666,138.34949,4.723,8.675,4.876,58.289707,18226.27,3.0848668,32.18657,50.8475,36.540657,303.78406,66.46333,138.28056,1.7011852,126.2725,449.63687,236.46051,141.38889,452.46182,36.496666,93.2031,138.11775,10.274222,1.8241339,11.745439,904.5875,0.05244872,0.24063334,54.66389,8.961857,4.160673,4.702692,10.806489,81.87211,30.93,99.5766,588.1795,269.27274,2364.896,1934.916,34.31671,60.520832,9206.235,7.861458,107.46667,746.2841,201.48,279.585,112.935,680.54,893.18146,484.86182,29.742857,157.26001,911.4296,1749.3433,81.28461,919.81,103.90167,1.0707173,58.04595,0.8689838,0.55509305,2.4430926,69.24333,194.858,146.05199,14.59,1851.6677,429.88333,212.35715,304.45,103.47143,75.0,75.38167,85.890335,78.1,640.43964,228.10715,117.775375,83.265,28.512499,132.93713,124.19,19.956821,473.40997,132.53854,1591.6332,32.158386,2046.1467,79.0483,400.4935,1195.9302,50.71114,14.99429,869.17053,791.224,2210.3896,103.69525 +2023-09-10 01:00:00,0.0,16240.39,368.2237,48.007034,55.065765,43.94419,213.90025,32.25919,52.72802,22.692926,30.854124,1417.6877,154.42712,20.005997,189.0907,0.39333692,0.017021643,30.788029,0.21000694,0.114965856,443.11047,0.117899954,470.9784,62.402107,0.13021213,0.15794186,146.80374,22.915918,51.23009,96.64953,24120.713,0.034931675,2074.177,0.3124744,0.08074529,0.050626915,0.142763,182.24126,219.28319,22.08045,141.1125,36.638912,41.987675,2257.3994,1.6547121,140.69328,72.88193,438.93207,51.052887,430.54086,36.54728,165.95,0.0,1801.6328,7843.6934,16.466824,532.2758,112.80156,37979.566,108.51732,14.63233,44.92507,148.19061,36.39408,15.758467,79.886604,1287.0435,327.23386,49.101032,11.53358,11.336471,377.08487,50.38803,725.7503,108.04527,2563.1685,370.60556,211.9628,113.50369,193.87033,5.7651396,8.586728,9.945334,2.3358285,1.7110362,74.78924,84.47353,93.90981,45.70107,44.321186,112.770226,11.553834,3099.335,34.484985,45.684376,34.859825,29.615904,259.47177,70.240295,53.321182,9.627289,27.851862,47.383026,186.85724,493.61273,83.67382,291.82776,66.439445,77.69249,228.14442,153.92253,820.61035,138.2567,4.7173476,8.671181,4.8790836,58.31053,18219.377,3.0822935,32.175465,50.83337,36.515476,303.627,66.45606,138.21681,1.7015834,126.25663,449.5763,236.42122,141.31854,452.40112,36.5056,93.18499,138.11484,10.276639,1.8248675,11.75016,904.42126,0.052426223,0.2407736,54.687386,8.969358,4.1644797,4.7086935,10.816565,81.87044,30.945417,99.6342,588.3103,269.39774,2365.525,1935.17,34.33548,60.545425,9202.37,7.863841,107.51261,746.2233,201.54124,279.6495,112.96305,680.84064,893.11163,484.8795,29.741667,157.28621,911.03656,1748.5287,81.283455,919.55084,103.89975,1.0708817,58.030884,0.8690372,0.5553093,2.4432135,69.210236,194.92392,145.93684,14.596436,1850.1907,429.6845,212.3125,304.39307,103.397224,74.958336,75.299324,85.92532,78.005554,639.8514,227.98859,117.610886,83.187096,28.531424,132.84094,124.12491,19.943476,473.11166,132.46043,1590.037,32.155083,2045.1537,79.040115,400.3926,1194.9022,50.669987,15.003116,869.08655,791.3108,2209.8267,103.75359 +2023-09-10 02:00:00,0.0,16233.505,368.20142,48.0535,55.09624,43.979294,214.01662,32.271255,52.754036,22.699253,30.872551,1418.3885,154.36926,20.014883,189.13638,0.3928674,0.017099898,30.795109,0.2097996,0.11502204,443.3934,0.11782991,471.16437,62.450157,0.13010576,0.1577428,146.8562,22.931837,51.249073,96.67724,24104.783,0.034943998,2074.167,0.31294358,0.08067319,0.05071719,0.14260122,182.31169,219.40582,22.080542,141.075,36.64466,41.947487,2257.1934,1.6541018,140.57004,72.81595,438.90164,51.018776,430.62308,36.51911,165.81863,0.0,1800.4952,7838.5283,16.44109,532.0549,112.72721,37970.914,108.41637,14.609976,44.879192,147.99251,36.3546,15.735202,79.7756,1286.1608,327.3052,49.06434,11.516042,11.326741,376.69803,50.328735,724.8509,108.15055,2562.9993,371.0111,211.78369,113.594894,194.31775,5.7641926,8.584773,9.948939,2.3371313,1.7126983,74.74716,84.43805,93.90588,45.67283,44.310966,112.69985,11.552717,3100.5452,34.47338,45.64375,34.83097,29.58953,259.4102,70.20554,53.26736,9.621763,27.838114,47.349876,186.69495,493.07806,83.63764,291.68375,66.39998,77.59798,227.96782,153.79257,820.054,138.1639,4.7116947,8.667361,4.882167,58.331352,18212.484,3.0797205,32.164356,50.819237,36.490295,303.46997,66.4488,138.15306,1.7019815,126.24076,449.51572,236.38191,141.24818,452.3404,36.514538,93.16687,138.11194,10.279056,1.8256011,11.754883,904.255,0.05240373,0.24091388,54.71088,8.976861,4.1682863,4.714695,10.82664,81.86877,30.960835,99.691795,588.4411,269.52274,2366.1538,1935.4241,34.354244,60.570023,9198.505,7.8662243,107.55856,746.16254,201.60251,279.71402,112.99111,681.1413,893.0418,484.89716,29.740477,157.31241,910.64343,1747.714,81.2823,919.2917,103.89783,1.0710462,58.015816,0.86909056,0.55552554,2.4433346,69.17713,194.98984,145.82172,14.60287,1848.7135,429.48566,212.26785,304.33612,103.32301,74.916664,75.21699,85.96031,77.91111,639.2631,227.87004,117.4464,83.1092,28.550346,132.74475,124.059814,19.930132,472.81335,132.38231,1588.4407,32.15178,2044.1605,79.03193,400.2917,1193.8744,50.628834,15.011941,869.00256,791.3976,2209.2637,103.811935 +2023-09-10 03:00:00,0.0,16226.62,368.17917,48.099964,55.126713,44.014393,214.13298,32.28332,52.780052,22.705578,30.890976,1419.0894,154.31142,20.02377,189.18208,0.39239785,0.017178155,30.802187,0.20959225,0.11507822,443.67633,0.11775986,471.3503,62.498203,0.12999938,0.15754375,146.90865,22.947756,51.268055,96.70495,24088.855,0.034956317,2074.157,0.3134128,0.08060109,0.050807465,0.14243945,182.38211,219.52846,22.080631,141.0375,36.65041,41.9073,2256.9875,1.6534916,140.44681,72.74996,438.87122,50.984665,430.7053,36.490944,165.68727,0.0,1799.3577,7833.364,16.415356,531.83386,112.65286,37962.258,108.315414,14.587621,44.833313,147.79439,36.315117,15.711937,79.66458,1285.2782,327.37656,49.027645,11.498505,11.317013,376.31122,50.26944,723.95154,108.25583,2562.8303,371.41666,211.60457,113.68609,194.76517,5.7632456,8.582818,9.952544,2.3384337,1.7143605,74.70509,84.40256,93.901955,45.644592,44.30075,112.62948,11.5516,3101.7551,34.46178,45.603127,34.80212,29.56316,259.34863,70.17079,53.213543,9.616237,27.824366,47.316727,186.53265,492.54343,83.601456,291.53973,66.36051,77.50346,227.79123,153.6626,819.4977,138.0711,4.706042,8.663542,4.88525,58.352173,18205.592,3.0771472,32.153248,50.805103,36.465115,303.31293,66.44153,138.08932,1.7023797,126.22489,449.45514,236.3426,141.17784,452.2797,36.52347,93.14876,138.10904,10.281472,1.8263347,11.759605,904.08875,0.052381232,0.24105416,54.734375,8.984363,4.1720924,4.720697,10.836716,81.8671,30.97625,99.74939,588.57184,269.64774,2366.7825,1935.6782,34.373013,60.594616,9194.639,7.8686075,107.604515,746.10175,201.66376,279.77853,113.019165,681.4419,892.97205,484.91483,29.739286,157.33861,910.25037,1746.8994,81.28115,919.03253,103.895905,1.0712106,58.000748,0.86914396,0.5557417,2.4434555,69.14403,195.05574,145.70657,14.609305,1847.2363,429.2868,212.22322,304.27917,103.24881,74.875,75.13465,85.99529,77.816666,638.67487,227.75148,117.28192,83.031296,28.56927,132.64857,123.99472,19.916786,472.51505,132.3042,1586.8444,32.148476,2043.1675,79.02374,400.1908,1192.8464,50.587677,15.020766,868.9186,791.48444,2208.7007,103.87027 +2023-09-10 04:00:00,0.0,16219.734,368.1569,48.146427,55.15719,44.049496,214.24934,32.29539,52.80607,22.711903,30.909403,1419.7902,154.25356,20.032654,189.22778,0.39192832,0.01725641,30.809267,0.20938492,0.1151344,443.95923,0.11768982,471.53625,62.546253,0.129893,0.1573447,146.9611,22.963675,51.287037,96.73266,24072.926,0.034968637,2074.147,0.31388196,0.08052899,0.050897744,0.14227766,182.45255,219.6511,22.08072,141.0,36.65616,41.86711,2256.7815,1.6528813,140.32358,72.68398,438.84076,50.950554,430.7875,36.46278,165.5559,0.0,1798.2201,7828.199,16.389622,531.6129,112.578514,37953.605,108.21446,14.565267,44.787434,147.59628,36.27563,15.688672,79.55357,1284.3955,327.4479,48.99095,11.480967,11.307284,375.9244,50.210144,723.0521,108.36111,2562.6611,371.8222,211.42545,113.77728,195.21259,5.7622986,8.580863,9.956148,2.3397362,1.7160226,74.66302,84.367065,93.898026,45.616352,44.29053,112.559105,11.550484,3102.9653,34.45018,45.5625,34.773266,29.536787,259.28705,70.13604,53.15972,9.610711,27.81062,47.283577,186.37036,492.0088,83.56528,291.39575,66.321045,77.40895,227.61462,153.53264,818.94135,137.97832,4.700389,8.659722,4.8883333,58.372997,18198.7,3.074574,32.142143,50.790974,36.439934,303.15588,66.43426,138.02557,1.7027779,126.20902,449.39456,236.30331,141.10748,452.21896,36.532406,93.13064,138.10612,10.283889,1.8270683,11.764327,903.9225,0.05235874,0.24119444,54.75787,8.991865,4.175899,4.7266984,10.84679,81.86543,30.991667,99.806984,588.70264,269.77274,2367.4114,1935.9323,34.391777,60.619213,9190.773,7.8709908,107.65046,746.0409,201.725,279.84305,113.04722,681.74255,892.9022,484.9325,29.738094,157.36482,909.85724,1746.0847,81.28,918.77344,103.89398,1.0713751,57.985676,0.86919737,0.555958,2.4435766,69.11092,195.12166,145.59145,14.615741,1845.7593,429.08795,212.17857,304.22223,103.17461,74.833336,75.052315,86.03028,77.72222,638.0866,227.63293,117.11743,82.95339,28.588194,132.55238,123.92963,19.903442,472.21674,132.22607,1585.2482,32.145172,2042.1744,79.01556,400.0899,1191.8185,50.546524,15.029591,868.8346,791.5712,2208.1377,103.92861 +2023-09-10 05:00:00,0.0,16212.85,368.13464,48.192894,55.18766,44.084595,214.3657,32.307457,52.83208,22.71823,30.92783,1420.491,154.19571,20.04154,189.27347,0.39145878,0.017334668,30.816347,0.20917757,0.11519059,444.24216,0.11761977,471.7222,62.594303,0.12978663,0.15714565,147.01357,22.979593,51.30602,96.76037,24056.996,0.03498096,2074.137,0.31435117,0.08045688,0.05098802,0.14211589,182.52298,219.77371,22.08081,140.9625,36.661903,41.82692,2256.5757,1.652271,140.20035,72.618004,438.81036,50.916443,430.86972,36.434612,165.42453,0.0,1797.0825,7823.034,16.363888,531.39197,112.50416,37944.953,108.11351,14.542912,44.741554,147.39816,36.23615,15.665407,79.44256,1283.5128,327.51926,48.954258,11.4634285,11.297555,375.53757,50.15085,722.1528,108.466385,2562.4922,372.22778,211.2463,113.86848,195.66,5.7613516,8.578908,9.959753,2.341039,1.7176846,74.62095,84.33157,93.8941,45.588116,44.280315,112.48873,11.549367,3104.1753,34.43858,45.521873,34.74441,29.510414,259.22546,70.10129,53.105904,9.605185,27.796871,47.250427,186.20807,491.47412,83.5291,291.25174,66.28157,77.314445,227.43802,153.40268,818.385,137.88553,4.6947365,8.655903,4.8914165,58.393818,18191.805,3.072001,32.131035,50.77684,36.414753,302.99887,66.42699,137.96182,1.7031759,126.19316,449.33398,236.264,141.03714,452.15826,36.541344,93.112526,138.10321,10.286305,1.827802,11.76905,903.7562,0.052336242,0.24133472,54.781364,8.999367,4.1797056,4.7327,10.856866,81.86376,31.007084,99.864586,588.83344,269.89774,2368.04,1936.1863,34.410545,60.643806,9186.908,7.8733745,107.69641,745.9801,201.78625,279.90756,113.07528,682.0432,892.8324,484.95016,29.736904,157.39102,909.4642,1745.2701,81.27884,918.5143,103.89206,1.0715396,57.970608,0.8692507,0.55617416,2.4436975,69.07783,195.18758,145.4763,14.622176,1844.2821,428.88913,212.13393,304.16528,103.100395,74.791664,74.96998,86.06527,77.62778,637.4984,227.51439,116.95295,82.875496,28.607117,132.45619,123.86454,19.890097,471.91843,132.14796,1583.6519,32.14187,2041.1814,79.00737,399.989,1190.7905,50.50537,15.038416,868.7506,791.658,2207.5747,103.98695 +2023-09-10 06:00:00,0.0,16205.965,368.1124,48.239357,55.218136,44.119698,214.48207,32.319523,52.858097,22.724554,30.946257,1421.1919,154.13785,20.050426,189.31917,0.39098924,0.017412925,30.823425,0.20897023,0.11524677,444.5251,0.117549725,471.90817,62.642353,0.12968025,0.15694658,147.06602,22.995512,51.325,96.78808,24041.068,0.03499328,2074.127,0.31482035,0.08038478,0.051078293,0.14195411,182.5934,219.89635,22.080902,140.925,36.667652,41.78673,2256.3696,1.6516608,140.07712,72.55202,438.7799,50.88233,430.95193,36.406445,165.29317,0.0,1795.9451,7817.8696,16.338152,531.17096,112.42981,37936.297,108.01255,14.520557,44.695675,147.20006,36.196667,15.642142,79.33154,1282.6302,327.59064,48.917564,11.44589,11.287827,375.15076,50.091553,721.25336,108.57166,2562.323,372.63333,211.06718,113.95967,196.10742,5.7604046,8.576953,9.963358,2.3423414,1.7193468,74.57887,84.29608,93.89017,45.559875,44.270096,112.41836,11.54825,3105.3855,34.42698,45.48125,34.715557,29.484041,259.1639,70.066536,53.052082,9.599659,27.783123,47.217278,186.04578,490.93948,83.49292,291.10773,66.2421,77.21993,227.26141,153.2727,817.8287,137.79274,4.6890836,8.652083,4.8945003,58.41464,18184.912,3.0694277,32.11993,50.76271,36.389572,302.84183,66.41972,137.89809,1.7035741,126.17729,449.2734,236.2247,140.96678,452.09753,36.550278,93.09441,138.10031,10.288722,1.8285356,11.773771,903.58997,0.05231375,0.241475,54.804863,9.006868,4.183512,4.738702,10.866941,81.86209,31.022501,99.92218,588.96423,270.02274,2368.669,1936.4403,34.42931,60.6684,9183.042,7.8757577,107.74236,745.9193,201.8475,279.97208,113.10333,682.3439,892.7626,484.96783,29.735714,157.41722,909.07104,1744.4554,81.27769,918.2551,103.890144,1.071704,57.95554,0.8693041,0.5563904,2.4438186,69.04472,195.2535,145.36118,14.628612,1842.8049,428.69028,212.0893,304.10834,103.02619,74.75,74.887634,86.10025,77.53333,636.91016,227.39583,116.78846,82.79759,28.626041,132.36,123.799446,19.876753,471.62012,132.06985,1582.0557,32.138565,2040.1884,78.999176,399.88812,1189.7627,50.46422,15.047241,868.6666,791.7449,2207.0117,104.04529 +2023-09-10 07:00:00,0.0,16199.08,368.09012,48.28582,55.24861,44.1548,214.59843,32.33159,52.884113,22.73088,30.964682,1421.8927,154.08,20.05931,189.36487,0.3905197,0.01749118,30.830505,0.20876288,0.11530295,444.808,0.117479675,472.09412,62.690403,0.12957387,0.15674753,147.11847,23.01143,51.343983,96.81579,24025.139,0.0350056,2074.1167,0.31528956,0.080312684,0.051168572,0.14179233,182.66383,220.01898,22.080992,140.8875,36.6734,41.746544,2256.1638,1.6510506,139.95389,72.48604,438.74948,50.84822,431.03415,36.378277,165.1618,0.0,1794.8075,7812.7046,16.312418,530.95,112.35546,37927.645,107.9116,14.498202,44.649796,147.00195,36.15718,15.618877,79.220535,1281.7476,327.662,48.88087,11.428353,11.278097,374.76395,50.032257,720.354,108.67694,2562.154,373.03888,210.88806,114.050865,196.55484,5.7594576,8.574998,9.966963,2.343644,1.7210089,74.536804,84.2606,93.88624,45.53164,44.25988,112.347984,11.547133,3106.5955,34.415375,45.440624,34.686707,29.457668,259.10233,70.031784,52.998264,9.594132,27.769377,47.184128,185.8835,490.40485,83.45673,290.96375,66.20264,77.12542,227.08481,153.14275,817.27234,137.69995,4.6834307,8.648264,4.8975835,58.435463,18178.02,3.0668547,32.10882,50.748577,36.36439,302.68478,66.41245,137.83434,1.7039722,126.16142,449.21283,236.1854,140.89644,452.03683,36.55921,93.076294,138.09741,10.291139,1.8292692,11.778494,903.42365,0.05229125,0.24161528,54.828358,9.014371,4.187319,4.7447033,10.877017,81.86043,31.037918,99.979774,589.095,270.14774,2369.2976,1936.6945,34.44808,60.692997,9179.177,7.878141,107.78831,745.8585,201.90875,280.0366,113.131386,682.64453,892.69275,484.9855,29.734524,157.44342,908.678,1743.6409,81.276535,917.996,103.88822,1.0718685,57.94047,0.86935747,0.5566066,2.4439394,69.01162,195.31941,145.24603,14.635046,1841.3279,428.49142,212.04465,304.0514,102.95198,74.708336,74.8053,86.13524,77.43889,636.3219,227.27728,116.62398,82.71969,28.644964,132.26381,123.73435,19.863407,471.3218,131.99173,1580.4594,32.13526,2039.1953,78.99099,399.7872,1188.7347,50.42306,15.0560665,868.5826,791.83167,2206.4487,104.10363 +2023-09-10 08:00:00,0.0,16192.195,368.06787,48.332287,55.279083,44.1899,214.7148,32.343655,52.91013,22.737206,30.983109,1422.5935,154.02214,20.068197,189.41055,0.3900502,0.017569438,30.837585,0.20855555,0.115359135,445.0909,0.11740963,472.28006,62.73845,0.12946749,0.15654849,147.17093,23.02735,51.362965,96.8435,24009.209,0.035017923,2074.1067,0.31575873,0.08024058,0.051258847,0.14163056,182.73425,220.14162,22.081081,140.85,36.679146,41.706356,2255.9578,1.6504403,139.83066,72.42005,438.71906,50.81411,431.11636,36.35011,165.03043,0.0,1793.6699,7807.54,16.286684,530.72906,112.28111,37918.99,107.810646,14.475848,44.603912,146.80383,36.1177,15.595613,79.10952,1280.8649,327.73334,48.844177,11.410815,11.268369,374.3771,49.97296,719.4546,108.78222,2561.9849,373.44443,210.70894,114.14207,197.00226,5.7585106,8.573042,9.970567,2.3449464,1.7226709,74.49473,84.225105,93.88231,45.5034,44.24966,112.27761,11.546017,3107.8057,34.403774,45.4,34.657852,29.431297,259.04074,69.99703,52.944443,9.588607,27.755629,47.150978,185.7212,489.87018,83.420555,290.81973,66.16317,77.03091,226.9082,153.01277,816.716,137.60716,4.6777782,8.644444,4.9006667,58.456284,18171.127,3.0642815,32.097717,50.734444,36.33921,302.52774,66.40518,137.77058,1.7043704,126.14555,449.15225,236.1461,140.8261,451.97614,36.568146,93.05818,138.0945,10.293555,1.8300028,11.783216,903.2574,0.05226876,0.24175556,54.851852,9.0218725,4.1911254,4.750705,10.887093,81.85876,31.053333,100.03738,589.22577,270.27274,2369.9265,1936.9485,34.466843,60.71759,9175.312,7.880524,107.83426,745.7977,201.97,280.1011,113.15945,682.9452,892.6229,485.0032,29.733334,157.46964,908.28485,1742.8262,81.27538,917.7368,103.8863,1.072033,57.925404,0.8694109,0.55682284,2.4440603,68.978516,195.38533,145.13089,14.641481,1839.8507,428.2926,212.0,303.99445,102.87778,74.666664,74.72296,86.17023,77.344444,635.73364,227.15872,116.45949,82.64179,28.663889,132.16762,123.66926,19.850063,471.0235,131.91362,1578.8632,32.131958,2038.2023,78.9828,399.6863,1187.7068,50.38191,15.064891,868.4986,791.91846,2205.8857,104.16197 +2023-09-10 09:00:00,0.0,16185.311,368.0456,48.37875,55.30956,44.225002,214.83116,32.35572,52.936146,22.74353,31.001535,1423.2943,153.9643,20.077084,189.45625,0.38958067,0.017647693,30.844666,0.20834821,0.11541532,445.37384,0.11733958,472.466,62.7865,0.12936111,0.15634944,147.22339,23.043268,51.381943,96.87121,23993.28,0.035030242,2074.0967,0.31622794,0.08016848,0.051349122,0.14146876,182.80469,220.26424,22.081173,140.8125,36.684895,41.666164,2255.752,1.6498301,139.70741,72.35407,438.68863,50.78,431.19858,36.32194,164.89906,0.0,1792.5323,7802.3755,16.26095,530.50806,112.20676,37910.336,107.709694,14.453493,44.558033,146.60573,36.078217,15.572348,78.99851,1279.9822,327.8047,48.80748,11.393277,11.25864,373.9903,49.913666,718.55524,108.8875,2561.816,373.85,210.52982,114.23326,197.44968,5.7575636,8.571087,9.974172,2.346249,1.724333,74.45265,84.18962,93.87838,45.475163,44.239445,112.20724,11.544901,3109.0156,34.392174,45.359375,34.628998,29.404924,258.9792,69.96228,52.890625,9.583081,27.74188,47.11783,185.55891,489.33554,83.38438,290.67572,66.123695,76.93639,226.7316,152.88281,816.1597,137.51436,4.6721253,8.640625,4.90375,58.477108,18164.234,3.0617085,32.08661,50.720314,36.31403,302.3707,66.39792,137.70685,1.7047685,126.129684,449.09167,236.1068,140.75574,451.9154,36.577084,93.04006,138.09158,10.295972,1.8307364,11.787938,903.0911,0.05224626,0.24189582,54.875347,9.029375,4.194932,4.7567067,10.897167,81.857086,31.06875,100.09497,589.35657,270.39774,2370.5552,1937.2025,34.48561,60.742188,9171.445,7.8829074,107.8802,745.7369,202.03125,280.16562,113.1875,683.2458,892.5531,485.02087,29.732143,157.49583,907.8918,1742.0116,81.27423,917.47766,103.88438,1.0721974,57.91033,0.8694643,0.557039,2.4441814,68.94542,195.45125,145.01576,14.647917,1838.3735,428.09375,211.95535,303.9375,102.80357,74.625,74.640625,86.205215,77.25,635.14545,227.04018,116.295006,82.56389,28.682812,132.07143,123.604164,19.836718,470.72522,131.8355,1577.2668,32.128654,2037.2092,78.97462,399.58542,1186.6788,50.340755,15.073716,868.4146,792.0053,2205.3228,104.22031 +2023-09-10 10:00:00,0.0,16178.426,368.02335,48.425213,55.34003,44.2601,214.94751,32.367786,52.96216,22.749857,31.019962,1423.9952,153.90643,20.08597,189.50195,0.38911113,0.01772595,30.851744,0.20814086,0.115471505,445.65677,0.11726954,472.65198,62.83455,0.12925473,0.15615039,147.27585,23.059187,51.400925,96.89892,23977.352,0.03504256,2074.0867,0.31669712,0.08009638,0.051439397,0.141307,182.8751,220.38687,22.081263,140.775,36.690643,41.625977,2255.546,1.6492198,139.58418,72.28809,438.6582,50.745888,431.2808,36.293777,164.7677,0.0,1791.3948,7797.2104,16.235216,530.2871,112.13241,37901.68,107.60874,14.431139,44.512154,146.40761,36.03873,15.549083,78.8875,1279.0996,327.87604,48.770786,11.375739,11.248911,373.6035,49.85437,717.6558,108.992775,2561.6467,374.25555,210.35068,114.324455,197.8971,5.7566166,8.569132,9.977777,2.3475516,1.7259952,74.41058,84.15413,93.87445,45.446926,44.229225,112.13686,11.543784,3110.2256,34.380573,45.31875,34.600147,29.378551,258.9176,69.92753,52.836807,9.577555,27.728132,47.08468,185.39662,488.80087,83.3482,290.53174,66.08423,76.84188,226.555,152.75285,815.6034,137.42157,4.6664724,8.636806,4.9068336,58.49793,18157.342,3.0591352,32.075504,50.70618,36.28885,302.21365,66.39065,137.6431,1.7051667,126.113815,449.0311,236.06749,140.6854,451.8547,36.586018,93.02195,138.08868,10.2983885,1.83147,11.792661,902.92487,0.052223768,0.2420361,54.89884,9.036877,4.1987386,4.762708,10.907243,81.855415,31.084167,100.152565,589.48737,270.52274,2371.184,1937.4565,34.504375,60.76678,9167.58,7.8852906,107.926155,745.6761,202.0925,280.23013,113.21555,683.54645,892.4833,485.03854,29.730951,157.52203,907.4987,1741.1969,81.27307,917.2185,103.882454,1.072362,57.895264,0.8695176,0.55725527,2.4443023,68.912315,195.51717,144.90062,14.654352,1836.8965,427.8949,211.91072,303.88055,102.72936,74.583336,74.55829,86.2402,77.155556,634.5572,226.92163,116.13052,82.485985,28.701735,131.97523,123.53907,19.823374,470.4269,131.75739,1575.6707,32.12535,2036.2162,78.96643,399.4845,1185.651,50.299603,15.082541,868.3306,792.0921,2204.7598,104.27865 +2023-09-10 11:00:00,0.0,16171.541,368.0011,48.47168,55.370506,44.295204,215.06387,32.379852,52.988174,22.756182,31.03839,1424.696,153.84859,20.094854,189.54764,0.3886416,0.017804207,30.858824,0.20793353,0.11552768,445.9397,0.117199495,472.83792,62.8826,0.12914835,0.15595132,147.3283,23.075108,51.419907,96.92663,23961.422,0.035054885,2074.0767,0.31716633,0.08002427,0.051529676,0.14114521,182.94554,220.5095,22.081352,140.7375,36.696392,41.58579,2255.3398,1.6486095,139.46095,72.22211,438.62775,50.711777,431.363,36.26561,164.63632,0.0,1790.2573,7792.046,16.20948,530.06616,112.05806,37893.027,107.50779,14.408784,44.466274,146.2095,35.99925,15.525817,78.77649,1278.2169,327.9474,48.734093,11.358202,11.239182,373.21664,49.79507,716.7565,109.09805,2561.4778,374.6611,210.17155,114.41565,198.34451,5.7556696,8.567177,9.981381,2.348854,1.7276572,74.36851,84.11864,93.87052,45.418686,44.21901,112.06649,11.542667,3111.4358,34.368973,45.278126,34.571293,29.352179,258.85602,69.89278,52.782986,9.572029,27.714386,47.05153,185.23433,488.26624,83.31201,290.38773,66.04476,76.74737,226.3784,152.62288,815.04706,137.32878,4.6608195,8.632986,4.909917,58.51875,18150.45,3.0565622,32.064396,50.69205,36.263668,302.0566,66.38338,137.57935,1.7055649,126.097946,448.97052,236.0282,140.61504,451.79398,36.59495,93.00384,138.08578,10.300806,1.8322036,11.797382,902.7586,0.05220127,0.24217638,54.922337,9.044378,4.202545,4.7687097,10.917318,81.85375,31.099585,100.21017,589.61816,270.64774,2371.8127,1937.7106,34.523144,60.791374,9163.715,7.887674,107.97211,745.6153,202.15375,280.29465,113.24361,683.8471,892.41345,485.0562,29.729761,157.54825,907.1056,1740.3823,81.27192,916.9594,103.88053,1.0725263,57.880196,0.86957103,0.55747145,2.4444234,68.87921,195.58308,144.78549,14.660788,1835.4193,427.69608,211.86607,303.8236,102.65516,74.541664,74.475945,86.275185,77.06111,633.96893,226.80307,115.966034,82.40809,28.72066,131.87904,123.47398,19.810028,470.1286,131.67928,1574.0743,32.122047,2035.223,78.958244,399.3836,1184.623,50.258446,15.091367,868.24664,792.1789,2204.1968,104.33699 +2023-09-10 12:00:00,0.0,16164.656,367.97882,48.518143,55.400978,44.330303,215.18024,32.391922,53.01419,22.762506,31.056814,1425.3969,153.79073,20.10374,189.59334,0.38817206,0.017882463,30.865904,0.20772618,0.11558387,446.22263,0.117129445,473.02386,62.93065,0.12904197,0.15575227,147.38075,23.091026,51.43889,96.95434,23945.492,0.035067204,2074.0667,0.3176355,0.07995217,0.05161995,0.14098343,183.01598,220.63214,22.081442,140.7,36.702137,41.5456,2255.134,1.6479993,139.33772,72.15613,438.59735,50.677666,431.44522,36.237442,164.50496,0.0,1789.1198,7786.881,16.183746,529.84515,111.98371,37884.375,107.40684,14.38643,44.420395,146.01138,35.959766,15.502552,78.665474,1277.3342,328.01874,48.6974,11.340664,11.229453,372.82983,49.735775,715.85706,109.20333,2561.3086,375.06665,209.99243,114.50684,198.79193,5.7547226,8.565222,9.984985,2.3501568,1.7293193,74.32644,84.083145,93.86659,45.39045,44.20879,111.99612,11.541551,3112.6458,34.35737,45.2375,34.54244,29.325806,258.79446,69.858025,52.729168,9.566503,27.700638,47.018383,185.07204,487.7316,83.27583,290.24374,66.005295,76.652855,226.2018,152.49292,814.4907,137.236,4.655167,8.629167,4.913,58.539574,18143.557,3.053989,32.05329,50.677917,36.23849,301.8996,66.376114,137.51561,1.705963,126.082085,448.90994,235.98889,140.5447,451.73328,36.60389,92.98572,138.08287,10.303223,1.8329372,11.802105,902.59235,0.052178778,0.24231666,54.945835,9.051881,4.2063513,4.7747116,10.927394,81.85208,31.115,100.26776,589.7489,270.77274,2372.4417,1937.9647,34.54191,60.81597,9159.85,7.8900576,108.01805,745.5545,202.215,280.35916,113.27167,684.14777,892.3436,485.07388,29.72857,157.57445,906.7125,1739.5676,81.27077,916.70026,103.87862,1.0726908,57.865128,0.8696244,0.5576877,2.4445443,68.846115,195.649,144.67035,14.667222,1833.9421,427.49722,211.82143,303.76666,102.58095,74.5,74.39361,86.31017,76.96667,633.3807,226.68452,115.80155,82.330185,28.739582,131.78285,123.40889,19.796682,469.8303,131.60115,1572.4781,32.118744,2034.23,78.95005,399.2827,1183.5951,50.217293,15.100191,868.16266,792.26575,2203.6338,104.39533 +2023-09-10 13:00:00,0.0,16157.771,367.95657,48.564606,55.431454,44.365406,215.2966,32.403988,53.040207,22.768833,31.075241,1426.0977,153.73288,20.112627,189.63902,0.38770252,0.01796072,30.872982,0.20751885,0.11564005,446.50552,0.1170594,473.2098,62.978695,0.12893559,0.15555322,147.43321,23.106945,51.45787,96.98205,23929.564,0.035079524,2074.0566,0.3181047,0.07988007,0.051710226,0.14082167,183.0864,220.75476,22.081533,140.6625,36.707886,41.50541,2254.928,1.647389,139.2145,72.09015,438.5669,50.643555,431.52744,36.209274,164.3736,0.0,1787.9822,7781.7163,16.158012,529.6242,111.90936,37875.72,107.305885,14.364075,44.374516,145.81328,35.920284,15.479287,78.55447,1276.4515,328.09012,48.660706,11.323126,11.219725,372.44302,49.67648,714.9577,109.30861,2561.1396,375.47223,209.81331,114.59804,199.23935,5.7537756,8.563267,9.98859,2.3514593,1.7309815,74.28436,84.04765,93.86266,45.36221,44.198574,111.92574,11.540434,3113.856,34.345768,45.196877,34.513584,29.299433,258.73288,69.82327,52.675346,9.560977,27.68689,46.985233,184.90974,487.19693,83.239655,290.09973,65.96582,76.55835,226.02519,152.36295,813.9344,137.1432,4.649514,8.625347,4.9160833,58.560394,18136.664,3.0514157,32.042183,50.663784,36.21331,301.74255,66.36884,137.45186,1.7063612,126.066216,448.84937,235.94958,140.47433,451.67255,36.612823,92.967606,138.07996,10.305639,1.8336709,11.806828,902.4261,0.05215628,0.24245694,54.96933,9.059382,4.210158,4.780713,10.937469,81.85041,31.130417,100.325356,589.8797,270.89774,2373.0703,1938.2188,34.560677,60.840565,9155.983,7.892441,108.064,745.4937,202.27625,280.42368,113.29972,684.4484,892.2738,485.09155,29.72738,157.60065,906.3194,1738.753,81.269615,916.4411,103.87669,1.0728554,57.85006,0.8696778,0.55790395,2.4446654,68.81301,195.71492,144.55522,14.673657,1832.4651,427.29837,211.7768,303.70972,102.506744,74.458336,74.31127,86.34515,76.87222,632.7925,226.56596,115.63706,82.25228,28.758507,131.68666,123.343796,19.783339,469.53198,131.52304,1570.8818,32.11544,2033.2369,78.941864,399.18182,1182.5671,50.17614,15.109016,868.0787,792.35254,2203.0708,104.45367 +2023-09-10 14:00:00,0.0,16150.886,367.9343,48.611073,55.461926,44.400505,215.41296,32.416054,53.06622,22.775158,31.093668,1426.7985,153.67502,20.121511,189.68472,0.387233,0.018038975,30.880062,0.2073115,0.11569623,446.78845,0.11698935,473.39578,63.026745,0.12882921,0.15535417,147.48567,23.122864,51.476852,97.00976,23913.635,0.035091847,2074.0466,0.3185739,0.079807974,0.0518005,0.14065987,183.15683,220.8774,22.081623,140.625,36.713634,41.46522,2254.7222,1.6467788,139.09126,72.02416,438.53644,50.609444,431.60965,36.181107,164.24223,0.0,1786.8446,7776.552,16.132278,529.40326,111.83501,37867.066,107.20493,14.341721,44.328636,145.61517,35.8808,15.456022,78.44345,1275.569,328.16147,48.624012,11.305588,11.209996,372.05618,49.617184,714.0583,109.41389,2560.9705,375.87778,209.63419,114.68924,199.68677,5.7528286,8.561312,9.992195,2.3527617,1.7326436,74.242294,84.01217,93.858734,45.333973,44.188354,111.85537,11.539317,3115.066,34.334167,45.15625,34.484734,29.273062,258.6713,69.78852,52.62153,9.55545,27.673143,46.952084,184.74745,486.6623,83.203476,289.95572,65.92635,76.46384,225.84859,152.23299,813.37805,137.05042,4.6438613,8.621528,4.9191666,58.581215,18129.771,3.0488427,32.031075,50.649654,36.18813,301.5855,66.36157,137.3881,1.7067593,126.05035,448.7888,235.91028,140.40399,451.61185,36.621758,92.949486,138.07706,10.308056,1.8344045,11.811549,902.2598,0.052133787,0.24259722,54.992825,9.066885,4.2139645,4.7867146,10.947544,81.84874,31.145834,100.38295,590.0105,271.02274,2373.6992,1938.4728,34.57944,60.86516,9152.118,7.894824,108.109955,745.4329,202.33751,280.4882,113.327774,684.749,892.204,485.10922,29.72619,157.62685,905.92633,1737.9385,81.268456,916.18195,103.87477,1.0730197,57.834988,0.8697312,0.55812013,2.4447863,68.77991,195.78084,144.44008,14.680093,1830.9879,427.09955,211.73215,303.65277,102.43254,74.416664,74.228935,86.38014,76.77778,632.2042,226.44742,115.47258,82.174385,28.77743,131.59047,123.2787,19.769993,469.23367,131.44492,1569.2856,32.112137,2032.2439,78.93368,399.08093,1181.5393,50.134983,15.117842,867.9947,792.43933,2202.5078,104.51201 +2023-09-10 15:00:00,0.0,16144.001,367.91205,48.657536,55.4924,44.435608,215.52933,32.42812,53.092236,22.781485,31.112095,1427.4994,153.61717,20.130398,189.73042,0.38676345,0.018117232,30.887142,0.20710416,0.115752414,447.07138,0.11691931,473.58173,63.074795,0.12872283,0.1551551,147.53812,23.138783,51.495834,97.03747,23897.705,0.035104167,2074.0366,0.3190431,0.07973587,0.05189078,0.1404981,183.22725,221.00003,22.081713,140.5875,36.719383,41.425034,2254.516,1.6461686,138.96802,71.95818,438.506,50.575333,431.69186,36.15294,164.11086,0.0,1785.707,7771.3867,16.106544,529.18225,111.76066,37858.41,107.10397,14.3193655,44.282757,145.41705,35.841316,15.432757,78.332436,1274.6863,328.23282,48.58732,11.288051,11.200267,371.66937,49.557888,713.15894,109.519165,2560.8015,376.28333,209.45505,114.78043,200.13419,5.7518816,8.559357,9.9958,2.3540642,1.7343056,74.20022,83.97668,93.854805,45.305733,44.178135,111.784996,11.5382,3116.2761,34.322567,45.115623,34.45588,29.246689,258.60974,69.75377,52.567707,9.549925,27.659395,46.918934,184.58516,486.12762,83.16729,289.81174,65.88689,76.36932,225.67198,152.10303,812.8217,136.95763,4.6382084,8.617708,4.9222503,58.60204,18122.879,3.0462694,32.01997,50.63552,36.16295,301.42847,66.3543,137.32437,1.7071575,126.03448,448.7282,235.87099,140.33363,451.55112,36.630695,92.93137,138.07416,10.3104725,1.8351381,11.816272,902.09357,0.05211129,0.2427375,55.01632,9.074387,4.217771,4.7927165,10.95762,81.84708,31.161251,100.44055,590.1413,271.14774,2374.3281,1938.7268,34.59821,60.889755,9148.253,7.8972073,108.1559,745.3721,202.39876,280.5527,113.355835,685.0497,892.13416,485.1269,29.725,157.65306,905.5332,1737.1238,81.2673,915.9228,103.87285,1.0731843,57.81992,0.86978453,0.5583364,2.4449074,68.7468,195.84674,144.32494,14.686528,1829.5107,426.9007,211.6875,303.59583,102.35833,74.375,74.1466,86.41513,76.683334,631.61597,226.32887,115.3081,82.09648,28.796354,131.49428,123.21361,19.756649,468.93536,131.3668,1567.6893,32.108833,2031.2509,78.92549,398.98,1180.5114,50.09383,15.126667,867.9107,792.5261,2201.9448,104.57035 +2023-09-10 16:00:00,0.0,16137.116,367.8898,48.704,55.522873,44.470707,215.64569,32.440186,53.11825,22.78781,31.13052,1428.2002,153.55931,20.139284,189.77611,0.38629392,0.018195488,30.89422,0.20689681,0.1158086,447.3543,0.11684926,473.76767,63.122845,0.12861645,0.15495606,147.59058,23.154701,51.514816,97.065186,23881.775,0.035116486,2074.0266,0.31951228,0.07966377,0.051981054,0.1403363,183.29768,221.12267,22.081802,140.55,36.72513,41.384846,2254.3103,1.6455584,138.84479,71.8922,438.4756,50.54122,431.77408,36.124775,163.97949,0.0,1784.5696,7766.222,16.080809,528.9613,111.68631,37849.758,107.00302,14.297011,44.236877,145.21895,35.801834,15.4094925,78.22143,1273.8036,328.30417,48.550625,11.270513,11.190538,371.28253,49.498592,712.2595,109.62444,2560.6323,376.68887,209.27592,114.87163,200.5816,5.7509346,8.557402,9.999405,2.355367,1.7359678,74.15815,83.94119,93.850876,45.277496,44.16792,111.71462,11.537084,3117.486,34.310966,45.075,34.427025,29.220316,258.54816,69.71902,52.51389,9.544399,27.645647,46.885784,184.42287,485.593,83.13111,289.66772,65.84741,76.27481,225.49538,151.97305,812.26544,136.86482,4.632556,8.613889,4.9253335,58.62286,18115.986,3.0436964,32.00886,50.62139,36.137768,301.27142,66.34704,137.26062,1.7075555,126.01861,448.66763,235.83168,140.26329,451.49042,36.63963,92.91326,138.07124,10.312889,1.8358717,11.820993,901.9273,0.052088797,0.24287778,55.039814,9.081888,4.2215776,4.798718,10.967695,81.845406,31.176666,100.498146,590.2721,271.27274,2374.9568,1938.981,34.616974,60.91435,9144.387,7.8995905,108.20185,745.3113,202.46,280.61722,113.38389,685.35034,892.06433,485.14456,29.72381,157.67926,905.14014,1736.3092,81.26615,915.66364,103.870926,1.0733486,57.80485,0.86983794,0.55855256,2.4450283,68.71371,195.91266,144.20981,14.692963,1828.0337,426.70184,211.64285,303.53888,102.28413,74.333336,74.064255,86.45011,76.58889,631.0277,226.21031,115.14361,82.01858,28.815277,131.39809,123.14852,19.743303,468.63705,131.28868,1566.093,32.10553,2030.2578,78.917305,398.87912,1179.4834,50.052677,15.135491,867.8267,792.613,2201.3818,104.628685 +2023-09-10 17:00:00,0.0,16130.231,367.86752,48.750465,55.55335,44.50581,215.76205,32.45225,53.144268,22.794134,31.148947,1428.901,153.50146,20.14817,189.82181,0.38582438,0.018273745,30.9013,0.20668948,0.11586478,447.63724,0.116779216,473.9536,63.170895,0.12851007,0.15475701,147.64304,23.17062,51.533794,97.092896,23865.848,0.03512881,2074.0164,0.3199815,0.07959167,0.05207133,0.14017454,183.36812,221.24529,22.081894,140.5125,36.730877,41.344654,2254.1042,1.644948,138.72156,71.82622,438.44513,50.50711,431.8563,36.096607,163.84813,0.0,1783.4319,7761.057,16.055075,528.74036,111.61196,37841.105,106.90207,14.274656,44.190998,145.02083,35.76235,15.386228,78.11041,1272.921,328.37552,48.513927,11.2529745,11.180809,370.89572,49.439297,711.36017,109.72972,2560.4634,377.09445,209.09682,114.96282,201.02902,5.7499876,8.555447,10.003009,2.3566694,1.7376299,74.11607,83.9057,93.84695,45.249256,44.1577,111.64425,11.535967,3118.6963,34.299362,45.034374,34.39817,29.193943,258.48657,69.684265,52.460068,9.538873,27.6319,46.852634,184.26057,485.05835,83.09493,289.5237,65.807945,76.1803,225.31877,151.8431,811.7091,136.77203,4.626903,8.610069,4.9284167,58.64368,18109.094,3.0411232,31.997757,50.607258,36.112587,301.11438,66.33977,137.19687,1.7079537,126.00274,448.60706,235.79237,140.19293,451.4297,36.648563,92.89514,138.06833,10.315306,1.8366053,11.825716,901.76105,0.0520663,0.24301805,55.06331,9.089391,4.225384,4.8047194,10.977771,81.843735,31.192083,100.55574,590.40283,271.39774,2375.5857,1939.235,34.635742,60.938946,9140.521,7.9019737,108.2478,745.2505,202.52126,280.68173,113.41194,685.651,891.99457,485.16223,29.722618,157.70546,904.747,1735.4945,81.265,915.4045,103.869,1.0735132,57.789783,0.86989135,0.5587688,2.4451494,68.6806,195.97858,144.09467,14.699398,1826.5565,426.50302,211.59822,303.48193,102.20992,74.291664,73.98192,86.4851,76.494446,630.4395,226.09177,114.979126,81.94068,28.8342,131.3019,123.08343,19.72996,468.33878,131.21057,1564.4968,32.102226,2029.2648,78.90912,398.77823,1178.4554,50.011524,15.144317,867.74274,792.69977,2200.8188,104.68703 +2023-09-10 18:00:00,0.0,16123.347,367.84528,48.79693,55.58382,44.54091,215.87842,32.464317,53.170284,22.80046,31.167374,1429.6018,153.4436,20.157055,189.86751,0.38535485,0.018352002,30.90838,0.20648214,0.11592096,447.92014,0.116709165,474.1396,63.21894,0.1284037,0.15455796,147.6955,23.186539,51.552776,97.120605,23849.918,0.03514113,2074.0063,0.32045066,0.07951956,0.052161604,0.14001277,183.43854,221.36792,22.081984,140.475,36.736626,41.304466,2253.8984,1.6443378,138.59833,71.76024,438.41473,50.473,431.93848,36.06844,163.71677,0.0,1782.2944,7755.8926,16.02934,528.51935,111.537605,37832.45,106.80112,14.252302,44.14512,144.82272,35.722866,15.362963,77.999405,1272.0383,328.44687,48.477234,11.235437,11.171081,370.5089,49.38,710.46075,109.835,2560.2942,377.5,208.9177,115.054016,201.47644,5.7490406,8.553492,10.006614,2.357972,1.7392919,74.074005,83.87021,93.84302,45.22102,44.147484,111.573875,11.53485,3119.9062,34.28776,44.99375,34.36932,29.16757,258.42502,69.64951,52.40625,9.533347,27.618153,46.819485,184.09828,484.52368,83.058754,289.37973,65.76848,76.085785,225.14218,151.71312,811.1528,136.67924,4.62125,8.60625,4.9315,58.664505,18102.201,3.0385501,31.98665,50.593124,36.087406,300.95737,66.3325,137.13313,1.7083519,125.98687,448.54648,235.75308,140.12259,451.369,36.6575,92.87703,138.06543,10.317722,1.8373389,11.830439,901.5948,0.052043803,0.24315833,55.086807,9.096892,4.229191,4.8107214,10.987845,81.842064,31.2075,100.61334,590.5336,271.52274,2376.2144,1939.489,34.654507,60.96354,9136.656,7.904357,108.29375,745.1897,202.5825,280.74625,113.44,685.95166,891.92474,485.1799,29.721428,157.73167,904.35394,1734.6799,81.26385,915.1454,103.86709,1.0736777,57.774715,0.8699447,0.558985,2.4452703,68.6475,196.0445,143.97954,14.705833,1825.0793,426.30417,211.55357,303.425,102.13571,74.25,73.89958,86.52009,76.4,629.85126,225.9732,114.81464,81.86278,28.853125,131.2057,123.01833,19.716614,468.04047,131.13246,1562.9005,32.098923,2028.2717,78.900925,398.6773,1177.4275,49.970367,15.153142,867.65875,792.78656,2200.2559,104.74537 +2023-09-10 19:00:00,0.0,16116.462,367.823,48.84339,55.614296,44.57601,215.99478,32.476383,53.196297,22.806786,31.1858,1430.3027,153.38576,20.165941,189.9132,0.3848853,0.018430257,30.915459,0.2062748,0.115977146,448.20306,0.11663912,474.32553,63.26699,0.12829731,0.15435891,147.74794,23.202457,51.57176,97.148315,23833.988,0.03515345,2073.9963,0.32091987,0.07944746,0.052251883,0.13985097,183.50897,221.49055,22.082073,140.4375,36.74237,41.26428,2253.6924,1.6437275,138.4751,71.69425,438.38428,50.43889,432.0207,36.04027,163.58539,0.0,1781.1569,7750.728,16.003607,528.2984,111.46326,37823.797,106.700165,14.229947,44.09924,144.6246,35.683384,15.339698,77.88839,1271.1556,328.51822,48.44054,11.217899,11.161352,370.12207,49.320705,709.5614,109.94028,2560.1252,377.90555,208.73856,115.14521,201.92386,5.7480936,8.551537,10.010219,2.3592746,1.740954,74.03193,83.83472,93.83909,45.19278,44.137264,111.5035,11.533733,3121.1162,34.27616,44.953125,34.340466,29.141197,258.36343,69.61476,52.352432,9.527821,27.604404,46.786335,183.93599,483.98904,83.02257,289.23572,65.72901,75.99127,224.96558,151.58316,810.59644,136.58646,4.6155972,8.60243,4.9345837,58.685326,18095.309,3.035977,31.975542,50.578995,36.062225,300.80032,66.32523,137.06938,1.70875,125.97101,448.4859,235.71378,140.05223,451.3083,36.666435,92.85891,138.06253,10.320139,1.8380727,11.83516,901.4285,0.05202131,0.2432986,55.110302,9.104395,4.2329974,4.816723,10.997921,81.84039,31.222918,100.67094,590.6644,271.64774,2376.8433,1939.743,34.673275,60.988136,9132.79,7.9067407,108.3397,745.1289,202.64375,280.81076,113.468056,686.2523,891.8549,485.1976,29.720238,157.75787,903.9608,1733.8652,81.26269,914.8862,103.865166,1.073842,57.759644,0.8699981,0.55920124,2.4453912,68.614395,196.11041,143.8644,14.712269,1823.6023,426.10532,211.50893,303.36804,102.06151,74.208336,73.817245,86.55507,76.30556,629.263,225.85466,114.650154,81.784874,28.872047,131.10953,122.95324,19.70327,467.74216,131.05434,1561.3043,32.09562,2027.2787,78.89274,398.57642,1176.3997,49.929214,15.161967,867.57477,792.8734,2199.6929,104.8037 +2023-09-10 20:00:00,0.0,16109.577,367.80075,48.88986,55.64477,44.61111,216.11115,32.488453,53.222313,22.81311,31.204227,1431.0035,153.3279,20.174828,189.9589,0.38441578,0.018508514,30.922539,0.20606746,0.11603333,448.486,0.11656907,474.51147,63.31504,0.12819093,0.15415984,147.8004,23.218376,51.59074,97.176025,23818.06,0.03516577,2073.9863,0.32138905,0.079375364,0.052342158,0.1396892,183.57939,221.61319,22.082165,140.4,36.74812,41.22409,2253.4866,1.6431173,138.35187,71.62827,438.35385,50.404778,432.1029,36.012104,163.45403,0.0,1780.0193,7745.563,15.977872,528.07745,111.38891,37815.14,106.59921,14.207593,44.05336,144.4265,35.643898,15.316433,77.77738,1270.273,328.58957,48.403847,11.200361,11.151623,369.73526,49.26141,708.662,110.045555,2559.956,378.3111,208.55943,115.23641,202.37128,5.747147,8.549582,10.0138235,2.360577,1.7426162,73.98986,83.799225,93.83516,45.164543,44.12705,111.43312,11.532617,3122.3264,34.26456,44.9125,34.31161,29.114826,258.30185,69.58001,52.29861,9.522295,27.590656,46.753185,183.7737,483.4544,82.98639,289.0917,65.68954,75.89676,224.78897,151.4532,810.0401,136.49367,4.609945,8.598611,4.937667,58.70615,18088.414,3.0334036,31.964436,50.56486,36.037045,300.64328,66.31796,137.00563,1.7091482,125.95514,448.42535,235.67447,139.98189,451.24756,36.67537,92.8408,138.05962,10.322556,1.8388063,11.839883,901.26227,0.051998813,0.24343888,55.133797,9.1118965,4.2368035,4.8227243,11.007997,81.83873,31.238335,100.72853,590.79517,271.77274,2377.472,1939.9971,34.69204,61.01273,9128.925,7.909124,108.38564,745.06805,202.705,280.87527,113.49611,686.5529,891.7851,485.21527,29.719048,157.78407,903.56775,1733.0507,81.261536,914.6271,103.86324,1.0740066,57.744576,0.8700515,0.5594174,2.4455123,68.5813,196.17633,143.74927,14.718704,1822.1251,425.9065,211.4643,303.3111,101.987305,74.166664,73.73491,86.59006,76.21111,628.67474,225.73611,114.485664,81.70698,28.890972,131.01334,122.888145,19.689924,467.44385,130.97623,1559.708,32.092316,2026.2855,78.88455,398.47552,1175.3717,49.88806,15.170792,867.4908,792.9602,2199.13,104.862045 +2023-09-10 21:00:00,0.0,16102.692,367.7785,48.93632,55.675243,44.646214,216.22751,32.50052,53.24833,22.819437,31.222652,1431.7043,153.27005,20.183714,190.00458,0.38394624,0.01858677,30.929619,0.20586011,0.11608951,448.76892,0.11649903,474.69745,63.36309,0.12808457,0.1539608,147.85286,23.234295,51.609722,97.203735,23802.13,0.03517809,2073.9763,0.32185826,0.079303265,0.052432433,0.13952741,183.64983,221.73581,22.082254,140.3625,36.75387,41.1839,2253.2805,1.6425071,138.22862,71.56229,438.32343,50.370667,432.18512,35.983936,163.32266,0.0,1778.8817,7740.3984,15.952138,527.85645,111.31456,37806.49,106.49826,14.185238,44.00748,144.2284,35.604416,15.293168,77.66637,1269.3904,328.66095,48.367153,11.182823,11.141894,369.34845,49.202114,707.76263,110.15083,2559.787,378.71667,208.38031,115.32761,202.8187,5.7462,8.5476265,10.017427,2.3618796,1.7442783,73.947784,83.76373,93.83123,45.136307,44.11683,111.36275,11.5315,3123.5364,34.252956,44.871876,34.28276,29.088453,258.2403,69.54526,52.244793,9.516768,27.57691,46.720036,183.6114,482.91974,82.95021,288.94772,65.65007,75.80225,224.61237,151.32323,809.48376,136.40088,4.604292,8.594791,4.94075,58.72697,18081.521,3.0308306,31.95333,50.550728,36.011864,300.48624,66.31069,136.9419,1.7095463,125.93927,448.36478,235.63516,139.91153,451.18686,36.684303,92.822685,138.0567,10.324972,1.8395399,11.844605,901.096,0.05197632,0.24357916,55.15729,9.119398,4.24061,4.8287263,11.018072,81.83706,31.25375,100.786125,590.926,271.89774,2378.1008,1940.2512,34.710808,61.037323,9125.06,7.911507,108.431595,745.00726,202.76625,280.9398,113.52416,686.8536,891.7153,485.23294,29.717857,157.81027,903.1746,1732.236,81.26038,914.3679,103.86132,1.074171,57.729507,0.87010485,0.5596337,2.4456332,68.548195,196.24225,143.63412,14.725139,1820.648,425.70764,211.41965,303.25418,101.91309,74.125,73.652565,86.625046,76.11667,628.0865,225.61755,114.32118,81.629074,28.909895,130.91714,122.82305,19.67658,467.14554,130.8981,1558.1118,32.089012,2025.2925,78.876366,398.37463,1174.3438,49.846905,15.179617,867.4068,793.047,2198.567,104.92039 +2023-09-10 22:00:00,0.0,16095.808,367.75623,48.982784,55.70572,44.681313,216.34386,32.512585,53.274345,22.825762,31.24108,1432.4052,153.21219,20.192598,190.05028,0.3834767,0.018665027,30.936697,0.20565277,0.11614569,449.05182,0.116428986,474.8834,63.41114,0.12797819,0.15376174,147.90532,23.250214,51.628704,97.231445,23786.201,0.03519041,2073.9663,0.32232744,0.07923116,0.052522708,0.13936564,183.72025,221.85844,22.082344,140.325,36.759617,41.14371,2253.0745,1.6418968,138.1054,71.49631,438.29297,50.336555,432.26733,35.955772,163.19128,0.0,1777.7441,7735.2334,15.926404,527.6355,111.240204,37797.832,106.39731,14.162884,43.961597,144.03027,35.564934,15.269903,77.55536,1268.5077,328.7323,48.33046,11.165286,11.132165,368.9616,49.14282,706.8632,110.25611,2559.618,379.12222,208.20119,115.4188,203.26611,5.745253,8.545671,10.021032,2.363182,1.7459403,73.905716,83.72825,93.8273,45.108067,44.106613,111.29237,11.530384,3124.7466,34.241356,44.83125,34.253906,29.06208,258.1787,69.510506,52.19097,9.511243,27.563162,46.686886,183.44911,482.3851,82.91403,288.8037,65.6106,75.70774,224.43576,151.19327,808.9274,136.30807,4.598639,8.590972,4.9438334,58.74779,18074.629,3.0282574,31.942223,50.5366,35.986683,300.3292,66.30343,136.87814,1.7099445,125.9234,448.3042,235.59587,139.84119,451.12613,36.69324,92.804565,138.0538,10.327389,1.8402735,11.849327,900.92975,0.051953822,0.24371944,55.180786,9.126901,4.2444167,4.834728,11.028147,81.83539,31.269167,100.84373,591.05676,272.02274,2378.7295,1940.5052,34.729572,61.06192,9121.193,7.9138904,108.47755,744.9465,202.8275,281.0043,113.55222,687.15424,891.64545,485.2506,29.716667,157.83649,902.78156,1731.4214,81.25923,914.10876,103.8594,1.0743355,57.71444,0.87015826,0.5598499,2.4457543,68.51509,196.30817,143.51898,14.731574,1819.1709,425.5088,211.375,303.19724,101.83889,74.083336,73.57023,86.660034,76.022224,627.4983,225.49901,114.1567,81.55117,28.928818,130.82095,122.757965,19.663235,466.84723,130.81999,1556.5155,32.08571,2024.2994,78.86818,398.27374,1173.3158,49.80575,15.188442,867.3228,793.13385,2198.004,104.97872 +2023-09-10 23:00:00,0.0,16088.922,367.73398,49.02925,55.73619,44.716415,216.46022,32.52465,53.30036,22.832088,31.259506,1433.106,153.15434,20.201485,190.09598,0.38300717,0.018743284,30.943777,0.20544542,0.11620188,449.33475,0.116358936,475.06934,63.45919,0.12787181,0.1535627,147.95776,23.266132,51.647686,97.259155,23770.271,0.035202734,2073.9563,0.32279664,0.07915906,0.052612986,0.13920388,183.79068,221.98108,22.082434,140.2875,36.76536,41.103523,2252.8687,1.6412865,137.98216,71.43033,438.26257,50.302444,432.34955,35.927605,163.05992,0.0,1776.6067,7730.069,15.900669,527.41455,111.165855,37789.18,106.29635,14.140529,43.915718,143.83217,35.525448,15.246637,77.44434,1267.625,328.80365,48.293766,11.147748,11.122437,368.5748,49.083523,705.96387,110.36139,2559.449,379.52777,208.02206,115.509995,203.71353,5.744306,8.543716,10.024637,2.3644848,1.7476025,73.86364,83.69276,93.82337,45.07983,44.096394,111.222,11.529267,3125.9565,34.229755,44.790627,34.22505,29.035707,258.11713,69.47575,52.137154,9.505717,27.549414,46.653736,183.28682,481.85043,82.877846,288.6597,65.57114,75.61323,224.25916,151.0633,808.37115,136.21529,4.592986,8.5871525,4.9469166,58.768616,18067.736,3.0256844,31.931116,50.522465,35.961502,300.17215,66.29616,136.81439,1.7103426,125.90753,448.24362,235.55656,139.77083,451.06543,36.702175,92.78645,138.0509,10.329805,1.8410071,11.85405,900.7635,0.05193133,0.24385972,55.20428,9.134402,4.2482233,4.840729,11.038222,81.83372,31.284584,100.90132,591.18756,272.14774,2379.3584,1940.7593,34.74834,61.086514,9117.328,7.9162736,108.52349,744.8857,202.88875,281.06882,113.58028,687.4549,891.5756,485.26828,29.715475,157.86269,902.3884,1730.6067,81.25808,913.8496,103.857475,1.0745,57.69937,0.8702116,0.5600661,2.4458752,68.481995,196.37408,143.40385,14.738009,1817.6937,425.30997,211.33035,303.1403,101.76468,74.041664,73.48789,86.695015,75.92778,626.91003,225.38045,113.99221,81.473274,28.947742,130.72476,122.69287,19.64989,466.54892,130.74188,1554.9193,32.082405,2023.3064,78.85999,398.17282,1172.288,49.7646,15.197268,867.23883,793.22064,2197.441,105.03706 +2023-09-11 00:00:00,0.0,16082.037,367.7117,49.075714,55.766666,44.751514,216.57658,32.536716,53.326374,22.838413,31.277933,1433.8069,153.09648,20.210371,190.14166,0.38253763,0.01882154,30.950857,0.20523809,0.11625806,449.61768,0.11628889,475.25528,63.507236,0.12776543,0.15336363,148.01022,23.282051,51.666668,97.286865,23754.344,0.035215054,2073.9463,0.32326582,0.07908696,0.05270326,0.13904208,183.86111,222.10371,22.082525,140.25,36.77111,41.06333,2252.6626,1.6406763,137.85893,71.36434,438.23212,50.268333,432.43176,35.899437,162.92856,0.0,1775.4691,7724.9043,15.874935,527.19354,111.09151,37780.527,106.1954,14.118174,43.86984,143.63405,35.485966,15.223372,77.33333,1266.7424,328.875,48.257072,11.13021,11.112707,368.188,49.024223,705.06445,110.46667,2559.2798,379.93332,207.84293,115.60119,204.16095,5.743359,8.541761,10.028242,2.3657873,1.7492646,73.82156,83.657265,93.81944,45.05159,44.086178,111.15163,11.528151,3127.1667,34.218155,44.75,34.196198,29.009335,258.05557,69.441,52.083332,9.500191,27.535667,46.620586,183.12453,481.3158,82.84167,288.51572,65.53166,75.518715,224.08255,150.93333,807.8148,136.1225,4.5873337,8.583333,4.9500003,58.789436,18060.844,3.023111,31.92001,50.508335,35.93632,300.01514,66.28889,136.75064,1.7107408,125.89166,448.18304,235.51726,139.70049,451.0047,36.71111,92.76833,138.04799,10.332222,1.8417407,11.858771,900.5972,0.051908832,0.244,55.22778,9.141905,4.25203,4.846731,11.048298,81.832054,31.300001,100.958916,591.31836,272.27274,2379.987,1941.0133,34.767105,61.11111,9113.463,7.918657,108.56944,744.8249,202.95,281.13333,113.60833,687.75555,891.5058,485.28595,29.714285,157.88889,901.99536,1729.7921,81.25692,913.59045,103.85556,1.0746644,57.6843,0.870265,0.56028235,2.4459963,68.44889,196.44,143.28871,14.744445,1816.2166,425.1111,211.28572,303.08334,101.690475,74.0,73.405556,86.73,75.833336,626.3218,225.2619,113.82773,81.39537,28.966665,130.62857,122.62778,19.636545,466.2506,130.66376,1553.323,32.0791,2022.3134,78.8518,398.07193,1171.26,49.723446,15.206092,867.15485,793.30743,2196.878,105.095406 +2023-09-11 01:00:00,0.0,16075.152,367.68945,49.122177,55.79714,44.786617,216.69295,32.548782,53.35239,22.844738,31.296358,1434.5077,153.03864,20.219255,190.18736,0.3820681,0.018899797,30.957935,0.20503075,0.11631424,449.9006,0.11621884,475.44125,63.555286,0.12765905,0.15316458,148.06268,23.29797,51.68565,97.314575,23738.414,0.035227373,2073.9363,0.323735,0.07901485,0.052793536,0.13888031,183.93153,222.22633,22.082615,140.2125,36.77686,41.023144,2252.4568,1.640066,137.7357,71.29836,438.2017,50.234222,432.51398,35.87127,162.7972,0.0,1774.3315,7719.7393,15.8492,526.9726,111.01716,37771.87,106.094444,14.095819,43.82396,143.43594,35.446484,15.200108,77.22232,1265.8597,328.94635,48.22038,11.112672,11.102979,367.80115,48.964928,704.16504,110.571945,2559.1106,380.3389,207.6638,115.69239,204.60837,5.742412,8.539805,10.031846,2.3670897,1.7509266,73.779495,83.62178,93.81551,45.023354,44.07596,111.08125,11.527034,3128.3767,34.206554,44.709373,34.167347,28.982964,257.994,69.40625,52.029514,9.494665,27.52192,46.587437,182.96223,480.78116,82.80549,288.3717,65.492195,75.4242,223.90594,150.80338,807.2585,136.02971,4.581681,8.579514,4.9530835,58.810257,18053.951,3.020538,31.908903,50.4942,35.91114,299.8581,66.28162,136.6869,1.711139,125.87579,448.12247,235.47797,139.63013,450.944,36.720047,92.75022,138.04507,10.334639,1.8424743,11.863494,900.43097,0.05188634,0.24414028,55.251274,9.149406,4.2558365,4.8527327,11.058373,81.83038,31.315416,101.01652,591.4491,272.39774,2380.616,1941.2675,34.785873,61.135704,9109.598,7.92104,108.615395,744.76404,203.01125,281.19785,113.63639,688.05615,891.436,485.30362,29.713095,157.9151,901.6023,1728.9774,81.25577,913.3313,103.85364,1.0748289,57.66923,0.8703184,0.56049854,2.4461172,68.41579,196.50592,143.17358,14.750879,1814.7395,424.91226,211.24107,303.0264,101.61627,73.958336,73.32322,86.76499,75.73889,625.7335,225.14336,113.66324,81.31747,28.98559,130.53238,122.56268,19.623201,465.9523,130.58565,1551.7268,32.075798,2021.3203,78.84361,397.97104,1170.232,49.68229,15.214917,867.07086,793.3943,2196.3152,105.15374 +2023-09-11 02:00:00,0.0,16068.268,367.6672,49.168644,55.827614,44.821716,216.80931,32.56085,53.378407,22.851065,31.314785,1435.2085,152.98077,20.228142,190.23306,0.38159856,0.018978052,30.965015,0.2048234,0.116370425,450.18353,0.1161488,475.6272,63.603336,0.12755267,0.15296553,148.11513,23.313889,51.704628,97.342285,23722.484,0.035239697,2073.926,0.3242042,0.07894275,0.052883815,0.13871852,184.00197,222.34897,22.082705,140.175,36.782604,40.982956,2252.2507,1.6394558,137.61247,71.23238,438.17126,50.20011,432.5962,35.8431,162.66582,0.0,1773.194,7714.5747,15.823466,526.75165,110.94281,37763.22,105.99349,14.073464,43.77808,143.23782,35.406998,15.176843,77.111305,1264.977,329.0177,48.18368,11.095135,11.09325,367.41434,48.905632,703.2657,110.67722,2558.9417,380.74445,207.48468,115.783585,205.05579,5.741465,8.53785,10.035451,2.3683925,1.7525887,73.73742,83.58629,93.811584,44.995113,44.065742,111.01088,11.525917,3129.587,34.19495,44.66875,34.138493,28.95659,257.9324,69.3715,51.975693,9.489139,27.508171,46.554287,182.79994,480.2465,82.7693,288.22772,65.45273,75.32969,223.72935,150.6734,806.70215,135.93692,4.576028,8.575694,4.9561667,58.83108,18047.059,3.0179648,31.897797,50.48007,35.88596,299.70105,66.27435,136.62315,1.711537,125.85993,448.0619,235.43866,139.55978,450.88327,36.72898,92.73211,138.04218,10.337055,1.843208,11.8682165,900.2647,0.05186384,0.24428055,55.27477,9.156908,4.259643,4.858734,11.068449,81.82871,31.330833,101.07411,591.5799,272.52274,2381.2446,1941.5215,34.804638,61.160297,9105.731,7.923424,108.66134,744.70325,203.0725,281.26236,113.664444,688.3568,891.36615,485.3213,29.711905,157.9413,901.20917,1728.1628,81.254616,913.0722,103.851715,1.0749934,57.654163,0.87037176,0.5607148,2.4462383,68.38268,196.57182,143.05844,14.757315,1813.2623,424.71344,211.19643,302.96945,101.54206,73.916664,73.240875,86.79997,75.64445,625.1453,225.0248,113.49876,81.23957,29.004513,130.43619,122.49759,19.609856,465.65402,130.50752,1550.1305,32.072495,2020.3273,78.83543,397.87012,1169.2041,49.641136,15.2237425,866.9869,793.4811,2195.7522,105.21208 +2023-09-11 03:00:00,0.0,16061.383,367.64493,49.215107,55.858086,44.85682,216.92567,32.572914,53.404423,22.85739,31.333212,1435.9093,152.92293,20.237028,190.27875,0.38112903,0.019056309,30.972095,0.20461607,0.11642661,450.46643,0.11607875,475.81314,63.651386,0.1274463,0.15276648,148.16759,23.329807,51.72361,97.369995,23706.557,0.035252016,2073.916,0.32467338,0.078870654,0.05297409,0.13855675,184.07239,222.4716,22.082794,140.1375,36.788353,40.94277,2252.045,1.6388456,137.48924,71.1664,438.14084,50.166,432.6784,35.814938,162.53445,0.0,1772.0564,7709.4097,15.797732,526.53064,110.868454,37754.562,105.89254,14.05111,43.7322,143.03972,35.367516,15.153578,77.0003,1264.0944,329.08905,48.146988,11.077597,11.083521,367.02753,48.846336,702.3663,110.7825,2558.7725,381.15,207.30554,115.87478,205.5032,5.740518,8.535895,10.039056,2.369695,1.7542509,73.69535,83.5508,93.807655,44.966877,44.055523,110.940506,11.5248,3130.7969,34.18335,44.628124,34.10964,28.930218,257.87085,69.33675,51.921875,9.483613,27.494425,46.521137,182.63765,479.71185,82.73312,288.0837,65.41326,75.235176,223.55275,150.54344,806.1458,135.84413,4.5703754,8.571875,4.95925,58.851902,18040.166,3.0153916,31.88669,50.46594,35.860783,299.544,66.26708,136.5594,1.7119352,125.84406,448.0013,235.39935,139.48943,450.82257,36.737915,92.71399,138.03928,10.339473,1.8439416,11.872938,900.09845,0.05184135,0.24442083,55.298264,9.164411,4.2634497,4.864736,11.078524,81.82704,31.34625,101.13171,591.7107,272.64774,2381.8735,1941.7755,34.823406,61.184895,9101.866,7.925807,108.70729,744.64246,203.13376,281.32687,113.6925,688.6575,891.2963,485.33896,29.710714,157.9675,900.8161,1727.3481,81.25346,912.81305,103.84979,1.0751578,57.639095,0.87042516,0.56093097,2.4463592,68.34959,196.63774,142.94331,14.76375,1811.7852,424.5146,211.1518,302.9125,101.46786,73.875,73.15854,86.83496,75.55,624.55707,224.90625,113.33427,81.16167,29.023438,130.34,122.4325,19.596512,465.3557,130.42941,1548.5343,32.06919,2019.3342,78.82724,397.76923,1168.1763,49.599983,15.232568,866.9029,793.5679,2195.1892,105.270424 +2023-09-11 04:00:00,0.0,16054.498,367.62268,49.26157,55.88856,44.89192,217.04204,32.58498,53.430435,22.863716,31.351639,1436.6102,152.86507,20.245914,190.32445,0.38065952,0.019134566,30.979174,0.20440872,0.116482794,450.74936,0.11600871,475.99908,63.699436,0.12733991,0.15256743,148.22005,23.345726,51.74259,97.397705,23690.627,0.035264336,2073.906,0.3251426,0.07879855,0.053064365,0.13839498,184.14282,222.59424,22.082886,140.1,36.7941,40.902576,2251.8389,1.6382353,137.366,71.10042,438.1104,50.13189,432.76062,35.78677,162.40309,0.0,1770.919,7704.245,15.771997,526.3097,110.794106,37745.91,105.79159,14.028755,43.68632,142.84161,35.328033,15.130313,76.88928,1263.2118,329.16043,48.110294,11.060059,11.073792,366.6407,48.78704,701.4669,110.88778,2558.6035,381.55554,207.12642,115.96597,205.95062,5.739571,8.53394,10.042661,2.3709974,1.7559129,73.653275,83.515305,93.80373,44.938637,44.045307,110.87013,11.523684,3132.0068,34.17175,44.5875,34.080784,28.903845,257.80927,69.301994,51.868057,9.478086,27.480677,46.487988,182.47536,479.1772,82.696945,287.9397,65.37379,75.14067,223.37614,150.41347,805.5895,135.75134,4.5647225,8.568055,4.9623337,58.872723,18033.273,3.0128186,31.875584,50.451805,35.8356,299.38696,66.25981,136.49567,1.7123333,125.82819,447.94073,235.36005,139.41908,450.76187,36.746853,92.69588,138.03636,10.341889,1.8446752,11.877661,899.9322,0.05181885,0.2445611,55.32176,9.171912,4.2672563,4.8707376,11.088599,81.82538,31.361668,101.18931,591.8415,272.77274,2382.5022,1942.0295,34.84217,61.209488,9098.001,7.92819,108.75324,744.58167,203.195,281.3914,113.72056,688.9581,891.2265,485.35663,29.709524,157.9937,900.423,1726.5336,81.252304,912.5539,103.84787,1.0753223,57.624027,0.8704785,0.5611472,2.44648,68.31648,196.70366,142.82817,14.770185,1810.3081,424.31573,211.10715,302.85556,101.39365,73.833336,73.0762,86.86995,75.45556,623.9688,224.78769,113.169785,81.08376,29.04236,130.2438,122.36741,19.583166,465.0574,130.3513,1546.938,32.065887,2018.3412,78.81905,397.66833,1167.1483,49.55883,15.241392,866.8189,793.6547,2194.6262,105.32876 +2023-09-11 05:00:00,0.0,16047.613,367.6004,49.308037,55.919033,44.92702,217.1584,32.59705,53.45645,22.87004,31.370066,1437.311,152.80722,20.254799,190.37013,0.38018999,0.019212821,30.986254,0.20420139,0.11653897,451.0323,0.115938656,476.18506,63.747482,0.12723354,0.15236837,148.2725,23.361645,51.761574,97.425415,23674.697,0.03527666,2073.896,0.32561177,0.07872645,0.05315464,0.13823318,184.21326,222.71686,22.082975,140.0625,36.79985,40.86239,2251.633,1.6376251,137.24277,71.03443,438.07996,50.09778,432.84283,35.758602,162.27171,0.0,1769.7814,7699.0806,15.7462635,526.08875,110.71976,37737.258,105.690636,14.006401,43.64044,142.6435,35.288548,15.107048,76.778275,1262.3291,329.23178,48.0736,11.042521,11.064063,366.25388,48.727745,700.5675,110.99306,2558.4343,381.96112,206.9473,116.05717,206.39804,5.738624,8.531985,10.046266,2.3723,1.757575,73.611206,83.47982,93.79979,44.9104,44.035088,110.79976,11.522567,3133.217,34.16015,44.546875,34.051933,28.877472,257.74768,69.26724,51.814236,9.472561,27.466928,46.454838,182.31306,478.64255,82.66077,287.79572,65.33432,75.04616,223.19954,150.28351,805.03314,135.65854,4.5590696,8.564236,4.965417,58.893547,18026.38,3.0102453,31.864477,50.437675,35.81042,299.22992,66.25255,136.43192,1.7127315,125.812325,447.88016,235.32076,139.34872,450.70114,36.755787,92.67776,138.03345,10.344306,1.8454088,11.882382,899.7659,0.051796358,0.24470139,55.345257,9.179415,4.2710624,4.876739,11.098675,81.82371,31.377085,101.2469,591.9723,272.89774,2383.131,1942.2836,34.86094,61.234085,9094.135,7.9305735,108.79919,744.5209,203.25626,281.4559,113.74861,689.2588,891.1567,485.3743,29.708334,158.01991,900.0299,1725.7189,81.25115,912.29474,103.845955,1.0754867,57.608955,0.8705319,0.5613634,2.4466012,68.28338,196.76958,142.71304,14.776621,1808.8309,424.1169,211.0625,302.7986,101.31944,73.791664,72.993866,86.90494,75.361115,623.38055,224.66914,113.0053,81.00587,29.061283,130.14761,122.302315,19.569822,464.7591,130.27318,1545.3417,32.062584,2017.348,78.81086,397.56744,1166.1204,49.517673,15.250217,866.7349,793.7415,2194.0632,105.3871 +2023-09-11 06:00:00,0.0,16040.729,367.57816,49.3545,55.94951,44.96212,217.27477,32.609116,53.482468,22.876366,31.38849,1438.0118,152.74936,20.263685,190.41583,0.37972045,0.019291079,30.993334,0.20399404,0.11659516,451.31522,0.11586861,476.371,63.795532,0.12712716,0.15216932,148.32495,23.377563,51.780556,97.453125,23658.768,0.03528898,2073.886,0.32608098,0.07865435,0.05324492,0.13807142,184.28368,222.8395,22.083065,140.025,36.805595,40.8222,2251.427,1.6370147,137.11954,70.96845,438.04956,50.063667,432.92505,35.730434,162.14035,0.0,1768.6438,7693.9155,15.720529,525.86774,110.64541,37728.6,105.58968,13.984046,43.594563,142.44539,35.249065,15.083783,76.66726,1261.4464,329.30313,48.036907,11.024983,11.054335,365.86707,48.66845,699.66815,111.09833,2558.2654,382.36667,206.76817,116.14836,206.84546,5.737677,8.53003,10.04987,2.3736026,1.7592372,73.56913,83.44433,93.79586,44.88216,44.024868,110.729385,11.52145,3134.427,34.14855,44.50625,34.02308,28.851099,257.68613,69.23249,51.760418,9.467035,27.45318,46.421688,182.15077,478.1079,82.62458,287.6517,65.29485,74.951645,223.02293,150.15355,804.4768,135.56575,4.5534167,8.560416,4.9685,58.914368,18019.488,3.0076723,31.853369,50.423542,35.78524,299.07288,66.24528,136.36816,1.7131296,125.796455,447.81958,235.28145,139.27838,450.64044,36.76472,92.659645,138.03055,10.346723,1.8461424,11.887105,899.5997,0.05177386,0.24484167,55.36875,9.186916,4.274869,4.882741,11.10875,81.82204,31.3925,101.3045,592.1031,273.02274,2383.76,1942.5377,34.879704,61.25868,9090.27,7.9329567,108.84514,744.4601,203.3175,281.52042,113.776665,689.55945,891.08685,485.392,29.707142,158.04611,899.6368,1724.9043,81.25,912.0356,103.84403,1.0756512,57.593887,0.8705853,0.56157964,2.446722,68.250275,196.8355,142.5979,14.783055,1807.3538,423.91806,211.01785,302.74167,101.24524,73.75,72.91153,86.93992,75.26667,622.79236,224.5506,112.84081,80.92796,29.080208,130.05142,122.23722,19.556477,464.4608,130.19507,1543.7455,32.05928,2016.355,78.80267,397.46655,1165.0924,49.47652,15.259043,866.65094,793.8283,2193.5002,105.44544 +2023-09-11 07:00:00,0.0,16033.844,367.55588,49.400963,55.97998,44.997223,217.39113,32.62118,53.508484,22.882692,31.406918,1438.7126,152.69151,20.272572,190.46153,0.3792509,0.019369334,31.000412,0.2037867,0.11665134,451.5981,0.11579856,476.55695,63.843582,0.12702078,0.15197027,148.37741,23.393482,51.799538,97.480835,23642.84,0.035301298,2073.876,0.32655016,0.07858225,0.053335194,0.13790964,184.35411,222.96213,22.083157,139.9875,36.811344,40.782013,2251.2212,1.6364045,136.9963,70.90247,438.0191,50.029556,433.00726,35.702267,162.00899,0.0,1767.5062,7688.751,15.694795,525.6468,110.57105,37719.95,105.48872,13.961692,43.548683,142.24727,35.209583,15.060518,76.55625,1260.5637,329.37448,48.000214,11.007445,11.044606,365.48022,48.609154,698.76874,111.203606,2558.0962,382.77222,206.58905,116.23956,207.29288,5.73673,8.528075,10.053474,2.374905,1.7608993,73.52706,83.40884,93.79193,44.853924,44.014652,110.65901,11.520333,3135.6372,34.136944,44.465626,33.994225,28.824728,257.62454,69.19774,51.706596,9.461509,27.439434,46.388542,181.98848,477.57324,82.5884,287.5077,65.25538,74.85713,222.84633,150.02357,803.92053,135.47296,4.5477643,8.556597,4.9715834,58.935192,18012.596,3.005099,31.842262,50.40941,35.76006,298.91586,66.23801,136.30443,1.7135278,125.78059,447.759,235.24214,139.20802,450.5797,36.773655,92.641525,138.02765,10.349139,1.846876,11.891828,899.4334,0.051751368,0.24498194,55.392246,9.194418,4.2786756,4.8887424,11.118825,81.820366,31.407917,101.36209,592.2338,273.14774,2384.3887,1942.7917,34.89847,61.283276,9086.404,7.93534,108.89108,744.39923,203.37875,281.58493,113.80472,689.86005,891.017,485.40967,29.705952,158.07231,899.2437,1724.0896,81.24885,911.7764,103.84211,1.0758157,57.57882,0.87063867,0.5617959,2.4468431,68.21718,196.90141,142.48276,14.789491,1805.8767,423.7192,210.97322,302.68472,101.17103,73.708336,72.829185,86.97491,75.172226,622.2041,224.43204,112.67633,80.85006,29.09913,129.95523,122.17213,19.54313,464.16248,130.11694,1542.1492,32.055977,2015.3619,78.79449,397.36563,1164.0645,49.435368,15.267868,866.56696,793.91516,2192.9373,105.50378 +2023-09-11 08:00:00,0.0,16026.958,367.53363,49.44743,56.010456,45.032322,217.50749,32.633247,53.5345,22.889017,31.425344,1439.4135,152.63365,20.281456,190.50722,0.37878138,0.019447591,31.007492,0.20357937,0.11670752,451.88104,0.11572852,476.7429,63.891632,0.1269144,0.15177122,148.42987,23.4094,51.81852,97.508545,23626.91,0.03531362,2073.866,0.32701936,0.07851014,0.05342547,0.13774785,184.42453,223.08476,22.083246,139.95,36.817093,40.74182,2251.0151,1.6357943,136.87308,70.83649,437.98868,49.99544,433.08948,35.6741,161.87762,0.0,1766.3687,7683.5864,15.669061,525.42584,110.496704,37711.293,105.38777,13.939337,43.502804,142.04916,35.170097,15.037253,76.44524,1259.6812,329.44583,47.96352,10.989907,11.034877,365.0934,48.54986,697.8694,111.30888,2557.9272,383.17776,206.40993,116.33076,207.7403,5.735783,8.52612,10.057079,2.3762076,1.7625613,73.484985,83.373344,93.788,44.825687,44.004433,110.58864,11.519217,3136.8472,34.125343,44.425,33.965374,28.798355,257.56296,69.16299,51.65278,9.455983,27.425686,46.355392,181.82619,477.0386,82.55222,287.3637,65.21591,74.76262,222.66972,149.89362,803.3642,135.38017,4.5421114,8.552778,4.9746666,58.956013,18005.703,3.002526,31.831156,50.39528,35.73488,298.75882,66.23074,136.24068,1.713926,125.76472,447.69843,235.20285,139.13768,450.519,36.782593,92.62341,138.02473,10.351556,1.8476096,11.896549,899.26715,0.05172887,0.24512222,55.41574,9.2019205,4.282482,4.894744,11.128901,81.8187,31.423334,101.41969,592.3646,273.27274,2385.0176,1943.0458,34.917236,61.30787,9082.538,7.9377236,108.937035,744.33844,203.44,281.64944,113.83278,690.1607,890.94727,485.42734,29.704762,158.09853,898.8506,1723.275,81.247696,911.5173,103.84019,1.0759801,57.56375,0.8706921,0.5620121,2.446964,68.184074,196.96733,142.36763,14.795926,1804.3995,423.5204,210.92857,302.62778,101.096825,73.666664,72.74685,87.009895,75.077774,621.61584,224.31349,112.51184,80.77216,29.118055,129.85904,122.10703,19.529787,463.86417,130.03883,1540.553,32.052673,2014.3689,78.7863,397.26474,1163.0366,49.39421,15.276692,866.483,794.00195,2192.3743,105.56212 +2023-09-11 09:00:00,0.0,16020.073,367.51138,49.493893,56.040928,45.067425,217.62386,32.645313,53.560513,22.895342,31.443771,1440.1144,152.5758,20.290342,190.55292,0.37831184,0.019525848,31.014572,0.20337202,0.1167637,452.16397,0.11565848,476.92886,63.939682,0.12680802,0.15157215,148.48233,23.42532,51.8375,97.53626,23610.98,0.03532594,2073.856,0.32748854,0.07843804,0.053515743,0.13758607,184.49496,223.20738,22.083336,139.9125,36.822838,40.701633,2250.809,1.635184,136.74985,70.77051,437.95825,49.96133,433.1717,35.645935,161.74625,0.0,1765.2312,7678.4214,15.643326,525.20483,110.422356,37702.64,105.28682,13.916983,43.456924,141.85104,35.130615,15.0139885,76.33423,1258.7985,329.51718,47.926826,10.97237,11.025148,364.7066,48.490562,696.97,111.41416,2557.758,383.58334,206.2308,116.42195,208.18773,5.734836,8.524165,10.060684,2.3775103,1.7642235,73.44292,83.33786,93.78407,44.797447,43.994217,110.518265,11.5181,3138.0574,34.113743,44.384377,33.93652,28.771982,257.5014,69.128235,51.598957,9.450457,27.411938,46.322243,181.66391,476.50397,82.516045,287.2197,65.176445,74.668106,222.49313,149.76364,802.80786,135.28738,4.5364585,8.548959,4.9777503,58.976833,17998.81,2.9999528,31.82005,50.381145,35.709698,298.60178,66.22347,136.17693,1.7143241,125.748856,447.63785,235.16354,139.06734,450.45828,36.791527,92.6053,138.02182,10.353972,1.8483433,11.901272,899.1009,0.051706377,0.2452625,55.439236,9.209422,4.2862887,4.900746,11.138976,81.81703,31.438751,101.47729,592.4954,273.39774,2385.6462,1943.2998,34.936005,61.332462,9078.673,7.940107,108.98299,744.27765,203.50125,281.71396,113.86083,690.46136,890.87744,485.445,29.703571,158.12473,898.4575,1722.4603,81.24654,911.2582,103.838264,1.0761446,57.548683,0.8707455,0.5622283,2.4470851,68.15097,197.03325,142.25249,14.8023615,1802.9224,423.32153,210.88393,302.57083,101.02262,73.625,72.66451,87.044876,74.98333,621.0276,224.19493,112.34736,80.69426,29.136978,129.76285,122.04195,19.516441,463.56586,129.96071,1538.9567,32.04937,2013.3759,78.778114,397.16385,1162.0087,49.353058,15.285518,866.399,794.08875,2191.8113,105.62046 +2023-09-11 10:00:00,0.0,16013.188,367.4891,49.540356,56.071404,45.102528,217.74022,32.65738,53.58653,22.901669,31.462196,1440.8152,152.51794,20.299229,190.59862,0.3778423,0.019604104,31.02165,0.20316468,0.11681989,452.4469,0.11558843,477.1148,63.98773,0.12670164,0.1513731,148.53477,23.441238,51.85648,97.56397,23595.053,0.03533826,2073.846,0.32795775,0.078365944,0.053606022,0.13742429,184.5654,223.33002,22.083426,139.875,36.828587,40.661446,2250.6033,1.6345738,136.6266,70.70453,437.9278,49.92722,433.2539,35.617767,161.61488,0.0,1764.0935,7673.257,15.617592,524.9839,110.34801,37693.99,105.18587,13.894628,43.411045,141.65294,35.091133,14.990723,76.22321,1257.9158,329.58853,47.89013,10.954832,11.015419,364.31976,48.431267,696.0706,111.51944,2557.589,383.9889,206.05168,116.513145,208.63515,5.733889,8.52221,10.064288,2.3788128,1.7658856,73.40084,83.30237,93.78014,44.76921,43.983997,110.44789,11.516983,3139.2673,34.102142,44.34375,33.907665,28.74561,257.43982,69.09348,51.54514,9.444931,27.398191,46.289093,181.50162,475.9693,82.47986,287.07568,65.13698,74.57359,222.31653,149.63368,802.2515,135.1946,4.5308056,8.545139,4.9808335,58.997658,17991.916,2.9973798,31.808943,50.367016,35.684517,298.44473,66.2162,136.11319,1.7147223,125.73299,447.57727,235.12424,138.99698,450.39758,36.80046,92.58718,138.01892,10.356389,1.8490769,11.905993,898.93463,0.05168388,0.24540277,55.46273,9.216925,4.2900953,4.9067473,11.149052,81.81536,31.454166,101.53488,592.6262,273.52274,2386.2751,1943.554,34.95477,61.35706,9074.808,7.94249,109.02893,744.21686,203.5625,281.77847,113.888885,690.762,890.8076,485.46268,29.702381,158.15092,898.0644,1721.6458,81.245384,910.999,103.83634,1.076309,57.53361,0.8707988,0.5624445,2.447206,68.117874,197.09917,142.13736,14.808796,1801.4453,423.12268,210.8393,302.5139,100.94841,73.583336,72.58218,87.079865,74.888885,620.4394,224.07639,112.18287,80.616356,29.155903,129.66666,121.97685,19.503098,463.26758,129.8826,1537.3605,32.046066,2012.3828,78.76993,397.06293,1160.9807,49.311905,15.294343,866.315,794.1756,2191.2483,105.678795 +2023-09-11 11:00:00,0.0,16006.304,367.46686,49.586823,56.10188,45.137627,217.85657,32.669445,53.612545,22.907993,31.480623,1441.516,152.4601,20.308115,190.6443,0.37737277,0.01968236,31.02873,0.20295733,0.11687607,452.72983,0.11551838,477.30075,64.03578,0.12659526,0.15117405,148.58723,23.457157,51.87546,97.59168,23579.123,0.035350583,2073.836,0.32842693,0.07829384,0.053696297,0.13726252,184.63582,223.45265,22.083517,139.8375,36.834335,40.621258,2250.3972,1.6339636,136.50337,70.63854,437.8974,49.89311,433.33612,35.5896,161.48352,0.0,1762.956,7668.092,15.591857,524.76294,110.27365,37685.332,105.084915,13.872273,43.365166,141.45483,35.051647,14.967458,76.1122,1257.0332,329.65988,47.853436,10.937294,11.005691,363.93295,48.37197,695.1712,111.62472,2557.42,384.39444,205.87256,116.60434,209.08257,5.732942,8.520255,10.067893,2.3801153,1.7675476,73.35877,83.26688,93.776215,44.74097,43.97378,110.37752,11.515866,3140.4775,34.09054,44.303123,33.87881,28.719236,257.37823,69.05873,51.491318,9.4394045,27.384443,46.255943,181.33932,475.43466,82.44368,286.9317,65.0975,74.47908,222.13992,149.50372,801.6952,135.1018,4.525153,8.54132,4.9839168,59.01848,17985.023,2.9948065,31.797836,50.352882,35.659336,298.2877,66.20893,136.04944,1.7151204,125.71712,447.5167,235.08495,138.92664,450.33685,36.8094,92.56907,138.01602,10.358806,1.8498105,11.910716,898.7684,0.051661387,0.24554305,55.48623,9.224426,4.293902,4.912749,11.159127,81.81369,31.469584,101.59248,592.75696,273.64774,2386.9038,1943.808,34.973537,61.381653,9070.941,7.9448733,109.07488,744.15607,203.62375,281.843,113.91695,691.0627,890.7378,485.48035,29.70119,158.17712,897.6713,1720.831,81.24423,910.73987,103.83443,1.0764735,57.518543,0.87085223,0.56266075,2.4473271,68.08477,197.16508,142.02222,14.815231,1799.9681,422.92386,210.79465,302.45694,100.87421,73.541664,72.49984,87.11485,74.79444,619.85114,223.95784,112.01839,80.53846,29.174826,129.57048,121.91176,19.489752,462.96927,129.80449,1535.7642,32.042763,2011.3898,78.761734,396.96204,1159.9528,49.270752,15.303168,866.231,794.2624,2190.6853,105.73714 +2023-09-11 12:00:00,0.0,15999.419,367.44458,49.633286,56.13235,45.17273,217.97293,32.68151,53.63856,22.91432,31.49905,1442.2168,152.40224,20.317,190.69,0.37690324,0.019760616,31.03581,0.20275,0.11693225,453.01273,0.11544833,477.4867,64.08383,0.12648888,0.150975,148.6397,23.473076,51.894444,97.61939,23563.193,0.035362903,2073.8257,0.32889614,0.07822174,0.053786572,0.13710074,184.70625,223.57529,22.083607,139.8,36.840084,40.581066,2250.1914,1.6333532,136.38014,70.57256,437.86694,49.858997,433.41833,35.56143,161.35214,0.0,1761.8185,7662.9272,15.566123,524.54193,110.1993,37676.68,104.98396,13.849918,43.319283,141.25671,35.012165,14.944193,76.00119,1256.1505,329.73126,47.816742,10.919756,10.995962,363.5461,48.312675,694.27185,111.729996,2557.251,384.8,205.69342,116.69553,209.52998,5.731995,8.5183,10.071498,2.3814178,1.7692097,73.316696,83.23139,93.772285,44.712734,43.963562,110.307144,11.5147505,3141.6875,34.078938,44.2625,33.84996,28.692863,257.31668,69.02398,51.4375,9.433879,27.370695,46.222794,181.17703,474.9,82.4075,286.7877,65.05804,74.384575,221.96332,149.37375,801.13885,135.009,4.5195003,8.5375,4.987,59.0393,17978.13,2.9922333,31.78673,50.33875,35.634155,298.13065,66.20167,135.98569,1.7155186,125.70125,447.45612,235.04564,138.85628,450.27615,36.818333,92.55095,138.0131,10.361222,1.8505441,11.915439,898.6021,0.05163889,0.24568333,55.509724,9.231928,4.2977085,4.918751,11.169202,81.81203,31.485,101.65008,592.88776,273.77274,2387.5327,1944.062,34.992302,61.40625,9067.076,7.9472566,109.120834,744.0952,203.685,281.9075,113.945,691.3633,890.66797,485.49802,29.7,158.20334,897.2782,1720.0165,81.24308,910.4807,103.832504,1.076638,57.503475,0.87090564,0.56287694,2.447448,68.05167,197.231,141.90709,14.821667,1798.491,422.725,210.75,302.4,100.8,73.5,72.417496,87.14983,74.7,619.2629,223.83928,111.853905,80.460556,29.193748,129.47429,121.846664,19.476408,462.67096,129.72636,1534.168,32.03946,2010.3967,78.75355,396.86115,1158.9249,49.229595,15.311993,866.14703,794.3492,2190.1223,105.79548 +2023-09-11 13:00:00,0.0,15992.534,367.42233,49.67975,56.162827,45.20783,218.0893,32.69358,53.664577,22.920645,31.517477,1442.9177,152.34439,20.325886,190.7357,0.3764337,0.019838873,31.042889,0.20254265,0.116988435,453.29565,0.11537829,477.67267,64.131874,0.1263825,0.15077595,148.69215,23.488995,51.913425,97.6471,23547.264,0.035375223,2073.8157,0.3293653,0.07814964,0.053876847,0.13693896,184.77667,223.69792,22.083696,139.7625,36.84583,40.54088,2249.9854,1.632743,136.25691,70.50658,437.83652,49.824886,433.50055,35.533264,161.22078,0.0,1760.6809,7657.7627,15.540389,524.321,110.124954,37668.023,104.88301,13.827564,43.273403,141.05861,34.972683,14.920928,75.890175,1255.2678,329.8026,47.78005,10.902219,10.986233,363.1593,48.25338,693.37244,111.83527,2557.0818,385.20554,205.5143,116.786736,209.9774,5.731048,8.516345,10.075103,2.3827205,1.7708719,73.27463,83.1959,93.76836,44.684494,43.953346,110.23677,11.513634,3142.8975,34.067337,44.221874,33.821106,28.666492,257.2551,68.98923,51.383682,9.428353,27.356949,46.189644,181.01474,474.36536,82.37132,286.64368,65.01857,74.29006,221.78671,149.24379,800.5825,134.91621,4.5138474,8.533681,4.9900837,59.060123,17971.238,2.9896603,31.775623,50.32462,35.608974,297.97363,66.1944,135.92195,1.7159166,125.68538,447.39554,235.00633,138.78593,450.21545,36.827267,92.53284,138.0102,10.363639,1.8512777,11.92016,898.43585,0.051616397,0.2458236,55.53322,9.23943,4.3015146,4.924752,11.179277,81.810356,31.500418,101.70767,593.01855,273.89774,2388.1614,1944.316,35.01107,61.430843,9063.211,7.94964,109.16678,744.0344,203.74625,281.97202,113.97305,691.66394,890.59814,485.5157,29.698809,158.22954,896.88513,1719.2018,81.24193,910.22156,103.83058,1.0768024,57.488407,0.870959,0.5630932,2.447569,68.01856,197.29692,141.79195,14.828102,1797.0139,422.52615,210.70535,302.34305,100.72579,73.458336,72.33516,87.18482,74.60555,618.6746,223.72073,111.689415,80.38265,29.212673,129.3781,121.78157,19.463062,462.37265,129.64825,1532.5717,32.036156,2009.4037,78.74536,396.76025,1157.897,49.188442,15.320818,866.06305,794.436,2189.5593,105.85381 +2023-09-11 14:00:00,0.0,15985.649,367.4001,49.726215,56.1933,45.24293,218.20566,32.705647,53.69059,22.92697,31.535904,1443.6185,152.28653,20.334772,190.78139,0.37596416,0.01991713,31.049969,0.20233531,0.11704462,453.57858,0.11530824,477.8586,64.179924,0.12627612,0.15057689,148.7446,23.504915,51.932407,97.67481,23531.336,0.035387546,2073.8057,0.32983452,0.07807754,0.053967126,0.13677718,184.8471,223.82054,22.083788,139.725,36.851578,40.50069,2249.7795,1.6321328,136.13368,70.4406,437.8061,49.790775,433.58276,35.505096,161.08942,0.0,1759.5435,7652.5977,15.514654,524.10004,110.050606,37659.37,104.78206,13.805209,43.227524,140.86049,34.9332,14.897663,75.77917,1254.3851,329.87396,47.743355,10.884681,10.976504,362.7725,48.19408,692.4731,111.94055,2556.9128,385.6111,205.33517,116.87793,210.42482,5.730101,8.51439,10.078707,2.384023,1.772534,73.23255,83.16041,93.76443,44.656258,43.943127,110.1664,11.512517,3144.1077,34.055737,44.18125,33.79225,28.64012,257.1935,68.954475,51.32986,9.422827,27.3432,46.156494,180.85245,473.83072,82.33514,286.4997,64.9791,74.19555,221.6101,149.11382,800.02625,134.82343,4.5081944,8.529861,4.993167,59.080944,17964.346,2.987087,31.764517,50.310486,35.583794,297.8166,66.187126,135.8582,1.7163148,125.66951,447.33496,234.96703,138.71558,450.15472,36.836205,92.514725,138.0073,10.3660555,1.8520113,11.924883,898.2696,0.0515939,0.24596389,55.556713,9.246932,4.305321,4.9307537,11.189353,81.808685,31.515833,101.76527,593.14935,274.02274,2388.7903,1944.5701,35.029835,61.455437,9059.346,7.952023,109.21273,743.97363,203.8075,282.03653,114.00111,691.9646,890.5283,485.53336,29.697618,158.25574,896.492,1718.3872,81.24077,909.9624,103.82866,1.0769669,57.473335,0.8710124,0.5633094,2.44769,67.985466,197.36282,141.6768,14.8345375,1795.5367,422.32733,210.66072,302.2861,100.65159,73.416664,72.25282,87.21981,74.51111,618.08636,223.60217,111.52493,80.304756,29.231596,129.2819,121.716484,19.449718,462.07434,129.57013,1530.9755,32.032852,2008.4105,78.737175,396.65936,1156.869,49.14729,15.329643,865.97906,794.5228,2188.9963,105.912155 +2023-09-11 15:00:00,0.0,15978.765,367.3778,49.77268,56.223774,45.27803,218.32202,32.717712,53.716606,22.933296,31.554329,1444.3193,152.22868,20.343657,190.82709,0.37549463,0.019995386,31.057049,0.20212796,0.117100805,453.8615,0.1152382,478.04456,64.227974,0.12616974,0.15037784,148.79706,23.520834,51.95139,97.70252,23515.406,0.035399865,2073.7957,0.3303037,0.07800543,0.0540574,0.1366154,184.91753,223.94318,22.083878,139.6875,36.857327,40.460503,2249.5735,1.6315225,136.01045,70.37462,437.77567,49.756664,433.66498,35.476933,160.95805,0.0,1758.4058,7647.433,15.48892,523.879,109.97626,37650.715,104.68111,13.782855,43.181644,140.66238,34.893715,14.874398,75.66815,1253.5026,329.9453,47.70666,10.867143,10.966775,362.38565,48.134785,691.57367,112.04583,2556.7437,386.01666,205.15605,116.969124,210.87224,5.729154,8.512435,10.082312,2.3853254,1.774196,73.19048,83.124916,93.7605,44.628017,43.93291,110.09602,11.5114,3145.3176,34.044136,44.140625,33.763397,28.613747,257.13196,68.91972,51.276043,9.417301,27.329453,46.123344,180.69016,473.29605,82.29896,286.35568,64.93963,74.101036,221.4335,148.98386,799.4699,134.73064,4.502542,8.526042,4.99625,59.101765,17957.453,2.984514,31.75341,50.296356,35.558613,297.65955,66.17986,135.79445,1.716713,125.65364,447.27438,234.92773,138.64523,450.09402,36.84514,92.496605,138.0044,10.368472,1.8527449,11.929605,898.10333,0.051571403,0.24610417,55.580208,9.254435,4.309128,4.9367557,11.199429,81.807014,31.53125,101.82287,593.2801,274.14774,2389.419,1944.8242,35.048603,61.480034,9055.4795,7.9544067,109.25868,743.91284,203.86876,282.10104,114.02917,692.26526,890.4585,485.55103,29.696428,158.28195,896.09894,1717.5725,81.23962,909.70325,103.82674,1.0771314,57.458267,0.87106574,0.5635256,2.447811,67.95236,197.42874,141.56168,14.840972,1794.0596,422.12848,210.61607,302.22916,100.57738,73.375,72.17049,87.25479,74.416664,617.49817,223.48363,111.36044,80.22685,29.25052,129.18571,121.65139,19.436373,461.77603,129.49202,1529.3792,32.02955,2007.4175,78.72899,396.55844,1155.8411,49.106136,15.338469,865.8951,794.6096,2188.4333,105.9705 +2023-09-11 16:00:00,0.0,15971.88,367.35556,49.81914,56.254246,45.313133,218.43839,32.72978,53.742622,22.939621,31.572756,1445.0201,152.17082,20.352543,190.87277,0.3750251,0.020073643,31.064129,0.20192063,0.11715698,454.14444,0.11516815,478.23053,64.276024,0.12606338,0.15017879,148.84952,23.536753,51.97037,97.73023,23499.477,0.035412185,2073.7856,0.3307729,0.077933334,0.054147676,0.13645363,184.98796,224.06581,22.083967,139.65,36.863075,40.42031,2249.3677,1.6309123,135.8872,70.30863,437.74524,49.722553,433.7472,35.448765,160.82668,0.0,1757.2683,7642.268,15.463185,523.6581,109.9019,37642.062,104.58015,13.7605,43.135765,140.46426,34.854233,14.851133,75.557144,1252.6199,330.01666,47.669968,10.849605,10.9570465,361.99884,48.07549,690.6743,112.15111,2556.5747,386.4222,204.97693,117.06032,211.31966,5.728207,8.51048,10.0859165,2.3866282,1.7758582,73.14841,83.08943,93.75657,44.59978,43.92269,110.02565,11.510283,3146.5278,34.03253,44.1,33.734547,28.587374,257.07037,68.88497,51.22222,9.411775,27.315704,46.090195,180.52786,472.7614,82.26278,286.2117,64.90016,74.00652,221.2569,148.8539,798.9136,134.63785,4.496889,8.5222225,4.9993334,59.12259,17950.56,2.9819407,31.742304,50.282223,35.533432,297.5025,66.17259,135.73071,1.7171111,125.63778,447.2138,234.88843,138.57487,450.0333,36.854073,92.47849,138.00148,10.370889,1.8534786,11.934327,897.9371,0.05154891,0.24624445,55.603703,9.261936,4.3129344,4.942757,11.209503,81.80535,31.546667,101.88046,593.4109,274.27274,2390.0479,1945.0782,35.06737,61.504627,9051.614,7.95679,109.30463,743.85205,203.93001,282.16556,114.05722,692.5659,890.3887,485.5687,29.695238,158.30815,895.7059,1716.7579,81.238464,909.44415,103.824814,1.0772958,57.4432,0.87111914,0.56374186,2.447932,67.91926,197.49466,141.44653,14.847407,1792.5825,421.92963,210.57143,302.1722,100.503174,73.333336,72.08815,87.28978,74.32222,616.9099,223.36508,111.19596,80.14895,29.269444,129.08952,121.586296,19.423029,461.47772,129.41391,1527.783,32.026245,2006.4244,78.7208,396.45755,1154.8132,49.06498,15.347293,865.8111,794.6964,2187.8704,106.02884 +2023-09-11 17:00:00,0.0,15964.995,367.33328,49.86561,56.28472,45.348232,218.55475,32.741844,53.76864,22.945946,31.591183,1445.721,152.11298,20.36143,190.91847,0.37455556,0.020151898,31.071207,0.2017133,0.11721317,454.42734,0.115098104,478.41647,64.32407,0.125957,0.14997974,148.90198,23.552671,51.989353,97.75794,23483.549,0.03542451,2073.7756,0.33124208,0.077861235,0.05423795,0.13629185,185.0584,224.18845,22.084057,139.6125,36.86882,40.380123,2249.1616,1.6303021,135.76398,70.24265,437.71478,49.688442,433.8294,35.420597,160.69531,0.0,1756.1307,7637.1035,15.437451,523.43713,109.82755,37633.41,104.479195,13.738146,43.089886,140.26616,34.81475,14.827868,75.44613,1251.7372,330.088,47.633274,10.8320675,10.947318,361.61203,48.016193,689.7749,112.256386,2556.4055,386.82776,204.79779,117.15151,211.76707,5.72726,8.508524,10.089521,2.3879306,1.7775203,73.10633,83.05394,93.75264,44.57154,43.912476,109.95528,11.509167,3147.7378,34.02093,44.059376,33.705692,28.561,257.0088,68.85022,51.168404,9.406249,27.301958,46.057045,180.36557,472.22675,82.2266,286.0677,64.860695,73.91201,221.0803,148.72392,798.35724,134.54506,4.491236,8.518403,5.0024166,59.14341,17943.668,2.9793677,31.731195,50.26809,35.50825,297.34546,66.16532,135.66696,1.7175093,125.62191,447.15323,234.84912,138.50453,449.9726,36.86301,92.46037,137.99857,10.373305,1.8542122,11.93905,897.7708,0.051526412,0.24638472,55.6272,9.269438,4.316741,4.9487586,11.219579,81.80368,31.562084,101.93806,593.5417,274.39774,2390.6765,1945.3323,35.086136,61.529224,9047.749,7.959173,109.35058,743.79126,203.99126,282.23007,114.08527,692.8666,890.31885,485.5864,29.694048,158.33435,895.31274,1715.9432,81.23731,909.185,103.8229,1.0774603,57.42813,0.87117255,0.56395805,2.448053,67.886154,197.56058,141.3314,14.853843,1791.1053,421.7308,210.5268,302.11526,100.42897,73.291664,72.005806,87.32477,74.227776,616.32166,223.24652,111.03147,80.07105,29.288368,128.99333,121.5212,19.409683,461.1794,129.33578,1526.1866,32.02294,2005.4314,78.71261,396.35666,1153.7853,49.023827,15.356118,865.7271,794.78326,2187.3074,106.08717 +2023-09-11 18:00:00,0.0,15958.109,367.31104,49.91207,56.315193,45.383335,218.67111,32.75391,53.79465,22.952272,31.60961,1446.4219,152.05511,20.370316,190.96417,0.37408602,0.020230155,31.078287,0.20150594,0.11726935,454.71027,0.11502805,478.60242,64.37212,0.12585062,0.14978068,148.95442,23.56859,52.008335,97.78565,23467.62,0.035436828,2073.7656,0.3317113,0.07778913,0.05432823,0.13613006,185.12881,224.31107,22.084148,139.575,36.87457,40.339935,2248.9558,1.6296918,135.64075,70.17667,437.6844,49.65433,433.91162,35.39243,160.56395,0.0,1754.9932,7631.939,15.411717,523.2161,109.753204,37624.754,104.37824,13.715791,43.044006,140.06805,34.775265,14.804604,75.33512,1250.8545,330.15936,47.59658,10.814529,10.937589,361.2252,47.956898,688.87555,112.361664,2556.2366,387.23334,204.61867,117.24271,212.2145,5.726313,8.506569,10.093126,2.389233,1.7791823,73.06426,83.01845,93.74871,44.543304,43.902256,109.8849,11.50805,3148.948,34.00933,44.01875,33.676838,28.53463,256.94724,68.81547,51.114582,9.400723,27.28821,46.023895,180.20328,471.6921,82.190414,285.92368,64.82123,73.8175,220.9037,148.59396,797.8009,134.45226,4.485584,8.514584,5.0055003,59.164234,17936.775,2.9767945,31.720089,50.25396,35.483074,297.18842,66.15806,135.60321,1.7179074,125.60604,447.09265,234.80983,138.43417,449.91187,36.871944,92.44226,137.99567,10.375722,1.8549458,11.943771,897.6045,0.05150392,0.246525,55.650696,9.27694,4.3205476,4.9547606,11.229654,81.80201,31.577501,101.99566,593.6725,274.52274,2391.3054,1945.5863,35.104904,61.553818,9043.883,7.9615564,109.39652,743.7304,204.0525,282.2946,114.113335,693.1672,890.249,485.60406,29.692858,158.36055,894.9197,1715.1287,81.23615,908.92584,103.82098,1.0776247,57.413063,0.8712259,0.5641743,2.448174,67.85306,197.6265,141.21626,14.860278,1789.6282,421.53195,210.48215,302.05832,100.35476,73.25,71.92347,87.35976,74.13333,615.7334,223.12798,110.86699,79.99315,29.307291,128.89714,121.45611,19.39634,460.8811,129.25768,1524.5905,32.019638,2004.4384,78.70442,396.25574,1152.7573,48.982674,15.3649435,865.64307,794.87006,2186.7444,106.145515 +2023-09-11 19:00:00,0.0,15951.225,367.2888,49.958534,56.34567,45.418434,218.78748,32.765976,53.820667,22.958597,31.628035,1447.1227,151.99727,20.3792,191.00986,0.3736165,0.02030841,31.085367,0.20129861,0.11732553,454.9932,0.11495801,478.78836,64.42017,0.12574424,0.14958163,149.00688,23.584509,52.027313,97.81336,23451.69,0.035449147,2073.7556,0.33218047,0.07771703,0.054418504,0.13596828,185.19925,224.4337,22.084238,139.5375,36.880318,40.299747,2248.7498,1.6290815,135.51752,70.11069,437.65393,49.62022,433.99384,35.36426,160.43259,0.0,1753.8556,7626.774,15.3859825,522.9952,109.678856,37616.1,104.27729,13.693437,42.998127,139.86993,34.735783,14.781339,75.224106,1249.9719,330.23074,47.559883,10.796991,10.92786,360.83838,47.897602,687.97614,112.46694,2556.0674,387.6389,204.43954,117.33391,212.66191,5.725366,8.504614,10.09673,2.3905356,1.7808444,73.02219,82.982956,93.74478,44.515068,43.89204,109.81453,11.506933,3150.158,33.99773,43.978127,33.647987,28.508257,256.88565,68.780716,51.060764,9.395197,27.274462,45.990746,180.04099,471.15747,82.154236,285.7797,64.78175,73.722984,220.7271,148.46399,797.24457,134.35947,4.479931,8.510764,5.0085835,59.185055,17929.883,2.9742212,31.708982,50.239826,35.457893,297.03137,66.15079,135.53947,1.7183056,125.59017,447.03207,234.77052,138.36383,449.85117,36.88088,92.42415,137.99277,10.378139,1.8556794,11.948494,897.43823,0.051481422,0.24666527,55.67419,9.284442,4.324354,4.960762,11.23973,81.80034,31.592916,102.05325,593.8032,274.64774,2391.934,1945.8405,35.12367,61.57841,9040.018,7.9639397,109.442474,743.6696,204.11375,282.3591,114.14139,693.46783,890.1792,485.62173,29.691666,158.38676,894.52655,1714.314,81.235,908.6667,103.81905,1.0777892,57.39799,0.8712793,0.5643905,2.4482949,67.819954,197.69241,141.10114,14.866714,1788.1511,421.3331,210.4375,302.0014,100.280556,73.208336,71.84113,87.39474,74.03889,615.1452,223.00941,110.70251,79.915245,29.326214,128.80095,121.391014,19.382994,460.58282,129.17955,1522.9941,32.016335,2003.4453,78.696236,396.15485,1151.7294,48.941517,15.373769,865.5591,794.95685,2186.1814,106.20386 +2023-09-11 20:00:00,0.0,15944.34,367.2665,50.005,56.37614,45.453537,218.90384,32.77804,53.846684,22.964924,31.646461,1447.8235,151.9394,20.388086,191.05556,0.37314695,0.020386668,31.092445,0.20109126,0.117381714,455.27612,0.11488797,478.97433,64.46822,0.12563786,0.14938258,149.05934,23.600428,52.046295,97.84107,23435.76,0.03546147,2073.7456,0.33264968,0.07764493,0.05450878,0.1358065,185.26967,224.55634,22.084328,139.5,36.886063,40.259556,2248.5437,1.6284713,135.39429,70.04471,437.6235,49.58611,434.07605,35.336094,160.30121,0.0,1752.718,7621.6094,15.360249,522.77423,109.6045,37607.445,104.17634,13.671082,42.952248,139.67181,34.6963,14.758074,75.11309,1249.0892,330.3021,47.52319,10.779454,10.918131,360.45157,47.838306,687.0768,112.57222,2555.8984,388.04443,204.26042,117.4251,213.10933,5.724419,8.502659,10.100335,2.3918383,1.7825066,72.98012,82.94747,93.74085,44.486828,43.88182,109.744156,11.505816,3151.3682,33.98613,43.9375,33.619133,28.481884,256.82407,68.745964,51.006943,9.389671,27.260715,45.957596,179.8787,470.6228,82.11806,285.63568,64.74229,73.62848,220.55049,148.33403,796.68823,134.26668,4.474278,8.506945,5.011667,59.205875,17922.99,2.9716482,31.697876,50.225697,35.432713,296.87436,66.14352,135.47572,1.7187037,125.5743,446.9715,234.73122,138.29347,449.79044,36.889812,92.40603,137.98985,10.380556,1.856413,11.953217,897.272,0.05145893,0.24680555,55.697685,9.2919445,4.328161,4.9667635,11.249805,81.79867,31.608334,102.11085,593.9341,274.77274,2392.563,1946.0945,35.142437,61.60301,9036.152,7.966323,109.48843,743.6088,204.175,282.4236,114.16944,693.7685,890.1094,485.6394,29.690475,158.41296,894.1335,1713.4994,81.23385,908.40753,103.81713,1.0779537,57.382923,0.87133265,0.5646067,2.448416,67.78685,197.75833,140.986,14.873148,1786.674,421.13428,210.39285,301.94446,100.206345,73.166664,71.7588,87.429726,73.94444,614.55695,222.89087,110.53802,79.83735,29.345139,128.70476,121.32593,19.36965,460.28452,129.10144,1521.3978,32.01303,2002.4523,78.68805,396.05396,1150.7014,48.900364,15.382593,865.4751,795.0437,2185.6184,106.26219 +2023-09-11 21:00:00,0.0,15937.455,367.24426,50.051464,56.406616,45.488636,219.0202,32.79011,53.8727,22.971249,31.664888,1448.5243,151.88156,20.396973,191.10126,0.37267742,0.020464925,31.099525,0.20088392,0.1174379,455.55902,0.11481792,479.16028,64.51627,0.12553148,0.14918353,149.1118,23.616346,52.065277,97.86878,23419.832,0.03547379,2073.7354,0.33311886,0.07757283,0.054599058,0.13564472,185.3401,224.67897,22.08442,139.4625,36.89181,40.219368,2248.338,1.627861,135.27106,69.97872,437.59308,49.552,434.15826,35.30793,160.16985,0.0,1751.5806,7616.4443,15.334515,522.5532,109.53015,37598.793,104.075386,13.648727,42.90637,139.47371,34.656815,14.734809,75.00208,1248.2065,330.37344,47.486496,10.761916,10.908402,360.06473,47.77901,686.17737,112.6775,2555.7292,388.44998,204.08128,117.5163,213.55675,5.7234726,8.500704,10.10394,2.3931408,1.7841687,72.93804,82.91197,93.73692,44.45859,43.8716,109.673775,11.5047,3152.5781,33.974525,43.896873,33.59028,28.455511,256.7625,68.71121,50.953125,9.384145,27.246967,45.924446,179.7164,470.08817,82.08188,285.49167,64.70282,73.533966,220.37389,148.20407,796.13196,134.17389,4.468625,8.503125,5.01475,59.2267,17916.098,2.969075,31.68677,50.211563,35.40753,296.71732,66.136246,135.41197,1.7191019,125.55843,446.91092,234.69191,138.22313,449.72974,36.89875,92.38792,137.98694,10.382973,1.8571466,11.957938,897.1057,0.05143643,0.24694583,55.72118,9.299446,4.3319674,4.9727654,11.25988,81.797005,31.62375,102.16844,594.0648,274.89774,2393.192,1946.3485,35.1612,61.6276,9032.286,7.968706,109.53437,743.54803,204.23625,282.48813,114.1975,694.06915,890.03955,485.65707,29.689285,158.43916,893.74036,1712.6847,81.2327,908.1484,103.81521,1.0781181,57.367855,0.87138605,0.5648229,2.4485369,67.75375,197.82425,140.87085,14.879583,1785.1968,420.93542,210.34822,301.8875,100.13214,73.125,71.67646,87.464714,73.85,613.9687,222.77232,110.373535,79.759445,29.364061,128.60857,121.26083,19.356304,459.9862,129.02333,1519.8016,32.009727,2001.4592,78.67986,395.95306,1149.6736,48.85921,15.391418,865.3911,795.1305,2185.0554,106.32053 +2023-09-11 22:00:00,0.0,15930.57,367.222,50.097927,56.437088,45.52374,219.13657,32.802177,53.898716,22.977573,31.683315,1449.2251,151.8237,20.405857,191.14694,0.37220788,0.02054318,31.106606,0.20067658,0.117494084,455.84195,0.114747874,479.34622,64.56432,0.1254251,0.14898448,149.16425,23.632265,52.08426,97.89649,23403.902,0.03548611,2073.7253,0.33358806,0.07750072,0.054689333,0.13548295,185.41054,224.80159,22.084509,139.425,36.89756,40.17918,2248.1318,1.6272508,135.14783,69.91274,437.56262,49.517887,434.24048,35.279762,160.03848,0.0,1750.443,7611.28,15.30878,522.3323,109.4558,37590.14,103.974434,13.626372,42.86049,139.2756,34.617332,14.711543,74.89107,1247.324,330.4448,47.449802,10.744378,10.898674,359.67792,47.719715,685.278,112.782776,2555.5603,388.85556,203.90216,117.60749,214.00417,5.7225256,8.498749,10.107545,2.3944433,1.7858307,72.89597,82.87649,93.732994,44.43035,43.861385,109.6034,11.503583,3153.788,33.962925,43.85625,33.561424,28.429138,256.70093,68.67646,50.899307,9.378619,27.23322,45.891296,179.55411,469.55353,82.04569,285.3477,64.663345,73.43945,220.19728,148.0741,795.5756,134.0811,4.4629726,8.499306,5.017833,59.24752,17909.205,2.966502,31.675663,50.19743,35.38235,296.56027,66.12898,135.34824,1.7195001,125.542564,446.85034,234.65262,138.15277,449.669,36.907684,92.3698,137.98404,10.385389,1.8578802,11.962661,896.93945,0.05141394,0.24708611,55.744675,9.306948,4.3357735,4.978767,11.269956,81.795334,31.639168,102.22604,594.1956,275.02274,2393.8206,1946.6025,35.17997,61.6522,9028.421,7.97109,109.58032,743.48724,204.2975,282.55264,114.225555,694.3698,889.9698,485.67474,29.688095,158.46538,893.3473,1711.8701,81.231544,907.8892,103.813286,1.0782826,57.352787,0.87143946,0.56503916,2.448658,67.72065,197.89017,140.75572,14.886019,1783.7197,420.73657,210.30357,301.83057,100.05794,73.083336,71.59412,87.499695,73.755554,613.38043,222.65376,110.209045,79.68154,29.382986,128.51237,121.19574,19.34296,459.6879,128.9452,1518.2053,32.006424,2000.4662,78.67168,395.85217,1148.6456,48.818058,15.400244,865.3071,795.2173,2184.4924,106.378876 +2023-09-11 23:00:00,0.0,15923.686,367.19974,50.144394,56.467564,45.558838,219.25291,32.814243,53.92473,22.9839,31.701742,1449.926,151.76585,20.414743,191.19264,0.37173837,0.020621438,31.113684,0.20046924,0.11755026,456.12488,0.114677824,479.53217,64.612366,0.12531872,0.14878541,149.2167,23.648184,52.10324,97.9242,23387.973,0.035498433,2073.7153,0.33405724,0.077428624,0.054779608,0.13532117,185.48096,224.92422,22.084599,139.3875,36.90331,40.138992,2247.926,1.6266406,135.02458,69.84676,437.53223,49.483776,434.3227,35.251595,159.9071,0.0,1749.3054,7606.115,15.283046,522.1113,109.381454,37581.484,103.87348,13.604018,42.81461,139.07748,34.57785,14.688278,74.78006,1246.4413,330.51614,47.41311,10.72684,10.888945,359.2911,47.66042,684.3786,112.888054,2555.391,389.2611,203.72305,117.698685,214.45158,5.7215786,8.496794,10.111149,2.395746,1.7874929,72.8539,82.841,93.729065,44.402115,43.851166,109.53303,11.502466,3154.9983,33.951324,43.815624,33.532574,28.402765,256.63934,68.64171,50.845486,9.373093,27.219473,45.858147,179.39182,469.01886,82.009514,285.20367,64.62388,73.34494,220.02068,147.94414,795.0193,133.98831,4.4573197,8.495486,5.020917,59.26834,17902.312,2.9639287,31.664557,50.1833,35.35717,296.40323,66.12171,135.28448,1.7198982,125.5267,446.78976,234.61331,138.08243,449.6083,36.91662,92.351685,137.98114,10.387806,1.8586138,11.967382,896.7732,0.05139144,0.24722639,55.768173,9.31445,4.33958,4.9847684,11.280031,81.79366,31.654583,102.28364,594.3264,275.14774,2394.4495,1946.8566,35.198734,61.676792,9024.556,7.973473,109.626274,743.4264,204.35875,282.61716,114.25361,694.6705,889.89996,485.6924,29.686905,158.49158,892.95416,1711.0555,81.230385,907.6301,103.81137,1.078447,57.33772,0.8714928,0.56525534,2.4487789,67.687546,197.95609,140.64058,14.892454,1782.2426,420.53772,210.25893,301.77362,99.98373,73.041664,71.51178,87.53468,73.66111,612.79224,222.53522,110.04456,79.603645,29.401909,128.41618,121.130646,19.329615,459.3896,128.8671,1516.6091,32.00312,1999.473,78.66348,395.75125,1147.6177,48.7769,15.409069,865.22314,795.30414,2183.9294,106.43721 +2023-09-12 00:00:00,0.0,15916.801,367.1775,50.190857,56.49804,45.59394,219.36928,32.82631,53.950745,22.990225,31.720167,1450.6268,151.708,20.42363,191.23833,0.37126884,0.020699693,31.120764,0.20026189,0.117606446,456.4078,0.11460778,479.71814,64.660416,0.12521234,0.14858636,149.26917,23.664103,52.122223,97.95192,23372.045,0.035510752,2073.7053,0.33452645,0.077356525,0.054869883,0.13515939,185.55139,225.04686,22.084688,139.35,36.909054,40.0988,2247.72,1.6260303,134.90135,69.78078,437.50177,49.449665,434.4049,35.223427,159.77574,0.0,1748.1678,7600.95,15.257311,521.8903,109.3071,37572.832,103.77252,13.581663,42.76873,138.87938,34.538364,14.665013,74.669044,1245.5586,330.5875,47.376415,10.709303,10.879216,358.90427,47.601124,683.47925,112.99333,2555.2222,389.66666,203.54393,117.78988,214.899,5.7206316,8.494839,10.114754,2.3970485,1.789155,72.81183,82.80551,93.725136,44.373875,43.84095,109.462654,11.501349,3156.2083,33.939724,43.775,33.50372,28.376394,256.5778,68.60696,50.791668,9.367567,27.205725,45.824997,179.22952,468.48422,81.973335,285.05966,64.58441,73.25043,219.84409,147.81416,794.46295,133.89552,4.451667,8.491667,5.024,59.289165,17895.418,2.9613557,31.65345,50.169167,35.33199,296.2462,66.11444,135.22073,1.7202963,125.51083,446.72922,234.574,138.01207,449.5476,36.925556,92.33357,137.97823,10.390223,1.8593475,11.972105,896.60693,0.051368948,0.24736667,55.791668,9.321952,4.3433867,4.9907703,11.290107,81.79199,31.67,102.34123,594.45715,275.27274,2395.0781,1947.1107,35.217503,61.701385,9020.689,7.9758563,109.67222,743.3656,204.42,282.68167,114.28166,694.97107,889.83014,485.71008,29.685715,158.51778,892.5611,1710.2408,81.22923,907.371,103.80945,1.0786115,57.322647,0.8715462,0.5654716,2.4488997,67.65444,198.022,140.52545,14.898889,1780.7654,420.3389,210.2143,301.71667,99.90952,73.0,71.42944,87.56967,73.566666,612.204,222.41666,109.88007,79.52574,29.420832,128.31999,121.06555,19.31627,459.09128,128.78897,1515.0128,31.999817,1998.48,78.6553,395.65036,1146.5897,48.73575,15.417893,865.13916,795.3909,2183.3665,106.49555 +2023-09-12 01:00:00,0.0,15909.916,367.1552,50.23732,56.52851,45.62904,219.48564,32.838375,53.97676,22.99655,31.738594,1451.3276,151.65015,20.432516,191.28403,0.3707993,0.02077795,31.127844,0.20005456,0.11766263,456.69073,0.11453773,479.90408,64.708466,0.12510596,0.14838731,149.32162,23.680021,52.141205,97.97963,23356.115,0.035523072,2073.6953,0.33499563,0.07728442,0.05496016,0.1349976,185.62181,225.1695,22.08478,139.3125,36.914803,40.058613,2247.5142,1.6254201,134.77812,69.7148,437.47134,49.415554,434.48712,35.19526,159.64438,0.0,1747.0303,7595.7856,15.231577,521.6694,109.23275,37564.176,103.67157,13.559309,42.72285,138.68126,34.498882,14.641748,74.55804,1244.6759,330.65884,47.33972,10.691765,10.869487,358.51746,47.54183,682.57983,113.09861,2555.053,390.0722,203.3648,117.88108,215.34642,5.7196846,8.492884,10.118359,2.398351,1.790817,72.76975,82.77002,93.72121,44.34564,43.83073,109.39228,11.500234,3157.4185,33.928123,43.734375,33.474865,28.350021,256.5162,68.572205,50.737846,9.362041,27.191977,45.79185,179.06723,467.94955,81.93716,284.91568,64.544945,73.155914,219.66748,147.6842,793.9066,133.80272,4.446014,8.487847,5.0270834,59.309986,17888.525,2.9587824,31.642344,50.155037,35.30681,296.08914,66.10718,135.157,1.7206944,125.494965,446.66864,234.53471,137.94173,449.48688,36.93449,92.31545,137.97531,10.392639,1.8600811,11.976828,896.4407,0.05134645,0.24750695,55.815163,9.329454,4.3471932,4.996772,11.300181,81.79033,31.685417,102.398834,594.588,275.39774,2395.707,1947.3647,35.236267,61.725983,9016.824,7.9782395,109.71817,743.3048,204.48125,282.7462,114.30972,695.2717,889.7603,485.72775,29.684525,158.54398,892.16797,1709.4263,81.22808,907.1118,103.807526,1.078776,57.30758,0.8715996,0.5656878,2.4490209,67.621346,198.08792,140.41031,14.905324,1779.2883,420.14005,210.16965,301.65973,99.83532,72.958336,71.34711,87.60466,73.47222,611.6157,222.29811,109.71559,79.44784,29.439756,128.2238,121.000465,19.302925,458.79297,128.71086,1513.4166,31.996513,1997.4869,78.64711,395.54947,1145.5619,48.694595,15.426719,865.0552,795.4777,2182.8035,106.553894 +2023-09-12 02:00:00,0.0,15903.031,367.13297,50.283787,56.558987,45.664143,219.602,32.85044,54.002777,23.002876,31.75702,1452.0284,151.59229,20.4414,191.32973,0.37032977,0.020856207,31.134922,0.19984722,0.11771881,456.97363,0.11446769,480.09003,64.756516,0.12499958,0.14818826,149.37407,23.69594,52.160187,98.00734,23340.186,0.035535395,2073.6853,0.33546484,0.07721232,0.055050436,0.13483584,185.69225,225.29211,22.08487,139.275,36.92055,40.018425,2247.308,1.6248097,134.65489,69.64881,437.44092,49.381443,434.56934,35.16709,159.51302,0.0,1745.8928,7590.6206,15.205843,521.4484,109.1584,37555.523,103.57062,13.536954,42.67697,138.48315,34.4594,14.618484,74.44702,1243.7933,330.7302,47.30303,10.674227,10.859758,358.13065,47.482533,681.6805,113.20389,2554.8838,390.47778,203.18567,117.972275,215.79384,5.7187376,8.490929,10.1219635,2.3996534,1.7924792,72.727684,82.73453,93.71728,44.317398,43.820515,109.32191,11.499117,3158.6284,33.91652,43.69375,33.44601,28.323648,256.45465,68.53745,50.68403,9.356515,27.178228,45.7587,178.90494,467.41492,81.90097,284.77167,64.50547,73.0614,219.49088,147.55423,793.3503,133.70993,4.4403615,8.484028,5.0301666,59.330807,17881.633,2.9562092,31.631237,50.140903,35.281628,295.93213,66.09991,135.09325,1.7210926,125.479095,446.60806,234.4954,137.87137,449.42618,36.943424,92.29734,137.97241,10.395056,1.8608147,11.981549,896.2744,0.051323958,0.24764723,55.838657,9.336956,4.351,5.002774,11.310257,81.78866,31.700834,102.45643,594.71875,275.52274,2396.3357,1947.6188,35.255035,61.750576,9012.959,7.980623,109.76412,743.244,204.5425,282.8107,114.337776,695.5724,889.6905,485.74542,29.683332,158.57019,891.7749,1708.6116,81.22693,906.85266,103.8056,1.0789404,57.29251,0.87165296,0.565904,2.4491417,67.58824,198.15382,140.29518,14.911759,1777.8112,419.9412,210.125,301.60278,99.76111,72.916664,71.26477,87.63964,73.37778,611.02747,222.17957,109.55111,79.36994,29.45868,128.12761,120.93537,19.289581,458.49466,128.63274,1511.8203,31.99321,1996.4939,78.63892,395.44855,1144.5339,48.65344,15.435544,864.9712,795.5646,2182.2405,106.61223 +2023-09-12 03:00:00,0.0,15896.1455,367.1107,50.33025,56.58946,45.69924,219.71837,32.862507,54.028793,23.009201,31.775448,1452.7294,151.53444,20.450287,191.37541,0.36986023,0.020934463,31.142002,0.19963987,0.11777499,457.25656,0.11439764,480.27597,64.804565,0.1248932,0.1479892,149.42653,23.711859,52.179165,98.03505,23324.256,0.035547715,2073.6753,0.335934,0.07714022,0.05514071,0.13467406,185.76266,225.41475,22.084959,139.2375,36.926296,39.978237,2247.1023,1.6241995,134.53166,69.58283,437.4105,49.347332,434.65155,35.138927,159.38164,0.0,1744.7551,7585.456,15.180108,521.2274,109.08405,37546.867,103.469666,13.5146,42.63109,138.28503,34.419914,14.595219,74.33601,1242.9106,330.80157,47.26633,10.656689,10.85003,357.7438,47.423237,680.78107,113.309166,2554.7148,390.88333,203.00655,118.06347,216.24126,5.7177906,8.488974,10.125567,2.4009562,1.7941413,72.68561,82.699036,93.71335,44.28916,43.810295,109.25153,11.498,3159.8386,33.90492,43.653126,33.41716,28.297276,256.39307,68.5027,50.630207,9.350989,27.164482,45.72555,178.74265,466.88028,81.86479,284.62766,64.466,72.96689,219.31427,147.42427,792.79395,133.61714,4.4347086,8.480208,5.0332503,59.35163,17874.74,2.9536362,31.62013,50.12677,35.256447,295.7751,66.092636,135.0295,1.7214907,125.46323,446.5475,234.4561,137.80103,449.36545,36.952362,92.27922,137.96951,10.397472,1.8615484,11.986272,896.10815,0.05130146,0.24778749,55.862152,9.344458,4.3548064,5.008775,11.320333,81.78699,31.716251,102.51402,594.84955,275.64774,2396.9646,1947.8728,35.2738,61.775173,9009.093,7.983006,109.81007,743.1832,204.60376,282.8752,114.36583,695.87305,889.62067,485.7631,29.682142,158.59639,891.3818,1707.797,81.22578,906.5935,103.80368,1.0791049,57.277443,0.87170637,0.56612027,2.4492629,67.55514,198.21974,140.18004,14.918195,1776.334,419.74237,210.08035,301.54584,99.686905,72.875,71.18243,87.67463,73.28333,610.4392,222.061,109.38662,79.29204,29.477604,128.03143,120.87028,19.276236,458.19638,128.55463,1510.2241,31.989906,1995.5009,78.63074,395.34766,1143.506,48.612286,15.444369,864.8872,795.65137,2181.6775,106.67057 +2023-09-12 04:00:00,0.0,15889.261,367.08844,50.376713,56.619934,45.734344,219.83473,32.874573,54.054806,23.015528,31.793873,1453.4302,151.47658,20.459173,191.42111,0.3693907,0.02101272,31.149082,0.19943254,0.11783118,457.5395,0.114327595,480.46194,64.852615,0.124786824,0.14779015,149.47899,23.727777,52.198147,98.06276,23308.328,0.035560034,2073.6653,0.33640322,0.07706811,0.055230986,0.13451228,185.8331,225.53738,22.085049,139.2,36.932045,39.938046,2246.8962,1.6235893,134.40843,69.51685,437.38007,49.31322,434.73376,35.11076,159.25027,0.0,1743.6177,7580.2915,15.154374,521.0065,109.0097,37538.215,103.36871,13.492245,42.58521,138.08694,34.380432,14.571954,74.225,1242.028,330.87292,47.229637,10.639152,10.840301,357.357,47.363937,679.8817,113.414444,2554.5457,391.28888,202.82742,118.15466,216.68867,5.7168436,8.487019,10.129172,2.4022586,1.7958033,72.64354,82.66354,93.70942,44.26092,43.80008,109.18116,11.496883,3161.0486,33.89332,43.6125,33.388306,28.270903,256.33148,68.46795,50.57639,9.345463,27.150734,45.6924,178.58035,466.3456,81.82861,284.48367,64.42654,72.87238,219.13766,147.29431,792.2376,133.52435,4.4290557,8.476389,5.0363336,59.37245,17867.848,2.951063,31.609022,50.11264,35.231266,295.61804,66.08537,134.96576,1.7218889,125.44736,446.4869,234.4168,137.73067,449.30475,36.961296,92.26111,137.9666,10.399889,1.862282,11.9909935,895.9419,0.051278967,0.24792777,55.885647,9.35196,4.358613,5.0147767,11.330408,81.78532,31.731667,102.571625,594.98035,275.77274,2397.5933,1948.127,35.29257,61.799767,9005.228,7.985389,109.85602,743.1224,204.66501,282.93973,114.39389,696.1737,889.55084,485.7808,29.680952,158.62259,890.9887,1706.9823,81.22462,906.33435,103.80176,1.0792694,57.262375,0.8717598,0.56633645,2.4493837,67.52204,198.28566,140.06491,14.92463,1774.8569,419.54352,210.03572,301.4889,99.6127,72.833336,71.10009,87.70962,73.18889,609.851,221.94246,109.22214,79.214134,29.496527,127.935234,120.80518,19.26289,457.89807,128.47652,1508.6278,31.986603,1994.5078,78.62255,395.24677,1142.478,48.571133,15.453194,864.8032,795.73816,2181.1145,106.72891 +2023-09-12 05:00:00,0.0,15882.376,367.0662,50.42318,56.650406,45.769444,219.9511,32.886642,54.080822,23.021852,31.8123,1454.131,151.41873,20.46806,191.46681,0.36892116,0.021090975,31.15616,0.19922519,0.11788736,457.82242,0.114257544,480.6479,64.900665,0.124680445,0.1475911,149.53145,23.743696,52.21713,98.09047,23292.398,0.035572357,2073.6553,0.3368724,0.07699601,0.055321265,0.1343505,185.90353,225.66002,22.08514,139.1625,36.937794,39.897858,2246.6904,1.622979,134.28519,69.45087,437.3496,49.27911,434.81598,35.082592,159.11891,0.0,1742.4801,7575.1265,15.128639,520.7855,108.93535,37529.562,103.26776,13.469891,42.53933,137.88882,34.34095,14.548689,74.11398,1241.1454,330.94427,47.192944,10.6216135,10.830572,356.97015,47.30464,678.9823,113.51972,2554.3767,391.69443,202.64828,118.24586,217.1361,5.7158966,8.485064,10.132777,2.403561,1.7974654,72.60146,82.62806,93.70549,44.232685,43.78986,109.11079,11.495767,3162.2588,33.881718,43.571877,33.35945,28.24453,256.26993,68.4332,50.522568,9.339937,27.136986,45.659252,178.41806,465.81097,81.792435,284.33966,64.38707,72.77787,218.96106,147.16434,791.68134,133.43156,4.423403,8.472569,5.039417,59.393276,17860.955,2.94849,31.597916,50.098507,35.206085,295.461,66.0781,134.90201,1.722287,125.43149,446.42633,234.3775,137.66032,449.24402,36.97023,92.243,137.96368,10.402306,1.8630157,11.995716,895.77563,0.05125647,0.24806805,55.909145,9.359462,4.3624196,5.0207787,11.340483,81.78365,31.747084,102.62922,595.1111,275.89774,2398.2222,1948.381,35.311333,61.82436,9001.362,7.987773,109.90196,743.0616,204.72626,283.00424,114.42194,696.4743,889.481,485.79846,29.679762,158.6488,890.5956,1706.1677,81.223465,906.0752,103.79984,1.0794338,57.247303,0.8718131,0.5665527,2.4495049,67.48894,198.35158,139.94977,14.931065,1773.3798,419.34467,209.99107,301.43195,99.53849,72.791664,71.01775,87.7446,73.094444,609.26276,221.82391,109.05765,79.13624,29.515451,127.83904,120.74009,19.249546,457.59976,128.39839,1507.0316,31.9833,1993.5148,78.61436,395.14587,1141.4502,48.52998,15.462019,864.71924,795.825,2180.5515,106.78725 +2023-09-12 06:00:00,0.0,15875.491,367.0439,50.469643,56.68088,45.804546,220.06746,32.89871,54.10684,23.028177,31.830727,1454.8318,151.36087,20.476944,191.5125,0.36845163,0.021169232,31.16324,0.19901785,0.11794354,458.10535,0.1141875,480.83383,64.948715,0.124574065,0.14739205,149.5839,23.759615,52.23611,98.11818,23276.469,0.035584677,2073.645,0.3373416,0.076923914,0.05541154,0.13418871,185.97395,225.78264,22.08523,139.125,36.943542,39.85767,2246.4844,1.6223688,134.16196,69.38489,437.3192,49.245,434.8982,35.054424,158.98753,0.0,1741.3425,7569.962,15.102905,520.5645,108.861,37520.906,103.16681,13.4475355,42.49345,137.6907,34.301464,14.525424,74.002975,1240.2627,331.01562,47.15625,10.604075,10.820843,356.58334,47.245346,678.08295,113.625,2554.2075,392.1,202.46916,118.33705,217.58351,5.7149496,8.4831085,10.136382,2.4048638,1.7991276,72.559395,82.59257,93.70156,44.20445,43.779644,109.04041,11.49465,3163.4688,33.870117,43.53125,33.330597,28.218159,256.20834,68.398445,50.46875,9.334411,27.12324,45.626102,178.25577,465.2763,81.75625,284.19568,64.347595,72.68336,218.78445,147.03438,791.125,133.33878,4.4177504,8.46875,5.0425,59.414097,17854.062,2.9459167,31.58681,50.084373,35.180904,295.30396,66.07083,134.83826,1.7226852,125.41563,446.36575,234.3382,137.58997,449.18332,36.979164,92.22488,137.96078,10.404722,1.8637493,12.000439,895.6094,0.051233977,0.24820833,55.93264,9.366964,4.3662257,5.02678,11.350558,81.78198,31.7625,102.68681,595.2419,276.02274,2398.8508,1948.635,35.3301,61.848957,8997.497,7.990156,109.947914,743.0008,204.7875,283.06876,114.45,696.77496,889.4112,485.81613,29.678572,158.675,890.2025,1705.353,81.22231,905.81604,103.79792,1.0795983,57.232235,0.8718665,0.5667689,2.4496257,67.45583,198.4175,139.83463,14.9375,1771.9026,419.14584,209.94643,301.375,99.46429,72.75,70.93542,87.77959,73.0,608.6745,221.70535,108.893166,79.058334,29.534374,127.74285,120.675,19.2362,457.30145,128.32028,1505.4353,31.979996,1992.5217,78.60617,395.04498,1140.4222,48.488823,15.470844,864.63525,795.9118,2179.9885,106.84559 +2023-09-12 07:00:00,0.0,15868.606,367.02167,50.516106,56.711353,45.839645,220.18382,32.910774,54.132854,23.034504,31.849154,1455.5326,151.30302,20.48583,191.5582,0.3679821,0.02124749,31.17032,0.1988105,0.117999725,458.38824,0.11411746,481.0198,64.996765,0.12446769,0.14719298,149.63635,23.775534,52.255093,98.14589,23260.541,0.035596997,2073.635,0.33781078,0.076851815,0.055501815,0.13402694,186.04439,225.90527,22.08532,139.0875,36.949287,39.817482,2246.2783,1.6217586,134.03873,69.3189,437.28876,49.210888,434.98038,35.026257,158.85617,0.0,1740.2051,7564.797,15.077171,520.34357,108.78665,37512.254,103.06586,13.425181,42.44757,137.4926,34.261982,14.502159,73.89196,1239.38,331.08698,47.119556,10.586537,10.811114,356.19653,47.18605,677.18353,113.73028,2554.0386,392.50555,202.29004,118.42825,218.03093,5.7140026,8.4811535,10.139987,2.4061663,1.8007897,72.51732,82.55708,93.69763,44.17621,43.769424,108.97004,11.493533,3164.6787,33.858513,43.490623,33.301746,28.191786,256.14676,68.36369,50.414932,9.328885,27.109491,45.592953,178.09348,464.74167,81.72007,284.05167,64.30813,72.588844,218.60786,146.9044,790.56866,133.24599,4.4120975,8.464931,5.0455832,59.434917,17847.17,2.9433436,31.575703,50.070244,35.155724,295.1469,66.06356,134.77452,1.7230834,125.39976,446.30518,234.29889,137.51962,449.1226,36.988102,92.206764,137.95789,10.407139,1.8644829,12.00516,895.4431,0.05121148,0.24834861,55.956135,9.374466,4.3700323,5.0327816,11.360634,81.78031,31.777918,102.74441,595.3727,276.14774,2399.4797,1948.889,35.348866,61.87355,8993.631,7.9925394,109.993866,742.94,204.84875,283.13327,114.47806,697.0756,889.3414,485.8338,29.677382,158.7012,889.80945,1704.5385,81.22116,905.55695,103.796,1.0797627,57.217167,0.8719199,0.56698513,2.4497468,67.42273,198.48341,139.7195,14.943935,1770.4255,418.947,209.9018,301.31805,99.390076,72.708336,70.85308,87.814575,72.905556,608.08624,221.5868,108.728676,78.98043,29.553297,127.64666,120.60991,19.222857,457.00314,128.24216,1503.8391,31.976692,1991.5287,78.597984,394.94406,1139.3943,48.44767,15.47967,864.5513,795.9986,2179.4255,106.90393 +2023-09-12 08:00:00,0.0,15861.722,366.9994,50.562572,56.74183,45.87475,220.30019,32.92284,54.158867,23.040829,31.86758,1456.2335,151.24516,20.494717,191.6039,0.36751255,0.021325745,31.177399,0.19860317,0.11805591,458.67117,0.11404741,481.20575,65.044815,0.124361314,0.14699394,149.68881,23.791452,52.274075,98.1736,23244.611,0.03560932,2073.625,0.33828,0.07677971,0.05559209,0.13386516,186.1148,226.02791,22.085411,139.05,36.955036,39.77729,2246.0725,1.6211482,133.9155,69.25292,437.25833,49.176777,435.0626,34.99809,158.72481,0.0,1739.0674,7559.6323,15.051436,520.1226,108.7123,37503.598,102.964905,13.402826,42.40169,137.29448,34.2225,14.478894,73.78095,1238.4973,331.15833,47.082863,10.569,10.801386,355.8097,47.126755,676.2842,113.835556,2553.8694,392.9111,202.11092,118.51945,218.47835,5.7130556,8.479198,10.143591,2.4074688,1.8024517,72.47525,82.52159,93.6937,44.147972,43.75921,108.899666,11.492416,3165.889,33.846912,43.45,33.272892,28.165413,256.0852,68.32894,50.36111,9.3233595,27.095743,45.559803,177.93118,464.20703,81.68389,283.90765,64.26866,72.49433,218.43126,146.77444,790.0123,133.15318,4.4064445,8.461111,5.048667,59.45574,17840.277,2.9407704,31.564596,50.05611,35.130547,294.98987,66.0563,134.71077,1.7234815,125.38389,446.2446,234.2596,137.44926,449.0619,36.997036,92.188644,137.95497,10.409555,1.8652165,12.009883,895.27686,0.051188987,0.24848889,55.97963,9.381968,4.373839,5.0387836,11.370709,81.77864,31.793333,102.80201,595.5034,276.27274,2400.1084,1949.1431,35.367634,61.898148,8989.766,7.9949226,110.03981,742.8792,204.91,283.19778,114.50611,697.3763,889.27155,485.85147,29.67619,158.7274,889.4163,1703.7238,81.22,905.2978,103.794075,1.0799272,57.2021,0.8719733,0.5672013,2.4498677,67.38963,198.54933,139.60435,14.950371,1768.9484,418.74814,209.85715,301.2611,99.31587,72.666664,70.77074,87.849556,72.81111,607.49805,221.46825,108.56419,78.902534,29.572222,127.550476,120.544815,19.20951,456.70483,128.16405,1502.2428,31.973389,1990.5355,78.5898,394.84317,1138.3663,48.406517,15.488494,864.4673,796.08545,2178.8625,106.962265 +2023-09-12 09:00:00,0.0,15854.837,366.97714,50.609035,56.7723,45.909847,220.41655,32.934906,54.184883,23.047155,31.886005,1456.9343,151.18732,20.503601,191.64958,0.36704302,0.021404002,31.184479,0.19839583,0.118112095,458.9541,0.113977365,481.3917,65.092865,0.124254934,0.14679489,149.74126,23.807371,52.293056,98.20131,23228.682,0.03562164,2073.615,0.33874917,0.07670761,0.05568237,0.13370338,186.18524,226.15054,22.0855,139.0125,36.960785,39.737103,2245.8665,1.620538,133.79227,69.18694,437.2279,49.142666,435.1448,34.969925,158.59344,0.0,1737.9299,7554.468,15.025702,519.9016,108.63795,37494.945,102.863945,13.380472,42.355812,137.09637,34.183014,14.455628,73.66994,1237.6147,331.22968,47.04617,10.551462,10.7916565,355.42288,47.06746,675.38477,113.940834,2553.7004,393.31665,201.9318,118.61064,218.92577,5.7121086,8.477243,10.147196,2.4087713,1.8041139,72.433174,82.4861,93.68977,44.11973,43.74899,108.82929,11.4913,3167.0989,33.83531,43.409374,33.244038,28.13904,256.02362,68.29419,50.307293,9.317833,27.081997,45.526653,177.76889,463.67236,81.647705,283.76367,64.229195,72.39982,218.25465,146.64449,789.456,133.0604,4.400792,8.457292,5.05175,59.476562,17833.385,2.9381971,31.55349,50.04198,35.105366,294.83286,66.04903,134.64702,1.7238797,125.36802,446.18402,234.22029,137.37892,449.0012,37.00597,92.17053,137.95206,10.411972,1.8659501,12.014605,895.1106,0.05116649,0.24862917,56.003124,9.38947,4.3776455,5.044785,11.380785,81.77698,31.80875,102.859604,595.6343,276.39774,2400.7373,1949.3972,35.3864,61.92274,8985.9,7.997306,110.08576,742.8184,204.97125,283.2623,114.534164,697.67694,889.2017,485.86914,29.675,158.75362,889.02325,1702.9092,81.21885,905.03864,103.79215,1.0800917,57.18703,0.8720267,0.56741756,2.4499886,67.35653,198.61525,139.48923,14.956805,1767.4712,418.54932,209.8125,301.20416,99.24167,72.625,70.6884,87.884544,72.71667,606.9098,221.3497,108.39971,78.82463,29.591145,127.454285,120.47972,19.196167,456.40652,128.08594,1500.6465,31.970085,1989.5425,78.58161,394.74228,1137.3385,48.365364,15.497319,864.3833,796.17224,2178.2996,107.02061 +2023-09-12 10:00:00,0.0,15847.952,366.95486,50.6555,56.802776,45.94495,220.53291,32.94697,54.2109,23.05348,31.904432,1457.6351,151.12946,20.512487,191.69528,0.36657348,0.021482257,31.191559,0.19818848,0.11816827,459.23703,0.113907315,481.57764,65.14091,0.124148555,0.14659584,149.79372,23.82329,52.31204,98.22902,23212.752,0.03563396,2073.605,0.33921838,0.07663551,0.055772644,0.1335416,186.25568,226.27316,22.08559,138.975,36.966534,39.696915,2245.6606,1.6199278,133.66904,69.12096,437.19745,49.108555,435.22702,34.941757,158.46207,0.0,1736.7924,7549.3027,14.999968,519.68066,108.5636,37486.293,102.76299,13.358117,42.309933,136.89825,34.14353,14.4323635,73.55893,1236.732,331.30106,47.009476,10.533924,10.781928,355.03607,47.008163,674.4854,114.04611,2553.5312,393.72223,201.75266,118.701836,219.37318,5.7111616,8.475287,10.150801,2.410074,1.805776,72.3911,82.45061,93.68584,44.091496,43.73877,108.75892,11.490183,3168.309,33.82371,43.36875,33.215187,28.112667,255.96204,68.25944,50.25347,9.312307,27.068249,45.493504,177.6066,463.13773,81.61153,283.61966,64.18972,72.305305,218.07805,146.51451,788.89966,132.9676,4.395139,8.453472,5.0548334,59.497383,17826.492,2.9356241,31.542383,50.027847,35.080185,294.6758,66.041756,134.58327,1.7242779,125.35215,446.12344,234.18098,137.30858,448.94046,37.014908,92.15241,137.94916,10.414389,1.8666837,12.019327,894.94434,0.051143996,0.24876945,56.02662,9.396972,4.381452,5.0507865,11.39086,81.77531,31.824167,102.9172,595.765,276.52274,2401.3662,1949.6512,35.405167,61.94734,8982.034,7.999689,110.131714,742.75757,205.0325,283.3268,114.56222,697.9776,889.1319,485.8868,29.67381,158.77982,888.6301,1702.0945,81.2177,904.7795,103.79023,1.0802561,57.17196,0.87208,0.56763375,2.4501097,67.323425,198.68117,139.37408,14.963241,1765.9941,418.35046,209.76785,301.14722,99.16746,72.583336,70.606064,87.91953,72.62222,606.32153,221.23116,108.23522,78.74673,29.61007,127.35809,120.41463,19.182821,456.10822,128.00781,1499.0503,31.966782,1988.5494,78.573425,394.64136,1136.3105,48.324207,15.506145,864.2993,796.25903,2177.7366,107.07895 +2023-09-12 11:00:00,0.0,15841.067,366.93262,50.701965,56.83325,45.98005,220.64926,32.959038,54.236916,23.059805,31.92286,1458.3359,151.07161,20.521374,191.74097,0.36610395,0.021560514,31.198637,0.19798115,0.11822446,459.51993,0.11383727,481.7636,65.18896,0.124042176,0.14639679,149.84618,23.839209,52.33102,98.25673,23196.824,0.035646282,2073.595,0.33968756,0.0765634,0.05586292,0.13337982,186.3261,226.3958,22.08568,138.9375,36.97228,39.656727,2245.4546,1.6193175,133.54579,69.05498,437.16705,49.074444,435.30923,34.91359,158.3307,0.0,1735.6548,7544.138,14.974234,519.4597,108.48925,37477.637,102.66204,13.335762,42.264053,136.70015,34.10405,14.409099,73.447914,1235.8494,331.3724,46.972782,10.516387,10.772199,354.64923,46.948868,673.586,114.15139,2553.3623,394.12778,201.57353,118.79303,219.8206,5.7102146,8.473332,10.154406,2.4113765,1.807438,72.34903,82.415115,93.68191,44.063255,43.728554,108.688545,11.489066,3169.519,33.81211,43.328125,33.186333,28.086296,255.90047,68.224686,50.199654,9.306781,27.0545,45.460354,177.44432,462.6031,81.57535,283.47565,64.15025,72.2108,217.90144,146.38455,788.3433,132.87482,4.3894863,8.449653,5.0579166,59.518208,17819.6,2.9330509,31.531277,50.013714,35.055004,294.51877,66.03449,134.51953,1.7246759,125.33628,446.06287,234.14168,137.23822,448.87976,37.02384,92.1343,137.94626,10.416805,1.8674173,12.02405,894.7781,0.0511215,0.24890973,56.050117,9.404474,4.3852587,5.0567884,11.400935,81.773636,31.839584,102.9748,595.8958,276.64774,2401.9949,1949.9053,35.42393,61.97193,8978.169,8.002072,110.17766,742.6968,205.09375,283.39133,114.59028,698.2782,889.0621,485.90448,29.672619,158.80602,888.23706,1701.2799,81.216545,904.5203,103.788315,1.0804206,57.15689,0.87213343,0.56785,2.4502306,67.29032,198.74709,139.25896,14.969676,1764.517,418.1516,209.72322,301.09027,99.093254,72.541664,70.52373,87.95451,72.52778,605.7333,221.1126,108.07074,78.66883,29.628992,127.2619,120.34953,19.169477,455.8099,127.9297,1497.454,31.963478,1987.5564,78.56523,394.54047,1135.2826,48.283054,15.51497,864.21533,796.3458,2177.1736,107.13728 +2023-09-12 12:00:00,0.0,15834.182,366.91037,50.74843,56.863724,46.015152,220.76562,32.971104,54.26293,23.066132,31.941286,1459.0369,151.01375,20.53026,191.78667,0.3656344,0.021638772,31.205717,0.1977738,0.11828064,459.80286,0.11376722,481.94955,65.23701,0.1239358,0.14619772,149.89864,23.855127,52.35,98.28444,23180.895,0.0356586,2073.585,0.34015676,0.076491304,0.055953193,0.13321804,186.39653,226.51843,22.085772,138.9,36.978027,39.616535,2245.2488,1.6187073,133.42256,68.989,437.1366,49.040333,435.39145,34.88542,158.19934,0.0,1734.5172,7538.9736,14.9485,519.2387,108.4149,37468.984,102.56109,13.313408,42.218174,136.50204,34.064564,14.385834,73.33691,1234.9667,331.44376,46.936085,10.498849,10.76247,354.26242,46.889572,672.68665,114.25667,2553.193,394.53333,201.39441,118.884224,220.26802,5.7092676,8.471377,10.15801,2.412679,1.8091002,72.30695,82.37963,93.67798,44.03502,43.718334,108.61817,11.487949,3170.7292,33.800507,43.2875,33.15748,28.059923,255.8389,68.18993,50.145832,9.301255,27.040752,45.427204,177.28203,462.06842,81.53917,283.33167,64.11079,72.11629,217.72484,146.25458,787.78705,132.78203,4.3838334,8.445833,5.0610003,59.53903,17812.707,2.9304779,31.52017,49.999584,35.029823,294.36172,66.02722,134.45578,1.725074,125.32041,446.0023,234.10239,137.16788,448.81903,37.032776,92.11619,137.94334,10.419222,1.868151,12.028771,894.6118,0.051099002,0.24904999,56.073612,9.411976,4.3890653,5.06279,11.411011,81.771965,31.855001,103.032394,596.0266,276.77274,2402.6238,1950.1593,35.4427,61.996525,8974.304,8.004456,110.22361,742.636,205.155,283.45584,114.61833,698.57886,888.9923,485.92215,29.671429,158.83223,887.84393,1700.4652,81.21539,904.26117,103.78639,1.080585,57.141823,0.8721868,0.56806624,2.4503517,67.257225,198.813,139.14381,14.976111,1763.0398,417.9528,209.67857,301.03333,99.01904,72.5,70.44139,87.9895,72.433334,605.1451,220.99405,107.90625,78.59093,29.647917,127.16571,120.28445,19.156132,455.51163,127.851585,1495.8578,31.960175,1986.5634,78.557045,394.43958,1134.2546,48.2419,15.523794,864.13135,796.4327,2176.6106,107.195625 +2023-09-12 13:00:00,0.0,15827.297,366.8881,50.79489,56.8942,46.050255,220.88199,32.98317,54.288944,23.072456,31.959711,1459.7377,150.9559,20.539145,191.83237,0.36516488,0.021717027,31.212797,0.19756646,0.11833682,460.0858,0.11369718,482.1355,65.28506,0.12382942,0.14599867,149.95108,23.871046,52.36898,98.31215,23164.965,0.03567092,2073.575,0.34062594,0.076419204,0.056043472,0.13305627,186.46695,226.64107,22.085861,138.8625,36.983776,39.576347,2245.0427,1.6180971,133.29933,68.92301,437.10617,49.00622,435.47366,34.857254,158.06796,0.0,1733.3796,7533.8086,14.922765,519.01776,108.340546,37460.33,102.46014,13.291053,42.172295,136.30392,34.02508,14.362569,73.22589,1234.0841,331.5151,46.89939,10.481311,10.752741,353.8756,46.830276,671.78723,114.361946,2553.0242,394.93887,201.21529,118.975426,220.71544,5.7083206,8.469422,10.161614,2.4139814,1.8107623,72.264885,82.34414,93.67405,44.00678,43.70812,108.5478,11.486833,3171.9392,33.788906,43.246876,33.128624,28.03355,255.77733,68.15518,50.092014,9.295729,27.027006,45.394054,177.11974,461.53378,81.50298,283.18765,64.07132,72.021774,217.54823,146.12462,787.2307,132.68924,4.378181,8.442014,5.0640836,59.55985,17805.814,2.9279046,31.509064,49.98545,35.004642,294.20468,66.01995,134.39203,1.7254722,125.30455,445.9417,234.06308,137.09752,448.75833,37.041714,92.09807,137.94043,10.421639,1.8688846,12.033494,894.44556,0.05107651,0.24919027,56.097107,9.419477,4.392872,5.0687914,11.421086,81.7703,31.870417,103.08999,596.1574,276.89774,2403.2524,1950.4135,35.461464,62.021122,8970.4375,8.006839,110.26956,742.5752,205.21625,283.52036,114.646385,698.8795,888.9225,485.93982,29.670238,158.85843,887.45087,1699.6506,81.21423,904.002,103.78447,1.0807495,57.126755,0.8722402,0.5682824,2.4504726,67.22412,198.87892,139.02867,14.982547,1761.5627,417.75394,209.63393,300.97638,98.94484,72.458336,70.35905,88.02449,72.33889,604.5568,220.87549,107.74177,78.51302,29.66684,127.06952,120.21935,19.142788,455.21332,127.77347,1494.2615,31.956871,1985.5703,78.54886,394.33868,1133.2267,48.200745,15.532619,864.04736,796.5195,2176.0476,107.25397 +2023-09-12 14:00:00,0.0,15820.412,366.86584,50.84136,56.92467,46.085354,220.99835,32.99524,54.31496,23.078781,31.978138,1460.4385,150.89804,20.54803,191.87805,0.36469534,0.021795284,31.219875,0.19735911,0.118393004,460.3687,0.11362713,482.32144,65.33311,0.12372304,0.14579962,150.00354,23.886965,52.387962,98.33986,23149.037,0.035683244,2073.565,0.34109515,0.076347105,0.056133747,0.13289449,186.53738,226.76369,22.08595,138.825,36.98952,39.53616,2244.837,1.6174868,133.1761,68.85703,437.07574,48.97211,435.55588,34.829086,157.9366,0.0,1732.2422,7528.644,14.897031,518.7968,108.2662,37451.676,102.359184,13.268699,42.126415,136.10582,33.9856,14.339304,73.11488,1233.2014,331.58646,46.862698,10.463773,10.743012,353.48877,46.77098,670.8879,114.467224,2552.855,395.34445,201.03616,119.06662,221.16286,5.7073736,8.467467,10.165219,2.4152842,1.8124244,72.22281,82.308655,93.67012,43.978542,43.6979,108.477425,11.485716,3173.1494,33.777306,43.20625,33.099773,28.007177,255.71574,68.12043,50.038193,9.290203,27.013258,45.360905,176.95744,460.9991,81.466805,283.04364,64.031845,71.92726,217.37163,145.99466,786.6744,132.59644,4.372528,8.438194,5.067167,59.580673,17798.922,2.9253316,31.497957,49.97132,34.97946,294.04764,66.01269,134.3283,1.7258704,125.28868,445.88113,234.02377,137.02718,448.6976,37.050648,92.079956,137.93753,10.424056,1.8696182,12.038217,894.2793,0.051054012,0.24933055,56.1206,9.42698,4.396678,5.0747933,11.431161,81.76863,31.885834,103.14758,596.28815,277.02274,2403.8813,1950.6675,35.480232,62.045715,8966.572,8.009222,110.315506,742.5144,205.2775,283.58487,114.674446,699.1802,888.85266,485.9575,29.669048,158.88463,887.05774,1698.8359,81.21308,903.7429,103.78255,1.080914,57.111687,0.8722936,0.5684987,2.4505937,67.19102,198.94482,138.91354,14.988981,1760.0856,417.55508,209.5893,300.91943,98.870636,72.416664,70.27671,88.05948,72.244446,603.96857,220.75694,107.57728,78.43513,29.685762,126.97333,120.15426,19.129442,454.915,127.69535,1492.6653,31.953568,1984.5773,78.54067,394.2378,1132.1989,48.15959,15.541445,863.9634,796.60626,2175.4846,107.3123 +2023-09-12 15:00:00,0.0,15813.527,366.84357,50.88782,56.955147,46.120457,221.11472,33.007305,54.340977,23.085108,31.996565,1461.1393,150.8402,20.556917,191.92375,0.3642258,0.02187354,31.226955,0.19715178,0.11844919,460.65164,0.113557085,482.50742,65.38116,0.12361666,0.14560057,150.056,23.902884,52.406944,98.36757,23133.107,0.035695564,2073.555,0.34156433,0.076275,0.056224022,0.1327327,186.60782,226.88632,22.08604,138.7875,36.99527,39.49597,2244.6309,1.6168765,133.05287,68.791046,437.04532,48.938,435.6381,34.800922,157.80524,0.0,1731.1046,7523.479,14.871296,518.5758,108.19185,37443.023,102.25823,13.246344,42.080536,135.9077,33.946114,14.316039,73.00387,1232.3187,331.6578,46.826004,10.446236,10.733284,353.10196,46.711685,669.98846,114.572495,2552.686,395.75,200.85704,119.157814,221.61028,5.7064266,8.465512,10.168824,2.4165866,1.8140864,72.18074,82.27316,93.66619,43.950302,43.687683,108.40705,11.4846,3174.3594,33.765705,43.165627,33.07092,27.980804,255.65417,68.08568,49.984375,9.2846775,26.99951,45.327755,176.79515,460.46448,81.430626,282.89966,63.99238,71.83275,217.19504,145.86469,786.11804,132.50365,4.366875,8.434375,5.07025,59.601494,17792.027,2.9227583,31.486849,49.957188,34.95428,293.89062,66.00542,134.26454,1.7262685,125.27281,445.82056,233.98448,136.95682,448.6369,37.05958,92.06184,137.93463,10.426473,1.8703518,12.042938,894.11304,0.05103152,0.24947083,56.144096,9.434482,4.4004846,5.080795,11.4412365,81.76696,31.90125,103.205185,596.41895,277.14774,2404.51,1950.9215,35.498997,62.070312,8962.707,8.011606,110.36146,742.45355,205.33875,283.64938,114.7025,699.48083,888.78284,485.9752,29.667856,158.91083,886.6647,1698.0214,81.21193,903.48376,103.780624,1.0810784,57.096615,0.87234694,0.56871486,2.4507146,67.15792,199.01074,138.7984,14.995417,1758.6084,417.35626,209.54465,300.8625,98.796425,72.375,70.194374,88.09446,72.15,603.3803,220.6384,107.412796,78.35722,29.704687,126.87714,120.089165,19.116098,454.6167,127.61723,1491.069,31.950264,1983.5842,78.532486,394.13687,1131.1709,48.11844,15.55027,863.8794,796.6931,2174.9216,107.37064 +2023-09-12 16:00:00,0.0,15806.643,366.82132,50.934284,56.98562,46.155556,221.23108,33.01937,54.366993,23.091433,32.01499,1461.8401,150.78233,20.565802,191.96945,0.36375627,0.021951796,31.234035,0.19694445,0.11850537,460.93454,0.113487035,482.69336,65.42921,0.123510286,0.14540151,150.10846,23.918804,52.425926,98.39528,23117.178,0.035707884,2073.5447,0.34203354,0.0762029,0.056314297,0.13257092,186.67824,227.00896,22.086132,138.75,37.00102,39.45578,2244.425,1.6162663,132.92964,68.72507,437.0149,48.90389,435.7203,34.772755,157.67387,0.0,1729.967,7518.3145,14.845562,518.35486,108.1175,37434.367,102.15728,13.2239895,42.034657,135.7096,33.90663,14.292774,72.89285,1231.4362,331.72916,46.78931,10.428698,10.723555,352.71515,46.65239,669.0891,114.67777,2552.5168,396.15555,200.67792,119.24901,222.0577,5.7054796,8.463557,10.172428,2.417889,1.8157486,72.138664,82.23767,93.66226,43.922066,43.677464,108.33668,11.483483,3175.5693,33.7541,43.125,33.042065,27.954432,255.5926,68.05093,49.930557,9.279151,26.985764,45.294605,176.63286,459.92984,81.39445,282.75565,63.952908,71.738235,217.01843,145.73473,785.5617,132.41086,4.3612223,8.430555,5.0733333,59.622314,17785.135,2.9201853,31.475742,49.943054,34.9291,293.73358,65.998146,134.20079,1.7266667,125.25694,445.75998,233.94518,136.88647,448.57617,37.06852,92.043724,137.93172,10.428889,1.8710854,12.047661,893.9468,0.05100902,0.24961111,56.16759,9.441984,4.404291,5.0867963,11.451312,81.76529,31.916668,103.26278,596.54974,277.27274,2405.139,1951.1755,35.517765,62.094906,8958.841,8.013989,110.40741,742.39276,205.40001,283.7139,114.73055,699.78143,888.713,485.99286,29.666666,158.93704,886.27155,1697.2067,81.21078,903.2246,103.7787,1.0812429,57.081547,0.87240034,0.5689311,2.4508357,67.12482,199.07666,138.68327,15.001852,1757.1313,417.1574,209.5,300.80554,98.72222,72.333336,70.11204,88.12945,72.05556,602.7921,220.51984,107.248314,78.27932,29.72361,126.78095,120.02407,19.102753,454.3184,127.539116,1489.4728,31.94696,1982.5911,78.5243,394.03598,1130.143,48.077286,15.559094,863.7954,796.7799,2174.3586,107.428986 +2023-09-12 17:00:00,0.0,15799.758,366.79907,50.98075,57.016094,46.19066,221.34744,33.031437,54.39301,23.09776,32.033417,1462.541,150.72449,20.574688,192.01514,0.36328673,0.022030054,31.241114,0.1967371,0.11856155,461.21747,0.11341699,482.8793,65.47726,0.12340391,0.14520246,150.1609,23.934723,52.44491,98.423,23101.248,0.035720207,2073.5347,0.3425027,0.0761308,0.056404576,0.13240914,186.74867,227.13159,22.086222,138.7125,37.006767,39.415592,2244.219,1.615656,132.80641,68.65909,436.98444,48.869778,435.80252,34.744587,157.5425,0.0,1728.8295,7513.15,14.819828,518.1339,108.043144,37425.715,102.05632,13.201634,41.988773,135.51147,33.86715,14.269509,72.781845,1230.5535,331.8005,46.752617,10.4111595,10.713826,352.3283,46.593094,668.1897,114.78305,2552.348,396.5611,200.4988,119.3402,222.50511,5.7045326,8.461602,10.176033,2.4191918,1.8174107,72.096596,82.20218,93.65833,43.89383,43.667248,108.266304,11.482367,3176.7795,33.7425,43.084373,33.01321,27.92806,255.53102,68.016174,49.876736,9.273625,26.972015,45.261456,176.47057,459.39517,81.35826,282.61163,63.91344,71.64372,216.84183,145.60475,785.0054,132.31807,4.35557,8.426736,5.076417,59.64314,17778.242,2.917612,31.464636,49.928925,34.90392,293.57654,65.990875,134.13705,1.7270648,125.24107,445.6994,233.90587,136.81612,448.51547,37.077454,92.02561,137.9288,10.431306,1.871819,12.052382,893.7805,0.05098653,0.24975139,56.19109,9.449486,4.4080977,5.092798,11.461388,81.763626,31.932083,103.32037,596.68054,277.39774,2405.7676,1951.4296,35.53653,62.1195,8954.976,8.016373,110.453354,742.332,205.46126,283.7784,114.75861,700.0821,888.6432,486.01053,29.665476,158.96324,885.8785,1696.3921,81.209625,902.96545,103.77679,1.0814074,57.06648,0.87245375,0.5691473,2.4509566,67.09171,199.14258,138.56813,15.008287,1755.6542,416.95856,209.45535,300.7486,98.64802,72.291664,70.0297,88.16444,71.96111,602.20386,220.40129,107.083824,78.201416,29.742535,126.68476,119.958984,19.089409,454.02008,127.461006,1487.8765,31.943657,1981.598,78.516106,393.9351,1129.115,48.03613,15.56792,863.7114,796.8667,2173.7957,107.48732 +2023-09-12 18:00:00,0.0,15792.873,366.7768,51.027214,57.046566,46.225758,221.4638,33.043503,54.41902,23.104084,32.051846,1463.2418,150.66663,20.583574,192.06084,0.3628172,0.022108309,31.248194,0.19652976,0.118617736,461.5004,0.11334695,483.06525,65.52531,0.12329753,0.14500341,150.21336,23.950642,52.46389,98.45071,23085.32,0.035732526,2073.5247,0.34297192,0.07605869,0.05649485,0.13224736,186.81909,227.25421,22.086311,138.675,37.012512,39.375404,2244.013,1.6150458,132.68317,68.5931,436.95404,48.835667,435.88474,34.71642,157.41113,0.0,1727.6919,7507.985,14.794093,517.9129,107.968796,37417.06,101.95537,13.17928,41.942894,135.31337,33.827667,14.246244,72.67083,1229.6708,331.8719,46.715923,10.393621,10.704097,351.9415,46.533794,667.2903,114.88833,2552.1787,396.96667,200.31967,119.4314,222.95253,5.7035856,8.459647,10.179638,2.4204943,1.8190727,72.05452,82.16669,93.6544,43.86559,43.65703,108.19593,11.48125,3177.9895,33.7309,43.04375,32.98436,27.901688,255.46945,67.98142,49.822918,9.268099,26.958267,45.228306,176.30827,458.86053,81.32208,282.46765,63.87397,71.54921,216.66522,145.4748,784.44904,132.22528,4.349917,8.422916,5.0795,59.66396,17771.35,2.9150388,31.45353,49.91479,34.87874,293.4195,65.98361,134.0733,1.727463,125.225204,445.63882,233.86656,136.74577,448.45474,37.086388,92.00749,137.9259,10.4337225,1.8725526,12.057105,893.61426,0.05096403,0.24989167,56.214584,9.456987,4.4119043,5.0987997,11.471463,81.761955,31.9475,103.377975,596.81134,277.52274,2406.3965,1951.6837,35.555298,62.144096,8951.11,8.018756,110.499306,742.2712,205.5225,283.84293,114.78667,700.38275,888.57336,486.0282,29.664286,158.98944,885.48535,1695.5774,81.208466,902.7063,103.774864,1.0815718,57.05141,0.8725071,0.56936353,2.4510777,67.05861,199.2085,138.453,15.014723,1754.177,416.75974,209.41072,300.69168,98.57381,72.25,69.94736,88.19942,71.86667,601.6156,220.28273,106.91934,78.12352,29.761457,126.58857,119.89389,19.076063,453.72177,127.38289,1486.2803,31.940353,1980.605,78.50792,393.83417,1128.0872,47.994976,15.576745,863.62744,796.95355,2173.2327,107.54566 +2023-09-12 19:00:00,0.0,15785.988,366.75455,51.073677,57.07704,46.26086,221.58017,33.05557,54.445038,23.110409,32.07027,1463.9426,150.60878,20.59246,192.10652,0.3623477,0.022186566,31.255274,0.19632241,0.11867392,461.78333,0.1132769,483.25122,65.57336,0.12319115,0.14480436,150.26582,23.96656,52.482872,98.47842,23069.39,0.03574485,2073.5146,0.3434411,0.075986594,0.056585126,0.13208559,186.88953,227.37685,22.086403,138.6375,37.01826,39.335213,2243.8071,1.6144356,132.55994,68.52712,436.92358,48.801556,435.96695,34.68825,157.27977,0.0,1726.5544,7502.8203,14.768359,517.69196,107.89445,37408.406,101.854416,13.156925,41.897015,135.11526,33.78818,14.22298,72.55982,1228.7881,331.94324,46.67923,10.376084,10.694368,351.5547,46.4745,666.3909,114.99361,2552.0098,397.37222,200.14053,119.5226,223.39995,5.7026386,8.457692,10.183243,2.4217968,1.8207349,72.01245,82.131195,93.650475,43.837353,43.646812,108.12556,11.480133,3179.1997,33.7193,43.003124,32.955505,27.875315,255.40788,67.94667,49.769096,9.262573,26.94452,45.19516,176.14598,458.3259,81.285904,282.32364,63.834503,71.454704,216.48862,145.34483,783.89276,132.13249,4.344264,8.419097,5.0825834,59.684784,17764.457,2.9124658,31.442423,49.90066,34.853558,293.26245,65.97634,134.00955,1.7278612,125.209335,445.57825,233.82727,136.67542,448.39404,37.09532,91.98938,137.923,10.436139,1.8732862,12.061828,893.448,0.050941538,0.25003195,56.23808,9.46449,4.415711,5.104801,11.481538,81.760284,31.962917,103.43557,596.9421,277.64774,2407.0251,1951.9377,35.574062,62.16869,8947.245,8.021139,110.54525,742.2104,205.58376,283.90744,114.81472,700.6834,888.50354,486.04587,29.663095,159.01566,885.0923,1694.7628,81.20731,902.44714,103.77294,1.0817363,57.036343,0.8725605,0.5695797,2.4511986,67.02551,199.27441,138.33786,15.021157,1752.7,416.56088,209.36607,300.63474,98.4996,72.208336,69.86502,88.234406,71.772224,601.02734,220.16418,106.75485,78.045616,29.78038,126.49238,119.8288,19.06272,453.42346,127.30477,1484.684,31.93705,1979.6119,78.49973,393.73328,1127.0592,47.953823,15.58557,863.54346,797.04034,2172.6697,107.604004 +2023-09-12 20:00:00,0.0,15779.104,366.73227,51.120144,57.107513,46.29596,221.69653,33.067635,54.471054,23.116735,32.088696,1464.6434,150.55092,20.601345,192.15222,0.36187816,0.022264821,31.262352,0.19611508,0.118730105,462.06622,0.113206856,483.43716,65.6214,0.12308477,0.14460531,150.31828,23.98248,52.50185,98.50613,23053.46,0.03575717,2073.5046,0.3439103,0.075914495,0.056675404,0.13192381,186.95995,227.49948,22.086493,138.6,37.02401,39.295025,2243.601,1.6138253,132.4367,68.46114,436.89316,48.767445,436.04916,34.660088,157.1484,0.0,1725.4167,7497.6553,14.742624,517.471,107.8201,37399.75,101.75346,13.134571,41.851135,134.91714,33.7487,14.199715,72.44881,1227.9055,332.0146,46.642532,10.358546,10.68464,351.16785,46.415203,665.4915,115.098885,2551.8406,397.77777,199.96141,119.61379,223.84737,5.7016916,8.455737,10.186848,2.4230993,1.822397,71.970375,82.09571,93.646545,43.809113,43.636593,108.05518,11.479016,3180.4097,33.7077,42.9625,32.92665,27.848942,255.3463,67.91192,49.71528,9.257047,26.930773,45.16201,175.98369,457.79123,81.249725,282.17966,63.795033,71.36019,216.31201,145.21486,783.3364,132.0397,4.338611,8.4152775,5.0856667,59.705605,17757.564,2.9098926,31.431316,49.886528,34.828377,293.1054,65.96907,133.94582,1.7282593,125.193474,445.51767,233.78796,136.60507,448.33334,37.10426,91.97126,137.92009,10.438556,1.8740199,12.066549,893.28174,0.05091904,0.25017223,56.261574,9.471992,4.4195175,5.110803,11.491613,81.75861,31.978334,103.493164,597.0729,277.77274,2407.654,1952.1918,35.59283,62.193287,8943.379,8.023522,110.5912,742.1496,205.645,283.97195,114.84277,700.9841,888.4337,486.06354,29.661905,159.04185,884.69916,1693.9481,81.20616,902.188,103.77102,1.0819007,57.02127,0.8726139,0.56979597,2.4513195,66.99241,199.34033,138.22272,15.027593,1751.2228,416.36203,209.32143,300.5778,98.4254,72.166664,69.782684,88.269394,71.67778,600.4391,220.04564,106.59037,77.96771,29.799305,126.39619,119.7637,19.049374,453.12518,127.226654,1483.0878,31.933746,1978.6189,78.49155,393.6324,1126.0312,47.91267,15.594395,863.4595,797.12714,2172.1067,107.66234 +2023-09-12 21:00:00,0.0,15772.219,366.71002,51.166607,57.13799,46.331062,221.8129,33.0797,54.49707,23.12306,32.107124,1465.3444,150.49307,20.610231,192.19792,0.36140862,0.022343079,31.269432,0.19590773,0.11878628,462.34915,0.113136806,483.6231,65.66945,0.12297839,0.14440624,150.37073,23.998398,52.520832,98.53384,23037.533,0.03576949,2073.4946,0.34437948,0.07584239,0.05676568,0.13176203,187.03038,227.62212,22.086582,138.5625,37.029755,39.254837,2243.3953,1.613215,132.31348,68.39516,436.86273,48.733334,436.13138,34.63192,157.01703,0.0,1724.2793,7492.4907,14.71689,517.25,107.74574,37391.098,101.65251,13.112216,41.805256,134.71904,33.709217,14.176449,72.3378,1227.0228,332.08594,46.60584,10.341008,10.674911,350.78104,46.355907,664.59216,115.20416,2551.6716,398.18332,199.78229,119.70499,224.29478,5.7007446,8.453782,10.190452,2.424402,1.824059,71.92831,82.06023,93.64262,43.780876,43.626377,107.98481,11.4779,3181.6199,33.696095,42.921875,32.8978,27.822569,255.28473,67.87717,49.661457,9.251521,26.917025,45.12886,175.8214,457.2566,81.21354,282.03564,63.755566,71.26568,216.1354,145.0849,782.7801,131.9469,4.3329587,8.411458,5.0887504,59.726425,17750.672,2.9073195,31.42021,49.872395,34.803196,292.9484,65.96181,133.88206,1.7286574,125.177605,445.4571,233.74866,136.53471,448.2726,37.113194,91.95315,137.91718,10.440972,1.8747535,12.071272,893.1155,0.050896548,0.2503125,56.28507,9.479494,4.423324,5.1168046,11.501689,81.75694,31.99375,103.550766,597.2037,277.89774,2408.2827,1952.4458,35.611595,62.21788,8939.514,8.025906,110.63715,742.08875,205.70625,284.03647,114.870834,701.2847,888.3639,486.0812,29.660713,159.06805,884.3061,1693.1335,81.20501,901.9289,103.7691,1.0820652,57.006203,0.87266725,0.5700122,2.4514406,66.959305,199.40625,138.10759,15.034028,1749.7456,416.1632,209.2768,300.52084,98.35119,72.125,69.70035,88.30438,71.583336,599.8509,219.92708,106.42588,77.88982,29.818228,126.299995,119.69861,19.03603,452.82687,127.14854,1481.4915,31.930443,1977.6259,78.48336,393.5315,1125.0033,47.871513,15.60322,863.3755,797.214,2171.5437,107.72068 +2023-09-12 22:00:00,0.0,15765.333,366.68777,51.21307,57.16846,46.36616,221.92926,33.09177,54.523083,23.129385,32.12555,1466.0452,150.43521,20.619118,192.2436,0.3609391,0.022421336,31.276512,0.19570039,0.11884247,462.63208,0.11306676,483.80905,65.7175,0.12287201,0.1442072,150.42319,24.014317,52.539814,98.56155,23021.604,0.035781812,2073.4846,0.3448487,0.07577029,0.056855954,0.13160025,187.10081,227.74474,22.086672,138.525,37.035503,39.21465,2243.1892,1.6126047,132.19025,68.32918,436.83228,48.699223,436.2136,34.603752,156.88567,0.0,1723.1417,7487.326,14.691156,517.02905,107.671394,37382.445,101.55156,13.089862,41.759377,134.52092,33.66973,14.153184,72.22678,1226.1401,332.1573,46.569145,10.32347,10.665182,350.39423,46.29661,663.69275,115.30944,2551.5024,398.5889,199.60316,119.79618,224.7422,5.699798,8.451827,10.1940565,2.4257045,1.8257211,71.88623,82.02473,93.63869,43.752636,43.616158,107.91443,11.476783,3182.8298,33.684494,42.88125,32.868946,27.796196,255.22316,67.842415,49.60764,9.2459955,26.903276,45.09571,175.6591,456.72192,81.17736,281.89163,63.716095,71.171165,215.95882,144.95493,782.22375,131.85411,4.327306,8.407639,5.0918336,59.74725,17743.78,2.9047463,31.409103,49.858265,34.778015,292.79135,65.95454,133.81831,1.7290555,125.161736,445.3965,233.70937,136.46437,448.2119,37.122128,91.935036,137.91428,10.443389,1.8754871,12.075994,892.9492,0.05087405,0.2504528,56.308563,9.486996,4.4271307,5.122806,11.511765,81.75528,32.009167,103.60836,597.3345,278.02274,2408.9116,1952.7,35.630363,62.242474,8935.648,8.028289,110.6831,742.02795,205.7675,284.10098,114.89889,701.5853,888.29407,486.09888,29.659523,159.09425,883.913,1692.3188,81.20385,901.66974,103.76717,1.0822297,56.991135,0.87272066,0.5702284,2.4515615,66.9262,199.47217,137.99245,15.040463,1748.2686,415.96436,209.23215,300.4639,98.276985,72.083336,69.61801,88.33936,71.48889,599.26263,219.80853,106.2614,77.81191,29.837152,126.203804,119.633514,19.022684,452.52856,127.07042,1479.8951,31.92714,1976.6328,78.475174,393.4306,1123.9755,47.83036,15.612045,863.2915,797.3008,2170.9807,107.77902 +2023-09-12 23:00:00,0.0,15758.448,366.6655,51.259537,57.198936,46.401264,222.04561,33.103836,54.5491,23.135712,32.14398,1466.746,150.37737,20.628002,192.2893,0.36046955,0.022499591,31.283592,0.19549304,0.11889865,462.915,0.11299671,483.99503,65.76555,0.12276563,0.14400814,150.47565,24.030235,52.558796,98.58926,23005.674,0.03579413,2073.4746,0.34531787,0.07569819,0.05694623,0.13143846,187.17123,227.86737,22.086763,138.4875,37.041252,39.174458,2242.9834,1.6119945,132.06702,68.26319,436.80188,48.66511,436.2958,34.575584,156.7543,0.0,1722.0042,7482.161,14.6654215,516.8081,107.597046,37373.79,101.45061,13.067507,41.713497,134.32281,33.63025,14.129919,72.115776,1225.2576,332.22864,46.53245,10.305933,10.655453,350.0074,46.237316,662.7934,115.41472,2551.3335,398.99445,199.42403,119.887375,225.18962,5.698851,8.449872,10.197661,2.427007,1.8273833,71.84416,81.98924,93.63476,43.7244,43.60594,107.844055,11.475666,3184.04,33.672894,42.840626,32.84009,27.769825,255.16158,67.80766,49.553818,9.240469,26.88953,45.06256,175.49681,456.1873,81.14118,281.74765,63.67663,71.07665,215.78221,144.82497,781.6674,131.76132,4.321653,8.403819,5.094917,59.76807,17736.887,2.9021733,31.397997,49.84413,34.75284,292.6343,65.947266,133.75458,1.7294537,125.14587,445.33594,233.67006,136.39401,448.15118,37.131065,91.916916,137.91138,10.445806,1.8762207,12.080716,892.78296,0.050851557,0.25059307,56.33206,9.494497,4.430937,5.128808,11.521839,81.75361,32.024586,103.665955,597.4652,278.14774,2409.5403,1952.954,35.649128,62.26707,8931.782,8.030672,110.72905,741.96716,205.82875,284.1655,114.92694,701.886,888.22424,486.11655,29.658333,159.12047,883.5199,1691.5043,81.2027,901.4106,103.76526,1.0823941,56.976067,0.872774,0.57044464,2.4516826,66.893105,199.53809,137.87732,15.046898,1746.7914,415.7655,209.1875,300.40695,98.202774,72.041664,69.53567,88.37435,71.39445,598.6744,219.68997,106.09692,77.73401,29.856075,126.10761,119.56843,19.00934,452.23026,126.99231,1478.299,31.923836,1975.6398,78.46698,393.32968,1122.9475,47.789207,15.620871,863.2075,797.3876,2170.4177,107.837364 +2023-09-13 00:00:00,0.0,15751.563,366.64325,51.306,57.22941,46.436363,222.16197,33.115902,54.575115,23.142036,32.162403,1467.4468,150.3195,20.636889,192.335,0.36,0.022577848,31.29067,0.19528571,0.11895483,463.19794,0.11292667,484.18097,65.8136,0.12265925,0.1438091,150.5281,24.046154,52.577778,98.61697,22989.744,0.03580645,2073.4646,0.34578708,0.07562609,0.057036508,0.1312767,187.24167,227.99,22.086853,138.45,37.047,39.13427,2242.7773,1.6113843,131.94377,68.19721,436.77142,48.631,436.37802,34.547417,156.62292,0.0,1720.8667,7476.9966,14.639688,516.5871,107.5227,37365.137,101.349655,13.045153,41.667618,134.1247,33.590767,14.106654,72.00476,1224.3749,332.3,46.495758,10.288395,10.645724,349.62057,46.17802,661.894,115.52,2551.1643,399.4,199.2449,119.97857,225.63704,5.697904,8.447917,10.201266,2.4283097,1.8290454,71.802086,81.95375,93.63083,43.69616,43.595722,107.77368,11.474549,3185.25,33.661293,42.8,32.811237,27.743452,255.1,67.77291,49.5,9.234943,26.875782,45.02941,175.33452,455.65265,81.105,281.60364,63.637157,70.98214,215.6056,144.695,781.1111,131.66853,4.316,8.4,5.098,59.78889,17729.994,2.8996,31.38689,49.83,34.727657,292.47726,65.94,133.69083,1.7298518,125.13,445.27536,233.63075,136.32367,448.09048,37.14,91.8988,137.90846,10.448222,1.8769543,12.085439,892.6167,0.05082906,0.25073332,56.355556,9.502,4.4347434,5.1348095,11.531915,81.75194,32.04,103.72355,597.596,278.27274,2410.1692,1953.208,35.667896,62.291664,8927.917,8.033055,110.775,741.9064,205.89,284.23,114.955,702.18665,888.1544,486.13422,29.657143,159.14667,883.12683,1690.6896,81.201546,901.1514,103.763336,1.0825586,56.961,0.8728274,0.5706608,2.4518034,66.86,199.604,137.76218,15.053333,1745.3142,415.56668,209.14285,300.35,98.12857,72.0,69.45333,88.40934,71.3,598.0861,219.57143,105.93243,77.65611,29.875,126.01143,119.503334,18.995995,451.93195,126.91419,1476.7026,31.920532,1974.6467,78.45879,393.2288,1121.9196,47.74805,15.629695,863.12354,797.4744,2169.8547,107.8957 +2023-09-13 01:00:00,0.0,15744.679,366.62097,51.352463,57.259884,46.471466,222.27834,33.127968,54.60113,23.148363,32.18083,1468.1476,150.26166,20.645775,192.38069,0.35953048,0.022656104,31.29775,0.19507837,0.119011015,463.48083,0.11285662,484.3669,65.86165,0.12255288,0.14361003,150.58055,24.062073,52.59676,98.64468,22973.816,0.035818774,2073.4543,0.34625626,0.07555398,0.057126783,0.13111492,187.31209,228.11264,22.086943,138.4125,37.052746,39.09408,2242.5715,1.610774,131.82054,68.13123,436.741,48.59689,436.46024,34.51925,156.49156,0.0,1719.729,7471.8315,14.613954,516.36615,107.44835,37356.48,101.248695,13.022798,41.62174,133.92659,33.55128,14.083389,71.893745,1223.4922,332.37137,46.459064,10.270857,10.635996,349.23373,46.118725,660.9946,115.625275,2550.995,399.80554,199.06578,120.06977,226.08446,5.696957,8.445962,10.20487,2.4296122,1.8307074,71.76001,81.91826,93.6269,43.667923,43.585503,107.70331,11.473433,3186.46,33.649693,42.759377,32.782387,27.71708,255.03844,67.73816,49.446182,9.229417,26.862034,44.99626,175.17223,455.11798,81.06882,281.45963,63.59769,70.88763,215.429,144.56503,780.55475,131.57574,4.3103476,8.39618,5.1010833,59.809715,17723.102,2.8970268,31.375784,49.81587,34.702477,292.32022,65.93273,133.62708,1.73025,125.11413,445.21478,233.59145,136.25331,448.02975,37.148933,91.880684,137.90555,10.450639,1.8776879,12.09016,892.45044,0.050806567,0.2508736,56.37905,9.509501,4.43855,5.140811,11.54199,81.75027,32.055416,103.78115,597.7268,278.39774,2410.798,1953.462,35.68666,62.31626,8924.052,8.035439,110.820946,741.8456,205.95125,284.29453,114.983055,702.4873,888.0846,486.1519,29.655952,159.17287,882.7337,1689.875,81.20039,900.8923,103.76141,1.082723,56.945927,0.8728808,0.5708771,2.4519246,66.8269,199.66992,137.64705,15.059769,1743.8372,415.36783,209.09822,300.29306,98.05437,71.958336,69.370995,88.44432,71.20556,597.4979,219.45288,105.767944,77.57821,29.893923,125.91524,119.43824,18.982649,451.63364,126.836075,1475.1064,31.917229,1973.6536,78.45061,393.1279,1120.8916,47.706898,15.63852,863.03955,797.5612,2169.2917,107.95404 +2023-09-13 02:00:00,0.0,15737.794,366.59872,51.39893,57.290356,46.506565,222.3947,33.140034,54.627148,23.154688,32.199257,1468.8485,150.2038,20.654661,192.42639,0.35906094,0.02273436,31.30483,0.19487102,0.1190672,463.76376,0.112786576,484.5529,65.9097,0.1224465,0.14341098,150.63301,24.077991,52.61574,98.672386,22957.887,0.035831094,2073.4443,0.34672546,0.075481884,0.057217058,0.13095313,187.38252,228.23528,22.087034,138.375,37.058495,39.053894,2242.3655,1.6101638,131.69731,68.06525,436.71057,48.56278,436.54245,34.491085,156.3602,0.0,1718.5916,7466.667,14.588219,516.1452,107.37399,37347.83,101.14774,13.000443,41.57586,133.72849,33.5118,14.060124,71.78274,1222.6095,332.44272,46.42237,10.25332,10.6262665,348.84692,46.05943,660.0952,115.73055,2550.8262,400.2111,198.88666,120.160965,226.53188,5.69601,8.444006,10.208475,2.4309146,1.8323696,71.71794,81.88277,93.62297,43.639683,43.575287,107.632935,11.472316,3187.6702,33.63809,42.71875,32.753532,27.690706,254.97685,67.70341,49.39236,9.223891,26.848288,44.96311,175.00993,454.58334,81.03264,281.31564,63.55822,70.79311,215.2524,144.43507,779.9984,131.48296,4.3046947,8.392361,5.104167,59.830536,17716.209,2.8944538,31.364676,49.801735,34.677296,292.16318,65.92546,133.56334,1.7306482,125.09826,445.1542,233.55215,136.18297,447.96906,37.15787,91.86257,137.90265,10.453055,1.8784215,12.094883,892.2842,0.05078407,0.25101388,56.402546,9.517004,4.4423566,5.146813,11.552066,81.748604,32.070835,103.838745,597.8576,278.52274,2411.4268,1953.7161,35.70543,62.340855,8920.186,8.037822,110.8669,741.7847,206.0125,284.35904,115.01111,702.78796,888.01483,486.1696,29.654762,159.19908,882.34064,1689.0603,81.19924,900.6331,103.75949,1.0828875,56.93086,0.87293416,0.57109326,2.4520454,66.7938,199.73582,137.5319,15.066204,1742.36,415.16898,209.05357,300.2361,97.980156,71.916664,69.28866,88.47931,71.111115,596.90967,219.33432,105.603455,77.500305,29.912846,125.819046,119.373146,18.969305,451.33533,126.75796,1473.5101,31.913925,1972.6605,78.44242,393.02698,1119.8636,47.665745,15.647346,862.95557,797.648,2168.7288,108.01238 +2023-09-13 03:00:00,0.0,15730.909,366.57648,51.445393,57.32083,46.541668,222.51106,33.1521,54.65316,23.161013,32.21768,1469.5493,150.14595,20.663546,192.47208,0.3585914,0.022812616,31.311909,0.19466369,0.119123384,464.0467,0.112716526,484.73883,65.95775,0.12234012,0.14321193,150.68547,24.09391,52.634724,98.700096,22941.957,0.035843413,2073.4343,0.34719464,0.075409785,0.057307333,0.13079135,187.45296,228.3579,22.087124,138.3375,37.064243,39.013702,2242.1597,1.6095536,131.57408,67.99927,436.68015,48.528667,436.62466,34.462917,156.22884,0.0,1717.454,7461.5024,14.562485,515.9242,107.299644,37339.176,101.04679,12.978088,41.52998,133.53036,33.472317,14.0368595,71.67172,1221.7269,332.51407,46.385677,10.235782,10.616538,348.4601,46.000134,659.19586,115.83583,2550.657,400.61667,198.70752,120.25216,226.9793,5.695063,8.442051,10.21208,2.4322171,1.8340317,71.675865,81.84728,93.61904,43.611446,43.565067,107.56256,11.471199,3188.8801,33.626488,42.678123,32.724678,27.664333,254.91528,67.668655,49.338543,9.218366,26.83454,44.929962,174.84764,454.04868,80.99646,281.17163,63.518753,70.69861,215.07579,144.3051,779.44214,131.39017,4.2990417,8.388541,5.10725,59.851357,17709.316,2.8918805,31.353569,49.787605,34.652115,292.00613,65.9182,133.49959,1.7310463,125.0824,445.09366,233.51285,136.11261,447.90833,37.166805,91.84446,137.89975,10.455472,1.8791552,12.099605,892.1179,0.050761577,0.25115415,56.42604,9.524506,4.446163,5.1528144,11.562141,81.74693,32.08625,103.89634,597.98834,278.64774,2412.0557,1953.9702,35.724194,62.365448,8916.32,8.040205,110.91285,741.72394,206.07375,284.42355,115.03916,703.08856,887.945,486.18726,29.653572,159.22528,881.9475,1688.2457,81.19808,900.37396,103.75757,1.083052,56.91579,0.87298757,0.5713095,2.4521666,66.7607,199.80174,137.41678,15.072639,1740.8828,414.97015,209.00893,300.17917,97.90595,71.875,69.20632,88.5143,71.01667,596.3214,219.21577,105.43897,77.42241,29.93177,125.722855,119.30805,18.95596,451.03702,126.67984,1471.914,31.910622,1971.6675,78.434235,392.9261,1118.8358,47.62459,15.656171,862.8716,797.73486,2168.1658,108.07072 +2023-09-13 04:00:00,0.0,15724.024,366.5542,51.491856,57.351307,46.576767,222.62743,33.164165,54.679176,23.16734,32.23611,1470.2501,150.08809,20.672432,192.51778,0.35812187,0.022890873,31.318989,0.19445634,0.11917956,464.32962,0.11264648,484.92477,66.0058,0.12223374,0.14301288,150.73793,24.109829,52.653706,98.727806,22926.03,0.035855737,2073.4243,0.34766385,0.07533768,0.05739761,0.13062957,187.52338,228.48053,22.087214,138.3,37.06999,38.973515,2241.9536,1.6089432,131.45085,67.93328,436.64972,48.494556,436.70688,34.43475,156.09746,0.0,1716.3164,7456.3374,14.53675,515.70325,107.225296,37330.52,100.94584,12.955734,41.4841,133.33226,33.43283,14.013595,71.560715,1220.8442,332.58542,46.348984,10.218244,10.606809,348.07327,45.940838,658.29645,115.94111,2550.488,401.02222,198.5284,120.34335,227.42671,5.694116,8.440096,10.215685,2.4335198,1.8356937,71.6338,81.81179,93.61511,43.58321,43.55485,107.49219,11.470082,3190.0903,33.614887,42.6375,32.695824,27.637962,254.85371,67.6339,49.28472,9.212839,26.820791,44.896812,174.68535,453.51404,80.96028,281.02762,63.479282,70.604095,214.89919,144.17514,778.8858,131.29736,4.2933893,8.384722,5.1103334,59.87218,17702.424,2.8893075,31.342463,49.77347,34.626934,291.84912,65.91093,133.43584,1.7314445,125.06653,445.03308,233.47354,136.04227,447.84763,37.17574,91.82634,137.89684,10.457889,1.8798888,12.104327,891.9516,0.05073908,0.25129443,56.449535,9.532008,4.44997,5.158816,11.572216,81.74526,32.101665,103.95394,598.11914,278.77274,2412.6843,1954.2242,35.74296,62.390045,8912.455,8.042588,110.95879,741.66315,206.13501,284.48807,115.06722,703.3892,887.8752,486.20493,29.65238,159.25148,881.55444,1687.431,81.19693,900.11487,103.755646,1.0832164,56.900723,0.8730409,0.5715257,2.4522874,66.72759,199.86766,137.30164,15.079074,1739.4058,414.7713,208.9643,300.12222,97.83174,71.833336,69.12398,88.54928,70.922226,595.73315,219.09721,105.27448,77.344505,29.950693,125.62666,119.242966,18.942616,450.7387,126.60173,1470.3176,31.907318,1970.6744,78.42605,392.8252,1117.8079,47.583435,15.664995,862.78754,797.82166,2167.6028,108.12906 +2023-09-13 05:00:00,0.0,15717.14,366.53195,51.538322,57.38178,46.61187,222.74379,33.17623,54.705193,23.173664,32.254536,1470.9509,150.03024,20.681318,192.56348,0.35765234,0.02296913,31.326069,0.194249,0.11923575,464.61255,0.11257644,485.11072,66.05385,0.12212736,0.14281383,150.79037,24.125748,52.672684,98.755516,22910.1,0.035868056,2073.4143,0.34813303,0.07526558,0.057487886,0.1304678,187.59381,228.60316,22.087303,138.2625,37.075737,38.933327,2241.7476,1.608333,131.32762,67.8673,436.61926,48.46044,436.7891,34.40658,155.9661,0.0,1715.1788,7451.173,14.511016,515.4823,107.15095,37321.867,100.84489,12.933379,41.43822,133.13414,33.39335,13.99033,71.4497,1219.9615,332.65677,46.312286,10.200706,10.59708,347.68646,45.881542,657.3971,116.04639,2550.3188,401.42776,198.34929,120.43455,227.87413,5.693169,8.438141,10.219289,2.4348223,1.8373559,71.59172,81.7763,93.61118,43.55497,43.544632,107.421814,11.4689665,3191.3003,33.603287,42.596874,32.666973,27.61159,254.79213,67.59915,49.230904,9.207314,26.807043,44.863663,174.52306,452.9794,80.924095,280.88364,63.439816,70.50958,214.72258,144.04518,778.32947,131.20457,4.2877364,8.380903,5.1134167,59.893,17695.53,2.8867342,31.331356,49.759342,34.601753,291.69208,65.903656,133.3721,1.7318426,125.05066,444.9725,233.43425,135.97191,447.78693,37.184677,91.80823,137.89392,10.460305,1.8806224,12.10905,891.78534,0.050716586,0.2514347,56.473034,9.53951,4.4537764,5.164818,11.582292,81.74359,32.117085,104.011536,598.24994,278.89774,2413.3132,1954.4783,35.761726,62.41464,8908.589,8.044972,111.004745,741.60236,206.19626,284.55258,115.095276,703.6899,887.80536,486.2226,29.65119,159.27768,881.1613,1686.6165,81.19578,899.8557,103.75373,1.0833809,56.885654,0.8730943,0.57174194,2.4524083,66.69449,199.93358,137.1865,15.085509,1737.9286,414.57245,208.91965,300.06528,97.75754,71.791664,69.04164,88.58427,70.827774,595.14496,218.97867,105.11,77.2666,29.969618,125.53047,119.17787,18.92927,450.44043,126.52361,1468.7214,31.904015,1969.6814,78.417854,392.7243,1116.7799,47.542282,15.6738205,862.70355,797.90845,2167.0398,108.1874 +2023-09-13 06:00:00,0.0,15710.255,366.50967,51.584785,57.412254,46.64697,222.86015,33.1883,54.73121,23.179989,32.27296,1471.6519,149.97238,20.690205,192.60916,0.3571828,0.023047386,31.333147,0.19404165,0.11929193,464.89545,0.11250639,485.2967,66.1019,0.12202098,0.14261477,150.84283,24.141666,52.691666,98.783226,22894.17,0.035880376,2073.4043,0.34860224,0.07519348,0.05757816,0.13030602,187.66423,228.7258,22.087395,138.225,37.081486,38.89314,2241.5417,1.6077228,131.20438,67.80132,436.58887,48.42633,436.8713,34.378414,155.83473,0.0,1714.0413,7446.008,14.485282,515.2613,107.07659,37313.21,100.743935,12.911025,41.39234,132.93604,33.353867,13.967065,71.33869,1219.0789,332.72812,46.275593,10.183168,10.587352,347.29965,45.822247,656.4977,116.151665,2550.15,401.8333,198.17017,120.52574,228.32155,5.692222,8.436186,10.222894,2.4361248,1.839018,71.54965,81.74081,93.607254,43.526733,43.534416,107.35144,11.46785,3192.5105,33.591686,42.55625,32.63812,27.585217,254.73056,67.5644,49.177082,9.201787,26.793297,44.830513,174.36076,452.44473,80.88792,280.73962,63.400345,70.41507,214.54599,143.9152,777.77313,131.11179,4.2820835,8.377084,5.1165004,59.913826,17688.637,2.8841612,31.32025,49.74521,34.576572,291.53503,65.896385,133.30835,1.7322408,125.03479,444.91193,233.39494,135.90157,447.7262,37.19361,91.79011,137.89102,10.462723,1.881356,12.113771,891.6191,0.05069409,0.251575,56.49653,9.547011,4.457583,5.1708193,11.592367,81.74193,32.1325,104.06913,598.38074,279.02274,2413.942,1954.7323,35.780495,62.439236,8904.724,8.047356,111.05069,741.54156,206.2575,284.6171,115.12333,703.99054,887.73553,486.24026,29.65,159.3039,880.76825,1685.8018,81.194626,899.59656,103.75181,1.0835453,56.870583,0.8731477,0.5719582,2.4525294,66.66139,199.9995,137.07137,15.091945,1736.4514,414.37363,208.875,300.00833,97.683334,71.75,68.959305,88.619255,70.73333,594.5567,218.86012,104.94552,77.188705,29.98854,125.43428,119.11278,18.915926,450.14212,126.445496,1467.1251,31.900711,1968.6884,78.40967,392.6234,1115.752,47.50113,15.682646,862.61957,797.9953,2166.4768,108.245735 +2023-09-13 07:00:00,0.0,15703.369,366.48743,51.63125,57.442726,46.68207,222.97652,33.200367,54.75722,23.186316,32.29139,1472.3527,149.91454,20.69909,192.65486,0.35671327,0.023125643,31.340227,0.19383432,0.11934811,465.17838,0.11243635,485.48264,66.14994,0.1219146,0.14241572,150.8953,24.157585,52.710648,98.810936,22878.24,0.0358927,2073.3943,0.3490714,0.07512138,0.057668436,0.13014424,187.73466,228.84842,22.087484,138.1875,37.087234,38.852947,2241.3357,1.6071125,131.08115,67.73534,436.55838,48.39222,436.95352,34.350246,155.70335,0.0,1712.9038,7440.8433,14.459547,515.04034,107.00224,37304.56,100.64298,12.88867,41.346462,132.73792,33.31438,13.9438,71.22768,1218.1963,332.79947,46.2389,10.16563,10.577622,346.9128,45.762947,655.5983,116.25694,2549.9807,402.2389,197.99103,120.61694,228.76897,5.691275,8.434231,10.226499,2.4374275,1.8406801,71.507576,81.70532,93.603325,43.498493,43.524197,107.28107,11.466733,3193.7205,33.580082,42.515625,32.609264,27.558844,254.66899,67.52965,49.123264,9.196261,26.779549,44.797363,174.19847,451.9101,80.85174,280.59564,63.360874,70.32056,214.36938,143.78525,777.2168,131.019,4.2764306,8.373264,5.1195836,59.934647,17681.744,2.881588,31.309143,49.731075,34.55139,291.378,65.88912,133.2446,1.732639,125.01892,444.85135,233.35564,135.8312,447.6655,37.202545,91.771996,137.88812,10.465139,1.8820896,12.118494,891.4528,0.050671596,0.25171527,56.520023,9.554514,4.461389,5.1768208,11.602443,81.74026,32.14792,104.126724,598.51154,279.14774,2414.5708,1954.9865,35.79926,62.46383,8900.858,8.049739,111.09664,741.4808,206.31876,284.6816,115.15139,704.2912,887.6657,486.25793,29.64881,159.3301,880.3751,1684.9872,81.19347,899.3374,103.749886,1.0837098,56.855515,0.8732011,0.5721744,2.4526503,66.62829,200.06541,136.95622,15.09838,1734.9744,414.17477,208.83035,299.9514,97.60912,71.708336,68.87697,88.654236,70.638885,593.96844,218.74156,104.78103,77.1108,30.007465,125.33809,119.04768,18.90258,449.8438,126.36738,1465.5289,31.897408,1967.6953,78.40148,392.5225,1114.7241,47.459972,15.691471,862.5356,798.0821,2165.9138,108.30408 +2023-09-13 08:00:00,0.0,15696.484,366.46518,51.677715,57.4732,46.71717,223.09288,33.212433,54.783237,23.19264,32.309814,1473.0535,149.85667,20.707975,192.70056,0.35624373,0.023203898,31.347307,0.19362697,0.11940429,465.4613,0.1123663,485.66858,66.19799,0.12180822,0.14221667,150.94775,24.173504,52.72963,98.83865,22862.312,0.03590502,2073.3843,0.34954062,0.07504927,0.057758715,0.12998246,187.80508,228.97105,22.087574,138.15,37.09298,38.81276,2241.13,1.6065023,130.95792,67.66936,436.52795,48.35811,437.03574,34.322083,155.57199,0.0,1711.7662,7435.6787,14.433813,514.8194,106.927895,37295.902,100.54203,12.866316,41.30058,132.53981,33.2749,13.920535,71.11667,1217.3136,332.87082,46.202206,10.148092,10.567894,346.526,45.70365,654.6989,116.36222,2549.8118,402.64444,197.8119,120.70814,229.21638,5.690328,8.432276,10.2301035,2.43873,1.8423421,71.46551,81.66983,93.599396,43.470257,43.51398,107.21069,11.465616,3194.9307,33.56848,42.475,32.580414,27.53247,254.6074,67.494896,49.069443,9.190735,26.7658,44.764214,174.03618,451.37546,80.81556,280.45163,63.321407,70.22604,214.19278,143.65527,776.66046,130.92621,4.270778,8.369445,5.122667,59.955467,17674.852,2.8790147,31.298037,49.716946,34.52621,291.22095,65.88185,133.18086,1.733037,125.00305,444.79077,233.31635,135.76086,447.60477,37.21148,91.75388,137.88521,10.467556,1.8828232,12.123216,891.28656,0.0506491,0.25185555,56.543518,9.562016,4.4651957,5.1828227,11.612517,81.73859,32.163334,104.184326,598.64233,279.27274,2415.1995,1955.2405,35.818027,62.488422,8896.993,8.052122,111.14259,741.4199,206.38,284.74612,115.17944,704.59186,887.5959,486.2756,29.64762,159.3563,879.98206,1684.1726,81.192314,899.07825,103.74796,1.0838743,56.840446,0.8732545,0.5723906,2.4527714,66.595184,200.13133,136.8411,15.104815,1733.4972,413.97592,208.78572,299.89444,97.53492,71.666664,68.79463,88.689224,70.54444,593.3802,218.62302,104.61655,77.0329,30.026388,125.241905,118.98259,18.889236,449.5455,126.28926,1463.9326,31.894104,1966.7023,78.393295,392.4216,1113.6962,47.41882,15.700295,862.4516,798.1689,2165.3508,108.36242 +2023-09-13 09:00:00,0.0,15689.6,366.4429,51.72418,57.503674,46.752274,223.20924,33.2245,54.809254,23.198967,32.32824,1473.7543,149.79883,20.716862,192.74625,0.3557742,0.023282155,31.354385,0.19341964,0.11946048,465.74423,0.11229625,485.85452,66.24604,0.121701844,0.14201762,151.0002,24.189423,52.74861,98.86636,22846.383,0.035917338,2073.3743,0.3500098,0.074977174,0.05784899,0.12982067,187.87552,229.09369,22.087666,138.1125,37.09873,38.77257,2240.9238,1.6058921,130.83469,67.60338,436.49753,48.323997,437.11795,34.293915,155.44063,0.0,1710.6287,7430.5137,14.408078,514.5984,106.853546,37287.25,100.44108,12.843961,41.2547,132.3417,33.235416,13.897269,71.00565,1216.4309,332.9422,46.165512,10.130554,10.558165,346.1392,45.644356,653.79956,116.4675,2549.6426,403.05,197.63278,120.79933,229.6638,5.689381,8.430321,10.233708,2.4400325,1.8440043,71.42343,81.63434,93.59547,43.442017,43.50376,107.14032,11.464499,3196.1406,33.55688,42.434376,32.55156,27.506098,254.54584,67.460144,49.015625,9.185209,26.752054,44.731064,173.87389,450.8408,80.77937,280.30762,63.281937,70.13153,214.01617,143.52531,776.1041,130.83342,4.2651253,8.365625,5.12575,59.97629,17667.959,2.8764417,31.28693,49.702812,34.50103,291.0639,65.87458,133.11711,1.7334352,124.98718,444.7302,233.27704,135.6905,447.54407,37.220417,91.73576,137.8823,10.469973,1.8835568,12.127938,891.1203,0.050626602,0.25199583,56.567013,9.569518,4.4690022,5.188824,11.622593,81.736916,32.17875,104.24192,598.7731,279.39774,2415.8284,1955.4945,35.836796,62.51302,8893.127,8.054505,111.18854,741.35913,206.44125,284.81064,115.2075,704.89246,887.52606,486.29327,29.64643,159.3825,879.5889,1683.3579,81.19116,898.8191,103.74604,1.0840387,56.82538,0.8733079,0.5726068,2.4528923,66.56208,200.19725,136.72595,15.11125,1732.02,413.7771,208.74107,299.8375,97.46072,71.625,68.71229,88.72421,70.45,592.792,218.50446,104.45206,76.955,30.045311,125.14571,118.917496,18.87589,449.2472,126.21114,1462.3364,31.8908,1965.7092,78.38511,392.3207,1112.6682,47.377666,15.709121,862.3676,798.2557,2164.7878,108.42075 +2023-09-13 10:00:00,0.0,15682.715,366.42065,51.77064,57.53415,46.787373,223.3256,33.236565,54.83527,23.205292,32.34667,1474.4551,149.74097,20.725746,192.79195,0.35530466,0.023360413,31.361465,0.1932123,0.11951666,466.02713,0.1122262,486.0405,66.29409,0.121595465,0.14181855,151.05266,24.205341,52.767593,98.89407,22830.453,0.03592966,2073.3643,0.350479,0.074905075,0.057939265,0.12965891,187.94595,229.21632,22.087755,138.075,37.104477,38.732384,2240.718,1.6052817,130.71146,67.53739,436.4671,48.289886,437.20016,34.265747,155.30927,0.0,1709.4911,7425.349,14.382344,514.37744,106.77919,37278.598,100.34012,12.821607,41.20882,132.14359,33.19593,13.874004,70.89464,1215.5483,333.01355,46.12882,10.113017,10.548436,345.75235,45.58506,652.90015,116.57278,2549.4736,403.45554,197.45366,120.890526,230.11124,5.688434,8.428366,10.237312,2.441335,1.8456664,71.38136,81.598854,93.59154,43.41378,43.493546,107.06995,11.463383,3197.3506,33.54528,42.39375,32.522705,27.479727,254.48427,67.42539,48.961807,9.179684,26.738306,44.697914,173.7116,450.30615,80.743195,280.16364,63.24247,70.03702,213.83957,143.39536,775.54785,130.74063,4.2594724,8.361806,5.1288333,59.997112,17661.066,2.8738685,31.275824,49.688683,34.47585,290.9069,65.86732,133.05336,1.7338333,124.97132,444.66962,233.23773,135.62016,447.48334,37.22935,91.71765,137.8794,10.472389,1.8842906,12.132661,890.95404,0.05060411,0.2521361,56.590508,9.57702,4.472809,5.1948256,11.6326685,81.73525,32.194168,104.299515,598.9039,279.52274,2416.457,1955.7485,35.85556,62.537613,8889.262,8.056889,111.23449,741.29834,206.5025,284.87515,115.23556,705.1931,887.45624,486.31094,29.645237,159.4087,879.19586,1682.5433,81.19001,898.55994,103.74412,1.0842032,56.81031,0.87336123,0.57282305,2.4530134,66.528984,200.26317,136.61082,15.117685,1730.543,413.57825,208.69643,299.78055,97.386505,71.583336,68.62995,88.7592,70.35555,592.20374,218.38591,104.287575,76.8771,30.064236,125.04952,118.85241,18.862547,448.94888,126.13303,1460.7401,31.887497,1964.7161,78.37692,392.2198,1111.6403,47.336514,15.717946,862.2836,798.3425,2164.2249,108.479095 +2023-09-13 11:00:00,0.0,15675.83,366.39838,51.81711,57.56462,46.822475,223.44196,33.24863,54.861286,23.211617,32.365093,1475.156,149.68312,20.734632,192.83765,0.35483512,0.023438668,31.368546,0.19300495,0.11957284,466.31006,0.11215616,486.22644,66.34214,0.12148909,0.1416195,151.10512,24.22126,52.786575,98.92178,22814.525,0.03594198,2073.354,0.35094818,0.07483297,0.05802954,0.12949713,188.01637,229.33894,22.087845,138.0375,37.110226,38.692192,2240.512,1.6046715,130.58823,67.47141,436.43665,48.255775,437.28238,34.23758,155.17789,0.0,1708.3535,7420.184,14.35661,514.1565,106.70484,37269.94,100.23917,12.799252,41.16294,131.94548,33.15645,13.8507395,70.78363,1214.6656,333.0849,46.092125,10.095479,10.538708,345.36554,45.525764,652.0008,116.678055,2549.3044,403.8611,197.27454,120.98172,230.55865,5.687487,8.426411,10.240917,2.4426377,1.8473284,71.33929,81.56336,93.58761,43.38554,43.483326,106.99957,11.462266,3198.5608,33.53368,42.353127,32.49385,27.453354,254.42268,67.39064,48.907986,9.174157,26.724558,44.664764,173.5493,449.77148,80.707016,280.01962,63.203,69.94251,213.66296,143.26538,774.9915,130.64783,4.2538195,8.357986,5.131917,60.017933,17654.174,2.8712955,31.264717,49.67455,34.45067,290.74985,65.86005,132.98962,1.7342315,124.95545,444.60904,233.19843,135.54982,447.42264,37.238285,91.69953,137.8765,10.474806,1.8850242,12.1373825,890.7878,0.05058161,0.2522764,56.614006,9.584521,4.4766154,5.2008276,11.642744,81.73358,32.209583,104.35712,599.03467,279.64774,2417.086,1956.0026,35.87433,62.56221,8885.396,8.059272,111.28044,741.23755,206.56375,284.93967,115.26361,705.4938,887.3864,486.3286,29.644047,159.4349,878.80273,1681.7286,81.18886,898.30084,103.7422,1.0843678,56.79524,0.87341464,0.57303923,2.4531343,66.49588,200.32909,136.49568,15.124121,1729.0658,413.3794,208.6518,299.7236,97.3123,71.541664,68.547615,88.79418,70.26111,591.6155,218.26736,104.12309,76.799194,30.083158,124.95333,118.787315,18.849201,448.65057,126.05492,1459.1438,31.884193,1963.723,78.36873,392.1189,1110.6124,47.295357,15.726771,862.19965,798.4293,2163.6619,108.53744 +2023-09-13 12:00:00,0.0,15668.945,366.37613,51.86357,57.595097,46.857574,223.55832,33.260696,54.8873,23.217943,32.383522,1475.8568,149.62526,20.743519,192.88333,0.3543656,0.023516925,31.375624,0.19279762,0.119629025,466.593,0.11208611,486.41238,66.39019,0.12138271,0.14142045,151.15756,24.237179,52.805557,98.94949,22798.596,0.0359543,2073.344,0.3514174,0.07476087,0.05811982,0.12933534,188.0868,229.46158,22.087934,138.0,37.11597,38.652004,2240.3062,1.6040612,130.465,67.405426,436.40625,48.221664,437.3646,34.20941,155.04652,0.0,1707.2161,7415.0195,14.330875,513.9355,106.63049,37261.29,100.138214,12.776897,41.11706,131.74736,33.116966,13.827475,70.672615,1213.783,333.15625,46.05543,10.077941,10.528978,344.97873,45.46647,651.1014,116.78333,2549.1355,404.26666,197.0954,121.072914,231.00607,5.68654,8.424456,10.244522,2.4439402,1.8489906,71.29722,81.52787,93.58368,43.357304,43.47311,106.9292,11.461149,3199.7708,33.522076,42.3125,32.465,27.426981,254.36111,67.35589,48.854168,9.168632,26.710812,44.631615,173.38701,449.23685,80.67084,279.8756,63.163532,69.848,213.48636,143.13542,774.4352,130.55504,4.248167,8.354167,5.135,60.038757,17647.281,2.8687222,31.253609,49.660416,34.425488,290.5928,65.852776,132.92587,1.7346296,124.93958,444.54846,233.15913,135.47946,447.3619,37.247223,91.68142,137.87358,10.477222,1.8857578,12.142105,890.6215,0.05055912,0.25241667,56.6375,9.592024,4.480422,5.206829,11.652819,81.73191,32.225002,104.41471,599.1654,279.77274,2417.7146,1956.2567,35.893093,62.586803,8881.53,8.061655,111.326385,741.17676,206.625,285.00415,115.291664,705.79443,887.3166,486.3463,29.642857,159.4611,878.40967,1680.9141,81.1877,898.0417,103.74028,1.0845321,56.78017,0.87346804,0.5732555,2.4532554,66.462776,200.395,136.38054,15.130556,1727.5886,413.18054,208.60715,299.66666,97.2381,71.5,68.46528,88.82917,70.166664,591.0272,218.1488,103.9586,76.7213,30.102083,124.85714,118.72222,18.835857,448.35226,125.9768,1457.5476,31.88089,1962.73,78.36054,392.018,1109.5845,47.254204,15.735596,862.11566,798.5161,2163.0989,108.59577 +2023-09-13 13:00:00,0.0,15662.061,366.35388,51.910034,57.62557,46.892677,223.67468,33.272762,54.913315,23.224268,32.401947,1476.5576,149.56741,20.752405,192.92903,0.35389605,0.02359518,31.382704,0.19259027,0.11968521,466.87592,0.11201607,486.59833,66.43824,0.121276334,0.1412214,151.21002,24.253098,52.824535,98.9772,22782.666,0.035966624,2073.334,0.35188657,0.07468877,0.058210094,0.12917356,188.15723,229.58421,22.088026,137.9625,37.12172,38.611816,2240.1,1.603451,130.34175,67.33945,436.3758,48.187553,437.4468,34.181244,154.91516,0.0,1706.0785,7409.855,14.305141,513.71454,106.556145,37252.633,100.03726,12.754542,41.071182,131.54926,33.07748,13.80421,70.56161,1212.9003,333.2276,46.018734,10.060403,10.51925,344.5919,45.407173,650.202,116.88861,2548.9663,404.6722,196.91628,121.164116,231.45349,5.685593,8.422501,10.248127,2.4452426,1.8506527,71.25514,81.49238,93.57975,43.329067,43.46289,106.858826,11.460032,3200.981,33.510475,42.271873,32.436146,27.400608,254.29955,67.32114,48.800346,9.163105,26.697063,44.59847,173.22472,448.7022,80.63465,279.73163,63.12406,69.75349,213.30977,143.00545,773.87885,130.46225,4.242514,8.3503475,5.1380835,60.059578,17640.389,2.8661492,31.242502,49.646286,34.400307,290.43576,65.84551,132.86212,1.7350278,124.92371,444.48788,233.11983,135.40912,447.3012,37.256157,91.66331,137.87067,10.479639,1.8864914,12.146828,890.45526,0.05053662,0.25255695,56.660995,9.599525,4.4842286,5.2128305,11.662894,81.73024,32.240417,104.472305,599.29626,279.89774,2418.3435,1956.5107,35.91186,62.611397,8877.665,8.064038,111.37234,741.1159,206.68625,285.06866,115.31972,706.0951,887.24677,486.36398,29.641666,159.48732,878.0166,1680.0994,81.18655,897.78253,103.73836,1.0846967,56.765102,0.8735214,0.57347167,2.4533763,66.42968,200.4609,136.26541,15.136991,1726.1116,412.98172,208.5625,299.6097,97.16389,71.458336,68.38294,88.86416,70.07222,590.43896,218.03026,103.79412,76.643394,30.121006,124.76095,118.65713,18.822512,448.054,125.89868,1455.9513,31.877586,1961.7369,78.352356,391.9171,1108.5565,47.21305,15.744421,862.0317,798.60297,2162.536,108.65411 +2023-09-13 14:00:00,0.0,15655.176,366.3316,51.9565,57.656044,46.927776,223.79105,33.28483,54.93933,23.230595,32.420372,1477.2584,149.50955,20.76129,192.97472,0.35342655,0.023673438,31.389784,0.19238293,0.119741395,467.15884,0.11194602,486.7843,66.48629,0.121169955,0.14102235,151.26248,24.269016,52.843517,99.00491,22766.736,0.035978943,2073.324,0.35235578,0.07461666,0.05830037,0.12901178,188.22766,229.70685,22.088116,137.925,37.12747,38.57163,2239.8943,1.6028408,130.21852,67.27347,436.34537,48.153442,437.52902,34.15308,154.78378,0.0,1704.9409,7404.69,14.279407,513.4935,106.4818,37243.98,99.93631,12.732188,41.025303,131.35114,33.038,13.780945,70.45059,1212.0177,333.29895,45.98204,10.042866,10.509521,344.20508,45.347878,649.3026,116.99389,2548.7974,405.07776,196.73715,121.25531,231.90091,5.684646,8.420546,10.251731,2.4465454,1.8523147,71.21307,81.456894,93.57582,43.300827,43.452675,106.78845,11.458916,3202.191,33.498875,42.23125,32.40729,27.374235,254.23798,67.286385,48.74653,9.157579,26.683315,44.56532,173.06244,448.16754,80.59847,279.58762,63.084595,69.65897,213.13316,142.87549,773.3225,130.36946,4.236861,8.346528,5.1411667,60.0804,17633.496,2.863576,31.231396,49.632153,34.37513,290.27872,65.83824,132.79839,1.735426,124.907845,444.4273,233.08052,135.33876,447.2405,37.26509,91.64519,137.86777,10.482056,1.887225,12.151549,890.289,0.050514128,0.25269723,56.68449,9.607028,4.488035,5.2188325,11.67297,81.72858,32.255833,104.52991,599.427,280.02274,2418.9722,1956.7648,35.930626,62.635994,8873.8,8.0664215,111.41829,741.0551,206.7475,285.13318,115.34778,706.3957,887.17694,486.38165,29.640476,159.51352,877.6235,1679.2848,81.185394,897.5234,103.736435,1.084861,56.750034,0.8735748,0.5736879,2.4534972,66.396576,200.52682,136.15027,15.143426,1724.6344,412.78287,208.51785,299.55276,97.08968,71.416664,68.3006,88.89914,69.977776,589.85077,217.9117,103.62963,76.56549,30.13993,124.66476,118.59203,18.809168,447.75568,125.820564,1454.3551,31.874283,1960.7439,78.34417,391.81622,1107.5286,47.171898,15.753246,861.9477,798.68976,2161.973,108.712456 +2023-09-13 15:00:00,0.0,15648.291,366.30936,52.002964,57.686516,46.96288,223.90741,33.296898,54.965347,23.23692,32.4388,1477.9592,149.4517,20.770176,193.02042,0.352957,0.023751695,31.396862,0.19217558,0.11979757,467.44174,0.11187597,486.97025,66.53434,0.121063575,0.14082329,151.31494,24.284935,52.8625,99.03262,22750.809,0.035991263,2073.314,0.35282496,0.074544564,0.058390647,0.12885001,188.2981,229.82947,22.088205,137.8875,37.133213,38.531437,2239.6882,1.6022305,130.09529,67.20748,436.31494,48.11933,437.61124,34.124912,154.65242,0.0,1703.8033,7399.5254,14.253673,513.2726,106.40744,37235.33,99.83536,12.709833,40.979424,131.15303,32.998516,13.75768,70.339584,1211.135,333.3703,45.945347,10.025328,10.499792,343.81827,45.28858,648.40326,117.09917,2548.6282,405.48334,196.55803,121.346504,232.34833,5.683699,8.418591,10.255336,2.4478478,1.8539768,71.171,81.4214,93.571884,43.27259,43.442455,106.71808,11.457799,3203.4011,33.487274,42.190624,32.378437,27.347862,254.17639,67.25163,48.692707,9.152053,26.669567,44.53217,172.90015,447.6329,80.562294,279.4436,63.045124,69.56446,212.95656,142.74553,772.7662,130.27667,4.2312083,8.342709,5.14425,60.101223,17626.604,2.861003,31.22029,49.618023,34.34995,290.12167,65.83097,132.73463,1.7358241,124.891975,444.36673,233.04123,135.26842,447.17978,37.27403,91.627075,137.86487,10.484472,1.8879586,12.156272,890.12274,0.05049163,0.2528375,56.707985,9.61453,4.491842,5.224834,11.683045,81.726906,32.27125,104.5875,599.5578,280.14774,2419.601,1957.0188,35.949394,62.660587,8869.934,8.068805,111.46423,740.9943,206.80875,285.1977,115.37583,706.69635,887.1071,486.39932,29.639286,159.53972,877.2304,1678.4701,81.18424,897.2642,103.73451,1.0850255,56.734966,0.87362814,0.5739041,2.4536183,66.36347,200.59274,136.03514,15.149861,1723.1572,412.584,208.47322,299.49582,97.01547,71.375,68.21826,88.93413,69.88333,589.2625,217.79315,103.46515,76.487595,30.158854,124.568565,118.52695,18.795822,447.45737,125.74245,1452.7588,31.87098,1959.7509,78.33598,391.7153,1106.5006,47.13074,15.762072,861.8637,798.77655,2161.41,108.77079 +2023-09-13 16:00:00,0.0,15641.405,366.28708,52.049427,57.71699,46.99798,224.02377,33.308964,54.991364,23.243244,32.457226,1478.6602,149.39384,20.779062,193.06612,0.35248747,0.02382995,31.403942,0.19196825,0.11985376,467.72467,0.11180593,487.1562,66.58239,0.120957196,0.14062424,151.36739,24.300854,52.88148,99.06033,22734.879,0.036003586,2073.304,0.35329416,0.074472465,0.058480922,0.12868823,188.36852,229.9521,22.088295,137.85,37.13896,38.49125,2239.4822,1.6016203,129.97206,67.1415,436.28452,48.08522,437.69345,34.096745,154.52106,0.0,1702.6658,7394.361,14.227939,513.05164,106.33309,37226.67,99.734406,12.687479,40.933544,130.95493,32.95903,13.734415,70.22857,1210.2523,333.44168,45.908653,10.00779,10.490063,343.43143,45.229286,647.50385,117.204445,2548.4592,405.8889,196.3789,121.4377,232.79575,5.682752,8.4166355,10.258941,2.4491503,1.855639,71.12892,81.38591,93.567955,43.24435,43.432236,106.647705,11.456682,3204.611,33.47567,42.15,32.349586,27.321491,254.11482,67.21688,48.63889,9.146527,26.65582,44.49902,172.73785,447.09824,80.52611,279.29962,63.005657,69.46995,212.77995,142.61555,772.20984,130.18388,4.225556,8.338889,5.1473336,60.122044,17619.71,2.8584297,31.209183,49.60389,34.324768,289.96466,65.8237,132.67088,1.7362223,124.87611,444.30615,233.00192,135.19806,447.11908,37.282963,91.608955,137.86195,10.486889,1.8886923,12.160994,889.9565,0.050469138,0.2529778,56.731483,9.622031,4.495648,5.2308354,11.693121,81.725235,32.286667,104.645096,599.6886,280.27274,2420.23,1957.273,35.96816,62.685184,8866.068,8.071188,111.510185,740.93353,206.87,285.2622,115.403885,706.997,887.03735,486.417,29.638096,159.56593,876.8373,1677.6555,81.18309,897.00507,103.7326,1.08519,56.719894,0.87368155,0.57412034,2.4537392,66.33037,200.65866,135.92,15.156297,1721.6802,412.3852,208.42857,299.4389,96.94127,71.333336,68.135925,88.96912,69.78889,588.67426,217.6746,103.30066,76.40969,30.177776,124.47238,118.46185,18.782478,447.15906,125.66434,1451.1626,31.867676,1958.7578,78.32779,391.6144,1105.4728,47.08959,15.770896,861.7797,798.8634,2160.847,108.82913 +2023-09-13 17:00:00,0.0,15634.5205,366.26483,52.095894,57.747467,47.03308,224.14014,33.32103,55.017376,23.24957,32.475655,1479.361,149.336,20.787947,193.1118,0.35201794,0.023908207,31.411022,0.19176091,0.11990994,468.0076,0.11173588,487.34213,66.63043,0.12085082,0.14042519,151.41985,24.316772,52.900463,99.08804,22718.95,0.036015905,2073.294,0.35376334,0.074400365,0.058571197,0.12852645,188.43895,230.07474,22.088387,137.8125,37.14471,38.45106,2239.2764,1.60101,129.84883,67.07552,436.2541,48.05111,437.77567,34.068577,154.3897,0.0,1701.5283,7389.196,14.202204,512.8306,106.25874,37218.02,99.63345,12.665124,40.887665,130.7568,32.919548,13.71115,70.11756,1209.3698,333.51303,45.87196,9.9902525,10.480334,343.04462,45.16999,646.6045,117.30972,2548.29,406.29443,196.19977,121.52889,233.24316,5.681805,8.4146805,10.262546,2.4504528,1.8573011,71.08685,81.35042,93.564026,43.216114,43.42202,106.57733,11.455565,3205.8213,33.46407,42.109375,32.320732,27.295118,254.05325,67.18213,48.585068,9.141002,26.642073,44.46587,172.57556,446.5636,80.48993,279.1556,62.966187,69.375435,212.60335,142.4856,771.65356,130.09108,4.219903,8.33507,5.150417,60.142868,17612.818,2.8558564,31.198076,49.589756,34.299587,289.80762,65.81644,132.60713,1.7366204,124.860245,444.24557,232.96262,135.12772,447.05835,37.291897,91.59084,137.85904,10.4893055,1.8894259,12.165716,889.7902,0.05044664,0.25311804,56.75498,9.629534,4.4994545,5.2368374,11.703196,81.723564,32.302082,104.70269,599.81934,280.39774,2420.8586,1957.527,35.986927,62.709778,8862.203,8.073571,111.55613,740.87274,206.93126,285.32672,115.431946,707.29767,886.9675,486.43466,29.636904,159.59213,876.4442,1676.8408,81.18193,896.7459,103.730675,1.0853544,56.704826,0.87373495,0.5743366,2.4538603,66.29727,200.72458,135.80487,15.162731,1720.203,412.18634,208.38393,299.38196,96.867065,71.291664,68.05359,89.004105,69.69444,588.086,217.55605,103.13618,76.33179,30.196701,124.37619,118.39676,18.769133,446.86075,125.58622,1449.5663,31.864372,1957.7648,78.3196,391.51352,1104.4448,47.048435,15.779721,861.69574,798.9502,2160.284,108.887474 +2023-09-13 18:00:00,0.0,15627.636,366.24255,52.142357,57.77794,47.068184,224.2565,33.333096,55.043392,23.255896,32.49408,1480.0618,149.27814,20.796833,193.1575,0.3515484,0.023986463,31.4181,0.19155356,0.11996612,468.29053,0.11166584,487.5281,66.67848,0.12074444,0.14022614,151.4723,24.332691,52.919445,99.11575,22703.021,0.036028225,2073.284,0.35423255,0.07432826,0.058661472,0.12836467,188.50937,230.19737,22.088476,137.775,37.15046,38.410873,2239.0703,1.6003997,129.7256,67.00954,436.22363,48.017,437.85785,34.04041,154.25832,0.0,1700.3906,7384.0312,14.17647,512.6097,106.184395,37209.363,99.53249,12.64277,40.841785,130.5587,32.880066,13.687885,70.006546,1208.487,333.58438,45.835266,9.972714,10.470606,342.65778,45.110695,645.7051,117.415,2548.121,406.69998,196.02065,121.62009,233.69058,5.680858,8.412725,10.2661495,2.4517555,1.8589631,71.04478,81.31493,93.5601,43.187874,43.4118,106.50696,11.45445,3207.0312,33.45247,42.06875,32.291878,27.268745,253.99167,67.14738,48.53125,9.135475,26.628325,44.43272,172.41327,446.02896,80.45375,279.0116,62.92672,69.28093,212.42674,142.35562,771.0972,129.99829,4.21425,8.33125,5.1535,60.16369,17605.926,2.8532834,31.18697,49.575626,34.274406,289.65057,65.809166,132.5434,1.7370186,124.844376,444.185,232.92331,135.05736,446.99765,37.300835,91.57272,137.85614,10.491722,1.8901595,12.170439,889.62396,0.050424147,0.25325832,56.778473,9.637035,4.503261,5.242839,11.713271,81.7219,32.3175,104.76029,599.95013,280.52274,2421.4875,1957.781,36.00569,62.734375,8858.337,8.075955,111.60208,740.8119,206.99251,285.39124,115.46,707.5983,886.8977,486.45233,29.635714,159.61833,876.0511,1676.0262,81.18078,896.4868,103.72875,1.085519,56.68976,0.8737883,0.5745528,2.4539812,66.26417,200.7905,135.68973,15.169167,1718.7258,411.9875,208.3393,299.325,96.792854,71.25,67.97125,89.039085,69.6,587.4978,217.4375,102.971695,76.25389,30.215624,124.28,118.331665,18.755789,446.56244,125.5081,1447.9701,31.861069,1956.7717,78.31142,391.4126,1103.4169,47.00728,15.788547,861.61176,799.037,2159.721,108.94581 +2023-09-13 19:00:00,0.0,15620.751,366.2203,52.18882,57.808414,47.103283,224.37286,33.34516,55.06941,23.26222,32.512505,1480.7626,149.22029,20.80572,193.2032,0.35107887,0.02406472,31.42518,0.19134623,0.120022304,468.57343,0.11159579,487.71405,66.72653,0.12063806,0.14002708,151.52477,24.348612,52.938427,99.14346,22687.092,0.03604055,2073.274,0.35470173,0.07425616,0.05875175,0.1282029,188.5798,230.31999,22.088566,137.7375,37.156204,38.37068,2238.8645,1.5997895,129.60236,66.94356,436.19324,47.982887,437.94006,34.01224,154.12695,0.0,1699.2532,7378.866,14.150735,512.38873,106.11004,37200.71,99.43154,12.620415,40.795906,130.36058,32.840584,13.66462,69.89554,1207.6044,333.65573,45.798573,9.955176,10.460876,342.27097,45.0514,644.8057,117.52028,2547.952,407.10556,195.84152,121.71129,234.138,5.679911,8.410769,10.269754,2.453058,1.8606253,71.00271,81.27944,93.55617,43.159637,43.401585,106.436584,11.453333,3208.2412,33.44087,42.028126,32.263027,27.242373,253.9301,67.112625,48.477432,9.12995,26.614578,44.39957,172.25098,445.4943,80.41757,278.8676,62.88725,69.18642,212.25014,142.22566,770.5409,129.9055,4.2085977,8.327431,5.1565833,60.18451,17599.031,2.8507102,31.175863,49.561493,34.249226,289.49353,65.801895,132.47964,1.7374166,124.82851,444.12442,232.88402,134.98701,446.93692,37.30977,91.55461,137.85324,10.494139,1.8908931,12.17516,889.4577,0.05040165,0.2533986,56.801968,9.644538,4.5070677,5.2488403,11.723347,81.72023,32.332916,104.81789,600.08093,280.64774,2422.1162,1958.035,36.02446,62.75897,8854.472,8.078339,111.64803,740.7511,207.05376,285.45575,115.48805,707.899,886.8279,486.47,29.634523,159.64453,875.658,1675.2115,81.17963,896.22766,103.72683,1.0856833,56.67469,0.8738417,0.574769,2.4541023,66.231064,200.85641,135.57458,15.175602,1717.2488,411.78867,208.29465,299.26807,96.71865,71.208336,67.88891,89.07407,69.505554,586.90955,217.31894,102.807205,76.17599,30.234549,124.18381,118.26657,18.742443,446.26413,125.429985,1446.3738,31.857765,1955.7786,78.30323,391.3117,1102.3889,46.966125,15.797372,861.5278,799.12384,2159.158,109.00415 +2023-09-13 20:00:00,0.0,15613.866,366.19806,52.235287,57.838886,47.138386,224.48923,33.357227,55.095425,23.268547,32.530933,1481.4635,149.16243,20.814606,193.24889,0.35060933,0.024142977,31.43226,0.19113888,0.12007849,468.85635,0.111525744,487.9,66.77458,0.120531686,0.13982803,151.57721,24.36453,52.95741,99.17117,22671.162,0.036052868,2073.2637,0.35517094,0.07418406,0.058842026,0.12804112,188.65024,230.44263,22.088657,137.7,37.161953,38.330494,2238.6584,1.5991793,129.47913,66.87757,436.16278,47.948776,438.02228,33.984077,153.99559,0.0,1698.1156,7373.7017,14.125001,512.1677,106.03569,37192.06,99.33059,12.598061,40.750027,130.16248,32.801098,13.641355,69.78452,1206.7217,333.72708,45.76188,9.937638,10.451148,341.88416,44.992104,643.9063,117.62556,2547.783,407.5111,195.66241,121.80248,234.58542,5.678964,8.408814,10.273359,2.4543605,1.8622874,70.96063,81.24395,93.55224,43.131397,43.391365,106.36621,11.452216,3209.4514,33.429268,41.9875,32.234173,27.216,253.86853,67.07787,48.42361,9.124423,26.60083,44.36642,172.08868,444.95966,80.381386,278.7236,62.847782,69.0919,212.07353,142.0957,769.98456,129.81271,4.2029448,8.323611,5.159667,60.205334,17592.139,2.8481371,31.164757,49.54736,34.224045,289.3365,65.79463,132.4159,1.7378148,124.81264,444.06384,232.84471,134.91666,446.87622,37.318703,91.5365,137.85033,10.496555,1.8916267,12.179883,889.29144,0.050379157,0.25353888,56.825462,9.65204,4.5108743,5.2548423,11.733422,81.71856,32.348335,104.87548,600.2117,280.77274,2422.745,1958.2891,36.043224,62.78356,8850.606,8.080722,111.69398,740.6903,207.115,285.52026,115.51611,708.1996,886.75806,486.48767,29.633333,159.67075,875.2649,1674.397,81.178474,895.9685,103.72491,1.0858479,56.659622,0.87389505,0.5749852,2.4542232,66.19796,200.92233,135.45946,15.182037,1715.7716,411.5898,208.25,299.21112,96.64444,71.166664,67.80657,89.10906,69.41111,586.3213,217.2004,102.64272,76.09808,30.253471,124.087616,118.20148,18.7291,445.96582,125.35187,1444.7776,31.854462,1954.7855,78.295044,391.21082,1101.3611,46.924973,15.806196,861.4438,799.21063,2158.595,109.06249 +2023-09-13 21:00:00,0.0,15606.981,366.17578,52.28175,57.86936,47.173485,224.60559,33.369293,55.121437,23.274872,32.54936,1482.1643,149.10458,20.82349,193.29459,0.3501398,0.024221232,31.439339,0.19093154,0.120134674,469.13928,0.111455694,488.08597,66.82263,0.120425306,0.13962898,151.62967,24.38045,52.97639,99.19888,22655.232,0.036065187,2073.2537,0.3556401,0.07411195,0.0589323,0.12787934,188.72066,230.56526,22.088747,137.6625,37.1677,38.290306,2238.4526,1.598569,129.3559,66.81159,436.13235,47.914665,438.1045,33.95591,153.86423,0.0,1696.978,7368.537,14.099267,511.94678,105.96134,37183.402,99.22964,12.575706,40.704147,129.96436,32.761616,13.61809,69.67351,1205.8391,333.79843,45.725185,9.920101,10.441419,341.4973,44.932804,643.00696,117.730835,2547.6138,407.91666,195.48328,121.89368,235.03284,5.678017,8.406859,10.276964,2.4556632,1.8639494,70.918564,81.208466,93.54831,43.10316,43.38115,106.29584,11.451099,3210.6614,33.417664,41.946877,32.20532,27.189629,253.80695,67.04312,48.369793,9.118897,26.587082,44.33327,171.92639,444.42502,80.34521,278.57962,62.80831,68.99739,211.89694,141.96573,769.4282,129.71992,4.197292,8.319792,5.1627502,60.226154,17585.246,2.845564,31.15365,49.53323,34.198864,289.17944,65.78736,132.35216,1.738213,124.79677,444.00327,232.8054,134.84631,446.8155,37.327637,91.51838,137.84741,10.498972,1.8923603,12.184605,889.1252,0.05035666,0.25367916,56.848957,9.659541,4.514681,5.2608438,11.743497,81.71689,32.36375,104.93308,600.3425,280.89774,2423.3738,1958.5432,36.061993,62.80816,8846.741,8.083105,111.73993,740.6295,207.17625,285.58478,115.54417,708.50024,886.68823,486.50534,29.632143,159.69695,874.8718,1673.5823,81.177315,895.70935,103.722984,1.0860124,56.64455,0.87394845,0.57520145,2.4543443,66.16486,200.98825,135.34431,15.188473,1714.2944,411.39096,208.20535,299.15417,96.57024,71.125,67.724236,89.14404,69.316666,585.73303,217.08185,102.47823,76.02019,30.272394,123.991425,118.13639,18.715754,445.6675,125.27376,1443.1813,31.851158,1953.7925,78.28686,391.10992,1100.3331,46.88382,15.8150215,861.3598,799.2974,2158.0322,109.12083 +2023-09-13 22:00:00,0.0,15600.097,366.15353,52.328213,57.899834,47.208588,224.72195,33.38136,55.147453,23.281199,32.567787,1482.8651,149.04672,20.832376,193.34027,0.34967026,0.02429949,31.446419,0.1907242,0.12019085,469.4222,0.11138565,488.2719,66.87068,0.12031893,0.13942993,151.68213,24.396368,52.99537,99.22659,22639.305,0.03607751,2073.2437,0.35610932,0.074039854,0.059022576,0.12771755,188.79109,230.6879,22.088837,137.625,37.173447,38.25012,2238.2466,1.5979588,129.23267,66.74561,436.10193,47.880554,438.1867,33.927742,153.73285,0.0,1695.8406,7363.372,14.073532,511.72583,105.88699,37174.75,99.128685,12.55335,40.658264,129.76625,32.722134,13.594825,69.5625,1204.9564,333.86978,45.688488,9.902563,10.43169,341.1105,44.87351,642.10754,117.83611,2547.4448,408.3222,195.30415,121.98487,235.48026,5.67707,8.404904,10.280569,2.4569657,1.8656116,70.87649,81.17297,93.54438,43.07492,43.37093,106.225464,11.449983,3211.8716,33.406063,41.90625,32.176464,27.163256,253.74538,67.00837,48.31597,9.113371,26.573336,44.30012,171.7641,443.89035,80.30903,278.4356,62.768845,68.90288,211.72034,141.83577,768.8719,129.62714,4.191639,8.315972,5.1658335,60.246975,17578.354,2.8429909,31.142544,49.519096,34.173683,289.0224,65.78009,132.2884,1.7386111,124.7809,443.9427,232.76611,134.77596,446.7548,37.336575,91.50027,137.84451,10.5013895,1.893094,12.189327,888.9589,0.050334167,0.25381944,56.872456,9.667044,4.5184875,5.266845,11.753572,81.71522,32.379166,104.99068,600.47327,281.02274,2424.0027,1958.7972,36.080757,62.832752,8842.875,8.085488,111.78588,740.5687,207.2375,285.6493,115.57222,708.8009,886.6184,486.523,29.630953,159.72314,874.4787,1672.7677,81.17616,895.4502,103.72107,1.0861768,56.629482,0.87400186,0.57541764,2.4544652,66.13176,201.05417,135.22919,15.194907,1712.8174,411.19214,208.16072,299.09723,96.49603,71.083336,67.6419,89.17903,69.22222,585.14484,216.96329,102.31375,75.94228,30.291319,123.89523,118.0713,18.702408,445.36923,125.19564,1441.5851,31.847855,1952.7994,78.27866,391.00903,1099.3052,46.842663,15.823847,861.2758,799.3843,2157.4692,109.17917 +2023-09-13 23:00:00,0.0,15593.212,366.13126,52.37468,57.93031,47.243687,224.83832,33.39343,55.17347,23.287523,32.586212,1483.5659,148.98888,20.841263,193.38597,0.34920073,0.024377745,31.453499,0.19051686,0.120247036,469.70514,0.1113156,488.45786,66.91873,0.12021255,0.13923088,151.73459,24.412287,53.01435,99.2543,22623.375,0.03608983,2073.2336,0.3565785,0.073967755,0.059112854,0.12755577,188.86151,230.81052,22.088926,137.5875,37.179195,38.209927,2238.0408,1.5973485,129.10944,66.67963,436.07147,47.846443,438.26892,33.899574,153.60149,0.0,1694.7029,7358.2075,14.047798,511.50485,105.81264,37166.094,99.02773,12.530996,40.612385,129.56815,32.682648,13.57156,69.451485,1204.0737,333.94113,45.651794,9.885025,10.421962,340.7237,44.814213,641.2082,117.94138,2547.2756,408.72778,195.12503,122.076065,235.92767,5.6761236,8.402949,10.284173,2.4582682,1.8672737,70.83442,81.13748,93.54045,43.046684,43.360714,106.15508,11.448866,3213.0815,33.394463,41.865623,32.147614,27.136883,253.6838,66.97362,48.262154,9.107845,26.559587,44.26697,171.6018,443.3557,80.27285,278.2916,62.729374,68.808365,211.54373,141.7058,768.31555,129.53435,4.1859865,8.312153,5.1689167,60.2678,17571.46,2.8404176,31.131435,49.504967,34.148502,288.8654,65.77283,132.22466,1.7390093,124.76503,443.8821,232.7268,134.70561,446.69406,37.34551,91.48215,137.84161,10.503806,1.8938276,12.19405,888.79266,0.05031167,0.25395972,56.89595,9.674545,4.522294,5.272847,11.763648,81.713554,32.394585,105.04827,600.60406,281.14774,2424.6313,1959.0513,36.099525,62.85735,8839.01,8.087872,111.831825,740.50793,207.29875,285.7138,115.60027,709.10156,886.5486,486.5407,29.62976,159.74936,874.08563,1671.953,81.17501,895.19104,103.71915,1.0863413,56.614414,0.8740552,0.5756339,2.4545863,66.098656,201.12009,135.11404,15.201343,1711.3402,410.9933,208.11607,299.04028,96.42182,71.041664,67.55956,89.21402,69.12778,584.5566,216.84474,102.14926,75.86438,30.310242,123.79904,118.0062,18.689064,445.07092,125.11752,1439.9888,31.844551,1951.8064,78.27048,390.9081,1098.2772,46.80151,15.832672,861.19183,799.47107,2156.9062,109.23751 +2023-09-14 00:00:00,0.0,15586.327,366.109,52.421143,57.96078,47.27879,224.95467,33.405495,55.199486,23.293848,32.604637,1484.2667,148.93102,20.850147,193.43167,0.3487312,0.024456002,31.460577,0.19030952,0.12030322,469.98804,0.11124556,488.6438,66.96678,0.12010617,0.13903181,151.78703,24.428205,53.033333,99.28201,22607.445,0.03610215,2073.2236,0.3570477,0.073895656,0.05920313,0.12739399,188.93195,230.93315,22.089018,137.55,37.184944,38.16974,2237.8347,1.5967382,128.9862,66.61365,436.04108,47.812332,438.35114,33.871407,153.47012,0.0,1693.5654,7353.0425,14.022063,511.28387,105.73829,37157.44,98.92678,12.508641,40.566505,129.37003,32.643166,13.548295,69.34048,1203.191,334.0125,45.6151,9.867487,10.412232,340.33685,44.754917,640.3088,118.04666,2547.1064,409.13333,194.9459,122.16726,236.37509,5.6751766,8.400994,10.287778,2.4595706,1.8689358,70.79234,81.10199,93.53652,43.018448,43.350494,106.08471,11.447749,3214.2917,33.382862,41.825,32.11876,27.11051,253.62222,66.938866,48.208332,9.10232,26.54584,44.23382,171.43951,442.82104,80.236664,278.1476,62.689903,68.71385,211.36713,141.57584,767.7592,129.44154,4.1803336,8.308333,5.172,60.28862,17564.568,2.8378444,31.120329,49.490833,34.12332,288.70834,65.76556,132.16092,1.7394074,124.74917,443.82153,232.6875,134.63525,446.63336,37.354443,91.464035,137.8387,10.506223,1.8945612,12.198771,888.6264,0.050289176,0.2541,56.919445,9.682048,4.5261,5.2788486,11.773724,81.71188,32.41,105.105865,600.73486,281.27274,2425.2603,1959.3053,36.11829,62.881943,8835.145,8.090255,111.87778,740.4471,207.36,285.77832,115.628334,709.4022,886.47876,486.55838,29.62857,159.77556,873.6925,1671.1384,81.17386,894.9319,103.717224,1.0865058,56.599346,0.8741086,0.57585007,2.4547071,66.06556,201.186,134.99892,15.207778,1709.863,410.79443,208.07143,298.98334,96.34762,71.0,67.47722,89.249,69.03333,583.9683,216.7262,101.98478,75.78648,30.329166,123.70286,117.94111,18.675718,444.7726,125.039406,1438.3926,31.841248,1950.8134,78.26229,390.80722,1097.2494,46.760357,15.841496,861.10785,799.55786,2156.3433,109.295845 +2023-09-14 01:00:00,0.0,15579.442,366.08676,52.467606,57.991257,47.31389,225.07103,33.41756,55.225502,23.300175,32.623066,1484.9677,148.87317,20.859034,193.47736,0.34826165,0.024534259,31.467657,0.19010217,0.1203594,470.27097,0.11117551,488.82977,67.01483,0.11999979,0.13883276,151.8395,24.444124,53.052315,99.30973,22591.518,0.036114473,2073.2136,0.35751688,0.07382355,0.059293404,0.12723222,189.00237,231.05579,22.089108,137.5125,37.190693,38.12955,2237.629,1.596128,128.86296,66.54766,436.01062,47.77822,438.43335,33.84324,153.33875,0.0,1692.4279,7347.878,13.996329,511.06293,105.66394,37148.785,98.82583,12.486287,40.520626,129.17192,32.603683,13.52503,69.22946,1202.3085,334.08386,45.578407,9.84995,10.402504,339.95004,44.69562,639.4094,118.15194,2546.9375,409.53888,194.76677,122.25846,236.82251,5.6742296,8.399039,10.291383,2.4608734,1.8705978,70.750275,81.0665,93.53259,42.990208,43.34028,106.014336,11.446632,3215.5017,33.37126,41.784374,32.089905,27.084137,253.56065,66.90411,48.154514,9.096793,26.532091,44.200672,171.27722,442.2864,80.200485,278.0036,62.650436,68.61934,211.19052,141.44586,767.20294,129.34875,4.1746807,8.304514,5.1750836,60.30944,17557.676,2.8352714,31.109222,49.4767,34.09814,288.5513,65.758286,132.09717,1.7398056,124.7333,443.76096,232.6482,134.56491,446.57266,37.36338,91.44592,137.83578,10.508639,1.8952948,12.203494,888.46014,0.05026668,0.25424027,56.94294,9.689549,4.5299067,5.2848506,11.783799,81.71021,32.42542,105.16347,600.86566,281.39774,2425.889,1959.5594,36.13706,62.906536,8831.278,8.092638,111.92373,740.3863,207.42125,285.84283,115.65639,709.7028,886.40894,486.57605,29.62738,159.80176,873.29944,1670.3237,81.17271,894.6727,103.7153,1.0866702,56.58428,0.874162,0.5760663,2.454828,66.032455,201.2519,134.88377,15.214213,1708.386,410.5956,208.0268,298.9264,96.273415,70.958336,67.39488,89.28399,68.93889,583.38007,216.60764,101.8203,75.70858,30.34809,123.60667,117.876015,18.662374,444.4743,124.96129,1436.7963,31.837944,1949.8203,78.254105,390.70633,1096.2214,46.7192,15.850322,861.02386,799.6447,2155.7803,109.35419 +2023-09-14 02:00:00,0.0,15572.557,366.06448,52.514072,58.02173,47.34899,225.1874,33.429626,55.251514,23.3065,32.64149,1485.6685,148.8153,20.86792,193.52306,0.34779212,0.024612514,31.474737,0.18989484,0.12041558,470.5539,0.111105464,489.01572,67.06288,0.11989341,0.13863371,151.89195,24.460043,53.071297,99.33744,22575.588,0.036126792,2073.2036,0.3579861,0.07375145,0.05938368,0.12707044,189.0728,231.17842,22.089197,137.475,37.196438,38.089363,2237.4229,1.5955178,128.73973,66.48168,435.9802,47.74411,438.51556,33.815075,153.20738,0.0,1691.2903,7342.7134,13.970595,510.84195,105.58959,37140.133,98.72487,12.463932,40.474747,128.97382,32.564198,13.501765,69.118454,1201.4258,334.1552,45.541714,9.832412,10.392775,339.56323,44.636326,638.51,118.25722,2546.7683,409.94443,194.58765,122.349655,237.26993,5.6732826,8.397084,10.294988,2.4621758,1.87226,70.7082,81.031006,93.52866,42.96197,43.33006,105.94396,11.445516,3216.712,33.359657,41.74375,32.06105,27.057764,253.49908,66.86936,48.100693,9.091268,26.518345,44.167522,171.11493,441.75177,80.16431,277.8596,62.610966,68.52483,211.01392,141.3159,766.6466,129.25597,4.169028,8.300694,5.178167,60.330265,17550.783,2.832698,31.098116,49.46257,34.07296,288.39426,65.751015,132.03342,1.7402037,124.71743,443.70038,232.6089,134.49455,446.51193,37.372314,91.4278,137.83289,10.511056,1.8960284,12.208216,888.2939,0.050244186,0.25438055,56.966434,9.697051,4.5337133,5.290852,11.793874,81.70854,32.440834,105.22106,600.99646,281.52274,2426.5178,1959.8135,36.155823,62.931133,8827.413,8.095021,111.96967,740.3255,207.4825,285.90735,115.68444,710.0035,886.3391,486.59372,29.62619,159.82796,872.9063,1669.5092,81.17155,894.41364,103.71338,1.0868347,56.569206,0.87421536,0.57628256,2.4549491,65.99935,201.31783,134.76865,15.220649,1706.9088,410.39676,207.98215,298.86945,96.1992,70.916664,67.312546,89.31898,68.844444,582.7918,216.48909,101.65581,75.63068,30.367014,123.510475,117.81093,18.649029,444.176,124.88317,1435.2,31.83464,1948.8273,78.24592,390.6054,1095.1935,46.678047,15.859147,860.9399,799.7315,2155.2173,109.41253 +2023-09-14 03:00:00,0.0,15565.672,366.04224,52.560535,58.052204,47.38409,225.30376,33.441692,55.27753,23.312824,32.65992,1486.3693,148.75746,20.876806,193.56876,0.34732258,0.024690771,31.481815,0.18968749,0.12047177,470.83682,0.11103542,489.20166,67.11093,0.11978703,0.13843466,151.94441,24.475962,53.09028,99.36515,22559.658,0.036139112,2073.1936,0.35845527,0.07367935,0.059473958,0.12690866,189.14323,231.30104,22.089287,137.4375,37.202187,38.04917,2237.2168,1.5949075,128.6165,66.4157,435.94977,47.71,438.59778,33.786907,153.07602,0.0,1690.1527,7337.5483,13.94486,510.62097,105.51524,37131.48,98.62392,12.441578,40.428867,128.7757,32.524715,13.4785,69.00744,1200.5431,334.22656,45.50502,9.814874,10.383046,339.1764,44.57703,637.61066,118.362495,2546.5994,410.35,194.40852,122.44085,237.71735,5.6723356,8.395129,10.298592,2.4634783,1.8739221,70.66613,80.99552,93.524734,42.93373,43.319843,105.87359,11.444399,3217.9219,33.348057,41.703125,32.0322,27.031393,253.4375,66.83461,48.046875,9.085741,26.504597,44.134373,170.95264,441.2171,80.12813,277.7156,62.5715,68.43032,210.83731,141.18594,766.0903,129.16318,4.1633754,8.296875,5.18125,60.351086,17543.89,2.830125,31.08701,49.448437,34.04778,288.2372,65.74375,131.96968,1.7406019,124.70156,443.6398,232.5696,134.42421,446.45123,37.38125,91.40969,137.82999,10.513473,1.896762,12.212938,888.1276,0.05022169,0.25452083,56.98993,9.704554,4.53752,5.2968535,11.803949,81.70688,32.45625,105.278656,601.1272,281.64774,2427.1465,1960.0675,36.17459,62.955727,8823.548,8.0974045,112.015625,740.2647,207.54375,285.97186,115.7125,710.30414,886.2693,486.6114,29.625,159.85417,872.51324,1668.6945,81.170395,894.1545,103.71146,1.086999,56.55414,0.8742688,0.57649875,2.45507,65.96625,201.38374,134.6535,15.227083,1705.4316,410.1979,207.9375,298.8125,96.125,70.875,67.23021,89.35396,68.75,582.2036,216.37053,101.491325,75.55278,30.385937,123.41428,117.745834,18.635685,443.8777,124.80506,1433.6038,31.831337,1947.8342,78.23773,390.50452,1094.1655,46.636894,15.867972,860.8559,799.8183,2154.6543,109.47087 +2023-09-14 04:00:00,0.0,15558.787,366.01996,52.607,58.082676,47.419193,225.42012,33.45376,55.303547,23.31915,32.678345,1487.0701,148.6996,20.88569,193.61444,0.34685305,0.024769027,31.488895,0.18948016,0.12052795,471.11975,0.11096537,489.3876,67.15897,0.11968065,0.1382356,151.99686,24.49188,53.10926,99.39286,22543.729,0.036151435,2073.1836,0.35892448,0.07360724,0.059564233,0.12674688,189.21365,231.42368,22.089378,137.4,37.207935,38.008984,2237.011,1.5942973,128.49327,66.34972,435.91934,47.675888,438.68,33.75874,152.94466,0.0,1689.0151,7332.384,13.9191265,510.40002,105.44089,37122.824,98.522964,12.419223,40.382988,128.57758,32.485233,13.4552355,68.89643,1199.6605,334.2979,45.468327,9.797336,10.373318,338.78958,44.517735,636.71124,118.46777,2546.4302,410.75555,194.2294,122.53204,238.16476,5.6713886,8.393174,10.3021965,2.464781,1.8755841,70.624054,80.96003,93.520805,42.905495,43.309624,105.803215,11.443282,3219.1318,33.336456,41.6625,32.003345,27.00502,253.37593,66.79986,47.993057,9.080215,26.490849,44.101223,170.79034,440.68246,80.09194,277.5716,62.53203,68.33581,210.66072,141.05597,765.53394,129.07039,4.1577225,8.293056,5.1843333,60.37191,17536.998,2.8275518,31.075903,49.434307,34.022602,288.08017,65.73648,131.90593,1.741,124.68569,443.57922,232.53029,134.35385,446.3905,37.390186,91.39157,137.82707,10.515889,1.8974956,12.217661,887.96136,0.050199196,0.2546611,57.013428,9.712055,4.5413265,5.3028555,11.814025,81.70521,32.47167,105.33626,601.258,281.77274,2427.7754,1960.3215,36.193356,62.980324,8819.682,8.099788,112.06157,740.2039,207.605,286.03638,115.740555,710.6048,886.19946,486.62906,29.62381,159.88037,872.1202,1667.8799,81.16924,893.8953,103.70954,1.0871636,56.53907,0.8743222,0.576715,2.4551911,65.93315,201.44966,134.53836,15.233519,1703.9546,409.99908,207.89285,298.75555,96.0508,70.833336,67.14787,89.38895,68.655556,581.61536,216.25198,101.326836,75.47488,30.40486,123.31809,117.68074,18.62234,443.57938,124.726944,1432.0074,31.828033,1946.8411,78.22954,390.40363,1093.1377,46.59574,15.876797,860.7719,799.90515,2154.0913,109.529205 +2023-09-14 05:00:00,0.0,15551.902,365.9977,52.653465,58.11315,47.454292,225.53648,33.465824,55.329563,23.325476,32.69677,1487.771,148.64175,20.894577,193.66014,0.3463835,0.024847284,31.495975,0.1892728,0.12058413,471.40265,0.11089533,489.57358,67.20702,0.11957427,0.13803655,152.04932,24.5078,53.128242,99.42057,22527.8,0.036163755,2073.1736,0.35939366,0.073535144,0.059654508,0.1265851,189.28409,231.54631,22.089468,137.3625,37.213684,37.968796,2236.805,1.593687,128.37004,66.28374,435.88892,47.641777,438.7622,33.73057,152.81328,0.0,1687.8777,7327.2188,13.893393,510.17905,105.36654,37114.17,98.42201,12.396869,40.33711,128.37947,32.445747,13.431971,68.785416,1198.7778,334.36926,45.431633,9.7797985,10.363588,338.40277,44.45844,635.8119,118.57305,2546.2612,411.1611,194.05026,122.62324,238.61218,5.6704416,8.391219,10.305801,2.4660835,1.8772463,70.581985,80.924545,93.51688,42.877254,43.299404,105.73284,11.442165,3220.342,33.324856,41.621876,31.974493,26.978647,253.31436,66.76511,47.939236,9.074689,26.477102,44.068073,170.62805,440.1478,80.05576,277.42758,62.49256,68.241295,210.48412,140.92601,764.9776,128.9776,4.1520696,8.289236,5.187417,60.39273,17530.105,2.8249788,31.064796,49.420174,33.99742,287.92316,65.72921,131.84218,1.7413982,124.66982,443.51865,232.491,134.28351,446.3298,37.39912,91.37346,137.82416,10.518306,1.8982292,12.222383,887.7951,0.0501767,0.2548014,57.036922,9.719558,4.545133,5.308857,11.8241005,81.70354,32.487083,105.39385,601.3888,281.89774,2428.4043,1960.5756,36.212124,63.004917,8815.816,8.102171,112.10752,740.14307,207.66626,286.1009,115.76861,710.90546,886.12964,486.64673,29.62262,159.90657,871.72705,1667.0652,81.16809,893.63617,103.70762,1.0873281,56.524002,0.8743755,0.5769312,2.455312,65.90005,201.51558,134.42323,15.239954,1702.4774,409.80023,207.84822,298.6986,95.976585,70.791664,67.06553,89.423935,68.56111,581.0271,216.13344,101.16235,75.39697,30.423784,123.2219,117.61565,18.608995,443.28107,124.64883,1430.4113,31.82473,1945.848,78.22135,390.30273,1092.1097,46.554585,15.885622,860.6879,799.99194,2153.5283,109.58755 +2023-09-14 06:00:00,0.0,15545.018,365.97546,52.69993,58.143623,47.489395,225.65285,33.47789,55.35558,23.331802,32.7152,1488.4718,148.5839,20.903463,193.70584,0.34591398,0.024925541,31.503056,0.18906547,0.120640315,471.68558,0.11082528,489.75952,67.25507,0.1194679,0.1378375,152.10178,24.523718,53.14722,99.44828,22511.871,0.036176074,2073.1633,0.35986286,0.073463045,0.059744783,0.12642331,189.3545,231.66895,22.089558,137.325,37.21943,37.928608,2236.599,1.5930767,128.24681,66.21776,435.85846,47.607666,438.84442,33.702404,152.68192,0.0,1686.7401,7322.054,13.867658,509.95807,105.29219,37105.516,98.32106,12.374514,40.29123,128.18137,32.406265,13.408706,68.6744,1197.8951,334.4406,45.394936,9.76226,10.35386,338.01593,44.399143,634.9125,118.67833,2546.092,411.56665,193.87114,122.71443,239.0596,5.6694946,8.389264,10.309406,2.467386,1.8789084,70.53991,80.88905,93.51295,42.84902,43.28919,105.66247,11.441049,3221.552,33.313255,41.58125,31.945639,26.952274,253.25278,66.730354,47.885418,9.069163,26.463354,44.034924,170.46576,439.61316,80.019585,277.2836,62.45309,68.14678,210.30751,140.79604,764.42126,128.88481,4.1464167,8.285417,5.1905003,60.41355,17523.213,2.8224056,31.05369,49.40604,33.97224,287.7661,65.72195,131.77844,1.7417963,124.65395,443.45807,232.45169,134.21315,446.26907,37.408054,91.35535,137.82126,10.520722,1.8989629,12.227105,887.62885,0.0501542,0.25494167,57.060417,9.727059,4.5489397,5.3148584,11.834175,81.701866,32.502502,105.45145,601.5196,282.02274,2429.033,1960.8297,36.23089,63.02951,8811.951,8.104554,112.15347,740.0823,207.72751,286.1654,115.79667,711.2061,886.0599,486.6644,29.621428,159.93279,871.334,1666.2506,81.16694,893.377,103.705696,1.0874925,56.508934,0.8744289,0.5771474,2.4554331,65.86694,201.5815,134.30809,15.246389,1701.0002,409.60138,207.80357,298.64166,95.90238,70.75,66.98319,89.45892,68.46667,580.43884,216.01488,100.99786,75.31908,30.442707,123.12571,117.55055,18.59565,442.9828,124.57071,1428.815,31.821426,1944.855,78.213165,390.20184,1091.0818,46.51343,15.894447,860.60394,800.07874,2152.9653,109.64589 +2023-09-14 07:00:00,0.0,15538.133,365.9532,52.74639,58.1741,47.524494,225.76921,33.48996,55.38159,23.338127,32.733624,1489.1726,148.52605,20.91235,193.75153,0.34544444,0.025003796,31.510134,0.18885812,0.1206965,471.9685,0.110755235,489.94547,67.30312,0.11936152,0.13763845,152.15424,24.539637,53.166203,99.47599,22495.941,0.036188398,2073.1533,0.36033204,0.073390946,0.05983506,0.12626155,189.42494,231.79156,22.08965,137.2875,37.225178,37.888416,2236.393,1.5924665,128.12357,66.15177,435.82806,47.573555,438.92664,33.674236,152.55055,0.0,1685.6025,7316.8896,13.841924,509.73712,105.21784,37096.863,98.22011,12.3521595,40.24535,127.983246,32.366783,13.385441,68.56339,1197.0125,334.512,45.358242,9.744722,10.3441305,337.62912,44.339848,634.0131,118.78361,2545.923,411.97223,193.69202,122.80563,239.50702,5.6685476,8.387309,10.31301,2.4686885,1.8805705,70.49784,80.85356,93.50902,42.820778,43.27897,105.592094,11.439932,3222.7622,33.30165,41.540627,31.916786,26.925901,253.19121,66.6956,47.831596,9.063638,26.449606,44.001778,170.30347,439.07852,79.983406,277.1396,62.413624,68.05227,210.1309,140.66608,763.8649,128.792,4.140764,8.281597,5.1935835,60.434376,17516.32,2.8198323,31.042583,49.39191,33.94706,287.60907,65.714676,131.71469,1.7421944,124.63809,443.39752,232.41238,134.1428,446.20837,37.41699,91.33723,137.81836,10.523139,1.8996965,12.231828,887.4626,0.05013171,0.25508195,57.08391,9.734561,4.5527463,5.3208604,11.844251,81.7002,32.517918,105.50904,601.6503,282.14774,2429.6619,1961.0837,36.249657,63.054108,8808.085,8.106937,112.19942,740.0215,207.78876,286.22992,115.82472,711.5067,885.99005,486.68207,29.620237,159.95898,870.94086,1665.4359,81.16578,893.11786,103.70377,1.087657,56.493862,0.8744823,0.5773636,2.455554,65.83385,201.64742,134.19296,15.252824,1699.5232,409.40256,207.75893,298.58472,95.82817,70.708336,66.900856,89.493904,68.37222,579.85065,215.89633,100.83338,75.24117,30.461632,123.02952,117.48546,18.582306,442.68448,124.49259,1427.2188,31.818123,1943.8619,78.20498,390.10092,1090.0538,46.47228,15.903273,860.51996,800.1655,2152.4023,109.70422 +2023-09-14 08:00:00,0.0,15531.248,365.93094,52.79286,58.204575,47.559597,225.88557,33.502026,55.407608,23.344452,32.75205,1489.8734,148.46819,20.921234,193.79723,0.3449749,0.025082054,31.517214,0.18865079,0.120752685,472.25143,0.110685185,490.1314,67.35117,0.11925514,0.1374394,152.20668,24.555555,53.185184,99.5037,22480.014,0.036200717,2073.1433,0.36080122,0.07331884,0.059925336,0.12609977,189.49538,231.9142,22.089739,137.25,37.230927,37.84823,2236.1873,1.5918562,128.00034,66.08579,435.7976,47.539444,439.00885,33.646072,152.41917,0.0,1684.465,7311.7246,13.816189,509.51614,105.143486,37088.21,98.119156,12.329804,40.19947,127.78514,32.327297,13.362175,68.45238,1196.1299,334.58334,45.32155,9.727185,10.334402,337.2423,44.280552,633.1137,118.888885,2545.754,412.37778,193.5129,122.89683,239.95444,5.6676006,8.385354,10.316615,2.4699912,1.8822325,70.455765,80.81807,93.50509,42.79254,43.268753,105.52172,11.438816,3223.9722,33.29005,41.5,31.887932,26.899529,253.12964,66.66085,47.77778,9.058111,26.43586,43.968628,170.14117,438.54385,79.94722,276.99557,62.374153,67.957756,209.9543,140.53612,763.30865,128.69922,4.1351113,8.277778,5.1966667,60.455196,17509.428,2.8172593,31.031477,49.377777,33.92188,287.45203,65.707405,131.65094,1.7425926,124.62222,443.33694,232.37308,134.07245,446.14764,37.425926,91.319115,137.81544,10.525556,1.9004301,12.236549,887.2963,0.05010921,0.25522223,57.107407,9.7420635,4.556553,5.326862,11.854326,81.69853,32.533333,105.56664,601.7811,282.27274,2430.2905,1961.3378,36.26842,63.0787,8804.22,8.109322,112.24537,739.9607,207.85,286.29443,115.852776,711.8074,885.9202,486.69974,29.619047,159.98518,870.5478,1664.6213,81.16463,892.8587,103.70185,1.0878214,56.478794,0.8745357,0.57757986,2.4556751,65.80074,201.71333,134.07782,15.259259,1698.046,409.2037,207.7143,298.52777,95.75397,70.666664,66.81852,89.52889,68.27778,579.2624,215.77777,100.6689,75.16327,30.480555,122.933334,117.42037,18.56896,442.38617,124.414474,1425.6224,31.81482,1942.8689,78.19679,390.00003,1089.0259,46.431126,15.912097,860.436,800.2524,2151.8394,109.762566 +2023-09-14 09:00:00,0.0,15524.363,365.90866,52.83932,58.235046,47.594696,226.00194,33.51409,55.433624,23.350779,32.770477,1490.5742,148.41034,20.93012,193.84291,0.34450537,0.025160309,31.524294,0.18844345,0.12080886,472.53433,0.11061514,490.31738,67.39922,0.11914876,0.13724034,152.25914,24.571474,53.204166,99.53141,22464.084,0.036213037,2073.1333,0.36127043,0.07324674,0.06001561,0.12593798,189.5658,232.03683,22.089828,137.2125,37.23667,37.80804,2235.9812,1.591246,127.877106,66.019806,435.76718,47.505333,439.09106,33.617905,152.28781,0.0,1683.3274,7306.56,13.790455,509.29517,105.06914,37079.555,98.0182,12.30745,40.15359,127.58703,32.287815,13.33891,68.34137,1195.2472,334.6547,45.284855,9.709647,10.324674,336.85547,44.221256,632.2143,118.99416,2545.585,412.78333,193.33377,122.98802,240.40186,5.6666536,8.383399,10.32022,2.4712937,1.8838947,70.41369,80.78258,93.50116,42.7643,43.258533,105.45135,11.437699,3225.1824,33.27845,41.459373,31.85908,26.873158,253.06805,66.6261,47.723957,9.052586,26.422112,43.93548,169.97888,438.00922,79.91104,276.8516,62.334686,67.86324,209.7777,140.40614,762.7523,128.60643,4.1294584,8.273958,5.19975,60.476017,17502.533,2.814686,31.02037,49.363647,33.896698,287.29498,65.70014,131.5872,1.7429907,124.60635,443.27637,232.33379,134.0021,446.08694,37.43486,91.300995,137.81253,10.527972,1.9011637,12.241272,887.13007,0.050086718,0.2553625,57.1309,9.749565,4.560359,5.3328633,11.864402,81.69686,32.54875,105.62424,601.9119,282.39774,2430.9194,1961.5918,36.28719,63.1033,8800.3545,8.111705,112.29132,739.8999,207.91125,286.35895,115.88083,712.10803,885.8504,486.7174,29.617857,160.01138,870.15466,1663.8066,81.163475,892.5996,103.69993,1.0879859,56.463726,0.8745891,0.57779604,2.455796,65.76764,201.77925,133.96269,15.265695,1696.5688,409.00485,207.66965,298.47083,95.67976,70.625,66.73618,89.56388,68.183334,578.67413,215.65923,100.50441,75.08537,30.49948,122.83714,117.35528,18.555616,442.08786,124.336365,1424.0262,31.811516,1941.8759,78.18861,389.89914,1087.998,46.38997,15.920922,860.352,800.3392,2151.2764,109.82091 +2023-09-14 10:00:00,0.0,15517.479,365.8864,52.885784,58.265522,47.6298,226.1183,33.526157,55.45964,23.357103,32.788902,1491.2751,148.35248,20.939007,193.88861,0.34403586,0.025238566,31.531372,0.1882361,0.12086505,472.81726,0.11054509,490.50333,67.44727,0.11904238,0.13704129,152.3116,24.587393,53.22315,99.55912,22448.154,0.03622536,2073.1233,0.3617396,0.07317464,0.06010589,0.1257762,189.63623,232.15947,22.089918,137.175,37.24242,37.76785,2235.7754,1.5906358,127.753876,65.95383,435.73676,47.471222,439.17328,33.589737,152.15645,0.0,1682.19,7301.395,13.764721,509.07422,104.99479,37070.902,97.91725,12.285095,40.10771,127.388916,32.248333,13.315645,68.230354,1194.3645,334.72604,45.24816,9.692109,10.314944,336.46866,44.16196,631.31494,119.09944,2545.4158,413.18887,193.15463,123.079216,240.84927,5.6657066,8.381444,10.323825,2.4725962,1.8855568,70.37162,80.74709,93.49723,42.736065,43.248318,105.380974,11.436583,3226.3923,33.26685,41.41875,31.830225,26.846785,253.00648,66.59135,47.67014,9.047059,26.408363,43.90233,169.81659,437.47458,79.87486,276.70758,62.295216,67.76874,209.60109,140.27618,762.196,128.51364,4.123806,8.270139,5.2028337,60.49684,17495.64,2.812113,31.009262,49.349514,33.871517,287.13794,65.69287,131.52345,1.7433889,124.590485,443.2158,232.29448,133.93175,446.02625,37.443794,91.28288,137.80963,10.530389,1.9018973,12.245994,886.9638,0.05006422,0.25550276,57.1544,9.757068,4.5641656,5.3388653,11.874477,81.69519,32.564167,105.68183,602.0427,282.52274,2431.548,1961.846,36.305954,63.12789,8796.488,8.114088,112.337265,739.8391,207.9725,286.42346,115.90889,712.4087,885.7806,486.7351,29.616667,160.0376,869.7616,1662.9921,81.16232,892.34045,103.69801,1.0881504,56.448658,0.87464243,0.5780123,2.455917,65.734535,201.84517,133.84755,15.27213,1695.0918,408.80603,207.625,298.41388,95.60555,70.583336,66.65384,89.59886,68.08889,578.0859,215.54068,100.33993,75.00747,30.518402,122.74095,117.290184,18.54227,441.78955,124.25825,1422.4299,31.808212,1940.8828,78.18041,389.79822,1086.9701,46.348816,15.929748,860.268,800.42596,2150.7134,109.87924 +2023-09-14 11:00:00,0.0,15510.593,365.86417,52.93225,58.295994,47.664898,226.23466,33.538223,55.485653,23.363428,32.80733,1491.976,148.29463,20.947891,193.93431,0.34356633,0.025316821,31.538452,0.18802877,0.12092123,473.1002,0.11047505,490.68927,67.49532,0.118936,0.13684224,152.36406,24.603312,53.24213,99.58683,22432.225,0.03623768,2073.1133,0.3622088,0.073102534,0.060196165,0.12561442,189.70665,232.28209,22.09001,137.1375,37.24817,37.72766,2235.5693,1.5900255,127.630646,65.88785,435.7063,47.43711,439.2555,33.56157,152.02509,0.0,1681.0522,7296.2305,13.738986,508.85324,104.92044,37062.246,97.81629,12.262741,40.061832,127.190796,32.208847,13.29238,68.11935,1193.4818,334.7974,45.211468,9.674571,10.305216,336.08185,44.10266,630.4155,119.20472,2545.2468,413.59445,192.97552,123.17041,241.29669,5.6647596,8.379488,10.32743,2.473899,1.8872188,70.329544,80.7116,93.4933,42.70783,43.2381,105.3106,11.435466,3227.6025,33.255245,41.378124,31.801373,26.820412,252.94492,66.556595,47.616318,9.041533,26.394615,43.86918,169.6543,436.9399,79.838684,276.5636,62.25575,67.674225,209.4245,140.14621,761.63965,128.42085,4.118153,8.266319,5.205917,60.517662,17488.748,2.8095398,30.998156,49.33538,33.846336,286.9809,65.6856,131.4597,1.743787,124.574615,443.1552,232.25517,133.8614,445.9655,37.452732,91.26477,137.80673,10.532805,1.9026309,12.250716,886.79755,0.050041728,0.25564304,57.177895,9.764569,4.567972,5.3448668,11.884552,81.69353,32.579582,105.73943,602.17346,282.64774,2432.177,1962.1,36.324722,63.152485,8792.623,8.116471,112.38322,739.77826,208.03375,286.48798,115.93694,712.70935,885.71075,486.75278,29.615477,160.0638,869.36847,1662.1774,81.16116,892.0813,103.69609,1.0883148,56.43359,0.87469584,0.57822853,2.456038,65.70144,201.91109,133.7324,15.278565,1693.6146,408.60718,207.58035,298.35693,95.53135,70.541664,66.5715,89.63385,67.994446,577.4977,215.42212,100.17544,74.929565,30.537325,122.64476,117.22509,18.528927,441.49124,124.18013,1420.8337,31.804909,1939.8898,78.172226,389.69733,1085.9421,46.307663,15.938573,860.184,800.5128,2150.1504,109.937584 +2023-09-14 12:00:00,0.0,15503.708,365.8419,52.978714,58.32647,47.7,226.35101,33.55029,55.51167,23.369755,32.825756,1492.6768,148.23677,20.956778,193.98,0.3430968,0.025395079,31.545532,0.18782142,0.12097741,473.38312,0.110405,490.87524,67.54337,0.11882962,0.13664319,152.4165,24.61923,53.261112,99.61454,22416.297,0.03625,2073.1033,0.362678,0.073030435,0.06028644,0.12545264,189.77708,232.40472,22.0901,137.1,37.253918,37.687473,2235.3635,1.5894153,127.50741,65.82186,435.6759,47.403,439.3377,33.5334,151.8937,0.0,1679.9148,7291.066,13.713252,508.63226,104.846085,37053.594,97.71534,12.240386,40.015953,126.99269,32.169365,13.269115,68.00833,1192.5992,334.86874,45.174774,9.657034,10.295486,335.695,44.043365,629.5162,119.31,2545.0776,414.0,192.7964,123.261604,241.74411,5.6638126,8.377533,10.331034,2.4752014,1.888881,70.287476,80.67612,93.48937,42.67959,43.227882,105.24023,11.434349,3228.8125,33.243645,41.3375,31.772518,26.794039,252.88333,66.52184,47.5625,9.036008,26.380869,43.83603,169.492,436.40527,79.8025,276.4196,62.216278,67.57971,209.2479,140.01625,761.0833,128.32806,4.1125,8.2625,5.209,60.538483,17481.855,2.8069668,30.98705,49.32125,33.821156,286.82388,65.67833,131.39597,1.7441852,124.55875,443.09464,232.21588,133.79106,445.90482,37.461666,91.24665,137.80382,10.535222,1.9033645,12.255439,886.6313,0.05001923,0.25578332,57.20139,9.772071,4.571779,5.350868,11.894628,81.69186,32.595,105.79703,602.30426,282.77274,2432.8057,1962.354,36.343487,63.177082,8788.758,8.1188545,112.42917,739.71747,208.095,286.5525,115.965,713.01,885.6409,486.77045,29.614285,160.09,868.9754,1661.3628,81.16001,891.82214,103.69417,1.0884793,56.418518,0.8747492,0.5784447,2.4561589,65.668335,201.977,133.61728,15.285,1692.1375,408.40833,207.53572,298.3,95.45714,70.5,66.48917,89.66884,67.9,576.9094,215.30357,100.010956,74.85167,30.55625,122.54857,117.159996,18.515581,441.19293,124.10201,1419.2374,31.801605,1938.8967,78.16404,389.59644,1084.9142,46.266506,15.947397,860.10004,800.5996,2149.5874,109.995926 +2023-09-14 13:00:00,0.0,15496.823,365.81964,53.025177,58.35694,47.7351,226.46738,33.562355,55.537685,23.37608,32.84418,1493.3776,148.17892,20.965664,194.0257,0.34262726,0.025473336,31.55261,0.18761408,0.121033594,473.66605,0.110334955,491.0612,67.59142,0.11872324,0.13644412,152.46896,24.635149,53.280094,99.64225,22400.367,0.036262322,2073.0933,0.3631472,0.072958335,0.060376715,0.12529087,189.8475,232.52736,22.090189,137.0625,37.259663,37.647285,2235.1575,1.588805,127.38418,65.75588,435.64545,47.36889,439.41992,33.505238,151.76234,0.0,1678.7772,7285.901,13.687517,508.41132,104.771736,37044.938,97.61439,12.218032,39.97007,126.79458,32.129883,13.245851,67.89732,1191.7166,334.9401,45.13808,9.639496,10.285758,335.3082,43.98407,628.61676,119.415276,2544.9087,414.40555,192.61728,123.352806,242.19153,5.6628656,8.375578,10.334639,2.4765038,1.8905431,70.2454,80.640625,93.48544,42.651352,43.217663,105.16985,11.433232,3230.0225,33.232044,41.296875,31.743666,26.767666,252.82176,66.48709,47.508682,9.030481,26.36712,43.80288,169.32971,435.8706,79.76632,276.27557,62.17681,67.4852,209.07129,139.88629,760.527,128.23526,4.1068473,8.25868,5.2120833,60.559307,17474.963,2.8043935,30.975943,49.307117,33.795975,286.66684,65.67107,131.33221,1.7445834,124.54288,443.03406,232.17657,133.7207,445.8441,37.4706,91.22854,137.8009,10.537639,1.9040982,12.26016,886.465,0.049996737,0.2559236,57.224884,9.779573,4.5755854,5.35687,11.904703,81.690186,32.610416,105.85462,602.43506,282.89774,2433.4346,1962.608,36.362255,63.201675,8784.893,8.121238,112.47511,739.6567,208.15625,286.617,115.99306,713.3106,885.5711,486.78812,29.613094,160.11621,868.5823,1660.5481,81.15886,891.563,103.692245,1.0886438,56.40345,0.8748026,0.57866096,2.45628,65.63523,202.04291,133.50214,15.291435,1690.6604,408.2095,207.49107,298.24304,95.382935,70.458336,66.40683,89.70383,67.80556,576.32117,215.18501,99.846466,74.773766,30.575172,122.45238,117.09491,18.502237,440.89462,124.023895,1417.6412,31.7983,1937.9036,78.15585,389.49554,1083.8864,46.225353,15.956223,860.01605,800.6864,2149.0244,110.05426 +2023-09-14 14:00:00,0.0,15489.938,365.79736,53.071644,58.387417,47.770203,226.58374,33.57442,55.5637,23.382406,32.86261,1494.0785,148.12106,20.97455,194.0714,0.34215772,0.025551591,31.55969,0.18740673,0.12108978,473.94894,0.110264905,491.24713,67.639465,0.118616864,0.13624507,152.52142,24.651068,53.299076,99.66996,22384.438,0.03627464,2073.0833,0.36361638,0.07288623,0.060466994,0.12512909,189.91794,232.65,22.09028,137.025,37.26541,37.607094,2234.9517,1.5881947,127.26095,65.689896,435.61502,47.334778,439.50214,33.47707,151.63098,0.0,1677.6396,7280.7363,13.661783,508.19034,104.69739,37036.285,97.513435,12.195677,39.92419,126.596466,32.090397,13.222586,67.78631,1190.8339,335.01144,45.101387,9.621958,10.27603,334.92136,43.924774,627.7174,119.52055,2544.7395,414.8111,192.43814,123.444,242.63895,5.6619186,8.373623,10.3382435,2.4778063,1.8922051,70.20333,80.60513,93.481514,42.62311,43.207447,105.09948,11.432116,3231.2327,33.220444,41.25625,31.714811,26.741295,252.7602,66.45234,47.45486,9.024956,26.353373,43.76973,169.16742,435.33597,79.73014,276.1316,62.13734,67.390686,208.89468,139.75632,759.97064,128.14247,4.101195,8.254861,5.215167,60.580128,17468.07,2.8018203,30.964836,49.292988,33.770794,286.5098,65.663795,131.26846,1.7449815,124.527016,442.97348,232.13727,133.65036,445.7834,37.479538,91.21042,137.798,10.540055,1.9048318,12.264883,886.2987,0.04997424,0.25606388,57.24838,9.787075,4.579392,5.3628716,11.914779,81.688515,32.625835,105.912224,602.56586,283.02274,2434.0632,1962.862,36.38102,63.226273,8781.026,8.123621,112.521065,739.5959,208.2175,286.68152,116.02111,713.61127,885.5013,486.8058,29.611904,160.14241,868.1892,1659.7335,81.15771,891.30383,103.69032,1.0888082,56.388382,0.874856,0.57887715,2.4564009,65.60213,202.10883,133.38701,15.297871,1689.1832,408.01065,207.44643,298.1861,95.30873,70.416664,66.32449,89.73881,67.71111,575.7329,215.06647,99.681984,74.69586,30.594097,122.356186,117.029816,18.488892,440.5963,123.945786,1416.0449,31.794996,1936.9105,78.14767,389.39465,1082.8584,46.1842,15.965048,859.932,800.77325,2148.4614,110.1126 +2023-09-14 15:00:00,0.0,15483.054,365.77512,53.118107,58.41789,47.8053,226.7001,33.58649,55.589718,23.388731,32.881035,1494.7793,148.06322,20.983435,194.11708,0.3416882,0.025629848,31.56677,0.1871994,0.12114596,474.23187,0.11019486,491.43307,67.687515,0.11851049,0.13604602,152.57388,24.666986,53.318054,99.69767,22368.51,0.03628696,2073.073,0.36408558,0.07281413,0.06055727,0.12496731,189.98837,232.77263,22.09037,136.9875,37.27116,37.566906,2234.7456,1.5875845,127.13771,65.62392,435.5846,47.300667,439.58435,33.448902,151.4996,0.0,1676.5022,7275.5713,13.636049,507.96936,104.62304,37027.633,97.41248,12.173323,39.87831,126.39835,32.050915,13.199321,67.67529,1189.9513,335.08282,45.06469,9.60442,10.2663,334.53455,43.86548,626.818,119.62583,2544.5706,415.21664,192.25902,123.535194,243.08636,5.6609716,8.371668,10.341848,2.479109,1.8938673,70.161255,80.56964,93.477585,42.594875,43.197227,105.029106,11.430999,3232.4426,33.208843,41.215626,31.685959,26.714922,252.69862,66.41759,47.401043,9.019429,26.339626,43.73658,169.00513,434.80133,79.69396,275.98758,62.097874,67.29617,208.71808,139.62636,759.41437,128.04968,4.095542,8.251041,5.2182503,60.600952,17461.178,2.7992473,30.95373,49.278854,33.745613,286.35275,65.656525,131.20473,1.7453797,124.51115,442.9129,232.09796,133.58,445.72266,37.488472,91.19231,137.7951,10.542473,1.9055654,12.269605,886.13245,0.049951747,0.25620416,57.271873,9.794578,4.5831985,5.368873,11.924853,81.68685,32.64125,105.96982,602.69666,283.14774,2434.6921,1963.1162,36.399788,63.250866,8777.161,8.126004,112.56701,739.5351,208.27875,286.74603,116.049164,713.9119,885.43146,486.82346,29.610714,160.16861,867.7961,1658.9188,81.156555,891.0447,103.6884,1.0889727,56.373314,0.87490934,0.5790934,2.456522,65.56903,202.17474,133.27187,15.304306,1687.706,407.8118,207.4018,298.12918,95.23452,70.375,66.24215,89.773796,67.61667,575.1447,214.94792,99.5175,74.617966,30.61302,122.259995,116.96472,18.475548,440.29803,123.86767,1414.4486,31.791693,1935.9175,78.13948,389.29373,1081.8304,46.143047,15.973873,859.848,800.86005,2147.8984,110.170944 +2023-09-14 16:00:00,0.0,15476.169,365.75287,53.16457,58.448364,47.840405,226.81647,33.598557,55.61573,23.395056,32.899464,1495.4801,148.00536,20.992321,194.16278,0.34121865,0.025708104,31.573849,0.18699205,0.12120214,474.5148,0.11012482,491.61905,67.735565,0.11840411,0.13584697,152.62633,24.682905,53.337036,99.72539,22352.58,0.036299285,2073.063,0.36455476,0.07274203,0.060647544,0.12480553,190.05879,232.89525,22.09046,136.95,37.276905,37.52672,2234.5396,1.5869743,127.01448,65.55794,435.55417,47.266556,439.66656,33.420734,151.36824,0.0,1675.3645,7270.4067,13.610314,507.7484,104.54868,37018.977,97.31153,12.150968,39.83243,126.20025,32.011433,13.176056,67.564285,1189.0686,335.15417,45.027996,9.586883,10.256572,334.14774,43.806183,625.91864,119.73111,2544.4014,415.62222,192.0799,123.62639,243.53378,5.6600246,8.369713,10.345452,2.4804115,1.8955294,70.11919,80.53415,93.473656,42.566635,43.18701,104.95873,11.429882,3233.6528,33.19724,41.175,31.657106,26.688549,252.63704,66.382835,47.34722,9.013904,26.325878,43.70343,168.84285,434.26666,79.657776,275.84357,62.058403,67.20166,208.54147,139.49638,758.85803,127.956894,4.089889,8.247222,5.2213335,60.621773,17454.285,2.796674,30.942623,49.26472,33.720432,286.1957,65.64926,131.14098,1.7457777,124.49528,442.85233,232.05867,133.50966,445.66196,37.497406,91.174194,137.79219,10.544889,1.906299,12.274327,885.9662,0.04992925,0.25634444,57.295372,9.802079,4.587005,5.374875,11.934929,81.68518,32.656666,106.02741,602.8274,283.27274,2435.3208,1963.3702,36.418552,63.27546,8773.296,8.128387,112.61296,739.47424,208.34,286.81055,116.07722,714.2126,885.36163,486.84113,29.609524,160.19481,867.403,1658.1042,81.155396,890.7856,103.686485,1.0891371,56.358242,0.87496275,0.5793096,2.4566429,65.53593,202.24066,133.15674,15.31074,1686.229,407.61298,207.35715,298.07224,95.16032,70.333336,66.15981,89.808784,67.522224,574.55646,214.82936,99.35301,74.54006,30.631943,122.16381,116.89963,18.462202,439.99973,123.78955,1412.8524,31.78839,1934.9244,78.13129,389.19284,1080.8025,46.10189,15.9826975,859.76404,800.94684,2147.3354,110.22928 +2023-09-14 17:00:00,0.0,15469.284,365.7306,53.211037,58.478836,47.875504,226.93283,33.610622,55.641747,23.401382,32.91789,1496.1809,147.94751,21.001207,194.20847,0.3407491,0.02578636,31.580929,0.18678471,0.121258326,474.79773,0.11005477,491.805,67.783615,0.11829773,0.13564792,152.67879,24.698824,53.356018,99.7531,22336.65,0.036311604,2073.053,0.36502397,0.07266993,0.06073782,0.12464375,190.12923,233.01788,22.09055,136.9125,37.282654,37.48653,2234.3337,1.586364,126.89125,65.49195,435.52374,47.232445,439.74878,33.392567,151.23688,0.0,1674.227,7265.242,13.58458,507.52744,104.474335,37010.324,97.21058,12.128613,39.786552,126.00214,31.971949,13.152791,67.45327,1188.1859,335.22552,44.991302,9.5693445,10.246842,333.7609,43.746887,625.0192,119.83639,2544.2324,416.02777,191.90077,123.71758,243.9812,5.6590776,8.367758,10.349057,2.481714,1.8971915,70.07711,80.498665,93.46973,42.5384,43.176792,104.88836,11.428765,3234.8628,33.18564,41.134377,31.628252,26.662176,252.57547,66.34808,47.293404,9.008377,26.31213,43.67028,168.68056,433.73203,79.6216,275.6996,62.018932,67.10715,208.36487,139.36642,758.3017,127.864105,4.084236,8.2434025,5.2244167,60.642593,17447.393,2.794101,30.931517,49.25059,33.69525,286.03867,65.64199,131.07722,1.7461759,124.47941,442.79175,232.01936,133.4393,445.60123,37.506344,91.156075,137.78928,10.547306,1.9070327,12.27905,885.7999,0.049906757,0.25648472,57.318867,9.809581,4.5908113,5.3808765,11.945004,81.68351,32.672085,106.08501,602.95825,283.39774,2435.9497,1963.6243,36.43732,63.300056,8769.43,8.130771,112.65891,739.41345,208.40126,286.87506,116.10528,714.51324,885.2918,486.8588,29.608334,160.22102,867.0099,1657.2897,81.15424,890.5264,103.68456,1.0893016,56.343174,0.87501615,0.5795258,2.456764,65.50282,202.30658,133.0416,15.317176,1684.7518,407.41412,207.3125,298.0153,95.08611,70.291664,66.07748,89.843765,67.42778,573.9682,214.71082,99.18853,74.46216,30.650867,122.06762,116.83453,18.448858,439.70142,123.71143,1411.2561,31.785086,1933.9314,78.1231,389.09195,1079.7747,46.060738,15.991523,859.68005,801.0337,2146.7725,110.28762 +2023-09-14 18:00:00,0.0,15462.399,365.70834,53.2575,58.50931,47.910606,227.0492,33.62269,55.667763,23.407707,32.936314,1496.8817,147.88965,21.010092,194.25417,0.34027958,0.025864618,31.588009,0.18657738,0.12131451,475.08063,0.109984726,491.99094,67.831665,0.118191354,0.13544886,152.73125,24.714743,53.375,99.78081,22320.72,0.036323924,2073.043,0.36549315,0.072597824,0.060828097,0.12448197,190.19965,233.14052,22.090641,136.875,37.288403,37.44634,2234.1277,1.5857538,126.76802,65.42597,435.4933,47.198334,439.831,33.3644,151.10551,0.0,1673.0895,7260.077,13.5588455,507.30646,104.39999,37001.668,97.10963,12.106258,39.740673,125.804016,31.932465,13.129526,67.34226,1187.3032,335.29688,44.95461,9.551806,10.237114,333.37408,43.68759,624.1199,119.941666,2544.0632,416.43332,191.72165,123.80878,244.42862,5.6581306,8.365803,10.352662,2.4830165,1.8988535,70.03504,80.46317,93.4658,42.51016,43.166576,104.817986,11.427649,3236.073,33.174038,41.09375,31.5994,26.635803,252.5139,66.31333,47.239582,9.0028515,26.298384,43.63713,168.51826,433.1974,79.58542,275.55557,61.979465,67.01264,208.18826,139.23647,757.74536,127.77131,4.0785837,8.239583,5.2275,60.663418,17440.5,2.7915277,30.92041,49.236458,33.67007,285.88165,65.63472,131.01349,1.746574,124.46354,442.73117,231.98006,133.36896,445.54053,37.515278,91.13796,137.78638,10.549723,1.9077663,12.2837715,885.63367,0.04988426,0.256625,57.34236,9.817083,4.594618,5.386878,11.95508,81.68184,32.6875,106.14261,603.089,283.52274,2436.5784,1963.8783,36.456085,63.32465,8765.564,8.133154,112.70486,739.35266,208.46251,286.93958,116.13333,714.81384,885.222,486.87646,29.607143,160.24722,866.6168,1656.475,81.15309,890.2673,103.68264,1.0894661,56.328106,0.8750695,0.579742,2.4568849,65.46973,202.3725,132.92645,15.323611,1683.2747,407.21527,207.26785,297.95834,95.0119,70.25,65.99514,89.87875,67.333336,573.37994,214.59225,99.02404,74.38426,30.66979,121.97143,116.76944,18.435513,439.4031,123.633316,1409.6599,31.781782,1932.9384,78.114914,388.99103,1078.7467,46.019585,16.000347,859.59607,801.1205,2146.2095,110.34596 +2023-09-14 19:00:00,0.0,15455.515,365.68607,53.303963,58.539783,47.945705,227.16556,33.634754,55.69378,23.414034,32.954742,1497.5826,147.8318,21.018978,194.29987,0.33981004,0.025942873,31.595087,0.18637003,0.121370696,475.36356,0.109914675,492.17688,67.879715,0.118084975,0.13524981,152.78369,24.730661,53.393982,99.80852,22304.793,0.036336247,2073.033,0.36596236,0.072525725,0.060918372,0.124320194,190.27008,233.26315,22.09073,136.8375,37.29415,37.40615,2233.9219,1.5851434,126.64478,65.35999,435.4629,47.164223,439.9132,33.336235,150.97414,0.0,1671.9519,7254.9126,13.533112,507.08548,104.32564,36993.016,97.00867,12.083904,39.694794,125.60591,31.892982,13.10626,67.23125,1186.4207,335.36823,44.917915,9.534268,10.2273855,332.98727,43.628296,623.22046,120.04694,2543.8943,416.83887,191.54251,123.89998,244.87604,5.6571836,8.363848,10.356267,2.4843192,1.9005157,69.992966,80.42769,93.46187,42.481922,43.156357,104.74761,11.426532,3237.283,33.162437,41.053123,31.570545,26.60943,252.45232,66.27858,47.185764,8.997326,26.284636,43.60398,168.35597,432.66272,79.54923,275.41156,61.939995,66.91813,208.01167,139.10649,757.189,127.67852,4.072931,8.235764,5.2305837,60.68424,17433.607,2.7889547,30.909304,49.22233,33.644894,285.7246,65.62746,130.94974,1.7469722,124.44767,442.6706,231.94077,133.2986,445.47983,37.52421,91.11984,137.78348,10.552139,1.9085,12.288494,885.4674,0.049861766,0.25676528,57.365856,9.824585,4.5984244,5.39288,11.965156,81.680176,32.70292,106.2002,603.2198,283.64774,2437.2073,1964.1324,36.474854,63.349247,8761.699,8.135537,112.75081,739.2919,208.52376,287.0041,116.161385,715.1145,885.15216,486.89413,29.605951,160.27342,866.22375,1655.6604,81.15194,890.0081,103.68072,1.0896305,56.313038,0.8751229,0.57995826,2.4570057,65.43662,202.43842,132.81133,15.330047,1681.7976,407.01645,207.22322,297.9014,94.9377,70.208336,65.9128,89.91374,67.23889,572.7917,214.47371,98.85956,74.30636,30.688715,121.87524,116.70435,18.422167,439.1048,123.5552,1408.0636,31.778479,1931.9453,78.10673,388.89014,1077.7188,45.97843,16.009172,859.5121,801.2073,2145.6465,110.4043 +2023-09-14 20:00:00,0.0,15448.629,365.66382,53.35043,58.57026,47.98081,227.28192,33.64682,55.719795,23.420359,32.973167,1498.2834,147.77394,21.027864,194.34555,0.3393405,0.02602113,31.602167,0.1861627,0.12142687,475.64648,0.10984463,492.36285,67.927765,0.117978595,0.13505076,152.83615,24.74658,53.412964,99.83623,22288.863,0.036348566,2073.023,0.36643153,0.072453626,0.061008647,0.12415841,190.34052,233.38577,22.09082,136.8,37.299896,37.365963,2233.7158,1.5845332,126.52155,65.29401,435.43243,47.13011,439.99542,33.308067,150.84277,0.0,1670.8143,7249.748,13.507378,506.86453,104.25129,36984.363,96.907715,12.061549,39.648914,125.40779,31.853498,13.082995,67.12024,1185.538,335.43958,44.88122,9.516731,10.217656,332.60043,43.569,622.3211,120.15222,2543.725,417.24445,191.36339,123.99117,245.32346,5.6562366,8.361893,10.359871,2.4856217,1.9021778,69.9509,80.3922,93.45793,42.453682,43.146137,104.67724,11.425415,3238.4932,33.150837,41.0125,31.541693,26.58306,252.39075,66.24383,47.131943,8.991799,26.270887,43.57083,168.19368,432.12808,79.513054,275.26758,61.900528,66.823616,207.83507,138.97653,756.6327,127.58573,4.067278,8.231944,5.233667,60.70506,17426.715,2.7863815,30.898197,49.208195,33.619713,285.56757,65.620186,130.88599,1.7473704,124.4318,442.61002,231.90146,133.22826,445.4191,37.533146,91.10173,137.78056,10.554556,1.9092336,12.293216,885.30115,0.04983927,0.25690556,57.38935,9.8320875,4.602231,5.3988814,11.97523,81.678505,32.718334,106.2578,603.3506,283.77274,2437.8362,1964.3865,36.493618,63.37384,8757.833,8.13792,112.79676,739.2311,208.585,287.0686,116.189445,715.41516,885.0824,486.9118,29.604761,160.29964,865.8306,1654.8457,81.15079,889.74896,103.678795,1.089795,56.29797,0.8751763,0.5801745,2.4571269,65.40352,202.50433,132.69618,15.336482,1680.3204,406.8176,207.17857,297.84445,94.863495,70.166664,65.83046,89.94872,67.14445,572.2035,214.35516,98.69507,74.228455,30.707638,121.779045,116.63926,18.408823,438.8065,123.47709,1406.4674,31.775175,1930.9523,78.09854,388.78925,1076.6908,45.937275,16.017998,859.4281,801.2941,2145.0835,110.46264 +2023-09-14 21:00:00,0.0,15441.744,365.64154,53.396893,58.600735,48.01591,227.39828,33.658886,55.745808,23.426683,32.991592,1498.9843,147.7161,21.03675,194.39125,0.33887097,0.026099386,31.609247,0.18595535,0.12148306,475.9294,0.10977458,492.5488,67.975815,0.117872216,0.13485171,152.88861,24.762499,53.431946,99.86394,22272.934,0.036360886,2073.013,0.36690074,0.07238152,0.061098922,0.12399664,190.41093,233.5084,22.090912,136.7625,37.305645,37.325775,2233.51,1.583923,126.39832,65.22803,435.402,47.096,440.07764,33.2799,150.71141,0.0,1669.6768,7244.583,13.481643,506.64355,104.17693,36975.707,96.80676,12.039195,39.603035,125.20969,31.814014,13.059731,67.009224,1184.6553,335.51093,44.84453,9.499193,10.207928,332.21362,43.509705,621.4217,120.2575,2543.5562,417.65,191.18427,124.08237,245.77087,5.6552896,8.359938,10.363476,2.4869242,1.9038398,69.90882,80.356705,93.454,42.425446,43.13592,104.606865,11.424299,3239.7031,33.139233,40.971874,31.512838,26.556686,252.32918,66.209076,47.078125,8.986274,26.25714,43.53768,168.03139,431.5934,79.476875,275.12357,61.861057,66.7291,207.65846,138.84656,756.07635,127.49294,4.061625,8.228125,5.23675,60.725883,17419.822,2.7838085,30.887089,49.19406,33.594532,285.41052,65.612915,130.82225,1.7477685,124.41594,442.54944,231.86215,133.1579,445.3584,37.542084,91.08361,137.77765,10.5569725,1.9099672,12.297938,885.1349,0.049816776,0.25704584,57.412846,9.839589,4.6060376,5.404883,11.985306,81.676834,32.73375,106.3154,603.4813,283.89774,2438.4648,1964.6405,36.512386,63.398438,8753.968,8.140305,112.842705,739.1702,208.64626,287.13312,116.2175,715.7158,885.0126,486.9295,29.60357,160.32584,865.43756,1654.0311,81.14963,889.4898,103.67687,1.0899594,56.282898,0.87522966,0.5803907,2.4572477,65.370415,202.57025,132.58105,15.3429165,1678.8433,406.61874,207.13393,297.7875,94.78928,70.125,65.74812,89.98371,67.05,571.61523,214.2366,98.53059,74.15056,30.726562,121.68285,116.574165,18.395477,438.50818,123.39897,1404.8711,31.771872,1929.9592,78.090355,388.68835,1075.6628,45.896122,16.026823,859.3441,801.3809,2144.5205,110.52098 +2023-09-14 22:00:00,0.0,15434.859,365.6193,53.443356,58.631207,48.05101,227.51465,33.67095,55.771824,23.43301,33.01002,1499.685,147.65823,21.045635,194.43695,0.33840144,0.026177643,31.616325,0.18574801,0.12153924,476.21234,0.10970454,492.73474,68.023865,0.11776584,0.13465264,152.94107,24.77842,53.450928,99.89165,22257.006,0.03637321,2073.003,0.36736992,0.07230942,0.0611892,0.123834856,190.48137,233.63104,22.091002,136.725,37.311394,37.285583,2233.304,1.5833127,126.275085,65.16204,435.37158,47.06189,440.15985,33.25173,150.58005,0.0,1668.5393,7239.4185,13.455909,506.42258,104.102585,36967.055,96.70581,12.01684,39.557156,125.01157,31.774532,13.036466,66.89822,1183.7727,335.5823,44.807835,9.481655,10.198198,331.8268,43.45041,620.52234,120.36278,2543.387,418.05554,191.00513,124.17356,246.21829,5.6543427,8.357983,10.367081,2.488227,1.905502,69.86675,80.32121,93.45007,42.39721,43.1257,104.53649,11.4231825,3240.913,33.127632,40.93125,31.483986,26.530313,252.2676,66.174324,47.024307,8.980747,26.243393,43.50453,167.8691,431.05878,79.4407,274.97955,61.82159,66.63459,207.48186,138.7166,755.52,127.40015,4.0559726,8.224305,5.2398334,60.746704,17412.93,2.7812352,30.875982,49.17993,33.56935,285.25348,65.605644,130.7585,1.7481667,124.40007,442.48886,231.82285,133.08755,445.29767,37.551018,91.0655,137.77475,10.559389,1.9107008,12.302661,884.9686,0.04979428,0.2571861,57.436344,9.847091,4.609844,5.410885,11.995381,81.67516,32.74917,106.37299,603.6121,284.02274,2439.0938,1964.8945,36.53115,63.42303,8750.103,8.142688,112.88866,739.10944,208.7075,287.19763,116.24555,716.0165,884.94275,486.94717,29.60238,160.35204,865.04443,1653.2164,81.148476,889.23065,103.67496,1.0901239,56.26783,0.87528306,0.58060694,2.4573689,65.33732,202.63617,132.46591,15.349352,1677.3662,406.41992,207.0893,297.73056,94.71508,70.083336,65.66579,90.0187,66.95556,571.027,214.11806,98.366104,74.072655,30.745485,121.58666,116.50907,18.382133,438.20987,123.320854,1403.2749,31.768568,1928.9661,78.08216,388.58746,1074.635,45.85497,16.035648,859.26013,801.4677,2143.9575,110.579315 +2023-09-14 23:00:00,0.0,15427.975,365.59705,53.489822,58.661682,48.086113,227.63101,33.683018,55.79784,23.439335,33.028446,1500.386,147.60039,21.054522,194.48264,0.3379319,0.0262559,31.623405,0.18554066,0.12159542,476.49524,0.10963449,492.9207,68.071915,0.11765946,0.1344536,152.99352,24.794338,53.469906,99.91936,22241.076,0.03638553,2072.993,0.36783913,0.07223732,0.061279476,0.123673074,190.55179,233.75368,22.091091,136.6875,37.31714,37.245396,2233.0981,1.5827025,126.151855,65.09606,435.34113,47.02778,440.24207,33.223564,150.44867,0.0,1667.4017,7234.2534,13.430174,506.20163,104.02824,36958.4,96.60486,11.994486,39.511276,124.81347,31.735048,13.013201,66.7872,1182.89,335.65366,44.771137,9.464118,10.18847,331.43997,43.391113,619.6229,120.468056,2543.218,418.4611,190.826,124.264755,246.66571,5.6533957,8.356028,10.370686,2.4895294,1.9071641,69.82468,80.28572,93.446144,42.36897,43.115486,104.46612,11.422066,3242.1233,33.11603,40.890625,31.455132,26.50394,252.20602,66.13957,46.970486,8.975222,26.229645,43.471382,167.7068,430.52414,79.40451,274.83557,61.78212,66.54008,207.30525,138.58664,754.96375,127.30736,4.0503197,8.220486,5.242917,60.767525,17406.037,2.778662,30.864876,49.1658,33.54417,285.09644,65.59838,130.69475,1.7485648,124.3842,442.42828,231.78355,133.0172,445.23697,37.55995,91.047386,137.77185,10.561806,1.9114344,12.307383,884.80237,0.049771786,0.2573264,57.45984,9.854593,4.613651,5.4168863,12.005457,81.67349,32.764584,106.43059,603.7429,284.14774,2439.7224,1965.1486,36.54992,63.447624,8746.236,8.145071,112.93461,739.04865,208.76875,287.26215,116.27361,716.31714,884.8729,486.96484,29.60119,160.37823,864.65137,1652.4019,81.14732,888.97156,103.673035,1.0902884,56.25276,0.8753364,0.5808231,2.4574897,65.304214,202.70209,132.35078,15.355787,1675.889,406.22107,207.04465,297.6736,94.64087,70.041664,65.58345,90.05368,66.861115,570.4387,213.9995,98.201614,73.99475,30.764408,121.49047,116.44398,18.368788,437.9116,123.24274,1401.6786,31.765265,1927.973,78.073975,388.48654,1073.607,45.813812,16.044474,859.17615,801.55457,2143.3945,110.63766 +2023-09-15 00:00:00,0.0,15421.09,365.57477,53.536285,58.692154,48.121212,227.74736,33.695087,55.823856,23.44566,33.046875,1501.0868,147.54253,21.063408,194.52834,0.33746237,0.026334155,31.630486,0.18533333,0.121651605,476.77817,0.109564446,493.10666,68.119965,0.11755308,0.13425454,153.04597,24.810257,53.488888,99.94707,22225.146,0.03639785,2072.983,0.3683083,0.07216522,0.06136975,0.12351129,190.62222,233.8763,22.09118,136.65,37.322887,37.205208,2232.892,1.5820923,126.028625,65.03008,435.31073,46.993668,440.32428,33.195396,150.3173,0.0,1666.2642,7229.089,13.40444,505.98065,103.95389,36949.746,96.50391,11.972131,39.465397,124.61536,31.695564,12.989936,66.67619,1182.0073,335.725,44.734444,9.44658,10.178741,331.05316,43.331818,618.7236,120.57333,2543.0488,418.86667,190.64688,124.35595,247.11313,5.652449,8.354073,10.37429,2.4908319,1.9088262,69.78261,80.25023,93.442215,42.340733,43.105267,104.39574,11.420949,3243.3333,33.10443,40.85,31.42628,26.477568,252.14445,66.10482,46.916668,8.969695,26.215897,43.438232,167.54451,429.98947,79.36833,274.69156,61.742653,66.445564,207.12865,138.45667,754.4074,127.21457,4.044667,8.216666,5.2460003,60.78835,17399.143,2.776089,30.85377,49.15167,33.51899,284.9394,65.59111,130.63101,1.748963,124.36833,442.3677,231.74425,132.94685,445.17624,37.56889,91.02927,137.76894,10.564222,1.912168,12.312105,884.6361,0.04974929,0.25746667,57.483334,9.862095,4.6174574,5.422888,12.015532,81.67183,32.78,106.48818,603.87366,284.27274,2440.3513,1965.4027,36.568684,63.47222,8742.371,8.147454,112.98055,738.98785,208.83,287.32666,116.30167,716.61774,884.8031,486.9825,29.6,160.40445,864.25824,1651.5872,81.14617,888.7124,103.67111,1.0904528,56.237694,0.8753898,0.58103937,2.4576108,65.27111,202.768,132.23564,15.362223,1674.4119,406.02222,207.0,297.61667,94.566666,70.0,65.501114,90.08867,66.76667,569.8505,213.88095,98.03713,73.916855,30.783333,121.39429,116.37889,18.355444,437.61328,123.16462,1400.0824,31.761961,1926.98,78.06579,388.38565,1072.5791,45.77266,16.053299,859.09216,801.64136,2142.8315,110.696 +2023-09-15 01:00:00,0.0,15414.205,365.55252,53.58275,58.72263,48.156315,227.86372,33.707153,55.84987,23.451986,33.0653,1501.7876,147.48468,21.072292,194.57402,0.33699283,0.026412413,31.637564,0.18512599,0.12170779,477.0611,0.109494396,493.2926,68.16801,0.117446706,0.1340555,153.09843,24.826176,53.50787,99.97478,22209.217,0.03641017,2072.9727,0.3687775,0.072093114,0.061460026,0.123349525,190.69266,233.99893,22.091272,136.6125,37.328636,37.16502,2232.6863,1.581482,125.90539,64.964096,435.28027,46.959557,440.4065,33.167233,150.18594,0.0,1665.1266,7223.9243,13.378706,505.75967,103.87953,36941.094,96.402954,11.949777,39.419518,124.417244,31.656082,12.966671,66.56518,1181.1246,335.79636,44.69775,9.429042,10.169012,330.66635,43.27252,617.82416,120.67861,2542.8796,419.27222,190.46776,124.44715,247.56055,5.651502,8.352118,10.377894,2.4921343,1.9104882,69.74053,80.214745,93.438286,42.312492,43.09505,104.32536,11.419832,3244.5435,33.09283,40.809376,31.397425,26.451195,252.08287,66.07007,46.862846,8.9641695,26.20215,43.405083,167.38222,429.45483,79.33215,274.54758,61.703182,66.35106,206.95204,138.3267,753.8511,127.12177,4.0390143,8.212847,5.2490835,60.80917,17392.25,2.7735157,30.842663,49.137535,33.49381,284.78238,65.58384,130.56726,1.7493612,124.35246,442.30713,231.70494,132.8765,445.11554,37.577824,91.011154,137.76602,10.566639,1.9129016,12.316827,884.46985,0.049726795,0.25760695,57.50683,9.869597,4.6212635,5.4288898,12.025607,81.67016,32.795418,106.545784,604.0045,284.39774,2440.98,1965.6567,36.587452,63.496815,8738.506,8.1498375,113.026505,738.92706,208.89125,287.39117,116.32972,716.9184,884.7333,487.00018,29.59881,160.43065,863.8652,1650.7726,81.14501,888.45325,103.66919,1.0906173,56.222626,0.8754432,0.58125556,2.4577317,65.23801,202.83391,132.12051,15.368658,1672.9348,405.8234,206.95535,297.55972,94.49246,69.958336,65.41877,90.12366,66.672226,569.26227,213.7624,97.87264,73.83895,30.802256,121.298096,116.3138,18.342098,437.31497,123.0865,1398.4861,31.758657,1925.9869,78.0576,388.28476,1071.5511,45.731506,16.062124,859.0082,801.72815,2142.2686,110.75433 +2023-09-15 02:00:00,0.0,15407.32,365.53024,53.629215,58.7531,48.191414,227.98009,33.71922,55.875885,23.458311,33.083725,1502.4884,147.42682,21.081179,194.61972,0.3365233,0.026490668,31.644644,0.18491864,0.121763974,477.34402,0.10942435,493.47855,68.21606,0.11734033,0.13385645,153.1509,24.842094,53.52685,100.00249,22193.29,0.03642249,2072.9626,0.3692467,0.072021015,0.061550304,0.12318774,190.76308,234.12157,22.091362,136.575,37.334385,37.12483,2232.4802,1.5808717,125.78216,64.89812,435.24985,46.92544,440.4887,33.139065,150.05457,0.0,1663.989,7218.7593,13.352971,505.53873,103.80518,36932.438,96.302,11.927422,39.37364,124.21913,31.616598,12.943406,66.45416,1180.2421,335.8677,44.661057,9.411504,10.159284,330.2795,43.213223,616.9248,120.78389,2542.7107,419.67776,190.28865,124.538345,248.00797,5.650555,8.3501625,10.381499,2.493437,1.9121504,69.698456,80.17925,93.43436,42.284256,43.08483,104.25499,11.4187155,3245.7534,33.081226,40.76875,31.368572,26.424824,252.0213,66.03532,46.80903,8.958644,26.188402,43.371937,167.21992,428.92017,79.295975,274.40356,61.663715,66.256546,206.77545,138.19673,753.29474,127.028984,4.0333614,8.209028,5.2521667,60.829994,17385.357,2.7709427,30.831556,49.1234,33.468628,284.62534,65.57658,130.50351,1.7497593,124.33659,442.24655,231.66565,132.80615,445.0548,37.586758,90.993034,137.76312,10.569056,1.9136353,12.321549,884.3036,0.0497043,0.25774723,57.530323,9.877099,4.62507,5.434891,12.035683,81.66849,32.810833,106.60338,604.13525,284.52274,2441.609,1965.9108,36.606216,63.52141,8734.641,8.152221,113.07245,738.8663,208.9525,287.4557,116.35777,717.21906,884.66345,487.01785,29.597618,160.45685,863.47205,1649.9579,81.14386,888.1941,103.66727,1.0907817,56.207554,0.87549657,0.5814718,2.4578528,65.20491,202.89983,132.00537,15.3750925,1671.4576,405.62454,206.91072,297.50278,94.41825,69.916664,65.33643,90.158646,66.577774,568.674,213.64384,97.70816,73.76105,30.82118,121.201904,116.2487,18.328754,437.01666,123.00839,1396.8899,31.755354,1924.9939,78.049416,388.18384,1070.5233,45.690353,16.070948,858.9242,801.815,2141.7056,110.812675 +2023-09-15 03:00:00,0.0,15400.436,365.508,53.67568,58.783577,48.226517,228.09645,33.731285,55.9019,23.464638,33.102154,1503.1892,147.36897,21.090065,194.66542,0.33605376,0.026568925,31.651724,0.1847113,0.12182015,477.62695,0.10935431,493.6645,68.26411,0.11723395,0.13365738,153.20334,24.858013,53.545834,100.0302,22177.36,0.03643481,2072.9526,0.3697159,0.071948916,0.06164058,0.12302596,190.83351,234.2442,22.091452,136.5375,37.34013,37.08464,2232.2742,1.5802615,125.65893,64.83214,435.21942,46.89133,440.57092,33.110897,149.9232,0.0,1662.8516,7213.5947,13.327237,505.31775,103.730835,36923.785,96.20105,11.905067,39.327755,124.02101,31.577114,12.920141,66.343155,1179.3594,335.93906,44.624363,9.393967,10.149554,329.8927,43.153927,616.0254,120.88917,2542.5415,420.0833,190.10951,124.62954,248.45538,5.649608,8.348207,10.385104,2.4947395,1.9138125,69.65639,80.14376,93.43043,42.256016,43.074615,104.184616,11.417599,3246.9636,33.069626,40.728127,31.33972,26.39845,251.95973,66.000565,46.755207,8.953117,26.174654,43.338787,167.05763,428.38553,79.25979,274.25955,61.624245,66.16203,206.59885,138.06677,752.7384,126.936195,4.0277085,8.205209,5.25525,60.850815,17378.465,2.7683694,30.82045,49.109272,33.443447,284.4683,65.569305,130.43976,1.7501574,124.320724,442.18597,231.62634,132.7358,444.9941,37.595695,90.97492,137.76022,10.571472,1.9143689,12.326272,884.1373,0.0496818,0.25788748,57.553818,9.884601,4.6288767,5.4408927,12.045758,81.66682,32.826252,106.66097,604.26605,284.64774,2442.2375,1966.1648,36.624985,63.546005,8730.774,8.154604,113.1184,738.8054,209.01375,287.5202,116.38583,717.5197,884.5936,487.03552,29.596428,160.48306,863.079,1649.1433,81.14271,887.93494,103.665344,1.0909462,56.192486,0.87555,0.581688,2.4579737,65.17181,202.96574,131.89023,15.381528,1669.9805,405.4257,206.86607,297.44583,94.34405,69.875,65.2541,90.19363,66.48333,568.08575,213.5253,97.54367,73.68315,30.840103,121.10571,116.18361,18.315409,436.71835,122.930275,1395.2936,31.75205,1924.0009,78.04123,388.08295,1069.4954,45.649197,16.079773,858.8402,801.9018,2141.1426,110.87102 +2023-09-15 04:00:00,0.0,15393.551,365.48575,53.72214,58.81405,48.261616,228.21281,33.74335,55.927917,23.470963,33.12058,1503.8901,147.31111,21.098951,194.7111,0.33558422,0.026647182,31.658802,0.18450396,0.12187634,477.90985,0.10928426,493.85046,68.31216,0.11712757,0.13345833,153.2558,24.873932,53.564816,100.05791,22161.43,0.036447134,2072.9426,0.37018508,0.07187681,0.061730854,0.12286418,190.90393,234.36682,22.091541,136.5,37.34588,37.044453,2232.0684,1.5796512,125.53569,64.76615,435.189,46.85722,440.65314,33.08273,149.79184,0.0,1661.7139,7208.4297,13.301502,505.09677,103.65649,36915.13,96.10009,11.882712,39.281876,123.82291,31.537632,12.896876,66.23214,1178.4767,336.0104,44.58767,9.376429,10.139826,329.5059,43.09463,615.12604,120.994446,2542.3726,420.4889,189.93039,124.72073,248.9028,5.648661,8.3462515,10.388709,2.496042,1.9154745,69.61431,80.10828,93.4265,42.22778,43.064396,104.11424,11.416482,3248.1736,33.058025,40.6875,31.310865,26.372078,251.89815,65.96581,46.70139,8.947592,26.160908,43.305637,166.89534,427.8509,79.22361,274.11557,61.584778,66.06752,206.42224,137.93681,752.18207,126.8434,4.0220556,8.201389,5.2583337,60.871635,17371.572,2.7657964,30.809343,49.09514,33.418266,284.31125,65.562035,130.37602,1.7505555,124.30486,442.1254,231.58704,132.66545,444.93338,37.60463,90.95681,137.75731,10.573889,1.9151025,12.330994,883.97107,0.049659308,0.25802776,57.577316,9.892103,4.6326833,5.4468946,12.055834,81.66515,32.841667,106.718575,604.39685,284.77274,2442.8665,1966.419,36.643753,63.5706,8726.909,8.156987,113.16435,738.7446,209.075,287.58472,116.41389,717.8204,884.5238,487.0532,29.595238,160.50926,862.68585,1648.3286,81.141556,887.6758,103.66343,1.0911107,56.177418,0.8756033,0.58190423,2.4580948,65.1387,203.03166,131.7751,15.387963,1668.5034,405.22687,206.82143,297.3889,94.26984,69.833336,65.17176,90.228615,66.388885,567.49756,213.40674,97.37919,73.60525,30.859028,121.00952,116.118515,18.302065,436.42004,122.85216,1393.6973,31.748747,1923.0078,78.033035,387.98206,1068.4674,45.608044,16.088598,858.7562,801.9886,2140.5796,110.92935 +2023-09-15 05:00:00,0.0,15386.666,365.46347,53.76861,58.844524,48.29672,228.32918,33.755417,55.953934,23.477287,33.139008,1504.591,147.25327,21.107836,194.7568,0.33511472,0.026725437,31.665882,0.18429662,0.12193252,478.19278,0.10921422,494.0364,68.36021,0.11702119,0.13325928,153.30826,24.88985,53.583797,100.08562,22145.502,0.036459453,2072.9326,0.37065428,0.07180471,0.061821133,0.122702405,190.97437,234.48946,22.091633,136.4625,37.351627,37.004265,2231.8623,1.579041,125.41246,64.70017,435.15857,46.82311,440.73535,33.05456,149.66048,0.0,1660.5764,7203.265,13.275768,504.87582,103.58213,36906.477,95.99914,11.860358,39.235996,123.624794,31.498148,12.873611,66.12113,1177.594,336.08176,44.550976,9.358891,10.130096,329.11905,43.035336,614.2266,121.099724,2542.2034,420.89444,189.75127,124.81193,249.35022,5.647714,8.344296,10.392313,2.4973447,1.9171367,69.57224,80.072784,93.42257,42.19954,43.05418,104.04387,11.415365,3249.3838,33.046425,40.646873,31.282013,26.345705,251.83658,65.93106,46.647568,8.942065,26.14716,43.272488,166.73305,427.31622,79.18743,273.97156,61.545307,65.97301,206.24564,137.80684,751.62573,126.75061,4.016403,8.19757,5.261417,60.89246,17364.68,2.7632232,30.798237,49.08101,33.393085,284.1542,65.55477,130.31227,1.7509537,124.288994,442.06482,231.54774,132.5951,444.87268,37.613564,90.93869,137.7544,10.576305,1.9158361,12.335716,883.8048,0.04963681,0.25816804,57.60081,9.899605,4.63649,5.452896,12.065908,81.66348,32.857082,106.77617,604.5276,284.89774,2443.495,1966.673,36.662518,63.595196,8723.044,8.15937,113.2103,738.68384,209.13625,287.64923,116.44194,718.121,884.454,487.07086,29.594048,160.53546,862.2928,1647.514,81.1404,887.4166,103.66151,1.0912751,56.16235,0.8756567,0.5821204,2.4582157,65.105606,203.09758,131.65996,15.394399,1667.0262,405.028,206.7768,297.33194,94.19563,69.791664,65.089424,90.2636,66.29444,566.9093,213.2882,97.21471,73.52734,30.87795,120.91333,116.05343,18.28872,436.12173,122.77404,1392.1011,31.745443,1922.0148,78.02485,387.88116,1067.4395,45.56689,16.097424,858.67224,802.0754,2140.0166,110.98769 +2023-09-15 06:00:00,0.0,15379.78,365.44122,53.81507,58.874996,48.331818,228.44554,33.767483,55.979946,23.483614,33.157433,1505.2917,147.1954,21.116722,194.8025,0.33464518,0.026803695,31.672962,0.18408927,0.1219887,478.4757,0.109144166,494.22235,68.40826,0.11691481,0.13306023,153.36072,24.90577,53.60278,100.11333,22129.572,0.036471773,2072.9226,0.37112346,0.07173261,0.061911408,0.12254062,191.04478,234.61209,22.091722,136.425,37.357376,36.964073,2231.6565,1.5784308,125.28923,64.634186,435.1281,46.788998,440.81757,33.026394,149.5291,0.0,1659.4388,7198.1006,13.250034,504.65485,103.50778,36897.82,95.898186,11.838003,39.190117,123.42668,31.458666,12.850347,66.01012,1176.7114,336.15314,44.514282,9.341352,10.120368,328.73224,42.97604,613.3273,121.205,2542.0344,421.3,189.57214,124.90312,249.79764,5.646767,8.342341,10.395918,2.4986472,1.9187988,69.53017,80.03729,93.41864,42.171303,43.04396,103.973495,11.414248,3250.5938,33.034824,40.60625,31.253159,26.319332,251.77501,65.89631,46.59375,8.93654,26.133411,43.239338,166.57076,426.7816,79.15125,273.82755,61.50584,65.878494,206.06903,137.67688,751.06946,126.65782,4.0107503,8.19375,5.2645,60.91328,17357.787,2.76065,30.78713,49.066875,33.367905,283.99716,65.5475,130.24852,1.7513518,124.273125,442.00424,231.50844,132.52475,444.81198,37.622498,90.92058,137.7515,10.578722,1.9165697,12.340439,883.63855,0.049614318,0.25830832,57.624306,9.907107,4.6402965,5.4588976,12.075984,81.66181,32.8725,106.83376,604.6584,285.02274,2444.124,1966.927,36.681286,63.61979,8719.178,8.161754,113.25625,738.62305,209.19751,287.71375,116.47,718.42163,884.38416,487.08853,29.592857,160.56166,861.89966,1646.6993,81.139244,887.1575,103.659584,1.0914396,56.14728,0.8757101,0.58233666,2.4583366,65.0725,203.1635,131.54483,15.400833,1665.5491,404.82916,206.73215,297.275,94.12143,69.75,65.00708,90.298584,66.2,566.32104,213.16965,97.05022,73.44945,30.896873,120.81714,115.988335,18.275375,435.82343,122.69592,1390.5048,31.74214,1921.0217,78.01666,387.78027,1066.4116,45.525734,16.106249,858.58826,802.16223,2139.4536,111.046036 +2023-09-15 07:00:00,0.0,15372.8955,365.41895,53.861534,58.90547,48.36692,228.5619,33.77955,56.005962,23.489939,33.175858,1505.9926,147.13756,21.125608,194.84819,0.33417565,0.02688195,31.68004,0.18388194,0.12204488,478.75864,0.10907412,494.40833,68.45631,0.11680843,0.13286117,153.41316,24.921688,53.62176,100.14104,22113.643,0.036484096,2072.9126,0.37159267,0.071660504,0.062001683,0.12237885,191.11522,234.73473,22.091812,136.3875,37.36312,36.923885,2231.4504,1.5778205,125.16599,64.56821,435.09772,46.754887,440.89975,32.99823,149.39774,0.0,1658.3013,7192.9355,13.224299,504.43387,103.43343,36889.168,95.79723,11.815648,39.144238,123.22858,31.419182,12.827081,65.89911,1175.8287,336.2245,44.47759,9.323815,10.11064,328.3454,42.916744,612.42786,121.31028,2541.8652,421.70554,189.393,124.99432,250.24506,5.64582,8.340386,10.399523,2.4999497,1.9204608,69.4881,80.0018,93.41471,42.143063,43.033745,103.90312,11.413132,3251.8037,33.02322,40.565624,31.224306,26.292961,251.71342,65.86156,46.539932,8.931013,26.119663,43.20619,166.40846,426.24695,79.11507,273.68356,61.46637,65.78398,205.89243,137.5469,750.5131,126.56503,4.0050974,8.189931,5.2675834,60.9341,17350.895,2.758077,30.776024,49.052742,33.342724,283.84015,65.54023,130.18478,1.75175,124.257256,441.94366,231.46913,132.45439,444.75125,37.631435,90.90246,137.7486,10.581139,1.9173033,12.3451605,883.4723,0.04959182,0.2584486,57.6478,9.914609,4.644103,5.4648995,12.08606,81.66014,32.887917,106.891365,604.7892,285.14774,2444.7527,1967.181,36.70005,63.644386,8715.3125,8.164137,113.3022,738.56226,209.25876,287.77826,116.498055,718.7223,884.31433,487.1062,29.591667,160.58788,861.5066,1645.8848,81.13809,886.8984,103.65766,1.0916041,56.13221,0.8757635,0.5825529,2.4584577,65.0394,203.22942,131.42969,15.407269,1664.072,404.6303,206.6875,297.21805,94.04722,69.708336,64.92474,90.33357,66.10555,565.7328,213.05109,96.885735,73.371544,30.915798,120.72095,115.92324,18.26203,435.52512,122.61781,1388.9086,31.738836,1920.0286,78.00848,387.67935,1065.3837,45.48458,16.115074,858.5043,802.249,2138.8906,111.10437 +2023-09-15 08:00:00,0.0,15366.011,365.3967,53.908,58.935944,48.40202,228.67827,33.79162,56.03198,23.496264,33.194286,1506.6934,147.0797,21.134493,194.89389,0.3337061,0.026960207,31.68712,0.1836746,0.12210107,479.04153,0.10900407,494.59427,68.50436,0.11670205,0.13266212,153.46562,24.937607,53.64074,100.16875,22097.713,0.036496416,2072.9026,0.37206185,0.071588404,0.062091958,0.12221707,191.18565,234.85735,22.091904,136.35,37.36887,36.883698,2231.2446,1.5772102,125.04276,64.50223,435.06726,46.720776,440.98196,32.970062,149.26637,0.0,1657.1638,7187.771,13.1985655,504.21292,103.359085,36880.516,95.69628,11.793294,39.09836,123.030464,31.379698,12.803816,65.78809,1174.946,336.29584,44.44089,9.306277,10.10091,327.9586,42.85745,611.5285,121.41555,2541.6963,422.1111,189.21388,125.08552,250.69247,5.644873,8.338431,10.403128,2.5012522,1.922123,69.44602,79.96632,93.41078,42.114826,43.023525,103.83275,11.412015,3253.014,33.01162,40.525,31.195452,26.266588,251.65186,65.826805,46.48611,8.9254875,26.105917,43.17304,166.24617,425.71228,79.07889,273.53955,61.4269,65.68947,205.71582,137.41695,749.9568,126.47224,3.9994447,8.186111,5.2706666,60.954926,17344.002,2.7555037,30.764915,49.038612,33.317543,283.6831,65.53296,130.12103,1.7521482,124.24139,441.8831,231.42982,132.38405,444.69055,37.64037,90.884346,137.74568,10.583556,1.9180369,12.349883,883.306,0.049569327,0.25858888,57.671295,9.922111,4.6479096,5.470901,12.096135,81.65848,32.903336,106.94896,604.92,285.27274,2445.3816,1967.435,36.71882,63.66898,8711.447,8.16652,113.348145,738.5014,209.32,287.84277,116.52611,719.02295,884.2445,487.1239,29.590475,160.61407,861.11346,1645.0701,81.13694,886.6392,103.65574,1.0917685,56.11714,0.8758169,0.5827691,2.4585786,65.006294,203.29533,131.31456,15.413704,1662.5948,404.4315,206.64285,297.1611,93.973015,69.666664,64.84241,90.36856,66.01111,565.1446,212.93254,96.721245,73.29364,30.934721,120.62476,115.85815,18.248686,435.22684,122.539696,1387.3123,31.735533,1919.0355,78.00029,387.57846,1064.3557,45.443428,16.1239,858.4203,802.3358,2138.3276,111.16271 +2023-09-15 09:00:00,0.0,15359.126,365.37445,53.954464,58.96642,48.437122,228.79463,33.803684,56.057995,23.50259,33.21271,1507.3943,147.02185,21.14338,194.93959,0.33323658,0.027038464,31.6942,0.18346725,0.12215725,479.32446,0.10893403,494.7802,68.55241,0.11659567,0.13246307,153.51808,24.953526,53.65972,100.196465,22081.785,0.036508735,2072.8926,0.37253106,0.071516305,0.062182236,0.122055285,191.25607,234.97998,22.091993,136.3125,37.37462,36.84351,2231.0386,1.5766,124.91953,64.43624,435.03683,46.686665,441.06418,32.941895,149.135,0.0,1656.0261,7182.606,13.172832,503.99194,103.28473,36871.86,95.59533,11.770939,39.05248,122.83235,31.340216,12.780551,65.677086,1174.0635,336.3672,44.404198,9.288739,10.091182,327.57178,42.798153,610.6291,121.52083,2541.527,422.51666,189.03476,125.17671,251.1399,5.643926,8.336476,10.406732,2.502555,1.9237851,69.40395,79.930824,93.40685,42.08659,43.01331,103.762375,11.410898,3254.2239,33.00002,40.484375,31.1666,26.240215,251.59029,65.79205,46.432293,8.919962,26.092169,43.13989,166.08388,425.17764,79.04271,273.39554,61.387432,65.59496,205.53922,137.28699,749.40045,126.37945,3.9937918,8.182292,5.2737503,60.975746,17337.11,2.7529306,30.753809,49.02448,33.292362,283.52606,65.525696,130.05728,1.7525463,124.22552,441.8225,231.39053,132.31369,444.62982,37.649303,90.866234,137.74277,10.585973,1.9187706,12.354605,883.1398,0.04954683,0.25872916,57.69479,9.929613,4.651716,5.4769025,12.10621,81.65681,32.91875,107.00655,605.0508,285.39774,2446.0103,1967.6892,36.737583,63.693573,8707.581,8.168903,113.3941,738.4406,209.38126,287.9073,116.55417,719.3236,884.1747,487.14157,29.589285,160.64027,860.7204,1644.2555,81.13579,886.38007,103.65382,1.091933,56.102074,0.8758703,0.58298534,2.4586997,64.9732,203.36125,131.19942,15.420139,1661.1177,404.23264,206.59822,297.10416,93.89881,69.625,64.76007,90.40355,65.916664,564.55634,212.81398,96.55676,73.215744,30.953646,120.52857,115.79305,18.23534,434.92853,122.46158,1385.7161,31.73223,1918.0425,77.9921,387.47757,1063.3278,45.402275,16.132725,858.3363,802.42267,2137.7646,111.221054 +2023-09-15 10:00:00,0.0,15352.241,365.35217,54.000927,58.99689,48.47222,228.911,33.81575,56.08401,23.508915,33.23114,1508.0951,146.96399,21.152266,194.98528,0.33276704,0.02711672,31.70128,0.18325992,0.12221343,479.6074,0.10886398,494.96616,68.60046,0.1164893,0.13226402,153.57054,24.969444,53.678703,100.224174,22065.855,0.03652106,2072.8823,0.37300023,0.071444206,0.06227251,0.12189351,191.3265,235.10262,22.092083,136.275,37.380363,36.803318,2230.8328,1.5759897,124.796295,64.37026,435.0064,46.652554,441.1464,32.913727,149.00363,0.0,1654.8887,7177.4414,13.147097,503.77097,103.21038,36863.207,95.49438,11.748585,39.0066,122.63423,31.300732,12.757286,65.56607,1173.1808,336.43854,44.367504,9.271202,10.081452,327.18494,42.738857,609.72974,121.62611,2541.3582,422.9222,188.85564,125.26791,251.58731,5.642979,8.334521,10.4103365,2.5038574,1.9254472,69.36188,79.89533,93.40292,42.05835,43.00309,103.692,11.409781,3255.434,32.98842,40.44375,31.137745,26.213842,251.5287,65.7573,46.37847,8.914435,26.07842,43.10674,165.92159,424.64297,79.00653,273.25156,61.34796,65.50045,205.36263,137.15701,748.8441,126.28666,3.9881392,8.1784725,5.2768335,60.996567,17330.217,2.7503574,30.742702,49.010345,33.267185,283.36902,65.518425,129.99355,1.7529445,124.20965,441.76193,231.35123,132.24335,444.56912,37.65824,90.848114,137.73987,10.588389,1.9195042,12.359327,882.9735,0.049524337,0.25886944,57.71829,9.937115,4.6555223,5.4829044,12.116285,81.655136,32.934166,107.06415,605.1816,285.52274,2446.6392,1967.9432,36.75635,63.71817,8703.716,8.171287,113.44005,738.3798,209.4425,287.9718,116.58222,719.62427,884.1049,487.15924,29.588095,160.66649,860.32733,1643.4408,81.134636,886.1209,103.6519,1.0920974,56.087006,0.87592363,0.5832015,2.4588206,64.940094,203.42717,131.08427,15.426575,1659.6406,404.03378,206.55357,297.0472,93.8246,69.583336,64.677734,90.43853,65.82222,563.9681,212.69543,96.39227,73.13784,30.972569,120.43238,115.72796,18.221996,434.63022,122.38346,1384.1198,31.728926,1917.0494,77.98391,387.37665,1062.2998,45.36112,16.141548,858.2523,802.50946,2137.2017,111.279396 +2023-09-15 11:00:00,0.0,15345.356,365.32993,54.047394,59.027367,48.507324,229.02736,33.827816,56.110023,23.515242,33.249565,1508.7959,146.90614,21.161152,195.03098,0.3322975,0.027194977,31.708359,0.18305257,0.122269616,479.89032,0.10879394,495.15213,68.6485,0.11638292,0.13206497,153.62299,24.985363,53.697685,100.251884,22049.926,0.036533378,2072.8723,0.37346944,0.0713721,0.062362786,0.12173173,191.39693,235.22525,22.092173,136.2375,37.386112,36.76313,2230.6267,1.5753795,124.673065,64.304276,434.97595,46.618443,441.2286,32.88556,148.87227,0.0,1653.7511,7172.277,13.121363,503.55002,103.13603,36854.55,95.393425,11.72623,38.96072,122.43613,31.261248,12.734021,65.455055,1172.2981,336.5099,44.33081,9.253664,10.071724,326.79813,42.67956,608.8303,121.731384,2541.189,423.32776,188.67651,125.3591,252.03473,5.642032,8.332566,10.413941,2.5051599,1.9271092,69.31981,79.85984,93.398994,42.030113,42.99287,103.62163,11.408666,3256.644,32.976814,40.403126,31.108892,26.18747,251.46713,65.72255,46.324654,8.90891,26.064674,43.07359,165.7593,424.10834,78.970345,273.10754,61.308495,65.40594,205.18602,137.02705,748.2878,126.19386,3.9824862,8.174653,5.279917,61.01739,17323.324,2.7477844,30.731596,48.996216,33.242004,283.21198,65.511154,129.9298,1.7533426,124.19379,441.7014,231.31192,132.17299,444.5084,37.667175,90.83,137.73697,10.590806,1.9202378,12.36405,882.80725,0.04950184,0.25900972,57.741783,9.944617,4.659329,5.488906,12.126361,81.653465,32.949585,107.12175,605.3123,285.64774,2447.268,1968.1973,36.775116,63.742764,8699.851,8.173671,113.48599,738.31903,209.50375,288.03632,116.610275,719.92487,884.0351,487.1769,29.586905,160.69269,859.9342,1642.6262,81.13348,885.86176,103.64998,1.0922619,56.071938,0.87597704,0.5834178,2.4589417,64.90699,203.49309,130.96915,15.433009,1658.1635,403.83496,206.50893,296.99026,93.7504,69.541664,64.59539,90.47352,65.727776,563.3798,212.57689,96.22779,73.05994,30.991493,120.33619,115.66287,18.20865,434.3319,122.30534,1382.5236,31.725622,1916.0564,77.97572,387.27576,1061.272,45.319965,16.150373,858.16833,802.59625,2136.6387,111.33773 +2023-09-15 12:00:00,0.0,15338.472,365.30765,54.093857,59.057842,48.542423,229.1437,33.83988,56.13604,23.521566,33.26799,1509.4967,146.84828,21.170036,195.07666,0.33182797,0.027273232,31.715439,0.18284523,0.1223258,480.17325,0.10872389,495.33807,68.69655,0.11627654,0.1318659,153.67545,25.001282,53.716667,100.279594,22033.998,0.036545698,2072.8623,0.37393862,0.0713,0.06245306,0.12156995,191.46736,235.34787,22.092264,136.2,37.39186,36.722942,2230.421,1.5747693,124.549835,64.2383,434.94556,46.58433,441.31082,32.85739,148.7409,0.0,1652.6135,7167.112,13.095628,503.32904,103.06168,36845.9,95.292465,11.703876,38.91484,122.238014,31.221766,12.710756,65.34405,1171.4154,336.58124,44.294117,9.236126,10.0619955,326.41132,42.620266,607.93097,121.83666,2541.02,423.73334,188.49738,125.450294,252.48216,5.641085,8.330611,10.417546,2.5064626,1.9287714,69.27773,79.824356,93.395065,42.001873,42.982655,103.551254,11.407549,3257.8542,32.965214,40.3625,31.080038,26.161097,251.40556,65.6878,46.270832,8.903383,26.050926,43.04044,165.597,423.5737,78.934166,272.96353,61.269024,65.311424,205.00941,136.89708,747.73145,126.101074,3.9768336,8.170834,5.283,61.03821,17316.432,2.7452111,30.72049,48.982082,33.216824,283.05493,65.50389,129.86604,1.7537408,124.17792,441.6408,231.27263,132.10265,444.4477,37.67611,90.81188,137.73405,10.593223,1.9209714,12.368772,882.641,0.049479347,0.25915,57.765278,9.952119,4.6631355,5.4949074,12.136436,81.6518,32.965,107.179344,605.4431,285.77274,2447.8967,1968.4513,36.793884,63.76736,8695.984,8.176054,113.531944,738.25824,209.565,288.10083,116.63833,720.2255,883.9653,487.19458,29.585714,160.71889,859.54114,1641.8115,81.132324,885.6026,103.648056,1.0924264,56.056866,0.87603045,0.58363396,2.4590626,64.873886,203.559,130.854,15.439445,1656.6863,403.6361,206.4643,296.93332,93.67619,69.5,64.513054,90.50851,65.63333,562.79156,212.45833,96.06331,72.98204,31.010416,120.24,115.59778,18.195307,434.0336,122.22723,1380.9272,31.722319,1915.0634,77.96754,387.17487,1060.244,45.278812,16.159199,858.08435,802.6831,2136.0757,111.39607 +2023-09-15 13:00:00,0.0,15331.587,365.2854,54.14032,59.088314,48.577526,229.26007,33.851948,56.162056,23.527891,33.28642,1510.1976,146.79044,21.178923,195.12236,0.33135843,0.02735149,31.722519,0.18263789,0.122381985,480.45615,0.10865384,495.52402,68.7446,0.11617016,0.13166685,153.7279,25.0172,53.73565,100.307304,22018.068,0.03655802,2072.8523,0.37440783,0.0712279,0.06254334,0.12140817,191.5378,235.4705,22.092354,136.1625,37.39761,36.682755,2230.2148,1.574159,124.4266,64.17232,434.9151,46.55022,441.39304,32.829227,148.60953,0.0,1651.4761,7161.9473,13.069894,503.10806,102.987335,36837.246,95.19151,11.68152,38.86896,122.0399,31.182281,12.687491,65.23303,1170.5328,336.65262,44.257423,9.218588,10.052266,326.02448,42.56097,607.03156,121.94194,2540.8508,424.1389,188.31825,125.5415,252.92958,5.640138,8.328656,10.421151,2.507765,1.9304335,69.235664,79.788864,93.391136,41.973637,42.972435,103.48088,11.406432,3259.0642,32.953613,40.321877,31.051186,26.134726,251.344,65.653046,46.217014,8.897858,26.037178,43.00729,165.43471,423.03903,78.89799,272.81955,61.229557,65.21691,204.83281,136.76712,747.1752,126.008286,3.9711807,8.167014,5.2860837,61.059036,17309.54,2.7426379,30.709383,48.967953,33.191643,282.89792,65.49662,129.8023,1.754139,124.16205,441.58023,231.23332,132.0323,444.38696,37.685047,90.79377,137.73114,10.595639,1.921705,12.373494,882.47473,0.04945685,0.25929028,57.788773,9.95962,4.666942,5.5009093,12.146511,81.65013,32.980415,107.23694,605.5739,285.89774,2448.5256,1968.7054,36.81265,63.791954,8692.119,8.178437,113.57789,738.19745,209.62625,288.16534,116.66639,720.5262,883.89545,487.21225,29.584524,160.74509,859.148,1640.997,81.13117,885.34344,103.64613,1.0925908,56.041798,0.8760838,0.5838502,2.4591837,64.84079,203.62491,130.73888,15.44588,1655.2092,403.43726,206.41965,296.8764,93.60198,69.458336,64.43072,90.54349,65.53889,562.20337,212.33978,95.89882,72.90414,31.029339,120.14381,115.532684,18.181961,433.7353,122.14912,1379.331,31.719015,1914.0703,77.95935,387.07397,1059.2161,45.23766,16.168024,858.00037,802.7699,2135.5127,111.454414 +2023-09-15 14:00:00,0.0,15324.702,365.26315,54.186787,59.11879,48.612625,229.37643,33.864014,56.188072,23.534218,33.304844,1510.8984,146.73257,21.187809,195.16806,0.3308889,0.027429745,31.729597,0.18243055,0.12243816,480.73907,0.1085838,495.70996,68.79265,0.11606378,0.1314678,153.78036,25.03312,53.75463,100.335014,22002.139,0.03657034,2072.8423,0.374877,0.071155794,0.06263361,0.1212464,191.60822,235.59314,22.092443,136.125,37.403355,36.642563,2230.0088,1.5735488,124.30337,64.10633,434.88467,46.51611,441.47525,32.80106,148.47816,0.0,1650.3384,7156.782,13.04416,502.88712,102.91298,36828.59,95.09056,11.659166,38.823082,121.8418,31.142797,12.664227,65.122025,1169.6501,336.72397,44.22073,9.201051,10.042538,325.63766,42.50167,606.1322,122.04722,2540.682,424.54443,188.13913,125.63269,253.377,5.639191,8.326701,10.424755,2.5090675,1.9320955,69.19359,79.75337,93.38721,41.945396,42.96222,103.41051,11.405315,3260.2744,32.942013,40.28125,31.022333,26.108353,251.28241,65.61829,46.163193,8.892331,26.023432,42.97414,165.27242,422.5044,78.86181,272.67554,61.190086,65.1224,204.6562,136.63716,746.61884,125.91549,3.965528,8.163195,5.289167,61.079857,17302.645,2.7400649,30.698277,48.95382,33.166462,282.74088,65.48935,129.73856,1.754537,124.14618,441.51965,231.19402,131.96194,444.32626,37.69398,90.77566,137.72824,10.598056,1.9224386,12.378216,882.3085,0.049434356,0.25943056,57.812267,9.967123,4.6707487,5.506911,12.156587,81.64846,32.995834,107.29454,605.7047,286.02274,2449.1543,1968.9595,36.831417,63.816547,8688.254,8.18082,113.62384,738.1366,209.6875,288.22986,116.69444,720.82684,883.8256,487.22992,29.583334,160.7713,858.75494,1640.1823,81.13002,885.08435,103.64421,1.0927553,56.02673,0.8761372,0.5840664,2.4593046,64.807686,203.69083,130.62373,15.452315,1653.732,403.23843,206.375,296.81946,93.52778,69.416664,64.34838,90.578476,65.44444,561.6151,212.22122,95.73434,72.82623,31.048264,120.047615,115.46759,18.168615,433.43698,122.071,1377.7347,31.715712,1913.0773,77.951164,386.97308,1058.1881,45.196503,16.17685,857.9164,802.8567,2134.9497,111.51275 +2023-09-15 15:00:00,0.0,15317.816,365.24088,54.23325,59.14926,48.647728,229.4928,33.87608,56.214085,23.540543,33.323273,1511.5992,146.67473,21.196695,195.21375,0.33041936,0.027508002,31.736677,0.1822232,0.12249435,481.022,0.10851375,495.89594,68.8407,0.1159574,0.13126875,153.83281,25.049038,53.773613,100.362724,21986.209,0.03658266,2072.8323,0.3753462,0.071083695,0.06272389,0.121084616,191.67865,235.71577,22.092533,136.0875,37.409103,36.602375,2229.803,1.5729384,124.18014,64.04035,434.85425,46.482,441.55746,32.772892,148.3468,0.0,1649.2009,7151.6177,13.018425,502.66614,102.83863,36819.938,94.98961,11.636811,38.777203,121.643684,31.103315,12.640962,65.01101,1168.7675,336.79532,44.184036,9.183513,10.032808,325.25085,42.442375,605.2328,122.1525,2540.5127,424.94998,187.96,125.723885,253.82442,5.638244,8.324746,10.42836,2.51037,1.9337577,69.15152,79.71789,93.38328,41.91716,42.952,103.34013,11.404199,3261.4844,32.930412,40.240623,30.993479,26.08198,251.22084,65.58354,46.109375,8.886806,26.009684,42.94099,165.11012,421.96973,78.82562,272.53156,61.15062,65.027885,204.4796,136.50719,746.0625,125.8227,3.959875,8.159375,5.29225,61.100677,17295.752,2.7374916,30.68717,48.939686,33.14128,282.58383,65.482086,129.6748,1.7549351,124.13031,441.45908,231.15471,131.8916,444.26556,37.702915,90.75754,137.72534,10.600472,1.9231722,12.382938,882.1422,0.04941186,0.25957084,57.835762,9.974625,4.6745553,5.5129123,12.166662,81.64679,33.01125,107.352135,605.83545,286.14774,2449.7832,1969.2135,36.85018,63.841145,8684.389,8.183204,113.66979,738.0758,209.74875,288.29437,116.722496,721.1275,883.7558,487.2476,29.582142,160.7975,858.3618,1639.3677,81.12886,884.8252,103.64229,1.0929197,56.01166,0.87619054,0.58428264,2.4594254,64.77458,203.75674,130.5086,15.45875,1652.2549,403.03958,206.33035,296.7625,93.45357,69.375,64.266045,90.613464,65.35,561.02686,212.10268,95.56985,72.74834,31.067186,119.95142,115.4025,18.155272,433.13867,121.99288,1376.1385,31.712408,1912.0842,77.94298,386.87216,1057.1603,45.15535,16.185675,857.8324,802.94354,2134.3867,111.57109 +2023-09-15 16:00:00,0.0,15310.932,365.21863,54.279713,59.179737,48.682827,229.60916,33.88815,56.2401,23.546867,33.341698,1512.3,146.61687,21.20558,195.25945,0.32994983,0.027586259,31.743757,0.18201587,0.12255053,481.30493,0.10844371,496.08188,68.88875,0.11585102,0.13106969,153.88527,25.064957,53.79259,100.390434,21970.281,0.036594983,2072.8223,0.3758154,0.071011595,0.06281417,0.12092283,191.74907,235.8384,22.092625,136.05,37.414852,36.562187,2229.597,1.5723282,124.05691,63.97437,434.82382,46.447887,441.63968,32.744724,148.21542,0.0,1648.0634,7146.453,12.992691,502.44516,102.76428,36811.28,94.88866,11.614457,38.731323,121.44557,31.063831,12.617697,64.9,1167.8849,336.86667,44.14734,9.165975,10.02308,324.864,42.38308,604.33344,122.257774,2540.3438,425.35556,187.78087,125.81508,254.27184,5.637297,8.322791,10.431965,2.5116727,1.9354198,69.10944,79.682396,93.37935,41.88892,42.941784,103.26976,11.403082,3262.6943,32.918808,40.2,30.964626,26.055607,251.15927,65.54879,46.055557,8.88128,25.995935,42.90784,164.94783,421.4351,78.789444,272.38754,61.11115,64.93337,204.303,136.37723,745.50616,125.72991,3.9542224,8.155556,5.2953334,61.121502,17288.86,2.7349186,30.676064,48.925556,33.1161,282.4268,65.474815,129.61107,1.7553333,124.11444,441.3985,231.11542,131.82124,444.20483,37.711853,90.739426,137.72243,10.602889,1.9239058,12.387661,881.97595,0.049389366,0.25971112,57.85926,9.982127,4.678362,5.518914,12.176738,81.64513,33.02667,107.40973,605.96625,286.27274,2450.4119,1969.4675,36.86895,63.865738,8680.522,8.185587,113.71574,738.015,209.81,288.3589,116.75056,721.4281,883.686,487.26526,29.580952,160.8237,857.96875,1638.553,81.12771,884.56604,103.64037,1.0930842,55.996593,0.87624395,0.5844989,2.4595466,64.741486,203.82266,130.39346,15.465185,1650.7778,402.84073,206.28572,296.70557,93.379364,69.333336,64.1837,90.648445,65.255554,560.4386,211.98413,95.405365,72.67043,31.086111,119.85524,115.33741,18.141926,432.8404,121.914764,1374.5422,31.709105,1911.0911,77.934784,386.77127,1056.1323,45.114197,16.1945,857.7484,803.03033,2133.8237,111.62943 +2023-09-15 17:00:00,0.0,15304.047,365.19635,54.32618,59.21021,48.71793,229.72552,33.900215,56.266117,23.553194,33.360123,1513.0009,146.55902,21.214466,195.30515,0.3294803,0.027664514,31.750835,0.18180853,0.12260671,481.58786,0.10837366,496.26782,68.9368,0.11574464,0.13087064,153.93773,25.080875,53.811573,100.418144,21954.352,0.036607303,2072.8123,0.3762846,0.070939496,0.06290444,0.12076105,191.8195,235.96103,22.092714,136.0125,37.420597,36.522,2229.391,1.571718,123.93367,63.908386,434.7934,46.413776,441.7219,32.716557,148.08406,0.0,1646.9258,7141.288,12.966956,502.2242,102.68993,36802.63,94.787704,11.592102,38.68544,121.24745,31.024347,12.594432,64.78899,1167.0022,336.93802,44.110645,9.148437,10.013351,324.4772,42.323784,603.434,122.36305,2540.1746,425.7611,187.60176,125.90627,254.71925,5.63635,8.320836,10.43557,2.5129752,1.9370819,69.06737,79.646904,93.37542,41.860683,42.931564,103.19939,11.401965,3263.9045,32.907207,40.159374,30.935772,26.029234,251.09769,65.51404,46.001736,8.875753,25.982187,42.87469,164.78554,420.90045,78.753265,272.24353,61.071682,64.83887,204.1264,136.24725,744.9498,125.63712,3.9485698,8.151736,5.2984166,61.142323,17281.967,2.7323453,30.664957,48.911423,33.09092,282.26974,65.467545,129.54732,1.7557315,124.09857,441.33792,231.07611,131.7509,444.14413,37.720787,90.721306,137.71951,10.605306,1.9246395,12.392383,881.8097,0.04936687,0.2598514,57.882755,9.989629,4.6821685,5.5249157,12.186813,81.643456,33.042084,107.46732,606.09705,286.39774,2451.0408,1969.7216,36.887714,63.890335,8676.657,8.18797,113.76169,737.9542,209.87125,288.4234,116.77861,721.72876,883.61615,487.28293,29.579762,160.84991,857.5756,1637.7384,81.12656,884.3069,103.63845,1.0932487,55.98152,0.87629735,0.58471507,2.4596674,64.70838,203.88858,130.27832,15.471621,1649.3007,402.6419,206.24107,296.64862,93.30516,69.291664,64.101364,90.68343,65.16111,559.8504,211.86557,95.240875,72.59253,31.105034,119.75905,115.272316,18.128582,432.54208,121.83665,1372.946,31.705801,1910.098,77.9266,386.67038,1055.1044,45.07304,16.203325,857.6644,803.1171,2133.2607,111.68777 +2023-09-15 18:00:00,0.0,15297.162,365.1741,54.372643,59.240685,48.75303,229.84189,33.91228,56.292133,23.559519,33.37855,1513.7018,146.50116,21.223352,195.35083,0.32901075,0.027742771,31.757915,0.18160118,0.122662894,481.87076,0.108303614,496.45377,68.98485,0.11563826,0.13067159,153.99019,25.096794,53.830555,100.445854,21938.422,0.036619622,2072.8022,0.37675378,0.07086739,0.06299472,0.12059927,191.88992,236.08366,22.092804,135.975,37.426346,36.481808,2229.185,1.5711077,123.81044,63.842407,434.76294,46.379665,441.8041,32.68839,147.9527,0.0,1645.7882,7136.1235,12.941222,502.00323,102.61558,36793.973,94.68675,11.569748,38.63956,121.04935,30.984865,12.571167,64.67798,1166.1195,337.00937,44.07395,9.130899,10.003622,324.0904,42.26449,602.53467,122.46833,2540.0056,426.16666,187.42264,125.99747,255.16667,5.635403,8.318881,10.439174,2.5142777,1.938744,69.0253,79.61141,93.37149,41.832443,42.92135,103.12901,11.400848,3265.1145,32.895607,40.11875,30.90692,26.002861,251.03612,65.47929,45.947918,8.870228,25.968441,42.84154,164.62326,420.36578,78.71709,272.09955,61.03221,64.744354,203.9498,136.1173,744.3935,125.54433,3.9429169,8.147917,5.3015003,61.163143,17275.074,2.7297723,30.65385,48.897293,33.06574,282.1127,65.46027,129.48357,1.7561296,124.08271,441.27734,231.0368,131.68054,444.0834,37.72972,90.70319,137.71661,10.607722,1.9253731,12.397105,881.64343,0.049344376,0.25999168,57.90625,9.99713,4.6859746,5.530917,12.196888,81.641785,33.0575,107.524925,606.22784,286.52274,2451.6694,1969.9757,36.906483,63.91493,8672.792,8.190353,113.80764,737.89343,209.93251,288.4879,116.80666,722.0294,883.5463,487.3006,29.578571,160.87611,857.18256,1636.9237,81.125404,884.0477,103.63653,1.0934131,55.966454,0.8763507,0.5849313,2.4597886,64.67528,203.9545,130.1632,15.478056,1647.8235,402.44305,206.19643,296.59167,93.23095,69.25,64.01903,90.71842,65.066666,559.26215,211.74702,95.07639,72.51463,31.123957,119.66286,115.20722,18.115236,432.24377,121.75853,1371.3497,31.702497,1909.105,77.91841,386.56946,1054.0764,45.031887,16.212149,857.58044,803.204,2132.6978,111.74611 +2023-09-15 19:00:00,0.0,15290.277,365.15186,54.419106,59.271156,48.78813,229.95825,33.924347,56.31815,23.565845,33.396976,1514.4026,146.44331,21.232237,195.39653,0.32854122,0.027821027,31.764996,0.18139385,0.12271908,482.1537,0.10823356,496.63974,69.0329,0.115531884,0.13047254,154.04263,25.112713,53.849537,100.473564,21922.494,0.036631946,2072.7922,0.37722299,0.07079529,0.063085,0.1204375,191.96036,236.2063,22.092896,135.9375,37.432095,36.44162,2228.9792,1.5704975,123.68721,63.776424,434.73254,46.345554,441.88632,32.660225,147.82133,0.0,1644.6506,7130.9585,12.915488,501.78226,102.54123,36785.32,94.5858,11.547393,38.59368,120.851234,30.945381,12.547901,64.56696,1165.2368,337.08072,44.03726,9.113361,9.993894,323.70355,42.205193,601.63525,122.57361,2539.8364,426.5722,187.24352,126.08867,255.61409,5.634456,8.316926,10.442779,2.5155804,1.9404061,68.98322,79.57593,93.36756,41.804207,42.91113,103.05864,11.399732,3266.3247,32.884007,40.078125,30.878065,25.97649,250.97455,65.444534,45.894096,8.864701,25.954693,42.80839,164.46097,419.83115,78.6809,271.95554,60.992744,64.64984,203.7732,135.98734,743.83716,125.45154,3.9372642,8.144097,5.3045835,61.183968,17268.182,2.727199,30.642742,48.88316,33.040558,281.95566,65.45301,129.41983,1.7565278,124.06684,441.21677,230.99751,131.6102,444.0227,37.738655,90.68508,137.71371,10.610139,1.9261067,12.401827,881.4772,0.04932188,0.26013196,57.929745,10.004633,4.689781,5.536919,12.206964,81.640114,33.072918,107.58252,606.3586,286.64774,2452.2983,1970.2297,36.925247,63.93952,8668.926,8.192737,113.853584,737.8326,209.99376,288.55243,116.834724,722.3301,883.4765,487.3183,29.577381,160.90231,856.7894,1636.1091,81.12425,883.7886,103.634605,1.0935776,55.951385,0.8764041,0.5851475,2.4599094,64.64217,204.02042,130.04805,15.484491,1646.3464,402.2442,206.1518,296.53473,93.156746,69.208336,63.93669,90.7534,64.97222,558.6739,211.62846,94.91191,72.43673,31.142881,119.566666,115.14213,18.101892,431.94547,121.68042,1369.7534,31.699194,1908.1119,77.910225,386.46857,1053.0486,44.990734,16.220974,857.49646,803.2908,2132.1348,111.80445 +2023-09-15 20:00:00,0.0,15283.393,365.12958,54.465572,59.301632,48.82323,230.07462,33.936413,56.344162,23.57217,33.4154,1515.1034,146.38545,21.241123,195.44221,0.32807168,0.027899284,31.772074,0.1811865,0.122775264,482.4366,0.10816352,496.82568,69.08095,0.11542551,0.13027349,154.0951,25.128632,53.86852,100.501274,21906.564,0.036644265,2072.782,0.37769216,0.07072319,0.06317527,0.12027572,192.03079,236.32892,22.092985,135.9,37.437843,36.401432,2228.7732,1.5698873,123.56397,63.71044,434.7021,46.311443,441.96854,32.632057,147.68996,0.0,1643.5132,7125.794,12.889753,501.5613,102.46688,36776.668,94.48484,11.525039,38.547802,120.65312,30.9059,12.524636,64.45595,1164.3542,337.15207,44.000565,9.095823,9.984164,323.31674,42.145897,600.7359,122.67889,2539.6675,426.97778,187.06439,126.17986,256.0615,5.633509,8.31497,10.446383,2.516883,1.9420682,68.941154,79.540436,93.36363,41.77597,42.900913,102.988266,11.398615,3267.5347,32.872406,40.0375,30.849213,25.950117,250.91296,65.40978,45.84028,8.859176,25.940945,42.775246,164.29868,419.2965,78.64472,271.81152,60.953274,64.55533,203.59659,135.85736,743.2808,125.35875,3.9316113,8.140278,5.307667,61.20479,17261.29,2.724626,30.631636,48.869026,33.015377,281.79865,65.44574,129.35608,1.756926,124.05097,441.1562,230.9582,131.53984,443.96198,37.747593,90.66696,137.7108,10.6125555,1.9268403,12.406549,881.3109,0.049299385,0.2602722,57.95324,10.012135,4.693588,5.5429206,12.217039,81.63845,33.088333,107.640114,606.4894,286.77274,2452.927,1970.4838,36.944016,63.96412,8665.061,8.19512,113.899536,737.7718,210.05501,288.61694,116.86278,722.63074,883.4067,487.33597,29.57619,160.92851,856.39636,1635.2944,81.12309,883.5294,103.63268,1.0937421,55.936317,0.87645745,0.58536375,2.4600306,64.60908,204.08633,129.93292,15.490926,1644.8693,402.04538,206.10715,296.47778,93.082535,69.166664,63.85435,90.78839,64.87778,558.08563,211.50992,94.74742,72.358826,31.161804,119.470474,115.077034,18.088547,431.64716,121.6023,1368.1572,31.69589,1907.1189,77.90204,386.36768,1052.0206,44.94958,16.2298,857.4125,803.37756,2131.5718,111.862785 +2023-09-15 21:00:00,0.0,15276.508,365.10733,54.512035,59.332104,48.858334,230.19098,33.94848,56.37018,23.578495,33.43383,1515.8042,146.3276,21.25001,195.48792,0.32760215,0.027977541,31.779154,0.18097916,0.12283144,482.71954,0.10809347,497.01163,69.129,0.11531913,0.13007443,154.14755,25.14455,53.8875,100.528984,21890.635,0.036656585,2072.772,0.37816137,0.070651084,0.06326555,0.12011394,192.10121,236.45155,22.093075,135.8625,37.44359,36.361244,2228.5674,1.5692769,123.44074,63.64446,434.67166,46.277332,442.05075,32.60389,147.5586,0.0,1642.3755,7120.6294,12.864019,501.34033,102.39253,36768.01,94.38389,11.502684,38.501923,120.45501,30.866415,12.501371,64.34494,1163.4716,337.22345,43.96387,9.078285,9.974436,322.92993,42.0866,599.8365,122.784164,2539.4983,427.38333,186.88525,126.27106,256.5089,5.632562,8.313015,10.449988,2.5181854,1.9437302,68.89908,79.504944,93.3597,41.74773,42.890694,102.91789,11.397498,3268.7449,32.8608,39.996876,30.820358,25.923744,250.8514,65.37503,45.786457,8.85365,25.927198,42.742096,164.13638,418.76184,78.60854,271.66754,60.913807,64.460815,203.41998,135.7274,742.72455,125.26595,3.9259586,8.136458,5.31075,61.22561,17254.396,2.7220528,30.62053,48.854897,32.990196,281.6416,65.43847,129.29233,1.7573241,124.0351,441.0956,230.9189,131.4695,443.90128,37.756527,90.64885,137.70789,10.614972,1.9275739,12.411272,881.14465,0.04927689,0.26041248,57.976734,10.019637,4.6973944,5.548922,12.227115,81.63678,33.103752,107.697716,606.6202,286.89774,2453.556,1970.7378,36.96278,63.988712,8661.195,8.197503,113.94549,737.711,210.11626,288.68146,116.89083,722.9314,883.33685,487.35364,29.574999,160.95473,856.00323,1634.4799,81.12194,883.2703,103.63076,1.0939065,55.92125,0.87651086,0.58557993,2.4601514,64.57597,204.15225,129.81778,15.497361,1643.3921,401.84653,206.0625,296.42084,93.00833,69.125,63.772015,90.82338,64.78333,557.49744,211.39137,94.58294,72.28093,31.180729,119.37428,115.01194,18.075203,431.34885,121.524185,1366.5609,31.692587,1906.1259,77.89385,386.26678,1050.9927,44.908424,16.238625,857.3285,803.4644,2131.0088,111.92113 +2023-09-15 22:00:00,0.0,15269.623,365.08505,54.5585,59.36258,48.893433,230.30734,33.960545,56.396194,23.584822,33.452255,1516.5051,146.26974,21.258896,195.53362,0.3271326,0.028055796,31.786234,0.18077181,0.12288763,483.00244,0.10802343,497.19757,69.17704,0.11521275,0.12987538,154.20001,25.16047,53.906483,100.556694,21874.705,0.036668908,2072.762,0.37863055,0.070578985,0.06335582,0.11995216,192.17165,236.57419,22.093164,135.825,37.449337,36.321053,2228.3613,1.5686667,123.31751,63.57848,434.64124,46.24322,442.13297,32.57572,147.42723,0.0,1641.238,7115.4644,12.8382845,501.11935,102.31818,36759.36,94.282936,11.4803295,38.456043,120.256905,30.826931,12.4781065,64.233925,1162.5889,337.2948,43.927177,9.060748,9.964707,322.5431,42.027306,598.93713,122.88944,2539.3293,427.78888,186.70613,126.36225,256.95633,5.631615,8.31106,10.453592,2.5194879,1.9453924,68.85701,79.46945,93.355774,41.719494,42.880478,102.84752,11.396381,3269.9548,32.8492,39.95625,30.791506,25.897371,250.78983,65.34028,45.73264,8.848124,25.91345,42.708946,163.97409,418.2272,78.572365,271.52353,60.874336,64.3663,203.24338,135.59743,742.1682,125.173164,3.9203057,8.132639,5.3138337,61.246433,17247.504,2.7194796,30.609423,48.840763,32.965015,281.48456,65.431206,129.22859,1.7577223,124.01923,441.03503,230.8796,131.39914,443.84055,37.76546,90.63073,137.70499,10.617389,1.9283075,12.415994,880.9784,0.049254395,0.26055276,58.000233,10.027139,4.701201,5.554924,12.237189,81.63511,33.119167,107.75531,606.751,287.02274,2454.1846,1970.992,36.98155,64.013306,8657.329,8.199886,113.99143,737.6502,210.1775,288.74597,116.918884,723.232,883.267,487.3713,29.573809,160.98093,855.61017,1633.6652,81.12079,883.01117,103.628845,1.094071,55.906178,0.87656426,0.5857962,2.4602726,64.54287,204.21817,129.70265,15.503797,1641.915,401.64767,206.01785,296.3639,92.93413,69.083336,63.689674,90.85837,64.68889,556.9092,211.27281,94.41845,72.203026,31.199652,119.27809,114.94685,18.061857,431.05054,121.44607,1364.9647,31.689283,1905.1328,77.88566,386.1659,1049.9647,44.86727,16.24745,857.2445,803.5512,2130.4458,111.97947 +2023-09-15 23:00:00,0.0,15262.738,365.0628,54.604965,59.39305,48.928535,230.4237,33.97261,56.42221,23.591146,33.470684,1517.2059,146.2119,21.26778,195.5793,0.32666308,0.028134054,31.793312,0.18056448,0.12294381,483.28537,0.10795338,497.38354,69.22509,0.115106374,0.12967633,154.25246,25.176388,53.925465,100.584404,21858.777,0.036681227,2072.752,0.37909976,0.070506886,0.0634461,0.119790375,192.24207,236.69682,22.093256,135.7875,37.455086,36.280865,2228.1555,1.5680565,123.194275,63.512497,434.61078,46.20911,442.21518,32.547554,147.29587,0.0,1640.1005,7110.3,12.812551,500.8984,102.24383,36750.703,94.181984,11.457974,38.410164,120.05879,30.787449,12.454842,64.12292,1161.7062,337.36615,43.890484,9.04321,9.954978,322.15628,41.96801,598.0377,122.99472,2539.1602,428.19443,186.52701,126.453445,257.40375,5.630668,8.309105,10.457197,2.5207906,1.9470545,68.81493,79.43397,93.351845,41.691254,42.87026,102.777145,11.395265,3271.165,32.8376,39.915627,30.762651,25.870998,250.72824,65.30553,45.678818,8.842598,25.899702,42.675797,163.8118,417.69254,78.53618,271.37952,60.83487,64.27179,203.06677,135.46747,741.6119,125.080376,3.914653,8.128819,5.316917,61.267254,17240.611,2.7169065,30.598316,48.826633,32.939835,281.3275,65.423935,129.16484,1.7581204,124.003365,440.97446,230.8403,131.3288,443.77985,37.7744,90.61262,137.70209,10.619805,1.9290411,12.420716,880.81213,0.049231898,0.26069304,58.023727,10.03464,4.7050076,5.5609255,12.247265,81.63344,33.134583,107.812904,606.8817,287.14774,2454.8135,1971.246,37.000313,64.0379,8653.464,8.20227,114.037384,737.5894,210.23875,288.8105,116.946945,723.53265,883.1972,487.38898,29.572618,161.00713,855.21704,1632.8506,81.11964,882.752,103.62692,1.0942354,55.89111,0.8766176,0.58601236,2.4603934,64.509766,204.28409,129.58751,15.510232,1640.4379,401.44885,205.97322,296.30695,92.85992,69.041664,63.607338,90.89335,64.594444,556.3209,211.15427,94.25397,72.12512,31.218576,119.1819,114.88176,18.048513,430.75223,121.36795,1363.3684,31.68598,1904.1398,77.87747,386.06497,1048.9369,44.82612,16.256275,857.1605,803.638,2129.8828,112.0378 +2023-09-16 00:00:00,0.0,15255.854,365.04053,54.65143,59.423527,48.96364,230.54007,33.98468,56.448227,23.597473,33.48911,1517.9067,146.15405,21.276667,195.625,0.32619357,0.028212309,31.800392,0.18035713,0.122999996,483.5683,0.107883334,497.5695,69.27314,0.114999995,0.12947728,154.30492,25.192307,53.944443,100.61212,21842.848,0.03669355,2072.742,0.37956893,0.07043478,0.063536376,0.1196286,192.3125,236.81946,22.093346,135.75,37.46083,36.240677,2227.9495,1.5674462,123.071045,63.446514,434.58038,46.175,442.2974,32.519386,147.16449,0.0,1638.9629,7105.135,12.786817,500.67743,102.16948,36742.05,94.08103,11.43562,38.364285,119.86067,30.747965,12.431577,64.0119,1160.8236,337.4375,43.85379,9.025672,9.94525,321.76947,41.908714,597.1383,123.1,2538.9912,428.59998,186.34787,126.54465,257.85117,5.6297216,8.30715,10.460802,2.522093,1.9487166,68.772865,79.39847,93.347916,41.663017,42.86004,102.70677,11.394148,3272.375,32.826,39.875,30.733799,25.844627,250.66667,65.270775,45.625,8.837071,25.885956,42.642647,163.6495,417.1579,78.5,271.23553,60.7954,64.17728,202.89017,135.3375,741.05554,124.98758,3.9090002,8.125,5.32,61.28808,17233.719,2.7143333,30.58721,48.8125,32.914658,281.17047,65.416664,129.10109,1.7585185,123.9875,440.91388,230.801,131.25844,443.71912,37.783333,90.5945,137.69917,10.622223,1.9297748,12.425438,880.6459,0.0492094,0.26083332,58.047222,10.042143,4.708814,5.566927,12.25734,81.631775,33.15,107.8705,607.0126,287.27274,2455.4424,1971.5,37.01908,64.0625,8649.599,8.204653,114.08333,737.52856,210.3,288.875,116.975,723.8333,883.12744,487.40665,29.571428,161.03333,854.824,1632.0359,81.118484,882.49286,103.625,1.0943999,55.87604,0.876671,0.5862286,2.4605145,64.47667,204.35,129.47238,15.516666,1638.9607,401.25,205.92857,296.25,92.78571,69.0,63.525,90.92834,64.5,555.73267,211.0357,94.08948,72.047226,31.2375,119.08571,114.816666,18.035168,430.45392,121.28984,1361.7722,31.682676,1903.1467,77.869286,385.96408,1047.9089,44.784966,16.2651,857.07654,803.72485,2129.3198,112.096146 +2023-09-16 01:00:00,0.0,15248.968,365.01828,54.69789,59.454002,48.998737,230.65642,33.996746,56.47424,23.603798,33.507534,1518.6075,146.09619,21.285553,195.6707,0.32572404,0.028290566,31.807472,0.1801498,0.12305617,483.85123,0.10781329,497.75543,69.32119,0.114893615,0.12927821,154.35738,25.208227,53.963425,100.63983,21826.918,0.03670587,2072.732,0.38003814,0.07036268,0.06362665,0.11946683,192.38293,236.94208,22.093435,135.7125,37.46658,36.200485,2227.7434,1.566836,122.947815,63.38053,434.54993,46.14089,442.3796,32.491222,147.03313,0.0,1637.8254,7099.97,12.761082,500.45645,102.09513,36733.4,93.98008,11.413265,38.318405,119.66257,30.70848,12.408312,63.90089,1159.9409,337.50885,43.817093,9.008135,9.93552,321.38263,41.84942,596.23895,123.20528,2538.822,429.00555,186.16875,126.63584,258.29858,5.6287746,8.305195,10.464407,2.5233955,1.9503787,68.73079,79.36298,93.34398,41.634777,42.849823,102.63639,11.393032,3273.585,32.8144,39.834373,30.704947,25.818254,250.6051,65.23602,45.571182,8.831546,25.872208,42.609497,163.48721,416.62326,78.46382,271.09152,60.755928,64.08277,202.71358,135.20753,740.4992,124.89479,3.9033475,8.121181,5.3230834,61.3089,17226.826,2.7117603,30.576103,48.798367,32.889477,281.01343,65.4094,129.03735,1.7589166,123.971634,440.8533,230.76169,131.1881,443.65842,37.792267,90.576385,137.69626,10.6246395,1.9305085,12.4301605,880.47955,0.049186908,0.2609736,58.070717,10.049644,4.7126207,5.572929,12.267416,81.630104,33.165417,107.9281,607.1433,287.39774,2456.071,1971.754,37.037846,64.08709,8645.732,8.207037,114.12928,737.4678,210.36125,288.9395,117.00305,724.134,883.0576,487.42432,29.570238,161.05954,854.4309,1631.2213,81.117325,882.2337,103.62308,1.0945644,55.860973,0.8767244,0.58644485,2.4606354,64.443565,204.41591,129.35724,15.523102,1637.4836,401.05115,205.88393,296.19305,92.71151,68.958336,63.44266,90.963326,64.405556,555.1444,210.91716,93.924995,71.96932,31.256422,118.989525,114.75157,18.021824,430.15564,121.21172,1360.1759,31.679373,1902.1536,77.8611,385.8632,1046.881,44.74381,16.273926,856.9925,803.81165,2128.7568,112.15449 +2023-09-16 02:00:00,0.0,15242.083,364.99603,54.744358,59.484474,49.03384,230.77278,34.008812,56.500256,23.610123,33.525963,1519.3083,146.03835,21.294437,195.71638,0.3252545,0.028368823,31.81455,0.17994246,0.12311236,484.13416,0.10774324,497.9414,69.36924,0.114787236,0.12907916,154.40982,25.224146,53.982407,100.66754,21810.99,0.03671819,2072.722,0.38050732,0.07029058,0.063716926,0.119305044,192.45335,237.06471,22.093527,135.675,37.47233,36.160297,2227.5376,1.5662258,122.82458,63.31455,434.51947,46.106777,442.46182,32.463055,146.90176,0.0,1636.6877,7094.8057,12.735348,500.2355,102.02078,36724.742,93.87913,11.390911,38.272526,119.46445,30.668999,12.385047,63.78988,1159.0582,337.5802,43.7804,8.990597,9.925792,320.99582,41.790123,595.33954,123.310555,2538.6528,429.4111,185.98962,126.727036,258.746,5.6278276,8.30324,10.468012,2.5246983,1.9520408,68.68872,79.3275,93.34005,41.60654,42.839603,102.56602,11.391915,3274.7952,32.802795,39.79375,30.676092,25.791882,250.54352,65.20127,45.51736,8.826019,25.85846,42.576347,163.32492,416.0886,78.427635,270.9475,60.71646,63.98826,202.53697,135.07758,739.9429,124.802,3.8976946,8.117361,5.3261666,61.32972,17219.934,2.709187,30.564997,48.784237,32.864296,280.8564,65.40213,128.9736,1.7593148,123.955765,440.79272,230.7224,131.11774,443.59772,37.801205,90.55827,137.69336,10.627056,1.9312421,12.434883,880.3133,0.04916441,0.26111388,58.09421,10.057147,4.7164273,5.5789304,12.277492,81.62843,33.180836,107.985695,607.2741,287.52274,2456.7,1972.008,37.056614,64.11169,8641.867,8.20942,114.17523,737.407,210.4225,289.00403,117.03111,724.43463,882.9878,487.442,29.569048,161.08574,854.0378,1630.4067,81.11617,881.97455,103.621155,1.0947288,55.845905,0.87677777,0.58666104,2.4607563,64.41046,204.48183,129.2421,15.529537,1636.0065,400.85233,205.8393,296.1361,92.6373,68.916664,63.360325,90.99831,64.31111,554.5562,210.79861,93.76051,71.89142,31.275347,118.89333,114.68648,18.008478,429.85733,121.133606,1358.5797,31.67607,1901.1605,77.85291,385.76227,1045.853,44.702656,16.282751,856.9085,803.89844,2128.1938,112.21282 +2023-09-16 03:00:00,0.0,15235.198,364.97375,54.79082,59.51495,49.06894,230.88914,34.020878,56.52627,23.61645,33.544388,1520.0093,145.98048,21.303324,195.76208,0.32478496,0.028447079,31.82163,0.17973511,0.12316854,484.41705,0.1076732,498.12735,69.41729,0.11468086,0.12888011,154.46228,25.240065,54.00139,100.69525,21795.06,0.036730513,2072.712,0.38097653,0.07021848,0.063807204,0.11914326,192.52379,237.18735,22.093616,135.6375,37.478077,36.12011,2227.3315,1.5656155,122.70135,63.24857,434.48904,46.072666,442.54404,32.434887,146.77039,0.0,1635.5503,7089.6406,12.709613,500.01453,101.94643,36716.09,93.778175,11.368556,38.226646,119.26634,30.629515,12.361782,63.678867,1158.1757,337.65155,43.743706,8.973059,9.916063,320.60898,41.730827,594.4402,123.41583,2538.484,429.81665,185.8105,126.81823,259.19342,5.6268806,8.301285,10.471616,2.5260007,1.9537029,68.646645,79.29201,93.33612,41.5783,42.829388,102.49564,11.390799,3276.0051,32.791195,39.753124,30.64724,25.765509,250.48195,65.16652,45.463543,8.820494,25.844711,42.543198,163.16263,415.55396,78.39146,270.80353,60.67699,63.893745,202.36037,134.9476,739.38654,124.70921,3.892042,8.113542,5.3292503,61.350544,17213.041,2.706614,30.55389,48.770103,32.839115,280.69937,65.39486,128.90985,1.7597129,123.939896,440.73215,230.68309,131.0474,443.537,37.81014,90.54015,137.69046,10.629473,1.9319757,12.439605,880.14703,0.049141917,0.26125416,58.11771,10.064649,4.7202334,5.5849323,12.287566,81.62676,33.19625,108.04329,607.4049,287.64774,2457.3286,1972.2622,37.07538,64.136284,8638.002,8.211803,114.221176,737.3462,210.48375,289.06854,117.059166,724.7352,882.91797,487.45966,29.567858,161.11194,853.6447,1629.592,81.11502,881.7154,103.61924,1.0948933,55.830833,0.8768312,0.5868773,2.4608774,64.377365,204.54774,129.12697,15.535973,1634.5294,400.65347,205.79465,296.07916,92.563095,68.875,63.277985,91.033295,64.21667,553.96796,210.68005,93.59602,71.813515,31.29427,118.79714,114.62139,17.995134,429.55902,121.05549,1356.9834,31.672766,1900.1675,77.84472,385.66138,1044.8251,44.661503,16.291574,856.8245,803.9852,2127.6309,112.271164 +2023-09-16 04:00:00,0.0,15228.313,364.9515,54.837284,59.54542,49.104042,231.00551,34.032944,56.552288,23.622774,33.562817,1520.7101,145.92264,21.31221,195.80779,0.32431543,0.028525336,31.82871,0.17952777,0.12322472,484.69998,0.10760315,498.3133,69.46534,0.11457448,0.12868106,154.51474,25.255983,54.02037,100.72296,21779.13,0.036742833,2072.702,0.3814457,0.070146374,0.063897476,0.11898148,192.59421,237.30998,22.093706,135.6,37.48382,36.07992,2227.1257,1.5650052,122.57812,63.182587,434.45862,46.038555,442.62625,32.40672,146.63902,0.0,1634.4127,7084.476,12.683879,499.79355,101.87208,36707.434,93.67722,11.346202,38.180767,119.06823,30.59003,12.338517,63.567856,1157.293,337.72293,43.707012,8.955521,9.906334,320.22217,41.671528,593.5408,123.52111,2538.3147,430.2222,185.63138,126.909424,259.64084,5.6259336,8.29933,10.475221,2.5273032,1.955365,68.604576,79.256516,93.33219,41.550064,42.819168,102.42527,11.389682,3277.2153,32.779594,39.7125,30.618385,25.739136,250.42038,65.13177,45.40972,8.814968,25.830965,42.510048,163.00034,415.0193,78.35528,270.65952,60.637524,63.799232,202.18376,134.81764,738.83026,124.61642,3.886389,8.109722,5.3323336,61.371365,17206.146,2.7040408,30.542784,48.755974,32.813934,280.54233,65.38759,128.84612,1.7601111,123.92403,440.67157,230.64378,130.97704,443.4763,37.819073,90.52204,137.68755,10.631889,1.9327093,12.444327,879.9808,0.04911942,0.26139444,58.141205,10.07215,4.72404,5.590934,12.297642,81.62509,33.211666,108.10089,607.53564,287.77274,2457.9575,1972.5162,37.094147,64.16088,8634.137,8.214187,114.26713,737.2854,210.545,289.13306,117.08722,725.0359,882.84814,487.47733,29.566666,161.13815,853.2516,1628.7775,81.11387,881.4563,103.61732,1.0950577,55.815765,0.8768846,0.5870935,2.4609983,64.34426,204.61366,129.01183,15.542408,1633.0522,400.45462,205.75,296.02222,92.48889,68.833336,63.19565,91.06828,64.12222,553.3797,210.56151,93.43154,71.73562,31.313194,118.70095,114.5563,17.981789,429.2607,120.97737,1355.3872,31.669462,1899.1744,77.83653,385.5605,1043.7972,44.620346,16.3004,856.74054,804.0721,2127.0679,112.329506 +2023-09-16 05:00:00,0.0,15221.429,364.92923,54.88375,59.575897,49.13914,231.12187,34.04501,56.5783,23.629099,33.58124,1521.4109,145.86478,21.321096,195.85347,0.3238459,0.028603591,31.835789,0.17932042,0.123280905,484.9829,0.107533105,498.49924,69.51339,0.114468105,0.12848201,154.5672,25.271902,54.039352,100.75067,21763.201,0.036755152,2072.6917,0.3819149,0.070074275,0.063987754,0.118819706,192.66464,237.4326,22.093796,135.5625,37.48957,36.03973,2226.9197,1.564395,122.45488,63.116604,434.42816,46.004444,442.70847,32.37855,146.50766,0.0,1633.2751,7079.3115,12.658145,499.5726,101.79773,36698.78,93.57626,11.323847,38.134888,118.870125,30.550549,12.315252,63.456844,1156.4103,337.79428,43.67032,8.9379835,9.8966055,319.83536,41.612232,592.6414,123.62639,2538.1458,430.62778,185.45224,127.00062,260.08826,5.6249866,8.297375,10.478826,2.5286057,1.9570271,68.5625,79.22102,93.32826,41.521824,42.808952,102.3549,11.388565,3278.4253,32.767994,39.671875,30.589533,25.712763,250.3588,65.097015,45.355904,8.809442,25.817217,42.4769,162.83804,414.48465,78.3191,270.51553,60.598053,63.70472,202.00716,134.68767,738.2739,124.52363,3.8807364,8.105903,5.335417,61.392185,17199.254,2.7014675,30.531677,48.74184,32.788754,280.38528,65.380325,128.78236,1.7605093,123.90816,440.611,230.60448,130.9067,443.41556,37.82801,90.50392,137.68463,10.634306,1.933443,12.44905,879.8145,0.049096927,0.26153472,58.1647,10.079653,4.7278466,5.5969353,12.307717,81.62343,33.227085,108.158485,607.6665,287.89774,2458.5862,1972.7703,37.11291,64.18547,8630.2705,8.21657,114.31308,737.2246,210.60625,289.19757,117.11527,725.33655,882.7783,487.495,29.565475,161.16435,852.8585,1627.9628,81.11271,881.19714,103.615395,1.0952222,55.800697,0.8769379,0.5873097,2.4611194,64.31116,204.67958,128.8967,15.548842,1631.5751,400.2558,205.70535,295.96527,92.41468,68.791664,63.113308,91.10327,64.02778,552.79144,210.44296,93.26705,71.657715,31.332117,118.60476,114.4912,17.968445,428.9624,120.899254,1353.7909,31.666159,1898.1814,77.82835,385.4596,1042.7693,44.579193,16.309225,856.65656,804.1589,2126.505,112.38784 +2023-09-16 06:00:00,0.0,15214.544,364.90698,54.930214,59.60637,49.174244,231.23824,34.057076,56.604317,23.635426,33.599667,1522.1117,145.80693,21.32998,195.89917,0.32337636,0.028681848,31.842869,0.17911309,0.12333709,485.26584,0.107463054,498.6852,69.56144,0.114361726,0.12828295,154.61964,25.28782,54.058334,100.77838,21747.273,0.036767475,2072.6816,0.3823841,0.070002176,0.06407803,0.11865793,192.73508,237.55524,22.093887,135.525,37.49532,35.999542,2226.7139,1.5637847,122.33165,63.05062,434.39777,45.970333,442.79068,32.350388,146.3763,0.0,1632.1377,7074.1465,12.63241,499.35162,101.72338,36690.13,93.47531,11.301493,38.08901,118.67201,30.511065,12.291986,63.345833,1155.5276,337.86563,43.633625,8.920445,9.886876,319.44852,41.552937,591.742,123.73167,2537.9766,431.03333,185.27312,127.09182,260.53568,5.6240396,8.29542,10.48243,2.5299084,1.9586892,68.52043,79.18553,93.32433,41.493587,42.798733,102.28452,11.387448,3279.6355,32.75639,39.63125,30.560678,25.686392,250.29723,65.06226,45.302082,8.803916,25.803469,42.44375,162.67575,413.95,78.28291,270.37152,60.558586,63.61021,201.83055,134.55771,737.7176,124.43084,3.8750834,8.102083,5.3385,61.41301,17192.361,2.6988945,30.520569,48.727707,32.763573,280.22824,65.373055,128.71861,1.7609074,123.89229,440.5504,230.56519,130.83633,443.35486,37.836945,90.48581,137.68173,10.636723,1.9341766,12.453772,879.64825,0.04907443,0.261675,58.188194,10.087154,4.731653,5.602937,12.317793,81.62176,33.2425,108.21608,607.79724,288.02274,2459.215,1973.0243,37.13168,64.21007,8626.405,8.218953,114.359024,737.16376,210.6675,289.2621,117.14333,725.6372,882.7085,487.5127,29.564285,161.19055,852.4654,1627.1482,81.11156,880.938,103.61347,1.0953867,55.78563,0.87699133,0.5875259,2.4612403,64.27805,204.7455,128.78156,15.555278,1630.098,400.05695,205.66072,295.90833,92.34048,68.75,63.03097,91.13825,63.933334,552.20325,210.3244,93.10257,71.57981,31.351042,118.50857,114.42611,17.9551,428.6641,120.821144,1352.1947,31.662855,1897.1884,77.82016,385.3587,1041.7413,44.53804,16.31805,856.5726,804.24567,2125.942,112.44618 +2023-09-16 07:00:00,0.0,15207.659,364.88474,54.976677,59.636845,49.209343,231.3546,34.06914,56.630333,23.64175,33.618095,1522.8126,145.74907,21.338867,195.94485,0.32290682,0.028760105,31.849949,0.17890574,0.123393275,485.54874,0.10739301,498.87115,69.60949,0.11425535,0.1280839,154.6721,25.30374,54.077316,100.80609,21731.344,0.036779795,2072.6716,0.3828533,0.06993007,0.064168304,0.11849615,192.8055,237.67787,22.093977,135.4875,37.50107,35.959354,2226.5078,1.5631745,122.20842,62.984642,434.3673,45.936222,442.8729,32.32222,146.24492,0.0,1631.0,7068.982,12.606676,499.13065,101.649025,36681.473,93.37436,11.279138,38.04313,118.4739,30.471582,12.268722,63.23482,1154.645,337.93698,43.59693,8.902907,9.877148,319.0617,41.49364,590.84265,123.836945,2537.8076,431.43887,185.094,127.183014,260.9831,5.6230927,8.293465,10.486034,2.531211,1.9603512,68.478355,79.15004,93.320404,41.46535,42.788517,102.21415,11.386332,3280.8455,32.74479,39.590626,30.531826,25.660019,250.23566,65.02751,45.248264,8.798389,25.789722,42.4106,162.51346,413.41534,78.246735,270.2275,60.519115,63.515697,201.65395,134.42775,737.16125,124.33804,3.8694308,8.098264,5.3415837,61.43383,17185.469,2.6963212,30.509462,48.713577,32.73839,280.0712,65.36578,128.65488,1.7613056,123.87643,440.48984,230.52588,130.76599,443.29413,37.84588,90.4677,137.67883,10.639139,1.9349102,12.458494,879.482,0.049051937,0.26181528,58.21169,10.094657,4.73546,5.6089387,12.3278675,81.62009,33.257915,108.27368,607.92804,288.14774,2459.8438,1973.2784,37.150444,64.234665,8622.54,8.221336,114.404976,737.10297,210.72876,289.3266,117.17139,725.93787,882.6387,487.53036,29.563095,161.21675,852.0723,1626.3335,81.110405,880.67883,103.61155,1.0955511,55.77056,0.8770447,0.58774215,2.4613614,64.24496,204.81142,128.66643,15.561713,1628.6208,399.8581,205.61607,295.85138,92.266266,68.708336,62.948635,91.17324,63.83889,551.615,210.20586,92.93809,71.501915,31.369965,118.41238,114.361015,17.941755,428.36578,120.74303,1350.5984,31.659552,1896.1953,77.81197,385.25778,1040.7134,44.496887,16.326876,856.4886,804.3325,2125.379,112.504524 +2023-09-16 08:00:00,0.0,15200.774,364.86246,55.023144,59.667316,49.244446,231.47096,34.081207,56.65635,23.648077,33.63652,1523.5134,145.69122,21.347754,195.99055,0.3224373,0.02883836,31.857027,0.1786984,0.12344945,485.83167,0.10732296,499.0571,69.65753,0.11414897,0.12788485,154.72456,25.319658,54.0963,100.8338,21715.414,0.036792114,2072.6616,0.38332248,0.06985797,0.06425858,0.11833437,192.87593,237.8005,22.094067,135.45,37.506813,35.919167,2226.302,1.5625643,122.08518,62.91866,434.33688,45.90211,442.9551,32.294052,146.11356,0.0,1629.8625,7063.817,12.580941,498.9097,101.57468,36672.82,93.27341,11.2567835,37.997246,118.27579,30.432098,12.245457,63.12381,1153.7623,338.00833,43.560238,8.885369,9.867418,318.6749,41.434345,589.94324,123.94222,2537.6384,431.84442,184.91489,127.27421,261.4305,5.6221457,8.29151,10.489639,2.5325134,1.9620134,68.43628,79.114555,93.316475,41.43711,42.778297,102.143776,11.385215,3282.0557,32.73319,39.55,30.502972,25.633646,250.17407,64.99276,45.194443,8.792864,25.775974,42.37745,162.35117,412.8807,78.210556,270.08353,60.47965,63.421185,201.47736,134.29778,736.6049,124.245255,3.863778,8.094444,5.344667,61.45465,17178.576,2.6937482,30.498356,48.699444,32.71321,279.91418,65.35852,128.59113,1.7617037,123.86056,440.42926,230.48657,130.69563,443.23343,37.854813,90.44958,137.67592,10.641556,1.9356438,12.463216,879.31573,0.04902944,0.26195556,58.235184,10.102159,4.7392664,5.61494,12.337943,81.618416,33.273335,108.331276,608.05884,288.27274,2460.4727,1973.5325,37.169212,64.259254,8618.674,8.22372,114.45093,737.0422,210.79001,289.3911,117.19944,726.2385,882.56885,487.54803,29.561905,161.24297,851.6792,1625.5189,81.10925,880.4197,103.60963,1.0957156,55.75549,0.8770981,0.58795834,2.4614823,64.21185,204.87733,128.55128,15.568149,1627.1437,399.65927,205.57143,295.79443,92.19206,68.666664,62.866295,91.20823,63.744446,551.02673,210.0873,92.7736,71.42401,31.388887,118.316185,114.29592,17.92841,428.06747,120.66491,1349.0021,31.656248,1895.2023,77.80379,385.1569,1039.6855,44.45573,16.335701,856.4046,804.4193,2124.816,112.56286 +2023-09-16 09:00:00,0.0,15193.89,364.8402,55.069607,59.697792,49.279545,231.58733,34.093277,56.682365,23.654402,33.654945,1524.2142,145.63336,21.356638,196.03625,0.32196775,0.028916618,31.864107,0.17849107,0.12350564,486.1146,0.10725292,499.24304,69.70558,0.11404259,0.1276858,154.77702,25.335577,54.115276,100.86151,21699.486,0.036804438,2072.6516,0.3837917,0.06978587,0.064348854,0.11817259,192.94635,237.92313,22.094158,135.4125,37.51256,35.878975,2226.096,1.561954,121.96195,62.852676,434.30646,45.868,443.03732,32.265884,145.9822,0.0,1628.725,7058.6523,12.555207,498.68872,101.50033,36664.164,93.172455,11.234428,37.951366,118.07767,30.392614,12.222192,63.0128,1152.8796,338.07968,43.52354,8.867832,9.85769,318.28806,41.37505,589.0439,124.0475,2537.4695,432.25,184.73575,127.3654,261.87793,5.6211987,8.289555,10.493244,2.533816,1.9636755,68.39421,79.07906,93.312546,41.408875,42.76808,102.0734,11.384098,3283.2656,32.72159,39.509377,30.47412,25.607273,250.1125,64.95801,45.140625,8.787337,25.762226,42.3443,162.18887,412.34607,78.17438,269.9395,60.440178,63.32667,201.30075,134.16782,736.0486,124.152466,3.8581252,8.090625,5.34775,61.475475,17171.684,2.691175,30.48725,48.685314,32.68803,279.75714,65.35125,128.52737,1.7621019,123.84469,440.36868,230.44728,130.62529,443.1727,37.86375,90.431465,137.673,10.643972,1.9363774,12.467938,879.1495,0.049006946,0.26209584,58.258682,10.10966,4.743073,5.620942,12.348019,81.61675,33.28875,108.38887,608.1896,288.39774,2461.1013,1973.7865,37.187977,64.28385,8614.809,8.226103,114.49687,736.9814,210.85126,289.45563,117.2275,726.5391,882.499,487.5657,29.560715,161.26917,851.28613,1624.7042,81.1081,880.1605,103.60771,1.0958802,55.74042,0.8771515,0.5881746,2.4616034,64.17875,204.94325,128.43614,15.574584,1625.6666,399.46042,205.5268,295.7375,92.11786,68.625,62.78396,91.24321,63.65,550.4385,209.96875,92.609116,71.34611,31.407812,118.22,114.230835,17.915066,427.7692,120.58679,1347.4059,31.652945,1894.2091,77.79559,385.056,1038.6576,44.414577,16.344526,856.3206,804.5061,2124.253,112.6212 +2023-09-16 10:00:00,0.0,15187.004,364.81793,55.11607,59.728264,49.314648,231.70369,34.105343,56.708378,23.660727,33.673374,1524.915,145.57552,21.365524,196.08194,0.32149822,0.028994873,31.871187,0.17828372,0.12356182,486.39752,0.10718287,499.42902,69.75363,0.11393621,0.12748674,154.82947,25.351496,54.13426,100.88922,21683.557,0.036816757,2072.6416,0.38426086,0.06971377,0.06443913,0.11801081,193.01678,238.04576,22.094248,135.375,37.51831,35.838787,2225.8901,1.5613437,121.83872,62.786694,434.27603,45.83389,443.11954,32.237717,145.85081,0.0,1627.5874,7053.488,12.529473,498.46774,101.42598,36655.51,93.0715,11.212074,37.905487,117.87956,30.353132,12.198927,62.901783,1151.9971,338.15103,43.486847,8.850294,9.847961,317.90125,41.315754,588.1445,124.15278,2537.3003,432.65555,184.55663,127.4566,262.32535,5.6202517,8.2876,10.496849,2.5351186,1.9653376,68.352135,79.04358,93.30862,41.380634,42.757862,102.00303,11.382981,3284.4756,32.709988,39.46875,30.445265,25.5809,250.05093,64.923256,45.086807,8.781812,25.748478,42.31115,162.02658,411.8114,78.13819,269.7955,60.40071,63.232162,201.12415,134.03784,735.49225,124.05968,3.8524725,8.086805,5.3508334,61.496296,17164.791,2.688602,30.476143,48.67118,32.66285,279.6001,65.34398,128.46362,1.7625,123.82882,440.3081,230.40797,130.55493,443.112,37.872684,90.413345,137.6701,10.646389,1.937111,12.472661,878.9832,0.04898445,0.26223612,58.282177,10.117163,4.7468796,5.6269436,12.358094,81.61508,33.30417,108.446465,608.3204,288.52274,2461.7302,1974.0405,37.206745,64.30845,8610.943,8.228486,114.54282,736.9206,210.9125,289.52014,117.255554,726.8398,882.4292,487.58337,29.559523,161.29536,850.893,1623.8896,81.10694,879.90137,103.60579,1.0960445,55.725353,0.87720484,0.5883908,2.4617243,64.145645,205.00917,128.32101,15.581018,1624.1895,399.26157,205.48215,295.68054,92.04365,68.583336,62.70162,91.2782,63.555557,549.8503,209.8502,92.444626,71.26821,31.426735,118.12381,114.16574,17.90172,427.4709,120.508675,1345.8096,31.649641,1893.2161,77.78741,384.95508,1037.6296,44.373425,16.353352,856.23663,804.59296,2123.69,112.67954 +2023-09-16 11:00:00,0.0,15180.119,364.7957,55.162537,59.75874,49.349747,231.82005,34.11741,56.734394,23.667053,33.6918,1525.6158,145.51765,21.37441,196.12764,0.32102868,0.02907313,31.878265,0.17807639,0.123618,486.68045,0.107112825,499.61496,69.80168,0.11382983,0.12728769,154.88193,25.367414,54.15324,100.91693,21667.627,0.036829077,2072.6316,0.38473007,0.069641665,0.06452941,0.11784903,193.0872,238.1684,22.094337,135.3375,37.524055,35.7986,2225.684,1.5607334,121.71549,62.720715,434.2456,45.799778,443.20175,32.20955,145.71945,0.0,1626.4498,7048.3228,12.503738,498.2468,101.35162,36646.855,92.97055,11.189719,37.859608,117.68145,30.313648,12.175662,62.79077,1151.1144,338.22238,43.450153,8.832756,9.838232,317.51443,41.25646,587.2451,124.25806,2537.1313,433.0611,184.3775,127.54779,262.77277,5.6193047,8.285645,10.500453,2.536421,1.9669997,68.31007,79.00809,93.30469,41.352398,42.747646,101.932655,11.381865,3285.6858,32.698383,39.428123,30.416412,25.554527,249.98935,64.888504,45.032986,8.776286,25.734732,42.278,161.86429,411.27676,78.10201,269.65152,60.36124,63.13765,200.94754,133.90788,734.9359,123.96688,3.8468196,8.082986,5.3539166,61.517117,17157.898,2.6860287,30.465036,48.657047,32.63767,279.44305,65.336716,128.39989,1.7628981,123.81295,440.24753,230.36867,130.48459,443.0513,37.88162,90.39523,137.6672,10.648806,1.9378446,12.477383,878.81696,0.048961956,0.2623764,58.30567,10.124664,4.7506857,5.632945,12.36817,81.61341,33.319584,108.50407,608.4512,288.64774,2462.359,1974.2946,37.22551,64.33304,8607.077,8.230869,114.588776,736.85974,210.97375,289.58466,117.28361,727.14044,882.3594,487.60104,29.558332,161.32158,850.49994,1623.075,81.10579,879.6423,103.60387,1.096209,55.710285,0.87725824,0.588607,2.4618452,64.11255,205.07509,128.20587,15.587454,1622.7123,399.06274,205.4375,295.6236,91.969444,68.541664,62.61928,91.31319,63.461113,549.262,209.73164,92.28014,71.19031,31.44566,118.02762,114.10065,17.888374,427.17258,120.43056,1344.2134,31.646338,1892.223,77.77922,384.8542,1036.6017,44.332268,16.362175,856.15265,804.67975,2123.127,112.73788 +2023-09-16 12:00:00,0.0,15173.234,364.77344,55.209,59.78921,49.38485,231.93642,34.129475,56.76041,23.673378,33.710228,1526.3168,145.45981,21.383297,196.17334,0.32055914,0.029151388,31.885345,0.17786904,0.123674184,486.96335,0.10704278,499.8009,69.84973,0.11372345,0.12708864,154.93439,25.383333,54.172222,100.94464,21651.697,0.0368414,2072.6216,0.38519925,0.069569565,0.06461968,0.117687255,193.15764,238.29103,22.094427,135.3,37.529804,35.75841,2225.478,1.5601232,121.592255,62.65473,434.21515,45.765667,443.28397,32.181385,145.58809,0.0,1625.3123,7043.158,12.478004,498.02582,101.277275,36638.203,92.8696,11.167365,37.81373,117.48334,30.274164,12.152397,62.67976,1150.2317,338.29376,43.41346,8.815218,9.828504,317.1276,41.197163,586.3457,124.363335,2536.9622,433.46664,184.19838,127.63899,263.22018,5.6183577,8.2836895,10.504058,2.5377235,1.9686618,68.26799,78.972595,93.30076,41.324158,42.737427,101.86228,11.380748,3286.8958,32.686783,39.3875,30.38756,25.528156,249.92778,64.85375,44.979168,8.77076,25.720984,42.24485,161.702,410.7421,78.065834,269.5075,60.321774,63.043137,200.77094,133.77792,734.37964,123.87409,3.841167,8.079166,5.3570004,61.53794,17151.006,2.6834555,30.45393,48.642918,32.612488,279.286,65.329445,128.33614,1.7632962,123.79708,440.18695,230.32936,130.41423,442.99057,37.890556,90.37712,137.66429,10.651222,1.9385782,12.482105,878.6507,0.04893946,0.26251668,58.329166,10.132167,4.7544923,5.638947,12.378244,81.61174,33.335,108.56166,608.5819,288.77274,2462.9878,1974.5487,37.244278,64.357635,8603.212,8.233253,114.63472,736.79895,211.035,289.64917,117.31167,727.4411,882.28955,487.6187,29.557142,161.34778,850.1068,1622.2604,81.10464,879.3831,103.601944,1.0963734,55.695217,0.8773116,0.58882326,2.4619663,64.079445,205.14099,128.09074,15.593889,1621.2352,398.8639,205.39285,295.56668,91.89523,68.5,62.536945,91.34817,63.366665,548.67377,209.6131,92.115654,71.112404,31.464582,117.93143,114.03555,17.87503,426.87427,120.35245,1342.6171,31.643034,1891.23,77.771034,384.7533,1035.5739,44.291115,16.371,856.06866,804.76654,2122.564,112.79622 +2023-09-16 13:00:00,0.0,15166.35,364.75116,55.255463,59.819687,49.41995,232.05276,34.14154,56.786427,23.679703,33.728653,1527.0176,145.40195,21.392181,196.21902,0.3200896,0.029229643,31.892426,0.1776617,0.12373037,487.24628,0.10697273,499.98685,69.89778,0.11361707,0.12688959,154.98685,25.399252,54.191204,100.97235,21635.77,0.03685372,2072.6116,0.38566846,0.069497466,0.06470996,0.11752547,193.22807,238.41365,22.094519,135.2625,37.535553,35.71822,2225.2722,1.559513,121.469025,62.58875,434.18475,45.731556,443.36618,32.153217,145.45673,0.0,1624.1748,7037.993,12.4522705,497.80484,101.20293,36629.55,92.76864,11.14501,37.76785,117.28523,30.234682,12.129132,62.56875,1149.349,338.3651,43.376766,8.797681,9.818774,316.74078,41.137867,585.44635,124.46861,2536.7932,433.87222,184.01926,127.73019,263.66763,5.6174107,8.2817335,10.507663,2.5390263,1.9703239,68.22592,78.9371,93.29683,41.29592,42.72721,101.79191,11.379631,3288.106,32.675182,39.346874,30.358706,25.501783,249.86621,64.819,44.925346,8.765234,25.707235,42.2117,161.5397,410.20746,78.029655,269.3635,60.282303,62.948624,200.59433,133.64795,733.8233,123.7813,3.835514,8.075347,5.3600836,61.55876,17144.113,2.6808825,30.442823,48.628784,32.587307,279.12897,65.322174,128.27238,1.7636944,123.78121,440.12637,230.29007,130.34389,442.92987,37.89949,90.359,137.66138,10.653639,1.9393119,12.486827,878.48444,0.048916966,0.26265693,58.35266,10.139668,4.758299,5.6449485,12.38832,81.61008,33.350418,108.619255,608.71277,288.89774,2463.6165,1974.8027,37.263042,64.38223,8599.347,8.235636,114.68067,736.73816,211.09625,289.71368,117.33972,727.74176,882.2197,487.63638,29.555952,161.37398,849.71375,1621.4457,81.103485,879.12396,103.60002,1.096538,55.680145,0.877365,0.58903944,2.4620872,64.04634,205.20691,127.9756,15.600325,1619.758,398.66504,205.34822,295.50974,91.82103,68.458336,62.454605,91.383156,63.27222,548.0855,209.49454,91.95117,71.03451,31.483505,117.835236,113.97046,17.861685,426.57596,120.27433,1341.0209,31.63973,1890.2369,77.76285,384.6524,1034.5459,44.24996,16.379826,855.9847,804.8534,2122.001,112.85456 +2023-09-16 14:00:00,0.0,15159.465,364.7289,55.30193,59.850163,49.45505,232.16913,34.153606,56.81244,23.68603,33.747078,1527.7184,145.3441,21.401068,196.26472,0.31962007,0.0293079,31.899504,0.17745435,0.123786554,487.5292,0.10690269,500.17282,69.94583,0.11351069,0.12669052,155.03929,25.41517,54.210186,101.00006,21619.84,0.03686604,2072.6016,0.38613763,0.06942536,0.06480024,0.1173637,193.2985,238.53629,22.094608,135.225,37.5413,35.678032,2225.0662,1.5589027,121.345795,62.522766,434.1543,45.697445,443.4484,32.12505,145.32535,0.0,1623.0371,7032.8286,12.426536,497.5839,101.12858,36620.895,92.66769,11.122656,37.72197,117.08712,30.195198,12.105867,62.457737,1148.4664,338.43646,43.340073,8.780143,9.809046,316.35397,41.07857,584.54694,124.57389,2536.624,434.27777,183.84012,127.82138,264.11505,5.6164637,8.2797785,10.511268,2.5403287,1.9719859,68.183846,78.90161,93.2929,41.26768,42.71699,101.721535,11.378515,3289.316,32.66358,39.30625,30.329853,25.47541,249.80464,64.78425,44.87153,8.759707,25.69349,42.178555,161.37741,409.67282,77.99347,269.2195,60.242836,62.854115,200.41772,133.51799,733.26697,123.68851,3.8298614,8.0715275,5.363167,61.579586,17137.22,2.6783092,30.431717,48.614655,32.562126,278.97192,65.3149,128.20865,1.7640926,123.76535,440.06583,230.25076,130.27354,442.86914,37.908424,90.34089,137.65848,10.656055,1.9400455,12.4915495,878.3182,0.04889447,0.2627972,58.376156,10.14717,4.7621055,5.65095,12.398396,81.608406,33.365833,108.67686,608.8435,289.02274,2464.2454,1975.0568,37.28181,64.40683,8595.48,8.23802,114.726616,736.67737,211.1575,289.7782,117.367775,728.04236,882.1499,487.65405,29.554762,161.40018,849.3206,1620.6311,81.102325,878.8648,103.5981,1.0967025,55.665077,0.8774184,0.5892557,2.4622083,64.013245,205.27283,127.860466,15.606759,1618.2809,398.46622,205.30357,295.4528,91.746826,68.416664,62.37227,91.418144,63.177776,547.4973,209.37599,91.78669,70.956604,31.50243,117.739044,113.90537,17.848341,426.27765,120.19621,1339.4246,31.636427,1889.2439,77.75466,384.5515,1033.518,44.20881,16.38865,855.9007,804.9402,2121.438,112.912895 +2023-09-16 15:00:00,0.0,15152.58,364.70663,55.348392,59.880634,49.49015,232.28549,34.165672,56.838455,23.692354,33.765507,1528.4192,145.28624,21.409954,196.31041,0.31915054,0.029386155,31.906584,0.17724702,0.12384273,487.81213,0.10683264,500.35876,69.99388,0.11340432,0.12649147,155.09175,25.43109,54.229168,101.02777,21603.91,0.036878362,2072.5913,0.38660684,0.06935326,0.06489051,0.11720192,193.36893,238.65892,22.094698,135.1875,37.547047,35.637844,2224.8604,1.5582925,121.22256,62.456787,434.12387,45.663334,443.5306,32.09688,145.19398,0.0,1621.8997,7027.664,12.400802,497.3629,101.05423,36612.242,92.566734,11.100301,37.67609,116.88901,30.155714,12.0826025,62.346725,1147.5837,338.5078,43.30338,8.762605,9.799317,315.96713,41.019276,583.6476,124.67917,2536.455,434.68332,183.661,127.912575,264.56247,5.6155167,8.277823,10.514873,2.5416312,1.9736481,68.14178,78.86613,93.28897,41.239445,42.70677,101.65116,11.3773985,3290.5261,32.65198,39.265625,30.300999,25.449038,249.74306,64.7495,44.817707,8.754182,25.67974,42.145405,161.21512,409.13815,77.95729,269.0755,60.203365,62.7596,200.24113,133.38802,732.71063,123.59572,3.8242085,8.067708,5.36625,61.600407,17130.328,2.6757362,30.42061,48.60052,32.53695,278.8149,65.30764,128.1449,1.7644907,123.74948,440.00525,230.21146,130.20319,442.80844,37.917362,90.32277,137.65558,10.658472,1.9407791,12.496272,878.1519,0.048871975,0.2629375,58.399654,10.154673,4.765912,5.656952,12.408471,81.606735,33.381252,108.73445,608.9743,289.14774,2464.8743,1975.3108,37.300575,64.43142,8591.615,8.240403,114.77257,736.6166,211.21875,289.8427,117.39583,728.343,882.08014,487.67172,29.553572,161.42639,848.92755,1619.8164,81.10117,878.60565,103.59618,1.0968668,55.65001,0.87747175,0.5894719,2.4623291,63.98014,205.33875,127.74533,15.613194,1616.8038,398.26736,205.25893,295.39584,91.672615,68.375,62.28993,91.453125,63.083332,546.90906,209.25745,91.6222,70.8787,31.521353,117.64285,113.84028,17.834995,425.97934,120.118095,1337.8284,31.633123,1888.2509,77.74647,384.4506,1032.49,44.167652,16.397476,855.8167,805.027,2120.875,112.97124 +2023-09-16 16:00:00,0.0,15145.695,364.6844,55.394855,59.91111,49.525253,232.40186,34.17774,56.86447,23.69868,33.78393,1529.1201,145.2284,21.41884,196.35611,0.318681,0.029464412,31.913664,0.17703968,0.123898916,488.09506,0.106762595,500.5447,70.04193,0.11329794,0.12629242,155.14421,25.447008,54.24815,101.05548,21587.982,0.03689068,2072.5813,0.38707602,0.06928116,0.06498079,0.117040135,193.43935,238.78156,22.094788,135.15,37.552795,35.597656,2224.6543,1.5576823,121.09933,62.390804,434.09344,45.629223,443.61282,32.068714,145.06262,0.0,1620.7621,7022.499,12.375067,497.14194,100.97987,36603.586,92.46578,11.077947,37.63021,116.69089,30.116232,12.059338,62.235714,1146.701,338.57916,43.266685,8.745068,9.789588,315.58032,40.95998,582.74817,124.78445,2536.286,435.08887,183.48187,128.00377,265.0099,5.6145697,8.275868,10.5184765,2.542934,1.9753102,68.0997,78.830635,93.28504,41.211205,42.696556,101.58079,11.376282,3291.736,32.640377,39.225,30.272146,25.422665,249.68149,64.714745,44.76389,8.748655,25.665993,42.112255,161.05283,408.60352,77.92111,268.9315,60.1639,62.66509,200.06453,133.25806,732.1543,123.50293,3.8185558,8.063889,5.3693337,61.621227,17123.436,2.673163,30.409504,48.586388,32.51177,278.65787,65.30037,128.08115,1.7648889,123.73361,439.94467,230.17216,130.13284,442.7477,37.926296,90.30466,137.65266,10.660889,1.9415127,12.500994,877.98566,0.04884948,0.26307777,58.42315,10.162174,4.7697186,5.6629534,12.418546,81.605064,33.396667,108.792046,609.1051,289.27274,2465.503,1975.565,37.319344,64.45602,8587.75,8.242786,114.81852,736.5558,211.28,289.90723,117.42389,728.6437,882.0103,487.6894,29.552382,161.45259,848.5345,1619.0018,81.10002,878.3465,103.59426,1.0970314,55.63494,0.87752515,0.5896881,2.4624503,63.947037,205.40466,127.630196,15.61963,1615.3267,398.0685,205.2143,295.3389,91.59841,68.333336,62.207592,91.48811,62.988888,546.3208,209.13889,91.45772,70.800804,31.540277,117.54666,113.775185,17.821651,425.68103,120.03998,1336.232,31.62982,1887.2578,77.73828,384.3497,1031.462,44.1265,16.406301,855.7327,805.11383,2120.312,113.02958 +2023-09-16 17:00:00,0.0,15138.811,364.66214,55.441322,59.94158,49.560352,232.51822,34.189808,56.890488,23.705006,33.80236,1529.8209,145.17053,21.427725,196.40181,0.31821147,0.02954267,31.920744,0.17683233,0.1239551,488.37796,0.106692545,500.73065,70.08998,0.11319156,0.12609337,155.19667,25.462927,54.267128,101.0832,21572.053,0.036903,2072.5713,0.38754523,0.06920906,0.06507106,0.11687835,193.50978,238.90417,22.09488,135.1125,37.558544,35.557465,2224.4485,1.5570719,120.9761,62.32482,434.063,45.59511,443.69504,32.040546,144.93124,0.0,1619.6245,7017.3345,12.349333,496.921,100.905525,36594.934,92.36483,11.055592,37.58433,116.49278,30.076748,12.036073,62.124702,1145.8184,338.6505,43.22999,8.72753,9.77986,315.1935,40.900684,581.8488,124.88972,2536.117,435.49445,183.30275,128.09497,265.4573,5.6136227,8.273913,10.522081,2.5442364,1.9769723,68.05763,78.79515,93.28111,41.18297,42.686337,101.510414,11.375165,3292.9463,32.628777,39.184376,30.243292,25.396292,249.61992,64.67999,44.710068,8.74313,25.652246,42.079105,160.89053,408.06885,77.88493,268.7875,60.124428,62.570576,199.88792,133.1281,731.59796,123.41013,3.812903,8.060069,5.372417,61.64205,17116.543,2.67059,30.398396,48.572258,32.486588,278.50082,65.2931,128.01741,1.765287,123.71774,439.8841,230.13286,130.06248,442.687,37.93523,90.286545,137.64975,10.663306,1.9422463,12.505716,877.8194,0.048826985,0.26321805,58.446644,10.169677,4.773525,5.668955,12.428621,81.6034,33.412083,108.84964,609.2359,289.39774,2466.1318,1975.819,37.338108,64.48061,8583.884,8.24517,114.86446,736.49493,211.34125,289.97174,117.45194,728.94434,881.9405,487.7071,29.55119,161.47879,848.14136,1618.1871,81.09887,878.08734,103.59234,1.0971957,55.619873,0.87757856,0.5899043,2.4625711,63.913937,205.47058,127.51506,15.626065,1613.8495,397.8697,205.16965,295.28195,91.52421,68.291664,62.125256,91.5231,62.894444,545.73254,209.02034,91.29323,70.7229,31.5592,117.45048,113.71009,17.808306,425.38275,119.96186,1334.6359,31.626516,1886.2648,77.730095,384.2488,1030.4342,44.085346,16.415127,855.64874,805.2006,2119.749,113.08792 +2023-09-16 18:00:00,0.0,15131.926,364.63986,55.487785,59.972057,49.595455,232.63458,34.201874,56.916504,23.71133,33.820786,1530.5217,145.11269,21.436611,196.4475,0.31774193,0.029620925,31.927822,0.176625,0.124011286,488.6609,0.1066225,500.91663,70.13803,0.11308518,0.12589432,155.24911,25.478846,54.28611,101.11091,21556.123,0.036915325,2072.5613,0.3880144,0.069136955,0.06516134,0.11671658,193.58022,239.02681,22.094969,135.075,37.56429,35.517277,2224.2424,1.5564617,120.85286,62.25884,434.0326,45.561,443.77722,32.012383,144.79988,0.0,1618.487,7012.1694,12.323599,496.7,100.83118,36586.28,92.26388,11.0332365,37.538452,116.29467,30.037264,12.012807,62.01369,1144.9358,338.72186,43.193295,8.709991,9.77013,314.80667,40.841385,580.9494,124.994995,2535.9478,435.9,183.12361,128.18616,265.90472,5.6126757,8.271958,10.525686,2.545539,1.9786344,68.01556,78.75966,93.27718,41.15473,42.67612,101.44004,11.374048,3294.1562,32.617176,39.14375,30.21444,25.36992,249.55833,64.64524,44.65625,8.737604,25.638498,42.045956,160.72824,407.5342,77.84875,268.6435,60.084957,62.476067,199.71132,132.99812,731.0416,123.317345,3.8072503,8.05625,5.3755,61.662872,17109.648,2.6680167,30.38729,48.558125,32.461407,278.34378,65.285835,127.95366,1.7656852,123.70187,439.82352,230.09355,129.99214,442.62628,37.944168,90.268425,137.64685,10.665723,1.9429799,12.510438,877.65314,0.048804488,0.26335832,58.47014,10.177178,4.777332,5.674957,12.438697,81.60173,33.4275,108.90724,609.3667,289.52274,2466.7605,1976.073,37.356876,64.5052,8580.019,8.247553,114.910416,736.43414,211.4025,290.03625,117.479996,729.245,881.87067,487.72476,29.55,161.505,847.7483,1617.3726,81.09772,877.82825,103.590416,1.0973603,55.6048,0.8776319,0.59012055,2.4626923,63.880833,205.5365,127.399925,15.632501,1612.3724,397.67084,205.125,295.225,91.45,68.25,62.042915,91.55809,62.8,545.1443,208.90178,91.128746,70.645,31.578125,117.35429,113.645,17.794962,425.08444,119.88375,1333.0396,31.623213,1885.2716,77.72191,384.1479,1029.4062,44.044193,16.423952,855.56476,805.2874,2119.1863,113.146255 +2023-09-16 19:00:00,0.0,15125.04,364.6176,55.53425,60.00253,49.630554,232.75095,34.21394,56.942516,23.717657,33.83921,1531.2225,145.05482,21.445498,196.4932,0.3172724,0.029699182,31.934902,0.17641765,0.12406746,488.94382,0.10655245,501.10257,70.18607,0.1129788,0.12569526,155.30157,25.494764,54.30509,101.13862,21540.193,0.036927644,2072.5513,0.3884836,0.069064856,0.06525162,0.116554804,193.65063,239.14944,22.095058,135.0375,37.570038,35.47709,2224.0366,1.5558515,120.72963,62.192856,434.00214,45.52689,443.85944,31.984213,144.66852,0.0,1617.3494,7007.005,12.297864,496.47903,100.75683,36577.625,92.162926,11.010882,37.492573,116.09656,29.997782,11.989542,61.90268,1144.0531,338.79324,43.1566,8.692453,9.760402,314.41986,40.78209,580.05005,125.10027,2535.7788,436.30554,182.94449,128.27736,266.35214,5.6117287,8.270003,10.529291,2.5468414,1.9802965,67.97349,78.72417,93.273254,41.12649,42.6659,101.36967,11.3729315,3295.3662,32.605576,39.103127,30.185585,25.343548,249.49677,64.61049,44.602432,8.732078,25.62475,42.012806,160.56595,406.99957,77.81257,268.4995,60.04549,62.381554,199.53471,132.86816,730.48535,123.224556,3.8015974,8.05243,5.3785834,61.683693,17102.756,2.6654434,30.376183,48.54399,32.436226,278.18674,65.278564,127.889915,1.7660834,123.686005,439.76294,230.05424,129.92178,442.56558,37.953102,90.25031,137.64395,10.668139,1.9437135,12.515161,877.4869,0.048781995,0.2634986,58.493633,10.18468,4.781138,5.6809583,12.448772,81.60006,33.442917,108.964836,609.49744,289.64774,2467.3894,1976.327,37.37564,64.5298,8576.153,8.249936,114.95637,736.37335,211.46376,290.10077,117.50806,729.54565,881.80084,487.74243,29.54881,161.5312,847.35516,1616.5579,81.09656,877.5691,103.58849,1.0975248,55.589733,0.8776853,0.5903368,2.4628131,63.847733,205.60242,127.28479,15.638935,1610.8953,397.472,205.08035,295.16806,91.37579,68.208336,61.96058,91.59307,62.705555,544.5561,208.78323,90.96426,70.5671,31.597048,117.258095,113.5799,17.781616,424.78613,119.80563,1331.4434,31.61991,1884.2786,77.71372,384.047,1028.3783,44.003036,16.432775,855.4808,805.37427,2118.6233,113.2046 +2023-09-16 20:00:00,0.0,15118.155,364.59534,55.580715,60.033005,49.665657,232.86731,34.226006,56.968533,23.723982,33.85764,1531.9233,144.99698,21.454382,196.5389,0.3168029,0.029777437,31.941982,0.17621031,0.12412365,489.22675,0.10648241,501.2885,70.23412,0.11287242,0.12549621,155.35403,25.510683,54.324074,101.16633,21524.266,0.036939964,2072.5413,0.3889528,0.06899276,0.06534189,0.11639302,193.72107,239.27208,22.09515,135.0,37.575787,35.4369,2223.8306,1.5552412,120.6064,62.126877,433.9717,45.49278,443.94165,31.956047,144.53716,0.0,1616.2119,7001.8403,12.27213,496.2581,100.68247,36568.973,92.06197,10.988527,37.446693,115.89845,29.958298,11.966277,61.791664,1143.1704,338.8646,43.119907,8.674916,9.750673,314.03302,40.722794,579.15063,125.20555,2535.6096,436.7111,182.76537,128.36855,266.79956,5.6107817,8.268048,10.532895,2.548144,1.9819586,67.93141,78.688675,93.269325,41.098255,42.655685,101.29929,11.371815,3296.5764,32.593975,39.0625,30.156733,25.317175,249.4352,64.57574,44.54861,8.726552,25.611002,41.979656,160.40367,406.4649,77.77639,268.3555,60.00602,62.28704,199.35811,132.73819,729.929,123.13177,3.7959447,8.048611,5.3816667,61.704517,17095.863,2.6628704,30.365076,48.52986,32.411045,278.0297,65.27129,127.826164,1.7664815,123.670135,439.70236,230.01495,129.85144,442.50488,37.962036,90.23219,137.64104,10.670556,1.9444472,12.519883,877.3206,0.048759498,0.26363888,58.517128,10.192183,4.7849445,5.6869597,12.458847,81.59839,33.458332,109.02243,609.62823,289.77274,2468.018,1976.581,37.39441,64.5544,8572.288,8.252319,115.00231,736.31256,211.52501,290.16528,117.53611,729.84625,881.731,487.7601,29.547619,161.5574,846.9621,1615.7433,81.095406,877.30994,103.58657,1.0976892,55.574665,0.8777387,0.590553,2.462934,63.81463,205.66833,127.16965,15.6453705,1609.4181,397.27313,205.03572,295.1111,91.30159,68.166664,61.87824,91.62806,62.61111,543.96783,208.66469,90.799774,70.4892,31.61597,117.1619,113.51482,17.768272,424.48782,119.727516,1329.847,31.616606,1883.2855,77.705536,383.9461,1027.3503,43.961884,16.4416,855.3968,805.46106,2118.0603,113.26294 +2023-09-16 21:00:00,0.0,15111.2705,364.5731,55.62718,60.063477,49.700756,232.98367,34.23807,56.99455,23.730307,33.876064,1532.6243,144.93912,21.463268,196.58458,0.31633335,0.029855695,31.94906,0.17600296,0.12417983,489.50964,0.10641236,501.4745,70.28217,0.11276604,0.12529716,155.4065,25.526602,54.343056,101.19404,21508.336,0.036952287,2072.5312,0.389422,0.06892065,0.06543217,0.11623124,193.79149,239.3947,22.09524,134.9625,37.581535,35.39671,2223.6248,1.554631,120.48316,62.060894,433.94128,45.458668,444.02386,31.92788,144.40578,0.0,1615.0743,6996.6753,12.246395,496.0371,100.60812,36560.316,91.96101,10.966173,37.400814,115.70034,29.918816,11.943012,61.680653,1142.2878,338.93594,43.083214,8.657378,9.740944,313.6462,40.663498,578.2513,125.31083,2535.4407,437.11667,182.58624,128.45975,267.24698,5.6098347,8.266093,10.5365,2.5494466,1.9836206,67.88934,78.65318,93.265396,41.070015,42.645466,101.22892,11.370698,3297.7864,32.58237,39.021873,30.127878,25.290802,249.37361,64.540985,44.494793,8.721025,25.597256,41.946507,160.24138,405.93027,77.74021,268.2115,59.966553,62.192528,199.1815,132.60823,729.3727,123.03897,3.7902918,8.044791,5.3847504,61.725338,17088.97,2.6602972,30.35397,48.515728,32.385864,277.87268,65.26403,127.76242,1.7668797,123.654274,439.64178,229.97565,129.78108,442.44415,37.97097,90.21408,137.63812,10.672973,1.9451808,12.524605,877.15436,0.048737004,0.26377916,58.540627,10.199684,4.788751,5.6929617,12.468923,81.596725,33.47375,109.08003,609.75903,289.89774,2468.647,1976.8352,37.413174,64.578995,8568.422,8.254703,115.04826,736.2518,211.58626,290.2298,117.56416,730.1469,881.6612,487.77777,29.546429,161.5836,846.569,1614.9286,81.09425,877.0508,103.584656,1.0978537,55.559597,0.87779206,0.59076923,2.4630551,63.78153,205.73425,127.05451,15.651806,1607.941,397.0743,204.99107,295.05417,91.22738,68.125,61.795902,91.66305,62.516666,543.3796,208.54613,90.63529,70.41129,31.634895,117.06571,113.44972,17.754927,424.1895,119.6494,1328.2507,31.613302,1882.2925,77.69734,383.8452,1026.3225,43.92073,16.450426,855.3128,805.54785,2117.4973,113.32127 +2023-09-16 22:00:00,0.0,15104.386,364.55084,55.67364,60.093952,49.73586,233.10004,34.250137,57.020565,23.736633,33.894493,1533.3251,144.88127,21.472155,196.63028,0.31586382,0.02993395,31.95614,0.17579563,0.12423601,489.79257,0.106342316,501.66043,70.33022,0.11265966,0.12509811,155.45894,25.54252,54.362038,101.22175,21492.406,0.036964606,2072.5212,0.38989118,0.06884855,0.06552245,0.11606946,193.86192,239.51733,22.09533,134.925,37.58728,35.35652,2223.4187,1.5540208,120.35993,61.99491,433.91086,45.424557,444.10608,31.899714,144.27441,0.0,1613.9368,6991.5107,12.220661,495.81613,100.533775,36551.664,91.86006,10.943818,37.35493,115.50223,29.879332,11.919747,61.56964,1141.4052,339.0073,43.04652,8.63984,9.7312155,313.2594,40.604202,577.35187,125.41611,2535.2715,437.52222,182.4071,128.55095,267.6944,5.6088877,8.264138,10.540105,2.550749,1.9852828,67.84727,78.6177,93.26147,41.04178,42.63525,101.15855,11.369581,3298.9966,32.57077,38.98125,30.099026,25.26443,249.31204,64.50623,44.44097,8.7155,25.583508,41.913357,160.07909,405.39563,77.704025,268.0675,59.927082,62.09802,199.0049,132.47827,728.81635,122.94618,3.7846391,8.040972,5.3878336,61.74616,17082.078,2.6577241,30.342863,48.5016,32.360683,277.71564,65.25676,127.69868,1.7672777,123.638405,439.5812,229.93634,129.71074,442.38345,37.979908,90.19597,137.63522,10.675389,1.9459144,12.529327,876.9881,0.048714507,0.26391944,58.56412,10.207187,4.7925577,5.698963,12.478998,81.595055,33.489166,109.13763,609.88983,290.02274,2469.2756,1977.0892,37.431942,64.603584,8564.557,8.257086,115.094215,736.1909,211.6475,290.2943,117.592224,730.4476,881.5914,487.79544,29.545238,161.60982,846.1759,1614.114,81.0931,876.7916,103.58273,1.0980182,55.54453,0.87784547,0.5909854,2.463176,63.74843,205.80017,126.93938,15.658241,1606.4639,396.87546,204.94643,294.99722,91.153175,68.083336,61.713566,91.69803,62.422222,542.7913,208.42758,90.4708,70.3334,31.653818,116.96952,113.38463,17.741583,423.8912,119.57128,1326.6545,31.609999,1881.2994,77.689156,383.74432,1025.2946,43.879574,16.459251,855.2288,805.63464,2116.9343,113.379616 +2023-09-16 23:00:00,0.0,15097.501,364.52856,55.720108,60.124424,49.770958,233.2164,34.262203,57.04658,23.742958,33.912918,1534.0259,144.82341,21.481041,196.67598,0.31539428,0.030012207,31.96322,0.17558828,0.124292195,490.0755,0.10627227,501.84637,70.37827,0.11255328,0.12489905,155.5114,25.55844,54.38102,101.24946,21476.479,0.036976926,2072.5112,0.3903604,0.06877645,0.06561272,0.115907684,193.93234,239.63997,22.095419,134.8875,37.59303,35.316334,2223.2126,1.5534104,120.2367,61.92893,433.88043,45.39044,444.1883,31.871546,144.14305,0.0,1612.7993,6986.3457,12.194927,495.59518,100.45943,36543.008,91.75911,10.921464,37.30905,115.30411,29.839848,11.896482,61.45863,1140.5225,339.07864,43.009827,8.622302,9.721486,312.87256,40.544907,576.4525,125.521385,2535.1025,437.92776,182.228,128.64214,268.1418,5.6079407,8.262183,10.54371,2.5520518,1.9869449,67.8052,78.58221,93.25754,41.01354,42.62503,101.08817,11.368464,3300.2065,32.55917,38.940624,30.070173,25.238058,249.25047,64.47148,44.387154,8.709973,25.56976,41.880207,159.9168,404.86096,77.66785,267.9235,59.887615,62.003506,198.82831,132.3483,728.26,122.85339,3.7789862,8.037153,5.390917,61.766983,17075.186,2.655151,30.331757,48.487465,32.335503,277.5586,65.24949,127.634926,1.7676759,123.622536,439.52063,229.89705,129.64038,442.32272,37.988842,90.17785,137.63232,10.677806,1.946648,12.53405,876.82184,0.04869201,0.26405972,58.587616,10.214688,4.7963643,5.7049646,12.489074,81.59338,33.504585,109.19522,610.02057,290.14774,2469.9045,1977.3433,37.45071,64.62818,8560.691,8.259469,115.14016,736.1301,211.70876,290.35883,117.62028,730.7482,881.52155,487.8131,29.544046,161.63602,845.7828,1613.2993,81.09195,876.5325,103.58081,1.0981826,55.529457,0.8778988,0.59120166,2.4632971,63.715324,205.86609,126.82424,15.664676,1604.9867,396.6766,204.9018,294.94028,91.078964,68.041664,61.631226,91.73302,62.327778,542.2031,208.30902,90.30632,70.25549,31.672743,116.87333,113.319534,17.728237,423.5929,119.49317,1325.0582,31.606695,1880.3064,77.68097,383.6434,1024.2666,43.83842,16.468077,855.14484,805.7215,2116.3713,113.43796 +2023-09-17 00:00:00,0.0,15090.616,364.50632,55.76657,60.1549,49.80606,233.33276,34.27427,57.072594,23.749285,33.931343,1534.7267,144.76556,21.489925,196.72166,0.31492475,0.030090464,31.970299,0.17538095,0.12434838,490.35843,0.10620222,502.03232,70.42632,0.11244691,0.1247,155.56386,25.574358,54.4,101.27717,21460.549,0.03698925,2072.501,0.39082956,0.068704344,0.065703,0.11574591,194.00278,239.7626,22.09551,134.85,37.598778,35.276146,2223.0068,1.5528002,120.113464,61.86295,433.84998,45.35633,444.2705,31.843378,144.01169,0.0,1611.6616,6981.181,12.169192,495.3742,100.38507,36534.355,91.65816,10.899109,37.263172,115.106,29.800365,11.873218,61.34762,1139.6398,339.15,42.973133,8.604765,9.711758,312.48575,40.48561,575.5531,125.62666,2534.9333,438.3333,182.04887,128.73334,268.58923,5.6069937,8.260228,10.547314,2.5533543,1.9886069,67.76312,78.54672,93.25361,40.985302,42.614815,101.0178,11.367348,3301.4167,32.54757,38.9,30.041319,25.211685,249.18889,64.43673,44.333332,8.704448,25.556013,41.847057,159.7545,404.32632,77.63167,267.77948,59.848145,61.908993,198.6517,132.21834,727.7037,122.7606,3.7733335,8.033334,5.394,61.787804,17068.293,2.6525779,30.32065,48.47333,32.31032,277.40155,65.24222,127.57118,1.768074,123.60667,439.46005,229.85774,129.57004,442.26202,37.997776,90.15974,137.62941,10.6802225,1.9473816,12.538772,876.6556,0.048669517,0.2642,58.61111,10.22219,4.800171,5.7109666,12.499149,81.59171,33.52,109.25282,610.15137,290.27274,2470.5332,1977.5973,37.469475,64.65278,8556.825,8.261852,115.18611,736.06934,211.77,290.42334,117.64833,731.0489,881.4517,487.83078,29.542856,161.66222,845.3897,1612.4847,81.09079,876.2733,103.57889,1.0983471,55.51439,0.8779522,0.59141785,2.463418,63.682224,205.93199,126.70911,15.671111,1603.5096,396.47778,204.85715,294.88333,91.00476,68.0,61.54889,91.768005,62.233334,541.61487,208.19048,90.14183,70.17759,31.691666,116.77714,113.25444,17.714893,423.2946,119.415054,1323.462,31.603392,1879.3134,77.67278,383.5425,1023.2387,43.797268,16.476902,855.06085,805.8083,2115.8083,113.49629 +2023-09-17 01:00:00,0.0,15083.731,364.48404,55.813034,60.18537,49.84116,233.44911,34.28634,57.09861,23.75561,33.94977,1535.4275,144.7077,21.498812,196.76736,0.3144552,0.03016872,31.977379,0.17517361,0.124404564,490.64136,0.10613218,502.2183,70.47437,0.11234053,0.124500945,155.61632,25.590277,54.418983,101.30488,21444.62,0.03700157,2072.491,0.39129877,0.068632245,0.065793276,0.11558413,194.07321,239.88522,22.0956,134.8125,37.604527,35.235954,2222.8008,1.55219,119.990234,61.796967,433.81958,45.32222,444.35272,31.815212,143.88031,0.0,1610.5242,6976.0166,12.143458,495.15323,100.31072,36525.703,91.557205,10.876755,37.217293,114.90789,29.760881,11.849953,61.236607,1138.7572,339.22134,42.93644,8.587227,9.702029,312.09894,40.426315,574.65375,125.73194,2534.7642,438.7389,181.86975,128.82452,269.03665,5.606047,8.258273,10.550919,2.5546567,1.9902691,67.72105,78.51122,93.24968,40.95706,42.604595,100.94742,11.366231,3302.6267,32.53597,38.859375,30.012466,25.185312,249.12732,64.40198,44.279514,8.698922,25.542265,41.813908,159.59221,403.79166,77.59549,267.6355,59.808678,61.81448,198.4751,132.08836,727.14734,122.66781,3.767681,8.029514,5.3970833,61.808628,17061.4,2.6500046,30.309544,48.4592,32.28514,277.2445,65.234955,127.50744,1.7684722,123.5908,439.39948,229.81844,129.49968,442.2013,38.006714,90.14162,137.6265,10.682639,1.9481152,12.543494,876.4893,0.04864702,0.26434028,58.634605,10.229692,4.8039775,5.716968,12.509224,81.59005,33.535416,109.31042,610.28217,290.39774,2471.162,1977.8514,37.488243,64.67737,8552.96,8.2642355,115.232056,736.00854,211.83125,290.48785,117.676384,731.3495,881.3819,487.84845,29.541666,161.68843,844.9966,1611.67,81.08964,876.01416,103.576965,1.0985115,55.49932,0.8780056,0.5916341,2.4635391,63.64912,205.99791,126.59397,15.6775465,1602.0325,396.27893,204.8125,294.8264,90.93056,67.958336,61.46655,91.80299,62.13889,541.0266,208.07193,89.97735,70.09969,31.71059,116.680954,113.189354,17.701548,422.99628,119.33694,1321.8657,31.600088,1878.3203,77.6646,383.44162,1022.21075,43.756115,16.485727,854.97687,805.8951,2115.2454,113.554634 +2023-09-17 02:00:00,0.0,15076.847,364.4618,55.8595,60.215847,49.876263,233.56548,34.298405,57.124626,23.761934,33.968197,1536.1284,144.64986,21.507698,196.81305,0.31398568,0.030246977,31.984459,0.17496626,0.12446074,490.92426,0.10606213,502.40424,70.52242,0.11223415,0.124301895,155.66876,25.606195,54.43796,101.33259,21428.69,0.03701389,2072.481,0.39176795,0.068560146,0.06588355,0.115422346,194.14363,240.00786,22.09569,134.775,37.61027,35.195766,2222.595,1.5515797,119.867004,61.730984,433.78912,45.28811,444.43494,31.787045,143.74895,0.0,1609.3866,6970.8516,12.117723,494.93228,100.236374,36517.047,91.45625,10.8544,37.171413,114.70978,29.721397,11.826688,61.125595,1137.8745,339.2927,42.899742,8.569689,9.6923,311.7121,40.36702,573.75433,125.83722,2534.5952,439.14444,181.69063,128.91573,269.48407,5.6051,8.256318,10.554523,2.5559592,1.9919312,67.67898,78.47574,93.24575,40.928825,42.59438,100.877045,11.365114,3303.837,32.524364,38.81875,29.983612,25.15894,249.06575,64.367226,44.225693,8.693396,25.528517,41.780758,159.42992,403.25702,77.5593,267.4915,59.769207,61.71997,198.2985,131.9584,726.59106,122.57502,3.762028,8.025695,5.400167,61.82945,17054.508,2.6474316,30.298437,48.44507,32.25996,277.08746,65.227684,127.44369,1.7688704,123.57493,439.3389,229.77914,129.42934,442.1406,38.015648,90.123505,137.6236,10.685056,1.9488488,12.548216,876.32306,0.048624527,0.26448056,58.6581,10.237194,4.807784,5.7229695,12.5192995,81.58838,33.550835,109.36801,610.41296,290.52274,2471.7908,1978.1055,37.507008,64.701965,8549.095,8.266619,115.27801,735.94775,211.8925,290.55237,117.704445,731.65015,881.3121,487.86612,29.540476,161.71463,844.6035,1610.8555,81.088486,875.75507,103.57504,1.098676,55.484253,0.87805897,0.5918503,2.46366,63.61602,206.06383,126.478836,15.683982,1600.5553,396.08008,204.76785,294.76944,90.856346,67.916664,61.384212,91.837975,62.044445,540.43835,207.95337,89.81286,70.02179,31.729513,116.58476,113.12426,17.688204,422.698,119.25882,1320.2695,31.596785,1877.3273,77.65641,383.3407,1021.18286,43.71496,16.494553,854.8929,805.98193,2114.6824,113.612976 +2023-09-17 03:00:00,0.0,15069.962,364.43954,55.905964,60.24632,49.91136,233.68184,34.31047,57.150642,23.768261,33.986626,1536.8292,144.592,21.516582,196.85875,0.31351614,0.030325232,31.991537,0.17475893,0.12451693,491.20718,0.105992086,502.59018,70.57047,0.11212777,0.12410284,155.72122,25.622116,54.456944,101.3603,21412.762,0.03702621,2072.471,0.39223716,0.06848805,0.065973826,0.11526057,194.21407,240.1305,22.09578,134.7375,37.61602,35.15558,2222.389,1.5509695,119.74377,61.665,433.7587,45.253998,444.51715,31.758877,143.61758,0.0,1608.249,6965.687,12.0919895,494.7113,100.162025,36508.395,91.3553,10.832046,37.125534,114.511665,29.681915,11.803423,61.014584,1136.9918,339.36407,42.86305,8.552151,9.682571,311.3253,40.307724,572.855,125.9425,2534.426,439.55,181.51149,129.00693,269.9315,5.604153,8.254363,10.558128,2.557262,1.9935933,67.6369,78.44025,93.24182,40.90059,42.58416,100.80667,11.363997,3305.0469,32.512764,38.778126,29.95476,25.132566,249.00417,64.33247,44.171875,8.68787,25.51477,41.74761,159.26762,402.72238,77.523125,267.34747,59.72974,61.625458,198.12189,131.82845,726.0347,122.48222,3.7563753,8.021875,5.40325,61.85027,17047.615,2.6448584,30.28733,48.43094,32.23478,276.93042,65.22041,127.379944,1.7692685,123.55906,439.27832,229.73984,129.35898,442.07986,38.024582,90.10539,137.6207,10.687472,1.9495825,12.552938,876.1568,0.04860203,0.26462084,58.6816,10.244697,4.8115907,5.7289715,12.529375,81.58671,33.56625,109.425606,610.5437,290.64774,2472.4197,1978.3595,37.525776,64.72656,8545.229,8.269002,115.32396,735.88696,211.95375,290.61688,117.7325,731.9508,881.24225,487.8838,29.539286,161.74083,844.2104,1610.0408,81.08733,875.4959,103.57313,1.0988405,55.469185,0.8781124,0.5920665,2.463781,63.582916,206.12975,126.36369,15.690417,1599.0782,395.88126,204.72322,294.7125,90.78214,67.875,61.301876,91.87296,61.95,539.85016,207.83482,89.64838,69.943886,31.748436,116.48857,113.059166,17.674858,422.3997,119.1807,1318.6732,31.593481,1876.3341,77.64822,383.2398,1020.1549,43.673805,16.503376,854.8089,806.0687,2114.1194,113.67131 +2023-09-17 04:00:00,0.0,15063.077,364.41727,55.952427,60.276794,49.946465,233.7982,34.322536,57.176655,23.774586,34.00505,1537.53,144.53415,21.525469,196.90445,0.3130466,0.03040349,31.998617,0.17455158,0.12457311,491.4901,0.105922036,502.77612,70.61852,0.112021394,0.12390379,155.77368,25.638035,54.475925,101.38801,21396.832,0.03703853,2072.461,0.39270633,0.06841594,0.0660641,0.11509879,194.28448,240.25313,22.095871,134.7,37.62177,35.11539,2222.183,1.5503592,119.62054,61.599022,433.72827,45.219887,444.59937,31.730711,143.4862,0.0,1607.1116,6960.522,12.066256,494.49033,100.08767,36499.74,91.25435,10.80969,37.079655,114.31356,29.642431,11.780158,60.903572,1136.1093,339.43542,42.826355,8.534614,9.672842,310.93848,40.24843,571.95557,126.047775,2534.257,439.95554,181.33237,129.09811,270.3789,5.603206,8.252408,10.561733,2.5585644,1.9952554,67.59483,78.404755,93.23789,40.87235,42.573944,100.7363,11.362882,3306.2568,32.501163,38.7375,29.925905,25.106194,248.9426,64.29772,44.118057,8.6823435,25.501022,41.71446,159.10533,402.1877,77.486946,267.2035,59.69027,61.530945,197.94528,131.69847,725.4784,122.389435,3.7507224,8.018056,5.4063334,61.871094,17040.723,2.642285,30.276222,48.416805,32.2096,276.7734,65.21315,127.3162,1.7696667,123.5432,439.21774,229.70053,129.28864,442.01917,38.03352,90.08727,137.61778,10.689889,1.9503161,12.557661,875.99054,0.048579536,0.26476112,58.705093,10.252198,4.815397,5.734973,12.539451,81.58504,33.58167,109.48321,610.6745,290.77274,2473.0483,1978.6135,37.54454,64.75115,8541.363,8.271386,115.3699,735.8261,212.015,290.6814,117.76055,732.25146,881.1724,487.9015,29.538095,161.76703,843.8173,1609.2262,81.086174,875.23676,103.571205,1.0990049,55.454113,0.8781657,0.5922827,2.463902,63.549816,206.19566,126.24856,15.696852,1597.6011,395.6824,204.67857,294.65555,90.70793,67.833336,61.219536,91.90795,61.855556,539.2619,207.71626,89.483894,69.86599,31.76736,116.39238,112.99407,17.661514,422.10138,119.102585,1317.077,31.590178,1875.3411,77.64003,383.13892,1019.127,43.632652,16.512201,854.7249,806.1555,2113.5564,113.72965 +2023-09-17 05:00:00,0.0,15056.191,364.39502,55.998894,60.30727,49.981567,233.91457,34.334602,57.20267,23.78091,34.023476,1538.2308,144.47629,21.534355,196.95013,0.31257707,0.030481746,32.005695,0.17434424,0.12462929,491.77304,0.10585199,502.9621,70.666565,0.111915015,0.12370473,155.82614,25.653954,54.494907,101.41572,21380.902,0.03705085,2072.451,0.39317554,0.06834384,0.066154376,0.11493701,194.35492,240.37575,22.09596,134.6625,37.627514,35.0752,2221.977,1.549749,119.49731,61.53304,433.6978,45.185776,444.68158,31.702543,143.35484,0.0,1605.9739,6955.3574,12.040521,494.26938,100.01332,36491.086,91.1534,10.787336,37.033775,114.11545,29.602947,11.756893,60.792557,1135.2266,339.50677,42.78966,8.517076,9.663114,310.55164,40.189133,571.0562,126.15305,2534.088,440.3611,181.15324,129.18932,270.82632,5.602259,8.250452,10.565337,2.559867,1.9969175,67.55276,78.36926,93.233955,40.844112,42.563725,100.665924,11.361765,3307.467,32.489563,38.696877,29.897053,25.079823,248.88103,64.26297,44.064236,8.676818,25.487274,41.68131,158.94304,401.65308,77.45077,267.05948,59.650803,61.43643,197.76868,131.56851,724.92206,122.296646,3.7450697,8.014236,5.4094167,61.891914,17033.83,2.639712,30.265116,48.40267,32.184418,276.61636,65.20588,127.25245,1.7700648,123.52733,439.15717,229.66122,129.21828,441.95844,38.042454,90.06916,137.61487,10.692306,1.9510497,12.562383,875.8243,0.04855704,0.2649014,58.72859,10.2597,4.8192034,5.7409744,12.549525,81.58337,33.597084,109.5408,610.8053,290.89774,2473.6772,1978.8676,37.56331,64.77575,8537.498,8.273769,115.415855,735.7653,212.07625,290.7459,117.78861,732.5521,881.10266,487.91916,29.536905,161.79324,843.4242,1608.4115,81.08502,874.9776,103.56928,1.0991694,55.439045,0.8782191,0.59249896,2.464023,63.516712,206.26158,126.13342,15.703287,1596.1239,395.48355,204.63393,294.5986,90.63373,67.791664,61.1372,91.94293,61.761112,538.67365,207.59772,89.319405,69.788086,31.786283,116.29619,112.92898,17.648169,421.80307,119.024475,1315.4807,31.586874,1874.348,77.63184,383.03802,1018.09906,43.591496,16.521027,854.6409,806.2424,2112.9934,113.787994 +2023-09-17 06:00:00,0.0,15049.307,364.37274,56.045357,60.33774,50.016666,234.03093,34.34667,57.228687,23.787237,34.041904,1538.9318,144.41844,21.543242,196.99583,0.31210753,0.030560002,32.012775,0.17413689,0.124685474,492.05597,0.10578194,503.14804,70.714615,0.111808635,0.12350568,155.87859,25.669872,54.51389,101.44343,21364.975,0.037063174,2072.441,0.39364472,0.06827174,0.066244654,0.11477523,194.42535,240.49838,22.09605,134.625,37.633263,35.03501,2221.7712,1.5491387,119.37407,61.467056,433.66742,45.151665,444.7638,31.674376,143.22348,0.0,1604.8364,6950.193,12.014787,494.0484,99.93897,36482.434,91.05244,10.764981,36.987896,113.91734,29.563465,11.733627,60.681545,1134.3439,339.57812,42.752968,8.499537,9.653385,310.16483,40.129837,570.1568,126.25833,2533.919,440.76666,180.97412,129.2805,271.27374,5.601312,8.248497,10.568942,2.5611696,1.9985796,67.51069,78.33378,93.23003,40.815872,42.553505,100.59555,11.360648,3308.677,32.47796,38.65625,29.868198,25.05345,248.81944,64.22822,44.010418,8.671292,25.473526,41.64816,158.78075,401.1184,77.41458,266.91547,59.611332,61.341923,197.59209,131.43854,724.3657,122.20386,3.7394168,8.010417,5.4125004,61.912735,17026.938,2.6371388,30.25401,48.388542,32.15924,276.45932,65.19861,127.188705,1.770463,123.51146,439.0966,229.62193,129.14793,441.89774,38.051388,90.05104,137.61197,10.694722,1.9517833,12.567105,875.658,0.048534546,0.26504165,58.752083,10.267202,4.82301,5.7469764,12.559601,81.5817,33.6125,109.5984,610.9361,291.02274,2474.3062,1979.1217,37.582073,64.80035,8533.632,8.276153,115.46181,735.7045,212.1375,290.81042,117.816666,732.8528,881.03284,487.93683,29.535713,161.81944,843.0311,1607.5969,81.08387,874.71844,103.56736,1.0993338,55.423977,0.87827253,0.5927152,2.464144,63.483612,206.3275,126.01829,15.7097225,1594.6469,395.28473,204.5893,294.54166,90.559525,67.75,61.05486,91.97792,61.666668,538.0854,207.47917,89.15492,69.71018,31.805208,116.2,112.86389,17.634825,421.50476,118.94636,1313.8845,31.58357,1873.355,77.62366,382.93713,1017.0711,43.550343,16.529852,854.55695,806.32916,2112.4304,113.84633 +2023-09-17 07:00:00,0.0,15042.422,364.3505,56.09182,60.368217,50.05177,234.1473,34.358734,57.254704,23.793562,34.06033,1539.6326,144.36058,21.552126,197.04153,0.311638,0.030638259,32.019855,0.17392956,0.12474166,492.33887,0.1057119,503.33398,70.762665,0.111702256,0.123306625,155.93105,25.685791,54.53287,101.47114,21349.045,0.037075493,2072.431,0.39411393,0.068199635,0.066334926,0.11461345,194.49577,240.62102,22.096142,134.5875,37.63901,34.994823,2221.5652,1.5485284,119.25084,61.401073,433.63696,45.117554,444.846,31.64621,143.09212,0.0,1603.6989,6945.028,11.989052,493.82742,99.864624,36473.777,90.951485,10.742627,36.942017,113.71922,29.523981,11.710362,60.570534,1133.4612,339.64948,42.716274,8.482,9.643656,309.778,40.070538,569.25745,126.36361,2533.7498,441.1722,180.79498,129.3717,271.72116,5.600365,8.246542,10.572547,2.562472,2.0002418,67.46861,78.29829,93.2261,40.787636,42.54329,100.52518,11.359531,3309.8872,32.46636,38.615623,29.839346,25.027077,248.75787,64.19347,43.956596,8.665766,25.45978,41.61501,158.61845,400.58377,77.3784,266.77148,59.571865,61.24741,197.41548,131.30858,723.8094,122.11106,3.7337642,8.0065975,5.4155836,61.93356,17020.045,2.6345658,30.242903,48.37441,32.13406,276.30228,65.191345,127.12496,1.7708611,123.49559,439.036,229.58263,129.07758,441.83704,38.06032,90.03293,137.60907,10.697139,1.9525169,12.571827,875.49176,0.04851205,0.26518193,58.775578,10.274704,4.8268166,5.752978,12.569676,81.58003,33.62792,109.656,611.06683,291.14774,2474.9348,1979.3757,37.60084,64.82494,8529.767,8.278536,115.50775,735.64374,212.19875,290.87494,117.84472,733.1534,880.963,487.9545,29.534523,161.84564,842.63806,1606.7822,81.08272,874.4593,103.56544,1.0994983,55.40891,0.8783259,0.5929314,2.4642649,63.450512,206.39342,125.90315,15.716158,1593.1697,395.08588,204.54465,294.4847,90.48531,67.708336,60.972523,92.01291,61.572224,537.4972,207.36061,88.99043,69.632286,31.824131,116.103806,112.7988,17.621479,421.20645,118.86824,1312.2882,31.580267,1872.3619,77.61547,382.8362,1016.0432,43.50919,16.538677,854.47296,806.41595,2111.8674,113.90467 +2023-09-17 08:00:00,0.0,15035.537,364.32822,56.138287,60.39869,50.08687,234.26366,34.3708,57.28072,23.799889,34.078754,1540.3334,144.30273,21.561012,197.08722,0.31116846,0.030716514,32.026936,0.17372221,0.12479784,492.6218,0.10564185,503.51993,70.810715,0.11159588,0.123107575,155.9835,25.70171,54.551853,101.498856,21333.115,0.037087813,2072.421,0.3945831,0.068127535,0.066425204,0.11445168,194.56621,240.74365,22.096231,134.55,37.64476,34.954636,2221.3594,1.5479182,119.12761,61.335094,433.60654,45.083443,444.92822,31.618042,142.96074,0.0,1602.5613,6939.8633,11.963318,493.60645,99.790276,36465.125,90.85053,10.720272,36.896137,113.5211,29.484497,11.687098,60.459522,1132.5786,339.72083,42.67958,8.464462,9.633927,309.39117,40.011242,568.35803,126.46889,2533.5808,441.57776,180.61586,129.46289,272.16858,5.599418,8.244587,10.576152,2.5637746,2.0019038,67.426544,78.262794,93.22217,40.759396,42.53307,100.4548,11.358415,3311.0972,32.454758,38.575,29.810492,25.000704,248.6963,64.158714,43.90278,8.66024,25.446032,41.581863,158.45616,400.04913,77.342224,266.62747,59.532394,61.152897,197.23888,131.17862,723.25305,122.01827,3.7281113,8.002778,5.418667,61.95438,17013.152,2.6319926,30.231796,48.36028,32.10888,276.14523,65.184074,127.06121,1.7712593,123.47972,438.97543,229.54332,129.00723,441.7763,38.06926,90.01481,137.60616,10.699555,1.9532506,12.57655,875.3255,0.048489556,0.2653222,58.799072,10.282207,4.830623,5.7589793,12.579752,81.57836,33.643333,109.71359,611.19763,291.27274,2475.5637,1979.6298,37.619606,64.84953,8525.901,8.280919,115.5537,735.58295,212.26001,290.93945,117.87278,733.45404,880.8932,487.97217,29.533333,161.87186,842.24493,1605.9677,81.081566,874.20013,103.563515,1.0996628,55.39384,0.8783793,0.59314764,2.464386,63.417408,206.45934,125.78802,15.722593,1591.6925,394.88702,204.5,294.42776,90.41111,67.666664,60.890186,92.04789,61.47778,536.90894,207.24207,88.82595,69.55438,31.843056,116.007614,112.7337,17.608133,420.90814,118.79012,1310.692,31.576963,1871.3689,77.607285,382.73532,1015.01526,43.468037,16.547503,854.389,806.5028,2111.3044,113.96301 +2023-09-17 09:00:00,0.0,15028.652,364.30597,56.18475,60.429165,50.12197,234.38002,34.382866,57.306732,23.806213,34.097183,1541.0342,144.24487,21.569899,197.13292,0.31069893,0.030794771,32.034016,0.17351487,0.12485402,492.90472,0.10557181,503.7059,70.858765,0.1114895,0.122908525,156.03595,25.717628,54.570835,101.526566,21317.186,0.037100136,2072.411,0.3950523,0.068055436,0.06651548,0.114289895,194.63663,240.86627,22.096321,134.5125,37.650505,34.914444,2221.1533,1.547308,119.00438,61.26911,433.5761,45.04933,445.01044,31.589874,142.82938,0.0,1601.4237,6934.6987,11.937584,493.3855,99.71592,36456.47,90.74958,10.697918,36.850258,113.323,29.445015,11.663833,60.34851,1131.6959,339.79218,42.642887,8.446924,9.624198,309.00436,39.951946,567.4587,126.574165,2533.4116,441.98334,180.43674,129.5541,272.616,5.598471,8.242632,10.579756,2.565077,2.0035658,67.38447,78.22731,93.21824,40.73116,42.522854,100.38443,11.357298,3312.3074,32.443157,38.534374,29.78164,24.97433,248.63472,64.12396,43.848957,8.654714,25.432283,41.548714,158.29387,399.51447,77.30604,266.4835,59.492924,61.058388,197.06227,131.04865,722.6967,121.92548,3.7224586,7.998958,5.42175,61.9752,17006.258,2.6294196,30.22069,48.346146,32.0837,275.9882,65.1768,126.99747,1.7716573,123.46385,438.91486,229.50403,128.93687,441.7156,38.078194,89.9967,137.60324,10.701972,1.9539843,12.581272,875.15924,0.04846706,0.2654625,58.82257,10.289708,4.8344297,5.7649813,12.589828,81.57669,33.658752,109.77119,611.3284,291.39774,2476.1924,1979.8838,37.638374,64.87413,8522.036,8.283302,115.599655,735.5221,212.32126,291.00397,117.90083,733.7547,880.82336,487.98984,29.532143,161.89806,841.85187,1605.1531,81.08041,873.94104,103.5616,1.0998272,55.37877,0.8784327,0.5933638,2.4645069,63.384308,206.52525,125.67288,15.729028,1590.2155,394.6882,204.45535,294.37082,90.33691,67.625,60.807846,92.08288,61.383335,536.3207,207.1235,88.66146,69.47648,31.861979,115.91143,112.66861,17.59479,420.60983,118.712006,1309.0957,31.57366,1870.3759,77.59909,382.63443,1013.98737,43.42688,16.556328,854.305,806.5896,2110.7415,114.02135 +2023-09-17 10:00:00,0.0,15021.768,364.28372,56.231213,60.459637,50.15707,234.49638,34.394936,57.33275,23.812538,34.11561,1541.735,144.18703,21.578783,197.1786,0.3102294,0.030873029,32.041096,0.17330754,0.124910206,493.18765,0.10550176,503.89185,70.906815,0.111383125,0.12270947,156.08841,25.733547,54.589813,101.554276,21301.258,0.037112456,2072.4006,0.3955215,0.06798334,0.066605754,0.11412811,194.70706,240.9889,22.09641,134.475,37.656254,34.874256,2220.9473,1.5466977,118.88114,61.20313,433.5457,45.01522,445.09265,31.561708,142.69801,0.0,1600.2861,6929.5337,11.911849,493.16452,99.64157,36447.816,90.64863,10.675563,36.80438,113.124886,29.40553,11.640568,60.2375,1130.8132,339.86356,42.60619,8.429386,9.61447,308.61755,39.89265,566.55927,126.67944,2533.2427,442.3889,180.25761,129.6453,273.06342,5.597524,8.240677,10.583361,2.5663798,2.005228,67.3424,78.19182,93.21431,40.70292,42.512634,100.31406,11.356181,3313.5173,32.431557,38.49375,29.752787,24.947958,248.57315,64.08921,43.79514,8.649188,25.418537,41.515564,158.13158,398.97983,77.26986,266.33948,59.453457,60.963875,196.88567,130.91869,722.14044,121.83269,3.7168057,7.995139,5.4248333,61.996025,16999.365,2.6268463,30.209583,48.332012,32.058517,275.83118,65.16953,126.933716,1.7720555,123.44798,438.85428,229.46472,128.86653,441.65488,38.087128,89.978584,137.60034,10.70439,1.9547179,12.585994,874.993,0.048444565,0.26560277,58.846066,10.29721,4.8382363,5.7709827,12.599902,81.57503,33.674168,109.82878,611.4592,291.52274,2476.8213,1980.138,37.65714,64.89873,8518.17,8.285686,115.6456,735.4613,212.3825,291.06848,117.92889,734.05536,880.75354,488.0075,29.530952,161.92426,841.45874,1604.3384,81.079254,873.6819,103.55968,1.0999917,55.3637,0.87848604,0.59358007,2.464628,63.351204,206.59117,125.55775,15.735463,1588.7383,394.48935,204.41072,294.3139,90.262695,67.583336,60.72551,92.11787,61.288887,535.7324,207.00496,88.49698,69.39858,31.880901,115.81524,112.603516,17.581444,420.31155,118.63389,1307.4994,31.570356,1869.3828,77.590904,382.5335,1012.9594,43.385727,16.565153,854.221,806.6764,2110.1785,114.07969 +2023-09-17 11:00:00,0.0,15014.883,364.26144,56.27768,60.490112,50.192173,234.61275,34.407,57.358765,23.818865,34.134037,1542.4359,144.12917,21.58767,197.2243,0.30975986,0.030951284,32.048172,0.17310019,0.12496639,493.47055,0.10543171,504.0778,70.954865,0.111276746,0.12251042,156.14087,25.749466,54.608795,101.581985,21285.328,0.037124775,2072.3906,0.3959907,0.06791123,0.06669603,0.11396633,194.7775,241.11154,22.096502,134.4375,37.662003,34.83407,2220.7415,1.5460875,118.75791,61.137146,433.51526,44.98111,445.17487,31.53354,142.56664,0.0,1599.1487,6924.369,11.886115,492.94354,99.56722,36439.164,90.547676,10.653209,36.7585,112.92678,29.366049,11.617303,60.126488,1129.9305,339.9349,42.569496,8.411849,9.604741,308.2307,39.833355,565.6599,126.78472,2533.0735,442.79443,180.07849,129.73648,273.51083,5.596577,8.238722,10.586966,2.5676823,2.00689,67.30032,78.15633,93.21038,40.674683,42.50242,100.24368,11.355064,3314.7275,32.419952,38.453125,29.723932,24.921587,248.51158,64.05446,43.741318,8.6436615,25.404789,41.482414,157.96928,398.4452,77.23368,266.19547,59.413986,60.86936,196.70906,130.78871,721.5841,121.7399,3.711153,7.9913197,5.427917,62.016846,16992.473,2.624273,30.198477,48.317883,32.033337,275.67413,65.16227,126.86997,1.7724537,123.43212,438.7937,229.42542,128.79617,441.59418,38.096066,89.960464,137.59744,10.706806,1.9554515,12.590716,874.82666,0.04842207,0.26574305,58.86956,10.304712,4.842043,5.776984,12.609978,81.57336,33.689583,109.88638,611.59,291.64774,2477.45,1980.392,37.675907,64.92332,8514.305,8.288069,115.69155,735.4005,212.44376,291.133,117.95694,734.356,880.6837,488.02518,29.529762,161.95045,841.0657,1603.5238,81.0781,873.4227,103.557755,1.1001561,55.348633,0.87853944,0.59379625,2.4647489,63.318104,206.65709,125.442604,15.741899,1587.2611,394.2905,204.36607,294.25696,90.18849,67.541664,60.64317,92.15285,61.194443,535.14417,206.88641,88.3325,69.32068,31.899826,115.71905,112.53842,17.5681,420.01324,118.55578,1305.9032,31.567053,1868.3898,77.58272,382.43262,1011.9315,43.344574,16.573977,854.13696,806.76324,2109.6155,114.13803 +2023-09-17 12:00:00,0.0,15007.998,364.2392,56.324142,60.520584,50.227272,234.72911,34.419067,57.38478,23.82519,34.152462,1543.1367,144.07132,21.596556,197.27,0.30929032,0.031029541,32.055252,0.17289285,0.12502258,493.75348,0.10536167,504.26373,71.002914,0.11117037,0.12231136,156.19333,25.765385,54.627777,101.609695,21269.398,0.0371371,2072.3806,0.39645988,0.06783913,0.066786304,0.11380456,194.84792,241.23418,22.096592,134.4,37.667747,34.79388,2220.5354,1.5454772,118.63468,61.071167,433.4848,44.947,445.25708,31.505373,142.43527,0.0,1598.011,6919.204,11.86038,492.7226,99.492874,36430.508,90.446724,10.630854,36.712616,112.72867,29.326565,11.594038,60.015476,1129.048,340.00626,42.532803,8.394311,9.595012,307.8439,39.77406,564.7605,126.89,2532.9045,443.19998,179.89935,129.82768,273.95825,5.59563,8.236767,10.59057,2.5689847,2.008552,67.258255,78.120834,93.20645,40.646442,42.4922,100.17331,11.353948,3315.9375,32.40835,38.4125,29.69508,24.895214,248.45001,64.01971,43.6875,8.638136,25.39104,41.449265,157.80699,397.91052,77.1975,266.05148,59.37452,60.77485,196.53246,130.65875,721.0278,121.64711,3.7055001,7.9875,5.431,62.03767,16985.58,2.6217,30.18737,48.30375,32.008156,275.5171,65.155,126.80623,1.7728518,123.41625,438.73312,229.38611,128.72583,441.53345,38.105,89.94235,137.59453,10.709223,1.9561851,12.595438,874.6604,0.048399575,0.26588333,58.893055,10.312214,4.845849,5.782986,12.620053,81.571686,33.705,109.94398,611.7208,291.77274,2478.0789,1980.646,37.69467,64.947914,8510.439,8.290452,115.737495,735.3397,212.505,291.1975,117.985,734.6566,880.6139,488.04285,29.528572,161.97667,840.67255,1602.7091,81.07695,873.1636,103.55583,1.1003206,55.333565,0.87859285,0.5940125,2.46487,63.285,206.72299,125.32747,15.748334,1585.784,394.09167,204.32143,294.2,90.11429,67.5,60.560833,92.187836,61.1,534.55597,206.76785,88.16801,69.242775,31.918749,115.622856,112.473335,17.554754,419.71494,118.47766,1304.3069,31.563747,1867.3966,77.57453,382.33173,1010.90356,43.30342,16.582802,854.053,806.85004,2109.0525,114.196365 +2023-09-17 13:00:00,0.0,15001.113,364.21692,56.370605,60.55106,50.262375,234.84546,34.431133,57.410797,23.831516,34.170887,1543.8375,144.01346,21.605442,197.31569,0.30882078,0.031107796,32.062332,0.1726855,0.12507875,494.0364,0.10529162,504.4497,71.050964,0.11106399,0.12211231,156.24577,25.781303,54.64676,101.637405,21253.47,0.03714942,2072.3706,0.3969291,0.06776703,0.06687658,0.11364278,194.91835,241.35681,22.096682,134.3625,37.673496,34.75369,2220.3296,1.5448669,118.511444,61.005184,433.4544,44.912888,445.3393,31.477207,142.30391,0.0,1596.8735,6914.0396,11.834646,492.50162,99.41852,36421.855,90.34577,10.6085,36.666737,112.530556,29.28708,11.570773,59.904465,1128.1653,340.0776,42.49611,8.376773,9.585283,307.45706,39.714764,563.86115,126.99528,2532.7354,443.60553,179.72023,129.91887,274.40567,5.594683,8.234812,10.594174,2.5702872,2.0102143,67.21618,78.08535,93.20252,40.618206,42.481983,100.102936,11.352831,3317.1475,32.39675,38.371876,29.666225,24.868841,248.38843,63.984955,43.633682,8.63261,25.377295,41.416115,157.6447,397.3759,77.161316,265.90747,59.33505,60.68034,196.35585,130.5288,720.47144,121.55431,3.6998475,7.9836807,5.4340835,62.05849,16978.688,2.6191268,30.176264,48.28962,31.982975,275.36005,65.14773,126.74248,1.77325,123.40038,438.67255,229.34682,128.65547,441.47275,38.113934,89.92423,137.59161,10.711639,1.9569187,12.600161,874.49414,0.048377078,0.2660236,58.91655,10.319716,4.8496556,5.7889876,12.630129,81.570015,33.720417,110.00157,611.85156,291.89774,2478.7075,1980.9,37.71344,64.97251,8506.573,8.292835,115.78345,735.27893,212.56625,291.26202,118.013054,734.9573,880.54407,488.06052,29.52738,162.00287,840.2795,1601.8945,81.0758,872.9044,103.55391,1.1004851,55.318493,0.8786462,0.5942287,2.4649909,63.2519,206.78891,125.21233,15.754768,1584.3069,393.89282,204.2768,294.14307,90.04008,67.458336,60.478497,92.222824,61.005554,533.9677,206.6493,88.003525,69.16488,31.937674,115.526665,112.40824,17.54141,419.41663,118.39954,1302.7107,31.560444,1866.4036,77.566345,382.23083,1009.8757,43.262264,16.591627,853.969,806.9368,2108.4895,114.25471 +2023-09-17 14:00:00,0.0,14994.228,364.19467,56.417072,60.58153,50.297474,234.96182,34.4432,57.43681,23.837841,34.189316,1544.5383,143.95561,21.614326,197.36139,0.30835125,0.031186054,32.069412,0.17247817,0.12513493,494.31934,0.10522158,504.63565,71.099014,0.11095761,0.121913254,156.29823,25.797222,54.66574,101.665115,21237.541,0.037161738,2072.3606,0.39739826,0.067694925,0.06696686,0.113481,194.98877,241.47943,22.096773,134.325,37.679245,34.7135,2220.1235,1.5442567,118.388214,60.9392,433.42395,44.878777,445.4215,31.44904,142.17255,0.0,1595.736,6908.875,11.808912,492.28064,99.34417,36413.2,90.24481,10.586144,36.620857,112.33244,29.247599,11.547508,59.793453,1127.2826,340.14896,42.459415,8.359235,9.575554,307.07025,39.655468,562.96173,127.100555,2532.5664,444.0111,179.54112,130.01007,274.8531,5.593736,8.232857,10.597779,2.57159,2.0118763,67.17411,78.04986,93.19859,40.58997,42.471764,100.03256,11.351714,3318.3577,32.38515,38.33125,29.637373,24.842468,248.32686,63.950203,43.57986,8.627084,25.363546,41.382965,157.4824,396.84122,77.12514,265.76346,59.29558,60.585827,196.17926,130.39882,719.9151,121.461525,3.6941946,7.9798613,5.4371667,62.07931,16971.795,2.6165538,30.165157,48.275486,31.957794,275.203,65.140465,126.678734,1.7736481,123.384514,438.61197,229.30751,128.58513,441.41202,38.12287,89.90612,137.58871,10.714056,1.9576523,12.604883,874.3279,0.048354585,0.2661639,58.940044,10.327218,4.853462,5.794989,12.640203,81.56835,33.735832,110.05917,611.98236,292.02274,2479.3364,1981.154,37.732204,64.9971,8502.708,8.295218,115.8294,735.2181,212.6275,291.32654,118.04111,735.25793,880.47424,488.0782,29.52619,162.02907,839.88635,1601.0798,81.07464,872.64526,103.55199,1.1006495,55.303425,0.8786996,0.59444493,2.465112,63.218796,206.85483,125.0972,15.761204,1582.8297,393.69397,204.23215,294.08612,89.96587,67.416664,60.396156,92.25781,60.91111,533.37946,206.53075,87.839035,69.086975,31.956596,115.43047,112.34315,17.528065,419.11832,118.32143,1301.1144,31.55714,1865.4105,77.55816,382.12994,1008.8477,43.22111,16.600452,853.885,807.0237,2107.9265,114.31305 +2023-09-17 15:00:00,0.0,14987.343,364.17242,56.463535,60.612007,50.332577,235.07819,34.455265,57.462826,23.844166,34.20774,1545.2393,143.89775,21.623213,197.40709,0.30788174,0.03126431,32.076492,0.17227082,0.12519112,494.60226,0.10515153,504.8216,71.147064,0.11085123,0.121714205,156.3507,25.81314,54.684723,101.692825,21221.611,0.03717406,2072.3506,0.39786747,0.067622826,0.06705713,0.11331922,195.0592,241.60207,22.096863,134.2875,37.684994,34.673313,2219.9177,1.5436465,118.264984,60.87322,433.39352,44.844666,445.50372,31.420872,142.04117,0.0,1594.5984,6903.71,11.783177,492.0597,99.26982,36404.547,90.14386,10.56379,36.574978,112.13432,29.208115,11.524243,59.682438,1126.4,340.2203,42.42272,8.341698,9.565825,306.68344,39.596172,562.0624,127.20583,2532.3972,444.41666,179.362,130.10127,275.3005,5.592789,8.230902,10.601384,2.5728924,2.0135386,67.132034,78.014366,93.194664,40.56173,42.461548,99.96219,11.350597,3319.5676,32.37355,38.290627,29.608519,24.816095,248.26529,63.91545,43.526043,8.621558,25.349798,41.349815,157.32011,396.30658,77.08896,265.61948,59.25611,60.491314,196.00266,130.26886,719.35876,121.36874,3.688542,7.976042,5.4402504,62.100136,16964.902,2.6139805,30.154049,48.261353,31.932613,275.04596,65.133194,126.61499,1.7740463,123.368645,438.5514,229.2682,128.51479,441.35132,38.131805,89.88801,137.58582,10.716473,1.958386,12.609605,874.1616,0.048332088,0.26630417,58.963543,10.33472,4.857269,5.800991,12.650279,81.56668,33.75125,110.11677,612.11316,292.14774,2479.965,1981.4082,37.750973,65.0217,8498.843,8.297602,115.87534,735.1573,212.68875,291.39105,118.06917,735.5586,880.4044,488.0959,29.525,162.05528,839.4933,1600.2653,81.07349,872.3861,103.55007,1.100814,55.288357,0.87875295,0.5946612,2.4652328,63.185696,206.92075,124.98206,15.767639,1581.3527,393.49515,204.1875,294.02917,89.89166,67.375,60.31382,92.29279,60.816666,532.7912,206.4122,87.67455,69.00907,31.97552,115.33428,112.27805,17.51472,418.82,118.24331,1299.5182,31.553837,1864.4175,77.549965,382.02902,1007.8198,43.17996,16.609278,853.801,807.1105,2107.3635,114.37138 +2023-09-17 16:00:00,0.0,14980.458,364.15015,56.51,60.64248,50.367676,235.19455,34.46733,57.488842,23.850492,34.22617,1545.9401,143.8399,21.6321,197.45277,0.3074122,0.031342566,32.083572,0.17206348,0.1252473,494.88516,0.10508148,505.00757,71.19511,0.11074485,0.12151515,156.40315,25.82906,54.703705,101.720535,21205.682,0.03718638,2072.3406,0.39833665,0.067550726,0.06714741,0.113157436,195.12962,241.7247,22.096952,134.25,37.69074,34.633125,2219.7117,1.5430362,118.14175,60.807236,433.3631,44.810555,445.58594,31.392706,141.9098,0.0,1593.4609,6898.5454,11.757443,491.8387,99.19547,36395.89,90.04291,10.541435,36.5291,111.93622,29.16863,11.500978,59.571426,1125.5173,340.29166,42.38603,8.32416,9.556097,306.2966,39.536877,561.16296,127.31111,2532.2283,444.8222,179.18286,130.19246,275.74792,5.591842,8.228947,10.604989,2.574195,2.0152006,67.089966,77.978874,93.190735,40.533493,42.45133,99.891815,11.349481,3320.7778,32.361946,38.25,29.579666,24.789724,248.2037,63.8807,43.47222,8.616032,25.33605,41.316666,157.15782,395.77194,77.05278,265.47546,59.216644,60.3968,195.82605,130.13889,718.8024,121.27595,3.682889,7.9722223,5.4433336,62.120956,16958.01,2.6114075,30.142942,48.247223,31.907433,274.88892,65.12592,126.55124,1.7744445,123.352776,438.4908,229.22891,128.44443,441.29062,38.14074,89.86989,137.5829,10.718889,1.9591196,12.614327,873.99536,0.048309594,0.26644444,58.987038,10.342222,4.8610754,5.8069925,12.660355,81.56501,33.766666,110.17436,612.2439,292.27274,2480.594,1981.6622,37.769737,65.046295,8494.977,8.299985,115.921295,735.0965,212.75,291.45557,118.09722,735.85925,880.3346,488.11356,29.52381,162.08148,839.10016,1599.4506,81.072334,872.127,103.54815,1.1009785,55.27329,0.87880635,0.59487736,2.4653537,63.15259,206.98666,124.86693,15.774075,1579.8755,393.2963,204.14285,293.97223,89.81746,67.333336,60.23148,92.32778,60.72222,532.203,206.29366,87.51006,68.931175,31.994444,115.23809,112.21296,17.501375,418.5217,118.1652,1297.9219,31.550533,1863.4244,77.54178,381.92813,1006.7919,43.1388,16.618103,853.71704,807.19727,2106.8005,114.429726 +2023-09-17 17:00:00,0.0,14973.573,364.1279,56.556465,60.672955,50.40278,235.31091,34.479397,57.51486,23.856817,34.244595,1546.6409,143.78204,21.640984,197.49847,0.30694267,0.031420823,32.09065,0.17185615,0.12530349,495.1681,0.10501143,505.1935,71.24316,0.11063847,0.1213161,156.4556,25.844978,54.722687,101.748245,21189.754,0.0371987,2072.3306,0.39880583,0.06747862,0.06723769,0.112995654,195.20006,241.84734,22.097042,134.2125,37.696487,34.592934,2219.5059,1.542426,118.01852,60.741257,433.33264,44.776443,445.66815,31.364538,141.77844,0.0,1592.3232,6893.3804,11.7317095,491.61774,99.12112,36387.24,89.941956,10.519081,36.48322,111.738106,29.129148,11.477713,59.460415,1124.6346,340.363,42.349335,8.306622,9.546368,305.9098,39.47758,560.26355,127.41639,2532.059,445.22775,179.00374,130.28366,276.19534,5.590895,8.226992,10.608594,2.5754976,2.0168626,67.04789,77.94339,93.186806,40.505253,42.441113,99.82144,11.348365,3321.9878,32.350346,38.209373,29.550812,24.763351,248.14214,63.845947,43.418404,8.610506,25.322304,41.283516,156.99553,395.23727,77.016594,265.33145,59.177174,60.30229,195.64944,130.00893,718.24615,121.18315,3.6772363,7.968403,5.446417,62.141777,16951.117,2.6088343,30.131836,48.23309,31.882254,274.7319,65.11866,126.487495,1.7748426,123.33691,438.43024,229.1896,128.37408,441.2299,38.149677,89.851776,137.57999,10.721306,1.9598532,12.619049,873.8291,0.048287097,0.26658472,59.010532,10.349724,4.864882,5.812994,12.67043,81.56334,33.782085,110.231964,612.37476,292.39774,2481.2227,1981.9163,37.788506,65.07089,8491.111,8.302369,115.96725,735.0357,212.81125,291.52008,118.125275,736.1599,880.2648,488.13123,29.52262,162.10768,838.7071,1598.636,81.07118,871.86786,103.54623,1.1011429,55.25822,0.87885976,0.5950936,2.4654748,63.11949,207.05258,124.75179,15.78051,1578.3983,393.09744,204.09822,293.91528,89.743256,67.291664,60.149143,92.36277,60.627777,531.61475,206.1751,87.34558,68.85327,32.013367,115.14191,112.14787,17.488031,418.2234,118.08708,1296.3257,31.54723,1862.4314,77.53359,381.82724,1005.764,43.09765,16.626928,853.63306,807.2841,2106.2375,114.48807 +2023-09-17 18:00:00,0.0,14966.688,364.10562,56.60293,60.70343,50.437878,235.42728,34.491467,57.54087,23.863142,34.26302,1547.3417,143.7242,21.64987,197.54416,0.30647314,0.03149908,32.09773,0.1716488,0.12535967,495.45102,0.10494139,505.37946,71.29121,0.11053209,0.12111704,156.50806,25.860897,54.74167,101.775955,21173.824,0.037211023,2072.3206,0.39927503,0.06740652,0.06732796,0.11283389,195.2705,241.96996,22.097134,134.175,37.702236,34.552746,2219.2998,1.5418158,117.89529,60.675274,433.30225,44.742332,445.75037,31.33637,141.64706,0.0,1591.1858,6888.216,11.705975,491.3968,99.04677,36378.586,89.841,10.496726,36.43734,111.53999,29.089664,11.454448,59.349403,1123.752,340.4344,42.31264,8.2890835,9.536639,305.52298,39.418285,559.3642,127.52167,2531.8901,445.63333,178.82462,130.37485,276.64276,5.589948,8.225037,10.612198,2.5768,2.018525,67.00581,77.9079,93.18288,40.477016,42.430893,99.75107,11.347248,3323.198,32.338745,38.16875,29.52196,24.736979,248.08057,63.811195,43.364582,8.6049795,25.308556,41.250366,156.83324,394.70264,76.980415,265.18747,59.137707,60.20778,195.47284,129.87897,717.6898,121.09036,3.6715837,7.9645834,5.4495,62.1626,16944.225,2.606261,30.12073,48.21896,31.857073,274.57486,65.11139,126.42375,1.7752408,123.321045,438.3697,229.1503,128.30373,441.1692,38.15861,89.83366,137.57709,10.723722,1.9605868,12.623772,873.66284,0.048264604,0.266725,59.034027,10.357226,4.8686886,5.818996,12.680506,81.561676,33.7975,110.28956,612.5055,292.52274,2481.8516,1982.1703,37.80727,65.09548,8487.246,8.304752,116.01319,734.9749,212.8725,291.5846,118.15333,736.4605,880.19495,488.1489,29.52143,162.13388,838.31396,1597.8213,81.07002,871.6087,103.544304,1.1013074,55.24315,0.8789131,0.5953098,2.4655957,63.08639,207.1185,124.63666,15.786944,1576.9213,392.89862,204.05357,293.85834,89.669044,67.25,60.066807,92.39775,60.533333,531.0265,206.05655,87.1811,68.77537,32.03229,115.045715,112.08278,17.474686,417.92508,118.008965,1294.7294,31.543926,1861.4384,77.525406,381.72632,1004.736,43.056496,16.635754,853.5491,807.3709,2105.6746,114.5464 +2023-09-17 19:00:00,0.0,14959.804,364.08337,56.64939,60.733902,50.47298,235.54364,34.503532,57.566887,23.869469,34.28145,1548.0425,143.66634,21.658756,197.58986,0.3060036,0.031577334,32.10481,0.17144147,0.12541585,495.73395,0.10487134,505.5654,71.33926,0.11042572,0.12091799,156.56052,25.876816,54.760647,101.803665,21157.895,0.037223343,2072.3103,0.3997442,0.06733442,0.06741824,0.112672105,195.34091,242.09259,22.097223,134.1375,37.70798,34.512558,2219.094,1.5412054,117.77205,60.60929,433.2718,44.70822,445.83258,31.308205,141.5157,0.0,1590.0482,6883.0513,11.680241,491.1758,98.97242,36369.93,89.74005,10.474372,36.39146,111.34189,29.05018,11.431183,59.23839,1122.8694,340.50574,42.275944,8.271546,9.52691,305.13614,39.35899,558.4648,127.626945,2531.721,446.03888,178.6455,130.46605,277.09018,5.589001,8.223082,10.615803,2.5781026,2.020187,66.963745,77.872406,93.17895,40.448776,42.420677,99.680695,11.346131,3324.408,32.327145,38.128124,29.493105,24.710606,248.01898,63.776443,43.310764,8.599454,25.294807,41.217216,156.67094,394.168,76.94424,265.04346,59.098236,60.113266,195.29623,129.749,717.1335,120.997574,3.6659307,7.960764,5.4525833,62.183422,16937.332,2.603688,30.109623,48.204826,31.831892,274.41782,65.10412,126.36,1.7756388,123.305176,438.3091,229.111,128.23338,441.10846,38.167545,89.815544,137.57419,10.726139,1.9613204,12.628494,873.4966,0.048242107,0.26686528,59.05752,10.364728,4.872495,5.8249974,12.69058,81.560005,33.812916,110.34715,612.6363,292.64774,2482.4802,1982.4244,37.82604,65.12008,8483.38,8.307136,116.05914,734.9141,212.93375,291.6491,118.18139,736.76117,880.1252,488.16656,29.520237,162.1601,837.9209,1597.0067,81.06887,871.34955,103.54238,1.1014718,55.22808,0.8789665,0.59552604,2.4657168,63.053288,207.18442,124.521515,15.79338,1575.4441,392.69977,204.00893,293.8014,89.59484,67.208336,59.984467,92.43274,60.43889,530.43823,205.93799,87.01661,68.69747,32.051216,114.949524,112.017685,17.461342,417.6268,117.93085,1293.1332,31.540623,1860.4453,77.51722,381.62543,1003.7081,43.015343,16.644577,853.4651,807.4577,2105.1116,114.604744 +2023-09-17 20:00:00,0.0,14952.919,364.06113,56.695858,60.764378,50.50808,235.66,34.5156,57.592903,23.875793,34.299873,1548.7434,143.60849,21.667643,197.63556,0.30553406,0.03165559,32.11189,0.17123412,0.12547204,496.01685,0.1048013,505.75137,71.38731,0.11031934,0.12071894,156.61298,25.892735,54.77963,101.831375,21141.967,0.037235662,2072.3003,0.40021342,0.06726232,0.06750852,0.11251032,195.41135,242.21523,22.097313,134.1,37.71373,34.472366,2218.888,1.5405952,117.64882,60.54331,433.24136,44.67411,445.9148,31.280037,141.38434,0.0,1588.9106,6877.886,11.654506,490.95483,98.89807,36361.277,89.6391,10.452017,36.34558,111.143776,29.010698,11.407918,59.12738,1121.9867,340.5771,42.23925,8.254008,9.517181,304.74933,39.299694,557.5654,127.73222,2531.552,446.44443,178.46635,130.55724,277.5376,5.588054,8.221127,10.619408,2.579405,2.021849,66.92167,77.83692,93.17502,40.42054,42.410458,99.61032,11.345015,3325.6182,32.315544,38.0875,29.464252,24.684233,247.95741,63.74169,43.256943,8.593928,25.281061,41.184067,156.50865,393.63333,76.90806,264.89944,59.05877,60.018753,195.11963,129.61903,716.57715,120.90478,3.660278,7.9569445,5.455667,62.204243,16930.44,2.6011147,30.098516,48.190693,31.806711,274.26077,65.09685,126.29626,1.776037,123.28931,438.24854,229.0717,128.16302,441.04776,38.17648,89.79743,137.57127,10.728556,1.962054,12.633216,873.3303,0.04821961,0.26700556,59.081017,10.37223,4.876302,5.830999,12.700656,81.558334,33.828335,110.40475,612.7671,292.77274,2483.1091,1982.6785,37.844803,65.14468,8479.515,8.309519,116.105095,734.8533,212.99501,291.71362,118.20944,737.0618,880.05536,488.18423,29.519047,162.1863,837.5278,1596.192,81.06772,871.0904,103.54046,1.1016363,55.213013,0.87901986,0.5957422,2.4658377,63.020187,207.25034,124.40638,15.799815,1573.9669,392.50092,203.9643,293.74445,89.52063,67.166664,59.90213,92.46773,60.344444,529.85004,205.81944,86.85213,68.61957,32.070137,114.85333,111.95259,17.447996,417.3285,117.85273,1291.5369,31.53732,1859.4523,77.50903,381.52454,1002.6802,42.974186,16.653402,853.3811,807.5445,2104.5486,114.663086 +2023-09-17 21:00:00,0.0,14946.034,364.03885,56.74232,60.79485,50.543182,235.77637,34.527664,57.61892,23.88212,34.3183,1549.4442,143.55063,21.676527,197.68124,0.30506453,0.03173385,32.11897,0.17102678,0.12552822,496.29977,0.10473125,505.93732,71.435356,0.11021296,0.120519884,156.66542,25.908653,54.79861,101.859085,21126.037,0.037247986,2072.2903,0.4006826,0.067190215,0.06759879,0.11234854,195.48177,242.33786,22.097404,134.0625,37.71948,34.43218,2218.6821,1.539985,117.52559,60.47733,433.21094,44.64,445.997,31.25187,141.25298,0.0,1587.7732,6872.7217,11.628772,490.7339,98.823715,36352.62,89.53815,10.429663,36.2997,110.94566,28.971214,11.384653,59.01637,1121.104,340.64844,42.202557,8.23647,9.507452,304.36252,39.240395,556.666,127.8375,2531.3828,446.84998,178.28723,130.64844,277.98502,5.587107,8.219172,10.623013,2.5807078,2.0235112,66.8796,77.80143,93.17109,40.3923,42.400238,99.53995,11.343898,3326.8281,32.30394,38.046875,29.435398,24.65786,247.89584,63.70694,43.203125,8.588402,25.267313,41.150917,156.34636,393.0987,76.87187,264.75546,59.0193,59.924244,194.94304,129.48906,716.0208,120.81199,3.6546252,7.953125,5.4587502,62.225067,16923.547,2.5985417,30.08741,48.176563,31.78153,274.10373,65.089584,126.23251,1.7764351,123.27344,438.18796,229.0324,128.09268,440.98703,38.185417,89.77931,137.56836,10.730972,1.9627876,12.6379385,873.16406,0.048197117,0.26714584,59.104515,10.379732,4.880108,5.837001,12.7107315,81.55666,33.84375,110.46235,612.8978,292.89774,2483.738,1982.9325,37.86357,65.169266,8475.649,8.311902,116.15104,734.7925,213.05626,291.77814,118.237495,737.3625,879.98553,488.2019,29.517857,162.2125,837.1347,1595.3774,81.06657,870.83124,103.53854,1.1018008,55.197945,0.87907326,0.5959585,2.4659588,62.987083,207.31625,124.291245,15.806251,1572.4899,392.3021,203.91965,293.6875,89.44643,67.125,59.81979,92.502716,60.25,529.2618,205.7009,86.68764,68.541664,32.08906,114.75714,111.8875,17.434652,417.03018,117.77461,1289.9407,31.534016,1858.4591,77.50084,381.42365,1001.6522,42.933033,16.662228,853.2971,807.63135,2103.9856,114.72142 +2023-09-17 22:00:00,0.0,14939.149,364.0166,56.788784,60.825325,50.57828,235.89273,34.53973,57.644936,23.888445,34.336727,1550.145,143.49278,21.685413,197.72694,0.304595,0.031812105,32.12605,0.17081943,0.1255844,496.5827,0.104661204,506.12326,71.483406,0.11010658,0.120320834,156.71788,25.924572,54.817593,101.886795,21110.107,0.037260305,2072.2803,0.4011518,0.067118116,0.06768907,0.11218677,195.5522,242.46048,22.097494,134.025,37.725227,34.39199,2218.476,1.5393747,117.40235,60.411346,433.1805,44.60589,446.07922,31.223703,141.1216,0.0,1586.6355,6867.5566,11.603038,490.5129,98.74937,36343.97,89.437195,10.407308,36.253822,110.74754,28.93173,11.361388,58.905357,1120.2213,340.7198,42.165863,8.218933,9.497724,303.97568,39.1811,555.76666,127.94278,2531.2139,447.25555,178.10811,130.73964,278.43243,5.58616,8.217216,10.6266165,2.5820103,2.0251732,66.837524,77.76594,93.16716,40.364063,42.390022,99.469574,11.342781,3328.038,32.29234,38.00625,29.406546,24.631489,247.83426,63.672188,43.149307,8.582876,25.253565,41.117767,156.18408,392.56403,76.83569,264.61145,58.97983,59.82973,194.76643,129.3591,715.4645,120.7192,3.6489725,7.9493055,5.4618335,62.245888,16916.654,2.5959685,30.076303,48.16243,31.75635,273.9467,65.08231,126.16876,1.7768333,123.25757,438.12738,228.99309,128.02232,440.92633,38.19435,89.7612,137.56546,10.733389,1.9635212,12.642661,872.9978,0.04817462,0.26728612,59.12801,10.387234,4.8839145,5.8430023,12.720807,81.555,33.85917,110.51994,613.0286,293.02274,2484.3667,1983.1865,37.882336,65.19386,8471.784,8.314285,116.19699,734.7317,213.11751,291.84265,118.26556,737.66315,879.9157,488.21957,29.516666,162.23871,836.74164,1594.5627,81.065414,870.5721,103.53662,1.1019652,55.182877,0.87912667,0.59617466,2.4660797,62.953983,207.38217,124.17611,15.812685,1571.0127,392.10324,203.875,293.63055,89.37222,67.083336,59.737453,92.5377,60.155556,528.6735,205.58234,86.523155,68.46377,32.107986,114.66095,111.8224,17.421307,416.73187,117.6965,1288.3444,31.530712,1857.4661,77.49265,381.32275,1000.6243,42.89188,16.671053,853.21313,807.71814,2103.4226,114.77976 +2023-09-17 23:00:00,0.0,14932.264,363.99432,56.83525,60.855797,50.613384,236.0091,34.551796,57.670948,23.89477,34.355152,1550.8458,143.43492,21.6943,197.77264,0.30412546,0.031890363,32.133125,0.1706121,0.12564059,496.86563,0.10459116,506.3092,71.531456,0.1100002,0.12012178,156.77034,25.94049,54.836575,101.914505,21094.178,0.037272625,2072.2703,0.40162098,0.06704602,0.06777934,0.112024985,195.62263,242.58311,22.097584,133.9875,37.730972,34.351803,2218.27,1.5387645,117.27912,60.345364,433.1501,44.571777,446.16144,31.195536,140.99023,0.0,1585.498,6862.392,11.577303,490.29193,98.67502,36335.316,89.336235,10.3849535,36.207943,110.54944,28.892248,11.338123,58.794346,1119.3387,340.79114,42.12917,8.201395,9.487995,303.58887,39.121803,554.86725,128.04805,2531.0447,447.6611,177.92899,130.83083,278.87985,5.585213,8.2152605,10.630221,2.5833127,2.0268352,66.795456,77.730446,93.16323,40.335823,42.379803,99.3992,11.341664,3329.2483,32.28074,37.965626,29.377693,24.605116,247.77269,63.637436,43.095486,8.57735,25.239819,41.084618,156.02179,392.0294,76.799515,264.46747,58.94036,59.735218,194.58983,129.22914,714.90814,120.6264,3.6433196,7.945486,5.4649167,62.266712,16909.76,2.5933955,30.065197,48.1483,31.731169,273.78967,65.07504,126.10502,1.7772315,123.2417,438.0668,228.9538,127.95197,440.8656,38.203285,89.74308,137.56256,10.7358055,1.9642549,12.647383,872.83154,0.048152126,0.26742637,59.151505,10.394736,4.887721,5.849004,12.730882,81.55333,33.874584,110.57754,613.1594,293.14774,2484.9956,1983.4406,37.901104,65.21846,8467.918,8.3166685,116.242935,734.6709,213.17876,291.90717,118.29361,737.9638,879.8459,488.23724,29.515476,162.26491,836.3485,1593.7482,81.064255,870.313,103.5347,1.1021297,55.167805,0.87918,0.5963909,2.4662008,62.92088,207.44809,124.060974,15.81912,1569.5355,391.9044,203.83035,293.5736,89.29801,67.041664,59.655117,92.572685,60.06111,528.08527,205.46379,86.358665,68.385864,32.126907,114.56476,111.75732,17.407963,416.43356,117.618385,1286.7482,31.527409,1856.473,77.48447,381.22183,999.5964,42.850727,16.679878,853.12915,807.80493,2102.8596,114.838104 +2023-09-18 00:00:00,0.0,14925.379,363.97208,56.881714,60.886272,50.648483,236.12546,34.56386,57.696964,23.901096,34.37358,1551.5468,143.37708,21.703186,197.81833,0.30365592,0.031968616,32.140205,0.17040476,0.12569676,497.14856,0.10452111,506.49518,71.579506,0.10989382,0.11992273,156.8228,25.95641,54.855556,101.942215,21078.25,0.037284948,2072.2603,0.4020902,0.06697391,0.06786962,0.11186321,195.69305,242.70575,22.097673,133.95,37.73672,34.31161,2218.0642,1.5381542,117.15589,60.27938,433.11963,44.537666,446.24365,31.167368,140.85887,0.0,1584.3605,6857.2275,11.551569,490.07098,98.60067,36326.66,89.23528,10.362598,36.162064,110.351326,28.852764,11.314858,58.683334,1118.456,340.8625,42.092476,8.183857,9.478266,303.20206,39.062508,553.9679,128.15334,2530.8755,448.06665,177.74985,130.92203,279.32727,5.584266,8.213305,10.633826,2.5846155,2.0284975,66.75338,77.69496,93.1593,40.307587,42.369587,99.32883,11.340548,3330.4583,32.26914,37.925,29.348839,24.578743,247.71112,63.602684,43.041668,8.571824,25.22607,41.051468,155.8595,391.49475,76.763336,264.32346,58.900894,59.640705,194.41322,129.09917,714.35187,120.533615,3.637667,7.9416666,5.4680004,62.287533,16902.867,2.5908222,30.05409,48.134167,31.70599,273.63263,65.06778,126.041275,1.7776296,123.22583,438.00623,228.91449,127.88162,440.8049,38.212223,89.72497,137.55965,10.738222,1.9649885,12.652105,872.6653,0.04812963,0.26756665,59.175,10.402238,4.8915277,5.8550057,12.740957,81.55166,33.89,110.63514,613.29016,293.27274,2485.6243,1983.6947,37.91987,65.24306,8464.053,8.319052,116.28889,734.6101,213.24,291.97168,118.32166,738.2644,879.77606,488.2549,29.514286,162.2911,835.95544,1592.9335,81.0631,870.05383,103.532776,1.1022941,55.152737,0.8792334,0.59660715,2.4663217,62.88778,207.51399,123.94584,15.825556,1568.0585,391.70557,203.78572,293.51666,89.22381,67.0,59.572777,92.60767,59.966667,527.497,205.34525,86.19418,68.30796,32.145832,114.46857,111.69222,17.394617,416.13525,117.54027,1285.1519,31.524105,1855.48,77.47628,381.12094,998.5685,42.80957,16.688704,853.04517,807.8918,2102.2966,114.89645 +2023-09-18 01:00:00,0.0,14918.494,363.94983,56.928177,60.916744,50.683586,236.2418,34.575928,57.72298,23.907421,34.392006,1552.2476,143.31921,21.71207,197.86403,0.3031864,0.032046873,32.147285,0.17019741,0.12575294,497.43146,0.10445107,506.68112,71.627556,0.10978744,0.11972367,156.87524,25.972328,54.87454,101.96993,21062.32,0.037297267,2072.2502,0.40255937,0.06690181,0.0679599,0.11170143,195.76349,242.82838,22.097765,133.9125,37.74247,34.271423,2217.8582,1.537544,117.03265,60.2134,433.08923,44.503555,446.32587,31.139202,140.72751,0.0,1583.2229,6852.0625,11.525834,489.85,98.52632,36318.008,89.13433,10.340244,36.116184,110.15321,28.813282,11.291594,58.57232,1117.5734,340.93387,42.055782,8.166319,9.468537,302.81522,39.003212,553.0685,128.2586,2530.7065,448.4722,177.57072,131.01321,279.7747,5.583319,8.21135,10.637431,2.585918,2.0301595,66.71131,77.65947,93.15537,40.27935,42.359367,99.25845,11.339431,3331.6685,32.257538,37.884377,29.319986,24.55237,247.64954,63.567932,42.987846,8.566298,25.212322,41.01832,155.6972,390.96008,76.72715,264.17944,58.861423,59.546196,194.23662,128.96921,713.79553,120.44083,3.632014,7.937847,5.4710836,62.308353,16895.975,2.5882492,30.042984,48.120033,31.680809,273.4756,65.06051,125.97752,1.7780278,123.20997,437.94565,228.87518,127.81127,440.7442,38.221157,89.706856,137.55673,10.740639,1.9657221,12.656827,872.499,0.048107136,0.26770693,59.198494,10.4097395,4.8953342,5.861007,12.751033,81.54999,33.90542,110.69273,613.421,293.39774,2486.2532,1983.9487,37.938637,65.26765,8460.1875,8.321435,116.33484,734.54926,213.30125,292.0362,118.349724,738.56506,879.70624,488.27258,29.513096,162.3173,835.5623,1592.1189,81.06195,869.7947,103.53085,1.1024586,55.13767,0.8792868,0.59682333,2.4664426,62.854675,207.57991,123.8307,15.831991,1566.5813,391.5067,203.74107,293.45972,89.149605,66.958336,59.49044,92.642654,59.872223,526.9088,205.22668,86.0297,68.230064,32.164757,114.37238,111.62713,17.381273,415.83694,117.46215,1283.5555,31.520802,1854.4869,77.468094,381.02005,997.5405,42.768417,16.697529,852.9612,807.9786,2101.7336,114.95478 +2023-09-18 02:00:00,0.0,14911.609,363.92755,56.974644,60.94722,50.718685,236.35817,34.587997,57.748997,23.913746,34.41043,1552.9484,143.26137,21.720957,197.90973,0.30271685,0.03212513,32.154366,0.16999008,0.12580913,497.7144,0.10438102,506.86707,71.6756,0.10968106,0.11952462,156.9277,25.988247,54.89352,101.99764,21046.39,0.037309587,2072.2402,0.40302858,0.06682971,0.06805017,0.11153965,195.83391,242.951,22.097855,133.875,37.74822,34.231236,2217.6523,1.5369337,116.909424,60.14742,433.05878,44.469444,446.40808,31.111034,140.59613,0.0,1582.0853,6846.898,11.5001,489.62903,98.451965,36309.35,89.03338,10.317889,36.070305,109.95511,28.773798,11.268329,58.461308,1116.6908,341.00522,42.01909,8.148782,9.458808,302.4284,38.943916,552.1691,128.36389,2530.5374,448.87778,177.3916,131.10442,280.2221,5.5823727,8.209395,10.641035,2.5872204,2.0318215,66.669235,77.62398,93.15144,40.25111,42.34915,99.18807,11.338314,3332.8784,32.245934,37.84375,29.291132,24.525997,247.58797,63.53318,42.93403,8.560772,25.198574,40.98517,155.53491,390.42545,76.69097,264.03546,58.821953,59.451683,194.06001,128.83923,713.2392,120.34804,3.6263614,7.9340277,5.474167,62.329178,16889.082,2.585676,30.031876,48.105904,31.655628,273.31854,65.05324,125.91378,1.7784259,123.1941,437.88507,228.83588,127.74093,440.68347,38.23009,89.688736,137.55383,10.743055,1.9664557,12.66155,872.33276,0.04808464,0.2678472,59.22199,10.417242,4.899141,5.867009,12.761108,81.548325,33.920834,110.75033,613.55176,293.52274,2486.8818,1984.2028,37.9574,65.292244,8456.321,8.323818,116.38078,734.48846,213.3625,292.1007,118.37778,738.8657,879.6364,488.29028,29.511904,162.34352,835.16925,1591.3042,81.0608,869.5355,103.52893,1.1026231,55.1226,0.8793402,0.5970396,2.4665637,62.821575,207.64583,123.71556,15.838427,1565.1041,391.30786,203.69643,293.40277,89.07539,66.916664,59.4081,92.67764,59.77778,526.32056,205.10814,85.86521,68.15216,32.18368,114.27619,111.562035,17.367928,415.53864,117.38403,1281.9594,31.517498,1853.4939,77.45991,380.91913,996.51263,42.727264,16.706354,852.8772,808.06537,2101.1707,115.01312 +2023-09-18 03:00:00,0.0,14904.725,363.9053,57.021107,60.97769,50.753788,236.47453,34.600063,57.775013,23.920073,34.42886,1553.6492,143.2035,21.729843,197.95541,0.30224732,0.032203387,32.161446,0.16978273,0.12586531,497.9973,0.104310974,507.053,71.72365,0.10957468,0.11932556,156.98016,26.004166,54.9125,102.02535,21030.463,0.03732191,2072.2302,0.40349776,0.06675761,0.06814045,0.11137787,195.90434,243.07364,22.097944,133.8375,37.753963,34.191048,2217.4463,1.5363234,116.786194,60.081436,433.02835,44.435333,446.4903,31.082867,140.46477,0.0,1580.9478,6841.733,11.474366,489.40808,98.37762,36300.7,88.93243,10.295535,36.02442,109.756996,28.734314,11.245064,58.350296,1115.8081,341.07657,41.98239,8.131244,9.4490795,302.0416,38.88462,551.2697,128.46916,2530.3684,449.28333,177.21248,131.19562,280.66953,5.5814257,8.20744,10.64464,2.588523,2.0334837,66.62717,77.588486,93.147514,40.222874,42.338932,99.1177,11.337197,3334.0886,32.234333,37.803123,29.26228,24.499624,247.5264,63.49843,42.880207,8.555246,25.184828,40.952023,155.37262,389.89078,76.65479,263.89145,58.782486,59.35717,193.8834,128.70927,712.68286,120.25524,3.6207085,7.930208,5.47725,62.35,16882.19,2.5831027,30.02077,48.09177,31.630447,273.1615,65.045975,125.85003,1.7788241,123.17823,437.8245,228.79659,127.67058,440.62277,38.23903,89.67062,137.55093,10.745473,1.9671893,12.666272,872.1665,0.048062146,0.2679875,59.245487,10.424744,4.9029474,5.8730106,12.771184,81.54665,33.93625,110.80792,613.68256,293.64774,2487.5107,1984.4568,37.97617,65.31684,8452.456,8.326201,116.426735,734.4277,213.42375,292.16522,118.40583,739.1664,879.5666,488.30795,29.510714,162.36972,834.7761,1590.4896,81.05965,869.27637,103.527016,1.1027875,55.107533,0.8793936,0.59725577,2.4666846,62.78847,207.71175,123.600426,15.844861,1563.6271,391.10904,203.6518,293.34583,89.00119,66.875,59.325764,92.71263,59.683334,525.7323,204.98958,85.70073,68.07426,32.202602,114.18,111.49694,17.354584,415.24036,117.305916,1280.363,31.514194,1852.5009,77.45171,380.81824,995.4847,42.686108,16.715178,852.7932,808.1522,2100.6077,115.071465 +2023-09-18 04:00:00,0.0,14897.84,363.88303,57.06757,61.008167,50.788887,236.5909,34.61213,57.801025,23.926397,34.447285,1554.35,143.14566,21.738728,198.00111,0.30177778,0.032281645,32.168526,0.1695754,0.1259215,498.28024,0.104240924,507.23898,71.7717,0.1094683,0.11912651,157.03262,26.020084,54.93148,102.05306,21014.533,0.03733423,2072.2202,0.40396696,0.066685505,0.068230726,0.11121609,195.97476,243.19627,22.098034,133.8,37.759712,34.150856,2217.2405,1.5357132,116.662964,60.015453,432.99792,44.401222,446.5725,31.0547,140.3334,0.0,1579.8103,6836.5684,11.448631,489.1871,98.30327,36292.043,88.831474,10.27318,35.978542,109.55888,28.694832,11.221799,58.239285,1114.9254,341.14792,41.945698,8.113706,9.439351,301.65475,38.825325,550.37036,128.57445,2530.1992,449.68887,177.03336,131.2868,281.11694,5.5804787,8.205485,10.648245,2.5898256,2.0351458,66.58509,77.55299,93.143585,40.194633,42.328716,99.047325,11.336081,3335.2986,32.222733,37.7625,29.233425,24.473253,247.46481,63.463676,42.82639,8.54972,25.17108,40.918873,155.21033,389.35614,76.618614,263.74744,58.743015,59.262657,193.70682,128.5793,712.1265,120.16245,3.6150558,7.9263887,5.4803333,62.37082,16875.297,2.5805297,30.009663,48.07764,31.605267,273.00446,65.038704,125.786285,1.7792222,123.16236,437.76392,228.75728,127.60023,440.56204,38.247963,89.652504,137.54802,10.7478895,1.9679229,12.670994,872.00024,0.04803965,0.26812777,59.268982,10.432246,4.906754,5.879012,12.781259,81.54498,33.951668,110.865524,613.81335,293.77274,2488.1394,1984.7109,37.994934,65.34143,8448.591,8.328585,116.47269,734.3669,213.485,292.22974,118.43388,739.46704,879.49677,488.32562,29.509523,162.39592,834.38306,1589.6749,81.05849,869.0172,103.52509,1.102952,55.09246,0.879447,0.597472,2.4668057,62.75537,207.77766,123.48529,15.851296,1562.1499,390.9102,203.60715,293.28888,88.92699,66.833336,59.243427,92.74761,59.58889,525.14404,204.87103,85.53624,67.99636,32.221527,114.08381,111.431854,17.341238,414.94205,117.227806,1278.7668,31.510891,1851.5078,77.44353,380.71735,994.4568,42.644955,16.724003,852.7092,808.239,2100.0447,115.1298 +2023-09-18 05:00:00,0.0,14890.955,363.86078,57.114037,61.03864,50.82399,236.70726,34.624195,57.82704,23.932724,34.465714,1555.0509,143.0878,21.747614,198.0468,0.30130824,0.032359898,32.175602,0.16936804,0.12597768,498.56317,0.10417088,507.42493,71.81975,0.10936193,0.118927464,157.08507,26.036003,54.950462,102.08077,20998.604,0.03734655,2072.21,0.40443614,0.066613406,0.068321,0.11105431,196.0452,243.31891,22.098125,133.7625,37.76546,34.11067,2217.0344,1.535103,116.53973,59.949474,432.96747,44.36711,446.65472,31.026533,140.20203,0.0,1578.6726,6831.404,11.422897,488.96613,98.22892,36283.39,88.73052,10.250825,35.932663,109.36078,28.655348,11.198533,58.128273,1114.0427,341.21927,41.909004,8.096168,9.429622,301.26794,38.76603,549.47095,128.67972,2530.0303,450.09442,176.85423,131.378,281.56436,5.5795317,8.20353,10.65185,2.591128,2.0368078,66.54302,77.5175,93.139656,40.166397,42.318497,98.97695,11.334964,3336.5088,32.211132,37.721874,29.204573,24.44688,247.40324,63.428925,42.772568,8.544194,25.157331,40.885723,155.04803,388.8215,76.58243,263.60345,58.70355,59.168148,193.53021,128.44934,711.5702,120.069664,3.609403,7.9225693,5.483417,62.391644,16868.404,2.5779564,29.998556,48.063507,31.580086,272.84744,65.03143,125.72254,1.7796204,123.14649,437.70334,228.71797,127.52988,440.50134,38.256897,89.63439,137.5451,10.750306,1.9686565,12.675716,871.834,0.048017155,0.26826805,59.292477,10.439748,4.91056,5.885014,12.791334,81.54331,33.967083,110.92312,613.94415,293.89774,2488.7683,1984.965,38.013702,65.36603,8444.725,8.330968,116.51863,734.3061,213.54625,292.29425,118.461945,739.76764,879.42694,488.3433,29.508333,162.42213,833.9899,1588.8604,81.057335,868.75806,103.52317,1.1031165,55.077393,0.8795003,0.5976882,2.4669266,62.72227,207.84358,123.370155,15.857732,1560.6727,390.71133,203.5625,293.23193,88.852776,66.791664,59.161087,92.7826,59.494446,524.55585,204.75249,85.37176,67.91846,32.24045,113.98762,111.36676,17.327892,414.64374,117.14969,1277.1705,31.507587,1850.5148,77.43534,380.61646,993.42883,42.6038,16.732828,852.62524,808.3258,2099.4817,115.18814 +2023-09-18 06:00:00,0.0,14884.07,363.83853,57.1605,61.069115,50.85909,236.82362,34.63626,57.853058,23.939049,34.48414,1555.7517,143.02995,21.7565,198.0925,0.3008387,0.032438155,32.182682,0.16916071,0.12603386,498.84607,0.10410083,507.61087,71.8678,0.10925555,0.11872841,157.13753,26.051924,54.969444,102.10848,20982.674,0.037358873,2072.2,0.40490535,0.06654131,0.068411276,0.110892534,196.11563,243.44153,22.098215,133.725,37.771206,34.07048,2216.8286,1.5344927,116.4165,59.88349,432.93707,44.333,446.73694,30.998365,140.07066,0.0,1577.5352,6826.239,11.397162,488.74518,98.154564,36274.74,88.62957,10.228471,35.886784,109.16266,28.615864,11.175268,58.01726,1113.1602,341.29062,41.87231,8.07863,9.419893,300.88113,38.706734,548.5716,128.785,2529.861,450.5,176.67511,131.4692,282.01178,5.5785847,8.201575,10.655455,2.5924306,2.03847,66.500946,77.48202,93.13573,40.138157,42.30828,98.90658,11.333847,3337.7188,32.199528,37.68125,29.175718,24.420507,247.34167,63.394173,42.71875,8.538668,25.143585,40.852573,154.88574,388.28683,76.54625,263.45944,58.664078,59.073635,193.3536,128.31938,711.01385,119.97687,3.6037502,7.91875,5.4865003,62.412464,16861.512,2.5753834,29.98745,48.049374,31.554905,272.6904,65.02416,125.65879,1.7800184,123.13062,437.64276,228.67868,127.459526,440.4406,38.26583,89.61628,137.5422,10.752723,1.9693902,12.680438,871.6677,0.04799466,0.26840833,59.31597,10.447249,4.9143667,5.8910155,12.80141,81.54164,33.982502,110.98071,614.07495,294.02274,2489.397,1985.219,38.032467,65.390625,8440.859,8.333351,116.56458,734.2453,213.6075,292.35876,118.49,740.0683,879.3571,488.36096,29.507143,162.44833,833.59686,1588.0457,81.05618,868.4989,103.52125,1.1032809,55.062325,0.87955374,0.59790444,2.4670477,62.689167,207.9095,123.25502,15.864167,1559.1957,390.5125,203.51785,293.175,88.77857,66.75,59.07875,92.81759,59.4,523.9676,204.63393,85.20727,67.84055,32.259373,113.891426,111.30167,17.314548,414.34543,117.07157,1275.5743,31.504284,1849.5216,77.427155,380.51556,992.40094,42.56265,16.741653,852.54126,808.41266,2098.9187,115.24648 +2023-09-18 07:00:00,0.0,14877.186,363.81625,57.206963,61.099586,50.89419,236.93999,34.648327,57.879074,23.945374,34.502563,1556.4525,142.97209,21.765387,198.1382,0.30036917,0.032516412,32.189762,0.16895336,0.12609005,499.129,0.10403079,507.79684,71.91585,0.10914917,0.11852936,157.18999,26.067842,54.988426,102.13619,20966.746,0.037371192,2072.19,0.40537453,0.0664692,0.06850155,0.11073075,196.18605,243.56416,22.098305,133.6875,37.776955,34.030293,2216.6226,1.5338825,116.29327,59.81751,432.90662,44.29889,446.81912,30.9702,139.9393,0.0,1576.3976,6821.074,11.3714285,488.5242,98.080215,36266.082,88.52861,10.206116,35.840904,108.96455,28.576382,11.152003,57.90625,1112.2775,341.36197,41.835617,8.061092,9.410164,300.4943,38.647438,547.6722,128.89027,2529.6921,450.90555,176.49599,131.5604,282.4592,5.5776377,8.19962,10.659059,2.5937333,2.040132,66.45888,77.44653,93.1318,40.10992,42.29806,98.836205,11.332731,3338.9287,32.187927,37.640625,29.146866,24.394135,247.28009,63.35942,42.664932,8.533142,25.129837,40.819424,154.72345,387.7522,76.51007,263.31543,58.62461,58.979122,193.177,128.1894,710.4575,119.88408,3.5980973,7.9149303,5.4895835,62.433285,16854.62,2.5728102,29.976343,48.035244,31.529724,272.53336,65.0169,125.59505,1.7804166,123.11475,437.58218,228.63937,127.389175,440.3799,38.27477,89.59816,137.5393,10.755139,1.9701238,12.685161,871.50146,0.047972165,0.2685486,59.339466,10.454752,4.9181733,5.897017,12.811485,81.53998,33.997917,111.038315,614.2057,294.14774,2490.026,1985.473,38.051235,65.415215,8436.994,8.335735,116.610535,734.18445,213.66875,292.42328,118.51805,740.36896,879.2873,488.37863,29.505953,162.47453,833.20374,1587.2311,81.05503,868.2398,103.519325,1.1034454,55.047256,0.8796071,0.5981206,2.4671686,62.656067,207.97542,123.139885,15.870603,1557.7185,390.31366,203.47322,293.11804,88.70436,66.708336,58.99641,92.85257,59.305557,523.37933,204.51538,85.042786,67.76266,32.278297,113.795235,111.23657,17.301203,414.04712,116.993454,1273.978,31.50098,1848.5286,77.41897,380.41464,991.373,42.521492,16.750479,852.4573,808.49945,2098.3557,115.30482 +2023-09-18 08:00:00,0.0,14870.301,363.794,57.25343,61.130062,50.929295,237.05635,34.660393,57.905087,23.9517,34.520992,1557.1533,142.91425,21.774271,198.18388,0.29989964,0.03259467,32.196842,0.16874602,0.12614623,499.41193,0.10396074,507.9828,71.9639,0.10904279,0.1183303,157.24245,26.083761,55.00741,102.1639,20950.816,0.03738351,2072.18,0.40584373,0.0663971,0.068591826,0.11056898,196.25648,243.6868,22.098396,133.65,37.782703,33.9901,2216.4167,1.5332721,116.17003,59.751526,432.8762,44.26478,446.90134,30.942032,139.80794,0.0,1575.26,6815.909,11.345695,488.30322,98.00587,36257.43,88.42766,10.183762,35.795025,108.76643,28.536898,11.128738,57.79524,1111.3948,341.43332,41.798923,8.043554,9.400435,300.10748,38.588142,546.7728,128.99556,2529.523,451.3111,176.31686,131.65158,282.90662,5.5766907,8.197665,10.662663,2.5950358,2.0417943,66.4168,77.41104,93.12787,40.08168,42.287846,98.76583,11.3316145,3340.139,32.176327,37.6,29.118011,24.367762,247.21852,63.32467,42.61111,8.527616,25.116089,40.786274,154.56116,387.21756,76.47389,263.17145,58.58514,58.88461,193.0004,128.05945,709.90125,119.79129,3.5924447,7.911111,5.4926667,62.45411,16847.727,2.5702372,29.965237,48.02111,31.504545,272.3763,65.00963,125.5313,1.7808148,123.09889,437.5216,228.60007,127.318825,440.31918,38.283703,89.58005,137.53639,10.757556,1.9708574,12.689883,871.3352,0.047949668,0.2686889,59.36296,10.462254,4.92198,5.903019,12.82156,81.53831,34.013332,111.09591,614.3365,294.27274,2490.6545,1985.727,38.07,65.43981,8433.128,8.338119,116.65648,734.12366,213.73001,292.4878,118.54611,740.6696,879.21747,488.3963,29.50476,162.50073,832.81067,1586.4164,81.05387,867.98065,103.5174,1.1036098,55.03219,0.8796605,0.5983369,2.4672897,62.622963,208.04134,123.02475,15.877037,1556.2413,390.1148,203.42857,293.0611,88.63016,66.666664,58.914074,92.88756,59.211113,522.7911,204.39682,84.8783,67.68475,32.297222,113.69904,111.17148,17.287859,413.7488,116.91534,1272.3818,31.497677,1847.5355,77.41078,380.31375,990.3451,42.48034,16.759304,852.3733,808.58624,2097.7927,115.36316 +2023-09-18 09:00:00,0.0,14863.415,363.77173,57.299892,61.160538,50.964394,237.17271,34.67246,57.931103,23.958025,34.539417,1557.8542,142.85638,21.783157,198.22958,0.2994301,0.032672927,32.203922,0.16853869,0.1262024,499.69485,0.103890695,508.16873,72.01195,0.108936414,0.11813125,157.29489,26.09968,55.02639,102.19161,20934.887,0.037395835,2072.17,0.4063129,0.066325,0.068682104,0.110407196,196.3269,243.80943,22.098486,133.6125,37.788452,33.949913,2216.2107,1.5326619,116.0468,59.685543,432.84576,44.230667,446.98355,30.913864,139.67656,0.0,1574.1226,6810.7446,11.31996,488.08228,97.93152,36248.773,88.326706,10.1614065,35.749146,108.56833,28.497414,11.1054735,57.684227,1110.5122,341.5047,41.76223,8.026016,9.390707,299.72064,38.528847,545.8734,129.10083,2529.354,451.71664,176.13773,131.74278,283.35403,5.5757437,8.19571,10.666268,2.5963383,2.0434563,66.374725,77.37555,93.12394,40.053444,42.277626,98.69546,11.330498,3341.3489,32.164726,37.559376,29.089159,24.34139,247.15695,63.289917,42.557293,8.52209,25.102343,40.753124,154.39886,386.6829,76.437706,263.02744,58.545673,58.7901,192.82379,127.92948,709.3449,119.698494,3.586792,7.907292,5.4957504,62.47493,16840.834,2.567664,29.95413,48.006977,31.479364,272.21927,65.00236,125.46755,1.7812129,123.08302,437.46103,228.56076,127.248474,440.25848,38.292637,89.56193,137.53348,10.759973,1.971591,12.694605,871.16895,0.047927175,0.26882917,59.38646,10.469756,4.9257865,5.9090204,12.831635,81.53664,34.02875,111.1535,614.4673,294.39774,2491.2834,1985.9812,38.088768,65.46441,8429.263,8.340502,116.70243,734.06287,213.79126,292.5523,118.574165,740.9703,879.1477,488.41397,29.50357,162.52695,832.41754,1585.6018,81.05272,867.7215,103.51549,1.1037743,55.017117,0.8797139,0.5985531,2.4674106,62.589863,208.10725,122.909615,15.883472,1554.7643,389.916,203.38393,293.00418,88.555954,66.625,58.831738,92.92255,59.116665,522.2029,204.27827,84.71381,67.60685,32.316147,113.60286,111.106384,17.274513,413.4505,116.83723,1270.7855,31.494373,1846.5425,77.40259,380.21286,989.31714,42.439186,16.76813,852.2893,808.6731,2097.2297,115.4215 +2023-09-18 10:00:00,0.0,14856.53,363.74948,57.346355,61.19101,50.999496,237.28908,34.68453,57.95712,23.96435,34.557846,1558.555,142.79854,21.792044,198.27528,0.29896057,0.03275118,32.211002,0.16833134,0.1262586,499.97775,0.10382065,508.35468,72.06,0.108830035,0.11793219,157.34735,26.115599,55.045372,102.21932,20918.959,0.037408154,2072.16,0.40678212,0.0662529,0.068772376,0.110245414,196.39734,243.93205,22.098576,133.575,37.794197,33.909725,2216.0046,1.5320517,115.92357,59.619564,432.81534,44.196556,447.06577,30.885698,139.5452,0.0,1572.9849,6805.58,11.294226,487.8613,97.85716,36240.12,88.22575,10.139052,35.703266,108.37022,28.457932,11.082209,57.57321,1109.6295,341.57605,41.725536,8.008479,9.380978,299.33383,38.46955,544.97406,129.20612,2529.1848,452.12222,175.9586,131.83398,283.80145,5.5747967,8.193755,10.669873,2.5976408,2.0451183,66.33266,77.34006,93.12,40.025204,42.267406,98.625084,11.329381,3342.559,32.153126,37.51875,29.060307,24.315018,247.09537,63.255165,42.50347,8.516564,25.088594,40.719975,154.23657,386.14825,76.40153,262.88342,58.506203,58.695587,192.64719,127.799515,708.7886,119.605705,3.581139,7.9034724,5.4988337,62.495754,16833.941,2.5650907,29.943024,47.992847,31.454184,272.06223,64.995094,125.40381,1.7816111,123.067154,437.40045,228.52147,127.17812,440.19775,38.301575,89.543816,137.53058,10.762389,1.9723246,12.699327,871.0027,0.047904678,0.26896945,59.409954,10.477258,4.929593,5.915022,12.841711,81.534966,34.044167,111.2111,614.5981,294.52274,2491.9124,1986.2352,38.107533,65.489006,8425.397,8.342885,116.748375,734.0021,213.85251,292.61682,118.60222,741.27094,879.0779,488.43164,29.50238,162.55315,832.0245,1584.7871,81.05157,867.46234,103.513565,1.1039388,55.00205,0.87976724,0.5987693,2.4675317,62.55676,208.17317,122.79447,15.889908,1553.2871,389.71713,203.3393,292.94724,88.48174,66.583336,58.749397,92.957535,59.02222,521.6146,204.15973,84.54933,67.52895,32.335068,113.50667,111.0413,17.26117,413.1522,116.75911,1269.1893,31.49107,1845.5494,77.3944,380.11194,988.2892,42.39803,16.776955,852.2053,808.7599,2096.6667,115.479836 +2023-09-18 11:00:00,0.0,14849.6455,363.7272,57.392822,61.221485,51.034595,237.40544,34.696594,57.983135,23.970676,34.57627,1559.2559,142.74068,21.800928,198.32097,0.29849106,0.032829437,32.21808,0.168124,0.12631477,500.26068,0.1037506,508.54065,72.10805,0.108723655,0.11773314,157.39981,26.131517,55.064354,102.24703,20903.03,0.037420474,2072.15,0.4072513,0.066180795,0.068862654,0.11008363,196.46777,244.05469,22.098665,133.5375,37.799946,33.869537,2215.7988,1.5314415,115.80033,59.55358,432.7849,44.162445,447.14798,30.85753,139.41383,0.0,1571.8474,6800.415,11.268491,487.64032,97.782814,36231.47,88.1248,10.116697,35.657387,108.172104,28.418447,11.058944,57.4622,1108.7468,341.6474,41.688843,7.990941,9.371249,298.94702,38.41025,544.07465,129.31139,2529.0159,452.52777,175.77948,131.92517,284.24887,5.5738497,8.1918,10.673477,2.5989435,2.0467806,66.29058,77.304565,93.11607,39.996967,42.25719,98.55471,11.328264,3343.769,32.14152,37.478127,29.031452,24.288645,247.0338,63.220413,42.449654,8.511038,25.074846,40.686825,154.07428,385.6136,76.36535,262.73944,58.466736,58.601074,192.47058,127.66955,708.23224,119.51292,3.5754864,7.899653,5.501917,62.516575,16827.049,2.5625176,29.931917,47.978714,31.429003,271.90518,64.98782,125.340065,1.7820092,123.051285,437.33987,228.48216,127.10777,440.13705,38.31051,89.525696,137.52768,10.764806,1.9730582,12.704049,870.8364,0.047882184,0.26910973,59.43345,10.484759,4.9333997,5.921024,12.851787,81.5333,34.059586,111.2687,614.7288,294.64774,2492.541,1986.4893,38.1263,65.513596,8421.532,8.345268,116.79433,733.9413,213.91376,292.68134,118.63028,741.57153,879.00806,488.4493,29.50119,162.57935,831.63135,1583.9725,81.050415,867.2032,103.51164,1.1041032,54.98698,0.87982064,0.59898555,2.4676526,62.52366,208.23909,122.67934,15.896343,1551.8099,389.51828,203.29465,292.8903,88.40754,66.541664,58.66706,92.992516,58.927776,521.02637,204.04117,84.38484,67.45105,32.353992,113.41048,110.976204,17.247824,412.85388,116.68099,1267.593,31.487766,1844.5564,77.386215,380.01105,987.2613,42.356876,16.785778,852.12134,808.8467,2096.1038,115.53818 +2023-09-18 12:00:00,0.0,14842.761,363.70496,57.439285,61.251957,51.0697,237.5218,34.70866,58.00915,23.977001,34.594696,1559.9567,142.68283,21.809814,198.36667,0.29802153,0.032907695,32.22516,0.16791666,0.12637095,500.5436,0.10368056,508.7266,72.1561,0.108617276,0.117534086,157.45227,26.147436,55.083332,102.27474,20887.1,0.037432797,2072.14,0.4077205,0.066108696,0.06895293,0.109921865,196.5382,244.17732,22.098757,133.5,37.805695,33.829346,2215.5928,1.5308312,115.6771,59.4876,432.75446,44.128334,447.2302,30.829365,139.28246,0.0,1570.7098,6795.2505,11.242757,487.41937,97.708466,36222.812,88.02385,10.094343,35.611507,107.974,28.378963,11.035679,57.35119,1107.8641,341.71875,41.652145,7.9734035,9.36152,298.56018,38.350956,543.1753,129.41667,2528.8467,452.93332,175.60036,132.01637,284.6963,5.5729027,8.189845,10.677082,2.600246,2.0484426,66.24851,77.26907,93.112144,39.96873,42.24697,98.48434,11.3271475,3344.9792,32.12992,37.4375,29.0026,24.262272,246.97223,63.18566,42.395832,8.505512,25.061098,40.653675,153.91199,385.07895,76.32916,262.59543,58.427265,58.50656,192.29399,127.53958,707.6759,119.42013,3.5698335,7.8958335,5.505,62.537395,16820.156,2.5599444,29.92081,47.964584,31.403822,271.74817,64.98055,125.27631,1.7824074,123.035416,437.2793,228.44286,127.03742,440.07635,38.319443,89.50758,137.52477,10.767222,1.9737918,12.708772,870.67017,0.047859687,0.26925,59.456944,10.492262,4.9372063,5.9270253,12.861862,81.53163,34.075,111.326294,614.8596,294.77274,2493.17,1986.7433,38.145065,65.53819,8417.666,8.3476515,116.84028,733.88043,213.975,292.74585,118.65833,741.8722,878.93823,488.46698,29.5,162.60556,831.2383,1583.1578,81.04926,866.94403,103.50972,1.1042677,54.971912,0.879874,0.59920174,2.4677734,62.490555,208.305,122.5642,15.902778,1550.3329,389.31946,203.25,292.83334,88.33333,66.5,58.58472,93.027504,58.833332,520.4381,203.92262,84.22036,67.373146,32.372917,113.314285,110.91111,17.23448,412.5556,116.602875,1265.9968,31.484463,1843.5634,77.37803,379.91016,986.23334,42.315723,16.794603,852.03735,808.93353,2095.5408,115.59652 +2023-09-18 13:00:00,0.0,14835.876,363.6827,57.48575,61.282433,51.104797,237.63817,34.720726,58.035164,23.983328,34.613125,1560.6575,142.62497,21.8187,198.41235,0.297552,0.03298595,32.23224,0.16770932,0.12642714,500.82654,0.10361051,508.91254,72.20414,0.1085109,0.11733504,157.50471,26.163355,55.102314,102.30245,20871.17,0.037445117,2072.13,0.40818968,0.0660366,0.069043204,0.10976008,196.60863,244.29996,22.098846,133.4625,37.81144,33.789158,2215.387,1.530221,115.55387,59.421616,432.72406,44.094223,447.3124,30.801197,139.1511,0.0,1569.5723,6790.086,11.217023,487.1984,97.63412,36214.16,87.9229,10.071988,35.565628,107.77588,28.339481,11.012414,57.240177,1106.9816,341.7901,41.61545,7.9558654,9.351791,298.17337,38.29166,542.2759,129.52194,2528.6777,453.33887,175.42123,132.10756,285.1437,5.5719557,8.18789,10.680687,2.6015484,2.0501046,66.206436,77.23359,93.108215,39.94049,42.236755,98.41396,11.326031,3346.1892,32.11832,37.396873,28.973745,24.235899,246.91066,63.15091,42.342014,8.499986,25.047352,40.620525,153.7497,384.5443,76.292984,262.45145,58.3878,58.412052,192.11739,127.40962,707.11957,119.32733,3.5641809,7.892014,5.5080833,62.55822,16813.262,2.5573714,29.909702,47.95045,31.378641,271.59113,64.97329,125.21257,1.7828056,123.01955,437.21872,228.40356,126.96707,440.01562,38.32838,89.48947,137.52185,10.769639,1.9745255,12.713494,870.5039,0.047837194,0.26939029,59.48044,10.4997635,4.941013,5.933027,12.871937,81.52996,34.090416,111.38389,614.9904,294.89774,2493.7986,1986.9974,38.163834,65.56279,8413.801,8.350035,116.88622,733.81964,214.03625,292.81033,118.686386,742.17285,878.8684,488.48468,29.49881,162.63176,830.8452,1582.3433,81.0481,866.6849,103.5078,1.1044321,54.956844,0.8799274,0.599418,2.4678946,62.457455,208.37091,122.449066,15.909213,1548.8557,389.1206,203.20535,292.7764,88.259125,66.458336,58.502384,93.06249,58.738888,519.8499,203.80406,84.05587,67.29525,32.391838,113.218094,110.846016,17.221134,412.2573,116.52476,1264.4005,31.48116,1842.5703,77.36984,379.80927,985.20544,42.27457,16.803429,851.95337,809.0203,2094.9778,115.654854 +2023-09-18 14:00:00,0.0,14828.991,363.66043,57.532215,61.312904,51.1399,237.75452,34.73279,58.06118,23.989653,34.63155,1561.3584,142.56712,21.827587,198.45805,0.29708245,0.03306421,32.23932,0.16750197,0.12648332,501.10947,0.103540465,509.09848,72.25219,0.108404525,0.11713599,157.55717,26.179274,55.121296,102.33016,20855.242,0.037457436,2072.1196,0.4086589,0.06596449,0.06913348,0.1095983,196.67905,244.42258,22.098936,133.425,37.81719,33.74897,2215.181,1.5296108,115.43063,59.355637,432.6936,44.060112,447.39462,30.77303,139.01973,0.0,1568.4348,6784.921,11.191288,486.97742,97.55977,36205.504,87.821945,10.049634,35.51975,107.57777,28.299997,10.989149,57.129166,1106.0989,341.86145,41.57876,7.938328,9.342063,297.78656,38.232365,541.3765,129.62723,2528.5085,453.74445,175.2421,132.19876,285.59113,5.5710087,8.185935,10.684292,2.6028512,2.0517669,66.16437,77.1981,93.10429,39.912254,42.226536,98.34359,11.324914,3347.3994,32.10672,37.35625,28.944893,24.209526,246.84908,63.116158,42.288193,8.49446,25.033604,40.587376,153.5874,384.00964,76.256805,262.30743,58.348328,58.31754,191.94078,127.279655,706.56323,119.23454,3.558528,7.8881946,5.511167,62.57904,16806.37,2.5547981,29.898596,47.936317,31.35346,271.43408,64.96602,125.14883,1.7832037,123.00368,437.15814,228.36426,126.89672,439.95493,38.337315,89.47135,137.51895,10.772056,1.9752591,12.718216,870.33765,0.047814697,0.26953056,59.503937,10.507266,4.944819,5.9390287,12.882012,81.52829,34.105835,111.44149,615.1212,295.02274,2494.4275,1987.2515,38.1826,65.58738,8409.936,8.352418,116.932175,733.75885,214.0975,292.87485,118.71444,742.4735,878.7986,488.50235,29.49762,162.65796,830.4521,1581.5286,81.04695,866.4258,103.50588,1.1045966,54.941772,0.8799808,0.5996342,2.4680154,62.424355,208.43683,122.33393,15.915648,1547.3785,388.92175,203.16072,292.71945,88.18492,66.416664,58.420048,93.09747,58.644444,519.26166,203.68552,83.89139,67.21735,32.410763,113.1219,110.78092,17.20779,411.95898,116.44664,1262.8042,31.477856,1841.5773,77.36165,379.70837,984.1775,42.233414,16.812254,851.8694,809.1071,2094.4148,115.713196 +2023-09-18 15:00:00,0.0,14822.106,363.63818,57.57868,61.34338,51.175,237.87088,34.744858,58.087196,23.995977,34.64998,1562.0592,142.50926,21.836472,198.50375,0.29661292,0.033142462,32.2464,0.16729464,0.12653951,501.39236,0.103470415,509.28445,72.30024,0.108298145,0.11693693,157.60963,26.195192,55.140278,102.35787,20839.312,0.03746976,2072.1096,0.40912807,0.06589239,0.06922376,0.10943652,196.74948,244.54521,22.099026,133.3875,37.822937,33.708782,2214.975,1.5290004,115.3074,59.289654,432.66318,44.026,447.47684,30.744864,138.88837,0.0,1567.2971,6779.7563,11.165554,486.75647,97.48541,36196.85,87.720985,10.027279,35.47387,107.379654,28.260515,10.965884,57.018154,1105.2162,341.9328,41.542065,7.9207897,9.332334,297.39972,38.17307,540.4771,129.7325,2528.3396,454.15,175.06297,132.28996,286.03854,5.5700617,8.183979,10.687896,2.6041536,2.053429,66.12229,77.16261,93.10036,39.884014,42.21632,98.27322,11.323797,3348.6094,32.09512,37.315624,28.916039,24.183155,246.7875,63.081406,42.234375,8.4889345,25.019855,40.554226,153.42511,383.475,76.22063,262.16342,58.30886,58.223026,191.76418,127.14969,706.00696,119.141754,3.5528753,7.884375,5.5142503,62.59986,16799.477,2.552225,29.88749,47.922188,31.328281,271.27704,64.95875,125.085075,1.7836019,122.987816,437.09756,228.32495,126.82637,439.8942,38.34625,89.45324,137.51605,10.774472,1.9759928,12.722939,870.1714,0.047792204,0.26967084,59.52743,10.514768,4.9486256,5.94503,12.892088,81.52663,34.12125,111.499084,615.25195,295.14774,2495.0562,1987.5055,38.201366,65.61198,8406.069,8.354801,116.97813,733.69806,214.15875,292.93936,118.7425,742.7742,878.72876,488.52002,29.496428,162.68416,830.059,1580.714,81.0458,866.1666,103.50396,1.1047611,54.926704,0.88003415,0.5998504,2.4681365,62.39125,208.50275,122.218796,15.922084,1545.9015,388.7229,203.11607,292.6625,88.11071,66.375,58.337708,93.13246,58.55,518.6734,203.56697,83.726906,67.13944,32.429688,113.02571,110.715836,17.194445,411.66068,116.36853,1261.208,31.474552,1840.5841,77.35346,379.60745,983.1496,42.19226,16.82108,851.7854,809.194,2093.8518,115.77154 +2023-09-18 16:00:00,0.0,14815.222,363.6159,57.62514,61.37385,51.210102,237.98724,34.756924,58.113213,24.002304,34.668404,1562.76,142.45142,21.845358,198.54944,0.29614338,0.03322072,32.25348,0.16708729,0.12659569,501.6753,0.10340037,509.4704,72.34829,0.108191766,0.11673788,157.66208,26.211111,55.15926,102.38559,20823.383,0.03748208,2072.0996,0.40959728,0.06582029,0.06931403,0.109274745,196.81992,244.66785,22.099117,133.35,37.828686,33.66859,2214.769,1.5283902,115.18417,59.22367,432.63275,43.99189,447.55905,30.716696,138.75699,0.0,1566.1597,6774.5913,11.139819,486.5355,97.411064,36188.2,87.62003,10.004925,35.42799,107.18154,28.221031,10.942618,56.907143,1104.3335,342.00418,41.50537,7.903252,9.322605,297.0129,38.113773,539.57776,129.83778,2528.1704,454.55554,174.88385,132.38115,286.48596,5.5691147,8.182024,10.691501,2.605456,2.055091,66.08022,77.12712,93.09643,39.855778,42.2061,98.20284,11.32268,3349.8193,32.083515,37.275,28.887186,24.156782,246.72594,63.046654,42.180557,8.483408,25.00611,40.521076,153.26282,382.94034,76.18444,262.01944,58.26939,58.128517,191.58757,127.01972,705.4506,119.04896,3.5472224,7.8805556,5.5173335,62.620686,16792.584,2.5496519,29.876383,47.908054,31.3031,271.12,64.95148,125.02133,1.784,122.97195,437.037,228.28564,126.75602,439.8335,38.355186,89.43512,137.51314,10.776889,1.9767264,12.727661,870.0051,0.047769707,0.2698111,59.550926,10.522269,4.952432,5.9510317,12.9021635,81.524956,34.13667,111.55668,615.38275,295.27274,2495.685,1987.7595,38.220135,65.63657,8402.204,8.357184,117.02407,733.63727,214.22,293.00388,118.77055,743.07477,878.65894,488.5377,29.495237,162.71037,829.6659,1579.8993,81.04465,865.9075,103.50204,1.1049255,54.911636,0.88008755,0.6000666,2.4682574,62.35815,208.56866,122.10366,15.928519,1544.4243,388.52408,203.07143,292.60556,88.03651,66.333336,58.25537,93.16745,58.455555,518.08514,203.44841,83.562416,67.06155,32.448612,112.92952,110.65074,17.1811,411.36237,116.29041,1259.6117,31.471249,1839.5911,77.345276,379.50656,982.12164,42.151108,16.829905,851.7014,809.28076,2093.2888,115.82987 +2023-09-18 17:00:00,0.0,14808.337,363.59366,57.671608,61.404327,51.2452,238.1036,34.76899,58.13923,24.008629,34.68683,1563.4608,142.39355,21.854244,198.59514,0.29567385,0.033298977,32.26056,0.16687995,0.12665187,501.95822,0.10333032,509.65634,72.39634,0.10808539,0.11653882,157.71454,26.22703,55.17824,102.4133,20807.455,0.0374944,2072.0896,0.41006646,0.065748185,0.06940431,0.10911296,196.89034,244.79048,22.099207,133.3125,37.83443,33.628403,2214.5632,1.5277799,115.060936,59.15769,432.60233,43.95778,447.64127,30.688528,138.62563,0.0,1565.0221,6769.427,11.114085,486.3145,97.336716,36179.543,87.51908,9.98257,35.382107,106.98344,28.181547,10.9193535,56.79613,1103.4509,342.07553,41.468678,7.885714,9.312876,296.6261,38.054478,538.67834,129.94305,2528.0015,454.9611,174.70473,132.47235,286.93338,5.5681677,8.180069,10.695106,2.6067586,2.0567532,66.03815,77.09163,93.0925,39.827538,42.195885,98.13247,11.321564,3351.0295,32.071915,37.234375,28.858332,24.13041,246.66435,63.0119,42.126736,8.477882,24.992361,40.487926,153.10052,382.4057,76.14826,261.87543,58.229923,58.034004,191.41096,126.889755,704.8943,118.95617,3.5415697,7.876736,5.5204167,62.641506,16785.691,2.5470786,29.865276,47.893925,31.27792,270.96295,64.944214,124.95758,1.7843981,122.95608,436.9764,228.24635,126.68567,439.77277,38.36412,89.41701,137.51022,10.779305,1.97746,12.732383,869.83887,0.04774721,0.26995137,59.57442,10.529772,4.9562387,5.9570336,12.912238,81.523285,34.152084,111.61428,615.51355,295.39774,2496.3137,1988.0135,38.2389,65.66116,8398.339,8.359568,117.07002,733.5764,214.28125,293.0684,118.79861,743.3754,878.5891,488.55536,29.494047,162.73657,829.2728,1579.0847,81.043495,865.6483,103.500114,1.10509,54.89657,0.88014096,0.60028285,2.4683785,62.325047,208.63458,121.988525,15.934954,1542.9471,388.32523,203.0268,292.5486,87.9623,66.291664,58.17303,93.20244,58.36111,517.4969,203.32986,83.397934,66.98364,32.467533,112.833336,110.58565,17.167755,411.06406,116.212296,1258.0155,31.467945,1838.598,77.33709,379.40567,981.09375,42.109955,16.83873,851.61743,809.36755,2092.7258,115.888214 +2023-09-18 18:00:00,0.0,14801.451,363.5714,57.71807,61.4348,51.280304,238.21997,34.781055,58.16524,24.014956,34.705257,1564.1616,142.33571,21.863129,198.64084,0.2952043,0.033377234,32.267635,0.16667262,0.12670806,502.24115,0.10326028,509.8423,72.44439,0.10797901,0.11633977,157.767,26.242949,55.197224,102.44101,20791.525,0.037506722,2072.0796,0.41053566,0.065676086,0.06949458,0.10895119,196.96077,244.9131,22.099297,133.275,37.84018,33.588215,2214.3572,1.5271697,114.937706,59.09171,432.57184,43.923668,447.72348,30.660362,138.49426,0.0,1563.8845,6764.262,11.088351,486.09357,97.26237,36170.89,87.41813,9.960216,35.336227,106.785324,28.142065,10.896089,56.68512,1102.5682,342.14688,41.431984,7.8681765,9.303147,296.23926,37.995182,537.779,130.04832,2527.8323,455.36667,174.52559,132.56354,287.3808,5.5672207,8.178114,10.69871,2.6080613,2.0584152,65.99608,77.05614,93.08857,39.7993,42.185665,98.062096,11.320447,3352.2395,32.060314,37.19375,28.82948,24.104036,246.60278,62.97715,42.072918,8.472356,24.978613,40.454777,152.93823,381.87106,76.11208,261.7314,58.190453,57.93949,191.23436,126.759796,704.33795,118.86338,3.5359168,7.8729167,5.5235,62.662327,16778.799,2.5445056,29.85417,47.87979,31.252739,270.80594,64.93694,124.89384,1.7847962,122.94021,436.91583,228.20705,126.61532,439.71207,38.373055,89.398895,137.50732,10.781722,1.9781936,12.737105,869.6726,0.047724716,0.27009165,59.597916,10.537273,4.9600453,5.963035,12.922314,81.521614,34.1675,111.671875,615.64435,295.52274,2496.9426,1988.2677,38.257668,65.68576,8394.473,8.361951,117.115974,733.5156,214.3425,293.1329,118.82667,743.6761,878.5193,488.57303,29.492857,162.76277,828.8797,1578.2701,81.042336,865.38916,103.49819,1.1052545,54.8815,0.8801943,0.60049903,2.4684994,62.291946,208.7005,121.87338,15.941389,1541.4701,388.12637,202.98215,292.49167,87.88809,66.25,58.090694,93.23742,58.266666,516.9087,203.2113,83.233444,66.90574,32.486458,112.737144,110.52055,17.154411,410.76575,116.13418,1256.4192,31.464642,1837.605,77.3289,379.30475,980.0658,42.068798,16.847555,851.53345,809.45435,2092.1628,115.946556 +2023-09-18 19:00:00,0.0,14794.566,363.54913,57.764534,61.465275,51.315403,238.33633,34.793125,58.191257,24.02128,34.723682,1564.8625,142.27785,21.872015,198.68652,0.29473478,0.03345549,32.274715,0.16646527,0.12676424,502.52405,0.10319023,510.02826,72.49244,0.10787263,0.116140716,157.81946,26.258867,55.216206,102.46872,20775.596,0.03751904,2072.0696,0.41100484,0.06560399,0.06958486,0.10878941,197.03119,245.03574,22.099388,133.2375,37.84593,33.548027,2214.1514,1.5265595,114.814476,59.025726,432.54144,43.889557,447.8057,30.632195,138.36288,0.0,1562.7471,6759.097,11.062616,485.8726,97.18801,36162.234,87.31718,9.9378605,35.290348,106.58722,28.102581,10.872824,56.57411,1101.6855,342.21823,41.39529,7.8506384,9.293419,295.85245,37.935886,536.8796,130.15361,2527.6633,455.77222,174.34647,132.65474,287.82822,5.5662737,8.176159,10.702315,2.6093638,2.0600772,65.954,77.020645,93.08464,39.77106,42.17545,97.99172,11.31933,3353.4497,32.048714,37.153126,28.800625,24.077663,246.54121,62.942398,42.019096,8.46683,24.964867,40.421627,152.77594,381.3364,76.075905,261.58743,58.15098,57.84498,191.05777,126.62983,703.7816,118.770584,3.5302641,7.869097,5.5265837,62.68315,16771.906,2.5419323,29.843063,47.865658,31.227558,270.6489,64.92967,124.83009,1.7851944,122.92434,436.85526,228.16774,126.54497,439.65134,38.38199,89.380775,137.50443,10.78414,1.9789273,12.741827,869.50635,0.04770222,0.27023193,59.62141,10.544776,4.963852,5.9690366,12.932389,81.51995,34.18292,111.72947,615.77515,295.64774,2497.5713,1988.5217,38.276432,65.71036,8390.607,8.364334,117.16192,733.45483,214.40375,293.19742,118.85472,743.97675,878.44946,488.5907,29.491667,162.78899,828.48663,1577.4554,81.04118,865.13,103.49627,1.1054189,54.86643,0.8802477,0.6007153,2.4686205,62.258842,208.76642,121.75825,15.9478245,1539.9929,387.92755,202.9375,292.43472,87.81389,66.208336,58.008358,93.27241,58.172222,516.32043,203.09276,83.06896,66.82784,32.505383,112.64095,110.45546,17.141066,410.46744,116.05606,1254.823,31.461338,1836.6119,77.32072,379.20386,979.0379,42.027645,16.856379,851.44946,809.5412,2091.5999,116.00489 +2023-09-18 20:00:00,0.0,14787.682,363.5269,57.811,61.495747,51.350506,238.4527,34.80519,58.217274,24.027605,34.742107,1565.5634,142.22,21.880901,198.73222,0.29426524,0.033533745,32.281796,0.16625793,0.12682042,502.80698,0.103120185,510.2142,72.54049,0.10776625,0.115941666,157.8719,26.274786,55.235184,102.49643,20759.666,0.03753136,2072.0596,0.41147405,0.06553189,0.06967514,0.108627625,197.10162,245.15837,22.099478,133.2,37.851677,33.507835,2213.9453,1.5259492,114.69124,58.959743,432.511,43.855442,447.8879,30.604027,138.23152,0.0,1561.6094,6753.9326,11.036882,485.6516,97.11366,36153.582,87.216225,9.915506,35.24447,106.3891,28.063097,10.849559,56.463093,1100.803,342.28958,41.358593,7.833101,9.2836895,295.46564,37.87659,535.9802,130.25888,2527.4941,456.17776,174.16736,132.74593,288.27563,5.5653267,8.174204,10.705919,2.6106663,2.0617394,65.911934,76.98516,93.08071,39.742825,42.16523,97.92135,11.318214,3354.6597,32.037113,37.1125,28.771772,24.05129,246.47963,62.907646,41.96528,8.461304,24.951118,40.388477,152.61365,380.80176,76.03972,261.44342,58.111515,57.75047,190.88116,126.49986,703.2253,118.677795,3.5246112,7.865278,5.529667,62.70397,16765.014,2.5393593,29.831957,47.85153,31.202377,270.49185,64.92241,124.76634,1.7855926,122.90847,436.79468,228.12845,126.47462,439.59064,38.390926,89.36266,137.50151,10.786556,1.9796609,12.74655,869.3401,0.047679726,0.2703722,59.64491,10.552278,4.9676585,5.9750385,12.942465,81.51828,34.198334,111.78706,615.9059,295.77274,2498.2002,1988.7758,38.2952,65.734955,8386.742,8.366718,117.20787,733.39404,214.465,293.26193,118.882774,744.2774,878.37964,488.60837,29.490477,162.81519,828.0935,1576.6409,81.04003,864.87085,103.494354,1.1055834,54.85136,0.8803011,0.6009315,2.4687414,62.225742,208.83234,121.64311,15.95426,1538.5157,387.7287,202.89285,292.37778,87.739685,66.166664,57.926018,93.307396,58.077778,515.7322,202.97421,82.90448,66.74994,32.524303,112.54476,110.390366,17.127722,410.16916,115.97794,1253.2267,31.458035,1835.6189,77.31252,379.10297,978.00995,41.986492,16.865204,851.3655,809.628,2091.0369,116.06323 +2023-09-18 21:00:00,0.0,14780.797,363.5046,57.857464,61.526222,51.385605,238.56906,34.817257,58.24329,24.033932,34.760536,1566.2642,142.16214,21.889788,198.77792,0.2937957,0.033612,32.288876,0.16605058,0.12687661,503.0899,0.10305014,510.40015,72.58854,0.10765987,0.11574261,157.92436,26.290705,55.254166,102.52414,20743.738,0.037543684,2072.0496,0.41194323,0.06545978,0.06976541,0.10846585,197.17204,245.281,22.099567,133.1625,37.85742,33.467648,2213.7393,1.5253389,114.56801,58.89376,432.48056,43.82133,447.97012,30.575861,138.10016,0.0,1560.4719,6748.7676,11.011148,485.43066,97.039314,36144.926,87.11527,9.893151,35.19859,106.19098,28.023615,10.826294,56.35208,1099.9203,342.36093,41.3219,7.8155627,9.273961,295.0788,37.817295,535.0808,130.36417,2527.3252,456.5833,173.98824,132.83713,288.72305,5.5643797,8.172249,10.709524,2.611969,2.0634015,65.86986,76.94967,93.07678,39.714584,42.155014,97.850975,11.317098,3355.8699,32.02551,37.071877,28.74292,24.02492,246.41806,62.872894,41.911457,8.455778,24.93737,40.35533,152.45135,380.26712,76.00354,261.2994,58.072044,57.655956,190.70456,126.369896,702.66895,118.58501,3.5189586,7.8614583,5.53275,62.724796,16758.121,2.536786,29.82085,47.837395,31.177197,270.3348,64.91514,124.7026,1.7859907,122.8926,436.7341,228.08914,126.40427,439.52994,38.39986,89.34454,137.4986,10.788973,1.9803945,12.751272,869.17377,0.04765723,0.2705125,59.668404,10.559779,4.971465,5.98104,12.952539,81.51661,34.21375,111.844666,616.03674,295.89774,2498.8289,1989.0298,38.313965,65.759544,8382.876,8.369102,117.253815,733.33325,214.52626,293.32645,118.910835,744.57806,878.3098,488.62604,29.489285,162.84138,827.70044,1575.8262,81.03888,864.61176,103.49243,1.1057478,54.836292,0.88035446,0.6011477,2.4688623,62.19264,208.89825,121.52798,15.960694,1537.0387,387.52985,202.84822,292.32083,87.665474,66.125,57.84368,93.34238,57.983334,515.1439,202.85565,82.73999,66.672035,32.54323,112.44857,110.32528,17.114376,409.87085,115.89983,1251.6305,31.454731,1834.6259,77.30434,379.00208,976.98206,41.945335,16.87403,851.28143,809.7148,2090.4739,116.121574 +2023-09-18 22:00:00,0.0,14773.912,363.48236,57.903927,61.556698,51.420708,238.68542,34.829323,58.269302,24.040257,34.77896,1566.965,142.1043,21.898672,198.82361,0.29332617,0.03369026,32.295956,0.16584325,0.12693278,503.37283,0.10298009,510.5861,72.63659,0.10755349,0.11554356,157.97682,26.306623,55.273148,102.55185,20727.809,0.037556004,2072.0396,0.41241243,0.06538768,0.06985569,0.10830407,197.24248,245.40363,22.099657,133.125,37.86317,33.42746,2213.5334,1.5247287,114.44478,58.82778,432.45013,43.78722,448.05234,30.547693,137.9688,0.0,1559.3342,6743.603,10.985414,485.2097,96.964966,36136.273,87.01432,9.870797,35.15271,105.992874,27.98413,10.803029,56.24107,1099.0376,342.43228,41.285206,7.798025,9.264232,294.692,37.758,534.18146,130.46944,2527.156,456.9889,173.8091,132.92833,289.17047,5.5634327,8.170294,10.713129,2.6132715,2.0650635,65.82779,76.914185,93.07285,39.686348,42.144794,97.7806,11.315981,3357.0798,32.01391,37.03125,28.714066,23.998547,246.35649,62.838142,41.85764,8.450253,24.923622,40.32218,152.28906,379.73245,75.96736,261.15543,58.032578,57.561443,190.52795,126.23993,702.1127,118.49222,3.5133057,7.857639,5.5358334,62.745617,16751.229,2.534213,29.809744,47.823265,31.152018,270.17776,64.90787,124.638855,1.7863889,122.87674,436.67355,228.04984,126.333916,439.4692,38.408794,89.32643,137.4957,10.791389,1.9811281,12.755994,869.0075,0.047634736,0.27065277,59.6919,10.567282,4.975271,5.9870415,12.962615,81.51494,34.229168,111.90226,616.1675,296.02274,2499.4578,1989.2839,38.332733,65.78414,8379.011,8.371485,117.29977,733.27246,214.58751,293.39096,118.93889,744.87866,878.24,488.6437,29.488094,162.86758,827.3073,1575.0116,81.03772,864.3526,103.49051,1.1059123,54.821224,0.88040787,0.60136396,2.4689834,62.15954,208.96417,121.41284,15.96713,1535.5615,387.33102,202.80357,292.2639,87.59127,66.083336,57.76134,93.377365,57.88889,514.5557,202.7371,82.57551,66.59414,32.562153,112.35238,110.260185,17.101032,409.57254,115.82172,1250.0342,31.451427,1833.6328,77.29615,378.90118,975.9541,41.904182,16.882854,851.19745,809.80164,2089.911,116.17991 +2023-09-18 23:00:00,0.0,14767.027,363.4601,57.950394,61.58717,51.455807,238.80179,34.84139,58.29532,24.046581,34.79739,1567.6659,142.04643,21.907558,198.86931,0.29285663,0.033768516,32.303036,0.1656359,0.12698896,503.65576,0.10291005,510.77206,72.68463,0.10744711,0.11534451,158.02928,26.322542,55.29213,102.57956,20711.879,0.037568323,2072.0295,0.4128816,0.06531558,0.06994597,0.10814229,197.31291,245.52626,22.099749,133.0875,37.86892,33.38727,2213.3274,1.5241184,114.32155,58.7618,432.4197,43.75311,448.13455,30.519526,137.83742,0.0,1558.1968,6738.4385,10.95968,484.9887,96.89061,36127.62,86.91337,9.848442,35.10683,105.79476,27.944647,10.779764,56.13006,1098.1549,342.50363,41.248512,7.780487,9.254503,294.30518,37.698704,533.28204,130.57472,2526.987,457.39444,173.62997,133.01952,289.6179,5.5624857,8.168339,10.716734,2.614574,2.0667257,65.78571,76.87869,93.068924,39.65811,42.13458,97.71023,11.314864,3358.29,32.002308,36.990623,28.685213,23.972174,246.2949,62.80339,41.803818,8.444726,24.909876,40.289032,152.12677,379.1978,75.93118,261.0114,57.993107,57.46693,190.35135,126.10997,701.55634,118.39942,3.507653,7.8538194,5.538917,62.766438,16744.336,2.5316398,29.798635,47.80913,31.126837,270.02072,64.900604,124.5751,1.786787,122.86087,436.61298,228.01054,126.263565,439.4085,38.417732,89.30832,137.4928,10.793806,1.9818617,12.760716,868.84125,0.04761224,0.27079305,59.715393,10.574783,4.979078,5.9930434,12.972691,81.513275,34.244583,111.959854,616.2983,296.14774,2500.0864,1989.538,38.351498,65.80874,8375.1455,8.373868,117.34572,733.2116,214.64876,293.45547,118.96694,745.1793,878.1702,488.6614,29.486904,162.8938,826.91425,1574.1969,81.03657,864.09344,103.48859,1.1060768,54.806156,0.8804612,0.60158014,2.4691043,62.126434,209.03008,121.29771,15.973565,1534.0844,387.13217,202.75893,292.20694,87.51706,66.041664,57.679005,93.41235,57.794445,513.96747,202.61855,82.41102,66.516235,32.581074,112.25619,110.19509,17.087687,409.27423,115.7436,1248.438,31.448124,1832.6398,77.287964,378.80026,974.9262,41.86303,16.89168,851.11346,809.8884,2089.348,116.23825 +2023-09-19 00:00:00,0.0,14760.143,363.43784,57.996857,61.617645,51.49091,238.91815,34.853455,58.321335,24.052908,34.815815,1568.3667,141.98859,21.916445,198.915,0.2923871,0.033846773,32.310112,0.16542856,0.12704515,503.93866,0.10284,510.958,72.73268,0.10734074,0.11514545,158.08173,26.33846,55.31111,102.60727,20695.951,0.037580647,2072.0193,0.41335082,0.065243475,0.07003624,0.10798051,197.38333,245.6489,22.099838,133.05,37.874664,33.34708,2213.1216,1.5235082,114.19831,58.695816,432.38928,43.718998,448.21677,30.49136,137.70605,0.0,1557.0592,6733.2734,10.933945,484.76776,96.81626,36118.965,86.81241,9.826088,35.06095,105.59666,27.905165,10.756499,56.019047,1097.2723,342.575,41.21182,7.7629495,9.244774,293.91833,37.639404,532.3827,130.68,2526.8179,457.8,173.45085,133.11072,290.0653,5.5615387,8.166384,10.720338,2.6158764,2.0683877,65.74364,76.8432,93.064995,39.62987,42.12436,97.639854,11.313747,3359.5,31.990705,36.95,28.656359,23.9458,246.23334,62.76864,41.75,8.4392,24.896128,40.255882,151.96448,378.66315,75.895,260.86743,57.95364,57.37242,190.17474,125.98,701.0,118.30663,3.5020003,7.85,5.5420003,62.787262,16737.443,2.5290666,29.787529,47.795,31.101656,269.8637,64.89333,124.51136,1.7871852,122.845,436.5524,227.97124,126.193214,439.34778,38.426666,89.2902,137.48988,10.796223,1.9825953,12.765438,868.675,0.047589745,0.27093333,59.738888,10.582286,4.9828844,5.999045,12.982766,81.511604,34.260002,112.017456,616.4291,296.27274,2500.7153,1989.792,38.370266,65.83333,8371.279,8.376251,117.39166,733.1508,214.71,293.52,118.994995,745.48,878.1004,488.67908,29.485714,162.92,826.5211,1573.3823,81.035416,863.8343,103.486664,1.1062412,54.791084,0.8805146,0.6017964,2.4692254,62.093334,209.096,121.18257,15.9800005,1532.6073,386.93332,202.7143,292.15,87.442856,66.0,57.59667,93.447334,57.7,513.3792,202.5,82.24654,66.43833,32.6,112.159996,110.13,17.07434,408.97592,115.66548,1246.8417,31.44482,1831.6466,77.27978,378.69937,973.89825,41.821877,16.900505,851.0295,809.9752,2088.785,116.29659 +2023-09-19 01:00:00,0.0,14753.258,363.4156,58.04332,61.648117,51.52601,239.03452,34.86552,58.34735,24.059233,34.83424,1569.0675,141.93073,21.925331,198.9607,0.29191756,0.033925027,32.317192,0.16522123,0.12710133,504.2216,0.102769956,511.14395,72.78073,0.10723436,0.1149464,158.13419,26.35438,55.330093,102.63498,20680.021,0.037592966,2072.0093,0.41382,0.065171376,0.07012652,0.10781874,197.45377,245.77153,22.099928,133.0125,37.880413,33.306892,2212.9155,1.522898,114.07508,58.629833,432.35883,43.684887,448.29898,30.463192,137.57469,0.0,1555.9216,6728.109,10.908211,484.54678,96.74191,36110.312,86.71146,9.803733,35.01507,105.398544,27.86568,10.733234,55.908035,1096.3896,342.64636,41.175125,7.745412,9.235045,293.53152,37.58011,531.4833,130.78528,2526.6487,458.20554,173.27173,133.2019,290.51273,5.5605917,8.164429,10.723943,2.6171792,2.07005,65.70157,76.80771,93.061066,39.601635,42.11414,97.56948,11.312631,3360.71,31.979105,36.909374,28.627506,23.919428,246.17177,62.733887,41.696182,8.433674,24.88238,40.222733,151.8022,378.1285,75.85882,260.72342,57.91417,57.27791,189.99814,125.85004,700.44366,118.213844,3.4963474,7.8461804,5.5450835,62.808083,16730.55,2.5264935,29.776423,47.78087,31.076475,269.70667,64.88606,124.44762,1.7875834,122.82913,436.49182,227.93193,126.12286,439.28708,38.4356,89.27209,137.48697,10.798639,1.9833289,12.770161,868.5087,0.04756725,0.2710736,59.762383,10.5897875,4.986691,6.0050464,12.992842,81.50993,34.275417,112.07505,616.5598,296.39774,2501.3442,1990.046,38.38903,65.857925,8367.414,8.378634,117.437614,733.09,214.77126,293.5845,119.023056,745.78064,878.0306,488.69675,29.484524,162.9462,826.12805,1572.5676,81.03426,863.57513,103.48474,1.1064057,54.776016,0.880568,0.6020126,2.4693463,62.060234,209.16191,121.06743,15.986436,1531.1301,386.7345,202.66965,292.09305,87.36865,65.958336,57.514328,93.48232,57.605556,512.79095,202.38145,82.08205,66.360435,32.618923,112.06381,110.0649,17.060997,408.6776,115.587364,1245.2455,31.441517,1830.6536,77.27159,378.59848,972.8703,41.78072,16.90933,850.9455,810.0621,2088.222,116.35493 +2023-09-19 02:00:00,0.0,14746.373,363.3933,58.089787,61.678593,51.56111,239.15086,34.877586,58.373367,24.06556,34.85267,1569.7683,141.87288,21.934216,199.0064,0.29144803,0.034003284,32.324272,0.16501388,0.12715752,504.50452,0.102699906,511.32993,72.82878,0.10712798,0.114747345,158.18665,26.370298,55.349075,102.66269,20664.092,0.037605286,2071.9993,0.4142892,0.06509928,0.07021679,0.107656956,197.52419,245.89417,22.10002,132.975,37.88616,33.266705,2212.7097,1.5222877,113.95185,58.56385,432.32843,43.650776,448.3812,30.435024,137.44333,0.0,1554.7842,6722.944,10.882477,484.3258,96.667564,36101.656,86.610504,9.781379,34.969193,105.20043,27.826199,10.7099695,55.797024,1095.507,342.7177,41.13843,7.727874,9.225317,293.14468,37.520813,530.5839,130.89055,2526.4797,458.61108,173.09259,133.2931,290.96014,5.5596447,8.162474,10.727548,2.6184816,2.071712,65.65949,76.77222,93.05714,39.573395,42.103924,97.49911,11.311514,3361.9202,31.967505,36.86875,28.598652,23.893057,246.11018,62.699135,41.64236,8.428148,24.868633,40.189583,151.63991,377.59387,75.82264,260.5794,57.874702,57.183395,189.82153,125.72007,699.8873,118.12105,3.4906948,7.842361,5.5481668,62.828903,16723.658,2.5239203,29.765316,47.766735,31.051294,269.54962,64.8788,124.383865,1.7879815,122.81326,436.43124,227.89262,126.05251,439.22635,38.44454,89.25397,137.48407,10.801056,1.9840626,12.774883,868.34247,0.047544755,0.2712139,59.78588,10.597289,4.9904976,6.0110483,13.002916,81.50826,34.290833,112.132645,616.6906,296.52274,2501.973,1990.3,38.4078,65.88252,8363.549,8.381018,117.48357,733.02924,214.8325,293.64902,119.05111,746.0813,877.96075,488.71442,29.483334,162.97241,825.7349,1571.753,81.03311,863.316,103.48283,1.1065701,54.76095,0.8806214,0.6022288,2.4694674,62.02713,209.22783,120.95229,15.99287,1529.653,386.53564,202.625,292.0361,87.29444,65.916664,57.43199,93.51731,57.511112,512.20276,202.2629,81.917564,66.28253,32.637848,111.96762,109.99982,17.047651,408.3793,115.509254,1243.6492,31.438213,1829.6605,77.2634,378.49756,971.8424,41.739567,16.918156,850.8615,810.14886,2087.659,116.41327 +2023-09-19 03:00:00,0.0,14739.487,363.37106,58.13625,61.709064,51.59621,239.26723,34.889656,58.39938,24.071884,34.871094,1570.4691,141.81502,21.943102,199.05208,0.2909785,0.03408154,32.331352,0.16480654,0.1272137,504.78745,0.10262986,511.51587,72.87683,0.1070216,0.114548296,158.2391,26.386217,55.368057,102.6904,20648.162,0.03761761,2071.9893,0.41475838,0.06502718,0.07030707,0.107495174,197.59462,246.01678,22.10011,132.9375,37.89191,33.226517,2212.5037,1.5216775,113.82861,58.49787,432.29797,43.616665,448.4634,30.406858,137.31195,0.0,1553.6465,6717.7793,10.856742,484.10486,96.593216,36093.004,86.50955,9.759024,34.923313,105.00232,27.786715,10.686705,55.686012,1094.6244,342.78906,41.101738,7.710336,9.215588,292.75787,37.461517,529.6845,130.99583,2526.3105,459.01666,172.91347,133.38431,291.40756,5.558698,8.160519,10.731153,2.619784,2.073374,65.617424,76.736725,93.05321,39.54516,42.093704,97.42873,11.310397,3363.1301,31.955902,36.828125,28.5698,23.866684,246.04861,62.664383,41.588543,8.422622,24.854885,40.156433,151.47762,377.0592,75.78646,260.43542,57.83523,57.088882,189.64494,125.5901,699.331,118.02826,3.4850419,7.8385415,5.55125,62.849728,16716.764,2.5213473,29.75421,47.752605,31.026114,269.39258,64.87153,124.32012,1.7883797,122.79739,436.37067,227.85333,125.98217,439.16565,38.453472,89.235855,137.48117,10.8034725,1.9847962,12.779605,868.1762,0.047522258,0.27135417,59.809376,10.604792,4.994304,6.01705,13.012992,81.5066,34.30625,112.19024,616.8214,296.64774,2502.6018,1990.5542,38.426563,65.90712,8359.684,8.383401,117.52951,732.96844,214.89375,293.71353,119.07916,746.3819,877.8909,488.7321,29.482143,162.99861,825.34186,1570.9384,81.03195,863.0568,103.4809,1.1067346,54.74588,0.8806748,0.602445,2.4695883,61.99403,209.29375,120.83716,15.999306,1528.1759,386.3368,202.58035,291.97916,87.22024,65.875,57.34965,93.55229,57.416668,511.6145,202.14435,81.75308,66.20463,32.65677,111.87143,109.93472,17.034307,408.081,115.43114,1242.0529,31.43491,1828.6675,77.25521,378.39667,970.81445,41.698414,16.92698,850.7775,810.23566,2087.096,116.47161 +2023-09-19 04:00:00,0.0,14732.603,363.34882,58.182713,61.73954,51.631313,239.38359,34.901722,58.425396,24.078209,34.889523,1571.17,141.75717,21.951988,199.09778,0.29050896,0.0341598,32.338432,0.1645992,0.12726988,505.07037,0.10255981,511.7018,72.92488,0.10691522,0.11434924,158.29155,26.402136,55.38704,102.71811,20632.234,0.03762993,2071.9792,0.4152276,0.06495507,0.07039735,0.10733339,197.66505,246.13942,22.100199,132.9,37.897655,33.186325,2212.2979,1.5210671,113.70538,58.43189,432.26755,43.582554,448.54562,30.37869,137.18059,0.0,1552.509,6712.6147,10.831008,483.88388,96.51886,36084.35,86.4086,9.73667,34.877434,104.804214,27.74723,10.663439,55.575,1093.7417,342.8604,41.065044,7.692798,9.205859,292.37106,37.40222,528.78516,131.1011,2526.1416,459.4222,172.73434,133.4755,291.85498,5.557751,8.158564,10.734756,2.6210868,2.0750363,65.57535,76.70124,93.04928,39.51692,42.08349,97.35835,11.30928,3364.3403,31.944302,36.7875,28.540945,23.840311,245.98705,62.62963,41.53472,8.417096,24.841137,40.123283,151.31532,376.52457,75.750275,260.2914,57.795765,56.994373,189.46834,125.460144,698.77466,117.93547,3.4793892,7.834722,5.5543337,62.87055,16709.871,2.518774,29.743103,47.738472,31.000933,269.23553,64.86426,124.25638,1.7887777,122.781525,436.3101,227.81403,125.91182,439.10492,38.462406,89.21774,137.47826,10.805889,1.9855298,12.7843275,868.00995,0.047499765,0.27149445,59.83287,10.612293,4.998111,6.0230513,13.023067,81.50493,34.321667,112.24784,616.95215,296.77274,2503.2305,1990.8082,38.44533,65.93171,8355.817,8.385784,117.57546,732.9076,214.955,293.77805,119.10722,746.68256,877.8211,488.74976,29.480951,163.02481,824.9488,1570.1238,81.0308,862.7977,103.47898,1.1068991,54.730812,0.8807281,0.60266125,2.4697094,61.960926,209.35966,120.72202,16.005741,1526.6987,386.13797,202.53572,291.9222,87.14603,65.833336,57.267315,93.58728,57.322224,511.02625,202.02579,81.58859,66.12673,32.675694,111.77524,109.86963,17.020962,407.78268,115.35302,1240.4567,31.431606,1827.6744,77.247025,378.29578,969.78656,41.657257,16.935804,850.69354,810.3225,2086.533,116.52995 +2023-09-19 05:00:00,0.0,14725.718,363.32654,58.22918,61.77001,51.666412,239.49995,34.913788,58.451412,24.084536,34.907948,1571.8708,141.69931,21.960873,199.14348,0.29003942,0.034238055,32.345512,0.16439186,0.12732607,505.35327,0.10248977,511.88776,72.97293,0.10680884,0.11415019,158.34401,26.418055,55.406017,102.74582,20616.305,0.037642248,2071.9692,0.41569677,0.06488297,0.07048762,0.10717161,197.73547,246.26205,22.100288,132.8625,37.903404,33.146137,2212.0918,1.5204569,113.58215,58.365906,432.23712,43.548443,448.62784,30.350523,137.04922,0.0,1551.3715,6707.4497,10.805273,483.6629,96.44451,36075.695,86.30765,9.714314,34.831554,104.606094,27.707748,10.640174,55.463985,1092.859,342.93176,41.028347,7.6752605,9.19613,291.98422,37.342926,527.88574,131.20639,2525.9724,459.82776,172.55522,133.5667,292.3024,5.556804,8.156609,10.738361,2.6223893,2.0766983,65.53328,76.66575,93.04535,39.48868,42.07327,97.28798,11.308164,3365.5503,31.9327,36.746876,28.512093,23.813938,245.92546,62.59488,41.480904,8.411571,24.827389,40.090134,151.15303,375.9899,75.714096,260.1474,57.756294,56.89986,189.29173,125.33018,698.2183,117.84268,3.4737363,7.8309026,5.557417,62.89137,16702.979,2.516201,29.731997,47.72434,30.975752,269.0785,64.85699,124.19263,1.7891759,122.76566,436.2495,227.77472,125.84147,439.04422,38.471344,89.19962,137.47534,10.808306,1.9862634,12.789049,867.8437,0.047477268,0.27163473,59.856365,10.619796,5.0019174,6.029053,13.033143,81.50326,34.337086,112.305435,617.083,296.89774,2503.8594,1991.0623,38.464096,65.95631,8351.952,8.388167,117.621414,732.8468,215.01625,293.84256,119.13528,746.9832,877.7513,488.76743,29.479761,163.05101,824.55566,1569.3091,81.02965,862.5386,103.47706,1.1070635,54.71574,0.88078153,0.6028775,2.4698303,61.927826,209.42558,120.60689,16.012177,1525.2216,385.93912,202.49107,291.86526,87.07182,65.791664,57.18498,93.62227,57.22778,510.43802,201.90724,81.42411,66.04883,32.69462,111.67905,109.804535,17.007618,407.4844,115.2749,1238.8604,31.428303,1826.6814,77.23884,378.1949,968.7586,41.616104,16.94463,850.60956,810.4093,2085.97,116.58829 +2023-09-19 06:00:00,0.0,14718.833,363.3043,58.275642,61.800488,51.701515,239.61632,34.925854,58.47743,24.09086,34.926373,1572.5717,141.64146,21.969759,199.18916,0.2895699,0.03431631,32.35259,0.16418451,0.12738225,505.6362,0.10241972,512.0737,73.02098,0.10670246,0.11395113,158.39647,26.433973,55.425,102.77353,20600.375,0.03765457,2071.9592,0.41616598,0.06481087,0.0705779,0.10700984,197.80591,246.38469,22.10038,132.825,37.909153,33.10595,2211.886,1.5198467,113.458916,58.299923,432.20667,43.51433,448.71005,30.322357,136.91785,0.0,1550.2339,6702.285,10.779539,483.44196,96.37016,36067.043,86.206696,9.69196,34.785675,104.40798,27.668264,10.616909,55.352974,1091.9763,343.0031,40.991653,7.6577225,9.186401,291.5974,37.28363,526.9864,131.31166,2525.8035,460.2333,172.3761,133.65788,292.74982,5.555857,8.154654,10.741966,2.6236918,2.0783603,65.4912,76.63026,93.04142,39.46044,42.063053,97.217606,11.307047,3366.7605,31.921099,36.70625,28.483238,23.787565,245.86389,62.560127,41.427082,8.406044,24.813643,40.056984,150.99074,375.45526,75.67792,260.00342,57.716827,56.805347,189.11513,125.20021,697.66205,117.749886,3.4680836,7.827083,5.5605,62.912193,16696.086,2.5136278,29.72089,47.71021,30.950573,268.92145,64.849724,124.12888,1.789574,122.749794,436.18893,227.73543,125.77112,438.98352,38.480278,89.18151,137.47244,10.810722,1.986997,12.793772,867.6774,0.047454774,0.271775,59.87986,10.627297,5.0057235,6.0350547,13.043218,81.50159,34.3525,112.36303,617.21375,297.02274,2504.488,1991.3163,38.482864,65.9809,8348.087,8.390551,117.66736,732.786,215.0775,293.90707,119.16333,747.2839,877.68146,488.7851,29.47857,163.07722,824.1626,1568.4945,81.028496,862.2794,103.475136,1.107228,54.700672,0.88083494,0.6030937,2.4699512,61.894722,209.4915,120.49175,16.018612,1523.7445,385.74026,202.44643,291.80832,86.99762,65.75,57.10264,93.65726,57.133335,509.84976,201.7887,81.25962,65.970924,32.71354,111.582855,109.73944,16.994272,407.1861,115.196785,1237.2642,31.425,1825.6884,77.23065,378.094,967.7307,41.57495,16.953455,850.5256,810.4961,2085.407,116.64663 +2023-09-19 07:00:00,0.0,14711.948,363.282,58.322105,61.83096,51.736614,239.73268,34.93792,58.50344,24.097185,34.9448,1573.2725,141.5836,21.978645,199.23486,0.28910038,0.034394566,32.35967,0.16397718,0.12743843,505.91913,0.102349676,512.25964,73.06903,0.10659608,0.11375208,158.44893,26.449892,55.44398,102.80124,20584.447,0.03766689,2071.9492,0.41663516,0.064738765,0.070668176,0.10684806,197.87633,246.50731,22.10047,132.7875,37.914898,33.06576,2211.68,1.5192364,113.335686,58.233944,432.17627,43.48022,448.79227,30.29419,136.78648,0.0,1549.0964,6697.12,10.753805,483.22098,96.295815,36058.387,86.10574,9.669605,34.739796,104.20987,27.62878,10.593644,55.241962,1091.0938,343.0745,40.95496,7.640185,9.176673,291.2106,37.224335,526.087,131.41695,2525.6343,460.6389,172.19696,133.74908,293.19724,5.55491,8.152698,10.745571,2.6249943,2.0800226,65.449135,76.59477,93.03749,39.432205,42.052834,97.14723,11.30593,3367.9705,31.909496,36.665627,28.454386,23.761192,245.80232,62.525375,41.373264,8.400518,24.799894,40.023834,150.82845,374.92062,75.64174,259.8594,57.677357,56.710835,188.93852,125.070244,697.1057,117.6571,3.4624307,7.823264,5.5635834,62.933014,16689.193,2.5110548,29.709784,47.696075,30.925392,268.76443,64.84245,124.06514,1.7899722,122.733925,436.12836,227.69612,125.70077,438.9228,38.489212,89.16339,137.46954,10.813139,1.9877306,12.798494,867.51117,0.047432277,0.2719153,59.903355,10.634799,5.00953,6.041056,13.053293,81.499916,34.367916,112.42063,617.34454,297.14774,2505.117,1991.5704,38.50163,66.00549,8344.221,8.392934,117.71331,732.7252,215.13875,293.9716,119.19138,747.58453,877.61163,488.80276,29.47738,163.10342,823.7695,1567.6798,81.027336,862.02026,103.47321,1.1073924,54.685604,0.8808883,0.6033099,2.4700723,61.86162,209.55742,120.37662,16.025047,1522.2673,385.54144,202.4018,291.7514,86.92341,65.708336,57.0203,93.69224,57.038887,509.2615,201.67014,81.09514,65.89303,32.732464,111.486664,109.67435,16.980928,406.8878,115.11867,1235.6678,31.421696,1824.6953,77.222466,377.99307,966.70276,41.5338,16.96228,850.4416,810.58295,2084.844,116.70497 +2023-09-19 08:00:00,0.0,14705.063,363.25977,58.368572,61.861435,51.771717,239.84904,34.949986,58.529457,24.103512,34.963226,1573.9734,141.52576,21.987532,199.28055,0.28863084,0.034472823,32.36675,0.16376984,0.12749462,506.20206,0.10227963,512.4456,73.11708,0.1064897,0.11355303,158.50137,26.465813,55.462963,102.82895,20568.518,0.03767921,2071.9392,0.41710436,0.064666666,0.07075845,0.10668628,197.94676,246.62994,22.10056,132.75,37.920647,33.02557,2211.4739,1.5186262,113.212456,58.16796,432.1458,43.44611,448.87448,30.266022,136.65512,0.0,1547.9587,6691.9556,10.72807,483.0,96.22146,36049.734,86.00478,9.647251,34.693913,104.011765,27.589298,10.570379,55.13095,1090.211,343.14584,40.918266,7.622647,9.166944,290.82376,37.16504,525.1876,131.52222,2525.4653,461.04443,172.01784,133.84027,293.64465,5.553963,8.150743,10.749176,2.626297,2.0816846,65.40706,76.55928,93.03356,39.403965,42.042618,97.07686,11.304813,3369.1807,31.897896,36.625,28.425533,23.734821,245.74074,62.490623,41.319443,8.394992,24.786146,39.990685,150.66615,374.38596,75.60555,259.7154,57.63789,56.616325,188.76192,124.94028,696.5494,117.56431,3.456778,7.8194447,5.566667,62.953835,16682.3,2.5084815,29.698677,47.681946,30.900211,268.6074,64.83518,124.00139,1.7903703,122.718056,436.06778,227.65681,125.63042,438.8621,38.498146,89.14528,137.46663,10.815556,1.9884642,12.803216,867.3449,0.047409784,0.27205557,59.926853,10.642302,5.0133367,6.047058,13.063369,81.49825,34.383335,112.478226,617.47534,297.27274,2505.7456,1991.8245,38.520397,66.03009,8340.355,8.395317,117.75926,732.6644,215.2,294.0361,119.219444,747.8852,877.5418,488.82043,29.47619,163.12962,823.3764,1566.8652,81.026184,861.7611,103.4713,1.1075569,54.670536,0.8809417,0.6035261,2.4701931,61.828518,209.62334,120.26148,16.031483,1520.7902,385.3426,202.35715,291.69446,86.849205,65.666664,56.93796,93.72723,56.944443,508.67328,201.55159,80.93065,65.815125,32.75139,111.39047,109.60926,16.967583,406.58948,115.04056,1234.0717,31.418392,1823.7021,77.21427,377.89218,965.67487,41.49264,16.971106,850.3576,810.66974,2084.281,116.763306 +2023-09-19 09:00:00,0.0,14698.179,363.23752,58.415035,61.891907,51.806816,239.96541,34.96205,58.555473,24.109837,34.98165,1574.6742,141.4679,21.996416,199.32625,0.2881613,0.03455108,32.37383,0.16356249,0.1275508,506.48495,0.10220958,512.6316,73.16513,0.10638333,0.113353975,158.55383,26.481731,55.481945,102.85667,20552.588,0.037691534,2071.929,0.41757354,0.06459457,0.070848726,0.1065245,198.01718,246.75258,22.10065,132.7125,37.926395,32.985382,2211.268,1.518016,113.08922,58.10198,432.1154,43.412,448.9567,30.237856,136.52376,0.0,1546.8213,6686.791,10.702336,482.77905,96.14711,36041.08,85.90383,9.624896,34.648033,103.81365,27.549814,10.547114,55.01994,1089.3284,343.2172,40.881573,7.605109,9.157215,290.43695,37.105743,524.2882,131.6275,2525.2961,461.44998,171.83871,133.93147,294.09207,5.553016,8.1487875,10.75278,2.6275995,2.0833466,65.36499,76.52379,93.02963,39.37573,42.0324,97.006485,11.303697,3370.3906,31.886295,36.584373,28.396679,23.708448,245.67917,62.45587,41.265625,8.389466,24.7724,39.957535,150.50386,373.85132,75.569374,259.5714,57.59842,56.521812,188.58531,124.81032,695.99304,117.47151,3.4511251,7.815625,5.5697503,62.97466,16675.408,2.5059083,29.68757,47.667812,30.87503,268.45035,64.82792,123.937645,1.7907685,122.70219,436.0072,227.61751,125.56007,438.80136,38.507084,89.12717,137.46371,10.817972,1.9891979,12.807939,867.17865,0.047387287,0.27219582,59.950348,10.649803,5.0171432,6.0530596,13.073444,81.49658,34.39875,112.53582,617.6061,297.39774,2506.3745,1992.0785,38.53916,66.05469,8336.49,8.3977,117.80521,732.60364,215.26126,294.10062,119.2475,748.1858,877.472,488.8381,29.475,163.15584,822.9833,1566.0505,81.02503,861.50195,103.469376,1.1077214,54.655468,0.8809951,0.60374236,2.4703143,61.795418,209.68925,120.14634,16.037916,1519.3131,385.14374,202.3125,291.6375,86.775,65.625,56.855625,93.762215,56.85,508.08502,201.43303,80.76617,65.73722,32.770313,111.29429,109.54417,16.954239,406.29117,114.96244,1232.4753,31.415089,1822.7091,77.206085,377.7913,964.6469,41.45149,16.97993,850.2736,810.75653,2083.718,116.82165 +2023-09-19 10:00:00,0.0,14691.294,363.21524,58.4615,61.922382,51.84192,240.08177,34.974117,58.58149,24.116163,35.00008,1575.375,141.41005,22.005302,199.37195,0.28769177,0.034629337,32.38091,0.16335516,0.12760697,506.76788,0.10213954,512.8175,73.21317,0.10627695,0.113154925,158.6063,26.49765,55.500927,102.88438,20536.658,0.037703853,2071.919,0.41804275,0.06452246,0.070939004,0.106362715,198.08762,246.87521,22.10074,132.675,37.932144,32.945194,2211.062,1.5174056,112.96599,58.035995,432.08496,43.377888,449.0389,30.209688,136.39238,0.0,1545.6837,6681.626,10.676601,482.55807,96.07276,36032.426,85.80288,9.602542,34.602154,103.61554,27.51033,10.5238495,54.908928,1088.4457,343.28854,40.84488,7.587571,9.147486,290.05014,37.046448,523.3888,131.73277,2525.1272,461.85553,171.65959,134.02267,294.5395,5.552069,8.146832,10.756385,2.628902,2.0850089,65.322914,76.4883,93.0257,39.347492,42.022182,96.93611,11.302581,3371.6006,31.874693,36.54375,28.367826,23.682076,245.6176,62.42112,41.211807,8.38394,24.758652,39.924385,150.34157,373.31668,75.533195,259.4274,57.55895,56.4273,188.40872,124.68035,695.4367,117.37872,3.4454725,7.8118057,5.5728335,62.99548,16668.516,2.5033352,29.676462,47.65368,30.84985,268.2933,64.82065,123.87389,1.7911667,122.68632,435.94662,227.57822,125.489716,438.74066,38.516018,89.10905,137.46082,10.820389,1.9899315,12.81266,867.0124,0.047364794,0.2723361,59.973843,10.657306,5.02095,6.059061,13.08352,81.49491,34.414165,112.59342,617.73694,297.52274,2507.0032,1992.3325,38.55793,66.07928,8332.624,8.4000845,117.85116,732.5428,215.32251,294.16513,119.27555,748.48645,877.40216,488.8558,29.473808,163.18204,822.5902,1565.236,81.02388,861.2428,103.46745,1.1078858,54.640396,0.88104844,0.60395855,2.4704351,61.762314,209.75517,120.031204,16.044352,1517.8359,384.94492,202.26785,291.58057,86.70079,65.583336,56.77329,93.797195,56.755554,507.4968,201.31448,80.601685,65.65932,32.789234,111.1981,109.47907,16.940893,405.99286,114.88432,1230.8792,31.411785,1821.7161,77.1979,377.69037,963.619,41.410336,16.988756,850.18964,810.8434,2083.155,116.87999 +2023-09-19 11:00:00,0.0,14684.409,363.193,58.507965,61.952854,51.877018,240.19814,34.986187,58.607506,24.122488,35.018505,1576.0758,141.35219,22.014189,199.41763,0.28722224,0.03470759,32.38799,0.1631478,0.12766317,507.0508,0.10206949,513.0035,73.26122,0.10617057,0.11295587,158.65875,26.513569,55.51991,102.91209,20520.73,0.037716176,2071.909,0.41851193,0.06445036,0.071029276,0.10620094,198.15805,246.99783,22.10083,132.6375,37.93789,32.905003,2210.8562,1.5167954,112.84276,57.970016,432.05453,43.343777,449.12112,30.18152,136.26102,0.0,1544.5461,6676.4614,10.650867,482.3371,95.99841,36023.773,85.70193,9.580187,34.556274,103.417435,27.470848,10.500585,54.797916,1087.5631,343.3599,40.808186,7.5700336,9.137757,289.6633,36.987152,522.48944,131.83806,2524.958,462.2611,171.48047,134.11386,294.9869,5.551122,8.144877,10.75999,2.6302047,2.0866709,65.280846,76.45281,93.021774,39.319252,42.011963,96.86574,11.301464,3372.8108,31.863092,36.503124,28.338972,23.655703,245.55602,62.386368,41.157986,8.378414,24.744904,39.891235,150.17928,372.782,75.49702,259.2834,57.51948,56.332787,188.23212,124.550385,694.8804,117.285934,3.4398196,7.8079863,5.575917,63.016304,16661.623,2.500762,29.665356,47.63955,30.824669,268.13626,64.81338,123.81015,1.7915648,122.67045,435.88605,227.53891,125.419365,438.67993,38.524952,89.090935,137.45792,10.822805,1.9906651,12.817383,866.8461,0.047342297,0.27247638,59.997337,10.664807,5.0247564,6.065063,13.093595,81.49324,34.429585,112.65102,617.8677,297.64774,2507.632,1992.5865,38.576694,66.103874,8328.759,8.402468,117.8971,732.482,215.38376,294.22964,119.30361,748.7871,877.33234,488.87347,29.472618,163.20824,822.1971,1564.4213,81.02273,860.9837,103.46553,1.1080503,54.625328,0.88110185,0.6041748,2.4705563,61.729214,209.82108,119.91607,16.050787,1516.3588,384.74606,202.22322,291.52362,86.62659,65.541664,56.69095,93.832184,56.66111,506.90854,201.19594,80.437195,65.58142,32.80816,111.101906,109.41398,16.92755,405.69455,114.806206,1229.2828,31.408482,1820.723,77.18971,377.58948,962.59106,41.369183,16.99758,850.10565,810.9302,2082.592,116.938324 +2023-09-19 12:00:00,0.0,14677.524,363.17072,58.55443,61.98333,51.91212,240.3145,34.998253,58.63352,24.128813,35.036934,1576.7766,141.29434,22.023073,199.46333,0.2867527,0.034785848,32.395065,0.16294047,0.12771934,507.33374,0.10199945,513.18945,73.30927,0.10606419,0.11275682,158.7112,26.529488,55.53889,102.9398,20504.8,0.037728496,2071.899,0.41898113,0.06437826,0.071119554,0.10603917,198.22847,247.12047,22.10092,132.6,37.943638,32.864815,2210.6501,1.5161852,112.71952,57.904034,432.0241,43.309666,449.20334,30.153355,136.12965,0.0,1543.4087,6671.2964,10.6251335,482.11615,95.92406,36015.117,85.600975,9.557833,34.510395,103.219315,27.431364,10.47732,54.686905,1086.6804,343.43124,40.771492,7.5524955,9.128029,289.2765,36.927856,521.59,131.94333,2524.789,462.66666,171.30135,134.20506,295.43433,5.550175,8.142922,10.763595,2.6315072,2.088333,65.23877,76.41732,93.017845,39.291016,42.001747,96.795364,11.300347,3374.0208,31.85149,36.4625,28.31012,23.62933,245.49445,62.351616,41.104168,8.372889,24.731157,39.858086,150.01698,372.24738,75.46083,259.1394,57.48001,56.238277,188.05551,124.42042,694.32404,117.19314,3.434167,7.804167,5.579,63.037125,16654.73,2.498189,29.65425,47.625416,30.799488,267.97922,64.806114,123.74641,1.791963,122.65459,435.82547,227.4996,125.349014,438.61923,38.53389,89.072815,137.455,10.825223,1.9913987,12.822105,866.6799,0.047319803,0.27261665,60.020832,10.672309,5.028563,6.0710645,13.10367,81.49158,34.445,112.70861,617.9985,297.77274,2508.2607,1992.8407,38.595463,66.12847,8324.894,8.404851,117.943054,732.4212,215.445,294.29416,119.331665,749.08777,877.2625,488.89114,29.471428,163.23444,821.804,1563.6067,81.02157,860.72455,103.46361,1.1082149,54.61026,0.88115525,0.604391,2.4706771,61.696114,209.887,119.800934,16.057222,1514.8817,384.5472,202.17857,291.46667,86.55238,65.5,56.608612,93.86717,56.566666,506.3203,201.07738,80.27271,65.50352,32.827084,111.005714,109.348885,16.914204,405.39624,114.72809,1227.6866,31.405178,1819.73,77.181526,377.4886,961.5632,41.328026,17.006405,850.02167,811.01697,2082.029,116.996666 +2023-09-19 13:00:00,0.0,14670.639,363.14847,58.60089,62.013805,51.947224,240.43086,35.01032,58.659534,24.13514,35.05536,1577.4775,141.23648,22.03196,199.50903,0.28628317,0.034864105,32.402145,0.16273312,0.12777553,507.61667,0.1019294,513.37537,73.35732,0.10595781,0.11255776,158.76366,26.545406,55.55787,102.96751,20488.871,0.037740815,2071.889,0.4194503,0.06430616,0.071209826,0.105877385,198.2989,247.2431,22.101011,132.5625,37.949387,32.824627,2210.4443,1.5155749,112.59629,57.83805,431.99365,43.275555,449.28555,30.125187,135.99828,0.0,1542.271,6666.132,10.599399,481.89517,95.84971,36006.465,85.50002,9.535478,34.464516,103.0212,27.39188,10.454055,54.575893,1085.7977,343.5026,40.734795,7.534958,9.1182995,288.88968,36.86856,520.6907,132.04861,2524.6199,463.0722,171.12222,134.29625,295.88174,5.549228,8.140967,10.767199,2.6328096,2.0899951,65.1967,76.38183,93.013916,39.262775,41.991528,96.72499,11.299231,3375.231,31.83989,36.421875,28.281265,23.602957,245.43288,62.316864,41.050346,8.367362,24.71741,39.824936,149.85469,371.7127,75.42465,258.9954,57.440544,56.143764,187.8789,124.29045,693.76776,117.10035,3.428514,7.8003473,5.5820837,63.057945,16647.838,2.4956157,29.643143,47.611286,30.77431,267.8222,64.79884,123.682655,1.7923611,122.63872,435.7649,227.46031,125.27866,438.5585,38.542824,89.0547,137.45209,10.82764,1.9921323,12.826827,866.5136,0.047297306,0.27275693,60.044327,10.6798115,5.0323696,6.077066,13.113746,81.48991,34.46042,112.766205,618.1293,297.89774,2508.8896,1993.0947,38.614227,66.15307,8321.027,8.407234,117.989006,732.3604,215.50626,294.35867,119.35972,749.3884,877.19275,488.9088,29.470238,163.26065,821.4109,1562.792,81.02042,860.4654,103.461685,1.1083792,54.595192,0.8812086,0.6046072,2.4707983,61.66301,209.95291,119.6858,16.063658,1513.4045,384.3484,202.13393,291.40973,86.47817,65.458336,56.52627,93.90216,56.47222,505.73206,200.95883,80.10822,65.42561,32.846004,110.90952,109.2838,16.90086,405.09796,114.64997,1226.0903,31.401875,1818.7369,77.17334,377.3877,960.5352,41.286873,17.01523,849.9377,811.1038,2081.466,117.05501 +2023-09-19 14:00:00,0.0,14663.754,363.12622,58.647358,62.044277,51.982323,240.54721,35.022385,58.68555,24.141464,35.073784,1578.1783,141.17863,22.040846,199.55472,0.28581363,0.034942362,32.409225,0.16252579,0.12783171,507.89957,0.10185935,513.56134,73.40537,0.105851434,0.11235871,158.81612,26.561325,55.57685,102.99522,20472.943,0.03775314,2071.879,0.41991952,0.064234056,0.071300104,0.1057156,198.36932,247.36574,22.1011,132.525,37.95513,32.78444,2210.2383,1.5149647,112.47306,57.772068,431.96326,43.241444,449.36777,30.09702,135.86691,0.0,1541.1335,6660.9673,10.573665,481.6742,95.77536,35997.81,85.39907,9.513123,34.418636,102.82309,27.352398,10.43079,54.46488,1084.9152,343.57394,40.6981,7.51742,9.108571,288.50284,36.80926,519.79126,132.15388,2524.451,463.47775,170.9431,134.38745,296.32916,5.548281,8.139012,10.770803,2.6341121,2.0916572,65.154625,76.34634,93.00999,39.23454,41.98131,96.65462,11.298114,3376.441,31.828289,36.38125,28.252413,23.576586,245.3713,62.282112,40.99653,8.361836,24.703661,39.791786,149.6924,371.17807,75.38847,258.8514,57.401073,56.04925,187.7023,124.160484,693.2114,117.00756,3.4228613,7.796528,5.585167,63.07877,16640.945,2.4930427,29.632036,47.597153,30.749128,267.66516,64.79157,123.61891,1.7927592,122.62285,435.7043,227.421,125.20831,438.4978,38.551758,89.03659,137.44919,10.830056,1.9928659,12.83155,866.34735,0.04727481,0.2728972,60.067825,10.687313,5.036176,6.083068,13.123821,81.488235,34.475834,112.82381,618.2601,298.02274,2509.5183,1993.3488,38.632996,66.17766,8317.162,8.409617,118.03495,732.2996,215.5675,294.4232,119.38778,749.689,877.1229,488.92648,29.469048,163.28685,821.0178,1561.9774,81.019264,860.20624,103.45977,1.1085438,54.580124,0.881262,0.60482347,2.4709191,61.62991,210.01883,119.57066,16.070093,1511.9274,384.14954,202.0893,291.35278,86.40397,65.416664,56.443935,93.93714,56.377777,505.14383,200.84027,79.94374,65.34772,32.86493,110.81333,109.218704,16.887514,404.79965,114.57186,1224.4941,31.398571,1817.7439,77.165146,377.2868,959.5073,41.24572,17.024055,849.8537,811.1906,2080.9033,117.11334 +2023-09-19 15:00:00,0.0,14656.869,363.10394,58.69382,62.074753,52.017426,240.66357,35.03445,58.711567,24.147789,35.092213,1578.8792,141.12077,22.049732,199.60042,0.2853441,0.03502062,32.416306,0.16231844,0.12788789,508.1825,0.1017893,513.74725,73.45342,0.105745055,0.112159654,158.86858,26.577244,55.595833,103.02293,20457.014,0.03776546,2071.869,0.4203887,0.06416196,0.07139038,0.10555382,198.43976,247.48836,22.10119,132.4875,37.96088,32.744247,2210.0325,1.5143545,112.34982,57.70609,431.9328,43.207333,449.44998,30.068853,135.73555,0.0,1539.9958,6655.8022,10.54793,481.45325,95.70101,35989.156,85.29812,9.490768,34.372757,102.624985,27.312914,10.407525,54.353867,1084.0325,343.64532,40.661407,7.499882,9.098842,288.11603,36.749966,518.8919,132.25917,2524.2817,463.88333,170.76398,134.47865,296.77658,5.547334,8.137057,10.774408,2.6354148,2.0933194,65.11256,76.31085,93.00605,39.2063,41.971092,96.58424,11.296997,3377.6511,31.816687,36.340626,28.223558,23.550213,245.30972,62.24736,40.942707,8.35631,24.689913,39.75864,149.5301,370.64343,75.352295,258.7074,57.361607,55.95474,187.5257,124.030525,692.6551,116.91477,3.4172084,7.7927084,5.58825,63.09959,16634.053,2.4904695,29.62093,47.58302,30.723948,267.50812,64.7843,123.55517,1.7931573,122.60698,435.64374,227.3817,125.13796,438.43707,38.560696,89.01847,137.44629,10.832473,1.9935995,12.836272,866.1811,0.047252316,0.2730375,60.09132,10.694816,5.0399823,6.0890694,13.133896,81.486565,34.49125,112.8814,618.3908,298.14774,2510.1472,1993.6028,38.65176,66.202255,8313.297,8.412001,118.0809,732.2388,215.62875,294.4877,119.41583,749.9897,877.0531,488.94415,29.467857,163.31305,820.6247,1561.1627,81.01811,859.9471,103.45785,1.1087081,54.565052,0.88131535,0.60503966,2.4710402,61.596806,210.08475,119.45553,16.076529,1510.4503,383.95068,202.04465,291.29584,86.32976,65.375,56.3616,93.97213,56.283333,504.55557,200.72173,79.77925,65.26981,32.883854,110.71714,109.15361,16.87417,404.50134,114.493744,1222.8978,31.395267,1816.7509,77.15696,377.18588,958.4794,41.204563,17.03288,849.7697,811.2774,2080.3403,117.171684 +2023-09-19 16:00:00,0.0,14649.984,363.0817,58.740284,62.105225,52.052525,240.77994,35.046516,58.737583,24.154116,35.110638,1579.58,141.06293,22.058617,199.6461,0.28487456,0.035098873,32.423386,0.1621111,0.12794408,508.46542,0.10171926,513.9332,73.50147,0.105638675,0.111960605,158.92102,26.593163,55.614815,103.05064,20441.084,0.037777778,2071.859,0.4208579,0.06408986,0.071480654,0.105392046,198.5102,247.611,22.10128,132.45,37.96663,32.70406,2209.8264,1.5137442,112.22659,57.640106,431.90237,43.17322,449.5322,30.040686,135.60419,0.0,1538.8584,6650.6377,10.522196,481.23227,95.626656,35980.504,85.19716,9.468413,34.326878,102.42687,27.273432,10.384259,54.242855,1083.1498,343.71667,40.624714,7.4823446,9.089113,287.72922,36.69067,517.9925,132.36444,2524.1128,464.28888,170.58484,134.56984,297.224,5.546387,8.135102,10.778013,2.6367173,2.0949814,65.07048,76.27536,93.00212,39.178062,41.960873,96.51387,11.29588,3378.861,31.805086,36.3,28.194706,23.52384,245.24815,62.21261,40.88889,8.350784,24.676167,39.72549,149.36781,370.10876,75.31611,258.5634,57.322136,55.86023,187.34909,123.90056,692.09875,116.821976,3.4115558,7.788889,5.5913334,63.12041,16627.16,2.4878962,29.609823,47.56889,30.698767,267.35107,64.77704,123.49142,1.7935555,122.59111,435.58316,227.34239,125.06761,438.37637,38.56963,89.00036,137.44337,10.834889,1.9943331,12.840994,866.01483,0.04722982,0.27317777,60.114815,10.702317,5.043789,6.095071,13.143971,81.4849,34.506668,112.938995,618.5216,298.27274,2510.7761,1993.8569,38.67053,66.22685,8309.432,8.414384,118.126854,732.178,215.69,294.55222,119.443886,750.29034,876.9833,488.96182,29.466667,163.33926,820.2316,1560.3481,81.01696,859.6879,103.455925,1.1088727,54.549984,0.88136876,0.6052559,2.4711611,61.563705,210.15067,119.34039,16.082964,1508.9731,383.75186,202.0,291.2389,86.255554,65.333336,56.27926,94.00712,56.18889,503.96735,200.60318,79.61477,65.19191,32.90278,110.62095,109.08852,16.860825,404.20303,114.41563,1221.3016,31.391964,1815.7578,77.14877,377.085,957.4514,41.16341,17.041706,849.6857,811.3642,2079.7773,117.23003 +2023-09-19 17:00:00,0.0,14643.1,363.05942,58.78675,62.1357,52.087627,240.8963,35.058582,58.763596,24.16044,35.129066,1580.2809,141.00507,22.067503,199.6918,0.28440502,0.03517713,32.430466,0.16190377,0.12800026,508.74835,0.10164921,514.1192,73.54952,0.105532296,0.111761555,158.97348,26.609081,55.633797,103.07835,20425.154,0.0377901,2071.8489,0.42132708,0.06401775,0.07157093,0.105230264,198.58061,247.73363,22.101372,132.4125,37.972378,32.66387,2209.6206,1.5131339,112.10336,57.574123,431.87195,43.13911,449.6144,30.012518,135.47281,0.0,1537.7208,6645.473,10.496462,481.0113,95.55231,35971.848,85.09621,9.446059,34.281,102.22876,27.233948,10.360994,54.131844,1082.2671,343.78802,40.58802,7.4648066,9.079385,287.34238,36.631374,517.09314,132.46973,2523.9436,464.69443,170.40572,134.66104,297.67142,5.54544,8.133147,10.781617,2.6380198,2.0966434,65.028404,76.23987,92.99819,39.149822,41.950657,96.4435,11.294764,3380.0713,31.793484,36.259377,28.165852,23.497467,245.18658,62.177856,40.835068,8.345258,24.662418,39.69234,149.20552,369.57413,75.27993,258.4194,57.28267,55.765717,187.17249,123.77059,691.5424,116.72919,3.405903,7.7850695,5.594417,63.141235,16620.268,2.4853232,29.598717,47.554756,30.673586,267.19403,64.76977,123.42767,1.7939537,122.57524,435.52258,227.3031,124.99726,438.31567,38.578564,88.98224,137.44046,10.837306,1.9950668,12.845716,865.8486,0.047207326,0.27331805,60.13831,10.709819,5.0475955,6.101073,13.154047,81.48323,34.522083,112.9966,618.6524,298.39774,2511.4048,1994.111,38.689293,66.25144,8305.565,8.416767,118.1728,732.1172,215.75125,294.61673,119.47194,750.591,876.91345,488.9795,29.465475,163.36546,819.8385,1559.5334,81.0158,859.4288,103.454,1.1090372,54.534916,0.88142216,0.6054721,2.471282,61.5306,210.21658,119.22525,16.0894,1507.496,383.553,201.95535,291.18195,86.18135,65.291664,56.196922,94.0421,56.094444,503.3791,200.48462,79.45029,65.11401,32.9217,110.524765,109.02342,16.84748,403.90472,114.33751,1219.7053,31.38866,1814.7646,77.14059,376.9841,956.4235,41.122257,17.050531,849.60175,811.45105,2079.2144,117.28836 +2023-09-19 18:00:00,0.0,14636.215,363.03717,58.833214,62.166172,52.122726,241.01266,35.07065,58.78961,24.166767,35.14749,1580.9817,140.94722,22.07639,199.7375,0.2839355,0.035255387,32.437546,0.16169642,0.12805644,509.03125,0.10157917,514.3051,73.59757,0.105425924,0.1115625,159.02594,26.625,55.65278,103.10606,20409.227,0.03780242,2071.8389,0.4217963,0.06394565,0.07166121,0.10506849,198.65105,247.85626,22.101461,132.375,37.978123,32.623684,2209.4146,1.5125237,111.98013,57.50814,431.8415,43.105,449.6966,29.984352,135.34145,0.0,1536.5833,6640.308,10.470727,480.79034,95.47796,35963.195,84.995255,9.423704,34.23512,102.030655,27.194464,10.337729,54.020832,1081.3845,343.85938,40.551327,7.447269,9.069655,286.95557,36.57208,516.1937,132.575,2523.7747,465.09998,170.2266,134.75223,298.11884,5.544493,8.131192,10.785222,2.6393223,2.0983057,64.986336,76.204384,92.99426,39.121586,41.940437,96.37312,11.293647,3381.2812,31.781883,36.21875,28.137,23.471094,245.125,62.143105,40.78125,8.339732,24.64867,39.65919,149.04323,369.0395,75.24375,258.2754,57.2432,55.671204,186.9959,123.640625,690.9861,116.6364,3.4002502,7.78125,5.5975003,63.162056,16613.373,2.48275,29.58761,47.540627,30.648405,267.037,64.7625,123.36393,1.7943518,122.55937,435.462,227.2638,124.92691,438.25494,38.5875,88.96413,137.43756,10.839723,1.9958004,12.850438,865.6823,0.04718483,0.27345833,60.161804,10.717321,5.051402,6.1070743,13.164123,81.48156,34.537502,113.05419,618.7832,298.52274,2512.0337,1994.365,38.70806,66.27604,8301.7,8.41915,118.21875,732.0564,215.8125,294.68124,119.5,750.89166,876.8436,488.99716,29.464285,163.39166,819.44543,1558.7189,81.01465,859.1697,103.45208,1.1092016,54.519848,0.8814755,0.60568833,2.4714031,61.4975,210.2825,119.110115,16.095833,1506.0189,383.35416,201.91072,291.125,86.10714,65.25,56.114582,94.07709,56.0,502.79086,200.36607,79.2858,65.03611,32.940624,110.42857,108.95833,16.834135,403.6064,114.25939,1218.109,31.385357,1813.7716,77.1324,376.88318,955.39557,41.081104,17.059357,849.51776,811.53784,2078.6514,117.3467 +2023-09-19 19:00:00,0.0,14629.33,363.0149,58.879677,62.196648,52.15783,241.12903,35.082714,58.815628,24.173092,35.165916,1581.6825,140.88936,22.085274,199.78319,0.28346595,0.035333645,32.444622,0.16148908,0.12811263,509.31418,0.101509124,514.4911,73.64562,0.105319545,0.11136345,159.07838,26.640919,55.67176,103.133766,20393.297,0.03781474,2071.8286,0.42226547,0.06387355,0.07175148,0.10490671,198.72147,247.97888,22.101551,132.3375,37.98387,32.583492,2209.2085,1.5119134,111.856895,57.442158,431.8111,43.07089,449.7788,29.956184,135.21008,0.0,1535.4458,6635.1436,10.444993,480.56937,95.40361,35954.54,84.8943,9.40135,34.18924,101.832535,27.154982,10.314465,53.90982,1080.5018,343.93073,40.514633,7.429731,9.059927,286.56876,36.512783,515.2944,132.68028,2523.6055,465.50555,170.04747,134.84343,298.56625,5.543546,8.129237,10.788827,2.640625,2.0999677,64.94426,76.16889,92.99033,39.093346,41.93022,96.30275,11.29253,3382.4912,31.77028,36.178123,28.108147,23.444723,245.06343,62.108353,40.727432,8.334207,24.634924,39.62604,148.88094,368.50482,75.207565,258.13138,57.20373,55.576694,186.81929,123.51066,690.42975,116.5436,3.3945975,7.7774305,5.6005836,63.182877,16606.48,2.480177,29.576504,47.526493,30.623224,266.87994,64.75523,123.30018,1.79475,122.54351,435.40143,227.22449,124.85656,438.19424,38.596436,88.94601,137.43466,10.842139,1.996534,12.855161,865.51605,0.047162335,0.2735986,60.1853,10.724823,5.0552087,6.1130757,13.174198,81.47989,34.552917,113.111786,618.91394,298.64774,2512.6624,1994.619,38.726826,66.30064,8297.835,8.421534,118.2647,731.9956,215.87375,294.74576,119.52805,751.1923,876.7738,489.01483,29.463095,163.41786,819.05237,1557.9042,81.0135,858.9105,103.45016,1.109366,54.50478,0.8815289,0.6059045,2.471524,61.464397,210.34842,118.99498,16.102268,1504.5417,383.15533,201.86607,291.06805,86.032936,65.208336,56.032246,94.112076,55.905556,502.2026,200.24751,79.121315,64.958206,32.95955,110.33238,108.89324,16.820791,403.3081,114.18128,1216.5128,31.382053,1812.7786,77.124214,376.7823,954.3677,41.039948,17.06818,849.4338,811.62463,2078.0884,117.405045 +2023-09-19 20:00:00,0.0,14622.445,362.99265,58.926144,62.22712,52.19293,241.24539,35.094784,58.841644,24.179417,35.184345,1582.3833,140.83151,22.09416,199.82889,0.28299642,0.0354119,32.451702,0.16128173,0.1281688,509.5971,0.10143907,514.67706,73.693665,0.105213165,0.11116439,159.13084,26.656837,55.690742,103.161476,20377.367,0.037827063,2071.8186,0.42273468,0.06380145,0.07184176,0.104744926,198.7919,248.10152,22.101643,132.3,37.98962,32.543304,2209.0027,1.5113032,111.733665,57.37618,431.78064,43.036777,449.86102,29.928017,135.07872,0.0,1534.3081,6629.9785,10.419258,480.3484,95.32926,35945.887,84.79335,9.378995,34.14336,101.63442,27.115498,10.2912,53.79881,1079.6191,344.00208,40.47794,7.4121933,9.050198,286.18192,36.453487,514.39496,132.78555,2523.4365,465.9111,169.86833,134.93462,299.01367,5.542599,8.127282,10.792432,2.6419275,2.1016297,64.90219,76.1334,92.986404,39.06511,41.920002,96.232376,11.291413,3383.7014,31.75868,36.1375,28.079292,23.41835,245.00186,62.0736,40.67361,8.32868,24.621176,39.59289,148.71864,367.97018,75.17139,257.9874,57.16426,55.48218,186.64268,123.3807,689.8735,116.45081,3.3889446,7.773611,5.603667,63.2037,16599.588,2.4776037,29.565397,47.51236,30.598045,266.72293,64.74796,123.236435,1.7951481,122.52764,435.34085,227.1852,124.78621,438.1335,38.60537,88.927895,137.43175,10.844556,1.9972676,12.859883,865.3498,0.04713984,0.2737389,60.208797,10.732326,5.0590153,6.1190777,13.184273,81.478226,34.568333,113.16938,619.04474,298.77274,2513.2913,1994.873,38.745594,66.325226,8293.969,8.423917,118.310646,731.9348,215.935,294.81027,119.55611,751.4929,876.704,489.0325,29.461905,163.44408,818.65924,1557.0896,81.012344,858.65137,103.44824,1.1095304,54.489708,0.88158226,0.60612077,2.471645,61.431297,210.41434,118.879845,16.108704,1503.0646,382.95648,201.82143,291.0111,85.958725,65.166664,55.94991,94.14706,55.81111,501.61438,200.12897,78.956825,64.88031,32.97847,110.23619,108.82815,16.807446,403.0098,114.103165,1214.9165,31.37875,1811.7855,77.11602,376.6814,953.3397,40.998795,17.077005,849.3498,811.7115,2077.5254,117.46338 +2023-09-19 21:00:00,0.0,14615.561,362.9704,58.972607,62.257595,52.22803,241.36176,35.10685,58.867657,24.185743,35.20277,1583.0841,140.77365,22.103046,199.87459,0.28252688,0.035490155,32.458782,0.1610744,0.12822498,509.88004,0.10136903,514.863,73.741714,0.105106786,0.11096534,159.1833,26.672756,55.709724,103.189186,20361.44,0.037839383,2071.8086,0.42320386,0.063729346,0.07193203,0.10458315,198.86234,248.22415,22.101732,132.2625,37.99537,32.503117,2208.7966,1.510693,111.610435,57.310196,431.7502,43.002666,449.94324,29.89985,134.94734,0.0,1533.1707,6624.814,10.393524,480.1274,95.254906,35937.234,84.6924,9.356641,34.09748,101.43631,27.076014,10.267935,53.687798,1078.7366,344.07343,40.441246,7.394655,9.040469,285.7951,36.39419,513.4956,132.89084,2523.2673,466.31665,169.68921,135.02582,299.4611,5.541652,8.125327,10.796037,2.64323,2.103292,64.860115,76.09791,92.982475,39.036873,41.909786,96.162,11.290297,3384.9114,31.74708,36.096874,28.05044,23.391977,244.94028,62.03885,40.619793,8.323154,24.607428,39.559742,148.55635,367.43552,75.13521,257.84338,57.124794,55.38767,186.46608,123.25073,689.31714,116.358025,3.383292,7.7697916,5.60675,63.22452,16592.695,2.4750307,29.554289,47.49823,30.572865,266.5659,64.74069,123.17269,1.7955463,122.51177,435.28027,227.14589,124.71586,438.0728,38.614304,88.90978,137.42883,10.846972,1.9980012,12.864605,865.18353,0.047117345,0.27387917,60.232292,10.739827,5.062822,6.125079,13.194348,81.476555,34.58375,113.22698,619.17554,298.89774,2513.92,1995.1272,38.76436,66.34982,8290.104,8.4263,118.3566,731.87396,215.99625,294.8748,119.58417,751.7936,876.63416,489.0502,29.460714,163.47028,818.2662,1556.2749,81.011185,858.3922,103.44632,1.109695,54.47464,0.88163567,0.60633695,2.471766,61.398197,210.48026,118.76471,16.115139,1501.5875,382.75763,201.7768,290.95416,85.88452,65.125,55.86757,94.182045,55.716667,501.02612,200.01042,78.79234,64.80241,32.997395,110.14,108.763054,16.7941,402.7115,114.02505,1213.3203,31.375446,1810.7925,77.107834,376.5805,952.3118,40.95764,17.08583,849.2658,811.7983,2076.9624,117.52172 +2023-09-19 22:00:00,0.0,14608.675,362.94812,59.01907,62.288067,52.26313,241.47812,35.118916,58.893673,24.192068,35.2212,1583.785,140.7158,22.111933,199.92027,0.28205734,0.035568412,32.465862,0.16086705,0.12828118,510.16296,0.10129898,515.04895,73.789764,0.10500041,0.110766284,159.23576,26.688675,55.728703,103.216896,20345.51,0.037851702,2071.7986,0.42367306,0.06365725,0.07202231,0.10442137,198.93275,248.34679,22.101822,132.225,38.001114,32.46293,2208.5908,1.5100827,111.4872,57.244213,431.7198,42.968555,450.02545,29.871683,134.81598,0.0,1532.0331,6619.6494,10.36779,479.90646,95.18056,35928.58,84.591446,9.334286,34.051598,101.2382,27.036531,10.24467,53.576786,1077.8539,344.1448,40.40455,7.3771176,9.030741,285.40826,36.334896,512.5962,132.99611,2523.0984,466.7222,169.51009,135.11702,299.9085,5.540705,8.123372,10.799641,2.6445327,2.104954,64.81805,76.06242,92.978546,39.008633,41.899567,96.09163,11.28918,3386.1216,31.735477,36.05625,28.021585,23.365604,244.87871,62.004097,40.56597,8.317628,24.593681,39.526592,148.39406,366.90088,75.09903,257.69937,57.085323,55.293156,186.28947,123.120766,688.7608,116.26523,3.377639,7.765972,5.6098337,63.245346,16585.803,2.4724574,29.543182,47.484097,30.547684,266.40884,64.73343,123.10894,1.7959445,122.4959,435.2197,227.10658,124.64551,438.0121,38.62324,88.89166,137.42593,10.849389,1.998735,12.869328,865.0173,0.047094848,0.27401945,60.255787,10.747329,5.0666285,6.1310806,13.204424,81.474884,34.599167,113.28458,619.30634,299.02274,2514.5488,1995.3812,38.783127,66.37442,8286.238,8.428683,118.40254,731.8132,216.05751,294.9393,119.61222,752.09424,876.56433,489.06787,29.459524,163.49648,817.87305,1555.4603,81.01003,858.13306,103.4444,1.1098595,54.45957,0.8816891,0.6065532,2.471887,61.365093,210.54617,118.649574,16.121574,1500.1104,382.5588,201.73215,290.89722,85.81032,65.083336,55.785233,94.21703,55.622223,500.43787,199.89186,78.62785,64.7245,33.01632,110.04381,108.69796,16.780756,402.4132,113.94693,1211.724,31.372143,1809.7994,77.09965,376.4796,951.2839,40.91649,17.094656,849.1818,811.8851,2076.3994,117.58006 +2023-09-19 23:00:00,0.0,14601.79,362.92587,59.065536,62.318542,52.298233,241.59448,35.13098,58.91969,24.198395,35.239624,1584.4858,140.65794,22.120817,199.96597,0.2815878,0.03564667,32.472942,0.16065972,0.12833735,510.44586,0.10122894,515.2349,73.837814,0.10489403,0.110567234,159.28821,26.704594,55.747684,103.244606,20329.58,0.037864026,2071.7886,0.42414224,0.06358515,0.07211259,0.10425959,199.00319,248.4694,22.101912,132.1875,38.006863,32.422737,2208.3848,1.5094724,111.36397,57.17823,431.68936,42.934444,450.10767,29.843515,134.68462,0.0,1530.8955,6614.4844,10.342055,479.6855,95.10621,35919.926,84.49049,9.311932,34.00572,101.04009,26.997047,10.221405,53.465775,1076.9712,344.21616,40.367855,7.3595796,9.021011,285.02145,36.2756,511.69684,133.1014,2522.9292,467.12778,169.33096,135.2082,300.35593,5.539758,8.121417,10.803246,2.6458352,2.106616,64.77597,76.02693,92.97462,38.980396,41.88935,96.021255,11.288063,3387.3315,31.723877,36.015625,27.992733,23.339231,244.81714,61.969345,40.512154,8.312102,24.579933,39.493443,148.23177,366.36624,75.06284,257.5554,57.045856,55.198647,186.11287,122.9908,688.20447,116.17244,3.3719864,7.7621527,5.612917,63.266167,16578.91,2.4698842,29.532076,47.469963,30.522503,266.2518,64.72616,123.0452,1.7963426,122.480034,435.15912,227.06728,124.57516,437.9514,38.632175,88.87355,137.42303,10.851806,1.9994686,12.874049,864.851,0.047072355,0.27415973,60.27928,10.754831,5.0704346,6.1370826,13.214499,81.47321,34.614582,113.34217,619.4371,299.14774,2515.1775,1995.6353,38.80189,66.39902,8282.372,8.4310665,118.448494,731.7524,216.11876,295.0038,119.640274,752.3949,876.4945,489.08554,29.458332,163.52269,817.48,1554.6456,81.00888,857.8739,103.442474,1.1100239,54.444504,0.8817424,0.60676944,2.472008,61.331993,210.61208,118.53444,16.12801,1498.6332,382.35995,201.6875,290.84027,85.73611,65.041664,55.702892,94.252014,55.52778,499.84964,199.77332,78.46337,64.64661,33.035244,109.94762,108.632866,16.76741,402.1149,113.86881,1210.1278,31.36884,1808.8064,77.09146,376.3787,950.256,40.87533,17.103481,849.09784,811.9719,2075.8364,117.6384 +2023-09-20 00:00:00,0.0,14594.905,362.9036,59.112,62.349014,52.333332,241.71085,35.143047,58.945705,24.20472,35.25805,1585.1866,140.6001,22.129704,200.01167,0.28111827,0.035724927,32.480022,0.16045237,0.12839353,510.7288,0.10115889,515.42084,73.885864,0.10478765,0.11036818,159.34067,26.720512,55.766666,103.27232,20313.65,0.037876345,2071.7786,0.42461145,0.06351304,0.07220286,0.10409781,199.07361,248.59204,22.102003,132.15,38.01261,32.38255,2208.179,1.5088621,111.24074,57.11225,431.65894,42.900333,450.18988,29.81535,134.55324,0.0,1529.758,6609.32,10.316321,479.4645,95.03186,35911.27,84.38954,9.289577,33.95984,100.84198,26.957563,10.19814,53.35476,1076.0885,344.2875,40.33116,7.342042,9.011283,284.63464,36.216305,510.79745,133.20667,2522.7603,467.53333,169.15182,135.29941,300.80334,5.538811,8.119461,10.80685,2.6471376,2.1082783,64.7339,75.99144,92.97069,38.952156,41.87913,95.95088,11.286947,3388.5417,31.712275,35.975,27.963879,23.312859,244.75555,61.934593,40.458332,8.306577,24.566185,39.460293,148.06947,365.83157,75.026665,257.41138,57.006386,55.104134,185.93626,122.86083,687.64813,116.07965,3.3663335,7.758333,5.616,63.286987,16572.018,2.4673111,29.52097,47.455833,30.497322,266.09476,64.71889,122.981445,1.7967408,122.464165,435.09854,227.02798,124.50481,437.89066,38.64111,88.85543,137.42012,10.854222,2.0002022,12.878772,864.68475,0.047049858,0.2743,60.302776,10.762333,5.074241,6.143084,13.224574,81.47155,34.63,113.39977,619.5679,299.27274,2515.8064,1995.8893,38.82066,66.42361,8278.507,8.433451,118.494446,731.6916,216.18001,295.06833,119.668335,752.69556,876.4247,489.1032,29.457142,163.54889,817.08685,1553.831,81.00773,857.61475,103.44055,1.1101884,54.429436,0.8817958,0.6069856,2.472129,61.29889,210.678,118.4193,16.134445,1497.1561,382.1611,201.64285,290.78333,85.6619,65.0,55.620556,94.287,55.433334,499.26138,199.65475,78.29889,64.5687,33.054165,109.851425,108.56778,16.754066,401.8166,113.790695,1208.5315,31.365536,1807.8134,77.083275,376.2778,949.228,40.83418,17.112307,849.01385,812.0587,2075.2734,117.69674 +2023-09-20 01:00:00,0.0,14588.0205,362.88135,59.158463,62.37949,52.368435,241.82721,35.155113,58.97172,24.211044,35.276478,1585.8875,140.54224,22.13859,200.05736,0.28064874,0.03580318,32.4871,0.16024503,0.12844972,511.01172,0.101088844,515.6068,73.933914,0.10468127,0.11016913,159.39313,26.736431,55.78565,103.30003,20297.723,0.037888665,2071.7686,0.42508063,0.06344094,0.07229314,0.10393604,199.14404,248.71468,22.102093,132.1125,38.018356,32.34236,2207.973,1.5082519,111.1175,57.04627,431.62848,42.866222,450.2721,29.787182,134.42188,0.0,1528.6204,6604.155,10.290587,479.24356,94.957504,35902.617,84.28858,9.267222,33.91396,100.64387,26.918081,10.174875,53.243748,1075.2059,344.35886,40.294468,7.324504,9.001554,284.2478,36.15701,509.89807,133.31195,2522.591,467.93887,168.9727,135.3906,301.25076,5.537864,8.117506,10.810455,2.6484401,2.1099403,64.691826,75.95595,92.96676,38.92392,41.868916,95.88051,11.2858305,3389.7517,31.700674,35.934376,27.935026,23.286488,244.69398,61.89984,40.404514,8.30105,24.552437,39.427143,147.90718,365.29694,74.990486,257.26736,56.96692,55.00962,185.75967,122.73087,687.0918,115.98686,3.3606808,7.7545137,5.6190834,63.30781,16565.125,2.464738,29.509863,47.4417,30.472141,265.9377,64.71162,122.9177,1.7971388,122.448296,435.038,226.98868,124.434456,437.82996,38.650047,88.83732,137.4172,10.856639,2.0009358,12.883494,864.5185,0.047027364,0.2744403,60.32627,10.769835,5.0780478,6.149086,13.23465,81.46988,34.645416,113.45737,619.69867,299.39774,2516.435,1996.1434,38.839424,66.448204,8274.642,8.435834,118.54039,731.6308,216.24126,295.13284,119.69639,752.99615,876.35486,489.12088,29.455952,163.57509,816.6938,1553.0164,81.00658,857.3556,103.43863,1.1103529,54.414364,0.8818492,0.6072019,2.47225,61.26579,210.74391,118.30416,16.14088,1495.679,381.96228,201.59822,290.72638,85.5877,64.958336,55.53822,94.32199,55.33889,498.67316,199.53621,78.1344,64.4908,33.07309,109.75523,108.502686,16.74072,401.51828,113.712585,1206.9353,31.362232,1806.8203,77.07509,376.1769,948.20013,40.793026,17.121132,848.9299,812.1455,2074.7104,117.75508 +2023-09-20 02:00:00,0.0,14581.136,362.8591,59.20493,62.409966,52.403534,241.94356,35.16718,58.997734,24.217371,35.294903,1586.5884,140.48439,22.147476,200.10306,0.28017923,0.035881437,32.49418,0.1600377,0.1285059,511.29465,0.101018794,515.7927,73.981964,0.10457489,0.10997007,159.44559,26.75235,55.80463,103.32774,20281.793,0.037900988,2071.7585,0.42554983,0.06336884,0.07238342,0.10377426,199.21446,248.83731,22.102182,132.075,38.024105,32.302174,2207.767,1.5076417,110.99427,56.980286,431.59808,42.83211,450.3543,29.759014,134.29051,0.0,1527.4829,6598.99,10.264853,479.02258,94.883156,35893.96,84.18763,9.244867,33.86808,100.445755,26.878597,10.15161,53.132736,1074.3232,344.4302,40.257774,7.3069663,8.991825,283.861,36.097713,508.9987,133.41722,2522.4219,468.34442,168.7936,135.4818,301.69818,5.536917,8.115551,10.814059,2.6497428,2.1116023,64.64976,75.92046,92.96283,38.89568,41.858696,95.810135,11.284714,3390.962,31.689074,35.89375,27.906172,23.260115,244.63242,61.86509,40.350693,8.295525,24.53869,39.393993,147.74489,364.76227,74.95431,257.12338,56.92745,54.915108,185.58307,122.60091,686.53546,115.894066,3.355028,7.7506943,5.622167,63.328632,16558.232,2.4621649,29.498756,47.42757,30.44696,265.7807,64.70435,122.85396,1.797537,122.432434,434.97742,226.94937,124.364105,437.76926,38.65898,88.81921,137.4143,10.8590555,2.0016694,12.888216,864.35223,0.047004867,0.27458054,60.34977,10.777337,5.0818543,6.1550875,13.244725,81.46821,34.660835,113.51496,619.82947,299.52274,2517.064,1996.3975,38.858192,66.4728,8270.775,8.438217,118.58634,731.56995,216.3025,295.19736,119.72444,753.2968,876.28503,489.13855,29.454762,163.60129,816.30066,1552.2018,81.00542,857.0965,103.436714,1.1105173,54.399296,0.8819026,0.60741806,2.4723709,61.232685,210.80983,118.189026,16.147316,1494.2018,381.76343,201.55357,290.66943,85.51349,64.916664,55.45588,94.35698,55.244446,498.0849,199.41766,77.96992,64.4129,33.092014,109.65905,108.43759,16.727377,401.21997,113.63447,1205.339,31.358929,1805.8271,77.066895,376.076,947.1722,40.75187,17.129957,848.8459,812.23236,2074.1475,117.813416 +2023-09-20 03:00:00,0.0,14574.251,362.83682,59.251392,62.440437,52.438637,242.05992,35.179245,59.02375,24.223696,35.31333,1587.2892,140.42653,22.15636,200.14874,0.2797097,0.035959695,32.50126,0.15983035,0.1285621,511.57758,0.10094875,515.9787,74.030014,0.10446851,0.10977102,159.49803,26.768269,55.823612,103.35545,20265.863,0.037913308,2071.7485,0.426019,0.063296735,0.07247369,0.103612475,199.2849,248.95993,22.102272,132.0375,38.029854,32.261982,2207.561,1.5070314,110.87104,56.914303,431.56763,42.798,450.43652,29.730848,134.15915,0.0,1526.3453,6593.8257,10.239119,478.8016,94.80881,35885.31,84.08668,9.222513,33.8222,100.24765,26.839113,10.128345,53.021725,1073.4406,344.50156,40.22108,7.289428,8.982097,283.47418,36.038418,508.0993,133.52249,2522.253,468.75,168.61447,135.573,302.1456,5.53597,8.113596,10.817664,2.6510453,2.1132646,64.60768,75.88497,92.9589,38.867443,41.84848,95.73976,11.283597,3392.1719,31.677471,35.853127,27.87732,23.233742,244.57083,61.830338,40.296875,8.289998,24.524942,39.360844,147.58261,364.22763,74.91812,256.97937,56.887978,54.8206,185.40646,122.47094,685.9791,115.80128,3.3493752,7.746875,5.6252503,63.349453,16551.34,2.4595916,29.48765,47.413437,30.42178,265.62366,64.69708,122.79021,1.7979351,122.416565,434.91684,226.91008,124.293755,437.70853,38.667915,88.80109,137.4114,10.861472,2.002403,12.892939,864.186,0.046982374,0.27472082,60.373264,10.784839,5.085661,6.161089,13.254801,81.46654,34.67625,113.57256,619.96027,299.64774,2517.6926,1996.6515,38.876957,66.49739,8266.91,8.4406,118.63229,731.50916,216.36375,295.26187,119.752495,753.5975,876.2153,489.15622,29.453571,163.6275,815.9076,1551.3872,81.004265,856.83734,103.43479,1.1106818,54.384228,0.881956,0.6076343,2.472492,61.199585,210.87575,118.07389,16.15375,1492.7247,381.56458,201.50893,290.6125,85.439285,64.875,55.373543,94.39196,55.15,497.49667,199.2991,77.80543,64.335,33.110935,109.56286,108.3725,16.714031,400.92166,113.55635,1203.7428,31.355625,1804.8341,77.05871,375.9751,946.1443,40.710716,17.13878,848.7619,812.31915,2073.5845,117.87176 +2023-09-20 04:00:00,0.0,14567.366,362.81458,59.297855,62.470913,52.473736,242.17628,35.191315,59.049767,24.23002,35.331757,1587.99,140.36868,22.165247,200.19444,0.27924016,0.03603795,32.50834,0.15962301,0.12861827,511.86047,0.1008787,516.1647,74.078064,0.10436214,0.10957197,159.55049,26.784187,55.842594,103.38316,20249.936,0.037925627,2071.7383,0.42648822,0.063224636,0.07256397,0.10345069,199.35533,249.08257,22.102364,132.0,38.035603,32.221794,2207.3552,1.5064212,110.7478,56.848324,431.5372,42.76389,450.51874,29.70268,134.02777,0.0,1525.2078,6588.6606,10.213384,478.58066,94.73446,35876.656,83.985725,9.200158,33.77632,100.04953,26.799631,10.10508,52.910713,1072.5579,344.5729,40.184387,7.2718906,8.972367,283.08734,35.97912,507.1999,133.62778,2522.0837,469.15555,168.43533,135.66418,302.59302,5.5350237,8.111641,10.821269,2.6523478,2.1149266,64.56561,75.84948,92.95497,38.839203,41.83826,95.66938,11.28248,3393.3818,31.66587,35.8125,27.848465,23.207369,244.50926,61.795586,40.243057,8.284472,24.511194,39.327694,147.42032,363.693,74.88194,256.8354,56.84851,54.726086,185.22986,122.34097,685.42285,115.70849,3.3437223,7.7430553,5.6283336,63.370277,16544.447,2.4570186,29.476543,47.399303,30.3966,265.4666,64.68981,122.72646,1.7983333,122.400696,434.85626,226.87077,124.22341,437.64783,38.676853,88.782974,137.4085,10.863889,2.0031366,12.89766,864.0197,0.046959877,0.2748611,60.39676,10.792341,5.0894675,6.167091,13.264875,81.464874,34.691666,113.63016,620.091,299.77274,2518.3215,1996.9055,38.895725,66.52199,8263.045,8.442984,118.67824,731.44836,216.425,295.3264,119.780556,753.89813,876.14545,489.1739,29.452381,163.6537,815.51447,1550.5725,81.00311,856.5782,103.43287,1.1108462,54.36916,0.8820094,0.6078505,2.4726129,61.16648,210.94167,117.958755,16.160185,1491.2476,381.36572,201.4643,290.55554,85.36508,64.833336,55.291203,94.42695,55.055557,496.90842,199.18056,77.640945,64.257095,33.12986,109.46667,108.3074,16.700687,400.62335,113.47823,1202.1465,31.352322,1803.8411,77.05052,375.8742,945.11633,40.669563,17.147606,848.6779,812.40594,2073.0215,117.9301 +2023-09-20 05:00:00,0.0,14560.481,362.7923,59.344322,62.501385,52.50884,242.29265,35.20338,59.075783,24.236347,35.35018,1588.6908,140.31082,22.174133,200.24014,0.27877063,0.03611621,32.51542,0.15941566,0.12867445,512.14343,0.10080866,516.3506,74.126114,0.10425576,0.109372914,159.60295,26.800106,55.861576,103.41087,20234.006,0.03793795,2071.7283,0.4269574,0.06315254,0.07265425,0.10328892,199.42575,249.2052,22.102453,131.9625,38.041348,32.181606,2207.1492,1.505811,110.62457,56.78234,431.50677,42.72978,450.60095,29.674515,133.89641,0.0,1524.0703,6583.496,10.18765,478.35968,94.6601,35868.0,83.88477,9.177804,33.730442,99.85142,26.760147,10.081815,52.7997,1071.6753,344.64426,40.147694,7.254353,8.962639,282.70053,35.919823,506.3005,133.73305,2521.9148,469.5611,168.25621,135.75539,303.04044,5.5340767,8.109686,10.824874,2.6536505,2.1165886,64.52354,75.813995,92.95104,38.810966,41.82804,95.59901,11.2813635,3394.592,31.654268,35.771873,27.819613,23.180996,244.4477,61.760834,40.189236,8.278946,24.497448,39.294544,147.25803,363.15833,74.845764,256.69138,56.80904,54.631573,185.05325,122.211006,684.8665,115.61569,3.3380697,7.739236,5.631417,63.391098,16537.555,2.4544454,29.465437,47.385174,30.37142,265.30957,64.68255,122.66272,1.7987314,122.38483,434.7957,226.83147,124.15306,437.5871,38.685787,88.764854,137.40558,10.866306,2.0038702,12.902383,863.85345,0.046937384,0.27500138,60.420254,10.799843,5.093274,6.1730924,13.274951,81.4632,34.707085,113.68775,620.2218,299.89774,2518.9504,1997.1595,38.91449,66.546585,8259.18,8.445367,118.72419,731.3876,216.48625,295.3909,119.80861,754.1988,876.0756,489.19156,29.45119,163.6799,815.1214,1549.7579,81.00196,856.31903,103.43095,1.1110107,54.35409,0.88206273,0.60806674,2.472734,61.13338,211.00758,117.84362,16.16662,1489.7704,381.1669,201.41965,290.4986,85.29087,64.791664,55.208866,94.46194,54.961113,496.3202,199.06201,77.476456,64.1792,33.148785,109.370476,108.24232,16.687342,400.32504,113.400116,1200.5503,31.349018,1802.848,77.042336,375.77332,944.0884,40.62841,17.156431,848.59393,812.4928,2072.4585,117.988434 +2023-09-20 06:00:00,0.0,14553.597,362.77005,59.390785,62.53186,52.543938,242.40901,35.215446,59.1018,24.242672,35.36861,1589.3916,140.25298,22.183018,200.28583,0.2783011,0.036194462,32.5225,0.15920833,0.12873064,512.42633,0.100738615,516.53656,74.174164,0.10414938,0.109173864,159.65541,26.816025,55.880554,103.43858,20218.076,0.03795027,2071.7183,0.4274266,0.06308044,0.07274452,0.103127144,199.49619,249.32784,22.102543,131.925,38.047096,32.14142,2206.943,1.5052006,110.50134,56.71636,431.47632,42.695667,450.68317,29.646347,133.76505,0.0,1522.9326,6578.331,10.161916,478.1387,94.585754,35859.348,83.78382,9.155449,33.684563,99.65331,26.720665,10.05855,52.68869,1070.7926,344.71564,40.110996,7.236815,8.952909,282.31372,35.860527,505.40112,133.83833,2521.7456,469.96664,168.07709,135.84657,303.48785,5.5331297,8.107731,10.828478,2.654953,2.1182508,64.48147,75.7785,92.94711,38.782726,41.817825,95.52863,11.280247,3395.802,31.642668,35.73125,27.79076,23.154623,244.38611,61.72608,40.135418,8.27342,24.4837,39.261395,147.09573,362.6237,74.809586,256.54736,56.769573,54.53706,184.87665,122.08105,684.3102,115.5229,3.3324168,7.735417,5.6345,63.41192,16530.662,2.4518723,29.45433,47.37104,30.34624,265.15253,64.67528,122.59897,1.7991296,122.36896,434.7351,226.79216,124.08271,437.5264,38.69472,88.74674,137.40268,10.868723,2.0046039,12.907105,863.6872,0.046914887,0.27514166,60.44375,10.807345,5.0970807,6.179094,13.285027,81.46153,34.7225,113.745346,620.3526,300.02274,2519.579,1997.4137,38.933258,66.57118,8255.313,8.44775,118.77014,731.3268,216.5475,295.4554,119.83666,754.49945,876.0058,489.20923,29.449999,163.70612,814.7283,1548.9432,81.00081,856.0599,103.42902,1.1111752,54.33902,0.88211614,0.6082829,2.4728549,61.100277,211.0735,117.728485,16.173056,1488.2933,380.96805,201.375,290.44168,85.21667,64.75,55.12653,94.49692,54.866665,495.73193,198.94345,77.31197,64.101295,33.16771,109.274284,108.17722,16.673998,400.02676,113.322,1198.954,31.345715,1801.855,77.03415,375.67242,943.0605,40.587254,17.165257,848.50995,812.5796,2071.8955,118.046776 +2023-09-20 07:00:00,0.0,14546.711,362.7478,59.43725,62.562332,52.57904,242.52538,35.227512,59.12781,24.248999,35.387035,1590.0925,140.19511,22.191904,200.33153,0.27783155,0.03627272,32.529575,0.15900098,0.12878682,512.7092,0.100668564,516.72253,74.222206,0.104043,0.10897481,159.70786,26.831944,55.899536,103.46629,20202.146,0.03796259,2071.7083,0.42789578,0.06300833,0.0728348,0.10296536,199.5666,249.45045,22.102634,131.8875,38.052845,32.101227,2206.7373,1.5045904,110.378105,56.650375,431.44592,42.661556,450.76538,29.61818,133.63367,0.0,1521.7952,6573.1665,10.136181,477.91776,94.511406,35850.69,83.68287,9.133095,33.638683,99.4552,26.681181,10.035285,52.57768,1069.9099,344.787,40.074303,7.2192774,8.943181,281.92688,35.80123,504.50174,133.9436,2521.5767,470.37222,167.89796,135.93777,303.93527,5.5321827,8.105776,10.832083,2.6562555,2.1199129,64.43939,75.74301,92.943184,38.75449,41.807606,95.45826,11.27913,3397.0122,31.631065,35.690624,27.761906,23.128252,244.32454,61.69133,40.081596,8.267895,24.469952,39.228245,146.93344,362.08905,74.7734,256.40338,56.730103,54.44255,184.70004,121.95108,683.75385,115.430115,3.326764,7.7315974,5.6375837,63.432743,16523.77,2.449299,29.443224,47.35691,30.321058,264.99548,64.66801,122.535225,1.7995278,122.35309,434.67453,226.75287,124.01236,437.46567,38.703655,88.72863,137.39978,10.87114,2.0053375,12.911827,863.5209,0.046892393,0.27528194,60.467243,10.814847,5.1008873,6.185096,13.295102,81.45986,34.73792,113.80295,620.4834,300.14774,2520.208,1997.6677,38.952023,66.59577,8251.448,8.450133,118.816086,731.2659,216.60875,295.51993,119.86472,754.80005,875.936,489.2269,29.448809,163.73232,814.3352,1548.1287,80.99965,855.8007,103.4271,1.1113396,54.32395,0.8821695,0.60849917,2.472976,61.067177,211.13942,117.61335,16.179491,1486.8162,380.7692,201.33035,290.38474,85.142456,64.708336,55.04419,94.531906,54.77222,495.1437,198.8249,77.14749,64.02339,33.18663,109.17809,108.11213,16.660652,399.72845,113.24389,1197.3577,31.342411,1800.8619,77.02596,375.5715,942.03253,40.5461,17.174082,848.4259,812.6664,2071.3325,118.10512 +2023-09-20 08:00:00,0.0,14539.826,362.72552,59.483715,62.592808,52.61414,242.64174,35.23958,59.153828,24.255323,35.40546,1590.7933,140.13727,22.20079,200.37723,0.27736202,0.036350977,32.536655,0.15879364,0.128843,512.9922,0.10059852,516.90845,74.270256,0.10393662,0.10877576,159.76031,26.847862,55.918518,103.494,20186.219,0.037974913,2071.6982,0.428365,0.06293623,0.07292507,0.10280358,199.63704,249.57309,22.102724,131.85,38.05859,32.06104,2206.5312,1.5039802,110.254875,56.584396,431.41547,42.627445,450.8476,29.590014,133.5023,0.0,1520.6575,6568.002,10.110447,477.69678,94.43706,35842.04,83.58192,9.11074,33.592804,99.25709,26.641697,10.01202,52.466667,1069.0273,344.85834,40.03761,7.2017393,8.933453,281.54007,35.741936,503.60236,134.04889,2521.4075,470.77777,167.71884,136.02896,304.3827,5.5312357,8.103821,10.835688,2.657558,2.121575,64.39732,75.70752,92.939255,38.726254,41.79739,95.387886,11.278013,3398.2222,31.619465,35.65,27.733053,23.10188,244.26297,61.656578,40.02778,8.262368,24.456205,39.195095,146.77115,361.55438,74.73722,256.25937,56.690636,54.348038,184.52345,121.82111,683.1975,115.33732,3.3211112,7.727778,5.640667,63.453564,16516.875,2.4467258,29.432116,47.342777,30.295877,264.83844,64.66074,122.47148,1.7999259,122.33722,434.61395,226.71356,123.94201,437.40497,38.712593,88.71051,137.39687,10.873556,2.006071,12.91655,863.3546,0.046869896,0.27542222,60.49074,10.822349,5.1046934,6.1910973,13.305178,81.45819,34.753334,113.86054,620.61414,300.27274,2520.8367,1997.9218,38.97079,66.62037,8247.583,8.452517,118.86204,731.20514,216.67,295.58444,119.89278,755.1007,875.86615,489.2446,29.447618,163.75851,813.9421,1547.314,80.9985,855.54156,103.425186,1.1115041,54.308884,0.8822229,0.60871536,2.4730968,61.034077,211.20534,117.49821,16.185926,1485.339,380.57037,201.28572,290.3278,85.06825,64.666664,54.961853,94.566895,54.677776,494.55545,198.70634,76.983,63.94549,33.205555,109.0819,108.047035,16.647308,399.43015,113.16577,1195.7615,31.339108,1799.8689,77.01777,375.4706,941.00464,40.504948,17.182907,848.3419,812.75323,2070.7695,118.16345 +2023-09-20 09:00:00,0.0,14532.941,362.70328,59.530178,62.62328,52.649242,242.7581,35.251644,59.179844,24.261648,35.42389,1591.4941,140.0794,22.209677,200.42291,0.27689248,0.036429234,32.543736,0.15858631,0.12889919,513.2751,0.10052847,517.0944,74.318306,0.10383024,0.1085767,159.81277,26.863781,55.9375,103.52171,20170.29,0.037987232,2071.6882,0.42883417,0.06286413,0.07301535,0.1026418,199.70747,249.69572,22.102814,131.8125,38.06434,32.02085,2206.3254,1.5033699,110.131645,56.518414,431.38504,42.593334,450.9298,29.561846,133.37094,0.0,1519.52,6562.837,10.084712,477.4758,94.3627,35833.387,83.48096,9.088386,33.546925,99.058975,26.602215,9.988755,52.355656,1068.1447,344.9297,40.000916,7.1842017,8.923723,281.15326,35.68264,502.70297,134.15416,2521.2385,471.18332,167.5397,136.12016,304.8301,5.5302887,8.101866,10.839293,2.6588607,2.1232371,64.35525,75.67203,92.935326,38.698013,41.78717,95.31751,11.276896,3399.4324,31.607864,35.609375,27.704199,23.075506,244.20139,61.621826,39.973957,8.256843,24.442457,39.16195,146.60886,361.01974,74.70104,256.11536,56.651165,54.253525,184.34685,121.69115,682.6412,115.24453,3.3154585,7.7239585,5.64375,63.47439,16509.982,2.4441528,29.42101,47.328644,30.270697,264.68143,64.65347,122.40773,1.8003241,122.32136,434.55338,226.67426,123.87166,437.34424,38.721527,88.6924,137.39395,10.875973,2.0068047,12.921272,863.18835,0.046847403,0.2755625,60.514236,10.829851,5.1085,6.1970987,13.315252,81.45653,34.76875,113.91814,620.745,300.39774,2521.4656,1998.1758,38.989555,66.644966,8243.717,8.4549,118.90798,731.14435,216.73125,295.64896,119.92083,755.40137,875.7963,489.26227,29.446428,163.78471,813.549,1546.4994,80.997345,855.2825,103.42326,1.1116685,54.293816,0.8822763,0.6089316,2.473218,61.000973,211.27126,117.38307,16.192362,1483.8619,380.37152,201.24107,290.27084,84.99405,64.625,54.879513,94.60188,54.583332,493.96722,198.5878,76.81852,63.86759,33.22448,108.98571,107.98194,16.633963,399.13184,113.087654,1194.1652,31.335804,1798.8759,77.00958,375.36972,939.9767,40.46379,17.191732,848.25793,812.84,2070.2065,118.221794 +2023-09-20 10:00:00,0.0,14526.057,362.681,59.57664,62.653755,52.68434,242.87447,35.26371,59.20586,24.267975,35.442314,1592.195,140.02156,22.218561,200.46861,0.27642295,0.03650749,32.550816,0.15837896,0.12895536,513.55804,0.10045843,517.28033,74.366356,0.10372386,0.10837765,159.86523,26.8797,55.956482,103.54942,20154.36,0.03799955,2071.6782,0.42930338,0.062792026,0.073105626,0.102480024,199.7779,249.81836,22.102903,131.775,38.070087,31.980661,2206.1194,1.5027597,110.00841,56.45243,431.3546,42.559223,451.01202,29.533678,133.23958,0.0,1518.3824,6557.6724,10.058978,477.25485,94.28835,35824.73,83.380005,9.0660305,33.501045,98.86087,26.56273,9.96549,52.24464,1067.262,345.00104,39.964222,7.1666636,8.913995,280.76642,35.623344,501.8036,134.25945,2521.0693,471.58887,167.36058,136.21136,305.27753,5.5293417,8.099911,10.842897,2.6601632,2.1248991,64.31317,75.636536,92.9314,38.669777,41.776955,95.24714,11.27578,3400.6423,31.596262,35.56875,27.675346,23.049133,244.13982,61.587074,39.92014,8.251316,24.428709,39.1288,146.44656,360.48508,74.66486,255.97136,56.6117,54.15901,184.17024,121.56118,682.08484,115.15174,3.3098059,7.720139,5.6468334,63.49521,16503.09,2.4415796,29.409903,47.314514,30.245516,264.52438,64.6462,122.34399,1.8007222,122.30549,434.4928,226.63496,123.80131,437.28354,38.73046,88.67428,137.39105,10.878389,2.0075383,12.925994,863.0221,0.046824906,0.27570277,60.53773,10.837353,5.1123066,6.2031007,13.325328,81.45486,34.78417,113.97574,620.87573,300.52274,2522.0942,1998.4299,39.008324,66.669556,8239.852,8.457283,118.95393,731.08356,216.79251,295.71347,119.94889,755.702,875.7265,489.27994,29.445238,163.81093,813.15594,1545.6847,80.99619,855.0233,103.42134,1.111833,54.278748,0.88232964,0.60914785,2.4733388,60.967873,211.33717,117.26794,16.198797,1482.3848,380.17267,201.19643,290.2139,84.91984,64.583336,54.797176,94.63686,54.488888,493.37897,198.46925,76.65403,63.789692,33.2434,108.88953,107.91685,16.620619,398.83353,113.00954,1192.569,31.3325,1797.8828,77.001396,375.2688,938.9488,40.422638,17.200558,848.17395,812.9268,2069.6436,118.280136 +2023-09-20 11:00:00,0.0,14519.172,362.65875,59.623108,62.684227,52.719444,242.99083,35.275776,59.231873,24.2743,35.460743,1592.8958,139.9637,22.227448,200.5143,0.2759534,0.036585744,32.557896,0.15817162,0.12901154,513.84094,0.10038838,517.4663,74.414406,0.10361748,0.10817859,159.91768,26.89562,55.975464,103.57713,20138.432,0.038011875,2071.6682,0.42977256,0.062719926,0.0731959,0.10231824,199.84833,249.94098,22.102995,131.7375,38.075836,31.940474,2205.9136,1.5021495,109.88518,56.386448,431.3242,42.525112,451.09424,29.505512,133.1082,0.0,1517.2449,6552.5073,10.033244,477.03387,94.214005,35816.08,83.27905,9.043676,33.455166,98.66275,26.523247,9.942225,52.13363,1066.3793,345.0724,39.92753,7.149126,8.904265,280.3796,35.56405,500.9042,134.36472,2520.9004,471.99445,167.18146,136.30255,305.72495,5.5283947,8.097956,10.846501,2.6614656,2.1265614,64.2711,75.60105,92.92747,38.641537,41.766735,95.176765,11.274663,3401.8525,31.584661,35.528126,27.646492,23.02276,244.07825,61.552322,39.866318,8.2457905,24.41496,39.09565,146.28427,359.95044,74.62868,255.82736,56.572227,54.064503,183.99364,121.43122,681.52856,115.05895,3.304153,7.7163196,5.6499166,63.51603,16496.197,2.4390066,29.398796,47.30038,30.220337,264.36734,64.63893,122.28024,1.8011204,122.28962,434.43222,226.59566,123.73096,437.2228,38.7394,88.656166,137.38815,10.880806,2.008272,12.9307165,862.85583,0.04680241,0.27584305,60.561226,10.844855,5.116113,6.209102,13.335403,81.453186,34.799583,114.03333,621.00653,300.64774,2522.7231,1998.684,39.027092,66.69415,8235.986,8.459666,118.999886,731.02277,216.85376,295.77798,119.976944,756.0027,875.6567,489.2976,29.444048,163.83713,812.7628,1544.8701,80.99503,854.76416,103.41942,1.1119975,54.263676,0.88238305,0.60936403,2.47346,60.93477,211.40308,117.1528,16.205233,1480.9076,379.97385,201.1518,290.15695,84.845634,64.541664,54.71484,94.67185,54.394444,492.79074,198.3507,76.48955,63.71179,33.262325,108.793335,107.85176,16.607273,398.53522,112.93142,1190.9727,31.329197,1796.8896,76.99321,375.1679,937.92084,40.381485,17.209381,848.08997,813.0137,2069.0806,118.33848 +2023-09-20 12:00:00,0.0,14512.287,362.6365,59.66957,62.714703,52.754543,243.1072,35.287846,59.25789,24.280624,35.479168,1593.5967,139.90585,22.236334,200.56,0.27548388,0.036664,32.564976,0.15796427,0.12906773,514.12384,0.100318335,517.6523,74.462456,0.1035111,0.10797954,159.97014,26.91154,55.994446,103.60484,20122.502,0.038024195,2071.6582,0.43024176,0.06264783,0.073286176,0.10215647,199.91875,250.06361,22.103085,131.7,38.08158,31.900284,2205.7075,1.5015392,109.76195,56.320465,431.29376,42.491,451.17645,29.477345,132.97684,0.0,1516.1074,6547.343,10.007509,476.8129,94.139656,35807.42,83.1781,9.021321,33.409286,98.46464,26.483765,9.918961,52.022617,1065.4967,345.14374,39.890835,7.131588,8.894537,279.9928,35.504753,500.00482,134.47,2520.7312,472.4,167.00233,136.39375,306.17236,5.5274477,8.096001,10.850106,2.6627684,2.1282234,64.22903,75.56556,92.92354,38.6133,41.75652,95.10639,11.273546,3403.0625,31.57306,35.4875,27.61764,22.99639,244.01666,61.51757,39.8125,8.240264,24.401215,39.0625,146.12198,359.4158,74.5925,255.68336,56.53276,53.96999,183.81703,121.301254,680.9722,114.966156,3.2985003,7.7125,5.6530004,63.536854,16489.305,2.4364333,29.38769,47.28625,30.195156,264.2103,64.63167,122.21649,1.8015184,122.27375,434.37164,226.55635,123.66061,437.1621,38.748333,88.638054,137.38524,10.883223,2.0090055,12.935438,862.6896,0.046779916,0.27598333,60.58472,10.852357,5.11992,6.2151036,13.345479,81.451515,34.815002,114.09093,621.1373,300.77274,2523.3518,1998.938,39.045856,66.71875,8232.12,8.4620495,119.04583,730.962,216.91501,295.8425,120.005,756.30334,875.58685,489.31528,29.442856,163.86333,812.36975,1544.0554,80.99388,854.505,103.417496,1.1121619,54.248608,0.8824364,0.6095803,2.4735808,60.90167,211.469,117.03767,16.211666,1479.4305,379.775,201.10715,290.1,84.77142,64.5,54.6325,94.70684,54.3,492.20248,198.23215,76.32506,63.63389,33.28125,108.69714,107.78667,16.59393,398.2369,112.85331,1189.3765,31.325893,1795.8966,76.98502,375.06702,936.89294,40.340332,17.218206,848.006,813.10046,2068.5176,118.39681 +2023-09-20 13:00:00,0.0,14505.402,362.61423,59.716034,62.745174,52.789646,243.22356,35.29991,59.283905,24.286951,35.497593,1594.2975,139.84799,22.245218,200.6057,0.27501434,0.03674226,32.572052,0.15775694,0.12912391,514.4068,0.100248285,517.8382,74.510506,0.10340473,0.107780494,160.0226,26.927458,56.013428,103.63255,20106.572,0.038036514,2071.648,0.43071094,0.06257573,0.073376454,0.101994686,199.98918,250.18625,22.103174,131.6625,38.08733,31.860096,2205.5017,1.5009289,109.63871,56.254486,431.2633,42.45689,451.25867,29.449177,132.84547,0.0,1514.9697,6542.178,9.981775,476.59195,94.06531,35798.77,83.07715,8.998967,33.363403,98.26653,26.44428,9.895696,51.911606,1064.614,345.21512,39.85414,7.1140504,8.884808,279.60596,35.445457,499.10544,134.57527,2520.5623,472.80554,166.82321,136.48494,306.61978,5.5265007,8.094046,10.853711,2.6640708,2.1298854,64.18696,75.530075,92.91961,38.58506,41.7463,95.03602,11.27243,3404.2725,31.561459,35.446877,27.588785,22.970016,243.9551,61.48282,39.758682,8.234738,24.387466,39.02935,145.95969,358.88113,74.55632,255.53935,56.49329,53.875477,183.64043,121.17129,680.4159,114.87337,3.2928474,7.7086806,5.6560836,63.557674,16482.412,2.4338603,29.376583,47.272118,30.169975,264.05325,64.6244,122.15275,1.8019166,122.25788,434.31107,226.51704,123.590256,437.1014,38.757267,88.619934,137.38232,10.885639,2.0097392,12.940161,862.5233,0.04675742,0.2761236,60.608215,10.8598585,5.1237264,6.2211056,13.355554,81.44985,34.830418,114.14852,621.26807,300.89774,2523.9807,1999.192,39.064625,66.74334,8228.255,8.464434,119.09178,730.9011,216.97626,295.907,120.03305,756.60394,875.517,489.33295,29.441666,163.88954,811.9766,1543.2408,80.99273,854.24585,103.41557,1.1123264,54.23354,0.8824898,0.60979646,2.4737017,60.868565,211.53491,116.92253,16.218102,1477.9534,379.57614,201.0625,290.04306,84.69722,64.458336,54.550163,94.74182,54.205555,491.61426,198.11359,76.160576,63.55599,33.300175,108.60095,107.72157,16.580584,397.9386,112.77519,1187.7802,31.322588,1794.9036,76.97684,374.96613,935.865,40.299175,17.227032,847.922,813.18726,2067.9546,118.455154 +2023-09-20 14:00:00,0.0,14498.518,362.59198,59.7625,62.77565,52.824745,243.3399,35.311977,59.30992,24.293276,35.51602,1594.9983,139.79015,22.254105,200.65138,0.2745448,0.036820516,32.579132,0.15754959,0.1291801,514.6897,0.10017824,518.0242,74.558556,0.10329835,0.10758144,160.07506,26.943377,56.03241,103.66026,20090.643,0.038048837,2071.638,0.43118015,0.06250362,0.073466726,0.10183291,200.0596,250.30888,22.103266,131.625,38.09308,31.819906,2205.2957,1.5003186,109.51548,56.188503,431.2329,42.42278,451.34088,29.421011,132.7141,0.0,1513.8323,6537.013,9.95604,476.37097,93.99095,35790.113,82.9762,8.976612,33.317524,98.06842,26.404797,9.872431,51.800594,1063.7313,345.28647,39.817448,7.0965123,8.875079,279.21915,35.38616,498.20605,134.68056,2520.393,473.2111,166.64407,136.57614,307.0672,5.5255537,8.092091,10.857316,2.6653733,2.1315477,64.14488,75.49458,92.91568,38.556824,41.736084,94.965645,11.271314,3405.4827,31.549858,35.40625,27.559933,22.943644,243.89352,61.448067,39.70486,8.229213,24.373718,38.9962,145.7974,358.3465,74.52014,255.39536,56.453823,53.780964,183.46382,121.04132,679.85956,114.78058,3.2871947,7.704861,5.659167,63.578495,16475.52,2.431287,29.365477,47.257984,30.144794,263.8962,64.61713,122.089005,1.8023148,122.24201,434.2505,226.47775,123.519905,437.04068,38.766205,88.60182,137.37943,10.888056,2.0104728,12.944883,862.35706,0.046734925,0.2762639,60.631714,10.867361,5.127533,6.227107,13.365629,81.44818,34.845833,114.20612,621.39886,301.02274,2524.6094,1999.446,39.08339,66.76794,8224.39,8.466817,119.13773,730.84033,217.0375,295.97153,120.06111,756.9046,875.4472,489.35062,29.440475,163.91574,811.58356,1542.4261,80.99158,853.9867,103.41366,1.1124909,54.21847,0.8825432,0.6100127,2.4738228,60.835464,211.60083,116.807396,16.224537,1476.4762,379.37732,201.01785,289.9861,84.62302,64.416664,54.467823,94.77681,54.11111,491.026,197.99504,75.99609,63.478085,33.319096,108.50476,107.65648,16.56724,397.6403,112.697075,1186.184,31.319284,1793.9105,76.96864,374.86523,934.8371,40.258022,17.235857,847.838,813.27405,2067.3916,118.5135 +2023-09-20 15:00:00,0.0,14491.633,362.5697,59.808964,62.806126,52.859848,243.45627,35.324043,59.335938,24.299603,35.534447,1595.6991,139.73228,22.26299,200.69708,0.27407527,0.036898773,32.586212,0.15734226,0.12923628,514.9726,0.10010819,518.21014,74.606606,0.10319197,0.10738239,160.1275,26.959295,56.051388,103.68797,20074.715,0.038061157,2071.628,0.43164933,0.06243152,0.073557004,0.10167113,200.13004,250.43152,22.103355,131.5875,38.098827,31.779718,2205.0898,1.4997084,109.39225,56.12252,431.20245,42.388668,451.4231,29.392843,132.58273,0.0,1512.6947,6531.8486,9.930306,476.15,93.9166,35781.46,82.875244,8.954258,33.271645,97.87031,26.365314,9.849165,51.689583,1062.8488,345.35782,39.78075,7.0789747,8.865351,278.8323,35.326866,497.30667,134.78583,2520.224,473.61664,166.46495,136.66734,307.51462,5.5246067,8.090136,10.86092,2.6666758,2.1332097,64.10281,75.45909,92.91175,38.528584,41.725864,94.89527,11.270197,3406.6926,31.538256,35.365623,27.531078,22.91727,243.83195,61.413315,39.651043,8.223686,24.359972,38.96305,145.6351,357.81183,74.483955,255.25136,56.414352,53.686455,183.28722,120.911354,679.3032,114.68778,3.2815418,7.7010417,5.66225,63.59932,16468.627,2.4287138,29.35437,47.243855,30.119614,263.7392,64.60986,122.02525,1.8027129,122.22614,434.1899,226.43845,123.449554,436.97998,38.77514,88.5837,137.37653,10.890472,2.0112064,12.949605,862.1908,0.04671243,0.27640417,60.65521,10.874863,5.1313396,6.2331085,13.375705,81.44651,34.86125,114.26372,621.52966,301.14774,2525.2383,1999.7002,39.102158,66.792534,8220.523,8.4692,119.18368,730.77954,217.09875,296.03604,120.089165,757.20526,875.3774,489.3683,29.439285,163.94194,811.1904,1541.6116,80.990425,853.72754,103.411736,1.1126553,54.2034,0.88259655,0.6102289,2.4739437,60.80236,211.66675,116.69226,16.230972,1474.9991,379.17847,200.97322,289.92917,84.548805,64.375,54.385487,94.8118,54.016666,490.43774,197.8765,75.831604,63.400185,33.33802,108.40857,107.591385,16.553894,397.342,112.61896,1184.5876,31.31598,1792.9175,76.96046,374.7643,933.80914,40.21687,17.244682,847.754,813.3609,2066.8286,118.57183 +2023-09-20 16:00:00,0.0,14484.748,362.54745,59.855427,62.836597,52.89495,243.57263,35.33611,59.36195,24.305927,35.552876,1596.4,139.67444,22.271877,200.74278,0.27360573,0.036977027,32.593292,0.15713492,0.12929246,515.25555,0.10003815,518.39606,74.654655,0.10308559,0.10718333,160.17996,26.975214,56.07037,103.71568,20058.785,0.038073476,2071.618,0.43211854,0.06235942,0.073647276,0.10150935,200.20047,250.55414,22.103445,131.55,38.104572,31.739529,2204.8838,1.4990982,109.26902,56.056538,431.17203,42.354557,451.5053,29.364676,132.45137,0.0,1511.5571,6526.6836,9.9045725,475.92905,93.842255,35772.81,82.77429,8.931903,33.225765,97.672195,26.32583,9.8259,51.57857,1061.9661,345.42917,39.744057,7.0614367,8.855621,278.4455,35.26757,496.4073,134.89111,2520.055,474.02222,166.28583,136.75853,307.96207,5.5236597,8.08818,10.864525,2.6679785,2.1348717,64.06074,75.4236,92.90782,38.500347,41.71565,94.8249,11.26908,3407.9028,31.526655,35.325,27.502226,22.890898,243.77037,61.378563,39.59722,8.218161,24.346224,38.9299,145.47281,357.2772,74.44778,255.10736,56.374886,53.59194,183.11063,120.78139,678.7469,114.59499,3.2758892,7.697222,5.6653337,63.62014,16461.734,2.4261408,29.343264,47.22972,30.094433,263.58215,64.60259,121.96151,1.8031111,122.21028,434.12933,226.39914,123.3792,436.91925,38.784073,88.56559,137.37361,10.892889,2.01194,12.954328,862.02454,0.046689935,0.27654445,60.678703,10.882365,5.1351457,6.2391105,13.38578,81.44484,34.876667,114.32131,621.6604,301.27274,2525.867,1999.9542,39.120922,66.81713,8216.658,8.471583,119.22963,730.71875,217.16,296.10056,120.11722,757.5059,875.30756,489.38596,29.438095,163.96814,810.79736,1540.7969,80.989265,853.46844,103.40981,1.1128198,54.18833,0.88264996,0.61044514,2.4740648,60.76926,211.73267,116.57712,16.237408,1473.522,378.9796,200.92857,289.87222,84.4746,64.333336,54.30315,94.84678,53.922222,489.84952,197.75793,75.66712,63.322285,33.356945,108.31238,107.5263,16.54055,397.0437,112.54084,1182.9915,31.312677,1791.9244,76.95227,374.66342,932.78125,40.175716,17.253508,847.67004,813.4477,2066.2656,118.63017 +2023-09-20 17:00:00,0.0,14477.862,362.5252,59.901894,62.867073,52.93005,243.689,35.348175,59.387966,24.312252,35.5713,1597.1008,139.61658,22.280762,200.78847,0.2731362,0.037055284,32.600372,0.15692757,0.12934865,515.53845,0.099968106,518.58203,74.7027,0.10297921,0.10698428,160.23242,26.991133,56.08935,103.7434,20042.855,0.0380858,2071.608,0.4325877,0.06228732,0.073737554,0.101347566,200.27089,250.67677,22.103535,131.5125,38.11032,31.69934,2204.6777,1.498488,109.14578,55.99056,431.1416,42.320442,451.58752,29.33651,132.32,0.0,1510.4197,6521.519,9.878838,475.70807,93.76791,35764.152,82.67334,8.909549,33.179886,97.47409,26.286346,9.802635,51.46756,1061.0834,345.50052,39.707363,7.043899,8.845893,278.0587,35.208275,495.5079,134.99638,2519.886,474.42776,166.10672,136.84973,308.4095,5.5227127,8.086225,10.86813,2.669281,2.136534,64.01867,75.38811,92.90389,38.47211,41.70543,94.754524,11.267963,3409.1128,31.515053,35.284374,27.473373,22.864525,243.7088,61.34381,39.543404,8.212634,24.332476,38.89675,145.31052,356.74255,74.4116,254.96335,56.335415,53.49743,182.93402,120.65143,678.19055,114.502205,3.2702363,7.693403,5.668417,63.64096,16454.842,2.4235675,29.332157,47.21559,30.069252,263.4251,64.59532,121.89776,1.8035092,122.19441,434.06876,226.35985,123.30885,436.85855,38.79301,88.54748,137.3707,10.895306,2.0126736,12.959049,861.8583,0.046667438,0.27668473,60.702198,10.889867,5.1389523,6.245112,13.395856,81.44318,34.892082,114.378914,621.79126,301.39774,2526.4958,2000.2083,39.13969,66.84172,8212.793,8.473967,119.27558,730.65796,217.22125,296.16507,120.14528,757.8066,875.2378,489.40363,29.436905,163.99435,810.40424,1539.9823,80.98811,853.2093,103.40789,1.1129842,54.173264,0.88270336,0.6106613,2.4741857,60.736156,211.79858,116.46198,16.243843,1472.0448,378.7808,200.88393,289.81528,84.4004,64.291664,54.22081,94.88177,53.827778,489.26126,197.63939,75.50263,63.24438,33.375866,108.21619,107.461205,16.527205,396.7454,112.46272,1181.3951,31.309374,1790.9314,76.944084,374.56253,931.7533,40.13456,17.262333,847.58606,813.5345,2065.7026,118.688515 +2023-09-20 18:00:00,0.0,14470.978,362.50293,59.948357,62.897545,52.965153,243.80536,35.36024,59.413982,24.318579,35.589725,1597.8016,139.55873,22.289648,200.83417,0.27266666,0.03713354,32.607452,0.15672024,0.12940483,515.8214,0.099898055,518.768,74.75075,0.10287283,0.10678522,160.28488,27.007051,56.108334,103.77111,20026.928,0.03809812,2071.598,0.43305692,0.062215216,0.07382783,0.10118579,200.34132,250.79941,22.103626,131.475,38.11607,31.659151,2204.472,1.4978777,109.02255,55.924576,431.11115,42.28633,451.66974,29.308342,132.18863,0.0,1509.282,6516.3545,9.853104,475.4871,93.69355,35755.5,82.57238,8.887194,33.134007,97.27597,26.246864,9.77937,51.35655,1060.2007,345.57187,39.67067,7.026361,8.8361635,277.67184,35.148975,494.60852,135.10167,2519.7168,474.8333,165.92758,136.94092,308.8569,5.5217657,8.08427,10.871735,2.6705835,2.138196,63.976593,75.35262,92.89996,38.44387,41.695213,94.68415,11.266847,3410.323,31.503452,35.24375,27.444519,22.838154,243.64723,61.30906,39.489582,8.2071085,24.31873,38.8636,145.14822,356.2079,74.37542,254.81935,56.295948,53.402916,182.75742,120.52146,677.6343,114.40941,3.2645836,7.6895833,5.6715,63.661785,16447.95,2.4209945,29.32105,47.201458,30.044073,263.26807,64.58806,121.834015,1.8039074,122.17854,434.00818,226.32054,123.2385,436.79782,38.801945,88.52936,137.3678,10.897722,2.0134072,12.963772,861.692,0.046644945,0.276825,60.725693,10.897368,5.142759,6.2511134,13.4059305,81.441505,34.9075,114.43651,621.922,301.52274,2527.1245,2000.4623,39.158455,66.86632,8208.928,8.47635,119.321526,730.5971,217.2825,296.22958,120.17333,758.1072,875.16797,489.4213,29.435715,164.02055,810.01117,1539.1676,80.98696,852.95013,103.40597,1.1131487,54.158195,0.8827567,0.6108776,2.4743068,60.703056,211.8645,116.34685,16.250278,1470.5677,378.58194,200.8393,289.75833,84.32619,64.25,54.138474,94.916756,53.733334,488.67303,197.52083,75.33815,63.16648,33.39479,108.12,107.39611,16.513859,396.44708,112.38461,1179.799,31.30607,1789.9384,76.9359,374.4616,930.7254,40.093407,17.271158,847.5021,813.62134,2065.1396,118.74685 +2023-09-20 19:00:00,0.0,14464.093,362.48068,59.99482,62.92802,53.00025,243.92172,35.372307,59.44,24.324903,35.608154,1598.5024,139.50087,22.298534,200.87987,0.27219713,0.037211798,32.61453,0.15651289,0.129461,516.1043,0.09982801,518.9539,74.7988,0.102766454,0.10658617,160.33733,27.02297,56.127316,103.79882,20010.998,0.03811044,2071.588,0.4335261,0.062143117,0.073918104,0.10102402,200.41174,250.92204,22.103716,131.4375,38.121815,31.618963,2204.2659,1.4972674,108.89932,55.858593,431.08075,42.25222,451.75195,29.280174,132.05727,0.0,1508.1445,6511.1895,9.827369,475.26614,93.6192,35746.844,82.47143,8.86484,33.088127,97.07786,26.20738,9.756105,51.245537,1059.3181,345.64322,39.633976,7.0088234,8.826435,277.28503,35.08968,493.70914,135.20694,2519.5479,475.23886,165.74846,137.03212,309.30432,5.5208187,8.0823145,10.875339,2.6718862,2.139858,63.93452,75.31713,92.896034,38.415634,41.684994,94.61378,11.26573,3411.533,31.49185,35.203125,27.415667,22.81178,243.58565,61.274307,39.435764,8.201582,24.304981,38.830452,144.98593,355.67325,74.33923,254.67535,56.256477,53.308407,182.58081,120.391495,677.07794,114.31662,3.2589307,7.685764,5.6745834,63.682606,16441.057,2.4184213,29.309942,47.187325,30.018892,263.11102,64.58079,121.77027,1.8043056,122.162674,433.9476,226.28123,123.16815,436.73712,38.81088,88.511246,137.3649,10.900139,2.0141408,12.968494,861.52576,0.046622448,0.27696526,60.749187,10.904871,5.1465654,6.2571154,13.416006,81.439835,34.922916,114.4941,622.0528,301.64774,2527.7534,2000.7164,39.177223,66.890915,8205.062,8.478733,119.36748,730.5363,217.34375,296.2941,120.201385,758.40784,875.09814,489.439,29.434523,164.04675,809.61804,1538.353,80.98581,852.691,103.404045,1.1133132,54.143127,0.8828101,0.6110938,2.4744277,60.669956,211.93042,116.23171,16.256714,1469.0906,378.3831,200.79465,289.7014,84.25198,64.208336,54.056133,94.95174,53.63889,488.08478,197.40228,75.17366,63.08858,33.413715,108.02381,107.33102,16.500515,396.14877,112.306496,1178.2026,31.302767,1788.9453,76.92771,374.36072,929.69745,40.052254,17.279982,847.4181,813.7081,2064.5767,118.80519 +2023-09-20 20:00:00,0.0,14457.208,362.4584,60.041286,62.958492,53.035355,244.03809,35.384377,59.466015,24.331228,35.62658,1599.2032,139.44302,22.307419,200.92555,0.2717276,0.037290055,32.62161,0.15630555,0.1295172,516.3872,0.09975796,519.1399,74.84685,0.102660075,0.106387116,160.38979,27.038889,56.146297,103.82653,19995.068,0.038122762,2071.578,0.4339953,0.062071014,0.07400838,0.100862235,200.48218,251.04466,22.103806,131.4,38.127563,31.578773,2204.06,1.4966571,108.776085,55.79261,431.0503,42.21811,451.83417,29.252008,131.9259,0.0,1507.007,6506.025,9.801635,475.04517,93.54485,35738.19,82.370476,8.842484,33.042248,96.879745,26.167898,9.732841,51.13452,1058.4354,345.71457,39.597282,6.991286,8.816707,276.89822,35.030384,492.80975,135.31223,2519.3787,475.64444,165.56934,137.1233,309.75174,5.5198717,8.080359,10.878943,2.6731887,2.1415203,63.89245,75.28165,92.8921,38.387394,41.674774,94.5434,11.264613,3412.7432,31.48025,35.1625,27.386812,22.785408,243.52408,61.239555,39.381943,8.196056,24.291233,38.797302,144.82364,355.1386,74.303055,254.53134,56.217007,53.213894,182.4042,120.26153,676.5216,114.22383,3.253278,7.6819444,5.6776667,63.70343,16434.164,2.4158483,29.298836,47.173195,29.993711,262.95398,64.57352,121.70652,1.8047037,122.146805,433.88702,226.24194,123.0978,436.6764,38.819813,88.493126,137.36198,10.902555,2.0148745,12.973216,861.3595,0.046599954,0.27710554,60.772686,10.912373,5.150372,6.263117,13.426082,81.43816,34.938335,114.5517,622.1836,301.77274,2528.3823,2000.9705,39.195988,66.915504,8201.196,8.481116,119.41342,730.4755,217.405,296.3586,120.22944,758.7085,875.0283,489.45667,29.433332,164.07297,809.225,1537.5383,80.98466,852.4318,103.40213,1.1134776,54.128056,0.8828635,0.61131,2.4745488,60.636852,211.99634,116.11658,16.26315,1467.6134,378.18427,200.75,289.64444,84.17778,64.166664,53.973797,94.986725,53.544445,487.49655,197.28374,75.00918,63.010677,33.432636,107.92762,107.26592,16.48717,395.85046,112.22838,1176.6063,31.299463,1787.9521,76.91952,374.25983,928.6695,40.011097,17.288807,847.3341,813.7949,2064.0137,118.86353 +2023-09-20 21:00:00,0.0,14450.323,362.43616,60.08775,62.988968,53.070454,244.15445,35.396442,59.492027,24.337555,35.645004,1599.9042,139.38516,22.316305,200.97125,0.2712581,0.03736831,32.62869,0.1560982,0.12957337,516.67017,0.09968792,519.3258,74.8949,0.102553695,0.10618807,160.44225,27.054808,56.16528,103.85424,19979.139,0.03813508,2071.5679,0.43446448,0.06199891,0.07409866,0.10070045,200.55261,251.1673,22.103897,131.3625,38.133312,31.538586,2203.854,1.4960469,108.652855,55.72663,431.01987,42.184,451.91638,29.22384,131.79454,0.0,1505.8694,6500.8604,9.775901,474.8242,93.470505,35729.54,82.26952,8.82013,32.99637,96.68163,26.128414,9.709576,51.02351,1057.5527,345.78595,39.56059,6.9737477,8.806977,276.51138,34.97109,491.91037,135.4175,2519.2097,476.05,165.39021,137.21451,310.19916,5.5189247,8.078404,10.882548,2.6744912,2.1431823,63.850376,75.246155,92.88817,38.359158,41.66456,94.47303,11.263496,3413.9531,31.468649,35.121876,27.35796,22.759035,243.46251,61.204803,39.328125,8.190531,24.277485,38.764153,144.66135,354.60394,74.26688,254.38734,56.17754,53.11938,182.2276,120.13156,675.9653,114.13104,3.247625,7.678125,5.6807504,63.72425,16427.271,2.413275,29.28773,47.15906,29.96853,262.79697,64.566246,121.64278,1.8051019,122.130936,433.82645,226.20264,123.02745,436.6157,38.82875,88.47501,137.35907,10.904972,2.015608,12.977939,861.19324,0.046577457,0.27724582,60.79618,10.919875,5.1541786,6.2691183,13.436157,81.4365,34.95375,114.6093,622.31433,301.89774,2529.011,2001.2245,39.214756,66.9401,8197.331,8.4835,119.45937,730.41473,217.46625,296.42313,120.2575,759.00916,874.9585,489.47433,29.432142,164.09917,808.83185,1536.7238,80.9835,852.17267,103.40021,1.1136421,54.112988,0.88291687,0.61152625,2.4746697,60.603752,212.06226,116.00144,16.269583,1466.1364,377.9854,200.70535,289.5875,84.10357,64.125,53.89146,95.02171,53.45,486.9083,197.16518,74.844696,62.932777,33.45156,107.83143,107.20083,16.473825,395.55215,112.15026,1175.0101,31.29616,1786.9591,76.91133,374.15894,927.6416,39.969944,17.297632,847.2501,813.8818,2063.4507,118.92187 +2023-09-20 22:00:00,0.0,14443.438,362.41388,60.134212,63.01944,53.105556,244.27081,35.40851,59.518044,24.34388,35.663433,1600.605,139.32732,22.325191,201.01694,0.27078855,0.037446566,32.63577,0.15589087,0.12962955,516.95306,0.09961787,519.5118,74.94295,0.102447316,0.10598902,160.4947,27.070726,56.18426,103.88195,19963.21,0.0381474,2071.5579,0.4349337,0.061926812,0.07418893,0.10053867,200.62303,251.28993,22.103987,131.325,38.13906,31.498396,2203.6482,1.4954367,108.529625,55.66065,430.98944,42.149887,451.9986,29.195673,131.66316,0.0,1504.7319,6495.6953,9.750166,474.60324,93.39615,35720.883,82.16857,8.797775,32.95049,96.48353,26.08893,9.686311,50.9125,1056.67,345.8573,39.523895,6.95621,8.797249,276.12457,34.911793,491.011,135.52278,2519.0405,476.45554,165.21107,137.30571,310.64658,5.5179777,8.076449,10.886153,2.6757936,2.1448443,63.808304,75.21066,92.88424,38.330917,41.65434,94.40266,11.26238,3415.163,31.457047,35.08125,27.329105,22.732662,243.40092,61.17005,39.274307,8.185004,24.263739,38.731003,144.49905,354.0693,74.2307,254.24335,56.13807,53.024868,182.051,120.0016,675.40894,114.038246,3.2419724,7.6743054,5.6838336,63.74507,16420.377,2.4107018,29.276623,47.14493,29.94335,262.63992,64.55898,121.57903,1.8055,122.11507,433.76587,226.16333,122.9571,436.555,38.837685,88.456894,137.35617,10.90739,2.0163417,12.98266,861.027,0.046554964,0.2773861,60.819675,10.927377,5.157985,6.2751203,13.446232,81.43483,34.969166,114.66689,622.4452,302.02274,2529.64,2001.4785,39.23352,66.9647,8193.465,8.485883,119.505325,730.35394,217.52751,296.48764,120.28555,759.3098,874.8887,489.492,29.430952,164.12537,808.4388,1535.909,80.982346,851.9135,103.398285,1.1138065,54.09792,0.8829703,0.61174244,2.4747906,60.57065,212.12817,115.88631,16.276018,1464.6592,377.78656,200.66072,289.53055,84.029366,64.083336,53.80912,95.0567,53.355556,486.32007,197.04663,74.68021,62.854877,33.470486,107.73524,107.13574,16.46048,395.25385,112.07214,1173.4138,31.292856,1785.9661,76.903145,374.05804,926.61365,39.92879,17.306458,847.16614,813.96857,2062.8877,118.98021 +2023-09-20 23:00:00,0.0,14436.554,362.39163,60.18068,63.049915,53.140656,244.38718,35.420574,59.54406,24.350206,35.681858,1601.3058,139.26945,22.334078,201.06264,0.270319,0.037524823,32.64285,0.15568352,0.12968574,517.236,0.099547826,519.69775,74.991,0.102340944,0.10578996,160.54715,27.086645,56.20324,103.90966,19947.281,0.038159724,2071.5476,0.43540287,0.06185471,0.07427921,0.10037689,200.69347,251.41257,22.104076,131.2875,38.144806,31.458208,2203.4421,1.4948264,108.40639,55.594666,430.959,42.115776,452.0808,29.167507,131.5318,0.0,1503.5942,6490.531,9.724432,474.38226,93.3218,35712.23,82.06762,8.775421,32.90461,96.285416,26.049448,9.663046,50.801487,1055.7875,345.92865,39.487198,6.938672,8.787519,275.73776,34.852497,490.1116,135.62805,2518.8716,476.86108,165.03195,137.3969,311.094,5.5170307,8.074494,10.889758,2.6770964,2.1465065,63.76623,75.17517,92.88031,38.30268,41.644123,94.33228,11.261263,3416.3733,31.445446,35.040627,27.300253,22.70629,243.33936,61.1353,39.220486,8.179479,24.24999,38.697853,144.33676,353.53464,74.19451,254.09935,56.098602,52.93036,181.8744,119.871635,674.8526,113.94546,3.2363195,7.670486,5.686917,63.765896,16413.484,2.4081287,29.265516,47.1308,29.918169,262.48288,64.55171,121.51528,1.8058981,122.099205,433.7053,226.12402,122.88675,436.49426,38.84662,88.43878,137.35327,10.909806,2.0170753,12.987383,860.8607,0.046532467,0.27752638,60.84317,10.934878,5.161792,6.2811217,13.456307,81.43316,34.984585,114.72449,622.5759,302.14774,2530.2686,2001.7325,39.25229,66.98929,8189.5996,8.488266,119.55127,730.29315,217.58876,296.55215,120.31361,759.6105,874.81885,489.50967,29.429762,164.15157,808.04565,1535.0945,80.98119,851.6544,103.39636,1.113971,54.08285,0.8830236,0.6119587,2.4749117,60.537548,212.19408,115.771164,16.282454,1463.182,377.58774,200.61607,289.4736,83.955154,64.041664,53.726784,95.09168,53.261112,485.7318,196.92807,74.515724,62.776974,33.48941,107.639046,107.07065,16.447136,394.95557,111.994026,1171.8176,31.289553,1784.973,76.89496,373.95712,925.58575,39.887638,17.315283,847.08215,814.05536,2062.3247,119.03855 +2023-09-21 00:00:00,0.0,14429.669,362.3694,60.227142,63.080387,53.17576,244.50354,35.43264,59.570076,24.356531,35.700287,1602.0066,139.21161,22.342962,201.10834,0.26984948,0.03760308,32.64993,0.15547618,0.12974192,517.5189,0.099477775,519.88367,75.03905,0.102234565,0.10559091,160.59961,27.102564,56.22222,103.93737,19931.352,0.038172044,2071.5376,0.43587208,0.06178261,0.07436949,0.10021512,200.76389,251.53519,22.104166,131.25,38.150555,31.418018,2203.2363,1.4942162,108.28316,55.528683,430.9286,42.081665,452.16302,29.13934,131.40044,0.0,1502.4568,6485.3657,9.698698,474.1613,93.24745,35703.574,81.96667,8.753066,32.85873,96.08731,26.009964,9.639781,50.690475,1054.9048,346.0,39.450504,6.9211345,8.777791,275.35092,34.7932,489.21222,135.73334,2518.7024,477.26666,164.85283,137.4881,311.5414,5.5160837,8.072539,10.893362,2.6783988,2.1481686,63.72416,75.13968,92.87638,38.27444,41.633904,94.26191,11.260146,3417.5833,31.433844,35.0,27.271399,22.679918,243.27779,61.100548,39.166668,8.173952,24.236242,38.664703,144.17447,353.0,74.15833,253.95534,56.05913,52.835846,181.6978,119.74167,674.29626,113.85267,3.2306669,7.6666665,5.69,63.786716,16406.592,2.4055555,29.25441,47.116665,29.892988,262.32584,64.54444,121.45154,1.8062962,122.083336,433.6447,226.08473,122.8164,436.43356,38.855556,88.42067,137.35036,10.912223,2.017809,12.9921055,860.69446,0.046509974,0.27766666,60.866665,10.942381,5.165598,6.287123,13.466383,81.43149,35.0,114.78209,622.7067,302.27274,2530.8975,2001.9867,39.271053,67.013885,8185.734,8.490649,119.59722,730.2323,217.65001,296.61667,120.34167,759.9111,874.749,489.52734,29.428572,164.17778,807.6526,1534.2798,80.98004,851.39526,103.39444,1.1141355,54.067783,0.883077,0.61217487,2.4750326,60.504444,212.26,115.65603,16.288889,1461.705,377.3889,200.57143,289.41666,83.88095,64.0,53.644444,95.12667,53.166668,485.1436,196.80952,74.351234,62.699074,33.50833,107.542854,107.005554,16.43379,394.65726,111.91592,1170.2213,31.28625,1783.98,76.88677,373.85623,924.5578,39.84648,17.324108,846.99817,814.1422,2061.7617,119.096886 +2023-09-21 01:00:00,0.0,14422.784,362.3471,60.273605,63.110863,53.210857,244.6199,35.444706,59.59609,24.362856,35.71871,1602.7075,139.15375,22.351849,201.15402,0.26937994,0.037681337,32.65701,0.15526885,0.12979811,517.8018,0.09940773,520.06964,75.0871,0.102128185,0.10539185,160.65207,27.118483,56.241203,103.96508,19915.424,0.038184363,2071.5276,0.43634126,0.061710507,0.07445976,0.10005334,200.83432,251.65782,22.104258,131.2125,38.156303,31.377829,2203.0303,1.493606,108.15993,55.462704,430.89813,42.047554,452.24524,29.111172,131.26906,0.0,1501.3192,6480.201,9.672963,473.94034,93.1731,35694.92,81.865715,8.730711,32.81285,95.88919,25.97048,9.616516,50.579464,1054.0221,346.07135,39.41381,6.9035964,8.768063,274.9641,34.733906,488.31284,135.83861,2518.5332,477.6722,164.6737,137.57928,311.98883,5.5151367,8.070584,10.896967,2.6797013,2.1498308,63.682087,75.104195,92.87245,38.246204,41.623688,94.191536,11.259029,3418.7935,31.422243,34.959373,27.242546,22.653545,243.2162,61.065796,39.112846,8.1684265,24.222496,38.631554,144.01218,352.46536,74.122154,253.81134,56.019665,52.741333,181.5212,119.6117,673.7399,113.75987,3.2250142,7.662847,5.693084,63.807537,16399.7,2.4029825,29.243303,47.102535,29.867807,262.1688,64.53718,121.387794,1.8066944,122.06747,433.58414,226.04543,122.74605,436.37283,38.86449,88.40255,137.34744,10.914639,2.0185425,12.996827,860.5282,0.046487477,0.27780694,60.890163,10.9498825,5.1694045,6.293125,13.476459,81.429825,35.01542,114.83968,622.8375,302.39774,2531.5261,2002.2407,39.28982,67.03848,8181.8687,8.493032,119.64317,730.1715,217.71126,296.68118,120.36972,760.21173,874.6792,489.545,29.427382,164.20398,807.2595,1533.4652,80.97888,851.1361,103.392525,1.1142999,54.05271,0.88313043,0.6123911,2.4751537,60.471344,212.32591,115.54089,16.295324,1460.2278,377.19003,200.5268,289.3597,83.80675,63.958332,53.562107,95.16166,53.072224,484.55533,196.69098,74.18675,62.621174,33.527256,107.44666,106.94046,16.420446,394.35895,111.8378,1168.6251,31.282946,1782.9869,76.87858,373.75534,923.5299,39.80533,17.332933,846.9142,814.229,2061.1987,119.15523 +2023-09-21 02:00:00,0.0,14415.898,362.32486,60.320072,63.141335,53.24596,244.73627,35.45677,59.622105,24.369183,35.737137,1603.4083,139.0959,22.360735,201.19972,0.2689104,0.03775959,32.664085,0.1550615,0.12985429,518.0848,0.09933768,520.2556,75.13515,0.102021806,0.1051928,160.70451,27.134401,56.260185,103.99279,19899.494,0.038196687,2071.5176,0.43681043,0.061638404,0.07455004,0.09989156,200.90475,251.78046,22.104347,131.175,38.16205,31.33764,2202.8245,1.4929956,108.03669,55.39672,430.86774,42.013443,452.32745,29.083006,131.1377,0.0,1500.1816,6475.0366,9.647229,473.71936,93.098755,35686.27,81.764755,8.708357,32.76697,95.691086,25.930998,9.59325,50.468452,1053.1395,346.1427,39.377117,6.886059,8.758333,274.5773,34.67461,487.41345,135.9439,2518.3643,478.07776,164.49457,137.67049,312.43625,5.5141897,8.068629,10.900572,2.681004,2.1514928,63.640015,75.0687,92.86852,38.217964,41.61347,94.12116,11.257913,3420.0034,31.41064,34.91875,27.213692,22.627172,243.15463,61.031044,39.05903,8.1629,24.208748,38.598404,143.84988,351.9307,74.08597,253.66734,55.980194,52.646824,181.34459,119.481735,673.18365,113.66708,3.2193613,7.6590276,5.696167,63.82836,16392.807,2.4004092,29.232197,47.0884,29.842628,262.01175,64.52991,121.32404,1.8070925,122.0516,433.52356,226.00612,122.6757,436.31213,38.873425,88.38444,137.34454,10.917056,2.0192761,13.00155,860.36194,0.046464983,0.27794722,60.91366,10.957385,5.173211,6.2991266,13.486534,81.428154,35.030834,114.89728,622.9683,302.52274,2532.155,2002.4948,39.308586,67.06308,8178.003,8.495416,119.68912,730.1107,217.7725,296.7457,120.39777,760.5124,874.6094,489.56268,29.42619,164.23018,806.8664,1532.6505,80.97773,850.87695,103.3906,1.1144644,54.037643,0.8831838,0.6126073,2.4752746,60.43824,212.39183,115.42576,16.30176,1458.7506,376.9912,200.48215,289.30276,83.73254,63.916668,53.47977,95.19664,52.97778,483.9671,196.57242,74.02226,62.54327,33.54618,107.35048,106.87537,16.4071,394.06064,111.75968,1167.0288,31.279642,1781.9939,76.87039,373.65442,922.50195,39.764175,17.341759,846.8302,814.3158,2060.6357,119.21357 +2023-09-21 03:00:00,0.0,14409.014,362.30258,60.366535,63.17181,53.28106,244.85262,35.468838,59.64812,24.375507,35.755566,1604.1091,139.03804,22.36962,201.24542,0.26844087,0.037837848,32.671165,0.15485416,0.12991047,518.3677,0.09926764,520.4415,75.1832,0.10191543,0.104993746,160.75697,27.15032,56.279167,104.0205,19883.564,0.038209006,2071.5076,0.43727964,0.061566304,0.07464031,0.09972978,200.97517,251.90309,22.104437,131.1375,38.167797,31.297451,2202.6184,1.4923854,107.91346,55.330738,430.83728,41.979332,452.40967,29.054838,131.00633,0.0,1499.0442,6469.8716,9.621494,473.49838,93.0244,35677.613,81.6638,8.686002,32.72109,95.492966,25.891514,9.569985,50.35744,1052.2568,346.21405,39.340424,6.8685207,8.748605,274.19046,34.615314,486.51407,136.04916,2518.195,478.4833,164.31544,137.76169,312.88367,5.5132427,8.066674,10.904177,2.6823065,2.1531549,63.597942,75.03322,92.86459,38.189728,41.603252,94.05079,11.256797,3421.2136,31.39904,34.878124,27.18484,22.6008,243.09306,60.996292,39.005207,8.157374,24.195,38.565254,143.68759,351.39606,74.04979,253.52333,55.940727,52.55231,181.16798,119.351776,672.6273,113.574295,3.2137086,7.655208,5.69925,63.849182,16385.914,2.3978362,29.22109,47.074272,29.817448,261.8547,64.52264,121.2603,1.8074907,122.03573,433.46298,225.96683,122.60535,436.2514,38.882362,88.36632,137.34164,10.919473,2.0200098,13.006271,860.1957,0.046442486,0.2780875,60.937153,10.964887,5.1770177,6.305128,13.496609,81.42648,35.04625,114.95488,623.09906,302.64774,2532.7837,2002.7488,39.327354,67.08767,8174.137,8.4978,119.73507,730.0499,217.83376,296.8102,120.425835,760.81305,874.53955,489.58035,29.425,164.2564,806.4733,1531.8359,80.97658,850.6178,103.38868,1.1146289,54.022575,0.8832372,0.61282355,2.4753957,60.40514,212.45775,115.31062,16.308195,1457.2736,376.79236,200.4375,289.24582,83.65833,63.875,53.39743,95.23163,52.883335,483.37885,196.45387,73.85778,62.46537,33.5651,107.25429,106.81028,16.393757,393.76233,111.681564,1165.4326,31.276339,1781.0009,76.862206,373.55353,921.47406,39.723022,17.350582,846.7462,814.40265,2060.0728,119.271904 +2023-09-21 04:00:00,0.0,14402.129,362.28033,60.413,63.202282,53.316162,244.96898,35.480904,59.674137,24.381834,35.77399,1604.8099,138.9802,22.378506,201.2911,0.26797134,0.037916105,32.678246,0.15464681,0.12996666,518.65063,0.0991976,520.6275,75.23124,0.10180905,0.104794696,160.80943,27.166239,56.29815,104.04821,19867.635,0.038221326,2071.4976,0.43774882,0.0614942,0.07473059,0.099567994,201.04561,252.02571,22.104527,131.1,38.173546,31.257263,2202.4124,1.4917752,107.79023,55.264755,430.80685,41.94522,452.49188,29.02667,130.87497,0.0,1497.9065,6464.707,9.59576,473.27744,92.95005,35668.96,81.56285,8.663648,32.67521,95.29485,25.85203,9.5467205,50.24643,1051.3741,346.28543,39.30373,6.850983,8.738875,273.80365,34.55602,485.6147,136.15445,2518.0261,478.8889,164.13632,137.85287,313.3311,5.5122957,8.064719,10.907781,2.683609,2.154817,63.55587,74.99773,92.860664,38.16149,41.593033,93.980415,11.25568,3422.4236,31.38744,34.8375,27.155987,22.574427,243.03148,60.96154,38.95139,8.151849,24.181253,38.53211,143.5253,350.8614,74.01361,253.37933,55.901257,52.457798,180.99138,119.22181,672.071,113.4815,3.2080557,7.651389,5.7023335,63.870003,16379.021,2.395263,29.209984,47.06014,29.792267,261.6977,64.51537,121.196556,1.8078889,122.01986,433.4024,225.92752,122.534996,436.1907,38.891296,88.348206,137.33873,10.921889,2.0207434,13.010994,860.0294,0.046419993,0.27822778,60.960648,10.972388,5.1808243,6.31113,13.506684,81.42481,35.06167,115.012474,623.22986,302.77274,2533.4126,2003.0029,39.34612,67.11227,8170.272,8.500183,119.78102,729.98914,217.895,296.87473,120.45389,761.1137,874.4697,489.59802,29.42381,164.2826,806.0802,1531.0212,80.975426,850.35864,103.38676,1.1147933,54.007507,0.8832905,0.6130398,2.4755166,60.37204,212.52367,115.19549,16.31463,1455.7964,376.5935,200.39285,289.1889,83.58412,63.833332,53.315094,95.26662,52.788887,482.79062,196.33531,73.6933,62.38747,33.584026,107.1581,106.745186,16.380411,393.46402,111.60345,1163.8363,31.273035,1780.0078,76.85402,373.45264,920.4461,39.681866,17.359407,846.66223,814.48944,2059.5098,119.330246 +2023-09-21 05:00:00,0.0,14395.244,362.2581,60.459465,63.232758,53.35126,245.08534,35.492973,59.700153,24.388159,35.79242,1605.5107,138.92233,22.387392,201.3368,0.2675018,0.037994362,32.685326,0.15443948,0.13002284,518.93353,0.099127546,520.8134,75.27929,0.10170267,0.10459564,160.8619,27.182158,56.31713,104.07592,19851.707,0.03823365,2071.4875,0.43821803,0.061422102,0.07482087,0.09940623,201.11603,252.14835,22.104618,131.0625,38.179295,31.217073,2202.2065,1.4911649,107.66699,55.198776,430.77643,41.91111,452.5741,28.998505,130.74359,0.0,1496.769,6459.542,9.570026,473.05646,92.8757,35660.305,81.4619,8.641293,32.62933,95.09675,25.812548,9.523456,50.135414,1050.4915,346.35678,39.267036,6.833445,8.729147,273.41684,34.496723,484.7153,136.25972,2517.857,479.29443,163.9572,137.94408,313.7785,5.511349,8.062764,10.911386,2.6849115,2.1564791,63.513798,74.962234,92.856735,38.13325,41.582817,93.910034,11.254563,3423.6338,31.375837,34.796875,27.127132,22.548056,242.96991,60.92679,38.897568,8.146322,24.167505,38.49896,143.36302,350.32675,73.97743,253.23534,55.86179,52.363285,180.81477,119.09184,671.51465,113.38871,3.202403,7.6475697,5.7054167,63.890827,16372.129,2.39269,29.198877,47.046005,29.767086,261.54065,64.5081,121.132805,1.808287,122.00399,433.34186,225.88821,122.46465,436.12997,38.90023,88.33009,137.33582,10.924306,2.021477,13.015717,859.86316,0.046397496,0.27836806,60.984142,10.979891,5.184631,6.3171315,13.51676,81.42315,35.077084,115.07007,623.36066,302.89774,2534.0413,2003.257,39.364887,67.13686,8166.4062,8.502566,119.826965,729.9283,217.95625,296.93924,120.48194,761.4143,874.3999,489.6157,29.422619,164.30879,805.68713,1530.2067,80.97427,850.0995,103.384834,1.1149578,53.99244,0.88334394,0.613256,2.4756377,60.338936,212.58958,115.08035,16.321066,1454.3192,376.39468,200.34822,289.13196,83.50992,63.791668,53.232754,95.301605,52.694443,482.20236,196.21677,73.52881,62.309566,33.60295,107.061905,106.68009,16.367067,393.1657,111.52534,1162.2401,31.269732,1779.0146,76.84583,373.35175,919.4182,39.640713,17.368233,846.57825,814.57623,2058.9468,119.38859 +2023-09-21 06:00:00,0.0,14388.359,362.2358,60.505928,63.263233,53.386364,245.2017,35.50504,59.726166,24.394484,35.810844,1606.2117,138.86449,22.396278,201.38249,0.26703227,0.03807262,32.692406,0.15423213,0.13007902,519.21643,0.0990575,520.9994,75.32734,0.10159629,0.10439659,160.91434,27.198076,56.336113,104.10363,19835.777,0.03824597,2071.4775,0.4386872,0.06135,0.07491114,0.099244446,201.18646,252.27098,22.104708,131.025,38.18504,31.176886,2202.0005,1.4905547,107.54376,55.132793,430.74597,41.877,452.6563,28.970337,130.61223,0.0,1495.6313,6454.3774,9.5442915,472.83548,92.80135,35651.652,81.36095,8.618938,32.58345,94.898636,25.773064,9.500191,50.024403,1049.6089,346.42813,39.230343,6.8159075,8.719419,273.03,34.437428,483.81592,136.365,2517.688,479.69998,163.77808,138.03526,314.22592,5.510402,8.060809,10.91499,2.6862142,2.1581411,63.471725,74.92674,92.852806,38.105015,41.572598,93.83966,11.253447,3424.8438,31.364237,34.75625,27.09828,22.521683,242.90834,60.892036,38.84375,8.140797,24.153757,38.46581,143.20073,349.7921,73.941246,253.09134,55.82232,52.268776,180.63817,118.961876,670.9583,113.29592,3.1967502,7.64375,5.7085004,63.911648,16365.236,2.3901167,29.187769,47.031876,29.741905,261.3836,64.50083,121.06906,1.8086852,121.98813,433.28128,225.8489,122.3943,436.06927,38.909164,88.31197,137.33292,10.926723,2.0222106,13.020438,859.6969,0.046375003,0.27850834,61.007637,10.987392,5.1884375,6.323133,13.526835,81.42148,35.0925,115.12766,623.49146,303.02274,2534.6702,2003.511,39.38365,67.16145,8162.541,8.50495,119.87292,729.8675,218.0175,297.00375,120.509995,761.71497,874.3301,489.6334,29.421429,164.33499,805.294,1529.392,80.973114,849.84033,103.38291,1.1151222,53.977367,0.88339734,0.6134722,2.4757586,60.305836,212.6555,114.96522,16.327501,1452.8422,376.19583,200.30357,289.075,83.435715,63.75,53.150417,95.336586,52.6,481.6141,196.09822,73.36433,62.231667,33.621876,106.96571,106.615,16.353722,392.8674,111.44722,1160.6438,31.266428,1778.0216,76.83765,373.25085,918.39026,39.59956,17.377058,846.49426,814.6631,2058.3838,119.44692 +2023-09-21 07:00:00,0.0,14381.475,362.21356,60.55239,63.293705,53.421463,245.31807,35.517105,59.752182,24.40081,35.82927,1606.9125,138.80663,22.405163,201.42819,0.26656273,0.038150873,32.699486,0.1540248,0.13013521,519.4994,0.09898745,521.18536,75.37539,0.10148991,0.10419754,160.9668,27.213995,56.355095,104.13134,19819.848,0.038258288,2071.4675,0.4391564,0.0612779,0.07500142,0.09908266,201.25688,252.39362,22.104797,130.9875,38.19079,31.136696,2201.7947,1.4899445,107.42053,55.06681,430.71558,41.842888,452.7385,28.94217,130.48087,0.0,1494.4939,6449.213,9.518558,472.61453,92.727,35642.996,81.259995,8.596583,32.53757,94.70052,25.733582,9.476926,49.91339,1048.7262,346.49948,39.19365,6.7983694,8.709689,272.6432,34.378128,482.91653,136.47028,2517.5188,480.10553,163.59894,138.12646,314.67334,5.509455,8.058854,10.918595,2.6875167,2.1598034,63.429653,74.89125,92.84888,38.076775,41.56238,93.76929,11.25233,3426.0537,31.352634,34.715626,27.069426,22.49531,242.84676,60.857285,38.789932,8.13527,24.140009,38.43266,143.03844,349.25745,73.90507,252.94733,55.782852,52.174263,180.46158,118.83191,670.402,113.20313,3.1910975,7.6399307,5.7115836,63.932472,16358.344,2.3875434,29.176662,47.017742,29.716724,261.22656,64.49356,121.00532,1.8090833,121.97226,433.2207,225.80962,122.32395,436.00858,38.918102,88.29386,137.33002,10.929139,2.0229442,13.025161,859.53064,0.046352506,0.2786486,61.031136,10.994895,5.192244,6.329135,13.53691,81.41981,35.107918,115.185265,623.6222,303.14774,2535.2988,2003.765,39.40242,67.18605,8158.6753,8.507333,119.91886,729.8067,218.07875,297.06827,120.538055,762.0156,874.26025,489.65106,29.420238,164.3612,804.90094,1528.5774,80.97196,849.58124,103.381,1.1152867,53.9623,0.8834507,0.6136884,2.4758794,60.27273,212.72142,114.850075,16.333935,1451.365,375.99698,200.25893,289.01807,83.3615,63.708332,53.06808,95.371574,52.505554,481.02588,195.97966,73.19984,62.153767,33.640797,106.86952,106.549904,16.340378,392.5691,111.3691,1159.0476,31.263124,1777.0286,76.82945,373.14993,917.36237,39.558403,17.385883,846.4103,814.7499,2057.8208,119.505264 +2023-09-21 08:00:00,0.0,14374.59,362.19128,60.598858,63.32418,53.456566,245.43443,35.52917,59.7782,24.407135,35.8477,1607.6133,138.74878,22.41405,201.47389,0.2660932,0.03822913,32.706562,0.15381745,0.13019139,519.7823,0.09891741,521.3713,75.42344,0.10138354,0.10399848,161.01926,27.229914,56.374073,104.15906,19803.92,0.03827061,2071.4573,0.4396256,0.061205797,0.0750917,0.09892088,201.32732,252.51624,22.104889,130.95,38.196537,31.096508,2201.5886,1.4893341,107.297295,55.000828,430.68512,41.808777,452.8207,28.914003,130.34949,0.0,1493.3563,6444.048,9.492823,472.39355,92.65265,35634.344,81.15904,8.574229,32.49169,94.50241,25.694098,9.453661,49.80238,1047.8435,346.57083,39.15695,6.780832,8.699961,272.25638,34.318832,482.01715,136.57556,2517.3499,480.5111,163.41983,138.21767,315.12076,5.508508,8.056899,10.922199,2.6888192,2.1614654,63.38758,74.85576,92.84495,38.04854,41.552162,93.69891,11.251213,3427.264,31.341034,34.675,27.040573,22.468937,242.78519,60.822533,38.73611,8.129745,24.126263,38.39951,142.87614,348.7228,73.86889,252.80333,55.74338,52.07975,180.28497,118.70195,669.84564,113.11034,3.1854446,7.6361113,5.714667,63.953293,16351.451,2.3849704,29.165556,47.00361,29.691544,261.06952,64.4863,120.94157,1.8094815,121.95639,433.16013,225.77031,122.2536,435.94785,38.927036,88.27574,137.3271,10.931556,2.0236778,13.029883,859.3644,0.04633001,0.2787889,61.05463,11.002397,5.1960506,6.3351364,13.546986,81.41814,35.123333,115.24286,623.753,303.27274,2535.9277,2004.019,39.421185,67.21065,8154.8096,8.509716,119.96481,729.7459,218.14,297.13278,120.56611,762.3163,874.1905,489.66873,29.419046,164.3874,804.5078,1527.7627,80.97081,849.3221,103.379074,1.1154512,53.94723,0.8835041,0.61390465,2.4760005,60.23963,212.78734,114.73494,16.34037,1449.8878,375.79816,200.2143,288.96112,83.2873,63.666668,52.98574,95.40656,52.41111,480.43762,195.86111,73.035355,62.075863,33.65972,106.77333,106.48481,16.327032,392.2708,111.290985,1157.4513,31.25982,1776.0355,76.821266,373.04904,916.3344,39.51725,17.394709,846.3263,814.8367,2057.2578,119.56361 +2023-09-21 09:00:00,0.0,14367.705,362.16904,60.64532,63.354652,53.491665,245.5508,35.541237,59.804214,24.41346,35.866123,1608.3141,138.69092,22.422935,201.51958,0.26562366,0.038307387,32.713642,0.15361011,0.13024756,520.06525,0.09884736,521.55725,75.47149,0.10127716,0.10379943,161.07172,27.245832,56.393055,104.18677,19787.99,0.03828293,2071.4473,0.4400948,0.061133694,0.07518197,0.09875911,201.39775,252.63887,22.104979,130.9125,38.202282,31.056318,2201.3828,1.4887239,107.174065,54.934845,430.6547,41.774666,452.90292,28.885836,130.21812,0.0,1492.2188,6438.8833,9.467089,472.17258,92.5783,35625.69,81.05809,8.551874,32.445812,94.304306,25.654613,9.430396,49.69137,1046.9608,346.64218,39.12026,6.7632937,8.690231,271.86954,34.259537,481.11777,136.68083,2517.1807,480.91666,163.2407,138.30885,315.56818,5.507561,8.054943,10.925804,2.690122,2.1631274,63.345505,74.820274,92.84102,38.020298,41.541946,93.62854,11.250096,3428.4739,31.329433,34.634377,27.011719,22.442564,242.72362,60.78778,38.682293,8.124219,24.112514,38.36636,142.71385,348.18817,73.83271,252.65933,55.703915,51.985237,180.10837,118.57198,669.28937,113.01755,3.179792,7.632292,5.71775,63.974113,16344.558,2.3823972,29.15445,46.98948,29.666365,260.91248,64.47903,120.87782,1.8098795,121.94052,433.09955,225.731,122.18325,435.88715,38.93597,88.25763,137.32419,10.933972,2.0244114,13.034605,859.1981,0.046307515,0.27892917,61.078125,11.009898,5.1998568,6.341138,13.557061,81.416466,35.138752,115.30045,623.8838,303.39774,2536.5564,2004.2732,39.439953,67.23524,8150.9443,8.512099,120.010765,729.6851,218.20125,297.1973,120.59416,762.61694,874.12067,489.6864,29.417856,164.4136,804.11475,1526.9481,80.96966,849.0629,103.37715,1.1156156,53.932163,0.8835575,0.61412084,2.4761214,60.206528,212.85326,114.619804,16.346806,1448.4108,375.5993,200.16965,288.90417,83.2131,63.625,52.903404,95.44154,52.316666,479.8494,195.74255,72.870865,61.997963,33.678646,106.67714,106.41972,16.313688,391.9725,111.21287,1155.8551,31.256517,1775.0425,76.81308,372.94815,915.3065,39.476097,17.403534,846.2423,814.9235,2056.6948,119.62194 +2023-09-21 10:00:00,0.0,14360.82,362.1468,60.691784,63.385128,53.526768,245.66716,35.553303,59.83023,24.419786,35.884552,1609.015,138.63307,22.431822,201.56528,0.26515412,0.038385645,32.720722,0.15340278,0.13030376,520.34814,0.09877732,521.7432,75.51954,0.10117078,0.103600375,161.12416,27.261751,56.412037,104.21448,19772.06,0.03829525,2071.4373,0.44056398,0.061061595,0.07527225,0.098597325,201.46817,252.7615,22.105068,130.875,38.20803,31.01613,2201.1768,1.4881136,107.050835,54.868866,430.62427,41.740555,452.98514,28.857668,130.08676,0.0,1491.0813,6433.7183,9.441355,471.95163,92.50395,35617.035,80.95713,8.52952,32.399933,94.106186,25.615131,9.407131,49.580357,1046.0782,346.71353,39.083565,6.745756,8.680503,271.48273,34.20024,480.21838,136.78612,2517.0117,481.3222,163.06158,138.40005,316.0156,5.506614,8.052988,10.929409,2.6914244,2.1647897,63.303432,74.78478,92.83709,37.99206,41.531727,93.55817,11.24898,3429.684,31.317831,34.59375,26.982866,22.416191,242.66203,60.75303,38.62847,8.118692,24.098766,38.33321,142.55156,347.6535,73.796524,252.51532,55.664444,51.890728,179.93176,118.44202,668.73303,112.92476,3.174139,7.6284723,5.720834,63.994938,16337.665,2.3798242,29.143343,46.975346,29.641184,260.75546,64.471756,120.81407,1.8102777,121.92465,433.03897,225.69171,122.1129,435.82642,38.94491,88.23952,137.32129,10.936389,2.025145,13.039328,859.03186,0.04628502,0.27906945,61.10162,11.017401,5.2036633,6.34714,13.567137,81.4148,35.154167,115.358055,624.0146,303.52274,2537.1853,2004.5272,39.458717,67.259834,8147.0786,8.5144825,120.05671,729.62427,218.2625,297.2618,120.62222,762.9176,874.05084,489.70407,29.416666,164.43982,803.7216,1526.1334,80.968506,848.8038,103.37523,1.1157801,53.917095,0.88361084,0.6143371,2.4762425,60.173428,212.91916,114.50467,16.353241,1446.9336,375.40045,200.125,288.84723,83.138885,63.583332,52.821064,95.47653,52.22222,479.26114,195.62401,72.70638,61.920063,33.697567,106.580956,106.35463,16.300343,391.6742,111.13475,1154.2588,31.253214,1774.0494,76.80489,372.84723,914.27856,39.434944,17.41236,846.1583,815.0103,2056.1318,119.68028 +2023-09-21 11:00:00,0.0,14353.935,362.1245,60.73825,63.4156,53.561867,245.78352,35.56537,59.856243,24.426111,35.902977,1609.7158,138.57521,22.440706,201.61098,0.2646846,0.0384639,32.727802,0.15319543,0.13035993,520.63104,0.098707266,521.92914,75.56759,0.1010644,0.103401326,161.17662,27.27767,56.43102,104.24219,19756.13,0.038307574,2071.4272,0.44103318,0.06098949,0.07536252,0.09843555,201.5386,252.88414,22.105158,130.8375,38.21378,30.97594,2200.971,1.4875034,106.927605,54.802883,430.5938,41.706444,453.06735,28.829502,129.9554,0.0,1489.9436,6428.5537,9.41562,471.73065,92.429596,35608.383,80.85618,8.507165,32.354053,93.90807,25.575647,9.383866,49.469345,1045.1956,346.78488,39.04687,6.7282186,8.670774,271.0959,34.140945,479.319,136.89139,2516.8425,481.72775,162.88245,138.49124,316.463,5.505667,8.051033,10.933014,2.6927269,2.1664517,63.26136,74.74929,92.83316,37.96382,41.521507,93.48779,11.247863,3430.894,31.30623,34.553123,26.954012,22.38982,242.60046,60.718277,38.574654,8.113167,24.08502,38.30006,142.38927,347.11887,73.760345,252.37132,55.624973,51.796215,179.75516,118.31205,668.1767,112.83196,3.1684864,7.624653,5.723917,64.015755,16330.772,2.377251,29.132236,46.961216,29.616003,260.59842,64.46449,120.75033,1.8106759,121.90878,432.9784,225.6524,122.04255,435.76572,38.953842,88.2214,137.31839,10.938806,2.0258787,13.044049,858.8656,0.046262525,0.27920973,61.125114,11.024902,5.20747,6.3531413,13.577212,81.41313,35.169582,115.41565,624.1454,303.64774,2537.8142,2004.7812,39.477486,67.28443,8143.2134,8.516866,120.10266,729.5635,218.32376,297.32632,120.650276,763.2182,873.981,489.72174,29.415476,164.46602,803.32855,1525.3188,80.96735,848.5446,103.37331,1.1159445,53.902023,0.88366425,0.6145533,2.4763634,60.140324,212.98508,114.389534,16.359676,1445.4564,375.20163,200.08035,288.79028,83.06468,63.541668,52.738728,95.51152,52.127777,478.6729,195.50546,72.5419,61.84216,33.71649,106.484764,106.289536,16.286999,391.3759,111.05664,1152.6625,31.24991,1773.0564,76.79671,372.74634,913.2506,39.393787,17.421183,846.07434,815.0971,2055.5688,119.738625 +2023-09-21 12:00:00,0.0,14347.05,362.10226,60.784714,63.446075,53.59697,245.89989,35.577435,59.88226,24.432438,35.921402,1610.4166,138.51736,22.449593,201.65666,0.26421505,0.038542155,32.734882,0.15298809,0.13041613,520.914,0.09863722,522.1151,75.61564,0.10095802,0.10320227,161.22908,27.293589,56.45,104.2699,19740.203,0.038319893,2071.4172,0.44150236,0.060917392,0.0754528,0.09827377,201.60902,253.00676,22.10525,130.8,38.21953,30.935753,2200.765,1.4868932,106.80437,54.7369,430.56335,41.672333,453.14957,28.801334,129.82402,0.0,1488.8062,6423.389,9.389886,471.50967,92.35525,35599.727,80.755226,8.484811,32.308174,93.70997,25.536163,9.360601,49.358334,1044.3129,346.85626,39.010178,6.7106805,8.661045,270.70908,34.08165,478.41962,136.99666,2516.6736,482.13333,162.70332,138.58244,316.91043,5.50472,8.049078,10.936619,2.6940293,2.1681137,63.219288,74.713806,92.82923,37.935585,41.51129,93.41742,11.246746,3432.1042,31.294628,34.5125,26.92516,22.363447,242.5389,60.683525,38.520832,8.10764,24.071272,38.26691,142.22697,346.5842,73.72417,252.22733,55.585506,51.701702,179.57855,118.18208,667.62036,112.739174,3.1628335,7.6208334,5.727,64.03658,16323.88,2.374678,29.12113,46.947083,29.590822,260.44138,64.45722,120.686584,1.811074,121.892914,432.91782,225.6131,121.9722,435.705,38.962776,88.203285,137.31548,10.941222,2.0266123,13.048772,858.69934,0.046240028,0.27934998,61.14861,11.032405,5.2112765,6.359143,13.587287,81.41146,35.185,115.47324,624.2761,303.77274,2538.4429,2005.0353,39.49625,67.30903,8139.3477,8.519249,120.14861,729.5027,218.38501,297.39084,120.67833,763.51886,873.9112,489.7394,29.414286,164.49222,802.9354,1524.5043,80.966194,848.28546,103.37138,1.116109,53.886955,0.88371766,0.6147695,2.4764845,60.107224,213.051,114.2744,16.366112,1443.9794,375.00278,200.03572,288.73334,82.99048,63.5,52.65639,95.5465,52.033333,478.08466,195.3869,72.37741,61.76426,33.735416,106.38857,106.22444,16.273653,391.07758,110.97852,1151.0663,31.246607,1772.0634,76.78852,372.64545,912.2227,39.352634,17.430008,845.99036,815.1839,2055.0059,119.79696 +2023-09-21 13:00:00,0.0,14340.165,362.08,60.831177,63.476547,53.63207,246.01625,35.589504,59.908276,24.438763,35.93983,1611.1174,138.4595,22.458479,201.70236,0.26374552,0.038620412,32.741962,0.15278074,0.1304723,521.1969,0.09856717,522.3011,75.66369,0.10085164,0.10300322,161.28154,27.309507,56.468983,104.29761,19724.273,0.038332213,2071.4072,0.44197157,0.06084529,0.075543076,0.09811199,201.67946,253.1294,22.10534,130.7625,38.225273,30.895563,2200.559,1.486283,106.68114,54.670918,430.53296,41.63822,453.23178,28.773167,129.69266,0.0,1487.6686,6418.224,9.364151,471.28873,92.2809,35591.074,80.654274,8.462456,32.262295,93.511856,25.496681,9.337337,49.247322,1043.4303,346.9276,38.973484,6.693143,8.651317,270.32227,34.022354,477.52023,137.10194,2516.5044,482.53888,162.5242,138.67363,317.35785,5.503773,8.047123,10.940223,2.695332,2.169776,63.177216,74.678314,92.8253,37.907345,41.501072,93.347046,11.245629,3433.3142,31.283028,34.471874,26.896305,22.337074,242.47733,60.648773,38.467014,8.102115,24.057524,38.23376,142.06468,346.04956,73.68799,252.08333,55.546036,51.60719,179.40195,118.05212,667.064,112.646385,3.1571808,7.617014,5.7300835,64.0574,16316.987,2.3721046,29.110023,46.93295,29.565641,260.28433,64.44995,120.62283,1.8114722,121.87705,432.85724,225.57379,121.90185,435.6443,38.971714,88.185165,137.31256,10.943639,2.027346,13.053494,858.5331,0.046217535,0.27949026,61.172108,11.0399065,5.215083,6.3651447,13.5973625,81.40979,35.200417,115.53084,624.4069,303.89774,2539.0718,2005.2894,39.51502,67.33362,8135.482,8.521632,120.19456,729.4419,218.44626,297.45535,120.70639,763.8195,873.8414,489.75708,29.413095,164.51842,802.54236,1523.6896,80.96504,848.0263,103.36947,1.1162735,53.871887,0.883771,0.61498576,2.4766054,60.07412,213.11691,114.15926,16.372547,1442.5022,374.80392,199.99107,288.6764,82.91627,63.458332,52.57405,95.58149,51.93889,477.49643,195.26836,72.21293,61.68636,33.75434,106.29238,106.15935,16.26031,390.77927,110.900406,1149.47,31.243303,1771.0703,76.78033,372.54456,911.19476,39.31148,17.438833,845.9064,815.27075,2054.4429,119.8553 +2023-09-21 14:00:00,0.0,14333.28,362.05774,60.877644,63.507023,53.66717,246.13261,35.60157,59.93429,24.445087,35.958256,1611.8182,138.40166,22.467363,201.74805,0.26327598,0.03869867,32.74904,0.1525734,0.13052848,521.4798,0.09849713,522.487,75.71174,0.10074526,0.10280416,161.33398,27.325428,56.487965,104.32532,19708.344,0.038344536,2071.3972,0.44244075,0.060773186,0.07563335,0.09795021,201.7499,253.25203,22.105429,130.725,38.23102,30.855375,2200.353,1.4856727,106.55791,54.60494,430.5025,41.60411,453.314,28.745,129.5613,0.0,1486.531,6413.0596,9.338417,471.06775,92.20655,35582.42,80.55332,8.440102,32.216415,93.31374,25.457197,9.314071,49.13631,1042.5476,346.99896,38.93679,6.675605,8.641587,269.93542,33.96306,476.62085,137.20721,2516.3354,482.94443,162.34508,138.76483,317.80527,5.502826,8.045168,10.943828,2.6966345,2.171438,63.135143,74.64282,92.82137,37.87911,41.490856,93.27667,11.244513,3434.5244,31.271425,34.43125,26.867453,22.310701,242.41574,60.61402,38.413193,8.096588,24.043777,38.20061,141.90239,345.51492,73.6518,251.93932,55.50657,51.51268,179.22536,117.92216,666.5077,112.55359,3.151528,7.6131945,5.7331667,64.078224,16310.095,2.3695314,29.098917,46.91882,29.54046,260.1273,64.44269,120.55909,1.8118703,121.86118,432.79666,225.5345,121.8315,435.58356,38.980648,88.16705,137.30966,10.946056,2.0280795,13.058216,858.3668,0.046195038,0.27963054,61.195602,11.047408,5.2188897,6.371146,13.607438,81.40813,35.215836,115.58844,624.5377,304.02274,2539.7004,2005.5435,39.533783,67.358215,8131.6167,8.524015,120.24051,729.3811,218.5075,297.51987,120.73444,764.1202,873.77155,489.77475,29.411905,164.54463,802.14923,1522.875,80.96389,847.7672,103.367546,1.1164379,53.85682,0.8838244,0.61520195,2.4767265,60.04102,213.18283,114.04413,16.378983,1441.025,374.6051,199.94643,288.61945,82.842064,63.416668,52.491714,95.61648,51.844444,476.90817,195.1498,72.04844,61.608456,33.773262,106.19619,106.09426,16.246964,390.48096,110.82229,1147.8738,31.24,1770.0771,76.77214,372.44366,910.1669,39.270325,17.447659,845.8224,815.35754,2053.88,119.91364 +2023-09-21 15:00:00,0.0,14326.3955,362.0355,60.924107,63.537495,53.70227,246.24896,35.613636,59.960304,24.451414,35.976685,1612.5192,138.3438,22.47625,201.79375,0.26280645,0.038776927,32.75612,0.15236606,0.13058467,521.76276,0.09842709,522.673,75.75978,0.10063888,0.10260511,161.38644,27.341347,56.506947,104.35303,19692.416,0.038356856,2071.3872,0.44290996,0.060701087,0.075723626,0.09778843,201.82031,253.37466,22.105518,130.6875,38.23677,30.815186,2200.147,1.4850624,106.43467,54.538956,430.47208,41.57,453.3962,28.716833,129.42992,0.0,1485.3936,6407.8945,9.312683,470.84677,92.1322,35573.766,80.45237,8.417747,32.170536,93.11563,25.417713,9.290806,49.025295,1041.6649,347.0703,38.900097,6.658067,8.631859,269.5486,33.903763,475.72147,137.3125,2516.1663,483.34998,162.16595,138.85603,318.2527,5.501879,8.043213,10.9474325,2.697937,2.1731,63.09307,74.60733,92.817444,37.850872,41.480637,93.2063,11.243396,3435.7344,31.259825,34.390625,26.8386,22.284328,242.35417,60.57927,38.359375,8.091063,24.03003,38.16746,141.7401,344.98026,73.61562,251.79532,55.4671,51.418167,179.04875,117.79219,665.95135,112.4608,3.1458752,7.609375,5.7362504,64.099045,16303.202,2.3669584,29.08781,46.904686,29.51528,259.97025,64.43542,120.495346,1.8122685,121.845314,432.73608,225.4952,121.76115,435.52286,38.989582,88.14894,137.30676,10.948473,2.0288131,13.062939,858.20056,0.046172544,0.27977082,61.219097,11.054911,5.2226963,6.3771477,13.617514,81.406456,35.23125,115.646034,624.6685,304.14774,2540.3293,2005.7975,39.55255,67.38281,8127.751,8.526399,120.28646,729.3203,218.56876,297.58438,120.7625,764.42084,873.7017,489.79242,29.410713,164.57083,801.75616,1522.0603,80.96273,847.50806,103.36562,1.1166024,53.84175,0.88387775,0.6154182,2.4768474,60.00792,213.24875,113.928986,16.385418,1439.548,374.40625,199.9018,288.5625,82.76785,63.375,52.409374,95.65146,51.75,476.31995,195.03125,71.88396,61.530556,33.792187,106.1,106.02917,16.233618,390.18265,110.74417,1146.2775,31.236696,1769.0841,76.763954,372.34274,909.1389,39.22917,17.456484,845.7384,815.44434,2053.317,119.971985 +2023-09-21 16:00:00,0.0,14319.511,362.0132,60.97057,63.56797,53.737373,246.36533,35.6257,59.98632,24.457739,35.99511,1613.22,138.28595,22.485136,201.83945,0.2623369,0.038855184,32.7632,0.15215872,0.13064085,522.04565,0.09835704,522.8589,75.80783,0.1005325,0.10240606,161.4389,27.357265,56.525925,104.38074,19676.486,0.038369175,2071.3772,0.44337913,0.060628984,0.075813904,0.09762665,201.89075,253.49728,22.10561,130.65,38.24252,30.774998,2199.9412,1.4844521,106.31144,54.472973,430.44165,41.53589,453.47842,28.688665,129.29855,0.0,1484.2559,6402.73,9.286948,470.62582,92.057846,35565.113,80.35142,8.395392,32.124657,92.91753,25.378231,9.267541,48.914284,1040.7822,347.14166,38.8634,6.640529,8.622129,269.1618,33.844467,474.82208,137.41777,2515.9973,483.75555,161.98682,138.94722,318.7001,5.500932,8.041258,10.951037,2.6992397,2.1747622,63.051,74.571846,92.813515,37.82263,41.47042,93.135925,11.24228,3436.9443,31.248224,34.35,26.809746,22.257956,242.2926,60.544518,38.305557,8.085537,24.016281,38.13431,141.5778,344.44562,73.579445,251.65132,55.42763,51.323654,178.87215,117.662224,665.3951,112.36801,3.1402225,7.6055555,5.7393336,64.119865,16296.309,2.3643851,29.076704,46.890556,29.4901,259.81323,64.42815,120.431595,1.8126667,121.829445,432.6755,225.45589,121.690796,435.46213,38.99852,88.13082,137.30385,10.95089,2.0295467,13.06766,858.0343,0.046150047,0.2799111,61.24259,11.062412,5.226503,6.3831496,13.627588,81.404785,35.246666,115.70363,624.7993,304.27274,2540.958,2006.0515,39.571316,67.4074,8123.8853,8.528783,120.332405,729.25946,218.63,297.6489,120.79055,764.72144,873.6319,489.8101,29.409523,164.59703,801.3631,1521.2457,80.96158,847.2489,103.3637,1.1167668,53.82668,0.88393116,0.6156344,2.4769685,59.974815,213.31467,113.81385,16.391851,1438.0708,374.2074,199.85715,288.50555,82.69365,63.333332,52.327038,95.68645,51.655556,475.7317,194.9127,71.719475,61.452656,33.81111,106.00381,105.96407,16.220274,389.88437,110.66605,1144.6813,31.233393,1768.0911,76.75577,372.24185,908.111,39.18802,17.46531,845.6544,815.5312,2052.754,120.03032 +2023-09-21 17:00:00,0.0,14312.626,361.99097,61.017036,63.598442,53.772472,246.48169,35.637768,60.012337,24.464064,36.013535,1613.9208,138.22809,22.494022,201.88513,0.2618674,0.038933437,32.77028,0.15195139,0.13069703,522.3286,0.098286994,523.04486,75.85588,0.10042612,0.102207005,161.49136,27.373184,56.544907,104.40845,19660.557,0.0383815,2071.3672,0.44384834,0.060556885,0.075904176,0.097464874,201.96117,253.61992,22.1057,130.6125,38.248264,30.734808,2199.735,1.4838419,106.18821,54.40699,430.41122,41.501778,453.56064,28.6605,129.16719,0.0,1483.1184,6397.5654,9.261214,470.40485,91.9835,35556.457,80.250465,8.373037,32.078773,92.719406,25.338747,9.244276,48.803272,1039.8997,347.213,38.826706,6.6229916,8.612401,268.77496,33.78517,473.9227,137.52306,2515.8281,484.1611,161.8077,139.03842,319.14752,5.499985,8.039303,10.954641,2.7005422,2.1764243,63.008926,74.536354,92.809586,37.794395,41.4602,93.06555,11.241163,3438.1545,31.236622,34.309376,26.780893,22.231585,242.23102,60.509766,38.251736,8.08001,24.002533,38.101162,141.41551,343.91095,73.54327,251.50731,55.38816,51.22914,178.69554,117.53226,664.83875,112.27522,3.1345696,7.601736,5.742417,64.14069,16289.416,2.361812,29.065596,46.876423,29.46492,259.6562,64.420876,120.36785,1.8130648,121.813576,432.61493,225.4166,121.620445,435.40143,39.007454,88.11271,137.30093,10.953306,2.0302804,13.072383,857.86804,0.046127554,0.28005138,61.266087,11.069915,5.230309,6.389151,13.637664,81.403114,35.262085,115.76123,624.93005,304.39774,2541.587,2006.3055,39.590084,67.432,8120.02,8.531166,120.37836,729.19867,218.69125,297.7134,120.81861,765.0221,873.5621,489.8278,29.408333,164.62325,800.97,1520.431,80.96043,846.98975,103.36178,1.1169313,53.81161,0.88398457,0.6158506,2.4770894,59.941715,213.38058,113.698715,16.398287,1436.5936,374.00858,199.8125,288.4486,82.619446,63.291668,52.2447,95.721436,51.56111,475.14346,194.79414,71.554985,61.374752,33.830032,105.907616,105.89898,16.206928,389.58606,110.587944,1143.085,31.23009,1767.098,76.74758,372.14096,907.08307,39.146866,17.474134,845.57043,815.618,2052.191,120.08866 +2023-09-21 18:00:00,0.0,14305.741,361.9687,61.0635,63.628918,53.807575,246.59805,35.649834,60.038353,24.47039,36.031963,1614.6216,138.17024,22.502907,201.93083,0.26139787,0.039011694,32.77736,0.15174404,0.13075322,522.6115,0.09821694,523.23083,75.90393,0.10031975,0.102007955,161.54381,27.389103,56.56389,104.43616,19644.627,0.038393818,2071.357,0.44431752,0.06048478,0.075994454,0.09730309,202.0316,253.74255,22.10579,130.575,38.254013,30.69462,2199.5293,1.4832317,106.06497,54.34101,430.3808,41.467667,453.64285,28.632332,129.03583,0.0,1481.9808,6392.4004,9.235479,470.18387,91.90915,35547.805,80.14951,8.350683,32.032894,92.5213,25.299263,9.221011,48.69226,1039.017,347.28436,38.790012,6.6054535,8.602673,268.38815,33.725876,473.02332,137.62833,2515.6592,484.56665,161.62857,139.12961,319.59494,5.499038,8.037348,10.958246,2.7018447,2.1780865,62.966854,74.50086,92.80566,37.766155,41.449986,92.99518,11.2400465,3439.3645,31.225021,34.26875,26.752039,22.205212,242.16945,60.475014,38.197918,8.074485,23.988787,38.068012,141.25322,343.3763,73.50708,251.36331,55.348694,51.134632,178.51894,117.40229,664.2824,112.18243,3.128917,7.5979166,5.7455,64.161514,16282.523,2.3592389,29.05449,46.86229,29.43974,259.49915,64.41361,120.30411,1.813463,121.79771,432.55435,225.37729,121.550095,435.34073,39.016388,88.09459,137.29803,10.955723,2.031014,13.0771055,857.7017,0.046105057,0.28019166,61.28958,11.077416,5.2341156,6.3951526,13.647739,81.40145,35.2775,115.818825,625.06085,304.52274,2542.2156,2006.5597,39.60885,67.4566,8116.1543,8.533549,120.4243,729.1379,218.7525,297.77792,120.846664,765.32275,873.49225,489.84546,29.407143,164.64944,800.5769,1519.6165,80.959274,846.7306,103.359856,1.1170958,53.796543,0.8840379,0.6160668,2.4772103,59.90861,213.4465,113.58358,16.404722,1435.1166,373.80972,199.76785,288.39166,82.545235,63.25,52.16236,95.756424,51.466667,474.5552,194.6756,71.3905,61.296852,33.848957,105.81143,105.833885,16.193584,389.28775,110.50983,1141.4888,31.226786,1766.105,76.739395,372.04004,906.0552,39.10571,17.48296,845.4864,815.7048,2051.628,120.147 +2023-09-21 19:00:00,0.0,14298.856,361.94644,61.109962,63.659393,53.842678,246.71442,35.6619,60.06437,24.476715,36.05039,1615.3225,138.11238,22.511793,201.97653,0.26092833,0.03908995,32.78444,0.1515367,0.1308094,522.8944,0.0981469,523.41675,75.95198,0.10021337,0.1018089,161.59627,27.405022,56.58287,104.46387,19628.7,0.038406137,2071.347,0.44478673,0.060412683,0.076084726,0.09714132,202.10202,253.86519,22.10588,130.5375,38.25976,30.65443,2199.3232,1.4826214,105.94174,54.27503,430.35034,41.433556,453.72507,28.604164,128.90445,0.0,1480.8433,6387.236,9.209745,469.96292,91.8348,35539.15,80.04855,8.328328,31.987017,92.32319,25.25978,9.197746,48.58125,1038.1343,347.35574,38.75332,6.587916,8.592943,268.00134,33.66658,472.12393,137.73361,2515.49,484.9722,161.44943,139.22081,320.04236,5.498091,8.035393,10.961851,2.7031472,2.1797485,62.92478,74.46537,92.80173,37.73792,41.439766,92.924805,11.23893,3440.5747,31.213419,34.228127,26.723186,22.178839,242.10788,60.44026,38.144096,8.068958,23.975039,38.034863,141.09093,342.84167,73.4709,251.21931,55.309223,51.04012,178.34233,117.27233,663.7261,112.08964,3.123264,7.594097,5.748584,64.182335,16275.631,2.3566658,29.043383,46.84816,29.414558,259.3421,64.40634,120.24036,1.8138611,121.78184,432.49377,225.33798,121.479744,435.28,39.025322,88.07648,137.29514,10.958139,2.0317476,13.081827,857.53546,0.046082564,0.28033194,61.31308,11.084918,5.237922,6.4011545,13.657815,81.39978,35.29292,115.87642,625.19165,304.64774,2542.8445,2006.8137,39.627617,67.48119,8112.289,8.535933,120.47025,729.0771,218.81375,297.84244,120.87472,765.6234,873.4224,489.86313,29.405952,164.67564,800.1838,1518.8018,80.95812,846.47144,103.35794,1.1172602,53.781475,0.8840913,0.61628306,2.4773314,59.87551,213.51242,113.468445,16.411158,1433.6394,373.61087,199.72322,288.33472,82.47103,63.208332,52.080025,95.791405,51.372223,473.96698,194.55704,71.22601,61.218952,33.86788,105.71524,105.76879,16.180239,388.98944,110.43171,1139.8925,31.223482,1765.1119,76.7312,371.93915,905.0272,39.064556,17.491783,845.4024,815.7916,2051.065,120.20534 +2023-09-21 20:00:00,0.0,14291.972,361.9242,61.15643,63.689865,53.877777,246.83078,35.673965,60.09038,24.483042,36.068813,1616.0233,138.05453,22.52068,202.02222,0.2604588,0.03916821,32.791515,0.15132935,0.13086557,523.17737,0.09807685,523.6027,76.00003,0.10010699,0.10160985,161.64873,27.42094,56.601852,104.49158,19612.77,0.03841846,2071.337,0.4452559,0.06034058,0.076175004,0.096979536,202.17245,253.98781,22.10597,130.5,38.265507,30.614243,2199.1174,1.4820112,105.81851,54.209045,430.31995,41.399445,453.80728,28.575998,128.77309,0.0,1479.7058,6382.071,9.184011,469.74194,91.760445,35530.496,79.9476,8.305974,31.941137,92.12508,25.220297,9.174481,48.470238,1037.2517,347.4271,38.716625,6.570378,8.583215,267.6145,33.607285,471.22455,137.83888,2515.321,485.37778,161.27031,139.31201,320.48978,5.497144,8.033438,10.965456,2.70445,2.1814106,62.88271,74.429886,92.7978,37.70968,41.42955,92.85443,11.237813,3441.7847,31.201818,34.1875,26.694332,22.152466,242.0463,60.40551,38.09028,8.063433,23.96129,38.001713,140.92863,342.307,73.43472,251.07532,55.269756,50.945606,178.16573,117.142365,663.16974,111.99685,3.1176114,7.5902777,5.751667,64.203156,16268.738,2.3540926,29.032276,46.834026,29.389378,259.18506,64.39907,120.17661,1.8142592,121.765976,432.4332,225.29868,121.40939,435.2193,39.03426,88.058365,137.29222,10.960556,2.0324812,13.08655,857.3692,0.046060067,0.28047222,61.336575,11.092421,5.241729,6.407156,13.667891,81.39811,35.308334,115.93402,625.3224,304.77274,2543.4731,2007.0677,39.64638,67.50578,8108.4233,8.538316,120.516205,729.0163,218.875,297.90695,120.90278,765.9241,873.3526,489.8808,29.404762,164.70184,799.7907,1517.9872,80.95696,846.2123,103.35602,1.1174247,53.766407,0.88414466,0.61649925,2.4774523,59.842407,213.57834,113.35331,16.417593,1432.1622,373.41205,199.67857,288.27777,82.39682,63.166668,51.997684,95.82639,51.27778,473.37872,194.43849,71.06153,61.14105,33.886806,105.61905,105.703705,16.166895,388.69113,110.35359,1138.2963,31.220179,1764.1189,76.723015,371.83826,903.9993,39.023403,17.500608,845.3184,815.8784,2050.502,120.26368 +2023-09-21 21:00:00,0.0,14285.086,361.90192,61.202892,63.72034,53.91288,246.94714,35.686035,60.116398,24.489367,36.087242,1616.7241,137.99667,22.529564,202.06792,0.25998926,0.039246466,32.798595,0.15112202,0.13092177,523.46027,0.09800681,523.7887,76.04808,0.10000061,0.10141079,161.70119,27.43686,56.620834,104.51929,19596.84,0.03843078,2071.327,0.4457251,0.060268477,0.07626528,0.096817754,202.24289,254.11044,22.10606,130.4625,38.271255,30.574053,2198.9114,1.4814008,105.695274,54.143063,430.2895,41.365334,453.8895,28.54783,128.64172,0.0,1478.5681,6376.9062,9.158277,469.52097,91.6861,35521.844,79.84665,8.283619,31.895256,91.92696,25.180815,9.1512165,48.359226,1036.369,347.49844,38.67993,6.55284,8.573485,267.2277,33.547985,470.32513,137.94417,2515.1519,485.78333,161.09119,139.4032,320.9372,5.496197,8.031483,10.96906,2.7057524,2.1830728,62.840637,74.394394,92.79387,37.681442,41.41933,92.78406,11.236696,3442.9949,31.190218,34.146873,26.66548,22.126093,241.98473,60.370758,38.036457,8.057906,23.947544,37.968563,140.76634,341.77237,73.398544,250.9313,55.230286,50.851093,177.98912,117.0124,662.6134,111.90405,3.1119585,7.586458,5.7547503,64.223976,16261.846,2.3515193,29.02117,46.819897,29.364197,259.028,64.39181,120.11287,1.8146573,121.75011,432.37262,225.25938,121.33904,435.15857,39.043194,88.040245,137.2893,10.962973,2.033215,13.091271,857.20294,0.046037573,0.2806125,61.36007,11.099922,5.2455354,6.4131575,13.677965,81.39644,35.32375,115.991615,625.45325,304.89774,2544.102,2007.3218,39.66515,67.53038,8104.5576,8.540699,120.56215,728.95544,218.93625,297.97147,120.93083,766.22473,873.2828,489.89847,29.40357,164.72806,799.3976,1517.1725,80.95581,845.9532,103.354095,1.1175892,53.751335,0.88419807,0.6167155,2.4775734,59.809307,213.64426,113.238174,16.424028,1430.6852,373.2132,199.63393,288.22083,82.32262,63.125,51.915348,95.86138,51.183334,472.79047,194.31995,70.89704,61.06315,33.905727,105.52286,105.63861,16.15355,388.39282,110.275475,1136.7,31.216875,1763.1259,76.71483,371.73737,902.9714,38.98225,17.509434,845.23444,815.9652,2049.939,120.32202 +2023-09-21 22:00:00,0.0,14278.201,361.87967,61.249355,63.750813,53.94798,247.0635,35.6981,60.142414,24.495691,36.105667,1617.4249,137.93883,22.53845,202.11362,0.25951973,0.03932472,32.805676,0.15091467,0.13097794,523.7432,0.09793676,523.9746,76.09613,0.09989423,0.10121174,161.75363,27.452778,56.639816,104.547,19580.912,0.0384431,2071.317,0.4461943,0.060196377,0.076355554,0.09665597,202.31331,254.23308,22.10615,130.425,38.277004,30.533865,2198.7056,1.4807906,105.572044,54.077084,430.25906,41.331223,453.9717,28.519665,128.51036,0.0,1477.4307,6371.7417,9.132543,469.30002,91.61175,35513.188,79.7457,8.261265,31.849377,91.72885,25.14133,9.127952,48.248215,1035.4863,347.5698,38.643238,6.535302,8.563757,266.84088,33.48869,469.42575,138.04944,2514.983,486.18887,160.91206,139.4944,321.3846,5.49525,8.029528,10.972665,2.7070549,2.1847348,62.798565,74.3589,92.78994,37.653202,41.409115,92.713684,11.2355795,3444.2048,31.178616,34.10625,26.636625,22.099722,241.92316,60.336006,37.98264,8.052381,23.933796,37.935417,140.60405,341.23773,73.36236,250.78731,55.19082,50.756584,177.81253,116.88243,662.05707,111.811264,3.1063058,7.5826387,5.7578335,64.2448,16254.953,2.3489463,29.010063,46.805763,29.339016,258.87097,64.38454,120.04912,1.8150555,121.73424,432.31204,225.22008,121.26869,435.09787,39.052128,88.02213,137.2864,10.965389,2.0339487,13.095994,857.0367,0.046015076,0.28075278,61.383564,11.107425,5.249342,6.4191594,13.688041,81.394775,35.33917,116.04921,625.584,305.02274,2544.7307,2007.5759,39.683914,67.55498,8100.6924,8.543082,120.6081,728.89465,218.9975,298.03598,120.958885,766.5253,873.213,489.91614,29.40238,164.75426,799.0045,1516.3579,80.95466,845.69403,103.35217,1.1177536,53.736267,0.8842515,0.6169317,2.4776943,59.776203,213.71016,113.12303,16.430464,1429.208,373.01434,199.5893,288.16388,82.24841,63.083332,51.83301,95.89636,51.08889,472.20224,194.20139,70.73256,60.985245,33.924652,105.42667,105.57352,16.140205,388.0945,110.197365,1135.1038,31.213572,1762.1328,76.70664,371.63647,901.9435,38.941093,17.51826,845.15045,816.05206,2049.376,120.380356 +2023-09-21 23:00:00,0.0,14271.316,361.8574,61.295822,63.78129,53.98308,247.17987,35.710167,60.16843,24.502018,36.124096,1618.1257,137.88097,22.547337,202.1593,0.2590502,0.039402977,32.812756,0.15070733,0.13103412,524.0261,0.097866714,524.1606,76.14418,0.09978785,0.101012684,161.80609,27.468697,56.6588,104.57471,19564.982,0.038455423,2071.307,0.4466635,0.060124274,0.07644583,0.096494205,202.38374,254.35571,22.106241,130.3875,38.282753,30.493675,2198.4995,1.4801804,105.448814,54.0111,430.22864,41.29711,454.05392,28.491497,128.37898,0.0,1476.293,6366.5767,9.106808,469.07904,91.5374,35504.535,79.644745,8.23891,31.803497,91.53074,25.101847,9.104687,48.137203,1034.6036,347.64114,38.606544,6.5177646,8.5540285,266.45404,33.429394,468.52637,138.15472,2514.8137,486.59442,160.73296,139.58559,321.83203,5.494303,8.027573,10.97627,2.7083576,2.1863968,62.756493,74.32342,92.78601,37.624966,41.398895,92.64331,11.234463,3445.415,31.167015,34.065624,26.607773,22.073349,241.86157,60.301254,37.928818,8.046855,23.920048,37.902267,140.44176,340.70306,73.32618,250.64331,55.15135,50.66207,177.63593,116.752464,661.50073,111.718475,3.100653,7.5788193,5.7609167,64.265625,16248.06,2.346373,28.998957,46.79163,29.313835,258.71396,64.377266,119.985374,1.8154536,121.71837,432.25146,225.18077,121.19834,435.03714,39.061066,88.00401,137.28351,10.967806,2.0346823,13.100717,856.8704,0.045992583,0.28089306,61.40706,11.114926,5.2531486,6.425161,13.698116,81.393105,35.354584,116.106804,625.7148,305.14774,2545.3596,2007.83,39.702682,67.57957,8096.8267,8.545465,120.65405,728.83386,219.05876,298.1005,120.986946,766.826,873.1432,489.9338,29.40119,164.78046,798.6114,1515.5432,80.95351,845.4349,103.35025,1.1179181,53.7212,0.8843048,0.6171479,2.4778154,59.743103,213.77608,113.0079,16.4369,1427.7308,372.8155,199.54465,288.10693,82.1742,63.041668,51.75067,95.93135,50.994446,471.61398,194.08284,70.56808,60.907345,33.943577,105.330475,105.50842,16.12686,387.7962,110.11925,1133.5074,31.210268,1761.1396,76.698456,371.53555,900.9155,38.89994,17.527084,845.06647,816.13885,2048.813,120.4387 +2023-09-22 00:00:00,0.0,14264.432,361.83514,61.342285,63.81176,54.01818,247.29623,35.722233,60.194443,24.508343,36.14252,1618.8267,137.82312,22.556223,202.205,0.25858065,0.039481234,32.819836,0.1505,0.13109031,524.309,0.09779666,524.34656,76.19223,0.099681474,0.100813635,161.85855,27.484615,56.67778,104.60242,19549.053,0.038467743,2071.2969,0.44713268,0.060052175,0.07653611,0.09633242,202.45416,254.47833,22.10633,130.35,38.288498,30.453487,2198.2937,1.4795702,105.32558,53.945118,430.19818,41.263,454.13614,28.46333,128.24762,0.0,1475.1555,6361.412,9.081074,468.85806,91.46304,35495.88,79.54379,8.216556,31.757618,91.33263,25.062365,9.081422,48.02619,1033.7211,347.7125,38.569847,6.500227,8.544299,266.06723,33.3701,467.62698,138.26,2514.6445,487.0,160.55382,139.67679,322.27945,5.493356,8.025618,10.979875,2.70966,2.188059,62.714417,74.287926,92.782074,37.596725,41.38868,92.57294,11.233346,3446.625,31.155413,34.025,26.578918,22.046976,241.8,60.266502,37.875,8.041328,23.9063,37.869118,140.27946,340.16843,73.29,250.4993,55.11188,50.56756,177.45932,116.622505,660.94446,111.62569,3.0950003,7.575,5.7640004,64.286446,16241.167,2.3438,28.98785,46.7775,29.288656,258.55692,64.37,119.92163,1.8158518,121.7025,432.1909,225.14148,121.12799,434.97644,39.07,87.9859,137.2806,10.970222,2.035416,13.105438,856.70416,0.045970086,0.28103334,61.430553,11.122428,5.256955,6.431163,13.708192,81.39143,35.37,116.164406,625.8456,305.27274,2545.9883,2008.084,39.721447,67.604164,8092.961,8.547849,120.7,728.7731,219.12001,298.165,121.015,767.12665,873.07336,489.95148,29.4,164.80667,798.2183,1514.7286,80.95235,845.1757,103.34833,1.1180825,53.70613,0.8843582,0.61736417,2.4779363,59.71,213.842,112.89276,16.443335,1426.2538,372.61667,199.5,288.05,82.1,63.0,51.668335,95.96634,50.9,471.02576,193.9643,70.40359,60.829445,33.962498,105.23428,105.44333,16.113516,387.49792,110.04113,1131.9111,31.206964,1760.1466,76.69027,371.43466,899.8876,38.858788,17.53591,844.9825,816.22565,2048.25,120.49704 +2023-09-22 01:00:00,0.0,14257.547,361.81287,61.38875,63.842236,54.053284,247.4126,35.7343,60.22046,24.514668,36.160946,1619.5275,137.76526,22.565107,202.25069,0.25811112,0.03955949,32.826916,0.15029265,0.13114649,524.592,0.09772662,524.5325,76.24027,0.099575095,0.100614585,161.91101,27.500534,56.69676,104.630135,19533.123,0.038480062,2071.2869,0.44760188,0.059980072,0.07662638,0.09617064,202.5246,254.60097,22.10642,130.3125,38.294247,30.413298,2198.0876,1.4789599,105.20235,53.879135,430.1678,41.22889,454.21835,28.435163,128.11626,0.0,1474.018,6356.2476,9.05534,468.63712,91.388695,35487.227,79.44284,8.1942005,31.711739,91.13452,25.02288,9.058157,47.915176,1032.8384,347.78384,38.533154,6.482689,8.534571,265.68042,33.310802,466.7276,138.36528,2514.4756,487.40555,160.3747,139.76797,322.72687,5.492409,8.023662,10.9834795,2.7109625,2.189721,62.672344,74.25243,92.778145,37.56849,41.37846,92.50256,11.232229,3447.835,31.143812,33.984375,26.550066,22.020603,241.73843,60.23175,37.821182,8.035803,23.892553,37.835968,140.11717,339.63376,73.25382,250.3553,55.07241,50.473045,177.28271,116.49254,660.3881,111.53289,3.0893474,7.5711803,5.7670836,64.30727,16234.274,2.3412268,28.976744,46.763367,29.263475,258.39987,64.36273,119.85788,1.81625,121.68663,432.1303,225.10217,121.05764,434.9157,39.078934,87.96778,137.27768,10.972639,2.0361495,13.110161,856.5379,0.045947593,0.28117362,61.454052,11.1299305,5.2607617,6.4371643,13.7182665,81.38976,35.385418,116.222,625.9763,305.39774,2546.6172,2008.338,39.740215,67.62876,8089.0957,8.550232,120.74595,728.7123,219.18126,298.22952,121.04305,767.4273,873.00354,489.96915,29.39881,164.83287,797.8252,1513.914,80.951195,844.91656,103.34641,1.118247,53.691063,0.88441163,0.61758035,2.4780574,59.6769,213.90791,112.777626,16.449768,1424.7766,372.41782,199.45535,287.99304,82.025795,62.958332,51.585995,96.00133,50.805557,470.4375,193.84573,70.239105,60.75154,33.981422,105.13809,105.37824,16.10017,387.19962,109.96301,1130.315,31.203661,1759.1536,76.682076,371.33377,898.8597,38.81763,17.544735,844.8985,816.3125,2047.6871,120.555374 +2023-09-22 02:00:00,0.0,14250.662,361.79062,61.435215,63.872707,54.088383,247.52896,35.746365,60.246475,24.520994,36.179375,1620.2283,137.70741,22.573994,202.29639,0.25764158,0.03963775,32.833992,0.15008532,0.13120268,524.8749,0.09765657,524.71844,76.28832,0.099468715,0.10041553,161.96346,27.516453,56.71574,104.657845,19517.195,0.038492385,2071.2769,0.44807106,0.05990797,0.07671666,0.09600886,202.59503,254.7236,22.106512,130.275,38.299995,30.37311,2197.8818,1.4783497,105.07912,53.813152,430.13733,41.19478,454.30057,28.406996,127.984886,0.0,1472.8804,6351.0825,9.029605,468.41614,91.31435,35478.574,79.34189,8.171846,31.66586,90.93641,24.983397,9.034891,47.804165,1031.9557,347.8552,38.49646,6.4651513,8.524841,265.29358,33.251507,465.82822,138.47055,2514.3064,487.8111,160.19557,139.85918,323.1743,5.491462,8.021707,10.987083,2.712265,2.1913831,62.630272,74.21694,92.774216,37.540253,41.36824,92.43219,11.2311125,3449.0452,31.13221,33.94375,26.521212,21.99423,241.67685,60.197,37.76736,8.030276,23.878805,37.80282,139.95488,339.09912,73.217636,250.2113,55.032944,50.378536,177.10611,116.36257,659.8318,111.4401,3.0836947,7.567361,5.770167,64.32809,16227.382,2.3386538,28.965637,46.749237,29.238295,258.24283,64.35546,119.794136,1.8166481,121.67076,432.06973,225.06287,120.98729,434.855,39.08787,87.94967,137.27478,10.975056,2.036883,13.114883,856.37164,0.045925096,0.2813139,61.477547,11.137432,5.264568,6.443166,13.728342,81.3881,35.400833,116.279594,626.1071,305.52274,2547.246,2008.592,39.75898,67.65335,8085.23,8.552615,120.7919,728.6515,219.24251,298.29404,121.071106,767.72797,872.9337,489.98682,29.39762,164.85907,797.4321,1513.0994,80.95004,844.6574,103.34449,1.1184115,53.67599,0.884465,0.6177966,2.4781783,59.6438,213.97383,112.66249,16.456203,1423.2994,372.21896,199.41072,287.9361,81.951584,62.916668,51.50366,96.03631,50.711113,469.84927,193.72719,70.074615,60.67364,34.000347,105.04191,105.31315,16.086826,386.9013,109.884895,1128.7186,31.200357,1758.1605,76.67389,371.23285,897.8317,38.776478,17.55356,844.8145,816.3993,2047.1241,120.613716 +2023-09-22 03:00:00,0.0,14243.777,361.76837,61.481678,63.903183,54.123486,247.64531,35.75843,60.27249,24.527319,36.1978,1620.9291,137.64955,22.58288,202.34209,0.25717205,0.039716,32.841072,0.14987797,0.13125886,525.15784,0.09758653,524.90436,76.33637,0.09936234,0.10021648,162.01591,27.532372,56.734722,104.685555,19501.266,0.038504705,2071.2666,0.44854027,0.05983587,0.07680694,0.095847085,202.66545,254.84624,22.106602,130.2375,38.30574,30.33292,2197.6758,1.4777395,104.95588,53.747173,430.1069,41.160667,454.38278,28.378828,127.853516,0.0,1471.7429,6345.918,9.003871,468.19516,91.24,35469.918,79.24093,8.149491,31.61998,90.7383,24.943914,9.011626,47.693153,1031.073,347.92657,38.459766,6.4476132,8.515113,264.90677,33.19221,464.92883,138.57584,2514.1375,488.21664,160.01645,139.95038,323.6217,5.490515,8.019752,10.990688,2.7135677,2.1930454,62.5882,74.18146,92.77029,37.512012,41.358025,92.36182,11.229996,3450.2551,31.12061,33.903126,26.49236,21.967857,241.61528,60.162247,37.713543,8.024751,23.865057,37.76967,139.79259,338.56448,73.18146,250.0673,54.993473,50.284023,176.9295,116.232605,659.27545,111.34731,3.0780418,7.563542,5.77325,64.34891,16220.489,2.3360806,28.95453,46.735104,29.213114,258.0858,64.34819,119.730385,1.8170463,121.6549,432.00916,225.02356,120.91694,434.7943,39.096806,87.93156,137.27188,10.977472,2.0376167,13.119605,856.2054,0.045902602,0.28145418,61.50104,11.144935,5.2683744,6.4491677,13.738418,81.38643,35.416252,116.3372,626.2379,305.64774,2547.8748,2008.8462,39.77775,67.67795,8081.3647,8.554998,120.837845,728.59064,219.30376,298.35855,121.09917,768.02856,872.8639,490.0045,29.39643,164.88527,797.039,1512.2847,80.94889,844.39825,103.34257,1.1185759,53.660923,0.8845184,0.6180128,2.4782991,59.610695,214.03975,112.547356,16.462639,1421.8224,372.02014,199.36607,287.87918,81.87738,62.875,51.421318,96.0713,50.616665,469.26102,193.60863,69.91013,60.59574,34.01927,104.94572,105.248055,16.07348,386.603,109.80678,1127.1224,31.197054,1757.1675,76.6657,371.13196,896.80383,38.735325,17.562384,844.7305,816.4861,2046.5612,120.67206 +2023-09-22 04:00:00,0.0,14236.893,361.7461,61.52814,63.933655,54.158585,247.76167,35.770496,60.298508,24.533646,36.21623,1621.6299,137.5917,22.591764,202.38777,0.2567025,0.03979426,32.848152,0.14967063,0.13131504,525.44073,0.097516485,525.09033,76.38442,0.099255964,0.10001742,162.06837,27.54829,56.753704,104.713264,19485.336,0.038517024,2071.2566,0.44900945,0.059763767,0.07689721,0.0956853,202.73589,254.96887,22.106691,130.2,38.31149,30.292732,2197.4697,1.4771291,104.83265,53.68119,430.07648,41.126556,454.465,28.350662,127.72215,0.0,1470.6052,6340.753,8.978137,467.9742,91.16564,35461.266,79.13998,8.127137,31.574099,90.540184,24.90443,8.988361,47.58214,1030.1904,347.99792,38.423073,6.4300756,8.505384,264.51993,33.132915,464.02945,138.6811,2513.9683,488.6222,159.83731,140.04156,324.06912,5.489568,8.0177965,10.994293,2.7148702,2.1947074,62.546127,74.145966,92.76636,37.483776,41.347805,92.29144,11.228879,3451.4653,31.109009,33.8625,26.463507,21.941486,241.55371,60.127495,37.65972,8.019224,23.85131,37.73652,139.6303,338.02982,73.14528,249.9233,54.954002,50.18951,176.7529,116.10264,658.7191,111.25452,3.0723891,7.5597224,5.7763333,64.369736,16213.597,2.3335073,28.943422,46.72097,29.187933,257.92874,64.34093,119.66664,1.8174444,121.63903,431.94858,224.98427,120.84659,434.73358,39.10574,87.91344,137.26897,10.979889,2.0383503,13.124328,856.0391,0.045880105,0.28159446,61.524536,11.152436,5.272181,6.455169,13.748493,81.38476,35.431667,116.39479,626.3687,305.77274,2548.5037,2009.1002,39.796513,67.702545,8077.499,8.557382,120.8838,728.52985,219.365,298.42307,121.12722,768.3292,872.79407,490.0222,29.395237,164.91148,796.64594,1511.4701,80.94774,844.13916,103.340645,1.1187404,53.645855,0.8845718,0.61822903,2.4784203,59.577595,214.10567,112.43222,16.469074,1420.3452,371.8213,199.32143,287.82224,81.80318,62.833332,51.33898,96.106285,50.52222,468.6728,193.49008,69.74564,60.517838,34.038193,104.849525,105.18296,16.060137,386.3047,109.72867,1125.5261,31.19375,1756.1744,76.65752,371.03107,895.7759,38.69417,17.571209,844.64655,816.57294,2045.9982,120.73039 +2023-09-22 05:00:00,0.0,14230.008,361.72385,61.574608,63.96413,54.193687,247.87804,35.782566,60.32452,24.53997,36.234653,1622.3308,137.53384,22.60065,202.43347,0.25623298,0.039872516,32.855232,0.14946328,0.13137123,525.72363,0.097446434,525.2763,76.43247,0.099149585,0.09981837,162.12083,27.564209,56.772686,104.740974,19469.408,0.038529348,2071.2466,0.44947866,0.059691668,0.07698749,0.09552353,202.8063,255.09149,22.106781,130.1625,38.317238,30.252542,2197.264,1.4765189,104.70942,53.615208,430.04605,41.092445,454.5472,28.322495,127.59078,0.0,1469.4678,6335.5884,8.952402,467.75323,91.09129,35452.61,79.039024,8.104782,31.52822,90.34207,24.864946,8.965096,47.47113,1029.3077,348.06927,38.38638,6.4125376,8.495655,264.13312,33.07362,463.13007,138.78639,2513.7993,489.02777,159.65819,140.13277,324.51654,5.4886217,8.0158415,10.997898,2.7161727,2.1963694,62.504055,74.11047,92.76243,37.455536,41.33759,92.22106,11.227762,3452.6753,31.097406,33.821877,26.434652,21.915113,241.49213,60.092743,37.605904,8.013699,23.837563,37.70337,139.468,337.49518,73.1091,249.7793,54.914536,50.094997,176.57631,115.97268,658.1628,111.16173,3.0667362,7.555903,5.779417,64.39056,16206.704,2.3309343,28.932316,46.70684,29.162752,257.77173,64.33366,119.6029,1.8178426,121.62316,431.888,224.94496,120.776245,434.67288,39.114677,87.895325,137.26605,10.982306,2.039084,13.129049,855.87286,0.04585761,0.2817347,61.54803,11.159938,5.2759876,6.4611707,13.758568,81.38309,35.447083,116.452385,626.4995,305.89774,2549.1323,2009.3542,39.81528,67.72714,8073.6333,8.559765,120.92974,728.46906,219.42625,298.48758,121.15527,768.6299,872.72424,490.03986,29.394047,164.93768,796.2528,1510.6554,80.94658,843.88,103.33872,1.1189048,53.630787,0.88462514,0.6184452,2.4785411,59.54449,214.17159,112.317085,16.47551,1418.868,371.62244,199.2768,287.7653,81.728966,62.791668,51.256645,96.141266,50.427776,468.08453,193.37154,69.58116,60.439938,34.057117,104.753334,105.11787,16.046791,386.00638,109.65055,1123.9299,31.190447,1755.1814,76.64933,370.93018,894.748,38.653015,17.580034,844.56256,816.6597,2045.4352,120.788734 +2023-09-22 06:00:00,0.0,14223.122,361.70157,61.62107,63.994602,54.228786,247.9944,35.794632,60.350536,24.546295,36.25308,1623.0316,137.476,22.609537,202.47917,0.25576344,0.039950773,32.862312,0.14925595,0.1314274,526.0066,0.09737639,525.4622,76.48052,0.099043205,0.099619314,162.17328,27.580128,56.791668,104.768684,19453.479,0.038541667,2071.2366,0.44994783,0.059619565,0.07707776,0.09536175,202.87674,255.21413,22.106873,130.125,38.322987,30.212355,2197.0579,1.4759086,104.58618,53.549225,430.01562,41.058334,454.62943,28.294327,127.45942,0.0,1468.3302,6330.424,8.926668,467.53226,91.016945,35443.957,78.93807,8.082428,31.48234,90.14396,24.825464,8.941832,47.36012,1028.425,348.14062,38.349686,6.395,8.485927,263.7463,33.014324,462.23068,138.89166,2513.6301,489.43332,159.47906,140.22395,324.96396,5.4876747,8.013886,11.001502,2.7174754,2.1980317,62.461983,74.07498,92.7585,37.4273,41.32737,92.15069,11.226646,3453.8855,31.085806,33.78125,26.4058,21.88874,241.43056,60.05799,37.552082,8.008173,23.823814,37.67022,139.30571,336.9605,73.072914,249.6353,54.875065,50.00049,176.3997,115.84271,657.60645,111.06894,3.0610836,7.5520835,5.7825003,64.41138,16199.811,2.328361,28.92121,46.692707,29.137571,257.6147,64.326385,119.53915,1.8182408,121.60729,431.82742,224.90565,120.705894,434.61215,39.12361,87.877205,137.26315,10.984722,2.0398176,13.133772,855.7066,0.045835115,0.28187498,61.571526,11.16744,5.279794,6.4671726,13.768643,81.381424,35.4625,116.50998,626.63025,306.02274,2549.7612,2009.6083,39.83405,67.75173,8069.768,8.562149,120.97569,728.40826,219.4875,298.5521,121.183334,768.93054,872.6544,490.05753,29.392857,164.96388,795.85974,1509.8408,80.94543,843.62085,103.3368,1.1190693,53.61572,0.88467854,0.61866146,2.4786623,59.51139,214.2375,112.20194,16.481945,1417.391,371.4236,199.23215,287.70834,81.65476,62.75,51.174305,96.176254,50.333332,467.4963,193.25298,69.41668,60.362038,34.076042,104.65714,105.05278,16.033447,385.70807,109.57243,1122.3336,31.187143,1754.1884,76.64114,370.82928,893.72003,38.611862,17.58886,844.4786,816.7465,2044.8722,120.84708 +2023-09-22 07:00:00,0.0,14216.237,361.67932,61.667534,64.02508,54.26389,248.11076,35.806698,60.376553,24.552622,36.271507,1623.7324,137.41814,22.618423,202.52486,0.2552939,0.04002903,32.869392,0.1490486,0.13148358,526.2895,0.09730634,525.6482,76.52857,0.098936826,0.099420264,162.22574,27.596046,56.81065,104.796394,19437.549,0.038553987,2071.2266,0.45041704,0.05954746,0.07716804,0.095199965,202.94717,255.33676,22.106962,130.0875,38.32873,30.172165,2196.852,1.4752984,104.46295,53.483246,429.98517,41.024223,454.71164,28.266161,127.32805,0.0,1467.1926,6325.259,8.900933,467.31128,90.9426,35435.305,78.83712,8.060073,31.43646,89.94585,24.78598,8.918567,47.249107,1027.5425,348.21198,38.312992,6.377462,8.476197,263.35947,32.95503,461.3313,138.99695,2513.4612,489.83887,159.29994,140.31516,325.41138,5.4867277,8.011931,11.005107,2.718778,2.1996937,62.41991,74.03949,92.75457,37.39906,41.317154,92.080315,11.22553,3455.0955,31.074203,33.740623,26.376945,21.862368,241.36899,60.02324,37.498264,8.002646,23.810068,37.63707,139.14343,336.42587,73.036736,249.4913,54.835598,49.905975,176.2231,115.712746,657.0502,110.97614,3.0554307,7.548264,5.7855835,64.4322,16192.918,2.325788,28.910103,46.678577,29.112392,257.45764,64.31912,119.4754,1.8186388,121.59142,431.76685,224.86636,120.635544,434.55145,39.132545,87.85909,137.26025,10.98714,2.0405512,13.1384945,855.54034,0.045812618,0.28201526,61.595024,11.174942,5.283601,6.473174,13.778719,81.37975,35.477917,116.56758,626.76105,306.14774,2550.39,2009.8624,39.852814,67.77633,8065.9023,8.564532,121.021645,728.3475,219.54875,298.6166,121.21139,769.2312,872.5846,490.0752,29.391666,164.99008,795.4667,1509.0261,80.944275,843.3617,103.334885,1.1192338,53.600647,0.8847319,0.61887765,2.4787831,59.478287,214.30342,112.08681,16.48838,1415.9138,371.22476,199.1875,287.6514,81.58055,62.708332,51.09197,96.21124,50.238888,466.90805,193.13443,69.25219,60.284134,34.094963,104.56095,104.987686,16.020102,385.40976,109.494316,1120.7374,31.18384,1753.1953,76.63295,370.72836,892.69214,38.57071,17.597685,844.3946,816.8334,2044.3092,120.90541 +2023-09-22 08:00:00,0.0,14209.353,361.65707,61.714,64.05555,54.29899,248.22713,35.818764,60.40257,24.558947,36.289932,1624.4332,137.36029,22.627308,202.57056,0.25482437,0.040107284,32.876472,0.14884126,0.13153978,526.57245,0.0972363,525.83417,76.57662,0.09883045,0.09922121,162.2782,27.611965,56.82963,104.824104,19421.62,0.03856631,2071.2166,0.45088622,0.059475362,0.07725832,0.09503819,203.0176,255.4594,22.107052,130.05,38.33448,30.131977,2196.646,1.4746882,104.33972,53.417263,429.95477,40.990112,454.79385,28.237993,127.19668,0.0,1466.0552,6320.094,8.875199,467.09033,90.86825,35426.65,78.73617,8.037719,31.390581,89.747734,24.746496,8.895302,47.138096,1026.6598,348.28333,38.2763,6.3599243,8.466469,262.97266,32.895733,460.43192,139.10222,2513.292,490.24442,159.12082,140.40636,325.8588,5.4857807,8.009976,11.008712,2.7200804,2.2013557,62.37784,74.004,92.75064,37.370823,41.306934,92.00994,11.224413,3456.3057,31.062603,33.7,26.348093,21.835995,241.3074,59.988487,37.444443,7.997121,23.79632,37.60392,138.98114,335.89124,73.00056,249.34729,54.796127,49.811462,176.0465,115.58278,656.49384,110.883354,3.049778,7.5444446,5.7886667,64.45302,16186.025,2.3232148,28.898996,46.664444,29.087212,257.3006,64.31185,119.41166,1.819037,121.575554,431.70627,224.82706,120.56519,434.49072,39.14148,87.84098,137.25734,10.989556,2.0412848,13.143216,855.3741,0.045790125,0.28215554,61.61852,11.182445,5.2874074,6.4791756,13.7887945,81.37808,35.493336,116.625175,626.89185,306.27274,2551.0188,2010.1165,39.871582,67.80093,8062.037,8.5669155,121.06759,728.2866,219.61,298.68112,121.23944,769.53186,872.5148,490.09286,29.390476,165.0163,795.07355,1508.2115,80.94312,843.10254,103.33296,1.1193982,53.58558,0.8847853,0.6190939,2.4789042,59.445187,214.36934,111.97167,16.494816,1414.4366,371.0259,199.14285,287.59445,81.50635,62.666668,51.00963,96.24622,50.144444,466.31982,193.01587,69.08771,60.206234,34.113888,104.46476,104.92259,16.006758,385.11145,109.4162,1119.1411,31.180536,1752.2021,76.62476,370.62747,891.6642,38.529552,17.60651,844.3106,816.92017,2043.7462,120.96375 +2023-09-22 09:00:00,0.0,14202.468,361.6348,61.760464,64.08603,54.33409,248.34349,35.83083,60.428585,24.565273,36.308357,1625.1342,137.30243,22.636194,202.61624,0.25435483,0.04018554,32.88355,0.14863393,0.13159595,526.85535,0.09716625,526.0201,76.62467,0.09872407,0.09902216,162.33064,27.627884,56.84861,104.851814,19405.691,0.03857863,2071.2065,0.45135543,0.05940326,0.07734859,0.09487641,203.08803,255.58202,22.107143,130.0125,38.34023,30.091787,2196.4402,1.4740779,104.21649,53.35128,429.92432,40.956,454.87607,28.209826,127.065315,0.0,1464.9175,6314.929,8.849465,466.86935,90.79389,35417.996,78.635216,8.015364,31.344702,89.54962,24.707014,8.872037,47.027084,1025.7771,348.35468,38.2396,6.3423862,8.45674,262.58585,32.836437,459.53253,139.2075,2513.123,490.65,158.94168,140.49754,326.3062,5.4848337,8.008021,11.012317,2.7213829,2.203018,62.335766,73.96851,92.74671,37.342583,41.29672,91.93957,11.223296,3457.5156,31.051003,33.659374,26.319239,21.809622,241.24583,59.953735,37.390625,7.991595,23.782572,37.57077,138.81885,335.35657,72.96437,249.2033,54.75666,49.716953,175.86989,115.45281,655.9375,110.790565,3.0441253,7.540625,5.7917504,64.47384,16179.133,2.3206418,28.88789,46.65031,29.06203,257.14355,64.30458,119.34791,1.8194351,121.559685,431.64572,224.78775,120.49484,434.43002,39.150417,87.82286,137.25443,10.991973,2.0420184,13.147939,855.2078,0.045767628,0.28229582,61.642014,11.189946,5.291214,6.4851775,13.79887,81.37641,35.50875,116.68277,627.02264,306.39774,2551.6475,2010.3705,39.890347,67.825516,8058.1714,8.569299,121.11354,728.2258,219.67125,298.74564,121.267494,769.83246,872.44495,490.11053,29.389286,165.0425,794.6805,1507.3969,80.94197,842.8434,103.33104,1.1195627,53.57051,0.8848387,0.61931014,2.4790251,59.412083,214.43526,111.85654,16.501251,1412.9596,370.8271,199.09822,287.5375,81.432144,62.625,50.92729,96.28121,50.05,465.73157,192.89732,68.92322,60.128334,34.132812,104.36857,104.8575,15.993412,384.81317,109.33808,1117.5449,31.177233,1751.2091,76.61658,370.52658,890.6363,38.4884,17.615335,844.2266,817.00696,2043.1832,121.022095 +2023-09-22 10:00:00,0.0,14195.583,361.61255,61.806927,64.1165,54.36919,248.45985,35.842896,60.454597,24.571598,36.326786,1625.835,137.24458,22.64508,202.66194,0.2538853,0.040263798,32.89063,0.14842658,0.13165213,527.13824,0.097096205,526.20605,76.67272,0.09861769,0.0988231,162.3831,27.643803,56.86759,104.879524,19389.762,0.03859095,2071.1965,0.4518246,0.05933116,0.07743887,0.09471463,203.15845,255.70465,22.107233,129.975,38.345978,30.0516,2196.2341,1.4734676,104.093254,53.285297,429.8939,40.92189,454.95828,28.18166,126.933945,0.0,1463.78,6309.7646,8.82373,466.64838,90.71954,35409.34,78.53426,7.993009,31.298822,89.35152,24.66753,8.848772,46.91607,1024.8944,348.42606,38.202908,6.3248487,8.447011,262.199,32.77714,458.63315,139.31277,2512.9539,491.05554,158.76256,140.58875,326.75363,5.4838867,8.006066,11.015921,2.7226856,2.20468,62.293694,73.93303,92.74278,37.314346,41.2865,91.869194,11.222179,3458.7256,31.0394,33.61875,26.290386,21.78325,241.18427,59.918983,37.336807,7.9860687,23.768824,37.53762,138.65656,334.82193,72.92819,249.0593,54.71719,49.62244,175.69328,115.32285,655.38116,110.69778,3.0384724,7.5368056,5.7948337,64.49467,16172.24,2.3180685,28.876783,46.63618,29.03685,256.9865,64.29732,119.284164,1.8198333,121.54382,431.58514,224.74844,120.42449,434.3693,39.15935,87.80475,137.25153,10.99439,2.042752,13.15266,855.04156,0.045745134,0.2824361,61.66551,11.197448,5.29502,6.491179,13.808945,81.37475,35.524166,116.74037,627.15344,306.52274,2552.2764,2010.6245,39.909115,67.85011,8054.3057,8.571682,121.15949,728.16504,219.7325,298.81015,121.295555,770.1331,872.3751,490.1282,29.388094,165.0687,794.28735,1506.5823,80.94081,842.5842,103.32912,1.1197273,53.555443,0.88489205,0.6195263,2.4791462,59.378983,214.50116,111.7414,16.507685,1411.4824,370.62823,199.05357,287.48056,81.35793,62.583332,50.844955,96.3162,49.955555,465.14334,192.77878,68.758736,60.05043,34.151737,104.272385,104.792404,15.980067,384.51486,109.25997,1115.9486,31.17393,1750.2161,76.60839,370.42566,889.60834,38.447247,17.62416,844.14264,817.09375,2042.6202,121.08043 +2023-09-22 11:00:00,0.0,14188.698,361.59027,61.853394,64.14697,54.404293,248.57622,35.85496,60.480614,24.577923,36.34521,1626.5358,137.18672,22.653967,202.70764,0.25341576,0.040342055,32.89771,0.14821924,0.13170832,527.4212,0.097026154,526.39197,76.72077,0.09851131,0.09862405,162.43556,27.659721,56.886574,104.907234,19373.832,0.038603272,2071.1865,0.4522938,0.059259057,0.07752915,0.09455285,203.22888,255.82729,22.107323,129.9375,38.351723,30.01141,2196.0283,1.4728574,103.970024,53.21932,429.86346,40.88778,455.0405,28.153492,126.80258,0.0,1462.6425,6304.6,8.7979965,466.42743,90.645195,35400.688,78.433304,7.9706545,31.252941,89.153404,24.628048,8.825507,46.805058,1024.0118,348.4974,38.166214,6.3073106,8.437283,261.8122,32.717842,457.73376,139.41806,2512.785,491.4611,158.58344,140.67993,327.20105,5.4829397,8.004111,11.019526,2.723988,2.2063422,62.25162,73.89754,92.73885,37.286106,41.276283,91.79882,11.221063,3459.9358,31.0278,33.578125,26.261532,21.756878,241.12268,59.88423,37.282986,7.9805427,23.755077,37.50447,138.49426,334.2873,72.89201,248.91528,54.677723,49.527927,175.51668,115.19289,654.8248,110.60498,3.0328197,7.532986,5.797917,64.51549,16165.348,2.3154955,28.865677,46.622047,29.01167,256.82947,64.29005,119.22042,1.8202314,121.527954,431.52457,224.70915,120.35414,434.3086,39.168285,87.78663,137.24863,10.996806,2.0434856,13.157383,854.8753,0.045722637,0.28257638,61.689003,11.20495,5.2988267,6.4971805,13.81902,81.37308,35.539585,116.797966,627.2842,306.64774,2552.905,2010.8785,39.92788,67.87471,8050.4404,8.574065,121.20544,728.10425,219.79375,298.87466,121.32361,770.4338,872.3053,490.14587,29.386904,165.09491,793.8943,1505.7676,80.93966,842.32513,103.327194,1.1198916,53.540375,0.88494545,0.6197426,2.4792671,59.345882,214.56708,111.62627,16.51412,1410.0052,370.42938,199.00893,287.4236,81.28373,62.541668,50.762615,96.35118,49.86111,464.55508,192.66022,68.594246,59.97253,34.17066,104.17619,104.72731,15.9667225,384.21655,109.181854,1114.3524,31.170626,1749.223,76.600204,370.32477,888.58044,38.406094,17.632984,844.05865,817.1806,2042.0573,121.13877 +2023-09-22 12:00:00,0.0,14181.813,361.56802,61.899857,64.177444,54.439392,248.69258,35.867027,60.50663,24.58425,36.36364,1627.2366,137.12888,22.662851,202.75333,0.25294626,0.04042031,32.90479,0.1480119,0.1317645,527.7041,0.09695611,526.57794,76.768814,0.09840493,0.098425,162.48802,27.67564,56.905556,104.934944,19357.904,0.03861559,2071.1765,0.452763,0.059186958,0.07761942,0.09439107,203.2993,255.94992,22.107412,129.9,38.35747,29.971222,2195.8223,1.4722471,103.846794,53.153336,429.833,40.85367,455.1227,28.125324,126.67121,0.0,1461.5049,6299.435,8.772262,466.20645,90.57085,35392.03,78.33235,7.9483,31.207062,88.95529,24.588564,8.802242,46.694046,1023.12915,348.56876,38.12952,6.289773,8.427553,261.42538,32.658546,456.83438,139.52333,2512.6157,491.86664,158.40431,140.77113,327.64847,5.4819927,8.002156,11.02313,2.7252905,2.2080042,62.20955,73.862045,92.734924,37.25787,41.266064,91.72845,11.219946,3461.1458,31.016197,33.5375,26.23268,21.730505,241.06111,59.84948,37.229168,7.9750166,23.74133,37.47132,138.33197,333.75262,72.855835,248.77129,54.638252,49.433414,175.34009,115.06292,654.2685,110.51219,3.0271668,7.5291667,5.801,64.53631,16158.455,2.3129222,28.85457,46.607918,28.986488,256.67245,64.282776,119.15667,1.8206296,121.512085,431.464,224.66985,120.28379,434.2479,39.177223,87.76852,137.24571,10.999223,2.0442193,13.162106,854.70905,0.045700144,0.28271666,61.712498,11.212452,5.3026333,6.5031824,13.829096,81.37141,35.555,116.85556,627.415,306.77274,2553.534,2011.1327,39.946648,67.8993,8046.5747,8.576448,121.25139,728.04346,219.85501,298.93918,121.35166,770.73444,872.23553,490.16354,29.385714,165.12111,793.50116,1504.953,80.93851,842.066,103.32527,1.1200562,53.525303,0.8849988,0.61995876,2.479388,59.31278,214.633,111.51113,16.520555,1408.5282,370.23056,198.9643,287.36667,81.20952,62.5,50.68028,96.38617,49.766666,463.96686,192.54167,68.42976,59.89463,34.189583,104.08,104.662224,15.953378,383.91824,109.10374,1112.7561,31.167322,1748.23,76.59202,370.22388,887.5525,38.364937,17.64181,843.9747,817.2674,2041.4943,121.19711 +2023-09-22 13:00:00,0.0,14174.929,361.54578,61.94632,64.207924,54.474495,248.80894,35.879093,60.532646,24.590574,36.382065,1627.9374,137.07101,22.671738,202.79903,0.25247672,0.040498566,32.91187,0.14780456,0.1318207,527.987,0.09688606,526.7639,76.816864,0.09829856,0.098225944,162.54047,27.691559,56.924538,104.962654,19341.975,0.03862791,2071.1663,0.4532322,0.059114855,0.0777097,0.094229296,203.36974,256.07254,22.107504,129.8625,38.36322,29.931032,2195.6165,1.4716369,103.72356,53.087353,429.8026,40.819557,455.20493,28.097158,126.53985,0.0,1460.3674,6294.2705,8.746528,465.98547,90.49649,35383.38,78.2314,7.9259453,31.161182,88.75718,24.54908,8.778976,46.583035,1022.2465,348.6401,38.092827,6.272235,8.417825,261.03854,32.59925,455.935,139.62862,2512.4468,492.27222,158.22517,140.86232,328.0959,5.4810457,8.000201,11.026735,2.726593,2.2096663,62.167477,73.82655,92.730995,37.229633,41.255848,91.65807,11.218829,3462.356,31.004597,33.496876,26.203825,21.704132,240.99954,59.814728,37.175346,7.9694905,23.727581,37.43817,138.16968,333.218,72.81965,248.62729,54.598785,49.338905,175.16348,114.93295,653.71216,110.4194,3.0215142,7.525347,5.8040833,64.55713,16151.562,2.310349,28.843464,46.593784,28.961308,256.5154,64.275505,119.092926,1.8210278,121.496216,431.4034,224.63054,120.21344,434.18716,39.186157,87.750404,137.2428,11.001639,2.0449529,13.166827,854.5428,0.045677647,0.28285694,61.735996,11.2199545,5.30644,6.509184,13.839171,81.369736,35.570415,116.91316,627.5458,306.89774,2554.1626,2011.3867,39.965412,67.9239,8042.709,8.578832,121.29734,727.9826,219.91626,299.0037,121.37972,771.0351,872.1657,490.1812,29.384523,165.14731,793.1081,1504.1383,80.937355,841.8068,103.32336,1.1202205,53.510235,0.8850522,0.620175,2.479509,59.27968,214.69891,111.395996,16.52699,1407.051,370.0317,198.91965,287.30972,81.135315,62.458332,50.59794,96.42116,49.672222,463.3786,192.42311,68.26528,59.816727,34.208508,103.98381,104.59713,15.940033,383.61993,109.02562,1111.1598,31.164019,1747.2369,76.583824,370.123,886.5246,38.323784,17.650635,843.8907,817.3542,2040.9313,121.25545 +2023-09-22 14:00:00,0.0,14168.044,361.5235,61.992786,64.238396,54.509594,248.92531,35.891163,60.55866,24.596899,36.40049,1628.6383,137.01317,22.680624,202.84473,0.2520072,0.040576823,32.91895,0.14759721,0.13187687,528.26996,0.09681602,526.9498,76.864914,0.09819218,0.098026894,162.59293,27.707478,56.94352,104.990364,19326.045,0.038640235,2071.1562,0.45370138,0.05904275,0.07779997,0.094067514,203.44017,256.1952,22.107594,129.825,38.368965,29.890844,2195.4104,1.4710267,103.60033,53.02137,429.77216,40.785442,455.28714,28.06899,126.40848,0.0,1459.2297,6289.1055,8.720794,465.76453,90.42214,35374.727,78.13045,7.9035907,31.115303,88.55907,24.509598,8.755712,46.472023,1021.36383,348.71146,38.056133,6.2546973,8.408096,260.65173,32.539955,455.0356,139.73389,2512.2776,492.67776,158.04607,140.95352,328.5433,5.4800987,7.9982457,11.03034,2.7278957,2.2113285,62.125404,73.79106,92.727066,37.201393,41.24563,91.5877,11.217712,3463.566,30.992994,33.45625,26.174973,21.67776,240.93797,59.779976,37.12153,7.9639645,23.713835,37.40502,138.00739,332.68332,72.78347,248.48329,54.559315,49.244392,174.98688,114.802986,653.1559,110.32661,3.0158613,7.521528,5.807167,64.57795,16144.669,2.307776,28.832357,46.57965,28.936129,256.35837,64.26824,119.02918,1.8214259,121.48035,431.34283,224.59125,120.14309,434.12646,39.19509,87.732285,137.2399,11.004056,2.0456865,13.17155,854.3765,0.045655154,0.28299722,61.75949,11.227456,5.3102465,6.5151854,13.849246,81.368065,35.585835,116.97076,627.6766,307.02274,2554.7915,2011.6407,39.98418,67.948494,8038.8438,8.581215,121.343285,727.9218,219.97751,299.0682,121.407776,771.3357,872.0959,490.19888,29.383333,165.17351,792.71497,1503.3237,80.936195,841.54767,103.321434,1.120385,53.495167,0.8851056,0.6203912,2.47963,59.246574,214.76483,111.28085,16.533426,1405.5739,369.83286,198.875,287.25278,81.06111,62.416668,50.515602,96.45615,49.577778,462.79034,192.30457,68.10079,59.738827,34.22743,103.88762,104.532036,15.926688,383.32162,108.9475,1109.5636,31.160715,1746.2439,76.57564,370.0221,885.49664,38.28263,17.65946,843.8067,817.44104,2040.3683,121.31379 +2023-09-22 15:00:00,0.0,14161.158,361.50125,62.03925,64.26887,54.544697,249.04166,35.90323,60.584675,24.603226,36.41892,1629.3391,136.9553,22.689508,202.89041,0.25153765,0.04065508,32.926025,0.14738987,0.13193305,528.55286,0.096745975,527.1358,76.912964,0.0980858,0.09782784,162.64539,27.723396,56.9625,105.018074,19310.115,0.038652554,2071.1462,0.45417058,0.058970653,0.07789025,0.09390573,203.51059,256.3178,22.107683,129.7875,38.374714,29.850655,2195.2043,1.4704164,103.4771,52.95539,429.74173,40.75133,455.36935,28.040823,126.277115,0.0,1458.0923,6283.941,8.695059,465.54355,90.34779,35366.07,78.029495,7.881236,31.069424,88.360954,24.470114,8.732447,46.36101,1020.4812,348.7828,38.01944,6.2371597,8.398367,260.26492,32.48066,454.13623,139.83917,2512.1086,493.0833,157.86694,141.04472,328.99072,5.4791517,7.9962907,11.033944,2.7291982,2.2129905,62.083332,73.75557,92.72314,37.173157,41.23541,91.51733,11.216596,3464.7761,30.981394,33.415627,26.14612,21.651388,240.87639,59.745224,37.067707,7.958439,23.700087,37.371872,137.8451,332.14868,72.74729,248.33928,54.519848,49.14988,174.81027,114.67302,652.59955,110.23382,3.0102086,7.5177083,5.8102503,64.59878,16137.776,2.3052027,28.821249,46.56552,28.910948,256.20132,64.26097,118.96543,1.8218241,121.46448,431.28226,224.55194,120.07274,434.06573,39.20403,87.71417,137.237,11.006473,2.04642,13.176271,854.21027,0.045632657,0.2831375,61.782986,11.234958,5.314053,6.5211873,13.859322,81.3664,35.60125,117.02835,627.8073,307.14774,2555.4204,2011.8948,40.002945,67.97309,8034.978,8.583598,121.38924,727.861,220.03876,299.13272,121.43583,771.63635,872.02606,490.21658,29.382143,165.19972,792.3219,1502.509,80.93504,841.2885,103.31951,1.1205496,53.4801,0.88515896,0.62060744,2.479751,59.213474,214.83075,111.16572,16.539862,1404.0968,369.63403,198.83035,287.19583,80.9869,62.375,50.433266,96.49113,49.483334,462.20212,192.18602,67.93631,59.660927,34.246353,103.79143,104.46694,15.913343,383.02332,108.86939,1107.9673,31.157412,1745.2509,76.56745,369.92117,884.4687,38.241478,17.668285,843.7227,817.52783,2039.8053,121.37213 +2023-09-22 16:00:00,0.0,14154.273,361.47897,62.085712,64.29934,54.579796,249.15802,35.915295,60.61069,24.60955,36.437344,1630.0399,136.89746,22.698395,202.93611,0.25106812,0.040733337,32.933105,0.14718252,0.13198924,528.8358,0.096675925,527.3218,76.96101,0.09797942,0.09762879,162.69785,27.739315,56.981483,105.04579,19294.188,0.038664877,2071.1362,0.45463976,0.05889855,0.077980526,0.09374395,203.58102,256.44043,22.107773,129.75,38.380463,29.810467,2194.9985,1.4698062,103.35386,52.88941,429.7113,40.71722,455.45157,28.012657,126.145744,0.0,1456.9546,6278.7764,8.669325,465.32257,90.273445,35357.418,77.92854,7.8588815,31.023544,88.16284,24.43063,8.709182,46.25,1019.5985,348.85416,37.982746,6.2196217,8.3886385,259.87808,32.421364,453.23685,139.94444,2511.9395,493.48886,157.68782,141.13591,329.43814,5.4782047,7.9943357,11.037549,2.7305007,2.2146525,62.04126,73.720085,92.71921,37.144917,41.225193,91.44695,11.215479,3465.986,30.969793,33.375,26.117266,21.625015,240.81482,59.710472,37.01389,7.952913,23.686338,37.338726,137.6828,331.61404,72.71111,248.19528,54.480377,49.055367,174.63367,114.54306,652.0432,110.14103,3.0045557,7.513889,5.8133335,64.6196,16130.884,2.3026297,28.810143,46.551388,28.885767,256.04428,64.2537,118.90169,1.8222222,121.44861,431.22168,224.51263,120.00239,434.00504,39.212963,87.69605,137.23409,11.008889,2.0471537,13.180994,854.044,0.045610163,0.28327778,61.80648,11.24246,5.3178596,6.527189,13.869397,81.36473,35.61667,117.085945,627.9381,307.27274,2556.049,2012.1489,40.021713,67.99768,8031.113,8.585981,121.43518,727.80023,220.1,299.19724,121.46389,771.937,871.95624,490.23425,29.380953,165.22592,791.9288,1501.6945,80.93389,841.02936,103.31759,1.120714,53.46503,0.88521236,0.6208236,2.479872,59.18037,214.89667,111.05058,16.546297,1402.6196,369.43518,198.78572,287.1389,80.9127,62.333332,50.350925,96.526115,49.38889,461.61386,192.06746,67.77182,59.583023,34.265278,103.69524,104.40185,15.899999,382.725,108.791275,1106.3711,31.154108,1744.2578,76.559265,369.82028,883.4408,38.20032,17.67711,843.63873,817.6146,2039.2423,121.430466 +2023-09-22 17:00:00,0.0,14147.389,361.45673,62.13218,64.32982,54.6149,249.27438,35.92736,60.636707,24.615877,36.455772,1630.7407,136.8396,22.707281,202.98181,0.25059858,0.04081159,32.940186,0.14697519,0.13204542,529.1187,0.09660588,527.5077,77.00906,0.09787304,0.09742973,162.75029,27.755236,57.00046,105.0735,19278.258,0.038677197,2071.1262,0.45510897,0.05882645,0.0780708,0.09358218,203.65144,256.56308,22.107864,129.7125,38.38621,29.770277,2194.7925,1.4691958,103.23063,52.823425,429.68088,40.68311,455.53378,27.98449,126.01437,0.0,1455.8171,6273.6113,8.64359,465.10162,90.19909,35348.76,77.82759,7.836527,30.977665,87.96474,24.391148,8.685917,46.13899,1018.7159,348.9255,37.94605,6.202084,8.378909,259.49127,32.36207,452.33746,140.04973,2511.7705,493.89444,157.5087,141.22711,329.88556,5.4772577,7.9923806,11.041154,2.7318034,2.2163148,61.999184,73.68459,92.71528,37.11668,41.214973,91.37658,11.214362,3467.1963,30.95819,33.334373,26.088413,21.598642,240.75325,59.67572,36.960068,7.9473867,23.672592,37.305576,137.52051,331.07938,72.67493,248.05128,54.44091,48.960857,174.45706,114.41309,651.4869,110.04823,2.998903,7.5100694,5.8164167,64.64042,16123.991,2.3000565,28.799036,46.53726,28.860586,255.88725,64.24644,118.83794,1.8226204,121.43275,431.1611,224.47334,119.93204,433.9443,39.221897,87.67794,137.23117,11.011306,2.0478873,13.185717,853.87775,0.045587666,0.28341806,61.829975,11.249962,5.3216662,6.5331903,13.879473,81.36306,35.632084,117.14355,628.0689,307.39774,2556.678,2012.403,40.040478,68.02228,8027.247,8.588365,121.48113,727.73944,220.16125,299.26175,121.49194,772.2377,871.8864,490.25192,29.37976,165.25212,791.5357,1500.8798,80.93274,840.7702,103.31567,1.1208785,53.44996,0.88526577,0.62103987,2.479993,59.14727,214.96259,110.93545,16.552732,1401.1425,369.23633,198.74107,287.08194,80.83849,62.291668,50.26859,96.561104,49.294445,461.02563,191.94891,67.60734,59.505123,34.2842,103.599045,104.33676,15.886654,382.42673,108.71316,1104.7748,31.150805,1743.2646,76.55108,369.7194,882.41284,38.15917,17.685936,843.55475,817.7015,2038.6793,121.48881 +2023-09-22 18:00:00,0.0,14140.504,361.43448,62.178642,64.36029,54.649998,249.39075,35.939426,60.662724,24.622202,36.474197,1631.4417,136.78175,22.716167,203.0275,0.25012904,0.040889848,32.947266,0.14676785,0.1321016,529.4016,0.09653583,527.69366,77.05711,0.09776666,0.09723068,162.80275,27.771154,57.019444,105.10121,19262.328,0.038689516,2071.1162,0.45557815,0.058754347,0.078161076,0.0934204,203.72188,256.6857,22.107954,129.675,38.391956,29.730087,2194.5867,1.4685856,103.1074,52.757442,429.65045,40.649,455.61597,27.956322,125.88301,0.0,1454.6797,6268.447,8.617856,464.88065,90.12474,35340.11,77.72664,7.8141723,30.931786,87.766624,24.351664,8.662652,46.027977,1017.8332,348.9969,37.909355,6.184546,8.369181,259.10446,32.302773,451.43808,140.155,2511.6013,494.3,157.32956,141.3183,330.33298,5.4763107,7.9904256,11.044759,2.733106,2.2179768,61.95711,73.64911,92.71135,37.08844,41.204758,91.306206,11.213245,3468.4062,30.94659,33.29375,26.059559,21.57227,240.69167,59.64097,36.90625,7.9418607,23.658844,37.272427,137.35822,330.54474,72.63875,247.90727,54.40144,48.866344,174.28046,114.28313,650.93054,109.955444,2.9932501,7.50625,5.8195004,64.66124,16117.099,2.2974834,28.78793,46.523125,28.835405,255.73021,64.23917,118.77419,1.8230184,121.41688,431.10052,224.43404,119.86169,433.8836,39.230835,87.65983,137.22827,11.013722,2.048621,13.190438,853.7115,0.045565173,0.28355834,61.85347,11.257464,5.325473,6.539192,13.889548,81.36139,35.6475,117.20114,628.1997,307.52274,2557.3066,2012.657,40.059246,68.046875,8023.3813,8.590748,121.527084,727.67865,220.2225,299.32626,121.52,772.5383,871.8166,490.2696,29.37857,165.27834,791.1426,1500.0652,80.93159,840.5111,103.31374,1.1210428,53.43489,0.8853191,0.6212561,2.480114,59.114166,215.0285,110.82031,16.559168,1399.6654,369.0375,198.69643,287.025,80.76428,62.25,50.18625,96.596085,49.2,460.43738,191.83035,67.44285,59.427223,34.303123,103.50286,104.27167,15.873309,382.12842,108.63504,1103.1786,31.147501,1742.2716,76.54289,369.61847,881.38495,38.118015,17.694761,843.47076,817.78827,2038.1163,121.54715 +2023-09-22 19:00:00,0.0,14133.619,361.4122,62.225105,64.39076,54.6851,249.50711,35.951492,60.688736,24.628527,36.492622,1632.1425,136.72389,22.725052,203.0732,0.24965951,0.040968105,32.954346,0.1465605,0.13215779,529.6846,0.09646579,527.87964,77.10516,0.09766028,0.09703162,162.85521,27.787073,57.038425,105.12892,19246.4,0.03870184,2071.1062,0.45604736,0.058682244,0.078251354,0.09325862,203.79231,256.80832,22.108044,129.6375,38.397705,29.6899,2194.3806,1.4679754,102.98416,52.69146,429.62,40.614887,455.69818,27.928156,125.75164,0.0,1453.542,6263.2817,8.592122,464.65967,90.05039,35331.457,77.62569,7.7918177,30.885904,87.56851,24.31218,8.639387,45.916965,1016.95056,349.06824,37.87266,6.1670084,8.359452,258.71762,32.243477,450.5387,140.26028,2511.4324,494.70554,157.15044,141.4095,330.7804,5.4753637,7.9884706,11.048363,2.7344084,2.2196388,61.91504,73.61362,92.70742,37.060204,41.19454,91.23583,11.212129,3469.6162,30.934988,33.253124,26.030706,21.545897,240.6301,59.606216,36.852432,7.9363346,23.645096,37.239277,137.19592,330.0101,72.60257,247.76328,54.361973,48.77183,174.10385,114.15316,650.3742,109.862656,2.9875975,7.5024304,5.8225837,64.68206,16110.206,2.2949102,28.776823,46.50899,28.810225,255.57317,64.231895,118.71045,1.8234166,121.40101,431.03995,224.39473,119.791336,433.82288,39.23977,87.64171,137.22537,11.016139,2.0493546,13.195161,853.5452,0.045542676,0.28369862,61.87697,11.264966,5.329279,6.5451937,13.899623,81.359726,35.662918,117.258736,628.33044,307.64774,2557.9355,2012.911,40.07801,68.071465,8019.516,8.593131,121.57303,727.6178,220.28375,299.39078,121.54805,772.839,871.74677,490.28726,29.37738,165.30453,790.7495,1499.2505,80.93043,840.25195,103.31183,1.1212074,53.419823,0.8853725,0.6214723,2.480235,59.081066,215.09442,110.70518,16.565601,1398.1882,368.83865,198.6518,286.96805,80.69008,62.208332,50.103912,96.63107,49.105556,459.84915,191.7118,67.278366,59.34932,34.32205,103.40667,104.20657,15.859964,381.8301,108.55692,1101.5823,31.144197,1741.2786,76.5347,369.51758,880.357,38.07686,17.703585,843.3868,817.87506,2037.5533,121.605484 +2023-09-22 20:00:00,0.0,14126.734,361.38995,62.271572,64.421234,54.7202,249.62347,35.96356,60.714752,24.634853,36.51105,1632.8433,136.66605,22.733938,203.11888,0.24918997,0.041046362,32.961426,0.14635317,0.13221397,529.96747,0.09639574,528.06555,77.15321,0.0975539,0.09683257,162.90767,27.802992,57.057407,105.15663,19230.47,0.03871416,2071.0962,0.45651653,0.058610145,0.078341626,0.09309684,203.86273,256.93097,22.108135,129.6,38.403454,29.64971,2194.1748,1.4673651,102.86093,52.62548,429.5896,40.580776,455.7804,27.899988,125.62028,0.0,1452.4045,6258.117,8.566387,464.43872,89.97604,35322.8,77.52473,7.769463,30.840025,87.3704,24.272697,8.616122,45.80595,1016.0679,349.1396,37.835968,6.1494703,8.349723,258.3308,32.18418,449.6393,140.36555,2511.2632,495.11108,156.97131,141.5007,331.2278,5.4744167,7.9865155,11.051968,2.7357109,2.221301,61.872967,73.578125,92.70349,37.031963,41.184322,91.16546,11.211013,3470.8264,30.923388,33.2125,26.001852,21.519524,240.56853,59.571465,36.79861,7.9308085,23.631348,37.206127,137.03363,329.47543,72.56639,247.61928,54.322502,48.67732,173.92726,114.02319,649.8179,109.76987,2.9819446,7.498611,5.825667,64.70288,16103.3125,2.292337,28.765717,46.49486,28.785044,255.41614,64.22463,118.6467,1.8238147,121.38514,430.97937,224.35542,119.720985,433.76218,39.248703,87.6236,137.22246,11.018556,2.0500882,13.1998825,853.37897,0.045520183,0.2838389,61.900463,11.272468,5.3330855,6.551195,13.9096985,81.358055,35.678333,117.31634,628.46124,307.77274,2558.5642,2013.165,40.09678,68.09606,8015.6504,8.595515,121.61898,727.557,220.345,299.4553,121.57611,773.1396,871.67694,490.30493,29.37619,165.33073,790.3564,1498.4359,80.929276,839.9928,103.309906,1.1213719,53.404755,0.8854259,0.62168854,2.480356,59.047962,215.16034,110.59004,16.572037,1396.711,368.6398,198.60715,286.9111,80.615875,62.166668,50.021576,96.66606,49.011112,459.2609,191.59326,67.113884,59.27142,34.340973,103.31048,104.14148,15.84662,381.5318,108.478806,1099.9861,31.140894,1740.2855,76.52651,369.4167,879.3291,38.035706,17.71241,843.3028,817.9619,2036.9904,121.663826 +2023-09-22 21:00:00,0.0,14119.85,361.36768,62.318035,64.45171,54.755302,249.73984,35.975624,60.74077,24.641178,36.529476,1633.5441,136.60818,22.742825,203.16458,0.24872044,0.04112462,32.968502,0.14614582,0.13227014,530.2504,0.096325696,528.2515,77.20126,0.09744752,0.09663352,162.96011,27.81891,57.07639,105.18434,19214.541,0.03872648,2071.0862,0.45698574,0.058538042,0.078431904,0.092935055,203.93317,257.0536,22.108225,129.5625,38.4092,29.609522,2193.9688,1.4667549,102.7377,52.559498,429.55914,40.546665,455.8626,27.87182,125.48891,0.0,1451.2668,6252.9526,8.540653,464.21774,89.90169,35314.15,77.423775,7.7471085,30.794146,87.17229,24.233213,8.592857,45.69494,1015.18524,349.21094,37.799274,6.1319327,8.339994,257.944,32.124886,448.73993,140.47083,2511.0942,495.51666,156.79218,141.59189,331.67523,5.4734697,7.9845605,11.0555725,2.7370136,2.222963,61.830894,73.54263,92.69956,37.003727,41.174103,91.095085,11.209896,3472.0364,30.911787,33.171875,25.973,21.493153,240.50694,59.536713,36.744793,7.9252825,23.617601,37.172977,136.87134,328.9408,72.530205,247.47528,54.28303,48.58281,173.75066,113.893234,649.26154,109.67707,2.976292,7.4947915,5.82875,64.72371,16096.42,2.289764,28.75461,46.48073,28.759863,255.2591,64.21736,118.582954,1.8242129,121.36927,430.9188,224.31613,119.650635,433.70145,39.257637,87.60548,137.21954,11.020972,2.0508218,13.204605,853.2127,0.045497686,0.28397918,61.923958,11.27997,5.336892,6.557197,13.919774,81.356384,35.693752,117.37393,628.59204,307.89774,2559.193,2013.4192,40.115543,68.12066,8011.785,8.5978985,121.66493,727.4962,220.40625,299.5198,121.604164,773.44025,871.6071,490.3226,29.375,165.35693,789.9633,1497.6213,80.92812,839.73364,103.30798,1.1215363,53.389687,0.8854793,0.62190473,2.480477,59.014862,215.22626,110.4749,16.578472,1395.234,368.44098,198.5625,286.85416,80.541664,62.125,49.939236,96.70105,48.916668,458.67267,191.4747,66.949394,59.19352,34.359894,103.21429,104.076385,15.833274,381.2335,108.400696,1098.3898,31.13759,1739.2925,76.518326,369.3158,878.30115,37.994553,17.721235,843.2188,818.0487,2036.4274,121.72217 +2023-09-22 22:00:00,0.0,14112.965,361.34543,62.3645,64.482185,54.7904,249.8562,35.987694,60.766785,24.647503,36.547905,1634.2449,136.55034,22.751709,203.21028,0.2482509,0.041202873,32.975582,0.14593849,0.13232633,530.5333,0.096255645,528.43744,77.249306,0.09734115,0.09643447,163.01257,27.83483,57.09537,105.21205,19198.611,0.038738802,2071.076,0.45745492,0.058465943,0.07852218,0.09277328,204.00359,257.17624,22.108315,129.525,38.414948,29.569332,2193.763,1.4661447,102.61446,52.493515,429.52872,40.512554,455.94482,27.843655,125.357544,0.0,1450.1294,6247.7876,8.514918,463.99677,89.82734,35305.492,77.32282,7.724754,30.748266,86.974174,24.19373,8.569592,45.583927,1014.30255,349.2823,37.76258,6.1143947,8.330265,257.55716,32.06559,447.84055,140.57611,2510.925,495.9222,156.61305,141.68309,332.12265,5.4725227,7.982605,11.059177,2.738316,2.224625,61.788822,73.50714,92.69563,36.975487,41.163887,91.02471,11.208779,3473.2466,30.900185,33.13125,25.944145,21.46678,240.44537,59.50196,36.69097,7.919757,23.603853,37.139828,136.70905,328.40613,72.494026,247.33127,54.243565,48.488297,173.57405,113.76327,648.70526,109.58428,2.970639,7.490972,5.8318334,64.74453,16089.527,2.2871907,28.743504,46.466595,28.734684,255.10205,64.21009,118.51921,1.8246111,121.3534,430.85822,224.27682,119.580284,433.64075,39.266575,87.587364,137.21664,11.023389,2.0515554,13.209328,853.04645,0.045475192,0.28411943,61.947453,11.287472,5.3406987,6.5631986,13.92985,81.35471,35.709167,117.431526,628.72284,308.02274,2559.8218,2013.6732,40.13431,68.145256,8007.9194,8.600282,121.71088,727.4354,220.4675,299.58432,121.63222,773.7409,871.5373,490.34027,29.37381,165.38315,789.57025,1496.8066,80.92697,839.4745,103.30606,1.1217008,53.374615,0.8855327,0.622121,2.480598,58.981762,215.29216,110.359764,16.584908,1393.7568,368.24213,198.51785,286.7972,80.46746,62.083332,49.8569,96.73603,48.822224,458.0844,191.35616,66.78491,59.115616,34.37882,103.118095,104.01129,15.819929,380.93518,108.32258,1096.7936,31.134287,1738.2994,76.51014,369.2149,877.27325,37.9534,17.73006,843.1348,818.1355,2035.8644,121.78051 +2023-09-22 23:00:00,0.0,14106.08,361.32318,62.410965,64.51266,54.825504,249.97256,35.99976,60.7928,24.65383,36.56633,1634.9458,136.49248,22.760595,203.25597,0.24778137,0.04128113,32.982662,0.14573114,0.13238251,530.8162,0.0961856,528.6234,77.297356,0.09723477,0.09623542,163.06503,27.850748,57.114353,105.23976,19182.684,0.03875112,2071.066,0.45792413,0.05839384,0.078612454,0.09261151,204.07402,257.29886,22.108404,129.4875,38.420696,29.529144,2193.557,1.4655343,102.491234,52.427532,429.4983,40.478443,456.02704,27.815487,125.22617,0.0,1448.9918,6242.623,8.489184,463.77582,89.75299,35296.84,77.22187,7.7023993,30.702387,86.77606,24.154247,8.546328,45.472916,1013.4199,349.35364,37.725887,6.096857,8.320537,257.17035,32.006294,446.94116,140.68138,2510.756,496.32776,156.43393,141.77428,332.57007,5.4715757,7.98065,11.062781,2.7396185,2.2262874,61.74675,73.47166,92.6917,36.94725,41.153667,90.95434,11.207663,3474.4565,30.888584,33.090626,25.915293,21.440407,240.3838,59.46721,36.637154,7.914231,23.590105,37.106678,136.54675,327.8715,72.45785,247.18727,54.204094,48.393784,173.39745,113.6333,648.1489,109.49149,2.9649863,7.4871526,5.834917,64.76535,16082.635,2.2846177,28.732397,46.452465,28.709503,254.94502,64.20282,118.45546,1.8250092,121.33753,430.79764,224.23752,119.50993,433.58005,39.27551,87.56925,137.21375,11.025805,2.052289,13.214049,852.8802,0.045452695,0.2842597,61.970947,11.294974,5.3445053,6.5692,13.939924,81.35305,35.724583,117.48912,628.85364,308.14774,2560.4507,2013.9272,40.153076,68.169846,8004.0537,8.602665,121.75683,727.37463,220.52875,299.64883,121.66028,774.04156,871.46747,490.35794,29.372618,165.40935,789.1771,1495.9921,80.92582,839.21533,103.30414,1.1218653,53.359547,0.885586,0.62233716,2.4807189,58.948658,215.35808,110.24463,16.591343,1392.2797,368.04327,198.47322,286.74026,80.39325,62.041668,49.77456,96.77102,48.72778,457.4962,191.2376,66.62042,59.037716,34.397743,103.021904,103.946205,15.806584,380.63687,108.24446,1095.1973,31.130983,1737.3064,76.50195,369.11398,876.2453,37.912243,17.738886,843.05084,818.22235,2035.3014,121.838844 +2023-09-23 00:00:00,0.0,14099.195,361.3009,62.457428,64.54314,54.860607,250.08893,36.011826,60.818813,24.660154,36.584755,1635.6466,136.43463,22.769482,203.30167,0.24731183,0.041359387,32.989742,0.1455238,0.1324387,531.0992,0.09611555,528.8094,77.345406,0.09712839,0.09603636,163.1175,27.866667,57.133335,105.26747,19166.754,0.03876344,2071.056,0.4583933,0.05832174,0.07870273,0.092449725,204.14444,257.42148,22.108496,129.45,38.426445,29.488955,2193.351,1.4649241,102.368004,52.361553,429.46783,40.444332,456.10925,27.78732,125.0948,0.0,1447.8542,6237.458,8.46345,463.55484,89.67864,35288.184,77.12092,7.6800447,30.656507,86.57796,24.114763,8.523063,45.361904,1012.5373,349.425,37.689194,6.079319,8.310808,256.7835,31.946997,446.04178,140.78667,2510.587,496.7333,156.2548,141.86548,333.0175,5.4706287,7.978695,11.066386,2.7409213,2.2279494,61.704678,73.436165,92.687775,36.919014,41.14345,90.883965,11.206546,3475.6667,30.876982,33.05,25.886438,21.414034,240.32222,59.432457,36.583332,7.9087048,23.576359,37.07353,136.38446,327.33685,72.42167,247.04327,54.164627,48.29927,173.22084,113.503334,647.5926,109.3987,2.9593334,7.483333,5.8380003,64.78617,16075.742,2.2820444,28.72129,46.43833,28.684322,254.78798,64.19556,118.391716,1.8254074,121.32167,430.73706,224.19823,119.43958,433.51932,39.284443,87.55113,137.21083,11.028223,2.0530226,13.218772,852.7139,0.045430202,0.2844,61.994442,11.302476,5.348312,6.575202,13.95,81.35138,35.74,117.54672,628.9844,308.27274,2561.0793,2014.1813,40.171844,68.19444,8000.1885,8.605048,121.80278,727.3138,220.59001,299.71335,121.68833,774.3422,871.39764,490.3756,29.371428,165.43555,788.78406,1495.1774,80.92466,838.9562,103.302216,1.1220297,53.34448,0.8856394,0.6225534,2.48084,58.915558,215.424,110.12949,16.597778,1390.8026,367.84445,198.42857,286.68332,80.319046,62.0,49.692223,96.80601,48.633335,456.90793,191.11905,66.45594,58.959816,34.416664,102.92571,103.88111,15.79324,380.33856,108.16634,1093.6011,31.12768,1736.3134,76.49377,369.0131,875.2174,37.87109,17.747711,842.96686,818.30914,2034.7384,121.89719 +2023-09-23 01:00:00,0.0,14092.31,361.27866,62.50389,64.57361,54.895706,250.20529,36.02389,60.84483,24.666481,36.603184,1636.3474,136.37677,22.778368,203.34737,0.2468423,0.041437645,32.996822,0.14531647,0.13249488,531.3821,0.09604551,528.9953,77.393456,0.09702201,0.09583731,163.16994,27.882586,57.152317,105.29518,19150.824,0.038775764,2071.046,0.4588625,0.058249637,0.078793004,0.09228794,204.21487,257.54413,22.108585,129.4125,38.43219,29.448767,2193.145,1.4643139,102.24477,52.29557,429.43744,40.41022,456.19147,27.759153,124.96344,0.0,1446.7168,6232.2935,8.437716,463.33386,89.604294,35279.53,77.019966,7.65769,30.610628,86.379845,24.075281,8.499797,45.250893,1011.6546,349.49637,37.6525,6.0617814,8.301079,256.3967,31.887701,445.1424,140.89194,2510.4177,497.1389,156.07568,141.95667,333.4649,5.4696817,7.97674,11.069991,2.7422237,2.2296114,61.662605,73.40068,92.683846,36.890774,41.133232,90.81359,11.205429,3476.8767,30.865381,33.009377,25.857586,21.387661,240.26065,59.397705,36.529514,7.9031787,23.56261,37.04038,136.22217,326.8022,72.38548,246.89926,54.125156,48.20476,173.04424,113.37337,647.03625,109.30591,2.9536808,7.479514,5.8410835,64.80699,16068.85,2.2794714,28.710184,46.424202,28.659142,254.63094,64.188286,118.32797,1.8258055,121.3058,430.67648,224.15892,119.36923,433.45862,39.29338,87.53302,137.20792,11.03064,2.0537562,13.223495,852.54767,0.045407705,0.28454027,62.01794,11.309978,5.3521185,6.5812035,13.960075,81.34971,35.755417,117.60432,629.11523,308.39774,2561.7083,2014.4354,40.19061,68.21904,7996.3228,8.607431,121.848724,727.253,220.65126,299.77786,121.716385,774.6428,871.3278,490.39328,29.370237,165.46176,788.3909,1494.3628,80.92351,838.697,103.3003,1.1221942,53.32941,0.88569283,0.6227696,2.4809608,58.882454,215.48991,110.01436,16.604214,1389.3254,367.6456,198.38393,286.6264,80.24484,61.958332,49.609886,96.84099,48.538887,456.3197,191.0005,66.29145,58.881912,34.43559,102.82952,103.81602,15.779895,380.04025,108.08823,1092.0048,31.124376,1735.3202,76.48557,368.9122,874.18945,37.829937,17.756536,842.8829,818.39594,2034.1754,121.95553 +2023-09-23 02:00:00,0.0,14085.425,361.25638,62.550358,64.60408,54.93081,250.32166,36.035957,60.870846,24.672806,36.62161,1637.0482,136.31892,22.787252,203.39305,0.24637276,0.0415159,33.003902,0.14510912,0.13255106,531.66504,0.095975466,529.1813,77.441505,0.09691563,0.09563825,163.2224,27.898504,57.171295,105.32289,19134.896,0.038788084,2071.036,0.4593317,0.058177534,0.07888328,0.09212616,204.28531,257.66675,22.108675,129.375,38.43794,29.408577,2192.939,1.4637036,102.12154,52.229588,429.40698,40.37611,456.27368,27.730986,124.83207,0.0,1445.5791,6227.129,8.411982,463.1129,89.52994,35270.88,76.919014,7.6353354,30.564747,86.18173,24.035797,8.476532,45.13988,1010.772,349.56772,37.615803,6.0442433,8.29135,256.0099,31.828405,444.243,140.99722,2510.2488,497.54443,155.89655,142.04787,333.91232,5.4687347,7.974785,11.073596,2.7435262,2.2312737,61.620533,73.36519,92.67992,36.862537,41.123016,90.74322,11.204312,3478.087,30.853779,32.96875,25.828733,21.361288,240.19908,59.362953,36.475693,7.8976526,23.548862,37.00723,136.05988,326.26755,72.349304,246.75526,54.08569,48.11025,172.86763,113.24341,646.4799,109.21312,2.948028,7.4756947,5.8441668,64.82782,16061.957,2.2768981,28.699076,46.41007,28.63396,254.4739,64.181015,118.26422,1.8262037,121.28993,430.6159,224.11961,119.29888,433.3979,39.302315,87.5149,137.20502,11.033056,2.0544899,13.228216,852.3814,0.045385208,0.28468055,62.041435,11.31748,5.355925,6.587205,13.970151,81.34804,35.770836,117.66191,629.246,308.52274,2562.337,2014.6895,40.209377,68.24363,7992.457,8.609815,121.89468,727.1922,220.71251,299.84238,121.744446,774.9435,871.25806,490.41098,29.369047,165.48796,787.99786,1493.5481,80.922356,838.4379,103.29838,1.1223586,53.314342,0.8857462,0.62298584,2.481082,58.849354,215.55583,109.89922,16.61065,1387.8483,367.44675,198.3393,286.56946,80.17063,61.916668,49.527546,96.87598,48.444443,455.73145,190.88194,66.12697,58.804012,34.454514,102.73334,103.75092,15.76655,379.74197,108.01011,1090.4084,31.121073,1734.3271,76.47739,368.81128,873.16156,37.788784,17.765362,842.7989,818.4828,2033.6124,122.01386 +2023-09-23 03:00:00,0.0,14078.54,361.23413,62.59682,64.63455,54.965908,250.438,36.048023,60.896862,24.67913,36.640038,1637.7491,136.26106,22.796139,203.43875,0.24590324,0.041594155,33.01098,0.14490178,0.13260725,531.94794,0.095905416,529.36725,77.489555,0.09680925,0.0954392,163.27486,27.914423,57.190277,105.3506,19118.967,0.038800403,2071.026,0.4598009,0.058105435,0.07897356,0.09196439,204.35573,257.78937,22.108765,129.3375,38.443687,29.36839,2192.7332,1.4630934,101.99831,52.163605,429.37656,40.342,456.3559,27.702818,124.70071,0.0,1444.4417,6221.964,8.386247,462.89194,89.45559,35262.223,76.81806,7.612981,30.518867,85.98362,23.996313,8.453267,45.02887,1009.8893,349.63907,37.57911,6.0267057,8.281621,255.62306,31.76911,443.34363,141.1025,2510.0796,497.94998,155.71742,142.13907,334.35974,5.4677877,7.97283,11.077201,2.7448287,2.2329357,61.57846,73.3297,92.67599,36.834297,41.112797,90.672844,11.203196,3479.2969,30.842178,32.928123,25.79988,21.334917,240.1375,59.3282,36.421875,7.8921266,23.535116,36.97408,135.89758,325.73288,72.313126,246.61127,54.04622,48.015736,172.69104,113.11344,645.9236,109.12032,2.9423752,7.471875,5.8472505,64.84864,16055.064,2.274325,28.68797,46.395935,28.60878,254.31686,64.17375,118.20048,1.8266019,121.27406,430.55533,224.0803,119.22853,433.3372,39.31125,87.49679,137.20212,11.035473,2.0552235,13.232939,852.21515,0.045362715,0.28482082,62.06493,11.324982,5.359731,6.593207,13.9802265,81.346375,35.78625,117.71951,629.3768,308.64774,2562.9658,2014.9435,40.22814,68.26823,7988.592,8.612198,121.94063,727.1314,220.77376,299.9069,121.7725,775.24414,871.18823,490.42865,29.367857,165.51416,787.60474,1492.7335,80.9212,838.1788,103.296455,1.1225231,53.29927,0.8857996,0.6232021,2.4812028,58.81625,215.62175,109.78409,16.617085,1386.3712,367.24792,198.29465,286.5125,80.09643,61.875,49.44521,96.910965,48.35,455.14322,190.7634,65.96249,58.726112,34.47344,102.637146,103.68583,15.753205,379.44366,107.932,1088.8123,31.11777,1733.3341,76.4692,368.7104,872.1336,37.747627,17.774185,842.7149,818.5696,2033.0494,122.072205 +2023-09-23 04:00:00,0.0,14071.655,361.21188,62.643284,64.66503,55.00101,250.55437,36.06009,60.922874,24.685457,36.658463,1638.45,136.20322,22.805025,203.48444,0.2454337,0.041672412,33.01806,0.14469443,0.13266343,532.23083,0.09583537,529.55316,77.537605,0.09670287,0.095240146,163.32732,27.930342,57.20926,105.37831,19103.037,0.038812727,2071.0159,0.46027008,0.058033332,0.07906383,0.091802604,204.42616,257.91202,22.108856,129.3,38.449432,29.3282,2192.527,1.4624832,101.87508,52.097626,429.34613,40.307888,456.4381,27.674652,124.569336,0.0,1443.3041,6216.7993,8.360513,462.67096,89.38124,35253.57,76.7171,7.590626,30.472988,85.78551,23.956831,8.430002,44.91786,1009.00665,349.71042,37.542416,6.0091677,8.271893,255.23624,31.709812,442.44424,141.20778,2509.9106,498.35553,155.5383,142.23026,334.80716,5.4668407,7.970875,11.080805,2.7461314,2.234598,61.53639,73.294205,92.67206,36.80606,41.10258,90.60247,11.202079,3480.5068,30.830578,32.8875,25.771027,21.308544,240.07593,59.29345,36.368057,7.886601,23.521368,36.94093,135.73529,325.19824,72.27695,246.46727,54.006752,47.921223,172.51443,112.983475,645.36725,109.027534,2.9367225,7.4680557,5.8503337,64.86946,16048.171,2.2717519,28.676863,46.381805,28.5836,254.15982,64.16648,118.136734,1.8269999,121.258194,430.49475,224.04102,119.15818,433.27646,39.320187,87.478676,137.1992,11.0378895,2.055957,13.23766,852.0488,0.045340218,0.2849611,62.088425,11.332484,5.363538,6.5992084,13.990301,81.3447,35.801666,117.77711,629.50757,308.77274,2563.5945,2015.1975,40.24691,68.29282,7984.726,8.614581,121.98657,727.0706,220.835,299.9714,121.80055,775.5448,871.1184,490.44632,29.366667,165.54036,787.2117,1491.9188,80.920044,837.9196,103.29453,1.1226876,53.284203,0.88585293,0.6234183,2.481324,58.78315,215.68767,109.66895,16.623518,1384.894,367.04907,198.25,286.45557,80.02222,61.833332,49.36287,96.945946,48.255554,454.55496,190.64484,65.798,58.64821,34.49236,102.540955,103.62074,15.739861,379.14536,107.85388,1087.216,31.114466,1732.3411,76.46101,368.6095,871.1057,37.706474,17.78301,842.63086,818.6564,2032.4866,122.13055 +2023-09-23 05:00:00,0.0,14064.7705,361.1896,62.68975,64.6955,55.03611,250.67073,36.072155,60.94889,24.691782,36.676888,1639.1508,136.14536,22.81391,203.53014,0.24496417,0.04175067,33.02514,0.1444871,0.1327196,532.5138,0.09576532,529.73914,77.585655,0.096596494,0.095041096,163.37976,27.94626,57.22824,105.40602,19087.107,0.038825046,2071.0059,0.46073928,0.057961233,0.07915411,0.09164083,204.49658,258.03464,22.108946,129.2625,38.45518,29.288012,2192.3213,1.4618729,101.75184,52.031643,429.3157,40.273777,456.52032,27.646484,124.43797,0.0,1442.1665,6211.635,8.334779,462.45,89.30689,35244.914,76.61615,7.568271,30.427109,85.587395,23.917347,8.406737,44.806843,1008.12396,349.78177,37.505722,5.99163,8.262163,254.84941,31.650517,441.54486,141.31305,2509.7415,498.7611,155.35919,142.32146,335.25458,5.4658937,7.9689198,11.08441,2.747434,2.23626,61.494316,73.25871,92.66812,36.77782,41.09236,90.5321,11.200962,3481.717,30.818975,32.846874,25.742172,21.282171,240.01436,59.258698,36.314236,7.881075,23.50762,36.90778,135.573,324.6636,72.24076,246.32326,53.96728,47.826714,172.33783,112.85351,644.811,108.934746,2.9310696,7.4642363,5.853417,64.89028,16041.278,2.2691786,28.665756,46.367672,28.55842,254.00279,64.15921,118.07298,1.8273981,121.242325,430.43417,224.00171,119.08783,433.21576,39.32912,87.460556,137.19629,11.040306,2.0566907,13.242383,851.88257,0.045317724,0.28510138,62.11192,11.339986,5.3673444,6.60521,14.000377,81.34303,35.817085,117.8347,629.6383,308.89774,2564.2234,2015.4515,40.265675,68.31741,7980.861,8.616964,122.032524,727.0098,220.89626,300.03592,121.828606,775.84546,871.0486,490.464,29.365477,165.56657,786.81854,1491.1042,80.91889,837.66046,103.29261,1.122852,53.269135,0.88590634,0.6236345,2.4814448,58.750046,215.75359,109.55381,16.629953,1383.4169,366.85022,198.20535,286.39862,79.94801,61.791668,49.280533,96.980934,48.16111,453.9667,190.52629,65.633514,58.57031,34.511284,102.44476,103.55565,15.726516,378.84705,107.775764,1085.6198,31.111162,1731.348,76.45283,368.5086,870.07776,37.66532,17.791836,842.5469,818.7432,2031.9236,122.18888 +2023-09-23 06:00:00,0.0,14057.886,361.16736,62.736214,64.725975,55.071213,250.7871,36.084225,60.974907,24.698107,36.695316,1639.8516,136.08751,22.822796,203.57584,0.24449463,0.041828927,33.03222,0.14427975,0.1327758,532.7967,0.09569528,529.92505,77.633705,0.096490115,0.09484205,163.43222,27.96218,57.247223,105.43373,19071.18,0.038837366,2070.9958,0.46120846,0.05788913,0.07924439,0.09147905,204.56702,258.1573,22.109035,129.225,38.46093,29.247822,2192.1152,1.4612626,101.62861,51.96566,429.28528,40.239666,456.60254,27.618317,124.3066,0.0,1441.029,6206.4697,8.309044,462.22903,89.23254,35236.26,76.5152,7.5459166,30.38123,85.38928,23.877863,8.383472,44.69583,1007.24133,349.85312,37.46903,5.9740925,8.252435,254.4626,31.59122,440.64548,141.41833,2509.5725,499.16666,155.18005,142.41264,335.702,5.464947,7.9669642,11.088015,2.7487364,2.237922,61.452244,73.22322,92.66419,36.749584,41.08214,90.461716,11.199845,3482.927,30.807375,32.80625,25.71332,21.255798,239.95277,59.223946,36.260418,7.875549,23.493872,36.87463,135.4107,324.12894,72.20458,246.17926,53.927814,47.7322,172.16122,112.72354,644.25464,108.84196,2.925417,7.460417,5.8565,64.9111,16034.386,2.2666056,28.65465,46.353542,28.53324,253.84575,64.15195,118.00924,1.8277962,121.226456,430.3736,223.9624,119.01749,433.15503,39.338055,87.442444,137.19339,11.042723,2.0574243,13.247106,851.7163,0.045295227,0.28524166,62.135414,11.347487,5.371151,6.611212,14.010452,81.34136,35.8325,117.892296,629.7691,309.02274,2564.8523,2015.7057,40.284443,68.34201,7976.995,8.619348,122.07847,726.949,220.9575,300.10043,121.85667,776.1461,870.97876,490.48166,29.364285,165.59277,786.4255,1490.2896,80.91774,837.4013,103.29069,1.1230165,53.254066,0.88595974,0.6238507,2.481566,58.716946,215.8195,109.438675,16.636389,1381.9398,366.6514,198.16072,286.34167,79.87381,61.75,49.198196,97.01592,48.066666,453.37848,190.40775,65.469025,58.49241,34.53021,102.34857,103.490555,15.713171,378.54874,107.69765,1084.0234,31.107859,1730.355,76.44464,368.4077,869.0498,37.624165,17.800661,842.4629,818.83,2031.3606,122.24722 +2023-09-23 07:00:00,0.0,14051.001,361.14508,62.782677,64.75645,55.10631,250.90346,36.09629,61.000923,24.704433,36.71374,1640.5524,136.02965,22.831682,203.62152,0.2440251,0.041907184,33.0393,0.14407241,0.13283198,533.07965,0.09562523,530.111,77.681755,0.096383736,0.09464299,163.48468,27.978098,57.266205,105.46144,19055.25,0.03884969,2070.9858,0.46167767,0.057817027,0.07933466,0.091317266,204.63745,258.2799,22.109127,129.1875,38.46668,29.207634,2191.9094,1.4606524,101.50538,51.899677,429.25482,40.205555,456.68475,27.59015,124.17524,0.0,1439.8914,6201.305,8.28331,462.00806,89.15819,35227.61,76.414246,7.523562,30.33535,85.19118,23.83838,8.360208,44.58482,1006.35864,349.92447,37.432335,5.9565544,8.242706,254.07578,31.531925,439.7461,141.5236,2509.4033,499.5722,155.00093,142.50385,336.1494,5.464,7.965009,11.0916195,2.750039,2.2395842,61.41017,73.18774,92.66026,36.721344,41.071926,90.39134,11.198729,3484.1372,30.795773,32.765625,25.684465,21.229425,239.8912,59.189194,36.206596,7.870023,23.480125,36.84148,135.24841,323.5943,72.1684,246.03526,53.888344,47.637688,171.98462,112.59358,643.6983,108.74916,2.919764,7.4565973,5.8595834,64.93192,16027.493,2.2640324,28.643543,46.33941,28.508059,253.6887,64.14468,117.945496,1.8281944,121.210594,430.31302,223.92311,118.947136,433.09433,39.34699,87.424324,137.19049,11.045139,2.058158,13.251827,851.55005,0.045272734,0.28538194,62.158913,11.35499,5.3749576,6.6172132,14.020528,81.3397,35.847916,117.9499,629.8999,309.14774,2565.481,2015.9597,40.303207,68.36661,7973.1294,8.621731,122.12442,726.8882,221.01875,300.16495,121.88472,776.4467,870.90894,490.49933,29.363094,165.61897,786.03235,1489.475,80.91659,837.14215,103.28877,1.1231809,53.239,0.8860131,0.62406695,2.4816868,58.683846,215.88542,109.32354,16.642824,1380.4626,366.45255,198.11607,286.28473,79.7996,61.708332,49.115856,97.0509,47.97222,452.79022,190.28918,65.30454,58.414505,34.54913,102.25238,103.42546,15.699826,378.25043,107.61953,1082.4272,31.104555,1729.3619,76.43645,368.3068,868.0219,37.58301,17.809486,842.3789,818.9168,2030.7976,122.305565 +2023-09-23 08:00:00,0.0,14044.116,361.12283,62.829144,64.78693,55.141415,251.01982,36.108356,61.02694,24.710758,36.732166,1641.2533,135.9718,22.840569,203.66722,0.24355556,0.041985437,33.04638,0.14386508,0.13288815,533.36255,0.095555186,530.297,77.729805,0.09627736,0.09444394,163.53714,27.994017,57.285187,105.48915,19039.32,0.03886201,2070.9756,0.46214685,0.057744928,0.07942494,0.09115549,204.70787,258.40253,22.109217,129.15,38.472424,29.167444,2191.7034,1.4600421,101.38214,51.8337,429.22443,40.171444,456.76697,27.561983,124.04387,0.0,1438.7539,6196.14,8.257576,461.7871,89.08384,35218.953,76.31329,7.5012074,30.28947,84.993065,23.798897,8.336943,44.47381,1005.476,349.99582,37.39564,5.939017,8.232977,253.68895,31.47263,438.8467,141.62889,2509.2344,499.97775,154.82181,142.59505,336.59683,5.463053,7.963054,11.095223,2.7513416,2.2412462,61.368095,73.152245,92.656334,36.693108,41.061707,90.32097,11.197612,3485.3472,30.784172,32.725,25.655613,21.203054,239.82964,59.15444,36.15278,7.8644967,23.466377,36.80833,135.08612,323.05966,72.132225,245.89125,53.848877,47.543175,171.80801,112.463615,643.14197,108.65637,2.9141114,7.452778,5.862667,64.95275,16020.601,2.2614594,28.632437,46.325275,28.482878,253.53168,64.137405,117.881744,1.8285925,121.194725,430.25244,223.8838,118.876785,433.03363,39.355927,87.40621,137.18758,11.047556,2.0588915,13.25655,851.3838,0.045250237,0.28552222,62.182407,11.362492,5.378764,6.6232147,14.030602,81.33803,35.863335,118.00749,630.03064,309.27274,2566.1099,2016.2137,40.321976,68.391205,7969.264,8.624114,122.17037,726.8274,221.08,300.22946,121.91277,776.7474,870.8391,490.517,29.361904,165.64519,785.6393,1488.6603,80.915436,836.883,103.28685,1.1233454,53.223927,0.8860665,0.62428313,2.4818077,58.65074,215.95134,109.208405,16.64926,1378.9855,366.2537,198.07143,286.22778,79.725395,61.666668,49.03352,97.08589,47.877777,452.202,190.17064,65.14005,58.336605,34.568054,102.15619,103.36037,15.686481,377.95212,107.54142,1080.8309,31.101252,1728.3689,76.42826,368.2059,866.99396,37.54186,17.818312,842.2949,819.0036,2030.2346,122.3639 +2023-09-23 09:00:00,0.0,14037.231,361.10056,62.875607,64.8174,55.176514,251.13618,36.120422,61.05295,24.717085,36.750595,1641.9541,135.91394,22.849453,203.71292,0.24308603,0.042063694,33.053455,0.14365773,0.13294435,533.64545,0.095485136,530.4829,77.77785,0.096170984,0.09424488,163.58958,28.009935,57.30417,105.51687,19023.393,0.038874328,2070.9656,0.46261606,0.057672825,0.07951521,0.09099371,204.7783,258.52518,22.109306,129.1125,38.478172,29.127256,2191.4976,1.4594319,101.25891,51.767715,429.19397,40.137333,456.84918,27.533815,123.9125,0.0,1437.6162,6190.9756,8.231841,461.56613,89.00949,35210.3,76.21234,7.4788527,30.24359,84.79495,23.759413,8.313678,44.362797,1004.5934,350.0672,37.358948,5.9214787,8.2232485,253.30214,31.413334,437.94733,141.73416,2509.0652,500.38333,154.64268,142.68623,337.04425,5.462106,7.961099,11.098828,2.752644,2.2429082,61.326023,73.11675,92.652405,36.664867,41.05149,90.250595,11.196496,3486.5574,30.772572,32.684376,25.626759,21.176682,239.76805,59.11969,36.098957,7.8589706,23.45263,36.77518,134.92384,322.525,72.09604,245.74725,53.809406,47.448666,171.63141,112.33365,642.58563,108.56358,2.9084585,7.4489584,5.8657503,64.97357,16013.708,2.258886,28.62133,46.311146,28.457697,253.37463,64.130135,117.818,1.8289907,121.178856,430.19186,223.8445,118.806435,432.9729,39.36486,87.38809,137.18466,11.049973,2.0596251,13.261271,851.2175,0.045227744,0.2856625,62.205902,11.369994,5.3825707,6.6292167,14.040678,81.33636,35.87875,118.06509,630.1615,309.39774,2566.7385,2016.4678,40.34074,68.415794,7965.3984,8.626498,122.21632,726.7666,221.14125,300.29398,121.940834,777.04803,870.7693,490.53467,29.360714,165.67139,785.24615,1487.8457,80.914276,836.6239,103.28493,1.1235099,53.20886,0.8861199,0.6244994,2.4819288,58.61764,216.01726,109.09327,16.655695,1377.5084,366.05487,198.0268,286.17084,79.65119,61.625,48.95118,97.12088,47.783333,451.61374,190.05208,64.97557,58.258705,34.58698,102.06,103.29527,15.673137,377.6538,107.4633,1079.2347,31.097948,1727.3759,76.420074,368.105,865.96606,37.500706,17.827137,842.21094,819.09045,2029.6716,122.42224 +2023-09-23 10:00:00,0.0,14030.346,361.0783,62.92207,64.84787,55.211617,251.25255,36.13249,61.078968,24.72341,36.76902,1642.6549,135.8561,22.85834,203.7586,0.24261649,0.04214195,33.060535,0.1434504,0.13300052,533.9284,0.09541509,530.6689,77.8259,0.096064605,0.09404583,163.64204,28.025854,57.323147,105.54458,19007.463,0.03888665,2070.9556,0.46308523,0.057600725,0.07960549,0.09083193,204.84872,258.6478,22.109396,129.075,38.48392,29.087067,2191.2915,1.4588217,101.13568,51.701733,429.16354,40.10322,456.9314,27.50565,123.781136,0.0,1436.4788,6185.811,8.206107,461.34515,88.935135,35201.645,76.11139,7.456498,30.19771,84.59684,23.71993,8.290413,44.251785,1003.7107,350.13855,37.32225,5.903941,8.213519,252.91531,31.354038,437.04794,141.83945,2508.8962,500.78888,154.46356,142.77744,337.49167,5.461159,7.959144,11.102433,2.7539465,2.2445705,61.28395,73.08127,92.648476,36.63663,41.04127,90.18022,11.195379,3487.7673,30.76097,32.64375,25.597906,21.150309,239.70648,59.084938,36.04514,7.8534446,23.438883,36.742035,134.76155,321.99036,72.05986,245.60326,53.76994,47.354153,171.4548,112.20368,642.0293,108.47079,2.9028058,7.445139,5.8688335,64.99439,16006.815,2.256313,28.610224,46.297012,28.432516,253.21759,64.12287,117.75425,1.8293889,121.16299,430.1313,223.80519,118.736084,432.9122,39.373795,87.36998,137.18176,11.052389,2.0603588,13.265994,851.0513,0.045205247,0.28580278,62.229397,11.377496,5.3863773,6.635218,14.050754,81.33469,35.89417,118.12269,630.29224,309.52274,2567.3674,2016.7219,40.35951,68.44039,7961.5327,8.628881,122.26227,726.7058,221.2025,300.3585,121.96889,777.3487,870.69946,490.55234,29.359524,165.69759,784.8531,1487.031,80.913124,836.36475,103.283005,1.1236743,53.19379,0.88617325,0.62471557,2.4820497,58.584538,216.08316,108.978134,16.66213,1376.0312,365.85602,197.98215,286.1139,79.57698,61.583332,48.868843,97.15587,47.68889,451.0255,189.93353,64.81109,58.1808,34.605904,101.96381,103.23019,15.659792,377.35553,107.385185,1077.6384,31.094645,1726.3827,76.41189,368.0041,864.9381,37.45955,17.835962,842.12695,819.17725,2029.1086,122.48058 +2023-09-23 11:00:00,0.0,14023.461,361.05606,62.968536,64.87834,55.246716,251.36891,36.144554,61.104984,24.729734,36.78745,1643.3557,135.79823,22.867226,203.8043,0.24214695,0.04222021,33.067616,0.14324304,0.13305672,534.2113,0.09534504,530.85486,77.87395,0.095958225,0.093846776,163.6945,28.041773,57.34213,105.57229,18991.533,0.03889897,2070.9456,0.46355444,0.057528622,0.07969577,0.09067015,204.91916,258.77042,22.109488,129.0375,38.48967,29.046879,2191.0857,1.4582114,101.01244,51.63575,429.13312,40.06911,457.0136,27.477482,123.649765,0.0,1435.3413,6180.646,8.180372,461.1242,88.86079,35192.992,76.01044,7.4341435,30.15183,84.39873,23.680447,8.267148,44.140774,1002.82806,350.2099,37.285557,5.886403,8.203791,252.52849,31.29474,436.14856,141.94472,2508.727,501.19443,154.28442,142.86862,337.9391,5.460212,7.957189,11.106038,2.7552493,2.2462325,61.24188,73.04578,92.64455,36.608395,41.031055,90.10985,11.1942625,3488.9775,30.749369,32.603127,25.569052,21.123936,239.64491,59.050186,35.991318,7.847919,23.425135,36.708885,134.59926,321.4557,72.02368,245.45926,53.73047,47.25964,171.27821,112.073715,641.47296,108.378,2.897153,7.4413195,5.871917,65.01521,15999.922,2.2537398,28.599117,46.282883,28.407335,253.06055,64.1156,117.690506,1.829787,121.14712,430.0707,223.7659,118.66573,432.85147,39.382732,87.35187,137.17886,11.054806,2.0610924,13.270717,850.885,0.045182753,0.28594306,62.25289,11.384997,5.3901834,6.6412196,14.060829,81.33302,35.909584,118.18028,630.42303,309.64774,2567.996,2016.976,40.378273,68.46499,7957.6675,8.631265,122.30822,726.64496,221.26375,300.423,121.99694,777.64935,870.62964,490.57,29.358334,165.72379,784.45996,1486.2164,80.91197,836.1056,103.28108,1.1238388,53.178722,0.88622665,0.6249318,2.4821708,58.551437,216.14908,108.863,16.668566,1374.5541,365.65717,197.9375,286.05695,79.50278,61.541668,48.786507,97.19085,47.594444,450.43726,189.81499,64.6466,58.1029,34.624825,101.86762,103.16509,15.646447,377.05722,107.30707,1076.0422,31.091341,1725.3896,76.4037,367.9032,863.9102,37.418396,17.844786,842.04297,819.26404,2028.5457,122.53892 +2023-09-23 12:00:00,0.0,14016.576,361.03378,63.015,64.90882,55.28182,251.48528,36.15662,61.131,24.736061,36.805874,1644.0566,135.74039,22.87611,203.85,0.24167743,0.042298466,33.074696,0.14303571,0.13311289,534.49426,0.095275,531.0408,77.922,0.095851846,0.093647726,163.74695,28.057692,57.36111,105.6,18975.605,0.03891129,2070.9355,0.46402362,0.057456523,0.07978604,0.09050838,204.9896,258.89307,22.109577,129.0,38.495415,29.00669,2190.8796,1.4576011,100.88921,51.56977,429.1027,40.035,457.09583,27.449314,123.5184,0.0,1434.2036,6175.4814,8.154638,460.90323,88.78644,35184.336,75.909485,7.411789,30.105951,84.20062,23.640965,8.243883,44.029762,1001.9454,350.28125,37.248863,5.8688655,8.194062,252.14166,31.235445,435.24915,142.05,2508.558,501.59998,154.1053,142.95982,338.3865,5.459265,7.955234,11.109642,2.7565517,2.2478945,61.199806,73.010284,92.64062,36.580154,41.020836,90.039474,11.193146,3490.1875,30.737766,32.5625,25.5402,21.097563,239.58334,59.015434,35.9375,7.842393,23.411386,36.675735,134.43697,320.92105,71.9875,245.31525,53.691,47.16513,171.10161,111.943756,640.9166,108.28521,2.8915002,7.4375,5.875,65.03603,15993.029,2.2511666,28.588009,46.26875,28.382156,252.90352,64.10833,117.62676,1.8301852,121.13125,430.01013,223.7266,118.59538,432.79077,39.391666,87.33375,137.17595,11.057222,2.061826,13.275438,850.71875,0.045160256,0.28608334,62.27639,11.3925,5.39399,6.6472216,14.070904,81.33135,35.925,118.23788,630.55383,309.77274,2568.625,2017.23,40.39704,68.48958,7953.802,8.633648,122.354164,726.58417,221.32501,300.4875,122.024994,777.94995,870.5598,490.5877,29.357143,165.75,784.0669,1485.4017,80.91082,835.84644,103.27916,1.1240032,53.16365,0.88628006,0.62514806,2.4822917,58.518333,216.215,108.74786,16.675001,1373.077,365.4583,197.89285,286.0,79.42857,61.5,48.704166,97.22584,47.5,449.84903,189.69643,64.48212,58.025,34.64375,101.77143,103.1,15.633102,376.7589,107.22895,1074.4459,31.088036,1724.3966,76.39551,367.8023,862.88226,37.377243,17.853611,841.959,819.3509,2027.9827,122.59726 +2023-09-23 13:00:00,0.0,14009.691,361.01154,63.061462,64.93929,55.316917,251.60164,36.168686,61.157017,24.742386,36.8243,1644.7574,135.68253,22.884996,203.89569,0.2412079,0.04237672,33.081776,0.14282836,0.13316907,534.77716,0.09520496,531.22675,77.97005,0.09574547,0.09344867,163.79941,28.07361,57.380093,105.62771,18959.676,0.038923614,2070.9255,0.46449283,0.05738442,0.07987632,0.0903466,205.06001,259.0157,22.109667,128.9625,38.501163,28.966501,2190.6736,1.4569908,100.76598,51.503788,429.07227,40.00089,457.17804,27.421148,123.38703,0.0,1433.0662,6170.3164,8.128904,460.68225,88.71209,35175.684,75.808525,7.3894343,30.060072,84.0025,23.60148,8.220617,43.91875,1001.06274,350.3526,37.21217,5.8513274,8.184333,251.75485,31.17615,434.34976,142.15527,2508.389,502.00552,153.92618,143.05101,338.83392,5.458318,7.953279,11.113247,2.7578542,2.2495568,61.157734,72.97479,92.63669,36.551918,41.01062,89.9691,11.192029,3491.3975,30.726166,32.521873,25.511347,21.07119,239.52176,58.980682,35.883682,7.836867,23.39764,36.642586,134.27467,320.3864,71.95132,245.17125,53.65153,47.070618,170.925,111.81379,640.36035,108.19241,2.8858473,7.4336805,5.8780837,65.05686,15986.137,2.2485936,28.576902,46.254616,28.356976,252.74648,64.10107,117.56301,1.8305833,121.11538,429.9496,223.68729,118.52503,432.73004,39.4006,87.315636,137.17303,11.059639,2.0625596,13.280161,850.5525,0.045137763,0.28622362,62.299885,11.400002,5.3977966,6.653223,14.080979,81.32968,35.94042,118.29548,630.6846,309.89774,2569.2537,2017.484,40.415806,68.514175,7949.9365,8.636031,122.400116,726.5234,221.38626,300.552,122.053055,778.2506,870.49,490.60538,29.355951,165.7762,783.6738,1484.5872,80.90967,835.5873,103.277245,1.1241677,53.148582,0.8863334,0.62536424,2.4824128,58.485233,216.28091,108.63272,16.681437,1371.5999,365.2595,197.84822,285.94305,79.35436,61.458332,48.62183,97.260826,47.405556,449.26077,189.57788,64.31763,57.947098,34.662674,101.67524,103.034904,15.619758,376.4606,107.15083,1072.8497,31.084732,1723.4036,76.38732,367.70142,861.8544,37.336086,17.862436,841.875,819.4377,2027.4197,122.6556 +2023-09-23 14:00:00,0.0,14002.807,360.98926,63.10793,64.969765,55.35202,251.718,36.18075,61.18303,24.748713,36.842728,1645.4583,135.62468,22.893883,203.94139,0.24073836,0.042454977,33.088856,0.14262103,0.13322526,535.06006,0.09513491,531.4127,78.0181,0.09563909,0.09324962,163.85187,28.089529,57.399075,105.65542,18943.746,0.038935933,2070.9155,0.464962,0.057312317,0.0799666,0.090184815,205.13045,259.13834,22.109758,128.925,38.506912,28.926311,2190.4678,1.4563806,100.642746,51.437805,429.0418,39.966778,457.26025,27.39298,123.25567,0.0,1431.9285,6165.152,8.103169,460.4613,88.63774,35167.03,75.70757,7.3670797,30.014193,83.80439,23.561996,8.197352,43.80774,1000.18005,350.42395,37.175476,5.83379,8.174604,251.36803,31.116854,433.45038,142.26056,2508.22,502.4111,153.74706,143.14221,339.28134,5.457371,7.951324,11.116852,2.759157,2.2512188,61.11566,72.93931,92.63276,36.523678,41.0004,89.89873,11.190912,3492.6077,30.714563,32.48125,25.482492,21.044819,239.46019,58.94593,35.82986,7.831341,23.383892,36.609436,134.11238,319.85175,71.91514,245.02725,53.61206,46.976105,170.7484,111.68382,639.804,108.099625,2.8801947,7.429861,5.881167,65.07768,15979.244,2.2460203,28.565796,46.240486,28.331795,252.58943,64.093796,117.49927,1.8309815,121.09952,429.889,223.648,118.45468,432.66934,39.40954,87.297516,137.17014,11.062056,2.0632932,13.284883,850.3862,0.045115266,0.2863639,62.32338,11.407504,5.401603,6.6592245,14.091055,81.32801,35.955833,118.35307,630.8154,310.02274,2569.8826,2017.738,40.434574,68.53877,7946.071,8.638414,122.44607,726.4626,221.44751,300.61652,122.08111,778.5513,870.42017,490.62305,29.354761,165.8024,783.2807,1483.7725,80.90851,835.3281,103.27532,1.1243322,53.133514,0.8863868,0.6255805,2.4825337,58.45213,216.34683,108.517586,16.68787,1370.1227,365.06064,197.80357,285.8861,79.28016,61.416668,48.53949,97.29581,47.31111,448.67255,189.45932,64.153145,57.869198,34.681595,101.57905,102.96981,15.606413,376.1623,107.07272,1071.2534,31.081429,1722.4105,76.379135,367.60052,860.8264,37.294933,17.871262,841.791,819.5245,2026.8567,122.713936 +2023-09-23 15:00:00,0.0,13995.922,360.967,63.154392,65.000244,55.38712,251.83437,36.19282,61.209045,24.755037,36.861153,1646.159,135.56682,22.90277,203.98708,0.24026883,0.042533234,33.095936,0.14241368,0.13328144,535.343,0.09506486,531.59863,78.06615,0.09553271,0.09305057,163.90433,28.105448,57.418056,105.68313,18927.816,0.038948253,2070.9055,0.4654312,0.057240218,0.08005687,0.09002303,205.20087,259.26096,22.109848,128.8875,38.512657,28.886124,2190.2617,1.4557704,100.519516,51.371822,429.0114,39.932667,457.34247,27.364815,123.1243,0.0,1430.791,6159.9873,8.0774355,460.24033,88.563385,35158.375,75.60662,7.344725,29.968313,83.60628,23.522514,8.174088,43.696724,999.2974,350.4953,37.138783,5.8162518,8.164875,250.9812,31.057558,432.551,142.36583,2508.0508,502.81665,153.56792,143.23341,339.72876,5.456424,7.9493685,11.120457,2.7604594,2.2528808,61.07359,72.90382,92.62883,36.49544,40.990185,89.828354,11.1897955,3493.8176,30.702963,32.440624,25.45364,21.018446,239.39862,58.91118,35.776043,7.8258147,23.370144,36.576286,133.95009,319.3171,71.87896,244.88324,53.572594,46.88159,170.5718,111.553856,639.2477,108.006836,2.8745418,7.4260416,5.88425,65.0985,15972.352,2.2434473,28.55469,46.226353,28.306614,252.4324,64.086525,117.435524,1.8313795,121.08365,429.82843,223.60869,118.38433,432.6086,39.418472,87.2794,137.16724,11.064472,2.0640268,13.289605,850.22,0.045092773,0.28650415,62.346874,11.415006,5.40541,6.6652265,14.1011305,81.32634,35.971252,118.41067,630.94617,310.14774,2570.5112,2017.9922,40.45334,68.56336,7942.205,8.640798,122.49201,726.4018,221.50876,300.68103,122.10916,778.8519,870.35034,490.64072,29.35357,165.82861,782.88763,1482.9579,80.90736,835.069,103.2734,1.1244966,53.118446,0.88644016,0.6257967,2.4826548,58.41903,216.41275,108.40245,16.694305,1368.6456,364.8618,197.75893,285.82916,79.20595,61.375,48.457153,97.330795,47.216667,448.0843,189.34077,63.98866,57.791294,34.70052,101.48286,102.904724,15.593068,375.86398,106.994606,1069.6572,31.078125,1721.4175,76.37095,367.4996,859.7985,37.25378,17.880087,841.70703,819.6113,2026.2937,122.77228 +2023-09-23 16:00:00,0.0,13989.037,360.94476,63.200855,65.030716,55.422222,251.95071,36.204887,61.23506,24.761362,36.87958,1646.8599,135.50897,22.911654,204.03278,0.23979929,0.04261149,33.103012,0.14220634,0.13333762,535.6259,0.09499481,531.7846,78.1142,0.09542633,0.09285151,163.95677,28.121367,57.43704,105.71084,18911.889,0.038960576,2070.8955,0.4659004,0.057168115,0.08014715,0.08986126,205.2713,259.38358,22.109938,128.85,38.518406,28.845934,2190.056,1.4551601,100.396286,51.30584,428.98096,39.898556,457.42468,27.336647,122.992935,0.0,1429.6534,6154.8223,8.051701,460.01935,88.48904,35149.723,75.50567,7.3223705,29.922432,83.40817,23.48303,8.150823,43.585712,998.41473,350.56668,37.10209,5.798714,8.155147,250.59439,30.998262,431.6516,142.47112,2507.8818,503.2222,153.3888,143.3246,340.17618,5.455477,7.9474134,11.124062,2.761762,2.254543,61.031517,72.868324,92.6249,36.4672,40.979965,89.75798,11.188679,3495.0278,30.691362,32.4,25.424786,20.992073,239.33704,58.876427,35.72222,7.8202887,23.356396,36.543137,133.7878,318.78244,71.84277,244.73924,53.533123,46.787083,170.39519,111.42389,638.69135,107.91405,2.868889,7.422222,5.8873334,65.11932,15965.459,2.240874,28.543583,46.212223,28.281433,252.27536,64.07926,117.37177,1.8317777,121.06778,429.76785,223.56938,118.31398,432.5479,39.427406,87.26129,137.16432,11.066889,2.0647604,13.294328,850.0537,0.045070276,0.28664443,62.37037,11.422507,5.4092164,6.671228,14.111206,81.32468,35.986668,118.46826,631.07697,310.27274,2571.1401,2018.2462,40.472107,68.58796,7938.34,8.643181,122.537964,726.341,221.57,300.74554,122.13722,779.1526,870.2806,490.6584,29.35238,165.85481,782.4945,1482.1432,80.906204,834.8099,103.27148,1.1246611,53.10338,0.88649356,0.6260129,2.4827757,58.385925,216.47867,108.287315,16.70074,1367.1685,364.66296,197.7143,285.77222,79.131744,61.333332,48.374817,97.36578,47.122223,447.49606,189.22223,63.824173,57.713394,34.719444,101.386665,102.83963,15.579723,375.56567,106.91649,1068.0609,31.074821,1720.4244,76.36276,367.3987,858.77057,37.212627,17.888912,841.62305,819.6981,2025.7307,122.83062 +2023-09-23 17:00:00,0.0,13982.152,360.9225,63.247322,65.06119,55.45732,252.06708,36.216953,61.261078,24.767689,36.898006,1647.5608,135.45111,22.92054,204.07848,0.23932976,0.042689748,33.110092,0.141999,0.13339381,535.9088,0.09492477,531.9705,78.16225,0.09531996,0.09265246,164.00923,28.137285,57.45602,105.73855,18895.959,0.038972896,2070.8853,0.4663696,0.057096016,0.080237426,0.089699484,205.34172,259.50623,22.110027,128.8125,38.524155,28.805746,2189.8499,1.4545499,100.27305,51.23986,428.95053,39.864445,457.5069,27.30848,122.861565,0.0,1428.5159,6149.6577,8.025967,459.7984,88.41469,35141.066,75.40472,7.300016,29.876553,83.21006,23.443546,8.127558,43.4747,997.5321,350.63803,37.065395,5.781176,8.145418,250.20757,30.938967,430.75223,142.57639,2507.7126,503.62775,153.20967,143.4158,340.6236,5.4545302,7.9454584,11.1276655,2.7630644,2.256205,60.989445,72.83283,92.62097,36.438965,40.96975,89.68761,11.187562,3496.2378,30.67976,32.359375,25.395933,20.9657,239.27547,58.841675,35.668404,7.814763,23.34265,36.509987,133.6255,318.2478,71.806595,244.59525,53.493656,46.69257,170.21858,111.29392,638.135,107.82125,2.8632364,7.4184027,5.890417,65.140144,15958.566,2.238301,28.532476,46.19809,28.256252,252.11832,64.07199,117.30803,1.8321759,121.05191,429.70728,223.53008,118.24363,432.4872,39.436344,87.24317,137.1614,11.069306,2.065494,13.299049,849.88745,0.045047782,0.2867847,62.393864,11.43001,5.413023,6.6772294,14.121281,81.323006,36.002083,118.52586,631.20776,310.39774,2571.7688,2018.5002,40.49087,68.61256,7934.474,8.645564,122.58391,726.28015,221.63126,300.81006,122.165276,779.45325,870.21075,490.67606,29.35119,165.88101,782.10144,1481.3286,80.90505,834.5507,103.269554,1.1248256,53.088306,0.88654697,0.6262291,2.4828966,58.352825,216.54459,108.17218,16.707176,1365.6913,364.4641,197.66965,285.71527,79.05754,61.291668,48.292477,97.40077,47.02778,446.9078,189.10367,63.659687,57.635494,34.73837,101.290474,102.774536,15.566379,375.26736,106.83837,1066.4646,31.071518,1719.4314,76.354576,367.29782,857.7427,37.17147,17.897738,841.53906,819.7849,2025.1677,122.888954 +2023-09-23 18:00:00,0.0,13975.268,360.90024,63.293785,65.09166,55.492424,252.18344,36.22902,61.28709,24.774014,36.91643,1648.2616,135.39326,22.929426,204.12416,0.23886022,0.042768,33.117172,0.14179166,0.13344999,536.1918,0.09485472,532.1565,78.2103,0.09521358,0.092453405,164.06169,28.153204,57.475002,105.76626,18880.03,0.038985215,2070.8752,0.46683878,0.057023913,0.0803277,0.0895377,205.41216,259.62885,22.110119,128.775,38.529903,28.765556,2189.644,1.4539397,100.14982,51.173878,428.9201,39.830334,457.5891,27.280313,122.730194,0.0,1427.3784,6144.4927,8.000233,459.57742,88.34034,35132.414,75.303764,7.2776613,29.830673,83.01195,23.404064,8.104293,43.36369,996.6495,350.70938,37.0287,5.7636385,8.135689,249.82074,30.87967,429.85284,142.68167,2507.5437,504.03333,153.03055,143.50699,341.071,5.4535832,7.9435034,11.13127,2.764367,2.257867,60.947372,72.79735,92.61704,36.410725,40.95953,89.61723,11.186445,3497.448,30.66816,32.31875,25.367079,20.939327,239.2139,58.806923,35.614582,7.809237,23.328901,36.476837,133.46321,317.71317,71.77042,244.45125,53.454185,46.598057,170.04199,111.16396,637.5787,107.72846,2.8575835,7.414583,5.8935003,65.160965,15951.673,2.2357278,28.52137,46.183956,28.231071,251.96129,64.06472,117.244286,1.832574,121.03604,429.6467,223.49078,118.17328,432.42648,39.44528,87.22506,137.15851,11.071723,2.0662277,13.303772,849.7212,0.045025285,0.286925,62.417362,11.437511,5.4168296,6.6832314,14.131356,81.321335,36.0175,118.58346,631.33856,310.52274,2572.3977,2018.7543,40.50964,68.63715,7930.609,8.647947,122.62986,726.21936,221.6925,300.87457,122.19333,779.75385,870.1409,490.69373,29.35,165.90721,781.7083,1480.5139,80.90389,834.29156,103.26764,1.12499,53.07324,0.8866003,0.62644535,2.4830177,58.319725,216.6105,108.057045,16.713612,1364.2142,364.26526,197.625,285.65833,78.98333,61.25,48.21014,97.43575,46.933334,446.31958,188.98512,63.4952,57.55759,34.75729,101.19428,102.70944,15.553033,374.96906,106.760254,1064.8684,31.068214,1718.4384,76.34638,367.1969,856.7147,37.130318,17.906563,841.4551,819.87177,2024.6047,122.947296 +2023-09-23 19:00:00,0.0,13968.383,360.87796,63.34025,65.12214,55.527523,252.2998,36.241085,61.313107,24.780338,36.93486,1648.9624,135.3354,22.938313,204.16986,0.23839068,0.04284626,33.124252,0.14158432,0.13350616,536.4747,0.09478468,532.34247,78.25834,0.0951072,0.092254356,164.11415,28.169125,57.49398,105.79397,18864.102,0.03899754,2070.8652,0.46730798,0.05695181,0.080417976,0.08937592,205.48259,259.7515,22.110209,128.7375,38.53565,28.725368,2189.438,1.4533293,100.02659,51.107895,428.88965,39.796223,457.67133,27.252146,122.59883,0.0,1426.2407,6139.328,7.974498,459.35645,88.26598,35123.76,75.20281,7.2553067,29.784794,82.813835,23.36458,8.081028,43.252678,995.7668,350.78073,36.992004,5.7461004,8.12596,249.43393,30.820374,428.95346,142.78694,2507.3745,504.43887,152.85141,143.59819,341.51843,5.4526362,7.9415483,11.134875,2.7656696,2.2595294,60.9053,72.761856,92.61311,36.38249,40.949314,89.54686,11.1853285,3498.658,30.656557,32.278126,25.338226,20.912954,239.15231,58.77217,35.560764,7.803711,23.315153,36.443687,133.30092,317.1785,71.73424,244.30724,53.41472,46.503544,169.86539,111.034,637.02234,107.63567,2.8519309,7.4107637,5.8965836,65.18179,15944.78,2.2331545,28.510263,46.169827,28.20589,251.80424,64.05745,117.180534,1.8329722,121.02017,429.58612,223.45148,118.10293,432.36578,39.454212,87.20694,137.15561,11.07414,2.0669613,13.308495,849.55493,0.045002792,0.28706527,62.440857,11.445014,5.420636,6.689233,14.141432,81.319664,36.032917,118.64105,631.4693,310.64774,2573.0264,2019.0084,40.528404,68.66174,7926.743,8.650331,122.67581,726.15857,221.75375,300.9391,122.22139,780.0545,870.0711,490.7114,29.348808,165.93343,781.31525,1479.6993,80.90274,834.0324,103.26572,1.1251545,53.05817,0.8866537,0.62666154,2.4831386,58.28662,216.67642,107.94191,16.720047,1362.737,364.06644,197.58037,285.60138,78.90913,61.208332,48.1278,97.47074,46.83889,445.73132,188.86656,63.33072,57.47969,34.776215,101.0981,102.64435,15.539688,374.67078,106.68214,1063.2721,31.06491,1717.4452,76.338196,367.096,855.6868,37.089165,17.915388,841.3711,819.95856,2024.0417,123.00564 +2023-09-23 20:00:00,0.0,13961.497,360.8557,63.386715,65.15261,55.562626,252.41617,36.25315,61.339123,24.786665,36.953285,1649.6632,135.27756,22.947197,204.21556,0.23792115,0.042924516,33.131332,0.14137697,0.13356236,536.7576,0.09471463,532.5284,78.30639,0.09500082,0.0920553,164.1666,28.185043,57.512962,105.82168,18848.172,0.039009858,2070.8552,0.46777716,0.05687971,0.08050825,0.08921414,205.55301,259.8741,22.110298,128.7,38.541397,28.685179,2189.2322,1.4527191,99.90335,51.041912,428.85925,39.76211,457.75354,27.223978,122.46746,0.0,1425.1033,6134.1636,7.948764,459.1355,88.191635,35115.105,75.10186,7.232952,29.738914,82.61572,23.325096,8.057763,43.141666,994.88416,350.85208,36.95531,5.728563,8.116231,249.0471,30.761078,428.05408,142.89223,2507.2056,504.84442,152.6723,143.68939,341.96585,5.4516892,7.9395933,11.13848,2.766972,2.2611914,60.863228,72.726364,92.609184,36.354248,40.939095,89.47649,11.184212,3499.8682,30.644957,32.2375,25.309372,20.886583,239.09074,58.73742,35.506943,7.798185,23.301407,36.410538,133.13863,316.64386,71.69805,244.16324,53.375248,46.409035,169.68878,110.90403,636.46606,107.54288,2.846278,7.4069443,5.899667,65.202614,15937.888,2.2305815,28.499157,46.155693,28.180712,251.6472,64.050186,117.11679,1.8333703,121.0043,429.52554,223.41217,118.03258,432.30505,39.463146,87.18883,137.1527,11.076556,2.067695,13.313216,849.3887,0.044980295,0.28720555,62.46435,11.452516,5.4244423,6.6952343,14.151507,81.318,36.048332,118.698654,631.6001,310.77274,2573.6553,2019.2625,40.547173,68.68634,7922.8774,8.652714,122.721756,726.0978,221.815,301.0036,122.24944,780.35516,870.0013,490.72906,29.347618,165.95963,780.9221,1478.8846,80.90159,833.77325,103.263794,1.1253189,53.043102,0.88670707,0.6268778,2.4832597,58.25352,216.74234,107.82677,16.726482,1361.2599,363.86758,197.53572,285.54443,78.834915,61.166668,48.045464,97.50573,46.744446,445.14307,188.74802,63.166233,57.40179,34.79514,101.00191,102.579254,15.526343,374.37247,106.60403,1061.6759,31.061607,1716.4521,76.33001,366.99512,854.6589,37.04801,17.924212,841.2871,820.04535,2023.4788,123.06397 +2023-09-23 21:00:00,0.0,13954.612,360.83347,63.433178,65.18308,55.597725,252.53253,36.265217,61.36514,24.79299,36.97171,1650.364,135.2197,22.956083,204.26125,0.23745161,0.043002773,33.138412,0.14116964,0.13361853,537.0405,0.094644584,532.71436,78.35444,0.09489444,0.09185625,164.21906,28.200962,57.531944,105.84939,18832.242,0.039022177,2070.8452,0.46824637,0.056807607,0.080598526,0.089052364,205.62344,259.99673,22.11039,128.6625,38.547146,28.64499,2189.0261,1.4521089,99.78012,50.975933,428.8288,39.728,457.83575,27.195812,122.3361,0.0,1423.9657,6128.9985,7.9230294,458.91452,88.11729,35106.453,75.0009,7.2105975,29.693035,82.41761,23.285614,8.034498,43.030655,994.00146,350.92343,36.918617,5.711025,8.106503,248.66028,30.701782,427.1547,142.9975,2507.0364,505.24997,152.49318,143.78058,342.41327,5.4507422,7.9376383,11.142084,2.7682748,2.2628536,60.821156,72.69088,92.605255,36.32601,40.928875,89.40611,11.183095,3501.0781,30.633354,32.196877,25.28052,20.86021,239.02917,58.702667,35.453125,7.792659,23.287659,36.377388,132.97633,316.10922,71.66187,244.01924,53.33578,46.31452,169.51218,110.77406,635.9097,107.45009,2.8406253,7.403125,5.90275,65.223434,15930.995,2.2280083,28.48805,46.141563,28.15553,251.49017,64.042915,117.05305,1.8337685,120.98844,429.46497,223.37288,117.96223,432.24435,39.472084,87.170715,137.14978,11.078973,2.0684285,13.317939,849.2224,0.0449578,0.28734583,62.487846,11.460017,5.428249,6.7012362,14.161582,81.31633,36.06375,118.75625,631.7309,310.89774,2574.2842,2019.5165,40.565937,68.71094,7919.012,8.655097,122.76771,726.037,221.87625,301.0681,122.2775,780.6558,869.93146,490.74673,29.346428,165.98582,780.52905,1478.0701,80.90044,833.5141,103.26187,1.1254834,53.028034,0.8867605,0.627094,2.4833806,58.220417,216.80824,107.71163,16.732918,1359.7828,363.66873,197.49107,285.4875,78.76071,61.125,47.963127,97.54071,46.65,444.55484,188.62947,63.001747,57.323887,34.81406,100.905716,102.51417,15.512999,374.07416,106.52591,1060.0796,31.058304,1715.4591,76.32182,366.89423,853.6309,37.006855,17.933037,841.2031,820.1322,2022.9158,123.122314 +2023-09-23 22:00:00,0.0,13947.728,360.8112,63.47964,65.213554,55.632828,252.6489,36.277283,61.391155,24.799316,36.99014,1651.065,135.16185,22.96497,204.30695,0.23698209,0.04308103,33.14549,0.14096229,0.13367471,537.3234,0.09457453,532.9003,78.40249,0.09478806,0.09165719,164.27151,28.21688,57.550926,105.8771,18816.312,0.0390345,2070.8352,0.46871555,0.05673551,0.080688804,0.08889058,205.69386,260.1194,22.11048,128.625,38.55289,28.604801,2188.8203,1.4514986,99.65689,50.90995,428.79837,39.69389,457.91797,27.167645,122.20473,0.0,1422.8281,6123.834,7.897295,458.69354,88.04294,35097.797,74.89995,7.188243,29.647156,82.2195,23.24613,8.011233,42.919643,993.11884,350.99478,36.881924,5.693487,8.096774,248.27345,30.642487,426.2553,143.10278,2506.8674,505.65555,152.31406,143.87178,342.8607,5.4497952,7.9356833,11.145689,2.7695773,2.2645156,60.779083,72.65539,92.601326,36.297775,40.91866,89.33574,11.181978,3502.288,30.621754,32.15625,25.251665,20.833838,238.96759,58.667915,35.399307,7.7871327,23.27391,36.34424,132.81404,315.57455,71.625694,243.87523,53.29631,46.22001,169.33557,110.6441,635.3534,107.3573,2.8349724,7.3993053,5.9058337,65.244255,15924.103,2.2254353,28.476944,46.12743,28.13035,251.33313,64.035645,116.989296,1.8341666,120.97257,429.4044,223.33357,117.89188,432.18362,39.481018,87.152596,137.14688,11.081389,2.0691621,13.32266,849.05615,0.044935305,0.2874861,62.51134,11.46752,5.4320555,6.7072377,14.171658,81.31466,36.079166,118.81384,631.8617,311.02274,2574.9128,2019.7705,40.584705,68.73553,7915.1465,8.65748,122.81366,725.97614,221.9375,301.13263,122.30555,780.9565,869.86163,490.7644,29.345238,166.01204,780.1359,1477.2554,80.899284,833.25494,103.25995,1.1256479,53.012962,0.8868139,0.6273102,2.4835017,58.187317,216.87416,107.5965,16.739353,1358.3057,363.4699,197.44643,285.43054,78.68651,61.083332,47.880787,97.5757,46.555557,443.96658,188.51091,62.83726,57.245987,34.832985,100.809525,102.44907,15.499654,373.77585,106.44779,1058.4834,31.055,1714.4661,76.31364,366.79333,852.603,36.965702,17.941862,841.11914,820.219,2022.3528,123.18066 +2023-09-23 23:00:00,0.0,13940.843,360.78894,63.526108,65.24403,55.667927,252.76526,36.289352,61.417168,24.805641,37.008564,1651.7657,135.10399,22.973854,204.35263,0.23651256,0.043159284,33.15257,0.14075495,0.1337309,537.6064,0.09450449,533.08624,78.45054,0.09468168,0.09145814,164.32397,28.2328,57.56991,105.90481,18800.385,0.03904682,2070.8252,0.46918476,0.056663405,0.080779076,0.08872881,205.7643,260.242,22.110569,128.5875,38.55864,28.564613,2188.6143,1.4508884,99.53366,50.843967,428.76794,39.65978,458.00018,27.139477,122.073364,0.0,1421.6907,6118.669,7.8715606,458.4726,87.96858,35089.145,74.798996,7.1658883,29.601274,82.02139,23.206646,7.987968,42.80863,992.23615,351.06613,36.84523,5.6759496,8.087045,247.88664,30.58319,425.35593,143.20805,2506.6982,506.0611,152.13492,143.96297,343.3081,5.4488482,7.9337277,11.149294,2.7708797,2.2661777,60.73701,72.619896,92.5974,36.269535,40.90844,89.265366,11.180862,3503.4983,30.610153,32.115623,25.222813,20.807465,238.90602,58.633163,35.345486,7.7816067,23.260164,36.31109,132.65175,315.03992,71.589516,243.73123,53.256844,46.125496,169.15897,110.51414,634.79706,107.2645,2.8293197,7.395486,5.908917,65.265076,15917.21,2.222862,28.465836,46.113297,28.10517,251.17609,64.02838,116.92555,1.8345648,120.9567,429.3438,223.29427,117.821526,432.12292,39.489952,87.13448,137.14398,11.083806,2.0698957,13.327383,848.8899,0.044912808,0.2876264,62.534836,11.475021,5.435862,6.713239,14.181733,81.31299,36.094585,118.87144,631.99243,311.14774,2575.5417,2020.0245,40.603474,68.760124,7911.281,8.659864,122.859604,725.91534,221.99875,301.19714,122.33361,781.25714,869.7918,490.7821,29.344048,166.03824,779.74286,1476.4408,80.898125,832.99585,103.258026,1.1258123,52.997894,0.8868672,0.62752646,2.4836226,58.154213,216.94008,107.48136,16.745787,1356.8285,363.27106,197.4018,285.3736,78.6123,61.041668,47.79845,97.61069,46.461113,443.37836,188.39236,62.672775,57.168087,34.85191,100.71333,102.38398,15.486309,373.47754,106.369675,1056.8871,31.051697,1713.473,76.30545,366.6924,851.5751,36.92455,17.950687,841.03516,820.3058,2021.7898,123.23899 +2023-09-24 00:00:00,0.0,13933.958,360.76666,63.57257,65.274506,55.70303,252.88162,36.30142,61.443184,24.811966,37.026993,1652.4666,135.04614,22.98274,204.39833,0.23604302,0.04323754,33.15965,0.1405476,0.13378708,537.8893,0.09443445,533.2722,78.49859,0.0945753,0.09125909,164.37642,28.248718,57.58889,105.932526,18784.455,0.03905914,2070.8152,0.46965393,0.056591302,0.080869354,0.088567026,205.83473,260.36462,22.110659,128.55,38.56439,28.524424,2188.4082,1.4502782,99.41042,50.777985,428.73752,39.625668,458.0824,27.111311,121.94199,0.0,1420.553,6113.5044,7.845826,458.25162,87.89423,35080.492,74.698044,7.1435337,29.555395,81.82328,23.167164,7.964703,42.697617,991.3535,351.1375,36.808537,5.6584115,8.077316,247.49982,30.523895,424.45654,143.31334,2506.5293,506.46664,151.9558,144.05417,343.75552,5.4479012,7.9317727,11.152899,2.7721822,2.26784,60.69494,72.584404,92.59347,36.2413,40.898224,89.19499,11.179746,3504.7083,30.59855,32.075,25.19396,20.781092,238.84445,58.59841,35.291668,7.776081,23.246416,36.27794,132.48946,314.50525,71.55333,243.58723,53.217373,46.030987,168.98236,110.38417,634.2407,107.171715,2.8236668,7.391667,5.912,65.285904,15910.317,2.220289,28.45473,46.099167,28.079988,251.01904,64.02111,116.8618,1.834963,120.940834,429.28323,223.25496,117.751175,432.0622,39.49889,87.11636,137.14107,11.086223,2.0706294,13.332106,848.72363,0.044890314,0.28776667,62.558334,11.482524,5.4396687,6.719241,14.191809,81.311325,36.11,118.92904,632.1232,311.27274,2576.1704,2020.2787,40.62224,68.78472,7907.4155,8.662248,122.905556,725.85455,222.06,301.26166,122.361664,781.55774,869.722,490.79977,29.342857,166.06444,779.34973,1475.6261,80.89697,832.7367,103.25611,1.1259768,52.982826,0.88692063,0.62774265,2.4837437,58.121113,217.006,107.36623,16.752222,1355.3514,363.0722,197.35715,285.31668,78.53809,61.0,47.71611,97.64567,46.366665,442.7901,188.2738,62.50829,57.090183,34.870834,100.61714,102.318886,15.472964,373.17923,106.29156,1055.2909,31.048393,1712.48,76.29726,366.59152,850.5472,36.883392,17.959513,840.9512,820.39264,2021.2268,123.29733 +2023-09-24 01:00:00,0.0,13927.073,360.74442,63.619034,65.30498,55.73813,252.99799,36.313484,61.4692,24.818293,37.045418,1653.1674,134.98828,22.991627,204.44403,0.23557349,0.043315798,33.16673,0.14034027,0.13384327,538.17224,0.0943644,533.4581,78.54664,0.09446892,0.091060035,164.42888,28.264637,57.607872,105.960236,18768.525,0.039071463,2070.8052,0.47012314,0.056519203,0.08095963,0.08840525,205.90515,260.48727,22.11075,128.5125,38.570137,28.484236,2188.2024,1.4496679,99.28719,50.712006,428.7071,39.591557,458.1646,27.083143,121.81062,0.0,1419.4155,6108.34,7.820092,458.03064,87.819885,35071.836,74.59709,7.121179,29.509516,81.62517,23.12768,7.941438,42.586605,990.4708,351.20886,36.771843,5.640874,8.067587,247.11299,30.464598,423.55716,143.41861,2506.36,506.8722,151.77667,144.14536,344.20294,5.4469543,7.9298177,11.156504,2.773485,2.269502,60.652863,72.54892,92.58954,36.21306,40.888004,89.12462,11.178629,3505.9185,30.58695,32.034374,25.165106,20.75472,238.78287,58.56366,35.237846,7.770555,23.232668,36.24479,132.32716,313.9706,71.51715,243.44324,53.177906,45.936474,168.80577,110.2542,633.6844,107.078926,2.8180141,7.3878474,5.9150834,65.306725,15903.424,2.2177157,28.443623,46.085033,28.054808,250.86201,64.01384,116.79806,1.8353611,120.924965,429.22266,223.21567,117.680824,432.0015,39.507824,87.09825,137.13815,11.088639,2.071363,13.336827,848.5574,0.044867817,0.28790694,62.58183,11.4900255,5.4434752,6.7252426,14.201884,81.309654,36.125416,118.98663,632.254,311.39774,2576.7993,2020.5327,40.641006,68.80932,7903.55,8.664631,122.95151,725.79376,222.12126,301.32617,122.38972,781.8584,869.65216,490.81744,29.341667,166.09064,778.95667,1474.8115,80.89582,832.47754,103.25419,1.1261412,52.96776,0.88697404,0.6279589,2.4838645,58.08801,217.07191,107.25109,16.758657,1353.8743,362.87338,197.3125,285.25974,78.46389,60.958332,47.633774,97.68066,46.27222,442.20187,188.15526,62.343803,57.012283,34.889755,100.52095,102.25379,15.4596195,372.88092,106.21345,1053.6946,31.04509,1711.4869,76.28907,366.49063,849.5192,36.84224,17.968338,840.8672,820.47943,2020.6638,123.355675 +2023-09-24 02:00:00,0.0,13920.188,360.72217,63.6655,65.33546,55.77323,253.11435,36.32555,61.495216,24.824617,37.063843,1653.8683,134.93044,23.000513,204.48972,0.23510395,0.043394055,33.17381,0.14013293,0.13389945,538.45514,0.094294354,533.6441,78.59469,0.09436254,0.090860985,164.48134,28.280556,57.626854,105.987946,18752.598,0.039083783,2070.7952,0.47059232,0.0564471,0.081049904,0.08824347,205.97559,260.6099,22.11084,128.475,38.575882,28.444046,2187.9963,1.4490576,99.16396,50.646023,428.67664,39.557446,458.24683,27.054976,121.67926,0.0,1418.2778,6103.175,7.794358,457.8097,87.74554,35063.184,74.49614,7.0988245,29.463636,81.427055,23.088198,7.9181733,42.475594,989.5882,351.2802,36.73515,5.623336,8.057858,246.72618,30.405302,422.65778,143.5239,2506.191,507.27777,151.59755,144.23656,344.65036,5.4460073,7.9278626,11.160108,2.7747874,2.271164,60.61079,72.51343,92.58561,36.184822,40.87779,89.054245,11.177512,3507.1284,30.575348,31.99375,25.136253,20.728348,238.7213,58.528908,35.18403,7.765029,23.21892,36.21164,132.16487,313.43597,71.48097,243.29922,53.138435,45.84196,168.62917,110.12424,633.12805,106.98614,2.8123612,7.384028,5.918167,65.327545,15896.531,2.2151425,28.432516,46.070904,28.029627,250.70497,64.00658,116.734314,1.8357592,120.909096,429.16208,223.17636,117.61047,431.94077,39.516758,87.08014,137.13525,11.091056,2.0720966,13.34155,848.3911,0.044845324,0.28804722,62.605324,11.497527,5.447282,6.7312446,14.211959,81.30798,36.140835,119.04423,632.3848,311.52274,2577.428,2020.7867,40.65977,68.83391,7899.6846,8.667014,122.99745,725.733,222.18251,301.3907,122.41778,782.15906,869.58234,490.8351,29.340475,166.11685,778.56354,1473.9968,80.89467,832.2184,103.252266,1.1263057,52.95269,0.8870274,0.6281751,2.4839857,58.05491,217.13783,107.135956,16.765093,1352.3971,362.67453,197.26787,285.2028,78.38968,60.916668,47.551437,97.715645,46.177776,441.61362,188.03671,62.17932,56.934383,34.90868,100.42476,102.188705,15.446275,372.5826,106.13533,1052.0984,31.041786,1710.4939,76.28088,366.3897,848.49133,36.801086,17.977163,840.7832,820.5662,2020.1008,123.41401 +2023-09-24 03:00:00,0.0,13913.304,360.6999,63.711964,65.36593,55.808334,253.23071,36.337616,61.521233,24.830942,37.08227,1654.5691,134.87257,23.009398,204.53542,0.23463441,0.043472312,33.18089,0.13992558,0.13395563,538.73804,0.094224304,533.8301,78.64274,0.09425617,0.09066193,164.5338,28.296474,57.645832,106.015656,18736.668,0.039096102,2070.785,0.47106153,0.056375,0.08114018,0.08808169,206.046,260.73254,22.11093,128.4375,38.58163,28.403858,2187.7905,1.4484473,99.040726,50.58004,428.64624,39.523335,458.32904,27.02681,121.54789,0.0,1417.1404,6098.0103,7.7686234,457.5887,87.67119,35054.527,74.39519,7.07647,29.417757,81.22894,23.048714,7.894908,42.364582,988.70557,351.35156,36.698452,5.6057982,8.04813,246.33936,30.346006,421.7584,143.62917,2506.022,507.68332,151.41843,144.32776,345.09778,5.4450603,7.9259076,11.1637125,2.77609,2.2728262,60.568718,72.477936,92.58168,36.15658,40.86757,88.98387,11.176395,3508.3386,30.563747,31.953125,25.107399,20.701975,238.65973,58.494156,35.130207,7.759503,23.205173,36.17849,132.00258,312.9013,71.44479,243.15523,53.09897,45.747448,168.45256,109.99427,632.5718,106.89334,2.8067086,7.3802085,5.9212503,65.348366,15889.639,2.2125695,28.42141,46.05677,28.004448,250.54793,63.999306,116.67056,1.8361573,120.89323,429.1015,223.13705,117.54012,431.88007,39.525696,87.06202,137.13235,11.0934725,2.0728302,13.3462715,848.22485,0.044822827,0.2881875,62.62882,11.50503,5.4510884,6.737246,14.222034,81.30631,36.15625,119.10183,632.51556,311.64774,2578.057,2021.0408,40.67854,68.858505,7895.819,8.669397,123.0434,725.6721,222.24376,301.4552,122.44583,782.4597,869.5125,490.85278,29.339285,166.14305,778.1705,1473.1823,80.89352,831.9592,103.25034,1.1264702,52.93762,0.8870808,0.6283913,2.4841065,58.021805,217.20375,107.02082,16.771528,1350.92,362.47568,197.22322,285.14584,78.315475,60.875,47.469097,97.750626,46.083332,441.0254,187.91815,62.014835,56.85648,34.927605,100.328575,102.12361,15.43293,372.28433,106.05721,1050.5021,31.038483,1709.5009,76.2727,366.28882,847.4634,36.759933,17.985989,840.6992,820.6531,2019.5378,123.47235 +2023-09-24 04:00:00,0.0,13906.419,360.67764,63.758427,65.3964,55.843433,253.34706,36.34968,61.547245,24.837269,37.100697,1655.2699,134.81473,23.018284,204.58112,0.23416488,0.043550566,33.187965,0.13971825,0.13401182,539.021,0.09415426,534.016,78.69079,0.09414979,0.09046288,164.58624,28.312393,57.664814,106.043365,18720.738,0.039108425,2070.775,0.4715307,0.056302898,0.081230454,0.087919906,206.11644,260.85516,22.11102,128.4,38.58738,28.363668,2187.5845,1.4478371,98.917496,50.514057,428.61578,39.489223,458.41125,26.998642,121.41653,0.0,1416.0029,6092.845,7.742889,457.36774,87.59683,35045.875,74.294235,7.0541153,29.371878,81.03083,23.00923,7.871643,42.25357,987.8229,351.4229,36.66176,5.58826,8.038401,245.95253,30.28671,420.859,143.73445,2505.8528,508.08887,151.23929,144.41895,345.5452,5.4441133,7.9239526,11.167317,2.7773926,2.2744882,60.526646,72.442444,92.57775,36.128345,40.857353,88.9135,11.175279,3509.5486,30.552147,31.9125,25.078547,20.675602,238.59814,58.459404,35.07639,7.753977,23.191425,36.145344,131.84029,312.36667,71.40861,243.01123,53.059498,45.65294,168.27596,109.86431,632.01544,106.80055,2.8010557,7.376389,5.9243336,65.36919,15882.746,2.2099962,28.410303,46.042637,27.979267,250.3909,63.992035,116.60682,1.8365555,120.877365,429.04092,223.09776,117.46977,431.81937,39.53463,87.04391,137.12944,11.095889,2.0735638,13.350994,848.0586,0.044800334,0.28832778,62.652313,11.512531,5.4548945,6.7432475,14.23211,81.30465,36.17167,119.159424,632.64636,311.77274,2578.6855,2021.2949,40.697304,68.8831,7891.953,8.671781,123.08935,725.6113,222.30501,301.5197,122.473885,782.7604,869.4427,490.87045,29.338095,166.16925,777.7774,1472.3676,80.89236,831.7001,103.24842,1.1266346,52.92255,0.8871342,0.6286075,2.4842274,57.988705,217.26967,106.90568,16.777964,1349.4429,362.27686,197.17857,285.0889,78.24127,60.833332,47.38676,97.785614,45.988888,440.43713,187.7996,61.85035,56.77858,34.946526,100.23238,102.05852,15.419585,371.98602,105.979095,1048.9059,31.03518,1708.5077,76.26451,366.18793,846.4355,36.718777,17.994812,840.61523,820.73987,2018.9749,123.53069 +2023-09-24 05:00:00,0.0,13899.533,360.65536,63.804893,65.42687,55.878536,253.46342,36.361748,61.57326,24.843594,37.119125,1655.9707,134.75687,23.02717,204.6268,0.23369534,0.043628823,33.195045,0.1395109,0.134068,539.3039,0.09408421,534.20197,78.73884,0.09404341,0.09026382,164.6387,28.328312,57.683796,106.071075,18704.809,0.039120745,2070.765,0.4719999,0.0562308,0.08132073,0.08775813,206.18686,260.97778,22.11111,128.3625,38.59313,28.32348,2187.3787,1.4472269,98.794266,50.44808,428.58533,39.455112,458.49347,26.970474,121.28516,0.0,1414.8652,6087.6807,7.717155,457.1468,87.522484,35037.22,74.193275,7.0317607,29.325998,80.83272,22.969748,7.848378,42.14256,986.94025,351.49426,36.625065,5.5707226,8.028672,245.56572,30.227415,419.95963,143.83972,2505.6838,508.49442,151.06017,144.51015,345.9926,5.4431663,7.9219975,11.170922,2.778695,2.2761502,60.484573,72.40696,92.57382,36.100105,40.847134,88.843124,11.174162,3510.7588,30.540545,31.871876,25.049692,20.64923,238.53658,58.424652,35.022568,7.7484508,23.177677,36.112194,131.678,311.832,71.37243,242.86722,53.020027,45.558426,168.09935,109.734344,631.4591,106.70776,2.795403,7.3725696,5.927417,65.39001,15875.854,2.2074232,28.399197,46.028507,27.954086,250.23386,63.984768,116.543076,1.8369536,120.861496,428.98035,223.05846,117.39942,431.75864,39.543564,87.02579,137.12653,11.098306,2.0742974,13.355717,847.89233,0.044777837,0.28846806,62.675808,11.520034,5.458701,6.7492495,14.242186,81.30298,36.187084,119.21702,632.77716,311.89774,2579.3145,2021.549,40.716072,68.90769,7888.088,8.674164,123.1353,725.55054,222.36626,301.58423,122.501945,783.061,869.37286,490.88812,29.336905,166.19547,777.3843,1471.553,80.891205,831.4409,103.2465,1.1267991,52.907482,0.88718754,0.62882376,2.4843485,57.955605,217.33559,106.79054,16.784399,1347.9657,362.078,197.13393,285.03195,78.16706,60.791668,47.30442,97.8206,45.894444,439.8489,187.68106,61.685863,56.70068,34.96545,100.13619,101.99342,15.40624,371.6877,105.90098,1047.3096,31.031876,1707.5146,76.256325,366.08704,845.40753,36.677624,18.003637,840.53125,820.82666,2018.4119,123.589035 +2023-09-24 06:00:00,0.0,13892.648,360.63312,63.851357,65.45735,55.913635,253.57979,36.373814,61.599277,24.84992,37.13755,1656.6715,134.69902,23.036055,204.6725,0.23322581,0.04370708,33.202126,0.13930357,0.13412417,539.58685,0.09401417,534.38794,78.78688,0.09393703,0.09006477,164.69116,28.34423,57.702778,106.098785,18688.88,0.039133064,2070.755,0.4724691,0.056158695,0.08141101,0.08759636,206.2573,261.10043,22.1112,128.325,38.598873,28.28329,2187.1726,1.4466166,98.67103,50.382095,428.5549,39.421,458.57568,26.942308,121.15379,0.0,1413.7278,6082.516,7.6914206,456.9258,87.448135,35028.566,74.09232,7.009406,29.280117,80.63461,22.930264,7.8251133,42.031548,986.05756,351.5656,36.58837,5.5531845,8.018943,245.1789,30.16812,419.06024,143.94499,2505.5146,508.9,150.88104,144.60133,346.44003,5.4422193,7.9200425,11.174526,2.7799976,2.2778125,60.4425,72.37147,92.56989,36.07187,40.836918,88.77275,11.173045,3511.9688,30.528944,31.83125,25.02084,20.622856,238.475,58.3899,34.96875,7.7429247,23.16393,36.079044,131.5157,311.29736,71.33625,242.72322,52.98056,45.463913,167.92274,109.60438,630.9028,106.61497,2.78975,7.36875,5.9305,65.410835,15868.961,2.20485,28.38809,46.014374,27.928905,250.07681,63.9775,116.479324,1.8373518,120.84563,428.91977,223.01915,117.32907,431.69794,39.552498,87.007675,137.12363,11.100722,2.075031,13.360438,847.7261,0.044755343,0.28860834,62.699306,11.527535,5.4625077,6.755251,14.25226,81.30131,36.2025,119.27462,632.90796,312.02274,2579.943,2021.803,40.734837,68.93229,7884.222,8.676547,123.18125,725.48975,222.4275,301.64874,122.53,783.36163,869.3031,490.9058,29.335714,166.22166,776.9912,1470.7384,80.89005,831.18176,103.24458,1.1269636,52.892414,0.88724095,0.62903994,2.4844694,57.9225,217.4015,106.67541,16.790834,1346.4886,361.87915,197.0893,284.975,78.09286,60.75,47.222084,97.85559,45.8,439.26065,187.5625,61.521378,56.622776,34.984375,100.04,101.92833,15.392896,371.3894,105.82286,1045.7133,31.028572,1706.5216,76.24813,365.98615,844.37964,36.63647,18.012463,840.44727,820.91345,2017.8489,123.64737 +2023-09-24 07:00:00,0.0,13885.764,360.61087,63.89782,65.48782,55.94874,253.69615,36.385883,61.625294,24.856245,37.155975,1657.3724,134.64116,23.04494,204.71819,0.23275627,0.043785337,33.209206,0.13909622,0.13418037,539.86975,0.09394412,534.57385,78.83493,0.09383065,0.089865714,164.74362,28.36015,57.72176,106.126495,18672.951,0.039145388,2070.7449,0.4729383,0.056086592,0.08150128,0.087434575,206.32773,261.22305,22.11129,128.2875,38.60462,28.243103,2186.9668,1.4460064,98.5478,50.316113,428.52448,39.38689,458.65787,26.91414,121.02242,0.0,1412.5901,6077.351,7.665686,456.70483,87.37379,35019.914,73.99137,6.9870515,29.234238,80.4365,22.89078,7.8018484,41.920536,985.1749,351.637,36.551678,5.535647,8.009214,244.79207,30.108822,418.16086,144.05028,2505.3457,509.30554,150.70192,144.69254,346.88745,5.4412727,7.918087,11.178131,2.7813,2.2794745,60.40043,72.335976,92.56596,36.043633,40.8267,88.70237,11.171928,3513.1787,30.517342,31.790625,24.991985,20.596485,238.41342,58.35515,34.914932,7.737399,23.150183,36.045895,131.35341,310.76273,71.30007,242.57922,52.94109,45.3694,167.74614,109.47441,630.34644,106.52218,2.7840974,7.3649306,5.9335837,65.431656,15862.068,2.202277,28.376984,46.00024,27.903725,249.91978,63.97023,116.41558,1.83775,120.82976,428.8592,222.97984,117.25873,431.6372,39.561436,86.98956,137.12073,11.103139,2.0757647,13.365161,847.5598,0.044732846,0.28874862,62.7228,11.535037,5.4663143,6.7612524,14.262336,81.29964,36.21792,119.332214,633.03876,312.14774,2580.572,2022.057,40.753605,68.95689,7880.357,8.67893,123.227196,725.42896,222.48875,301.71326,122.55805,783.6623,869.2333,490.92346,29.334524,166.24786,776.5981,1469.9237,80.8889,830.92267,103.24266,1.127128,52.877346,0.8872943,0.6292562,2.4845905,57.8894,217.46742,106.56027,16.79727,1345.0115,361.68033,197.04465,284.91806,78.01865,60.708332,47.139748,97.89057,45.705555,438.67242,187.44395,61.35689,56.544876,35.0033,99.94381,101.863235,15.379551,371.0911,105.74475,1044.1171,31.025269,1705.5286,76.239944,365.88522,843.3517,36.595314,18.021288,840.3633,821.0003,2017.2859,123.70571 +2023-09-24 08:00:00,0.0,13878.879,360.5886,63.944286,65.518295,55.983837,253.81252,36.39795,61.651306,24.86257,37.174404,1658.0732,134.58331,23.053827,204.76389,0.23228675,0.043863595,33.216286,0.13888888,0.13423654,540.15265,0.093874075,534.7598,78.88298,0.09372427,0.089666665,164.79607,28.376068,57.74074,106.154205,18657.021,0.039157707,2070.7349,0.47340748,0.056014493,0.08159156,0.08727279,206.39815,261.34567,22.111382,128.25,38.61037,28.202913,2186.7607,1.4453961,98.42457,50.25013,428.49402,39.35278,458.74008,26.885973,120.89106,0.0,1411.4526,6072.1865,7.6399517,456.4839,87.29943,35011.258,73.89042,6.964697,29.188358,80.23839,22.851297,7.7785835,41.809525,984.29224,351.70834,36.514984,5.518109,7.9994855,244.40524,30.049526,417.26147,144.15555,2505.1765,509.7111,150.5228,144.78374,347.33487,5.4403257,7.916132,11.181736,2.7826028,2.2811365,60.358356,72.30049,92.562035,36.015392,40.816483,88.631996,11.170812,3514.389,30.505741,31.75,24.963133,20.570112,238.35185,58.320396,34.86111,7.731873,23.136435,36.012745,131.19112,310.22806,71.263885,242.43523,52.901623,45.27489,167.56953,109.344444,629.7901,106.42939,2.7784448,7.361111,5.936667,65.45248,15855.175,2.1997037,28.365877,45.98611,27.878544,249.76274,63.962963,116.35184,1.8381481,120.81389,428.7986,222.94055,117.18838,431.5765,39.57037,86.97144,137.11781,11.105556,2.0764983,13.369883,847.39355,0.044710353,0.28888887,62.746296,11.54254,5.470121,6.7672544,14.272411,81.29797,36.233334,119.38981,633.1695,312.27274,2581.2007,2022.311,40.77237,68.981476,7876.491,8.6813135,123.27315,725.36816,222.55,301.77777,122.586105,783.96295,869.16345,490.94113,29.333332,166.27406,776.205,1469.1091,80.88774,830.6635,103.24074,1.1272925,52.862274,0.8873477,0.62947243,2.4847114,57.856297,217.53334,106.44514,16.803703,1343.5343,361.48148,197.0,284.8611,77.94444,60.666668,47.057407,97.92556,45.61111,438.08417,187.3254,61.192406,56.466976,35.02222,99.84762,101.79815,15.366206,370.7928,105.66663,1042.5208,31.021965,1704.5355,76.23176,365.78433,842.3238,36.55416,18.030113,840.2793,821.0871,2016.7229,123.76405 +2023-09-24 09:00:00,0.0,13871.994,360.56635,63.99075,65.54877,56.01894,253.92888,36.410015,61.677322,24.868896,37.19283,1658.774,134.52545,23.062714,204.80959,0.23181722,0.043941848,33.223366,0.13868155,0.13429272,540.4356,0.093804024,534.9458,78.93103,0.093617894,0.08946761,164.84853,28.391987,57.759724,106.181915,18641.094,0.039170027,2070.7249,0.47387666,0.05594239,0.08168184,0.08711101,206.46858,261.46832,22.111471,128.2125,38.616116,28.162724,2186.555,1.4447858,98.30133,50.184147,428.46362,39.31867,458.8223,26.857807,120.75969,0.0,1410.3152,6067.0215,7.6142173,456.2629,87.22508,35002.605,73.78947,6.9423423,29.142479,80.040276,22.811813,7.755318,41.698513,983.4096,351.7797,36.47829,5.5005713,7.9897566,244.01843,29.99023,416.3621,144.26083,2505.0076,510.11664,150.34367,144.87492,347.7823,5.4393787,7.914177,11.185341,2.7839053,2.2827988,60.316284,72.265,92.558105,35.987156,40.806263,88.56162,11.169695,3515.5989,30.494139,31.709375,24.934278,20.54374,238.29028,58.285645,34.807293,7.726347,23.122688,35.979595,131.02882,309.69342,71.22771,242.29121,52.862152,45.180378,167.39294,109.214485,629.23376,106.33659,2.7727919,7.3572917,5.93975,65.4733,15848.282,2.1971304,28.35477,45.971977,27.853363,249.6057,63.955692,116.288086,1.8385463,120.79802,428.73804,222.90125,117.11803,431.51578,39.579304,86.95333,137.1149,11.107973,2.077232,13.374605,847.2273,0.044687856,0.28902915,62.76979,11.550041,5.4739275,6.773256,14.282487,81.2963,36.24875,119.4474,633.3003,312.39774,2581.8296,2022.5652,40.791138,69.00607,7872.6255,8.683697,123.3191,725.3073,222.61125,301.8423,122.61417,784.2636,869.0936,490.9588,29.332142,166.30028,775.8119,1468.2944,80.88659,830.40436,103.238815,1.1274569,52.847206,0.8874011,0.6296886,2.4848325,57.823196,217.59924,106.33,16.810139,1342.0573,361.28262,196.95537,284.80417,77.87024,60.625,46.97507,97.96055,45.516666,437.49594,187.20685,61.027924,56.389072,35.041145,99.75143,101.733055,15.352861,370.49448,105.58852,1040.9246,31.018661,1703.5425,76.22357,365.68344,841.29584,36.51301,18.038939,840.1953,821.1739,2016.1599,123.82239 +2023-09-24 10:00:00,0.0,13865.109,360.54407,64.03722,65.57925,56.05404,254.04524,36.42208,61.70334,24.875221,37.211258,1659.4749,134.4676,23.071598,204.85527,0.23134768,0.044020105,33.230442,0.1384742,0.13434891,540.7185,0.09373398,535.1317,78.97908,0.093511514,0.08926856,164.90099,28.407906,57.778706,106.209625,18625.164,0.03918235,2070.7148,0.47434586,0.05587029,0.08177211,0.08694923,206.539,261.59094,22.11156,128.175,38.621864,28.122536,2186.3489,1.4441756,98.1781,50.118168,428.43317,39.284557,458.9045,26.82964,120.62832,0.0,1409.1775,6061.857,7.5884833,456.04193,87.150734,34993.95,73.688515,6.9199877,29.0966,79.84216,22.77233,7.7320533,41.587498,982.5269,351.85104,36.441597,5.4830337,7.9800277,243.6316,29.930935,415.4627,144.3661,2504.8384,510.52222,150.16455,144.96613,348.2297,5.4384317,7.912222,11.188945,2.7852077,2.2844608,60.27421,72.22951,92.55417,35.958916,40.796043,88.49125,11.168578,3516.809,30.482538,31.66875,24.905426,20.517366,238.2287,58.250893,34.75347,7.720821,23.10894,35.946445,130.86653,309.15878,71.19153,242.14722,52.822685,45.085865,167.21634,109.08452,628.6774,106.243805,2.7671392,7.353472,5.9428334,65.49412,15841.39,2.1945574,28.343662,45.957848,27.828182,249.44867,63.948425,116.22434,1.8389444,120.78215,428.67746,222.86194,117.047676,431.45508,39.58824,86.93521,137.112,11.11039,2.0779655,13.379328,847.06104,0.044665363,0.28916943,62.793285,11.557544,5.477734,6.7792573,14.2925625,81.29463,36.264168,119.505005,633.4311,312.52274,2582.4585,2022.8192,40.809902,69.03067,7868.7603,8.68608,123.36504,725.2465,222.6725,301.9068,122.64222,784.5643,869.0238,490.9765,29.330952,166.32648,775.4188,1467.4799,80.88544,830.1452,103.23689,1.1276214,52.832138,0.88745445,0.62990487,2.4849534,57.790092,217.66516,106.21487,16.816574,1340.5801,361.0838,196.91072,284.74722,77.79603,60.583332,46.89273,97.99553,45.422222,436.90768,187.0883,60.863438,56.311172,35.06007,99.655235,101.66796,15.339517,370.19617,105.5104,1039.3282,31.015358,1702.5494,76.215385,365.58252,840.2679,36.471855,18.047764,840.1113,821.26074,2015.5969,123.88073 +2023-09-24 11:00:00,0.0,13858.225,360.52182,64.08368,65.60972,56.08914,254.1616,36.434147,61.729355,24.881546,37.229683,1660.1758,134.40974,23.080484,204.90097,0.23087814,0.044098362,33.237522,0.13826686,0.13440509,541.00146,0.09366394,535.3177,79.02713,0.093405135,0.08906951,164.95345,28.423824,57.797688,106.237335,18609.234,0.03919467,2070.7048,0.47481504,0.055798188,0.08186239,0.08678746,206.60944,261.7136,22.11165,128.1375,38.627613,28.082346,2186.1428,1.4435654,98.05487,50.052185,428.40274,39.250443,458.98672,26.801472,120.496956,0.0,1408.04,6056.6924,7.562749,455.82098,87.076385,34985.297,73.58756,6.897633,29.05072,79.64405,22.732847,7.7087884,41.476486,981.6443,351.9224,36.404903,5.4654956,7.9702992,243.24478,29.87164,414.56332,144.47139,2504.6694,510.92776,149.98541,145.05731,348.67712,5.4374847,7.910267,11.19255,2.7865105,2.286123,60.23214,72.194016,92.55024,35.93068,40.785828,88.420876,11.167461,3518.019,30.470938,31.628124,24.876574,20.490993,238.16713,58.21614,34.699654,7.715295,23.095192,35.913296,130.70425,308.6241,71.15535,242.00322,52.783215,44.991352,167.03973,108.95455,628.12115,106.15102,2.7614863,7.349653,5.945917,65.514946,15834.497,2.1919842,28.332556,45.943714,27.803003,249.29163,63.94116,116.1606,1.8393426,120.76629,428.61688,222.82265,116.977325,431.39435,39.597176,86.9171,137.1091,11.112806,2.078699,13.384049,846.8948,0.044642866,0.2893097,62.81678,11.565045,5.4815407,6.7852592,14.302637,81.29296,36.279583,119.5626,633.5619,312.64774,2583.0872,2023.0732,40.82867,69.05527,7864.8945,8.688463,123.410995,725.1857,222.73375,301.9713,122.67027,784.86487,868.954,490.99417,29.329762,166.35268,775.0257,1466.6652,80.884285,829.88605,103.23497,1.1277859,52.81707,0.88750786,0.63012105,2.4850745,57.756992,217.73108,106.099724,16.82301,1339.1029,360.88495,196.86607,284.69028,77.721825,60.541668,46.810394,98.03052,45.327778,436.31946,186.96974,60.69895,56.233273,35.07899,99.55905,101.60287,15.326172,369.89786,105.43228,1037.732,31.012054,1701.5564,76.2072,365.48163,839.24,36.4307,18.05659,840.02734,821.34753,2015.0339,123.93907 +2023-09-24 12:00:00,0.0,13851.34,360.49954,64.13014,65.64019,56.12424,254.27797,36.446213,61.75537,24.887873,37.248108,1660.8766,134.3519,23.08937,204.94667,0.23040861,0.04417662,33.244602,0.13805951,0.13446128,541.28436,0.09359389,535.5036,79.07518,0.09329876,0.08887045,165.00589,28.439743,57.816666,106.265045,18593.305,0.03920699,2070.6946,0.47528425,0.055726085,0.08195267,0.08662568,206.67987,261.8362,22.111742,128.1,38.63336,28.042158,2185.937,1.4429551,97.93163,49.986202,428.3723,39.21633,459.06894,26.773306,120.365585,0.0,1406.9023,6051.5273,7.5370145,455.6,87.00203,34976.645,73.48661,6.8752785,29.00484,79.44594,22.693363,7.6855235,41.365475,980.76166,351.99374,36.368206,5.447958,7.9605703,242.85797,29.812344,413.66394,144.57666,2504.5002,511.3333,149.80629,145.14851,349.12454,5.4365377,7.908312,11.196155,2.787813,2.287785,60.190067,72.15852,92.54631,35.90244,40.775608,88.3505,11.166346,3519.2292,30.459335,31.5875,24.84772,20.46462,238.10556,58.18139,34.645832,7.709769,23.081444,35.880146,130.54196,308.08948,71.11916,241.8592,52.743748,44.896843,166.86313,108.824585,627.5648,106.05823,2.7558336,7.3458333,5.9490004,65.53577,15827.6045,2.1894112,28.32145,45.92958,27.777822,249.13458,63.933887,116.09685,1.8397408,120.75042,428.5563,222.78334,116.906975,431.33365,39.60611,86.89898,137.10619,11.115223,2.079433,13.388772,846.7285,0.044620372,0.28945,62.84028,11.572547,5.4853473,6.7912607,14.312713,81.2913,36.295002,119.62019,633.6926,312.77274,2583.716,2023.3273,40.847435,69.07986,7861.029,8.690847,123.45695,725.12494,222.795,302.03583,122.69833,785.1655,868.88416,491.01184,29.328571,166.37889,774.6326,1465.8506,80.88313,829.6269,103.233055,1.1279503,52.802002,0.8875612,0.6303373,2.4851954,57.72389,217.797,105.98459,16.829445,1337.6259,360.6861,196.82143,284.63333,77.64761,60.5,46.728058,98.065506,45.233334,435.7312,186.8512,60.534466,56.15537,35.097916,99.46286,101.53777,15.312827,369.59958,105.354164,1036.1357,31.00875,1700.5634,76.199005,365.38074,838.21204,36.389545,18.065413,839.94336,821.4343,2014.471,123.997406 +2023-09-24 13:00:00,0.0,13844.455,360.4773,64.176605,65.67066,56.159344,254.39433,36.45828,61.781384,24.894197,37.266537,1661.5774,134.29404,23.098255,204.99236,0.22993907,0.044254877,33.251682,0.13785218,0.13451746,541.56726,0.093523845,535.6896,79.12323,0.09319238,0.0886714,165.05835,28.455662,57.835648,106.292755,18577.377,0.039219312,2070.6846,0.47575343,0.055653986,0.08204294,0.0864639,206.75029,261.95883,22.111832,128.0625,38.639107,28.001968,2185.731,1.4423449,97.8084,49.92022,428.34186,39.18222,459.15115,26.745138,120.23422,0.0,1405.7649,6046.363,7.51128,455.37903,86.92768,34967.99,73.38566,6.852924,28.958961,79.24783,22.65388,7.6622586,41.254463,979.87897,352.0651,36.331512,5.43042,7.9508414,242.47115,29.753048,412.76456,144.68195,2504.3313,511.73886,149.62717,145.2397,349.57196,5.4355907,7.906357,11.1997595,2.7891154,2.289447,60.147995,72.12303,92.54238,35.874203,40.765392,88.28013,11.165229,3520.4392,30.447735,31.546875,24.818867,20.43825,238.04399,58.146637,34.592014,7.704243,23.067698,35.846996,130.37967,307.5548,71.082985,241.71521,52.704277,44.80233,166.68652,108.69462,627.0085,105.96543,2.7501807,7.342014,5.9520836,65.55659,15820.712,2.186838,28.310343,45.91545,27.752642,248.97755,63.92662,116.033104,1.8401388,120.73455,428.49573,222.74403,116.836624,431.27295,39.615047,86.88087,137.10327,11.11764,2.0801666,13.393494,846.56226,0.044597875,0.28959027,62.863773,11.5800495,5.4891534,6.797262,14.322788,81.28963,36.310417,119.677795,633.8235,312.89774,2584.3447,2023.5814,40.866203,69.104454,7857.1636,8.693231,123.50289,725.06415,222.85626,302.10034,122.72639,785.4662,868.81433,491.0295,29.327381,166.40509,774.2395,1465.0359,80.88197,829.36774,103.23113,1.1281148,52.78693,0.8876146,0.6305535,2.4853163,57.69079,217.86292,105.86945,16.83588,1336.1487,360.48727,196.7768,284.5764,77.57341,60.458332,46.645718,98.100494,45.13889,435.14294,186.73264,60.36998,56.07747,35.11684,99.36667,101.47269,15.299482,369.30127,105.276054,1034.5396,31.005447,1699.5702,76.19082,365.27985,837.18414,36.348392,18.074238,839.8594,821.5212,2013.908,124.05575 +2023-09-24 14:00:00,0.0,13837.569,360.45505,64.22307,65.70114,56.194443,254.5107,36.470345,61.8074,24.900524,37.28496,1662.2782,134.23619,23.107141,205.03806,0.22946954,0.04433313,33.258762,0.13764483,0.13457364,541.8502,0.093453795,535.87555,79.17128,0.093086004,0.088472344,165.11081,28.47158,57.85463,106.320465,18561.447,0.039231632,2070.6746,0.47622263,0.055581883,0.08213322,0.08630212,206.82072,262.08148,22.111921,128.025,38.644855,27.96178,2185.5251,1.4417347,97.68517,49.85424,428.31146,39.14811,459.23337,26.71697,120.10285,0.0,1404.6273,6041.198,7.4855456,455.15808,86.85333,34959.336,73.2847,6.830569,28.91308,79.04972,22.614397,7.6389937,41.14345,978.99634,352.13644,36.29482,5.4128823,7.9411125,242.08432,29.69375,411.86517,144.78722,2504.162,512.1444,149.44804,145.3309,350.01938,5.4346437,7.904402,11.203364,2.790418,2.2911093,60.105923,72.08755,92.53845,35.845963,40.755173,88.209755,11.164112,3521.6494,30.436132,31.50625,24.790012,20.411877,237.9824,58.111885,34.538193,7.698717,23.05395,35.813847,130.21738,307.02017,71.04681,241.57121,52.66481,44.707817,166.50992,108.56465,626.45215,105.87264,2.744528,7.3381944,5.955167,65.57741,15813.819,2.184265,28.299236,45.901318,27.72746,248.82051,63.91935,115.96936,1.840537,120.71868,428.43515,222.70474,116.76627,431.21222,39.62398,86.862755,137.10037,11.120056,2.0809002,13.398216,846.39594,0.044575382,0.28973055,62.887268,11.587551,5.49296,6.803264,14.332864,81.28796,36.325832,119.73539,633.9542,313.02274,2584.9736,2023.8354,40.884968,69.12905,7853.298,8.695614,123.54884,725.0033,222.91751,302.16486,122.75444,785.76685,868.7445,491.04718,29.32619,166.43129,773.84644,1464.2213,80.88082,829.10864,103.22921,1.1282792,52.771862,0.887668,0.6307697,2.4854374,57.65769,217.92883,105.75432,16.842316,1334.6715,360.28842,196.73215,284.51944,77.49921,60.416668,46.56338,98.135475,45.044445,434.55472,186.61409,60.205494,55.99957,35.13576,99.27048,101.40759,15.286137,369.00296,105.19794,1032.9432,31.002144,1698.5771,76.18263,365.17896,836.1562,36.30724,18.083063,839.7753,821.608,2013.3451,124.11409 +2023-09-24 15:00:00,0.0,13830.685,360.43277,64.26953,65.73161,56.229546,254.62706,36.482414,61.833416,24.906849,37.30339,1662.979,134.17833,23.116028,205.08376,0.229,0.044411387,33.265842,0.1374375,0.13462983,542.1331,0.09338375,536.06146,79.21933,0.092979625,0.088273294,165.16327,28.4875,57.87361,106.348175,18545.518,0.03924395,2070.6646,0.4766918,0.055509783,0.08222349,0.086140335,206.89114,262.2041,22.112011,127.9875,38.650604,27.92159,2185.319,1.4411243,97.561935,49.788258,428.281,39.114,459.31558,26.688805,119.97149,0.0,1403.4897,6036.033,7.4598117,454.9371,86.778984,34950.68,73.18375,6.808214,28.8672,78.85161,22.574913,7.6157284,41.03244,978.11365,352.20782,36.258125,5.3953443,7.9313836,241.69751,29.634455,410.9658,144.8925,2503.9932,512.55,149.26892,145.4221,350.4668,5.4336967,7.9024463,11.206968,2.7917206,2.2927713,60.06385,72.052055,92.53452,35.817726,40.744957,88.13938,11.162995,3522.8594,30.424532,31.465626,24.76116,20.385504,237.92084,58.077133,34.484375,7.693191,23.040201,35.780697,130.05508,306.48553,71.01063,241.42722,52.62534,44.613304,166.33331,108.43469,625.8958,105.779854,2.7388752,7.334375,5.95825,65.59823,15806.926,2.1816916,28.28813,45.887188,27.70228,248.66347,63.912083,115.90561,1.8409351,120.70281,428.37457,222.66544,116.69592,431.15152,39.632915,86.844635,137.09747,11.122473,2.0816338,13.402939,846.2297,0.044552885,0.28987083,62.910763,11.595054,5.4967666,6.8092656,14.342938,81.286285,36.34125,119.792984,634.085,313.14774,2585.6023,2024.0895,40.903736,69.15364,7849.4326,8.697997,123.59479,724.9425,222.97876,302.22937,122.7825,786.0675,868.6747,491.06485,29.324999,166.45749,773.4533,1463.4066,80.87967,828.8495,103.22729,1.1284437,52.756794,0.88772136,0.6309859,2.4855583,57.624584,217.99475,105.63918,16.848751,1333.1945,360.08957,196.6875,284.4625,77.424995,60.375,46.48104,98.17046,44.95,433.96646,186.49554,60.041008,55.921665,35.154686,99.174286,101.3425,15.272792,368.70465,105.11982,1031.347,30.99884,1697.5841,76.174446,365.07803,835.1283,36.266083,18.091888,839.69135,821.69476,2012.7821,124.172424 +2023-09-24 16:00:00,0.0,13823.8,360.41052,64.316,65.762085,56.264645,254.74341,36.49448,61.859432,24.913174,37.321815,1663.6799,134.12048,23.124914,205.12944,0.22853047,0.044489644,33.27292,0.13723016,0.13468601,542.416,0.0933137,536.24744,79.26737,0.092873245,0.08807424,165.21571,28.503418,57.892593,106.375885,18529.59,0.039256275,2070.6545,0.47716102,0.05543768,0.08231377,0.08597856,206.96158,262.32672,22.112103,127.95,38.65635,27.881403,2185.1133,1.4405141,97.438705,49.722275,428.25058,39.079887,459.3978,26.660637,119.84012,0.0,1402.3523,6030.8687,7.4340773,454.71613,86.70463,34942.027,73.082794,6.7858596,28.821321,78.653496,22.53543,7.5924635,40.92143,977.231,352.27917,36.22143,5.3778067,7.9216547,241.31068,29.57516,410.0664,144.99777,2503.824,512.95557,149.0898,145.51329,350.9142,5.4327497,7.900491,11.210573,2.793023,2.2944334,60.021774,72.01657,92.530594,35.789486,40.734737,88.06901,11.161879,3524.0693,30.412931,31.425,24.732306,20.35913,237.85927,58.04238,34.430557,7.687665,23.026455,35.747547,129.89279,305.95087,70.97444,241.2832,52.585873,44.518795,166.15672,108.304726,625.3395,105.68706,2.7332225,7.3305554,5.9613338,65.61905,15800.033,2.1791186,28.277023,45.873055,27.6771,248.50644,63.904816,115.841866,1.8413333,120.68694,428.31403,222.62613,116.62557,431.0908,39.641853,86.82652,137.09456,11.124889,2.0823674,13.4076605,846.0634,0.04453039,0.2900111,62.934258,11.602555,5.500573,6.815267,14.353014,81.284615,36.356667,119.85058,634.2158,313.27274,2586.2312,2024.3435,40.9225,69.17824,7845.567,8.70038,123.64074,724.8817,223.04001,302.29388,122.810555,786.3681,868.60486,491.08252,29.323809,166.4837,773.06024,1462.592,80.87852,828.59033,103.225365,1.1286082,52.741726,0.88777477,0.63120216,2.4856794,57.591484,218.06067,105.52405,16.855186,1331.7173,359.89075,196.64287,284.40555,77.35079,60.333332,46.398705,98.20545,44.855556,433.37823,186.37698,59.876526,55.843765,35.17361,99.078094,101.277405,15.259447,368.40634,105.0417,1029.7507,30.995537,1696.5911,76.16626,364.97714,834.10034,36.22493,18.100714,839.60736,821.7816,2012.2191,124.23077 +2023-09-24 17:00:00,0.0,13816.915,360.38824,64.362465,65.792564,56.299747,254.85977,36.506546,61.88545,24.9195,37.34024,1664.3807,134.06262,23.133799,205.17514,0.22806093,0.0445679,33.28,0.13702281,0.13474219,542.699,0.09324366,536.4334,79.31542,0.092766866,0.08787519,165.26817,28.519337,57.911575,106.4036,18513.66,0.039268594,2070.6445,0.4776302,0.05536558,0.08240405,0.085816786,207.032,262.44937,22.112192,127.9125,38.662098,27.841213,2184.9072,1.4399039,97.315475,49.656292,428.22015,39.045776,459.48,26.63247,119.708755,0.0,1401.2146,6025.7036,7.408343,454.49518,86.63028,34933.37,72.98184,6.763505,28.775442,78.45538,22.495947,7.5691986,40.810417,976.3483,352.35052,36.18474,5.3602686,7.9119263,240.92386,29.515863,409.16702,145.10306,2503.655,513.3611,148.91066,145.60449,351.36163,5.4318027,7.898536,11.214178,2.7943256,2.2960956,59.979702,71.98108,92.526665,35.76125,40.72452,87.998634,11.160762,3525.2795,30.401329,31.384375,24.703453,20.332758,237.79768,58.00763,34.376736,7.682139,23.012707,35.714397,129.7305,305.41623,70.93826,241.1392,52.546402,44.424282,165.98012,108.17476,624.78314,105.59427,2.7275696,7.326736,5.964417,65.63988,15793.141,2.1765454,28.265917,45.85892,27.651918,248.3494,63.897545,115.778114,1.8417314,120.671074,428.25345,222.58682,116.55522,431.0301,39.650787,86.8084,137.09164,11.127306,2.083101,13.412383,845.89716,0.044507895,0.2901514,62.957752,11.610057,5.5043797,6.821269,14.36309,81.28295,36.372086,119.90818,634.34656,313.39774,2586.8599,2024.5975,40.94127,69.202835,7841.701,8.702764,123.68669,724.8209,223.10126,302.3584,122.83861,786.66876,868.53503,491.1002,29.322618,166.5099,772.6671,1461.7773,80.877365,828.3312,103.22344,1.1287726,52.726658,0.8878282,0.6314184,2.4858003,57.55838,218.12659,105.40891,16.86162,1330.2401,359.6919,196.59822,284.3486,77.27659,60.291668,46.31637,98.24043,44.761112,432.78998,186.25844,59.71204,55.765865,35.192535,98.9819,101.21231,15.246102,368.10803,104.963585,1028.1545,30.992233,1695.598,76.15807,364.87625,833.07245,36.183777,18.109539,839.5234,821.8684,2011.6561,124.28911 +2023-09-24 18:00:00,0.0,13810.03,360.366,64.40893,65.82304,56.334846,254.97614,36.518612,61.91146,24.925825,37.35867,1665.0815,134.00478,23.142685,205.22083,0.22759141,0.04464616,33.28708,0.13681547,0.13479838,542.9819,0.09317361,536.6193,79.36347,0.09266049,0.08767613,165.32063,28.535255,57.930557,106.43131,18497.73,0.039280914,2070.6345,0.4780994,0.055293478,0.08249432,0.085655004,207.10243,262.572,22.112282,127.875,38.667847,27.801025,2184.7014,1.4392936,97.192245,49.590313,428.18973,39.011665,459.56223,26.604303,119.577385,0.0,1400.0771,6020.539,7.3826084,454.2742,86.55593,34924.72,72.88089,6.7411504,28.729563,78.25728,22.456463,7.5459337,40.699406,975.4657,352.42188,36.148045,5.342731,7.9021974,240.53703,29.456568,408.26764,145.20833,2503.4858,513.76666,148.73154,145.69568,351.80905,5.4308558,7.896581,11.217783,2.795628,2.2977576,59.93763,71.94559,92.522736,35.733013,40.714302,87.92826,11.159645,3526.4895,30.389729,31.34375,24.674599,20.306387,237.73611,57.972878,34.322918,7.676613,22.998959,35.681248,129.5682,304.88156,70.902084,240.99521,52.506935,44.32977,165.80351,108.04479,624.22687,105.50148,2.721917,7.3229165,5.9675,65.6607,15786.248,2.1739721,28.25481,45.84479,27.62674,248.19235,63.890278,115.71437,1.8421296,120.65521,428.19287,222.54753,116.48487,430.96936,39.65972,86.79029,137.08875,11.129723,2.0838346,13.417106,845.7309,0.0444854,0.29029167,62.98125,11.617559,5.5081863,6.8272705,14.373165,81.28128,36.3875,119.965775,634.47736,313.52274,2587.4888,2024.8517,40.960033,69.227425,7837.836,8.705147,123.732635,724.76013,223.1625,302.4229,122.86666,786.9694,868.4652,491.11786,29.321428,166.5361,772.27405,1460.9628,80.876205,828.072,103.22153,1.1289371,52.711586,0.8878815,0.6316346,2.4859214,57.52528,218.1925,105.29378,16.868055,1328.7631,359.49304,196.55357,284.29166,77.20238,60.25,46.234028,98.27542,44.666668,432.20175,186.13988,59.547554,55.68796,35.211456,98.88571,101.14722,15.232758,367.80972,104.885475,1026.5582,30.98893,1694.605,76.14988,364.77533,832.0445,36.14262,18.118364,839.4394,821.9552,2011.0931,124.34744 +2023-09-24 19:00:00,0.0,13803.1455,360.34375,64.45539,65.85351,56.36995,255.0925,36.530678,61.937477,24.932152,37.377094,1665.7823,133.94691,23.151571,205.26653,0.22712187,0.044724412,33.29416,0.13660812,0.13485456,543.26483,0.093103565,536.8053,79.41152,0.09255411,0.08747708,165.37308,28.551174,57.94954,106.45902,18481.8,0.039293237,2070.6245,0.47856858,0.055221375,0.0825846,0.08549322,207.17287,262.69464,22.112373,127.8375,38.673595,27.760836,2184.4954,1.4386834,97.06901,49.52433,428.1593,38.977554,459.64444,26.576136,119.446014,0.0,1398.9396,6015.3745,7.3568745,454.05322,86.48158,34916.066,72.77994,6.718796,28.683683,78.05916,22.41698,7.522669,40.588394,974.583,352.49323,36.11135,5.325193,7.8924685,240.15022,29.397272,407.36826,145.31361,2503.317,514.1722,148.55241,145.78688,352.25647,5.4299088,7.894626,11.221387,2.7969308,2.2994196,59.895557,71.910095,92.51881,35.704773,40.704086,87.85789,11.158528,3527.6997,30.378126,31.303125,24.645746,20.280014,237.67455,57.938126,34.269096,7.671087,22.985212,35.648098,129.40591,304.34692,70.8659,240.8512,52.467464,44.23526,165.6269,107.914825,623.67053,105.40868,2.716264,7.319097,5.9705834,65.68152,15779.355,2.171399,28.243704,45.830658,27.601559,248.03531,63.883007,115.65063,1.8425277,120.63934,428.1323,222.50822,116.41452,430.90866,39.668655,86.77218,137.08585,11.132139,2.0845683,13.421827,845.56464,0.044462904,0.29043195,63.004745,11.625061,5.511993,6.833272,14.383241,81.27961,36.402916,120.02337,634.60815,313.64774,2588.1174,2025.1057,40.9788,69.25202,7833.97,8.70753,123.77859,724.69934,223.22375,302.48743,122.89472,787.2701,868.3954,491.13553,29.320238,166.56232,771.881,1460.1481,80.87505,827.81287,103.219604,1.1291016,52.696518,0.8879349,0.63185084,2.4860423,57.492176,218.25842,105.178635,16.87449,1327.2859,359.29422,196.50893,284.2347,77.128174,60.208332,46.15169,98.31041,44.572224,431.6135,186.02133,59.383068,55.61006,35.23038,98.78953,101.08213,15.219413,367.5114,104.80736,1024.9619,30.985626,1693.6119,76.14169,364.67444,831.0166,36.101467,18.12719,839.3554,822.04205,2010.5302,124.405785 +2023-09-24 20:00:00,0.0,13796.261,360.32147,64.501854,65.88398,56.40505,255.20886,36.542744,61.963493,24.938477,37.39552,1666.4833,133.88907,23.160458,205.31223,0.22665234,0.04480267,33.30124,0.13640079,0.13491073,543.5477,0.093033515,536.9912,79.45957,0.09244773,0.08727803,165.42554,28.567093,57.968517,106.48673,18465.873,0.039305557,2070.6145,0.4790378,0.055149276,0.082674876,0.08533144,207.24329,262.81726,22.112463,127.8,38.67934,27.720648,2184.2896,1.4380732,96.94578,49.458347,428.12885,38.943443,459.72665,26.547968,119.31465,0.0,1397.802,6010.2095,7.33114,453.83224,86.407234,34907.41,72.678986,6.696441,28.637804,77.86105,22.377497,7.4994035,40.47738,973.7004,352.56458,36.074654,5.3076553,7.8827395,239.7634,29.337976,406.46887,145.41888,2503.1477,514.57776,148.37329,145.87808,352.70392,5.4289618,7.892671,11.224992,2.7982333,2.301082,59.853485,71.8746,92.51488,35.676537,40.693867,87.78751,11.157412,3528.9097,30.366526,31.2625,24.616892,20.253641,237.61296,57.903374,34.21528,7.665561,22.971464,35.61495,129.24362,303.8123,70.82972,240.7072,52.427998,44.140747,165.4503,107.78487,623.1142,105.315895,2.7106113,7.3152776,5.973667,65.70234,15772.463,2.1688259,28.232597,45.81653,27.576378,247.87828,63.87574,115.586876,1.8429259,120.623474,428.07172,222.46892,116.34417,430.84793,39.677593,86.75406,137.08293,11.134556,2.0853019,13.42655,845.3984,0.044440407,0.29057223,63.02824,11.632564,5.5157995,6.839274,14.393315,81.27794,36.418335,120.08097,634.7389,313.77274,2588.7463,2025.3597,40.997566,69.27662,7830.1045,8.709913,123.82454,724.6385,223.285,302.55194,122.922775,787.57074,868.3256,491.1532,29.319048,166.58852,771.48785,1459.3335,80.8739,827.5537,103.21768,1.129266,52.68145,0.8879883,0.632067,2.4861634,57.459076,218.32434,105.0635,16.880926,1325.8087,359.09537,196.4643,284.17776,77.05397,60.166668,46.06935,98.34539,44.47778,431.02527,185.90279,59.218582,55.53216,35.249306,98.69334,101.01704,15.206068,367.21313,104.72924,1023.3657,30.982323,1692.6189,76.13351,364.57355,829.98865,36.060314,18.136013,839.2714,822.12885,2009.9672,124.46413 +2023-09-24 21:00:00,0.0,13789.376,360.29922,64.548325,65.91446,56.44015,255.32523,36.55481,61.98951,24.944801,37.413948,1667.1841,133.8312,23.169342,205.35791,0.2261828,0.044880927,33.30832,0.13619344,0.13496692,543.8306,0.09296347,537.1772,79.50762,0.09234135,0.08707897,165.478,28.583012,57.9875,106.51444,18449.943,0.039317876,2070.6045,0.47950697,0.055077173,0.08276515,0.085169666,207.31372,262.93988,22.112553,127.7625,38.68509,27.680458,2184.0835,1.4374628,96.82255,49.392365,428.09845,38.909332,459.80887,26.519802,119.18328,0.0,1396.6646,6005.045,7.3054056,453.6113,86.33288,34898.758,72.57803,6.6740866,28.591923,77.66293,22.338013,7.4761386,40.366367,972.81775,352.63593,36.03796,5.2901173,7.8730106,239.37657,29.278679,405.5695,145.52417,2502.9788,514.98334,148.19415,145.96927,353.15134,5.4280148,7.890716,11.228597,2.7995358,2.302744,59.811413,71.83912,92.51095,35.648296,40.68365,87.71714,11.156295,3530.1199,30.354923,31.221874,24.58804,20.227268,237.55139,57.86862,34.161457,7.660035,22.957716,35.5818,129.08133,303.27762,70.79354,240.5632,52.388527,44.046234,165.2737,107.6549,622.55786,105.22311,2.7049584,7.311458,5.9767504,65.72316,15765.57,2.1662529,28.221489,45.802395,27.551197,247.72124,63.868473,115.52313,1.8433241,120.607605,428.01114,222.42963,116.27382,430.78723,39.686527,86.73595,137.08002,11.136972,2.0860355,13.431272,845.2321,0.044417914,0.2907125,63.051735,11.640065,5.5196056,6.8452754,14.403391,81.276276,36.43375,120.138565,634.86975,313.89774,2589.375,2025.6138,41.016335,69.301216,7826.2393,8.7122965,123.87048,724.5777,223.34625,302.61646,122.95083,787.8714,868.2558,491.1709,29.317856,166.61472,771.0948,1458.5188,80.87275,827.2946,103.21576,1.1294305,52.66638,0.8880417,0.6322833,2.4862843,57.425972,218.39024,104.948364,16.887362,1324.3317,358.8965,196.41965,284.12082,76.97976,60.125,45.987015,98.38038,44.383335,430.437,185.78423,59.054096,55.454258,35.268227,98.597145,100.95194,15.192723,366.91483,104.65112,1021.7695,30.97902,1691.6259,76.12532,364.47266,828.96075,36.01916,18.144838,839.18744,822.21564,2009.4042,124.52246 +2023-09-24 22:00:00,0.0,13782.491,360.27695,64.59479,65.94493,56.47525,255.44159,36.566875,62.015522,24.951128,37.432373,1667.8849,133.77336,23.178228,205.40361,0.22571327,0.044959184,33.3154,0.1359861,0.1350231,544.1136,0.09289343,537.36316,79.55567,0.09223498,0.086879924,165.53046,28.598932,58.00648,106.54215,18434.014,0.0393302,2070.5942,0.47997618,0.055005074,0.082855426,0.08500788,207.38414,263.06253,22.112642,127.725,38.690838,27.64027,2183.8774,1.4368526,96.69931,49.326385,428.068,38.87522,459.89108,26.491634,119.05192,0.0,1395.5269,5999.88,7.279671,453.39032,86.25853,34890.1,72.47707,6.651732,28.546043,77.46483,22.29853,7.4528737,40.255356,971.93506,352.7073,36.001266,5.2725797,7.863282,238.98976,29.219383,404.6701,145.62944,2502.8096,515.38885,148.01505,146.06047,353.59875,5.4270678,7.888761,11.232202,2.8008385,2.304406,59.76934,71.80363,92.50702,35.62006,40.67343,87.64677,11.155178,3531.3298,30.343323,31.18125,24.559187,20.200895,237.48982,57.83387,34.10764,7.654509,22.943968,35.54865,128.91904,302.74298,70.75736,240.4192,52.349056,43.95172,165.09709,107.52493,622.0015,105.13032,2.6993058,7.307639,5.9798336,65.74399,15758.677,2.1636796,28.210382,45.78826,27.526016,247.5642,63.861202,115.45939,1.8437222,120.591736,427.95056,222.39032,116.20347,430.7265,39.69546,86.71783,137.07712,11.139389,2.086769,13.435994,845.06586,0.044395417,0.2908528,63.07523,11.647567,5.523412,6.851277,14.413466,81.274605,36.44917,120.19616,635.0005,314.02274,2590.004,2025.8679,41.0351,69.325806,7822.3735,8.71468,123.916435,724.5169,223.4075,302.68097,122.97889,788.172,868.186,491.18857,29.316666,166.64091,770.70166,1457.7042,80.87159,827.03546,103.21384,1.1295949,52.651314,0.8880951,0.63249946,2.4864054,57.39287,218.45616,104.83323,16.893797,1322.8545,358.6977,196.375,284.0639,76.905556,60.083332,45.90468,98.41537,44.288887,429.8488,185.66568,58.889614,55.376358,35.28715,98.50095,100.88685,15.1793785,366.61652,104.573006,1020.1732,30.975716,1690.6327,76.117134,364.37177,827.9328,35.978004,18.153664,839.10345,822.3025,2008.8412,124.5808 +2023-09-24 23:00:00,0.0,13775.606,360.2547,64.64125,65.9754,56.510353,255.55795,36.57894,62.04154,24.957453,37.4508,1668.5857,133.7155,23.187115,205.44931,0.22524373,0.045037437,33.322475,0.13577875,0.1350793,544.3965,0.09282338,537.5491,79.60372,0.0921286,0.08668087,165.5829,28.614851,58.025463,106.56986,18418.086,0.03934252,2070.5842,0.48044536,0.05493297,0.0829457,0.08484611,207.45457,263.18515,22.112734,127.6875,38.696583,27.60008,2183.6716,1.4362423,96.57608,49.260403,428.03757,38.84111,459.9733,26.463467,118.92055,0.0,1394.3894,5994.7153,7.253937,453.16934,86.18418,34881.45,72.37612,6.6293774,28.500164,77.266716,22.259047,7.429609,40.144344,971.0524,352.77866,35.964573,5.2550416,7.8535533,238.60294,29.160088,403.77072,145.73473,2502.6406,515.79443,147.8359,146.15166,354.04617,5.4261208,7.886806,11.2358055,2.802141,2.3060682,59.72727,71.76814,92.50309,35.59182,40.663216,87.57639,11.154061,3532.54,30.331722,31.140625,24.530333,20.174522,237.42824,57.799118,34.053818,7.648983,22.930222,35.515503,128.75674,302.20834,70.721176,240.27519,52.30959,43.857212,164.92049,107.394966,621.4452,105.03752,2.6936529,7.3038197,5.982917,65.76481,15751.784,2.1611066,28.199276,45.77413,27.500835,247.40717,63.853935,115.39564,1.8441203,120.57587,427.88998,222.35101,116.13312,430.6658,39.7044,86.699715,137.07422,11.141806,2.0875027,13.440717,844.8996,0.044372924,0.29099306,63.098724,11.655069,5.527219,6.857279,14.423542,81.272934,36.464584,120.25376,635.1313,314.14774,2590.6326,2026.122,41.053867,69.3504,7818.5083,8.717063,123.96239,724.4561,223.46875,302.74548,123.00694,788.47266,868.11615,491.20624,29.315475,166.66713,770.3086,1456.8895,80.87044,826.7763,103.211914,1.1297594,52.636242,0.8881484,0.6327157,2.4865263,57.359768,218.52208,104.718094,16.900232,1321.3773,358.49884,196.33037,284.00696,76.831345,60.041668,45.82234,98.45035,44.194443,429.26053,185.54712,58.72513,55.29846,35.306076,98.40476,100.821754,15.166034,366.3182,104.49489,1018.57697,30.972412,1689.6396,76.10895,364.27084,826.9049,35.93685,18.162489,839.0195,822.3893,2008.2782,124.639145 +2023-09-25 00:00:00,0.0,13768.721,360.23245,64.68771,66.005875,56.545452,255.67432,36.59101,62.067554,24.963778,37.469227,1669.2865,133.65765,23.196,205.495,0.2247742,0.045115694,33.329556,0.13557142,0.13513547,544.67944,0.092753336,537.73505,79.65177,0.09202222,0.08648182,165.63536,28.63077,58.044445,106.59757,18402.156,0.03935484,2070.5742,0.48091456,0.054860868,0.083035976,0.08468433,207.52501,263.3078,22.112823,127.65,38.70233,27.559893,2183.4656,1.4356321,96.45285,49.19442,428.00714,38.807,460.0555,26.4353,118.789185,0.0,1393.2517,5989.551,7.228203,452.9484,86.10983,34872.797,72.27517,6.607023,28.454285,77.0686,22.219563,7.406344,40.033333,970.16974,352.85,35.92788,5.237504,7.8438244,238.21611,29.100792,402.87134,145.84,2502.4714,516.19995,147.65678,146.24286,354.4936,5.4251738,7.8848505,11.23941,2.8034434,2.3077302,59.685196,71.73265,92.49916,35.563583,40.652996,87.50602,11.152945,3533.75,30.32012,31.1,24.50148,20.148151,237.36667,57.764366,34.0,7.643457,22.916473,35.482353,128.59445,301.67368,70.685,240.1312,52.27012,43.7627,164.7439,107.265,620.88885,104.94473,2.6880002,7.3,5.986,65.78563,15744.892,2.1585333,28.18817,45.76,27.475655,247.25012,63.846664,115.331894,1.8445184,120.56,427.8294,222.3117,116.06277,430.6051,39.713333,86.6816,137.0713,11.144222,2.0882363,13.445438,844.73334,0.044350427,0.29113334,63.122223,11.662571,5.5310254,6.8632803,14.433617,81.27126,36.48,120.311356,635.2621,314.27274,2591.2615,2026.376,41.07263,69.375,7814.6426,8.719446,124.00833,724.3953,223.53,302.81,123.034996,788.7733,868.0463,491.2239,29.314285,166.69333,769.91547,1456.075,80.869286,826.51715,103.21,1.1299239,52.621174,0.88820183,0.6329319,2.4866471,57.326668,218.588,104.60296,16.906668,1319.9003,358.3,196.28572,283.95,76.75714,60.0,45.74,98.48534,44.1,428.6723,185.42857,58.560642,55.220554,35.325,98.30857,100.75667,15.152689,366.0199,104.41678,1016.9807,30.969109,1688.6466,76.10075,364.16995,825.87695,35.8957,18.171314,838.9355,822.4761,2007.7152,124.69748 +2023-09-25 01:00:00,0.0,13761.836,360.21017,64.73418,66.036354,56.580555,255.79068,36.603077,62.09357,24.970104,37.48765,1669.9874,133.5998,23.204885,205.5407,0.22430466,0.04519395,33.336636,0.13536409,0.13519165,544.96234,0.092683285,537.921,79.69982,0.09191584,0.08628276,165.68782,28.646688,58.063427,106.62528,18386.227,0.03936716,2070.5642,0.48138374,0.05478877,0.083126254,0.08452255,207.59543,263.43042,22.112913,127.6125,38.70808,27.519703,2183.2598,1.4350219,96.32961,49.128437,427.97668,38.77289,460.13773,26.407133,118.657814,0.0,1392.1143,5984.3857,7.2024684,452.72742,86.03548,34864.14,72.17422,6.584668,28.408405,76.8705,22.18008,7.383079,39.92232,969.2871,352.92136,35.891186,5.2199664,7.8340955,237.82928,29.041496,401.97195,145.94528,2502.3022,516.6055,147.47766,146.33405,354.941,5.4242268,7.8828955,11.243015,2.804746,2.3093922,59.643124,71.69716,92.49523,35.535343,40.642776,87.435646,11.151828,3534.96,30.30852,31.059376,24.472626,20.121778,237.3051,57.729614,33.946182,7.637931,22.902725,35.449203,128.43216,301.13904,70.64882,239.9872,52.23065,43.668186,164.56729,107.13504,620.3326,104.851944,2.6823475,7.2961807,5.989084,65.80645,15737.999,2.15596,28.177063,45.74587,27.450476,247.09308,63.839397,115.26815,1.8449166,120.544136,427.76883,222.27242,115.99242,430.54437,39.722267,86.66348,137.06839,11.146639,2.08897,13.450161,844.5671,0.044327933,0.2912736,63.145718,11.6700735,5.534832,6.869282,14.443692,81.2696,36.49542,120.36895,635.3928,314.39774,2591.8904,2026.63,41.0914,69.39959,7810.777,8.721829,124.05428,724.3345,223.59125,302.8745,123.06305,789.074,867.9765,491.24158,29.313095,166.71953,769.5224,1455.2603,80.86813,826.258,103.20808,1.1300883,52.606106,0.88825524,0.63314813,2.4867682,57.293568,218.65392,104.48782,16.913103,1318.4231,358.10117,196.24107,283.89307,76.68294,59.958332,45.65766,98.520325,44.005554,428.08405,185.31003,58.396156,55.142654,35.34392,98.21238,100.691574,15.139344,365.7216,104.33866,1015.38446,30.965805,1687.6536,76.09257,364.06906,824.849,35.854546,18.18014,838.8515,822.5629,2007.1522,124.75582 +2023-09-25 02:00:00,0.0,13754.951,360.18793,64.78064,66.066826,56.615654,255.90704,36.615143,62.119587,24.976429,37.50608,1670.6882,133.54195,23.213772,205.58638,0.22383513,0.04527221,33.343716,0.13515674,0.13524784,545.24524,0.09261324,538.10693,79.74787,0.09180946,0.08608371,165.74028,28.662607,58.08241,106.65299,18370.297,0.03937948,2070.5542,0.48185295,0.054716665,0.083216526,0.08436077,207.66586,263.55304,22.113005,127.575,38.71383,27.479515,2183.0537,1.4344116,96.20638,49.062454,427.9463,38.738777,460.21994,26.378965,118.52644,0.0,1390.9768,5979.221,7.176734,452.50644,85.96113,34855.49,72.073265,6.5623136,28.362526,76.67238,22.140596,7.3598137,39.81131,968.4044,352.9927,35.854492,5.2024283,7.8243666,237.44247,28.9822,401.07257,146.05055,2502.1333,517.0111,147.29854,146.42525,355.38843,5.42328,7.8809404,11.24662,2.8060486,2.3110545,59.60105,71.66167,92.4913,35.507107,40.63256,87.36527,11.150712,3536.1702,30.296917,31.01875,24.443773,20.095406,237.24352,57.694862,33.89236,7.6324053,22.888979,35.416054,128.26987,300.60437,70.61264,239.84319,52.19118,43.573673,164.39069,107.00507,619.77625,104.75915,2.6766946,7.2923613,5.992167,65.82727,15731.106,2.153387,28.165956,45.731735,27.425295,246.93605,63.83213,115.2044,1.8453147,120.52827,427.70825,222.23311,115.922066,430.48367,39.731205,86.64537,137.06549,11.149056,2.0897036,13.454883,844.4008,0.044305436,0.29141387,63.169212,11.677575,5.5386386,6.8752837,14.453768,81.26793,36.510834,120.426544,635.5237,314.52274,2592.519,2026.884,41.110165,69.42419,7806.9116,8.724214,124.10023,724.2737,223.65251,302.93903,123.09111,789.37463,867.9067,491.25925,29.311905,166.74574,769.1293,1454.4457,80.86698,825.99884,103.206154,1.1302528,52.591038,0.8883086,0.6333644,2.4868891,57.260464,218.71983,104.37269,16.919537,1316.9459,357.9023,196.19643,283.83612,76.60873,59.916668,45.575325,98.55531,43.91111,427.49582,185.19147,58.23167,55.064754,35.362846,98.11619,100.62648,15.125999,365.42328,104.260544,1013.78815,30.962502,1686.6605,76.08438,363.96814,823.8211,35.81339,18.188965,838.7675,822.6497,2006.5892,124.81416 +2023-09-25 03:00:00,0.0,13748.066,360.16565,64.8271,66.0973,56.650757,256.0234,36.62721,62.1456,24.982756,37.524506,1671.389,133.48409,23.222658,205.63208,0.2233656,0.045350466,33.350796,0.1349494,0.13530402,545.5282,0.09254319,538.2929,79.79591,0.09170308,0.08588465,165.79272,28.678526,58.10139,106.6807,18354.37,0.0393918,2070.5442,0.48232213,0.054644566,0.083306804,0.08419899,207.73628,263.6757,22.113094,127.5375,38.719574,27.439325,2182.848,1.4338014,96.08315,48.996475,427.91583,38.704666,460.30215,26.3508,118.39508,0.0,1389.8391,5974.056,7.1509995,452.2855,85.88678,34846.832,71.97231,6.539959,28.316647,76.474266,22.101112,7.336549,39.7003,967.5218,353.06406,35.8178,5.1848907,7.814638,237.05565,28.922905,400.1732,146.15584,2501.964,517.4166,147.11942,146.51645,355.83585,5.422333,7.8789854,11.250225,2.807351,2.3127165,59.55898,71.626175,92.48737,35.478867,40.62234,87.2949,11.149595,3537.3801,30.285316,30.978125,24.414919,20.069033,237.18195,57.66011,33.838543,7.626879,22.87523,35.382904,128.10757,300.06973,70.576454,239.69919,52.151714,43.479164,164.21408,106.87511,619.2199,104.66636,2.671042,7.288542,5.99525,65.84809,15724.214,2.1508138,28.15485,45.7176,27.400114,246.779,63.82486,115.140656,1.8457129,120.5124,427.64767,222.1938,115.851715,430.42294,39.74014,86.62725,137.06259,11.151473,2.0904372,13.459605,844.23456,0.044282943,0.29155415,63.192707,11.685078,5.542445,6.881285,14.463843,81.26626,36.52625,120.484146,635.6544,314.64774,2593.148,2027.1382,41.128933,69.448784,7803.046,8.726597,124.14618,724.2129,223.71376,303.00354,123.11916,789.67523,867.83685,491.27692,29.310715,166.77194,768.7362,1453.631,80.86582,825.7397,103.20423,1.1304172,52.57597,0.888362,0.63358057,2.4870102,57.227364,218.78575,104.257545,16.925972,1315.4689,357.70346,196.1518,283.77917,76.53452,59.875,45.49299,98.590294,43.816666,426.90756,185.07292,58.067184,54.98685,35.38177,98.020004,100.561386,15.112655,365.12497,104.18243,1012.1919,30.959198,1685.6675,76.076195,363.86725,822.79315,35.772236,18.19779,838.68353,822.7365,2006.0262,124.8725 +2023-09-25 04:00:00,0.0,13741.182,360.1434,64.87357,66.12777,56.685856,256.13977,36.639275,62.171616,24.98908,37.542934,1672.0898,133.42624,23.231543,205.67778,0.22289607,0.04542872,33.357876,0.13474205,0.1353602,545.8111,0.09247315,538.4789,79.84396,0.0915967,0.0856856,165.84518,28.694445,58.120373,106.70841,18338.44,0.039404124,2070.5342,0.48279133,0.054572463,0.08339708,0.08403721,207.80672,263.7983,22.113184,127.5,38.725323,27.399137,2182.6418,1.4331911,95.959915,48.930492,427.8854,38.670555,460.38437,26.322632,118.26371,0.0,1388.7017,5968.8916,7.125265,452.0645,85.81243,34838.18,71.87136,6.5176044,28.270765,76.27615,22.06163,7.313284,39.589287,966.6391,353.1354,35.781105,5.1673527,7.804909,236.66882,28.863607,399.2738,146.26111,2501.7952,517.8222,146.94028,146.60764,356.28326,5.421386,7.8770304,11.253829,2.8086536,2.3143787,59.516907,71.59069,92.483444,35.45063,40.612125,87.224525,11.1484785,3538.5903,30.273716,30.9375,24.386066,20.04266,237.12038,57.62536,33.78472,7.621353,22.861483,35.349754,127.94528,299.5351,70.540276,239.55519,52.112244,43.38465,164.03748,106.74514,618.6636,104.57357,2.665389,7.2847223,5.9983335,65.86892,15717.321,2.1482408,28.143744,45.703472,27.374933,246.62196,63.817593,115.07691,1.846111,120.49653,427.5871,222.15451,115.781364,430.36224,39.749073,86.60914,137.05968,11.15389,2.0911708,13.464328,844.0683,0.044260446,0.29169443,63.2162,11.692579,5.546252,6.8872867,14.473919,81.26459,36.541668,120.54174,635.7852,314.77274,2593.7766,2027.3922,41.147697,69.47338,7799.1807,8.72898,124.19213,724.1521,223.77501,303.06805,123.14722,789.9759,867.767,491.2946,29.309523,166.79814,768.3431,1452.8164,80.86467,825.4806,103.20231,1.1305817,52.560898,0.88841534,0.6337968,2.487131,57.19426,218.85167,104.14241,16.932407,1313.9917,357.50464,196.10715,283.72223,76.46031,59.833332,45.41065,98.62528,43.72222,426.3193,184.95436,57.9027,54.90895,35.400692,97.92381,100.49629,15.09931,364.82666,104.10431,1010.59564,30.955894,1684.6744,76.06801,363.76636,821.76526,35.731083,18.206614,838.59955,822.8233,2005.4633,124.93084 +2023-09-25 05:00:00,0.0,13734.297,360.12115,64.92004,66.15825,56.72096,256.25613,36.65134,62.19763,24.995405,37.56136,1672.7906,133.36838,23.240429,205.72346,0.22242653,0.045506977,33.364952,0.13453472,0.13541639,546.09406,0.0924031,538.6648,79.89201,0.09149032,0.08548655,165.89764,28.710363,58.13935,106.73612,18322.51,0.039416444,2070.5242,0.4832605,0.05450036,0.083487354,0.08387543,207.87715,263.92093,22.113274,127.4625,38.73107,27.358948,2182.436,1.4325808,95.836685,48.86451,427.85498,38.636444,460.46658,26.294466,118.13235,0.0,1387.564,5963.727,7.099531,451.84354,85.738075,34829.527,71.77041,6.4952497,28.224886,76.07805,22.022146,7.290019,39.47827,965.7565,353.20676,35.744408,5.149815,7.7951803,236.28201,28.804312,398.3744,146.3664,2501.626,518.2278,146.76115,146.69884,356.73068,5.420439,7.8750753,11.257434,2.8099563,2.3160408,59.474834,71.5552,92.479515,35.422394,40.601906,87.15415,11.147362,3539.8003,30.262114,30.896875,24.357212,20.016287,237.05879,57.590607,33.730904,7.615827,22.847734,35.316605,127.78299,299.00043,70.5041,239.4112,52.072777,43.29014,163.86087,106.61517,618.10724,104.48078,2.6597364,7.280903,6.0014167,65.88974,15710.428,2.1456676,28.132637,45.68934,27.349752,246.46494,63.81032,115.01316,1.8465092,120.48066,427.52652,222.1152,115.71101,430.3015,39.75801,86.59103,137.05676,11.156306,2.0919044,13.469049,843.90204,0.044237953,0.2918347,63.239697,11.700081,5.5500584,6.8932886,14.483994,81.262924,36.557083,120.599335,635.916,314.89774,2594.4055,2027.6462,41.166466,69.49797,7795.315,8.731363,124.238075,724.0913,223.83626,303.13257,123.17528,790.27655,867.6972,491.31226,29.308332,166.82434,767.95,1452.0017,80.86352,825.22144,103.200386,1.1307462,52.54583,0.88846874,0.634013,2.4872522,57.16116,218.91759,104.027275,16.938843,1312.5145,357.3058,196.0625,283.66528,76.38611,59.791668,45.328312,98.66027,43.627777,425.73108,184.83582,57.738216,54.831047,35.419617,97.82762,100.431206,15.085965,364.52838,104.02619,1008.9994,30.95259,1683.6814,76.05982,363.66547,820.7373,35.689926,18.215439,838.51556,822.91016,2004.9003,124.98918 +2023-09-25 06:00:00,0.0,13727.412,360.09888,64.9665,66.18872,56.75606,256.3725,36.663406,62.223648,25.001732,37.579784,1673.4916,133.31053,23.249315,205.76917,0.221957,0.045585234,33.372032,0.13432737,0.13547257,546.37695,0.092333056,538.85077,79.94006,0.09138394,0.0852875,165.9501,28.726282,58.158333,106.76383,18306.582,0.039428763,2070.5142,0.48372972,0.05442826,0.08357763,0.08371366,207.94757,264.04358,22.113365,127.425,38.73682,27.31876,2182.23,1.4319706,95.713455,48.798527,427.82455,38.602333,460.5488,26.266298,118.00098,0.0,1386.4265,5958.562,7.0737967,451.6226,85.66373,34820.87,71.66945,6.472895,28.179007,75.87994,21.982664,7.266754,39.36726,964.87384,353.27814,35.707714,5.132277,7.7854514,235.89519,28.745016,397.475,146.47166,2501.457,518.6333,146.58203,146.79002,357.1781,5.419492,7.8731203,11.261039,2.8112588,2.3177028,59.432762,71.519714,92.475586,35.394154,40.59169,87.08378,11.146245,3541.0105,30.250513,30.85625,24.32836,19.989916,236.99722,57.555855,33.677082,7.610301,22.833988,35.283455,127.6207,298.4658,70.46792,239.26718,52.033306,43.195625,163.68427,106.485214,617.5509,104.387985,2.6540835,7.2770834,6.0045004,65.91056,15703.535,2.1430945,28.12153,45.67521,27.324572,246.30789,63.803055,114.94942,1.8469074,120.46479,427.46594,222.0759,115.64066,430.2408,39.766945,86.57291,137.05386,11.158723,2.092638,13.473772,843.7358,0.044215456,0.291975,63.263195,11.707583,5.5538645,6.89929,14.494069,81.26125,36.572502,120.65694,636.0468,315.02274,2595.0342,2027.9003,41.18523,69.52257,7791.449,8.733747,124.28403,724.03046,223.8975,303.19708,123.20333,790.5772,867.6274,491.32993,29.307142,166.85056,767.5569,1451.1871,80.862366,824.9623,103.19847,1.1309106,52.53076,0.88852215,0.63422924,2.487373,57.128056,218.9835,103.91214,16.945278,1311.0375,357.10693,196.01787,283.60834,76.311905,59.75,45.24597,98.69525,43.533333,425.14282,184.71727,57.57373,54.753147,35.43854,97.73143,100.36611,15.07262,364.23007,103.94808,1007.40314,30.949287,1682.6884,76.05163,363.56458,819.7094,35.648773,18.224264,838.4316,822.99695,2004.3373,125.047516 +2023-09-25 07:00:00,0.0,13720.527,360.07663,65.01296,66.21919,56.79116,256.48886,36.675472,62.24966,25.008057,37.598213,1674.1924,133.25267,23.2582,205.81487,0.22148746,0.04566349,33.379112,0.13412003,0.13552874,546.65985,0.092263006,539.0367,79.98811,0.09127757,0.08508845,166.00255,28.7422,58.177315,106.79154,18290.652,0.039441086,2070.504,0.4841989,0.054356158,0.08366791,0.083551876,208.018,264.1662,22.113455,127.3875,38.742565,27.27857,2182.0242,1.4313604,95.59022,48.732548,427.79413,38.568222,460.631,26.23813,117.86961,0.0,1385.289,5953.3975,7.0480623,451.4016,85.58938,34812.22,71.5685,6.4505405,28.133127,75.68182,21.94318,7.2434893,39.25625,963.99115,353.3495,35.67102,5.1147394,7.7757225,235.50836,28.68572,396.57562,146.57695,2501.2878,519.0389,146.40291,146.88123,357.62552,5.418545,7.8711653,11.264644,2.8125613,2.319365,59.39069,71.48422,92.47166,35.365917,40.58147,87.013405,11.145128,3542.2205,30.23891,30.815624,24.299505,19.963543,236.93565,57.521103,33.623264,7.604775,22.82024,35.250305,127.45841,297.93115,70.43173,239.12318,51.99384,43.101116,163.50768,106.35525,616.99457,104.2952,2.6484308,7.273264,6.0075836,65.93138,15696.643,2.1405213,28.110424,45.661076,27.29939,246.15085,63.795788,114.88567,1.8473055,120.44892,427.40536,222.03659,115.57031,430.18008,39.77588,86.554794,137.05096,11.1611395,2.0933716,13.478494,843.5695,0.044192962,0.29211527,63.28669,11.715085,5.557671,6.9052916,14.504145,81.25958,36.587917,120.71453,636.17755,315.14774,2595.663,2028.1544,41.204,69.547165,7787.584,8.73613,124.32998,723.96967,223.95876,303.2616,123.231384,790.87787,867.55756,491.3476,29.305952,166.87675,767.1638,1450.3724,80.861206,824.7031,103.19655,1.1310751,52.515694,0.8885755,0.6344454,2.4874942,57.094955,219.04942,103.797005,16.951714,1309.5603,356.90808,195.97322,283.5514,76.23769,59.708332,45.163635,98.73024,43.43889,424.5546,184.59871,57.409245,54.675247,35.457466,97.63524,100.30102,15.059276,363.93176,103.869965,1005.8069,30.945984,1681.6952,76.04344,363.46365,818.68146,35.60762,18.23309,838.3476,823.08374,2003.7743,125.10586 +2023-09-25 08:00:00,0.0,13713.643,360.05435,65.059425,66.24967,56.826263,256.60522,36.687542,62.275677,25.014381,37.61664,1674.8932,133.19482,23.267086,205.86055,0.22101793,0.045741748,33.386192,0.13391268,0.13558494,546.9428,0.09219296,539.22266,80.03616,0.09117119,0.08488939,166.05501,28.75812,58.196297,106.81926,18274.723,0.039453406,2070.494,0.4846681,0.05428406,0.08375818,0.083390094,208.08842,264.28885,22.113544,127.35,38.748314,27.238382,2181.818,1.4307501,95.46699,48.666565,427.76367,38.53411,460.71323,26.209965,117.73824,0.0,1384.1514,5948.2324,7.022328,451.18063,85.51503,34803.562,71.467545,6.428186,28.087248,75.48371,21.903696,7.220224,39.145237,963.1085,353.42084,35.634327,5.0972013,7.765994,235.12155,28.626425,395.67624,146.68222,2501.119,519.4444,146.22379,146.97243,358.07294,5.4175982,7.86921,11.268248,2.8138638,2.321027,59.348618,71.44873,92.46773,35.337677,40.571255,86.94302,11.1440115,3543.4307,30.22731,30.775,24.270653,19.93717,236.87407,57.48635,33.569443,7.599249,22.806492,35.217155,127.29612,297.39648,70.39555,238.97919,51.95437,43.006603,163.33107,106.22528,616.43823,104.20241,2.642778,7.2694445,6.010667,65.9522,15689.75,2.137948,28.099316,45.646942,27.27421,245.9938,63.788517,114.82192,1.8477037,120.43306,427.3448,221.9973,115.49997,430.1194,39.784813,86.536674,137.04805,11.163556,2.0941052,13.483216,843.40326,0.044170465,0.29225555,63.310184,11.722588,5.5614777,6.9112935,14.51422,81.25791,36.603333,120.772125,636.30835,315.27274,2596.2917,2028.4084,41.222763,69.571754,7783.7183,8.738513,124.37592,723.9089,224.02,303.3261,123.259445,791.1785,867.48773,491.3653,29.304762,166.90295,766.7707,1449.5579,80.860054,824.444,103.194626,1.1312397,52.500626,0.8886289,0.6346617,2.487615,57.06185,219.11534,103.68187,16.958149,1308.0831,356.70926,195.92857,283.49445,76.16349,59.666668,45.0813,98.76523,43.344444,423.96634,184.48016,57.24476,54.597343,35.476387,97.53905,100.23592,15.045931,363.63345,103.79185,1004.21063,30.94268,1680.7021,76.035255,363.36276,817.65356,35.566467,18.241915,838.2636,823.1706,2003.2113,125.1642 +2023-09-25 09:00:00,0.0,13706.757,360.0321,65.105896,66.28014,56.861362,256.7216,36.699608,62.301693,25.020708,37.635063,1675.594,133.13696,23.275972,205.90625,0.22054839,0.04582,33.393272,0.13370535,0.13564111,547.2257,0.09212291,539.4086,80.08421,0.09106481,0.08469034,166.10747,28.774038,58.21528,106.84697,18258.793,0.039465725,2070.484,0.48513728,0.054211956,0.08384846,0.08322831,208.15886,264.41147,22.113636,127.3125,38.754063,27.198193,2181.6123,1.4301399,95.34376,48.600582,427.73328,38.5,460.79544,26.181797,117.60688,0.0,1383.0139,5943.068,6.996594,450.9597,85.440674,34794.91,71.36659,6.4058313,28.041368,75.2856,21.864214,7.196959,39.034225,962.2258,353.4922,35.597633,5.0796638,7.756265,234.73473,28.56713,394.77686,146.7875,2500.9497,519.85,146.04466,147.06361,358.52036,5.4166512,7.8672547,11.2718525,2.8151665,2.322689,59.30654,71.41324,92.4638,35.30944,40.561035,86.87265,11.142895,3544.6406,30.215708,30.734375,24.241798,19.910797,236.8125,57.4516,33.515625,7.5937233,22.792746,35.184006,127.13383,296.86185,70.359375,238.83517,51.9149,42.91209,163.15446,106.095314,615.88196,104.10961,2.6371253,7.265625,6.01375,65.97303,15682.857,2.135375,28.08821,45.632812,27.249031,245.83678,63.78125,114.75818,1.8481019,120.41719,427.2842,221.958,115.42962,430.0587,39.79375,86.51856,137.04514,11.165973,2.0948389,13.487939,843.237,0.044147972,0.29239583,63.33368,11.730089,5.5652843,6.917295,14.524295,81.25625,36.61875,120.82972,636.43915,315.39774,2596.9207,2028.6625,41.24153,69.59635,7779.8525,8.740896,124.421875,723.8481,224.08125,303.39062,123.2875,791.4791,867.4179,491.38297,29.303572,166.92917,766.3776,1448.7432,80.8589,824.1848,103.1927,1.131404,52.485554,0.8886823,0.63487786,2.487736,57.02875,219.18124,103.566734,16.964584,1306.6061,356.5104,195.88393,283.4375,76.08929,59.625,44.99896,98.80022,43.25,423.3781,184.3616,57.080273,54.519444,35.49531,97.442856,100.17083,15.032586,363.33514,103.71373,1002.6144,30.939377,1679.7091,76.02707,363.26187,816.6256,35.52531,18.25074,838.1796,823.2574,2002.6483,125.222534 +2023-09-25 10:00:00,0.0,13699.872,360.00986,65.15236,66.310616,56.896465,256.83792,36.711674,62.32771,25.027033,37.653492,1676.2949,133.07912,23.284859,205.95195,0.22007886,0.04589826,33.400352,0.13349801,0.1356973,547.50867,0.09205287,539.59454,80.13226,0.09095843,0.08449128,166.15993,28.789957,58.23426,106.87468,18242.865,0.03947805,2070.4739,0.4856065,0.054139856,0.08393873,0.08306654,208.22928,264.5341,22.113726,127.275,38.759808,27.158005,2181.4062,1.4295295,95.22052,48.5346,427.70282,38.46589,460.87766,26.15363,117.47551,0.0,1381.8762,5937.9033,6.9708595,450.7387,85.366325,34786.254,71.26564,6.3834767,27.99549,75.08749,21.82473,7.173694,38.923214,961.3432,353.56354,35.56094,5.0621257,7.7465363,234.3479,28.507833,393.87747,146.89278,2500.7808,520.25555,145.86554,147.15482,358.96777,5.4157043,7.8652997,11.275457,2.816469,2.3243513,59.26447,71.37775,92.45987,35.2812,40.55082,86.80228,11.141778,3545.8506,30.204107,30.69375,24.212946,19.884424,236.75093,57.416847,33.461807,7.588197,22.778997,35.150856,126.971535,296.32718,70.3232,238.69118,51.87543,42.817577,162.97786,105.96535,615.3256,104.01682,2.6314723,7.2618055,6.016834,65.99385,15675.965,2.1328018,28.077103,45.61868,27.22385,245.67973,63.77398,114.69443,1.8484999,120.40132,427.22363,221.91869,115.35927,429.99796,39.802685,86.50045,137.04224,11.168389,2.0955725,13.4926605,843.07074,0.044125475,0.2925361,63.357174,11.737591,5.569091,6.9232965,14.53437,81.25458,36.634167,120.88732,636.56995,315.52274,2597.5493,2028.9165,41.260296,69.62095,7775.9873,8.743279,124.46783,723.7873,224.1425,303.45514,123.31555,791.7798,867.34814,491.40063,29.30238,166.95537,765.98456,1447.9286,80.85775,823.92566,103.19078,1.1315686,52.470486,0.88873565,0.6350941,2.487857,56.995647,219.24716,103.45159,16.97102,1305.1289,356.31155,195.8393,283.38055,76.015076,59.583332,44.916622,98.8352,43.155556,422.78986,184.24306,56.915787,54.441544,35.514236,97.346664,100.105736,15.019241,363.03683,103.63561,1001.0181,30.936073,1678.7161,76.01888,363.16095,815.5977,35.484158,18.259565,838.09564,823.3442,2002.0853,125.280876 +2023-09-25 11:00:00,0.0,13692.987,359.98758,65.19882,66.34109,56.931564,256.95428,36.72374,62.353725,25.03336,37.671917,1676.9957,133.02126,23.293743,205.99763,0.21960932,0.045976516,33.40743,0.13329066,0.13575348,547.79156,0.09198283,539.7805,80.18031,0.09085205,0.08429223,166.21237,28.805876,58.253242,106.90239,18226.936,0.03949037,2070.4639,0.48607567,0.054067753,0.08402901,0.08290476,208.29971,264.65674,22.113815,127.2375,38.765556,27.117815,2181.2002,1.4289193,95.09729,48.46862,427.6724,38.431778,460.95987,26.125463,117.34414,0.0,1380.7388,5932.7383,6.945125,450.51773,85.29198,34777.6,71.16469,6.361122,27.949608,74.88937,21.785246,7.1504292,38.812202,960.4605,353.6349,35.524246,5.044588,7.7368073,233.96107,28.448536,392.9781,146.99806,2500.6116,520.6611,145.6864,147.246,359.4152,5.4147573,7.8633447,11.279062,2.8177714,2.3260133,59.222397,71.342255,92.45594,35.252964,40.5406,86.7319,11.140661,3547.0608,30.192507,30.653126,24.184093,19.858053,236.68935,57.382095,33.407986,7.582671,22.76525,35.117706,126.80924,295.79254,70.28701,238.54718,51.835964,42.72307,162.80125,105.83539,614.7693,103.924034,2.6258197,7.257986,6.019917,66.01467,15669.072,2.1302288,28.065996,45.60455,27.19867,245.52269,63.766712,114.630684,1.848898,120.38545,427.16306,221.8794,115.28892,429.93726,39.81162,86.48233,137.03934,11.170806,2.096306,13.497383,842.9045,0.04410298,0.2926764,63.38067,11.745093,5.5728974,6.9292984,14.544446,81.25291,36.649586,120.944916,636.7007,315.64774,2598.1782,2029.1705,41.279064,69.64554,7772.1216,8.745663,124.51377,723.7265,224.20375,303.51965,123.343605,792.08044,867.2783,491.4183,29.30119,166.98157,765.59143,1447.1139,80.8566,823.66656,103.18886,1.131733,52.455418,0.88878906,0.6353103,2.487978,56.962547,219.31308,103.33646,16.977455,1303.6517,356.11273,195.79465,283.3236,75.94087,59.541668,44.834282,98.870186,43.06111,422.20163,184.12451,56.7513,54.36364,35.533157,97.25048,100.04065,15.005896,362.73853,103.5575,999.4219,30.93277,1677.723,76.0107,363.06006,814.56976,35.443005,18.26839,838.01166,823.431,2001.5223,125.33922 +2023-09-25 12:00:00,0.0,13686.103,359.96533,65.245285,66.37157,56.966667,257.07065,36.735806,62.379738,25.039684,37.690346,1677.6965,132.96341,23.30263,206.04333,0.21913978,0.046054773,33.41451,0.13308333,0.13580966,548.07446,0.091912776,539.9665,80.22836,0.09074567,0.084093176,166.26483,28.821795,58.272224,106.9301,18211.006,0.039502688,2070.4539,0.48654488,0.05399565,0.08411929,0.08274298,208.37015,264.77936,22.113905,127.2,38.771305,27.077627,2180.9944,1.4283091,94.97406,48.402637,427.64197,38.397667,461.04208,26.097296,117.212776,0.0,1379.6012,5927.5737,6.9193907,450.29678,85.21763,34768.95,71.063736,6.3387675,27.903728,74.69127,21.745764,7.1271644,38.70119,959.5779,353.70624,35.487553,5.02705,7.7270784,233.57426,28.38924,392.0787,147.10333,2500.4426,521.06665,145.50728,147.3372,359.8626,5.4138103,7.8613896,11.282666,2.8190742,2.3276753,59.180325,71.30677,92.45201,35.224724,40.530384,86.66153,11.1395445,3548.2708,30.180904,30.6125,24.15524,19.83168,236.62778,57.347343,33.354168,7.577145,22.751503,35.084557,126.64695,295.2579,70.25083,238.40318,51.796494,42.628555,162.62465,105.70542,614.21295,103.83124,2.6201668,7.2541666,6.0230002,66.03549,15662.18,2.1276555,28.05489,45.590416,27.173489,245.36566,63.759445,114.56694,1.8492962,120.36958,427.10248,221.84009,115.21857,429.87653,39.820557,86.46422,137.03642,11.173223,2.0970397,13.502106,842.7382,0.044080485,0.29281667,63.404167,11.752595,5.576704,6.9353,14.554522,81.251236,36.665,121.00251,636.8315,315.77274,2598.807,2029.4247,41.29783,69.670135,7768.2563,8.748046,124.55972,723.66565,224.265,303.58417,123.371666,792.3811,867.2085,491.43597,29.3,167.00777,765.19836,1446.2993,80.85544,823.4074,103.18694,1.1318974,52.44035,0.88884246,0.63552654,2.488099,56.929447,219.379,103.22132,16.983889,1302.1747,355.91388,195.75,283.26666,75.86667,59.5,44.751945,98.905174,42.966667,421.61337,184.00595,56.58682,54.28574,35.552082,97.15429,99.975555,14.992551,362.44022,103.479385,997.8256,30.929466,1676.73,76.0025,362.95917,813.5419,35.401848,18.277214,837.9277,823.5178,2000.9594,125.39756 +2023-09-25 13:00:00,0.0,13679.218,359.94305,65.29175,66.40204,57.001766,257.187,36.74787,62.405754,25.04601,37.70877,1678.3973,132.90555,23.311516,206.08902,0.21867026,0.04613303,33.42159,0.13287598,0.13586585,548.3574,0.09184273,540.1524,80.276405,0.09063929,0.083894126,166.31729,28.837713,58.291203,106.95781,18195.078,0.03951501,2070.4438,0.48701406,0.05392355,0.08420956,0.0825812,208.44057,264.90198,22.113997,127.1625,38.777054,27.037437,2180.7883,1.4276989,94.85082,48.336655,427.6115,38.363556,461.1243,26.069128,117.081406,0.0,1378.4636,5922.4087,6.8936563,450.0758,85.14328,34760.293,70.96278,6.316413,27.85785,74.49316,21.70628,7.1038995,38.59018,958.6952,353.77762,35.450855,5.0095124,7.7173495,233.18744,28.329945,391.17932,147.20862,2500.2734,521.4722,145.32816,147.42839,360.31003,5.4128633,7.8594346,11.286271,2.8203766,2.3293376,59.138252,71.27128,92.44808,35.196487,40.520164,86.591156,11.138428,3549.481,30.169304,30.571875,24.126387,19.805307,236.56621,57.31259,33.300346,7.571619,22.737755,35.051407,126.48466,294.72324,70.21465,238.25917,51.757027,42.534042,162.44804,105.575455,613.6566,103.73845,2.614514,7.250347,6.0260835,66.05631,15655.286,2.1250825,28.043783,45.576283,27.148308,245.20862,63.752174,114.50319,1.8496944,120.353714,427.0419,221.80078,115.14822,429.81583,39.82949,86.4461,137.03351,11.175639,2.0977733,13.506827,842.57196,0.04405799,0.29295695,63.42766,11.7600975,5.5805106,6.9413013,14.564596,81.24957,36.680416,121.06011,636.9623,315.89774,2599.4358,2029.6787,41.316597,69.69473,7764.3906,8.750429,124.60567,723.60486,224.32625,303.64868,123.39972,792.68176,867.1387,491.45364,29.29881,167.03398,764.80524,1445.4846,80.85429,823.14825,103.18502,1.132062,52.42528,0.8888958,0.6357428,2.48822,56.896343,219.44492,103.106186,16.990324,1300.6975,355.71503,195.70537,283.20972,75.79246,59.458332,44.66961,98.940155,42.872223,421.02515,183.8874,56.422333,54.20784,35.571007,97.0581,99.91046,14.979206,362.14194,103.40127,996.2294,30.926163,1675.7369,75.994316,362.85828,812.5139,35.360695,18.28604,837.8437,823.6046,2000.3964,125.455894 +2023-09-25 14:00:00,0.0,13672.333,359.9208,65.33821,66.43251,57.03687,257.30338,36.759937,62.43177,25.052336,37.727196,1679.0981,132.8477,23.3204,206.13472,0.21820073,0.046211284,33.42867,0.13266864,0.13592203,548.6403,0.09177268,540.3384,80.324455,0.090532914,0.08369508,166.36975,28.853632,58.310184,106.98552,18179.148,0.03952733,2070.4338,0.48748326,0.053851448,0.08429984,0.082419425,208.511,265.02463,22.114086,127.125,38.7828,26.99725,2180.5825,1.4270886,94.72759,48.27067,427.58112,38.329445,461.2065,26.040962,116.95004,0.0,1377.3262,5917.244,6.8679223,449.85483,85.068924,34751.64,70.86183,6.2940583,27.81197,74.295044,21.666796,7.080634,38.479168,957.81256,353.84897,35.41416,4.9919744,7.707621,232.80061,28.270649,390.27994,147.31389,2500.1045,521.87775,145.14903,147.51959,360.75745,5.4119163,7.8574796,11.289876,2.821679,2.3309996,59.09618,71.23579,92.44415,35.168247,40.50995,86.52078,11.137311,3550.691,30.157701,30.53125,24.097532,19.778934,236.50464,57.27784,33.24653,7.566093,22.724007,35.018257,126.322365,294.1886,70.178474,238.11517,51.717556,42.43953,162.27144,105.44549,613.1003,103.64566,2.6088612,7.2465277,6.0291667,66.07713,15648.394,2.1225092,28.032677,45.562153,27.123127,245.05157,63.744907,114.439445,1.8500925,120.337845,426.98132,221.76147,115.077866,429.7551,39.838425,86.427986,137.03061,11.178056,2.098507,13.51155,842.4057,0.044035494,0.29309723,63.451157,11.767599,5.5843167,6.9473033,14.574672,81.2479,36.695835,121.11771,637.0931,316.02274,2600.0645,2029.9327,41.33536,69.71933,7760.525,8.752812,124.65162,723.54407,224.38751,303.7132,123.42777,792.98236,867.06885,491.4713,29.297619,167.06018,764.4122,1444.67,80.853134,822.8891,103.1831,1.1322263,52.41021,0.8889492,0.63595897,2.488341,56.863243,219.51083,102.99105,16.99676,1299.2203,355.5162,195.66072,283.15277,75.718254,59.416668,44.58727,98.97514,42.77778,420.4369,183.76884,56.257847,54.129936,35.58993,96.96191,99.84537,14.965861,361.84363,103.32315,994.6331,30.92286,1674.7439,75.98613,362.7574,811.486,35.319542,18.294865,837.7597,823.69147,1999.8334,125.51424 +2023-09-25 15:00:00,0.0,13665.448,359.89853,65.384674,66.46298,57.071968,257.41974,36.772003,62.457787,25.05866,37.745625,1679.7991,132.78984,23.329287,206.18042,0.2177312,0.04628954,33.43575,0.1324613,0.1359782,548.9232,0.09170264,540.5243,80.372505,0.090426534,0.08349602,166.4222,28.86955,58.329166,107.01323,18163.219,0.03953965,2070.4238,0.48795244,0.05377935,0.08439012,0.08225764,208.58142,265.14725,22.114176,127.0875,38.788548,26.95706,2180.3765,1.4264784,94.60436,48.204693,427.55066,38.295334,461.28873,26.012794,116.81867,0.0,1376.1885,5912.0796,6.842188,449.63388,84.994576,34742.984,70.76087,6.2717037,27.76609,74.09693,21.627314,7.057369,38.368153,956.92993,353.92032,35.37747,4.9744368,7.697892,232.4138,28.211353,389.38055,147.41916,2499.9353,522.2833,144.96991,147.6108,361.20486,5.4109693,7.8555245,11.293481,2.8229816,2.3326616,59.054108,71.2003,92.440216,35.14001,40.49973,86.45041,11.136195,3551.9011,30.146101,30.490625,24.06868,19.752562,236.44305,57.243088,33.192707,7.560567,22.710258,34.985107,126.16007,293.65393,70.14229,237.97118,51.678085,42.34502,162.09485,105.31552,612.54395,103.55287,2.6032085,7.242708,6.0322504,66.09796,15641.501,2.1199362,28.02157,45.54802,27.097946,244.89455,63.737637,114.3757,1.8504907,120.32198,426.92075,221.72218,115.007515,429.6944,39.847363,86.40987,137.02771,11.180472,2.0992405,13.516272,842.23944,0.044013,0.2932375,63.47465,11.775101,5.5881233,6.953305,14.584747,81.24623,36.71125,121.1753,637.2239,316.14774,2600.6934,2030.1868,41.35413,69.74392,7756.6597,8.755197,124.69757,723.4833,224.44876,303.7777,123.45583,793.283,866.999,491.48898,29.296429,167.08638,764.01904,1443.8555,80.85198,822.62994,103.181175,1.1323909,52.39514,0.88900256,0.6361752,2.488462,56.83014,219.57675,102.875916,17.003195,1297.7433,355.31735,195.61607,283.09583,75.64404,59.375,44.504932,99.01013,42.683334,419.84866,183.6503,56.09336,54.052036,35.608852,96.865715,99.78027,14.952517,361.54532,103.24503,993.0368,30.919556,1673.7509,75.97794,362.65646,810.45807,35.27839,18.30369,837.6757,823.77826,1999.2704,125.57258 +2023-09-25 16:00:00,0.0,13658.563,359.87628,65.431145,66.49346,57.10707,257.5361,36.784073,62.483803,25.064985,37.76405,1680.4999,132.732,23.338173,206.2261,0.21726166,0.046367798,33.44283,0.13225396,0.1360344,549.2062,0.09163259,540.71027,80.420555,0.090320155,0.08329697,166.47466,28.88547,58.34815,107.04094,18147.29,0.039551973,2070.4138,0.48842165,0.053707246,0.08448039,0.08209586,208.65186,265.2699,22.114265,127.05,38.794296,26.916872,2180.1707,1.4258682,94.48113,48.13871,427.52023,38.261223,461.37094,25.984627,116.68731,0.0,1375.051,5906.9146,6.8164535,449.4129,84.92023,34734.332,70.65992,6.249349,27.720211,73.89882,21.58783,7.0341043,38.25714,956.04724,353.99167,35.340775,4.956899,7.6881633,232.02698,28.152058,388.48117,147.52444,2499.7664,522.68884,144.79079,147.70198,361.65228,5.4100223,7.853569,11.297086,2.8242843,2.334324,59.012035,71.16481,92.43629,35.111774,40.48951,86.380035,11.135078,3553.111,30.1345,30.45,24.039825,19.726189,236.38148,57.208336,33.13889,7.5550413,22.696512,34.951958,125.99778,293.1193,70.10611,237.82716,51.63862,42.250507,161.91824,105.185555,611.9877,103.460075,2.5975556,7.2388887,6.0353336,66.11878,15634.608,2.117363,28.010464,45.53389,27.072767,244.7375,63.73037,114.31195,1.8508888,120.306114,426.86017,221.68288,114.937164,429.63367,39.856297,86.391754,137.0248,11.182889,2.0999742,13.520994,842.0732,0.043990504,0.2933778,63.498146,11.782603,5.59193,6.9593062,14.594823,81.24456,36.726665,121.232895,637.3546,316.27274,2601.3223,2030.4409,41.372894,69.76852,7752.794,8.75758,124.743515,723.4225,224.51001,303.84222,123.48389,793.5837,866.9292,491.50665,29.295238,167.1126,763.626,1443.0408,80.85083,822.3708,103.17925,1.1325552,52.380074,0.88905597,0.6363914,2.488583,56.79704,219.64267,102.76078,17.00963,1296.2661,355.1185,195.57143,283.03888,75.56984,59.333332,44.422592,99.04511,42.58889,419.2604,183.53175,55.928875,53.974136,35.627777,96.76952,99.71519,14.939172,361.247,103.166916,991.44055,30.916252,1672.7577,75.96976,362.55557,809.4301,35.237232,18.312515,837.59174,823.86505,1998.7074,125.63091 +2023-09-25 17:00:00,0.0,13651.679,359.85403,65.47761,66.52393,57.14217,257.65247,36.79614,62.509815,25.071312,37.78248,1681.2007,132.67413,23.34706,206.2718,0.21679212,0.046446055,33.449905,0.13204663,0.13609058,549.4891,0.09156255,540.89624,80.468605,0.09021378,0.08309791,166.52711,28.901388,58.36713,107.06865,18131.361,0.039564293,2070.4036,0.48889083,0.053635143,0.08457067,0.08193409,208.72229,265.39252,22.114357,127.0125,38.80004,26.876682,2179.9646,1.4252578,94.357895,48.072727,427.4898,38.22711,461.45316,25.95646,116.55594,0.0,1373.9133,5901.75,6.790719,449.19193,84.84588,34725.68,70.55897,6.2269945,27.674332,73.700714,21.548346,7.0108395,38.14613,955.1646,354.06302,35.30408,4.939361,7.6784344,231.64015,28.092762,387.5818,147.62971,2499.5972,523.0944,144.61165,147.79318,362.0997,5.4090753,7.851614,11.30069,2.8255868,2.335986,58.969963,71.12932,92.43236,35.083534,40.479294,86.30966,11.133962,3554.3213,30.122898,30.409374,24.010973,19.699818,236.31992,57.173584,33.085068,7.5495152,22.682764,34.91881,125.83549,292.58466,70.06993,237.68317,51.599148,42.155994,161.74164,105.055595,611.43134,103.36729,2.591903,7.2350693,6.038417,66.1396,15627.716,2.1147897,27.999357,45.519756,27.047586,244.58046,63.723103,114.24821,1.851287,120.290245,426.7996,221.64357,114.86681,429.57297,39.86523,86.37364,137.02188,11.185306,2.1007078,13.525717,841.9069,0.043968007,0.29351804,63.52164,11.790105,5.5957365,6.965308,14.604898,81.24289,36.742085,121.2905,637.4854,316.39774,2601.951,2030.695,41.391663,69.79311,7748.928,8.759963,124.78947,723.36163,224.57126,303.90674,123.51194,793.88434,866.8594,491.52432,29.294046,167.1388,763.23285,1442.2262,80.84967,822.11163,103.17733,1.1327198,52.365005,0.8891094,0.63660765,2.488704,56.763935,219.70859,102.645645,17.016066,1294.789,354.91968,195.5268,282.98193,75.495636,59.291668,44.340256,99.0801,42.494446,418.67218,183.4132,55.76439,53.896233,35.6467,96.67333,99.65009,14.925827,360.9487,103.088806,989.8443,30.912949,1671.7646,75.96157,362.45468,808.4022,35.19608,18.32134,837.50775,823.9519,1998.1444,125.689255 +2023-09-25 18:00:00,0.0,13644.793,359.83176,65.52407,66.554405,57.177273,257.76883,36.808205,62.53583,25.077637,37.800903,1681.9015,132.61629,23.355944,206.3175,0.21632259,0.046524312,33.456985,0.13183928,0.13614675,549.77203,0.0914925,541.08215,80.516655,0.0901074,0.08289886,166.57957,28.917307,58.386112,107.09636,18115.432,0.039576612,2070.3936,0.48936003,0.053563043,0.08466094,0.081772305,208.79271,265.51514,22.114447,126.975,38.80579,26.836494,2179.7588,1.4246476,94.234665,48.006744,427.45938,38.193,461.53534,25.928293,116.424576,0.0,1372.7759,5896.5854,6.7649846,448.97098,84.77152,34717.023,70.458015,6.20464,27.62845,73.502594,21.508863,6.9875746,38.03512,954.2819,354.13437,35.267387,4.9218235,7.6687055,231.25334,28.033464,386.6824,147.735,2499.4282,523.5,144.43253,147.88437,362.54712,5.4081283,7.849659,11.304295,2.8268893,2.337648,58.92789,71.09383,92.42843,35.055298,40.469074,86.23929,11.132845,3555.5312,30.111298,30.36875,23.982119,19.673445,236.25833,57.138832,33.03125,7.543989,22.669016,34.885662,125.673195,292.05,70.03375,237.53917,51.55968,42.06148,161.56503,104.92563,610.875,103.2745,2.5862503,7.23125,6.0415,66.16042,15620.823,2.1122167,27.98825,45.505623,27.022406,244.42343,63.71583,114.18446,1.8516852,120.274376,426.739,221.60428,114.79646,429.51227,39.87417,86.35552,137.01898,11.187722,2.1014414,13.530438,841.74066,0.043945514,0.29365832,63.54514,11.797607,5.599543,6.9713097,14.614973,81.24123,36.7575,121.34809,637.6162,316.52274,2602.5798,2030.949,41.41043,69.8177,7745.063,8.762346,124.83542,723.30084,224.6325,303.97125,123.54,794.185,866.78955,491.542,29.292856,167.165,762.8398,1441.4115,80.84852,821.85254,103.175415,1.1328843,52.349937,0.8891627,0.63682383,2.4888248,56.730835,219.7745,102.5305,17.022501,1293.3119,354.72083,195.48215,282.925,75.421425,59.25,44.25792,99.11509,42.4,418.08392,183.29465,55.599903,53.818333,35.665623,96.57714,99.585,14.912482,360.6504,103.01069,988.24805,30.909645,1670.7716,75.95338,362.35376,807.37427,35.154926,18.330166,837.42377,824.0387,1997.5814,125.7476 +2023-09-25 19:00:00,0.0,13637.908,359.8095,65.57053,66.58488,57.21237,257.8852,36.82027,62.561848,25.083963,37.81933,1682.6024,132.55843,23.36483,206.36319,0.21585305,0.046602566,33.464066,0.13163194,0.13620295,550.05493,0.09142245,541.2681,80.564705,0.090001024,0.082699805,166.63202,28.933226,58.405094,107.12407,18099.502,0.039588936,2070.3835,0.4898292,0.05349094,0.08475122,0.08161053,208.86314,265.6378,22.114536,126.9375,38.81154,26.796305,2179.5527,1.4240373,94.111435,47.94076,427.42896,38.15889,461.61755,25.900126,116.293205,0.0,1371.6384,5891.4204,6.7392507,448.75,84.697174,34708.37,70.35706,6.1822853,27.582571,73.30449,21.46938,6.9643097,37.924107,953.3993,354.20572,35.230694,4.9042854,7.658977,230.86652,27.974169,385.78302,147.84027,2499.259,523.9055,144.2534,147.97557,362.99454,5.4071813,7.847704,11.307899,2.828192,2.3393102,58.88582,71.05834,92.4245,35.027058,40.45886,86.168915,11.131728,3556.7412,30.099695,30.328125,23.953266,19.647072,236.19676,57.10408,32.977432,7.538463,22.65527,34.852512,125.5109,291.51535,69.99757,237.39517,51.52021,41.966972,161.38843,104.79566,610.31866,103.1817,2.5805974,7.2274303,6.044584,66.181244,15613.931,2.1096435,27.977142,45.491493,26.997225,244.26639,63.708565,114.12071,1.8520833,120.25851,426.67844,221.56497,114.72611,429.45154,39.883102,86.33741,137.01608,11.19014,2.102175,13.535161,841.5744,0.043923017,0.2937986,63.568634,11.805109,5.6033497,6.977311,14.625049,81.239555,36.77292,121.405685,637.747,316.64774,2603.2085,2031.203,41.429195,69.8423,7741.1973,8.7647295,124.88136,723.24005,224.69376,304.03577,123.568054,794.48566,866.7197,491.5597,29.291666,167.1912,762.44666,1440.5969,80.84737,821.5934,103.17349,1.1330487,52.334866,0.8892161,0.6370401,2.488946,56.69773,219.84042,102.41537,17.028936,1291.8347,354.52197,195.4375,282.86804,75.34722,59.208332,44.17558,99.15007,42.305557,417.49567,183.17609,55.43542,53.740433,35.684547,96.48096,99.519905,14.8991375,360.35208,102.93257,986.6518,30.906342,1669.7786,75.94519,362.25287,806.3464,35.113773,18.338991,837.3398,824.1255,1997.0184,125.80593 +2023-09-25 20:00:00,0.0,13631.023,359.78723,65.617,66.61536,57.247475,258.00156,36.832336,62.587864,25.090288,37.837757,1683.3032,132.50058,23.373716,206.40889,0.21538351,0.046680823,33.471146,0.13142459,0.13625912,550.3378,0.0913524,541.4541,80.612755,0.089894645,0.082500756,166.68448,28.949144,58.424076,107.15178,18083.574,0.039601255,2070.3735,0.49029842,0.05341884,0.0848415,0.08144875,208.93356,265.7604,22.114628,126.9,38.817287,26.756117,2179.347,1.4234271,93.9882,47.874783,427.3985,38.12478,461.69977,25.87196,116.161835,0.0,1370.5007,5886.256,6.713516,448.52902,84.622826,34699.715,70.25611,6.1599307,27.536692,73.10638,21.429897,6.9410443,37.813095,952.5166,354.27707,35.194,4.886748,7.649248,230.47969,27.914873,384.88364,147.94556,2499.09,524.3111,144.07428,148.06677,363.44196,5.4062343,7.845749,11.311504,2.8294945,2.3409722,58.843746,71.02285,92.42057,34.99882,40.44864,86.09854,11.130611,3557.9514,30.088095,30.2875,23.924412,19.620699,236.1352,57.06933,32.92361,7.532937,22.641521,34.819363,125.34862,290.9807,69.96139,237.25116,51.480743,41.87246,161.21182,104.665695,609.7623,103.08891,2.5749447,7.223611,6.047667,66.20207,15607.037,2.1070704,27.966036,45.47736,26.972044,244.10934,63.701294,114.05697,1.8524815,120.24264,426.6179,221.52567,114.65576,429.39084,39.892036,86.31929,137.01317,11.192556,2.1029086,13.539883,841.40814,0.043900523,0.29393888,63.59213,11.812611,5.6071563,6.983313,14.635124,81.237885,36.788334,121.46329,637.8778,316.77274,2603.8374,2031.457,41.447964,69.8669,7737.332,8.767113,124.927315,723.17926,224.755,304.10028,123.59611,794.78625,866.6499,491.57736,29.290476,167.2174,762.0536,1439.7822,80.846214,821.3342,103.17157,1.1332132,52.319798,0.8892695,0.63725626,2.4890668,56.66463,219.90634,102.30023,17.035372,1290.3575,354.32315,195.39287,282.8111,75.27301,59.166668,44.093243,99.18506,42.211113,416.90744,183.05754,55.270935,53.66253,35.703472,96.384766,99.45481,14.885793,360.05377,102.854454,985.05554,30.903038,1668.7855,75.937004,362.15198,805.3184,35.072617,18.347815,837.2558,824.21234,1996.4554,125.86427 +2023-09-25 21:00:00,0.0,13624.139,359.76498,65.66347,66.64583,57.282574,258.11792,36.844402,62.613876,25.096613,37.856182,1684.004,132.44272,23.382603,206.45457,0.21491398,0.04675908,33.478226,0.13121726,0.1363153,550.6208,0.09128236,541.64,80.660805,0.089788266,0.0823017,166.73694,28.965063,58.443058,107.17949,18067.645,0.039613575,2070.3635,0.4907676,0.05334674,0.08493177,0.08128697,209.004,265.88303,22.114717,126.8625,38.823032,26.715927,2179.1409,1.4228169,93.86497,47.8088,427.3681,38.090668,461.78198,25.843792,116.03047,0.0,1369.3633,5881.091,6.687782,448.30807,84.54848,34691.062,70.15516,6.137576,27.490812,72.908264,21.390413,6.9177794,37.702084,951.634,354.34845,35.157307,4.86921,7.639519,230.09286,27.855577,383.98425,148.05083,2498.921,524.7167,143.89516,148.15796,363.88937,5.4052873,7.843794,11.315108,2.830797,2.3426344,58.801674,70.98736,92.41664,34.97058,40.438423,86.02817,11.129495,3559.1614,30.076492,30.246876,23.89556,19.594326,236.07361,57.034576,32.869793,7.527411,22.627773,34.786213,125.186325,290.44604,69.92521,237.10716,51.441273,41.777946,161.03522,104.53573,609.206,102.996124,2.5692918,7.219792,6.0507503,66.22289,15600.145,2.1044972,27.95493,45.463226,26.946863,243.95232,63.694027,113.993225,1.8528795,120.22677,426.5573,221.48636,114.58541,429.3301,39.90097,86.30118,137.01025,11.194973,2.1036422,13.544605,841.2419,0.043878026,0.29407915,63.615623,11.820113,5.610963,6.9893146,14.6452,81.23621,36.80375,121.52088,638.00854,316.89774,2604.466,2031.7112,41.46673,69.89149,7733.4663,8.769496,124.97327,723.11847,224.81625,304.1648,123.62416,795.0869,866.5801,491.59503,29.289286,167.2436,761.66046,1438.9677,80.845055,821.0751,103.16965,1.1333776,52.30473,0.8893229,0.6374725,2.489188,56.63153,219.97224,102.1851,17.041805,1288.8805,354.1243,195.34822,282.75418,75.19881,59.125,44.010902,99.22005,42.116665,416.31918,182.939,55.10645,53.58463,35.722397,96.288574,99.38972,14.872448,359.75546,102.77634,983.4593,30.899734,1667.7925,75.92882,362.0511,804.2905,35.031464,18.35664,837.1718,824.29913,1995.8925,125.922615 +2023-09-25 22:00:00,0.0,13617.254,359.74274,65.70993,66.6763,57.317677,258.23428,36.85647,62.639893,25.10294,37.87461,1684.7048,132.38487,23.391487,206.50027,0.21444444,0.046837337,33.485306,0.1310099,0.1363715,550.9037,0.09121232,541.826,80.708855,0.089681886,0.08210265,166.7894,28.980982,58.462036,107.2072,18051.715,0.039625898,2070.3535,0.4912368,0.05327464,0.08502205,0.081125185,209.07442,266.00568,22.114807,126.825,38.82878,26.67574,2178.9348,1.4222066,93.74174,47.742817,427.33765,38.056557,461.8642,25.815624,115.8991,0.0,1368.2256,5875.9263,6.6620474,448.0871,84.47412,34682.406,70.05421,6.1152215,27.444933,72.71015,21.35093,6.8945146,37.591072,950.7513,354.4198,35.12061,4.851672,7.6297903,229.70605,27.796282,383.08487,148.15611,2498.752,525.1222,143.71603,148.24916,364.3368,5.4043403,7.841839,11.318713,2.8320994,2.3442965,58.7596,70.951866,92.41271,34.942345,40.428204,85.957794,11.128378,3560.3716,30.064892,30.20625,23.866707,19.567953,236.01204,56.999825,32.81597,7.5218854,22.614027,34.753063,125.02403,289.9114,69.88903,236.96317,51.401806,41.683434,160.85863,104.40577,608.64966,102.90333,2.5636392,7.2159724,6.0538335,66.24371,15593.252,2.1019242,27.943823,45.449097,26.921682,243.79527,63.68676,113.929474,1.8532777,120.21091,426.49673,221.44707,114.51506,429.2694,39.90991,86.283066,137.00735,11.19739,2.1043758,13.549328,841.0756,0.043855533,0.29421943,63.63912,11.827615,5.614769,6.995316,14.655274,81.23455,36.819168,121.578476,638.13934,317.02274,2605.095,2031.9652,41.485497,69.916084,7729.6006,8.771879,125.01921,723.0577,224.8775,304.2293,123.65222,795.3876,866.51025,491.6127,29.288095,167.2698,761.2674,1438.153,80.8439,820.8159,103.167725,1.1335421,52.28966,0.8893763,0.63768876,2.4893088,56.598427,220.03816,102.06996,17.04824,1287.4033,353.92545,195.30357,282.69724,75.1246,59.083332,43.928566,99.255035,42.02222,415.73096,182.82043,54.941963,53.50673,35.741318,96.19238,99.32463,14.859103,359.45718,102.69822,981.86304,30.896431,1666.7994,75.92063,361.9502,803.2626,34.99031,18.365465,837.0878,824.3859,1995.3295,125.98095 +2023-09-25 23:00:00,0.0,13610.369,359.72046,65.75639,66.70678,57.352776,258.35065,36.868534,62.66591,25.109264,37.893036,1685.4056,132.32701,23.400373,206.54597,0.21397492,0.046915594,33.492382,0.13080257,0.13642767,551.18665,0.09114227,542.01196,80.756905,0.08957551,0.0819036,166.84184,28.9969,58.481018,107.23491,18035.785,0.039638218,2070.3435,0.49170598,0.053202536,0.085112326,0.08096341,209.14485,266.1283,22.114897,126.7875,38.83453,26.63555,2178.729,1.4215963,93.6185,47.676834,427.30722,38.022446,461.9464,25.787458,115.76774,0.0,1367.0881,5870.7617,6.6363134,447.86612,84.39977,34673.754,69.95325,6.092867,27.399054,72.51204,21.311447,6.8712497,37.48006,949.86865,354.49115,35.083916,4.834134,7.6200614,229.31923,27.736986,382.1855,148.26138,2498.5828,525.5278,143.5369,148.34035,364.7842,5.4033933,7.839884,11.322318,2.8334022,2.3459585,58.71753,70.91638,92.40878,34.914104,40.417988,85.88742,11.127261,3561.5815,30.053291,30.165625,23.837852,19.541582,235.95047,56.965073,32.762154,7.5163593,22.600279,34.719913,124.86174,289.37674,69.852844,236.81915,51.362335,41.588924,160.68202,104.2758,608.0934,102.81054,2.5579863,7.212153,6.0569167,66.264534,15586.359,2.099351,27.932716,45.434963,26.896503,243.63823,63.67949,113.86573,1.8536758,120.19504,426.43616,221.40776,114.44471,429.20868,39.918842,86.264946,137.00446,11.199806,2.1051095,13.5540495,840.90936,0.043833036,0.2943597,63.662613,11.835117,5.6185756,7.001318,14.66535,81.23288,36.834583,121.63608,638.27014,317.14774,2605.7236,2032.2192,41.50426,69.94068,7725.7354,8.774262,125.06516,722.9968,224.93875,304.29382,123.680275,795.68823,866.4404,491.63037,29.286903,167.29602,760.87427,1437.3384,80.84275,820.55676,103.1658,1.1337066,52.274593,0.8894296,0.63790494,2.48943,56.565327,220.10408,101.95483,17.054676,1285.9261,353.72662,195.25893,282.6403,75.05039,59.041668,43.84623,99.290016,41.927776,415.1427,182.70189,54.777477,53.428825,35.760242,96.09619,99.25954,14.845758,359.15887,102.62011,980.2668,30.893127,1665.8064,75.912445,361.84927,802.2347,34.949154,18.37429,837.00385,824.4728,1994.7665,126.03929 +2023-09-26 00:00:00,0.0,13603.484,359.6982,65.80286,66.73725,57.38788,258.467,36.8806,62.691925,25.11559,37.91146,1686.1066,132.26917,23.40926,206.59166,0.21350539,0.046993848,33.499462,0.13059524,0.13648386,551.46954,0.091072224,542.1979,80.80495,0.08946913,0.08170454,166.8943,29.012821,58.5,107.26262,18019.857,0.039650537,2070.3335,0.4921752,0.053130433,0.0852026,0.080801636,209.21529,266.25095,22.114988,126.75,38.84028,26.59536,2178.523,1.420986,93.49527,47.610855,427.2768,37.988335,462.02863,25.75929,115.63637,0.0,1365.9507,5865.5967,6.610579,447.64517,84.325424,34665.1,69.852295,6.070512,27.353174,72.313934,21.271963,6.847985,37.36905,948.98596,354.5625,35.047222,4.8165965,7.6103325,228.9324,27.677689,381.2861,148.36667,2498.4136,525.9333,143.35777,148.43155,365.23163,5.4024463,7.837929,11.325923,2.8347046,2.3476207,58.675453,70.88089,92.404854,34.885868,40.40777,85.81705,11.126144,3562.7917,30.041689,30.125,23.809,19.51521,235.88889,56.93032,32.708332,7.5108333,22.58653,34.686764,124.69945,288.8421,69.816666,236.67516,51.32287,41.49441,160.50542,104.145836,607.53705,102.71775,2.5523336,7.2083335,6.0600004,66.285355,15579.467,2.0967777,27.92161,45.420834,26.871323,243.4812,63.672222,113.80199,1.854074,120.17917,426.37558,221.36845,114.37436,429.14798,39.927776,86.24683,137.00154,11.202223,2.105843,13.558772,840.74304,0.043810543,0.2945,63.68611,11.842619,5.622382,7.0073195,14.675426,81.23121,36.850002,121.69367,638.4009,317.27274,2606.3525,2032.4733,41.52303,69.96528,7721.8696,8.776646,125.111115,722.93604,225.0,304.35834,123.70833,795.9889,866.3706,491.64804,29.285713,167.32222,760.4812,1436.5237,80.8416,820.2976,103.16389,1.133871,52.25952,0.88948303,0.6381212,2.4895508,56.532223,220.17,101.83969,17.061111,1284.4491,353.52777,195.2143,282.58334,74.97619,59.0,43.76389,99.325005,41.833332,414.55447,182.58334,54.61299,53.350925,35.779167,96.0,99.19444,14.832414,358.86057,102.54199,978.67053,30.889824,1664.8132,75.90425,361.74838,801.2067,34.908,18.383116,836.9198,824.5596,1994.2036,126.09763 +2023-09-26 01:00:00,0.0,13596.6,359.67593,65.84932,66.76772,57.422977,258.58337,36.89267,62.71794,25.121916,37.92989,1686.8074,132.2113,23.418144,206.63736,0.21303585,0.047072105,33.506542,0.13038789,0.13654004,551.75244,0.09100217,542.38385,80.853,0.08936275,0.08150549,166.94676,29.02874,58.518982,107.29034,18003.928,0.03966286,2070.3235,0.49264437,0.053058334,0.085292876,0.080639854,209.2857,266.37357,22.115078,126.7125,38.846024,26.555172,2178.3171,1.4203758,93.37204,47.544872,427.24634,37.954224,462.11084,25.731123,115.505005,0.0,1364.813,5860.432,6.5848446,447.4242,84.251076,34656.445,69.75134,6.048157,27.307295,72.11582,21.23248,6.8247194,37.258034,948.10333,354.63385,35.01053,4.7990584,7.600604,228.5456,27.618393,380.38672,148.47194,2498.2446,526.33887,143.17865,148.52275,365.67905,5.4014993,7.8359733,11.329527,2.836007,2.3492827,58.63338,70.8454,92.400925,34.857628,40.397552,85.74667,11.125028,3564.0017,30.030088,30.084375,23.780146,19.488836,235.82732,56.89557,32.654514,7.505307,22.572783,34.653614,124.537155,288.30746,69.78049,236.53116,51.283398,41.3999,160.32881,104.01587,606.9807,102.62496,2.5466807,7.204514,6.0630836,66.306175,15572.574,2.0942047,27.910503,45.4067,26.846142,243.32416,63.66495,113.738235,1.8544722,120.1633,426.315,221.32916,114.30401,429.08725,39.936714,86.228714,136.99863,11.204639,2.1065767,13.563494,840.5768,0.043788046,0.29464027,63.709606,11.850121,5.6261888,7.0133214,14.685501,81.22954,36.865417,121.75127,638.53174,317.39774,2606.9812,2032.7274,41.541794,69.98987,7718.0044,8.779029,125.15706,722.87524,225.06125,304.42285,123.73639,796.2895,866.30084,491.6657,29.284523,167.34842,760.08813,1435.7091,80.84045,820.03845,103.161964,1.1340355,52.244453,0.88953644,0.6383374,2.489672,56.499123,220.23592,101.724556,17.067547,1282.9719,353.32892,195.16965,282.5264,74.901985,58.958332,43.681553,99.35999,41.738888,413.96622,182.46478,54.448505,53.273026,35.798088,95.90381,99.12935,14.819069,358.56226,102.463875,977.0743,30.88652,1663.8202,75.896065,361.6475,800.17883,34.866848,18.391941,836.8358,824.64636,1993.6406,126.15597 +2023-09-26 02:00:00,0.0,13589.715,359.6537,65.89578,66.798195,57.45808,258.69974,36.904736,62.743954,25.12824,37.948315,1687.5082,132.15346,23.42703,206.68306,0.21256632,0.047150362,33.513622,0.13018055,0.13659622,552.0354,0.09093213,542.56976,80.90105,0.089256376,0.081306435,166.9992,29.044659,58.537964,107.31805,17987.998,0.03967518,2070.3132,0.49311358,0.05298623,0.085383154,0.08047807,209.35614,266.4962,22.115168,126.675,38.851772,26.514982,2178.111,1.4197656,93.2488,47.47889,427.21594,37.920113,462.19305,25.702957,115.373634,0.0,1363.6755,5855.267,6.55911,447.20322,84.17673,34647.793,69.65039,6.0258026,27.261414,71.91771,21.192997,6.8014545,37.147022,947.2207,354.7052,34.973835,4.781521,7.590875,228.15877,27.559097,379.48734,148.57722,2498.0754,526.74445,142.99953,148.61394,366.12646,5.4005523,7.834018,11.333132,2.8373098,2.3509448,58.59131,70.80991,92.396996,34.82939,40.387333,85.6763,11.123911,3565.212,30.018486,30.04375,23.751293,19.462463,235.76575,56.860817,32.600693,7.499781,22.559036,34.620464,124.37486,287.7728,69.7443,236.38716,51.24393,41.30539,160.1522,103.8859,606.4244,102.532166,2.541028,7.2006946,6.066167,66.327,15565.682,2.0916314,27.899397,45.392567,26.820961,243.16711,63.657684,113.67449,1.8548703,120.14743,426.25443,221.28986,114.23366,429.02655,39.94565,86.2106,136.99573,11.207056,2.1073103,13.568216,840.4105,0.043765552,0.29478055,63.7331,11.857623,5.6299953,7.019323,14.695577,81.227875,36.880833,121.80886,638.6625,317.52274,2607.61,2032.9814,41.560562,70.014465,7714.1387,8.781412,125.20301,722.81445,225.1225,304.48737,123.76444,796.59015,866.231,491.68338,29.283333,167.37462,759.695,1434.8944,80.83929,819.77936,103.16004,1.1342,52.229385,0.8895898,0.6385536,2.4897928,56.46602,220.30183,101.60941,17.073982,1281.4949,353.1301,195.125,282.46945,74.827774,58.916668,43.599213,99.39497,41.644444,413.378,182.34624,54.284023,53.19512,35.817013,95.80762,99.064255,14.805724,358.26395,102.38576,975.478,30.883217,1662.8271,75.88788,361.54657,799.1509,34.825695,18.400766,836.75183,824.73315,1993.0776,126.21431 +2023-09-26 03:00:00,0.0,13582.83,359.63144,65.942245,66.828674,57.49318,258.8161,36.9168,62.76997,25.134567,37.966743,1688.209,132.0956,23.435917,206.72874,0.21209678,0.04722862,33.520702,0.1299732,0.13665241,552.3183,0.09086208,542.75574,80.9491,0.08915,0.081107385,167.05167,29.060577,58.556946,107.34576,17972.07,0.039687503,2070.3032,0.49358276,0.05291413,0.085473426,0.08031629,209.42656,266.61884,22.115257,126.6375,38.85752,26.474794,2177.9053,1.4191554,93.12557,47.412907,427.1855,37.886,462.27527,25.67479,115.24226,0.0,1362.5378,5850.1025,6.5333757,446.98227,84.10237,34639.137,69.54944,6.003448,27.215534,71.71959,21.153513,6.7781897,37.03601,946.338,354.77655,34.93714,4.763983,7.5811462,227.77194,27.499802,378.58795,148.6825,2497.9065,527.14996,142.8204,148.70514,366.57388,5.3996053,7.832063,11.336737,2.8386123,2.352607,58.549236,70.77442,92.39307,34.801155,40.377117,85.60593,11.122794,3566.4219,30.006886,30.003124,23.722439,19.43609,235.70416,56.826065,32.546875,7.494255,22.545288,34.587315,124.21257,287.23816,69.70812,236.24315,51.20446,41.210876,159.9756,103.75594,605.86804,102.43938,2.535375,7.196875,6.06925,66.347824,15558.788,2.0890584,27.88829,45.378437,26.79578,243.01007,63.650417,113.61074,1.8552685,120.13156,426.19385,221.25055,114.16331,428.96582,39.954582,86.19249,136.99283,11.209473,2.108044,13.572939,840.24426,0.043743055,0.29492083,63.756596,11.865125,5.633802,7.0253243,14.705651,81.226204,36.89625,121.86646,638.7933,317.64774,2608.2388,2033.2355,41.579327,70.03906,7710.273,8.783795,125.248955,722.75366,225.18376,304.55188,123.792496,796.8908,866.1612,491.70105,29.282143,167.40083,759.30194,1434.0798,80.838135,819.5202,103.15812,1.1343644,52.214317,0.8896432,0.6387698,2.489914,56.43292,220.36775,101.49428,17.080418,1280.0177,352.93124,195.08037,282.4125,74.75357,58.875,43.516876,99.42996,41.55,412.78973,182.22768,54.119537,53.11722,35.835938,95.71143,98.99917,14.792379,357.96564,102.30764,973.8818,30.879913,1661.8341,75.87969,361.44568,798.123,34.78454,18.409592,836.66785,824.82,1992.5146,126.27265 +2023-09-26 04:00:00,0.0,13575.944,359.60916,65.988716,66.859146,57.528282,258.93246,36.928867,62.795986,25.140892,37.98517,1688.9099,132.03775,23.444803,206.77444,0.21162724,0.047306877,33.527782,0.12976587,0.13670859,552.60126,0.09079204,542.9417,80.99715,0.08904362,0.08090833,167.10413,29.076496,58.575928,107.37347,17956.14,0.039699823,2070.2932,0.49405196,0.05284203,0.085563704,0.08015452,209.497,266.74146,22.115349,126.6,38.863266,26.434605,2177.6992,1.4185451,93.00234,47.346928,427.15506,37.85189,462.35748,25.646622,115.1109,0.0,1361.4004,5844.938,6.507642,446.7613,84.02802,34630.484,69.44849,5.9810934,27.169655,71.521484,21.114029,6.754925,36.925,945.4554,354.84793,34.900448,4.746445,7.5714173,227.38513,27.440506,377.68857,148.78778,2497.7373,527.55554,142.64128,148.79633,367.0213,5.3986583,7.830108,11.340342,2.8399148,2.354269,58.507164,70.73893,92.38914,34.772915,40.366898,85.53555,11.121677,3567.6318,29.995283,29.9625,23.693586,19.40972,235.6426,56.791313,32.493057,7.488729,22.53154,34.554165,124.05028,286.7035,69.67194,236.09915,51.164993,41.116364,159.799,103.62598,605.3117,102.34659,2.5297225,7.1930556,6.072334,66.368645,15551.8955,2.0864851,27.877184,45.364304,26.7706,242.85304,63.643147,113.547,1.8556666,120.11569,426.13327,221.21124,114.09296,428.90512,39.96352,86.17437,136.98991,11.211889,2.1087775,13.577661,840.078,0.043720562,0.2950611,63.78009,11.872627,5.6376085,7.0313263,14.715727,81.22453,36.911667,121.92406,638.9241,317.77274,2608.8677,2033.4895,41.598095,70.06365,7706.4077,8.786179,125.29491,722.6928,225.24501,304.6164,123.82056,797.19147,866.0914,491.71872,29.280952,167.42703,758.9088,1433.2651,80.83698,819.26105,103.1562,1.1345289,52.19925,0.8896966,0.63898605,2.4900348,56.399815,220.43367,101.37914,17.086853,1278.5405,352.7324,195.03572,282.35556,74.67937,58.833332,43.43454,99.46495,41.455555,412.2015,182.10913,53.95505,53.03932,35.854862,95.61524,98.934074,14.779035,357.66733,102.22953,972.2855,30.87661,1660.8411,75.871506,361.3448,797.09503,34.743385,18.418415,836.58386,824.9068,1991.9517,126.330986 +2023-09-26 05:00:00,0.0,13569.06,359.5869,66.03518,66.88962,57.56338,259.04883,36.940933,62.822002,25.147217,38.003593,1689.6107,131.97989,23.453688,206.82013,0.21115771,0.04738513,33.534863,0.12955852,0.13676476,552.88416,0.09072199,543.1276,81.0452,0.08893724,0.08070928,167.15659,29.092415,58.59491,107.40118,17940.21,0.039712142,2070.2832,0.49452114,0.052769925,0.085653976,0.07999274,209.56743,266.86407,22.115438,126.5625,38.869015,26.394417,2177.4934,1.4179349,92.879105,47.280945,427.12463,37.81778,462.4397,25.618456,114.97953,0.0,1360.2628,5839.773,6.4819074,446.5403,83.953674,34621.832,69.347534,5.958739,27.123775,71.32337,21.074547,6.73166,36.813988,944.5727,354.91928,34.863754,4.7289076,7.5616884,226.9983,27.38121,376.78918,148.89305,2497.5684,527.9611,142.46216,148.88753,367.46872,5.3977113,7.828153,11.343946,2.8412173,2.355931,58.46509,70.70344,92.38521,34.74468,40.356678,85.46518,11.120562,3568.842,29.983683,29.921875,23.664732,19.383347,235.58102,56.75656,32.439236,7.4832034,22.517794,34.521015,123.887985,286.16885,69.635765,235.95515,51.125523,41.02185,159.6224,103.49601,604.7554,102.25379,2.5240695,7.189236,6.075417,66.389465,15545.003,2.0839121,27.866077,45.350174,26.745419,242.696,63.63588,113.48325,1.8560648,120.09983,426.0727,221.17195,114.022606,428.84442,39.972454,86.15626,136.987,11.214306,2.1095111,13.582383,839.91174,0.043698065,0.2952014,63.80359,11.880129,5.641415,7.037328,14.725802,81.22286,36.927086,121.98165,639.0548,317.89774,2609.4966,2033.7435,41.61686,70.08825,7702.542,8.788563,125.34086,722.632,225.30626,304.6809,123.84861,797.4921,866.02155,491.7364,29.279762,167.45323,758.51575,1432.4506,80.83583,819.0019,103.15428,1.1346933,52.184177,0.88974994,0.63920224,2.4901557,56.366714,220.49959,101.26401,17.093288,1277.0635,352.53357,194.99107,282.2986,74.605156,58.791668,43.3522,99.49994,41.36111,411.61325,181.99059,53.790565,52.96142,35.873783,95.51905,98.86898,14.76569,357.36902,102.15141,970.6892,30.873306,1659.848,75.86331,361.2439,796.0671,34.702232,18.42724,836.4999,824.9936,1991.3887,126.38933 +2023-09-26 06:00:00,0.0,13562.175,359.56464,66.08164,66.92009,57.598484,259.1652,36.953,62.84802,25.153543,38.022022,1690.3115,131.92204,23.462574,206.86583,0.21068817,0.047463387,33.54194,0.12935118,0.13682096,553.16705,0.090651944,543.3136,81.09325,0.08883086,0.08051022,167.20903,29.108334,58.613888,107.42889,17924.281,0.039724465,2070.2732,0.49499035,0.052697826,0.085744254,0.07983096,209.63785,266.98672,22.115528,126.525,38.874763,26.354227,2177.2874,1.4173245,92.755875,47.214962,427.0942,37.78367,462.5219,25.590288,114.84817,0.0,1359.1252,5834.6084,6.456173,446.31937,83.879326,34613.176,69.24658,5.936384,27.077896,71.12526,21.035063,6.708395,36.702976,943.69006,354.99063,34.827057,4.7113695,7.55196,226.61148,27.321915,375.8898,148.99834,2497.3992,528.36664,142.28302,148.97871,367.91614,5.3967643,7.826198,11.34755,2.84252,2.3575933,58.42302,70.66795,92.38128,34.71644,40.346462,85.394806,11.119445,3570.052,29.972082,29.88125,23.63588,19.356974,235.51944,56.72181,32.385418,7.4776773,22.504045,34.487865,123.72569,285.63422,69.59958,235.81114,51.086052,40.92734,159.4458,103.36604,604.19904,102.161,2.518417,7.1854167,6.0785003,66.410286,15538.11,2.081339,27.854969,45.33604,26.720238,242.53896,63.62861,113.4195,1.856463,120.08396,426.01212,221.13264,113.952255,428.7837,39.981388,86.13814,136.9841,11.2167225,2.1102448,13.587105,839.7455,0.04367557,0.29534167,63.827084,11.88763,5.6452217,7.0433292,14.735878,81.2212,36.9425,122.03925,639.18567,318.02274,2610.1252,2033.9977,41.635628,70.11285,7698.6763,8.790946,125.3868,722.5712,225.36751,304.74542,123.87666,797.7928,865.9517,491.7541,29.27857,167.47945,758.1226,1431.6359,80.83468,818.74274,103.15236,1.1348578,52.16911,0.88980335,0.6394185,2.4902768,56.33361,220.5655,101.14887,17.099722,1275.5863,352.33472,194.94643,282.24167,74.53095,58.75,43.269863,99.53492,41.266666,411.02502,181.87202,53.62608,52.88352,35.892708,95.42286,98.80389,14.752345,357.07074,102.073296,969.09296,30.870003,1658.855,75.855125,361.143,795.0392,34.66108,18.436066,836.4159,825.08044,1990.8257,126.44767 +2023-09-26 07:00:00,0.0,13555.29,359.5424,66.128105,66.95057,57.633583,259.28156,36.965065,62.87403,25.159868,38.040447,1691.0123,131.86418,23.47146,206.91153,0.21021864,0.047541644,33.54902,0.12914383,0.13687713,553.45,0.090581894,543.4996,81.1413,0.08872448,0.08031117,167.26149,29.124252,58.63287,107.4566,17908.354,0.039736785,2070.2632,0.49545953,0.052625723,0.08583453,0.07966918,209.70828,267.10934,22.11562,126.4875,38.880512,26.31404,2177.0815,1.4167143,92.632645,47.14898,427.06378,37.749557,462.60413,25.56212,114.7168,0.0,1357.9878,5829.4434,6.4304385,446.0984,83.80497,34604.523,69.14562,5.9140296,27.032017,70.927155,20.99558,6.6851296,36.591965,942.8074,355.06198,34.790363,4.693832,7.542231,226.22466,27.262617,374.99042,149.1036,2497.2302,528.7722,142.1039,149.06992,368.36356,5.3958173,7.824243,11.351155,2.8438225,2.3592553,58.380947,70.63246,92.37735,34.6882,40.336243,85.32443,11.118328,3571.2622,29.96048,29.840626,23.607025,19.3306,235.45787,56.687057,32.331596,7.4721513,22.490297,34.454716,123.5634,285.09955,69.5634,235.66714,51.046585,40.83283,159.2692,103.23608,603.64276,102.068214,2.512764,7.181597,6.0815835,66.431114,15531.218,2.0787656,27.843863,45.321907,26.695059,242.38193,63.62134,113.35576,1.8568611,120.06809,425.95154,221.09334,113.881905,428.723,39.990322,86.120026,136.9812,11.219139,2.1109784,13.591827,839.5792,0.043653075,0.29548195,63.85058,11.895133,5.649028,7.049331,14.745953,81.21953,36.957916,122.09685,639.3164,318.14774,2610.7542,2034.2517,41.654392,70.13744,7694.811,8.793329,125.432755,722.51044,225.42876,304.80994,123.90472,798.0934,865.8819,491.77176,29.27738,167.50565,757.72955,1430.8213,80.83352,818.4836,103.15044,1.1350223,52.15404,0.8898567,0.6396347,2.4903977,56.30051,220.63142,101.03374,17.106157,1274.1091,352.13586,194.9018,282.18472,74.45674,58.708332,43.187523,99.56991,41.172222,410.43677,181.75348,53.461594,52.80562,35.911633,95.32667,98.73879,14.738999,356.77243,101.99518,967.4967,30.8667,1657.8619,75.84694,361.04208,794.0112,34.619923,18.444891,836.3319,825.16724,1990.2627,126.506004 +2023-09-26 08:00:00,0.0,13548.405,359.52014,66.17457,66.98104,57.668686,259.39792,36.97713,62.900047,25.166195,38.058872,1691.7131,131.80634,23.480345,206.95721,0.2097491,0.0476199,33.5561,0.1289365,0.13693331,553.7329,0.09051185,543.6855,81.18935,0.0886181,0.08011212,167.31395,29.140171,58.65185,107.48431,17892.424,0.039749105,2070.2532,0.49592873,0.052553624,0.085924804,0.079507396,209.7787,267.232,22.11571,126.45,38.886257,26.27385,2176.8755,1.4161041,92.50941,47.083,427.03333,37.715443,462.68634,25.533955,114.585434,0.0,1356.8501,5824.279,6.404704,445.8774,83.73062,34595.867,69.04467,5.891675,26.986137,70.72904,20.956097,6.6618648,36.480953,941.92474,355.13333,34.75367,4.676294,7.532502,225.83784,27.203321,374.09103,149.2089,2497.061,529.17773,141.92477,149.16112,368.81097,5.3948703,7.822288,11.35476,2.845125,2.3609173,58.338875,70.59697,92.37342,34.65996,40.326027,85.25406,11.117211,3572.4722,29.94888,29.8,23.578173,19.304228,235.3963,56.652306,32.27778,7.466625,22.476551,34.421566,123.40111,284.5649,69.52722,235.52315,51.007114,40.738316,159.09259,103.10612,603.0864,101.97542,2.5071113,7.177778,6.0846667,66.451935,15524.325,2.0761926,27.832756,45.307777,26.669878,242.22488,63.614075,113.292015,1.8572592,120.05222,425.89096,221.05405,113.811554,428.66226,39.99926,86.10191,136.97829,11.221556,2.111712,13.59655,839.41296,0.04363058,0.29562223,63.874073,11.902635,5.6528344,7.0553327,14.756028,81.21786,36.973335,122.15444,639.4472,318.27274,2611.3828,2034.5057,41.67316,70.16203,7690.9453,8.795712,125.47871,722.44965,225.49,304.87445,123.93278,798.39404,865.8121,491.78943,29.27619,167.53185,757.3364,1430.0066,80.83237,818.2244,103.14851,1.1351867,52.138973,0.8899101,0.6398509,2.4905188,56.26741,220.69733,100.9186,17.112593,1272.6321,351.93704,194.85715,282.12778,74.38254,58.666668,43.105186,99.6049,41.077778,409.84854,181.63492,53.29711,52.727715,35.930553,95.23048,98.6737,14.725655,356.47412,101.91706,965.90045,30.863396,1656.8689,75.83875,360.9412,792.98334,34.57877,18.453716,836.2479,825.254,1989.6997,126.56435 +2023-09-26 09:00:00,0.0,13541.5205,359.49786,66.22104,67.01151,57.703785,259.51428,36.9892,62.926064,25.17252,38.0773,1692.4141,131.74847,23.489231,207.00291,0.20927958,0.04769816,33.56318,0.12872916,0.1369895,554.01587,0.09044181,543.87146,81.2374,0.08851172,0.079913065,167.36641,29.15609,58.670834,107.51202,17876.494,0.039761428,2070.2432,0.4963979,0.05248152,0.08601508,0.07934562,209.84914,267.3546,22.115799,126.4125,38.892006,26.233662,2176.6694,1.4154938,92.38618,47.017017,427.00293,37.68133,462.76855,25.505787,114.45406,0.0,1355.7126,5819.1143,6.37897,445.65646,83.65627,34587.215,68.94372,5.8693204,26.940256,70.53092,20.916613,6.6386,36.36994,941.04205,355.20468,34.716976,4.6587563,7.5227733,225.45102,27.144026,373.19165,149.31416,2496.892,529.5833,141.74565,149.2523,369.2584,5.3939238,7.8203325,11.358365,2.8464277,2.3625796,58.296803,70.56148,92.36949,34.631725,40.315807,85.18368,11.116095,3573.6824,29.937277,29.759375,23.54932,19.277855,235.33472,56.617554,32.223957,7.461099,22.462803,34.388416,123.23882,284.03027,69.49104,235.37915,50.967648,40.643803,158.91599,102.97615,602.5301,101.88263,2.5014586,7.1739583,6.0877504,66.472755,15517.433,2.0736194,27.82165,45.293644,26.644697,242.06784,63.606804,113.228264,1.8576573,120.036354,425.83038,221.01474,113.74121,428.60156,40.008194,86.08379,136.97537,11.223972,2.1124456,13.601272,839.2467,0.043608084,0.2957625,63.897568,11.910137,5.656641,7.061334,14.766104,81.21619,36.98875,122.212036,639.578,318.39774,2612.0117,2034.7598,41.691925,70.18663,7687.08,8.798096,125.52465,722.38885,225.55125,304.93896,123.96083,798.6947,865.74225,491.8071,29.275,167.55804,756.94336,1429.192,80.831215,817.96533,103.14659,1.1353512,52.123905,0.8899635,0.64006716,2.4906397,56.234306,220.76324,100.80346,17.119028,1271.1549,351.7382,194.8125,282.07083,74.308334,58.625,43.02285,99.63988,40.983334,409.26028,181.51637,53.132626,52.649815,35.94948,95.134285,98.60861,14.71231,356.1758,101.83894,964.3042,30.860092,1655.8757,75.83057,360.8403,791.9554,34.537617,18.462542,836.16394,825.3409,1989.1367,126.62269 +2023-09-26 10:00:00,0.0,13534.636,359.47562,66.2675,67.04199,57.738888,259.63065,37.001266,62.95208,25.178844,38.095726,1693.1149,131.69063,23.498117,207.04861,0.20881005,0.047776412,33.57026,0.12852181,0.13704568,554.29877,0.09037176,544.0574,81.28544,0.08840534,0.079714015,167.41885,29.172009,58.689816,107.53973,17860.566,0.039773747,2070.2332,0.49686712,0.052409418,0.08610536,0.07918385,209.91957,267.47723,22.115889,126.375,38.897755,26.193472,2176.4636,1.4148836,92.26295,46.951035,426.97247,37.64722,462.85077,25.47762,114.3227,0.0,1354.575,5813.949,6.3532357,445.4355,83.581924,34578.562,68.842766,5.846966,26.894377,70.33281,20.87713,6.615335,36.258926,940.1594,355.27603,34.680283,4.641218,7.5130444,225.0642,27.08473,372.29227,149.41945,2496.723,529.9889,141.56653,149.3435,369.7058,5.3929768,7.8183775,11.361969,2.8477302,2.3642416,58.25473,70.525986,92.36556,34.603485,40.30559,85.113304,11.114978,3574.8923,29.925676,29.71875,23.520466,19.251484,235.27315,56.5828,32.17014,7.455573,22.449055,34.355267,123.07653,283.4956,69.45486,235.23514,50.928177,40.549294,158.73938,102.84618,601.97375,101.78984,2.4958057,7.170139,6.0908337,66.493576,15510.539,2.0710464,27.810543,45.279514,26.619516,241.91081,63.599537,113.16452,1.8580555,120.020485,425.7698,220.97543,113.67086,428.54083,40.017128,86.06568,136.97247,11.226389,2.1131792,13.605994,839.08044,0.04358559,0.29590276,63.921062,11.917639,5.6604476,7.067336,14.776179,81.21452,37.004166,122.26964,639.70874,318.52274,2612.6404,2035.0139,41.710693,70.21123,7683.2144,8.800479,125.5706,722.328,225.6125,305.00348,123.988884,798.99536,865.6724,491.82477,29.27381,167.58426,756.55023,1428.3773,80.83006,817.7062,103.14467,1.1355156,52.108833,0.89001685,0.64028335,2.4907608,56.201206,220.82916,100.688324,17.125463,1269.6777,351.53934,194.76787,282.0139,74.23412,58.583332,42.94051,99.674866,40.88889,408.67206,181.39783,52.96814,52.571915,35.968403,95.03809,98.54352,14.698965,355.8775,101.76083,962.70795,30.856789,1654.8827,75.82238,360.73938,790.9275,34.49646,18.471367,836.07996,825.4277,1988.5737,126.68102 +2023-09-26 11:00:00,0.0,13527.751,359.45334,66.313965,67.072464,57.77399,259.74698,37.013332,62.978092,25.185171,38.114155,1693.8157,131.63277,23.507004,207.0943,0.20834051,0.04785467,33.57734,0.12831448,0.13710187,554.58167,0.090301715,544.24335,81.33349,0.08829896,0.07951496,167.47131,29.187927,58.708797,107.56744,17844.637,0.039786067,2070.2231,0.4973363,0.05233732,0.08619563,0.079022065,209.98999,267.59988,22.11598,126.3375,38.9035,26.153284,2176.2576,1.4142734,92.13972,46.88505,426.94205,37.61311,462.93298,25.449453,114.19133,0.0,1353.4375,5808.7847,6.3275013,445.2145,83.50757,34569.906,68.74181,5.824611,26.848497,70.134705,20.837646,6.59207,36.147915,939.2768,355.34738,34.64359,4.6236806,7.503316,224.67738,27.025434,371.39288,149.52472,2496.554,530.3944,141.38739,149.4347,370.15323,5.39203,7.8164225,11.365574,2.8490326,2.3659036,58.212658,70.4905,92.36163,34.57525,40.295372,85.04293,11.113861,3576.1025,29.914076,29.678125,23.491613,19.225111,235.21158,56.54805,32.116318,7.450047,22.435307,34.32212,122.91424,282.96097,69.41868,235.09114,50.88871,40.45478,158.56277,102.71622,601.4174,101.69705,2.490153,7.1663194,6.093917,66.5144,15503.646,2.068473,27.799437,45.26538,26.594336,241.75377,63.592266,113.10078,1.8584536,120.004616,425.70923,220.93614,113.60051,428.48013,40.026066,86.04756,136.96957,11.228806,2.1139128,13.610717,838.9142,0.043563094,0.29604304,63.94456,11.92514,5.664254,7.0733376,14.786255,81.21285,37.019585,122.32723,639.83954,318.64774,2613.2693,2035.268,41.729458,70.23582,7679.3486,8.802862,125.616554,722.2672,225.67375,305.068,124.016945,799.296,865.6026,491.84244,29.27262,167.61046,756.15717,1427.5627,80.8289,817.447,103.14275,1.1356801,52.093765,0.89007026,0.6404996,2.4908817,56.168102,220.89508,100.57319,17.131899,1268.2007,351.3405,194.72322,281.95694,74.15992,58.541668,42.858173,99.709854,40.794445,408.0838,181.27927,52.803654,52.49401,35.987324,94.94191,98.478424,14.68562,355.5792,101.68272,961.1117,30.853485,1653.8896,75.814186,360.6385,789.89954,34.455307,18.480192,835.996,825.51447,1988.0107,126.739365 +2023-09-26 12:00:00,0.0,13520.866,359.4311,66.36043,67.102936,57.80909,259.86334,37.0254,63.00411,25.191496,38.13258,1694.5165,131.57492,23.515888,207.14,0.20787098,0.047932927,33.584415,0.12810713,0.13715805,554.8646,0.090231664,544.4293,81.38154,0.08819259,0.07931591,167.52377,29.203846,58.72778,107.595146,17828.707,0.03979839,2070.213,0.4978055,0.052265216,0.08628591,0.07886028,210.06042,267.7225,22.11607,126.3,38.90925,26.113094,2176.0518,1.4136631,92.01648,46.81907,426.91162,37.579,463.0152,25.421286,114.05996,0.0,1352.3,5803.6196,6.301767,444.99356,83.43322,34561.254,68.64086,5.8022566,26.802618,69.93659,20.798162,6.568805,36.036903,938.3941,355.41876,34.606895,4.6061425,7.493587,224.29056,26.966139,370.4935,149.63,2496.3848,530.8,141.20828,149.5259,370.60065,5.391083,7.8144674,11.369179,2.8503351,2.3675659,58.170586,70.45501,92.357704,34.54701,40.285156,84.97256,11.112744,3577.3125,29.902473,29.6375,23.462759,19.198738,235.15,56.513298,32.0625,7.4445214,22.42156,34.28897,122.751945,282.4263,69.3825,234.94714,50.84924,40.360268,158.38617,102.58625,600.8611,101.604256,2.4845002,7.1625,6.097,66.53522,15496.754,2.0659,27.78833,45.251247,26.569155,241.59673,63.585,113.037025,1.8588518,119.988754,425.64865,220.89684,113.53016,428.4194,40.035,86.02945,136.96666,11.231223,2.1146464,13.615438,838.7479,0.0435406,0.29618332,63.968056,11.932643,5.668061,7.079339,14.7963295,81.21118,37.035,122.38483,639.97034,318.77274,2613.898,2035.522,41.748226,70.260414,7675.4834,8.805245,125.6625,722.2064,225.735,305.1325,124.045,799.5967,865.5328,491.8601,29.271427,167.63666,755.76404,1426.748,80.82775,817.18787,103.14083,1.1358446,52.078697,0.8901236,0.6407158,2.4910028,56.135002,220.961,100.45805,17.138334,1266.7235,351.14166,194.67857,281.9,74.08571,58.5,42.775833,99.744835,40.7,407.49554,181.16072,52.639168,52.41611,36.00625,94.84572,98.41333,14.672276,355.28088,101.6046,959.51544,30.850182,1652.8966,75.806,360.5376,788.87164,34.414154,18.489016,835.912,825.6013,1987.4478,126.79771 +2023-09-26 13:00:00,0.0,13513.98,359.40884,66.40689,67.13341,57.844193,259.9797,37.037464,63.030125,25.19782,38.151005,1695.2174,131.51706,23.524775,207.1857,0.20740144,0.048011184,33.591496,0.1278998,0.13721423,555.1475,0.09016162,544.61523,81.42959,0.08808621,0.07911685,167.57623,29.219765,58.74676,107.622856,17812.777,0.03981071,2070.203,0.49827468,0.052193116,0.08637618,0.0786985,210.13084,267.84515,22.11616,126.2625,38.914997,26.072906,2175.8457,1.4130528,91.89325,46.75309,426.88116,37.544888,463.0974,25.393118,113.9286,0.0,1351.1624,5798.455,6.276033,444.77258,83.35887,34552.598,68.53991,5.779902,26.756739,69.73848,20.75868,6.54554,35.92589,937.5115,355.4901,34.5702,4.588605,7.483858,223.90373,26.906843,369.59412,149.73528,2496.2158,531.2055,141.02914,149.6171,371.04807,5.390136,7.8125124,11.372784,2.8516378,2.369228,58.128513,70.419525,92.353775,34.518772,40.274937,84.90218,11.111628,3578.5225,29.890873,29.596874,23.433907,19.172365,235.08842,56.478546,32.008682,7.4389954,22.407812,34.25582,122.58965,281.89166,69.34632,234.80313,50.809772,40.265755,158.20958,102.45628,600.30475,101.51147,2.4788475,7.1586804,6.100084,66.556046,15489.861,2.0633268,27.777224,45.237118,26.543974,241.4397,63.577732,112.97328,1.85925,119.972885,425.58807,220.85753,113.45981,428.3587,40.043934,86.01134,136.96375,11.23364,2.11538,13.620161,838.58167,0.043518104,0.2963236,63.99155,11.940145,5.6718674,7.085341,14.806405,81.20951,37.05042,122.44243,640.10114,318.89774,2614.5269,2035.776,41.76699,70.28501,7671.6177,8.807629,125.70845,722.1456,225.79625,305.19702,124.07305,799.8973,865.46295,491.87778,29.270237,167.66287,755.371,1425.9335,80.8266,816.9287,103.13891,1.136009,52.06363,0.890177,0.640932,2.4911237,56.1019,221.02692,100.34292,17.14477,1265.2463,350.9428,194.63393,281.84305,74.011505,58.458332,42.693497,99.77982,40.605556,406.90732,181.04216,52.47468,52.33821,36.025173,94.74953,98.348236,14.658931,354.98257,101.52648,957.9192,30.846876,1651.9036,75.79781,360.4367,787.8437,34.373,18.49784,835.828,825.6881,1986.8848,126.85604 +2023-09-26 14:00:00,0.0,13507.096,359.38657,66.453354,67.16389,57.87929,260.09607,37.04953,63.05614,25.204147,38.169434,1695.9182,131.45921,23.53366,207.23138,0.2069319,0.04808944,33.598576,0.12769245,0.13727042,555.4304,0.09009157,544.8012,81.47764,0.08797983,0.0789178,167.62868,29.235683,58.765743,107.650566,17796.85,0.03982303,2070.1929,0.4987439,0.052121013,0.08646646,0.07853673,210.20128,267.96777,22.116251,126.225,38.920746,26.032717,2175.64,1.4124426,91.77002,46.687107,426.85077,37.510777,463.17963,25.364952,113.797226,0.0,1350.0249,5793.2905,6.2502985,444.5516,83.28452,34543.945,68.43896,5.7575474,26.71086,69.54037,20.719196,6.522275,35.81488,936.6288,355.56146,34.53351,4.571067,7.474129,223.5169,26.847546,368.69473,149.84056,2496.0466,531.6111,140.85002,149.70828,371.49548,5.389189,7.8105574,11.376388,2.8529403,2.3708901,58.08644,70.38403,92.349846,34.490536,40.26472,84.83181,11.110511,3579.7327,29.87927,29.55625,23.405052,19.145992,235.02686,56.443794,31.95486,7.4334693,22.394064,34.22267,122.42736,281.35703,69.310135,234.65913,50.7703,40.171246,158.03297,102.326324,599.7485,101.41868,2.4731946,7.154861,6.103167,66.576866,15482.969,2.0607536,27.766117,45.222984,26.518795,241.28265,63.57046,112.90954,1.8596481,119.957016,425.5275,220.81822,113.38946,428.298,40.05287,85.99322,136.96085,11.236056,2.1161137,13.624883,838.4154,0.04349561,0.29646388,64.015045,11.947647,5.675674,7.0913424,14.816481,81.20785,37.065834,122.50002,640.23193,319.02274,2615.1555,2036.03,41.78576,70.3096,7667.7524,8.810012,125.754395,722.08484,225.8575,305.26154,124.101105,800.19794,865.3931,491.89545,29.269047,167.68907,754.97784,1425.1188,80.82545,816.66956,103.136986,1.1361735,52.048557,0.8902304,0.6411482,2.4912446,56.068798,221.09283,100.22778,17.151205,1263.7693,350.744,194.5893,281.7861,73.9373,58.416668,42.61116,99.81481,40.511112,406.31906,180.92361,52.310196,52.260307,36.044098,94.653336,98.28315,14.645586,354.68427,101.448364,956.32294,30.843573,1650.9105,75.78963,360.33582,786.8158,34.331844,18.506666,835.744,825.7749,1986.3218,126.91438 +2023-09-26 15:00:00,0.0,13500.211,359.36432,66.49982,67.19436,57.914394,260.21243,37.061596,63.082157,25.210472,38.18786,1696.619,131.40135,23.542545,207.27708,0.20646237,0.048167694,33.605656,0.12748511,0.1373266,555.7134,0.09002153,544.9872,81.52569,0.08787345,0.078718744,167.68114,29.251602,58.78472,107.678276,17780.92,0.039835352,2070.1829,0.49921307,0.052048914,0.08655674,0.078374945,210.2717,268.0904,22.11634,126.1875,38.92649,25.992529,2175.4338,1.4118323,91.64678,46.621124,426.8203,37.476665,463.26184,25.336784,113.66586,0.0,1348.8872,5788.1255,6.224564,444.33066,83.210175,34535.29,68.338005,5.735193,26.66498,69.342255,20.679712,6.49901,35.70387,935.74615,355.6328,34.49681,4.5535293,7.4644003,223.1301,26.78825,367.79535,149.94583,2495.8777,532.01666,140.6709,149.79948,371.9429,5.388242,7.8086023,11.3799925,2.8542428,2.3725522,58.04437,70.34854,92.34592,34.462296,40.2545,84.76144,11.109394,3580.9426,29.86767,29.515625,23.3762,19.11962,234.96529,56.409042,31.901041,7.427943,22.380318,34.18952,122.26507,280.82236,69.27396,234.51514,50.730835,40.076733,157.85637,102.19636,599.19214,101.32588,2.467542,7.1510415,6.1062503,66.59769,15476.076,2.0581806,27.75501,45.208855,26.493614,241.12561,63.563194,112.84579,1.8600463,119.94115,425.46692,220.77893,113.31911,428.23727,40.061806,85.975105,136.95795,11.238473,2.1168473,13.629605,838.24915,0.043473113,0.29660416,64.03854,11.955149,5.67948,7.097344,14.826556,81.20618,37.08125,122.55762,640.3627,319.14774,2615.7844,2036.2842,41.804523,70.3342,7663.8867,8.812395,125.80035,722.024,225.91876,305.32605,124.129166,800.4986,865.32336,491.91312,29.267857,167.71527,754.5848,1424.3042,80.824295,816.4104,103.13506,1.136338,52.03349,0.89028376,0.64136446,2.4913657,56.035694,221.15875,100.11265,17.157639,1262.2921,350.54514,194.54465,281.72916,73.86309,58.375,42.52882,99.84979,40.416668,405.73083,180.80507,52.145714,52.182407,36.06302,94.557144,98.218056,14.632241,354.386,101.37025,954.7267,30.84027,1649.9175,75.78144,360.2349,785.78784,34.29069,18.515491,835.66003,825.86176,1985.7588,126.972725 +2023-09-26 16:00:00,0.0,13493.326,359.34204,66.54629,67.22483,57.949493,260.3288,37.07366,63.10817,25.216799,38.206287,1697.3198,131.3435,23.551432,207.32277,0.20599283,0.04824595,33.612736,0.12727776,0.13738278,555.9963,0.08995148,545.1731,81.57374,0.08776707,0.078519695,167.7336,29.26752,58.803703,107.70599,17764.99,0.039847672,2070.1729,0.49968228,0.05197681,0.08664701,0.07821317,210.34213,268.21304,22.11643,126.15,38.93224,25.95234,2175.228,1.4112221,91.52355,46.55514,426.7899,37.442554,463.34406,25.308617,113.53449,0.0,1347.7498,5782.961,6.1988297,444.10968,83.13582,34526.637,68.237045,5.712838,26.619099,69.14415,20.64023,6.475745,35.592857,934.86346,355.70416,34.460117,4.535991,7.454672,222.74327,26.728954,366.89597,150.05112,2495.7085,532.4222,140.49178,149.89067,372.39032,5.387295,7.8066473,11.383597,2.8555455,2.3742142,58.002296,70.31305,92.34199,34.43406,40.244286,84.69106,11.108277,3582.1528,29.856068,29.475,23.347345,19.093248,234.9037,56.37429,31.847221,7.422417,22.36657,34.156372,122.102776,280.28772,69.23778,234.37114,50.691364,39.98222,157.67976,102.06639,598.6358,101.23309,2.461889,7.147222,6.1093335,66.61851,15469.184,2.0556073,27.743904,45.19472,26.468433,240.96857,63.555923,112.78204,1.8604444,119.92528,425.40634,220.73962,113.24876,428.17657,40.07074,85.956985,136.95503,11.24089,2.117581,13.634328,838.0829,0.043450616,0.29674444,64.062035,11.96265,5.6832867,7.103346,14.836631,81.204506,37.09667,122.61522,640.49347,319.27274,2616.413,2036.5382,41.82329,70.358795,7660.021,8.814778,125.8463,721.9632,225.98001,305.39056,124.15722,800.79926,865.25354,491.9308,29.266666,167.74147,754.1917,1423.4895,80.823135,816.1513,103.13314,1.1365024,52.01842,0.89033717,0.6415807,2.4914865,56.002594,221.22467,99.99751,17.164074,1260.815,350.34628,194.5,281.6722,73.78889,58.333332,42.446484,99.88478,40.322224,405.14258,180.68651,51.981228,52.104507,36.081944,94.46095,98.15296,14.6188965,354.08768,101.29214,953.13043,30.836966,1648.9244,75.773254,360.134,784.75995,34.24954,18.524317,835.57605,825.94855,1985.1958,127.03107 +2023-09-26 17:00:00,0.0,13486.441,359.3198,66.59275,67.2553,57.984596,260.44516,37.08573,63.134186,25.223124,38.224712,1698.0206,131.28564,23.560318,207.36847,0.2055233,0.04832421,33.619816,0.12707043,0.13743897,556.27924,0.089881435,545.3591,81.62179,0.08766069,0.07832064,167.78606,29.28344,58.822685,107.7337,17749.062,0.03985999,2070.1628,0.50015146,0.05190471,0.08673729,0.07805139,210.41257,268.33566,22.11652,126.1125,38.93799,25.912151,2175.022,1.4106119,91.40032,46.489162,426.75946,37.408443,463.42627,25.28045,113.40313,0.0,1346.6123,5777.796,6.173095,443.8887,83.06147,34517.984,68.13609,5.6904836,26.57322,68.94603,20.600746,6.4524803,35.481846,933.98083,355.7755,34.423424,4.5184536,7.444943,222.35645,26.669659,365.99658,150.15639,2495.5396,532.82776,140.31264,149.98187,372.83774,5.386348,7.804692,11.387202,2.856848,2.3758764,57.96022,70.27756,92.33806,34.40582,40.234066,84.62069,11.107161,3583.3628,29.844467,29.434376,23.318493,19.066875,234.84213,56.33954,31.793404,7.416891,22.352821,34.123222,121.94048,279.75305,69.2016,234.22713,50.651897,39.887707,157.50316,101.936424,598.07947,101.140305,2.4562364,7.1434026,6.1124167,66.63933,15462.29,2.0530343,27.732796,45.180588,26.443253,240.81154,63.548656,112.71829,1.8608426,119.90941,425.34576,220.70032,113.178406,428.11584,40.079678,85.93887,136.95212,11.243306,2.1183145,13.63905,837.9166,0.043428123,0.29688472,64.08553,11.970153,5.6870933,7.1093473,14.846706,81.202835,37.112083,122.67281,640.62427,319.39774,2617.042,2036.7922,41.842056,70.38339,7656.156,8.817162,125.89224,721.9024,226.04126,305.45508,124.18527,801.0999,865.1837,491.9485,29.265476,167.76768,753.7986,1422.6749,80.82198,815.89215,103.131226,1.1366669,52.003353,0.8903906,0.6417969,2.4916077,55.96949,221.29059,99.88237,17.17051,1259.3379,350.14746,194.45537,281.61526,73.71468,58.291668,42.364143,99.91977,40.22778,404.55435,180.56796,51.816742,52.026604,36.10087,94.36476,98.08787,14.605552,353.78937,101.21402,951.5342,30.833662,1647.9314,75.76506,360.0331,783.732,34.20838,18.533142,835.49207,826.03534,1984.6328,127.0894 +2023-09-26 18:00:00,0.0,13479.557,359.29755,66.63921,67.28578,58.019695,260.56152,37.097797,63.160202,25.229448,38.243137,1698.7216,131.2278,23.569204,207.41417,0.20505378,0.048402466,33.626892,0.12686309,0.13749515,556.56213,0.089811385,545.54504,81.66984,0.08755431,0.07812159,167.8385,29.299358,58.841667,107.76141,17733.133,0.039872315,2070.1528,0.50062066,0.05183261,0.08682757,0.07788961,210.48299,268.45828,22.116611,126.075,38.943733,25.871962,2174.8162,1.4100016,91.277084,46.42318,426.72903,37.374332,463.50848,25.252283,113.27176,0.0,1345.4746,5772.6313,6.1473613,443.66776,82.98712,34509.33,68.03514,5.668129,26.52734,68.747925,20.561262,6.4292154,35.370834,933.09814,355.84686,34.38673,4.5009155,7.435214,221.96964,26.610363,365.0972,150.26167,2495.3704,533.23334,140.13351,150.07306,373.28516,5.385401,7.8027368,11.390807,2.8581505,2.3775384,57.918148,70.242065,92.33413,34.377583,40.22385,84.550316,11.106044,3584.573,29.832867,29.39375,23.289639,19.040503,234.78056,56.304787,31.739584,7.4113655,22.339075,34.090073,121.77819,279.2184,69.16541,234.08313,50.612427,39.793198,157.32655,101.80646,597.52313,101.04751,2.4505835,7.139583,6.1155005,66.66016,15455.397,2.050461,27.72169,45.16646,26.418072,240.6545,63.54139,112.65455,1.8612406,119.89354,425.2852,220.66103,113.108055,428.05515,40.08861,85.92076,136.94922,11.245723,2.119048,13.643772,837.75037,0.043405626,0.297025,64.109024,11.977654,5.6909,7.115349,14.856782,81.201164,37.127502,122.73041,640.75507,319.52274,2617.6707,2037.0463,41.860825,70.40798,7652.29,8.819545,125.938194,721.8416,226.10251,305.5196,124.21333,801.4005,865.1139,491.96616,29.264286,167.79388,753.4055,1421.8602,80.82083,815.633,103.1293,1.1368313,51.988285,0.8904439,0.64201313,2.4917285,55.93639,221.3565,99.767235,17.176945,1257.8607,349.9486,194.41072,281.55832,73.64047,58.25,42.281807,99.95476,40.133335,403.9661,180.4494,51.652256,51.948704,36.11979,94.26857,98.02277,14.592207,353.49106,101.1359,949.9379,30.830359,1646.9382,75.756874,359.9322,782.7041,34.16723,18.541967,835.4081,826.1222,1984.0698,127.14774 +2023-09-26 19:00:00,0.0,13472.672,359.27527,66.68568,67.31625,58.0548,260.6779,37.109863,63.18622,25.235775,38.261566,1699.4224,131.16994,23.578089,207.45985,0.20458424,0.048480723,33.633972,0.12665574,0.13755132,556.84503,0.08974134,545.73096,81.71789,0.087447934,0.07792254,167.89096,29.315277,58.86065,107.78912,17717.203,0.039884634,2070.1428,0.5010899,0.051760506,0.08691784,0.07772783,210.55342,268.58093,22.116701,126.0375,38.949482,25.831774,2174.61,1.4093913,91.153854,46.357197,426.6986,37.34022,463.5907,25.224115,113.140396,0.0,1344.3372,5767.467,6.121627,443.44678,82.91277,34500.676,67.93419,5.6457744,26.48146,68.54981,20.52178,6.40595,35.259823,932.2155,355.91824,34.350037,4.483378,7.425485,221.58281,26.551067,364.1978,150.36694,2495.2014,533.63885,139.95439,150.16426,373.73257,5.384454,7.8007817,11.394411,2.859453,2.3792005,57.876076,70.20658,92.3302,34.349342,40.21363,84.47994,11.104928,3585.783,29.821264,29.353125,23.260786,19.01413,234.71898,56.270035,31.685764,7.4058394,22.325327,34.056923,121.6159,278.68378,69.129234,233.93913,50.57296,39.698685,157.14995,101.6765,596.9668,100.95472,2.4449308,7.135764,6.1185837,66.68098,15448.505,2.047888,27.710583,45.152325,26.39289,240.49745,63.53412,112.590805,1.8616388,119.87768,425.2246,220.62172,113.037704,427.99442,40.097546,85.90264,136.94632,11.248139,2.1197817,13.648494,837.5841,0.043383133,0.29716527,64.13252,11.985157,5.6947064,7.121351,14.866858,81.1995,37.142918,122.788,640.8858,319.64774,2618.2996,2037.3004,41.87959,70.43258,7648.4243,8.821929,125.984146,721.7808,226.16376,305.5841,124.24139,801.7012,865.04407,491.98383,29.263094,167.82008,753.0124,1421.0457,80.81968,815.37384,103.12738,1.1369958,51.973213,0.8904973,0.6422293,2.4918497,55.90329,221.42242,99.6521,17.18338,1256.3835,349.74976,194.36607,281.5014,73.56627,58.208332,42.19947,99.98974,40.038887,403.37787,180.33086,51.48777,51.870804,36.138714,94.172386,97.95768,14.578862,353.19275,101.057785,948.3416,30.827055,1645.9452,75.74869,359.8313,781.67615,34.126076,18.550793,835.3241,826.209,1983.5068,127.206085 +2023-09-26 20:00:00,0.0,13465.787,359.25302,66.73214,67.346725,58.089897,260.79425,37.12193,63.212234,25.2421,38.27999,1700.1232,131.11209,23.586975,207.50555,0.2041147,0.048558977,33.641052,0.12644841,0.13760751,557.128,0.0896713,545.91693,81.76594,0.087341554,0.07772348,167.94342,29.331196,58.87963,107.81683,17701.273,0.039896954,2070.1328,0.501559,0.051688407,0.08700812,0.07756605,210.62384,268.70355,22.11679,126.0,38.95523,25.791584,2174.404,1.408781,91.030624,46.291214,426.66815,37.30611,463.6729,25.19595,113.009026,0.0,1343.1995,5762.302,6.0958924,443.2258,82.83842,34492.02,67.83324,5.62342,26.435581,68.3517,20.482296,6.382685,35.148808,931.3329,355.9896,34.313343,4.4658403,7.415756,221.19598,26.491772,363.2984,150.47223,2495.0322,534.04443,139.77527,150.25546,374.18,5.383507,7.7988267,11.398016,2.8607557,2.3808627,57.834003,70.17109,92.32626,34.321106,40.20341,84.40957,11.103811,3586.9932,29.809664,29.3125,23.231934,18.987757,234.65741,56.235283,31.631945,7.4003134,22.311579,34.023773,121.453606,278.1491,69.093056,233.79512,50.53349,39.60417,156.97336,101.54653,596.41046,100.86193,2.439278,7.1319447,6.121667,66.7018,15441.612,2.0453148,27.699476,45.138195,26.36771,240.34042,63.52685,112.527054,1.862037,119.86181,425.16403,220.58241,112.967354,427.93372,40.10648,85.88453,136.9434,11.250556,2.1205153,13.653216,837.41785,0.043360636,0.29730555,64.15602,11.992659,5.698513,7.127352,14.876932,81.19783,37.158333,122.845604,641.0166,319.77274,2618.9285,2037.5544,41.898357,70.45718,7644.559,8.824312,126.03009,721.72,226.225,305.64862,124.26944,802.00183,864.97424,492.0015,29.261904,167.8463,752.6193,1420.231,80.81853,815.1147,103.12546,1.1371603,51.958145,0.89055073,0.64244556,2.4919705,55.870186,221.48833,99.536964,17.189816,1254.9065,349.5509,194.32143,281.44446,73.492065,58.166668,42.11713,100.02473,39.944443,402.7896,180.21231,51.323284,51.7929,36.15764,94.076195,97.89259,14.565517,352.89444,100.97967,946.74536,30.823751,1644.9521,75.7405,359.7304,780.6482,34.084923,18.559616,835.2401,826.2958,1982.9438,127.26442 +2023-09-26 21:00:00,0.0,13458.902,359.23074,66.77861,67.3772,58.125,260.9106,37.133995,63.238247,25.248425,38.298416,1700.824,131.05423,23.595861,207.55125,0.20364517,0.048637234,33.648132,0.12624106,0.13766369,557.4109,0.08960125,546.10284,81.81398,0.08723518,0.07752443,167.99588,29.347115,58.898613,107.84454,17685.346,0.039909277,2070.1226,0.5020282,0.051616304,0.0870984,0.07740427,210.69427,268.8262,22.116882,125.9625,38.96098,25.751396,2174.1982,1.4081708,90.90739,46.225235,426.63776,37.272,463.75513,25.167782,112.877655,0.0,1342.062,5757.137,6.070158,443.00485,82.76407,34483.367,67.732285,5.601065,26.389702,68.15359,20.442814,6.3594203,35.037796,930.4502,356.06094,34.27665,4.4483023,7.4060273,220.80917,26.432474,362.39902,150.5775,2494.8633,534.44995,139.59615,150.34665,374.6274,5.38256,7.7968717,11.401621,2.8620582,2.3825247,57.79193,70.135605,92.322334,34.292866,40.193195,84.339195,11.1026945,3588.2031,29.798061,29.271875,23.20308,18.961386,234.59584,56.20053,31.578125,7.3947873,22.29783,33.990623,121.29131,277.61447,69.05688,233.65112,50.494022,39.50966,156.79675,101.416565,595.8542,100.76914,2.4336252,7.128125,6.12475,66.72262,15434.72,2.0427418,27.68837,45.12406,26.342531,240.18338,63.51958,112.46331,1.8624351,119.84594,425.10345,220.5431,112.897,427.873,40.115417,85.86641,136.94049,11.252973,2.121249,13.657939,837.2516,0.043338142,0.29744583,64.17951,12.00016,5.7023196,7.1333537,14.887008,81.19616,37.17375,122.9032,641.1474,319.89774,2619.5571,2037.8085,41.91712,70.481766,7640.6934,8.826695,126.07604,721.6592,226.28625,305.71313,124.2975,802.3025,864.9044,492.01917,29.260714,167.8725,752.2262,1419.4164,80.81737,814.8555,103.123535,1.1373247,51.943077,0.8906041,0.64266175,2.4920917,55.837086,221.55424,99.42183,17.19625,1253.4293,349.35208,194.2768,281.3875,73.417854,58.125,42.034794,100.059715,39.85,402.2014,180.09375,51.1588,51.715,36.176563,93.98,97.8275,14.552173,352.59613,100.90156,945.1491,30.820448,1643.9591,75.732315,359.62952,779.6203,34.043766,18.568441,835.1561,826.3826,1982.3809,127.32276 +2023-09-26 22:00:00,0.0,13452.017,359.2085,66.82507,67.40768,58.1601,261.02698,37.14606,63.264263,25.254751,38.316845,1701.5248,130.99638,23.604746,207.59694,0.20317563,0.04871549,33.655212,0.12603372,0.13771988,557.69385,0.089531206,546.2888,81.86203,0.0871288,0.077325374,168.04832,29.363033,58.917595,107.87225,17669.416,0.039921597,2070.1125,0.50249743,0.0515442,0.08718867,0.07724249,210.76471,268.94882,22.116972,125.925,38.966724,25.711206,2173.9922,1.4075606,90.78416,46.159252,426.60727,37.23789,463.83734,25.139616,112.74629,0.0,1340.9244,5751.9727,6.0444236,442.78387,82.68972,34474.715,67.63133,5.5787106,26.343822,67.955475,20.40333,6.3361554,34.926785,929.56757,356.1323,34.239956,4.4307647,7.396299,220.42235,26.373178,361.49963,150.68277,2494.694,534.8555,139.41702,150.43785,375.07483,5.381613,7.7949166,11.405226,2.8633606,2.3841867,57.74986,70.10011,92.318405,34.26463,40.182976,84.26882,11.101578,3589.413,29.78646,29.23125,23.174227,18.935013,234.53426,56.16578,31.524305,7.3892612,22.284084,33.957474,121.12903,277.07983,69.02069,233.50713,50.45455,39.41515,156.62015,101.2866,595.29785,100.676346,2.4279723,7.1243057,6.1278334,66.74344,15427.827,2.0401685,27.677263,45.10993,26.31735,240.02634,63.512314,112.39957,1.8628333,119.83007,425.04288,220.50381,112.82665,427.8123,40.12435,85.8483,136.93759,11.255389,2.1219826,13.662661,837.0853,0.043315645,0.2975861,64.20301,12.007663,5.706126,7.1393557,14.897083,81.19449,37.189167,122.96079,641.2782,320.02274,2620.186,2038.0625,41.93589,70.50636,7636.828,8.829079,126.121994,721.5984,226.3475,305.77765,124.325554,802.60315,864.8346,492.03683,29.259523,167.8987,751.8331,1418.6018,80.816216,814.5964,103.12161,1.1374892,51.92801,0.8906575,0.642878,2.4922125,55.80398,221.62016,99.306694,17.202686,1251.9521,349.15323,194.23215,281.33057,73.34365,58.083332,41.952454,100.094696,39.755554,401.61313,179.9752,50.994316,51.637096,36.195484,93.88381,97.762405,14.538828,352.29782,100.82344,943.55286,30.817144,1642.9661,75.72413,359.52863,778.59235,34.002613,18.577267,835.07214,826.4694,1981.8179,127.3811 +2023-09-26 23:00:00,0.0,13445.132,359.18622,66.87154,67.43815,58.1952,261.14334,37.158127,63.29028,25.261076,38.33527,1702.2257,130.93852,23.613632,207.64264,0.2027061,0.048793748,33.662292,0.12582637,0.13777606,557.97675,0.089461155,546.4748,81.91008,0.087022424,0.077126324,168.10078,29.378952,58.936573,107.89996,17653.486,0.039933916,2070.1025,0.50296664,0.0514721,0.08727895,0.07708072,210.83513,269.07144,22.117062,125.8875,38.972473,25.671019,2173.7864,1.4069504,90.66093,46.09327,426.57684,37.203777,463.91956,25.111448,112.61492,0.0,1339.7869,5746.8076,6.0186896,442.5629,82.61537,34466.06,67.53038,5.556356,26.297941,67.75737,20.363846,6.3128905,34.815773,928.6849,356.20364,34.20326,4.4132266,7.38657,220.03552,26.313883,360.60025,150.78806,2494.5251,535.2611,139.23788,150.52904,375.52225,5.380666,7.7929616,11.40883,2.8646634,2.385849,57.707787,70.06462,92.314476,34.23639,40.17276,84.19845,11.100461,3590.6233,29.77486,29.190624,23.145372,18.90864,234.47269,56.131027,31.470486,7.383735,22.270336,33.924324,120.966736,276.54517,68.98451,233.36313,50.41508,39.320637,156.44354,101.15663,594.7415,100.58356,2.4223197,7.1204863,6.130917,66.76426,15420.935,2.0375953,27.666157,45.0958,26.29217,239.86931,63.505047,112.335815,1.8632314,119.8142,424.9823,220.46451,112.7563,427.7516,40.133286,85.83018,136.9347,11.257806,2.1227162,13.667383,836.91907,0.043293152,0.2977264,64.2265,12.015164,5.709933,7.145357,14.907159,81.192825,37.204582,123.018394,641.409,320.14774,2620.8147,2038.3165,41.954655,70.53096,7632.9624,8.831462,126.16794,721.5376,226.40875,305.84216,124.35361,802.9038,864.7648,492.0545,29.258333,167.9249,751.44,1417.7871,80.81506,814.3373,103.1197,1.1376536,51.91294,0.89071083,0.6430942,2.4923334,55.77088,221.68608,99.19156,17.209122,1250.4751,348.95438,194.1875,281.27362,73.26944,58.041668,41.870117,100.129684,39.66111,401.0249,179.85664,50.82983,51.559196,36.21441,93.78762,97.69731,14.525483,351.99954,100.74532,941.9566,30.81384,1641.973,75.715935,359.4277,777.56445,33.96146,18.586092,834.98816,826.5562,1981.2549,127.43944 +2023-09-27 00:00:00,0.0,13438.247,359.16397,66.918,67.46862,58.2303,261.2597,37.170193,63.316296,25.267403,38.3537,1702.9265,130.88068,23.622519,207.68832,0.20223656,0.048872005,33.66937,0.12561904,0.13783224,558.25964,0.08939111,546.6607,81.95813,0.086916044,0.07692727,168.15324,29.39487,58.955555,107.92767,17637.559,0.03994624,2070.0925,0.5034358,0.0514,0.08736922,0.07691894,210.90556,269.1941,22.117151,125.85,38.97822,25.630829,2173.5803,1.4063401,90.53769,46.027287,426.54642,37.169666,464.00177,25.08328,112.48356,0.0,1338.6494,5741.643,5.992955,442.34195,82.541016,34457.406,67.42942,5.5340014,26.252062,67.55926,20.324364,6.2896256,34.70476,927.80225,356.275,34.166565,4.395689,7.376841,219.6487,26.254587,359.70087,150.89333,2494.356,535.6666,139.05876,150.62024,375.96967,5.379719,7.7910066,11.412435,2.8659658,2.387511,57.665714,70.02913,92.31055,34.208153,40.16254,84.128075,11.099344,3591.8333,29.763258,29.15,23.11652,18.882267,234.41112,56.096275,31.416666,7.378209,22.256588,33.891174,120.80444,276.01053,68.94833,233.21912,50.375614,39.226124,156.26694,101.02667,594.1852,100.49077,2.416667,7.116667,6.1340003,66.78509,15414.041,2.0350223,27.65505,45.081665,26.266989,239.71227,63.497776,112.27207,1.8636296,119.79833,424.92175,220.4252,112.68595,427.69086,40.142223,85.812065,136.93178,11.260222,2.1234498,13.672105,836.7528,0.043270655,0.29786667,64.25,12.022667,5.713739,7.1513586,14.917234,81.191154,37.22,123.07599,641.53973,320.27274,2621.4436,2038.5707,41.973423,70.55555,7629.0967,8.833845,126.21389,721.4768,226.47,305.90668,124.38166,803.2044,864.69495,492.07217,29.257143,167.95111,751.04694,1416.9725,80.81391,814.0781,103.117775,1.1378181,51.89787,0.89076424,0.6433104,2.4924545,55.737778,221.752,99.07642,17.215555,1248.9979,348.75555,194.14287,281.21667,73.19524,58.0,41.78778,100.16467,39.566666,400.43665,179.7381,50.665344,51.481297,36.233334,93.69143,97.63222,14.512138,351.70123,100.667206,940.36035,30.810537,1640.98,75.70775,359.3268,776.5365,33.920307,18.594917,834.9042,826.643,1980.6919,127.49778 +2023-09-27 01:00:00,0.0,13431.362,359.14172,66.96446,67.4991,58.265404,261.37607,37.182262,63.342308,25.273727,38.372124,1703.6273,130.82281,23.631405,207.73402,0.20176703,0.04895026,33.67645,0.1254117,0.13788843,558.5426,0.08932106,546.8467,82.00618,0.086809665,0.07672822,168.2057,29.41079,58.974537,107.95538,17621.629,0.03995856,2070.0825,0.503905,0.0513279,0.0874595,0.076757155,210.97598,269.3167,22.117243,125.8125,38.98397,25.590641,2173.3745,1.4057299,90.41446,45.961308,426.516,37.135555,464.08398,25.055115,112.35219,0.0,1337.5117,5736.478,5.967221,442.12097,82.46667,34448.75,67.32847,5.5116467,26.206182,67.361145,20.28488,6.2663603,34.59375,926.91956,356.34634,34.12987,4.378151,7.367112,219.26189,26.195292,358.80148,150.99861,2494.1868,536.0722,138.87964,150.71144,376.41708,5.378772,7.789051,11.416039,2.8672683,2.389173,57.623642,69.99364,92.30662,34.179916,40.152325,84.0577,11.0982275,3593.0435,29.751657,29.109375,23.087666,18.855894,234.34953,56.061523,31.362846,7.3726835,22.242842,33.858025,120.64215,275.47586,68.912155,233.07512,50.336143,39.13161,156.09033,100.896706,593.62885,100.39797,2.411014,7.1128473,6.1370835,66.80591,15407.148,2.032449,27.643944,45.067535,26.241808,239.55522,63.49051,112.20833,1.8640277,119.78246,424.86118,220.38591,112.6156,427.63016,40.151157,85.79395,136.92886,11.262639,2.1241834,13.676827,836.58655,0.04324816,0.29800695,64.27349,12.030169,5.7175455,7.1573606,14.927309,81.18948,37.235416,123.13358,641.67053,320.39774,2622.0723,2038.8247,41.992188,70.58015,7625.2314,8.836228,126.259834,721.416,226.53125,305.9712,124.40972,803.50507,864.6251,492.08984,29.255953,167.97731,750.6538,1416.1578,80.81275,813.819,103.11585,1.1379826,51.8828,0.89081764,0.6435266,2.4925754,55.704678,221.81792,98.96128,17.22199,1247.5208,348.5567,194.09822,281.15973,73.12103,57.958332,41.70544,100.19966,39.47222,399.84842,179.61955,50.50086,51.403393,36.252254,93.59524,97.56713,14.498794,351.40292,100.58909,938.7641,30.807234,1639.9869,75.69956,359.22592,775.5086,33.87915,18.603743,834.8202,826.72986,1980.1289,127.55612 +2023-09-27 02:00:00,0.0,13424.478,359.11945,67.010925,67.52957,58.300503,261.49243,37.19433,63.368324,25.280052,38.39055,1704.3281,130.76497,23.64029,207.77972,0.20129749,0.049028516,33.68353,0.12520435,0.13794461,558.8255,0.08925102,547.03265,82.05423,0.086703286,0.07652916,168.25815,29.426708,58.99352,107.98309,17605.7,0.03997088,2070.0725,0.5043742,0.051255796,0.087549776,0.07659537,211.04642,269.43933,22.117332,125.775,38.989716,25.550451,2173.1685,1.4051195,90.29123,45.895325,426.48553,37.101444,464.1662,25.026947,112.220825,0.0,1336.3743,5731.3135,5.9414864,441.9,82.39232,34440.098,67.227516,5.489292,26.160303,67.16303,20.245396,6.2430954,34.48274,926.0369,356.4177,34.093178,4.3606133,7.3573833,218.87506,26.135996,357.9021,151.10388,2494.0178,536.4778,138.70052,150.80263,376.8645,5.377825,7.787096,11.419644,2.8685708,2.3908353,57.58157,69.95815,92.30269,34.151676,40.142105,83.98733,11.097111,3594.2534,29.740055,29.06875,23.058813,18.829521,234.28796,56.02677,31.309029,7.3671575,22.229094,33.824875,120.47986,274.94122,68.87597,232.93112,50.296677,39.0371,155.91373,100.76674,593.0725,100.30518,2.4053614,7.109028,6.1401668,66.82673,15400.256,2.029876,27.632837,45.053402,26.216627,239.3982,63.48324,112.14458,1.8644259,119.7666,424.8006,220.3466,112.54525,427.56943,40.16009,85.77583,136.92596,11.265056,2.124917,13.68155,836.4203,0.043225665,0.29814723,64.29699,12.03767,5.721352,7.163362,14.937385,81.18781,37.250835,123.19118,641.80133,320.52274,2622.7012,2039.0787,42.010956,70.604744,7621.3657,8.838612,126.305786,721.35516,226.5925,306.0357,124.437775,803.8057,864.5553,492.1075,29.25476,168.00351,750.26074,1415.3433,80.8116,813.5598,103.11393,1.138147,51.867733,0.890871,0.64374286,2.4926965,55.671574,221.88383,98.846146,17.228426,1246.0437,348.35785,194.05357,281.10278,73.04682,57.916668,41.623104,100.23464,39.377777,399.26016,179.50099,50.336372,51.325493,36.27118,93.49905,97.50204,14.485449,351.1046,100.51097,937.16785,30.80393,1638.9939,75.691376,359.125,774.48065,33.837997,18.612568,834.7362,826.81665,1979.5659,127.614456 +2023-09-27 03:00:00,0.0,13417.593,359.0972,67.05739,67.56004,58.335606,261.6088,37.206394,63.39434,25.286379,38.408978,1705.029,130.7071,23.649176,207.82541,0.20082796,0.049106773,33.69061,0.12499701,0.13800079,559.10846,0.08918097,547.21857,82.10228,0.086596906,0.07633011,168.31061,29.442629,59.0125,108.0108,17589.77,0.0399832,2070.0625,0.5048434,0.051183697,0.08764005,0.0764336,211.11684,269.56198,22.117422,125.7375,38.995464,25.510263,2172.9626,1.4045093,90.16799,45.82934,426.45514,37.067333,464.2484,24.99878,112.089455,0.0,1335.2366,5726.149,5.9157524,441.67905,82.31797,34431.44,67.126564,5.4669375,26.114424,66.96492,20.205914,6.2198305,34.371727,925.15424,356.48907,34.056484,4.3430753,7.347655,218.48824,26.0767,357.00272,151.20917,2493.8486,536.8833,138.5214,150.89383,377.31192,5.376878,7.785141,11.423248,2.8698735,2.3924973,57.539497,69.92266,92.29876,34.12344,40.13189,83.916954,11.095994,3595.4636,29.728455,29.028126,23.029959,18.80315,234.2264,55.99202,31.255209,7.3616314,22.215345,33.791725,120.317566,274.4066,68.83979,232.78711,50.257206,38.94259,155.73712,100.63677,592.5162,100.212395,2.3997085,7.1052084,6.1432505,66.84755,15393.363,2.0273027,27.62173,45.03927,26.191446,239.24115,63.47597,112.08083,1.864824,119.75073,424.74002,220.3073,112.4749,427.50873,40.16903,85.75772,136.92307,11.267472,2.125651,13.686272,836.254,0.04320317,0.29828748,64.32049,12.045173,5.7251587,7.1693635,14.94746,81.18615,37.26625,123.24878,641.9321,320.64774,2623.3298,2039.3328,42.02972,70.62934,7617.5,8.840995,126.35174,721.2944,226.65376,306.10022,124.46583,804.1064,864.4855,492.12518,29.25357,168.02972,749.8676,1414.5286,80.81045,813.30066,103.11201,1.1383115,51.852665,0.8909244,0.6439591,2.4928174,55.638474,221.94975,98.73101,17.234861,1244.5665,348.15903,194.00893,281.04584,72.97262,57.875,41.540764,100.26963,39.283333,398.6719,179.38245,50.171886,51.247593,36.290104,93.40286,97.43694,14.472104,350.8063,100.43286,935.5716,30.800627,1638.0007,75.68319,359.0241,773.45276,33.796844,18.621393,834.6522,826.90344,1979.0029,127.6728 +2023-09-27 04:00:00,0.0,13410.708,359.07492,67.10386,67.590515,58.370705,261.72516,37.21846,63.420357,25.292704,38.427402,1705.7299,130.64926,23.658062,207.87111,0.20035844,0.04918503,33.69769,0.12478967,0.13805698,559.39136,0.089110926,547.40454,82.15033,0.08649053,0.07613106,168.36307,29.458548,59.031483,108.03851,17573.842,0.03999552,2070.0525,0.50531256,0.051111594,0.087730326,0.076271825,211.18727,269.6846,22.117512,125.7,39.001213,25.470074,2172.7566,1.4038991,90.04476,45.76336,426.42468,37.033222,464.33063,24.970613,111.958084,0.0,1334.0991,5720.984,5.890018,441.45807,82.243614,34422.79,67.02561,5.444583,26.068544,66.76681,20.16643,6.1965656,34.260715,924.2716,356.56042,34.01979,4.3255377,7.337926,218.10143,26.017403,356.10333,151.31444,2493.6797,537.2889,138.34227,150.98502,377.75934,5.375931,7.783186,11.426853,2.871176,2.3941593,57.497425,69.88718,92.29483,34.0952,40.12167,83.84658,11.094877,3596.6736,29.716852,28.9875,23.001106,18.776777,234.16481,55.957268,31.20139,7.3561053,22.2016,33.758575,120.15527,273.87192,68.80361,232.64311,50.21774,38.848076,155.56053,100.506805,591.95984,100.1196,2.3940558,7.101389,6.1463337,66.86837,15386.471,2.0247297,27.610622,45.02514,26.166265,239.0841,63.468704,112.01709,1.8652222,119.73486,424.67944,220.26799,112.40455,427.448,40.177963,85.7396,136.92015,11.26989,2.1263845,13.690994,836.08777,0.043180674,0.29842776,64.34398,12.052674,5.7289653,7.1753654,14.957536,81.18448,37.281666,123.30637,642.06287,320.77274,2623.9587,2039.5869,42.04849,70.65393,7613.635,8.843378,126.39768,721.2336,226.71501,306.16473,124.49389,804.40704,864.41565,492.14288,29.25238,168.05592,749.47455,1413.714,80.809296,813.0415,103.110085,1.138476,51.837597,0.89097774,0.6441753,2.4929385,55.605373,222.01567,98.615875,17.241297,1243.0894,347.96017,193.9643,280.9889,72.89841,57.833332,41.458427,100.30462,39.18889,398.08368,179.26389,50.0074,51.16969,36.30903,93.30667,97.37185,14.458758,350.508,100.354744,933.97534,30.797323,1637.0077,75.675,358.92322,772.4248,33.755688,18.630217,834.56824,826.9903,1978.44,127.73114 +2023-09-27 05:00:00,0.0,13403.823,359.05267,67.15032,67.620995,58.405807,261.84152,37.230526,63.446373,25.299028,38.44583,1706.4307,130.5914,23.666948,207.91681,0.1998889,0.049263287,33.70477,0.124582335,0.13811316,559.67426,0.089040875,547.59045,82.19838,0.08638415,0.075932,168.41553,29.474466,59.050465,108.06622,17557.912,0.04000784,2070.0425,0.50578177,0.05103949,0.087820604,0.07611004,211.2577,269.80725,22.117603,125.6625,39.006958,25.429886,2172.5508,1.4032888,89.92153,45.69738,426.39426,36.99911,464.41284,24.942446,111.82672,0.0,1332.9617,5715.8193,5.8642836,441.2371,82.169266,34414.137,66.92466,5.4222283,26.022665,66.568695,20.126945,6.1733007,34.1497,923.389,356.63177,33.983097,4.3079996,7.328197,217.7146,25.958107,355.20395,151.41972,2493.5105,537.6944,138.16315,151.07622,378.20676,5.374984,7.781231,11.430458,2.8724785,2.3958216,57.455353,69.851685,92.2909,34.066963,40.111454,83.77621,11.0937605,3597.8838,29.705252,28.946875,22.972252,18.750404,234.10324,55.922516,31.14757,7.3505793,22.18785,33.72543,119.99298,273.33728,68.76743,232.49911,50.17827,38.753563,155.38393,100.37685,591.40356,100.02681,2.388403,7.0975695,6.149417,66.8892,15379.578,2.0221565,27.599516,45.011005,26.141087,238.92708,63.461433,111.95334,1.8656203,119.718994,424.61887,220.2287,112.3342,427.3873,40.186897,85.72149,136.91724,11.272306,2.127118,13.695717,835.9215,0.04315818,0.29856804,64.36748,12.060177,5.732772,7.181367,14.96761,81.18281,37.297085,123.36397,642.1937,320.89774,2624.5874,2039.841,42.067253,70.67853,7609.769,8.845761,126.443634,721.1728,226.77626,306.22925,124.52194,804.70764,864.3459,492.16055,29.25119,168.08212,749.0814,1412.8993,80.80814,812.78235,103.10817,1.1386404,51.822525,0.89103115,0.64439154,2.4930594,55.57227,222.08159,98.50074,17.247732,1241.6123,347.76132,193.91965,280.93195,72.8242,57.791668,41.37609,100.3396,39.094444,397.49542,179.14534,49.84292,51.09179,36.32795,93.21048,97.306755,14.445414,350.2097,100.27663,932.3791,30.79402,1636.0146,75.66681,358.82233,771.3969,33.714535,18.639042,834.48425,827.0771,1977.877,127.789474 +2023-09-27 06:00:00,0.0,13396.938,359.03043,67.196785,67.65147,58.440907,261.9579,37.24259,63.472385,25.305355,38.464256,1707.1315,130.53355,23.675833,207.9625,0.19941936,0.04934154,33.711845,0.12437499,0.13816933,559.9572,0.08897083,547.7764,82.24643,0.08627777,0.075732954,168.46797,29.490385,59.069447,108.09393,17541.982,0.040020164,2070.0322,0.506251,0.05096739,0.087910876,0.07594826,211.32812,269.92987,22.117693,125.625,39.012707,25.389696,2172.3447,1.4026786,89.798294,45.631397,426.36383,36.965,464.49506,24.914278,111.69535,0.0,1331.824,5710.6543,5.838549,441.0161,82.09492,34405.48,66.82371,5.3998737,25.976784,66.37059,20.087463,6.150036,34.03869,922.5063,356.70312,33.946404,4.290462,7.318468,217.32777,25.898811,354.30457,151.525,2493.3416,538.1,137.98401,151.1674,378.65417,5.374037,7.779276,11.434063,2.8737812,2.3974836,57.41328,69.81619,92.28697,34.038723,40.101234,83.70583,11.092644,3599.0938,29.693651,28.90625,22.9434,18.724031,234.04167,55.887764,31.09375,7.345053,22.174103,33.69228,119.83069,272.8026,68.73125,232.35512,50.1388,38.659054,155.20732,100.24688,590.8472,99.93402,2.3827503,7.09375,6.1525,66.91002,15372.686,2.0195832,27.58841,44.996872,26.115906,238.77003,63.454166,111.889595,1.8660184,119.703125,424.5583,220.18939,112.26385,427.32657,40.19583,85.70338,136.91434,11.274723,2.1278517,13.7004385,835.75525,0.043135684,0.29870832,64.39097,12.067678,5.7365785,7.1873684,14.977686,81.18114,37.3125,123.42157,642.32446,321.02274,2625.2163,2040.095,42.08602,70.703125,7605.904,8.848145,126.489586,721.112,226.83751,306.29376,124.549995,805.0083,864.27606,492.17822,29.25,168.10832,748.68835,1412.0847,80.806984,812.5232,103.10625,1.1388049,51.807457,0.89108455,0.6446077,2.4931805,55.53917,222.1475,98.385605,17.254168,1240.1351,347.5625,193.875,280.875,72.75,57.75,41.29375,100.37459,39.0,396.9072,179.0268,49.678432,51.01389,36.346874,93.11429,97.24167,14.432069,349.91138,100.19851,930.78284,30.790716,1635.0216,75.65862,358.72144,770.36896,33.67338,18.647867,834.40027,827.1639,1977.314,127.84782 +2023-09-27 07:00:00,0.0,13390.054,359.00815,67.24325,67.68194,58.47601,262.07425,37.254658,63.4984,25.31168,38.48268,1707.8323,130.4757,23.68472,208.0082,0.19894983,0.049419798,33.718925,0.12416765,0.13822553,560.2401,0.08890079,547.9624,82.29447,0.086171396,0.0755339,168.52043,29.506304,59.08843,108.12164,17526.055,0.040032484,2070.0222,0.5067202,0.05089529,0.088001154,0.07578648,211.39856,270.0525,22.117783,125.5875,39.018456,25.349508,2172.1387,1.4020684,89.675064,45.565414,426.33337,36.93089,464.57724,24.886112,111.56399,0.0,1330.6865,5705.4897,5.8128147,440.79517,82.02057,34396.83,66.722755,5.377519,25.930904,66.17248,20.04798,6.1267705,33.927677,921.62366,356.77448,33.90971,4.272924,7.308739,216.94096,25.839516,353.40518,151.63028,2493.1724,538.50555,137.80489,151.2586,379.1016,5.37309,7.777321,11.437668,2.8750837,2.3991458,57.37121,69.7807,92.28304,34.010487,40.09102,83.63546,11.091527,3600.3037,29.682049,28.865625,22.914547,18.697659,233.98009,55.853012,31.03993,7.3395276,22.160355,33.65913,119.668396,272.26797,68.69507,232.2111,50.09933,38.56454,155.03072,100.11691,590.2909,99.84123,2.3770974,7.0899305,6.1555834,66.93084,15365.792,2.0170102,27.577303,44.982742,26.090725,238.61299,63.446896,111.82585,1.8664166,119.687256,424.4977,220.15009,112.1935,427.26587,40.20477,85.68526,136.91144,11.27714,2.1285853,13.705161,835.589,0.04311319,0.2988486,64.41447,12.07518,5.740385,7.1933703,14.9877615,81.179474,37.32792,123.479164,642.45526,321.14774,2625.845,2040.349,42.104786,70.727715,7602.038,8.850528,126.53553,721.05115,226.89876,306.35828,124.57806,805.30896,864.20624,492.1959,29.24881,168.13454,748.2953,1411.27,80.80583,812.2641,103.104324,1.1389693,51.79239,0.8911379,0.64482397,2.4933014,55.506065,222.21342,98.27047,17.260603,1238.658,347.36365,193.83037,280.81805,72.67579,57.708332,41.211414,100.40958,38.905556,396.31894,178.90823,49.513947,50.935986,36.3658,93.0181,97.176575,14.418724,349.61307,100.12039,929.1866,30.787413,1634.0286,75.65044,358.6205,769.34106,33.63223,18.656693,834.3163,827.25073,1976.751,127.90616 +2023-09-27 08:00:00,0.0,13383.168,358.9859,67.28971,67.71241,58.51111,262.1906,37.266724,63.524418,25.318007,38.50111,1708.5332,130.41785,23.693605,208.0539,0.1984803,0.049498055,33.726006,0.12396031,0.1382817,560.5231,0.08883074,548.1483,82.34252,0.08606502,0.07533485,168.57289,29.522223,59.107407,108.14935,17510.125,0.040044803,2070.0122,0.50718933,0.05082319,0.088091426,0.075624704,211.46898,270.17514,22.117874,125.55,39.024204,25.309319,2171.9329,1.401458,89.551834,45.49943,426.30298,36.89678,464.65945,24.857944,111.43262,0.0,1329.5488,5700.325,5.787081,440.5742,81.94622,34388.17,66.6218,5.3551645,25.885025,65.974365,20.008495,6.1035056,33.816666,920.74097,356.84583,33.873013,4.2553864,7.2990103,216.55414,25.78022,352.5058,151.73555,2493.0034,538.9111,137.62576,151.34981,379.549,5.372143,7.775366,11.441272,2.8763862,2.4008079,57.329132,69.74521,92.27911,33.982246,40.0808,83.56509,11.090411,3601.514,29.670448,28.825,22.885693,18.671286,233.91852,55.81826,30.98611,7.3340015,22.146608,33.62598,119.5061,271.73334,68.65889,232.06711,50.059864,38.470028,154.85411,99.986946,589.73456,99.748436,2.3714447,7.086111,6.158667,66.95166,15358.899,2.014437,27.566196,44.96861,26.065544,238.45596,63.43963,111.7621,1.8668147,119.67139,424.43713,220.1108,112.123146,427.20514,40.213703,85.667145,136.90852,11.279556,2.129319,13.709883,835.4227,0.043090694,0.29898888,64.437965,12.082683,5.744191,7.199372,14.997837,81.1778,37.343334,123.53676,642.58606,321.27274,2626.4739,2040.603,42.123554,70.75231,7598.1724,8.852912,126.58148,720.99036,226.96,306.4228,124.60611,805.6096,864.1364,492.21356,29.247618,168.16074,747.90216,1410.4554,80.80468,812.00494,103.1024,1.1391338,51.77732,0.8911913,0.64504015,2.4934225,55.472965,222.27933,98.15533,17.267038,1237.1809,347.1648,193.78572,280.7611,72.601585,57.666668,41.129074,100.44456,38.81111,395.7307,178.78969,49.34946,50.858086,36.38472,92.921906,97.11148,14.405379,349.3148,100.042274,927.5903,30.78411,1633.0355,75.64225,358.51962,768.3131,33.591072,18.665518,834.2323,827.3375,1976.188,127.96449 +2023-09-27 09:00:00,0.0,13376.283,358.96362,67.33618,67.74289,58.54621,262.30698,37.27879,63.550434,25.324331,38.519535,1709.234,130.35999,23.70249,208.09958,0.19801076,0.049576312,33.733086,0.12375297,0.1383379,560.80597,0.0887607,548.3343,82.39057,0.08595864,0.07513579,168.62534,29.538141,59.12639,108.17707,17494.195,0.040057126,2070.0022,0.50765854,0.050751086,0.088181704,0.07546292,211.53941,270.29776,22.117964,125.5125,39.02995,25.26913,2171.7268,1.4008478,89.428604,45.43345,426.27252,36.862667,464.74167,24.829777,111.301254,0.0,1328.4114,5695.16,5.7613463,440.3532,81.871864,34379.52,66.52084,5.33281,25.839146,65.77625,19.969013,6.0802407,33.705654,919.85834,356.91718,33.83632,4.2378483,7.289282,216.16731,25.720924,351.6064,151.84084,2492.8342,539.31665,137.44664,151.441,379.99643,5.371196,7.773411,11.444877,2.8776886,2.4024699,57.28706,69.709724,92.275185,33.95401,40.070583,83.49471,11.089294,3602.7239,29.658846,28.784374,22.85684,18.644915,233.85695,55.78351,30.932291,7.3284755,22.13286,33.59283,119.34381,271.19867,68.6227,231.92311,50.020393,38.37552,154.6775,99.85698,589.1782,99.65565,2.3657918,7.0822916,6.1617503,66.97248,15352.007,2.011864,27.55509,44.95448,26.040363,238.29892,63.43236,111.69836,1.8672129,119.655525,424.37656,220.07149,112.052795,427.14444,40.222637,85.649025,136.90561,11.281973,2.1300526,13.714605,835.2565,0.0430682,0.29912916,64.46146,12.090184,5.7479978,7.2053733,15.007913,81.17613,37.35875,123.59436,642.7168,321.39774,2627.1025,2040.8572,42.14232,70.77691,7594.307,8.855295,126.62743,720.92957,227.02126,306.4873,124.63416,805.9103,864.0666,492.23123,29.246428,168.18694,747.5091,1409.6407,80.80353,811.7458,103.10048,1.1392983,51.762253,0.8912447,0.6452564,2.4935434,55.43986,222.34525,98.04019,17.273472,1235.7037,346.96597,193.74107,280.70416,72.52738,57.625,41.046738,100.479546,38.716667,395.14246,178.67113,49.184975,50.780186,36.403645,92.825714,97.04639,14.392035,349.01648,99.964165,925.994,30.780806,1632.0425,75.63406,358.41873,767.2852,33.54992,18.674343,834.1483,827.4243,1975.625,128.02284 +2023-09-27 10:00:00,0.0,13369.398,358.94138,67.382645,67.77336,58.58131,262.42334,37.29086,63.57645,25.330656,38.537964,1709.9348,130.30214,23.711376,208.14528,0.19754122,0.049654566,33.740166,0.123545624,0.13839407,561.08887,0.088690646,548.52026,82.43862,0.08585226,0.07493674,168.6778,29.55406,59.14537,108.20478,17478.266,0.040069446,2069.9922,0.50812775,0.050678983,0.08827198,0.07530115,211.60985,270.42038,22.118053,125.475,39.035698,25.228941,2171.521,1.4002376,89.30537,45.36747,426.2421,36.828556,464.82388,24.80161,111.16988,0.0,1327.2739,5689.9956,5.735612,440.13226,81.797516,34370.867,66.41989,5.3104553,25.793266,65.57814,19.92953,6.056976,33.594643,918.97565,356.98856,33.799625,4.2203107,7.279553,215.78049,25.661629,350.70703,151.9461,2492.6653,539.7222,137.26752,151.5322,380.44385,5.3702493,7.7714553,11.448482,2.8789914,2.4041321,57.244987,69.67423,92.271255,33.92577,40.060364,83.42433,11.088178,3603.934,29.647245,28.74375,22.827986,18.618542,233.79536,55.748756,30.878471,7.3229494,22.119112,33.55968,119.18152,270.66403,68.586525,231.7791,49.980927,38.281006,154.5009,99.72702,588.6219,99.56286,2.3601391,7.078472,6.1648335,66.9933,15345.114,2.0092907,27.543983,44.940346,26.015182,238.14188,63.42509,111.634605,1.867611,119.639656,424.31598,220.03218,111.98245,427.08374,40.231575,85.63091,136.90271,11.2843895,2.1307862,13.719328,835.0902,0.043045703,0.29926944,64.484955,12.097687,5.7518044,7.211375,15.017987,81.17446,37.37417,123.651955,642.8476,321.52274,2627.7314,2041.1112,42.161087,70.801506,7590.4414,8.857678,126.67338,720.8688,227.0825,306.55182,124.66222,806.21094,863.99677,492.2489,29.245237,168.21315,747.11597,1408.8262,80.802376,811.48663,103.09856,1.1394627,51.74718,0.89129806,0.6454726,2.4936643,55.40676,222.41116,97.92506,17.279907,1234.2266,346.76712,193.69643,280.64722,72.45317,57.583332,40.9644,100.514534,38.622223,394.55423,178.55258,49.02049,50.702282,36.42257,92.72952,96.98129,14.37869,348.71817,99.88605,924.39777,30.777502,1631.0494,75.62588,358.3178,766.25726,33.508766,18.683168,834.06433,827.51117,1975.062,128.08118 +2023-09-27 11:00:00,0.0,13362.514,358.91913,67.42911,67.80383,58.616413,262.53967,37.302925,63.602463,25.336983,38.55639,1710.6356,130.24428,23.720263,208.19096,0.19707169,0.049732823,33.747246,0.12333828,0.13845025,561.3718,0.0886206,548.7062,82.48667,0.08574588,0.07473768,168.73026,29.569979,59.164352,108.23249,17462.338,0.040081766,2069.9822,0.50859696,0.050606884,0.088362254,0.075139366,211.68027,270.54303,22.118143,125.4375,39.041447,25.188753,2171.315,1.3996273,89.18214,45.301487,426.21167,36.794445,464.9061,24.773443,111.03852,0.0,1326.1362,5684.8306,5.7098775,439.9113,81.72317,34362.21,66.31894,5.2881002,25.747387,65.38003,19.890047,6.033711,33.48363,918.093,357.0599,33.76293,4.202773,7.269824,215.39368,25.602331,349.80765,152.05139,2492.496,540.12775,137.0884,151.62338,380.89127,5.3693023,7.7695003,11.452086,2.8802938,2.4057941,57.202915,69.63874,92.26733,33.897533,40.050144,83.35396,11.087061,3605.144,29.635645,28.703125,22.799133,18.592169,233.7338,55.714005,30.824654,7.3174233,22.105366,33.52653,119.01923,270.1294,68.55035,231.6351,49.941456,38.186493,154.32431,99.59705,588.06555,99.47006,2.3544862,7.0746527,6.167917,67.01413,15338.222,2.0067177,27.532877,44.926212,25.990002,237.98483,63.417824,111.57086,1.8680092,119.62379,424.2554,219.99287,111.9121,427.023,40.24051,85.6128,136.89981,11.286806,2.1315198,13.72405,834.9239,0.04302321,0.29940972,64.508446,12.105188,5.755611,7.2173767,15.028063,81.1728,37.389584,123.70955,642.9784,321.64774,2628.3604,2041.3652,42.17985,70.826096,7586.576,8.860062,126.71933,720.808,227.14375,306.61633,124.69028,806.51154,863.92694,492.26657,29.244047,168.23935,746.7229,1408.0115,80.801216,811.2275,103.09664,1.1396272,51.732113,0.89135146,0.64568883,2.4937854,55.373657,222.47708,97.80992,17.286343,1232.7495,346.56827,193.6518,280.59027,72.37897,57.541668,40.88206,100.549515,38.52778,393.96597,178.43404,48.856003,50.624382,36.441494,92.63333,96.9162,14.365345,348.41986,99.80793,922.8015,30.774199,1630.0564,75.61768,358.21692,765.2293,33.46761,18.691994,833.9803,827.59796,1974.4991,128.13951 +2023-09-27 12:00:00,0.0,13355.629,358.89685,67.47557,67.834305,58.651512,262.65604,37.31499,63.62848,25.343307,38.574814,1711.3365,130.18643,23.729149,208.23666,0.19660215,0.04981108,33.754326,0.12313095,0.13850644,561.6547,0.08855055,548.89215,82.53472,0.0856395,0.07453863,168.78271,29.585897,59.183334,108.2602,17446.408,0.04009409,2069.9722,0.5090661,0.05053478,0.08845253,0.074977584,211.7507,270.66565,22.118235,125.4,39.04719,25.148563,2171.1091,1.3990171,89.05891,45.235504,426.18124,36.760334,464.9883,24.745275,110.90715,0.0,1324.9988,5679.666,5.684143,439.6903,81.64882,34353.56,66.21799,5.2657456,25.701508,65.181915,19.850563,6.0104456,33.37262,917.2103,357.13126,33.72624,4.185235,7.260095,215.00685,25.543036,348.90826,152.15666,2492.3271,540.5333,136.90927,151.71458,381.33868,5.3683553,7.767545,11.45569,2.8815963,2.4074562,57.160843,69.60325,92.2634,33.869297,40.03993,83.283585,11.085944,3606.3542,29.624043,28.6625,22.770279,18.565796,233.67223,55.679253,30.770834,7.3118973,22.091618,33.49338,118.85694,269.59473,68.51417,231.4911,49.90199,38.09198,154.1477,99.46709,587.5093,99.37727,2.3488336,7.070833,6.1710005,67.03495,15331.329,2.0041444,27.52177,44.912083,25.964823,237.8278,63.410553,111.50712,1.8684074,119.60792,424.19482,219.95358,111.84175,426.9623,40.249443,85.59468,136.8969,11.289223,2.1322534,13.728772,834.7576,0.043000713,0.29955,64.531944,12.11269,5.7594175,7.223378,15.038138,81.17113,37.405003,123.76714,643.10913,321.77274,2628.989,2041.6193,42.19862,70.85069,7582.7104,8.862445,126.765274,720.7472,227.205,306.68085,124.71833,806.8122,863.8571,492.28424,29.242857,168.26555,746.3298,1407.1969,80.800064,810.9683,103.09472,1.1397916,51.717045,0.89140487,0.6459051,2.4939063,55.340557,222.543,97.694786,17.292778,1231.2723,346.36945,193.60715,280.53333,72.30476,57.5,40.799725,100.5845,38.433334,393.37775,178.31548,48.69152,50.546482,36.460415,92.53715,96.85111,14.352,348.12155,99.72981,921.20526,30.770895,1629.0632,75.6095,358.11603,764.2014,33.426456,18.700817,833.8963,827.68475,1973.9362,128.19786 +2023-09-27 13:00:00,0.0,13348.744,358.8746,67.52203,67.864784,58.686615,262.7724,37.327057,63.654495,25.349634,38.593243,1712.0374,130.12857,23.738033,208.28236,0.19613262,0.049889337,33.761402,0.122923605,0.13856262,561.9376,0.08848051,549.0781,82.58277,0.08553312,0.07433958,168.83516,29.601816,59.202316,108.28791,17430.479,0.04010641,2069.9622,0.5095353,0.05046268,0.08854281,0.07481581,211.82112,270.7883,22.118324,125.3625,39.05294,25.108376,2170.903,1.3984069,88.93567,45.16952,426.15082,36.726223,465.07053,24.71711,110.77578,0.0,1323.8611,5674.5015,5.658409,439.46936,81.57446,34344.902,66.117035,5.243391,25.655628,64.98381,19.811079,5.9871807,33.26161,916.3277,357.2026,33.689545,4.1676974,7.250366,214.62003,25.48374,348.00888,152.26195,2492.158,540.93884,136.73013,151.80579,381.7861,5.3674083,7.76559,11.459295,2.8828988,2.4091184,57.11877,69.567764,92.25947,33.841057,40.02971,83.21321,11.084827,3607.5642,29.612442,28.621876,22.741426,18.539423,233.61066,55.6445,30.717014,7.306371,22.07787,33.46023,118.69465,269.0601,68.47798,231.3471,49.86252,37.99747,153.9711,99.33712,586.95294,99.284485,2.3431807,7.0670137,6.1740837,67.05577,15324.437,2.0015712,27.510664,44.89795,25.939642,237.67076,63.403286,111.44337,1.8688055,119.59205,424.13425,219.91428,111.7714,426.90158,40.25838,85.57657,136.89398,11.291639,2.132987,13.733494,834.5914,0.042978216,0.29969028,64.555435,12.120193,5.763224,7.22938,15.048214,81.16946,37.420418,123.824745,643.24,321.89774,2629.618,2041.8734,42.21739,70.87529,7578.8447,8.864828,126.811226,720.68634,227.26625,306.74536,124.74638,807.11285,863.7873,492.3019,29.241667,168.29175,745.9367,1406.3822,80.79891,810.70917,103.0928,1.1399561,51.701977,0.8914582,0.64612126,2.4940274,55.307453,222.60892,97.57965,17.299213,1229.7952,346.1706,193.5625,280.47638,72.23055,57.458332,40.717384,100.61949,38.33889,392.7895,178.19693,48.527035,50.46858,36.47934,92.440956,96.78602,14.338655,347.82324,99.651695,919.609,30.767591,1628.0702,75.60131,358.01514,763.17346,33.385303,18.709642,833.8123,827.7716,1973.3732,128.2562 +2023-09-27 14:00:00,0.0,13341.859,358.85233,67.5685,67.895256,58.721718,262.88876,37.339123,63.68051,25.355959,38.611668,1712.7382,130.07072,23.74692,208.32805,0.1956631,0.049967594,33.768482,0.12271626,0.1386188,562.2206,0.08841046,549.26404,82.63082,0.08542674,0.07414053,168.88762,29.617735,59.2213,108.31562,17414.55,0.040118728,2069.9521,0.5100045,0.05039058,0.08863308,0.07465403,211.89156,270.91092,22.118414,125.325,39.05869,25.068186,2170.6973,1.3977966,88.81244,45.103542,426.12036,36.692112,465.15274,24.688942,110.64442,0.0,1322.7236,5669.3364,5.6326747,439.24838,81.500114,34336.25,66.01608,5.2210364,25.609747,64.7857,19.771597,5.963916,33.150597,915.44507,357.27396,33.65285,4.1501594,7.240638,214.23322,25.424444,347.1095,152.36722,2491.989,541.3444,136.55101,151.89697,382.23352,5.3664613,7.763635,11.4629,2.8842015,2.4107804,57.0767,69.53227,92.25554,33.81282,40.019493,83.14284,11.083711,3608.7744,29.60084,28.58125,22.712572,18.513052,233.54907,55.60975,30.663195,7.3008456,22.064123,33.427082,118.53236,268.52542,68.4418,231.2031,49.82305,37.902958,153.7945,99.20715,586.3966,99.19169,2.337528,7.0631943,6.177167,67.07659,15317.544,1.9989982,27.499557,44.88382,25.914461,237.51372,63.39602,111.37962,1.8692037,119.57618,424.07367,219.87497,111.70105,426.84088,40.267315,85.55845,136.89108,11.294056,2.1337206,13.738216,834.4251,0.042955723,0.29983056,64.57893,12.127694,5.7670307,7.2353816,15.058289,81.167786,37.435833,123.88234,643.3707,322.02274,2630.2466,2042.1274,42.236153,70.89988,7574.9795,8.867211,126.85718,720.62555,227.3275,306.80988,124.774445,807.4135,863.71747,492.31958,29.240477,168.31796,745.5436,1405.5676,80.79776,810.4501,103.09087,1.1401206,51.68691,0.8915116,0.6463375,2.4941483,55.274353,222.67484,97.464516,17.305649,1228.3181,345.97174,193.51787,280.41943,72.15635,57.416668,40.635048,100.65448,38.244446,392.20126,178.07837,48.36255,50.39068,36.498264,92.344765,96.720924,14.325311,347.52493,99.573586,918.01276,30.764288,1627.0771,75.593124,357.91425,762.14557,33.34415,18.718468,833.72833,827.8584,1972.8102,128.31453 +2023-09-27 15:00:00,0.0,13334.975,358.83008,67.61496,67.92573,58.756817,263.00513,37.35119,63.706524,25.362284,38.630096,1713.439,130.01286,23.755806,208.37375,0.19519356,0.050045848,33.775562,0.12250892,0.13867499,562.5035,0.08834042,549.45,82.67887,0.08532036,0.07394148,168.94008,29.633654,59.24028,108.34333,17398.621,0.04013105,2069.9421,0.5104737,0.050318476,0.08872336,0.07449225,211.96199,271.03354,22.118504,125.2875,39.064438,25.027998,2170.4912,1.3971863,88.68921,45.03756,426.08997,36.658,465.23495,24.660774,110.51305,0.0,1321.586,5664.172,5.6069403,439.0274,81.425766,34327.598,65.91513,5.198682,25.563868,64.587585,19.732113,5.940651,33.03958,914.5624,357.3453,33.616158,4.132622,7.230909,213.84639,25.365149,346.2101,152.4725,2491.8198,541.75,136.37189,151.98817,382.68094,5.3655143,7.76168,11.466505,2.885504,2.4124424,57.034626,69.49678,92.25161,33.78458,40.009274,83.072464,11.082594,3609.9844,29.58924,28.540625,22.68372,18.48668,233.4875,55.574997,30.609375,7.2953196,22.050375,33.393932,118.37006,267.99078,68.405624,231.0591,49.78358,37.808445,153.61789,99.07719,585.8403,99.0989,2.331875,7.059375,6.18025,67.09741,15310.65,1.996425,27.48845,44.869686,25.88928,237.35669,63.38875,111.31588,1.8696018,119.56031,424.0131,219.83568,111.6307,426.78015,40.27625,85.54034,136.88818,11.296473,2.1344543,13.742939,834.25885,0.042933226,0.29997084,64.60243,12.135197,5.7708373,7.241383,15.068364,81.16612,37.451252,123.93993,643.5015,322.14774,2630.8755,2042.3815,42.25492,70.92448,7571.114,8.869595,126.90312,720.56476,227.38875,306.8744,124.8025,807.7142,863.64764,492.33728,29.239285,168.34416,745.1505,1404.7529,80.7966,810.1909,103.08895,1.140285,51.671837,0.89156497,0.6465537,2.4942694,55.241253,222.74075,97.34938,17.312084,1226.841,345.77292,193.47322,280.3625,72.08214,57.375,40.55271,100.68946,38.15,391.613,177.95982,48.198063,50.31278,36.517185,92.24857,96.65583,14.311966,347.22662,99.49547,916.4165,30.760984,1626.0841,75.58494,357.81332,761.1176,33.302994,18.727293,833.64435,827.9452,1972.2472,128.37288 +2023-09-27 16:00:00,0.0,13328.09,358.80783,67.66143,67.95621,58.79192,263.1215,37.363255,63.73254,25.36861,38.64852,1714.1398,129.95502,23.76469,208.41945,0.19472402,0.050124105,33.782642,0.12230158,0.13873117,562.78644,0.088270366,549.6359,82.72692,0.08521399,0.07374242,168.99254,29.649572,59.25926,108.37104,17382.691,0.04014337,2069.932,0.5109429,0.050246377,0.08881363,0.07433047,212.03241,271.1562,22.118595,125.25,39.070183,24.987808,2170.2854,1.396576,88.56597,44.971577,426.0595,36.62389,465.31717,24.632608,110.38168,0.0,1320.4485,5659.007,5.581206,438.80646,81.35142,34318.94,65.81418,5.176327,25.517988,64.389465,19.692629,5.917386,32.92857,913.67975,357.41666,33.57946,4.1150837,7.22118,213.45956,25.305853,345.31073,152.57777,2491.651,542.1555,136.19275,152.07936,383.12836,5.3645673,7.759725,11.470109,2.8868065,2.4141047,56.992554,69.46129,92.24768,33.756344,39.999058,83.00209,11.081477,3611.1943,29.577637,28.5,22.654865,18.460306,233.42593,55.540245,30.555555,7.2897935,22.036627,33.360783,118.20777,267.45615,68.369446,230.9151,49.74411,37.713932,153.44128,98.94723,585.28394,99.00611,2.3262224,7.0555553,6.1833334,67.11824,15303.758,1.9938519,27.477343,44.855553,25.8641,237.19965,63.38148,111.25213,1.8699999,119.54445,423.9525,219.79637,111.56035,426.71945,40.285187,85.522224,136.88527,11.298889,2.1351879,13.747661,834.0926,0.042910732,0.30011111,64.62592,12.142698,5.774644,7.247385,15.07844,81.16445,37.466667,123.997536,643.6323,322.27274,2631.5042,2042.6355,42.273685,70.94907,7567.248,8.871978,126.94907,720.50397,227.45001,306.9389,124.83055,808.0148,863.5778,492.35495,29.238094,168.37036,744.7574,1403.9384,80.79545,809.93176,103.08703,1.1404495,51.65677,0.8916184,0.64676994,2.4943902,55.20815,222.80667,97.23424,17.31852,1225.3638,345.57407,193.42857,280.30554,72.007935,57.333332,40.47037,100.72445,38.055557,391.02478,177.84128,48.033577,50.234875,36.53611,92.15238,96.59074,14.298621,346.92834,99.41735,914.82025,30.75768,1625.0911,75.57675,357.71243,760.0897,33.26184,18.736118,833.56036,828.03204,1971.6842,128.43121 +2023-09-27 17:00:00,0.0,13321.204,358.78555,67.70789,67.98668,58.82702,263.23785,37.37532,63.758556,25.374935,38.666946,1714.8407,129.89716,23.773577,208.46513,0.19425449,0.050202362,33.789722,0.12209424,0.13878734,563.06934,0.08820032,549.8219,82.77497,0.08510761,0.07354337,169.04498,29.665491,59.27824,108.39875,17366.762,0.04015569,2069.9219,0.5114121,0.050174274,0.08890391,0.07416869,212.10284,271.2788,22.118685,125.2125,39.07593,24.947618,2170.0793,1.3959658,88.44274,44.905594,426.02908,36.58978,465.39938,24.60444,110.25031,0.0,1319.311,5653.8423,5.555472,438.58548,81.27706,34310.29,65.71322,5.1539726,25.472109,64.19136,19.653147,5.894121,32.81756,912.79706,357.488,33.542767,4.097546,7.211451,213.07275,25.246557,344.41135,152.68306,2491.4817,542.5611,136.01363,152.17056,383.57578,5.3636203,7.75777,11.473714,2.8881092,2.4157667,56.95048,69.425804,92.24375,33.728104,39.98884,82.93172,11.08036,3612.4045,29.566036,28.459375,22.626013,18.433933,233.36435,55.505493,30.501736,7.2842674,22.022879,33.327633,118.04548,266.92148,68.33326,230.77109,49.704643,37.619423,153.26468,98.81726,584.7276,98.91332,2.3205698,7.051736,6.186417,67.13906,15296.865,1.9912786,27.466236,44.841423,25.838919,237.0426,63.37421,111.188385,1.870398,119.52858,423.89194,219.75706,111.49,426.65872,40.29412,85.504105,136.88235,11.301306,2.1359215,13.752383,833.92633,0.042888235,0.3002514,64.64942,12.1502,5.77845,7.2533865,15.088515,81.16278,37.482082,124.05513,643.76306,322.39774,2632.133,2042.8895,42.292454,70.97366,7563.383,8.874361,126.995026,720.4432,227.51126,307.00342,124.85861,808.3154,863.508,492.37262,29.236904,168.39658,744.3643,1403.1237,80.7943,809.6726,103.08511,1.140614,51.6417,0.8916718,0.6469861,2.4945114,55.17505,222.87259,97.1191,17.324955,1223.8867,345.3752,193.38393,280.2486,71.93373,57.291668,40.388035,100.75944,37.961113,390.43652,177.72272,47.86909,50.156975,36.555035,92.05619,96.52565,14.285276,346.63004,99.33923,913.224,30.754377,1624.098,75.56856,357.61154,759.06177,33.220688,18.744944,833.4764,828.11884,1971.1212,128.48955 +2023-09-27 18:00:00,0.0,13314.319,358.7633,67.75436,68.01715,58.86212,263.35422,37.38739,63.784573,25.38126,38.685375,1715.5415,129.83931,23.782463,208.51083,0.19378495,0.05028062,33.796803,0.121886894,0.13884354,563.35223,0.08813028,550.0079,82.82301,0.08500123,0.07334431,169.09744,29.68141,59.297222,108.42646,17350.834,0.040168013,2069.9119,0.5118813,0.050102174,0.08899419,0.074006915,212.17326,271.40143,22.118774,125.175,39.08168,24.90743,2169.8733,1.3953556,88.31951,44.839615,425.99866,36.555668,465.4816,24.576273,110.11895,0.0,1318.1733,5648.6777,5.5297375,438.3645,81.20271,34301.633,65.61227,5.131618,25.42623,63.993248,19.613663,5.870856,32.706547,911.9144,357.5594,33.506073,4.080008,7.201722,212.68593,25.18726,343.51196,152.78833,2491.3127,542.9667,135.83452,152.26175,384.0232,5.3626733,7.7558146,11.477319,2.8894117,2.4174287,56.90841,69.39031,92.23982,33.699867,39.978622,82.86134,11.079244,3613.6145,29.554436,28.41875,22.59716,18.40756,233.30278,55.47074,30.447916,7.2787414,22.009132,33.294483,117.88319,266.38684,68.29708,230.62709,49.665173,37.52491,153.08807,98.687294,584.17126,98.820526,2.3149168,7.047917,6.1895003,67.15988,15289.973,1.9887055,27.45513,44.82729,25.813738,236.88557,63.366943,111.12464,1.8707962,119.51271,423.83136,219.71776,111.41965,426.59802,40.303055,85.48599,136.87946,11.303722,2.136655,13.757105,833.7601,0.042865742,0.30039167,64.67291,12.157702,5.7822566,7.259388,15.098591,81.16111,37.4975,124.112724,643.8939,322.52274,2632.7617,2043.1437,42.31122,70.99826,7559.517,8.876744,127.04097,720.3823,227.57251,307.06793,124.886665,808.6161,863.4382,492.3903,29.235714,168.42278,743.9712,1402.3091,80.793144,809.41345,103.08319,1.1407784,51.626633,0.8917251,0.6472024,2.4946322,55.141945,222.9385,97.00397,17.33139,1222.4095,345.1764,193.3393,280.19168,71.85952,57.25,40.305695,100.79442,37.866665,389.84827,177.60417,47.70461,50.079075,36.57396,91.96,96.460556,14.271932,346.33173,99.261116,911.62775,30.751074,1623.105,75.56037,357.51062,758.0339,33.179535,18.753769,833.3924,828.2056,1970.5582,128.5479 +2023-09-27 19:00:00,0.0,13307.435,358.74103,67.80082,68.04762,58.89722,263.47058,37.399456,63.81059,25.387587,38.7038,1716.2423,129.78145,23.79135,208.55652,0.19331542,0.050358877,33.80388,0.12167955,0.13889971,563.6352,0.08806023,550.1938,82.87106,0.08489485,0.07314526,169.1499,29.697329,59.316204,108.45417,17334.904,0.040180333,2069.9019,0.51235044,0.05003007,0.08908446,0.07384513,212.2437,271.52408,22.118866,125.1375,39.087425,24.86724,2169.6675,1.3947453,88.19627,44.773632,425.9682,36.521557,465.5638,24.548107,109.98758,0.0,1317.0359,5643.5127,5.504003,438.14355,81.128365,34292.98,65.511314,5.1092634,25.38035,63.795135,19.574179,5.847591,32.595535,911.03174,357.63074,33.46938,4.0624704,7.1919937,212.2991,25.127964,342.61258,152.89362,2491.1436,543.3722,135.65538,152.35295,384.4706,5.3617263,7.7538595,11.480924,2.8907142,2.419091,56.866337,69.35482,92.23589,33.671627,39.968403,82.79097,11.078127,3614.8247,29.542833,28.378124,22.568306,18.381187,233.24121,55.43599,30.394096,7.2732153,21.995384,33.261333,117.720894,265.8522,68.2609,230.4831,49.625706,37.430397,152.91148,98.55733,583.615,98.72774,2.3092642,7.0440974,6.1925836,67.1807,15283.08,1.9861324,27.444023,44.81316,25.788559,236.72853,63.359676,111.06089,1.8711944,119.49684,423.77078,219.67847,111.3493,426.53732,40.31199,85.46787,136.87656,11.306139,2.1373887,13.761827,833.5938,0.042843245,0.30053195,64.69641,12.165204,5.786063,7.26539,15.108665,81.15944,37.512917,124.17032,644.02466,322.64774,2633.3906,2043.3977,42.329987,71.02286,7555.652,8.8791275,127.08692,720.32153,227.63376,307.13245,124.91472,808.91675,863.3684,492.40796,29.234524,168.44897,743.5781,1401.4944,80.79199,809.1543,103.08127,1.1409429,51.611565,0.8917785,0.64741856,2.4947531,55.108845,223.00443,96.88883,17.337824,1220.9324,344.97754,193.29465,280.13474,71.78532,57.208332,40.22336,100.82941,37.77222,389.26004,177.48561,47.540123,50.00117,36.59288,91.86381,96.39546,14.258587,346.03342,99.183,910.0315,30.74777,1622.1119,75.552185,357.40973,757.0059,33.13838,18.762594,833.3084,828.2925,1969.9952,128.60623 +2023-09-27 20:00:00,0.0,13300.55,358.71878,67.84728,68.0781,58.932323,263.58694,37.411522,63.8366,25.393911,38.722225,1716.9431,129.7236,23.800234,208.60222,0.19284588,0.05043713,33.81096,0.12147221,0.1389559,563.9181,0.08799019,550.37976,82.91911,0.08478847,0.072946206,169.20236,29.713247,59.335186,108.48188,17318.975,0.040192652,2069.8918,0.51281965,0.049957972,0.08917474,0.07368335,212.31412,271.6467,22.118956,125.1,39.093174,24.827053,2169.4614,1.3941351,88.073044,44.70765,425.9378,36.487446,465.64603,24.51994,109.85622,0.0,1315.8982,5638.348,5.4782686,437.92258,81.054016,34284.324,65.41036,5.086909,25.33447,63.597023,19.534697,5.824326,32.484524,910.1491,357.7021,33.432686,4.0449324,7.182265,211.91228,25.068668,341.7132,152.99889,2490.9746,543.7778,135.47626,152.44415,384.91803,5.3607793,7.7519045,11.484529,2.8920166,2.420753,56.824265,69.319336,92.231964,33.64339,39.958187,82.7206,11.07701,3616.0347,29.531233,28.3375,22.539454,18.354816,233.17963,55.401237,30.340279,7.267689,21.981636,33.228184,117.5586,265.31754,68.224724,230.3391,49.586235,37.335884,152.73488,98.42736,583.05865,98.63495,2.3036113,7.040278,6.195667,67.20152,15276.1875,1.9835593,27.432917,44.799026,25.763378,236.57149,63.352406,110.99715,1.8715925,119.48097,423.7102,219.63916,111.278946,426.4766,40.320927,85.44976,136.87364,11.308556,2.1381223,13.76655,833.42755,0.04282075,0.3006722,64.71991,12.172707,5.78987,7.2713914,15.118741,81.157776,37.528336,124.22792,644.15546,322.77274,2634.0193,2043.6517,42.34875,71.047455,7551.786,8.881511,127.13287,720.26074,227.695,307.19696,124.94277,809.2174,863.2986,492.42563,29.233334,168.47517,743.185,1400.6798,80.79083,808.89514,103.079346,1.1411073,51.596493,0.8918319,0.6476348,2.4948742,55.07574,223.07033,96.7737,17.34426,1219.4553,344.7787,193.25,280.0778,71.711105,57.166668,40.14102,100.864395,37.677776,388.67178,177.36707,47.375637,49.92327,36.611805,91.767624,96.33037,14.245242,345.7351,99.10489,908.43524,30.744467,1621.1189,75.544,357.30884,755.978,33.097225,18.771418,833.2244,828.3793,1969.4323,128.66457 +2023-09-27 21:00:00,0.0,13293.665,358.69653,67.89375,68.108574,58.967422,263.7033,37.423588,63.862617,25.400238,38.740654,1717.644,129.66574,23.80912,208.64792,0.19237635,0.050515387,33.81804,0.121264875,0.13901208,564.20105,0.08792014,550.56573,82.96716,0.08468209,0.072747156,169.2548,29.729166,59.354168,108.50959,17303.047,0.040204976,2069.8818,0.51328886,0.04988587,0.08926502,0.07352158,212.38455,271.76935,22.119045,125.0625,39.098923,24.786863,2169.2556,1.3935248,87.949814,44.641666,425.90735,36.453335,465.72824,24.491772,109.724846,0.0,1314.7607,5633.183,5.452534,437.7016,80.97966,34275.67,65.30941,5.064554,25.28859,63.398914,19.495213,5.801061,32.373512,909.2664,357.77344,33.395992,4.027395,7.172536,211.52547,25.009373,340.8138,153.10417,2490.8054,544.1833,135.29713,152.53534,385.36545,5.3598323,7.7499495,11.488132,2.8933194,2.422415,56.782192,69.283844,92.228035,33.615154,39.947968,82.65022,11.075893,3617.2449,29.51963,28.296875,22.5106,18.328444,233.11806,55.366486,30.286459,7.2621636,21.96789,33.195034,117.39631,264.7829,68.18854,230.19508,49.54677,37.241375,152.55827,98.2974,582.5023,98.54215,2.2979586,7.0364585,6.1987505,67.22234,15269.295,1.9809861,27.42181,44.784893,25.738197,236.41446,63.34514,110.9334,1.8719907,119.4651,423.64963,219.59985,111.208595,426.4159,40.32986,85.43165,136.87073,11.310973,2.138856,13.771272,833.2613,0.042798255,0.30081248,64.7434,12.180208,5.7936764,7.277393,15.128817,81.156105,37.54375,124.285515,644.28625,322.89774,2634.6482,2043.9058,42.36752,71.072044,7547.9204,8.883894,127.17882,720.19995,227.75626,307.26147,124.97083,809.51807,863.22876,492.4433,29.232141,168.50139,742.79193,1399.8651,80.78968,808.63605,103.07742,1.1412718,51.581425,0.8918853,0.64785105,2.494995,55.04264,223.13625,96.65856,17.350695,1217.9781,344.57986,193.20537,280.02084,71.6369,57.125,40.05868,100.89938,37.583332,388.08356,177.24852,47.21115,49.84537,36.63073,91.67143,96.265274,14.231897,345.4368,99.02677,906.839,30.741163,1620.1257,75.53581,357.20795,754.9501,33.056072,18.780243,833.14044,828.46606,1968.8693,128.72292 +2023-09-27 22:00:00,0.0,13286.78,358.67426,67.940216,68.139046,59.002525,263.81967,37.435654,63.888634,25.406563,38.75908,1718.3448,129.6079,23.818007,208.6936,0.19190681,0.050593644,33.82512,0.12105753,0.13906826,564.48395,0.087850094,550.75165,83.01521,0.08457571,0.07254811,169.30727,29.745085,59.37315,108.5373,17287.117,0.040217295,2069.8718,0.51375806,0.049813766,0.08935529,0.073359795,212.45499,271.89197,22.119135,125.025,39.10467,24.746675,2169.0496,1.3929145,87.82658,44.575687,425.87692,36.419224,465.81046,24.463606,109.593475,0.0,1313.6233,5628.0186,5.4268003,437.48065,80.90531,34267.02,65.20846,5.0421996,25.24271,63.200806,19.455729,5.7777963,32.2625,908.3838,357.8448,33.3593,4.0098567,7.162807,211.13864,24.950077,339.91443,153.20944,2490.6365,544.58887,135.11801,152.62654,385.81287,5.3588853,7.7479944,11.491737,2.8946218,2.4240773,56.74012,69.24835,92.224106,33.586914,39.93775,82.57985,11.074778,3618.4548,29.50803,28.25625,22.481747,18.30207,233.05649,55.331734,30.23264,7.2566376,21.954142,33.161884,117.23402,264.24823,68.15236,230.05109,49.507298,37.146862,152.38167,98.167435,581.946,98.44936,2.2923057,7.032639,6.2018337,67.24317,15262.401,1.978413,27.410704,44.770763,25.713017,236.25742,63.337868,110.86965,1.8723888,119.449234,423.58905,219.56056,111.138245,426.35516,40.338795,85.41353,136.86783,11.31339,2.1395895,13.775994,833.09503,0.04277576,0.30095276,64.7669,12.18771,5.797483,7.283395,15.138892,81.154434,37.559166,124.34311,644.41705,323.02274,2635.2769,2044.1599,42.386284,71.09664,7544.055,8.886278,127.22477,720.13916,227.8175,307.326,124.998886,809.81866,863.15894,492.46097,29.230951,168.52759,742.39886,1399.0505,80.78853,808.3769,103.0755,1.1414363,51.566357,0.8919387,0.64806724,2.4951162,55.009537,223.20216,96.54343,17.35713,1216.501,344.381,193.16072,279.9639,71.5627,57.083332,39.976345,100.934364,37.488888,387.4953,177.12996,47.046665,49.767467,36.64965,91.57524,96.20018,14.218553,345.1385,98.948654,905.2427,30.73786,1619.1327,75.527626,357.10706,753.9222,33.014915,18.789068,833.05646,828.55286,1968.3063,128.78125 +2023-09-27 23:00:00,0.0,13279.8955,358.652,67.98668,68.16952,59.037624,263.93604,37.44772,63.91465,25.412888,38.777508,1719.0457,129.55003,23.82689,208.7393,0.19143727,0.0506719,33.8322,0.12085019,0.13912445,564.76685,0.08778004,550.9376,83.06326,0.08446933,0.07234905,169.35973,29.761003,59.39213,108.56501,17271.188,0.040229615,2069.8618,0.5142272,0.049741667,0.08944557,0.07319801,212.5254,272.0146,22.119226,124.9875,39.110416,24.706486,2168.8438,1.3923043,87.70335,44.509705,425.8465,36.385113,465.89267,24.435438,109.46211,0.0,1312.4856,5622.854,5.401066,437.25967,80.83096,34258.363,65.107506,5.019845,25.19683,63.002693,19.416246,5.7545314,32.15149,907.50116,357.91614,33.322605,3.992319,7.153078,210.75182,24.890781,339.01505,153.31473,2490.4673,544.99445,134.93887,152.71773,386.26028,5.3579383,7.7460394,11.495342,2.8959243,2.4257393,56.698048,69.21286,92.22018,33.558678,39.927532,82.509476,11.073661,3619.665,29.49643,28.215626,22.452892,18.275698,232.9949,55.29698,30.17882,7.2511115,21.940393,33.128735,117.071724,263.7136,68.11618,229.90709,49.46783,37.05235,152.20506,98.03747,581.38965,98.356575,2.286653,7.0288196,6.204917,67.26399,15255.509,1.9758399,27.399597,44.75663,25.687836,236.10037,63.3306,110.80591,1.872787,119.43337,423.52847,219.52126,111.067894,426.29446,40.347733,85.39542,136.86493,11.315806,2.1403232,13.780716,832.9288,0.042753264,0.30109304,64.79039,12.195212,5.8012896,7.2893963,15.148967,81.15276,37.574585,124.40071,644.5478,323.14774,2635.9058,2044.414,42.405052,71.12124,7540.1895,8.888661,127.27071,720.0783,227.87875,307.3905,125.02694,810.1193,863.0891,492.47864,29.229761,168.55379,742.00574,1398.2358,80.78738,808.11774,103.073586,1.1416007,51.55129,0.89199203,0.6482835,2.495237,54.976437,223.26808,96.42829,17.363565,1215.0239,344.18216,193.11607,279.90695,71.48849,57.041668,39.894005,100.96935,37.394444,386.90707,177.01141,46.88218,49.689568,36.668575,91.47905,96.13509,14.205208,344.84018,98.87054,903.6464,30.734556,1618.1396,75.51943,357.00613,752.8942,32.973763,18.797894,832.9725,828.6397,1967.7433,128.83958 +2023-09-28 00:00:00,0.0,13273.011,358.62973,68.03314,68.2,59.072727,264.0524,37.459785,63.940666,25.419214,38.795933,1719.7465,129.49219,23.835777,208.785,0.19096775,0.05075016,33.83928,0.12064285,0.13918063,565.0498,0.08771,551.12354,83.11131,0.084362954,0.07215,169.41219,29.776922,59.41111,108.59273,17255.258,0.040241938,2069.8518,0.5146964,0.049669564,0.08953585,0.07303624,212.59584,272.13724,22.119316,124.95,39.116165,24.666298,2168.6377,1.3916941,87.58012,44.44372,425.81607,36.351,465.97488,24.40727,109.33074,0.0,1311.3481,5617.689,5.3753314,437.0387,80.756615,34249.71,65.00655,4.9974904,25.150951,62.80458,19.376762,5.731266,32.040474,906.61847,357.9875,33.28591,3.9747813,7.1433496,210.365,24.831486,338.11566,153.42,2490.2983,545.39996,134.75975,152.80893,386.7077,5.3569913,7.7440844,11.498947,2.897227,2.4274015,56.655975,69.177376,92.21625,33.530437,39.917313,82.4391,11.072544,3620.875,29.484827,28.175,22.42404,18.249325,232.93333,55.26223,30.125,7.2455854,21.926647,33.09559,116.90944,263.17896,68.08,229.76309,49.42836,36.957836,152.02846,97.9075,580.8333,98.26378,2.2810001,7.025,6.208,67.28481,15248.616,1.9732666,27.38849,44.7425,25.662655,235.94333,63.323334,110.74216,1.8731852,119.4175,423.4679,219.48195,110.99754,426.23373,40.356667,85.3773,136.86201,11.318223,2.1410568,13.785439,832.7625,0.04273077,0.30123332,64.81389,12.202714,5.805096,7.2953978,15.159042,81.1511,37.59,124.458305,644.6786,323.27274,2636.5347,2044.668,42.423817,71.14583,7536.324,8.891045,127.316666,720.0175,227.94,307.45502,125.055,810.42,863.0193,492.4963,29.22857,168.57999,741.6127,1397.4213,80.786224,807.8586,103.07166,1.1417652,51.53622,0.89204544,0.64849967,2.4953582,54.943336,223.334,96.31315,17.37,1213.5468,343.98334,193.07143,279.85,71.41428,57.0,39.81167,101.00434,37.3,386.31882,176.89285,46.717693,49.611668,36.6875,91.38286,96.07,14.191862,344.54187,98.79242,902.0502,30.731253,1617.1466,75.511246,356.90524,751.86633,32.93261,18.806719,832.8885,828.7265,1967.1803,128.89793 +2023-09-28 01:00:00,0.0,13266.126,358.60748,68.079605,68.23047,59.107826,264.16876,37.47185,63.96668,25.425539,38.814358,1720.4473,129.43433,23.844664,208.83069,0.19049822,0.050828412,33.846355,0.120435506,0.13923681,565.3327,0.08763995,551.3095,83.15936,0.08425658,0.07195094,169.46463,29.792841,59.43009,108.62044,17239.33,0.040254258,2069.8416,0.5151656,0.049597465,0.08962612,0.07287446,212.66626,272.25986,22.119406,124.9125,39.121914,24.626108,2168.432,1.3910838,87.45688,44.37774,425.78564,36.31689,466.0571,24.379105,109.19938,0.0,1310.2104,5612.5244,5.349597,436.81775,80.68227,34241.055,64.905594,4.975136,25.105072,62.60647,19.33728,5.708001,31.929464,905.73584,358.05887,33.249214,3.9572434,7.1336207,209.97818,24.772188,337.21628,153.52528,2490.1292,545.80554,134.58063,152.90013,387.15512,5.3560443,7.7421293,11.502551,2.8985295,2.4290636,56.6139,69.141884,92.21231,33.5022,39.907097,82.36873,11.071427,3622.085,29.473227,28.134375,22.395185,18.222952,232.87177,55.227478,30.07118,7.2400594,21.912899,33.06244,116.74715,262.6443,68.043816,229.61908,49.388893,36.863327,151.85185,97.777534,580.277,98.17099,2.2753475,7.0211806,6.2110834,67.30563,15241.724,1.9706935,27.377384,44.728367,25.637474,235.7863,63.316063,110.67841,1.8735833,119.401634,423.40732,219.44264,110.92719,426.17303,40.3656,85.359184,136.8591,11.32064,2.1417904,13.790161,832.59625,0.042708274,0.3013736,64.83738,12.2102165,5.8089023,7.3013997,15.169118,81.14943,37.60542,124.5159,644.8094,323.39774,2637.1633,2044.922,42.442585,71.170425,7532.4585,8.893428,127.36262,719.9567,228.00125,307.51953,125.08305,810.72064,862.94946,492.51398,29.22738,168.6062,741.21954,1396.6066,80.785065,807.5994,103.06974,1.1419296,51.52115,0.89209884,0.6487159,2.495479,54.910233,223.39992,96.19801,17.376436,1212.0696,343.7845,193.0268,279.79306,71.34008,56.958332,39.72933,101.03932,37.205555,385.7306,176.7743,46.55321,49.533764,36.706425,91.28667,96.004906,14.178517,344.2436,98.7143,900.4539,30.72795,1616.1536,75.50306,356.80435,750.8384,32.891457,18.815544,832.8045,828.8133,1966.6173,128.95627 +2023-09-28 02:00:00,0.0,13259.24,358.5852,68.12607,68.26094,59.14293,264.28513,37.48392,63.992695,25.431864,38.832787,1721.1482,129.37648,23.85355,208.87639,0.19002868,0.05090667,33.853436,0.120228164,0.139293,565.61566,0.08756991,551.4955,83.20741,0.0841502,0.07175189,169.51709,29.80876,59.449074,108.64815,17223.4,0.040266577,2069.8315,0.51563483,0.04952536,0.0897164,0.072712675,212.7367,272.3825,22.119497,124.875,39.127663,24.58592,2168.2258,1.3904736,87.33365,44.311756,425.7552,36.28278,466.1393,24.350937,109.06801,0.0,1309.073,5607.36,5.3238626,436.59677,80.60791,34232.402,64.80464,4.952781,25.059193,62.408356,19.297796,5.6847363,31.818453,904.85315,358.13022,33.21252,3.9397056,7.123892,209.59135,24.712893,336.3169,153.63055,2489.96,546.21106,134.4015,152.99132,387.60254,5.3550973,7.740174,11.506156,2.899832,2.4307256,56.571827,69.10639,92.20838,33.47396,39.896877,82.298355,11.070311,3623.2952,29.461624,28.09375,22.366333,18.19658,232.81018,55.192726,30.01736,7.2345333,21.89915,33.02929,116.584854,262.10965,68.00764,229.47508,49.349422,36.768814,151.67526,97.647575,579.72064,98.0782,2.2696946,7.017361,6.214167,67.326454,15234.831,1.9681203,27.366276,44.714233,25.612293,235.62926,63.308796,110.61467,1.8739815,119.385765,423.34674,219.40335,110.85684,426.1123,40.37454,85.341064,136.8562,11.323056,2.142524,13.794883,832.43,0.04268578,0.30151388,64.86088,12.217718,5.812709,7.307401,15.1791935,81.14776,37.620834,124.573494,644.9402,323.52274,2637.7922,2045.176,42.46135,71.19502,7528.593,8.895811,127.40856,719.89594,228.0625,307.58405,125.11111,811.0213,862.87964,492.53168,29.22619,168.6324,740.8265,1395.792,80.78391,807.3403,103.06782,1.1420941,51.50608,0.8921522,0.6489321,2.4956002,54.877132,223.46584,96.08288,17.382872,1210.5925,343.58563,192.98215,279.7361,71.26587,56.916668,39.64699,101.07431,37.11111,385.14233,176.65576,46.388725,49.455864,36.725346,91.190475,95.93981,14.165173,343.94528,98.63619,898.85767,30.724646,1615.1605,75.49487,356.70343,749.8104,32.8503,18.82437,832.7205,828.90015,1966.0543,129.0146 +2023-09-28 03:00:00,0.0,13252.355,358.56296,68.17253,68.29142,59.17803,264.4015,37.495987,64.01871,25.43819,38.85121,1721.849,129.31862,23.862434,208.92207,0.18955915,0.050984927,33.860516,0.12002082,0.13934918,565.89856,0.08749986,551.6814,83.25546,0.08404382,0.071552835,169.56955,29.824678,59.468056,108.67586,17207.47,0.0402789,2069.8215,0.516104,0.04945326,0.08980667,0.0725509,212.80713,272.50513,22.119587,124.8375,39.133408,24.54573,2168.02,1.3898634,87.21042,44.245777,425.7248,36.24867,466.22153,24.32277,108.936646,0.0,1307.9355,5602.195,5.2981286,436.3758,80.53356,34223.75,64.70369,4.9304266,25.013313,62.210243,19.258312,5.6614714,31.70744,903.9705,358.20157,33.175827,3.9221678,7.114163,209.20453,24.653597,335.4175,153.73584,2489.791,546.61664,134.22238,153.08252,388.04996,5.3541503,7.738219,11.509761,2.9011345,2.4323878,56.529755,69.0709,92.20445,33.445724,39.88666,82.22798,11.069194,3624.5051,29.450024,28.053125,22.337479,18.170208,232.74861,55.157974,29.963541,7.2290077,21.885403,32.99614,116.42256,261.57498,67.97146,229.33109,49.309956,36.6743,151.49866,97.51761,579.16437,97.98541,2.264042,7.0135417,6.2172503,67.347275,15227.938,1.9655472,27.35517,44.700104,25.587114,235.47221,63.30153,110.55092,1.8743795,119.369896,423.2862,219.36404,110.78649,426.0516,40.383472,85.32295,136.8533,11.325473,2.1432576,13.799605,832.26373,0.042663284,0.30165416,64.88438,12.22522,5.8165154,7.313403,15.189269,81.14609,37.63625,124.631096,645.0709,323.64774,2638.421,2045.4302,42.480118,71.21961,7524.7275,8.898194,127.45451,719.83514,228.12375,307.64856,125.13916,811.3219,862.8098,492.54935,29.225,168.6586,740.43335,1394.9773,80.78276,807.0811,103.065895,1.1422586,51.491013,0.8922056,0.64914834,2.495721,54.84403,223.53175,95.96774,17.389307,1209.1154,343.3868,192.9375,279.67917,71.191666,56.875,39.564655,101.1093,37.016666,384.5541,176.5372,46.22424,49.377964,36.74427,91.094284,95.87472,14.151828,343.64697,98.558075,897.2614,30.721342,1614.1675,75.48669,356.60254,748.78253,32.809147,18.833195,832.63654,828.98694,1965.4913,129.07295 +2023-09-28 04:00:00,0.0,13245.471,358.5407,68.219,68.32189,59.21313,264.51785,37.508053,64.04472,25.444515,38.86964,1722.5498,129.26077,23.87132,208.96777,0.18908961,0.051063184,33.867596,0.11981349,0.13940535,566.18146,0.087429814,551.8674,83.303505,0.083937444,0.071353786,169.62201,29.840597,59.487038,108.70357,17191.543,0.04029122,2069.8115,0.5165732,0.04938116,0.08989695,0.07238912,212.87755,272.62775,22.119677,124.8,39.139156,24.505543,2167.814,1.389253,87.08719,44.179794,425.69434,36.214558,466.30374,24.294603,108.805275,0.0,1306.7979,5597.0303,5.272394,436.15485,80.45921,34215.094,64.60274,4.908072,24.967432,62.012135,19.21883,5.6382065,31.596428,903.0878,358.27292,33.139133,3.90463,7.104434,208.81772,24.594301,334.51813,153.84111,2489.6218,547.0222,134.04326,153.1737,388.49738,5.3532033,7.7362638,11.513366,2.9024372,2.4340498,56.487682,69.035416,92.20052,33.417484,39.876442,82.15761,11.068077,3625.7153,29.438421,28.0125,22.308626,18.143835,232.68704,55.123222,29.909721,7.2234817,21.871656,32.96299,116.26027,261.04034,67.93528,229.18707,49.270485,36.57979,151.32205,97.38764,578.60803,97.89262,2.258389,7.009722,6.2203336,67.3681,15221.046,1.9629741,27.344063,44.68597,25.561934,235.31519,63.29426,110.487175,1.8747777,119.35403,423.22562,219.32474,110.71614,425.9909,40.392406,85.30484,136.85039,11.327889,2.1439912,13.804328,832.0975,0.04264079,0.30179444,64.90787,12.232722,5.820322,7.3194046,15.199344,81.144424,37.65167,124.68869,645.2017,323.77274,2639.0498,2045.6842,42.498882,71.24421,7520.862,8.900578,127.500465,719.77435,228.18501,307.71307,125.16722,811.62256,862.74,492.56702,29.223808,168.68481,740.0403,1394.1627,80.78161,806.822,103.06397,1.142423,51.475945,0.892259,0.64936453,2.495842,54.81093,223.59767,95.85261,17.39574,1207.6382,343.18796,192.89287,279.62222,71.11746,56.833332,39.482315,101.14428,36.922222,383.96585,176.41866,46.059753,49.30006,36.763195,90.9981,95.80963,14.138483,343.34866,98.47996,895.66516,30.718039,1613.1744,75.4785,356.50165,747.7546,32.767994,18.842018,832.55255,829.0737,1964.9283,129.13129 +2023-09-28 05:00:00,0.0,13238.586,358.51843,68.265465,68.35236,59.24823,264.63422,37.52012,64.07074,25.450842,38.888065,1723.2506,129.20291,23.880207,209.01347,0.18862008,0.05114144,33.874676,0.119606145,0.13946155,566.4644,0.08735977,552.05334,83.351555,0.083831064,0.07115473,169.67445,29.856516,59.50602,108.73128,17175.613,0.04030354,2069.8015,0.5170424,0.049309056,0.089987226,0.072227344,212.94798,272.7504,22.119766,124.7625,39.144905,24.465353,2167.608,1.3886428,86.96395,44.11381,425.6639,36.180443,466.38596,24.266436,108.67391,0.0,1305.6604,5591.865,5.2466598,435.93387,80.384865,34206.44,64.501785,4.8857174,24.921553,61.814026,19.179346,5.6149416,31.485416,902.2052,358.34427,33.10244,3.887092,7.094705,208.4309,24.535006,333.61874,153.9464,2489.453,547.42773,133.86414,153.26491,388.9448,5.3522563,7.7343087,11.51697,2.9037397,2.4357119,56.44561,68.99992,92.196594,33.389248,39.866226,82.087234,11.06696,3626.9253,29.42682,27.971874,22.279774,18.117462,232.62546,55.08847,29.855904,7.2179556,21.857908,32.92984,116.09798,260.5057,67.89909,229.04308,49.231018,36.48528,151.14545,97.257675,578.0517,97.79983,2.2527363,7.005903,6.223417,67.38892,15214.152,1.9604009,27.332956,44.67184,25.536753,235.15814,63.28699,110.42343,1.8751758,119.33816,423.16504,219.28545,110.64579,425.93018,40.401344,85.28672,136.84747,11.330306,2.1447248,13.80905,831.9312,0.042618293,0.30193472,64.931366,12.240224,5.8241286,7.325406,15.209419,81.14275,37.667084,124.746284,645.3325,323.89774,2639.6785,2045.9382,42.51765,71.26881,7516.996,8.902961,127.54641,719.7135,228.24626,307.7776,125.195274,811.9232,862.67017,492.5847,29.222618,168.71101,739.64716,1393.348,80.78045,806.56287,103.06206,1.1425875,51.460876,0.89231235,0.6495808,2.495963,54.777824,223.66359,95.73747,17.402176,1206.1611,342.9891,192.84822,279.56528,71.04325,56.791668,39.39998,101.17927,36.827778,383.37762,176.30011,45.895267,49.22216,36.782116,90.90191,95.74454,14.125138,343.05035,98.40184,894.0689,30.714735,1612.1814,75.47031,356.40076,746.7267,32.72684,18.850843,832.46857,829.1606,1964.3654,129.18962 +2023-09-28 06:00:00,0.0,13231.701,358.4962,68.31193,68.382835,59.283333,264.75058,37.532185,64.096756,25.457167,38.90649,1723.9515,129.14507,23.889093,209.05916,0.18815054,0.051219694,33.881756,0.1193988,0.13951772,566.7473,0.08728972,552.23926,83.399605,0.083724685,0.07095568,169.72691,29.872437,59.525,108.75899,17159.684,0.040315863,2069.7915,0.5175116,0.049236957,0.0900775,0.07206556,213.0184,272.87302,22.119858,124.725,39.15065,24.425165,2167.402,1.3880326,86.84072,44.04783,425.63348,36.14633,466.46817,24.238268,108.54254,0.0,1304.5227,5586.7007,5.2209253,435.7129,80.31051,34197.785,64.40083,4.863363,24.875673,61.615913,19.139862,5.591676,31.374405,901.3225,358.41562,33.065746,3.8695543,7.0849767,208.04407,24.47571,332.71936,154.05167,2489.2837,547.8333,133.685,153.3561,389.3922,5.3513093,7.7323537,11.520575,2.9050422,2.437374,56.403538,68.96443,92.192665,33.361008,39.856007,82.01686,11.065844,3628.1355,29.41522,27.93125,22.25092,18.09109,232.56389,55.05372,29.802084,7.2124295,21.84416,32.89669,115.935684,259.97104,67.862915,228.89908,49.191547,36.390766,150.96884,97.12771,577.49536,97.70704,2.2470834,7.0020833,6.2265005,67.409744,15207.26,1.9578278,27.32185,44.657707,25.511572,235.0011,63.27972,110.35968,1.875574,119.322296,423.10446,219.24614,110.57544,425.86948,40.41028,85.26861,136.84457,11.332723,2.1454585,13.813772,831.76495,0.0425958,0.302075,64.95486,12.247726,5.827935,7.331408,15.219495,81.14108,37.6825,124.80389,645.4633,324.02274,2640.3074,2046.1923,42.536415,71.2934,7513.131,8.905344,127.59236,719.6527,228.30751,307.8421,125.22333,812.2239,862.60034,492.60236,29.221428,168.73721,739.2541,1392.5334,80.7793,806.3037,103.060135,1.1427519,51.445805,0.89236575,0.649797,2.496084,54.744724,223.7295,95.62234,17.408611,1204.684,342.79028,192.80357,279.50833,70.96905,56.75,39.31764,101.21426,36.733334,382.78937,176.18155,45.73078,49.14426,36.80104,90.80572,95.67944,14.1117935,342.75204,98.32372,892.47266,30.711432,1611.1882,75.46212,356.29987,745.6987,32.685684,18.859669,832.3846,829.2474,1963.8024,129.24797 +2023-09-28 07:00:00,0.0,13224.816,358.4739,68.35839,68.413315,59.31843,264.86694,37.54425,64.12277,25.463491,38.92492,1724.6523,129.0872,23.897978,209.10486,0.187681,0.05129795,33.888832,0.11919146,0.1395739,567.0303,0.08721968,552.42523,83.447655,0.083618306,0.07075663,169.77937,29.888355,59.543983,108.7867,17143.754,0.040328182,2069.7815,0.51798075,0.049164854,0.090167776,0.07190378,213.08884,272.99564,22.119947,124.6875,39.1564,24.384975,2167.196,1.3874223,86.71749,43.98185,425.60303,36.11222,466.55038,24.210102,108.41117,0.0,1303.3853,5581.536,5.1951914,435.49194,80.23616,34189.133,64.29988,4.841008,24.829794,61.417797,19.10038,5.5684114,31.263393,900.4399,358.48697,33.029053,3.8520164,7.075248,207.65726,24.416412,331.81998,154.15694,2489.1147,548.2389,133.50587,153.4473,389.83963,5.3503623,7.7303987,11.524179,2.906345,2.4390361,56.361465,68.92895,92.188736,33.33277,39.84579,81.94649,11.064727,3629.3455,29.403618,27.890625,22.222067,18.064718,232.50232,55.018967,29.748264,7.2069035,21.830414,32.86354,115.77339,259.4364,67.82674,228.75508,49.152077,36.296253,150.79224,96.99775,576.939,97.61424,2.2414308,6.998264,6.2295837,67.430565,15200.367,1.9552547,27.310743,44.643574,25.486391,234.84407,63.272453,110.29594,1.8759722,119.30643,423.04388,219.20683,110.50509,425.80875,40.419212,85.25049,136.84167,11.335139,2.146192,13.818494,831.5987,0.042573303,0.30221528,64.978355,12.255228,5.831742,7.3374095,15.22957,81.13941,37.697918,124.86148,645.5941,324.14774,2640.936,2046.4464,42.555183,71.31799,7509.265,8.907727,127.63831,719.5919,228.36876,307.90662,125.25139,812.52454,862.5305,492.62003,29.220238,168.76341,738.86096,1391.7189,80.778145,806.04456,103.05821,1.1429164,51.430737,0.8924191,0.6500132,2.496205,54.71162,223.79543,95.507195,17.415047,1203.2068,342.59143,192.75893,279.4514,70.89484,56.708332,39.235302,101.24924,36.63889,382.20114,176.063,45.566296,49.066357,36.819965,90.709526,95.61435,14.098449,342.45374,98.24561,890.8764,30.708128,1610.1952,75.45393,356.19894,744.67084,32.64453,18.868494,832.3006,829.33417,1963.2394,129.3063 +2023-09-28 08:00:00,0.0,13217.932,358.45166,68.404854,68.44379,59.353535,264.9833,37.556316,64.14879,25.469818,38.943344,1725.3531,129.02936,23.906864,209.15056,0.18721147,0.05137621,33.895912,0.11898412,0.1396301,567.3132,0.08714963,552.6112,83.495705,0.083511926,0.07055757,169.83183,29.904274,59.562965,108.81441,17127.826,0.0403405,2069.7715,0.51844996,0.049092755,0.090258054,0.071742006,213.15926,273.1183,22.120037,124.65,39.162148,24.344788,2166.9902,1.3868121,86.59425,43.915867,425.57263,36.07811,466.6326,24.181934,108.27981,0.0,1302.2478,5576.371,5.169457,435.27097,80.16181,34180.477,64.19893,4.8186536,24.783915,61.21969,19.060896,5.5451465,31.15238,899.55725,358.55832,32.99236,3.8344789,7.065519,207.27043,24.357117,330.9206,154.26222,2488.9456,548.6444,133.32675,153.5385,390.28705,5.3494153,7.7284436,11.527784,2.9076474,2.4406981,56.319393,68.893456,92.18481,33.304535,39.83557,81.876114,11.06361,3630.5557,29.392017,27.85,22.193213,18.038345,232.44073,54.984215,29.694445,7.2013774,21.816666,32.83039,115.6111,258.90176,67.79056,228.61107,49.11261,36.20174,150.61563,96.86778,576.3827,97.521454,2.2357779,6.9944444,6.232667,67.451385,15193.475,1.9526814,27.299637,44.629444,25.46121,234.68703,63.265186,110.23219,1.8763703,119.29056,422.9833,219.16754,110.43474,425.74805,40.428146,85.232376,136.83876,11.337556,2.1469257,13.823216,831.43243,0.04255081,0.30235556,65.001854,12.26273,5.8355484,7.343411,15.239645,81.13775,37.713333,124.919075,645.72485,324.27274,2641.565,2046.7004,42.573948,71.34259,7505.4,8.91011,127.68426,719.5311,228.43001,307.97113,125.27944,812.8252,862.4607,492.6377,29.219048,168.78963,738.4679,1390.9042,80.77699,805.7854,103.05629,1.143081,51.41567,0.8924725,0.65022945,2.496326,54.67852,223.86133,95.39206,17.421482,1201.7297,342.39258,192.7143,279.39444,70.82063,56.666668,39.152966,101.284225,36.544445,381.61288,175.94444,45.401814,48.988457,36.838886,90.613335,95.549255,14.085104,342.15543,98.167496,889.28015,30.704824,1609.2021,75.44575,356.09805,743.6429,32.60338,18.87732,832.2166,829.421,1962.6764,129.36464 +2023-09-28 09:00:00,0.0,13211.047,358.4294,68.451324,68.47426,59.388634,265.09967,37.568382,64.174805,25.476143,38.96177,1726.054,128.9715,23.91575,209.19624,0.18674195,0.051454466,33.902992,0.118776776,0.13968627,567.59607,0.087079585,552.7971,83.543755,0.08340555,0.07035852,169.88428,29.920193,59.581944,108.84212,17111.896,0.040352825,2069.7615,0.51891917,0.04902065,0.090348326,0.07158023,213.22969,273.2409,22.120129,124.6125,39.167896,24.304598,2166.7842,1.3862019,86.47102,43.849884,425.54218,36.044,466.7148,24.153767,108.14844,0.0,1301.1101,5571.2065,5.1437225,435.05,80.08746,34171.824,64.09798,4.796299,24.738035,61.021576,19.021412,5.5218816,31.041368,898.67456,358.6297,32.95566,3.816941,7.05579,206.8836,24.297821,330.0212,154.3675,2488.7766,549.05,133.14763,153.62968,390.73447,5.3484683,7.7264886,11.531389,2.9089499,2.4423604,56.27732,68.85796,92.18088,33.276295,39.825356,81.80574,11.062493,3631.7656,29.380415,27.809376,22.16436,18.011972,232.37917,54.949463,29.640625,7.1958513,21.802917,32.79724,115.44881,258.3671,67.75437,228.46707,49.07314,36.10723,150.43904,96.737816,575.82635,97.428665,2.2301252,6.990625,6.23575,67.47221,15186.582,1.9501083,27.28853,44.61531,25.43603,234.52998,63.257915,110.16844,1.8767685,119.27469,422.92273,219.12823,110.36439,425.68732,40.437084,85.214264,136.83585,11.3399725,2.1476593,13.827939,831.2662,0.042528313,0.30249584,65.025345,12.270232,5.8393545,7.349413,15.249721,81.13608,37.728752,124.97668,645.85565,324.39774,2642.1936,2046.9545,42.592716,71.36719,7501.534,8.912494,127.73021,719.47034,228.49126,308.03564,125.307495,813.1258,862.3909,492.65536,29.217857,168.81583,738.07477,1390.0896,80.77584,805.52625,103.05437,1.1432453,51.4006,0.8925259,0.65044564,2.496447,54.645416,223.92725,95.276924,17.427917,1200.2526,342.19376,192.66965,279.3375,70.74643,56.625,39.070625,101.319214,36.45,381.02466,175.8259,45.237328,48.910557,36.85781,90.51714,95.48416,14.071759,341.85715,98.08938,887.6839,30.70152,1608.2091,75.43756,355.99716,742.615,32.56222,18.886145,832.1326,829.5078,1962.1134,129.42299 +2023-09-28 10:00:00,0.0,13204.162,358.40714,68.49779,68.50473,59.423737,265.21603,37.580452,64.20082,25.482468,38.980198,1726.7548,128.91365,23.924635,209.24194,0.18627241,0.051532723,33.910072,0.11856943,0.13974246,567.879,0.087009534,552.9831,83.591805,0.08329917,0.070159465,169.93674,29.936111,59.600925,108.86983,17095.967,0.040365145,2069.7515,0.5193884,0.04894855,0.090438604,0.07141845,213.30013,273.36356,22.120218,124.575,39.17364,24.26441,2166.5784,1.3855915,86.34779,43.7839,425.51175,36.009888,466.79703,24.1256,108.017075,0.0,1299.9727,5566.0415,5.117988,434.82904,80.01311,34163.17,63.99702,4.7739444,24.692156,60.823463,18.98193,5.4986167,30.930357,897.79193,358.70105,32.91897,3.7994032,7.046061,206.4968,24.238525,329.12183,154.47278,2488.6074,549.4555,132.9685,153.72089,391.1819,5.347522,7.724533,11.534993,2.9102523,2.4440224,56.23525,68.82247,92.17695,33.24806,39.815136,81.73536,11.061377,3632.9756,29.368814,27.76875,22.135506,17.9856,232.3176,54.91471,29.586805,7.1903257,21.78917,32.76409,115.286514,257.83246,67.71819,228.32307,49.033672,36.01272,150.26244,96.60785,575.2701,97.33588,2.2244725,6.9868054,6.2388334,67.493034,15179.689,1.9475352,27.277424,44.60118,25.41085,234.37296,63.25065,110.1047,1.8771666,119.25882,422.86215,219.08893,110.294044,425.62662,40.44602,85.196144,136.83295,11.342389,2.148393,13.832661,831.0999,0.042505816,0.30263612,65.04884,12.277734,5.843161,7.3554144,15.259796,81.13441,37.744167,125.03427,645.98645,324.52274,2642.8225,2047.2085,42.61148,71.39178,7497.6685,8.914877,127.77615,719.4095,228.5525,308.10016,125.335556,813.42645,862.3211,492.67303,29.216665,168.84203,737.6817,1389.2749,80.77468,805.2671,103.052444,1.1434098,51.385532,0.89257926,0.6506619,2.496568,54.612316,223.99316,95.16179,17.434353,1198.7754,341.9949,192.625,279.28055,70.67222,56.583332,38.98829,101.3542,36.355556,380.4364,175.70735,45.07284,48.832653,36.876736,90.42095,95.419075,14.058414,341.55884,98.01126,886.08765,30.698217,1607.2161,75.429375,355.89624,741.58704,32.52107,18.89497,832.04865,829.5946,1961.5504,129.48132 +2023-09-28 11:00:00,0.0,13197.277,358.3849,68.54425,68.53521,59.458836,265.33237,37.592518,64.22684,25.488794,38.998623,1727.4557,128.85579,23.933521,209.28764,0.18580288,0.051610976,33.917152,0.11836209,0.13979864,568.1619,0.08693949,553.169,83.639854,0.083192796,0.069960415,169.9892,29.95203,59.619907,108.89754,17080.04,0.040377464,2069.7412,0.5198575,0.04887645,0.090528876,0.07125667,213.37054,273.48618,22.120308,124.5375,39.17939,24.22422,2166.3723,1.3849813,86.224556,43.717922,425.48132,35.975777,466.87924,24.097433,107.885704,0.0,1298.835,5560.877,5.0922537,434.60806,79.93876,34154.516,63.89607,4.75159,24.646275,60.625355,18.942446,5.475352,30.819345,896.90924,358.7724,32.882275,3.7818654,7.0363326,206.10997,24.17923,328.22244,154.57805,2488.4385,549.8611,132.78938,153.81207,391.6293,5.346575,7.722578,11.538598,2.911555,2.4456844,56.193176,68.78699,92.17302,33.21982,39.80492,81.664986,11.060261,3634.1858,29.357214,27.728125,22.106653,17.959227,232.25601,54.87996,29.532986,7.1847997,21.775423,32.73094,115.12422,257.2978,67.682014,228.17906,48.9942,35.918205,150.08583,96.47788,574.71375,97.24308,2.2188196,6.982986,6.241917,67.513855,15172.797,1.944962,27.266317,44.587048,25.38567,234.21591,63.243378,110.040955,1.8775648,119.24295,422.80157,219.04962,110.223694,425.5659,40.454952,85.17803,136.83005,11.344806,2.1491265,13.837383,830.93365,0.042483322,0.3027764,65.072334,12.285236,5.8469677,7.361416,15.269872,81.13274,37.759583,125.091866,646.11725,324.64774,2643.4512,2047.4625,42.63025,71.416374,7493.803,8.917261,127.822105,719.3487,228.61375,308.16467,125.36361,813.7271,862.2513,492.6907,29.215475,168.86824,737.2886,1388.4603,80.77353,805.008,103.05053,1.1435744,51.37046,0.89263266,0.6508781,2.496689,54.579216,224.05908,95.04665,17.440788,1197.2983,341.79605,192.58037,279.2236,70.598015,56.541668,38.90595,101.38918,36.261112,379.84814,175.58879,44.908356,48.754753,36.89566,90.32476,95.35398,14.04507,341.26053,97.93314,884.49133,30.694914,1606.223,75.42118,355.79535,740.55914,32.479916,18.903795,831.96466,829.68146,1960.9874,129.53966 +2023-09-28 12:00:00,0.0,13190.392,358.3626,68.59071,68.56568,59.49394,265.44873,37.604584,64.252846,25.49512,39.01705,1728.1565,128.79794,23.942408,209.33333,0.18533334,0.051689234,33.924232,0.11815475,0.13985482,568.4448,0.08686944,553.355,83.687904,0.083086416,0.06976136,170.04166,29.967949,59.63889,108.92525,17064.11,0.040389787,2069.7312,0.52032673,0.048804346,0.090619154,0.07109489,213.44098,273.6088,22.120398,124.5,39.18514,24.184032,2166.1665,1.384371,86.101326,43.65194,425.4509,35.941666,466.96146,24.069267,107.75434,0.0,1297.6975,5555.7124,5.0665197,434.3871,79.86441,34145.863,63.795113,4.729235,24.600395,60.427242,18.902962,5.4520864,30.708332,896.0266,358.84375,32.84558,3.7643275,7.0266037,205.72314,24.119934,327.32306,154.68333,2488.2693,550.26666,132.61026,153.90327,392.07672,5.345628,7.720623,11.542203,2.9128575,2.4473467,56.151104,68.751495,92.16909,33.19158,39.7947,81.59461,11.059144,3635.3958,29.345612,27.6875,22.077799,17.932854,232.19444,54.845207,29.479166,7.1792736,21.761675,32.697792,114.96193,256.76315,67.64583,228.03506,48.954735,35.823696,149.90923,96.347916,574.1574,97.15029,2.213167,6.9791665,6.2450004,67.534676,15165.903,1.9423889,27.25521,44.572914,25.360489,234.05887,63.23611,109.9772,1.877963,119.22708,422.741,219.01033,110.15334,425.5052,40.46389,85.15991,136.82713,11.347222,2.1498601,13.842105,830.7674,0.042460825,0.30291668,65.09583,12.292738,5.8507743,7.367418,15.279947,81.13107,37.775,125.14946,646.248,324.77274,2644.08,2047.7167,42.649014,71.44097,7489.9375,8.919644,127.86806,719.2879,228.675,308.2292,125.39166,814.0278,862.18146,492.70837,29.214285,168.89444,736.8955,1387.6456,80.77238,804.74884,103.04861,1.1437387,51.355392,0.892686,0.6510943,2.49681,54.546112,224.125,94.93152,17.447224,1195.8212,341.59723,192.53572,279.16666,70.5238,56.5,38.823612,101.42417,36.166668,379.25992,175.47025,44.74387,48.67685,36.91458,90.22858,95.28889,14.031725,340.96222,97.85503,882.8951,30.69161,1605.23,75.412994,355.69446,739.5312,32.438763,18.912619,831.8807,829.76825,1960.4244,129.598 +2023-09-28 13:00:00,0.0,13183.507,358.34036,68.63718,68.59615,59.529037,265.5651,37.61665,64.27886,25.501446,39.035477,1728.8573,128.74008,23.951294,209.37903,0.1848638,0.05176749,33.931313,0.117947415,0.13991101,568.7278,0.0867994,553.54095,83.735954,0.08298004,0.06956231,170.0941,29.983868,59.65787,108.95296,17048.18,0.040402107,2069.7212,0.52079594,0.048732247,0.09070943,0.07093311,213.5114,273.73145,22.12049,124.4625,39.190884,24.143843,2165.9604,1.3837608,85.978096,43.585957,425.42047,35.907555,467.04367,24.0411,107.62297,0.0,1296.5599,5550.5474,5.0407853,434.16614,79.79006,34137.207,63.69416,4.7068806,24.554516,60.229134,18.86348,5.4288216,30.59732,895.1439,358.9151,32.808887,3.7467897,7.016875,205.33632,24.060638,326.42365,154.7886,2488.1003,550.6722,132.43112,153.99448,392.52414,5.344681,7.718668,11.545808,2.91416,2.4490087,56.10903,68.716,92.16516,33.16334,39.784485,81.52424,11.058027,3636.606,29.334011,27.646875,22.048946,17.906483,232.13287,54.810455,29.425346,7.1737475,21.747927,32.664642,114.79964,256.22852,67.60965,227.89107,48.915264,35.729183,149.73262,96.21796,573.6011,97.0575,2.207514,6.975347,6.2480836,67.5555,15159.011,1.9398158,27.244102,44.558784,25.335308,233.90184,63.228844,109.91346,1.878361,119.21122,422.68042,218.97102,110.08299,425.44446,40.472824,85.1418,136.82422,11.349639,2.1505938,13.8468275,830.60114,0.042438332,0.30305693,65.11933,12.30024,5.854581,7.3734193,15.290022,81.1294,37.790417,125.20706,646.3788,324.89774,2644.7087,2047.9707,42.66778,71.46556,7486.072,8.922028,127.914,719.2271,228.73625,308.29367,125.419716,814.3284,862.11163,492.72607,29.213095,168.92064,736.50244,1386.831,80.771225,804.4897,103.046684,1.1439033,51.340324,0.8927394,0.6513105,2.496931,54.513012,224.19092,94.81638,17.453657,1194.344,341.39838,192.49107,279.1097,70.4496,56.458332,38.741276,101.45916,36.072224,378.67166,175.35168,44.579384,48.59895,36.933506,90.132385,95.22379,14.01838,340.6639,97.77692,881.2988,30.688307,1604.2369,75.40481,355.59357,738.5033,32.397606,18.921444,831.7967,829.85504,1959.8615,129.65634 +2023-09-28 14:00:00,0.0,13176.622,358.3181,68.68364,68.626625,59.56414,265.68146,37.628716,64.30488,25.50777,39.0539,1729.5581,128.68224,23.960178,209.42471,0.18439427,0.051845748,33.93839,0.11774007,0.13996719,569.0107,0.08672935,553.72687,83.784004,0.08287366,0.06936325,170.14656,29.999786,59.676853,108.98067,17032.25,0.040414426,2069.7112,0.52126515,0.048660144,0.090799704,0.07077134,213.58183,273.85406,22.120579,124.425,39.196632,24.103655,2165.7546,1.3831506,85.85486,43.519974,425.39,35.873444,467.1259,24.012932,107.4916,0.0,1295.4224,5545.383,5.015051,433.94516,79.71571,34128.555,63.59321,4.684526,24.508636,60.03102,18.823996,5.4055567,30.48631,894.2613,358.98645,32.772194,3.7292519,7.007146,204.94951,24.00134,325.52426,154.89389,2487.9312,551.07776,132.252,154.08566,392.97156,5.343734,7.716713,11.549412,2.9154627,2.4506707,56.06696,68.68051,92.16123,33.135105,39.774265,81.453865,11.0569105,3637.816,29.322409,27.60625,22.020092,17.88011,232.0713,54.775703,29.371529,7.1682215,21.73418,32.631493,114.63735,255.69385,67.57347,227.74707,48.875797,35.63467,149.55602,96.08799,573.04474,96.96471,2.2018614,6.9715276,6.251167,67.57632,15152.118,1.9372426,27.232996,44.54465,25.310127,233.7448,63.221573,109.84972,1.8787591,119.19535,422.61984,218.93172,110.01264,425.38376,40.48176,85.12369,136.82132,11.3520565,2.1513274,13.85155,830.4349,0.042415835,0.3031972,65.14282,12.307742,5.8583875,7.3794208,15.300097,81.12773,37.805836,125.264656,646.5096,325.02274,2645.3376,2048.2249,42.686546,71.49016,7482.2065,8.924411,127.95995,719.1663,228.7975,308.3582,125.44778,814.629,862.0418,492.74374,29.211905,168.94684,736.1093,1386.0164,80.770065,804.2305,103.04476,1.1440676,51.325256,0.8927928,0.65152675,2.497052,54.479908,224.25684,94.70125,17.460093,1192.867,341.19952,192.44643,279.05276,70.3754,56.416668,38.658936,101.49414,35.97778,378.08344,175.23314,44.414898,48.52105,36.95243,90.036194,95.1587,14.005035,340.3656,97.6988,879.7026,30.685003,1603.2439,75.39662,355.49268,737.47534,32.356453,18.93027,831.7127,829.9419,1959.2985,129.71468 +2023-09-28 15:00:00,0.0,13169.737,358.29584,68.7301,68.657104,59.59924,265.79782,37.64078,64.330894,25.514095,39.07233,1730.2589,128.62437,23.969065,209.47041,0.18392473,0.051924005,33.94547,0.11753273,0.14002337,569.29364,0.086659305,553.91284,83.83205,0.08276728,0.0691642,170.19902,30.015705,59.695835,109.00838,17016.322,0.04042675,2069.7012,0.5217343,0.04858804,0.09088998,0.070609555,213.65227,273.97668,22.120668,124.3875,39.20238,24.063465,2165.5486,1.3825403,85.73163,43.453995,425.35962,35.839333,467.2081,23.984766,107.36024,0.0,1294.2849,5540.218,4.9893165,433.72418,79.64136,34119.902,63.492256,4.6621714,24.462757,59.832905,18.784513,5.382292,30.375298,893.3786,359.0578,32.7355,3.711714,6.997417,204.56268,23.942045,324.62488,154.99916,2487.7622,551.48334,132.07288,154.17686,393.41898,5.342787,7.714758,11.553017,2.9167652,2.452333,56.024887,68.64503,92.1573,33.106865,39.764046,81.38349,11.055794,3639.0261,29.310808,27.565624,21.99124,17.853737,232.00972,54.74095,29.317709,7.1626954,21.720432,32.598343,114.47506,255.15921,67.53729,227.60306,48.836327,35.540157,149.37941,95.95802,572.4884,96.87192,2.1962085,6.967708,6.25425,67.597145,15145.226,1.9346695,27.22189,44.53052,25.284946,233.58775,63.214306,109.785965,1.8791573,119.17948,422.55927,218.89243,109.94229,425.32306,40.490696,85.10557,136.81842,11.354473,2.152061,13.856272,830.2686,0.04239334,0.30333748,65.16632,12.315244,5.862194,7.3854227,15.310173,81.12606,37.82125,125.32225,646.6404,325.14774,2645.9666,2048.4788,42.705315,71.514755,7478.341,8.926794,128.0059,719.1055,228.85875,308.4227,125.47583,814.9297,861.972,492.7614,29.210714,168.97305,735.71625,1385.2018,80.76891,803.9714,103.04284,1.1442322,51.31019,0.89284617,0.65174294,2.4971728,54.446808,224.32275,94.586105,17.466528,1191.3898,341.00067,192.4018,278.99582,70.301186,56.375,38.5766,101.52913,35.883335,377.49518,175.1146,44.250416,48.443146,36.97135,89.94,95.09361,13.991691,340.0673,97.62068,878.1063,30.6817,1602.2507,75.388435,355.39175,736.4474,32.3153,18.939095,831.6287,830.0287,1958.7355,129.77303 +2023-09-28 16:00:00,0.0,13162.853,358.2736,68.77657,68.68758,59.634342,265.91418,37.652847,64.35691,25.520422,39.090755,1730.9598,128.56653,23.977951,209.51611,0.1834552,0.05200226,33.95255,0.11732539,0.14007956,569.57654,0.08658926,554.0988,83.8801,0.0826609,0.06896515,170.25146,30.031624,59.714817,109.03609,17000.393,0.04043907,2069.6912,0.5222035,0.048515942,0.09098026,0.07044777,213.72269,274.09933,22.120758,124.35,39.20813,24.023277,2165.3425,1.3819301,85.6084,43.388012,425.32916,35.80522,467.2903,23.956598,107.22887,0.0,1293.1472,5535.053,4.963582,433.50323,79.56701,34111.246,63.3913,4.6398168,24.416878,59.634796,18.74503,5.359027,30.264286,892.496,359.12918,32.698807,3.6941762,6.987688,204.17586,23.88275,323.7255,155.10445,2487.593,551.88885,131.89375,154.26805,393.8664,5.34184,7.712803,11.556622,2.9180677,2.453995,55.98281,68.609535,92.15337,33.07863,39.75383,81.31312,11.054677,3640.236,29.299206,27.525,21.962387,17.827364,231.94815,54.7062,29.26389,7.15717,21.706684,32.565193,114.31277,254.62456,67.50111,227.45906,48.79686,35.44565,149.2028,95.82806,571.93207,96.77913,2.1905558,6.963889,6.2573338,67.617966,15138.333,1.9320962,27.210783,44.516388,25.259766,233.43073,63.207035,109.72222,1.8795555,119.16361,422.4987,218.85312,109.87194,425.26233,40.49963,85.087456,136.8155,11.35689,2.1527946,13.860994,830.10236,0.042370845,0.30347776,65.18981,12.322746,5.8660007,7.391424,15.320249,81.1244,37.836666,125.37985,646.7711,325.27274,2646.5952,2048.733,42.72408,71.53935,7474.4756,8.929177,128.05185,719.0447,228.92,308.4872,125.50388,815.23035,861.90216,492.77908,29.209524,168.99925,735.3231,1384.3871,80.76776,803.7122,103.040924,1.1443967,51.295116,0.8928996,0.6519592,2.497294,54.413704,224.38867,94.47097,17.472963,1189.9126,340.80185,192.35715,278.9389,70.22698,56.333332,38.49426,101.56412,35.788887,376.90695,174.99603,44.08593,48.365246,36.990276,89.84381,95.02852,13.978346,339.76898,97.542564,876.5101,30.678396,1601.2577,75.38024,355.29086,735.4195,32.274143,18.94792,831.54474,830.1155,1958.1725,129.83136 +2023-09-28 17:00:00,0.0,13155.968,358.2513,68.82304,68.71805,59.669445,266.03055,37.664913,64.38293,25.526747,39.109184,1731.6606,128.50867,23.986835,209.5618,0.18298566,0.052080516,33.95963,0.117118046,0.14013574,569.85944,0.08651921,554.2847,83.92815,0.08255452,0.068766095,170.30392,30.047543,59.733795,109.063805,16984.463,0.04045139,2069.6812,0.5226727,0.04844384,0.09107053,0.070286,213.79312,274.22195,22.12085,124.3125,39.213875,23.983088,2165.1367,1.3813198,85.48516,43.32203,425.29874,35.77111,467.37253,23.92843,107.0975,0.0,1292.0098,5529.8887,4.937848,433.28226,79.49266,34102.594,63.290348,4.617462,24.370998,59.436684,18.705545,5.3357615,30.153273,891.61334,359.20053,32.66211,3.6766384,6.9779596,203.78905,23.823454,322.8261,155.20972,2487.424,552.29443,131.71463,154.35925,394.3138,5.340893,7.710848,11.560226,2.9193702,2.4556572,55.94074,68.57404,92.149445,33.05039,39.74361,81.242744,11.05356,3641.4463,29.287605,27.484375,21.933533,17.800991,231.88658,54.671448,29.21007,7.1516438,21.692938,32.532043,114.150475,254.0899,67.46493,227.31506,48.75739,35.351135,149.02621,95.69809,571.3758,96.68633,2.184903,6.9600697,6.260417,67.63879,15131.44,1.9295231,27.199677,44.502254,25.234587,233.27368,63.199768,109.65847,1.8799536,119.14774,422.4381,218.81381,109.80159,425.20163,40.508564,85.069336,136.81259,11.359306,2.1535282,13.865716,829.9361,0.04234835,0.30361804,65.21331,12.330248,5.8698072,7.3974257,15.330323,81.12273,37.852085,125.43745,646.902,325.39774,2647.224,2048.9868,42.742847,71.56394,7470.61,8.9315605,128.0978,718.9839,228.98126,308.55173,125.531944,815.531,861.83234,492.79675,29.208332,169.02545,734.93005,1383.5725,80.76661,803.45306,103.039,1.144561,51.28005,0.892953,0.6521754,2.4974148,54.380604,224.45459,94.355835,17.479399,1188.4355,340.603,192.3125,278.88196,70.15278,56.291668,38.411922,101.599106,35.694443,376.3187,174.87749,43.921444,48.287346,37.0092,89.74762,94.963425,13.965001,339.4707,97.46445,874.9138,30.675093,1600.2646,75.372055,355.18997,734.39154,32.23299,18.956745,831.46075,830.20233,1957.6095,129.8897 +2023-09-28 18:00:00,0.0,13149.083,358.22906,68.8695,68.74853,59.704544,266.1469,37.67698,64.40894,25.533073,39.12761,1732.3615,128.45082,23.995722,209.6075,0.18251613,0.052158773,33.96671,0.1169107,0.14019191,570.1424,0.08644917,554.4707,83.9762,0.08244814,0.068567045,170.35638,30.063461,59.752777,109.091515,16968.535,0.040463712,2069.6711,0.5231419,0.04837174,0.09116081,0.07012422,213.86354,274.3446,22.12094,124.275,39.219624,23.9429,2164.9307,1.3807095,85.36193,43.256046,425.2683,35.737,467.4547,23.900265,106.96613,0.0,1290.8721,5524.7236,4.9121137,433.06128,79.41831,34093.938,63.189396,4.5951076,24.325117,59.23857,18.666063,5.3124967,30.042261,890.73065,359.27188,32.625416,3.6591005,6.9682307,203.40222,23.764158,321.92673,155.315,2487.255,552.69995,131.5355,154.45044,394.76123,5.339946,7.708893,11.56383,2.920673,2.4573193,55.898666,68.53856,92.145515,33.022152,39.733395,81.17237,11.0524435,3642.6562,29.276005,27.44375,21.90468,17.774618,231.825,54.636696,29.15625,7.1461177,21.67919,32.498898,113.98818,253.55525,67.42875,227.17105,48.717922,35.256622,148.84961,95.56813,570.81946,96.593544,2.1792502,6.95625,6.2635,67.65961,15124.548,1.92695,27.18857,44.488125,25.209406,233.11664,63.1925,109.59473,1.8803518,119.131874,422.37753,218.7745,109.73124,425.1409,40.5175,85.05122,136.8097,11.361723,2.1542618,13.870439,829.76984,0.042325854,0.30375832,65.2368,12.3377495,5.8736134,7.4034276,15.340399,81.121056,37.8675,125.49504,647.0327,325.52274,2647.8528,2049.241,42.761612,71.58854,7466.744,8.933944,128.14375,718.9231,229.04251,308.61624,125.56,815.83167,861.7625,492.81442,29.207142,169.05167,734.5369,1382.7578,80.76546,803.194,103.03708,1.1447256,51.26498,0.8930063,0.6523916,2.497536,54.3475,224.52051,94.2407,17.485834,1186.9584,340.40414,192.26787,278.825,70.07857,56.25,38.329586,101.63409,35.6,375.73047,174.75893,43.756958,48.209442,37.028126,89.65143,94.89833,13.951656,339.1724,97.38633,873.31757,30.67179,1599.2716,75.36387,355.08905,733.36365,32.191837,18.96557,831.3768,830.2891,1957.0465,129.94804 +2023-09-28 19:00:00,0.0,13142.198,358.20682,68.91596,68.779,59.739647,266.26328,37.68905,64.43496,25.539398,39.146034,1733.0623,128.39296,24.004608,209.6532,0.1820466,0.05223703,33.97379,0.11670336,0.1402481,570.4253,0.08637912,554.6567,84.02425,0.08234176,0.06836799,170.40884,30.07938,59.77176,109.119225,16952.605,0.04047603,2069.6611,0.52361107,0.048299637,0.09125109,0.069962434,213.93398,274.46722,22.121029,124.2375,39.225372,23.90271,2164.7249,1.3800993,85.2387,43.190063,425.23788,35.70289,467.53693,23.872097,106.83477,0.0,1289.7346,5519.559,4.8863792,432.84033,79.343956,34085.285,63.088444,4.572753,24.279238,59.040462,18.62658,5.289232,29.93125,889.848,359.34323,32.588722,3.6415627,6.958502,203.0154,23.704863,321.02734,155.42027,2487.086,553.1055,131.35637,154.54164,395.20865,5.338999,7.7069373,11.567435,2.9219754,2.4589813,55.856594,68.50307,92.14159,32.993916,39.723175,81.102,11.051327,3643.8662,29.264402,27.403126,21.875826,17.748247,231.76343,54.601944,29.10243,7.1405916,21.665442,32.465748,113.82589,253.02061,67.39257,227.02705,48.67845,35.16211,148.673,95.43816,570.2631,96.500755,2.1735973,6.9524307,6.2665834,67.68043,15117.654,1.9243768,27.177464,44.47399,25.184225,232.9596,63.18523,109.53098,1.88075,119.116005,422.31696,218.73521,109.66089,425.0802,40.526436,85.03311,136.8068,11.36414,2.1549954,13.875161,829.6036,0.04230336,0.3038986,65.2603,12.345252,5.87742,7.409429,15.350474,81.119385,37.882915,125.552635,647.1635,325.64774,2648.4817,2049.495,42.78038,71.61314,7462.879,8.936327,128.1897,718.8623,229.10376,308.68076,125.58805,816.1323,861.6927,492.8321,29.205952,169.07787,734.14386,1381.9432,80.7643,802.9348,103.03516,1.14489,51.249912,0.89305973,0.65260786,2.4976568,54.3144,224.58641,94.125565,17.49227,1185.4812,340.20532,192.22322,278.76807,70.004364,56.208332,38.247246,101.669075,35.505554,375.1422,174.64038,43.592472,48.131542,37.047047,89.55524,94.83324,13.938312,338.87408,97.30822,871.7213,30.668486,1598.2786,75.35568,354.98816,732.3357,32.150684,18.974396,831.2928,830.3759,1956.4835,130.00638 +2023-09-28 20:00:00,0.0,13135.313,358.18454,68.962425,68.80947,59.774746,266.37964,37.701115,64.460976,25.545723,39.164463,1733.7632,128.33511,24.013494,209.69888,0.18157707,0.052315287,33.980865,0.11649603,0.14030428,570.70825,0.086309075,554.8426,84.072296,0.08223539,0.06816894,170.46129,30.095299,59.79074,109.146935,16936.676,0.04048835,2069.651,0.5240803,0.048227534,0.09134136,0.06980066,214.00441,274.58984,22.12112,124.2,39.23112,23.862522,2164.5188,1.3794891,85.11546,43.124084,425.20746,35.668777,467.61914,23.84393,106.7034,0.0,1288.5972,5514.394,4.860645,432.61935,79.26961,34076.633,62.987488,4.5503983,24.233358,58.84235,18.587095,5.265967,29.820238,888.96533,359.41458,32.55203,3.6240249,6.948773,202.62859,23.645567,320.12796,155.52556,2486.9167,553.5111,131.17725,154.63284,395.65607,5.338052,7.7049823,11.57104,2.9232779,2.4606435,55.81452,68.467575,92.13766,32.965675,39.71296,81.031624,11.05021,3645.0764,29.252802,27.3625,21.846973,17.721874,231.70186,54.567192,29.04861,7.1350656,21.651693,32.4326,113.6636,252.48596,67.356384,226.88306,48.638985,35.0676,148.4964,95.3082,569.7068,96.40797,2.1679447,6.9486113,6.269667,67.701256,15110.762,1.9218037,27.166357,44.459858,25.159044,232.80257,63.177963,109.46723,1.8811481,119.10014,422.25638,218.6959,109.59054,425.01947,40.53537,85.01499,136.80388,11.366556,2.155729,13.879883,829.4373,0.042280864,0.30403888,65.2838,12.352754,5.8812265,7.4154305,15.36055,81.11772,37.898335,125.61024,647.2943,325.77274,2649.1104,2049.749,42.799145,71.637726,7459.013,8.93871,128.23564,718.8015,229.16501,308.74527,125.61611,816.4329,861.62286,492.84976,29.204762,169.10406,733.75073,1381.1285,80.763145,802.67566,103.03323,1.1450545,51.234844,0.89311314,0.65282404,2.497778,54.281296,224.65233,94.01043,17.498705,1184.0042,340.00647,192.17857,278.71112,69.93016,56.166668,38.16491,101.70406,35.41111,374.554,174.52184,43.427986,48.053642,37.06597,89.45905,94.76814,13.924967,338.57578,97.2301,870.12506,30.665182,1597.2855,75.347496,354.88727,731.3078,32.109528,18.98322,831.2088,830.4627,1955.9205,130.06471 +2023-09-28 21:00:00,0.0,13128.428,358.1623,69.008896,68.83994,59.80985,266.496,37.71318,64.486984,25.55205,39.182888,1734.464,128.27725,24.022379,209.74458,0.18110754,0.05239354,33.987946,0.116288684,0.14036047,570.99115,0.086239025,555.02856,84.120346,0.08212901,0.06796988,170.51375,30.111217,59.809723,109.174644,16920.746,0.040500674,2069.6409,0.5245495,0.048155434,0.09143164,0.06963888,214.07483,274.7125,22.12121,124.1625,39.236866,23.822332,2164.313,1.3788788,84.99223,43.0581,425.177,35.634666,467.70135,23.815763,106.57204,0.0,1287.4595,5509.2295,4.834911,432.39838,79.19526,34067.977,62.886536,4.5280433,24.187479,58.64424,18.547613,5.242702,29.709227,888.0827,359.48593,32.515335,3.606487,6.939044,202.24176,23.58627,319.22858,155.63083,2486.7478,553.9166,130.99812,154.72403,396.1035,5.337105,7.7030272,11.574645,2.9245806,2.4623055,55.77245,68.43208,92.13373,32.93744,39.70274,80.96125,11.049093,3646.2864,29.2412,27.321875,21.81812,17.695501,231.64027,54.53244,28.994791,7.1295395,21.637947,32.39945,113.501305,251.95131,67.320206,226.73906,48.599514,34.973087,148.3198,95.17823,569.15045,96.31517,2.1622918,6.944792,6.2727504,67.72208,15103.869,1.9192306,27.15525,44.44573,25.133863,232.64552,63.170692,109.40349,1.8815463,119.084274,422.1958,218.6566,109.52019,424.95877,40.544304,84.99688,136.80096,11.368973,2.1564627,13.884605,829.271,0.04225837,0.30417916,65.30729,12.360256,5.885033,7.4214325,15.370625,81.11605,37.91375,125.66783,647.42505,325.89774,2649.7393,2050.0032,42.817913,71.66232,7455.148,8.941093,128.2816,718.74066,229.22626,308.80978,125.644165,816.7336,861.55304,492.86743,29.203571,169.13026,733.35767,1380.314,80.76199,802.4165,103.03131,1.145219,51.219772,0.8931665,0.6530403,2.4978988,54.248196,224.71825,93.895294,17.50514,1182.527,339.80762,192.13393,278.65417,69.85595,56.125,38.08257,101.739044,35.316666,373.96573,174.40327,43.2635,47.97574,37.084896,89.36286,94.70306,13.911621,338.27747,97.151985,868.5288,30.661879,1596.2925,75.33931,354.78638,730.27985,32.068375,18.992044,831.12476,830.54956,1955.3577,130.12306 +2023-09-28 22:00:00,0.0,13121.543,358.14,69.05536,68.87042,59.844948,266.61237,37.725246,64.513,25.558374,39.201317,1735.1648,128.2194,24.031265,209.79027,0.180638,0.052471798,33.995026,0.11608134,0.14041665,571.27405,0.08616898,555.2145,84.168396,0.08202263,0.06777083,170.56621,30.127136,59.828705,109.202354,16904.818,0.040512994,2069.6309,0.5250187,0.04808333,0.09152191,0.069477096,214.14526,274.8351,22.1213,124.125,39.242615,23.782145,2164.107,1.3782686,84.869,42.99212,425.1466,35.600555,467.78357,23.787596,106.44067,0.0,1286.322,5504.065,4.8091764,432.17743,79.12091,34059.324,62.785583,4.5056887,24.1416,58.44613,18.50813,5.219437,29.598213,887.2,359.55728,32.47864,3.5889494,6.9293156,201.85493,23.526974,318.3292,155.73611,2486.5786,554.3222,130.819,154.81523,396.5509,5.336158,7.701072,11.57825,2.925883,2.4639676,55.730377,68.39659,92.1298,32.9092,39.692524,80.89088,11.0479765,3647.4966,29.229599,27.28125,21.789267,17.669128,231.5787,54.49769,28.940971,7.1240134,21.624199,32.3663,113.33901,251.41666,67.28403,226.59505,48.560047,34.878574,148.14319,95.04826,568.5941,96.22238,2.156639,6.9409723,6.2758336,67.7429,15096.977,1.9166574,27.144144,44.431595,25.108683,232.48848,63.163425,109.339745,1.8819444,119.068405,422.13522,218.61731,109.44984,424.89804,40.55324,84.97876,136.79807,11.371389,2.1571963,13.889328,829.10474,0.042235874,0.30431944,65.33079,12.367758,5.8888397,7.427434,15.3807,81.11438,37.92917,125.725426,647.55585,326.02274,2650.368,2050.257,42.836678,71.68692,7451.282,8.943477,128.32755,718.6799,229.2875,308.8743,125.67222,817.03424,861.4832,492.8851,29.202381,169.15648,732.96454,1379.4993,80.76084,802.15735,103.029396,1.1453834,51.204704,0.8932199,0.6532565,2.49802,54.215096,224.78416,93.78016,17.511574,1181.0498,339.6088,192.0893,278.59723,69.781746,56.083332,38.000233,101.77403,35.22222,373.3775,174.28473,43.09902,47.89784,37.103817,89.26667,94.63796,13.898276,337.97916,97.07387,866.93256,30.658575,1595.2994,75.331116,354.6855,729.25195,32.02722,19.00087,831.0408,830.63635,1954.7947,130.1814 +2023-09-28 23:00:00,0.0,13114.658,358.11777,69.10182,68.900894,59.88005,266.72873,37.737312,64.53902,25.5647,39.21974,1735.8656,128.16154,24.040152,209.83597,0.18016846,0.052550055,34.002106,0.115874,0.14047283,571.557,0.08609893,555.40045,84.216446,0.08191625,0.067571774,170.61867,30.143055,59.847687,109.230064,16888.889,0.040525313,2069.6208,0.52548784,0.048011232,0.09161219,0.06931532,214.21568,274.95773,22.12139,124.0875,39.248363,23.741955,2163.9011,1.3776582,84.74577,42.926136,425.11615,35.566444,467.86578,23.759428,106.309296,0.0,1285.1843,5498.9,4.783442,431.95645,79.046555,34050.668,62.68463,4.483334,24.09572,58.248016,18.468645,5.1961718,29.487202,886.3174,359.62863,32.441948,3.5714116,6.9195867,201.46811,23.467678,317.4298,155.84138,2486.4097,554.7278,130.63986,154.90642,396.99835,5.335211,7.699117,11.581854,2.9271855,2.4656298,55.688305,68.3611,92.12587,32.880962,39.682304,80.8205,11.04686,3648.7065,29.217997,27.240625,21.760412,17.642756,231.51714,54.462936,28.887154,7.118488,21.61045,32.33315,113.17672,250.88202,67.24785,226.45105,48.520576,34.78406,147.96658,94.918304,568.0378,96.12959,2.1509862,6.937153,6.278917,67.76372,15090.084,1.9140842,27.133036,44.417465,25.083502,232.33145,63.15616,109.27599,1.8823426,119.052536,422.07465,218.578,109.379486,424.83734,40.562176,84.96065,136.79517,11.373806,2.15793,13.89405,828.9385,0.04221338,0.30445972,65.35428,12.375259,5.8926463,7.4334354,15.390776,81.11271,37.944584,125.78303,647.68665,326.14774,2650.9968,2050.5112,42.855446,71.71152,7447.4165,8.94586,128.37349,718.6191,229.34875,308.9388,125.70027,817.3349,861.41345,492.9028,29.201189,169.18268,732.5715,1378.6847,80.75969,801.8982,103.02747,1.1455479,51.189636,0.89327323,0.6534727,2.4981408,54.18199,224.85008,93.665016,17.51801,1179.5728,339.40994,192.04465,278.54028,69.707535,56.041668,37.917896,101.80902,35.127777,372.78925,174.16617,42.934532,47.81994,37.12274,89.17048,94.57287,13.884932,337.68085,96.99575,865.3363,30.655272,1594.3064,75.32293,354.58456,728.224,31.986067,19.009695,830.9568,830.72314,1954.2317,130.23973 +2023-09-29 00:00:00,0.0,13107.773,358.09552,69.148285,68.931366,59.91515,266.8451,37.74938,64.56503,25.571026,39.238167,1736.5664,128.1037,24.049036,209.88167,0.17969893,0.052628312,34.009186,0.11566666,0.14052902,571.8399,0.08602889,555.5864,84.264496,0.08180987,0.067372724,170.67111,30.158974,59.86667,109.257774,16872.959,0.040537637,2069.6108,0.52595705,0.04793913,0.09170247,0.06915354,214.28612,275.08038,22.12148,124.05,39.25411,23.701767,2163.695,1.377048,84.622536,42.860157,425.08572,35.532333,467.948,23.731262,106.17793,0.0,1284.0469,5493.7354,4.7577076,431.73547,78.972206,34042.016,62.583675,4.4609795,24.04984,58.049904,18.429163,5.172907,29.37619,885.4347,359.7,32.405254,3.5538738,6.9098577,201.0813,23.408382,316.53043,155.94667,2486.2405,555.1333,130.46075,154.99762,397.44577,5.334264,7.697162,11.585459,2.928488,2.4672918,55.646233,68.325615,92.12194,32.852722,39.67209,80.75013,11.045743,3649.9167,29.206396,27.2,21.73156,17.616385,231.45555,54.428185,28.833334,7.112962,21.596704,32.3,113.01443,250.34737,67.21166,226.30705,48.481106,34.689552,147.79,94.78834,567.48145,96.0368,2.1453335,6.9333334,6.282,67.78454,15083.191,1.9115111,27.12193,44.40333,25.058321,232.17441,63.148888,109.21225,1.8827406,119.03667,422.01407,218.5387,109.309135,424.77664,40.57111,84.942535,136.79225,11.376223,2.1586635,13.898772,828.7722,0.042190883,0.3046,65.37778,12.382762,5.896453,7.4394374,15.400851,81.11104,37.96,125.84062,647.81744,326.27274,2651.6255,2050.7654,42.87421,71.73611,7443.5513,8.948243,128.41945,718.5583,229.41,309.00333,125.72833,817.63556,861.3436,492.92047,29.199999,169.20888,732.17834,1377.87,80.75853,801.63904,103.02555,1.1457124,51.17457,0.89332664,0.6536889,2.4982617,54.14889,224.916,93.54988,17.524445,1178.0956,339.2111,192.0,278.48334,69.63333,56.0,37.835556,101.844,35.033333,372.20102,174.04762,42.770046,47.742035,37.141666,89.07429,94.507774,13.871587,337.38254,96.91764,863.74005,30.651968,1593.3132,75.31474,354.48367,727.1961,31.944914,19.01852,830.8728,830.81,1953.6687,130.29808 +2023-09-29 01:00:00,0.0,13100.889,358.07324,69.19475,68.96184,59.950253,266.96146,37.761444,64.59105,25.57735,39.256596,1737.2673,128.04584,24.057922,209.92735,0.1792294,0.05270657,34.016266,0.115459315,0.1405852,572.12286,0.08595884,555.77234,84.31254,0.08170349,0.06717367,170.72357,30.174892,59.88565,109.285484,16857.031,0.040549956,2069.6008,0.52642626,0.04786703,0.09179274,0.068991765,214.35654,275.203,22.12157,124.0125,39.259857,23.661577,2163.4893,1.3764378,84.499306,42.794174,425.0553,35.498222,468.0302,23.703094,106.04656,0.0,1282.9094,5488.5703,4.731973,431.51453,78.89786,34033.36,62.482723,4.438625,24.003962,57.85179,18.389679,5.149642,29.265179,884.55206,359.77136,32.36856,3.536336,6.900129,200.69447,23.349087,315.63104,156.05194,2486.0713,555.5389,130.28162,155.08882,397.8932,5.333317,7.695207,11.589064,2.9297907,2.4689538,55.60416,68.29012,92.11801,32.824486,39.66187,80.679756,11.044627,3651.1267,29.194796,27.159374,21.702705,17.590012,231.39398,54.393433,28.779514,7.1074357,21.582956,32.26685,112.852135,249.81271,67.17548,226.16304,48.44164,34.59504,147.61339,94.65837,566.9252,95.94401,2.1396809,6.929514,6.285084,67.80536,15076.299,1.9089379,27.110823,44.3892,25.033142,232.01736,63.14162,109.148506,1.8831388,119.0208,421.9535,218.49939,109.238785,424.7159,40.580048,84.924416,136.78934,11.378639,2.1593971,13.903494,828.60596,0.04216839,0.30474028,65.401276,12.390264,5.9002595,7.445439,15.410927,81.109375,37.975418,125.89822,647.94824,326.39774,2652.2544,2051.0193,42.89298,71.760704,7439.6855,8.950627,128.4654,718.4975,229.47125,309.06784,125.756386,817.93616,861.2738,492.93814,29.198809,169.23509,731.7853,1377.0554,80.75738,801.3799,103.02363,1.1458768,51.1595,0.89338005,0.65390515,2.4983828,54.115788,224.98192,93.434746,17.53088,1176.6184,339.01227,191.95537,278.4264,69.55913,55.958332,37.75322,101.87899,34.93889,371.61276,173.92908,42.60556,47.664135,37.16059,88.978096,94.44268,13.858242,337.08423,96.83952,862.14374,30.648664,1592.3202,75.30656,354.38278,726.16815,31.903759,19.027346,830.7888,830.8968,1953.1057,130.35641 +2023-09-29 02:00:00,0.0,13094.004,358.051,69.24121,68.99232,59.98535,267.07782,37.77351,64.617065,25.583677,39.27502,1737.9681,127.98799,24.066809,209.97305,0.17875986,0.052784823,34.023342,0.11525197,0.14064138,572.40576,0.085888796,555.9583,84.36059,0.08159711,0.06697462,170.77603,30.190811,59.90463,109.313194,16841.102,0.040562276,2069.5908,0.52689546,0.047794927,0.09188302,0.06882998,214.42697,275.32565,22.12166,123.975,39.265606,23.62139,2163.2832,1.3758276,84.376076,42.72819,425.02484,35.46411,468.11243,23.674927,105.9152,0.0,1281.7717,5483.406,4.706239,431.29355,78.82351,34024.707,62.38177,4.4162703,23.95808,57.653683,18.350197,5.126377,29.154167,883.66943,359.8427,32.331863,3.518798,6.8904,200.30765,23.289791,314.73166,156.15723,2485.9023,555.9444,130.1025,155.18001,398.3406,5.33237,7.693252,11.592669,2.9310932,2.470616,55.562088,68.25464,92.11408,32.796246,39.651653,80.60938,11.04351,3652.337,29.183193,27.11875,21.673853,17.563639,231.33241,54.35868,28.725695,7.1019096,21.569208,32.2337,112.68984,249.27806,67.139305,226.01904,48.40217,34.500526,147.43678,94.528404,566.36884,95.85122,2.134028,6.9256945,6.288167,67.82619,15069.405,1.9063648,27.099716,44.37507,25.007961,231.86034,63.13435,109.084755,1.8835369,119.00493,421.8929,218.4601,109.168434,424.6552,40.58898,84.9063,136.78644,11.381056,2.1601307,13.908216,828.4397,0.042145893,0.30488056,65.42477,12.397766,5.9040656,7.4514403,15.421001,81.107704,37.990833,125.95582,648.079,326.52274,2652.883,2051.2734,42.911743,71.7853,7435.82,8.953011,128.51134,718.43665,229.5325,309.13235,125.78444,818.2368,861.204,492.9558,29.197618,169.26129,731.39215,1376.2407,80.756226,801.1208,103.021706,1.1460413,51.14443,0.8934334,0.6541214,2.4985037,54.082687,225.04784,93.31961,17.537315,1175.1414,338.81342,191.91072,278.36945,69.48492,55.916668,37.67088,101.91398,34.844444,371.0245,173.81052,42.441074,47.586235,37.179512,88.881905,94.377594,13.844897,336.78595,96.761406,860.5475,30.64536,1591.3271,75.29837,354.28186,725.14026,31.862604,19.036171,830.70483,830.9836,1952.5427,130.41475 +2023-09-29 03:00:00,0.0,13087.119,358.02872,69.287674,69.02279,60.020454,267.19418,37.78558,64.64308,25.590002,39.29345,1738.669,127.93014,24.075695,210.01875,0.17829032,0.05286308,34.030422,0.11504463,0.14069757,572.68866,0.08581875,556.1443,84.40864,0.08149073,0.06677557,170.82849,30.20673,59.92361,109.340904,16825.172,0.0405746,2069.5808,0.5273646,0.047722824,0.0919733,0.0686682,214.4974,275.44827,22.12175,123.9375,39.271355,23.5812,2163.0771,1.3752173,84.25284,42.66221,424.99445,35.43,468.19464,23.64676,105.78383,0.0,1280.6343,5478.241,4.680505,431.07257,78.74916,34016.055,62.28082,4.3939157,23.9122,57.45557,18.310713,5.103112,29.043154,882.78674,359.91406,32.29517,3.5012603,6.8806715,199.92084,23.230495,313.83228,156.2625,2485.7332,556.35,129.92337,155.27121,398.78802,5.331423,7.6912966,11.596272,2.9323957,2.472278,55.520016,68.21915,92.11015,32.76801,39.641434,80.53901,11.042394,3653.5469,29.171593,27.078125,21.645,17.537266,231.27083,54.32393,28.671875,7.0963836,21.555462,32.20055,112.52756,248.74341,67.10313,225.87505,48.3627,34.406013,147.26018,94.39844,565.8125,95.75842,2.1283753,6.921875,6.29125,67.84701,15062.513,1.9037917,27.08861,44.360935,24.98278,231.7033,63.127083,109.02101,1.8839351,118.98907,421.83234,218.42079,109.09808,424.59448,40.597916,84.88818,136.78354,11.383472,2.1608644,13.912939,828.27344,0.0421234,0.30502084,65.448265,12.405268,5.907872,7.4574423,15.431077,81.10603,38.006252,126.01341,648.2098,326.64774,2653.512,2051.5273,42.93051,71.80989,7431.9546,8.955394,128.5573,718.37585,229.59375,309.19687,125.8125,818.5375,861.13416,492.97348,29.196428,169.28749,730.9991,1375.4261,80.75507,800.86163,103.01978,1.1462057,51.12936,0.8934868,0.6543376,2.4986248,54.049583,225.11375,93.204475,17.54375,1173.6642,338.61456,191.86607,278.3125,69.41071,55.875,37.588543,101.94896,34.75,370.43628,173.69197,42.27659,47.50833,37.198437,88.78571,94.3125,13.8315525,336.48764,96.68329,858.95123,30.642057,1590.3341,75.290184,354.18097,724.1123,31.821451,19.044996,830.62085,831.07043,1951.9797,130.4731 +2023-09-29 04:00:00,0.0,13080.234,358.00647,69.334145,69.05326,60.055553,267.31055,37.797646,64.6691,25.596327,39.311874,1739.3698,127.872284,24.08458,210.06444,0.17782079,0.052941337,34.037502,0.11483729,0.14075375,572.9716,0.0857487,556.3302,84.45669,0.08138435,0.06657651,170.88094,30.222649,59.942593,109.368614,16809.242,0.04058692,2069.5708,0.5278338,0.047650725,0.09206357,0.06850643,214.56783,275.5709,22.121841,123.9,39.2771,23.541012,2162.8713,1.3746071,84.12961,42.59623,424.964,35.39589,468.27686,23.618593,105.652466,0.0,1279.4966,5473.076,4.6547704,430.85162,78.674805,34007.4,62.179867,4.371561,23.866322,57.25746,18.271229,5.0798473,28.932142,881.9041,359.9854,32.258476,3.4837224,6.8709426,199.53401,23.171198,312.9329,156.36778,2485.5642,556.75555,129.74425,155.3624,399.23544,5.330476,7.6893415,11.599877,2.9336984,2.4739401,55.477943,68.183655,92.106224,32.73977,39.631218,80.468636,11.041277,3654.7568,29.15999,27.0375,21.616146,17.510893,231.20926,54.289177,28.618055,7.0908575,21.541714,32.1674,112.365265,248.20877,67.06694,225.73105,48.32323,34.311504,147.08357,94.26848,565.25616,95.665634,2.1227224,6.9180555,6.2943335,67.86783,15055.62,1.9012185,27.077503,44.346806,24.9576,231.54625,63.119816,108.95727,1.8843333,118.9732,421.77176,218.38148,109.02773,424.53378,40.606853,84.87007,136.78062,11.385889,2.161598,13.917661,828.1072,0.042100903,0.30516112,65.471756,12.412769,5.911679,7.4634438,15.441153,81.10436,38.021667,126.07101,648.3406,326.77274,2654.1406,2051.7815,42.949276,71.83449,7428.089,8.957777,128.60324,718.31506,229.655,309.26138,125.84055,818.83813,861.06433,492.99115,29.195238,169.31369,730.606,1374.6115,80.753914,800.6025,103.01787,1.1463702,51.114292,0.89354014,0.65455383,2.4987457,54.016483,225.17967,93.08934,17.550186,1172.187,338.41574,191.82143,278.25555,69.3365,55.833332,37.506207,101.98395,34.655556,369.84802,173.57341,42.112106,47.43043,37.21736,88.68953,94.247406,13.818208,336.18933,96.60517,857.355,30.638754,1589.3411,75.28199,354.08008,723.0844,31.780296,19.05382,830.53687,831.1572,1951.4167,130.53143 +2023-09-29 05:00:00,0.0,13073.35,357.9842,69.38061,69.08373,60.090656,267.4269,37.80971,64.695114,25.602654,39.3303,1740.0707,127.81443,24.093466,210.11014,0.17735127,0.053019594,34.044582,0.114629954,0.14080992,573.2545,0.08567866,556.5162,84.50474,0.081277974,0.06637746,170.9334,30.238567,59.961575,109.396324,16793.314,0.040599238,2069.5608,0.528303,0.04757862,0.09215385,0.068344645,214.63826,275.69354,22.121931,123.8625,39.28285,23.500822,2162.6653,1.3739969,84.00638,42.530247,424.93356,35.36178,468.35907,23.590425,105.521095,0.0,1278.3591,5467.9116,4.629036,430.63065,78.60046,33998.746,62.07891,4.3492064,23.820442,57.05935,18.231747,5.056582,28.82113,881.0214,360.05676,32.221783,3.4661846,6.8612137,199.14719,23.111902,312.0335,156.47305,2485.395,557.1611,129.56512,155.4536,399.68286,5.329529,7.6873865,11.603482,2.935001,2.4756024,55.43587,68.14816,92.10229,32.711533,39.621,80.39826,11.04016,3655.967,29.14839,26.996876,21.587294,17.48452,231.14769,54.254425,28.564236,7.0853314,21.527966,32.13425,112.20297,247.67412,67.03076,225.58704,48.283764,34.21699,146.90697,94.13851,564.6998,95.572845,2.1170697,6.914236,6.297417,67.88865,15048.728,1.8986454,27.066397,44.332672,24.932419,231.38922,63.112545,108.89352,1.8847314,118.95733,421.71118,218.3422,108.95738,424.47305,40.615788,84.85195,136.77771,11.388306,2.1623316,13.922383,827.9409,0.04207841,0.3053014,65.495255,12.420272,5.9154854,7.469445,15.451228,81.1027,38.037083,126.1286,648.4713,326.89774,2654.7695,2052.0356,42.968044,71.859085,7424.2236,8.96016,128.64919,718.2543,229.71626,309.3259,125.86861,819.1388,860.9945,493.00882,29.194048,169.3399,730.2129,1373.7969,80.75276,800.3433,103.015945,1.1465347,51.099224,0.89359355,0.65477,2.4988668,53.98338,225.24559,92.974205,17.556622,1170.71,338.2169,191.7768,278.1986,69.2623,55.791668,37.423866,102.018936,34.56111,369.2598,173.45486,41.94762,47.35253,37.236282,88.59334,94.18231,13.804863,335.89102,96.527054,855.7587,30.63545,1588.348,75.2738,353.9792,722.05646,31.739143,19.062645,830.4529,831.244,1950.8538,130.58977 +2023-09-29 06:00:00,0.0,13066.464,357.96194,69.42707,69.11421,60.125755,267.54327,37.821777,64.72113,25.608978,39.34873,1740.7715,127.75658,24.102352,210.15584,0.17688173,0.05309785,34.051662,0.11442261,0.14086612,573.5375,0.08560861,556.7021,84.55279,0.0811716,0.066178404,170.98586,30.254486,59.980556,109.424034,16777.385,0.04061156,2069.5505,0.52877223,0.047506522,0.09224412,0.06818287,214.70868,275.81616,22.12202,123.825,39.288597,23.460634,2162.4595,1.3733865,83.88314,42.464264,424.90314,35.327667,468.44128,23.56226,105.38973,0.0,1277.2216,5462.747,4.6033015,430.40967,78.52611,33990.09,61.97796,4.326852,23.774563,56.861237,18.192263,5.033317,28.71012,880.1388,360.1281,32.18509,3.4486468,6.851485,198.76038,23.052607,311.13412,156.57834,2485.226,557.56665,129.38599,155.54478,400.13028,5.328582,7.6854315,11.607087,2.9363034,2.4772644,55.3938,68.11267,92.09836,32.683296,39.61078,80.32789,11.039043,3657.177,29.13679,26.95625,21.55844,17.458149,231.0861,54.219673,28.510416,7.079806,21.514217,32.1011,112.04068,247.13947,66.99458,225.44304,48.244293,34.12248,146.73036,94.008545,564.1435,95.48006,2.1114168,6.9104166,6.3005004,67.90947,15041.835,1.8960723,27.05529,44.31854,24.907238,231.23218,63.105278,108.82977,1.8851296,118.94146,421.6506,218.30289,108.88703,424.41235,40.62472,84.83384,136.77481,11.390722,2.1630652,13.927105,827.77466,0.042055912,0.30544165,65.518745,12.427773,5.919292,7.475447,15.461303,81.10103,38.0525,126.1862,648.6022,327.02274,2655.3984,2052.2896,42.986813,71.883675,7420.358,8.9625435,128.69514,718.1935,229.77751,309.3904,125.89667,819.43945,860.9247,493.0265,29.192856,169.3661,729.8198,1372.9822,80.75161,800.08417,103.01402,1.1466991,51.084156,0.89364696,0.65498626,2.4989877,53.95028,225.31151,92.85906,17.563057,1169.2328,338.01804,191.73215,278.14166,69.188095,55.75,37.34153,102.053925,34.466667,368.67154,173.33632,41.783134,47.274628,37.255207,88.49715,94.11722,13.791518,335.5927,96.448944,854.1625,30.632147,1587.355,75.26562,353.8783,721.0285,31.697989,19.07147,830.3689,831.3309,1950.2908,130.64812 +2023-09-29 07:00:00,0.0,13059.579,357.9397,69.47353,69.144684,60.16086,267.65964,37.833843,64.74714,25.615303,39.367153,1741.4723,127.69872,24.111238,210.20152,0.1764122,0.053176105,34.058743,0.11421527,0.1409223,573.8204,0.085538566,556.88806,84.60084,0.08106522,0.065979354,171.03831,30.270405,59.99954,109.451744,16761.455,0.04062388,2069.5405,0.5292414,0.04743442,0.0923344,0.06802109,214.77911,275.93878,22.122112,123.7875,39.294342,23.420444,2162.2534,1.3727763,83.75991,42.39828,424.8727,35.293556,468.5235,23.534092,105.25836,0.0,1276.084,5457.582,4.5775676,430.18872,78.45176,33981.438,61.877007,4.3044972,23.728683,56.663124,18.152779,5.010052,28.599108,879.2561,360.1995,32.148396,3.431109,6.841756,198.37355,22.99331,310.23474,156.68361,2485.057,557.9722,129.20688,155.63599,400.5777,5.327635,7.6834764,11.610691,2.9376059,2.4789267,55.351727,68.07719,92.09443,32.655056,39.600563,80.257515,11.037927,3658.3872,29.125187,26.915625,21.529587,17.431776,231.02454,54.18492,28.456596,7.07428,21.500471,32.06795,111.87839,246.60481,66.958405,225.29904,48.204826,34.027966,146.55376,93.87858,563.58716,95.38726,2.1057642,6.906597,6.3035836,67.9303,15034.942,1.893499,27.044184,44.30441,24.882057,231.07513,63.098007,108.76603,1.8855277,118.92559,421.59006,218.26358,108.81668,424.35162,40.633656,84.81573,136.77191,11.39314,2.1637988,13.931828,827.6084,0.042033415,0.30558193,65.542244,12.435276,5.9230986,7.4814487,15.471378,81.09936,38.067917,126.2438,648.7329,327.14774,2656.027,2052.5437,43.005577,71.90827,7416.492,8.964927,128.74109,718.1327,229.83876,309.45493,125.92472,819.74005,860.85486,493.04416,29.191666,169.3923,729.4267,1372.1676,80.75046,799.825,103.0121,1.1468636,51.069084,0.8937003,0.65520245,2.4991088,53.91718,225.37741,92.74393,17.56949,1167.7556,337.8192,191.6875,278.08472,69.113884,55.708332,37.25919,102.088905,34.372223,368.0833,173.21776,41.61865,47.196728,37.27413,88.400955,94.052124,13.778173,335.2944,96.37083,852.5662,30.628843,1586.3619,75.25743,353.77737,720.0006,31.656836,19.080296,830.2849,831.41766,1949.7278,130.70645 +2023-09-29 08:00:00,0.0,13052.694,357.91742,69.52,69.175156,60.195957,267.776,37.84591,64.773155,25.62163,39.38558,1742.1731,127.64087,24.120123,210.24722,0.17594266,0.053254362,34.06582,0.11400793,0.14097849,574.1033,0.085468516,557.07404,84.64889,0.08095884,0.0657803,171.09076,30.286324,60.01852,109.47946,16745.527,0.040636204,2069.5305,0.5297106,0.047362316,0.092424676,0.06785931,214.84955,276.06143,22.122202,123.75,39.30009,23.380257,2162.0476,1.372166,83.63668,42.332302,424.8423,35.259445,468.6057,23.505924,105.12699,0.0,1274.9465,5452.4175,4.551833,429.96774,78.3774,33972.785,61.776054,4.2821426,23.682804,56.46501,18.113297,4.9867873,28.488094,878.3735,360.27084,32.111702,3.4135711,6.8320274,197.98672,22.934015,309.33536,156.7889,2484.888,558.37775,129.02774,155.72719,401.02512,5.326688,7.6815214,11.614296,2.9389086,2.4805887,55.309654,68.041695,92.0905,32.62682,39.590343,80.18714,11.03681,3659.5972,29.113586,26.875,21.500732,17.405403,230.96297,54.15017,28.402779,7.0687537,21.486723,32.0348,111.716095,246.07018,66.92222,225.15503,48.165356,33.933456,146.37717,93.74861,563.0309,95.29447,2.1001112,6.9027777,6.306667,67.95112,15028.05,1.8909259,27.033077,44.290276,24.856878,230.91809,63.09074,108.70228,1.8859259,118.90972,421.52948,218.22427,108.74633,424.29092,40.642593,84.79761,136.769,11.395556,2.1645324,13.93655,827.44214,0.042010922,0.3057222,65.56574,12.442778,5.926905,7.48745,15.481454,81.09769,38.083336,126.30139,648.8637,327.27274,2656.656,2052.7979,43.024345,71.93287,7412.627,8.96731,128.78703,718.07184,229.90001,309.51944,125.952774,820.0407,860.78503,493.06183,29.190475,169.41852,729.0336,1371.3529,80.749306,799.56586,103.01018,1.147028,51.054016,0.8937537,0.6554187,2.4992297,53.884075,225.44333,92.62879,17.575926,1166.2786,337.62036,191.64287,278.02777,69.03968,55.666668,37.176853,102.12389,34.27778,367.49506,173.09921,41.454163,47.118828,37.293056,88.30476,93.98704,13.764829,334.9961,96.29271,850.97,30.62554,1585.3689,75.249245,353.67648,718.97266,31.61568,19.08912,830.2009,831.50446,1949.1648,130.76479 +2023-09-29 09:00:00,0.0,13045.81,357.89517,69.56647,69.205635,60.23106,267.89236,37.857975,64.79917,25.627954,39.404007,1742.8739,127.583015,24.12901,210.29291,0.17547312,0.05333262,34.0729,0.113800585,0.14103466,574.3862,0.08539847,557.25995,84.69694,0.080852464,0.06558125,171.14322,30.302244,60.037502,109.50717,16729.598,0.040648524,2069.5205,0.5301798,0.047290217,0.09251495,0.06769753,214.91997,276.18405,22.122292,123.7125,39.30584,23.340067,2161.8416,1.3715558,83.51344,42.26632,424.81183,35.225334,468.68793,23.477758,104.99563,0.0,1273.8088,5447.2524,4.5260987,429.74677,78.303055,33964.13,61.6751,4.259788,23.636923,56.2669,18.073812,4.9635224,28.377083,877.4908,360.3422,32.07501,3.3960333,6.8222985,197.5999,22.87472,308.43597,156.89417,2484.7188,558.7833,128.84862,155.81837,401.47253,5.325741,7.6795664,11.617901,2.940211,2.4822507,55.26758,68.0062,92.08657,32.59858,39.580128,80.11677,11.035693,3660.8074,29.101984,26.834375,21.47188,17.37903,230.90138,54.115417,28.348959,7.0632277,21.472975,32.00165,111.5538,245.53552,66.88604,225.01103,48.12589,33.838943,146.20056,93.61865,562.47455,95.20168,2.0944586,6.898958,6.30975,67.97194,15021.156,1.8883528,27.02197,44.276146,24.831697,230.76106,63.083473,108.638535,1.886324,118.89385,421.4689,218.18498,108.67598,424.2302,40.651527,84.779495,136.76608,11.397973,2.165266,13.941272,827.2759,0.041988425,0.3058625,65.58923,12.450279,5.9307117,7.493452,15.491529,81.09602,38.09875,126.35899,648.9945,327.39774,2657.2847,2053.0518,43.04311,71.957466,7408.761,8.969693,128.833,718.01105,229.96126,309.58395,125.98083,820.3414,860.7152,493.0795,29.189285,169.44472,728.6405,1370.5383,80.748146,799.30676,103.008255,1.1471925,51.038948,0.8938071,0.6556349,2.4993508,53.850975,225.50925,92.51366,17.582361,1164.8014,337.4215,191.59822,277.97083,68.96548,55.625,37.094517,102.15888,34.183334,366.90683,172.98065,41.289677,47.040924,37.311977,88.20857,93.92194,13.751484,334.69778,96.21459,849.3737,30.622236,1584.3757,75.24106,353.5756,717.94476,31.574528,19.097946,830.11694,831.5913,1948.6018,130.82314 +2023-09-29 10:00:00,0.0,13038.925,357.8729,69.61293,69.23611,60.26616,268.00873,37.87004,64.82519,25.634281,39.422432,1743.5748,127.52516,24.137896,210.33861,0.17500359,0.053410877,34.07998,0.11359324,0.14109084,574.6691,0.08532842,557.4459,84.74499,0.080746084,0.06538219,171.19568,30.318163,60.05648,109.53488,16713.668,0.040660843,2069.5105,0.530649,0.047218114,0.092605226,0.06753575,214.9904,276.3067,22.122381,123.675,39.31159,23.299877,2161.6357,1.3709456,83.39021,42.200336,424.78143,35.191223,468.77014,23.44959,104.86426,0.0,1272.6714,5442.088,4.5003643,429.52582,78.22871,33955.477,61.574146,4.2374334,23.591043,56.06879,18.034328,4.9402575,28.266071,876.60815,360.41354,32.03831,3.3784955,6.8125696,197.21309,22.815424,307.5366,156.99945,2484.5498,559.18884,128.6695,155.90958,401.91995,5.324794,7.6776114,11.621506,2.9415135,2.483913,55.225506,67.97071,92.08264,32.570343,39.56991,80.046394,11.034576,3662.0173,29.090384,26.79375,21.443026,17.352657,230.83981,54.080666,28.29514,7.0577016,21.459229,31.968504,111.39151,245.00087,66.84986,224.86703,48.08642,33.74443,146.02396,93.488686,561.9182,95.10889,2.0888057,6.8951387,6.312834,67.99276,15014.264,1.8857796,27.010862,44.262012,24.806517,230.60402,63.076202,108.57478,1.8867222,118.87799,421.40833,218.14568,108.60563,424.1695,40.66046,84.761375,136.76318,11.40039,2.1659997,13.945994,827.1096,0.04196593,0.30600277,65.61273,12.457782,5.9345183,7.4994535,15.501605,81.09435,38.114166,126.41659,649.1253,327.52274,2657.9136,2053.306,43.06188,71.982056,7404.8955,8.972076,128.87894,717.95026,230.0225,309.64847,126.00889,820.642,860.6454,493.0972,29.188095,169.47092,728.24744,1369.7236,80.746994,799.0476,103.00634,1.147357,51.02388,0.89386046,0.6558511,2.4994717,53.81787,225.57516,92.39852,17.588797,1163.3242,337.2227,191.55357,277.91388,68.891266,55.583332,37.012177,102.19386,34.08889,366.31857,172.8621,41.12519,46.963024,37.330902,88.11238,93.85685,13.738139,334.3995,96.136475,847.77747,30.618933,1583.3827,75.232864,353.47467,716.9168,31.533373,19.106771,830.03296,831.6781,1948.0388,130.88147 +2023-09-29 11:00:00,0.0,13032.04,357.85065,69.65939,69.26658,60.30126,268.1251,37.88211,64.851204,25.640606,39.44086,1744.2756,127.46731,24.14678,210.38431,0.17453405,0.053489134,34.08706,0.1133859,0.14114703,574.9521,0.08525838,557.6319,84.79304,0.080639705,0.06518314,171.24814,30.334082,60.075462,109.56259,16697.738,0.040673167,2069.5005,0.53111815,0.047146015,0.092695504,0.067373976,215.06082,276.42932,22.122473,123.6375,39.317333,23.25969,2161.4297,1.3703353,83.26698,42.134354,424.75098,35.157112,468.85236,23.421423,104.732895,0.0,1271.5337,5436.9233,4.4746304,429.30484,78.15436,33946.82,61.473194,4.215079,23.545164,55.87068,17.994846,4.916992,28.15506,875.72546,360.4849,32.001617,3.3609576,6.8028407,196.82626,22.756126,306.6372,157.10472,2484.3806,559.5944,128.49037,156.00076,402.36737,5.3238473,7.675656,11.625111,2.9428163,2.485575,55.183434,67.93523,92.07871,32.542103,39.559692,79.97601,11.03346,3663.2275,29.078781,26.753124,21.414173,17.326284,230.77824,54.045914,28.24132,7.0521755,21.44548,31.935354,111.22922,244.46622,66.81368,224.72304,48.04695,33.649918,145.84735,93.35872,561.3619,95.0161,2.083153,6.8913193,6.315917,68.01358,15007.371,1.8832065,26.999756,44.24788,24.781336,230.44698,63.068935,108.51104,1.8871202,118.86212,421.34775,218.10637,108.535286,424.1088,40.6694,84.74326,136.76028,11.402806,2.1667333,13.950716,826.94336,0.041943435,0.30614305,65.63622,12.465283,5.9383245,7.505455,15.51168,81.09268,38.129585,126.47418,649.25604,327.64774,2658.5422,2053.5598,43.080643,72.00665,7401.0303,8.97446,128.92488,717.88947,230.08376,309.71298,126.03694,820.9427,860.57556,493.11487,29.186905,169.49712,727.8543,1368.909,80.74584,798.78845,103.00442,1.1475214,51.008812,0.89391387,0.6560674,2.4995925,53.78477,225.64108,92.28339,17.595232,1161.8472,337.02383,191.50893,277.85693,68.81706,55.541668,36.92984,102.22885,33.994446,365.73035,172.74356,40.96071,46.885124,37.349827,88.01619,93.791756,13.724794,334.1012,96.05836,846.1812,30.61563,1582.3896,75.22468,353.37378,715.8889,31.492218,19.115597,829.949,831.7649,1947.4758,130.9398 +2023-09-29 12:00:00,0.0,13025.155,357.8284,69.70586,69.29705,60.33636,268.24142,37.894176,64.87722,25.64693,39.459286,1744.9764,127.409454,24.155666,210.43,0.17406452,0.053567387,34.09414,0.113178566,0.14120321,575.235,0.08518833,557.8178,84.84108,0.080533326,0.06498409,171.30058,30.35,60.094444,109.5903,16681.81,0.040685486,2069.4905,0.53158736,0.047073912,0.092785776,0.067212194,215.13126,276.55194,22.122562,123.6,39.323082,23.2195,2161.2239,1.369725,83.143745,42.06837,424.72055,35.123,468.93457,23.393257,104.601524,0.0,1270.3962,5431.7583,4.448896,429.08386,78.08,33938.168,61.372242,4.192724,23.499285,55.67257,17.955362,4.8937273,28.044048,874.84283,360.55624,31.964926,3.3434198,6.793112,196.43944,22.69683,305.73782,157.21,2484.2117,560.0,128.31123,156.09196,402.8148,5.3229003,7.673701,11.628715,2.9441187,2.487237,55.14136,67.899734,92.07478,32.513866,39.549473,79.90564,11.032343,3664.4375,29.06718,26.7125,21.385319,17.299913,230.71667,54.01116,28.1875,7.04665,21.431732,31.902205,111.066925,243.93158,66.7775,224.57903,48.00748,33.55541,145.67075,93.22875,560.80554,94.92331,2.0775,6.8875,6.3190002,68.0344,15000.479,1.8806334,26.98865,44.23375,24.756155,230.28995,63.061665,108.447296,1.8875184,118.84625,421.28717,218.06708,108.464935,424.04807,40.678333,84.72515,136.75737,11.405223,2.1674669,13.955439,826.7771,0.04192094,0.30628332,65.65972,12.472786,5.942131,7.511457,15.521755,81.09101,38.145,126.53178,649.38684,327.77274,2659.1711,2053.814,43.09941,72.03125,7397.1646,8.976843,128.97084,717.8287,230.145,309.7775,126.064995,821.2433,860.50574,493.13254,29.185715,169.52333,727.46124,1368.0944,80.74469,798.5293,103.002495,1.1476859,50.99374,0.8939673,0.65628356,2.4997137,53.751667,225.707,92.16825,17.601667,1160.37,336.82498,191.4643,277.8,68.74286,55.5,36.8475,102.26384,33.9,365.1421,172.625,40.796223,46.80722,37.368748,87.920006,93.72666,13.71145,333.8029,95.98025,844.58496,30.612324,1581.3966,75.21649,353.2729,714.86096,31.451065,19.12442,829.865,831.85175,1946.9128,130.99815 +2023-09-29 13:00:00,0.0,13018.2705,357.80612,69.75232,69.32753,60.371464,268.3578,37.906242,64.90324,25.653257,39.47771,1745.6772,127.3516,24.164553,210.4757,0.17359498,0.053645644,34.10122,0.112971224,0.14125939,575.5179,0.08511829,558.0038,84.88913,0.08042695,0.06478503,171.35304,30.36592,60.113426,109.61801,16665.88,0.040697806,2069.4805,0.53205657,0.047001813,0.092876054,0.06705041,215.20168,276.6746,22.122652,123.5625,39.32883,23.179312,2161.0178,1.3691148,83.020515,42.00239,424.69012,35.08889,469.01678,23.36509,104.47016,0.0,1269.2588,5426.5938,4.4231615,428.8629,78.00565,33929.51,61.271286,4.1703696,23.453405,55.474457,17.915878,4.8704624,27.933035,873.9602,360.6276,31.92823,3.3258822,6.783383,196.05263,22.637535,304.83844,157.31528,2484.0425,560.4055,128.13211,156.18317,403.2622,5.3219533,7.671746,11.632319,2.9454212,2.4888992,55.09929,67.86424,92.070854,32.485626,39.539257,79.835266,11.031226,3665.6475,29.05558,26.671875,21.356466,17.27354,230.65509,53.97641,28.13368,7.041124,21.417986,31.869055,110.90463,243.39693,66.74132,224.43503,47.968014,33.460896,145.49414,93.098785,560.2492,94.83051,2.0718474,6.8836803,6.3220835,68.05523,14993.586,1.8780602,26.977543,44.219616,24.730974,230.1329,63.054398,108.383545,1.8879166,118.83038,421.2266,218.02777,108.394585,423.98737,40.687267,84.70703,136.75446,11.4076395,2.1682005,13.960161,826.61084,0.041898444,0.3064236,65.68322,12.480288,5.9459376,7.5174584,15.531831,81.08935,38.160416,126.58938,649.51764,327.89774,2659.7998,2054.068,43.118176,72.05584,7393.2993,8.979226,129.01678,717.7678,230.20625,309.842,126.093056,821.54395,860.436,493.1502,29.184523,169.54953,727.0681,1367.2798,80.74354,798.27014,103.00057,1.1478504,50.978672,0.8940206,0.6564998,2.4998345,53.718567,225.77292,92.053116,17.608103,1158.8928,336.62616,191.41965,277.74304,68.66865,55.458332,36.765163,102.29883,33.805557,364.55386,172.50645,40.631737,46.72932,37.387672,87.823814,93.661575,13.698105,333.50458,95.90213,842.9887,30.60902,1580.4036,75.208305,353.172,713.83307,31.40991,19.133245,829.781,831.93854,1946.3499,131.05649 +2023-09-29 14:00:00,0.0,13011.386,357.78387,69.79878,69.358,60.406563,268.47415,37.91831,64.92925,25.659582,39.49614,1746.3782,127.29375,24.173439,210.5214,0.17312546,0.0537239,34.108295,0.11276388,0.14131558,575.80084,0.085048236,558.18976,84.93718,0.08032057,0.064585984,171.4055,30.381838,60.13241,109.64572,16649.951,0.04071013,2069.4705,0.5325258,0.04692971,0.09296633,0.06688864,215.27211,276.7972,22.122744,123.525,39.334576,23.139122,2160.812,1.3685045,82.897285,41.93641,424.65967,35.05478,469.099,23.336922,104.33879,0.0,1268.1211,5421.4287,4.397427,428.64194,77.931305,33920.86,61.170334,4.148015,23.407526,55.276344,17.876396,4.8471975,27.822023,873.0775,360.69894,31.891537,3.3083444,6.7736545,195.6658,22.57824,303.93906,157.42056,2483.8735,560.8111,127.95299,156.27435,403.70963,5.3210063,7.6697907,11.635924,2.9467237,2.4905612,55.057217,67.82875,92.066925,32.45739,39.529037,79.76489,11.030109,3666.8577,29.043978,26.63125,21.327612,17.247168,230.59352,53.941658,28.07986,7.035598,21.404238,31.835905,110.74234,242.86227,66.70514,224.29103,47.928543,33.366383,145.31754,92.96882,559.6929,94.737724,2.0661945,6.879861,6.325167,68.07605,14986.693,1.875487,26.966436,44.205486,24.705793,229.97586,63.04713,108.3198,1.8883147,118.814514,421.16602,217.98846,108.324234,423.92664,40.696205,84.68892,136.75156,11.410056,2.168934,13.964883,826.4446,0.04187595,0.30656388,65.70671,12.487789,5.949744,7.52346,15.541906,81.08768,38.175835,126.64697,649.64844,328.02274,2660.4287,2054.322,43.136944,72.08044,7389.4336,8.981609,129.06273,717.70703,230.2675,309.90652,126.12111,821.8446,860.36615,493.16788,29.183332,169.57573,726.67505,1366.4651,80.74238,798.011,102.99865,1.1480148,50.963604,0.894074,0.656716,2.4999557,53.685463,225.83884,91.93797,17.614538,1157.4158,336.4273,191.375,277.6861,68.594444,55.416668,36.682827,102.33381,33.711113,363.9656,172.3879,40.46725,46.65142,37.406597,87.72762,93.59648,13.68476,333.20627,95.82401,841.39246,30.605717,1579.4105,75.20012,353.0711,712.8051,31.368757,19.14207,829.697,832.0253,1945.7869,131.11482 +2023-09-29 15:00:00,0.0,13004.501,357.7616,69.845245,69.38847,60.441666,268.5905,37.930374,64.95527,25.665907,39.514565,1747.079,127.23589,24.182323,210.56708,0.17265593,0.05380216,34.115376,0.11255654,0.14137176,576.08374,0.08497819,558.3757,84.98523,0.080214195,0.06438693,171.45796,30.397757,60.15139,109.67343,16634.023,0.04072245,2069.4602,0.5329949,0.046857607,0.093056604,0.066726856,215.34254,276.91986,22.122833,123.4875,39.340324,23.098934,2160.606,1.3678943,82.77405,41.870426,424.62927,35.020668,469.1812,23.308756,104.20742,0.0,1266.9836,5416.264,4.3716927,428.42096,77.85696,33912.207,61.06938,4.1256604,23.361647,55.07823,17.836912,4.8239326,27.711012,872.1949,360.77032,31.854843,3.2908065,6.7639256,195.27898,22.518944,303.03967,157.52583,2483.7043,561.2166,127.773865,156.36555,404.15704,5.3200593,7.6678357,11.639529,2.9480264,2.4922233,55.015144,67.79327,92.062996,32.42915,39.51882,79.69452,11.028994,3668.0676,29.032377,26.590626,21.29876,17.220795,230.53195,53.906906,28.026041,7.0300717,21.39049,31.802755,110.58005,242.32762,66.66896,224.14702,47.889076,33.27187,145.14095,92.83886,559.1366,94.644936,2.0605419,6.876042,6.3282504,68.09687,14979.801,1.8729138,26.95533,44.191353,24.680614,229.81883,63.03986,108.25606,1.8887129,118.798645,421.10544,217.94916,108.25388,423.86594,40.70514,84.6708,136.74866,11.412473,2.1696677,13.969605,826.2783,0.041853454,0.30670416,65.73021,12.495292,5.953551,7.529462,15.551981,81.086006,38.19125,126.70457,649.7792,328.14774,2661.0574,2054.5762,43.15571,72.105034,7385.568,8.983994,129.10867,717.64624,230.32875,309.97104,126.14916,822.14526,860.2963,493.18555,29.182142,169.60194,726.2819,1365.6505,80.74123,797.75183,102.99673,1.1481793,50.948536,0.89412737,0.65693223,2.5000765,53.652363,225.90475,91.82284,17.620974,1155.9386,336.22845,191.33037,277.62918,68.52023,55.375,36.600487,102.3688,33.616665,363.37738,172.26935,40.302765,46.573517,37.42552,87.63143,93.53139,13.671415,332.90796,95.745895,839.79614,30.602413,1578.4175,75.19193,352.97018,711.7772,31.327602,19.150896,829.61304,832.1122,1945.2239,131.17317 +2023-09-29 16:00:00,0.0,12997.615,357.73935,69.891716,69.418945,60.476765,268.70688,37.94244,64.98128,25.672234,39.532993,1747.7798,127.17804,24.19121,210.61278,0.17218639,0.053880416,34.122456,0.1123492,0.14142793,576.36664,0.08490815,558.56165,85.03328,0.080107816,0.06418788,171.5104,30.413675,60.170372,109.70114,16618.094,0.040734768,2069.4502,0.53346413,0.046785507,0.09314688,0.066565074,215.41296,277.04248,22.122923,123.45,39.346073,23.058744,2160.4,1.367284,82.65082,41.804443,424.59882,34.986557,469.26343,23.280588,104.07606,0.0,1265.846,5411.0996,4.3459587,428.2,77.7826,33903.55,60.96843,4.103306,23.315765,54.88012,17.79743,4.800668,27.6,871.3122,360.84167,31.81815,3.2732687,6.7541966,194.89215,22.459648,302.1403,157.6311,2483.5354,561.6222,127.59474,156.45674,404.60446,5.3191123,7.6658807,11.643133,2.949329,2.4938855,54.973072,67.757774,92.05907,32.400913,39.508602,79.624146,11.027877,3669.2778,29.020775,26.55,21.269907,17.194422,230.47037,53.872154,27.972221,7.0245457,21.376741,31.769606,110.41776,241.79298,66.632774,224.00302,47.849606,33.17736,144.96434,92.70889,558.58026,94.55215,2.0548892,6.8722224,6.3313336,68.11769,14972.907,1.8703407,26.944223,44.17722,24.655434,229.66179,63.032593,108.19231,1.889111,118.782776,421.04486,217.90987,108.18353,423.8052,40.714073,84.65269,136.74574,11.414889,2.1704013,13.974327,826.11206,0.04183096,0.30684444,65.7537,12.502793,5.9573574,7.5354633,15.562057,81.084335,38.20667,126.76217,649.91,328.27274,2661.6863,2054.83,43.174477,72.12962,7381.7026,8.986377,129.15463,717.58545,230.39,310.03555,126.177216,822.4459,860.2265,493.20322,29.180952,169.62814,725.88885,1364.8359,80.740074,797.49274,102.99481,1.1483437,50.933464,0.8941808,0.6571484,2.5001976,53.61926,225.97067,91.7077,17.627407,1154.4614,336.02963,191.28572,277.57224,68.44603,55.333332,36.51815,102.403786,33.52222,362.78912,172.1508,40.13828,46.495617,37.444443,87.53524,93.46629,13.658071,332.60965,95.66778,838.1999,30.59911,1577.4244,75.18374,352.8693,710.74927,31.28645,19.159721,829.52905,832.199,1944.6609,131.2315 +2023-09-29 17:00:00,0.0,12990.73,357.7171,69.93818,69.449425,60.511868,268.82324,37.954506,65.00729,25.678558,39.55142,1748.4806,127.120186,24.200096,210.65846,0.17171685,0.05395867,34.129536,0.112141855,0.14148413,576.6496,0.0848381,558.74756,85.08133,0.080001436,0.06398882,171.56287,30.429594,60.189354,109.72885,16602.164,0.04074709,2069.4402,0.53393334,0.046713404,0.093237154,0.0664033,215.4834,277.1651,22.123013,123.4125,39.35182,23.018557,2160.194,1.3666738,82.52759,41.738464,424.56836,34.952446,469.34564,23.25242,103.94469,0.0,1264.7085,5405.9346,4.3202243,427.97903,77.70825,33894.9,60.867474,4.080951,23.269886,54.68201,17.757946,4.7774024,27.488987,870.42957,360.91302,31.781454,3.2557309,6.7444677,194.50534,22.400352,301.2409,157.73639,2483.3662,562.0278,127.41562,156.54794,405.05188,5.3181653,7.6639256,11.646738,2.9506314,2.4955475,54.931,67.72228,92.05514,32.372677,39.498386,79.55377,11.02676,3670.4878,29.009174,26.509375,21.241053,17.16805,230.4088,53.837402,27.918404,7.0190196,21.362995,31.736458,110.25547,241.25833,66.596596,223.85902,47.810135,33.082848,144.78773,92.578926,558.0239,94.45935,2.0492363,6.868403,6.334417,68.13851,14966.015,1.8677676,26.933117,44.16309,24.630253,229.50475,63.025322,108.12856,1.8895092,118.766914,420.98428,217.87056,108.11318,423.7445,40.72301,84.634575,136.74283,11.417306,2.1711352,13.97905,825.9458,0.041808464,0.30698472,65.7772,12.510296,5.961164,7.541465,15.572132,81.08267,38.222084,126.81976,650.0408,328.39774,2662.315,2055.0842,43.19324,72.15422,7377.837,8.98876,129.20058,717.52466,230.45126,310.10007,126.20528,822.7466,860.1567,493.2209,29.179762,169.65434,725.4957,1364.0212,80.73892,797.2336,102.99289,1.1485082,50.918396,0.8942342,0.65736467,2.5003185,53.58616,226.03659,91.59257,17.633842,1152.9844,335.83078,191.24107,277.5153,68.371826,55.291668,36.43581,102.43877,33.427776,362.20087,172.03224,39.973793,46.417717,37.463367,87.43905,93.4012,13.644726,332.31134,95.58967,836.60364,30.595806,1576.4313,75.17555,352.7684,709.7214,31.245295,19.168547,829.44507,832.28577,1944.0979,131.28984 +2023-09-29 18:00:00,0.0,12983.846,357.69482,69.98464,69.4799,60.546967,268.9396,37.96657,65.03331,25.684885,39.569843,1749.1814,127.06233,24.20898,210.70416,0.17124732,0.054036926,34.136616,0.11193451,0.1415403,576.9325,0.08476806,558.93353,85.12938,0.07989506,0.06378977,171.61533,30.445513,60.208336,109.75656,16586.234,0.04075941,2069.4302,0.53440255,0.046641305,0.09332743,0.06624152,215.55382,277.28775,22.123104,123.375,39.357567,22.978367,2159.988,1.3660636,82.40436,41.67248,424.53793,34.918335,469.42786,23.224255,103.813324,0.0,1263.571,5400.77,4.29449,427.75806,77.6339,33886.242,60.76652,4.0585966,23.224007,54.4839,17.718462,4.7541375,27.377975,869.5469,360.98438,31.74476,3.238193,6.734739,194.11852,22.341055,300.34152,157.84166,2483.1973,562.4333,127.23649,156.63913,405.4993,5.3172183,7.6619706,11.650343,2.9519339,2.4972095,54.888927,67.6868,92.05121,32.344437,39.488167,79.4834,11.025643,3671.698,28.997574,26.46875,21.2122,17.141678,230.34723,53.80265,27.864584,7.0134935,21.349247,31.703308,110.09318,240.72368,66.56042,223.71503,47.770668,32.988335,144.61113,92.44896,557.4676,94.36656,2.0435836,6.8645835,6.3375,68.15934,14959.122,1.8651944,26.92201,44.148956,24.605072,229.34772,63.018055,108.06482,1.8899074,118.751045,420.9237,217.83125,108.04283,423.68378,40.731945,84.616455,136.73993,11.419723,2.1718688,13.983772,825.77954,0.04178597,0.307125,65.80069,12.517797,5.9649706,7.5474668,15.582208,81.081,38.2375,126.87736,650.1716,328.52274,2662.9438,2055.3384,43.21201,72.17882,7373.9717,8.991143,129.24652,717.46387,230.51251,310.16458,126.23333,823.0472,860.08685,493.23856,29.178572,169.68054,725.10266,1363.2067,80.73776,796.9744,102.99097,1.1486727,50.903328,0.8942875,0.65758085,2.5004396,53.55306,226.10251,91.47743,17.640278,1151.5072,335.63193,191.19643,277.45834,68.297615,55.25,36.353474,102.473755,33.333332,361.61264,171.9137,39.80931,46.339813,37.482292,87.34286,93.336105,13.63138,332.01303,95.51155,835.0074,30.592503,1575.4382,75.167366,352.66748,708.6934,31.204142,19.177372,829.3611,832.37256,1943.5349,131.34819 +2023-09-29 19:00:00,0.0,12976.961,357.67258,70.031105,69.51037,60.58207,269.05597,37.978638,65.059326,25.69121,39.588272,1749.8823,127.00448,24.217867,210.74986,0.17077778,0.054115184,34.143696,0.11172717,0.1415965,577.21545,0.08469801,559.1195,85.17743,0.07978868,0.06359071,171.66777,30.461432,60.227314,109.78427,16570.307,0.04077173,2069.4202,0.5348717,0.046569202,0.09341771,0.066079736,215.62425,277.41037,22.123194,123.3375,39.363316,22.938179,2159.7822,1.3654532,82.28112,41.6065,424.5075,34.884224,469.51007,23.196087,103.68195,0.0,1262.4333,5395.605,4.2687554,427.53708,77.559555,33877.59,60.66557,4.036242,23.178127,54.28579,17.67898,4.7308726,27.266964,868.66425,361.05573,31.708067,3.2206552,6.7250104,193.73169,22.28176,299.44214,157.94695,2483.028,562.83887,127.05736,156.73033,405.94672,5.3162713,7.6600156,11.653948,2.9532366,2.4988718,54.846855,67.651306,92.04728,32.3162,39.47795,79.413025,11.024527,3672.908,28.985971,26.428125,21.183346,17.115305,230.28564,53.7679,27.810764,7.007968,21.335499,31.670158,109.930885,240.18903,66.52423,223.57101,47.731197,32.893826,144.43452,92.31899,556.91125,94.27377,2.0379307,6.860764,6.340584,68.18016,14952.2295,1.8626213,26.910904,44.134827,24.579891,229.19067,63.010788,108.00107,1.8903055,118.735176,420.86313,217.79196,107.97248,423.62308,40.74088,84.59834,136.73703,11.422139,2.1726024,13.988494,825.6133,0.041763473,0.30726528,65.82419,12.525299,5.9687767,7.553468,15.592283,81.07933,38.25292,126.93496,650.30237,328.64774,2663.5725,2055.5923,43.230774,72.203415,7370.106,8.993526,129.29248,717.403,230.57376,310.2291,126.26138,823.34784,860.017,493.25623,29.17738,169.70676,724.7096,1362.392,80.73661,796.7153,102.989044,1.1488371,50.88826,0.89434093,0.6577971,2.5005605,53.519955,226.16841,91.3623,17.646713,1150.03,335.4331,191.1518,277.4014,68.22341,55.208332,36.271137,102.50874,33.238888,361.02438,171.79514,39.644825,46.261913,37.501213,87.246666,93.27102,13.618035,331.71475,95.43343,833.41113,30.5892,1574.4452,75.15918,352.5666,707.6655,31.162987,19.186197,829.2771,832.4594,1942.9719,131.40652 +2023-09-29 20:00:00,0.0,12970.076,357.6503,70.07757,69.54084,60.61717,269.17233,37.990707,65.08534,25.697535,39.606697,1750.5831,126.946625,24.226753,210.79555,0.17030825,0.05419344,34.150776,0.11151983,0.14165267,577.49835,0.08462796,559.3054,85.22548,0.0796823,0.06339166,171.72023,30.47735,60.246296,109.81198,16554.377,0.040784054,2069.4102,0.5353409,0.0464971,0.09350798,0.06591796,215.69469,277.533,22.123283,123.3,39.369064,22.89799,2159.5762,1.364843,82.15789,41.540516,424.47705,34.850113,469.5923,23.16792,103.55059,0.0,1261.2959,5390.4404,4.243021,427.31613,77.48521,33868.938,60.564617,4.0138874,23.132248,54.087677,17.639496,4.7076077,27.155952,867.78156,361.12708,31.671373,3.2031174,6.7152815,193.34488,22.222464,298.54276,158.05222,2482.8591,563.24445,126.878235,156.82153,406.39413,5.3153243,7.65806,11.657552,2.954539,2.5005338,54.804783,67.615814,92.04335,32.28796,39.46773,79.34265,11.02341,3674.1182,28.974371,26.3875,21.154493,17.088932,230.22408,53.733147,27.756945,7.002442,21.321753,31.637009,109.76859,239.65437,66.48805,223.42702,47.69173,32.799313,144.25792,92.18903,556.3549,94.18098,2.032278,6.8569446,6.343667,68.20098,14945.337,1.8600482,26.899797,44.120693,24.55471,229.03363,63.003517,107.937325,1.8907037,118.71931,420.80255,217.75266,107.90213,423.56238,40.749813,84.58022,136.73412,11.424556,2.173336,13.9932165,825.447,0.04174098,0.30740556,65.84769,12.532802,5.9725833,7.5594697,15.602358,81.07766,38.268333,126.99255,650.4331,328.77274,2664.2014,2055.8464,43.249542,72.228004,7366.24,8.99591,129.33842,717.3422,230.63501,310.2936,126.289444,823.6485,859.9472,493.2739,29.17619,169.73296,724.31647,1361.5774,80.73546,796.4561,102.98712,1.1490016,50.87319,0.8943943,0.65801334,2.5006814,53.486855,226.23433,91.24716,17.653149,1148.553,335.23425,191.10715,277.34445,68.1492,55.166668,36.188797,102.543724,33.144444,360.43616,171.67659,39.48034,46.184013,37.520138,87.15048,93.205925,13.604691,331.41644,95.355316,831.8149,30.585896,1573.4521,75.15099,352.4657,706.6376,31.121832,19.19502,829.1931,832.5462,1942.4089,131.46487 +2023-09-29 21:00:00,0.0,12963.191,357.62805,70.12404,69.57132,60.65227,269.2887,38.002773,65.11136,25.703861,39.625122,1751.2839,126.88877,24.23564,210.84125,0.16983871,0.054271694,34.157852,0.11131249,0.14170885,577.78125,0.08455791,559.4914,85.27353,0.07957592,0.06319261,171.77269,30.493269,60.265278,109.83969,16538.447,0.040796373,2069.4001,0.5358101,0.046425,0.09359826,0.06575618,215.7651,277.65564,22.123375,123.2625,39.374813,22.857801,2159.3704,1.3642328,82.03466,41.474537,424.44666,34.816,469.6745,23.139753,103.41922,0.0,1260.1582,5385.276,4.217287,427.09515,77.41085,33860.28,60.46366,3.9915328,23.086369,53.889565,17.600012,4.684343,27.04494,866.8989,361.19843,31.634678,3.1855795,6.7055526,192.95805,22.163168,297.64337,158.1575,2482.69,563.64996,126.69911,156.91272,406.84155,5.3143773,7.656105,11.661157,2.9558415,2.5021958,54.76271,67.58032,92.03942,32.259724,39.45751,79.27228,11.022293,3675.3281,28.962769,26.346874,21.125639,17.06256,230.1625,53.698395,27.703125,6.996916,21.308004,31.603859,109.6063,239.11974,66.45187,223.28302,47.65226,32.7048,144.08131,92.05907,555.7986,94.08819,2.0266252,6.853125,6.3467503,68.2218,14938.444,1.857475,26.888689,44.10656,24.52953,228.8766,62.99625,107.87358,1.8911018,118.70344,420.74197,217.71335,107.83178,423.50165,40.75875,84.56211,136.7312,11.426972,2.1740696,13.997939,825.28076,0.041718483,0.30754584,65.87118,12.540303,5.97639,7.5654716,15.612433,81.076,38.283752,127.05015,650.5639,328.89774,2664.8303,2056.1006,43.268307,72.2526,7362.375,8.998293,129.38437,717.28143,230.69626,310.35812,126.3175,823.94916,859.8774,493.2916,29.175,169.75916,723.9234,1360.7627,80.73431,796.19696,102.9852,1.149166,50.85812,0.8944477,0.65822953,2.5008025,53.45375,226.30025,91.13203,17.659584,1147.0758,335.0354,191.0625,277.2875,68.075,55.125,36.10646,102.57871,33.05,359.8479,171.55804,39.315853,46.10611,37.539062,87.05429,93.14083,13.591346,331.11813,95.2772,830.2186,30.582592,1572.4591,75.14281,352.3648,705.6096,31.080679,19.203846,829.10913,832.633,1941.846,131.52321 +2023-09-29 22:00:00,0.0,12956.307,357.6058,70.1705,69.60179,60.687374,269.40506,38.01484,65.137375,25.710186,39.64355,1751.9847,126.83092,24.244524,210.88695,0.16936918,0.05434995,34.164932,0.11110515,0.14176504,578.0642,0.08448787,559.67737,85.32157,0.07946954,0.062993556,171.82515,30.509188,60.28426,109.8674,16522.52,0.040808693,2069.3901,0.5362793,0.046352897,0.09368854,0.065594405,215.83554,277.77826,22.123465,123.225,39.380558,22.817612,2159.1643,1.3636225,81.91142,41.408554,424.4162,34.78189,469.7567,23.111586,103.28786,0.0,1259.0208,5380.111,4.1915526,426.87418,77.3365,33851.63,60.36271,3.9691782,23.04049,53.691452,17.56053,4.6610775,26.933928,866.0163,361.2698,31.597984,3.1680417,6.6958237,192.57123,22.103872,296.744,158.26277,2482.521,564.05554,126.51999,157.00392,407.28897,5.3134303,7.65415,11.664762,2.9571443,2.503858,54.72064,67.54484,92.03549,32.231483,39.447296,79.201904,11.021176,3676.538,28.951168,26.30625,21.096786,17.036186,230.10092,53.663643,27.649305,6.9913898,21.294256,31.57071,109.44401,238.58508,66.415695,223.139,47.612793,32.610287,143.90471,91.9291,555.24225,93.9954,2.0209725,6.8493056,6.3498335,68.24262,14931.552,1.8549018,26.877583,44.09243,24.504349,228.71956,62.98898,107.80983,1.8914999,118.68757,420.6814,217.67404,107.76143,423.44095,40.767685,84.544,136.7283,11.429389,2.1748033,14.002661,825.1145,0.04169599,0.30768612,65.89468,12.547806,5.9801965,7.571473,15.622509,81.074326,38.299168,127.10774,650.6947,329.02274,2665.459,2056.3545,43.287075,72.2772,7358.5093,9.000676,129.43033,717.22064,230.7575,310.42264,126.34555,824.2498,859.80756,493.30927,29.17381,169.78537,723.5303,1359.9481,80.733154,795.9378,102.983284,1.1493305,50.843052,0.8945011,0.6584458,2.5009234,53.42065,226.36617,91.016884,17.66602,1145.5986,334.83658,191.01787,277.23056,68.00079,55.083332,36.02412,102.6137,32.955555,359.25967,171.43948,39.151367,46.02821,37.557987,86.9581,93.07574,13.578001,330.81982,95.19908,828.6224,30.579288,1571.4661,75.13461,352.26392,704.5817,31.039524,19.212671,829.02515,832.71985,1941.283,131.58154 +2023-09-29 23:00:00,0.0,12949.422,357.58353,70.216965,69.63226,60.722473,269.52142,38.026905,65.16339,25.716513,39.661976,1752.6857,126.77306,24.25341,210.93263,0.16889964,0.05442821,34.172012,0.11089781,0.14182122,578.3471,0.08441782,559.8633,85.36962,0.07936316,0.06279451,171.8776,30.525106,60.30324,109.89511,16506.59,0.040821016,2069.3801,0.53674847,0.046280798,0.09377881,0.06543262,215.90596,277.9009,22.123554,123.1875,39.386307,22.777424,2158.9585,1.3630123,81.78819,41.34257,424.38577,34.74778,469.83893,23.083418,103.15649,0.0,1257.8833,5374.9463,4.165818,426.65323,77.26215,33842.973,60.261757,3.9468234,22.994608,53.49334,17.521046,4.6378126,26.822916,865.1336,361.34116,31.56129,3.1505039,6.6860948,192.18442,22.044577,295.8446,158.36806,2482.3518,564.46106,126.340866,157.09511,407.7364,5.3124833,7.652195,11.668366,2.9584467,2.50552,54.678566,67.509346,92.03156,32.203247,39.437077,79.13153,11.02006,3677.7483,28.939566,26.265625,21.067932,17.009815,230.03935,53.62889,27.595486,6.9858637,21.28051,31.53756,109.281715,238.05043,66.37951,222.99501,47.573322,32.515778,143.72812,91.79913,554.686,93.9026,2.0153196,6.845486,6.352917,68.26344,14924.659,1.8523287,26.866476,44.078297,24.47917,228.56252,62.981712,107.746086,1.891898,118.6717,420.62082,217.63475,107.69108,423.38022,40.77662,84.52588,136.7254,11.431807,2.1755369,14.007383,824.94824,0.041673493,0.30782637,65.91817,12.555307,5.984003,7.5774746,15.632585,81.072655,38.314583,127.165344,650.8255,329.14774,2666.088,2056.6086,43.30584,72.30179,7354.6436,9.003059,129.47627,717.15985,230.81876,310.48715,126.37361,824.5505,859.73773,493.32693,29.172619,169.81157,723.1372,1359.1334,80.731995,795.6787,102.98136,1.149495,50.827984,0.89455444,0.65866196,2.5010445,53.387547,226.43208,90.90175,17.672455,1144.1216,334.63773,190.97322,277.1736,67.92658,55.041668,35.941784,102.64868,32.86111,358.67142,171.32094,38.98688,45.95031,37.57691,86.86191,93.01064,13.564656,330.5215,95.12097,827.0261,30.575985,1570.473,75.12643,352.163,703.5538,30.998371,19.221497,828.94116,832.80664,1940.72,131.6399 +2023-09-30 00:00:00,0.0,12942.537,357.56128,70.26343,69.66274,60.757576,269.6378,38.03897,65.18941,25.722837,39.680405,1753.3865,126.71521,24.262297,210.97833,0.16843012,0.054506466,34.179092,0.11069047,0.1418774,578.63007,0.08434778,560.04926,85.41767,0.07925678,0.06259545,171.93005,30.541025,60.322224,109.92282,16490.66,0.040833335,2069.37,0.5372177,0.046208695,0.09386909,0.06527084,215.9764,278.02353,22.123644,123.15,39.392056,22.737234,2158.7524,1.3624021,81.66496,41.27659,424.35535,34.71367,469.92114,23.055252,103.025116,0.0,1256.7456,5369.7812,4.140084,426.43225,77.187805,33834.32,60.160805,3.9244688,22.948729,53.295227,17.481562,4.6145477,26.711905,864.251,361.4125,31.524597,3.132966,6.676366,191.79759,21.98528,294.94522,158.47333,2482.1826,564.86664,126.161736,157.18631,408.1838,5.3115363,7.65024,11.671971,2.9597492,2.5071824,54.63649,67.473854,92.02763,32.175007,39.42686,79.06116,11.018943,3678.9583,28.927965,26.225,21.03908,16.983442,229.97778,53.59414,27.541666,6.9803376,21.266762,31.50441,109.11942,237.51578,66.34333,222.85101,47.533855,32.421265,143.55151,91.66917,554.12964,93.809814,2.009667,6.8416667,6.3560004,68.28427,14917.766,1.8497555,26.85537,44.064167,24.453989,228.40549,62.974445,107.68234,1.8922962,118.65584,420.56024,217.59544,107.62073,423.31952,40.785557,84.50777,136.72249,11.434223,2.1762705,14.012105,824.782,0.041651,0.30796665,65.941666,12.562809,5.9878097,7.5834765,15.642659,81.070984,38.33,127.22294,650.9563,329.27274,2666.7166,2056.8625,43.324608,72.326385,7350.7783,9.005443,129.52222,717.099,230.88,310.55167,126.401665,824.8511,859.6679,493.3446,29.171429,169.83777,722.7441,1358.3188,80.73084,795.41956,102.97944,1.1496594,50.812916,0.89460784,0.6588782,2.5011654,53.354446,226.498,90.78661,17.67889,1142.6444,334.43887,190.92857,277.11667,67.85238,55.0,35.859447,102.68367,32.766666,358.0832,171.2024,38.822395,45.872406,37.595833,86.76572,92.94556,13.5513115,330.2232,95.042854,825.4299,30.572681,1569.48,75.11824,352.0621,702.5259,30.957216,19.230322,828.8572,832.89343,1940.157,131.69823 +2023-09-30 01:00:00,0.0,12935.651,357.539,70.30989,69.693214,60.792675,269.75415,38.051037,65.215416,25.729162,39.69883,1754.0873,126.65736,24.271181,211.02402,0.16796058,0.054584723,34.186172,0.110483125,0.14193359,578.91296,0.08427773,560.23517,85.46572,0.07915041,0.0623964,171.98251,30.556944,60.341206,109.95054,16474.73,0.040845655,2069.3599,0.5376869,0.04613659,0.09395936,0.06510907,216.04683,278.14615,22.123735,123.1125,39.3978,22.697046,2158.5466,1.3617918,81.541725,41.21061,424.32492,34.679558,470.00336,23.027084,102.89375,0.0,1255.6082,5364.6167,4.11435,426.21127,77.11345,33825.668,60.05985,3.9021142,22.90285,53.09712,17.44208,4.591283,26.600893,863.3683,361.48386,31.487902,3.1154282,6.6666374,191.41077,21.925983,294.04584,158.57861,2482.0137,565.2722,125.98261,157.27751,408.63123,5.3105893,7.648285,11.675575,2.9610517,2.5088444,54.594418,67.43836,92.023705,32.14677,39.41664,78.99078,11.017826,3680.1685,28.916365,26.184376,21.010225,16.95707,229.9162,53.559387,27.487846,6.974812,21.253014,31.47126,108.95713,236.98114,66.30715,222.70702,47.494385,32.32675,143.37491,91.53921,553.5733,93.717026,2.004014,6.837847,6.3590837,68.30509,14910.873,1.8471824,26.844263,44.050034,24.428808,228.24844,62.967175,107.61859,1.8926944,118.63997,420.49966,217.55614,107.55038,423.2588,40.79449,84.48965,136.71957,11.43664,2.177004,14.016828,824.6157,0.041628502,0.30810693,65.965164,12.570312,5.9916162,7.589478,15.652735,81.06931,38.345417,127.28053,651.08704,329.39774,2667.3455,2057.1167,43.343372,72.35098,7346.9126,9.007826,129.56818,717.0382,230.94125,310.61618,126.42972,825.15173,859.5981,493.36227,29.170238,169.86397,722.351,1357.5042,80.72969,795.1604,102.977516,1.1498239,50.797848,0.89466125,0.6590944,2.5012865,53.321342,226.56392,90.67148,17.685326,1141.1672,334.24005,190.88393,277.05972,67.778175,54.958332,35.777107,102.71866,32.672222,357.49493,171.08383,38.657913,45.794506,37.614758,86.669525,92.88046,13.537967,329.9249,94.96474,823.8336,30.569378,1568.4869,75.110054,351.9612,701.4979,30.916063,19.239147,828.7732,832.9803,1939.594,131.75656 +2023-09-30 02:00:00,0.0,12928.767,357.51675,70.35635,69.72369,60.827778,269.8705,38.063103,65.24143,25.735489,39.717255,1754.7881,126.5995,24.280067,211.06972,0.16749105,0.054662976,34.193253,0.11027578,0.14198977,579.19586,0.084207684,560.42114,85.51377,0.07904403,0.062197346,172.03497,30.572863,60.360188,109.97825,16458.803,0.04085798,2069.3499,0.5381561,0.046064492,0.09404964,0.064947285,216.11725,278.2688,22.123825,123.075,39.40355,22.656857,2158.3406,1.3611815,81.418495,41.144627,424.2945,34.645443,470.08557,22.998917,102.76238,0.0,1254.4705,5359.452,4.0886154,425.99033,77.0391,33817.01,59.958897,3.8797596,22.85697,52.89901,17.402596,4.568018,26.489882,862.48566,361.5552,31.451208,3.0978904,6.6569085,191.02394,21.866688,293.14645,158.68388,2481.8445,565.67773,125.80348,157.3687,409.07864,5.3096423,7.64633,11.67918,2.9623544,2.5105064,54.552345,67.40288,92.019775,32.11853,39.406425,78.92041,11.016709,3681.3784,28.904762,26.14375,20.981373,16.930696,229.85463,53.524635,27.434029,6.969286,21.239265,31.438112,108.79484,236.44649,66.27097,222.563,47.454918,32.23224,143.1983,91.40924,553.01697,93.62424,1.9983613,6.834028,6.362167,68.32591,14903.98,1.8446093,26.833157,44.0359,24.403627,228.0914,62.959908,107.55485,1.8930925,118.6241,420.4391,217.51685,107.48003,423.1981,40.803425,84.471535,136.71667,11.439056,2.1777377,14.02155,824.44946,0.04160601,0.3082472,65.988655,12.577813,5.995423,7.59548,15.66281,81.06765,38.360832,127.338135,651.21783,329.52274,2667.974,2057.3708,43.36214,72.37558,7343.0474,9.010209,129.61412,716.9774,231.0025,310.6807,126.45777,825.4524,859.52826,493.37994,29.169046,169.89018,721.9579,1356.6896,80.72854,794.90125,102.97559,1.1499883,50.782776,0.8947146,0.65931064,2.5014074,53.288242,226.62984,90.55634,17.69176,1139.6902,334.0412,190.8393,277.00278,67.703964,54.916668,35.69477,102.75365,32.577778,356.9067,170.96529,38.493427,45.716606,37.63368,86.57333,92.81537,13.524622,329.6266,94.88662,822.23737,30.566074,1567.4938,75.10187,351.8603,700.47003,30.874908,19.247972,828.6892,833.0671,1939.031,131.81491 +2023-09-30 03:00:00,0.0,12921.882,357.4945,70.40282,69.75416,60.862877,269.98688,38.07517,65.26745,25.741814,39.735683,1755.4889,126.54165,24.288954,211.11542,0.16702151,0.054741234,34.20033,0.11006844,0.14204594,579.4788,0.08413764,560.6071,85.56182,0.07893765,0.061998293,172.08742,30.588781,60.379166,110.00596,16442.873,0.040870298,2069.3398,0.53862524,0.04599239,0.09413992,0.06478551,216.18768,278.39142,22.123915,123.0375,39.409298,22.616669,2158.1345,1.3605713,81.295265,41.078644,424.26404,34.611332,470.1678,22.97075,102.63102,0.0,1253.333,5354.287,4.062881,425.76935,76.96475,33808.36,59.857944,3.857405,22.81109,52.700897,17.363111,4.544753,26.378868,861.60297,361.62656,31.414515,3.0803528,6.6471796,190.63713,21.807392,292.24707,158.78917,2481.6755,566.0833,125.62436,157.4599,409.52606,5.3086953,7.644375,11.682785,2.963657,2.5121686,54.510273,67.367386,92.01585,32.090294,39.396206,78.85004,11.015593,3682.5886,28.893162,26.103125,20.95252,16.904324,229.79306,53.489883,27.380209,6.96376,21.22552,31.404963,108.632545,235.91183,66.23479,222.419,47.415447,32.13773,143.0217,91.279274,552.46063,93.53144,1.9927086,6.8302083,6.36525,68.34673,14897.088,1.8420361,26.82205,44.02177,24.378447,227.93436,62.952637,107.4911,1.8934907,118.60823,420.3785,217.47754,107.409676,423.13736,40.812363,84.45342,136.71378,11.441473,2.1784713,14.026272,824.2832,0.041583512,0.3083875,66.01215,12.585316,5.999229,7.6014814,15.672886,81.06598,38.37625,127.39573,651.34863,329.64774,2668.603,2057.6248,43.380905,72.40017,7339.1816,9.012592,129.66006,716.9166,231.06375,310.7452,126.48583,825.75305,859.4585,493.3976,29.167856,169.91638,721.5648,1355.8749,80.72739,794.6421,102.97367,1.1501528,50.767708,0.894768,0.6595268,2.5015285,53.25514,226.69576,90.44121,17.698195,1138.213,333.84235,190.79465,276.94583,67.62976,54.875,35.61243,102.78863,32.483334,356.31845,170.84673,38.32894,45.638702,37.652603,86.47714,92.750275,13.511277,329.3283,94.8085,820.6411,30.56277,1566.5007,75.09368,351.7594,699.4421,30.833755,19.256798,828.6052,833.1539,1938.468,131.87325 +2023-09-30 04:00:00,0.0,12914.997,357.47223,70.44929,69.78464,60.89798,270.10324,38.08724,65.293465,25.748138,39.75411,1756.1898,126.483795,24.29784,211.1611,0.16655198,0.05481949,34.20741,0.109861106,0.14210214,579.7617,0.08406759,560.793,85.60987,0.07883127,0.06179924,172.13988,30.6047,60.398148,110.03367,16426.943,0.040882617,2069.3298,0.53909445,0.04592029,0.09423019,0.06462373,216.2581,278.51404,22.124004,123.0,39.415047,22.576479,2157.9287,1.359961,81.17203,41.01266,424.23364,34.57722,470.25,22.942583,102.49965,0.0,1252.1953,5349.1226,4.0371466,425.54837,76.8904,33799.703,59.756992,3.8350503,22.765211,52.502785,17.32363,4.5214877,26.267857,860.72034,361.6979,31.377821,3.062815,6.6374507,190.2503,21.748096,291.34766,158.89444,2481.5063,566.4889,125.44524,157.55109,409.97348,5.3077483,7.6424193,11.68639,2.9649594,2.5138307,54.4682,67.331894,92.01192,32.062057,39.38599,78.77966,11.014477,3683.7986,28.88156,26.0625,20.923666,16.87795,229.73148,53.45513,27.32639,6.958234,21.211771,31.371813,108.47025,235.37718,66.19861,222.27501,47.37598,32.043217,142.8451,91.14931,551.9043,93.43865,1.9870558,6.826389,6.368334,68.36755,14890.195,1.839463,26.810944,44.007637,24.353266,227.77733,62.94537,107.42735,1.8938888,118.59236,420.31793,217.43823,107.339325,423.07666,40.821297,84.4353,136.71086,11.44389,2.179205,14.030994,824.11694,0.041561015,0.30852777,66.035645,12.592817,6.0030355,7.607483,15.6829605,81.06431,38.391666,127.45332,651.4794,329.77274,2669.2317,2057.879,43.399673,72.42477,7335.316,9.0149765,129.70602,716.85583,231.125,310.80972,126.513885,826.0537,859.3887,493.41528,29.166666,169.94258,721.1717,1355.0603,80.72623,794.38293,102.971756,1.1503173,50.75264,0.8948214,0.6597431,2.5016494,53.22204,226.76167,90.32607,17.70463,1136.7358,333.6435,190.75,276.8889,67.55556,54.833332,35.530094,102.823616,32.38889,355.73022,170.72818,38.164455,45.560802,37.671528,86.38096,92.68518,13.497932,329.03,94.730385,819.0448,30.559467,1565.5077,75.08549,351.6585,698.4142,30.7926,19.265621,828.52124,833.2407,1937.905,131.93158 +2023-09-30 05:00:00,0.0,12908.112,357.44998,70.49575,69.81511,60.93308,270.2196,38.099304,65.31948,25.754465,39.772537,1756.8906,126.42594,24.306725,211.2068,0.16608244,0.054897748,34.21449,0.10965376,0.14215831,580.0447,0.08399755,560.979,85.65792,0.07872489,0.061600186,172.19234,30.620619,60.41713,110.06138,16411.016,0.04089494,2069.3198,0.53956366,0.045848187,0.09432047,0.06446195,216.32854,278.6367,22.124096,122.9625,39.42079,22.536291,2157.7227,1.3593508,81.0488,40.946682,424.2032,34.54311,470.3322,22.914417,102.368286,0.0,1251.0579,5343.9575,4.011412,425.32742,76.81605,33791.05,59.65604,3.8126957,22.719332,52.304672,17.284145,4.498223,26.156845,859.83765,361.76926,31.341125,3.045277,6.627722,189.86348,21.6888,290.44827,158.99973,2481.3374,566.8944,125.266106,157.64229,410.4209,5.3068013,7.6404643,11.689994,2.966262,2.5154927,54.42613,67.29641,92.00799,32.033817,39.37577,78.70929,11.01336,3685.0088,28.869959,26.021875,20.894814,16.85158,229.6699,53.42038,27.27257,6.952708,21.198023,31.338663,108.30797,234.84254,66.16243,222.131,47.33651,31.948704,142.66849,91.01934,551.34796,93.34586,1.981403,6.8225694,6.371417,68.38838,14883.303,1.8368899,26.799837,43.993507,24.328085,227.62029,62.938103,107.36361,1.894287,118.57649,420.25735,217.39894,107.268974,423.01596,40.83023,84.41719,136.70795,11.446306,2.1799386,14.035716,823.9507,0.04153852,0.30866805,66.05914,12.600319,6.006842,7.613485,15.693036,81.06264,38.407085,127.51092,651.6102,329.89774,2669.8606,2058.1328,43.418438,72.44936,7331.4507,9.01736,129.75197,716.79504,231.18625,310.87424,126.54194,826.3543,859.31885,493.43295,29.165476,169.9688,720.7786,1354.2456,80.725075,794.1238,102.96983,1.1504817,50.73757,0.89487475,0.65995926,2.5017703,53.18894,226.82759,90.21093,17.711065,1135.2588,333.44467,190.70537,276.83194,67.481346,54.791668,35.447758,102.858604,32.294445,355.14197,170.60963,37.99997,45.4829,37.69045,86.28477,92.620094,13.484588,328.7317,94.652275,817.44855,30.556164,1564.5146,75.0773,351.55762,697.3862,30.751448,19.274446,828.43726,833.3275,1937.342,131.98993 +2023-09-30 06:00:00,0.0,12901.228,357.4277,70.54221,69.84558,60.96818,270.33597,38.11137,65.3455,25.76079,39.790962,1757.5914,126.36809,24.31561,211.2525,0.1656129,0.054976005,34.22157,0.10944642,0.14221449,580.3276,0.0839275,561.165,85.70597,0.07861851,0.061401132,172.2448,30.636538,60.43611,110.08909,16395.086,0.04090726,2069.3098,0.54003286,0.045776088,0.09441075,0.06430017,216.39896,278.7593,22.124186,122.925,39.42654,22.496101,2157.5168,1.3587406,80.92557,40.8807,424.17276,34.509,470.41443,22.88625,102.236916,0.0,1249.9204,5338.793,3.985678,425.10645,76.7417,33782.395,59.555084,3.7903411,22.67345,52.10656,17.244663,4.474958,26.045834,858.955,361.84064,31.304432,3.0277393,6.6179934,189.47667,21.629505,289.5489,159.105,2481.1682,567.3,125.08699,157.73347,410.86832,5.3058543,7.6385093,11.693599,2.9675646,2.517155,54.384056,67.26092,92.00406,32.00558,39.365555,78.638916,11.012243,3686.2188,28.858358,25.98125,20.86596,16.825207,229.60834,53.385628,27.21875,6.9471817,21.184277,31.305513,108.145676,234.30789,66.12625,221.987,47.297043,31.854193,142.4919,90.88938,550.7917,93.25307,1.9757502,6.81875,6.3745003,68.4092,14876.41,1.8343166,26.78873,43.979374,24.302906,227.46324,62.930832,107.29986,1.8946851,118.56062,420.19678,217.35963,107.19862,422.95523,40.839165,84.39907,136.70505,11.448723,2.1806722,14.040439,823.7844,0.041516025,0.30880833,66.082634,12.607821,6.0106487,7.6194863,15.703112,81.060974,38.4225,127.56852,651.74097,330.02274,2670.4893,2058.387,43.437206,72.47395,7327.585,9.019743,129.79791,716.7342,231.24751,310.93875,126.57,826.65497,859.249,493.45062,29.164286,169.995,720.3855,1353.431,80.72392,793.8646,102.96791,1.1506462,50.722504,0.89492816,0.6601755,2.5018914,53.155834,226.89351,90.095795,17.7175,1133.7816,333.24582,190.66072,276.775,67.40714,54.75,35.365417,102.893585,32.2,354.55374,170.49107,37.835484,45.405,37.709373,86.188576,92.555,13.471243,328.43338,94.57416,815.8523,30.55286,1563.5216,75.069115,351.45673,696.35834,30.710293,19.283272,828.3533,833.4143,1936.779,132.04826 +2023-09-30 07:00:00,0.0,12894.343,357.40546,70.58868,69.87605,61.00328,270.45233,38.123436,65.37151,25.767117,39.809387,1758.2922,126.310234,24.324497,211.29819,0.16514337,0.05505426,34.22865,0.10923908,0.14227068,580.6105,0.083857454,561.3509,85.75402,0.07851213,0.06120208,172.29724,30.652456,60.455093,110.1168,16379.156,0.04091958,2069.2998,0.540502,0.045703985,0.09450102,0.06413839,216.46939,278.88196,22.124275,122.8875,39.43229,22.455914,2157.3108,1.3581303,80.80233,40.814716,424.14233,34.474888,470.4966,22.858082,102.10555,0.0,1248.7827,5333.6284,3.9599438,424.88547,76.66735,33773.742,59.454132,3.7679865,22.627571,51.908447,17.20518,4.451693,25.934822,858.0724,361.912,31.267738,3.0102015,6.6082644,189.08984,21.570208,288.6495,159.21028,2480.9993,567.7055,124.90786,157.82468,411.31573,5.3049073,7.6365542,11.697204,2.968867,2.518817,54.341984,67.225426,92.00013,31.97734,39.355335,78.56854,11.0111265,3687.4287,28.846756,25.940624,20.837107,16.798834,229.54675,53.350876,27.16493,6.9416556,21.170528,31.272364,107.98338,233.77324,66.090065,221.843,47.257572,31.75968,142.31529,90.759415,550.23535,93.16028,1.9700974,6.8149304,6.3775835,68.43002,14869.517,1.8317435,26.777624,43.96524,24.277725,227.30621,62.923565,107.236115,1.8950833,118.54476,420.1362,217.32033,107.12827,422.89453,40.848103,84.38096,136.70215,11.451139,2.1814058,14.045161,823.6181,0.04149353,0.3089486,66.10613,12.615323,6.0144553,7.625488,15.713187,81.0593,38.437916,127.626114,651.87177,330.14774,2671.1182,2058.641,43.45597,72.49855,7323.7197,9.022126,129.84387,716.6734,231.30876,311.00327,126.59805,826.9556,859.1792,493.4683,29.163095,170.0212,719.99243,1352.6163,80.72277,793.6055,102.96599,1.1508107,50.70743,0.8949815,0.66039175,2.5020123,53.122734,226.95941,89.98066,17.723936,1132.3044,333.04697,190.61607,276.71805,67.33293,54.708332,35.28308,102.92857,32.105556,353.96548,170.37253,37.670998,45.3271,37.7283,86.092384,92.48991,13.457898,328.13507,94.49604,814.25604,30.549557,1562.5286,75.06093,351.3558,695.3304,30.669138,19.292097,828.2692,833.50116,1936.2162,132.1066 +2023-09-30 08:00:00,0.0,12887.458,357.3832,70.63514,69.90653,61.038383,270.5687,38.1355,65.39753,25.773441,39.827816,1758.993,126.25238,24.333382,211.34389,0.16467384,0.055132516,34.23573,0.10903174,0.14232686,580.89343,0.083787404,561.53687,85.80207,0.07840575,0.061003026,172.3497,30.668375,60.474075,110.14451,16363.228,0.040931903,2069.2898,0.5409712,0.04563188,0.0945913,0.063976616,216.53983,279.00458,22.124367,122.85,39.438034,22.415724,2157.105,1.35752,80.6791,40.748734,424.11188,34.440777,470.57883,22.829916,101.97418,0.0,1247.6453,5328.4634,3.9342093,424.66452,76.593,33765.09,59.35318,3.745632,22.581692,51.71034,17.165695,4.428428,25.823809,857.1897,361.98334,31.231045,2.9926636,6.5985355,188.70302,21.510912,287.75012,159.31555,2480.83,568.1111,124.72873,157.91588,411.76315,5.3039603,7.634599,11.700809,2.9701695,2.520479,54.29991,67.18993,91.9962,31.949104,39.34512,78.49817,11.01001,3688.639,28.835155,25.9,20.808252,16.77246,229.48518,53.316124,27.11111,6.93613,21.15678,31.239214,107.82109,233.23859,66.05389,221.699,47.2181,31.665169,142.13869,90.62945,549.679,93.06749,1.9644446,6.811111,6.3806667,68.45084,14862.624,1.8291703,26.766516,43.95111,24.252544,227.14917,62.916294,107.17237,1.8954813,118.52889,420.07562,217.28102,107.05792,422.8338,40.857037,84.36285,136.69923,11.453556,2.1821394,14.049883,823.45184,0.041471034,0.3090889,66.12963,12.622826,6.018262,7.6314898,15.723263,81.05763,38.453335,127.68371,652.00256,330.27274,2671.7468,2058.895,43.47474,72.52315,7319.854,9.024509,129.88982,716.6126,231.37001,311.06778,126.62611,827.2563,859.1094,493.486,29.161903,170.0474,719.5993,1351.8018,80.72161,793.3464,102.964066,1.1509751,50.692364,0.8950349,0.66060793,2.5021334,53.08963,227.02533,89.865524,17.730371,1130.8274,332.84814,190.57143,276.6611,67.25873,54.666668,35.20074,102.96356,32.011112,353.37726,170.25397,37.506516,45.249195,37.747223,85.99619,92.42481,13.444553,327.83676,94.41792,812.6598,30.546253,1561.5355,75.05274,351.2549,694.3025,30.627985,19.300922,828.18524,833.58795,1935.6532,132.16495 +2023-09-30 09:00:00,0.0,12880.573,357.36093,70.68161,69.937004,61.073483,270.68506,38.147568,65.423546,25.779766,39.84624,1759.694,126.19453,24.342268,211.38959,0.1642043,0.055210773,34.242805,0.108824395,0.14238305,581.17633,0.08371736,561.72284,85.85011,0.07829937,0.060803972,172.40216,30.684294,60.493057,110.17222,16347.298,0.040944222,2069.2798,0.5414404,0.045559783,0.094681576,0.063814834,216.61024,279.1272,22.124456,122.8125,39.443783,22.375536,2156.899,1.3569098,80.55587,40.68275,424.08148,34.406666,470.66104,22.801748,101.84281,0.0,1246.5076,5323.299,3.9084752,424.44354,76.51865,33756.434,59.252228,3.7232773,22.535812,51.512226,17.126213,4.4051633,25.712797,856.30707,362.0547,31.194351,2.9751258,6.5888066,188.31621,21.451616,286.85074,159.42084,2480.6611,568.51666,124.54961,158.00706,412.21057,5.3030133,7.632644,11.704412,2.9714723,2.5221412,54.25784,67.15445,91.99227,31.920866,39.3349,78.427795,11.008893,3689.8489,28.823553,25.859375,20.7794,16.746088,229.42361,53.281372,27.057291,6.930604,21.143034,31.206064,107.6588,232.70393,66.01771,221.555,47.178635,31.570656,141.96208,90.49948,549.1227,92.97469,1.9587919,6.8072915,6.3837504,68.471664,14855.731,1.8265972,26.75541,43.936977,24.227364,226.99213,62.909027,107.10862,1.8958795,118.51302,420.01505,217.24173,106.98757,422.7731,40.86597,84.34473,136.69632,11.455973,2.182873,14.0546055,823.2856,0.04144854,0.30922917,66.15312,12.630327,6.0220685,7.637491,15.733337,81.05596,38.46875,127.74131,652.1333,330.39774,2672.3757,2059.1492,43.493504,72.54774,7315.9883,9.026893,129.93576,716.5518,231.43126,311.1323,126.65417,827.55695,859.03955,493.50366,29.160713,170.07361,719.20624,1350.987,80.72046,793.0872,102.96214,1.1511396,50.677296,0.8950883,0.6608242,2.5022542,53.05653,227.09125,89.75039,17.736807,1129.3502,332.6493,190.5268,276.60416,67.184525,54.625,35.118404,102.99855,31.916666,352.789,170.13542,37.34203,45.171295,37.766144,85.9,92.35972,13.431209,327.53845,94.339806,811.06354,30.54295,1560.5425,75.044556,351.15402,693.27454,30.58683,19.309748,828.10126,833.67474,1935.0902,132.22328 +2023-09-30 10:00:00,0.0,12873.6875,357.33868,70.72807,69.967476,61.108585,270.80142,38.159634,65.44956,25.786093,39.86467,1760.3948,126.13667,24.351154,211.43527,0.16373478,0.05528903,34.249886,0.10861705,0.14243923,581.4593,0.08364731,561.90875,85.89816,0.078193,0.060604922,172.45462,30.700212,60.51204,110.19993,16331.369,0.040956542,2069.2695,0.54190964,0.04548768,0.09477185,0.06365305,216.68068,279.24985,22.124546,122.775,39.44953,22.335346,2156.693,1.3562995,80.43263,40.61677,424.05103,34.372555,470.74326,22.77358,101.71145,0.0,1245.3701,5318.1343,3.8827407,424.22256,76.4443,33747.78,59.15127,3.7009227,22.489933,51.314117,17.08673,4.381898,25.601786,855.4244,362.12604,31.157656,2.957588,6.5790777,187.92938,21.39232,285.95135,159.52611,2480.492,568.9222,124.37048,158.09827,412.658,5.3020663,7.630689,11.708017,2.9727747,2.5238032,54.215767,67.11896,91.988335,31.892628,39.32468,78.35742,11.007776,3691.059,28.811953,25.81875,20.750546,16.719717,229.36203,53.24662,27.003471,6.925078,21.129286,31.172915,107.496506,232.1693,65.98153,221.411,47.139164,31.476145,141.78548,90.369514,548.56635,92.881905,1.9531391,6.803472,6.3868337,68.492485,14848.839,1.8240241,26.744303,43.922844,24.202183,226.8351,62.90176,107.044876,1.8962777,118.497154,419.95447,217.20242,106.91722,422.71237,40.87491,84.326614,136.69342,11.458389,2.1836066,14.059327,823.1193,0.041426044,0.30936944,66.17662,12.637829,6.025875,7.6434927,15.743413,81.0543,38.48417,127.798904,652.26416,330.52274,2673.0046,2059.403,43.51227,72.572334,7312.123,9.029276,129.98172,716.491,231.49251,311.1968,126.68222,827.8576,858.9697,493.52133,29.159523,170.09981,718.8132,1350.1725,80.71931,792.82806,102.96023,1.151304,50.662228,0.89514166,0.66104037,2.5023754,53.023426,227.15717,89.635254,17.743242,1127.873,332.45044,190.48215,276.5472,67.11031,54.583332,35.036068,103.03353,31.822222,352.20074,170.01688,37.177544,45.093395,37.78507,85.80381,92.294624,13.417864,327.24014,94.261696,809.4673,30.539646,1559.5494,75.03636,351.0531,692.2466,30.545677,19.318573,828.0173,833.7616,1934.5272,132.28162 +2023-09-30 11:00:00,0.0,12866.803,357.3164,70.774536,69.997955,61.143684,270.9178,38.1717,65.47557,25.792418,39.883095,1761.0956,126.07882,24.36004,211.48097,0.16326524,0.055367287,34.256966,0.10840971,0.14249541,581.7422,0.08357727,562.0947,85.94621,0.07808662,0.06040587,172.50706,30.716133,60.53102,110.22764,16315.44,0.040968865,2069.2595,0.5423788,0.04541558,0.094862126,0.06349128,216.7511,279.37247,22.124636,122.7375,39.45528,22.295158,2156.487,1.3556893,80.3094,40.55079,424.0206,34.338444,470.82547,22.745415,101.58008,0.0,1244.2327,5312.969,3.8570063,424.00162,76.36995,33739.125,59.05032,3.6785681,22.444054,51.116005,17.047245,4.358633,25.490774,854.54175,362.1974,31.120962,2.9400501,6.5693493,187.54256,21.333025,285.05197,159.6314,2480.323,569.32776,124.19135,158.18945,413.1054,5.3011193,7.628734,11.711622,2.9740772,2.5254653,54.173695,67.083466,91.984406,31.86439,39.314465,78.28705,11.0066595,3692.269,28.80035,25.778126,20.721693,16.693344,229.30046,53.21187,26.949654,6.919552,21.115538,31.139767,107.33421,231.63464,65.94534,221.267,47.099697,31.381632,141.60887,90.239555,548.01,92.789116,1.9474863,6.7996526,6.389917,68.51331,14841.946,1.821451,26.733196,43.908714,24.177002,226.67805,62.89449,106.98113,1.8966758,118.481285,419.89392,217.16312,106.84687,422.65167,40.883842,84.308495,136.69052,11.460806,2.1843402,14.06405,822.95306,0.04140355,0.30950972,66.20011,12.645331,6.0296817,7.6494946,15.753489,81.05263,38.499584,127.8565,652.3949,330.64774,2673.6333,2059.6572,43.531036,72.59693,7308.2573,9.031659,130.02766,716.4302,231.55376,311.26132,126.71027,828.1582,858.8999,493.539,29.158333,170.126,718.42004,1349.3578,80.718155,792.5689,102.958305,1.1514685,50.64716,0.89519507,0.6612566,2.5024962,52.990326,227.22308,89.52012,17.749676,1126.396,332.25162,190.4375,276.49026,67.03611,54.541668,34.953728,103.06852,31.727777,351.61252,169.89832,37.013058,45.01549,37.803993,85.70762,92.22954,13.404519,326.94183,94.18358,807.87103,30.536343,1558.5563,75.028175,350.9522,691.2187,30.504522,19.327398,827.9333,833.8484,1933.9642,132.33997 +2023-09-30 12:00:00,0.0,12859.918,357.29416,70.821,70.02843,61.178787,271.03412,38.18377,65.50159,25.798742,39.90152,1761.7964,126.020966,24.368925,211.52666,0.16279571,0.05544554,34.264046,0.10820237,0.1425516,582.0251,0.08350722,562.28064,85.99426,0.07798024,0.060206816,172.55952,30.732052,60.55,110.25535,16299.511,0.040981185,2069.2495,0.542848,0.045343477,0.0949524,0.063329495,216.82153,279.4951,22.124727,122.7,39.461025,22.254969,2156.2812,1.355079,80.18617,40.484806,423.99017,34.304333,470.90768,22.717247,101.448715,0.0,1243.095,5307.8047,3.8312721,423.78064,76.2956,33730.473,58.949368,3.6562135,22.398174,50.917892,17.007763,4.335368,25.37976,853.65906,362.26874,31.084269,2.9225123,6.5596204,187.15573,21.27373,284.1526,159.73666,2480.1538,569.73334,124.01223,158.28065,413.55283,5.300173,7.6267786,11.715227,2.97538,2.5271275,54.131622,67.04797,91.98048,31.836151,39.304245,78.21667,11.005543,3693.4792,28.78875,25.7375,20.692839,16.666971,229.23889,53.177116,26.895834,6.914026,21.10179,31.106617,107.17192,231.09999,65.909164,221.12299,47.060226,31.28712,141.43227,90.10959,547.4537,92.69633,1.9418335,6.795833,6.393,68.534134,14835.054,1.8188778,26.72209,43.89458,24.151821,226.52101,62.887222,106.91738,1.897074,118.465416,419.83334,217.12383,106.77653,422.59094,40.892776,84.29038,136.6876,11.4632225,2.1850739,14.068772,822.7868,0.041381054,0.30965,66.22361,12.652833,6.033488,7.655496,15.763564,81.05096,38.515,127.91409,652.5257,330.77274,2674.2622,2059.9114,43.549805,72.62153,7304.3916,9.034042,130.07361,716.3694,231.615,311.32584,126.73833,828.45886,858.8301,493.55667,29.157143,170.15222,718.027,1348.5432,80.717,792.30975,102.95638,1.151633,50.632088,0.8952484,0.6614728,2.5026174,52.957222,227.289,89.40498,17.756111,1124.9188,332.05276,190.39287,276.43332,66.9619,54.5,34.87139,103.10351,31.633333,351.02426,169.77977,36.84857,44.93759,37.822914,85.611435,92.164444,13.391174,326.64355,94.10546,806.2748,30.53304,1557.5632,75.01999,350.85132,690.19073,30.46337,19.336222,827.8493,833.9352,1933.4012,132.3983 +2023-09-30 13:00:00,0.0,12853.033,357.27188,70.86746,70.0589,61.213886,271.15048,38.195835,65.5276,25.805069,39.91995,1762.4973,125.96311,24.377811,211.57236,0.16232617,0.055523798,34.271126,0.10799503,0.14260778,582.30804,0.083437175,562.4666,86.04231,0.07787386,0.060007762,172.61198,30.74797,60.56898,110.28306,16283.582,0.040993504,2069.2395,0.5433172,0.045271374,0.095042676,0.06316771,216.89197,279.61774,22.124817,122.6625,39.466774,22.21478,2156.0752,1.3544688,80.062935,40.418823,423.95975,34.27022,470.9899,22.68908,101.317345,0.0,1241.9575,5302.6396,3.8055377,423.55966,76.22125,33721.82,58.848415,3.633859,22.352295,50.71978,16.968279,4.3121033,25.26875,852.7764,362.34012,31.047575,2.9049745,6.5498915,186.76892,21.214434,283.2532,159.84195,2479.9849,570.13885,123.83311,158.37186,414.00024,5.299226,7.6248236,11.718832,2.9766824,2.5287895,54.08955,67.01249,91.97655,31.807913,39.29403,78.14629,11.004426,3694.6892,28.77715,25.696875,20.663986,16.640598,229.17732,53.142365,26.842014,6.9084997,21.088043,31.073467,107.00963,230.56534,65.872986,220.97899,47.02076,31.192608,141.25568,89.97962,546.8974,92.60353,1.9361807,6.792014,6.396084,68.554955,14828.161,1.8163046,26.710983,43.88045,24.126642,226.36398,62.87995,106.85364,1.8974721,118.44955,419.77277,217.08452,106.70618,422.53024,40.901714,84.27226,136.6847,11.465639,2.1858075,14.073494,822.62054,0.04135856,0.30979028,66.24711,12.660336,6.0372944,7.6614976,15.773639,81.049286,38.53042,127.971695,652.6565,330.89774,2674.8909,2060.1653,43.56857,72.64612,7300.5264,9.036426,130.11955,716.3086,231.67625,311.39035,126.76639,828.7595,858.76025,493.57434,29.155952,170.17842,717.63385,1347.7285,80.71584,792.0506,102.95446,1.1517974,50.61702,0.8953018,0.66168904,2.5027382,52.92412,227.35492,89.28984,17.762547,1123.4417,331.8539,190.34822,276.3764,66.887695,54.458332,34.78905,103.13849,31.538889,350.43604,169.66121,36.684086,44.85969,37.84184,85.51524,92.09935,13.37783,326.34525,94.02734,804.6785,30.529736,1556.5702,75.0118,350.75043,689.16284,30.422215,19.345047,827.7653,834.02203,1932.8383,132.45663 +2023-09-30 14:00:00,0.0,12846.148,357.24963,70.913925,70.08937,61.24899,271.26685,38.2079,65.55362,25.811394,39.938374,1763.1981,125.90526,24.386698,211.61806,0.16185664,0.055602055,34.278206,0.10778769,0.14266396,582.59094,0.08336713,562.6526,86.09036,0.077767484,0.05980871,172.66444,30.76389,60.587963,110.31077,16267.652,0.041005827,2069.2295,0.5437864,0.045199275,0.095132954,0.06300594,216.96239,279.74036,22.124907,122.625,39.472523,22.174591,2155.8691,1.3538586,79.939705,40.352844,423.92932,34.23611,471.0721,22.660913,101.18598,0.0,1240.8198,5297.475,3.7798035,423.3387,76.1469,33713.164,58.74746,3.6115043,22.306414,50.521667,16.928795,4.2888384,25.157738,851.89374,362.41147,31.01088,2.8874366,6.5401626,186.3821,21.155136,282.35382,159.94722,2479.8157,570.54443,123.653984,158.46304,414.44766,5.298279,7.6228685,11.722436,2.977985,2.5304515,54.047478,66.977,91.97262,31.779675,39.28381,78.07592,11.003309,3695.8994,28.765547,25.65625,20.635134,16.614225,229.11574,53.107613,26.788195,6.9029737,21.074295,31.040318,106.847336,230.0307,65.83681,220.83499,46.98129,31.098097,141.07907,89.849655,546.34106,92.51074,1.9305279,6.7881947,6.399167,68.575775,14821.268,1.8137314,26.699877,43.866318,24.101461,226.20694,62.872684,106.789894,1.8978703,118.433685,419.7122,217.04521,106.635826,422.4695,40.91065,84.25415,136.6818,11.468056,2.186541,14.078217,822.4543,0.041336063,0.30993056,66.2706,12.667837,6.041101,7.6674995,15.783714,81.04762,38.545834,128.0293,652.78723,331.02274,2675.5198,2060.4194,43.587337,72.670715,7296.6606,9.038809,130.16551,716.2478,231.7375,311.45486,126.79444,829.0602,858.6904,493.592,29.154762,170.20462,717.2408,1346.914,80.71469,791.7915,102.95254,1.1519619,50.60195,0.8953552,0.6619052,2.5028594,52.89102,227.42084,89.174706,17.768982,1121.9646,331.6551,190.30357,276.31946,66.81349,54.416668,34.706715,103.17348,31.444445,349.84778,169.54266,36.519604,44.781788,37.860764,85.41905,92.034256,13.364484,326.04694,93.94923,803.0823,30.526432,1555.5771,75.00362,350.64954,688.1349,30.381062,19.353872,827.68134,834.1088,1932.2753,132.51498 +2023-09-30 15:00:00,0.0,12839.264,357.2274,70.96039,70.11985,61.28409,271.3832,38.219967,65.579636,25.81772,39.956802,1763.8989,125.847404,24.395584,211.66374,0.1613871,0.055680312,34.285282,0.10758035,0.14272015,582.87384,0.08329708,562.8385,86.13841,0.077661105,0.059609655,172.71689,30.779808,60.606945,110.33848,16251.724,0.041018147,2069.2195,0.54425555,0.045127172,0.095223226,0.06284416,217.03282,279.863,22.124996,122.5875,39.47827,22.134403,2155.6633,1.3532482,79.816475,40.28686,423.89886,34.202,471.15433,22.632746,101.05461,0.0,1239.6824,5292.3105,3.754069,423.11774,76.07255,33704.51,58.646507,3.5891497,22.260534,50.32356,16.889313,4.2655735,25.046726,851.0111,362.48282,30.974186,2.8698988,6.5304337,185.99527,21.09584,281.45444,160.0525,2479.6467,570.94995,123.47485,158.55424,414.89508,5.297332,7.6209135,11.726041,2.9792874,2.5321138,54.005405,66.941505,91.96869,31.751436,39.273594,78.00555,11.0021925,3697.1094,28.753946,25.615625,20.60628,16.587852,229.05417,53.07286,26.734375,6.897448,21.060547,31.007168,106.68504,229.49605,65.80062,220.691,46.941822,31.003584,140.90247,89.71969,545.7847,92.41795,1.9248751,6.784375,6.4022503,68.596596,14814.375,1.8111583,26.68877,43.852184,24.07628,226.0499,62.865417,106.72614,1.8982685,118.417816,419.6516,217.0059,106.565475,422.4088,40.919582,84.23604,136.6789,11.470472,2.1872747,14.082939,822.288,0.04131357,0.31007084,66.2941,12.675339,6.0449076,7.673501,15.79379,81.04595,38.561253,128.08688,652.918,331.14774,2676.1484,2060.6733,43.606102,72.69531,7292.7954,9.041192,130.21146,716.187,231.79875,311.51938,126.822495,829.36084,858.6206,493.60968,29.15357,170.23082,716.84766,1346.0992,80.71354,791.53235,102.950615,1.1521263,50.586884,0.8954086,0.6621215,2.5029802,52.857918,227.48676,89.05957,17.775417,1120.4874,331.45624,190.25893,276.2625,66.73928,54.375,34.62438,103.208466,31.35,349.25955,169.42412,36.355118,44.703888,37.87969,85.32286,91.96916,13.351139,325.74863,93.87111,801.486,30.523129,1554.5841,74.99543,350.5486,687.107,30.339907,19.362698,827.59735,834.1956,1931.7123,132.57332 +2023-09-30 16:00:00,0.0,12832.379,357.2051,71.00686,70.15032,61.31919,271.49957,38.232033,65.60565,25.824045,39.975227,1764.5997,125.78955,24.404469,211.70944,0.16091757,0.05575857,34.292362,0.10737301,0.14277633,583.1568,0.08322704,563.0245,86.18646,0.077554725,0.0594106,172.76935,30.795727,60.625927,110.366196,16235.794,0.041030467,2069.2095,0.54472476,0.045055073,0.095313504,0.062682375,217.10324,279.98563,22.125088,122.55,39.484016,22.094213,2155.4573,1.352638,79.693245,40.22088,423.86847,34.16789,471.23654,22.604578,100.92324,0.0,1238.5449,5287.1455,3.728335,422.89676,75.9982,33695.855,58.545555,3.5667949,22.214655,50.125446,16.849829,4.242308,24.935715,850.1285,362.55417,30.937492,2.852361,6.520705,185.60846,21.036545,280.55505,160.15778,2479.4775,571.3555,123.29573,158.64543,415.3425,5.296385,7.6189585,11.729646,2.98059,2.5337758,53.963333,66.90602,91.96476,31.723198,39.263374,77.93517,11.001076,3698.3193,28.742344,25.575,20.577427,16.561481,228.9926,53.03811,26.680555,6.891922,21.0468,30.974018,106.52275,228.9614,65.76444,220.54698,46.90235,30.909073,140.72586,89.58972,545.2284,92.32516,1.9192224,6.7805557,6.4053335,68.617424,14807.482,1.8085852,26.677664,43.838055,24.0511,225.89285,62.858147,106.6624,1.8986666,118.40195,419.59103,216.96661,106.495125,422.3481,40.92852,84.21792,136.67598,11.47289,2.1880083,14.087661,822.12177,0.041291073,0.3102111,66.31759,12.682841,6.048714,7.6795025,15.803865,81.04428,38.576668,128.14449,653.0488,331.27274,2676.7773,2060.9275,43.62487,72.7199,7288.9297,9.043575,130.2574,716.12616,231.86,311.5839,126.850555,829.66144,858.5508,493.62735,29.15238,170.25703,716.4546,1345.2847,80.71239,791.2732,102.9487,1.1522908,50.571815,0.895462,0.6623377,2.503101,52.824818,227.55267,88.944435,17.781853,1119.0103,331.2574,190.2143,276.20557,66.66508,54.333332,34.542038,103.24345,31.255556,348.6713,169.30556,36.19063,44.625988,37.89861,85.22667,91.904076,13.337794,325.45032,93.793,799.8898,30.519825,1553.5911,74.987236,350.44772,686.07904,30.298752,19.371523,827.51337,834.2824,1931.1493,132.63165 +2023-09-30 17:00:00,0.0,12825.494,357.18286,71.05332,70.18079,61.35429,271.61594,38.2441,65.63167,25.83037,39.993652,1765.3005,125.7317,24.413355,211.75514,0.16044803,0.055836823,34.299442,0.107165664,0.1428325,583.4397,0.08315699,563.21045,86.23451,0.077448346,0.05921155,172.82181,30.811646,60.64491,110.393906,16219.865,0.04104279,2069.1995,0.545194,0.04498297,0.09540378,0.0625206,217.17368,280.10825,22.125177,122.5125,39.489765,22.054026,2155.2515,1.3520278,79.57001,40.154896,423.838,34.133778,471.31876,22.576412,100.79188,0.0,1237.4072,5281.981,3.7026005,422.6758,75.92385,33687.203,58.444603,3.5444403,22.168776,49.927338,16.810345,4.2190433,24.824701,849.2458,362.62552,30.900799,2.8348234,6.5109763,185.22163,20.97725,279.65567,160.26306,2479.3086,571.7611,123.11661,158.73663,415.78992,5.295438,7.6170034,11.733251,2.9818926,2.535438,53.921257,66.87053,91.96083,31.69496,39.25316,77.8648,10.999959,3699.5295,28.730743,25.534374,20.548573,16.535109,228.93102,53.003357,26.626736,6.886396,21.033052,30.940868,106.36046,228.42674,65.728264,220.40298,46.862885,30.81456,140.54926,89.45976,544.67206,92.23237,1.9135697,6.7767363,6.4084167,68.638245,14800.59,1.806012,26.666557,43.82392,24.025919,225.73582,62.85088,106.59865,1.8990648,118.38608,419.53046,216.9273,106.424774,422.28738,40.937454,84.19981,136.67307,11.4753065,2.188742,14.092383,821.9555,0.04126858,0.31035137,66.34109,12.690343,6.0525208,7.6855044,15.813941,81.04261,38.592083,128.20207,653.1796,331.39774,2677.406,2061.1816,43.643635,72.7445,7285.064,9.0459585,130.30336,716.06537,231.92125,311.6484,126.87861,829.9621,858.481,493.64502,29.15119,170.28323,716.06146,1344.47,80.711235,791.01404,102.94678,1.1524553,50.556744,0.8955154,0.6625539,2.5032222,52.791714,227.61859,88.8293,17.788288,1117.5332,331.05856,190.16965,276.14862,66.59087,54.291668,34.4597,103.278435,31.161112,348.08307,169.18701,36.026146,44.548084,37.917534,85.13048,91.83898,13.32445,325.152,93.71488,798.2935,30.516521,1552.598,74.97905,350.34683,685.05115,30.257599,19.380348,827.4294,834.36926,1930.5863,132.69 +2023-09-30 18:00:00,0.0,12818.609,357.16058,71.099785,70.211266,61.389393,271.7323,38.256165,65.657684,25.836697,40.01208,1766.0015,125.67384,24.422241,211.80083,0.1599785,0.05591508,34.306522,0.10695832,0.1428887,583.72266,0.083086945,563.39636,86.28256,0.07734197,0.059012495,172.87427,30.827564,60.66389,110.421616,16203.937,0.04105511,2069.1895,0.5456632,0.04491087,0.095494054,0.062358823,217.2441,280.2309,22.125267,122.475,39.495514,22.013836,2155.0454,1.3514175,79.44678,40.088917,423.8076,34.099667,471.40097,22.548244,100.66051,0.0,1236.2698,5276.816,3.676866,422.45483,75.849495,33678.547,58.343647,3.5220857,22.122896,49.729225,16.770863,4.1957784,24.71369,848.36316,362.69687,30.864103,2.8172855,6.5012474,184.83481,20.917953,278.7563,160.36833,2479.1394,572.1666,122.93748,158.82782,416.23734,5.294491,7.6150484,11.736855,2.983195,2.5371,53.879185,66.83504,91.9569,31.666721,39.24294,77.794426,10.998843,3700.7395,28.719143,25.49375,20.51972,16.508736,228.86945,52.968605,26.572916,6.88087,21.019304,30.907719,106.19817,227.8921,65.692085,220.25899,46.823414,30.720049,140.37265,89.329796,544.1157,92.13958,1.9079169,6.772917,6.4115005,68.659065,14793.697,1.8034389,26.65545,43.80979,24.000738,225.57878,62.84361,106.534904,1.8994629,118.37021,419.46988,216.888,106.35442,422.22668,40.94639,84.18169,136.67017,11.477723,2.1894755,14.097105,821.78925,0.041246083,0.31049165,66.36458,12.697845,6.0563273,7.691506,15.824016,81.04095,38.607502,128.25967,653.3104,331.52274,2678.035,2061.4355,43.662403,72.7691,7281.1987,9.048343,130.3493,716.0046,231.98251,311.71292,126.90666,830.26276,858.4112,493.6627,29.15,170.30943,715.6684,1343.6554,80.710075,790.7549,102.944855,1.1526197,50.541676,0.8955687,0.66277015,2.503343,52.758614,227.68451,88.714165,17.794724,1116.056,330.8597,190.125,276.09167,66.51666,54.25,34.37736,103.31342,31.066668,347.4948,169.06845,35.86166,44.470184,37.93646,85.03429,91.77389,13.311105,324.8537,93.636765,796.6972,30.513218,1551.605,74.97086,350.2459,684.0232,30.216444,19.389174,827.3454,834.45605,1930.0233,132.74834 +2023-09-30 19:00:00,0.0,12811.725,357.13834,71.14625,70.241745,61.42449,271.84866,38.26823,65.6837,25.843021,40.030506,1766.7023,125.61599,24.431126,211.84653,0.15950896,0.055993337,34.313602,0.10675098,0.14294487,584.00555,0.083016895,563.58234,86.330605,0.07723559,0.05881344,172.92671,30.843483,60.682873,110.449326,16188.007,0.04106743,2069.1794,0.5461323,0.044838767,0.09558433,0.06219704,217.31453,280.35352,22.125359,122.4375,39.50126,21.973648,2154.8396,1.3508073,79.32355,40.022934,423.77716,34.065556,471.4832,22.520077,100.529144,0.0,1235.1321,5271.6514,3.6511319,422.23386,75.77515,33669.895,58.242695,3.499731,22.077017,49.531113,16.731379,4.1725135,24.602678,847.48047,362.76822,30.82741,2.7997477,6.4915185,184.448,20.858658,277.8569,160.47362,2478.9705,572.5722,122.75835,158.91902,416.68475,5.293544,7.6130934,11.740459,2.9844978,2.538762,53.837112,66.799545,91.95297,31.638485,39.232723,77.72405,10.997726,3701.9497,28.70754,25.453125,20.490866,16.482363,228.80788,52.933853,26.519096,6.875344,21.005558,30.874569,106.03588,227.35745,65.6559,220.11497,46.783947,30.625536,140.19604,89.19983,543.5594,92.04678,1.9022641,6.7690973,6.4145837,68.679886,14786.805,1.8008658,26.644342,43.79566,23.975557,225.42174,62.83634,106.47116,1.899861,118.35434,419.4093,216.84871,106.28407,422.16595,40.955322,84.163574,136.66727,11.48014,2.1902092,14.101828,821.623,0.04122359,0.31063193,66.38808,12.705347,6.060134,7.6975074,15.834091,81.039276,38.622917,128.31728,653.44116,331.64774,2678.6636,2061.6897,43.681168,72.793686,7277.333,9.050726,130.39525,715.9438,232.04376,311.77744,126.93472,830.5634,858.3414,493.6804,29.14881,170.33565,715.27527,1342.8407,80.70892,790.4957,102.94293,1.1527842,50.526608,0.89562213,0.66298634,2.5034642,52.72551,227.75041,88.59903,17.801159,1114.5789,330.66086,190.08037,276.03473,66.44246,54.208332,34.295025,103.348404,30.972221,346.9066,168.9499,35.697174,44.392284,37.95538,84.938095,91.70879,13.29776,324.5554,93.55865,795.10095,30.509914,1550.6119,74.96268,350.14502,682.9953,30.175291,19.397999,827.2614,834.54285,1929.4603,132.80667 +2023-09-30 20:00:00,0.0,12804.839,357.1161,71.19271,70.27222,61.459595,271.96503,38.2803,65.70971,25.849346,40.04893,1767.4031,125.558136,24.440012,211.89221,0.15903944,0.056071594,34.320683,0.106543645,0.14300106,584.28845,0.08294685,563.76825,86.378654,0.077129215,0.05861439,172.97917,30.859402,60.70185,110.477036,16172.078,0.041079752,2069.1692,0.54660153,0.044766665,0.095674604,0.062035263,217.38496,280.47614,22.125448,122.4,39.507008,21.933458,2154.6335,1.3501971,79.20031,39.95695,423.7467,34.031445,471.5654,22.49191,100.39777,0.0,1233.9946,5266.487,3.6253974,422.0129,75.7008,33661.242,58.141743,3.4773765,22.031137,49.333004,16.691896,4.1492486,24.491667,846.59784,362.83957,30.790716,2.7822099,6.4817896,184.06117,20.799362,276.95752,160.57889,2478.8013,572.9778,122.57922,159.01022,417.13217,5.292597,7.611138,11.744064,2.9858003,2.5404243,53.79504,66.76405,91.94904,31.610247,39.222504,77.65368,10.99661,3703.1597,28.69594,25.4125,20.462013,16.45599,228.74629,52.8991,26.465279,6.8698177,20.99181,30.841421,105.87359,226.8228,65.61972,219.97098,46.744476,30.531025,140.01944,89.06986,543.00305,91.953995,1.8966113,6.765278,6.417667,68.70071,14779.912,1.7982926,26.633236,43.781525,23.950377,225.26471,62.829075,106.40741,1.9002591,118.33847,419.34872,216.8094,106.21372,422.10526,40.96426,84.14546,136.66435,11.482556,2.1909428,14.10655,821.4567,0.041201092,0.3107722,66.411575,12.712849,6.06394,7.7035093,15.844167,81.037605,38.638332,128.37486,653.57196,331.77274,2679.2925,2061.9438,43.699936,72.81828,7273.4673,9.053109,130.44121,715.883,232.10501,311.84195,126.962776,830.8641,858.27155,493.69806,29.14762,170.36185,714.8822,1342.0261,80.70777,790.2366,102.94101,1.1529487,50.51154,0.89567554,0.6632026,2.503585,52.69241,227.81633,88.483894,17.807592,1113.1018,330.46204,190.03572,275.97778,66.368256,54.166668,34.21269,103.38339,30.877777,346.31833,168.83136,35.53269,44.31438,37.974304,84.84191,91.6437,13.284415,324.2571,93.48053,793.5047,30.50661,1549.6188,74.95449,350.04413,681.96735,30.134136,19.406822,827.1774,834.6297,1928.8973,132.86502 +2023-09-30 21:00:00,0.0,12797.954,357.0938,71.23918,70.30269,61.494694,272.0814,38.292366,65.735725,25.855673,40.06736,1768.1039,125.50028,24.448898,211.93791,0.1585699,0.05614985,34.32776,0.1063363,0.14305724,584.5714,0.0828768,563.9542,86.426704,0.077022836,0.05841534,173.03163,30.87532,60.720833,110.504745,16156.148,0.04109207,2069.1592,0.54707074,0.044694565,0.09576488,0.061873484,217.45538,280.5988,22.125538,122.3625,39.512756,21.89327,2154.4277,1.3495867,79.07708,39.89097,423.7163,33.997334,471.6476,22.463743,100.26641,0.0,1232.8569,5261.322,3.5996633,421.79193,75.62645,33652.586,58.04079,3.4550219,21.985256,49.134888,16.652412,4.1259837,24.380655,845.71515,362.91095,30.754023,2.764672,6.4720607,183.67435,20.740065,276.05814,160.68417,2478.6323,573.3833,122.40011,159.10141,417.5796,5.29165,7.609183,11.747669,2.9871027,2.5420864,53.752968,66.72856,91.945114,31.582008,39.212288,77.583305,10.995493,3704.3699,28.684338,25.371876,20.433159,16.429617,228.68472,52.86435,26.411459,6.864292,20.978062,30.808271,105.711296,226.28815,65.58354,219.82698,46.70501,30.436512,139.84285,88.939896,542.4468,91.861206,1.8909585,6.7614584,6.42075,68.72153,14773.019,1.7957194,26.62213,43.767395,23.925198,225.10767,62.821804,106.343666,1.9006573,118.32261,419.28815,216.7701,106.14337,422.04453,40.973194,84.12734,136.66144,11.484973,2.1916764,14.111272,821.29047,0.0411786,0.3109125,66.43507,12.720351,6.0677466,7.709511,15.854242,81.035934,38.65375,128.43246,653.70276,331.89774,2679.9211,2062.1978,43.7187,72.84288,7269.602,9.055492,130.48715,715.8222,232.16626,311.90646,126.99083,831.16473,858.2017,493.71573,29.146427,170.38805,714.4891,1341.2114,80.70662,789.9775,102.93909,1.1531131,50.49647,0.8957289,0.66341877,2.5037062,52.659306,227.88225,88.36875,17.814028,1111.6246,330.26318,189.99107,275.92084,66.294044,54.125,34.13035,103.41838,30.783333,345.7301,168.7128,35.368206,44.23648,37.99323,84.74572,91.578606,13.2710705,323.9588,93.40241,791.90845,30.503307,1548.6257,74.946304,349.94324,680.93945,30.092983,19.415648,827.09344,834.7165,1928.3344,132.92336 +2023-09-30 22:00:00,0.0,12791.069,357.07156,71.285645,70.33316,61.529797,272.19775,38.304432,65.76174,25.861998,40.085785,1768.8048,125.44243,24.457785,211.98361,0.15810037,0.056228105,34.33484,0.10612896,0.14311342,584.8543,0.08280676,564.1402,86.474754,0.076916456,0.058216285,173.08409,30.89124,60.739815,110.532455,16140.22,0.04110439,2069.1492,0.54753995,0.044622462,0.09585516,0.061711706,217.52582,280.7214,22.125628,122.325,39.518505,21.85308,2154.2217,1.3489765,78.95385,39.82499,423.68585,33.963223,471.72983,22.435575,100.13504,0.0,1231.7195,5256.157,3.5739288,421.57095,75.55209,33643.934,57.939835,3.4326673,21.939377,48.936775,16.612928,4.1027184,24.269642,844.8325,362.9823,30.717327,2.7471342,6.4623322,183.28752,20.680769,275.15875,160.78944,2478.4631,573.7889,122.22098,159.19261,418.027,5.290703,7.607228,11.751273,2.9884052,2.5437484,53.710896,66.69308,91.941185,31.55377,39.20207,77.51293,10.994376,3705.5798,28.672737,25.33125,20.404306,16.403246,228.62315,52.829597,26.35764,6.858766,20.964314,30.775122,105.549,225.75351,65.54736,219.68298,46.66554,30.342001,139.66624,88.80994,541.89044,91.76842,1.8853058,6.757639,6.423834,68.742355,14766.126,1.7931463,26.611023,43.75326,23.900017,224.95062,62.814537,106.27992,1.9010555,118.30674,419.22757,216.73079,106.07302,421.98383,40.98213,84.10923,136.65854,11.48739,2.19241,14.115994,821.1242,0.041156102,0.31105277,66.458565,12.727853,6.071553,7.7155123,15.864317,81.03427,38.669167,128.49007,653.83356,332.02274,2680.55,2062.452,43.73747,72.86748,7265.7363,9.057876,130.5331,715.76135,232.22751,311.97098,127.01888,831.46533,858.1319,493.7334,29.145237,170.41425,714.096,1340.3969,80.70546,789.7183,102.93717,1.1532776,50.4814,0.8957823,0.663635,2.503827,52.626205,227.94817,88.25362,17.820463,1110.1475,330.06433,189.94643,275.8639,66.21984,54.083332,34.04801,103.45337,30.688889,345.14185,168.59425,35.20372,44.15858,38.012154,84.64953,91.51352,13.257726,323.6605,93.3243,790.3122,30.500004,1547.6327,74.93811,349.84235,679.9115,30.051828,19.424473,827.00946,834.8033,1927.7714,132.98169 +2023-09-30 23:00:00,0.0,12784.185,357.0493,71.33211,70.36364,61.564896,272.31412,38.316498,65.78776,25.868324,40.104214,1769.5056,125.384575,24.46667,212.0293,0.15763083,0.056306362,34.34192,0.10592162,0.14316961,585.13727,0.08273671,564.3261,86.522804,0.07681008,0.05801723,173.13654,30.907158,60.758797,110.560165,16124.29,0.041116714,2069.1392,0.5480091,0.044550363,0.09594543,0.061549928,217.59624,280.84406,22.12572,122.2875,39.52425,21.812893,2154.0159,1.3483663,78.83061,39.759007,423.65543,33.92911,471.81204,22.40741,100.00368,0.0,1230.582,5250.992,3.5481946,421.35,75.477745,33635.277,57.838882,3.4103127,21.893497,48.738667,16.573446,4.0794535,24.15863,843.9498,363.05365,30.680634,2.7295964,6.4526033,182.90071,20.621473,274.25937,160.89473,2478.2942,574.1944,122.041855,159.2838,418.47443,5.289756,7.605273,11.754878,2.989708,2.5454106,53.668823,66.657585,91.937256,31.525532,39.191853,77.44256,10.993259,3706.79,28.661135,25.290625,20.375452,16.376873,228.56157,52.794846,26.30382,6.85324,20.950567,30.741972,105.38671,225.21886,65.51118,219.53897,46.626072,30.247488,139.48964,88.67997,541.3341,91.67562,1.879653,6.7538195,6.426917,68.763176,14759.233,1.7905731,26.599916,43.739132,23.874836,224.7936,62.807266,106.21617,1.9014536,118.29087,419.167,216.6915,106.00267,421.9231,40.991066,84.09111,136.65564,11.489806,2.1931436,14.120716,820.95795,0.04113361,0.31119305,66.482056,12.735355,6.07536,7.721514,15.8743925,81.0326,38.684586,128.54765,653.9643,332.14774,2681.1787,2062.7058,43.756233,72.89207,7261.871,9.060259,130.57906,715.70056,232.28876,312.0355,127.04694,831.766,858.0621,493.75107,29.144047,170.44046,713.7029,1339.5822,80.70431,789.45917,102.93525,1.153442,50.46633,0.89583564,0.6638512,2.5039482,52.5931,228.01408,88.13848,17.826899,1108.6704,329.8655,189.9018,275.80695,66.14563,54.041668,33.96567,103.48835,30.594444,344.55362,168.4757,35.039234,44.080677,38.031075,84.55334,91.448425,13.244381,323.36218,93.246185,788.71594,30.4967,1546.6396,74.929924,349.74142,678.8836,30.010675,19.433298,826.9255,834.89014,1927.2084,133.04004 +2023-10-01 00:00:00,0.0,12777.3,357.02704,71.37857,70.39411,61.6,272.43048,38.328564,65.813774,25.87465,40.12264,1770.2064,125.32672,24.475555,212.075,0.1571613,0.05638462,34.349,0.10571428,0.14322579,585.42017,0.082666665,564.5121,86.570854,0.0767037,0.057818178,173.189,30.923077,60.77778,110.587875,16108.361,0.041129034,2069.1292,0.5484783,0.04447826,0.09603571,0.061388146,217.66667,280.96667,22.125809,122.25,39.53,21.772703,2153.8098,1.347756,78.70738,39.693024,423.625,33.895,471.89426,22.379242,99.87231,0.0,1229.4443,5245.8276,3.5224602,421.12903,75.4034,33626.625,57.73793,3.387958,21.847618,48.540554,16.533962,4.0561886,24.047619,843.0672,363.125,30.64394,2.7120585,6.4428744,182.51389,20.562178,273.36,161.0,2478.125,574.6,121.862724,159.375,418.92184,5.288809,7.6033177,11.758483,2.9910104,2.5470726,53.62675,66.6221,91.93333,31.497293,39.181633,77.372185,10.992143,3708.0,28.649534,25.25,20.3466,16.3505,228.5,52.760094,26.25,6.847714,20.93682,30.708822,105.22442,224.6842,65.475,219.39497,46.5866,30.152977,139.31303,88.55,540.7778,91.58283,1.8740002,6.75,6.4300003,68.784,14752.341,1.788,26.58881,43.725,23.849655,224.63655,62.8,106.15243,1.9018518,118.275,419.1064,216.65219,105.93232,421.8624,41.0,84.073,136.65273,11.492223,2.1938772,14.125439,820.7917,0.04111111,0.31133333,66.505554,12.742857,6.0791664,7.7275157,15.884468,81.03093,38.7,128.60526,654.0951,332.27274,2681.8076,2062.96,43.775,72.916664,7258.0054,9.062642,130.625,715.6398,232.35,312.1,127.075,832.06665,857.99225,493.76874,29.142857,170.46666,713.3098,1338.7676,80.703156,789.2,102.93333,1.1536065,50.451263,0.89588904,0.66406745,2.504069,52.56,228.08,88.023346,17.833334,1107.1932,329.66666,189.85715,275.75,66.07143,54.0,33.883335,103.52334,30.5,343.96536,168.35715,34.87475,44.002777,38.05,84.457146,91.38333,13.231036,323.06387,93.16807,787.1197,30.493397,1545.6466,74.92174,349.64053,677.85565,29.96952,19.442123,826.8415,834.9769,1926.6454,133.09837 +2023-10-01 01:00:00,0.0,12767.3955,356.7464,71.39295,70.44146,61.605072,272.50327,38.339954,65.85935,25.87777,40.14559,1769.2148,125.27197,24.479975,212.13312,0.15891437,0.058037587,34.368946,0.10933727,0.14306355,585.8623,0.08262025,564.9155,86.611176,0.076617874,0.057760738,173.42493,30.937862,60.930706,110.65441,16097.505,0.041415475,2070.0027,0.5570052,0.044673793,0.09628377,0.061852437,217.76637,281.0584,22.13671,122.17171,39.531136,21.763582,2152.9038,1.3504951,78.69213,39.670998,423.6943,33.887985,471.80005,22.361948,99.82889,0.0,1229.0645,5243.6636,3.5186794,420.94794,75.34292,33613.164,57.707504,3.384698,21.840809,48.528122,16.521576,4.0538974,24.041033,842.607,362.86224,30.631365,2.7095375,6.43806,182.42795,20.540333,273.28143,161.12393,2477.3474,574.7774,121.83914,159.34941,418.51056,5.2888703,7.60417,11.791319,2.9916654,2.5521133,53.584488,66.57635,91.95309,31.481451,39.156883,77.34398,10.99334,3707.6426,28.64389,25.24664,20.3432,16.343836,228.43788,52.739445,26.242607,6.846091,20.925617,30.69143,105.176636,224.57512,65.42937,219.30359,46.55585,30.13212,139.25859,88.51348,540.272,91.56391,1.8741883,6.7469087,6.4287705,68.7348,14739.751,1.7885219,26.570198,43.754333,23.840601,224.55228,62.78441,106.16745,1.9036543,118.22994,419.18747,216.78633,105.86049,421.90018,41.024864,84.039696,136.60016,11.50287,2.1949697,14.130971,820.45844,0.041730776,0.31197312,66.5297,12.7404585,6.082853,7.73063,15.885587,81.081825,38.680428,128.63982,654.2715,332.387,2681.7947,2062.9707,43.75986,72.90963,7253.224,9.07397,130.58148,715.50714,232.26201,311.98566,127.04306,831.705,857.53973,493.72458,29.12519,170.40147,712.81146,1337.871,80.62901,788.4124,102.83876,1.154375,50.451664,0.8962526,0.66484326,2.507619,52.511803,228.05527,87.95398,17.835798,1106.3009,329.39673,189.70508,275.51074,66.02726,54.00067,33.8677,103.41127,30.486895,343.70825,168.21297,34.86921,43.964325,38.020027,84.39204,91.297554,13.218746,322.82324,93.09158,786.5564,30.47141,1544.4785,74.867775,349.78232,677.30707,29.950153,19.437181,826.3086,834.58453,1926.2299,133.37755 +2023-10-01 02:00:00,0.0,12757.491,356.4658,71.40733,70.488815,61.610146,272.57608,38.351345,65.90492,25.88089,40.16855,1768.2231,125.217224,24.484396,212.19122,0.16066745,0.059690554,34.38889,0.11296026,0.1429013,586.3045,0.08257383,565.319,86.651505,0.07653205,0.0577033,173.66084,30.952646,61.083633,110.72095,16086.649,0.041701917,2070.8762,0.5655322,0.044869326,0.09653183,0.062316727,217.86607,281.15015,22.147608,122.093414,39.53227,21.754461,2151.9978,1.3532342,78.67689,39.648968,423.7636,33.88097,471.70584,22.344656,99.78548,0.0,1228.6846,5241.5,3.5148988,420.7668,75.28244,33599.703,57.677074,3.381438,21.833998,48.515694,16.509192,4.0516067,24.034447,842.14685,362.59952,30.61879,2.7070167,6.433245,182.34201,20.518488,273.20288,161.24785,2476.5698,574.95483,121.81557,159.32382,418.09927,5.2889323,7.6050224,11.824155,2.9923203,2.5571537,53.542225,66.530594,91.97284,31.465607,39.132133,77.315765,10.994537,3707.285,28.638245,25.24328,20.339802,16.337173,228.37576,52.718796,26.235214,6.8444676,20.914415,30.674034,105.12885,224.46603,65.383736,219.2122,46.5251,30.111261,139.20416,88.47695,539.7661,91.54498,1.8743765,6.7438173,6.427541,68.6856,14727.16,1.7890439,26.551588,43.78367,23.831545,224.46799,62.768818,106.18247,1.9054569,118.18488,419.2685,216.92046,105.78865,421.938,41.049732,84.00639,136.54758,11.513517,2.196062,14.136503,820.1251,0.042350445,0.3126129,66.55385,12.738061,6.0865393,7.7337437,15.886705,81.13272,38.660854,128.67438,654.4479,332.50122,2681.782,2062.9814,43.74472,72.902596,7248.443,9.085298,130.53796,715.37445,232.174,311.8713,127.01113,831.3433,857.08716,493.68045,29.107527,170.33629,712.3132,1336.9744,80.55487,787.6248,102.744194,1.1551434,50.45207,0.89661604,0.6656191,2.5111687,52.463604,228.03052,87.88461,17.838263,1105.4086,329.12677,189.553,275.2715,65.9831,54.001343,33.852062,103.29921,30.473791,343.45114,168.06879,34.863674,43.925873,37.99005,84.32692,91.211784,13.206456,322.5826,93.0151,785.99316,30.449425,1543.3103,74.81382,349.92407,676.7585,29.930786,19.43224,825.77563,834.19214,1925.8145,133.65671 +2023-10-01 03:00:00,0.0,12747.587,356.18515,71.421715,70.53616,61.61522,272.64886,38.362736,65.9505,25.884008,40.1915,1767.2316,125.162476,24.488815,212.24934,0.16242053,0.06134352,34.408836,0.11658325,0.14273906,586.74664,0.08252742,565.7224,86.691826,0.07644623,0.05764586,173.89677,30.967432,61.23656,110.78748,16075.793,0.041988358,2071.7498,0.5740591,0.04506486,0.09677989,0.06278101,217.96579,281.2419,22.158508,122.01512,39.533405,21.74534,2151.0918,1.3559732,78.66164,39.62694,423.8329,33.87395,471.61163,22.327362,99.74206,0.0,1228.3047,5239.336,3.511118,420.58572,75.22196,33586.24,57.64665,3.378178,21.827188,48.50326,16.496805,4.0493155,24.02786,841.68665,362.33676,30.606215,2.7044957,6.4284306,182.25607,20.496643,273.12433,161.37178,2475.7922,575.13226,121.79199,159.29823,417.68796,5.288994,7.6058745,11.856992,2.9929752,2.5621943,53.49996,66.48484,91.9926,31.449764,39.107384,77.28756,10.995734,3706.9275,28.6326,25.23992,20.336403,16.33051,228.31366,52.69815,26.227823,6.8428445,20.903214,30.656641,105.08107,224.35695,65.338104,219.1208,46.494354,30.090405,139.14972,88.44043,539.2603,91.52606,1.8745646,6.740726,6.426311,68.636406,14714.57,1.7895658,26.532976,43.813004,23.82249,224.38371,62.753223,106.197495,1.9072595,118.13982,419.34955,217.0546,105.71682,421.97577,41.074596,83.97309,136.49501,11.524164,2.1971545,14.1420355,819.7919,0.04297011,0.3132527,66.577995,12.735662,6.0902257,7.736858,15.887823,81.183624,38.64128,128.70894,654.62427,332.61548,2681.769,2062.992,43.72958,72.89555,7243.6616,9.096625,130.49446,715.2418,232.086,311.75696,126.979195,830.9817,856.63464,493.6363,29.08986,170.27109,711.8148,1336.0778,80.48073,786.8372,102.64962,1.1559119,50.45247,0.8969796,0.66639495,2.5147188,52.415405,228.00578,87.81525,17.840727,1104.5162,328.85684,189.40092,275.03226,65.938934,54.002018,33.836426,103.18714,30.460686,343.19403,167.9246,34.858135,43.88742,37.96008,84.26181,91.12601,13.194166,322.34195,92.938614,785.4299,30.427439,1542.1422,74.75986,350.06586,676.2099,29.911419,19.427298,825.24274,833.79974,1925.3989,133.93588 +2023-10-01 04:00:00,0.0,12737.683,355.9045,71.4361,70.58352,61.620293,272.72165,38.374126,65.99608,25.887129,40.214455,1766.24,125.10773,24.493235,212.30745,0.1641736,0.06299649,34.42878,0.12020624,0.14257681,587.18884,0.082481004,566.1259,86.73215,0.076360404,0.05758842,174.1327,30.982216,61.38949,110.85402,16064.9375,0.0422748,2072.6235,0.58258605,0.045260392,0.09702795,0.063245304,218.06549,281.33365,22.169407,121.93683,39.534542,21.73622,2150.186,1.3587123,78.646385,39.60491,423.90222,33.866936,471.5174,22.31007,99.69865,0.0,1227.9247,5237.172,3.5073373,420.4046,75.16148,33572.777,57.616222,3.374918,21.820377,48.490826,16.484419,4.0470247,24.021275,841.2265,362.07404,30.59364,2.7019746,6.423616,182.17014,20.474798,273.0458,161.4957,2475.015,575.30963,121.7684,159.27264,417.27667,5.289056,7.6067266,11.889828,2.9936302,2.567235,53.4577,66.43909,92.01236,31.43392,39.082634,77.259346,10.996931,3706.5698,28.626957,25.236559,20.333004,16.323845,228.25154,52.6775,26.22043,6.841222,20.892012,30.639246,105.03329,224.24786,65.29247,219.02942,46.463604,30.069546,139.09529,88.4039,538.75446,91.50714,1.8747529,6.737634,6.425081,68.587204,14701.9795,1.7900878,26.514366,43.84234,23.813435,224.29944,62.737633,106.21252,1.909062,118.09476,419.4306,217.18874,105.64499,422.01355,41.09946,83.9398,136.44244,11.534811,2.198247,14.147568,819.45856,0.04358978,0.31389245,66.60215,12.733264,6.0939116,7.739972,15.888942,81.23452,38.621708,128.7435,654.80066,332.72974,2681.7563,2063.0027,43.714436,72.88852,7238.8804,9.107953,130.45094,715.10913,231.99799,311.6426,126.94726,830.62006,856.1821,493.59216,29.072197,170.2059,711.31647,1335.1813,80.40659,786.0496,102.55505,1.1566803,50.452873,0.89734304,0.66717076,2.5182686,52.367207,227.98103,87.74588,17.843191,1103.6239,328.5869,189.24886,274.793,65.894775,54.00269,33.82079,103.07507,30.44758,342.93692,167.78043,34.8526,43.84897,37.930107,84.1967,91.04023,13.181876,322.10132,92.86213,784.8666,30.405455,1540.974,74.705894,350.2076,675.6613,29.892054,19.422356,824.7098,833.40735,1924.9834,134.21506 +2023-10-01 05:00:00,0.0,12727.778,355.62387,71.45048,70.63087,61.625366,272.79446,38.385517,66.04165,25.89025,40.23741,1765.2483,125.05298,24.497656,212.36557,0.1659267,0.064649455,34.448727,0.12382923,0.14241457,587.631,0.08243459,566.52936,86.77247,0.07627459,0.05753098,174.36862,30.997002,61.542416,110.920555,16054.081,0.04256124,2073.497,0.59111303,0.04545592,0.09727601,0.063709594,218.16519,281.42538,22.180307,121.858536,39.53568,21.727098,2149.28,1.3614514,78.63114,39.582886,423.97153,33.85992,471.4232,22.292776,99.65523,0.0,1227.5448,5235.0083,3.5035565,420.2235,75.101006,33559.316,57.585793,3.3716578,21.813568,48.478394,16.472034,4.0447335,24.014688,840.7663,361.81128,30.581066,2.6994538,6.4188013,182.08418,20.452953,272.96725,161.61963,2474.2373,575.48706,121.744835,159.24706,416.8654,5.2891173,7.6075788,11.922664,2.994285,2.5722756,53.415436,66.39333,92.03212,31.418077,39.057884,77.23114,10.998129,3706.2124,28.621313,25.233198,20.329607,16.317183,228.18942,52.656853,26.213037,6.8395987,20.88081,30.621853,104.985504,224.1388,65.24684,218.93803,46.432854,30.048689,139.04085,88.36738,538.24866,91.48822,1.874941,6.734543,6.423851,68.53801,14689.39,1.7906097,26.495754,43.871674,23.80438,224.21516,62.722042,106.22754,1.9108646,118.0497,419.51163,217.32288,105.57315,422.05136,41.12433,83.906494,136.38986,11.545459,2.1993394,14.1531,819.1253,0.044209443,0.31453225,66.6263,12.7308655,6.097598,7.7430863,15.89006,81.285416,38.602135,128.77806,654.97705,332.84396,2681.7434,2063.0134,43.699295,72.881485,7234.099,9.11928,130.40742,714.9765,231.90999,311.52826,126.91532,830.2584,855.7296,493.548,29.054531,170.14072,710.8182,1334.2847,80.33245,785.262,102.46049,1.1574488,50.453274,0.89770657,0.6679466,2.5218184,52.319008,227.9563,87.676506,17.845655,1102.7316,328.31696,189.09677,274.55377,65.85061,54.00336,33.805153,102.96301,30.434475,342.6798,167.63623,34.84706,43.810516,37.900135,84.13159,90.95445,13.169586,321.8607,92.785645,784.30334,30.383469,1539.8059,74.65194,350.3494,675.11273,29.872686,19.417414,824.1769,833.01495,1924.5679,134.49423 +2023-10-01 06:00:00,0.0,12717.874,355.34326,71.46486,70.67822,61.630444,272.86725,38.396908,66.08723,25.89337,40.260365,1764.2567,124.99823,24.502075,212.42369,0.16767977,0.066302426,34.46867,0.12745222,0.14225233,588.0732,0.08238817,566.9328,86.8128,0.076188765,0.057473544,174.60455,31.011786,61.695343,110.98709,16043.225,0.04284768,2074.3706,0.59963995,0.045651454,0.09752408,0.064173885,218.2649,281.51712,22.191208,121.78024,39.53681,21.717978,2148.374,1.3641906,78.61589,39.560856,424.04083,33.852905,471.32898,22.275484,99.61182,0.0,1227.1648,5232.844,3.499776,420.0424,75.04053,33545.855,57.555367,3.368398,21.806757,48.465965,16.459648,4.042443,24.008102,840.30615,361.54852,30.568491,2.6969328,6.413987,181.99825,20.431108,272.8887,161.74355,2473.4597,575.6645,121.72125,159.22147,416.4541,5.2891793,7.6084313,11.9555,2.99494,2.577316,53.373173,66.34758,92.05187,31.402233,39.033134,77.20293,10.999326,3705.8547,28.615667,25.22984,20.326208,16.310518,228.1273,52.636204,26.205645,6.8379755,20.869608,30.604458,104.93772,224.02971,65.20121,218.84665,46.402103,30.02783,138.98642,88.33085,537.7428,91.46929,1.8751292,6.7314515,6.4226213,68.488815,14676.8,1.7911317,26.477144,43.901005,23.795326,224.13087,62.70645,106.24257,1.9126672,118.00464,419.59268,217.457,105.50132,422.08914,41.149193,83.87319,136.3373,11.556106,2.2004318,14.158632,818.792,0.044829108,0.31517205,66.650444,12.728468,6.1012845,7.7462,15.891179,81.33631,38.58256,128.81262,655.15344,332.95822,2681.7307,2063.0242,43.684155,72.87445,7229.3174,9.130608,130.3639,714.8438,231.82198,311.4139,126.88339,829.8967,855.27704,493.50388,29.036865,170.07553,710.3198,1333.3881,80.25831,784.47437,102.36592,1.1582172,50.45368,0.89807004,0.6687224,2.5253682,52.27081,227.93155,87.60714,17.84812,1101.8392,328.04703,188.9447,274.3145,65.80645,54.004032,33.789516,102.850945,30.421371,342.42267,167.49205,34.841526,43.772064,37.87016,84.066475,90.86868,13.157296,321.62006,92.70916,783.74005,30.361483,1538.6377,74.59798,350.49115,674.5641,29.85332,19.412472,823.6439,832.62256,1924.1525,134.77339 +2023-10-01 07:00:00,0.0,12707.97,355.06262,71.47924,70.72557,61.635517,272.94003,38.4083,66.132805,25.896488,40.283318,1763.2651,124.94348,24.506495,212.4818,0.16943285,0.06795539,34.488617,0.13107522,0.14209008,588.5153,0.08234175,567.33624,86.85312,0.07610294,0.057416104,174.84048,31.026571,61.848267,111.05363,16032.369,0.043134123,2075.2441,0.6081669,0.045846988,0.09777214,0.06463817,218.3646,281.60886,22.202106,121.70195,39.53795,21.708857,2147.468,1.3669297,78.60064,39.53883,424.11017,33.845886,471.23477,22.25819,99.5684,0.0,1226.7849,5230.6807,3.495995,419.8613,74.98005,33532.395,57.52494,3.3651378,21.799948,48.453533,16.447262,4.0401516,24.001516,839.84595,361.2858,30.555916,2.6944118,6.4091725,181.91231,20.409264,272.81015,161.86748,2472.6821,575.8419,121.69767,159.19588,416.04282,5.289241,7.6092834,11.988336,2.995595,2.5823567,53.33091,66.30183,92.07163,31.38639,39.008385,77.17472,11.000523,3705.4973,28.610023,25.226479,20.32281,16.303854,228.06519,52.615555,26.198254,6.8363523,20.858406,30.587065,104.88994,223.92062,65.15558,218.75525,46.371353,30.006973,138.93198,88.29433,537.237,91.45037,1.8753173,6.72836,6.4213915,68.43961,14664.209,1.7916536,26.458532,43.93034,23.78627,224.0466,62.69086,106.25759,1.9144697,117.95958,419.67374,217.59114,105.42949,422.12692,41.17406,83.83989,136.28473,11.566752,2.2015243,14.164165,818.45874,0.045448776,0.3158118,66.67459,12.726069,6.104971,7.7493143,15.892297,81.387215,38.56299,128.84718,655.3298,333.07248,2681.7178,2063.035,43.669014,72.86741,7224.536,9.141935,130.3204,714.7112,231.73398,311.29956,126.851456,829.5351,854.8245,493.45972,29.019201,170.01035,709.8215,1332.4915,80.184166,783.68677,102.271355,1.1589856,50.45408,0.89843357,0.6694982,2.528918,52.22261,227.90681,87.53777,17.850582,1100.9468,327.7771,188.79263,274.07526,65.76228,54.004704,33.77388,102.738884,30.408266,342.16556,167.34787,34.835987,43.733612,37.840187,84.001366,90.782906,13.145006,321.3794,92.632675,783.17676,30.339497,1537.4696,74.544014,350.63293,674.0155,29.833952,19.40753,823.111,832.23016,1923.7369,135.05257 +2023-10-01 08:00:00,0.0,12698.065,354.78198,71.49362,70.77293,61.64059,273.01285,38.41969,66.178375,25.899609,40.306274,1762.2734,124.88873,24.510916,212.53992,0.17118593,0.06960836,34.50856,0.1346982,0.14192784,588.9575,0.082295336,567.7397,86.89344,0.07601712,0.057358664,175.0764,31.041357,62.001194,111.12016,16021.513,0.043420564,2076.1177,0.61669385,0.04604252,0.098020196,0.06510246,218.4643,281.7006,22.213007,121.62366,39.539085,21.699736,2146.562,1.3696687,78.585396,39.5168,424.17944,33.83887,471.14056,22.240896,99.52499,0.0,1226.405,5228.5166,3.4922144,419.68018,74.91957,33518.93,57.49451,3.361878,21.793139,48.4411,16.434877,4.037861,23.99493,839.3858,361.02304,30.54334,2.6918907,6.404358,181.82637,20.387419,272.7316,161.9914,2471.9045,576.01935,121.674095,159.17029,415.63153,5.289303,7.6101356,12.021173,2.99625,2.5873973,53.288647,66.25607,92.09139,31.370548,38.983635,77.14651,11.00172,3705.14,28.60438,25.223118,20.31941,16.297192,228.00307,52.59491,26.19086,6.834729,20.847204,30.56967,104.842155,223.81154,65.10995,218.66386,46.340607,29.986115,138.87753,88.2578,536.73114,91.43145,1.8755056,6.725269,6.4201617,68.39042,14651.619,1.7921757,26.43992,43.959675,23.777216,223.96233,62.675266,106.27261,1.9162723,117.91452,419.75476,217.72528,105.35765,422.16473,41.198925,83.80659,136.23215,11.5774,2.2026167,14.169697,818.1254,0.04606844,0.3164516,66.69874,12.723671,6.1086574,7.7524285,15.893415,81.43811,38.543415,128.88174,655.50616,333.1867,2681.705,2063.0457,43.653873,72.860374,7219.755,9.153263,130.27689,714.57855,231.64598,311.1852,126.81952,829.17346,854.372,493.4156,29.001535,169.94516,709.3232,1331.5948,80.11002,782.8992,102.17679,1.159754,50.454483,0.89879704,0.670274,2.532468,52.17441,227.88206,87.46841,17.853046,1100.0544,327.50717,188.64056,273.83603,65.718124,54.005375,33.758247,102.626816,30.39516,341.90845,167.20369,34.830452,43.69516,37.810215,83.93626,90.69713,13.132715,321.13876,92.55619,782.61346,30.31751,1536.3014,74.49005,350.7747,673.4669,29.814585,19.402588,822.57806,831.83777,1923.3214,135.33174 +2023-10-01 09:00:00,0.0,12688.161,354.50137,71.508,70.820274,61.645664,273.08563,38.43108,66.22395,25.902729,40.329227,1761.2819,124.833984,24.515335,212.59804,0.172939,0.071261324,34.528507,0.13832119,0.1417656,589.39966,0.082248926,568.1431,86.93376,0.075931296,0.057301223,175.31233,31.05614,62.15412,111.1867,16010.657,0.043707006,2076.9912,0.6252208,0.046238054,0.098268256,0.06556675,218.56401,281.79236,22.223906,121.545364,39.540222,21.690615,2145.656,1.3724078,78.570145,39.494774,424.24875,33.831856,471.04636,22.223604,99.48157,0.0,1226.0251,5226.3525,3.4884336,419.49908,74.85909,33505.47,57.464085,3.3586178,21.786327,48.42867,16.422491,4.0355697,23.988344,838.9256,360.76028,30.530766,2.68937,6.3995433,181.74043,20.365574,272.65305,162.11533,2471.127,576.1968,121.65051,159.14471,415.2202,5.2893643,7.610988,12.0540085,2.9969049,2.592438,53.246384,66.21032,92.11115,31.354704,38.958885,77.1183,11.002917,3704.7822,28.598736,25.219759,20.316011,16.290527,227.94096,52.57426,26.183468,6.833106,20.836002,30.552277,104.79437,223.70245,65.064316,218.57248,46.309856,29.965258,138.8231,88.221275,536.22534,91.41252,1.8756937,6.7221775,6.418932,68.341225,14639.029,1.7926975,26.42131,43.98901,23.76816,223.87805,62.659676,106.287636,1.9180748,117.86945,419.83582,217.8594,105.28582,422.2025,41.22379,83.773285,136.17958,11.588047,2.203709,14.175228,817.7922,0.04668811,0.3170914,66.722885,12.721272,6.112344,7.7555428,15.894534,81.489006,38.52384,128.91629,655.6825,333.30096,2681.6921,2063.0562,43.638733,72.85334,7214.9736,9.164591,130.23337,714.44586,231.55797,311.07086,126.78759,828.8118,853.9195,493.37143,28.98387,169.87996,708.8248,1330.6982,80.03588,782.1116,102.082214,1.1605226,50.454884,0.89916056,0.6710499,2.536018,52.12621,227.85733,87.39904,17.85551,1099.1621,327.2372,188.48848,273.59677,65.67396,54.00605,33.74261,102.51475,30.382057,341.65134,167.05951,34.824913,43.656708,37.780243,83.87115,90.61136,13.120425,320.89813,92.479706,782.05023,30.295525,1535.1333,74.4361,350.91647,672.91833,29.795218,19.397646,822.04517,831.4454,1922.906,135.61092 +2023-10-01 10:00:00,0.0,12678.257,354.22073,71.522385,70.86762,61.650738,273.15842,38.44247,66.26953,25.90585,40.35218,1760.2903,124.779236,24.519754,212.65614,0.17469208,0.072914295,34.54845,0.14194418,0.14160335,589.8418,0.08220251,568.54663,86.97409,0.07584547,0.057243787,175.54826,31.070927,62.30705,111.25324,15999.801,0.043993447,2077.8647,0.6337477,0.046433587,0.098516315,0.06603104,218.66371,281.8841,22.234806,121.46707,39.541355,21.681494,2144.75,1.3751469,78.55489,39.472744,424.31805,33.82484,470.95215,22.20631,99.438156,0.0,1225.6451,5224.189,3.484653,419.318,74.798615,33492.008,57.43366,3.355358,21.779518,48.416237,16.410105,4.0332785,23.981758,838.4654,360.49756,30.51819,2.6868489,6.3947287,181.6545,20.343729,272.5745,162.23924,2470.3494,576.37415,121.62693,159.11913,414.80893,5.289426,7.6118402,12.086844,2.9975598,2.5974784,53.204124,66.164566,92.130905,31.338861,38.934135,77.090096,11.004115,3704.4248,28.59309,25.216398,20.312613,16.283863,227.87885,52.55361,26.176075,6.8314834,20.8248,30.534882,104.74659,223.59337,65.018684,218.4811,46.279106,29.944399,138.76866,88.184746,535.7195,91.3936,1.8758819,6.719086,6.4177017,68.29202,14626.438,1.7932196,26.402699,44.018345,23.759106,223.79376,62.644085,106.30266,1.9198774,117.824394,419.91687,217.99355,105.21399,422.2403,41.248657,83.73998,136.12701,11.598694,2.2048013,14.18076,817.45886,0.047307774,0.31773117,66.74704,12.718875,6.11603,7.7586565,15.895653,81.5399,38.50427,128.95085,655.8589,333.41522,2681.6794,2063.067,43.62359,72.846306,7210.1924,9.175919,130.18985,714.31323,231.46997,310.9565,126.75565,828.45013,853.4669,493.3273,28.966206,169.81477,708.3265,1329.8018,79.96174,781.324,101.98765,1.161291,50.455288,0.89952403,0.6718257,2.5395677,52.07801,227.83258,87.32967,17.857975,1098.2698,326.9673,188.33641,273.3575,65.6298,54.00672,33.726974,102.40269,30.368952,341.39423,166.91533,34.819378,43.618256,37.750267,83.80603,90.52558,13.108135,320.6575,92.40322,781.48694,30.27354,1533.9652,74.38213,351.05823,672.36975,29.77585,19.392704,821.5122,831.053,1922.4905,135.89008 +2023-10-01 11:00:00,0.0,12668.352,353.9401,71.536766,70.91498,61.65581,273.2312,38.45386,66.3151,25.908968,40.375137,1759.2986,124.72449,24.524176,212.71426,0.17644516,0.07456726,34.568398,0.14556718,0.1414411,590.284,0.08215609,568.9501,87.01441,0.07575965,0.057186347,175.78418,31.08571,62.459976,111.31978,15988.945,0.04427989,2078.7385,0.6422747,0.04662912,0.098764375,0.06649533,218.76341,281.97583,22.245707,121.38878,39.542492,21.672373,2143.8442,1.3778859,78.53965,39.450718,424.3874,33.81782,470.85794,22.189018,99.39474,0.0,1225.2651,5222.025,3.4808722,419.13687,74.73814,33478.547,57.40323,3.3520977,21.772707,48.403805,16.397718,4.0309877,23.975172,838.00525,360.2348,30.505615,2.6843278,6.389914,181.56856,20.321884,272.49594,162.36317,2469.572,576.5516,121.603355,159.09354,414.39764,5.289488,7.6126924,12.11968,2.9982147,2.602519,53.16186,66.11881,92.150665,31.323017,38.909386,77.06188,11.005312,3704.0671,28.587446,25.213037,20.309214,16.2772,227.81673,52.532963,26.168682,6.82986,20.813599,30.517488,104.69881,223.48428,64.97305,218.38971,46.248356,29.923542,138.71423,88.148224,535.2137,91.37468,1.87607,6.715995,6.416472,68.24283,14613.849,1.7937415,26.384089,44.04768,23.75005,223.70949,62.628494,106.31768,1.92168,117.779335,419.9979,218.12769,105.14215,422.2781,41.27352,83.70669,136.07445,11.609342,2.2058938,14.186293,817.1256,0.04792744,0.31837097,66.77119,12.716476,6.119716,7.7617707,15.896771,81.590805,38.484695,128.98541,656.0353,333.52945,2681.6665,2063.0776,43.608448,72.839264,7205.411,9.187246,130.14633,714.18054,231.38196,310.84216,126.72372,828.0885,853.0144,493.28314,28.94854,169.74959,707.8282,1328.9052,79.887596,780.5364,101.89308,1.1620594,50.45569,0.89988756,0.6726015,2.5431175,52.02981,227.80785,87.26031,17.86044,1097.3774,326.69736,188.18434,273.1183,65.58563,54.007393,33.711338,102.29062,30.355846,341.13712,166.77115,34.81384,43.579803,37.720295,83.74092,90.439804,13.095845,320.41687,92.32674,780.92365,30.251554,1532.797,74.32817,351.2,671.82117,29.756485,19.387762,820.9793,830.6606,1922.075,136.16925 +2023-10-01 12:00:00,0.0,12658.447,353.6595,71.55115,70.962326,61.660885,273.30402,38.465252,66.36068,25.912088,40.39809,1758.307,124.66974,24.528595,212.77237,0.17819823,0.07622023,34.58834,0.14919017,0.14127886,590.72614,0.082109675,569.3535,87.05473,0.075673826,0.057128906,176.02011,31.100496,62.612904,111.386314,15978.089,0.04456633,2079.612,0.6508016,0.046824653,0.099012434,0.06695962,218.86311,282.06757,22.256605,121.310486,39.54363,21.663252,2142.9382,1.380625,78.5244,39.428688,424.4567,33.810806,470.7637,22.171724,99.351326,0.0,1224.8853,5219.861,3.4770916,418.95578,74.67766,33465.086,57.372803,3.3488379,21.765898,48.391373,16.385334,4.0286965,23.968586,837.54504,359.97208,30.49304,2.681807,6.3850994,181.48262,20.30004,272.41742,162.48709,2468.7944,576.729,121.57977,159.06795,413.98636,5.2895494,7.613545,12.152517,2.9988697,2.6075597,53.1196,66.07306,92.170425,31.307175,38.884636,77.033676,11.006509,3703.7097,28.581802,25.209677,20.305817,16.270536,227.75461,52.512314,26.161291,6.828237,20.802397,30.500093,104.651024,223.37521,64.92742,218.29831,46.21761,29.902683,138.65979,88.111694,534.7078,91.35576,1.8762583,6.712903,6.415242,68.19363,14601.258,1.7942635,26.365477,44.077015,23.740995,223.62521,62.612904,106.3327,1.9234827,117.734276,420.07895,218.26183,105.07032,422.3159,41.298386,83.673386,136.02187,11.619988,2.2069862,14.191825,816.7923,0.048547108,0.31901073,66.795334,12.714078,6.1234026,7.764885,15.897889,81.6417,38.465122,129.01997,656.2117,333.6437,2681.6538,2063.0884,43.593307,72.83223,7200.63,9.198574,130.10283,714.0479,231.29396,310.7278,126.69179,827.72687,852.5619,493.239,28.930876,169.6844,707.32983,1328.0085,79.81346,779.7488,101.798515,1.1628278,50.456093,0.90025103,0.67337734,2.5466673,51.981613,227.7831,87.19094,17.862904,1096.4851,326.4274,188.03226,272.87903,65.54147,54.008064,33.6957,102.17855,30.342741,340.88,166.62697,34.808304,43.54135,37.690323,83.67581,90.35403,13.083555,320.1762,92.25025,780.3604,30.229568,1531.6289,74.274216,351.34177,671.2726,29.737118,19.38282,820.44635,830.2682,1921.6594,136.44843 +2023-10-01 13:00:00,0.0,12648.543,353.37885,71.56554,71.00968,61.66596,273.3768,38.476643,66.40626,25.915209,40.421043,1757.3154,124.615,24.533014,212.83049,0.17995131,0.07787319,34.608288,0.15281315,0.14111662,591.16833,0.08206326,569.75696,87.095055,0.07558801,0.057071466,176.25604,31.11528,62.76583,111.45285,15967.232,0.04485277,2080.4856,0.6593285,0.047020186,0.099260494,0.06742391,218.96281,282.1593,22.267506,121.23219,39.544765,21.65413,2142.0322,1.3833641,78.50915,39.406662,424.52597,33.80379,470.6695,22.154432,99.30791,0.0,1224.5054,5217.6973,3.4733107,418.77466,74.61718,33451.62,57.342377,3.3455777,21.759089,48.37894,16.372948,4.026406,23.962,837.0849,359.70932,30.480465,2.679286,6.380285,181.39667,20.278194,272.33887,162.61102,2468.0168,576.90643,121.55619,159.04236,413.57507,5.2896113,7.614397,12.185353,2.9995246,2.6126003,53.077335,66.027306,92.19018,31.291332,38.859886,77.00546,11.007707,3703.352,28.576159,25.206318,20.302418,16.263872,227.69249,52.49167,26.153898,6.826614,20.791195,30.4827,104.60324,223.26613,64.88178,218.20692,46.18686,29.881826,138.60535,88.07517,534.202,91.33683,1.8764464,6.7098117,6.4140124,68.14443,14588.668,1.7947854,26.346865,44.10635,23.731941,223.54094,62.597313,106.347725,1.9252852,117.68922,420.16,218.39595,104.99848,422.35367,41.323254,83.64008,135.9693,11.630636,2.2080786,14.197357,816.45905,0.049166773,0.31965053,66.81948,12.71168,6.127089,7.767999,15.899008,81.6926,38.44555,129.05453,656.38806,333.75797,2681.6409,2063.099,43.578167,72.825195,7195.8486,9.209901,130.05931,713.9152,231.20595,310.6135,126.65985,827.36523,852.1094,493.19485,28.91321,169.61922,706.8315,1327.1119,79.73932,778.9612,101.70395,1.1635963,50.456493,0.90061456,0.67415315,2.5502174,51.933414,227.75836,87.12157,17.865368,1095.5928,326.15747,187.88019,272.63977,65.49731,54.008736,33.680065,102.06649,30.329638,340.6229,166.48279,34.802765,43.5029,37.660347,83.610695,90.26826,13.071265,319.93558,92.17377,779.7971,30.207582,1530.4607,74.22025,351.48355,670.724,29.71775,19.37788,819.91345,829.8758,1921.244,136.7276 +2023-10-01 14:00:00,0.0,12638.639,353.0982,71.57992,71.05703,61.671032,273.4496,38.488033,66.45183,25.91833,40.443996,1756.3237,124.56025,24.537436,212.88861,0.1817044,0.07952616,34.62823,0.15643615,0.14095438,591.6105,0.08201685,570.1604,87.13538,0.07550219,0.05701403,176.49196,31.130066,62.91876,111.51939,15956.377,0.045139212,2081.3591,0.66785544,0.047215715,0.099508554,0.0678882,219.06252,282.25107,22.278404,121.1539,39.5459,21.64501,2141.1262,1.3861032,78.493904,39.384632,424.59528,33.796776,470.5753,22.137138,99.264496,0.0,1224.1255,5215.533,3.46953,418.59357,74.5567,33438.16,57.311947,3.3423178,21.752277,48.36651,16.360561,4.0241146,23.955414,836.6247,359.44656,30.467892,2.676765,6.37547,181.31073,20.25635,272.2603,162.73494,2467.2393,577.08386,121.532616,159.01677,413.1638,5.289673,7.615249,12.218189,3.0001795,2.6176407,53.035072,65.98155,92.20994,31.275488,38.835136,76.97726,11.0089035,3702.9946,28.570513,25.202957,20.299019,16.25721,227.63037,52.47102,26.146505,6.8249907,20.779993,30.465305,104.55546,223.15704,64.83615,218.11554,46.15611,29.860968,138.55092,88.03864,533.69617,91.31791,1.8766346,6.7067204,6.4127827,68.09524,14576.078,1.7953073,26.328255,44.135685,23.722885,223.45665,62.58172,106.36275,1.9270878,117.64416,420.24103,218.53009,104.92665,422.39148,41.348118,83.60678,135.91673,11.641283,2.209171,14.202889,816.12573,0.04978644,0.32029033,66.84363,12.709282,6.1307755,7.771113,15.900126,81.74349,38.425976,129.0891,656.56445,333.8722,2681.6282,2063.1099,43.563026,72.81816,7191.0674,9.221229,130.0158,713.7826,231.11795,310.49915,126.627914,827.00354,851.6568,493.1507,28.895544,169.55403,706.3332,1326.2153,79.66518,778.1736,101.60938,1.1643647,50.456898,0.9009781,0.674929,2.5537672,51.885216,227.73361,87.0522,17.867832,1094.7004,325.88754,187.72812,272.40054,65.45315,54.009407,33.66443,101.95442,30.316532,340.36578,166.3386,34.79723,43.464447,37.630375,83.545586,90.18248,13.058975,319.69495,92.09728,779.2338,30.185596,1529.2926,74.16629,351.62534,670.1754,29.698383,19.372938,819.3805,829.4834,1920.8285,137.00676 +2023-10-01 15:00:00,0.0,12628.734,352.81757,71.5943,71.104385,61.676105,273.5224,38.499424,66.497406,25.921448,40.466953,1755.3322,124.5055,24.541855,212.94672,0.18345748,0.081179135,34.64818,0.16005914,0.14079213,592.0527,0.08197043,570.56384,87.175705,0.075416364,0.05695659,176.72789,31.144852,63.071686,111.58592,15945.5205,0.045425653,2082.2327,0.6763824,0.047411248,0.09975661,0.06835248,219.16223,282.3428,22.289305,121.07561,39.547035,21.63589,2140.2202,1.3888422,78.47865,39.362606,424.6646,33.789757,470.48108,22.119844,99.22108,0.0,1223.7456,5213.3696,3.4657493,418.41245,74.49622,33424.7,57.28152,3.3390577,21.745468,48.35408,16.348177,4.021824,23.948828,836.16455,359.18384,30.455317,2.6742442,6.3706555,181.2248,20.234505,272.18176,162.85887,2466.4617,577.2613,121.50903,158.99118,412.75247,5.289735,7.6161013,12.251025,3.0008345,2.6226814,52.99281,65.93581,92.2297,31.259645,38.810387,76.94904,11.0101,3702.6372,28.564869,25.199596,20.29562,16.250546,227.56827,52.45037,26.139112,6.8233676,20.768791,30.447912,104.507675,223.04796,64.79052,218.02415,46.12536,29.84011,138.49648,88.00212,533.19037,91.29899,1.8768227,6.703629,6.411553,68.046036,14563.487,1.7958293,26.309643,44.16502,23.71383,223.37238,62.566128,106.37777,1.9288903,117.59909,420.32208,218.66423,104.85482,422.42926,41.372982,83.57348,135.86415,11.65193,2.2102635,14.208422,815.7925,0.050406106,0.3209301,66.867775,12.706883,6.134462,7.774227,15.901245,81.794395,38.406403,129.12366,656.74084,333.98645,2681.6152,2063.1204,43.547886,72.81112,7186.286,9.232556,129.97227,713.64996,231.02995,310.3848,126.59598,826.6419,851.2043,493.10657,28.87788,169.48883,705.83484,1325.3187,79.591034,777.386,101.51481,1.1651332,50.4573,0.90134156,0.67570484,2.557317,51.837017,227.70888,86.982834,17.870296,1093.8081,325.61758,187.57603,272.1613,65.40898,54.010082,33.648792,101.842354,30.303427,340.10867,166.19441,34.79169,43.425995,37.600403,83.48048,90.0967,13.046685,319.4543,92.0208,778.6706,30.16361,1528.1244,74.112335,351.7671,669.62683,29.679016,19.367996,818.8476,829.091,1920.413,137.28593 +2023-10-01 16:00:00,0.0,12618.83,352.53696,71.60868,71.15173,61.681183,273.59518,38.510815,66.542984,25.924568,40.489906,1754.3406,124.45075,24.546274,213.00484,0.18521056,0.0828321,34.66812,0.16368213,0.14062989,592.4948,0.081924014,570.9673,87.21603,0.07533054,0.05689915,176.96382,31.159636,63.224613,111.65246,15934.665,0.045712095,2083.1062,0.68490934,0.04760678,0.10000467,0.06881678,219.26193,282.43454,22.300205,120.997314,39.548172,21.626768,2139.3142,1.3915814,78.4634,39.340576,424.73392,33.78274,470.38687,22.102552,99.177666,0.0,1223.3656,5211.2056,3.4619687,418.23135,74.435745,33411.24,57.251095,3.3357978,21.738657,48.34165,16.33579,4.0195327,23.942242,835.70435,358.92108,30.442741,2.6717231,6.365841,181.13885,20.212658,272.1032,162.98279,2465.684,577.43866,121.48546,158.96559,412.3412,5.2897964,7.616954,12.283861,3.0014894,2.627722,52.950546,65.890045,92.24946,31.243801,38.785637,76.92084,11.011298,3702.2795,28.559225,25.196236,20.292221,16.243881,227.50615,52.42972,26.13172,6.8217444,20.75759,30.430517,104.45989,222.93887,64.74489,217.93275,46.09461,29.819252,138.44205,87.96559,532.6845,91.28006,1.877011,6.7005377,6.4103227,67.99684,14550.897,1.7963512,26.291033,44.194355,23.704775,223.2881,62.550537,106.39279,1.9306929,117.55403,420.40314,218.79836,104.78298,422.46704,41.39785,83.54018,135.81158,11.662578,2.211356,14.213954,815.45917,0.051025774,0.3215699,66.89193,12.704485,6.1381483,7.7773414,15.902363,81.84529,38.38683,129.15822,656.91724,334.10068,2681.6025,2063.131,43.532745,72.804085,7181.5044,9.243884,129.92876,713.5173,230.94194,310.27045,126.56405,826.2803,850.7518,493.0624,28.860214,169.42365,705.3365,1324.4222,79.51689,776.5983,101.42024,1.1659017,50.457703,0.9017051,0.67648065,2.5608668,51.78882,227.68413,86.91347,17.87276,1092.9158,325.34766,187.42397,271.92206,65.36482,54.010754,33.633156,101.73029,30.290323,339.85156,166.05023,34.786156,43.387543,37.57043,83.41537,90.01093,13.034395,319.21365,91.94431,778.1073,30.141626,1526.9563,74.05837,351.90887,669.07825,29.659649,19.363054,818.31464,828.6986,1919.9976,137.56511 +2023-10-01 17:00:00,0.0,12608.926,352.25632,71.62306,71.19908,61.686256,273.66797,38.522205,66.588554,25.927689,40.51286,1753.3489,124.396,24.550695,213.06296,0.18696363,0.08448507,34.68807,0.16730513,0.14046764,592.937,0.0818776,571.3708,87.25635,0.07524472,0.05684171,177.19974,31.174421,63.37754,111.718994,15923.809,0.045998536,2083.9797,0.69343626,0.047802314,0.10025274,0.069281064,219.36163,282.52628,22.311104,120.91902,39.549305,21.617647,2138.4082,1.3943205,78.44816,39.31855,424.80322,33.775726,470.29266,22.085258,99.13425,0.0,1222.9856,5209.0415,3.4581878,418.05026,74.37527,33397.777,57.220665,3.3325377,21.731848,48.329216,16.323404,4.017242,23.935656,835.24414,358.65833,30.430166,2.669202,6.361027,181.05292,20.190813,272.02466,163.10672,2464.9065,577.6161,121.46188,158.94,411.9299,5.2898583,7.617806,12.316698,3.0021443,2.6327624,52.908283,65.8443,92.26921,31.227959,38.760887,76.892624,11.012495,3701.922,28.553581,25.192877,20.288822,16.237219,227.44403,52.409073,26.124329,6.820122,20.746387,30.413124,104.41211,222.82979,64.69926,217.84137,46.06386,29.798395,138.3876,87.92907,532.1787,91.26114,1.877199,6.6974463,6.409093,67.94765,14538.307,1.7968732,26.27242,44.223686,23.69572,223.20383,62.534946,106.407814,1.9324955,117.50897,420.48416,218.9325,104.71115,422.50485,41.422714,83.506874,135.75902,11.673224,2.2124484,14.219486,815.1259,0.05164544,0.3222097,66.91608,12.702087,6.1418347,7.780455,15.9034815,81.89619,38.367256,129.19278,657.0936,334.21494,2681.5896,2063.1418,43.5176,72.79705,7176.723,9.255212,129.88525,713.38464,230.85394,310.1561,126.53211,825.91864,850.2992,493.01828,28.84255,169.35846,704.8382,1323.5256,79.44275,775.8107,101.325676,1.1666701,50.458103,0.90206856,0.67725646,2.5644166,51.74062,227.6594,86.8441,17.875225,1092.0234,325.07773,187.2719,271.6828,65.320656,54.011425,33.61752,101.618225,30.277218,339.59445,165.90605,34.780617,43.34909,37.540455,83.35025,89.925156,13.022105,318.97302,91.86783,777.544,30.11964,1525.7881,74.00441,352.05063,668.52966,29.640282,19.358112,817.78174,828.30615,1919.582,137.84428 +2023-10-01 18:00:00,0.0,12599.021,351.97568,71.63744,71.24644,61.69133,273.74078,38.533596,66.63413,25.930809,40.535816,1752.3573,124.341255,24.555115,213.12106,0.18871671,0.08613803,34.70801,0.1709281,0.1403054,593.37915,0.08183118,571.77423,87.29668,0.075158894,0.056784272,177.43567,31.189205,63.530468,111.78553,15912.952,0.046284977,2084.8533,0.70196325,0.047997847,0.1005008,0.069745354,219.46133,282.618,22.322004,120.84073,39.55044,21.608526,2137.5022,1.3970596,78.43291,39.29652,424.8725,33.76871,470.19846,22.067966,99.090836,0.0,1222.6057,5206.878,3.4544072,417.86914,74.31479,33384.316,57.19024,3.3292778,21.725037,48.31678,16.31102,4.0149508,23.929071,834.784,358.3956,30.417591,2.666681,6.356212,180.96698,20.168968,271.9461,163.23065,2464.1292,577.7935,121.43829,158.91441,411.51862,5.28992,7.618658,12.349534,3.0027993,2.637803,52.86602,65.79854,92.28897,31.212114,38.736137,76.86442,11.013692,3701.5645,28.547935,25.189516,20.285423,16.230555,227.38191,52.388424,26.116936,6.8184986,20.735186,30.39573,104.36433,222.7207,64.653625,217.74998,46.03311,29.777536,138.33318,87.89254,531.67285,91.24222,1.8773873,6.694355,6.407863,67.898445,14525.717,1.7973951,26.25381,44.25302,23.686666,223.11954,62.519356,106.422844,1.934298,117.46391,420.56522,219.06664,104.63932,422.54263,41.447582,83.47357,135.70644,11.683871,2.2135408,14.2250185,814.7926,0.052265104,0.32284945,66.94022,12.699689,6.1455207,7.7835693,15.9046,81.94708,38.347683,129.22734,657.26996,334.3292,2681.577,2063.1526,43.50246,72.790016,7171.942,9.26654,129.84174,713.25195,230.76593,310.04175,126.500175,825.55695,849.8467,492.97412,28.824884,169.29327,704.33984,1322.629,79.36861,775.02313,101.23111,1.1674385,50.458508,0.9024321,0.6780323,2.5679667,51.69242,227.63464,86.774734,17.87769,1091.1311,324.8078,187.11983,271.44354,65.2765,54.012096,33.601883,101.506165,30.264112,339.3373,165.76187,34.77508,43.31064,37.510483,83.28514,89.83938,13.009815,318.7324,91.79134,776.9808,30.097654,1524.62,73.95045,352.1924,667.981,29.620914,19.35317,817.2488,827.91376,1919.1665,138.12344 +2023-10-01 19:00:00,0.0,12589.117,351.69507,71.651825,71.293785,61.696404,273.81357,38.544987,66.67971,25.933928,40.55877,1751.3657,124.28651,24.559534,213.17918,0.19046979,0.087791,34.72796,0.1745511,0.14014316,593.8213,0.08178476,572.1777,87.337,0.07507307,0.056726832,177.6716,31.20399,63.683395,111.852066,15902.097,0.04657142,2085.727,0.71049017,0.04819338,0.10074886,0.070209645,219.56104,282.70975,22.332903,120.762436,39.55158,21.599405,2136.5964,1.3997986,78.417656,39.274494,424.94183,33.761696,470.10425,22.050673,99.04742,0.0,1222.2258,5204.714,3.4506264,417.68805,74.25431,33370.85,57.159813,3.3260176,21.718227,48.30435,16.298634,4.01266,23.922485,834.3238,358.13284,30.405016,2.6641603,6.3513975,180.88104,20.147123,271.86755,163.35457,2463.3516,577.97095,121.41472,158.88882,411.10733,5.2899814,7.6195107,12.38237,3.0034542,2.6428437,52.823757,65.75279,92.30873,31.196272,38.711388,76.836205,11.01489,3701.207,28.542292,25.186155,20.282024,16.22389,227.3198,52.36778,26.109543,6.8168755,20.723984,30.378336,104.31654,222.61162,64.607994,217.6586,46.00236,29.75668,138.27873,87.85602,531.16705,91.2233,1.8775754,6.691263,6.4066334,67.84925,14513.127,1.7979171,26.235199,44.282356,23.67761,223.03526,62.50376,106.43787,1.9361006,117.41885,420.64627,219.20076,104.56748,422.5804,41.472446,83.44028,135.65387,11.694519,2.2146332,14.230551,814.45935,0.052884772,0.32348925,66.96437,12.69729,6.149207,7.7866836,15.905719,81.99798,38.32811,129.2619,657.44635,334.44342,2681.564,2063.1633,43.48732,72.78298,7167.1606,9.277867,129.79822,713.1193,230.67793,309.9274,126.46825,825.1953,849.39417,492.93,28.807219,169.22809,703.8415,1321.7324,79.29447,774.23553,101.13654,1.1682069,50.458908,0.90279555,0.6788081,2.5715165,51.644222,227.60991,86.70537,17.880154,1090.2388,324.53784,186.96774,271.2043,65.23233,54.012768,33.586246,101.3941,30.251009,339.0802,165.61769,34.769543,43.272186,37.48051,83.22003,89.7536,12.997525,318.49176,91.71486,776.4175,30.075668,1523.4519,73.89649,352.33417,667.43243,29.60155,19.348228,816.7159,827.52136,1918.751,138.40262 +2023-10-01 20:00:00,0.0,12579.213,351.41443,71.66621,71.34114,61.701477,273.88635,38.556377,66.72528,25.937048,40.581722,1750.374,124.23176,24.563955,213.23729,0.19222286,0.08944397,34.747902,0.1781741,0.13998091,594.2635,0.08173835,572.5811,87.37732,0.07498725,0.05666939,177.90752,31.218775,63.836323,111.9186,15891.24,0.04685786,2086.6006,0.7190171,0.048388913,0.10099692,0.070673935,219.66075,282.8015,22.343803,120.68414,39.552715,21.590284,2135.6904,1.4025377,78.40241,39.25247,425.01114,33.754677,470.01,22.03338,99.004005,0.0,1221.846,5202.55,3.4468458,417.50693,74.193825,33357.39,57.129383,3.3227577,21.711418,48.29192,16.286247,4.010369,23.9159,833.86365,357.87012,30.39244,2.6616392,6.346583,180.7951,20.125278,271.78903,163.4785,2462.574,578.1484,121.39114,158.86324,410.69604,5.2900434,7.6203628,12.415206,3.0041091,2.6478844,52.781494,65.70704,92.32849,31.18043,38.686638,76.808,11.016087,3700.8494,28.536648,25.182796,20.278625,16.217228,227.25768,52.34713,26.10215,6.8152523,20.712782,30.36094,104.26876,222.50253,64.56236,217.56721,45.97161,29.73582,138.22429,87.81949,530.6612,91.20437,1.8777636,6.688172,6.4054036,67.80005,14500.536,1.798439,26.216587,44.31169,23.668556,222.95099,62.48817,106.45289,1.9379032,117.373795,420.7273,219.3349,104.49565,422.61823,41.49731,83.406975,135.6013,11.705166,2.2157257,14.236083,814.12604,0.053504437,0.32412902,66.98852,12.694892,6.1528935,7.789798,15.906837,82.04888,38.308537,129.29646,657.62274,334.55768,2681.5513,2063.1738,43.47218,72.77594,7162.3794,9.289195,129.7547,712.98663,230.58992,309.81305,126.43631,824.8337,848.94165,492.88583,28.789555,169.1629,703.3432,1320.8358,79.22033,773.44794,101.04198,1.1689754,50.45931,0.9031591,0.67958397,2.5750663,51.596024,227.58516,86.636,17.882618,1089.3464,324.2679,186.81567,270.96506,65.18817,54.01344,33.57061,101.28203,30.237904,338.8231,165.47351,34.764008,43.233734,37.45054,83.154915,89.66783,12.985235,318.2511,91.638374,775.8542,30.053682,1522.2837,73.84253,352.47595,666.88385,29.582182,19.343287,816.1829,827.12897,1918.3356,138.6818 +2023-10-01 21:00:00,0.0,12569.309,351.1338,71.68059,71.38849,61.70655,273.95917,38.56777,66.77086,25.940168,40.60468,1749.3824,124.17701,24.568375,213.29541,0.19397594,0.09109694,34.76785,0.18179709,0.13981867,594.7056,0.081691936,572.98456,87.41765,0.074901424,0.05661195,178.14345,31.23356,63.989246,111.98514,15880.385,0.0471443,2087.474,0.72754407,0.048584446,0.10124498,0.07113822,219.76045,282.89325,22.354704,120.60585,39.55385,21.581165,2134.7844,1.4052768,78.38716,39.23044,425.08044,33.74766,469.9158,22.016087,98.96059,0.0,1221.4661,5200.386,3.443065,417.32584,74.13335,33343.93,57.098957,3.3194976,21.704607,48.279488,16.273863,4.0080776,23.909313,833.40344,357.60736,30.379866,2.6591182,6.3417683,180.70915,20.103434,271.71048,163.60242,2461.7964,578.3258,121.36756,158.83765,410.28473,5.290105,7.621215,12.448042,3.004764,2.6529248,52.73923,65.661285,92.34824,31.164585,38.66189,76.77979,11.017283,3700.492,28.531004,25.179436,20.275229,16.210564,227.19557,52.32648,26.094759,6.813629,20.70158,30.343548,104.220985,222.39346,64.51673,217.47581,45.94086,29.714964,138.16986,87.78297,530.1554,91.18545,1.8779517,6.6850805,6.404174,67.750854,14487.946,1.798961,26.197977,44.341026,23.6595,222.8667,62.47258,106.46791,1.9397057,117.32873,420.80835,219.46904,104.42382,422.656,41.52218,83.37367,135.54872,11.715813,2.216818,14.241615,813.7928,0.054124106,0.3247688,67.012665,12.692494,6.15658,7.7929115,15.907955,82.09978,38.288963,129.33102,657.79913,334.67194,2681.5383,2063.1846,43.45704,72.768906,7157.598,9.300522,129.7112,712.854,230.50192,309.6987,126.40437,824.47205,848.4891,492.8417,28.771889,169.0977,702.84485,1319.9392,79.14619,772.66034,100.9474,1.1697439,50.459713,0.90352255,0.6803598,2.5786161,51.547825,227.56042,86.566635,17.88508,1088.454,323.998,186.6636,270.7258,65.144005,54.014114,33.554974,101.16997,30.224798,338.56598,165.32933,34.75847,43.195282,37.420563,83.089806,89.582054,12.972945,318.01047,91.56189,775.29095,30.031696,1521.1156,73.78857,352.6177,666.33527,29.562815,19.338345,815.65,826.7366,1917.92,138.96097 +2023-10-01 22:00:00,0.0,12559.404,350.85315,71.69497,71.435844,61.711624,274.03195,38.57916,66.81644,25.943289,40.627632,1748.3907,124.12226,24.572794,213.35353,0.19572902,0.0927499,34.787792,0.18542008,0.13965642,595.1478,0.08164552,573.388,87.45797,0.07481561,0.056554515,178.37936,31.248346,64.14217,112.051674,15869.528,0.047430743,2088.3477,0.736071,0.04877998,0.10149304,0.07160251,219.86015,282.985,22.365602,120.52756,39.554985,21.572044,2133.8784,1.4080158,78.37191,39.208412,425.14978,33.740646,469.8216,21.998793,98.917175,0.0,1221.0862,5198.222,3.4392843,417.1447,74.07287,33330.47,57.06853,3.3162377,21.697798,48.267056,16.261477,4.005787,23.902727,832.9433,357.3446,30.36729,2.6565974,6.3369536,180.62321,20.081589,271.63193,163.72635,2461.0188,578.5032,121.34398,158.81206,409.87344,5.290167,7.622067,12.480879,3.005419,2.6579654,52.696968,65.61553,92.368004,31.148743,38.63714,76.75158,11.018481,3700.1345,28.525358,25.176075,20.27183,16.2039,227.13345,52.305832,26.087366,6.812006,20.690378,30.326153,104.1732,222.28438,64.4711,217.38443,45.910114,29.694105,138.11542,87.746445,529.6496,91.16653,1.87814,6.681989,6.4029436,67.70166,14475.356,1.799483,26.179365,44.37036,23.650446,222.78242,62.45699,106.48293,1.9415083,117.28367,420.8894,219.60318,104.35198,422.6938,41.547043,83.34037,135.49615,11.72646,2.2179105,14.247148,813.4595,0.05474377,0.3254086,67.03682,12.690096,6.1602664,7.7960258,15.909074,82.15067,38.26939,129.36559,657.9755,334.78616,2681.5256,2063.1953,43.4419,72.76187,7152.817,9.31185,129.66768,712.7213,230.41391,309.58435,126.37244,824.11035,848.03656,492.79755,28.754223,169.03252,702.3465,1319.0427,79.072044,771.87274,100.85284,1.1705123,50.460114,0.9038861,0.6811356,2.5821662,51.499626,227.53568,86.49726,17.887545,1087.5616,323.72803,186.51152,270.48657,65.099846,54.014786,33.539337,101.0579,30.211693,338.30887,165.18515,34.752934,43.156834,37.39059,83.0247,89.49628,12.960655,317.76984,91.485405,774.72766,30.009712,1519.9474,73.73461,352.7595,665.7867,29.543447,19.333403,815.11707,826.3442,1917.5045,139.24013 +2023-10-01 23:00:00,0.0,12549.5,350.57254,71.70935,71.48319,61.716698,274.10474,38.59055,66.86201,25.946407,40.650585,1747.3992,124.06751,24.577215,213.41164,0.19748211,0.09440287,34.80774,0.18904306,0.13949417,595.58997,0.0815991,573.79144,87.49829,0.074729785,0.056497075,178.6153,31.26313,64.295105,112.11821,15858.672,0.047717184,2089.2212,0.7445979,0.04897551,0.1017411,0.0720668,219.95985,283.07672,22.376503,120.449265,39.55612,21.562923,2132.9724,1.4107549,78.35667,39.186382,425.21906,33.73363,469.7274,21.9815,98.87376,0.0,1220.7062,5196.058,3.4355035,416.96362,74.01239,33317.008,57.0381,3.3129776,21.690987,48.254623,16.24909,4.0034957,23.896141,832.4831,357.08188,30.354715,2.6540763,6.332139,180.53728,20.059744,271.55338,163.85027,2460.2412,578.6806,121.320404,158.78647,409.46216,5.2902284,7.6229196,12.513715,3.006074,2.663006,52.654705,65.56978,92.387764,31.132898,38.61239,76.72337,11.019678,3699.7769,28.519714,25.172714,20.26843,16.197237,227.07133,52.285183,26.079973,6.8103833,20.679176,30.30876,104.12542,222.1753,64.42547,217.29305,45.879364,29.673248,138.06099,87.709915,529.14374,91.147606,1.8783281,6.678898,6.401714,67.65246,14462.766,1.800005,26.160755,44.399696,23.641392,222.69815,62.4414,106.497955,1.9433109,117.23861,420.97043,219.7373,104.28015,422.7316,41.571907,83.30707,135.44359,11.737107,2.219003,14.25268,813.1262,0.055363435,0.32604837,67.06097,12.687697,6.163953,7.79914,15.9101925,82.20157,38.249817,129.40015,658.15186,334.90042,2681.5127,2063.206,43.426754,72.75484,7148.0356,9.323177,129.62416,712.5887,230.32591,309.47,126.34051,823.7487,847.58405,492.75342,28.736559,168.96733,701.8482,1318.1461,78.9979,771.08514,100.75827,1.1712807,50.460518,0.90424955,0.6819114,2.585716,51.451427,227.51094,86.427895,17.890009,1086.6693,323.4581,186.35945,270.2473,65.05568,54.015457,33.5237,100.94583,30.19859,338.05176,165.04095,34.747395,43.11838,37.36062,82.95959,89.41051,12.948365,317.5292,91.40892,774.16437,29.987726,1518.7793,73.68065,352.90125,665.2381,29.52408,19.32846,814.58417,825.9518,1917.0891,139.5193 +2023-10-02 00:00:00,0.0,12539.596,350.2919,71.72373,71.53055,61.72177,274.17755,38.60194,66.907585,25.949528,40.673542,1746.4076,124.012764,24.581635,213.46976,0.19923519,0.096055835,34.827682,0.19266605,0.13933192,596.03217,0.081552684,574.19495,87.53861,0.07464396,0.056439634,178.85123,31.277916,64.44803,112.184746,15847.816,0.048003625,2090.0947,0.7531249,0.04917104,0.10198916,0.07253109,220.05956,283.16846,22.387402,120.370964,39.55726,21.553802,2132.0664,1.413494,78.341415,39.164356,425.28836,33.726612,469.63318,21.964207,98.830345,0.0,1220.3263,5193.8945,3.4317229,416.7825,73.95191,33303.543,57.007675,3.3097177,21.684177,48.242195,16.236706,4.001205,23.889555,832.02295,356.81912,30.342142,2.6515553,6.3273244,180.45134,20.037899,271.47482,163.9742,2459.4636,578.85803,121.29682,158.76088,409.05087,5.2902904,7.6237717,12.546551,3.006729,2.6680467,52.612442,65.524025,92.407524,31.117056,38.58764,76.69516,11.020875,3699.4194,28.51407,25.169355,20.265032,16.190573,227.00922,52.264538,26.07258,6.80876,20.667974,30.291365,104.07764,222.06621,64.37984,217.20166,45.848614,29.65239,138.00655,87.67339,528.63794,91.12868,1.8785163,6.6758065,6.400484,67.603264,14450.176,1.8005269,26.142143,44.42903,23.632336,222.61388,62.425804,106.51298,1.9451134,117.19355,421.05148,219.87144,104.20832,422.76938,41.596775,83.273766,135.391,11.747754,2.2200954,14.258212,812.7929,0.055983104,0.32668817,67.08511,12.685299,6.1676393,7.802254,15.911311,82.25247,38.230244,129.43471,658.32825,335.01468,2681.5,2063.2168,43.411613,72.747795,7143.2544,9.334505,129.58064,712.45605,230.23792,309.35565,126.30857,823.3871,847.13153,492.70926,28.718893,168.90215,701.34985,1317.2495,78.92376,770.29755,100.663704,1.1720492,50.46092,0.9046131,0.6826872,2.5892658,51.40323,227.48619,86.35853,17.892473,1085.777,323.18817,186.20738,270.00806,65.01152,54.01613,33.508068,100.83377,30.185484,337.79465,164.89677,34.74186,43.07993,37.330643,82.89447,89.32473,12.936074,317.28857,91.332436,773.6011,29.96574,1517.6111,73.626686,353.04303,664.6895,29.504713,19.323519,814.0512,825.5594,1916.6736,139.79848 +2023-10-02 01:00:00,0.0,12529.691,350.01126,71.73811,71.577896,61.726845,274.25034,38.61333,66.95316,25.952648,40.696495,1745.4159,123.958015,24.586054,213.52786,0.20098826,0.09770881,34.84763,0.19628905,0.13916968,596.4743,0.081506275,574.5984,87.57894,0.07455814,0.056382194,179.08714,31.2927,64.60096,112.25128,15836.96,0.048290066,2090.9683,0.7616518,0.049366575,0.10223722,0.07299538,220.15926,283.26022,22.398302,120.29267,39.55839,21.544682,2131.1604,1.4162331,78.326164,39.142326,425.35767,33.719597,469.53897,21.946915,98.78693,0.0,1219.9463,5191.7305,3.427942,416.6014,73.89143,33290.082,56.977245,3.3064575,21.677368,48.22976,16.22432,3.9989138,23.882969,831.56274,356.55637,30.329567,2.6490345,6.32251,180.3654,20.016054,271.39627,164.09811,2458.686,579.03546,121.27324,158.7353,408.6396,5.290352,7.624624,12.579387,3.0073838,2.6730871,52.57018,65.47827,92.42728,31.101212,38.56289,76.666954,11.022073,3699.0618,28.508425,25.165995,20.261633,16.183908,226.9471,52.24389,26.065187,6.807137,20.656773,30.273972,104.029854,221.95712,64.334206,217.11028,45.817863,29.631533,137.9521,87.63686,528.1321,91.10976,1.8787044,6.672715,6.3992543,67.55406,14437.585,1.8010489,26.123531,44.458366,23.623281,222.52959,62.410213,106.528,1.946916,117.14849,421.13254,220.00558,104.13648,422.80716,41.62164,83.24046,135.33844,11.758402,2.2211878,14.263744,812.45966,0.05660277,0.32732794,67.10926,12.682901,6.171325,7.805368,15.912429,82.30337,38.21067,129.46927,658.50464,335.1289,2681.487,2063.2275,43.396473,72.74076,7138.473,9.345833,129.53712,712.32336,230.1499,309.2413,126.276634,823.02545,846.67896,492.66513,28.70123,168.83696,700.8515,1316.3529,78.84962,769.50995,100.56914,1.1728176,50.461323,0.9049766,0.6834631,2.5928156,51.35503,227.46146,86.28916,17.894938,1084.8846,322.9182,186.0553,269.76883,64.967354,54.0168,33.49243,100.7217,30.172379,337.53754,164.7526,34.73632,43.041477,37.30067,82.82936,89.23895,12.923784,317.0479,91.25595,773.03784,29.943754,1516.443,73.57273,353.18478,664.1409,29.485346,19.318577,813.5183,825.167,1916.258,140.07765 +2023-10-02 02:00:00,0.0,12519.787,349.73065,71.752495,71.625244,61.731922,274.32312,38.62472,66.99873,25.955769,40.719448,1744.4243,123.90327,24.590473,213.58598,0.20274134,0.09936177,34.867577,0.19991204,0.13900743,596.9165,0.08145986,575.00183,87.61926,0.074472316,0.056324758,179.32307,31.307486,64.75388,112.31782,15826.1045,0.048576508,2091.842,0.77017874,0.049562108,0.10248528,0.07345967,220.25897,283.35196,22.409203,120.21438,39.55953,21.53556,2130.2546,1.4189723,78.31091,39.1203,425.427,33.71258,469.44476,21.92962,98.743515,0.0,1219.5664,5189.567,3.4241614,416.42032,73.830956,33276.62,56.94682,3.3031976,21.670557,48.217327,16.211933,3.9966228,23.876383,831.10254,356.29364,30.316992,2.6465135,6.317695,180.27946,19.99421,271.31772,164.22205,2457.9087,579.2129,121.249664,158.70972,408.2283,5.290414,7.6254764,12.612223,3.0080388,2.6781278,52.527916,65.43252,92.44704,31.08537,38.53814,76.63874,11.02327,3698.7043,28.50278,25.162634,20.258234,16.177246,226.88498,52.22324,26.057796,6.805514,20.64557,30.256577,103.98207,221.84804,64.288574,217.01888,45.787117,29.610674,137.89767,87.60034,527.6263,91.090836,1.8788927,6.669624,6.3980246,67.50487,14424.995,1.8015708,26.104921,44.4877,23.614225,222.44531,62.394623,106.54302,1.9487185,117.10343,421.21356,220.13971,104.06465,422.84497,41.646507,83.20717,135.28587,11.769049,2.22228,14.269277,812.12634,0.057222437,0.32796773,67.13341,12.680503,6.1750116,7.808482,15.9135475,82.35426,38.191097,129.50381,658.681,335.24316,2681.4744,2063.238,43.381332,72.73373,7133.692,9.357161,129.49362,712.19073,230.0619,309.12695,126.244705,822.66376,846.22644,492.62097,28.683563,168.77177,700.3532,1315.4563,78.775475,768.72235,100.47457,1.173586,50.461723,0.9053401,0.6842389,2.5963655,51.306828,227.4367,86.219795,17.897402,1083.9923,322.6483,185.90323,269.52957,64.923195,54.01747,33.476795,100.609634,30.159275,337.28043,164.60841,34.730785,43.003025,37.2707,82.76425,89.153175,12.911494,316.80728,91.17947,772.47455,29.921768,1515.2748,73.51877,353.32657,663.59235,29.46598,19.313635,812.98535,824.7746,1915.8425,140.35681 +2023-10-02 03:00:00,0.0,12509.883,349.45,71.76688,71.6726,61.736996,274.39594,38.636112,67.04431,25.958889,40.742405,1743.4327,123.84852,24.594894,213.6441,0.20449442,0.10101474,34.88752,0.20353504,0.13884519,597.35864,0.08141344,575.4053,87.659584,0.07438649,0.056267317,179.559,31.32227,64.906815,112.38435,15815.248,0.04886295,2092.7156,0.7787057,0.04975764,0.102733344,0.07392396,220.35867,283.4437,22.420101,120.136086,39.560665,21.52644,2129.3486,1.4217113,78.29567,39.09827,425.49628,33.705566,469.35056,21.912329,98.700096,0.0,1219.1865,5187.403,3.4203806,416.2392,73.77048,33263.16,56.916393,3.2999375,21.663748,48.204895,16.199547,3.9943318,23.869797,830.6424,356.03088,30.304417,2.6439924,6.3128805,180.19353,19.972364,271.23917,164.34596,2457.131,579.3903,121.22608,158.68413,407.817,5.2904754,7.6263285,12.64506,3.0086937,2.6831684,52.485653,65.386765,92.4668,31.069527,38.51339,76.610535,11.024467,3698.3467,28.497137,25.159275,20.254835,16.170582,226.82288,52.20259,26.050404,6.8038907,20.634369,30.239183,103.93429,221.73895,64.24294,216.92749,45.756367,29.589817,137.84323,87.56381,527.1204,91.07191,1.8790808,6.666532,6.396795,67.45567,14412.405,1.8020928,26.08631,44.517036,23.605171,222.36104,62.379032,106.558044,1.9505211,117.058365,421.29462,220.27385,103.99282,422.88275,41.67137,83.17387,135.23329,11.7796955,2.2233725,14.274808,811.7931,0.057842102,0.32860753,67.157555,12.678104,6.178698,7.8115964,15.914666,82.40516,38.171524,129.53838,658.8574,335.35742,2681.4614,2063.2488,43.36619,72.72669,7128.91,9.368488,129.4501,712.05804,229.97389,309.0126,126.21277,822.3021,845.7739,492.57684,28.665897,168.70657,699.85486,1314.5597,78.70134,767.9347,100.38,1.1743546,50.462128,0.9057036,0.6850147,2.5999155,51.25863,227.41197,86.15043,17.899866,1083.1,322.37836,185.75116,269.2903,64.87903,54.018147,33.46116,100.497574,30.14617,337.02332,164.46423,34.725246,42.964573,37.240726,82.69914,89.067406,12.899204,316.56665,91.10298,771.91125,29.899782,1514.1067,73.464806,353.46832,663.04376,29.446613,19.308693,812.45245,824.3822,1915.4271,140.63599 +2023-10-02 04:00:00,0.0,12499.979,349.16937,71.78126,71.71995,61.74207,274.46872,38.647503,67.08989,25.962008,40.765358,1742.441,123.79377,24.599314,213.70221,0.2062475,0.10266771,34.907467,0.20715801,0.13868295,597.8008,0.08136702,575.8087,87.699905,0.07430067,0.056209877,179.79492,31.337055,65.05974,112.45089,15804.393,0.04914939,2093.589,0.78723264,0.049953174,0.1029814,0.07438825,220.45837,283.53543,22.431002,120.05779,39.5618,21.517319,2128.4426,1.4244504,78.28042,39.076244,425.56558,33.698547,469.25632,21.895035,98.656685,0.0,1218.8066,5185.239,3.4166,416.0581,73.71,33249.7,56.885963,3.2966776,21.656937,48.192467,16.187162,3.9920409,23.86321,830.1822,355.76816,30.291842,2.6414714,6.3080664,180.10759,19.95052,271.16064,164.4699,2456.3535,579.5677,121.2025,158.65854,407.4057,5.290537,7.6271806,12.677896,3.0093486,2.688209,52.443394,65.34101,92.48655,31.053682,38.48864,76.58232,11.025664,3697.9893,28.491493,25.155914,20.251438,16.163918,226.76076,52.181942,26.04301,6.8022676,20.623167,30.221788,103.886505,221.62988,64.19731,216.8361,45.725616,29.56896,137.7888,87.52729,526.6146,91.052986,1.879269,6.6634407,6.395565,67.40647,14399.814,1.8026147,26.0677,44.54637,23.596115,222.27676,62.36344,106.57307,1.9523237,117.013306,421.37567,220.40799,103.92098,422.92053,41.696236,83.140564,135.18073,11.790343,2.224465,14.28034,811.4598,0.058461767,0.3292473,67.1817,12.675707,6.1823845,7.8147106,15.915785,82.45606,38.15195,129.57294,659.0338,335.47165,2681.4487,2063.2595,43.35105,72.71965,7124.129,9.379816,129.40659,711.9254,229.8859,308.89825,126.18083,821.9405,845.32135,492.53268,28.648233,168.64139,699.3565,1313.6632,78.6272,767.1471,100.28543,1.175123,50.46253,0.9060671,0.68579054,2.6034653,51.21043,227.38722,86.08106,17.90233,1082.2076,322.1084,185.59908,269.0511,64.83487,54.018818,33.445522,100.385506,30.133064,336.7662,164.32005,34.71971,42.92612,37.21075,82.634026,88.98163,12.886914,316.32602,91.0265,771.348,29.877798,1512.9385,73.41084,353.6101,662.4952,29.427246,19.303751,811.9195,823.9898,1915.0116,140.91516 +2023-10-02 05:00:00,0.0,12490.074,348.88876,71.79564,71.7673,61.747143,274.5415,38.658894,67.13546,25.965128,40.78831,1741.4495,123.73902,24.603733,213.76033,0.20800057,0.104320675,34.92741,0.21078101,0.1385207,598.243,0.081320606,576.21216,87.740234,0.074214846,0.056152437,180.03085,31.351841,65.21266,112.517426,15793.536,0.04943583,2094.4626,0.79575956,0.050148707,0.10322946,0.07485253,220.55807,283.62717,22.4419,119.9795,39.562935,21.508198,2127.5366,1.4271895,78.26517,39.054214,425.6349,33.691532,469.1621,21.87774,98.613266,0.0,1218.4266,5183.075,3.4128191,415.87698,73.64952,33236.234,56.855537,3.2934175,21.650127,48.180035,16.174776,3.98975,23.856625,829.72205,355.5054,30.279266,2.6389506,6.3032517,180.02164,19.928675,271.0821,164.59381,2455.576,579.7451,121.178925,158.63295,406.99442,5.290599,7.628033,12.7107315,3.0100036,2.6932495,52.40113,65.29526,92.50631,31.03784,38.46389,76.554115,11.026861,3697.6318,28.485847,25.152554,20.24804,16.157255,226.69864,52.161297,26.035618,6.800645,20.611965,30.204395,103.83872,221.5208,64.15168,216.74472,45.694866,29.548101,137.73436,87.49076,526.10876,91.034065,1.8794571,6.6603494,6.394335,67.35728,14387.225,1.8031366,26.049088,44.575703,23.58706,222.19247,62.347847,106.5881,1.9541262,116.96825,421.4567,220.54213,103.84915,422.95834,41.721104,83.10726,135.12816,11.80099,2.2255573,14.285872,811.1265,0.059081435,0.3298871,67.20586,12.673308,6.186071,7.8178244,15.9169035,82.50696,38.132378,129.6075,659.21014,335.5859,2681.4358,2063.2703,43.335907,72.712616,7119.3477,9.391144,129.36307,711.7927,229.79788,308.7839,126.148895,821.57886,844.86884,492.48853,28.630568,168.5762,698.8582,1312.7666,78.553055,766.3595,100.190865,1.1758914,50.462933,0.9064306,0.68656635,2.6070151,51.16223,227.36249,86.011696,17.904795,1081.3153,321.83847,185.447,268.81183,64.7907,54.01949,33.429886,100.27344,30.119959,336.50906,164.17587,34.714172,42.88767,37.18078,82.56892,88.89585,12.874624,316.08536,90.95001,770.7847,29.855812,1511.7704,73.35689,353.7519,661.94653,29.407879,19.29881,811.3866,823.5974,1914.5961,141.19434 +2023-10-02 06:00:00,0.0,12480.17,348.60812,71.81002,71.81465,61.752216,274.61432,38.670284,67.18104,25.968248,40.811268,1740.4579,123.68427,24.608154,213.81845,0.20975365,0.105973646,34.947357,0.214404,0.13835846,598.6851,0.08127419,576.61566,87.780556,0.07412902,0.056095,180.26678,31.366625,65.36559,112.58397,15782.68,0.049722273,2095.3362,0.80428654,0.05034424,0.10347752,0.07531683,220.65778,283.7189,22.4528,119.90121,39.56407,21.499077,2126.6306,1.4299285,78.24992,39.03219,425.70422,33.684517,469.0679,21.860449,98.569855,0.0,1218.0466,5180.911,3.4090385,415.6959,73.58904,33222.773,56.82511,3.2901576,21.643316,48.167603,16.16239,3.987459,23.850039,829.26184,355.24265,30.266691,2.6364295,6.298437,179.9357,19.90683,271.00354,164.71774,2454.7983,579.92255,121.15535,158.60736,406.58313,5.2906604,7.6288853,12.743567,3.0106585,2.69829,52.358868,65.249504,92.52607,31.021996,38.43914,76.52591,11.028059,3697.2742,28.480204,25.149193,20.24464,16.15059,226.63652,52.140648,26.028225,6.7990217,20.600763,30.187,103.79094,221.41171,64.10605,216.65332,45.664116,29.527245,137.67993,87.45424,525.60297,91.015144,1.8796453,6.657258,6.393105,67.30808,14374.634,1.8036586,26.030478,44.605038,23.578007,222.1082,62.332256,106.60312,1.9559288,116.92319,421.53775,220.67625,103.77732,422.99612,41.745968,83.07396,135.07558,11.811637,2.2266498,14.291405,810.7932,0.0597011,0.3305269,67.23,12.67091,6.1897573,7.8209386,15.918021,82.55785,38.112804,129.64206,659.38654,335.70016,2681.423,2063.281,43.320766,72.70558,7114.5664,9.402471,129.31955,711.6601,229.70988,308.66956,126.11697,821.21716,844.4163,492.4444,28.612904,168.51102,698.35986,1311.87,78.47891,765.5719,100.0963,1.1766598,50.463333,0.9067941,0.6873422,2.610565,51.114033,227.33774,85.94232,17.907259,1080.423,321.56854,185.29494,268.57257,64.746544,54.02016,33.41425,100.16138,30.106855,336.25195,164.0317,34.708637,42.849216,37.150806,82.50381,88.81008,12.862334,315.84473,90.87353,770.22144,29.833826,1510.6023,73.302925,353.89365,661.39795,29.388512,19.293867,810.85364,823.205,1914.1807,141.4735 +2023-10-02 07:00:00,0.0,12470.266,348.32748,71.8244,71.86201,61.75729,274.6871,38.681675,67.226616,25.971369,40.83422,1739.4662,123.629524,24.612574,213.87656,0.21150672,0.10762661,34.9673,0.218027,0.13819622,599.1273,0.08122778,577.0191,87.82088,0.07404321,0.05603756,180.5027,31.38141,65.51852,112.650505,15771.824,0.050008714,2096.2097,0.81281346,0.050539773,0.10372558,0.075781114,220.75748,283.81067,22.463701,119.822914,39.56521,21.489956,2125.7246,1.4326676,78.23467,39.01016,425.7735,33.6775,468.9737,21.843155,98.526436,0.0,1217.6667,5178.747,3.4052577,415.51477,73.528564,33209.312,56.79468,3.2868974,21.636507,48.155174,16.150005,3.985168,23.843452,828.8017,354.97992,30.254116,2.6339085,6.2936225,179.84976,19.884985,270.925,164.84166,2454.0208,580.1,121.13176,158.58177,406.17184,5.2907224,7.6297374,12.776404,3.0113134,2.7033308,52.316605,65.20375,92.54583,31.006153,38.41439,76.497696,11.029256,3696.9167,28.47456,25.145834,20.241241,16.143927,226.5744,52.12,26.020834,6.7973986,20.589561,30.169607,103.74316,221.30263,64.06042,216.56194,45.63337,29.506386,137.62549,87.41771,525.0971,90.996216,1.8798335,6.6541667,6.3918753,67.25888,14362.044,1.8041805,26.011866,44.634373,23.56895,222.02393,62.316666,106.61814,1.9577314,116.87813,421.6188,220.8104,103.70548,423.0339,41.770832,83.04066,135.02301,11.822285,2.2277422,14.296937,810.45996,0.06032077,0.33116665,67.25415,12.668511,6.193444,7.824053,15.91914,82.60875,38.09323,129.67662,659.5629,335.8144,2681.4102,2063.2915,43.305626,72.69855,7109.785,9.413798,129.27605,711.52747,229.62189,308.5552,126.08503,820.8555,843.9638,492.40024,28.595238,168.44583,697.8615,1310.9734,78.40477,764.7843,100.00173,1.1774282,50.463737,0.9071576,0.68811804,2.6141148,51.065834,227.313,85.872955,17.909723,1079.5306,321.2986,185.14287,268.33334,64.70238,54.020832,33.398613,100.04931,30.09375,335.99484,163.8875,34.7031,42.810764,37.120834,82.43869,88.724304,12.850044,315.6041,90.79704,769.6582,29.81184,1509.4341,73.24896,354.03543,660.84937,29.369144,19.288925,810.32074,822.8126,1913.7651,141.75267 +2023-10-02 08:00:00,0.0,12460.361,348.04684,71.83878,71.909355,61.762363,274.7599,38.693066,67.27219,25.974487,40.857174,1738.4746,123.574776,24.616993,213.93468,0.21325982,0.10927958,34.987247,0.22164999,0.13803397,599.56946,0.08118136,577.42255,87.8612,0.07395738,0.05598012,180.73863,31.396194,65.67145,112.71704,15760.968,0.050295155,2097.0833,0.8213404,0.050735302,0.10397364,0.076245405,220.8572,283.9024,22.4746,119.74462,39.56634,21.480835,2124.8186,1.4354067,78.21942,38.988132,425.84283,33.670483,468.8795,21.825863,98.483025,0.0,1217.2869,5176.5835,3.4014769,415.33368,73.46809,33195.85,56.764256,3.2836375,21.629698,48.14274,16.137619,3.982877,23.836866,828.3415,354.71716,30.24154,2.6313877,6.288808,179.76382,19.86314,270.84644,164.96559,2453.2432,580.2774,121.10819,158.55618,405.76056,5.290784,7.6305895,12.80924,3.0119684,2.7083712,52.27434,65.158,92.56558,30.99031,38.38964,76.46949,11.030453,3696.559,28.468916,25.142473,20.237843,16.137264,226.51228,52.09935,26.013441,6.7957754,20.57836,30.152212,103.69537,221.19354,64.014786,216.47055,45.60262,29.485529,137.57104,87.38119,524.5913,90.977295,1.8800217,6.6510754,6.3906455,67.20969,14349.454,1.8047025,25.993254,44.663708,23.559896,221.93965,62.301075,106.63316,1.9595339,116.83307,421.69983,220.94453,103.63365,423.07172,41.7957,83.007355,134.97044,11.8329315,2.2288346,14.302469,810.12665,0.060940433,0.33180645,67.2783,12.666114,6.1971297,7.8271666,15.9202585,82.65965,38.073658,129.71118,659.7393,335.92865,2681.3975,2063.3022,43.290485,72.69151,7105.004,9.425126,129.23253,711.3948,229.53387,308.44086,126.05309,820.4939,843.5112,492.3561,28.577572,168.38065,697.3632,1310.0768,78.33063,763.9967,99.907166,1.1781967,50.464138,0.90752107,0.68889385,2.6176648,51.017635,227.28825,85.80359,17.912188,1078.6383,321.02866,184.99078,268.0941,64.65822,54.021507,33.382977,99.93725,30.080645,335.73773,163.74332,34.697563,42.772312,37.09086,82.37358,88.63853,12.837754,315.36346,90.72056,769.0949,29.789854,1508.266,73.19501,354.1772,660.3008,29.349777,19.283983,809.78784,822.4202,1913.3496,142.03185 +2023-10-02 09:00:00,0.0,12450.456,347.76624,71.853165,71.9567,61.767437,274.83267,38.704456,67.317764,25.977608,40.88013,1737.483,123.52003,24.621414,213.99278,0.2150129,0.110932544,35.00719,0.22527297,0.13787173,600.01166,0.081134945,577.826,87.90153,0.07387156,0.05592268,180.97456,31.41098,65.82437,112.78358,15750.112,0.050581597,2097.957,0.82986736,0.050930835,0.1042217,0.076709695,220.9569,283.99414,22.4855,119.66633,39.56748,21.471714,2123.9128,1.4381458,78.20418,38.966103,425.9121,33.663467,468.78528,21.808569,98.439606,0.0,1216.907,5174.4194,3.3976963,415.15256,73.40761,33182.39,56.73383,3.2803774,21.622887,48.130306,16.125233,3.980586,23.83028,827.8813,354.4544,30.228968,2.6288667,6.2839932,179.67789,19.841295,270.76788,165.08952,2452.4658,580.45483,121.08461,158.5306,405.34924,5.290846,7.631442,12.842076,3.0126233,2.7134118,52.23208,65.11224,92.58534,30.974466,38.364887,76.44128,11.031651,3696.2017,28.46327,25.139112,20.234444,16.1306,226.45018,52.0787,26.006048,6.7941523,20.567158,30.134819,103.64759,221.08446,63.96915,216.37917,45.57187,29.46467,137.51662,87.34466,524.08545,90.958374,1.8802098,6.647984,6.3894157,67.160484,14336.863,1.8052244,25.974644,44.693043,23.55084,221.85536,62.285484,106.648186,1.9613365,116.788,421.78088,221.07866,103.56182,423.1095,41.820564,82.97406,134.91788,11.843578,2.229927,14.3080015,809.7934,0.061560098,0.33244622,67.302444,12.663715,6.200816,7.830281,15.921377,82.71055,38.054085,129.74574,659.9157,336.0429,2681.3845,2063.313,43.275345,72.68447,7100.2227,9.436454,129.18901,711.26215,229.44588,308.3265,126.021164,820.13226,843.0587,492.31195,28.559908,168.31544,696.86487,1309.1802,78.256485,763.2091,99.81259,1.1789652,50.464542,0.9078846,0.68966967,2.6212146,50.969437,227.26352,85.73422,17.914652,1077.746,320.75873,184.83871,267.85483,64.61405,54.02218,33.36734,99.82518,30.067541,335.48062,163.59914,34.692024,42.73386,37.060886,82.30847,88.55275,12.825464,315.12283,90.64407,768.5316,29.767868,1507.0978,73.141045,354.31897,659.7522,29.330412,19.279041,809.2549,822.02783,1912.9341,142.31102 +2023-10-02 10:00:00,0.0,12440.552,347.4856,71.867546,72.00406,61.77251,274.9055,38.715847,67.36334,25.980728,40.903084,1736.4913,123.46528,24.625834,214.0509,0.21676597,0.112585515,35.027138,0.22889596,0.13770948,600.4538,0.08108853,578.22943,87.94185,0.07378574,0.055865243,181.21048,31.425764,65.9773,112.85011,15739.256,0.050868038,2098.8306,0.8383943,0.05112637,0.10446976,0.077173986,221.0566,284.08588,22.496399,119.588036,39.568615,21.462593,2123.0068,1.4408848,78.18893,38.944077,425.98145,33.656452,468.69107,21.791275,98.396194,0.0,1216.5271,5172.2554,3.3939154,414.97147,73.34713,33168.926,56.7034,3.2771175,21.616077,48.117874,16.112848,3.9782948,23.823694,827.42114,354.19168,30.216393,2.6263456,6.2791786,179.59195,19.81945,270.68933,165.21344,2451.6882,580.63226,121.06103,158.505,404.93796,5.2909074,7.632294,12.874912,3.0132782,2.7184525,52.189816,65.0665,92.6051,30.958624,38.340137,76.41307,11.032847,3695.844,28.457626,25.135754,20.231045,16.123936,226.38806,52.058056,25.998655,6.792529,20.555956,30.117424,103.59981,220.97537,63.92352,216.28778,45.54112,29.443813,137.46217,87.308136,523.57965,90.939445,1.880398,6.6448927,6.388186,67.11129,14324.273,1.8057464,25.956032,44.722378,23.541786,221.77109,62.269894,106.66321,1.963139,116.74294,421.86194,221.2128,103.48998,423.14728,41.84543,82.94076,134.8653,11.854226,2.2310195,14.313534,809.4601,0.062179767,0.333086,67.32659,12.661317,6.2045026,7.833395,15.922496,82.761444,38.03451,129.7803,660.09204,336.15714,2681.3718,2063.3237,43.260204,72.67744,7095.4414,9.447782,129.1455,711.12946,229.35786,308.21216,125.98923,819.77057,842.6062,492.26782,28.542242,168.25026,696.3665,1308.2837,78.18235,762.4215,99.718025,1.1797336,50.464943,0.90824807,0.6904455,2.6247644,50.921238,227.23877,85.664856,17.917116,1076.8535,320.4888,184.68665,267.6156,64.56989,54.02285,33.351704,99.71311,30.054436,335.2235,163.45496,34.68649,42.695408,37.030914,82.24336,88.46698,12.813174,314.88217,90.56759,767.9684,29.745884,1505.9297,73.08708,354.46072,659.2036,29.311045,19.2741,808.722,821.63544,1912.5187,142.59018 +2023-10-02 11:00:00,0.0,12430.647,347.20496,71.88193,72.05141,61.777584,274.97827,38.727238,67.40891,25.983849,40.926037,1735.4998,123.41053,24.630253,214.10902,0.21851905,0.11423848,35.04708,0.23251896,0.13754724,600.896,0.08104211,578.6329,87.98217,0.073699914,0.055807803,181.44641,31.44055,66.130226,112.91665,15728.399,0.05115448,2099.704,0.8469212,0.0513219,0.10471782,0.07763827,221.1563,284.1776,22.5073,119.50974,39.56975,21.453472,2122.1008,1.4436239,78.173676,38.922047,426.05072,33.649437,468.59686,21.773983,98.352776,0.0,1216.1471,5170.092,3.3901348,414.79037,73.28665,33155.465,56.672974,3.2738574,21.609266,48.105446,16.100462,3.976004,23.817108,826.96094,353.92892,30.203817,2.6238248,6.274364,179.50601,19.797606,270.61078,165.33737,2450.9106,580.80963,121.03745,158.47942,404.52667,5.2909694,7.6331463,12.907748,3.0139332,2.723493,52.147552,65.02074,92.62486,30.94278,38.315388,76.38486,11.034044,3695.4866,28.451982,25.132393,20.227646,16.117273,226.32594,52.037407,25.991264,6.790906,20.544754,30.10003,103.552025,220.86629,63.877888,216.19638,45.51037,29.422955,137.40775,87.27161,523.0738,90.920525,1.8805861,6.641801,6.3869557,67.062096,14311.683,1.8062683,25.937422,44.751713,23.532732,221.68681,62.2543,106.67823,1.9649416,116.69788,421.94296,221.34694,103.41815,423.1851,41.870296,82.907455,134.81273,11.864873,2.232112,14.319066,809.12683,0.06279943,0.3337258,67.350746,12.658918,6.208189,7.836509,15.923614,82.81234,38.01494,129.81487,660.26843,336.2714,2681.359,2063.3345,43.245064,72.6704,7090.66,9.459109,129.10199,710.9968,229.26987,308.0978,125.95729,819.40894,842.1537,492.22366,28.524576,168.18507,695.8682,1307.3871,78.10821,761.6339,99.62346,1.180502,50.465347,0.9086116,0.6912213,2.6283143,50.87304,227.21404,85.59549,17.919579,1075.9612,320.21884,184.53456,267.37634,64.52573,54.02352,33.336067,99.60105,30.04133,334.9664,163.31078,34.68095,42.656956,37.00094,82.178246,88.3812,12.800884,314.64154,90.491104,767.4051,29.723898,1504.7615,73.03313,354.6025,658.655,29.291677,19.269157,808.189,821.24304,1912.1031,142.86935 +2023-10-02 12:00:00,0.0,12420.743,346.92435,71.89631,72.09876,61.78266,275.05106,38.73863,67.45449,25.986967,40.948994,1734.5082,123.35578,24.634674,214.16713,0.22027212,0.11589145,35.067028,0.23614195,0.137385,601.33813,0.0809957,579.0363,88.02249,0.07361409,0.055750363,181.68234,31.455336,66.28316,112.983185,15717.544,0.05144092,2100.5776,0.8554481,0.051517434,0.10496588,0.07810256,221.256,284.26935,22.5182,119.43145,39.570885,21.444351,2121.1948,1.4463631,78.15843,38.90002,426.12006,33.642418,468.50262,21.75669,98.309364,0.0,1215.7671,5167.9277,3.386354,414.60925,73.22617,33142.004,56.642548,3.2705975,21.602457,48.09301,16.088076,3.973713,23.810522,826.5008,353.6662,30.191242,2.6213038,6.2695494,179.42007,19.77576,270.53226,165.46129,2450.133,580.98706,121.01387,158.45383,404.1154,5.291031,7.633999,12.940585,3.014588,2.7285335,52.10529,64.97499,92.644615,30.926937,38.290638,76.35665,11.035242,3695.1292,28.446339,25.129032,20.224247,16.11061,226.26382,52.016758,25.983871,6.7892833,20.533552,30.082636,103.50424,220.7572,63.832256,216.105,45.47962,29.402098,137.3533,87.235085,522.568,90.9016,1.8807744,6.6387095,6.385726,67.01289,14299.093,1.8067904,25.91881,44.781048,23.523676,221.60254,62.23871,106.69325,1.9667442,116.652824,422.02402,221.48108,103.34631,423.22287,41.89516,82.87415,134.76016,11.875521,2.2332044,14.324598,808.7935,0.063419096,0.33436558,67.37489,12.656521,6.2118754,7.839623,15.924732,82.86324,37.995365,129.84943,660.4448,336.38565,2681.3462,2063.3452,43.22992,72.66337,7085.879,9.470437,129.05847,710.86414,229.18185,307.98346,125.925354,819.0473,841.7011,492.17953,28.506912,168.11989,695.3699,1306.4905,78.034065,760.8463,99.52889,1.1812705,50.465748,0.90897506,0.6919972,2.631864,50.82484,227.18929,85.52612,17.922043,1075.0688,319.9489,184.38249,267.1371,64.48157,54.024193,33.32043,99.48898,30.028225,334.7093,163.1666,34.675415,42.618504,36.970966,82.11314,88.295425,12.788594,314.4009,90.41462,766.8418,29.701912,1503.5934,72.979164,354.74426,658.10645,29.27231,19.264215,807.6561,820.85065,1911.6876,143.14853 +2023-10-02 13:00:00,0.0,12410.839,346.6437,71.91069,72.14611,61.787735,275.12387,38.75002,67.50007,25.990088,40.971947,1733.5165,123.30103,24.639093,214.22525,0.2220252,0.11754441,35.08697,0.23976494,0.13722275,601.7803,0.080949284,579.4398,88.06282,0.07352827,0.055692922,181.91826,31.47012,66.43608,113.04972,15706.6875,0.051727362,2101.4512,0.8639751,0.051712967,0.10521394,0.07856685,221.35571,284.3611,22.529099,119.35316,39.57202,21.43523,2120.2888,1.4491022,78.14318,38.87799,426.18936,33.635403,468.40842,21.739397,98.265945,0.0,1215.3872,5165.764,3.3825734,414.42816,73.165695,33128.543,56.612118,3.2673373,21.595646,48.08058,16.075691,3.971422,23.803936,826.0406,353.40344,30.178667,2.6187828,6.2647347,179.33412,19.753916,270.4537,165.58522,2449.3555,581.1645,120.99029,158.42824,403.7041,5.2910924,7.634851,12.973421,3.015243,2.7335742,52.063026,64.92924,92.664375,30.911093,38.26589,76.32844,11.036439,3694.7715,28.440693,25.125671,20.22085,16.103945,226.2017,51.99611,25.976479,6.78766,20.52235,30.065243,103.45646,220.64813,63.786625,216.01361,45.44887,29.381239,137.29886,87.198555,522.06213,90.88268,1.8809625,6.635618,6.384496,66.9637,14286.503,1.8073123,25.900198,44.810383,23.514622,221.51825,62.223118,106.708275,1.9685469,116.607765,422.10507,221.6152,103.27448,423.26065,41.92003,82.84085,134.70758,11.886168,2.2342968,14.330131,808.46027,0.06403877,0.33500537,67.39904,12.654122,6.215562,7.842737,15.925851,82.91414,37.975792,129.88399,660.6212,336.49988,2681.3333,2063.3557,43.21478,72.65633,7081.0977,9.481765,129.01495,710.7315,229.09386,307.8691,125.893425,818.68567,841.2486,492.13538,28.489246,168.0547,694.8715,1305.5939,77.95992,760.0587,99.434326,1.1820389,50.466152,0.9093386,0.692773,2.6354141,50.77664,227.16455,85.45676,17.924507,1074.1765,319.679,184.23042,266.89786,64.4374,54.024864,33.304794,99.376915,30.015121,334.45218,163.02242,34.669876,42.58005,36.940994,82.04803,88.209656,12.776304,314.16028,90.338135,766.2785,29.679926,1502.4252,72.9252,354.88605,657.55786,29.252943,19.259274,807.12317,820.45825,1911.2721,143.4277 +2023-10-02 14:00:00,0.0,12400.935,346.36307,71.92508,72.19347,61.79281,275.19666,38.76141,67.54564,25.993208,40.9949,1732.5249,123.246284,24.643513,214.28337,0.22377828,0.11919738,35.10692,0.24338792,0.13706051,602.2225,0.08090287,579.84326,88.10314,0.073442444,0.055635486,182.15419,31.484905,66.58901,113.11626,15695.832,0.052013803,2102.3247,0.872502,0.0519085,0.10546201,0.07903114,221.45541,284.45285,22.539999,119.274864,39.57316,21.42611,2119.3828,1.4518412,78.12793,38.855965,426.25867,33.628387,468.3142,21.722103,98.222534,0.0,1215.0073,5163.6,3.3787925,414.24704,73.10522,33115.082,56.58169,3.2640774,21.588837,48.06815,16.063305,3.969131,23.79735,825.58044,353.1407,30.166092,2.6162617,6.25992,179.24818,19.73207,270.37515,165.70914,2448.578,581.3419,120.96671,158.40265,403.29282,5.2911544,7.635703,13.006257,3.015898,2.7386148,52.020763,64.883484,92.684135,30.89525,38.24114,76.30023,11.037636,3694.414,28.43505,25.122313,20.217451,16.097282,226.13959,51.97546,25.969086,6.786037,20.511148,30.047848,103.408676,220.53905,63.740993,215.92223,45.41812,29.360382,137.24443,87.16203,521.55634,90.863754,1.8811507,6.632527,6.3832664,66.914505,14273.912,1.8078343,25.881588,44.839718,23.505566,221.43398,62.207527,106.7233,1.9703494,116.562706,422.1861,221.74934,103.20265,423.29846,41.944893,82.80755,134.65501,11.896814,2.2353892,14.335663,808.12695,0.06465843,0.33564517,67.42319,12.651724,6.2192483,7.8458514,15.92697,82.965034,37.95622,129.91855,660.7976,336.61414,2681.3206,2063.3665,43.19964,72.64929,7076.316,9.493092,128.97144,710.5989,229.00586,307.7548,125.86149,818.324,840.7961,492.09125,28.471582,167.9895,694.3732,1304.6973,77.88578,759.27106,99.33976,1.1828073,50.466553,0.9097021,0.6935488,2.638964,50.728443,227.1398,85.38739,17.926971,1073.2842,319.40903,184.07834,266.6586,64.39324,54.02554,33.289158,99.264854,30.002016,334.19507,162.87823,34.66434,42.5416,36.911022,81.98291,88.12388,12.764014,313.91962,90.26165,765.7153,29.65794,1501.2571,72.87124,355.0278,657.0093,29.233576,19.254333,806.5903,820.06586,1910.8567,143.70686 +2023-10-02 15:00:00,0.0,12391.03,346.08246,71.93946,72.240814,61.797882,275.26944,38.7728,67.59122,25.996328,41.017857,1731.5333,123.19154,24.647934,214.34148,0.22553135,0.12085035,35.12686,0.24701092,0.13689826,602.6646,0.08085645,580.2467,88.14346,0.07335663,0.055578046,182.39012,31.49969,66.741936,113.18279,15684.976,0.052300245,2103.1982,0.88102895,0.052104034,0.10571007,0.07949543,221.55511,284.5446,22.550898,119.19657,39.574295,21.416988,2118.4768,1.4545803,78.112686,38.833935,426.32794,33.621372,468.22,21.704811,98.179115,0.0,1214.6274,5161.436,3.375012,414.06595,73.04474,33101.617,56.551266,3.2608173,21.582027,48.055714,16.050919,3.96684,23.790764,825.12024,352.87796,30.153517,2.613741,6.255106,179.16225,19.710226,270.2966,165.83307,2447.8003,581.51935,120.94313,158.37706,402.8815,5.291216,7.636555,13.039093,3.016553,2.7436554,51.9785,64.83773,92.70389,30.879408,38.21639,76.27202,11.038834,3694.0564,28.429405,25.118952,20.214052,16.090618,226.07748,51.954815,25.961693,6.784414,20.499947,30.030455,103.36089,220.42996,63.695362,215.83083,45.38737,29.339523,137.18999,87.1255,521.0505,90.84483,1.8813388,6.6294355,6.3820367,66.8653,14261.322,1.8083562,25.862976,44.869053,23.496511,221.3497,62.191936,106.73832,1.972152,116.51764,422.26715,221.88348,103.13081,423.33624,41.969757,82.77425,134.60245,11.907462,2.2364817,14.341195,807.7937,0.0652781,0.33628494,67.447334,12.649326,6.2229342,7.8489656,15.928087,83.01593,37.936646,129.95311,660.974,336.7284,2681.3076,2063.3772,43.184498,72.64226,7071.5347,9.504419,128.92792,710.4662,228.91785,307.64044,125.82955,817.96234,840.34357,492.0471,28.453917,167.92432,693.8749,1303.8007,77.81164,758.48346,99.245186,1.1835759,50.466957,0.9100656,0.6943246,2.6425138,50.680244,227.11507,85.318016,17.929436,1072.3918,319.1391,183.92627,266.41934,64.349075,54.02621,33.27352,99.15279,29.98891,333.93796,162.73405,34.658802,42.503147,36.881046,81.9178,88.0381,12.751723,313.679,90.185165,765.152,29.635954,1500.089,72.81728,355.1696,656.4607,29.214209,19.249392,806.0573,819.67346,1910.4412,143.98604 +2023-10-02 16:00:00,0.0,12381.126,345.80182,71.95384,72.28817,61.802956,275.34225,38.78419,67.636795,25.999447,41.04081,1730.5416,123.136795,24.652353,214.3996,0.22728445,0.12250332,35.14681,0.2506339,0.13673602,603.1068,0.08081003,580.65015,88.183784,0.073270805,0.055520605,182.62604,31.514475,66.89487,113.24933,15674.119,0.052586686,2104.072,0.88955593,0.052299567,0.10595813,0.07995972,221.65482,284.63632,22.561798,119.11828,39.575428,21.407867,2117.5708,1.4573194,78.097435,38.81191,426.39728,33.614357,468.1258,21.687517,98.135704,0.0,1214.2476,5159.2725,3.371231,413.88483,72.98426,33088.156,56.520836,3.2575574,21.575216,48.04328,16.038534,3.964549,23.784178,824.6601,352.6152,30.140942,2.61122,6.2502913,179.07631,19.688381,270.21805,165.95699,2447.023,581.6968,120.91955,158.35147,402.4702,5.291278,7.637408,13.071929,3.0172079,2.7486959,51.936237,64.79198,92.72365,30.863564,38.19164,76.24381,11.0400305,3693.699,28.423761,25.115591,20.210653,16.083954,226.01537,51.934166,25.954302,6.7827907,20.488745,30.01306,103.31311,220.32088,63.64973,215.73944,45.35662,29.318666,137.13556,87.08898,520.5447,90.82591,1.8815271,6.626344,6.380807,66.81611,14248.732,1.8088782,25.844366,44.898384,23.487457,221.26543,62.176342,106.75334,1.9739546,116.47258,422.3482,222.01761,103.05898,423.37402,41.994625,82.740944,134.54987,11.918109,2.237574,14.346727,807.4604,0.06589776,0.33692473,67.47148,12.646928,6.2266207,7.8520794,15.929206,83.066826,37.917072,129.98767,661.1504,336.84262,2681.295,2063.388,43.169357,72.63522,7066.7534,9.515747,128.88441,710.33356,228.82985,307.5261,125.79762,817.6007,839.891,492.00296,28.43625,167.85913,693.3765,1302.9042,77.737495,757.69586,99.15062,1.1843443,50.467358,0.9104291,0.6951004,2.6460636,50.632046,227.09032,85.24865,17.9319,1071.4995,318.86917,183.7742,266.1801,64.30492,54.026882,33.25789,99.04072,29.975807,333.68082,162.58986,34.653267,42.464695,36.851074,81.85269,87.95233,12.739433,313.43835,90.10868,764.5887,29.613968,1498.9208,72.76332,355.31134,655.9121,29.194841,19.24445,805.5244,819.28107,1910.0256,144.26521 +2023-10-02 17:00:00,0.0,12371.222,345.52118,71.96822,72.33552,61.80803,275.41504,38.79558,67.682365,26.002567,41.063763,1729.55,123.08205,24.656773,214.4577,0.22903752,0.12415629,35.16675,0.2542569,0.13657378,603.54895,0.080763616,581.0536,88.22411,0.07318498,0.055463165,182.86197,31.529259,67.04779,113.315865,15663.264,0.052873127,2104.9456,0.89808285,0.052495096,0.106206186,0.08042401,221.75452,284.72806,22.572699,119.039986,39.576565,21.398746,2116.665,1.4600585,78.082184,38.789883,426.46658,33.607338,468.0316,21.670223,98.092285,0.0,1213.8676,5157.1084,3.3674505,413.70374,72.92378,33074.695,56.49041,3.2542973,21.568407,48.030853,16.026148,3.962258,23.777592,824.1999,352.35245,30.128366,2.6086988,6.2454767,178.99037,19.666536,270.1395,166.08092,2446.2454,581.87415,120.89597,158.3259,402.05893,5.2913394,7.63826,13.104766,3.0178628,2.7537365,51.893974,64.74622,92.74341,30.847721,38.16689,76.21561,11.041227,3693.3413,28.418116,25.11223,20.207254,16.077291,225.95325,51.913517,25.946909,6.7811675,20.477543,29.995667,103.26533,220.21179,63.6041,215.64806,45.325874,29.297808,137.08112,87.05245,520.0389,90.806984,1.8817152,6.623253,6.3795767,66.76691,14236.142,1.8094001,25.825754,44.92772,23.478401,221.18114,62.16075,106.76837,1.9757571,116.42752,422.42923,222.15175,102.98715,423.41183,42.01949,82.70765,134.4973,11.928756,2.2386665,14.35226,807.12714,0.06651743,0.3375645,67.495636,12.644529,6.230307,7.8551936,15.930325,83.11773,37.8975,130.02223,661.3268,336.95688,2681.282,2063.3987,43.154217,72.62818,7061.972,9.527075,128.8409,710.20087,228.74184,307.41174,125.765686,817.2391,839.4385,491.9588,28.418587,167.79395,692.87823,1302.0076,77.66335,756.90826,99.05605,1.1851127,50.46776,0.9107926,0.6958763,2.6496134,50.583847,227.06558,85.17928,17.934364,1070.6072,318.59924,183.62213,265.94086,64.26075,54.027554,33.242252,98.92866,29.962702,333.4237,162.44568,34.647728,42.426243,36.821102,81.78758,87.866554,12.727143,313.19772,90.032196,764.02545,29.591984,1497.7527,72.70936,355.45312,655.36346,29.175476,19.239508,804.99146,818.8887,1909.6102,144.54437 +2023-10-02 18:00:00,0.0,12361.317,345.24054,71.982605,72.382866,61.813103,275.48782,38.806973,67.72794,26.005688,41.086716,1728.5585,123.0273,24.661194,214.51582,0.2307906,0.12580925,35.1867,0.25787988,0.13641153,603.99115,0.080717206,581.45703,88.264435,0.07309916,0.05540573,183.0979,31.544044,67.200714,113.3824,15652.407,0.05315957,2105.819,0.9066098,0.05269063,0.106454246,0.0808883,221.85422,284.81982,22.583597,118.96169,39.5777,21.389626,2115.759,1.4627975,78.06694,38.767853,426.5359,33.600323,467.93738,21.652931,98.048874,0.0,1213.4875,5154.9443,3.3636696,413.5226,72.863304,33061.234,56.459984,3.2510374,21.561596,48.01842,16.013762,3.9599671,23.771006,823.7397,352.08972,30.115793,2.606178,6.240662,178.90443,19.644691,270.06094,166.20483,2445.4678,582.0516,120.87239,158.30031,401.64764,5.2914014,7.639112,13.137602,3.0185177,2.7587771,51.85171,64.70047,92.76317,30.831877,38.14214,76.18739,11.042425,3692.984,28.412472,25.108871,20.203856,16.070627,225.89113,51.892868,25.939516,6.779545,20.466341,29.978271,103.217545,220.1027,63.558468,215.55667,45.295124,29.27695,137.02669,87.01593,519.533,90.78806,1.8819034,6.620161,6.378347,66.71771,14223.552,1.809922,25.807144,44.957054,23.469347,221.09686,62.14516,106.783394,1.9775597,116.38246,422.51028,222.28589,102.91531,423.44962,42.044353,82.67435,134.44473,11.939404,2.239759,14.357792,806.7938,0.0671371,0.3382043,67.51978,12.642131,6.2339935,7.858308,15.931443,83.168625,37.877926,130.0568,661.5032,337.07114,2681.269,2063.4094,43.139072,72.62115,7057.191,9.538403,128.79738,710.06824,228.65384,307.2974,125.73375,816.8774,838.98596,491.91464,28.40092,167.72876,692.3799,1301.111,77.58922,756.12067,98.96149,1.1858811,50.468163,0.9111561,0.6966521,2.6531634,50.53565,227.04085,85.10992,17.936829,1069.7148,318.32928,183.47005,265.7016,64.21659,54.028225,33.226616,98.81659,29.949596,333.1666,162.3015,34.642193,42.38779,36.79113,81.722466,87.78078,12.714853,312.9571,89.95571,763.46216,29.569998,1496.5845,72.6554,355.5949,654.8149,29.156109,19.234566,804.45856,818.4963,1909.1947,144.82355 +2023-10-02 19:00:00,0.0,12351.413,344.95993,71.99699,72.43022,61.818176,275.56064,38.818363,67.77352,26.008808,41.109673,1727.5668,122.97255,24.665613,214.57394,0.23254368,0.12746222,35.206642,0.2615029,0.13624929,604.4333,0.08067079,581.86053,88.304756,0.073013335,0.05534829,183.33382,31.55883,67.353645,113.44894,15641.552,0.05344601,2106.6926,0.91513675,0.052886162,0.106702305,0.081352584,221.95393,284.91156,22.594498,118.8834,39.578835,21.380505,2114.853,1.4655366,78.05169,38.745827,426.60516,33.593307,467.84317,21.635637,98.005455,0.0,1213.1077,5152.781,3.359889,413.34152,72.802826,33047.773,56.429554,3.2477772,21.554787,48.00599,16.001375,3.9576762,23.76442,823.27954,351.82697,30.103218,2.603657,6.2358475,178.8185,19.622847,269.9824,166.32877,2444.6902,582.229,120.848816,158.27472,401.23636,5.291463,7.6399646,13.170438,3.0191727,2.7638175,51.80945,64.65472,92.78292,30.816034,38.11739,76.15919,11.043622,3692.6265,28.406828,25.10551,20.200457,16.063963,225.82901,51.87222,25.932123,6.7779217,20.45514,29.960878,103.16976,219.99362,63.512836,215.46529,45.264374,29.256092,136.97224,86.97941,519.0272,90.76914,1.8820915,6.6170697,6.377117,66.66852,14210.961,1.810444,25.788532,44.98639,23.46029,221.01259,62.12957,106.798416,1.9793622,116.3374,422.59134,222.42003,102.84348,423.48743,42.06922,82.641045,134.39215,11.95005,2.2408514,14.363324,806.4606,0.067756765,0.3388441,67.54393,12.639733,6.23768,7.8614216,15.932562,83.21952,37.858353,130.09134,661.6795,337.18536,2681.2563,2063.42,43.12393,72.61411,7052.4097,9.54973,128.75386,709.93555,228.56583,307.18304,125.70182,816.51575,838.5334,491.8705,28.383257,167.66357,691.88153,1300.2144,77.515076,755.33307,98.86692,1.1866496,50.468563,0.9115196,0.6974279,2.6567132,50.487446,227.0161,85.04055,17.939293,1068.8225,318.05936,183.31798,265.46237,64.172424,54.028896,33.21098,98.70453,29.936491,332.9095,162.15732,34.636654,42.34934,36.761154,81.65736,87.695,12.702563,312.71643,89.87923,762.89886,29.548012,1495.4164,72.60144,355.73666,654.2663,29.136742,19.229624,803.9256,818.1039,1908.7792,145.10272 +2023-10-02 20:00:00,0.0,12341.509,344.6793,72.01137,72.47757,61.82325,275.63342,38.829754,67.81909,26.011927,41.132626,1726.5752,122.9178,24.670033,214.63205,0.23429675,0.1291152,35.22659,0.26512587,0.13608705,604.8755,0.08062437,582.264,88.345085,0.07292751,0.055290848,183.56975,31.573614,67.50657,113.51547,15630.695,0.05373245,2107.5662,0.9236637,0.053081695,0.106950365,0.08181688,222.05363,285.0033,22.605396,118.80511,39.57997,21.371384,2113.947,1.4682757,78.03644,38.723797,426.6745,33.586292,467.74893,21.618345,97.96204,0.0,1212.7278,5150.6167,3.3561082,413.16043,72.74235,33034.312,56.399128,3.2445173,21.547977,47.99356,15.988991,3.955385,23.757833,822.81934,351.56424,30.090643,2.601136,6.231033,178.73256,19.601002,269.90387,166.45268,2443.9126,582.40643,120.82524,158.24913,400.82507,5.291525,7.6408167,13.203274,3.0198276,2.7688582,51.767185,64.60896,92.80268,30.80019,38.09264,76.130974,11.044819,3692.2688,28.401184,25.10215,20.19706,16.0573,225.76689,51.851574,25.92473,6.7762985,20.443937,29.943483,103.12198,219.88455,63.4672,215.37389,45.233624,29.235235,136.9178,86.94288,518.52136,90.75022,1.8822798,6.6139784,6.3758874,66.619316,14198.371,1.8109659,25.76992,45.015724,23.451237,220.9283,62.11398,106.81344,1.9811648,116.29234,422.67236,222.55415,102.77165,423.5252,42.094086,82.60774,134.33958,11.960697,2.2419436,14.368856,806.12726,0.06837643,0.33948386,67.56808,12.637335,6.2413664,7.864536,15.93368,83.27042,37.83878,130.1259,661.8559,337.29962,2681.2434,2063.4307,43.10879,72.60708,7047.6284,9.561058,128.71034,709.8029,228.47783,307.0687,125.66988,816.1541,838.0809,491.82635,28.365591,167.59837,691.38324,1299.3177,77.44093,754.5455,98.772354,1.1874181,50.468967,0.9118831,0.69820374,2.660263,50.439247,226.99136,84.97118,17.941757,1067.9302,317.78943,183.16591,265.2231,64.128265,54.02957,33.195343,98.59246,29.923388,332.65237,162.01314,34.63112,42.310886,36.731182,81.59225,87.60923,12.690273,312.4758,89.80274,762.33563,29.526026,1494.2482,72.54748,355.87845,653.7177,29.117374,19.224682,803.3927,817.7115,1908.3636,145.3819 +2023-10-02 21:00:00,0.0,12331.6045,344.39865,72.02575,72.524925,61.828323,275.7062,38.841145,67.86467,26.015047,41.15558,1725.5836,122.86305,24.674454,214.69017,0.23604983,0.13076815,35.246532,0.26874885,0.1359248,605.3176,0.080577955,582.6674,88.38541,0.07284169,0.055233408,183.80568,31.5884,67.6595,113.58201,15619.84,0.054018892,2108.4397,0.9321906,0.053277228,0.107198425,0.082281165,222.15334,285.09503,22.616297,118.726814,39.58111,21.362263,2113.041,1.4710147,78.021194,38.70177,426.7438,33.579273,467.65472,21.601051,97.918625,0.0,1212.3479,5148.453,3.3523276,412.9793,72.68187,33020.848,56.368702,3.2412572,21.541166,47.98113,15.976604,3.953094,23.751247,822.3592,351.30148,30.078068,2.5986152,6.226218,178.64662,19.579157,269.82532,166.57661,2443.135,582.58386,120.80166,158.22354,400.41376,5.2915864,7.641669,13.23611,3.0204825,2.7738988,51.724922,64.56321,92.82244,30.784348,38.06789,76.10277,11.046017,3691.9114,28.395538,25.098791,20.19366,16.050636,225.70479,51.830925,25.91734,6.7746754,20.432735,29.92609,103.074196,219.77547,63.42157,215.2825,45.202877,29.214376,136.86337,86.90636,518.01556,90.73129,1.8824679,6.610887,6.3746576,66.57012,14185.781,1.8114879,25.75131,45.04506,23.44218,220.84402,62.098385,106.82846,1.9829674,116.24728,422.75342,222.6883,102.699814,423.563,42.11895,82.57444,134.28702,11.971345,2.243036,14.374388,805.794,0.068996094,0.34012365,67.592224,12.634936,6.245053,7.86765,15.934798,83.32132,37.819206,130.16046,662.0323,337.41388,2681.2307,2063.4414,43.09365,72.60004,7042.847,9.572386,128.66684,709.6703,228.38983,306.95435,125.63795,815.7925,837.62836,491.78223,28.347925,167.53319,690.8849,1298.4211,77.36679,753.7579,98.67778,1.1881865,50.469368,0.9122466,0.69897956,2.6638129,50.39105,226.96661,84.90182,17.944221,1067.0378,317.51947,183.01382,264.98386,64.0841,54.030243,33.179707,98.48039,29.910282,332.39526,161.86896,34.62558,42.272434,36.70121,81.52714,87.52345,12.677983,312.23517,89.72626,761.77234,29.50404,1493.0801,72.49352,356.0202,653.1691,29.098007,19.21974,802.85974,817.3191,1907.9482,145.66106 +2023-10-02 22:00:00,0.0,12321.7,344.11804,72.04013,72.57227,61.8334,275.77902,38.852535,67.91025,26.018167,41.178535,1724.5919,122.808304,24.678873,214.74829,0.23780291,0.13242112,35.26648,0.27237186,0.13576256,605.75977,0.08053154,583.07086,88.42573,0.072755866,0.05517597,184.0416,31.603184,67.81242,113.648544,15608.983,0.054305334,2109.3132,0.9407176,0.05347276,0.107446484,0.082745455,222.25304,285.18677,22.627197,118.64852,39.582245,21.353142,2112.135,1.4737539,78.00594,38.67974,426.8131,33.572258,467.56052,21.58376,97.87521,0.0,1211.9679,5146.289,3.3485467,412.79822,72.62139,33007.387,56.338272,3.2379973,21.534357,47.968693,15.964219,3.950803,23.744661,821.899,351.03873,30.065493,2.5960941,6.2214036,178.56067,19.55731,269.74677,166.70053,2442.3574,582.7613,120.778076,158.19795,400.00247,5.291648,7.6425214,13.268947,3.0211375,2.7789395,51.682663,64.517456,92.8422,30.768505,38.04314,76.074554,11.047214,3691.5537,28.389894,25.09543,20.190262,16.043972,225.64267,51.810276,25.909946,6.773052,20.421534,29.908695,103.02641,219.66638,63.37594,215.19112,45.172127,29.19352,136.80893,86.86983,517.5097,90.71237,1.8826561,6.6077957,6.373428,66.52092,14173.19,1.8120098,25.732698,45.074394,23.433126,220.75975,62.082794,106.84348,1.9847699,116.20222,422.83447,222.82243,102.62798,423.6008,42.143818,82.54114,134.23444,11.981992,2.2441285,14.37992,805.4607,0.06961576,0.34076345,67.61637,12.632538,6.248739,7.8707643,15.935917,83.372215,37.799633,130.19502,662.2086,337.5281,2681.2178,2063.4521,43.07851,72.593,7038.066,9.583713,128.62332,709.5376,228.30182,306.84,125.60601,815.4308,837.17584,491.73807,28.330261,167.468,690.38654,1297.5247,77.29265,752.9703,98.58321,1.188955,50.469772,0.9126101,0.6997554,2.6673627,50.34285,226.94188,84.83245,17.946686,1066.1455,317.24954,182.86176,264.74463,64.03994,54.030914,33.16407,98.36833,29.897177,332.13815,161.72478,34.620045,42.233982,36.671234,81.46202,87.437675,12.665693,311.99454,89.64977,761.20905,29.482054,1491.9119,72.43956,356.162,652.62054,29.07864,19.214798,802.32684,816.9267,1907.5327,145.94023 +2023-10-02 23:00:00,0.0,12311.796,343.8374,72.05451,72.61963,61.838474,275.8518,38.863926,67.95582,26.021288,41.20149,1723.6003,122.753555,24.683292,214.8064,0.23955598,0.13407409,35.286423,0.27599484,0.13560031,606.20197,0.08048512,583.4743,88.46605,0.07267004,0.05511853,184.27753,31.61797,67.965355,113.71508,15598.127,0.054591775,2110.187,0.9492445,0.053668294,0.107694544,0.083209746,222.35274,285.2785,22.638096,118.57023,39.583378,21.34402,2111.229,1.476493,77.99069,38.657715,426.88245,33.565243,467.4663,21.566465,97.831795,0.0,1211.588,5144.125,3.3447661,412.6171,72.56091,32993.926,56.307846,3.2347372,21.527546,47.95626,15.951833,3.948512,23.738075,821.43884,350.776,30.052917,2.593573,6.216589,178.47473,19.535465,269.6682,166.82446,2441.58,582.93866,120.7545,158.17236,399.5912,5.29171,7.6433735,13.301783,3.0217924,2.78398,51.6404,64.4717,92.86195,30.75266,38.01839,76.04635,11.048411,3691.1963,28.38425,25.09207,20.186863,16.03731,225.58055,51.789627,25.902554,6.771429,20.410332,29.891302,102.97863,219.5573,63.330307,215.09973,45.141376,29.17266,136.7545,86.833305,517.0039,90.69345,1.8828442,6.6047044,6.3721976,66.471725,14160.601,1.8125318,25.714088,45.10373,23.424072,220.67548,62.067204,106.858505,1.9865725,116.15716,422.9155,222.95656,102.55615,423.63858,42.168682,82.507835,134.18187,11.992639,2.245221,14.385452,805.12744,0.07023543,0.34140322,67.640526,12.63014,6.252425,7.873878,15.937036,83.42311,37.780056,130.22958,662.385,337.64236,2681.205,2063.463,43.06337,72.58597,7033.2847,9.59504,128.5798,709.40497,228.21382,306.72565,125.57408,815.06915,836.72327,491.69394,28.312595,167.40282,689.88824,1296.628,77.218506,752.1827,98.48865,1.1897234,50.470173,0.9129736,0.70053124,2.6709127,50.29465,226.91713,84.76308,17.94915,1065.2532,316.9796,182.70969,264.50537,63.995773,54.031586,33.148434,98.25626,29.884073,331.88104,161.5806,34.614506,42.19553,36.641262,81.39691,87.351906,12.653403,311.75388,89.57329,760.6458,29.46007,1490.7438,72.3856,356.30374,652.07196,29.059273,19.209856,801.7939,816.5343,1907.1172,146.2194 +2023-10-03 00:00:00,0.0,12301.892,343.55676,72.06889,72.66698,61.843548,275.9246,38.875317,68.001396,26.024406,41.22444,1722.6088,122.69881,24.687714,214.86452,0.24130906,0.13572706,35.30637,0.27961785,0.13543807,606.6441,0.08043871,583.87775,88.50638,0.07258423,0.05506109,184.51346,31.632753,68.11828,113.78162,15587.271,0.054878216,2111.0605,0.9577714,0.053863827,0.1079426,0.083674036,222.45244,285.37027,22.648996,118.491936,39.584515,21.3349,2110.3232,1.4792321,77.97545,38.635685,426.95172,33.558228,467.3721,21.549171,97.78838,0.0,1211.208,5141.9614,3.3409853,412.436,72.500435,32980.465,56.27742,3.2314773,21.520737,47.943832,15.939447,3.946221,23.73149,820.97864,350.51324,30.040342,2.591052,6.2117743,178.3888,19.51362,269.58966,166.94838,2440.8025,583.1161,120.73092,158.14677,399.1799,5.2917714,7.6442256,13.334619,3.0224473,2.7890205,51.598137,64.42595,92.881714,30.736818,37.99364,76.018135,11.049608,3690.8386,28.378605,25.088709,20.183464,16.030645,225.51843,51.76898,25.89516,6.769806,20.39913,29.873907,102.93085,219.44821,63.284676,215.00833,45.110626,29.151804,136.70006,86.796776,516.49805,90.67452,1.8830324,6.601613,6.370968,66.42253,14148.01,1.8130537,25.695477,45.133064,23.415016,220.59119,62.051613,106.87353,1.9883751,116.1121,422.99655,223.0907,102.484314,423.67636,42.19355,82.47454,134.1293,12.003286,2.2463133,14.390985,804.7941,0.070855096,0.342043,67.66467,12.627742,6.2561116,7.876992,15.938153,83.47401,37.760483,130.26414,662.5614,337.7566,2681.1921,2063.4734,43.04823,72.57893,7028.503,9.606368,128.53629,709.2723,228.12581,306.6113,125.542145,814.7075,836.27075,491.64978,28.29493,167.33763,689.3899,1295.7314,77.14436,751.395,98.39408,1.1904918,50.470577,0.9133371,0.70130706,2.6744626,50.246452,226.8924,84.69371,17.951614,1064.3607,316.70966,182.5576,264.26614,63.95161,54.032257,33.132797,98.144196,29.870968,331.62393,161.43642,34.60897,42.157078,36.61129,81.3318,87.26613,12.641113,311.51324,89.4968,760.0825,29.438084,1489.5757,72.331635,356.44553,651.5234,29.039907,19.204914,801.261,816.1419,1906.7018,146.49858 +2023-10-03 01:00:00,0.0,12291.987,343.27612,72.083275,72.714325,61.84862,275.9974,38.886707,68.046974,26.027527,41.2474,1721.6171,122.64406,24.692133,214.92262,0.24306215,0.13738002,35.326313,0.28324082,0.13527583,607.0863,0.08039229,584.2812,88.5467,0.0724984,0.05500365,184.74937,31.64754,68.27121,113.84816,15576.415,0.055164658,2111.934,0.9662984,0.05405936,0.10819067,0.08413832,222.55215,285.462,22.659897,118.41364,39.58565,21.325779,2109.4172,1.4819711,77.9602,38.61366,427.02103,33.55121,467.2779,21.53188,97.744965,0.0,1210.8281,5139.7974,3.3372047,412.25488,72.43996,32967.004,56.24699,3.2282171,21.513926,47.9314,15.927062,3.9439301,23.724903,820.51843,350.25052,30.027767,2.5885313,6.20696,178.30286,19.491776,269.5111,167.07231,2440.025,583.2935,120.70734,158.12119,398.76862,5.2918334,7.6450777,13.367455,3.0231023,2.7940612,51.555874,64.380196,92.901474,30.720974,37.96889,75.98993,11.050805,3690.4812,28.372961,25.08535,20.180065,16.023981,225.45631,51.74833,25.88777,6.768183,20.387928,29.856514,102.883064,219.33913,63.239044,214.91695,45.079876,29.130945,136.64563,86.760254,515.99225,90.6556,1.8832206,6.5985217,6.369738,66.37333,14135.42,1.8135757,25.676865,45.1624,23.405962,220.50691,62.036022,106.88855,1.9901776,116.06704,423.0776,223.22484,102.41248,423.71417,42.218414,82.44124,134.07672,12.013933,2.2474058,14.396517,804.4609,0.07147476,0.34268278,67.68882,12.625343,6.259798,7.8801064,15.939272,83.52491,37.74091,130.2987,662.7378,337.87085,2681.1794,2063.4841,43.033085,72.5719,7023.7217,9.617696,128.49278,709.13965,228.03781,306.49695,125.51021,814.3459,835.81824,491.60565,28.277266,167.27245,688.89154,1294.8348,77.07023,750.6074,98.299515,1.1912602,50.470978,0.9137006,0.7020829,2.6780124,50.198254,226.86765,84.624344,17.954077,1063.4684,316.43973,182.40553,264.0269,63.907448,54.03293,33.11716,98.032135,29.857862,331.36682,161.29222,34.60343,42.118626,36.581318,81.266685,87.18035,12.628823,311.2726,89.42032,759.5192,29.416098,1488.4075,72.27768,356.58728,650.9748,29.02054,19.199972,800.728,815.74945,1906.2863,146.77774 +2023-10-03 02:00:00,0.0,12282.083,342.9955,72.09766,72.76168,61.853695,276.0702,38.898098,68.092545,26.030647,41.27035,1720.6255,122.58931,24.696552,214.98074,0.24481523,0.13903299,35.34626,0.2868638,0.13511358,607.52844,0.08034588,584.6847,88.58702,0.07241258,0.054946214,184.9853,31.662323,68.42413,113.914696,15565.56,0.0554511,2112.8076,0.9748253,0.05425489,0.10843873,0.08460261,222.65186,285.55374,22.670795,118.33535,39.58679,21.316658,2108.5112,1.4847102,77.94495,38.59163,427.09033,33.544193,467.1837,21.514585,97.70155,0.0,1210.4482,5137.6333,3.3334239,412.0738,72.37948,32953.54,56.216564,3.2249572,21.507116,47.91897,15.914676,3.9416392,23.718317,820.0583,349.98776,30.015192,2.5860102,6.2021456,178.21692,19.46993,269.43256,167.19624,2439.2473,583.47095,120.68376,158.0956,398.3573,5.291895,7.6459303,13.400291,3.0237572,2.7991018,51.51361,64.33444,92.92123,30.705132,37.94414,75.96172,11.052003,3690.1235,28.367317,25.08199,20.176666,16.017319,225.3942,51.727684,25.880377,6.76656,20.376726,29.839119,102.83528,219.23004,63.193413,214.82556,45.04913,29.110088,136.59119,86.723724,515.4864,90.63668,1.8834088,6.59543,6.3685083,66.324135,14122.83,1.8140976,25.658255,45.191734,23.396906,220.42264,62.020428,106.90357,1.9919802,116.02198,423.15863,223.35896,102.34065,423.75195,42.24328,82.407936,134.02415,12.02458,2.2484982,14.402049,804.12756,0.072094426,0.34332258,67.71297,12.622946,6.2634845,7.8832207,15.940391,83.575806,37.721336,130.33327,662.9142,337.9851,2681.1665,2063.4949,43.017944,72.56486,7018.9404,9.629024,128.44926,709.00696,227.9498,306.3826,125.47828,813.9842,835.3657,491.5615,28.2596,167.20724,688.39325,1293.9382,76.996086,749.8198,98.20494,1.1920288,50.471382,0.9140641,0.7028587,2.6815622,50.150055,226.84291,84.55498,17.956541,1062.576,316.1698,182.25346,263.78763,63.863285,54.033604,33.101524,97.92007,29.844759,331.1097,161.14804,34.597897,42.080173,36.551342,81.20158,87.094574,12.616533,311.03198,89.343834,758.956,29.394112,1487.2394,72.22372,356.72906,650.4262,29.001173,19.19503,800.1951,815.35706,1905.8707,147.05692 +2023-10-03 03:00:00,0.0,12272.179,342.71487,72.11204,72.80903,61.85877,276.14297,38.90949,68.13812,26.033768,41.293304,1719.6339,122.53456,24.700974,215.03886,0.2465683,0.14068596,35.366207,0.2904868,0.13495134,607.97064,0.08029946,585.08813,88.62734,0.07232676,0.054888774,185.22124,31.677109,68.577065,113.98123,15554.703,0.05573754,2113.6812,0.98335224,0.054450423,0.10868679,0.0850669,222.75156,285.64548,22.681696,118.25706,39.58792,21.307537,2107.6052,1.4874493,77.9297,38.569603,427.15967,33.537178,467.08948,21.497293,97.658134,0.0,1210.0684,5135.4697,3.3296432,411.8927,72.319,32940.08,56.18614,3.221697,21.500307,47.906536,15.90229,3.9393482,23.711731,819.5981,349.725,30.002617,2.5834892,6.197331,178.13098,19.448086,269.354,167.32016,2438.4697,583.6484,120.66018,158.07,397.946,5.291957,7.6467824,13.433127,3.0244122,2.8041422,51.471348,64.2887,92.94099,30.68929,37.91939,75.93351,11.0532,3689.766,28.361673,25.078629,20.173267,16.010654,225.33209,51.707035,25.872984,6.764937,20.365524,29.821726,102.7875,219.12096,63.14778,214.73418,45.01838,29.08923,136.53674,86.6872,514.9806,90.61776,1.8835969,6.5923386,6.3672786,66.27494,14110.239,1.8146197,25.639643,45.221066,23.387852,220.33836,62.004837,106.918594,1.9937828,115.97691,423.2397,223.4931,102.268814,423.78973,42.268147,82.37463,133.97159,12.035228,2.2495906,14.407581,803.7943,0.07271409,0.34396237,67.737114,12.620547,6.267171,7.8863344,15.941509,83.6267,37.701763,130.36783,663.0906,338.09933,2681.1538,2063.5056,43.002804,72.55782,7014.159,9.640351,128.40575,708.8743,227.8618,306.26825,125.44634,813.62256,834.91315,491.51736,28.241936,167.14206,687.8949,1293.0416,76.92194,749.0322,98.110374,1.1927972,50.471783,0.91442764,0.7036345,2.685112,50.101856,226.81816,84.48561,17.959005,1061.6837,315.89984,182.10138,263.5484,63.819122,54.034275,33.085888,97.808,29.831654,330.8526,161.00386,34.592358,42.04172,36.52137,81.13647,87.008804,12.604243,310.79135,89.26735,758.3927,29.372126,1486.0712,72.169754,356.87082,649.8776,28.981806,19.190088,799.6622,814.96466,1905.4552,147.33609 +2023-10-03 04:00:00,0.0,12262.274,342.43423,72.12642,72.856384,61.863842,276.21576,38.92088,68.1837,26.036886,41.31626,1718.6422,122.47981,24.705393,215.09697,0.24832138,0.14233893,35.38615,0.2941098,0.1347891,608.4128,0.08025304,585.4916,88.66767,0.072240934,0.054831333,185.45715,31.691895,68.72999,114.04777,15543.847,0.05602398,2114.5547,0.9918792,0.054645956,0.10893485,0.08553119,222.85126,285.7372,22.692595,118.178764,39.589058,21.298416,2106.6992,1.4901884,77.91445,38.547573,427.22897,33.530163,466.99524,21.48,97.61472,0.0,1209.6884,5133.3057,3.3258624,411.71158,72.25852,32926.617,56.15571,3.2184372,21.493496,47.894104,15.889905,3.9370573,23.705145,819.13794,349.46228,29.990044,2.5809684,6.1925163,178.04504,19.42624,269.27548,167.44409,2437.6921,583.8258,120.6366,158.04442,397.53473,5.2920184,7.6476345,13.465963,3.025067,2.809183,51.429085,64.242935,92.96075,30.673445,37.89464,75.905304,11.054397,3689.4087,28.356028,25.07527,20.169868,16.00399,225.26997,51.686386,25.865591,6.763314,20.354322,29.80433,102.739716,219.01187,63.10215,214.64279,44.98763,29.068373,136.48232,86.65067,514.47473,90.59883,1.8837851,6.589247,6.366049,66.22574,14097.649,1.8151416,25.621033,45.2504,23.378798,220.25407,61.989246,106.933624,1.9955853,115.931854,423.32074,223.62724,102.19698,423.82755,42.29301,82.34133,133.91902,12.045875,2.250683,14.413114,803.461,0.07333376,0.34460214,67.76126,12.618149,6.2708573,7.8894486,15.942628,83.6776,37.68219,130.40239,663.26697,338.2136,2681.1409,2063.5164,42.987663,72.55079,7009.378,9.651679,128.36223,708.74164,227.77379,306.1539,125.414406,813.2609,834.46063,491.4732,28.22427,167.07687,687.39655,1292.1451,76.8478,748.2446,98.01581,1.1935656,50.472187,0.9147911,0.7044104,2.688662,50.053658,226.79343,84.416245,17.96147,1060.7914,315.6299,181.94931,263.30914,63.77496,54.034946,33.07025,97.69594,29.818548,330.59546,160.85968,34.586823,42.00327,36.491398,81.07136,86.92303,12.591953,310.5507,89.190865,757.8294,29.35014,1484.9031,72.1158,357.0126,649.329,28.962439,19.185146,799.1293,814.57227,1905.0398,147.61526 +2023-10-03 05:00:00,0.0,12252.37,342.15363,72.1408,72.90373,61.868916,276.28857,38.93227,68.22927,26.040007,41.339214,1717.6506,122.425064,24.709812,215.15509,0.25007445,0.1439919,35.406097,0.2977328,0.13462685,608.855,0.08020663,585.895,88.70799,0.07215511,0.054773893,185.69308,31.706678,68.88292,114.1143,15532.991,0.056310423,2115.4282,1.0004061,0.05484149,0.10918291,0.08599548,222.95096,285.82898,22.703495,118.10047,39.590195,21.289295,2105.7932,1.4929274,77.8992,38.525547,427.29825,33.523144,466.90103,21.462708,97.571304,0.0,1209.3085,5131.1416,3.3220818,411.5305,72.198044,32913.156,56.125282,3.215177,21.486687,47.881668,15.877519,3.9347663,23.698559,818.67773,349.19952,29.977468,2.5784473,6.1877017,177.9591,19.404396,269.19693,167.56801,2436.9146,584.0032,120.61302,158.01883,397.12344,5.2920804,7.648487,13.498799,3.025722,2.8142235,51.38682,64.19719,92.98051,30.657602,37.869892,75.87709,11.055594,3689.051,28.350384,25.071909,20.166471,15.997327,225.20786,51.665737,25.858198,6.7616906,20.34312,29.786938,102.69193,218.9028,63.05652,214.55139,44.95688,29.047514,136.42787,86.61415,513.96893,90.57991,1.8839732,6.586156,6.364819,66.176544,14085.06,1.8156636,25.60242,45.279736,23.369741,220.1698,61.973656,106.94865,1.9973879,115.886795,423.40176,223.76138,102.12515,423.86533,42.317875,82.30803,133.86644,12.056521,2.2517755,14.418646,803.12775,0.07395343,0.34524193,67.78541,12.61575,6.2745433,7.892563,15.943746,83.7285,37.662617,130.43695,663.44336,338.32785,2681.1282,2063.527,42.972523,72.543755,7004.5967,9.663007,128.31871,708.609,227.68579,306.03955,125.38247,812.8993,834.0081,491.42908,28.206604,167.01169,686.89825,1291.2485,76.77366,747.45703,97.92124,1.194334,50.472588,0.91515464,0.7051862,2.6922119,50.00546,226.76868,84.34688,17.963934,1059.899,315.36,181.79724,263.0699,63.730797,54.035618,33.054615,97.58387,29.805443,330.33835,160.7155,34.581284,41.964817,36.461426,81.00624,86.83725,12.579663,310.31006,89.11438,757.2661,29.328156,1483.7349,72.06184,357.15436,648.7804,28.943071,19.180204,798.5963,814.1799,1904.6243,147.89442 +2023-10-03 06:00:00,0.0,12242.466,341.873,72.15518,72.95109,61.87399,276.36136,38.94366,68.27485,26.043127,41.362167,1716.659,122.370316,24.714233,215.2132,0.25182754,0.14564486,35.42604,0.30135578,0.1344646,609.2971,0.080160215,586.29846,88.748314,0.07206929,0.054716457,185.92902,31.721464,69.03584,114.18084,15522.135,0.056596864,2116.3018,1.0089331,0.05503702,0.10943097,0.08645977,223.05067,285.92072,22.714396,118.02218,39.591328,21.280174,2104.8872,1.4956665,77.88396,38.503517,427.36755,33.51613,466.80682,21.445414,97.52789,0.0,1208.9285,5128.978,3.318301,411.34937,72.137566,32899.695,56.094856,3.2119172,21.479876,47.86924,15.865133,3.932475,23.691975,818.2176,348.93677,29.964893,2.5759263,6.182887,177.87315,19.382551,269.11838,167.69194,2436.1372,584.1806,120.58944,157.99324,396.71216,5.292142,7.649339,13.531635,3.026377,2.8192642,51.34456,64.15143,93.00026,30.641758,37.845142,75.848885,11.056791,3688.6936,28.34474,25.068548,20.163073,15.990664,225.14574,51.64509,25.850807,6.7600675,20.331919,29.769543,102.64415,218.79372,63.010887,214.46,44.92613,29.026657,136.37344,86.57762,513.4631,90.56099,1.8841615,6.5830646,6.363589,66.12734,14072.469,1.8161855,25.58381,45.30907,23.360687,220.08553,61.958065,106.96367,1.9991904,115.841736,423.48282,223.89551,102.053314,423.9031,42.342743,82.27473,133.81387,12.067169,2.252868,14.424178,802.79443,0.07457309,0.3458817,67.80956,12.613353,6.2782297,7.895677,15.944864,83.779396,37.643044,130.47151,663.61975,338.44208,2681.1152,2063.5376,42.957382,72.53671,6999.8154,9.674335,128.2752,708.4764,227.5978,305.9252,125.35054,812.5376,833.55554,491.38492,28.18894,166.9465,686.3999,1290.3519,76.69952,746.66943,97.826675,1.1951025,50.472992,0.9155181,0.705962,2.6957617,49.95726,226.74394,84.27751,17.966398,1059.0067,315.09006,181.64517,262.83066,63.686634,54.03629,33.03898,97.47181,29.79234,330.08124,160.57132,34.57575,41.926365,36.43145,80.94113,86.75148,12.567373,310.06943,89.037895,756.7029,29.30617,1482.5668,72.00787,357.29614,648.2318,28.923704,19.175262,798.0634,813.7875,1904.2087,148.1736 +2023-10-03 07:00:00,0.0,12232.561,341.59235,72.16956,72.998436,61.879063,276.43414,38.95505,68.32043,26.046247,41.385124,1715.6674,122.31557,24.718653,215.27132,0.25358063,0.14729783,35.445988,0.30497876,0.13430236,609.73926,0.0801138,586.7019,88.788635,0.071983464,0.054659016,186.16493,31.736248,69.188774,114.247375,15511.279,0.056883305,2117.1755,1.01746,0.055232555,0.10967903,0.08692406,223.15038,286.01245,22.725294,117.943886,39.592464,21.271053,2103.9814,1.4984056,77.868706,38.48149,427.4369,33.509113,466.71262,21.42812,97.484474,0.0,1208.5486,5126.814,3.3145204,411.16827,72.07709,32886.23,56.064426,3.208657,21.473066,47.856808,15.852747,3.9301841,23.685389,817.7574,348.67404,29.952318,2.5734055,6.1780725,177.78722,19.360706,269.03983,167.81586,2435.3596,584.35803,120.56586,157.96765,396.30087,5.2922034,7.6501913,13.564472,3.027032,2.8243046,51.302296,64.10568,93.02002,30.625916,37.820393,75.82067,11.057988,3688.336,28.339096,25.065187,20.159674,15.984,225.08362,51.624443,25.843414,6.758445,20.320717,29.75215,102.59637,218.68463,62.965256,214.36862,44.895382,29.005798,136.319,86.5411,512.9573,90.54206,1.8843496,6.579973,6.362359,66.07815,14059.879,1.8167075,25.565199,45.338406,23.351631,220.00125,61.942474,106.97869,2.000993,115.79668,423.56387,224.02965,101.98148,423.94092,42.367607,82.24143,133.7613,12.077816,2.2539604,14.42971,802.4612,0.07519276,0.3465215,67.83371,12.610954,6.281916,7.898791,15.945983,83.83029,37.62347,130.50607,663.7961,338.55634,2681.1025,2063.5483,42.942238,72.52968,6995.034,9.685661,128.23169,708.3437,227.50978,305.81085,125.3186,812.17596,833.103,491.3408,28.171274,166.88132,685.90155,1289.4553,76.625374,745.88184,97.73211,1.1958709,50.473392,0.91588163,0.7067378,2.6993115,49.90906,226.7192,84.20814,17.968863,1058.1144,314.8201,181.49309,262.5914,63.64247,54.03696,33.023342,97.35974,29.779234,329.82413,160.42714,34.57021,41.887913,36.401478,80.87602,86.6657,12.555082,309.8288,88.96141,756.1396,29.284184,1481.3986,71.95392,357.4379,647.6832,28.904339,19.17032,797.53046,813.3951,1903.7933,148.45277 +2023-10-03 08:00:00,0.0,12222.656,341.31174,72.183945,73.04579,61.88414,276.50696,38.966442,68.366,26.049368,41.408077,1714.6758,122.26082,24.723072,215.32944,0.2553337,0.1489508,35.46593,0.30860177,0.13414012,610.18146,0.08006738,587.1054,88.828964,0.07189765,0.054601576,186.40086,31.751034,69.3417,114.31391,15500.423,0.057169747,2118.049,1.0259869,0.055428088,0.10992709,0.08738835,223.25008,286.1042,22.736195,117.86559,39.5936,21.261932,2103.0754,1.5011446,77.853455,38.45946,427.5062,33.502098,466.6184,21.410828,97.44106,0.0,1208.1687,5124.6504,3.3107395,410.98715,72.01661,32872.77,56.034,3.2053971,21.466257,47.844376,15.840362,3.9278932,23.678802,817.29724,348.4113,29.939743,2.5708845,6.173258,177.70128,19.338861,268.96127,167.93979,2434.582,584.53546,120.54228,157.94206,395.88956,5.2922654,7.6510434,13.597308,3.0276868,2.8293452,51.260033,64.05993,93.03978,30.610071,37.795643,75.792465,11.059186,3687.9785,28.33345,25.061829,20.156275,15.977336,225.0215,51.603794,25.836021,6.7568216,20.309515,29.734755,102.548584,218.57555,62.91962,214.27724,44.86463,28.984941,136.26456,86.50457,512.4514,90.52314,1.8845378,6.576882,6.3611293,66.02895,14047.288,1.8172294,25.546587,45.36774,23.342577,219.91696,61.92688,106.99371,2.0027957,115.75162,423.6449,224.16379,101.90965,423.9787,42.39247,82.20813,133.70872,12.088463,2.2550528,14.435243,802.12787,0.07581242,0.3471613,67.85786,12.608556,6.2856026,7.901905,15.947102,83.88119,37.603897,130.54063,663.9725,338.6706,2681.0896,2063.559,42.927097,72.522644,6990.253,9.696989,128.18817,708.21106,227.42178,305.6965,125.28667,811.81433,832.6505,491.29663,28.15361,166.81612,685.40326,1288.5587,76.55123,745.09424,97.637535,1.1966394,50.473797,0.9162451,0.70751363,2.7028615,49.860863,226.69446,84.13877,17.971327,1057.222,314.55017,181.34102,262.35214,63.59831,54.037636,33.00771,97.24767,29.766129,329.56702,160.28296,34.564674,41.84946,36.371506,80.810905,86.579926,12.542792,309.58813,88.884926,755.5763,29.262197,1480.2305,71.899956,357.57968,647.13464,28.884972,19.165379,796.99756,813.0027,1903.3778,148.73195 +2023-10-03 09:00:00,0.0,12212.752,341.0311,72.198326,73.09314,61.889214,276.57974,38.977833,68.411575,26.052486,41.43103,1713.6842,122.20607,24.727493,215.38754,0.25708678,0.15060377,35.485878,0.31222475,0.13397788,610.6236,0.080020964,587.50885,88.869286,0.071811825,0.054544136,186.6368,31.765818,69.49462,114.38045,15489.566,0.057456188,2118.9226,1.034514,0.05562362,0.11017515,0.08785264,223.34978,286.19592,22.747093,117.7873,39.594738,21.252811,2102.1694,1.5038838,77.83821,38.437435,427.5755,33.495083,466.5242,21.393534,97.397644,0.0,1207.7888,5122.4863,3.306959,410.80606,71.95613,32859.31,56.003574,3.202137,21.459446,47.831947,15.827976,3.9256022,23.672216,816.83704,348.14856,29.927168,2.5683634,6.168443,177.61534,19.317017,268.88272,168.0637,2433.8044,584.7129,120.51871,157.91649,395.47827,5.292327,7.651896,13.630144,3.0283418,2.8343859,51.21777,64.014175,93.05954,30.594229,37.770893,75.76425,11.060383,3687.6208,28.327806,25.058468,20.152876,15.970673,224.9594,51.583145,25.828629,6.7551985,20.298313,29.717361,102.5008,218.46646,62.87399,214.18585,44.83388,28.964085,136.21013,86.46805,511.94562,90.50422,1.8847259,6.57379,6.3598995,65.97975,14034.698,1.8177513,25.527977,45.397076,23.333523,219.83269,61.91129,107.008736,2.0045981,115.70655,423.72595,224.29791,101.837814,424.01648,42.41734,82.17483,133.65616,12.099111,2.2561452,14.440775,801.7946,0.076432094,0.34780106,67.882,12.606157,6.289289,7.9050193,15.948219,83.93208,37.584324,130.5752,664.14886,338.78482,2681.077,2063.5698,42.911957,72.51561,6985.4717,9.708317,128.14465,708.07837,227.33377,305.58215,125.25474,811.4527,832.198,491.25247,28.135944,166.75093,684.9049,1287.6621,76.4771,744.30664,97.54297,1.1974078,50.474197,0.91660863,0.70828944,2.7064114,49.812664,226.66971,84.069405,17.973791,1056.3297,314.28024,181.18895,262.1129,63.554146,54.038307,32.992073,97.13561,29.753025,329.3099,160.13878,34.559135,41.81101,36.34153,80.7458,86.49415,12.530502,309.3475,88.80844,755.01306,29.240211,1479.0624,71.84599,357.72147,646.58606,28.865604,19.160437,796.4646,812.6103,1902.9623,149.01111 +2023-10-03 10:00:00,0.0,12202.848,340.75046,72.21271,73.14049,61.894287,276.65253,38.989223,68.45715,26.055607,41.453987,1712.6925,122.15132,24.731913,215.44566,0.25883985,0.15225673,35.50582,0.31584775,0.13381563,611.0658,0.07997455,587.9123,88.90961,0.071726,0.0544867,186.87271,31.780603,69.64755,114.44698,15478.711,0.05774263,2119.7961,1.0430409,0.055819154,0.11042321,0.08831693,223.44948,286.28766,22.757994,117.70901,39.59587,21.24369,2101.2634,1.5066229,77.82296,38.415405,427.64478,33.488064,466.43,21.376242,97.35423,0.0,1207.4088,5120.3223,3.303178,410.62494,71.89565,32845.848,55.973145,3.198877,21.452637,47.819515,15.81559,3.9233112,23.66563,816.37683,347.8858,29.914593,2.5658424,6.1636286,177.5294,19.295172,268.80417,168.18764,2433.0269,584.8903,120.49512,157.8909,395.067,5.292389,7.652748,13.66298,3.0289967,2.8394263,51.175507,63.968422,93.07929,30.578386,37.746143,75.736046,11.06158,3687.2634,28.322163,25.055107,20.149477,15.964009,224.89728,51.562496,25.821236,6.7535753,20.287111,29.699966,102.45302,218.35738,62.828358,214.09445,44.80313,28.943226,136.15569,86.43152,511.4398,90.4853,1.8849142,6.5706987,6.3586698,65.93056,14022.108,1.8182733,25.509365,45.42641,23.324467,219.74841,61.8957,107.02376,2.0064008,115.66149,423.807,224.43205,101.76598,424.0543,42.442204,82.141525,133.60359,12.109757,2.2572377,14.446307,801.4613,0.07705176,0.34844086,67.90615,12.60376,6.2929754,7.908133,15.949338,83.98299,37.56475,130.60976,664.32526,338.89908,2681.064,2063.5806,42.896816,72.50857,6980.6904,9.719645,128.10114,707.94574,227.24577,305.4678,125.2228,811.091,831.7454,491.20834,28.118279,166.68575,684.40656,1286.7656,76.402954,743.51904,97.4484,1.1981763,50.4746,0.9169721,0.7090653,2.7099612,49.764465,226.64497,84.00004,17.976255,1055.4374,314.01028,181.03687,261.87366,63.509983,54.03898,32.976437,97.023544,29.73992,329.0528,159.99458,34.5536,41.772556,36.311558,80.68069,86.40838,12.518212,309.10687,88.73196,754.44977,29.218225,1477.8942,71.79204,357.86322,646.0375,28.846237,19.155495,795.9317,812.2179,1902.5468,149.29028 +2023-10-03 11:00:00,0.0,12192.943,340.46982,72.22709,73.18784,61.89936,276.72534,39.000614,68.50272,26.058727,41.47694,1711.7009,122.09657,24.736332,215.50378,0.26059294,0.1539097,35.52577,0.31947073,0.13365339,611.50793,0.07992814,588.31573,88.94993,0.07164018,0.05442926,187.10864,31.79539,69.800476,114.51352,15467.8545,0.05802907,2120.6697,1.0515678,0.056014683,0.11067127,0.088781215,223.54918,286.37943,22.768894,117.630714,39.597008,21.23457,2100.3574,1.509362,77.80771,38.39338,427.7141,33.48105,466.3358,21.358948,97.310814,0.0,1207.0288,5118.1587,3.2993975,410.44385,71.835175,32832.387,55.94272,3.195617,21.445826,47.807083,15.803205,3.9210203,23.659044,815.9167,347.62305,29.902018,2.5633216,6.158814,177.44347,19.273327,268.72562,168.31155,2432.2493,585.0677,120.47155,157.86531,394.6557,5.2924504,7.6536,13.695816,3.0296516,2.844467,51.133244,63.92267,93.09905,30.562542,37.721394,75.70783,11.0627775,3686.906,28.316519,25.051746,20.146078,15.957345,224.83516,51.541847,25.813845,6.751952,20.27591,29.682573,102.405235,218.24829,62.782726,214.00307,44.772385,28.922369,136.10126,86.395,510.93396,90.46637,1.8851023,6.5676074,6.35744,65.88136,14009.518,1.8187952,25.490755,45.455746,23.315413,219.66414,61.880108,107.03878,2.0082033,115.61643,423.88803,224.5662,101.69415,424.09207,42.46707,82.10822,133.55101,12.120405,2.25833,14.451839,801.12805,0.07767142,0.34908065,67.9303,12.601361,6.296662,7.9112473,15.950457,84.03388,37.545177,130.64432,664.50165,339.01334,2681.0513,2063.5913,42.881676,72.50153,6975.9087,9.730972,128.05763,707.81305,227.15776,305.35345,125.190865,810.7294,831.2929,491.16418,28.100615,166.62056,683.90826,1285.869,76.32881,742.7314,97.353836,1.1989447,50.475002,0.9173356,0.70984113,2.713511,49.716267,226.62022,83.93067,17.97872,1054.545,313.74036,180.8848,261.6344,63.46582,54.03965,32.9608,96.911476,29.726814,328.7957,159.8504,34.54806,41.734104,36.281586,80.61558,86.3226,12.505922,308.86624,88.65547,753.8865,29.196241,1476.7261,71.738075,358.005,645.4889,28.82687,19.150553,795.39874,811.8255,1902.1313,149.56946 +2023-10-03 12:00:00,0.0,12183.039,340.1892,72.24147,73.23519,61.904434,276.79813,39.012005,68.5483,26.061848,41.499893,1710.7094,122.041824,24.740753,215.56189,0.262346,0.15556267,35.54571,0.3230937,0.13349114,611.95013,0.07988172,588.7192,88.99026,0.071554355,0.05437182,187.34457,31.810173,69.95341,114.580055,15456.999,0.05831551,2121.5432,1.0600947,0.056210216,0.110919334,0.089245506,223.6489,286.47116,22.779793,117.55242,39.598145,21.225449,2099.4514,1.512101,77.792465,38.371353,427.78342,33.474033,466.24155,21.341656,97.2674,0.0,1206.6489,5115.9946,3.2956166,410.26276,71.77469,32818.92,55.912292,3.192357,21.439016,47.794647,15.790819,3.9187293,23.652458,815.4565,347.36032,29.889442,2.5608006,6.154,177.35753,19.251482,268.6471,168.43549,2431.4717,585.2451,120.44797,157.83972,394.24442,5.2925124,7.654453,13.728653,3.0303066,2.8495076,51.09098,63.876915,93.11881,30.5467,37.696644,75.67963,11.063974,3686.5483,28.310873,25.048388,20.142681,15.950682,224.77304,51.521202,25.806452,6.750329,20.264708,29.665178,102.35745,218.13922,62.737095,213.91168,44.741634,28.90151,136.04681,86.35847,510.42813,90.44745,1.8852905,6.564516,6.3562098,65.83216,13996.928,1.8193172,25.472143,45.48508,23.306356,219.57985,61.864517,107.0538,2.010006,115.57137,423.9691,224.70033,101.622314,424.12985,42.491936,82.07492,133.49844,12.131052,2.2594225,14.457372,800.79474,0.07829109,0.34972042,67.95445,12.598963,6.300348,7.9143615,15.951575,84.08478,37.525604,130.67886,664.678,339.12756,2681.0383,2063.6018,42.866535,72.4945,6971.1274,9.7423,128.01411,707.6804,227.06976,305.2391,125.158936,810.36774,830.8404,491.12006,28.082949,166.55537,683.4099,1284.9724,76.25467,741.9438,97.25927,1.1997131,50.475403,0.9176991,0.71061695,2.7170608,49.668064,226.59549,83.861305,17.981184,1053.6527,313.47043,180.73273,261.39517,63.421658,54.04032,32.945164,96.799416,29.713709,328.53857,159.70622,34.542526,41.695652,36.251614,80.55046,86.236824,12.493632,308.62558,88.57899,753.32324,29.174255,1475.5579,71.68411,358.14676,644.9403,28.807503,19.14561,794.86584,811.4331,1901.7158,149.84863 +2023-10-03 13:00:00,0.0,12173.135,339.90857,72.25585,73.28255,61.909508,276.8709,39.023396,68.59388,26.064966,41.52285,1709.7177,121.987076,24.745173,215.62001,0.2640991,0.15721564,35.56566,0.32671672,0.1333289,612.3923,0.0798353,589.1226,89.03058,0.07146853,0.05431438,187.58049,31.824959,70.10633,114.64659,15446.143,0.058601953,2122.4167,1.0686216,0.05640575,0.11116739,0.089709796,223.7486,286.5629,22.790693,117.47413,39.59928,21.216328,2098.5454,1.5148401,77.777214,38.349323,427.85272,33.46702,466.14734,21.324362,97.22398,0.0,1206.269,5113.8306,3.291836,410.08163,71.71421,32805.46,55.881863,3.189097,21.432205,47.78222,15.778433,3.9164383,23.645872,814.99634,347.09756,29.87687,2.5582795,6.149185,177.27159,19.229637,268.56854,168.5594,2430.6943,585.42255,120.424385,157.81413,393.83313,5.292574,7.655305,13.761489,3.0309615,2.8545482,51.048717,63.83116,93.13857,30.530855,37.671894,75.65142,11.065171,3686.191,28.30523,25.045027,20.139282,15.944018,224.71092,51.500553,25.799059,6.7487063,20.253506,29.647785,102.30967,218.03014,62.691463,213.8203,44.710884,28.880653,135.99239,86.321945,509.9223,90.42853,1.8854786,6.5614247,6.35498,65.78297,13984.337,1.8198391,25.453531,45.514416,23.297302,219.49557,61.848923,107.068825,2.0118084,115.52631,424.05014,224.83446,101.55048,424.16766,42.5168,82.04162,133.44588,12.141699,2.2605147,14.462904,800.4615,0.07891075,0.3503602,67.9786,12.596564,6.304034,7.9174757,15.952694,84.13567,37.50603,130.71342,664.8544,339.24182,2681.0256,2063.6125,42.85139,72.487465,6966.346,9.753628,127.9706,707.5478,226.98177,305.12476,125.127,810.0061,830.3879,491.0759,28.065283,166.49019,682.91156,1284.0758,76.18053,741.1562,97.1647,1.2004815,50.475807,0.9180626,0.71139276,2.7206109,49.619865,226.57074,83.79194,17.983648,1052.7603,313.20047,180.58064,261.1559,63.377495,54.040993,32.929527,96.68735,29.700605,328.28146,159.56204,34.536987,41.6572,36.221638,80.48535,86.151054,12.481342,308.38495,88.5025,752.75995,29.15227,1474.3898,71.63015,358.28854,644.3917,28.788136,19.140669,794.3329,811.0407,1901.3003,150.12779 +2023-10-03 14:00:00,0.0,12163.23,339.62793,72.27023,73.329895,61.91458,276.94373,39.034786,68.63945,26.068087,41.545803,1708.7261,121.93233,24.749592,215.67812,0.26585215,0.1588686,35.5856,0.3303397,0.13316666,612.8345,0.079788886,589.52606,89.0709,0.07138271,0.054256942,187.81642,31.839743,70.25926,114.71313,15435.287,0.058888394,2123.2905,1.0771486,0.056601282,0.11141545,0.09017408,223.8483,286.65463,22.801592,117.395836,39.600414,21.207207,2097.6396,1.5175792,77.76196,38.327297,427.92206,33.46,466.05313,21.307068,97.18057,0.0,1205.8892,5111.667,3.2880552,409.90054,71.65373,32792.0,55.851437,3.185837,21.425396,47.769787,15.7660475,3.9141474,23.639286,814.53613,346.8348,29.864294,2.5557587,6.1443706,177.18564,19.207792,268.49,168.68333,2429.9167,585.6,120.40081,157.78854,393.4218,5.292636,7.656157,13.794325,3.0316164,2.8595886,51.006454,63.785408,93.158325,30.515013,37.647144,75.62321,11.066369,3685.8333,28.299585,25.041666,20.135883,15.937354,224.6488,51.479904,25.791666,6.747083,20.242304,29.63039,102.26189,217.92105,62.645832,213.7289,44.680134,28.859795,135.93794,86.285416,509.41647,90.40961,1.8856668,6.5583334,6.35375,65.733765,13971.747,1.8203611,25.434921,45.543747,23.288246,219.4113,61.833332,107.08385,2.013611,115.481255,424.13116,224.9686,101.478645,424.20544,42.541668,82.008316,133.3933,12.152347,2.2616072,14.468435,800.1282,0.079530425,0.35099998,68.00275,12.594167,6.3077207,7.9205894,15.953812,84.18658,37.486458,130.74799,665.03076,339.35608,2681.0127,2063.6233,42.83625,72.48042,6961.565,9.7649555,127.927086,707.4151,226.89375,305.01044,125.09506,809.6444,829.9353,491.03177,28.047619,166.42499,682.41327,1283.1792,76.106384,740.3686,97.07013,1.2012501,50.476208,0.91842616,0.7121686,2.7241607,49.571667,226.546,83.72257,17.98611,1051.8679,312.93054,180.42857,260.91666,63.333332,54.041668,32.91389,96.57528,29.6875,328.02435,159.41786,34.531452,41.618748,36.191666,80.42024,86.06528,12.469052,308.14432,88.42602,752.19666,29.130283,1473.2216,71.576195,358.4303,643.84314,28.768768,19.135727,793.8,810.6483,1900.8849,150.40697 +2023-10-03 15:00:00,0.0,12153.326,339.34732,72.28462,73.37725,61.919655,277.0165,39.046177,68.68503,26.071207,41.568756,1707.7344,121.87758,24.754013,215.73624,0.26760525,0.16052157,35.60555,0.3339627,0.13300441,613.2766,0.07974247,589.92957,89.11123,0.071296886,0.054199502,188.05234,31.854528,70.412186,114.77966,15424.431,0.059174836,2124.164,1.0856756,0.056796815,0.11166351,0.09063837,223.948,286.74637,22.812492,117.31754,39.60155,21.198088,2096.7336,1.5203183,77.74672,38.305267,427.99133,33.452984,465.95892,21.289776,97.13715,0.0,1205.5093,5109.503,3.2842743,409.71942,71.593254,32778.54,55.82101,3.182577,21.418587,47.757355,15.753662,3.9118562,23.6327,814.076,346.57208,29.851719,2.5532377,6.139556,177.0997,19.185947,268.41144,168.80725,2429.1392,585.7774,120.37723,157.76295,393.01053,5.2926974,7.6570096,13.827161,3.0322714,2.8646293,50.96419,63.739655,93.178085,30.499168,37.622395,75.595,11.067566,3685.4758,28.293941,25.038307,20.132484,15.930691,224.5867,51.459255,25.784275,6.74546,20.231102,29.612997,102.21411,217.81197,62.6002,213.63751,44.649384,28.838938,135.8835,86.24889,508.91064,90.39068,1.885855,6.555242,6.3525205,65.68457,13959.157,1.820883,25.41631,45.573082,23.279192,219.32701,61.81774,107.09888,2.0154135,115.43619,424.21222,225.10274,101.406815,424.24323,42.566532,81.97502,133.34073,12.162993,2.2626996,14.473968,799.7949,0.08015009,0.35163978,68.02689,12.591768,6.311407,7.9237037,15.95493,84.23747,37.466885,130.78255,665.20715,339.4703,2681.0,2063.634,42.82111,72.47339,6956.7837,9.776282,127.88357,707.2825,226.80576,304.8961,125.063126,809.2828,829.4828,490.9876,28.029953,166.3598,681.9149,1282.2826,76.03224,739.581,96.97556,1.2020185,50.476612,0.9187896,0.71294445,2.7277105,49.523468,226.52126,83.653206,17.988575,1050.9756,312.6606,180.2765,260.67743,63.28917,54.04234,32.898254,96.46322,29.674395,327.7672,159.27368,34.525913,41.580296,36.161694,80.35513,85.9795,12.456762,307.9037,88.34953,751.6334,29.108297,1472.0535,71.52223,358.57208,643.2945,28.749403,19.130787,793.2671,810.2559,1900.4694,150.68614 +2023-10-03 16:00:00,0.0,12143.422,339.06668,72.299,73.4246,61.92473,277.0893,39.057568,68.730606,26.074327,41.591713,1706.7428,121.82283,24.758432,215.79436,0.26935834,0.16217454,35.625492,0.3375857,0.13284217,613.71875,0.07969606,590.333,89.15155,0.07121106,0.05414206,188.28827,31.869312,70.56512,114.8462,15413.574,0.059461277,2125.0376,1.0942025,0.05699235,0.11191157,0.09110266,224.0477,286.83813,22.823393,117.23925,39.602688,21.188967,2095.8276,1.5230573,77.73147,38.28324,428.06064,33.44597,465.86472,21.272482,97.09374,0.0,1205.1294,5107.339,3.2804937,409.53833,71.532776,32765.076,55.79058,3.179317,21.411776,47.744923,15.741276,3.9095652,23.626114,813.6158,346.30933,29.839144,2.5507166,6.1347413,177.01376,19.164103,268.3329,168.93118,2428.3616,585.95483,120.353645,157.73737,392.59924,5.292759,7.6578617,13.859998,3.0329263,2.86967,50.921932,63.6939,93.197845,30.483326,37.597645,75.56679,11.068764,3685.1182,28.288296,25.034946,20.129086,15.9240265,224.52458,51.438606,25.776882,6.743837,20.2199,29.595602,102.16633,217.70288,62.55457,213.54613,44.618637,28.818079,135.82907,86.21237,508.40482,90.37176,1.8860432,6.5521507,6.3512907,65.635376,13946.566,1.821405,25.3977,45.602417,23.270138,219.24274,61.80215,107.1139,2.0172162,115.39113,424.29327,225.23686,101.334984,424.28104,42.591396,81.94172,133.28816,12.17364,2.263792,14.4795,799.4616,0.080769755,0.35227957,68.05104,12.58937,6.3150935,7.926818,15.956049,84.28837,37.44731,130.81711,665.38354,339.58456,2680.987,2063.6448,42.80597,72.466354,6952.0024,9.78761,127.84006,707.1498,226.71774,304.78174,125.0312,808.92114,829.0303,490.94348,28.01229,166.29462,681.41656,1281.3861,75.95811,738.7934,96.881,1.2027869,50.477013,0.91915315,0.71372026,2.7312603,49.47527,226.49652,83.58383,17.99104,1050.0833,312.3907,180.12444,260.43817,63.245007,54.04301,32.882618,96.35115,29.661291,327.5101,159.1295,34.52038,41.541843,36.13172,80.290016,85.89372,12.444472,307.66306,88.27305,751.0701,29.086311,1470.8853,71.46827,358.71384,642.7459,28.730036,19.125845,792.73413,809.8635,1900.0538,150.96532 +2023-10-03 17:00:00,0.0,12133.518,338.78604,72.313385,73.47195,61.929802,277.1621,39.06896,68.77618,26.077446,41.614666,1705.7512,121.76809,24.762852,215.85246,0.2711114,0.16382751,35.64544,0.34120867,0.13267992,614.16095,0.07964964,590.73645,89.19187,0.07112525,0.05408462,188.5242,31.884098,70.71804,114.912735,15402.719,0.05974772,2125.9111,1.1027294,0.05718788,0.11215963,0.09156695,224.1474,286.92987,22.834291,117.16096,39.603825,21.179846,2094.9216,1.5257964,77.71622,38.26121,428.12994,33.438953,465.7705,21.25519,97.05032,0.0,1204.7494,5105.1753,3.276713,409.3572,71.4723,32751.615,55.760155,3.1760569,21.404966,47.73249,15.72889,3.9072742,23.619528,813.1556,346.0466,29.826569,2.5481958,6.1299267,176.92783,19.142258,268.25433,169.05511,2427.584,586.13226,120.33007,157.71178,392.18796,5.292821,7.658714,13.892834,3.0335813,2.8747106,50.87967,63.648148,93.2176,30.467484,37.572895,75.53858,11.069961,3684.7607,28.282652,25.031586,20.125687,15.917363,224.46246,51.41796,25.76949,6.7422137,20.208698,29.578209,102.118546,217.5938,62.508938,213.45474,44.587887,28.797222,135.77463,86.17584,507.899,90.35284,1.8862313,6.549059,6.350061,65.586174,13933.977,1.821927,25.379087,45.631752,23.261082,219.15846,61.78656,107.12892,2.0190187,115.34607,424.3743,225.371,101.263145,424.31882,42.616264,81.90842,133.23558,12.184288,2.2648845,14.485032,799.12836,0.08138942,0.35291934,68.07519,12.586972,6.31878,7.929932,15.957168,84.339264,37.42774,130.85167,665.55994,339.69882,2680.9744,2063.6553,42.79083,72.45932,6947.221,9.798938,127.79654,707.01715,226.62975,304.6674,124.99926,808.5595,828.57776,490.89932,27.994623,166.22943,680.9183,1280.4895,75.883965,738.0058,96.78643,1.2035553,50.477417,0.9195166,0.7144961,2.73481,49.42707,226.47177,83.514465,17.993504,1049.1909,312.12073,179.97235,260.1989,63.200844,54.043682,32.86698,96.23909,29.648186,327.253,158.98532,34.51484,41.503395,36.101746,80.22491,85.80795,12.432182,307.4224,88.19656,750.50684,29.064327,1469.7172,71.414314,358.85562,642.1973,28.710669,19.120903,792.20123,809.4711,1899.6383,151.24448 +2023-10-03 18:00:00,0.0,12123.613,338.5054,72.32777,73.5193,61.93488,277.2349,39.08035,68.821754,26.080566,41.63762,1704.7595,121.71334,24.767273,215.91058,0.2728645,0.16548048,35.665382,0.34483168,0.13251768,614.6031,0.079603225,591.1399,89.23219,0.07103942,0.054027185,188.76012,31.898884,70.87097,114.97927,15391.862,0.06003416,2126.7847,1.1112564,0.057383414,0.11240769,0.09203124,224.24712,287.0216,22.845192,117.082664,39.604958,21.170725,2094.0156,1.5285355,77.70097,38.239185,428.19928,33.431934,465.6763,21.237896,97.00691,0.0,1204.3695,5103.011,3.2729323,409.17612,71.41182,32738.154,55.72973,3.172797,21.398155,47.720062,15.716504,3.9049833,23.612942,812.69543,345.78384,29.813993,2.5456748,6.125112,176.84189,19.120413,268.17578,169.17903,2426.8064,586.30963,120.30649,157.68619,391.77667,5.2928824,7.659566,13.92567,3.0342362,2.879751,50.837406,63.602394,93.23736,30.45164,37.548145,75.51037,11.071157,3684.4033,28.277008,25.028225,20.122288,15.9107,224.40034,51.397312,25.762096,6.7405906,20.197496,29.560814,102.07076,217.48471,62.463306,213.36336,44.557137,28.776363,135.7202,86.13932,507.39316,90.33391,1.8864195,6.5459676,6.3488307,65.53698,13921.387,1.822449,25.360477,45.661087,23.252028,219.07419,61.770966,107.14394,2.0208213,115.30101,424.45535,225.50514,101.191315,424.3566,42.64113,81.875114,133.18301,12.194935,2.265977,14.490564,798.79504,0.082009085,0.35355914,68.09934,12.584574,6.3224664,7.933046,15.958285,84.39017,37.408165,130.88623,665.73627,339.81305,2680.9614,2063.666,42.77569,72.452286,6942.44,9.810266,127.75302,706.88446,226.54173,304.55304,124.96732,808.1978,828.1252,490.8552,27.976957,166.16425,680.4199,1279.5929,75.80982,737.2182,96.691864,1.2043238,50.477818,0.91988015,0.7152719,2.7383602,49.378872,226.44704,83.4451,17.995968,1048.2986,311.8508,179.82028,259.9597,63.15668,54.044353,32.851345,96.12702,29.63508,326.99588,158.84114,34.509304,41.464943,36.071774,80.1598,85.722176,12.419892,307.18176,88.12008,749.94354,29.042341,1468.5491,71.36035,358.99738,641.64874,28.691301,19.115961,791.6683,809.07874,1899.2229,151.52365 +2023-10-03 19:00:00,0.0,12113.709,338.2248,72.34215,73.56665,61.939953,277.30768,39.09174,68.86733,26.083687,41.660576,1703.768,121.65859,24.771692,215.9687,0.27461755,0.16713344,35.68533,0.34845465,0.13235544,615.0453,0.07955681,591.54333,89.27252,0.0709536,0.053969745,188.99605,31.913668,71.023895,115.04581,15381.007,0.0603206,2127.6582,1.1197833,0.057578947,0.11265575,0.09249553,224.34682,287.11334,22.85609,117.00437,39.606094,21.161604,2093.1096,1.5312747,77.68572,38.217155,428.26855,33.42492,465.5821,21.220604,96.96349,0.0,1203.9895,5100.8477,3.2691514,408.995,71.35134,32724.691,55.6993,3.1695368,21.391346,47.707626,15.704119,3.9026923,23.606356,812.2352,345.5211,29.801418,2.5431538,6.1202974,176.75595,19.098568,268.09726,169.30296,2426.0288,586.48706,120.282906,157.6606,391.3654,5.2929444,7.6604185,13.958506,3.0348911,2.8847916,50.795143,63.556644,93.25712,30.435797,37.523396,75.48216,11.072355,3684.0457,28.271364,25.024866,20.118889,15.904036,224.33823,51.376663,25.754704,6.7389674,20.186295,29.54342,102.02298,217.37563,62.417675,213.27196,44.526386,28.755507,135.66576,86.10279,506.88733,90.31499,1.8866076,6.5428762,6.347601,65.48778,13908.796,1.8229709,25.341866,45.690422,23.242971,218.9899,61.755375,107.158966,2.0226238,115.25595,424.5364,225.63928,101.119484,424.3944,42.665993,81.84181,133.13045,12.205582,2.2670693,14.496097,798.4618,0.08262876,0.35419893,68.12349,12.582175,6.3261523,7.93616,15.959404,84.44106,37.38859,130.92079,665.91266,339.9273,2680.9487,2063.6768,42.760548,72.445244,6937.6587,9.821593,127.70951,706.75183,226.45374,304.4387,124.935394,807.8362,827.67267,490.81104,27.959293,166.09906,679.9216,1278.6963,75.73568,736.4306,96.5973,1.2050922,50.47822,0.9202436,0.7160477,2.74191,49.330673,226.42229,83.37573,17.998432,1047.4062,311.58087,179.66821,259.72043,63.11252,54.04503,32.83571,96.01495,29.621975,326.73877,158.69695,34.503765,41.42649,36.0418,80.09468,85.6364,12.407602,306.94113,88.043594,749.3803,29.020355,1467.3809,71.30639,359.13916,641.10016,28.671934,19.11102,791.1354,808.68634,1898.8074,151.80283 +2023-10-03 20:00:00,0.0,12103.805,337.94415,72.35653,73.614006,61.945026,277.3805,39.10313,68.9129,26.086807,41.68353,1702.7764,121.60384,24.776112,216.02681,0.27637064,0.1687864,35.705273,0.35207766,0.1321932,615.4874,0.07951039,591.9468,89.31284,0.07086778,0.053912304,189.23198,31.928453,71.17683,115.11234,15370.15,0.060607042,2128.5317,1.1283102,0.05777448,0.11290381,0.09295982,224.44652,287.20508,22.866991,116.92608,39.60723,21.152483,2092.2036,1.5340137,77.67047,38.19513,428.33786,33.417904,465.48785,21.20331,96.92008,0.0,1203.6096,5098.6836,3.2653708,408.8139,71.29086,32711.23,55.668873,3.166277,21.384535,47.695194,15.691733,3.9004014,23.59977,811.7751,345.25836,29.788843,2.5406327,6.115483,176.67001,19.076723,268.0187,169.42688,2425.2515,586.6645,120.25933,157.63501,390.95407,5.293006,7.6612706,13.991342,3.035546,2.8898323,50.75288,63.510887,93.27688,30.419952,37.498646,75.45395,11.073552,3683.6882,28.265718,25.021505,20.11549,15.897372,224.27611,51.356014,25.747313,6.7373447,20.175093,29.526026,101.9752,217.26654,62.37204,213.18057,44.495636,28.734648,135.61131,86.06627,506.3815,90.29607,1.8867959,6.539785,6.346371,65.43858,13896.206,1.8234929,25.323254,45.719757,23.233917,218.90562,61.739784,107.17399,2.0244265,115.21089,424.61743,225.7734,101.047646,424.4322,42.69086,81.80851,133.07787,12.216229,2.2681618,14.501629,798.1285,0.08324842,0.3548387,68.14764,12.579777,6.3298388,7.9392743,15.960523,84.49196,37.36902,130.95535,666.08905,340.04156,2680.9358,2063.6875,42.745403,72.43821,6932.8774,9.832921,127.66599,706.6192,226.36574,304.32434,124.90346,807.47455,827.22015,490.7669,27.941628,166.03386,679.4233,1277.7997,75.66154,735.643,96.50272,1.2058607,50.478622,0.92060715,0.7168236,2.7454598,49.282475,226.39755,83.306366,18.000896,1046.5139,311.3109,179.51613,259.48117,63.068356,54.0457,32.820072,95.90289,29.608871,326.48166,158.55276,34.49823,41.38804,36.011826,80.02957,85.55063,12.395312,306.7005,87.96711,748.817,28.99837,1466.2128,71.25243,359.2809,640.5516,28.652567,19.106077,790.6024,808.29395,1898.3918,152.082 +2023-10-03 21:00:00,0.0,12093.9,337.6635,72.37091,73.661354,61.9501,277.45328,39.11452,68.95848,26.089926,41.706482,1701.7847,121.549095,24.780533,216.08493,0.2781237,0.17043938,35.72522,0.35570064,0.13203093,615.9296,0.07946397,592.3502,89.353165,0.07078195,0.053854864,189.4679,31.943237,71.32975,115.17889,15359.294,0.060893483,2129.4055,1.1368371,0.05797001,0.11315187,0.09342411,224.54622,287.2968,22.877892,116.847786,39.608364,21.143362,2091.2976,1.5367528,77.65523,38.1731,428.40717,33.41089,465.39365,21.186016,96.87666,0.0,1203.2297,5096.5195,3.26159,408.6328,71.230385,32697.768,55.638447,3.1630168,21.377726,47.682762,15.679347,3.8981104,23.593184,811.3149,344.9956,29.776268,2.538112,6.110668,176.58408,19.054878,267.94016,169.55081,2424.4739,586.8419,120.23575,157.60942,390.5428,5.293068,7.6621227,14.0241785,3.036201,2.894873,50.710617,63.465137,93.29663,30.40411,37.473896,75.42574,11.074749,3683.3306,28.260075,25.018145,20.112093,15.890709,224.214,51.335365,25.73992,6.7357216,20.16389,29.508633,101.927414,217.15747,62.32641,213.08919,44.46489,28.71379,135.55688,86.02974,505.87567,90.277145,1.886984,6.5366936,6.3451414,65.38939,13883.615,1.8240148,25.304644,45.749092,23.224863,218.82135,61.724194,107.18901,2.026229,115.165825,424.6985,225.90755,100.975815,424.46997,42.715725,81.77521,133.0253,12.226876,2.2692542,14.507161,797.7952,0.08386809,0.3554785,68.17178,12.577379,6.333525,7.9423885,15.961641,84.542854,37.349445,130.98991,666.26544,340.1558,2680.923,2063.6982,42.730263,72.431175,6928.096,9.844249,127.62248,706.4865,226.27773,304.21,124.87152,807.1129,826.7676,490.72275,27.923964,165.96867,678.9249,1276.9031,75.587395,734.85535,96.40816,1.2066292,50.479027,0.9209706,0.7175994,2.7490096,49.234276,226.3728,83.237,18.00336,1045.6216,311.041,179.36406,259.24194,63.024193,54.04637,32.804436,95.790825,29.595766,326.22455,158.40858,34.49269,41.349586,35.981853,79.96446,85.46485,12.383022,306.45984,87.890625,748.2537,28.976383,1465.0446,71.19847,359.4227,640.003,28.6332,19.101135,790.0695,807.90155,1897.9764,152.36116 +2023-10-03 22:00:00,0.0,12083.996,337.3829,72.38529,73.70871,61.955173,277.52606,39.12591,69.00406,26.093046,41.729435,1700.7931,121.49435,24.784952,216.14304,0.2798768,0.17209235,35.745163,0.35932362,0.13186869,616.37177,0.079417564,592.7537,89.393486,0.07069613,0.053797428,189.70383,31.958023,71.48267,115.24542,15348.438,0.061179925,2130.279,1.1453642,0.058165543,0.11339993,0.0938884,224.64592,287.38858,22.88879,116.769485,39.6095,21.134241,2090.3918,1.5394919,77.63998,38.151073,428.4765,33.40387,465.29944,21.168724,96.83325,0.0,1202.8499,5094.356,3.2578094,408.4517,71.16991,32684.307,55.608017,3.159757,21.370916,47.670334,15.666962,3.8958194,23.586597,810.85474,344.73285,29.763695,2.535591,6.1058536,176.49812,19.033033,267.8616,169.67473,2423.6963,587.01935,120.21217,157.58383,390.1315,5.2931294,7.6629753,14.057014,3.036856,2.8999133,50.668354,63.419384,93.31639,30.388268,37.449146,75.39754,11.075947,3682.9731,28.25443,25.014786,20.108694,15.884045,224.15189,51.31472,25.732527,6.7340984,20.152689,29.491238,101.87963,217.04839,62.280777,212.9978,44.43414,28.692932,135.50244,85.99322,505.36984,90.25822,1.8871722,6.533602,6.3439116,65.34019,13871.025,1.8245367,25.286032,45.778427,23.215807,218.73708,61.708603,107.20403,2.0280316,115.120766,424.77954,226.04169,100.903984,424.50778,42.740593,81.74191,132.97273,12.237523,2.2703466,14.512693,797.4619,0.08448775,0.35611826,68.19593,12.574981,6.3372116,7.9455023,15.96276,84.59376,37.329872,131.02448,666.44183,340.27005,2680.9102,2063.709,42.715122,72.42414,6923.3145,9.8555765,127.578964,706.3539,226.18973,304.09564,124.839584,806.7512,826.31506,490.6786,27.906298,165.90349,678.4266,1276.0066,75.51325,734.06775,96.31359,1.2073976,50.479427,0.92133415,0.7183752,2.7525594,49.186077,226.34807,83.16763,18.005825,1044.7292,310.77106,179.21199,259.0027,62.98003,54.047043,32.7888,95.67876,29.58266,325.96744,158.2644,34.487156,41.311134,35.95188,79.89935,85.379074,12.370731,306.2192,87.81414,747.6905,28.954397,1463.8765,71.14451,359.56448,639.4544,28.613834,19.096193,789.53656,807.50916,1897.5609,152.64034 +2023-10-03 23:00:00,0.0,12074.092,337.10226,72.39967,73.75606,61.960247,277.59888,39.137302,69.04963,26.096167,41.75239,1699.8015,121.4396,24.789371,216.20116,0.2816299,0.1737453,35.76511,0.36294663,0.13170645,616.81396,0.07937115,593.15717,89.433815,0.07061031,0.053739987,189.93976,31.972807,71.635605,115.31196,15337.582,0.061466366,2131.1526,1.1538911,0.058361076,0.113648,0.09435269,224.74564,287.48032,22.89969,116.69119,39.610638,21.12512,2089.4858,1.542231,77.624725,38.129044,428.54578,33.396854,465.20523,21.15143,96.78983,0.0,1202.4698,5092.192,3.2540286,408.2706,71.10943,32670.846,55.57759,3.1564968,21.364105,47.6579,15.654576,3.8935285,23.580011,810.39453,344.47012,29.75112,2.5330698,6.1010394,176.41219,19.011189,267.78305,169.79866,2422.9187,587.1968,120.1886,157.55824,389.7202,5.293191,7.6638274,14.08985,3.0375109,2.904954,50.62609,63.373627,93.33615,30.372423,37.424397,75.36932,11.077144,3682.6155,28.248785,25.011425,20.105295,15.877381,224.08977,51.29407,25.725134,6.7324753,20.141487,29.473845,101.83185,216.9393,62.235146,212.9064,44.40339,28.672075,135.44801,85.95669,504.864,90.239296,1.8873603,6.530511,6.342682,65.29099,13858.436,1.8250587,25.267422,45.807762,23.206753,218.65279,61.69301,107.219055,2.029834,115.07571,424.86057,226.17581,100.832146,424.54556,42.765457,81.70861,132.92015,12.248171,2.271439,14.518226,797.12866,0.08510742,0.35675806,68.22008,12.572582,6.340898,7.9486165,15.963878,84.64465,37.3103,131.05904,666.61816,340.3843,2680.8975,2063.7195,42.69998,72.4171,6918.533,9.866904,127.53545,706.2212,226.10172,303.9813,124.807655,806.3896,825.86255,490.63446,27.888632,165.8383,677.9283,1275.11,75.43911,733.28015,96.219025,1.208166,50.47983,0.9216976,0.719151,2.7561095,49.13788,226.32332,83.09827,18.00829,1043.8369,310.5011,179.0599,258.76343,62.935867,54.047714,32.773163,95.566696,29.569557,325.71033,158.12022,34.481617,41.272682,35.92191,79.834236,85.2933,12.358441,305.97858,87.737656,747.1272,28.932411,1462.7083,71.090546,359.70624,638.9058,28.594467,19.091251,789.00366,807.11676,1897.1454,152.91951 +2023-10-04 00:00:00,0.0,12064.1875,336.82162,72.414055,73.80341,61.96532,277.67166,39.148693,69.09521,26.099287,41.775345,1698.8098,121.38485,24.793793,216.25928,0.28338295,0.17539828,35.785053,0.3665696,0.1315442,617.2561,0.07932473,593.5606,89.47414,0.070524484,0.053682547,190.17567,31.987593,71.78853,115.378494,15326.727,0.061752807,2132.0261,1.162418,0.05855661,0.11389606,0.09481698,224.84534,287.57205,22.91059,116.6129,39.611774,21.116,2088.5798,1.54497,77.60948,38.107018,428.6151,33.38984,465.11102,21.134138,96.74642,0.0,1202.09,5090.028,3.250248,408.08948,71.04895,32657.383,55.547165,3.1532369,21.357296,47.64547,15.64219,3.8912375,23.573425,809.9344,344.20737,29.738544,2.530549,6.096225,176.32625,18.989344,267.7045,169.92258,2422.141,587.37415,120.165016,157.53265,389.30893,5.293253,7.6646795,14.122686,3.0381658,2.9099946,50.583828,63.327877,93.35591,30.35658,37.399647,75.34112,11.078341,3682.258,28.243141,25.008064,20.101896,15.870718,224.02765,51.273422,25.717741,6.730852,20.130285,29.45645,101.784065,216.83022,62.189514,212.81502,44.37264,28.651217,135.39357,85.920166,504.35822,90.220375,1.8875486,6.5274196,6.3414516,65.2418,13845.845,1.8255806,25.24881,45.837097,23.197697,218.56851,61.677418,107.23408,2.0316367,115.03065,424.94162,226.30995,100.760315,424.58334,42.79032,81.67531,132.86758,12.258818,2.2725315,14.523758,796.79535,0.08572709,0.35739785,68.24423,12.570184,6.3445845,7.9517307,15.964996,84.69555,37.290726,131.0936,666.79456,340.49854,2680.8845,2063.7302,42.68484,72.410065,6913.752,9.878231,127.491936,706.08856,226.01372,303.86694,124.77572,806.02795,825.41003,490.5903,27.870968,165.77312,677.42993,1274.2134,75.364975,732.49255,96.12446,1.2089344,50.480232,0.92206115,0.71992683,2.7596593,49.08968,226.29858,83.02889,18.010754,1042.9446,310.23117,178.90784,258.5242,62.891705,54.048386,32.75753,95.45463,29.556452,325.45322,157.97604,34.47608,41.23423,35.891933,79.76913,85.20753,12.346151,305.73795,87.66117,746.5639,28.910427,1461.5402,71.03659,359.84802,638.35724,28.5751,19.08631,788.4707,806.72437,1896.7299,153.19868 +2023-10-04 01:00:00,0.0,12054.283,336.54102,72.42844,73.85076,61.970394,277.74445,39.160084,69.140785,26.102406,41.798298,1697.8182,121.3301,24.798212,216.31738,0.28513604,0.17705125,35.805,0.37019262,0.13138196,617.69824,0.07927831,593.96405,89.51446,0.07043866,0.053625107,190.4116,32.002377,71.94146,115.44503,15315.87,0.06203925,2132.8997,1.1709449,0.058752142,0.11414412,0.095281266,224.94504,287.6638,22.92149,116.53461,39.612907,21.106878,2087.6738,1.5477091,77.59423,38.084988,428.6844,33.382824,465.0168,21.116844,96.703,0.0,1201.71,5087.8643,3.246467,407.9084,70.98847,32643.922,55.516735,3.1499767,21.350485,47.633038,15.629805,3.8889463,23.56684,809.4742,343.94464,29.72597,2.528028,6.09141,176.24031,18.967499,267.62595,170.04651,2421.3635,587.5516,120.14143,157.50708,388.89764,5.2933145,7.6655316,14.155522,3.0388207,2.915035,50.541565,63.282127,93.37566,30.340736,37.374897,75.312904,11.079538,3681.9006,28.237497,25.004704,20.098497,15.864054,223.96553,51.252773,25.71035,6.729229,20.119083,29.439056,101.73628,216.72113,62.143883,212.72363,44.341892,28.63036,135.33914,85.88364,503.8524,90.20145,1.8877367,6.5243278,6.340222,65.1926,13833.255,1.8261026,25.230198,45.866432,23.188643,218.48424,61.661827,107.2491,2.0334394,114.98559,425.02267,226.44409,100.688484,424.62115,42.81519,81.642006,132.81502,12.2694645,2.273624,14.52929,796.4621,0.08634675,0.35803762,68.26838,12.567786,6.348271,7.9548445,15.966115,84.746445,37.271152,131.12816,666.97095,340.6128,2680.8718,2063.741,42.6697,72.40303,6908.9707,9.889559,127.44842,705.9559,225.9257,303.7526,124.74378,805.6663,824.95746,490.54617,27.853302,165.70792,676.9316,1273.3168,75.29083,731.70496,96.02989,1.2097028,50.480637,0.9224246,0.72070265,2.763209,49.04148,226.27383,82.959526,18.013218,1042.0522,309.96124,178.75577,258.28494,62.84754,54.04906,32.741894,95.34256,29.543346,325.1961,157.83186,34.470543,41.195778,35.86196,79.70402,85.12175,12.333861,305.4973,87.58469,746.0007,28.888441,1460.372,70.98263,359.98978,637.80865,28.555733,19.081367,787.9378,806.332,1896.3145,153.47784 +2023-10-04 02:00:00,0.0,12044.379,336.26038,72.44282,73.89811,61.975468,277.81723,39.171474,69.186356,26.105526,41.821255,1696.8267,121.27535,24.802631,216.3755,0.2868891,0.17870422,35.824944,0.3738156,0.13121971,618.14044,0.079231896,594.3675,89.55478,0.070352845,0.05356767,190.64754,32.017162,72.09438,115.511566,15305.014,0.06232569,2133.7732,1.1794719,0.058947675,0.114392176,0.095745556,225.04474,287.75552,22.93239,116.456314,39.614044,21.097757,2086.7678,1.5504482,77.57898,38.06296,428.75372,33.375805,464.9226,21.099552,96.65959,0.0,1201.3301,5085.7,3.2426865,407.72726,70.92799,32630.459,55.48631,3.1467168,21.343676,47.620605,15.617418,3.8866553,23.560253,809.014,343.6819,29.713394,2.525507,6.0865955,176.15437,18.945654,267.5474,170.17043,2420.586,587.729,120.11786,157.48149,388.48633,5.2933764,7.666384,14.188359,3.0394757,2.9200757,50.499302,63.23637,93.395424,30.324894,37.350147,75.2847,11.080735,3681.543,28.231853,25.001345,20.095098,15.85739,223.90341,51.232124,25.702957,6.7276063,20.107882,29.421661,101.6885,216.61205,62.09825,212.63225,44.311142,28.6095,135.2847,85.847115,503.34656,90.182526,1.8879249,6.5212364,6.338992,65.1434,13820.664,1.8266245,25.211588,45.895763,23.179588,218.39996,61.646236,107.26412,2.0352418,114.94053,425.1037,226.57823,100.616646,424.65894,42.840054,81.6087,132.76245,12.280112,2.2747164,14.534822,796.1288,0.08696642,0.35867742,68.29253,12.565388,6.351957,7.9579587,15.967234,84.79735,37.25158,131.16272,667.14734,340.72705,2680.859,2063.7517,42.654556,72.395996,6904.1895,9.900887,127.40491,705.82324,225.8377,303.63824,124.71185,805.3046,824.50494,490.502,27.835636,165.64273,676.4333,1272.4202,75.21669,730.91736,95.93532,1.2104714,50.481037,0.92278814,0.7214785,2.766759,48.993282,226.2491,82.89016,18.015682,1041.1599,309.69128,178.60368,258.0457,62.80338,54.049732,32.726257,95.2305,29.530241,324.93896,157.68768,34.465008,41.157326,35.83199,79.6389,85.03597,12.321571,305.25665,87.5082,745.4374,28.866455,1459.2039,70.928665,360.13156,637.2601,28.536366,19.076426,787.40485,805.9396,1895.8989,153.75702 +2023-10-04 03:00:00,0.0,12034.475,335.97974,72.4572,73.945465,61.98054,277.89005,39.182865,69.23193,26.108646,41.844208,1695.835,121.220604,24.80705,216.43361,0.2886422,0.18035717,35.84489,0.37743858,0.13105747,618.5826,0.079185486,594.77094,89.59511,0.07026702,0.05351023,190.88345,32.031948,72.247314,115.5781,15294.158,0.06261213,2134.6467,1.1879988,0.059143208,0.114640236,0.09620985,225.14444,287.8473,22.943289,116.37802,39.61518,21.088636,2085.8618,1.5531873,77.56373,38.04093,428.823,33.36879,464.8284,21.082258,96.61617,0.0,1200.9502,5083.5366,3.2389057,407.54617,70.867516,32616.998,55.45588,3.1434567,21.336866,47.608173,15.605033,3.8843644,23.553667,808.55383,343.41913,29.700819,2.5229862,6.081781,176.06844,18.92381,267.46887,170.29436,2419.8083,587.90643,120.09428,157.4559,388.07504,5.293438,7.6672363,14.221195,3.0401306,2.9251163,50.45704,63.19062,93.415184,30.30905,37.325397,75.256485,11.081932,3681.1855,28.226208,24.997984,20.0917,15.850727,223.84131,51.21148,25.695564,6.725983,20.09668,29.404268,101.64072,216.50296,62.05262,212.54086,44.28039,28.588644,135.23026,85.810585,502.84073,90.163605,1.888113,6.518145,6.3377624,65.0942,13808.074,1.8271465,25.192976,45.9251,23.170532,218.31567,61.630646,107.27915,2.0370445,114.89546,425.18475,226.71236,100.544815,424.69672,42.864918,81.5754,132.70987,12.290759,2.2758088,14.540355,795.79553,0.08758608,0.35931718,68.31667,12.562989,6.3556433,7.961073,15.968351,84.84824,37.232006,131.19728,667.3237,340.84128,2680.8462,2063.7625,42.639416,72.388954,6899.408,9.912214,127.36139,705.6906,225.74971,303.5239,124.67992,804.943,824.0524,490.4579,27.817972,165.57755,675.93494,1271.5236,75.14255,730.12976,95.84075,1.2112398,50.48144,0.9231517,0.72225434,2.7703087,48.945084,226.22435,82.82079,18.018147,1040.2675,309.42136,178.45161,257.80646,62.759216,54.050404,32.71062,95.11843,29.517138,324.68185,157.54349,34.45947,41.118874,35.802017,79.57379,84.9502,12.309281,305.01602,87.43172,744.8741,28.84447,1458.0356,70.87471,360.27332,636.7114,28.516998,19.071484,786.87195,805.5472,1895.4834,154.0362 +2023-10-04 04:00:00,0.0,12024.57,335.6991,72.47158,73.99281,61.98562,277.96283,39.194256,69.27751,26.111767,41.86716,1694.8434,121.165855,24.811472,216.49173,0.29039526,0.18201014,35.864838,0.38106158,0.13089523,619.0248,0.07913907,595.17444,89.63543,0.0701812,0.05345279,191.11938,32.046734,72.40024,115.64464,15283.302,0.062898576,2135.5205,1.1965258,0.05933874,0.114888296,0.09667413,225.24414,287.93903,22.95419,116.29973,39.616318,21.079515,2084.9558,1.5559263,77.548485,38.018906,428.89233,33.361774,464.73416,21.064964,96.57276,0.0,1200.5703,5081.3726,3.235125,407.36505,70.80704,32603.537,55.425453,3.1401968,21.330055,47.59574,15.592648,3.8820734,23.547081,808.0936,343.1564,29.688244,2.5204651,6.0769663,175.9825,18.901962,267.39032,170.41827,2419.031,588.08386,120.070694,157.43031,387.66376,5.2935,7.6680884,14.254031,3.0407856,2.930157,50.414776,63.144867,93.43494,30.293207,37.300648,75.22828,11.08313,3680.828,28.220564,24.994623,20.088303,15.844063,223.77919,51.19083,25.688171,6.72436,20.085478,29.386875,101.59293,216.39389,62.00699,212.44946,44.24964,28.567785,135.17583,85.77406,502.3349,90.144684,1.8883013,6.5150537,6.3365326,65.045006,13795.484,1.8276684,25.174366,45.954433,23.161478,218.2314,61.61505,107.294174,2.038847,114.8504,425.2658,226.8465,100.472984,424.73453,42.889786,81.5421,132.6573,12.301406,2.2769012,14.545887,795.4622,0.088205755,0.35995698,68.34082,12.560592,6.3593297,7.964187,15.96947,84.89914,37.212433,131.23184,667.5001,340.95554,2680.8333,2063.7732,42.624275,72.38192,6894.627,9.923542,127.31788,705.5579,225.6617,303.40955,124.64798,804.58136,823.5999,490.41373,27.800306,165.51236,675.4366,1270.6271,75.068405,729.34216,95.746185,1.2120082,50.481842,0.92351514,0.72303015,2.7738588,48.896885,226.19962,82.75143,18.020609,1039.3751,309.15143,178.29955,257.5672,62.715054,54.051075,32.694984,95.00636,29.504032,324.42474,157.3993,34.453934,41.08042,35.77204,79.50868,84.864426,12.296991,304.7754,87.35523,744.31085,28.822483,1456.8676,70.82075,360.4151,636.16284,28.497631,19.066542,786.339,805.1548,1895.068,154.31535 +2023-10-04 05:00:00,0.0,12014.665,335.4185,72.48596,74.04017,61.990692,278.0356,39.205647,69.32308,26.114885,41.890118,1693.8518,121.11111,24.815891,216.54985,0.29214835,0.18366311,35.88478,0.38468456,0.13073298,619.4669,0.07909265,595.5779,89.67575,0.070095375,0.05339535,191.35532,32.061516,72.55317,115.711174,15272.446,0.063185014,2136.394,1.2050527,0.059534274,0.115136355,0.09713842,225.34386,288.03076,22.965088,116.221436,39.61745,21.070395,2084.05,1.5586655,77.53323,37.996876,428.96164,33.35476,464.63995,21.047672,96.52934,0.0,1200.1903,5079.2085,3.2313442,407.18396,70.74656,32590.074,55.395027,3.1369367,21.323246,47.58331,15.580261,3.8797824,23.540495,807.6335,342.89365,29.675669,2.517944,6.0721517,175.89656,18.880117,267.31177,170.5422,2418.2534,588.2613,120.04712,157.40472,387.25247,5.2935615,7.668941,14.286867,3.0414405,2.9351974,50.372513,63.099113,93.4547,30.277365,37.275898,75.200066,11.084327,3680.4705,28.21492,24.991264,20.084904,15.8373995,223.71707,51.17018,25.68078,6.722737,20.074276,29.36948,101.54515,216.2848,61.961357,212.35808,44.21889,28.546928,135.12138,85.73753,501.82907,90.125755,1.8884894,6.5119624,6.335303,64.99581,13782.894,1.8281904,25.155754,45.98377,23.152422,218.14713,61.59946,107.3092,2.0406497,114.80534,425.34683,226.98064,100.401146,424.7723,42.91465,81.508804,132.60474,12.312054,2.2779937,14.551419,795.12897,0.08882542,0.36059678,68.36497,12.558193,6.363016,7.967301,15.970589,84.950035,37.19286,131.26639,667.67645,341.0698,2680.8206,2063.7837,42.609135,72.374886,6889.8457,9.93487,127.27436,705.4253,225.5737,303.2952,124.61604,804.2197,823.14734,490.3696,27.782642,165.44717,674.9383,1269.7305,74.99426,728.55457,95.65162,1.2127767,50.482246,0.92387867,0.72380596,2.7774086,48.848682,226.17487,82.68206,18.023073,1038.4828,308.8815,178.14748,257.32794,62.67089,54.051746,32.679348,94.8943,29.490927,324.16763,157.25513,34.448395,41.04197,35.74207,79.44357,84.77865,12.284701,304.53476,87.27875,743.74756,28.800497,1455.6995,70.766785,360.55685,635.61426,28.478266,19.0616,785.8061,804.7624,1894.6525,154.59453 +2023-10-04 06:00:00,0.0,12004.761,335.13785,72.50034,74.08752,61.995766,278.10843,39.217037,69.36866,26.118006,41.91307,1692.8601,121.05636,24.82031,216.60796,0.2939014,0.18531609,35.904728,0.38830757,0.13057074,619.9091,0.079046234,595.9813,89.71607,0.07000955,0.053337913,191.59123,32.0763,72.70609,115.77771,15261.59,0.06347146,2137.2676,1.2135797,0.059729803,0.115384415,0.09760271,225.44356,288.1225,22.975988,116.14314,39.618587,21.061274,2083.144,1.5614046,77.51798,37.97485,429.0309,33.347744,464.54575,21.030378,96.48593,0.0,1199.8103,5077.045,3.2275636,407.00287,70.68608,32576.613,55.364597,3.1336768,21.316435,47.570877,15.567876,3.8774915,23.533909,807.1733,342.6309,29.663094,2.515423,6.067337,175.81062,18.858273,267.23322,170.66612,2417.4758,588.43866,120.02354,157.37914,386.8412,5.2936234,7.669793,14.319703,3.0420954,2.940238,50.33025,63.05336,93.47446,30.26152,37.25115,75.17186,11.085524,3680.1128,28.209276,24.987904,20.081505,15.830736,223.65495,51.149532,25.673388,6.7211137,20.063074,29.352087,101.49737,216.17572,61.915726,212.2667,44.188145,28.52607,135.06696,85.70101,501.32324,90.106834,1.8886776,6.508871,6.334073,64.94661,13770.304,1.8287123,25.137144,46.013103,23.143368,218.06285,61.58387,107.32422,2.042452,114.760284,425.4279,227.11476,100.329315,424.8101,42.939518,81.4755,132.55215,12.3227005,2.2790859,14.5569515,794.79565,0.089445084,0.36123654,68.389114,12.555795,6.3667026,7.970415,15.971707,85.00093,37.173286,131.30095,667.85284,341.18402,2680.8076,2063.7944,42.593994,72.36785,6885.0645,9.9461975,127.23085,705.2926,225.48569,303.18085,124.584114,803.85803,822.6948,490.32544,27.764977,165.38199,674.43994,1268.8339,74.92012,727.76697,95.55705,1.2135451,50.482647,0.92424214,0.7245818,2.7809584,48.800484,226.15013,82.61269,18.025537,1037.5905,308.61154,177.99539,257.0887,62.626728,54.052418,32.66371,94.782234,29.477823,323.91052,157.11095,34.44286,41.003517,35.712097,79.378456,84.69287,12.272411,304.2941,87.20226,743.18427,28.778513,1454.5312,70.71283,360.69864,635.0657,28.458899,19.056658,785.27313,804.37,1894.2369,154.8737 +2023-10-04 07:00:00,0.0,11994.856,334.8572,72.514725,74.13487,62.00084,278.1812,39.228428,69.41424,26.121126,41.936024,1691.8685,121.00161,24.824732,216.66608,0.2956545,0.18696906,35.92467,0.39193055,0.1304085,620.35126,0.07899982,596.38477,89.7564,0.06992373,0.053280473,191.82716,32.091087,72.859024,115.844246,15250.734,0.0637579,2138.141,1.2221066,0.059925336,0.115632474,0.098067,225.54326,288.21423,22.986889,116.06485,39.619724,21.052153,2082.238,1.5641437,77.50274,37.952824,429.10022,33.340725,464.45154,21.013086,96.44251,0.0,1199.4304,5074.881,3.2237828,406.82175,70.6256,32563.152,55.33417,3.1304166,21.309626,47.55845,15.5554905,3.8752005,23.527323,806.71313,342.36816,29.650518,2.5129023,6.0625224,175.72467,18.836428,267.15466,170.79005,2416.6982,588.6161,119.999954,157.35355,386.4299,5.293685,7.670645,14.35254,3.0427504,2.9452786,50.287987,63.007607,93.49422,30.245678,37.2264,75.14365,11.086721,3679.7554,28.20363,24.984543,20.078106,15.824072,223.59283,51.128883,25.665995,6.7194905,20.051872,29.334692,101.449585,216.06664,61.870094,212.17531,44.157394,28.505213,135.01251,85.66448,500.8174,90.08791,1.8888657,6.5057797,6.332843,64.897415,13757.714,1.8292344,25.118532,46.04244,23.134314,217.97856,61.56828,107.33924,2.0442548,114.715225,425.50894,227.2489,100.257484,424.8479,42.964382,81.4422,132.49959,12.333348,2.2801783,14.562484,794.4624,0.09006475,0.36187634,68.41327,12.553396,6.370389,7.9735293,15.972826,85.051834,37.153713,131.33551,668.02924,341.29828,2680.795,2063.8052,42.578854,72.36082,6880.283,9.957525,127.18733,705.16,225.39769,303.0665,124.55218,803.4964,822.2423,490.2813,27.74731,165.31679,673.9416,1267.9373,74.845985,726.9794,95.46249,1.2143135,50.483047,0.92460567,0.72535765,2.7845082,48.752285,226.12538,82.54333,18.028002,1036.6981,308.3416,177.84332,256.84946,62.582565,54.053093,32.648075,94.67017,29.464718,323.6534,156.96677,34.43732,40.965065,35.68212,79.31335,84.6071,12.260121,304.05347,87.12578,742.62103,28.756527,1453.3632,70.65887,360.8404,634.5171,28.439531,19.051716,784.74023,803.9776,1893.8214,155.15288 +2023-10-04 08:00:00,0.0,11984.952,334.5766,72.529106,74.18222,62.005913,278.254,39.23982,69.45981,26.124247,41.95898,1690.877,120.94686,24.829151,216.7242,0.2974076,0.18862201,35.94462,0.39555353,0.13024625,620.79346,0.0789534,596.7882,89.79672,0.069837905,0.053223033,192.0631,32.105873,73.01195,115.91078,15239.878,0.06404434,2139.0146,1.2306335,0.06012087,0.115880534,0.09853129,225.64296,288.30597,22.997787,115.98656,39.620857,21.043032,2081.332,1.5668827,77.48749,37.930794,429.16956,33.33371,464.35733,20.995792,96.3991,0.0,1199.0505,5072.717,3.2200022,406.64066,70.565125,32549.69,55.303745,3.1271567,21.302814,47.546017,15.543104,3.8729095,23.520737,806.2529,342.1054,29.637945,2.5103812,6.057708,175.63873,18.814583,267.0761,170.91397,2415.9207,588.7935,119.97638,157.32796,386.0186,5.2937465,7.671498,14.385376,3.0434053,2.9503193,50.245724,62.961853,93.51397,30.229834,37.20165,75.11544,11.087918,3679.398,28.197987,24.981182,20.074707,15.817409,223.53072,51.108234,25.658602,6.7178674,20.04067,29.317299,101.4018,215.95755,61.82446,212.08391,44.126644,28.484354,134.95807,85.62796,500.31158,90.068985,1.889054,6.502688,6.331613,64.84822,13745.123,1.8297563,25.09992,46.071774,23.125257,217.89429,61.55269,107.35426,2.0460572,114.670166,425.58997,227.38304,100.185646,424.88568,42.989246,81.4089,132.44702,12.343995,2.2812707,14.568015,794.1291,0.090684414,0.36251613,68.437416,12.550999,6.3740754,7.9766436,15.973944,85.10273,37.13414,131.37007,668.2056,341.4125,2680.782,2063.816,42.563713,72.353775,6875.5015,9.968852,127.143814,705.0273,225.30968,302.95215,124.52024,803.13477,821.78973,490.23715,27.729647,165.2516,673.4433,1267.0406,74.77184,726.1917,95.36791,1.215082,50.48345,0.92496914,0.72613347,2.788058,48.704086,226.10065,82.47396,18.030466,1035.8058,308.0717,177.69125,256.61023,62.5384,54.053764,32.63244,94.558105,29.451612,323.3963,156.82259,34.431786,40.926613,35.65215,79.24824,84.521324,12.247831,303.81284,87.04929,742.05774,28.73454,1452.195,70.604904,360.98218,633.9685,28.420164,19.046774,784.2073,803.5852,1893.406,155.43204 +2023-10-04 09:00:00,0.0,11975.048,334.29596,72.54349,74.22957,62.010986,278.3268,39.25121,69.50539,26.127367,41.981934,1689.8853,120.89211,24.83357,216.7823,0.29916066,0.19027498,35.96456,0.39917654,0.13008401,621.2356,0.07890699,597.19165,89.83704,0.06975208,0.053165592,192.29901,32.12066,73.16488,115.97732,15229.021,0.06433078,2139.8882,1.2391604,0.060316402,0.1161286,0.09899558,225.74266,288.39774,23.008688,115.908264,39.621994,21.03391,2080.426,1.5696218,77.47224,37.908768,429.23886,33.326694,464.26312,20.9785,96.35568,0.0,1198.6707,5070.553,3.2162213,406.45953,70.50465,32536.229,55.273315,3.1238966,21.296005,47.533585,15.530719,3.8706186,23.51415,805.7927,341.84268,29.62537,2.5078602,6.052893,175.5528,18.792738,266.99756,171.0379,2415.143,588.97095,119.9528,157.30237,385.6073,5.2938085,7.67235,14.418212,3.0440602,2.9553597,50.20346,62.9161,93.53373,30.213991,37.1769,75.087234,11.089116,3679.0403,28.192343,24.977823,20.071308,15.810745,223.46861,51.08759,25.651209,6.7162447,20.029469,29.299904,101.35402,215.84846,61.778828,211.99252,44.095894,28.463497,134.90364,85.59143,499.80576,90.050064,1.889242,6.4995966,6.3303833,64.79902,13732.533,1.8302783,25.08131,46.10111,23.116203,217.81001,61.537098,107.369286,2.04786,114.6251,425.67102,227.51717,100.113815,424.92346,43.014114,81.375595,132.39444,12.354642,2.2823632,14.573547,793.79584,0.091304086,0.3631559,68.46156,12.5486,6.3777614,7.9797573,15.975062,85.153625,37.114567,131.40463,668.382,341.52676,2680.7693,2063.8267,42.54857,72.34674,6870.72,9.98018,127.1003,704.89465,225.22168,302.8378,124.48831,802.77313,821.3372,490.19302,27.71198,165.18642,672.94495,1266.144,74.6977,725.4041,95.273346,1.2158505,50.483852,0.92533267,0.7269093,2.791608,48.655888,226.0759,82.40459,18.03293,1034.9135,307.80173,177.53917,256.37097,62.494236,54.054436,32.616802,94.44604,29.438509,323.1392,156.6784,34.426247,40.88816,35.622177,79.18313,84.43555,12.235541,303.5722,86.97281,741.49445,28.712555,1451.0269,70.55094,361.12393,633.4199,28.400797,19.041832,783.6744,803.19275,1892.9905,155.71121 +2023-10-04 10:00:00,0.0,11965.144,334.01532,72.55787,74.276924,62.01606,278.3996,39.2626,69.550964,26.130486,42.004887,1688.8937,120.837364,24.837992,216.84042,0.30091375,0.19192795,35.98451,0.40279952,0.12992176,621.67773,0.07886057,597.5951,89.877365,0.06966627,0.053108156,192.53494,32.13544,73.3178,116.04385,15218.166,0.064617224,2140.7617,1.2476875,0.060511936,0.11637666,0.09945987,225.84236,288.48947,23.019587,115.82997,39.62313,21.02479,2079.52,1.5723609,77.45699,37.886738,429.30817,33.31968,464.1689,20.961206,96.31227,0.0,1198.2908,5068.389,3.2124407,406.27844,70.44417,32522.766,55.24289,3.1206367,21.289196,47.52115,15.5183325,3.8683276,23.507565,805.3326,341.57993,29.612795,2.5053394,6.048079,175.46686,18.770893,266.919,171.16183,2414.3655,589.1484,119.929214,157.27678,385.196,5.29387,7.673202,14.451048,3.0447152,2.9604003,50.1612,62.870346,93.55349,30.198149,37.15215,75.05902,11.090313,3678.6829,28.186699,24.974463,20.06791,15.804081,223.4065,51.06694,25.643818,6.7146215,20.018267,29.28251,101.30624,215.73938,61.733196,211.90114,44.065144,28.442638,134.8492,85.55491,499.29993,90.03114,1.8894303,6.4965053,6.3291535,64.749825,13719.942,1.8308002,25.062698,46.130444,23.107147,217.72574,61.521503,107.38431,2.0496624,114.58004,425.75208,227.6513,100.041985,424.96127,43.03898,81.34229,132.34187,12.36529,2.2834556,14.57908,793.4625,0.09192375,0.3637957,68.48571,12.546202,6.381448,7.9828715,15.976181,85.20452,37.094994,131.4392,668.55835,341.64102,2680.7563,2063.8372,42.53343,72.33971,6865.939,9.991508,127.056786,704.762,225.13368,302.72345,124.456375,802.41144,820.8847,490.14886,27.694317,165.12123,672.4466,1265.2476,74.62356,724.6165,95.17878,1.2166189,50.484257,0.92569613,0.7276851,2.795158,48.60769,226.05116,82.33522,18.035395,1034.0211,307.5318,177.3871,256.1317,62.450073,54.055107,32.601166,94.33398,29.425404,322.88208,156.53423,34.42071,40.84971,35.592205,79.11801,84.34978,12.223251,303.33157,86.896324,740.93115,28.690569,1449.8586,70.49699,361.26572,632.87134,28.38143,19.03689,783.1414,802.80035,1892.575,155.99039 +2023-10-04 11:00:00,0.0,11955.239,333.73468,72.57225,74.32427,62.021133,278.47238,39.27399,69.596535,26.133606,42.027843,1687.9021,120.782616,24.842411,216.89853,0.3026668,0.19358093,36.00445,0.40642253,0.12975952,622.11993,0.07881416,597.9986,89.917694,0.06958044,0.053050715,192.77087,32.150227,73.470726,116.11039,15207.31,0.06490366,2141.6353,1.2562144,0.06070747,0.11662472,0.09992416,225.94208,288.5812,23.030487,115.75168,39.624268,21.015669,2078.614,1.5751,77.44174,37.86471,429.37744,33.31266,464.0747,20.943913,96.26885,0.0,1197.9108,5066.225,3.20866,406.09732,70.38369,32509.305,55.212463,3.1173766,21.282385,47.50872,15.505947,3.8660364,23.500978,804.8724,341.31717,29.60022,2.5028183,6.0432644,175.38092,18.749048,266.84048,171.28575,2413.5881,589.3258,119.90564,157.25119,384.78473,5.293932,7.674054,14.483885,3.04537,2.965441,50.11894,62.824593,93.57325,30.182304,37.1274,75.030815,11.09151,3678.3252,28.181053,24.971102,20.06451,15.797418,223.34438,51.04629,25.636425,6.7129984,20.007065,29.265116,101.25845,215.6303,61.687565,211.80975,44.034397,28.421782,134.79477,85.51839,498.7941,90.01222,1.8896184,6.493414,6.327924,64.70062,13707.353,1.8313221,25.044088,46.15978,23.098093,217.64145,61.505913,107.39933,2.051465,114.53498,425.8331,227.78545,99.970146,424.99905,43.063843,81.30899,132.2893,12.3759365,2.284548,14.584612,793.1293,0.092543416,0.36443546,68.50986,12.543803,6.385134,7.9859858,15.9773,85.255424,37.07542,131.47375,668.73474,341.75525,2680.7434,2063.848,42.518288,72.33267,6861.1577,10.002835,127.013275,704.62933,225.04567,302.6091,124.42444,802.0498,820.4322,490.1047,27.676651,165.05605,671.9483,1264.351,74.549416,723.8289,95.08421,1.2173873,50.484657,0.92605966,0.7284609,2.7987077,48.55949,226.02643,82.265854,18.037859,1033.1288,307.26187,177.23503,255.89247,62.40591,54.05578,32.58553,94.22191,29.412298,322.62497,156.39005,34.415173,40.811256,35.56223,79.0529,84.264,12.210961,303.0909,86.81984,740.3679,28.668583,1448.6906,70.44302,361.4075,632.32275,28.362062,19.031948,782.6085,802.40796,1892.1595,156.26956 +2023-10-04 12:00:00,0.0,11945.335,333.45407,72.58663,74.37163,62.026207,278.5452,39.28538,69.64211,26.136726,42.050797,1686.9104,120.72787,24.84683,216.95665,0.3044199,0.19523388,36.0244,0.4100455,0.12959728,622.5621,0.07876774,598.40204,89.958015,0.06949462,0.052993275,193.00679,32.165012,73.62366,116.176926,15196.454,0.06519011,2142.509,1.2647413,0.060903,0.11687278,0.10038845,226.04178,288.67294,23.041388,115.673386,39.6254,21.006548,2077.7083,1.577839,77.42649,37.84268,429.44678,33.305645,463.98047,20.92662,96.22544,0.0,1197.5308,5064.0615,3.2048793,405.91623,70.32321,32495.844,55.182034,3.1141167,21.275576,47.49629,15.493562,3.8637455,23.494392,804.41223,341.05444,29.587645,2.5002973,6.03845,175.29498,18.727203,266.76193,171.40968,2412.8105,589.5032,119.882065,157.2256,384.37344,5.2939935,7.6749067,14.516721,3.046025,2.9704816,50.076675,62.778843,93.593,30.166462,37.10265,75.0026,11.092708,3677.9678,28.17541,24.967741,20.061111,15.790754,223.28226,51.025642,25.629032,6.711375,19.995863,29.247723,101.21067,215.52121,61.641933,211.71837,44.003647,28.400925,134.74033,85.48186,498.28827,89.99329,1.8898066,6.4903226,6.326694,64.65143,13694.763,1.8318441,25.025476,46.189114,23.089037,217.55717,61.490322,107.41435,2.0532675,114.48992,425.91415,227.91959,99.898315,425.03683,43.08871,81.27569,132.23672,12.386583,2.2856405,14.590144,792.79596,0.09316308,0.36507526,68.534004,12.541406,6.3888206,7.9891,15.978417,85.30632,37.055847,131.50832,668.91113,341.8695,2680.7307,2063.8586,42.503147,72.32563,6856.3765,10.014163,126.96976,704.4967,224.95767,302.49475,124.3925,801.6882,819.9796,490.06058,27.658985,164.99086,671.44995,1263.4543,74.47527,723.0413,94.98965,1.2181557,50.48506,0.92642313,0.7292367,2.8022575,48.51129,226.00168,82.19649,18.040323,1032.2365,306.9919,177.08295,255.65323,62.361748,54.05645,32.569893,94.10984,29.399193,322.36786,156.24585,34.409637,40.772804,35.532257,78.98779,84.17822,12.198671,302.85028,86.743355,739.8046,28.646599,1447.5223,70.38906,361.54926,631.7742,28.342697,19.027006,782.07556,802.01556,1891.744,156.54872 +2023-10-04 13:00:00,0.0,11935.431,333.17343,72.60101,74.418976,62.03128,278.61798,39.296772,69.68769,26.139847,42.07375,1685.9188,120.67312,24.851252,217.01477,0.30617297,0.19688685,36.044342,0.41366848,0.12943503,623.0043,0.07872132,598.8055,89.99834,0.0694088,0.05293584,193.24272,32.1798,73.77658,116.24346,15185.598,0.065476544,2143.3826,1.2732682,0.061098535,0.11712084,0.10085274,226.14148,288.76468,23.052286,115.59509,39.626537,20.997427,2076.8022,1.5805781,77.41125,37.820656,429.51608,33.29863,463.88626,20.909327,96.18202,0.0,1197.1509,5061.8975,3.2010984,405.73514,70.26273,32482.38,55.151608,3.1108565,21.268764,47.483856,15.481175,3.8614545,23.487806,803.952,340.7917,29.57507,2.4977765,6.033635,175.20905,18.705359,266.68338,171.5336,2412.033,589.6806,119.85848,157.20001,383.96216,5.2940555,7.675759,14.549557,3.04668,2.975522,50.034412,62.733086,93.61276,30.150618,37.0779,74.974396,11.0939045,3677.61,28.169765,24.964382,20.057714,15.78409,223.22014,51.004993,25.62164,6.709752,19.984661,29.230328,101.16289,215.41214,61.596302,211.62697,43.972897,28.380066,134.6859,85.445335,497.78244,89.97437,1.8899947,6.4872313,6.325464,64.602234,13682.172,1.832366,25.006865,46.218445,23.079983,217.4729,61.47473,107.429375,2.0550702,114.44486,425.9952,228.05371,99.82648,425.07465,43.113575,81.24239,132.18416,12.397231,2.286733,14.595676,792.4627,0.093782745,0.36571506,68.55816,12.539007,6.392507,7.9922137,15.979536,85.357216,37.036274,131.54288,669.0875,341.98376,2680.7178,2063.8694,42.488007,72.318596,6851.595,10.025491,126.92625,704.364,224.86966,302.3804,124.36057,801.32654,819.5271,490.01642,27.641321,164.92566,670.9516,1262.5577,74.40113,722.2537,94.89508,1.2189243,50.485462,0.92678666,0.7300126,2.8058074,48.463093,225.97694,82.12712,18.042788,1031.3441,306.722,176.93088,255.41397,62.317585,54.057125,32.554256,93.99778,29.38609,322.11075,156.10167,34.4041,40.734352,35.502285,78.922676,84.092445,12.186381,302.60965,86.66687,739.24133,28.624613,1446.3542,70.335106,361.69104,631.2256,28.32333,19.022064,781.54266,801.62317,1891.3285,156.8279 +2023-10-04 14:00:00,0.0,11925.526,332.8928,72.615395,74.46633,62.036358,278.69077,39.308163,69.73326,26.142965,42.096706,1684.9272,120.61837,24.85567,217.07288,0.30792606,0.19853982,36.06429,0.4172915,0.12927279,623.4464,0.07867491,599.2089,90.038666,0.06932297,0.0528784,193.47865,32.194584,73.92951,116.31,15174.741,0.06576299,2144.256,1.2817951,0.061294068,0.1173689,0.10131703,226.24118,288.8564,23.063187,115.5168,39.627674,20.988306,2075.8962,1.5833172,77.395996,37.798626,429.5854,33.291615,463.79205,20.892035,96.13861,0.0,1196.771,5059.734,3.1973178,405.55402,70.202255,32468.92,55.12118,3.1075966,21.261955,47.471424,15.46879,3.8591635,23.48122,803.4919,340.52893,29.562494,2.4952555,6.0288205,175.12311,18.683514,266.60483,171.65753,2411.2554,589.85803,119.83491,157.17442,383.55084,5.294117,7.676611,14.582393,3.047335,2.9805627,49.99215,62.687336,93.63252,30.134775,37.05315,74.94618,11.095101,3677.2527,28.164122,24.961021,20.054316,15.777427,223.15802,50.98435,25.614246,6.708129,19.97346,29.212934,101.115105,215.30305,61.55067,211.53558,43.942146,28.35921,134.63145,85.408806,497.2766,89.95545,1.890183,6.48414,6.324234,64.55303,13669.582,1.832888,24.988255,46.24778,23.070929,217.38861,61.45914,107.444405,2.0568726,114.3998,426.07623,228.18785,99.75465,425.11243,43.13844,81.20909,132.13159,12.407878,2.2878253,14.601209,792.1294,0.09440242,0.36635482,68.582306,12.536609,6.3961935,7.995328,15.980655,85.40811,37.0167,131.57744,669.2639,342.098,2680.705,2063.8801,42.472866,72.31156,6846.814,10.0368185,126.88273,704.2314,224.78166,302.26605,124.328636,800.96484,819.0746,489.9723,27.623655,164.86047,670.4533,1261.6611,74.32699,721.4661,94.80051,1.2196927,50.485867,0.92715013,0.7307884,2.8093574,48.414894,225.9522,82.057755,18.045252,1030.4518,306.45206,176.77881,255.17473,62.273422,54.057796,32.53862,93.88571,29.372984,321.8536,155.95749,34.398563,40.6959,35.472313,78.85757,84.006676,12.17409,302.36902,86.590385,738.6781,28.602627,1445.1862,70.28114,361.8328,630.67694,28.303963,19.017122,781.0097,801.2308,1890.913,157.10707 +2023-10-04 15:00:00,0.0,11915.622,332.61218,72.62978,74.51368,62.04143,278.76358,39.319553,69.77884,26.146086,42.11966,1683.9355,120.56362,24.86009,217.131,0.30967912,0.2001928,36.084232,0.42091447,0.12911054,623.8886,0.078628495,599.61237,90.07899,0.06923715,0.05282096,193.71457,32.209366,74.082436,116.37653,15163.886,0.06604943,2145.1296,1.2903221,0.061489597,0.11761696,0.101781316,226.34088,288.94818,23.074085,115.43851,39.62881,20.979185,2074.9902,1.5860564,77.380745,37.7766,429.65472,33.284595,463.69785,20.87474,96.09519,0.0,1196.3911,5057.57,3.193537,405.37292,70.14178,32455.457,55.09075,3.1043365,21.255146,47.458992,15.456405,3.8568726,23.474634,803.0317,340.2662,29.54992,2.4927344,6.024006,175.03716,18.661669,266.52628,171.78145,2410.4778,590.03546,119.811325,157.14883,383.13956,5.294179,7.6774635,14.615229,3.0479898,2.9856033,49.949886,62.641582,93.652275,30.11893,37.0284,74.91798,11.096299,3676.8953,28.158476,24.95766,20.050917,15.770763,223.09592,50.9637,25.606855,6.7065063,19.962257,29.19554,101.06732,215.19397,61.50504,211.4442,43.911396,28.33835,134.57701,85.372284,496.77078,89.93652,1.8903711,6.4810486,6.3230042,64.50384,13656.991,1.8334099,24.969643,46.277115,23.061872,217.30434,61.443546,107.45943,2.0586753,114.35474,426.1573,228.32199,99.682816,425.1502,43.163307,81.17579,132.07901,12.418525,2.2889178,14.606741,791.79614,0.09502208,0.36699462,68.60645,12.534211,6.39988,7.998442,15.981773,85.459015,36.997128,131.612,669.4403,342.21225,2680.6921,2063.8909,42.45772,72.30453,6842.0327,10.048146,126.83921,704.0987,224.69365,302.15173,124.2967,800.6032,818.6221,489.92813,27.60599,164.79529,669.95496,1260.7645,74.25285,720.6785,94.70594,1.2204611,50.486267,0.92751366,0.7315642,2.8129072,48.366695,225.92746,81.98839,18.047716,1029.5594,306.18213,176.62674,254.93549,62.22926,54.058468,32.522984,93.77364,29.359879,321.5965,155.81331,34.393024,40.657448,35.442337,78.79246,83.9209,12.1618,302.12836,86.5139,738.1148,28.58064,1444.018,70.22718,361.97458,630.12836,28.284595,19.012182,780.4768,800.8384,1890.4976,157.38625 +2023-10-04 16:00:00,0.0,11905.718,332.33154,72.644165,74.561035,62.046505,278.83636,39.330944,69.82442,26.149206,42.142612,1682.944,120.50887,24.864511,217.18912,0.3114322,0.20184575,36.10418,0.42453748,0.1289483,624.33075,0.07858208,600.0158,90.11931,0.06915133,0.052763518,193.9505,32.22415,74.23537,116.44307,15153.029,0.06633587,2146.0032,1.2988491,0.06168513,0.11786502,0.10224561,226.44058,289.03992,23.084986,115.360214,39.629944,20.970064,2074.0842,1.5887954,77.3655,37.75457,429.724,33.27758,463.60364,20.857447,96.05178,0.0,1196.0112,5055.406,3.1897564,405.1918,70.0813,32441.996,55.060326,3.1010766,21.248335,47.446564,15.444018,3.8545816,23.468048,802.57153,340.00345,29.537344,2.4902134,6.0191913,174.95122,18.639824,266.44772,171.90538,2409.7002,590.2129,119.78774,157.12325,382.72827,5.2942405,7.6783156,14.648066,3.0486448,2.9906437,49.907623,62.59583,93.672035,30.103088,37.00365,74.88976,11.097496,3676.5376,28.152832,24.954302,20.047518,15.764099,223.0338,50.94305,25.599463,6.704883,19.951056,29.178146,101.01954,215.08488,61.459408,211.35281,43.88065,28.317493,134.52258,85.335754,496.26495,89.9176,1.8905593,6.477957,6.3217745,64.454636,13644.401,1.8339319,24.951033,46.30645,23.052818,217.22006,61.427956,107.47445,2.0604777,114.30968,426.23834,228.45612,99.61098,425.18802,43.18817,81.14249,132.02644,12.4291725,2.2900102,14.612273,791.4628,0.09564175,0.36763442,68.6306,12.531813,6.403566,8.001556,15.982892,85.50991,36.977554,131.64656,669.6167,342.3265,2680.6794,2063.9014,42.44258,72.297485,6837.2515,10.059473,126.7957,703.96606,224.60565,302.03738,124.26477,800.2416,818.1695,489.884,27.588326,164.7301,669.4566,1259.868,74.17871,719.8909,94.611374,1.2212296,50.48667,0.9278772,0.73234004,2.816457,48.318497,225.90271,81.91902,18.05018,1028.667,305.91217,176.47466,254.69624,62.185097,54.05914,32.50735,93.66158,29.346775,321.3394,155.66913,34.38749,40.618996,35.412365,78.72735,83.83512,12.14951,301.88773,86.437416,737.5515,28.558655,1442.8499,70.173225,362.11633,629.5798,28.265228,19.00724,779.94385,800.446,1890.082,157.6654 +2023-10-04 17:00:00,0.0,11895.813,332.0509,72.65855,74.60838,62.05158,278.90915,39.342335,69.86999,26.152327,42.16557,1681.9524,120.454124,24.86893,217.24722,0.3131853,0.20349872,36.124123,0.42816046,0.12878606,624.77295,0.07853566,600.4193,90.15963,0.069065504,0.05270608,194.18643,32.238937,74.38829,116.50961,15142.174,0.06662231,2146.8767,1.307376,0.061880663,0.11811308,0.1027099,226.5403,289.13165,23.095886,115.28192,39.63108,20.960943,2073.1782,1.5915345,77.35025,37.732544,429.7933,33.270565,463.50943,20.840155,96.00836,0.0,1195.6312,5053.242,3.1859756,405.0107,70.02082,32428.535,55.0299,3.0978165,21.241526,47.434128,15.431633,3.8522906,23.461464,802.1113,339.74072,29.52477,2.4876926,6.0143766,174.86528,18.61798,266.36917,172.0293,2408.9226,590.3903,119.76417,157.09767,382.317,5.294302,7.6791677,14.680902,3.0492997,2.9956844,49.86536,62.550076,93.691795,30.087246,36.9789,74.86156,11.098693,3676.1802,28.147188,24.950941,20.044119,15.757436,222.97168,50.9224,25.59207,6.70326,19.939854,29.160751,100.971756,214.9758,61.413776,211.26143,43.8499,28.296635,134.46814,85.29923,495.75912,89.89868,1.8907474,6.4748654,6.3205447,64.40544,13631.812,1.8344538,24.93242,46.335785,23.043762,217.13579,61.412365,107.48947,2.0622804,114.26462,426.31937,228.59026,99.53915,425.2258,43.21304,81.109184,131.97388,12.439819,2.2911026,14.6178055,791.1296,0.09626141,0.36827418,68.65475,12.529414,6.4072523,8.00467,15.98401,85.56081,36.95798,131.68112,669.7931,342.44073,2680.6665,2063.912,42.42744,72.29045,6832.47,10.070801,126.75218,703.8334,224.51764,301.92303,124.232834,799.87994,817.717,489.83984,27.57066,164.66492,668.9583,1258.9714,74.10457,719.10333,94.51681,1.221998,50.487072,0.92824066,0.73311585,2.8200068,48.270298,225.87798,81.84965,18.052645,1027.7747,305.64224,176.32259,254.45699,62.140934,54.05981,32.491714,93.549515,29.33367,321.08228,155.52495,34.38195,40.580544,35.382393,78.66223,83.74935,12.13722,301.6471,86.36093,736.9883,28.536669,1441.6816,70.11926,362.25812,629.0312,28.245861,19.002298,779.41095,800.0536,1889.6665,157.94458 +2023-10-04 18:00:00,0.0,11885.909,331.7703,72.67293,74.65573,62.056652,278.98196,39.353725,69.915565,26.155445,42.188522,1680.9607,120.39938,24.87335,217.30534,0.31493837,0.20515169,36.14407,0.43178344,0.12862381,625.2151,0.078489244,600.82275,90.19996,0.06897968,0.05264864,194.42235,32.253723,74.54122,116.57615,15131.317,0.066908754,2147.7502,1.315903,0.062076196,0.11836114,0.10317418,226.64,289.2234,23.106785,115.20363,39.632217,20.951822,2072.2722,1.5942736,77.335,37.710514,429.8626,33.26355,463.41522,20.82286,95.96495,0.0,1195.2512,5051.078,3.182195,404.8296,69.96034,32415.072,54.99947,3.0945566,21.234715,47.421696,15.419247,3.8499997,23.454878,801.6511,339.47797,29.512196,2.4851716,6.009562,174.77934,18.596134,266.29062,172.15323,2408.1453,590.5677,119.740585,157.07208,381.9057,5.294364,7.68002,14.7137375,3.0499547,3.000725,49.823097,62.50432,93.711555,30.071402,36.95415,74.83335,11.099891,3675.8225,28.141544,24.94758,20.04072,15.750772,222.90956,50.901752,25.584677,6.701637,19.928652,29.143358,100.92397,214.86671,61.368145,211.17003,43.81915,28.275778,134.41371,85.2627,495.2533,89.87976,1.8909357,6.471774,6.319315,64.35625,13619.221,1.8349758,24.91381,46.36512,23.034708,217.0515,61.396774,107.50449,2.0640829,114.21956,426.40042,228.7244,99.467316,425.26358,43.237904,81.07588,131.9213,12.450466,2.292195,14.623338,790.79626,0.09688108,0.36891398,68.678894,12.527016,6.4109387,8.007784,15.985128,85.6117,36.938408,131.71568,669.9695,342.555,2680.6538,2063.9229,42.4123,72.28342,6827.689,10.082129,126.70867,703.70074,224.42964,301.8087,124.2009,799.51825,817.26447,489.79572,27.552996,164.59973,668.45996,1258.0748,74.030426,718.31573,94.42224,1.2227664,50.487476,0.9286042,0.7338917,2.823557,48.2221,225.85323,81.78028,18.055107,1026.8823,305.3723,176.17052,254.21774,62.09677,54.060482,32.476078,93.437454,29.320564,320.82516,155.38077,34.376415,40.54209,35.352417,78.59712,83.663574,12.12493,301.40646,86.28445,736.425,28.514685,1440.5135,70.0653,362.39987,628.4826,28.226494,18.997356,778.878,799.6612,1889.2511,158.22375 +2023-10-04 19:00:00,0.0,11876.005,331.48965,72.68731,74.70309,62.061726,279.05475,39.365116,69.96114,26.158566,42.211475,1679.9691,120.344635,24.877771,217.36345,0.31669146,0.20680466,36.164013,0.43540645,0.12846157,625.6572,0.07844283,601.2262,90.24028,0.068893865,0.0525912,194.65828,32.268505,74.694145,116.642685,15120.461,0.06719519,2148.624,1.3244299,0.06227173,0.1186092,0.10363847,226.7397,289.31512,23.117685,115.125336,39.633354,20.942701,2071.3662,1.5970126,77.319756,37.688488,429.93195,33.25653,463.321,20.805569,95.92153,0.0,1194.8713,5048.914,3.178414,404.6485,69.899864,32401.611,54.969044,3.0912964,21.227905,47.409264,15.406861,3.8477087,23.448292,801.191,339.2152,29.49962,2.4826505,6.0047474,174.6934,18.57429,266.2121,172.27715,2407.3677,590.7451,119.717,157.0465,381.49442,5.2944255,7.6808724,14.746573,3.0506096,3.0057657,49.780834,62.45857,93.73131,30.05556,36.9294,74.80514,11.101088,3675.465,28.135899,24.94422,20.037321,15.744108,222.84744,50.881107,25.577286,6.7000136,19.91745,29.125963,100.87619,214.75763,61.322514,211.07864,43.7884,28.25492,134.35927,85.22618,494.74747,89.86083,1.8911238,6.468683,6.3180847,64.307045,13606.631,1.8354977,24.895199,46.394455,23.025654,216.96722,61.381184,107.519516,2.0658855,114.1745,426.48148,228.85854,99.39548,425.3014,43.262768,81.04258,131.86873,12.461114,2.2932875,14.62887,790.463,0.09750075,0.36955374,68.70305,12.524618,6.414625,8.010899,15.986247,85.662605,36.918835,131.75024,670.1459,342.66925,2680.6409,2063.9336,42.39716,72.27638,6822.907,10.093456,126.66515,703.5681,224.34164,301.69434,124.16897,799.1566,816.81195,489.75156,27.53533,164.53453,667.9616,1257.1782,73.95628,717.5281,94.327675,1.223535,50.487877,0.92896765,0.73466754,2.8271067,48.1739,225.82849,81.710915,18.057571,1025.99,305.10236,176.01843,253.9785,62.05261,54.061157,32.46044,93.325386,29.307459,320.56805,155.23659,34.370876,40.50364,35.322445,78.53201,83.5778,12.11264,301.16583,86.20796,735.8617,28.492699,1439.3453,70.01134,362.54166,627.934,28.207127,18.992414,778.3451,799.2688,1888.8356,158.50293 +2023-10-04 20:00:00,0.0,11866.101,331.209,72.70169,74.750435,62.0668,279.12753,39.376507,70.006714,26.161686,42.234432,1678.9775,120.28989,24.88219,217.42157,0.31844452,0.20845763,36.18396,0.43902943,0.12829933,626.0994,0.07839642,601.62964,90.2806,0.06880804,0.05253376,194.89421,32.28329,74.84708,116.70922,15109.605,0.06748164,2149.4976,1.3329568,0.062467262,0.118857265,0.10410276,226.8394,289.4069,23.128584,115.04704,39.634487,20.93358,2070.4604,1.5997517,77.304504,37.66646,430.00122,33.249516,463.22678,20.788275,95.87812,0.0,1194.4915,5046.7505,3.1746335,404.46738,69.839386,32388.15,54.938618,3.0880365,21.221094,47.396835,15.394476,3.8454175,23.441706,800.7308,338.95248,29.487045,2.4801297,5.999933,174.60747,18.552444,266.13354,172.40108,2406.59,590.92255,119.69343,157.0209,381.0831,5.2944875,7.6817245,14.779409,3.0512645,3.010806,49.73857,62.41282,93.75107,30.039715,36.90465,74.77693,11.102284,3675.1074,28.130255,24.94086,20.033924,15.737445,222.78532,50.86046,25.569893,6.6983905,19.906248,29.10857,100.82841,214.64856,61.276882,210.98726,43.757652,28.234062,134.30484,85.18965,494.24167,89.84191,1.891312,6.4655914,6.316855,64.25785,13594.041,1.8360198,24.876587,46.42379,23.016598,216.88295,61.36559,107.53454,2.067688,114.12944,426.5625,228.99266,99.32365,425.33917,43.287636,81.009285,131.81616,12.471761,2.29438,14.634402,790.1297,0.09812041,0.37019354,68.727196,12.52222,6.4183116,8.014012,15.987366,85.7135,36.89926,131.7848,670.3222,342.78348,2680.6282,2063.9443,42.38202,72.26934,6818.126,10.104784,126.62164,703.4354,224.25363,301.58,124.13703,798.795,816.3594,489.70743,27.517664,164.46935,667.4633,1256.2816,73.88214,716.7405,94.2331,1.2243034,50.48828,0.9293312,0.73544335,2.8306565,48.1257,225.80374,81.64155,18.060036,1025.0977,304.83243,175.86636,253.73924,62.008446,54.06183,32.444805,93.21332,29.294355,320.31094,155.0924,34.36534,40.465187,35.292473,78.466896,83.49202,12.10035,300.92517,86.13148,735.29846,28.470713,1438.1772,69.95738,362.6834,627.38544,28.187761,18.987473,777.81213,798.8764,1888.42,158.78209 +2023-10-04 21:00:00,0.0,11856.196,330.92838,72.71607,74.79779,62.071873,279.20032,39.3879,70.05229,26.164806,42.257385,1677.9858,120.23514,24.88661,217.47969,0.3201976,0.21011059,36.203903,0.44265243,0.12813708,626.54156,0.07835,602.0331,90.32092,0.06872222,0.052476324,195.13013,32.298077,75.0,116.77576,15098.749,0.067768075,2150.371,1.3414837,0.062662795,0.119105324,0.10456705,226.9391,289.49863,23.139484,114.96875,39.635624,20.92446,2069.5544,1.6024908,77.28925,37.644432,430.07053,33.2425,463.13257,20.770983,95.8347,0.0,1194.1116,5044.5864,3.1708527,404.2863,69.77891,32374.688,54.908188,3.0847764,21.214285,47.384403,15.38209,3.8431265,23.43512,800.2706,338.68973,29.47447,2.4776087,5.9951186,174.52153,18.5306,266.055,172.525,2405.8125,591.1,119.669846,156.99532,380.6718,5.294549,7.6825767,14.812246,3.0519195,3.0158467,49.69631,62.36706,93.77083,30.023872,36.8799,74.74872,11.103482,3674.75,28.12461,24.9375,20.030525,15.730782,222.72322,50.83981,25.5625,6.696768,19.895046,29.091175,100.780624,214.53947,61.231247,210.89587,43.726902,28.213203,134.2504,85.15313,493.73584,89.82299,1.8915001,6.4625,6.315625,64.20866,13581.45,1.8365417,24.857977,46.453125,23.007544,216.79868,61.35,107.54956,2.0694907,114.08437,426.64355,229.1268,99.251816,425.37695,43.3125,80.97598,131.76358,12.482408,2.2954724,14.639935,789.79645,0.09874008,0.37083334,68.75134,12.519821,6.421998,8.017127,15.988483,85.7644,36.87969,131.81937,670.49854,342.89774,2680.6152,2063.955,42.366875,72.26231,6813.3447,10.116112,126.578125,703.3028,224.16563,301.46564,124.105095,798.43335,815.90686,489.66327,27.5,164.40416,666.96497,1255.385,73.808,715.9529,94.138535,1.2250718,50.48868,0.92969465,0.73621917,2.8342063,48.0775,225.779,81.57218,18.0625,1024.2053,304.5625,175.7143,253.5,61.964283,54.0625,32.42917,93.10126,29.28125,320.05383,154.94821,34.359802,40.426735,35.2625,78.40179,83.40625,12.08806,300.68454,86.05499,734.73517,28.448727,1437.009,69.90342,362.8252,626.83685,28.168394,18.98253,777.27924,798.484,1888.0045,159.06126 +2023-10-04 22:00:00,0.0,11846.292,330.64777,72.73045,74.84514,62.076946,279.27313,39.399292,70.09787,26.167925,42.28034,1676.9943,120.18039,24.891031,217.5378,0.32195067,0.21176356,36.22385,0.4462754,0.12797484,626.98376,0.07830358,602.4365,90.36125,0.068636395,0.052418884,195.36606,32.312862,75.15293,116.84229,15087.894,0.06805452,2151.2446,1.3500106,0.06285833,0.119353384,0.10503134,227.03882,289.59036,23.150385,114.89046,39.63676,20.915339,2068.6484,1.6052299,77.27401,37.622402,430.13983,33.235485,463.03836,20.753689,95.79129,0.0,1193.7316,5042.4224,3.1670718,404.1052,69.71843,32361.227,54.87776,3.0815163,21.207476,47.37197,15.369704,3.8408356,23.428534,799.8104,338.427,29.461895,2.4750876,5.990304,174.4356,18.508755,265.97644,172.64893,2405.035,591.2774,119.64626,156.96973,380.26053,5.294611,7.6834292,14.845082,3.0525744,3.0208874,49.654045,62.321312,93.79059,30.008028,36.855152,74.72051,11.104679,3674.3926,28.118965,24.93414,20.027126,15.724117,222.6611,50.81916,25.555107,6.6951447,19.883844,29.073782,100.73284,214.43039,61.185616,210.80447,43.69615,28.192347,134.19595,85.1166,493.23,89.80406,1.8916883,6.4594088,6.3143954,64.159454,13568.86,1.8370637,24.839365,46.48246,22.998487,216.71439,61.334408,107.56458,2.071293,114.039314,426.7246,229.26094,99.17998,425.41476,43.337364,80.94268,131.71101,12.493055,2.2965648,14.645467,789.4632,0.09935974,0.3714731,68.77549,12.517423,6.4256845,8.020241,15.989602,85.81529,36.860115,131.85391,670.6749,343.012,2680.6025,2063.9656,42.351734,72.25527,6808.5635,10.1274395,126.53461,703.1701,224.07762,301.3513,124.07316,798.07166,815.45435,489.61914,27.482334,164.33897,666.4666,1254.4885,73.733864,715.1653,94.04397,1.2258402,50.489086,0.9300582,0.736995,2.8377562,48.0293,225.75426,81.502815,18.064964,1023.313,304.29254,175.56221,253.26076,61.92012,54.06317,32.413532,92.98919,29.268145,319.79672,154.80403,34.354267,40.388283,35.232525,78.33668,83.32047,12.07577,300.4439,85.97851,734.1719,28.42674,1435.841,69.84946,362.96695,626.28827,28.149027,18.977589,776.74634,798.0916,1887.5891,159.34044 +2023-10-04 23:00:00,0.0,11836.388,330.36713,72.744835,74.892494,62.08202,279.34592,39.410683,70.14344,26.171045,42.303295,1676.0027,120.12564,24.89545,217.59592,0.32370377,0.21341653,36.243793,0.4498984,0.1278126,627.4259,0.078257166,602.83997,90.40157,0.06855057,0.052361444,195.60199,32.32765,75.305855,116.90883,15077.037,0.06834096,2152.1182,1.3585377,0.06305386,0.11960144,0.10549563,227.13852,289.6821,23.161283,114.812164,39.637894,20.906218,2067.7424,1.6079689,77.25876,37.600376,430.20917,33.22847,462.94415,20.736395,95.74787,0.0,1193.3517,5040.259,3.1632912,403.92407,69.65795,32347.764,54.847336,3.0782564,21.200665,47.35954,15.357319,3.8385446,23.421947,799.3503,338.16425,29.44932,2.4725668,5.9854894,174.34964,18.48691,265.8979,172.77284,2404.2573,591.45483,119.622696,156.94414,379.84924,5.2946725,7.6842813,14.877918,3.0532293,3.025928,49.611782,62.27556,93.81034,29.992186,36.830402,74.6923,11.105876,3674.035,28.113321,24.93078,20.023727,15.717454,222.59898,50.79851,25.547714,6.6935215,19.872643,29.056387,100.68506,214.3213,61.139984,210.71309,43.6654,28.171488,134.14153,85.08008,492.72418,89.78514,1.8918765,6.456317,6.3131657,64.11026,13556.27,1.8375856,24.820755,46.511795,22.989433,216.63011,61.318817,107.579605,2.0730958,113.994255,426.80563,229.39507,99.10815,425.45255,43.362232,80.90938,131.65845,12.503702,2.2976573,14.650999,789.1299,0.09997941,0.3721129,68.79964,12.515025,6.4293704,8.023355,15.990721,85.86619,36.84054,131.88847,670.8513,343.12622,2680.5896,2063.9763,42.336594,72.24824,6803.782,10.138767,126.4911,703.0375,223.98962,301.23694,124.04123,797.71,815.0018,489.57498,27.46467,164.27379,665.9683,1253.5919,73.65972,714.3777,93.9494,1.2266086,50.489487,0.93042165,0.7377708,2.8413062,47.981102,225.72952,81.43345,18.067429,1022.42065,304.0226,175.41014,253.0215,61.875957,54.063843,32.397896,92.87712,29.255041,319.5396,154.65985,34.34873,40.34983,35.202553,78.27157,83.234695,12.06348,300.20328,85.90202,733.6086,28.404755,1434.6729,69.7955,363.10873,625.7397,28.12966,18.972647,776.2134,797.6992,1887.1736,159.61961 +2023-10-05 00:00:00,0.0,11826.483,330.0865,72.75922,74.93984,62.087097,279.4187,39.422073,70.18902,26.174166,42.32625,1675.011,120.07089,24.89987,217.65402,0.32545683,0.2150695,36.26374,0.4535214,0.12765035,627.8681,0.07821075,603.24347,90.441895,0.06846475,0.052304003,195.8379,32.34243,75.458786,116.975365,15066.182,0.0686274,2152.9917,1.3670646,0.063249394,0.1198495,0.10595992,227.23822,289.77383,23.172184,114.73387,39.63903,20.897097,2066.8364,1.610708,77.24351,37.578346,430.27844,33.22145,462.84995,20.719103,95.70446,0.0,1192.9717,5038.0947,3.1595104,403.74298,69.59747,32334.303,54.816906,3.0749962,21.193855,47.347107,15.344933,3.8362536,23.415361,798.8901,337.9015,29.436745,2.4700458,5.9806747,174.2637,18.465065,265.81934,172.89677,2403.4797,591.63226,119.599106,156.91855,379.43796,5.2947345,7.6851335,14.910754,3.0538843,3.0309684,49.56952,62.229805,93.8301,29.976343,36.805653,74.66409,11.107074,3673.6775,28.107677,24.92742,20.020329,15.710791,222.53687,50.777866,25.540323,6.6918983,19.86144,29.038994,100.637276,214.21222,61.094353,210.6217,43.63465,28.15063,134.08708,85.04355,492.21835,89.76622,1.8920647,6.4532256,6.311936,64.06106,13543.68,1.8381076,24.802143,46.541126,22.98038,216.54584,61.303226,107.59463,2.0748982,113.949196,426.8867,229.5292,99.036316,425.49033,43.387096,80.876076,131.60588,12.514349,2.2987494,14.656531,788.79663,0.10059908,0.37275267,68.823784,12.512627,6.433057,8.026469,15.991839,85.91709,36.82097,131.92303,671.0277,343.24048,2680.577,2063.987,42.321453,72.2412,6799.001,10.150095,126.44758,702.9048,223.90161,301.1226,124.00929,797.3484,814.54926,489.53085,27.447004,164.2086,665.47,1252.6953,73.58558,713.5901,93.854836,1.227377,50.48989,0.9307852,0.73854667,2.844856,47.932903,225.70477,81.36408,18.069893,1021.5283,303.7527,175.25807,252.78226,61.831795,54.064518,32.38226,92.76506,29.241936,319.2825,154.51567,34.343193,40.31138,35.17258,78.20645,83.148926,12.05119,299.96262,85.82554,733.04535,28.38277,1433.5046,69.74154,363.2505,625.1911,28.110292,18.967705,775.6805,797.3068,1886.758,159.89877 +2023-10-05 01:00:00,0.0,11816.579,329.80588,72.7736,74.9872,62.09217,279.49152,39.433464,70.2346,26.177286,42.3492,1674.0194,120.01614,24.904291,217.71214,0.32720992,0.21672246,36.283684,0.45714438,0.1274881,628.31024,0.07816434,603.6469,90.482216,0.068378925,0.052246567,196.07384,32.357216,75.61171,117.0419,15055.325,0.06891384,2153.8652,1.3755915,0.06344493,0.12009756,0.10642421,227.33792,289.86557,23.183083,114.65558,39.640167,20.887976,2065.9304,1.6134472,77.228264,37.55632,430.34778,33.214436,462.75574,20.701809,95.66104,0.0,1192.5918,5035.931,3.1557298,403.56186,69.536995,32320.842,54.78648,3.0717363,21.187044,47.334675,15.332547,3.8339627,23.408775,798.42993,337.63876,29.42417,2.4675248,5.97586,174.17776,18.44322,265.74078,173.02069,2402.7024,591.80963,119.57553,156.89296,379.02667,5.294796,7.685986,14.94359,3.0545392,3.036009,49.527256,62.18405,93.84986,29.960499,36.780903,74.63588,11.108271,3673.3198,28.102034,24.924059,20.01693,15.704126,222.47475,50.757217,25.53293,6.690275,19.850239,29.021599,100.58949,214.10313,61.04872,210.53032,43.603905,28.129772,134.03265,85.00703,491.71252,89.7473,1.8922528,6.4501343,6.3107057,64.01186,13531.09,1.8386295,24.783531,46.57046,22.971323,216.46156,61.287632,107.60965,2.076701,113.90414,426.96774,229.66335,98.96448,425.52814,43.41196,80.84277,131.5533,12.524997,2.299842,14.662064,788.4633,0.101218745,0.37339246,68.84794,12.510228,6.4367433,8.029583,15.992958,85.96799,36.801395,131.9576,671.2041,343.35474,2680.564,2063.9978,42.306313,72.23416,6794.2197,10.161422,126.40407,702.77216,223.81361,301.00824,123.977356,796.9867,814.09674,489.4867,27.429338,164.1434,664.9716,1251.7987,73.51144,712.8025,93.76027,1.2281456,50.49029,0.93114865,0.7393225,2.8484058,47.884705,225.68004,81.294716,18.072357,1020.636,303.48273,175.10599,252.54301,61.787632,54.06519,32.366623,92.65299,29.22883,319.02536,154.37149,34.337654,40.272926,35.14261,78.14134,83.06315,12.0389,299.722,85.749054,732.48206,28.360785,1432.3365,69.68758,363.39227,624.6425,28.090925,18.962763,775.1475,796.9144,1886.3427,160.17795 +2023-10-05 02:00:00,0.0,11806.675,329.52524,72.78798,75.034546,62.097244,279.5643,39.444855,70.28017,26.180405,42.372154,1673.0278,119.961395,24.90871,217.77026,0.328963,0.21837543,36.30363,0.4607674,0.12732586,628.75244,0.07811792,604.05035,90.522545,0.0682931,0.052189127,196.30977,32.372,75.76463,117.10844,15044.469,0.069200285,2154.739,1.3841184,0.06364046,0.12034562,0.1068885,227.43762,289.95734,23.193983,114.577286,39.641304,20.878855,2065.0244,1.6161863,77.21301,37.534294,430.41705,33.20742,462.66153,20.684517,95.61763,0.0,1192.2119,5033.767,3.151949,403.38077,69.47652,32307.379,54.756054,3.0684762,21.180235,47.322243,15.320161,3.8316717,23.40219,797.9697,337.376,29.411596,2.4650037,5.9710455,174.09183,18.421375,265.66223,173.14462,2401.9248,591.98706,119.551956,156.86737,378.61536,5.2948575,7.686838,14.976427,3.0551941,3.0410497,49.484993,62.138298,93.86962,29.944656,36.75615,74.60767,11.109468,3672.9624,28.096388,24.920698,20.01353,15.697463,222.41263,50.73657,25.525537,6.688652,19.839037,29.004206,100.54171,213.99405,61.00309,210.43893,43.573154,28.108915,133.97821,84.9705,491.2067,89.72837,1.892441,6.447043,6.309476,63.962666,13518.499,1.8391514,24.764921,46.599796,22.962269,216.37727,61.27204,107.62468,2.0785036,113.85908,427.04877,229.79749,98.89265,425.56592,43.43683,80.80947,131.50073,12.535644,2.3009343,14.667595,788.13007,0.10183841,0.37403226,68.872086,12.50783,6.4404297,8.032697,15.994076,86.01888,36.781822,131.99216,671.3805,343.46896,2680.5513,2064.0085,42.291172,72.22713,6789.4385,10.1727495,126.36055,702.6395,223.72562,300.8939,123.94543,796.62506,813.6442,489.44254,27.411674,164.07822,664.4733,1250.9021,73.437294,712.0149,93.665695,1.228914,50.490692,0.9315122,0.7400983,2.8519557,47.836506,225.65529,81.22534,18.074821,1019.74365,303.2128,174.95392,252.30376,61.74347,54.06586,32.350986,92.540924,29.215725,318.76825,154.22731,34.33212,40.234474,35.112633,78.07623,82.97737,12.02661,299.48135,85.67257,731.91876,28.338799,1431.1683,69.63362,363.53406,624.0939,28.071558,18.95782,774.6146,796.52203,1885.9271,160.45712 +2023-10-05 03:00:00,0.0,11796.77,329.2446,72.80236,75.081894,62.102318,279.6371,39.456245,70.325745,26.183525,42.39511,1672.0361,119.90665,24.91313,217.82837,0.33071607,0.2200284,36.323574,0.46439037,0.12716362,629.1946,0.078071505,604.4538,90.56287,0.06820728,0.052131686,196.54568,32.386787,75.917564,117.17497,15033.613,0.06948672,2155.6125,1.3926454,0.06383599,0.12059368,0.10735279,227.53732,290.04907,23.204884,114.49899,39.642437,20.869734,2064.1187,1.6189253,77.19776,37.512264,430.4864,33.200405,462.5673,20.667223,95.57421,0.0,1191.832,5031.603,3.1481683,403.19965,69.41604,32293.918,54.725624,3.0652163,21.173424,47.30981,15.3077755,3.8293808,23.395603,797.5095,337.11325,29.399021,2.462483,5.966231,174.00589,18.39953,265.5837,173.26855,2401.1472,592.1645,119.52837,156.84178,378.20407,5.2949195,7.6876903,15.009263,3.055849,3.0460904,49.44273,62.092545,93.88937,29.928812,36.7314,74.57946,11.110665,3672.6047,28.090744,24.91734,20.010132,15.6908,222.35052,50.71592,25.518145,6.687029,19.827835,28.98681,100.49393,213.88496,60.95746,210.34753,43.542404,28.088057,133.92377,84.933975,490.70087,89.70945,1.8926291,6.4439516,6.308246,63.91347,13505.909,1.8396734,24.74631,46.62913,22.953213,216.293,61.25645,107.6397,2.080306,113.81401,427.12982,229.93161,98.820816,425.6037,43.461693,80.77618,131.44817,12.54629,2.3020267,14.673127,787.79675,0.102458075,0.37467203,68.89623,12.505432,6.444116,8.035811,15.995194,86.06978,36.76225,132.02672,671.5569,343.58322,2680.5383,2064.019,42.27603,72.22009,6784.657,10.184077,126.31704,702.50684,223.6376,300.77954,123.91349,796.2634,813.19165,489.3984,27.394009,164.01303,663.975,1250.0055,73.36315,711.2273,93.57113,1.2296824,50.491096,0.93187565,0.7408741,2.8555055,47.788307,225.63055,81.155975,18.077286,1018.85126,302.94287,174.80185,252.06451,61.699306,54.066532,32.33535,92.42886,29.202621,318.51114,154.08313,34.32658,40.196022,35.08266,78.01112,82.891594,12.01432,299.24072,85.596085,731.3555,28.316813,1430.0002,69.57966,363.6758,623.5453,28.052193,18.952879,774.08167,796.12964,1885.5116,160.7363 +2023-10-05 04:00:00,0.0,11786.865,328.964,72.81674,75.12925,62.10739,279.7099,39.467636,70.37132,26.186646,42.418064,1671.0446,119.8519,24.917551,217.88649,0.33246917,0.22168137,36.34352,0.46801335,0.12700137,629.6367,0.07802509,604.85724,90.60319,0.06812146,0.052074246,196.78162,32.40157,76.07049,117.24151,15022.757,0.06977317,2156.486,1.4011723,0.06403152,0.12084174,0.10781708,227.63704,290.1408,23.215782,114.4207,39.643574,20.860613,2063.2126,1.6216644,77.18252,37.49024,430.55566,33.193386,462.47308,20.649931,95.5308,0.0,1191.452,5029.4395,3.1443875,403.01855,69.35555,32280.455,54.695198,3.0619562,21.166615,47.29738,15.29539,3.8270898,23.389017,797.0494,336.85052,29.386446,2.459962,5.9614162,173.91995,18.377686,265.50516,173.39247,2400.3696,592.3419,119.50479,156.8162,377.7928,5.294981,7.6885424,15.042099,3.056504,3.0511308,49.40047,62.04679,93.909134,29.91297,36.70665,74.551254,11.111862,3672.2473,28.0851,24.913979,20.006733,15.684135,222.2884,50.69527,25.510754,6.685406,19.816633,28.969418,100.446144,213.77588,60.911827,210.25615,43.511654,28.0672,133.86934,84.897446,490.19504,89.69053,1.8928174,6.4408603,6.3070164,63.864273,13493.318,1.8401953,24.7277,46.658466,22.944159,216.20872,61.24086,107.654724,2.0821087,113.76895,427.21088,230.06575,98.74898,425.6415,43.48656,80.742874,131.39558,12.556938,2.3031192,14.678659,787.4635,0.10307774,0.37531182,68.92038,12.503034,6.4478025,8.038925,15.996313,86.12068,36.742676,132.06128,671.7333,343.69748,2680.5256,2064.0298,42.260887,72.21306,6779.876,10.195405,126.27352,702.3742,223.5496,300.6652,123.88155,795.9018,812.73914,489.35425,27.376343,163.94785,663.4766,1249.109,73.28901,710.4397,93.47656,1.2304509,50.491497,0.9322392,0.7416499,2.8590555,47.74011,225.6058,81.08661,18.07975,1017.9589,302.67294,174.64978,251.82527,61.655144,54.067204,32.319714,92.316795,29.189516,318.25403,153.93895,34.321045,40.15757,35.05269,77.94601,82.805824,12.00203,299.00006,85.5196,730.79224,28.294827,1428.832,69.525696,363.8176,622.9967,28.032825,18.947937,773.54877,795.73724,1885.0961,161.01546 +2023-10-05 05:00:00,0.0,11776.961,328.68335,72.83112,75.1766,62.112465,279.78268,39.479027,70.41689,26.189766,42.441017,1670.053,119.79715,24.92197,217.94461,0.33422223,0.22333433,36.36347,0.47163635,0.12683913,630.0789,0.07797867,605.2607,90.64351,0.06803564,0.05201681,197.01755,32.416355,76.22342,117.308044,15011.901,0.070059605,2157.3596,1.4096993,0.06422705,0.1210898,0.10828137,227.73674,290.23254,23.226683,114.34241,39.64471,20.851492,2062.3066,1.6244035,77.16727,37.46821,430.625,33.18637,462.37888,20.632637,95.48738,0.0,1191.0721,5027.2754,3.1406069,402.83743,69.295074,32266.994,54.664772,3.0586963,21.159805,47.28495,15.283004,3.8247988,23.382431,796.5892,336.58777,29.37387,2.4574409,5.9566016,173.83401,18.35584,265.4266,173.5164,2399.592,592.51935,119.48122,156.7906,377.3815,5.295043,7.689395,15.074935,3.057159,3.0561714,49.358208,62.001038,93.928894,29.897127,36.6819,74.52305,11.11306,3671.89,28.079456,24.910618,20.003336,15.677472,222.22629,50.674625,25.50336,6.683783,19.805431,28.952023,100.39836,213.66681,60.866196,210.16476,43.480904,28.04634,133.8149,84.86092,489.6892,89.6716,1.8930055,6.437769,6.3057866,63.815075,13480.729,1.8407173,24.709087,46.6878,22.935102,216.12445,61.22527,107.66975,2.0839112,113.72389,427.2919,230.19989,98.67715,425.6793,43.511425,80.70957,131.34302,12.567585,2.3042116,14.684192,787.1302,0.10369741,0.37595162,68.94453,12.500635,6.451489,8.042039,15.997432,86.17158,36.723103,132.09584,671.90967,343.8117,2680.5127,2064.0405,42.245747,72.20602,6775.094,10.206733,126.23,702.2415,223.4616,300.55084,123.84962,795.5401,812.2866,489.31012,27.358679,163.88266,662.97833,1248.2124,73.21487,709.65204,93.381996,1.2312193,50.4919,0.9326027,0.7424258,2.8626053,47.69191,225.58107,81.01724,18.082214,1017.0666,302.40298,174.4977,251.58603,61.61098,54.067875,32.304077,92.204735,29.17641,317.99692,153.79477,34.315506,40.119118,35.022713,77.8809,82.72005,11.989739,298.75943,85.443115,730.22894,28.27284,1427.664,69.47173,363.95935,622.4481,28.013458,18.942995,773.0158,795.34485,1884.6807,161.29463 +2023-10-05 06:00:00,0.0,11767.057,328.4027,72.845505,75.22395,62.11754,279.85547,39.490417,70.46247,26.192884,42.463974,1669.0613,119.7424,24.92639,218.00272,0.33597532,0.2249873,36.38341,0.47525933,0.12667689,630.52106,0.07793225,605.6641,90.68384,0.06794982,0.05195937,197.25346,32.43114,76.37634,117.37458,15001.045,0.07034605,2158.2332,1.4182262,0.064422585,0.12133786,0.10874566,227.83644,290.32428,23.237581,114.264114,39.645847,20.842371,2061.4006,1.6271425,77.152016,37.446182,430.6943,33.179356,462.28467,20.615343,95.44397,0.0,1190.6921,5025.1113,3.136826,402.65634,69.2346,32253.533,54.634342,3.0554361,21.152994,47.27252,15.270618,3.8225076,23.375845,796.129,336.32504,29.361296,2.45492,5.951787,173.74808,18.333996,265.34805,173.64032,2398.8145,592.6968,119.457634,156.76501,376.9702,5.2951045,7.690247,15.107772,3.057814,3.061212,49.315945,61.955284,93.94865,29.881283,36.65715,74.494835,11.114257,3671.5322,28.07381,24.907259,19.999937,15.670809,222.16417,50.653976,25.495968,6.68216,19.79423,28.93463,100.35058,213.55772,60.820564,210.07338,43.450157,28.025484,133.76047,84.824394,489.18338,89.65268,1.8931937,6.4346776,6.304557,63.765877,13468.139,1.8412392,24.690477,46.717136,22.926048,216.04016,61.20968,107.68477,2.0857139,113.67883,427.37296,230.33401,98.605316,425.71707,43.53629,80.67627,131.29045,12.578233,2.305304,14.689724,786.79694,0.10431708,0.37659138,68.96867,12.498238,6.455175,8.045154,15.99855,86.22247,36.70353,132.1304,672.08606,343.92596,2680.5,2064.0513,42.230606,72.19898,6770.313,10.2180605,126.18649,702.1089,223.3736,300.4365,123.81769,795.17847,811.8341,489.26596,27.341013,163.81747,662.48,1247.3158,73.14073,708.86444,93.28743,1.2319877,50.492302,0.9329662,0.7432016,2.8661551,47.64371,225.55632,80.947876,18.084679,1016.17426,302.13306,174.34563,251.34677,61.56682,54.06855,32.28844,92.09267,29.163307,317.7398,153.65057,34.30997,40.080666,34.99274,77.81579,82.63427,11.977449,298.5188,85.36663,729.6657,28.250856,1426.4957,69.41778,364.10114,621.89954,27.994091,18.938053,772.4829,794.95245,1884.2651,161.5738 +2023-10-05 07:00:00,0.0,11757.152,328.12207,72.859886,75.2713,62.122612,279.92828,39.50181,70.50805,26.196005,42.486927,1668.0697,119.68765,24.93081,218.06084,0.33772838,0.22664027,36.40336,0.47888234,0.12651464,630.96326,0.077885844,606.0676,90.72416,0.06786399,0.05190193,197.4894,32.445927,76.529274,117.44112,14990.188,0.07063249,2159.1067,1.4267532,0.06461812,0.12158593,0.10920995,227.93614,290.41605,23.248482,114.18582,39.64698,20.83325,2060.4946,1.6298816,77.13677,37.424152,430.7636,33.17234,462.19046,20.598051,95.40055,0.0,1190.3123,5022.9478,3.1330454,402.47525,69.17412,32240.07,54.603916,3.0521762,21.146185,47.260082,15.258233,3.8202167,23.369259,795.6688,336.0623,29.34872,2.452399,5.9469724,173.66212,18.312151,265.2695,173.76425,2398.0369,592.87415,119.43405,156.73943,376.5589,5.2951665,7.691099,15.140608,3.0584688,3.0662525,49.27368,61.909534,93.96841,29.86544,36.6324,74.46663,11.115454,3671.1748,28.068167,24.903898,19.996538,15.6641445,222.10205,50.633327,25.488575,6.6805367,19.783028,28.917234,100.302795,213.44864,60.774933,209.98198,43.419407,28.004625,133.70602,84.78787,488.67755,89.63376,1.8933818,6.431586,6.303327,63.716682,13455.548,1.8417612,24.671865,46.74647,22.916994,215.95589,61.194084,107.69979,2.0875163,113.63377,427.454,230.46815,98.53348,425.75488,43.561157,80.64297,131.23787,12.58888,2.3063965,14.695256,786.4636,0.10493674,0.37723118,68.99282,12.495839,6.4588614,8.048267,15.999668,86.27337,36.683956,132.16496,672.2624,344.04022,2680.487,2064.062,42.215466,72.19195,6765.5317,10.229388,126.142975,701.9762,223.28558,300.32214,123.78575,794.81683,811.38153,489.22183,27.323349,163.75227,661.9816,1246.4192,73.06659,708.07684,93.192856,1.2327563,50.492706,0.9333297,0.7439774,2.869705,47.595512,225.53159,80.87851,18.087143,1015.2819,301.86313,174.19356,251.10753,61.522655,54.06922,32.272808,91.9806,29.150202,317.4827,153.5064,34.304432,40.042213,34.96277,77.75067,82.5485,11.965159,298.27817,85.290146,729.1024,28.22887,1425.3276,69.363815,364.2429,621.35095,27.974724,18.933111,771.94995,794.56006,1883.8496,161.85298 +2023-10-05 08:00:00,0.0,11747.248,327.84146,72.87427,75.31866,62.127686,280.00107,39.5132,70.55362,26.199125,42.50988,1667.078,119.632904,24.93523,218.11894,0.33948147,0.22829324,36.4233,0.48250532,0.1263524,631.4054,0.07783943,606.47107,90.76448,0.06777817,0.05184449,197.72531,32.460712,76.6822,117.50765,14979.333,0.07091893,2159.9802,1.4352801,0.06481365,0.12183399,0.10967423,228.03584,290.50778,23.259382,114.10753,39.648117,20.824131,2059.5886,1.6326207,77.12152,37.402126,430.8329,33.16532,462.09625,20.580757,95.35714,0.0,1189.9324,5020.7837,3.1292646,402.29413,69.11364,32226.61,54.57349,3.048916,21.139374,47.24765,15.245847,3.8179257,23.362673,795.2087,335.79953,29.336145,2.449878,5.942158,173.57619,18.290306,265.19095,173.88817,2397.2595,593.0516,119.41048,156.71384,376.1476,5.295228,7.6919518,15.173444,3.0591238,3.071293,49.23142,61.863777,93.98817,29.849596,36.60765,74.438416,11.116652,3670.8171,28.062523,24.900537,19.99314,15.657481,222.03993,50.61268,25.481182,6.6789136,19.771826,28.899841,100.25502,213.33955,60.7293,209.8906,43.388657,27.983768,133.6516,84.75135,488.17172,89.61484,1.8935701,6.4284945,6.302097,63.667484,13442.958,1.8422831,24.653254,46.775806,22.907938,215.87161,61.178493,107.71481,2.089319,113.588715,427.53503,230.6023,98.46165,425.79266,43.58602,80.609665,131.1853,12.599526,2.307489,14.7007885,786.1304,0.105556406,0.37787095,69.016975,12.493441,6.462548,8.051382,16.000788,86.32427,36.664383,132.19952,672.4388,344.15445,2680.4744,2064.0728,42.200325,72.18491,6760.7505,10.240716,126.099464,701.84357,223.19759,300.2078,123.753815,794.4552,810.929,489.17767,27.305683,163.68709,661.48334,1245.5226,72.99245,707.28925,93.09829,1.2335247,50.493107,0.9336932,0.74475324,2.8732548,47.547314,225.50684,80.80914,18.089605,1014.3896,301.59317,174.04147,250.86829,61.478493,54.069893,32.25717,91.86854,29.137096,317.2256,153.36221,34.298897,40.00376,34.932796,77.68556,82.46272,11.952869,298.03754,85.21366,728.5391,28.206884,1424.1595,69.30985,364.38467,620.80237,27.955357,18.92817,771.41705,794.16766,1883.4341,162.13214 +2023-10-05 09:00:00,0.0,11737.344,327.56082,72.88865,75.366005,62.13276,280.07385,39.52459,70.5992,26.202246,42.532837,1666.0864,119.578156,24.93965,218.17706,0.34123453,0.22994621,36.44325,0.4861283,0.12619016,631.8476,0.07779301,606.8745,90.80481,0.06769235,0.051787052,197.96124,32.475494,76.83513,117.57419,14968.477,0.07120537,2160.854,1.443807,0.065009184,0.12208205,0.11013852,228.13554,290.59952,23.27028,114.029236,39.649254,20.81501,2058.6826,1.6353598,77.10627,37.380096,430.90222,33.158306,462.00204,20.563465,95.31372,0.0,1189.5525,5018.62,3.125484,402.11304,69.05316,32213.146,54.54306,3.0456562,21.132565,47.23522,15.233461,3.8156347,23.356087,794.7485,335.5368,29.32357,2.4473572,5.9373436,173.49025,18.268461,265.1124,174.0121,2396.482,593.229,119.386894,156.68825,375.73633,5.29529,7.692804,15.20628,3.0597787,3.0763338,49.189156,61.818027,94.00793,29.833754,36.5829,74.41021,11.117848,3670.4597,28.056879,24.897177,19.98974,15.650818,221.97783,50.59203,25.473791,6.6772904,19.760624,28.882446,100.20724,213.23047,60.683666,209.79921,43.357906,27.96291,133.59715,84.71482,487.6659,89.59591,1.8937582,6.425403,6.300867,63.618286,13430.367,1.8428051,24.634644,46.80514,22.898884,215.78732,61.162903,107.729836,2.0911214,113.54365,427.6161,230.73643,98.38982,425.83044,43.610886,80.57636,131.13274,12.610174,2.3085814,14.706321,785.79706,0.10617607,0.37851074,69.04112,12.491042,6.466234,8.054496,16.001905,86.37517,36.64481,132.23409,672.6152,344.2687,2680.4614,2064.0833,42.185184,72.17787,6755.969,10.252043,126.05595,701.71094,223.10959,300.09344,123.721886,794.0935,810.4765,489.13354,27.288017,163.6219,660.985,1244.626,72.918304,706.50165,93.00372,1.2342931,50.49351,0.9340567,0.74552906,2.8768048,47.499115,225.4821,80.73978,18.09207,1013.4972,301.32324,173.8894,250.62903,61.43433,54.070564,32.241535,91.75647,29.123991,316.96848,153.21803,34.293358,39.96531,34.90282,77.62045,82.376945,11.940579,297.79688,85.13718,727.9759,28.184898,1422.9913,69.2559,364.52643,620.2538,27.93599,18.923227,770.8841,793.77527,1883.0187,162.41132 +2023-10-05 10:00:00,0.0,11727.439,327.28018,72.90303,75.41335,62.137836,280.14667,39.53598,70.644775,26.205364,42.55579,1665.0948,119.52341,24.94407,218.23518,0.34298763,0.23159917,36.463192,0.4897513,0.12602791,632.28973,0.07774659,607.27795,90.84513,0.06760652,0.051729612,198.19717,32.49028,76.98805,117.640724,14957.621,0.071491815,2161.7275,1.4523339,0.06520472,0.12233011,0.11060281,228.23526,290.69125,23.281181,113.95094,39.65039,20.80589,2057.7769,1.6380988,77.09103,37.35807,430.97153,33.15129,461.90784,20.546171,95.27031,0.0,1189.1726,5016.456,3.1217031,401.93192,68.99268,32199.686,54.512634,3.042396,21.125755,47.22279,15.221075,3.8133438,23.3495,794.28827,335.27405,29.310995,2.4448361,5.932529,173.40431,18.246614,265.03384,174.13602,2395.7043,593.40643,119.36331,156.66267,375.32504,5.2953515,7.693656,15.239116,3.0604336,3.0813744,49.146893,61.772274,94.02768,29.81791,36.55815,74.381996,11.119045,3670.102,28.051233,24.893818,19.986341,15.644154,221.91571,50.571384,25.466398,6.675668,19.749422,28.865053,100.159454,213.12138,60.638035,209.70782,43.32716,27.942053,133.54271,84.6783,487.16006,89.57699,1.8939464,6.422312,6.2996373,63.569088,13417.777,1.843327,24.616032,46.834476,22.889828,215.70305,61.147312,107.74486,2.092924,113.49859,427.69714,230.87056,98.31798,425.86826,43.635754,80.54306,131.08015,12.620821,2.3096738,14.711853,785.4638,0.10679574,0.37915054,69.06527,12.488645,6.4699206,8.05761,16.003023,86.42606,36.625237,132.26865,672.79156,344.38297,2680.4487,2064.094,42.17004,72.17084,6751.188,10.2633705,126.012436,701.57825,223.02158,299.9791,123.68995,793.7319,810.024,489.0894,27.270353,163.55672,660.48663,1243.7295,72.84416,705.71405,92.90916,1.2350615,50.49391,0.93442017,0.7463049,2.8803546,47.450916,225.45735,80.6704,18.094534,1012.60486,301.0533,173.73734,250.38979,61.390167,54.071236,32.2259,91.6444,29.110888,316.71136,153.07385,34.287823,39.926857,34.87285,77.55534,82.29117,11.928289,297.55624,85.06069,727.4126,28.162912,1421.8232,69.201935,364.6682,619.7052,27.916624,18.918285,770.3512,793.3829,1882.6031,162.69049 +2023-10-05 11:00:00,0.0,11717.535,326.99957,72.91741,75.46071,62.14291,280.21945,39.54737,70.690346,26.208485,42.578743,1664.1031,119.46866,24.94849,218.29329,0.34474072,0.23325214,36.48314,0.4933743,0.12586567,632.73193,0.077700175,607.6814,90.88545,0.0675207,0.05167217,198.43309,32.505066,77.14098,117.70726,14946.765,0.07177825,2162.601,1.460861,0.06540025,0.12257817,0.1110671,228.33496,290.783,23.29208,113.87265,39.651524,20.796768,2056.8708,1.6408379,77.075775,37.33604,431.04083,33.144276,461.8136,20.52888,95.22689,0.0,1188.7927,5014.292,3.1179225,401.75082,68.932205,32186.225,54.48221,3.0391362,21.118944,47.210358,15.20869,3.8110528,23.342915,793.8281,335.0113,29.298422,2.442315,5.9277143,173.31837,18.22477,264.95532,174.25995,2394.9268,593.58386,119.33974,156.63708,374.91376,5.295413,7.694508,15.271953,3.0610886,3.0864148,49.10463,61.72652,94.04744,29.802067,36.5334,74.35379,11.120243,3669.7446,28.04559,24.890457,19.982943,15.63749,221.85359,50.550735,25.459005,6.6740446,19.73822,28.847658,100.11167,213.0123,60.592403,209.61644,43.29641,27.921194,133.48828,84.64177,486.65424,89.55807,1.8941345,6.4192204,6.2984076,63.51989,13405.1875,1.8438491,24.597422,46.86381,22.880774,215.61877,61.13172,107.75988,2.0947266,113.45353,427.77817,231.0047,98.24615,425.90604,43.660618,80.509766,131.02759,12.631468,2.3107662,14.717385,785.1305,0.10741541,0.3797903,69.08942,12.486246,6.473607,8.060724,16.004143,86.47696,36.605663,132.3032,672.9679,344.4972,2680.4358,2064.1047,42.1549,72.1638,6746.4067,10.274698,125.96892,701.4456,222.93358,299.86475,123.65801,793.37024,809.5714,489.04526,27.252687,163.49153,659.98834,1242.8329,72.77002,704.92645,92.81459,1.23583,50.494316,0.9347837,0.74708074,2.8839045,47.402718,225.43262,80.601036,18.096998,1011.7125,300.78336,173.58525,250.15054,61.346004,54.071907,32.210262,91.53234,29.097782,316.45425,152.92967,34.282284,39.888405,34.842876,77.49023,82.2054,11.915999,297.3156,84.98421,726.8493,28.140926,1420.655,69.14797,364.80997,619.1566,27.897257,18.913343,769.81824,792.9905,1882.1876,162.96967 +2023-10-05 12:00:00,0.0,11707.631,326.71893,72.93179,75.50806,62.147984,280.29224,39.55876,70.73592,26.211605,42.6017,1663.1116,119.41391,24.95291,218.35141,0.34649378,0.23490511,36.503082,0.4969973,0.12570342,633.1741,0.077653766,608.08484,90.92577,0.067434885,0.05161473,198.66902,32.51985,77.29391,117.7738,14935.908,0.0720647,2163.4746,1.4693879,0.06559578,0.122826226,0.11153139,228.43466,290.87473,23.30298,113.79436,39.65266,20.787647,2055.9648,1.6435771,77.060524,37.314014,431.1101,33.137257,461.7194,20.511585,95.18348,0.0,1188.4127,5012.1284,3.1141417,401.5697,68.87173,32172.762,54.45178,3.035876,21.112135,47.197926,15.196304,3.8087618,23.336329,793.3679,334.74857,29.285847,2.439794,5.9228997,173.23244,18.202925,264.87677,174.38387,2394.1492,593.7613,119.31616,156.6115,374.50247,5.295475,7.6953607,15.304789,3.0617435,3.0914555,49.062366,61.680767,94.0672,29.786224,36.50865,74.32558,11.12144,3669.3872,28.039946,24.887096,19.979546,15.630827,221.79147,50.530087,25.451612,6.6724215,19.727018,28.830265,100.06389,212.90323,60.546772,209.52504,43.26566,27.900337,133.43384,84.60525,486.1484,89.53915,1.8943228,6.416129,6.297178,63.470695,13392.597,1.844371,24.57881,46.893143,22.87172,215.5345,61.116127,107.7749,2.0965292,113.40847,427.85922,231.13884,98.17431,425.94382,43.685482,80.47646,130.97502,12.642116,2.3118587,14.722918,784.79724,0.10803507,0.3804301,69.11356,12.483848,6.4772935,8.063838,16.00526,86.52786,36.58609,132.33777,673.1443,344.61145,2680.423,2064.1155,42.13976,72.15677,6741.6255,10.286026,125.9254,701.3129,222.84557,299.7504,123.62608,793.0086,809.1189,489.0011,27.235023,163.42633,659.49,1241.9363,72.69588,704.13885,92.720024,1.2365984,50.494717,0.93514717,0.74785656,2.8874543,47.35452,225.40787,80.53167,18.099463,1010.8202,300.51343,173.43318,249.91129,61.30184,54.072582,32.194626,91.42027,29.084677,316.1971,152.78549,34.27675,39.849957,34.812904,77.42512,82.11962,11.903709,297.07498,84.90772,726.2861,28.11894,1419.4869,69.09402,364.95175,618.60803,27.87789,18.908401,769.28534,792.5981,1881.7722,163.24883 +2023-10-05 13:00:00,0.0,11697.727,326.4383,72.946175,75.55541,62.153057,280.36505,39.570152,70.7815,26.214725,42.624653,1662.12,119.35916,24.95733,218.40953,0.34824687,0.23655808,36.52303,0.5006203,0.12554118,633.6162,0.07760735,608.48834,90.9661,0.06734906,0.051557295,198.90495,32.534637,77.44684,117.84034,14925.053,0.072351135,2164.3481,1.4779148,0.06579132,0.123074286,0.11199568,228.53436,290.9665,23.31388,113.716064,39.653797,20.778526,2055.0588,1.6463162,77.04528,37.291985,431.17944,33.13024,461.62518,20.494291,95.14006,0.0,1188.0327,5009.9644,3.110361,401.3886,68.81125,32159.3,54.421352,3.0326161,21.105324,47.185493,15.183918,3.8064709,23.329742,792.9078,334.4858,29.273272,2.4372733,5.918085,173.1465,18.18108,264.79822,174.5078,2393.3716,593.93866,119.29257,156.5859,374.09116,5.2955365,7.696213,15.337625,3.0623984,3.096496,49.020103,61.635017,94.08696,29.77038,36.483902,74.29737,11.122637,3669.0295,28.034302,24.883736,19.976147,15.624163,221.72935,50.509438,25.44422,6.6707983,19.715816,28.81287,100.016106,212.79414,60.50114,209.43365,43.23491,27.879478,133.37941,84.56872,485.64258,89.52022,1.8945109,6.413038,6.295948,63.421497,13380.007,1.844893,24.560198,46.922478,22.862663,215.45021,61.100536,107.78993,2.0983317,113.36341,427.94028,231.27296,98.10248,425.98163,43.71035,80.44316,130.92244,12.652762,2.312951,14.72845,784.4639,0.10865474,0.3810699,69.13771,12.481449,6.4809794,8.066952,16.006378,86.57876,36.566517,132.37233,673.3207,344.72568,2680.4102,2064.1262,42.12462,72.149734,6736.844,10.297354,125.88189,701.1803,222.75757,299.63605,123.59415,792.6469,808.6664,488.95697,27.217358,163.36115,658.99164,1241.0397,72.62174,703.35126,92.62545,1.2373669,50.49512,0.9355107,0.7486324,2.891004,47.30632,225.38313,80.4623,18.101927,1009.92786,300.2435,173.28111,249.67204,61.25768,54.073254,32.17899,91.308205,29.071573,315.94,152.64131,34.27121,39.811504,34.78293,77.36001,82.033844,11.891419,296.83432,84.83124,725.7228,28.096956,1418.3187,69.040054,365.0935,618.0594,27.858522,18.90346,768.7524,792.2057,1881.3567,163.528 +2023-10-05 14:00:00,0.0,11687.822,326.15765,72.960556,75.60276,62.15813,280.43784,39.581543,70.82707,26.217846,42.647606,1661.1283,119.30441,24.96175,218.46764,0.34999993,0.23821104,36.542973,0.50424325,0.12537894,634.0584,0.07756093,608.8918,91.006424,0.06726324,0.051499855,199.14087,32.54942,77.59976,117.906876,14914.196,0.07263758,2165.2217,1.4864417,0.06598685,0.123322345,0.11245997,228.63406,291.05823,23.32478,113.63777,39.65493,20.769405,2054.1528,1.6490552,77.03003,37.26996,431.24875,33.123226,461.53098,20.477,95.09665,0.0,1187.6528,5007.8003,3.1065803,401.20752,68.75077,32145.84,54.390926,3.029356,21.098515,47.17306,15.171533,3.80418,23.323156,792.4476,334.22308,29.260696,2.4347522,5.9132705,173.06056,18.159235,264.71967,174.63171,2392.594,594.1161,119.269,156.56032,373.67987,5.2955985,7.697065,15.3704605,3.0630534,3.1015368,48.97784,61.58926,94.10671,29.754538,36.459152,74.269165,11.123835,3668.672,28.028656,24.880377,19.972748,15.617499,221.66724,50.48879,25.436829,6.669175,19.704615,28.795477,99.96832,212.68506,60.45551,209.34227,43.20416,27.858622,133.32497,84.532196,485.13675,89.5013,1.8946991,6.4099464,6.294718,63.3723,13367.417,1.8454149,24.541588,46.951813,22.85361,215.36594,61.084946,107.804955,2.1001344,113.31835,428.0213,231.4071,98.03065,426.0194,43.735214,80.40986,130.86987,12.663409,2.3140435,14.733982,784.1307,0.1092744,0.38170967,69.161865,12.479052,6.484666,8.070066,16.007498,86.629654,36.546944,132.40688,673.4971,344.83994,2680.3975,2064.1367,42.109478,72.14269,6732.063,10.3086815,125.83837,701.0476,222.66956,299.5217,123.56221,792.2853,808.2138,488.9128,27.199692,163.29596,658.49335,1240.1431,72.5476,702.56366,92.53088,1.2381353,50.49552,0.93587416,0.7494082,2.8945541,47.258118,225.35838,80.39294,18.104391,1009.0355,299.97357,173.12904,249.4328,61.213516,54.073925,32.163353,91.196144,29.058468,315.6829,152.49713,34.265675,39.773052,34.752956,77.29489,81.948074,11.879129,296.5937,84.75475,725.1595,28.07497,1417.1506,68.98609,365.2353,617.5108,27.839155,18.898518,768.2195,791.8133,1880.9412,163.80717 +2023-10-05 15:00:00,0.0,11677.918,325.87704,72.97494,75.650116,62.163204,280.51062,39.592934,70.87265,26.220964,42.670563,1660.1367,119.249664,24.96617,218.52576,0.35175303,0.239864,36.56292,0.50786626,0.1252167,634.50055,0.077514514,609.2952,91.046745,0.067177415,0.051442415,199.3768,32.564205,77.752686,117.97341,14903.341,0.07292402,2166.0952,1.4949687,0.06618238,0.123570405,0.11292426,228.73378,291.14996,23.33568,113.55948,39.656067,20.760284,2053.2468,1.6517943,77.01478,37.24793,431.31805,33.11621,461.43677,20.459705,95.05323,0.0,1187.273,5005.6367,3.1027997,401.0264,68.69029,32132.377,54.360497,3.026096,21.091703,47.16063,15.159147,3.801889,23.31657,791.9874,333.96033,29.248121,2.4322312,5.908456,172.97461,18.13739,264.6411,174.75565,2391.8167,594.2935,119.24542,156.53473,373.2686,5.29566,7.6979175,15.403296,3.0637083,3.1065772,48.935577,61.54351,94.12647,29.738693,36.434402,74.24095,11.125031,3668.3145,28.023012,24.877016,19.969349,15.610836,221.60513,50.46814,25.429436,6.667552,19.693413,28.778082,99.92054,212.57597,60.409878,209.25089,43.173412,27.837765,133.27052,84.49567,484.63092,89.482376,1.8948872,6.4068546,6.293488,63.3231,13354.826,1.8459368,24.522976,46.981148,22.844553,215.28166,61.069355,107.81998,2.1019368,113.273285,428.10236,231.54124,97.95881,426.0572,43.760082,80.37656,130.8173,12.674057,2.315136,14.739514,783.79736,0.109894074,0.38234946,69.18601,12.476653,6.4883523,8.07318,16.008615,86.68055,36.52737,132.44144,673.67346,344.9542,2680.3845,2064.1475,42.094337,72.13566,6727.2817,10.320009,125.79486,700.915,222.58156,299.40735,123.53027,791.92365,807.7613,488.86865,27.182028,163.23077,657.995,1239.2465,72.47346,701.77606,92.43632,1.2389038,50.495926,0.9362377,0.750184,2.898104,47.20992,225.33365,80.32357,18.106855,1008.1432,299.7036,172.97696,249.19354,61.169353,54.074596,32.147717,91.084076,29.045362,315.42578,152.35294,34.260136,39.7346,34.722984,77.22978,81.8623,11.866839,296.35306,84.67827,724.5962,28.052984,1415.9824,68.93213,365.37708,616.9622,27.819788,18.893576,767.6865,791.4209,1880.5256,164.08635 +2023-10-05 16:00:00,0.0,11668.014,325.5964,72.98933,75.697464,62.168278,280.58344,39.604324,70.91823,26.224085,42.693516,1659.1451,119.194916,24.97059,218.58386,0.3535061,0.24151698,36.582863,0.5114893,0.12505445,634.94275,0.0774681,609.69867,91.08707,0.06709159,0.051384974,199.61273,32.57899,77.90562,118.03995,14892.484,0.07321046,2166.969,1.5034956,0.066377915,0.123818465,0.11338855,228.83348,291.2417,23.346579,113.481186,39.657204,20.751163,2052.3408,1.6545334,76.999535,37.225903,431.3874,33.109196,461.34256,20.442413,95.00982,0.0,1186.8931,5003.4727,3.0990188,400.8453,68.629814,32118.916,54.33007,3.022836,21.084894,47.148197,15.146761,3.7995977,23.309984,791.5272,333.69757,29.235546,2.4297104,5.903641,172.88867,18.115545,264.56256,174.87956,2391.039,594.47095,119.22184,156.50914,372.8573,5.295722,7.6987696,15.436133,3.0643632,3.1116178,48.893314,61.497757,94.14623,29.72285,36.409653,74.212746,11.126228,3667.957,28.017368,24.873655,19.96595,15.604172,221.54301,50.447495,25.422043,6.665929,19.68221,28.760689,99.87276,212.46689,60.364246,209.15948,43.142662,27.816906,133.2161,84.459145,484.1251,89.46345,1.8950754,6.4037633,6.2922583,63.273907,13342.236,1.8464588,24.504366,47.010483,22.835499,215.19739,61.053764,107.835,2.1037395,113.228226,428.1834,231.67537,97.88698,426.095,43.784946,80.343254,130.76472,12.684704,2.3162284,14.745047,783.4641,0.11051374,0.38298923,69.21016,12.474255,6.4920387,8.076295,16.009735,86.731445,36.507797,132.476,673.84985,345.06842,2680.3718,2064.1582,42.079197,72.128624,6722.5,10.331337,125.75134,700.78235,222.49356,299.29303,123.498344,791.562,807.3088,488.82452,27.164362,163.16559,657.49664,1238.35,72.399315,700.9884,92.34175,1.2396722,50.496326,0.9366012,0.7509599,2.9016538,47.16172,225.3089,80.2542,18.10932,1007.2508,299.4337,172.82489,248.9543,61.12519,54.075268,32.13208,90.97201,29.032259,315.16867,152.20876,34.2546,39.696148,34.69301,77.16467,81.77652,11.854549,296.11243,84.60178,724.03296,28.030998,1414.8143,68.878174,365.51883,616.41364,27.80042,18.888636,767.1536,791.0285,1880.1102,164.36551 +2023-10-05 17:00:00,0.0,11658.109,325.31577,73.00371,75.74482,62.17335,280.65622,39.615715,70.9638,26.227205,42.71647,1658.1534,119.14017,24.97501,218.64198,0.35525918,0.24316995,36.60281,0.5151122,0.1248922,635.3849,0.07742168,610.1021,91.127396,0.06700577,0.051327538,199.84865,32.593777,78.05854,118.10648,14881.629,0.0734969,2167.8425,1.5120225,0.06657345,0.124066524,0.11385284,228.93318,291.33344,23.35748,113.40289,39.65834,20.742043,2051.4348,1.6572725,76.98428,37.203873,431.45667,33.102177,461.24835,20.42512,94.9664,0.0,1186.5131,5001.3086,3.0952382,400.66418,68.569336,32105.453,54.299644,3.019576,21.078085,47.135765,15.134376,3.7973068,23.303398,791.0671,333.43484,29.222971,2.4271894,5.8988266,172.80273,18.0937,264.484,175.0035,2390.2615,594.6484,119.198265,156.48355,372.446,5.2957835,7.6996217,15.468969,3.0650182,3.1166584,48.85105,61.452003,94.165985,29.707006,36.384903,74.18453,11.127426,3667.5994,28.011724,24.870296,19.962551,15.597508,221.4809,50.426846,25.41465,6.664306,19.67101,28.743294,99.824974,212.3578,60.318615,209.0681,43.11191,27.79605,133.16165,84.422615,483.6193,89.44453,1.8952636,6.400672,6.2910285,63.22471,13329.6455,1.8469807,24.485754,47.039818,22.826445,215.1131,61.03817,107.85002,2.105542,113.18317,428.26443,231.80951,97.81515,426.13278,43.80981,80.30995,130.71216,12.695351,2.3173206,14.750579,783.1308,0.111133404,0.38362902,69.23431,12.471857,6.495725,8.079409,16.010853,86.78235,36.488224,132.51056,674.02625,345.18268,2680.359,2064.169,42.064053,72.12159,6717.7188,10.342664,125.70783,700.64966,222.40555,299.17868,123.46641,791.2003,806.85626,488.78036,27.146696,163.1004,656.99835,1237.4534,72.32517,700.2008,92.247185,1.2404406,50.49673,0.9369647,0.7517357,2.9052036,47.11352,225.28416,80.18484,18.111784,1006.35846,299.16376,172.67282,248.71506,61.081028,54.07594,32.116444,90.85995,29.019154,314.91156,152.06458,34.24906,39.657696,34.663036,77.09956,81.69075,11.842259,295.8718,84.5253,723.46967,28.009012,1413.6461,68.82421,365.6606,615.86505,27.781054,18.883694,766.62067,790.6361,1879.6947,164.64468 +2023-10-05 18:00:00,0.0,11648.205,325.03516,73.01809,75.79217,62.178425,280.729,39.627106,71.00938,26.230326,42.739426,1657.1619,119.08542,24.97943,218.7001,0.35701224,0.2448229,36.622753,0.51873523,0.12472995,635.8271,0.07737527,610.50555,91.16772,0.066919945,0.051270097,200.08458,32.60856,78.21147,118.17302,14870.772,0.073783346,2168.716,1.5205495,0.06676898,0.12431459,0.11431713,229.03288,291.4252,23.36838,113.3246,39.659473,20.732922,2050.529,1.6600115,76.96903,37.181847,431.52597,33.09516,461.15414,20.407827,94.92299,0.0,1186.1332,4999.145,3.0914574,400.4831,68.50886,32091.992,54.269215,3.016316,21.071274,47.123337,15.121989,3.7950158,23.296812,790.6069,333.1721,29.210396,2.4246683,5.894012,172.7168,18.071856,264.40546,175.12743,2389.484,594.8258,119.17468,156.45796,372.03473,5.2958455,7.7004743,15.501805,3.065673,3.121699,48.80879,61.40625,94.185745,29.691164,36.360153,74.15633,11.128623,3667.242,28.006079,24.866936,19.959152,15.590845,221.41878,50.406197,25.407259,6.662683,19.659807,28.7259,99.77719,212.24872,60.272984,208.97672,43.08116,27.77519,133.10722,84.38609,483.11346,89.425606,1.8954518,6.3975806,6.2897987,63.17551,13317.056,1.8475027,24.467144,47.069153,22.817389,215.02882,61.02258,107.86504,2.1073446,113.13811,428.3455,231.94365,97.74331,426.17056,43.83468,80.27666,130.65959,12.705998,2.318413,14.756111,782.79755,0.11175307,0.38426882,69.25845,12.469459,6.4994116,8.082522,16.01197,86.833244,36.46865,132.54512,674.2026,345.29694,2680.3462,2064.1797,42.048912,72.11455,6712.9375,10.3539915,125.664314,700.517,222.31755,299.06433,123.43447,790.8387,806.4037,488.73624,27.129032,163.0352,656.5,1236.5568,72.25103,699.4132,92.15262,1.241209,50.49713,0.9373282,0.7525115,2.9087534,47.065323,225.25941,80.11547,18.114248,1005.4661,298.8938,172.52074,248.4758,61.036865,54.076614,32.100807,90.74788,29.006048,314.65445,151.9204,34.243526,39.619244,34.633064,77.03445,81.60497,11.829969,295.63113,84.448814,722.9064,27.987026,1412.478,68.77025,365.80237,615.31647,27.761688,18.878752,766.08777,790.24365,1879.2792,164.92386 +2023-10-05 19:00:00,0.0,11638.301,324.75452,73.03247,75.839516,62.1835,280.8018,39.638496,71.054955,26.233444,42.76238,1656.1703,119.03067,24.98385,218.75821,0.35876533,0.24647588,36.6427,0.52235824,0.12456771,636.2692,0.07732885,610.909,91.20804,0.06683412,0.051212657,200.32051,32.623344,78.364395,118.239555,14859.916,0.07406978,2169.5896,1.5290765,0.066964515,0.12456265,0.11478142,229.13258,291.51694,23.379278,113.24631,39.66061,20.7238,2049.623,1.6627506,76.95379,37.159817,431.59528,33.088146,461.0599,20.390533,94.87957,0.0,1185.7532,4996.981,3.0876768,400.30197,68.44838,32078.531,54.23879,3.013056,21.064465,47.110905,15.109604,3.7927248,23.290226,790.14667,332.90933,29.19782,2.4221475,5.889198,172.63086,18.05001,264.32693,175.25134,2388.7063,595.0032,119.1511,156.43237,371.6234,5.295907,7.7013264,15.534641,3.066328,3.1267395,48.766525,61.360497,94.205505,29.675322,36.335403,74.12811,11.12982,3666.8845,28.000435,24.863575,19.955753,15.584181,221.35666,50.385548,25.399866,6.66106,19.648605,28.708506,99.72941,212.13963,60.227352,208.88533,43.05041,27.754333,133.05278,84.34956,482.60764,89.406685,1.8956399,6.3944893,6.288569,63.126312,13304.466,1.8480246,24.448532,47.098488,22.808334,214.94455,61.00699,107.880066,2.109147,113.09305,428.42654,232.07779,97.67148,426.20837,43.859543,80.243355,130.60703,12.716645,2.3195055,14.761643,782.46423,0.11237273,0.3849086,69.2826,12.46706,6.503098,8.085637,16.01309,86.88414,36.449078,132.57968,674.37897,345.41116,2680.3333,2064.1904,42.03377,72.10751,6708.1562,10.365319,125.6208,700.38434,222.22954,298.94998,123.40254,790.47705,805.9512,488.69208,27.111366,162.97002,656.00165,1235.6602,72.17689,698.6256,92.058044,1.2419776,50.497536,0.9376917,0.7532873,2.9123034,47.017124,225.23468,80.0461,18.116713,1004.5738,298.62387,172.36867,248.23656,60.992702,54.077286,32.08517,90.63582,28.992943,314.39734,151.77621,34.237988,39.58079,34.603092,76.96934,81.519196,11.817679,295.3905,84.37233,722.34314,27.965042,1411.3099,68.71629,365.94415,614.7679,27.742321,18.87381,765.5548,789.85126,1878.8638,165.20302 +2023-10-05 20:00:00,0.0,11628.396,324.47388,73.04685,75.88687,62.188576,280.8746,39.649887,71.100525,26.236565,42.78533,1655.1786,118.97593,24.98827,218.81633,0.36051843,0.24812885,36.662643,0.5259812,0.124405466,636.7114,0.077282436,611.3125,91.24836,0.0667483,0.051155217,200.55643,32.63813,78.51733,118.30609,14849.061,0.07435623,2170.4631,1.5376034,0.06716005,0.12481071,0.11524571,229.23228,291.60867,23.390179,113.168015,39.661747,20.71468,2048.717,1.6654897,76.93854,37.13779,431.6646,33.08113,460.9657,20.37324,94.83616,0.0,1185.3733,4994.8174,3.083896,400.12088,68.3879,32065.068,54.208363,3.009796,21.057653,47.098473,15.0972185,3.790434,23.28364,789.6865,332.6466,29.185246,2.4196265,5.884383,172.54492,18.028166,264.24838,175.37527,2387.9287,595.1806,119.127525,156.40678,371.21213,5.2959685,7.7021785,15.567477,3.066983,3.1317801,48.724262,61.314743,94.225266,29.659477,36.310654,74.09991,11.131018,3666.5269,27.994791,24.860214,19.952354,15.5775175,221.29454,50.3649,25.392473,6.6594367,19.637403,28.691113,99.681625,212.03055,60.18172,208.79395,43.019665,27.733475,132.99835,84.31304,482.1018,89.38776,1.8958281,6.391398,6.2873387,63.077118,13291.875,1.8485466,24.42992,47.127823,22.799278,214.86028,60.991398,107.89509,2.1109498,113.04799,428.50757,232.21191,97.59965,426.24615,43.884407,80.21005,130.55444,12.727292,2.320598,14.767175,782.131,0.112992406,0.38554838,69.306755,12.464662,6.506784,8.088751,16.014208,86.935036,36.429504,132.61424,674.55536,345.52542,2680.3206,2064.201,42.01863,72.10048,6703.375,10.376647,125.577286,700.2517,222.14154,298.83563,123.370605,790.1154,805.49866,488.64795,27.093702,162.90483,655.50336,1234.7635,72.102745,697.838,91.96348,1.242746,50.497936,0.9380552,0.7540631,2.9158533,46.968925,225.20993,79.97673,18.119177,1003.68146,298.35394,172.2166,247.99731,60.94854,54.077957,32.069534,90.52375,28.97984,314.14023,151.63203,34.232452,39.54234,34.573116,76.90423,81.43342,11.805389,295.14987,84.295845,721.77985,27.943056,1410.1417,68.66233,366.0859,614.2193,27.722954,18.868868,765.0219,789.45886,1878.4482,165.4822 +2023-10-05 21:00:00,0.0,11618.492,324.19327,73.06123,75.93422,62.19365,280.9474,39.661278,71.1461,26.239685,42.80829,1654.187,118.92118,24.99269,218.87444,0.3622715,0.24978182,36.68259,0.5296042,0.12424322,637.15356,0.07723602,611.71594,91.28869,0.06666248,0.05109778,200.79236,32.652916,78.67025,118.37263,14838.204,0.074642666,2171.3367,1.5461303,0.06735558,0.12505877,0.11571,229.332,291.7004,23.401077,113.089714,39.662884,20.705559,2047.811,1.6682287,76.92329,37.11576,431.73392,33.074112,460.8715,20.355947,94.79274,0.0,1184.9934,4992.6533,3.0801153,399.93976,68.32742,32051.607,54.177933,3.006536,21.050844,47.086037,15.084832,3.788143,23.277054,789.2263,332.38385,29.172672,2.4171054,5.8795686,172.45898,18.00632,264.16983,175.49919,2387.1511,595.35803,119.10394,156.3812,370.80084,5.2960305,7.7030306,15.600314,3.067638,3.1368208,48.682,61.26899,94.24502,29.643635,36.285904,74.07169,11.132215,3666.1694,27.989145,24.856855,19.948957,15.570854,221.23244,50.344254,25.38508,6.6578135,19.626202,28.673717,99.63384,211.92148,60.136086,208.70255,42.988914,27.712618,132.94391,84.27651,481.59598,89.368835,1.8960162,6.3883066,6.286109,63.02792,13279.285,1.8490685,24.41131,47.157158,22.790224,214.77599,60.975807,107.91011,2.1127522,113.00292,428.58862,232.34605,97.52781,426.28394,43.909275,80.17675,130.50188,12.73794,2.3216903,14.772707,781.79767,0.11361207,0.38618815,69.3309,12.462264,6.5104704,8.091865,16.015327,86.98594,36.40993,132.6488,674.73175,345.63968,2680.3076,2064.2117,42.00349,72.093445,6698.5938,10.387975,125.53377,700.119,222.05353,298.72128,123.33867,789.7537,805.04614,488.6038,27.076036,162.83965,655.005,1233.867,72.02861,697.0504,91.86891,1.2435144,50.49834,0.9384187,0.754839,2.919403,46.920727,225.1852,79.907364,18.121641,1002.7891,298.08398,172.06451,247.75807,60.904377,54.07863,32.053898,90.41168,28.966734,313.88312,151.48785,34.226913,39.503887,34.543144,76.83912,81.34765,11.793098,294.90924,84.21936,721.21655,27.92107,1408.9736,68.60837,366.2277,613.6707,27.703587,18.863926,764.48895,789.06647,1878.0327,165.76137 +2023-10-05 22:00:00,0.0,11608.588,323.91263,73.075615,75.981575,62.198723,281.02017,39.67267,71.19168,26.242805,42.83124,1653.1954,118.86643,24.99711,218.93256,0.36402458,0.25143477,36.702534,0.5332272,0.12408098,637.5957,0.0771896,612.1194,91.32901,0.06657666,0.05104034,201.02829,32.6677,78.82318,118.43916,14827.349,0.07492911,2172.2102,1.5546572,0.067551106,0.12530683,0.11617428,229.4317,291.79214,23.411978,113.01142,39.664017,20.696438,2046.905,1.6709679,76.90804,37.093735,431.8032,33.067097,460.77728,20.338654,94.74933,0.0,1184.6135,4990.4893,3.0763345,399.75867,68.266945,32038.145,54.147507,3.0032759,21.044035,47.07361,15.072447,3.785852,23.270468,788.7662,332.12112,29.160097,2.4145844,5.874754,172.37305,17.984476,264.09128,175.62312,2386.3735,595.53546,119.08036,156.3556,370.38956,5.296092,7.703883,15.63315,3.0682929,3.1418612,48.63974,61.223236,94.26478,29.62779,36.261154,74.04349,11.133412,3665.8118,27.983501,24.853495,19.945559,15.56419,221.17032,50.323605,25.377687,6.6561904,19.615,28.656324,99.58606,211.8124,60.090454,208.61116,42.958164,27.69176,132.88947,84.23999,481.09015,89.349915,1.8962045,6.385215,6.284879,62.97872,13266.694,1.8495905,24.392698,47.186493,22.781168,214.69171,60.960213,107.92513,2.114555,112.95786,428.66968,232.4802,97.45598,426.32175,43.93414,80.14345,130.44931,12.748587,2.3227828,14.778239,781.4644,0.114231735,0.38682795,69.35505,12.459866,6.514157,8.094979,16.016445,87.036835,36.390358,132.68336,674.9081,345.7539,2680.295,2064.2224,41.98835,72.0864,6693.8125,10.3993025,125.49026,699.9864,221.96553,298.60693,123.30673,789.3921,804.59357,488.55966,27.05837,162.77446,654.50665,1232.9705,71.95447,696.2628,91.774345,1.2442828,50.49874,0.9387822,0.7556148,2.922953,46.872528,225.16045,79.838,18.124104,1001.8968,297.81406,171.91245,247.51881,60.860214,54.0793,32.03826,90.29962,28.953629,313.626,151.34367,34.22138,39.465435,34.513172,76.774,81.26187,11.780808,294.66858,84.142876,720.6533,27.899084,1407.8054,68.55441,366.36945,613.12213,27.68422,18.858984,763.95605,788.6741,1877.6172,166.04054 +2023-10-05 23:00:00,0.0,11598.684,323.632,73.09,76.02892,62.203796,281.093,39.68406,71.23725,26.245924,42.854195,1652.2037,118.81168,25.00153,218.99068,0.36577764,0.25308776,36.72248,0.5368502,0.123918734,638.0379,0.07714319,612.5228,91.36933,0.06649084,0.0509829,201.2642,32.682484,78.976105,118.5057,14816.492,0.07521555,2173.0837,1.5631841,0.06774664,0.12555489,0.11663858,229.5314,291.88388,23.422878,112.93313,39.665154,20.687317,2045.9991,1.673707,76.89279,37.07171,431.8725,33.06008,460.68307,20.321362,94.70591,0.0,1184.2335,4988.3257,3.0725539,399.57758,68.20647,32024.684,54.11708,3.000016,21.037224,47.061176,15.060061,3.783561,23.263882,788.30597,331.85837,29.147522,2.4120636,5.8699393,172.28711,17.962631,264.01273,175.74704,2385.5962,595.7129,119.056786,156.33002,369.97827,5.296154,7.7047353,15.665986,3.0689478,3.1469018,48.597477,61.177483,94.28454,29.611948,36.236404,74.015274,11.134609,3665.4543,27.977858,24.850134,19.94216,15.557527,221.1082,50.302956,25.370296,6.6545677,19.603798,28.63893,99.53828,211.70331,60.044823,208.51978,42.927414,27.670902,132.83504,84.20346,480.58432,89.330986,1.8963926,6.3821235,6.2836494,62.929523,13254.1045,1.8501124,24.374088,47.215824,22.772114,214.60744,60.944622,107.940155,2.1163573,112.9128,428.7507,232.61432,97.38415,426.35953,43.959007,80.110146,130.39673,12.759233,2.3238752,14.7837715,781.1311,0.1148514,0.38746774,69.379196,12.457467,6.5178432,8.098093,16.017563,87.08773,36.370785,132.71793,675.0845,345.86816,2680.282,2064.2332,41.973206,72.07937,6689.0312,10.41063,125.44674,699.8537,221.87752,298.49258,123.2748,789.03046,804.14105,488.5155,27.040707,162.70927,654.00836,1232.0739,71.880325,695.4752,91.67978,1.2450513,50.49914,0.9391457,0.75639063,2.9265027,46.82433,225.13571,79.76863,18.126568,1001.0044,297.54413,171.76038,247.27957,60.81605,54.07997,32.02263,90.18755,28.940525,313.3689,151.19948,34.21584,39.426983,34.4832,76.70889,81.176094,11.768518,294.42795,84.06639,720.09,27.877098,1406.6373,68.50045,366.51123,612.57355,27.664852,18.854042,763.4231,788.2817,1877.2018,166.3197 +2023-10-06 00:00:00,0.0,11588.779,323.35135,73.10438,76.07628,62.20887,281.16577,39.69545,71.28283,26.249044,42.87715,1651.2122,118.756935,25.005949,219.04878,0.36753073,0.25474072,36.742424,0.54047316,0.12375649,638.48004,0.077096775,612.9263,91.40965,0.06640501,0.05092546,201.50014,32.69727,79.129036,118.572235,14805.636,0.07550199,2173.9575,1.5717112,0.06794217,0.12580295,0.11710286,229.6311,291.97565,23.433777,112.854836,39.66629,20.678196,2045.0931,1.6764461,76.87754,37.04968,431.94183,33.053066,460.58887,20.304068,94.6625,0.0,1183.8536,4986.1616,3.068773,399.39645,68.14599,32011.223,54.08665,2.9967558,21.030415,47.048744,15.047675,3.78127,23.257296,787.8458,331.5956,29.134947,2.4095426,5.8651247,172.20116,17.940786,263.93417,175.87097,2384.8186,595.8903,119.0332,156.30443,369.567,5.2962155,7.7055874,15.698822,3.0696027,3.1519425,48.555214,61.131733,94.3043,29.596106,36.211655,73.98707,11.135806,3665.0967,27.972214,24.846775,19.93876,15.550863,221.04608,50.282307,25.362904,6.6529446,19.592596,28.621536,99.49049,211.59422,59.99919,208.42839,42.896664,27.650043,132.7806,84.16694,480.0785,89.312065,1.8965808,6.379032,6.2824197,62.88033,13241.515,1.8506345,24.355476,47.24516,22.76306,214.52316,60.92903,107.95518,2.11816,112.867744,428.83176,232.74846,97.31231,426.3973,43.98387,80.07684,130.34416,12.769881,2.3249676,14.789304,780.79785,0.11547107,0.3881075,69.40334,12.455069,6.5215297,8.101207,16.018682,87.138626,36.35121,132.75249,675.26086,345.98242,2680.2693,2064.244,41.958065,72.072334,6684.25,10.421958,125.40323,699.72107,221.78952,298.37823,123.24287,788.6688,803.68854,488.47137,27.02304,162.64407,653.51,1231.1772,71.80618,694.6876,91.58521,1.2458197,50.499546,0.9395092,0.75716645,2.9300528,46.77613,225.11096,79.699265,18.129032,1000.11206,297.27417,171.60829,247.04033,60.77189,54.080647,32.006992,90.075485,28.92742,313.11176,151.0553,34.210304,39.38853,34.453224,76.64378,81.090324,11.756228,294.18732,83.98991,719.52673,27.855112,1405.4691,68.44649,366.65298,612.02496,27.645485,18.8491,762.8902,787.8893,1876.7863,166.59888 +2023-10-06 01:00:00,0.0,11578.874,323.07074,73.11876,76.12363,62.213943,281.23856,39.70684,71.32841,26.252165,42.900105,1650.2206,118.70219,25.01037,219.1069,0.3692838,0.25639367,36.76237,0.5440962,0.12359425,638.92224,0.07705036,613.3297,91.44998,0.06631919,0.050868023,201.73607,32.712055,79.28196,118.63877,14794.78,0.07578843,2174.831,1.5802381,0.068137705,0.12605101,0.11756715,229.7308,292.06738,23.444677,112.77654,39.667423,20.669075,2044.1871,1.6791852,76.8623,37.027653,432.01114,33.046047,460.49466,20.286776,94.61908,0.0,1183.4736,4983.9976,3.0649924,399.21536,68.08551,31997.76,54.056225,2.993496,21.023603,47.036316,15.03529,3.7789788,23.25071,787.3856,331.3329,29.122372,2.4070215,5.86031,172.11522,17.918941,263.85562,175.99489,2384.041,596.0677,119.00962,156.27884,369.15567,5.2962775,7.70644,15.731659,3.0702577,3.1569831,48.51295,61.085976,94.32405,29.580261,36.186905,73.95886,11.137004,3664.7393,27.966568,24.843414,19.935362,15.544199,220.98396,50.261658,25.35551,6.6513214,19.581394,28.604141,99.44271,211.48514,59.95356,208.33699,42.865917,27.629187,132.72617,84.13041,479.57266,89.293144,1.8967689,6.375941,6.28119,62.83113,13228.924,1.8511564,24.336864,47.274494,22.754004,214.43887,60.91344,107.97021,2.1199627,112.822685,428.9128,232.8826,97.24048,426.43512,44.008736,80.04355,130.2916,12.780528,2.32606,14.794836,780.46454,0.11609074,0.3887473,69.42749,12.452671,6.525216,8.1043215,16.0198,87.18953,36.33164,132.78705,675.43726,346.09665,2680.2563,2064.2546,41.942924,72.0653,6679.4688,10.433286,125.35971,699.58844,221.70152,298.2639,123.21093,788.3071,803.23596,488.42722,27.005377,162.57889,653.01166,1230.2806,71.73204,693.9,91.49064,1.2465882,50.499947,0.9398727,0.75794226,2.9336026,46.727932,225.08623,79.6299,18.131496,999.2197,297.00424,171.45622,246.80107,60.727726,54.081318,31.991354,89.963425,28.914314,312.85464,150.91112,34.204765,39.35008,34.423252,76.57867,81.00455,11.743938,293.9467,83.91342,718.9635,27.833128,1404.301,68.39253,366.79477,611.4763,27.62612,18.844158,762.35724,787.4969,1876.3707,166.87805 +2023-10-06 02:00:00,0.0,11568.97,322.7901,73.13314,76.170975,62.219017,281.31137,39.71823,71.37398,26.255285,42.923058,1649.2289,118.64744,25.01479,219.16502,0.3710369,0.25804666,36.782314,0.5477192,0.123432,639.3644,0.07700394,613.7332,91.4903,0.06623337,0.050810583,201.97198,32.72684,79.43489,118.70531,14783.924,0.076074876,2175.7046,1.588765,0.06833324,0.12629907,0.11803144,229.8305,292.15912,23.455576,112.69825,39.66856,20.659954,2043.2811,1.6819242,76.847046,37.005623,432.08044,33.039032,460.40045,20.269482,94.57567,0.0,1183.0938,4981.834,3.0612116,399.03424,68.02503,31984.299,54.0258,2.9902358,21.016794,47.02388,15.022903,3.7766879,23.244123,786.9254,331.07013,29.109797,2.4045007,5.8554955,172.02928,17.897097,263.77707,176.11882,2383.2634,596.2451,118.98605,156.25327,368.7444,5.296339,7.707292,15.764495,3.0709126,3.1620235,48.470688,61.040226,94.34381,29.564419,36.162155,73.93065,11.138201,3664.3818,27.960924,24.840054,19.931963,15.537536,220.92184,50.241013,25.348118,6.6496983,19.570192,28.586748,99.39493,211.37605,59.90793,208.2456,42.835167,27.608328,132.67172,84.09389,479.06683,89.27422,1.8969572,6.3728495,6.2799597,62.781933,13216.334,1.8516784,24.318254,47.30383,22.74495,214.3546,60.89785,107.98523,2.1217651,112.777626,428.99384,233.01674,97.16865,426.4729,44.033604,80.01025,130.23901,12.791175,2.3271525,14.800368,780.1313,0.1167104,0.3893871,69.451645,12.450273,6.5289025,8.107435,16.02092,87.240425,36.312065,132.82161,675.61365,346.2109,2680.2437,2064.2651,41.927784,72.05826,6674.6875,10.4446125,125.31619,699.45575,221.61351,298.14954,123.179,787.9455,802.78345,488.3831,26.98771,162.5137,652.51337,1229.384,71.6579,693.11237,91.39607,1.2473567,50.50035,0.9402362,0.7587181,2.9371524,46.679733,225.06148,79.56053,18.13396,998.3274,296.7343,171.30415,246.56183,60.683563,54.08199,31.975718,89.85136,28.901209,312.59753,150.76694,34.19923,39.311626,34.39328,76.51356,80.91877,11.731648,293.70605,83.83694,718.4002,27.811142,1403.1328,68.33857,366.93652,610.92773,27.606752,18.839216,761.82434,787.1045,1875.9553,167.15723 +2023-10-06 03:00:00,0.0,11559.065,322.50946,73.14752,76.21833,62.22409,281.38416,39.72962,71.419556,26.258404,42.946014,1648.2373,118.59269,25.019209,219.22313,0.37278995,0.2596996,36.80226,0.5513421,0.12326976,639.8066,0.076957524,614.13666,91.530624,0.06614754,0.050753143,202.20792,32.741627,79.587814,118.77184,14773.068,0.07636131,2176.5781,1.597292,0.06852877,0.12654713,0.11849573,229.93022,292.25085,23.466476,112.61996,39.669697,20.650833,2042.3752,1.6846633,76.831795,36.983597,432.14972,33.032017,460.3062,20.252188,94.53225,0.0,1182.7139,4979.67,3.057431,398.85315,67.964554,31970.838,53.99537,2.986976,21.009983,47.01145,15.010518,3.774397,23.237537,786.4653,330.80737,29.097221,2.4019797,5.850681,171.94334,17.875252,263.69855,176.24274,2382.4858,596.42255,118.96246,156.22768,368.3331,5.296401,7.708144,15.797331,3.0715675,3.1670642,48.428425,60.994473,94.36357,29.548574,36.137405,73.90244,11.139398,3664.0242,27.95528,24.836693,19.928564,15.530872,220.85974,50.220364,25.340725,6.648075,19.55899,28.569353,99.347145,211.26697,59.862297,208.15422,42.804417,27.587471,132.61728,84.05736,478.561,89.255295,1.8971453,6.369758,6.27873,62.732735,13203.744,1.8522003,24.299643,47.333164,22.735893,214.27032,60.88226,108.00025,2.1235678,112.73256,429.0749,233.15086,97.09681,426.51068,44.058468,79.976944,130.18645,12.801823,2.328245,14.805901,779.798,0.11733007,0.39002687,69.47579,12.447874,6.5325885,8.11055,16.022038,87.29132,36.292492,132.85617,675.79004,346.32516,2680.2307,2064.276,41.912643,72.05122,6669.906,10.45594,125.27268,699.3231,221.52551,298.0352,123.147064,787.58386,802.33093,488.33893,26.970045,162.44852,652.015,1228.4874,71.583755,692.32477,91.301506,1.2481251,50.50075,0.9405997,0.75949395,2.9407022,46.631535,225.03674,79.49116,18.136425,997.43506,296.4644,171.15208,246.32259,60.6394,54.08266,31.960083,89.73929,28.888105,312.34042,150.62276,34.19369,39.273174,34.363304,76.44845,80.83299,11.719358,293.4654,83.76045,717.8369,27.789156,1401.9647,68.28461,367.0783,610.37915,27.587385,18.834274,761.2914,786.7121,1875.5398,167.43639 +2023-10-06 04:00:00,0.0,11549.161,322.22885,73.1619,76.26568,62.229164,281.45694,39.741013,71.46513,26.261524,42.968967,1647.2457,118.53794,25.023628,219.28125,0.37454304,0.2613526,36.822205,0.55496514,0.123107515,640.2487,0.07691111,614.5401,91.57095,0.06606172,0.050695702,202.44385,32.75641,79.74074,118.83838,14762.212,0.07664776,2177.4517,1.6058189,0.068724304,0.12679519,0.11896002,230.02992,292.3426,23.477377,112.541664,39.670834,20.641712,2041.4692,1.6874024,76.81654,36.961567,432.21906,33.025,460.212,20.234896,94.48884,0.0,1182.334,4977.506,3.0536501,398.67203,67.904076,31957.375,53.964943,2.9837158,21.003174,46.999016,14.998133,3.772106,23.230953,786.00507,330.54465,29.084646,2.3994586,5.845866,171.8574,17.853407,263.62,176.36667,2381.7083,596.6,118.93889,156.20209,367.9218,5.2964625,7.708997,15.830167,3.0722222,3.1721048,48.38616,60.94872,94.38333,29.532732,36.112656,73.87423,11.140595,3663.6667,27.949636,24.833334,19.925167,15.524208,220.79762,50.199715,25.333334,6.646452,19.547789,28.55196,99.29936,211.1579,59.816666,208.06284,42.773666,27.566612,132.56285,84.020836,478.05518,89.236374,1.8973335,6.366667,6.2775,62.68354,13191.153,1.8527222,24.281033,47.3625,22.72684,214.18604,60.866665,108.015274,2.1253703,112.6875,429.15594,233.285,97.02498,426.5485,44.083332,79.94364,130.13388,12.8124695,2.3293374,14.811433,779.4647,0.11794973,0.39066666,69.49994,12.445477,6.536275,8.113664,16.023155,87.34222,36.27292,132.89073,675.96643,346.4394,2680.2178,2064.2866,41.897503,72.04419,6665.1245,10.467268,125.229164,699.1904,221.4375,297.92084,123.11513,787.2222,801.8784,488.2948,26.952381,162.38333,651.51666,1227.5908,71.50961,691.5372,91.20694,1.2488935,50.501156,0.9409632,0.76026976,2.944252,46.583336,225.012,79.42179,18.13889,996.5427,296.19443,171.0,246.08333,60.595238,54.083332,31.944447,89.62723,28.875,312.0833,150.47858,34.188156,39.234722,34.333332,76.38334,80.74722,11.707068,293.22476,83.68396,717.2737,27.76717,1400.7966,68.230644,367.2201,609.83057,27.568018,18.829332,760.7585,786.3197,1875.1243,167.71556 +2023-10-06 05:00:00,0.0,11539.257,321.9482,73.176285,76.313034,62.234238,281.52975,39.752403,71.51071,26.264645,42.99192,1646.254,118.48319,25.02805,219.33936,0.37629613,0.26300555,36.84215,0.55858815,0.12294527,640.6909,0.0768647,614.94354,91.611275,0.065975904,0.050638266,202.67976,32.771194,79.89367,118.904915,14751.355,0.076934196,2178.3252,1.6143458,0.06891984,0.12704325,0.11942431,230.12962,292.43436,23.488276,112.46337,39.671967,20.632591,2040.5632,1.6901414,76.8013,36.93954,432.28836,33.017982,460.1178,20.217602,94.44542,0.0,1181.954,4975.3423,3.0498693,398.49094,67.8436,31943.914,53.934513,2.9804559,20.996365,46.986584,14.985746,3.769815,23.224367,785.5449,330.2819,29.072071,2.3969378,5.841052,171.77147,17.831562,263.54144,176.49059,2380.9307,596.7774,118.91531,156.1765,367.51053,5.296524,7.709849,15.863003,3.0728772,3.1771455,48.3439,60.902966,94.40308,29.516888,36.087906,73.84602,11.141792,3663.309,27.94399,24.829973,19.921768,15.517545,220.7355,50.179066,25.325941,6.644829,19.536587,28.534565,99.25158,211.04881,59.771034,207.97145,42.74292,27.545755,132.5084,83.984314,477.54935,89.21745,1.8975216,6.3635755,6.2762704,62.634342,13178.563,1.8532442,24.26242,47.391834,22.717785,214.10176,60.851074,108.0303,2.127173,112.64244,429.23697,233.41914,96.95315,426.58627,44.1082,79.91034,130.0813,12.823117,2.3304298,14.816965,779.1314,0.118569404,0.39130643,69.524086,12.443078,6.5399613,8.116777,16.024275,87.39312,36.253345,132.9253,676.1428,346.55365,2680.205,2064.2974,41.882362,72.037155,6660.3433,10.478596,125.18565,699.0578,221.3495,297.8065,123.08319,786.86053,801.42584,488.25064,26.934715,162.31815,651.0184,1226.6943,71.43548,690.7496,91.11237,1.2496619,50.501556,0.94132674,0.7610456,2.947802,46.535137,224.98726,79.352425,18.141354,995.6504,295.9245,170.84793,245.84409,60.551075,54.084007,31.92881,89.51516,28.861895,311.8262,150.3344,34.182617,39.19627,34.30336,76.31822,80.661446,11.694778,292.98413,83.607475,716.7104,27.745184,1399.6284,68.17669,367.36185,609.282,27.54865,18.82439,760.2256,785.9273,1874.7087,167.99474 +2023-10-06 06:00:00,0.0,11529.353,321.66757,73.19067,76.36038,62.239315,281.60254,39.763794,71.55628,26.267765,43.014874,1645.2625,118.428444,25.032469,219.39748,0.3780492,0.2646585,36.8621,0.5622111,0.12278302,641.13306,0.07681828,615.347,91.651596,0.06589008,0.050580826,202.9157,32.78598,80.04659,118.97145,14740.5,0.07722064,2179.1987,1.6228728,0.06911537,0.1272913,0.1198886,230.22932,292.5261,23.499176,112.38508,39.673103,20.62347,2039.6573,1.6928805,76.78605,36.91751,432.35767,33.010967,460.0236,20.20031,94.40201,0.0,1181.574,4973.178,3.0460887,398.3098,67.78312,31930.451,53.904087,2.9771957,20.989553,46.97415,14.973361,3.767524,23.217781,785.0847,330.01917,29.059498,2.3944168,5.8362374,171.68553,17.809717,263.4629,176.61452,2380.1533,596.95483,118.89173,156.15091,367.09924,5.296586,7.710701,15.89584,3.073532,3.182186,48.301636,60.857212,94.422844,29.501045,36.063156,73.81781,11.142989,3662.9517,27.938347,24.826612,19.91837,15.510881,220.67339,50.158417,25.318548,6.643206,19.525385,28.517172,99.2038,210.93973,59.725403,207.88005,42.71217,27.524897,132.45398,83.947784,477.04352,89.198524,1.8977098,6.3604836,6.2750406,62.585144,13165.973,1.8537661,24.24381,47.42117,22.708729,214.01749,60.835484,108.04532,2.1289754,112.59738,429.31802,233.55327,96.88131,426.62408,44.133064,79.87704,130.02873,12.833764,2.3315222,14.822497,778.79816,0.11918907,0.39194623,69.54823,12.44068,6.543648,8.119892,16.025393,87.444016,36.233772,132.95985,676.3192,346.6679,2680.1921,2064.308,41.867218,72.03012,6655.562,10.4899235,125.142136,698.9251,221.26149,297.69214,123.05126,786.4989,800.9733,488.20648,26.91705,162.25294,650.52,1225.7977,71.361336,689.962,91.01781,1.2504305,50.50196,0.9416902,0.7618214,2.951352,46.48694,224.96252,79.28306,18.143818,994.758,295.65457,170.69586,245.60484,60.506912,54.08468,31.913174,89.4031,28.848791,311.5691,150.19022,34.177082,39.157818,34.273388,76.25311,80.57567,11.682488,292.7435,83.53099,716.1471,27.723198,1398.4603,68.12273,367.50363,608.7334,27.529284,18.819448,759.6926,785.5349,1874.2933,168.27391 +2023-10-06 07:00:00,0.0,11519.448,321.38693,73.20505,76.40774,62.24439,281.67532,39.775185,71.60186,26.270884,43.03783,1644.2709,118.373695,25.036888,219.4556,0.3798023,0.2663115,36.882042,0.5658341,0.12262078,641.57526,0.07677186,615.7504,91.69192,0.06580426,0.050523385,203.15163,32.800766,80.199524,119.03799,14729.644,0.07750708,2180.0725,1.6313998,0.0693109,0.12753937,0.120352894,230.32903,292.61783,23.510075,112.306786,39.67424,20.61435,2038.7513,1.6956196,76.7708,36.895485,432.427,33.003952,459.92938,20.183016,94.35859,0.0,1181.1941,4971.0146,3.0423079,398.12872,67.72264,31916.99,53.87366,2.9739358,20.982744,46.961723,14.960976,3.765233,23.211195,784.6246,329.7564,29.046923,2.3918958,5.831423,171.5996,17.787872,263.38434,176.73843,2379.3757,597.13226,118.86815,156.12532,366.68793,5.2966475,7.711553,15.928676,3.074187,3.1872265,48.259373,60.81146,94.442604,29.485203,36.038406,73.789604,11.144187,3662.594,27.932703,24.823254,19.91497,15.504217,220.61127,50.13777,25.311155,6.641583,19.514183,28.499777,99.15601,210.83064,59.67977,207.78867,42.68142,27.50404,132.39954,83.91126,476.5377,89.1796,1.897898,6.3573923,6.273811,62.535946,13153.383,1.8542881,24.225199,47.450504,22.699675,213.93321,60.819893,108.06034,2.130778,112.55232,429.39908,233.68741,96.80948,426.66187,44.15793,79.843735,129.97617,12.844411,2.3326147,14.82803,778.46484,0.11980873,0.39258602,69.57238,12.438281,6.547334,8.123006,16.026512,87.49491,36.2142,132.9944,676.49554,346.78214,2680.1794,2064.3186,41.852077,72.02308,6650.781,10.501251,125.098625,698.7925,221.1735,297.5778,123.019325,786.13727,800.5208,488.16235,26.899385,162.18776,650.02167,1224.9011,71.28719,689.1744,90.92323,1.2511989,50.50236,0.94205374,0.7625972,2.9549017,46.438736,224.93777,79.21369,18.146282,993.86566,295.3846,170.54378,245.36559,60.46275,54.08535,31.897537,89.29103,28.835686,311.31198,150.04604,34.171543,39.119366,34.243412,76.188,80.4899,11.670198,292.50284,83.454506,715.5838,27.701214,1397.2921,68.06876,367.6454,608.1848,27.509916,18.814507,759.1597,785.1425,1873.8778,168.55307 +2023-10-06 08:00:00,0.0,11509.544,321.10632,73.21943,76.455086,62.249462,281.74814,39.786575,71.64744,26.274004,43.060783,1643.2792,118.31895,25.04131,219.5137,0.38155535,0.26796445,36.90199,0.5694571,0.12245853,642.0174,0.076725446,616.1539,91.73225,0.065718435,0.050465945,203.38754,32.815548,80.35245,119.10453,14718.788,0.07779352,2180.946,1.6399267,0.06950644,0.12778743,0.120817184,230.42874,292.70956,23.520975,112.22849,39.675377,20.605228,2037.8453,1.6983588,76.755554,36.873455,432.49628,32.996937,459.83517,20.165724,94.31518,0.0,1180.8142,4968.8506,3.0385273,397.94763,67.66216,31903.53,53.84323,2.9706757,20.975933,46.94929,14.948589,3.762942,23.204609,784.16437,329.49365,29.034348,2.3893747,5.826608,171.51364,17.766027,263.3058,176.86237,2378.5981,597.30963,118.844574,156.09973,366.27664,5.2967095,7.7124057,15.961512,3.074842,3.1922672,48.21711,60.76571,94.46236,29.469358,36.013657,73.76139,11.145384,3662.2366,27.92706,24.819893,19.911572,15.497554,220.54916,50.117123,25.303764,6.63996,19.502981,28.482384,99.10823,210.72156,59.63414,207.69728,42.65067,27.483181,132.34511,83.87473,476.03186,89.16068,1.8980862,6.354301,6.272581,62.486748,13140.793,1.85481,24.206587,47.47984,22.690619,213.84892,60.804302,108.07536,2.1325805,112.507256,429.4801,233.82155,96.73765,426.69965,44.182796,79.81043,129.92358,12.855059,2.333707,14.833562,778.1316,0.1204284,0.3932258,69.59653,12.4358835,6.5510206,8.12612,16.02763,87.54581,36.194626,133.02896,676.67194,346.8964,2680.1665,2064.3293,41.836937,72.016045,6645.9995,10.512579,125.05511,698.65985,221.0855,297.46344,122.98739,785.77563,800.0683,488.1182,26.88172,162.12257,649.5234,1224.0045,71.21305,688.3868,90.82867,1.2519673,50.502766,0.9424172,0.7633731,2.9584515,46.390537,224.91304,79.144325,18.148746,992.9733,295.1147,170.39171,245.12634,60.418587,54.08602,31.8819,89.17896,28.82258,311.05487,149.90184,34.166008,39.080914,34.21344,76.12289,80.40412,11.657908,292.2622,83.37802,715.02057,27.679228,1396.124,68.01481,367.78717,607.6362,27.490551,18.809565,758.6268,784.7501,1873.4623,168.83224 +2023-10-06 09:00:00,0.0,11499.64,320.82568,73.23381,76.50244,62.254536,281.82092,39.797966,71.69301,26.277124,43.083736,1642.2876,118.2642,25.045729,219.57182,0.38330844,0.2696174,36.921932,0.5730801,0.12229629,642.45953,0.07667903,616.5574,91.77257,0.06563261,0.05040851,203.62347,32.830334,80.50538,119.17107,14707.932,0.07807996,2181.8196,1.6484536,0.06970197,0.12803549,0.12128146,230.52844,292.8013,23.531876,112.1502,39.67651,20.596107,2036.9393,1.7010978,76.7403,36.85143,432.56558,32.989918,459.74097,20.14843,94.27176,0.0,1180.4343,4966.6865,3.0347464,397.7665,67.601685,31890.066,53.812805,2.9674158,20.969124,46.93686,14.936204,3.760651,23.198023,783.7042,329.23093,29.021772,2.386854,5.8217936,171.4277,17.744183,263.22723,176.98628,2377.8206,597.48706,118.82099,156.07414,365.86536,5.296771,7.713258,15.994348,3.075497,3.1973076,48.174847,60.71995,94.48212,29.453516,35.988907,73.733185,11.146581,3661.8792,27.921413,24.816532,19.908173,15.4908905,220.48705,50.096474,25.296371,6.6383367,19.49178,28.464989,99.06045,210.61247,59.58851,207.6059,42.61992,27.462324,132.29066,83.83821,475.52603,89.14176,1.8982743,6.3512096,6.271351,62.437553,13128.202,1.855332,24.187977,47.509174,22.681564,213.76465,60.788708,108.090385,2.1343832,112.4622,429.56116,233.95569,96.66581,426.73746,44.20766,79.77714,129.87102,12.8657055,2.3347995,14.839094,777.7983,0.12104806,0.3938656,69.62068,12.433485,6.554707,8.129234,16.028748,87.59671,36.175053,133.06352,676.84827,347.01065,2680.1538,2064.34,41.821796,72.00901,6641.2183,10.523907,125.01159,698.52716,220.99748,297.3491,122.95546,785.41394,799.6157,488.07407,26.864056,162.05739,649.025,1223.1079,71.13891,687.5992,90.7341,1.2527357,50.503166,0.94278073,0.7641489,2.9620016,46.34234,224.88829,79.07496,18.15121,992.081,294.84476,170.23964,244.8871,60.374424,54.086693,31.866264,89.0669,28.809475,310.79776,149.75766,34.16047,39.04246,34.183468,76.05778,80.318344,11.645618,292.02158,83.30154,714.4573,27.657242,1394.9558,67.960846,367.92892,607.08765,27.471184,18.804623,758.0939,784.3577,1873.0469,169.11142 +2023-10-06 10:00:00,0.0,11489.735,320.54504,73.24819,76.54979,62.25961,281.8937,39.809357,71.73859,26.280245,43.106693,1641.296,118.20945,25.050148,219.62994,0.3850615,0.2712704,36.94188,0.5767031,0.122134045,642.90173,0.07663262,616.9608,91.81289,0.06554679,0.05035107,203.8594,32.84512,80.6583,119.2376,14697.076,0.078366406,2182.693,1.6569805,0.0698975,0.12828356,0.12174576,230.62814,292.89304,23.542774,112.07191,39.677647,20.586987,2036.0334,1.7038369,76.72505,36.8294,432.6349,32.982903,459.64676,20.131136,94.22835,0.0,1180.0544,4964.523,3.0309658,397.58542,67.54121,31876.605,53.78238,2.9641557,20.962313,46.92443,14.923819,3.7583601,23.191437,783.244,328.96817,29.009197,2.384333,5.816979,171.34177,17.722338,263.1487,177.11021,2377.043,597.6645,118.79741,156.04855,365.45407,5.296833,7.71411,16.027184,3.0761518,3.2023482,48.132584,60.674202,94.50188,29.437672,35.964157,73.70498,11.1477785,3661.5215,27.91577,24.813171,19.904774,15.484226,220.42493,50.075825,25.288979,6.6367135,19.480577,28.447596,99.012665,210.50339,59.542873,207.51451,42.589172,27.441465,132.23622,83.80168,475.0202,89.12283,1.8984625,6.3481183,6.270121,62.388355,13115.612,1.8558539,24.169365,47.538506,22.67251,213.68037,60.773117,108.10541,2.1361856,112.41714,429.6422,234.08981,96.59398,426.77524,44.23253,79.743835,129.81845,12.876352,2.3358917,14.844626,777.465,0.121667735,0.39450538,69.64483,12.431087,6.558393,8.132348,16.029867,87.647606,36.15548,133.09808,677.02466,347.12488,2680.1409,2064.3508,41.806656,72.001976,6636.437,10.5352335,124.96808,698.39453,220.90948,297.23474,122.92352,785.0523,799.1632,488.0299,26.84639,161.9922,648.5267,1222.2113,71.064766,686.8116,90.639534,1.2535042,50.50357,0.9431442,0.7649247,2.9655514,46.29414,224.86356,79.00559,18.153675,991.18866,294.5748,170.08755,244.64784,60.33026,54.087364,31.850628,88.954834,28.796371,310.54065,149.61348,34.154934,39.00401,34.153496,75.99267,80.23257,11.633328,291.78094,83.22505,713.894,27.635256,1393.7877,67.90688,368.0707,606.53906,27.451817,18.79968,757.5609,783.96533,1872.6313,169.3906 +2023-10-06 11:00:00,0.0,11479.831,320.26443,73.26257,76.59714,62.264683,281.96652,39.820747,71.784164,26.283363,43.129646,1640.3043,118.1547,25.05457,219.68805,0.3868146,0.27292335,36.961823,0.5803261,0.1219718,643.3439,0.0765862,617.36426,91.85321,0.065460965,0.050293628,204.09532,32.859905,80.81123,119.30414,14686.22,0.078652844,2183.5667,1.6655074,0.070093036,0.12853162,0.12221005,230.72784,292.9848,23.553675,111.993614,39.678783,20.577866,2035.1274,1.706576,76.70981,36.807373,432.70422,32.975887,459.55252,20.113844,94.18493,0.0,1179.6744,4962.359,3.027185,397.4043,67.48073,31863.143,53.75195,2.9608958,20.955503,46.911995,14.911432,3.756069,23.18485,782.7838,328.7054,28.996622,2.3818119,5.8121643,171.25583,17.700493,263.07016,177.23415,2376.2654,597.8419,118.773834,156.02296,365.0428,5.2968946,7.7149625,16.06002,3.0768068,3.2073889,48.09032,60.62845,94.52164,29.42183,35.939407,73.676765,11.148975,3661.164,27.910126,24.809813,19.901375,15.477563,220.36281,50.055176,25.281586,6.6350904,19.469376,28.4302,98.96488,210.3943,59.497242,207.42311,42.558422,27.420609,132.1818,83.76516,474.51437,89.10391,1.8986506,6.345027,6.2688913,62.339157,13103.021,1.8563759,24.150755,47.56784,22.663454,213.5961,60.757526,108.12043,2.1379883,112.37208,429.72324,234.22395,96.52214,426.81302,44.257393,79.71053,129.76587,12.887,2.3369842,14.850159,777.1317,0.1222874,0.39514515,69.668976,12.428688,6.5620794,8.135462,16.030985,87.6985,36.135906,133.13264,677.20105,347.23914,2680.1282,2064.3616,41.791515,71.994934,6631.656,10.546561,124.92456,698.26184,220.82147,297.1204,122.89159,784.6907,798.7107,487.98578,26.828724,161.92702,648.0284,1221.3148,70.99062,686.024,90.54497,1.2542726,50.50397,0.94350773,0.7657005,2.9691012,46.24594,224.8388,78.936226,18.156137,990.2963,294.30487,169.93549,244.4086,60.2861,54.08804,31.834993,88.842766,28.783266,310.2835,149.4693,34.149395,38.965557,34.12352,75.92756,80.1468,11.621038,291.5403,83.14857,713.33075,27.61327,1392.6195,67.85293,368.21246,605.9905,27.43245,18.794739,757.028,783.57294,1872.2158,169.66975 +2023-10-06 12:00:00,0.0,11469.927,319.9838,73.276955,76.64449,62.269756,282.0393,39.832138,71.829735,26.286484,43.1526,1639.3127,118.09995,25.058989,219.74617,0.38856766,0.27457634,36.98177,0.5839491,0.12180956,643.7861,0.076539785,617.7677,91.89354,0.06537514,0.050236188,204.33125,32.87469,80.96416,119.370674,14675.363,0.07893929,2184.4402,1.6740345,0.07028857,0.12877968,0.12267434,230.82755,293.07654,23.564573,111.91532,39.67992,20.568745,2034.2214,1.7093151,76.69456,36.785343,432.7735,32.968872,459.4583,20.09655,94.14152,0.0,1179.2944,4960.195,3.0234044,397.2232,67.42025,31849.682,53.721523,2.9576356,20.948694,46.899563,14.899047,3.753778,23.178265,782.32367,328.4427,28.984047,2.379291,5.8073497,171.16989,17.678648,262.9916,177.35806,2375.4878,598.01935,118.75025,155.99738,364.6315,5.2969565,7.7158146,16.092855,3.0774617,3.2124295,48.048058,60.582695,94.54139,29.405985,35.914658,73.64856,11.150172,3660.8064,27.904482,24.806452,19.897976,15.4709,220.30069,50.03453,25.274193,6.6334677,19.458174,28.412807,98.9171,210.28522,59.45161,207.33173,42.52767,27.39975,132.12735,83.72863,474.00854,89.08499,1.8988389,6.3419356,6.2676616,62.28996,13090.432,1.8568978,24.132143,47.597176,22.6544,213.51181,60.741936,108.13546,2.1397908,112.32702,429.8043,234.3581,96.45031,426.85083,44.282257,79.67723,129.7133,12.897647,2.3380766,14.855691,776.79846,0.122907065,0.39578494,69.69312,12.4262905,6.565766,8.1385765,16.032103,87.7494,36.116333,133.1672,677.37744,347.3534,2680.1152,2064.3723,41.77637,71.9879,6626.8745,10.557889,124.88105,698.1292,220.73347,297.00604,122.85965,784.32904,798.2582,487.94162,26.81106,161.86182,647.53,1220.4182,70.91649,685.2364,90.4504,1.2550411,50.504375,0.9438712,0.76647633,2.972651,46.197742,224.81407,78.86685,18.158602,989.40393,294.03494,169.78342,244.16936,60.241936,54.08871,31.819357,88.730705,28.77016,310.0264,149.32512,34.14386,38.927105,34.093548,75.86244,80.06102,11.6087475,291.29965,83.07208,712.76746,27.591284,1391.4514,67.798965,368.35425,605.44183,27.413082,18.789797,756.49506,783.18054,1871.8003,169.94893 +2023-10-06 13:00:00,0.0,11460.022,319.70316,73.291336,76.69184,62.27483,282.1121,39.84353,71.87531,26.289604,43.175556,1638.3212,118.045204,25.063408,219.80428,0.39032075,0.2762293,37.001713,0.58757204,0.12164731,644.2282,0.07649337,618.17114,91.93386,0.06528932,0.05017875,204.56718,32.889473,81.11709,119.43721,14664.508,0.07922573,2185.3137,1.6825614,0.0704841,0.12902774,0.12313862,230.92725,293.16827,23.575474,111.83703,39.681053,20.559624,2033.3154,1.7120541,76.679306,36.763317,432.8428,32.961857,459.3641,20.079258,94.0981,0.0,1178.9146,4958.0312,3.0196235,397.04208,67.35977,31836.22,53.691097,2.9543757,20.941883,46.88713,14.886661,3.751487,23.171679,781.86346,328.17993,28.971472,2.37677,5.802535,171.08395,17.656803,262.91306,177.482,2374.7104,598.1968,118.72667,155.97179,364.22018,5.297018,7.7166667,16.125692,3.0781167,3.21747,48.005795,60.53694,94.56115,29.390142,35.889908,73.620346,11.15137,3660.449,27.898836,24.803091,19.894579,15.464235,220.23857,50.01388,25.266802,6.6318445,19.446972,28.395412,98.869316,210.17615,59.40598,207.24034,42.49692,27.378893,132.07292,83.69211,473.50275,89.06606,1.899027,6.338844,6.266432,62.240765,13077.842,1.8574198,24.113533,47.62651,22.645344,213.42754,60.726345,108.15048,2.1415935,112.28196,429.88535,234.49222,96.37848,426.8886,44.307125,79.64393,129.66074,12.908294,2.339169,14.861222,776.46515,0.12352673,0.3964247,69.71727,12.423892,6.5694523,8.14169,16.033222,87.80029,36.09676,133.20177,677.55383,347.46762,2680.1025,2064.3828,41.76123,71.980865,6622.093,10.569217,124.83753,697.9965,220.64546,296.8917,122.82772,783.96735,797.8056,487.8975,26.793394,161.79663,647.0317,1219.5216,70.84235,684.4487,90.35583,1.2558095,50.504776,0.9442347,0.76725215,2.9762008,46.149544,224.78932,78.797485,18.161066,988.5116,293.765,169.63135,243.93011,60.19777,54.089382,31.80372,88.61864,28.757057,309.7693,149.18094,34.13832,38.888653,34.063576,75.79733,79.97524,11.5964575,291.05902,82.9956,712.20416,27.5693,1390.2833,67.745,368.496,604.89325,27.393715,18.784855,755.96216,782.78815,1871.3849,170.2281 +2023-10-06 14:00:00,0.0,11450.118,319.42255,73.30572,76.7392,62.279903,282.1849,39.85492,71.92089,26.292725,43.19851,1637.3295,117.990456,25.06783,219.8624,0.39207384,0.27788225,37.02166,0.59119505,0.12148507,644.6704,0.07644695,618.5746,91.97418,0.0652035,0.05012131,204.8031,32.90426,81.27001,119.503746,14653.651,0.07951217,2186.1875,1.6910883,0.070679635,0.1292758,0.12360291,231.02696,293.26,23.586374,111.758736,39.68219,20.550503,2032.4095,1.7147932,76.66406,36.741287,432.9121,32.954838,459.2699,20.061964,94.05469,0.0,1178.5347,4955.867,3.015843,396.861,67.29929,31822.758,53.660667,2.9511156,20.935074,46.874702,14.874275,3.749196,23.165092,781.4033,327.9172,28.958897,2.374249,5.7977204,170.99802,17.634958,262.8345,177.60591,2373.9329,598.37415,118.703094,155.9462,363.8089,5.2970796,7.717519,16.15853,3.0787716,3.2225106,47.96353,60.491188,94.58091,29.3743,35.865158,73.59214,11.152567,3660.0913,27.893192,24.79973,19.89118,15.457572,220.17647,49.993233,25.259409,6.6302214,19.43577,28.37802,98.82153,210.06706,59.360348,207.14896,42.46617,27.358034,132.01848,83.65558,472.99692,89.04714,1.8992152,6.3357525,6.265202,62.191566,13065.251,1.8579417,24.094921,47.655846,22.63629,213.34326,60.71075,108.165504,2.143396,112.23689,429.96637,234.62636,96.30664,426.9264,44.33199,79.61063,129.60815,12.9189415,2.3402615,14.866755,776.1319,0.124146394,0.3970645,69.74142,12.421494,6.5731387,8.144805,16.03434,87.8512,36.077187,133.23633,677.7302,347.58188,2680.0896,2064.3936,41.74609,71.97383,6617.3115,10.580544,124.79402,697.8639,220.55746,296.77734,122.795784,783.6057,797.3531,487.85333,26.77573,161.73145,646.5334,1218.625,70.7682,683.66113,90.26126,1.256578,50.50518,0.9445982,0.768028,2.9797509,46.101345,224.76459,78.72812,18.16353,987.61926,293.49506,169.47926,243.69086,60.153606,54.090054,31.788084,88.50657,28.743952,309.51218,149.03676,34.132786,38.8502,34.0336,75.73222,79.88947,11.5841675,290.8184,82.91911,711.6409,27.547314,1389.1151,67.69104,368.6378,604.34467,27.374348,18.779913,755.4292,782.39575,1870.9694,170.50728 +2023-10-06 15:00:00,0.0,11440.214,319.1419,73.3201,76.786545,62.284977,282.2577,39.86631,71.96646,26.295845,43.221462,1636.3379,117.93571,25.072248,219.92052,0.3938269,0.27953523,37.041603,0.59481806,0.121322826,645.11255,0.07640053,618.9781,92.0145,0.06511768,0.05006387,205.03903,32.919044,81.42294,119.57028,14642.796,0.07979861,2187.061,1.6996152,0.07087517,0.12952386,0.1240672,231.12666,293.35175,23.597273,111.68044,39.683327,20.541382,2031.5035,1.7175323,76.64881,36.71926,432.98145,32.947823,459.1757,20.044672,94.01127,0.0,1178.1548,4953.7036,3.012062,396.67987,67.238815,31809.297,53.63024,2.9478557,20.928263,46.86227,14.86189,3.746905,23.158506,780.9431,327.65445,28.946323,2.3717282,5.792906,170.91208,17.613113,262.75595,177.72984,2373.1553,598.5516,118.67952,155.92061,363.3976,5.2971416,7.7183714,16.191364,3.0794265,3.2275512,47.92127,60.445435,94.60067,29.358456,35.84041,73.56393,11.153765,3659.734,27.887548,24.796371,19.887781,15.450909,220.11435,49.972584,25.252016,6.628598,19.424568,28.360624,98.77375,209.95798,59.314716,207.05756,42.435425,27.337177,131.96405,83.61906,472.4911,89.02822,1.8994033,6.332661,6.263972,62.14237,13052.661,1.8584638,24.07631,47.68518,22.627234,213.25899,60.69516,108.18053,2.1451986,112.19183,430.04742,234.7605,96.23481,426.9642,44.356853,79.577324,129.55559,12.929588,2.341354,14.872287,775.7986,0.12476607,0.3977043,69.76557,12.419095,6.576825,8.147919,16.03546,87.90209,36.057613,133.27089,677.9066,347.69614,2680.077,2064.4043,41.73095,71.96679,6612.5303,10.591872,124.7505,697.73126,220.46947,296.663,122.76385,783.2441,796.9006,487.8092,26.758064,161.66626,646.03503,1217.7284,70.69406,682.87354,90.166695,1.2573464,50.50558,0.9449617,0.76880383,2.9833007,46.053146,224.73984,78.65875,18.165995,986.7269,293.22513,169.3272,243.45161,60.109444,54.090725,31.772448,88.39451,28.730846,309.25507,148.89258,34.127247,38.81175,34.003628,75.667114,79.803696,11.5718775,290.57776,82.84263,711.07764,27.525328,1387.947,67.637085,368.77954,603.7961,27.354982,18.774971,754.8963,782.00336,1870.5538,170.78644 +2023-10-06 16:00:00,0.0,11430.31,318.86127,73.33448,76.8339,62.290054,282.33047,39.8777,72.01204,26.298964,43.24442,1635.3463,117.88096,25.076668,219.97862,0.39558,0.2811882,37.06155,0.598441,0.12116058,645.55475,0.07635412,619.38153,92.05483,0.06503186,0.05000643,205.27496,32.93383,81.57587,119.63682,14631.939,0.080085054,2187.9346,1.7081422,0.0710707,0.12977192,0.12453149,231.22636,293.44348,23.608173,111.60215,39.68446,20.53226,2030.5975,1.7202713,76.63356,36.69723,433.05072,32.940807,459.08148,20.027378,93.96786,0.0,1177.7749,4951.5396,3.0082815,396.49878,67.17834,31795.836,53.599815,2.9445956,20.921453,46.84984,14.8495035,3.7446141,23.15192,780.483,327.3917,28.933748,2.3692071,5.7880917,170.82613,17.591267,262.6774,177.85376,2372.3777,598.729,118.65593,155.89502,362.98633,5.297203,7.7192235,16.224201,3.0800815,3.2325919,47.879005,60.39968,94.62042,29.342613,35.81566,73.53572,11.154962,3659.3765,27.881905,24.79301,19.884382,15.444244,220.05223,49.951935,25.244623,6.626975,19.413366,28.343231,98.72597,209.84889,59.269085,206.96617,42.404675,27.316319,131.9096,83.58253,471.98526,89.0093,1.8995916,6.32957,6.262742,62.09317,13040.071,1.8589857,24.0577,47.714516,22.61818,213.1747,60.67957,108.19555,2.147001,112.146774,430.12848,234.89464,96.16298,427.00198,44.38172,79.54403,129.50302,12.940235,2.3424463,14.877819,775.46533,0.12538573,0.39834407,69.78972,12.4166975,6.5805116,8.151032,16.036577,87.95299,36.03804,133.30545,678.083,347.81036,2680.064,2064.415,41.71581,71.959755,6607.749,10.6032,124.706985,697.5986,220.38145,296.54865,122.73192,782.88245,796.448,487.76505,26.740398,161.60107,645.5367,1216.8318,70.61992,682.08594,90.07213,1.2581148,50.505985,0.9453252,0.76957965,2.9868505,46.004948,224.7151,78.589386,18.168459,985.8346,292.9552,169.17513,243.21237,60.06528,54.091396,31.756811,88.28244,28.717741,308.99796,148.7484,34.12171,38.773296,33.973656,75.602,79.71792,11.5595875,290.3371,82.76614,710.51434,27.503342,1386.7788,67.58312,368.92133,603.2475,27.335615,18.77003,754.36334,781.61096,1870.1384,171.06561 +2023-10-06 17:00:00,0.0,11420.405,318.58063,73.34887,76.88125,62.295128,282.40326,39.88909,72.05762,26.302084,43.267372,1634.3546,117.82621,25.081089,220.03674,0.39733306,0.28284118,37.081493,0.602064,0.12099834,645.9969,0.07630771,619.785,92.09515,0.06494603,0.049948994,205.51088,32.948616,81.7288,119.703354,14621.083,0.08037149,2188.808,1.7166691,0.07126623,0.13001998,0.12499578,231.32607,293.53525,23.619072,111.52386,39.685596,20.52314,2029.6917,1.7230104,76.61832,36.675205,433.12006,32.933792,458.98727,20.010084,93.92444,0.0,1177.3949,4949.3755,3.0045006,396.3177,67.11786,31782.373,53.569386,2.9413357,20.914644,46.837406,14.837118,3.7423232,23.145334,780.02277,327.12897,28.921173,2.366686,5.783277,170.74019,17.569422,262.59885,177.97769,2371.6,598.90643,118.632355,155.86943,362.57504,5.297265,7.7200756,16.257036,3.0807364,3.2376323,47.836746,60.353928,94.64018,29.326769,35.79091,73.50751,11.156158,3659.0188,27.876259,24.78965,19.880983,15.437581,219.99011,49.93129,25.23723,6.625352,19.402164,28.325836,98.678185,209.7398,59.223454,206.87479,42.373924,27.295462,131.85516,83.546005,471.47943,88.99037,1.8997797,6.3264785,6.2615123,62.043976,13027.48,1.8595077,24.039087,47.74385,22.609125,213.09042,60.66398,108.21057,2.1488037,112.101715,430.2095,235.02876,96.09114,427.03976,44.406586,79.51073,129.45045,12.950883,2.3435388,14.883351,775.132,0.1260054,0.39898387,69.813866,12.414299,6.5841975,8.154147,16.037695,88.00388,36.018467,133.34001,678.2594,347.92462,2680.0513,2064.4258,41.70067,71.95272,6602.968,10.614528,124.663475,697.46594,220.29346,296.43433,122.69998,782.52075,795.9955,487.72092,26.722734,161.53589,645.0384,1215.9353,70.54578,681.29834,89.97756,1.2588832,50.506386,0.9456887,0.77035546,2.9904003,45.95675,224.69035,78.52002,18.170923,984.94226,292.68524,169.02304,242.97311,60.02112,54.09207,31.741175,88.17038,28.704638,308.74084,148.6042,34.116173,38.734844,33.943684,75.53689,79.63214,11.5472975,290.09647,82.68966,709.9511,27.481356,1385.6107,67.52916,369.06308,602.6989,27.316248,18.765089,753.83044,781.21857,1869.7229,171.34479 +2023-10-06 18:00:00,0.0,11410.501,318.30002,73.36325,76.9286,62.3002,282.47607,39.900482,72.10319,26.305204,43.290325,1633.363,117.77146,25.085508,220.09486,0.39908615,0.28449413,37.10144,0.605687,0.120836094,646.439,0.07626129,620.1884,92.135475,0.06486021,0.049891554,205.74681,32.963398,81.88172,119.76989,14610.228,0.08065794,2189.6816,1.725196,0.07146176,0.13026804,0.12546007,231.42577,293.62698,23.629972,111.445564,39.686733,20.514019,2028.7856,1.7257496,76.603065,36.65318,433.18933,32.926773,458.89307,19.992792,93.88103,0.0,1177.0149,4947.212,3.00072,396.13657,67.05738,31768.912,53.53896,2.9380755,20.907833,46.82497,14.824733,3.7400322,23.138748,779.56256,326.8662,28.908598,2.3641653,5.7784624,170.65425,17.547577,262.52032,178.10161,2370.8225,599.08386,118.60878,155.84386,362.16376,5.2973266,7.720928,16.289873,3.0813913,3.242673,47.794483,60.308174,94.65994,29.310926,35.76616,73.4793,11.157356,3658.6614,27.870615,24.786291,19.877584,15.430918,219.928,49.91064,25.22984,6.623729,19.390963,28.308443,98.6304,209.63072,59.177822,206.7834,42.343174,27.274605,131.80074,83.509476,470.9736,88.97145,1.8999679,6.323387,6.2602825,61.994778,13014.891,1.8600296,24.020477,47.773186,22.600069,213.00615,60.648388,108.22559,2.1506062,112.056656,430.29056,235.1629,96.01931,427.07758,44.43145,79.477425,129.39787,12.96153,2.3446312,14.888884,774.79877,0.12662506,0.39962366,69.83801,12.4119005,6.587884,8.157261,16.038815,88.05479,35.998894,133.37457,678.4358,348.03888,2680.0383,2064.4365,41.685524,71.94569,6598.1865,10.6258545,124.61996,697.33325,220.20544,296.31998,122.668045,782.1591,795.54297,487.67676,26.705069,161.47069,644.54004,1215.0387,70.471634,680.51074,89.882996,1.2596518,50.506786,0.94605225,0.7711313,2.9939501,45.90855,224.66562,78.45065,18.173388,984.0499,292.4153,168.87097,242.73387,59.976955,54.092743,31.725538,88.05831,28.691532,308.48373,148.46002,34.110638,38.696392,33.913708,75.47178,79.54637,11.535007,289.85583,82.613174,709.3878,27.45937,1384.4425,67.475204,369.20486,602.1503,27.29688,18.760147,753.2975,780.8262,1869.3074,171.62396 +2023-10-06 19:00:00,0.0,11400.597,318.01938,73.37763,76.97595,62.305275,282.54886,39.911873,72.148766,26.308325,43.313282,1632.3715,117.71671,25.089928,220.15297,0.4008392,0.2861471,37.121384,0.60931003,0.12067385,646.8812,0.07621487,620.59186,92.1758,0.06477439,0.049834114,205.98274,32.978184,82.034645,119.836426,14599.371,0.080944374,2190.5552,1.733723,0.07165729,0.1305161,0.12592436,231.52547,293.71872,23.640873,111.36727,39.68787,20.504898,2027.8796,1.7284887,76.587814,36.63115,433.25867,32.919758,458.79883,19.975498,93.83761,0.0,1176.635,4945.048,2.9969392,395.95547,66.996895,31755.45,53.508533,2.9348156,20.901024,46.81254,14.812346,3.7377412,23.132162,779.1024,326.60345,28.896023,2.3616443,5.773648,170.56831,17.525732,262.44177,178.22554,2370.045,599.2613,118.5852,155.81827,361.75244,5.2973886,7.7217803,16.32271,3.0820463,3.2477136,47.75222,60.262424,94.679695,29.295084,35.74141,73.451096,11.158553,3658.3037,27.864971,24.78293,19.874186,15.424253,219.86588,49.88999,25.222446,6.622106,19.37976,28.291048,98.58262,209.52164,59.13219,206.69202,42.312428,27.253746,131.74629,83.47295,470.46777,88.95253,1.900156,6.320296,6.2590528,61.94558,13002.3,1.8605515,24.001865,47.80252,22.591015,212.92188,60.632793,108.240616,2.1524088,112.0116,430.3716,235.29704,95.94748,427.11536,44.456318,79.44412,129.3453,12.972177,2.3457236,14.894416,774.46545,0.12724473,0.40026343,69.86216,12.409503,6.5915704,8.160375,16.039932,88.10568,35.97932,133.40913,678.6122,348.1531,2680.0256,2064.447,41.670383,71.938644,6593.4053,10.637182,124.57645,697.2006,220.11745,296.20563,122.636116,781.7975,795.09045,487.6326,26.687403,161.4055,644.0417,1214.1421,70.39749,679.72314,89.78842,1.2604202,50.50719,0.9464157,0.77190715,2.9975002,45.86035,224.64087,78.38129,18.175852,983.15753,292.1454,168.7189,242.49463,59.932793,54.093414,31.709904,87.94624,28.678427,308.22662,148.31584,34.1051,38.65794,33.883736,75.40666,79.460594,11.522717,289.6152,82.53669,708.8245,27.437386,1383.2744,67.42124,369.34665,601.60175,27.277514,18.755205,752.7646,780.4338,1868.8918,171.90312 +2023-10-06 20:00:00,0.0,11390.692,317.73874,73.39201,77.0233,62.31035,282.62164,39.923264,72.19434,26.311443,43.336235,1631.3798,117.661964,25.094349,220.21109,0.4025923,0.28780007,37.14133,0.612933,0.12051161,647.32336,0.076168455,620.9953,92.216125,0.06468856,0.049776673,206.21866,32.99297,82.18758,119.90296,14588.516,0.08123082,2191.4287,1.74225,0.071852826,0.13076416,0.12638865,231.62518,293.81046,23.651772,111.28898,39.689003,20.495777,2026.9736,1.7312278,76.57257,36.609123,433.32794,32.912743,458.70462,19.958206,93.7942,0.0,1176.2551,4942.884,2.9931586,395.77435,66.93642,31741.988,53.478104,2.9315555,20.894213,46.80011,14.799961,3.7354503,23.125576,778.6422,326.34073,28.883448,2.3591232,5.768833,170.48238,17.503887,262.36322,178.34946,2369.2676,599.43866,118.56162,155.79268,361.34116,5.29745,7.7226324,16.355545,3.0827012,3.2527542,47.709957,60.216667,94.699455,29.27924,35.71666,73.42288,11.15975,3657.9463,27.859325,24.77957,19.870789,15.41759,219.80377,49.869343,25.215054,6.620483,19.368559,28.273655,98.534836,209.41257,59.08656,206.60062,42.281677,27.23289,131.69186,83.436424,469.96194,88.9336,1.9003443,6.3172045,6.257823,61.89638,12989.71,1.8610735,23.983253,47.831856,22.581959,212.83759,60.617203,108.25564,2.1542113,111.96653,430.45264,235.43117,95.87564,427.15314,44.481182,79.41082,129.29274,12.982824,2.346816,14.899948,774.1322,0.12786439,0.40090322,69.88631,12.4071045,6.595257,8.163489,16.041052,88.15658,35.959743,133.4437,678.7885,348.26736,2680.0127,2064.4578,41.655243,71.93161,6588.624,10.64851,124.53293,697.06793,220.02943,296.09128,122.60418,781.43585,794.6379,487.58847,26.669739,161.34032,643.5434,1213.2455,70.32336,678.93555,89.693855,1.2611886,50.50759,0.94677925,0.77268296,3.00105,45.812153,224.61613,78.31191,18.178316,982.2652,291.87543,168.56682,242.25537,59.88863,54.094086,31.694267,87.83418,28.665323,307.9695,148.17166,34.099564,38.619488,33.853764,75.34155,79.37482,11.510427,289.37454,82.460205,708.2612,27.4154,1382.1062,67.36728,369.4884,601.05316,27.258146,18.750263,752.2316,780.0414,1868.4764,172.1823 +2023-10-06 21:00:00,0.0,11380.788,317.45813,73.406395,77.070656,62.315422,282.69446,39.934654,72.239914,26.314564,43.359188,1630.3882,117.607216,25.098768,220.2692,0.40434536,0.28945303,37.161274,0.616556,0.12034936,647.76556,0.07612204,621.39874,92.25645,0.06460274,0.049719237,206.45459,33.007755,82.3405,119.9695,14577.659,0.08151726,2192.3025,1.7507769,0.07204836,0.13101222,0.12685294,231.72488,293.9022,23.662672,111.210686,39.69014,20.486656,2026.0677,1.7339668,76.55732,36.587093,433.39728,32.905727,458.6104,19.940912,93.75078,0.0,1175.8752,4940.72,2.9893777,395.59326,66.87594,31728.527,53.447678,2.9282956,20.887403,46.787678,14.787575,3.733159,23.11899,778.18207,326.07797,28.870872,2.3566022,5.7640185,170.39644,17.482042,262.28467,178.47339,2368.49,599.6161,118.53804,155.76709,360.92987,5.297512,7.723485,16.388382,3.0833561,3.2577946,47.667694,60.170918,94.719215,29.263397,35.69191,73.39468,11.160948,3657.5886,27.853682,24.776209,19.86739,15.410927,219.74165,49.848694,25.20766,6.61886,19.357357,28.25626,98.48705,209.30348,59.040928,206.50923,42.250927,27.21203,131.63742,83.3999,469.45612,88.91468,1.9005324,6.3141127,6.2565928,61.847187,12977.12,1.8615954,23.964643,47.861187,22.572905,212.75331,60.601612,108.27066,2.156014,111.92147,430.5337,235.5653,95.80381,427.19095,44.50605,79.37752,129.24016,12.993471,2.3479085,14.90548,773.7989,0.12848406,0.401543,69.91046,12.404706,6.598943,8.166603,16.04217,88.20747,35.94017,133.47826,678.9649,348.3816,2680.0,2064.4685,41.640102,71.924576,6583.843,10.659838,124.48942,696.9353,219.94144,295.97693,122.57224,781.07416,794.18536,487.5443,26.652073,161.27513,643.04504,1212.3489,70.249214,678.14795,89.59929,1.261957,50.507996,0.9471427,0.7734588,3.0045998,45.763954,224.59138,78.242546,18.18078,981.37286,291.6055,168.41475,242.01613,59.844467,54.094757,31.67863,87.722115,28.652218,307.7124,148.02748,34.094025,38.581036,33.82379,75.27644,79.28905,11.498137,289.1339,82.38372,707.698,27.393414,1380.9381,67.313324,369.6302,600.5046,27.23878,18.745321,751.6987,779.649,1868.0609,172.46147 +2023-10-06 22:00:00,0.0,11370.884,317.1775,73.42078,77.118004,62.320496,282.76724,39.946045,72.28549,26.317684,43.382145,1629.3966,117.552475,25.103188,220.32732,0.40609846,0.291106,37.18122,0.620179,0.12018712,648.2077,0.07607563,621.80225,92.29677,0.06451692,0.049661797,206.69052,33.022537,82.49343,120.03603,14566.803,0.0818037,2193.176,1.7593038,0.07224389,0.13126028,0.12731723,231.82458,293.99396,23.673573,111.13239,39.691277,20.477535,2025.1617,1.7367059,76.54207,36.565067,433.46658,32.89871,458.5162,19.92362,93.70737,0.0,1175.4952,4938.556,2.9855971,395.41214,66.81546,31715.064,53.41725,2.9250355,20.880592,46.775246,14.775189,3.730868,23.112404,777.72186,325.81525,28.858297,2.3540814,5.759204,170.3105,17.460197,262.20612,178.5973,2367.7124,599.7935,118.51446,155.7415,360.5186,5.2975736,7.724337,16.421217,3.084011,3.2628353,47.62543,60.125164,94.738976,29.247553,35.66716,73.36646,11.162145,3657.2312,27.848038,24.77285,19.86399,15.404263,219.67953,49.828045,25.20027,6.6172366,19.346155,28.238867,98.43927,209.1944,58.995293,206.41785,42.220177,27.191174,131.58298,83.36337,468.9503,88.89576,1.9007206,6.3110213,6.255363,61.79799,12964.529,1.8621174,23.946032,47.890522,22.56385,212.66904,60.58602,108.28568,2.1578164,111.87641,430.61475,235.69945,95.73198,427.22873,44.530914,79.344215,129.18759,13.004118,2.349001,14.911013,773.46564,0.12910374,0.4021828,69.93461,12.4023075,6.6026297,8.169718,16.043287,88.25838,35.920597,133.51282,679.1413,348.49585,2679.987,2064.4792,41.62496,71.91754,6579.0615,10.671165,124.4459,696.8027,219.85344,295.86258,122.540306,780.7125,793.73285,487.50018,26.634409,161.20995,642.5467,1211.4523,70.17507,677.36035,89.50472,1.2627255,50.508396,0.94750625,0.7742346,3.0081496,45.715755,224.56665,78.17318,18.183245,980.4805,291.33557,168.26268,241.77689,59.800304,54.09543,31.662994,87.61005,28.639112,307.45526,147.8833,34.08849,38.542583,33.793816,75.211334,79.20327,11.485847,288.89328,82.307236,707.1347,27.371428,1379.77,67.25936,369.77194,599.956,27.219412,18.74038,751.1658,779.2566,1867.6454,172.74065 +2023-10-06 23:00:00,0.0,11360.979,316.89685,73.43516,77.16536,62.32557,282.84003,39.957436,72.33107,26.320805,43.405098,1628.4049,117.49773,25.107609,220.38544,0.40785155,0.29275897,37.201164,0.62380195,0.120024875,648.6499,0.07602921,622.2057,92.33709,0.0644311,0.049604356,206.92644,33.037323,82.646355,120.10257,14555.947,0.08209014,2194.0496,1.7678307,0.072439425,0.13150834,0.12778151,231.92429,294.0857,23.684471,111.0541,39.692413,20.468414,2024.2557,1.739445,76.526825,36.543037,433.5359,32.891693,458.422,19.906326,93.66395,0.0,1175.1154,4936.392,2.9818163,395.23105,66.75498,31701.604,53.38682,2.9217756,20.873783,46.762817,14.762804,3.7285771,23.105818,777.2617,325.5525,28.845722,2.3515604,5.7543893,170.22456,17.438353,262.12756,178.72124,2366.9348,599.97095,118.49088,155.71591,360.1073,5.297635,7.725189,16.454054,3.084666,3.267876,47.583168,60.07941,94.75873,29.23171,35.64241,73.33826,11.1633415,3656.8735,27.842394,24.76949,19.860592,15.397599,219.61742,49.8074,25.192877,6.6156135,19.334953,28.221472,98.39149,209.08531,58.94966,206.32646,42.189426,27.170315,131.52855,83.32685,468.44446,88.87684,1.9009087,6.30793,6.254133,61.74879,12951.939,1.8626393,23.927422,47.919857,22.554794,212.58476,60.57043,108.300705,2.159619,111.83135,430.69577,235.83357,95.66014,427.2665,44.55578,79.31092,129.13503,13.014766,2.3500934,14.916545,773.1323,0.1297234,0.40282258,69.958755,12.39991,6.606316,8.172832,16.044407,88.30927,35.901024,133.54738,679.3177,348.6101,2679.9744,2064.49,41.60982,71.91051,6574.2803,10.682493,124.40239,696.67,219.76543,295.74823,122.50838,780.3509,793.28033,487.45602,26.616743,161.14474,642.0484,1210.5558,70.10093,676.5727,89.41016,1.2634939,50.5088,0.9478697,0.7750104,3.0116994,45.667557,224.5419,78.10381,18.185709,979.5882,291.0656,168.1106,241.53763,59.75614,54.096104,31.647358,87.497986,28.626009,307.19815,147.73912,34.08295,38.50413,33.763844,75.14622,79.11749,11.473557,288.65265,82.23075,706.5714,27.349442,1378.6018,67.2054,369.91373,599.4074,27.200047,18.735437,750.6329,778.8642,1867.23,173.0198 +2023-10-07 00:00:00,0.0,11351.074,316.6162,73.44954,77.21271,62.330643,282.91284,39.968826,72.37664,26.323923,43.42805,1627.4133,117.44298,25.112028,220.44354,0.4096046,0.29441193,37.22111,0.62742496,0.11986263,649.09204,0.075982794,622.60913,92.37742,0.06434528,0.049546916,207.16237,33.05211,82.799286,120.169106,14545.091,0.082376584,2194.923,1.7763577,0.07263496,0.1317564,0.1282458,232.02399,294.17743,23.695372,110.97581,39.693546,20.459293,2023.3497,1.742184,76.51157,36.52101,433.60516,32.884678,458.3278,19.889032,93.62054,0.0,1174.7354,4934.2285,2.9780357,395.04996,66.6945,31688.14,53.356396,2.9185154,20.866974,46.750385,14.750418,3.7262862,23.099232,776.8015,325.28973,28.833147,2.3490393,5.7495747,170.13861,17.416508,262.049,178.84515,2366.1572,600.1484,118.4673,155.69032,359.696,5.297697,7.7260413,16.48689,3.085321,3.2729163,47.540905,60.033657,94.77849,29.215866,35.61766,73.31004,11.164539,3656.516,27.836748,24.766129,19.857193,15.390936,219.5553,49.78675,25.185484,6.6139903,19.323751,28.204079,98.343704,208.97623,58.90403,206.23506,42.15868,27.149458,131.4741,83.29032,467.93863,88.85791,1.9010969,6.3048387,6.2529035,61.699593,12939.349,1.8631613,23.90881,47.949192,22.54574,212.50047,60.55484,108.315735,2.1614218,111.78629,430.77682,235.96771,95.58831,427.30432,44.580647,79.27762,129.08244,13.025413,2.3511858,14.922077,772.7991,0.13034306,0.40346235,69.9829,12.3975115,6.610002,8.175945,16.045525,88.36017,35.88145,133.58192,679.494,348.72433,2679.9614,2064.5005,41.59468,71.903465,6569.4985,10.693821,124.35887,696.53735,219.67743,295.63388,122.47644,779.98926,792.82776,487.4119,26.599077,161.07956,641.55005,1209.6592,70.02679,675.7851,89.31559,1.2642624,50.5092,0.94823325,0.7757863,3.0152495,45.619354,224.51717,78.03445,18.188173,978.69586,290.7957,167.95853,241.29839,59.71198,54.096775,31.631721,87.38592,28.612904,306.94104,147.59494,34.077415,38.46568,33.73387,75.08111,79.031715,11.461267,288.41202,82.15427,706.0082,27.327456,1377.4337,67.151436,370.05548,598.85876,27.18068,18.730495,750.0999,778.4718,1866.8145,173.29898 +2023-10-07 01:00:00,0.0,11341.17,316.3356,73.46392,77.26006,62.335716,282.98563,39.980217,72.42222,26.327044,43.451008,1626.4216,117.38823,25.116447,220.50166,0.4113577,0.2960649,37.241055,0.63104796,0.11970039,649.53424,0.07593638,623.0126,92.41774,0.064259455,0.04948948,207.39828,33.066895,82.95221,120.23564,14534.235,0.08266302,2195.7966,1.7848847,0.07283049,0.13200445,0.12871009,232.1237,294.26917,23.70627,110.897514,39.694683,20.450174,2022.4438,1.7449231,76.49632,36.49898,433.6745,32.877663,458.23358,19.87174,93.57712,0.0,1174.3555,4932.0645,2.9742548,394.86884,66.634026,31674.68,53.32597,2.9152555,20.860163,46.73795,14.738032,3.7239952,23.092646,776.3414,325.027,28.820574,2.3465185,5.74476,170.05267,17.394663,261.97046,178.96909,2365.3796,600.3258,118.44372,155.66473,359.2847,5.2977586,7.726894,16.519726,3.085976,3.277957,47.498642,59.987907,94.79825,29.200024,35.59291,73.28184,11.165736,3656.1587,27.831104,24.76277,19.853794,15.384272,219.49318,49.7661,25.178091,6.6123676,19.31255,28.186684,98.29593,208.86714,58.8584,206.14368,42.12793,27.1286,131.41968,83.2538,467.4328,88.83899,1.901285,6.3017473,6.2516737,61.650394,12926.759,1.8636832,23.8902,47.978527,22.536684,212.4162,60.539246,108.33076,2.1632242,111.741234,430.85788,236.10185,95.51648,427.3421,44.60551,79.244316,129.02988,13.036059,2.3522782,14.927609,772.46576,0.13096273,0.40410215,70.00705,12.395113,6.6136885,8.17906,16.046644,88.411064,35.861877,133.61649,679.6704,348.8386,2679.9487,2064.5112,41.579536,71.89643,6564.7173,10.705149,124.31535,696.40466,219.58942,295.51953,122.4445,779.62756,792.37524,487.36774,26.581413,161.01437,641.0517,1208.7626,69.952644,674.9975,89.221016,1.2650309,50.509605,0.9485967,0.7765621,3.0187993,45.571156,224.49242,77.96508,18.190636,977.8035,290.52576,167.80646,241.05914,59.667816,54.097446,31.616085,87.27385,28.599798,306.68393,147.45076,34.071877,38.427227,33.703896,75.016,78.945946,11.448977,288.17136,82.07778,705.4449,27.30547,1376.2655,67.09748,370.19727,598.3102,27.161312,18.725554,749.567,778.0794,1866.3989,173.57816 +2023-10-07 02:00:00,0.0,11331.266,316.05496,73.4783,77.30741,62.340794,283.0584,39.991608,72.4678,26.330164,43.47396,1625.43,117.33348,25.120869,220.55977,0.41311076,0.29771787,37.261,0.6346709,0.11953814,649.9764,0.07588996,623.416,92.45806,0.06417363,0.04943204,207.63422,33.08168,83.10514,120.30218,14523.379,0.08294947,2196.6702,1.7934116,0.073026024,0.13225251,0.12917438,232.2234,294.3609,23.71717,110.81922,39.69582,20.441053,2021.5378,1.7476622,76.48108,36.476955,433.7438,32.870644,458.13937,19.854446,93.53371,0.0,1173.9756,4929.901,2.9704742,394.68774,66.57355,31661.219,53.29554,2.9119954,20.853354,46.725517,14.725647,3.7217042,23.08606,775.88116,324.76425,28.807999,2.3439975,5.7399454,169.96674,17.372818,261.89194,179.09302,2364.602,600.5032,118.42014,155.63914,358.8734,5.2978206,7.727746,16.552563,3.0866308,3.2829976,47.45638,59.94215,94.81801,29.184181,35.56816,73.253624,11.166933,3655.801,27.82546,24.759409,19.850395,15.377608,219.43108,49.745453,25.170698,6.6107445,19.301348,28.16929,98.248146,208.75806,58.812767,206.05229,42.09718,27.107742,131.36523,83.21728,466.92697,88.82007,1.9014733,6.298656,6.250444,61.6012,12914.169,1.8642052,23.871588,48.007862,22.52763,212.33192,60.523655,108.34578,2.165027,111.69617,430.9389,236.236,95.44464,427.37988,44.630375,79.21101,128.97731,13.046707,2.3533707,14.933142,772.1325,0.1315824,0.4047419,70.0312,12.3927145,6.617375,8.182174,16.047762,88.46197,35.842304,133.65105,679.8468,348.95285,2679.9358,2064.522,41.564396,71.8894,6559.936,10.716476,124.27184,696.27203,219.50142,295.40518,122.412575,779.2659,791.9227,487.3236,26.563747,160.94919,640.5534,1207.866,69.8785,674.2099,89.12645,1.2657993,50.510006,0.94896024,0.7773379,3.022349,45.522957,224.46768,77.89571,18.1931,976.91113,290.25583,167.65439,240.81989,59.623653,54.098118,31.600449,87.16179,28.586693,306.42682,147.30656,34.06634,38.388775,33.673923,74.95088,78.86017,11.436687,287.93073,82.0013,704.8816,27.283485,1375.0974,67.04352,370.33902,597.7616,27.141945,18.720612,749.03406,777.68695,1865.9834,173.85733 +2023-10-07 03:00:00,0.0,11321.361,315.77432,73.49268,77.35476,62.345867,283.13123,40.003,72.51337,26.333284,43.496914,1624.4385,117.27873,25.125288,220.61789,0.41486385,0.29937083,37.280945,0.6382939,0.1193759,650.4185,0.07584355,623.81946,92.49839,0.06408781,0.0493746,207.87015,33.096462,83.258064,120.36872,14512.523,0.083235905,2197.5437,1.8019385,0.07322156,0.13250057,0.12963867,232.3231,294.45264,23.728071,110.74093,39.696953,20.431932,2020.6318,1.7504013,76.46583,36.454926,433.8131,32.86363,458.04514,19.837154,93.49029,0.0,1173.5957,4927.737,2.9666934,394.50662,66.51307,31647.756,53.265114,2.9087355,20.846542,46.71309,14.713261,3.7194133,23.079473,775.42096,324.50153,28.795424,2.3414764,5.7351313,169.8808,17.350973,261.8134,179.21693,2363.8247,600.6806,118.39656,155.61356,358.46213,5.297882,7.728598,16.5854,3.0872858,3.2880383,47.414116,59.8964,94.83776,29.168337,35.54341,73.22542,11.168131,3655.4436,27.819817,24.756048,19.846996,15.370945,219.36896,49.724804,25.163307,6.6091213,19.290146,28.151896,98.20036,208.64897,58.767136,205.9609,42.06643,27.086884,131.3108,83.18075,466.42114,88.80115,1.9016614,6.2955647,6.2492137,61.552002,12901.578,1.8647271,23.852976,48.037197,22.518576,212.24763,60.508064,108.3608,2.1668293,111.65111,431.01996,236.37012,95.37281,427.4177,44.655243,79.17771,128.92473,13.057354,2.354463,14.938674,771.7992,0.13220206,0.4053817,70.05535,12.390317,6.6210613,8.185287,16.04888,88.51286,35.82273,133.68561,680.0232,349.06708,2679.923,2064.5327,41.549255,71.88236,6555.155,10.727803,124.228325,696.13934,219.4134,295.29083,122.38064,778.9043,791.47015,487.27945,26.546083,160.884,640.05505,1206.9694,69.80437,673.4223,89.03188,1.2665677,50.51041,0.9493237,0.7781137,3.025899,45.47476,224.44293,77.82635,18.195564,976.0188,289.98587,167.5023,240.58064,59.57949,54.09879,31.584814,87.04972,28.57359,306.1697,147.16238,34.060802,38.350323,33.64395,74.88577,78.77439,11.424397,287.6901,81.92481,704.31836,27.2615,1373.9292,66.989555,370.4808,597.213,27.122578,18.71567,748.50116,777.29456,1865.568,174.13649 +2023-10-07 04:00:00,0.0,11311.457,315.4937,73.507065,77.402115,62.35094,283.204,40.01439,72.558945,26.336403,43.51987,1623.4468,117.22398,25.129707,220.67601,0.41661692,0.3010238,37.30089,0.64191693,0.119213656,650.8607,0.07579713,624.2229,92.53871,0.064001985,0.04931716,208.10606,33.111248,83.410995,120.43526,14501.667,0.08352235,2198.4172,1.8104655,0.07341709,0.13274863,0.13010296,232.4228,294.5444,23.73897,110.662636,39.69809,20.422812,2019.726,1.7531404,76.45058,36.4329,433.8824,32.856613,457.95093,19.81986,93.44688,0.0,1173.2158,4925.5728,2.9629128,394.32553,66.45259,31634.295,53.234688,2.9054754,20.839733,46.700657,14.700875,3.7171223,23.072887,774.9608,324.23877,28.782848,2.3389556,5.7303166,169.79486,17.329128,261.73483,179.34087,2363.047,600.85803,118.372986,155.58797,358.05084,5.297944,7.7294507,16.618235,3.0879407,3.2930787,47.371853,59.850643,94.85752,29.152494,35.51866,73.197205,11.169328,3655.086,27.81417,24.752687,19.843597,15.364281,219.30684,49.70416,25.155914,6.607498,19.278944,28.134502,98.15258,208.53989,58.721504,205.86952,42.03568,27.066027,131.25636,83.144226,465.9153,88.78222,1.9018496,6.2924733,6.247984,61.502804,12888.988,1.8652492,23.834366,48.066532,22.50952,212.16336,60.492474,108.375824,2.168632,111.60605,431.101,236.50426,95.30098,427.45547,44.680107,79.14441,128.87216,13.068002,2.3555553,14.944206,771.46594,0.13282172,0.4060215,70.0795,12.387918,6.6247478,8.188402,16.05,88.56376,35.803158,133.72017,680.1996,349.18134,2679.9102,2064.5435,41.534115,71.87532,6550.3735,10.739131,124.184814,696.0067,219.32541,295.17648,122.3487,778.54266,791.01764,487.23532,26.528418,160.81882,639.5567,1206.0728,69.730225,672.6347,88.93732,1.2673361,50.51081,0.94968724,0.77888954,3.0294487,45.42656,224.4182,77.75697,18.198029,975.12646,289.71594,167.35023,240.3414,59.535328,54.09946,31.569178,86.93766,28.560484,305.9126,147.0182,34.055267,38.31187,33.61398,74.82066,78.68862,11.4121065,287.44946,81.84833,703.75507,27.239513,1372.7611,66.9356,370.62256,596.6644,27.10321,18.710728,747.9682,776.90216,1865.1525,174.41566 +2023-10-07 05:00:00,0.0,11301.553,315.21307,73.52145,77.44946,62.356014,283.2768,40.02578,72.60452,26.339523,43.542824,1622.4552,117.169235,25.134129,220.73412,0.41837,0.30267677,37.32084,0.64553994,0.119051404,651.30286,0.075750716,624.6264,92.57903,0.06391616,0.049259722,208.342,33.126034,83.56392,120.50179,14490.811,0.083808795,2199.291,1.8189924,0.07361262,0.1329967,0.13056725,232.5225,294.63614,23.74987,110.58434,39.699226,20.41369,2018.82,1.7558795,76.43533,36.41087,433.95172,32.849598,457.85672,19.802567,93.40346,0.0,1172.8359,4923.409,2.959132,394.1444,66.39211,31620.834,53.204258,2.9022155,20.832924,46.688225,14.688489,3.7148314,23.066301,774.5006,323.976,28.770273,2.3364346,5.725502,169.70892,17.307283,261.65628,179.46478,2362.2695,601.03546,118.34941,155.56238,357.63956,5.2980056,7.730303,16.651072,3.0885956,3.2981193,47.32959,59.804893,94.87728,29.13665,35.49391,73.169,11.170525,3654.7285,27.808527,24.749329,19.8402,15.357617,219.24472,49.68351,25.148521,6.605875,19.267742,28.11711,98.1048,208.43082,58.675873,205.77812,42.004932,27.045168,131.20192,83.1077,465.4095,88.7633,1.9020377,6.2893815,6.246754,61.453606,12876.398,1.865771,23.815754,48.095867,22.500465,212.07909,60.476883,108.39085,2.1704345,111.56099,431.18204,236.6384,95.22914,427.49326,44.70497,79.11111,128.8196,13.078649,2.3566477,14.9497385,771.1326,0.13344139,0.40666127,70.103645,12.38552,6.628434,8.191516,16.051117,88.614655,35.783585,133.75473,680.376,349.2956,2679.8975,2064.5542,41.518974,71.868286,6545.5923,10.750459,124.1413,695.8741,219.23741,295.06213,122.316765,778.18097,790.5651,487.19116,26.510752,160.75362,639.0584,1205.1763,69.65608,671.8471,88.84275,1.2681046,50.511215,0.9500508,0.77966535,3.0329988,45.37836,224.39345,77.68761,18.200493,974.23413,289.446,167.19817,240.10216,59.491165,54.100136,31.553541,86.82559,28.547379,305.6555,146.87402,34.04973,38.27342,33.584003,74.755554,78.602844,11.3998165,287.2088,81.77184,703.1918,27.217527,1371.5929,66.88164,370.76434,596.11584,27.083843,18.705786,747.4353,776.50977,1864.7369,174.69484 +2023-10-07 06:00:00,0.0,11291.648,314.93243,73.53583,77.49682,62.361088,283.3496,40.03717,72.65009,26.342644,43.565777,1621.4636,117.11449,25.138548,220.79224,0.42012307,0.30432975,37.340782,0.6491629,0.11888916,651.74506,0.0757043,625.02985,92.619354,0.06383034,0.049202282,208.57793,33.14082,83.71685,120.56833,14479.955,0.08409523,2200.1646,1.8275193,0.073808156,0.13324475,0.13103154,232.62221,294.72787,23.760769,110.50605,39.700363,20.40457,2017.914,1.7586186,76.42008,36.388844,434.02103,32.842583,457.7625,19.785275,93.36005,0.0,1172.4559,4921.245,2.9553514,393.96332,66.331635,31607.371,53.173832,2.8989553,20.826113,46.675793,14.676104,3.7125401,23.059715,774.04047,323.7133,28.757698,2.3339136,5.7206874,169.62299,17.285439,261.57773,179.58871,2361.492,601.2129,118.32582,155.53679,357.22824,5.2980676,7.731155,16.683907,3.0892506,3.30316,47.287327,59.75914,94.89703,29.120808,35.469162,73.14079,11.171722,3654.3708,27.802883,24.745968,19.836802,15.350954,219.1826,49.66286,25.141129,6.604252,19.25654,28.099714,98.057014,208.32173,58.63024,205.68674,41.974182,27.024311,131.14749,83.071175,464.90366,88.74438,1.902226,6.28629,6.2455244,61.40441,12863.808,1.8662931,23.797144,48.125202,22.49141,211.99481,60.46129,108.40587,2.1722372,111.51593,431.2631,236.77252,95.15731,427.53107,44.72984,79.077805,128.76701,13.089295,2.3577402,14.955271,770.7994,0.13406105,0.40730107,70.12779,12.383122,6.6321206,8.19463,16.052235,88.66555,35.76401,133.78929,680.55237,349.40982,2679.8845,2064.5647,41.503834,71.86125,6540.811,10.761786,124.097786,695.7414,219.1494,294.94778,122.284836,777.81934,790.1126,487.14703,26.493088,160.68843,638.56006,1204.2797,69.58194,671.0595,88.74818,1.2688731,50.511616,0.95041424,0.7804412,3.0365486,45.330162,224.36871,77.61824,18.202957,973.3418,289.17606,167.04608,239.8629,59.447002,54.100807,31.537905,86.713524,28.534275,305.39838,146.72984,34.04419,38.234966,33.55403,74.69044,78.51707,11.3875265,286.96817,81.69536,702.62854,27.195541,1370.4248,66.827675,370.9061,595.56726,27.064478,18.700844,746.90234,776.1174,1864.3215,174.974 +2023-10-07 07:00:00,0.0,11281.744,314.65182,73.55021,77.54417,62.36616,283.4224,40.04856,72.69567,26.345764,43.588734,1620.4719,117.05974,25.142967,220.85036,0.42187616,0.3059827,37.36073,0.6527859,0.11872692,652.1872,0.07565788,625.4333,92.65968,0.06374452,0.04914484,208.81384,33.155605,83.869774,120.634865,14469.099,0.08438168,2201.038,1.8360463,0.07400369,0.13349283,0.13149583,232.72192,294.8196,23.77167,110.42776,39.701496,20.395449,2017.0079,1.7613577,76.40483,36.366814,434.09033,32.835564,457.6683,19.76798,93.31663,0.0,1172.0759,4919.081,2.9515705,393.7822,66.27116,31593.91,53.143406,2.8956954,20.819304,46.66336,14.663718,3.7102492,23.05313,773.58026,323.45053,28.745123,2.3313925,5.715873,169.53705,17.263594,261.49918,179.71263,2360.7144,601.3903,118.302246,155.5112,356.81696,5.298129,7.732007,16.716743,3.0899055,3.3082006,47.245064,59.713387,94.916794,29.104963,35.444412,73.11258,11.172919,3654.0134,27.79724,24.742607,19.833403,15.34429,219.12048,49.642212,25.133736,6.602629,19.245338,28.082321,98.00923,208.21265,58.58461,205.59535,41.94343,27.003452,131.09305,83.034645,464.39783,88.72545,1.9024141,6.283199,6.2442946,61.355213,12851.218,1.866815,23.778532,48.154537,22.482355,211.91052,60.445698,108.42089,2.1740396,111.47087,431.34415,236.90666,95.08548,427.56885,44.754704,79.04451,128.71445,13.099943,2.3588326,14.960802,770.46606,0.13468072,0.40794086,70.15194,12.380724,6.6358066,8.197744,16.053354,88.71645,35.74444,133.82385,680.7287,349.52408,2679.8718,2064.5754,41.48869,71.85422,6536.03,10.773114,124.05427,695.60876,219.0614,294.83344,122.2529,777.4577,789.66003,487.10287,26.475422,160.62325,638.0617,1203.383,69.5078,670.2719,88.65361,1.2696415,50.51202,0.95077777,0.78121704,3.0400984,45.281963,224.34396,77.548874,18.205421,972.44946,288.90613,166.89401,239.62366,59.40284,54.10148,31.522268,86.60146,28.52117,305.14127,146.58566,34.038654,38.196518,33.52406,74.62533,78.43129,11.3752365,286.72754,81.61887,702.06525,27.173555,1369.2567,66.77372,371.04788,595.0187,27.04511,18.695902,746.36945,775.725,1863.906,175.25317 +2023-10-07 08:00:00,0.0,11271.84,314.3712,73.56459,77.59152,62.371235,283.49518,40.05995,72.74125,26.348883,43.611687,1619.4803,117.00499,25.147388,220.90846,0.42362925,0.30763566,37.380672,0.6564089,0.11856467,652.6294,0.075611465,625.83673,92.700005,0.0636587,0.0490874,209.04977,33.170387,84.0227,120.7014,14458.243,0.084668115,2201.9116,1.8445733,0.07419922,0.13374089,0.13196012,232.82162,294.91135,23.78257,110.349464,39.702633,20.386328,2016.102,1.7640967,76.38959,36.344788,434.15967,32.82855,457.5741,19.750689,93.27322,0.0,1171.696,4916.9175,2.94779,393.6011,66.21068,31580.447,53.112976,2.8924353,20.812492,46.650925,14.651332,3.7079582,23.046543,773.1201,323.18777,28.732548,2.3288717,5.711058,169.45111,17.241749,261.42062,179.83656,2359.9368,601.5677,118.27867,155.48561,356.40567,5.2981906,7.7328596,16.74958,3.0905604,3.313241,47.2028,59.667633,94.936554,29.08912,35.419662,73.08437,11.174117,3653.656,27.791594,24.739246,19.830004,15.337626,219.05838,49.621563,25.126345,6.601006,19.234137,28.064926,97.96145,208.10356,58.53898,205.50397,41.91268,26.982595,131.03862,82.99812,463.892,88.70653,1.9026023,6.2801075,6.243065,61.306015,12838.627,1.8673369,23.75992,48.183872,22.473299,211.82625,60.430107,108.43591,2.1758423,111.425804,431.42517,237.0408,95.01364,427.60663,44.77957,79.01121,128.66188,13.11059,2.359925,14.966334,770.1328,0.1353004,0.40858063,70.17609,12.378325,6.639493,8.200858,16.054472,88.76735,35.724865,133.85841,680.9051,349.63834,2679.859,2064.5862,41.47355,71.847176,6531.2485,10.784442,124.01075,695.4761,218.97339,294.7191,122.22096,777.09607,789.2075,487.05872,26.457756,160.55806,637.5634,1202.4865,69.433655,669.4843,88.559044,1.27041,50.51242,0.95114124,0.78199285,3.0436482,45.233765,224.31923,77.47951,18.207886,971.5571,288.6362,166.74194,239.38441,59.358677,54.10215,31.506632,86.489395,28.508064,304.88416,146.44148,34.033115,38.158066,33.494087,74.56022,78.34552,11.3629465,286.4869,81.54239,701.50195,27.151571,1368.0885,66.71976,371.18967,594.4701,27.025743,18.69096,745.8365,775.3326,1863.4905,175.53235 +2023-10-07 09:00:00,0.0,11261.936,314.09055,73.57897,77.63887,62.37631,283.568,40.071342,72.78682,26.352003,43.63464,1618.4888,116.95024,25.151808,220.96658,0.42538232,0.30928865,37.40062,0.66003186,0.11840243,653.07153,0.075565055,626.2402,92.740326,0.063572876,0.049029965,209.2857,33.185173,84.17563,120.76794,14447.387,0.08495456,2202.7852,1.8531002,0.074394755,0.13398895,0.13242441,232.92133,295.0031,23.793468,110.27117,39.70377,20.377207,2015.196,1.7668358,76.37434,36.322758,434.22894,32.821533,457.4799,19.733395,93.2298,0.0,1171.3162,4914.7534,2.944009,393.42,66.1502,31566.986,53.08255,2.8891754,20.805683,46.638496,14.638947,3.7056673,23.039957,772.6599,322.92505,28.719973,2.3263507,5.7062435,169.36516,17.219904,261.34207,179.96048,2359.1592,601.7451,118.25509,155.46002,355.9944,5.2982526,7.7337117,16.782415,3.0912154,3.3182817,47.160538,59.62188,94.956314,29.073278,35.394913,73.05616,11.175314,3653.2983,27.78595,24.735888,19.826605,15.330963,218.99626,49.600918,25.118952,6.599383,19.222935,28.047533,97.913666,207.99448,58.493347,205.41257,41.88193,26.961737,130.98418,82.96159,463.3862,88.68761,1.9027904,6.277016,6.241835,61.256817,12826.037,1.8678589,23.74131,48.213203,22.464245,211.74197,60.414516,108.450935,2.1776447,111.380745,431.50623,237.17494,94.94181,427.64444,44.804436,78.977905,128.6093,13.121237,2.3610175,14.971867,769.7995,0.13592006,0.40922043,70.20023,12.375927,6.6431794,8.203973,16.055592,88.818245,35.70529,133.89297,681.0815,349.75256,2679.8462,2064.597,41.45841,71.84014,6526.4673,10.79577,123.96724,695.34344,218.88539,294.60474,122.18903,776.7344,788.755,487.0146,26.440092,160.49287,637.06506,1201.5898,69.35951,668.6967,88.46448,1.2711784,50.512825,0.95150477,0.78276867,3.047198,45.185566,224.29448,77.41014,18.21035,970.66473,288.36624,166.58986,239.14516,59.314514,54.10282,31.490995,86.37733,28.494959,304.62704,146.2973,34.02758,38.119614,33.46411,74.49511,78.25974,11.3506565,286.24628,81.465904,700.9387,27.129585,1366.9204,66.665794,371.33142,593.9215,27.006376,18.686018,745.3036,774.9402,1863.075,175.81152 +2023-10-07 10:00:00,0.0,11252.031,313.8099,73.59335,77.68622,62.381382,283.64078,40.082733,72.8324,26.355124,43.657593,1617.4971,116.89549,25.156227,221.02469,0.4271354,0.3109416,37.420563,0.66365486,0.118240185,653.51373,0.07551864,626.6436,92.78065,0.06348705,0.048972525,209.52162,33.19996,84.32855,120.83447,14436.53,0.085241,2203.6587,1.8616271,0.07459029,0.134237,0.1328887,233.02103,295.09485,23.804369,110.19288,39.704906,20.368086,2014.29,1.7695749,76.359085,36.30073,434.29825,32.814518,457.38568,19.716103,93.186386,0.0,1170.9363,4912.59,2.9402285,393.2389,66.08972,31553.525,53.052124,2.8859153,20.798872,46.626064,14.626561,3.7033763,23.033371,772.1997,322.6623,28.7074,2.3238297,5.701429,169.27922,17.19806,261.26355,180.08441,2358.3818,601.92255,118.23151,155.43445,355.5831,5.298314,7.734564,16.815252,3.0918703,3.3233223,47.118275,59.576126,94.97607,29.057434,35.370163,73.027954,11.176511,3652.941,27.780306,24.732527,19.823206,15.324299,218.93414,49.58027,25.111559,6.5977597,19.211733,28.030138,97.86588,207.88539,58.447712,205.32118,41.851185,26.94088,130.92973,82.92507,462.88037,88.668686,1.9029787,6.273925,6.240605,61.207623,12813.447,1.8683808,23.722698,48.24254,22.45519,211.6577,60.398926,108.46596,2.1794474,111.335686,431.58728,237.30907,94.86997,427.68222,44.8293,78.9446,128.55673,13.131885,2.36211,14.977399,769.46625,0.13653973,0.4098602,70.22439,12.373529,6.646866,8.207087,16.05671,88.86914,35.68572,133.92754,681.2579,349.86682,2679.8333,2064.6077,41.443268,71.83311,6521.686,10.807097,123.92372,695.21075,218.79738,294.4904,122.1571,776.37274,788.3025,486.97043,26.422426,160.42769,636.5667,1200.6932,69.28537,667.90906,88.36991,1.2719468,50.513226,0.95186824,0.7835445,3.050748,45.137367,224.26974,77.340775,18.212814,969.7724,288.0963,166.43779,238.90591,59.27035,54.103493,31.475359,86.26527,28.481855,304.3699,146.15312,34.02204,38.08116,33.43414,74.42999,78.173965,11.3383665,286.0056,81.38942,700.3754,27.1076,1365.7522,66.61183,371.4732,593.3729,26.98701,18.681076,744.7706,774.5478,1862.6595,176.09068 +2023-10-07 11:00:00,0.0,11242.127,313.5293,73.607735,77.733574,62.386456,283.71356,40.094124,72.877975,26.358244,43.68055,1616.5055,116.840744,25.160648,221.08281,0.42888847,0.31259456,37.44051,0.6672779,0.11807794,653.9559,0.07547222,627.0471,92.82098,0.06340123,0.048915084,209.75755,33.214745,84.48148,120.90101,14425.675,0.08552744,2204.5322,1.870154,0.07478581,0.13448507,0.133353,233.12073,295.18658,23.815268,110.114586,39.70604,20.358965,2013.384,1.772314,76.34384,36.2787,434.36755,32.8075,457.29144,19.698809,93.14297,0.0,1170.5564,4910.426,2.9364476,393.0578,66.02924,31540.062,53.021694,2.8826554,20.792063,46.613632,14.614175,3.7010853,23.026785,771.73956,322.39957,28.694824,2.3213089,5.6966143,169.19328,17.176214,261.185,180.20833,2357.6042,602.1,118.20793,155.40886,355.1718,5.298376,7.7354164,16.848087,3.0925252,3.328363,47.076015,59.530373,94.99583,29.041592,35.345413,72.99974,11.177709,3652.5833,27.774662,24.729166,19.819807,15.317636,218.87202,49.55962,25.104166,6.5961366,19.200531,28.012745,97.8181,207.7763,58.40208,205.2298,41.820435,26.920021,130.8753,82.88854,462.37454,88.64976,1.9031668,6.2708335,6.239375,61.158424,12800.856,1.8689028,23.704088,48.271873,22.446135,211.57341,60.38333,108.48099,2.1812499,111.29063,431.6683,237.4432,94.79814,427.72,44.854168,78.9113,128.50417,13.142531,2.3632023,14.982931,769.13293,0.13715939,0.4105,70.248535,12.371131,6.6505523,8.2102,16.057827,88.920044,35.666145,133.9621,681.4342,349.98108,2679.8206,2064.6182,41.428127,71.82607,6516.9043,10.818424,123.88021,695.0781,218.70938,294.37604,122.12516,776.0111,787.8499,486.9263,26.404762,160.36249,636.0684,1199.7968,69.211235,667.12146,88.275345,1.2727152,50.51363,0.95223176,0.78432035,3.054298,45.08917,224.245,77.27141,18.215279,968.88007,287.8264,166.28572,238.66667,59.22619,54.104168,31.459724,86.1532,28.46875,304.1128,146.00893,34.016506,38.04271,33.404167,74.36488,78.088196,11.3260765,285.76498,81.312935,699.81213,27.085613,1364.5841,66.55788,371.61496,592.8243,26.967642,18.676134,744.23773,774.1554,1862.244,176.36986 +2023-10-07 12:00:00,0.0,11232.223,313.24866,73.622116,77.78092,62.391533,283.78635,40.105515,72.923546,26.361362,43.703503,1615.5139,116.785995,25.165068,221.14093,0.43064156,0.31424755,37.460453,0.6709008,0.1179157,654.398,0.0754258,627.45056,92.8613,0.06331541,0.048857644,209.99348,33.229527,84.63441,120.967545,14414.818,0.08581388,2205.406,1.878681,0.07498135,0.13473313,0.13381729,233.22043,295.27832,23.826168,110.03629,39.707176,20.349844,2012.4781,1.775053,76.32859,36.256676,434.4369,32.800484,457.19724,19.681515,93.099556,0.0,1170.1764,4908.2617,2.9326668,392.87668,65.968765,31526.602,52.99127,2.8793952,20.785254,46.601204,14.601789,3.6987944,23.020199,771.27936,322.1368,28.68225,2.3187878,5.6917996,169.10735,17.15437,261.10645,180.33226,2356.8267,602.2774,118.18435,155.38327,354.7605,5.2984376,7.7362685,16.880924,3.0931802,3.3334033,47.033752,59.484623,95.01559,29.025747,35.320663,72.971535,11.1789055,3652.2258,27.769016,24.725807,19.81641,15.310972,218.8099,49.53897,25.096775,6.5945134,19.18933,27.99535,97.77032,207.66724,58.35645,205.13841,41.789684,26.899164,130.82086,82.85202,461.8687,88.63084,1.903355,6.2677417,6.2381454,61.109226,12788.267,1.8694247,23.685476,48.30121,22.43708,211.48914,60.36774,108.49601,2.1830525,111.24557,431.74936,237.57735,94.72631,427.7578,44.879032,78.878,128.4516,13.153178,2.3642948,14.988463,768.7997,0.13777906,0.4111398,70.27268,12.368732,6.6542387,8.213315,16.058947,88.97094,35.646572,133.99666,681.6106,350.0953,2679.8076,2064.629,41.412987,71.81904,6512.123,10.829752,123.83669,694.94543,218.62137,294.2617,122.09323,775.6495,787.3974,486.88214,26.387096,160.2973,635.57007,1198.9001,69.13709,666.33386,88.18077,1.2734838,50.51403,0.95259523,0.78509617,3.0578477,45.04097,224.22026,77.20204,18.217743,967.98773,287.55646,166.13365,238.42741,59.182026,54.10484,31.444088,86.04113,28.455645,303.85568,145.86475,34.010967,38.004257,33.37419,74.299774,78.00242,11.3137865,285.52435,81.23645,699.24884,27.063627,1363.4159,66.503914,371.75674,592.2757,26.948275,18.671192,743.70483,773.763,1861.8285,176.64903 +2023-10-07 13:00:00,0.0,11222.318,312.96802,73.6365,77.82828,62.396606,283.85916,40.116905,72.969124,26.364483,43.726456,1614.5222,116.73125,25.169487,221.19904,0.43239462,0.3159005,37.4804,0.67452383,0.11775345,654.8402,0.07537939,627.854,92.90162,0.06322958,0.048800208,210.2294,33.244312,84.78734,121.03408,14403.963,0.086100325,2206.2795,1.887208,0.07517688,0.13498119,0.13428158,233.32014,295.37006,23.837069,109.958,39.708313,20.340723,2011.5721,1.7777921,76.31334,36.23465,434.50616,32.79347,457.10303,19.664223,93.05614,0.0,1169.7964,4906.098,2.9288862,392.6956,65.90829,31513.139,52.960842,2.8761353,20.778442,46.58877,14.589403,3.6965034,23.013613,770.8192,321.87405,28.669674,2.3162668,5.686985,169.02141,17.132524,261.0279,180.45618,2356.049,602.45483,118.16077,155.35768,354.3492,5.2984996,7.7371206,16.913761,3.093835,3.338444,46.99149,59.438866,95.03535,29.009905,35.295914,72.94332,11.180102,3651.8682,27.763372,24.722446,19.813011,15.304308,218.74779,49.518322,25.089382,6.5928903,19.178127,27.977957,97.722534,207.55815,58.310818,205.04703,41.758934,26.878305,130.76643,82.81549,461.36288,88.611916,1.9035431,6.2646503,6.2369156,61.060028,12775.676,1.8699467,23.666866,48.330544,22.428024,211.40486,60.35215,108.51103,2.184855,111.20051,431.8304,237.71147,94.65447,427.7956,44.903896,78.844696,128.39902,13.163826,2.3653872,14.993996,768.4664,0.13839872,0.41177955,70.29683,12.366334,6.657925,8.216429,16.060064,89.021835,35.627,134.03122,681.787,350.20956,2679.795,2064.6396,41.397846,71.812,6507.342,10.84108,123.79318,694.8128,218.53337,294.14734,122.061295,775.2878,786.9449,486.838,26.36943,160.23212,635.0717,1198.0035,69.06295,665.54626,88.086205,1.2742522,50.51443,0.95295876,0.785872,3.0613976,44.99277,224.19551,77.13267,18.220207,967.0954,287.2865,165.98157,238.18817,59.137863,54.10551,31.428452,85.92907,28.442541,303.59857,145.72057,34.005432,37.965805,33.34422,74.23466,77.91664,11.3014965,285.28372,81.159966,698.6856,27.041641,1362.2478,66.44995,371.8985,591.7271,26.92891,18.66625,743.1719,773.3706,1861.4131,176.9282 +2023-10-07 14:00:00,0.0,11212.414,312.6874,73.65088,77.875626,62.40168,283.93195,40.128296,73.0147,26.367603,43.749413,1613.5306,116.6765,25.173908,221.25716,0.43414772,0.3175535,37.500343,0.67814684,0.11759121,655.28235,0.07533298,628.25745,92.94194,0.06314376,0.048742767,210.46533,33.259098,84.94026,121.10062,14393.106,0.08638676,2207.153,1.8957349,0.07537241,0.13522924,0.13474587,233.41985,295.4618,23.847967,109.87971,39.70945,20.331602,2010.6661,1.7805313,76.298096,36.21262,434.57547,32.786453,457.00882,19.646929,93.012726,0.0,1169.4165,4903.934,2.9251053,392.51447,65.84781,31499.678,52.930412,2.8728752,20.771633,46.57634,14.577018,3.6942124,23.007027,770.359,321.61133,28.657099,2.313746,5.682171,168.93547,17.11068,260.94934,180.58011,2355.2715,602.63226,118.13719,155.33209,353.93793,5.298561,7.737973,16.946596,3.09449,3.3434846,46.949226,59.393116,95.0551,28.994062,35.271164,72.915115,11.1813,3651.5107,27.757729,24.719086,19.809612,15.297645,218.68568,49.497677,25.08199,6.5912676,19.166925,27.960562,97.67475,207.44907,58.265186,204.95563,41.728188,26.857449,130.71199,82.77897,460.85706,88.59299,1.9037313,6.261559,6.235686,61.010834,12763.086,1.8704686,23.648254,48.35988,22.41897,211.32059,60.33656,108.526054,2.1866577,111.15544,431.91144,237.84561,94.58264,427.83337,44.928764,78.8114,128.34645,13.174473,2.3664796,14.999528,768.1331,0.13901839,0.41241935,70.32098,12.363936,6.661611,8.2195425,16.061184,89.07273,35.607426,134.06578,681.9634,350.32382,2679.782,2064.6504,41.3827,71.80496,6502.5605,10.852407,123.749664,694.6802,218.44537,294.033,122.02936,774.92615,786.4924,486.79385,26.351767,160.16693,634.5734,1197.1069,68.98881,664.75867,87.99164,1.2750206,50.514835,0.95332223,0.7866478,3.0649474,44.944572,224.17078,77.0633,18.222672,966.20306,287.01657,165.8295,237.94893,59.0937,54.106182,31.412815,85.817,28.429436,303.34146,145.57639,33.999893,37.927353,33.314247,74.16955,77.830864,11.2892065,285.04306,81.08348,698.1223,27.019657,1361.0796,66.395996,372.04028,591.1785,26.909542,18.661308,742.639,772.9782,1860.9976,177.20737 +2023-10-07 15:00:00,0.0,11202.51,312.40677,73.66526,77.92298,62.406754,284.00473,40.139687,73.06027,26.370724,43.772366,1612.5391,116.62175,25.178328,221.31528,0.43590078,0.31920645,37.52029,0.68176985,0.117428966,655.72455,0.07528656,628.6609,92.98227,0.06305794,0.048685327,210.70126,33.273884,85.09319,121.16715,14382.251,0.08667321,2208.0266,1.9042618,0.075567946,0.1354773,0.13521016,233.51955,295.55356,23.858868,109.801414,39.710583,20.322481,2009.7603,1.7832704,76.282845,36.190594,434.64478,32.779434,456.9146,19.629637,92.96931,0.0,1169.0366,4901.77,2.9213247,392.33337,65.78733,31486.217,52.899986,2.8696153,20.764822,46.563904,14.564632,3.6919215,23.00044,769.89886,321.34857,28.644524,2.311225,5.6773562,168.84953,17.088835,260.8708,180.70403,2354.494,602.80963,118.11361,155.3065,353.52664,5.298623,7.7388253,16.979433,3.095145,3.348525,46.906963,59.347363,95.07486,28.978218,35.246414,72.88691,11.182497,3651.1533,27.752085,24.715725,19.806213,15.290981,218.62357,49.477028,25.074596,6.5896444,19.155724,27.943169,97.62697,207.33998,58.219555,204.86424,41.697437,26.83659,130.65756,82.74244,460.35123,88.574066,1.9039195,6.2584677,6.234456,60.961636,12750.496,1.8709906,23.629642,48.389214,22.409916,211.2363,60.32097,108.54108,2.18846,111.11038,431.9925,237.97975,94.51081,427.8712,44.95363,78.7781,128.29388,13.18512,2.367572,15.00506,767.7998,0.13963805,0.41305915,70.34512,12.361538,6.6652975,8.222657,16.062302,89.123634,35.587852,134.10034,682.1398,350.43805,2679.7693,2064.6611,41.36756,71.79793,6497.7793,10.863735,123.70615,694.5475,218.35736,293.91864,121.99742,774.5645,786.0398,486.74973,26.3341,160.10175,634.0751,1196.2103,68.914665,663.97107,87.89707,1.275789,50.515236,0.95368576,0.7874236,3.0684974,44.896374,224.14603,76.993935,18.225134,965.31067,286.74664,165.67743,237.70967,59.049538,54.106853,31.397179,85.70493,28.41633,303.08435,145.4322,33.994358,37.8889,33.284275,74.10444,77.745094,11.2769165,284.80243,81.006996,697.559,26.997671,1359.9115,66.34203,372.18204,590.62994,26.890175,18.656366,742.106,772.5858,1860.582,177.48654 +2023-10-07 16:00:00,0.0,11192.605,312.12613,73.67964,77.97033,62.411827,284.07755,40.151077,73.10585,26.373844,43.79532,1611.5474,116.567,25.182747,221.37338,0.43765387,0.3208594,37.540234,0.6853928,0.11726672,656.1667,0.07524014,629.06433,93.02259,0.06297212,0.048627887,210.93718,33.28867,85.24612,121.23369,14371.395,0.086959645,2208.9001,1.9127887,0.07576348,0.13572536,0.13567443,233.61925,295.6453,23.869766,109.72312,39.71172,20.31336,2008.8542,1.7860094,76.26759,36.168564,434.7141,32.77242,456.8204,19.612343,92.925896,0.0,1168.6567,4899.6064,2.917544,392.15225,65.72685,31472.754,52.86956,2.8663552,20.758013,46.551476,14.552246,3.6896303,22.993856,769.43866,321.08582,28.631948,2.308704,5.6725416,168.7636,17.06699,260.79224,180.82796,2353.7163,602.98706,118.09003,155.28091,353.11536,5.2986846,7.7396774,17.012268,3.0958,3.3535657,46.8647,59.30161,95.09462,28.962376,35.221664,72.858696,11.183694,3650.7957,27.746439,24.712366,19.802814,15.284317,218.56145,49.45638,25.067204,6.5880213,19.144522,27.925774,97.579185,207.2309,58.173923,204.77286,41.666687,26.815733,130.60312,82.70592,459.8454,88.555145,1.9041077,6.2553763,6.233226,60.912437,12737.905,1.8715125,23.611032,48.41855,22.40086,211.15202,60.305374,108.5561,2.1902628,111.06532,432.07355,238.11389,94.43897,427.90897,44.978493,78.7448,128.2413,13.195767,2.3686645,15.010592,767.46655,0.14025772,0.4136989,70.36928,12.359139,6.668984,8.225771,16.06342,89.17453,35.56828,134.1349,682.31616,350.5523,2679.7563,2064.6719,41.35242,71.79089,6492.998,10.875063,123.662636,694.41486,218.26936,293.8043,121.96549,774.2029,785.5873,486.70557,26.316437,160.03656,633.5767,1195.3137,68.84052,663.1835,87.802505,1.2765574,50.51564,0.9540492,0.7881994,3.0720472,44.848175,224.12129,76.92457,18.227598,964.41833,286.47668,165.52534,237.47043,59.005375,54.10753,31.381542,85.59287,28.403225,302.82724,145.28802,33.98882,37.85045,33.2543,74.03933,77.65932,11.2646265,284.5618,80.93051,696.9958,26.975685,1358.7433,66.28807,372.32382,590.08136,26.870808,18.651424,741.5731,772.1934,1860.1665,177.76572 +2023-10-07 17:00:00,0.0,11182.701,311.8455,73.69402,78.017685,62.4169,284.15033,40.162468,73.15143,26.376963,43.818275,1610.5558,116.51225,25.187168,221.4315,0.43940696,0.3225124,37.56018,0.6890158,0.11710448,656.6089,0.075193726,629.4678,93.06291,0.0628863,0.04857045,211.17311,33.30345,85.39905,121.300224,14360.538,0.08724609,2209.7737,1.9213157,0.07595901,0.13597342,0.13613872,233.71895,295.73703,23.880667,109.64483,39.712856,20.30424,2007.9482,1.7887485,76.25235,36.146538,434.7834,32.765404,456.7262,19.59505,92.88248,0.0,1168.2767,4897.4424,2.9137633,391.97116,65.666374,31459.293,52.83913,2.8630953,20.751202,46.539043,14.539861,3.6873393,22.98727,768.9785,320.8231,28.619373,2.3061829,5.667727,168.67764,17.045145,260.71368,180.95187,2352.939,603.1645,118.06645,155.25533,352.70407,5.298746,7.7405295,17.045105,3.0964549,3.3586063,46.822437,59.255856,95.11438,28.946531,35.196915,72.83049,11.184892,3650.4382,27.740795,24.709005,19.799416,15.277654,218.49933,49.43573,25.059813,6.586398,19.13332,27.90838,97.5314,207.12181,58.128292,204.68147,41.635937,26.794874,130.54868,82.66939,459.33957,88.536224,1.9042958,6.252285,6.231996,60.86324,12725.315,1.8720345,23.59242,48.447884,22.391806,211.06775,60.289783,108.57112,2.1920652,111.02026,432.15457,238.24802,94.36714,427.94675,45.00336,78.711494,128.18874,13.206414,2.369757,15.016125,767.13324,0.14087738,0.4143387,70.393425,12.356741,6.6726704,8.228885,16.064539,89.225426,35.548706,134.16945,682.49255,350.66656,2679.7437,2064.6824,41.33728,71.78385,6488.217,10.886391,123.61912,694.28217,218.18135,293.68994,121.933556,773.8412,785.13477,486.66144,26.29877,159.97136,633.0784,1194.4172,68.76638,662.3959,87.70794,1.2773259,50.51604,0.95441276,0.7889753,3.075597,44.799973,224.09654,76.8552,18.230062,963.526,286.20676,165.37328,237.23119,58.961212,54.1082,31.365906,85.480804,28.390121,302.57013,145.14384,33.983284,37.811996,33.224327,73.97421,77.57354,11.2523365,284.32117,80.85403,696.4325,26.9537,1357.5752,66.234116,372.46558,589.5328,26.85144,18.646482,741.04016,771.801,1859.7511,178.04489 +2023-10-07 18:00:00,0.0,11172.797,311.56488,73.70841,78.06503,62.421974,284.2231,40.17386,73.197,26.380083,43.84123,1609.5642,116.457504,25.191587,221.48961,0.44116002,0.32416534,37.580124,0.6926388,0.116942234,657.051,0.07514731,629.8713,93.10323,0.062800474,0.04851301,211.40904,33.318237,85.55197,121.36676,14349.683,0.08753253,2210.6472,1.9298426,0.076154545,0.13622148,0.13660301,233.81866,295.82877,23.891567,109.566536,39.71399,20.295118,2007.0422,1.7914876,76.2371,36.124508,434.85272,32.75839,456.632,19.577757,92.839066,0.0,1167.8969,4895.2783,2.9099824,391.79007,65.605896,31445.832,52.808704,2.8598351,20.744392,46.52661,14.527475,3.6850483,22.980684,768.5183,320.56033,28.606798,2.303662,5.6629124,168.5917,17.0233,260.63516,181.0758,2352.1614,603.3419,118.04288,155.22974,352.29276,5.298808,7.741382,17.077942,3.0971098,3.363647,46.780174,59.210102,95.13413,28.930689,35.17216,72.80228,11.186089,3650.0806,27.735151,24.705645,19.796017,15.27099,218.43721,49.41508,25.05242,6.584775,19.122118,27.890985,97.48362,207.01273,58.08266,204.59009,41.605186,26.774017,130.49425,82.632866,458.83374,88.517296,1.904484,6.2491937,6.2307663,60.814045,12712.726,1.8725564,23.57381,48.47722,22.38275,210.98347,60.274193,108.58614,2.193868,110.975204,432.23563,238.38216,94.29531,427.98456,45.028225,78.67819,128.13617,13.217061,2.3708494,15.021657,766.8,0.14149706,0.41497847,70.41757,12.354343,6.676357,8.231999,16.065657,89.27632,35.529133,134.20401,682.6689,350.7808,2679.7307,2064.693,41.32214,71.77682,6483.4355,10.897718,123.57561,694.14954,218.09335,293.57562,121.90162,773.47955,784.6822,486.61728,26.281105,159.90617,632.5801,1193.5206,68.692245,661.6083,87.613365,1.2780944,50.516445,0.9547763,0.7897511,3.0791469,44.751774,224.07181,76.785835,18.232527,962.63367,285.93683,165.2212,236.99193,58.91705,54.10887,31.35027,85.368744,28.377016,302.31302,144.99966,33.977745,37.773544,33.194355,73.9091,77.48777,11.2400465,284.08054,80.77754,695.8692,26.931713,1356.4071,66.18015,372.60736,588.9842,26.832073,18.641542,740.50726,771.4086,1859.3356,178.32405 +2023-10-07 19:00:00,0.0,11162.893,311.28424,73.72279,78.11238,62.427048,284.29593,40.18525,73.24258,26.383204,43.86418,1608.5725,116.402756,25.196007,221.54773,0.44291312,0.32581833,37.60007,0.69626176,0.11677999,657.4932,0.07510089,630.2747,93.14356,0.06271465,0.04845557,211.64496,33.333023,85.7049,121.4333,14338.826,0.08781897,2211.521,1.9383695,0.07635008,0.13646954,0.1370673,233.91837,295.9205,23.902466,109.488235,39.715126,20.285997,2006.1364,1.7942266,76.22185,36.10248,434.922,32.75137,456.53775,19.560463,92.79565,0.0,1167.5168,4893.1147,2.9062018,391.60895,65.54542,31432.37,52.77828,2.8565753,20.737583,46.51418,14.515089,3.6827574,22.974098,768.0581,320.2976,28.594225,2.301141,5.6580977,168.50577,17.001455,260.5566,181.19974,2351.3838,603.51935,118.01929,155.20415,351.88147,5.2988696,7.742234,17.110777,3.0977647,3.3686874,46.73791,59.16435,95.15389,28.914845,35.14741,72.77407,11.187285,3649.7231,27.729506,24.702286,19.792618,15.264326,218.37509,49.394436,25.045027,6.583152,19.110916,27.873592,97.43584,206.90364,58.03703,204.49869,41.57444,26.753159,130.4398,82.59634,458.3279,88.498375,1.9046721,6.2461023,6.2295365,60.764847,12700.135,1.8730785,23.555199,48.506554,22.373695,210.89919,60.258602,108.601166,2.1956704,110.930145,432.31668,238.5163,94.22347,428.02234,45.053093,78.64489,128.08359,13.227709,2.3719418,15.027189,766.4667,0.14211673,0.41561827,70.44172,12.351945,6.680043,8.235113,16.066776,89.327225,35.50956,134.23857,682.8453,350.89505,2679.718,2064.7039,41.307,71.76978,6478.6543,10.909046,123.53209,694.01685,218.00534,293.46127,121.86969,773.1179,784.2297,486.57315,26.263441,159.84099,632.0817,1192.624,68.6181,660.8207,87.5188,1.2788628,50.516846,0.95513976,0.7905269,3.082697,44.703575,224.04706,76.71647,18.234991,961.74133,285.66687,165.06912,236.75269,58.872887,54.109543,31.334635,85.256676,28.36391,302.0559,144.85547,33.97221,37.735092,33.164383,73.843994,77.40199,11.227756,283.83987,80.70106,695.30597,26.909727,1355.2389,66.12619,372.7491,588.4356,26.812706,18.6366,739.9743,771.01624,1858.92,178.60323 +2023-10-07 20:00:00,0.0,11152.988,311.0036,73.737175,78.15974,62.43212,284.3687,40.19664,73.288155,26.386324,43.88714,1607.5809,116.34801,25.200428,221.60585,0.44466618,0.3274713,37.620014,0.6998848,0.11661775,657.93536,0.07505448,630.67816,93.18388,0.06262883,0.04839813,211.88089,33.34781,85.85783,121.49983,14327.971,0.08810541,2212.3945,1.9468966,0.07654561,0.1367176,0.1375316,234.01807,296.01227,23.913366,109.40994,39.716263,20.276876,2005.2303,1.7969657,76.206604,36.080452,434.99133,32.744354,456.44354,19.54317,92.752235,0.0,1167.137,4890.9507,2.902421,391.42786,65.48494,31418.908,52.74785,2.853315,20.730772,46.501747,14.502704,3.6804664,22.967512,767.59796,320.03485,28.58165,2.29862,5.653283,168.41983,16.97961,260.47806,181.32365,2350.6062,603.6968,117.99571,155.17856,351.47018,5.2989316,7.7430863,17.143614,3.0984197,3.373728,46.69565,59.1186,95.17365,28.899002,35.12266,72.74586,11.188483,3649.3655,27.723862,24.698925,19.789219,15.257663,218.31299,49.373787,25.037634,6.581529,19.099714,27.856197,97.388054,206.79456,57.991398,204.4073,41.54369,26.732302,130.38538,82.559814,457.82208,88.479454,1.9048604,6.2430105,6.228307,60.71565,12687.545,1.8736004,23.536587,48.535885,22.364641,210.81491,60.24301,108.61619,2.197473,110.88508,432.3977,238.65042,94.15164,428.06012,45.077957,78.61159,128.03102,13.238356,2.3730342,15.0327215,766.1334,0.14273639,0.41625807,70.465866,12.349546,6.6837296,8.238228,16.067894,89.37812,35.489986,134.27313,683.02167,351.0093,2679.705,2064.7146,41.291855,71.76275,6473.873,10.920373,123.48858,693.8842,217.91734,293.34692,121.83775,772.7563,783.77716,486.529,26.245775,159.7758,631.58344,1191.7274,68.54396,660.0331,87.42423,1.2796313,50.51725,0.9555033,0.79130274,3.0862467,44.655376,224.02232,76.6471,18.237455,960.849,285.39694,164.91705,236.51344,58.828724,54.110214,31.318998,85.14461,28.350807,301.7988,144.71129,33.96667,37.69664,33.134407,73.77888,77.316216,11.215466,283.59924,80.62457,694.7427,26.887743,1354.0708,66.07223,372.8909,587.887,26.793339,18.631659,739.4414,770.62384,1858.5046,178.8824 +2023-10-07 21:00:00,0.0,11143.083,310.723,73.75156,78.207085,62.437195,284.4415,40.20803,73.333725,26.389442,43.91009,1606.5894,116.29326,25.204847,221.66396,0.44641927,0.32912424,37.63996,0.7035078,0.1164555,658.3775,0.075008065,631.0816,93.224205,0.062543005,0.048340693,212.11682,33.362595,86.01076,121.56637,14317.114,0.088391855,2213.268,1.9554235,0.076741144,0.13696566,0.13799588,234.11777,296.104,23.924265,109.33165,39.7174,20.267756,2004.3243,1.7997048,76.19135,36.058426,435.0606,32.73734,456.34933,19.525877,92.70882,0.0,1166.7571,4888.787,2.8986404,391.24673,65.42446,31405.445,52.717422,2.8500552,20.723963,46.48932,14.490317,3.6781754,22.960926,767.13776,319.7721,28.569075,2.2960992,5.6484685,168.3339,16.957766,260.3995,181.44759,2349.8286,603.87415,117.97214,155.15297,351.0589,5.298993,7.743939,17.176449,3.0990746,3.3787687,46.653385,59.07284,95.193405,28.88316,35.09791,72.71765,11.18968,3649.008,27.718218,24.695564,19.785822,15.250999,218.25087,49.353138,25.030241,6.579906,19.088512,27.838804,97.34027,206.68549,57.945766,204.31592,41.51294,26.711443,130.33093,82.523285,457.31625,88.460526,1.9050485,6.239919,6.227077,60.66645,12674.954,1.8741224,23.517977,48.56522,22.355585,210.73064,60.22742,108.63121,2.1992755,110.84002,432.47876,238.78456,94.07981,428.09793,45.10282,78.57829,127.97845,13.249002,2.3741264,15.038254,765.8001,0.14335606,0.41689783,70.49001,12.347149,6.6874156,8.241342,16.069012,89.429016,35.470413,134.3077,683.19806,351.12354,2679.6924,2064.7253,41.276714,71.75571,6469.0913,10.931701,123.44506,693.7516,217.82935,293.23257,121.80582,772.3946,783.32465,486.48486,26.22811,159.71062,631.0851,1190.8308,68.46982,659.2454,87.329666,1.2803997,50.51765,0.95586675,0.79207855,3.0897965,44.607178,223.99757,76.57773,18.23992,959.95667,285.127,164.76498,236.2742,58.78456,54.110886,31.303362,85.03255,28.337702,301.54166,144.56711,33.961136,37.658188,33.104435,73.71377,77.23044,11.203176,283.3586,80.54809,694.1794,26.865757,1352.9026,66.01827,373.03265,587.33844,26.773973,18.626717,738.90845,770.23145,1858.0891,179.16158 +2023-10-07 22:00:00,0.0,11133.179,310.44235,73.76594,78.25444,62.442272,284.5143,40.21942,73.3793,26.392563,43.933044,1605.5977,116.23851,25.209267,221.72208,0.44817233,0.33077723,37.659904,0.70713073,0.11629326,658.8197,0.07496165,631.48505,93.264534,0.062457185,0.048283253,212.35274,33.377377,86.16368,121.632904,14306.258,0.08867829,2214.1416,1.9639504,0.07693668,0.13721372,0.13846017,234.21747,296.19574,23.935165,109.25336,39.718533,20.258635,2003.4185,1.8024439,76.1761,36.036396,435.12994,32.730324,456.25513,19.508585,92.665405,0.0,1166.3772,4886.623,2.8948596,391.06564,65.36398,31391.984,52.686996,2.846795,20.717152,46.476883,14.477932,3.6758845,22.95434,766.6776,319.50937,28.5565,2.2935781,5.643654,168.24796,16.935919,260.32095,181.5715,2349.051,604.0516,117.948555,155.12738,350.6476,5.299055,7.744791,17.209286,3.0997295,3.3838093,46.611122,59.027092,95.213165,28.867315,35.073162,72.68944,11.190877,3648.6506,27.712574,24.692204,19.782423,15.244335,218.18875,49.33249,25.02285,6.578283,19.07731,27.82141,97.29249,206.5764,57.900135,204.22453,41.48219,26.690586,130.2765,82.48676,456.81042,88.441605,1.9052367,6.236828,6.225847,60.617252,12662.364,1.8746443,23.499365,48.594555,22.34653,210.64635,60.211826,108.64624,2.2010782,110.79496,432.5598,238.9187,94.00797,428.1357,45.12769,78.54499,127.92588,13.25965,2.3752189,15.043786,765.46686,0.14397572,0.41753763,70.51417,12.34475,6.691102,8.244455,16.070131,89.47991,35.45084,134.34225,683.3744,351.2378,2679.6794,2064.736,41.261574,71.74867,6464.31,10.943028,123.40154,693.6189,217.74133,293.11823,121.77388,772.03296,782.8721,486.4407,26.210445,159.64543,630.58673,1189.9342,68.395676,658.4578,87.2351,1.2811681,50.518055,0.9562303,0.7928544,3.0933464,44.55898,223.97284,76.50836,18.242384,959.0643,284.85706,164.6129,236.03494,58.7404,54.11156,31.287725,84.92048,28.324596,301.28455,144.42293,33.955597,37.619736,33.074463,73.64866,77.14467,11.190886,283.11798,80.4716,693.61615,26.843771,1351.7345,65.96431,373.17444,586.7898,26.754606,18.621775,738.37555,769.83905,1857.6736,179.44073 +2023-10-07 23:00:00,0.0,11123.274,310.1617,73.78032,78.30179,62.447346,284.5871,40.230812,73.42488,26.395683,43.956,1604.6061,116.18377,25.213688,221.78018,0.44992542,0.33243018,37.67985,0.71075374,0.116131015,659.26184,0.07491523,631.8885,93.304855,0.062371362,0.048225813,212.58867,33.392162,86.316605,121.69945,14295.402,0.08896474,2215.0151,1.9724773,0.07713221,0.13746178,0.13892445,234.31717,296.28748,23.946066,109.175064,39.71967,20.249514,2002.5125,1.8051829,76.16086,36.01437,435.19925,32.723305,456.16092,19.491291,92.62199,0.0,1165.9972,4884.459,2.891079,390.88452,65.303505,31378.523,52.656567,2.8435352,20.710342,46.46445,14.465547,3.6735935,22.947754,766.2174,319.2466,28.543924,2.291057,5.6388392,168.16202,16.914074,260.2424,181.69543,2348.2734,604.229,117.92498,155.10179,350.23633,5.2991166,7.745643,17.242123,3.1003845,3.3888497,46.56886,58.98134,95.232925,28.851473,35.048412,72.66123,11.192075,3648.293,27.706928,24.688845,19.779024,15.237672,218.12663,49.31184,25.015457,6.5766597,19.066109,27.804016,97.244705,206.46732,57.8545,204.13313,41.45144,26.66973,130.22206,82.45024,456.3046,88.42268,1.9054248,6.2337365,6.224617,60.568058,12649.774,1.8751662,23.480755,48.62389,22.337475,210.56207,60.196236,108.66126,2.2028806,110.7499,432.64084,239.05284,93.93614,428.1735,45.152554,78.51169,127.87331,13.270297,2.3763113,15.049318,765.13354,0.14459538,0.4181774,70.538315,12.342352,6.6947885,8.24757,16.071249,89.530815,35.431267,134.37682,683.5508,351.35205,2679.6665,2064.7466,41.246433,71.74164,6459.529,10.954356,123.35803,693.48627,217.65334,293.00388,121.74195,771.6713,782.41956,486.39655,26.19278,159.58023,630.08844,1189.0377,68.32153,657.6702,87.14053,1.2819366,50.518456,0.95659375,0.79363024,3.0968962,44.51078,223.9481,76.438995,18.244848,958.17194,284.58713,164.46083,235.7957,58.696236,54.112232,31.272089,84.80841,28.311491,301.02744,144.27875,33.95006,37.581284,33.044487,73.58355,77.05889,11.178596,282.87732,80.39512,693.05286,26.821785,1350.5663,65.91035,373.31622,586.2412,26.735239,18.616833,737.8426,769.44666,1857.258,179.71991 +2023-10-08 00:00:00,0.0,11113.37,309.8811,73.7947,78.349144,62.45242,284.65988,40.242203,73.47045,26.398804,43.978954,1603.6145,116.12902,25.218107,221.8383,0.45167848,0.33408314,37.699795,0.71437675,0.11596877,659.70404,0.07486881,632.292,93.34518,0.06228554,0.048168376,212.8246,33.406948,86.469536,121.76598,14284.546,0.089251176,2215.8887,1.9810042,0.07732774,0.13770984,0.13938875,234.41689,296.3792,23.956964,109.09677,39.720806,20.240393,2001.6064,1.807922,76.14561,35.99234,435.26855,32.71629,456.0667,19.473999,92.578575,0.0,1165.6173,4882.2954,2.887298,390.70343,65.24303,31365.06,52.62614,2.840275,20.703533,46.45202,14.45316,3.6713026,22.941168,765.75726,318.98386,28.53135,2.2885363,5.6340246,168.07608,16.89223,260.16385,181.81935,2347.4958,604.40643,117.9014,155.0762,349.825,5.2991786,7.7464952,17.274958,3.1010394,3.3938904,46.526596,58.935585,95.252686,28.835629,35.023663,72.63302,11.193272,3647.9355,27.701284,24.685484,19.775625,15.231009,218.06451,49.291195,25.008064,6.5750365,19.054907,27.786621,97.19692,206.35823,57.80887,204.04175,41.420692,26.64887,130.16762,82.41371,455.79877,88.40376,1.9056131,6.230645,6.2233872,60.51886,12637.184,1.8756882,23.462143,48.653225,22.32842,210.4778,60.180645,108.676285,2.2046833,110.70484,432.7219,239.18697,93.86431,428.2113,45.177418,78.478386,127.82073,13.280944,2.3774037,15.054851,764.8003,0.14521505,0.4188172,70.56246,12.339953,6.698475,8.250684,16.072367,89.58171,35.411694,134.41138,683.7272,351.46628,2679.6538,2064.7573,41.231293,71.734604,6454.7476,10.965684,123.314514,693.3536,217.56532,292.88953,121.710014,771.3097,781.96704,486.35242,26.175116,159.51505,629.5901,1188.1411,68.24739,656.8826,87.04596,1.2827051,50.51886,0.9569573,0.79440606,3.1004462,44.46258,223.92336,76.36963,18.247313,957.2796,284.3172,164.30876,235.55646,58.652073,54.112904,31.256453,84.69635,28.298388,300.77032,144.13457,33.944523,37.54283,33.014515,73.51843,76.973114,11.166306,282.6367,80.318634,692.48956,26.799799,1349.3982,65.85639,373.45798,585.6926,26.715872,18.61189,737.3097,769.05426,1856.8427,179.99908 +2023-10-08 01:00:00,0.0,11103.466,309.60046,73.80908,78.39649,62.457493,284.7327,40.253593,73.51603,26.401922,44.001907,1602.6228,116.07427,25.222527,221.89642,0.45343158,0.33573613,37.71974,0.71799976,0.11580653,660.1462,0.0748224,632.69543,93.3855,0.062199716,0.048110936,213.06052,33.421734,86.62246,121.83252,14273.69,0.08953762,2216.7622,1.9895312,0.077523276,0.1379579,0.13985305,234.51659,296.47095,23.967865,109.01848,39.721943,20.231272,2000.7004,1.8106612,76.130356,35.970314,435.33783,32.709274,455.9725,19.456705,92.53516,0.0,1165.2373,4880.1313,2.8835175,390.5223,65.18255,31351.6,52.595715,2.8370152,20.696722,46.43959,14.440775,3.6690116,22.934582,765.29706,318.72113,28.518774,2.2860153,5.6292105,167.99013,16.870384,260.0853,181.94328,2346.7185,604.58386,117.877815,155.05061,349.41373,5.29924,7.747348,17.307795,3.1016943,3.398931,46.484333,58.88983,95.27244,28.819786,34.998913,72.60481,11.194469,3647.578,27.69564,24.682123,19.772226,15.224344,218.0024,49.270546,25.000671,6.5734134,19.043705,27.769228,97.14914,206.24915,57.763237,203.95036,41.389942,26.628014,130.11319,82.37719,455.29294,88.384834,1.9058012,6.227554,6.2221575,60.46966,12624.594,1.8762101,23.443533,48.68256,22.319365,210.39352,60.165054,108.69131,2.206486,110.65978,432.80295,239.3211,93.79247,428.24908,45.202286,78.44508,127.768166,13.291592,2.3784962,15.060382,764.467,0.14583471,0.419457,70.58661,12.337556,6.7021613,8.253798,16.073486,89.63261,35.39212,134.44594,683.90356,351.58054,2679.6409,2064.768,41.216152,71.72756,6449.9663,10.977012,123.271,693.22095,217.47733,292.77518,121.67808,770.948,781.5145,486.30826,26.15745,159.44986,629.09174,1187.2445,68.17325,656.09503,86.95139,1.2834735,50.51926,0.95732075,0.7951819,3.103996,44.414383,223.89862,76.30026,18.249777,956.38727,284.04727,164.1567,235.3172,58.60791,54.113575,31.240816,84.58428,28.285282,300.5132,143.99039,33.938988,37.50438,32.984543,73.45332,76.887344,11.154016,282.39606,80.24215,691.9263,26.777813,1348.23,65.80243,373.59976,585.14404,26.696505,18.606949,736.77673,768.66187,1856.4271,180.27826 +2023-10-08 02:00:00,0.0,11093.562,309.31982,73.82346,78.44384,62.462566,284.80548,40.264984,73.56161,26.405043,44.024864,1601.6312,116.01952,25.226948,221.95453,0.45518467,0.33738908,37.739685,0.7216227,0.11564428,660.5884,0.07477599,633.0989,93.42583,0.062113892,0.048053496,213.29645,33.436516,86.77539,121.899055,14262.834,0.08982406,2217.636,1.9980582,0.07771881,0.13820596,0.14031734,234.61629,296.5627,23.978764,108.940186,39.723076,20.22215,1999.7946,1.8134003,76.11511,35.948284,435.40717,32.70226,455.8783,19.439411,92.491745,0.0,1164.8574,4877.9673,2.8797367,390.34122,65.12207,31338.137,52.565285,2.833755,20.689913,46.42716,14.42839,3.6667204,22.927996,764.83685,318.45837,28.506199,2.2834942,5.624396,167.90419,16.84854,260.00677,182.0672,2345.941,604.7613,117.85424,155.02504,349.00244,5.2993016,7.7482,17.34063,3.1023493,3.4039717,46.44207,58.844078,95.2922,28.803942,34.974163,72.57661,11.195666,3647.2205,27.689997,24.678764,19.768827,15.217681,217.94029,49.249897,24.99328,6.5717907,19.032503,27.751833,97.10136,206.14006,57.717606,203.85898,41.35919,26.607155,130.05875,82.34066,454.7871,88.36591,1.9059894,6.2244625,6.2209277,60.420464,12612.003,1.8767321,23.424921,48.711895,22.31031,210.30923,60.149464,108.70633,2.2082884,110.614716,432.88397,239.45525,93.72064,428.28687,45.22715,78.41178,127.71559,13.302238,2.3795886,15.065914,764.1337,0.14645438,0.42009676,70.610756,12.335157,6.7058477,8.256912,16.074604,89.6835,35.372547,134.4805,684.07996,351.6948,2679.6282,2064.7788,41.201008,71.72053,6445.185,10.988339,123.227486,693.08826,217.38931,292.66083,121.64615,770.58636,781.06195,486.26413,26.139784,159.38467,628.59344,1186.3479,68.09911,655.30743,86.85683,1.2842419,50.519665,0.9576843,0.7959577,3.1075459,44.366184,223.87387,76.230896,18.252241,955.49493,283.7773,164.00461,235.07796,58.563747,54.114246,31.22518,84.47221,28.272177,300.2561,143.8462,33.93345,37.465927,32.95457,73.388214,76.80157,11.141726,282.15543,80.165665,691.36304,26.755829,1347.0619,65.74847,373.74152,584.59546,26.677137,18.602007,736.24384,768.2695,1856.0116,180.55742 +2023-10-08 03:00:00,0.0,11083.657,309.03918,73.837845,78.491196,62.46764,284.87827,40.276375,73.60718,26.408163,44.047817,1600.6396,115.964775,25.231367,222.01265,0.45693773,0.33904207,37.759632,0.7252457,0.11548204,661.0305,0.07472957,633.5023,93.46615,0.062028073,0.047996055,213.53238,33.4513,86.928314,121.96559,14251.978,0.0901105,2218.5095,2.0065851,0.07791434,0.13845402,0.14078161,234.71599,296.65445,23.989664,108.86189,39.724213,20.21303,1998.8885,1.8161393,76.09986,35.926258,435.47647,32.695244,455.78406,19.42212,92.448326,0.0,1164.4775,4875.8037,2.875956,390.16013,65.06159,31324.676,52.53486,2.830495,20.683102,46.414726,14.416003,3.6644294,22.92141,764.3767,318.19565,28.493624,2.2809732,5.619581,167.81825,16.826694,259.92822,182.19113,2345.1633,604.93866,117.83066,154.99945,348.59116,5.2993636,7.749052,17.373466,3.1030042,3.409012,46.399807,58.798325,95.31196,28.7881,34.949413,72.54839,11.196863,3646.8628,27.684351,24.675404,19.765429,15.211018,217.87817,49.229248,24.985888,6.5701675,19.021301,27.73444,97.05357,206.03098,57.671974,203.7676,41.32844,26.586298,130.00432,82.30414,454.28128,88.34699,1.9061775,6.2213707,6.219698,60.37127,12599.413,1.877254,23.40631,48.74123,22.301256,210.22496,60.13387,108.72135,2.210091,110.56966,432.96503,239.58937,93.64881,428.32468,45.252018,78.37848,127.663025,13.312886,2.380681,15.071446,763.8004,0.14707404,0.42073655,70.6349,12.332759,6.709534,8.260026,16.075724,89.7344,35.352974,134.51506,684.25635,351.80902,2679.6152,2064.7896,41.185867,71.71349,6440.404,10.999667,123.183975,692.9556,217.30132,292.54648,121.61421,770.22473,780.60944,486.21997,26.12212,159.31949,628.0951,1185.4513,68.02497,654.51984,86.76226,1.2850103,50.520065,0.95804775,0.7967335,3.1110957,44.317986,223.84914,76.16153,18.254705,954.6026,283.5074,163.85254,234.83871,58.519585,54.114918,31.209545,84.36015,28.259073,299.999,143.70203,33.927914,37.427475,32.924595,73.323105,76.71579,11.129436,281.9148,80.08918,690.79974,26.733843,1345.8938,65.69451,373.8833,584.0469,26.65777,18.597065,735.7109,767.8771,1855.5961,180.8366 +2023-10-08 04:00:00,0.0,11073.753,308.75858,73.85223,78.53854,62.472713,284.95108,40.287766,73.652756,26.411283,44.07077,1599.648,115.91003,25.235786,222.07077,0.45869082,0.34069502,37.779575,0.7288687,0.11531979,661.4727,0.07468315,633.90576,93.50647,0.06194225,0.04793862,213.7683,33.466087,87.081245,122.03213,14241.122,0.09039694,2219.383,2.015112,0.078109875,0.13870208,0.1412459,234.81569,296.7462,24.000565,108.7836,39.72535,20.203909,1997.9825,1.8188784,76.08461,35.90423,435.54578,32.688225,455.68985,19.404825,92.404915,0.0,1164.0977,4873.6396,2.8721752,389.979,65.001114,31311.215,52.504433,2.827235,20.676292,46.402294,14.403618,3.6621385,22.914824,763.9165,317.9329,28.481049,2.2784524,5.6147666,167.73232,16.80485,259.84967,182.31505,2344.3857,605.1161,117.807076,154.97386,348.17987,5.299425,7.7499046,17.406303,3.1036592,3.4140527,46.357544,58.75257,95.33172,28.772257,34.924664,72.52019,11.198061,3646.5054,27.678707,24.672043,19.762032,15.204353,217.81606,49.2086,24.978495,6.5685444,19.0101,27.717045,97.00579,205.9219,57.626343,203.6762,41.297695,26.56544,129.94987,82.26761,453.77545,88.328064,1.9063658,6.2182794,6.2184677,60.32207,12586.823,1.877776,23.3877,48.770565,22.2922,210.14069,60.11828,108.736374,2.2118936,110.5246,433.04608,239.72351,93.57697,428.36246,45.276882,78.34518,127.61045,13.323533,2.3817735,15.076979,763.46716,0.14769372,0.42137635,70.65906,12.33036,6.71322,8.26314,16.076841,89.7853,35.3334,134.54962,684.43274,351.92328,2679.6025,2064.8,41.170727,71.70646,6435.6226,11.010994,123.14046,692.823,217.21332,292.43213,121.582275,769.8631,780.1569,486.17584,26.104454,159.2543,627.59674,1184.5547,67.95083,653.73224,86.667694,1.2857788,50.52047,0.9584113,0.7975094,3.1146455,44.269787,223.82439,76.09216,18.25717,953.71027,283.23746,163.70047,234.59946,58.47542,54.115593,31.193909,84.248085,28.245968,299.74188,143.55783,33.922375,37.389023,32.894623,73.25799,76.63001,11.117146,281.67413,80.012695,690.23645,26.711857,1344.7256,65.64055,374.02505,583.4983,26.638405,18.592123,735.178,767.4847,1855.1807,181.11577 +2023-10-08 05:00:00,0.0,11063.849,308.47794,73.86661,78.5859,62.477787,285.02386,40.299156,73.69833,26.414402,44.093727,1598.6564,115.85528,25.240208,222.12888,0.46044388,0.34234798,37.799522,0.7324917,0.115157545,661.91486,0.074636735,634.3092,93.54679,0.061856426,0.04788118,214.00423,33.480873,87.23417,122.09866,14230.266,0.090683386,2220.2566,2.023639,0.0783054,0.13895015,0.14171019,234.91539,296.83792,24.011463,108.70531,39.726482,20.194788,1997.0765,1.8216175,76.06937,35.882202,435.61505,32.68121,455.59564,19.387533,92.361496,0.0,1163.7177,4871.4756,2.8683946,389.7979,64.940636,31297.752,52.474003,2.823975,20.669481,46.389862,14.391232,3.6598475,22.908237,763.45636,317.67014,28.468475,2.2759314,5.609952,167.64638,16.783005,259.77112,182.43898,2343.6082,605.2935,117.7835,154.94827,347.7686,5.299487,7.7507567,17.439138,3.104314,3.4190934,46.315285,58.706818,95.35147,28.756413,34.899914,72.491974,11.199258,3646.148,27.673063,24.668682,19.758633,15.19769,217.75394,49.18795,24.971102,6.566921,18.998898,27.699652,96.95801,205.81282,57.58071,203.58481,41.266945,26.544582,129.89543,82.23109,453.26962,88.30914,1.9065539,6.215188,6.217238,60.272873,12574.232,1.8782979,23.369087,48.7999,22.283146,210.05641,60.102688,108.751396,2.2136962,110.47954,433.1271,239.85765,93.50514,428.40024,45.301746,78.31188,127.55788,13.33418,2.382866,15.082511,763.13385,0.14831339,0.4220161,70.683205,12.327963,6.7169065,8.266254,16.07796,89.8362,35.313828,134.58418,684.60913,352.0375,2679.5896,2064.8108,41.155586,71.699425,6430.8413,11.022322,123.09694,692.6903,217.1253,292.31778,121.55034,769.5014,779.70435,486.13168,26.08679,159.1891,627.09845,1183.6582,67.876686,652.94464,86.57313,1.2865473,50.52087,0.95877475,0.7982852,3.1181955,44.22159,223.79965,76.0228,18.259632,952.8179,282.9675,163.54839,234.36021,58.43126,54.116264,31.178272,84.136024,28.232862,299.48477,143.41365,33.91684,37.35057,32.86465,73.19288,76.54424,11.104856,281.4335,79.93621,689.6732,26.68987,1343.5575,65.586586,374.16684,582.9497,26.619038,18.587181,734.645,767.0923,1854.7651,181.39494 +2023-10-08 06:00:00,0.0,11053.944,308.1973,73.88099,78.63325,62.48286,285.09665,40.310547,73.743904,26.417522,44.11668,1597.6648,115.80053,25.244627,222.187,0.46219698,0.34400097,37.81947,0.7361147,0.1149953,662.357,0.07459032,634.71265,93.58712,0.061770603,0.04782374,214.24016,33.49566,87.3871,122.1652,14219.41,0.09096982,2221.1301,2.032166,0.078500934,0.13919821,0.14217448,235.0151,296.92966,24.022364,108.627014,39.72762,20.185667,1996.1707,1.8243566,76.054115,35.860172,435.6844,32.674194,455.50143,19.37024,92.318085,0.0,1163.3376,4869.312,2.8646138,389.6168,64.88016,31284.291,52.443577,2.820715,20.662672,46.37743,14.378846,3.6575565,22.901651,762.99615,317.4074,28.4559,2.2734103,5.6051373,167.56044,16.76116,259.69257,182.5629,2342.8306,605.47095,117.75992,154.92268,347.35727,5.2995486,7.751609,17.471975,3.104969,3.4241338,46.27302,58.661064,95.37123,28.74057,34.875164,72.46377,11.200455,3645.7903,27.66742,24.665323,19.755234,15.191027,217.69182,49.167305,24.963709,6.565298,18.987696,27.682257,96.910225,205.70374,57.53508,203.49342,41.236195,26.523724,129.841,82.19456,452.76382,88.29022,1.9067421,6.2120967,6.216008,60.223675,12561.643,1.87882,23.350477,48.829235,22.27409,209.97212,60.087097,108.76642,2.2154987,110.43448,433.20816,239.99178,93.43331,428.43805,45.326614,78.27858,127.50531,13.344828,2.3839583,15.088043,762.8006,0.14893305,0.4226559,70.70735,12.325564,6.720593,8.269368,16.079079,89.88709,35.294254,134.61874,684.7855,352.15176,2679.577,2064.8215,41.140446,71.69238,6426.06,11.033649,123.05343,692.5577,217.03731,292.20343,121.51841,769.1398,779.25183,486.08755,26.069124,159.12392,626.6001,1182.7616,67.80254,652.15704,86.47855,1.2873157,50.521275,0.9591383,0.799061,3.1217453,44.17339,223.7749,75.95342,18.262096,951.92554,282.69757,163.39632,234.12097,58.387096,54.116936,31.162636,84.02396,28.219759,299.22766,143.26947,33.9113,37.31212,32.83468,73.12777,76.458466,11.092566,281.19287,79.859726,689.1099,26.667885,1342.3893,65.53263,374.3086,582.4011,26.59967,18.58224,734.1121,766.6999,1854.3496,181.6741 +2023-10-08 07:00:00,0.0,11044.04,307.9167,73.89537,78.6806,62.487934,285.16946,40.321938,73.78948,26.420643,44.139633,1596.6731,115.74578,25.249046,222.2451,0.46395004,0.34565392,37.839413,0.7397377,0.11483306,662.7992,0.07454391,635.11615,93.62744,0.061684784,0.047766298,214.47607,33.51044,87.54002,122.231735,14208.554,0.09125627,2222.0037,2.0406928,0.07869647,0.13944627,0.14263877,235.1148,297.02142,24.033262,108.54872,39.728756,20.176546,1995.2646,1.8270956,76.038864,35.838146,435.7537,32.66718,455.40723,19.352947,92.274666,0.0,1162.9578,4867.148,2.8608332,389.4357,64.81968,31270.828,52.413147,2.817455,20.655863,46.364998,14.366461,3.6552656,22.895065,762.536,317.14465,28.443325,2.2708895,5.6003227,167.4745,16.739315,259.614,182.68683,2342.053,605.6484,117.73634,154.8971,346.94598,5.2996106,7.7524614,17.50481,3.105624,3.4291744,46.23076,58.615314,95.39099,28.724726,34.850414,72.435555,11.201653,3645.4329,27.661774,24.661963,19.751835,15.184362,217.6297,49.146656,24.956318,6.563675,18.976494,27.664864,96.86244,205.59465,57.48945,203.40204,41.205444,26.502867,129.78656,82.158035,452.258,88.2713,1.9069302,6.2090054,6.2147784,60.17448,12549.052,1.8793418,23.331865,48.858566,22.265036,209.88785,60.071507,108.78144,2.2173014,110.38942,433.2892,240.12592,93.36147,428.47583,45.35148,78.24528,127.452736,13.355474,2.3850508,15.0935755,762.4673,0.14955272,0.42329568,70.7315,12.323166,6.7242794,8.272483,16.080196,89.93799,35.27468,134.6533,684.9619,352.26602,2679.564,2064.8323,41.125305,71.68535,6421.279,11.044977,123.00991,692.425,216.9493,292.08908,121.48647,768.77814,778.7993,486.0434,26.051458,159.05873,626.10175,1181.865,67.7284,651.3694,86.38399,1.2880841,50.521675,0.9595018,0.7998368,3.1252952,44.12519,223.75017,75.884056,18.26456,951.0332,282.42764,163.24425,233.88171,58.342934,54.117607,31.147,83.91189,28.206654,298.97055,143.12529,33.905766,37.273666,32.804703,73.06265,76.37269,11.080276,280.95224,79.78324,688.54663,26.645899,1341.2212,65.47867,374.45038,581.85254,26.580303,18.577297,733.57916,766.3075,1853.9342,181.95328 +2023-10-08 08:00:00,0.0,11034.136,307.63605,73.90975,78.72795,62.49301,285.24225,40.33333,73.83506,26.423763,44.16259,1595.6815,115.69103,25.253466,222.30322,0.46570313,0.3473069,37.85936,0.74336064,0.11467081,663.24133,0.07449749,635.5196,93.66776,0.06159896,0.04770886,214.712,33.525227,87.692955,122.29827,14197.698,0.091542706,2222.8772,2.0492198,0.078892,0.13969433,0.14310306,235.21451,297.11316,24.044163,108.47043,39.729893,20.167425,1994.3586,1.8298347,76.02361,35.816116,435.823,32.66016,455.31302,19.335653,92.231255,0.0,1162.5779,4864.9844,2.8570523,389.25458,64.7592,31257.367,52.38272,2.814195,20.649052,46.352566,14.3540745,3.6529746,22.88848,762.0758,316.8819,28.43075,2.2683685,5.595508,167.38857,16.71747,259.53546,182.81075,2341.2756,605.8258,117.71277,154.8715,346.5347,5.299672,7.7533135,17.537647,3.106279,3.434215,46.188496,58.569557,95.41074,28.708883,34.825665,72.40735,11.202849,3645.0752,27.65613,24.658602,19.748436,15.177699,217.5676,49.126007,24.948925,6.562052,18.965292,27.647469,96.81466,205.48557,57.443817,203.31064,41.174694,26.482008,129.73213,82.121506,451.75217,88.25237,1.9071184,6.205914,6.2135487,60.125282,12536.462,1.8798639,23.313253,48.8879,22.255981,209.80357,60.055912,108.79646,2.2191038,110.34435,433.37024,240.26006,93.28964,428.5136,45.376343,78.211975,127.40016,13.366121,2.3861432,15.099108,762.13403,0.15017238,0.42393547,70.755646,12.320768,6.727966,8.275597,16.081316,89.98889,35.255108,134.68787,685.1383,352.38025,2679.5513,2064.843,41.110165,71.678314,6416.497,11.056305,122.9664,692.29236,216.8613,291.97473,121.45454,768.4165,778.3468,485.99927,26.033794,158.99355,625.60345,1180.9684,67.65426,650.5818,86.28942,1.2888526,50.52208,0.9598653,0.8006126,3.128845,44.076992,223.72542,75.81469,18.267025,950.14087,282.15768,163.09216,233.64247,58.29877,54.11828,31.131363,83.79983,28.193548,298.71344,142.98111,33.900227,37.235214,32.77473,72.99754,76.28692,11.067986,280.71158,79.70676,687.9834,26.623915,1340.053,65.424706,374.59213,581.30396,26.560936,18.572355,733.04626,765.9151,1853.5187,182.23245 +2023-10-08 09:00:00,0.0,11024.231,307.3554,73.92413,78.77531,62.498085,285.31503,40.34472,73.88063,26.426882,44.185543,1594.69,115.636284,25.257887,222.36134,0.4674562,0.34895986,37.879303,0.74698365,0.11450857,663.68353,0.074451074,635.92303,93.708084,0.061513137,0.04765142,214.94794,33.540012,87.84588,122.36481,14186.842,0.09182915,2223.751,2.0577466,0.07908753,0.1399424,0.14356735,235.31421,297.2049,24.055063,108.392136,39.731026,20.158304,1993.4528,1.8325738,76.00837,35.79409,435.89233,32.653145,455.2188,19.31836,92.187836,0.0,1162.198,4862.8203,2.8532717,389.0735,64.69872,31243.906,52.352295,2.810935,20.642242,46.340134,14.341689,3.6506836,22.881893,761.61566,316.61917,28.418175,2.2658474,5.5906935,167.30261,16.695625,259.4569,182.93468,2340.498,606.0032,117.68918,154.84592,346.1234,5.299734,7.7541656,17.570484,3.1069338,3.4392557,46.146233,58.523808,95.430504,28.69304,34.800915,72.379135,11.204046,3644.7178,27.650486,24.655241,19.745037,15.171036,217.50548,49.10536,24.941532,6.560429,18.95409,27.630075,96.76688,205.37648,57.398186,203.21925,41.143948,26.461151,129.67769,82.084984,451.24634,88.23345,1.9073066,6.2028227,6.212319,60.076084,12523.872,1.8803858,23.294643,48.917236,22.246925,209.7193,60.04032,108.811485,2.2209065,110.29929,433.4513,240.3942,93.21781,428.55142,45.40121,78.17867,127.347595,13.376769,2.3872356,15.10464,761.8007,0.15079205,0.42457527,70.77979,12.31837,6.7316523,8.27871,16.082434,90.03979,35.235535,134.72243,685.31464,352.4945,2679.5383,2064.8538,41.09502,71.67128,6411.716,11.067633,122.92288,692.15967,216.77328,291.86038,121.42261,768.0548,777.8942,485.9551,26.016129,158.92836,625.1051,1180.0718,67.580124,649.7942,86.194855,1.289621,50.52248,0.9602288,0.8013885,3.1323948,44.028793,223.70068,75.74532,18.26949,949.24854,281.88776,162.9401,233.40323,58.25461,54.11895,31.115726,83.68776,28.180443,298.4563,142.83693,33.89469,37.196762,32.74476,72.932434,76.20114,11.055696,280.47095,79.63027,687.4201,26.601929,1338.8849,65.37074,374.73392,580.7554,26.541569,18.567413,732.5133,765.5227,1853.1031,182.51163 +2023-10-08 10:00:00,0.0,11014.327,307.0748,73.938515,78.822655,62.50316,285.38782,40.35611,73.92621,26.430002,44.208496,1593.6982,115.581535,25.262306,222.41945,0.46920928,0.35061282,37.89925,0.75060666,0.114346325,664.1257,0.07440466,636.3265,93.74841,0.061427314,0.04759398,215.18385,33.5548,87.99881,122.43134,14175.985,0.09211559,2224.6245,2.0662737,0.079283066,0.14019045,0.14403164,235.41391,297.29663,24.065962,108.31384,39.732162,20.149183,1992.5468,1.8353128,75.99312,35.772064,435.9616,32.64613,455.1246,19.301067,92.144424,0.0,1161.8181,4860.6562,2.849491,388.8924,64.638245,31230.443,52.321865,2.807675,20.635431,46.327705,14.329304,3.6483927,22.875307,761.15546,316.3564,28.4056,2.2633266,5.585879,167.21667,16.67378,259.3784,183.05861,2339.7205,606.1806,117.6656,154.82033,345.71213,5.2997956,7.7550178,17.60332,3.1075888,3.4442961,46.10397,58.478054,95.450264,28.677197,34.776165,72.35093,11.205244,3644.36,27.644842,24.651882,19.741638,15.1643715,217.44336,49.08471,24.93414,6.558806,18.942888,27.61268,96.71909,205.2674,57.352554,203.12787,41.113197,26.440292,129.62326,82.048454,450.7405,88.21453,1.9074948,6.1997313,6.211089,60.026886,12511.281,1.8809078,23.276031,48.94657,22.237871,209.63501,60.02473,108.826515,2.222709,110.254234,433.53235,240.52832,93.14597,428.5892,45.426075,78.14537,127.29502,13.387416,2.388328,15.110172,761.46747,0.15141171,0.42521504,70.80394,12.315971,6.7353387,8.281825,16.083551,90.09068,35.21596,134.75697,685.49097,352.60876,2679.5256,2064.8643,41.07988,71.66424,6406.9346,11.07896,122.87937,692.02704,216.68529,291.74603,121.39067,767.6932,777.4417,485.91098,25.998463,158.86316,624.60675,1179.1752,67.50598,649.0066,86.10029,1.2903894,50.52288,0.96059227,0.8021643,3.1359448,43.98059,223.67593,75.67596,18.271954,948.3562,281.61783,162.78802,233.16397,58.210445,54.119625,31.10009,83.57569,28.16734,298.1992,142.69275,33.889153,37.15831,32.714783,72.867325,76.115364,11.043406,280.23032,79.55379,686.8568,26.579943,1337.7167,65.31679,374.87567,580.2067,26.522202,18.562471,731.9804,765.13025,1852.6876,182.79079 +2023-10-08 11:00:00,0.0,11004.423,306.79416,73.952896,78.87,62.508232,285.46063,40.3675,73.97179,26.433123,44.231453,1592.7067,115.52679,25.266726,222.47757,0.47096238,0.3522658,37.919193,0.75422966,0.11418408,664.5679,0.07435824,636.7299,93.788734,0.061341494,0.04753654,215.41978,33.569584,88.15173,122.49788,14165.13,0.09240203,2225.498,2.0748007,0.0794786,0.14043851,0.14449593,235.51363,297.38837,24.076862,108.23555,39.7333,20.140062,1991.6407,1.838052,75.97787,35.750034,436.0309,32.639114,455.03036,19.283773,92.101006,0.0,1161.4381,4858.4927,2.8457103,388.71127,64.57776,31216.982,52.29144,2.804415,20.628622,46.315273,14.316917,3.6461015,22.868721,760.69525,316.0937,28.393024,2.2608056,5.581064,167.13074,16.651936,259.29984,183.18253,2338.9429,606.35803,117.64203,154.79474,345.30084,5.299857,7.7558703,17.636156,3.1082437,3.4493368,46.061707,58.4323,95.470024,28.661354,34.751415,72.32272,11.206441,3644.0027,27.639196,24.648521,19.73824,15.157708,217.38124,49.064064,24.926746,6.557183,18.931686,27.595287,96.67131,205.15831,57.30692,203.03648,41.082447,26.419436,129.56882,82.01193,450.23468,88.1956,1.9076829,6.1966395,6.209859,59.97769,12498.691,1.8814297,23.257421,48.975906,22.228815,209.55074,60.00914,108.84154,2.2245116,110.209175,433.61337,240.66246,93.07414,428.62698,45.45094,78.11207,127.24245,13.398063,2.3894205,15.115705,761.13416,0.15203138,0.42585483,70.828094,12.313573,6.7390246,8.284939,16.084671,90.14158,35.19639,134.79153,685.66736,352.723,2679.5127,2064.875,41.06474,71.6572,6402.1533,11.090288,122.83585,691.8944,216.59729,291.63168,121.358734,767.33154,776.9892,485.86682,25.980799,158.79797,624.10846,1178.2787,67.43184,648.219,86.00572,1.291158,50.523285,0.9609558,0.80294013,3.1394947,43.932392,223.6512,75.60659,18.274418,947.46387,281.3479,162.63596,232.92473,58.166283,54.120296,31.084455,83.46363,28.154234,297.94208,142.54857,33.883617,37.119858,32.68481,72.80221,76.02959,11.031115,279.9897,79.4773,686.2936,26.557957,1336.5486,65.262825,375.01746,579.65814,26.502836,18.55753,731.44745,764.73785,1852.2722,183.06996 +2023-10-08 12:00:00,0.0,10994.519,306.51352,73.96728,78.91736,62.513306,285.53342,40.37889,74.01736,26.436243,44.254406,1591.7151,115.47204,25.271147,222.53569,0.47271544,0.35391876,37.93914,0.7578526,0.11402184,665.01,0.07431183,637.13336,93.829056,0.06125567,0.047479104,215.65572,33.584366,88.30466,122.564415,14154.273,0.09268847,2226.3716,2.0833275,0.07967413,0.14068657,0.14496022,235.61333,297.4801,24.08776,108.15726,39.734436,20.130941,1990.7347,1.8407911,75.96262,35.72801,436.10022,32.632095,454.93616,19.266481,92.057594,0.0,1161.0581,4856.3286,2.8419294,388.53018,64.51728,31203.521,52.261013,2.8011549,20.621813,46.302837,14.304532,3.6438105,22.862135,760.2351,315.83093,28.38045,2.2582846,5.57625,167.0448,16.63009,259.22128,183.30646,2338.1653,606.53546,117.61845,154.76915,344.88953,5.299919,7.7567225,17.668991,3.1088986,3.4543774,46.019444,58.386547,95.48978,28.64551,34.726665,72.29451,11.207638,3643.6453,27.633553,24.64516,19.73484,15.151045,217.31912,49.043415,24.919355,6.5555596,18.920485,27.577892,96.62353,205.04922,57.261288,202.9451,41.051697,26.398577,129.51437,81.9754,449.72885,88.17668,1.9078711,6.193548,6.208629,59.928493,12486.102,1.8819516,23.23881,49.00524,22.21976,209.46646,59.99355,108.85656,2.226314,110.164116,433.69443,240.7966,93.002304,428.6648,45.475807,78.07877,127.18988,13.4087105,2.390513,15.121237,760.8009,0.15265104,0.42649463,70.85224,12.311175,6.742711,8.288053,16.085789,90.19248,35.176815,134.8261,685.84375,352.83725,2679.5,2064.8857,41.0496,71.65017,6397.372,11.101615,122.792336,691.7617,216.50928,291.51733,121.3268,766.9699,776.5367,485.82266,25.963133,158.73279,623.6101,1177.3821,67.3577,647.4314,85.91115,1.2919264,50.523685,0.96131927,0.80371594,3.1430445,43.884193,223.62645,75.537224,18.276882,946.5715,281.07794,162.48387,232.68549,58.12212,54.120968,31.068819,83.35156,28.141129,297.68497,142.40439,33.87808,37.081406,32.65484,72.7371,75.94382,11.018825,279.74902,79.40082,685.7303,26.53597,1335.3805,65.20886,375.15924,579.10956,26.483469,18.552588,730.91455,764.34546,1851.8567,183.34914 +2023-10-08 13:00:00,0.0,10984.614,306.23288,73.98166,78.96471,62.51838,285.6062,40.39028,74.062935,26.439362,44.27736,1590.7234,115.41729,25.275566,222.5938,0.47446853,0.35557172,37.959084,0.7614756,0.113859594,665.4522,0.07426541,637.5368,93.86938,0.061169848,0.047421664,215.89163,33.59915,88.45759,122.63095,14143.418,0.092974916,2227.245,2.0918546,0.079869665,0.14093463,0.14542452,235.71303,297.57187,24.098661,108.078964,39.73557,20.12182,1989.8289,1.8435302,75.94737,35.70598,436.16956,32.62508,454.84195,19.249187,92.014175,0.0,1160.6782,4854.1646,2.8381488,388.34906,64.4568,31190.059,52.230583,2.797895,20.615002,46.290405,14.292146,3.6415195,22.855549,759.7749,315.56818,28.367874,2.2557635,5.5714355,166.95886,16.608246,259.14273,183.43037,2337.3877,606.7129,117.594864,154.74356,344.47824,5.2999806,7.7575746,17.701828,3.1095536,3.459418,45.97718,58.340797,95.50954,28.629667,34.701916,72.266304,11.208836,3643.2876,27.627909,24.641802,19.731443,15.144381,217.257,49.022766,24.911963,6.5539365,18.909283,27.5605,96.575745,204.94016,57.215656,202.8537,41.020947,26.37772,129.45995,81.93888,449.22302,88.15776,1.9080592,6.190457,6.2073994,59.879295,12473.511,1.8824736,23.2202,49.034576,22.210707,209.38219,59.977955,108.87158,2.2281168,110.11906,433.77548,240.93073,92.93047,428.70258,45.50067,78.04547,127.13731,13.419357,2.3916054,15.126769,760.4676,0.1532707,0.4271344,70.87639,12.308777,6.7463975,8.291167,16.086908,90.24338,35.15724,134.86066,686.02014,352.9515,2679.487,2064.8965,41.03446,71.643135,6392.591,11.112943,122.748825,691.6291,216.42128,291.40298,121.29487,766.6082,776.0841,485.77853,25.945469,158.6676,623.11176,1176.4855,67.283554,646.6438,85.81658,1.2926948,50.52409,0.9616828,0.80449176,3.1465943,43.835995,223.60172,75.46786,18.279346,945.67914,280.808,162.3318,232.44624,58.077957,54.12164,31.053183,83.239494,28.128025,297.42786,142.2602,33.872543,37.042953,32.624866,72.67199,75.85804,11.006535,279.5084,79.32433,685.167,26.513985,1334.2123,65.15491,375.301,578.561,26.464102,18.547646,730.3816,763.95306,1851.4412,183.62831 +2023-10-08 14:00:00,0.0,10974.71,305.95227,73.99604,79.01206,62.523453,285.67902,40.401672,74.10851,26.442482,44.300312,1589.7318,115.36254,25.279985,222.65192,0.4762216,0.3572247,37.97903,0.76509863,0.11369735,665.89435,0.074218996,637.9403,93.909706,0.061084025,0.047364224,216.12756,33.613937,88.61051,122.69749,14132.562,0.09326135,2228.1187,2.1003814,0.0800652,0.14118269,0.1458888,235.81273,297.6636,24.109562,108.00067,39.736706,20.1127,1988.9229,1.8462692,75.93212,35.683952,436.23886,32.618065,454.74774,19.231895,91.970764,0.0,1160.2983,4852.001,2.834368,388.16797,64.396324,31176.598,52.200157,2.7946348,20.608192,46.277977,14.27976,3.6392286,22.848963,759.31476,315.30545,28.3553,2.2532427,5.566621,166.87292,16.586401,259.06418,183.5543,2336.61,606.8903,117.57129,154.71797,344.06696,5.3000426,7.758427,17.734665,3.1102085,3.4644585,45.934917,58.29504,95.5293,28.613823,34.677166,72.23809,11.210032,3642.9302,27.622265,24.638441,19.728045,15.137717,217.1949,49.002117,24.90457,6.5523133,18.89808,27.543104,96.52796,204.83107,57.170025,202.76231,40.9902,26.356861,129.4055,81.90235,448.7172,88.13884,1.9082475,6.1873655,6.2061696,59.830097,12460.921,1.8829955,23.201588,49.06391,22.20165,209.2979,59.962364,108.886604,2.2299192,110.07399,433.8565,241.06487,92.85864,428.74036,45.52554,78.01217,127.08474,13.430004,2.3926976,15.132301,760.13434,0.15389039,0.4277742,70.900536,12.306378,6.750084,8.294281,16.088026,90.29427,35.13767,134.89522,686.19653,353.06573,2679.4744,2064.9072,41.019318,71.63609,6387.8096,11.12427,122.70531,691.4964,216.33327,291.28864,121.26293,766.2466,775.6316,485.73438,25.927803,158.60242,622.61346,1175.5889,67.20941,645.8562,85.722015,1.2934632,50.52449,0.96204627,0.80526763,3.150144,43.787796,223.57697,75.39848,18.28181,944.7868,280.5381,162.17973,232.20699,58.033794,54.12231,31.037546,83.12743,28.11492,297.17075,142.11601,33.867004,37.0045,32.59489,72.60687,75.77226,10.994245,279.26776,79.24785,684.60376,26.491999,1333.0442,65.100945,375.44278,578.0124,26.444735,18.542704,729.8487,763.56067,1851.0258,183.90747 +2023-10-08 15:00:00,0.0,10964.806,305.67163,74.01042,79.05941,62.528526,285.7518,40.413063,74.15408,26.445602,44.32327,1588.7402,115.30779,25.284407,222.71002,0.47797468,0.35887766,37.998974,0.7687216,0.113535106,666.3365,0.07417258,638.34375,93.95003,0.0609982,0.047306783,216.3635,33.628723,88.76344,122.76402,14121.705,0.0935478,2228.9922,2.1089084,0.08026073,0.14143075,0.1463531,235.91243,297.75534,24.12046,107.92238,39.737843,20.103579,1988.0168,1.8490083,75.91688,35.661922,436.30814,32.61105,454.65353,19.214602,91.927345,0.0,1159.9185,4849.837,2.8305874,387.98685,64.335846,31163.135,52.16973,2.791375,20.601381,46.265545,14.267375,3.6369376,22.842377,758.85455,315.0427,28.342726,2.2507217,5.561806,166.78699,16.564556,258.98563,183.67822,2335.8328,607.0677,117.54771,154.69238,343.65567,5.300104,7.7592793,17.7675,3.1108634,3.469499,45.892654,58.24929,95.54906,28.59798,34.652416,72.209885,11.211229,3642.5725,27.61662,24.63508,19.724646,15.131054,217.13278,48.98147,24.897177,6.5506907,18.886879,27.525711,96.48018,204.72198,57.124393,202.67093,40.95945,26.336004,129.35107,81.86583,448.21136,88.11991,1.9084356,6.184274,6.20494,59.780903,12448.33,1.8835175,23.182976,49.093246,22.192596,209.21362,59.946774,108.90163,2.2317219,110.02893,433.93756,241.199,92.786804,428.77817,45.550404,77.97887,127.032166,13.440652,2.39379,15.137834,759.801,0.15451005,0.42841396,70.92468,12.30398,6.7537704,8.297396,16.089144,90.34517,35.118095,134.92978,686.3729,353.18,2679.4614,2064.918,41.004173,71.62906,6383.0283,11.135598,122.6618,691.3638,216.24527,291.1743,121.230995,765.88495,775.1791,485.69025,25.910137,158.53723,622.1151,1174.6923,67.13527,645.0686,85.62745,1.2942317,50.524895,0.9624098,0.80604345,3.1536942,43.739597,223.55223,75.32912,18.284275,943.8945,280.26813,162.02765,231.96774,57.98963,54.122982,31.02191,83.015366,28.101814,296.91364,141.97183,33.86147,36.96605,32.56492,72.54176,75.68649,10.981955,279.02713,79.171364,684.04047,26.470015,1331.876,65.04698,375.58453,577.4638,26.425367,18.537762,729.31573,763.1683,1850.6102,184.18665 +2023-10-08 16:00:00,0.0,10954.901,305.391,74.0248,79.106766,62.5336,285.8246,40.424454,74.19966,26.448723,44.346222,1587.7485,115.253044,25.288826,222.76814,0.47972775,0.36053064,38.01892,0.7723446,0.11337286,666.7787,0.07412616,638.7472,93.99035,0.06091238,0.047249347,216.59941,33.643505,88.91637,122.83056,14110.85,0.093834236,2229.8657,2.1174352,0.080456264,0.14167881,0.14681739,236.01213,297.84708,24.131361,107.844086,39.73898,20.094458,1987.1108,1.8517474,75.90163,35.639896,436.37744,32.60403,454.55933,19.197308,91.883934,0.0,1159.5386,4847.6733,2.8268065,387.80576,64.27537,31149.674,52.1393,2.7881148,20.594572,46.253113,14.254989,3.6346467,22.83579,758.3944,314.77994,28.33015,2.2482007,5.5569916,166.70105,16.542711,258.90707,183.80215,2335.0552,607.2451,117.524124,154.6668,343.2444,5.300166,7.7601314,17.800337,3.1115184,3.4745398,45.85039,58.203533,95.56881,28.582138,34.627666,72.18167,11.212427,3642.215,27.610975,24.63172,19.721247,15.12439,217.07066,48.960823,24.889786,6.5490675,18.875677,27.508316,96.432396,204.6129,57.078762,202.57954,40.9287,26.315145,129.29663,81.8293,447.70554,88.10099,1.9086238,6.181183,6.20371,59.731705,12435.74,1.8840394,23.164366,49.12258,22.18354,209.12935,59.931183,108.91665,2.2335243,109.98387,434.01862,241.33315,92.71497,428.81595,45.575268,77.945564,126.97959,13.451299,2.3948824,15.143366,759.4678,0.15512972,0.42905375,70.94883,12.301582,6.757457,8.300509,16.090263,90.39607,35.098522,134.96434,686.5493,353.29425,2679.4487,2064.9285,40.989033,71.622025,6378.247,11.146926,122.61828,691.2311,216.15726,291.05994,121.199066,765.5233,774.72656,485.6461,25.892473,158.47203,621.61676,1173.7957,67.06113,644.281,85.53288,1.2950001,50.525295,0.96277326,0.80681926,3.157244,43.6914,223.52748,75.25975,18.28674,943.00214,279.9982,161.87558,231.7285,57.94547,54.123657,31.006273,82.903305,28.088709,296.65652,141.82765,33.85593,36.927597,32.534946,72.476654,75.600716,10.969665,278.7865,79.09488,683.4772,26.448029,1330.7079,64.99303,375.72632,576.9152,26.406,18.53282,728.78284,762.7759,1850.1947,184.46582 +2023-10-08 17:00:00,0.0,10944.997,305.11038,74.039185,79.15411,62.538673,285.8974,40.435844,74.24524,26.451841,44.369175,1586.757,115.198296,25.293245,222.82626,0.48148084,0.3621836,38.038864,0.7759676,0.11321062,667.2208,0.074079745,639.15063,94.03067,0.06082656,0.047191907,216.83534,33.65829,89.0693,122.897095,14099.993,0.09412068,2230.7395,2.1259623,0.0806518,0.14192687,0.14728168,236.11185,297.9388,24.14226,107.76579,39.740112,20.085337,1986.205,1.8544865,75.886375,35.617867,436.44678,32.597015,454.46512,19.180016,91.840515,0.0,1159.1586,4845.5093,2.823026,387.62463,64.21489,31136.213,52.108875,2.784855,20.58776,46.24068,14.242603,3.6323557,22.829205,757.9342,314.5172,28.317575,2.2456799,5.552177,166.6151,16.520866,258.82852,183.92607,2334.2776,607.42255,117.50055,154.6412,342.8331,5.3002276,7.7609835,17.833174,3.1121733,3.4795804,45.80813,58.157784,95.58857,28.566294,34.602917,72.153465,11.213624,3641.8574,27.605331,24.62836,19.717848,15.117726,217.00854,48.940174,24.882393,6.5474443,18.864475,27.490923,96.38461,204.50381,57.03313,202.48814,40.89795,26.294289,129.24219,81.79278,447.1997,88.08207,1.9088119,6.1780915,6.20248,59.682507,12423.15,1.8845614,23.145754,49.151917,22.174486,209.04507,59.915592,108.93167,2.235327,109.93881,434.09964,241.46727,92.64314,428.85373,45.600136,77.91226,126.927025,13.461946,2.3959749,15.148898,759.13446,0.15574938,0.42969355,70.972984,12.299184,6.761143,8.303623,16.091381,90.44697,35.07895,134.9989,686.7257,353.40848,2679.4358,2064.9392,40.973892,71.61499,6373.466,11.158254,122.57477,691.09845,216.06926,290.9456,121.16713,765.1616,774.274,485.60196,25.874807,158.40685,621.11847,1172.8992,66.98699,643.4934,85.43832,1.2957686,50.5257,0.9631368,0.8075951,3.1607938,43.6432,223.50275,75.190384,18.289204,942.1098,279.72827,161.72351,231.48924,57.901306,54.12433,30.990637,82.79124,28.075605,296.3994,141.68347,33.850395,36.889145,32.504974,72.411545,75.51494,10.957375,278.54584,79.018394,682.9139,26.426043,1329.5397,64.939064,375.86807,576.36664,26.386633,18.527878,728.2499,762.3835,1849.7792,184.745 +2023-10-08 18:00:00,0.0,10935.092,304.82974,74.05357,79.20146,62.543747,285.97018,40.447235,74.29081,26.454962,44.39213,1585.7654,115.14355,25.297667,222.88437,0.48323393,0.36383656,38.05881,0.77959055,0.113048375,667.663,0.074033335,639.5541,94.071,0.060740735,0.047134466,217.07126,33.673077,89.22222,122.96364,14089.138,0.09440712,2231.613,2.1344893,0.08084733,0.14217493,0.14774597,236.21155,298.03058,24.15316,107.6875,39.74125,20.076218,1985.299,1.8572255,75.87113,35.59584,436.51608,32.59,454.3709,19.162722,91.797104,0.0,1158.7786,4843.345,2.819245,387.44354,64.15441,31122.75,52.07845,2.7815948,20.580952,46.22825,14.230218,3.6300647,22.822618,757.474,314.25446,28.305,2.2431588,5.5473623,166.52916,16.499022,258.75,184.05,2333.5,607.6,117.47697,154.61563,342.42178,5.300289,7.761836,17.866009,3.1128283,3.4846208,45.765865,58.11203,95.60833,28.550451,34.578167,72.12525,11.214821,3641.5,27.599686,24.625,19.714449,15.111063,216.94643,48.919525,24.875,6.545821,18.853273,27.473528,96.33684,204.39473,56.9875,202.39676,40.867203,26.27343,129.18776,81.756256,446.69388,88.06314,1.9090002,6.175,6.20125,59.63331,12410.56,1.8850833,23.127144,49.18125,22.165432,208.96078,59.9,108.94669,2.2371294,109.89375,434.1807,241.60141,92.571304,428.89154,45.625,77.87896,126.87445,13.472593,2.3970673,15.15443,758.8012,0.15636905,0.43033332,70.99713,12.296785,6.7648296,8.306738,16.092499,90.49786,35.059376,135.03346,686.9021,353.52274,2679.423,2064.95,40.95875,71.607956,6368.6846,11.169581,122.53125,690.9658,215.98126,290.83124,121.13519,764.8,773.8215,485.5578,25.857143,158.34166,620.6201,1172.0026,66.91285,642.70575,85.34374,1.296537,50.5261,0.96350026,0.8083709,3.1643436,43.595,223.478,75.12102,18.291668,941.2174,279.4583,161.57143,231.25,57.85714,54.125,30.975002,82.67917,28.0625,296.1423,141.53929,33.844856,36.850693,32.475,72.34643,75.42917,10.945085,278.3052,78.94191,682.35065,26.404057,1328.3716,64.8851,376.00986,575.81805,26.367268,18.522938,727.717,761.9911,1849.3638,185.02415 +2023-10-08 19:00:00,0.0,10925.1875,304.5491,74.067955,79.24882,62.548824,286.04297,40.458626,74.33639,26.458082,44.415085,1584.7737,115.0888,25.302086,222.94249,0.484987,0.36548954,38.078754,0.78321356,0.11288613,668.10516,0.07398692,639.9575,94.11132,0.060654912,0.047077026,217.30719,33.687862,89.37515,123.030174,14078.281,0.094693564,2232.4866,2.143016,0.08104286,0.14242299,0.14821026,236.31125,298.1223,24.16406,107.60921,39.742386,20.067097,1984.393,1.8599646,75.85588,35.57381,436.5854,32.582985,454.27667,19.14543,91.753685,0.0,1158.3988,4841.1816,2.8154643,387.26245,64.09393,31109.29,52.04802,2.7783346,20.574142,46.215816,14.217832,3.6277738,22.816032,757.01385,313.99173,28.292425,2.2406378,5.5425477,166.44322,16.477177,258.67145,184.17392,2332.7224,607.7774,117.453384,154.59004,342.0105,5.300351,7.762688,17.898846,3.1134832,3.4896615,45.723602,58.066277,95.62808,28.534607,34.553417,72.097046,11.216019,3641.1426,27.594042,24.62164,19.71105,15.104399,216.88431,48.898876,24.867607,6.544198,18.842072,27.456135,96.289055,204.28564,56.941868,202.30537,40.836452,26.252573,129.13332,81.71973,446.18805,88.04422,1.9091883,6.1719084,6.2000203,59.58411,12397.97,1.8856053,23.108532,49.210583,22.156376,208.87651,59.884407,108.961716,2.2389321,109.848694,434.26175,241.73555,92.49947,428.92932,45.649864,77.845665,126.82188,13.48324,2.3981597,15.159962,758.46796,0.15698871,0.4309731,71.02128,12.294388,6.7685156,8.309852,16.093618,90.54876,35.039803,135.06802,687.0785,353.637,2679.4102,2064.9607,40.94361,71.600914,6363.903,11.180909,122.48773,690.8331,215.89325,290.71692,121.103264,764.43835,773.36896,485.51367,25.839478,158.27647,620.12177,1171.106,66.83871,641.91815,85.249176,1.2973055,50.526505,0.9638638,0.8091467,3.1678934,43.546803,223.45326,75.05165,18.29413,940.3251,279.1884,161.41936,231.01076,57.812977,54.12567,30.959366,82.56711,28.049395,295.8852,141.39511,33.83932,36.81224,32.445026,72.28132,75.34339,10.932795,278.06458,78.865425,681.78735,26.38207,1327.2034,64.83114,376.1516,575.2695,26.3479,18.517996,727.1841,761.5987,1848.9482,185.30333 +2023-10-08 20:00:00,0.0,10915.283,304.26846,74.08234,79.296165,62.553898,286.11578,40.470016,74.381966,26.461203,44.438038,1583.7821,115.03405,25.306505,223.0006,0.48674008,0.3671425,38.0987,0.78683656,0.11272389,668.54736,0.0739405,640.361,94.15164,0.060569093,0.04701959,217.54312,33.70265,89.528076,123.09671,14067.425,0.09498,2233.36,2.1515431,0.0812384,0.14267105,0.14867453,236.41095,298.21405,24.17496,107.530914,39.74352,20.057976,1983.487,1.8627037,75.84063,35.551785,436.65466,32.57597,454.18246,19.128136,91.710266,0.0,1158.0188,4839.0176,2.8116837,387.08133,64.033455,31095.826,52.017593,2.7750747,20.567331,46.203384,14.205446,3.6254828,22.809446,756.55365,313.72897,28.27985,2.238117,5.537733,166.35728,16.455332,258.5929,184.29785,2331.9448,607.95483,117.42981,154.56445,341.5992,5.3004127,7.7635403,17.93168,3.1141381,3.494702,45.68134,58.020523,95.64784,28.518764,34.528667,72.06883,11.217216,3640.785,27.588398,24.61828,19.707653,15.097735,216.8222,48.878227,24.860214,6.542575,18.83087,27.43874,96.24127,204.17657,56.896236,202.21399,40.805702,26.231714,129.07889,81.683205,445.68222,88.0253,1.9093765,6.168817,6.1987906,59.534916,12385.379,1.8861272,23.08992,49.239918,22.147322,208.79224,59.868816,108.97674,2.2407346,109.80363,434.34277,241.86967,92.42764,428.9671,45.674732,77.81236,126.76931,13.493887,2.3992522,15.165494,758.13464,0.15760837,0.43161288,71.045425,12.291989,6.772202,8.312965,16.094736,90.599655,35.02023,135.10258,687.2548,353.75122,2679.3975,2064.9714,40.92847,71.59388,6359.1216,11.192237,122.44422,690.7005,215.80525,290.60257,121.07133,764.07666,772.9164,485.4695,25.821812,158.21129,619.6235,1170.2094,66.764565,641.13055,85.15461,1.2980739,50.526905,0.9642273,0.8099226,3.1714435,43.498604,223.42851,74.982285,18.296595,939.43274,278.91846,161.26729,230.7715,57.768814,54.126343,30.94373,82.45504,28.036291,295.62805,141.25093,33.833782,36.77379,32.415054,72.21621,75.257614,10.920505,277.82394,78.78894,681.22406,26.360085,1326.0353,64.77718,376.2934,574.7209,26.328533,18.513054,726.6511,761.2063,1848.5327,185.5825 +2023-10-08 21:00:00,0.0,10905.379,303.98785,74.09672,79.34352,62.55897,286.18857,40.481407,74.427536,26.464323,44.460995,1582.7904,114.9793,25.310926,223.05872,0.48849314,0.36879548,38.118645,0.7904596,0.11256164,668.9895,0.07389408,640.76447,94.19197,0.06048327,0.04696215,217.77904,33.71743,89.68101,123.163246,14056.569,0.09526645,2234.2336,2.16007,0.08143393,0.14291911,0.14913882,236.51065,298.3058,24.18586,107.45262,39.744656,20.048855,1982.581,1.8654429,75.825386,35.529755,436.724,32.56895,454.08826,19.110844,91.666855,0.0,1157.6389,4836.8535,2.8079028,386.90024,63.972977,31082.365,51.987167,2.7718146,20.560522,46.190952,14.193061,3.6231916,22.80286,756.0935,313.46622,28.267275,2.235596,5.5329185,166.27135,16.433487,258.51434,184.42177,2331.1672,608.13226,117.406235,154.53886,341.18793,5.3004746,7.764393,17.964518,3.114793,3.4997425,45.639076,57.97477,95.6676,28.50292,34.503918,72.04063,11.218413,3640.4275,27.582754,24.61492,19.704254,15.091071,216.76009,48.857582,24.852823,6.5409517,18.819668,27.421347,96.19349,204.06749,56.850605,202.1226,40.774952,26.210857,129.02444,81.646675,445.1764,88.00638,1.9095646,6.1657257,6.197561,59.485718,12372.789,1.8866493,23.07131,49.269253,22.138266,208.70795,59.853226,108.99177,2.2425373,109.75857,434.42383,242.00381,92.355804,429.0049,45.699596,77.77906,126.716736,13.504535,2.4003446,15.171026,757.8014,0.15822804,0.43225268,71.06957,12.289591,6.7758884,8.31608,16.095856,90.65056,35.000656,135.13715,687.4312,353.86548,2679.3845,2064.982,40.91333,71.586845,6354.3403,11.203564,122.4007,690.5678,215.71724,290.48822,121.03939,763.715,772.46387,485.42538,25.804148,158.1461,619.1251,1169.3127,66.69042,640.34296,85.06004,1.2988423,50.52731,0.9645908,0.8106984,3.1749933,43.450405,223.40378,74.91292,18.299059,938.5404,278.6485,161.1152,230.53226,57.72465,54.127018,30.928093,82.34297,28.023186,295.37094,141.10675,33.828247,36.735336,32.38508,72.1511,75.17184,10.908215,277.58328,78.712456,680.6608,26.3381,1324.8672,64.72322,376.43515,574.17224,26.309166,18.508112,726.1182,760.8139,1848.1173,185.86166 +2023-10-08 22:00:00,0.0,10895.475,303.7072,74.1111,79.39087,62.564045,286.26135,40.492798,74.473114,26.467442,44.483948,1581.7988,114.92455,25.315346,223.11684,0.49024624,0.37044844,38.13859,0.7940825,0.1123994,669.4317,0.07384767,641.1679,94.23229,0.060397446,0.04690471,218.01497,33.732216,89.83393,123.22978,14045.713,0.095552884,2235.1072,2.168597,0.08162946,0.14316717,0.14960311,236.61035,298.39752,24.196758,107.37433,39.745792,20.039734,1981.675,1.868182,75.810135,35.50773,436.7933,32.561935,453.99405,19.09355,91.623436,0.0,1157.259,4834.69,2.8041222,386.71912,63.9125,31068.904,51.956738,2.7685547,20.55371,46.17852,14.180675,3.6209006,22.796274,755.6333,313.2035,28.2547,2.233075,5.528104,166.18541,16.411642,258.4358,184.5457,2330.39,608.30963,117.382645,154.51328,340.77664,5.300536,7.765245,17.997355,3.115448,3.5047832,45.596813,57.929016,95.68736,28.487078,34.479168,72.01242,11.21961,3640.0698,27.577108,24.611559,19.700855,15.084408,216.69797,48.836933,24.84543,6.539329,18.808466,27.403952,96.145706,203.9584,56.804974,202.0312,40.7442,26.189999,128.97002,81.61015,444.67056,87.98745,1.9097528,6.1626344,6.196331,59.43652,12360.199,1.8871711,23.052698,49.298588,22.129211,208.62367,59.837635,109.00679,2.2443397,109.71351,434.50488,242.13795,92.28397,429.0427,45.72446,77.74576,126.66416,13.515182,2.401437,15.1765585,757.4681,0.1588477,0.43289247,71.09372,12.287192,6.779575,8.319194,16.096973,90.701454,34.981083,135.1717,687.6076,353.97974,2679.3718,2064.9927,40.898186,71.57981,6349.559,11.214891,122.35719,690.4352,215.62924,290.37387,121.007454,763.3534,772.01135,485.38123,25.786482,158.0809,618.6268,1168.4161,66.61628,639.55536,84.96548,1.2996107,50.52771,0.9649543,0.8114742,3.178543,43.402206,223.37903,74.84355,18.301523,937.6481,278.37857,160.96313,230.29301,57.68049,54.12769,30.912457,82.23091,28.01008,295.11383,140.96255,33.82271,36.696884,32.355106,72.08598,75.08607,10.895925,277.34265,78.63597,680.09753,26.316114,1323.699,64.66926,376.57693,573.62366,26.289799,18.50317,725.58527,760.4215,1847.7018,186.14084 +2023-10-08 23:00:00,0.0,10885.57,303.42657,74.12548,79.438225,62.56912,286.33417,40.50419,74.51869,26.470562,44.5069,1580.8073,114.869804,25.319765,223.17494,0.4919993,0.3721014,38.158535,0.79770553,0.112237155,669.87384,0.07380126,641.57135,94.27261,0.060311623,0.04684727,218.2509,33.747,89.98686,123.29632,14034.857,0.09583933,2235.9807,2.1771238,0.08182499,0.14341523,0.1500674,236.71007,298.48926,24.207659,107.296036,39.74693,20.030613,1980.769,1.870921,75.79488,35.4857,436.8626,32.55492,453.89984,19.076256,91.580025,0.0,1156.8792,4832.526,2.8003414,386.53802,63.85202,31055.441,51.92631,2.7652946,20.546902,46.166092,14.168289,3.6186097,22.789688,755.17316,312.94073,28.242126,2.2305539,5.5232897,166.09947,16.389797,258.35724,184.66962,2329.6123,608.48706,117.35908,154.48769,340.36536,5.300598,7.766097,18.03019,3.116103,3.5098238,45.554554,57.883263,95.707115,28.471235,34.45442,71.98421,11.220807,3639.7124,27.571465,24.608198,19.697456,15.0777445,216.63585,48.816284,24.838037,6.537706,18.797264,27.386559,96.09792,203.84932,56.75934,201.93982,40.713455,26.169142,128.91557,81.57362,444.16473,87.96853,1.909941,6.159543,6.195101,59.38732,12347.608,1.8876932,23.034088,49.327923,22.120155,208.5394,59.822044,109.02181,2.2461424,109.66845,434.5859,242.2721,92.21214,429.08047,45.74933,77.712456,126.611595,13.525828,2.4025295,15.182091,757.1348,0.15946738,0.43353224,71.117874,12.284795,6.7832613,8.322308,16.098091,90.75235,34.96151,135.20627,687.784,354.09396,2679.359,2065.0034,40.883045,71.57277,6344.778,11.226219,122.313675,690.3025,215.54123,290.25952,120.975525,762.99176,771.55884,485.3371,25.768816,158.01572,618.1285,1167.5197,66.54214,638.76776,84.87091,1.3003793,50.528114,0.9653178,0.81225,3.182093,43.354008,223.3543,74.77418,18.303988,936.75574,278.10864,160.81107,230.05376,57.636326,54.12836,30.89682,82.11884,27.996975,294.85672,140.81837,33.817173,36.658432,32.325134,72.020874,75.00029,10.883635,277.10202,78.55949,679.53424,26.294128,1322.5309,64.6153,376.7187,573.0751,26.270432,18.498228,725.05237,760.0291,1847.2863,186.42001 +2023-10-09 00:00:00,0.0,10875.666,303.14597,74.13986,79.48557,62.574192,286.40695,40.51558,74.56426,26.473682,44.529858,1579.8156,114.815056,25.324186,223.23306,0.4937524,0.37375438,38.178482,0.80132854,0.11207491,670.316,0.07375484,641.9748,94.312935,0.060225803,0.046789832,218.48682,33.761787,90.139786,123.362854,14024.001,0.09612577,2236.8545,2.1856508,0.08202052,0.14366329,0.1505317,236.80977,298.58102,24.21856,107.21774,39.748062,20.021492,1979.8632,1.8736601,75.77964,35.463673,436.93195,32.547905,453.80563,19.058964,91.536606,0.0,1156.4991,4830.362,2.7965608,386.3569,63.791542,31041.98,51.895885,2.7620347,20.54009,46.15366,14.155903,3.6163187,22.783102,754.71295,312.678,28.229551,2.228033,5.518475,166.01353,16.367952,258.2787,184.79355,2328.8347,608.6645,117.335495,154.4621,339.95404,5.3006597,7.7669497,18.063026,3.1167579,3.5148644,45.51229,57.837513,95.726875,28.45539,34.42967,71.956,11.222005,3639.3547,27.56582,24.60484,19.694057,15.07108,216.57373,48.795635,24.830645,6.5360827,18.786062,27.369164,96.05014,203.74023,56.713707,201.84843,40.682705,26.148283,128.86113,81.5371,443.6589,87.94961,1.9101292,6.1564517,6.193871,59.338127,12335.019,1.8882151,23.015476,49.357258,22.111101,208.45512,59.80645,109.036835,2.2479448,109.62339,434.66696,242.40622,92.140305,429.1183,45.774193,77.67915,126.55902,13.536476,2.403622,15.187623,756.8015,0.16008705,0.43417203,71.14202,12.282396,6.7869477,8.325422,16.09921,90.803246,34.941936,135.24083,687.9603,354.20822,2679.3462,2065.0142,40.867905,71.565735,6339.9966,11.237547,122.270164,690.16986,215.45323,290.14517,120.94359,762.63007,771.10626,485.29294,25.751152,157.95053,617.6301,1166.623,66.468,637.98016,84.77634,1.3011477,50.528515,0.9656813,0.81302583,3.1856427,43.30581,223.32954,74.70481,18.306452,935.8634,277.8387,160.659,229.81451,57.592163,54.129032,30.881184,82.006775,27.983871,294.5996,140.6742,33.811634,36.61998,32.295162,71.955765,74.91451,10.871345,276.8614,78.483,678.971,26.272142,1321.3627,64.56134,376.86047,572.5265,26.251064,18.493286,724.5194,759.6367,1846.8707,186.69919 +2023-10-09 01:00:00,0.0,10865.762,302.86533,74.15424,79.53293,62.579266,286.47974,40.52697,74.60984,26.476803,44.55281,1578.824,114.760315,25.328606,223.29118,0.49550545,0.37540734,38.198425,0.8049515,0.11191267,670.7582,0.07370842,642.37823,94.353264,0.06013998,0.046732392,218.72275,33.77657,90.29271,123.42939,14013.1455,0.09641221,2237.728,2.1941779,0.082216054,0.14391135,0.15099598,236.90947,298.67276,24.229458,107.13945,39.7492,20.012371,1978.9572,1.8763992,75.76439,35.441643,437.00122,32.540886,453.71143,19.04167,91.493195,0.0,1156.1191,4828.198,2.79278,386.1758,63.731064,31028.52,51.865456,2.7587745,20.533281,46.141228,14.1435175,3.6140277,22.776516,754.2528,312.41525,28.216976,2.225512,5.5136604,165.9276,16.346107,258.20016,184.91747,2328.0571,608.8419,117.31191,154.43651,339.54276,5.3007216,7.767802,18.095861,3.1174128,3.5199049,45.470028,57.791756,95.746635,28.439548,34.40492,71.92779,11.223202,3638.9973,27.560177,24.601479,19.690659,15.064417,216.51161,48.774986,24.823254,6.5344596,18.77486,27.35177,96.00236,203.63115,56.668076,201.75705,40.651955,26.127426,128.8067,81.50057,443.15308,87.93069,1.9103173,6.1533604,6.1926413,59.28893,12322.429,1.888737,22.996866,49.386593,22.102047,208.37083,59.79086,109.05186,2.2497475,109.57833,434.74802,242.54036,92.068474,429.15607,45.79906,77.64585,126.506454,13.547123,2.4047143,15.193155,756.46826,0.16070671,0.43481183,71.16617,12.279998,6.790634,8.328536,16.100328,90.85415,34.922363,135.27539,688.1367,354.32248,2679.3333,2065.025,40.852764,71.5587,6335.2153,11.248875,122.22665,690.0372,215.36522,290.03082,120.91165,762.26843,770.65375,485.24878,25.733486,157.88535,617.1318,1165.7264,66.39386,637.19257,84.68177,1.3019161,50.52892,0.9660448,0.8138017,3.1891928,43.25761,223.30481,74.635445,18.308916,934.971,277.56876,160.50691,229.57527,57.548,54.129704,30.865547,81.894714,27.970766,294.3425,140.53001,33.8061,36.581528,32.265186,71.89065,74.82874,10.859055,276.62076,78.40652,678.4077,26.250156,1320.1946,64.50738,377.00226,571.9779,26.231697,18.488344,723.9865,759.2443,1846.4553,186.97835 +2023-10-09 02:00:00,0.0,10855.857,302.5847,74.168625,79.58028,62.58434,286.55255,40.53836,74.65542,26.479921,44.575764,1577.8324,114.70557,25.333025,223.34929,0.49725854,0.3770603,38.218372,0.8085745,0.111750424,671.2003,0.073662005,642.7817,94.393585,0.060054157,0.046674952,218.95868,33.791355,90.44564,123.495926,14002.289,0.09669865,2238.6016,2.2027047,0.08241159,0.1441594,0.15146028,237.00917,298.7645,24.240358,107.06116,39.750336,20.00325,1978.0511,1.8791382,75.74914,35.419617,437.07053,32.53387,453.6172,19.024378,91.449776,0.0,1155.7393,4826.034,2.7889993,385.9947,63.670586,31015.057,51.83503,2.7555146,20.526472,46.12879,14.131132,3.6117368,22.76993,753.7926,312.1525,28.204401,2.222991,5.508846,165.84164,16.324263,258.1216,185.0414,2327.2795,609.01935,117.28834,154.41092,339.13147,5.300783,7.768654,18.128698,3.1180677,3.5249455,45.427765,57.746006,95.766396,28.423704,34.38017,71.89958,11.224399,3638.64,27.554531,24.598118,19.68726,15.057754,216.44951,48.75434,24.81586,6.5328364,18.763659,27.334375,95.954575,203.52206,56.622444,201.66565,40.621204,26.10657,128.75226,81.46405,442.64728,87.91176,1.9105055,6.1502686,6.1914115,59.23973,12309.838,1.889259,22.978254,49.415928,22.09299,208.28656,59.77527,109.06688,2.2515502,109.533264,434.82904,242.6745,91.99664,429.19385,45.823925,77.61255,126.45388,13.557771,2.4058068,15.198688,756.13495,0.16132638,0.4354516,71.190315,12.277599,6.79432,8.331651,16.101448,90.905045,34.90279,135.30995,688.3131,354.4367,2679.3206,2065.0356,40.837624,71.55167,6330.434,11.260202,122.18313,689.90454,215.27722,289.91647,120.87972,761.9068,770.20123,485.20465,25.715822,157.82016,616.6335,1164.8298,66.31972,636.40497,84.587204,1.3026845,50.52932,0.9664083,0.8145775,3.1927426,43.20941,223.28006,74.56608,18.31138,934.0787,277.29883,160.35484,229.33603,57.503838,54.130375,30.849913,81.782646,27.95766,294.0854,140.38583,33.80056,36.543076,32.235214,71.82554,74.742966,10.846764,276.3801,78.33003,677.8444,26.22817,1319.0264,64.45342,377.144,571.4293,26.212332,18.483402,723.45355,758.8519,1846.0398,187.25752 +2023-10-09 03:00:00,0.0,10845.953,302.30408,74.18301,79.627625,62.589413,286.62534,40.54975,74.70099,26.483042,44.59872,1576.8407,114.65082,25.337446,223.40741,0.49901164,0.37871328,38.238316,0.8121975,0.11158817,671.6425,0.07361559,643.1852,94.43391,0.059968334,0.04661751,219.1946,33.80614,90.598564,123.56246,13991.433,0.096985094,2239.475,2.2112317,0.08260712,0.14440748,0.15192457,237.10887,298.85623,24.251257,106.982864,39.751472,19.99413,1977.1451,1.8818773,75.733894,35.397587,437.13983,32.526855,453.52298,19.007084,91.406364,0.0,1155.3594,4823.8706,2.7852185,385.8136,63.610107,31001.596,51.804604,2.7522545,20.51966,46.116364,14.118746,3.6094458,22.763346,753.3324,311.88977,28.191826,2.2204702,5.504031,165.7557,16.302418,258.04306,185.16533,2326.502,609.1968,117.264755,154.38533,338.72018,5.3008447,7.769506,18.161535,3.1187227,3.5299861,45.3855,57.70025,95.78615,28.407862,34.35542,71.87137,11.225596,3638.2822,27.548887,24.594759,19.68386,15.051089,216.38739,48.733692,24.808468,6.5312133,18.752457,27.316982,95.90679,203.41298,56.576813,201.57426,40.590454,26.08571,128.69783,81.42752,442.14145,87.89284,1.9106936,6.147177,6.1901817,59.190533,12297.248,1.8897809,22.959642,49.445263,22.083937,208.20229,59.759678,109.0819,2.2533526,109.488205,434.9101,242.80862,91.924805,429.23166,45.84879,77.579254,126.401306,13.568418,2.4068992,15.20422,755.8017,0.16194604,0.4360914,71.21446,12.275202,6.7980065,8.3347645,16.102566,90.95594,34.883217,135.3445,688.4895,354.55096,2679.3076,2065.0461,40.822483,71.544624,6325.653,11.27153,122.13962,689.7719,215.18922,289.80212,120.847786,761.54517,769.7487,485.1605,25.698156,157.75497,616.13513,1163.9332,66.245575,635.6174,84.49264,1.303453,50.529724,0.9667718,0.81535333,3.1962924,43.16121,223.25533,74.49671,18.313845,933.18634,277.0289,160.20277,229.09677,57.459675,54.13105,30.834276,81.670586,27.944557,293.82828,140.24165,33.795025,36.504627,32.205242,71.76043,74.65719,10.834474,276.13947,78.25355,677.2812,26.206186,1317.8583,64.39946,377.2858,570.88074,26.192965,18.47846,722.92065,758.45953,1845.6243,187.5367 +2023-10-09 04:00:00,0.0,10836.049,302.02344,74.19739,79.67498,62.594486,286.69812,40.561142,74.74657,26.486162,44.621674,1575.8491,114.59607,25.341866,223.46552,0.5007647,0.38036624,38.258263,0.81582046,0.11142593,672.08466,0.07356917,643.5886,94.47423,0.059882514,0.046560075,219.43053,33.820927,90.751495,123.629,13980.577,0.09727153,2240.3486,2.2197585,0.08280265,0.14465554,0.15238886,237.20859,298.94797,24.262157,106.90457,39.752605,19.985008,1976.2393,1.8846164,75.71864,35.37556,437.20917,32.51984,453.42877,18.989792,91.362946,0.0,1154.9795,4821.7065,2.7814379,385.6325,63.54963,30988.133,51.774174,2.7489946,20.512852,46.10393,14.10636,3.6071548,22.75676,752.87225,311.627,28.17925,2.2179492,5.4992166,165.66977,16.280571,257.9645,185.28925,2325.7244,609.37415,117.24117,154.35974,338.3089,5.3009067,7.7703586,18.19437,3.1193776,3.5350268,45.34324,57.6545,95.80591,28.39202,34.33067,71.84316,11.226793,3637.9248,27.543243,24.591398,19.680462,15.044426,216.32527,48.713043,24.801075,6.5295906,18.741255,27.299587,95.85901,203.3039,56.53118,201.48288,40.559708,26.064854,128.64339,81.391,441.63562,87.87392,1.9108819,6.144086,6.188952,59.14134,12284.657,1.8903029,22.941032,49.474598,22.07488,208.11801,59.744087,109.096924,2.2551553,109.443146,434.99115,242.94276,91.852974,429.26944,45.873657,77.54595,126.34874,13.579064,2.4079916,15.209752,755.4684,0.16256571,0.43673116,71.23861,12.272803,6.801693,8.337878,16.103683,91.006836,34.863644,135.37906,688.6659,354.66522,2679.295,2065.057,40.80734,71.53759,6320.8716,11.282858,122.0961,689.6392,215.10121,289.68777,120.81585,761.1835,769.29614,485.11636,25.68049,157.68977,615.6368,1163.0366,66.17143,634.8297,84.39807,1.3042214,50.530125,0.9671353,0.81612915,3.1998422,43.11301,223.23058,74.427345,18.316309,932.294,276.75894,160.05069,228.85753,57.415512,54.13172,30.81864,81.55852,27.931452,293.57117,140.09747,33.789486,36.466175,32.17527,71.69532,74.57141,10.822184,275.89883,78.17706,676.7179,26.1842,1316.6901,64.3455,377.42755,570.33215,26.173597,18.473518,722.3877,758.06714,1845.2089,187.81587 +2023-10-09 05:00:00,0.0,10826.145,301.7428,74.21177,79.72233,62.599564,286.7709,40.572533,74.792145,26.489283,44.644627,1574.8575,114.54132,25.346285,223.52364,0.50251776,0.38201922,38.278206,0.81944346,0.111263685,672.52686,0.07352276,643.99207,94.51456,0.05979669,0.046502635,219.66646,33.835712,90.90442,123.69553,13969.721,0.09755798,2241.2222,2.2282856,0.08299819,0.1449036,0.15285315,237.30829,299.0397,24.273058,106.82628,39.753742,19.975887,1975.3333,1.8873554,75.70339,35.353535,437.27844,32.51282,453.33456,18.972498,91.319534,0.0,1154.5996,4819.5425,2.777657,385.4514,63.48915,30974.672,51.743748,2.7457345,20.50604,46.0915,14.093975,3.604864,22.750174,752.41205,311.36426,28.166676,2.215428,5.494402,165.58383,16.258726,257.88596,185.41318,2324.947,609.5516,117.2176,154.33415,337.8976,5.300968,7.7712107,18.227207,3.1200325,3.5400672,45.300976,57.608746,95.82567,28.376175,34.30592,71.81495,11.22799,3637.5671,27.5376,24.588037,19.677065,15.037763,216.26315,48.692394,24.793682,6.5279675,18.730053,27.282194,95.811226,203.19482,56.48555,201.3915,40.528957,26.043995,128.58894,81.35447,441.1298,87.85499,1.91107,6.1409945,6.1877217,59.09214,12272.067,1.8908248,22.92242,49.503933,22.065826,208.03372,59.728493,109.111946,2.2569578,109.39809,435.07217,243.0769,91.78114,429.30722,45.89852,77.51265,126.296165,13.589712,2.409084,15.215284,755.13513,0.16318537,0.43737096,71.262764,12.270405,6.8053794,8.340993,16.104803,91.05774,34.84407,135.41362,688.8423,354.77945,2679.282,2065.0676,40.7922,71.530556,6316.09,11.294185,122.05259,689.5066,215.01321,289.57343,120.78391,760.82184,768.8436,485.0722,25.662827,157.62459,615.1385,1162.1401,66.09729,634.0421,84.303505,1.3049899,50.530525,0.9674988,0.81690496,3.2033923,43.06481,223.20584,74.35798,18.318773,931.4017,276.489,159.89862,228.61829,57.37135,54.132393,30.803003,81.44645,27.918346,293.31406,139.9533,33.78395,36.427723,32.145294,71.6302,74.48564,10.809894,275.6582,78.10058,676.1546,26.162214,1315.522,64.291534,377.56934,569.78357,26.15423,18.468576,721.8548,757.67474,1844.7933,188.09503 +2023-10-09 06:00:00,0.0,10816.24,301.46216,74.22615,79.769684,62.604637,286.84372,40.583923,74.837715,26.492401,44.667583,1573.8658,114.48657,25.350706,223.58176,0.50427085,0.38367218,38.298153,0.8230665,0.11110144,672.969,0.073476344,644.3955,94.55488,0.059710868,0.046445195,219.90237,33.850494,91.05735,123.76207,13958.865,0.097844414,2242.0957,2.2368126,0.08319372,0.14515166,0.15331744,237.40799,299.13147,24.283957,106.747986,39.75488,19.966766,1974.4272,1.8900945,75.68815,35.331505,437.34775,32.505806,453.24036,18.955204,91.276115,0.0,1154.2196,4817.379,2.7738764,385.2703,63.428673,30961.21,51.71332,2.7424746,20.499231,46.079067,14.081589,3.602573,22.743587,751.9519,311.10153,28.1541,2.2129073,5.4895873,165.4979,16.236881,257.8074,185.5371,2324.1694,609.729,117.194016,154.30856,337.4863,5.30103,7.772063,18.260042,3.1206875,3.5451078,45.258713,57.562992,95.84543,28.360332,34.28117,71.78674,11.229188,3637.2097,27.531954,24.584677,19.673666,15.031098,216.20103,48.671745,24.786291,6.5263443,18.718851,27.2648,95.76344,203.08574,56.43992,201.30011,40.498207,26.023138,128.53452,81.31795,440.62396,87.83607,1.9112582,6.137903,6.186492,59.042942,12259.478,1.8913468,22.90381,49.533264,22.056772,207.94945,59.712902,109.12697,2.2587605,109.35303,435.15323,243.21104,91.709305,429.34503,45.923386,77.47935,126.24359,13.600359,2.4101765,15.220817,754.8018,0.16380504,0.43801075,71.28691,12.268006,6.809066,8.344107,16.10592,91.108635,34.824497,135.44818,689.0187,354.8937,2679.2693,2065.0784,40.777058,71.52352,6311.3086,11.305512,122.00907,689.3739,214.9252,289.45908,120.75198,760.4602,768.3911,485.02808,25.64516,157.5594,614.64014,1161.2435,66.02315,633.2545,84.20893,1.3057584,50.53093,0.9678623,0.8176808,3.206942,43.016613,223.18109,74.28861,18.321238,930.50934,276.2191,159.74655,228.37903,57.327187,54.133064,30.787367,81.33439,27.905241,293.05695,139.80911,33.77841,36.38927,32.115322,71.565094,74.399864,10.797604,275.41754,78.02409,675.5913,26.140228,1314.3539,64.23758,377.7111,569.235,26.134863,18.463634,721.32184,757.28235,1844.3778,188.3742 +2023-10-09 07:00:00,0.0,10806.336,301.18155,74.24053,79.81703,62.60971,286.9165,40.595314,74.88329,26.495522,44.690536,1572.8743,114.43182,25.355125,223.63986,0.50602394,0.38532513,38.3181,0.8266895,0.1109392,673.4112,0.07342993,644.79895,94.5952,0.059625044,0.046387754,220.1383,33.86528,91.21027,123.828606,13948.009,0.09813086,2242.9695,2.2453394,0.08338925,0.14539972,0.15378171,237.50769,299.2232,24.294857,106.66969,39.756016,19.957645,1973.5214,1.8928337,75.6729,35.30948,437.41705,32.49879,453.14615,18.937912,91.232704,0.0,1153.8396,4815.215,2.7700956,385.08917,63.368195,30947.748,51.68289,2.7392144,20.492422,46.066635,14.069203,3.6002817,22.737001,751.4917,310.83878,28.141525,2.2103863,5.4847727,165.41196,16.215036,257.72885,185.66103,2323.3918,609.90643,117.17043,154.28297,337.075,5.3010917,7.7729154,18.29288,3.1213424,3.5501485,45.21645,57.51724,95.86518,28.344488,34.25642,71.75854,11.230385,3636.852,27.52631,24.581318,19.670267,15.024435,216.13892,48.6511,24.778898,6.524721,18.70765,27.247406,95.71566,202.97665,56.394287,201.20871,40.467457,26.00228,128.48007,81.28142,440.11813,87.81715,1.9114463,6.134812,6.185262,58.993744,12246.887,1.8918687,22.885199,49.5626,22.047716,207.86517,59.69731,109.14199,2.260563,109.30797,435.23428,243.34517,91.637474,429.3828,45.948254,77.446045,126.191025,13.611006,2.4112687,15.226349,754.46857,0.1644247,0.43865052,71.31106,12.265609,6.8127522,8.34722,16.10704,91.15953,34.804924,135.48274,689.195,355.00797,2679.2563,2065.089,40.761917,71.51648,6306.5273,11.31684,121.96556,689.2413,214.8372,289.34473,120.72005,760.0986,767.9386,484.98392,25.627495,157.49422,614.1418,1160.3469,65.949005,632.4669,84.114365,1.3065268,50.53133,0.96822584,0.81845665,3.210492,42.968414,223.15636,74.21924,18.323702,929.617,275.94913,159.59447,228.13979,57.283024,54.133736,30.77173,81.22232,27.892138,292.7998,139.66492,33.772877,36.35082,32.08535,71.499985,74.31409,10.785314,275.1769,77.94761,675.0281,26.118242,1313.1857,64.18362,377.85287,568.6864,26.115496,18.458693,720.78894,756.88995,1843.9623,188.65338 +2023-10-09 08:00:00,0.0,10796.432,300.9009,74.25491,79.86439,62.614784,286.9893,40.606705,74.92887,26.498642,44.71349,1571.8827,114.377075,25.359545,223.69798,0.50777704,0.38697812,38.338043,0.83031243,0.11077695,673.85333,0.07338351,645.2024,94.63552,0.05953922,0.046330318,220.37424,33.880066,91.363205,123.89514,13937.152,0.0984173,2243.843,2.2538664,0.083584785,0.14564778,0.154246,237.60739,299.31494,24.305756,106.5914,39.75715,19.948524,1972.6154,1.8955728,75.657646,35.28745,437.4864,32.491776,453.05194,18.920618,91.189285,0.0,1153.4597,4813.051,2.766315,384.90808,63.307716,30934.287,51.652466,2.7359545,20.485611,46.054207,14.056817,3.5979908,22.730415,751.03156,310.57605,28.128952,2.2078652,5.479958,165.32602,16.193192,257.6503,185.78494,2322.6143,610.08386,117.14686,154.25739,336.66373,5.3011537,7.7737675,18.325716,3.1219974,3.5551891,45.174187,57.47149,95.88494,28.328646,34.23167,71.73032,11.231582,3636.4946,27.520666,24.577957,19.666868,15.017772,216.07681,48.63045,24.771505,6.523098,18.696447,27.230011,95.66788,202.86757,56.348656,201.11732,40.436707,25.981422,128.42564,81.244896,439.6123,87.798225,1.9116346,6.1317205,6.1840324,58.94455,12234.297,1.8923907,22.866587,49.591934,22.038662,207.7809,59.68172,109.15701,2.2623656,109.2629,435.3153,243.47931,91.56564,429.4206,45.973118,77.41274,126.13845,13.621654,2.4123611,15.231881,754.13525,0.16504437,0.43929031,71.335205,12.26321,6.8164387,8.350335,16.108158,91.21043,34.78535,135.5173,689.3714,355.1222,2679.2437,2065.0999,40.746777,71.509445,6301.746,11.328168,121.92204,689.1086,214.74919,289.23038,120.68811,759.7369,767.486,484.9398,25.60983,157.42903,613.6435,1159.4503,65.87487,631.6793,84.0198,1.3072952,50.531734,0.9685893,0.81923246,3.2140417,42.920216,223.1316,74.14987,18.326164,928.7246,275.6792,159.4424,227.90054,57.23886,54.134407,30.756094,81.11025,27.879032,292.5427,139.52074,33.767338,36.312366,32.055374,71.43487,74.22832,10.773024,274.93628,77.871124,674.4648,26.096256,1312.0176,64.129654,377.99463,568.1378,26.096128,18.45375,720.256,756.49756,1843.5469,188.93256 +2023-10-09 09:00:00,0.0,10786.527,300.62027,74.269295,79.911736,62.619858,287.0621,40.618095,74.97444,26.501762,44.736446,1570.891,114.32233,25.363966,223.7561,0.50953007,0.38863108,38.35799,0.83393544,0.11061471,674.2955,0.07333709,645.6059,94.67585,0.0594534,0.046272878,220.61015,33.89485,91.51613,123.96168,13926.297,0.09870374,2244.7166,2.2623932,0.08378032,0.14589584,0.1547103,237.70709,299.40668,24.316656,106.51311,39.758286,19.939404,1971.7094,1.8983119,75.6424,35.265423,437.55566,32.484756,452.95773,18.903326,91.145874,0.0,1153.0798,4810.887,2.7625341,384.72696,63.24724,30920.824,51.62204,2.7326944,20.478802,46.04177,14.044432,3.5956998,22.72383,750.57135,310.3133,28.116377,2.2053442,5.475144,165.24008,16.171347,257.57178,185.90887,2321.8367,610.2613,117.123276,154.2318,336.25244,5.301215,7.7746196,18.358551,3.1226523,3.5602295,45.131924,57.42573,95.9047,28.312801,34.20692,71.70212,11.2327795,3636.1372,27.515022,24.574596,19.66347,15.011107,216.0147,48.609802,24.764112,6.521475,18.685246,27.212618,95.620094,202.75848,56.303024,201.02594,40.40596,25.960564,128.3712,81.20837,439.10648,87.7793,1.9118227,6.128629,6.1828027,58.89535,12221.706,1.8929126,22.847977,49.62127,22.029606,207.69661,59.66613,109.17204,2.264168,109.21784,435.39636,243.61345,91.493805,429.4584,45.997982,77.37944,126.08588,13.6323,2.4134536,15.237413,753.802,0.16566405,0.4399301,71.35935,12.260812,6.8201246,8.353449,16.109276,91.26133,34.765778,135.55186,689.5478,355.23645,2679.2307,2065.1104,40.731636,71.50241,6296.965,11.339496,121.878525,688.97595,214.6612,289.11603,120.65618,759.37524,767.0335,484.89563,25.592165,157.36385,613.14514,1158.5537,65.80073,630.8917,83.92523,1.3080636,50.532135,0.96895283,0.8200083,3.2175915,42.872017,223.10687,74.080505,18.328629,927.8323,275.40927,159.29033,227.66129,57.1947,54.135082,30.740458,80.99819,27.865927,292.28558,139.37656,33.761803,36.273914,32.025402,71.36976,74.14254,10.760734,274.69565,77.79464,673.9015,26.074272,1310.8494,64.0757,378.1364,567.5892,26.076763,18.448809,719.7231,756.10516,1843.1313,189.21172 +2023-10-09 10:00:00,0.0,10776.623,300.33966,74.283676,79.95909,62.62493,287.1349,40.629486,75.02002,26.50488,44.7594,1569.8994,114.26758,25.368385,223.81421,0.51128316,0.39028406,38.377934,0.83755845,0.110452466,674.7377,0.07329068,646.00934,94.71617,0.05936758,0.046215437,220.84608,33.909637,91.66906,124.02821,13915.44,0.09899018,2245.59,2.2709203,0.08397585,0.1461439,0.15517458,237.80681,299.4984,24.327557,106.434814,39.759422,19.930283,1970.8033,1.9010509,75.62715,35.243393,437.625,32.47774,452.8635,18.886032,91.102455,0.0,1152.7,4808.723,2.7587535,384.54587,63.18676,30907.363,51.59161,2.7294345,20.47199,46.02934,14.032046,3.5934088,22.717243,750.1112,310.05054,28.103802,2.2028234,5.4703293,165.15413,16.149502,257.49323,186.03279,2321.059,610.43866,117.0997,154.2062,335.84116,5.301277,7.7754717,18.391388,3.1233072,3.5652702,45.08966,57.379982,95.92445,28.296959,34.18217,71.673904,11.233976,3635.7795,27.509377,24.571236,19.66007,15.004444,215.95258,48.589153,24.75672,6.5198517,18.674044,27.195223,95.57231,202.6494,56.257393,200.93456,40.37521,25.939707,128.31677,81.171844,438.60065,87.760376,1.9120109,6.1255374,6.181573,58.846153,12209.116,1.8934346,22.829365,49.650604,22.020552,207.61234,59.650536,109.187065,2.2659707,109.17278,435.47742,243.74757,91.421974,429.4962,46.02285,77.346146,126.03331,13.642947,2.414546,15.242946,753.4687,0.16628371,0.44056988,71.3835,12.258414,6.823811,8.356563,16.110395,91.312225,34.746204,135.58643,689.7242,355.35068,2679.218,2065.121,40.716496,71.49538,6292.1836,11.350823,121.835014,688.8433,214.5732,289.00168,120.624245,759.0136,766.581,484.8515,25.574501,157.29865,612.6468,1157.6571,65.726585,630.1041,83.830666,1.308832,50.53254,0.9693163,0.8207841,3.2211416,42.82382,223.08212,74.01114,18.331093,926.93994,275.13934,159.13826,227.42204,57.150536,54.135754,30.724823,80.88612,27.852823,292.02847,139.23238,33.756264,36.235462,31.99543,71.30465,74.05676,10.748444,274.45502,77.718155,673.33826,26.052286,1309.6813,64.021736,378.27817,567.0406,26.057396,18.443867,719.1901,755.71277,1842.7158,189.49089 +2023-10-09 11:00:00,0.0,10766.719,300.05902,74.29806,80.00644,62.630005,287.20767,40.640877,75.0656,26.508001,44.782352,1568.9078,114.21283,25.372805,223.87233,0.51303625,0.39193702,38.39788,0.8411814,0.11029022,675.1798,0.073244266,646.4128,94.75649,0.059281755,0.046157997,221.08202,33.92442,91.82198,124.09475,13904.585,0.099276625,2246.4636,2.279447,0.084171385,0.14639196,0.15563887,237.90651,299.59018,24.338455,106.35652,39.760555,19.921162,1969.8975,1.90379,75.6119,35.221367,437.69427,32.470726,452.7693,18.868738,91.059044,0.0,1152.3201,4806.559,2.7549727,384.36478,63.12628,30893.902,51.561184,2.7261744,20.465181,46.016907,14.01966,3.5911179,22.710657,749.651,309.7878,28.091227,2.2003024,5.4655147,165.06819,16.127657,257.41467,186.15672,2320.2815,610.6161,117.076126,154.18063,335.42984,5.3013387,7.7763243,18.424223,3.1239622,3.5703108,45.047398,57.33423,95.944214,28.281116,34.15742,71.6457,11.235173,3635.422,27.503733,24.567877,19.656672,14.997781,215.89046,48.568504,24.749329,6.518229,18.662842,27.17783,95.52453,202.54031,56.211758,200.84317,40.34446,25.918848,128.26233,81.135315,438.09482,87.741455,1.912199,6.122446,6.180343,58.796955,12196.526,1.8939565,22.810755,49.67994,22.011497,207.52806,59.634945,109.20209,2.2677732,109.12772,435.55844,243.88171,91.350136,429.53397,46.047714,77.31284,125.980736,13.653595,2.4156384,15.248478,753.13544,0.16690338,0.44120967,71.407646,12.256016,6.8274975,8.359677,16.111513,91.36312,34.72663,135.62099,689.9005,355.46494,2679.205,2065.1318,40.70135,71.48834,6287.4023,11.362151,121.7915,688.71063,214.48518,288.88733,120.59231,758.652,766.1284,484.80734,25.556835,157.23346,612.1485,1156.7606,65.65244,629.3165,83.73609,1.3096006,50.53294,0.96967983,0.8215599,3.2246914,42.77562,223.05739,73.94177,18.333557,926.0476,274.8694,158.98618,227.1828,57.106373,54.136425,30.709187,80.774055,27.839718,291.77136,139.0882,33.75073,36.19701,31.965456,71.23954,73.970985,10.736154,274.21436,77.64167,672.77496,26.0303,1308.5131,63.967777,378.41995,566.492,26.038029,18.438925,718.6572,755.3204,1842.3004,189.77007 +2023-10-09 12:00:00,0.0,10756.814,299.77838,74.31244,80.05379,62.63508,287.2805,40.652267,75.11117,26.511122,44.80531,1567.9161,114.15808,25.377226,223.93044,0.51478934,0.39358997,38.417824,0.8448044,0.11012798,675.622,0.07319785,646.8162,94.796814,0.059195932,0.04610056,221.31793,33.939205,91.974915,124.161285,13893.729,0.09956306,2247.3372,2.287974,0.08436692,0.14664002,0.15610316,238.00621,299.68192,24.349356,106.27823,39.761692,19.91204,1968.9915,1.9065291,75.59666,35.199337,437.7636,32.46371,452.67508,18.851446,91.015625,0.0,1151.9401,4804.3955,2.751192,384.18365,63.065804,30880.44,51.530758,2.7229145,20.45837,46.00448,14.007275,3.588827,22.704071,749.1908,309.52505,28.078651,2.1977813,5.4607,164.98225,16.105812,257.33612,186.28064,2319.5042,610.7935,117.052536,154.15504,335.01855,5.3014,7.7771764,18.45706,3.124617,3.5753512,45.005135,57.288475,95.963974,28.265272,34.13267,71.617485,11.236371,3635.0645,27.498089,24.564516,19.653275,14.991117,215.82834,48.547855,24.741936,6.516606,18.65164,27.160435,95.476746,202.43124,56.166126,200.75177,40.31371,25.897991,128.20789,81.09879,437.589,87.72253,1.9123873,6.1193547,6.179113,58.74776,12183.936,1.8944786,22.792143,49.709274,22.002441,207.44379,59.619354,109.21711,2.2695758,109.082664,435.6395,244.01585,91.278305,429.57178,46.072582,77.27954,125.92817,13.664242,2.4167309,15.254009,752.8021,0.16752304,0.44184944,71.4318,12.253617,6.831184,8.362791,16.112633,91.41402,34.707058,135.65555,690.0769,355.5792,2679.1924,2065.1426,40.68621,71.4813,6282.621,11.373479,121.747986,688.578,214.39719,288.77298,120.56038,758.2903,765.6759,484.7632,25.53917,157.16827,611.65015,1155.864,65.5783,628.52893,83.641525,1.310369,50.533344,0.9700433,0.8223358,3.2282412,42.72742,223.03264,73.872406,18.336021,925.1553,274.59946,158.8341,226.94354,57.06221,54.137096,30.69355,80.661995,27.826612,291.51425,138.94402,33.74519,36.158558,31.935484,71.17442,73.885216,10.723864,273.97372,77.565186,672.2117,26.008314,1307.345,63.913815,378.5617,565.9434,26.018661,18.433983,718.12427,754.928,1841.8849,190.04924 +2023-10-09 13:00:00,0.0,10746.91,299.49774,74.32682,80.10114,62.640152,287.35327,40.66366,75.156746,26.514242,44.828262,1566.9246,114.10333,25.381645,223.98856,0.51654243,0.39524296,38.43777,0.8484274,0.109965734,676.06415,0.07315143,647.21967,94.83714,0.059110112,0.04604312,221.55386,33.95399,92.12784,124.22782,13882.872,0.09984951,2248.2107,2.2965012,0.08456245,0.14688808,0.15656745,238.10591,299.77365,24.360254,106.199936,39.76283,19.90292,1968.0854,1.9092681,75.581406,35.17731,437.8329,32.456696,452.58087,18.834152,90.97221,0.0,1151.56,4802.2314,2.7474113,384.00256,63.005325,30866.979,51.500328,2.7196543,20.451561,45.992046,13.994889,3.586536,22.697485,748.73065,309.2623,28.066076,2.1952605,5.4558854,164.89632,16.083967,257.25757,186.40457,2318.7266,610.97095,117.02896,154.12946,334.60727,5.301462,7.7780285,18.489897,3.125272,3.580392,44.96287,57.24272,95.983734,28.24943,34.10792,71.58928,11.237568,3634.707,27.492445,24.561155,19.649876,14.984453,215.76622,48.52721,24.734543,6.5149827,18.640438,27.143042,95.42896,202.32216,56.120495,200.66039,40.282963,25.877132,128.15346,81.06226,437.08316,87.703606,1.9125754,6.1162634,6.177883,58.698563,12171.346,1.8950005,22.773533,49.73861,21.993387,207.3595,59.603764,109.23213,2.2713783,109.037605,435.72055,244.14998,91.206474,429.60956,46.097446,77.24624,125.875595,13.674889,2.4178233,15.2595415,752.4689,0.1681427,0.44248924,71.45595,12.251219,6.8348703,8.365906,16.11375,91.46491,34.687485,135.69011,690.2533,355.69342,2679.1794,2065.1533,40.67107,71.474266,6277.84,11.384806,121.70447,688.4453,214.30917,288.65863,120.52844,757.92865,765.2234,484.71906,25.521505,157.10309,611.1518,1154.9674,65.50416,627.74133,83.54696,1.3111374,50.533745,0.97040683,0.8231116,3.231791,42.679222,223.0079,73.80304,18.338486,924.26294,274.32953,158.68204,226.7043,57.018047,54.137768,30.677914,80.54993,27.813509,291.25714,138.79984,33.739655,36.120106,31.90551,71.109314,73.79944,10.711574,273.7331,77.4887,671.64844,25.986328,1306.1768,63.859856,378.7035,565.39484,25.999294,18.42904,717.5914,754.5356,1841.4694,190.3284 +2023-10-09 14:00:00,0.0,10737.006,299.21713,74.3412,80.14849,62.645226,287.42606,40.67505,75.202324,26.51736,44.851215,1565.933,114.048584,25.386065,224.04668,0.51829547,0.39689592,38.457714,0.85205036,0.10980349,676.50635,0.073105015,647.6231,94.877464,0.05902429,0.04598568,221.7898,33.968777,92.28077,124.294365,13872.017,0.100135945,2249.0845,2.305028,0.08475798,0.14713614,0.15703174,238.20561,299.8654,24.371155,106.12164,39.763966,19.893799,1967.1794,1.9120072,75.566154,35.15528,437.90222,32.449677,452.48666,18.81686,90.928795,0.0,1151.1802,4800.068,2.7436306,383.82144,62.944847,30853.518,51.469902,2.7163944,20.444752,45.979614,13.982503,3.584245,22.690899,748.27045,308.99957,28.053501,2.1927395,5.451071,164.81038,16.062122,257.17902,186.52849,2317.949,611.1484,117.00539,154.10387,334.19598,5.3015237,7.778881,18.522732,3.125927,3.5854325,44.92061,57.196968,96.00349,28.233585,34.08317,71.561066,11.238766,3634.3494,27.4868,24.557796,19.646477,14.97779,215.70412,48.50656,24.72715,6.5133595,18.629236,27.125647,95.38118,202.21307,56.074863,200.569,40.252213,25.856276,128.09901,81.02574,436.57733,87.684685,1.9127636,6.113172,6.1766534,58.649364,12158.756,1.8955225,22.754921,49.767944,21.984331,207.27522,59.588173,109.247154,2.273181,108.99254,435.80157,244.28412,91.134636,429.64734,46.12231,77.21294,125.82302,13.685536,2.4189157,15.265074,752.13556,0.16876237,0.44312903,71.480095,12.248821,6.838557,8.3690195,16.114868,91.515816,34.66791,135.72467,690.4297,355.80768,2679.1667,2065.1638,40.65593,71.46723,6273.0586,11.396133,121.66096,688.3127,214.22118,288.54428,120.496506,757.567,764.7709,484.67493,25.50384,157.0379,610.6535,1154.0708,65.430016,626.95374,83.45239,1.3119059,50.53415,0.9707703,0.8238874,3.2353408,42.631023,222.98315,73.73367,18.34095,923.3706,274.05957,158.52995,226.46506,56.973885,54.13844,30.662277,80.43786,27.800404,291.00003,138.65565,33.734116,36.081654,31.875538,71.044205,73.71366,10.699284,273.49246,77.41222,671.08514,25.964342,1305.0087,63.805893,378.84525,564.84625,25.979927,18.424099,717.0584,754.1432,1841.0538,190.60757 +2023-10-09 15:00:00,0.0,10727.102,298.9365,74.35558,80.19585,62.650303,287.49887,40.68644,75.247894,26.520481,44.87417,1564.9413,113.993835,25.390486,224.10478,0.52004856,0.39854887,38.47766,0.8556734,0.10964125,676.9485,0.0730586,648.02655,94.917786,0.058938466,0.04592824,222.02571,33.98356,92.43369,124.3609,13861.16,0.10042239,2249.958,2.313555,0.08495352,0.1473842,0.15749604,238.30531,299.95712,24.382055,106.04335,39.7651,19.884678,1966.2736,1.9147463,75.55091,35.133255,437.97153,32.44266,452.39246,18.799566,90.88538,0.0,1150.8003,4797.904,2.7398498,383.64035,62.88437,30840.055,51.439476,2.7131343,20.43794,45.967186,13.970118,3.581954,22.684313,747.8103,308.73682,28.040926,2.1902184,5.446256,164.72444,16.040277,257.10046,186.65242,2317.1714,611.3258,116.981804,154.07828,333.7847,5.3015857,7.779733,18.555569,3.126582,3.5904732,44.878345,57.151215,96.02325,28.217743,34.058422,71.53286,11.239963,3633.992,27.481155,24.554436,19.643078,14.971126,215.642,48.485912,24.719759,6.5117364,18.618034,27.108253,95.3334,202.10399,56.029232,200.47762,40.221462,25.835417,128.04459,80.98922,436.0715,87.665764,1.9129517,6.1100807,6.1754236,58.600166,12146.165,1.8960444,22.73631,49.79728,21.975277,207.19095,59.57258,109.26218,2.2749834,108.94748,435.88263,244.41826,91.062805,429.68515,46.14718,77.179634,125.770454,13.696183,2.4200082,15.270606,751.8023,0.16938204,0.4437688,71.50424,12.246423,6.842243,8.372133,16.115988,91.56671,34.64834,135.75923,690.6061,355.92194,2679.1538,2065.1746,40.64079,71.4602,6268.2773,11.407461,121.61744,688.18,214.13316,288.42993,120.46457,757.2054,764.3183,484.63077,25.486176,156.97272,610.15515,1153.1742,65.35588,626.1661,83.35783,1.3126743,50.53455,0.9711338,0.8246632,3.238891,42.582825,222.95842,73.66431,18.343414,922.4782,273.78964,158.37788,226.2258,56.92972,54.139114,30.64664,80.3258,27.787298,290.74292,138.51146,33.72858,36.0432,31.845564,70.979095,73.62789,10.686994,273.2518,77.33573,670.52185,25.942358,1303.8405,63.751934,378.98703,564.29767,25.96056,18.419157,716.5255,753.7508,1840.6384,190.88675 +2023-10-09 16:00:00,0.0,10717.196,298.65585,74.369965,80.243195,62.655376,287.57166,40.69783,75.29347,26.523602,44.897125,1563.9497,113.93909,25.394905,224.1629,0.52180165,0.40020186,38.497604,0.8592964,0.109479,677.3907,0.07301219,648.43005,94.958115,0.058852643,0.045870803,222.26164,33.998344,92.58662,124.42744,13850.305,0.10070883,2250.8315,2.3220818,0.08514905,0.14763226,0.15796033,238.40503,300.04886,24.392954,105.96506,39.766235,19.875557,1965.3676,1.9174854,75.53566,35.111225,438.04083,32.435646,452.29825,18.782274,90.841965,0.0,1150.4204,4795.7397,2.7360692,383.45923,62.82389,30826.594,51.409046,2.7098744,20.431131,45.95475,13.957731,3.5796628,22.677727,747.3501,308.4741,28.02835,2.1876976,5.4414415,164.6385,16.018433,257.0219,186.77634,2316.3938,611.5032,116.95822,154.05269,333.3734,5.301647,7.7805853,18.588404,3.1272368,3.5955136,44.836082,57.10546,96.04301,28.201899,34.033672,71.50465,11.241159,3633.6345,27.475512,24.551075,19.639679,14.964462,215.57988,48.465263,24.712366,6.5101132,18.606833,27.090858,95.285614,201.9949,55.9836,200.38622,40.190712,25.81456,127.99014,80.95269,435.56567,87.646835,1.9131399,6.1069894,6.174194,58.55097,12133.575,1.8965663,22.7177,49.826614,21.96622,207.10666,59.556988,109.2772,2.276786,108.90242,435.96368,244.5524,90.990974,429.72293,46.172043,77.14633,125.71788,13.70683,2.4211006,15.276138,751.469,0.1700017,0.4444086,71.52839,12.244024,6.845929,8.375248,16.117105,91.61761,34.628765,135.7938,690.7825,356.03616,2679.1409,2065.1853,40.62565,71.453156,6263.4956,11.418789,121.57392,688.04736,214.04517,288.31558,120.43264,756.8437,763.8658,484.5866,25.46851,156.90752,609.6568,1152.2776,65.28174,625.3785,83.26326,1.3134428,50.534954,0.9714973,0.82543904,3.2424407,42.534626,222.93369,73.59493,18.345879,921.5859,273.5197,158.22581,225.98656,56.88556,54.139786,30.631004,80.21373,27.774193,290.4858,138.36728,33.72304,36.00475,31.81559,70.91398,73.542114,10.674704,273.01117,77.25925,669.9586,25.920372,1302.6724,63.697975,379.1288,563.7491,25.941195,18.414215,715.99255,753.3584,1840.2229,191.16592 +2023-10-09 17:00:00,0.0,10707.292,298.37524,74.384346,80.29055,62.66045,287.64444,40.70922,75.33905,26.526722,44.92008,1562.9581,113.88434,25.399324,224.22102,0.52355474,0.4018548,38.51755,0.8629194,0.10931676,677.8328,0.07296577,648.8335,94.998436,0.058766823,0.045813363,222.49757,34.01313,92.73955,124.49397,13839.448,0.10099527,2251.705,2.3306088,0.085344575,0.14788032,0.15842462,238.50473,300.14062,24.403854,105.886765,39.767372,19.866436,1964.4615,1.9202245,75.52041,35.0892,438.1101,32.42863,452.20404,18.76498,90.79855,0.0,1150.0404,4793.576,2.7322884,383.27814,62.76341,30813.13,51.37862,2.7066143,20.42432,45.942318,13.945346,3.5773718,22.67114,746.88995,308.21133,28.015776,2.1851766,5.436627,164.55257,15.996588,256.9434,186.90027,2315.6162,611.6806,116.93465,154.0271,332.9621,5.301709,7.781438,18.62124,3.1278918,3.6005542,44.793823,57.059708,96.06277,28.186056,34.008923,71.47644,11.242357,3633.2769,27.469868,24.547714,19.63628,14.957799,215.51776,48.444614,24.704973,6.5084906,18.59563,27.073465,95.23783,201.88582,55.93797,200.29483,40.15996,25.793701,127.93571,80.91617,435.05984,87.627914,1.913328,6.1038976,6.172964,58.501774,12120.984,1.8970883,22.699087,49.855946,21.957167,207.02238,59.541397,109.29222,2.2785885,108.85736,436.0447,244.68652,90.919136,429.76074,46.196907,77.11304,125.665306,13.717478,2.422193,15.281671,751.13574,0.17062137,0.4450484,71.552536,12.241626,6.8496156,8.378362,16.118223,91.6685,34.60919,135.82835,690.95886,356.15042,2679.1282,2065.196,40.610504,71.44612,6258.7144,11.430117,121.53041,687.91473,213.95717,288.20123,120.4007,756.48206,763.41327,484.54248,25.450844,156.84233,609.1585,1151.3811,65.207596,624.5909,83.168686,1.3142112,50.535355,0.9718608,0.82621485,3.2459905,42.486427,222.90894,73.525566,18.348343,920.69354,273.24976,158.07373,225.74731,56.841396,54.140457,30.615368,80.10167,27.76109,290.2287,138.2231,33.717506,35.966297,31.785618,70.84887,73.45634,10.662414,272.77054,77.18276,669.3953,25.898386,1301.5043,63.644012,379.27057,563.2005,25.921827,18.409273,715.45966,752.966,1839.8074,191.44508 +2023-10-09 18:00:00,0.0,10697.388,298.0946,74.39873,80.3379,62.665524,287.71725,40.72061,75.38462,26.52984,44.94303,1561.9664,113.82959,25.403746,224.27913,0.5253078,0.4035078,38.537495,0.86654234,0.109154515,678.27496,0.072919354,649.23694,95.03876,0.058681,0.045755923,222.73349,34.027916,92.89247,124.56051,13828.593,0.10128171,2252.5786,2.3391356,0.08554011,0.14812838,0.1588889,238.60443,300.23236,24.414753,105.808464,39.76851,19.857315,1963.5557,1.9229636,75.505165,35.06717,438.17944,32.42161,452.1098,18.747686,90.755135,0.0,1149.6605,4791.412,2.7285078,383.09702,62.70293,30799.67,51.348194,2.7033544,20.417511,45.929886,13.9329605,3.5750809,22.664555,746.42975,307.94858,28.003202,2.1826556,5.4318123,164.46661,15.974743,256.86484,187.02419,2314.8386,611.85803,116.911064,154.00151,332.5508,5.3017707,7.78229,18.654078,3.1285467,3.6055949,44.75156,57.013954,96.08252,28.170214,33.984173,71.448235,11.243554,3632.9194,27.464222,24.544355,19.632881,14.951135,215.45564,48.42397,24.69758,6.5068674,18.584429,27.05607,95.19005,201.77673,55.892338,200.20345,40.129215,25.772844,127.88127,80.87964,434.55402,87.60899,1.9135163,6.100806,6.171734,58.452576,12108.395,1.8976102,22.680477,49.88528,21.948112,206.93811,59.525806,109.30724,2.2803912,108.8123,436.12576,244.82066,90.847305,429.79852,46.221775,77.079735,125.61274,13.728125,2.4232855,15.287203,750.8024,0.17124103,0.44568816,71.57669,12.239228,6.853302,8.381475,16.119343,91.719406,34.58962,135.86292,691.13525,356.26468,2679.1152,2065.2068,40.595364,71.43909,6253.933,11.441444,121.48689,687.78204,213.86916,288.08688,120.36877,756.1204,762.96075,484.49832,25.43318,156.77715,608.66016,1150.4845,65.13345,623.8033,83.07412,1.3149797,50.53576,0.9722243,0.8269907,3.2495403,42.43823,222.8842,73.4562,18.350807,919.8012,272.97983,157.92166,225.50807,56.797234,54.14113,30.599733,79.9896,27.747984,289.9716,138.07892,33.711967,35.927845,31.755644,70.78376,73.37056,10.650123,272.5299,77.10628,668.83203,25.8764,1300.336,63.590054,379.41235,562.6519,25.90246,18.404331,714.9267,752.5736,1839.392,191.72426 +2023-10-09 19:00:00,0.0,10687.483,297.81396,74.41312,80.38525,62.670597,287.79004,40.732002,75.4302,26.53296,44.96599,1560.9749,113.77484,25.408165,224.33725,0.52706087,0.40516075,38.55744,0.87016535,0.10899227,678.71716,0.07287294,649.6404,95.07908,0.058595177,0.045698483,222.96942,34.0427,93.0454,124.627045,13817.736,0.101568155,2253.4521,2.3476627,0.08573564,0.14837644,0.1593532,238.70413,300.3241,24.425653,105.73017,39.76964,19.848194,1962.6497,1.9257027,75.489914,35.045143,438.24875,32.414597,452.0156,18.730394,90.71172,0.0,1149.2805,4789.248,2.724727,382.91592,62.642452,30786.209,51.317764,2.7000942,20.410702,45.917454,13.920574,3.57279,22.657969,745.96954,307.68585,27.990627,2.1801345,5.4269977,164.38068,15.952898,256.7863,187.14812,2314.061,612.03546,116.88748,153.97592,332.13953,5.3018327,7.783142,18.686913,3.1292017,3.6106355,44.709297,56.968204,96.10228,28.15437,33.959423,71.42002,11.244751,3632.5618,27.458578,24.540995,19.629482,14.944471,215.39352,48.40332,24.690187,6.5052443,18.573227,27.038677,95.142265,201.66765,55.846706,200.11206,40.098465,25.751986,127.826836,80.84312,434.0482,87.590065,1.9137044,6.097715,6.170504,58.403378,12095.805,1.8981322,22.661865,49.914616,21.939056,206.85384,59.510216,109.322266,2.2821937,108.76724,436.20682,244.9548,90.775475,429.8363,46.24664,77.04643,125.560165,13.738771,2.424378,15.292735,750.4692,0.17186071,0.44632795,71.60084,12.23683,6.8569884,8.38459,16.12046,91.7703,34.570045,135.89748,691.31165,356.3789,2679.1025,2065.2175,40.580223,71.43205,6249.152,11.452772,121.44338,687.6494,213.78116,287.97256,120.33684,755.7588,762.5082,484.4542,25.415514,156.71196,608.1618,1149.5879,65.05931,623.0157,82.97955,1.3157481,50.53616,0.9725878,0.82776654,3.2530901,42.39003,222.85945,73.38683,18.353271,918.9089,272.7099,157.76959,225.26881,56.75307,54.1418,30.584097,79.87753,27.734879,289.71445,137.93474,33.706432,35.889393,31.725672,70.71864,73.28479,10.637833,272.28925,77.02979,668.2688,25.854414,1299.168,63.53609,379.5541,562.10333,25.883093,18.399391,714.3938,752.18115,1838.9764,192.00343 +2023-10-09 20:00:00,0.0,10677.579,297.53336,74.4275,80.4326,62.67567,287.86282,40.743393,75.47578,26.536081,44.98894,1559.9833,113.72009,25.412584,224.39536,0.52881396,0.4068137,38.577385,0.87378836,0.10883003,679.1593,0.07282652,650.0438,95.11941,0.058509354,0.045641046,223.20535,34.057484,93.198326,124.69358,13806.88,0.10185459,2254.3257,2.3561897,0.085931174,0.1486245,0.15981749,238.80383,300.41583,24.436554,105.65188,39.77078,19.839073,1961.7437,1.9284418,75.47466,35.023113,438.31805,32.40758,451.9214,18.7131,90.668304,0.0,1148.9006,4787.0845,2.7209463,382.73483,62.581974,30772.746,51.28734,2.6968343,20.40389,45.90502,13.908189,3.570499,22.651382,745.5094,307.4231,27.978052,2.1776137,5.4221835,164.29474,15.931053,256.70773,187.27205,2313.2837,612.2129,116.86391,153.95033,331.72824,5.301894,7.783994,18.71975,3.1298566,3.615676,44.667034,56.922447,96.12204,28.138527,33.934673,71.391815,11.245949,3632.2043,27.452934,24.537634,19.626083,14.937808,215.33142,48.38267,24.682796,6.503621,18.562025,27.021282,95.09448,201.55856,55.801075,200.02068,40.067715,25.731129,127.7724,80.80659,433.54236,87.571144,1.9138926,6.0946236,6.1692743,58.35418,12083.214,1.8986541,22.643253,49.94395,21.930002,206.76955,59.494625,109.337296,2.2839963,108.722176,436.28784,245.08893,90.703636,429.8741,46.271507,77.01313,125.5076,13.749419,2.4254704,15.298267,750.13586,0.17248037,0.44696772,71.624985,12.234431,6.860675,8.387704,16.12158,91.8212,34.550472,135.93202,691.488,356.49316,2679.0896,2065.228,40.565083,71.42501,6244.3706,11.4641,121.399864,687.5167,213.69315,287.85822,120.3049,755.3971,762.05566,484.41003,25.397848,156.64677,607.6635,1148.6913,64.98517,622.2281,82.88499,1.3165165,50.536564,0.97295135,0.82854235,3.2566402,42.341827,222.83472,73.31747,18.355736,918.01654,272.43994,157.61751,225.02957,56.708908,54.14247,30.56846,79.76547,27.721775,289.45734,137.79056,33.700893,35.85094,31.695698,70.653534,73.19901,10.625543,272.0486,76.95331,667.7055,25.832428,1297.9998,63.482132,379.6959,561.5547,25.863726,18.39445,713.86084,751.78876,1838.5609,192.28261 +2023-10-09 21:00:00,0.0,10667.675,297.25272,74.44188,80.47995,62.680744,287.93564,40.754784,75.52135,26.539202,45.011894,1558.9916,113.665344,25.417006,224.45348,0.53056705,0.4084667,38.597332,0.8774113,0.10866778,679.6015,0.07278011,650.44727,95.15973,0.05842353,0.045583606,223.44127,34.07227,93.35126,124.76012,13796.024,0.10214104,2255.1992,2.3647165,0.08612671,0.14887255,0.16028178,238.90355,300.50757,24.447453,105.573586,39.771915,19.829952,1960.8376,1.9311808,75.45942,35.001087,438.38733,32.400566,451.82718,18.695808,90.62489,0.0,1148.5208,4784.9204,2.7171655,382.5537,62.521496,30759.285,51.256912,2.6935742,20.397081,45.892593,13.895803,3.568208,22.644796,745.0492,307.16034,27.965477,2.1750927,5.417369,164.2088,15.909208,256.62918,187.39597,2312.506,612.3903,116.840324,153.92474,331.31696,5.3019557,7.784847,18.752584,3.1305115,3.6207166,44.62477,56.876698,96.14179,28.122683,33.909924,71.3636,11.247146,3631.8467,27.447289,24.534275,19.622686,14.931144,215.2693,48.362022,24.675404,6.501998,18.550823,27.00389,95.0467,201.4495,55.755444,199.92928,40.036964,25.71027,127.71796,80.770065,433.03653,87.55222,1.9140807,6.091532,6.1680446,58.304985,12070.624,1.8991761,22.624643,49.973286,21.920946,206.68527,59.47903,109.35232,2.2857988,108.67712,436.3689,245.22307,90.631805,429.9119,46.29637,76.97983,125.455025,13.760066,2.4265628,15.3038,749.8026,0.17310004,0.44760752,71.64913,12.232034,6.8643613,8.390819,16.122698,91.87209,34.5309,135.96658,691.66437,356.60742,2679.077,2065.2388,40.549942,71.41798,6239.5894,11.475428,121.35635,687.3841,213.60515,287.74387,120.272964,755.03546,761.60315,484.3659,25.380184,156.58157,607.16516,1147.7947,64.911026,621.4405,82.79042,1.317285,50.536964,0.9733148,0.82931817,3.26019,42.29363,222.80997,73.2481,18.3582,917.1242,272.17,157.46544,224.79033,56.664745,54.143147,30.552824,79.653404,27.70867,289.20023,137.64638,33.69536,35.81249,31.665726,70.588425,73.113235,10.613253,271.80798,76.87682,667.1422,25.810442,1296.8317,63.428173,379.83765,561.0061,25.844358,18.389507,713.32794,751.39636,1838.1454,192.56177 +2023-10-09 22:00:00,0.0,10657.7705,296.97208,74.45626,80.527306,62.685818,288.00842,40.766174,75.566925,26.542322,45.03485,1558.0,113.610596,25.421425,224.5116,0.53232014,0.41011965,38.617275,0.8810343,0.10850554,680.04364,0.07273369,650.85077,95.20005,0.05833771,0.045526166,223.6772,34.087055,93.50418,124.82665,13785.168,0.102427475,2256.073,2.3732436,0.08632224,0.14912061,0.16074607,239.00325,300.59933,24.458353,105.49529,39.77305,19.820831,1959.9318,1.9339199,75.44417,34.979057,438.45667,32.393547,451.73297,18.678514,90.581474,0.0,1148.1409,4782.757,2.7133849,382.37262,62.461018,30745.822,51.226482,2.6903143,20.39027,45.88016,13.883417,3.565917,22.63821,744.58905,306.8976,27.952902,2.1725717,5.4125543,164.12286,15.887363,256.55063,187.5199,2311.7285,612.5677,116.81674,153.89915,330.90567,5.3020177,7.785699,18.785421,3.1311665,3.6257572,44.582508,56.830944,96.16155,28.10684,33.885174,71.335396,11.2483425,3631.4893,27.441645,24.530914,19.619287,14.92448,215.20718,48.341373,24.66801,6.500375,18.539621,26.986494,94.99892,201.34041,55.709812,199.83789,40.006214,25.689413,127.66352,80.733536,432.5307,87.5333,1.914269,6.088441,6.166815,58.255787,12058.033,1.899698,22.606031,50.00262,21.911892,206.601,59.46344,109.36734,2.2876015,108.63206,436.44995,245.35721,90.559975,429.94968,46.321236,76.946526,125.40245,13.770713,2.4276552,15.309332,749.4693,0.1737197,0.4482473,71.67328,12.229635,6.8680477,8.393932,16.123816,91.923,34.511326,136.00114,691.8407,356.72165,2679.064,2065.2495,40.5348,71.41094,6234.808,11.486754,121.312836,687.2514,213.51714,287.62952,120.24103,754.6738,761.1506,484.32175,25.362518,156.51639,606.6668,1146.8981,64.83688,620.6529,82.695854,1.3180535,50.53737,0.97367835,0.830094,3.2637398,42.24543,222.78523,73.178734,18.360662,916.2318,271.9001,157.31337,224.55107,56.620583,54.143818,30.537188,79.541336,27.695564,288.9431,137.5022,33.68982,35.774036,31.635752,70.523315,73.027466,10.600963,271.56735,76.80034,666.5789,25.788458,1295.6635,63.37421,379.97943,560.4575,25.824991,18.384565,712.795,751.00397,1837.73,192.84094 +2023-10-09 23:00:00,0.0,10647.866,296.69144,74.47064,80.57465,62.69089,288.0812,40.777565,75.6125,26.54544,45.057804,1557.0084,113.55585,25.425844,224.5697,0.5340732,0.41177264,38.637222,0.8846573,0.108343296,680.48584,0.072687276,651.2542,95.24037,0.058251888,0.045468725,223.91313,34.10184,93.65711,124.89319,13774.3125,0.10271392,2256.9465,2.3817704,0.08651777,0.14936867,0.16121036,239.10295,300.69107,24.469252,105.417,39.774185,19.81171,1959.0258,1.936659,75.42892,34.95703,438.52597,32.38653,451.63876,18.661222,90.53806,0.0,1147.7609,4780.593,2.709604,382.1915,62.40054,30732.361,51.196056,2.6870542,20.383461,45.86773,13.871032,3.563626,22.631624,744.12885,306.63486,27.940327,2.1700509,5.4077396,164.03693,15.865519,256.47208,187.64381,2310.951,612.7451,116.79317,153.87357,330.49435,5.302079,7.786551,18.818258,3.1318214,3.6307976,44.540245,56.78519,96.18131,28.090998,33.860424,71.30718,11.24954,3631.1318,27.436,24.527554,19.615889,14.917817,215.14507,48.32073,24.660618,6.498752,18.52842,26.9691,94.95113,201.23132,55.66418,199.7465,39.975468,25.668554,127.609085,80.697014,432.0249,87.51437,1.9144571,6.0853496,6.165585,58.20659,12045.443,1.90022,22.587421,50.031956,21.902838,206.51672,59.44785,109.38236,2.289404,108.587,436.53098,245.49135,90.48814,429.9875,46.346104,76.91322,125.349884,13.781361,2.4287477,15.314864,749.13605,0.17433937,0.44888708,71.697426,12.227237,6.8717337,8.397046,16.124935,91.97389,34.491753,136.0357,692.0171,356.8359,2679.0513,2065.2603,40.519657,71.40391,6230.027,11.498082,121.26932,687.1188,213.42914,287.51517,120.2091,754.3122,760.69806,484.27762,25.344854,156.4512,606.1685,1146.0016,64.76275,619.8653,82.60128,1.3188219,50.53777,0.9740418,0.83086985,3.2672896,42.19723,222.76048,73.10937,18.363127,915.3395,271.63016,157.1613,224.31183,56.57642,54.14449,30.521551,79.429276,27.682459,288.686,137.35802,33.684284,35.735584,31.60578,70.4582,72.94169,10.588673,271.32672,76.723854,666.0157,25.766472,1294.4954,63.32025,380.1212,559.90894,25.805624,18.379623,712.2621,750.6116,1837.3145,193.12012 +2023-10-10 00:00:00,0.0,10637.962,296.41083,74.48502,80.62201,62.695965,288.15402,40.788956,75.65807,26.548561,45.080757,1556.0167,113.5011,25.430265,224.62782,0.53582627,0.4134256,38.657166,0.8882803,0.10818105,680.928,0.07264086,651.65765,95.2807,0.058166064,0.04541129,224.14905,34.116627,93.810036,124.959724,13763.456,0.10300036,2257.82,2.3902974,0.08671331,0.14961675,0.16167463,239.20265,300.7828,24.480152,105.33871,39.775322,19.80259,1958.1198,1.939398,75.41367,34.935005,438.59528,32.379517,451.54456,18.643929,90.494644,0.0,1147.381,4778.4287,2.7058234,382.0104,62.34006,30718.9,51.16563,2.6837943,20.37665,45.855293,13.858645,3.561335,22.625038,743.6687,306.37213,27.927752,2.1675298,5.402925,163.95099,15.843674,256.39352,187.76775,2310.1733,612.92255,116.76959,153.84798,330.08307,5.302141,7.7874036,18.851093,3.1324763,3.6358383,44.497982,56.739437,96.20107,28.075153,33.835674,71.27898,11.250737,3630.7742,27.430357,24.524193,19.61249,14.911153,215.08295,48.30008,24.653225,6.497129,18.517218,26.951706,94.90335,201.12224,55.618546,199.65512,39.944717,25.647697,127.55465,80.660484,431.51907,87.49545,1.9146453,6.082258,6.164355,58.15739,12032.854,1.9007419,22.56881,50.06129,21.893782,206.43243,59.43226,109.397385,2.2912066,108.54194,436.61203,245.62547,90.416306,430.02527,46.370968,76.87992,125.29731,13.792007,2.42984,15.320396,748.80273,0.17495903,0.44952688,71.72158,12.224838,6.87542,8.400161,16.126053,92.02479,34.47218,136.07027,692.1935,356.95016,2679.0383,2065.271,40.504517,71.396866,6225.2456,11.50941,121.22581,686.98615,213.34114,287.40082,120.17716,753.9505,760.24554,484.23346,25.327188,156.38602,605.67017,1145.105,64.68861,619.0777,82.506714,1.3195903,50.53817,0.97440535,0.83164567,3.2708395,42.149033,222.73575,73.03999,18.365591,914.44714,271.3602,157.00922,224.07259,56.532257,54.14516,30.505915,79.31721,27.669355,288.4289,137.21382,33.678745,35.697132,31.575806,70.39309,72.85591,10.576383,271.08606,76.64737,665.4524,25.744486,1293.3271,63.26629,380.26297,559.36035,25.786259,18.374681,711.7291,750.2192,1836.8989,193.39929 +2023-10-10 01:00:00,0.0,10628.058,296.1302,74.499405,80.66936,62.701042,288.2268,40.800346,75.70365,26.551682,45.103714,1555.0251,113.44635,25.434685,224.68593,0.53757936,0.41507855,38.677113,0.8919033,0.10801881,681.3702,0.07259444,652.0611,95.32102,0.05808024,0.04535385,224.38498,34.13141,93.96297,125.02626,13752.6,0.1032868,2258.6936,2.3988245,0.08690884,0.14986481,0.16213892,239.30235,300.87454,24.491053,105.260414,39.77646,19.793468,1957.2139,1.9421371,75.39842,34.912975,438.6646,32.3725,451.45035,18.626635,90.45123,0.0,1147.001,4776.265,2.7020426,381.82928,62.279583,30705.438,51.1352,2.6805341,20.36984,45.842865,13.84626,3.5590441,22.618452,743.2085,306.10938,27.915176,2.1650088,5.3981104,163.86505,15.821829,256.315,187.89166,2309.3958,613.1,116.746,153.82239,329.67178,5.3022027,7.7882557,18.88393,3.1331313,3.640879,44.45572,56.693687,96.220825,28.05931,33.810925,71.25076,11.251934,3630.4167,27.424711,24.520834,19.60909,14.9044895,215.02083,48.27943,24.645834,6.495506,18.506016,26.934313,94.85557,201.01315,55.572914,199.56372,39.913967,25.626839,127.50021,80.62396,431.01324,87.47653,1.9148334,6.0791664,6.163125,58.108196,12020.263,1.901264,22.5502,50.090626,21.884727,206.34816,59.416668,109.41241,2.2930093,108.49688,436.69308,245.75961,90.344475,430.06305,46.395832,76.84663,125.244736,13.802655,2.4309323,15.325929,748.4695,0.1755787,0.45016664,71.74573,12.222441,6.8791065,8.403275,16.127172,92.07568,34.452606,136.10483,692.3699,357.0644,2679.0256,2065.2817,40.489376,71.38983,6220.4644,11.520738,121.18229,686.85345,213.25313,287.28647,120.145226,753.58887,759.793,484.18933,25.309523,156.32083,605.1718,1144.2084,64.61446,618.2901,82.41215,1.3203588,50.538574,0.9747688,0.8324215,3.2743895,42.100834,222.711,72.97063,18.368055,913.5548,271.09027,156.85715,223.83333,56.488094,54.145832,30.490278,79.20514,27.65625,288.17178,137.06964,33.67321,35.65868,31.545834,70.32798,72.770134,10.564093,270.84543,76.570885,664.8891,25.7225,1292.159,63.21233,380.40472,558.81177,25.766891,18.36974,711.1962,749.8268,1836.4835,193.67845 +2023-10-10 02:00:00,0.0,10618.153,295.84955,74.51379,80.71671,62.706116,288.2996,40.811737,75.74923,26.554802,45.126667,1554.0336,113.3916,25.439104,224.74405,0.53933245,0.41673154,38.697056,0.8955263,0.10785656,681.8123,0.072548024,652.46454,95.36134,0.05799442,0.04529641,224.62091,34.146194,94.11589,125.0928,13741.744,0.10357324,2259.5671,2.4073513,0.08710437,0.15011287,0.16260321,239.40205,300.96628,24.501951,105.18212,39.77759,19.784348,1956.3079,1.9448762,75.38317,34.89095,438.7339,32.365482,451.3561,18.609343,90.407814,0.0,1146.6211,4774.101,2.6982617,381.6482,62.219105,30691.977,51.104774,2.6772742,20.363031,45.830433,13.833875,3.556753,22.611866,742.74835,305.84662,27.902601,2.162488,5.393296,163.7791,15.799983,256.23645,188.0156,2308.6182,613.2774,116.722435,153.7968,329.2605,5.3022647,7.789108,18.916767,3.1337862,3.6459196,44.413456,56.64793,96.240585,28.043467,33.786175,71.22256,11.253132,3630.059,27.419067,24.517473,19.605692,14.897826,214.95872,48.25878,24.638441,6.4938827,18.494814,26.916918,94.807785,200.90407,55.527283,199.47234,39.883217,25.605982,127.44578,80.58743,430.50742,87.4576,1.9150217,6.076075,6.1618953,58.059,12007.673,1.9017859,22.531588,50.11996,21.875671,206.26389,59.401073,109.42743,2.2948117,108.45181,436.7741,245.89375,90.27264,430.10086,46.4207,76.813324,125.19217,13.813302,2.4320247,15.331461,748.13617,0.17619836,0.45080644,71.769875,12.220042,6.882793,8.406388,16.12829,92.12659,34.433033,136.13939,692.54626,357.17865,2679.0127,2065.2922,40.474236,71.3828,6215.6826,11.532065,121.13878,686.7208,213.16513,287.17212,120.1133,753.22723,759.34045,484.14517,25.291859,156.25565,604.6735,1143.3118,64.54032,617.50244,82.31758,1.3211272,50.538975,0.97513235,0.8331973,3.2779393,42.052635,222.68626,72.90126,18.37052,912.6625,270.82034,156.70508,223.59409,56.44393,54.146507,30.474644,79.09308,27.643145,287.91467,136.92546,33.66767,35.620228,31.51586,70.26286,72.684364,10.551803,270.6048,76.4944,664.32587,25.700514,1290.991,63.15837,380.5465,558.2632,25.747524,18.364798,710.6633,749.4344,1836.068,193.95763 +2023-10-10 03:00:00,0.0,10608.249,295.56894,74.52817,80.76406,62.71119,288.37238,40.823128,75.7948,26.55792,45.14962,1553.0419,113.33686,25.443525,224.80217,0.5410855,0.4183845,38.717003,0.8991493,0.10769431,682.25446,0.072501615,652.868,95.401665,0.0579086,0.045238968,224.85683,34.16098,94.26882,125.15933,13730.888,0.103859685,2260.4407,2.4158783,0.087299906,0.15036093,0.1630675,239.50177,301.058,24.512852,105.10383,39.77873,19.775227,1955.4019,1.9476153,75.36793,34.86892,438.8032,32.358467,451.2619,18.592049,90.3644,0.0,1146.2412,4771.937,2.6944811,381.46707,62.158627,30678.516,51.07435,2.674014,20.35622,45.818,13.821488,3.554462,22.60528,742.28815,305.5839,27.890028,2.159967,5.388481,163.69316,15.778138,256.1579,188.13951,2307.8408,613.45483,116.69885,153.77122,328.8492,5.302326,7.78996,18.949602,3.1344411,3.65096,44.371193,56.60218,96.260345,28.027624,33.761425,71.19435,11.254329,3629.7017,27.413424,24.514112,19.602293,14.891162,214.8966,48.238132,24.631048,6.4922595,18.483612,26.899525,94.76,200.79498,55.48165,199.38095,39.85247,25.585123,127.391335,80.55091,430.0016,87.43868,1.9152098,6.0729837,6.1606655,58.0098,11995.083,1.9023079,22.512976,50.149296,21.866617,206.17961,59.385483,109.44245,2.2966144,108.40675,436.85516,246.02788,90.200806,430.13864,46.445564,76.78002,125.139595,13.823949,2.4331172,15.336993,747.8029,0.17681803,0.45144624,71.79402,12.217644,6.8864794,8.409503,16.129408,92.17748,34.41346,136.17395,692.72266,357.2929,2679.0,2065.303,40.459095,71.37576,6210.9014,11.543393,121.09526,686.58813,213.07712,287.05777,120.08136,752.8656,758.88794,484.10104,25.274193,156.19044,604.1752,1142.4152,64.46618,616.71484,82.223015,1.3218956,50.53938,0.9754958,0.8339731,3.2814891,42.004436,222.66151,72.831894,18.372984,911.77014,270.55038,156.553,223.35484,56.39977,54.14718,30.459007,78.98101,27.630041,287.65756,136.78128,33.662136,35.581776,31.485886,70.197754,72.59859,10.539513,270.36417,76.417915,663.7626,25.678528,1289.8228,63.10441,380.68826,557.7146,25.728157,18.359856,710.1304,749.042,1835.6525,194.2368 +2023-10-10 04:00:00,0.0,10598.345,295.2883,74.54255,80.81141,62.716263,288.4452,40.83452,75.84038,26.56104,45.172577,1552.0503,113.28211,25.447945,224.86028,0.5428386,0.42003745,38.736946,0.90277225,0.10753207,682.69666,0.0724552,653.2714,95.44199,0.057822775,0.04518153,225.09276,34.175766,94.421745,125.22587,13720.032,0.10414612,2261.3142,2.424405,0.08749544,0.15060899,0.1635318,239.60147,301.14978,24.52375,105.025536,39.779865,19.766106,1954.4958,1.9503545,75.35268,34.846893,438.8725,32.35145,451.1677,18.574757,90.320984,0.0,1145.8613,4769.7734,2.6907003,381.28598,62.09815,30665.053,51.04392,2.6707542,20.349411,45.805573,13.809103,3.552171,22.598694,741.82794,305.32114,27.877453,2.157446,5.3836665,163.60722,15.756293,256.07935,188.26344,2307.0632,613.63226,116.67527,153.74564,328.43793,5.302388,7.7908125,18.982439,3.135096,3.6560006,44.32893,56.556423,96.280106,28.01178,33.736675,71.16614,11.255526,3629.344,27.40778,24.510754,19.598896,14.884499,214.83449,48.217487,24.623655,6.4906363,18.47241,26.88213,94.71222,200.68591,55.43602,199.28957,39.82172,25.564266,127.3369,80.51438,429.49576,87.41976,1.915398,6.0698924,6.1594357,57.9606,11982.492,1.9028298,22.494366,50.178627,21.857563,206.09532,59.369892,109.45747,2.2984169,108.361694,436.93622,246.16202,90.128975,430.17642,46.47043,76.74672,125.08702,13.834597,2.4342096,15.3425255,747.4696,0.1774377,0.452086,71.81817,12.215245,6.890166,8.412617,16.130527,92.22838,34.393887,136.20851,692.89905,357.40714,2678.987,2065.3137,40.443954,71.36873,6206.12,11.554721,121.05175,686.4555,212.98912,286.94342,120.04942,752.5039,758.4354,484.0569,25.256529,156.12526,603.6768,1141.5186,64.39204,615.92725,82.12845,1.3226641,50.53978,0.97585934,0.834749,3.285039,41.956238,222.63678,72.76253,18.375448,910.87775,270.28046,156.40092,223.11559,56.355606,54.14785,30.44337,78.86895,27.616936,287.40045,136.6371,33.656597,35.543324,31.455914,70.132645,72.51281,10.527223,270.1235,76.34143,663.1993,25.656544,1288.6547,63.05045,380.83005,557.166,25.70879,18.354914,709.5975,748.6496,1835.2369,194.51598 +2023-10-10 05:00:00,0.0,10588.44,295.00766,74.55693,80.858765,62.721336,288.51797,40.84591,75.885956,26.564161,45.19553,1551.0587,113.22736,25.452364,224.9184,0.54459167,0.42169043,38.756893,0.90639526,0.107369825,683.1388,0.07240878,653.6749,95.482315,0.05773695,0.04512409,225.32869,34.190548,94.57467,125.292404,13709.176,0.10443257,2262.188,2.4329321,0.08769097,0.15085705,0.16399609,239.70117,301.24152,24.53465,104.94724,39.781002,19.756985,1953.59,1.9530935,75.337425,34.824863,438.94183,32.344437,451.0735,18.557463,90.27757,0.0,1145.4813,4767.6094,2.6869197,381.1049,62.03767,30651.592,51.013493,2.667494,20.3426,45.79314,13.796718,3.54988,22.592108,741.3678,305.05838,27.864878,2.1549249,5.378852,163.52129,15.734448,256.0008,188.38736,2306.2856,613.80963,116.651695,153.72005,328.0266,5.3024497,7.7916646,19.015274,3.135751,3.6610413,44.286667,56.510674,96.29986,27.995937,33.711926,71.13793,11.256723,3628.9866,27.402134,24.507393,19.595497,14.877835,214.77237,48.19684,24.616264,6.489013,18.461208,26.864737,94.66444,200.57683,55.39039,199.19818,39.79097,25.54341,127.28246,80.47786,428.98993,87.40084,1.9155861,6.066801,6.158206,57.911407,11969.902,1.9033517,22.475754,50.207962,21.848507,206.01105,59.3543,109.472496,2.3002195,108.316635,437.01724,246.29616,90.05714,430.21423,46.495296,76.71342,125.034454,13.845243,2.435302,15.348058,747.13635,0.17805737,0.4527258,71.842316,12.212848,6.893852,8.41573,16.131645,92.279274,34.374313,136.24307,693.07544,357.5214,2678.9744,2065.3245,40.428814,71.36169,6201.339,11.566049,121.00823,686.3228,212.90111,286.82907,120.01749,752.1423,757.9829,484.01273,25.238863,156.06007,603.1785,1140.6221,64.317894,615.13965,82.033875,1.3234326,50.540184,0.9762228,0.8355248,3.2885888,41.90804,222.61203,72.69316,18.377913,909.9854,270.01053,156.24886,222.87634,56.311443,54.14852,30.427734,78.75688,27.60383,287.14334,136.49292,33.651062,35.50487,31.42594,70.067535,72.42704,10.514933,269.88287,76.264946,662.63605,25.634558,1287.4865,62.996487,380.97183,556.61743,25.689423,18.349972,709.0645,748.2572,1834.8215,194.79514 +2023-10-10 06:00:00,0.0,10578.536,294.72702,74.57131,80.90611,62.72641,288.59076,40.8573,75.931526,26.567282,45.218483,1550.067,113.172615,25.456785,224.97652,0.54634476,0.4233434,38.776836,0.91001827,0.10720758,683.581,0.07236236,654.07837,95.52264,0.057651132,0.04506665,225.5646,34.205334,94.7276,125.35894,13698.319,0.104719006,2263.0615,2.441459,0.087886505,0.1511051,0.16446038,239.80087,301.33325,24.545551,104.86895,39.782135,19.747864,1952.684,1.9558326,75.32218,34.802837,439.01114,32.337418,450.97928,18.54017,90.23415,0.0,1145.1014,4765.4453,2.6831388,380.92377,61.977192,30638.129,50.983067,2.6642342,20.33579,45.78071,13.784331,3.547589,22.585522,740.9076,304.79565,27.852303,2.152404,5.3740373,163.43535,15.712604,255.92224,188.51129,2305.508,613.98706,116.62811,153.69446,327.61533,5.302511,7.7925167,19.048111,3.136406,3.666082,44.244404,56.46492,96.31962,27.980095,33.687176,71.10972,11.25792,3628.6292,27.39649,24.504032,19.592098,14.871171,214.71025,48.17619,24.608871,6.4873905,18.450006,26.847342,94.61665,200.46774,55.344757,199.10678,39.76022,25.52255,127.22803,80.44133,428.4841,87.38191,1.9157743,6.0637097,6.1569757,57.86221,11957.312,1.9038737,22.457144,50.237297,21.839453,205.92677,59.33871,109.48752,2.302022,108.271576,437.0983,246.4303,89.985306,430.252,46.52016,76.680115,124.98188,13.85589,2.4363945,15.353589,746.80304,0.17867704,0.4533656,71.86647,12.210449,6.897538,8.418845,16.132765,92.33018,34.35474,136.27763,693.25183,357.63565,2678.9614,2065.3352,40.41367,71.35465,6196.5576,11.577375,120.964714,686.1902,212.81311,286.71472,119.98556,751.78064,757.53033,483.9686,25.221197,155.99489,602.6802,1139.7255,64.24376,614.35205,81.93931,1.324201,50.540585,0.97658634,0.8363006,3.2921388,41.85984,222.5873,72.623795,18.380377,909.0931,269.74057,156.09677,222.6371,56.26728,54.149193,30.412098,78.64481,27.590725,286.8862,136.34874,33.645523,35.46642,31.395967,70.00242,72.34126,10.502643,269.64224,76.18846,662.07275,25.612572,1286.3184,62.942528,381.1136,556.06885,25.670055,18.34503,708.5316,747.8648,1834.406,195.07431 +2023-10-10 07:00:00,0.0,10568.632,294.4464,74.58569,80.95347,62.731483,288.66357,40.86869,75.977104,26.5704,45.24144,1549.0754,113.11787,25.461205,225.03462,0.54809785,0.42499638,38.796783,0.9136412,0.10704534,684.02313,0.072315946,654.4818,95.56296,0.05756531,0.04500921,225.80054,34.22012,94.88052,125.425476,13687.464,0.10500545,2263.935,2.449986,0.08808204,0.15135317,0.16492467,239.90057,301.425,24.55645,104.79066,39.78327,19.738743,1951.778,1.9585717,75.30693,34.780807,439.0804,32.330402,450.88507,18.522877,90.19074,0.0,1144.7214,4763.2817,2.6793582,380.74268,61.916714,30624.668,50.952637,2.660974,20.32898,45.768272,13.771946,3.545298,22.578936,740.44745,304.5329,27.839727,2.149883,5.369223,163.34941,15.690759,255.8437,188.63521,2304.7305,614.1645,116.60453,153.66887,327.20404,5.302573,7.7933693,19.080948,3.1370609,3.6711223,44.20214,56.419167,96.33938,27.96425,33.662426,71.08151,11.259118,3628.2715,27.390846,24.500671,19.5887,14.864508,214.64813,48.15554,24.601479,6.4857674,18.438805,26.829948,94.56887,200.35866,55.299126,199.0154,39.72947,25.501694,127.17359,80.40481,427.97827,87.36299,1.9159625,6.0606184,6.155746,57.81301,11944.722,1.9043956,22.438532,50.266632,21.830397,205.8425,59.323116,109.50254,2.3038247,108.22652,437.17935,246.56442,89.913475,430.2898,46.54503,76.64681,124.92931,13.866538,2.437487,15.359121,746.4698,0.1792967,0.45400536,71.89062,12.208051,6.9012246,8.421959,16.133883,92.38107,34.335167,136.3122,693.4282,357.74988,2678.9487,2065.3457,40.39853,71.34762,6191.7764,11.588703,120.9212,686.0575,212.7251,286.60037,119.95362,751.419,757.0778,483.92444,25.203533,155.9297,602.1818,1138.8289,64.16962,613.56445,81.84474,1.3249694,50.54099,0.9769498,0.8370764,3.2956886,41.81164,222.56255,72.55443,18.382841,908.20074,269.47064,155.9447,222.39784,56.223118,54.149864,30.396461,78.53275,27.577621,286.6291,136.20456,33.639988,35.427967,31.365993,69.93731,72.255486,10.490353,269.4016,76.11198,661.50946,25.590586,1285.1501,62.88857,381.25537,555.52026,25.65069,18.340088,707.99866,747.4724,1833.9905,195.35349 +2023-10-10 08:00:00,0.0,10558.728,294.16577,74.600075,81.00082,62.736557,288.73636,40.88008,76.02268,26.57352,45.264393,1548.0839,113.06312,25.465624,225.09274,0.5498509,0.42664933,38.81673,0.9172642,0.10688309,684.46533,0.07226953,654.88525,95.60329,0.057479486,0.044951774,226.03647,34.234905,95.033455,125.49201,13676.607,0.10529189,2264.8086,2.458513,0.08827757,0.15160123,0.16538896,240.00027,301.51672,24.56735,104.712364,39.78441,19.729622,1950.872,1.9613107,75.29168,34.75878,439.14972,32.323387,450.79086,18.505583,90.14732,0.0,1144.3416,4761.1177,2.6755774,380.56155,61.856236,30611.207,50.92221,2.6577141,20.32217,45.75584,13.75956,3.5430071,22.57235,739.98724,304.27017,27.827152,2.147362,5.3644085,163.26347,15.668914,255.76515,188.75914,2303.953,614.3419,116.580956,153.64328,326.79276,5.3026347,7.7942214,19.113783,3.1377158,3.676163,44.159878,56.373413,96.35913,27.948408,33.637676,71.0533,11.260315,3627.914,27.385202,24.497313,19.5853,14.857844,214.58603,48.13489,24.594086,6.484144,18.427603,26.812555,94.52109,200.24957,55.253494,198.92401,39.698723,25.480835,127.119156,80.36828,427.47244,87.34407,1.9161507,6.0575266,6.154516,57.763813,11932.132,1.9049176,22.41992,50.295967,21.821342,205.75821,59.307526,109.51757,2.305627,108.18145,437.26038,246.69856,89.84164,430.3276,46.569893,76.61352,124.87674,13.877185,2.4385793,15.364654,746.1365,0.17991637,0.45464516,71.914764,12.205653,6.904911,8.425074,16.135,92.43197,34.315594,136.34676,693.6046,357.86414,2678.9358,2065.3564,40.38339,71.34058,6186.995,11.600031,120.877686,685.92487,212.6371,286.48602,119.921684,751.0573,756.6253,483.8803,25.185867,155.86452,601.68353,1137.9323,64.095474,612.77686,81.750175,1.3257378,50.54139,0.97731334,0.83785224,3.2992384,41.763443,222.53781,72.48506,18.385305,907.3084,269.2007,155.79263,222.1586,56.178955,54.15054,30.380825,78.420685,27.564516,286.37198,136.06038,33.63445,35.389515,31.336021,69.8722,72.16971,10.478063,269.16098,76.03549,660.9462,25.5686,1283.982,62.834606,381.39713,554.9716,25.631323,18.335146,707.46576,747.08,1833.5751,195.63264 +2023-10-10 09:00:00,0.0,10548.823,293.88513,74.614456,81.04817,62.74163,288.80914,40.89147,76.06825,26.576641,45.287346,1547.0922,113.00837,25.470043,225.15085,0.551604,0.4283023,38.836674,0.92088723,0.10672085,684.9075,0.07222312,655.2887,95.64361,0.057393663,0.044894334,226.27238,34.24969,95.18638,125.55855,13665.752,0.10557833,2265.6821,2.4670398,0.088473104,0.15184928,0.16585325,240.09999,301.6085,24.578249,104.63407,39.785545,19.7205,1949.9661,1.9640498,75.27643,34.73675,439.21906,32.316372,450.69666,18.48829,90.10391,0.0,1143.9617,4758.954,2.6717968,380.38046,61.795757,30597.744,50.89178,2.654454,20.315361,45.74341,13.747174,3.5407162,22.565763,739.5271,304.00742,27.814577,2.1448412,5.359594,163.17754,15.647069,255.6866,188.88306,2303.1753,614.51935,116.55737,153.61769,326.38147,5.3026967,7.7950735,19.14662,3.1383708,3.6812036,44.117615,56.32766,96.37889,27.932564,33.612926,71.02509,11.261512,3627.5564,27.379557,24.493952,19.581902,14.85118,214.52391,48.114246,24.586693,6.482521,18.4164,26.79516,94.473305,200.14049,55.207863,198.83263,39.667973,25.459978,127.06471,80.33176,426.9666,87.32514,1.9163388,6.0544353,6.1532865,57.71462,11919.541,1.9054395,22.40131,50.325302,21.812286,205.67393,59.291935,109.53259,2.3074298,108.13639,437.34143,246.8327,89.769806,430.3654,46.594757,76.580215,124.824165,13.887832,2.4396718,15.370186,745.8032,0.18053603,0.45528492,71.93891,12.203255,6.9085975,8.428187,16.13612,92.482864,34.29602,136.38132,693.78094,357.9784,2678.923,2065.3672,40.368248,71.33354,6182.214,11.611359,120.834175,685.79224,212.5491,286.37167,119.889755,750.6957,756.1728,483.83615,25.168201,155.79932,601.1852,1137.0356,64.02133,611.98926,81.65561,1.3265063,50.541794,0.97767687,0.83862805,3.3027883,41.715244,222.51306,72.41569,18.38777,906.4161,268.9308,155.64056,221.91936,56.134792,54.15121,30.365189,78.30862,27.55141,286.11487,135.91618,33.628914,35.351063,31.306047,69.80709,72.08394,10.465772,268.92032,75.95901,660.38293,25.546614,1282.8138,62.780647,381.5389,554.42303,25.611956,18.330204,706.9328,746.6876,1833.1595,195.91182 +2023-10-10 10:00:00,0.0,10538.919,293.60452,74.62884,81.09552,62.746704,288.88196,40.902863,76.11383,26.579762,45.310303,1546.1006,112.95362,25.474464,225.20897,0.55335706,0.42995527,38.85662,0.9245102,0.106558606,685.3497,0.0721767,655.69214,95.68393,0.05730784,0.044836894,226.50832,34.264473,95.33931,125.62509,13654.8955,0.10586477,2266.5557,2.4755669,0.08866864,0.15209734,0.16631752,240.19969,301.70023,24.58915,104.55578,39.78668,19.71138,1949.06,1.9667889,75.261185,34.714725,439.28833,32.309357,450.60242,18.470997,90.06049,0.0,1143.5818,4756.79,2.668016,380.19934,61.73528,30584.283,50.861355,2.651194,20.30855,45.73098,13.734789,3.5384252,22.559177,739.0669,303.74466,27.802002,2.1423202,5.3547792,163.0916,15.625224,255.60805,189.00699,2302.398,614.6968,116.53379,153.5921,325.97018,5.302758,7.795926,19.179455,3.1390257,3.6862442,44.07535,56.281906,96.39865,27.916721,33.588177,70.99688,11.26271,3627.199,27.373913,24.490591,19.578503,14.844517,214.46179,48.093597,24.579302,6.480898,18.4052,26.777767,94.42552,200.0314,55.16223,198.74123,39.637222,25.43912,127.01028,80.29523,426.4608,87.30622,1.916527,6.051344,6.1520567,57.66542,11906.951,1.9059615,22.382698,50.354637,21.803232,205.58966,59.276344,109.547615,2.3092322,108.09133,437.4225,246.96683,89.69797,430.40317,46.619625,76.54691,124.7716,13.898479,2.4407642,15.375718,745.4699,0.1811557,0.45592472,71.96306,12.200856,6.912284,8.431301,16.137238,92.53376,34.276447,136.41588,693.95734,358.09262,2678.9102,2065.378,40.353107,71.32651,6177.4326,11.622686,120.79066,685.65955,212.46109,286.25732,119.85782,750.33405,755.7202,483.79202,25.150537,155.73413,600.6868,1136.139,63.94719,611.20166,81.56104,1.3272748,50.542194,0.97804034,0.8394039,3.306338,41.667046,222.48833,72.34632,18.390234,905.52374,268.66083,155.48848,221.68011,56.09063,54.151882,30.349554,78.196556,27.538307,285.85776,135.772,33.623375,35.31261,31.276075,69.741974,71.99816,10.453482,268.6797,75.88252,659.81964,25.52463,1281.6458,62.726685,381.68066,553.87445,25.592588,18.325262,706.3999,746.2952,1832.744,196.191 +2023-10-10 11:00:00,0.0,10529.015,293.32388,74.64322,81.14287,62.75178,288.95474,40.914253,76.15941,26.58288,45.333256,1545.109,112.89887,25.478884,225.26709,0.55511016,0.43160823,38.876564,0.9281332,0.10639636,685.7918,0.072130285,656.0956,95.72425,0.05722202,0.044779453,226.74425,34.27926,95.49223,125.69163,13644.04,0.106151216,2267.4292,2.4840937,0.08886416,0.1523454,0.16678181,240.2994,301.79196,24.60005,104.477486,39.787815,19.70226,1948.154,1.969528,75.24593,34.692696,439.35767,32.302338,450.5082,18.453705,90.01708,0.0,1143.2018,4754.626,2.6642354,380.01825,61.6748,30570.82,50.83093,2.647934,20.30174,45.718548,13.722403,3.5361342,22.552591,738.6067,303.48193,27.789427,2.139799,5.3499646,163.00565,15.603379,255.52951,189.13092,2301.6204,614.87415,116.510216,153.56651,325.55887,5.30282,7.796778,19.212292,3.1396806,3.6912847,44.033092,56.236153,96.41841,27.900879,33.563423,70.96867,11.2639065,3626.8413,27.368269,24.48723,19.575104,14.837853,214.39967,48.07295,24.571909,6.4792747,18.393997,26.760372,94.37774,199.92232,55.1166,198.64984,39.606472,25.418262,126.95584,80.258705,425.95496,87.2873,1.9167151,6.0482526,6.150827,57.616222,11894.36,1.9064834,22.364088,50.383972,21.794178,205.50539,59.260754,109.56264,2.311035,108.04627,437.5035,247.10097,89.62614,430.44098,46.64449,76.51361,124.719025,13.909126,2.4418566,15.38125,745.13666,0.18177536,0.45656452,71.987206,12.198458,6.9159703,8.434416,16.138355,92.58466,34.256874,136.45044,694.1337,358.20688,2678.8975,2065.3887,40.337967,71.31947,6172.6514,11.634014,120.74715,685.5269,212.3731,286.14297,119.82588,749.9724,755.2677,483.74786,25.132872,155.66895,600.18854,1135.2426,63.873047,610.41406,81.46647,1.3280432,50.5426,0.97840387,0.84017974,3.3098881,41.618847,222.46358,72.276955,18.392698,904.63135,268.3909,155.33641,221.44086,56.046467,54.152554,30.333918,78.08449,27.525202,285.60065,135.62782,33.61784,35.27416,31.246101,69.676865,71.912384,10.441192,268.43906,75.80604,659.25635,25.502644,1280.4777,62.672726,381.82245,553.32587,25.573221,18.32032,705.86694,745.90283,1832.3285,196.47017 +2023-10-10 12:00:00,0.0,10519.11,293.04324,74.6576,81.19022,62.756855,289.02753,40.925644,76.20498,26.586,45.35621,1544.1173,112.844124,25.483303,225.3252,0.5568632,0.43326122,38.89651,0.9317562,0.10623412,686.23395,0.07208387,656.4991,95.76458,0.057136197,0.044722017,226.98016,34.294044,95.645164,125.75816,13633.184,0.10643765,2268.303,2.4926207,0.089059696,0.15259346,0.1672461,240.3991,301.8837,24.610949,104.39919,39.78895,19.69314,1947.2482,1.972267,75.23068,34.67067,439.42694,32.295322,450.414,18.43641,89.97366,0.0,1142.8219,4752.4624,2.6604545,379.83713,61.614323,30557.36,50.8005,2.644674,20.29493,45.706116,13.710017,3.533843,22.546005,738.14655,303.21918,27.776854,2.1372783,5.34515,162.91971,15.581534,255.45096,189.25484,2300.8428,615.0516,116.48663,153.54092,325.14758,5.3028817,7.7976303,19.245129,3.1403356,3.6963253,43.99083,56.190403,96.43816,27.885035,33.538673,70.94046,11.265103,3626.484,27.362625,24.483871,19.571705,14.831189,214.33755,48.0523,24.564516,6.477652,18.382795,26.74298,94.32996,199.81323,55.070965,198.55846,39.57572,25.397404,126.901405,80.22218,425.44913,87.26838,1.9169034,6.0451612,6.149597,57.567024,11881.7705,1.9070054,22.345476,50.413307,21.785122,205.4211,59.24516,109.57766,2.3128374,108.00121,437.58456,247.2351,89.554306,430.47876,46.669353,76.48031,124.66645,13.919773,2.442949,15.386783,744.80334,0.18239503,0.45720428,72.01135,12.19606,6.9196568,8.43753,16.139475,92.63556,34.2373,136.485,694.31006,358.32114,2678.8845,2065.3994,40.322823,71.31244,6167.87,11.645342,120.70363,685.3942,212.28508,286.02863,119.793945,749.6107,754.8152,483.70374,25.115208,155.60376,599.6902,1134.346,63.79891,609.6264,81.3719,1.3288116,50.543,0.97876734,0.84095556,3.313438,41.57065,222.43884,72.20759,18.39516,903.739,268.12097,155.18434,221.20161,56.002304,54.153225,30.318281,77.97242,27.512096,285.34354,135.48364,33.6123,35.235706,31.21613,69.611755,71.826614,10.428902,268.19843,75.72955,658.6931,25.480658,1279.3094,62.618767,381.9642,552.7773,25.553854,18.315378,705.33405,745.51044,1831.9131,196.74933 +2023-10-10 13:00:00,0.0,10509.206,292.76263,74.67198,81.23757,62.76193,289.10034,40.937035,76.25056,26.58912,45.379166,1543.1257,112.789375,25.487724,225.38332,0.5586163,0.43491417,38.916454,0.9353792,0.106071874,686.67615,0.07203745,656.9025,95.8049,0.057050373,0.044664577,227.2161,34.30883,95.79809,125.8247,13622.327,0.1067241,2269.1765,2.5011475,0.08925523,0.15284152,0.1677104,240.4988,301.97543,24.62185,104.3209,39.790085,19.68402,1946.3422,1.9750061,75.21544,34.64864,439.49628,32.288307,450.3198,18.419119,89.93025,0.0,1142.442,4750.2983,2.656674,379.65604,61.55384,30543.898,50.770073,2.641414,20.28812,45.693687,13.697632,3.531552,22.53942,737.68634,302.95642,27.764278,2.1347573,5.3403354,162.83377,15.5596895,255.3724,189.37877,2300.0652,615.229,116.46306,153.51534,324.7363,5.3029437,7.7984824,19.277964,3.1409905,3.701366,43.948566,56.144646,96.457924,27.869192,33.513924,70.912254,11.266301,3626.1265,27.35698,24.48051,19.568308,14.824526,214.27544,48.03165,24.557123,6.476029,18.371593,26.725584,94.28218,199.70416,55.025333,198.46707,39.544975,25.376547,126.84697,80.18565,424.9433,87.24945,1.9170915,6.04207,6.148367,57.517826,11869.181,1.9075273,22.326866,50.442642,21.776068,205.33682,59.22957,109.59268,2.31464,107.956154,437.66562,247.36925,89.48247,430.51654,46.69422,76.44701,124.613884,13.930421,2.4440415,15.392315,744.4701,0.18301469,0.45784408,72.03551,12.193662,6.9233427,8.440643,16.140593,92.686455,34.217728,136.51955,694.48645,358.43536,2678.8718,2065.41,40.307682,71.3054,6163.0884,11.65667,120.66011,685.2616,212.19708,285.91428,119.76202,749.2491,754.3626,483.65958,25.097542,155.53857,599.19183,1133.4493,63.724766,608.8388,81.277336,1.3295801,50.543404,0.97913086,0.84173137,3.3169878,41.522446,222.4141,72.13822,18.397625,902.8467,267.851,155.03226,220.96237,55.95814,54.153896,30.302645,77.86036,27.498991,285.08643,135.33946,33.606766,35.197254,31.186155,69.54664,71.74084,10.416612,267.95776,75.65307,658.1298,25.458672,1278.1414,62.564804,382.106,552.2287,25.534487,18.310436,704.8011,745.11804,1831.4976,197.0285 +2023-10-10 14:00:00,0.0,10499.301,292.482,74.68636,81.28493,62.767002,289.17313,40.948425,76.296135,26.592241,45.40212,1542.134,112.73463,25.492144,225.44144,0.5603694,0.43656713,38.9364,0.93900216,0.10590963,687.1183,0.07199104,657.30597,95.84522,0.05696455,0.044607136,227.45201,34.323616,95.95102,125.891235,13611.472,0.107010536,2270.05,2.5096745,0.08945076,0.15308958,0.16817468,240.5985,302.06717,24.632748,104.24261,39.79122,19.674898,1945.4362,1.9777453,75.20019,34.626614,439.56555,32.281292,450.2256,18.401825,89.88683,0.0,1142.062,4748.1343,2.652893,379.47495,61.493362,30530.436,50.739647,2.638154,20.281311,45.68125,13.6852455,3.529261,22.532833,737.2262,302.6937,27.751703,2.1322362,5.3355207,162.74783,15.537845,255.29385,189.50269,2299.2876,615.40643,116.43948,153.48975,324.325,5.303005,7.799335,19.3108,3.1416454,3.7064064,43.906303,56.098896,96.477684,27.853348,33.489174,70.88405,11.267498,3625.7688,27.351336,24.47715,19.564909,14.8178625,214.21333,48.011005,24.54973,6.474406,18.360392,26.70819,94.2344,199.59508,54.979702,198.37569,39.514225,25.355688,126.792534,80.14913,424.43747,87.23053,1.9172797,6.0389786,6.147137,57.46863,11856.59,1.9080493,22.308254,50.471977,21.767012,205.25255,59.213978,109.607704,2.3164425,107.91109,437.74664,247.50337,89.41064,430.55435,46.719086,76.413704,124.56131,13.941068,2.445134,15.397847,744.1368,0.18363436,0.45848387,72.059654,12.191263,6.927029,8.443758,16.141712,92.73735,34.198154,136.55411,694.66284,358.54962,2678.859,2065.4207,40.29254,71.29836,6158.307,11.667996,120.6166,685.1289,212.10907,285.79993,119.73008,748.88745,753.9101,483.61545,25.079876,155.47339,598.69354,1132.5527,63.650623,608.0512,81.18277,1.3303485,50.543804,0.97949433,0.8425072,3.3205376,41.474247,222.38936,72.068855,18.40009,901.95435,267.5811,154.88019,220.72311,55.91398,54.15457,30.287008,77.74829,27.485888,284.8293,135.19528,33.601227,35.158802,31.156181,69.48153,71.65506,10.404322,267.71713,75.576584,657.5665,25.436686,1276.9731,62.510845,382.24774,551.6801,25.515121,18.305494,704.2682,744.72565,1831.082,197.30768 +2023-10-10 15:00:00,0.0,10489.396,292.20135,74.700745,81.332275,62.772076,289.2459,40.959816,76.341705,26.59536,45.42507,1541.1425,112.67988,25.496563,225.49954,0.56212246,0.4382201,38.956345,0.94262516,0.10574739,687.5605,0.071944624,657.7094,95.88555,0.05687873,0.044549696,227.68794,34.338398,96.10394,125.95777,13600.615,0.10729698,2270.9236,2.5182016,0.089646295,0.15333764,0.16863897,240.69821,302.15894,24.643648,104.164314,39.79236,19.665777,1944.5302,1.9804844,75.18494,34.604584,439.6349,32.274273,450.13138,18.384531,89.84342,0.0,1141.6821,4745.9707,2.6491125,379.29382,61.432884,30516.975,50.709217,2.634894,20.2745,45.66882,13.67286,3.5269701,22.526249,736.766,302.43094,27.739128,2.1297152,5.330706,162.6619,15.516,255.21532,189.62662,2298.51,615.58386,116.4159,153.46416,323.91373,5.3030667,7.800187,19.343636,3.1423004,3.711447,43.86404,56.05314,96.497444,27.837505,33.464424,70.855835,11.268695,3625.4114,27.345692,24.473791,19.56151,14.811198,214.15121,47.990356,24.54234,6.4727826,18.34919,26.690796,94.186615,199.486,54.93407,198.28429,39.483475,25.334831,126.73809,80.1126,423.93164,87.21161,1.9174678,6.0358872,6.1459074,57.419434,11844.0,1.9085712,22.289642,50.501312,21.757957,205.16826,59.198387,109.62273,2.3182452,107.86603,437.8277,247.63751,89.338806,430.59213,46.74395,76.38041,124.508736,13.9517145,2.4462264,15.403379,743.8035,0.18425404,0.45912364,72.0838,12.188865,6.9307156,8.446872,16.14283,92.78825,34.17858,136.58867,694.83923,358.66388,2678.8462,2065.4314,40.2774,71.29133,6153.526,11.679324,120.57308,684.9963,212.02107,285.68558,119.69814,748.5258,753.4576,483.5713,25.062212,155.40819,598.1952,1131.6561,63.57648,607.2636,81.0882,1.3311169,50.54421,0.97985786,0.84328306,3.3240876,41.42605,222.36461,71.99949,18.402554,901.062,267.31116,154.72812,220.48387,55.869816,54.155243,30.271372,77.63623,27.472782,284.5722,135.0511,33.59569,35.12035,31.12621,69.41642,71.56928,10.392032,267.4765,75.5001,657.0033,25.4147,1275.805,62.456882,382.38953,551.13153,25.495754,18.300552,703.7352,744.33325,1830.6666,197.58685 +2023-10-10 16:00:00,0.0,10479.492,291.92072,74.715126,81.37963,62.77715,289.31873,40.971207,76.38728,26.59848,45.44803,1540.1509,112.62513,25.500984,225.55766,0.56387556,0.43987307,38.97629,0.9462482,0.10558514,688.0026,0.07189821,658.11285,95.92587,0.056792907,0.04449226,227.92387,34.353184,96.256874,126.02431,13589.76,0.10758342,2271.797,2.5267284,0.08984183,0.1535857,0.16910326,240.79791,302.25067,24.654549,104.08602,39.793495,19.656656,1943.6243,1.9832234,75.16969,34.582558,439.7042,32.267258,450.03717,18.367239,89.8,0.0,1141.3022,4743.8066,2.6453316,379.11273,61.372406,30503.514,50.67879,2.631634,20.26769,45.656387,13.660474,3.5246792,22.519663,736.30585,302.1682,27.726553,2.1271944,5.3258915,162.57596,15.494155,255.13676,189.75053,2297.7324,615.7613,116.39232,153.43857,323.50244,5.3031287,7.801039,19.376472,3.1429553,3.7164876,43.821777,56.00739,96.5172,27.821661,33.439674,70.82763,11.269893,3625.0537,27.340048,24.47043,19.558111,14.804535,214.0891,47.969707,24.534946,6.4711595,18.337988,26.673403,94.13883,199.3769,54.88844,198.1929,39.452724,25.313972,126.683655,80.07608,423.4258,87.19269,1.9176561,6.0327954,6.1446776,57.370235,11831.41,1.9090933,22.271032,50.530643,21.748903,205.08398,59.182796,109.63775,2.3200476,107.82097,437.90875,247.77165,89.26697,430.6299,46.768818,76.34711,124.45617,13.962362,2.4473188,15.408912,743.4702,0.1848737,0.45976344,72.10795,12.186467,6.934402,8.4499855,16.143948,92.83915,34.159008,136.62323,695.0156,358.7781,2678.8333,2065.4421,40.26226,71.284294,6148.7446,11.690652,120.52957,684.86365,211.93307,285.57123,119.666214,748.1641,753.00507,483.52716,25.044546,155.343,597.69684,1130.7595,63.502342,606.476,80.99364,1.3318855,50.54461,0.98022133,0.8440589,3.3276374,41.37785,222.33987,71.93012,18.405018,900.1697,267.0412,154.57603,220.24463,55.825653,54.155914,30.255735,77.52416,27.459677,284.3151,134.90692,33.590153,35.081898,31.096235,69.35131,71.48351,10.379742,267.23587,75.423615,656.44,25.392715,1274.6368,62.402924,382.53128,550.58295,25.476387,18.29561,703.20233,743.94086,1830.2511,197.86601 +2023-10-10 17:00:00,0.0,10469.588,291.6401,74.72951,81.42698,62.782223,289.3915,40.982597,76.43286,26.6016,45.47098,1539.1592,112.57038,25.505404,225.61577,0.5656286,0.44152603,38.996235,0.9498711,0.1054229,688.4448,0.07185179,658.5163,95.966194,0.056707084,0.04443482,228.15979,34.36797,96.4098,126.09084,13578.903,0.10786986,2272.6707,2.5352554,0.09003736,0.15383376,0.16956756,240.89761,302.3424,24.665447,104.00773,39.79463,19.647535,1942.7183,1.9859625,75.15444,34.560528,439.7735,32.260242,449.94296,18.349945,89.75659,0.0,1140.9222,4741.6426,2.641551,378.9316,61.311928,30490.05,50.648365,2.6283739,20.26088,45.64396,13.648088,3.5223882,22.513077,735.84564,301.90546,27.713978,2.1246734,5.321077,162.49002,15.472309,255.05821,189.87447,2296.955,615.93866,116.368744,153.41298,323.09113,5.30319,7.801892,19.40931,3.1436102,3.7215283,43.779514,55.961636,96.53696,27.805819,33.414925,70.799416,11.27109,3624.6963,27.334402,24.46707,19.554712,14.797872,214.02698,47.94906,24.527554,6.4695363,18.326786,26.656008,94.09105,199.26782,54.842808,198.10152,39.421974,25.293116,126.62922,80.03955,422.91998,87.17376,1.9178442,6.029704,6.143448,57.321037,11818.819,1.9096152,22.25242,50.55998,21.739847,204.99971,59.167206,109.65277,2.3218503,107.77591,437.98978,247.90578,89.19514,430.66772,46.793682,76.313805,124.403595,13.973009,2.4484112,15.414444,743.13696,0.18549336,0.4604032,72.132095,12.184069,6.9380884,8.4531,16.145067,92.890045,34.13943,136.65779,695.192,358.89236,2678.8206,2065.453,40.24712,71.27726,6143.9634,11.70198,120.48605,684.73096,211.84506,285.45688,119.63428,747.8025,752.5525,483.483,25.026882,155.27782,597.19855,1129.863,63.4282,605.6884,80.89906,1.3326539,50.545013,0.98058486,0.8448347,3.3311872,41.32965,222.31512,71.86075,18.407482,899.27734,266.77127,154.42397,220.00537,55.78149,54.156586,30.240099,77.412094,27.446573,284.05795,134.76274,33.584618,35.043446,31.066263,69.286194,71.397736,10.367452,266.99524,75.34713,655.8767,25.37073,1273.4688,62.348965,382.67307,550.03436,25.45702,18.290668,702.6694,743.54846,1829.8356,198.14519 +2023-10-10 18:00:00,0.0,10459.684,291.35947,74.74389,81.474335,62.787296,289.4643,40.993988,76.47843,26.604721,45.493935,1538.1676,112.51563,25.509823,225.67389,0.5673817,0.443179,39.016182,0.95349413,0.105260655,688.88696,0.07180537,658.9198,96.006516,0.05662126,0.04437738,228.39572,34.382755,96.56273,126.15738,13568.047,0.1081563,2273.5442,2.5437822,0.090232894,0.15408182,0.17003185,240.99731,302.43414,24.676348,103.929436,39.795765,19.638414,1941.8123,1.9887016,75.13919,34.5385,439.84277,32.253227,449.84872,18.332653,89.71317,0.0,1140.5424,4739.479,2.6377702,378.75052,61.25145,30476.59,50.617935,2.625114,20.25407,45.631527,13.635703,3.5200973,22.50649,735.3855,301.6427,27.701403,2.1221523,5.3162627,162.40408,15.450464,254.97966,189.99838,2296.1775,616.1161,116.34516,153.38739,322.67984,5.303252,7.802744,19.442144,3.1442652,3.7265687,43.73725,55.915882,96.55672,27.789976,33.390175,70.77121,11.272286,3624.3386,27.328758,24.463709,19.551313,14.791207,213.96486,47.92841,24.52016,6.467913,18.315584,26.638615,94.04327,199.15874,54.797176,198.01013,39.391228,25.272257,126.57478,80.00303,422.41415,87.15484,1.9180324,6.0266128,6.142218,57.271843,11806.2295,1.9101372,22.23381,50.589314,21.730793,204.91544,59.15161,109.66779,2.3236527,107.73085,438.07083,248.03992,89.12331,430.7055,46.81855,76.2805,124.35103,13.983656,2.4495034,15.419976,742.80365,0.18611303,0.461043,72.15624,12.18167,6.941775,8.456214,16.146185,92.94094,34.119858,136.69235,695.3684,359.0066,2678.8076,2065.4634,40.23198,71.27022,6139.182,11.713307,120.44254,684.5983,211.75706,285.34253,119.60234,747.44086,752.1,483.43887,25.009216,155.21263,596.7002,1128.9664,63.354057,604.9008,80.8045,1.3334223,50.545414,0.9809483,0.8456105,3.334737,41.281452,222.29039,71.79138,18.409946,898.38495,266.50134,154.2719,219.76613,55.737328,54.157257,30.224464,77.30003,27.433468,283.80084,134.61855,33.57908,35.004993,31.03629,69.221085,71.31196,10.355162,266.75458,75.270645,655.3135,25.348743,1272.3005,62.295002,382.81482,549.4858,25.437653,18.285727,702.1365,743.15607,1829.42,198.42436 +2023-10-10 19:00:00,0.0,10449.779,291.07883,74.75827,81.52168,62.79237,289.5371,41.00538,76.52401,26.60784,45.516888,1537.176,112.460884,25.514244,225.73201,0.5691348,0.44483197,39.036125,0.95711714,0.10509841,689.32916,0.071758956,659.32324,96.046844,0.05653544,0.04431994,228.63165,34.397537,96.71565,126.223915,13557.191,0.108442746,2274.418,2.5523093,0.09042843,0.15432988,0.17049614,241.09702,302.52588,24.687248,103.85114,39.7969,19.629293,1940.9062,1.9914407,75.12395,34.516476,439.9121,32.24621,449.75452,18.31536,89.66976,0.0,1140.1625,4737.315,2.6339896,378.5694,61.19097,30463.127,50.58751,2.6218538,20.24726,45.619095,13.623317,3.5178063,22.499905,734.9253,301.37997,27.688828,2.1196315,5.311448,162.31813,15.428619,254.90112,190.12231,2295.4,616.2935,116.32158,153.36182,322.26855,5.3033137,7.803596,19.474981,3.14492,3.7316093,43.69499,55.87013,96.57648,27.774132,33.365425,70.743,11.273484,3623.9812,27.323114,24.46035,19.547915,14.784544,213.90274,47.90776,24.51277,6.4662905,18.304382,26.62122,93.99548,199.04965,54.751545,197.91875,39.360477,25.2514,126.52035,79.9665,421.90836,87.13592,1.9182205,6.0235214,6.140988,57.222645,11793.639,1.9106591,22.215199,50.61865,21.721737,204.83115,59.13602,109.68282,2.3254554,107.68579,438.1519,248.17406,89.05147,430.7433,46.843414,76.2472,124.298454,13.994304,2.4505959,15.4255085,742.4704,0.1867327,0.4616828,72.1804,12.179272,6.9454613,8.459329,16.147305,92.991844,34.100285,136.72691,695.5448,359.12085,2678.795,2065.474,40.216835,71.26318,6134.401,11.724635,120.399025,684.46564,211.66905,285.22818,119.57041,747.0792,751.64746,483.3947,24.99155,155.14745,596.20184,1128.0698,63.27992,604.1132,80.70993,1.3341907,50.545815,0.98131186,0.8463863,3.3382869,41.233253,222.26564,71.722015,18.41241,897.4926,266.23138,154.11981,219.52689,55.693165,54.15793,30.208828,77.187965,27.420362,283.54373,134.47437,33.573544,34.96654,31.006317,69.155975,71.22619,10.342872,266.51395,75.19416,654.7502,25.326757,1271.1324,62.241043,382.9566,548.93713,25.418285,18.280785,701.6035,742.7637,1829.0046,198.70354 +2023-10-10 20:00:00,0.0,10439.875,290.79822,74.77266,81.56903,62.797443,289.6099,41.01677,76.56959,26.61096,45.539845,1536.1843,112.406136,25.518663,225.79012,0.57088786,0.44648495,39.056072,0.9607401,0.10493617,689.7713,0.071712546,659.7267,96.087166,0.05644962,0.044262502,228.86757,34.412323,96.868576,126.29045,13546.335,0.10872918,2275.2915,2.5608363,0.09062396,0.15457794,0.17096043,241.19673,302.61765,24.698147,103.77285,39.79804,19.620173,1940.0004,1.9941797,75.108696,34.494446,439.9814,32.239193,449.6603,18.298067,89.62634,0.0,1139.7825,4735.1514,2.6302087,378.3883,61.130493,30449.666,50.557083,2.618594,20.24045,45.606663,13.610931,3.5155153,22.493319,734.4651,301.11722,27.676252,2.1171105,5.3066335,162.2322,15.4067745,254.82257,190.24623,2294.6223,616.47095,116.298004,153.33623,321.85727,5.3033757,7.804448,19.507816,3.145575,3.73665,43.652725,55.82438,96.59623,27.75829,33.340675,70.71479,11.274681,3623.6235,27.317469,24.45699,19.544518,14.777881,213.84064,47.887115,24.505377,6.4646673,18.29318,26.603827,93.9477,198.94058,54.705914,197.82735,39.329727,25.230541,126.46591,79.92998,421.40253,87.11699,1.9184088,6.02043,6.139758,57.173447,11781.049,1.911181,22.196587,50.647984,21.712683,204.74687,59.12043,109.697845,2.3272579,107.640724,438.2329,248.30818,88.97964,430.7811,46.86828,76.2139,124.24588,14.004951,2.4516883,15.431041,742.1371,0.18735236,0.46232256,72.204544,12.176874,6.949147,8.462442,16.148422,93.04274,34.08071,136.76147,695.7211,359.2351,2678.782,2065.4849,40.201694,71.25615,6129.6196,11.735963,120.355515,684.333,211.58105,285.11386,119.538475,746.7175,751.19495,483.35056,24.973886,155.08226,595.70355,1127.1732,63.205776,603.3256,80.615364,1.3349591,50.54622,0.9816754,0.8471621,3.341837,41.185055,222.2409,71.65265,18.414875,896.6003,265.96146,153.96774,219.28763,55.649002,54.158604,30.193192,77.0759,27.407259,283.28662,134.33018,33.568005,34.92809,30.976343,69.09086,71.14041,10.330582,266.27332,75.117676,654.1869,25.304771,1269.9644,62.18708,383.0984,548.38855,25.398918,18.275845,701.0706,742.3713,1828.5891,198.9827 +2023-10-10 21:00:00,0.0,10429.971,290.51758,74.78704,81.61639,62.80252,289.68268,41.02816,76.61516,26.61408,45.562798,1535.1927,112.35139,25.523083,225.84824,0.5726409,0.4481379,39.076015,0.9643631,0.104773924,690.21344,0.07166613,660.1301,96.12749,0.056363795,0.044205062,229.1035,34.42711,97.02151,126.35699,13535.4795,0.10901563,2276.165,2.569363,0.09081949,0.154826,0.17142472,241.29643,302.70938,24.709047,103.69456,39.79917,19.611052,1939.0944,1.9969188,75.093445,34.47242,440.05072,32.232178,449.5661,18.280773,89.58293,0.0,1139.4026,4732.9873,2.6264281,378.2072,61.070015,30436.205,50.526653,2.6153338,20.23364,45.594227,13.598546,3.5132241,22.486732,734.00494,300.8545,27.663677,2.1145895,5.301819,162.14626,15.38493,254.74402,190.37016,2293.8447,616.6484,116.27442,153.31064,321.44598,5.303437,7.8053007,19.540653,3.14623,3.7416906,43.610462,55.77862,96.61599,27.742445,33.315926,70.68658,11.275878,3623.266,27.311825,24.453629,19.541119,14.771216,213.77852,47.866467,24.497984,6.463044,18.281979,26.586432,93.89992,198.8315,54.660282,197.73596,39.298977,25.209684,126.41147,79.89345,420.8967,87.09807,1.9185969,6.0173388,6.1385283,57.12425,11768.459,1.911703,22.177977,50.67732,21.703629,204.6626,59.10484,109.71287,2.3290606,107.595665,438.31396,248.44232,88.90781,430.81888,46.893147,76.180595,124.19331,14.015598,2.4527807,15.436573,741.80383,0.18797202,0.46296236,72.22869,12.174476,6.9528337,8.465556,16.14954,93.093636,34.06114,136.79604,695.8975,359.34933,2678.7693,2065.4956,40.186554,71.249115,6124.8384,11.747291,120.312,684.2003,211.49304,284.9995,119.50654,746.3559,750.7424,483.30643,24.95622,155.01706,595.2052,1126.2766,63.131634,602.538,80.5208,1.3357276,50.54662,0.98203886,0.847938,3.3453867,41.136856,222.21616,71.58328,18.41734,895.70795,265.69153,153.81567,219.04839,55.60484,54.159275,30.177555,76.96384,27.394154,283.0295,134.186,33.56247,34.889637,30.946371,69.02575,71.054634,10.318292,266.03268,75.04119,653.62366,25.282785,1268.7961,62.13312,383.24014,547.83997,25.37955,18.270903,700.53766,741.9789,1828.1736,199.26187 +2023-10-10 22:00:00,0.0,10420.066,290.23694,74.80142,81.663734,62.807594,289.75546,41.03955,76.660736,26.6172,45.58575,1534.2012,112.29664,25.527504,225.90634,0.574394,0.44979087,39.095963,0.9679861,0.10461168,690.65564,0.07161971,660.53357,96.16781,0.05627797,0.04414762,229.33943,34.441895,97.17443,126.42352,13524.623,0.109302066,2277.0386,2.5778902,0.091015026,0.15507407,0.171889,241.39613,302.80112,24.719946,103.616264,39.80031,19.60193,1938.1884,1.9996579,75.0782,34.45039,440.12,32.225163,449.4719,18.26348,89.53951,0.0,1139.0227,4730.823,2.6226473,378.0261,61.009537,30422.742,50.496227,2.612074,20.22683,45.581795,13.58616,3.5109332,22.480146,733.54474,300.59174,27.651104,2.1120687,5.297004,162.06032,15.363085,254.66547,190.49408,2293.0671,616.8258,116.25084,153.28505,321.0347,5.303499,7.806153,19.57349,3.146885,3.746731,43.5682,55.732872,96.63575,27.726603,33.291176,70.65837,11.277076,3622.9087,27.306181,24.45027,19.53772,14.764553,213.7164,47.845818,24.490591,6.461421,18.270777,26.569038,93.852135,198.72241,54.61465,197.64458,39.26823,25.188826,126.35703,79.856926,420.39087,87.07915,1.9187851,6.0142474,6.1372986,57.075054,11755.868,1.9122249,22.159365,50.706654,21.694572,204.57832,59.08925,109.72789,2.330863,107.550606,438.39502,248.57646,88.83597,430.85666,46.91801,76.14729,124.14074,14.026245,2.4538732,15.442105,741.4705,0.18859169,0.46360213,72.25284,12.172077,6.95652,8.468671,16.15066,93.14453,34.041565,136.8306,696.0739,359.4636,2678.7563,2065.5063,40.171413,71.24207,6120.057,11.758618,120.26848,684.0677,211.40504,284.88516,119.4746,745.99426,750.28986,483.26227,24.938555,154.95187,594.70685,1125.38,63.05749,601.7504,80.42623,1.3364961,50.547024,0.9824024,0.8487138,3.3489366,41.088657,222.19142,71.513916,18.419804,894.8156,265.4216,153.6636,218.80914,55.560677,54.159946,30.161919,76.85177,27.381048,282.7724,134.04182,33.55693,34.85119,30.916397,68.96064,70.96886,10.306002,265.79202,74.96471,653.06036,25.260801,1267.628,62.079163,383.38193,547.2914,25.360186,18.26596,700.00476,741.5865,1827.758,199.54105 +2023-10-10 23:00:00,0.0,10410.162,289.95633,74.8158,81.71109,62.812668,289.82828,41.05094,76.706314,26.62032,45.608707,1533.2095,112.24189,25.531923,225.96446,0.5761471,0.45144385,39.115906,0.9716091,0.104449436,691.0978,0.071573295,660.937,96.20814,0.05619215,0.04409018,229.57535,34.45668,97.32736,126.49006,13513.767,0.10958851,2277.912,2.586417,0.09121056,0.15532213,0.1723533,241.49583,302.89285,24.730846,103.53797,39.801445,19.59281,1937.2825,2.002397,75.06295,34.428364,440.18933,32.218143,449.3777,18.246187,89.4961,0.0,1138.6428,4728.6597,2.6188667,377.845,60.94906,30409.281,50.4658,2.6088138,20.22002,45.569366,13.573774,3.5086422,22.47356,733.0846,300.32898,27.638529,2.1095476,5.2921896,161.97438,15.34124,254.58693,190.61801,2292.2896,617.0032,116.227264,153.25946,320.62338,5.3035607,7.807005,19.606325,3.1475399,3.7517717,43.525936,55.68712,96.6555,27.710758,33.266426,70.630165,11.278273,3622.551,27.300537,24.446909,19.53432,14.75789,213.65428,47.82517,24.483198,6.459798,18.259575,26.551643,93.80435,198.61333,54.56902,197.55319,39.23748,25.167969,126.3026,79.8204,419.88504,87.06023,1.9189732,6.011156,6.136069,57.025856,11743.278,1.9127469,22.140755,50.73599,21.685518,204.49403,59.073654,109.74291,2.3326657,107.50555,438.47604,248.7106,88.76414,430.89447,46.942875,76.114,124.088165,14.036892,2.4549656,15.447638,741.13727,0.18921135,0.46424192,72.276985,12.16968,6.9602065,8.471785,16.151777,93.195435,34.02199,136.86516,696.25024,359.57785,2678.7437,2065.517,40.156273,71.23504,6115.276,11.769945,120.22497,683.93506,211.31705,284.7708,119.44267,745.6326,749.83734,483.21814,24.92089,154.88669,594.20856,1124.4835,62.983353,600.96277,80.33166,1.3372645,50.547424,0.98276585,0.8494896,3.3524864,41.04046,222.16667,71.44455,18.422268,893.9233,265.15164,153.51152,218.56989,55.516514,54.160618,30.146282,76.7397,27.367943,282.5153,133.89764,33.551395,34.812737,30.886425,68.89553,70.88309,10.293712,265.5514,74.88822,652.4971,25.238815,1266.4598,62.0252,383.52368,546.7428,25.340818,18.261019,699.4718,741.1941,1827.3427,199.82022 +2023-10-11 00:00:00,0.0,10400.258,289.6757,74.830185,81.75844,62.81774,289.90106,41.062332,76.751884,26.62344,45.63166,1532.2179,112.18714,25.536343,226.02258,0.5779002,0.4530968,39.135853,0.97523206,0.10428719,691.54,0.07152688,661.34045,96.24846,0.05610633,0.044032745,229.81128,34.471462,97.480286,126.556595,13502.911,0.10987495,2278.7856,2.594944,0.09140609,0.1555702,0.17281759,241.59554,302.9846,24.741747,103.45968,39.802578,19.583689,1936.3765,2.005136,75.0477,34.406334,440.25864,32.21113,449.28348,18.228893,89.45268,0.0,1138.2628,4726.4956,2.6150858,377.66388,60.88858,30395.818,50.43537,2.6055539,20.21321,45.556934,13.561388,3.5063512,22.466974,732.6244,300.06625,27.625954,2.1070266,5.287375,161.88844,15.319395,254.50838,190.74193,2291.5122,617.1806,116.20368,153.23387,320.2121,5.3036222,7.8078575,19.639162,3.1481948,3.7568123,43.483673,55.641365,96.67526,27.694916,33.241676,70.60195,11.27947,3622.1936,27.294891,24.443548,19.530922,14.751225,213.59216,47.80452,24.475807,6.4581747,18.248373,26.53425,93.75657,198.50424,54.523384,197.46179,39.20673,25.14711,126.24816,79.783875,419.3792,87.0413,1.9191614,6.0080643,6.134839,56.976658,11730.6875,1.9132688,22.122143,50.765324,21.676462,204.40976,59.058064,109.757935,2.3344684,107.46049,438.5571,248.84473,88.69231,430.93225,46.967743,76.080696,124.0356,14.04754,2.456058,15.453169,740.80396,0.18983103,0.46488172,72.30113,12.167281,6.963893,8.474898,16.152897,93.24633,34.00242,136.89972,696.42664,359.69208,2678.7307,2065.5276,40.141132,71.228004,6110.494,11.781273,120.18145,683.80237,211.22903,284.65646,119.410736,745.27094,749.38477,483.17398,24.903225,154.8215,593.7102,1123.5869,62.90921,600.1752,80.23709,1.338033,50.54783,0.9831294,0.85026544,3.3560362,40.99226,222.14194,71.37518,18.424732,893.03094,264.8817,153.35945,218.33064,55.472347,54.16129,30.130646,76.62764,27.35484,282.25818,133.75346,33.545856,34.774284,30.856451,68.830414,70.79731,10.281422,265.31076,74.81174,651.93384,25.21683,1265.2917,61.97124,383.66547,546.1942,25.321451,18.256077,698.9389,740.8017,1826.9271,200.09938 +2023-10-11 01:00:00,0.0,10390.354,289.39505,74.84457,81.80579,62.822815,289.97385,41.073723,76.79746,26.62656,45.654613,1531.2263,112.13239,25.540764,226.08069,0.57965326,0.4547498,39.155796,0.9788551,0.10412494,691.9821,0.07148047,661.74396,96.28878,0.056020506,0.043975305,230.04721,34.486248,97.63322,126.62313,13492.055,0.110161394,2279.6592,2.6034708,0.091601625,0.15581825,0.17328188,241.69524,303.07632,24.752645,103.381386,39.803715,19.574568,1935.4705,2.0078752,75.032455,34.384308,440.32794,32.204113,449.18927,18.211601,89.40927,0.0,1137.8828,4724.3315,2.6113052,377.4828,60.828102,30382.357,50.404945,2.6022937,20.2064,45.544502,13.549003,3.5040603,22.460388,732.16425,299.8035,27.613379,2.1045055,5.2825603,161.8025,15.29755,254.42982,190.86586,2290.7346,617.35803,116.1801,153.20828,319.8008,5.303684,7.8087096,19.671997,3.1488497,3.761853,43.44141,55.59561,96.69502,27.679073,33.216927,70.573746,11.280667,3621.836,27.289248,24.440187,19.527523,14.744562,213.53004,47.783875,24.468414,6.456552,18.237171,26.516855,93.708786,198.39516,54.477753,197.3704,39.17598,25.126253,126.193726,79.747345,418.87338,87.02238,1.9193496,6.004973,6.133609,56.92746,11718.098,1.9137908,22.103533,50.79466,21.667408,204.32549,59.042473,109.77296,2.3362708,107.41543,438.63815,248.97887,88.62047,430.97003,46.992607,76.04739,123.983025,14.058187,2.4571505,15.458701,740.4707,0.1904507,0.46552148,72.32529,12.164883,6.9675794,8.478013,16.154015,93.297226,33.982845,136.93428,696.603,359.80634,2678.718,2065.5383,40.125988,71.22097,6105.713,11.792601,120.13794,683.66974,211.14104,284.5421,119.3788,744.9093,748.93225,483.12985,24.885561,154.75632,593.21185,1122.6903,62.835068,599.3876,80.142525,1.3388014,50.54823,0.98349285,0.85104126,3.3595862,40.94406,222.11719,71.30581,18.427197,892.13855,264.6118,153.20738,218.0914,55.428185,54.16196,30.11501,76.51557,27.341734,282.00107,133.60928,33.54032,34.735832,30.826477,68.765305,70.71153,10.269131,265.07013,74.73525,651.37054,25.194843,1264.1235,61.91728,383.80722,545.6456,25.302084,18.251135,698.40594,740.4093,1826.5116,200.37856 +2023-10-11 02:00:00,0.0,10380.449,289.1144,74.85895,81.85314,62.82789,290.04666,41.085114,76.84304,26.62968,45.67757,1530.2346,112.077644,25.545183,226.13881,0.5814063,0.45640275,39.175743,0.9824781,0.1039627,692.4243,0.07143405,662.1474,96.3291,0.055934682,0.043917865,230.28313,34.501034,97.78614,126.68967,13481.199,0.11044783,2280.533,2.6119978,0.09179716,0.15606631,0.17374617,241.79495,303.1681,24.763546,103.30309,39.80485,19.565447,1934.5645,2.0106142,75.017204,34.362278,440.39728,32.197098,449.09503,18.194307,89.36585,0.0,1137.5029,4722.168,2.6075244,377.30167,60.767624,30368.896,50.37452,2.5990338,20.19959,45.532074,13.536617,3.5017693,22.453802,731.70404,299.54074,27.600803,2.1019847,5.2777457,161.71657,15.275705,254.35127,190.98978,2289.957,617.53546,116.156525,153.1827,319.38953,5.3037457,7.8095617,19.704834,3.1495047,3.7668934,43.399147,55.54986,96.71478,27.663229,33.192177,70.54553,11.281864,3621.4785,27.283604,24.436829,19.524124,14.737899,213.46794,47.763226,24.461021,6.454929,18.22597,26.499462,93.661,198.28607,54.43212,197.27902,39.14523,25.105394,126.13929,79.71082,418.36755,87.003456,1.9195378,6.0018816,6.132379,56.878265,11705.508,1.9143127,22.08492,50.823994,21.658352,204.24121,59.026882,109.78798,2.3380735,107.37036,438.71918,249.113,88.54864,431.00784,47.01747,76.01409,123.93045,14.068833,2.458243,15.464233,740.1374,0.19107036,0.46616128,72.349434,12.162484,6.971266,8.481127,16.155132,93.34812,33.963272,136.96884,696.7794,359.9206,2678.705,2065.549,40.110847,71.21393,6100.9316,11.803928,120.09442,683.53705,211.05302,284.42776,119.34687,744.54767,748.47974,483.0857,24.867895,154.69113,592.71356,1121.7937,62.760925,598.6,80.04796,1.3395698,50.548634,0.9838564,0.85181713,3.363136,40.895863,222.09245,71.23644,18.429659,891.2462,264.34183,153.0553,217.85216,55.38402,54.162636,30.099375,76.4035,27.328629,281.74396,133.4651,33.534782,34.69738,30.796505,68.700195,70.62576,10.256841,264.8295,74.65877,650.80725,25.172857,1262.9554,61.86332,383.949,545.09705,25.282717,18.246193,697.87305,740.0169,1826.0962,200.65773 +2023-10-11 03:00:00,0.0,10370.545,288.8338,74.87333,81.90049,62.832962,290.11945,41.096504,76.88861,26.632801,45.700523,1529.243,112.022896,25.549603,226.19693,0.5831594,0.4580557,39.195686,0.98610103,0.10380045,692.86646,0.07138763,662.55084,96.36943,0.05584886,0.043860424,230.51906,34.51582,97.93907,126.7562,13470.343,0.11073428,2281.4065,2.620525,0.09199269,0.15631437,0.17421046,241.89465,303.25983,24.774445,103.2248,39.80599,19.556326,1933.6586,2.0133533,75.00195,34.340252,440.46655,32.190083,449.00082,18.177015,89.32244,0.0,1137.123,4720.004,2.6037438,377.12057,60.707146,30355.434,50.34409,2.5957737,20.19278,45.51964,13.524231,3.4994783,22.447216,731.24384,299.278,27.588228,2.0994637,5.272931,161.63062,15.25386,254.27274,191.11371,2289.1794,617.7129,116.13295,153.1571,318.97824,5.3038077,7.8104143,19.73767,3.1501596,3.771934,43.356884,55.504105,96.734535,27.647387,33.167427,70.51733,11.283062,3621.1208,27.27796,24.433468,19.520725,14.731235,213.40582,47.742577,24.453629,6.4533057,18.214767,26.482067,93.61322,198.17699,54.38649,197.18764,39.114483,25.084538,126.08485,79.67429,417.86172,86.98453,1.9197259,5.9987903,6.1311493,56.829067,11692.917,1.9148347,22.066309,50.853325,21.649298,204.15692,59.01129,109.803,2.339876,107.3253,438.80023,249.24713,88.47681,431.04562,47.04234,75.98079,123.877884,14.079481,2.4593353,15.469766,739.80414,0.19169003,0.46680108,72.37358,12.160087,6.9749517,8.4842415,16.156252,93.39902,33.9437,137.0034,696.9558,360.03482,2678.6924,2065.5598,40.095707,71.206894,6096.1504,11.815256,120.05091,683.4044,210.96503,284.31342,119.31493,744.18604,748.0272,483.04156,24.85023,154.62593,592.2152,1120.8971,62.686787,597.8124,79.95339,1.3403382,50.549034,0.98421985,0.85259295,3.3666859,40.847664,222.0677,71.167076,18.432123,890.3539,264.0719,152.90323,217.6129,55.33986,54.163307,30.083738,76.29144,27.315525,281.48685,133.3209,33.529247,34.658928,30.766531,68.635086,70.539986,10.244551,264.58884,74.58228,650.24396,25.150871,1261.7872,61.80936,384.09076,544.54846,25.26335,18.241251,697.3401,739.62445,1825.6807,200.9369 +2023-10-11 04:00:00,0.0,10360.641,288.55316,74.88771,81.947845,62.838036,290.19223,41.107895,76.93419,26.63592,45.723476,1528.2515,111.968155,25.554024,226.25504,0.5849125,0.4597087,39.215633,0.98972404,0.10363821,693.30865,0.07134122,662.9543,96.40975,0.05576304,0.043802988,230.75499,34.530605,98.091995,126.82274,13459.487,0.111020714,2282.28,2.6290517,0.092188224,0.15656243,0.17467473,241.99435,303.35156,24.785345,103.14651,39.80712,19.547205,1932.7526,2.0160923,74.98671,34.318222,440.53586,32.183064,448.90662,18.159721,89.27902,0.0,1136.7432,4717.8403,2.599963,376.93945,60.646667,30341.973,50.313663,2.5925138,20.18597,45.507206,13.511846,3.4971874,22.44063,730.7837,299.01526,27.575653,2.0969427,5.2681165,161.54468,15.232016,254.19418,191.23764,2288.4019,617.8903,116.10936,153.13152,318.56696,5.3038692,7.8112664,19.770506,3.1508145,3.7769747,43.31462,55.45835,96.754295,27.631542,33.142677,70.48911,11.284259,3620.7634,27.272314,24.430107,19.517326,14.724571,213.3437,47.721928,24.446236,6.4516826,18.203566,26.464674,93.56544,198.0679,54.34086,197.09625,39.083733,25.063679,126.03041,79.63777,417.3559,86.96561,1.9199141,5.995699,6.1299195,56.77987,11680.327,1.9153566,22.047699,50.88266,21.640244,204.07265,58.995697,109.81802,2.3416786,107.28024,438.8813,249.38127,88.40497,431.0834,47.067204,75.94749,123.82531,14.090128,2.4604278,15.475298,739.4708,0.19230969,0.46744084,72.39773,12.157688,6.978638,8.487355,16.15737,93.44992,33.924126,137.03796,697.1322,360.14908,2678.6794,2065.5706,40.080566,71.19986,6091.369,11.826584,120.00739,683.2717,210.87701,284.19907,119.283,743.82434,747.57465,482.9974,24.832565,154.56075,591.71686,1120.0005,62.612644,597.0248,79.858826,1.3411068,50.54944,0.9845834,0.85336876,3.3702357,40.799465,222.04297,71.09771,18.434587,889.46155,263.80197,152.75116,217.37366,55.295696,54.16398,30.068102,76.179375,27.30242,281.22974,133.17673,33.52371,34.620476,30.736559,68.56997,70.45421,10.232261,264.3482,74.5058,649.6807,25.128887,1260.6191,61.755398,384.23254,543.9999,25.243982,18.23631,696.8072,739.23206,1825.2651,201.21606 +2023-10-11 05:00:00,0.0,10350.736,288.27252,74.90209,81.99519,62.84311,290.26505,41.119286,76.97977,26.63904,45.746433,1527.2598,111.91341,25.558443,226.31316,0.5866656,0.46136165,39.235577,0.99334705,0.103475966,693.7508,0.0712948,663.3577,96.45007,0.055677217,0.043745548,230.9909,34.545387,98.24493,126.88928,13448.631,0.11130716,2283.1536,2.6375787,0.09238375,0.15681049,0.17513902,242.09406,303.4433,24.796246,103.068214,39.808258,19.538084,1931.8466,2.0188315,74.97146,34.296196,440.60516,32.17605,448.8124,18.142427,89.23561,0.0,1136.3633,4715.6763,2.5961823,376.75836,60.58619,30328.51,50.283237,2.5892537,20.17916,45.494774,13.49946,3.4948964,22.434044,730.3235,298.75253,27.563078,2.0944219,5.2633023,161.45874,15.210171,254.11563,191.36156,2287.6243,618.0677,116.08579,153.10593,318.15564,5.303931,7.8121185,19.803343,3.1514695,3.782015,43.27236,55.412598,96.774055,27.6157,33.117928,70.46091,11.285456,3620.406,27.26667,24.426746,19.51393,14.717908,213.28159,47.70128,24.438845,6.4500594,18.192364,26.447279,93.517654,197.95883,54.295227,197.00485,39.052982,25.042822,125.975975,79.60124,416.85007,86.946686,1.9201022,5.9926076,6.12869,56.73067,11667.736,1.9158787,22.029087,50.911995,21.631187,203.98837,58.980106,109.833046,2.343481,107.23518,438.9623,249.51541,88.33314,431.12122,47.09207,75.914185,123.77274,14.100775,2.4615202,15.48083,739.1376,0.19292936,0.46808064,72.421875,12.15529,6.9823246,8.490469,16.158487,93.50082,33.904552,137.07253,697.3086,360.26334,2678.6667,2065.5813,40.065426,71.192825,6086.588,11.837912,119.963875,683.1391,210.78902,284.08472,119.25106,743.4627,747.12213,482.95328,24.8149,154.49556,591.21857,1119.104,62.5385,596.2372,79.76425,1.3418752,50.54984,0.98494685,0.8541446,3.3737855,40.751266,222.01822,71.02834,18.437052,888.5692,263.532,152.59908,217.13441,55.251534,54.16465,30.052465,76.067314,27.289314,280.9726,133.03255,33.518173,34.582024,30.706585,68.50486,70.36843,10.219971,264.10757,74.42931,649.11743,25.106901,1259.451,61.70144,384.3743,543.4513,25.224617,18.231367,696.27423,738.83966,1824.8496,201.49524 +2023-10-11 06:00:00,0.0,10340.832,287.9919,74.91647,82.04255,62.848183,290.33783,41.130676,77.02534,26.64216,45.769386,1526.2682,111.85866,25.562862,226.37126,0.5884186,0.4630146,39.255524,0.99697,0.10331372,694.19293,0.07124838,663.76117,96.490395,0.055591393,0.043688107,231.22684,34.560173,98.39785,126.95582,13437.774,0.1115936,2284.027,2.6461055,0.09257928,0.15705855,0.17560332,242.19376,303.53503,24.807144,102.98992,39.809395,19.528963,1930.9406,2.0215707,74.95621,34.274166,440.6745,32.169033,448.7182,18.125135,89.19219,0.0,1135.9833,4713.512,2.5924015,376.57727,60.52571,30315.049,50.252808,2.5859938,20.17235,45.482346,13.487074,3.4926054,22.427458,729.86334,298.48978,27.550503,2.0919008,5.2584877,161.3728,15.188326,254.03708,191.48549,2286.8467,618.2451,116.06221,153.08034,317.74435,5.3039927,7.8129706,19.836178,3.1521244,3.7870557,43.2301,55.366844,96.793816,27.599857,33.093178,70.43269,11.2866535,3620.0483,27.261026,24.423388,19.51053,14.711244,213.21947,47.680634,24.431452,6.4484363,18.181162,26.429886,93.46987,197.84975,54.249596,196.91347,39.022232,25.021963,125.92154,79.56472,416.34424,86.927765,1.9202905,5.9895163,6.12746,56.681477,11655.146,1.9164006,22.010477,50.94133,21.622133,203.9041,58.964516,109.84807,2.3452837,107.190125,439.04337,249.64955,88.26131,431.159,47.116936,75.88089,123.72017,14.111423,2.4626126,15.486362,738.80426,0.19354902,0.4687204,72.44602,12.152891,6.986011,8.493584,16.159607,93.55171,33.88498,137.10707,697.485,360.37756,2678.6538,2065.5918,40.050285,71.18578,6081.8066,11.849239,119.920364,683.0065,210.70102,283.97037,119.21913,743.1011,746.6696,482.90912,24.797235,154.43037,590.7202,1118.2074,62.46436,595.4496,79.669685,1.3426436,50.550243,0.9853104,0.8549204,3.3773355,40.703064,221.99348,70.95898,18.439516,887.6769,263.2621,152.447,216.89516,55.20737,54.16532,30.036829,75.955246,27.276209,280.71548,132.88837,33.512634,34.54357,30.676613,68.43975,70.28266,10.207681,263.86694,74.35283,648.55414,25.084915,1258.2828,61.647476,384.51608,542.9027,25.20525,18.226425,695.74133,738.44727,1824.4342,201.77441 +2023-10-11 07:00:00,0.0,10330.928,287.71127,74.930855,82.0899,62.85326,290.4106,41.142067,77.070915,26.64528,45.79234,1525.2766,111.80391,25.567284,226.42938,0.5901717,0.4646676,39.275467,1.0005931,0.10315148,694.63513,0.07120197,664.1647,96.53072,0.05550557,0.043630667,231.46277,34.57496,98.55078,127.022354,13426.919,0.11188004,2284.9006,2.6546326,0.092774816,0.15730661,0.1760676,242.29346,303.62677,24.818045,102.91163,39.81053,19.519842,1930.0347,2.0243096,74.94096,34.25214,440.7438,32.162018,448.624,18.107841,89.14878,0.0,1135.6033,4711.3486,2.588621,376.39615,60.465233,30301.588,50.22238,2.5827336,20.165539,45.469913,13.474689,3.4903142,22.420872,729.40314,298.22702,27.53793,2.0893798,5.253673,161.28687,15.166481,253.95854,191.6094,2286.0693,618.42255,116.03863,153.05475,317.33307,5.3040547,7.813823,19.869015,3.1527793,3.7920964,43.187836,55.321095,96.81357,27.584013,33.068428,70.40449,11.28785,3619.691,27.255383,24.420027,19.507132,14.70458,213.15735,47.659985,24.424059,6.4468136,18.16996,26.41249,93.42209,197.74066,54.203964,196.82208,38.99148,25.001106,125.8671,79.52819,415.8384,86.90884,1.9204786,5.9864244,6.12623,56.63228,11642.557,1.9169226,21.991865,50.970665,21.613077,203.81981,58.948925,109.8631,2.3470862,107.145065,439.12442,249.78368,88.18947,431.19678,47.1418,75.84759,123.667595,14.122069,2.463705,15.491895,738.471,0.19416869,0.4693602,72.47018,12.150494,6.9896975,8.496697,16.160725,93.60261,33.865406,137.14163,697.6613,360.49182,2678.641,2065.6025,40.03514,71.17875,6077.0254,11.860566,119.87685,682.8738,210.613,283.85602,119.187195,742.73944,746.2171,482.865,24.77957,154.36519,590.22186,1117.3108,62.39022,594.662,79.57512,1.343412,50.550644,0.98567384,0.8556962,3.3808854,40.654865,221.96873,70.88961,18.44198,886.7845,262.99216,152.29494,216.65591,55.163208,54.165993,30.021193,75.84318,27.263105,280.45837,132.74419,33.5071,34.50512,30.646639,68.37463,70.196884,10.195391,263.62628,74.276344,647.9909,25.06293,1257.1147,61.593517,384.65784,542.35406,25.185883,18.221483,695.2084,738.0549,1824.0187,202.05359 +2023-10-11 08:00:00,0.0,10321.023,287.43063,74.94524,82.13725,62.858334,290.48343,41.153458,77.11649,26.6484,45.815296,1524.2849,111.74916,25.571703,226.4875,0.5919248,0.46632054,39.295414,1.004216,0.102989234,695.0773,0.071155556,664.5681,96.571045,0.05541975,0.04357323,231.69868,34.589745,98.703705,127.08889,13416.0625,0.11216648,2285.7742,2.6631594,0.09297035,0.15755467,0.1765319,242.39317,303.71854,24.828943,102.833336,39.811665,19.510721,1929.1287,2.0270488,74.92571,34.23011,440.81308,32.155,448.5298,18.09055,89.10536,0.0,1135.2234,4709.1846,2.58484,376.21506,60.404755,30288.125,50.191956,2.5794737,20.15873,45.45748,13.462303,3.4880233,22.414286,728.943,297.9643,27.525354,2.086859,5.2488585,161.20093,15.144636,253.87999,191.73334,2285.2917,618.6,116.01505,153.02916,316.92178,5.3041162,7.8146753,19.901852,3.1534343,3.797137,43.145573,55.275337,96.83333,27.56817,33.04368,70.37628,11.289047,3619.3333,27.249737,24.416666,19.503733,14.697917,213.09525,47.639336,24.416666,6.4451904,18.158758,26.395098,93.374306,197.63158,54.158333,196.7307,38.960735,24.980247,125.81267,79.49167,415.33258,86.889915,1.9206668,5.983333,6.125,56.58308,11629.966,1.9174445,21.973255,51.0,21.604023,203.73553,58.933334,109.87812,2.3488889,107.1,439.20544,249.91782,88.11764,431.2346,47.166668,75.814285,123.61503,14.132716,2.4647975,15.497427,738.1377,0.19478835,0.47,72.49432,12.148095,6.993384,8.499811,16.161844,93.65351,33.845833,137.1762,697.8377,360.60608,2678.6282,2065.6133,40.02,71.171715,6072.244,11.871894,119.833336,682.74115,210.52501,283.74167,119.15526,742.37775,745.7645,482.82083,24.761904,154.29999,589.7235,1116.4142,62.31608,593.8744,79.48055,1.3441805,50.55105,0.9860374,0.8564721,3.3844352,40.606667,221.944,70.820244,18.444445,885.89215,262.72223,152.14285,216.41667,55.119045,54.166668,30.005556,75.73112,27.25,280.20126,132.6,33.50156,34.466667,30.616667,68.309525,70.11111,10.183101,263.38565,74.19986,647.4276,25.040943,1255.9465,61.53956,384.79962,541.8055,25.166515,18.216541,694.6755,737.6625,1823.6031,202.33275 +2023-10-11 09:00:00,0.0,10311.119,287.15,74.95962,82.1846,62.863407,290.5562,41.16485,77.16206,26.65152,45.83825,1523.2933,111.69441,25.576122,226.54561,0.5936779,0.46797353,39.31536,1.007839,0.10282699,695.5195,0.07110914,664.97156,96.61137,0.055333927,0.04351579,231.93462,34.604527,98.85663,127.155426,13405.207,0.112452924,2286.6477,2.6716864,0.09316588,0.15780273,0.17699619,242.49287,303.81027,24.839844,102.75504,39.8128,19.5016,1928.2227,2.0297878,74.91046,34.208084,440.8824,32.147984,448.43558,18.073256,89.06195,0.0,1134.8435,4707.0205,2.5810592,376.03394,60.344273,30274.664,50.161526,2.5762136,20.15192,45.44505,13.449917,3.4857323,22.4077,728.4828,297.70154,27.51278,2.084338,5.244044,161.11499,15.12279,253.80144,191.85725,2284.5142,618.7774,115.99147,153.00357,316.5105,5.3041778,7.8155274,19.934687,3.1540892,3.8021774,43.10331,55.229588,96.85309,27.552326,33.01893,70.34807,11.290245,3618.9758,27.244093,24.413307,19.500334,14.691253,213.03313,47.618687,24.409275,6.4435673,18.147556,26.377703,93.32652,197.52249,54.1127,196.6393,38.929985,24.95939,125.75823,79.45515,414.82675,86.870995,1.9208549,5.980242,6.12377,56.533882,11617.376,1.9179664,21.954643,51.029335,21.594969,203.65126,58.91774,109.89314,2.3506913,107.05494,439.2865,250.05196,88.0458,431.27237,47.191532,75.78098,123.562454,14.143364,2.46589,15.502959,737.80444,0.19540802,0.47063977,72.51847,12.145697,6.9970703,8.502926,16.162962,93.70441,33.82626,137.21075,698.0141,360.7203,2678.6152,2065.624,40.00486,71.16468,6067.463,11.883222,119.78982,682.60846,210.437,283.62732,119.12333,742.0161,745.312,482.77667,24.74424,154.2348,589.2252,1115.5176,62.241936,593.08673,79.38599,1.344949,50.55145,0.9864009,0.8572479,3.387985,40.558468,221.91927,70.75088,18.446909,884.9998,262.45227,151.99078,216.17741,55.074883,54.16734,29.98992,75.61905,27.236895,279.94415,132.45583,33.496025,34.428215,30.586693,68.244415,70.02534,10.170811,263.14502,74.123375,646.8643,25.018957,1254.7784,61.485596,384.9414,541.2569,25.147148,18.2116,694.1426,737.2701,1823.1877,202.61192 +2023-10-11 10:00:00,0.0,10301.215,286.8694,74.974,82.23196,62.86848,290.629,41.17624,77.20764,26.65464,45.861202,1522.3018,111.63966,25.580544,226.60373,0.59543097,0.4696265,39.335304,1.011462,0.10266475,695.9616,0.07106272,665.375,96.651695,0.055248104,0.04345835,232.17055,34.619312,99.00956,127.22196,13394.351,0.11273936,2287.5215,2.6802135,0.093361415,0.15805079,0.17746048,242.59258,303.902,24.850744,102.67675,39.81394,19.49248,1927.3168,2.032527,74.89522,34.186054,440.95172,32.14097,448.34134,18.055964,89.01853,0.0,1134.4636,4704.857,2.5772786,375.85284,60.283794,30261.203,50.1311,2.5729537,20.14511,45.432617,13.437531,3.4834414,22.401114,728.02264,297.43878,27.500204,2.081817,5.239229,161.02905,15.100945,253.7229,191.98119,2283.7366,618.95483,115.96789,152.97798,316.09918,5.3042397,7.81638,19.967524,3.1547441,3.807218,43.061047,55.183834,96.87284,27.536484,32.99418,70.31986,11.291442,3618.6182,27.23845,24.409946,19.496935,14.684589,212.97101,47.598038,24.401882,6.441944,18.136354,26.36031,93.27874,197.4134,54.06707,196.54791,38.899235,24.938534,125.70379,79.41862,414.32092,86.852066,1.9210432,5.9771504,6.1225405,56.484684,11604.786,1.9184884,21.936031,51.05867,21.585913,203.56697,58.90215,109.908165,2.352494,107.00988,439.36755,250.18608,87.97397,431.31015,47.216396,75.74768,123.50988,14.154011,2.4669824,15.5084915,737.4711,0.1960277,0.47127956,72.54262,12.143299,7.0007563,8.50604,16.16408,93.7553,33.806686,137.24532,698.1904,360.83456,2678.6025,2065.6348,39.98972,71.157646,6062.681,11.894549,119.74631,682.4758,210.349,283.51297,119.09139,741.6545,744.8595,482.73254,24.726574,154.16962,588.72687,1114.621,62.167797,592.29913,79.29141,1.3457174,50.551853,0.9867644,0.8580237,3.3915348,40.51027,221.89452,70.6815,18.449373,884.1075,262.18234,151.83871,215.93817,55.03072,54.16801,29.974285,75.50698,27.223791,279.68704,132.31165,33.490486,34.389763,30.55672,68.179306,69.93956,10.158521,262.9044,74.04689,646.3011,24.996971,1253.6102,61.431637,385.08316,540.7083,25.12778,18.206657,693.6096,736.8777,1822.7722,202.8911 +2023-10-11 11:00:00,0.0,10291.311,286.58875,74.98838,82.279305,62.873554,290.7018,41.18763,77.25322,26.65776,45.88416,1521.31,111.584915,25.584963,226.66185,0.597184,0.47127944,39.35525,1.015085,0.1025025,696.4038,0.071016304,665.77844,96.69202,0.05516228,0.043400913,232.40646,34.634098,99.16248,127.2885,13383.494,0.11302581,2288.395,2.6887403,0.09355695,0.15829885,0.17792477,242.69228,303.99374,24.861643,102.59846,39.815075,19.483358,1926.4108,2.035266,74.87997,34.16403,441.02103,32.133953,448.24713,18.03867,88.97512,0.0,1134.0837,4702.693,2.5734978,375.67172,60.223316,30247.74,50.100674,2.5696936,20.1383,45.42018,13.425145,3.4811504,22.394527,727.56244,297.17606,27.487629,2.0792959,5.2344146,160.9431,15.079101,253.64435,192.1051,2282.959,619.13226,115.94431,152.95241,315.6879,5.3043013,7.817232,20.000359,3.155399,3.8122587,43.018784,55.13808,96.8926,27.52064,32.96943,70.29165,11.292639,3618.2607,27.232805,24.406586,19.493536,14.677926,212.90889,47.577393,24.39449,6.440321,18.125153,26.342915,93.23096,197.30432,54.02144,196.45653,38.868484,24.917675,125.64935,79.382095,413.8151,86.833145,1.9212313,5.974059,6.1213107,56.43549,11592.195,1.9190103,21.917421,51.088005,21.576859,203.4827,58.88656,109.92319,2.3542964,106.96482,439.44858,250.32022,87.90214,431.34796,47.241264,75.71438,123.45731,14.164658,2.4680746,15.514024,737.1379,0.19664736,0.47191936,72.566765,12.140901,7.0044427,8.509153,16.1652,93.8062,33.787113,137.27988,698.3668,360.94882,2678.5896,2065.6453,39.97458,71.150604,6057.9,11.905877,119.70279,682.34314,210.26099,283.39862,119.059456,741.29285,744.407,482.6884,24.708908,154.10443,588.2285,1113.7244,62.093655,591.51154,79.196846,1.3464859,50.552254,0.9871279,0.8587995,3.3950849,40.46207,221.86978,70.61214,18.451838,883.21515,261.9124,151.68665,215.69893,54.986557,54.168682,29.958649,75.39492,27.210686,279.42993,132.16745,33.48495,34.35131,30.526747,68.11419,69.85378,10.146231,262.66373,73.970406,645.7378,24.974987,1252.4421,61.377674,385.22495,540.1597,25.108414,18.201715,693.0767,736.4853,1822.3567,203.17027 +2023-10-11 12:00:00,0.0,10281.405,286.3081,75.00276,82.32665,62.878628,290.7746,41.19902,77.29879,26.66088,45.907112,1520.3185,111.53017,25.589382,226.71996,0.5989371,0.47293243,39.375195,1.018708,0.10234026,696.84595,0.070969895,666.1819,96.73234,0.05507646,0.043343473,232.6424,34.648884,99.315414,127.355034,13372.639,0.113312244,2289.2686,2.6972673,0.09375248,0.15854691,0.17838906,242.79198,304.08548,24.872543,102.520164,39.816208,19.474237,1925.5048,2.038005,74.864716,34.142,441.09033,32.126934,448.15292,18.021376,88.9317,0.0,1133.7037,4700.529,2.5697172,375.49063,60.162838,30234.28,50.070244,2.5664337,20.131489,45.407753,13.41276,3.4788594,22.387941,727.10223,296.9133,27.475054,2.076775,5.2296,160.85716,15.057256,253.5658,192.22903,2282.1814,619.30963,115.92073,152.92682,315.2766,5.3043633,7.8180842,20.033195,3.156054,3.8172994,42.97652,55.092327,96.91236,27.504797,32.94468,70.26344,11.293837,3617.9033,27.22716,24.403225,19.490139,14.671262,212.84677,47.556744,24.387096,6.438698,18.11395,26.325521,93.183174,197.19525,53.975807,196.36514,38.837738,24.896818,125.59492,79.345566,413.30927,86.814224,1.9214195,5.970968,6.120081,56.38629,11579.605,1.9195323,21.89881,51.11734,21.567802,203.39842,58.870968,109.93821,2.3560991,106.91976,439.52963,250.45436,87.8303,431.38574,47.26613,75.681076,123.40474,14.175305,2.469167,15.519556,736.80457,0.19726703,0.47255912,72.59091,12.138502,7.008129,8.512268,16.166317,93.8571,33.76754,137.31444,698.5432,361.06305,2678.577,2065.656,39.95944,71.14357,6053.1187,11.917205,119.65927,682.2105,210.17299,283.28427,119.02753,740.93115,743.9544,482.64426,24.691244,154.03925,587.7302,1112.8279,62.019512,590.72394,79.10228,1.3472543,50.552658,0.98749137,0.85957533,3.3986347,40.41387,221.84503,70.54277,18.454302,882.3228,261.64246,151.53456,215.45967,54.942394,54.169353,29.943012,75.28285,27.19758,279.17282,132.02327,33.479412,34.31286,30.496773,68.04908,69.768005,10.133941,262.4231,73.89392,645.1745,24.953001,1251.2739,61.323715,385.3667,539.61115,25.089048,18.196774,692.54376,736.0929,1821.9412,203.44943 +2023-10-11 13:00:00,0.0,10271.501,286.0275,75.01714,82.37401,62.8837,290.84738,41.21041,77.34437,26.664,45.930065,1519.3269,111.47542,25.593803,226.77808,0.6006902,0.47458538,39.39514,1.022331,0.102178015,697.28815,0.07092348,666.5853,96.77266,0.054990638,0.043286033,232.87833,34.66367,99.46834,127.42157,13361.782,0.11359869,2290.142,2.705794,0.093948014,0.15879497,0.17885335,242.8917,304.17725,24.883442,102.44187,39.817345,19.465117,1924.5988,2.040744,74.84947,34.119972,441.1596,32.11992,448.05872,18.004084,88.88829,0.0,1133.3237,4698.365,2.5659363,375.3095,60.10236,30220.816,50.039818,2.5631735,20.12468,45.39532,13.400374,3.4765685,22.381355,726.6421,296.65057,27.462479,2.074254,5.2247853,160.77122,15.035411,253.48724,192.35295,2281.4038,619.48706,115.89715,152.90123,314.86533,5.304425,7.8189363,20.066032,3.156709,3.8223398,42.934258,55.046577,96.93212,27.488955,32.91993,70.23523,11.295033,3617.5457,27.221516,24.399866,19.48674,14.664598,212.78467,47.536095,24.379704,6.4370747,18.102749,26.308126,93.13539,197.08617,53.930172,196.27376,38.806988,24.87596,125.54048,79.309044,412.80344,86.7953,1.9216076,5.9678764,6.118851,56.337093,11567.015,1.9200542,21.8802,51.146675,21.558748,203.31415,58.855377,109.95323,2.3579016,106.874695,439.6107,250.5885,87.75847,431.42352,47.290993,75.64778,123.352165,14.185952,2.4702594,15.525088,736.4713,0.19788669,0.47319892,72.61506,12.136104,7.0118155,8.515382,16.167437,93.908,33.747967,137.349,698.7196,361.1773,2678.564,2065.6667,39.944298,71.136536,6048.3374,11.928533,119.61576,682.0779,210.08499,283.16992,118.99559,740.5695,743.5019,482.6001,24.673578,153.97406,587.2319,1111.9313,61.94537,589.93634,79.00771,1.3480227,50.55306,0.9878549,0.8603512,3.4021845,40.365673,221.8203,70.473404,18.456766,881.4305,261.37253,151.38249,215.22043,54.89823,54.17003,29.927376,75.170784,27.184475,278.9157,131.87909,33.473877,34.274406,30.4668,67.98397,69.682236,10.121651,262.18246,73.81744,644.61127,24.931015,1250.1058,61.269756,385.50848,539.06256,25.069681,18.191832,692.01086,735.7005,1821.5258,203.7286 +2023-10-11 14:00:00,0.0,10261.597,285.74686,75.031525,82.42136,62.888775,290.9202,41.2218,77.389946,26.66712,45.953022,1518.3352,111.42067,25.598223,226.83618,0.6024433,0.47623837,39.415085,1.025954,0.10201577,697.7303,0.07087706,666.98883,96.81299,0.054904815,0.043228593,233.11424,34.67845,99.62127,127.488106,13350.927,0.11388513,2291.0156,2.7143211,0.09414355,0.15904303,0.17931762,242.9914,304.26898,24.894342,102.36358,39.81848,19.455996,1923.6929,2.0434833,74.83422,34.097942,441.22894,32.112904,447.9645,17.98679,88.84487,0.0,1132.9438,4696.201,2.5621557,375.12842,60.04188,30207.355,50.00939,2.5599136,20.117868,45.38289,13.387988,3.4742775,22.37477,726.1819,296.38782,27.449903,2.071733,5.2199707,160.68529,15.013566,253.4087,192.47688,2280.6265,619.6645,115.87357,152.87564,314.45404,5.3044868,7.819789,20.098867,3.157364,3.8273804,42.891994,55.00082,96.95187,27.47311,32.89518,70.20702,11.29623,3617.1882,27.215872,24.396505,19.483341,14.657935,212.72255,47.515446,24.372313,6.435452,18.091547,26.290733,93.08761,196.97708,53.88454,196.18236,38.776237,24.855103,125.486046,79.272514,412.2976,86.776375,1.9217958,5.964785,6.117621,56.287895,11554.425,1.9205762,21.861588,51.176006,21.549694,203.22986,58.839787,109.968254,2.3597043,106.829636,439.6917,250.72263,87.68664,431.46133,47.31586,75.61448,123.2996,14.196599,2.4713519,15.530621,736.138,0.19850636,0.4738387,72.63921,12.133706,7.015502,8.5184965,16.168554,93.95889,33.728394,137.38356,698.896,361.29156,2678.5513,2065.6775,39.929153,71.1295,6043.556,11.93986,119.57224,681.9452,209.99698,283.05557,118.96365,740.2079,743.0494,482.55597,24.655914,153.90886,586.7335,1111.0347,61.87123,589.14874,78.91315,1.3487911,50.553463,0.98821837,0.861127,3.4057343,40.317474,221.79555,70.40404,18.45923,880.5381,261.1026,151.23042,214.98119,54.85407,54.1707,29.91174,75.05872,27.171371,278.6586,131.73491,33.468338,34.235954,30.436827,67.91886,69.59646,10.109361,261.94183,73.74095,644.048,24.909029,1248.9376,61.215794,385.65024,538.514,25.050314,18.18689,691.4779,735.3081,1821.1102,204.00778 +2023-10-11 15:00:00,0.0,10251.692,285.46622,75.045906,82.46871,62.89385,290.99298,41.233192,77.43552,26.67024,45.975975,1517.3436,111.36592,25.602642,226.8943,0.6041963,0.47789133,39.43503,1.0295769,0.10185353,698.1724,0.07083064,667.3923,96.85331,0.05481899,0.043171156,233.35017,34.693237,99.77419,127.55464,13340.07,0.11417157,2291.8892,2.7228482,0.09433908,0.15929109,0.17978191,243.0911,304.36072,24.905243,102.285286,39.819614,19.446875,1922.7869,2.0462224,74.81897,34.075916,441.29825,32.10589,447.8703,17.969498,88.80146,0.0,1132.564,4694.0376,2.558375,374.94733,59.981403,30193.895,49.978962,2.5566535,20.11106,45.37046,13.375603,3.4719865,22.368183,725.72174,296.12506,27.437328,2.0692122,5.215156,160.59935,14.991721,253.33015,192.6008,2279.8489,619.8419,115.84999,152.85005,314.04276,5.3045483,7.820641,20.131704,3.1580188,3.832421,42.84973,54.95507,96.971634,27.457268,32.87043,70.17881,11.297428,3616.8306,27.210228,24.393145,19.479942,14.651271,212.66043,47.494797,24.36492,6.433829,18.080345,26.273338,93.039825,196.868,53.83891,196.09097,38.745487,24.834244,125.43161,79.23599,411.7918,86.757454,1.921984,5.9616933,6.116391,56.2387,11541.835,1.9210981,21.842976,51.20534,21.540638,203.14558,58.824192,109.98328,2.3615067,106.78458,439.77277,250.85677,87.6148,431.4991,47.340725,75.58118,123.247025,14.207247,2.4724443,15.536153,735.80475,0.19912602,0.47447848,72.66336,12.131308,7.0191884,8.52161,16.169672,94.00979,33.70882,137.41812,699.0724,361.4058,2678.5383,2065.6882,39.914013,71.12246,6038.775,11.951187,119.52873,681.81256,209.90898,282.94122,118.93172,739.84625,742.5968,482.5118,24.638248,153.84367,586.2352,1110.1381,61.79709,588.36115,78.81858,1.3495597,50.553864,0.9885819,0.86190283,3.409284,40.269276,221.77081,70.33467,18.461693,879.64575,260.83264,151.07834,214.74193,54.809906,54.17137,29.896103,74.946655,27.158266,278.4015,131.59073,33.462803,34.197502,30.406855,67.853745,69.51068,10.097071,261.7012,73.66447,643.4847,24.887043,1247.7695,61.161835,385.79202,537.9654,25.030947,18.181948,690.945,734.9157,1820.6947,204.28696 +2023-10-11 16:00:00,0.0,10241.788,285.1856,75.06029,82.51606,62.898922,291.06577,41.244583,77.481094,26.673359,45.998928,1516.352,111.31117,25.607063,226.95242,0.6059494,0.47954428,39.454975,1.0331999,0.10169128,698.6146,0.070784226,667.7957,96.89363,0.05473317,0.043113716,233.5861,34.708023,99.927124,127.62118,13329.214,0.11445801,2292.7627,2.731375,0.09453461,0.15953915,0.1802462,243.1908,304.45245,24.916142,102.206985,39.82075,19.437754,1921.8809,2.0489614,74.80373,34.05389,441.36755,32.09887,447.7761,17.952204,88.75804,0.0,1132.1841,4691.8735,2.5545943,374.7662,59.920925,30180.432,49.948536,2.5533936,20.10425,45.35803,13.363217,3.4696956,22.361597,725.26154,295.86234,27.424755,2.0666912,5.210342,160.51341,14.969876,253.2516,192.72473,2279.0713,620.01935,115.826416,152.82446,313.63144,5.3046103,7.821493,20.164541,3.1586738,3.8374617,42.80747,54.909313,96.991394,27.441423,32.84568,70.150604,11.298625,3616.4731,27.204582,24.389786,19.476543,14.644608,212.59831,47.47415,24.357527,6.4322057,18.069143,26.255945,92.99204,196.75891,53.793278,195.99959,38.714737,24.813387,125.37717,79.19946,411.28598,86.73853,1.9221722,5.958602,6.1151614,56.189503,11529.244,1.9216201,21.824366,51.234676,21.531584,203.06131,58.8086,109.9983,2.3633094,106.73952,439.85382,250.9909,87.54297,431.5369,47.365593,75.547874,123.19446,14.217894,2.4735367,15.541685,735.47144,0.19974568,0.47511828,72.68751,12.128909,7.022875,8.524724,16.170792,94.06069,33.689247,137.45268,699.2488,361.52005,2678.5256,2065.699,39.898872,71.115425,6033.9937,11.962515,119.485214,681.6799,209.82097,282.82687,118.89979,739.48456,742.1443,482.46768,24.620583,153.77849,585.7369,1109.2415,61.722946,587.57355,78.72401,1.3503281,50.554264,0.98894536,0.86267865,3.4128342,40.221077,221.74606,70.265305,18.464157,878.7534,260.5627,150.92627,214.50269,54.765743,54.172043,29.880466,74.834595,27.14516,278.14435,131.44655,33.457264,34.15905,30.37688,67.788635,69.42491,10.08478,261.46054,73.58798,642.9214,24.865057,1246.6014,61.107872,385.93378,537.4168,25.01158,18.177006,690.41205,734.5233,1820.2793,204.56612 +2023-10-11 17:00:00,0.0,10231.884,284.90497,75.07467,82.563416,62.904,291.13858,41.255974,77.52667,26.67648,46.021885,1515.3604,111.256424,25.611483,227.01053,0.6077025,0.48119727,39.474922,1.0368229,0.10152904,699.05676,0.07073781,668.19916,96.93395,0.05464735,0.043056276,233.82202,34.72281,100.08005,127.68771,13318.358,0.114744455,2293.6365,2.739902,0.094730146,0.15978721,0.1807105,243.2905,304.5442,24.927042,102.12869,39.821888,19.428633,1920.9749,2.0517006,74.788475,34.03186,441.4369,32.091854,447.6819,17.934912,88.71463,0.0,1131.8041,4689.7095,2.5508134,374.5851,59.860447,30166.97,49.91811,2.5501335,20.097439,45.345596,13.350831,3.4674044,22.355011,724.8014,295.59958,27.41218,2.0641701,5.2055273,160.42747,14.948031,253.17305,192.84865,2278.2937,620.1968,115.80284,152.79887,313.22015,5.304672,7.8223457,20.197376,3.1593287,3.842502,42.765205,54.863564,97.011154,27.425581,32.82093,70.12239,11.299823,3616.1155,27.198938,24.386425,19.473145,14.637944,212.5362,47.453503,24.350134,6.4305825,18.057941,26.23855,92.94426,196.64983,53.747646,195.9082,38.68399,24.792528,125.32273,79.16294,410.78015,86.719604,1.9223603,5.9555106,6.1139317,56.140305,11516.654,1.922142,21.805754,51.26401,21.522528,202.97704,58.79301,110.01332,2.3651118,106.69446,439.93484,251.12503,87.47114,431.5747,47.390457,75.51457,123.141884,14.22854,2.4746292,15.547216,735.1382,0.20036535,0.47575805,72.711655,12.126511,7.026561,8.527839,16.17191,94.11159,33.669674,137.48724,699.4252,361.6343,2678.5127,2065.7095,39.88373,71.10839,6029.2124,11.973843,119.4417,681.54724,209.73297,282.71252,118.86785,739.1229,741.6918,482.42352,24.602919,153.7133,585.2385,1108.3448,61.648804,586.78595,78.62944,1.3510965,50.55467,0.9893089,0.86345446,3.416384,40.17288,221.72133,70.19594,18.466621,877.8611,260.2928,150.7742,214.26344,54.72158,54.172714,29.86483,74.72253,27.132057,277.88724,131.30237,33.45173,34.120598,30.346909,67.723526,69.339134,10.07249,261.2199,73.5115,642.35815,24.843073,1245.4332,61.053913,386.07556,536.8682,24.992212,18.172064,689.87915,734.1309,1819.8638,204.84529 +2023-10-11 18:00:00,0.0,10221.9795,284.62433,75.08905,82.61076,62.909073,291.21136,41.267365,77.57224,26.6796,46.044838,1514.3688,111.201675,25.615902,227.06865,0.6094556,0.48285022,39.494865,1.0404459,0.101366796,699.49896,0.0706914,668.6026,96.97428,0.054561526,0.042998835,234.05795,34.737595,100.23298,127.75425,13307.502,0.11503089,2294.51,2.7484288,0.09492568,0.16003527,0.18117478,243.3902,304.63593,24.93794,102.0504,39.823025,19.419512,1920.069,2.0544395,74.773224,34.009834,441.50616,32.08484,447.58765,17.917618,88.67121,0.0,1131.4242,4687.546,2.5470328,374.404,59.79997,30153.508,49.88768,2.5468736,20.09063,45.33316,13.338446,3.4651134,22.348425,724.3412,295.33682,27.399605,2.0616493,5.2007127,160.34154,14.926187,253.09451,192.97258,2277.516,620.37415,115.77926,152.77328,312.80887,5.3047333,7.823198,20.230213,3.1599836,3.8475428,42.722942,54.81781,97.03091,27.409737,32.79618,70.094185,11.30102,3615.758,27.193295,24.383064,19.469746,14.63128,212.47408,47.432854,24.342741,6.4289594,18.04674,26.221157,92.89648,196.54074,53.702015,195.8168,38.65324,24.771671,125.268295,79.12641,410.27432,86.70068,1.9225485,5.9524193,6.112702,56.091106,11504.063,1.922664,21.787144,51.293346,21.513474,202.89275,58.77742,110.02835,2.3669145,106.6494,440.0159,251.25917,87.3993,431.6125,47.41532,75.48127,123.08931,14.239188,2.4757216,15.552749,734.8049,0.20098501,0.47639784,72.7358,12.124113,7.030247,8.530952,16.173029,94.16248,33.6501,137.5218,699.60156,361.74854,2678.5,2065.7202,39.86859,71.10136,6024.431,11.98517,119.398186,681.41455,209.64496,282.59818,118.835915,738.7613,741.23926,482.3794,24.585253,153.64812,584.74023,1107.4484,61.574665,585.99835,78.534874,1.3518649,50.55507,0.98967236,0.86423033,3.4199338,40.12468,221.69658,70.126564,18.469086,876.96875,260.02283,150.62212,214.0242,54.677418,54.173386,29.849195,74.61046,27.118952,277.63013,131.15819,33.44619,34.082146,30.316935,67.65841,69.25336,10.0602,260.97928,73.43501,641.79486,24.821087,1244.2651,60.999954,386.21732,536.3196,24.972845,18.167122,689.3462,733.7385,1819.4482,205.12447 +2023-10-11 19:00:00,0.0,10212.075,284.3437,75.10343,82.65811,62.914146,291.28415,41.278755,77.61782,26.68272,46.06779,1513.3772,111.14693,25.620323,227.12675,0.6112087,0.48450318,39.514812,1.0440689,0.10120455,699.9411,0.07064498,669.00604,97.0146,0.054475702,0.0429414,234.29388,34.752377,100.3859,127.820786,13296.646,0.11531734,2295.3835,2.7569559,0.09512121,0.16028334,0.18163908,243.48991,304.7277,24.948841,101.97211,39.824158,19.41039,1919.163,2.0571787,74.75798,33.987804,441.57547,32.077824,447.49344,17.900324,88.6278,0.0,1131.0443,4685.382,2.543252,374.2229,59.73949,30140.047,49.857254,2.5436134,20.083818,45.320732,13.326059,3.4628224,22.341839,723.881,295.0741,27.38703,2.0591283,5.195898,160.25558,14.904342,253.01596,193.09651,2276.7385,620.5516,115.75568,152.7477,312.39758,5.3047953,7.82405,20.263048,3.1606386,3.8525834,42.68068,54.772057,97.05067,27.393894,32.77143,70.06598,11.302217,3615.4006,27.187649,24.379704,19.466347,14.624617,212.41197,47.412205,24.33535,6.427336,18.035538,26.203762,92.848694,196.43166,53.656384,195.72542,38.62249,24.750813,125.21386,79.08989,409.7685,86.68176,1.9227366,5.949328,6.111472,56.041912,11491.474,1.923186,21.768532,51.32268,21.504417,202.80847,58.76183,110.04337,2.368717,106.60433,440.09695,251.39331,87.32747,431.65027,47.44019,75.44797,123.03674,14.249835,2.476814,15.558281,734.4716,0.20160468,0.4770376,72.75995,12.121715,7.0339336,8.534066,16.174147,94.21338,33.630527,137.55637,699.77795,361.8628,2678.487,2065.731,39.85345,71.094315,6019.65,11.996498,119.35467,681.2819,209.55696,282.48383,118.803986,738.39966,740.7867,482.33524,24.567589,153.58293,584.2419,1106.5518,61.500523,585.21075,78.44031,1.3526334,50.555473,0.9900359,0.86500615,3.4234836,40.07648,221.67184,70.0572,18.47155,876.0764,259.7529,150.47005,213.78494,54.633255,54.17406,29.833559,74.4984,27.105846,277.37302,131.014,33.440655,34.043694,30.286963,67.5933,69.16758,10.04791,260.73865,73.35853,641.23157,24.7991,1243.0969,60.94599,386.3591,535.771,24.95348,18.16218,688.8133,733.3461,1819.0327,205.40364 +2023-10-11 20:00:00,0.0,10202.171,284.06308,75.11781,82.70547,62.91922,291.35693,41.290146,77.6634,26.685839,46.090748,1512.3855,111.09218,25.624743,227.18488,0.6129617,0.48615617,39.534756,1.047692,0.10104231,700.3833,0.070598565,669.4095,97.054924,0.05438988,0.04288396,234.5298,34.767162,100.53883,127.88732,13285.79,0.115603775,2296.257,2.7654827,0.095316745,0.1605314,0.18210337,243.58961,304.81943,24.959742,101.893814,39.825294,19.40127,1918.257,2.0599177,74.74273,33.96578,441.64478,32.070805,447.39923,17.883032,88.58438,0.0,1130.6643,4683.218,2.5394714,374.04178,59.679012,30126.586,49.826828,2.5403535,20.07701,45.3083,13.313674,3.4605315,22.335253,723.42084,294.81134,27.374454,2.0566072,5.1910834,160.16965,14.882497,252.93741,193.22043,2275.961,620.729,115.7321,152.7221,311.9863,5.304857,7.8249025,20.295885,3.1612935,3.8576238,42.638416,54.726303,97.07043,27.378052,32.74668,70.037766,11.303414,3615.043,27.182005,24.376345,19.462948,14.617953,212.34985,47.391556,24.327957,6.4257135,18.024336,26.186369,92.80091,196.32257,53.610752,195.63403,38.59174,24.729956,125.159424,79.05336,409.26266,86.66284,1.9229249,5.9462366,6.110242,55.992714,11478.884,1.923708,21.749922,51.352016,21.495363,202.7242,58.746235,110.058395,2.3705196,106.55927,440.17798,251.52745,87.25564,431.68808,47.465054,75.414665,122.98417,14.260483,2.4779065,15.563813,734.1383,0.20222436,0.4776774,72.7841,12.119316,7.03762,8.537181,16.175264,94.26428,33.610954,137.59093,699.95435,361.97705,2678.4744,2065.7417,39.838306,71.08728,6014.8687,12.007826,119.31116,681.14923,209.46895,282.36948,118.77205,738.03796,740.33417,482.2911,24.549923,153.51773,583.7435,1105.6552,61.42638,584.4231,78.34574,1.3534018,50.555874,0.99039936,0.86578196,3.4270334,40.028282,221.6471,69.98783,18.474014,875.1841,259.48297,150.31798,213.5457,54.589092,54.174732,29.817923,74.38633,27.092741,277.1159,130.86981,33.435116,34.00524,30.256989,67.52819,69.08181,10.03562,260.498,73.28204,640.66833,24.777115,1241.9288,60.892033,386.50085,535.2224,24.934113,18.157238,688.28033,732.95374,1818.6173,205.6828 +2023-10-11 21:00:00,0.0,10192.267,283.78244,75.1322,82.752815,62.924294,291.42975,41.301537,77.70897,26.68896,46.1137,1511.3939,111.03743,25.629162,227.243,0.6147148,0.48780912,39.554703,1.0513148,0.100880064,700.82544,0.07055215,669.813,97.095245,0.05430406,0.04282652,234.76573,34.781948,100.69176,127.95386,13274.935,0.11589022,2297.1306,2.7740097,0.09551228,0.16077946,0.18256766,243.68932,304.91116,24.97064,101.81552,39.82643,19.392149,1917.3511,2.0626569,74.72748,33.94375,441.7141,32.06379,447.30502,17.865738,88.54097,0.0,1130.2844,4681.054,2.5356905,373.8607,59.618534,30113.123,49.7964,2.5370934,20.0702,45.295868,13.301289,3.4582405,22.328667,722.96063,294.5486,27.36188,2.0540862,5.186269,160.08371,14.860652,252.85886,193.34436,2275.1833,620.90643,115.70852,152.69652,311.575,5.304919,7.8257546,20.328722,3.1619484,3.8626645,42.596153,54.68055,97.09018,27.362207,32.72193,70.00956,11.304611,3614.6855,27.176361,24.372984,19.45955,14.611289,212.28773,47.37091,24.320564,6.4240904,18.013134,26.168974,92.75313,196.2135,53.56512,195.54265,38.56099,24.709097,125.10499,79.01684,408.75684,86.64391,1.923113,5.9431453,6.109012,55.943516,11466.293,1.9242299,21.73131,51.38135,21.48631,202.63992,58.730644,110.07342,2.372322,106.51421,440.25903,251.66158,87.1838,431.72586,47.489918,75.38137,122.931595,14.27113,2.478999,15.569345,733.80505,0.20284402,0.4783172,72.80825,12.116919,7.0413065,8.540295,16.176384,94.31518,33.59138,137.62549,700.1307,362.09128,2678.4614,2065.7524,39.823166,71.080246,6010.087,12.019154,119.26764,681.0166,209.38095,282.25516,118.74011,737.67633,739.88165,482.24695,24.532257,153.45255,583.24524,1104.7585,61.352238,583.6355,78.251175,1.3541703,50.55628,0.9907629,0.8665578,3.4305835,39.980083,221.62236,69.918465,18.476479,874.2917,259.21304,150.16591,213.30646,54.54493,54.175404,29.802286,74.27426,27.079638,276.8588,130.72563,33.42958,33.96679,30.227016,67.46308,68.99603,10.02333,260.25735,73.20556,640.10504,24.755129,1240.7606,60.838074,386.64264,534.6738,24.914745,18.152298,687.74744,732.56134,1818.2018,205.96198 +2023-10-11 22:00:00,0.0,10182.362,283.5018,75.14658,82.80017,62.929367,291.50253,41.312927,77.75455,26.69208,46.136654,1510.4023,110.98268,25.633583,227.3011,0.6164679,0.4894621,39.574646,1.0549378,0.10071782,701.26764,0.07050573,670.21643,97.135574,0.054218236,0.04276908,235.00166,34.796734,100.84468,128.0204,13264.078,0.11617666,2298.0042,2.7825367,0.09570781,0.16102752,0.18303195,243.78902,305.0029,24.98154,101.73723,39.827568,19.383028,1916.4451,2.0653958,74.712234,33.921722,441.7834,32.056774,447.21082,17.848446,88.49755,0.0,1129.9045,4678.89,2.53191,373.67957,59.558056,30099.662,49.765972,2.5338335,20.063389,45.283436,13.288902,3.4559495,22.32208,722.5005,294.28586,27.349304,2.0515654,5.181454,159.99777,14.838807,252.78032,193.46828,2274.406,621.08386,115.68494,152.67093,311.1637,5.3049803,7.8266068,20.361557,3.1626034,3.867705,42.55389,54.634796,97.10994,27.346365,32.69718,69.981346,11.305808,3614.328,27.170717,24.369623,19.456152,14.604626,212.22562,47.35026,24.313171,6.422467,18.001932,26.15158,92.705345,196.10442,53.51949,195.45126,38.530243,24.68824,125.050545,78.98031,408.251,86.62499,1.9233012,5.9400535,6.1077824,55.894318,11453.703,1.9247518,21.712698,51.410686,21.477253,202.55563,58.715054,110.08844,2.3741248,106.469154,440.3401,251.79572,87.11197,431.76364,47.514786,75.34807,122.87903,14.281776,2.4800913,15.574878,733.47174,0.20346369,0.47895697,72.8324,12.11452,7.044993,8.543408,16.177502,94.36607,33.571808,137.66005,700.30707,362.20554,2678.4487,2065.7632,39.808025,71.07321,6005.3057,12.030481,119.22413,680.884,209.29295,282.1408,118.708176,737.3147,739.42914,482.2028,24.514593,153.38736,582.7469,1103.8619,61.2781,582.8479,78.1566,1.3549387,50.55668,0.9911264,0.8673336,3.4341333,39.931885,221.59761,69.8491,18.478943,873.39935,258.94308,150.01382,213.0672,54.500767,54.176075,29.78665,74.1622,27.066532,276.60168,130.58145,33.42404,33.928337,30.197042,67.397964,68.910255,10.01104,260.01672,73.129074,639.54175,24.733143,1239.5925,60.78411,386.78442,534.12524,24.895378,18.147356,687.2145,732.16895,1817.7863,206.24115 +2023-10-11 23:00:00,0.0,10172.458,283.2212,75.160965,82.84752,62.93444,291.57532,41.324318,77.800125,26.6952,46.159607,1509.4106,110.92793,25.638002,227.35922,0.618221,0.49111506,39.594593,1.0585608,0.10055558,701.7098,0.07045932,670.6199,97.175896,0.054132413,0.04271164,235.23758,34.811516,100.99761,128.08693,13253.222,0.1164631,2298.8777,2.7910635,0.095903344,0.16127558,0.18349624,243.88872,305.09464,24.99244,101.658936,39.8287,19.373907,1915.5391,2.068135,74.69698,33.899693,441.8527,32.04976,447.1166,17.831152,88.45414,0.0,1129.5245,4676.7266,2.528129,373.49847,59.497578,30086.201,49.735546,2.5305734,20.05658,45.271004,13.276517,3.4536586,22.315495,722.0403,294.0231,27.33673,2.0490444,5.1766396,159.91183,14.816962,252.70177,193.59221,2273.6284,621.2613,115.66136,152.64534,310.7524,5.3050423,7.827459,20.394394,3.1632583,3.8727458,42.511627,54.589043,97.1297,27.33052,32.672432,69.95314,11.307006,3613.9705,27.165071,24.366264,19.452753,14.597962,212.1635,47.329613,24.30578,6.420844,17.99073,26.134186,92.65756,195.99533,53.473858,195.35986,38.499493,24.667381,124.99611,78.94379,407.74518,86.60607,1.9234893,5.936962,6.1065526,55.845123,11441.113,1.9252738,21.694088,51.44002,21.468199,202.47136,58.699463,110.10346,2.3759272,106.424095,440.4211,251.92986,87.04014,431.80145,47.53965,75.314766,122.826454,14.292424,2.4811838,15.58041,733.1385,0.20408335,0.47959676,72.856544,12.112122,7.0486794,8.546523,16.178621,94.41697,33.552235,137.6946,700.4834,362.3198,2678.4358,2065.7737,39.792885,71.06617,6000.5244,12.041809,119.18061,680.7513,209.20494,282.02646,118.67625,736.95306,738.97656,482.15866,24.496927,153.32217,582.24854,1102.9653,61.203957,582.0603,78.062035,1.3557072,50.557083,0.9914899,0.8681094,3.437683,39.883682,221.57288,69.77973,18.481407,872.507,258.67316,149.86176,212.82796,54.456604,54.176746,29.771013,74.05013,27.053427,276.34457,130.43727,33.418507,33.889885,30.167068,67.332855,68.824486,9.99875,259.7761,73.05259,638.9785,24.711159,1238.4243,60.730152,386.92618,533.57666,24.87601,18.142414,686.6816,731.77655,1817.3708,206.52031 +2023-10-12 00:00:00,0.0,10162.554,282.94055,75.17535,82.894875,62.939514,291.64813,41.33571,77.845695,26.698318,46.182564,1508.4191,110.873184,25.642422,227.41734,0.619974,0.49276802,39.614536,1.0621839,0.100393325,702.1519,0.070412904,671.0233,97.21622,0.05404659,0.0426542,235.47351,34.8263,101.150536,128.15347,13242.366,0.11674954,2299.7515,2.7995906,0.09609887,0.16152364,0.18396053,243.98842,305.1864,25.00334,101.58064,39.829838,19.364786,1914.633,2.070874,74.68173,33.877666,441.922,32.042744,447.0224,17.813858,88.41072,0.0,1129.1447,4674.5625,2.5243485,373.31738,59.4371,30072.738,49.705116,2.5273135,20.049768,45.258575,13.264132,3.4513676,22.308908,721.58014,293.76038,27.324154,2.0465233,5.171825,159.8259,14.795116,252.62321,193.71613,2272.8508,621.43866,115.63778,152.61975,310.34113,5.305104,7.8283114,20.427229,3.1639132,3.8777862,42.469368,54.543293,97.14946,27.314678,32.647682,69.92493,11.308203,3613.6128,27.159428,24.362904,19.449354,14.591298,212.10138,47.308964,24.298388,6.419221,17.979528,26.116793,92.60978,195.88625,53.428226,195.26848,38.468742,24.646524,124.94167,78.90726,407.23935,86.58714,1.9236776,5.933871,6.105323,55.795925,11428.522,1.9257957,21.675476,51.469357,21.459143,202.38708,58.683872,110.118484,2.37773,106.379036,440.50217,252.06398,86.9683,431.83923,47.564518,75.28146,122.77389,14.303071,2.4822762,15.585942,732.8052,0.20470302,0.48023656,72.88069,12.109723,7.0523653,8.549637,16.179739,94.467865,33.53266,137.72916,700.6598,362.43402,2678.423,2065.7844,39.777744,71.059135,5995.743,12.053136,119.1371,680.61865,209.11694,281.9121,118.64431,736.5914,738.52405,482.1145,24.479261,153.25699,581.75024,1102.0688,61.129814,581.2727,77.96747,1.3564756,50.557484,0.9918534,0.8688853,3.441233,39.835484,221.54813,69.710365,18.483871,871.6147,258.40323,149.70969,212.58871,54.41244,54.177418,29.755377,73.938065,27.040323,276.08746,130.29309,33.412968,33.851433,30.137096,67.267746,68.73871,9.98646,259.53546,72.976105,638.4152,24.689173,1237.2562,60.67619,387.06796,533.0281,24.856644,18.137472,686.1486,731.38416,1816.9553,206.79948 +2023-10-12 01:00:00,0.0,10152.649,282.6599,75.18973,82.94222,62.944588,291.72092,41.3471,77.89127,26.701439,46.205517,1507.4275,110.818436,25.646843,227.47545,0.6217271,0.494421,39.634483,1.0658069,0.10023108,702.5941,0.07036649,671.42676,97.25654,0.05396077,0.04259676,235.70944,34.841087,101.30347,128.22,13231.51,0.117035985,2300.625,2.8081174,0.0962944,0.1617717,0.18442482,244.08813,305.27814,25.01424,101.50235,39.830975,19.355665,1913.7272,2.0736132,74.66649,33.855637,441.99133,32.035725,446.9282,17.796566,88.36731,0.0,1128.7648,4672.3984,2.5205677,373.13626,59.37662,30059.277,49.67469,2.5240533,20.04296,45.24614,13.251745,3.4490767,22.302322,721.11993,293.49762,27.311579,2.0440025,5.1670103,159.73996,14.773272,252.54466,193.84006,2272.0732,621.6161,115.6142,152.59416,309.92984,5.305166,7.8291636,20.460066,3.1645682,3.8828268,42.427105,54.497536,97.16921,27.298836,32.622932,69.89672,11.3094,3613.2554,27.153784,24.359543,19.445955,14.584635,212.03928,47.288315,24.290995,6.417598,17.968327,26.099398,92.562,195.77716,53.38259,195.1771,38.437992,24.625666,124.88724,78.870735,406.73352,86.56822,1.9238657,5.9307795,6.104093,55.746727,11415.933,1.9263177,21.656866,51.498688,21.450089,202.30281,58.668278,110.13351,2.3795326,106.33397,440.58322,252.19812,86.89647,431.877,47.589382,75.24816,122.72131,14.313718,2.4833686,15.591475,732.4719,0.20532268,0.48087633,72.90484,12.107326,7.0560517,8.552752,16.180857,94.51877,33.51309,137.76372,700.8362,362.54828,2678.4102,2065.7952,39.762604,71.0521,5990.962,12.064464,119.09358,680.48596,209.02893,281.79776,118.61237,736.22974,738.07153,482.07037,24.461597,153.1918,581.2519,1101.1722,61.055676,580.4851,77.8729,1.357244,50.557888,0.9922169,0.8696611,3.4447827,39.787285,221.52339,69.641,18.486336,870.72235,258.13327,149.5576,212.34946,54.36828,54.178093,29.73974,73.826004,27.027218,275.83035,130.14891,33.407433,33.81298,30.107122,67.20263,68.65293,9.97417,259.2948,72.89962,637.8519,24.667187,1236.0881,60.62223,387.20972,532.4795,24.837276,18.13253,685.6157,730.99176,1816.5398,207.07866 +2023-10-12 02:00:00,0.0,10142.745,282.37927,75.20411,82.98958,62.94966,291.7937,41.35849,77.93685,26.70456,46.22847,1506.4358,110.76369,25.651262,227.53357,0.6234802,0.49607396,39.654427,1.0694299,0.10006884,703.03625,0.07032007,671.8302,97.29687,0.053874947,0.04253932,235.94536,34.855873,101.45639,128.28654,13220.654,0.11732242,2301.4985,2.8166444,0.096489936,0.16201976,0.18488911,244.18784,305.36987,25.025139,101.42406,39.832108,19.346544,1912.8212,2.0763524,74.65124,33.83361,442.0606,32.02871,446.83395,17.779272,88.32389,0.0,1128.3848,4670.235,2.516787,372.95517,59.316143,30045.814,49.644264,2.5207934,20.036148,45.233707,13.23936,3.4467854,22.295738,720.6598,293.23486,27.299006,2.0414815,5.1621957,159.65402,14.751427,252.46613,193.96397,2271.2957,621.7935,115.59062,152.56857,309.51855,5.3052273,7.8300157,20.492903,3.1652231,3.8878675,42.384842,54.451786,97.18897,27.282991,32.598183,69.86851,11.310597,3612.898,27.14814,24.356182,19.442556,14.577971,211.97716,47.267666,24.283602,6.4159746,17.957125,26.082005,92.51421,195.66808,53.33696,195.08571,38.40724,24.604809,124.8328,78.834206,406.2277,86.5493,1.9240539,5.927688,6.102863,55.69753,11403.342,1.9268396,21.638254,51.528023,21.441034,202.21852,58.652687,110.14853,2.381335,106.28891,440.66425,252.33226,86.82464,431.91483,47.614246,75.21486,122.66874,14.324366,2.484461,15.597007,732.1386,0.20594235,0.48151612,72.92899,12.104927,7.059738,8.555865,16.181976,94.569664,33.493515,137.79828,701.0126,362.6625,2678.3975,2065.806,39.747463,71.04507,5986.1807,12.075791,119.050064,680.35333,208.94093,281.6834,118.580444,735.8681,737.61896,482.0262,24.443932,153.1266,580.75354,1100.2756,60.981533,579.6975,77.778336,1.3580124,50.55829,0.9925804,0.8704369,3.4483328,39.739086,221.49864,69.57163,18.4888,869.83,257.86334,149.40553,212.11021,54.324116,54.178764,29.724106,73.713936,27.014112,275.57324,130.00473,33.401894,33.77453,30.07715,67.13752,68.56716,9.96188,259.05417,72.823135,637.2887,24.6452,1234.9199,60.56827,387.3515,531.9309,24.81791,18.127588,685.08276,730.59937,1816.1243,207.35783 +2023-10-12 03:00:00,0.0,10132.841,282.09866,75.21849,83.03693,62.95474,291.86652,41.36988,77.98242,26.70768,46.251427,1505.4442,110.70894,25.655682,227.59167,0.6252333,0.49772695,39.674374,1.0730529,0.09990659,703.47845,0.07027365,672.2337,97.33719,0.053789124,0.042481884,236.18129,34.87066,101.60932,128.35307,13209.798,0.11760887,2302.372,2.8251715,0.09668547,0.16226782,0.1853534,244.28754,305.4616,25.03604,101.345764,39.833244,19.337423,1911.9152,2.0790913,74.63599,33.81158,442.12994,32.021694,446.73975,17.76198,88.28048,0.0,1128.0049,4668.071,2.5130062,372.77405,59.255665,30032.354,49.613834,2.5175333,20.029339,45.221275,13.226974,3.4444945,22.289152,720.1996,292.97214,27.28643,2.0389605,5.1573815,159.56808,14.729582,252.38757,194.0879,2270.518,621.97095,115.56704,152.543,309.10727,5.305289,7.8308682,20.525738,3.165878,3.892908,42.34258,54.40603,97.20873,27.267149,32.573433,69.8403,11.311794,3612.5403,27.142494,24.352823,19.439157,14.571307,211.91504,47.24702,24.276209,6.414352,17.945923,26.06461,92.46643,195.55899,53.29133,194.99432,38.376495,24.58395,124.778366,78.79768,405.72186,86.53038,1.924242,5.924597,6.101633,55.648335,11390.752,1.9273616,21.619642,51.557358,21.431978,202.13425,58.637096,110.16355,2.3831377,106.24385,440.7453,252.46638,86.7528,431.9526,47.639114,75.18156,122.61617,14.335012,2.4855535,15.602539,731.80536,0.20656201,0.4821559,72.95314,12.102529,7.0634246,8.558979,16.183094,94.62056,33.47394,137.83284,701.18896,362.77676,2678.3845,2065.8167,39.73232,71.03803,5981.3994,12.087119,119.00655,680.22064,208.85292,281.56906,118.54851,735.5065,737.16644,481.9821,24.426268,153.06142,580.25525,1099.379,60.90739,578.9099,77.68377,1.358781,50.558693,0.9929439,0.8712127,3.4518826,39.690887,221.4739,69.50226,18.491264,868.9377,257.5934,149.25346,211.87097,54.279953,54.179436,29.70847,73.601875,27.001009,275.3161,129.86055,33.39636,33.736076,30.047176,67.07241,68.481384,9.94959,258.81354,72.74665,636.7254,24.623215,1233.7518,60.51431,387.49326,531.3823,24.798544,18.122646,684.54987,730.207,1815.7089,207.637 +2023-10-12 04:00:00,0.0,10122.937,281.81802,75.23287,83.084274,62.959812,291.9393,41.38127,78.028,26.7108,46.27438,1504.4526,110.65419,25.660103,227.6498,0.6269864,0.4993799,39.694317,1.0766758,0.09974435,703.9206,0.070227236,672.63715,97.37751,0.0537033,0.042424444,236.41722,34.88544,101.762245,128.41962,13198.941,0.117895305,2303.2456,2.8336983,0.096881,0.16251588,0.18581769,244.38724,305.55334,25.046938,101.26747,39.83438,19.328302,1911.0092,2.0818305,74.62074,33.789555,442.19922,32.01468,446.64554,17.744686,88.23706,0.0,1127.625,4665.9067,2.5092256,372.59296,59.195183,30018.893,49.58341,2.5142734,20.02253,45.208847,13.214588,3.4422035,22.282566,719.7394,292.70938,27.273855,2.0364397,5.152567,159.48213,14.707737,252.30902,194.21182,2269.7405,622.1484,115.54346,152.51741,308.69595,5.305351,7.8317204,20.558575,3.166533,3.8979485,42.300316,54.36028,97.22849,27.251305,32.548683,69.812096,11.312991,3612.1829,27.13685,24.349463,19.43576,14.564644,211.85292,47.22637,24.268818,6.412729,17.934721,26.047216,92.41865,195.44992,53.245697,194.90292,38.345745,24.563093,124.72392,78.761154,405.21603,86.51145,1.9244303,5.9215055,6.1004033,55.599136,11378.162,1.9278835,21.601032,51.586693,21.422924,202.04997,58.621506,110.17857,2.3849401,106.19879,440.82635,252.60052,86.68097,431.9904,47.66398,75.14826,122.5636,14.345659,2.486646,15.608071,731.47205,0.20718168,0.4827957,72.97729,12.10013,7.067111,8.562094,16.184212,94.671455,33.45437,137.8674,701.36536,362.89102,2678.3718,2065.8271,39.71718,71.03099,5976.618,12.098447,118.963036,680.088,208.76492,281.4547,118.51657,735.1448,736.7139,481.93793,24.408602,152.99623,579.7569,1098.4824,60.83325,578.1223,77.589195,1.3595494,50.559093,0.9933074,0.87198853,3.4554324,39.64269,221.44916,69.43289,18.493729,868.0453,257.32346,149.10138,211.63171,54.23579,54.180107,29.692833,73.48981,26.987904,275.059,129.71637,33.39082,33.697624,30.017204,67.0073,68.39561,9.9373,258.5729,72.670166,636.1621,24.601229,1232.5836,60.46035,387.63504,530.83374,24.779177,18.117704,684.0169,729.8146,1815.2933,207.91617 +2023-10-12 05:00:00,0.0,10113.032,281.53738,75.24725,83.13163,62.964886,292.0121,41.392662,78.07358,26.713919,46.297333,1503.4609,110.59944,25.664522,227.70792,0.6287394,0.5010329,39.714264,1.0802988,0.099582106,704.3628,0.070180826,673.0406,97.41784,0.053617477,0.042367004,236.65314,34.900227,101.91518,128.48615,13188.086,0.11818175,2304.1191,2.8422253,0.097076535,0.16276394,0.18628198,244.48694,305.64508,25.057838,101.18918,39.835518,19.319183,1910.1033,2.0845695,74.60549,33.767525,442.26855,32.00766,446.55133,17.727394,88.19365,0.0,1127.245,4663.743,2.5054448,372.41183,59.134705,30005.43,49.552982,2.5110133,20.015718,45.196415,13.202203,3.4399126,22.27598,719.27924,292.44666,27.26128,2.0339186,5.1477523,159.3962,14.685892,252.23047,194.33575,2268.9631,622.3258,115.51988,152.49182,308.28467,5.3054123,7.8325725,20.59141,3.167188,3.9029891,42.258053,54.314526,97.248245,27.235462,32.523933,69.78388,11.314189,3611.8252,27.131207,24.346102,19.432362,14.557981,211.7908,47.205723,24.261425,6.4111056,17.92352,26.029821,92.37087,195.34084,53.200066,194.81154,38.314995,24.542234,124.66949,78.72463,404.7102,86.49253,1.9246184,5.918414,6.0991735,55.54994,11365.571,1.9284055,21.58242,51.616028,21.413868,201.96568,58.605915,110.1936,2.3867428,106.15373,440.90738,252.73466,86.60914,432.0282,47.688843,75.11496,122.511024,14.356307,2.4877381,15.613604,731.1388,0.20780134,0.48343548,73.001434,12.097733,7.0707974,8.5652075,16.185331,94.72236,33.434795,137.90196,701.54175,363.00525,2678.359,2065.838,39.702038,71.02396,5971.837,12.109775,118.919525,679.9554,208.67693,281.34036,118.484634,734.78314,736.2614,481.8938,24.390936,152.93105,579.25854,1097.5858,60.75911,577.3347,77.49463,1.3603178,50.559498,0.9936709,0.8727644,3.4589822,39.59449,221.42442,69.363525,18.496191,867.15295,257.05353,148.94931,211.39247,54.191628,54.18078,29.677197,73.37774,26.974798,274.80188,129.57217,33.385284,33.659172,29.98723,66.942184,68.30983,9.92501,258.33224,72.59368,635.5989,24.579245,1231.4155,60.406387,387.7768,530.2851,24.75981,18.112762,683.484,729.4222,1814.8778,208.19534 +2023-10-12 06:00:00,0.0,10103.128,281.25677,75.261635,83.17898,62.96996,292.0849,41.404053,78.11915,26.71704,46.32029,1502.4694,110.5447,25.668941,227.76602,0.6304925,0.50268584,39.734207,1.0839218,0.09941986,704.80493,0.07013441,673.44403,97.45816,0.053531658,0.042309564,236.88907,34.915012,102.0681,128.55269,13177.2295,0.11846819,2304.9927,2.850752,0.09727207,0.163012,0.18674627,244.58665,305.73685,25.068739,101.110886,39.83665,19.310062,1909.1973,2.0873086,74.59024,33.7455,442.33783,32.000645,446.45712,17.7101,88.15023,0.0,1126.8651,4661.579,2.5016642,372.23074,59.074226,29991.969,49.522552,2.5077534,20.00891,45.183983,13.189816,3.4376216,22.269394,718.81903,292.1839,27.248705,2.0313976,5.1429377,159.31026,14.664047,252.15193,194.45967,2268.1855,622.5032,115.49631,152.46623,307.87338,5.3054743,7.8334246,20.624247,3.1678429,3.9080298,42.21579,54.268772,97.268005,27.219618,32.499184,69.75568,11.315386,3611.4678,27.125563,24.342741,19.428963,14.551316,211.72868,47.185074,24.254032,6.4094825,17.912317,26.012428,92.32309,195.23175,53.154434,194.72015,38.284245,24.521378,124.61505,78.68811,404.20438,86.47361,1.9248066,5.9153223,6.097944,55.50074,11352.981,1.9289274,21.56381,51.645363,21.404814,201.88141,58.59032,110.208626,2.3885453,106.10867,440.98843,252.8688,86.5373,432.06598,47.71371,75.08166,122.45846,14.366954,2.4888306,15.619136,730.8055,0.20842102,0.48407525,73.02558,12.095334,7.074484,8.568321,16.18645,94.773254,33.415222,137.93652,701.71814,363.1195,2678.3462,2065.8486,39.686897,71.01692,5967.0557,12.121102,118.87601,679.8227,208.58891,281.226,118.452705,734.4215,735.80884,481.84964,24.373272,152.86586,578.76025,1096.6893,60.684967,576.5471,77.40006,1.3610862,50.5599,0.9940344,0.8735402,3.4625323,39.54629,221.39967,69.29416,18.498655,866.2606,256.7836,148.79724,211.15323,54.147465,54.18145,29.66156,73.26568,26.961693,274.54477,129.428,33.379745,33.62072,29.957258,66.877075,68.22406,9.91272,258.0916,72.5172,635.0356,24.557259,1230.2473,60.35243,387.91858,529.7365,24.740442,18.10782,682.95105,729.0298,1814.4624,208.47452 +2023-10-12 07:00:00,0.0,10093.224,280.97614,75.27602,83.22633,62.975033,292.15768,41.415443,78.16473,26.72016,46.343243,1501.4777,110.48995,25.673363,227.82414,0.6322456,0.5043388,39.754154,1.0875448,0.09925762,705.24713,0.07008799,673.8475,97.49848,0.053445835,0.042252127,237.12498,34.9298,102.22103,128.61922,13166.374,0.11875463,2305.8665,2.8592792,0.0974676,0.16326006,0.18721054,244.68636,305.82858,25.079638,101.03259,39.837788,19.300941,1908.2913,2.0900476,74.575,33.72347,442.40717,31.99363,446.3629,17.692806,88.10682,0.0,1126.4852,4659.415,2.4978833,372.04965,59.01375,29978.506,49.492126,2.5044932,20.002098,45.17155,13.177431,3.4353306,22.262808,718.3589,291.92114,27.23613,2.0288768,5.138123,159.22432,14.642202,252.07338,194.5836,2267.408,622.6806,115.472725,152.44064,307.4621,5.305536,7.834277,20.657084,3.1684978,3.9130704,42.173527,54.22302,97.287766,27.203775,32.474434,69.72746,11.316583,3611.11,27.119917,24.339382,19.425564,14.544653,211.66658,47.164425,24.24664,6.4078593,17.901115,25.995033,92.27531,195.12267,53.108803,194.62877,38.253498,24.500519,124.560616,78.65158,403.69855,86.45469,1.9249947,5.912231,6.096714,55.45154,11340.391,1.9294494,21.545198,51.674698,21.39576,201.79713,58.57473,110.22365,2.390348,106.06361,441.0695,253.00293,86.46547,432.10376,47.738575,75.048355,122.40588,14.377601,2.489923,15.624668,730.4722,0.20904069,0.48471504,73.04973,12.092936,7.07817,8.571436,16.187569,94.82415,33.39565,137.97108,701.89453,363.23376,2678.3333,2065.8594,39.671757,71.00989,5962.2744,12.13243,118.8325,679.69006,208.50092,281.11166,118.42077,734.0599,735.3563,481.8055,24.355606,152.80067,578.2619,1095.7927,60.610825,575.75946,77.3055,1.3618547,50.560303,0.9943979,0.87431604,3.466082,39.498093,221.37494,69.22479,18.50112,865.3683,256.51364,148.64516,210.91397,54.103302,54.182125,29.645924,73.15361,26.94859,274.28766,129.28381,33.37421,33.582268,29.927284,66.811966,68.13828,9.90043,257.85098,72.44071,634.4723,24.535273,1229.0792,60.29847,388.06033,529.1879,24.721075,18.102879,682.41815,728.6374,1814.0469,208.75368 +2023-10-12 08:00:00,0.0,10083.319,280.6955,75.2904,83.27368,62.980106,292.23047,41.426834,78.210304,26.72328,46.366196,1500.4861,110.4352,25.677782,227.88226,0.6339987,0.50599176,39.774097,1.0911678,0.099095374,705.6893,0.070041575,674.2509,97.5388,0.05336001,0.042194687,237.36092,34.944584,102.373955,128.68576,13155.518,0.11904107,2306.74,2.867806,0.097663134,0.16350812,0.18767484,244.78606,305.92032,25.090538,100.9543,39.838924,19.29182,1907.3854,2.0927868,74.559746,33.701443,442.47647,31.986612,446.2687,17.675514,88.0634,0.0,1126.1052,4657.2515,2.4941027,371.86853,58.95327,29965.045,49.4617,2.5012333,19.995289,45.15912,13.165046,3.4330397,22.256222,717.8987,291.65842,27.223555,2.0263557,5.1333084,159.13838,14.6203575,251.99483,194.70752,2266.6304,622.85803,115.44915,152.41505,307.0508,5.305598,7.8351293,20.689919,3.1691527,3.9181108,42.131264,54.17727,97.307526,27.187933,32.449684,69.69926,11.3177805,3610.7527,27.114273,24.336021,19.422165,14.53799,211.60446,47.14378,24.239246,6.406236,17.889914,25.97764,92.22752,195.01358,53.06317,194.53737,38.222748,24.479662,124.50618,78.61506,403.19272,86.43576,1.9251829,5.9091396,6.095484,55.402348,11327.801,1.9299713,21.526588,51.704033,21.386703,201.71286,58.55914,110.23867,2.3921504,106.01855,441.1505,253.13707,86.39363,432.14157,47.76344,75.01505,122.35331,14.388248,2.4910154,15.6302,730.1389,0.20966035,0.48535484,73.07388,12.090537,7.0818563,8.57455,16.188686,94.875046,33.376076,138.00565,702.07086,363.348,2678.3206,2065.87,39.656616,71.002846,5957.4927,12.143757,118.78898,679.5574,208.4129,280.9973,118.38883,733.6982,734.9038,481.76135,24.337942,152.73547,577.76355,1094.8961,60.536682,574.97186,77.21093,1.3626231,50.560703,0.9947614,0.87509185,3.469632,39.449894,221.35019,69.155426,18.503584,864.47595,256.2437,148.49309,210.67473,54.05914,54.182796,29.630287,73.04154,26.935484,274.03055,129.13963,33.36867,33.543816,29.897312,66.74686,68.052505,9.888139,257.61035,72.36423,633.909,24.513287,1227.911,60.244507,388.20212,528.63934,24.701708,18.097937,681.8852,728.245,1813.6313,209.03285 +2023-10-12 09:00:00,0.0,10073.415,280.4149,75.30478,83.32104,62.98518,292.30328,41.438225,78.255875,26.726398,46.389153,1499.4945,110.380455,25.682201,227.94037,0.6357517,0.5076447,39.794044,1.0947908,0.09893313,706.1314,0.06999516,674.65436,97.57913,0.05327419,0.042137247,237.59685,34.959366,102.526886,128.75229,13144.661,0.119327515,2307.6135,2.876333,0.09785867,0.16375618,0.18813913,244.88576,306.01205,25.101437,100.87601,39.84006,19.2827,1906.4794,2.0955257,74.544495,33.679413,442.54578,31.979597,446.1745,17.65822,88.01999,0.0,1125.7253,4655.0874,2.4903219,371.68744,58.89279,29951.584,49.43127,2.4979732,19.98848,45.146687,13.152659,3.4307487,22.249636,717.43854,291.39566,27.21098,2.0238347,5.128494,159.05244,14.598513,251.91628,194.83145,2265.8528,623.03546,115.42557,152.38947,306.63953,5.3056593,7.8359814,20.722755,3.1698077,3.9231515,42.089,54.13151,97.32728,27.172089,32.424934,69.67104,11.318977,3610.3953,27.10863,24.33266,19.418766,14.531325,211.54234,47.12313,24.231855,6.4046135,17.878712,25.960245,92.17974,194.9045,53.01754,194.44598,38.191998,24.458803,124.451744,78.57853,402.6869,86.41684,1.925371,5.9060483,6.094254,55.35315,11315.211,1.9304934,21.507977,51.733368,21.37765,201.62857,58.54355,110.25369,2.393953,105.97349,441.23157,253.27121,86.3218,432.17935,47.788307,74.98175,122.30074,14.398895,2.4921079,15.635733,729.80566,0.21028002,0.4859946,73.09803,12.08814,7.0855427,8.577663,16.189804,94.92595,33.356503,138.0402,702.24725,363.46225,2678.3076,2065.8809,39.64147,70.99581,5952.7114,12.155085,118.74546,679.42474,208.3249,280.88297,118.3569,733.33655,734.4513,481.71722,24.320276,152.67029,577.26526,1093.9995,60.462543,574.18427,77.11636,1.3633916,50.561108,0.99512494,0.87586766,3.4731817,39.401695,221.32545,69.08606,18.506048,863.5836,255.97379,148.34102,210.43549,54.014977,54.183468,29.61465,72.92948,26.922379,273.77344,128.99545,33.363136,33.505363,29.867338,66.68174,67.966736,9.875849,257.36972,72.28774,633.34576,24.4913,1226.7429,60.190548,388.34387,528.09076,24.68234,18.092995,681.3523,727.8526,1813.2158,209.31203 +2023-10-12 10:00:00,0.0,10063.51,280.13425,75.31916,83.368385,62.990253,292.37607,41.449615,78.30145,26.729519,46.412106,1498.5028,110.32571,25.68662,227.99849,0.6375048,0.5092977,39.81399,1.0984138,0.09877089,706.5736,0.06994875,675.05786,97.61945,0.05318837,0.042079806,237.83276,34.97415,102.67981,128.81883,13133.806,0.11961395,2308.487,2.88486,0.0980542,0.16400424,0.18860343,244.98546,306.1038,25.112337,100.797714,39.841194,19.273579,1905.5734,2.098265,74.52924,33.657387,442.61505,31.97258,446.08026,17.640928,87.97657,0.0,1125.3455,4652.924,2.4865413,371.50632,58.832314,29938.121,49.400845,2.4947133,19.981668,45.134254,13.140274,3.4284577,22.24305,716.97833,291.1329,27.198404,2.0213137,5.123679,158.9665,14.576668,251.83774,194.95537,2265.0752,623.2129,115.401985,152.36388,306.2282,5.3057213,7.836834,20.75559,3.1704626,3.9281921,42.046738,54.085762,97.34704,27.156246,32.400185,69.64284,11.320174,3610.0376,27.102985,24.329302,19.415367,14.524662,211.48022,47.10248,24.224463,6.4029903,17.86751,25.942852,92.13196,194.79541,52.97191,194.3546,38.161247,24.437946,124.3973,78.54201,402.18106,86.39792,1.9255593,5.902957,6.0930243,55.30395,11302.62,1.9310153,21.489365,51.762703,21.368593,201.5443,58.527958,110.268715,2.3957555,105.92843,441.31262,253.40533,86.24997,432.21713,47.81317,74.94845,122.24817,14.409542,2.4932003,15.641265,729.47235,0.21089968,0.4866344,73.12218,12.085741,7.089229,8.580778,16.190924,94.976845,33.33693,138.07477,702.42365,363.5765,2678.295,2065.8914,39.62633,70.98878,5947.93,12.166412,118.70195,679.29205,208.2369,280.76862,118.32497,732.9749,733.9987,481.67307,24.30261,152.6051,576.7669,1093.1029,60.3884,573.39667,77.02179,1.3641601,50.56151,0.9954884,0.8766435,3.4767315,39.353497,221.3007,69.01669,18.508512,862.6912,255.70384,148.18895,210.19624,53.970814,54.18414,29.599016,72.81741,26.909275,273.51633,128.85127,33.357597,33.46691,29.837364,66.61663,67.88096,9.863559,257.12906,72.21126,632.7825,24.469315,1225.5748,60.136585,388.48566,527.5422,24.662975,18.088053,680.81934,727.4602,1812.8004,209.5912 +2023-10-12 11:00:00,0.0,10053.605,279.8536,75.33354,83.41573,62.995327,292.44885,41.461006,78.34703,26.73264,46.43506,1497.5112,110.27096,25.691042,228.0566,0.6392579,0.5109507,39.833935,1.1020367,0.09860864,707.01575,0.06990233,675.4613,97.659775,0.053102545,0.04202237,238.0687,34.988937,102.83274,128.88538,13122.949,0.1199004,2309.3606,2.8933868,0.09824973,0.1642523,0.1890677,245.08516,306.19556,25.123238,100.71942,39.84233,19.264458,1904.6674,2.101004,74.514,33.63536,442.6844,31.965565,445.98605,17.623634,87.93316,0.0,1124.9655,4650.76,2.4827604,371.32523,58.771835,29924.66,49.370415,2.4914532,19.97486,45.121822,13.127888,3.4261668,22.236464,716.5181,290.87018,27.185831,2.0187929,5.1188645,158.88057,14.554823,251.75919,195.0793,2264.2976,623.3903,115.37841,152.33829,305.81693,5.305783,7.837686,20.788427,3.1711175,3.9332325,42.004475,54.04001,97.3668,27.140402,32.375435,69.614624,11.321372,3609.6802,27.09734,24.325941,19.411968,14.517999,211.4181,47.081833,24.21707,6.401367,17.856308,25.925457,92.084175,194.68633,52.926277,194.26321,38.130497,24.417088,124.342865,78.50548,401.67523,86.37899,1.9257474,5.8998656,6.0917945,55.254753,11290.03,1.9315373,21.470755,51.792038,21.359539,201.46002,58.512367,110.28374,2.3975582,105.88337,441.39365,253.53947,86.17813,432.25494,47.83804,74.91515,122.1956,14.42019,2.4942927,15.646796,729.1391,0.21151935,0.48727417,73.146324,12.083343,7.0929155,8.583892,16.192041,95.02774,33.317356,138.10933,702.60004,363.69073,2678.282,2065.902,39.61119,70.98174,5943.149,12.17774,118.65843,679.1594,208.1489,280.65427,118.29303,732.6133,733.5462,481.62894,24.284946,152.53992,576.26855,1092.2063,60.31426,572.6091,76.92722,1.3649285,50.56191,0.99585193,0.87741935,3.4802816,39.305298,221.27597,68.94732,18.510977,861.7989,255.43391,148.03687,209.95699,53.92665,54.18481,29.58338,72.705345,26.89617,273.25922,128.70709,33.352062,33.42846,29.807392,66.55152,67.79518,9.851269,256.88843,72.13477,632.2192,24.44733,1224.4066,60.082626,388.6274,526.9936,24.643608,18.08311,680.28644,727.06775,1812.3849,209.87036 +2023-10-12 12:00:00,0.0,10043.701,279.57297,75.34792,83.46309,63.0004,292.52167,41.472397,78.3926,26.73576,46.458015,1496.5197,110.21621,25.695461,228.11472,0.641011,0.51260364,39.85388,1.1056597,0.0984464,707.45795,0.06985591,675.86475,97.700096,0.053016722,0.04196493,238.30463,35.003723,102.985664,128.9519,13112.094,0.120186836,2310.2341,2.901914,0.09844527,0.16450036,0.18953201,245.18488,306.2873,25.134136,100.64113,39.843468,19.255337,1903.7615,2.103743,74.49875,33.61333,442.7537,31.958548,445.89185,17.606342,87.88974,0.0,1124.5856,4648.5957,2.4789798,371.1441,58.711357,29911.2,49.33999,2.4881933,19.968048,45.10939,13.115502,3.4238756,22.229877,716.058,290.60742,27.173256,2.0162718,5.11405,158.79462,14.532978,251.68063,195.20323,2263.5203,623.5677,115.35483,152.3127,305.40564,5.3058443,7.838538,20.821264,3.1717725,3.9382732,41.96221,53.994255,97.38655,27.12456,32.350685,69.58642,11.322569,3609.3225,27.091696,24.32258,19.40857,14.511334,211.35599,47.061184,24.209677,6.399744,17.845106,25.908064,92.03639,194.57724,52.880646,194.17183,38.09975,24.39623,124.28843,78.468956,401.16943,86.36007,1.9259356,5.8967743,6.0905647,55.20556,11277.44,1.9320592,21.452143,51.821373,21.350483,201.37575,58.496773,110.29876,2.3993607,105.83831,441.4747,253.67361,86.1063,432.29272,47.862904,74.88185,122.14303,14.430837,2.4953852,15.6523285,728.8058,0.21213901,0.48791397,73.17047,12.080945,7.096602,8.587007,16.193161,95.078636,33.297783,138.14389,702.77637,363.805,2678.2693,2065.9128,39.59605,70.9747,5938.3677,12.189068,118.61492,679.0268,208.0609,280.53992,118.26109,732.2516,733.0937,481.58478,24.26728,152.47473,575.77026,1091.3098,60.240116,571.8215,76.83266,1.3656969,50.562313,0.9962154,0.87819517,3.4838314,39.2571,221.25122,68.87795,18.513441,860.90656,255.16397,147.8848,209.71774,53.88249,54.185482,29.567743,72.593285,26.883064,273.0021,128.56291,33.346523,33.390007,29.777418,66.486404,67.709404,9.838979,256.6478,72.05829,631.65594,24.425344,1223.2385,60.028667,388.7692,526.445,24.62424,18.078169,679.7535,726.67535,1811.9694,210.14954 +2023-10-12 13:00:00,0.0,10033.797,279.29236,75.362305,83.51044,63.005478,292.59445,41.483788,78.43818,26.738878,46.48097,1495.528,110.16146,25.69988,228.17284,0.6427641,0.5142566,39.873825,1.1092827,0.098284155,707.9001,0.0698095,676.2682,97.740425,0.0529309,0.04190749,238.54054,35.018505,103.13859,129.01845,13101.237,0.12047328,2311.1077,2.9104407,0.0986408,0.16474842,0.18999629,245.28458,306.37903,25.145037,100.562836,39.844604,19.246216,1902.8555,2.1064823,74.4835,33.591305,442.823,31.951532,445.79764,17.589048,87.84633,0.0,1124.2057,4646.432,2.475199,370.963,58.65088,29897.736,49.309563,2.4849331,19.961239,45.096962,13.103117,3.4215846,22.223291,715.5978,290.3447,27.16068,2.0137508,5.109236,158.70868,14.511133,251.60208,195.32715,2262.7427,623.7451,115.331245,152.28711,304.99435,5.3059063,7.8393908,20.8541,3.1724274,3.9433138,41.91995,53.9485,97.40631,27.108715,32.325935,69.558205,11.323767,3608.965,27.086052,24.31922,19.405172,14.504671,211.29388,47.04054,24.202286,6.398121,17.833904,25.890669,91.98861,194.46817,52.83501,194.08043,38.069,24.375374,124.23399,78.43243,400.6636,86.34115,1.9261237,5.893683,6.089335,55.15636,11264.85,1.9325811,21.433533,51.850704,21.341429,201.29146,58.481182,110.31378,2.4011633,105.79324,441.55576,253.80775,86.03447,432.3305,47.887768,74.84855,122.090454,14.4414835,2.4964776,15.657861,728.47253,0.21275868,0.48855376,73.19462,12.078547,7.1002884,8.59012,16.194279,95.12954,33.27821,138.17845,702.95276,363.91925,2678.2563,2065.9236,39.58091,70.96767,5933.5864,12.200396,118.5714,678.8941,207.97289,280.42557,118.229164,731.88995,732.6412,481.54062,24.249615,152.40955,575.2719,1090.4132,60.165977,571.0339,76.73809,1.3664653,50.562714,0.99657893,0.878971,3.4873812,39.2089,221.22649,68.808586,18.515905,860.0142,254.89403,147.73273,209.4785,53.838326,54.186157,29.552107,72.48122,26.869959,272.745,128.41873,33.34099,33.351555,29.747446,66.421295,67.623634,9.826689,256.40717,71.981804,631.09265,24.403358,1222.0703,59.974705,388.91098,525.8964,24.604874,18.073227,679.2206,726.28296,1811.554,210.42871 +2023-10-12 14:00:00,0.0,10023.893,279.01172,75.376686,83.55779,63.01055,292.66724,41.49518,78.48376,26.741999,46.50392,1494.5364,110.10671,25.704302,228.23094,0.6445171,0.51590955,39.893772,1.1129057,0.09812191,708.3423,0.06976308,676.67163,97.78075,0.05284508,0.04185005,238.77647,35.03329,103.29152,129.08498,13090.382,0.12075972,2311.9812,2.9189677,0.09883633,0.16499647,0.19046056,245.38428,306.47076,25.155935,100.48454,39.845737,19.237095,1901.9495,2.1092212,74.468254,33.569275,442.89227,31.944515,445.70343,17.571754,87.80291,0.0,1123.8257,4644.268,2.4714184,370.7819,58.5904,29884.275,49.279133,2.4816732,19.954428,45.08453,13.090731,3.4192936,22.216705,715.13763,290.08194,27.148106,2.01123,5.104421,158.62274,14.489288,251.52354,195.45108,2261.965,623.92255,115.30767,152.26152,304.58307,5.305968,7.840243,20.886936,3.1730824,3.9483545,41.877686,53.90275,97.42607,27.092873,32.301186,69.53,11.324964,3608.6074,27.080408,24.31586,19.401773,14.498008,211.23177,47.01989,24.194893,6.3964977,17.822702,25.873276,91.94083,194.35909,52.78938,193.98904,38.03825,24.354515,124.17956,78.395905,400.15778,86.32223,1.926312,5.890591,6.088105,55.107162,11252.26,1.9331031,21.41492,51.88004,21.332375,201.20718,58.46559,110.328804,2.4029658,105.748184,441.63678,253.94188,85.96263,432.36832,47.912636,74.81525,122.03789,14.452131,2.49757,15.663393,728.1392,0.21337834,0.48919353,73.218765,12.076148,7.1039743,8.593234,16.195396,95.180435,33.258636,138.21301,703.12915,364.03348,2678.2437,2065.9343,39.56577,70.96063,5928.805,12.211723,118.52789,678.7615,207.88489,280.31122,118.19723,731.5283,732.1886,481.4965,24.23195,152.34435,574.77356,1089.5166,60.091835,570.2463,76.643524,1.3672338,50.563118,0.9969424,0.8797468,3.490931,39.1607,221.20174,68.73922,18.51837,859.1219,254.6241,147.58064,209.23924,53.794163,54.18683,29.53647,72.369156,26.856855,272.48788,128.27454,33.33545,33.313103,29.717472,66.356186,67.53786,9.814399,256.1665,71.90532,630.52936,24.381372,1220.9022,59.920746,389.05273,525.34784,24.585506,18.068285,678.6876,725.89056,1811.1384,210.70789 +2023-10-12 15:00:00,0.0,10013.988,278.73108,75.39107,83.60514,63.015625,292.74005,41.50657,78.52933,26.74512,46.52688,1493.5448,110.05196,25.708721,228.28906,0.6462702,0.51756257,39.913715,1.1165287,0.09795967,708.7844,0.06971666,677.0751,97.82107,0.052759256,0.041792613,239.0124,35.048077,103.44444,129.15152,13079.525,0.12104616,2312.855,2.9274945,0.099031866,0.16524453,0.19092487,245.48398,306.5625,25.166836,100.40625,39.846874,19.227974,1901.0435,2.1119604,74.453,33.54725,442.9616,31.9375,445.60922,17.554462,87.7595,0.0,1123.4458,4642.104,2.4676375,370.6008,58.529922,29870.812,49.248707,2.478413,19.947618,45.072094,13.078345,3.4170027,22.21012,714.6774,289.81918,27.13553,2.008709,5.0996065,158.5368,14.4674425,251.44499,195.575,2261.1875,624.1,115.28409,152.23593,304.17178,5.30603,7.841095,20.919771,3.1737373,3.953395,41.835423,53.856995,97.44583,27.07703,32.276436,69.50179,11.32616,3608.25,27.074762,24.3125,19.398375,14.4913435,211.16965,46.99924,24.1875,6.3948746,17.8115,25.85588,91.89304,194.25,52.743748,193.89766,38.0075,24.333658,124.12512,78.359375,399.65195,86.3033,1.9265001,5.8875,6.086875,55.057964,11239.669,1.933625,21.396309,51.909374,21.323318,201.12291,58.45,110.34383,2.4047685,105.703125,441.71783,254.07602,85.8908,432.4061,47.9375,74.781944,121.98531,14.462778,2.4986625,15.668925,727.80597,0.21399802,0.48983333,73.24292,12.07375,7.107661,8.596349,16.196516,95.23133,33.239063,138.24756,703.30554,364.14774,2678.2307,2065.9448,39.55063,70.9536,5924.024,12.223051,118.484375,678.6288,207.79688,280.19687,118.16529,731.1666,731.7361,481.45233,24.214285,152.27916,574.27527,1088.62,60.017693,569.4587,76.54896,1.3680023,50.56352,0.9973059,0.8805226,3.4944808,39.112503,221.177,68.66985,18.520834,858.22955,254.35416,147.42857,209.0,53.75,54.1875,29.520834,72.25709,26.84375,272.23074,128.13036,33.329914,33.27465,29.6875,66.29108,67.45208,9.802109,255.92587,71.828835,629.9661,24.359386,1219.734,59.866783,389.19452,524.79926,24.56614,18.063343,678.1547,725.49817,1810.7229,210.98705 +2023-10-12 16:00:00,0.0,10004.084,278.45047,75.40545,83.6525,63.0207,292.81284,41.517963,78.574905,26.74824,46.54983,1492.5531,109.997215,25.71314,228.34717,0.6480233,0.5192155,39.933662,1.1201518,0.09779742,709.2266,0.06967025,677.4786,97.86139,0.052673433,0.041735172,239.24832,35.062862,103.597374,129.21805,13068.669,0.1213326,2313.7285,2.9360216,0.0992274,0.1654926,0.19138916,245.58368,306.65424,25.177736,100.32796,39.84801,19.218853,1900.1376,2.1146994,74.43775,33.52522,443.0309,31.930485,445.515,17.537169,87.71608,0.0,1123.0659,4639.9404,2.4638567,370.4197,58.469444,29857.352,49.21828,2.475153,19.94081,45.05966,13.06596,3.4147117,22.203533,714.2173,289.55646,27.122955,2.006188,5.094792,158.45087,14.445598,251.36644,195.69893,2260.41,624.2774,115.260506,152.21034,303.76047,5.3060913,7.841947,20.952608,3.1743922,3.9584355,41.79316,53.81124,97.46558,27.061186,32.251686,69.47358,11.327358,3607.8926,27.069118,24.30914,19.394976,14.48468,211.10753,46.978592,24.180107,6.393252,17.800299,25.838488,91.84526,194.14091,52.698116,193.80627,37.97675,24.3128,124.07068,78.32285,399.14612,86.28438,1.9266883,5.8844085,6.085645,55.00877,11227.079,1.934147,21.377699,51.93871,21.314264,201.03864,58.43441,110.35885,2.406571,105.658066,441.7989,254.21016,85.81897,432.44388,47.962364,74.74864,121.93274,14.473425,2.499755,15.674458,727.4727,0.21461768,0.4904731,73.26707,12.071352,7.111347,8.5994625,16.197634,95.28223,33.21949,138.28212,703.48193,364.262,2678.218,2065.9556,39.535484,70.94656,5919.2427,12.234379,118.44086,678.49615,207.70888,280.08252,118.13336,730.805,731.28357,481.4082,24.19662,152.21397,573.7769,1087.7234,59.943554,568.6711,76.454384,1.3687707,50.563923,0.9976694,0.8812985,3.498031,39.0643,221.15225,68.60049,18.523298,857.3372,254.08423,147.2765,208.76076,53.705837,54.18817,29.505198,72.14502,26.830645,271.97363,127.986176,33.324375,33.2362,29.657526,66.22596,67.36631,9.789819,255.68524,71.75235,629.40283,24.3374,1218.5659,59.812824,389.33627,524.2507,24.546772,18.058401,677.6218,725.1058,1810.3074,211.26622 +2023-10-12 17:00:00,0.0,9994.18,278.16983,75.41983,83.699844,63.025772,292.88562,41.529354,78.62048,26.751358,46.572784,1491.5615,109.94247,25.717562,228.40529,0.6497764,0.5208685,39.953606,1.1237746,0.09763518,709.66876,0.069623835,677.882,97.90172,0.05258761,0.041677732,239.48425,35.07765,103.7503,129.28459,13057.813,0.121619046,2314.602,2.9445486,0.09942293,0.16574067,0.19185343,245.68338,306.746,25.188635,100.249664,39.849144,19.209732,1899.2316,2.1174386,74.42251,33.503193,443.10022,31.923468,445.42078,17.519876,87.67267,0.0,1122.686,4637.7764,2.460076,370.2386,58.408966,29843.89,49.18785,2.471893,19.933998,45.047234,13.053574,3.4124207,22.196947,713.7571,289.2937,27.11038,2.003667,5.0899773,158.36493,14.423753,251.28789,195.82285,2259.6323,624.45483,115.23694,152.18475,303.34918,5.3061533,7.8427997,20.985445,3.1750472,3.9634762,41.750896,53.765488,97.485344,27.045343,32.226936,69.44537,11.328555,3607.535,27.063475,24.30578,19.391577,14.478017,211.04541,46.957943,24.172714,6.3916287,17.789097,25.821093,91.79748,194.03183,52.652485,193.71487,37.946003,24.291943,124.01624,78.28632,398.6403,86.26546,1.9268764,5.881317,6.0844154,54.95957,11214.489,1.9346689,21.359087,51.968044,21.305208,200.95435,58.418816,110.37388,2.4083736,105.61301,441.8799,254.34428,85.74713,432.4817,47.987232,74.71534,121.88017,14.484073,2.5008473,15.67999,727.1394,0.21523735,0.4911129,73.291214,12.0689535,7.1150336,8.602576,16.198753,95.33312,33.199917,138.31668,703.6583,364.37622,2678.205,2065.9663,39.520344,70.93952,5914.4614,12.245706,118.39735,678.36346,207.62086,279.96817,118.101425,730.44336,730.831,481.36404,24.178955,152.14879,573.27856,1086.8268,59.86941,567.8834,76.35982,1.3695391,50.564323,0.9980329,0.8820743,3.5015807,39.0161,221.12752,68.53112,18.525763,856.4448,253.81429,147.12442,208.5215,53.661674,54.188843,29.489563,72.03296,26.817541,271.71652,127.841995,33.31884,33.19775,29.627554,66.16085,67.28053,9.777529,255.4446,71.675865,628.83954,24.315416,1217.3977,59.758865,389.47806,523.702,24.527407,18.05346,677.08887,724.7134,1809.892,211.5454 +2023-10-12 18:00:00,0.0,9984.275,277.8892,75.43421,83.7472,63.030846,292.9584,41.540745,78.66605,26.754478,46.59574,1490.57,109.88772,25.721981,228.46341,0.65152943,0.52252144,39.973553,1.1273977,0.097472936,710.1109,0.06957742,678.28546,97.94204,0.052501787,0.04162029,239.72018,35.09243,103.90323,129.35112,13046.957,0.12190548,2315.4756,2.9530754,0.09961846,0.16598873,0.19231774,245.7831,306.83774,25.199535,100.17137,39.85028,19.200611,1898.3256,2.1201775,74.40726,33.481163,443.16956,31.916452,445.32657,17.502583,87.62925,0.0,1122.306,4635.6123,2.4562953,370.0575,58.348488,29830.428,49.157425,2.468633,19.927189,45.0348,13.041188,3.4101298,22.190361,713.29694,289.03098,27.097805,2.001146,5.0851626,158.27899,14.401908,251.20935,195.94678,2258.8547,624.63226,115.21335,152.15916,302.9379,5.306215,7.843652,21.01828,3.175702,3.9685168,41.708637,53.719734,97.505104,27.0295,32.202187,69.41716,11.329752,3607.1775,27.057829,24.30242,19.388178,14.471353,210.98329,46.937298,24.165323,6.3900056,17.777895,25.8037,91.749695,193.92274,52.606853,193.62349,37.915253,24.271084,123.96181,78.2498,398.13446,86.24653,1.9270647,5.878226,6.0831857,54.910374,11201.898,1.9351909,21.340477,51.99738,21.296154,200.87007,58.403225,110.3889,2.410176,105.56795,441.96097,254.47842,85.6753,432.51947,48.012096,74.68204,121.8276,14.4947195,2.5019398,15.685522,726.80615,0.21585701,0.49175268,73.31536,12.066555,7.11872,8.605691,16.199871,95.384026,33.180344,138.35124,703.8347,364.49048,2678.1924,2065.977,39.505203,70.93249,5909.6797,12.257033,118.35383,678.23083,207.53287,279.85382,118.06949,730.0817,730.3785,481.31992,24.16129,152.0836,572.7803,1085.9303,59.79527,567.0958,76.26525,1.3703076,50.564728,0.9983964,0.8828501,3.5051305,38.967903,221.10277,68.461754,18.528227,855.5525,253.54434,146.97235,208.28226,53.61751,54.189518,29.473927,71.92089,26.804436,271.4594,127.697815,33.3133,33.159298,29.59758,66.09574,67.194756,9.765239,255.20396,71.59938,628.2763,24.29343,1216.2296,59.704903,389.6198,523.15344,24.50804,18.048517,676.55597,724.321,1809.4764,211.82457 +2023-10-12 19:00:00,0.0,9974.371,277.60855,75.44859,83.79455,63.03592,293.03122,41.552135,78.71163,26.757599,46.618694,1489.5782,109.83297,25.7264,228.52151,0.6532825,0.5241744,39.993496,1.1310207,0.09731069,710.5531,0.069531,678.6889,97.98236,0.052415967,0.041562855,239.9561,35.107216,104.05615,129.41766,13036.102,0.12219193,2316.349,2.9616024,0.09981399,0.16623679,0.19278201,245.8828,306.92947,25.210434,100.09308,39.851418,19.19149,1897.4197,2.1229167,74.392006,33.459137,443.23883,31.909435,445.23236,17.48529,87.58584,0.0,1121.9261,4633.4487,2.4525146,369.87637,58.28801,29816.967,49.127,2.465373,19.920378,45.02237,13.028802,3.4078388,22.183775,712.83673,288.76822,27.08523,1.998625,5.080348,158.19305,14.380063,251.1308,196.0707,2258.0774,624.80963,115.18977,152.13358,302.5266,5.306277,7.844504,21.051117,3.176357,3.9735572,41.666374,53.673985,97.524864,27.013657,32.177437,69.388954,11.33095,3606.8198,27.052185,24.299059,19.384779,14.464689,210.92119,46.91665,24.15793,6.3883824,17.766693,25.786304,91.70191,193.81366,52.561222,193.5321,37.884502,24.250227,123.90737,78.21327,397.62863,86.22761,1.9272528,5.8751345,6.081956,54.861176,11189.309,1.9357128,21.321865,52.026714,21.2871,200.7858,58.387634,110.40392,2.4119787,105.52288,442.04202,254.61256,85.60347,432.55725,48.03696,74.64874,121.775024,14.505367,2.5030322,15.691054,726.47284,0.21647668,0.49239245,73.33951,12.064157,7.1224065,8.608805,16.200989,95.43492,33.16077,138.3858,704.01105,364.60474,2678.1794,2065.9878,39.490063,70.92545,5904.8984,12.268361,118.31032,678.0982,207.44487,279.73947,118.03756,729.72003,729.92596,481.27576,24.143625,152.01842,572.2819,1085.0337,59.721127,566.3082,76.170685,1.371076,50.56513,0.9987599,0.8836259,3.5086803,38.919704,221.07803,68.39239,18.53069,854.66016,253.27441,146.82028,208.04301,53.57335,54.19019,29.45829,71.80882,26.79133,271.2023,127.553635,33.307766,33.120846,29.567608,66.030624,67.10898,9.752949,254.96333,71.522896,627.713,24.271444,1215.0615,59.650944,389.7616,522.60486,24.488672,18.043575,676.023,723.9286,1809.0609,212.10373 +2023-10-12 20:00:00,0.0,9964.467,277.32794,75.462975,83.841896,63.040993,293.104,41.563526,78.75721,26.76072,46.641647,1488.5867,109.77822,25.730822,228.57964,0.6550356,0.5258274,40.013443,1.1346437,0.09714845,710.99524,0.069484584,679.09235,98.02268,0.052330144,0.041505415,240.19203,35.122,104.20908,129.48419,13025.245,0.122478366,2317.2227,2.9701293,0.10000952,0.16648485,0.1932463,245.9825,307.0212,25.221334,100.014786,39.852554,19.18237,1896.5137,2.1256557,74.37676,33.437107,443.30814,31.90242,445.13815,17.467997,87.54242,0.0,1121.5461,4631.2847,2.4487338,369.69528,58.22753,29803.504,49.09657,2.462113,19.913568,45.009937,13.016417,3.4055479,22.177189,712.3765,288.50546,27.072657,1.9961041,5.0755334,158.1071,14.358218,251.05225,196.19463,2257.2998,624.98706,115.1662,152.108,302.11533,5.3063383,7.8453565,21.083952,3.177012,3.9785979,41.62411,53.628227,97.54462,26.997814,32.152687,69.36074,11.332147,3606.4624,27.046541,24.295698,19.381382,14.458026,210.85907,46.896,24.150537,6.3867593,17.755491,25.768911,91.65413,193.70459,52.51559,193.44072,37.853752,24.229368,123.852936,78.17675,397.1228,86.20869,1.927441,5.872043,6.080726,54.81198,11176.718,1.9362348,21.303255,52.05605,21.278044,200.70152,58.372044,110.418945,2.4137812,105.47782,442.12305,254.7467,85.53163,432.59506,48.06183,74.61544,121.72246,14.516014,2.5041246,15.696587,726.1396,0.21709634,0.49303225,73.363655,12.061759,7.126093,8.611919,16.202108,95.48582,33.141197,138.42036,704.18744,364.71896,2678.1667,2065.9985,39.474922,70.91842,5900.117,12.279689,118.2668,677.9655,207.35686,279.62512,118.00562,729.3584,729.47345,481.23163,24.12596,151.95322,571.78357,1084.1371,59.646988,565.5206,76.07612,1.3718444,50.565533,0.9991234,0.88440174,3.5122302,38.871506,221.05328,68.32301,18.533154,853.7678,253.00447,146.66821,207.80376,53.529186,54.19086,29.442654,71.69676,26.778225,270.9452,127.40945,33.302227,33.082394,29.537634,65.965515,67.02321,9.740659,254.72269,71.44641,627.1497,24.249458,1213.8933,59.59698,389.90335,522.0563,24.469305,18.038633,675.4901,723.5362,1808.6455,212.3829 +2023-10-12 21:00:00,0.0,9954.5625,277.0473,75.477356,83.88925,63.046066,293.1768,41.574917,78.80278,26.763838,46.664604,1487.5951,109.72347,25.73524,228.63776,0.6567887,0.52748036,40.033386,1.1382667,0.096986204,711.43744,0.069438174,679.4958,98.06301,0.05224432,0.041447975,240.42796,35.136787,104.36201,129.55074,13014.389,0.12276481,2318.0962,2.9786563,0.10020506,0.1667329,0.1937106,246.0822,307.11295,25.232235,99.93649,39.853687,19.173248,1895.6077,2.1283948,74.36151,33.41508,443.37744,31.895403,445.04395,17.450703,87.49901,0.0,1121.1663,4629.121,2.4449532,369.51416,58.167053,29790.043,49.066143,2.458853,19.906757,44.997505,13.004031,3.403257,22.170603,711.9164,288.24274,27.060081,1.9935831,5.070719,158.02116,14.336373,250.9737,196.31854,2256.5222,625.1645,115.14262,152.08241,301.70404,5.3064,7.8462086,21.116789,3.177667,3.9836385,41.58185,53.582478,97.56438,26.98197,32.127937,69.332535,11.3333435,3606.1047,27.040897,24.29234,19.377983,14.451362,210.79695,46.87535,24.143145,6.385136,17.74429,25.751516,91.606346,193.5955,52.46996,193.34933,37.823006,24.208511,123.7985,78.14022,396.61697,86.189766,1.9276291,5.8689513,6.079496,54.762783,11164.128,1.9367567,21.284643,52.085384,21.26899,200.61723,58.356453,110.43397,2.4155838,105.43276,442.2041,254.88083,85.4598,432.63284,48.086693,74.58214,121.66988,14.526661,2.505217,15.702119,725.8063,0.21771601,0.49367204,73.38781,12.0593605,7.129779,8.615033,16.203226,95.53671,33.121624,138.45493,704.36383,364.83322,2678.1538,2066.009,39.45978,70.91138,5895.336,12.291017,118.22329,677.8329,207.26886,279.51077,117.97369,728.99677,729.0209,481.18747,24.108295,151.88803,571.2853,1083.2405,59.572845,564.73303,75.98155,1.372613,50.565933,0.9994869,0.88517755,3.5157802,38.823307,221.02855,68.25365,18.535618,852.8755,252.73453,146.51613,207.56451,53.485023,54.191532,29.427017,71.584694,26.765121,270.68808,127.26527,33.29669,33.04394,29.50766,65.900406,66.93743,9.728369,254.48206,71.36993,626.5864,24.227472,1212.7252,59.543022,390.04514,521.5077,24.449938,18.033691,674.95715,723.1438,1808.23,212.66208 +2023-10-12 22:00:00,0.0,9944.658,276.76666,75.491745,83.9366,63.05114,293.2496,41.586308,78.84836,26.766958,46.687557,1486.6034,109.668724,25.73966,228.69586,0.6585418,0.5291333,40.053333,1.1418897,0.09682396,711.8796,0.06939176,679.89923,98.10333,0.052158497,0.041390534,240.66388,35.15157,104.51494,129.61726,13003.533,0.12305125,2318.97,2.9871833,0.10040059,0.16698097,0.19417489,246.1819,307.2047,25.243134,99.8582,39.854824,19.164127,1894.7017,2.131134,74.34626,33.39305,443.44678,31.888388,444.94974,17.43341,87.45559,0.0,1120.7864,4626.957,2.4411724,369.33307,58.106575,29776.582,49.035717,2.4555929,19.899948,44.985073,12.991645,3.4009657,22.164017,711.4562,287.97998,27.047506,1.9910622,5.065904,157.93523,14.314528,250.89516,196.44247,2255.7446,625.3419,115.11903,152.05682,301.29272,5.306462,7.8470607,21.149626,3.1783218,3.9886792,41.539585,53.536724,97.58414,26.966127,32.103188,69.30432,11.334541,3605.7473,27.035252,24.288979,19.374584,14.444698,210.73483,46.854702,24.135754,6.3835135,17.733088,25.734123,91.55856,193.48642,52.424328,193.25793,37.792255,24.187653,123.74406,78.1037,396.11115,86.17084,1.9278173,5.86586,6.078266,54.713585,11151.538,1.9372787,21.266031,52.11472,21.259933,200.53296,58.34086,110.44899,2.4173863,105.3877,442.28516,255.01497,85.38797,432.67062,48.11156,74.548836,121.61732,14.537309,2.5063093,15.707651,725.473,0.21833567,0.4943118,73.41196,12.056962,7.1334653,8.618147,16.204344,95.587616,33.10205,138.48949,704.5402,364.94748,2678.141,2066.0198,39.444637,70.90434,5890.5547,12.302344,118.17977,677.7002,207.18085,279.39645,117.94175,728.63513,728.56836,481.14334,24.09063,151.82285,570.7869,1082.3439,59.498703,563.94543,75.88698,1.3733814,50.566338,0.99985045,0.8859534,3.51933,38.77511,221.0038,68.18428,18.538082,851.98315,252.4646,146.36406,207.32527,53.44086,54.192204,29.41138,71.472626,26.752016,270.43097,127.121086,33.291153,33.00549,29.477688,65.8353,66.851654,9.716079,254.24141,71.29344,626.0232,24.205486,1211.557,59.489063,390.1869,520.9591,24.43057,18.028751,674.42426,722.7514,1807.8145,212.94125 +2023-10-12 23:00:00,0.0,9934.754,276.48605,75.50613,83.983955,63.056217,293.3224,41.5977,78.893936,26.770079,46.71051,1485.6118,109.613976,25.744081,228.75398,0.66029483,0.5307863,40.073277,1.1455127,0.09666171,712.3218,0.06934534,680.30273,98.143654,0.052072678,0.041333098,240.89981,35.166355,104.66786,129.6838,12992.677,0.12333769,2319.8435,2.9957101,0.10059612,0.16722903,0.19463918,246.28162,307.29645,25.254034,99.77991,39.85596,19.155006,1893.7958,2.133873,74.33102,33.371025,443.51608,31.88137,444.85553,17.416117,87.41218,0.0,1120.4065,4624.793,2.4373918,369.15195,58.046097,29763.12,49.005287,2.452333,19.893139,44.97264,12.9792595,3.3986747,22.15743,710.99603,287.71722,27.034931,1.9885412,5.0610895,157.84929,14.292684,250.8166,196.56639,2254.967,625.51935,115.09546,152.03123,300.88144,5.3065233,7.847913,21.18246,3.1789768,3.9937196,41.497322,53.49097,97.60389,26.950283,32.078438,69.276115,11.335738,3605.39,27.029608,24.285618,19.371185,14.438035,210.67271,46.834057,24.12836,6.3818903,17.721886,25.716728,91.51078,193.37733,52.378696,193.16655,37.761505,24.166796,123.68962,78.06717,395.60532,86.15192,1.9280055,5.8627687,6.0770364,54.664387,11138.947,1.9378006,21.247421,52.144054,21.25088,200.44868,58.325268,110.46401,2.419189,105.34264,442.36618,255.14911,85.31613,432.70844,48.136425,74.51553,121.56474,14.5479555,2.5074017,15.713183,725.1397,0.21895534,0.4949516,73.436104,12.054564,7.1371517,8.621262,16.205463,95.63851,33.082478,138.52405,704.71655,365.0617,2678.1282,2066.0305,39.429497,70.89731,5885.7734,12.313672,118.13625,677.56757,207.09285,279.2821,117.90982,728.27344,728.11584,481.09918,24.072964,151.75766,570.2886,1081.4473,59.42456,563.15784,75.79241,1.3741498,50.56674,1.000214,0.88672924,3.5228798,38.72691,220.97906,68.114914,18.540546,851.0908,252.19466,146.21199,207.08603,53.396698,54.192875,29.395744,71.360565,26.73891,270.17386,126.976906,33.285618,32.967037,29.447714,65.77018,66.765884,9.703788,254.00078,71.21696,625.4599,24.1835,1210.3889,59.4351,390.32867,520.4105,24.411203,18.02381,673.8913,722.359,1807.3989,213.22041 +2023-10-13 00:00:00,0.0,9924.85,276.2054,75.52051,84.0313,63.06129,293.39517,41.60909,78.93951,26.7732,46.733467,1484.6202,109.55923,25.7485,228.81209,0.6620479,0.53243923,40.093224,1.1491356,0.096499465,712.7639,0.06929892,680.7062,98.183975,0.051986855,0.041275658,241.13574,35.18114,104.82079,129.75034,12981.821,0.12362413,2320.717,3.0042372,0.100791655,0.16747709,0.19510347,246.38132,307.38818,25.264933,99.701614,39.857098,19.145885,1892.8898,2.1366122,74.315765,33.348995,443.58536,31.874355,444.76132,17.398825,87.36876,0.0,1120.0265,4622.6294,2.433611,368.97086,57.985615,29749.658,48.97486,2.4490728,19.886328,44.96021,12.966874,3.3963838,22.150845,710.5358,287.4545,27.022356,1.9860202,5.0562754,157.76335,14.270839,250.73805,196.69032,2254.1895,625.6968,115.07188,152.00565,300.47015,5.3065853,7.8487654,21.215298,3.1796317,3.9987602,41.45506,53.445217,97.62365,26.93444,32.053688,69.24791,11.336935,3605.0322,27.023964,24.282259,19.367786,14.431371,210.6106,46.813408,24.120968,6.380267,17.710684,25.699335,91.463,193.26825,52.333065,193.07516,37.730755,24.145937,123.635185,78.03065,395.0995,86.132996,1.9281937,5.8596773,6.0758066,54.615192,11126.357,1.9383227,21.22881,52.173386,21.241825,200.36441,58.309677,110.479034,2.4209914,105.297585,442.44724,255.28323,85.2443,432.74622,48.16129,74.48223,121.51217,14.558602,2.5084941,15.718716,724.80646,0.219575,0.49559137,73.46025,12.052166,7.140838,8.624375,16.206581,95.68941,33.062904,138.55861,704.89294,365.17596,2678.1155,2066.0413,39.414356,70.890274,5880.992,12.325,118.09274,677.4349,207.00484,279.16776,117.877884,727.9118,727.6633,481.05505,24.0553,151.69247,569.7903,1080.5508,59.35042,562.37024,75.697845,1.3749182,50.567142,1.0005774,0.88750505,3.5264297,38.67871,220.95432,68.04555,18.54301,850.1984,251.92473,146.0599,206.84677,53.352535,54.19355,29.380108,71.2485,26.725807,269.91675,126.832726,33.28008,32.928585,29.417742,65.70507,66.68011,9.691498,253.76013,71.14047,624.8966,24.161516,1209.2207,59.38114,390.47043,519.86194,24.391836,18.018867,673.3584,721.9666,1806.9835,213.49959 +2023-10-13 01:00:00,0.0,9914.945,275.92477,75.53489,84.07866,63.066364,293.468,41.62048,78.985085,26.776318,46.75642,1483.6285,109.50448,25.75292,228.87021,0.663801,0.53409225,40.113167,1.1527586,0.09633722,713.2061,0.069252506,681.1096,98.224304,0.05190103,0.041218217,241.37166,35.195927,104.97372,129.81688,12970.965,0.123910576,2321.5906,3.012764,0.10098719,0.16772515,0.19556776,246.48102,307.47992,25.275833,99.62332,39.85823,19.136765,1891.9838,2.1393511,74.300514,33.32697,443.65466,31.867338,444.66708,17.38153,87.32535,0.0,1119.6466,4620.4653,2.4298303,368.78976,57.925137,29736.197,48.944435,2.445813,19.879519,44.947777,12.954488,3.3940928,22.144258,710.0757,287.19174,27.00978,1.9834993,5.0514607,157.67741,14.248994,250.6595,196.81424,2253.4119,625.87415,115.048294,151.98006,300.05887,5.306647,7.8496175,21.248133,3.1802866,4.003801,41.412796,53.399467,97.64341,26.918596,32.02894,69.219696,11.338133,3604.6748,27.01832,24.278898,19.364388,14.424707,210.5485,46.79276,24.113575,6.378644,17.699482,25.68194,91.415215,193.15916,52.28743,192.98378,37.700005,24.12508,123.58075,77.99412,394.59366,86.11407,1.9283818,5.856586,6.074577,54.565994,11113.768,1.9388446,21.2102,52.20272,21.232769,200.28012,58.294086,110.49406,2.422794,105.25252,442.5283,255.41737,85.17247,432.784,48.186157,74.44893,121.4596,14.56925,2.5095866,15.724248,724.47314,0.22019468,0.49623117,73.4844,12.0497675,7.1445246,8.627489,16.2077,95.7403,33.04333,138.59317,705.06934,365.29022,2678.1025,2066.052,39.399216,70.88323,5876.211,12.336327,118.049225,677.30225,206.91684,279.0534,117.84595,727.5502,727.21075,481.0109,24.037634,151.62727,569.29193,1079.6542,59.27628,561.58264,75.60328,1.3756866,50.567543,1.0009409,0.88828087,3.5299795,38.630512,220.92958,67.97618,18.545475,849.3061,251.65479,145.90784,206.60753,53.308372,54.19422,29.364473,71.13643,26.712702,269.65964,126.68854,33.274544,32.890133,29.387768,65.63996,66.59433,9.679208,253.5195,71.06399,624.3334,24.13953,1208.0526,59.32718,390.6122,519.31335,24.37247,18.013926,672.82544,721.5742,1806.568,213.77876 +2023-10-13 02:00:00,0.0,9905.041,275.64417,75.54927,84.12601,63.071438,293.54077,41.63187,79.03066,26.779438,46.779373,1482.637,109.44973,25.757341,228.92833,0.6655541,0.5357452,40.133114,1.1563816,0.09617498,713.64825,0.06920609,681.51306,98.264626,0.051815208,0.041160777,241.60759,35.210712,105.12664,129.8834,12960.108,0.12419701,2322.464,3.021291,0.10118272,0.1679732,0.19603205,246.58072,307.57166,25.286734,99.54503,39.859367,19.127644,1891.0779,2.1420903,74.28527,33.30494,443.724,31.860323,444.57288,17.364239,87.28193,0.0,1119.2666,4618.3013,2.4260495,368.60864,57.86466,29722.734,48.914005,2.4425528,19.872707,44.93535,12.942102,3.3918018,22.137672,709.6155,286.92902,26.997206,1.9809783,5.046646,157.59148,14.227149,250.58096,196.93817,2252.6345,626.0516,115.02472,151.95447,299.64758,5.306709,7.8504696,21.28097,3.1809416,4.0088415,41.370533,53.35371,97.66317,26.902754,32.00419,69.19149,11.33933,3604.3171,27.012674,24.275537,19.360989,14.418044,210.48637,46.77211,24.106182,6.377021,17.68828,25.664547,91.36743,193.05008,52.2418,192.89238,37.66926,24.104221,123.52631,77.957596,394.08783,86.095146,1.92857,5.8534946,6.073347,54.516796,11101.177,1.9393665,21.191587,52.232056,21.223715,200.19585,58.278496,110.50908,2.4245968,105.20746,442.6093,255.55151,85.10063,432.8218,48.21102,74.415634,121.40703,14.579897,2.510679,15.72978,724.1399,0.22081435,0.49687096,73.508545,12.047369,7.148211,8.630604,16.208818,95.79121,33.023758,138.62773,705.2457,365.40445,2678.0896,2066.0627,39.384075,70.8762,5871.4297,12.347654,118.005714,677.16956,206.82883,278.93906,117.81402,727.18854,726.75824,480.96674,24.019968,151.56209,568.7936,1078.7576,59.202137,560.79504,75.50871,1.3764552,50.567947,1.0013044,0.8890567,3.5335295,38.582314,220.90485,67.906815,18.54794,848.41376,251.38484,145.75577,206.36829,53.26421,54.194893,29.348837,71.02437,26.699596,269.4025,126.54436,33.269005,32.85168,29.357796,65.57485,66.50855,9.666918,253.27885,70.9875,623.7701,24.117544,1206.8844,59.27322,390.754,518.7648,24.353104,18.008984,672.29254,721.1818,1806.1525,214.05794 +2023-10-13 03:00:00,0.0,9895.137,275.36353,75.56365,84.17336,63.07651,293.61356,41.64326,79.07623,26.782558,46.802326,1481.6454,109.39498,25.76176,228.98643,0.66730714,0.53739816,40.153057,1.1600046,0.096012734,714.0904,0.06915968,681.9165,98.30495,0.05172939,0.04110334,241.84352,35.225494,105.27957,129.94995,12949.253,0.12448346,2323.3376,3.0298178,0.101378255,0.16822127,0.19649634,246.68042,307.6634,25.297632,99.466736,39.860504,19.118523,1890.1719,2.1448293,74.27002,33.282913,443.7933,31.853306,444.47867,17.346945,87.23852,0.0,1118.8867,4616.1377,2.4222689,368.42755,57.80418,29709.273,48.88358,2.439293,19.865898,44.922916,12.929716,3.3895109,22.131086,709.15533,286.66626,26.98463,1.9784573,5.0418315,157.50554,14.205304,250.50241,197.06209,2251.857,626.229,115.00114,151.92888,299.2363,5.3067703,7.851322,21.313807,3.1815965,4.013882,41.32827,53.30796,97.68292,26.886911,31.979437,69.16328,11.340527,3603.9597,27.00703,24.272177,19.35759,14.41138,210.42426,46.75146,24.098791,6.3753977,17.677078,25.647152,91.31965,192.941,52.196167,192.801,37.638508,24.083364,123.47188,77.921074,393.582,86.076225,1.9287581,5.8504033,6.072117,54.467598,11088.587,1.9398885,21.172976,52.26139,21.214659,200.11157,58.2629,110.5241,2.4263992,105.1624,442.69037,255.68565,85.0288,432.8596,48.235886,74.38233,121.354454,14.590544,2.5117714,15.735312,723.8066,0.22143401,0.49751073,73.5327,12.044971,7.1518974,8.633718,16.209936,95.8421,33.004185,138.6623,705.4221,365.5187,2678.077,2066.0732,39.368935,70.86916,5866.6484,12.358982,117.9622,677.0369,206.74083,278.8247,117.78208,726.82684,726.3057,480.9226,24.002304,151.4969,568.2953,1077.861,59.127995,560.00745,75.41415,1.3772236,50.568348,1.001668,0.88983256,3.5370793,38.534115,220.8801,67.83745,18.550404,847.5214,251.11491,145.60368,206.12903,53.220047,54.195564,29.3332,70.9123,26.686491,269.1454,126.40018,33.26347,32.81323,29.327822,65.509735,66.42278,9.654628,253.03822,70.91102,623.2068,24.095558,1205.7163,59.21926,390.89575,518.2162,24.333736,18.004042,671.7596,720.7894,1805.737,214.3371 +2023-10-13 04:00:00,0.0,9885.232,275.0829,75.57803,84.22071,63.081585,293.68637,41.65465,79.12181,26.785679,46.825283,1480.6537,109.34023,25.76618,229.04456,0.66906023,0.5390511,40.173004,1.1636276,0.09585049,714.5326,0.06911326,682.31995,98.345276,0.051643565,0.0410459,242.07944,35.24028,105.432495,130.01648,12938.396,0.124769896,2324.2112,3.0383449,0.10157379,0.16846932,0.19696063,246.78012,307.75516,25.308533,99.38844,39.86164,19.109402,1889.2659,2.1475685,74.25477,33.260883,443.8626,31.84629,444.38446,17.32965,87.1951,0.0,1118.5068,4613.9736,2.418488,368.24643,57.743702,29695.81,48.853153,2.4360328,19.859089,44.910484,12.917331,3.38722,22.1245,708.6951,286.4035,26.972055,1.9759364,5.037017,157.41959,14.183459,250.42386,197.18602,2251.0793,626.40643,114.977554,151.90329,298.82498,5.3068323,7.8521743,21.346642,3.1822515,4.0189223,41.286007,53.262203,97.70268,26.871067,31.954687,69.13507,11.341724,3603.602,27.001387,24.268818,19.35419,14.4047165,210.36214,46.730816,24.091398,6.373775,17.665876,25.629759,91.271866,192.83191,52.150536,192.70961,37.607758,24.062506,123.41744,77.884544,393.07617,86.057304,1.9289464,5.847312,6.070887,54.4184,11075.996,1.9404104,21.154366,52.290726,21.205605,200.02728,58.24731,110.53913,2.428202,105.11734,442.77142,255.81978,84.95697,432.8974,48.260754,74.34903,121.30189,14.6011915,2.5128639,15.740845,723.4733,0.22205368,0.49815053,73.55685,12.042573,7.1555834,8.636831,16.211056,95.893,32.98461,138.69685,705.5985,365.63297,2678.064,2066.084,39.35379,70.86213,5861.867,12.37031,117.918686,676.9043,206.65283,278.71036,117.750145,726.4652,725.8532,480.87845,23.984638,151.43172,567.79694,1076.9644,59.053856,559.2198,75.31957,1.377992,50.568752,1.0020314,0.8906084,3.5406291,38.485916,220.85536,67.768074,18.552868,846.6291,250.84497,145.45161,205.88979,53.175884,54.196236,29.317564,70.80024,26.673388,268.88828,126.256,33.25793,32.774776,29.29785,65.444626,66.337006,9.642338,252.79759,70.83453,622.64355,24.073572,1204.5482,59.1653,391.03754,517.66754,24.31437,17.9991,671.2267,720.39703,1805.3215,214.61627 +2023-10-13 05:00:00,0.0,9875.328,274.80225,75.592415,84.26806,63.08666,293.75916,41.666042,79.16739,26.7888,46.848236,1479.6621,109.285484,25.770601,229.10268,0.6708133,0.5407041,40.192947,1.1672506,0.095688246,714.97473,0.069066845,682.72345,98.3856,0.051557742,0.04098846,242.31537,35.255066,105.58543,130.08302,12927.541,0.12505634,2325.085,3.046872,0.10176932,0.16871738,0.19742492,246.87984,307.8469,25.319431,99.31015,39.862774,19.10028,1888.3599,2.1503074,74.239525,33.238857,443.9319,31.839273,444.29025,17.312359,87.15169,0.0,1118.127,4611.81,2.4147074,368.06534,57.683224,29682.35,48.822723,2.4327729,19.852278,44.89805,12.904945,3.384929,22.117914,708.2349,286.14078,26.959482,1.9734154,5.0322022,157.33365,14.161614,250.3453,197.30995,2250.3018,626.58386,114.95398,151.8777,298.4137,5.306894,7.8530264,21.379478,3.1829064,4.023963,41.243744,53.216454,97.72244,26.855225,31.929937,69.10686,11.342921,3603.2446,26.995743,24.265457,19.350794,14.398053,210.30002,46.710167,24.084005,6.372152,17.654675,25.612364,91.22408,192.72284,52.104904,192.61823,37.577007,24.041649,123.363,77.84802,392.57034,86.038376,1.9291345,5.84422,6.0696573,54.369205,11063.406,1.9409324,21.135754,52.32006,21.196548,199.94301,58.23172,110.55415,2.4300044,105.07228,442.85245,255.95392,84.88513,432.93518,48.285618,74.31573,121.24931,14.611838,2.5139563,15.746376,723.14,0.22267334,0.49879032,73.58099,12.0401745,7.15927,8.639946,16.212173,95.94389,32.96504,138.73141,705.7749,365.7472,2678.0513,2066.0947,39.33865,70.85509,5857.0854,12.381638,117.87517,676.7716,206.56482,278.596,117.71821,726.1036,725.40063,480.83432,23.966974,151.36653,567.2986,1076.0677,58.979713,558.4322,75.225006,1.3787605,50.569153,1.0023949,0.8913842,3.544179,38.437717,220.83061,67.69871,18.555332,845.73676,250.57504,145.29955,205.65054,53.131718,54.196907,29.301928,70.68817,26.660282,268.63116,126.11181,33.252396,32.736324,29.267876,65.37952,66.25123,9.630048,252.55695,70.75805,622.08026,24.051586,1203.38,59.11134,391.1793,517.11896,24.295002,17.994158,670.6937,720.00464,1804.906,214.89545 +2023-10-13 06:00:00,0.0,9865.424,274.52164,75.6068,84.315414,63.091732,293.83194,41.677433,79.21296,26.791918,46.87119,1478.6705,109.230736,25.77502,229.16078,0.6725664,0.542357,40.212894,1.1708736,0.095526,715.41693,0.06902043,683.1269,98.42592,0.05147192,0.04093102,242.5513,35.26985,105.73835,130.14957,12916.685,0.12534279,2325.9585,3.0553987,0.10196485,0.16896544,0.19788921,246.97954,307.93863,25.330332,99.23186,39.86391,19.09116,1887.454,2.1530466,74.22427,33.21683,444.00122,31.832258,444.19604,17.295065,87.10827,0.0,1117.747,4609.646,2.4109266,367.88422,57.622746,29668.889,48.792297,2.4295127,19.845469,44.88562,12.892559,3.382638,22.111328,707.7748,285.87802,26.946907,1.9708945,5.0273876,157.24771,14.139769,250.26677,197.43387,2249.5242,626.7613,114.930405,151.85211,298.0024,5.3069553,7.853879,21.412315,3.1835613,4.0290036,41.20148,53.1707,97.7422,26.83938,31.905188,69.07865,11.344119,3602.8872,26.990097,24.262096,19.347395,14.391389,210.2379,46.689518,24.076612,6.3705287,17.643473,25.59497,91.1763,192.61375,52.059273,192.52684,37.546257,24.02079,123.30856,77.81149,392.0645,86.019455,1.9293227,5.841129,6.0684276,54.320007,11050.816,1.9414543,21.117144,52.349396,21.187494,199.85873,58.21613,110.569176,2.431807,105.02722,442.9335,256.08804,84.8133,432.97296,48.310482,74.282425,121.19674,14.622485,2.5150487,15.751908,722.80676,0.223293,0.4994301,73.60514,12.037776,7.162956,8.64306,16.213293,95.9948,32.945465,138.76598,705.9513,365.86145,2678.0383,2066.1055,39.32351,70.84805,5852.304,12.392965,117.83165,676.639,206.47682,278.48166,117.68628,725.74194,724.9481,480.79016,23.949308,151.30135,566.8003,1075.1713,58.90557,557.6446,75.13044,1.3795289,50.569553,1.0027584,0.89216,3.5477288,38.38952,220.80588,67.62934,18.557796,844.8444,250.3051,145.14746,205.41129,53.087555,54.197582,29.286291,70.5761,26.647177,268.37405,125.96763,33.246857,32.697872,29.237904,65.3144,66.16546,9.617758,252.31631,70.681564,621.51697,24.029602,1202.2119,59.057377,391.32108,516.5704,24.275635,17.989216,670.1608,719.61224,1804.4905,215.17462 +2023-10-13 07:00:00,0.0,9855.52,274.241,75.62118,84.36276,63.096806,293.90475,41.688824,79.25854,26.795038,46.894146,1477.6788,109.17599,25.77944,229.2189,0.6743195,0.54401004,40.232838,1.1744965,0.09536376,715.8591,0.06897401,683.53033,98.46624,0.051386096,0.040873583,242.78722,35.284637,105.89128,130.2161,12905.829,0.12562922,2326.832,3.0639257,0.10216039,0.1692135,0.1983535,247.07924,308.03036,25.341232,99.153564,39.865047,19.082039,1886.548,2.1557856,74.20902,33.1948,444.07053,31.825241,444.10184,17.277773,87.06486,0.0,1117.367,4607.482,2.407146,367.70312,57.562267,29655.426,48.76187,2.4262528,19.838657,44.873188,12.880174,3.3803468,22.104742,707.3146,285.61526,26.934332,1.9683734,5.022573,157.16177,14.117924,250.18822,197.5578,2248.7466,626.93866,114.906815,151.82652,297.59113,5.3070173,7.854731,21.44515,3.1842163,4.0340443,41.159218,53.124947,97.761955,26.823538,31.880438,69.05044,11.345316,3602.5295,26.984453,24.258736,19.343996,14.384726,210.1758,46.66887,24.06922,6.3689055,17.63227,25.577576,91.12852,192.50467,52.01364,192.43544,37.51551,23.999933,123.25413,77.77497,391.5587,86.000534,1.9295108,5.8380375,6.067198,54.27081,11038.226,1.9419763,21.098532,52.37873,21.17844,199.77446,58.20054,110.5842,2.4336095,104.982155,443.01456,256.2222,84.74147,433.01077,48.33535,74.24912,121.14417,14.633133,2.5161412,15.757441,722.47345,0.22391267,0.50006986,73.62929,12.035378,7.1666427,8.646174,16.21441,96.04569,32.92589,138.80054,706.1277,365.97568,2678.0256,2066.1162,39.30837,70.84102,5847.523,12.404293,117.78814,676.5063,206.38881,278.3673,117.65434,725.38025,724.4956,480.74603,23.931643,151.23615,566.30194,1074.2747,58.831432,556.857,75.03587,1.3802973,50.569958,1.003122,0.8929358,3.5512788,38.34132,220.78113,67.559975,18.56026,843.952,250.03516,144.99539,205.17204,53.043392,54.198254,29.270655,70.46404,26.634073,268.11694,125.82345,33.24132,32.65942,29.20793,65.24929,66.07968,9.605468,252.07567,70.60508,620.95374,24.007616,1201.0437,59.003418,391.46283,516.0218,24.256268,17.984274,669.62787,719.21985,1804.0751,215.45378 +2023-10-13 08:00:00,0.0,9845.614,273.96036,75.63556,84.41012,63.10188,293.97754,41.700214,79.304115,26.798159,46.9171,1476.6873,109.12125,25.783861,229.27701,0.67607254,0.545663,40.252785,1.1781195,0.095201515,716.3013,0.0689276,683.9338,98.50657,0.051300276,0.040816143,243.02315,35.29942,106.044205,130.28264,12894.973,0.12591566,2327.7056,3.0724525,0.10235592,0.16946156,0.19881779,247.17894,308.1221,25.35213,99.07527,39.86618,19.072918,1885.642,2.1585248,74.19378,33.172775,444.13983,31.818226,444.00763,17.260479,87.02144,0.0,1116.987,4605.3184,2.4033651,367.52203,57.50179,29641.965,48.73144,2.4229927,19.831848,44.860756,12.867788,3.3780558,22.098156,706.85443,285.35254,26.921757,1.9658525,5.0177584,157.07584,14.096079,250.10966,197.68172,2247.969,627.1161,114.88324,151.80093,297.17984,5.307079,7.855583,21.477987,3.1848712,4.039085,41.116955,53.079193,97.781715,26.807693,31.855688,69.02223,11.346513,3602.172,26.97881,24.255377,19.340597,14.378062,210.11368,46.64822,24.061829,6.3672824,17.621069,25.560183,91.080734,192.39558,51.96801,192.34406,37.48476,23.979074,123.19969,77.73844,391.0529,85.981606,1.9296991,5.834946,6.065968,54.22161,11025.636,1.9424982,21.079922,52.408066,21.169384,199.69017,58.184948,110.59922,2.4354122,104.937096,443.09558,256.35632,84.66963,433.04855,48.360214,74.21582,121.0916,14.64378,2.5172336,15.762973,722.1402,0.22453234,0.50070965,73.653435,12.03298,7.170329,8.649288,16.215528,96.09659,32.90632,138.83508,706.304,366.08994,2678.0127,2066.1267,39.29323,70.833984,5842.7417,12.415621,117.74462,676.37366,206.30081,278.25296,117.622406,725.0186,724.043,480.70187,23.913979,151.17096,565.8036,1073.378,58.75729,556.0694,74.94131,1.3810658,50.57036,1.0034854,0.8937117,3.5548286,38.293118,220.7564,67.49061,18.562725,843.0597,249.76523,144.84332,204.9328,52.99923,54.198925,29.255018,70.351974,26.620968,267.85983,125.67927,33.235783,32.620968,29.177956,65.18418,65.993904,9.593178,251.83504,70.528595,620.39044,23.98563,1199.8756,58.94946,391.6046,515.4732,24.236902,17.979332,669.095,718.82745,1803.6595,215.73296 +2023-10-13 09:00:00,0.0,9835.71,273.67975,75.64994,84.457466,63.106956,294.05032,41.711605,79.349686,26.80128,46.940052,1475.6957,109.0665,25.78828,229.33513,0.6778256,0.54731596,40.272728,1.1817425,0.09503927,716.7434,0.068881184,684.3372,98.54689,0.051214453,0.040758703,243.25908,35.314205,106.197136,130.34917,12884.116,0.1262021,2328.579,3.0809796,0.10255145,0.16970962,0.19928208,247.27864,308.21384,25.363031,98.99698,39.867317,19.063797,1884.736,2.161264,74.17853,33.150745,444.20917,31.811209,443.9134,17.243187,86.97803,0.0,1116.6072,4603.1543,2.3995845,367.3409,57.44131,29628.502,48.701015,2.4197328,19.825037,44.848324,12.855402,3.3757648,22.09157,706.3942,285.08978,26.909182,1.9633316,5.0129437,156.9899,14.074234,250.03111,197.80565,2247.1917,627.2935,114.859665,151.77534,296.76855,5.307141,7.8564353,21.510822,3.1855261,4.0441256,41.07469,53.03344,97.801476,26.791851,31.830938,68.99402,11.347711,3601.8145,26.973166,24.252016,19.337198,14.371398,210.05156,46.62757,24.054436,6.365659,17.609867,25.542788,91.03295,192.2865,51.92238,192.25267,37.45401,23.958218,123.145256,77.70192,390.54706,85.962685,1.9298872,5.831855,6.064738,54.172417,11013.045,1.9430202,21.06131,52.4374,21.16033,199.6059,58.169353,110.61424,2.4372146,104.89204,443.17664,256.49045,84.5978,433.08633,48.385082,74.182526,121.03903,14.654427,2.518326,15.768505,721.8069,0.225152,0.50134945,73.67759,12.030581,7.1740155,8.652402,16.216648,96.147484,32.886745,138.86964,706.4804,366.2042,2678.0,2066.1375,39.278088,70.82695,5837.9604,12.426948,117.70111,676.24097,206.2128,278.1386,117.59048,724.657,723.5905,480.65775,23.896313,151.10577,565.3053,1072.4814,58.683147,555.2818,74.84674,1.3818343,50.570763,1.0038489,0.8944875,3.5583785,38.24492,220.73164,67.42124,18.565187,842.16736,249.49529,144.69125,204.69354,52.955067,54.199596,29.239384,70.23991,26.607862,267.60272,125.53509,33.230247,32.582516,29.147984,65.11907,65.90813,9.580888,251.59439,70.45211,619.82715,23.963644,1198.7074,58.895496,391.74637,514.9246,24.217535,17.97439,668.562,718.43506,1803.244,216.01213 +2023-10-13 10:00:00,0.0,9825.806,273.3991,75.66432,84.50482,63.11203,294.12314,41.722996,79.39526,26.804398,46.96301,1474.704,109.01175,25.7927,229.39325,0.6795787,0.5489689,40.292675,1.1853656,0.09487703,717.1856,0.06883477,684.74066,98.58721,0.05112863,0.040701263,243.495,35.32899,106.35006,130.41571,12873.261,0.12648855,2329.4526,3.0895064,0.102746986,0.16995768,0.19974636,247.37834,308.3056,25.37393,98.918686,39.868454,19.054676,1883.8301,2.164003,74.16328,33.12872,444.27844,31.804193,443.81918,17.225893,86.93461,0.0,1116.2273,4600.99,2.3958037,367.15982,57.380833,29615.041,48.67059,2.4164727,19.818228,44.83589,12.843017,3.373474,22.084984,705.9341,284.82706,26.896606,1.9608105,5.008129,156.90396,14.052389,249.95258,197.92957,2246.414,627.47095,114.83608,151.74976,296.35724,5.3072023,7.857288,21.54366,3.186181,4.049166,41.03243,52.987686,97.82123,26.776009,31.806189,68.96581,11.348907,3601.457,26.96752,24.248655,19.3338,14.364735,209.98944,46.606926,24.047043,6.364036,17.598665,25.525394,90.98517,192.17741,51.876747,192.16129,37.42326,23.937359,123.09082,77.66539,390.04123,85.94376,1.9300754,5.8287635,6.063508,54.12322,11000.455,1.9435421,21.042698,52.466736,21.151274,199.52162,58.153763,110.629265,2.4390173,104.84698,443.2577,256.6246,84.52596,433.12415,48.409946,74.14922,120.98646,14.665074,2.5194185,15.774037,721.47363,0.22577167,0.50198925,73.70174,12.028184,7.177702,8.655517,16.217766,96.19838,32.867172,138.9042,706.65674,366.31842,2677.987,2066.1482,39.262947,70.81991,5833.179,12.438275,117.65759,676.10834,206.1248,278.02426,117.55854,724.29535,723.138,480.6136,23.878649,151.04059,564.80695,1071.5848,58.609005,554.4942,74.75217,1.3826027,50.571163,1.0042125,0.8952633,3.5619283,38.19672,220.70691,67.351875,18.567652,841.275,249.22536,144.53917,204.4543,52.910904,54.200268,29.223747,70.127846,26.594759,267.3456,125.3909,33.22471,32.544064,29.11801,65.053955,65.82236,9.568598,251.35376,70.375626,619.2639,23.941658,1197.5393,58.841537,391.88815,514.37604,24.198168,17.969448,668.0291,718.04266,1802.8286,216.29129 +2023-10-13 11:00:00,0.0,9815.901,273.11847,75.6787,84.55217,63.117104,294.19592,41.734386,79.44084,26.807518,46.985962,1473.7124,108.957,25.797121,229.45135,0.6813318,0.55062187,40.312622,1.1889886,0.09471478,717.62775,0.06878835,685.1441,98.62753,0.051042806,0.040643826,243.73093,35.343777,106.50299,130.48224,12862.404,0.126775,2330.3262,3.0980334,0.10294252,0.17020574,0.20021066,247.47806,308.39734,25.38483,98.84039,39.86959,19.045555,1882.9241,2.166742,74.14803,33.10669,444.34772,31.797178,443.72498,17.2086,86.8912,0.0,1115.8474,4598.8267,2.392023,366.9787,57.320354,29601.58,48.64016,2.4132128,19.811419,44.823463,12.83063,3.371183,22.078398,705.4739,284.5643,26.884031,1.9582896,5.003315,156.81802,14.030544,249.87402,198.0535,2245.6365,627.6484,114.81251,151.72417,295.94595,5.3072643,7.85814,21.576496,3.186836,4.054207,40.990166,52.941933,97.84099,26.760164,31.781439,68.93761,11.350104,3601.0994,26.961876,24.245296,19.3304,14.358071,209.92732,46.586277,24.03965,6.3624134,17.587463,25.508001,90.937386,192.06833,51.831116,192.06989,37.39251,23.916502,123.03638,77.62887,389.5354,85.92484,1.9302635,5.825672,6.0622783,54.07402,10987.865,1.9440641,21.024088,52.496067,21.14222,199.43735,58.138172,110.64429,2.4408197,104.80192,443.3387,256.75873,84.45413,433.16193,48.43481,74.11592,120.93388,14.675721,2.520511,15.77957,721.1403,0.22639135,0.50262904,73.72588,12.025785,7.181388,8.65863,16.218885,96.24928,32.8476,138.93877,706.8331,366.43268,2677.9744,2066.159,39.247803,70.812874,5828.398,12.449603,117.61408,675.9757,206.0368,277.9099,117.5266,723.93365,722.6855,480.56946,23.860983,150.9754,564.3086,1070.6882,58.534866,553.7066,74.6576,1.3833711,50.571568,1.004576,0.8960391,3.565478,38.14852,220.68216,67.28251,18.570116,840.3827,248.95541,144.3871,204.21506,52.86674,54.20094,29.20811,70.01578,26.581654,267.0885,125.24672,33.21917,32.50561,29.088037,64.988846,65.73658,9.556308,251.11311,70.29914,618.7006,23.919672,1196.3711,58.787575,392.0299,513.82745,24.1788,17.964506,667.49615,717.65027,1802.4131,216.57047 +2023-10-13 12:00:00,0.0,9805.997,272.83786,75.693085,84.59952,63.122177,294.2687,41.745777,79.48641,26.810638,47.008915,1472.7208,108.90225,25.80154,229.50948,0.68308485,0.5522749,40.332565,1.1926116,0.09455254,718.0699,0.06874193,685.5476,98.66786,0.050956987,0.040586386,243.96686,35.35856,106.655914,130.54878,12851.549,0.12706143,2331.2,3.1065605,0.103138044,0.1704538,0.20067495,247.57776,308.48907,25.395731,98.7621,39.870724,19.036434,1882.0181,2.169481,74.13278,33.084663,444.41705,31.790161,443.63077,17.191307,86.84778,0.0,1115.4674,4596.6626,2.3882422,366.7976,57.259876,29588.117,48.609734,2.4099526,19.804607,44.811028,12.818245,3.368892,22.071812,705.0137,284.30154,26.871456,1.9557686,4.9985003,156.73209,14.008699,249.79547,198.17741,2244.859,627.8258,114.788925,151.6986,295.53467,5.307326,7.858992,21.609331,3.187491,4.059247,40.947906,52.896183,97.86075,26.744322,31.75669,68.90939,11.351302,3600.742,26.956232,24.241936,19.327003,14.351407,209.8652,46.565628,24.032259,6.3607903,17.576262,25.490606,90.8896,191.95926,51.785484,191.9785,37.361763,23.895643,122.98194,77.59234,389.02957,85.905914,1.9304518,5.8225803,6.0610485,54.024822,10975.274,1.944586,21.005476,52.525402,21.133165,199.35306,58.12258,110.65931,2.4426224,104.75686,443.41977,256.89285,84.3823,433.1997,48.45968,74.08262,120.88132,14.686368,2.5216033,15.785102,720.80707,0.22701101,0.5032688,73.75003,12.023387,7.1850743,8.661744,16.220003,96.30018,32.828026,138.97333,707.0095,366.54694,2677.9614,2066.1697,39.232662,70.80584,5823.6167,12.460931,117.570564,675.843,205.94879,277.79556,117.494675,723.572,722.2329,480.5253,23.843317,150.91022,563.8103,1069.7917,58.460724,552.919,74.563034,1.3841395,50.571968,1.0049394,0.89681494,3.5690281,38.100323,220.65742,67.21314,18.57258,839.49036,248.68547,144.23503,203.9758,52.82258,54.201614,29.192474,69.90371,26.568548,266.8314,125.10254,33.213634,32.46716,29.058064,64.92374,65.6508,9.544018,250.87248,70.22266,618.1373,23.897688,1195.203,58.733616,392.1717,513.2789,24.159433,17.959564,666.96326,717.2579,1801.9976,216.84964 +2023-10-13 13:00:00,0.0,9796.093,272.55722,75.707466,84.64687,63.12725,294.3415,41.757168,79.53199,26.813759,47.03187,1471.7291,108.8475,25.80596,229.5676,0.68483794,0.55392784,40.352512,1.1962345,0.094390295,718.5121,0.068695515,685.95105,98.70818,0.050871164,0.040528946,244.20277,35.373344,106.808846,130.61531,12840.692,0.12734787,2332.0735,3.1150873,0.10333358,0.17070186,0.20113923,247.67746,308.5808,25.40663,98.68381,39.87186,19.027313,1881.1122,2.1722202,74.11753,33.062634,444.48636,31.783146,443.53656,17.174013,86.80437,0.0,1115.0875,4594.4985,2.3844616,366.6165,57.199398,29574.656,48.579308,2.4066927,19.797798,44.798595,12.80586,3.366601,22.065226,704.5535,284.03882,26.858881,1.9532477,4.9936857,156.64613,13.986855,249.71692,198.30135,2244.0813,628.0032,114.76534,151.673,295.12338,5.307388,7.8598447,21.642168,3.1881459,4.0642877,40.905643,52.850426,97.88051,26.728477,31.73194,68.88119,11.352499,3600.3845,26.950588,24.238575,19.323605,14.344744,209.8031,46.54498,24.024866,6.359167,17.56506,25.473213,90.84182,191.85017,51.739853,191.88712,37.331013,23.874786,122.927505,77.55582,388.52374,85.88699,1.9306399,5.819489,6.0598187,53.975628,10962.685,1.945108,20.986866,52.554737,21.12411,199.26878,58.10699,110.67433,2.4444249,104.71179,443.50082,257.027,84.31046,433.23752,48.484543,74.04932,120.82874,14.697016,2.5226958,15.790634,720.47375,0.22763067,0.5039086,73.77418,12.020988,7.1887608,8.664859,16.22112,96.351074,32.808453,139.00789,707.1859,366.66116,2677.9487,2066.1804,39.21752,70.798805,5818.8354,12.472259,117.52705,675.7104,205.8608,277.6812,117.46274,723.2104,721.7804,480.48117,23.825653,150.84502,563.31195,1068.8951,58.38658,552.1314,74.46847,1.384908,50.572372,1.0053029,0.89759076,3.572578,38.052124,220.63268,67.14377,18.575045,838.59796,248.41554,144.08295,203.73656,52.778416,54.202286,29.176838,69.79165,26.555443,266.57428,124.95836,33.208096,32.428707,29.028091,64.85862,65.56503,9.531728,250.63184,70.14617,617.57404,23.875702,1194.0348,58.679657,392.31345,512.7303,24.140066,17.954622,666.4303,716.8655,1801.582,217.12881 +2023-10-13 14:00:00,0.0,9786.188,272.27658,75.72185,84.69422,63.132324,294.4143,41.76856,79.57757,26.816877,47.054825,1470.7375,108.792755,25.81038,229.6257,0.686591,0.5555808,40.372456,1.1998575,0.09422805,718.9542,0.068649106,686.3545,98.748505,0.05078534,0.040471505,244.4387,35.38813,106.96177,130.68185,12829.836,0.12763432,2332.947,3.1236143,0.10352911,0.17094994,0.20160353,247.77716,308.67255,25.41753,98.605515,39.872997,19.018192,1880.2062,2.1749592,74.10229,33.040607,444.55566,31.776129,443.44235,17.156721,86.76095,0.0,1114.7076,4592.335,2.3806808,366.4354,57.13892,29561.195,48.548878,2.4034326,19.790987,44.786163,12.793473,3.36431,22.058641,704.0933,283.77606,26.846306,1.9507267,4.988871,156.5602,13.96501,249.63838,198.42526,2243.3037,628.1806,114.74177,151.64742,294.7121,5.3074493,7.860697,21.675003,3.1888008,4.0693283,40.86338,52.804676,97.90026,26.712635,31.70719,68.852974,11.353696,3600.0269,26.944942,24.235214,19.320206,14.33808,209.74098,46.52433,24.017473,6.357544,17.553858,25.455818,90.79404,191.74109,51.694218,191.79573,37.300262,23.853928,122.87307,77.51929,388.0179,85.86807,1.9308281,5.8163977,6.058589,53.92643,10950.095,1.94563,20.968254,52.584072,21.115055,199.18451,58.091396,110.689354,2.4462276,104.66673,443.58185,257.16113,84.23863,433.2753,48.509407,74.016014,120.77617,14.707663,2.5237882,15.796166,720.1405,0.22825034,0.5045484,73.798325,12.018591,7.192447,8.667973,16.22224,96.40197,32.78888,139.04245,707.3623,366.77542,2677.9358,2066.191,39.20238,70.79176,5814.054,12.483586,117.483536,675.5777,205.77278,277.56686,117.4308,722.84875,721.3279,480.437,23.807987,150.77983,562.8136,1067.9985,58.31244,551.34375,74.3739,1.3856765,50.572773,1.0056665,0.89836663,3.5761278,38.003925,220.60794,67.0744,18.577509,837.7056,248.1456,143.93088,203.49731,52.734253,54.202957,29.161201,69.67958,26.54234,266.31714,124.81417,33.20256,32.390255,28.998117,64.79351,65.479256,9.519438,250.3912,70.06969,617.0108,23.853716,1192.8667,58.625694,392.45523,512.1817,24.120699,17.94968,665.8974,716.4731,1801.1666,217.40797 +2023-10-13 15:00:00,0.0,9776.284,271.99594,75.73623,84.74158,63.137398,294.4871,41.77995,79.62314,26.819998,47.077778,1469.746,108.73801,25.8148,229.68382,0.6883441,0.55723375,40.392403,1.2034805,0.09406581,719.3964,0.06860269,686.75793,98.788826,0.050699517,0.04041407,244.67464,35.402916,107.1147,130.74838,12818.98,0.12792076,2333.8206,3.132141,0.10372464,0.171198,0.2020678,247.87686,308.7643,25.428429,98.527214,39.874134,19.009071,1879.3002,2.1776984,74.087036,33.018578,444.62494,31.769114,443.34814,17.139427,86.71754,0.0,1114.3276,4590.171,2.3769002,366.25427,57.07844,29547.732,48.51845,2.4001727,19.784178,44.773735,12.781088,3.362019,22.052055,703.6332,283.5133,26.833733,1.9482057,4.9840565,156.47426,13.943165,249.55983,198.5492,2242.5261,628.35803,114.718185,151.62183,294.30078,5.307511,7.861549,21.70784,3.1894557,4.074369,40.821117,52.75892,97.92002,26.696793,31.68244,68.82477,11.354894,3599.6694,26.939299,24.231855,19.316807,14.331416,209.67886,46.503685,24.01008,6.355921,17.542656,25.438425,90.746254,191.632,51.648586,191.70435,37.269512,23.83307,122.818634,77.482765,387.5121,85.849144,1.9310162,5.8133063,6.057359,53.87723,10937.504,1.946152,20.949642,52.613407,21.105999,199.10023,58.075806,110.70438,2.44803,104.62167,443.6629,257.2953,84.1668,433.31308,48.534275,73.98271,120.7236,14.718309,2.5248804,15.801699,719.8072,0.22887,0.50518817,73.82247,12.016192,7.1961336,8.671086,16.223358,96.45287,32.769306,139.07701,707.5387,366.88968,2677.923,2066.2017,39.18724,70.78473,5809.2725,12.494914,117.44002,675.44507,205.68478,277.4525,117.398865,722.48706,720.87537,480.39288,23.790321,150.71465,562.3153,1067.1019,58.2383,550.55615,74.27933,1.3864449,50.573177,1.00603,0.89914244,3.5796776,37.955727,220.58319,67.005035,18.579973,836.8133,247.87567,143.77881,203.25807,52.69009,54.20363,29.145565,69.56752,26.529234,266.06003,124.66999,33.19702,32.351803,28.968145,64.7284,65.39348,9.507147,250.15057,69.9932,616.4475,23.83173,1191.6986,58.571735,392.597,511.6331,24.101334,17.944738,665.36444,716.0807,1800.7511,217.68715 +2023-10-13 16:00:00,0.0,9766.38,271.71533,75.75061,84.788925,63.14247,294.55988,41.79134,79.66872,26.823118,47.100735,1468.7543,108.68326,25.81922,229.74193,0.6900972,0.5588867,40.412346,1.2071035,0.093903564,719.83856,0.06855627,687.1614,98.829155,0.050613698,0.04035663,244.91055,35.4177,107.267624,130.81493,12808.124,0.12820719,2334.694,3.1406682,0.10392018,0.17144606,0.20253208,247.97658,308.85605,25.43933,98.44892,39.875267,18.99995,1878.3942,2.1804373,74.071785,32.99655,444.69427,31.762096,443.25394,17.122135,86.67412,0.0,1113.9478,4588.0073,2.3731194,366.07318,57.017963,29534.271,48.488026,2.3969126,19.777369,44.761303,12.7687025,3.359728,22.04547,703.173,283.25058,26.821157,1.9456848,4.979242,156.38832,13.92132,249.48128,198.67311,2241.7485,628.53546,114.6946,151.59624,293.8895,5.307573,7.862401,21.740677,3.1901107,4.0794096,40.778854,52.71317,97.93978,26.680948,31.65769,68.796555,11.356091,3599.3118,26.933655,24.228495,19.313408,14.324753,209.61674,46.483036,24.002687,6.3542976,17.531454,25.42103,90.69847,191.52292,51.602955,191.61295,37.238766,23.812214,122.7642,77.446236,387.00626,85.83022,1.9312044,5.810215,6.056129,53.828033,10924.914,1.9466739,20.931032,52.642742,21.096945,199.01595,58.060215,110.719406,2.4498327,104.576614,443.74396,257.4294,84.09496,433.3509,48.55914,73.94941,120.67103,14.728957,2.5259728,15.807231,719.47394,0.22948967,0.50582796,73.84663,12.013794,7.19982,8.674201,16.224476,96.50377,32.749733,139.11157,707.7151,367.0039,2677.9102,2066.2124,39.1721,70.777695,5804.491,12.506242,117.39651,675.3124,205.59677,277.33817,117.366936,722.1254,720.4228,480.34872,23.772657,150.64946,561.81696,1066.2053,58.164158,549.76855,74.18476,1.3872133,50.573578,1.0063934,0.89991826,3.5832276,37.907528,220.55846,66.93567,18.582438,835.92096,247.60573,143.62672,203.01881,52.645927,54.2043,29.129929,69.45545,26.516129,265.80292,124.52581,33.191486,32.31335,28.938171,64.66329,65.3077,9.494857,249.90993,69.91672,615.8842,23.809744,1190.5304,58.517773,392.73877,511.0845,24.081966,17.939796,664.83154,715.6883,1800.3356,217.96632 +2023-10-13 17:00:00,0.0,9756.476,271.4347,75.76499,84.83628,63.147545,294.6327,41.80273,79.714294,26.826239,47.123688,1467.7627,108.62851,25.82364,229.80005,0.69185024,0.5605397,40.432293,1.2107265,0.09374132,720.28076,0.068509854,687.5648,98.86948,0.050527874,0.04029919,245.14648,35.432484,107.42055,130.88145,12797.269,0.12849364,2335.5676,3.1491952,0.10411571,0.17169411,0.20299639,248.07628,308.94778,25.45023,98.37063,39.876404,18.99083,1877.4883,2.1831765,74.05654,32.97452,444.76358,31.755081,443.1597,17.104841,86.63071,0.0,1113.5679,4585.8433,2.3693388,365.8921,56.957485,29520.809,48.457596,2.3936527,19.770557,44.74887,12.756316,3.357437,22.038883,702.7128,282.98782,26.808582,1.9431638,4.974427,156.30238,13.899475,249.40273,198.79704,2240.9712,628.7129,114.67103,151.57065,293.4782,5.3076344,7.8632536,21.773512,3.1907656,4.0844502,40.73659,52.667416,97.95954,26.665106,31.63294,68.76835,11.357287,3598.9543,26.928009,24.225134,19.310009,14.3180895,209.55463,46.462387,23.995296,6.352675,17.520252,25.403637,90.65069,191.41383,51.557323,191.52156,37.208015,23.791355,122.709755,77.40971,386.50043,85.8113,1.9313926,5.8071237,6.054899,53.77884,10912.323,1.9471958,20.91242,52.672077,21.08789,198.93167,58.044624,110.73443,2.4516351,104.531555,443.82498,257.56354,84.02313,433.38867,48.584007,73.916115,120.61846,14.739604,2.5270653,15.812763,719.1406,0.23010933,0.5064677,73.87077,12.011395,7.2035065,8.677315,16.225595,96.554665,32.73016,139.14613,707.8915,367.11816,2677.8975,2066.2231,39.156956,70.77066,5799.71,12.51757,117.35299,675.17975,205.50877,277.22382,117.335,721.7638,719.9703,480.30457,23.754992,150.58427,561.3186,1065.3087,58.090015,548.98096,74.090195,1.3879818,50.573982,1.0067569,0.9006941,3.5867774,37.85933,220.5337,66.8663,18.584902,835.0286,247.33578,143.47466,202.77957,52.601765,54.20497,29.114294,69.34338,26.503025,265.5458,124.38163,33.185947,32.2749,28.9082,64.598175,65.22193,9.482567,249.6693,69.84023,615.321,23.787758,1189.3623,58.463814,392.88055,510.53592,24.0626,17.934855,664.2986,715.2959,1799.92,218.2455 +2023-10-13 18:00:00,0.0,9746.571,271.15405,75.77937,84.88363,63.15262,294.70547,41.81412,79.759865,26.829357,47.14664,1466.7711,108.57376,25.82806,229.85817,0.69360334,0.5621927,40.452236,1.2143495,0.093579076,720.7229,0.06846344,687.96826,98.9098,0.05044205,0.040241748,245.38242,35.44727,107.57348,130.948,12786.412,0.12878008,2336.4412,3.157722,0.10431124,0.17194217,0.20346066,248.17598,309.03952,25.461128,98.292336,39.87754,18.981709,1876.5823,2.1859157,74.04129,32.952496,444.8329,31.748064,443.0655,17.087547,86.58729,0.0,1113.1879,4583.679,2.365558,365.71097,56.897007,29507.348,48.42717,2.3903925,19.763748,44.736443,12.743931,3.355146,22.032297,702.2526,282.7251,26.796007,1.9406428,4.9696126,156.21645,13.87763,249.32419,198.92096,2240.1936,628.8903,114.647446,151.54506,293.06693,5.3076963,7.8641057,21.806349,3.1914206,4.089491,40.69433,52.621662,97.979294,26.649261,31.60819,68.740135,11.358485,3598.5967,26.922365,24.221775,19.30661,14.311425,209.49251,46.44174,23.987904,6.351052,17.50905,25.386242,90.602905,191.30475,51.511692,191.43018,37.177265,23.770498,122.65532,77.373184,385.9946,85.79238,1.9315808,5.8040323,6.0536695,53.72964,10899.733,1.9477178,20.89381,52.701412,21.078835,198.8474,58.029034,110.74945,2.4534378,104.486496,443.90604,257.6977,83.9513,433.42645,48.60887,73.88281,120.56589,14.750252,2.5281577,15.8182955,718.8074,0.230729,0.5071075,73.89492,12.008998,7.2071924,8.680429,16.226713,96.60556,32.710587,139.1807,708.0679,367.23242,2677.8845,2066.234,39.141815,70.76362,5794.9287,12.528896,117.30948,675.0471,205.42078,277.10947,117.30306,721.40216,719.51776,480.26044,23.737328,150.51909,560.8203,1064.4122,58.015873,548.19336,73.99563,1.3887502,50.574383,1.0071205,0.9014699,3.5903273,37.81113,220.50897,66.796936,18.587366,834.1363,247.06586,143.32259,202.54033,52.557602,54.205647,29.098658,69.23132,26.48992,265.2887,124.23744,33.180412,32.236446,28.878225,64.533066,65.136154,9.470277,249.42865,69.76375,614.7577,23.765774,1188.1941,58.409855,393.0223,509.98734,24.043232,17.929913,663.7657,714.9035,1799.5046,218.52466 +2023-10-13 19:00:00,0.0,9736.667,270.87344,75.793755,84.930984,63.157696,294.77826,41.825512,79.80544,26.832478,47.169598,1465.7794,108.51901,25.83248,229.91628,0.6953564,0.56384563,40.472183,1.2179725,0.09341683,721.1651,0.06841702,688.37177,98.95012,0.050356228,0.04018431,245.61833,35.462055,107.7264,131.01453,12775.556,0.12906653,2337.315,3.166249,0.104506776,0.17219023,0.20392498,248.27568,309.13126,25.472029,98.21404,39.878674,18.972588,1875.6763,2.1886547,74.02604,32.930466,444.90222,31.741049,442.97128,17.070255,86.54388,0.0,1112.808,4581.5156,2.3617773,365.52988,56.83653,29493.887,48.396744,2.3871326,19.756937,44.724007,12.7315445,3.352855,22.025711,701.7925,282.46234,26.783432,1.9381219,4.964798,156.13051,13.855785,249.24564,199.04489,2239.416,629.0677,114.62386,151.51947,292.65564,5.307758,7.864958,21.839184,3.1920755,4.094531,40.652065,52.57591,97.999054,26.633419,31.58344,68.71193,11.359682,3598.2393,26.916721,24.218414,19.303211,14.304762,209.4304,46.42109,23.98051,6.3494287,17.497849,25.368849,90.55512,191.19566,51.46606,191.33879,37.146515,23.74964,122.60088,77.33666,385.48877,85.77345,1.9317689,5.800941,6.0524397,53.680443,10887.144,1.9482397,20.875198,52.730747,21.06978,198.76312,58.01344,110.76447,2.4552402,104.44143,443.9871,257.83182,83.87946,433.46426,48.633736,73.84951,120.51331,14.760899,2.5292501,15.823828,718.47406,0.23134866,0.5077473,73.91907,12.006599,7.210879,8.683543,16.227833,96.65646,32.691013,139.21526,708.24426,367.34665,2677.8718,2066.2446,39.126675,70.756584,5790.1475,12.540224,117.26596,674.9144,205.33276,276.99512,117.27113,721.04047,719.0652,480.21628,23.719662,150.45389,560.32196,1063.5156,57.941734,547.40576,73.90106,1.3895186,50.574787,1.007484,0.90224576,3.593877,37.76293,220.48422,66.72757,18.58983,833.24396,246.79591,143.17052,202.30107,52.51344,54.206318,29.083021,69.119255,26.476814,265.0316,124.09326,33.174873,32.197994,28.848251,64.46796,65.05038,9.457987,249.18802,69.68726,614.1944,23.743788,1187.026,58.355892,393.1641,509.43872,24.023865,17.92497,663.2327,714.5111,1799.0891,218.80383 +2023-10-13 20:00:00,0.0,9726.763,270.5928,75.808136,84.97833,63.16277,294.85107,41.836903,79.85102,26.835598,47.19255,1464.7878,108.464264,25.8369,229.9744,0.6971095,0.5654986,40.492126,1.2215954,0.09325459,721.60724,0.06837061,688.7752,98.99045,0.05027041,0.04012687,245.85426,35.47684,107.87933,131.08107,12764.7,0.12935296,2338.1885,3.1747758,0.10470231,0.1724383,0.20438926,248.37538,309.223,25.482927,98.13575,39.87981,18.963467,1874.7703,2.1913939,74.010796,32.90844,444.9715,31.734032,442.87708,17.052961,86.50046,0.0,1112.428,4579.3516,2.3579965,365.34875,56.776047,29480.424,48.366314,2.3838725,19.750128,44.711575,12.719159,3.350564,22.019125,701.3323,282.1996,26.770857,1.9356009,4.9599833,156.04457,13.8339405,249.16708,199.16882,2238.6384,629.2451,114.600296,151.49388,292.24435,5.30782,7.8658104,21.87202,3.1927304,4.0995717,40.609802,52.53016,98.018814,26.617575,31.55869,68.68372,11.360879,3597.8818,26.911077,24.215054,19.299812,14.298099,209.36829,46.400444,23.973118,6.3478055,17.486647,25.351454,90.50734,191.08658,51.42043,191.2474,37.115765,23.728783,122.54645,77.30013,384.98294,85.75453,1.9319571,5.797849,6.05121,53.631245,10874.553,1.9487617,20.856588,52.760082,21.060724,198.67883,57.99785,110.779495,2.457043,104.39637,444.0681,257.96594,83.80763,433.50204,48.658604,73.81621,120.46075,14.771545,2.5303426,15.82936,718.1408,0.23196833,0.5083871,73.943214,12.004201,7.2145653,8.686657,16.22895,96.70736,32.67144,139.24982,708.42065,367.4609,2677.859,2066.2551,39.111534,70.74955,5785.366,12.551552,117.22244,674.7818,205.24477,276.88077,117.2392,720.67883,718.6127,480.17215,23.701996,150.3887,559.8236,1062.619,57.86759,546.61816,73.806496,1.3902872,50.575188,1.0078474,0.9030216,3.597427,37.714733,220.45949,66.6582,18.592295,832.35156,246.52597,143.01843,202.06183,52.469276,54.20699,29.067385,69.00719,26.463709,264.77448,123.94908,33.16934,32.159542,28.81828,64.40285,64.96461,9.445697,248.94737,69.61078,613.63116,23.721802,1185.8578,58.301933,393.30585,508.89014,24.004498,17.920029,662.6998,714.11865,1798.6736,219.08301 +2023-10-13 21:00:00,0.0,9716.858,270.31216,75.82252,85.02568,63.167843,294.92386,41.848293,79.89659,26.838718,47.215504,1463.7963,108.409515,25.84132,230.0325,0.69886255,0.56715155,40.512074,1.2252184,0.093092345,722.0494,0.06832419,689.17865,99.03077,0.050184585,0.04006943,246.0902,35.491627,108.03226,131.1476,12753.844,0.1296394,2339.062,3.1833029,0.10489784,0.17268635,0.20485353,248.47508,309.31476,25.493828,98.05746,39.880947,18.954346,1873.8644,2.1941328,73.995544,32.88641,445.0408,31.727016,442.78287,17.03567,86.45705,0.0,1112.0481,4577.1875,2.3542159,365.16766,56.71557,29466.963,48.335888,2.3806126,19.743317,44.699142,12.706774,3.348273,22.012539,700.8721,281.93686,26.758282,1.93308,4.9551687,155.95862,13.812095,249.08853,199.29274,2237.8608,629.42255,114.576706,151.46829,291.83304,5.3078814,7.8666625,21.904858,3.1933854,4.1046124,40.56754,52.4844,98.038574,26.601732,31.53394,68.65551,11.362077,3597.5242,26.905432,24.211693,19.296415,14.291434,209.30617,46.379795,23.965725,6.3461823,17.475445,25.33406,90.45956,190.97751,51.374798,191.156,37.08502,23.707924,122.49201,77.26361,384.4771,85.73561,1.9321452,5.794758,6.04998,53.58205,10861.963,1.9492836,20.837976,52.789417,21.05167,198.59456,57.982258,110.79452,2.4588454,104.35131,444.14917,258.1001,83.7358,433.53983,48.683468,73.782906,120.40817,14.782193,2.531435,15.834892,717.8075,0.23258801,0.5090269,73.96736,12.001802,7.2182517,8.689772,16.230068,96.758255,32.651867,139.28438,708.597,367.57516,2677.8462,2066.2659,39.096394,70.742516,5780.585,12.56288,117.17893,674.6491,205.15675,276.76642,117.20726,720.3172,718.16016,480.128,23.684332,150.32352,559.3253,1061.7224,57.79345,545.83057,73.71192,1.3910556,50.575592,1.0082109,0.9037974,3.600977,37.666534,220.43474,66.58883,18.594759,831.4592,246.25604,142.86636,201.82259,52.425114,54.20766,29.051748,68.89513,26.450605,264.51736,123.8049,33.1638,32.12109,28.788305,64.33773,64.87883,9.433407,248.70674,69.534294,613.0679,23.699816,1184.6897,58.24797,393.44763,508.34155,23.98513,17.915087,662.1669,713.72626,1798.2582,219.36218 +2023-10-13 22:00:00,0.0,9706.954,270.03152,75.8369,85.07304,63.172916,294.99664,41.859684,79.94217,26.841837,47.23846,1462.8046,108.35477,25.84574,230.09062,0.70061564,0.56880456,40.532017,1.2288414,0.09293009,722.4916,0.068277776,689.5821,99.07109,0.050098762,0.04001199,246.32611,35.50641,108.18519,131.21414,12742.988,0.12992585,2339.9355,3.1918297,0.105093375,0.17293441,0.20531784,248.5748,309.4065,25.504728,97.979164,39.882084,18.945225,1872.9584,2.196872,73.98029,32.864384,445.1101,31.72,442.68866,17.018375,86.41363,0.0,1111.6682,4575.024,2.350435,364.98654,56.65509,29453.5,48.30546,2.3773525,19.736507,44.68671,12.694387,3.345982,22.005953,700.4119,281.6741,26.745707,1.9305589,4.9503546,155.87268,13.79025,249.01,199.41667,2237.0833,629.6,114.55313,151.4427,291.42175,5.3079433,7.8675146,21.937693,3.1940403,4.109653,40.525276,52.438652,98.05833,26.58589,31.50919,68.627304,11.363274,3597.1667,26.899788,24.208334,19.293016,14.284771,209.24405,46.359146,23.958334,6.344559,17.464243,25.316666,90.41177,190.86842,51.329166,191.06462,37.054268,23.687067,122.43758,77.22708,383.97128,85.71669,1.9323335,5.7916665,6.04875,53.532852,10849.372,1.9498056,20.819365,52.81875,21.042614,198.51028,57.966667,110.80954,2.460648,104.30625,444.23022,258.23422,83.66396,433.57764,48.708332,73.7496,120.3556,14.79284,2.5325274,15.840424,717.47424,0.23320767,0.5096667,73.991516,11.999405,7.221938,8.692885,16.231188,96.80915,32.632294,139.31894,708.7734,367.6894,2677.8333,2066.2766,39.081253,70.73547,5775.8037,12.574207,117.135414,674.5165,205.06876,276.6521,117.17532,719.95557,717.70764,480.08386,23.666666,150.25833,558.82697,1060.8258,57.719307,545.04297,73.617355,1.391824,50.575993,1.0085745,0.9045732,3.6045268,37.618336,220.41,66.51946,18.597221,830.5669,245.9861,142.7143,201.58333,52.38095,54.208332,29.036112,68.78306,26.4375,264.26025,123.66072,33.158264,32.082638,28.758333,64.27262,64.79305,9.421117,248.4661,69.45781,612.5046,23.67783,1183.5215,58.19401,393.5894,507.79297,23.965763,17.910145,661.634,713.33386,1797.8427,219.64134 +2023-10-13 23:00:00,0.0,9697.05,269.75092,75.85129,85.120384,63.17799,295.06946,41.871075,79.98775,26.844957,47.261414,1461.813,108.30002,25.85016,230.14874,0.70236874,0.5704575,40.551964,1.2324644,0.09276785,722.9337,0.06823136,689.98553,99.11142,0.05001294,0.039954554,246.56204,35.521194,108.33811,131.28067,12732.132,0.13021229,2340.809,3.2003567,0.10528891,0.17318247,0.20578212,248.6745,309.49823,25.515627,97.90087,39.883217,18.936106,1872.0524,2.199611,73.96505,32.842354,445.17944,31.712984,442.59445,17.001083,86.37022,0.0,1111.2882,4572.86,2.3466542,364.80545,56.594612,29440.04,48.275032,2.3740926,19.729698,44.67428,12.682002,3.343691,21.999367,699.9517,281.41135,26.733131,1.928038,4.94554,155.78674,13.768405,248.93144,199.54059,2236.3057,629.7774,114.52956,151.41711,291.01047,5.308005,7.868367,21.97053,3.1946952,4.1146936,40.483013,52.3929,98.07809,26.570045,31.48444,68.59909,11.364471,3596.809,26.894144,24.204973,19.289618,14.278107,209.18193,46.338497,23.950941,6.342936,17.453041,25.299273,90.364,190.75934,51.283535,190.97324,37.023518,23.666208,122.38313,77.19056,383.46545,85.69776,1.9325216,5.788575,6.04752,53.483654,10836.782,1.9503275,20.800755,52.848083,21.03356,198.426,57.951077,110.82456,2.4624505,104.26119,444.31125,258.36835,83.59213,433.61542,48.7332,73.7163,120.30303,14.803487,2.5336199,15.845956,717.1409,0.23382734,0.5103064,74.01566,11.997006,7.2256246,8.695999,16.232306,96.860054,32.61272,139.3535,708.94977,367.80365,2677.8206,2066.2874,39.066113,70.72844,5771.0225,12.585535,117.0919,674.3838,204.98074,276.53775,117.143394,719.5939,717.25507,480.0397,23.649002,150.19315,558.3286,1059.9292,57.64517,544.2554,73.52279,1.3925924,50.576397,1.008938,0.905349,3.6080766,37.570137,220.38525,66.450096,18.599686,829.67456,245.71617,142.56221,201.34409,52.33679,54.209007,29.020475,68.67099,26.424395,264.00314,123.51653,33.152725,32.044186,28.72836,64.20751,64.707275,9.408827,248.22546,69.381325,611.94135,23.655844,1182.3534,58.140053,393.73117,507.2444,23.946398,17.905205,661.1011,712.94147,1797.4271,219.92052 +2023-10-14 00:00:00,0.0,9687.1455,269.47028,75.86567,85.16774,63.183064,295.14224,41.882465,80.03332,26.848078,47.284367,1460.8213,108.24527,25.85458,230.20685,0.7041218,0.5721105,40.571907,1.2360874,0.092605606,723.3759,0.06818494,690.389,99.15174,0.049927115,0.039897114,246.79796,35.53598,108.49104,131.34721,12721.276,0.13049872,2341.6826,3.2088838,0.10548444,0.17343053,0.2062464,248.7742,309.58997,25.526527,97.82258,39.884354,18.926985,1871.1465,2.2023501,73.9498,32.820328,445.24875,31.705967,442.50024,16.98379,86.3268,0.0,1110.9083,4570.696,2.3428736,364.62433,56.534134,29426.578,48.244606,2.3708324,19.722887,44.66185,12.669617,3.3414001,21.99278,699.4916,281.14862,26.720558,1.9255171,4.9407253,155.7008,13.74656,248.85289,199.66452,2235.5283,629.95483,114.505974,151.39153,290.59918,5.3080664,7.8692193,22.003365,3.1953502,4.1197343,40.44075,52.347145,98.09785,26.554203,31.45969,68.570885,11.365668,3596.4517,26.8885,24.201612,19.286219,14.271443,209.11981,46.31785,23.943548,6.3413134,17.44184,25.281878,90.316216,190.65025,51.237904,190.88185,36.992767,23.645351,122.3287,77.15404,382.95963,85.67884,1.9327098,5.785484,6.0462904,53.434456,10824.192,1.9508495,20.782143,52.87742,21.024506,198.34172,57.935482,110.839584,2.4642532,104.21613,444.3923,258.5025,83.5203,433.6532,48.758064,73.68301,120.25046,14.814135,2.5347123,15.851488,716.8077,0.234447,0.5109462,74.03981,11.994608,7.229311,8.699114,16.233425,96.91095,32.593147,139.38806,709.12616,367.9179,2677.8076,2066.298,39.05097,70.721405,5766.241,12.596863,117.048386,674.25116,204.89275,276.4234,117.11146,719.23224,716.80255,479.99557,23.631336,150.12796,557.8303,1059.0327,57.571026,543.4678,73.42822,1.3933609,50.576797,1.0093014,0.90612483,3.6116264,37.52194,220.36052,66.38073,18.60215,828.7822,245.44623,142.41014,201.10484,52.292625,54.20968,29.004839,68.55893,26.411291,263.74603,123.37235,33.14719,32.005733,28.698387,64.142395,64.621506,9.396537,247.98483,69.30484,611.37805,23.63386,1181.1853,58.08609,393.87292,506.69577,23.92703,17.900263,660.5681,712.5491,1797.0116,220.19969 +2023-10-14 01:00:00,0.0,9677.241,269.18964,75.88005,85.21509,63.188137,295.21503,41.893856,80.078896,26.851198,47.307323,1459.8297,108.19052,25.859,230.26497,0.7058749,0.57376343,40.591854,1.2397105,0.09244336,723.81805,0.06813853,690.7925,99.19206,0.049841296,0.039839674,247.03389,35.550766,108.64397,131.41374,12710.42,0.13078517,2342.5562,3.2174106,0.105679974,0.17367859,0.2067107,248.8739,309.6817,25.537426,97.744286,39.88549,18.917864,1870.2405,2.205089,73.93455,32.798298,445.31802,31.698952,442.406,16.966496,86.28339,0.0,1110.5284,4568.532,2.3390927,364.44324,56.473656,29413.115,48.21418,2.3675725,19.716078,44.649418,12.65723,3.3391092,21.986195,699.0314,280.88586,26.707983,1.922996,4.9359107,155.61487,13.724715,248.77435,199.78844,2234.7507,630.13226,114.48239,151.36594,290.1879,5.3081284,7.8700714,22.036201,3.196005,4.124775,40.398487,52.30139,98.1176,26.538359,31.43494,68.54267,11.366865,3596.094,26.882854,24.198254,19.28282,14.26478,209.05771,46.297203,23.936155,6.33969,17.430637,25.264484,90.26843,190.54117,51.192272,190.79045,36.962017,23.624493,122.27426,77.11751,382.4538,85.65992,1.9328979,5.7823925,6.0450606,53.385258,10811.602,1.9513714,20.763533,52.906754,21.01545,198.25745,57.91989,110.85461,2.4660559,104.17107,444.47336,258.63663,83.44846,433.691,48.78293,73.649704,120.19788,14.824781,2.5358047,15.85702,716.47437,0.23506667,0.511586,74.06396,11.99221,7.232997,8.702228,16.234543,96.961845,32.573574,139.4226,709.3025,368.03214,2677.795,2066.3086,39.035828,70.71437,5761.46,12.608191,117.004875,674.1185,204.80475,276.30905,117.07952,718.8706,716.35004,479.95142,23.61367,150.06276,557.332,1058.1361,57.496883,542.6801,73.33366,1.3941293,50.5772,1.009665,0.9069007,3.6151762,37.473736,220.33577,66.31136,18.604614,827.8899,245.17628,142.25807,200.86559,52.248463,54.21035,28.989204,68.44686,26.398186,263.4889,123.22817,33.14165,31.967283,28.668413,64.077286,64.53573,9.384247,247.74419,69.228355,610.81476,23.611874,1180.0171,58.03213,394.0147,506.1472,23.907663,17.89532,660.0352,712.1567,1796.5962,220.47887 +2023-10-14 02:00:00,0.0,9667.337,268.90903,75.89443,85.26244,63.19321,295.28784,41.905247,80.12447,26.854317,47.330276,1458.8381,108.13577,25.86342,230.32309,0.70762795,0.5754164,40.611797,1.2433335,0.09228112,724.26025,0.068092115,691.1959,99.23238,0.049755473,0.039782234,247.26982,35.565548,108.7969,131.48029,12699.563,0.13107161,2343.4297,3.2259376,0.10587551,0.17392665,0.20717499,248.9736,309.77347,25.548326,97.66599,39.886627,18.908743,1869.3345,2.2078283,73.919304,32.77627,445.38733,31.691935,442.3118,16.949203,86.23997,0.0,1110.1484,4566.368,2.3353121,364.26215,56.413177,29399.654,48.18375,2.3643124,19.709267,44.636982,12.644845,3.3368182,21.979609,698.5712,280.62314,26.695408,1.9204751,4.931096,155.52893,13.70287,248.6958,199.91237,2233.9731,630.30963,114.45882,151.34035,289.7766,5.30819,7.8709235,22.069038,3.19666,4.1298156,40.356224,52.25564,98.13736,26.522516,31.41019,68.514465,11.368063,3595.7366,26.87721,24.194893,19.27942,14.258116,208.99559,46.276554,23.928764,6.338067,17.419436,25.24709,90.22065,190.43208,51.146637,190.69907,36.93127,23.603636,122.219826,77.080986,381.94797,85.64099,1.9330862,5.779301,6.043831,53.336063,10799.012,1.9518934,20.74492,52.93609,21.006395,198.17317,57.9043,110.86963,2.4678583,104.12601,444.55438,258.77075,83.37663,433.7288,48.807796,73.6164,120.14532,14.835428,2.5368972,15.862553,716.1411,0.23568633,0.5122258,74.088104,11.989812,7.2366834,8.705342,16.23566,97.01274,32.554,139.45717,709.4789,368.1464,2677.782,2066.3193,39.020687,70.70734,5756.678,12.619517,116.96136,673.98584,204.71674,276.1947,117.04759,718.509,715.8975,479.9073,23.596006,149.99757,556.8336,1057.2395,57.422745,541.8925,73.23909,1.3948978,50.577602,1.0100285,0.9076765,3.6187263,37.425537,220.31104,66.242,18.607079,826.99756,244.90636,142.10599,200.62634,52.2043,54.21102,28.973568,68.3348,26.38508,263.23178,123.08399,33.136116,31.928831,28.638441,64.01218,64.44995,9.371957,247.50356,69.15187,610.25146,23.589888,1178.849,57.97817,394.15646,505.5986,23.888296,17.890379,659.50226,711.7643,1796.1807,220.75803 +2023-10-14 03:00:00,0.0,9657.433,268.6284,75.90881,85.30979,63.198284,295.36063,41.916637,80.170044,26.857437,47.35323,1457.8464,108.081024,25.86784,230.3812,0.70938104,0.5770694,40.631744,1.2469563,0.092118874,724.7024,0.0680457,691.59937,99.27271,0.04966965,0.039724797,247.50574,35.580334,108.94982,131.54683,12688.708,0.13135806,2344.3035,3.2344644,0.10607104,0.17417471,0.20763928,249.0733,309.8652,25.559227,97.5877,39.88776,18.899622,1868.4285,2.2105672,73.90405,32.754246,445.45667,31.68492,442.2176,16.93191,86.196556,0.0,1109.7686,4564.2046,2.3315313,364.08102,56.3527,29386.191,48.153324,2.3610525,19.702457,44.62455,12.63246,3.334527,21.973022,698.111,280.36038,26.682833,1.9179541,4.9262815,155.443,13.6810255,248.61725,200.03629,2233.1956,630.48706,114.435234,151.31476,289.3653,5.308252,7.871776,22.101873,3.197315,4.1348557,40.31396,52.209885,98.15712,26.506672,31.38544,68.48625,11.36926,3595.3792,26.871567,24.191532,19.276022,14.251452,208.93347,46.255905,23.921371,6.336444,17.408234,25.229696,90.17287,190.323,51.101006,190.60768,36.90052,23.582777,122.16539,77.04446,381.44214,85.62207,1.9332743,5.77621,6.042601,53.286865,10786.421,1.9524153,20.726309,52.965424,20.99734,198.08888,57.88871,110.88466,2.469661,104.08095,444.63544,258.9049,83.3048,433.76657,48.83266,73.5831,120.09274,14.846076,2.5379896,15.868085,715.8078,0.236306,0.5128656,74.11225,11.987413,7.24037,8.708456,16.23678,97.063644,32.534428,139.49173,709.6553,368.26065,2677.7693,2066.33,39.005547,70.700294,5751.897,12.630845,116.91784,673.8532,204.62874,276.08035,117.015656,718.1473,715.44495,479.86313,23.57834,149.93239,556.3353,1056.3429,57.348602,541.1049,73.144516,1.3956662,50.578003,1.010392,0.90845233,3.622276,37.37734,220.28629,66.17263,18.609543,826.10516,244.63641,141.95392,200.3871,52.160137,54.211693,28.957932,68.22273,26.371975,262.97467,122.939804,33.130577,31.890379,28.608467,63.947063,64.36418,9.359667,247.26291,69.075386,609.68823,23.567902,1177.6808,57.92421,394.29825,505.05002,23.868929,17.885437,658.96936,711.3719,1795.7651,221.0372 +2023-10-14 04:00:00,0.0,9647.528,268.34775,75.923195,85.35714,63.203358,295.4334,41.92803,80.21562,26.860558,47.376186,1456.8549,108.026276,25.87226,230.43932,0.71113414,0.57872236,40.651688,1.2505794,0.09195663,725.1446,0.06799928,692.0028,99.313034,0.049583826,0.039667357,247.74167,35.59512,109.10275,131.61336,12677.852,0.13164449,2345.177,3.2429914,0.10626657,0.17442277,0.20810357,249.17302,309.95694,25.570126,97.50941,39.888897,18.890501,1867.5226,2.2133064,73.8888,32.732216,445.52597,31.677902,442.12338,16.914618,86.15314,0.0,1109.3887,4562.0405,2.3277507,363.89993,56.29222,29372.73,48.1229,2.3577924,19.695646,44.61212,12.620073,3.332236,21.966436,697.6508,280.09763,26.670258,1.9154332,4.921467,155.35706,13.659181,248.5387,200.16022,2232.418,630.6645,114.41165,151.28918,288.954,5.3083134,7.872628,22.13471,3.19797,4.1398964,40.271698,52.16413,98.17688,26.49083,31.360691,68.458046,11.370457,3595.0215,26.865923,24.188171,19.272625,14.244789,208.87135,46.235256,23.913979,6.3348207,17.397032,25.212301,90.125084,190.21393,51.055374,190.5163,36.86977,23.56192,122.110954,77.007935,380.93634,85.60315,1.9334625,5.773118,6.041371,53.237667,10773.831,1.9529374,20.707699,52.99476,20.988285,198.00461,57.87312,110.89968,2.4714634,104.03589,444.7165,259.03903,83.23296,433.80438,48.85753,73.5498,120.04018,14.856723,2.539082,15.873617,715.47455,0.23692566,0.51350534,74.136406,11.985015,7.244056,8.71157,16.237898,97.11454,32.514854,139.52629,709.83167,368.37488,2677.7563,2066.3408,38.990406,70.69326,5747.1157,12.642173,116.87433,673.7205,204.54073,275.966,116.98372,717.78564,714.99243,479.819,23.560675,149.8672,555.837,1055.4463,57.27446,540.3173,73.04995,1.3964347,50.578407,1.0107554,0.90922815,3.625826,37.32914,220.26155,66.103264,18.612007,825.2128,244.36649,141.80185,200.14784,52.115974,54.212364,28.942295,68.110664,26.358871,262.71756,122.79562,33.125042,31.851927,28.578495,63.881954,64.278404,9.347377,247.02228,68.9989,609.12494,23.545916,1176.5127,57.87025,394.44,504.50143,23.849562,17.880495,658.4364,710.9795,1795.3497,221.31638 +2023-10-14 05:00:00,0.0,9637.624,268.06714,75.93758,85.404495,63.208435,295.50623,41.93942,80.2612,26.863678,47.39914,1455.8633,107.97153,25.87668,230.49742,0.7128872,0.5803753,40.671635,1.2542024,0.09179439,725.58673,0.067952864,692.40625,99.353355,0.049498007,0.039609917,247.9776,35.609905,109.25568,131.6799,12666.996,0.13193093,2346.0505,3.2515182,0.106462106,0.17467083,0.20856786,249.27272,310.04868,25.581026,97.431114,39.890034,18.88138,1866.6166,2.2160456,73.87356,32.71019,445.59528,31.670887,442.02917,16.897324,86.109726,0.0,1109.0087,4559.8765,2.3239698,363.7188,56.231743,29359.27,48.09247,2.3545325,19.688837,44.59969,12.607688,3.329945,21.95985,697.1907,279.8349,26.657682,1.9129122,4.916652,155.2711,13.637336,248.46016,200.28413,2231.6404,630.8419,114.38808,151.2636,288.54272,5.3083754,7.8734803,22.167545,3.1986248,4.144937,40.229435,52.118378,98.19663,26.474987,31.335941,68.42983,11.3716545,3594.664,26.860277,24.184813,19.269226,14.238125,208.80923,46.214607,23.906586,6.3331976,17.38583,25.194908,90.0773,190.10484,51.009743,190.42491,36.83902,23.541061,122.05651,76.971405,380.4305,85.58423,1.9336506,5.7700267,6.040141,53.18847,10761.241,1.9534593,20.689087,53.024094,20.97923,197.92033,57.857525,110.9147,2.4732661,103.99083,444.79752,259.17316,83.16113,433.84216,48.882393,73.516495,119.9876,14.86737,2.5401745,15.879149,715.14124,0.23754533,0.51414514,74.16055,11.982617,7.2477427,8.7146845,16.239017,97.165436,32.49528,139.56085,710.00806,368.48914,2677.7437,2066.3516,38.975266,70.686226,5742.3345,12.653501,116.83081,673.5879,204.45273,275.85165,116.95178,717.424,714.5399,479.77484,23.54301,149.80202,555.3386,1054.5497,57.200317,539.5297,72.95538,1.3972031,50.578808,1.011119,0.91000396,3.6293757,37.28094,220.2368,66.0339,18.614471,824.3205,244.09654,141.64977,199.9086,52.07181,54.21304,28.926659,67.998604,26.345766,262.46045,122.65144,33.119503,31.813475,28.548521,63.81684,64.19263,9.335087,246.78163,68.92242,608.56165,23.52393,1175.3445,57.816288,394.5818,503.95285,23.830194,17.875553,657.9035,710.5871,1794.9342,221.59555 +2023-10-14 06:00:00,0.0,9627.719,267.7865,75.95196,85.45184,63.21351,295.579,41.95081,80.30677,26.866796,47.422092,1454.8716,107.91678,25.8811,230.55554,0.71464026,0.58202827,40.691578,1.2578254,0.09163214,726.0289,0.06790645,692.8097,99.39368,0.049412183,0.039552476,248.21352,35.62469,109.4086,131.74643,12656.14,0.13221738,2346.924,3.2600453,0.10665763,0.17491889,0.20903215,249.37242,310.1404,25.591925,97.35282,39.89117,18.87226,1865.7106,2.2187846,73.85831,32.68816,445.66455,31.663872,441.93497,16.88003,86.06631,0.0,1108.6288,4557.713,2.3201892,363.53772,56.171265,29345.807,48.062042,2.3512723,19.682028,44.587257,12.595302,3.3276541,21.953264,696.73047,279.57214,26.645107,1.9103912,4.9118376,155.18517,13.615491,248.3816,200.40807,2230.8628,631.01935,114.364494,151.238,288.13144,5.308437,7.874333,22.200382,3.1992798,4.1499777,40.187176,52.072624,98.21639,26.459143,31.311192,68.40163,11.372851,3594.3064,26.854633,24.181452,19.265827,14.231462,208.74712,46.193962,23.899193,6.331575,17.374628,25.177513,90.02952,189.99576,50.96411,190.33351,36.808273,23.520205,122.002075,76.93488,379.92468,85.5653,1.9338388,5.7669353,6.0389113,53.139275,10748.65,1.9539812,20.670477,53.05343,20.970175,197.83606,57.841934,110.929726,2.4750686,103.94577,444.87857,259.3073,83.0893,433.87994,48.907257,73.48319,119.93503,14.878017,2.541267,15.884682,714.808,0.23816499,0.51478493,74.1847,11.980219,7.251429,8.717798,16.240135,97.21633,32.475708,139.59541,710.18445,368.6034,2677.7307,2066.3623,38.96012,70.67919,5737.553,12.664828,116.7873,673.4552,204.36472,275.7373,116.91985,717.0624,714.0874,479.73068,23.525345,149.73683,554.84033,1053.6532,57.12618,538.7421,72.86082,1.3979715,50.579212,1.0114825,0.91077983,3.6329255,37.232742,220.21207,65.96452,18.616936,823.42816,243.8266,141.4977,199.66936,52.02765,54.21371,28.911022,67.886536,26.33266,262.20334,122.50726,33.113968,31.775023,28.518547,63.751728,64.10685,9.322796,246.541,68.84593,607.9984,23.501945,1174.1764,57.76233,394.72357,503.40424,23.81083,17.870611,657.37054,710.1947,1794.5187,221.87471 +2023-10-14 07:00:00,0.0,9617.814,267.50586,75.96634,85.4992,63.218582,295.6518,41.9622,80.35235,26.869917,47.445045,1453.88,107.86203,25.885519,230.61366,0.71639335,0.5836812,40.711525,1.2614484,0.0914699,726.47107,0.06786004,693.21313,99.434006,0.04932636,0.03949504,248.44945,35.639473,109.56153,131.81297,12645.283,0.13250382,2347.7976,3.2685723,0.106853165,0.17516695,0.20949644,249.47212,310.23215,25.602825,97.27453,39.892303,18.863138,1864.8046,2.2215238,73.843056,32.666134,445.7339,31.656855,441.84076,16.862738,86.022896,0.0,1108.2489,4555.549,2.3164084,363.3566,56.110786,29332.346,48.031616,2.3480124,19.675217,44.57483,12.582916,3.3253632,21.946678,696.2703,279.3094,26.632532,1.9078703,4.907023,155.09923,13.593646,248.30305,200.53198,2230.0854,631.1968,114.34091,151.21242,287.72015,5.3084984,7.875185,22.23322,3.1999347,4.1550183,40.144913,52.026875,98.23615,26.4433,31.286442,68.37342,11.374048,3593.949,26.84899,24.178091,19.262428,14.224798,208.68501,46.173313,23.891802,6.329952,17.363426,25.16012,89.981735,189.88667,50.91848,190.24213,36.777523,23.499346,121.94764,76.89835,379.41885,85.54638,1.934027,5.763844,6.0376816,53.090076,10736.061,1.9545032,20.651865,53.082764,20.96112,197.75177,57.826344,110.94475,2.4768713,103.9007,444.95963,259.44144,83.01746,433.91776,48.932125,73.4499,119.88246,14.888664,2.5423594,15.890214,714.4747,0.23878467,0.5154247,74.20885,11.97782,7.2551155,8.720912,16.241253,97.26723,32.456135,139.62997,710.36084,368.71762,2677.718,2066.3728,38.94498,70.67215,5732.772,12.676156,116.74378,673.3226,204.27672,275.62296,116.88792,716.7007,713.6348,479.68655,23.50768,149.67163,554.342,1052.7566,57.052036,537.9545,72.76625,1.3987399,50.579613,1.011846,0.91155565,3.6364756,37.184544,220.18732,65.89516,18.6194,822.5358,243.55667,141.34563,199.43011,51.983486,54.214382,28.895386,67.77447,26.319557,261.94623,122.36308,33.10843,31.73657,28.488575,63.68662,64.02108,9.310506,246.30035,68.76945,607.4351,23.47996,1173.0082,57.70837,394.86533,502.85565,23.791462,17.86567,656.83765,709.8023,1794.1031,222.15388 +2023-10-14 08:00:00,0.0,9607.91,267.22522,75.98072,85.54655,63.223656,295.7246,41.97359,80.39793,26.873037,47.468002,1452.8884,107.80728,25.88994,230.67177,0.71814644,0.5853342,40.73147,1.2650714,0.091307655,726.9132,0.06781362,693.61664,99.47433,0.049240537,0.0394376,248.68538,35.65426,109.714455,131.8795,12634.428,0.13279025,2348.6711,3.2770991,0.1070487,0.17541501,0.20996073,249.57182,310.3239,25.613726,97.196236,39.89344,18.854017,1863.8987,2.2242627,73.82781,32.644104,445.8032,31.64984,441.74655,16.845444,85.97948,0.0,1107.8689,4553.385,2.3126278,363.1755,56.05031,29318.885,48.001186,2.3447523,19.668407,44.562397,12.570531,3.3230722,21.940092,695.8101,279.04666,26.619957,1.9053493,4.9022083,155.01329,13.571801,248.2245,200.65591,2229.3079,631.37415,114.31734,151.18683,287.30887,5.3085604,7.876037,22.266054,3.2005897,4.160059,40.10265,51.981117,98.25591,26.427456,31.261692,68.34521,11.375246,3593.5913,26.843346,24.17473,19.25903,14.218134,208.6229,46.152664,23.884409,6.3283286,17.352224,25.142725,89.93395,189.77759,50.87285,190.15074,36.746773,23.478489,121.8932,76.86183,378.91302,85.52746,1.9342152,5.7607527,6.036452,53.04088,10723.471,1.9550251,20.633255,53.1121,20.952065,197.6675,57.810753,110.95977,2.4786737,103.855644,445.04065,259.5756,82.94563,433.95554,48.95699,73.416595,119.82989,14.899311,2.5434518,15.895746,714.1414,0.23940434,0.5160645,74.232994,11.975422,7.2588015,8.724027,16.242373,97.31813,32.43656,139.66454,710.5372,368.83188,2677.705,2066.3835,38.92984,70.665115,5727.9907,12.687484,116.70027,673.18994,204.18872,275.5086,116.85598,716.33905,713.1823,479.6424,23.490015,149.60645,553.8436,1051.86,56.977894,537.16693,72.671684,1.3995085,50.580017,1.0122094,0.91233146,3.6400254,37.136345,220.16258,65.82579,18.621864,821.6435,243.28673,141.19356,199.19086,51.939323,54.215054,28.87975,67.66241,26.306452,261.68912,122.218895,33.102894,31.698118,28.458601,63.621506,63.935303,9.298216,246.05972,68.69296,606.8718,23.457973,1171.8401,57.654408,395.0071,502.30707,23.772095,17.860727,656.3047,709.4099,1793.6877,222.43306 +2023-10-14 09:00:00,0.0,9598.006,266.9446,75.9951,85.5939,63.22873,295.7974,41.98498,80.4435,26.876158,47.490955,1451.8967,107.75254,25.89436,230.72989,0.71989954,0.5869872,40.751415,1.2686943,0.09114541,727.3554,0.0677672,694.0201,99.51465,0.049154717,0.03938016,248.9213,35.669044,109.867386,131.94604,12623.571,0.1330767,2349.5447,3.2856262,0.10724423,0.17566307,0.21042502,249.67154,310.41565,25.624624,97.11794,39.894577,18.844896,1862.9927,2.227002,73.81256,32.622078,445.8725,31.642822,441.6523,16.828152,85.936066,0.0,1107.489,4551.221,2.308847,362.9944,55.98983,29305.422,47.97076,2.3414924,19.661596,44.54996,12.558145,3.3207812,21.933506,695.35,278.7839,26.607384,1.9028283,4.897394,154.92735,13.549956,248.14597,200.77983,2228.5303,631.5516,114.29376,151.16124,286.89755,5.308622,7.876889,22.298891,3.2012446,4.1650996,40.060387,51.935368,98.275665,26.411613,31.236942,68.317,11.376443,3593.234,26.8377,24.171371,19.25563,14.211471,208.56078,46.132015,23.877016,6.3267055,17.341022,25.125332,89.88617,189.6685,50.827217,190.05936,36.716022,23.45763,121.83877,76.8253,378.4072,85.50853,1.9344033,5.7576613,6.035222,52.99168,10710.88,1.9555471,20.614643,53.141434,20.94301,197.58322,57.795162,110.97479,2.4804764,103.810585,445.1217,259.70972,82.873795,433.99332,48.981853,73.38329,119.77731,14.909959,2.544544,15.9012785,713.8081,0.240024,0.51670426,74.25714,11.973024,7.262488,8.72714,16.24349,97.369026,32.41699,139.6991,710.71356,368.94614,2677.6924,2066.3943,38.9147,70.65808,5723.2095,12.698812,116.65675,673.05725,204.10071,275.39426,116.82405,715.9774,712.7298,479.59827,23.47235,149.54126,553.34534,1050.9634,56.90375,536.37933,72.57711,1.4002769,50.580418,1.012573,0.9131073,3.6435752,37.088146,220.13783,65.756424,18.624329,820.75116,243.0168,141.04147,198.95161,51.89516,54.215725,28.864115,67.55034,26.293346,261.432,122.074715,33.097355,31.659666,28.428629,63.556396,63.84953,9.285926,245.81908,68.61648,606.3086,23.435987,1170.672,57.60045,395.14886,501.75848,23.752728,17.855785,655.7718,709.0175,1793.2722,222.71223 +2023-10-14 10:00:00,0.0,9588.102,266.66397,76.00948,85.64125,63.233803,295.87018,41.996372,80.489075,26.879278,47.51391,1450.9052,107.69779,25.898779,230.78801,0.7216526,0.58864015,40.77136,1.2723173,0.09098317,727.79755,0.067720786,694.4235,99.55497,0.049068894,0.03932272,249.15723,35.68383,110.02031,132.01257,12612.716,0.13336314,2350.4185,3.294153,0.107439764,0.17591113,0.21088931,249.77124,310.5074,25.635525,97.03965,39.89571,18.835775,1862.0867,2.2297409,73.79731,32.600048,445.94183,31.635807,441.5581,16.810858,85.89265,0.0,1107.1091,4549.057,2.3050663,362.8133,55.92935,29291.96,47.940334,2.3382323,19.654787,44.53753,12.545759,3.3184903,21.92692,694.8898,278.52118,26.594809,1.9003074,4.8925796,154.84142,13.528111,248.06741,200.90376,2227.7527,631.729,114.27017,151.13565,286.48627,5.308684,7.877742,22.331726,3.2018995,4.17014,40.018124,51.889618,98.295425,26.395771,31.212193,68.28879,11.37764,3592.8765,26.832056,24.16801,19.252232,14.204807,208.49866,46.111366,23.869623,6.3250823,17.32982,25.107937,89.83839,189.55942,50.781586,189.96796,36.685272,23.436773,121.78433,76.78878,377.90137,85.48961,1.9345915,5.75457,6.033992,52.942486,10698.29,1.956069,20.596031,53.170765,20.933956,197.49895,57.77957,110.989815,2.4822788,103.765526,445.20276,259.84384,82.80196,434.03113,49.00672,73.34999,119.72475,14.920606,2.5456364,15.906811,713.47485,0.24064367,0.51734406,74.281296,11.970626,7.2661743,8.730254,16.24461,97.41992,32.397415,139.73366,710.88995,369.06036,2677.6794,2066.405,38.89956,70.65105,5718.428,12.710138,116.613235,672.9246,204.01271,275.2799,116.792114,715.6158,712.2772,479.5541,23.454685,149.47607,552.847,1050.0668,56.829613,535.59174,72.482544,1.4010453,50.580822,1.0129365,0.9138831,3.647125,37.039948,220.1131,65.68706,18.626793,819.85876,242.74686,140.8894,198.71237,51.850998,54.216396,28.848478,67.43827,26.280241,261.1749,121.930534,33.09182,31.621214,28.398655,63.491283,63.763752,9.273636,245.57845,68.53999,605.7453,23.414001,1169.5038,57.546486,395.29065,501.2099,23.73336,17.850843,655.23883,708.6251,1792.8567,222.9914 +2023-10-14 11:00:00,0.0,9578.197,266.38333,76.023865,85.68861,63.238876,295.94296,42.007763,80.53465,26.882397,47.536865,1449.9136,107.64304,25.903198,230.84612,0.72340566,0.5902931,40.791306,1.2759403,0.09082092,728.23975,0.06767437,694.82697,99.5953,0.04898307,0.039265282,249.39316,35.698616,110.17324,132.07912,12601.859,0.13364959,2351.292,3.30268,0.1076353,0.17615919,0.2113536,249.87094,310.59912,25.646423,96.96136,39.896847,18.826654,1861.1808,2.23248,73.78206,32.578022,446.0111,31.62879,441.4639,16.793566,85.849236,0.0,1106.7292,4546.8936,2.3012855,362.6322,55.868874,29278.498,47.909904,2.3349724,19.647978,44.525097,12.533374,3.3161993,21.920334,694.4296,278.25842,26.582233,1.8977864,4.887765,154.75548,13.506267,247.98886,201.02768,2226.975,631.90643,114.2466,151.11006,286.07498,5.3087454,7.878594,22.364563,3.2025545,4.1751804,39.97586,51.84386,98.315186,26.379927,31.187443,68.26058,11.378838,3592.5188,26.826412,24.16465,19.248833,14.198143,208.43654,46.09072,23.86223,6.323459,17.318619,25.090544,89.7906,189.45033,50.735954,189.87657,36.654526,23.415915,121.72989,76.75225,377.39554,85.47069,1.9347796,5.751478,6.032762,52.893288,10685.699,1.956591,20.577421,53.2001,20.9249,197.41466,57.763977,111.00484,2.4840815,103.72047,445.28378,259.978,82.73013,434.0689,49.031586,73.31669,119.67217,14.9312525,2.5467288,15.912343,713.14154,0.24126333,0.51798385,74.30544,11.968227,7.2698607,8.733369,16.245728,97.47082,32.377842,139.76822,711.06635,369.17462,2677.6667,2066.4158,38.88442,70.644005,5713.647,12.721466,116.569725,672.79193,203.9247,275.16556,116.76018,715.2541,711.8247,479.50998,23.43702,149.41089,552.34863,1049.1702,56.75547,534.80414,72.38798,1.4018137,50.581223,1.0133,0.9146589,3.6506748,36.99175,220.08835,65.61769,18.629257,818.96643,242.47691,140.73734,198.47311,51.806835,54.21707,28.832842,67.32621,26.267138,260.9178,121.786354,33.08628,31.582762,28.368683,63.426174,63.67798,9.261346,245.33781,68.46351,605.182,23.392015,1168.3357,57.492527,395.4324,500.66132,23.713993,17.845901,654.70593,708.2327,1792.4413,223.27057 +2023-10-14 12:00:00,0.0,9568.293,266.10272,76.038246,85.735954,63.24395,296.01578,42.019154,80.58022,26.885517,47.55982,1448.9219,107.588295,25.90762,230.90424,0.72515875,0.59194607,40.811253,1.2795633,0.09065868,728.6819,0.06762796,695.2304,99.63562,0.048897248,0.039207842,249.62907,35.713398,110.326164,132.14565,12591.003,0.13393602,2352.1655,3.311207,0.10783083,0.17640726,0.21181789,249.97064,310.69086,25.657324,96.883064,39.897984,18.817533,1860.2748,2.235219,73.766815,32.555992,446.0804,31.621775,441.3697,16.776272,85.80582,0.0,1106.3492,4544.7295,2.297505,362.45108,55.808395,29265.037,47.87948,2.3317122,19.641167,44.512665,12.5209875,3.313908,21.913748,693.9694,277.99567,26.569658,1.8952655,4.8829503,154.66954,13.484421,247.91031,201.15161,2226.1975,632.08386,114.22302,151.08447,285.6637,5.3088074,7.879446,22.3974,3.2032094,4.180221,39.933598,51.798107,98.33494,26.364084,31.162693,68.23237,11.380034,3592.1614,26.820768,24.161291,19.245434,14.19148,208.37442,46.070072,23.85484,6.3218365,17.307417,25.073149,89.74282,189.34125,50.690323,189.78519,36.623775,23.395058,121.67545,76.71573,376.8897,85.45177,1.9349679,5.748387,6.0315323,52.84409,10673.109,1.9571129,20.55881,53.229435,20.915846,197.33038,57.748386,111.01986,2.485884,103.67541,445.36484,260.11212,82.658295,434.1067,49.05645,73.28339,119.6196,14.9419,2.5478213,15.917875,712.8083,0.241883,0.51862365,74.32959,11.96583,7.273547,8.736483,16.246845,97.52172,32.35827,139.80278,711.2427,369.28888,2677.6538,2066.4265,38.869274,70.63697,5708.8657,12.732794,116.52621,672.6593,203.8367,275.0512,116.72824,714.89246,711.3722,479.46582,23.419355,149.34569,551.85034,1048.2737,56.681328,534.0165,72.29341,1.4025822,50.581627,1.0136635,0.9154348,3.6542249,36.94355,220.06361,65.548325,18.63172,818.0741,242.20699,140.58525,198.23387,51.762672,54.217743,28.817205,67.21414,26.254032,260.66064,121.642166,33.080746,31.54431,28.338709,63.36106,63.5922,9.249056,245.09717,68.387024,604.6188,23.37003,1167.1675,57.43857,395.5742,500.1127,23.694626,17.84096,654.173,707.84033,1792.0258,223.54974 +2023-10-14 13:00:00,0.0,9558.389,265.82208,76.05263,85.7833,63.249023,296.08856,42.030544,80.6258,26.888638,47.58277,1447.9303,107.53355,25.912039,230.96234,0.72691184,0.593599,40.831196,1.2831863,0.090496436,729.1241,0.06758154,695.63385,99.67594,0.048811425,0.039150402,249.865,35.728184,110.479095,132.21219,12580.147,0.13422246,2353.039,3.3197339,0.10802636,0.17665532,0.21228218,250.07034,310.78262,25.668224,96.80477,39.89912,18.808413,1859.3688,2.2379582,73.751564,32.533966,446.14972,31.614758,441.27548,16.758978,85.762405,0.0,1105.9694,4542.5654,2.293724,362.27,55.747917,29251.576,47.84905,2.3284523,19.634357,44.500237,12.508602,3.3116171,21.907162,693.5092,277.73294,26.557083,1.8927444,4.8781357,154.58359,13.462576,247.83177,201.27554,2225.42,632.2613,114.19944,151.05888,285.2524,5.308869,7.8802986,22.430235,3.2038643,4.1852617,39.891335,51.752354,98.3547,26.34824,31.137943,68.20416,11.381231,3591.8037,26.815123,24.15793,19.242037,14.184816,208.31232,46.049423,23.847446,6.3202133,17.296215,25.055756,89.69504,189.23218,50.64469,189.6938,36.593025,23.374199,121.62102,76.6792,376.38388,85.43284,1.935156,5.7452955,6.0303025,52.79489,10660.52,1.9576349,20.5402,53.25877,20.90679,197.24611,57.732796,111.03488,2.4876866,103.63034,445.4459,260.24625,82.586464,434.1445,49.081318,73.250084,119.56703,14.952547,2.5489137,15.923408,712.475,0.24250266,0.51926345,74.35374,11.963431,7.2772336,8.739597,16.247965,97.57262,32.338696,139.83734,711.41907,369.4031,2677.641,2066.437,38.854134,70.62994,5704.084,12.744122,116.4827,672.5266,203.74869,274.93686,116.69631,714.5308,710.9197,479.4217,23.40169,149.2805,551.352,1047.3771,56.607185,533.2289,72.198845,1.4033506,50.582027,1.014027,0.9162106,3.6577747,36.89535,220.03886,65.47896,18.634184,817.18176,241.93704,140.43318,197.99463,51.71851,54.218414,28.801569,67.10208,26.240927,260.40353,121.497986,33.075207,31.505857,28.308737,63.29595,63.506428,9.236766,244.85654,68.31054,604.0555,23.348045,1165.9994,57.384605,395.71594,499.56412,23.67526,17.836018,653.6401,707.44794,1791.6102,223.82892 +2023-10-14 14:00:00,0.0,9548.484,265.54144,76.06701,85.83066,63.254097,296.16135,42.041935,80.67138,26.891758,47.60573,1446.9387,107.4788,25.916458,231.02046,0.72866493,0.59525204,40.851143,1.2868093,0.09033419,729.5662,0.067535125,696.03735,99.71626,0.048725605,0.03909296,250.10094,35.74297,110.63202,132.27872,12569.291,0.13450891,2353.9126,3.328261,0.108221896,0.17690338,0.21274646,250.17004,310.87436,25.679123,96.72648,39.900253,18.799292,1858.4628,2.2406971,73.73631,32.511936,446.21906,31.607742,441.18127,16.741686,85.71899,0.0,1105.5894,4540.402,2.2899435,362.08887,55.68744,29238.113,47.818623,2.3251922,19.627546,44.487804,12.496216,3.3093262,21.900576,693.0491,277.47018,26.544508,1.8902235,4.873321,154.49765,13.440731,247.75322,201.39946,2224.6426,632.43866,114.175865,151.0333,284.84113,5.308931,7.8811507,22.463072,3.2045193,4.1903024,39.84907,51.7066,98.37446,26.332397,31.113194,68.17595,11.382429,3591.4463,26.809479,24.15457,19.238638,14.178152,208.2502,46.028774,23.840054,6.31859,17.285013,25.03836,89.647255,189.1231,50.599056,189.60242,36.562275,23.353342,121.56658,76.64268,375.87805,85.41392,1.9353442,5.742204,6.0290728,52.745697,10647.929,1.9581568,20.521587,53.288105,20.897736,197.16183,57.717205,111.049904,2.489489,103.58528,445.52692,260.3804,82.51463,434.18228,49.106182,73.21678,119.51446,14.963194,2.5500062,15.92894,712.1417,0.24312232,0.5199032,74.377884,11.961033,7.28092,8.742711,16.249083,97.62351,32.31912,139.8719,711.59546,369.51736,2677.6282,2066.4478,38.838993,70.6229,5699.3027,12.755449,116.43918,672.394,203.66069,274.8225,116.664375,714.1692,710.4671,479.37753,23.384024,149.21532,550.85364,1046.4805,56.533047,532.4413,72.10428,1.4041191,50.58243,1.0143905,0.9169864,3.6613245,36.847153,220.01413,65.409584,18.636648,816.2894,241.66711,140.28111,197.75537,51.674347,54.219086,28.785933,66.99001,26.227823,260.14642,121.353806,33.06967,31.467405,28.278763,63.23084,63.420654,9.224476,244.61589,68.234055,603.4922,23.32606,1164.8312,57.330647,395.85773,499.01553,23.655893,17.831076,653.1071,707.05554,1791.1947,224.10808 +2023-10-14 15:00:00,0.0,9538.58,265.2608,76.08139,85.878006,63.259174,296.23416,42.053326,80.71695,26.894876,47.62868,1445.947,107.42405,25.92088,231.07858,0.73041797,0.596905,40.871086,1.2904323,0.09017195,730.00836,0.06748871,696.4408,99.75659,0.04863978,0.039035525,250.33685,35.757755,110.78495,132.34526,12558.436,0.13479535,2354.7861,3.3367877,0.10841743,0.17715144,0.21321076,250.26976,310.9661,25.690023,96.648186,39.90139,18.79017,1857.5569,2.2434363,73.72107,32.48991,446.28833,31.600725,441.08707,16.724392,85.675575,0.0,1105.2095,4538.238,2.2861626,361.90778,55.62696,29224.652,47.788197,2.3219323,19.620737,44.475372,12.48383,3.3070352,21.89399,692.58887,277.20746,26.531933,1.8877026,4.8685064,154.41171,13.418886,247.67467,201.52339,2223.865,632.6161,114.15228,151.0077,284.4298,5.3089924,7.882003,22.495909,3.2051742,4.195343,39.80681,51.66085,98.39422,26.316553,31.088444,68.14774,11.383626,3591.0886,26.803835,24.151209,19.235239,14.171489,208.18808,46.008125,23.83266,6.316967,17.273811,25.020967,89.59947,189.014,50.553425,189.51102,36.531525,23.332483,121.512146,76.60615,375.37222,85.395,1.9355323,5.739113,6.027843,52.6965,10635.339,1.9586788,20.502975,53.31744,20.888681,197.07755,57.701614,111.06493,2.4912918,103.54022,445.60797,260.51453,82.442795,434.22006,49.13105,73.18349,119.46189,14.973842,2.5510986,15.934472,711.8084,0.24374199,0.520543,74.40203,11.958634,7.284606,8.745825,16.2502,97.67441,32.299545,139.90646,711.77185,369.6316,2677.6155,2066.4585,38.823853,70.61587,5694.5215,12.766777,116.39567,672.2613,203.57268,274.70816,116.63244,713.8075,710.0146,479.3334,23.36636,149.15013,550.35535,1045.5839,56.458904,531.6537,72.009705,1.4048876,50.582832,1.0147539,0.9177622,3.6648743,36.798954,219.98938,65.34022,18.639112,815.3971,241.39717,140.12903,197.51613,51.630184,54.219757,28.770296,66.877945,26.214718,259.8893,121.209625,33.064133,31.428953,28.24879,63.165726,63.334877,9.212186,244.37526,68.15757,602.92896,23.304073,1163.6631,57.276684,395.99948,498.46695,23.636526,17.826134,652.5742,706.66315,1790.7793,224.38725 +2023-10-14 16:00:00,0.0,9528.676,264.9802,76.09577,85.92536,63.264248,296.30695,42.064716,80.76253,26.897997,47.651634,1444.9554,107.3693,25.925299,231.13669,0.73217106,0.59855795,40.891033,1.2940552,0.090009704,730.45056,0.06744229,696.84424,99.79691,0.04855396,0.038978085,250.57278,35.772537,110.937874,132.41179,12547.579,0.13508178,2355.6597,3.3453147,0.10861296,0.1773995,0.21367505,250.36946,311.05783,25.700924,96.56989,39.902527,18.78105,1856.6509,2.2461755,73.70582,32.46788,446.35764,31.59371,440.99286,16.7071,85.63216,0.0,1104.8296,4536.0737,2.282382,361.72665,55.56648,29211.19,47.757767,2.3186722,19.613926,44.462936,12.471445,3.3047442,21.887403,692.1287,276.9447,26.519358,1.8851815,4.863692,154.32578,13.397041,247.59612,201.64731,2223.0874,632.7935,114.1287,150.98212,284.01852,5.309054,7.8828554,22.528744,3.2058291,4.2003837,39.764545,51.615093,98.41397,26.30071,31.063694,68.11954,11.384824,3590.7312,26.79819,24.14785,19.23184,14.164825,208.12596,45.987476,23.82527,6.315344,17.26261,25.003572,89.55169,188.90492,50.507793,189.41963,36.50078,23.311626,121.45771,76.569626,374.8664,85.37607,1.9357206,5.7360215,6.026613,52.6473,10622.748,1.9592007,20.484365,53.346775,20.879625,196.99327,57.68602,111.079956,2.4930942,103.49516,445.68903,260.64865,82.370964,434.25787,49.155914,73.150185,119.40932,14.9844885,2.552191,15.940003,711.47516,0.24436167,0.5211828,74.42618,11.956237,7.2882924,8.7489395,16.25132,97.72531,32.279972,139.94102,711.94824,369.74585,2677.6025,2066.4692,38.808712,70.608826,5689.74,12.778105,116.35215,672.12866,203.48468,274.5938,116.60051,713.44586,709.5621,479.28925,23.348694,149.08495,549.857,1044.6873,56.38476,530.8661,71.91514,1.405656,50.583237,1.0151175,0.91853803,3.6684241,36.750755,219.96465,65.27085,18.641577,814.50476,241.12723,139.97696,197.27689,51.58602,54.22043,28.75466,66.765884,26.201612,259.6322,121.06544,33.058598,31.390501,28.218817,63.100616,63.249104,9.199896,244.13461,68.081085,602.36566,23.282087,1162.4949,57.222725,396.14127,497.91837,23.617159,17.821192,652.04126,706.27075,1790.3638,224.66643 +2023-10-14 17:00:00,0.0,9518.771,264.69955,76.11015,85.97271,63.26932,296.37973,42.076107,80.808105,26.901117,47.67459,1443.9639,107.31455,25.929718,231.19481,0.73392415,0.6002109,40.910976,1.2976782,0.08984746,730.8927,0.06739587,697.2477,99.837234,0.048468135,0.038920645,250.80872,35.787323,111.090805,132.47833,12536.724,0.13536823,2356.5334,3.3538415,0.108808495,0.17764756,0.21413933,250.46916,311.14957,25.711823,96.4916,39.903664,18.771929,1855.7449,2.2489145,73.69057,32.445854,446.42694,31.586693,440.89862,16.689806,85.588745,0.0,1104.4497,4533.91,2.2786012,361.54556,55.506,29197.729,47.72734,2.3154123,19.607117,44.45051,12.459059,3.3024533,21.880817,691.6685,276.68195,26.506783,1.8826606,4.858877,154.23984,13.375196,247.51758,201.77124,2222.3098,632.97095,114.105125,150.95653,283.60724,5.309116,7.8837075,22.56158,3.206484,4.2054243,39.722282,51.569344,98.43373,26.284868,31.038944,68.091324,11.386021,3590.3735,26.792545,24.14449,19.228441,14.158161,208.06384,45.96683,23.817877,6.3137207,17.251408,24.98618,89.50391,188.79584,50.462162,189.32825,36.470028,23.290768,121.40327,76.5331,374.36057,85.35715,1.9359087,5.73293,6.025383,52.598103,10610.158,1.9597228,20.465754,53.37611,20.870571,196.909,57.67043,111.09498,2.494897,103.4501,445.77005,260.7828,82.29913,434.29565,49.18078,73.11688,119.35674,14.995136,2.5532835,15.945536,711.14185,0.24498133,0.5218226,74.45033,11.953838,7.291979,8.752053,16.252438,97.77621,32.2604,139.97559,712.12463,369.8601,2677.5898,2066.48,38.79357,70.60179,5684.959,12.789433,116.30864,671.99603,203.39668,274.47946,116.56857,713.0842,709.10956,479.24512,23.331028,149.01976,549.35864,1043.7906,56.310623,530.0785,71.82057,1.4064244,50.583637,1.015481,0.9193139,3.6719742,36.702557,219.9399,65.201485,18.644041,813.61237,240.8573,139.82489,197.03763,51.54186,54.221104,28.739025,66.65382,26.188509,259.3751,120.92126,33.05306,31.352049,28.188843,63.035503,63.163326,9.187606,243.89398,68.0046,601.80237,23.260101,1161.3268,57.168766,396.28302,497.36978,23.597792,17.81625,651.50836,705.87836,1789.9482,224.9456 +2023-10-14 18:00:00,0.0,9508.867,264.4189,76.124535,86.020065,63.274395,296.45255,42.087498,80.853676,26.904238,47.697544,1442.9722,107.2598,25.93414,231.25291,0.73567724,0.60186386,40.930923,1.3013012,0.08968522,731.3349,0.06734946,697.6511,99.877556,0.048382316,0.038863204,251.04463,35.80211,111.24373,132.54486,12525.867,0.13565467,2357.407,3.3623686,0.10900403,0.17789562,0.21460363,250.56886,311.2413,25.722723,96.41331,39.904797,18.762808,1854.8389,2.2516537,73.67532,32.423824,446.49628,31.579678,440.8044,16.672514,85.54533,0.0,1104.0697,4531.746,2.2748206,361.36447,55.445522,29184.268,47.696915,2.3121521,19.600307,44.438076,12.446673,3.3001623,21.874231,691.2084,276.41922,26.494207,1.8801396,4.8540626,154.1539,13.353352,247.43903,201.89516,2221.5322,633.1484,114.08154,150.93094,283.19595,5.3091774,7.8845596,22.594416,3.207139,4.2104645,39.68002,51.52359,98.45349,26.269024,31.014194,68.06312,11.3872175,3590.016,26.786901,24.141129,19.225042,14.151498,208.00172,45.946182,23.810484,6.3120975,17.240206,24.968784,89.45612,188.68675,50.41653,189.23686,36.439278,23.26991,121.34883,76.496574,373.85474,85.33823,1.9360969,5.729839,6.024153,52.54891,10597.568,1.9602447,20.447144,53.405445,20.861515,196.82472,57.65484,111.11,2.4966993,103.405045,445.8511,260.91693,82.227295,434.33344,49.205647,73.08358,119.30418,15.005783,2.554376,15.951068,710.8086,0.245601,0.52246237,74.47448,11.95144,7.2956653,8.755167,16.253557,97.8271,32.240826,140.01013,712.301,369.97433,2677.577,2066.4905,38.77843,70.59476,5680.1777,12.80076,116.26512,671.86334,203.30867,274.3651,116.53664,712.7226,708.657,479.20096,23.313364,148.95456,548.86035,1042.8942,56.23648,529.2909,71.726006,1.4071928,50.58404,1.0158445,0.9200897,3.675524,36.654354,219.91516,65.13212,18.646505,812.72003,240.58736,139.67282,196.79839,51.497696,54.221775,28.723389,66.54175,26.175404,259.11798,120.77708,33.047523,31.313597,28.15887,62.970394,63.077553,9.175316,243.65334,67.928116,601.2391,23.238115,1160.1587,57.114803,396.4248,496.82117,23.578424,17.811308,650.9754,705.48596,1789.5328,225.22476 +2023-10-14 19:00:00,0.0,9498.963,264.1383,76.138916,86.06741,63.27947,296.52533,42.09889,80.899254,26.907356,47.720497,1441.9806,107.205055,25.938559,231.31104,0.73743033,0.6035169,40.950867,1.3049242,0.08952297,731.77704,0.06730305,698.05457,99.917885,0.048296493,0.038805768,251.28056,35.816895,111.39665,132.6114,12515.011,0.13594112,2358.2805,3.3708956,0.10919956,0.17814368,0.21506791,250.66856,311.33307,25.733622,96.335014,39.905933,18.753687,1853.933,2.2543926,73.66007,32.4018,446.56555,31.57266,440.7102,16.65522,85.501915,0.0,1103.6898,4529.582,2.2710397,361.18335,55.385044,29170.805,47.666485,2.3088923,19.593496,44.425644,12.434288,3.2978714,21.867645,690.74817,276.15646,26.481634,1.8776187,4.849248,154.06796,13.331507,247.36047,202.01909,2220.7546,633.3258,114.05796,150.90535,282.78467,5.3092394,7.8854117,22.627253,3.207794,4.215505,39.637756,51.477837,98.47325,26.253181,30.989445,68.034904,11.388415,3589.6587,26.781258,24.13777,19.221643,14.1448345,207.93962,45.925533,23.803091,6.310475,17.229004,24.951391,89.40834,188.57767,50.3709,189.14546,36.408527,23.249054,121.294395,76.46005,373.3489,85.319305,1.936285,5.726747,6.0229235,52.49971,10584.978,1.9607666,20.428532,53.43478,20.85246,196.74043,57.639248,111.12502,2.498502,103.35998,445.93216,261.05106,82.155464,434.37125,49.23051,73.05028,119.2516,15.01643,2.5554683,15.9566,710.4753,0.24622066,0.52310216,74.49863,11.949041,7.2993517,8.758282,16.254675,97.878,32.221252,140.0447,712.47736,370.0886,2677.564,2066.5012,38.763287,70.58772,5675.3965,12.812087,116.2216,671.7307,203.22067,274.25076,116.50471,712.3609,708.20447,479.1568,23.295698,148.88937,548.362,1041.9976,56.16234,528.5033,71.63144,1.4079614,50.584442,1.0162079,0.92086554,3.6790738,36.606155,219.89043,65.06275,18.64897,811.8277,240.31741,139.52074,196.55914,51.453533,54.222446,28.707752,66.42969,26.162298,258.86087,120.6329,33.041985,31.275145,28.128897,62.90528,62.991776,9.163026,243.4127,67.85163,600.67584,23.216131,1158.9905,57.060844,396.5666,496.27258,23.559057,17.806366,650.4425,705.09357,1789.1173,225.50394 +2023-10-14 20:00:00,0.0,9489.059,263.85767,76.1533,86.11476,63.284542,296.5981,42.11028,80.94483,26.910477,47.743454,1440.989,107.15031,25.942978,231.36916,0.73918337,0.60516983,40.970814,1.3085473,0.08936072,732.21924,0.06725663,698.458,99.958206,0.04821067,0.038748328,251.5165,35.83168,111.54958,132.67793,12504.155,0.13622755,2359.154,3.3794224,0.109395094,0.17839174,0.21553218,250.76826,311.4248,25.744522,96.25672,39.90707,18.744566,1853.027,2.2571318,73.64482,32.37977,446.6349,31.565645,440.616,16.637926,85.458496,0.0,1103.3098,4527.4185,2.2672591,361.00226,55.324566,29157.344,47.63606,2.305632,19.586687,44.413216,12.421902,3.2955804,21.86106,690.28796,275.8937,26.469059,1.8750978,4.844434,153.98203,13.309662,247.28192,202.143,2219.977,633.5032,114.034386,150.87978,282.37338,5.309301,7.8862643,22.66009,3.208449,4.220546,39.595493,51.432083,98.493004,26.237337,30.964695,68.0067,11.389612,3589.301,26.775612,24.134409,19.218246,14.13817,207.8775,45.904884,23.795698,6.3088517,17.217802,24.933996,89.36056,188.4686,50.325268,189.05408,36.37778,23.228195,121.23996,76.42352,372.84308,85.30038,1.9364733,5.7236557,6.0216937,52.450512,10572.388,1.9612886,20.409922,53.464115,20.843405,196.65616,57.623657,111.140045,2.5003045,103.31492,446.01318,261.1852,82.08363,434.40903,49.255375,73.016975,119.19903,15.027078,2.5565608,15.962132,710.142,0.24684033,0.5237419,74.52277,11.946644,7.303038,8.761395,16.255793,97.9289,32.20168,140.07925,712.65375,370.20285,2677.5513,2066.512,38.748146,70.58068,5670.615,12.823415,116.17809,671.598,203.13266,274.1364,116.47277,711.99927,707.75195,479.11267,23.278034,148.82419,547.86365,1041.101,56.088196,527.7157,71.53687,1.4087298,50.584846,1.0165715,0.92164135,3.6826236,36.557957,219.86568,64.993385,18.651434,810.93536,240.04749,139.36867,196.31989,51.40937,54.223118,28.692116,66.31762,26.149193,258.60376,120.488716,33.03645,31.236692,28.098925,62.84017,62.906002,9.150736,243.17207,67.77515,600.11255,23.194145,1157.8224,57.00688,396.70834,495.724,23.539692,17.801424,649.90955,704.7012,1788.7018,225.78311 +2023-10-14 21:00:00,0.0,9479.154,263.57703,76.16768,86.16212,63.289616,296.67093,42.12167,80.9904,26.913597,47.766407,1439.9973,107.09556,25.9474,231.42726,0.74093646,0.6068228,40.990757,1.3121703,0.08919848,732.6614,0.06721021,698.8615,99.99853,0.048124846,0.038690887,251.75241,35.846462,111.70251,132.74448,12493.299,0.136514,2360.0276,3.3879495,0.10959063,0.1786398,0.21599649,250.86798,311.51654,25.755423,96.17843,39.908203,18.735445,1852.121,2.2598708,73.62958,32.357742,446.70416,31.558628,440.5218,16.620634,85.415085,0.0,1102.9299,4525.2544,2.2634783,360.82114,55.264088,29143.883,47.605633,2.3023722,19.579876,44.400784,12.409516,3.2932894,21.854473,689.8278,275.63098,26.456484,1.8725767,4.839619,153.89607,13.287817,247.20338,202.26694,2219.1997,633.6806,114.0108,150.85419,281.96207,5.309363,7.8871164,22.692924,3.2091038,4.2255864,39.55323,51.38633,98.512764,26.221495,30.939945,67.978485,11.390809,3588.9436,26.769968,24.131048,19.214848,14.131507,207.81538,45.884235,23.788307,6.3072286,17.2066,24.916603,89.312775,188.35951,50.279636,188.96269,36.34703,23.207338,121.185524,76.387,372.33725,85.281456,1.9366614,5.7205644,6.020464,52.401314,10559.798,1.9618105,20.39131,53.493446,20.83435,196.57188,57.608063,111.15507,2.5021071,103.26986,446.09424,261.31934,82.011795,434.4468,49.280243,72.98367,119.14646,15.0377245,2.5576532,15.967665,709.8087,0.24746,0.5243817,74.54692,11.944245,7.3067245,8.764509,16.256912,97.9798,32.182106,140.11382,712.83014,370.31708,2677.5383,2066.5227,38.733006,70.57365,5665.834,12.834743,116.134575,671.4654,203.04466,274.02206,116.440834,711.63763,707.2994,479.0685,23.260368,148.759,547.36536,1040.2043,56.014057,526.9281,71.4423,1.4094982,50.585247,1.016935,0.92241716,3.6861734,36.509758,219.84094,64.92402,18.653898,810.043,239.77754,139.2166,196.08064,51.365208,54.22379,28.67648,66.20555,26.13609,258.34665,120.34453,33.03091,31.19824,28.06895,62.77506,62.82023,9.138446,242.93143,67.69866,599.54926,23.17216,1156.6542,56.952923,396.85013,495.1754,23.520325,17.796482,649.37665,704.3088,1788.2863,226.06229 +2023-10-14 22:00:00,0.0,9469.25,263.29642,76.18206,86.209465,63.29469,296.7437,42.13306,81.03598,26.916718,47.78936,1439.0057,107.04081,25.951818,231.48538,0.74268955,0.60847574,41.010704,1.3157933,0.08903623,733.1036,0.067163795,699.26495,100.03886,0.048039027,0.03863345,251.98834,35.861248,111.85544,132.81102,12482.443,0.13680044,2360.9011,3.3964763,0.10978616,0.17888786,0.21646076,250.96768,311.60828,25.766321,96.100136,39.90934,18.726324,1851.2151,2.26261,73.61433,32.335716,446.7735,31.551613,440.42758,16.60334,85.371666,0.0,1102.55,4523.091,2.2596977,360.64005,55.20361,29130.42,47.575203,2.299112,19.573067,44.38835,12.39713,3.2909982,21.847887,689.3676,275.36823,26.443909,1.8700558,4.8348045,153.81013,13.265972,247.12483,202.39085,2218.422,633.85803,113.98723,150.8286,281.55078,5.3094244,7.8879685,22.725761,3.2097588,4.230627,39.510967,51.340576,98.532524,26.20565,30.915195,67.95028,11.392007,3588.586,26.764324,24.127687,19.211449,14.124844,207.75327,45.86359,23.780914,6.3056054,17.195398,24.899208,89.26499,188.25043,50.234005,188.8713,36.31628,23.18648,121.13109,76.35047,371.83142,85.262535,1.9368496,5.717473,6.019234,52.352116,10547.207,1.9623325,20.372698,53.52278,20.825296,196.4876,57.592472,111.17009,2.5039096,103.2248,446.1753,261.4535,81.939964,434.48462,49.305107,72.95038,119.09389,15.048371,2.5587456,15.973197,709.47546,0.24807966,0.5250215,74.57107,11.941847,7.3104105,8.767624,16.25803,98.03069,32.162533,140.14838,713.00653,370.43134,2677.5256,2066.5334,38.717865,70.56661,5661.0527,12.84607,116.091064,671.3327,202.95665,273.9077,116.4089,711.276,706.84686,479.02438,23.242702,148.69382,546.867,1039.3077,55.939915,526.14044,71.34773,1.4102666,50.585648,1.0172985,0.92319304,3.6897235,36.46156,219.8162,64.854645,18.656363,809.1507,239.50761,139.06451,195.8414,51.321045,54.22446,28.660843,66.09349,26.122984,258.08954,120.20035,33.025375,31.159788,28.038979,62.70995,62.73445,9.126155,242.6908,67.62218,598.986,23.150173,1155.4861,56.898964,396.99188,494.62683,23.500957,17.79154,648.8437,703.9164,1787.8708,226.34145 +2023-10-14 23:00:00,0.0,9459.346,263.01578,76.19645,86.25682,63.299763,296.8165,42.14445,81.08156,26.919836,47.812317,1438.0142,106.98606,25.956238,231.5435,0.74444264,0.6101287,41.030647,1.3194162,0.08887399,733.5457,0.067117386,699.6684,100.07918,0.047953203,0.03857601,252.22427,35.876034,112.00836,132.87755,12471.587,0.13708688,2361.7747,3.4050033,0.10998169,0.17913592,0.21692505,251.06738,311.7,25.777222,96.02184,39.910477,18.717203,1850.3091,2.265349,73.599075,32.313686,446.84277,31.544598,440.33337,16.586048,85.328255,0.0,1102.1702,4520.927,2.2559168,360.45892,55.14313,29116.959,47.544777,2.2958522,19.566257,44.375916,12.384745,3.2887073,21.841301,688.9075,275.1055,26.431334,1.8675348,4.82999,153.7242,13.244127,247.04628,202.51479,2217.6445,634.03546,113.96365,150.80301,281.1395,5.3094864,7.888821,22.758596,3.2104137,4.2356677,39.468704,51.294823,98.55228,26.189808,30.890446,67.922066,11.393204,3588.2285,26.75868,24.124329,19.20805,14.118179,207.69115,45.84294,23.773521,6.3039823,17.184196,24.881815,89.21721,188.14134,50.188374,188.77992,36.28553,23.165623,121.07665,76.31395,371.3256,85.24361,1.9370377,5.7143817,6.018004,52.30292,10534.617,1.9628544,20.354088,53.552116,20.81624,196.40332,57.57688,111.18511,2.5057123,103.17974,446.25632,261.58762,81.86813,434.5224,49.32997,72.917076,119.04131,15.059019,2.559838,15.978729,709.14215,0.24869932,0.5256613,74.59522,11.939449,7.314097,8.770738,16.25915,98.08159,32.14296,140.18294,713.18286,370.5456,2677.5127,2066.5442,38.702724,70.55958,5656.271,12.857398,116.04755,671.2001,202.86865,273.7934,116.37697,710.9143,706.39435,478.98022,23.225039,148.62863,546.36865,1038.4111,55.865772,525.35284,71.25317,1.4110351,50.586052,1.017662,0.92396885,3.6932733,36.41336,219.79146,64.78528,18.658827,808.2583,239.23767,138.91245,195.60216,51.276882,54.225136,28.645206,65.98142,26.109879,257.83243,120.05617,33.019836,31.121338,28.009005,62.644836,62.648678,9.113865,242.45015,67.54569,598.4227,23.128187,1154.3179,56.845,397.13367,494.07822,23.48159,17.7866,648.3108,703.524,1787.4553,226.62062 +2023-10-15 00:00:00,0.0,9449.441,262.73514,76.21083,86.30417,63.304836,296.8893,42.15584,81.12713,26.922956,47.83527,1437.0225,106.93131,25.960659,231.60161,0.7461957,0.6117817,41.050594,1.3230392,0.088711746,733.98785,0.06707097,700.07184,100.1195,0.04786738,0.03851857,252.46019,35.89082,112.16129,132.94409,12460.73,0.13737331,2362.6484,3.4135303,0.11017722,0.17938398,0.21738936,251.16708,311.79178,25.78812,95.94355,39.911613,18.708082,1849.4031,2.268088,73.58383,32.29166,446.9121,31.53758,440.23917,16.568754,85.284836,0.0,1101.7902,4518.7627,2.2521362,360.27783,55.082653,29103.496,47.51435,2.292592,19.559446,44.363487,12.372359,3.2864163,21.834715,688.44727,274.84274,26.418758,1.8650138,4.8251753,153.63826,13.222282,246.96773,202.6387,2216.867,634.2129,113.94006,150.77742,280.7282,5.309548,7.889673,22.791433,3.2110686,4.2407084,39.426445,51.249073,98.57204,26.173965,30.865696,67.89386,11.394401,3587.8708,26.753035,24.120968,19.20465,14.111516,207.62903,45.822292,23.766129,6.302359,17.172995,24.86442,89.169426,188.03226,50.142742,188.68852,36.25478,23.144764,121.02221,76.27742,370.81976,85.224686,1.9372259,5.7112904,6.016774,52.253723,10522.026,1.9633764,20.335476,53.58145,20.807186,196.31905,57.56129,111.200134,2.507515,103.13468,446.33737,261.72174,81.796295,434.56018,49.35484,72.88377,118.98875,15.069666,2.5609305,15.9842615,708.8089,0.24931899,0.5263011,74.61937,11.937051,7.3177834,8.773852,16.260267,98.132484,32.123386,140.2175,713.35925,370.65982,2677.5,2066.5547,38.687584,70.552536,5651.4897,12.868726,116.004036,671.06744,202.78065,273.67905,116.34503,710.5527,705.94183,478.9361,23.207373,148.56343,545.87036,1037.5146,55.79163,524.56525,71.1586,1.4118035,50.586452,1.0180255,0.92474467,3.6968231,36.36516,219.76671,64.71591,18.661291,807.36597,238.96773,138.76038,195.3629,51.23272,54.225807,28.62957,65.869354,26.096775,257.5753,119.91199,33.0143,31.082886,27.979033,62.579723,62.5629,9.101575,242.20952,67.46921,597.85944,23.106201,1153.1498,56.791042,397.27542,493.52963,23.462223,17.781658,647.77783,703.1316,1787.0398,226.8998 +2023-10-15 01:00:00,0.0,9439.537,262.4545,76.22521,86.351524,63.309914,296.9621,42.167233,81.17271,26.926077,47.858223,1436.0309,106.876564,25.965078,231.65973,0.74794877,0.6134347,41.070538,1.3266622,0.0885495,734.43005,0.06702455,700.4753,100.15982,0.047781557,0.03846113,252.69612,35.905605,112.31422,133.01062,12449.875,0.13765976,2363.522,3.4220572,0.11037275,0.17963204,0.21785364,251.26678,311.8835,25.79902,95.86526,39.912746,18.698961,1848.4971,2.2708273,73.56858,32.26963,446.9814,31.530565,440.14493,16.551462,85.241425,0.0,1101.4103,4516.599,2.2483554,360.0967,55.022175,29090.035,47.48392,2.2893322,19.552637,44.35105,12.359973,3.2841253,21.82813,687.9871,274.58,26.406183,1.8624929,4.8203607,153.55232,13.200438,246.88919,202.76263,2216.0894,634.3903,113.91649,150.75183,280.31693,5.3096094,7.8905253,22.82427,3.2117236,4.2457485,39.384182,51.203316,98.5918,26.158121,30.840946,67.86565,11.395598,3587.5134,26.74739,24.117607,19.201252,14.104853,207.56693,45.801643,23.758736,6.3007364,17.161793,24.847027,89.12164,187.92317,50.09711,188.59714,36.224033,23.123907,120.96777,76.2409,370.31396,85.205765,1.937414,5.708199,6.0155444,52.204525,10509.437,1.9638983,20.316866,53.610786,20.79813,196.23477,57.5457,111.21516,2.5093174,103.089615,446.41843,261.8559,81.724464,434.598,49.379704,72.85047,118.93617,15.080313,2.562023,15.989794,708.4756,0.24993865,0.5269408,74.64352,11.934652,7.32147,8.776966,16.261385,98.18339,32.103813,140.25206,713.53564,370.77408,2677.487,2066.5654,38.67244,70.5455,5646.7085,12.8800535,115.96052,670.93475,202.69264,273.5647,116.313095,710.19104,705.48926,478.89194,23.189709,148.49825,545.372,1036.618,55.71749,523.77765,71.06403,1.412572,50.586857,1.018389,0.9255205,3.700373,36.316963,219.74197,64.646545,18.663755,806.47363,238.6978,138.60829,195.12366,51.188557,54.22648,28.613935,65.75729,26.08367,257.31818,119.7678,33.008762,31.044434,27.949059,62.514614,62.477127,9.089285,241.96887,67.39272,597.2962,23.084217,1151.9816,56.73708,397.4172,492.98105,23.442856,17.776716,647.24493,702.7392,1786.6244,227.17896 +2023-10-15 02:00:00,0.0,9429.633,262.1739,76.23959,86.39887,63.314987,297.03488,42.178623,81.218285,26.929197,47.88118,1435.0393,106.821815,25.969498,231.71783,0.74970186,0.6150876,41.090485,1.3302852,0.08838726,734.8722,0.066978134,700.8787,100.20015,0.047695734,0.038403694,252.93205,35.920387,112.46715,133.07716,12439.019,0.1379462,2364.3955,3.4305842,0.110568285,0.1798801,0.21831794,251.3665,311.97525,25.809921,95.786964,39.913883,18.68984,1847.5912,2.2735662,73.55333,32.247604,447.05072,31.523548,440.05072,16.534168,85.198006,0.0,1101.0303,4514.435,2.2445748,359.91562,54.961697,29076.574,47.453495,2.286072,19.545826,44.338623,12.347588,3.2818344,21.821545,687.5269,274.31726,26.393608,1.8599719,4.815546,153.46638,13.178593,246.81064,202.88655,2215.3118,634.5677,113.892914,150.72624,279.90564,5.3096714,7.8913774,22.857105,3.2123785,4.250789,39.34192,51.157566,98.61156,26.142279,30.816196,67.83744,11.396795,3587.156,26.741747,24.114246,19.197853,14.098188,207.5048,45.780994,23.751345,6.2991133,17.15059,24.829632,89.07386,187.81409,50.05148,188.50575,36.193283,23.103048,120.91334,76.20437,369.80814,85.186844,1.9376023,5.705107,6.0143147,52.155327,10496.847,1.9644203,20.298254,53.64012,20.789076,196.15048,57.530106,111.23019,2.51112,103.044556,446.49945,261.99002,81.65263,434.63577,49.40457,72.81717,118.883606,15.0909605,2.5631151,15.995326,708.14233,0.25055832,0.5275806,74.66766,11.932254,7.325156,8.78008,16.262505,98.23428,32.08424,140.28662,713.71204,370.88834,2677.4744,2066.5762,38.6573,70.53847,5641.9272,12.891381,115.917,670.8021,202.60464,273.45035,116.281166,709.8294,705.03674,478.8478,23.172043,148.43306,544.87366,1035.7214,55.64335,522.99005,70.96947,1.4133404,50.587257,1.0187525,0.9262963,3.703923,36.268764,219.71722,64.57718,18.666218,805.5813,238.42786,138.45622,194.88441,51.144394,54.22715,28.598299,65.645226,26.070564,257.06107,119.62362,33.003227,31.005981,27.919086,62.4495,62.39135,9.076995,241.72824,67.31624,596.7329,23.062231,1150.8135,56.68312,397.55896,492.43246,23.423489,17.771774,646.712,702.3468,1786.2089,227.45813 +2023-10-15 03:00:00,0.0,9419.729,261.89325,76.253975,86.44623,63.32006,297.1077,42.190014,81.263855,26.932316,47.904133,1434.0476,106.76707,25.973919,231.77596,0.75145495,0.6167406,41.110428,1.3339082,0.088225015,735.3144,0.06693172,701.28217,100.24047,0.047609914,0.038346253,253.16797,35.935173,112.62007,133.14369,12428.163,0.13823265,2365.269,3.439111,0.11076382,0.18012816,0.21878222,251.4662,312.067,25.82082,95.70867,39.91502,18.68072,1846.6852,2.2763054,73.538086,32.225574,447.12,31.516533,439.9565,16.516874,85.154594,0.0,1100.6504,4512.271,2.240794,359.73453,54.90122,29063.111,47.42307,2.282812,19.539017,44.32619,12.335202,3.2795434,21.814959,687.0668,274.0545,26.381033,1.857451,4.8107314,153.38045,13.156747,246.73209,203.01048,2214.5342,634.7451,113.86933,150.70065,279.49432,5.309733,7.89223,22.889942,3.2130334,4.25583,39.299656,51.11181,98.63131,26.126434,30.791447,67.809235,11.397992,3586.7983,26.736103,24.110888,19.194454,14.091525,207.44269,45.76035,23.743952,6.29749,17.139389,24.812239,89.02608,187.705,50.005844,188.41437,36.162533,23.082191,120.8589,76.16785,369.3023,85.167915,1.9377904,5.702016,6.013085,52.106133,10484.256,1.9649422,20.279642,53.669456,20.780022,196.06621,57.514515,111.24521,2.5129225,102.9995,446.5805,262.12415,81.580795,434.67355,49.429436,72.78387,118.83103,15.101607,2.5642076,16.000858,707.809,0.251178,0.5282204,74.69181,11.929856,7.3288426,8.783195,16.263622,98.28518,32.064667,140.32118,713.8884,371.00256,2677.4614,2066.587,38.64216,70.53143,5637.146,12.902708,115.87349,670.66943,202.51663,273.336,116.24923,709.4677,704.5842,478.80365,23.154377,148.36787,544.37537,1034.8248,55.569206,522.20245,70.87489,1.4141089,50.58766,1.019116,0.9270721,3.7074728,36.220566,219.69249,64.50781,18.668682,804.68896,238.15793,138.30415,194.64516,51.10023,54.22782,28.582663,65.533165,26.057459,256.80396,119.47944,32.99769,30.96753,27.889112,62.38439,62.305576,9.064705,241.4876,67.23975,596.1696,23.040245,1149.6453,56.62916,397.70074,491.88388,23.404121,17.766832,646.1791,701.9544,1785.7933,227.7373 +2023-10-15 04:00:00,0.0,9409.823,261.6126,76.26836,86.493576,63.325134,297.18048,42.201405,81.30943,26.935436,47.927086,1433.056,106.71232,25.978338,231.83408,0.75320804,0.61839354,41.130375,1.3375312,0.08806277,735.75653,0.0668853,701.68567,100.28079,0.04752409,0.038288813,253.4039,35.94996,112.773,133.21024,12417.307,0.13851908,2366.1426,3.447638,0.11095935,0.18037622,0.2192465,251.5659,312.15872,25.83172,95.63038,39.916157,18.671598,1845.7792,2.2790444,73.522835,32.20355,447.18933,31.509516,439.8623,16.499582,85.111176,0.0,1100.2705,4510.1074,2.2370133,359.5534,54.84074,29049.65,47.39264,2.279552,19.532206,44.31376,12.322816,3.2772524,21.808372,686.60657,273.79175,26.36846,1.85493,4.805917,153.29451,13.134902,246.65353,203.13441,2213.7568,634.92255,113.84575,150.67506,279.08304,5.309795,7.893082,22.922777,3.2136884,4.2608705,39.257393,51.06606,98.65107,26.110592,30.766695,67.78102,11.39919,3586.441,26.730457,24.107527,19.191055,14.084862,207.38057,45.7397,23.736559,6.295867,17.128187,24.794844,88.978294,187.59592,49.960213,188.32298,36.131783,23.061333,120.80447,76.13132,368.79648,85.148994,1.9379786,5.6989245,6.011855,52.056934,10471.666,1.9654642,20.261032,53.69879,20.770966,195.98193,57.498924,111.26023,2.5147252,102.95444,446.66156,262.2583,81.508965,434.71136,49.4543,72.750565,118.77846,15.112254,2.5653,16.00639,707.47577,0.25179765,0.5288602,74.71596,11.927458,7.332529,8.786308,16.264742,98.336075,32.045094,140.35574,714.0648,371.11682,2677.4487,2066.5977,38.627018,70.52439,5632.3647,12.914036,115.82997,670.5368,202.42863,273.22165,116.21729,709.1061,704.1317,478.75952,23.136713,148.30269,543.877,1033.9282,55.495064,521.41486,70.78033,1.4148773,50.588062,1.0194795,0.927848,3.7110226,36.172367,219.66774,64.438446,18.671146,803.79663,237.88799,138.15207,194.40591,51.05607,54.228493,28.567026,65.4211,26.044355,256.54684,119.33526,32.992153,30.929077,27.859138,62.31928,62.219803,9.052415,241.24696,67.16327,595.6064,23.01826,1148.4772,56.5752,397.8425,491.3353,23.384756,17.76189,645.6461,701.56195,1785.3778,228.01648 +2023-10-15 05:00:00,0.0,9399.919,261.332,76.28274,86.540924,63.330208,297.25327,42.212795,81.35501,26.938557,47.950043,1432.0645,106.65757,25.982758,231.89218,0.7549611,0.62004656,41.15032,1.3411541,0.08790053,736.1987,0.06683889,702.0891,100.32111,0.047438268,0.038231373,253.63983,35.964745,112.92593,133.27676,12406.45,0.13880552,2367.016,3.4561648,0.111154884,0.18062428,0.21971081,251.6656,312.25046,25.842619,95.552086,39.91729,18.662477,1844.8733,2.2817836,73.50758,32.18152,447.25864,31.5025,439.7681,16.482288,85.067764,0.0,1099.8906,4507.9434,2.2332325,359.3723,54.780262,29036.188,47.362213,2.276292,19.525396,44.30133,12.310431,3.2749615,21.801786,686.14636,273.52902,26.355885,1.852409,4.801102,153.20857,13.113057,246.575,203.25833,2212.9792,635.1,113.822174,150.64948,278.67175,5.3098564,7.8939342,22.955614,3.2143433,4.265911,39.21513,51.02031,98.67083,26.09475,30.741945,67.752815,11.400387,3586.0833,26.724813,24.104166,19.187658,14.0781975,207.31845,45.71905,23.729166,6.294244,17.116985,24.77745,88.93051,187.48685,49.91458,188.23158,36.101032,23.040476,120.75003,76.094795,368.29065,85.13007,1.9381667,5.695833,6.010625,52.007736,10459.075,1.9659861,20.24242,53.728127,20.761911,195.89766,57.483334,111.27525,2.5165277,102.90938,446.74258,262.39243,81.43713,434.74915,49.479168,72.71727,118.72589,15.122902,2.5663924,16.011923,707.14246,0.25241733,0.5295,74.74011,11.925059,7.336215,8.789422,16.26586,98.38698,32.02552,140.3903,714.2412,371.23108,2677.4358,2066.6084,38.611877,70.51736,5627.5835,12.925364,115.78646,670.4041,202.34062,273.1073,116.185356,708.74445,703.67914,478.71536,23.119047,148.2375,543.37866,1033.0316,55.420925,520.62726,70.68576,1.4156457,50.588467,1.019843,0.9286238,3.7145724,36.12417,219.643,64.36908,18.67361,802.9043,237.61804,138.0,194.16667,51.011906,54.229168,28.55139,65.30903,26.03125,256.28973,119.19108,32.986614,30.890625,27.829166,62.25417,62.134026,9.040125,241.00632,67.086784,595.0431,22.996273,1147.3091,56.52124,397.98428,490.78668,23.365389,17.756948,645.1132,701.16956,1784.9624,228.29564 +2023-10-15 06:00:00,0.0,9390.015,261.05136,76.29712,86.58828,63.33528,297.32605,42.224186,81.40058,26.941677,47.972996,1431.0728,106.60282,25.987179,231.9503,0.75671417,0.6216995,41.170265,1.3447771,0.08773828,736.64087,0.06679247,702.49255,100.36144,0.047352444,0.038173936,253.87575,35.979527,113.07886,133.3433,12395.595,0.13909197,2367.8896,3.4646919,0.11135042,0.18087234,0.22017509,251.7653,312.34222,25.85352,95.47379,39.918427,18.653357,1843.9673,2.2845225,73.49234,32.159492,447.32794,31.495483,439.6739,16.464996,85.024345,0.0,1099.5106,4505.7793,2.2294517,359.1912,54.719784,29022.727,47.331787,2.273032,19.518587,44.2889,12.298044,3.2726705,21.7952,685.6862,273.26627,26.34331,1.8498881,4.7962875,153.12262,13.091212,246.49644,203.38226,2212.2017,635.2774,113.79859,150.62389,278.26047,5.3099184,7.894787,22.988451,3.2149982,4.2709517,39.172867,50.974552,98.69059,26.078905,30.717196,67.7246,11.401584,3585.7258,26.71917,24.100807,19.18426,14.071534,207.25633,45.698402,23.721775,6.2926207,17.105783,24.760056,88.88273,187.37776,49.86895,188.1402,36.070286,23.019617,120.69559,76.058266,367.78482,85.111145,1.938355,5.692742,6.009395,51.958538,10446.485,1.9665082,20.22381,53.75746,20.752855,195.81337,57.467743,111.290276,2.5183303,102.86432,446.82364,262.52655,81.365295,434.78693,49.504032,72.68397,118.67332,15.133549,2.5674849,16.017454,706.8092,0.25303698,0.53013974,74.76426,11.922661,7.3399014,8.792537,16.266977,98.437874,32.005947,140.42487,714.4176,371.3453,2677.423,2066.619,38.596737,70.51032,5622.8022,12.936691,115.74294,670.2715,202.25262,272.99295,116.15343,708.3828,703.2266,478.67123,23.101381,148.1723,542.8804,1032.1351,55.346783,519.83966,70.591194,1.4164141,50.588867,1.0202065,0.9293996,3.7181222,36.07597,219.61826,64.29971,18.676075,802.0119,237.34811,137.84793,193.92741,50.967743,54.22984,28.535753,65.19697,26.018145,256.03262,119.04689,32.98108,30.852173,27.799192,62.189056,62.048252,9.027835,240.76569,67.0103,594.4798,22.974287,1146.1409,56.467278,398.12604,490.2381,23.346022,17.752007,644.5803,700.77716,1784.5469,228.57481 +2023-10-15 07:00:00,0.0,9380.11,260.77072,76.3115,86.63563,63.340355,297.39886,42.235577,81.44616,26.944796,47.99595,1430.0812,106.54807,25.991598,232.00842,0.75846726,0.62335247,41.19021,1.3484001,0.08757604,737.08307,0.066746056,702.896,100.401764,0.047266625,0.038116496,254.11168,35.994312,113.23178,133.40984,12384.738,0.13937841,2368.7632,3.473219,0.11154595,0.1811204,0.22063938,251.865,312.43396,25.86442,95.3955,39.919563,18.644236,1843.0613,2.2872617,73.47709,32.137463,447.39722,31.488468,439.57968,16.447702,84.980934,0.0,1099.1307,4503.6157,2.225671,359.0101,54.659306,29009.266,47.301357,2.269772,19.511776,44.276463,12.285659,3.2703795,21.788614,685.226,273.00354,26.330734,1.847367,4.7914734,153.03668,13.069367,246.4179,203.50618,2211.424,635.45483,113.77501,150.5983,277.84918,5.30998,7.895639,23.021286,3.2156532,4.2759924,39.130604,50.9288,98.71034,26.063063,30.692446,67.696396,11.4027815,3585.3682,26.713526,24.097446,19.18086,14.064871,207.19423,45.677753,23.714382,6.2909975,17.094582,24.742662,88.834946,187.26868,49.82332,188.04881,36.039536,22.99876,120.64115,76.02174,367.279,85.092224,1.9385431,5.6896505,6.0081654,51.909344,10433.8955,1.96703,20.205198,53.786797,20.743801,195.7291,57.452152,111.3053,2.5201328,102.81925,446.9047,262.6607,81.293465,434.82474,49.528896,72.650665,118.62074,15.144196,2.5685773,16.022987,706.4759,0.25365666,0.53077954,74.78841,11.920263,7.343588,8.7956505,16.268097,98.48877,31.986376,140.45943,714.594,371.45956,2677.4102,2066.6296,38.581596,70.50329,5618.021,12.948019,115.69943,670.13885,202.16463,272.8786,116.12149,708.0211,702.7741,478.62708,23.083717,148.10712,542.382,1031.2385,55.27264,519.05206,70.49663,1.4171827,50.58927,1.02057,0.9301754,3.7216723,36.02777,219.59352,64.23034,18.67854,801.11957,237.07817,137.69586,193.68817,50.92358,54.23051,28.520117,65.0849,26.005041,255.77551,118.90271,32.97554,30.81372,27.76922,62.123947,61.962475,9.015545,240.52505,66.933815,593.9165,22.952303,1144.9728,56.41332,398.26782,489.6895,23.326654,17.747065,644.04736,700.38477,1784.1313,228.85399 +2023-10-15 08:00:00,0.0,9370.206,260.49008,76.32588,86.68298,63.34543,297.47165,42.246967,81.49174,26.947916,48.018906,1429.0896,106.493324,25.996017,232.06653,0.76022035,0.6250054,41.210155,1.3520231,0.087413795,737.5252,0.06669964,703.29944,100.442085,0.0471808,0.038059056,254.34761,36.009098,113.38471,133.47638,12373.883,0.13966484,2369.637,3.4817457,0.11174148,0.18136846,0.22110367,251.96472,312.5257,25.875319,95.31721,39.9207,18.635115,1842.1553,2.2900007,73.46184,32.115437,447.46655,31.481451,439.48547,16.43041,84.937515,0.0,1098.7509,4501.4517,2.2218902,358.82898,54.598827,28995.803,47.27093,2.266512,19.504967,44.26403,12.273273,3.2680883,21.782028,684.76587,272.74078,26.31816,1.8448461,4.786659,152.95074,13.047523,246.33934,203.63011,2210.6465,635.63226,113.751434,150.57271,277.4379,5.310042,7.896491,23.054123,3.216308,4.2810326,39.08834,50.88305,98.7301,26.047218,30.667696,67.66818,11.403978,3585.0107,26.70788,24.094086,19.177462,14.058207,207.13211,45.65711,23.70699,6.289375,17.08338,24.725267,88.78716,187.15959,49.777687,187.95743,36.008785,22.977901,120.586716,75.985214,366.77316,85.0733,1.9387313,5.686559,6.0069356,51.860146,10421.305,1.9675521,20.186588,53.816128,20.734747,195.64482,57.436558,111.32032,2.5219355,102.77419,446.98572,262.79483,81.22163,434.86252,49.553764,72.61736,118.56818,15.154843,2.5696697,16.028519,706.14264,0.25427634,0.53141934,74.81255,11.917865,7.3472743,8.798764,16.269215,98.539665,31.966803,140.49399,714.7704,371.57382,2677.3975,2066.6404,38.566452,70.496254,5613.2397,12.959347,115.655914,670.00616,202.07661,272.76425,116.089554,707.6595,702.3216,478.58295,23.066051,148.04193,541.88367,1030.3419,55.1985,518.26447,70.40206,1.4179511,50.589672,1.0209335,0.93095124,3.725222,35.979572,219.56877,64.16097,18.681004,800.22723,236.80824,137.54378,193.44893,50.879417,54.231182,28.50448,64.97283,25.991936,255.51839,118.75853,32.970005,30.775269,27.739246,62.058834,61.8767,9.003255,240.28441,66.85733,593.3533,22.930317,1143.8046,56.35936,398.40958,489.14093,23.307287,17.742123,643.51447,699.9924,1783.716,229.13316 +2023-10-15 09:00:00,0.0,9360.302,260.20947,76.34026,86.73033,63.350502,297.54443,42.258358,81.53731,26.951036,48.04186,1428.0979,106.438576,26.000439,232.12465,0.7619734,0.6266584,41.2301,1.3556461,0.08725155,737.96735,0.06665322,703.7029,100.48241,0.04709498,0.038001616,254.58353,36.023884,113.537636,133.54291,12363.026,0.13995129,2370.5105,3.4902728,0.111937016,0.18161651,0.22156796,252.06442,312.61743,25.886219,95.238914,39.921833,18.625994,1841.2494,2.2927399,73.446594,32.093407,447.53586,31.474436,439.39124,16.413116,84.894104,0.0,1098.3708,4499.288,2.2181096,358.6479,54.53835,28982.342,47.240505,2.263252,19.498156,44.251602,12.260887,3.2657974,21.775442,684.30566,272.47803,26.305584,1.8423252,4.781844,152.8648,13.025678,246.2608,203.75403,2209.869,635.80963,113.72785,150.54712,277.02658,5.3101034,7.8973436,23.086958,3.216963,4.286073,39.046078,50.83729,98.74986,26.031376,30.642946,67.63998,11.405175,3584.6533,26.702236,24.090725,19.174063,14.051543,207.06999,45.63646,23.699596,6.2877517,17.072178,24.707874,88.73938,187.0505,49.732056,187.86603,35.978035,22.957045,120.53228,75.94869,366.26733,85.05438,1.9389194,5.683468,6.005706,51.810947,10408.715,1.968074,20.167976,53.845463,20.72569,195.56055,57.420967,111.33534,2.523738,102.72913,447.06677,262.92896,81.149796,434.9003,49.57863,72.58406,118.5156,15.16549,2.5707622,16.034052,705.8093,0.254896,0.53205913,74.8367,11.915466,7.3509607,8.801879,16.270332,98.59057,31.94723,140.52855,714.9468,371.68805,2677.3845,2066.6511,38.55131,70.48921,5608.4585,12.9706745,115.6124,669.87354,201.98862,272.6499,116.057625,707.29785,701.869,478.5388,23.048388,147.97675,541.3854,1029.4453,55.12436,517.4768,70.30749,1.4187195,50.590076,1.021297,0.9317271,3.728772,35.931374,219.54404,64.091606,18.683468,799.3349,236.5383,137.39171,193.20967,50.835255,54.231853,28.488846,64.86077,25.97883,255.26128,118.61435,32.964466,30.736816,27.709274,61.99372,61.790924,8.990965,240.04378,66.780846,592.79,22.90833,1142.6365,56.305397,398.55136,488.59235,23.28792,17.73718,642.9815,699.6,1783.3004,229.41232 +2023-10-15 10:00:00,0.0,9350.397,259.92883,76.354645,86.77769,63.355576,297.61725,42.26975,81.582886,26.954157,48.06481,1427.1063,106.38383,26.004858,232.18275,0.7637265,0.62831134,41.250046,1.3592691,0.08708931,738.40955,0.06660681,704.1064,100.522736,0.047009155,0.03794418,254.81946,36.03867,113.69056,133.60945,12352.171,0.14023773,2371.384,3.4987996,0.11213255,0.18186459,0.22203225,252.16412,312.70917,25.897118,95.16062,39.92297,18.616873,1840.3434,2.2954788,73.43134,32.07138,447.60516,31.467419,439.29703,16.395823,84.850685,0.0,1097.991,4497.124,2.2143288,358.46677,54.47787,28968.88,47.210075,2.259992,19.491346,44.23917,12.248502,3.2635064,21.768856,683.8455,272.2153,26.293009,1.8398042,4.7770295,152.77887,13.003833,246.18225,203.87796,2209.0913,635.98706,113.70427,150.52153,276.6153,5.310165,7.8981957,23.119795,3.217618,4.291114,39.003815,50.791542,98.76962,26.015532,30.618196,67.61176,11.406373,3584.2957,26.696592,24.087366,19.170664,14.04488,207.00787,45.61581,23.692204,6.2861285,17.060976,24.69048,88.6916,186.94142,49.686424,187.77464,35.947285,22.936186,120.477844,75.91216,365.7615,85.03545,1.9391077,5.680376,6.004476,51.76175,10396.125,1.9685959,20.149364,53.874798,20.716637,195.47626,57.405376,111.350365,2.5255406,102.684074,447.14783,263.0631,81.077965,434.9381,49.603493,72.55076,118.46303,15.176137,2.5718546,16.039583,705.4761,0.25551566,0.5326989,74.86085,11.913068,7.354647,8.804993,16.271452,98.641464,31.927656,140.56311,715.1231,371.8023,2677.3718,2066.6619,38.53617,70.48218,5603.677,12.982002,115.568886,669.74084,201.9006,272.53555,116.02569,706.9362,701.4165,478.49463,23.030722,147.91156,540.887,1028.5487,55.050217,516.6892,70.21292,1.419488,50.590477,1.0216604,0.9325029,3.7323217,35.883175,219.51929,64.02224,18.685932,798.44257,236.26836,137.23964,192.97043,50.79109,54.23253,28.47321,64.7487,25.965725,255.00417,118.47016,32.95893,30.698364,27.6793,61.92861,61.70515,8.978675,239.80313,66.70436,592.2267,22.886345,1141.4683,56.25144,398.69315,488.04376,23.268553,17.732239,642.4486,699.2076,1782.8849,229.6915 +2023-10-15 11:00:00,0.0,9340.493,259.6482,76.369026,86.825035,63.360653,297.69003,42.28114,81.62846,26.957277,48.087765,1426.1147,106.32909,26.009277,232.24088,0.76547956,0.62996435,41.26999,1.3628922,0.086927064,738.8517,0.066560395,704.5098,100.56306,0.046923336,0.03788674,255.05539,36.05345,113.84349,133.67598,12341.314,0.14052418,2372.2576,3.5073266,0.11232808,0.18211265,0.22249654,252.26382,312.8009,25.908018,95.08233,39.924107,18.607752,1839.4374,2.298218,73.41609,32.04935,447.6745,31.460403,439.20282,16.37853,84.807274,0.0,1097.6111,4494.96,2.2105482,358.28568,54.417393,28955.418,47.17965,2.256732,19.484535,44.226738,12.236116,3.2612154,21.76227,683.3853,271.95255,26.280434,1.8372833,4.772215,152.69293,12.981988,246.1037,204.00188,2208.314,636.1645,113.680695,150.49594,276.204,5.310227,7.899048,23.152632,3.218273,4.2961545,38.96155,50.74579,98.789375,25.99969,30.593447,67.58356,11.40757,3583.9382,26.690948,24.084005,19.167265,14.038216,206.94576,45.59516,23.684813,6.2845054,17.049774,24.673086,88.643814,186.83234,49.640793,187.68326,35.91654,22.915329,120.42341,75.87564,365.25568,85.01653,1.9392958,5.6772847,6.003246,51.712555,10383.534,1.9691179,20.130754,53.904133,20.70758,195.39198,57.389786,111.36539,2.527343,102.639015,447.22885,263.19724,81.00613,434.9759,49.62836,72.517456,118.41046,15.186785,2.572947,16.045116,705.14276,0.2561353,0.5333387,74.885,11.91067,7.3583336,8.808107,16.27257,98.69236,31.908083,140.59766,715.29944,371.91656,2677.359,2066.6724,38.52103,70.47514,5598.8955,12.993329,115.52537,669.6082,201.8126,272.4212,115.99375,706.5745,700.964,478.4505,23.013056,147.84637,540.3887,1027.6521,54.976074,515.9016,70.118355,1.4202564,50.59088,1.022024,0.93327874,3.7358716,35.834972,219.49455,63.952873,18.688396,797.55023,235.99843,137.08755,192.73119,50.746925,54.2332,28.457573,64.636635,25.952621,254.74706,118.32598,32.953392,30.659912,27.649328,61.8635,61.619377,8.966385,239.5625,66.62788,591.66345,22.864359,1140.3002,56.197475,398.8349,487.49515,23.249187,17.727297,641.91565,698.8152,1782.4694,229.97067 +2023-10-15 12:00:00,0.0,9330.589,259.36758,76.38341,86.87238,63.365726,297.76282,42.29253,81.674034,26.960396,48.11072,1425.123,106.27434,26.013699,232.299,0.76723266,0.6316173,41.289936,1.366515,0.08676482,739.2939,0.06651398,704.91327,100.60338,0.046837512,0.0378293,255.2913,36.068237,113.996414,133.74252,12330.458,0.14081061,2373.131,3.5158534,0.112523615,0.18236071,0.22296083,252.36353,312.89267,25.918919,95.004036,39.92524,18.59863,1838.5314,2.3009572,73.40085,32.027325,447.74377,31.453386,439.1086,16.361237,84.763855,0.0,1097.2311,4492.7964,2.2067673,358.10458,54.35691,28941.957,47.149223,2.2534719,19.477726,44.214306,12.22373,3.2589245,21.755684,682.9251,271.6898,26.267859,1.8347622,4.7674003,152.607,12.960143,246.02515,204.12581,2207.5364,636.3419,113.65712,150.47037,275.79272,5.3102884,7.8999,23.185467,3.2189279,4.301195,38.91929,50.700035,98.809135,25.983847,30.568697,67.55535,11.408768,3583.5806,26.685303,24.080645,19.163868,14.031552,206.88364,45.574512,23.67742,6.282882,17.038572,24.655691,88.59603,186.72327,49.59516,187.59187,35.885788,22.89447,120.368965,75.83911,364.74985,84.99761,1.939484,5.6741934,6.002016,51.663357,10370.944,1.9696398,20.112143,53.933468,20.698526,195.30771,57.374195,111.38041,2.5291457,102.593956,447.3099,263.33136,80.934296,435.01367,49.653225,72.48415,118.35789,15.197432,2.5740395,16.050648,704.8095,0.256755,0.53397846,74.90915,11.908272,7.3620195,8.811221,16.27369,98.743256,31.88851,140.63222,715.4758,372.0308,2677.3462,2066.683,38.50589,70.46811,5594.1143,13.004657,115.48186,669.4755,201.7246,272.30685,115.96182,706.2129,700.5114,478.40634,22.995392,147.78117,539.8904,1026.7556,54.901936,515.114,70.02379,1.4210248,50.59128,1.0223875,0.93405455,3.7394216,35.786774,219.4698,63.883507,18.69086,796.6579,235.72849,136.93549,192.49193,50.702763,54.23387,28.441936,64.524574,25.939516,254.48994,118.1818,32.947857,30.62146,27.619354,61.79839,61.5336,8.954095,239.32185,66.55139,591.10016,22.842373,1139.132,56.143517,398.97668,486.94656,23.22982,17.722355,641.38275,698.4228,1782.054,230.24985 +2023-10-15 13:00:00,0.0,9320.685,259.08694,76.39779,86.91974,63.3708,297.83563,42.30392,81.71961,26.963516,48.133675,1424.1315,106.21959,26.018118,232.3571,0.76898575,0.63327026,41.309883,1.370138,0.086602576,739.736,0.06646756,705.3167,100.6437,0.04675169,0.03777186,255.52724,36.083023,114.149345,133.80905,12319.603,0.14109705,2374.0046,3.5243804,0.11271915,0.18260877,0.22342512,252.46323,312.9844,25.929817,94.925735,39.926376,18.58951,1837.6255,2.3036962,73.3856,32.005295,447.81308,31.446371,439.0144,16.343945,84.72044,0.0,1096.8512,4490.6323,2.2029867,357.92346,54.296432,28928.494,47.118793,2.250212,19.470917,44.201874,12.211345,3.2566335,21.749098,682.46497,271.42706,26.255285,1.8322413,4.7625856,152.52106,12.938298,245.94661,204.24973,2206.7588,636.51935,113.63353,150.44478,275.38144,5.3103504,7.9007525,23.218304,3.2195828,4.306236,38.877026,50.65428,98.828896,25.968002,30.543947,67.52714,11.409965,3583.2231,26.679659,24.077286,19.16047,14.024889,206.82153,45.553867,23.670027,6.281259,17.02737,24.638298,88.54825,186.61418,49.54953,187.50049,35.855038,22.873613,120.31453,75.80259,364.24402,84.97868,1.9396721,5.671102,6.0007863,51.61416,10358.354,1.9701618,20.093533,53.962803,20.68947,195.22343,57.3586,111.39543,2.5309482,102.54889,447.39096,263.4655,80.862465,435.05148,49.678093,72.45086,118.30532,15.208078,2.575132,16.056181,704.4762,0.25737464,0.53461826,74.9333,11.905873,7.365706,8.814335,16.274807,98.79416,31.868935,140.66678,715.6522,372.14505,2677.3333,2066.6938,38.49075,70.46107,5589.333,13.015985,115.43834,669.3429,201.6366,272.1925,115.929886,705.85126,700.0589,478.3622,22.977726,147.71599,539.392,1025.859,54.827793,514.3264,69.92922,1.4217933,50.591686,1.022751,0.93483037,3.7429714,35.738575,219.44507,63.814137,18.693325,795.7655,235.45856,136.78342,192.25269,50.6586,54.234543,28.4263,64.412506,25.92641,254.23283,118.03762,32.942318,30.583008,27.589382,61.733276,61.447826,8.941804,239.08122,66.47491,590.53687,22.820389,1137.9639,56.089558,399.11844,486.39798,23.210453,17.717413,640.8498,698.0304,1781.6384,230.529 +2023-10-15 14:00:00,0.0,9310.78,258.8063,76.41217,86.96709,63.375874,297.90842,42.31531,81.76519,26.966637,48.156628,1423.1399,106.16484,26.022537,232.41522,0.7707388,0.6349232,41.329826,1.373761,0.08644033,740.1782,0.06642114,705.72015,100.68403,0.046665866,0.03771442,255.76317,36.09781,114.30227,133.8756,12308.746,0.1413835,2374.8782,3.5329075,0.11291468,0.18285683,0.22388941,252.56294,313.07614,25.940718,94.84744,39.927513,18.580389,1836.7195,2.3064353,73.370346,31.983269,447.8824,31.439354,438.9202,16.32665,84.677025,0.0,1096.4713,4488.4683,2.1992059,357.74237,54.235954,28915.033,47.088367,2.2469518,19.464106,44.18944,12.198958,3.2543426,21.742512,682.00476,271.1643,26.24271,1.8297204,4.757771,152.4351,12.916453,245.86806,204.37366,2205.9812,636.6968,113.609955,150.41919,274.97012,5.310412,7.9016047,23.251139,3.2202377,4.3112764,38.834763,50.60853,98.84865,25.95216,30.519197,67.49893,11.411161,3582.8655,26.674015,24.073925,19.15707,14.018225,206.75941,45.53322,23.662634,6.2796364,17.016169,24.620903,88.500465,186.5051,49.5039,187.40909,35.824287,22.852755,120.26009,75.76606,363.7382,84.95976,1.9398603,5.6680107,5.9995565,51.56496,10345.764,1.9706837,20.07492,53.992138,20.680416,195.13914,57.34301,111.41046,2.5327508,102.50383,447.472,263.59964,80.79063,435.08926,49.702957,72.41756,118.25275,15.218726,2.5762243,16.061712,704.14294,0.25799432,0.53525805,74.95744,11.903476,7.3693924,8.81745,16.275925,98.845055,31.849361,140.70134,715.8286,372.2593,2677.3206,2066.7046,38.475605,70.45403,5584.552,13.027312,115.39483,669.21027,201.5486,272.07816,115.89795,705.4896,699.6064,478.31805,22.960062,147.6508,538.8937,1024.9624,54.75365,513.5388,69.83465,1.4225618,50.592087,1.0231146,0.9356062,3.7465212,35.690376,219.42032,63.74477,18.69579,794.87317,235.18861,136.63133,192.01344,50.614437,54.235214,28.410664,64.300446,25.913307,253.97571,117.89343,32.936783,30.544556,27.559408,61.668167,61.36205,8.929514,238.84058,66.39842,589.97363,22.798403,1136.7958,56.035595,399.26022,485.8494,23.191086,17.712471,640.3169,697.638,1781.2229,230.80818 +2023-10-15 15:00:00,0.0,9300.876,258.5257,76.42655,87.01444,63.380947,297.9812,42.326702,81.81076,26.969757,48.179585,1422.1482,106.11009,26.026958,232.47333,0.7724919,0.6365762,41.349773,1.3773841,0.08627809,740.62036,0.06637473,706.1236,100.72435,0.046580043,0.03765698,255.99908,36.112595,114.4552,133.94212,12297.891,0.14166994,2375.752,3.5414343,0.113110214,0.18310489,0.2243537,252.66264,313.16788,25.951616,94.76915,39.92865,18.571268,1835.8135,2.3091743,73.3551,31.96124,447.95172,31.432339,438.826,16.309359,84.63361,0.0,1096.0913,4486.3047,2.1954253,357.56125,54.175476,28901.572,47.05794,2.243692,19.457296,44.17701,12.186573,3.2520516,21.735926,681.5446,270.90158,26.230135,1.8271993,4.7529564,152.34917,12.8946085,245.7895,204.49757,2205.2036,636.87415,113.58638,150.3936,274.55884,5.310474,7.9024568,23.283976,3.2208927,4.316317,38.7925,50.562775,98.86841,25.936316,30.494448,67.47072,11.412359,3582.508,26.66837,24.070564,19.153671,14.011561,206.6973,45.51257,23.655241,6.278013,17.004967,24.60351,88.45268,186.39601,49.458263,187.3177,35.79354,22.831898,120.20566,75.72954,363.23236,84.94084,1.9400485,5.6649194,5.998327,51.515766,10333.174,1.9712057,20.056309,54.021473,20.671362,195.05487,57.32742,111.42548,2.5345533,102.45877,447.55304,263.7338,80.718796,435.12704,49.72782,72.384254,118.20017,15.229373,2.5773168,16.067245,703.80963,0.25861397,0.53589785,74.98159,11.901077,7.373079,8.820563,16.277044,98.89595,31.829788,140.7359,716.005,372.37354,2677.3076,2066.7153,38.460464,70.447,5579.7705,13.03864,115.35131,669.0776,201.46059,271.9638,115.86601,705.1279,699.1539,478.27393,22.942396,147.58562,538.3954,1024.0658,54.67951,512.7512,69.74008,1.4233302,50.59249,1.023478,0.93638206,3.750071,35.642178,219.39558,63.675404,18.698254,793.98083,234.91867,136.47926,191.7742,50.570274,54.235886,28.395027,64.18838,25.900202,253.7186,117.74925,32.931244,30.506104,27.529434,61.603054,61.276276,8.917224,238.59995,66.32194,589.41034,22.776417,1135.6276,55.981636,399.40198,485.3008,23.171719,17.70753,639.78394,697.2456,1780.8075,231.08736 +2023-10-15 16:00:00,0.0,9290.972,258.24506,76.44093,87.06179,63.38602,298.05402,42.338093,81.85634,26.972876,48.202538,1421.1566,106.05534,26.031378,232.53145,0.77424496,0.6382292,41.369717,1.3810071,0.086115845,741.06256,0.06632832,706.52704,100.76467,0.046494223,0.03759954,256.23502,36.127377,114.60812,134.00867,12287.034,0.14195637,2376.6255,3.5499613,0.11330575,0.18335295,0.22481799,252.76234,313.2596,25.962517,94.69086,39.929783,18.56215,1834.9076,2.3119135,73.33985,31.939213,448.02103,31.425322,438.73178,16.292065,84.590195,0.0,1095.7114,4484.1406,2.1916444,357.38016,54.114998,28888.11,47.02751,2.2404318,19.450485,44.164577,12.174188,3.2497606,21.72934,681.0844,270.63882,26.21756,1.8246784,4.748142,152.26323,12.872764,245.71095,204.6215,2204.426,637.0516,113.5628,150.36801,274.14755,5.3105354,7.9033093,23.316813,3.2215476,4.3213573,38.750237,50.51702,98.88817,25.920473,30.469698,67.44251,11.413556,3582.1506,26.662725,24.067204,19.150272,14.004898,206.63518,45.49192,23.64785,6.27639,16.993765,24.586115,88.40491,186.28693,49.412632,187.22632,35.76279,22.811039,120.15122,75.693016,362.72653,84.92192,1.9402367,5.661828,5.997097,51.466568,10320.583,1.9717276,20.037699,54.050808,20.662306,194.9706,57.31183,111.440506,2.536356,102.41371,447.6341,263.86792,80.646965,435.16486,49.75269,72.35095,118.147606,15.240021,2.5784092,16.072777,703.4764,0.25923365,0.53653765,75.00574,11.898679,7.3767653,8.823677,16.278162,98.946846,31.810215,140.77046,716.1814,372.4878,2677.295,2066.726,38.445324,70.439964,5574.9893,13.049968,115.30779,668.94495,201.37259,271.84946,115.83408,704.7663,698.7013,478.22977,22.92473,147.52043,537.89703,1023.1692,54.60537,511.96362,69.645515,1.4240986,50.59289,1.0238415,0.93715787,3.7536209,35.59398,219.37083,63.606037,18.700716,793.0885,234.64874,136.3272,191.53494,50.52611,54.23656,28.37939,64.07631,25.887096,253.46149,117.60507,32.92571,30.467651,27.499462,61.537945,61.1905,8.904934,238.35931,66.24545,588.84705,22.75443,1134.4595,55.927673,399.54376,484.7522,23.152351,17.702587,639.25104,696.8532,1780.392,231.36653 +2023-10-15 17:00:00,0.0,9281.067,257.96442,76.455315,87.109146,63.391094,298.1268,42.349483,81.90192,26.975996,48.22549,1420.1649,106.000595,26.035797,232.58957,0.77599806,0.63988215,41.389664,1.3846301,0.0859536,741.5047,0.0662819,706.93054,100.805,0.0464084,0.0375421,256.47095,36.142162,114.761055,134.07521,12276.178,0.14224282,2377.499,3.5584881,0.11350128,0.183601,0.22528228,252.86205,313.35138,25.973417,94.612564,39.93092,18.553028,1834.0016,2.3146524,73.3246,31.917185,448.0903,31.418306,438.63754,16.27477,84.54678,0.0,1095.3315,4481.977,2.1878638,357.19904,54.05452,28874.648,46.997086,2.237172,19.443676,44.152145,12.161801,3.2474694,21.722754,680.62427,270.37607,26.204985,1.8221574,4.7433276,152.17729,12.850919,245.63242,204.74542,2203.6484,637.229,113.53922,150.34242,273.73627,5.3105974,7.9041615,23.349648,3.2222025,4.326398,38.707973,50.471268,98.90793,25.904629,30.444948,67.4143,11.414753,3581.793,26.657082,24.063845,19.146873,13.998234,206.57306,45.47127,23.640457,6.274767,16.982563,24.568722,88.357124,186.17784,49.367,187.13493,35.73204,22.790182,120.09679,75.65649,362.2207,84.90299,1.9404248,5.6587367,5.9958673,51.41737,10307.993,1.9722496,20.019087,54.080143,20.653252,194.8863,57.296238,111.45553,2.5381584,102.36865,447.71512,264.00204,80.57513,435.20264,49.777554,72.31765,118.09503,15.250668,2.5795016,16.07831,703.14307,0.25985333,0.5371774,75.029884,11.89628,7.3804517,8.826792,16.279282,98.99775,31.790642,140.80502,716.3578,372.60205,2677.282,2066.7366,38.430183,70.43292,5570.208,13.0612955,115.26428,668.81226,201.28458,271.7351,115.80215,704.40466,698.2488,478.18564,22.907066,147.45525,537.3987,1022.27264,54.531227,511.176,69.55095,1.424867,50.593292,1.024205,0.9379337,3.757171,35.54578,219.3461,63.536667,18.70318,792.19617,234.3788,136.17513,191.2957,50.48195,54.237232,28.363756,63.964245,25.873991,253.20438,117.46089,32.92017,30.4292,27.469488,61.47283,61.104725,8.892644,238.11867,66.16897,588.2838,22.732445,1133.2913,55.873714,399.68552,484.2036,23.132984,17.697645,638.7181,696.4608,1779.9764,231.64569 +2023-10-15 18:00:00,0.0,9271.163,257.68378,76.469696,87.156494,63.396168,298.1996,42.360874,81.94749,26.979116,48.248447,1419.1733,105.94585,26.040218,232.64767,0.7777511,0.6415351,41.409607,1.3882531,0.08579136,741.94684,0.06623548,707.334,100.84532,0.046322577,0.037484664,256.70688,36.156948,114.91398,134.14174,12265.322,0.14252926,2378.3726,3.5670152,0.113696806,0.18384907,0.22574656,252.96175,313.4431,25.984316,94.53427,39.932056,18.543907,1833.0956,2.3173916,73.30936,31.895157,448.1596,31.411291,438.54333,16.257479,84.503365,0.0,1094.9515,4479.813,2.184083,357.01794,53.99404,28861.186,46.96666,2.2339118,19.436867,44.139717,12.149416,3.2451785,21.716167,680.16406,270.11334,26.19241,1.8196365,4.738513,152.09135,12.829073,245.55386,204.86935,2202.8708,637.40643,113.51564,150.31683,273.32498,5.310659,7.9050136,23.382484,3.2228575,4.3314385,38.665714,50.425514,98.92768,25.888786,30.420198,67.38609,11.415951,3581.4355,26.651438,24.060484,19.143475,13.99157,206.51094,45.450626,23.633064,6.273144,16.971361,24.551327,88.30934,186.06876,49.32137,187.04353,35.70129,22.769323,120.04234,75.619965,361.71487,84.88407,1.940613,5.655645,5.994637,51.36817,10295.402,1.9727715,20.000477,54.109478,20.644196,194.80203,57.280643,111.47055,2.539961,102.32359,447.79617,264.1362,80.503296,435.24042,49.802418,72.28435,118.04246,15.261314,2.580594,16.083841,702.8098,0.26047298,0.5378172,75.05404,11.893883,7.384138,8.8299055,16.2804,99.048645,31.771069,140.83958,716.5342,372.71628,2677.2693,2066.7473,38.415043,70.42589,5565.427,13.072623,115.220764,668.6796,201.19658,271.62076,115.77021,704.043,697.79626,478.14148,22.8894,147.39005,536.9004,1021.37604,54.457085,510.3884,69.45638,1.4256355,50.593697,1.0245686,0.9387095,3.7607207,35.49758,219.32135,63.4673,18.705645,791.30383,234.10886,136.02304,191.05646,50.437786,54.237904,28.34812,63.85218,25.860888,252.94727,117.31671,32.914635,30.390747,27.439516,61.40772,61.01895,8.880354,237.87804,66.09248,587.7205,22.710459,1132.1232,55.819756,399.8273,483.65503,23.113619,17.692703,638.1852,696.0684,1779.5609,231.92487 +2023-10-15 19:00:00,0.0,9261.259,257.40317,76.48408,87.20385,63.40124,298.2724,42.372265,81.993065,26.982237,48.2714,1418.1818,105.8911,26.044638,232.7058,0.7795042,0.64318806,41.429554,1.391876,0.085629106,742.38904,0.066189066,707.7374,100.88564,0.046236753,0.037427224,256.94278,36.171734,115.06691,134.20828,12254.466,0.14281571,2379.246,3.5755422,0.11389234,0.18409713,0.22621086,253.06146,313.53485,25.995216,94.45598,39.933193,18.534786,1832.1896,2.3201306,73.294106,31.873129,448.22894,31.404274,438.44913,16.240185,84.45995,0.0,1094.5717,4477.649,2.1803024,356.83682,53.933563,28847.725,46.93623,2.2306519,19.430056,44.127285,12.137031,3.2428875,21.709581,679.7039,269.8506,26.179834,1.8171155,4.7336984,152.00542,12.807228,245.47531,204.99327,2202.0935,637.58386,113.49206,150.29124,272.9137,5.3107204,7.9058657,23.41532,3.2235124,4.336479,38.62345,50.379765,98.94744,25.872944,30.395449,67.35788,11.417148,3581.078,26.645792,24.057123,19.140076,13.984907,206.44884,45.429977,23.625671,6.2715206,16.96016,24.533934,88.26156,185.95967,49.275738,186.95215,35.67054,22.748466,119.98791,75.583435,361.20905,84.86515,1.9408011,5.6525536,5.9934072,51.318974,10282.8125,1.9732935,19.981865,54.138813,20.635141,194.71776,57.265053,111.48557,2.5417635,102.27853,447.87723,264.27032,80.431465,435.27823,49.827286,72.251045,117.98989,15.271962,2.5816863,16.089373,702.4765,0.26109266,0.538457,75.078186,11.891484,7.387824,8.83302,16.281517,99.09954,31.751495,140.87415,716.7106,372.83054,2677.2563,2066.758,38.399902,70.41885,5560.6455,13.083951,115.17725,668.54694,201.10857,271.5064,115.73828,703.68134,697.34375,478.09735,22.871735,147.32486,536.40204,1020.47943,54.382942,509.6008,69.36182,1.426404,50.594097,1.024932,0.9394853,3.7642705,35.449383,219.29662,63.397934,18.708109,790.4115,233.83893,135.87097,190.8172,50.393623,54.238575,28.332483,63.740116,25.847782,252.69014,117.17252,32.909096,30.352295,27.409542,61.34261,60.933174,8.868064,237.63739,66.016,587.1572,22.688473,1130.955,55.765793,399.96906,483.10645,23.094252,17.687761,637.6522,695.676,1779.1455,232.20404 +2023-10-15 20:00:00,0.0,9251.3545,257.12253,76.49846,87.2512,63.406315,298.34518,42.383656,82.03864,26.985355,48.294353,1417.1901,105.83635,26.049057,232.76392,0.7812573,0.644841,41.449497,1.395499,0.08546686,742.8312,0.06614265,708.14087,100.925964,0.046150934,0.037369784,257.1787,36.186516,115.21983,134.27481,12243.61,0.14310214,2380.1196,3.584069,0.11408787,0.18434519,0.22667515,253.16116,313.6266,26.006115,94.377686,39.934326,18.525665,1831.2837,2.3228698,73.278854,31.8511,448.29825,31.397259,438.35492,16.222893,84.416534,0.0,1094.1917,4475.4854,2.1765215,356.65573,53.873085,28834.264,46.905804,2.2273917,19.423246,44.114853,12.124644,3.2405965,21.702995,679.2437,269.58783,26.16726,1.8145945,4.7288837,151.91948,12.785383,245.39676,205.1172,2201.316,637.7613,113.46848,150.26566,272.50238,5.3107824,7.9067183,23.448156,3.2241673,4.34152,38.58119,50.334007,98.9672,25.8571,30.370699,67.32967,11.4183445,3580.7205,26.640148,24.053764,19.136677,13.978243,206.38672,45.40933,23.61828,6.269898,16.948957,24.516539,88.213776,185.85059,49.230106,186.86076,35.639793,22.727608,119.93347,75.54691,360.70322,84.84623,1.9409894,5.649462,5.9921775,51.26978,10270.223,1.9738154,19.963255,54.168144,20.626087,194.63348,57.249462,111.500595,2.5435662,102.23347,447.95825,264.40445,80.35963,435.316,49.85215,72.21775,117.93732,15.282609,2.5827787,16.094906,702.14325,0.2617123,0.5390968,75.10233,11.889086,7.3915105,8.836134,16.282637,99.15044,31.731922,140.9087,716.88696,372.9448,2677.2437,2066.7688,38.384758,70.41182,5555.8643,13.095278,115.133736,668.4143,201.02057,271.39206,115.706345,703.3197,696.8912,478.0532,22.85407,147.25967,535.9037,1019.5829,54.308804,508.8132,69.26724,1.4271724,50.5945,1.0252955,0.9402612,3.7678204,35.401184,219.27187,63.328568,18.710573,789.5191,233.56898,135.7189,190.57796,50.34946,54.239246,28.316847,63.628048,25.834677,252.43303,117.02834,32.90356,30.313845,27.37957,61.277496,60.8474,8.855774,237.39676,65.939514,586.594,22.666489,1129.7869,55.711834,400.11084,482.55786,23.074884,17.68282,637.1193,695.2836,1778.73,232.48322 +2023-10-15 21:00:00,0.0,9241.45,256.8419,76.51284,87.298546,63.411392,298.41797,42.395046,82.08421,26.988476,48.31731,1416.1985,105.7816,26.053478,232.82202,0.78301036,0.64649403,41.469444,1.399122,0.08530462,743.2734,0.06609624,708.5443,100.96629,0.04606511,0.037312344,257.41464,36.2013,115.372765,134.34135,12232.754,0.14338858,2380.9932,3.592596,0.114283405,0.18459325,0.22713943,253.26086,313.71832,26.017015,94.29939,39.935463,18.516544,1830.3777,2.325609,73.26361,31.829073,448.36755,31.390242,438.2607,16.205599,84.37312,0.0,1093.8118,4473.3213,2.172741,356.47464,53.812607,28820.8,46.875378,2.2241318,19.416435,44.102417,12.112259,3.2383056,21.69641,678.7835,269.3251,26.154684,1.8120736,4.724069,151.83354,12.763538,245.31822,205.24113,2200.5383,637.93866,113.4449,150.24007,272.0911,5.310844,7.9075704,23.480993,3.2248223,4.3465605,38.538925,50.288258,98.98696,25.841257,30.34595,67.30146,11.419542,3580.3628,26.634504,24.050404,19.13328,13.97158,206.3246,45.38868,23.610888,6.268275,16.937756,24.499146,88.16599,185.74152,49.184475,186.76938,35.609043,22.70675,119.879036,75.51038,360.19742,84.8273,1.9411775,5.646371,5.9909477,51.22058,10257.632,1.9743375,19.944643,54.19748,20.617031,194.5492,57.23387,111.51562,2.5453687,102.18841,448.0393,264.5386,80.287796,435.3538,49.877018,72.18445,117.88475,15.293256,2.5838711,16.100437,701.80994,0.262332,0.53973657,75.12648,11.886687,7.395197,8.839248,16.283754,99.20133,31.712349,140.94327,717.0633,373.05902,2677.2307,2066.7795,38.369617,70.404785,5551.0825,13.106606,115.090225,668.2816,200.93256,271.2777,115.67441,702.95807,696.43866,478.00906,22.836405,147.19449,535.4054,1018.6863,54.23466,508.0256,69.172676,1.4279408,50.594902,1.025659,0.941037,3.7713702,35.352985,219.24713,63.2592,18.713037,788.6268,233.29906,135.56682,190.33871,50.305298,54.239918,28.30121,63.515984,25.821573,252.17592,116.88416,32.89802,30.275393,27.349596,61.212387,60.761623,8.843484,237.15611,65.86303,586.0307,22.644503,1128.6187,55.65787,400.2526,482.00928,23.055517,17.677877,636.58636,694.89124,1778.3145,232.76237 +2023-10-15 22:00:00,0.0,9231.546,256.56128,76.52722,87.3459,63.416466,298.49078,42.406437,82.12979,26.991596,48.340263,1415.2069,105.72685,26.057898,232.88014,0.78476346,0.648147,41.489388,1.402745,0.085142374,743.7155,0.06604982,708.94775,101.006615,0.045979287,0.037254907,257.65057,36.216087,115.52569,134.40788,12221.897,0.14367503,2381.867,3.6011229,0.11447894,0.1848413,0.22760373,253.36057,313.81006,26.027916,94.2211,39.9366,18.507423,1829.4717,2.328348,73.24836,31.807045,448.43683,31.383226,438.1665,16.188307,84.329704,0.0,1093.4319,4471.157,2.16896,356.29352,53.75213,28807.34,46.844948,2.2208717,19.409626,44.08999,12.099873,3.2360146,21.689823,678.32336,269.06235,26.142109,1.8095526,4.7192545,151.74759,12.7416935,245.23967,205.36505,2199.7607,638.1161,113.42132,150.21448,271.6798,5.310906,7.9084225,23.513828,3.2254772,4.351601,38.496662,50.242508,99.006714,25.825413,30.3212,67.273254,11.420739,3580.0054,26.62886,24.047043,19.12988,13.964916,206.26248,45.36803,23.603495,6.2666516,16.926554,24.48175,88.11821,185.63243,49.138844,186.678,35.578293,22.685892,119.8246,75.47386,359.6916,84.80838,1.9413657,5.6432796,5.989718,51.171383,10245.042,1.9748594,19.926031,54.226814,20.607977,194.46492,57.21828,111.53064,2.5471714,102.14335,448.12036,264.67273,80.215965,435.3916,49.901882,72.151146,117.83218,15.303904,2.5849636,16.10597,701.4767,0.26295164,0.5403763,75.15063,11.88429,7.3988833,8.842362,16.284874,99.252235,31.692776,140.97783,717.2397,373.17328,2677.218,2066.79,38.354477,70.39774,5546.3013,13.117933,115.04671,668.149,200.84456,271.16336,115.64247,702.59644,695.98615,477.9649,22.81874,147.1293,534.90704,1017.7897,54.16052,507.23798,69.07811,1.4287093,50.595306,1.0260226,0.9418128,3.7749202,35.304787,219.22238,63.18983,18.715502,787.73444,233.02911,135.41475,190.09946,50.261135,54.240593,28.285574,63.40392,25.808468,251.91881,116.73998,32.892487,30.23694,27.319624,61.147274,60.67585,8.831194,236.91548,65.786545,585.4674,22.622517,1127.4506,55.603912,400.39438,481.46066,23.03615,17.672935,636.05347,694.49884,1777.899,233.04155 +2023-10-15 23:00:00,0.0,9221.642,256.28064,76.5416,87.39325,63.42154,298.56357,42.417828,82.17537,26.994717,48.363216,1414.2152,105.672104,26.062317,232.93825,0.7865165,0.64979994,41.509335,1.406368,0.08498013,744.1577,0.066003405,709.35126,101.046936,0.045893464,0.037197467,257.8865,36.230873,115.67861,134.47443,12211.042,0.14396147,2382.7405,3.60965,0.11467447,0.18508936,0.22806801,253.46027,313.90182,26.038815,94.14281,39.937733,18.498302,1828.5657,2.331087,73.23311,31.785017,448.50616,31.37621,438.0723,16.171013,84.28629,0.0,1093.0519,4468.9937,2.1651795,356.11243,53.69165,28793.879,46.81452,2.2176118,19.402815,44.077557,12.087487,3.2337236,21.683237,677.86316,268.79962,26.129536,1.8070316,4.71444,151.66165,12.719849,245.16112,205.48898,2198.9832,638.2935,113.39774,150.18889,271.26852,5.3109674,7.909275,23.546665,3.2261322,4.3566413,38.4544,50.19675,99.026474,25.80957,30.29645,67.24505,11.421936,3579.648,26.623215,24.043682,19.126482,13.958252,206.20036,45.34738,23.596102,6.2650285,16.915352,24.464357,88.07043,185.52335,49.093212,186.5866,35.547543,22.665035,119.770164,75.43733,359.18576,84.78946,1.9415538,5.640188,5.988488,51.122185,10232.452,1.9753813,19.907421,54.25615,20.59892,194.38065,57.202686,111.54566,2.5489738,102.09829,448.2014,264.80685,80.14413,435.42938,49.926746,72.11784,117.7796,15.31455,2.586056,16.111502,701.1434,0.26357132,0.5410161,75.174774,11.881891,7.40257,8.845476,16.285992,99.30313,31.673203,141.01239,717.4161,373.2875,2677.205,2066.8008,38.339336,70.39071,5541.52,13.129261,115.00319,668.01636,200.75656,271.049,115.61054,702.23474,695.53357,477.92075,22.801075,147.0641,534.4087,1016.8931,54.08638,506.45038,68.98354,1.4294777,50.595707,1.026386,0.9425886,3.77847,35.256588,219.19765,63.120464,18.717966,786.8421,232.75917,135.26268,189.86021,50.216972,54.241264,28.269938,63.291855,25.795362,251.6617,116.595795,32.886948,30.198488,27.28965,61.082165,60.590076,8.818904,236.67484,65.71006,584.9041,22.60053,1126.2825,55.549953,400.53616,480.91208,23.016783,17.667994,635.5205,694.10645,1777.4835,233.32072 +2023-10-16 00:00:00,0.0,9211.737,256.0,76.55599,87.440605,63.426613,298.63635,42.42922,82.22094,26.997835,48.386173,1413.2236,105.617355,26.066738,232.99637,0.7882696,0.6514529,41.529278,1.409991,0.08481789,744.59985,0.06595699,709.7547,101.08726,0.045807645,0.037140027,258.12244,36.24566,115.83154,134.54095,12200.186,0.1442479,2383.614,3.6181767,0.114870004,0.18533742,0.22853228,253.55997,313.99356,26.049715,94.064514,39.93887,18.489182,1827.6598,2.333826,73.217865,31.762989,448.57547,31.369194,437.9781,16.153719,84.242874,0.0,1092.672,4466.8296,2.1613986,355.9313,53.631172,28780.416,46.784096,2.2143517,19.396006,44.065125,12.075102,3.2314327,21.676651,677.403,268.53687,26.11696,1.8045107,4.7096252,151.57571,12.698004,245.08257,205.6129,2198.2056,638.47095,113.37416,150.1633,270.85724,5.3110294,7.910127,23.5795,3.226787,4.361682,38.412136,50.151,99.046234,25.793728,30.2717,67.216835,11.423134,3579.2903,26.61757,24.040323,19.123083,13.951589,206.13824,45.326736,23.588709,6.2634053,16.90415,24.446962,88.022644,185.41426,49.04758,186.49521,35.516792,22.644178,119.71572,75.40081,358.67993,84.77053,1.9417421,5.637097,5.987258,51.07299,10219.861,1.9759033,19.88881,54.285484,20.589867,194.29637,57.187096,111.560684,2.5507765,102.05323,448.28244,264.941,80.072296,435.46716,49.951614,72.08454,117.727036,15.325197,2.5871484,16.117035,700.8101,0.26419097,0.5416559,75.19893,11.879493,7.406256,8.84859,16.28711,99.35403,31.65363,141.04695,717.59247,373.40176,2677.1924,2066.8115,38.324196,70.383675,5536.739,13.140589,114.95968,667.88367,200.66855,270.9347,115.578606,701.8731,695.08105,477.87662,22.78341,146.99892,533.9104,1015.9965,54.012238,505.66278,68.88898,1.4302461,50.59611,1.0267495,0.94336444,3.7820199,35.20839,219.1729,63.051098,18.72043,785.94977,232.48924,135.1106,189.62097,50.17281,54.241936,28.254301,63.179787,25.782259,251.40459,116.451614,32.881413,30.160036,27.259678,61.01705,60.5043,8.806614,236.4342,65.633575,584.3409,22.578545,1125.1143,55.49599,400.67792,480.3635,22.997416,17.663054,634.9876,693.71405,1777.068,233.5999 +2023-10-16 01:00:00,0.0,9201.833,255.71938,76.57037,87.48795,63.431686,298.70917,42.44061,82.26652,27.000956,48.409126,1412.232,105.56261,26.071157,233.05449,0.7900227,0.65310585,41.549225,1.4136139,0.08465564,745.04205,0.06591057,710.15814,101.12759,0.04572182,0.037082586,258.35834,36.26044,115.98447,134.6075,12189.33,0.14453435,2384.4875,3.6267037,0.11506554,0.18558548,0.22899659,253.65968,314.0853,26.060614,93.98622,39.940006,18.48006,1826.7538,2.3365653,73.202614,31.740961,448.64478,31.362177,437.88385,16.136427,84.19946,0.0,1092.2921,4464.6655,2.157618,355.7502,53.570694,28766.955,46.753666,2.2110918,19.389196,44.052692,12.062716,3.2291417,21.670065,676.9428,268.2741,26.104385,1.8019897,4.7048106,151.48978,12.676159,245.00403,205.73683,2197.428,638.6484,113.350586,150.13771,270.44595,5.311091,7.9109793,23.612337,3.227442,4.3667226,38.369873,50.105244,99.06599,25.777884,30.24695,67.18863,11.424331,3578.9329,26.611927,24.036963,19.119684,13.944925,206.07614,45.306087,23.581318,6.261782,16.892948,24.42957,87.97486,185.30518,49.00195,186.40382,35.486046,22.62332,119.661285,75.36428,358.1741,84.75161,1.9419302,5.634005,5.986028,51.023792,10207.271,1.9764252,19.8702,54.31482,20.580812,194.21208,57.171505,111.575714,2.5525792,102.00816,448.3635,265.07513,80.000465,435.50497,49.97648,72.05124,117.67446,15.335845,2.5882409,16.122566,700.4768,0.26481065,0.5422957,75.223076,11.877095,7.4099426,8.851705,16.288229,99.40492,31.634056,141.08151,717.7688,373.51602,2677.1794,2066.8223,38.309055,70.37664,5531.9575,13.1519165,114.91616,667.75104,200.58055,270.82034,115.54667,701.5115,694.62854,477.83246,22.765745,146.93373,533.41205,1015.0999,53.938095,504.87518,68.79441,1.4310147,50.59651,1.0271131,0.94414026,3.7855697,35.16019,219.14816,62.98173,18.722895,785.05743,232.2193,134.95853,189.38171,50.128647,54.242607,28.238667,63.067722,25.769154,251.14746,116.307434,32.875874,30.121584,27.229704,60.951942,60.418526,8.794324,236.19356,65.55709,583.7776,22.556559,1123.9462,55.44203,400.8197,479.8149,22.978048,17.658112,634.45465,693.32166,1776.6525,233.87906 +2023-10-16 02:00:00,0.0,9191.928,255.43875,76.584755,87.53531,63.43676,298.78195,42.452,82.312096,27.004076,48.43208,1411.2404,105.50786,26.075577,233.1126,0.79177576,0.6547589,41.569168,1.4172369,0.0844934,745.4842,0.06586415,710.5616,101.16791,0.045636,0.03702515,258.59427,36.275227,116.1374,134.67403,12178.474,0.1448208,2385.361,3.6352308,0.11526107,0.18583354,0.22946088,253.75938,314.17703,26.071514,93.90793,39.941143,18.47094,1825.8478,2.3393042,73.18736,31.718933,448.7141,31.355162,437.78964,16.119133,84.156044,0.0,1091.9121,4462.502,2.1538372,355.5691,53.510216,28753.492,46.72324,2.2078316,19.382385,44.04026,12.05033,3.2268507,21.663479,676.48267,268.01138,26.09181,1.7994688,4.699996,151.40384,12.654314,244.92548,205.86075,2196.6506,638.8258,113.32701,150.11212,270.03464,5.311153,7.911832,23.645174,3.228097,4.371763,38.32761,50.05949,99.08575,25.762041,30.2222,67.160416,11.425528,3578.5752,26.606283,24.033602,19.116285,13.938261,206.01402,45.28544,23.573925,6.260159,16.881746,24.412174,87.92708,185.19609,48.956318,186.31244,35.455296,22.602463,119.60685,75.32776,357.66827,84.73269,1.9421184,5.6309137,5.9847984,50.974594,10194.681,1.9769472,19.851587,54.344154,20.571756,194.1278,57.155914,111.59074,2.5543816,101.963104,448.44452,265.20926,79.92863,435.54276,50.001343,72.01794,117.62189,15.346492,2.5893333,16.1281,700.14355,0.2654303,0.5429355,75.24722,11.874697,7.4136286,8.854818,16.289347,99.455826,31.614483,141.11607,717.9452,373.63025,2677.1667,2066.833,38.293915,70.3696,5527.1763,13.163244,114.87265,667.61835,200.49254,270.706,115.51474,701.14984,694.176,477.78833,22.74808,146.86855,532.9137,1014.20337,53.863953,504.0876,68.69984,1.4317831,50.596916,1.0274765,0.9449161,3.7891195,35.11199,219.12341,62.91236,18.725359,784.16504,231.94937,134.80646,189.14247,50.084484,54.24328,28.22303,62.955658,25.756048,250.89035,116.16325,32.87034,30.083132,27.19973,60.88683,60.33275,8.782034,235.95293,65.480606,583.2143,22.534575,1122.778,55.38807,400.96146,479.26633,22.958683,17.65317,633.92175,692.92926,1776.237,234.15823 +2023-10-16 03:00:00,0.0,9182.023,255.15811,76.59914,87.58266,63.441833,298.85474,42.46339,82.357666,27.007196,48.455036,1410.2488,105.45311,26.079998,233.17072,0.7935288,0.6564118,41.589115,1.4208599,0.084331155,745.92633,0.06581774,710.965,101.20823,0.045550175,0.03696771,258.8302,36.290012,116.29032,134.74057,12167.618,0.14510724,2386.2346,3.6437576,0.1154566,0.1860816,0.22992516,253.85909,314.26877,26.082415,93.829636,39.942276,18.461819,1824.9419,2.3420434,73.17212,31.696907,448.7834,31.348145,437.69543,16.101841,84.11263,0.0,1091.5322,4460.338,2.1500566,355.388,53.449738,28740.031,46.692814,2.2045717,19.375576,44.027832,12.037945,3.2245595,21.656893,676.02246,267.74863,26.079235,1.7969477,4.6951814,151.3179,12.632469,244.84692,205.98468,2195.873,639.0032,113.30342,150.08653,269.62335,5.3112144,7.912684,23.678009,3.228752,4.376804,38.285347,50.01374,99.10551,25.746197,30.19745,67.13221,11.426725,3578.2178,26.600637,24.030241,19.112886,13.931598,205.9519,45.26479,23.566532,6.2585363,16.870544,24.394781,87.879295,185.087,48.910683,186.22104,35.424545,22.581604,119.552414,75.29123,357.16245,84.71377,1.9423065,5.6278224,5.9835687,50.925396,10182.091,1.9774691,19.832975,54.37349,20.562702,194.04353,57.140324,111.60576,2.5561843,101.918045,448.52557,265.3434,79.8568,435.58054,50.02621,71.98464,117.56932,15.357139,2.5904257,16.13363,699.81024,0.26604998,0.5435752,75.27137,11.872298,7.417315,8.857932,16.290464,99.50672,31.59491,141.15063,718.1216,373.7445,2677.1538,2066.8438,38.27877,70.362564,5522.395,13.174572,114.82913,667.4857,200.40454,270.59164,115.4828,700.78815,693.72345,477.74417,22.730415,146.80336,532.4154,1013.30676,53.789814,503.29996,68.60527,1.4325515,50.597317,1.02784,0.94569194,3.7926695,35.063793,219.09868,62.842995,18.727823,783.2727,231.67943,134.65437,188.90323,50.04032,54.24395,28.207394,62.84359,25.742943,250.63324,116.01907,32.8648,30.04468,27.169758,60.821716,60.246975,8.769744,235.7123,65.40412,582.65106,22.512589,1121.6099,55.33411,401.10324,478.71774,22.939316,17.648228,633.3888,692.53687,1775.8215,234.43741 +2023-10-16 04:00:00,0.0,9172.119,254.87749,76.61352,87.630005,63.446907,298.92752,42.47478,82.403244,27.010315,48.47799,1409.2572,105.39836,26.084417,233.22884,0.7952819,0.6580648,41.60906,1.424483,0.08416891,746.3685,0.06577133,711.36847,101.24855,0.045464355,0.03691027,259.06613,36.3048,116.44325,134.8071,12156.762,0.14539367,2387.1082,3.6522846,0.11565214,0.18632966,0.23038946,253.95879,314.36053,26.093313,93.75134,39.943413,18.452698,1824.0359,2.3447824,73.15687,31.67488,448.8527,31.34113,437.60123,16.084547,84.069214,0.0,1091.1523,4458.1743,2.1462758,355.2069,53.38926,28726.57,46.662384,2.2013116,19.368765,44.015396,12.025558,3.2222686,21.650307,675.56226,267.48587,26.06666,1.7944268,4.690367,151.23196,12.610624,244.76837,206.1086,2195.0955,639.1806,113.27985,150.06096,269.21207,5.311276,7.913536,23.710846,3.2294068,4.3818445,38.243084,49.967983,99.12527,25.730354,30.1727,67.104,11.427922,3577.86,26.594994,24.026882,19.10949,13.924934,205.88979,45.24414,23.55914,6.256913,16.859343,24.377386,87.83151,184.97794,48.86505,186.12965,35.393795,22.560747,119.49798,75.25471,356.65662,84.69484,1.9424948,5.624731,5.982339,50.8762,10169.501,1.9779911,19.814365,54.402824,20.553646,193.95926,57.124733,111.62078,2.5579867,101.872986,448.60663,265.47754,79.784966,435.61835,50.051075,71.95134,117.51675,15.367786,2.5915182,16.139164,699.477,0.26666966,0.544215,75.29552,11.8699,7.4210014,8.861047,16.291584,99.55762,31.575336,141.18518,718.298,373.85876,2677.141,2066.8542,38.26363,70.35553,5517.614,13.185899,114.78562,667.353,200.31653,270.4773,115.45087,700.4265,693.27094,477.70004,22.71275,146.73817,531.91705,1012.41016,53.71567,502.51236,68.510704,1.4333199,50.59772,1.0282035,0.94646776,3.7962193,35.01559,219.07393,62.77363,18.730288,782.3804,231.40948,134.5023,188.66397,49.99616,54.244625,28.191757,62.731525,25.72984,250.37613,115.874886,32.859264,30.006227,27.139784,60.756607,60.161198,8.757454,235.47165,65.32764,582.08777,22.490602,1120.4417,55.28015,401.245,478.16913,22.919949,17.643286,632.8559,692.1445,1775.406,234.71658 +2023-10-16 05:00:00,0.0,9162.215,254.59685,76.6279,87.67736,63.45198,299.00034,42.48617,82.44882,27.013435,48.500942,1408.2655,105.34361,26.088837,233.28694,0.797035,0.65971774,41.629005,1.428106,0.08400667,746.81067,0.06572491,711.7719,101.28888,0.045378532,0.03685283,259.30206,36.319584,116.596176,134.87364,12145.905,0.14568011,2387.982,3.6608114,0.11584767,0.18657772,0.23085374,254.05849,314.45227,26.104214,93.67305,39.94455,18.443577,1823.1299,2.3475215,73.14162,31.652851,448.922,31.334112,437.50702,16.067255,84.0258,0.0,1090.7725,4456.0103,2.1424952,355.0258,53.32878,28713.107,46.631958,2.1980517,19.361956,44.002964,12.013173,3.2199776,21.64372,675.1021,267.22314,26.054085,1.7919059,4.6855526,151.14603,12.588779,244.68983,206.23253,2194.3179,639.35803,113.25627,150.03537,268.80078,5.311338,7.914388,23.743683,3.2300618,4.386885,38.20082,49.922234,99.14502,25.71451,30.147951,67.07579,11.42912,3577.5027,26.58935,24.023521,19.10609,13.91827,205.82767,45.223495,23.551746,6.25529,16.84814,24.359993,87.78373,184.86885,48.81942,186.03827,35.36305,22.539888,119.44354,75.21818,356.1508,84.67592,1.9426829,5.6216397,5.981109,50.827003,10156.91,1.978513,19.795753,54.43216,20.544592,193.87497,57.10914,111.6358,2.5597894,101.82793,448.68765,265.6117,79.71313,435.65613,50.07594,71.91804,117.46417,15.378433,2.5926106,16.144695,699.1437,0.2672893,0.5448548,75.319664,11.867502,7.424688,8.864161,16.292702,99.60851,31.555763,141.21974,718.47437,373.973,2677.1282,2066.865,38.24849,70.348495,5512.8325,13.197227,114.7421,667.2204,200.22853,270.36295,115.41893,700.0649,692.8184,477.65588,22.695084,146.67297,531.4187,1011.5136,53.64153,501.72476,68.41614,1.4340883,50.59812,1.0285671,0.9472436,3.7997692,34.967392,219.0492,62.70426,18.732752,781.48804,231.13956,134.35023,188.42473,49.951996,54.245296,28.17612,62.61946,25.716734,250.11902,115.730705,32.853725,29.967775,27.109812,60.691494,60.075424,8.745163,235.23102,65.25115,581.5245,22.468616,1119.2736,55.22619,401.38678,477.62054,22.900581,17.638344,632.32294,691.7521,1774.9906,234.99574 +2023-10-16 06:00:00,0.0,9152.311,254.31622,76.64228,87.72471,63.457054,299.07312,42.497562,82.49439,27.016556,48.5239,1407.2739,105.288864,26.093258,233.34506,0.7987881,0.6613707,41.64895,1.431729,0.08384442,747.25287,0.06567849,712.1754,101.3292,0.04529271,0.036795393,259.538,36.334366,116.74911,134.94017,12135.05,0.14596656,2388.8555,3.6693385,0.1160432,0.18682578,0.23131804,254.15819,314.544,26.115112,93.59476,39.945686,18.434456,1822.2239,2.3502605,73.12637,31.630823,448.99133,31.327097,437.4128,16.049961,83.98238,0.0,1090.3926,4453.846,2.1387143,354.8447,53.268303,28699.646,46.601532,2.1947916,19.355146,43.990532,12.000787,3.2176867,21.637135,674.6419,266.9604,26.04151,1.7893848,4.680738,151.06007,12.566935,244.61128,206.35645,2193.5403,639.53546,113.23269,150.00978,268.3895,5.3113995,7.915241,23.776518,3.2307167,4.391926,38.158558,49.87648,99.16478,25.698668,30.123201,67.04758,11.430317,3577.1453,26.583706,24.02016,19.102692,13.911607,205.76555,45.202847,23.544355,6.253667,16.836939,24.342598,87.73595,184.75977,48.77379,185.94688,35.3323,22.519032,119.3891,75.181656,355.64496,84.657,1.9428711,5.6185484,5.979879,50.777805,10144.32,1.979035,19.777143,54.461494,20.535536,193.7907,57.093548,111.650826,2.5615919,101.78287,448.7687,265.74582,79.6413,435.6939,50.100807,71.884735,117.411606,15.38908,2.593703,16.150229,698.8104,0.267909,0.5454946,75.34382,11.865104,7.4283743,8.867275,16.293821,99.65942,31.53619,141.2543,718.65076,374.08725,2677.1155,2066.8757,38.23335,70.34145,5508.0513,13.208554,114.698586,667.08777,200.14053,270.2486,115.387,699.70325,692.3659,477.61176,22.67742,146.60779,530.9204,1010.617,53.567387,500.93716,68.32157,1.4348568,50.598526,1.0289305,0.9480194,3.803319,34.919193,219.02444,62.63489,18.735214,780.5957,230.86961,134.19817,188.18549,49.907833,54.245968,28.160484,62.507397,25.703629,249.86191,115.586525,32.84819,29.929323,27.079838,60.626385,59.98965,8.732873,234.99037,65.17467,580.96124,22.44663,1118.1053,55.17223,401.52853,477.07196,22.881214,17.633402,631.79004,691.3597,1774.5751,235.27492 +2023-10-16 07:00:00,0.0,9142.406,254.0356,76.65666,87.772064,63.46213,299.1459,42.508953,82.53997,27.019676,48.546852,1406.2823,105.234116,26.097677,233.40317,0.80054116,0.6630237,41.668896,1.435352,0.08368218,747.695,0.065632075,712.57886,101.36952,0.045206886,0.036737952,259.7739,36.34915,116.90203,135.00671,12124.193,0.146253,2389.729,3.6778653,0.116238736,0.18707386,0.23178232,254.2579,314.63574,26.126013,93.516464,39.94682,18.425335,1821.318,2.3529997,73.11112,31.608795,449.0606,31.32008,437.3186,16.032667,83.93897,0.0,1090.0126,4451.6826,2.1349337,354.66357,53.207825,28686.184,46.571102,2.1915317,19.348335,43.978104,11.988401,3.2153957,21.630548,674.18176,266.69766,26.028934,1.7868639,4.6759233,150.97414,12.54509,244.53273,206.48038,2192.7627,639.7129,113.20911,149.98419,267.9782,5.3114614,7.916093,23.809355,3.2313716,4.396966,38.116295,49.830727,99.18454,25.682825,30.098452,67.01937,11.431514,3576.7876,26.57806,24.016802,19.099293,13.904943,205.70345,45.182198,23.536963,6.2520437,16.825737,24.325205,87.68816,184.65068,48.728157,185.8555,35.301548,22.498173,119.33466,75.14513,355.13913,84.63807,1.9430592,5.615457,5.978649,50.728607,10131.7295,1.9795569,19.758532,54.490826,20.526482,193.70642,57.077957,111.66585,2.5633945,101.7378,448.84976,265.87994,79.56946,435.73172,50.12567,71.85143,117.35903,15.399728,2.5947955,16.15576,698.4771,0.26852864,0.5461344,75.367966,11.862705,7.4320607,8.870389,16.294939,99.71031,31.516617,141.28886,718.82715,374.2015,2677.1025,2066.8865,38.21821,70.33442,5503.2695,13.219882,114.655075,666.9551,200.05252,270.13425,115.355064,699.34155,691.9133,477.5676,22.659754,146.5426,530.42206,1009.7204,53.493248,500.14957,68.227005,1.4356253,50.598927,1.029294,0.94879526,3.8068688,34.870995,218.99971,62.565525,18.737679,779.70337,230.59969,134.04608,187.94624,49.86367,54.24664,28.144848,62.39533,25.690525,249.60478,115.442345,32.84265,29.890871,27.049866,60.56127,59.903873,8.720583,234.74974,65.09818,580.39795,22.424644,1116.9373,55.118267,401.67032,476.52338,22.861847,17.62846,631.2571,690.9673,1774.1595,235.5541 +2023-10-16 08:00:00,0.0,9132.502,253.75496,76.67104,87.81941,63.467205,299.21872,42.520344,82.58555,27.022795,48.569805,1405.2906,105.17937,26.102097,233.46129,0.8022942,0.66467667,41.68884,1.4389749,0.083519936,748.1372,0.065585665,712.9823,101.40984,0.045121063,0.036680512,260.00983,36.363937,117.05496,135.07324,12113.338,0.14653943,2390.6025,3.6863923,0.11643427,0.18732192,0.23224661,254.3576,314.72748,26.136913,93.43817,39.947956,18.416214,1820.412,2.3557389,73.09587,31.586767,449.1299,31.313065,437.2244,16.015375,83.89555,0.0,1089.6326,4449.5186,2.1311529,354.48248,53.147343,28672.723,46.540676,2.1882715,19.341526,43.96567,11.976016,3.2131047,21.623962,673.72156,266.4349,26.016361,1.7843429,4.6711087,150.8882,12.523245,244.45418,206.6043,2191.985,639.8903,113.18553,149.9586,267.5669,5.311523,7.916945,23.84219,3.2320266,4.4020066,38.07403,49.784973,99.2043,25.66698,30.073702,66.991165,11.432712,3576.4302,26.572416,24.013441,19.095894,13.898279,205.64133,45.16155,23.52957,6.2504206,16.814535,24.30781,87.64038,184.5416,48.682526,185.7641,35.270798,22.477316,119.28023,75.108604,354.6333,84.61915,1.9432474,5.6123657,5.9774194,50.679413,10119.14,1.9800789,19.739922,54.52016,20.517427,193.62215,57.062366,111.68087,2.565197,101.69274,448.9308,266.0141,79.49763,435.7695,50.15054,71.81813,117.306465,15.410375,2.595888,16.161293,698.14386,0.26914832,0.5467742,75.39211,11.860307,7.435747,8.873503,16.296057,99.76121,31.497044,141.32343,719.0035,374.31573,2677.0898,2066.8972,38.203068,70.327385,5498.4883,13.23121,114.61156,666.82245,199.96452,270.0199,115.32313,698.9799,691.4608,477.52347,22.642088,146.47742,529.9237,1008.82385,53.419106,499.36197,68.13243,1.4363937,50.59933,1.0296575,0.9495711,3.8104188,34.822796,218.97496,62.49616,18.740143,778.81104,230.32974,133.89401,187.70699,49.819508,54.24731,28.129211,62.283264,25.67742,249.34767,115.29816,32.837116,29.852419,27.019892,60.496162,59.8181,8.708293,234.5091,65.0217,579.83466,22.40266,1115.7692,55.06431,401.81207,475.9748,22.84248,17.623518,630.7242,690.5749,1773.744,235.83327 +2023-10-16 09:00:00,0.0,9122.598,253.47433,76.685425,87.86677,63.47228,299.2915,42.531734,82.63112,27.025915,48.592762,1404.2991,105.12462,26.106518,233.51941,0.8040473,0.6663296,41.708786,1.4425979,0.08335769,748.57935,0.06553925,713.38574,101.45017,0.045035243,0.036623072,260.24576,36.378723,117.207886,135.13979,12102.481,0.14682588,2391.476,3.6949193,0.1166298,0.18756998,0.23271091,254.4573,314.8192,26.147812,93.35988,39.949093,18.407093,1819.506,2.3584778,73.08063,31.56474,449.19922,31.306047,437.13016,15.998081,83.85214,0.0,1089.2527,4447.3545,2.1273723,354.30136,53.086864,28659.262,46.51025,2.1850116,19.334715,43.95324,11.96363,3.2108138,21.617376,673.2614,266.17215,26.003786,1.781822,4.666294,150.80226,12.501399,244.37564,206.72823,2191.2078,640.0677,113.16195,149.93301,267.1556,5.311585,7.9177976,23.875027,3.2326815,4.4070473,38.03177,49.739223,99.22405,25.651138,30.048952,66.96295,11.433908,3576.0725,26.566772,24.01008,19.092495,13.891616,205.57921,45.1409,23.522177,6.248798,16.803333,24.290417,87.5926,184.43251,48.636894,185.67271,35.240047,22.456457,119.22579,75.072075,354.12747,84.60023,1.9434355,5.609274,5.9761896,50.630215,10106.55,1.9806008,19.72131,54.549496,20.508371,193.53786,57.046776,111.69589,2.5669997,101.64768,449.01184,266.14822,79.4258,435.80728,50.175404,71.78483,117.25389,15.421021,2.5969803,16.166824,697.81055,0.26976797,0.54741395,75.41626,11.857909,7.439433,8.876617,16.297176,99.8121,31.47747,141.35799,719.1799,374.43,2677.077,2066.908,38.187923,70.32035,5493.707,13.2425375,114.56805,666.68976,199.87651,269.90555,115.2912,698.6183,691.0083,477.4793,22.624424,146.41223,529.4254,1007.92725,53.344963,498.57434,68.037865,1.4371622,50.59973,1.0300211,0.9503469,3.8139687,34.774597,218.95023,62.426792,18.742607,777.91864,230.0598,133.74194,187.46774,49.775345,54.247982,28.113577,62.1712,25.664314,249.09056,115.15398,32.831577,29.813967,26.98992,60.43105,59.732323,8.696003,234.26846,64.94521,579.2714,22.380674,1114.601,55.01035,401.95386,475.4262,22.823114,17.618576,630.1912,690.1825,1773.3286,236.11243 +2023-10-16 10:00:00,0.0,9112.693,253.1937,76.69981,87.914116,63.477352,299.3643,42.543125,82.6767,27.029036,48.615715,1403.3075,105.06987,26.110937,233.57751,0.8058004,0.6679826,41.72873,1.4462209,0.08319545,749.02155,0.06549283,713.7892,101.49049,0.04494942,0.036565635,260.4817,36.393505,117.36082,135.20631,12091.625,0.14711232,2392.3496,3.7034461,0.116825335,0.18781804,0.23317519,254.557,314.91098,26.158712,93.281586,39.95023,18.397972,1818.6,2.361217,73.06538,31.542711,449.26855,31.299032,437.03595,15.980788,83.80872,0.0,1088.8728,4445.191,2.1235914,354.12027,53.026386,28645.799,46.47982,2.1817515,19.327906,43.940807,11.951244,3.2085228,21.61079,672.8012,265.90942,25.99121,1.779301,4.6614795,150.71632,12.479554,244.29709,206.85214,2190.4302,640.2451,113.13837,149.90742,266.74432,5.3116465,7.9186497,23.907864,3.2333364,4.412088,37.989506,49.693466,99.24381,25.635294,30.024202,66.934746,11.435105,3575.715,26.561129,24.00672,19.089096,13.884953,205.51709,45.120255,23.514786,6.2471747,16.792131,24.273022,87.544815,184.32343,48.591263,185.58133,35.2093,22.4356,119.17136,75.03555,353.62164,84.58131,1.9436238,5.6061826,5.97496,50.581017,10093.959,1.9811229,19.702698,54.57883,20.499317,193.45358,57.03118,111.710915,2.568802,101.60262,449.0929,266.28235,79.35396,435.8451,50.200268,71.751526,117.20132,15.431669,2.5980728,16.172358,697.4773,0.27038765,0.54805374,75.44041,11.855511,7.4431195,8.879731,16.298294,99.86301,31.457897,141.39255,719.35626,374.54425,2677.0642,2066.9185,38.172783,70.31331,5488.926,13.253865,114.52453,666.5571,199.78851,269.7912,115.25926,698.25665,690.5558,477.43518,22.606758,146.34705,528.92706,1007.03064,53.27082,497.78674,67.9433,1.4379306,50.600136,1.0303845,0.9511227,3.8175185,34.7264,218.92548,62.35742,18.745071,777.0263,229.78987,133.58986,187.2285,49.731182,54.248657,28.09794,62.059135,25.651209,248.83345,115.009796,32.826042,29.775515,26.959946,60.36594,59.64655,8.683713,234.02782,64.86873,578.7081,22.358688,1113.4329,54.956387,402.0956,474.8776,22.803747,17.613634,629.6583,689.7901,1772.9131,236.3916 +2023-10-16 11:00:00,0.0,9102.789,252.91307,76.71419,87.96147,63.482426,299.4371,42.554516,82.722275,27.032156,48.638668,1402.3158,105.01512,26.115356,233.63564,0.80755347,0.66963553,41.748676,1.4498439,0.083033204,749.4637,0.065446414,714.1926,101.530815,0.044863597,0.036508195,260.71762,36.40829,117.51374,135.27286,12080.77,0.14739877,2393.2231,3.7119732,0.11702087,0.1880661,0.23363948,254.65671,315.00272,26.169611,93.20329,39.951363,18.388851,1817.6941,2.363956,73.050125,31.520683,449.33783,31.292015,436.94174,15.963495,83.76531,0.0,1088.4929,4443.027,2.1198108,353.93915,52.965908,28632.338,46.449394,2.1784916,19.321095,43.928375,11.938859,3.2062318,21.604204,672.34106,265.64667,25.978636,1.77678,4.656665,150.63039,12.457709,244.21854,206.97607,2189.6526,640.42255,113.11479,149.88184,266.33304,5.3117085,7.919502,23.940699,3.2339914,4.4171286,37.947243,49.647713,99.26357,25.619452,29.999453,66.90653,11.436303,3575.3574,26.555483,24.00336,19.085697,13.878288,205.45497,45.099606,23.507393,6.2455516,16.78093,24.255629,87.49703,184.21434,48.54563,185.48994,35.17855,22.414742,119.11692,74.99902,353.1158,84.56238,1.9438119,5.6030912,5.97373,50.53182,10081.369,1.9816447,19.684088,54.608166,20.490261,193.36931,57.01559,111.72594,2.5706048,101.55756,449.17392,266.4165,79.28213,435.88287,50.225136,71.71823,117.14875,15.442316,2.5991652,16.177889,697.144,0.2710073,0.54869354,75.464554,11.853112,7.446806,8.882845,16.299414,99.9139,31.438324,141.42711,719.53265,374.65848,2677.0513,2066.9292,38.157642,70.306274,5484.1445,13.265193,114.48102,666.42444,199.7005,269.67685,115.227325,697.89496,690.1032,477.39102,22.589094,146.28185,528.4287,1006.1341,53.196682,496.99915,67.84873,1.438699,50.600536,1.030748,0.9518985,3.8210683,34.6782,218.90074,62.288055,18.747536,776.134,229.51993,133.43779,186.98924,49.68702,54.24933,28.082304,61.947067,25.638105,248.57634,114.865616,32.820503,29.737062,26.929974,60.300827,59.560772,8.671423,233.78719,64.792244,578.14484,22.336702,1112.2646,54.902428,402.2374,474.329,22.78438,17.608692,629.12537,689.3977,1772.4976,236.67078 +2023-10-16 12:00:00,0.0,9092.885,252.63245,76.72857,88.00882,63.4875,299.5099,42.565907,82.76785,27.035275,48.66162,1401.3242,104.96037,26.119778,233.69376,0.8093065,0.6712885,41.768623,1.4534669,0.08287096,749.9059,0.0654,714.59607,101.57114,0.044777773,0.036450755,260.95355,36.423077,117.66667,135.33939,12069.913,0.1476852,2394.0967,3.7205,0.11721639,0.18831415,0.23410377,254.75641,315.09445,26.180511,93.125,39.9525,18.37973,1816.7881,2.3666952,73.03488,31.498655,449.40717,31.285,436.84753,15.946202,83.72189,0.0,1088.113,4440.8633,2.11603,353.75806,52.90543,28618.875,46.41897,2.1752315,19.314285,43.915943,11.926473,3.2039409,21.597618,671.88086,265.3839,25.96606,1.7742591,4.65185,150.54445,12.435864,244.13998,207.1,2188.875,640.6,113.09121,149.85625,265.92175,5.31177,7.920354,23.973536,3.2346463,4.422169,37.904984,49.60196,99.283325,25.603607,29.9747,66.87833,11.4375,3575.0,26.549839,24.0,19.082298,13.871625,205.39285,45.078957,23.5,6.2439284,16.769728,24.238235,87.44925,184.10526,48.5,185.39856,35.1478,22.393885,119.062485,74.9625,352.61,84.54346,1.944,5.6,5.9725,50.48262,10068.779,1.9821668,19.665476,54.6375,20.481207,193.28503,57.0,111.74097,2.5724072,101.5125,449.25497,266.55063,79.2103,435.92065,50.25,71.68493,117.096176,15.452963,2.6002574,16.183422,696.8107,0.27162698,0.54933333,75.48871,11.850714,7.4504924,8.88596,16.300531,99.9648,31.41875,141.46167,719.709,374.77274,2677.0386,2066.94,38.1425,70.29924,5479.3633,13.27652,114.4375,666.2918,199.6125,269.5625,115.19539,697.5333,689.6507,477.34686,22.571428,146.21666,527.9304,1005.2375,53.12254,496.21155,67.754166,1.4394674,50.600937,1.0311115,0.9526744,3.8246183,34.63,218.876,62.21869,18.75,775.24164,229.25,133.28572,186.75,49.642857,54.25,28.066668,61.835003,25.625,248.31921,114.721436,32.81497,29.69861,26.9,60.235718,59.475,8.659133,233.54654,64.71576,577.58154,22.314716,1111.0966,54.848465,402.37915,473.78043,22.765013,17.60375,628.59247,689.00525,1772.082,236.94995 +2023-10-16 13:00:00,0.0,9082.98,252.3518,76.74295,88.05617,63.492573,299.58267,42.577297,82.81342,27.038395,48.684578,1400.3326,104.90563,26.124197,233.75186,0.8110596,0.6729415,41.788567,1.4570899,0.08270872,750.348,0.06535358,714.9996,101.611465,0.044691954,0.036393315,261.18945,36.437862,117.819595,135.40593,12059.058,0.14797164,2394.9705,3.729027,0.11741193,0.18856221,0.23456806,254.85612,315.1862,26.191412,93.04671,39.953636,18.37061,1815.8821,2.369434,73.01963,31.476627,449.47644,31.277985,436.75333,15.928909,83.678474,0.0,1087.733,4438.699,2.1122491,353.57697,52.84495,28605.414,46.38854,2.1719713,19.307476,43.90351,11.914087,3.2016497,21.591034,671.42065,265.1212,25.953485,1.771738,4.6470356,150.45851,12.41402,244.06145,207.22392,2188.0974,640.7774,113.06763,149.83066,265.51047,5.3118315,7.9212065,24.00637,3.235301,4.42721,37.86272,49.556206,99.303085,25.587765,29.949951,66.85011,11.438697,3574.6426,26.544195,23.99664,19.078901,13.864962,205.33075,45.058308,23.492607,6.2423053,16.758526,24.22084,87.40147,183.99619,48.45437,185.30716,35.11705,22.373026,119.00804,74.92598,352.10416,84.524536,1.9441882,5.5969086,5.97127,50.433426,10056.188,1.9826887,19.646866,54.666836,20.472153,193.20074,56.98441,111.75599,2.57421,101.46744,449.33603,266.68475,79.13846,435.95847,50.274864,71.65163,117.0436,15.463611,2.6013498,16.188953,696.4775,0.27224666,0.54997313,75.512856,11.848316,7.454179,8.889073,16.30165,100.01569,31.399178,141.49623,719.8854,374.887,2677.0256,2066.9507,38.12736,70.292206,5474.582,13.2878475,114.39398,666.1592,199.5245,269.44815,115.16346,697.1717,689.1982,477.30273,22.553762,146.15147,527.43207,1004.3409,53.048397,495.42395,67.6596,1.440236,50.60134,1.0314751,0.9534502,3.8281682,34.581802,218.85126,62.149323,18.752464,774.3493,228.98006,133.13364,186.51076,49.598694,54.25067,28.051031,61.72294,25.611895,248.0621,114.57725,32.80943,29.660158,26.870026,60.170605,59.389225,8.646843,233.30591,64.63927,577.0183,22.29273,1109.9283,54.794506,402.52094,473.23184,22.745646,17.598808,628.0596,688.61285,1771.6666,237.22911 +2023-10-16 14:00:00,0.0,9073.076,252.07118,76.75733,88.10352,63.497646,299.6555,42.588688,82.859,27.041515,48.70753,1399.341,104.85088,26.128616,233.80998,0.8128127,0.67459446,41.808514,1.4607129,0.08254647,750.79016,0.06530717,715.403,101.65179,0.04460613,0.036335878,261.42538,36.45265,117.97252,135.47247,12048.201,0.14825809,2395.844,3.737554,0.11760746,0.18881027,0.23503235,254.95583,315.27792,26.20231,92.968414,39.95477,18.361488,1814.9762,2.3721733,73.00438,31.4546,449.54575,31.270967,436.65912,15.911616,83.63506,0.0,1087.353,4436.535,2.1084685,353.39584,52.784473,28591.953,46.358112,2.1687114,19.300665,43.89108,11.901702,3.1993587,21.584448,670.9605,264.85843,25.94091,1.7692171,4.642221,150.37257,12.392175,243.9829,207.34785,2187.3198,640.95483,113.04405,149.80507,265.09915,5.3118935,7.9220586,24.039207,3.235956,4.43225,37.820457,49.510456,99.322845,25.571922,29.925201,66.82191,11.439895,3574.285,26.53855,23.99328,19.075502,13.858297,205.26863,45.03766,23.485214,6.240682,16.747324,24.203447,87.35368,183.8871,48.408737,185.21577,35.0863,22.352169,118.953606,74.88945,351.59833,84.50561,1.9443763,5.593817,5.9700403,50.384228,10043.599,1.9832106,19.628254,54.69617,20.463097,193.11647,56.96882,111.77101,2.5760124,101.42238,449.41705,266.8189,79.06663,435.99625,50.299732,71.618324,116.991035,15.474257,2.6024423,16.194485,696.14417,0.2728663,0.55061287,75.537,11.845918,7.457865,8.892187,16.302769,100.06659,31.379604,141.53079,720.06177,375.00122,2677.0127,2066.9614,38.11222,70.28517,5469.801,13.299175,114.35047,666.0265,199.4365,269.3338,115.13152,696.81,688.7456,477.25858,22.536098,146.08629,526.9337,1003.44434,52.97426,494.63632,67.565025,1.4410044,50.60174,1.0318385,0.954226,3.831718,34.533604,218.82652,62.079956,18.754929,773.457,228.71011,132.98157,186.2715,49.55453,54.251343,28.035395,61.61087,25.598791,247.805,114.43307,32.803894,29.621706,26.840054,60.10549,59.303448,8.634553,233.06528,64.56278,576.455,22.270746,1108.7603,54.740547,402.66272,472.68326,22.726278,17.593866,627.5266,688.22046,1771.2511,237.50829 +2023-10-16 15:00:00,0.0,9063.172,251.79054,76.77171,88.15087,63.50272,299.72827,42.60008,82.90458,27.044636,48.730484,1398.3494,104.796135,26.133036,233.86809,0.8145658,0.6762474,41.828457,1.4643358,0.08238423,751.23236,0.06526075,715.80646,101.69211,0.044520307,0.036278438,261.66132,36.46743,118.12545,135.539,12037.345,0.14854454,2396.7175,3.7460809,0.11780299,0.18905833,0.23549664,255.05553,315.3697,26.213211,92.89012,39.955906,18.352367,1814.0702,2.3749123,72.98913,31.432571,449.61505,31.263952,436.5649,15.894323,83.591644,0.0,1086.9731,4434.3716,2.1046877,353.21475,52.723995,28578.49,46.327682,2.1654513,19.293856,43.878647,11.889316,3.1970677,21.577862,670.5003,264.5957,25.928335,1.7666962,4.637407,150.28662,12.37033,243.90434,207.47177,2186.5422,641.13226,113.02048,149.77948,264.68787,5.311955,7.9229107,24.072044,3.236611,4.4372907,37.778194,49.4647,99.342606,25.556078,29.900452,66.79369,11.441092,3573.9275,26.532906,23.98992,19.072104,13.851634,205.20651,45.017014,23.477823,6.239059,16.736122,24.186052,87.3059,183.77802,48.363106,185.12439,35.055553,22.33131,118.89917,74.85293,351.0925,84.48669,1.9445646,5.590726,5.9688106,50.33503,10031.008,1.9837326,19.609644,54.725506,20.454042,193.0322,56.953224,111.78603,2.577815,101.37732,449.4981,266.95303,78.9948,436.03406,50.324596,71.58502,116.93846,15.484905,2.6035347,16.200018,695.8109,0.273486,0.55125266,75.56115,11.843519,7.4615517,8.895302,16.303886,100.11749,31.360031,141.56535,720.23816,375.11548,2677.0,2066.972,38.09708,70.27813,5465.0195,13.310503,114.30695,665.89386,199.3485,269.21945,115.09959,696.44836,688.2931,477.21445,22.518433,146.0211,526.4354,1002.5477,52.900116,493.84872,67.47046,1.4417728,50.602146,1.032202,0.95500183,3.8352678,34.485405,218.80177,62.010586,18.757393,772.56464,228.44019,132.8295,186.03226,49.51037,54.252018,28.019758,61.498806,25.585686,247.54788,114.28889,32.798355,29.583254,26.81008,60.040382,59.217674,8.622263,232.82463,64.4863,575.8917,22.24876,1107.592,54.686584,402.80447,472.13464,22.706911,17.588924,626.9937,687.82806,1770.8356,237.78746 +2023-10-16 16:00:00,0.0,9053.268,251.50992,76.786095,88.19823,63.507793,299.80106,42.61147,82.95015,27.047756,48.75344,1397.3578,104.74139,26.137457,233.92621,0.81631887,0.6779004,41.848404,1.4679588,0.082221985,751.6745,0.065214336,716.2099,101.73244,0.044434484,0.036220998,261.89725,36.482216,118.27837,135.60555,12026.489,0.14883097,2397.591,3.754608,0.117998526,0.1893064,0.23596093,255.15523,315.46143,26.22411,92.81183,39.957043,18.343246,1813.1642,2.3776515,72.973885,31.410543,449.6844,31.256935,436.47067,15.877029,83.54823,0.0,1086.5933,4432.2075,2.100907,353.03363,52.663517,28565.03,46.297256,2.1621914,19.287045,43.86622,11.87693,3.1947768,21.571276,670.04016,264.33295,25.91576,1.7641752,4.632592,150.20068,12.348485,243.8258,207.5957,2185.765,641.30963,112.99689,149.75389,264.27658,5.312017,7.9237633,24.10488,3.2372658,4.4423313,37.73593,49.41895,99.36236,25.540236,29.875702,66.76549,11.442288,3573.5698,26.527262,23.986559,19.068705,13.844971,205.1444,44.996365,23.47043,6.2374363,16.72492,24.16866,87.25812,183.66893,48.31747,185.033,35.024803,22.310453,118.844734,74.8164,350.58667,84.467766,1.9447527,5.587634,5.967581,50.28583,10018.418,1.9842545,19.591032,54.75484,20.444986,192.9479,56.937634,111.801056,2.5796175,101.33226,449.57916,267.08716,78.92296,436.07184,50.34946,71.55172,116.88589,15.495552,2.6046271,16.20555,695.4776,0.27410564,0.55189246,75.5853,11.841122,7.4652376,8.898416,16.305006,100.16839,31.340458,141.59991,720.41455,375.22974,2676.987,2066.9827,38.081936,70.271095,5460.2383,13.321831,114.26344,665.76117,199.26048,269.1051,115.06766,696.08673,687.8406,477.1703,22.500769,145.95592,525.9371,1001.6511,52.825974,493.06113,67.37589,1.4425412,50.602547,1.0325656,0.95577765,3.8388176,34.437206,218.77704,61.94122,18.759857,771.67224,228.17024,132.67743,185.79301,49.466206,54.25269,28.004124,61.38674,25.57258,247.29077,114.14471,32.79282,29.544802,26.780107,59.97527,59.131897,8.609973,232.584,64.40981,575.3285,22.226774,1106.424,54.632626,402.94626,471.58606,22.687546,17.583982,626.46075,687.43567,1770.4202,238.06662 +2023-10-16 17:00:00,0.0,9043.363,251.22928,76.800476,88.245575,63.512867,299.87387,42.62286,82.99573,27.050875,48.776394,1396.3661,104.68664,26.141876,233.98433,0.8180719,0.67955333,41.868347,1.4715818,0.08205974,752.1167,0.06516792,716.61334,101.77276,0.044348665,0.036163557,262.13318,36.497,118.431305,135.67207,12015.633,0.14911741,2398.4646,3.7631347,0.11819406,0.18955445,0.23642522,255.25493,315.55316,26.23501,92.733536,39.95818,18.334126,1812.2582,2.3803904,72.95863,31.388515,449.75366,31.24992,436.37646,15.859736,83.504814,0.0,1086.2134,4430.0435,2.0971262,352.85254,52.60304,28551.568,46.26683,2.1589313,19.280235,43.853786,11.864544,3.1924858,21.56469,669.57996,264.0702,25.903187,1.7616543,4.6277776,150.11475,12.32664,243.74725,207.71962,2184.9873,641.48706,112.97332,149.7283,263.8653,5.3120785,7.9246154,24.137716,3.2379208,4.447372,37.69367,49.3732,99.38212,25.524391,29.850952,66.73728,11.443486,3573.2124,26.521618,23.983198,19.065306,13.838306,205.08228,44.975716,23.463037,6.235813,16.713718,24.151264,87.210335,183.55984,48.27184,184.9416,34.994053,22.289595,118.7903,74.77988,350.08084,84.448845,1.9449409,5.5845428,5.966351,50.236637,10005.828,1.9847765,19.57242,54.784176,20.435932,192.86363,56.922043,111.81608,2.5814202,101.2872,449.6602,267.2213,78.85113,436.10962,50.37433,71.51842,116.83332,15.506199,2.6057196,16.211082,695.14435,0.27472532,0.55253226,75.60944,11.838723,7.468924,8.90153,16.306124,100.219284,31.320885,141.63448,720.59094,375.34396,2676.9744,2066.9934,38.066795,70.26406,5455.457,13.3331585,114.219925,665.62854,199.17249,268.99075,115.03572,695.7251,687.38806,477.12616,22.483103,145.89072,525.4387,1000.7546,52.75183,492.27353,67.28133,1.4433097,50.60295,1.0329291,0.95655346,3.8423676,34.389008,218.75229,61.871853,18.762321,770.7799,227.9003,132.52534,185.55376,49.422043,54.25336,27.988487,61.274677,25.559475,247.03366,114.00052,32.78728,29.50635,26.750134,59.91016,59.046124,8.597683,232.34335,64.33333,574.7652,22.204788,1105.2559,54.578667,403.088,471.03748,22.668179,17.57904,625.92786,687.0433,1770.0046,238.3458 +2023-10-16 18:00:00,0.0,9033.459,250.94865,76.81486,88.29293,63.517944,299.94666,42.63425,83.041306,27.053995,48.799347,1395.3745,104.63189,26.146296,234.04243,0.819825,0.68120635,41.888294,1.4752048,0.08189749,752.55884,0.0651215,717.0168,101.81308,0.04426284,0.03610612,262.36908,36.511787,118.58423,135.73862,12004.777,0.14940386,2399.3381,3.7716618,0.11838959,0.18980251,0.23688951,255.35464,315.6449,26.24591,92.65524,39.959312,18.325005,1811.3523,2.3831296,72.94338,31.366488,449.82297,31.242903,436.28226,15.842443,83.4614,0.0,1085.8334,4427.88,2.0933456,352.67142,52.54256,28538.105,46.2364,2.1556714,19.273424,43.84135,11.852159,3.1901948,21.558104,669.1198,263.80746,25.890612,1.7591332,4.622963,150.02881,12.304795,243.6687,207.84355,2184.2097,641.6645,112.94974,149.70271,263.454,5.3121405,7.9254675,24.170551,3.2385757,4.4524126,37.651405,49.327442,99.40188,25.508549,29.826202,66.70907,11.444683,3572.8547,26.515972,23.97984,19.061907,13.831643,205.02017,44.955067,23.455645,6.23419,16.702517,24.133871,87.16255,183.45076,48.226208,184.85022,34.963303,22.268738,118.73586,74.74335,349.57504,84.42992,1.945129,5.5814514,5.9651213,50.18744,9993.237,1.9852984,19.55381,54.813507,20.426878,192.77936,56.906452,111.8311,2.5832226,101.242134,449.74124,267.35544,78.7793,436.14743,50.399193,71.48512,116.78075,15.516847,2.606812,16.216614,694.81104,0.27534497,0.55317205,75.63359,11.836325,7.4726105,8.904644,16.307241,100.27018,31.301311,141.66904,720.76733,375.45822,2676.9614,2067.0042,38.051655,70.25703,5450.6753,13.344486,114.176414,665.49585,199.08447,268.8764,115.003784,695.3634,686.9355,477.082,22.465437,145.82553,524.9404,999.858,52.677692,491.48593,67.18676,1.4440782,50.60335,1.0332925,0.95732933,3.8459175,34.34081,218.72755,61.802486,18.764786,769.8876,227.63037,132.37328,185.31451,49.37788,54.254032,27.97285,61.16261,25.546371,246.77654,113.85634,32.781746,29.4679,26.720161,59.845047,58.960346,8.585393,232.10272,64.25684,574.2019,22.182802,1104.0876,54.524704,403.2298,470.4889,22.648811,17.574099,625.3949,686.6509,1769.5891,238.62497 +2023-10-16 19:00:00,0.0,9023.555,250.66803,76.82924,88.34028,63.523018,300.01944,42.64564,83.086876,27.057116,48.822304,1394.3829,104.57714,26.150717,234.10056,0.8215781,0.6828593,41.908237,1.4788278,0.081735246,753.00104,0.06507509,717.4203,101.8534,0.044177018,0.03604868,262.605,36.52657,118.73716,135.80515,11993.921,0.1496903,2400.2117,3.7801886,0.118585125,0.19005057,0.2373538,255.45435,315.73663,26.25681,92.57695,39.96045,18.315884,1810.4463,2.3858688,72.92814,31.34446,449.89227,31.235888,436.18805,15.8251505,83.417984,0.0,1085.4535,4425.716,2.0895648,352.49033,52.482082,28524.645,46.205975,2.1524112,19.266615,43.82892,11.839773,3.187904,21.551517,668.6596,263.5447,25.878036,1.7566123,4.6181483,149.94287,12.28295,243.59015,207.96747,2183.4321,641.8419,112.926155,149.67712,263.04272,5.312202,7.92632,24.203388,3.2392306,4.4574533,37.609142,49.281693,99.42164,25.492706,29.801453,66.68086,11.44588,3572.4973,26.510328,23.976479,19.058508,13.82498,204.95805,44.934418,23.448254,6.232567,16.691315,24.116476,87.11477,183.34167,48.180576,184.75883,34.932552,22.247879,118.68142,74.706825,349.0692,84.410995,1.9453173,5.57836,5.963891,50.13824,9980.647,1.9858204,19.535198,54.842842,20.417822,192.69508,56.89086,111.84612,2.5850253,101.197075,449.8223,267.48956,78.70746,436.1852,50.42406,71.45182,116.72818,15.5274935,2.6079044,16.222147,694.4778,0.27596465,0.5538118,75.657745,11.833926,7.476297,8.907758,16.308361,100.32108,31.281738,141.7036,720.9437,375.57248,2676.9487,2067.015,38.036514,70.249985,5445.894,13.355814,114.1329,665.3632,198.99648,268.76205,114.971855,695.0018,686.483,477.03787,22.447773,145.76035,524.4421,998.96136,52.60355,490.6983,67.09219,1.4448466,50.603756,1.033656,0.95810515,3.8494673,34.29261,218.7028,61.733116,18.767248,768.99524,227.36043,132.2212,185.07527,49.333717,54.254704,27.957214,61.050545,25.533266,246.51942,113.71216,32.776207,29.429447,26.690187,59.779938,58.874573,8.573103,231.86208,64.18036,573.6387,22.160816,1102.9196,54.470745,403.37155,469.9403,22.629444,17.569157,624.862,686.2585,1769.1736,238.90414 +2023-10-16 20:00:00,0.0,9013.65,250.38739,76.84362,88.387634,63.52809,300.09225,42.657032,83.132454,27.060236,48.845257,1393.3912,104.52239,26.155136,234.15866,0.8233312,0.68451226,41.928185,1.4824508,0.081573,753.4432,0.065028675,717.8237,101.89373,0.044091195,0.03599124,262.84094,36.541355,118.89008,135.87169,11983.065,0.14997673,2401.0854,3.7887156,0.11878066,0.19029863,0.23781809,255.55405,315.82837,26.26771,92.49866,39.961586,18.306763,1809.5403,2.3886077,72.91289,31.322432,449.9616,31.22887,436.09384,15.8078575,83.37457,0.0,1085.0735,4423.552,2.0857842,352.3092,52.421604,28511.182,46.17555,2.1491513,19.259806,43.81649,11.827387,3.185613,21.544931,668.19946,263.28198,25.865461,1.7540914,4.6133337,149.85693,12.261106,243.51161,208.0914,2182.6545,642.01935,112.90258,149.65154,262.6314,5.312264,7.927172,24.236225,3.2398856,4.462494,37.56688,49.23594,99.44139,25.476862,29.776703,66.65265,11.447078,3572.14,26.504684,23.973118,19.05511,13.8183155,204.89594,44.913773,23.44086,6.2309437,16.680113,24.099083,87.066986,183.2326,48.134945,184.66745,34.901806,22.227022,118.62698,74.670296,348.5634,84.392075,1.9455054,5.5752687,5.9626613,50.089043,9968.057,1.9863423,19.516588,54.872177,20.408768,192.6108,56.875267,111.861145,2.5868278,101.152016,449.90332,267.62372,78.63563,436.223,50.448925,71.41852,116.675606,15.53814,2.6089969,16.227678,694.1445,0.2765843,0.5544516,75.68189,11.831529,7.4799833,8.910872,16.309479,100.37198,31.262165,141.73816,721.1201,375.6867,2676.9358,2067.0256,38.021374,70.24295,5441.113,13.367142,114.08938,665.2306,198.90848,268.6477,114.93992,694.64014,686.03046,476.9937,22.430107,145.69516,523.9437,998.0648,52.529408,489.9107,66.99762,1.445615,50.604156,1.0340196,0.95888096,3.853017,34.24441,218.67807,61.66375,18.769712,768.1029,227.0905,132.06912,184.83603,49.289555,54.255375,27.941578,60.93848,25.52016,246.26231,113.56798,32.77067,29.390995,26.660215,59.714825,58.7888,8.560812,231.62144,64.103874,573.0754,22.138832,1101.7513,54.416782,403.51334,469.39172,22.610077,17.564215,624.32904,685.8661,1768.7582,239.1833 +2023-10-16 21:00:00,0.0,9003.746,250.10677,76.858,88.43498,63.533165,300.16504,42.668423,83.17803,27.063354,48.86821,1392.3997,104.46764,26.159555,234.21678,0.82508427,0.6861652,41.948128,1.4860737,0.08141076,753.8854,0.06498226,718.2272,101.93405,0.04400537,0.0359338,263.07687,36.55614,119.043015,135.93822,11972.209,0.15026318,2401.959,3.7972426,0.11897619,0.19054669,0.23828238,255.65375,315.92014,26.278608,92.420364,39.962723,18.297642,1808.6343,2.391347,72.89764,31.300404,450.0309,31.221855,435.99963,15.790565,83.331154,0.0,1084.6936,4421.388,2.0820034,352.1281,52.361126,28497.72,46.14512,2.1458912,19.252995,43.804058,11.8150015,3.183322,21.538345,667.73926,263.01923,25.852886,1.7515703,4.608519,149.771,12.239261,243.43306,208.21532,2181.877,642.1968,112.879,149.62596,262.22012,5.3123255,7.9280243,24.26906,3.2405405,4.4675345,37.524616,49.19018,99.46115,25.46102,29.751953,66.62444,11.448275,3571.7822,26.49904,23.969759,19.051712,13.811652,204.83382,44.893124,23.433468,6.2293205,16.668911,24.081688,87.0192,183.12352,48.089314,184.57607,34.871056,22.206163,118.57255,74.63377,348.05756,84.373146,1.9456936,5.5721774,5.9614315,50.03985,9955.467,1.9868643,19.497976,54.901512,20.399712,192.52652,56.859676,111.87617,2.5886304,101.10696,449.98438,267.75784,78.5638,436.2608,50.47379,71.385216,116.62303,15.548788,2.6100893,16.233212,693.8112,0.27720398,0.5550914,75.70604,11.82913,7.4836698,8.913986,16.310598,100.422874,31.242592,141.7727,721.29645,375.80096,2676.923,2067.0361,38.006233,70.235916,5436.3315,13.3784685,114.04587,665.0979,198.82047,268.53336,114.90798,694.2785,685.57794,476.9496,22.412441,145.62997,523.44543,997.1682,52.455265,489.1231,66.90305,1.4463835,50.60456,1.034383,0.9596568,3.856567,34.19621,218.65332,61.594383,18.772177,767.2106,226.82056,131.91705,184.59677,49.24539,54.25605,27.925941,60.826416,25.507057,246.0052,113.42379,32.765133,29.352543,26.630241,59.649715,58.703022,8.548522,231.3808,64.02739,572.5121,22.116846,1100.5833,54.362823,403.6551,468.8431,22.59071,17.559273,623.79614,685.4737,1768.3427,239.46248 +2023-10-16 22:00:00,0.0,8993.842,249.82613,76.87238,88.48233,63.53824,300.23782,42.679813,83.2236,27.066475,48.891167,1391.4081,104.412895,26.163977,234.2749,0.8268373,0.68781817,41.968075,1.4896967,0.081248514,754.3275,0.06493584,718.6306,101.97437,0.043919552,0.035876364,263.3128,36.570927,119.19594,136.00476,11961.353,0.15054962,2402.8325,3.8057694,0.11917172,0.19079475,0.23874666,255.75345,316.01187,26.289509,92.34207,39.963856,18.28852,1807.7284,2.394086,72.88239,31.278378,450.1002,31.214838,435.90543,15.773272,83.28774,0.0,1084.3137,4419.224,2.0782228,351.94702,52.300648,28484.26,46.114693,2.1426313,19.246185,43.791626,11.802616,3.1810308,21.53176,667.27905,262.75647,25.840311,1.7490494,4.6037045,149.68506,12.217416,243.3545,208.33925,2181.0994,642.37415,112.855415,149.60037,261.80884,5.312387,7.9288764,24.301897,3.2411954,4.4725747,37.482353,49.144432,99.48091,25.445175,29.727203,66.59623,11.449472,3571.4248,26.493395,23.966398,19.048313,13.804989,204.7717,44.872475,23.426075,6.227698,16.65771,24.064295,86.97142,183.01443,48.043682,184.48466,34.840305,22.185307,118.51811,74.597244,347.55173,84.354225,1.9458817,5.569086,5.9602017,49.99065,9942.877,1.9873862,19.479364,54.930847,20.390657,192.44225,56.844086,111.89119,2.590433,101.0619,450.06543,267.892,78.49196,436.29858,50.498657,71.35191,116.570465,15.559435,2.6111817,16.238743,693.4779,0.27782366,0.5557312,75.73019,11.826732,7.487356,8.9171,16.311716,100.47377,31.223019,141.80727,721.47284,375.91522,2676.9102,2067.0469,37.99109,70.22888,5431.5503,13.389796,114.00235,664.9653,198.73247,268.419,114.876045,693.9168,685.12537,476.90543,22.394777,145.56479,522.9471,996.2716,52.381126,488.3355,66.80849,1.4471519,50.60496,1.0347465,0.9604326,3.860117,34.14801,218.62859,61.525017,18.774641,766.31824,226.55061,131.76498,184.35753,49.20123,54.25672,27.910305,60.714348,25.493952,245.7481,113.27961,32.759598,29.31409,26.60027,59.584602,58.61725,8.536232,231.14017,63.95091,571.94885,22.09486,1099.415,54.308865,403.79688,468.29453,22.571342,17.55433,623.2632,685.0813,1767.9271,239.74165 +2023-10-16 23:00:00,0.0,8983.937,249.5455,76.886765,88.529686,63.543312,300.3106,42.691204,83.26918,27.069595,48.91412,1390.4164,104.35815,26.168396,234.33301,0.8285904,0.6894712,41.988018,1.4933197,0.08108627,754.76965,0.06488942,719.03406,102.014694,0.04383373,0.035818923,263.54874,36.585712,119.34887,136.07129,11950.497,0.15083607,2403.706,3.8142965,0.11936726,0.19104281,0.23921096,255.85315,316.1036,26.30041,92.26378,39.964993,18.2794,1806.8224,2.396825,72.86714,31.25635,450.1695,31.207823,435.81122,15.755978,83.24432,0.0,1083.9338,4417.0605,2.074442,351.7659,52.24017,28470.797,46.084267,2.1393712,19.239374,43.779194,11.79023,3.1787398,21.525173,666.8189,262.49374,25.827736,1.7465284,4.59889,149.5991,12.195571,243.27596,208.46317,2180.322,642.5516,112.83184,149.57478,261.39755,5.312449,7.929729,24.334732,3.2418504,4.4776154,37.44009,49.09868,99.50067,25.429333,29.702454,66.56802,11.450669,3571.0671,26.487751,23.963037,19.044914,13.798325,204.70958,44.851826,23.418682,6.2260747,16.646507,24.0469,86.92364,182.90535,47.99805,184.39328,34.809555,22.164448,118.46368,74.56072,347.0459,84.335304,1.94607,5.5659947,5.958972,49.941452,9930.286,1.9879082,19.460754,54.960182,20.381601,192.35797,56.828495,111.90621,2.5922356,101.01684,450.14645,268.02612,78.42013,436.33636,50.52352,71.31861,116.51789,15.570082,2.6122742,16.244276,693.14465,0.2784433,0.556371,75.75433,11.824333,7.491042,8.920215,16.312834,100.52467,31.203445,141.84183,721.6492,376.02945,2676.8975,2067.0576,37.97595,70.22184,5426.769,13.401124,113.95884,664.8326,198.64445,268.30466,114.84412,693.5552,684.67285,476.8613,22.377111,145.49959,522.4487,995.37506,52.306984,487.5479,66.71392,1.4479203,50.605366,1.03511,0.96120846,3.8636668,34.09981,218.60384,61.455647,18.777105,765.42584,226.28069,131.6129,184.11829,49.157066,54.257393,27.894669,60.602283,25.480846,245.49098,113.13543,32.75406,29.275639,26.570295,59.51949,58.53147,8.523942,230.89954,63.874424,571.38556,22.072874,1098.247,54.2549,403.93863,467.74594,22.551977,17.549389,622.7303,684.6889,1767.5117,240.02083 +2023-10-17 00:00:00,0.0,8974.032,249.26488,76.901146,88.577034,63.548386,300.38342,42.702595,83.31476,27.072716,48.937073,1389.4248,104.3034,26.172815,234.39113,0.8303435,0.69112414,42.007965,1.4969428,0.08092403,755.21185,0.06484301,719.4375,102.05502,0.043747906,0.035761483,263.78464,36.600494,119.50179,136.13783,11939.641,0.1511225,2404.5796,3.8228233,0.11956279,0.19129087,0.23967525,255.95287,316.19534,26.311308,92.185486,39.96613,18.270279,1805.9164,2.399564,72.85189,31.234322,450.23883,31.200806,435.71698,15.738685,83.20091,0.0,1083.5538,4414.8965,2.0706613,351.5848,52.17969,28457.336,46.053837,2.1361113,19.232565,43.76676,11.777844,3.1764488,21.518587,666.3587,262.231,25.81516,1.7440075,4.594075,149.51317,12.173725,243.19742,208.5871,2179.5444,642.729,112.80826,149.5492,260.98627,5.3125105,7.930581,24.367569,3.2425053,4.482656,37.397827,49.052925,99.520424,25.413488,29.677704,66.53981,11.451866,3570.7097,26.482107,23.959677,19.041515,13.791661,204.64748,44.831177,23.411291,6.2244515,16.635305,24.029507,86.875854,182.79626,47.95242,184.3019,34.77881,22.14359,118.40924,74.52419,346.54007,84.31638,1.9462581,5.562903,5.957742,49.892254,9917.696,1.9884301,19.442142,54.989517,20.372547,192.27368,56.812904,111.92124,2.594038,100.97177,450.2275,268.16025,78.3483,436.37418,50.548386,71.28531,116.46532,15.5807295,2.6133666,16.249807,692.81134,0.279063,0.5570107,75.77848,11.821936,7.4947286,8.923328,16.313953,100.57557,31.183872,141.87639,721.82556,376.1437,2676.8845,2067.0684,37.960808,70.214806,5421.988,13.412452,113.91532,664.69995,198.55646,268.1903,114.81218,693.19354,684.22034,476.81714,22.359447,145.4344,521.95044,994.47845,52.23284,486.76028,66.619354,1.4486889,50.605766,1.0354736,0.9619843,3.8672166,34.051613,218.5791,61.38628,18.77957,764.5335,226.01074,131.46083,183.87903,49.112904,54.258064,27.879034,60.49022,25.467741,245.23386,112.99125,32.748524,29.237186,26.540321,59.45438,58.445698,8.511652,230.65889,63.79794,570.82227,22.050888,1097.0787,54.200943,404.0804,467.19736,22.53261,17.544447,622.1973,684.2965,1767.0962,240.29999 +2023-10-17 01:00:00,0.0,8964.128,248.98424,76.915535,88.62439,63.55346,300.4562,42.713985,83.36033,27.075834,48.96003,1388.4332,104.24865,26.177237,234.44925,0.8320966,0.6927771,42.02791,1.5005658,0.08076178,755.654,0.0647966,719.84094,102.095345,0.043662082,0.035704043,264.02057,36.61528,119.654724,136.20436,11928.785,0.15140894,2405.4531,3.8313503,0.11975832,0.19153893,0.24013953,256.05255,316.28708,26.322208,92.10719,39.967266,18.261158,1805.0105,2.4023032,72.83665,31.212294,450.30814,31.19379,435.62277,15.721392,83.15749,0.0,1083.174,4412.7324,2.0668805,351.4037,52.119213,28443.873,46.02341,2.1328511,19.225756,43.75433,11.765458,3.1741579,21.512001,665.89856,261.96823,25.802586,1.7414865,4.5892606,149.42723,12.15188,243.11887,208.71101,2178.7668,642.90643,112.784676,149.5236,260.57498,5.3125725,7.931433,24.400406,3.2431602,4.4876966,37.355564,49.00717,99.540184,25.397646,29.652954,66.511604,11.453064,3570.352,26.476463,23.956318,19.038116,13.784998,204.58536,44.81053,23.403898,6.2228284,16.624104,24.012112,86.82807,182.68718,47.906788,184.21051,34.74806,22.122732,118.3548,74.48767,346.03424,84.297455,1.9464463,5.5598116,5.956512,49.84306,9905.105,1.9889522,19.423532,55.018852,20.363493,192.1894,56.797314,111.936264,2.5958407,100.92671,450.30856,268.2944,78.27646,436.41196,50.573254,71.252014,116.41275,15.591376,2.614459,16.25534,692.4781,0.27968264,0.5576505,75.802635,11.819537,7.498415,8.926443,16.315071,100.626465,31.164299,141.91095,722.00195,376.25797,2676.8718,2067.079,37.945667,70.20777,5417.2065,13.4237795,113.87181,664.56726,198.46844,268.076,114.78024,692.8319,683.7678,476.773,22.341782,145.36922,521.4521,993.58185,52.1587,485.9727,66.52479,1.4494573,50.60617,1.035837,0.9627601,3.8707664,34.003414,218.55435,61.316914,18.782034,763.6412,225.74081,131.30876,183.63979,49.06874,54.258736,27.863398,60.37815,25.454638,244.97675,112.84707,32.742985,29.198734,26.51035,59.389267,58.35992,8.499362,230.41826,63.721455,570.25903,22.028902,1095.9106,54.14698,404.22217,466.64877,22.513243,17.539507,621.6644,683.9041,1766.6807,240.57916 +2023-10-17 02:00:00,0.0,8954.224,248.70361,76.92992,88.67174,63.558533,300.529,42.725376,83.40591,27.078955,48.982983,1387.4415,104.1939,26.181656,234.50735,0.8338496,0.69443005,42.047855,1.5041888,0.08059954,756.0962,0.06475018,720.24445,102.135666,0.043576263,0.035646606,264.2565,36.630066,119.80765,136.2709,11917.929,0.15169539,2406.3267,3.8398771,0.119953856,0.19178699,0.24060383,256.15225,316.37885,26.333107,92.0289,39.9684,18.252037,1804.1045,2.4050422,72.821396,31.190266,450.37744,31.186773,435.52856,15.704099,83.11408,0.0,1082.7941,4410.569,2.0630999,351.2226,52.058735,28430.412,45.992985,2.1295912,19.218945,43.741898,11.753073,3.171867,21.505415,665.43835,261.7055,25.790012,1.7389655,4.5844464,149.3413,12.130035,243.04031,208.83495,2177.9893,643.08386,112.7611,149.49802,260.16367,5.312634,7.932286,24.43324,3.2438152,4.4927373,37.3133,48.96142,99.559944,25.381804,29.628204,66.48339,11.454261,3569.9946,26.470818,23.952957,19.034718,13.778334,204.52324,44.789883,23.396505,6.221205,16.612902,23.994719,86.78029,182.5781,47.861156,184.11911,34.717308,22.101875,118.30036,74.45114,345.5284,84.278534,1.9466344,5.5567203,5.955282,49.79386,9892.516,1.989474,19.40492,55.048187,20.354437,192.10513,56.78172,111.95129,2.5976434,100.88165,450.3896,268.42853,78.20463,436.44974,50.598118,71.21871,116.360176,15.602023,2.6155515,16.260872,692.1448,0.28030232,0.5582903,75.82678,11.817139,7.5021014,8.929557,16.316189,100.67736,31.144726,141.94551,722.17834,376.3722,2676.859,2067.0898,37.930527,70.20074,5412.4253,13.435107,113.82829,664.43463,198.38045,267.96164,114.748314,692.4702,683.31525,476.72885,22.324116,145.30403,520.95374,992.6853,52.08456,485.1851,66.430214,1.4502257,50.60657,1.0362005,0.9635359,3.8743162,33.955215,218.52962,61.247547,18.784498,762.74884,225.47087,131.15668,183.40054,49.02458,54.259407,27.847761,60.266087,25.441532,244.71964,112.70288,32.73745,29.160282,26.480375,59.324158,58.274147,8.487072,230.17761,63.64497,569.69574,22.006918,1094.7424,54.09302,404.36395,466.1002,22.493876,17.534565,621.1315,683.5117,1766.2651,240.85834 +2023-10-17 03:00:00,0.0,8944.319,248.42297,76.9443,88.71909,63.563606,300.6018,42.736767,83.451485,27.082075,49.005936,1386.45,104.13915,26.186075,234.56548,0.8356027,0.696083,42.0678,1.5078118,0.080437295,756.5383,0.06470376,720.6479,102.17599,0.04349044,0.035589166,264.49243,36.64485,119.96057,136.33743,11907.072,0.15198183,2407.2004,3.8484042,0.12014939,0.19203505,0.24106811,256.25198,316.47058,26.344007,91.95061,39.969536,18.242916,1803.1985,2.4077814,72.806145,31.168238,450.44672,31.179758,435.43436,15.686806,83.07066,0.0,1082.4141,4408.405,2.059319,351.04147,51.998253,28416.951,45.962555,2.126331,19.212135,43.729465,11.740687,3.169576,21.498829,664.9782,261.44275,25.777437,1.7364446,4.579632,149.25536,12.108191,242.96176,208.95886,2177.2117,643.2613,112.73752,149.47243,259.75238,5.312696,7.933138,24.466078,3.2444701,4.497778,37.271038,48.915665,99.5797,25.36596,29.603455,66.455185,11.455458,3569.6372,26.465174,23.949596,19.031319,13.77167,204.46112,44.769234,23.389112,6.219582,16.6017,23.977324,86.732506,182.46901,47.815525,184.02773,34.686558,22.081018,118.245926,74.41462,345.02258,84.25961,1.9468226,5.553629,5.9540524,49.744663,9879.926,1.989996,19.38631,55.077522,20.345383,192.02086,56.76613,111.96631,2.5994458,100.83659,450.47064,268.56265,78.1328,436.48755,50.622982,71.18541,116.3076,15.612671,2.616644,16.266405,691.8115,0.28092197,0.5589301,75.85093,11.814741,7.505788,8.932671,16.317308,100.728264,31.125153,141.98007,722.35474,376.48645,2676.8462,2067.1003,37.915386,70.193695,5407.644,13.446435,113.784775,664.302,198.29245,267.8473,114.71638,692.1086,682.86273,476.6847,22.306452,145.23885,520.45544,991.7887,52.010418,484.3975,66.33565,1.4509941,50.606976,1.0365641,0.9643117,3.8778663,33.907017,218.50487,61.178177,18.786963,761.8565,225.20093,131.00461,183.16129,48.980415,54.260082,27.832125,60.154022,25.428427,244.46252,112.5587,32.73191,29.12183,26.450403,59.259045,58.188374,8.474782,229.93698,63.568485,569.13245,21.984932,1093.5743,54.039062,404.50574,465.55157,22.474508,17.529623,620.5986,683.1193,1765.8497,241.13751 +2023-10-17 04:00:00,0.0,8934.415,248.14235,76.95868,88.76644,63.568684,300.6746,42.748158,83.497055,27.085196,49.028893,1385.4584,104.084404,26.190496,234.62358,0.8373558,0.697736,42.087746,1.5114347,0.08027505,756.9805,0.064657345,721.05133,102.21632,0.043404616,0.035531726,264.72836,36.659637,120.1135,136.40398,11896.217,0.15226826,2408.074,3.8569312,0.12034492,0.19228311,0.24153239,256.35168,316.56232,26.354908,91.872314,39.970673,18.233795,1802.2925,2.4105206,72.7909,31.14621,450.51605,31.17274,435.34015,15.669513,83.02725,0.0,1082.0342,4406.2407,2.0555384,350.86038,51.937775,28403.488,45.93213,2.1230712,19.205324,43.717033,11.728301,3.167285,21.492243,664.518,261.18002,25.764862,1.7339236,4.574817,149.16942,12.086346,242.88322,209.0828,2176.434,643.43866,112.71394,149.44684,259.3411,5.3127575,7.93399,24.498913,3.245125,4.5028186,37.228775,48.869915,99.59946,25.350117,29.578705,66.42698,11.4566555,3569.2795,26.45953,23.946236,19.02792,13.765007,204.399,44.748585,23.38172,6.217959,16.590498,23.95993,86.68472,182.35992,47.76989,183.93634,34.655807,22.06016,118.19149,74.37809,344.51675,84.240685,1.9470108,5.5505376,5.9528227,49.695465,9867.335,1.990518,19.367699,55.106857,20.336327,191.93657,56.750538,111.98133,2.6012485,100.791534,450.5517,268.6968,78.06096,436.52533,50.64785,71.15211,116.255035,15.623318,2.6177363,16.271936,691.4782,0.28154165,0.5595699,75.87508,11.812343,7.5094743,8.935785,16.318426,100.77916,31.10558,142.01463,722.5311,376.60068,2676.8333,2067.111,37.900246,70.18666,5402.8623,13.457763,113.741264,664.1693,198.20444,267.73294,114.68444,691.74695,682.4102,476.64056,22.288786,145.17366,519.9571,990.8921,51.936275,483.6099,66.24108,1.4517626,50.607376,1.0369276,0.96508753,3.881416,33.858818,218.48013,61.10881,18.789427,760.9642,224.931,130.85254,182.92204,48.936253,54.260754,27.816488,60.041958,25.415323,244.20541,112.41452,32.726376,29.083378,26.42043,59.193935,58.102596,8.462492,229.69633,63.492,568.56915,21.962946,1092.4062,53.9851,404.6475,465.003,22.455141,17.524681,620.0656,682.7269,1765.4342,241.41667 +2023-10-17 05:00:00,0.0,8924.511,247.86172,76.97306,88.81379,63.573757,300.74738,42.75955,83.54263,27.088314,49.051846,1384.4667,104.029655,26.194916,234.6817,0.8391089,0.699389,42.10769,1.5150577,0.08011281,757.42267,0.06461093,721.4548,102.25664,0.043318793,0.035474285,264.9643,36.67442,120.266426,136.4705,11885.36,0.1525547,2408.9475,3.865458,0.120540455,0.19253118,0.24199669,256.4514,316.65405,26.365807,91.79402,39.971806,18.224674,1801.3866,2.4132595,72.77565,31.124182,450.58536,31.165726,435.24594,15.652219,82.98383,0.0,1081.6543,4404.077,2.0517576,350.6793,51.877296,28390.027,45.901703,2.119811,19.198515,43.704605,11.715916,3.164994,21.485657,664.0578,260.91727,25.752287,1.7314026,4.5700026,149.08348,12.064501,242.80467,209.20673,2175.6565,643.6161,112.69037,149.42125,258.9298,5.3128195,7.9348426,24.53175,3.24578,4.5078588,37.186512,48.824158,99.61922,25.334272,29.553955,66.398766,11.457852,3568.922,26.453886,23.942877,19.024523,13.758343,204.33688,44.727936,23.374329,6.2163363,16.579296,23.942535,86.63694,182.25085,47.72426,183.84496,34.62506,22.039303,118.137054,74.34157,344.01093,84.22176,1.947199,5.5474463,5.951593,49.64627,9854.745,1.9910399,19.349087,55.13619,20.327272,191.8523,56.734947,111.99635,2.603051,100.746475,450.63272,268.83093,77.98913,436.5631,50.672714,71.118805,116.20246,15.633965,2.6188288,16.27747,691.14496,0.2821613,0.5602097,75.89922,11.809944,7.5131607,8.938899,16.319546,100.830055,31.086006,142.0492,722.7075,376.71494,2676.8206,2067.1218,37.8851,70.17963,5398.081,13.4690895,113.69775,664.0367,198.11644,267.6186,114.652504,691.3853,681.95764,476.5964,22.271122,145.10846,519.45874,989.99554,51.862137,482.8223,66.146515,1.452531,50.60778,1.037291,0.9658634,3.884966,33.81062,218.45538,61.039444,18.791891,760.0718,224.66106,130.70047,182.6828,48.89209,54.261425,27.800852,59.92989,25.402218,243.9483,112.27034,32.720837,29.044926,26.390457,59.128822,58.016823,8.450202,229.4557,63.415516,568.0059,21.94096,1091.238,53.93114,404.78928,464.4544,22.435774,17.51974,619.5327,682.33453,1765.0187,241.69585 +2023-10-17 06:00:00,0.0,8914.606,247.58109,76.98744,88.861145,63.57883,300.8202,42.77094,83.58821,27.091434,49.0748,1383.4751,103.97491,26.199335,234.73982,0.840862,0.70104194,42.127636,1.5186807,0.07995056,757.86487,0.06456452,721.8582,102.29696,0.043232974,0.03541685,265.2002,36.689205,120.41936,136.53705,11874.505,0.15284115,2409.821,3.873985,0.12073599,0.19277924,0.24246098,256.5511,316.7458,26.376707,91.71573,39.972942,18.215553,1800.4806,2.4159987,72.7604,31.102154,450.65466,31.158709,435.15173,15.634926,82.94042,0.0,1081.2743,4401.913,2.047977,350.49817,51.81682,28376.566,45.871273,2.1165512,19.191704,43.692173,11.70353,3.162703,21.47907,663.59766,260.6545,25.739712,1.7288817,4.565188,148.99754,12.042656,242.72612,209.33064,2174.8792,643.7935,112.66678,149.39566,258.51852,5.312881,7.9356947,24.564587,3.246435,4.5128994,37.14425,48.778404,99.63898,25.31843,29.529205,66.37056,11.459049,3568.5645,26.44824,23.939516,19.021124,13.751679,204.27478,44.707287,23.366936,6.214713,16.568094,23.925142,86.58916,182.14177,47.678627,183.75357,34.59431,22.018444,118.08262,74.30504,343.5051,84.20284,1.9473871,5.544355,5.950363,49.597073,9842.155,1.9915619,19.330477,55.165524,20.318218,191.76802,56.719357,112.011375,2.6048536,100.70141,450.71378,268.96506,77.91729,436.60092,50.697582,71.0855,116.149895,15.644612,2.619921,16.283,690.81165,0.28278098,0.5608494,75.92337,11.807546,7.5168467,8.942013,16.320663,100.88095,31.066433,142.08376,722.8839,376.8292,2676.8076,2067.1326,37.86996,70.17259,5393.3,13.480417,113.654236,663.904,198.02843,267.50424,114.620575,691.0236,681.5051,476.55228,22.253456,145.04327,518.96045,989.09894,51.787994,482.03467,66.05195,1.4532995,50.60818,1.0376545,0.9666392,3.8885157,33.76242,218.43065,60.970078,18.794355,759.17944,224.39113,130.54839,182.44354,48.847927,54.262096,27.785215,59.817825,25.389112,243.69118,112.12615,32.7153,29.006474,26.360483,59.063713,57.931046,8.437912,229.21506,63.33903,567.4426,21.918974,1090.07,53.87718,404.93103,463.90582,22.416407,17.514797,618.99976,681.94214,1764.6033,241.97502 +2023-10-17 07:00:00,0.0,8904.702,247.30046,77.00182,88.90849,63.583904,300.89297,42.78233,83.63378,27.094555,49.097755,1382.4835,103.92016,26.203756,234.79793,0.842615,0.7026949,42.14758,1.5223037,0.07978832,758.307,0.0645181,722.26166,102.33728,0.04314715,0.03535941,265.43613,36.70399,120.57228,136.60358,11863.648,0.1531276,2410.6946,3.8825119,0.12093151,0.1930273,0.24292526,256.6508,316.83752,26.387606,91.637436,39.97408,18.206432,1799.5746,2.4187376,72.745155,31.080126,450.724,31.151693,435.05753,15.617633,82.897,0.0,1080.8944,4399.749,2.0441961,350.31708,51.75634,28363.104,45.840847,2.113291,19.184895,43.67974,11.691144,3.160412,21.472485,663.13745,260.39178,25.727137,1.7263607,4.5603733,148.91159,12.020811,242.64757,209.45457,2174.1016,643.97095,112.6432,149.37007,258.10724,5.3129425,7.936547,24.597422,3.2470899,4.51794,37.10199,48.732655,99.65873,25.302588,29.504456,66.34235,11.460247,3568.207,26.442596,23.936155,19.017725,13.745016,204.21266,44.68664,23.359543,6.21309,16.556892,23.907747,86.541374,182.03268,47.632996,183.66217,34.56356,21.997587,118.028175,74.26852,342.99927,84.18392,1.9475753,5.541263,5.949133,49.547874,9829.564,1.9920838,19.311865,55.19486,20.309162,191.68375,56.703762,112.0264,2.606656,100.65635,450.79483,269.0992,77.84546,436.6387,50.722446,71.0522,116.09732,15.655259,2.6210134,16.288532,690.4784,0.28340062,0.5614892,75.947525,11.805148,7.520533,8.9451275,16.321781,100.93185,31.04686,142.11832,723.0603,376.94342,2676.795,2067.1433,37.85482,70.16556,5388.5186,13.491745,113.61072,663.77136,197.94043,267.3899,114.58864,690.662,681.0526,476.50812,22.23579,144.97809,518.4621,988.20233,51.713852,481.24707,65.95738,1.454068,50.608585,1.0380181,0.96741503,3.8920655,33.714222,218.4059,60.90071,18.79682,758.2871,224.12119,130.39632,182.2043,48.803764,54.262768,27.769579,59.70576,25.376009,243.43407,111.98197,32.709763,28.968021,26.330511,58.9986,57.845272,8.425622,228.97443,63.262547,566.87933,21.896988,1088.9017,53.82322,405.0728,463.35724,22.397041,17.509855,618.46686,681.54974,1764.1877,242.2542 +2023-10-17 08:00:00,0.0,8894.798,247.01982,77.016205,88.95585,63.588978,300.96576,42.79372,83.67936,27.097675,49.12071,1381.4918,103.86541,26.208176,234.85605,0.8443681,0.70434785,42.167526,1.5259267,0.079626076,758.74915,0.064471684,722.66516,102.37761,0.043061327,0.03530197,265.67206,36.718777,120.72521,136.67012,11852.792,0.15341403,2411.568,3.891039,0.12112705,0.19327536,0.24338956,256.7505,316.9293,26.398506,91.55914,39.975216,18.197311,1798.6686,2.4214768,72.729904,31.058098,450.79327,31.144678,434.9633,15.60034,82.85359,0.0,1080.5145,4397.5854,2.0404155,350.13596,51.69586,28349.643,45.81042,2.1100311,19.178085,43.667305,11.678759,3.1581209,21.465899,662.6773,260.12903,25.714561,1.7238398,4.5555587,148.82565,11.998966,242.56903,209.57849,2173.324,644.1484,112.61963,149.34448,257.69592,5.3130045,7.937399,24.630259,3.2477448,4.5229807,37.059727,48.686897,99.67849,25.286743,29.479706,66.31414,11.461444,3567.8494,26.436953,23.932796,19.014326,13.738352,204.15054,44.665993,23.35215,6.211467,16.54569,23.890354,86.49359,181.9236,47.587364,183.57079,34.53281,21.976728,117.97374,74.23199,342.49344,84.16499,1.9477634,5.538172,5.947903,49.498676,9816.975,1.9926058,19.293255,55.224194,20.300108,191.59946,56.68817,112.04142,2.6084588,100.61129,450.87585,269.23334,77.77363,436.67648,50.74731,71.0189,116.04475,15.665906,2.6221058,16.294065,690.1451,0.2840203,0.562129,75.97167,11.80275,7.5242195,8.948241,16.3229,100.98275,31.027287,142.15288,723.2367,377.05768,2676.782,2067.1538,37.83968,70.158516,5383.7373,13.503073,113.56721,663.6387,197.85242,267.27554,114.5567,690.30035,680.6001,476.464,22.218126,144.9129,517.96375,987.3058,51.63971,480.45947,65.86281,1.4548364,50.608986,1.0383816,0.96819085,3.8956156,33.666023,218.38116,60.83134,18.799284,757.3948,223.85124,130.24425,181.96506,48.7596,54.26344,27.753944,59.593693,25.362904,243.17696,111.83779,32.704227,28.92957,26.300537,58.933487,57.7595,8.413332,228.73378,63.18606,566.3161,21.875002,1087.7336,53.76926,405.21457,462.80865,22.377674,17.504913,617.9339,681.15735,1763.7722,242.53336 +2023-10-17 09:00:00,0.0,8884.894,246.7392,77.03059,89.0032,63.59405,301.03857,42.80511,83.72494,27.100794,49.14366,1380.5002,103.81066,26.212595,234.91417,0.8461212,0.70600086,42.18747,1.5295497,0.07946383,759.19135,0.06442527,723.0686,102.41793,0.042975504,0.03524453,265.908,36.73356,120.878136,136.73666,11841.937,0.15370047,2412.4417,3.899566,0.12132258,0.19352342,0.24385384,256.8502,317.02103,26.409407,91.48085,39.97635,18.188192,1797.7627,2.4242158,72.71465,31.03607,450.86258,31.137661,434.86908,15.583047,82.81017,0.0,1080.1345,4395.4214,2.0366347,349.95486,51.635384,28336.18,45.77999,2.106771,19.171274,43.654877,11.666372,3.15583,21.459312,662.2171,259.86627,25.701986,1.7213187,4.550744,148.73972,11.977121,242.49048,209.70242,2172.5464,644.3258,112.59605,149.3189,257.28464,5.313066,7.9382515,24.663094,3.2483997,4.5280213,37.017464,48.641148,99.69825,25.2709,29.454956,66.28593,11.462641,3567.492,26.431309,23.929436,19.010927,13.7316885,204.08842,44.645344,23.344759,6.2098436,16.534489,23.87296,86.445816,181.81451,47.541733,183.4794,34.50206,21.955872,117.919304,74.195465,341.9876,84.14607,1.9479517,5.5350804,5.9466734,49.44948,9804.384,1.9931277,19.274643,55.25353,20.291052,191.51518,56.67258,112.05644,2.6102612,100.56623,450.9569,269.36746,77.70179,436.7143,50.77218,70.9856,115.99218,15.676554,2.6231983,16.299597,689.8118,0.28463998,0.5627688,75.99582,11.800351,7.527906,8.951355,16.324018,101.033646,31.007713,142.18744,723.4131,377.17194,2676.7693,2067.1646,37.82454,70.15148,5378.956,13.5144005,113.52369,663.50604,197.76442,267.1612,114.52477,689.9387,680.1475,476.41983,22.20046,144.84772,517.46545,986.4092,51.56557,479.67188,65.76824,1.4556048,50.609386,1.038745,0.96896666,3.8991654,33.617825,218.35641,60.761974,18.801746,756.50244,223.58131,130.09216,181.7258,48.71544,54.264114,27.738308,59.48163,25.349798,242.91985,111.69361,32.69869,28.891117,26.270565,58.868378,57.67372,8.401042,228.49315,63.109577,565.7528,21.853018,1086.5654,53.715298,405.35635,462.26004,22.358307,17.499971,617.401,680.76495,1763.3567,242.81253 +2023-10-17 10:00:00,0.0,8874.989,246.45856,77.04497,89.05055,63.599125,301.11136,42.8165,83.77051,27.103914,49.16662,1379.5085,103.75591,26.217016,234.97227,0.8478743,0.7076538,42.207417,1.5331727,0.07930159,759.6335,0.06437885,723.47205,102.45825,0.04288968,0.03518709,266.14392,36.748344,121.03107,136.80319,11831.08,0.15398692,2413.3154,3.9080927,0.12151811,0.19377148,0.24431813,256.9499,317.11276,26.420305,91.40256,39.977486,18.179071,1796.8567,2.426955,72.69941,31.014042,450.9319,31.130646,434.77487,15.565754,82.76676,0.0,1079.7546,4393.258,2.032854,349.77374,51.574905,28322.719,45.749565,2.103511,19.164465,43.642445,11.653987,3.153539,21.452726,661.75696,259.60355,25.689411,1.7187978,4.5459294,148.65378,11.9552765,242.41193,209.82634,2171.7688,644.5032,112.572464,149.2933,256.87335,5.313128,7.9391036,24.69593,3.2490547,4.533062,36.9752,48.595398,99.71801,25.255056,29.430206,66.25772,11.463839,3567.1345,26.425663,23.926075,19.007528,13.725025,204.0263,44.624695,23.337366,6.2082205,16.523287,23.855566,86.39803,181.70543,47.4961,183.38802,34.471313,21.935013,117.86487,74.15894,341.48178,84.12715,1.9481398,5.531989,5.9454436,49.400284,9791.794,1.9936497,19.256031,55.282864,20.281998,191.43091,56.65699,112.071465,2.612064,100.52117,451.03796,269.50162,77.62996,436.75208,50.797043,70.9523,115.939606,15.687201,2.6242907,16.30513,689.4785,0.28525963,0.5634086,76.019966,11.797953,7.5315924,8.95447,16.325138,101.08454,30.98814,142.222,723.5894,377.28616,2676.7563,2067.1753,37.8094,70.14445,5374.175,13.525728,113.48017,663.37335,197.6764,267.04684,114.492836,689.577,679.695,476.3757,22.182795,144.78252,516.9671,985.5126,51.49143,478.88428,65.673676,1.4563732,50.60979,1.0391085,0.96974254,3.9027152,33.569626,218.33168,60.692608,18.80421,755.6101,223.31137,129.9401,181.48656,48.671276,54.264786,27.722672,59.369564,25.336693,242.66273,111.54943,32.693153,28.852665,26.240591,58.803265,57.587948,8.388752,228.25252,63.033092,565.1895,21.831032,1085.3973,53.66134,405.4981,461.71146,22.33894,17.49503,616.86804,680.37256,1762.9413,243.0917 +2023-10-17 11:00:00,0.0,8865.085,246.17793,77.05935,89.0979,63.6042,301.18414,42.827892,83.816086,27.107035,49.18957,1378.517,103.701164,26.221436,235.0304,0.8496273,0.7093068,42.22736,1.5367956,0.079139344,760.0757,0.06433243,723.8755,102.49858,0.04280386,0.03512965,266.37985,36.76313,121.18399,136.86974,11820.225,0.15427336,2414.189,3.9166198,0.121713646,0.19401954,0.24478242,257.0496,317.2045,26.431206,91.324265,39.978622,18.16995,1795.9507,2.429694,72.68416,30.992014,451.00122,31.123629,434.68066,15.548461,82.72334,0.0,1079.3748,4391.0938,2.0290732,349.59265,51.514427,28309.258,45.71914,2.100251,19.157654,43.630013,11.641602,3.151248,21.44614,661.29675,259.3408,25.676836,1.7162769,4.541115,148.56784,11.933432,242.33337,209.95027,2170.9912,644.6806,112.54889,149.26772,256.46207,5.3131895,7.9399557,24.728767,3.2497096,4.5381026,36.932938,48.54964,99.73776,25.239214,29.405457,66.22951,11.465035,3566.7769,26.42002,23.922714,19.00413,13.718361,203.96419,44.604046,23.329973,6.206598,16.512085,23.838171,86.35025,181.59634,47.45047,183.29662,34.440563,21.914156,117.81043,74.12241,340.97595,84.10823,1.948328,5.528898,5.944214,49.351086,9779.204,1.9941716,19.237421,55.3122,20.272943,191.34662,56.6414,112.086494,2.6138663,100.47611,451.119,269.63574,77.55813,436.78986,50.821907,70.919,115.88703,15.697848,2.6253831,16.310661,689.14526,0.2858793,0.56404835,76.04411,11.795555,7.535279,8.957583,16.326256,101.13544,30.968567,142.25656,723.7658,377.40042,2676.7437,2067.186,37.794254,70.13741,5369.3936,13.537056,113.43666,663.2407,197.58841,266.9325,114.4609,689.2154,679.2425,476.33154,22.16513,144.71733,516.46875,984.616,51.417286,478.09665,65.57911,1.4571416,50.61019,1.0394721,0.97051835,3.906265,33.521427,218.30693,60.62324,18.806675,754.7178,223.04143,129.78802,181.24731,48.627113,54.265457,27.707035,59.2575,25.32359,242.40561,111.40524,32.687614,28.814213,26.210617,58.738155,57.50217,8.376462,228.01187,62.956608,564.6263,21.809046,1084.2291,53.607376,405.6399,461.16287,22.319572,17.490088,616.33514,679.98016,1762.5258,243.37088 +2023-10-17 12:00:00,0.0,8855.181,245.89731,77.07373,89.145256,63.609272,301.25696,42.839283,83.861664,27.110155,49.212524,1377.5254,103.646416,26.225855,235.0885,0.8513804,0.71095973,42.247307,1.5404186,0.0789771,760.5178,0.06428602,724.27893,102.5389,0.042718038,0.03507221,266.61575,36.777916,121.33692,136.93626,11809.368,0.15455979,2415.0625,3.9251466,0.12190918,0.1942676,0.24524671,257.1493,317.29623,26.442104,91.245964,39.97976,18.16083,1795.0448,2.4324331,72.66891,30.969986,451.0705,31.116613,434.58646,15.531167,82.67993,0.0,1078.9948,4388.9297,2.0252926,349.41153,51.45395,28295.795,45.68871,2.096991,19.150845,43.61758,11.629215,3.148957,21.439554,660.8366,259.07806,25.664263,1.7137558,4.5363,148.4819,11.911587,242.25484,210.07419,2170.2136,644.85803,112.52531,149.24213,256.05078,5.3132515,7.9408083,24.761602,3.2503645,4.5431433,36.890675,48.50389,99.75752,25.22337,29.380707,66.2013,11.466232,3566.4194,26.414375,23.919355,19.000732,13.711698,203.90208,44.5834,23.32258,6.2049747,16.500883,23.820778,86.30247,181.48727,47.40484,183.20523,34.409813,21.893297,117.756,74.08589,340.47012,84.0893,1.9485161,5.5258064,5.942984,49.301888,9766.613,1.9946936,19.21881,55.341534,20.263887,191.26234,56.625805,112.10152,2.615669,100.431046,451.20004,269.7699,77.48629,436.82767,50.846775,70.8857,115.834465,15.708495,2.6264756,16.316195,688.81195,0.28649896,0.56468815,76.06826,11.793157,7.538965,8.960698,16.327374,101.18634,30.948992,142.29112,723.9422,377.51468,2676.7307,2067.1968,37.779114,70.13037,5364.6123,13.548384,113.39314,663.1081,197.50041,266.81815,114.42897,688.85376,678.79,476.2874,22.147465,144.65215,515.97046,983.7194,51.343143,477.30905,65.48454,1.4579102,50.610596,1.0398356,0.97129416,3.9098148,33.47323,218.2822,60.55387,18.80914,753.8254,222.7715,129.63594,181.00807,48.58295,54.26613,27.691399,59.14543,25.310484,242.1485,111.26106,32.68208,28.77576,26.180645,58.673042,57.416397,8.364171,227.77124,62.880123,564.063,21.78706,1083.061,53.553417,405.78165,460.6143,22.300205,17.485146,615.8022,679.58777,1762.1102,243.65004 +2023-10-17 13:00:00,0.0,8845.276,245.61667,77.08811,89.192604,63.614346,301.32974,42.850674,83.907234,27.113274,49.23548,1376.5337,103.59167,26.230276,235.14662,0.8531335,0.7126127,42.267254,1.5440416,0.07881486,760.96,0.064239606,724.6824,102.57922,0.042632215,0.03501477,266.85168,36.7927,121.489845,137.0028,11798.513,0.15484624,2415.936,3.9336736,0.12210471,0.19451566,0.24571101,257.249,317.388,26.453005,91.16767,39.980892,18.151709,1794.1388,2.435172,72.65366,30.947958,451.1398,31.109596,434.49225,15.513874,82.63651,0.0,1078.6149,4386.766,2.0215118,349.23044,51.39347,28282.334,45.658283,2.093731,19.144035,43.60515,11.61683,3.146666,21.432968,660.3764,258.8153,25.651688,1.7112349,4.531486,148.39597,11.889742,242.17628,210.19812,2169.436,645.03546,112.501724,149.21655,255.63948,5.313313,7.9416604,24.79444,3.2510195,4.5481834,36.84841,48.458134,99.77728,25.207527,29.355957,66.173096,11.46743,3566.0618,26.40873,23.915995,18.997334,13.705034,203.83997,44.56275,23.315187,6.2033515,16.489681,23.803383,86.254684,181.37819,47.359207,183.11385,34.379063,21.87244,117.70155,74.04936,339.9643,84.07038,1.9487044,5.522715,5.9417543,49.25269,9754.023,1.9952155,19.2002,55.37087,20.254833,191.17807,56.610214,112.11654,2.6174715,100.38599,451.2811,269.90402,77.41446,436.86545,50.87164,70.852394,115.78189,15.719142,2.627568,16.321726,688.4787,0.28711864,0.56532794,76.09241,11.790758,7.542651,8.963812,16.328493,101.237236,30.929419,142.32568,724.1185,377.6289,2676.718,2067.2075,37.763973,70.12334,5359.831,13.559711,113.34963,662.9754,197.4124,266.7038,114.39703,688.4921,678.3374,476.24326,22.1298,144.58696,515.4721,982.8228,51.269005,476.52145,65.38997,1.4586786,50.610996,1.040199,0.97207,3.913365,33.42503,218.25745,60.484505,18.811604,752.93304,222.50156,129.48387,180.76881,48.538788,54.2668,27.675762,59.033367,25.297379,241.89139,111.11688,32.67654,28.737309,26.150671,58.607933,57.33062,8.351881,227.5306,62.80364,563.4997,21.765074,1081.893,53.49946,405.92343,460.0657,22.280838,17.480204,615.2693,679.1954,1761.6948,243.92921 +2023-10-17 14:00:00,0.0,8835.372,245.33604,77.10249,89.23995,63.619423,301.40253,42.862064,83.95281,27.116394,49.258434,1375.5421,103.53693,26.234695,235.20474,0.8548866,0.71426564,42.287197,1.5476646,0.07865261,761.40216,0.06419319,725.0858,102.619545,0.04254639,0.034957334,267.08762,36.807484,121.64278,137.06934,11787.656,0.15513268,2416.8096,3.9422004,0.122300245,0.19476372,0.24617529,257.34872,317.47974,26.463905,91.08938,39.98203,18.142588,1793.2328,2.4379113,72.63841,30.92593,451.2091,31.102581,434.39804,15.496581,82.5931,0.0,1078.235,4384.602,2.0177312,349.04935,51.332993,28268.871,45.627857,2.090471,19.137224,43.59272,11.6044445,3.144375,21.426382,659.9162,258.55255,25.639112,1.7087139,4.5266714,148.31003,11.867897,242.09773,210.32204,2168.6587,645.2129,112.47815,149.19096,255.2282,5.313375,7.9425125,24.827274,3.2516744,4.553224,36.80615,48.41238,99.797035,25.191685,29.331207,66.14488,11.468627,3565.7043,26.403086,23.912634,18.993935,13.69837,203.77785,44.542103,23.307796,6.2017283,16.47848,23.78599,86.2069,181.2691,47.313576,183.02246,34.348316,21.851582,117.64712,74.01284,339.4585,84.05146,1.9488925,5.5196238,5.940524,49.203495,9741.433,1.9957376,19.181587,55.400204,20.245777,191.0938,56.594624,112.13156,2.6192741,100.34093,451.36212,270.03815,77.34263,436.90323,50.896507,70.81909,115.729324,15.72979,2.6286604,16.32726,688.1454,0.2877383,0.56596774,76.11656,11.788361,7.5463376,8.966926,16.32961,101.28813,30.909845,142.36023,724.2949,377.74316,2676.705,2067.218,37.748833,70.1163,5355.05,13.571038,113.306114,662.8428,197.3244,266.58945,114.3651,688.13043,677.8849,476.19913,22.112135,144.52177,514.97375,981.9263,51.194862,475.73386,65.2954,1.459447,50.6114,1.0405626,0.9728458,3.9169147,33.376827,218.23271,60.41514,18.814068,752.0407,222.23163,129.3318,180.52957,48.494625,54.26747,27.660126,58.921303,25.284275,241.63428,110.9727,32.671005,28.698856,26.120699,58.54282,57.244846,8.339591,227.28996,62.727154,562.93646,21.743088,1080.7247,53.445496,406.0652,459.5171,22.261473,17.475262,614.7363,678.803,1761.2793,244.20839 +2023-10-17 15:00:00,0.0,8825.468,245.0554,77.116875,89.28731,63.624496,301.47534,42.873455,83.99839,27.119514,49.281387,1374.5505,103.48218,26.239115,235.26285,0.8566397,0.71591866,42.307144,1.5512877,0.07849037,761.84436,0.06414677,725.4893,102.659874,0.042460572,0.034899894,267.32355,36.82227,121.7957,137.13588,11776.8,0.15541913,2417.683,3.9507275,0.12249578,0.19501178,0.24663958,257.44843,317.57147,26.474804,91.011086,39.983166,18.133467,1792.3268,2.4406505,72.62316,30.903902,451.27844,31.095564,434.30383,15.479288,82.54968,0.0,1077.855,4382.438,2.0139503,348.86823,51.272514,28255.41,45.597427,2.087211,19.130415,43.580284,11.592058,3.1420841,21.419796,659.45605,258.28983,25.626537,1.706193,4.521857,148.22408,11.846051,242.01918,210.44597,2167.881,645.3903,112.45457,149.16537,254.8169,5.3134365,7.9433646,24.860111,3.2523293,4.5582647,36.763885,48.36663,99.816795,25.17584,29.306458,66.11668,11.469825,3565.3467,26.397442,23.909275,18.990536,13.691707,203.71573,44.521454,23.300404,6.200105,16.467278,23.768595,86.15912,181.16002,47.267944,182.93108,34.317566,21.830725,117.59268,73.97631,338.95267,84.03253,1.9490807,5.516532,5.9392943,49.154297,9728.843,1.9962595,19.162977,55.42954,20.236723,191.0095,56.579033,112.14658,2.6210766,100.29587,451.44318,270.1723,77.27079,436.94104,50.92137,70.78579,115.67675,15.740437,2.6297529,16.33279,687.81213,0.28835797,0.56660753,76.14071,11.785962,7.550024,8.97004,16.33073,101.33903,30.890272,142.39479,724.4713,377.85742,2676.6924,2067.2288,37.733692,70.10927,5350.268,13.582366,113.2626,662.7101,197.23639,266.4751,114.33316,687.7688,677.4324,476.15497,22.09447,144.45659,514.47546,981.02966,51.12072,474.94626,65.200836,1.4602154,50.6118,1.0409261,0.9736216,3.9204645,33.32863,218.20796,60.34577,18.816532,751.1484,221.96169,129.17973,180.29033,48.45046,54.268147,27.64449,58.80924,25.27117,241.37717,110.828514,32.665466,28.660406,26.090725,58.47771,57.159073,8.327301,227.04932,62.65067,562.37317,21.721104,1079.5566,53.391537,406.20697,458.9685,22.242105,17.47032,614.2034,678.4106,1760.8638,244.48756 +2023-10-17 16:00:00,0.0,8815.563,244.77478,77.131256,89.334656,63.62957,301.54813,42.884846,84.04396,27.122635,49.30434,1373.5588,103.42743,26.243536,235.32097,0.8583927,0.7175716,42.327087,1.5549107,0.078328125,762.2865,0.064100355,725.89276,102.700195,0.04237475,0.034842454,267.55948,36.837055,121.94862,137.20241,11765.944,0.15570556,2418.5566,3.9592545,0.12269131,0.19525984,0.24710387,257.54813,317.6632,26.485704,90.93279,39.9843,18.124346,1791.4209,2.4433894,72.60792,30.881874,451.34772,31.088549,434.2096,15.461995,82.50627,0.0,1077.4751,4380.2744,2.0101697,348.68713,51.212036,28241.95,45.567,2.083951,19.123604,43.567852,11.579673,3.1397932,21.41321,658.99585,258.02707,25.613962,1.703672,4.517042,148.13814,11.824206,241.94064,210.56989,2167.1035,645.5677,112.430984,149.13979,254.40561,5.313498,7.944217,24.892948,3.2529843,4.5633054,36.721622,48.320873,99.836555,25.159998,29.281708,66.08846,11.471022,3564.9893,26.391798,23.905914,18.987137,13.685043,203.65361,44.500805,23.29301,6.198482,16.456076,23.751202,86.111336,181.05093,47.22231,182.83968,34.286816,21.809866,117.538246,73.93979,338.44684,84.01361,1.9492688,5.5134406,5.9380646,49.1051,9716.253,1.9967813,19.144365,55.458874,20.227667,190.92523,56.563442,112.161606,2.6228793,100.25081,451.52423,270.30643,77.19896,436.97882,50.946236,70.752495,115.624176,15.751083,2.6308453,16.338324,687.4788,0.28897762,0.5672473,76.164856,11.783564,7.5537105,8.973154,16.331848,101.38993,30.870699,142.42935,724.6477,377.97165,2676.6794,2067.2395,37.71855,70.10223,5345.487,13.593694,113.219086,662.57745,197.14839,266.36075,114.30123,687.40717,676.9798,476.1108,22.076805,144.39139,513.9771,980.13306,51.046577,474.15863,65.10627,1.4609839,50.612206,1.0412896,0.9743975,3.9240143,33.28043,218.18323,60.2764,18.818996,750.25604,221.69174,129.02765,180.05107,48.406296,54.268818,27.628855,58.69717,25.258064,241.12006,110.68433,32.65993,28.621954,26.060753,58.412598,57.073296,8.315011,226.80869,62.574184,561.8099,21.699118,1078.3884,53.337574,406.34875,458.41992,22.222738,17.465378,613.6705,678.0182,1760.4482,244.76672 +2023-10-17 17:00:00,0.0,8805.659,244.49416,77.14564,89.38201,63.634644,301.6209,42.896236,84.08954,27.125755,49.327297,1372.5673,103.37268,26.247955,235.37907,0.8601458,0.7192246,42.347034,1.5585335,0.078165874,762.72864,0.06405394,726.2962,102.74052,0.042288925,0.034785014,267.7954,36.85184,122.101555,137.26895,11755.088,0.155992,2419.4304,3.9677813,0.122886844,0.1955079,0.24756816,257.64783,317.75494,26.496603,90.8545,39.985435,18.115225,1790.5149,2.4461286,72.59267,30.859846,451.41705,31.081532,434.1154,15.444702,82.46285,0.0,1077.0952,4378.1104,2.006389,348.506,51.151558,28228.486,45.536575,2.0806909,19.116795,43.55542,11.5672865,3.137502,21.406624,658.5357,257.7643,25.601387,1.701151,4.5122275,148.0522,11.8023615,241.86209,210.69382,2166.326,645.7451,112.40741,149.1142,253.99432,5.31356,7.9450693,24.925783,3.2536392,4.568346,36.67936,48.275124,99.856316,25.144154,29.256958,66.06026,11.4722185,3564.6318,26.386152,23.902554,18.983738,13.678379,203.59149,44.48016,23.285618,6.1968594,16.444874,23.733807,86.06355,180.94185,47.176678,182.74829,34.256065,21.78901,117.48381,73.90326,337.941,83.99469,1.949457,5.5103493,5.936835,49.0559,9703.662,1.9973034,19.125753,55.488205,20.218613,190.84096,56.547848,112.17663,2.6246817,100.20575,451.60526,270.44055,77.12713,437.0166,50.971104,70.71919,115.57161,15.761731,2.6319377,16.343855,687.14557,0.2895973,0.56788707,76.189,11.781165,7.557397,8.976268,16.332966,101.44083,30.851126,142.46391,724.8241,378.0859,2676.6667,2067.2502,37.703407,70.09519,5340.7056,13.605021,113.17557,662.44476,197.06038,266.2464,114.269295,687.04553,676.5273,476.06668,22.05914,144.3262,513.47876,979.2365,50.97244,473.37103,65.0117,1.4617523,50.612606,1.041653,0.9751733,3.9275641,33.23223,218.15848,60.207035,18.82146,749.3637,221.42181,128.87558,179.81183,48.362133,54.26949,27.613218,58.585106,25.244959,240.86293,110.54015,32.654392,28.583502,26.030779,58.347485,56.987522,8.302721,226.56804,62.4977,561.24664,21.677132,1077.2203,53.283615,406.4905,457.87134,22.203371,17.460436,613.1376,677.6258,1760.0328,245.0459 +2023-10-17 18:00:00,0.0,8795.755,244.21352,77.16002,89.42936,63.639717,301.69373,42.907627,84.13512,27.128874,49.35025,1371.5757,103.31793,26.252375,235.4372,0.8618989,0.7208775,42.366978,1.5621566,0.07800363,763.17084,0.06400753,726.69965,102.78084,0.042203102,0.034727577,268.0313,36.866627,122.25448,137.33548,11744.232,0.15627845,2420.304,3.9763083,0.12308238,0.19575596,0.24803245,257.74753,317.84668,26.507504,90.77621,39.986572,18.106104,1789.6089,2.4488676,72.577415,30.83782,451.48633,31.074516,434.02118,15.427409,82.41944,0.0,1076.7152,4375.947,2.0026083,348.32492,51.09108,28215.025,45.506145,2.077431,19.109983,43.54299,11.554901,3.135211,21.400038,658.0755,257.5016,25.588812,1.6986301,4.507413,147.96626,11.780517,241.78354,210.81773,2165.5483,645.92255,112.383835,149.08861,253.58302,5.3136215,7.9459214,24.95862,3.2542942,4.5733867,36.637096,48.22937,99.87607,25.128311,29.232208,66.03204,11.473416,3564.2742,26.380508,23.899193,18.98034,13.671716,203.52939,44.45951,23.278225,6.195236,16.433672,23.716413,86.01577,180.83276,47.131046,182.6569,34.225315,21.76815,117.429375,73.86674,337.43518,83.97577,1.9496452,5.507258,5.935605,49.006706,9691.072,1.9978253,19.107143,55.51754,20.209558,190.75668,56.532257,112.19165,2.6264844,100.16068,451.6863,270.5747,77.05529,437.0544,50.995968,70.68589,115.519035,15.772378,2.6330302,16.349388,686.81226,0.29021698,0.56852686,76.21315,11.778768,7.5610833,8.9793825,16.334085,101.49172,30.831553,142.49847,725.0005,378.20016,2676.6538,2067.261,37.688267,70.08816,5335.9243,13.616349,113.13206,662.31213,196.97238,266.13205,114.23736,686.68384,676.07477,476.02252,22.041475,144.26102,512.98047,978.3399,50.898296,472.58344,64.91714,1.4625208,50.61301,1.0420166,0.9759491,3.9311142,33.184032,218.13374,60.13767,18.823925,748.4714,221.15187,128.72351,179.57259,48.31797,54.27016,27.597582,58.47304,25.231855,240.60582,110.39597,32.648857,28.54505,26.000807,58.282375,56.901745,8.290431,226.32741,62.421215,560.68335,21.655146,1076.0521,53.229656,406.6323,457.32275,22.184004,17.455494,612.6046,677.2334,1759.6173,245.32507 +2023-10-17 19:00:00,0.0,8785.851,243.93289,77.1744,89.476715,63.64479,301.7665,42.919018,84.18069,27.131994,49.373203,1370.584,103.26318,26.256796,235.49532,0.863652,0.7225305,42.386925,1.5657796,0.077841386,763.613,0.06396111,727.1031,102.82117,0.042117283,0.034670137,268.26724,36.88141,122.40741,137.40202,11733.376,0.15656489,2421.1775,3.9848351,0.12327791,0.19600402,0.24849674,257.84723,317.93845,26.518404,90.697914,39.98771,18.096983,1788.7029,2.4516068,72.56217,30.815792,451.55566,31.0675,433.92697,15.410115,82.37602,0.0,1076.3353,4373.7827,1.9988275,348.1438,51.0306,28201.564,45.47572,2.0741708,19.103174,43.53056,11.542516,3.13292,21.393452,657.61536,257.23883,25.576237,1.696109,4.5025983,147.88033,11.758672,241.70499,210.94167,2164.7708,646.1,112.360245,149.06302,253.17174,5.3136835,7.946774,24.991457,3.254949,4.5784273,36.594833,48.183617,99.89583,25.112467,29.207458,66.00384,11.474613,3563.9167,26.374865,23.895834,18.97694,13.665052,203.46727,44.43886,23.270834,6.193613,16.42247,23.699018,85.96799,180.72368,47.085415,182.56552,34.19457,21.747293,117.37493,73.83021,336.92935,83.95684,1.9498334,5.5041666,5.9343753,48.957508,9678.482,1.9983473,19.088531,55.546875,20.200502,190.6724,56.516666,112.20667,2.6282868,100.11562,451.76736,270.70883,76.98346,437.0922,51.020832,70.65259,115.46646,15.783025,2.6341226,16.35492,686.479,0.29083663,0.56916666,76.2373,11.776369,7.5647697,8.982496,16.335203,101.54262,30.81198,142.53304,725.1769,378.3144,2676.641,2067.2715,37.673126,70.08112,5331.143,13.627677,113.08854,662.1795,196.88438,266.0177,114.20543,686.3222,675.62225,475.9784,22.02381,144.19583,512.4821,977.4433,50.824154,471.79584,64.82256,1.4632893,50.61341,1.0423801,0.9767249,3.934664,33.135834,218.109,60.068302,18.82639,747.579,220.88194,128.57143,179.33333,48.273808,54.270832,27.581945,58.360973,25.21875,240.34871,110.251785,32.64332,28.506598,25.970833,58.217262,56.81597,8.278141,226.08678,62.34473,560.12006,21.63316,1074.884,53.175694,406.77405,456.77417,22.164637,17.450552,612.0717,676.841,1759.2018,245.60425 +2023-10-17 20:00:00,0.0,8775.946,243.65225,77.18878,89.52406,63.649864,301.8393,42.93041,84.226265,27.135115,49.39616,1369.5924,103.208435,26.261215,235.55342,0.865405,0.7241835,42.406868,1.5694026,0.07767914,764.0552,0.063914694,727.50653,102.86149,0.04203146,0.034612697,268.50317,36.896194,122.56033,137.46855,11722.52,0.15685132,2422.051,3.9933622,0.12347344,0.19625208,0.24896103,257.94693,318.03018,26.529303,90.61962,39.988842,18.087862,1787.797,2.4543457,72.54692,30.793764,451.62494,31.060484,433.83276,15.392822,82.33261,0.0,1075.9554,4371.6187,1.9950467,347.9627,50.970123,28188.102,45.445293,2.070911,19.096365,43.518127,11.530129,3.130629,21.386866,657.15515,256.9761,25.563662,1.6935881,4.4977837,147.79439,11.736827,241.62645,211.06558,2163.9932,646.2774,112.33668,149.03743,252.76045,5.313745,7.947626,25.024292,3.255604,4.5834675,36.55257,48.137863,99.91559,25.096624,29.182709,65.975624,11.47581,3563.559,26.36922,23.892473,18.973541,13.658388,203.40515,44.418213,23.263441,6.19199,16.411268,23.681625,85.920204,180.6146,47.039783,182.47412,34.16382,21.726435,117.320496,73.793686,336.42352,83.93792,1.9500215,5.5010753,5.933145,48.90831,9665.892,1.9988692,19.069921,55.57621,20.191448,190.58812,56.501076,112.221695,2.6300895,100.070564,451.8484,270.84296,76.91163,437.12997,51.0457,70.619286,115.413895,15.793673,2.635215,16.360453,686.1457,0.2914563,0.56980646,76.26145,11.773971,7.5684557,8.98561,16.33632,101.59352,30.792406,142.5676,725.3533,378.42865,2676.6282,2067.2822,37.657986,70.07409,5326.362,13.639005,113.04503,662.0468,196.79637,265.90335,114.17349,685.9606,675.1697,475.93423,22.006144,144.13065,511.9838,976.54675,50.750015,471.00824,64.728,1.4640577,50.613815,1.0427436,0.97750074,3.9382138,33.087635,218.08426,59.99893,18.828854,746.68665,220.612,128.41936,179.09409,48.229645,54.271507,27.566309,58.24891,25.205645,240.0916,110.107605,32.637783,28.468145,25.94086,58.152153,56.730194,8.265851,225.84613,62.268246,559.55676,21.611174,1073.7158,53.121735,406.91583,456.22556,22.14527,17.44561,611.5388,676.4486,1758.7864,245.8834 +2023-10-17 21:00:00,0.0,8766.041,243.37163,77.20316,89.57141,63.654938,301.91208,42.9418,84.27184,27.138235,49.419113,1368.6008,103.15369,26.265635,235.61154,0.8671581,0.72583646,42.426815,1.5730256,0.0775169,764.4973,0.06386828,727.91003,102.90181,0.041945636,0.034555256,268.7391,36.91098,122.713264,137.5351,11711.664,0.15713777,2422.9246,4.001889,0.123668976,0.19650014,0.24942532,258.04663,318.12192,26.540203,90.54133,39.98998,18.078741,1786.891,2.457085,72.53167,30.771736,451.69427,31.053467,433.73856,15.375529,82.28919,0.0,1075.5754,4369.455,1.991266,347.7816,50.909645,28174.64,45.414864,2.0676508,19.089554,43.5057,11.517744,3.128338,21.38028,656.69495,256.71335,25.551088,1.6910672,4.492969,147.70845,11.714982,241.5479,211.18951,2163.2158,646.45483,112.313095,149.01184,252.34915,5.313807,7.948478,25.057129,3.256259,4.588508,36.510307,48.092113,99.93535,25.080782,29.157957,65.94742,11.477008,3563.2017,26.363575,23.889112,18.970144,13.651725,203.34303,44.397564,23.256048,6.1903667,16.400066,23.66423,85.87242,180.50552,46.994152,182.38274,34.133068,21.705578,117.26606,73.75716,335.9177,83.919,1.9502097,5.497984,5.9319153,48.85911,9653.302,1.9993912,19.05131,55.605545,20.182392,190.50385,56.485485,112.23672,2.631892,100.025505,451.92944,270.9771,76.83979,437.1678,51.070564,70.58598,115.36132,15.804319,2.6363075,16.365984,685.81244,0.29207596,0.5704462,76.2856,11.771572,7.572142,8.988725,16.33744,101.64442,30.772833,142.60216,725.5296,378.5429,2676.6155,2067.293,37.642845,70.06705,5321.5806,13.650332,113.00151,661.9142,196.70837,265.789,114.141556,685.59894,674.71716,475.8901,21.98848,144.06546,511.48544,975.65015,50.675873,470.22064,64.63343,1.4648261,50.614216,1.043107,0.9782766,3.9417636,33.039436,218.05951,59.929565,18.831318,745.7943,220.34206,128.26729,178.85484,48.185482,54.27218,27.550673,58.136845,25.192541,239.83449,109.963425,32.632244,28.429693,25.910887,58.08704,56.64442,8.253561,225.6055,62.19176,558.9935,21.58919,1072.5477,53.067772,407.0576,455.67697,22.125904,17.440668,611.00586,676.05615,1758.3708,246.16258 +2023-10-17 22:00:00,0.0,8756.137,243.091,77.217545,89.61877,63.66001,301.9849,42.95319,84.31741,27.141354,49.442066,1367.6091,103.09894,26.270056,235.66966,0.8689112,0.7274894,42.44676,1.5766486,0.077354655,764.9395,0.06382186,728.3135,102.94213,0.041859813,0.03449782,268.97504,36.925766,122.86619,137.60162,11700.808,0.15742421,2423.798,4.010416,0.12386451,0.1967482,0.24988961,258.14633,318.21365,26.551102,90.463036,39.991116,18.06962,1785.985,2.4598238,72.516426,30.749708,451.76358,31.046452,433.64435,15.358236,82.24578,0.0,1075.1956,4367.291,1.9874853,347.6005,50.849167,28161.178,45.384438,2.064391,19.082745,43.493263,11.505359,3.1260471,21.373693,656.2348,256.4506,25.538513,1.6885462,4.4881544,147.62251,11.693137,241.46935,211.31345,2162.4382,646.63226,112.28951,148.98625,251.93787,5.3138685,7.949331,25.089964,3.256914,4.593549,36.468044,48.046356,99.9551,25.064938,29.133207,65.919205,11.478205,3562.844,26.357931,23.885754,18.966745,13.6450615,203.28091,44.37692,23.248655,6.1887436,16.388865,23.646837,85.82464,180.39644,46.94852,182.29135,34.102318,21.68472,117.211624,73.720634,335.41187,83.90007,1.9503978,5.4948926,5.9306855,48.809917,9640.711,1.9999131,19.032698,55.63488,20.173338,190.41957,56.469894,112.25174,2.6336946,99.980446,452.0105,271.11124,76.76796,437.20557,51.09543,70.55268,115.30875,15.814966,2.6374,16.371517,685.4791,0.29269564,0.571086,76.309746,11.769175,7.5758286,8.991838,16.338558,101.69531,30.75326,142.63672,725.706,378.65714,2676.6025,2067.3037,37.627705,70.06001,5316.7993,13.661659,112.958,661.7815,196.62036,265.67465,114.10962,685.23724,674.26465,475.84595,21.970814,144.00026,510.98712,974.75354,50.60173,469.433,64.538864,1.4655945,50.61462,1.0434706,0.9790524,3.9453135,32.991238,218.03477,59.8602,18.833782,744.902,220.07213,128.1152,178.61559,48.14132,54.27285,27.535036,58.02478,25.179436,239.57738,109.819244,32.62671,28.391241,25.880913,58.02193,56.558647,8.241271,225.36485,62.115276,558.43024,21.567204,1071.3796,53.013813,407.19937,455.1284,22.106537,17.435726,610.47296,675.66376,1757.9553,246.44176 +2023-10-17 23:00:00,0.0,8746.232,242.81036,77.231926,89.666115,63.665085,302.05768,42.96458,84.36299,27.144474,49.465023,1366.6176,103.04419,26.274475,235.72777,0.8706643,0.72914237,42.466705,1.5802716,0.07719241,765.38165,0.06377545,728.7169,102.98246,0.041773994,0.03444038,269.21097,36.940548,123.01912,137.66817,11689.952,0.15771066,2424.6716,4.018943,0.12406004,0.19699626,0.2503539,258.24603,318.3054,26.562002,90.38474,39.992252,18.0605,1785.0791,2.462563,72.501175,30.72768,451.8329,31.039434,433.55014,15.340943,82.20236,0.0,1074.8157,4365.127,1.9837046,347.4194,50.788685,28147.717,45.35401,2.0611308,19.075933,43.48083,11.492972,3.1237562,21.367107,655.7746,256.18787,25.525938,1.6860253,4.48334,147.53656,11.671292,241.3908,211.43736,2161.6606,646.80963,112.26594,148.96066,251.52658,5.3139305,7.950183,25.1228,3.2575688,4.5985894,36.42578,48.000607,99.97486,25.049095,29.108458,65.891,11.479402,3562.4866,26.352287,23.882393,18.963346,13.638397,203.2188,44.35627,23.241264,6.1871204,16.377663,23.629442,85.776855,180.28735,46.90289,182.19997,34.071568,21.663862,117.15719,73.684105,334.90604,83.88115,1.9505861,5.491801,5.9294558,48.76072,9628.121,2.000435,19.014088,55.664215,20.164284,190.33528,56.4543,112.26677,2.635497,99.93539,452.09152,271.24536,76.69613,437.24335,51.120296,70.51939,115.25618,15.825614,2.638492,16.377048,685.1459,0.2933153,0.5717258,76.33389,11.766776,7.579515,8.994953,16.339678,101.74621,30.733686,142.67128,725.8824,378.7714,2676.5898,2067.3145,37.612564,70.05298,5312.018,13.672987,112.91448,661.64886,196.53236,265.5603,114.07769,684.8756,673.81213,475.80182,21.953148,143.93507,510.4888,973.857,50.527588,468.64542,64.4443,1.466363,50.61502,1.0438341,0.97982824,3.9488635,32.94304,218.01003,59.790833,18.836245,744.00964,219.80219,127.963135,178.37634,48.097157,54.27352,27.5194,57.912712,25.16633,239.32025,109.675064,32.62117,28.352789,25.85094,57.956818,56.47287,8.228981,225.12422,62.03879,557.86694,21.545218,1070.2114,52.959854,407.34113,454.5798,22.08717,17.430784,609.94,675.27136,1757.5398,246.72093 +2023-10-18 00:00:00,0.0,8736.328,242.52974,77.24631,89.71347,63.670162,302.13046,42.97597,84.40857,27.147594,49.487976,1365.626,102.98944,26.278894,235.78589,0.8724174,0.7307953,42.48665,1.5838945,0.07703017,765.82385,0.06372903,729.12036,103.02278,0.04168817,0.03438294,269.44687,36.955334,123.17204,137.7347,11679.096,0.15799709,2425.5452,4.02747,0.124255575,0.19724432,0.2508182,258.34573,318.39713,26.572903,90.30645,39.993385,18.051378,1784.1731,2.4653022,72.48592,30.705652,451.90216,31.03242,433.4559,15.32365,82.15895,0.0,1074.4358,4362.9634,1.9799238,347.23828,50.728207,28134.256,45.32358,2.0578709,19.069124,43.4684,11.480587,3.1214652,21.360523,655.31445,255.92511,25.513363,1.6835042,4.4785256,147.45062,11.649447,241.31226,211.5613,2160.883,646.98706,112.242355,148.93507,251.11528,5.313992,7.951035,25.155638,3.2582238,4.60363,36.38352,47.95485,99.99462,25.03325,29.083708,65.86279,11.480599,3562.1292,26.346643,23.879032,18.959948,13.631734,203.1567,44.33562,23.233871,6.1854978,16.36646,23.61205,85.72907,180.17827,46.857258,182.10858,34.04082,21.643003,117.10275,73.64758,334.4002,83.86223,1.9507742,5.4887094,5.928226,48.71152,9615.531,2.000957,18.995476,55.69355,20.155228,190.251,56.43871,112.28179,2.6372998,99.89032,452.17258,271.37952,76.62429,437.28116,51.14516,70.486084,115.203606,15.836261,2.6395845,16.38258,684.81256,0.29393497,0.5723656,76.35804,11.764378,7.5832014,8.998067,16.340796,101.79711,30.714113,142.70584,726.0587,378.88565,2676.577,2067.3252,37.59742,70.045944,5307.237,13.684315,112.870964,661.5162,196.44435,265.44595,114.04575,684.514,673.35956,475.75766,21.935484,143.86989,509.99045,972.9604,50.45345,467.85782,64.34973,1.4671315,50.615425,1.0441976,0.98060405,3.9524133,32.89484,217.98529,59.721462,18.838709,743.1173,219.53226,127.811066,178.1371,48.052994,54.274193,27.503765,57.800648,25.153225,239.06314,109.530876,32.615635,28.314337,25.820967,57.89171,56.387096,8.216691,224.88358,61.962307,557.3037,21.523232,1069.0433,52.90589,407.4829,454.03122,22.067802,17.425842,609.4071,674.87897,1757.1244,247.00009 +2023-10-18 01:00:00,0.0,8726.424,242.2491,77.26069,89.76082,63.675236,302.20328,42.987362,84.45414,27.150715,49.51093,1364.6343,102.93469,26.283316,235.844,0.8741704,0.73244834,42.506596,1.5875175,0.07686792,766.266,0.063682616,729.5238,103.0631,0.041602347,0.0343255,269.6828,36.97012,123.324974,137.80124,11668.239,0.15828353,2426.419,4.035997,0.1244511,0.19749238,0.25128248,258.44547,318.4889,26.583801,90.22816,39.994522,18.042257,1783.2671,2.4680412,72.47068,30.683624,451.9715,31.025402,433.3617,15.306357,82.11553,0.0,1074.0558,4360.7993,1.9761431,347.0572,50.66773,28120.793,45.293156,2.0546107,19.062313,43.455967,11.468201,3.1191742,21.353937,654.85425,255.66237,25.500788,1.6809833,4.473711,147.36469,11.627603,241.2337,211.68521,2160.1055,647.1645,112.21877,148.90948,250.704,5.3140535,7.951887,25.188473,3.2588787,4.6086707,36.34126,47.909096,100.01438,25.017408,29.058958,65.83458,11.481796,3561.7715,26.340998,23.875671,18.956549,13.625071,203.09457,44.314972,23.226479,6.1838746,16.355259,23.594654,85.68129,180.06918,46.811626,182.01718,34.01007,21.622147,117.04831,73.61105,333.89438,83.84331,1.9509624,5.485618,5.926996,48.662323,9602.94,2.001479,18.976866,55.722885,20.146173,190.16673,56.42312,112.296814,2.6391025,99.84526,452.25363,271.51364,76.55246,437.31894,51.17003,70.45278,115.15104,15.846908,2.640677,16.388113,684.4793,0.29455462,0.5730054,76.38219,11.761979,7.586888,9.001181,16.341913,101.84801,30.69454,142.7404,726.2351,378.99988,2676.5642,2067.3357,37.58228,70.0389,5302.4556,13.695642,112.82745,661.38354,196.35635,265.3316,114.01382,684.15234,672.90704,475.71353,21.917818,143.8047,509.49213,972.0638,50.379307,467.07022,64.25516,1.4678999,50.615826,1.044561,0.98137987,3.9559631,32.84664,217.96054,59.652096,18.841173,742.225,219.26231,127.65899,177.89784,48.00883,54.274864,27.488129,57.688583,25.140121,238.80603,109.386696,32.610096,28.275885,25.790995,57.826595,56.30132,8.204401,224.64294,61.885822,556.7404,21.501245,1067.8751,52.851933,407.62466,453.48264,22.048435,17.4209,608.87415,674.4866,1756.7089,247.27927 +2023-10-18 02:00:00,0.0,8716.52,241.96848,77.27508,89.808174,63.68031,302.27606,42.998753,84.49972,27.153833,49.533886,1363.6427,102.879944,26.287735,235.90211,0.8759235,0.7341013,42.52654,1.5911405,0.07670568,766.7081,0.0636362,729.92725,103.103424,0.041516524,0.034268063,269.91873,36.984905,123.4779,137.86777,11657.384,0.15856998,2427.2925,4.0445237,0.124646634,0.19774045,0.25174677,258.54517,318.58063,26.594702,90.149864,39.99566,18.033136,1782.3611,2.4707804,72.45543,30.661596,452.0408,31.018387,433.2675,15.289063,82.07212,0.0,1073.6758,4358.6353,1.9723624,346.87607,50.60725,28107.332,45.26273,2.0513508,19.055504,43.443535,11.455815,3.1168833,21.347351,654.3941,255.39963,25.488213,1.6784624,4.4688964,147.27875,11.605758,241.15515,211.80914,2159.328,647.3419,112.1952,148.8839,250.29271,5.3141155,7.9527397,25.22131,3.2595336,4.6137114,36.298996,47.863346,100.034134,25.001566,29.034208,65.80637,11.482993,3561.414,26.335354,23.872313,18.95315,13.618406,203.03246,44.294323,23.219086,6.1822515,16.344057,23.577261,85.63351,179.9601,46.765995,181.9258,33.97932,21.601288,116.99387,73.57453,333.38855,83.82438,1.9511505,5.482527,5.925766,48.61313,9590.351,2.002001,18.958254,55.75222,20.137117,190.08246,56.407528,112.31184,2.640905,99.8002,452.33466,271.64777,76.48063,437.35672,51.194893,70.41948,115.098465,15.857555,2.6417694,16.393644,684.146,0.2951743,0.5736452,76.40634,11.759582,7.5905743,9.004295,16.343033,101.8989,30.674967,142.77496,726.4115,379.11414,2676.5513,2067.3464,37.56714,70.03187,5297.674,13.70697,112.783936,661.2509,196.26836,265.2173,113.98189,683.79065,672.4545,475.66937,21.900154,143.73952,508.9938,971.16724,50.305164,466.28262,64.16059,1.4686683,50.61623,1.0449246,0.9821557,3.959513,32.798443,217.9358,59.58273,18.843637,741.3326,218.99237,127.50691,177.6586,47.96467,54.27554,27.472492,57.576515,25.127016,238.54892,109.242516,32.60456,28.237432,25.76102,57.761482,56.215546,8.192111,224.4023,61.809338,556.1771,21.47926,1066.707,52.79797,407.76645,452.93402,22.029068,17.41596,608.34125,674.0942,1756.2933,247.55844 +2023-10-18 03:00:00,0.0,8706.615,241.68785,77.28946,89.85552,63.685383,302.34885,43.010143,84.545296,27.156954,49.55684,1362.6511,102.825195,26.292154,235.96024,0.8776766,0.73575425,42.546486,1.5947635,0.076543435,767.1503,0.06358978,730.3307,103.14375,0.0414307,0.034210622,270.15466,36.99969,123.63083,137.93431,11646.527,0.15885642,2428.166,4.0530505,0.12484217,0.19798851,0.25221106,258.64487,318.67236,26.6056,90.07157,39.996796,18.024015,1781.4552,2.4735193,72.44018,30.639568,452.1101,31.011372,433.17328,15.2717705,82.0287,0.0,1073.2959,4356.4717,1.9685817,346.69498,50.546772,28093.87,45.2323,2.0480907,19.048695,43.431107,11.44343,3.114592,21.340765,653.9339,255.13687,25.475637,1.6759413,4.464082,147.19281,11.583913,241.0766,211.93306,2158.5503,647.51935,112.171616,148.8583,249.88141,5.314177,7.953592,25.254145,3.2601886,4.618752,36.256733,47.81759,100.053894,24.985722,29.009459,65.77816,11.484191,3561.0564,26.32971,23.868952,18.94975,13.611743,202.97034,44.273678,23.211693,6.1806283,16.332855,23.559866,85.585724,179.85101,46.720364,181.83441,33.94857,21.580431,116.93944,73.538,332.88272,83.80546,1.9513388,5.4794354,5.924536,48.56393,9577.76,2.002523,18.939644,55.781555,20.128063,189.99817,56.391937,112.32686,2.6427076,99.75514,452.4157,271.78192,76.40879,437.39453,51.219757,70.38618,115.04589,15.868202,2.6428618,16.399178,683.81274,0.29579395,0.5742849,76.43049,11.757183,7.59426,9.007409,16.34415,101.9498,30.655394,142.80952,726.5879,379.2284,2676.5386,2067.3572,37.552,70.02483,5292.8926,13.718298,112.740425,661.1182,196.18034,265.10294,113.94995,683.429,672.002,475.62524,21.882488,143.67433,508.49545,970.2706,50.23102,465.495,64.066025,1.4694368,50.61663,1.0452881,0.98293155,3.963063,32.750244,217.91106,59.513363,18.846102,740.44025,218.72244,127.35484,177.41936,47.920506,54.27621,27.456856,57.46445,25.11391,238.29181,109.098335,32.599022,28.19898,25.731049,57.696373,56.12977,8.17982,224.16167,61.732853,555.6139,21.457275,1065.5388,52.74401,407.9082,452.38544,22.0097,17.411018,607.8083,673.7018,1755.8779,247.8376 +2023-10-18 04:00:00,0.0,8696.711,241.40721,77.30384,89.90288,63.690456,302.42166,43.021534,84.590866,27.160074,49.579792,1361.6594,102.77045,26.296576,236.01834,0.8794297,0.7374072,42.56643,1.5983865,0.07638119,767.59247,0.063543364,730.7342,103.184074,0.04134488,0.034153182,270.3906,37.014473,123.78375,138.00085,11635.672,0.15914285,2429.0396,4.061578,0.1250377,0.19823657,0.25267535,258.74457,318.7641,26.6165,89.99328,39.99793,18.014894,1780.5492,2.4762585,72.424934,30.61754,452.17938,31.004354,433.07907,15.2544775,81.98529,0.0,1072.916,4354.3076,1.964801,346.51385,50.486294,28080.408,45.201874,2.0448308,19.041883,43.418674,11.431044,3.112301,21.334179,653.47375,254.87413,25.463062,1.6734204,4.459267,147.10687,11.562068,240.99806,212.05699,2157.773,647.6968,112.14803,148.83272,249.47012,5.314239,7.954444,25.286982,3.2608435,4.623792,36.21447,47.77184,100.073654,24.96988,28.984709,65.749954,11.485388,3560.699,26.324066,23.865591,18.946354,13.60508,202.90822,44.25303,23.204302,6.179005,16.321653,23.542473,85.53794,179.74194,46.67473,181.74303,33.91782,21.559572,116.885,73.50148,332.3769,83.78654,1.9515269,5.476344,5.9233065,48.514732,9565.17,2.0030448,18.921032,55.810886,20.119009,189.9139,56.376343,112.34188,2.64451,99.71008,452.49677,271.91605,76.33696,437.4323,51.244625,70.352875,114.993324,15.878849,2.6439543,16.404709,683.47943,0.29641363,0.5749247,76.454636,11.754785,7.5979466,9.010523,16.34527,102.000694,30.63582,142.84409,726.7643,379.34262,2676.5256,2067.368,37.536858,70.0178,5288.1113,13.729626,112.69691,660.9856,196.09235,264.9886,113.918015,683.0674,671.54944,475.5811,21.864822,143.60913,507.99713,969.374,50.156883,464.7074,63.97146,1.4702052,50.61703,1.0456516,0.98370737,3.9666128,32.702045,217.88632,59.443996,18.848566,739.5479,218.4525,127.20277,177.18011,47.876343,54.276882,27.44122,57.352386,25.100807,238.03468,108.95415,32.593487,28.160528,25.701075,57.63126,56.043995,8.16753,223.92102,61.65637,555.0506,21.43529,1064.3707,52.690052,408.05,451.83685,21.990334,17.406076,607.2754,673.3094,1755.4624,248.11678 +2023-10-18 05:00:00,0.0,8686.807,241.12659,77.31822,89.950226,63.69553,302.49445,43.032925,84.636444,27.163195,49.60275,1360.6678,102.7157,26.300995,236.07646,0.88118273,0.73906016,42.586376,1.6020095,0.07621895,768.03467,0.063496955,731.13763,103.224396,0.041259058,0.03409574,270.62653,37.02926,123.93668,138.06738,11624.815,0.1594293,2429.913,4.0701046,0.12523323,0.19848463,0.25313962,258.84427,318.85583,26.627401,89.914986,39.999065,18.005774,1779.6432,2.4789975,72.40968,30.595512,452.24872,30.99734,432.98486,15.237185,81.94187,0.0,1072.5361,4352.144,1.9610202,346.33276,50.425816,28066.947,45.171448,2.0415707,19.035074,43.40624,11.418658,3.1100101,21.327593,653.01355,254.61139,25.450487,1.6708994,4.4544525,147.02094,11.540223,240.91951,212.18091,2156.9954,647.87415,112.12446,148.80714,249.05884,5.3143005,7.9552965,25.319818,3.2614985,4.628833,36.172207,47.72609,100.09341,24.954035,28.959959,65.72174,11.486585,3560.3413,26.31842,23.86223,18.942955,13.598415,202.8461,44.23238,23.196909,6.177382,16.310452,23.525078,85.49016,179.63286,46.629097,181.65164,33.887074,21.538715,116.83057,73.46495,331.87106,83.76761,1.9517151,5.473253,5.9220767,48.465534,9552.58,2.0035667,18.90242,55.84022,20.109953,189.82962,56.360752,112.3569,2.6463127,99.66502,452.5778,272.0502,76.26513,437.4701,51.26949,70.31957,114.94075,15.889497,2.6450467,16.410242,683.1462,0.2970333,0.5755645,76.47878,11.752387,7.601633,9.013638,16.346388,102.0516,30.616247,142.87865,726.9407,379.45688,2676.513,2067.3787,37.521717,70.01076,5283.33,13.740953,112.6534,660.8529,196.00433,264.87424,113.88608,682.70575,671.0969,475.53696,21.847158,143.54395,507.4988,968.4775,50.08274,463.9198,63.876892,1.4709736,50.617435,1.0460151,0.9844832,3.9701626,32.653847,217.86157,59.374626,18.85103,738.6556,218.18257,127.0507,176.94086,47.83218,54.277554,27.425583,57.240322,25.087702,237.77757,108.80997,32.587948,28.122076,25.671103,57.56615,55.95822,8.15524,223.68039,61.579884,554.4873,21.413303,1063.2025,52.63609,408.19174,451.28827,21.970968,17.401134,606.74243,672.917,1755.0469,248.39595 +2023-10-18 06:00:00,0.0,8676.902,240.84595,77.3326,89.997574,63.700603,302.56723,43.044315,84.68202,27.166313,49.6257,1359.6763,102.66095,26.305414,236.13458,0.8829358,0.7407132,42.60632,1.6056325,0.076056704,768.4768,0.06345054,731.5411,103.264725,0.041173235,0.034038305,270.86243,37.044044,124.08961,138.13393,11613.96,0.15971574,2430.7866,4.0786314,0.12542877,0.19873269,0.25360394,258.94397,318.9476,26.6383,89.83669,40.000202,17.996653,1778.7373,2.4817367,72.39443,30.573484,452.31802,30.990322,432.89066,15.219892,81.89846,0.0,1072.1562,4349.98,1.9572395,346.15164,50.365337,28053.484,45.141018,2.0383108,19.028263,43.393806,11.406273,3.1077192,21.321007,652.55334,254.34865,25.437914,1.6683785,4.449638,146.935,11.518377,240.84096,212.30484,2156.2178,648.0516,112.100876,148.78156,248.64754,5.3143625,7.9561486,25.352654,3.2621534,4.6338735,36.129944,47.680332,100.11317,24.938192,28.93521,65.693535,11.4877825,3559.984,26.312777,23.858871,18.939556,13.591752,202.784,44.21173,23.189516,6.1757593,16.29925,23.507685,85.442375,179.52377,46.583466,181.56024,33.856323,21.517859,116.77613,73.42843,331.36523,83.74869,1.9519032,5.470161,5.920847,48.416336,9539.989,2.0040886,18.88381,55.869556,20.100899,189.74533,56.34516,112.371925,2.6481152,99.61996,452.65884,272.18433,76.19329,437.5079,51.294353,70.28627,114.888176,15.900144,2.6461391,16.415773,682.81287,0.29765296,0.5762043,76.50293,11.749989,7.6053195,9.016751,16.347506,102.10249,30.596674,142.91321,727.11707,379.57114,2676.5,2067.3894,37.506573,70.00372,5278.549,13.75228,112.60988,660.7203,195.91634,264.7599,113.85415,682.34406,670.6444,475.4928,21.829493,143.47876,507.00046,967.5809,50.0086,463.1322,63.782322,1.4717422,50.617836,1.0463786,0.985259,3.9737124,32.605648,217.83684,59.30526,18.853495,737.76324,217.91263,126.89862,176.70161,47.788017,54.278225,27.409946,57.128254,25.074596,237.52046,108.66579,32.582413,28.083624,25.641129,57.501038,55.872444,8.14295,223.43976,61.5034,553.9241,21.391317,1062.0344,52.58213,408.33353,450.7397,21.951601,17.396193,606.20953,672.5246,1754.6313,248.67513 +2023-10-18 07:00:00,0.0,8666.998,240.56532,77.346985,90.04493,63.705677,302.64005,43.055706,84.72759,27.169434,49.648655,1358.6846,102.6062,26.309835,236.19269,0.8846889,0.74236614,42.626266,1.6092554,0.07589446,768.919,0.06340412,731.9445,103.305046,0.04108741,0.033980865,271.09836,37.05883,124.24253,138.20045,11603.104,0.16000219,2431.6602,4.0871587,0.1256243,0.19898075,0.2540682,259.04367,319.03934,26.6492,89.7584,40.001335,17.987532,1777.8313,2.4844756,72.37919,30.551456,452.38733,30.983307,432.79645,15.202599,81.85504,0.0,1071.7762,4347.816,1.9534588,345.97055,50.30486,28040.023,45.11059,2.0350506,19.021454,43.38138,11.393887,3.1054282,21.31442,652.0932,254.08589,25.425339,1.6658576,4.4448233,146.84906,11.496532,240.7624,212.42876,2155.4402,648.229,112.0773,148.75597,248.23625,5.314424,7.9570007,25.38549,3.2628083,4.638914,36.08768,47.634583,100.13293,24.922348,28.91046,65.66532,11.488979,3559.6265,26.307133,23.85551,18.936157,13.585089,202.72188,44.191082,23.182123,6.174136,16.288048,23.49029,85.39459,179.41469,46.537834,181.46886,33.825573,21.497,116.721695,73.39191,330.8594,83.72977,1.9520915,5.4670696,5.919617,48.36714,9527.399,2.0046108,18.865198,55.89889,20.091843,189.66106,56.32957,112.38695,2.6499178,99.5749,452.7399,272.31845,76.12146,437.5457,51.31922,70.252975,114.83561,15.91079,2.6472316,16.421307,682.4796,0.29827264,0.5768441,76.52708,11.74759,7.609006,9.019865,16.348625,102.15339,30.5771,142.94775,727.29346,379.68536,2676.487,2067.4,37.491432,69.99669,5273.7676,13.763608,112.56636,660.5876,195.82832,264.64554,113.82221,681.9824,670.19183,475.44864,21.811829,143.41357,506.50214,966.68427,49.934456,462.3446,63.687756,1.4725106,50.61824,1.0467421,0.9860348,3.9772623,32.557446,217.8121,59.235893,18.855959,736.8709,217.64268,126.746544,176.46237,47.743855,54.278896,27.39431,57.01619,25.061491,237.26335,108.52161,32.576874,28.045172,25.611156,57.43593,55.78667,8.13066,223.19911,61.426914,553.3608,21.369331,1060.8663,52.528168,408.4753,450.19107,21.932234,17.39125,605.6766,672.1322,1754.216,248.95428 +2023-10-18 08:00:00,0.0,8657.094,240.28468,77.36137,90.09228,63.71075,302.71283,43.067097,84.77317,27.172554,49.67161,1357.693,102.55145,26.314255,236.25081,0.886442,0.7440191,42.64621,1.6128784,0.075732216,769.36115,0.0633577,732.34796,103.34537,0.04100159,0.033923425,271.3343,37.073616,124.39546,138.267,11592.247,0.16028862,2432.534,4.0956855,0.12581983,0.19922881,0.2545325,259.14337,319.13107,26.660099,89.68011,40.002472,17.97841,1776.9253,2.4872148,72.36394,30.529428,452.45667,30.97629,432.7022,15.185305,81.81163,0.0,1071.3962,4345.6523,1.9496781,345.78946,50.24438,28026.562,45.080166,2.0317907,19.014645,43.368946,11.381501,3.1031373,21.307835,651.633,253.82315,25.412764,1.6633365,4.4400086,146.7631,11.474688,240.68387,212.55269,2154.6626,648.40643,112.05373,148.73038,247.82497,5.314486,7.957853,25.418325,3.2634633,4.6439548,36.045418,47.58883,100.15269,24.906506,28.88571,65.637115,11.490176,3559.2688,26.301489,23.85215,18.932758,13.578424,202.65976,44.170437,23.17473,6.172513,16.276846,23.472897,85.34681,179.3056,46.492203,181.37747,33.794823,21.476143,116.66725,73.35538,330.35358,83.710846,1.9522796,5.4639783,5.918387,48.317944,9514.81,2.0051327,18.846588,55.928226,20.082788,189.57678,56.31398,112.40197,2.6517203,99.52984,452.82092,272.4526,76.04962,437.58347,51.344086,70.21967,114.783035,15.921438,2.648324,16.426838,682.1463,0.2988923,0.57748383,76.55123,11.745192,7.6126924,9.02298,16.349743,102.204285,30.557528,142.98232,727.4698,379.79962,2676.4744,2067.4106,37.47629,69.989655,5268.9863,13.774936,112.52285,660.45496,195.74033,264.5312,113.790276,681.6208,669.7393,475.4045,21.794163,143.34839,506.0038,965.7877,49.860317,461.55698,63.59319,1.473279,50.61864,1.0471056,0.9868107,3.9808123,32.509247,217.78735,59.166527,18.858423,735.9785,217.37276,126.594475,176.22311,47.69969,54.27957,27.378675,56.904125,25.048388,237.00624,108.377426,32.57134,28.00672,25.581182,57.370815,55.700893,8.11837,222.95848,61.35043,552.7975,21.347345,1059.6981,52.47421,408.61707,449.6425,21.912867,17.386309,605.1437,671.7398,1753.8004,249.23346 +2023-10-18 09:00:00,0.0,8647.189,240.00406,77.37575,90.13963,63.715824,302.7856,43.078487,84.81875,27.175674,49.694565,1356.7014,102.496704,26.318674,236.30891,0.8881951,0.74567205,42.666157,1.6165015,0.07556997,769.80334,0.063311286,732.7514,103.38569,0.04091577,0.03386599,271.57022,37.088398,124.548386,138.33353,11581.392,0.16057506,2433.4075,4.1042123,0.12601537,0.19947687,0.2549968,259.24307,319.2228,26.671,89.601814,40.00361,17.96929,1776.0193,2.4899538,72.34869,30.5074,452.52594,30.969275,432.608,15.168012,81.76821,0.0,1071.0164,4343.4883,1.9458973,345.60834,50.183903,28013.1,45.049736,2.0285306,19.007833,43.356514,11.369115,3.1008463,21.301249,651.17285,253.56041,25.400188,1.6608156,4.435194,146.67717,11.452843,240.60532,212.6766,2153.885,648.58386,112.03014,148.70479,247.41367,5.3145475,7.9587054,25.451162,3.2641182,4.6489954,36.003155,47.54307,100.17244,24.890663,28.86096,65.60891,11.491374,3558.9114,26.295843,23.848791,18.92936,13.571761,202.59764,44.149788,23.16734,6.17089,16.265644,23.455502,85.29903,179.19652,46.44657,181.28609,33.764076,21.455284,116.612816,73.318855,329.84775,83.69192,1.9524678,5.460887,5.917157,48.268745,9502.219,2.0056546,18.827976,55.95756,20.073732,189.49251,56.298386,112.41699,2.653523,99.48478,452.90198,272.58673,75.97779,437.62128,51.36895,70.18637,114.73046,15.932085,2.6494164,16.432371,681.81305,0.29951197,0.5781236,76.57538,11.742794,7.616379,9.0260935,16.350863,102.25519,30.537954,143.01688,727.6462,379.91388,2676.4614,2067.4214,37.46115,69.98261,5264.205,13.786263,112.47933,660.3223,195.65233,264.41684,113.75835,681.25916,669.2868,475.36035,21.776497,143.2832,505.50546,964.8911,49.786175,460.76938,63.49862,1.4740474,50.619045,1.0474691,0.9875865,3.9843621,32.46105,217.76262,59.097157,18.860888,735.0862,217.10281,126.4424,175.98387,47.65553,54.280243,27.363039,56.79206,25.035282,236.74913,108.23324,32.5658,27.968267,25.551208,57.305706,55.61512,8.10608,222.71783,61.273945,552.2342,21.325361,1058.53,52.42025,408.75885,449.0939,21.8935,17.381367,604.6107,671.3474,1753.3849,249.51263 +2023-10-18 10:00:00,0.0,8637.285,239.72343,77.39013,90.18698,63.7209,302.85843,43.089878,84.86432,27.178793,49.717518,1355.7097,102.441956,26.323095,236.36703,0.8899481,0.747325,42.6861,1.6201245,0.07540773,770.2455,0.06326488,733.15485,103.42602,0.040829945,0.033808548,271.80615,37.103184,124.70132,138.40007,11570.535,0.1608615,2434.281,4.1127396,0.1262109,0.19972493,0.2554611,259.34277,319.31454,26.6819,89.52352,40.004745,17.960169,1775.1134,2.492693,72.33344,30.485373,452.59525,30.962257,432.5138,15.150719,81.7248,0.0,1070.6365,4341.324,1.9421166,345.42725,50.123425,27999.639,45.01931,2.0252707,19.001024,43.344086,11.3567295,3.0985553,21.294662,650.71265,253.29767,25.387613,1.6582946,4.4303794,146.59123,11.430998,240.52676,212.80054,2153.1074,648.7613,112.00656,148.6792,247.00238,5.314609,7.9595575,25.484,3.2647731,4.654036,35.96089,47.497322,100.1922,24.874819,28.83621,65.580696,11.492571,3558.5537,26.2902,23.84543,18.92596,13.565098,202.53552,44.12914,23.159946,6.1692667,16.254442,23.438108,85.25124,179.08743,46.40094,181.19469,33.733326,21.434427,116.55838,73.282326,329.34195,83.673,1.9526559,5.4577956,5.9159274,48.219547,9489.629,2.0061765,18.809364,55.986897,20.064678,189.40822,56.282795,112.43202,2.6553254,99.43972,452.98303,272.72086,75.90596,437.65906,51.393818,70.15307,114.677895,15.942733,2.6505089,16.437902,681.47974,0.30013162,0.5787634,76.599525,11.740396,7.6200647,9.029208,16.35198,102.30608,30.518381,143.05144,727.8226,380.0281,2676.4487,2067.4321,37.44601,69.97558,5259.424,13.797591,112.43582,660.18964,195.56432,264.3025,113.72641,680.89746,668.8343,475.31622,21.758833,143.218,505.00714,963.9945,49.712032,459.98178,63.404053,1.4748158,50.619446,1.0478326,0.9883623,3.987912,32.41285,217.73787,59.02779,18.863352,734.19385,216.83287,126.29032,175.74463,47.611366,54.280914,27.347403,56.679993,25.022177,236.492,108.08906,32.560265,27.929815,25.521236,57.240593,55.529343,8.09379,222.4772,61.19746,551.67096,21.303375,1057.3618,52.366287,408.9006,448.54532,21.874132,17.376425,604.0778,670.955,1752.9695,249.79181 +2023-10-18 11:00:00,0.0,8627.381,239.4428,77.40451,90.23434,63.725975,302.9312,43.10127,84.9099,27.181913,49.740475,1354.7181,102.38721,26.327515,236.42516,0.8917012,0.748978,42.706047,1.6237475,0.075245485,770.6876,0.06321846,733.55835,103.46634,0.040744122,0.033751108,272.04205,37.11797,124.85424,138.4666,11559.68,0.16114795,2435.1545,4.1212664,0.12640643,0.19997299,0.25592536,259.44247,319.40628,26.692799,89.44523,40.00588,17.951048,1774.2074,2.4954321,72.31819,30.463345,452.66455,30.955242,432.4196,15.133426,81.68138,0.0,1070.2566,4339.1606,1.9383358,345.24612,50.062946,27986.176,44.988884,2.0220106,18.994213,43.331654,11.344344,3.0962644,21.288076,650.2525,253.03493,25.375038,1.6557736,4.4255652,146.5053,11.409153,240.44821,212.92445,2152.33,648.93866,111.98299,148.65361,246.5911,5.314671,7.9604096,25.516834,3.265428,4.659076,35.91863,47.45157,100.21196,24.858976,28.81146,65.55249,11.493769,3558.1963,26.284555,23.84207,18.922562,13.558434,202.4734,44.10849,23.152554,6.1676435,16.24324,23.420713,85.20346,178.97835,46.35531,181.1033,33.702576,21.413568,116.503944,73.245804,328.83612,83.654076,1.9528441,5.4547043,5.9146976,48.170353,9477.038,2.0066986,18.790754,56.01623,20.055624,189.32394,56.267204,112.447044,2.657128,99.39466,453.06406,272.855,75.83412,437.69684,51.418682,70.11977,114.62532,15.95338,2.6516013,16.443436,681.1465,0.3007513,0.5794032,76.62367,11.737997,7.623751,9.032322,16.353098,102.35698,30.498808,143.086,727.9989,380.14236,2676.4358,2067.4429,37.43087,69.968544,5254.6426,13.808919,112.3923,660.057,195.47632,264.18814,113.69447,680.5358,668.3817,475.27206,21.741167,143.15282,504.50882,963.09796,49.637894,459.19418,63.309486,1.4755844,50.61985,1.0481961,0.9891381,3.9914618,32.36465,217.71313,58.958424,18.865816,733.3015,216.56294,126.13825,175.50537,47.567204,54.281586,27.331766,56.56793,25.009073,236.2349,107.94488,32.554726,27.891363,25.491262,57.17548,55.44357,8.0815,222.23656,61.120975,551.10767,21.28139,1056.1937,52.31233,409.0424,447.99673,21.854765,17.371483,603.54486,670.5626,1752.554,250.07097 +2023-10-18 12:00:00,0.0,8617.477,239.16217,77.41889,90.281685,63.73105,303.004,43.11266,84.955475,27.185034,49.763428,1353.7266,102.33246,26.331934,236.48326,0.8934543,0.750631,42.72599,1.6273705,0.07508324,771.1298,0.06317204,733.9618,103.50666,0.040658303,0.033693668,272.27798,37.132755,125.00717,138.53314,11548.823,0.16143438,2436.028,4.129793,0.12660196,0.20022105,0.25638968,259.54218,319.49805,26.7037,89.366936,40.007015,17.941927,1773.3014,2.498171,72.30294,30.441317,452.7339,30.948225,432.32538,15.116133,81.63797,0.0,1069.8767,4336.9966,1.934555,345.06503,50.00247,27972.715,44.958454,2.0187507,18.987404,43.319218,11.331958,3.0939734,21.28149,649.7923,252.77217,25.362463,1.6532527,4.4207506,146.41936,11.387308,240.36967,213.04839,2151.5525,649.1161,111.959404,148.62802,246.1798,5.3147326,7.961262,25.549671,3.266083,4.664117,35.876366,47.405815,100.23172,24.843132,28.78671,65.52428,11.494966,3557.8386,26.27891,23.838709,18.919163,13.55177,202.4113,44.08784,23.14516,6.1660204,16.232038,23.40332,85.15568,178.86926,46.309677,181.01192,33.671825,21.392712,116.44951,73.209274,328.3303,83.63515,1.9530323,5.451613,5.913468,48.121155,9464.448,2.0072205,18.772142,56.045567,20.046568,189.23967,56.251614,112.46207,2.6589305,99.349594,453.1451,272.98914,75.76229,437.73465,51.44355,70.086464,114.572754,15.964026,2.6526937,16.448967,680.8132,0.30137095,0.580043,76.64782,11.735599,7.6274376,9.035436,16.354218,102.407875,30.479235,143.12056,728.1753,380.2566,2676.423,2067.4534,37.41573,69.96151,5249.861,13.820247,112.34879,659.9243,195.3883,264.0738,113.66254,680.1742,667.9292,475.22794,21.723501,143.08763,504.01047,962.20135,49.56375,458.4066,63.214916,1.4763528,50.62025,1.0485595,0.98991394,3.9950116,32.316452,217.68839,58.889057,18.86828,732.4092,216.293,125.986176,175.26613,47.52304,54.282257,27.31613,56.455864,24.995968,235.97778,107.8007,32.54919,27.852911,25.46129,57.11037,55.357796,8.06921,221.99593,61.04449,550.5444,21.259403,1055.0255,52.258366,409.18414,447.44815,21.8354,17.36654,603.01196,670.1702,1752.1384,250.35014 +2023-10-18 13:00:00,0.0,8607.572,238.88153,77.43327,90.32903,63.736122,303.0768,43.12405,85.001045,27.188154,49.78638,1352.7349,102.27771,26.336355,236.54138,0.8952074,0.75228393,42.745937,1.6309934,0.074921,771.57196,0.063125625,734.36523,103.54698,0.04057248,0.03363623,272.51392,37.147537,125.160095,138.59967,11537.967,0.16172083,2436.9016,4.13832,0.1267975,0.2004691,0.25685394,259.6419,319.58978,26.7146,89.28864,40.008152,17.932806,1772.3954,2.5009103,72.2877,30.41929,452.8032,30.94121,432.23117,15.09884,81.59455,0.0,1069.4967,4334.8325,1.9307743,344.8839,49.94199,27959.254,44.92803,2.0154905,18.980593,43.306786,11.319572,3.0916822,21.274904,649.3321,252.50943,25.349888,1.6507317,4.415936,146.33342,11.365463,240.29112,213.17232,2150.775,649.2935,111.93582,148.60243,245.76851,5.3147945,7.9621143,25.582506,3.266738,4.6691575,35.834103,47.36006,100.25147,24.82729,28.761961,65.49607,11.496162,3557.4812,26.273266,23.83535,18.915766,13.545107,202.34918,44.067192,23.13777,6.1643977,16.220837,23.385925,85.107895,178.7602,46.264046,180.92053,33.641075,21.371853,116.39507,73.17275,327.82446,83.61623,1.9532205,5.4485216,5.912238,48.071957,9451.858,2.0077424,18.753532,56.0749,20.037514,189.1554,56.236023,112.47709,2.6607332,99.304535,453.22617,273.12326,75.69046,437.77243,51.468414,70.05316,114.52018,15.974674,2.6537862,16.4545,680.4799,0.30199063,0.58068275,76.67197,11.733201,7.631124,9.03855,16.355335,102.45878,30.459661,143.15512,728.3517,380.37085,2676.4102,2067.464,37.400585,69.954475,5245.0796,13.831574,112.305275,659.7917,195.30031,263.95944,113.63061,679.81256,667.4767,475.18378,21.705837,143.02245,503.51215,961.30475,49.48961,457.61896,63.12035,1.4771212,50.620655,1.0489231,0.9906898,3.9985616,32.268253,217.66365,58.819687,18.870743,731.51685,216.02307,125.83411,175.02689,47.478878,54.28293,27.300493,56.343796,24.982862,235.72067,107.65651,32.54365,27.81446,25.431316,57.045258,55.27202,8.05692,221.75528,60.968006,549.98114,21.237417,1053.8574,52.204407,409.32593,446.89954,21.816032,17.361599,602.479,669.77783,1751.7229,250.62932 +2023-10-18 14:00:00,0.0,8597.668,238.6009,77.447655,90.37639,63.741196,303.1496,43.13544,85.04662,27.191273,49.809338,1351.7433,102.22296,26.340775,236.59949,0.89696044,0.7539369,42.765884,1.6346164,0.07475875,772.01416,0.06307921,734.7687,103.58731,0.040486656,0.03357879,272.74985,37.162323,125.31303,138.66621,11527.111,0.16200727,2437.7751,4.1468472,0.12699303,0.20071717,0.25731823,259.7416,319.68152,26.725498,89.21035,40.00929,17.923685,1771.4895,2.5036492,72.272446,30.397263,452.87247,30.934193,432.13696,15.081547,81.55114,0.0,1069.1167,4332.669,1.9269936,344.70282,49.88151,27945.791,44.8976,2.0122306,18.973783,43.294357,11.307187,3.0893912,21.268318,648.87195,252.24669,25.337313,1.6482108,4.4111214,146.24748,11.343618,240.21257,213.29623,2149.9973,649.47095,111.91225,148.57684,245.35721,5.314856,7.9629664,25.615343,3.2673929,4.674198,35.79184,47.31431,100.27123,24.811445,28.737211,65.46786,11.49736,3557.1235,26.267622,23.83199,18.912367,13.538443,202.28706,44.046547,23.130377,6.1627746,16.209635,23.368532,85.06011,178.65111,46.218414,180.82915,33.61033,21.350996,116.34063,73.13622,327.31863,83.597305,1.9534086,5.44543,5.9110084,48.02276,9439.268,2.0082643,18.73492,56.104237,20.028458,189.0711,56.22043,112.49211,2.6625357,99.259476,453.3072,273.25742,75.61862,437.8102,51.49328,70.01987,114.467606,15.985321,2.6548786,16.460032,680.1466,0.3026103,0.58132255,76.69611,11.730803,7.6348104,9.041664,16.356453,102.509674,30.440088,143.18968,728.5281,380.4851,2676.3975,2067.4749,37.385445,69.94743,5240.2983,13.842902,112.261765,659.659,195.2123,263.8451,113.59867,679.45087,667.0242,475.13965,21.688171,142.95726,503.01382,960.4082,49.415466,456.83136,63.02578,1.4778897,50.621056,1.0492866,0.9914656,4.0021114,32.220055,217.6389,58.75032,18.873207,730.6245,215.75313,125.68203,174.78763,47.434715,54.283604,27.284857,56.23173,24.969759,235.46356,107.51233,32.538116,27.776009,25.401344,56.98015,55.186245,8.04463,221.51465,60.89152,549.41785,21.215431,1052.6892,52.150448,409.46768,446.35095,21.796665,17.356657,601.9461,669.38544,1751.3075,250.9085 +2023-10-18 15:00:00,0.0,8587.764,238.32028,77.462036,90.42374,63.74627,303.22238,43.14683,85.0922,27.194393,49.83229,1350.7517,102.16821,26.345194,236.65761,0.8987135,0.75558984,42.785828,1.6382394,0.07459651,772.4563,0.06303279,735.1721,103.62763,0.040400833,0.03352135,272.98578,37.17711,125.46595,138.73274,11516.255,0.16229372,2438.649,4.155374,0.12718856,0.20096523,0.25778252,259.8413,319.77325,26.736399,89.13206,40.01042,17.914564,1770.5835,2.5063884,72.257195,30.375235,452.94177,30.927177,432.04276,15.064253,81.50772,0.0,1068.7368,4330.505,1.9232129,344.52173,49.821033,27932.33,44.867172,2.0089705,18.966974,43.28192,11.294801,3.0871003,21.261732,648.41174,251.98395,25.324738,1.6456897,4.4063067,146.16154,11.321774,240.13402,213.42017,2149.2197,649.6484,111.888664,148.55125,244.94592,5.314918,7.963819,25.64818,3.2680478,4.679239,35.749577,47.268555,100.29099,24.795603,28.712461,65.43965,11.498557,3556.766,26.261978,23.828629,18.908968,13.531779,202.22495,44.025898,23.122984,6.1611514,16.198433,23.351137,85.01233,178.54202,46.172783,180.73775,33.57958,21.330137,116.286194,73.0997,326.8128,83.578384,1.9535968,5.4423385,5.909778,47.973564,9426.678,2.0087864,18.71631,56.133568,20.019403,188.98683,56.204838,112.50713,2.6643384,99.21442,453.38824,273.39154,75.54679,437.84802,51.518147,69.986565,114.41504,15.995968,2.655971,16.465565,679.81335,0.30322996,0.58196235,76.72027,11.728404,7.638497,9.044778,16.357573,102.56057,30.420515,143.22424,728.70447,380.59933,2676.3845,2067.4856,37.370304,69.9404,5235.517,13.854229,112.21825,659.52637,195.1243,263.73074,113.566734,679.08923,666.5716,475.0955,21.670507,142.89207,502.51547,959.5116,49.341328,456.04376,62.931213,1.4786581,50.62146,1.0496501,0.99224144,4.005661,32.171856,217.61417,58.680954,18.875671,729.7321,215.48318,125.52995,174.54839,47.390553,54.284275,27.26922,56.119667,24.956654,235.20645,107.36815,32.532578,27.737556,25.37137,56.915035,55.100468,8.03234,221.27402,60.815037,548.85455,21.193447,1051.5211,52.096485,409.60947,445.80237,21.777298,17.351715,601.41315,668.99304,1750.892,251.18765 +2023-10-18 16:00:00,0.0,8577.859,238.03964,77.47642,90.47109,63.751343,303.29517,43.158222,85.13777,27.197514,49.855244,1349.76,102.11347,26.349613,236.71573,0.9004666,0.7572428,42.805775,1.6418624,0.07443426,772.8985,0.06298638,735.57556,103.66795,0.04031501,0.03346391,273.2217,37.191895,125.61888,138.79929,11505.399,0.16258015,2439.5225,4.163901,0.1273841,0.20121329,0.2582468,259.941,319.865,26.747297,89.053764,40.01156,17.905443,1769.6775,2.5091274,72.24194,30.353207,453.0111,30.92016,431.94852,15.04696,81.46431,0.0,1068.3569,4328.3413,1.9194322,344.3406,49.760555,27918.867,44.836746,2.0057106,18.960163,43.269493,11.282415,3.0848093,21.255146,647.9516,251.72119,25.312164,1.6431688,4.401492,146.07559,11.299929,240.05548,213.54408,2148.4421,649.8258,111.86508,148.52567,244.53464,5.3149796,7.964671,25.681015,3.2687027,4.6842794,35.707314,47.222805,100.310745,24.77976,28.687712,65.41144,11.499754,3556.4087,26.256332,23.82527,18.90557,13.525116,202.16283,44.00525,23.115591,6.1595283,16.187231,23.333744,84.96455,178.43294,46.12715,180.64636,33.54883,21.30928,116.23176,73.06317,326.30698,83.559456,1.953785,5.439247,5.9085484,47.924366,9414.087,2.0093083,18.697699,56.162903,20.01035,188.90256,56.189247,112.522156,2.6661408,99.16936,453.4693,273.52567,75.47496,437.8858,51.54301,69.95326,114.362465,16.006615,2.6570632,16.471096,679.48004,0.30384964,0.58260214,76.744415,11.7260065,7.6421833,9.047893,16.35869,102.611465,30.400942,143.2588,728.88086,380.7136,2676.3718,2067.4963,37.355164,69.933365,5230.736,13.865557,112.17473,659.3937,195.03629,263.6164,113.534805,678.7276,666.1191,475.05136,21.652842,142.82687,502.01715,958.615,49.267185,455.25616,62.836647,1.4794265,50.62186,1.0500137,0.99301726,4.009211,32.123657,217.58942,58.611588,18.878136,728.8398,215.21326,125.377884,174.30914,47.34639,54.284946,27.253586,56.007603,24.943548,234.94933,107.22397,32.527042,27.699104,25.341398,56.849926,55.014694,8.02005,221.03337,60.738552,548.2913,21.171461,1050.353,52.042526,409.75122,445.25378,21.75793,17.346773,600.88025,668.60065,1750.4764,251.46683 +2023-10-18 17:00:00,0.0,8567.955,237.75902,77.4908,90.51844,63.756416,303.36798,43.169613,85.18335,27.200634,49.8782,1348.7684,102.05872,26.354034,236.77383,0.9022197,0.7588958,42.825718,1.6454854,0.074272014,773.34064,0.062939964,735.97906,103.708275,0.04022919,0.033406474,273.4576,37.20668,125.771805,138.86581,11494.543,0.16286659,2440.396,4.172428,0.12757963,0.20146134,0.2587111,260.0407,319.95676,26.758198,88.97547,40.012695,17.896322,1768.7716,2.5118666,72.2267,30.331179,453.0804,30.913145,431.8543,15.029667,81.42089,0.0,1067.977,4326.1772,1.9156514,344.15952,49.700077,27905.406,44.806316,2.0024505,18.953354,43.25706,11.270029,3.0825183,21.24856,647.4914,251.45845,25.29959,1.6406479,4.3966775,145.98965,11.278084,239.97693,213.66801,2147.6646,650.0032,111.84151,148.50008,244.12334,5.3150415,7.9655232,25.713852,3.2693577,4.68932,35.66505,47.177048,100.330505,24.763916,28.662962,65.38323,11.500952,3556.051,26.250689,23.821909,18.90217,13.518452,202.10071,43.9846,23.108198,6.157905,16.17603,23.316349,84.91676,178.32385,46.081516,180.55498,33.518078,21.288422,116.17732,73.02665,325.80115,83.540535,1.9539732,5.436156,5.9073186,47.875168,9401.497,2.0098302,18.679087,56.192238,20.001293,188.81828,56.173656,112.53718,2.6679435,99.1243,453.55032,273.65982,75.40312,437.92358,51.567875,69.91996,114.30989,16.017262,2.6581557,16.47663,679.1468,0.3044693,0.58324194,76.76856,11.723608,7.6458693,9.051006,16.35981,102.66237,30.381369,143.29337,729.05725,380.82785,2676.359,2067.507,37.340023,69.92633,5225.9546,13.876884,112.13122,659.26105,194.94829,263.50204,113.50287,678.36597,665.66656,475.0072,21.635176,142.76169,501.51883,957.71844,49.193043,454.46857,62.742077,1.480195,50.622265,1.0503771,0.9937931,4.012761,32.07546,217.56468,58.542217,18.8806,727.94745,214.94331,125.22581,174.06989,47.302227,54.285618,27.23795,55.895535,24.930443,234.69221,107.07978,32.521503,27.660652,25.311424,56.784813,54.928917,8.00776,220.79274,60.662067,547.728,21.149475,1049.1848,51.988564,409.893,444.7052,21.738564,17.341831,600.3473,668.20825,1750.061,251.746 +2023-10-18 18:00:00,0.0,8558.051,237.47838,77.50518,90.565796,63.76149,303.44077,43.181004,85.22893,27.203754,49.901154,1347.7769,102.003975,26.358454,236.83195,0.9039728,0.7605488,42.845665,1.6491084,0.07410977,773.78284,0.06289355,736.3825,103.748604,0.040143367,0.033349033,273.69354,37.221462,125.924736,138.93236,11483.687,0.16315304,2441.2695,4.180955,0.12777516,0.2017094,0.2591754,260.1404,320.0485,26.769098,88.89718,40.01383,17.887201,1767.8656,2.5146055,72.21145,30.30915,453.14972,30.906128,431.7601,15.012374,81.37748,0.0,1067.597,4324.013,1.9118707,343.9784,49.6396,27891.945,44.77589,1.9991904,18.946543,43.24463,11.257644,3.0802274,21.241974,647.03125,251.19571,25.287014,1.6381269,4.391863,145.90372,11.256239,239.89838,213.79193,2146.8872,650.1806,111.817924,148.47449,243.71205,5.315103,7.9663754,25.746687,3.2700126,4.6943607,35.622787,47.131294,100.350266,24.748074,28.638212,65.35502,11.502149,3555.6936,26.245045,23.818548,18.898771,13.511788,202.0386,43.96395,23.100807,6.156282,16.164827,23.298956,84.86898,178.21477,46.035885,180.4636,33.487328,21.267565,116.12289,72.99012,325.29532,83.521614,1.9541613,5.4330645,5.906089,47.82597,9388.907,2.0103521,18.660477,56.221573,19.992239,188.734,56.158066,112.5522,2.669746,99.07923,453.63138,273.79395,75.33129,437.9614,51.592743,69.88666,114.257324,16.02791,2.659248,16.48216,678.8135,0.30508897,0.5838817,76.79271,11.72121,7.6495557,9.054121,16.360928,102.713264,30.361795,143.32793,729.23364,380.94208,2676.3462,2067.5176,37.324883,69.91929,5221.1733,13.888212,112.0877,659.1284,194.86029,263.3877,113.47093,678.0043,665.214,474.96307,21.617512,142.6965,501.02048,956.82184,49.1189,453.68097,62.64751,1.4809635,50.622665,1.0507406,0.9945689,4.0163107,32.02726,217.53993,58.47285,18.883064,727.0551,214.67339,125.07374,173.83064,47.258064,54.28629,27.222313,55.78347,24.91734,234.4351,106.9356,32.51597,27.6222,25.281452,56.719704,54.843143,7.9954696,220.5521,60.585583,547.16473,21.12749,1048.0167,51.934605,410.03476,444.15662,21.719196,17.33689,599.8144,667.81586,1749.6455,252.02518 +2023-10-18 19:00:00,0.0,8548.1455,237.19775,77.51956,90.613144,63.766563,303.51355,43.192394,85.2745,27.206873,49.924107,1346.7852,101.94923,26.362873,236.89008,0.90572584,0.7622017,42.86561,1.6527314,0.07394753,774.225,0.06284713,736.78595,103.788925,0.040057544,0.033291593,273.92947,37.236248,126.07766,138.99889,11472.831,0.16343948,2442.143,4.1894817,0.1279707,0.20195746,0.25963968,260.2401,320.14023,26.779997,88.818886,40.014965,17.87808,1766.9596,2.5173447,72.1962,30.287123,453.219,30.899113,431.6659,14.995081,81.33406,0.0,1067.2172,4321.8496,1.90809,343.7973,49.579117,27878.482,44.745464,1.9959304,18.939734,43.232193,11.245258,3.0779364,21.235388,646.57104,250.93297,25.274439,1.6356059,4.3870482,145.81778,11.234394,239.81982,213.91586,2146.1096,650.35803,111.79434,148.4489,243.30077,5.3151646,7.967228,25.779524,3.2706676,4.699401,35.58053,47.085545,100.370026,24.73223,28.613462,65.32681,11.5033455,3555.336,26.2394,23.815187,18.895372,13.505125,201.97649,43.943306,23.093414,6.1546593,16.153625,23.28156,84.8212,178.10568,45.990253,180.3722,33.45658,21.246706,116.06845,72.9536,324.7895,83.502686,1.9543495,5.429973,5.904859,47.776775,9376.316,2.0108743,18.641865,56.250908,19.983183,188.64972,56.142475,112.56722,2.6715486,99.03417,453.71243,273.9281,75.25946,437.99918,51.617607,69.853355,114.20475,16.038557,2.6603405,16.487692,678.4802,0.30570862,0.5845215,76.81686,11.718811,7.653242,9.057235,16.362045,102.76416,30.342222,143.36249,729.41003,381.05634,2676.3333,2067.5283,37.30974,69.912254,5216.392,13.89954,112.04419,658.9957,194.77228,263.27335,113.439,677.64264,664.7615,474.9189,21.599846,142.63132,500.52216,955.92523,49.04476,452.89334,62.552944,1.4817319,50.62307,1.0511041,0.99534476,4.0198607,31.97906,217.5152,58.403484,18.885529,726.1628,214.40344,124.92166,173.5914,47.2139,54.28696,27.206676,55.671406,24.904234,234.178,106.79142,32.51043,27.583748,25.251478,56.65459,54.75737,7.9831796,220.31146,60.509098,546.6015,21.105503,1046.8485,51.880646,410.17654,443.608,21.699831,17.331947,599.28143,667.42346,1749.23,252.30434 +2023-10-18 20:00:00,0.0,8538.241,236.91713,77.53394,90.6605,63.77164,303.58636,43.203785,85.320076,27.209993,49.94706,1345.7936,101.89448,26.367294,236.94818,0.9074789,0.7638547,42.885555,1.6563543,0.07378528,774.6671,0.06280071,737.1894,103.82925,0.03997172,0.033234153,274.1654,37.251034,126.23058,139.06543,11461.975,0.16372591,2443.0166,4.1980085,0.12816623,0.20220552,0.26010397,260.3398,320.23196,26.790897,88.74059,40.0161,17.86896,1766.0536,2.5200837,72.180954,30.265095,453.28833,30.892097,431.5717,14.977788,81.29065,0.0,1066.8373,4319.6855,1.9043093,343.61618,49.51864,27865.021,44.715034,1.9926704,18.932924,43.219765,11.232872,3.0756454,21.228802,646.1109,250.67021,25.261864,1.6330849,4.3822336,145.73184,11.212549,239.74129,214.03978,2145.332,650.53546,111.77077,148.42331,242.88947,5.3152266,7.96808,25.81236,3.2713225,4.7044415,35.538265,47.039787,100.38978,24.716387,28.588713,65.29861,11.504543,3554.9785,26.233755,23.811829,18.891975,13.498461,201.91437,43.922657,23.086021,6.153036,16.142424,23.264168,84.773415,177.99661,45.944622,180.2808,33.42583,21.22585,116.01401,72.91707,324.28366,83.483765,1.9545376,5.426882,5.9036293,47.727577,9363.727,2.0113962,18.623255,56.280243,19.974129,188.56544,56.12688,112.582245,2.673351,98.98911,453.79346,274.06223,75.18762,438.03696,51.64247,69.82005,114.152176,16.049204,2.661433,16.493225,678.1469,0.3063283,0.58516127,76.841,11.7164135,7.6569285,9.0603485,16.363165,102.815056,30.322649,143.39705,729.5864,381.1706,2676.3206,2067.539,37.294598,69.90522,5211.611,13.910868,112.00067,658.8631,194.68428,263.159,113.40707,677.281,664.30896,474.87476,21.582182,142.56613,500.02383,955.0287,48.97062,452.10574,62.458374,1.4825003,50.62347,1.0514677,0.9961206,4.023411,31.93086,217.49045,58.334118,18.887993,725.27045,214.1335,124.769585,173.35216,47.16974,54.287636,27.19104,55.559338,24.891129,233.92088,106.64724,32.504894,27.545296,25.221504,56.589478,54.671593,7.9708896,220.07082,60.432613,546.0382,21.083517,1045.6804,51.826683,410.31833,443.05942,21.680464,17.327005,598.74854,667.03107,1748.8145,252.58351 +2023-10-18 21:00:00,0.0,8528.337,236.63649,77.548325,90.70785,63.776714,303.65915,43.215176,85.365654,27.213114,49.970016,1344.802,101.83973,26.371714,237.0063,0.909232,0.76550764,42.9055,1.6599773,0.07362304,775.1093,0.0627543,737.59283,103.86957,0.0398859,0.033176716,274.40134,37.26582,126.383514,139.13196,11451.119,0.16401236,2443.8901,4.206536,0.12836176,0.20245358,0.26056826,260.4395,320.3237,26.801796,88.6623,40.01724,17.859838,1765.1477,2.5228229,72.1657,30.243067,453.35764,30.88508,431.47748,14.960495,81.24723,0.0,1066.4573,4317.5215,1.9005286,343.4351,49.45816,27851.56,44.68461,1.9894104,18.926113,43.207333,11.220487,3.0733545,21.222216,645.6507,250.40747,25.249289,1.630564,4.377419,145.6459,11.190703,239.66273,214.16371,2144.5544,650.7129,111.74719,148.39774,242.47818,5.315288,7.968932,25.845196,3.2719774,4.709482,35.496002,46.994038,100.40954,24.700544,28.563963,65.27039,11.50574,3554.6208,26.228111,23.808468,18.888577,13.491797,201.85225,43.902008,23.078629,6.151413,16.131222,23.246773,84.72563,177.88753,45.89899,180.18942,33.39508,21.20499,115.95957,72.88055,323.77783,83.46484,1.9547259,5.42379,5.902399,47.67838,9351.137,2.011918,18.604643,56.309578,19.965075,188.48117,56.11129,112.59727,2.6751537,98.94405,453.8745,274.19635,75.11579,438.07477,51.66734,69.78676,114.09961,16.05985,2.6625254,16.498756,677.81366,0.30694795,0.58580106,76.86516,11.714015,7.660615,9.063463,16.364283,102.86595,30.303076,143.43161,729.7628,381.28482,2676.3076,2067.5498,37.279457,69.898186,5206.8296,13.922195,111.95716,658.7304,194.59627,263.04465,113.37513,676.9194,663.85645,474.83063,21.564516,142.50093,499.52548,954.1321,48.896477,451.31815,62.363808,1.4832687,50.623875,1.0518311,0.9968964,4.0269604,31.882662,217.46571,58.26475,18.890457,724.3781,213.86357,124.617516,173.1129,47.125576,54.288307,27.175404,55.447273,24.878025,233.66376,106.50306,32.499355,27.506844,25.191532,56.52437,54.58582,7.9585996,219.83018,60.35613,545.4749,21.061531,1044.5122,51.772724,410.46008,442.51083,21.661097,17.322063,598.2156,666.6387,1748.399,252.86269 +2023-10-18 22:00:00,0.0,8518.433,236.35587,77.562706,90.755196,63.781788,303.73193,43.226566,85.411224,27.216234,49.99297,1343.8103,101.78498,26.376133,237.0644,0.9109851,0.76716065,42.925446,1.6636003,0.073460795,775.55145,0.062707886,737.9963,103.9099,0.039800078,0.033119276,274.63727,37.280605,126.53644,139.1985,11440.263,0.1642988,2444.764,4.2150626,0.1285573,0.20270164,0.26103255,260.5392,320.41544,26.812696,88.58401,40.01837,17.850718,1764.2417,2.525562,72.15045,30.221039,453.42694,30.878065,431.38327,14.943201,81.20382,0.0,1066.0774,4315.358,1.8967478,343.25397,49.397682,27838.098,44.654182,1.9861504,18.919304,43.1949,11.208101,3.0710633,21.21563,645.1905,250.14473,25.236713,1.628043,4.372605,145.55997,11.168859,239.58418,214.28763,2143.7769,650.8903,111.7236,148.37215,242.0669,5.31535,7.9697847,25.878033,3.2726324,4.714523,35.45374,46.948288,100.4293,24.6847,28.539213,65.24219,11.506937,3554.2634,26.222467,23.805107,18.885178,13.485134,201.79013,43.88136,23.071236,6.14979,16.12002,23.22938,84.67785,177.77844,45.85336,180.09804,33.36433,21.184134,115.905136,72.84402,323.272,83.44592,1.954914,5.4206986,5.9011693,47.62918,9338.546,2.01244,18.586031,56.338913,19.956018,188.39688,56.0957,112.6123,2.6769562,98.898994,453.95557,274.3305,75.04396,438.11255,51.692204,69.753456,114.047035,16.070498,2.6636178,16.50429,677.48035,0.30756763,0.58644086,76.889305,11.7116165,7.6643014,9.066577,16.365402,102.916855,30.283503,143.46617,729.93915,381.39908,2676.295,2067.5605,37.264317,69.89114,5202.0483,13.933523,111.91364,658.5978,194.50827,262.9303,113.34319,676.5577,663.4039,474.78647,21.54685,142.43575,499.02716,953.2355,48.822334,450.53055,62.26924,1.4840372,50.624275,1.0521946,0.9976722,4.0305104,31.834463,217.44096,58.19538,18.892921,723.4857,213.59363,124.46544,172.87366,47.081413,54.28898,27.159767,55.33521,24.86492,233.40665,106.35887,32.49382,27.468391,25.161558,56.459255,54.500042,7.9463096,219.58954,60.279644,544.9117,21.039547,1043.3441,51.718765,410.60187,441.96225,21.64173,17.317122,597.6827,666.2463,1747.9835,253.14186 +2023-10-18 23:00:00,0.0,8508.528,236.07523,77.57709,90.80255,63.78686,303.80475,43.237957,85.4568,27.219353,50.015923,1342.8187,101.73023,26.380554,237.12253,0.91273814,0.7688136,42.94539,1.6672233,0.07329855,775.99365,0.06266147,738.3997,103.95022,0.039714254,0.033061836,274.87317,37.295387,126.68937,139.26505,11429.407,0.16458525,2445.6375,4.2235894,0.12875283,0.2029497,0.26149684,260.63892,320.5072,26.823597,88.505714,40.01951,17.841597,1763.3357,2.528301,72.13521,30.19901,453.49628,30.871048,431.28906,14.925908,81.1604,0.0,1065.6975,4313.194,1.8929671,343.07288,49.337204,27824.637,44.623753,1.9828904,18.912493,43.182472,11.195715,3.0687723,21.209044,644.73035,249.88199,25.224138,1.625522,4.36779,145.47403,11.147014,239.50563,214.41156,2142.9993,651.0677,111.700035,148.34656,241.6556,5.3154116,7.970637,25.910868,3.2732873,4.7195635,35.411476,46.90253,100.44906,24.668858,28.514463,65.213974,11.508135,3553.906,26.216824,23.801746,18.881779,13.47847,201.72801,43.86071,23.063845,6.1481667,16.108818,23.211985,84.630066,177.66936,45.807728,180.00665,33.333584,21.163275,115.8507,72.807495,322.76617,83.426994,1.9551022,5.4176073,5.8999395,47.579987,9325.956,2.0129619,18.567421,56.368248,19.946964,188.3126,56.08011,112.62732,2.6787589,98.853935,454.0366,274.46463,74.97212,438.15033,51.71707,69.72015,113.99447,16.081146,2.6647103,16.50982,677.1471,0.3081873,0.58708066,76.91345,11.709218,7.667988,9.069691,16.36652,102.96775,30.26393,143.50073,730.11554,381.51334,2676.282,2067.5713,37.249176,69.88411,5197.2666,13.94485,111.870125,658.4651,194.42026,262.81595,113.311264,676.19604,662.95135,474.74234,21.529186,142.37056,498.52884,952.3389,48.748196,449.74295,62.17467,1.4848057,50.624676,1.0525581,0.998448,4.03406,31.786264,217.41623,58.126015,18.895386,722.5934,213.3237,124.31337,172.63441,47.03725,54.28965,27.14413,55.223145,24.851814,233.14954,106.21469,32.48828,27.42994,25.131586,56.394146,54.41427,7.934019,219.3489,60.20316,544.3484,21.017561,1042.1759,51.664803,410.74362,441.41367,21.622362,17.31218,597.1497,665.8539,1747.568,253.42102 +2023-10-19 00:00:00,0.0,8498.624,235.7946,77.59147,90.8499,63.791935,303.87753,43.249348,85.50238,27.222473,50.03888,1341.8271,101.67548,26.384974,237.18065,0.91449124,0.77046657,42.965336,1.6708463,0.07313631,776.4358,0.06261505,738.8032,103.99054,0.03962843,0.033004396,275.1091,37.310173,126.84229,139.33157,11418.551,0.16487168,2446.511,4.2321167,0.12894836,0.20319778,0.26196113,260.73865,320.59894,26.834496,88.42742,40.020645,17.832476,1762.4297,2.5310402,72.11996,30.176983,453.56555,30.864033,431.19482,14.908615,81.11699,0.0,1065.3175,4311.0303,1.8891864,342.89178,49.276726,27811.174,44.593327,1.9796304,18.905684,43.17004,11.18333,3.0664814,21.202457,644.27014,249.61923,25.211563,1.6230011,4.3629756,145.38808,11.125169,239.4271,214.53548,2142.2217,651.2451,111.67645,148.32097,241.24431,5.3154736,7.971489,25.943705,3.2739422,4.724604,35.369213,46.85678,100.46881,24.653013,28.489714,65.18577,11.509332,3553.5483,26.211178,23.798388,18.87838,13.471807,201.66591,43.840065,23.056452,6.1465435,16.097616,23.194592,84.58228,177.56027,45.762096,179.91525,33.302834,21.142418,115.796265,72.770966,322.26035,83.40807,1.9552903,5.414516,5.89871,47.53079,9313.365,2.013484,18.54881,56.397583,19.937908,188.22833,56.064518,112.64234,2.6805615,98.80887,454.11765,274.59875,74.90029,438.18814,51.741936,69.68685,113.941895,16.091793,2.6658027,16.515354,676.8138,0.30880696,0.5877204,76.9376,11.7068205,7.671674,9.072805,16.367638,103.01865,30.244356,143.53528,730.2919,381.62756,2676.2693,2067.5818,37.234035,69.877075,5192.4854,13.956178,111.826614,658.33246,194.33226,262.7016,113.27933,675.8344,662.49884,474.69818,21.51152,142.30537,498.0305,951.4423,48.674053,448.95532,62.080105,1.4855741,50.62508,1.0529217,0.9992239,4.03761,31.738066,217.39148,58.05665,18.89785,721.70105,213.05376,124.16129,172.39516,46.993088,54.29032,27.128496,55.111076,24.838709,232.89243,106.07051,32.482746,27.391487,25.101612,56.329033,54.328495,7.921729,219.10826,60.126675,543.7851,20.995575,1041.0078,51.610844,410.8854,440.86508,21.602995,17.307238,596.6168,665.4615,1747.1526,253.7002 +2023-10-19 01:00:00,0.0,8488.72,235.51396,77.60585,90.897255,63.79701,303.95032,43.26074,85.54795,27.225594,50.061832,1340.8354,101.620735,26.389393,237.23875,0.9162443,0.7721195,42.98528,1.6744694,0.07297406,776.878,0.062568635,739.20667,104.03086,0.03954261,0.03294696,275.34503,37.32496,126.995224,139.39812,11407.694,0.16515812,2447.3845,4.2406435,0.1291439,0.20344584,0.26242542,260.83835,320.69067,26.845396,88.34913,40.021782,17.823355,1761.5238,2.5337791,72.104706,30.154955,453.63486,30.857016,431.10062,14.891322,81.07357,0.0,1064.9376,4308.866,1.8854057,342.71066,49.216248,27797.713,44.5629,1.9763703,18.898872,43.157608,11.170943,3.0641904,21.195871,643.81,249.35649,25.19899,1.6204801,4.358161,145.30214,11.103324,239.34854,214.65941,2141.4443,651.42255,111.65287,148.29538,240.83302,5.315535,7.972341,25.976542,3.2745972,4.729645,35.32695,46.811024,100.48857,24.63717,28.464964,65.157555,11.510529,3553.191,26.205534,23.795027,18.87498,13.465143,201.60379,43.819416,23.049059,6.144921,16.086414,23.177197,84.5345,177.45119,45.716465,179.82387,33.272083,21.12156,115.74183,72.73444,321.75452,83.38915,1.9554785,5.4114246,5.89748,47.48159,9300.775,2.014006,18.5302,56.426918,19.928854,188.14406,56.048923,112.657364,2.682364,98.76381,454.1987,274.7329,74.82846,438.22592,51.7668,69.65355,113.88932,16.10244,2.6668952,16.520885,676.4805,0.30942664,0.5883602,76.96175,11.704422,7.67536,9.075919,16.368757,103.06954,30.224783,143.56984,730.46826,381.74182,2676.2563,2067.5925,37.21889,69.87004,5187.704,13.967505,111.7831,658.1998,194.24426,262.58725,113.24739,675.4728,662.0463,474.65405,21.493855,142.24019,497.53217,950.5457,48.59991,448.16772,61.98554,1.4863425,50.62548,1.0532851,0.9999997,4.04116,31.689867,217.36674,57.98728,18.900314,720.8087,212.78381,124.00922,172.15591,46.948925,54.290993,27.11286,54.999012,24.825605,232.63531,105.92633,32.477207,27.353035,25.07164,56.263924,54.242718,7.909439,218.86763,60.05019,543.2218,20.973589,1039.8396,51.55688,411.02716,440.31647,21.583628,17.302296,596.08386,665.0691,1746.737,253.97937 +2023-10-19 02:00:00,0.0,8478.815,235.23334,77.62024,90.9446,63.802082,304.02313,43.27213,85.59353,27.228714,50.084785,1339.8439,101.56599,26.393814,237.29688,0.9179974,0.7737725,43.005226,1.6780924,0.07281182,777.3201,0.06252222,739.6101,104.07119,0.03945679,0.03288952,275.58096,37.339745,127.14815,139.46465,11396.839,0.16544457,2448.258,4.2491703,0.12933943,0.2036939,0.2628897,260.93805,320.7824,26.856295,88.270836,40.022915,17.814236,1760.6178,2.5365183,72.08946,30.132927,453.70416,30.85,431.0064,14.874029,81.03016,0.0,1064.5577,4306.702,1.8816249,342.52957,49.15577,27784.252,44.53247,1.9731103,18.892063,43.145172,11.158558,3.0618994,21.189285,643.3498,249.09375,25.186415,1.6179591,4.3533463,145.2162,11.081479,239.26999,214.78333,2140.6667,651.6,111.629295,148.26979,240.42172,5.3155966,7.9731936,26.009377,3.275252,4.734685,35.284687,46.765274,100.50833,24.621326,28.440214,65.12935,11.511726,3552.8333,26.19989,23.791666,18.871582,13.458479,201.54167,43.798767,23.041666,6.1432977,16.075212,23.159803,84.486725,177.3421,45.670834,179.73248,33.241333,21.100702,115.687386,72.69792,321.2487,83.370224,1.9556667,5.4083333,5.8962502,47.432392,9288.186,2.0145278,18.511587,56.456253,19.9198,188.05977,56.033333,112.672386,2.6841667,98.71875,454.27972,274.86703,74.75662,438.2637,51.791668,69.62025,113.836754,16.113087,2.6679876,16.526419,676.1472,0.3100463,0.589,76.98589,11.7020235,7.6790466,9.079033,16.369875,103.120445,30.20521,143.6044,730.64465,381.85608,2676.2437,2067.6033,37.20375,69.86301,5182.923,13.978833,111.739586,658.06714,194.15625,262.4729,113.21546,675.1111,661.59375,474.6099,21.47619,142.175,497.03384,949.6492,48.525772,447.38013,61.89097,1.487111,50.625885,1.0536486,1.0007755,4.0447097,31.641668,217.342,57.91791,18.902779,719.9164,212.51389,123.85715,171.91667,46.904762,54.291668,27.097223,54.886948,24.8125,232.3782,105.78214,32.471672,27.314583,25.041666,56.19881,54.156944,7.897149,218.627,59.9737,542.65857,20.951603,1038.6715,51.502922,411.16895,439.76788,21.564262,17.297356,595.55096,664.6767,1746.3215,254.25854 +2023-10-19 03:00:00,0.0,8468.911,234.95271,77.63462,90.99196,63.807156,304.09592,43.28352,85.63911,27.231833,50.107742,1338.8522,101.51124,26.398233,237.355,0.9197505,0.7754255,43.02517,1.6817153,0.072649576,777.7623,0.062475804,740.01355,104.11151,0.039370965,0.03283208,275.8169,37.354527,127.30108,139.53119,11385.982,0.16573101,2449.1316,4.257697,0.12953496,0.20394196,0.263354,261.03775,320.87415,26.867195,88.19254,40.02405,17.805115,1759.7118,2.5392573,72.07421,30.110899,453.7735,30.842983,430.9122,14.856736,80.98674,0.0,1064.1777,4304.5386,1.8778442,342.34845,49.09529,27770.79,44.502045,1.9698503,18.885254,43.132744,11.146173,3.0596085,21.1827,642.88965,248.83101,25.17384,1.6154382,4.3485317,145.13026,11.059634,239.19145,214.90726,2139.8892,651.7774,111.60571,148.2442,240.01044,5.3156586,7.9740458,26.042213,3.275907,4.7397256,35.242424,46.71952,100.52808,24.605484,28.415464,65.101135,11.512923,3552.4758,26.194246,23.788307,18.868183,13.451816,201.47955,43.77812,23.034275,6.1416745,16.06401,23.142408,84.43894,177.23302,45.625202,179.6411,33.210583,21.079844,115.63295,72.66139,320.74286,83.3513,1.9558549,5.405242,5.89502,47.383194,9275.595,2.0150497,18.492977,56.485584,19.910744,187.9755,56.017742,112.68741,2.685969,98.67369,454.36078,275.00116,74.68479,438.3015,51.816532,69.586945,113.78418,16.123734,2.66908,16.53195,675.81396,0.31066597,0.5896398,77.01005,11.699626,7.682733,9.082148,16.370995,103.17134,30.185637,143.63896,730.82104,381.9703,2676.2307,2067.614,37.18861,69.855965,5178.1416,13.990161,111.69607,657.9345,194.06825,262.35858,113.183525,674.74945,661.14124,474.56577,21.458525,142.1098,496.5355,948.75256,48.45163,446.59253,61.796402,1.4878794,50.626286,1.0540122,1.0015514,4.0482597,31.59347,217.31726,57.848545,18.905241,719.02405,212.24394,123.70507,171.67741,46.8606,54.29234,27.081587,54.774883,24.799395,232.12108,105.63796,32.466133,27.27613,25.011694,56.1337,54.071167,7.884859,218.38635,59.897217,542.0953,20.929617,1037.5034,51.448963,411.3107,439.2193,21.544895,17.292414,595.01807,664.2843,1745.906,254.5377 +2023-10-19 04:00:00,0.0,8459.007,234.67207,77.649,91.03931,63.81223,304.1687,43.29491,85.68468,27.234953,50.130695,1337.8606,101.45649,26.402653,237.4131,0.92150354,0.77707845,43.045116,1.6853383,0.07248733,778.20447,0.06242939,740.417,104.15183,0.039285142,0.03277464,276.05283,37.369312,127.454,139.59772,11375.127,0.16601744,2450.0051,4.2662244,0.12973048,0.20419002,0.26381826,261.13745,320.9659,26.878096,88.11425,40.02519,17.795994,1758.8059,2.5419965,72.05896,30.088871,453.84277,30.835968,430.818,14.839443,80.94333,0.0,1063.7979,4302.3745,1.8740635,342.16736,49.034813,27757.328,44.47162,1.9665903,18.878443,43.12031,11.133786,3.0573175,21.176113,642.42944,248.56825,25.161264,1.6129172,4.343717,145.04433,11.037789,239.1129,215.03117,2139.1116,651.95483,111.58213,148.21861,239.59915,5.31572,7.974898,26.07505,3.276562,4.744766,35.20016,46.673763,100.547844,24.589642,28.390715,65.07293,11.514121,3552.1182,26.1886,23.784946,18.864784,13.445151,201.41743,43.75747,23.026882,6.1400514,16.052809,23.125015,84.39116,177.12393,45.57957,179.5497,33.179836,21.058987,115.578514,72.62487,320.23703,83.33238,1.956043,5.4021506,5.8937902,47.334,9263.005,2.0155718,18.474365,56.51492,19.90169,187.89122,56.00215,112.70243,2.6877718,98.62863,454.44183,275.1353,74.61296,438.3393,51.841396,69.55364,113.731606,16.13438,2.6701725,16.537483,675.48065,0.31128561,0.5902796,77.034195,11.6972275,7.6864195,9.085261,16.372112,103.22224,30.166063,143.67352,730.99744,382.08456,2676.218,2067.6248,37.17347,69.84893,5173.3604,14.001489,111.65256,657.8018,193.98024,262.24423,113.15159,674.3878,660.6887,474.5216,21.44086,142.04462,496.03717,947.85596,48.377487,445.80493,61.701836,1.4886478,50.62669,1.0543756,1.0023272,4.0518093,31.545269,217.29251,57.77918,18.907705,718.1317,211.97401,123.553,171.43817,46.816437,54.29301,27.06595,54.662815,24.786291,231.86397,105.49378,32.460598,27.237679,24.98172,56.06859,53.985394,7.872569,218.14572,59.820732,541.532,20.907633,1036.3352,51.395,411.45248,438.67072,21.525528,17.287472,594.4851,663.8919,1745.4906,254.81688 +2023-10-19 05:00:00,0.0,8449.103,234.39145,77.66338,91.086655,63.817303,304.24152,43.3063,85.730255,27.238073,50.15365,1336.869,101.40174,26.407074,237.47122,0.92325664,0.7787314,43.06506,1.6889613,0.07232509,778.6466,0.062382974,740.82043,104.19216,0.03919932,0.0327172,276.28873,37.384098,127.60693,139.66426,11364.2705,0.16630389,2450.8787,4.274751,0.12992601,0.20443808,0.26428258,261.23715,321.05765,26.888994,88.03596,40.026325,17.786873,1757.8999,2.5447354,72.04372,30.066843,453.91208,30.82895,430.7238,14.822149,80.89991,0.0,1063.418,4300.2104,1.8702828,341.98624,48.974335,27743.865,44.44119,1.9633303,18.871634,43.10788,11.121401,3.0550265,21.169527,641.96924,248.30551,25.14869,1.6103963,4.3389025,144.95839,11.0159445,239.03435,215.1551,2138.334,652.13226,111.558556,148.19302,239.18785,5.315782,7.9757504,26.107885,3.277217,4.749807,35.157898,46.628014,100.567604,24.573797,28.365963,65.04472,11.515318,3551.7607,26.182957,23.781586,18.861387,13.438488,201.35532,43.736824,23.01949,6.138428,16.041607,23.10762,84.343376,177.01486,45.533936,179.45831,33.149086,21.038128,115.52408,72.58834,319.7312,83.31346,1.9562312,5.399059,5.8925605,47.2848,9250.414,2.0160937,18.455753,56.544254,19.892633,187.80693,55.98656,112.71745,2.6895742,98.58357,454.52286,275.26944,74.54112,438.37708,51.866264,69.52035,113.67904,16.14503,2.671265,16.543015,675.1474,0.3119053,0.5909193,77.05834,11.694829,7.690106,9.088376,16.37323,103.27313,30.14649,143.70808,731.1738,382.19882,2676.205,2067.6353,37.15833,69.841896,5168.579,14.012816,111.60904,657.6692,193.89224,262.12988,113.11965,674.0262,660.2362,474.47748,21.423195,141.97943,495.53885,946.95935,48.303345,445.0173,61.607265,1.4894164,50.62709,1.0547391,1.003103,4.0553594,31.49707,217.26778,57.709812,18.91017,717.2393,211.70407,123.400925,171.19893,46.772274,54.293682,27.050314,54.55075,24.773186,231.60686,105.3496,32.45506,27.199226,24.951748,56.003475,53.899616,7.860279,217.90508,59.744247,540.96875,20.885647,1035.1671,51.34104,411.59424,438.12213,21.50616,17.28253,593.9522,663.49945,1745.0751,255.09605 +2023-10-19 06:00:00,0.0,8439.198,234.11081,77.677765,91.13401,63.82238,304.3143,43.31769,85.77583,27.241194,50.176605,1335.8773,101.34699,26.411493,237.52933,0.9250097,0.78038436,43.085007,1.6925843,0.072162844,779.0888,0.062336557,741.22394,104.23248,0.0391135,0.03265976,276.52466,37.398884,127.75986,139.73079,11353.414,0.16659033,2451.7524,4.283278,0.13012154,0.20468614,0.26474687,261.33685,321.14938,26.899895,87.957664,40.02746,17.777752,1756.9939,2.5474746,72.028465,30.044815,453.98138,30.821936,430.62958,14.804856,80.8565,0.0,1063.038,4298.047,1.866502,341.80515,48.913857,27730.404,44.410763,1.9600703,18.864822,43.095448,11.109015,3.0527356,21.162941,641.5091,248.04277,25.136114,1.6078752,4.334088,144.87245,10.9941,238.9558,215.27904,2137.5564,652.30963,111.53497,148.16743,238.77657,5.3158436,7.9766026,26.140722,3.2778718,4.7548475,35.115635,46.58226,100.587364,24.557955,28.341213,65.01651,11.516515,3551.4033,26.177313,23.778225,18.857988,13.431825,201.29321,43.716175,23.012096,6.136805,16.030405,23.090227,84.29559,176.90578,45.488304,179.36693,33.118336,21.017271,115.46964,72.55182,319.22537,83.29453,1.9564193,5.3959675,5.8913307,47.235603,9237.824,2.0166156,18.437143,56.57359,19.88358,187.72266,55.970966,112.732475,2.691377,98.538506,454.6039,275.40356,74.46929,438.4149,51.89113,69.487045,113.626465,16.155676,2.6723573,16.548548,674.8141,0.31252494,0.5915591,77.08249,11.6924305,7.6937923,9.09149,16.37435,103.324036,30.126917,143.74265,731.3502,382.31305,2676.1924,2067.646,37.14319,69.83486,5163.798,14.024144,111.56552,657.5365,193.80423,262.01553,113.08772,673.6645,659.7836,474.43332,21.405529,141.91425,495.0405,946.0628,48.229206,444.2297,61.5127,1.4901848,50.627495,1.0551026,1.0038788,4.0589094,31.448872,217.24303,57.64044,18.912634,716.347,211.43413,123.24885,170.95967,46.72811,54.294353,27.034678,54.438686,24.76008,231.34975,105.20542,32.449524,27.160774,24.921774,55.938366,53.813843,7.8479886,217.66444,59.667763,540.40546,20.86366,1033.9989,51.28708,411.73602,437.57352,21.486794,17.277588,593.41925,663.10706,1744.6595,255.37523 +2023-10-19 07:00:00,0.0,8429.294,233.83018,77.69215,91.18136,63.827454,304.3871,43.329082,85.8214,27.244312,50.19956,1334.8857,101.292244,26.415913,237.58745,0.9267628,0.7820373,43.10495,1.6962073,0.0720006,779.53094,0.062290143,741.6274,104.272804,0.039027676,0.03260232,276.7606,37.41367,127.91279,139.79733,11342.559,0.16687678,2452.626,4.2918053,0.13031708,0.2049342,0.26521116,261.43655,321.24112,26.910793,87.87937,40.028595,17.768631,1756.0879,2.5502138,72.013214,30.022787,454.05072,30.814919,430.53537,14.787563,80.81308,0.0,1062.6581,4295.883,1.8627213,341.62402,48.85338,27716.943,44.380337,1.9568102,18.858013,43.083015,11.096629,3.0504446,21.156355,641.0489,247.78003,25.123539,1.6053543,4.329273,144.78651,10.972255,238.87726,215.40295,2136.7788,652.48706,111.51139,148.14185,238.36528,5.3159056,7.9774547,26.173557,3.2785268,4.759888,35.07337,46.536507,100.60712,24.54211,28.316463,64.988304,11.517713,3551.0457,26.171669,23.774866,18.85459,13.42516,201.2311,43.695526,23.004704,6.135182,16.019203,23.072832,84.24781,176.79669,45.442673,179.27554,33.087585,20.996412,115.41521,72.51529,318.71957,83.27561,1.9566076,5.392876,5.890101,47.186405,9225.234,2.0171375,18.418531,56.602924,19.874523,187.63838,55.955376,112.7475,2.6931794,98.49345,454.68497,275.53772,74.39745,438.45267,51.915993,69.45374,113.57389,16.166323,2.6734498,16.55408,674.48083,0.31314462,0.5921989,77.106636,11.690033,7.6974783,9.094604,16.375467,103.37493,30.107344,143.7772,731.5266,382.4273,2676.1794,2067.6567,37.128048,69.82782,5159.0166,14.035471,111.52201,657.4039,193.71623,261.90118,113.055786,673.30286,659.3311,474.3892,21.387865,141.84906,494.54218,945.1662,48.155064,443.4421,61.418133,1.4909532,50.627895,1.0554662,1.0046546,4.062459,31.400673,217.21829,57.571075,18.915098,715.45465,211.1642,123.09678,170.72043,46.68395,54.29503,27.019041,54.32662,24.746975,231.09264,105.06123,32.443985,27.122322,24.8918,55.873253,53.72807,7.8356986,217.4238,59.591278,539.84216,20.841675,1032.8308,51.23312,411.87778,437.02493,21.467426,17.272646,592.88635,662.71466,1744.2441,255.65439 +2023-10-19 08:00:00,0.0,8419.39,233.54956,77.70653,91.228714,63.832527,304.4599,43.340473,85.86698,27.247433,50.22251,1333.8942,101.237495,26.420334,237.64557,0.92851585,0.78369033,43.124897,1.6998303,0.07183836,779.97314,0.062243726,742.0308,104.313126,0.038941853,0.03254488,276.99652,37.42845,128.06572,139.86386,11331.702,0.16716321,2453.4995,4.300332,0.13051261,0.20518225,0.26567546,261.53625,321.33286,26.921694,87.80108,40.02973,17.75951,1755.182,2.5529528,71.99797,30.00076,454.12,30.807903,430.44113,14.77027,80.76967,0.0,1062.2782,4293.7188,1.8589406,341.44293,48.7929,27703.48,44.349907,1.9535502,18.851202,43.070587,11.084244,3.0481534,21.149769,640.58875,247.51727,25.110964,1.6028334,4.324459,144.70056,10.95041,238.7987,215.52689,2136.0015,652.6645,111.487816,148.11626,237.95398,5.315967,7.9783072,26.206394,3.2791817,4.764929,35.03111,46.490753,100.62688,24.526268,28.291714,64.96009,11.518909,3550.6882,26.166023,23.771505,18.85119,13.418497,201.16898,43.674877,22.997313,6.133559,16.008001,23.055439,84.20003,176.6876,45.39704,179.18416,33.056835,20.975555,115.36076,72.47877,318.21375,83.25669,1.9567957,5.389785,5.888871,47.13721,9212.644,2.0176597,18.399921,56.63226,19.865469,187.55411,55.939785,112.76252,2.694982,98.44839,454.766,275.67184,74.32562,438.49045,51.94086,69.42044,113.521324,16.17697,2.6745422,16.559612,674.1475,0.31376427,0.5928387,77.13078,11.687634,7.7011647,9.097718,16.376587,103.42583,30.08777,143.81177,731.703,382.54156,2676.1667,2067.6675,37.112904,69.820786,5154.2354,14.046799,111.47849,657.27124,193.62823,261.78683,113.02385,672.9412,658.8786,474.34503,21.3702,141.78387,494.04385,944.2696,48.08092,442.6545,61.323563,1.4917216,50.6283,1.0558296,1.0054305,4.066009,31.352474,217.19354,57.50171,18.917562,714.5623,210.89426,122.9447,170.48119,46.639786,54.2957,27.003407,54.214554,24.733871,230.83553,104.91705,32.43845,27.08387,24.861828,55.808144,53.642292,7.8234086,217.18317,59.514793,539.27893,20.819689,1031.6626,51.17916,412.01956,436.47635,21.44806,17.267704,592.3534,662.32227,1743.8286,255.93356 +2023-10-19 09:00:00,0.0,8409.485,233.26892,77.72091,91.27606,63.8376,304.53268,43.351864,85.91256,27.250553,50.24547,1332.9025,101.18275,26.424753,237.70367,0.93026894,0.7853433,43.14484,1.7034532,0.07167611,780.4153,0.06219731,742.43427,104.353455,0.03885603,0.032487445,277.23245,37.443237,128.21864,139.9304,11320.847,0.16744965,2454.373,4.308859,0.13070814,0.20543031,0.26613975,261.63596,321.4246,26.932594,87.722786,40.030865,17.75039,1754.276,2.555692,71.98272,29.978733,454.18933,30.800886,430.34692,14.752977,80.72625,0.0,1061.8982,4291.555,1.8551599,341.26184,48.73242,27690.02,44.31948,1.9502902,18.844393,43.05815,11.071858,3.0458624,21.143183,640.12854,247.25453,25.098389,1.6003124,4.3196445,144.61462,10.928565,238.72015,215.6508,2135.2239,652.8419,111.46423,148.09067,237.5427,5.316029,7.9791594,26.239231,3.2798367,4.7699695,34.988846,46.445004,100.64664,24.510424,28.266964,64.931885,11.520106,3550.3306,26.16038,23.768145,18.847792,13.411834,201.10686,43.65423,22.98992,6.131936,15.996799,23.038044,84.152245,176.57852,45.35141,179.09276,33.02609,20.954699,115.30633,72.44224,317.70792,83.23777,1.9569839,5.3866935,5.887641,47.088013,9200.054,2.0181816,18.38131,56.661594,19.856415,187.46982,55.924194,112.77755,2.6967845,98.40333,454.84705,275.80597,74.25379,438.52826,51.965725,69.38714,113.46875,16.187616,2.6756346,16.565144,673.8143,0.31438395,0.5934785,77.15494,11.685236,7.704851,9.100832,16.377705,103.47672,30.068197,143.84633,731.87933,382.6558,2676.1538,2067.6782,37.097763,69.81375,5149.454,14.058126,111.43498,657.13855,193.54022,261.6725,112.99192,672.5796,658.426,474.30087,21.352535,141.71867,493.5455,943.37305,48.00678,441.8669,61.228996,1.49249,50.6287,1.0561931,1.0062063,4.0695586,31.304276,217.16881,57.432343,18.920027,713.67,210.62431,122.792625,170.24193,46.595623,54.29637,26.98777,54.10249,24.720766,230.5784,104.77287,32.43291,27.045418,24.831854,55.74303,53.55652,7.8111186,216.94252,59.43831,538.71564,20.797703,1030.4945,51.1252,412.16135,435.92776,21.428692,17.262762,591.8205,661.9299,1743.4131,256.21274 +2023-10-19 10:00:00,0.0,8399.581,232.9883,77.73529,91.32342,63.842674,304.60547,43.363255,85.95813,27.253674,50.26842,1331.9109,101.128,26.429173,237.7618,0.93202204,0.78699625,43.164787,1.7070762,0.07151387,780.8575,0.062150896,742.8377,104.393776,0.03877021,0.032430004,277.46838,37.458023,128.37157,139.99693,11309.99,0.1677361,2455.2466,4.3173857,0.13090368,0.20567837,0.26660404,261.73566,321.51636,26.943493,87.644485,40.032,17.741268,1753.37,2.558431,71.96747,29.956705,454.2586,30.79387,430.25272,14.735684,80.68284,0.0,1061.5183,4289.391,1.8513792,341.08072,48.671944,27676.557,44.289055,1.9470302,18.837584,43.04572,11.059472,3.0435715,21.136597,639.6684,246.99179,25.085815,1.5977914,4.31483,144.52869,10.90672,238.6416,215.77473,2134.4463,653.01935,111.44066,148.06508,237.13141,5.3160906,7.9800115,26.272066,3.2804916,4.7750096,34.946583,46.399246,100.6664,24.494581,28.242214,64.90367,11.521304,3549.9731,26.154736,23.764786,18.844393,13.4051695,201.04474,43.633583,22.982527,6.130313,15.985598,23.02065,84.10446,176.46944,45.30578,179.00137,32.99534,20.93384,115.25189,72.405716,317.2021,83.21884,1.957172,5.383602,5.886411,47.038815,9187.463,2.0187035,18.362698,56.69093,19.847359,187.38554,55.908604,112.79257,2.6985872,98.35827,454.9281,275.94012,74.18195,438.56604,51.990593,69.353836,113.41618,16.198263,2.6767268,16.570677,673.48096,0.31500363,0.59411824,77.179085,11.6828375,7.7085376,9.103946,16.378822,103.527626,30.048622,143.88089,732.0557,382.77005,2676.141,2067.689,37.082623,69.80672,5144.6724,14.069454,111.391464,657.0059,193.45222,261.55814,112.959984,672.2179,657.9735,474.25674,21.33487,141.65349,493.04718,942.47644,47.93264,441.0793,61.13443,1.4932585,50.629105,1.0565566,1.0069821,4.0731087,31.256077,217.14406,57.362972,18.922491,712.77765,210.35439,122.64056,170.00269,46.55146,54.297043,26.972134,53.990425,24.70766,230.32129,104.62869,32.427376,27.006966,24.801882,55.67792,53.47074,7.7988286,216.70189,59.361824,538.15234,20.775719,1029.3263,51.07124,412.3031,435.37918,21.409327,17.25782,591.28754,661.5375,1742.9976,256.4919 +2023-10-19 11:00:00,0.0,8389.677,232.70766,77.74967,91.370766,63.847748,304.67828,43.374645,86.00371,27.256792,50.291374,1330.9193,101.07325,26.433594,237.8199,0.9337751,0.7886492,43.18473,1.7106992,0.071351625,781.2996,0.06210448,743.24115,104.4341,0.038684387,0.032372564,277.70428,37.47281,128.52449,140.06348,11299.134,0.16802254,2456.12,4.325913,0.13109921,0.20592643,0.26706833,261.8354,321.6081,26.954393,87.56619,40.03314,17.732147,1752.464,2.56117,71.952225,29.934677,454.32794,30.786854,430.1585,14.718391,80.63942,0.0,1061.1384,4287.2275,1.8475984,340.89963,48.611465,27663.096,44.258625,1.9437702,18.830772,43.033287,11.047087,3.0412805,21.130013,639.2082,246.72905,25.07324,1.5952704,4.310015,144.44275,10.884875,238.56306,215.89865,2133.6687,653.1968,111.41708,148.03949,236.72011,5.316152,7.9808636,26.304903,3.2811465,4.7800503,34.90432,46.353497,100.68615,24.478739,28.217464,64.875465,11.522501,3549.6155,26.14909,23.761425,18.840994,13.398506,200.98262,43.612934,22.975134,6.12869,15.974396,23.003256,84.05668,176.36035,45.260147,178.90999,32.96459,20.912983,115.19746,72.36919,316.69626,83.19992,1.9573603,5.380511,5.8851814,46.989616,9174.873,2.0192254,18.344088,56.720264,19.838305,187.30127,55.89301,112.807594,2.7003896,98.31321,455.00912,276.07425,74.11012,438.60382,52.015457,69.32053,113.36361,16.208912,2.6778193,16.576208,673.1477,0.31562328,0.59475803,77.20323,11.68044,7.712224,9.10706,16.379942,103.57852,30.029049,143.91545,732.2321,382.8843,2676.1282,2067.6995,37.067482,69.799675,5139.891,14.080782,111.34795,656.8732,193.36421,261.4438,112.92805,671.85626,657.521,474.2126,21.317204,141.5883,492.54886,941.57983,47.858498,440.2917,61.03986,1.494027,50.629505,1.0569202,1.0077579,4.0766587,31.207878,217.11932,57.293606,18.924955,711.8853,210.08444,122.48848,169.76344,46.507298,54.297714,26.956497,53.878357,24.694557,230.06418,104.484505,32.421837,26.968515,24.771908,55.61281,53.384968,7.7865386,216.46126,59.28534,537.5891,20.753733,1028.1582,51.017277,412.4449,434.8306,21.38996,17.252878,590.75464,661.1451,1742.5822,256.7711 +2023-10-19 12:00:00,0.0,8379.772,232.42703,77.76405,91.41812,63.85282,304.75107,43.386036,86.049286,27.259912,50.31433,1329.9276,101.0185,26.438013,237.87802,0.9355282,0.79030216,43.204678,1.7143222,0.07118938,781.7418,0.062058065,743.6446,104.47442,0.038598564,0.032315124,277.94022,37.487595,128.67741,140.13,11288.278,0.16830897,2456.9937,4.3344398,0.13129474,0.2061745,0.2675326,261.9351,321.69983,26.965292,87.4879,40.034275,17.723026,1751.5581,2.563909,71.93697,29.91265,454.39722,30.779839,430.0643,14.7010975,80.59601,0.0,1060.7584,4285.0635,1.8438177,340.7185,48.550987,27649.635,44.2282,1.9405102,18.823963,43.02086,11.0347,3.0389895,21.123426,638.74805,246.4663,25.060665,1.5927495,4.3052006,144.35681,10.8630295,238.48451,216.02258,2132.891,653.37415,111.3935,148.0139,236.30882,5.316214,7.981716,26.337738,3.2818015,4.785091,34.862057,46.30774,100.70591,24.462894,28.192715,64.84725,11.523698,3549.258,26.143446,23.758064,18.837597,13.391843,200.92052,43.592285,22.967741,6.1270666,15.963194,22.985863,84.008896,176.25128,45.214516,178.8186,32.933838,20.892124,115.14302,72.332664,316.19043,83.181,1.9575484,5.3774195,5.8839517,46.940422,9162.283,2.0197473,18.325476,56.7496,19.829248,187.217,55.87742,112.82262,2.7021923,98.26814,455.09018,276.2084,74.03829,438.64163,52.04032,69.28724,113.311035,16.219559,2.6789117,16.58174,672.8144,0.31624296,0.59539783,77.22738,11.678041,7.7159104,9.110174,16.38106,103.62942,30.009476,143.95001,732.4085,382.99854,2676.1155,2067.7102,37.05234,69.79264,5135.11,14.09211,111.304436,656.7406,193.27621,261.32944,112.89612,671.4946,657.0685,474.16846,21.29954,141.52312,492.0505,940.6833,47.784355,439.5041,60.945293,1.4947954,50.62991,1.0572836,1.0085337,4.0802083,31.159678,217.09457,57.22424,18.92742,710.9929,209.81451,122.33641,169.5242,46.463135,54.298386,26.94086,53.766293,24.681452,229.80707,104.340324,32.4163,26.930063,24.741936,55.5477,53.29919,7.7742486,216.22061,59.208855,537.0258,20.731747,1026.9901,50.963318,412.58664,434.28198,21.370592,17.247936,590.2217,660.7527,1742.1666,257.05026 +2023-10-19 13:00:00,0.0,8369.868,232.14641,77.778435,91.46547,63.857895,304.82385,43.397427,86.09486,27.263033,50.337284,1328.936,100.96375,26.442432,237.93614,0.93728125,0.7919552,43.22462,1.7179452,0.07102714,782.18396,0.062011648,744.0481,104.51475,0.03851274,0.032257687,278.17615,37.502377,128.83035,140.19655,11277.422,0.16859542,2457.8674,4.3429666,0.13149028,0.20642255,0.2679969,262.0348,321.79156,26.976192,87.40961,40.035408,17.713905,1750.6521,2.5666482,71.92172,29.890621,454.46655,30.772821,429.9701,14.6838045,80.55259,0.0,1060.3785,4282.8994,1.840037,340.5374,48.49051,27636.172,44.197773,1.9372501,18.817152,43.008427,11.022315,3.0366986,21.11684,638.28784,246.20355,25.04809,1.5902286,4.300386,144.27087,10.841185,238.40596,216.1465,2132.1135,653.5516,111.36992,147.98833,235.89754,5.3162756,7.9825683,26.370575,3.2824564,4.7901316,34.819798,46.261986,100.72567,24.447052,28.167965,64.819046,11.524896,3548.9006,26.137802,23.754704,18.834198,13.385179,200.8584,43.571636,22.96035,6.1254435,15.951992,22.968468,83.96111,176.1422,45.168884,178.72722,32.90309,20.871267,115.088585,72.296135,315.6846,83.16207,1.9577366,5.3743277,5.882722,46.891224,9149.692,2.0202694,18.306866,56.778934,19.820194,187.1327,55.861828,112.83764,2.7039948,98.22308,455.17123,276.34253,73.96645,438.6794,52.06519,69.25394,113.25847,16.230206,2.6800041,16.587273,672.48114,0.3168626,0.5960376,77.251526,11.675643,7.719597,9.113288,16.382177,103.68031,29.989902,143.98457,732.58484,383.1128,2676.1025,2067.721,37.0372,69.78561,5130.3286,14.103437,111.26092,656.6079,193.1882,261.2151,112.86418,671.133,656.6159,474.1243,21.281874,141.45793,491.5522,939.7867,47.710213,438.7165,60.850727,1.4955639,50.63031,1.0576471,1.0093095,4.0837584,31.111479,217.06984,57.154873,18.929884,710.1006,209.54457,122.18433,169.28494,46.418972,54.29906,26.925224,53.65423,24.668346,229.54996,104.196144,32.410763,26.891611,24.711962,55.482586,53.213417,7.7619586,215.97998,59.13237,536.4625,20.70976,1025.8219,50.90936,412.72842,433.7334,21.351225,17.242994,589.6888,660.3603,1741.7511,257.3294 +2023-10-19 14:00:00,0.0,8359.964,231.86577,77.792816,91.51282,63.86297,304.89664,43.408817,86.140434,27.266153,50.360237,1327.9445,100.909004,26.446854,237.99425,0.93903434,0.7936081,43.244568,1.7215682,0.07086489,782.6261,0.06196523,744.45154,104.55507,0.03842692,0.032200247,278.41208,37.517162,128.98328,140.26308,11266.566,0.16888186,2458.741,4.351494,0.13168581,0.20667061,0.26846117,262.1345,321.8833,26.987093,87.331314,40.036545,17.704784,1749.7461,2.5693872,71.90648,29.868593,454.53586,30.765806,429.8759,14.666512,80.50918,0.0,1059.9987,4280.736,1.8362563,340.3563,48.43003,27622.71,44.167343,1.9339901,18.810343,42.995995,11.00993,3.0344076,21.110254,637.82764,245.94081,25.035515,1.5877075,4.2955713,144.18494,10.81934,238.32741,216.27043,2131.336,653.729,111.346344,147.96274,235.48624,5.3163376,7.9834204,26.403412,3.2831113,4.795172,34.777534,46.216236,100.74543,24.431208,28.143215,64.79083,11.526093,3548.543,26.132158,23.751345,18.8308,13.378515,200.79628,43.550987,22.952957,6.123821,15.94079,22.951075,83.91333,176.03311,45.123253,178.63582,32.87234,20.850409,115.03414,72.25961,315.17877,83.14315,1.9579247,5.3712363,5.881492,46.842026,9137.103,2.0207913,18.288254,56.808266,19.81114,187.04843,55.846237,112.85266,2.7057974,98.178024,455.25226,276.47665,73.89462,438.7172,52.090054,69.220634,113.205894,16.240852,2.6810966,16.592804,672.1478,0.3174823,0.5966774,77.27567,11.673244,7.723283,9.116403,16.383297,103.73122,29.97033,144.01913,732.7612,383.22705,2676.0898,2067.7317,37.022057,69.77857,5125.5474,14.114765,111.21741,656.4753,193.1002,261.10074,112.832245,670.7713,656.1634,474.08017,21.264208,141.39275,491.05386,938.8901,47.636074,437.9289,60.756157,1.4963323,50.630714,1.0580106,1.0100855,4.087308,31.06328,217.04509,57.085503,18.932348,709.20825,209.27463,122.03226,169.0457,46.37481,54.299732,26.909588,53.542164,24.655241,229.29283,104.05196,32.405228,26.853159,24.68199,55.417473,53.127644,7.749668,215.73933,59.055885,535.89923,20.687775,1024.6538,50.855396,412.87018,433.1848,21.331858,17.238052,589.1558,659.9679,1741.3356,257.60858 +2023-10-19 15:00:00,0.0,8350.06,231.58514,77.8072,91.56017,63.868042,304.96945,43.420208,86.18601,27.269272,50.383194,1326.9528,100.854256,26.451273,238.05237,0.94078743,0.7952611,43.264515,1.7251912,0.07070264,783.0683,0.061918817,744.855,104.59539,0.038341098,0.032142807,278.648,37.531948,129.1362,140.32962,11255.71,0.16916831,2459.6145,4.3600206,0.13188134,0.20691867,0.26892546,262.2342,321.97507,26.997992,87.25302,40.03768,17.695663,1748.8402,2.5721264,71.89123,29.846565,454.60513,30.758791,429.78168,14.649219,80.46576,0.0,1059.6187,4278.572,1.8324755,340.1752,48.36955,27609.25,44.136917,1.9307301,18.803534,42.983562,10.997543,3.0321167,21.103668,637.3675,245.67807,25.02294,1.5851866,4.2907567,144.099,10.797495,238.24887,216.39435,2130.5583,653.90643,111.32276,147.93715,235.07495,5.316399,7.984273,26.436247,3.2837663,4.800213,34.73527,46.17048,100.76518,24.415365,28.118465,64.76263,11.527289,3548.1855,26.126513,23.747984,18.8274,13.371852,200.73416,43.530342,22.945564,6.1221976,15.929588,22.933681,83.86555,175.92403,45.07762,178.54443,32.84159,20.829552,114.979706,72.22308,314.67294,83.12423,1.958113,5.368145,5.8802624,46.792828,9124.513,2.0213132,18.269644,56.8376,19.802084,186.96416,55.830647,112.86768,2.7075999,98.132965,455.3333,276.6108,73.82279,438.755,52.114918,69.18733,113.15332,16.2515,2.682189,16.598337,671.8146,0.31810194,0.59731716,77.29982,11.670847,7.7269692,9.119516,16.384415,103.78211,29.950756,144.0537,732.9376,383.34128,2676.077,2067.7424,37.006916,69.77153,5120.766,14.126093,111.17389,656.34265,193.0122,260.9864,112.80031,670.40967,655.7109,474.036,21.246544,141.32755,490.5555,937.9935,47.56193,437.1413,60.66159,1.4971007,50.631115,1.0583742,1.0108613,4.090858,31.015081,217.02036,57.016136,18.934813,708.3159,209.0047,121.88019,168.80646,46.330647,54.300404,26.893951,53.430096,24.642138,229.03572,103.907776,32.39969,26.814707,24.652016,55.352364,53.041866,7.737378,215.4987,58.9794,535.336,20.665789,1023.4856,50.801437,413.01196,432.63623,21.31249,17.23311,588.6229,659.5755,1740.9202,257.88776 +2023-10-19 16:00:00,0.0,8340.155,231.3045,77.82158,91.60752,63.87312,305.04224,43.4316,86.23158,27.272392,50.406147,1325.9612,100.79951,26.455692,238.11049,0.9425405,0.79691404,43.28446,1.7288141,0.0705404,783.51044,0.0618724,745.2584,104.63571,0.038255274,0.032085367,278.88394,37.546734,129.28912,140.39615,11244.8545,0.16945475,2460.488,4.3685474,0.13207687,0.20716673,0.26938975,262.3339,322.0668,27.008892,87.17473,40.03882,17.686543,1747.9342,2.5748653,71.87598,29.824537,454.67444,30.751774,429.68744,14.631926,80.42235,0.0,1059.2388,4276.4077,1.8286948,339.99408,48.30907,27595.787,44.10649,1.9274701,18.796722,42.97113,10.985158,3.0298257,21.097082,636.9073,245.41531,25.010365,1.5826656,4.285942,144.01306,10.77565,238.17032,216.51828,2129.781,654.08386,111.29918,147.91156,234.66367,5.316461,7.985125,26.469084,3.2844212,4.8052535,34.69301,46.12473,100.78494,24.399523,28.093716,64.73442,11.528487,3547.828,26.120869,23.744623,18.824001,13.365188,200.67204,43.509693,22.938171,6.1205745,15.918386,22.916286,83.817764,175.81494,45.03199,178.45305,32.81084,20.808693,114.92527,72.18656,314.1671,83.10531,1.9583011,5.3650537,5.879032,46.743633,9111.922,2.021835,18.251032,56.866936,19.79303,186.87988,55.815052,112.882706,2.7094026,98.087906,455.41437,276.74493,73.75095,438.7928,52.139786,69.15403,113.10075,16.262146,2.6832814,16.603868,671.48126,0.31872162,0.59795696,77.323975,11.668448,7.7306557,9.122631,16.385534,103.83301,29.931183,144.08826,733.114,383.45554,2676.0642,2067.7532,36.991776,69.764496,5115.985,14.13742,111.13038,656.20996,192.9242,260.87204,112.76838,670.04803,655.25836,473.99188,21.228878,141.26236,490.0572,937.0969,47.48779,436.35367,60.567024,1.4978691,50.63152,1.0587376,1.0116371,4.094408,30.966883,216.9956,56.94677,18.937275,707.4236,208.73476,121.72811,168.5672,46.286484,54.301075,26.878317,53.31803,24.629032,228.77861,103.763596,32.39415,26.776255,24.622044,55.28725,52.956093,7.725088,215.25806,58.902916,534.7727,20.643805,1022.3175,50.747475,413.15372,432.08765,21.293123,17.228168,588.08997,659.1831,1740.5046,258.16693 +2023-10-19 17:00:00,0.0,8330.25,231.02388,77.83596,91.65488,63.878193,305.11502,43.44299,86.27716,27.275513,50.4291,1324.9696,100.74477,26.460114,238.1686,0.94429356,0.798567,43.304405,1.7324371,0.070378155,783.95264,0.061825983,745.66187,104.67604,0.03816945,0.03202793,279.11984,37.561516,129.44206,140.46269,11233.998,0.16974118,2461.3616,4.3770747,0.1322724,0.20741479,0.26985404,262.4336,322.15854,27.01979,87.096436,40.03995,17.677422,1747.0282,2.5776045,71.86073,29.80251,454.74377,30.744759,429.59323,14.614633,80.37893,0.0,1058.8589,4274.244,1.8249141,339.813,48.248592,27582.326,44.07606,1.9242101,18.789913,42.9587,10.972773,3.0275347,21.090496,636.44714,245.15257,24.99779,1.5801446,4.2811275,143.92711,10.753805,238.09177,216.6422,2129.0034,654.2613,111.275604,147.88597,234.25237,5.3165226,7.985977,26.501919,3.2850761,4.8102937,34.650745,46.07898,100.8047,24.383678,28.068966,64.70621,11.529684,3547.4705,26.115225,23.741264,18.820602,13.358524,200.60992,43.489044,22.93078,6.1189513,15.907185,22.898893,83.76998,175.70586,44.986355,178.36166,32.78009,20.787836,114.870834,72.15003,313.6613,83.08638,1.9584893,5.3619623,5.8778024,46.694435,9099.332,2.0223572,18.23242,56.89627,19.783974,186.7956,55.79946,112.89773,2.711205,98.04285,455.4954,276.87906,73.67912,438.83057,52.16465,69.12073,113.04818,16.272795,2.6843739,16.609402,671.148,0.31934127,0.59859675,77.34812,11.66605,7.734342,9.125745,16.386652,103.8839,29.91161,144.1228,733.2904,383.5698,2676.0513,2067.7637,36.976635,69.75746,5111.2036,14.148747,111.08686,656.07733,192.8362,260.7577,112.73644,669.6864,654.8058,473.94772,21.211214,141.19717,489.55887,936.2003,47.413647,435.56607,60.472454,1.4986377,50.63192,1.0591011,1.0124129,4.0979576,30.918684,216.97087,56.877403,18.93974,706.53125,208.46483,121.57604,168.32796,46.24232,54.301746,26.86268,53.205967,24.615927,228.5215,103.619415,32.388615,26.737803,24.59207,55.22214,52.870316,7.712798,215.01743,58.82643,534.2094,20.621819,1021.14935,50.693516,413.2955,431.53906,21.273758,17.223227,587.55707,658.7907,1740.0891,258.4461 +2023-10-19 18:00:00,0.0,8320.346,230.74326,77.85034,91.702225,63.883266,305.18784,43.45438,86.32274,27.278633,50.452057,1323.9779,100.69002,26.464533,238.22672,0.94604665,0.80021995,43.32435,1.7360601,0.07021591,784.3948,0.06177957,746.0653,104.71636,0.038083628,0.03197049,279.35577,37.5763,129.59499,140.52922,11223.142,0.17002763,2462.235,4.3856015,0.13246794,0.20766285,0.27031833,262.5333,322.25027,27.030691,87.01814,40.04109,17.6683,1746.1222,2.5803437,71.84548,29.780481,454.81308,30.737741,429.49902,14.597339,80.33552,0.0,1058.479,4272.08,1.8211333,339.6319,48.188114,27568.863,44.045635,1.92095,18.783102,42.946266,10.960386,3.0252435,21.08391,635.98694,244.88983,24.985214,1.5776237,4.276313,143.84117,10.73196,238.01321,216.76613,2128.2258,654.43866,111.25202,147.86038,233.84108,5.3165846,7.9868293,26.534756,3.285731,4.8153343,34.608482,46.033222,100.824455,24.367836,28.044216,64.678,11.530881,3547.1128,26.109581,23.737904,18.817204,13.351861,200.54782,43.468395,22.923388,6.117328,15.895983,22.881498,83.7222,175.59677,44.940723,178.27026,32.749344,20.766977,114.8164,72.11351,313.15546,83.06746,1.9586774,5.358871,5.8765726,46.645237,9086.741,2.0228791,18.21381,56.925606,19.77492,186.71132,55.78387,112.91275,2.7130077,97.99778,455.57645,277.0132,73.60729,438.86838,52.189518,69.087425,112.99561,16.283442,2.6854663,16.614933,670.8147,0.31996095,0.59923655,77.37227,11.663652,7.7380285,9.128859,16.38777,103.9348,29.892036,144.15736,733.4668,383.68402,2676.0386,2067.7744,36.961494,69.75043,5106.4224,14.160075,111.04335,655.94464,192.74818,260.64334,112.704506,669.3247,654.3533,473.9036,21.193548,141.13199,489.06052,935.3038,47.339508,434.77847,60.377888,1.4994061,50.632324,1.0594647,1.0131887,4.1015077,30.870485,216.94612,56.808037,18.942204,705.63885,208.19489,121.423965,168.08871,46.19816,54.302418,26.847044,53.0939,24.602823,228.26439,103.475235,32.383076,26.69935,24.562096,55.15703,52.784542,7.700508,214.77678,58.749947,533.6462,20.599833,1019.9812,50.639557,413.43726,430.99045,21.25439,17.218285,587.0241,658.3983,1739.6737,258.72528 +2023-10-19 19:00:00,0.0,8310.441,230.46262,77.86472,91.74958,63.88834,305.26062,43.46577,86.36831,27.281752,50.47501,1322.9863,100.63527,26.468952,238.28482,0.94779974,0.80187297,43.344296,1.7396832,0.07005367,784.837,0.061733153,746.46875,104.75668,0.03799781,0.03191305,279.5917,37.591087,129.74791,140.59576,11212.286,0.17031407,2463.1086,4.3941283,0.13266347,0.20791091,0.27078262,262.633,322.342,27.041592,86.93985,40.042225,17.65918,1745.2163,2.5830827,71.83023,29.758453,454.8824,30.730726,429.40482,14.580046,80.2921,0.0,1058.099,4269.916,1.8173525,339.45078,48.127636,27555.402,44.01521,1.91769,18.776293,42.933834,10.948001,3.0229526,21.077324,635.5268,244.62709,24.97264,1.5751027,4.2714987,143.75523,10.710115,237.93468,216.89005,2127.4482,654.6161,111.22844,147.8348,233.4298,5.316646,7.987682,26.567593,3.286386,4.820375,34.56622,45.987473,100.844215,24.351992,28.019466,64.64979,11.532079,3546.7554,26.103935,23.734543,18.813805,13.345197,200.4857,43.447746,22.915995,6.115705,15.884781,22.864105,83.674416,175.48769,44.895092,178.17888,32.718594,20.74612,114.76196,72.07698,312.64963,83.04854,1.9588656,5.3557796,5.875343,46.59604,9074.151,2.023401,18.195198,56.95494,19.765865,186.62704,55.76828,112.92777,2.7148101,97.95272,455.6575,277.14734,73.53545,438.90616,52.214382,69.05413,112.94304,16.294088,2.6865587,16.620466,670.48145,0.32058063,0.59987634,77.396416,11.661254,7.741715,9.131973,16.38889,103.9857,29.872463,144.19193,733.6432,383.79828,2676.0256,2067.7852,36.946354,69.74339,5101.641,14.171403,110.99983,655.812,192.66019,260.529,112.67258,668.9631,653.90076,473.85944,21.175882,141.0668,488.5622,934.40717,47.265366,433.99088,60.28332,1.5001745,50.632725,1.0598282,1.0139645,4.1050572,30.822287,216.92139,56.738667,18.944668,704.7465,207.92494,121.27189,167.84946,46.153996,54.303093,26.831408,52.981834,24.589718,228.00728,103.331055,32.37754,26.660898,24.532124,55.09192,52.698765,7.688218,214.53615,58.673462,533.0829,20.577847,1018.81305,50.585594,413.57904,430.44186,21.235023,17.213343,586.4912,658.0059,1739.2582,259.00446 +2023-10-19 20:00:00,0.0,8300.537,230.18199,77.879105,91.79693,63.893414,305.3334,43.47716,86.41389,27.284872,50.497963,1321.9948,100.58052,26.473373,238.34294,0.94955283,0.8035259,43.36424,1.7433062,0.06989142,785.2791,0.061686736,746.87225,104.797005,0.037911985,0.03185561,279.82764,37.605873,129.90083,140.66231,11201.43,0.17060052,2463.9824,4.402655,0.132859,0.20815897,0.2712469,262.7327,322.43375,27.05249,86.86156,40.043358,17.650059,1744.3103,2.5858219,71.81499,29.736425,454.95166,30.72371,429.3106,14.562753,80.24869,0.0,1057.7191,4267.7524,1.8135718,339.26968,48.067158,27541.941,43.98478,1.91443,18.769482,42.921402,10.935615,3.0206616,21.070738,635.0666,244.36433,24.960066,1.5725818,4.266684,143.6693,10.688271,237.85612,217.01398,2126.6707,654.7935,111.204865,147.8092,233.0185,5.3167076,7.988534,26.600428,3.287041,4.8254156,34.523956,45.94172,100.863976,24.33615,27.994717,64.62158,11.533276,3546.398,26.098291,23.731182,18.810406,13.338533,200.42358,43.427097,22.908602,6.114082,15.873579,22.84671,83.62663,175.3786,44.84946,178.0875,32.687843,20.725262,114.70752,72.04046,312.1438,83.02961,1.9590538,5.352688,5.874113,46.546844,9061.562,2.023923,18.176588,56.984276,19.75681,186.54277,55.75269,112.942795,2.7166128,97.90766,455.73853,277.28146,73.46362,438.94394,52.239246,69.02083,112.890465,16.304735,2.6876512,16.625998,670.14813,0.32120028,0.60051614,77.42056,11.658855,7.7454014,9.135087,16.390007,104.0366,29.85289,144.22649,733.8195,383.9125,2676.013,2067.796,36.931213,69.73635,5096.8594,14.182731,110.956314,655.6793,192.57217,260.41464,112.64064,668.60144,653.4482,473.8153,21.158218,141.00162,488.06387,933.51056,47.191223,433.20328,60.18875,1.500943,50.633125,1.0601916,1.0147403,4.1086073,30.774088,216.89664,56.6693,18.947132,703.8542,207.65501,121.11982,167.61021,46.10983,54.303764,26.815771,52.86977,24.576612,227.75015,103.18687,32.372,26.622446,24.50215,55.026806,52.61299,7.675928,214.2955,58.596977,532.5196,20.55586,1017.6449,50.531635,413.7208,429.89328,21.215656,17.2084,585.95825,657.6135,1738.8427,259.2836 +2023-10-19 21:00:00,0.0,8290.633,229.90135,77.893486,91.84428,63.898487,305.40622,43.488552,86.459465,27.287992,50.52092,1321.003,100.52577,26.477793,238.40106,0.9513059,0.8051789,43.384186,1.7469292,0.06972918,785.7213,0.061640322,747.2757,104.83733,0.03782616,0.031798173,280.06357,37.62066,130.05377,140.72884,11190.574,0.17088695,2464.856,4.4111824,0.13305454,0.20840704,0.2717112,262.8324,322.5255,27.06339,86.783264,40.044495,17.640938,1743.4043,2.5885608,71.799736,29.714397,455.021,30.716694,429.2164,14.54546,80.20527,0.0,1057.3391,4265.5884,1.8097911,339.08856,48.00668,27528.479,43.954353,1.91117,18.762672,42.908974,10.923229,3.0183706,21.064152,634.6064,244.1016,24.94749,1.5700607,4.2618694,143.58336,10.666426,237.77757,217.13791,2125.893,654.97095,111.18128,147.78362,232.60721,5.3167696,7.989386,26.633265,3.287696,4.8304563,34.481693,45.895966,100.883736,24.320305,27.969967,64.59337,11.534473,3546.0403,26.092648,23.727823,18.807009,13.33187,200.36147,43.406452,22.901209,6.112459,15.862377,22.829317,83.57885,175.26953,44.80383,177.99611,32.657093,20.704405,114.65308,72.00393,311.63797,83.01069,1.959242,5.3495965,5.8728833,46.497646,9048.971,2.024445,18.157976,57.01361,19.747755,186.45848,55.7371,112.957825,2.7184153,97.8626,455.81958,277.41562,73.39179,438.98175,52.264114,68.987526,112.8379,16.315382,2.6887436,16.63153,669.8149,0.32181996,0.6011559,77.44471,11.656457,7.7490873,9.138201,16.391127,104.087494,29.833317,144.26105,733.9959,384.02676,2676.0,2067.8066,36.91607,69.72932,5092.078,14.194058,110.9128,655.5467,192.48418,260.3003,112.6087,668.2398,652.99567,473.77115,21.140553,140.93642,487.56552,932.614,47.117085,432.41565,60.094185,1.5017114,50.63353,1.0605551,1.0155162,4.1121573,30.725887,216.8719,56.599934,18.949596,702.96185,207.38507,120.96774,167.37097,46.065666,54.304436,26.800135,52.757706,24.563509,227.49304,103.04269,32.366467,26.583994,24.472178,54.961697,52.527218,7.663638,214.05487,58.520493,531.95636,20.533875,1016.47675,50.477673,413.86258,429.3447,21.19629,17.203459,585.42535,657.2211,1738.4271,259.56277 +2023-10-19 22:00:00,0.0,8280.729,229.62073,77.90787,91.89163,63.90356,305.479,43.499943,86.505035,27.291113,50.543873,1320.0115,100.47102,26.482212,238.45917,0.95305896,0.80683184,43.40413,1.7505522,0.069566935,786.16345,0.061593905,747.67914,104.877655,0.03774034,0.031740732,280.2995,37.63544,130.2067,140.79538,11179.718,0.1711734,2465.7295,4.419709,0.13325007,0.2086551,0.2721755,262.9321,322.61725,27.07429,86.70497,40.04563,17.631817,1742.4983,2.5913,71.784485,29.69237,455.0903,30.709677,429.1222,14.528167,80.16186,0.0,1056.9592,4263.425,1.8060104,338.90747,47.9462,27515.018,43.923927,1.90791,18.755863,42.89654,10.910844,3.0160797,21.057566,634.14624,243.83885,24.934916,1.5675398,4.257055,143.49742,10.644581,237.69902,217.26183,2125.1155,655.1484,111.1577,147.75803,232.19592,5.316831,7.9902387,26.6661,3.2883508,4.835497,34.43943,45.850212,100.90349,24.304462,27.945217,64.56516,11.53567,3545.6829,26.087004,23.724463,18.80361,13.325206,200.29935,43.385803,22.893818,6.110836,15.851175,22.811922,83.53107,175.16045,44.758198,177.90472,32.626343,20.683546,114.59865,71.96741,311.13214,82.99177,1.9594301,5.346505,5.871653,46.44845,9036.381,2.024967,18.139364,57.042946,19.738699,186.3742,55.721504,112.97285,2.720218,97.81754,455.90063,277.54974,73.319954,439.01953,52.28898,68.95422,112.785324,16.32603,2.689836,16.637062,669.48157,0.3224396,0.6017957,77.468864,11.654059,7.752774,9.141315,16.392244,104.13839,29.813744,144.29561,734.1723,384.14102,2675.9873,2067.8171,36.90093,69.72228,5087.297,14.205386,110.869286,655.41406,192.39618,260.18594,112.57677,667.8781,652.54315,473.72702,21.122889,140.87123,487.0672,931.7174,47.042942,431.62805,59.99962,1.5024798,50.63393,1.0609187,1.016292,4.115707,30.677689,216.84715,56.530567,18.95206,702.0695,207.11514,120.815674,167.13171,46.021503,54.305107,26.784498,52.645638,24.550404,227.23593,102.898506,32.360928,26.545542,24.442204,54.896584,52.44144,7.6513476,213.81424,58.444008,531.39307,20.51189,1015.3086,50.423714,414.00433,428.7961,21.176922,17.198517,584.8924,656.82874,1738.0117,259.84195 +2023-10-19 23:00:00,0.0,8270.824,229.34009,77.92225,91.93898,63.908634,305.5518,43.511333,86.55061,27.294233,50.566826,1319.0199,100.416275,26.486633,238.51729,0.95481205,0.8084848,43.424076,1.7541751,0.06940469,786.6056,0.06154749,748.0826,104.91798,0.03765452,0.031683292,280.5354,37.650227,130.35962,140.86191,11168.861,0.17145984,2466.603,4.428236,0.1334456,0.20890316,0.27263978,263.03183,322.70898,27.08519,86.62668,40.04677,17.622696,1741.5924,2.594039,71.76924,29.670341,455.1596,30.702662,429.02798,14.510874,80.11844,0.0,1056.5793,4261.2607,1.8022296,338.72635,47.885723,27501.555,43.893497,1.90465,18.749052,42.884106,10.898458,3.0137887,21.05098,633.68604,243.57611,24.92234,1.5650189,4.25224,143.41148,10.622736,237.62048,217.38576,2124.3381,655.3258,111.134125,147.73244,231.78462,5.316893,7.991091,26.698936,3.2890058,4.8405375,34.397167,45.804455,100.92325,24.28862,27.920467,64.53695,11.536867,3545.3252,26.081358,23.721102,18.80021,13.3185425,200.23723,43.365154,22.886425,6.109213,15.839973,22.794529,83.483284,175.05136,44.712566,177.81332,32.595596,20.66269,114.54421,71.930885,310.6263,82.97285,1.9596183,5.343414,5.8704233,46.39925,9023.79,2.0254889,18.120754,57.07228,19.729645,186.28993,55.705914,112.98787,2.7220204,97.772484,455.98166,277.68387,73.24812,439.05734,52.313843,68.92092,112.73275,16.336678,2.6909285,16.642595,669.1483,0.3230593,0.60243547,77.49301,11.651661,7.75646,9.144429,16.393362,104.18929,29.79417,144.33017,734.3487,384.25525,2675.9744,2067.828,36.885788,69.71525,5082.5156,14.216714,110.825775,655.2814,192.30817,260.0716,112.54484,667.5165,652.09064,473.68286,21.105223,140.80605,486.56888,930.8208,46.9688,430.84045,59.90505,1.5032483,50.634335,1.0612822,1.0170678,4.119257,30.62949,216.82242,56.461197,18.954525,701.1772,206.8452,120.6636,166.89247,45.97734,54.30578,26.768862,52.533573,24.537298,226.97882,102.754326,32.355392,26.50709,24.412231,54.83147,52.355667,7.6390576,213.5736,58.367523,530.8298,20.489904,1014.14044,50.369755,414.14612,428.2475,21.157555,17.193575,584.3595,656.43634,1737.5962,260.12112 +2023-10-20 00:00:00,0.0,8260.92,229.05946,77.93663,91.986336,63.913708,305.6246,43.522724,86.59619,27.297352,50.58978,1318.0282,100.36153,26.491053,238.57541,0.95656514,0.8101378,43.44402,1.7577981,0.06924245,787.0478,0.061501075,748.486,104.958305,0.037568696,0.031625852,280.77133,37.665012,130.51254,140.92845,11158.006,0.17174628,2467.4766,4.4367633,0.13364114,0.20915122,0.27310407,263.13153,322.80072,27.09609,86.548386,40.0479,17.613575,1740.6864,2.5967782,71.75399,29.648314,455.22894,30.695644,428.93375,14.493581,80.07503,0.0,1056.1995,4259.0967,1.7984489,338.54526,47.825245,27488.094,43.86307,1.90139,18.742243,42.871674,10.886072,3.0114977,21.044394,633.2259,243.31335,24.909765,1.5624979,4.2474256,143.32555,10.600891,237.54193,217.50967,2123.5605,655.5032,111.11055,147.70685,231.37334,5.3169546,7.991943,26.731773,3.2896607,4.845578,34.354904,45.758705,100.94301,24.272776,27.895718,64.50874,11.538065,3544.9678,26.075714,23.717741,18.796812,13.311879,200.17513,43.344505,22.879032,6.1075897,15.828772,22.777134,83.4355,174.94228,44.666935,177.72194,32.564846,20.64183,114.48978,71.894356,310.12048,82.95392,1.9598064,5.3403225,5.8691936,46.35005,9011.2,2.0260108,18.102142,57.101616,19.720589,186.20564,55.690323,113.00289,2.723823,97.72742,456.0627,277.81802,73.17629,439.09512,52.33871,68.88762,112.68018,16.347324,2.692021,16.648127,668.815,0.32367894,0.60307527,77.51716,11.649262,7.7601466,9.147544,16.394482,104.24019,29.774597,144.36473,734.525,384.3695,2675.9614,2067.8386,36.870647,69.708206,5077.7344,14.228041,110.78226,655.14874,192.22017,259.95724,112.5129,667.15485,651.63806,473.6387,21.087557,140.74086,486.07053,929.92426,46.894657,430.05286,59.810482,1.5040168,50.634735,1.0616456,1.0178436,4.1228065,30.581291,216.79768,56.39183,18.95699,700.28485,206.57526,120.51152,166.65323,45.933178,54.30645,26.753227,52.42151,24.524193,226.72171,102.61014,32.349854,26.468637,24.382257,54.76636,52.26989,7.6267676,213.33296,58.29104,530.26654,20.467918,1012.9723,50.315792,414.2879,427.6989,21.13819,17.188633,583.82654,656.04395,1737.1807,260.4003 +2023-10-20 01:00:00,0.0,8251.016,228.77884,77.95101,92.03368,63.91878,305.6974,43.534115,86.64176,27.300472,50.612736,1317.0366,100.30678,26.495472,238.63351,0.95831823,0.81179076,43.463966,1.7614211,0.069080204,787.4899,0.061454657,748.88947,104.99863,0.037482873,0.031568415,281.00726,37.6798,130.66547,140.99498,11147.149,0.17203271,2468.35,4.44529,0.13383667,0.20939928,0.27356836,263.23123,322.89246,27.106989,86.47009,40.049038,17.604454,1739.7804,2.599517,71.73874,29.626286,455.29822,30.68863,428.83954,14.476287,80.03161,0.0,1055.8195,4256.933,1.7946682,338.36417,47.764767,27474.633,43.832645,1.8981299,18.735432,42.859245,10.873687,3.0092068,21.037807,632.7657,243.05061,24.89719,1.5599769,4.242611,143.2396,10.579046,237.46338,217.6336,2122.783,655.6806,111.08697,147.68126,230.96205,5.3170166,7.9927955,26.764608,3.2903156,4.8506184,34.31264,45.71295,100.96277,24.256933,27.870968,64.48054,11.539262,3544.61,26.07007,23.714382,18.793413,13.305215,200.113,43.323856,22.87164,6.1059666,15.81757,22.75974,83.38772,174.83319,44.621304,177.63055,32.534096,20.620974,114.43534,71.857834,309.61465,82.935,1.9599947,5.337231,5.867964,46.300858,8998.61,2.0265326,18.083532,57.130947,19.711535,186.12137,55.674732,113.017914,2.7256258,97.68236,456.14377,277.95215,73.104454,439.1329,52.363575,68.85432,112.62761,16.357971,2.6931133,16.65366,668.48175,0.32429862,0.60371506,77.541306,11.646864,7.763833,9.150658,16.3956,104.291084,29.755024,144.39929,734.7014,384.48376,2675.9487,2067.8494,36.855507,69.70117,5072.953,14.239368,110.73875,655.01605,192.13216,259.8429,112.480965,666.7932,651.18555,473.59457,21.069893,140.67567,485.5722,929.02765,46.82052,429.26526,59.715916,1.5047852,50.63514,1.0620091,1.0186195,4.1263566,30.533092,216.77293,56.322464,18.959454,699.39246,206.30533,120.35945,166.41397,45.889015,54.307125,26.73759,52.30944,24.51109,226.4646,102.46596,32.34432,26.430185,24.352285,54.70125,52.184116,7.6144776,213.09232,58.214554,529.70325,20.445932,1011.8042,50.261833,414.42966,427.15033,21.118822,17.183691,583.29364,655.65155,1736.7653,260.67947 +2023-10-20 02:00:00,0.0,8241.111,228.4982,77.96539,92.08104,63.92386,305.77017,43.545506,86.68734,27.303593,50.63569,1316.045,100.25203,26.499893,238.69164,0.96007127,0.8134437,43.48391,1.7650441,0.06891796,787.9321,0.061408244,749.29297,105.03895,0.03739705,0.031510975,281.2432,37.694584,130.8184,141.06152,11136.294,0.17231916,2469.2236,4.453817,0.1340322,0.20964734,0.27403265,263.33093,322.9842,27.11789,86.3918,40.050175,17.595333,1738.8745,2.6022563,71.723495,29.604258,455.36752,30.681612,428.74533,14.458994,79.9882,0.0,1055.4395,4254.769,1.7908875,338.18304,47.70429,27461.17,43.802216,1.8948699,18.728622,42.846813,10.8613,3.0069158,21.031221,632.30554,242.78787,24.884615,1.5574559,4.2377963,143.15366,10.557201,237.38483,217.75752,2122.0054,655.85803,111.06339,147.65567,230.55075,5.317078,7.9936476,26.797445,3.2909706,4.855659,34.27038,45.6672,100.98252,24.241089,27.846218,64.452324,11.540459,3544.2527,26.064426,23.711021,18.790014,13.298552,200.05089,43.30321,22.864246,6.1043434,15.806368,22.742346,83.339935,174.7241,44.575672,177.53917,32.503345,20.600115,114.380905,71.821304,309.10883,82.91608,1.9601828,5.33414,5.866734,46.25166,8986.02,2.0270548,18.06492,57.160282,19.70248,186.0371,55.65914,113.032936,2.7274282,97.6373,456.2248,278.0863,73.03262,439.17072,52.38844,68.821014,112.575035,16.368618,2.6942058,16.659191,668.14844,0.32491827,0.6043548,77.56545,11.644466,7.7675195,9.153771,16.396719,104.34198,29.73545,144.43385,734.8778,384.598,2675.9358,2067.86,36.840366,69.69414,5068.172,14.250696,110.69523,654.8834,192.04416,259.72855,112.449036,666.4315,650.73303,473.5504,21.052227,140.61049,485.07388,928.13104,46.746376,428.47766,59.621346,1.5055536,50.63554,1.0623727,1.0193954,4.1299067,30.484894,216.7482,56.253098,18.961918,698.5001,206.03539,120.207375,166.17473,45.844852,54.307796,26.721954,52.197376,24.497984,226.20747,102.32178,32.33878,26.391733,24.322311,54.63614,52.09834,7.6021876,212.85168,58.13807,529.13995,20.423946,1010.63605,50.20787,414.57144,426.60175,21.099455,17.17875,582.7607,655.25916,1736.3497,260.95865 +2023-10-20 03:00:00,0.0,8231.207,228.21758,77.97978,92.12839,63.928932,305.843,43.556896,86.73292,27.306713,50.65864,1315.0533,100.19728,26.504313,238.74974,0.96182436,0.8150967,43.503857,1.7686671,0.068755716,788.37427,0.061361827,749.6964,105.07927,0.03731123,0.031453535,281.47913,37.709366,130.97133,141.12805,11125.4375,0.1726056,2470.0974,4.4623437,0.13422774,0.2098954,0.27449694,263.43063,323.07596,27.128788,86.31351,40.05131,17.586212,1737.9685,2.6049955,71.708244,29.58223,455.43683,30.674597,428.65112,14.441701,79.94478,0.0,1055.0596,4252.605,1.7871068,338.00195,47.64381,27447.709,43.77179,1.8916099,18.721813,42.83438,10.848915,3.0046246,21.024635,631.84534,242.52513,24.87204,1.554935,4.2329817,143.06772,10.535356,237.30629,217.88145,2121.2278,656.03546,111.03981,147.63008,230.13947,5.31714,7.9944997,26.83028,3.2916255,4.8606997,34.228115,45.621445,101.00228,24.225246,27.821468,64.42412,11.5416565,3543.8953,26.05878,23.70766,18.786615,13.291888,199.98877,43.282562,22.856855,6.1027207,15.795166,22.724953,83.29215,174.61502,44.53004,177.44777,32.472595,20.579258,114.32646,71.78478,308.60303,82.89715,1.960371,5.3310485,5.8655043,46.20246,8973.43,2.0275767,18.04631,57.189617,19.693424,185.95282,55.643547,113.04796,2.7292309,97.59224,456.30585,278.22043,72.96079,439.2085,52.413307,68.78772,112.52247,16.379265,2.695298,16.664724,667.8152,0.32553795,0.6049946,77.5896,11.642068,7.771206,9.156886,16.397837,104.39288,29.715878,144.46841,735.0542,384.71225,2675.923,2067.8708,36.825222,69.6871,5063.3906,14.262024,110.65171,654.75073,191.95615,259.61423,112.4171,666.0699,650.2805,473.5063,21.034561,140.54529,484.57553,927.2345,46.672234,427.69003,59.52678,1.506322,50.635944,1.0627362,1.0201712,4.133456,30.436695,216.72345,56.183727,18.964382,697.6078,205.76546,120.055305,165.93549,45.80069,54.308468,26.706318,52.08531,24.484879,225.95036,102.1776,32.333244,26.353281,24.29234,54.571026,52.012566,7.5898976,212.61104,58.061584,528.5767,20.40196,1009.4679,50.15391,414.7132,426.05316,21.080088,17.17381,582.2278,654.86676,1735.9342,261.23782 +2023-10-20 04:00:00,0.0,8221.303,227.93694,77.99416,92.17574,63.934006,305.91577,43.568287,86.77849,27.309832,50.6816,1314.0618,100.14253,26.508732,238.80786,0.96357745,0.81674963,43.5238,1.7722901,0.06859347,788.81647,0.06131541,750.09985,105.1196,0.037225407,0.031396095,281.71503,37.72415,131.12425,141.1946,11114.582,0.17289205,2470.971,4.470871,0.13442327,0.21014346,0.27496123,263.53033,323.1677,27.139688,86.235214,40.052444,17.577091,1737.0625,2.6077344,71.69299,29.560202,455.50616,30.66758,428.55692,14.424408,79.90137,0.0,1054.6797,4250.4414,1.783326,337.82083,47.583332,27434.248,43.741364,1.8883499,18.715002,42.82195,10.836529,3.0023336,21.01805,631.3852,242.26237,24.859465,1.5524141,4.228167,142.98178,10.513511,237.22774,218.00537,2120.4502,656.2129,111.01623,147.60449,229.72818,5.3172016,7.995352,26.863117,3.2922804,4.8657403,34.185852,45.575695,101.02204,24.209402,27.796719,64.395905,11.542853,3543.5376,26.053137,23.704302,18.783218,13.285224,199.92665,43.261913,22.849463,6.1010976,15.783964,22.707558,83.24437,174.50595,44.48441,177.35638,32.44185,20.5584,114.272026,71.74825,308.0972,82.87823,1.9605591,5.3279567,5.864274,46.153263,8960.84,2.0280986,18.027699,57.218952,19.68437,185.86853,55.627956,113.06298,2.7310333,97.54718,456.3869,278.35455,72.888954,439.24628,52.43817,68.75442,112.469894,16.389914,2.6963904,16.670256,667.4819,0.3261576,0.6056344,77.613754,11.639669,7.774892,9.16,16.398954,104.44378,29.696304,144.50298,735.2306,384.8265,2675.9102,2067.8813,36.81008,69.68006,5058.6094,14.273352,110.6082,654.6181,191.86815,259.49988,112.38516,665.70825,649.82794,473.46213,21.016897,140.4801,484.0772,926.3379,46.59809,426.90244,59.432213,1.5070906,50.636345,1.0630996,1.020947,4.1370063,30.388496,216.69872,56.11436,18.966846,696.71545,205.49551,119.90323,165.69624,45.756527,54.30914,26.690681,51.973248,24.471775,225.69325,102.03342,32.327705,26.314829,24.262365,54.505917,51.926792,7.5776076,212.3704,57.9851,528.0134,20.379976,1008.29974,50.099953,414.85498,425.50458,21.06072,17.168867,581.6948,654.47437,1735.5187,261.51697 +2023-10-20 05:00:00,0.0,8211.398,227.65631,78.008545,92.22309,63.93908,305.98856,43.579678,86.824066,27.312952,50.70455,1313.0702,100.08778,26.513153,238.86598,0.96533054,0.81840265,43.543747,1.775913,0.06843123,789.2586,0.061268996,750.5033,105.15992,0.037139583,0.03133866,281.95096,37.738937,131.27718,141.26112,11103.726,0.17317848,2471.8445,4.479398,0.1346188,0.21039152,0.27542552,263.63004,323.25943,27.150589,86.15692,40.05358,17.56797,1736.1565,2.6104736,71.67775,29.538176,455.57544,30.660564,428.4627,14.407115,79.85795,0.0,1054.2998,4248.2773,1.7795453,337.63974,47.522854,27420.785,43.710934,1.8850899,18.708193,42.809517,10.824143,3.0000427,21.011463,630.925,241.99963,24.846891,1.549893,4.2233524,142.89584,10.491666,237.14919,218.1293,2119.6726,656.3903,110.99265,147.57892,229.31688,5.317263,7.9962044,26.895954,3.2929354,4.870781,34.14359,45.529938,101.041794,24.19356,27.771969,64.3677,11.54405,3543.1802,26.047493,23.700941,18.77982,13.278561,199.86453,43.241264,22.84207,6.0994744,15.772762,22.690165,83.19659,174.39687,44.438778,177.265,32.4111,20.537542,114.21759,71.71173,307.59137,82.85931,1.9607474,5.3248653,5.8630443,46.10407,8948.249,2.0286205,18.009087,57.248287,19.675314,185.78426,55.612366,113.078,2.732836,97.50212,456.46793,278.4887,72.81712,439.2841,52.46304,68.721115,112.41733,16.40056,2.6974828,16.675787,667.1486,0.32677728,0.6062742,77.6379,11.637272,7.7785783,9.163114,16.400074,104.494675,29.676731,144.53754,735.407,384.94073,2675.8975,2067.892,36.79494,69.67303,5053.828,14.284679,110.56468,654.4854,191.78014,259.38553,112.353226,665.3466,649.3754,473.418,20.999231,140.41492,483.5789,925.4413,46.523952,426.11484,59.337643,1.507859,50.63675,1.0634632,1.0217228,4.140556,30.340296,216.67397,56.044994,18.96931,695.8231,205.22557,119.75115,165.45699,45.712364,54.30981,26.675045,51.86118,24.45867,225.43614,101.88923,32.32217,26.276377,24.232391,54.440804,51.841015,7.5653176,212.12976,57.908615,527.45013,20.35799,1007.1316,50.04599,414.99673,424.95596,21.041353,17.163925,581.1619,654.082,1735.1033,261.79614 +2023-10-20 06:00:00,0.0,8201.494,227.37569,78.02293,92.27044,63.944153,306.06137,43.59107,86.869644,27.316072,50.727505,1312.0785,100.033035,26.517572,238.92409,0.96708363,0.8200556,43.56369,1.779536,0.068268985,789.7008,0.06122258,750.90674,105.20024,0.03705376,0.031281218,282.1869,37.753723,131.43011,141.32767,11092.869,0.17346492,2472.718,4.4879246,0.13481434,0.21063958,0.2758898,263.72974,323.35117,27.161488,86.07863,40.054718,17.55885,1735.2506,2.6132126,71.6625,29.516148,455.64474,30.653547,428.3685,14.389822,79.81454,0.0,1053.9199,4246.114,1.7757646,337.45862,47.462376,27407.324,43.680508,1.8818299,18.701382,42.797085,10.811758,2.9977517,21.004877,630.4648,241.7369,24.834316,1.5473721,4.2185383,142.8099,10.469821,237.07063,218.25322,2118.8953,656.5677,110.96907,147.55333,228.9056,5.317325,7.9970565,26.92879,3.2935903,4.8758216,34.101326,45.484188,101.061554,24.177717,27.74722,64.339485,11.545248,3542.8225,26.04185,23.69758,18.77642,13.271897,199.80243,43.220615,22.834677,6.0978513,15.76156,22.67277,83.1488,174.28778,44.393143,177.17361,32.38035,20.516684,114.163155,71.6752,307.08554,82.840385,1.9609355,5.321774,5.8618145,46.05487,8935.659,2.0291426,17.990477,57.277622,19.66626,185.69998,55.596775,113.093025,2.7346385,97.457054,456.54898,278.62283,72.745285,439.32187,52.487904,68.68781,112.36475,16.411207,2.6985753,16.68132,666.8153,0.32739696,0.606914,77.66205,11.634873,7.7822647,9.166228,16.401192,104.54557,29.657158,144.5721,735.5834,385.055,2675.8845,2067.9028,36.7798,69.66599,5049.047,14.296007,110.52117,654.3528,191.69214,259.27118,112.3213,664.9849,648.9229,473.37384,20.981567,140.34973,483.08054,924.54474,46.44981,425.32724,59.243076,1.5086274,50.63715,1.0638267,1.0224986,4.144106,30.292097,216.64923,55.975628,18.971773,694.9308,204.95564,119.59908,165.21774,45.6682,54.310482,26.659409,51.749115,24.445564,225.17903,101.74505,32.31663,26.237925,24.20242,54.375694,51.75524,7.553027,211.88913,57.83213,526.88684,20.336004,1005.96344,49.99203,415.13852,424.40738,21.021986,17.158983,580.62897,653.6896,1734.6877,262.07532 +2023-10-20 07:00:00,0.0,8191.59,227.09505,78.03731,92.317795,63.949226,306.13416,43.60246,86.915215,27.319193,50.75046,1311.0869,99.97829,26.521992,238.98221,0.96883667,0.82170856,43.583637,1.783159,0.06810674,790.14294,0.061176162,751.3102,105.24056,0.03696794,0.031223778,282.42282,37.768505,131.58304,141.3942,11082.014,0.17375137,2473.5916,4.496452,0.13500987,0.21088764,0.2763541,263.82944,323.4429,27.172388,86.000336,40.055855,17.549728,1734.3446,2.6159518,71.64725,29.49412,455.71405,30.646532,428.2743,14.372529,79.77112,0.0,1053.5399,4243.9497,1.7719839,337.27753,47.401897,27393.861,43.65008,1.8785698,18.694572,42.784653,10.799372,2.9954607,20.998291,630.00464,241.47415,24.821741,1.5448511,4.2137237,142.72397,10.447976,236.9921,218.37715,2118.1177,656.7451,110.94549,147.52774,228.49431,5.3173866,7.9979086,26.961626,3.2942452,4.880862,34.059067,45.438435,101.081314,24.161873,27.72247,64.31128,11.546445,3542.465,26.036203,23.69422,18.773022,13.265233,199.74031,43.19997,22.827286,6.096228,15.750359,22.655376,83.10102,174.1787,44.34751,177.08223,32.349598,20.495827,114.10872,71.63868,306.5797,82.82146,1.9611237,5.3186827,5.8605847,46.005672,8923.068,2.0296645,17.971865,57.306957,19.657206,185.6157,55.581184,113.10805,2.7364411,97.411995,456.63004,278.75696,72.673454,439.35965,52.512768,68.65451,112.31218,16.421854,2.6996677,16.686852,666.48206,0.3280166,0.6075537,77.686195,11.632475,7.785951,9.169342,16.40231,104.59647,29.637585,144.60666,735.75977,385.16925,2675.8718,2067.9136,36.76466,69.65896,5044.265,14.307335,110.47765,654.22015,191.60414,259.15683,112.28936,664.6233,648.4704,473.3297,20.963902,140.28455,482.5822,923.64813,46.375668,424.53964,59.14851,1.5093958,50.637554,1.0641901,1.0232744,4.147656,30.243898,216.62448,55.906258,18.974237,694.03845,204.6857,119.44701,164.9785,45.62404,54.311157,26.643772,51.63705,24.432459,224.9219,101.60087,32.311096,26.199472,24.172445,54.31058,51.669464,7.540737,211.6485,57.755646,526.3236,20.314018,1004.7953,49.93807,415.28027,423.8588,21.002619,17.154041,580.09607,653.2972,1734.2722,262.3545 +2023-10-20 08:00:00,0.0,8181.6855,226.81442,78.05169,92.36514,63.9543,306.20694,43.61385,86.96079,27.322311,50.773415,1310.0953,99.92354,26.526413,239.04033,0.97058976,0.8233615,43.60358,1.786782,0.0679445,790.5851,0.06112975,751.7136,105.28089,0.036882117,0.03116634,282.65875,37.78329,131.73596,141.46074,11071.157,0.17403781,2474.465,4.5049787,0.1352054,0.2111357,0.2768184,263.92914,323.53467,27.183287,85.92204,40.056988,17.540607,1733.4386,2.6186907,71.632,29.472092,455.7834,30.639515,428.18005,14.355235,79.72771,0.0,1053.1599,4241.7856,1.7682031,337.0964,47.34142,27380.4,43.61965,1.8753098,18.687761,42.77222,10.786986,2.9931698,20.991705,629.54443,241.2114,24.809166,1.5423301,4.208909,142.63803,10.426131,236.91354,218.50107,2117.34,656.92255,110.92191,147.50215,228.08301,5.3174486,7.998761,26.994461,3.2949002,4.8859024,34.016804,45.392677,101.101074,24.14603,27.69772,64.283066,11.547642,3542.1074,26.03056,23.69086,18.769623,13.25857,199.67819,43.17932,22.819893,6.094605,15.739157,22.637981,83.05324,174.06961,44.30188,176.99083,32.31885,20.474968,114.05428,71.60215,306.07388,82.802536,1.9613118,5.3155913,5.859355,45.956474,8910.479,2.0301864,17.953255,57.336292,19.64815,185.53142,55.56559,113.12308,2.7382436,97.366936,456.71106,278.8911,72.60162,439.39746,52.537636,68.62121,112.25961,16.4325,2.7007601,16.692385,666.14874,0.3286363,0.6081935,77.71034,11.630076,7.7896376,9.172456,16.403429,104.64737,29.618011,144.64122,735.93616,385.28348,2675.859,2067.9243,36.74952,69.65192,5039.484,14.318662,110.43414,654.08746,191.51613,259.04248,112.25742,664.26166,648.0178,473.28555,20.946236,140.21935,482.0839,922.7515,46.301525,423.752,59.05394,1.5101643,50.637955,1.0645536,1.0240502,4.1512055,30.1957,216.59975,55.83689,18.976702,693.14606,204.41576,119.29493,164.73924,45.579876,54.31183,26.628138,51.524986,24.419355,224.6648,101.45669,32.305557,26.161022,24.142473,54.24547,51.58369,7.528447,211.40785,57.67916,525.7603,20.292032,1003.62714,49.88411,415.42206,423.3102,20.983253,17.1491,579.5631,652.9048,1733.8568,262.63367 +2023-10-20 09:00:00,0.0,8171.7812,226.53378,78.06607,92.4125,63.959373,306.27972,43.625244,87.00637,27.325432,50.796368,1309.1036,99.86879,26.530832,239.09843,0.97234285,0.8250145,43.623528,1.790405,0.06778225,791.0273,0.06108333,752.1171,105.32121,0.036796294,0.031108899,282.89468,37.798077,131.88889,141.52727,11060.302,0.17432424,2475.3386,4.5135055,0.13540094,0.21138376,0.27728269,264.02884,323.6264,27.194187,85.84375,40.058125,17.531487,1732.5327,2.62143,71.61675,29.450064,455.85266,30.6325,428.08585,14.337942,79.68429,0.0,1052.78,4239.622,1.7644224,336.9153,47.28094,27366.94,43.589226,1.8720498,18.680952,42.75979,10.774601,2.9908788,20.985119,629.0843,240.94865,24.79659,1.5398092,4.2040944,142.55208,10.404286,236.83499,218.625,2116.5625,657.1,110.89833,147.47656,227.67172,5.31751,7.9996133,27.027298,3.295555,4.890943,33.97454,45.346928,101.12083,24.130186,27.67297,64.25486,11.54884,3541.75,26.024916,23.6875,18.766224,13.251906,199.61607,43.158672,22.8125,6.0929823,15.727955,22.620588,83.005455,173.96053,44.25625,176.89944,32.2881,20.454111,113.99984,71.56563,305.56805,82.783615,1.9615,5.3125,5.858125,45.90728,8897.889,2.0307083,17.934643,57.365627,19.639095,185.44714,55.55,113.1381,2.7400463,97.32188,456.7921,279.02524,72.529785,439.43524,52.5625,68.587906,112.20704,16.443148,2.7018526,16.697916,665.8155,0.32925594,0.6088333,77.73449,11.627679,7.793324,9.1755705,16.404547,104.698265,29.598438,144.67578,736.1125,385.39774,2675.8462,2067.935,36.734375,69.64488,5034.7026,14.329989,110.390625,653.95483,191.42813,258.92813,112.225494,663.9,647.5653,473.24142,20.928572,140.15416,481.58554,921.855,46.227386,422.96442,58.959373,1.5109327,50.63836,1.0649172,1.024826,4.1547556,30.147501,216.575,55.767525,18.979166,692.2537,204.14583,119.14286,164.5,45.535713,54.3125,26.612501,51.412918,24.40625,224.40768,101.3125,32.300022,26.12257,24.1125,54.18036,51.497917,7.516157,211.16722,57.602676,525.197,20.270046,1002.459,49.83015,415.5638,422.76163,20.963886,17.144157,579.0302,652.5124,1733.4413,262.91284 +2023-10-20 10:00:00,0.0,8161.8765,226.25316,78.08045,92.45985,63.964447,306.35254,43.636635,87.05194,27.328552,50.819324,1308.112,99.81404,26.535252,239.15656,0.97409594,0.8266675,43.64347,1.794028,0.06762001,791.4694,0.061036915,752.52057,105.361534,0.03671047,0.03105146,283.13058,37.812862,132.04182,141.59381,11049.445,0.17461069,2476.2124,4.5220323,0.13559647,0.21163182,0.27774698,264.12857,323.71814,27.205088,85.76546,40.05926,17.522366,1731.6267,2.6241689,71.6015,29.428036,455.922,30.625484,427.99164,14.320649,79.64088,0.0,1052.4001,4237.458,1.7606417,336.73422,47.220463,27353.477,43.5588,1.8687898,18.674143,42.74736,10.762215,2.9885879,20.978533,628.6241,240.68591,24.784016,1.5372882,4.19928,142.46614,10.3824415,236.75644,218.74892,2115.785,657.2774,110.87475,147.45097,227.26044,5.317572,8.000465,27.060135,3.29621,4.8959837,33.932278,45.301178,101.14059,24.114344,27.64822,64.22665,11.550036,3541.3926,26.01927,23.68414,18.762825,13.245242,199.55396,43.138023,22.805107,6.091359,15.716753,22.603193,82.95767,173.85144,44.210617,176.80806,32.25735,20.433252,113.945404,71.5291,305.06223,82.76469,1.9616882,5.3094087,5.856895,45.85808,8885.298,2.0312304,17.91603,57.394962,19.63004,185.36287,55.53441,113.15312,2.7418487,97.27682,456.87317,279.15936,72.457954,439.47302,52.587364,68.55461,112.154465,16.453796,2.702945,16.70345,665.48224,0.32987562,0.6094731,77.758644,11.62528,7.7970104,9.178684,16.405666,104.74916,29.578865,144.71033,736.2889,385.512,2675.8333,2067.9456,36.719234,69.63785,5029.9214,14.341317,110.34711,653.82214,191.34012,258.81378,112.19356,663.5383,647.1128,473.19727,20.910906,140.08897,481.08722,920.9584,46.153244,422.17682,58.864807,1.5117012,50.63876,1.0652807,1.0256019,4.158305,30.099302,216.55026,55.69816,18.98163,691.3614,203.87589,118.99078,164.26076,45.49155,54.31317,26.596865,51.300854,24.393145,224.15057,101.16832,32.294483,26.084118,24.082527,54.115246,51.41214,7.503867,210.92657,57.52619,524.6338,20.24806,1001.29083,49.776188,415.7056,422.21304,20.944519,17.139215,578.4973,652.12,1733.0258,263.19202 +2023-10-20 11:00:00,0.0,8151.972,225.97253,78.09483,92.5072,63.96952,306.42532,43.648026,87.09752,27.331673,50.842278,1307.1205,99.75929,26.539673,239.21466,0.975849,0.82832044,43.663418,1.797651,0.067457765,791.9116,0.0609905,752.924,105.401855,0.036624648,0.03099402,283.36652,37.82765,132.19475,141.66034,11038.589,0.17489713,2477.086,4.5305595,0.135792,0.21187988,0.27821124,264.22827,323.80988,27.215986,85.687164,40.060394,17.513245,1730.7207,2.626908,71.58626,29.406008,455.99127,30.618467,427.89743,14.303356,79.59746,0.0,1052.0203,4235.294,1.756861,336.5531,47.15998,27340.016,43.52837,1.8655298,18.667332,42.73493,10.749829,2.986297,20.971947,628.16394,240.42317,24.77144,1.5347673,4.194465,142.3802,10.360597,236.6779,218.87285,2115.0073,657.45483,110.85118,147.42538,226.84914,5.3176336,8.001318,27.09297,3.296865,4.9010243,33.890015,45.25542,101.16035,24.098501,27.62347,64.19844,11.551233,3541.035,26.013626,23.68078,18.759426,13.238579,199.49184,43.117374,22.797714,6.089736,15.705551,22.5858,82.90989,173.74236,44.164986,176.71667,32.2266,20.412395,113.89097,71.49258,304.5564,82.745766,1.9618764,5.306317,5.855665,45.808884,8872.708,2.0317523,17.89742,57.424297,19.620985,185.2786,55.518818,113.168144,2.7436514,97.23176,456.9542,279.29352,72.38612,439.51083,52.612232,68.52131,112.1019,16.464443,2.7040374,16.70898,665.1489,0.33049527,0.6101129,77.78279,11.622882,7.8006964,9.181799,16.406784,104.80006,29.559292,144.74489,736.4652,385.62622,2675.8206,2067.9563,36.704094,69.63081,5025.14,14.352645,110.3036,653.6895,191.25212,258.69943,112.16162,663.1767,646.6602,473.15314,20.893242,140.02379,480.5889,920.06177,46.0791,421.38922,58.770237,1.5124696,50.639164,1.0656441,1.0263777,4.161855,30.051104,216.52551,55.62879,18.984095,690.46906,203.60596,118.838715,164.0215,45.447388,54.313843,26.581228,51.18879,24.380041,223.89346,101.02414,32.288948,26.045666,24.052553,54.050137,51.326366,7.491577,210.68594,57.449707,524.0705,20.226076,1000.12274,49.72223,415.84735,421.66443,20.925152,17.134274,577.96436,651.7276,1732.6102,263.4712 +2023-10-20 12:00:00,0.0,8142.068,225.6919,78.109215,92.55455,63.974598,306.4981,43.659416,87.1431,27.334791,50.86523,1306.1288,99.704544,26.544092,239.27278,0.97760206,0.8299734,43.68336,1.801274,0.06729552,792.35376,0.060944084,753.32745,105.442184,0.03653883,0.030936582,283.60245,37.84243,132.34767,141.72688,11027.733,0.17518358,2477.9595,4.5390863,0.13598754,0.21212794,0.27867556,264.32797,323.9016,27.226887,85.60887,40.06153,17.504124,1729.8147,2.629647,71.57101,29.38398,456.0606,30.611452,427.80322,14.286063,79.55405,0.0,1051.6404,4233.1304,1.7530802,336.372,47.099503,27326.553,43.497944,1.8622698,18.660522,42.722496,10.737443,2.984006,20.96536,627.70374,240.16043,24.758865,1.5322462,4.1896505,142.29427,10.338752,236.59935,218.99677,2114.2297,657.63226,110.82759,147.3998,226.43785,5.3176956,8.00217,27.125807,3.29752,4.906065,33.84775,45.20967,101.18011,24.082657,27.59872,64.170235,11.552431,3540.6775,26.007982,23.67742,18.756027,13.231915,199.42973,43.09673,22.790323,6.088113,15.694349,22.568405,82.86211,173.63327,44.119354,176.62527,32.19585,20.391537,113.83653,71.45605,304.05057,82.726845,1.9620645,5.3032255,5.8544354,45.759686,8860.117,2.0322742,17.878809,57.45363,19.61193,185.1943,55.503227,113.18317,2.7454538,97.18669,457.03525,279.42764,72.314285,439.5486,52.637096,68.48801,112.049324,16.47509,2.7051299,16.714514,664.8157,0.33111495,0.61075264,77.80694,11.620483,7.804383,9.184913,16.407902,104.85096,29.539719,144.77945,736.6416,385.74048,2675.8076,2067.967,36.688953,69.62378,5020.359,14.363973,110.26008,653.5568,191.16411,258.58508,112.129684,662.81506,646.2077,473.10898,20.875576,139.9586,480.09055,919.1652,46.004963,420.60162,58.67567,1.5132381,50.639565,1.0660076,1.0271536,4.1654053,30.002905,216.50078,55.55942,18.986559,689.5767,203.33601,118.68664,163.78226,45.403225,54.314518,26.565592,51.07672,24.366936,223.63635,100.87996,32.28341,26.007214,24.022581,53.985023,51.24059,7.479287,210.4453,57.373222,523.5072,20.20409,998.9546,49.668266,415.98914,421.11584,20.905785,17.129332,577.43146,651.3352,1732.1948,263.75034 +2023-10-20 13:00:00,0.0,8132.1636,225.41127,78.1236,92.601906,63.97967,306.57092,43.670807,87.18867,27.337912,50.888187,1305.1372,99.649796,26.548512,239.3309,0.97935516,0.83162636,43.70331,1.804897,0.06713328,792.79596,0.06089767,753.7309,105.482506,0.036453005,0.030879142,283.83838,37.857216,132.5006,141.79341,11016.877,0.17547001,2478.833,4.547613,0.13618307,0.212376,0.27913982,264.42767,323.99335,27.237785,85.53058,40.062668,17.495003,1728.9088,2.6323862,71.555756,29.361952,456.12988,30.604435,427.709,14.26877,79.51063,0.0,1051.2604,4230.9663,1.7492995,336.1909,47.039024,27313.092,43.467518,1.8590097,18.653711,42.71006,10.725058,2.9817147,20.958775,627.2436,239.89767,24.74629,1.5297253,4.184836,142.20833,10.316907,236.5208,219.1207,2113.4524,657.80963,110.804016,147.3742,226.02657,5.317757,8.003022,27.158642,3.2981749,4.9111056,33.80549,45.163914,101.19986,24.066814,27.57397,64.14202,11.553628,3540.3198,26.002338,23.674059,18.75263,13.225251,199.36761,43.07608,22.78293,6.0864897,15.683147,22.551012,82.81432,173.5242,44.073723,176.53389,32.165104,20.37068,113.7821,71.419525,303.54474,82.707924,1.9622527,5.300134,5.8532057,45.71049,8847.527,2.0327961,17.860199,57.482964,19.602875,185.11003,55.487633,113.19819,2.7472565,97.14163,457.1163,279.56177,72.242455,439.5864,52.66196,68.454704,111.99675,16.485737,2.7062223,16.720045,664.48236,0.3317346,0.61139244,77.831085,11.618086,7.808069,9.188026,16.409021,104.901855,29.520145,144.81401,736.818,385.85474,2675.795,2067.9778,36.673813,69.61674,5015.5776,14.3753,110.21657,653.4242,191.07611,258.47073,112.097755,662.45337,645.7552,473.06482,20.85791,139.89342,479.59222,918.2686,45.93082,419.814,58.581104,1.5140065,50.63997,1.0663712,1.0279294,4.168955,29.954706,216.47603,55.490055,18.989023,688.6844,203.06607,118.53456,163.54301,45.359062,54.31519,26.549955,50.964657,24.35383,223.37923,100.73577,32.277874,25.968761,23.992607,53.919914,51.154816,7.4669967,210.20467,57.296738,522.944,20.182104,997.78644,49.614307,416.13092,420.56726,20.886417,17.12439,576.8985,650.9428,1731.7793,264.0295 +2023-10-20 14:00:00,0.0,8122.2593,225.13063,78.13798,92.649254,63.984745,306.6437,43.682198,87.234245,27.341032,50.91114,1304.1456,99.59505,26.552933,239.389,0.98110825,0.8332793,43.72325,1.80852,0.06697103,793.2381,0.060851254,754.13434,105.52283,0.03636718,0.030821703,284.0743,37.872,132.65352,141.85995,11006.021,0.17575645,2479.7065,4.5561404,0.1363786,0.21262406,0.27960414,264.52737,324.0851,27.248686,85.452286,40.063805,17.485882,1728.0028,2.6351254,71.54051,29.339924,456.19922,30.59742,427.6148,14.251477,79.46722,0.0,1050.8805,4228.8022,1.7455188,336.0098,46.978546,27299.63,43.437088,1.8557497,18.646902,42.69763,10.712672,2.9794238,20.952188,626.7834,239.63493,24.733717,1.5272044,4.1800213,142.12239,10.295062,236.44225,219.24463,2112.6748,657.98706,110.78044,147.34862,225.61526,5.3178186,8.003875,27.191479,3.2988298,4.9161463,33.763226,45.118164,101.21962,24.05097,27.54922,64.113815,11.554826,3539.9624,25.996693,23.670698,18.749231,13.218588,199.3055,43.05543,22.775537,6.0848665,15.671946,22.533617,82.76654,173.41512,44.02809,176.4425,32.134354,20.349823,113.72766,71.382996,303.0389,82.688995,1.9624408,5.297043,5.851976,45.661293,8834.9375,2.033318,17.841587,57.5123,19.59382,185.02576,55.472042,113.21321,2.749059,97.09657,457.19733,279.69592,72.17062,439.6242,52.68683,68.4214,111.94418,16.496384,2.7073147,16.725578,664.1491,0.33235428,0.61203223,77.85523,11.615687,7.8117557,9.191141,16.41014,104.95275,29.500572,144.84857,736.9944,385.96896,2675.782,2067.9885,36.658672,69.6097,5010.7964,14.386628,110.17305,653.29156,190.98811,258.35638,112.06582,662.09174,645.3027,473.0207,20.840246,139.82822,479.0939,917.372,45.856678,419.0264,58.486534,1.5147749,50.64037,1.0667347,1.0287052,4.172505,29.906506,216.4513,55.42069,18.991488,687.79205,202.79614,118.38249,163.30376,45.3149,54.31586,26.534319,50.852592,24.340725,223.12212,100.59159,32.272335,25.93031,23.962635,53.8548,51.06904,7.4547067,209.96402,57.220253,522.3807,20.160118,996.6183,49.56035,416.27267,420.01868,20.86705,17.119448,576.3656,650.55035,1731.3638,264.3087 +2023-10-20 15:00:00,0.0,8112.355,224.85,78.15236,92.6966,63.98982,306.7165,43.69359,87.27982,27.344152,50.934093,1303.1539,99.5403,26.557352,239.44713,0.98286134,0.8349323,43.7432,1.812143,0.06680878,793.6803,0.060804836,754.53784,105.56315,0.03628136,0.030764263,284.31024,37.886787,132.80646,141.9265,10995.165,0.1760429,2480.58,4.564667,0.13657413,0.21287212,0.2800684,264.62708,324.17685,27.259586,85.37399,40.064938,17.47676,1727.0968,2.6378644,71.52526,29.317896,456.26852,30.590403,427.52057,14.234183,79.4238,0.0,1050.5006,4226.6387,1.7417381,335.82867,46.918068,27286.168,43.406662,1.8524897,18.64009,42.6852,10.700286,2.9771328,20.945602,626.3232,239.3722,24.721142,1.5246834,4.1752067,142.03645,10.273217,236.36371,219.36855,2111.8972,658.1645,110.75686,147.32303,225.20398,5.3178806,8.004726,27.224316,3.2994847,4.921187,33.720963,45.07241,101.23938,24.035128,27.52447,64.0856,11.556023,3539.6047,25.991049,23.66734,18.745832,13.211925,199.24338,43.034782,22.768145,6.0832434,15.660744,22.516224,82.71876,173.30603,43.98246,176.35112,32.103603,20.328964,113.67322,71.34647,302.53308,82.670074,1.9626291,5.2939515,5.850746,45.612095,8822.347,2.0338402,17.822977,57.541634,19.584764,184.94148,55.45645,113.22823,2.7508616,97.05151,457.27838,279.83005,72.098785,439.662,52.711693,68.3881,111.89161,16.50703,2.7084072,16.73111,663.8158,0.33297396,0.61267203,77.87938,11.613289,7.815442,9.194255,16.411259,105.00365,29.480999,144.88313,737.1708,386.08322,2675.7693,2067.999,36.64353,69.60267,5006.015,14.397956,110.12954,653.1589,190.9001,258.24203,112.03388,661.7301,644.8501,472.97653,20.82258,139.76303,478.59555,916.47546,45.782536,418.2388,58.391968,1.5155433,50.64077,1.0670981,1.029481,4.1760545,29.858307,216.42654,55.351322,18.993952,686.89966,202.5262,118.230415,163.06451,45.270737,54.316532,26.518684,50.74053,24.327621,222.865,100.44741,32.2668,25.891857,23.932661,53.789692,50.983265,7.4424167,209.72339,57.14377,521.8174,20.138132,995.45013,49.506386,416.41446,419.4701,20.847685,17.114506,575.83264,650.15796,1730.9484,264.58786 +2023-10-20 16:00:00,0.0,8102.4507,224.56938,78.16674,92.74396,63.994892,306.7893,43.70498,87.32539,27.347271,50.95705,1302.1624,99.48555,26.561771,239.50523,0.9846144,0.8365853,43.763145,1.815766,0.06664654,794.12244,0.060758423,754.9413,105.60348,0.03619554,0.030706825,284.54614,37.90157,132.95938,141.99303,10984.309,0.17632934,2481.4536,4.573194,0.13676965,0.21312018,0.28053272,264.72678,324.2686,27.270485,85.2957,40.066074,17.46764,1726.1908,2.6406035,71.51001,29.295868,456.33783,30.583387,427.42636,14.21689,79.38039,0.0,1050.1206,4224.4746,1.7379574,335.64758,46.85759,27272.707,43.376232,1.8492297,18.633282,42.672768,10.687901,2.9748418,20.939016,625.86304,239.10945,24.708567,1.5221624,4.170392,141.95052,10.251372,236.28516,219.49248,2111.1196,658.3419,110.73328,147.29744,224.79268,5.317942,8.005579,27.25715,3.3001397,4.926227,33.6787,45.026657,101.25913,24.019283,27.49972,64.057396,11.5572195,3539.2473,25.985405,23.663979,18.742434,13.20526,199.18126,43.014133,22.760754,6.0816207,15.649542,22.498829,82.670975,173.19695,43.93683,176.25974,32.072853,20.308107,113.61878,71.309944,302.02725,82.65115,1.9628172,5.29086,5.8495164,45.562897,8809.757,2.034362,17.804365,57.57097,19.57571,184.8572,55.44086,113.243256,2.752664,97.006454,457.35944,279.96417,72.026955,439.69977,52.73656,68.3548,111.83904,16.51768,2.7094996,16.736643,663.48254,0.3335936,0.6133118,77.90353,11.610891,7.8191285,9.197369,16.412376,105.05455,29.461426,144.9177,737.34717,386.19748,2675.7563,2068.0098,36.628387,69.595634,5001.234,14.409284,110.08602,653.02625,190.8121,258.1277,112.00195,661.36847,644.3976,472.9324,20.804914,139.69785,478.09723,915.57886,45.708397,417.4512,58.297398,1.5163119,50.641174,1.0674617,1.0302569,4.1796045,29.810108,216.40181,55.28195,18.996416,686.0073,202.25627,118.07835,162.82527,45.226574,54.317204,26.503048,50.62846,24.314516,222.6079,100.30323,32.26126,25.853405,23.902687,53.72458,50.89749,7.4301267,209.48274,57.067284,521.25415,20.116146,994.282,49.452427,416.5562,418.9215,20.828318,17.109564,575.29974,649.76556,1730.5328,264.86703 +2023-10-20 17:00:00,0.0,8092.5464,224.28874,78.18112,92.791306,63.999966,306.8621,43.71637,87.37097,27.350391,50.980003,1301.1708,99.4308,26.56619,239.56335,0.98636746,0.83823824,43.78309,1.819389,0.066484295,794.5646,0.060712006,755.3447,105.6438,0.036109716,0.030649384,284.78207,37.916355,133.1123,142.05957,10973.453,0.17661577,2482.3271,4.581721,0.13696519,0.21336824,0.280997,264.82648,324.36032,27.281385,85.21741,40.06721,17.458519,1725.2849,2.6433425,71.49476,29.27384,456.4071,30.57637,427.33215,14.199597,79.33697,0.0,1049.7407,4222.311,1.7341766,335.46646,46.79711,27259.246,43.345806,1.8459697,18.626472,42.660336,10.675515,2.9725509,20.93243,625.40283,238.8467,24.695992,1.5196414,4.165578,141.86456,10.229527,236.2066,219.6164,2110.342,658.51935,110.7097,147.27185,224.3814,5.318004,8.006432,27.289988,3.3007946,4.9312677,33.636436,44.980904,101.27889,24.00344,27.47497,64.02918,11.558417,3538.89,25.979761,23.660618,18.739035,13.198597,199.11914,42.99349,22.75336,6.0799975,15.63834,22.481436,82.62319,173.08786,43.891197,176.16833,32.042103,20.287249,113.56435,71.27342,301.52142,82.632225,1.9630054,5.287769,5.848286,45.513702,8797.167,2.034884,17.785753,57.600304,19.566654,184.77292,55.42527,113.25828,2.7544668,96.961395,457.44046,280.09833,71.955124,439.73758,52.761425,68.3215,111.78647,16.528326,2.710592,16.742174,663.14923,0.3342133,0.6139516,77.92768,11.608493,7.822815,9.200483,16.413494,105.105446,29.441853,144.95226,737.52356,386.3117,2675.7437,2068.0205,36.613247,69.58859,4996.452,14.42061,110.0425,652.89355,190.72409,258.01334,111.97002,661.0068,643.94507,472.88824,20.78725,139.63266,477.5989,914.68225,45.634254,416.6636,58.20283,1.5170803,50.641575,1.0678252,1.0310327,4.1831546,29.76191,216.37706,55.212585,18.99888,685.115,201.98633,117.92627,162.58603,45.18241,54.317875,26.487411,50.516396,24.30141,222.35078,100.15905,32.255726,25.814953,23.872715,53.659466,50.811714,7.4178367,209.24211,56.9908,520.69086,20.094162,993.11383,49.398464,416.698,418.3729,20.80895,17.104622,574.7668,649.37317,1730.1173,265.1462 +2023-10-20 18:00:00,0.0,8082.642,224.00812,78.1955,92.83866,64.00504,306.93488,43.72776,87.41655,27.353512,51.002956,1300.1791,99.37605,26.570612,239.62148,0.98812056,0.8398912,43.803036,1.823012,0.06632205,795.0068,0.06066559,755.74817,105.68412,0.036023892,0.030591946,285.018,37.93114,133.26523,142.1261,10962.597,0.17690222,2483.201,4.590248,0.13716072,0.2136163,0.2814613,264.92618,324.45206,27.292284,85.139114,40.068348,17.449398,1724.3789,2.6460817,71.479515,29.251812,456.47644,30.569355,427.23795,14.182304,79.29356,0.0,1049.3607,4220.147,1.7303959,335.28537,46.736633,27245.783,43.31538,1.8427097,18.619661,42.647903,10.663129,2.97026,20.925844,624.9427,238.58395,24.683416,1.5171205,4.1607633,141.77863,10.207682,236.12805,219.74033,2109.5645,658.6968,110.68612,147.24626,223.97011,5.3180656,8.007283,27.322824,3.3014495,4.9363084,33.594173,44.93515,101.29865,23.987598,27.45022,64.00098,11.559614,3538.5322,25.974115,23.657259,18.735636,13.191934,199.05704,42.97284,22.745968,6.0783744,15.627138,22.46404,82.57541,172.97878,43.845562,176.07695,32.011356,20.266392,113.50991,71.23689,301.0156,82.613304,1.9631935,5.2846775,5.8470564,45.464504,8784.576,2.0354059,17.767143,57.62964,19.5576,184.68864,55.40968,113.2733,2.7562692,96.91633,457.5215,280.23245,71.883286,439.77536,52.78629,68.2882,111.733894,16.538973,2.7116845,16.747707,662.816,0.33483294,0.61459136,77.95183,11.606094,7.826501,9.203597,16.414614,105.15634,29.42228,144.98682,737.69995,386.42596,2675.7307,2068.0312,36.598106,69.58156,4991.671,14.431938,109.99899,652.7609,190.6361,257.899,111.93808,660.64514,643.49255,472.84412,20.769585,139.56747,477.10056,913.7857,45.560112,415.87598,58.108265,1.5178487,50.64198,1.0681887,1.0318085,4.186704,29.71371,216.35233,55.14322,19.001345,684.22266,201.71638,117.77419,162.34677,45.13825,54.31855,26.471775,50.40433,24.288307,222.09367,100.01486,32.250187,25.7765,23.842741,53.594357,50.72594,7.4055467,209.00148,56.914314,520.12756,20.072176,991.9457,49.344505,416.83975,417.8243,20.789583,17.09968,574.2339,648.9808,1729.7018,265.42538 +2023-10-20 19:00:00,0.0,8072.738,223.72748,78.209885,92.88601,64.01012,307.0077,43.73915,87.46212,27.356632,51.025913,1299.1875,99.32131,26.575031,239.67958,0.98987365,0.84154415,43.82298,1.8266349,0.06615981,795.4489,0.060619175,756.1516,105.72444,0.03593807,0.030534506,285.25394,37.945927,133.41817,142.19264,10951.741,0.17718866,2484.0745,4.598775,0.13735625,0.21386437,0.28192556,265.02588,324.54382,27.303185,85.06082,40.06948,17.440277,1723.4729,2.6488206,71.464264,29.229784,456.54575,30.562338,427.14374,14.165011,79.25014,0.0,1048.9808,4217.983,1.7266152,335.10428,46.676155,27232.322,43.28495,1.8394496,18.612852,42.635475,10.6507435,2.967969,20.919258,624.4825,238.32121,24.670841,1.5145996,4.1559486,141.69269,10.185837,236.04951,219.86424,2108.7869,658.87415,110.66254,147.22067,223.5588,5.3181276,8.008136,27.35566,3.3021045,4.941349,33.55191,44.889397,101.31841,23.971754,27.42547,63.972767,11.560811,3538.1748,25.968472,23.653898,18.732237,13.185269,198.99492,42.95219,22.738575,6.076751,15.615936,22.446648,82.527626,172.86969,43.79993,175.98557,31.980606,20.245533,113.455475,71.20037,300.50977,82.59438,1.9633818,5.2815857,5.8458266,45.415306,8771.986,2.035928,17.748531,57.658974,19.548546,184.60437,55.394085,113.28832,2.758072,96.87127,457.60257,280.3666,71.811455,439.81314,52.811157,68.2549,111.68133,16.54962,2.712777,16.753239,662.48267,0.33545262,0.61523116,77.975975,11.603696,7.8301873,9.206711,16.415731,105.20724,29.402706,145.02138,737.87634,386.54022,2675.718,2068.042,36.582966,69.574524,4986.8896,14.443266,109.955475,652.62823,190.54808,257.78464,111.90615,660.2835,643.04,472.79996,20.75192,139.50229,476.60223,912.8891,45.48597,415.08838,58.013695,1.5186172,50.64238,1.0685521,1.0325843,4.190254,29.665512,216.32758,55.073853,19.003809,683.3303,201.44646,117.62212,162.10753,45.094086,54.31922,26.456139,50.292263,24.275202,221.83655,99.87068,32.24465,25.738049,23.812769,53.529243,50.640163,7.3932567,208.76083,56.83783,519.5643,20.05019,990.7775,49.290546,416.98154,417.27573,20.770216,17.094738,573.7009,648.5884,1729.2864,265.70456 +2023-10-20 20:00:00,0.0,8062.833,223.44685,78.224266,92.933365,64.01519,307.08047,43.75054,87.5077,27.35975,51.048866,1298.1958,99.26656,26.57945,239.7377,0.9916267,0.8431971,43.842926,1.8302579,0.06599756,795.8911,0.06057276,756.55505,105.76477,0.03585225,0.030477067,285.48987,37.960712,133.57109,142.25917,10940.885,0.17747511,2484.948,4.6073017,0.13755178,0.21411243,0.28238988,265.12558,324.63556,27.314085,84.98253,40.070618,17.431158,1722.567,2.6515598,71.44901,29.207756,456.61505,30.555323,427.04953,14.147718,79.206726,0.0,1048.601,4215.8193,1.7228345,334.92316,46.615677,27218.86,43.254524,1.8361896,18.606041,42.623043,10.638357,2.965678,20.912672,624.02234,238.05847,24.658266,1.5120785,4.151134,141.60675,10.163992,235.97096,219.98817,2108.0095,659.0516,110.63896,147.19508,223.14752,5.318189,8.008988,27.388496,3.3027594,4.9463897,33.509647,44.843643,101.338165,23.955912,27.40072,63.944557,11.562009,3537.8171,25.962828,23.650537,18.72884,13.178606,198.9328,42.93154,22.731182,6.075128,15.604734,22.429253,82.47985,172.76062,43.7543,175.89418,31.949856,20.224676,113.40104,71.16385,300.00394,82.57546,1.9635699,5.2784944,5.844597,45.366108,8759.3955,2.03645,17.729921,57.68831,19.53949,184.52008,55.378494,113.30335,2.7598743,96.82621,457.6836,280.50073,71.739624,439.85095,52.83602,68.221596,111.62875,16.560266,2.713869,16.758772,662.1494,0.33607227,0.61587095,78.00012,11.601298,7.8338737,9.2098255,16.416851,105.25814,29.383133,145.05594,738.05273,386.65445,2675.705,2068.0527,36.567825,69.56749,4982.1084,14.454594,109.911964,652.4956,190.46008,257.6703,111.874214,659.9219,642.58746,472.75583,20.734255,139.43709,476.1039,911.9925,45.41183,414.30078,57.91913,1.5193856,50.642784,1.0689157,1.0333601,4.193804,29.617313,216.30284,55.004482,19.006271,682.438,201.17651,117.47005,161.86829,45.049923,54.319893,26.440502,50.1802,24.262096,221.57944,99.7265,32.239113,25.699596,23.782795,53.464134,50.55439,7.3809667,208.5202,56.761345,519.00104,20.028204,989.60944,49.236584,417.1233,416.72714,20.750849,17.089796,573.168,648.196,1728.8708,265.9837 +2023-10-20 21:00:00,0.0,8052.9287,223.16621,78.23865,92.98071,64.02026,307.15326,43.761932,87.553276,27.362871,51.07182,1297.2042,99.211815,26.583872,239.79582,0.9933798,0.8448501,43.86287,1.8338809,0.06583532,796.33325,0.06052634,756.9585,105.80509,0.035766426,0.030419627,285.7258,37.975494,133.72401,142.32571,10930.029,0.17776154,2485.8215,4.615829,0.13774732,0.21436049,0.28285414,265.22528,324.7273,27.324984,84.904236,40.071754,17.422037,1721.661,2.6542988,71.43377,29.185728,456.68433,30.548306,426.95532,14.1304245,79.16331,0.0,1048.221,4213.6553,1.7190537,334.74207,46.5552,27205.398,43.2241,1.8329296,18.599232,42.610607,10.625972,2.963387,20.906086,623.56213,237.79572,24.64569,1.5095576,4.1463194,141.52081,10.142147,235.89241,220.11209,2107.232,659.229,110.61538,147.1695,222.73624,5.318251,8.00984,27.421331,3.3034143,4.9514303,33.467384,44.797894,101.357925,23.940067,27.37597,63.916348,11.563206,3537.4597,25.957184,23.647177,18.725441,13.171943,198.87068,42.910892,22.723791,6.073505,15.593533,22.41186,82.43207,172.65154,43.708668,175.80278,31.919107,20.203817,113.346596,71.12732,299.4981,82.55653,1.9637581,5.275403,5.843367,45.31691,8746.806,2.0369718,17.71131,57.717644,19.530436,184.4358,55.362904,113.318375,2.761677,96.78115,457.76465,280.63486,71.667786,439.88873,52.860886,68.18829,111.57618,16.570915,2.7149615,16.764303,661.8161,0.33669195,0.61651075,78.02427,11.5989,7.83756,9.212939,16.417969,105.30904,29.36356,145.0905,738.2291,386.7687,2675.6924,2068.0632,36.552685,69.56045,4977.327,14.465921,109.86845,652.363,190.37209,257.55594,111.84228,659.5602,642.13495,472.71167,20.716589,139.3719,475.60556,911.09595,45.33769,413.51318,57.824562,1.520154,50.643185,1.0692792,1.0341359,4.197354,29.569115,216.27809,54.935116,19.008736,681.5456,200.90659,117.31798,161.62903,45.00576,54.320564,26.424866,50.068134,24.248991,221.32233,99.58232,32.233578,25.661144,23.752823,53.39902,50.468613,7.368676,208.27956,56.68486,518.43774,20.006218,988.4413,49.182625,417.26508,416.17856,20.731482,17.084854,572.6351,647.8036,1728.4553,266.26288 +2023-10-20 22:00:00,0.0,8043.0244,222.88559,78.25303,93.02806,64.02534,307.22607,43.773323,87.59885,27.365992,51.094776,1296.2126,99.15707,26.588291,239.85393,0.99513286,0.8465031,43.882816,1.8375039,0.065673076,796.77545,0.060479928,757.362,105.84541,0.035680603,0.030362189,285.9617,37.99028,133.87694,142.39224,10919.173,0.17804798,2486.695,4.624356,0.13794285,0.21460855,0.28331843,265.325,324.81903,27.335884,84.82594,40.07289,17.412916,1720.755,2.657038,71.41852,29.1637,456.75366,30.54129,426.8611,14.1131315,79.119896,0.0,1047.8411,4211.491,1.715273,334.56094,46.49472,27191.938,43.19367,1.8296696,18.592422,42.598175,10.613586,2.961096,20.8995,623.1019,237.53297,24.633116,1.5070367,4.141505,141.43488,10.120302,235.81386,220.23602,2106.4543,659.40643,110.5918,147.14392,222.32494,5.3183126,8.010693,27.454168,3.3040693,4.956471,33.42512,44.752136,101.377686,23.924225,27.351221,63.888138,11.564403,3537.102,25.951538,23.643818,18.722042,13.165278,198.80856,42.890247,22.716398,6.0718822,15.582331,22.394464,82.384285,172.54245,43.663036,175.7114,31.888357,20.18296,113.29216,71.0908,298.99228,82.53761,1.9639462,5.2723117,5.8421373,45.267715,8734.216,2.0374937,17.692698,57.74698,19.52138,184.35153,55.347313,113.3334,2.7634795,96.73609,457.8457,280.769,71.595955,439.9265,52.885754,68.15499,111.52361,16.581562,2.716054,16.769836,661.48285,0.3373116,0.61715055,78.048416,11.596501,7.8412466,9.216054,16.419086,105.35993,29.343987,145.12506,738.40546,386.88297,2675.6794,2068.074,36.53754,69.55341,4972.546,14.477249,109.824936,652.2303,190.28407,257.4416,111.81034,659.19855,641.68243,472.66754,20.698925,139.30672,475.10724,910.19934,45.263546,412.7256,57.729992,1.5209225,50.64359,1.0696427,1.0349119,4.200904,29.520914,216.25336,54.86575,19.0112,680.65326,200.63664,117.1659,161.38979,44.961597,54.321236,26.40923,49.95607,24.235888,221.06522,99.43813,32.22804,25.622692,23.722849,53.33391,50.38284,7.356386,208.03893,56.608376,517.87445,19.984232,987.27313,49.128662,417.40683,415.62994,20.712116,17.079912,572.1022,647.4112,1728.0399,266.54205 +2023-10-20 23:00:00,0.0,8033.12,222.60497,78.26741,93.07542,64.03041,307.29886,43.784714,87.644424,27.369112,51.11773,1295.221,99.10232,26.59271,239.91205,0.99688596,0.84815603,43.90276,1.8411269,0.06551083,797.2176,0.06043351,757.76544,105.88574,0.03559478,0.030304749,286.19763,38.005066,134.02988,142.45879,10908.316,0.17833443,2487.5686,4.6328826,0.13813838,0.21485661,0.28378272,265.4247,324.91077,27.346783,84.74765,40.074024,17.403795,1719.849,2.659777,71.40327,29.141672,456.82297,30.534273,426.76688,14.095839,79.07648,0.0,1047.4612,4209.3276,1.7114923,334.37985,46.434242,27178.475,43.163242,1.8264096,18.585611,42.585747,10.6012,2.9588048,20.892916,622.6418,237.27023,24.620543,1.5045156,4.13669,141.34894,10.098457,235.73532,220.35994,2105.6768,659.58386,110.56822,147.11833,221.91365,5.318374,8.011544,27.487005,3.3047242,4.961511,33.38286,44.706387,101.397446,23.90838,27.326471,63.85993,11.5656,3536.7446,25.945894,23.640457,18.718643,13.158615,198.74644,42.8696,22.709005,6.070259,15.571129,22.377071,82.3365,172.43336,43.617405,175.62001,31.857607,20.162102,113.237724,71.05427,298.48645,82.51869,1.9641345,5.2692204,5.840907,45.218517,8721.625,2.0380158,17.674088,57.776314,19.512325,184.26724,55.331722,113.34842,2.7652822,96.69103,457.92673,280.90314,71.524124,439.96432,52.910618,68.12169,111.47104,16.592209,2.7171464,16.775368,661.14954,0.33793128,0.6177903,78.07257,11.594103,7.844933,9.219168,16.420206,105.41083,29.324413,145.15962,738.58185,386.9972,2675.6667,2068.0847,36.5224,69.54638,4967.7646,14.488577,109.78142,652.09766,190.19608,257.32724,111.77841,658.8369,641.22986,472.62338,20.68126,139.24153,474.60892,909.30273,45.189404,411.938,57.635426,1.521691,50.64399,1.0700061,1.0356877,4.2044535,29.472715,216.2286,54.796383,19.013664,679.7609,200.3667,117.013824,161.15054,44.917435,54.321907,26.393595,49.844,24.222782,220.8081,99.29395,32.222504,25.58424,23.692877,53.2688,50.297066,7.344096,207.79828,56.53189,517.3112,19.962248,986.105,49.074703,417.5486,415.08136,20.692749,17.07497,571.5692,647.0188,1727.6244,266.82123 +2023-10-21 00:00:00,0.0,8023.216,222.32433,78.28179,93.122765,64.035484,307.37164,43.796104,87.69,27.372232,51.140682,1294.2294,99.04757,26.597132,239.97015,0.99863905,0.849809,43.922707,1.8447499,0.06534859,797.6598,0.060387097,758.1689,105.92606,0.035508957,0.03024731,286.43356,38.01985,134.1828,142.52531,10897.461,0.17862087,2488.4421,4.6414094,0.13833392,0.21510467,0.284247,265.5244,325.0025,27.357683,84.66936,40.07516,17.394674,1718.9431,2.662516,71.38802,29.119646,456.89227,30.527258,426.67267,14.078546,79.033066,0.0,1047.0812,4207.1636,1.7077116,334.19873,46.373764,27165.014,43.132816,1.8231496,18.578802,42.573315,10.588815,2.956514,20.88633,622.1816,237.00749,24.607967,1.5019947,4.1318755,141.263,10.076612,235.65677,220.48387,2104.8992,659.7613,110.54465,147.09274,221.50237,5.318436,8.012397,27.51984,3.3053792,4.966552,33.340595,44.66063,101.4172,23.892538,27.301722,63.83172,11.566797,3536.3872,25.94025,23.637096,18.715244,13.151952,198.68434,42.84895,22.701612,6.068636,15.559927,22.359676,82.28872,172.32428,43.571774,175.52863,31.826859,20.141245,113.18329,71.017746,297.98065,82.49977,1.9643226,5.266129,5.8396773,45.16932,8709.035,2.0385377,17.655476,57.805645,19.503271,184.18297,55.316128,113.36344,2.7670846,96.645966,458.00778,281.03726,71.452286,440.0021,52.935482,68.08839,111.418465,16.602856,2.7182388,16.7809,660.8163,0.33855096,0.6184301,78.09672,11.591705,7.8486195,9.222281,16.421324,105.46173,29.30484,145.19418,738.75824,387.11145,2675.6538,2068.0955,36.50726,69.539345,4962.9834,14.499905,109.7379,651.96497,190.10806,257.2129,111.746475,658.4753,640.77734,472.57925,20.663595,139.17635,474.11057,908.4062,45.115265,411.15036,57.54086,1.5224594,50.644394,1.0703697,1.0364635,4.2080035,29.424517,216.20387,54.727013,19.016129,678.8686,200.09677,116.861755,160.91129,44.873272,54.322582,26.377958,49.731937,24.209677,220.55098,99.14977,32.216965,25.545788,23.662903,53.20369,50.21129,7.331806,207.55765,56.455406,516.7479,19.940262,984.9368,49.020744,417.69037,414.53278,20.673382,17.070028,571.0363,646.6264,1727.2089,267.1004 +2023-10-21 01:00:00,0.0,8013.3115,222.0437,78.29617,93.17012,64.04056,307.44446,43.807495,87.73557,27.37535,51.16364,1293.2378,98.99282,26.601551,240.02827,1.0003921,0.85146195,43.94265,1.8483728,0.065186344,798.1019,0.06034068,758.5723,105.966385,0.035423137,0.03018987,286.6695,38.034637,134.33572,142.59186,10886.6045,0.1789073,2489.316,4.6499367,0.13852945,0.21535273,0.2847113,265.6241,325.09427,27.368584,84.591064,40.076298,17.385553,1718.0371,2.6652553,71.37277,29.097618,456.9616,30.52024,426.57846,14.061253,78.98965,0.0,1046.7013,4204.9995,1.7039307,334.01764,46.313286,27151.55,43.102386,1.8198895,18.571991,42.560883,10.576429,2.954223,20.879744,621.72144,236.74474,24.595392,1.4994737,4.127061,141.17705,10.054768,235.57822,220.60779,2104.1216,659.93866,110.52106,147.06715,221.09106,5.3184977,8.013249,27.552677,3.306034,4.9715924,33.298336,44.61488,101.43696,23.876696,27.276972,63.80351,11.567994,3536.0295,25.934607,23.633736,18.711845,13.1452875,198.62222,42.8283,22.69422,6.067013,15.548725,22.342283,82.24094,172.2152,43.526142,175.43724,31.796108,20.120386,113.12885,70.98122,297.47482,82.48084,1.9645108,5.2630377,5.8384476,45.12012,8696.444,2.0390596,17.636866,57.83498,19.494215,184.0987,55.300537,113.37846,2.7688873,96.60091,458.08884,281.17142,71.380455,440.0399,52.96035,68.05509,111.3659,16.613503,2.7193313,16.786432,660.483,0.3391706,0.6190699,78.120865,11.589307,7.8523054,9.225396,16.422441,105.51263,29.285267,145.22874,738.93463,387.22568,2675.641,2068.1062,36.49212,69.53231,4958.202,14.511231,109.69439,651.83234,190.02007,257.09854,111.71454,658.1136,640.3248,472.5351,20.64593,139.11116,473.61224,907.5096,45.041122,410.36276,57.44629,1.5232278,50.644794,1.0707332,1.0372393,4.211553,29.376318,216.17912,54.657646,19.018593,677.97626,199.82683,116.70968,160.67204,44.82911,54.323254,26.362322,49.619873,24.196573,220.29387,99.00559,32.21143,25.507336,23.63293,53.138577,50.125515,7.319516,207.317,56.37892,516.18463,19.918276,983.7687,48.96678,417.83215,413.9842,20.654015,17.065086,570.50336,646.234,1726.7933,267.37958 +2023-10-21 02:00:00,0.0,8003.407,221.76306,78.310555,93.21747,64.04563,307.51724,43.818886,87.78115,27.378471,51.186592,1292.2461,98.93807,26.60597,240.0864,1.0021452,0.85311496,43.962597,1.8519958,0.0650241,798.54407,0.060294263,758.97577,106.00671,0.035337314,0.030132432,286.90543,38.04942,134.48865,142.65839,10875.749,0.17919375,2490.1895,4.6584635,0.13872498,0.21560079,0.2851756,265.72382,325.186,27.379482,84.51277,40.07743,17.376432,1717.1311,2.6679943,71.35752,29.07559,457.03088,30.513226,426.48425,14.04396,78.946236,0.0,1046.3214,4202.836,1.70015,333.83655,46.252808,27138.09,43.07196,1.8166295,18.565182,42.54845,10.564043,2.951932,20.873158,621.2612,236.482,24.582817,1.4969528,4.1222463,141.09111,10.032923,235.49966,220.73172,2103.344,660.1161,110.49748,147.04156,220.67978,5.3185596,8.014101,27.585512,3.306689,4.976633,33.256073,44.569126,101.45672,23.860851,27.252222,63.775303,11.569192,3535.672,25.92896,23.630377,18.708447,13.138624,198.5601,42.80765,22.686829,6.0653896,15.537523,22.324888,82.19315,172.10611,43.48051,175.34584,31.76536,20.09953,113.07442,70.944695,296.969,82.46192,1.9646989,5.2599463,5.837218,45.070927,8683.8545,2.0395815,17.618254,57.864315,19.48516,184.01442,55.284946,113.393486,2.77069,96.55585,458.16986,281.30554,71.308624,440.0777,52.985214,68.02179,111.313324,16.62415,2.7204237,16.791964,660.1497,0.33979028,0.6197097,78.14501,11.586908,7.855992,9.22851,16.423561,105.56352,29.265694,145.26329,739.11096,387.33994,2675.6282,2068.1167,36.47698,69.52527,4953.421,14.522559,109.65087,651.69965,189.93205,256.9842,111.68261,657.75195,639.87225,472.49097,20.628263,139.04596,473.11392,906.613,44.96698,409.57516,57.351723,1.5239962,50.6452,1.0710967,1.0380151,4.215103,29.32812,216.15439,54.58828,19.021057,677.0839,199.5569,116.55761,160.4328,44.784946,54.323925,26.346685,49.50781,24.183468,220.03676,98.86141,32.20589,25.468884,23.602957,53.073463,50.039738,7.307226,207.07637,56.302437,515.6214,19.89629,982.6005,48.912823,417.9739,413.4356,20.634647,17.060144,569.97046,645.8416,1726.3779,267.65875 +2023-10-21 03:00:00,0.0,7993.503,221.48244,78.324936,93.264824,64.050705,307.59003,43.830276,87.82673,27.381592,51.209545,1291.2545,98.88332,26.610392,240.1445,1.0038983,0.8547679,43.98254,1.8556188,0.06486186,798.98627,0.06024785,759.3792,106.047035,0.03525149,0.030074991,287.14136,38.064205,134.64157,142.72493,10864.893,0.1794802,2491.063,4.6669903,0.13892052,0.21584885,0.28563988,265.82352,325.27774,27.390383,84.43448,40.078568,17.367311,1716.2251,2.6707335,71.34228,29.053562,457.1002,30.506208,426.39005,14.026667,78.90282,0.0,1045.9414,4200.672,1.6963693,333.65543,46.19233,27124.629,43.041534,1.8133695,18.55837,42.53602,10.551658,2.949641,20.866571,620.8011,236.21925,24.570242,1.4944319,4.1174316,141.00517,10.011078,235.42113,220.85564,2102.5667,660.2935,110.47391,147.01598,220.2685,5.318621,8.014954,27.61835,3.307344,4.9816737,33.21381,44.52337,101.47648,23.845009,27.227472,63.747093,11.570389,3535.3145,25.923317,23.627016,18.705048,13.131961,198.49799,42.787003,22.679436,6.0637665,15.526321,22.307495,82.14537,171.99702,43.43488,175.25446,31.73461,20.07867,113.01997,70.908165,296.46317,82.443,1.9648871,5.2568545,5.835988,45.02173,8671.265,2.0401034,17.599644,57.89365,19.476105,183.93013,55.269356,113.40851,2.7724924,96.51079,458.25092,281.43967,71.236786,440.11548,53.010082,67.98849,111.26076,16.634798,2.7215161,16.797497,659.8164,0.34040993,0.62034947,78.16916,11.58451,7.8596783,9.231624,16.424679,105.61442,29.24612,145.29785,739.28735,387.4542,2675.6155,2068.1274,36.461838,69.518234,4948.6396,14.533887,109.60736,651.567,189.84406,256.86984,111.65067,657.3903,639.41974,472.4468,20.6106,138.98077,472.61557,905.71643,44.89284,408.78757,57.257156,1.5247647,50.6456,1.0714601,1.038791,4.218653,29.27992,216.12964,54.518913,19.023521,676.1916,199.28696,116.40553,160.19354,44.740784,54.324596,26.331049,49.39574,24.170362,219.77965,98.717224,32.200356,25.430431,23.572983,53.008354,49.953964,7.294936,206.83574,56.225952,515.0581,19.874304,981.4324,48.85886,418.1157,412.88702,20.61528,17.055202,569.4375,645.4492,1725.9624,267.93793 +2023-10-21 04:00:00,0.0,7983.5986,221.20181,78.339325,93.31217,64.05578,307.66284,43.841667,87.8723,27.384712,51.2325,1290.263,98.828575,26.61481,240.20262,1.0056514,0.8564209,44.002487,1.8592418,0.06469961,799.4284,0.060201433,759.7827,106.08736,0.035165668,0.030017553,287.37726,38.07899,134.79451,142.79146,10854.036,0.17976664,2491.9365,4.6755176,0.13911605,0.21609691,0.28610417,265.92322,325.36948,27.401281,84.356186,40.079704,17.35819,1715.3192,2.6734724,71.32703,29.031534,457.1695,30.499193,426.29584,14.009373,78.859406,0.0,1045.5615,4198.5083,1.6925886,333.47433,46.13185,27111.166,43.011105,1.8101095,18.551561,42.523586,10.539271,2.94735,20.859985,620.3409,235.95651,24.557667,1.4919108,4.1126175,140.91924,9.989233,235.34258,220.97957,2101.789,660.47095,110.450325,146.99039,219.8572,5.318683,8.015806,27.651186,3.307999,4.9867144,33.171547,44.47762,101.49623,23.829165,27.202723,63.718884,11.571586,3534.957,25.917673,23.623655,18.701649,13.125297,198.43587,42.766357,22.672043,6.0621433,15.51512,22.2901,82.09759,171.88794,43.389248,175.16307,31.703861,20.057814,112.96554,70.87164,295.95734,82.42407,1.9650753,5.253763,5.8347583,44.97253,8658.674,2.0406256,17.581032,57.922985,19.46705,183.84586,55.253765,113.42353,2.774295,96.46573,458.33197,281.57382,71.164955,440.15326,53.034946,67.955185,111.20818,16.645445,2.7226086,16.803028,659.48315,0.3410296,0.6209892,78.193306,11.582112,7.8633647,9.234738,16.425798,105.66531,29.226547,145.33241,739.46375,387.56842,2675.6025,2068.1382,36.446697,69.5112,4943.858,14.545215,109.56384,651.4344,189.75606,256.75552,111.61874,657.0287,638.9672,472.40265,20.592934,138.91559,472.11725,904.8198,44.8187,407.99997,57.162586,1.5255332,50.646004,1.0718237,1.0395668,4.222203,29.231722,216.1049,54.449547,19.025986,675.2992,199.01701,116.253456,159.9543,44.69662,54.325268,26.315413,49.283676,24.157259,219.52254,98.573044,32.194817,25.39198,23.54301,52.94324,49.868187,7.282646,206.5951,56.149467,514.4948,19.852318,980.2642,48.8049,418.25748,412.3384,20.595913,17.050262,568.9046,645.0568,1725.5469,268.21707 +2023-10-21 05:00:00,0.0,7973.6943,220.92117,78.35371,93.35953,64.06085,307.73563,43.853058,87.91788,27.38783,51.255455,1289.2712,98.77383,26.61923,240.26074,1.0074044,0.85807383,44.02243,1.8628649,0.06453737,799.8706,0.060155015,760.18616,106.12768,0.035079848,0.029960113,287.6132,38.093777,134.94743,142.858,10843.181,0.18005307,2492.81,4.6840444,0.13931158,0.21634497,0.28656846,266.02292,325.4612,27.412182,84.27789,40.08084,17.34907,1714.4132,2.6762116,71.311775,29.009506,457.23883,30.492178,426.20163,13.99208,78.81599,0.0,1045.1816,4196.344,1.6888078,333.2932,46.071373,27097.705,42.98068,1.8068495,18.544752,42.511154,10.526886,2.945059,20.8534,619.88074,235.69376,24.545092,1.4893899,4.107803,140.8333,9.967388,235.26402,221.10349,2101.0115,660.6484,110.42675,146.9648,219.4459,5.3187447,8.016658,27.684021,3.3086538,4.991755,33.129284,44.43187,101.51599,23.813322,27.177973,63.690674,11.572783,3534.5994,25.91203,23.620296,18.698252,13.118633,198.37375,42.74571,22.66465,6.0605206,15.503918,22.272707,82.049805,171.77887,43.343616,175.07169,31.673111,20.036955,112.9111,70.83511,295.4515,82.40515,1.9652635,5.250672,5.833528,44.923332,8646.084,2.0411475,17.56242,57.95232,19.457996,183.76158,55.23817,113.43855,2.7760975,96.42067,458.413,281.70795,71.09312,440.19107,53.05981,67.92188,111.15561,16.656092,2.723701,16.808561,659.14984,0.34164926,0.621629,78.21746,11.579714,7.867051,9.237852,16.426916,105.71622,29.206974,145.36697,739.64014,387.68268,2675.5898,2068.149,36.431553,69.504166,4939.0767,14.556542,109.52033,651.3017,189.66805,256.64117,111.5868,656.667,638.5147,472.35852,20.575268,138.8504,471.61893,903.9232,44.744556,407.21234,57.06802,1.5263016,50.646404,1.0721872,1.0403426,4.225753,29.183523,216.08015,54.380177,19.02845,674.40686,198.74709,116.10139,159.71506,44.65246,54.32594,26.299776,49.17161,24.144154,219.26543,98.42886,32.18928,25.353527,23.513037,52.87813,49.782413,7.2703557,206.35446,56.072983,513.9316,19.830334,979.09607,48.750942,418.39923,411.78983,20.576546,17.04532,568.37164,644.6644,1725.1315,268.49625 +2023-10-21 06:00:00,0.0,7963.79,220.64055,78.36809,93.406876,64.065926,307.8084,43.86445,87.963455,27.390951,51.278408,1288.2797,98.71908,26.623652,240.31885,1.0091575,0.8597268,44.042377,1.8664879,0.064375125,800.31274,0.060108602,760.5896,106.168,0.034994025,0.029902674,287.84912,38.10856,135.10036,142.92453,10832.324,0.18033952,2493.6836,4.692571,0.13950711,0.21659303,0.28703275,266.12262,325.55298,27.423082,84.1996,40.081974,17.339949,1713.5072,2.6789505,71.29653,28.987478,457.30814,30.48516,426.10742,13.974787,78.772575,0.0,1044.8018,4194.18,1.6850271,333.11212,46.010895,27084.244,42.950253,1.8035895,18.537941,42.498722,10.514501,2.942768,20.846813,619.42053,235.43102,24.532516,1.4868689,4.1029882,140.74736,9.945543,235.18547,221.22742,2100.234,660.8258,110.40317,146.93921,219.03462,5.3188066,8.01751,27.716858,3.3093088,4.9967957,33.08702,44.386112,101.53575,23.79748,27.153223,63.662464,11.57398,3534.242,25.906384,23.616936,18.694853,13.11197,198.31165,42.72506,22.657259,6.0588975,15.492716,22.255312,82.00202,171.66978,43.29798,174.9803,31.64236,20.016098,112.85667,70.79859,294.94568,82.38623,1.9654516,5.2475805,5.8322983,44.874138,8633.494,2.0416694,17.54381,57.981655,19.44894,183.6773,55.22258,113.453575,2.7779002,96.3756,458.49405,281.84207,71.021286,440.22885,53.08468,67.88858,111.10304,16.666739,2.7247934,16.814093,658.8166,0.34226894,0.6222688,78.24161,11.577315,7.8707376,9.240967,16.428034,105.76711,29.1874,145.40154,739.8165,387.79694,2675.577,2068.1597,36.416412,69.49712,4934.2954,14.56787,109.476814,651.16907,189.58005,256.52682,111.55487,656.30536,638.06213,472.31436,20.557604,138.78522,471.12057,903.0267,44.670414,406.42474,56.973454,1.52707,50.64681,1.0725507,1.0411184,4.2293024,29.135324,216.05542,54.31081,19.030914,673.5145,198.47714,115.94931,159.4758,44.608295,54.326614,26.28414,49.059544,24.131048,219.0083,98.28468,32.183743,25.315077,23.483065,52.81302,49.69664,7.2580657,206.11382,55.9965,513.3683,19.808348,977.928,48.69698,418.54102,411.24124,20.55718,17.040379,567.83875,644.27203,1724.716,268.77542 +2023-10-21 07:00:00,0.0,7953.8853,220.35991,78.38247,93.45422,64.071,307.8812,43.87584,88.009026,27.394072,51.30136,1287.2881,98.66433,26.62807,240.37697,1.0109105,0.8613798,44.06232,1.8701109,0.06421288,800.75494,0.060062185,760.99304,106.20833,0.0349082,0.029845234,288.08505,38.123344,135.25328,142.99107,10821.469,0.18062596,2494.5571,4.7010984,0.13970265,0.21684109,0.28749704,266.22232,325.6447,27.43398,84.12131,40.08311,17.330828,1712.6013,2.6816897,71.28128,28.96545,457.3774,30.478146,426.01318,13.957494,78.72916,0.0,1044.4219,4192.0166,1.6812464,332.931,45.950413,27070.781,42.919823,1.8003294,18.531132,42.48629,10.502114,2.9404771,20.840227,618.9603,235.16827,24.519941,1.4843479,4.0981736,140.66142,9.923698,235.10693,221.35135,2099.4563,661.0032,110.379585,146.91362,218.62332,5.318868,8.018363,27.749693,3.3099637,5.001836,33.044758,44.340363,101.555504,23.781635,27.128473,63.634254,11.575177,3533.8845,25.90074,23.613575,18.691454,13.105306,198.24953,42.70441,22.649866,6.0572743,15.481514,22.237919,81.95424,171.5607,43.25235,174.8889,31.611612,19.99524,112.80223,70.76206,294.43985,82.36731,1.9656398,5.244489,5.8310685,44.82494,8620.903,2.0421913,17.525198,58.01099,19.439886,183.59302,55.20699,113.468605,2.7797027,96.33054,458.5751,281.97623,70.949455,440.26663,53.109543,67.85528,111.05047,16.677385,2.7258859,16.819626,658.4833,0.3428886,0.6229086,78.265755,11.574918,7.874424,9.244081,16.429153,105.81801,29.167828,145.4361,739.9929,387.91116,2675.5642,2068.1704,36.40127,69.49009,4929.514,14.579198,109.4333,651.0364,189.49203,256.41248,111.522934,655.9437,637.6096,472.27023,20.539938,138.72003,470.62225,902.13007,44.596275,405.63715,56.878883,1.5278385,50.64721,1.0729142,1.0418942,4.2328525,29.087124,216.03067,54.241444,19.033379,672.6222,198.2072,115.79723,159.23656,44.564133,54.327286,26.268505,48.94748,24.117943,218.75119,98.140495,32.178207,25.276625,23.45309,52.74791,49.610863,7.2457757,205.87318,55.920013,512.805,19.786362,976.7598,48.64302,418.68277,410.69266,20.537813,17.035437,567.3058,643.87964,1724.3004,269.0546 +2023-10-21 08:00:00,0.0,7943.981,220.07928,78.39685,93.50158,64.07607,307.954,43.88723,88.0546,27.397192,51.324318,1286.2964,98.60958,26.63249,240.43507,1.0126636,0.86303276,44.082268,1.8737338,0.06405064,801.1971,0.060015768,761.3965,106.24865,0.03482238,0.029787796,288.32098,38.13813,135.40622,143.0576,10810.612,0.1809124,2495.431,4.7096252,0.13989818,0.21708915,0.28796133,266.32202,325.73645,27.444881,84.043015,40.084248,17.321707,1711.6953,2.6844287,71.26603,28.943422,457.44672,30.471128,425.91898,13.940201,78.685745,0.0,1044.0419,4189.8525,1.6774657,332.7499,45.889935,27057.32,42.889397,1.7970694,18.52432,42.47386,10.489729,2.938186,20.833641,618.5002,234.90553,24.507366,1.481827,4.093359,140.57549,9.901854,235.02838,221.47527,2098.6787,661.1806,110.35601,146.88803,218.21204,5.3189297,8.019215,27.78253,3.3106186,5.0068765,33.002495,44.29461,101.575264,23.765793,27.103724,63.606045,11.576375,3533.5269,25.895096,23.610214,18.688055,13.098642,198.18741,42.68376,22.642473,6.055651,15.470312,22.220524,81.906456,171.45161,43.20672,174.79752,31.580862,19.974382,112.747795,70.72554,293.93402,82.34838,1.965828,5.241398,5.8298388,44.77574,8608.313,2.0427134,17.506588,58.040325,19.43083,183.50874,55.1914,113.48363,2.7815053,96.285484,458.65613,282.11035,70.87762,440.30444,53.134407,67.82198,110.997894,16.688032,2.7269783,16.825157,658.15,0.34350827,0.6235484,78.2899,11.572519,7.87811,9.247194,16.430271,105.868904,29.148254,145.47066,740.1693,388.02542,2675.5513,2068.181,36.38613,69.483055,4924.733,14.590526,109.389786,650.90375,189.40404,256.29813,111.491,655.5821,637.1571,472.22607,20.522274,138.65483,470.12393,901.23346,44.522133,404.84955,56.784317,1.5286069,50.647614,1.0732777,1.04267,4.2364025,29.038925,216.00594,54.172077,19.035843,671.72986,197.93727,115.645164,158.99731,44.51997,54.327957,26.252869,48.835415,24.10484,218.49408,97.996315,32.17267,25.238173,23.423119,52.682796,49.52509,7.2334857,205.63254,55.84353,512.24176,19.764376,975.5917,48.58906,418.82455,410.14407,20.518446,17.030495,566.7729,643.48724,1723.8849,269.33377 +2023-10-21 09:00:00,0.0,7934.0767,219.79866,78.41123,93.54893,64.08115,308.0268,43.89862,88.10018,27.40031,51.34727,1285.3048,98.55483,26.636911,240.4932,1.0144167,0.8646857,44.10221,1.8773568,0.06388839,801.6393,0.059969354,761.7999,106.28897,0.03473656,0.029730355,288.55692,38.152916,135.55914,143.12415,10799.756,0.18119884,2496.3044,4.718152,0.14009371,0.2173372,0.28842562,266.42175,325.8282,27.45578,83.964714,40.085384,17.312586,1710.7893,2.687168,71.250786,28.921394,457.51605,30.464113,425.82477,13.922908,78.64233,0.0,1043.6619,4187.6885,1.673685,332.5688,45.829456,27043.857,42.85897,1.7938094,18.517511,42.46143,10.477344,2.935895,20.827055,618.04,234.64278,24.494793,1.479306,4.0885444,140.48955,9.880008,234.94983,221.5992,2097.9011,661.35803,110.33243,146.86244,217.80075,5.3189917,8.020067,27.815367,3.3112736,5.011917,32.96023,44.248856,101.595024,23.749949,27.078974,63.577835,11.577572,3533.1694,25.88945,23.606855,18.684656,13.091979,198.12529,42.663116,22.63508,6.054028,15.45911,22.20313,81.85867,171.34253,43.161087,174.70613,31.550114,19.953524,112.69335,70.68901,293.4282,82.32946,1.9660162,5.2383065,5.828609,44.726543,8595.723,2.0432353,17.487976,58.06966,19.421776,183.42447,55.175808,113.49865,2.7833078,96.240425,458.73718,282.2445,70.805786,440.34222,53.159275,67.78868,110.94533,16.69868,2.7280707,16.83069,657.8167,0.34412792,0.6241881,78.31405,11.570121,7.8817964,9.250309,16.43139,105.91981,29.12868,145.50522,740.34564,388.13968,2675.5386,2068.1917,36.37099,69.47602,4919.9517,14.601853,109.34627,650.77106,189.31602,256.18378,111.45907,655.2204,636.7046,472.18195,20.504608,138.58965,469.62558,900.3369,44.44799,404.06195,56.68975,1.5293753,50.648014,1.0736412,1.043446,4.239952,28.990726,215.98119,54.102707,19.038307,670.8375,197.66733,115.49309,158.75807,44.475807,54.32863,26.237232,48.72335,24.091734,218.23697,97.852135,32.167133,25.19972,23.393145,52.617687,49.439312,7.2211957,205.3919,55.767044,511.67847,19.74239,974.4235,48.5351,418.9663,409.5955,20.499079,17.025553,566.2399,643.09485,1723.4695,269.61295 +2023-10-21 10:00:00,0.0,7924.1724,219.51802,78.42561,93.59628,64.08622,308.09958,43.91001,88.14575,27.40343,51.370224,1284.3132,98.500084,26.64133,240.55132,1.0161698,0.8663387,44.122158,1.8809798,0.06372615,802.0814,0.059922937,762.20337,106.32929,0.034650736,0.029672917,288.79282,38.1677,135.71207,143.19069,10788.9,0.18148528,2497.178,4.726679,0.14028925,0.21758527,0.2888899,266.52145,325.91992,27.46668,83.88642,40.086517,17.303465,1709.8833,2.689907,71.235535,28.899366,457.58536,30.457096,425.73056,13.905615,78.598915,0.0,1043.282,4185.525,1.6699042,332.3877,45.76898,27030.396,42.82854,1.7905494,18.510702,42.448997,10.464957,2.933604,20.820469,617.57983,234.38004,24.482218,1.4767851,4.0837297,140.4036,9.858163,234.87128,221.72311,2097.1235,661.53546,110.308846,146.83685,217.38945,5.319053,8.02092,27.848202,3.3119285,5.0169578,32.91797,44.203102,101.614784,23.734106,27.054224,63.549625,11.57877,3532.8118,25.883806,23.603495,18.681257,13.085315,198.06317,42.642467,22.627687,6.052405,15.447908,22.185736,81.81089,171.23344,43.115456,174.61475,31.519363,19.932667,112.638916,70.65249,292.92236,82.31054,1.9662043,5.2352147,5.827379,44.67735,8583.133,2.0437572,17.469364,58.098995,19.41272,183.3402,55.160213,113.51367,2.7851105,96.195366,458.81824,282.37863,70.733955,440.38,53.18414,67.75538,110.89275,16.709328,2.7291632,16.836222,657.48346,0.3447476,0.6248279,78.338196,11.567722,7.885483,9.253423,16.432508,105.9707,29.109106,145.53978,740.52203,388.2539,2675.5256,2068.2024,36.35585,69.46898,4915.1704,14.61318,109.30276,650.6384,189.22803,256.06943,111.42713,654.85876,636.252,472.1378,20.486942,138.52446,469.12726,899.4403,44.373848,403.27432,56.59518,1.5301439,50.648415,1.0740047,1.0442218,4.243502,28.942528,215.95645,54.03334,19.04077,669.9452,197.3974,115.34102,158.51881,44.431644,54.3293,26.221596,48.611282,24.078629,217.97986,97.707954,32.161594,25.161268,23.363173,52.552574,49.35354,7.2089057,205.15126,55.69056,511.11517,19.720404,973.2554,48.48114,419.1081,409.04688,20.479712,17.02061,565.70703,642.70245,1723.054,269.89212 +2023-10-21 11:00:00,0.0,7914.268,219.2374,78.439995,93.64363,64.09129,308.1724,43.921402,88.19133,27.406551,51.39318,1283.3215,98.445335,26.64575,240.60942,1.0179229,0.8679916,44.1421,1.8846028,0.063563906,802.52356,0.059876524,762.6069,106.36962,0.034564912,0.029615477,289.02875,38.182484,135.86499,143.25722,10778.044,0.18177173,2498.0515,4.735206,0.14048478,0.21783333,0.2893542,266.62115,326.01166,27.477581,83.80813,40.087654,17.294344,1708.9774,2.692646,71.22028,28.877338,457.65466,30.45008,425.63635,13.888321,78.5555,0.0,1042.9021,4183.361,1.6661235,332.2066,45.7085,27016.936,42.798115,1.7872894,18.503891,42.43656,10.452572,2.931313,20.813883,617.1196,234.1173,24.469643,1.474264,4.078915,140.31766,9.836318,234.79274,221.84705,2096.3462,661.7129,110.28527,146.81126,216.97816,5.319115,8.021771,27.881039,3.3125834,5.0219984,32.875706,44.15735,101.63454,23.718262,27.029474,63.521416,11.579967,3532.4543,25.878162,23.600134,18.677858,13.078651,198.00105,42.62182,22.620296,6.050782,15.436707,22.168343,81.76311,171.12436,43.069824,174.52335,31.488615,19.911808,112.58448,70.61596,292.41653,82.29161,1.9663925,5.2321234,5.826149,44.62815,8570.543,2.044279,17.450754,58.128326,19.403666,183.2559,55.144623,113.528694,2.786913,96.15031,458.89926,282.51276,70.66212,440.41782,53.209007,67.72208,110.84019,16.719975,2.7302556,16.841755,657.15015,0.34536728,0.6254677,78.36235,11.565325,7.889169,9.2565365,16.433626,106.0216,29.089533,145.57434,740.6984,388.36816,2675.513,2068.2131,36.340706,69.461945,4910.389,14.624508,109.25924,650.50574,189.14001,255.95508,111.395195,654.49713,635.7995,472.09366,20.469278,138.45927,468.62894,898.5437,44.29971,402.48672,56.500614,1.5309123,50.64882,1.0743682,1.0449976,4.2470517,28.89433,215.9317,53.963974,19.043234,669.0528,197.12746,115.18894,158.27957,44.38748,54.32997,26.20596,48.499218,24.065525,217.72275,97.56377,32.15606,25.122816,23.333199,52.48746,49.26776,7.1966157,204.91063,55.614075,510.5519,19.69842,972.0872,48.427177,419.24985,408.4983,20.460344,17.015669,565.1741,642.31006,1722.6384,270.17126 +2023-10-21 12:00:00,0.0,7904.364,218.95676,78.45438,93.69099,64.09637,308.24518,43.932793,88.23691,27.409672,51.416134,1282.33,98.39059,26.650171,240.66754,1.019676,0.86964464,44.16205,1.8882258,0.06340166,802.96576,0.059830107,763.0103,106.40994,0.03447909,0.029558038,289.26468,38.19727,136.01793,143.32376,10767.188,0.18205817,2498.925,4.743733,0.14068031,0.21808138,0.28981847,266.72086,326.10342,27.48848,83.729836,40.08879,17.285223,1708.0714,2.6953852,71.20504,28.85531,457.72394,30.443064,425.54214,13.871028,78.512085,0.0,1042.5222,4181.1973,1.6623428,332.02548,45.64802,27003.473,42.76769,1.7840294,18.497082,42.424133,10.440186,2.929022,20.807297,616.6595,233.85455,24.457067,1.4717431,4.0741005,140.23172,9.814473,234.71419,221.97096,2095.5686,661.8903,110.26169,146.78568,216.56688,5.3191767,8.022624,27.913874,3.3132384,5.027039,32.833443,44.111595,101.6543,23.70242,27.004725,63.49321,11.581163,3532.0967,25.872519,23.596775,18.674461,13.071988,197.93895,42.60117,22.612904,6.049159,15.425505,22.150948,81.715324,171.01529,43.024193,174.43196,31.457865,19.890951,112.530045,70.57944,291.9107,82.27269,1.9665806,5.229032,5.824919,44.578953,8557.952,2.0448012,17.432142,58.15766,19.394611,183.17163,55.129032,113.54372,2.7887156,96.10524,458.98032,282.6469,70.59029,440.4556,53.23387,67.688774,110.78761,16.730621,2.731348,16.847286,656.8169,0.34598693,0.6261075,78.3865,11.562926,7.8928556,9.259651,16.434746,106.072495,29.06996,145.6089,740.8748,388.48242,2675.5,2068.2239,36.325565,69.45491,4905.608,14.635836,109.21573,650.3731,189.05202,255.84073,111.363266,654.1355,635.347,472.0495,20.451612,138.39409,468.13058,897.64716,44.225567,401.69913,56.406048,1.5316807,50.64922,1.0747317,1.0457734,4.250602,28.84613,215.90697,53.894608,19.045698,668.16046,196.85751,115.036865,158.04033,44.34332,54.330647,26.190323,48.387154,24.05242,217.46562,97.419586,32.15052,25.084364,23.303226,52.42235,49.181988,7.1843257,204.66998,55.53759,509.98865,19.676434,970.91907,48.37322,419.39163,407.9497,20.440977,17.010727,564.6412,641.91766,1722.223,270.45044 +2023-10-21 13:00:00,0.0,7894.4595,218.67613,78.46876,93.738335,64.10145,308.31796,43.944183,88.28248,27.41279,51.439087,1281.3384,98.33584,26.65459,240.72565,1.0214291,0.8712976,44.18199,1.8918488,0.06323941,803.4079,0.05978369,763.41376,106.450264,0.034393266,0.029500598,289.5006,38.212055,136.17085,143.39029,10756.332,0.1823446,2499.7986,4.7522597,0.14087585,0.21832944,0.2902828,266.82056,326.19516,27.49938,83.65154,40.089924,17.276102,1707.1654,2.6981242,71.18979,28.833282,457.79327,30.436049,425.44794,13.853735,78.468666,0.0,1042.1422,4179.033,1.6585621,331.8444,45.587543,26990.012,42.73726,1.7807693,18.49027,42.4117,10.4278,2.926731,20.80071,616.1993,233.5918,24.444492,1.4692222,4.069286,140.14578,9.792628,234.63564,222.0949,2094.791,662.0677,110.238106,146.76009,216.15558,5.3192387,8.023477,27.94671,3.3138933,5.0320797,32.79118,44.06584,101.67406,23.686577,26.979975,63.465,11.582361,3531.7393,25.866873,23.593414,18.671062,13.065324,197.87683,42.58052,22.60551,6.047536,15.414303,22.133554,81.66754,170.9062,42.97856,174.34058,31.427114,19.870092,112.47561,70.54291,291.40488,82.25377,1.9667689,5.2259407,5.8236895,44.529755,8545.362,2.0453231,17.413532,58.186996,19.385555,183.08736,55.11344,113.55874,2.790518,96.06018,459.06137,282.78104,70.518456,440.49338,53.258736,67.65547,110.73504,16.741268,2.7324405,16.85282,656.4836,0.3466066,0.6267473,78.410645,11.560528,7.896542,9.262765,16.435863,106.1234,29.050386,145.64346,741.05115,388.59665,2675.4873,2068.2346,36.310425,69.447876,4900.8267,14.647163,109.17221,650.2405,188.96402,255.72638,111.33133,653.7738,634.8944,472.00537,20.433949,138.3289,467.63226,896.75055,44.151424,400.91153,56.311478,1.5324491,50.649624,1.0750952,1.0465492,4.254152,28.797932,215.88222,53.825237,19.048162,667.2681,196.58759,114.884796,157.80107,44.299156,54.331318,26.174686,48.275085,24.039314,217.20851,97.275406,32.144985,25.045912,23.273252,52.35724,49.096214,7.172035,204.42935,55.461105,509.42535,19.654448,969.7509,48.31926,419.5334,407.40112,20.421612,17.005785,564.1082,641.52527,1721.8075,270.7296 +2023-10-21 14:00:00,0.0,7884.555,218.3955,78.48314,93.78568,64.10652,308.39078,43.955574,88.32806,27.41591,51.462044,1280.3467,98.28109,26.65901,240.78377,1.0231822,0.87295055,44.20194,1.8954718,0.06307717,803.8501,0.059737276,763.8172,106.490585,0.034307446,0.02944316,289.73654,38.22684,136.32378,143.45683,10745.477,0.18263105,2500.672,4.760787,0.14107138,0.2185775,0.29074708,266.92026,326.2869,27.510279,83.57325,40.09106,17.266981,1706.2594,2.7008634,71.17454,28.811255,457.86258,30.429031,425.35373,13.836442,78.425255,0.0,1041.7623,4176.869,1.6547813,331.66327,45.527065,26976.549,42.706833,1.7775093,18.483461,42.39927,10.415415,2.9244401,20.794125,615.7391,233.32906,24.431917,1.4667011,4.0644712,140.05984,9.770783,234.55708,222.21881,2094.0134,662.2451,110.21454,146.73451,215.7443,5.3193,8.024328,27.979548,3.3145483,5.03712,32.748917,44.02009,101.69382,23.670732,26.955225,63.43679,11.583558,3531.3818,25.861229,23.590054,18.667664,13.0586605,197.81471,42.559875,22.598118,6.0459127,15.403101,22.11616,81.61976,170.79712,42.93293,174.24919,31.396366,19.849236,112.42117,70.506386,290.89905,82.23485,1.966957,5.2228494,5.8224597,44.48056,8532.771,2.045845,17.39492,58.21633,19.376501,183.00308,55.09785,113.57376,2.7923207,96.01512,459.1424,282.91516,70.44662,440.5312,53.283604,67.62217,110.68247,16.751915,2.7335327,16.85835,656.1503,0.34722626,0.6273871,78.43479,11.558129,7.9002285,9.265879,16.436983,106.17429,29.030813,145.67802,741.22754,388.7109,2675.4744,2068.245,36.295284,69.440834,4896.0454,14.658491,109.12869,650.1078,188.876,255.61203,111.29939,653.4122,634.4419,471.9612,20.416283,138.2637,467.13394,895.85394,44.077282,400.12393,56.21691,1.5332175,50.650024,1.0754586,1.047325,4.2577014,28.749733,215.85748,53.75587,19.050627,666.3758,196.31764,114.73272,157.56183,44.254993,54.33199,26.15905,48.16302,24.026209,216.9514,97.131226,32.139446,25.00746,23.243279,52.29213,49.010437,7.159745,204.18872,55.38462,508.8621,19.632462,968.58276,48.265297,419.67517,406.85254,20.402245,17.000843,563.5753,641.1329,1721.392,271.0088 +2023-10-21 15:00:00,0.0,7874.651,218.11487,78.49752,93.83304,64.111595,308.46356,43.966965,88.373634,27.419031,51.484997,1279.3551,98.22634,26.663431,240.84189,1.0249352,0.8746035,44.22188,1.8990947,0.06291492,804.29224,0.05969086,764.22064,106.530914,0.034221623,0.02938572,289.97247,38.241627,136.4767,143.52336,10734.62,0.18291749,2501.546,4.769314,0.14126691,0.21882556,0.29121137,267.01996,326.37863,27.52118,83.49496,40.092197,17.25786,1705.3535,2.7036023,71.159294,28.789227,457.9319,30.422016,425.2595,13.819149,78.381836,0.0,1041.3823,4174.7056,1.6510006,331.48218,45.466587,26963.088,42.676407,1.7742493,18.47665,42.386837,10.4030285,2.9221492,20.787539,615.27893,233.06631,24.419342,1.4641802,4.059657,139.9739,9.748939,234.47855,222.34274,2093.2358,662.42255,110.19095,146.70892,215.33301,5.319362,8.025181,28.012383,3.3152032,5.0421605,32.706654,43.974335,101.71357,23.65489,26.930475,63.40858,11.584755,3531.0242,25.855585,23.586693,18.664265,13.051997,197.7526,42.539227,22.590725,6.0442896,15.391899,22.098766,81.571976,170.68803,42.8873,174.1578,31.365616,19.828377,112.36673,70.46986,290.39322,82.21592,1.9671452,5.219758,5.82123,44.431362,8520.182,2.046367,17.37631,58.245667,19.367445,182.9188,55.08226,113.58878,2.7941232,95.97006,459.22345,283.04932,70.37479,440.56897,53.308468,67.588875,110.6299,16.762564,2.734625,16.863884,655.817,0.34784594,0.62802684,78.45894,11.555732,7.9039145,9.268993,16.4381,106.22519,29.01124,145.71259,741.40393,388.82516,2675.4617,2068.2559,36.280144,69.4338,4891.2637,14.669819,109.08518,649.97516,188.78801,255.49768,111.267456,653.05054,633.9894,471.91708,20.398617,138.19852,466.6356,894.9574,44.003143,399.33633,56.122345,1.533986,50.65043,1.0758222,1.0481008,4.2612514,28.701532,215.83273,53.686504,19.053091,665.48346,196.04771,114.58065,157.32259,44.21083,54.33266,26.143415,48.050957,24.013105,216.69429,96.987045,32.13391,24.969007,23.213306,52.227016,48.924664,7.147455,203.94807,55.308136,508.2988,19.610476,967.4147,48.211338,419.81693,406.30396,20.382877,16.995901,563.04236,640.7405,1720.9764,271.28796 +2023-10-21 16:00:00,0.0,7864.7466,217.83424,78.5119,93.88039,64.11667,308.53635,43.978355,88.419205,27.422152,51.50795,1278.3635,98.17159,26.66785,240.9,1.0266883,0.87625647,44.24183,1.9027177,0.06275268,804.73444,0.059644442,764.6241,106.571236,0.0341358,0.029328281,290.20837,38.25641,136.62964,143.5899,10723.764,0.18320394,2502.4194,4.7778406,0.14146245,0.21907362,0.29167566,267.11966,326.47037,27.53208,83.416664,40.093334,17.24874,1704.4475,2.7063415,71.14404,28.767199,458.00122,30.414999,425.16528,13.801856,78.338425,0.0,1041.0024,4172.5415,1.6472199,331.30106,45.40611,26949.627,42.645977,1.7709893,18.469841,42.374405,10.390643,2.9198582,20.780952,614.8187,232.80357,24.406767,1.4616592,4.0548425,139.88797,9.727094,234.4,222.46666,2092.4583,662.6,110.16737,146.68333,214.9217,5.3194237,8.026033,28.04522,3.3158581,5.047201,32.66439,43.928585,101.73333,23.639046,26.905725,63.38037,11.585953,3530.6667,25.849941,23.583334,18.660866,13.045333,197.69048,42.518578,22.583334,6.0426664,15.380697,22.081371,81.52419,170.57895,42.841667,174.0664,31.334867,19.80752,112.312294,70.433334,289.8874,82.197,1.9673333,5.2166667,5.82,44.382164,8507.592,2.0468888,17.357698,58.275,19.35839,182.83452,55.066666,113.603806,2.7959259,95.925,459.3045,283.18344,70.302956,440.60675,53.333332,67.55557,110.577324,16.77321,2.7357175,16.869415,655.48376,0.3484656,0.62866664,78.483086,11.553333,7.907601,9.272107,16.439219,106.276085,28.991667,145.74715,741.5803,388.9394,2675.4487,2068.2666,36.265003,69.426765,4886.4824,14.681147,109.041664,649.84247,188.7,255.38333,111.23553,652.6889,633.53687,471.87292,20.380953,138.13333,466.13727,894.0608,43.929,398.5487,56.027775,1.5347545,50.65083,1.0761857,1.0488766,4.264801,28.653334,215.808,53.617138,19.055555,664.5911,195.77777,114.42857,157.08333,44.166668,54.333332,26.127779,47.938892,24.0,216.43718,96.84286,32.128372,24.930555,23.183332,52.161907,48.838886,7.135165,203.70744,55.23165,507.73553,19.58849,966.2465,48.157375,419.9587,405.75534,20.36351,16.99096,562.50946,640.3481,1720.561,271.56714 +2023-10-21 17:00:00,0.0,7854.8423,217.5536,78.52628,93.92774,64.12174,308.60916,43.989746,88.46478,27.42527,51.530907,1277.3718,98.116844,26.67227,240.95811,1.0284413,0.8779095,44.261776,1.9063407,0.062590435,805.1766,0.05959803,765.0275,106.61156,0.034049977,0.029270843,290.4443,38.271194,136.78256,143.65643,10712.908,0.18349037,2503.293,4.7863674,0.14165798,0.2193217,0.29213995,267.21936,326.56213,27.542978,83.33837,40.094467,17.239618,1703.5415,2.7090805,71.12879,28.74517,458.0705,30.407984,425.07108,13.784563,78.295006,0.0,1040.6226,4170.3774,1.6434392,331.11996,45.34563,26936.164,42.61555,1.7677293,18.463032,42.361973,10.378258,2.9175673,20.774366,614.3586,232.54082,24.394192,1.4591383,4.050028,139.80203,9.705249,234.32144,222.59059,2091.6807,662.7774,110.1438,146.65775,214.51042,5.319485,8.026885,28.078054,3.316513,5.052242,32.622128,43.882828,101.75309,23.623203,26.880976,63.35216,11.58715,3530.309,25.844296,23.579973,18.657467,13.03867,197.62837,42.49793,22.575941,6.0410433,15.369495,22.063978,81.47641,170.46986,42.796036,173.97502,31.304117,19.786663,112.25786,70.39681,289.38156,82.17808,1.9675215,5.2135754,5.8187704,44.332966,8495.001,2.047411,17.339087,58.304337,19.349337,182.75024,55.051075,113.61883,2.7977283,95.87994,459.38553,283.31757,70.23112,440.64456,53.3582,67.52227,110.52476,16.783857,2.73681,16.874947,655.15045,0.34908527,0.62930644,78.50723,11.550935,7.9112873,9.275222,16.440338,106.32699,28.972094,145.78171,741.7567,389.05365,2675.4358,2068.2773,36.249863,69.41973,4881.701,14.692474,108.99815,649.70984,188.612,255.26898,111.20359,652.3272,633.0843,471.82877,20.363287,138.06815,465.63895,893.1642,43.85486,397.7611,55.93321,1.5355229,50.651234,1.0765492,1.0496525,4.268351,28.605135,215.78326,53.547768,19.05802,663.6988,195.50783,114.2765,156.84409,44.122505,54.334007,26.112143,47.826824,23.986895,216.18005,96.69868,32.122837,24.892103,23.15336,52.096794,48.753113,7.122875,203.4668,55.155167,507.17227,19.566504,965.07837,48.103416,420.1005,405.20676,20.344143,16.986017,561.97656,639.9557,1720.1455,271.8463 +2023-10-21 18:00:00,0.0,7844.9375,217.27298,78.540665,93.97509,64.126816,308.68195,44.001137,88.51036,27.42839,51.55386,1276.3802,98.062096,26.676691,241.01624,1.0301944,0.87956244,44.28172,1.9099637,0.06242819,805.6188,0.05955161,765.431,106.651886,0.033964157,0.029213402,290.68024,38.28598,136.93549,143.72298,10702.052,0.18377681,2504.1665,4.7948947,0.14185351,0.21956976,0.2926042,267.31906,326.65387,27.553879,83.26008,40.095604,17.230497,1702.6356,2.7118196,71.11355,28.723143,458.1398,30.400967,424.97687,13.767269,78.251595,0.0,1040.2427,4168.214,1.6396585,330.93884,45.285152,26922.703,42.585125,1.7644693,18.45622,42.34954,10.365871,2.915276,20.76778,613.8984,232.27808,24.381618,1.4566174,4.045213,139.71608,9.683404,234.2429,222.71451,2090.9033,662.95483,110.12022,146.63216,214.09914,5.319547,8.027738,28.110891,3.317168,5.0572824,32.579865,43.83708,101.77284,23.607359,26.856226,63.32395,11.5883465,3529.9517,25.838652,23.576612,18.654068,13.032006,197.56625,42.47728,22.568548,6.0394206,15.358294,22.046583,81.42863,170.36078,42.750404,173.88364,31.273369,19.765804,112.20342,70.36028,288.87573,82.15915,1.9677097,5.2104836,5.81754,44.283768,8482.411,2.0479329,17.320477,58.33367,19.34028,182.66595,55.035484,113.63386,2.799531,95.83488,459.46658,283.45172,70.15929,440.68234,53.383064,67.48897,110.47218,16.794504,2.7379024,16.88048,654.8172,0.34970492,0.62994623,78.53139,11.548537,7.9149737,9.278336,16.441456,106.377884,28.95252,145.81627,741.9331,389.1679,2675.423,2068.288,36.23472,69.4127,4876.92,14.703801,108.954636,649.57715,188.52399,255.15463,111.17165,651.9656,632.6318,471.78464,20.345621,138.00296,465.1406,892.26764,43.78072,396.9735,55.838642,1.5362914,50.651634,1.0769128,1.0504283,4.271901,28.556936,215.75851,53.4784,19.060484,662.8064,195.2379,114.12443,156.60484,44.078342,54.33468,26.096506,47.71476,23.973791,215.92294,96.5545,32.1173,24.853651,23.123386,52.031685,48.667336,7.110585,203.22617,55.078682,506.60898,19.54452,963.9102,48.049458,420.24225,404.65817,20.324776,16.981075,561.4436,639.5633,1719.73,272.1255 +2023-10-21 19:00:00,0.0,7835.033,216.99234,78.555046,94.022446,64.13189,308.75473,44.012527,88.55593,27.43151,51.576813,1275.3887,98.00735,26.68111,241.07434,1.0319475,0.8812154,44.301666,1.9135867,0.062265947,806.0609,0.059505194,765.8345,106.69221,0.033878334,0.029155964,290.91617,38.300766,137.08841,143.7895,10691.196,0.18406326,2505.04,4.8034215,0.14204904,0.21981782,0.29306853,267.41876,326.7456,27.564777,83.181786,40.09674,17.221376,1701.7296,2.7145586,71.0983,28.701115,458.2091,30.393951,424.88266,13.749976,78.208176,0.0,1039.8627,4166.05,1.6358777,330.75775,45.224674,26909.242,42.554695,1.7612092,18.449411,42.33711,10.353486,2.912985,20.761194,613.43823,232.01534,24.369043,1.4540963,4.0403986,139.63014,9.661559,234.16435,222.83844,2090.1257,663.13226,110.096634,146.60657,213.68784,5.3196087,8.028589,28.143728,3.317823,5.062323,32.5376,43.791325,101.7926,23.591516,26.831476,63.295742,11.589544,3529.594,25.833008,23.573254,18.65067,13.025342,197.50414,42.456635,22.561155,6.0377975,15.347092,22.02919,81.380844,170.2517,42.70477,173.79225,31.242619,19.744947,112.14899,70.32376,288.3699,82.14023,1.9678979,5.207392,5.8163104,44.234573,8469.821,2.0484548,17.301865,58.363007,19.331226,182.58168,55.019894,113.64888,2.8013334,95.78982,459.54764,283.58585,70.087456,440.72012,53.40793,67.455666,110.41961,16.805151,2.7389948,16.886011,654.4839,0.3503246,0.630586,78.555534,11.546139,7.91866,9.281449,16.442575,106.42878,28.932947,145.85081,742.1095,389.28214,2675.4102,2068.2986,36.219578,69.405655,4872.1387,14.715129,108.911125,649.4445,188.43599,255.04028,111.139725,651.60394,632.17926,471.74048,20.327957,137.93776,464.64227,891.37103,43.706577,396.1859,55.744072,1.5370598,50.65204,1.0772762,1.0512041,4.2754507,28.508738,215.73378,53.409035,19.062948,661.91406,194.96796,113.97235,156.36559,44.03418,54.33535,26.08087,47.602695,23.960686,215.66583,96.41032,32.111763,24.815199,23.093414,51.96657,48.581562,7.098295,202.98552,55.002197,506.04572,19.522533,962.74207,47.995495,420.38403,404.1096,20.305408,16.976133,560.9107,639.1709,1719.3146,272.40463 +2023-10-21 20:00:00,0.0,7825.129,216.71172,78.56943,94.06979,64.13696,308.82755,44.02392,88.60151,27.434631,51.59977,1274.397,97.9526,26.68553,241.13246,1.0337006,0.88286835,44.32161,1.9172097,0.062103704,806.50305,0.05945878,766.2379,106.73253,0.03379251,0.029098524,291.1521,38.315548,137.24133,143.85605,10680.34,0.1843497,2505.9136,4.8119483,0.14224458,0.22006588,0.2935328,267.5185,326.83734,27.575678,83.10349,40.097878,17.212255,1700.8236,2.7172978,71.083046,28.679089,458.27844,30.386934,424.78845,13.732683,78.164764,0.0,1039.4828,4163.8857,1.632097,330.57666,45.164196,26895.78,42.52427,1.7579492,18.4426,42.324677,10.341101,2.9106941,20.754608,612.978,231.7526,24.356468,1.4515754,4.035584,139.5442,9.639714,234.0858,222.96236,2089.3481,663.30963,110.07306,146.58098,213.27655,5.3196707,8.029442,28.176563,3.3184779,5.0673637,32.495342,43.74557,101.81236,23.575674,26.806726,63.267532,11.590741,3529.2366,25.827364,23.569893,18.64727,13.018679,197.44202,42.435986,22.553764,6.0361743,15.33589,22.011795,81.33306,170.14261,42.659138,173.70085,31.211868,19.724089,112.09455,70.28723,287.8641,82.12131,1.968086,5.204301,5.8150806,44.185375,8457.23,2.0489767,17.283255,58.39234,19.32217,182.4974,55.004303,113.6639,2.803136,95.74476,459.62866,283.71997,70.01562,440.75793,53.432796,67.42236,110.36704,16.8158,2.7400873,16.891544,654.15063,0.35094428,0.63122576,78.57968,11.54374,7.9223466,9.284564,16.443693,106.479675,28.913374,145.88538,742.2858,389.3964,2675.3975,2068.3093,36.204437,69.39862,4867.3574,14.726457,108.86761,649.3119,188.34799,254.92593,111.10779,651.2423,631.72675,471.69635,20.310291,137.87257,464.14395,890.4744,43.632435,395.39832,55.649506,1.5378282,50.65244,1.0776397,1.05198,4.2790008,28.460539,215.70903,53.33967,19.065413,661.0217,194.69803,113.82028,156.12634,43.990017,54.33602,26.065233,47.49063,23.94758,215.40872,96.26613,32.106224,24.776747,23.06344,51.90146,48.49579,7.0860047,202.74489,54.925713,505.48242,19.500547,961.5739,47.941536,420.5258,403.561,20.286043,16.971191,560.37775,638.7785,1718.899,272.6838 +2023-10-21 21:00:00,0.0,7815.2246,216.43109,78.58381,94.11715,64.14204,308.90033,44.03531,88.64709,27.43775,51.622723,1273.4054,97.89786,26.68995,241.19057,1.0354537,0.8845213,44.341557,1.9208326,0.06194146,806.94525,0.059412364,766.64136,106.77285,0.033706687,0.029041085,291.388,38.330334,137.39427,143.92258,10669.483,0.18463613,2506.787,4.8204756,0.14244011,0.22031394,0.2939971,267.6182,326.92908,27.586578,83.0252,40.09901,17.203135,1699.9176,2.720037,71.0678,28.65706,458.34772,30.37992,424.69424,13.71539,78.121346,0.0,1039.1028,4161.722,1.6283163,330.39554,45.103718,26882.318,42.493843,1.7546892,18.435791,42.31225,10.328714,2.9084032,20.748022,612.5179,231.48984,24.343893,1.4490544,4.0307693,139.45827,9.617869,234.00725,223.08629,2088.5706,663.48706,110.04948,146.55539,212.86526,5.319732,8.030294,28.2094,3.3191328,5.072404,32.45308,43.699818,101.83212,23.55983,26.781977,63.239326,11.591938,3528.8792,25.821718,23.566532,18.643873,13.012015,197.3799,42.415337,22.546371,6.034551,15.324688,21.994402,81.28528,170.03354,42.613506,173.60947,31.18112,19.703232,112.040115,70.25071,287.35828,82.10239,1.9682742,5.2012095,5.813851,44.136177,8444.641,2.0494988,17.264643,58.421677,19.313116,182.41313,54.98871,113.678925,2.8049386,95.6997,459.70972,283.85413,69.94379,440.79572,53.45766,67.38906,110.31447,16.826447,2.7411797,16.897076,653.8173,0.35156393,0.63186556,78.60383,11.541342,7.926033,9.287678,16.44481,106.53058,28.8938,145.91994,742.4622,389.51065,2675.3845,2068.32,36.189297,69.39159,4862.576,14.737784,108.82409,649.1792,188.25998,254.81158,111.07585,650.8806,631.2742,471.6522,20.292627,137.80739,463.6456,889.5779,43.558292,394.6107,55.55494,1.5385967,50.652843,1.0780032,1.0527558,4.282551,28.41234,215.6843,53.270298,19.067877,660.1294,194.42809,113.668205,155.8871,43.945854,54.336693,26.049597,47.378563,23.934475,215.15161,96.12195,32.10069,24.738295,23.033468,51.83635,48.41001,7.0737147,202.50424,54.849228,504.91916,19.478561,960.40576,47.887573,420.66757,403.0124,20.266676,16.96625,559.84485,638.3861,1718.4835,272.96298 +2023-10-21 22:00:00,0.0,7805.3203,216.15045,78.59819,94.1645,64.14711,308.9731,44.0467,88.69266,27.44087,51.645676,1272.4138,97.84311,26.69437,241.24869,1.0372068,0.88617426,44.3615,1.9244556,0.061779216,807.3874,0.05936595,767.0448,106.81318,0.033620868,0.028983645,291.62393,38.34512,137.5472,143.98912,10658.628,0.18492258,2507.6606,4.8290024,0.14263564,0.220562,0.29446137,267.7179,327.0208,27.597477,82.94691,40.100147,17.194014,1699.0117,2.722776,71.05255,28.635033,458.41702,30.372902,424.60004,13.698097,78.077934,0.0,1038.7229,4159.558,1.6245356,330.21445,45.04324,26868.855,42.463413,1.7514292,18.42898,42.299816,10.316329,2.9061122,20.741436,612.0577,231.2271,24.331318,1.4465334,4.0259547,139.37233,9.5960245,233.92871,223.21022,2087.793,663.6645,110.025894,146.5298,212.45396,5.319794,8.031146,28.242235,3.3197877,5.0774446,32.410816,43.65406,101.851875,23.543987,26.757225,63.211117,11.593136,3528.5215,25.816074,23.563171,18.640474,13.005351,197.31778,42.394688,22.538979,6.032928,15.313486,21.977007,81.237495,169.92445,42.567875,173.51808,31.15037,19.682373,111.98567,70.21418,286.85245,82.08346,1.9684623,5.198118,5.812621,44.08698,8432.05,2.0500207,17.246033,58.451008,19.304062,182.32884,54.973118,113.69395,2.8067412,95.65464,459.79077,283.98825,69.871956,440.8335,53.48253,67.35576,110.2619,16.837093,2.7422721,16.902609,653.4841,0.3521836,0.63250536,78.627975,11.538944,7.929719,9.2907915,16.44593,106.581474,28.874228,145.9545,742.6386,389.62488,2675.3718,2068.3308,36.174156,69.38455,4857.795,14.749112,108.78058,649.0466,188.17198,254.69724,111.043915,650.519,630.82166,471.60806,20.274961,137.7422,463.14728,888.6813,43.484154,393.8231,55.46037,1.5393652,50.653244,1.0783668,1.0535316,4.2861004,28.364141,215.65955,53.20093,19.070341,659.23706,194.15814,113.51613,155.64784,43.90169,54.337364,26.03396,47.2665,23.921371,214.8945,95.97777,32.09515,24.699842,23.003494,51.771236,48.324238,7.0614247,202.26361,54.772743,504.3559,19.456575,959.2376,47.833614,420.80933,402.4638,20.247309,16.961308,559.3119,637.99365,1718.068,273.24216 +2023-10-21 23:00:00,0.0,7795.416,215.86983,78.61257,94.211845,64.15218,309.04593,44.05809,88.738235,27.44399,51.668633,1271.4221,97.78836,26.69879,241.30681,1.0389599,0.8878273,44.381447,1.9280787,0.061616972,807.8296,0.059319533,767.44824,106.8535,0.033535045,0.028926207,291.85986,38.359905,137.70012,144.05565,10647.771,0.18520902,2508.5344,4.837529,0.14283118,0.22081006,0.29492566,267.8176,327.11258,27.608377,82.868614,40.101284,17.184893,1698.1057,2.7255151,71.0373,28.613005,458.48633,30.365887,424.5058,13.680804,78.034515,0.0,1038.343,4157.3945,1.6207548,330.03333,44.98276,26855.395,42.432987,1.7481692,18.42217,42.287384,10.303943,2.9038212,20.73485,611.5975,230.96436,24.318743,1.4440125,4.02114,139.28639,9.57418,233.85016,223.33414,2087.0154,663.8419,110.00232,146.50421,212.04268,5.3198557,8.031999,28.275072,3.3204427,5.082485,32.368553,43.60831,101.871635,23.528143,26.732475,63.182907,11.594333,3528.164,25.81043,23.559813,18.637075,12.998688,197.25568,42.37404,22.531586,6.031305,15.302284,21.959614,81.18971,169.81537,42.522243,173.4267,31.119621,19.661516,111.93124,70.17766,286.34662,82.06454,1.9686506,5.195027,5.8113914,44.037785,8419.46,2.0505426,17.22742,58.480343,19.295006,182.24457,54.957527,113.70897,2.8085437,95.60957,459.8718,284.12238,69.80012,440.8713,53.507393,67.322464,110.20933,16.84774,2.7433646,16.90814,653.15076,0.35280326,0.63314515,78.65212,11.536546,7.9334054,9.293906,16.447048,106.63237,28.854654,145.98906,742.815,389.73914,2675.359,2068.3416,36.159016,69.37751,4853.0137,14.76044,108.73706,648.9139,188.08397,254.5829,111.011986,650.15735,630.36914,471.5639,20.257296,137.67702,462.64896,887.78467,43.41001,393.0355,55.365803,1.5401336,50.65365,1.0787302,1.0543075,4.2896504,28.315943,215.63481,53.131565,19.072803,658.3447,193.88821,113.36406,155.4086,43.85753,54.33804,26.018326,47.154434,23.908266,214.63737,95.83359,32.089615,24.66139,22.973522,51.706127,48.23846,7.0491347,202.02298,54.69626,503.7926,19.43459,958.06946,47.779655,420.9511,401.91522,20.227942,16.956366,558.779,637.60126,1717.6526,273.52133 +2023-10-22 00:00:00,0.0,7785.5117,215.58919,78.62695,94.2592,64.15726,309.1187,44.06948,88.78381,27.447111,51.691586,1270.4305,97.73361,26.70321,241.36491,1.040713,0.88948023,44.40139,1.9317017,0.06145473,808.2717,0.059273116,767.85175,106.89382,0.03344922,0.028868767,292.0958,38.37469,137.85304,144.1222,10636.916,0.18549547,2509.408,4.846056,0.14302671,0.22105812,0.29538995,267.9173,327.2043,27.619276,82.79032,40.10242,17.175772,1697.1997,2.728254,71.02206,28.590977,458.55566,30.358871,424.4116,13.66351,77.991104,0.0,1037.9631,4155.2305,1.6169741,329.85223,44.922283,26841.934,42.40256,1.7449092,18.415361,42.274952,10.291557,2.9015303,20.728264,611.1373,230.70161,24.306168,1.4414915,4.0163255,139.20045,9.552334,233.7716,223.45807,2086.2378,664.01935,109.97874,146.47862,211.6314,5.3199177,8.032851,28.307909,3.3210976,5.087526,32.32629,43.56256,101.891396,23.5123,26.707726,63.154697,11.59553,3527.8064,25.804787,23.556452,18.633677,12.992024,197.19356,42.353394,22.524193,6.029682,15.291082,21.942219,81.14193,169.70628,42.476612,173.33531,31.088871,19.640657,111.8768,70.14113,285.8408,82.045616,1.9688387,5.1919355,5.810161,43.988586,8406.87,2.0510645,17.208809,58.509678,19.285952,182.1603,54.941936,113.72399,2.8103464,95.564514,459.95285,284.25653,69.72829,440.9091,53.532257,67.28916,110.15675,16.858387,2.744457,16.913673,652.8175,0.35342294,0.63378495,78.67628,11.534147,7.937092,9.29702,16.448166,106.683266,28.835081,146.02362,742.99133,389.8534,2675.3462,2068.3523,36.14387,69.370476,4848.2324,14.771768,108.69355,648.78125,187.99597,254.46855,110.98005,649.7957,629.9166,471.51978,20.239632,137.61183,462.1506,886.8881,43.33587,392.2479,55.271236,1.540902,50.65405,1.0790937,1.0550833,4.2932,28.267742,215.61006,53.0622,19.075268,657.45233,193.61827,113.21198,155.16936,43.813366,54.33871,26.00269,47.042366,23.89516,214.38026,95.68941,32.084076,24.622938,22.943548,51.641014,48.152687,7.0368447,201.78233,54.619774,503.22934,19.412605,956.90137,47.725693,421.09286,401.36664,20.208574,16.951424,558.24603,637.20886,1717.237,273.8005 +2023-10-22 01:00:00,0.0,7775.6074,215.30856,78.641335,94.30655,64.16233,309.1915,44.08087,88.829384,27.450232,51.71454,1269.439,97.67886,26.70763,241.42303,1.042466,0.8911332,44.421337,1.9353247,0.061292484,808.7139,0.059226703,768.2552,106.93414,0.0333634,0.028811328,292.33173,38.389473,138.00598,144.18872,10626.06,0.1857819,2510.2815,4.8545833,0.14322224,0.22130617,0.29585424,268.017,327.29605,27.630177,82.71203,40.103554,17.16665,1696.2937,2.7309933,71.006805,28.568949,458.62494,30.351854,424.31738,13.646217,77.947685,0.0,1037.5831,4153.0664,1.6131934,329.6711,44.861805,26828.47,42.37213,1.7416492,18.40855,42.26252,10.279172,2.8992393,20.721678,610.6771,230.43886,24.293592,1.4389706,4.011511,139.11452,9.530489,233.69305,223.58199,2085.4604,664.1968,109.955154,146.45303,211.2201,5.319979,8.033703,28.340744,3.3217525,5.0925665,32.284027,43.516804,101.911156,23.496458,26.682976,63.126488,11.596727,3527.449,25.79914,23.553091,18.630278,12.98536,197.13144,42.332745,22.516802,6.028059,15.279881,21.924826,81.09415,169.5972,42.43098,173.24391,31.05812,19.6198,111.822365,70.10461,285.33496,82.02669,1.9690269,5.1888437,5.8089314,43.93939,8394.279,2.0515866,17.190199,58.539013,19.276896,182.07602,54.926346,113.73901,2.812149,95.519455,460.0339,284.39066,69.656456,440.94687,53.557125,67.25586,110.10419,16.869034,2.7455494,16.919205,652.4842,0.3540426,0.6344247,78.700424,11.531749,7.9407783,9.300134,16.449286,106.73416,28.815508,146.05818,743.1677,389.96762,2675.3333,2068.3628,36.12873,69.36344,4843.4507,14.783095,108.65003,648.64856,187.90796,254.3542,110.94811,649.434,629.46405,471.47562,20.221966,137.54663,461.65228,885.9915,43.261726,391.4603,55.176666,1.5416704,50.654453,1.0794572,1.0558591,4.29675,28.219543,215.58533,52.992832,19.077732,656.56,193.34834,113.05991,154.93011,43.7692,54.339382,25.987053,46.9303,23.882057,214.12315,95.54522,32.07854,24.584486,22.913574,51.575905,48.066914,7.0245547,201.5417,54.54329,502.66608,19.39062,955.7332,47.671734,421.23465,400.81805,20.189207,16.946482,557.71313,636.81647,1716.8215,274.07968 +2023-10-22 02:00:00,0.0,7765.703,215.02794,78.655716,94.353905,64.167404,309.2643,44.092262,88.87496,27.45335,51.737495,1268.4473,97.624115,26.71205,241.48116,1.044219,0.89278615,44.44128,1.9389477,0.06113024,809.15607,0.059180286,768.6586,106.97447,0.033277575,0.028753888,292.56766,38.40426,138.1589,144.25526,10615.203,0.18606834,2511.155,4.86311,0.14341778,0.22155423,0.29631853,268.1167,327.3878,27.641077,82.633736,40.10469,17.15753,1695.3878,2.7337322,70.991554,28.54692,458.69427,30.34484,424.22318,13.628924,77.904274,0.0,1037.2031,4150.903,1.6094127,329.49002,44.801323,26815.01,42.341705,1.7383891,18.401741,42.250088,10.266786,2.8969483,20.715092,610.217,230.17612,24.281017,1.4364495,4.0066967,139.02856,9.508644,233.61452,223.70592,2084.6829,664.37415,109.93158,146.42744,210.8088,5.3200407,8.034555,28.37358,3.3224075,5.097607,32.241764,43.471054,101.93091,23.480614,26.658226,63.098278,11.597924,3527.0913,25.793497,23.54973,18.626879,12.978697,197.06932,42.312096,22.509409,6.026436,15.268679,21.90743,81.046364,169.48811,42.38535,173.15253,31.027372,19.598942,111.76793,70.06808,284.82913,82.00777,1.969215,5.1857524,5.8077016,43.89019,8381.689,2.0521085,17.171587,58.568348,19.267841,181.99173,54.91075,113.754036,2.8139515,95.474396,460.11493,284.5248,69.58462,440.98468,53.58199,67.22256,110.05161,16.879683,2.7466419,16.924738,652.15094,0.35466227,0.6350645,78.72457,11.529351,7.9444647,9.303248,16.450403,106.785065,28.795935,146.09274,743.3441,390.08188,2675.3206,2068.3735,36.11359,69.35641,4838.6694,14.794422,108.60652,648.5159,187.81996,254.23985,110.91618,649.0724,629.01154,471.4315,20.204302,137.48145,461.15396,885.0949,43.187588,390.67267,55.0821,1.5424389,50.654854,1.0798208,1.0566349,4.3003,28.171345,215.56058,52.923462,19.080196,655.66766,193.0784,112.90784,154.69086,43.725037,54.340054,25.971416,46.818237,23.868952,213.86604,95.40104,32.073,24.546034,22.883602,51.51079,47.981136,7.0122647,201.30106,54.466805,502.10278,19.368633,954.56506,47.61777,421.3764,400.26947,20.16984,16.94154,557.1802,636.4241,1716.4061,274.35886 +2023-10-22 03:00:00,0.0,7755.799,214.7473,78.6701,94.40125,64.17248,309.3371,44.103653,88.92054,27.45647,51.76045,1267.4557,97.56937,26.71647,241.53926,1.0459721,0.8944391,44.461227,1.9425707,0.060967997,809.59827,0.05913387,769.0621,107.01479,0.033191755,0.02869645,292.80356,38.419044,138.31183,144.3218,10604.348,0.18635479,2512.0286,4.871637,0.14361331,0.2218023,0.29678285,268.2164,327.47952,27.651976,82.55544,40.105827,17.148409,1694.4818,2.7364714,70.97631,28.524893,458.76355,30.337822,424.12897,13.611631,77.860855,0.0,1036.8234,4148.739,1.605632,329.3089,44.740845,26801.547,42.31128,1.7351291,18.39493,42.237656,10.2544,2.8946574,20.708506,609.7568,229.91338,24.268444,1.4339286,4.001882,138.94263,9.486799,233.53596,223.82983,2083.9053,664.5516,109.908005,146.40186,210.39752,5.3201027,8.035408,28.406416,3.3230624,5.102648,32.1995,43.4253,101.95067,23.464771,26.633476,63.07007,11.599122,3526.734,25.787853,23.546371,18.62348,12.9720335,197.0072,42.291447,22.502016,6.0248127,15.257477,21.890038,80.99858,169.37903,42.339718,173.06114,30.996622,19.578085,111.71349,70.031555,284.3233,81.988846,1.9694033,5.182661,5.806472,43.840996,8369.099,2.0526304,17.152977,58.597683,19.258785,181.90746,54.89516,113.76906,2.8157542,95.42934,460.19598,284.65894,69.51279,441.02246,53.606853,67.189255,109.99904,16.89033,2.7477343,16.93027,651.8176,0.35528192,0.6357043,78.74872,11.526953,7.948151,9.306362,16.451523,106.83596,28.776361,146.1273,743.5205,390.19614,2675.3076,2068.3843,36.09845,69.349365,4833.888,14.80575,108.563,648.3833,187.73196,254.1255,110.88425,648.71075,628.559,471.38733,20.186636,137.41626,460.6556,884.19836,43.113445,389.88507,54.987534,1.5432074,50.65526,1.0801842,1.0574107,4.3038497,28.123146,215.53584,52.854095,19.08266,654.7753,192.80846,112.75576,154.45161,43.680874,54.340725,25.95578,46.706173,23.855846,213.60893,95.25686,32.067467,24.507584,22.853628,51.445683,47.895363,6.9999747,201.06042,54.39032,501.53952,19.346647,953.3969,47.563812,421.5182,399.72086,20.150475,16.936598,556.6473,636.0317,1715.9906,274.638 +2023-10-22 04:00:00,0.0,7745.8945,214.46667,78.68448,94.44861,64.17755,309.40988,44.115044,88.96611,27.45959,51.7834,1266.4641,97.51462,26.72089,241.59738,1.0477252,0.8960921,44.48117,1.9461936,0.060805753,810.0404,0.059087455,769.4655,107.055115,0.033105932,0.02863901,293.0395,38.43383,138.46475,144.38834,10593.491,0.18664123,2512.902,4.880164,0.14380884,0.22205035,0.2972471,268.3161,327.57126,27.662876,82.47715,40.10696,17.139288,1693.5758,2.7392104,70.96106,28.502865,458.8329,30.330807,424.03476,13.594338,77.817444,0.0,1036.4434,4146.5747,1.6018512,329.1278,44.680367,26788.086,42.28085,1.7318691,18.38812,42.225224,10.242015,2.8923662,20.70192,609.29663,229.65063,24.255869,1.4314077,3.9970675,138.85669,9.464954,233.45741,223.95377,2083.1277,664.729,109.884415,146.37627,209.98622,5.320164,8.03626,28.439253,3.3237174,5.1076884,32.157238,43.379547,101.97043,23.448927,26.608727,63.04186,11.600319,3526.3765,25.78221,23.54301,18.620083,12.965369,196.94508,42.270798,22.494623,6.0231895,15.246275,21.872643,80.9508,169.26996,42.294086,172.96976,30.965874,19.557226,111.65905,69.995026,283.81747,81.969925,1.9695914,5.1795697,5.805242,43.791798,8356.509,2.0531523,17.134365,58.627018,19.249731,181.82318,54.87957,113.78408,2.8175566,95.38428,460.27704,284.79306,69.44095,441.06024,53.63172,67.15595,109.94647,16.900976,2.7488267,16.935802,651.4844,0.3559016,0.6363441,78.772865,11.524554,7.9518375,9.309477,16.45264,106.886856,28.756788,146.16187,743.6969,390.31036,2675.295,2068.395,36.08331,69.34233,4829.107,14.817078,108.519485,648.2506,187.64395,254.01115,110.85231,648.3491,628.10645,471.3432,20.16897,137.35107,460.1573,883.30176,43.039303,389.09747,54.892963,1.5439758,50.65566,1.0805477,1.0581865,4.3073997,28.074947,215.5111,52.78473,19.085125,653.883,192.53853,112.60369,154.21237,43.63671,54.341396,25.940144,46.594105,23.842741,213.35182,95.11268,32.061928,24.469131,22.823656,51.38057,47.809586,6.9876842,200.81978,54.313835,500.97623,19.324661,952.22876,47.509853,421.65994,399.17227,20.131107,16.931656,556.1143,635.6393,1715.5751,274.91718 +2023-10-22 05:00:00,0.0,7735.9897,214.18604,78.69887,94.49596,64.182625,309.48267,44.126434,89.01169,27.462711,51.80636,1265.4724,97.45987,26.72531,241.65549,1.0494783,0.8977451,44.501118,1.9498166,0.06064351,810.48254,0.05904104,769.86896,107.095436,0.03302011,0.02858157,293.27542,38.448616,138.61769,144.45486,10582.636,0.18692766,2513.7756,4.888691,0.14400436,0.22229841,0.2977114,268.4158,327.66302,27.673775,82.39886,40.108097,17.130167,1692.6699,2.7419496,70.94581,28.480837,458.90216,30.32379,423.94055,13.577045,77.774025,0.0,1036.0635,4144.411,1.5980705,328.94672,44.61989,26774.625,42.250423,1.7286091,18.381311,42.21279,10.229629,2.8900752,20.695333,608.8364,229.38788,24.243294,1.4288867,3.9922528,138.77075,9.4431095,233.37886,224.07768,2082.35,664.90643,109.86084,146.35068,209.57494,5.320226,8.037112,28.47209,3.3243723,5.1127286,32.114975,43.333794,101.99018,23.433084,26.583977,63.01365,11.601516,3526.0188,25.776564,23.53965,18.616684,12.958706,196.88298,42.250153,22.48723,6.0215664,15.235073,21.85525,80.903015,169.16087,42.248455,172.87836,30.935123,19.53637,111.604614,69.9585,283.31165,81.951,1.9697796,5.1764784,5.8040123,43.7426,8343.919,2.0536745,17.115753,58.656353,19.240677,181.7389,54.86398,113.7991,2.8193593,95.33921,460.35806,284.92722,69.36912,441.09805,53.656586,67.12265,109.8939,16.911623,2.7499192,16.941334,651.15106,0.35652125,0.6369839,78.79701,11.522157,7.9555235,9.312591,16.453758,106.93775,28.737215,146.19643,743.8733,390.42462,2675.282,2068.4058,36.06817,69.3353,4824.3257,14.828405,108.475975,648.118,187.55595,253.8968,110.82037,647.9874,627.65393,471.29904,20.151306,137.28589,459.65897,882.40515,42.96516,388.30988,54.798397,1.5447443,50.656063,1.0809113,1.0589623,4.3109493,28.026749,215.48636,52.715363,19.08759,652.99066,192.26859,112.451614,153.97311,43.59255,54.34207,25.924507,46.48204,23.829638,213.0947,94.96849,32.056393,24.43068,22.793682,51.315456,47.723812,6.9753942,200.57915,54.23735,500.41296,19.302675,951.0606,47.45589,421.80173,398.6237,20.11174,16.926716,555.5814,635.2469,1715.1595,275.19635 +2023-10-22 06:00:00,0.0,7726.0854,213.90541,78.71325,94.543304,64.1877,309.55548,44.137825,89.05727,27.46583,51.82931,1264.4808,97.40512,26.72973,241.71361,1.0512314,0.899398,44.52106,1.9534396,0.06048126,810.92474,0.05899462,770.2724,107.135765,0.032934286,0.02852413,293.51135,38.463398,138.77061,144.52141,10571.779,0.1872141,2514.6494,4.8972178,0.1441999,0.22254647,0.2981757,268.5155,327.75476,27.684675,82.320564,40.109234,17.121046,1691.7639,2.7446887,70.930565,28.458809,458.9715,30.316774,423.84634,13.559752,77.73061,0.0,1035.6836,4142.247,1.5942898,328.7656,44.55941,26761.162,42.219997,1.7253491,18.3745,42.20036,10.217243,2.8877842,20.688747,608.3762,229.12514,24.230719,1.4263657,3.9874382,138.68481,9.421265,233.30032,224.20161,2081.5725,665.08386,109.837265,146.3251,209.16365,5.3202877,8.037965,28.504925,3.3250272,5.1177692,32.072712,43.28804,102.00994,23.41724,26.559227,62.98544,11.602714,3525.6614,25.77092,23.536291,18.613285,12.952043,196.82086,42.229504,22.47984,6.0199437,15.223871,21.837854,80.85523,169.05179,42.202824,172.78697,30.904375,19.51551,111.55018,69.921974,282.80582,81.932076,1.9699677,5.173387,5.802782,43.6934,8331.328,2.0541964,17.097143,58.685688,19.23162,181.65462,54.84839,113.81413,2.8211617,95.29415,460.43912,285.06134,69.29729,441.13583,53.68145,67.089355,109.841324,16.92227,2.7510116,16.946867,650.8178,0.35714093,0.63762367,78.82117,11.519758,7.95921,9.315704,16.454878,106.988655,28.717642,146.23099,744.0497,390.53888,2675.2693,2068.4165,36.053024,69.32826,4819.5444,14.839733,108.43246,647.9853,187.46794,253.78246,110.788445,647.6258,627.2014,471.25488,20.13364,137.2207,459.1606,881.5086,42.89102,387.52228,54.70383,1.5455127,50.656464,1.0812747,1.0597382,4.3144994,27.97855,215.46161,52.645992,19.090054,652.0983,191.99864,112.29954,153.73387,43.548386,54.342743,25.90887,46.369976,23.816532,212.83759,94.82431,32.050854,24.392227,22.76371,51.250347,47.638035,6.9631042,200.3385,54.160866,499.8497,19.280691,949.89246,47.40193,421.9435,398.0751,20.092373,16.921774,555.04846,634.8545,1714.7441,275.47552 +2023-10-22 07:00:00,0.0,7716.181,213.62479,78.72763,94.59066,64.19277,309.62827,44.149216,89.10284,27.46895,51.852264,1263.4893,97.35037,26.73415,241.77173,1.0529845,0.901051,44.541008,1.9570626,0.060319018,811.3669,0.058948208,770.6759,107.17609,0.032848466,0.028466692,293.74728,38.478184,138.92354,144.58795,10560.924,0.18750055,2515.523,4.9057446,0.14439543,0.22279453,0.29863998,268.6152,327.8465,27.695576,82.24227,40.11037,17.111925,1690.8579,2.7474277,70.91531,28.43678,459.0408,30.309757,423.7521,13.542459,77.687195,0.0,1035.3036,4140.0835,1.590509,328.5845,44.49893,26747.701,42.189568,1.722089,18.367691,42.187927,10.204857,2.8854933,20.682161,607.9161,228.8624,24.218143,1.4238447,3.9826236,138.59888,9.39942,233.22177,224.32553,2080.795,665.2613,109.81368,146.29951,208.75235,5.3203497,8.038816,28.537762,3.3256822,5.12281,32.03045,43.242287,102.0297,23.401398,26.534477,62.957233,11.60391,3525.3037,25.765276,23.53293,18.609886,12.945378,196.75874,42.208855,22.472446,6.0183206,15.212669,21.820461,80.80745,168.9427,42.15719,172.69559,30.873625,19.494654,111.49574,69.88545,282.3,81.913155,1.970156,5.1702957,5.8015523,43.644207,8318.738,2.0547183,17.078531,58.715023,19.222567,181.57034,54.832794,113.829155,2.8229644,95.24909,460.52017,285.19547,69.22545,441.1736,53.706318,67.05605,109.78876,16.932917,2.7521038,16.952398,650.4845,0.3577606,0.6382634,78.845314,11.51736,7.9628963,9.318819,16.455996,107.03955,28.698069,146.26555,744.2261,390.6531,2675.2563,2068.427,36.037884,69.32122,4814.763,14.851061,108.38895,647.85266,187.37994,253.6681,110.75651,647.26416,626.7489,471.21075,20.115974,137.1555,458.6623,880.612,42.81688,386.73468,54.60926,1.5462811,50.656864,1.0816382,1.0605141,4.3180494,27.930351,215.43687,52.576626,19.092518,651.20593,191.72871,112.14747,153.49463,43.504223,54.343414,25.893236,46.25791,23.803427,212.58047,94.68013,32.04532,24.353775,22.733736,51.185234,47.55226,6.9508142,200.09787,54.08438,499.2864,19.258705,948.7243,47.34797,422.08527,397.52652,20.073006,16.916832,554.51556,634.4621,1714.3286,275.7547 +2023-10-22 08:00:00,0.0,7706.277,213.34415,78.74201,94.63801,64.197845,309.70105,44.160606,89.148415,27.47207,51.875217,1262.4976,97.29562,26.73857,241.82983,1.0547376,0.90270394,44.56095,1.9606856,0.060156774,811.8091,0.05890179,771.07935,107.21641,0.032762643,0.028409252,293.98322,38.49297,139.07646,144.65448,10550.067,0.187787,2516.3965,4.914272,0.14459096,0.22304259,0.29910427,268.71494,327.93823,27.706474,82.16398,40.111504,17.102804,1689.9519,2.750167,70.90006,28.414753,459.1101,30.302742,423.6579,13.525166,77.64378,0.0,1034.9237,4137.9194,1.5867282,328.40338,44.438454,26734.238,42.15914,1.7188289,18.36088,42.1755,10.1924715,2.8832023,20.675575,607.4559,228.59966,24.205568,1.4213238,3.977809,138.51294,9.377575,233.14322,224.44946,2080.0176,665.43866,109.79011,146.27393,208.34106,5.320411,8.039669,28.570599,3.326337,5.1278505,31.988186,43.196533,102.04946,23.385555,26.509727,62.929024,11.605107,3524.9463,25.75963,23.52957,18.606487,12.938715,196.69662,42.188206,22.465054,6.0166974,15.2014675,21.803066,80.75967,168.83362,42.111557,172.6042,30.842875,19.473795,111.44131,69.84892,281.79416,81.894226,1.9703441,5.1672044,5.8003225,43.59501,8306.147,2.0552402,17.059921,58.744358,19.21351,181.48607,54.817204,113.84418,2.8247669,95.20403,460.6012,285.32962,69.15362,441.21143,53.731182,67.02275,109.73618,16.943565,2.7531962,16.957932,650.15125,0.35838026,0.6389032,78.86946,11.514961,7.966583,9.321933,16.457115,107.09045,28.678495,146.30011,744.40247,390.76736,2675.2437,2068.4377,36.022743,69.314186,4809.982,14.862389,108.34543,647.72,187.29193,253.55376,110.72457,646.9025,626.2963,471.1666,20.09831,137.09032,458.16397,879.7154,42.742737,385.94705,54.514694,1.5470495,50.65727,1.0820017,1.0612899,4.321599,27.88215,215.41212,52.50726,19.094982,650.3136,191.45877,111.99539,153.25537,43.46006,54.344086,25.8776,46.145844,23.790323,212.32336,94.53595,32.03978,24.315323,22.703764,51.120125,47.466488,6.9385242,199.85722,54.007896,498.72314,19.23672,947.55615,47.29401,422.22705,396.97794,20.053638,16.91189,553.9826,634.0697,1713.9131,276.03387 +2023-10-22 09:00:00,0.0,7696.3726,213.06352,78.75639,94.68536,64.20293,309.77386,44.171997,89.19399,27.475191,51.898174,1261.506,97.240875,26.74299,241.88795,1.0564907,0.90435696,44.5809,1.9643086,0.05999453,812.2512,0.058855373,771.4828,107.25673,0.03267682,0.028351814,294.21912,38.507755,139.22939,144.72102,10539.211,0.18807343,2517.27,4.9227986,0.14478649,0.22329065,0.29956856,268.81464,328.02997,27.717375,82.085686,40.11264,17.093683,1689.046,2.7529058,70.88482,28.392725,459.17938,30.295725,423.5637,13.507873,77.600365,0.0,1034.5438,4135.7554,1.5829475,328.2223,44.377975,26720.777,42.128716,1.7155689,18.35407,42.163067,10.180086,2.8809114,20.66899,606.9957,228.33691,24.192993,1.4188029,3.9729943,138.427,9.35573,233.06467,224.57338,2079.24,665.6161,109.766525,146.24834,207.92978,5.320473,8.040522,28.603434,3.326992,5.132891,31.945925,43.150784,102.069214,23.36971,26.484978,62.900814,11.606305,3524.5886,25.753986,23.526209,18.603088,12.932052,196.6345,42.167557,22.45766,6.0150743,15.190266,21.785673,80.71188,168.72453,42.065926,172.51282,30.812126,19.452938,111.38687,69.8124,281.28833,81.875305,1.9705323,5.1641126,5.799093,43.54581,8293.558,2.055762,17.04131,58.77369,19.204456,181.4018,54.801613,113.8592,2.8265696,95.15897,460.68225,285.46375,69.08179,441.2492,53.75605,66.98945,109.68362,16.954212,2.7542887,16.963463,649.81793,0.35899994,0.639543,78.89361,11.512564,7.970269,9.325047,16.458233,107.14134,28.658922,146.33467,744.57886,390.8816,2675.2307,2068.4485,36.007603,69.30715,4805.2007,14.873716,108.30192,647.58734,187.20393,253.4394,110.69264,646.54083,625.8438,471.12247,20.080645,137.02513,457.66562,878.81885,42.6686,385.15945,54.420128,1.5478181,50.65767,1.0823653,1.0620657,4.325149,27.833952,215.38739,52.437893,19.097446,649.42126,191.18884,111.84332,153.01613,43.415897,54.344757,25.861963,46.03378,23.777218,212.06625,94.39176,32.034245,24.27687,22.67379,51.05501,47.38071,6.9262342,199.6166,53.93141,498.15988,19.214733,946.388,47.24005,422.3688,396.42932,20.034271,16.906948,553.4497,633.6773,1713.4976,276.31305 +2023-10-22 10:00:00,0.0,7686.4683,212.78288,78.770775,94.73271,64.208,309.84665,44.183388,89.23956,27.47831,51.921127,1260.5144,97.18613,26.74741,241.94606,1.0582438,0.9060099,44.60084,1.9679316,0.059832286,812.6934,0.05880896,771.8862,107.29706,0.032590996,0.028294373,294.45505,38.522537,139.38232,144.78755,10528.355,0.18835987,2518.1436,4.9313254,0.14498203,0.22353871,0.30003285,268.91434,328.12173,27.728275,82.00739,40.113777,17.084562,1688.14,2.755645,70.86957,28.370697,459.24872,30.28871,423.46948,13.49058,77.55695,0.0,1034.1638,4133.592,1.5791668,328.04117,44.317497,26707.316,42.098286,1.7123089,18.34726,42.150635,10.1677,2.8786204,20.662405,606.5355,228.07416,24.180418,1.4162818,3.96818,138.34105,9.333885,232.98613,224.69731,2078.4624,665.7935,109.74294,146.22275,207.51848,5.3205347,8.041373,28.63627,3.327647,5.137932,31.903662,43.105026,102.088974,23.353868,26.460228,62.872604,11.607502,3524.2312,25.748343,23.52285,18.59969,12.925387,196.57239,42.146908,22.45027,6.013451,15.179064,21.768278,80.6641,168.61545,42.020294,172.42142,30.781376,19.43208,111.33243,69.77587,280.7825,81.856384,1.9707204,5.161021,5.797863,43.496613,8280.968,2.0562842,17.0227,58.803024,19.195402,181.3175,54.786022,113.87422,2.828372,95.113914,460.7633,285.59787,69.00995,441.287,53.780914,66.95615,109.63104,16.964859,2.755381,16.968994,649.4847,0.3596196,0.6401828,78.917755,11.510165,7.9739556,9.328161,16.45935,107.192245,28.639349,146.36923,744.75525,390.99585,2675.218,2068.4592,35.992462,69.30012,4800.4194,14.885044,108.2584,647.4547,187.11594,253.32506,110.660706,646.1792,625.3913,471.0783,20.06298,136.95995,457.1673,877.92224,42.594456,384.37186,54.325558,1.5485865,50.658073,1.0827287,1.0628415,4.3286986,27.785753,215.36264,52.368523,19.09991,648.52893,190.9189,111.691246,152.77689,43.371735,54.34543,25.846327,45.921715,23.764112,211.80913,94.24758,32.028706,24.238419,22.643818,50.989902,47.294937,6.9139442,199.37596,53.854927,497.5966,19.192747,945.2199,47.18609,422.5106,395.88074,20.014904,16.902006,552.91675,633.2849,1713.0822,276.59222 +2023-10-22 11:00:00,0.0,7676.564,212.50226,78.78516,94.78007,64.21307,309.91943,44.19478,89.28514,27.48143,51.94408,1259.5227,97.13138,26.75183,242.00418,1.0599967,0.90766287,44.62079,1.9715545,0.059670042,813.13556,0.058762543,772.2897,107.33738,0.032505177,0.028236935,294.69098,38.537323,139.53525,144.8541,10517.499,0.18864632,2519.017,4.9398527,0.14517756,0.22378677,0.30049714,269.01404,328.21347,27.739174,81.9291,40.114914,17.075441,1687.234,2.758384,70.85432,28.34867,459.31802,30.281693,423.37527,13.473287,77.513535,0.0,1033.7839,4131.4277,1.575386,327.86008,44.25702,26693.854,42.06786,1.7090489,18.34045,42.138203,10.155314,2.8763294,20.655819,606.0754,227.81142,24.167843,1.4137609,3.9633653,138.25511,9.31204,232.90758,224.82123,2077.6848,665.97095,109.71937,146.19716,207.1072,5.320596,8.042226,28.669106,3.328302,5.1429725,31.861399,43.059277,102.108734,23.338024,26.435478,62.844395,11.608699,3523.8735,25.742699,23.51949,18.59629,12.918724,196.51028,42.126263,22.442877,6.011828,15.167862,21.750885,80.61632,168.50636,41.974663,172.33003,30.750628,19.411222,111.27799,69.73935,280.27667,81.83746,1.9709086,5.15793,5.7966332,43.44742,8268.377,2.056806,17.004087,58.83236,19.186346,181.23323,54.77043,113.889244,2.8301747,95.06885,460.84433,285.73203,68.93812,441.3248,53.80578,66.922844,109.57847,16.975506,2.7564735,16.974527,649.15137,0.36023927,0.6408226,78.9419,11.507767,7.977642,9.331275,16.46047,107.24314,28.619776,146.4038,744.9316,391.1101,2675.205,2068.47,35.97732,69.29308,4795.638,14.896371,108.21489,647.322,187.02792,253.21072,110.62877,645.81757,624.9388,471.03418,20.045315,136.89476,456.66898,877.02563,42.520313,383.58426,54.23099,1.5493549,50.658474,1.0830922,1.0636173,4.3322487,27.737555,215.3379,52.299156,19.102375,647.6366,190.64896,111.53917,152.53763,43.32757,54.346104,25.83069,45.809647,23.751009,211.55202,94.1034,32.02317,24.199966,22.613844,50.92479,47.20916,6.9016542,199.13531,53.778442,497.03333,19.170761,944.05176,47.13213,422.65234,395.33215,19.995539,16.897064,552.38385,632.8925,1712.6666,276.87137 +2023-10-22 12:00:00,0.0,7666.6597,212.22162,78.79954,94.827415,64.21815,309.99225,44.20617,89.33072,27.48455,51.967037,1258.5311,97.07663,26.75625,242.0623,1.0617498,0.9093158,44.64073,1.9751775,0.0595078,813.57776,0.05871613,772.6931,107.3777,0.032419354,0.028179495,294.9269,38.55211,139.68817,144.92062,10506.644,0.18893276,2519.8906,4.9483795,0.14537309,0.22403483,0.30096143,269.11374,328.3052,27.750074,81.85081,40.116047,17.06632,1686.328,2.7611232,70.83907,28.326641,459.38733,30.274677,423.28107,13.455994,77.47012,0.0,1033.404,4129.2637,1.5716053,327.679,44.19654,26680.393,42.037434,1.7057889,18.333641,42.12577,10.142929,2.8740385,20.649233,605.6152,227.54868,24.155268,1.4112399,3.9585507,138.16917,9.290195,232.82903,224.94516,2076.9072,666.1484,109.695786,146.17157,206.6959,5.320658,8.043077,28.701942,3.3289568,5.1480126,31.819136,43.01352,102.128494,23.322182,26.410728,62.816185,11.609897,3523.516,25.737053,23.516129,18.592892,12.912061,196.44817,42.105614,22.435484,6.010205,15.15666,21.73349,80.568535,168.39728,41.92903,172.23865,30.719877,19.390364,111.22356,69.70282,279.77084,81.818535,1.9710968,5.1548386,5.795403,43.39822,8255.787,2.057328,16.985476,58.861694,19.177292,181.14896,54.75484,113.90427,2.8319771,95.02379,460.92538,285.86615,68.86629,441.36258,53.830647,66.88954,109.5259,16.986153,2.757566,16.980059,648.8181,0.36085892,0.6414623,78.96606,11.505368,7.981328,9.334389,16.461588,107.29404,28.600203,146.43834,745.1079,391.22433,2675.1924,2068.4805,35.96218,69.28604,4790.8564,14.907699,108.17137,647.1894,186.93993,253.09637,110.59683,645.45593,624.4862,470.99002,20.027649,136.82957,456.17062,876.1291,42.44617,382.79666,54.136425,1.5501233,50.65888,1.0834557,1.0643932,4.3357987,27.689356,215.31316,52.22979,19.10484,646.74426,190.37903,111.3871,152.29839,43.28341,54.346775,25.815054,45.697582,23.737904,211.2949,93.95922,32.01763,24.161514,22.58387,50.85968,47.123386,6.889364,198.89468,53.701958,496.47003,19.148777,942.8836,47.078167,422.79413,394.78357,19.976171,16.892122,551.8509,632.5001,1712.2511,277.15054 +2023-10-22 13:00:00,0.0,7656.7554,211.941,78.81392,94.87477,64.22322,310.06503,44.21756,89.37629,27.48767,51.98999,1257.5394,97.02188,26.76067,242.1204,1.0635029,0.9109688,44.66068,1.9788005,0.059345555,814.0199,0.058669712,773.0966,107.41803,0.03233353,0.028122056,295.16284,38.566895,139.8411,144.98717,10495.787,0.18921919,2520.7644,4.9569063,0.14556862,0.22428289,0.30142573,269.21344,328.39694,27.760973,81.772514,40.117184,17.057201,1685.4221,2.7638621,70.82382,28.304613,459.4566,30.26766,423.18686,13.438701,77.426704,0.0,1033.024,4127.1,1.5678246,327.49786,44.136063,26666.932,42.007004,1.7025288,18.32683,42.11334,10.130543,2.8717473,20.642647,605.155,227.28593,24.142694,1.408719,3.953736,138.08324,9.268351,232.75047,225.06908,2076.1296,666.3258,109.6722,146.14598,206.2846,5.3207197,8.04393,28.73478,3.3296118,5.1530533,31.776873,42.96777,102.14825,23.306337,26.385979,62.787975,11.6110935,3523.1587,25.73141,23.51277,18.589495,12.905396,196.38605,42.084965,22.428091,6.008582,15.145458,21.716097,80.52076,168.28821,41.8834,172.14726,30.689129,19.369507,111.16912,69.6663,279.265,81.799614,1.971285,5.151747,5.7941732,43.349022,8243.197,2.05785,16.966866,58.89103,19.168236,181.06467,54.739246,113.91929,2.8337798,94.97873,461.00644,286.00027,68.79445,441.40036,53.85551,66.85625,109.47333,16.9968,2.7586584,16.985592,648.4848,0.3614786,0.6421021,78.990204,11.502971,7.9850144,9.337503,16.462708,107.34493,28.58063,146.4729,745.2843,391.3386,2675.1794,2068.4912,35.947037,69.27901,4786.075,14.919026,108.12785,647.0567,186.85191,252.98203,110.5649,645.09424,624.0337,470.9459,20.009985,136.76437,455.6723,875.2325,42.372032,382.00903,54.041855,1.5508918,50.65928,1.0838193,1.065169,4.3393483,27.641157,215.28842,52.160423,19.107302,645.8519,190.10909,111.23502,152.05914,43.239246,54.347446,25.799417,45.585518,23.724798,211.0378,93.81504,32.012096,24.123062,22.553898,50.794567,47.03761,6.877074,198.65404,53.625473,495.90677,19.126791,941.71545,47.024208,422.93588,394.235,19.956804,16.88718,551.318,632.1077,1711.8357,277.42972 +2023-10-22 14:00:00,0.0,7646.851,211.66037,78.8283,94.92212,64.228294,310.13782,44.22895,89.42187,27.49079,52.012943,1256.5479,96.96713,26.765089,242.17853,1.065256,0.9126218,44.680622,1.9824235,0.05918331,814.46204,0.058623295,773.50006,107.45835,0.032247707,0.028064616,295.39877,38.58168,139.99403,145.0537,10484.931,0.18950564,2521.638,4.9654336,0.14576416,0.22453097,0.30189002,269.31314,328.48868,27.771873,81.69422,40.11832,17.04808,1684.5161,2.7666013,70.80857,28.282585,459.52594,30.260645,423.09265,13.421407,77.38329,0.0,1032.6442,4124.936,1.5640439,327.31677,44.075584,26653.469,41.976578,1.6992688,18.32002,42.100906,10.118157,2.8694563,20.63606,604.6948,227.02318,24.13012,1.406198,3.9489214,137.9973,9.246506,232.67194,225.19301,2075.352,666.5032,109.64863,146.12039,205.87332,5.3207817,8.044783,28.767614,3.3302667,5.158094,31.73461,42.922016,102.16801,23.290495,26.361229,62.759766,11.61229,3522.801,25.725765,23.509409,18.586096,12.898733,196.32393,42.064316,22.420698,6.006959,15.134256,21.698702,80.47298,168.17912,41.83777,172.05588,30.658379,19.348648,111.114685,69.629776,278.7592,81.78069,1.9714731,5.148656,5.7929435,43.299824,8230.606,2.058372,16.948254,58.920364,19.159182,180.9804,54.723656,113.93431,2.8355823,94.93367,461.08746,286.13443,68.72262,441.43817,53.880375,66.822945,109.42075,17.007448,2.7597508,16.991123,648.15155,0.36209825,0.6427419,79.01435,11.500572,7.988701,9.340617,16.463825,107.395836,28.561056,146.50746,745.4607,391.45285,2675.1667,2068.502,35.931896,69.27197,4781.294,14.930354,108.08434,646.9241,186.76392,252.86768,110.53297,644.7326,623.5812,470.90173,19.99232,136.69919,455.17398,874.3359,42.29789,381.22144,53.94729,1.5516602,50.659683,1.0841827,1.0659448,4.3428984,27.592958,215.26367,52.091053,19.109766,644.95953,189.83916,111.082954,151.81989,43.195084,54.348118,25.783781,45.473454,23.711693,210.78069,93.67085,32.006557,24.08461,22.523924,50.729454,46.951836,6.864784,198.4134,53.54899,495.3435,19.104805,940.5473,46.97025,423.07767,393.68637,19.937437,16.882238,550.78503,631.71533,1711.4202,277.7089 +2023-10-22 15:00:00,0.0,7636.947,211.37973,78.84268,94.96947,64.23337,310.21063,44.24034,89.467445,27.49391,52.0359,1255.5563,96.912384,26.76951,242.23665,1.0670091,0.91427475,44.70057,1.9860466,0.059021067,814.90424,0.058576882,773.9035,107.49867,0.032161888,0.028007178,295.63467,38.596462,140.14696,145.12024,10474.075,0.18979208,2522.5115,4.9739604,0.14595969,0.22477902,0.3023543,269.41284,328.5804,27.782774,81.61593,40.119453,17.03896,1683.6101,2.7693403,70.79333,28.26056,459.59525,30.253628,422.9984,13.404114,77.339874,0.0,1032.2643,4122.772,1.5602632,327.13565,44.015106,26640.008,41.94615,1.6960088,18.31321,42.088478,10.105771,2.8671653,20.629475,604.2346,226.76044,24.117544,1.403677,3.944107,137.91136,9.22466,232.59338,225.31694,2074.5747,666.6806,109.625046,146.0948,205.46204,5.320843,8.045634,28.800451,3.3309216,5.1631346,31.692347,42.876263,102.18777,23.274652,26.33648,62.731556,11.613488,3522.4436,25.720121,23.506048,18.582697,12.89207,196.26181,42.043667,22.413307,6.005336,15.1230545,21.681309,80.42519,168.07004,41.792137,171.96448,30.627628,19.327791,111.06025,69.59325,278.25336,81.76177,1.9716613,5.1455646,5.7917137,43.250626,8218.017,2.058894,16.929644,58.9497,19.150127,180.89612,54.708065,113.94933,2.837385,94.88861,461.16852,286.26855,68.65079,441.47595,53.905243,66.78964,109.36819,17.018095,2.7608433,16.996656,647.81824,0.36271793,0.6433817,79.0385,11.498174,7.9923873,9.343732,16.464943,107.44673,28.541483,146.54202,745.6371,391.56708,2675.1538,2068.5127,35.916756,69.26494,4776.5127,14.941682,108.040825,646.7914,186.6759,252.75333,110.50103,644.371,623.1286,470.8576,19.974655,136.634,454.67563,873.43933,42.223747,380.43384,53.852722,1.5524287,50.660084,1.0845462,1.0667206,4.346448,27.54476,215.23894,52.021687,19.11223,644.0672,189.56921,110.93088,151.58064,43.15092,54.34879,25.768147,45.361385,23.69859,210.52357,93.52667,32.001022,24.046158,22.493952,50.664345,46.866062,6.852494,198.17276,53.472504,494.7802,19.082819,939.37915,46.916286,423.21942,393.1378,19.91807,16.877296,550.25214,631.32294,1711.0046,277.98807 +2023-10-22 16:00:00,0.0,7627.042,211.0991,78.85706,95.01682,64.23844,310.28342,44.25173,89.513016,27.49703,52.058853,1254.5646,96.857635,26.77393,242.29475,1.0687622,0.9159277,44.720512,1.9896696,0.058858823,815.3464,0.058530465,774.30695,107.538994,0.032076064,0.027949737,295.8706,38.611248,140.29988,145.18677,10463.219,0.19007853,2523.385,4.982487,0.14615522,0.22502708,0.3028186,269.51254,328.67218,27.793673,81.537636,40.12059,17.029839,1682.7042,2.7720795,70.778076,28.238531,459.66455,30.246613,422.9042,13.386821,77.29646,0.0,1031.8843,4120.6084,1.5564824,326.95456,43.954628,26626.545,41.91572,1.6927488,18.3064,42.076046,10.093386,2.8648744,20.622889,603.7745,226.4977,24.104969,1.4011561,3.9392924,137.82542,9.202815,232.51483,225.44086,2073.797,666.85803,109.60147,146.06921,205.05074,5.320905,8.046487,28.833286,3.3315766,5.168175,31.650084,42.83051,102.20753,23.258808,26.31173,62.703346,11.614685,3522.086,25.714476,23.502687,18.579298,12.885406,196.19969,42.02302,22.405914,6.0037127,15.111853,21.663914,80.37741,167.96095,41.746506,171.8731,30.59688,19.306932,111.005806,69.556725,277.74756,81.74284,1.9718494,5.142473,5.790484,43.20143,8205.426,2.0594158,16.911032,58.979034,19.141071,180.81184,54.692474,113.964355,2.8391874,94.84355,461.24957,286.4027,68.57895,441.51373,53.930107,66.75634,109.31561,17.028742,2.7619357,17.002188,647.485,0.3633376,0.6440215,79.062645,11.495775,7.9960737,9.346846,16.466063,107.49763,28.52191,146.57658,745.8135,391.68134,2675.141,2068.5234,35.901615,69.2579,4771.7314,14.95301,107.997314,646.65875,186.5879,252.63898,110.4691,644.00934,622.6761,470.81345,19.95699,136.56882,454.1773,872.5427,42.149605,379.64624,53.758152,1.5531971,50.66049,1.0849097,1.0674964,4.349998,27.49656,215.21419,51.95232,19.114695,643.17487,189.29927,110.7788,151.3414,43.10676,54.34946,25.75251,45.24932,23.685484,210.26645,93.38249,31.995485,24.007706,22.463978,50.59923,46.780285,6.840204,197.93213,53.39602,494.21695,19.060833,938.211,46.862328,423.3612,392.5892,19.898703,16.872355,549.7192,630.93054,1710.5891,278.26724 +2023-10-22 17:00:00,0.0,7617.1377,210.81847,78.871445,95.06417,64.243515,310.3562,44.263123,89.55859,27.50015,52.081806,1253.573,96.80289,26.778349,242.35287,1.0705153,0.91758066,44.74046,1.9932925,0.058696575,815.7886,0.058484048,774.7104,107.57932,0.03199024,0.027892299,296.10654,38.626034,140.4528,145.25331,10452.363,0.19036496,2524.2585,4.991014,0.14635076,0.22527514,0.3032829,269.61224,328.76392,27.804573,81.45934,40.121727,17.020718,1681.7982,2.7748187,70.762825,28.216503,459.7339,30.239597,422.81,13.369528,77.253044,0.0,1031.5044,4118.4443,1.5527017,326.77344,43.89415,26613.084,41.885296,1.6894888,18.299591,42.063614,10.081,2.8625834,20.616302,603.3143,226.23495,24.092394,1.398635,3.9344778,137.73949,9.18097,232.43628,225.56479,2073.0195,667.03546,109.577896,146.04362,204.63945,5.3209667,8.047339,28.866123,3.3322315,5.173216,31.60782,42.78476,102.22728,23.242966,26.28698,62.67514,11.615882,3521.7285,25.708832,23.499329,18.5759,12.878742,196.13759,42.002373,22.398521,6.0020895,15.100651,21.64652,80.32963,167.85187,41.700874,171.78171,30.56613,19.286076,110.95137,69.520195,277.24173,81.72392,1.9720377,5.1393814,5.789254,43.152233,8192.836,2.0599377,16.89242,59.00837,19.132017,180.72755,54.676884,113.979385,2.84099,94.798485,461.3306,286.53683,68.50712,441.55154,53.95497,66.72304,109.26304,17.039389,2.7630281,17.00772,647.1517,0.36395726,0.64466125,79.08679,11.493378,7.99976,9.349959,16.46718,107.54852,28.502337,146.61115,745.98987,391.7956,2675.1282,2068.5342,35.886475,69.25086,4766.95,14.964337,107.9538,646.5261,186.49991,252.52463,110.437164,643.64764,622.2236,470.76932,19.939323,136.50363,453.679,871.6461,42.075466,378.85864,53.663586,1.5539656,50.66089,1.0852733,1.0682722,4.353548,27.44836,215.18945,51.882954,19.117159,642.28253,189.02934,110.62673,151.10216,43.062595,54.350136,25.736874,45.137257,23.672379,210.00934,93.23831,31.989946,23.969254,22.434006,50.534122,46.69451,6.8279138,197.69148,53.319534,493.6537,19.038847,937.04285,46.808365,423.50296,392.04062,19.879335,16.867413,549.1863,630.53815,1710.1737,278.54642 +2023-10-22 18:00:00,0.0,7607.2334,210.53784,78.885826,95.11153,64.24859,310.42902,44.274513,89.60417,27.50327,52.104763,1252.5814,96.74814,26.782768,242.41098,1.0722684,0.9192336,44.760406,1.9969155,0.05853433,816.2307,0.058437634,775.11383,107.619644,0.031904418,0.027834859,296.34247,38.64082,140.60574,145.31984,10441.507,0.1906514,2525.132,4.9995413,0.14654629,0.2255232,0.30374718,269.71194,328.85565,27.815472,81.38105,40.122864,17.011597,1680.8922,2.7775576,70.747574,28.194475,459.80316,30.23258,422.7158,13.352235,77.20963,0.0,1031.1244,4116.281,1.548921,326.59235,43.83367,26599.623,41.854866,1.6862288,18.29278,42.05118,10.068614,2.8602924,20.609716,602.8541,225.9722,24.079819,1.3961141,3.9296632,137.65355,9.159125,232.35774,225.6887,2072.242,667.2129,109.554306,146.01804,204.22815,5.3210287,8.048191,28.89896,3.3328865,5.1782565,31.56556,42.739002,102.24704,23.227121,26.26223,62.64693,11.61708,3521.3708,25.703188,23.495968,18.5725,12.872079,196.07547,41.981724,22.391129,6.0004663,15.089449,21.629128,80.281845,167.74278,41.655243,171.69032,30.535381,19.265217,110.896935,69.48367,276.7359,81.705,1.9722258,5.13629,5.7880244,43.103035,8180.2456,2.0604599,16.87381,59.037704,19.122961,180.64328,54.66129,113.99441,2.8427925,94.753426,461.41165,286.67096,68.43529,441.58932,53.97984,66.689735,109.21047,17.050035,2.7641206,17.013252,646.8184,0.36457694,0.64530104,79.11094,11.490979,8.003447,9.353074,16.468298,107.59942,28.482763,146.6457,746.16626,391.90982,2675.1155,2068.5447,35.871334,69.24383,4762.169,14.975665,107.910286,646.39343,186.4119,252.41028,110.40523,643.286,621.77106,470.72516,19.92166,136.43845,453.18063,870.7496,42.001324,378.071,53.569016,1.554734,50.661293,1.0856367,1.0690482,4.3570976,27.400162,215.1647,51.813587,19.119623,641.3902,188.7594,110.474655,150.8629,43.018433,54.350807,25.721237,45.02519,23.659275,209.75223,93.094124,31.98441,23.930801,22.404032,50.46901,46.608734,6.8156238,197.45085,53.24305,493.0904,19.016863,935.8747,46.754406,423.64474,391.49203,19.85997,16.86247,548.6533,630.14575,1709.7582,278.82556 +2023-10-22 19:00:00,0.0,7597.329,210.25722,78.90021,95.158875,64.25366,310.5018,44.285904,89.64974,27.50639,52.127716,1251.5897,96.69339,26.78719,242.4691,1.0740215,0.92088664,44.78035,2.0005386,0.058372088,816.6729,0.058391217,775.5173,107.659966,0.031818595,0.02777742,296.5784,38.655605,140.75867,145.38638,10430.65,0.19093785,2526.0056,5.008068,0.14674182,0.22577126,0.30421144,269.81168,328.9474,27.826372,81.30276,40.123997,17.002476,1679.9862,2.7802968,70.73233,28.172447,459.87247,30.225565,422.62158,13.334942,77.166214,0.0,1030.7445,4114.1167,1.5451403,326.41122,43.773193,26586.16,41.82444,1.6829687,18.28597,42.03875,10.056229,2.8580015,20.60313,602.3939,225.70946,24.067244,1.3935932,3.9248486,137.5676,9.13728,232.27919,225.81264,2071.4644,667.3903,109.53073,145.99245,203.81686,5.32109,8.049044,28.931795,3.3335414,5.183297,31.523296,42.693253,102.2668,23.211279,26.23748,62.61872,11.618277,3521.0134,25.697544,23.492607,18.569101,12.865415,196.01335,41.961075,22.383736,5.9988437,15.078247,21.611732,80.23406,167.6337,41.609608,171.59892,30.504631,19.24436,110.8425,69.44714,276.23007,81.68607,1.972414,5.1331987,5.786794,43.053837,8167.656,2.0609818,16.855198,59.06704,19.113907,180.559,54.6457,114.00943,2.8445952,94.70837,461.4927,286.8051,68.36345,441.6271,54.004704,66.65643,109.1579,17.060684,2.765213,17.018785,646.4851,0.3651966,0.64594084,79.13509,11.488581,8.007133,9.356188,16.469418,107.65032,28.46319,146.68027,746.34265,392.02408,2675.1025,2068.5554,35.85619,69.23679,4757.3877,14.986992,107.86677,646.2608,186.3239,252.29593,110.3733,642.9244,621.3185,470.68103,19.903994,136.37325,452.6823,869.85297,41.92718,377.28342,53.47445,1.5555024,50.661694,1.0860002,1.069824,4.3606477,27.351963,215.13997,51.744217,19.122087,640.49786,188.48947,110.322586,150.62366,42.97427,54.35148,25.7056,44.913124,23.64617,209.49512,92.94994,31.978872,23.89235,22.37406,50.4039,46.52296,6.8033338,197.21022,53.166565,492.52713,18.994877,934.7066,46.700447,423.7865,390.94345,19.840603,16.857529,548.1204,629.75336,1709.3427,279.10474 +2023-10-22 20:00:00,0.0,7587.425,209.97658,78.91459,95.20623,64.258736,310.5746,44.297295,89.69532,27.50951,52.15067,1250.5981,96.63864,26.791609,242.52722,1.0757744,0.9225396,44.800297,2.0041616,0.058209844,817.11505,0.0583448,775.9208,107.70029,0.031732775,0.02771998,296.81433,38.670387,140.91159,145.45291,10419.795,0.19122429,2526.8794,5.016595,0.14693736,0.22601932,0.30467576,269.91138,329.03912,27.837273,81.224464,40.125134,16.993355,1679.0803,2.7830358,70.71708,28.15042,459.94177,30.218548,422.52737,13.317649,77.1228,0.0,1030.3646,4111.9526,1.5413595,326.23013,43.712715,26572.7,41.794014,1.6797087,18.27916,42.026314,10.043843,2.8557105,20.596544,601.9338,225.44672,24.054668,1.3910722,3.920034,137.48166,9.115436,232.20064,225.93655,2070.6868,667.5677,109.50716,145.96686,203.40558,5.3211517,8.049896,28.964632,3.3341963,5.1883373,31.481033,42.6475,102.28655,23.195436,26.21273,62.59051,11.619474,3520.656,25.691898,23.489246,18.565704,12.858751,195.95123,41.940426,22.376345,5.9972205,15.067045,21.59434,80.18628,167.52463,41.563976,171.50754,30.473883,19.223503,110.78806,69.41062,275.72424,81.66715,1.9726021,5.1301074,5.7855644,43.004642,8155.0654,2.0615036,16.836588,59.096375,19.10485,180.47473,54.630108,114.02445,2.8463976,94.66331,461.57373,286.93924,68.29162,441.66492,54.02957,66.62313,109.10533,17.071331,2.7663054,17.024317,646.15186,0.36581627,0.64658064,79.15924,11.486183,8.010819,9.359302,16.470535,107.70122,28.443617,146.71483,746.51904,392.13834,2675.0898,2068.5662,35.84105,69.22975,4752.6064,14.99832,107.82325,646.1281,186.23589,252.18158,110.34136,642.56274,620.86597,470.63687,19.886328,136.30806,452.184,868.95636,41.85304,376.49582,53.379883,1.5562708,50.662098,1.0863638,1.0705998,4.3641973,27.303764,215.11522,51.67485,19.124552,639.6055,188.21953,110.17051,150.38441,42.930107,54.35215,25.689964,44.80106,23.633064,209.238,92.80576,31.973335,23.853897,22.344086,50.338787,46.437183,6.7910433,196.96957,53.09008,491.96384,18.97289,933.53845,46.646484,423.92828,390.39484,19.821236,16.852587,547.58746,629.36096,1708.9272,279.3839 +2023-10-22 21:00:00,0.0,7577.5205,209.69595,78.92897,95.25358,64.26381,310.6474,44.308685,89.7409,27.51263,52.173626,1249.6066,96.58389,26.796028,242.58533,1.0775275,0.92419255,44.82024,2.0077844,0.0580476,817.55725,0.058298387,776.3242,107.740616,0.031646952,0.027662542,297.05023,38.685173,141.06451,145.51945,10408.938,0.19151072,2527.753,5.025122,0.14713289,0.22626738,0.30514002,270.01108,329.1309,27.848171,81.14617,40.12627,16.984234,1678.1743,2.785775,70.70183,28.128391,460.0111,30.211533,422.43317,13.300355,77.079384,0.0,1029.9846,4109.789,1.5375788,326.04904,43.652237,26559.236,41.763584,1.6764487,18.27235,42.013885,10.031457,2.8534195,20.589958,601.4736,225.18398,24.042093,1.3885512,3.9152195,137.39572,9.093591,232.12209,226.06049,2069.9092,667.7451,109.483574,145.94127,202.99428,5.3212137,8.050748,28.997467,3.3348513,5.193378,31.43877,42.601746,102.30631,23.179592,26.18798,62.5623,11.620671,3520.2983,25.686255,23.485888,18.562305,12.852088,195.88911,41.91978,22.368952,5.9955974,15.055843,21.576944,80.1385,167.41554,41.518345,171.41615,30.443132,19.202644,110.73363,69.37409,275.2184,81.64823,1.9727904,5.127016,5.7843347,42.955444,8142.475,2.0620255,16.817976,59.125706,19.095797,180.39044,54.614517,114.039474,2.8482003,94.61825,461.6548,287.07336,68.21979,441.7027,54.054436,66.589836,109.05276,17.081978,2.7673979,17.02985,645.81854,0.36643592,0.64722043,79.18339,11.483785,8.014505,9.362416,16.471655,107.75211,28.424044,146.74939,746.69543,392.25256,2675.077,2068.577,35.82591,69.22272,4747.825,15.009647,107.77974,645.9955,186.14789,252.06723,110.309425,642.20105,620.41345,470.5927,19.868664,136.24287,451.68564,868.0598,41.7789,375.70822,53.285313,1.5570394,50.6625,1.0867273,1.0713756,4.3677473,27.255566,215.09048,51.605484,19.127016,638.71313,187.94958,110.01843,150.14516,42.885944,54.35282,25.674328,44.688995,23.619959,208.9809,92.66158,31.967798,23.815445,22.314114,50.273678,46.35141,6.7787533,196.72894,53.013596,491.40057,18.950905,932.3703,46.592525,424.07007,389.84625,19.801868,16.847645,547.05457,628.96857,1708.5117,279.6631 +2023-10-22 22:00:00,0.0,7567.616,209.41531,78.94335,95.30093,64.26888,310.72018,44.320076,89.78647,27.515749,52.19658,1248.6149,96.52915,26.80045,242.64345,1.0792806,0.9258455,44.840187,2.0114074,0.057885356,817.9994,0.05825197,776.72766,107.78094,0.03156113,0.027605101,297.28616,38.69996,141.21744,145.58598,10398.083,0.19179717,2528.6265,5.033649,0.14732842,0.22651544,0.3056043,270.11078,329.22263,27.859072,81.06788,40.127407,16.975113,1677.2683,2.788514,70.686584,28.106363,460.08038,30.204515,422.33896,13.283062,77.03597,0.0,1029.6047,4107.625,1.5337981,325.86792,43.591755,26545.775,41.73316,1.6731887,18.26554,42.001453,10.019072,2.8511286,20.583372,601.01337,224.92122,24.02952,1.3860302,3.910405,137.30978,9.071746,232.04355,226.1844,2069.1318,667.92255,109.45999,145.9157,202.583,5.321275,8.0516,29.030304,3.3355062,5.1984186,31.396507,42.555992,102.32607,23.16375,26.16323,62.534092,11.621868,3519.941,25.68061,23.482527,18.558907,12.845424,195.827,41.89913,22.361559,5.993974,15.0446415,21.559551,80.09071,167.30646,41.472713,171.32477,30.412382,19.181787,110.679184,69.33757,274.7126,81.62931,1.9729785,5.1239247,5.783105,42.906246,8129.885,2.0625474,16.799366,59.15504,19.086742,180.30617,54.598927,114.0545,2.8500028,94.57319,461.73584,287.20752,68.14795,441.74048,54.0793,66.55653,109.00018,17.092625,2.7684903,17.035381,645.4853,0.3670556,0.64786017,79.207535,11.481386,8.018192,9.36553,16.472773,107.80301,28.40447,146.78395,746.87177,392.36682,2675.0642,2068.5876,35.81077,69.21568,4743.044,15.020975,107.73622,645.8628,186.05988,251.95288,110.27749,641.8394,619.96094,470.54858,19.850998,136.17769,451.18732,867.1632,41.704758,374.92062,53.190746,1.5578078,50.662903,1.0870907,1.0721514,4.3712974,27.207367,215.06573,51.536118,19.12948,637.8208,187.67966,109.86636,149.90591,42.84178,54.353493,25.658691,44.576927,23.606855,208.72377,92.5174,31.962261,23.776993,22.28414,50.208565,46.265636,6.7664633,196.4883,52.93711,490.8373,18.928919,931.20215,46.538563,424.21182,389.29767,19.782501,16.842703,546.5216,628.5762,1708.0962,279.94226 +2023-10-22 23:00:00,0.0,7557.712,209.13469,78.95773,95.34828,64.27396,310.79297,44.331467,89.83205,27.51887,52.219532,1247.6233,96.4744,26.804869,242.70157,1.0810337,0.92749846,44.86013,2.0150304,0.057723112,818.4415,0.058205556,777.1311,107.82126,0.031475306,0.027547663,297.5221,38.714745,141.37038,145.65253,10387.227,0.19208361,2529.5,5.042176,0.14752395,0.2267635,0.3060686,270.21048,329.31436,27.86997,80.989586,40.12854,16.965992,1676.3623,2.791253,70.67133,28.084335,460.1497,30.1975,422.24472,13.265769,76.99255,0.0,1029.2249,4105.461,1.5300174,325.68683,43.531277,26532.314,41.702732,1.6699287,18.25873,41.98902,10.006685,2.8488374,20.576786,600.5532,224.65848,24.016945,1.3835093,3.9055903,137.22385,9.049901,231.965,226.30833,2068.3542,668.1,109.43642,145.8901,202.1717,5.321337,8.052453,29.06314,3.3361611,5.2034593,31.354244,42.51024,102.34583,23.147905,26.138481,62.505882,11.623066,3519.5833,25.674967,23.479166,18.555508,12.83876,195.7649,41.878483,22.354166,5.992351,15.03344,21.542156,80.04293,167.19737,41.427082,171.23338,30.381634,19.160929,110.62475,69.30104,274.20676,81.61038,1.9731667,5.1208334,5.781875,42.857048,8117.2944,2.0630696,16.780754,59.184376,19.077686,180.2219,54.583332,114.06952,2.8518054,94.52812,461.81686,287.34164,68.07612,441.7783,54.104168,66.52323,108.94762,17.103271,2.7695827,17.040915,645.152,0.36767524,0.64849997,79.23168,11.478988,8.021878,9.368645,16.47389,107.85391,28.384897,146.81851,747.04816,392.48108,2675.0513,2068.5981,35.795628,69.20865,4738.262,15.032303,107.69271,645.73016,185.97188,251.83853,110.24556,641.4778,619.50836,470.50443,19.833334,136.1125,450.689,866.2666,41.630615,374.133,53.09618,1.5585762,50.663303,1.0874542,1.0729272,4.374847,27.159168,215.041,51.466747,19.131945,636.92847,187.40971,109.71429,149.66667,42.79762,54.354168,25.643057,44.464863,23.59375,208.46666,92.373215,31.956724,23.73854,22.254166,50.14345,46.17986,6.7541733,196.24767,52.860626,490.27402,18.906933,930.034,46.484604,424.3536,388.74908,19.763134,16.83776,545.9887,628.1838,1707.6807,280.22144 +2023-10-23 00:00:00,0.0,7547.8076,208.85406,78.972115,95.39563,64.27903,310.86575,44.342857,89.877625,27.52199,52.24249,1246.6317,96.419655,26.809288,242.75967,1.0827868,0.9291514,44.880077,2.0186534,0.05756087,818.8837,0.05815914,777.53455,107.86158,0.031389486,0.027490223,297.75803,38.729527,141.5233,145.71906,10376.371,0.19237006,2530.3735,5.0507026,0.14771949,0.22701156,0.30653292,270.31018,329.4061,27.88087,80.91129,40.129677,16.956871,1675.4564,2.793992,70.65608,28.062307,460.219,30.190483,422.1505,13.248476,76.94914,0.0,1028.845,4103.2974,1.5262367,325.5057,43.4708,26518.852,41.672302,1.6666687,18.25192,41.97659,9.9943,2.8465464,20.5702,600.093,224.39574,24.00437,1.3809884,3.9007757,137.13791,9.028056,231.88644,226.43225,2067.5767,668.2774,109.412834,145.86452,201.7604,5.3213987,8.053305,29.095976,3.336816,5.2085,31.311981,42.464485,102.365585,23.132063,26.113731,62.477673,11.624263,3519.2258,25.669321,23.475807,18.552109,12.832097,195.70277,41.857834,22.346775,5.990728,15.022238,21.524763,79.99515,167.08829,41.38145,171.14198,30.350883,19.140072,110.57031,69.26452,273.70093,81.59146,1.9733548,5.1177416,5.7806454,42.807854,8104.7046,2.0635915,16.762142,59.21371,19.068632,180.13762,54.56774,114.08454,2.8536081,94.48306,461.89792,287.47577,68.00429,441.81607,54.129032,66.48993,108.89504,17.113918,2.770675,17.046446,644.8187,0.36829492,0.64913976,79.25583,11.47659,8.025564,9.371758,16.47501,107.90481,28.365324,146.85307,747.22455,392.5953,2675.0386,2068.609,35.780487,69.201614,4733.481,15.043631,107.64919,645.5975,185.88387,251.7242,110.21362,641.11615,619.05585,470.4603,19.815668,136.04732,450.19064,865.37006,41.556477,373.3454,53.00161,1.5593446,50.663708,1.0878178,1.073703,4.378397,27.11097,215.01625,51.39738,19.134409,636.03613,187.13979,109.56222,149.42741,42.753456,54.35484,25.62742,44.3528,23.580645,208.20955,92.229034,31.951187,23.700089,22.224194,50.078342,46.094086,6.7418833,196.00702,52.78414,489.71075,18.884949,928.86584,46.430645,424.49536,388.2005,19.743767,16.832819,545.4558,627.7914,1707.2653,280.5006 +2023-10-23 01:00:00,0.0,7537.9033,208.57343,78.986496,95.442986,64.2841,310.93857,44.354248,89.923195,27.52511,52.26544,1245.64,96.36491,26.81371,242.8178,1.0845399,0.93080443,44.90002,2.0222764,0.057398625,819.32587,0.058112722,777.938,107.90191,0.031303663,0.027432784,297.99396,38.744312,141.67622,145.7856,10365.515,0.19265649,2531.247,5.05923,0.14791502,0.22725962,0.3069972,270.40988,329.49783,27.891771,80.833,40.130814,16.94775,1674.5504,2.7967312,70.64084,28.04028,460.28833,30.183468,422.0563,13.231183,76.90572,0.0,1028.4651,4101.1333,1.5224559,325.32462,43.41032,26505.39,41.641876,1.6634086,18.24511,41.964157,9.9819145,2.8442554,20.563614,599.6329,224.133,23.991795,1.3784673,3.895961,137.05197,9.006211,231.80789,226.55618,2066.799,668.45483,109.38925,145.83893,201.34912,5.3214607,8.054157,29.128813,3.337471,5.2135406,31.269718,42.41873,102.385345,23.116219,26.088982,62.449463,11.62546,3518.8682,25.663677,23.472446,18.54871,12.825433,195.64066,41.837185,22.339382,5.9891047,15.011036,21.507368,79.947365,166.9792,41.33582,171.0506,30.320135,19.119213,110.51588,69.22799,273.1951,81.57254,1.973543,5.1146502,5.779415,42.758656,8092.1143,2.0641134,16.743532,59.243046,19.059576,180.05333,54.55215,114.09956,2.8554106,94.438,461.97897,287.60992,67.93245,441.85385,54.153896,66.45663,108.84247,17.124567,2.7717674,17.05198,644.4854,0.3689146,0.64977956,79.27998,11.474192,8.029251,9.374872,16.476128,107.9557,28.34575,146.88763,747.40094,392.70956,2675.0256,2068.6196,35.765347,69.19457,4728.6997,15.054958,107.60568,645.46484,185.79587,251.60985,110.18169,640.75446,618.60333,470.41614,19.798002,135.98212,449.69232,864.47345,41.482334,372.5578,52.907043,1.5601131,50.66411,1.0881813,1.0744789,4.3819466,27.062769,214.99152,51.328014,19.136873,635.1438,186.86984,109.41014,149.18817,42.709293,54.35551,25.611784,44.240734,23.567541,207.95244,92.084854,31.94565,23.661638,22.19422,50.01323,46.00831,6.7295933,195.76639,52.707657,489.14746,18.862963,927.6977,46.376682,424.63715,387.65192,19.724401,16.827877,544.92285,627.399,1706.8497,280.7798 +2023-10-23 02:00:00,0.0,7527.999,208.2928,79.00088,95.49033,64.28918,311.01135,44.36564,89.96877,27.528229,52.288395,1244.6484,96.31016,26.818129,242.8759,1.086293,0.9324574,44.919968,2.0258994,0.05723638,819.76807,0.05806631,778.34143,107.94223,0.03121784,0.027375344,298.2299,38.759098,141.82915,145.85214,10354.658,0.19294293,2532.1206,5.0677567,0.14811055,0.22750768,0.3074615,270.50958,329.58957,27.90267,80.75471,40.13195,16.93863,1673.6444,2.7994704,70.62559,28.018251,460.3576,30.17645,421.9621,13.21389,76.86231,0.0,1028.0851,4098.969,1.5186752,325.1435,43.349842,26491.93,41.61145,1.6601486,18.2383,41.95173,9.969528,2.8419645,20.557028,599.17267,223.87024,23.97922,1.3759464,3.8911467,136.96603,8.984366,231.72935,226.6801,2066.0215,668.63226,109.36568,145.81334,200.93784,5.321522,8.05501,29.161648,3.338126,5.218581,31.227455,42.37298,102.405106,23.100376,26.064232,62.421253,11.6266575,3518.5107,25.658033,23.469086,18.545311,12.818769,195.57854,41.81654,22.33199,5.987482,14.999834,21.489975,79.89958,166.87012,41.290188,170.95921,30.289385,19.098356,110.46144,69.19147,272.68927,81.55361,1.9737312,5.111559,5.7781854,42.709457,8079.524,2.0646353,16.72492,59.27238,19.050522,179.96906,54.53656,114.114586,2.8572133,94.392944,462.06,287.74405,67.86062,441.89166,54.178764,66.423325,108.7899,17.135214,2.7728598,17.05751,644.15216,0.36953425,0.65041935,79.30413,11.471793,8.032937,9.377987,16.477247,108.0066,28.326178,146.9222,747.5773,392.82382,2675.013,2068.6304,35.750202,69.18754,4723.9185,15.066286,107.562164,645.3322,185.70787,251.4955,110.14976,640.3928,618.1508,470.372,19.780338,135.91693,449.194,863.57684,41.40819,371.7702,52.812477,1.5608815,50.66451,1.0885447,1.0752547,4.3854966,27.01457,214.96677,51.258648,19.139338,634.25146,186.5999,109.258064,148.94893,42.66513,54.356182,25.596148,44.128666,23.554436,207.69533,91.940674,31.940113,23.623186,22.164248,49.94812,45.922535,6.7173033,195.52574,52.631172,488.5842,18.840977,926.52954,46.322723,424.7789,387.1033,19.705034,16.822935,544.38995,627.0066,1706.4342,281.05893 +2023-10-23 03:00:00,0.0,7518.094,208.01216,79.01526,95.53769,64.29425,311.08414,44.37703,90.01435,27.53135,52.31135,1243.6569,96.25541,26.822548,242.93402,1.0880461,0.93411034,44.93991,2.0295224,0.057074137,820.2102,0.05801989,778.74493,107.98255,0.031132018,0.027317906,298.4658,38.773884,141.98209,145.91867,10343.803,0.19322938,2532.9944,5.0762835,0.14830609,0.22775574,0.30792576,270.60928,329.68134,27.91357,80.676414,40.133083,16.929508,1672.7385,2.8022094,70.61034,27.996223,460.42694,30.169436,421.8679,13.196596,76.81889,0.0,1027.7051,4096.8057,1.5148945,324.9624,43.289364,26478.467,41.58102,1.6568886,18.23149,41.939293,9.957143,2.8396735,20.550442,598.7125,223.6075,23.966644,1.3734254,3.886332,136.88008,8.962522,231.6508,226.80403,2065.244,668.80963,109.342094,145.78775,200.52654,5.321584,8.055861,29.194485,3.3387809,5.2236214,31.185194,42.327225,102.424866,23.084534,26.039482,62.393047,11.627854,3518.1533,25.65239,23.465725,18.541912,12.812106,195.51642,41.79589,22.324596,5.985859,14.988632,21.47258,79.8518,166.76103,41.244556,170.86783,30.258636,19.077497,110.407005,69.15494,272.18344,81.53469,1.9739194,5.1084676,5.7769556,42.66026,8066.9336,2.0651574,16.70631,59.301716,19.041468,179.88478,54.52097,114.12961,2.8590157,94.347885,462.14105,287.87817,67.78879,441.92944,54.20363,66.39002,108.73733,17.14586,2.7739522,17.063044,643.81885,0.37015393,0.65105915,79.32828,11.469395,8.036624,9.381101,16.478365,108.0575,28.306604,146.95676,747.75366,392.93805,2675.0,2068.641,35.73506,69.180504,4719.137,15.077613,107.51865,645.1995,185.61986,251.38115,110.11782,640.0312,617.69824,470.32785,19.762672,135.85175,448.69565,862.6803,41.33405,370.9826,52.717907,1.56165,50.664913,1.0889082,1.0760305,4.3890467,26.966372,214.94203,51.189278,19.1418,633.3591,186.32997,109.105995,148.70967,42.620968,54.356853,25.580511,44.0166,23.54133,207.43822,91.796486,31.934576,23.584734,22.134274,49.883007,45.836758,6.705013,195.28511,52.554688,488.02094,18.81899,925.3614,46.26876,424.9207,386.55472,19.685667,16.817993,543.857,626.6142,1706.0188,281.3381 +2023-10-23 04:00:00,0.0,7508.19,207.73154,79.02964,95.58504,64.299324,311.15695,44.38842,90.05992,27.53447,52.334305,1242.6652,96.20066,26.82697,242.99214,1.0897992,0.9357633,44.959858,2.0331454,0.056911893,820.6524,0.057973474,779.1484,108.02287,0.031046195,0.027260466,298.70172,38.78867,142.13501,145.98521,10332.946,0.19351582,2533.868,5.0848107,0.14850162,0.2280038,0.30839008,270.70898,329.77307,27.924469,80.59812,40.13422,16.920387,1671.8325,2.8049486,70.59509,27.974195,460.49622,30.162418,421.77368,13.179303,76.77548,0.0,1027.3252,4094.6416,1.5111138,324.78128,43.228886,26465.006,41.550594,1.6536286,18.22468,41.926865,9.944757,2.8373826,20.543856,598.2523,223.34476,23.95407,1.3709044,3.8815174,136.79414,8.940677,231.57225,226.92795,2064.4663,668.98706,109.31851,145.76216,200.11525,5.3216457,8.056714,29.227322,3.3394358,5.228662,31.142931,42.281475,102.44462,23.06869,26.014732,62.364838,11.629051,3517.7957,25.646744,23.462366,18.538513,12.805442,195.4543,41.77524,22.317204,5.984236,14.97743,21.455187,79.804016,166.65195,41.198925,170.77643,30.227886,19.05664,110.35256,69.118416,271.6776,81.51577,1.9741075,5.1053762,5.775726,42.611065,8054.3438,2.0656793,16.687698,59.33105,19.032412,179.8005,54.505375,114.14463,2.8608184,94.302826,462.2221,288.01233,67.71695,441.96722,54.228493,66.35673,108.68475,17.156507,2.7750447,17.068575,643.4856,0.37077358,0.6516989,79.352425,11.466997,8.04031,9.384214,16.479483,108.1084,28.287031,146.99132,747.93005,393.0523,2674.9873,2068.6519,35.71992,69.17347,4714.356,15.088941,107.475136,645.0669,185.53186,251.2668,110.085884,639.66956,617.2457,470.28372,19.745008,135.78656,448.19733,861.7837,41.25991,370.195,52.62334,1.5624185,50.665314,1.0892718,1.0768063,4.3925962,26.918173,214.91728,51.11991,19.144264,632.46674,186.06003,108.95392,148.47043,42.576805,54.35753,25.564875,43.904537,23.528225,207.18109,91.652306,31.929039,23.546282,22.104301,49.817898,45.750984,6.692723,195.04446,52.478203,487.45764,18.797005,924.19324,46.2148,425.06244,386.00613,19.6663,16.813051,543.3241,626.2218,1705.6033,281.61728 +2023-10-23 05:00:00,0.0,7498.2856,207.4509,79.04402,95.63239,64.304405,311.22974,44.39981,90.1055,27.53759,52.357258,1241.6736,96.14591,26.831388,243.05025,1.0915521,0.93741626,44.9798,2.0367684,0.056749646,821.09454,0.05792706,779.5518,108.0632,0.030960374,0.027203027,298.93765,38.80345,142.28793,146.05174,10322.091,0.19380225,2534.7415,5.0933375,0.14869715,0.22825186,0.30885434,270.8087,329.8648,27.93537,80.51983,40.135357,16.911266,1670.9265,2.8076875,70.57984,27.952168,460.56555,30.155403,421.67947,13.16201,76.73206,0.0,1026.9453,4092.4778,1.507333,324.6002,43.168407,26451.543,41.52017,1.6503686,18.217869,41.914433,9.932371,2.8350916,20.53727,597.7922,223.08202,23.941494,1.3683835,3.8767028,136.7082,8.918832,231.4937,227.05188,2063.689,669.1645,109.29494,145.73657,199.70396,5.3217072,8.057566,29.260157,3.3400908,5.2337027,31.100668,42.235718,102.46438,23.052847,25.989983,62.336628,11.630249,3517.4382,25.6411,23.459005,18.535116,12.798779,195.3922,41.754593,22.309813,5.9826126,14.9662285,21.437792,79.75623,166.54288,41.153294,170.68504,30.197136,19.035782,110.29813,69.08189,271.17178,81.49685,1.9742957,5.102285,5.774496,42.561867,8041.7534,2.0662012,16.669086,59.360386,19.023357,179.71622,54.489784,114.15966,2.8626208,94.25776,462.30313,288.14645,67.64512,442.00504,54.25336,66.323425,108.63219,17.167154,2.776137,17.074106,643.1523,0.37139326,0.6523387,79.37657,11.464599,8.043997,9.387329,16.480602,108.159294,28.267458,147.02586,748.10645,393.16656,2674.9744,2068.6624,35.70478,69.16643,4709.5747,15.100268,107.43162,644.9342,185.44385,251.15245,110.05395,639.30786,616.7932,470.23956,19.727343,135.72137,447.699,860.8871,41.18577,369.40738,52.528774,1.5631869,50.665718,1.0896353,1.0775822,4.3961463,26.869974,214.89255,51.050545,19.146729,631.5744,185.79008,108.80184,148.23119,42.532642,54.3582,25.549238,43.79247,23.515121,206.92398,91.508125,31.923502,23.50783,22.074327,49.752785,45.66521,6.680433,194.80383,52.40172,486.89438,18.775019,923.02515,46.160843,425.20422,385.45755,19.646933,16.80811,542.79114,625.8294,1705.1877,281.89645 +2023-10-23 06:00:00,0.0,7488.3813,207.17027,79.05841,95.67974,64.30948,311.30252,44.4112,90.15108,27.54071,52.380215,1240.682,96.09116,26.835808,243.10837,1.0933052,0.9390693,44.99975,2.0403914,0.0565874,821.53674,0.057880644,779.95526,108.10352,0.03087455,0.027145587,299.17358,38.818237,142.44086,146.11829,10311.234,0.1940887,2535.615,5.1018643,0.14889269,0.22849992,0.30931863,270.90842,329.95654,27.94627,80.441536,40.13649,16.902145,1670.0205,2.8104267,70.56459,27.93014,460.63483,30.148386,421.58527,13.144717,76.68865,0.0,1026.5654,4090.314,1.5035523,324.4191,43.10793,26438.082,41.48974,1.6471086,18.21106,41.902,9.919986,2.8328006,20.530684,597.332,222.81926,23.928919,1.3658625,3.8718882,136.62227,8.896986,231.41516,227.17581,2062.9114,669.3419,109.27136,145.71098,199.29266,5.321769,8.058418,29.292994,3.3407457,5.2387433,31.058405,42.18997,102.48414,23.037003,25.96523,62.30842,11.631446,3517.0806,25.635456,23.455645,18.531717,12.792115,195.33008,41.733944,22.30242,5.9809895,14.955027,21.420399,79.70845,166.43379,41.107662,170.59366,30.166388,19.014925,110.24369,69.045364,270.66595,81.47792,1.9744838,5.0991936,5.7732663,42.51267,8029.163,2.066723,16.650476,59.38972,19.014301,179.63194,54.474194,114.17468,2.8644235,94.2127,462.3842,288.28058,67.57328,442.04282,54.278225,66.29012,108.57961,17.177801,2.7772295,17.07964,642.81903,0.3720129,0.6529785,79.40072,11.4622,8.047683,9.390443,16.48172,108.21019,28.247885,147.06042,748.28284,393.2808,2674.9617,2068.673,35.68964,69.15939,4704.7935,15.111596,107.38811,644.8016,185.35585,251.0381,110.02202,638.9462,616.34064,470.19543,19.709677,135.65617,447.20065,859.99054,41.111626,368.61978,52.434204,1.5639553,50.66612,1.0899987,1.078358,4.399696,26.821775,214.8678,50.98118,19.149193,630.68207,185.52016,108.64977,147.99193,42.48848,54.35887,25.533602,43.680405,23.502016,206.66687,91.363945,31.917965,23.469378,22.044355,49.687675,45.579433,6.668143,194.5632,52.325233,486.33112,18.753033,921.857,46.10688,425.34598,384.90897,19.627565,16.80317,542.25824,625.43695,1704.7722,282.17563 +2023-10-23 07:00:00,0.0,7478.477,206.88965,79.07279,95.72709,64.31455,311.37534,44.422592,90.19665,27.543829,52.403168,1239.6903,96.036415,26.840229,243.16647,1.0950583,0.9407222,45.01969,2.0440145,0.056425158,821.9789,0.057834227,780.3587,108.143845,0.030788727,0.027088149,299.40952,38.833023,142.5938,146.18481,10300.378,0.19437514,2536.4885,5.110391,0.14908822,0.22874798,0.30978292,271.00812,330.04828,27.957169,80.363235,40.137627,16.893024,1669.1146,2.8131657,70.54935,27.908112,460.70416,30.14137,421.49103,13.127424,76.64523,0.0,1026.1855,4088.1501,1.4997716,324.23798,43.04745,26424.621,41.459312,1.6438485,18.20425,41.88957,9.907599,2.8305097,20.524097,596.87177,222.55652,23.916346,1.3633416,3.8670738,136.53633,8.875141,231.33661,227.29973,2062.1338,669.51935,109.24777,145.6854,198.88138,5.3218307,8.059271,29.325829,3.3414006,5.243784,31.016142,42.144215,102.50389,23.02116,25.940481,62.28021,11.632643,3516.7231,25.62981,23.452286,18.528318,12.785451,195.26796,41.7133,22.295027,5.9793663,14.943825,21.403004,79.66067,166.3247,41.062027,170.50227,30.135637,18.994066,110.189255,69.008835,270.16013,81.459,1.9746721,5.096102,5.772036,42.46347,8016.5728,2.0672452,16.631865,59.419056,19.005247,179.54767,54.458603,114.189705,2.866226,94.16764,462.46524,288.41473,67.50145,442.0806,54.303093,66.25682,108.52705,17.18845,2.778322,17.08517,642.4857,0.3726326,0.6536183,79.42487,11.459803,8.051369,9.393557,16.48284,108.26109,28.22831,147.09499,748.4592,393.39505,2674.9487,2068.6838,35.6745,69.15236,4700.012,15.122924,107.34459,644.6689,185.26784,250.92375,109.99008,638.5846,615.8881,470.15128,19.692013,135.59099,446.70233,859.09393,41.037483,367.83218,52.339638,1.5647237,50.666523,1.0903623,1.0791339,4.403246,26.773577,214.84306,50.911808,19.151657,629.78973,185.25021,108.497696,147.75269,42.444317,54.359543,25.517967,43.56834,23.48891,206.40976,91.21976,31.912428,23.430925,22.014381,49.622562,45.49366,6.655853,194.32256,52.24875,485.76782,18.731049,920.68884,46.05292,425.48776,384.36038,19.608198,16.798227,541.7253,625.04456,1704.3568,282.4548 +2023-10-23 08:00:00,0.0,7468.5728,206.60901,79.08717,95.774445,64.319626,311.44812,44.433983,90.242226,27.54695,52.42612,1238.6987,95.98167,26.844648,243.2246,1.0968114,0.9423752,45.03964,2.0476375,0.056262914,822.421,0.057787813,780.76215,108.184166,0.030702906,0.027030708,299.64545,38.84781,142.74672,146.25136,10289.522,0.19466159,2537.362,5.1189184,0.14928375,0.22899604,0.3102472,271.10782,330.14005,27.96807,80.28494,40.138763,16.883904,1668.2086,2.8159049,70.534096,27.886084,460.77347,30.134354,421.39682,13.110131,76.60182,0.0,1025.8055,4085.986,1.4959909,324.0569,42.986973,26411.158,41.428886,1.6405885,18.19744,41.877136,9.895214,2.8282187,20.517511,596.4116,222.29378,23.90377,1.3608205,3.8622591,136.4504,8.853296,231.25806,227.42366,2061.3562,669.6968,109.2242,145.6598,198.4701,5.3218927,8.0601225,29.358665,3.3420556,5.2488246,30.973879,42.09846,102.52365,23.005318,25.915731,62.252,11.633841,3516.3655,25.624166,23.448925,18.52492,12.778788,195.20584,41.69265,22.287634,5.9777436,14.932623,21.38561,79.612885,166.21562,41.016396,170.41089,30.104889,18.97321,110.13482,68.97231,269.6543,81.44008,1.9748602,5.0930104,5.7708063,42.414276,8003.9824,2.0677671,16.613255,59.448387,18.996193,179.4634,54.443012,114.20473,2.8680286,94.12258,462.54626,288.54886,67.42962,442.1184,54.327957,66.22352,108.47447,17.199097,2.7794144,17.090704,642.15247,0.37325224,0.6542581,79.44902,11.457404,8.055056,9.396671,16.483957,108.31199,28.208736,147.12955,748.6356,393.5093,2674.936,2068.6946,35.659355,69.145325,4695.231,15.134252,107.30108,644.53625,185.17984,250.8094,109.958145,638.22296,615.4356,470.10715,19.674347,135.5258,446.204,858.1973,40.963345,367.0446,52.24507,1.5654922,50.666924,1.0907258,1.0799097,4.406796,26.725378,214.81831,50.84244,19.154121,628.8974,184.98029,108.34563,147.51344,42.400154,54.360214,25.50233,43.456276,23.475807,206.15265,91.07558,31.90689,23.392473,21.98441,49.55745,45.407883,6.643563,194.08192,52.172264,485.20456,18.709063,919.5207,45.99896,425.62952,383.81177,19.58883,16.793285,541.1924,624.65216,1703.9413,282.73398 +2023-10-23 09:00:00,0.0,7458.6685,206.32838,79.101555,95.82179,64.3247,311.5209,44.445374,90.2878,27.55007,52.449078,1237.7072,95.92692,26.849068,243.28271,1.0985645,0.94402814,45.05958,2.0512605,0.05610067,822.8632,0.057741396,781.16565,108.224495,0.030617082,0.02697327,299.88135,38.862595,142.89964,146.31789,10278.666,0.19494802,2538.2356,5.127445,0.14947928,0.2292441,0.3107115,271.20752,330.23178,27.978968,80.20665,40.1399,16.874783,1667.3026,2.8186438,70.518845,27.864056,460.84277,30.127338,421.3026,13.092838,76.5584,0.0,1025.4255,4083.8223,1.4922101,323.87576,42.926495,26397.697,41.398457,1.6373285,18.19063,41.864704,9.882829,2.8259275,20.510925,595.9514,222.03104,23.891195,1.3582996,3.8574445,136.36446,8.831451,231.1795,227.54758,2060.5786,669.87415,109.20062,145.63422,198.05879,5.3219543,8.060975,29.391502,3.3427105,5.2538652,30.931616,42.052708,102.54341,22.989473,25.890982,62.22379,11.635037,3516.008,25.618523,23.445564,18.52152,12.772124,195.14372,41.672,22.280241,5.9761205,14.921421,21.368216,79.5651,166.10654,40.970764,170.31949,30.074139,18.95235,110.08038,68.93578,269.14847,81.42115,1.9750484,5.089919,5.7695765,42.365078,7991.3926,2.068289,16.594643,59.477722,18.987137,179.3791,54.42742,114.21975,2.869831,94.07752,462.62732,288.683,67.35778,442.1562,54.35282,66.190216,108.4219,17.209743,2.7805068,17.096235,641.81915,0.37387192,0.6548978,79.47317,11.455006,8.058742,9.399785,16.485075,108.362885,28.189163,147.16411,748.81195,393.62354,2674.923,2068.7053,35.644215,69.13828,4690.449,15.145579,107.25756,644.4036,185.09184,250.69505,109.926216,637.86127,614.9831,470.063,19.656681,135.46062,445.70566,857.3008,40.889202,366.257,52.1505,1.5662607,50.667328,1.0910892,1.0806855,4.4103456,26.677177,214.79358,50.773075,19.156586,628.00507,184.71034,108.19355,147.2742,42.35599,54.360886,25.486694,43.344208,23.462702,205.89552,90.9314,31.901354,23.354021,21.954435,49.49234,45.32211,6.631273,193.84128,52.09578,484.64127,18.687077,918.35254,45.945,425.7713,383.26318,19.569466,16.788343,540.6594,624.25977,1703.5258,283.01315 +2023-10-23 10:00:00,0.0,7448.764,206.04774,79.11594,95.86915,64.32977,311.59372,44.456764,90.333374,27.55319,52.47203,1236.7155,95.87217,26.853489,243.34082,1.1003176,0.9456811,45.07953,2.0548832,0.055938426,823.30536,0.057694983,781.5691,108.26482,0.030531261,0.02691583,300.11728,38.877377,143.05257,146.38443,10267.811,0.19523446,2539.1091,5.135972,0.14967482,0.22949216,0.3111758,271.30722,330.32352,27.989868,80.12836,40.141033,16.865662,1666.3967,2.821383,70.5036,27.842028,460.91205,30.120321,421.2084,13.075544,76.51499,0.0,1025.0457,4081.6584,1.4884294,323.69467,42.866016,26384.234,41.36803,1.6340685,18.183819,41.852272,9.870442,2.8236365,20.50434,595.4913,221.76828,23.87862,1.3557787,3.85263,136.27852,8.809607,231.10097,227.67151,2059.801,670.0516,109.17704,145.60863,197.6475,5.3220162,8.061828,29.424337,3.3433654,5.258906,30.889353,42.006954,102.56317,22.97363,25.866232,62.19558,11.636234,3515.6506,25.612879,23.442204,18.518122,12.76546,195.0816,41.651352,22.27285,5.9744973,14.910219,21.350822,79.51732,165.99745,40.925133,170.2281,30.04339,18.931494,110.02595,68.89926,268.64264,81.40223,1.9752365,5.0868278,5.768347,42.31588,7978.8022,2.068811,16.576033,59.507057,18.978083,179.29483,54.411827,114.23477,2.8716338,94.03246,462.70837,288.81714,67.28595,442.194,54.37769,66.15691,108.36933,17.22039,2.7815993,17.101768,641.4859,0.37449157,0.6555376,79.497314,11.452607,8.062428,9.4029,16.486195,108.41378,28.16959,147.19867,748.98834,393.7378,2674.9102,2068.716,35.629074,69.13125,4685.668,15.156907,107.21404,644.27094,185.00383,250.5807,109.89428,637.49963,614.5305,470.01883,19.639017,135.39543,445.20734,856.4042,40.81506,365.46936,52.055935,1.5670291,50.66773,1.0914527,1.0814613,4.4138956,26.628979,214.76884,50.70371,19.15905,627.1127,184.4404,108.04147,147.03494,42.31183,54.36156,25.471058,43.232143,23.449596,205.63841,90.78722,31.895817,23.315569,21.924461,49.427227,45.236332,6.618983,193.60065,52.019295,484.078,18.66509,917.1844,45.89104,425.9131,382.7146,19.550098,16.783401,540.1265,623.8674,1703.1104,283.2923 +2023-10-23 11:00:00,0.0,7438.86,205.76712,79.13032,95.9165,64.33485,311.6665,44.468155,90.37895,27.556309,52.494984,1235.7239,95.81742,26.857908,243.39894,1.1020707,0.9473341,45.099472,2.0585063,0.055776183,823.74756,0.057648566,781.97253,108.30514,0.030445438,0.026858391,300.3532,38.892162,143.20549,146.45096,10256.954,0.19552091,2539.983,5.1444993,0.14987035,0.22974022,0.31164008,271.40692,330.41525,28.000769,80.050064,40.14217,16.85654,1665.4907,2.824122,70.48835,27.820002,460.98138,30.113306,421.1142,13.058251,76.47157,0.0,1024.6658,4079.4946,1.4846487,323.51355,42.80554,26370.773,41.337605,1.6308085,18.17701,41.83984,9.858057,2.8213456,20.497753,595.03107,221.50554,23.866045,1.3532577,3.8478153,136.19257,8.787762,231.02242,227.79543,2059.0234,670.229,109.153465,145.58304,197.23622,5.3220778,8.062679,29.457174,3.3440204,5.263946,30.84709,41.9612,102.582924,22.957787,25.841482,62.16737,11.637432,3515.293,25.607233,23.438845,18.514723,12.758797,195.0195,41.630703,22.265457,5.972874,14.899017,21.333427,79.469536,165.88837,40.8795,170.13672,30.01264,18.910635,109.971504,68.86274,268.1368,81.38331,1.9754248,5.0837364,5.767117,42.26668,7966.212,2.0693328,16.55742,59.536392,18.969027,179.21056,54.396236,114.249794,2.8734362,93.9874,462.7894,288.95126,67.21412,442.23178,54.402554,66.12362,108.31676,17.231037,2.7826917,17.1073,641.1526,0.37511125,0.6561774,79.52146,11.45021,8.066114,9.4060135,16.487312,108.46468,28.150017,147.23323,749.16473,393.85205,2674.8975,2068.7266,35.613934,69.124214,4680.8867,15.168235,107.17053,644.1383,184.91583,250.46635,109.86234,637.138,614.078,469.9747,19.621351,135.33025,444.709,855.50757,40.740917,364.68176,51.96137,1.5677975,50.668133,1.0918163,1.0822371,4.417445,26.58078,214.7441,50.63434,19.161514,626.22034,184.17047,107.889404,146.7957,42.267666,54.362232,25.455421,43.12008,23.436491,205.3813,90.643036,31.89028,23.277117,21.89449,49.362118,45.15056,6.6066923,193.36,51.94281,483.51474,18.643105,916.01624,45.83708,426.05484,382.16602,19.530731,16.77846,539.59357,623.475,1702.6948,283.57147 +2023-10-23 12:00:00,0.0,7428.9556,205.4865,79.1447,95.96385,64.33992,311.7393,44.479546,90.42453,27.55943,52.517937,1234.7323,95.76267,26.862328,243.45706,1.1038238,0.94898707,45.11942,2.0621293,0.05561394,824.1897,0.05760215,782.376,108.34547,0.030359617,0.026800951,300.58914,38.906948,143.35843,146.5175,10246.098,0.19580735,2540.8564,5.153026,0.15006588,0.22998829,0.31210437,271.50662,330.507,28.011667,79.97177,40.143307,16.84742,1664.5847,2.8268611,70.4731,27.797974,461.0507,30.10629,421.02,13.040958,76.42816,0.0,1024.2859,4077.3306,1.480868,323.33246,42.74506,26357.312,41.307175,1.6275485,18.1702,41.827408,9.845672,2.8190546,20.491167,594.5709,221.2428,23.85347,1.3507367,3.8430007,136.10663,8.765917,230.94386,227.91936,2058.2458,670.40643,109.12988,145.55745,196.82492,5.3221397,8.063532,29.49001,3.3446753,5.2689867,30.804829,41.91545,102.602684,22.941944,25.816732,62.13916,11.638629,3514.9355,25.60159,23.435484,18.511326,12.752133,194.95738,41.610058,22.258064,5.971251,14.887815,21.316034,79.42175,165.7793,40.83387,170.04533,29.98189,18.889778,109.91707,68.82621,267.63098,81.36439,1.9756129,5.080645,5.7658873,42.217484,7953.6216,2.069855,16.538809,59.565727,18.959972,179.12627,54.380646,114.26482,2.875239,93.94234,462.87045,289.08542,67.14228,442.26956,54.427418,66.09032,108.26418,17.241684,2.7837842,17.112833,640.81934,0.37573093,0.6568172,79.54561,11.447811,8.069801,9.409127,16.48843,108.51558,28.130444,147.26779,749.3411,393.96628,2674.8845,2068.7373,35.598793,69.11718,4676.1055,15.179562,107.127014,644.0056,184.82782,250.35202,109.830414,636.77637,613.6255,469.93054,19.603687,135.26505,444.21066,854.611,40.66678,363.89417,51.8668,1.568566,50.668533,1.0921798,1.0830129,4.420995,26.532581,214.71936,50.564972,19.163979,625.328,183.90053,107.73733,146.55646,42.223503,54.362904,25.439785,43.00801,23.423388,205.12419,90.49885,31.884743,23.238665,21.864515,49.297005,45.064785,6.5944023,193.11937,51.866325,482.95145,18.621119,914.8481,45.78312,426.19662,381.61743,19.511364,16.773518,539.06067,623.0826,1702.2793,283.85065 +2023-10-23 13:00:00,0.0,7419.0513,205.20586,79.15908,96.0112,64.34499,311.8121,44.490936,90.4701,27.56255,52.540894,1233.7406,95.707924,26.866749,243.51517,1.1055769,0.95064,45.139362,2.0657523,0.055451695,824.6319,0.057555735,782.7794,108.38579,0.030273793,0.026743513,300.82507,38.921734,143.51135,146.58403,10235.242,0.19609378,2541.73,5.161553,0.15026142,0.23023635,0.31256866,271.60632,330.59872,28.022568,79.89348,40.144444,16.838299,1663.6787,2.8296003,70.457855,27.775946,461.12,30.099274,420.92578,13.023665,76.38474,0.0,1023.9059,4075.1667,1.4770873,323.15134,42.68458,26343.85,41.27675,1.6242884,18.16339,41.81498,9.833285,2.8167636,20.484581,594.1107,220.98006,23.840895,1.3482157,3.8381863,136.02069,8.744072,230.86531,228.04327,2057.4685,670.58386,109.1063,145.53186,196.41364,5.3222013,8.064384,29.522846,3.3453302,5.2740273,30.762566,41.869694,102.622444,22.9261,25.791983,62.110954,11.639827,3514.578,25.595945,23.432123,18.507927,12.745469,194.89526,41.58941,22.250671,5.969628,14.876614,21.29864,79.37397,165.67021,40.78824,169.95393,29.951141,18.86892,109.86263,68.78969,267.12518,81.34546,1.9758011,5.0775537,5.764657,42.16829,7941.0317,2.0703769,16.520199,59.595062,18.950916,179.04199,54.365055,114.27984,2.8770413,93.89728,462.9515,289.21954,67.07045,442.30737,54.452286,66.057014,108.21162,17.252333,2.7848766,17.118364,640.486,0.37635058,0.657457,79.56976,11.445413,8.073487,9.412242,16.48955,108.566475,28.11087,147.30235,749.51746,394.08054,2674.8718,2068.748,35.583652,69.11014,4671.324,15.190889,107.0835,643.873,184.73982,250.23767,109.79848,636.4147,613.173,469.8864,19.586021,135.19986,443.71234,853.7144,40.592636,363.10657,51.772232,1.5693344,50.668938,1.0925432,1.0837888,4.4245453,26.484383,214.69461,50.495605,19.166443,624.43567,183.6306,107.58526,146.3172,42.17934,54.363575,25.424149,42.895947,23.410282,204.86708,90.35467,31.879206,23.200212,21.834543,49.231895,44.979008,6.5821123,192.87872,51.78984,482.38818,18.599134,913.67993,45.729156,426.33838,381.06882,19.491997,16.768576,538.5277,622.6902,1701.8638,284.12982 +2023-10-23 14:00:00,0.0,7409.1465,204.92523,79.17346,96.05855,64.35007,311.8849,44.502327,90.51568,27.56567,52.563847,1232.749,95.653175,26.871168,243.57329,1.1073298,0.952293,45.15931,2.0693753,0.05528945,825.07404,0.057509318,783.18286,108.42611,0.030187972,0.026686072,301.06097,38.936516,143.66428,146.65057,10224.386,0.19638023,2542.6035,5.1700797,0.15045695,0.23048441,0.31303295,271.70602,330.6905,28.033466,79.815186,40.145576,16.829178,1662.7728,2.8323393,70.442604,27.753918,461.18927,30.092258,420.83157,13.006372,76.34133,0.0,1023.526,4073.003,1.4733065,322.97025,42.624104,26330.389,41.246323,1.6210284,18.15658,41.802544,9.8209,2.8144727,20.477995,593.6505,220.7173,23.82832,1.3456948,3.8333716,135.93475,8.722227,230.78677,228.1672,2056.691,670.7613,109.082726,145.50629,196.00235,5.322263,8.065236,29.555683,3.3459852,5.279068,30.720303,41.823944,102.642204,22.910257,25.767233,62.082745,11.641024,3514.2205,25.590302,23.428764,18.504528,12.738806,194.83315,41.56876,22.24328,5.968005,14.865412,21.281246,79.32619,165.56113,40.742607,169.86255,29.920391,18.848063,109.8082,68.75316,266.61935,81.32654,1.9759892,5.0744624,5.7634273,42.11909,7928.4414,2.0708988,16.501587,59.624397,18.941862,178.95772,54.349464,114.29486,2.878844,93.85222,463.03253,289.35367,66.99862,442.34515,54.47715,66.02371,108.15904,17.26298,2.785969,17.123898,640.1528,0.37697026,0.65809673,79.59391,11.443014,8.077173,9.415356,16.490667,108.61737,28.091297,147.33691,749.69385,394.1948,2674.859,2068.7588,35.56851,69.1031,4666.543,15.202217,107.039986,643.7403,184.65181,250.12332,109.76654,636.05304,612.7204,469.84225,19.568356,135.13467,443.21402,852.8178,40.518494,362.31897,51.677666,1.5701029,50.66934,1.0929067,1.0845646,4.428095,26.436184,214.66988,50.42624,19.168907,623.54333,183.36066,107.43318,146.07796,42.135178,54.364246,25.408512,42.783882,23.397177,204.60997,90.21049,31.873669,23.16176,21.80457,49.166782,44.893234,6.5698223,192.63809,51.713356,481.82492,18.577148,912.51184,45.675198,426.48016,380.52023,19.47263,16.763634,537.9948,622.2978,1701.4484,284.409 +2023-10-23 15:00:00,0.0,7399.242,204.64459,79.18784,96.1059,64.35514,311.95767,44.513718,90.56126,27.568789,52.5868,1231.7574,95.59843,26.875587,243.6314,1.1090829,0.95394593,45.179253,2.0729983,0.055127207,825.51624,0.0574629,783.5863,108.46643,0.030102149,0.026628634,301.2969,38.9513,143.8172,146.7171,10213.53,0.19666667,2543.477,5.178607,0.15065248,0.23073247,0.31349725,271.80573,330.78223,28.044367,79.73689,40.146713,16.820057,1661.8668,2.8350785,70.42735,27.73189,461.2586,30.085241,420.73734,12.989079,76.29791,0.0,1023.14606,4070.8389,1.4695257,322.78915,42.563625,26316.928,41.215893,1.6177684,18.149769,41.790115,9.808514,2.8121817,20.471409,593.19037,220.45456,23.815744,1.3431739,3.828557,135.84882,8.700382,230.70822,228.29112,2055.9133,670.93866,109.05914,145.4807,195.59105,5.3223248,8.066089,29.588518,3.34664,5.2841086,30.67804,41.77819,102.66196,22.894415,25.742483,62.054535,11.6422205,3513.8628,25.584656,23.425404,18.50113,12.732142,194.77103,41.54811,22.235888,5.966382,14.85421,21.263851,79.278404,165.45204,40.696976,169.77116,29.889643,18.827204,109.75376,68.71664,266.11353,81.30762,1.9761775,5.0713706,5.7621975,42.069893,7915.851,2.0714207,16.482977,59.653732,18.932808,178.87344,54.33387,114.30988,2.8806465,93.80716,463.1136,289.48782,66.92678,442.38293,54.502018,65.99041,108.106476,17.273626,2.7870615,17.129429,639.81946,0.3775899,0.6587365,79.61806,11.440617,8.08086,9.418469,16.491787,108.66827,28.071724,147.37148,749.87024,394.30902,2674.8462,2068.7695,35.553368,69.09607,4661.7617,15.213545,106.996475,643.60767,184.56381,250.00897,109.734604,635.6914,612.2679,469.79813,19.550692,135.06949,442.71567,851.92126,40.444355,361.53134,51.583096,1.5708714,50.669743,1.0932703,1.0853404,4.431645,26.387985,214.64513,50.356873,19.171371,622.651,183.09071,107.281105,145.83871,42.091015,54.364918,25.392878,42.671818,23.384073,204.35284,90.06631,31.868132,23.123308,21.774597,49.101673,44.807457,6.5575323,192.39746,51.63687,481.26163,18.555162,911.3437,45.62124,426.62192,379.97165,19.453262,16.758692,537.46185,621.9054,1701.0328,284.68817 +2023-10-23 16:00:00,0.0,7389.338,204.36397,79.202225,96.15325,64.360214,312.0305,44.52511,90.60683,27.571909,52.609756,1230.7657,95.54368,26.880009,243.68951,1.110836,0.95559895,45.1992,2.0766213,0.05496496,825.9584,0.057416487,783.9898,108.50676,0.030016327,0.026571194,301.53284,38.966087,143.97014,146.78365,10202.674,0.19695312,2544.3506,5.187134,0.15084802,0.23098053,0.31396154,271.90543,330.87396,28.055267,79.6586,40.14785,16.810936,1660.9608,2.8378174,70.41211,27.709862,461.3279,30.078226,420.64313,12.9717865,76.2545,0.0,1022.7661,4068.675,1.465745,322.60803,42.503147,26303.465,41.185467,1.6145084,18.14296,41.777683,9.796128,2.8098907,20.464823,592.73016,220.19182,23.80317,1.3406528,3.8237424,135.76288,8.678537,230.62967,228.41505,2055.1357,671.1161,109.03556,145.45511,195.17976,5.3223863,8.066941,29.621355,3.347295,5.2891493,30.635777,41.732437,102.68172,22.87857,25.717733,62.026325,11.643418,3513.5054,25.579012,23.422043,18.49773,12.725478,194.70891,41.527462,22.228495,5.964759,14.843008,21.246458,79.23062,165.34296,40.651344,169.67978,29.858892,18.806347,109.699326,68.68011,265.6077,81.28869,1.9763656,5.0682793,5.7609677,42.020695,7903.2607,2.0719428,16.464365,59.683067,18.923752,178.78915,54.31828,114.32491,2.8824492,93.7621,463.19464,289.62195,66.85495,442.42075,54.526882,65.95711,108.0539,17.284273,2.788154,17.134962,639.4862,0.3782096,0.6593763,79.642204,11.438218,8.084546,9.421584,16.492905,108.71917,28.05215,147.40604,750.04663,394.42328,2674.8333,2068.78,35.538227,69.089035,4656.9805,15.224873,106.95296,643.47504,184.47581,249.89462,109.702675,635.3298,611.81537,469.75397,19.533026,135.0043,442.21735,851.02466,40.370213,360.74374,51.48853,1.5716398,50.670143,1.0936338,1.0861163,4.4351945,26.339787,214.62039,50.287502,19.173836,621.75867,182.82079,107.129036,145.59946,42.046852,54.365593,25.377241,42.55975,23.370968,204.09573,89.92212,31.862595,23.084856,21.744623,49.03656,44.721684,6.5452423,192.15681,51.560387,480.69836,18.533176,910.17554,45.567276,426.7637,379.42307,19.433897,16.75375,536.92896,621.513,1700.6173,284.96735 +2023-10-23 17:00:00,0.0,7379.4336,204.08334,79.216606,96.20061,64.36529,312.10327,44.5365,90.652405,27.57503,52.63271,1229.7742,95.48893,26.884428,243.74763,1.1125891,0.9572519,45.219143,2.0802443,0.054802716,826.4005,0.05737007,784.39325,108.54708,0.029930504,0.026513755,301.76877,38.980873,144.12306,146.85017,10191.818,0.19723955,2545.224,5.1956606,0.15104353,0.23122859,0.31442583,272.00513,330.9657,28.066166,79.58031,40.148983,16.801815,1660.0548,2.8405566,70.39686,27.687834,461.39722,30.071209,420.54892,12.954493,76.21108,0.0,1022.3862,4066.5112,1.4619642,322.42694,42.44267,26290.004,41.15504,1.6112484,18.136148,41.76525,9.783743,2.8075998,20.458237,592.27,219.92908,23.790596,1.3381319,3.8189278,135.67694,8.6566925,230.55112,228.53897,2054.3582,671.2935,109.011986,145.42952,194.76848,5.3224483,8.067793,29.654192,3.34795,5.29419,30.593513,41.686684,102.70148,22.862728,25.692984,61.998116,11.644615,3513.148,25.573368,23.418682,18.494331,12.718815,194.6468,41.506813,22.221102,5.9631357,14.831806,21.229063,79.18284,165.23387,40.605713,169.5884,29.828142,18.785488,109.64488,68.643585,265.10187,81.26977,1.9765538,5.065188,5.759738,41.9715,7890.671,2.0724647,16.445753,59.712402,18.914698,178.70488,54.30269,114.339935,2.8842516,93.71703,463.27567,289.75607,66.78312,442.45853,54.551746,65.923805,108.00133,17.29492,2.7892463,17.140493,639.1529,0.37882924,0.6600161,79.66635,11.43582,8.088233,9.424698,16.494022,108.770065,28.032578,147.4406,750.223,394.5375,2674.8206,2068.7908,35.523087,69.082,4652.199,15.2362,106.90944,643.34235,184.3878,249.78027,109.67074,634.9681,611.3628,469.70984,19.515362,134.93912,441.71902,850.12805,40.29607,359.95615,51.393963,1.5724082,50.670547,1.0939972,1.0868921,4.4387445,26.291588,214.59564,50.218136,19.176298,620.8663,182.55084,106.97696,145.36021,42.00269,54.366264,25.361605,42.447685,23.357862,203.83862,89.77794,31.857058,23.046404,21.714651,48.971447,44.63591,6.5329523,191.91618,51.483902,480.13507,18.51119,909.0074,45.513317,426.90546,378.87448,19.41453,16.748808,536.396,621.1206,1700.2019,285.24652 +2023-10-23 18:00:00,0.0,7369.5293,203.8027,79.23099,96.247955,64.37036,312.17606,44.54789,90.69798,27.57815,52.655663,1228.7826,95.43418,26.888847,243.80574,1.1143422,0.95890486,45.23909,2.0838673,0.054640472,826.8427,0.057323653,784.7967,108.5874,0.029844683,0.026456315,302.0047,38.99566,144.27599,146.91672,10180.962,0.197526,2546.098,5.204188,0.15123907,0.23147665,0.31489012,272.10486,331.05743,28.077066,79.502014,40.15012,16.792694,1659.1489,2.8432956,70.38161,27.665806,461.46655,30.064194,420.4547,12.9372,76.16767,0.0,1022.0063,4064.3474,1.4581835,322.24582,42.382187,26276.541,41.12461,1.6079884,18.12934,41.75282,9.771357,2.8053086,20.45165,591.8098,219.66632,23.77802,1.3356109,3.8141134,135.591,8.634848,230.47258,228.6629,2053.5806,671.47095,108.9884,145.40393,194.35718,5.32251,8.0686455,29.687027,3.348605,5.29923,30.55125,41.64093,102.72123,22.846884,25.668234,61.969906,11.645812,3512.7903,25.567724,23.415323,18.490932,12.712152,194.58469,41.486168,22.213709,5.9615126,14.820604,21.21167,79.135056,165.12479,40.56008,169.497,29.797394,18.764631,109.59045,68.607056,264.59604,81.25085,1.9767419,5.0620966,5.758508,41.922302,7878.0806,2.0729866,16.427143,59.741737,18.905642,178.6206,54.287098,114.35496,2.8860543,93.671974,463.35672,289.89023,66.71128,442.4963,54.576614,65.8905,107.94876,17.305569,2.7903385,17.146027,638.81964,0.37944892,0.6606559,79.6905,11.433422,8.091919,9.427812,16.495142,108.82096,28.013004,147.47516,750.3994,394.65176,2674.8076,2068.8015,35.507946,69.07496,4647.418,15.247528,106.86593,643.2097,184.2998,249.66592,109.6388,634.60645,610.9103,469.66568,19.497696,134.87392,441.22067,849.2315,40.221928,359.16855,51.299393,1.5731766,50.670948,1.0943608,1.087668,4.4422946,26.243387,214.5709,50.14877,19.178762,619.97394,182.28091,106.82489,145.12097,41.958527,54.366936,25.345968,42.33562,23.344759,203.58151,89.63376,31.85152,23.007952,21.684677,48.906338,44.550133,6.5206623,191.67554,51.407417,479.5718,18.489204,907.83923,45.45936,427.04724,378.3259,19.395163,16.743866,535.8631,620.7282,1699.7864,285.52567 +2023-10-23 19:00:00,0.0,7359.625,203.52208,79.24537,96.29531,64.375435,312.24887,44.55928,90.74355,27.581268,52.67862,1227.7909,95.37943,26.893269,243.86386,1.1160953,0.9605578,45.259037,2.0874903,0.054478228,827.28485,0.05727724,785.20013,108.62772,0.02975886,0.026398877,302.24063,39.01044,144.42891,146.98325,10170.105,0.19781244,2546.9714,5.2127147,0.1514346,0.23172471,0.3153544,272.20456,331.1492,28.087965,79.42372,40.151257,16.783573,1658.2429,2.8460348,70.36636,27.643778,461.53583,30.057177,420.3605,12.919907,76.12425,0.0,1021.62634,4062.1833,1.4544028,322.06473,42.32171,26263.08,41.094185,1.6047283,18.12253,41.740387,9.758971,2.8030176,20.445065,591.3497,219.40358,23.765446,1.33309,3.8092988,135.50505,8.613003,230.39403,228.78682,2052.803,671.6484,108.96483,145.37834,193.94589,5.3225718,8.069498,29.719864,3.3492599,5.3042707,30.508987,41.595177,102.74099,22.831041,25.643484,61.941696,11.64701,3512.4329,25.562078,23.411963,18.487534,12.705487,194.52257,41.46552,22.206318,5.9598894,14.809402,21.194275,79.08727,165.0157,40.51445,169.40561,29.766644,18.743773,109.53601,68.57053,264.0902,81.231926,1.9769301,5.0590053,5.7572784,41.873104,7865.49,2.0735085,16.408531,59.77107,18.896587,178.53633,54.271507,114.36998,2.8878567,93.626915,463.43777,290.02435,66.63945,442.53412,54.60148,65.85721,107.89619,17.316216,2.791431,17.151558,638.4863,0.38006857,0.66129565,79.714645,11.431024,8.095606,9.430926,16.49626,108.87186,27.993431,147.50972,750.5758,394.76602,2674.795,2068.8123,35.492805,69.067924,4642.6367,15.258856,106.82241,643.077,184.21179,249.55157,109.60687,634.2448,610.45776,469.62155,19.48003,134.80873,440.72235,848.3349,40.14779,358.38095,51.204826,1.573945,50.671352,1.0947243,1.0884438,4.445844,26.195189,214.54616,50.079403,19.181227,619.0816,182.01097,106.67281,144.88171,41.914364,54.367607,25.330332,42.223557,23.331654,203.3244,89.48958,31.845984,22.9695,21.654705,48.841225,44.46436,6.508372,191.4349,51.330933,479.00854,18.46722,906.6711,45.405396,427.189,377.77728,19.375795,16.738924,535.33014,620.3358,1699.3708,285.80484 +2023-10-23 20:00:00,0.0,7349.7207,203.24144,79.25975,96.34266,64.38051,312.32166,44.57067,90.78913,27.584389,52.701572,1226.7993,95.324684,26.897688,243.92198,1.1178484,0.9622108,45.27898,2.0911133,0.054315984,827.72705,0.057230823,785.6036,108.66805,0.029673036,0.026341436,302.47653,39.025227,144.58185,147.04979,10159.25,0.19809888,2547.845,5.2212415,0.15163013,0.23197277,0.3158187,272.30426,331.24094,28.098866,79.34543,40.152393,16.774452,1657.3369,2.8487737,70.35111,27.62175,461.60513,30.050161,420.2663,12.902614,76.08084,0.0,1021.24646,4060.0195,1.4506221,321.8836,42.26123,26249.62,41.06376,1.6014683,18.115719,41.727955,9.746586,2.8007267,20.438478,590.88947,219.14084,23.75287,1.330569,3.8044841,135.41911,8.591158,230.31548,228.91075,2052.0256,671.8258,108.94125,145.35275,193.5346,5.3226333,8.07035,29.752699,3.3499148,5.3093114,30.466724,41.549423,102.76075,22.815197,25.618734,61.913486,11.648207,3512.0752,25.556435,23.408602,18.484135,12.698824,194.46045,41.44487,22.198925,5.9582663,14.798201,21.176882,79.03949,164.90662,40.468815,169.31422,29.735895,18.722916,109.481575,68.534004,263.58438,81.213,1.9771183,5.055914,5.756048,41.823906,7852.9,2.0740306,16.389921,59.800404,18.887533,178.45204,54.255913,114.385,2.8896594,93.581856,463.5188,290.15848,66.56762,442.5719,54.626343,65.823906,107.84361,17.326862,2.7925234,17.157091,638.1531,0.38068825,0.66193545,79.7388,11.428625,8.099292,9.43404,16.49738,108.92276,27.973858,147.54428,750.7522,394.88025,2674.782,2068.823,35.477665,69.06089,4637.855,15.270183,106.7789,642.9444,184.1238,249.43723,109.574936,633.8832,610.00525,469.5774,19.462366,134.74355,440.22403,847.4383,40.073647,357.59335,51.11026,1.5747136,50.671753,1.0950878,1.0892196,4.449394,26.14699,214.52142,50.010033,19.183691,618.1893,181.74103,106.52074,144.64247,41.8702,54.36828,25.314695,42.11149,23.318548,203.06729,89.3454,31.840446,22.931047,21.624731,48.776115,44.378582,6.496082,191.19426,51.254448,478.44525,18.445234,905.5029,45.351437,427.33078,377.2287,19.356428,16.733982,534.79724,619.9434,1698.9553,286.084 +2023-10-23 21:00:00,0.0,7339.8164,202.96082,79.27413,96.390015,64.38558,312.39444,44.58206,90.83471,27.58751,52.724525,1225.8077,95.269936,26.902107,243.98009,1.1196015,0.9638638,45.298927,2.0947363,0.05415374,828.1692,0.057184406,786.007,108.708374,0.029587215,0.026283998,302.71246,39.040012,144.73477,147.11633,10148.394,0.19838531,2548.7185,5.2297683,0.15182567,0.23222083,0.316283,272.40396,331.33267,28.109766,79.267136,40.153526,16.765331,1656.431,2.851513,70.33586,27.599722,461.67444,30.043144,420.1721,12.885321,76.03742,0.0,1020.8666,4057.8557,1.4468414,321.7025,42.200752,26236.156,41.03333,1.5982083,18.10891,41.715523,9.7342,2.7984357,20.431892,590.4293,218.8781,23.740295,1.328048,3.7996695,135.33318,8.569312,230.23692,229.03467,2051.248,672.0032,108.91766,145.32716,193.1233,5.3226953,8.071202,29.785536,3.3505697,5.314352,30.424463,41.503674,102.78051,22.799355,25.593985,61.885277,11.649404,3511.7178,25.55079,23.405241,18.480738,12.692161,194.39833,41.42422,22.191532,5.9566436,14.786999,21.159487,78.99171,164.79755,40.423183,169.22284,29.705145,18.702057,109.42714,68.49748,263.07855,81.19408,1.9773065,5.0528226,5.7548184,41.77471,7840.3096,2.0745525,16.37131,59.82974,18.878477,178.36777,54.240322,114.400024,2.8914618,93.5368,463.59985,290.29263,66.49578,442.60968,54.65121,65.7906,107.791046,17.33751,2.7936158,17.162622,637.81976,0.38130793,0.66257524,79.76295,11.426227,8.102978,9.437155,16.498497,108.973656,27.954285,147.57884,750.9286,394.9945,2674.7693,2068.8337,35.46252,69.053856,4633.0737,15.28151,106.73538,642.8117,184.03578,249.32288,109.543,633.5215,609.5527,469.53326,19.4447,134.67836,439.72568,846.54175,39.999504,356.80573,51.01569,1.575482,50.672153,1.0954512,1.0899954,4.452944,26.098791,214.49667,49.940666,19.186155,617.29694,181.4711,106.36867,144.40323,41.82604,54.36895,25.299059,41.999424,23.305443,202.81017,89.20121,31.83491,22.892595,21.594757,48.711002,44.29281,6.483792,190.95363,51.177963,477.882,18.423248,904.3348,45.297474,427.47253,376.6801,19.33706,16.72904,534.2643,619.551,1698.5399,286.3632 +2023-10-23 22:00:00,0.0,7329.912,202.68019,79.28851,96.43736,64.390656,312.46722,44.593452,90.88028,27.59063,52.747482,1224.816,95.21519,26.906528,244.03821,1.1213546,0.96551675,45.31887,2.0983593,0.053991497,828.6114,0.057137992,786.4105,108.748695,0.029501392,0.026226558,302.9484,39.0548,144.8877,147.18286,10137.538,0.19867176,2549.592,5.2382956,0.1520212,0.23246889,0.31674728,272.50366,331.4244,28.120665,79.18884,40.154663,16.75621,1655.525,2.8542519,70.32062,27.577694,461.74377,30.036129,420.07788,12.868028,75.99401,0.0,1020.4866,4055.692,1.4430606,321.52142,42.140274,26222.695,41.002903,1.5949483,18.102098,41.70309,9.721814,2.7961447,20.425308,589.9691,218.61534,23.72772,1.3255271,3.7948549,135.24724,8.547467,230.15839,229.1586,2050.4705,672.1806,108.89409,145.30157,192.71202,5.322757,8.072054,29.818373,3.3512247,5.3193927,30.3822,41.457916,102.80026,22.783512,25.569235,61.857067,11.650601,3511.36,25.545147,23.401882,18.477339,12.685496,194.33621,41.403572,22.18414,5.9550204,14.775797,21.142094,78.943924,164.68846,40.377552,169.13145,29.674397,18.6812,109.3727,68.46095,262.57272,81.175156,1.9774946,5.0497313,5.7535887,41.725513,7827.7197,2.0750744,16.3527,59.859074,18.869423,178.2835,54.22473,114.41505,2.8932645,93.49174,463.6809,290.42676,66.42395,442.6475,54.676075,65.7573,107.73847,17.348156,2.7947083,17.168154,637.4865,0.38192758,0.66321504,79.787094,11.423829,8.106665,9.4402685,16.499615,109.02455,27.934711,147.61339,751.1049,395.10876,2674.7563,2068.8442,35.44738,69.046814,4628.2925,15.292838,106.69187,642.6791,183.94778,249.20853,109.51106,633.15985,609.10016,469.4891,19.427034,134.61317,439.22736,845.64514,39.92536,356.01813,50.921124,1.5762504,50.672558,1.0958148,1.0907712,4.456494,26.050592,214.47194,49.8713,19.18862,616.4046,181.20116,106.21659,144.16397,41.781876,54.369625,25.283422,41.88736,23.29234,202.55305,89.05703,31.829372,22.854145,21.564785,48.645893,44.20703,6.471502,190.71298,51.10148,477.31873,18.401262,903.1666,45.243515,427.61432,376.13153,19.317694,16.724098,533.7314,619.1586,1698.1244,286.64236 +2023-10-23 23:00:00,0.0,7320.008,202.39955,79.302895,96.48471,64.39573,312.54004,44.604843,90.92586,27.593748,52.770435,1223.8245,95.16044,26.910948,244.09631,1.1231076,0.9671697,45.338818,2.101982,0.053829253,829.0535,0.057091575,786.81396,108.78902,0.02941557,0.02616912,303.18433,39.069584,145.04062,147.2494,10126.682,0.1989582,2550.4656,5.2468224,0.15221673,0.23271695,0.31721157,272.60336,331.51614,28.131565,79.11055,40.1558,16.74709,1654.619,2.856991,70.30537,27.555666,461.81308,30.029112,419.98364,12.850735,75.95059,0.0,1020.1067,4053.5278,1.4392799,321.3403,42.079796,26209.232,40.972477,1.5916883,18.09529,41.69066,9.709428,2.7938538,20.418722,589.5089,218.3526,23.715145,1.323006,3.7900403,135.1613,8.525622,230.07983,229.28253,2049.6929,672.35803,108.870514,145.27599,192.30074,5.3228183,8.0729065,29.851208,3.3518796,5.3244333,30.339937,41.412167,102.82002,22.767668,25.544485,61.82886,11.651798,3511.0027,25.539501,23.398521,18.47394,12.678833,194.27411,41.382927,22.176746,5.9533973,14.764595,21.124699,78.89614,164.57938,40.33192,169.04005,29.643646,18.660341,109.31826,68.42443,262.0669,81.15623,1.9776828,5.0466394,5.752359,41.676315,7815.1294,2.0755963,16.334087,59.88841,18.860367,178.19922,54.20914,114.43007,2.895067,93.44667,463.76193,290.5609,66.35212,442.68527,54.70094,65.724,107.6859,17.358803,2.7958007,17.173687,637.1532,0.38254726,0.66385484,79.81124,11.421431,8.110351,9.443382,16.500734,109.07545,27.915138,147.64795,751.2813,395.223,2674.7437,2068.855,35.43224,69.03978,4623.511,15.304166,106.64835,642.54645,183.85979,249.09418,109.47913,632.7982,608.64764,469.44498,19.40937,134.54799,438.72903,844.74854,39.851223,355.23053,50.826557,1.5770189,50.67296,1.0961783,1.091547,4.460044,26.002394,214.44719,49.801933,19.191084,615.51227,180.93123,106.06452,143.92473,41.737713,54.370296,25.267788,41.77529,23.279234,202.29594,88.91285,31.823835,22.815693,21.534811,48.58078,44.121258,6.459212,190.47235,51.024994,476.75543,18.379276,901.99854,45.189556,427.75607,375.58295,19.298328,16.719156,533.1984,618.76624,1697.7089,286.92154 +2023-10-24 00:00:00,0.0,7310.1035,202.11893,79.317276,96.53207,64.4008,312.61282,44.616234,90.971436,27.596869,52.79339,1222.8329,95.1057,26.915367,244.15443,1.1248606,0.96882266,45.35876,2.1056051,0.05366701,829.4957,0.05704516,787.2174,108.829346,0.029329747,0.02611168,303.42026,39.084366,145.19354,147.31593,10115.825,0.19924465,2551.339,5.255349,0.15241227,0.232965,0.31767586,272.70306,331.60788,28.142464,79.03226,40.156937,16.737968,1653.713,2.8597302,70.290115,27.533638,461.88235,30.022097,419.88943,12.833441,75.90718,0.0,1019.7268,4051.364,1.4354992,321.1592,42.019318,26195.771,40.942047,1.5884283,18.08848,41.678226,9.697042,2.7915628,20.412136,589.04877,218.08986,23.70257,1.3204851,3.7852259,135.07536,8.5037775,230.00128,229.40645,2048.9153,672.53546,108.84693,145.2504,191.88943,5.3228803,8.073759,29.884045,3.3525345,5.329474,30.297674,41.36641,102.83978,22.751825,25.519735,61.80065,11.652995,3510.6453,25.533857,23.39516,18.470541,12.67217,194.21199,41.362278,22.169355,5.951774,14.753393,21.107306,78.84836,164.47029,40.28629,168.94867,29.612896,18.639484,109.263824,68.3879,261.56107,81.13731,1.977871,5.043548,5.751129,41.627117,7802.539,2.0761182,16.315475,59.917744,18.851313,178.11493,54.19355,114.44509,2.8968697,93.40161,463.843,290.69504,66.28028,442.72305,54.725807,65.6907,107.63333,17.369452,2.7968931,17.179218,636.81995,0.3831669,0.66449463,79.83539,11.419032,8.1140375,9.446497,16.501852,109.12635,27.895565,147.68251,751.45764,395.33725,2674.7307,2068.8657,35.4171,69.032745,4618.73,15.315494,106.604836,642.41376,183.77177,248.97984,109.4472,632.4366,608.1951,469.40082,19.391705,134.48279,438.23068,843.852,39.77708,354.44293,50.731987,1.5777873,50.673363,1.0965418,1.0923228,4.4635935,25.954195,214.42245,49.732563,19.193548,614.6199,180.66129,105.912445,143.68549,41.69355,54.370968,25.252151,41.663227,23.266129,202.03883,88.76867,31.818298,22.77724,21.504839,48.51567,44.035484,6.446922,190.2317,50.94851,476.19217,18.35729,900.8304,45.135593,427.89786,375.03436,19.278961,16.714214,532.6655,618.37384,1697.2935,287.2007 +2023-10-24 01:00:00,0.0,7300.1987,201.83829,79.33166,96.579414,64.40588,312.6856,44.627625,91.017006,27.599989,52.816345,1221.8412,95.05095,26.919788,244.21255,1.1266137,0.9704756,45.378708,2.1092281,0.053504765,829.93787,0.056998745,787.62085,108.86967,0.029243926,0.02605424,303.6562,39.09915,145.34648,147.38248,10104.97,0.19953108,2552.213,5.2638764,0.1526078,0.23321307,0.31814015,272.80276,331.69965,28.153364,78.953964,40.15807,16.728848,1652.8071,2.8624692,70.27487,27.51161,461.95166,30.01508,419.79523,12.816148,75.86376,0.0,1019.3468,4049.2002,1.4317185,320.9781,41.95884,26182.31,40.91162,1.5851682,18.081669,41.665794,9.684657,2.7892718,20.40555,588.58856,217.82712,23.689995,1.3179642,3.7804112,134.98943,8.481933,229.92273,229.53038,2048.1377,672.7129,108.82335,145.22481,191.47815,5.322942,8.074611,29.91688,3.3531895,5.3345146,30.255411,41.32066,102.85954,22.735981,25.494986,61.77244,11.654193,3510.2876,25.528214,23.391802,18.467142,12.665505,194.14987,41.34163,22.161963,5.950151,14.742191,21.08991,78.800575,164.3612,40.240658,168.85728,29.582148,18.618628,109.20939,68.35138,261.05524,81.118385,1.9780592,5.040457,5.7498994,41.577923,7789.9487,2.0766404,16.296865,59.94708,18.842258,178.03065,54.177956,114.46011,2.8986723,93.35655,463.92404,290.82916,66.20845,442.76086,54.75067,65.657394,107.58076,17.380098,2.7979856,17.184752,636.48663,0.3837866,0.6651344,79.859535,11.416634,8.117723,9.449611,16.502972,109.177246,27.875992,147.71707,751.63403,395.4515,2674.718,2068.8765,35.40196,69.02571,4613.9487,15.326821,106.561325,642.2811,183.68378,248.8655,109.41526,632.0749,607.74255,469.35666,19.37404,134.4176,437.73236,842.9554,39.702938,353.65533,50.63742,1.5785557,50.673763,1.0969052,1.0930986,4.4671435,25.905996,214.3977,49.663197,19.196012,613.72754,180.39134,105.76037,143.44624,41.649387,54.37164,25.236515,41.551163,23.253025,201.78172,88.62448,31.812761,22.738789,21.474865,48.450558,43.949707,6.434632,189.99107,50.872025,475.62888,18.335306,899.66223,45.081635,428.03964,374.48575,19.259594,16.709272,532.13257,617.98145,1696.8779,287.4799 +2023-10-24 02:00:00,0.0,7290.2944,201.55766,79.34604,96.62677,64.41096,312.75842,44.639015,91.062584,27.60311,52.8393,1220.8496,94.9962,26.924208,244.27066,1.1283668,0.97212857,45.39865,2.1128511,0.05334252,830.38,0.056952327,788.0243,108.90999,0.029158102,0.0259968,303.8921,39.113937,145.4994,147.449,10094.113,0.19981752,2553.0864,5.2724032,0.15280333,0.23346113,0.3186044,272.90247,331.79138,28.164265,78.87567,40.159206,16.719727,1651.9011,2.8652084,70.25962,27.489582,462.021,30.008064,419.70102,12.798855,75.82035,0.0,1018.9669,4047.0364,1.4279377,320.797,41.89836,26168.848,40.881195,1.5819082,18.07486,41.653366,9.672271,2.7869809,20.398964,588.1284,217.56436,23.677422,1.3154432,3.7755966,134.90349,8.460088,229.8442,229.6543,2047.3602,672.8903,108.799774,145.19922,191.06686,5.323004,8.075463,29.949717,3.3538444,5.339555,30.213148,41.274906,102.879295,22.720139,25.470236,61.744232,11.65539,3509.9302,25.52257,23.388441,18.463743,12.658842,194.08775,41.32098,22.15457,5.948528,14.730989,21.072517,78.75279,164.25212,40.195026,168.7659,29.551397,18.597769,109.15495,68.31485,260.5494,81.099464,1.9782473,5.0373654,5.748669,41.528725,7777.359,2.0771623,16.278254,59.976414,18.833202,177.94638,54.162365,114.475136,2.9004748,93.31149,464.00507,290.96332,66.13662,442.79865,54.77554,65.6241,107.52819,17.390745,2.799078,17.190283,636.1534,0.38440624,0.66577417,79.88369,11.414236,8.12141,9.452724,16.50409,109.22814,27.856419,147.75163,751.8104,395.56573,2674.705,2068.8872,35.386818,69.01867,4609.1675,15.338149,106.51781,642.14844,183.59576,248.75114,109.38333,631.71326,607.29004,469.31253,19.356375,134.35242,437.23404,842.0588,39.628796,352.8677,50.542854,1.5793242,50.674168,1.0972688,1.0938746,4.470693,25.857796,214.37297,49.59383,19.198477,612.8352,180.12141,105.6083,143.20699,41.605225,54.37231,25.220879,41.4391,23.23992,201.5246,88.4803,31.807224,22.700336,21.444893,48.385445,43.863934,6.422342,189.75044,50.79554,475.0656,18.31332,898.4941,45.02767,428.1814,373.93716,19.240227,16.70433,531.5997,617.58905,1696.4624,287.75903 +2023-10-24 03:00:00,0.0,7280.39,201.27702,79.36042,96.67412,64.41603,312.8312,44.650406,91.10816,27.606228,52.86225,1219.858,94.94145,26.928627,244.32878,1.1301199,0.9737816,45.4186,2.1164742,0.053180277,830.8222,0.056905914,788.42773,108.95031,0.029072281,0.025939362,304.12802,39.128723,145.65233,147.51555,10083.258,0.20010397,2553.96,5.28093,0.15299886,0.23370919,0.31906873,273.00217,331.88312,28.175163,78.79738,40.160343,16.710606,1650.9951,2.8679473,70.24437,27.467554,462.0903,30.001047,419.6068,12.781562,75.77693,0.0,1018.58704,4044.8723,1.424157,320.61588,41.837883,26155.387,40.850765,1.5786482,18.068048,41.640934,9.659885,2.78469,20.392378,587.6682,217.30162,23.664846,1.3129222,3.770782,134.81754,8.438243,229.76564,229.77823,2046.5826,673.0677,108.77619,145.17363,190.65556,5.3230653,8.076316,29.982553,3.3544993,5.3445954,30.170885,41.229153,102.899055,22.704296,25.445486,61.716022,11.656587,3509.5725,25.516924,23.38508,18.460344,12.652179,194.02563,41.30033,22.147177,5.946905,14.719788,21.055122,78.70501,164.14304,40.149395,168.6745,29.520649,18.576912,109.10052,68.27833,260.04358,81.080536,1.9784355,5.034274,5.7474394,41.479527,7764.7686,2.0776842,16.259644,60.00575,18.824148,177.8621,54.146774,114.49016,2.9022775,93.26643,464.08612,291.09744,66.06478,442.83643,54.800404,65.5908,107.47562,17.401392,2.8001704,17.195816,635.82007,0.38502592,0.66641396,79.90784,11.411838,8.125096,9.455839,16.505207,109.27904,27.836845,147.7862,751.9868,395.68,2674.6924,2068.898,35.371674,69.011635,4604.386,15.349477,106.4743,642.0158,183.50777,248.6368,109.351395,631.3516,606.8375,469.26837,19.338709,134.28723,436.7357,841.16223,39.554657,352.0801,50.448284,1.5800927,50.67457,1.0976323,1.0946504,4.474243,25.809597,214.34822,49.524464,19.200941,611.9429,179.85147,105.45622,142.96774,41.56106,54.372982,25.205242,41.32703,23.226814,201.26749,88.33612,31.801687,22.661884,21.414919,48.320335,43.778156,6.4100513,189.5098,50.719055,474.50235,18.291334,897.3259,44.973713,428.32318,373.38858,19.22086,16.699389,531.0667,617.19666,1696.0469,288.0382 +2023-10-24 04:00:00,0.0,7270.486,200.9964,79.3748,96.72147,64.421104,312.904,44.661797,91.15373,27.609348,52.88521,1218.8663,94.8867,26.933048,244.3869,1.131873,0.97543454,45.43854,2.1200972,0.05301803,831.26434,0.056859497,788.8312,108.99064,0.028986458,0.025881922,304.36395,39.143505,145.80525,147.58208,10072.401,0.20039041,2554.8335,5.2894573,0.1531944,0.23395725,0.319533,273.10187,331.97485,28.186064,78.719086,40.16148,16.701485,1650.0891,2.8706865,70.229126,27.445526,462.1596,29.994032,419.5126,12.764269,75.73352,0.0,1018.20703,4042.7085,1.4203763,320.43478,41.777405,26141.926,40.82034,1.5753882,18.06124,41.6285,9.6475,2.7823987,20.385792,587.20807,217.03888,23.652271,1.3104012,3.7659674,134.7316,8.416398,229.68709,229.90215,2045.805,673.2451,108.75261,145.14804,190.24428,5.3231273,8.0771675,30.015388,3.3551543,5.349636,30.128622,41.1834,102.918816,22.688452,25.420736,61.687813,11.657784,3509.215,25.51128,23.38172,18.456947,12.6455145,193.96352,41.279686,22.139786,5.945282,14.708586,21.03773,78.65723,164.03397,40.103764,168.58311,29.489899,18.556053,109.04608,68.2418,259.53775,81.061615,1.9786236,5.031183,5.7462096,41.43033,7752.178,2.078206,16.241032,60.035084,18.815092,177.77782,54.131184,114.50519,2.90408,93.221375,464.16718,291.23157,65.99295,442.87424,54.825268,65.557495,107.42304,17.412039,2.8012629,17.201347,635.4868,0.38564557,0.66705376,79.931984,11.409439,8.128782,9.458953,16.506327,109.32994,27.817272,147.82076,752.1632,395.79425,2674.6794,2068.9084,35.356533,69.0046,4599.605,15.360804,106.43078,641.8831,183.41975,248.52245,109.31946,630.99,606.385,469.22424,19.321045,134.22205,436.23737,840.2656,39.480515,351.2925,50.353718,1.5808611,50.674973,1.0979958,1.0954262,4.477793,25.761398,214.32349,49.455093,19.203405,611.05054,179.58153,105.304146,142.7285,41.5169,54.373657,25.189606,41.214966,23.213709,201.01038,88.19194,31.79615,22.623432,21.384947,48.255222,43.692383,6.3977613,189.26917,50.64257,473.93906,18.269348,896.1578,44.919754,428.46494,372.84,19.201492,16.694447,530.5338,616.80426,1695.6315,288.31738 +2023-10-24 05:00:00,0.0,7260.5815,200.71577,79.38918,96.76882,64.42618,312.9768,44.673187,91.19931,27.612469,52.90816,1217.8748,94.831955,26.937468,244.445,1.1336261,0.9770875,45.45849,2.1237202,0.052855786,831.70654,0.05681308,789.2347,109.03096,0.028900636,0.025824483,304.59988,39.15829,145.95819,147.64862,10061.545,0.20067684,2555.707,5.297984,0.15338993,0.2342053,0.31999728,273.2016,332.0666,28.196962,78.64079,40.162613,16.692364,1649.1832,2.8734255,70.213875,27.423498,462.22888,29.987015,419.4184,12.746976,75.6901,0.0,1017.82715,4040.5447,1.4165956,320.25366,41.716927,26128.463,40.789913,1.5721282,18.054428,41.61607,9.635114,2.7801077,20.379206,586.74786,216.77614,23.639696,1.3078803,3.761153,134.64566,8.394553,229.60854,230.02608,2045.0276,673.42255,108.729034,145.12245,189.833,5.323189,8.07802,30.048225,3.3558092,5.3546767,30.086359,41.13765,102.938576,22.67261,25.395987,61.659603,11.658981,3508.8574,25.505636,23.37836,18.453548,12.638851,193.90141,41.259037,22.132393,5.943659,14.697384,21.020334,78.60944,163.92488,40.058132,168.49173,29.45915,18.535196,108.99164,68.20528,259.03192,81.042694,1.9788119,5.0280914,5.74498,41.381134,7739.588,2.0787282,16.22242,60.06442,18.806038,177.69354,54.115593,114.52021,2.9058826,93.17631,464.2482,291.36572,65.92111,442.91202,54.850136,65.52419,107.370476,17.422686,2.8023553,17.20688,635.1535,0.38626525,0.66769356,79.95613,11.407041,8.132469,9.462068,16.507444,109.38084,27.797699,147.85532,752.3396,395.90848,2674.6667,2068.9192,35.341393,68.99757,4594.8237,15.372131,106.38727,641.7505,183.33176,248.4081,109.28752,630.6283,605.93243,469.18008,19.30338,134.15686,435.73904,839.369,39.406372,350.5049,50.25915,1.5816295,50.675373,1.0983592,1.096202,4.481343,25.7132,214.29874,49.385727,19.20587,610.1582,179.3116,105.15208,142.48924,41.472736,54.37433,25.17397,41.1029,23.200605,200.75327,88.04775,31.790613,22.58498,21.354973,48.190113,43.606606,6.3854713,189.02852,50.566086,473.3758,18.247362,894.9896,44.86579,428.60672,372.2914,19.182125,16.689505,530.00085,616.41187,1695.216,288.59656 +2023-10-24 06:00:00,0.0,7250.6772,200.43513,79.403564,96.81618,64.43125,313.0496,44.684578,91.24489,27.61559,52.931114,1216.883,94.77721,26.941887,244.50313,1.1353792,0.97874045,45.47843,2.1273432,0.052693542,832.1487,0.056766666,789.6381,109.07128,0.028814813,0.025767043,304.83582,39.173077,146.11111,147.71515,10050.689,0.20096329,2556.5806,5.306511,0.15358546,0.23445337,0.32046157,273.3013,332.15833,28.207863,78.5625,40.16375,16.683243,1648.2772,2.8761647,70.19862,27.40147,462.29822,29.98,419.32416,12.729683,75.64668,0.0,1017.44727,4038.3809,1.4128149,320.07257,41.65645,26115.002,40.759483,1.5688682,18.047619,41.603638,9.622728,2.7778168,20.37262,586.2877,216.5134,23.627121,1.3053594,3.7563384,134.55972,8.372708,229.53,230.15,2044.25,673.6,108.70545,145.09686,189.42169,5.323251,8.078873,30.08106,3.3564641,5.3597174,30.044098,41.091892,102.95833,22.656765,25.371237,61.631393,11.660179,3508.5,25.499992,23.375,18.45015,12.632187,193.8393,41.238388,22.125,5.9420357,14.686182,21.002941,78.56166,163.8158,40.0125,168.40034,29.4284,18.514338,108.9372,68.16875,258.5261,81.02377,1.979,5.0249996,5.74375,41.331936,7726.9976,2.07925,16.20381,60.09375,18.796982,177.60927,54.1,114.53523,2.907685,93.13125,464.32925,291.49985,65.84928,442.9498,54.875,65.49089,107.3179,17.433334,2.8034477,17.212412,634.82025,0.38688493,0.6683333,79.98028,11.404643,8.136155,9.465181,16.508564,109.43173,27.778126,147.88988,752.516,396.02274,2674.6538,2068.93,35.326252,68.990524,4590.042,15.383459,106.34375,641.6178,183.24374,248.29375,109.25559,630.26666,605.4799,469.13596,19.285713,134.09166,435.2407,838.4724,39.33223,349.71732,50.16458,1.5823979,50.675777,1.0987228,1.0969778,4.484893,25.665,214.274,49.31636,19.208332,609.26587,179.04166,105.0,142.25,41.428574,54.375,25.158333,40.990837,23.1875,200.49615,87.90357,31.785076,22.546528,21.325,48.125,43.520832,6.3731813,188.78789,50.4896,472.8125,18.225376,893.8215,44.811832,428.74847,371.7428,19.162758,16.684563,529.46796,616.0195,1694.8004,288.87573 +2023-10-24 07:00:00,0.0,7240.773,200.15451,79.41795,96.863525,64.436325,313.12238,44.69597,91.29046,27.61871,52.95407,1215.8915,94.72246,26.946308,244.56123,1.1371323,0.9803934,45.49838,2.1309662,0.0525313,832.5909,0.05672025,790.04156,109.11161,0.028728992,0.025709605,305.07175,39.187862,146.26404,147.7817,10039.833,0.20124973,2557.454,5.3150377,0.153781,0.23470142,0.32092586,273.401,332.2501,28.218763,78.48421,40.164886,16.674124,1647.3712,2.8789036,70.18338,27.379444,462.36752,29.972984,419.22995,12.712389,75.60327,0.0,1017.06726,4036.2168,1.4090341,319.89148,41.59597,26101.54,40.729057,1.5656081,18.04081,41.591206,9.610343,2.7755258,20.366034,585.8275,216.25064,23.614546,1.3028383,3.7515237,134.47379,8.350863,229.45145,230.27393,2043.4724,673.7774,108.68187,145.07129,189.0104,5.3233123,8.079724,30.113897,3.357119,5.364758,30.001835,41.046143,102.97809,22.640923,25.346487,61.603184,11.661376,3508.1426,25.494347,23.37164,18.44675,12.625524,193.77718,41.21774,22.117607,5.9404125,14.67498,20.985546,78.513885,163.70671,39.96687,168.30896,29.39765,18.49348,108.88277,68.132225,258.02026,81.004845,1.9791882,5.0219083,5.7425203,41.282738,7714.4077,2.079772,16.185198,60.123085,18.787928,177.52498,54.084408,114.550255,2.9094877,93.08619,464.4103,291.63397,65.77745,442.9876,54.899864,65.45759,107.26533,17.443981,2.8045402,17.217945,634.487,0.38750458,0.6689731,80.004425,11.402245,8.139842,9.468295,16.509682,109.48263,27.758553,147.92444,752.6924,396.137,2674.641,2068.9407,35.31111,68.98349,4585.2607,15.394787,106.30023,641.48517,183.15575,248.1794,109.223656,629.905,605.0274,469.0918,19.26805,134.02647,434.74237,837.57587,39.25809,348.9297,50.070015,1.5831664,50.676178,1.0990863,1.0977536,4.4884424,25.616802,214.24925,49.246994,19.210796,608.3735,178.77173,104.84793,142.01076,41.384407,54.37567,25.142698,40.87877,23.174395,200.23904,87.75939,31.77954,22.508076,21.295027,48.05989,43.43506,6.3608913,188.54724,50.413113,472.24924,18.203392,892.6533,44.75787,428.89026,371.1942,19.143393,16.679623,528.93506,615.6271,1694.385,289.1549 +2023-10-24 08:00:00,0.0,7230.8687,199.87387,79.432335,96.91087,64.4414,313.1952,44.70736,91.33604,27.621828,52.977024,1214.8999,94.66771,26.950727,244.61935,1.1388853,0.9820464,45.518322,2.1345892,0.052369054,833.033,0.056673832,790.445,109.15193,0.028643169,0.025652165,305.30765,39.20265,146.41696,147.84822,10028.978,0.20153618,2558.328,5.323565,0.15397653,0.23494948,0.32139015,273.5007,332.34183,28.229662,78.405914,40.16602,16.665003,1646.4653,2.8816428,70.16813,27.357416,462.43683,29.965967,419.13574,12.695096,75.55985,0.0,1016.6874,4034.053,1.4052534,319.71036,41.535492,26088.078,40.69863,1.5623481,18.033998,41.578773,9.597957,2.7732348,20.359447,585.3673,215.9879,23.60197,1.3003174,3.746709,134.38785,8.329019,229.3729,230.39784,2042.695,673.95483,108.658295,145.0457,188.59912,5.323374,8.080577,30.146734,3.357774,5.3697987,29.959572,41.00039,102.99785,22.625078,25.321737,61.574974,11.662573,3507.785,25.488703,23.36828,18.443352,12.61886,193.71506,41.19709,22.110214,5.9387894,14.663778,20.968153,78.4661,163.59763,39.921234,168.21756,29.366901,18.472622,108.82833,68.0957,257.51443,80.98592,1.9793763,5.018817,5.74129,41.23354,7701.8174,2.080294,16.166588,60.15242,18.778873,177.4407,54.068817,114.56528,2.9112902,93.04113,464.49133,291.76813,65.70561,443.0254,54.924732,65.424286,107.21276,17.454628,2.8056326,17.223476,634.1537,0.38812426,0.6696129,80.02858,11.399846,8.143528,9.47141,16.5108,109.53352,27.73898,147.959,752.8688,396.25122,2674.6282,2068.9514,35.29597,68.976456,4580.4795,15.406115,106.25672,641.35254,183.06775,248.06505,109.19172,629.54333,604.5748,469.04767,19.250383,133.96129,434.24405,836.67926,39.18395,348.1421,49.97545,1.5839349,50.676582,1.0994498,1.0985295,4.4919925,25.568604,214.22452,49.177628,19.21326,607.48114,178.50179,104.695854,141.7715,41.340244,54.376343,25.127062,40.766705,23.161291,199.98192,87.61521,31.774002,22.469624,21.265053,47.994778,43.34928,6.3486013,188.30661,50.336628,471.68597,18.181406,891.48517,44.70391,429.032,370.64563,19.124025,16.67468,528.4021,615.2347,1693.9695,289.43408 +2023-10-24 09:00:00,0.0,7220.9644,199.59325,79.44672,96.95823,64.44647,313.26797,44.71875,91.381615,27.624949,52.999977,1213.9082,94.61296,26.955147,244.67747,1.1406384,0.9836994,45.53827,2.1382122,0.05220681,833.4752,0.05662742,790.84845,109.19225,0.028557347,0.025594726,305.54358,39.21743,146.5699,147.91476,10018.121,0.20182261,2559.2014,5.332092,0.15417206,0.23519756,0.32185444,273.6004,332.43356,28.240562,78.32762,40.167156,16.655882,1645.5593,2.884382,70.15288,27.335388,462.50616,29.958952,419.04153,12.677803,75.51644,0.0,1016.3075,4031.8892,1.4014727,319.52927,41.475014,26074.617,40.6682,1.5590881,18.02719,41.56634,9.585571,2.7709439,20.352861,584.90717,215.72516,23.589396,1.2977964,3.7418945,134.30191,8.307174,229.29436,230.52177,2041.9174,674.13226,108.63472,145.02011,188.18782,5.323436,8.0814295,30.17957,3.358429,5.374839,29.917309,40.954636,103.0176,22.609236,25.296988,61.54677,11.663771,3507.4275,25.483059,23.36492,18.439953,12.612196,193.65294,41.176445,22.102823,5.937166,14.652576,20.950758,78.41832,163.48854,39.875603,168.12617,29.336151,18.451765,108.773895,68.05917,257.00864,80.967,1.9795645,5.0157256,5.7400603,41.18434,7689.227,2.080816,16.147976,60.181755,18.769817,177.35643,54.053226,114.5803,2.9130929,92.99607,464.5724,291.90225,65.63378,443.06317,54.949596,65.39099,107.16019,17.465275,2.806725,17.22901,633.82043,0.3887439,0.6702527,80.05273,11.397449,8.147215,9.474524,16.511919,109.58443,27.719406,147.99356,753.04517,396.36548,2674.6155,2068.962,35.28083,68.96942,4575.698,15.417442,106.2132,641.21985,182.97974,247.9507,109.15979,629.1817,604.1223,469.0035,19.23272,133.8961,433.7457,835.78265,39.109806,347.3545,49.88088,1.5847033,50.676983,1.0998133,1.0993053,4.4955425,25.520405,214.19977,49.108257,19.215725,606.5888,178.23184,104.54378,141.53226,41.29608,54.377018,25.111425,40.65464,23.148186,199.72481,87.47103,31.768465,22.431171,21.23508,47.92967,43.263508,6.3363113,188.06596,50.260143,471.12268,18.15942,890.3171,44.649952,429.1738,370.09705,19.104658,16.669739,527.8692,614.8423,1693.554,289.71323 +2023-10-24 10:00:00,0.0,7211.06,199.31262,79.4611,97.00558,64.451546,313.34076,44.73014,91.427185,27.628069,53.022934,1212.9166,94.55821,26.959568,244.73558,1.1423914,0.98535234,45.558212,2.1418352,0.052044567,833.91736,0.056581,791.2519,109.232574,0.028471524,0.025537286,305.7795,39.232216,146.72282,147.9813,10007.266,0.20210905,2560.075,5.3406186,0.1543676,0.23544562,0.32231873,273.7001,332.5253,28.251461,78.24933,40.168293,16.64676,1644.6533,2.887121,70.137634,27.31336,462.57544,29.951935,418.94733,12.66051,75.47302,0.0,1015.9275,4029.725,1.397692,319.34814,41.414536,26061.154,40.637775,1.5558281,18.020378,41.55391,9.573185,2.768653,20.346275,584.44696,215.46242,23.57682,1.2952754,3.7370799,134.21597,8.285329,229.2158,230.64569,2041.1398,674.30963,108.61113,144.99452,187.77654,5.3234973,8.082281,30.212406,3.359084,5.3798795,29.875046,40.908882,103.03736,22.593393,25.272238,61.51856,11.664968,3507.0698,25.477413,23.361559,18.436554,12.605533,193.59082,41.155796,22.09543,5.9355435,14.641375,20.933365,78.37054,163.37946,39.82997,168.03479,29.305403,18.430906,108.71946,68.02265,256.5028,80.948074,1.9797527,5.0126343,5.7388306,41.135147,7676.6367,2.081338,16.129366,60.21109,18.760763,177.27216,54.037636,114.59532,2.9148953,92.95101,464.65344,292.03638,65.56195,443.10098,54.97446,65.35769,107.10761,17.475922,2.8078175,17.23454,633.4871,0.3893636,0.6708925,80.07687,11.39505,8.150901,9.477637,16.513037,109.63532,27.699833,148.02812,753.22156,396.47974,2674.6025,2068.9727,35.265686,68.96239,4570.917,15.42877,106.16969,641.0872,182.89174,247.83635,109.12785,628.82007,603.6698,468.95938,19.215054,133.83092,433.24738,834.8861,39.035667,346.5669,49.786312,1.5854717,50.677387,1.1001768,1.1000811,4.499092,25.472206,214.17503,49.03889,19.21819,605.6965,177.96191,104.39171,141.29301,41.25192,54.37769,25.095789,40.542572,23.13508,199.4677,87.32684,31.762928,22.39272,21.205107,47.864555,43.17773,6.324021,187.82533,50.18366,470.55942,18.137434,889.1489,44.59599,429.31555,369.54846,19.08529,16.664797,527.33624,614.4499,1693.1384,289.9924 +2023-10-24 11:00:00,0.0,7201.156,199.03198,79.47548,97.05293,64.45662,313.41357,44.74153,91.47276,27.63119,53.045887,1211.925,94.50346,26.963987,244.7937,1.1441445,0.9870053,45.57816,2.1454582,0.051882323,834.3595,0.05653459,791.6554,109.2729,0.0283857,0.025479848,306.01544,39.247,146.87575,148.04784,9996.409,0.2023955,2560.9485,5.349146,0.15456313,0.23569368,0.32278305,273.7998,332.61703,28.262362,78.171036,40.16943,16.63764,1643.7473,2.8898602,70.12238,27.291332,462.64474,29.94492,418.85312,12.643217,75.42961,0.0,1015.5476,4027.5613,1.3939112,319.16705,41.354057,26047.693,40.60735,1.5525681,18.013569,41.541477,9.5608,2.766362,20.33969,583.9868,215.19966,23.564247,1.2927545,3.7322655,134.13004,8.263484,229.13725,230.76962,2040.3622,674.48706,108.58756,144.96893,187.36525,5.3235593,8.083134,30.245241,3.3597388,5.38492,29.832783,40.86313,103.05712,22.577549,25.247488,61.49035,11.666164,3506.7124,25.47177,23.358198,18.433155,12.598869,193.52872,41.135147,22.088037,5.9339204,14.630173,20.91597,78.322754,163.27037,39.78434,167.9434,29.274652,18.41005,108.665016,67.98612,255.99696,80.92915,1.9799409,5.009543,5.737601,41.08595,7664.047,2.0818598,16.110754,60.240425,18.751707,177.18787,54.022045,114.610344,2.916698,92.905945,464.73447,292.17053,65.49011,443.13876,54.99933,65.32439,107.055046,17.486568,2.8089097,17.240074,633.1539,0.38998324,0.6715322,80.10102,11.392652,8.154587,9.480752,16.514154,109.68622,27.68026,148.06268,753.3979,396.59396,2674.5898,2068.9834,35.250546,68.955345,4566.1357,15.440098,106.126175,640.9545,182.80373,247.722,109.09592,628.45844,603.2173,468.91522,19.197388,133.76573,432.74905,833.9895,38.961525,345.7793,49.691746,1.5862402,50.677788,1.1005403,1.1008569,4.502642,25.424006,214.15028,48.969524,19.220654,604.80414,177.69197,104.23963,141.05376,41.207756,54.37836,25.080153,40.430508,23.121975,199.21059,87.18266,31.757391,22.354267,21.175135,47.799442,43.091957,6.311731,187.58469,50.107174,469.99615,18.115448,887.9808,44.54203,429.45734,368.99988,19.065924,16.659855,526.80334,614.0575,1692.723,290.27158 +2023-10-24 12:00:00,0.0,7191.251,198.75136,79.48986,97.10028,64.46169,313.48636,44.752922,91.51834,27.634308,53.06884,1210.9333,94.448715,26.968407,244.8518,1.1458976,0.98865825,45.598103,2.1490812,0.05172008,834.8017,0.05648817,792.05884,109.313225,0.02829988,0.025422407,306.25137,39.261787,147.02867,148.11436,9985.553,0.20268194,2561.822,5.3576727,0.15475866,0.23594174,0.3232473,273.8995,332.7088,28.273262,78.09274,40.170563,16.62852,1642.8414,2.892599,70.10713,27.269304,462.71405,29.937902,418.7589,12.625924,75.38619,0.0,1015.1677,4025.3975,1.3901305,318.98593,41.29358,26034.23,40.57692,1.5493081,18.006758,41.529045,9.548414,2.764071,20.333103,583.5266,214.93692,23.551672,1.2902335,3.7274508,134.04408,8.241638,229.0587,230.89354,2039.5847,674.6645,108.56398,144.94334,186.95395,5.323621,8.083986,30.278078,3.3603938,5.389961,29.79052,40.817375,103.07688,22.561707,25.222738,61.46214,11.667362,3506.3547,25.466125,23.35484,18.429756,12.592205,193.4666,41.1145,22.080645,5.932297,14.618971,20.898577,78.27497,163.16129,39.73871,167.852,29.243904,18.38919,108.61058,67.9496,255.49113,80.91023,1.980129,5.0064516,5.736371,41.03675,7651.4565,2.0823817,16.092142,60.26976,18.742653,177.10359,54.00645,114.62537,2.9185004,92.860886,464.81552,292.30466,65.41828,443.17654,55.024193,65.291084,107.00247,17.497217,2.810002,17.245605,632.82056,0.39060292,0.672172,80.12517,11.390253,8.158274,9.483866,16.515274,109.737114,27.660686,148.09724,753.5743,396.70822,2674.577,2068.9941,35.235405,68.94831,4561.3545,15.451426,106.082664,640.8219,182.71573,247.60765,109.06398,628.09674,602.7647,468.8711,19.179724,133.70053,432.2507,833.0929,38.887383,344.99167,49.597176,1.5870086,50.678192,1.1009037,1.1016327,4.5061917,25.375807,214.12555,48.900158,19.223118,603.9118,177.42204,104.08756,140.81451,41.163593,54.379032,25.064516,40.318443,23.108871,198.95348,87.03848,31.751854,22.315815,21.14516,47.734333,43.00618,6.299441,187.34406,50.03069,469.43286,18.093462,886.8126,44.488068,429.5991,368.45126,19.046556,16.654913,526.2704,613.6651,1692.3075,290.55075 +2023-10-24 13:00:00,0.0,7181.3467,198.47072,79.50424,97.14764,64.46677,313.55914,44.764313,91.56391,27.637428,53.091793,1209.9418,94.39397,26.972828,244.90993,1.1476507,0.99031126,45.61805,2.152704,0.051557835,835.24384,0.056441754,792.4623,109.353546,0.028214056,0.025364969,306.4873,39.27657,147.1816,148.18091,9974.697,0.20296837,2562.6956,5.3661995,0.1549542,0.2361898,0.3237116,273.9992,332.80054,28.28416,78.01445,40.1717,16.619398,1641.9354,2.8953383,70.09189,27.247276,462.7834,29.930887,418.6647,12.60863,75.34278,0.0,1014.7877,4023.2336,1.3863498,318.80484,41.2331,26020.77,40.546494,1.546048,17.999949,41.516617,9.536028,2.76178,20.326517,583.06647,214.67418,23.539097,1.2877126,3.7226362,133.95815,8.219793,228.98016,231.01747,2038.8071,674.8419,108.5404,144.91776,186.54266,5.323683,8.084838,30.310915,3.3610487,5.3950014,29.748257,40.77162,103.096634,22.545862,25.197989,61.43393,11.668559,3505.9973,25.460482,23.351479,18.42636,12.585542,193.40448,41.09385,22.073254,5.930674,14.607769,20.881182,78.22719,163.05222,39.693077,167.76062,29.213154,18.368334,108.556145,67.91307,254.9853,80.89131,1.9803172,5.0033603,5.7351413,40.987553,7638.866,2.0829036,16.073532,60.299095,18.733599,177.01932,53.99086,114.64039,2.920303,92.81583,464.89658,292.43878,65.34645,443.21436,55.04906,65.25778,106.949905,17.507864,2.8110945,17.251139,632.4873,0.39122257,0.6728118,80.149315,11.387856,8.16196,9.4869795,16.516392,109.78802,27.641113,148.1318,753.7507,396.82248,2674.5642,2069.005,35.220264,68.94128,4556.573,15.462752,106.03915,640.6892,182.62772,247.49332,109.03205,627.7351,602.3122,468.82693,19.162058,133.63535,431.75238,832.19635,38.81324,344.20407,49.50261,1.587777,50.678593,1.1012673,1.1024086,4.509742,25.327608,214.1008,48.830788,19.225582,603.0194,177.1521,103.935486,140.57527,41.11943,54.379704,25.04888,40.20638,23.095766,198.69637,86.8943,31.746317,22.277363,21.115189,47.66922,42.920406,6.287151,187.10342,49.954205,468.8696,18.071478,885.6445,44.43411,429.74088,367.90268,19.02719,16.649971,525.7375,613.2727,1691.892,290.82993 +2023-10-24 14:00:00,0.0,7171.4424,198.1901,79.51862,97.194984,64.47184,313.63196,44.775703,91.60949,27.640549,53.11475,1208.9502,94.33922,26.977247,244.96805,1.1494038,0.9919642,45.637993,2.156327,0.05139559,835.68604,0.05639534,792.8657,109.39387,0.028128235,0.025307529,306.7232,39.291355,147.33453,148.24744,9963.841,0.20325482,2563.569,5.3747263,0.15514973,0.23643786,0.3241759,274.0989,332.89227,28.295061,77.93616,40.172836,16.610277,1641.0294,2.8980772,70.07664,27.225248,462.85266,29.92387,418.57047,12.591337,75.29936,0.0,1014.40784,4021.0696,1.3825691,318.62372,41.17262,26007.309,40.516068,1.542788,17.99314,41.50418,9.523643,2.7594888,20.319931,582.60626,214.41144,23.526522,1.2851915,3.7178216,133.87221,8.197948,228.90161,231.14139,2038.0295,675.01935,108.51682,144.89217,186.13138,5.3237443,8.0856905,30.34375,3.3617036,5.400042,29.705994,40.72587,103.116394,22.53002,25.173239,61.40572,11.669756,3505.64,25.454836,23.348118,18.42296,12.578878,193.34236,41.073204,22.06586,5.929051,14.596567,20.863789,78.179405,162.94313,39.647446,167.66924,29.182404,18.347475,108.50171,67.87655,254.47949,80.87238,1.9805053,5.0002685,5.733911,40.93836,7626.276,2.0834258,16.05492,60.32843,18.724543,176.93504,53.97527,114.65541,2.9221056,92.77077,464.9776,292.57294,65.27461,443.25214,55.073925,65.22448,106.89733,17.51851,2.812187,17.25667,632.154,0.39184225,0.6734516,80.17347,11.385457,8.165647,9.490094,16.517511,109.83891,27.62154,148.16637,753.927,396.9367,2674.5513,2069.0156,35.205124,68.93424,4551.792,15.47408,105.99563,640.5566,182.53972,247.37897,109.000114,627.3735,601.8597,468.78278,19.144394,133.57016,431.25406,831.29974,38.7391,343.41647,49.408043,1.5885456,50.678997,1.1016308,1.1031845,4.513292,25.27941,214.07607,48.76142,19.228046,602.1271,176.88216,103.78341,140.33603,41.075268,54.380375,25.033245,40.09431,23.08266,198.43924,86.750114,31.74078,22.23891,21.085215,47.60411,42.834633,6.274861,186.86278,49.87772,468.3063,18.049492,884.4763,44.38015,429.88266,367.3541,19.007824,16.64503,525.2045,612.8803,1691.4766,291.1091 +2023-10-24 15:00:00,0.0,7161.538,197.90947,79.533005,97.24233,64.47691,313.70474,44.787094,91.65507,27.64367,53.137703,1207.9585,94.28447,26.981667,245.02615,1.1511569,0.9936172,45.65794,2.15995,0.051233344,836.1282,0.056348924,793.26917,109.4342,0.028042411,0.02525009,306.95914,39.30614,147.48746,148.31398,9952.985,0.20354126,2564.4426,5.3832536,0.15534526,0.23668592,0.32464018,274.1986,332.984,28.30596,77.857864,40.173973,16.601156,1640.1234,2.9008164,70.061386,27.20322,462.92197,29.916855,418.47626,12.574044,75.25595,0.0,1014.02795,4018.9058,1.3787884,318.44263,41.11214,25993.846,40.485638,1.539528,17.986328,41.491753,9.511257,2.7571979,20.313345,582.14606,214.14868,23.513947,1.2826706,3.713007,133.78627,8.176104,228.82306,231.26532,2037.2521,675.1968,108.49324,144.86658,185.72008,5.323806,8.086542,30.376587,3.3623586,5.4050827,29.66373,40.680115,103.136154,22.514175,25.148487,61.37751,11.670954,3505.2822,25.449192,23.344759,18.419561,12.572214,193.28024,41.052555,22.058468,5.927428,14.585365,20.846394,78.13162,162.83405,39.601814,167.57785,29.151655,18.326618,108.44727,67.84002,253.97366,80.85346,1.9806936,4.997177,5.7326813,40.88916,7613.686,2.0839477,16.03631,60.357765,18.715488,176.85075,53.95968,114.67044,2.9239082,92.72571,465.05865,292.70706,65.20278,443.28992,55.09879,65.19118,106.84476,17.529158,2.8132794,17.262201,631.82074,0.3924619,0.6740914,80.19762,11.383059,8.1693325,9.493208,16.51863,109.88981,27.601967,148.20091,754.1034,397.05096,2674.5386,2069.0261,35.189983,68.9272,4547.0107,15.485408,105.95212,640.42395,182.45172,247.26462,108.96818,627.01184,601.40717,468.73865,19.126728,133.50497,430.7557,830.40314,38.66496,342.62888,49.313473,1.589314,50.679398,1.1019943,1.1039603,4.5168414,25.23121,214.05132,48.692055,19.23051,601.23474,176.61223,103.63134,140.09677,41.031105,54.38105,25.017609,39.982246,23.069557,198.18213,86.605934,31.735243,22.200459,21.055243,47.538998,42.748856,6.262571,186.62215,49.801235,467.74304,18.027506,883.30817,44.326187,430.0244,366.8055,18.988457,16.640087,524.67163,612.48785,1691.061,291.38828 +2023-10-24 16:00:00,0.0,7151.634,197.62883,79.547386,97.28969,64.48199,313.77753,44.798485,91.70064,27.646788,53.160656,1206.9669,94.22972,26.986088,245.08427,1.15291,0.99527013,45.677883,2.163573,0.0510711,836.5704,0.056302506,793.6726,109.47452,0.02795659,0.02519265,307.19507,39.320927,147.64038,148.38052,9942.129,0.20382771,2565.3164,5.3917804,0.1555408,0.23693398,0.32510448,274.29834,333.07574,28.31686,77.77957,40.175106,16.592035,1639.2175,2.9035554,70.04614,27.181192,462.99127,29.909838,418.38205,12.556751,75.21253,0.0,1013.64795,4016.742,1.3750076,318.26154,41.051662,25980.385,40.45521,1.536268,17.979519,41.47932,9.498871,2.754907,20.306759,581.6859,213.88594,23.501371,1.2801497,3.7081926,133.70033,8.154259,228.7445,231.38925,2036.4745,675.37415,108.46966,144.84099,185.30879,5.323868,8.087395,30.409422,3.3630135,5.4101233,29.62147,40.63436,103.155914,22.498333,25.123737,61.3493,11.672151,3504.9248,25.443548,23.341398,18.416162,12.565551,193.21812,41.031906,22.051075,5.925805,14.574163,20.829,78.08384,162.72496,39.556183,167.48647,29.120905,18.30576,108.39284,67.8035,253.46783,80.83454,1.9808817,4.994086,5.7314515,40.839962,7601.0957,2.0844696,16.017698,60.3871,18.706432,176.76648,53.944088,114.68546,2.9257107,92.68065,465.1397,292.84122,65.13095,443.32773,55.123657,65.157875,106.79219,17.539804,2.8143718,17.267735,631.4874,0.39308158,0.67473114,80.22176,11.38066,8.173019,9.496323,16.519747,109.940704,27.582394,148.23547,754.2798,397.16522,2674.5256,2069.0369,35.17484,68.920166,4542.2295,15.496736,105.9086,640.29126,182.36371,247.15027,108.93625,626.65015,600.9546,468.6945,19.109062,133.43979,430.2574,829.5066,38.590816,341.84128,49.218906,1.5900824,50.6798,1.1023577,1.1047361,4.5203915,25.183012,214.02658,48.62269,19.232975,600.3424,176.34229,103.47926,139.85753,40.986942,54.38172,25.001972,39.870182,23.056452,197.92502,86.461754,31.729706,22.162006,21.025269,47.47389,42.663082,6.250281,186.3815,49.72475,467.17978,18.00552,882.14,44.27223,430.1662,366.25693,18.96909,16.635145,524.1387,612.09546,1690.6455,291.66745 +2023-10-24 17:00:00,0.0,7141.7295,197.3482,79.56177,97.337036,64.48706,313.8503,44.809875,91.746216,27.649908,53.183613,1205.9753,94.17497,26.990507,245.1424,1.154663,0.9969231,45.69783,2.167196,0.050908856,837.0125,0.056256093,794.07605,109.51484,0.027870767,0.025135212,307.431,39.335712,147.7933,148.44705,9931.272,0.20411414,2566.19,5.400307,0.15573633,0.23718204,0.32556877,274.39804,333.16748,28.32776,77.70128,40.176243,16.582914,1638.3115,2.9062946,70.03089,27.159164,463.0606,29.902822,418.28784,12.539458,75.16912,0.0,1013.26807,4014.5781,1.3712269,318.0804,40.991184,25966.924,40.424786,1.533008,17.972708,41.46689,9.4864855,2.752616,20.300173,581.2257,213.6232,23.488796,1.2776287,3.703378,133.6144,8.132414,228.66597,231.51317,2035.6969,675.5516,108.44608,144.8154,184.8975,5.3239293,8.088247,30.442259,3.3636684,5.4151635,29.579206,40.58861,103.17567,22.48249,25.098988,61.32109,11.673347,3504.5671,25.437904,23.338037,18.412764,12.5588875,193.15602,41.011257,22.043682,5.924182,14.562962,20.811605,78.03606,162.61588,39.51055,167.39507,29.090157,18.284903,108.338394,67.76697,252.962,80.81561,1.9810699,4.9909945,5.7302217,40.790764,7588.5054,2.0849915,15.999087,60.416435,18.697378,176.6822,53.928493,114.700485,2.9275134,92.63558,465.22073,292.97534,65.05911,443.3655,55.14852,65.12458,106.73962,17.550453,2.8154643,17.273266,631.1542,0.39370126,0.67537093,80.24591,11.3782625,8.176705,9.499436,16.520866,109.99161,27.56282,148.27003,754.4562,397.27945,2674.513,2069.0476,35.1597,68.91313,4537.4478,15.508063,105.86509,640.1586,182.27571,247.03592,108.90431,626.2885,600.5021,468.65036,19.091398,133.37459,429.75906,828.61,38.516674,341.05368,49.12434,1.5908508,50.680202,1.1027213,1.1055119,4.5239415,25.134813,214.00183,48.553318,19.23544,599.4501,176.07236,103.327194,139.61829,40.94278,54.382393,24.986336,39.758114,23.043346,197.66791,86.31757,31.724169,22.123554,20.995295,47.408775,42.577305,6.237991,186.14087,49.648266,466.6165,17.983534,880.97186,44.218266,430.30795,365.70834,18.949722,16.630203,523.6058,611.70306,1690.23,291.9466 +2023-10-24 18:00:00,0.0,7131.825,197.06757,79.57615,97.38439,64.492134,313.92313,44.821266,91.791794,27.653028,53.206566,1204.9836,94.120224,26.994926,245.2005,1.156416,0.9985761,45.717773,2.170819,0.050746612,837.4547,0.056209676,794.47955,109.55516,0.027784945,0.025077771,307.66693,39.350494,147.94624,148.5136,9920.417,0.20440058,2567.0635,5.4088345,0.15593186,0.2374301,0.32603306,274.49774,333.25925,28.33866,77.622986,40.17738,16.573793,1637.4055,2.9090335,70.01564,27.137136,463.12988,29.895805,418.19363,12.522165,75.1257,0.0,1012.8882,4012.414,1.3674462,317.89932,40.930706,25953.46,40.394356,1.529748,17.965899,41.454456,9.474099,2.750325,20.293587,580.76556,213.36046,23.476221,1.2751077,3.6985633,133.52846,8.110569,228.58742,231.6371,2034.9193,675.729,108.4225,144.78981,184.4862,5.3239913,8.089099,30.475096,3.3643234,5.420204,29.536943,40.54286,103.19543,22.466646,25.074238,61.29288,11.674545,3504.2097,25.432259,23.334677,18.409365,12.552223,193.0939,40.99061,22.036291,5.922559,14.55176,20.794212,77.98827,162.50679,39.46492,167.30368,29.059406,18.264044,108.28396,67.730446,252.45618,80.79669,1.981258,4.987903,5.728992,40.74157,7575.915,2.0855136,15.980476,60.445766,18.688324,176.59793,53.912903,114.71551,2.9293158,92.59052,465.3018,293.10947,64.98728,443.4033,55.173386,65.09128,106.68704,17.5611,2.8165567,17.2788,630.82086,0.3943209,0.6760107,80.27006,11.375864,8.180391,9.50255,16.521984,110.0425,27.543247,148.3046,754.63257,397.3937,2674.5,2069.0583,35.144558,68.9061,4532.6665,15.519391,105.82157,640.02594,182.1877,246.92157,108.872375,625.9269,600.04956,468.6062,19.073732,133.3094,429.2607,827.7134,38.442535,340.26605,49.02977,1.5916193,50.680603,1.1030848,1.1062877,4.527491,25.086615,213.9771,48.48395,19.237904,598.55774,175.80241,103.17512,139.37903,40.898617,54.383064,24.9707,39.64605,23.030241,197.4108,86.17339,31.718632,22.085102,20.965322,47.343666,42.49153,6.2257004,185.90022,49.57178,466.05322,17.961548,879.8038,44.164307,430.44974,365.15973,18.930355,16.625261,523.0728,611.31067,1689.8146,292.22577 +2023-10-24 19:00:00,0.0,7121.921,196.78694,79.59053,97.43174,64.49721,313.9959,44.832657,91.837364,27.656149,53.22952,1203.9921,94.065475,26.999346,245.25862,1.1581692,1.000229,45.73772,2.174442,0.05058437,837.89685,0.05616326,794.883,109.59549,0.027699122,0.025020333,307.90286,39.36528,148.09917,148.58012,9909.561,0.20468703,2567.937,5.4173613,0.1561274,0.23767816,0.32649735,274.59744,333.35098,28.34956,77.54469,40.178516,16.564672,1636.4996,2.9117727,70.00039,27.115108,463.19922,29.88879,418.09943,12.504872,75.08229,0.0,1012.50824,4010.2502,1.3636655,317.7182,40.870228,25940.0,40.36393,1.526488,17.95909,41.442024,9.461714,2.748034,20.287,580.30536,213.0977,23.463646,1.2725867,3.6937487,133.44252,8.088724,228.50887,231.76102,2034.1418,675.90643,108.39892,144.76422,184.07492,5.324053,8.0899515,30.50793,3.3649783,5.425245,29.49468,40.497105,103.21519,22.450804,25.049488,61.264675,11.675742,3503.852,25.426615,23.331318,18.405966,12.54556,193.03178,40.969963,22.028898,5.9209356,14.540558,20.776817,77.94049,162.3977,39.41929,167.2123,29.028658,18.243187,108.22952,67.69392,251.95035,80.77777,1.9814463,4.984812,5.727762,40.69237,7563.3247,2.0860355,15.961865,60.4751,18.679268,176.51364,53.897312,114.73053,2.9311185,92.54546,465.38284,293.24362,64.91545,443.4411,55.198254,65.057976,106.634476,17.571747,2.8176491,17.28433,630.4876,0.39494058,0.6766505,80.294205,11.373466,8.184078,9.505665,16.523104,110.0934,27.523674,148.33916,754.80896,397.50797,2674.4873,2069.069,35.129417,68.899055,4527.8853,15.530719,105.77806,639.8933,182.0997,246.80722,108.84045,625.56525,599.59705,468.56207,19.056067,133.24422,428.7624,826.81683,38.368393,339.47845,48.935204,1.5923877,50.681007,1.1034483,1.1070635,4.531041,25.038414,213.95235,48.414585,19.240368,597.6654,175.53247,103.02304,139.13979,40.854454,54.383736,24.955063,39.533985,23.017138,197.15367,86.029205,31.713095,22.04665,20.935349,47.278553,42.405754,6.2134104,185.65959,49.495296,465.48996,17.939562,878.6356,44.110348,430.5915,364.61115,18.910988,16.62032,522.5399,610.9183,1689.399,292.50494 +2023-10-24 20:00:00,0.0,7112.0166,196.50632,79.60491,97.479095,64.50228,314.0687,44.844048,91.88294,27.659267,53.252476,1203.0005,94.01073,27.003767,245.31673,1.1599222,1.001882,45.757668,2.178065,0.050422125,838.339,0.056116845,795.28644,109.63581,0.0276133,0.024962893,308.13876,39.380066,148.25209,148.64667,9898.705,0.20497347,2568.8105,5.425888,0.15632293,0.23792621,0.32696164,274.69714,333.44272,28.360458,77.4664,40.17965,16.555552,1635.5936,2.914512,69.985146,27.09308,463.2685,29.881773,418.00522,12.487578,75.03887,0.0,1012.1283,4008.0864,1.3598847,317.5371,40.80975,25926.537,40.3335,1.5232279,17.952278,41.429592,9.449328,2.745743,20.280415,579.8452,212.83496,23.451073,1.2700658,3.688934,133.35657,8.066879,228.43031,231.88495,2033.3643,676.08386,108.37534,144.73863,183.66362,5.324115,8.090804,30.540768,3.3656332,5.4302855,29.452417,40.45135,103.23494,22.43496,25.024738,61.236465,11.676939,3503.4946,25.42097,23.327957,18.402569,12.538897,192.96967,40.949314,22.021505,5.9193125,14.529356,20.759424,77.89271,162.28864,39.373653,167.12091,28.997908,18.222328,108.17509,67.657394,251.44452,80.75885,1.9816344,4.9817204,5.7265325,40.643173,7550.735,2.0865574,15.9432535,60.504436,18.670214,176.42937,53.88172,114.74555,2.932921,92.500404,465.46387,293.37775,64.84361,443.47888,55.223118,65.02467,106.5819,17.582394,2.8187416,17.289864,630.1543,0.39556023,0.6772903,80.31835,11.371068,8.187764,9.508779,16.524221,110.144295,27.5041,148.37372,754.98535,397.6222,2674.4744,2069.0798,35.114277,68.89202,4523.104,15.542047,105.73454,639.7606,182.01169,246.69287,108.80851,625.20355,599.1445,468.5179,19.038403,133.17903,428.26407,825.9202,38.29425,338.69086,48.840633,1.5931562,50.681408,1.1038119,1.1078393,4.5345907,24.990215,213.92761,48.34522,19.24283,596.773,175.26254,102.87097,138.90054,40.81029,54.384407,24.939426,39.42192,23.004032,196.89656,85.885025,31.707558,22.0082,20.905376,47.21344,42.31998,6.2011204,185.41895,49.41881,464.92667,17.917578,877.46747,44.056385,430.73328,364.06256,18.89162,16.615377,522.00696,610.5259,1688.9835,292.78412 +2023-10-24 21:00:00,0.0,7102.1123,196.22568,79.61929,97.52644,64.507355,314.1415,44.85544,91.92852,27.662388,53.27543,1202.0088,93.95598,27.008186,245.37485,1.1616753,1.003535,45.77761,2.181688,0.05025988,838.7812,0.05607043,795.6899,109.67613,0.027527478,0.024905454,308.3747,39.39485,148.40501,148.7132,9887.849,0.2052599,2569.684,5.434415,0.15651846,0.23817427,0.32742593,274.79684,333.53445,28.371359,77.38811,40.180786,16.54643,1634.6876,2.9172509,69.969894,27.071053,463.33783,29.874758,417.911,12.470285,74.99546,0.0,1011.74835,4005.9226,1.356104,317.356,40.74927,25913.076,40.303074,1.5199679,17.945469,41.41716,9.436942,2.743452,20.273829,579.385,212.57222,23.438498,1.2675449,3.6841197,133.27063,8.045034,228.35178,232.00887,2032.5867,676.2613,108.35176,144.71304,183.25233,5.3241763,8.091656,30.573603,3.3662882,5.435326,29.410154,40.405598,103.2547,22.419117,24.999989,61.208256,11.678137,3503.1372,25.415327,23.324596,18.39917,12.532232,192.90755,40.928665,22.014112,5.9176893,14.518154,20.74203,77.844925,162.17955,39.328022,167.02951,28.967157,18.201471,108.12065,67.620865,250.93869,80.73992,1.9818226,4.978629,5.725302,40.593975,7538.1445,2.0870793,15.924643,60.53377,18.661158,176.3451,53.86613,114.760574,2.9347236,92.455345,465.54492,293.51187,64.77178,443.51666,55.247982,64.99137,106.52933,17.59304,2.819834,17.295395,629.82104,0.3961799,0.6779301,80.34251,11.3686695,8.191451,9.511892,16.52534,110.1952,27.484528,148.40828,755.16174,397.73645,2674.4617,2069.0903,35.099136,68.88499,4518.3228,15.553373,105.691025,639.628,181.92369,246.57852,108.77657,624.8419,598.69196,468.4738,19.020737,133.11385,427.76572,825.0236,38.220108,337.90326,48.746067,1.5939246,50.681812,1.1041753,1.1086152,4.538141,24.942017,213.90286,48.27585,19.245295,595.8807,174.9926,102.718895,138.66129,40.76613,54.385082,24.92379,39.309853,22.990927,196.63945,85.740845,31.70202,21.969748,20.875402,47.14833,42.234207,6.1888304,185.17831,49.342327,464.3634,17.895592,876.2993,44.002426,430.87503,363.51398,18.872255,16.610435,521.47406,610.1335,1688.5681,293.0633 +2023-10-24 22:00:00,0.0,7092.208,195.94505,79.633675,97.5738,64.512436,314.2143,44.86683,91.97409,27.665508,53.29838,1201.0172,93.90123,27.012606,245.43297,1.1634284,1.005188,45.797558,2.185311,0.050097637,839.2233,0.056024015,796.0933,109.71645,0.027441656,0.024848014,308.61063,39.409637,148.55795,148.77974,9876.992,0.20554635,2570.5576,5.442942,0.15671399,0.23842233,0.32789022,274.89655,333.6262,28.38226,77.309814,40.181923,16.53731,1633.7816,2.91999,69.95464,27.049025,463.4071,29.86774,417.81677,12.452992,74.95204,0.0,1011.36847,4003.7585,1.3523232,317.1749,40.688793,25899.615,40.272648,1.5167079,17.938658,41.404728,9.424557,2.741161,20.267242,578.92487,212.30948,23.425922,1.2650238,3.679305,133.1847,8.02319,228.27322,232.1328,2031.8091,676.43866,108.328186,144.68745,182.84105,5.3242383,8.092508,30.60644,3.3669431,5.4403667,29.367891,40.359844,103.27446,22.403275,24.975239,61.180046,11.679334,3502.7795,25.409681,23.321236,18.395771,12.525569,192.84543,40.908016,22.00672,5.916066,14.506952,20.724636,77.79714,162.07047,39.28239,166.93813,28.936409,18.180613,108.066216,67.58434,250.43286,80.721,1.9820107,4.9755373,5.7240725,40.54478,7525.554,2.0876014,15.906032,60.563107,18.652103,176.26082,53.850536,114.7756,2.936526,92.410286,465.62598,293.64603,64.69995,443.55447,55.27285,64.95807,106.47676,17.603687,2.8209264,17.300928,629.48773,0.39679956,0.67856985,80.36665,11.366271,8.195137,9.515007,16.526459,110.24609,27.464954,148.44284,755.3381,397.85068,2674.4487,2069.101,35.083996,68.87795,4513.5415,15.564701,105.647514,639.49536,181.8357,246.46417,108.74464,624.4803,598.23944,468.42963,19.003073,133.04866,427.2674,824.1271,38.14597,337.11566,48.6515,1.5946931,50.682213,1.1045388,1.109391,4.541691,24.893818,213.87813,48.206482,19.247759,594.98834,174.72267,102.566826,138.42204,40.721966,54.385754,24.908155,39.19779,22.977823,196.38234,85.596664,31.696484,21.931295,20.84543,47.083218,42.14843,6.1765404,184.93768,49.265842,463.8001,17.873606,875.13116,43.948463,431.0168,362.9654,18.852888,16.605494,520.9411,609.7411,1688.1526,293.34247 +2023-10-24 23:00:00,0.0,7082.303,195.66441,79.648056,97.62115,64.51751,314.28708,44.87822,92.01967,27.668629,53.32134,1200.0256,93.84648,27.017027,245.49107,1.1651815,1.006841,45.8175,2.188934,0.049935393,839.6655,0.055977598,796.49677,109.75678,0.027355833,0.024790576,308.84656,39.42442,148.71088,148.84627,9866.137,0.2058328,2571.4314,5.451469,0.15690953,0.2386704,0.3283545,274.99625,333.71796,28.393158,77.23152,40.183056,16.528189,1632.8757,2.922729,69.9394,27.026997,463.47644,29.860725,417.72256,12.435699,74.90863,0.0,1010.9885,4001.5947,1.3485425,316.9938,40.628315,25886.152,40.242218,1.5134479,17.931849,41.392296,9.412171,2.73887,20.260656,578.46466,212.04672,23.413347,1.2625029,3.6744905,133.09875,8.001345,228.19467,232.25671,2031.0316,676.6161,108.30461,144.66188,182.42975,5.3243,8.093361,30.639277,3.367598,5.4454074,29.325628,40.31409,103.29422,22.38743,24.950489,61.151836,11.680531,3502.422,25.404037,23.317877,18.392372,12.518906,192.78333,40.887367,21.999329,5.9144435,14.49575,20.707241,77.74936,161.96138,39.23676,166.84674,28.905659,18.159756,108.01177,67.54781,249.92703,80.70208,1.982199,4.972446,5.7228427,40.495583,7512.964,2.0881233,15.887421,60.59244,18.64305,176.17653,53.834946,114.79062,2.9383287,92.36522,465.707,293.78015,64.62811,443.59225,55.297714,64.92477,106.42419,17.614336,2.8220189,17.30646,629.1545,0.39741924,0.67920965,80.3908,11.363873,8.198824,9.518121,16.527576,110.29699,27.445381,148.4774,755.51447,397.96494,2674.436,2069.1118,35.06885,68.87092,4508.7603,15.576029,105.604,639.3627,181.74768,246.34982,108.71271,624.11865,597.78687,468.3855,18.985407,132.98346,426.76907,823.23047,38.071827,336.32803,48.55693,1.5954615,50.682617,1.1049023,1.1101668,4.5452404,24.84562,213.85338,48.137115,19.250223,594.096,174.45273,102.41475,138.1828,40.677803,54.386425,24.892519,39.085724,22.964718,196.12523,85.45248,31.690947,21.892843,20.815456,47.01811,42.062656,6.1642504,184.69704,49.189358,463.23685,17.85162,873.963,43.894505,431.15857,362.4168,18.83352,16.600552,520.4082,609.3487,1687.737,293.62164 +2023-10-25 00:00:00,0.0,7072.399,195.38379,79.66244,97.668495,64.52258,314.3599,44.88961,92.06525,27.671747,53.34429,1199.0339,93.79173,27.021446,245.5492,1.1669346,1.0084939,45.83745,2.192557,0.04977315,840.10767,0.05593118,796.9002,109.797104,0.02727001,0.024733135,309.0825,39.439205,148.8638,148.91281,9855.28,0.20611924,2572.305,5.4599957,0.15710506,0.23891845,0.3288188,275.09595,333.8097,28.404058,77.15323,40.184193,16.519068,1631.9697,2.9254682,69.92415,27.004969,463.54575,29.853708,417.62836,12.4184065,74.86521,0.0,1010.6086,3999.431,1.3447617,316.81268,40.567837,25872.691,40.211792,1.5101879,17.925037,41.379868,9.399785,2.736579,20.25407,578.00446,211.78398,23.400772,1.2599819,3.6696758,133.01282,7.9794993,228.11612,232.38065,2030.254,676.7935,108.28102,144.63629,182.01846,5.3243613,8.094213,30.672112,3.368253,5.4504476,29.283365,40.268337,103.31397,22.371588,24.92574,61.123627,11.681728,3502.0645,25.398394,23.314516,18.388973,12.512241,192.7212,40.86672,21.991936,5.9128203,14.484549,20.689848,77.70158,161.8523,39.191128,166.75536,28.87491,18.138897,107.95734,67.51129,249.42122,80.68315,1.9823871,4.9693546,5.721613,40.446384,7500.374,2.0886452,15.86881,60.621777,18.633993,176.09225,53.819355,114.80564,2.9401312,92.32016,465.78806,293.91428,64.55628,443.63004,55.322582,64.89147,106.37162,17.624983,2.8231113,17.311993,628.82117,0.3980389,0.67984945,80.41495,11.361475,8.20251,9.5212345,16.528696,110.347885,27.425808,148.51196,755.69086,398.0792,2674.423,2069.1226,35.05371,68.86388,4503.979,15.587357,105.560486,639.23004,181.65968,246.23547,108.68077,623.75696,597.33435,468.34134,18.967741,132.91827,426.27072,822.33386,37.997684,335.54044,48.462364,1.5962299,50.683018,1.1052659,1.1109427,4.5487905,24.79742,213.82864,48.06775,19.252687,593.2037,174.18279,102.26267,137.94354,40.63364,54.387096,24.876883,38.97366,22.951612,195.86812,85.3083,31.68541,21.854391,20.785484,46.952995,41.97688,6.1519604,184.4564,49.112873,462.67358,17.829634,872.79486,43.840546,431.30035,361.8682,18.814154,16.59561,519.87524,608.9563,1687.3215,293.90082 +2023-10-25 01:00:00,0.0,7062.4946,195.10315,79.67682,97.71585,64.52766,314.43268,44.901,92.11082,27.674868,53.367245,1198.0424,93.736984,27.025866,245.60732,1.1686877,1.0101469,45.85739,2.19618,0.049610905,840.54987,0.055884767,797.3037,109.837425,0.027184188,0.024675697,309.31842,39.45399,149.01672,148.97934,9844.425,0.20640567,2573.1785,5.468523,0.15730059,0.23916651,0.3292831,275.19565,333.90143,28.414957,77.074936,40.18533,16.509947,1631.0637,2.9282072,69.9089,26.98294,463.61505,29.846693,417.53415,12.4011135,74.8218,0.0,1010.2287,3997.2668,1.340981,316.6316,40.50736,25859.229,40.181366,1.5069278,17.918228,41.36743,9.3874,2.734288,20.247484,577.5443,211.52124,23.388197,1.257461,3.6648612,132.92688,7.9576545,228.03758,232.50456,2029.4764,676.97095,108.25745,144.6107,181.60718,5.3244233,8.095065,30.704948,3.368908,5.455488,29.241104,40.222588,103.33373,22.355743,24.90099,61.095417,11.682925,3501.707,25.39275,23.311155,18.385574,12.505578,192.65909,40.846073,21.984543,5.911197,14.473347,20.672453,77.65379,161.74321,39.145496,166.66397,28.84416,18.11804,107.9029,67.47476,248.91539,80.66423,1.9825753,4.9662633,5.720383,40.397186,7487.7837,2.089167,15.850199,60.65111,18.624939,176.00798,53.803764,114.82066,2.9419339,92.2751,465.8691,294.04843,64.48445,443.66785,55.347446,64.85817,106.319046,17.63563,2.8242037,17.317524,628.4879,0.39865857,0.68048924,80.439095,11.3590765,8.206196,9.524349,16.529814,110.39878,27.406235,148.54652,755.8672,398.19342,2674.4104,2069.1333,35.03857,68.85684,4499.1978,15.598684,105.51697,639.09735,181.57167,246.12114,108.648834,623.3953,596.88184,468.2972,18.950077,132.85309,425.7724,821.4373,37.923546,334.75284,48.367798,1.5969983,50.683422,1.1056293,1.1117185,4.55234,24.749222,213.8039,47.998383,19.255152,592.31134,173.91286,102.1106,137.7043,40.589478,54.387768,24.861246,38.86159,22.938509,195.611,85.164116,31.679873,21.815939,20.75551,46.887886,41.891106,6.1396704,184.21576,49.03639,462.1103,17.807648,871.6267,43.786583,431.4421,361.3196,18.794786,16.590668,519.34235,608.5639,1686.9061,294.17996 +2023-10-25 02:00:00,0.0,7052.5903,194.82253,79.6912,97.7632,64.53273,314.50546,44.91239,92.156395,27.677988,53.3902,1197.0508,93.68224,27.030287,245.66542,1.1704407,1.0117998,45.87734,2.1998029,0.04944866,840.992,0.05583835,797.70715,109.87775,0.027098365,0.024618257,309.55432,39.468777,149.16966,149.04588,9833.568,0.20669211,2574.052,5.47705,0.15749612,0.23941457,0.32974735,275.29535,333.99316,28.425858,76.99664,40.186466,16.500826,1630.1577,2.9309464,69.893654,26.960915,463.68433,29.839678,417.43994,12.383821,74.77838,0.0,1009.84875,3995.103,1.3372003,316.45047,40.44688,25845.768,40.150936,1.5036678,17.911419,41.355003,9.375013,2.731997,20.240898,577.0841,211.2585,23.375622,1.25494,3.6600466,132.84094,7.9358096,227.95903,232.6285,2028.699,677.1484,108.23387,144.58511,181.19588,5.324485,8.095918,30.737783,3.3695629,5.460529,29.198841,40.176834,103.35349,22.339901,24.87624,61.067207,11.684123,3501.3494,25.387104,23.307796,18.382175,12.498915,192.59697,40.825424,21.97715,5.909574,14.462145,20.65506,77.60601,161.63412,39.099865,166.57257,28.81341,18.097181,107.848465,67.43824,248.40956,80.64531,1.9827634,4.963172,5.7191534,40.347992,7475.1934,2.0896893,15.831587,60.680447,18.615883,175.9237,53.788174,114.835686,2.9437366,92.23004,465.95013,294.18256,64.41261,443.70563,55.37231,64.82487,106.26647,17.646276,2.8252962,17.323057,628.1546,0.39927825,0.68112904,80.46324,11.356678,8.209883,9.527463,16.530931,110.449684,27.386662,148.58109,756.0436,398.30768,2674.3975,2069.1438,35.02343,68.84981,4494.4165,15.610012,105.47346,638.9647,181.48367,246.00679,108.616905,623.0337,596.4293,468.25305,18.932411,132.7879,425.27408,820.5407,37.849403,333.96524,48.273228,1.5977669,50.683823,1.1059928,1.1124943,4.55589,24.701023,213.77916,47.929012,19.257616,591.419,173.64291,101.95853,137.46506,40.545315,54.38844,24.84561,38.749527,22.925404,195.35388,85.019936,31.674335,21.777487,20.725538,46.822773,41.805332,6.12738,183.97513,48.959904,461.54703,17.785664,870.45856,43.732624,431.5839,360.77103,18.77542,16.585726,518.8094,608.1715,1686.4906,294.45914 +2023-10-25 03:00:00,0.0,7042.686,194.5419,79.70558,97.810555,64.5378,314.57828,44.923782,92.20197,27.681108,53.413155,1196.0591,93.627495,27.034706,245.72354,1.1721938,1.0134528,45.89728,2.203426,0.049286414,841.4342,0.055791933,798.1106,109.918076,0.027012544,0.024560818,309.79025,39.48356,149.32259,149.11241,9822.713,0.20697856,2574.9255,5.4855766,0.15769166,0.23966263,0.33021167,275.39505,334.0849,28.436758,76.91835,40.1876,16.491705,1629.2518,2.9336853,69.8784,26.938887,463.75366,29.83266,417.34573,12.366527,74.73497,0.0,1009.4688,3992.9392,1.3334196,316.26938,40.386402,25832.307,40.12051,1.5004078,17.904608,41.34257,9.362628,2.729706,20.234312,576.62396,210.99574,23.363047,1.252419,3.6552322,132.755,7.9139647,227.88048,232.75241,2027.9214,677.3258,108.21029,144.55952,180.78459,5.324547,8.096769,30.77062,3.3702178,5.4655695,29.156578,40.13108,103.37325,22.324057,24.85149,61.038998,11.68532,3500.992,25.38146,23.304436,18.378777,12.49225,192.53485,40.804775,21.969759,5.907951,14.450943,20.637665,77.55823,161.52504,39.054234,166.48119,28.782661,18.076324,107.79403,67.40172,247.90373,80.62639,1.9829516,4.9600806,5.717923,40.298794,7462.603,2.0902112,15.812976,60.70978,18.606829,175.83942,53.77258,114.850716,2.945539,92.18498,466.0312,294.31668,64.34078,443.7434,55.39718,64.791565,106.213905,17.656923,2.8263886,17.328588,627.82135,0.3998979,0.6817688,80.4874,11.3542795,8.213569,9.530578,16.532051,110.50058,27.367088,148.61565,756.22,398.42194,2674.3845,2069.1545,35.00829,68.84277,4489.6353,15.62134,105.42994,638.83203,181.39566,245.89244,108.58497,622.67206,595.97675,468.2089,18.914747,132.72272,424.77573,819.6441,37.77526,333.17764,48.17866,1.5985353,50.684227,1.1063563,1.1132702,4.55944,24.652824,213.75443,47.859646,19.26008,590.5266,173.37297,101.80645,137.2258,40.501152,54.389114,24.829973,38.637463,22.912298,195.09677,84.87575,31.668798,21.739035,20.695564,46.757664,41.719555,6.11509,183.73448,48.88342,460.98376,17.763678,869.2904,43.67866,431.72568,360.22244,18.756052,16.580784,518.2765,607.7791,1686.0751,294.7383 +2023-10-25 04:00:00,0.0,7032.7817,194.26126,79.71996,97.8579,64.54288,314.65106,44.935173,92.24754,27.684227,53.436108,1195.0675,93.57275,27.039125,245.78165,1.1739469,1.0151057,45.91723,2.207049,0.04912417,841.87634,0.05574552,798.51404,109.9584,0.02692672,0.02450338,310.02618,39.498344,149.47551,149.17896,9811.856,0.207265,2575.799,5.4941034,0.15788719,0.23991069,0.33067596,275.49478,334.17664,28.447657,76.84006,40.188736,16.482584,1628.3458,2.9364245,69.86315,26.916859,463.82297,29.825645,417.25153,12.349234,74.69155,0.0,1009.0889,3990.7754,1.3296388,316.08826,40.325924,25818.844,40.090084,1.4971478,17.897799,41.33014,9.350243,2.727415,20.227726,576.16376,210.733,23.350471,1.2498981,3.6504176,132.66905,7.89212,227.80193,232.87634,2027.1438,677.5032,108.18671,144.53394,180.3733,5.3246083,8.097622,30.803457,3.3708727,5.47061,29.114315,40.085327,103.393005,22.308214,24.82674,61.010788,11.686517,3500.6345,25.375816,23.301075,18.375378,12.485587,192.47273,40.784126,21.962366,5.9063277,14.439741,20.620272,77.510445,161.41595,39.008602,166.3898,28.751911,18.055468,107.73959,67.36519,247.3979,80.60746,1.9831398,4.9569893,5.7166934,40.249596,7450.013,2.090733,15.794365,60.739117,18.597773,175.75514,53.75699,114.86574,2.9473417,92.13992,466.11224,294.45084,64.26894,443.78122,55.422043,64.75826,106.16133,17.66757,2.8274808,17.334122,627.48804,0.40051758,0.6824086,80.51154,11.351882,8.217256,9.533691,16.533169,110.551476,27.347515,148.6502,756.39636,398.53616,2674.3718,2069.1653,34.99315,68.83573,4484.8535,15.632668,105.38642,638.6994,181.30766,245.77809,108.55303,622.31036,595.52423,468.16476,18.897081,132.65753,424.2774,818.74756,37.70112,332.39,48.084095,1.5993037,50.684628,1.1067199,1.114046,4.5629897,24.604624,213.72968,47.79028,19.262545,589.6343,173.10304,101.65438,136.98656,40.45699,54.389786,24.814337,38.525394,22.899193,194.83966,84.73157,31.663261,21.700583,20.66559,46.69255,41.63378,6.1028,183.49385,48.806934,460.42047,17.741692,868.1223,43.624702,431.86743,359.67386,18.736687,16.575842,517.7435,607.3867,1685.6595,295.0175 +2023-10-25 05:00:00,0.0,7022.8774,193.98064,79.734344,97.90526,64.54795,314.72385,44.946564,92.29312,27.687347,53.459064,1194.0759,93.518,27.043547,245.83977,1.1757,1.0167587,45.937172,2.210672,0.048961926,842.3185,0.055699103,798.9175,109.99872,0.0268409,0.02444594,310.26212,39.51313,149.62843,149.24548,9801.0,0.20755143,2576.6726,5.5026307,0.15808271,0.24015875,0.33114022,275.59448,334.2684,28.458557,76.761765,40.189873,16.473463,1627.4398,2.9391637,69.84791,26.89483,463.89227,29.818628,417.15732,12.331941,74.64814,0.0,1008.709,3988.6113,1.3258581,315.90717,40.265446,25805.383,40.059654,1.4938878,17.890987,41.317707,9.337856,2.7251241,20.22114,575.7036,210.47026,23.337896,1.247377,3.645603,132.58311,7.870275,227.72339,233.00026,2026.3662,677.6806,108.16313,144.50835,179.962,5.3246703,8.0984745,30.836292,3.3715277,5.475651,29.072052,40.039574,103.412766,22.292372,24.80199,60.982582,11.687715,3500.2769,25.370173,23.297714,18.37198,12.478924,192.41063,40.763477,21.954973,5.904705,14.428539,20.602877,77.46266,161.30688,38.96297,166.29842,28.721163,18.034609,107.68516,67.32867,246.89207,80.58854,1.983328,4.9538975,5.7154636,40.200397,7437.423,2.091255,15.775754,60.768448,18.588718,175.67087,53.741398,114.88076,2.9491441,92.09486,466.19327,294.58496,64.19711,443.819,55.446907,64.72496,106.10876,17.678219,2.8285732,17.339653,627.1548,0.40113723,0.68304837,80.53569,11.3494835,8.220942,9.536805,16.534286,110.60237,27.327942,148.68477,756.57275,398.65042,2674.359,2069.176,34.978004,68.8287,4480.0723,15.643994,105.34291,638.5668,181.21967,245.66374,108.521095,621.9487,595.0717,468.1206,18.879416,132.59233,423.77908,817.85095,37.62698,331.60242,47.989525,1.6000721,50.68503,1.1070833,1.1148218,4.56654,24.556425,213.70494,47.720913,19.265009,588.74194,172.8331,101.502304,136.74731,40.412827,54.390457,24.7987,38.41333,22.88609,194.58255,84.58739,31.657724,21.66213,20.635618,46.627438,41.548004,6.09051,183.2532,48.73045,459.8572,17.719706,866.95416,43.570744,432.00922,359.12524,18.71732,16.5709,517.21063,606.9943,1685.2441,295.29666 +2023-10-25 06:00:00,0.0,7012.973,193.7,79.748726,97.95261,64.553024,314.79666,44.957954,92.3387,27.690468,53.482018,1193.0842,93.46325,27.047966,245.89789,1.177453,1.0184116,45.95712,2.214295,0.048799682,842.7607,0.055652685,799.3209,110.03905,0.026755076,0.024388501,310.49805,39.527916,149.78136,149.31203,9790.145,0.20783788,2577.5464,5.5111575,0.15827824,0.24040681,0.3316045,275.69418,334.36014,28.469456,76.683464,40.19101,16.464342,1626.5339,2.9419026,69.83266,26.872803,463.96155,29.811613,417.06308,12.314648,74.60472,0.0,1008.32904,3986.4475,1.3220774,315.72604,40.204967,25791.92,40.02923,1.4906278,17.884178,41.305275,9.325471,2.7228332,20.214554,575.2434,210.20752,23.325323,1.2448561,3.6407883,132.49718,7.84843,227.64484,233.12419,2025.5887,677.85803,108.13955,144.48276,179.55072,5.324732,8.099326,30.86913,3.3721826,5.4806914,29.029789,39.99382,103.432526,22.276527,24.77724,60.954372,11.688911,3499.9194,25.364527,23.294355,18.368582,12.4722595,192.34851,40.742832,21.94758,5.903082,14.417337,20.585484,77.41488,161.1978,38.91734,166.20702,28.690413,18.013752,107.630714,67.29214,246.38625,80.56962,1.9835161,4.950806,5.714234,40.1512,7424.8325,2.0917768,15.757143,60.797783,18.579664,175.58658,53.725807,114.89578,2.9509468,92.0498,466.27432,294.71912,64.12528,443.85678,55.471775,64.69166,106.05619,17.688866,2.8296657,17.345186,626.8215,0.4017569,0.68368816,80.55984,11.347085,8.224628,9.53992,16.535406,110.653275,27.308367,148.71933,756.74915,398.76468,2674.3462,2069.1868,34.962864,68.82166,4475.291,15.655322,105.29939,638.4341,181.13165,245.5494,108.48917,621.5871,594.6192,468.07648,18.861752,132.52715,423.28073,816.95435,37.552837,330.81482,47.89496,1.6008406,50.685432,1.1074468,1.1155976,4.5700893,24.508226,213.68019,47.651543,19.267473,587.8496,172.56317,101.350235,136.50807,40.368664,54.39113,24.783066,38.301266,22.872984,194.32544,84.44321,31.652187,21.623678,20.605644,46.56233,41.46223,6.07822,183.01257,48.653965,459.2939,17.69772,865.786,43.51678,432.15097,358.57666,18.697952,16.565958,516.6777,606.6019,1684.8286,295.57584 +2023-10-25 07:00:00,0.0,7003.069,193.41937,79.763115,97.999954,64.5581,314.86945,44.969345,92.38427,27.693588,53.50497,1192.0927,93.4085,27.052385,245.956,1.1792061,1.0200647,45.977062,2.217918,0.04863744,843.2028,0.055606272,799.7244,110.07937,0.026669255,0.024331061,310.73395,39.5427,149.9343,149.37856,9779.288,0.20812432,2578.42,5.5196843,0.15847377,0.24065489,0.3320688,275.79388,334.45187,28.480356,76.60517,40.192142,16.455221,1625.6279,2.9446418,69.817406,26.850775,464.03088,29.804596,416.96887,12.297355,74.56131,0.0,1007.94916,3984.2837,1.3182967,315.54495,40.14449,25778.459,39.998802,1.4873677,17.877369,41.292843,9.313086,2.7205422,20.207968,574.7832,209.94476,23.312748,1.2423352,3.6359737,132.41124,7.826585,227.56628,233.24812,2024.8112,678.03546,108.11597,144.45717,179.13943,5.324794,8.100179,30.901966,3.3728375,5.485732,28.987526,39.948067,103.45228,22.260685,24.752491,60.926163,11.690108,3499.5618,25.358883,23.290995,18.365183,12.465596,192.28639,40.722183,21.940187,5.9014587,14.406136,20.568089,77.367096,161.08871,38.871708,166.11563,28.659664,17.992893,107.57628,67.255615,245.88042,80.55069,1.9837043,4.947715,5.713004,40.102005,7412.242,2.092299,15.738532,60.827118,18.570608,175.5023,53.710217,114.910805,2.9527493,92.00474,466.35538,294.85324,64.053444,443.8946,55.49664,64.65836,106.00362,17.699512,2.830758,17.350718,626.4882,0.40237656,0.68432796,80.583984,11.344687,8.228314,9.543034,16.536524,110.70417,27.288794,148.75389,756.92554,398.8789,2674.3333,2069.1975,34.947723,68.81463,4470.51,15.66665,105.25588,638.30145,181.04366,245.43504,108.45723,621.22546,594.1666,468.03232,18.844086,132.46196,422.7824,816.0578,37.478695,330.02722,47.800392,1.6016091,50.685837,1.1078104,1.1163734,4.5736394,24.460028,213.65546,47.582176,19.269938,586.9573,172.29323,101.19816,136.26881,40.3245,54.3918,24.76743,38.1892,22.859879,194.06831,84.29903,31.64665,21.585226,20.575672,46.497215,41.376453,6.06593,182.77193,48.57748,458.73065,17.675734,864.61786,43.462822,432.29276,358.02808,18.678585,16.561018,516.1448,606.20953,1684.4131,295.855 +2023-10-25 08:00:00,0.0,6993.1646,193.13875,79.7775,98.04731,64.56317,314.94223,44.980736,92.42985,27.696707,53.527927,1191.1011,93.35375,27.056807,246.01411,1.1809592,1.0217177,45.99701,2.221541,0.048475195,843.645,0.055559855,800.12787,110.11969,0.026583431,0.024273623,310.96988,39.557484,150.08722,149.4451,9768.433,0.20841077,2579.2935,5.5282116,0.15866931,0.24090295,0.33253312,275.8936,334.5436,28.491257,76.52688,40.19328,16.4461,1624.7219,2.9473808,69.80216,26.828747,464.1002,29.79758,416.87466,12.280062,74.51789,0.0,1007.5692,3982.1199,1.314516,315.36386,40.08401,25764.998,39.968372,1.4841077,17.870558,41.28041,9.300699,2.7182512,20.201382,574.32306,209.68202,23.300173,1.2398142,3.6311593,132.3253,7.80474,227.48773,233.37204,2024.0336,678.2129,108.09239,144.43158,178.72813,5.3248553,8.10103,30.934801,3.3734925,5.4907722,28.945263,39.902313,103.47204,22.24484,24.727741,60.897953,11.691306,3499.2043,25.35324,23.287634,18.361784,12.458933,192.22427,40.701534,21.932796,5.8998356,14.394934,20.550695,77.31931,160.97963,38.826077,166.02425,28.628914,17.972036,107.52184,67.219086,245.37459,80.53177,1.9838924,4.9446235,5.7117743,40.052807,7399.652,2.092821,15.71992,60.856453,18.561554,175.41803,53.694626,114.92583,2.954552,91.95968,466.4364,294.98737,63.981613,443.93237,55.521507,64.62506,105.95105,17.71016,2.8318505,17.35625,626.1549,0.40299624,0.6849677,80.60813,11.342289,8.232,9.546147,16.537643,110.755066,27.26922,148.78844,757.1019,398.99316,2674.3206,2069.208,34.932583,68.80759,4465.7285,15.677978,105.212364,638.16876,180.95564,245.3207,108.42529,620.8638,593.7141,467.9882,18.82642,132.39677,422.2841,815.1612,37.404552,329.23962,47.705822,1.6023775,50.686237,1.1081738,1.1171492,4.5771894,24.411829,213.6307,47.51281,19.272402,586.06494,172.02328,101.04608,136.02957,40.28034,54.39247,24.751793,38.077133,22.846775,193.8112,84.15484,31.641113,21.546774,20.545698,46.432106,41.29068,6.05364,182.5313,48.500996,458.1674,17.65375,863.4497,43.40886,432.4345,357.4795,18.659218,16.556076,515.6118,605.81714,1683.9977,296.1342 +2023-10-25 09:00:00,0.0,6983.2603,192.85811,79.79188,98.09466,64.568245,315.01505,44.992126,92.475426,27.699827,53.55088,1190.1094,93.299,27.061226,246.07222,1.1827123,1.0233706,46.016953,2.225164,0.04831295,844.08716,0.05551344,800.5313,110.16001,0.02649761,0.024216183,311.2058,39.57227,150.24014,149.51163,9757.576,0.2086972,2580.167,5.5367384,0.15886484,0.241151,0.3329974,275.9933,334.63535,28.502155,76.448586,40.194416,16.43698,1623.8159,2.95012,69.78691,26.806719,464.1695,29.790564,416.78046,12.262769,74.47448,0.0,1007.1893,3979.9558,1.3107352,315.18274,40.023533,25751.535,39.937946,1.4808477,17.863749,41.26798,9.288314,2.71596,20.194798,573.86285,209.41928,23.287598,1.2372932,3.6263447,132.23936,7.782895,227.4092,233.49597,2023.2561,678.3903,108.06881,144.40599,178.31685,5.324917,8.101883,30.967638,3.3741474,5.495813,28.903,39.85656,103.4918,22.228998,24.702991,60.869743,11.692503,3498.8467,25.347593,23.284275,18.358385,12.452269,192.16216,40.680885,21.925404,5.8982124,14.383732,20.5333,77.27153,160.87054,38.78044,165.93286,28.598164,17.951178,107.46741,67.18256,244.86876,80.51285,1.9840807,4.941532,5.710544,40.00361,7387.062,2.0933428,15.701309,60.885788,18.552498,175.33376,53.67903,114.94085,2.9563544,91.91462,466.51746,295.12152,63.90978,443.97015,55.54637,64.59176,105.898476,17.720806,2.832943,17.361782,625.82166,0.4036159,0.6856075,80.632286,11.3398905,8.235687,9.549262,16.538761,110.80596,27.249647,148.823,757.27826,399.10742,2674.3076,2069.2188,34.917442,68.80055,4460.9473,15.689305,105.16885,638.03613,180.86765,245.20634,108.393364,620.50214,593.2616,467.94403,18.808756,132.33159,421.78574,814.2646,37.330414,328.45203,47.611256,1.603146,50.68664,1.1085373,1.117925,4.580739,24.36363,213.60597,47.443443,19.274866,585.1726,171.75336,100.89401,135.79033,40.236176,54.393147,24.736156,37.96507,22.83367,193.5541,84.01066,31.635576,21.508322,20.515726,46.366993,41.204906,6.04135,182.29066,48.42451,457.6041,17.631763,862.28156,43.3549,432.5763,356.9309,18.63985,16.551134,515.0789,605.42474,1683.5822,296.41333 +2023-10-25 10:00:00,0.0,6973.3555,192.57748,79.80626,98.14201,64.57332,315.08783,45.003517,92.520996,27.702948,53.573833,1189.1178,93.244255,27.065645,246.13034,1.1844654,1.0250236,46.0369,2.228787,0.048150707,844.52936,0.055467024,800.93475,110.20034,0.026411787,0.024158744,311.44174,39.587055,150.39307,149.57817,9746.72,0.20898364,2581.0405,5.545265,0.15906037,0.24139906,0.3334617,276.093,334.7271,28.513056,76.37029,40.19555,16.427858,1622.91,2.952859,69.77166,26.78469,464.23883,29.783548,416.68625,12.245475,74.43106,0.0,1006.8094,3977.792,1.3069545,315.00165,39.96305,25738.074,39.90752,1.4775877,17.856937,41.255547,9.275928,2.713669,20.188211,573.4027,209.15654,23.275023,1.2347722,3.62153,132.15343,7.76105,227.33064,233.61989,2022.4785,678.5677,108.04523,144.3804,177.90556,5.324979,8.1027355,31.000473,3.3748024,5.5008535,28.860739,39.810806,103.51156,22.213154,24.678242,60.841534,11.6937,3498.4893,25.34195,23.280914,18.354986,12.445605,192.10004,40.660236,21.91801,5.8965893,14.37253,20.515907,77.22375,160.76146,38.73481,165.84148,28.567415,17.93032,107.41297,67.146034,244.36293,80.49393,1.9842688,4.938441,5.7093143,39.95441,7374.4717,2.0938647,15.682698,60.915123,18.543444,175.24947,53.66344,114.95587,2.958157,91.86956,466.5985,295.25565,63.837948,444.00797,55.571236,64.55846,105.8459,17.731453,2.8340354,17.367313,625.48834,0.40423557,0.6862473,80.65643,11.337492,8.239373,9.552376,16.539879,110.856865,27.230074,148.85756,757.45465,399.22165,2674.295,2069.2295,34.9023,68.79352,4456.166,15.700633,105.125336,637.90344,180.77963,245.092,108.36143,620.1405,592.809,467.8999,18.79109,132.2664,421.2874,813.36804,37.25627,327.6644,47.51669,1.6039144,50.687042,1.1089008,1.1187009,4.584289,24.315432,213.58122,47.374073,19.277328,584.2802,171.48341,100.741936,135.55107,40.192013,54.393818,24.72052,37.853004,22.820564,193.29698,83.86648,31.63004,21.46987,20.485752,46.301884,41.11913,6.0290594,182.05002,48.348026,457.04083,17.609777,861.1134,43.30094,432.71805,356.38232,18.620483,16.546192,514.54596,605.03235,1683.1666,296.6925 +2023-10-25 11:00:00,0.0,6963.451,192.29684,79.82064,98.18936,64.57839,315.1606,45.014908,92.566574,27.706068,53.59679,1188.1262,93.18951,27.070066,246.18846,1.1862184,1.0266765,46.056843,2.23241,0.047988463,844.9715,0.055420607,801.3382,110.24066,0.026325965,0.024101304,311.67767,39.60184,150.546,149.6447,9735.864,0.20927009,2581.914,5.553792,0.1592559,0.24164712,0.33392596,276.1927,334.81885,28.523954,76.292,40.196686,16.418737,1622.004,2.955598,69.75642,26.762663,464.3081,29.776531,416.59204,12.228182,74.38765,0.0,1006.42944,3975.6282,1.3031738,314.82053,39.902573,25724.613,39.87709,1.4743277,17.850128,41.24312,9.263542,2.711378,20.181625,572.9425,208.89378,23.262447,1.2322513,3.6167154,132.06749,7.7392054,227.25209,233.74382,2021.7009,678.7451,108.02165,144.35481,177.49426,5.3250403,8.103587,31.03331,3.3754573,5.505894,28.818476,39.765057,103.53131,22.197311,24.653492,60.813324,11.694898,3498.1318,25.336306,23.277554,18.351587,12.438942,192.03793,40.63959,21.910618,5.8949666,14.361328,20.498512,77.175964,160.65237,38.68918,165.75008,28.536665,17.909462,107.358536,67.10951,243.85712,80.475,1.984457,4.9353495,5.7080846,39.905216,7361.8813,2.0943868,15.664087,60.944458,18.53439,175.16519,53.64785,114.970894,2.9599595,91.82449,466.67953,295.38977,63.766113,444.04575,55.596104,64.525154,105.793335,17.742102,2.8351278,17.372847,625.1551,0.40485522,0.6868871,80.68058,11.335094,8.24306,9.55549,16.540998,110.90776,27.2105,148.89212,757.63104,399.3359,2674.282,2069.2402,34.887157,68.78648,4451.385,15.711961,105.08182,637.7708,180.69164,244.97765,108.32949,619.7789,592.3565,467.85574,18.773426,132.2012,420.7891,812.47144,37.18213,326.8768,47.42212,1.6046828,50.687447,1.1092644,1.1194768,4.5878386,24.267233,213.55649,47.304707,19.279793,583.3879,171.21349,100.58987,135.31183,40.14785,54.39449,24.704884,37.740936,22.807459,193.03987,83.7223,31.624502,21.431417,20.45578,46.23677,41.033356,6.0167694,181.80939,48.27154,456.47757,17.587791,859.94525,43.24698,432.85983,355.8337,18.601116,16.54125,514.01306,604.63995,1682.7511,296.97168 +2023-10-25 12:00:00,0.0,6953.547,192.01622,79.83502,98.23672,64.583466,315.23343,45.0263,92.61215,27.709188,53.619743,1187.1345,93.13476,27.074486,246.24657,1.1879715,1.0283295,46.07679,2.236033,0.04782622,845.4137,0.055374194,801.74164,110.28098,0.026240142,0.024043866,311.9136,39.616627,150.69893,149.71124,9725.008,0.20955653,2582.7876,5.5623193,0.15945144,0.24189518,0.33439025,276.2924,334.91058,28.534855,76.21371,40.197823,16.409616,1621.098,2.958337,69.741165,26.740635,464.3774,29.769516,416.49783,12.210889,74.34423,0.0,1006.0495,3973.4644,1.299393,314.63943,39.842094,25711.15,39.846664,1.4710677,17.843317,41.230682,9.251157,2.7090871,20.17504,572.48236,208.63104,23.249872,1.2297304,3.6119008,131.98154,7.7173605,227.17354,233.86774,2020.9233,678.92255,107.99808,144.32922,177.08298,5.3251023,8.10444,31.066147,3.3761122,5.510935,28.776213,39.719303,103.55107,22.181469,24.628742,60.785114,11.6960945,3497.7742,25.330662,23.274193,18.34819,12.432278,191.97581,40.618942,21.903225,5.8933434,14.350126,20.48112,77.12818,160.5433,38.643547,165.65869,28.505917,17.888605,107.30409,67.07298,243.35129,80.45608,1.9846451,4.932258,5.706855,39.856018,7349.291,2.0949087,15.645476,60.973793,18.525333,175.08092,53.63226,114.985916,2.9617622,91.779434,466.7606,295.52393,63.69428,444.08353,55.620968,64.49185,105.74076,17.752748,2.8362203,17.378378,624.8218,0.4054749,0.6875269,80.70473,11.332696,8.246746,9.558604,16.542116,110.95866,27.190928,148.92668,757.8074,399.45016,2674.2693,2069.251,34.872017,68.77944,4446.6035,15.723289,105.03831,637.6382,180.60364,244.8633,108.29756,619.4172,591.904,467.8116,18.75576,132.13602,420.29074,811.5748,37.107986,326.0892,47.327553,1.6054512,50.687847,1.1096278,1.1202526,4.5913887,24.219032,213.53174,47.23534,19.282257,582.49554,170.94354,100.43779,135.07259,40.103687,54.39516,24.689247,37.628872,22.794355,192.78275,83.57811,31.618965,21.392965,20.425806,46.17166,40.94758,6.0044794,181.56874,48.195057,455.91428,17.565805,858.7771,43.19302,433.0016,355.28513,18.58175,16.536308,513.4801,604.24756,1682.3357,297.25085 +2023-10-25 13:00:00,0.0,6943.6426,191.7356,79.8494,98.284065,64.58854,315.3062,45.03769,92.65772,27.712307,53.642696,1186.143,93.08001,27.078905,246.30469,1.1897246,1.0299824,46.096733,2.239656,0.047663976,845.85583,0.055327777,802.1451,110.321304,0.02615432,0.023986425,312.1495,39.63141,150.85185,149.77779,9714.152,0.20984297,2583.6614,5.570846,0.15964697,0.24214324,0.33485454,276.3921,335.00232,28.545755,76.135414,40.19896,16.400496,1620.1921,2.9610763,69.725914,26.718607,464.44672,29.762499,416.40363,12.193596,74.30082,0.0,1005.66956,3971.3003,1.2956123,314.4583,39.781616,25697.69,39.81624,1.4678077,17.836508,41.218254,9.2387705,2.7067962,20.168453,572.02216,208.3683,23.237297,1.2272093,3.6070862,131.8956,7.6955156,227.095,233.99167,2020.1459,679.1,107.97449,144.30363,176.67169,5.325164,8.105292,31.098982,3.3767672,5.5159755,28.73395,39.67355,103.57083,22.165625,24.603992,60.756905,11.697291,3497.4167,25.325016,23.270834,18.344791,12.425614,191.9137,40.598293,21.895834,5.8917203,14.338924,20.463724,77.0804,160.43422,38.597916,165.5673,28.475166,17.867746,107.24966,67.03646,242.84546,80.43716,1.9848334,4.9291663,5.705625,39.80682,7336.701,2.0954306,15.626865,61.003128,18.51628,174.99664,53.61667,115.00094,2.9635646,91.734375,466.84164,295.65805,63.622448,444.12134,55.645832,64.45855,105.68819,17.763395,2.8373127,17.383911,624.4885,0.40609458,0.6881666,80.728874,11.330297,8.250433,9.561718,16.543236,111.00955,27.171354,148.96124,757.98376,399.5644,2674.2563,2069.2617,34.856876,68.77241,4441.8223,15.734616,104.99479,637.5055,180.51562,244.74896,108.265625,619.05554,591.4515,467.76746,18.738094,132.07083,419.79242,810.6783,37.033848,325.3016,47.232986,1.6062198,50.688248,1.1099913,1.1210284,4.5949388,24.170834,213.507,47.165974,19.284721,581.6032,170.6736,100.28571,134.83333,40.059525,54.395832,24.67361,37.516808,22.78125,192.52563,83.43393,31.613428,21.354513,20.395834,46.10655,40.861805,5.9921894,181.32811,48.118572,455.351,17.54382,857.609,43.139057,433.14337,354.73654,18.562384,16.531366,512.9472,603.85516,1681.9202,297.53003 +2023-10-25 14:00:00,0.0,6933.7383,191.45496,79.863785,98.33142,64.59361,315.379,45.04908,92.7033,27.715427,53.665653,1185.1514,93.02526,27.083326,246.36281,1.1914777,1.0316354,46.11668,2.243279,0.047501728,846.298,0.05528136,802.5486,110.36163,0.026068497,0.023928987,312.38544,39.646194,151.00478,149.84431,9703.296,0.21012941,2584.535,5.579373,0.1598425,0.2423913,0.33531886,276.4918,335.09406,28.556654,76.05712,40.200092,16.391375,1619.2861,2.9638152,69.71067,26.696579,464.51605,29.755484,416.3094,12.176303,74.2574,0.0,1005.2897,3969.1365,1.2918316,314.27722,39.721138,25684.227,39.78581,1.4645476,17.829699,41.205822,9.226385,2.7045052,20.161867,571.562,208.10556,23.224722,1.2246884,3.6022718,131.80966,7.6736703,227.01645,234.11559,2019.3683,679.2774,107.95092,144.27805,176.26039,5.325226,8.106144,31.131819,3.377422,5.521016,28.691687,39.627796,103.59059,22.149782,24.579243,60.728695,11.698489,3497.059,25.319372,23.267473,18.341393,12.418951,191.85158,40.577644,21.888441,5.890097,14.327723,20.446331,77.032616,160.32513,38.552284,165.47592,28.444418,17.84689,107.19522,66.99993,242.33963,80.41823,1.9850215,4.926075,5.7043953,39.75762,7324.111,2.0959525,15.6082535,61.032463,18.507223,174.91235,53.601074,115.01597,2.9653673,91.689316,466.92267,295.79218,63.550613,444.15912,55.6707,64.42525,105.63562,17.774042,2.8384051,17.389442,624.1552,0.40671423,0.6888064,80.75302,11.327899,8.254119,9.564833,16.544353,111.060455,27.151781,148.9958,758.16016,399.67865,2674.2437,2069.2722,34.841736,68.76537,4437.0405,15.745943,104.95128,637.37286,180.42763,244.63461,108.23369,618.6939,590.9989,467.72333,18.72043,132.00565,419.2941,809.7817,36.959705,324.514,47.138416,1.6069882,50.688652,1.1103548,1.1218042,4.5984883,24.122635,213.48225,47.096603,19.287186,580.7109,170.40367,100.133644,134.59409,40.01536,54.396507,24.657976,37.404743,22.768145,192.26852,83.28975,31.607891,21.316061,20.36586,46.041435,40.776028,5.9798994,181.08746,48.042088,454.78772,17.521835,856.44086,43.0851,433.28513,354.18796,18.543016,16.526424,512.4143,603.46277,1681.5046,297.8092 +2023-10-25 15:00:00,0.0,6923.834,191.17433,79.87817,98.37877,64.59869,315.45178,45.06047,92.74888,27.718548,53.688606,1184.1597,92.97051,27.087746,246.42091,1.1932307,1.0332884,46.136623,2.2469018,0.047339484,846.7402,0.055234946,802.952,110.401955,0.025982674,0.023871547,312.62137,39.66098,151.15771,149.91086,9692.439,0.21041586,2585.4084,5.5879,0.16003804,0.24263936,0.33578312,276.59152,335.1858,28.567554,75.97883,40.20123,16.382254,1618.3801,2.9665544,69.69542,26.674551,464.58536,29.748466,416.21518,12.15901,74.21399,0.0,1004.9098,3966.9727,1.2880509,314.0961,39.66066,25670.766,39.755383,1.4612876,17.822887,41.19339,9.214,2.7022142,20.155281,571.1018,207.8428,23.212149,1.2221674,3.5974572,131.72372,7.6518254,226.9379,234.23952,2018.5907,679.45483,107.92734,144.25247,175.8491,5.3252873,8.106997,31.164654,3.378077,5.5260563,28.649424,39.582043,103.610344,22.133938,24.554493,60.70049,11.699686,3496.7017,25.313728,23.264112,18.337994,12.412287,191.78946,40.556995,21.881048,5.888474,14.316521,20.428936,76.98483,160.21605,38.506653,165.38454,28.413668,17.82603,107.140785,66.96341,241.8338,80.39931,1.9852097,4.9229836,5.703165,39.708427,7311.5205,2.0964746,15.589643,61.0618,18.498169,174.82808,53.585484,115.03099,2.9671698,91.64426,467.00372,295.92633,63.47878,444.1969,55.695564,64.39195,105.583046,17.784689,2.8394976,17.394976,623.82196,0.4073339,0.6894462,80.777176,11.325501,8.257805,9.567946,16.545471,111.11135,27.132208,149.03036,758.33655,399.7929,2674.2307,2069.283,34.826595,68.75834,4432.2593,15.757271,104.90776,637.2402,180.33961,244.52026,108.20175,618.3323,590.5464,467.67917,18.702765,131.94046,418.79575,808.8851,36.885563,323.72638,47.04385,1.6077566,50.689053,1.1107184,1.12258,4.6020384,24.074436,213.45752,47.027237,19.28965,579.81854,170.13373,99.98157,134.35484,39.9712,54.39718,24.64234,37.292675,22.755041,192.01141,83.14557,31.602354,21.277609,20.335886,45.976326,40.690254,5.9676094,180.84683,47.965603,454.22446,17.49985,855.2727,43.03114,433.4269,353.63937,18.52365,16.521482,511.88135,603.0704,1681.0892,298.08838 +2023-10-25 16:00:00,0.0,6913.9297,190.89369,79.89255,98.42612,64.60376,315.5246,45.07186,92.79445,27.721668,53.71156,1183.1681,92.915764,27.092165,246.47903,1.1949838,1.0349413,46.15657,2.2505248,0.04717724,847.1823,0.05518853,803.35547,110.442276,0.025896853,0.023814108,312.8573,39.675766,151.31064,149.97739,9681.584,0.2107023,2586.282,5.596427,0.16023357,0.24288742,0.3362474,276.69122,335.27756,28.578453,75.900536,40.202366,16.373133,1617.4741,2.9692936,69.68017,26.652523,464.65463,29.741451,416.12097,12.141716,74.17057,0.0,1004.5298,3964.8086,1.2842702,313.915,39.60018,25657.305,39.724957,1.4580276,17.816078,41.180958,9.201613,2.6999233,20.148695,570.6416,207.58006,23.199574,1.2196465,3.5926425,131.63779,7.6299806,226.85934,234.36343,2017.8132,679.63226,107.903755,144.22688,175.43782,5.3253493,8.107849,31.19749,3.378732,5.531097,28.60716,39.53629,103.630104,22.118095,24.529743,60.67228,11.700883,3496.344,25.308084,23.260754,18.334595,12.405623,191.72734,40.53635,21.873655,5.886851,14.305319,20.411543,76.93705,160.10696,38.46102,165.29314,28.382917,17.805174,107.08635,66.92688,241.32797,80.38039,1.9853978,4.9198923,5.7019353,39.65923,7298.93,2.0969965,15.571032,61.09113,18.489115,174.7438,53.569893,115.04601,2.9689724,91.5992,467.08478,296.06046,63.406948,444.2347,55.72043,64.35865,105.53047,17.795338,2.84059,17.400507,623.48865,0.40795356,0.690086,80.80132,11.323103,8.261492,9.57106,16.54659,111.16225,27.112635,149.06493,758.51294,399.90714,2674.218,2069.2937,34.811455,68.751305,4427.478,15.768599,104.86425,637.10754,180.25162,244.40591,108.16982,617.9706,590.0939,467.63504,18.6851,131.87527,418.29742,807.9885,36.811424,322.93878,46.949284,1.608525,50.689457,1.1110818,1.1233559,4.605588,24.026237,213.43277,46.95787,19.292114,578.92615,169.8638,99.8295,134.11559,39.927036,54.39785,24.626703,37.18061,22.741936,191.7543,83.00139,31.596817,21.239157,20.305914,45.911213,40.60448,5.9553194,180.60619,47.88912,453.6612,17.477863,854.10455,42.977177,433.56866,353.0908,18.504282,16.51654,511.34842,602.678,1680.6737,298.36755 +2023-10-25 17:00:00,0.0,6904.0254,190.61307,79.90693,98.47347,64.60883,315.59738,45.083252,92.84003,27.724787,53.734512,1182.1765,92.861015,27.096586,246.53714,1.1967369,1.0365943,46.176514,2.2541478,0.047014996,847.6245,0.055142112,803.7589,110.4826,0.02581103,0.023756668,313.09323,39.690548,151.46356,150.04393,9670.728,0.21098873,2587.1555,5.604954,0.1604291,0.24313548,0.3367117,276.79092,335.3693,28.589354,75.82224,40.203503,16.364012,1616.5682,2.9720325,69.664925,26.630495,464.72394,29.734434,416.02676,12.124423,74.12716,0.0,1004.1499,3962.6448,1.2804894,313.73392,39.539703,25643.842,39.694527,1.4547676,17.809267,41.168526,9.189228,2.6976323,20.142109,570.18146,207.31732,23.186998,1.2171255,3.587828,131.55185,7.6081357,226.7808,234.48737,2017.0356,679.80963,107.88018,144.2013,175.02652,5.325411,8.108701,31.230328,3.379387,5.5361376,28.564898,39.490536,103.649864,22.102253,24.504993,60.64407,11.702081,3495.9866,25.302439,23.257393,18.331196,12.39896,191.66524,40.5157,21.866264,5.8852277,14.294117,20.394148,76.88927,159.99788,38.41539,165.20175,28.352169,17.784315,107.03191,66.89036,240.82214,80.361465,1.985586,4.916801,5.7007055,39.61003,7286.34,2.0975184,15.552421,61.120464,18.480059,174.65953,53.554302,115.061035,2.970775,91.55413,467.1658,296.19458,63.335114,444.2725,55.745296,64.32535,105.477905,17.805984,2.8416824,17.40604,623.1554,0.40857324,0.6907258,80.82547,11.320704,8.265178,9.574175,16.547709,111.21314,27.093061,149.09949,758.68933,400.0214,2674.205,2069.3044,34.796314,68.74426,4422.697,15.779926,104.82073,636.97485,180.1636,244.29156,108.137886,617.60895,589.64136,467.59088,18.667435,131.81007,417.7991,807.0919,36.73728,322.15118,46.854713,1.6092935,50.689857,1.1114453,1.1241317,4.609138,23.978039,213.40804,46.888504,19.294579,578.0338,169.59386,99.67742,133.87634,39.882874,54.39852,24.611067,37.068546,22.72883,191.4972,82.8572,31.59128,21.200705,20.27594,45.846104,40.518703,5.943029,180.36555,47.812634,453.0979,17.455877,852.9364,42.923218,433.71045,352.54218,18.484915,16.511599,510.8155,602.2856,1680.2582,298.6467 +2023-10-25 18:00:00,0.0,6894.121,190.33243,79.92131,98.52082,64.613914,315.67017,45.094643,92.885605,27.727907,53.75747,1181.1848,92.80627,27.101006,246.59526,1.19849,1.0382473,46.19646,2.2577708,0.046852753,848.06665,0.0550957,804.16235,110.52293,0.025725208,0.02369923,313.32916,39.705334,151.61649,150.11046,9659.872,0.21127518,2588.029,5.613481,0.16062464,0.24338354,0.337176,276.89062,335.46103,28.600254,75.74395,40.204636,16.35489,1615.6622,2.9747717,69.64967,26.608467,464.79327,29.727419,415.93256,12.10713,74.08374,0.0,1003.77,3960.481,1.2767087,313.5528,39.479225,25630.38,39.6641,1.4515076,17.802458,41.156094,9.176842,2.6953413,20.135523,569.72125,207.05458,23.174423,1.2146045,3.5830133,131.46591,7.586291,226.70226,234.61128,2016.258,679.98706,107.8566,144.1757,174.61523,5.3254724,8.109553,31.263163,3.3800418,5.541178,28.522635,39.444782,103.669624,22.086409,24.480244,60.61586,11.703278,3495.6292,25.296795,23.254032,18.327797,12.392296,191.60312,40.495052,21.858871,5.883605,14.282915,20.376755,76.841484,159.8888,38.36976,165.11037,28.321419,17.763458,106.97747,66.85383,240.31631,80.34254,1.9857742,4.9137096,5.699476,39.560833,7273.75,2.0980403,15.53381,61.1498,18.471004,174.57524,53.53871,115.07606,2.9725776,91.50907,467.24686,296.32874,63.26328,444.31027,55.77016,64.292046,105.42533,17.816631,2.8427749,17.411572,622.8221,0.4091929,0.6913656,80.84962,11.318306,8.268865,9.577289,16.548828,111.264046,27.073488,149.13405,758.8657,400.13565,2674.1924,2069.3152,34.78117,68.73723,4417.9155,15.791254,104.777214,636.8422,180.0756,244.17722,108.10595,617.2473,589.1888,467.54672,18.649769,131.74489,417.30075,806.1953,36.66314,321.3636,46.760147,1.6100619,50.69026,1.1118088,1.1249075,4.612688,23.92984,213.38329,46.819134,19.297043,577.1415,169.32391,99.525345,133.6371,39.83871,54.399193,24.59543,36.956482,22.715725,191.24007,82.71302,31.585743,21.162254,20.245968,45.78099,40.43293,5.930739,180.12492,47.73615,452.53464,17.433891,851.76825,42.869255,433.85223,351.9936,18.465548,16.506657,510.28256,601.8932,1679.8427,298.92587 +2023-10-25 19:00:00,0.0,6884.217,190.0518,79.93569,98.56818,64.61899,315.74298,45.106033,92.931175,27.731028,53.780422,1180.1932,92.75152,27.105425,246.65338,1.2002431,1.0399003,46.216404,2.2613938,0.04669051,848.50885,0.05504928,804.5658,110.56325,0.025639385,0.02364179,313.56506,39.72012,151.76941,150.177,9649.016,0.21156162,2588.9026,5.622008,0.16082017,0.2436316,0.3376403,276.99033,335.55276,28.611153,75.66566,40.205772,16.34577,1614.7562,2.9775107,69.63442,26.58644,464.86258,29.720402,415.83835,12.089837,74.04033,0.0,1003.39,3958.3171,1.272928,313.3717,39.418747,25616.918,39.633675,1.4482476,17.795647,41.14366,9.164456,2.6930501,20.128937,569.2611,206.79182,23.161848,1.2120836,3.578199,131.37997,7.564446,226.6237,234.73521,2015.4805,680.1645,107.833015,144.15012,174.20395,5.3255343,8.110406,31.296,3.3806968,5.546219,28.480373,39.399033,103.68938,22.070566,24.455494,60.58765,11.704475,3495.2715,25.291151,23.250671,18.324398,12.3856325,191.541,40.474403,21.851479,5.881982,14.271713,20.35936,76.7937,159.77971,38.324127,165.01898,28.29067,17.7426,106.923035,66.81731,239.81049,80.323616,1.9859624,4.9106183,5.698246,39.51164,7261.1597,2.0985622,15.515199,61.179134,18.461948,174.49097,53.523117,115.09108,2.97438,91.46401,467.3279,296.46286,63.19145,444.34808,55.79503,64.25874,105.372765,17.827278,2.8438673,17.417105,622.48883,0.40981257,0.69200534,80.873764,11.315908,8.272551,9.580402,16.549946,111.31494,27.053915,149.16861,759.0421,400.24988,2674.1794,2069.3257,34.76603,68.730194,4413.1343,15.802582,104.7337,636.70953,179.9876,244.06287,108.07402,616.8857,588.73627,467.5026,18.632105,131.6797,416.80243,805.29877,36.588997,320.576,46.66558,1.6108304,50.690662,1.1121724,1.1256833,4.6162376,23.881641,213.35855,46.749767,19.299507,576.24915,169.05399,99.373276,133.39784,39.794548,54.399864,24.579794,36.844414,22.702621,190.98296,82.56884,31.580206,21.123802,20.215994,45.71588,40.347153,5.918449,179.88428,47.659664,451.97134,17.411905,850.6001,42.815296,433.994,351.445,18.446182,16.501715,509.74963,601.5008,1679.4272,299.20505 +2023-10-25 20:00:00,0.0,6874.3125,189.77118,79.95007,98.615524,64.62406,315.81577,45.117424,92.97675,27.734148,53.803375,1179.2017,92.69677,27.109846,246.71149,1.2019961,1.0415533,46.23635,2.2650168,0.046528265,848.951,0.055002864,804.9693,110.60357,0.025553564,0.023584351,313.801,39.734905,151.92235,150.24353,9638.16,0.21184807,2589.7764,5.6305346,0.1610157,0.24387966,0.3381046,277.09003,335.6445,28.622053,75.587364,40.20691,16.336649,1613.8502,2.98025,69.61918,26.564411,464.9319,29.713387,415.74414,12.072544,73.99691,0.0,1003.01013,3956.153,1.2691473,313.19058,39.35827,25603.457,39.603245,1.4449875,17.788837,41.13123,9.152071,2.6907592,20.12235,568.8009,206.52908,23.149273,1.2095625,3.5733843,131.29404,7.542601,226.54515,234.85913,2014.703,680.3419,107.80944,144.12453,173.79265,5.325596,8.111258,31.328835,3.3813517,5.5512595,28.43811,39.35328,103.70914,22.054722,24.430744,60.55944,11.705672,3494.914,25.285507,23.247313,18.321,12.378969,191.47888,40.453754,21.844086,5.8803587,14.260511,20.341967,76.74592,159.67062,38.278496,164.92758,28.25992,17.721743,106.8686,66.78078,239.30466,80.304695,1.9861505,4.9075265,5.6970162,39.46244,7248.5693,2.0990844,15.496587,61.20847,18.452894,174.4067,53.507526,115.1061,2.9761827,91.41895,467.40894,296.597,63.119614,444.38586,55.819893,64.22544,105.32019,17.837925,2.8449597,17.422636,622.1555,0.41043222,0.69264513,80.89791,11.31351,8.2762375,9.583517,16.551064,111.36584,27.034342,149.20317,759.2185,400.36414,2674.1667,2069.3364,34.75089,68.72316,4408.353,15.81391,104.690186,636.5769,179.8996,243.94852,108.04208,616.524,588.28375,467.45844,18.614439,131.61452,416.3041,804.40216,36.51486,319.78836,46.57101,1.6115988,50.691067,1.1125358,1.1264591,4.6197877,23.833443,213.3338,46.6804,19.301971,575.3568,168.78404,99.2212,133.1586,39.750385,54.40054,24.564157,36.73235,22.689516,190.72585,82.42466,31.574669,21.08535,20.186022,45.65077,40.26138,5.906159,179.64365,47.58318,451.40808,17.389921,849.43195,42.761337,434.13577,350.89642,18.426815,16.496773,509.2167,601.1084,1679.0117,299.48422 +2023-10-25 21:00:00,0.0,6864.4077,189.49054,79.964455,98.66288,64.629135,315.88855,45.128815,93.02233,27.737267,53.826332,1178.21,92.64202,27.114265,246.7696,1.2037492,1.0432062,46.256298,2.2686398,0.04636602,849.3932,0.05495645,805.37274,110.64389,0.02546774,0.02352691,314.03693,39.74969,152.07527,150.31007,9627.304,0.21213451,2590.65,5.6390615,0.16121124,0.24412772,0.33856887,277.18973,335.73627,28.632952,75.50907,40.208046,16.327528,1612.9443,2.9829888,69.60393,26.542383,465.00116,29.706371,415.64993,12.055251,73.9535,0.0,1002.63025,3953.9893,1.2653666,313.0095,39.29779,25589.996,39.57282,1.4417275,17.782028,41.118797,9.139685,2.6884682,20.115765,568.34076,206.26634,23.136698,1.2070416,3.5685697,131.20808,7.5207562,226.46661,234.98306,2013.9254,680.51935,107.78586,144.09894,173.38136,5.325658,8.11211,31.361671,3.3820066,5.5563,28.395847,39.307526,103.7289,22.03888,24.405994,60.53123,11.706869,3494.5564,25.279861,23.243952,18.317602,12.372305,191.41676,40.43311,21.836693,5.8787355,14.24931,20.324574,76.698135,159.56155,38.23286,164.8362,28.229172,17.700884,106.81416,66.744255,238.79884,80.28577,1.9863387,4.904435,5.6957865,39.413242,7235.979,2.0996063,15.477976,61.237804,18.443838,174.32242,53.491936,115.121124,2.9779851,91.37389,467.49,296.73114,63.04778,444.42365,55.844757,64.19214,105.26762,17.848572,2.846052,17.42817,621.82227,0.4110519,0.6932849,80.92206,11.311111,8.279923,9.586631,16.552183,111.41673,27.014769,149.23773,759.3949,400.4784,2674.1538,2069.3472,34.73575,68.71612,4403.572,15.825237,104.646675,636.4443,179.8116,243.83417,108.01015,616.16235,587.83124,467.4143,18.596773,131.54933,415.80576,803.50555,36.440716,319.00076,46.476444,1.6123673,50.691467,1.1128993,1.1272349,4.6233373,23.785242,213.30907,46.611034,19.304436,574.4645,168.51411,99.06913,132.91936,39.706223,54.40121,24.548521,36.620285,22.67641,190.46873,82.28047,31.569132,21.046898,20.156048,45.58566,40.175602,5.893869,179.403,47.506695,450.84482,17.367935,848.2638,42.707375,434.27753,350.34784,18.407448,16.49183,508.68378,600.716,1678.5962,299.7634 +2023-10-25 22:00:00,0.0,6854.5034,189.20992,79.978836,98.71023,64.63421,315.96136,45.140205,93.0679,27.740387,53.849285,1177.2184,92.58727,27.118685,246.82773,1.2055023,1.0448592,46.27624,2.2722628,0.046203777,849.8353,0.054910034,805.7762,110.68422,0.025381919,0.023469472,314.27286,39.764473,152.2282,150.3766,9616.447,0.21242094,2591.5234,5.6475887,0.16140677,0.24437578,0.33903316,277.28943,335.828,28.643852,75.43078,40.20918,16.318407,1612.0383,2.985728,69.58868,26.520357,465.0705,29.699354,415.5557,12.037958,73.91008,0.0,1002.25024,3951.8254,1.2615858,312.82837,39.237312,25576.533,39.542393,1.4384675,17.775217,41.106365,9.127299,2.6861773,20.109179,567.88055,206.0036,23.124123,1.2045207,3.563755,131.12215,7.498911,226.38806,235.10698,2013.1478,680.6968,107.762276,144.07335,172.97008,5.3257194,8.112963,31.394508,3.3826616,5.561341,28.353584,39.261772,103.74865,22.023035,24.381245,60.50302,11.708067,3494.199,25.274218,23.240591,18.314203,12.365642,191.35464,40.41246,21.829302,5.8771124,14.238108,20.307178,76.65035,159.45247,38.18723,164.74481,28.198421,17.680027,106.75973,66.707726,238.29301,80.266846,1.9865268,4.901344,5.694556,39.364044,7223.389,2.1001282,15.459365,61.26714,18.434784,174.23813,53.476345,115.13615,2.9797878,91.328835,467.57104,296.86526,62.975945,444.46146,55.869625,64.158844,105.21505,17.85922,2.8471444,17.4337,621.48895,0.41167158,0.6939247,80.94621,11.308714,8.283609,9.5897455,16.5533,111.46763,26.995195,149.2723,759.5713,400.59262,2674.141,2069.358,34.720608,68.70908,4398.7905,15.836564,104.60316,636.3116,179.72359,243.71982,107.97821,615.8007,587.37866,467.37015,18.57911,131.48415,415.30743,802.609,36.366573,318.21317,46.381878,1.6131357,50.69187,1.1132629,1.1280109,4.6268873,23.737043,213.28432,46.541668,19.3069,573.57214,168.24417,98.91705,132.68011,39.66206,54.401882,24.532887,36.508217,22.663307,190.21162,82.13629,31.563595,21.008446,20.126076,45.520546,40.08983,5.881579,179.16237,47.43021,450.28152,17.34595,847.09564,42.653416,434.4193,349.79926,18.38808,16.486889,508.15085,600.3236,1678.1808,300.04257 +2023-10-25 23:00:00,0.0,6844.599,188.92928,79.99322,98.757576,64.63928,316.03415,45.151596,93.11348,27.743507,53.87224,1176.2268,92.532524,27.123106,246.88583,1.2072554,1.0465121,46.29619,2.2758858,0.046041533,850.27747,0.05486362,806.1796,110.72454,0.025296096,0.023412032,314.5088,39.77926,152.38112,150.44315,9605.592,0.21270739,2592.397,5.6561155,0.1616023,0.24462384,0.33949745,277.38913,335.91974,28.654753,75.352486,40.210316,16.309286,1611.1323,2.988467,69.57343,26.49833,465.13977,29.692339,415.4615,12.020664,73.86667,0.0,1001.87036,3949.6616,1.2578051,312.64728,39.176834,25563.072,39.511963,1.4352075,17.768408,41.093933,9.114914,2.6838863,20.102592,567.42035,205.74084,23.111547,1.2019997,3.5589404,131.03621,7.477066,226.30951,235.23091,2012.3702,680.87415,107.7387,144.04776,172.55878,5.3257813,8.113814,31.427343,3.3833165,5.566381,28.311321,39.21602,103.76841,22.007193,24.356493,60.47481,11.709264,3493.8413,25.268574,23.23723,18.310804,12.358978,191.29254,40.39181,21.821909,5.875489,14.226906,20.289785,76.60257,159.34338,38.141598,164.65343,28.167671,17.659168,106.70529,66.6712,237.78719,80.247925,1.9867151,4.8982525,5.6933265,39.31485,7210.799,2.10065,15.440754,61.296474,18.42573,174.15385,53.460754,115.15117,2.9815903,91.28377,467.65207,296.99942,62.904114,444.49924,55.89449,64.12554,105.162476,17.869867,2.8482368,17.439234,621.1557,0.41229123,0.6945645,80.97036,11.306315,8.287296,9.592859,16.554419,111.51853,26.975622,149.30685,759.7476,400.70688,2674.1282,2069.3687,34.705467,68.70205,4394.0093,15.847892,104.55965,636.17896,179.63559,243.60547,107.94628,615.4391,586.92615,467.32602,18.561443,131.41895,414.8091,801.7124,36.29243,317.42557,46.287308,1.6139041,50.692272,1.1136264,1.1287867,4.6304374,23.688845,213.25958,46.472298,19.309364,572.67975,167.97423,98.76498,132.44086,39.617897,54.402554,24.51725,36.396152,22.650202,189.95451,81.99211,31.558058,20.969994,20.096102,45.455433,40.004055,5.869289,178.92172,47.353725,449.71826,17.323963,845.92755,42.599453,434.56107,349.25064,18.368713,16.481947,507.61792,599.93115,1677.7653,300.32175 +2023-10-26 00:00:00,0.0,6834.695,188.64865,80.0076,98.80493,64.644356,316.10693,45.162987,93.15906,27.746628,53.895195,1175.2351,92.477776,27.127525,246.94395,1.2090085,1.0481651,46.31613,2.2795088,0.04587929,850.71967,0.054817203,806.58307,110.76486,0.025210274,0.023354594,314.74472,39.794044,152.53406,150.50967,9594.735,0.21299383,2593.2705,5.6646423,0.16179784,0.2448719,0.3399617,277.48883,336.01147,28.665651,75.27419,40.211452,16.300167,1610.2264,2.9912062,69.55818,26.476301,465.2091,29.685322,415.36728,12.003371,73.82325,0.0,1001.4905,3947.4976,1.2540244,312.46616,39.116356,25549.611,39.481537,1.4319475,17.761597,41.081505,9.102528,2.6815953,20.096006,566.9602,205.4781,23.098974,1.1994787,3.5541258,130.95027,7.455221,226.23096,235.35484,2011.5928,681.0516,107.71512,144.02217,172.14749,5.325843,8.114667,31.46018,3.3839715,5.5714216,28.269058,39.170265,103.78817,21.99135,24.331743,60.4466,11.710461,3493.484,25.26293,23.233871,18.307405,12.352314,191.23042,40.371162,21.814516,5.8738666,14.215704,20.27239,76.554794,159.2343,38.095966,164.56204,28.136923,17.638311,106.65085,66.63468,237.28136,80.229004,1.9869032,4.895161,5.6920967,39.26565,7198.2085,2.1011722,15.422143,61.32581,18.416674,174.06958,53.44516,115.16619,2.983393,91.23871,467.73312,297.13354,62.83228,444.53702,55.919353,64.09224,105.1099,17.880514,2.8493292,17.444765,620.8224,0.4129109,0.69520426,80.99451,11.303917,8.290982,9.595973,16.555538,111.56943,26.956049,149.34142,759.924,400.82114,2674.1155,2069.3794,34.690323,68.695015,4389.228,15.85922,104.51613,636.04626,179.54758,243.49112,107.914345,615.0774,586.47363,467.28186,18.54378,131.35376,414.31076,800.8158,36.218292,316.63797,46.19274,1.6146725,50.692677,1.1139898,1.1295625,4.633987,23.640646,213.23483,46.40293,19.311827,571.7874,167.7043,98.61291,132.20161,39.573734,54.403225,24.501614,36.28409,22.637096,189.69739,81.84793,31.55252,20.931541,20.06613,45.390324,39.918278,5.856999,178.68109,47.27724,449.155,17.301977,844.7594,42.545494,434.70285,348.70206,18.349346,16.477005,507.085,599.53876,1677.3497,300.6009 +2023-10-26 01:00:00,0.0,6824.7905,188.36803,80.02198,98.85228,64.64943,316.17975,45.174377,93.20463,27.749746,53.918148,1174.2435,92.42303,27.131945,247.00206,1.2107615,1.049818,46.33608,2.2831318,0.045717042,851.1618,0.054770786,806.9865,110.80519,0.025124451,0.023297153,314.98062,39.80883,152.68698,150.57622,9583.88,0.21328028,2594.144,5.6731696,0.16199337,0.24511996,0.34042603,277.58853,336.1032,28.676552,75.1959,40.212585,16.291046,1609.3204,2.9939451,69.54293,26.454273,465.2784,29.678307,415.27307,11.986078,73.77984,0.0,1001.1105,3945.3337,1.2502437,312.28506,39.055878,25536.148,39.45111,1.4286875,17.754787,41.069073,9.090142,2.6793044,20.08942,566.5,205.21536,23.0864,1.1969577,3.5493114,130.86433,7.4333763,226.15242,235.47876,2010.8152,681.229,107.69154,143.99658,171.7362,5.325905,8.115519,31.493015,3.3846264,5.5764623,28.226795,39.12451,103.80793,21.975506,24.306993,60.418396,11.7116585,3493.1265,25.257284,23.23051,18.304007,12.345651,191.1683,40.350513,21.807123,5.8722434,14.204502,20.254997,76.50701,159.12521,38.050335,164.47064,28.106173,17.617453,106.59641,66.59815,236.77553,80.210075,1.9870914,4.89207,5.690867,39.216454,7185.618,2.101694,15.403532,61.355145,18.40762,173.98529,53.42957,115.18122,2.9851956,91.19365,467.81418,297.26767,62.760445,444.57483,55.94422,64.05894,105.057335,17.891161,2.8504217,17.450298,620.48914,0.41353056,0.69584405,81.018654,11.301518,8.294669,9.599088,16.556656,111.62032,26.936476,149.37596,760.10034,400.93536,2674.1025,2069.39,34.675182,68.68797,4384.4463,15.870547,104.47261,635.91364,179.45958,243.37677,107.88241,614.71576,586.02106,467.23773,18.526114,131.28857,413.81244,799.91925,36.14415,315.85037,46.098175,1.6154411,50.693077,1.1143533,1.1303383,4.637537,23.592447,213.2101,46.333565,19.314291,570.8951,167.43436,98.46083,131.96237,39.52957,54.403896,24.485977,36.172024,22.623991,189.44028,81.70374,31.546984,20.89309,20.036156,45.32521,39.832504,5.8447084,178.44044,47.200756,448.5917,17.279991,843.59125,42.491535,434.8446,348.15347,18.329979,16.472063,506.55206,599.14636,1676.9342,300.88007 +2023-10-26 02:00:00,0.0,6814.886,188.08739,80.03636,98.899635,64.6545,316.25253,45.18577,93.250206,27.752867,53.9411,1173.2518,92.36828,27.136366,247.06018,1.2125146,1.051471,46.35602,2.2867548,0.045554798,851.604,0.054724373,807.38995,110.84551,0.02503863,0.023239715,315.21655,39.823616,152.8399,150.64275,9573.023,0.2135667,2595.0176,5.6816964,0.1621889,0.24536802,0.34089032,277.68823,336.19495,28.68745,75.11761,40.213722,16.281925,1608.4144,2.9966843,69.52769,26.432245,465.34772,29.67129,415.17886,11.968785,73.73642,0.0,1000.7306,3943.17,1.246463,312.10397,38.9954,25522.688,39.42068,1.4254274,17.747978,41.05664,9.077756,2.6770134,20.082834,566.03986,204.95262,23.073824,1.1944368,3.5444968,130.7784,7.4115314,226.07387,235.60269,2010.0376,681.40643,107.66797,143.971,171.3249,5.3259664,8.116371,31.525852,3.3852813,5.581503,28.184532,39.07876,103.82768,21.959663,24.282244,60.390186,11.712855,3492.7688,25.25164,23.22715,18.300608,12.338987,191.10619,40.32987,21.79973,5.8706203,14.1933,20.237602,76.45923,159.01613,38.004704,164.37926,28.075424,17.596596,106.54198,66.56163,236.2697,80.191154,1.9872795,4.8889785,5.689637,39.167255,7173.0283,2.102216,15.38492,61.38448,18.398563,173.90102,53.41398,115.19624,2.986998,91.14859,467.8952,297.40182,62.688614,444.6126,55.969086,64.025635,105.00476,17.901808,2.851514,17.45583,620.1558,0.41415024,0.69648385,81.0428,11.299121,8.298355,9.602201,16.557775,111.67122,26.916903,149.41052,760.27673,401.04962,2674.0898,2069.4006,34.66004,68.68094,4379.665,15.881875,104.4291,635.78094,179.37157,243.26244,107.85048,614.3541,585.56854,467.19357,18.508448,131.22339,413.31412,799.02264,36.070007,315.06274,46.003605,1.6162095,50.69348,1.1147169,1.1311141,4.6410866,23.544249,213.18535,46.2642,19.316755,570.00275,167.16441,98.308754,131.72311,39.48541,54.40457,24.47034,36.059956,22.610888,189.18317,81.55956,31.541447,20.854637,20.006182,45.2601,39.746727,5.8324184,178.19981,47.12427,448.02844,17.258007,842.4231,42.437572,434.9864,347.6049,18.310614,16.467121,506.01913,598.75397,1676.5188,301.15924 +2023-10-26 03:00:00,0.0,6804.982,187.80676,80.05074,98.94698,64.65958,316.32532,45.19716,93.295784,27.755987,53.964058,1172.2603,92.31354,27.140785,247.1183,1.2142677,1.053124,46.37597,2.2903779,0.045392554,852.04614,0.054677956,807.79346,110.88583,0.024952807,0.023182275,315.45248,39.838398,152.99283,150.70929,9562.167,0.21385315,2595.891,5.690223,0.16238444,0.24561608,0.3413546,277.78796,336.2867,28.69835,75.039314,40.21486,16.272804,1607.5084,2.9994235,69.512436,26.410217,465.417,29.664274,415.08466,11.951492,73.69301,0.0,1000.3507,3941.006,1.2426822,311.92285,38.93492,25509.225,39.390255,1.4221674,17.741167,41.04421,9.065371,2.6747224,20.076248,565.57965,204.68987,23.061249,1.1919159,3.5396821,130.69246,7.3896866,225.99532,235.72661,2009.2601,681.58386,107.64439,143.9454,170.91362,5.326028,8.117224,31.55869,3.3859363,5.5865436,28.14227,39.033005,103.84744,21.943819,24.257494,60.361977,11.714052,3492.4114,25.245996,23.223791,18.297209,12.332323,191.04407,40.30922,21.79234,5.868997,14.182098,20.22021,76.411446,158.90704,37.959072,164.28787,28.044674,17.575737,106.48754,66.5251,235.76387,80.17223,1.9874678,4.885887,5.6884074,39.118057,7160.438,2.102738,15.366309,61.413815,18.38951,173.81674,53.398388,115.211266,2.9888008,91.10353,467.97626,297.53595,62.61678,444.6504,55.99395,63.992336,104.95219,17.912455,2.8526065,17.46136,619.8226,0.4147699,0.69712365,81.06695,11.296722,8.302042,9.605315,16.558893,111.72212,26.89733,149.44508,760.4531,401.16388,2674.077,2069.4114,34.6449,68.673904,4374.884,15.893203,104.38558,635.6483,179.28357,243.14809,107.81854,613.9925,585.116,467.14944,18.490784,131.1582,412.81577,798.12604,35.995865,314.27515,45.90904,1.6169779,50.693882,1.1150804,1.1318899,4.6446366,23.49605,213.16061,46.194828,19.31922,569.1104,166.89449,98.156685,131.48387,39.441246,54.405243,24.454704,35.94789,22.597782,188.92606,81.41538,31.53591,20.816185,19.97621,45.19499,39.660954,5.8201284,177.95917,47.047787,447.46515,17.236021,841.25494,42.383614,435.12814,347.0563,18.291246,16.46218,505.4862,598.3616,1676.1033,301.43842 +2023-10-26 04:00:00,0.0,6795.0776,187.52612,80.065125,98.99434,64.66465,316.39813,45.20855,93.341354,27.759108,53.98701,1171.2687,92.25879,27.145205,247.1764,1.2160208,1.054777,46.395912,2.2940009,0.04523031,852.48834,0.05463154,808.1969,110.926155,0.024866983,0.023124836,315.68842,39.853184,153.14577,150.77582,9551.312,0.2141396,2596.765,5.69875,0.16257997,0.24586415,0.3418189,277.88766,336.37845,28.709251,74.96102,40.215996,16.263683,1606.6025,3.0021625,69.497185,26.38819,465.48633,29.657257,414.99045,11.934199,73.64959,0.0,999.9707,3938.842,1.2389015,311.74176,38.874443,25495.764,39.35983,1.4189074,17.734358,41.031776,9.052985,2.6724312,20.069662,565.1195,204.42712,23.048674,1.1893948,3.5348675,130.60652,7.3678417,225.91676,235.85054,2008.4825,681.7613,107.620804,143.91982,170.50233,5.32609,8.118075,31.591524,3.3865912,5.591584,28.100008,38.98725,103.8672,21.927977,24.232744,60.333767,11.71525,3492.0537,25.240353,23.22043,18.293812,12.32566,190.98195,40.28857,21.784946,5.867374,14.170897,20.202814,76.36366,158.79797,37.91344,164.19649,28.013926,17.55488,106.433105,66.48858,235.25804,80.15331,1.9876559,4.8827953,5.687177,39.068863,7147.8477,2.10326,15.347698,61.443146,18.380455,173.73247,53.382797,115.22629,2.9906032,91.05847,468.0573,297.67007,62.544945,444.6882,56.018818,63.959034,104.89962,17.923103,2.853699,17.466894,619.48926,0.41538957,0.69776344,81.0911,11.294324,8.305728,9.60843,16.56001,111.77302,26.877756,149.47964,760.6295,401.2781,2674.0642,2069.422,34.62976,68.66687,4370.1025,15.904531,104.34207,635.5157,179.19557,243.03374,107.786606,613.6308,584.6635,467.1053,18.473118,131.093,412.31744,797.2295,35.921726,313.48755,45.814472,1.6177464,50.694286,1.1154438,1.1326658,4.6481867,23.447851,213.13586,46.12546,19.321684,568.2181,166.62454,98.00461,131.24463,39.397083,54.405914,24.439068,35.835827,22.584677,188.66895,81.2712,31.530373,20.777733,19.946236,45.12988,39.575176,5.8078384,177.71854,46.971302,446.9019,17.214035,840.0868,42.329655,435.26993,346.5077,18.27188,16.457237,504.95328,597.9692,1675.6877,301.7176 +2023-10-26 05:00:00,0.0,6785.1733,187.2455,80.079506,99.04169,64.66972,316.47092,45.21994,93.38693,27.762226,54.009964,1170.277,92.20404,27.149626,247.23453,1.2177738,1.05643,46.41586,2.2976236,0.045068067,852.9305,0.054585125,808.60034,110.966484,0.024781162,0.023067396,315.92435,39.86797,153.29869,150.84236,9540.455,0.21442604,2597.6384,5.7072773,0.1627755,0.24611221,0.3422832,277.98737,336.47018,28.72015,74.88273,40.21713,16.254562,1605.6965,3.0049016,69.48194,26.366161,465.55563,29.650242,414.89624,11.916906,73.60618,0.0,999.5908,3936.6782,1.2351207,311.56064,38.813965,25482.303,39.3294,1.4156473,17.727547,41.019344,9.040599,2.6701403,20.063076,564.6593,204.16438,23.036098,1.1868739,3.530053,130.52057,7.3459964,225.83823,235.97446,2007.705,681.93866,107.59723,143.89423,170.09103,5.3261514,8.118928,31.624361,3.3872461,5.596625,28.057745,38.9415,103.88696,21.912132,24.207994,60.305557,11.716447,3491.6963,25.234707,23.21707,18.290413,12.318996,190.91985,40.26792,21.777554,5.865751,14.159695,20.185421,76.31588,158.68889,37.86781,164.10509,27.983175,17.534021,106.37867,66.45205,234.75221,80.134384,1.9878441,4.879704,5.6859474,39.019665,7135.2573,2.103782,15.329087,61.47248,18.371399,173.64818,53.367207,115.24131,2.992406,91.013405,468.13834,297.80423,62.473114,444.72598,56.043682,63.92573,104.847046,17.93375,2.8547914,17.472425,619.156,0.41600922,0.6984032,81.11525,11.291925,8.309414,9.611544,16.56113,111.82391,26.858183,149.5142,760.8059,401.39236,2674.0513,2069.4329,34.61462,68.659836,4365.3213,15.915858,104.29855,635.383,179.10756,242.91939,107.75467,613.26917,584.21094,467.06116,18.455454,131.02782,411.81912,796.3329,35.847584,312.69995,45.719902,1.6185148,50.694687,1.1158073,1.1334416,4.6517363,23.39965,213.11113,46.056095,19.324148,567.32574,166.35461,97.85254,131.00537,39.35292,54.406586,24.423431,35.72376,22.571573,188.41182,81.12702,31.524836,20.73928,19.916264,45.064766,39.489403,5.7955484,177.4779,46.894817,446.33862,17.192049,838.91864,42.275692,435.41168,345.9591,18.252512,16.452295,504.42038,597.5768,1675.2723,301.99677 +2023-10-26 06:00:00,0.0,6775.269,186.96487,80.09389,99.08904,64.6748,316.5437,45.23133,93.43251,27.765347,54.03292,1169.2854,92.14929,27.154045,247.29263,1.2195269,1.0580829,46.435802,2.3012466,0.044905823,853.3727,0.05453871,809.0038,111.006805,0.024695339,0.023009958,316.16028,39.882755,153.45161,150.90889,9529.6,0.21471247,2598.512,5.715804,0.16297103,0.24636027,0.34274745,278.08707,336.56192,28.73105,74.804436,40.218266,16.245441,1604.7905,3.0076406,69.46669,26.344133,465.62494,29.643225,414.802,11.899612,73.56276,0.0,999.21094,3934.5144,1.2313399,311.37955,38.753483,25468.84,39.298973,1.4123873,17.720737,41.006912,9.0282135,2.6678493,20.05649,564.19916,203.90164,23.023523,1.1843529,3.5252385,130.43463,7.3241515,225.75967,236.09839,2006.9274,682.1161,107.57365,143.86864,169.67975,5.3262134,8.119781,31.657196,3.387901,5.601665,28.015482,38.89575,103.906715,21.89629,24.183245,60.277348,11.717644,3491.3386,25.229063,23.213709,18.287014,12.312332,190.85773,40.247272,21.77016,5.8641276,14.148493,20.168026,76.2681,158.5798,37.822178,164.0137,27.952425,17.513165,106.32423,66.41553,234.24638,80.11546,1.9880322,4.8766127,5.6847177,38.970467,7122.667,2.1043038,15.310476,61.501816,18.362345,173.5639,53.351612,115.25633,2.9942083,90.968346,468.2194,297.93835,62.40128,444.76376,56.06855,63.89243,104.79448,17.944397,2.8558838,17.477959,618.8227,0.4166289,0.699043,81.1394,11.289528,8.313101,9.614657,16.562248,111.87481,26.83861,149.54877,760.9823,401.5066,2674.0386,2069.4434,34.59948,68.652794,4360.54,15.927186,104.25504,635.25037,179.01956,242.80504,107.72274,612.90753,583.7584,467.017,18.437788,130.96263,411.32077,795.4363,35.77344,311.91235,45.625336,1.6192832,50.69509,1.1161709,1.1342174,4.6552863,23.351452,213.08638,45.98673,19.326612,566.43335,166.08467,97.70046,130.76613,39.308758,54.407257,24.407797,35.611694,22.558468,188.15471,80.982834,31.519299,20.700829,19.88629,44.999657,39.40363,5.7832584,177.23726,46.818333,445.77533,17.170063,837.7505,42.221733,435.55347,345.41052,18.233145,16.447353,503.88745,597.1844,1674.8568,302.27594 +2023-10-26 07:00:00,0.0,6765.3647,186.68423,80.10827,99.13639,64.67987,316.61652,45.24272,93.47808,27.768467,54.055874,1168.2938,92.09454,27.158464,247.35075,1.22128,1.0597359,46.45575,2.3048697,0.04474358,853.8148,0.05449229,809.4072,111.04713,0.024609517,0.022952517,316.39618,39.897537,153.60454,150.97543,9518.743,0.21499892,2599.3855,5.724331,0.16316657,0.24660833,0.34321177,278.18677,336.65366,28.741951,74.72614,40.219402,16.23632,1603.8845,3.0103798,69.45144,26.322105,465.6942,29.63621,414.7078,11.882319,73.51935,0.0,998.83093,3932.3503,1.2275592,311.19843,38.693005,25455.379,39.268547,1.4091272,17.713926,40.994484,9.015828,2.6655583,20.049904,563.73895,203.6389,23.010948,1.181832,3.520424,130.3487,7.3023067,225.68112,236.2223,2006.1499,682.2935,107.550064,143.84306,169.26846,5.326275,8.120632,31.690033,3.388556,5.6067057,27.973219,38.849995,103.926476,21.880447,24.158495,60.249138,11.718842,3490.9812,25.22342,23.21035,18.283615,12.305669,190.79561,40.226624,21.76277,5.862505,14.137291,20.150633,76.220314,158.47072,37.776546,163.92232,27.921677,17.492308,106.26979,66.379,233.74057,80.09654,1.9882205,4.8735213,5.683488,38.92127,7110.077,2.1048257,15.291865,61.53115,18.353289,173.47963,53.33602,115.271355,2.996011,90.92329,468.30045,298.07248,62.329445,444.80157,56.093414,63.85913,104.741905,17.955044,2.8569763,17.48349,618.48944,0.41724858,0.6996828,81.16354,11.287129,8.316787,9.617772,16.563368,111.92571,26.819036,149.58333,761.1587,401.62085,2674.0256,2069.454,34.584335,68.64576,4355.759,15.938513,104.211525,635.1177,178.93155,242.69069,107.6908,612.5459,583.3059,466.97284,18.420122,130.89745,410.82245,794.53973,35.699303,311.12473,45.53077,1.6200517,50.69549,1.1165344,1.1349932,4.658836,23.303253,213.06165,45.91736,19.329077,565.541,165.81473,97.548386,130.52689,39.264595,54.40793,24.39216,35.49963,22.545362,187.8976,80.83865,31.513762,20.662376,19.856318,44.934544,39.317852,5.7709684,176.99663,46.741848,445.21207,17.148077,836.58234,42.16777,435.69525,344.86194,18.213778,16.442411,503.35452,596.792,1674.4413,302.5551 +2023-10-26 08:00:00,0.0,6755.46,186.40361,80.12266,99.18374,64.684944,316.6893,45.254112,93.52366,27.771587,54.078827,1167.3021,92.039795,27.162886,247.40887,1.2230331,1.0613889,46.475693,2.3084927,0.044581335,854.25696,0.054445878,809.81067,111.08745,0.024523694,0.02289508,316.6321,39.912323,153.75746,151.04198,9507.887,0.21528536,2600.259,5.732858,0.1633621,0.24685639,0.34367606,278.28647,336.74542,28.75285,74.64785,40.22054,16.2272,1602.9786,3.0131187,69.436195,26.300077,465.76355,29.629192,414.6136,11.865026,73.47593,0.0,998.45105,3930.1865,1.2237785,311.01733,38.632526,25441.916,39.238117,1.4058672,17.707117,40.98205,9.003442,2.6632674,20.043318,563.27875,203.37614,22.998373,1.179311,3.5156093,130.26276,7.280462,225.60257,236.34624,2005.3723,682.47095,107.52649,143.81747,168.85716,5.326337,8.121485,31.72287,3.389211,5.6117463,27.930956,38.80424,103.946236,21.864603,24.133745,60.22093,11.720038,3490.6235,25.217773,23.20699,18.280216,12.2990055,190.73349,40.20598,21.755377,5.860882,14.126089,20.133238,76.17253,158.36163,37.730915,163.83093,27.890926,17.471449,106.215355,66.342476,233.23474,80.077614,1.9884086,4.87043,5.682258,38.872074,7097.487,2.1053476,15.273253,61.560486,18.344234,173.39536,53.32043,115.28638,2.9978135,90.87823,468.38147,298.20663,62.257614,444.83936,56.11828,63.82583,104.68933,17.96569,2.8580687,17.489023,618.1561,0.41786823,0.70032257,81.18769,11.284731,8.320474,9.620886,16.564486,111.97661,26.799463,149.61789,761.3351,401.7351,2674.013,2069.4648,34.569195,68.638725,4350.9775,15.949841,104.168015,634.98505,178.84355,242.57634,107.65887,612.1842,582.8534,466.9287,18.402458,130.83226,410.32413,793.6431,35.62516,310.33713,45.4362,1.6208202,50.695892,1.1168978,1.135769,4.662386,23.255054,213.0369,45.847992,19.331541,564.6487,165.5448,97.39632,130.28763,39.220432,54.408604,24.376524,35.387566,22.532259,187.64049,80.69447,31.508224,20.623924,19.826344,44.86943,39.23208,5.7586784,176.75598,46.665363,444.6488,17.126091,835.41425,42.11381,435.837,344.31335,18.19441,16.437471,502.8216,596.3996,1674.0258,302.83426 +2023-10-26 09:00:00,0.0,6745.5557,186.12297,80.13704,99.231094,64.69002,316.7621,45.265503,93.56924,27.774706,54.101784,1166.3105,91.98505,27.167305,247.46698,1.2247862,1.0630418,46.49564,2.3121157,0.04441909,854.69916,0.05439946,810.2141,111.12778,0.024437873,0.022837639,316.86804,39.92711,153.9104,151.1085,9497.031,0.2155718,2601.1326,5.741385,0.16355763,0.24710445,0.34414035,278.38617,336.83716,28.76375,74.56956,40.221672,16.218079,1602.0726,3.015858,69.420944,26.27805,465.83286,29.622177,414.51938,11.8477335,73.43252,0.0,998.07117,3928.0227,1.2199978,310.83624,38.57205,25428.455,39.20769,1.4026072,17.700308,40.969616,8.991056,2.6609764,20.036732,562.8186,203.1134,22.985798,1.17679,3.5107946,130.17682,7.258617,225.52403,236.47015,2004.5947,682.6484,107.50291,143.79189,168.44588,5.3263984,8.122337,31.755705,3.3898659,5.616787,27.888693,38.758488,103.96599,21.84876,24.108995,60.19272,11.721235,3490.266,25.21213,23.203629,18.276817,12.292341,190.67137,40.18533,21.747984,5.8592587,14.114887,20.115845,76.12475,158.25255,37.68528,163.73955,27.860178,17.450592,106.16092,66.30595,232.72891,80.05869,1.9885968,4.8673387,5.6810284,38.822876,7084.8965,2.1058698,15.2546425,61.58982,18.33518,173.31107,53.30484,115.3014,2.9996161,90.83317,468.46252,298.34076,62.18578,444.87714,56.143147,63.792526,104.636765,17.97634,2.8591611,17.494555,617.8229,0.4184879,0.70096236,81.21184,11.282333,8.32416,9.624001,16.565603,112.027504,26.77989,149.65245,761.5115,401.84933,2674.0,2069.4756,34.554054,68.63169,4346.1963,15.961168,104.1245,634.85236,178.75554,242.46199,107.62694,611.8226,582.4008,466.88455,18.384792,130.76707,409.82578,792.7465,35.551018,309.54953,45.341633,1.6215886,50.696297,1.1172614,1.136545,4.665936,23.206856,213.01216,45.778625,19.334005,563.75635,165.27486,97.24424,130.04839,39.17627,54.409275,24.360888,35.275497,22.519154,187.38338,80.55029,31.502687,20.585472,19.796371,44.80432,39.1463,5.746388,176.51535,46.58888,444.0855,17.104107,834.2461,42.059853,435.9788,343.76477,18.175043,16.43253,502.28867,596.0072,1673.6104,303.11343 +2023-10-26 10:00:00,0.0,6735.6514,185.84235,80.15142,99.27844,64.69509,316.83487,45.276894,93.61481,27.777826,54.124737,1165.319,91.9303,27.171724,247.5251,1.2265393,1.0646948,46.515583,2.3157387,0.044256847,855.1413,0.054353047,810.6176,111.1681,0.02435205,0.0227802,317.10397,39.941895,154.06332,151.17505,9486.175,0.21585824,2602.006,5.749912,0.16375317,0.24735251,0.3446046,278.48587,336.9289,28.774649,74.491264,40.22281,16.208958,1601.1666,3.018597,69.40569,26.256021,465.90216,29.61516,414.42517,11.8304405,73.3891,0.0,997.6912,3925.859,1.216217,310.65512,38.51157,25414.994,39.177265,1.3993472,17.693497,40.957184,8.97867,2.6586854,20.030146,562.3584,202.85066,22.973225,1.1742691,3.50598,130.09088,7.236772,225.44548,236.59409,2003.8173,682.8258,107.479324,143.7663,168.03459,5.3264604,8.123189,31.788542,3.3905208,5.6218276,27.84643,38.712734,103.98575,21.832916,24.084246,60.16451,11.722433,3489.9087,25.206486,23.20027,18.273418,12.285678,190.60925,40.16468,21.740591,5.8576355,14.103685,20.09845,76.076965,158.14346,37.63965,163.64815,27.829428,17.429733,106.10648,66.269424,232.22308,80.03977,1.9887849,4.8642473,5.679798,38.773678,7072.306,2.1063917,15.236032,61.619156,18.326124,173.22679,53.28925,115.31642,3.0014186,90.78811,468.54358,298.47488,62.113945,444.91495,56.16801,63.759224,104.58419,17.986986,2.8602536,17.500088,617.48956,0.41910756,0.7016021,81.23599,11.279935,8.327847,9.627114,16.566723,112.0784,26.760317,149.68701,761.6878,401.9636,2673.9873,2069.4863,34.538914,68.62465,4341.415,15.972496,104.08098,634.7197,178.66754,242.34764,107.595,611.46094,581.9483,466.84042,18.367126,130.70187,409.32745,791.85,35.476875,308.76193,45.247066,1.622357,50.696697,1.1176249,1.1373208,4.6694856,23.158657,212.98741,45.70926,19.33647,562.864,165.00493,97.09217,129.80914,39.132107,54.409946,24.345251,35.163433,22.506048,187.12627,80.406105,31.49715,20.54702,19.766397,44.73921,39.060528,5.734098,176.2747,46.512394,443.52225,17.08212,833.07794,42.00589,436.12054,343.21616,18.155678,16.427588,501.75574,595.6148,1673.1948,303.3926 +2023-10-26 11:00:00,0.0,6725.747,185.56172,80.1658,99.3258,64.700165,316.90768,45.288284,93.660385,27.780947,54.14769,1164.3273,91.87555,27.176146,247.58322,1.2282923,1.0663477,46.53553,2.3193617,0.044094604,855.5835,0.05430663,811.02106,111.20842,0.024266228,0.02272276,317.3399,39.95668,154.21625,151.24158,9475.319,0.21614468,2602.88,5.7584386,0.1639487,0.24760057,0.3450689,278.58557,337.02063,28.78555,74.41297,40.223946,16.199837,1600.2607,3.021336,69.39045,26.233994,465.9715,29.608145,414.33096,11.813148,73.34569,0.0,997.3113,3923.6948,1.2124363,310.47403,38.45109,25401.531,39.146835,1.3960872,17.686687,40.944756,8.966285,2.6563945,20.02356,561.89825,202.58792,22.96065,1.1717482,3.5011656,130.00494,7.214927,225.36693,236.718,2003.0397,683.0032,107.45575,143.7407,167.62329,5.326522,8.124042,31.821377,3.3911757,5.6268682,27.804167,38.66698,104.00551,21.817074,24.059496,60.136303,11.72363,3489.551,25.200842,23.196909,18.27002,12.279015,190.54715,40.14403,21.733198,5.8560123,14.0924835,20.081057,76.02918,158.03438,37.594017,163.55676,27.79868,17.408876,106.05205,66.232895,231.71725,80.02085,1.9889731,4.861156,5.6785684,38.72448,7059.7163,2.1069136,15.217421,61.64849,18.31707,173.14252,53.273655,115.33144,3.0032213,90.74304,468.6246,298.60904,62.04211,444.95273,56.192875,63.725925,104.53162,17.997633,2.861346,17.50562,617.1563,0.41972724,0.7022419,81.26014,11.277536,8.3315325,9.630228,16.56784,112.1293,26.740744,149.72157,761.8642,402.07785,2673.9744,2069.497,34.523773,68.617615,4336.634,15.983824,104.03747,634.5871,178.57954,242.23329,107.563065,611.0993,581.4958,466.79626,18.349463,130.63669,408.82913,790.95337,35.402737,307.97433,45.152496,1.6231254,50.6971,1.1179883,1.1380966,4.6730356,23.110458,212.96268,45.63989,19.338934,561.9717,164.73499,96.940094,129.56989,39.087944,54.410618,24.329615,35.05137,22.492943,186.86914,80.261925,31.491613,20.508568,19.736425,44.6741,38.97475,5.721808,176.03407,46.43591,442.95895,17.060135,831.9098,41.95193,436.26233,342.66757,18.13631,16.422646,501.2228,595.2224,1672.7793,303.67178 +2023-10-26 12:00:00,0.0,6715.843,185.28108,80.18018,99.373146,64.70524,316.98047,45.299675,93.70596,27.784067,54.170647,1163.3357,91.8208,27.180565,247.64133,1.2300454,1.0680007,46.555473,2.3229847,0.04393236,856.02563,0.054260213,811.4245,111.24874,0.024180405,0.022665322,317.57584,39.971462,154.36917,151.30812,9464.463,0.21643113,2603.7534,5.766966,0.16414423,0.24784863,0.34553322,278.68527,337.11237,28.79645,74.33468,40.22508,16.190716,1599.3547,3.0240753,69.3752,26.211966,466.04077,29.601128,414.23676,11.795855,73.30227,0.0,996.9314,3921.531,1.2086556,310.2929,38.390614,25388.07,39.11641,1.3928272,17.679876,40.93232,8.953899,2.6541035,20.016973,561.43805,202.32516,22.948074,1.1692271,3.496351,129.919,7.1930823,225.28838,236.84193,2002.2621,683.1806,107.43217,143.71512,167.212,5.3265834,8.124894,31.854214,3.3918307,5.631909,27.761904,38.621227,104.02527,21.801231,24.034746,60.108093,11.724828,3489.1936,25.195196,23.193548,18.26662,12.27235,190.48503,40.123383,21.725807,5.854389,14.081282,20.063662,75.9814,157.9253,37.548386,163.46538,27.76793,17.388018,105.997604,66.19637,231.21143,80.00192,1.9891613,4.858064,5.6773386,38.675285,7047.126,2.1074355,15.19881,61.677826,18.308014,173.05824,53.258064,115.346466,3.0050237,90.69798,468.70566,298.74316,61.97028,444.9905,56.217743,63.692623,104.47905,18.00828,2.8624384,17.511152,616.823,0.4203469,0.7028817,81.28429,11.275138,8.335218,9.633343,16.56896,112.1802,26.72117,149.75613,762.0406,402.19208,2673.9617,2069.5076,34.508633,68.61058,4331.852,15.9951515,103.99395,634.4544,178.49153,242.11894,107.53113,610.7376,581.0432,466.75214,18.331797,130.5715,408.33078,790.05676,35.328594,307.1867,45.05793,1.6238939,50.697502,1.1183518,1.1388724,4.676585,23.06226,212.93793,45.570522,19.341398,561.07935,164.46504,96.78802,129.33064,39.043777,54.41129,24.313978,34.939304,22.47984,186.61203,80.117744,31.486076,20.470116,19.706451,44.608986,38.888977,5.709518,175.79343,46.359425,442.3957,17.038149,830.74164,41.89797,436.40408,342.119,18.116943,16.417704,500.68988,594.83,1672.3639,303.95096 +2023-10-26 13:00:00,0.0,6705.9385,185.00046,80.194565,99.4205,64.71031,317.05325,45.311066,93.75153,27.787188,54.1936,1162.3441,91.76605,27.184984,247.69945,1.2317985,1.0696536,46.57542,2.3266077,0.043770112,856.46783,0.0542138,811.82794,111.28907,0.024094583,0.022607882,317.81174,39.986248,154.52211,151.37465,9453.607,0.21671757,2604.627,5.7754927,0.16433977,0.24809669,0.3459975,278.78497,337.2041,28.807348,74.256386,40.226215,16.181595,1598.4487,3.0268142,69.35995,26.189938,466.11008,29.594112,414.14255,11.778561,73.25886,0.0,996.55145,3919.3672,1.2048749,310.11182,38.330135,25374.61,39.085983,1.3895671,17.673067,40.91989,8.941513,2.6518126,20.010387,560.9779,202.06242,22.9355,1.1667062,3.4915364,129.83305,7.171237,225.20984,236.96585,2001.4845,683.35803,107.408585,143.68953,166.80072,5.3266454,8.125746,31.88705,3.3924856,5.6369495,27.719643,38.575478,104.04502,21.785387,24.009996,60.079884,11.726025,3488.836,25.189552,23.190187,18.263224,12.265687,190.42291,40.102737,21.718414,5.8527665,14.07008,20.046268,75.93362,157.81622,37.502754,163.374,27.737179,17.36716,105.94317,66.15984,230.7056,79.983,1.9893495,4.854973,5.676109,38.626087,7034.5356,2.1079576,15.180199,61.70716,18.29896,172.97395,53.242474,115.361496,3.0068264,90.65292,468.7867,298.87732,61.898445,445.02832,56.242607,63.65932,104.426476,18.018927,2.8635309,17.516684,616.48975,0.42096657,0.7035215,81.30843,11.27274,8.338905,9.6364565,16.570078,112.231094,26.701597,149.7907,762.217,402.30634,2673.9487,2069.5183,34.49349,68.603546,4327.071,16.00648,103.95044,634.3218,178.40353,242.0046,107.4992,610.376,580.5907,466.70798,18.314133,130.50632,407.83246,789.1602,35.25445,306.3991,44.963364,1.6246624,50.697906,1.1187154,1.1396482,4.6801353,23.01406,212.9132,45.501156,19.343863,560.18695,164.19511,96.63595,129.0914,38.999615,54.41196,24.298342,34.827236,22.466734,186.35492,79.973564,31.48054,20.431664,19.676477,44.543877,38.803204,5.697228,175.5528,46.28294,441.83243,17.016163,829.5735,41.84401,436.54587,341.5704,18.097576,16.412762,500.15695,594.4376,1671.9484,304.23013 +2023-10-26 14:00:00,0.0,6696.034,184.71982,80.20895,99.46785,64.71539,317.12607,45.322456,93.79711,27.790306,54.216553,1161.3524,91.7113,27.189405,247.75755,1.2335515,1.0713067,46.595364,2.3302307,0.04360787,856.91,0.054167382,812.2314,111.32939,0.02400876,0.022550443,318.04767,40.001034,154.67503,151.4412,9442.751,0.217004,2605.5005,5.7840195,0.1645353,0.24834475,0.34646177,278.8847,337.29587,28.818249,74.17809,40.227352,16.172474,1597.5427,3.0295534,69.3447,26.16791,466.17938,29.587097,414.0483,11.761268,73.21544,0.0,996.1715,3917.2034,1.2010942,309.9307,38.269657,25361.146,39.055553,1.3863071,17.666258,40.90746,8.929128,2.6495214,20.003801,560.5177,201.79968,22.922924,1.1641852,3.4867218,129.74712,7.149392,225.13129,237.08978,2000.707,683.53546,107.38501,143.66394,166.38942,5.326707,8.126598,31.919886,3.3931406,5.6419897,27.67738,38.529724,104.06478,21.769545,23.985247,60.051674,11.7272215,3488.4785,25.183908,23.186829,18.259825,12.259024,190.3608,40.08209,21.711021,5.8511434,14.058878,20.028873,75.88583,157.70714,37.457123,163.2826,27.70643,17.346302,105.88873,66.12332,230.19977,79.96408,1.9895376,4.8518815,5.674879,38.57689,7021.9453,2.1084795,15.161587,61.736496,18.289904,172.88968,53.226883,115.37652,3.0086288,90.607864,468.86774,299.01144,61.82661,445.0661,56.26747,63.626022,104.3739,18.029573,2.8646233,17.522217,616.15643,0.42158622,0.7041613,81.33258,11.270342,8.342591,9.63957,16.571196,112.28199,26.682024,149.82526,762.3933,402.4206,2673.936,2069.529,34.478348,68.596504,4322.2896,16.017807,103.90692,634.1891,178.31552,241.89026,107.46726,610.01434,580.1382,466.66385,18.296467,130.44113,407.33414,788.2636,35.18031,305.6115,44.868793,1.6254308,50.698307,1.1190789,1.140424,4.6836853,22.96586,212.88844,45.43179,19.346325,559.2946,163.92517,96.48387,128.85216,38.955452,54.412636,24.282707,34.71517,22.453629,186.09781,79.829384,31.475002,20.393211,19.646505,44.478764,38.717426,5.684938,175.31216,46.206455,441.26913,16.994177,828.40533,41.79005,436.68762,341.02182,18.078209,16.40782,499.62402,594.0452,1671.5328,304.5093 +2023-10-26 15:00:00,0.0,6686.13,184.4392,80.22333,99.5152,64.72047,317.19885,45.333847,93.84269,27.793427,54.23951,1160.3608,91.656555,27.193825,247.81567,1.2353046,1.0729597,46.61531,2.3338537,0.043445624,857.3522,0.054120965,812.6348,111.36971,0.023922939,0.022493003,318.2836,40.01582,154.82796,151.50772,9431.895,0.21729045,2606.374,5.7925467,0.16473083,0.24859281,0.34692606,278.9844,337.3876,28.829147,74.0998,40.22849,16.163353,1596.6368,3.0322924,69.32945,26.145882,466.24872,29.58008,413.9541,11.743975,73.17203,0.0,995.7916,3915.0393,1.1973134,309.7496,38.20918,25347.686,39.025127,1.3830471,17.659447,40.895027,8.916742,2.6472304,19.997215,560.0575,201.53694,22.910349,1.1616642,3.4819071,129.66118,7.1275473,225.05273,237.21371,1999.9294,683.7129,107.361435,143.63835,165.97813,5.326769,8.127451,31.952723,3.3937955,5.6470304,27.635117,38.48397,104.08454,21.7537,23.960497,60.023464,11.728419,3488.1208,25.178265,23.183468,18.256426,12.252359,190.29868,40.06144,21.703629,5.84952,14.047676,20.01148,75.83805,157.59805,37.41149,163.19121,27.67568,17.325445,105.8343,66.08679,229.69394,79.94515,1.9897258,4.84879,5.6736493,38.52769,7009.3555,2.1090014,15.142976,61.765827,18.28085,172.8054,53.211292,115.39154,3.0104315,90.562805,468.9488,299.14557,61.75478,445.10388,56.29234,63.59272,104.321335,18.040222,2.8657155,17.527748,615.8232,0.4222059,0.7048011,81.35673,11.267943,8.346278,9.642685,16.572315,112.332886,26.66245,149.85982,762.5697,402.53482,2673.923,2069.5398,34.463207,68.58947,4317.5083,16.029135,103.86341,634.05646,178.22752,241.77591,107.435326,609.6527,579.68567,466.6197,18.278801,130.37595,406.8358,787.367,35.10617,304.8239,44.774227,1.6261992,50.69871,1.1194423,1.1411998,4.687235,22.917662,212.86371,45.362423,19.34879,558.4023,163.65524,96.3318,128.6129,38.91129,54.413307,24.26707,34.603107,22.440525,185.8407,79.685196,31.469465,20.354761,19.616531,44.413654,38.631653,5.672648,175.07152,46.12997,440.70587,16.972193,827.2372,41.736088,436.8294,340.47324,18.058842,16.402878,499.0911,593.65283,1671.1173,304.78848 +2023-10-26 16:00:00,0.0,6676.2256,184.15855,80.23771,99.56255,64.72554,317.27164,45.345238,93.88826,27.796547,54.262463,1159.3693,91.60181,27.198244,247.8738,1.2370577,1.0746126,46.635254,2.3374767,0.04328338,857.7943,0.054074552,813.0383,111.410034,0.023837116,0.022435565,318.51953,40.030605,154.98088,151.57426,9421.039,0.21757689,2607.2476,5.8010736,0.16492637,0.24884087,0.34739035,279.0841,337.47934,28.840048,74.02151,40.22962,16.154232,1595.7308,3.0350316,69.3142,26.123854,466.31802,29.573065,413.8599,11.726682,73.12861,0.0,995.4117,3912.8755,1.1935327,309.56848,38.1487,25334.223,38.9947,1.3797871,17.652637,40.882595,8.904356,2.6449394,19.99063,559.59735,201.27419,22.897774,1.1591433,3.4770925,129.57524,7.1057024,224.97418,237.33763,1999.1519,683.8903,107.337845,143.61276,165.56685,5.3268304,8.128303,31.985558,3.3944504,5.652071,27.592854,38.438217,104.1043,21.737858,23.935747,59.995255,11.729616,3487.7634,25.172619,23.180107,18.253027,12.245696,190.23656,40.04079,21.696236,5.847897,14.036474,19.994085,75.79027,157.48897,37.36586,163.09982,27.644932,17.304586,105.77986,66.05027,229.18811,79.92623,1.989914,4.845699,5.672419,38.478497,6996.765,2.1095233,15.124365,61.795162,18.271795,172.72113,53.195698,115.40656,3.012234,90.517746,469.02985,299.27972,61.682945,445.1417,56.317204,63.559418,104.26876,18.050869,2.866808,17.533281,615.48987,0.42282555,0.7054408,81.38088,11.265545,8.349964,9.645799,16.573433,112.38379,26.642878,149.89438,762.7461,402.64908,2673.9104,2069.5505,34.448067,68.582436,4312.727,16.040462,103.81989,633.92377,178.13951,241.66156,107.4034,609.291,579.2331,466.57556,18.261137,130.31075,406.33746,786.47046,35.03203,304.03632,44.67966,1.6269677,50.699112,1.1198058,1.1419756,4.690785,22.869463,212.83896,45.293053,19.351254,557.50995,163.3853,96.179726,128.37366,38.867126,54.41398,24.251434,34.49104,22.42742,185.58359,79.541016,31.463928,20.316309,19.58656,44.34854,38.545876,5.660358,174.83089,46.053486,440.1426,16.950207,826.06903,41.68213,436.97116,339.92462,18.039474,16.397936,498.55817,593.26044,1670.7019,305.06763 +2023-10-26 17:00:00,0.0,6666.3213,183.87793,80.25209,99.6099,64.73061,317.34445,45.35663,93.93384,27.799667,54.285416,1158.3776,91.54706,27.202665,247.9319,1.2388108,1.0762656,46.6552,2.3410997,0.043121137,858.23645,0.054028135,813.4418,111.45036,0.023751294,0.022378124,318.75546,40.045387,155.13382,151.6408,9410.183,0.21786334,2608.121,5.8096004,0.16512188,0.24908893,0.34785464,279.1838,337.57108,28.850948,73.943214,40.23076,16.145111,1594.8248,3.0377705,69.29896,26.101828,466.3873,29.566048,413.7657,11.709389,73.0852,0.0,995.03174,3910.7117,1.189752,309.3874,38.088223,25320.762,38.96427,1.3765271,17.645826,40.870163,8.891971,2.6426485,19.984043,559.13715,201.01144,22.885199,1.1566223,3.472278,129.4893,7.0838575,224.89565,237.46156,1998.3743,684.0677,107.31428,143.58717,165.15555,5.3268924,8.129155,32.018394,3.3951054,5.6571116,27.55059,38.392464,104.124054,21.722013,23.910997,59.967045,11.730813,3487.406,25.166975,23.176746,18.249628,12.239033,190.17445,40.02014,21.688845,5.846274,14.025272,19.976692,75.742485,157.37988,37.32023,163.00844,27.614182,17.28373,105.725426,66.01374,228.6823,79.90731,1.9901022,4.8426075,5.6711893,38.4293,6984.175,2.1100454,15.105754,61.824497,18.26274,172.63684,53.180107,115.421585,3.0140367,90.47268,469.11087,299.41385,61.61111,445.17947,56.34207,63.526115,104.216194,18.061516,2.8679004,17.538813,615.1566,0.42344522,0.7060806,81.40503,11.263147,8.353651,9.648912,16.57455,112.434685,26.623304,149.92894,762.9225,402.76334,2673.8975,2069.5613,34.432926,68.5754,4307.946,16.05179,103.776375,633.79114,178.05151,241.54721,107.37146,608.9294,578.7806,466.5314,18.243471,130.24556,405.83914,785.57385,34.957886,303.2487,44.58509,1.6277361,50.699516,1.1201694,1.1427515,4.6943345,22.821264,212.81422,45.223686,19.353718,556.6176,163.11536,96.02765,128.13441,38.822964,54.41465,24.235798,34.378975,22.414314,185.32646,79.396835,31.458391,20.277857,19.556585,44.28343,38.460102,5.6480675,174.59024,45.977,439.5793,16.92822,824.90094,41.628166,437.11295,339.37604,18.02011,16.392994,498.02524,592.86804,1670.2864,305.3468 +2023-10-26 18:00:00,0.0,6656.417,183.5973,80.26647,99.65726,64.73569,317.41724,45.36802,93.979416,27.802786,54.308372,1157.386,91.49231,27.207085,247.99002,1.2405639,1.0779185,46.675144,2.3447225,0.042958893,858.67865,0.053981718,813.8452,111.490685,0.023665471,0.022320686,318.9914,40.060173,155.28674,151.70734,9399.327,0.21814977,2608.9949,5.818127,0.16531742,0.24933699,0.34831896,279.2835,337.6628,28.861847,73.86492,40.231895,16.13599,1593.9188,3.0405097,69.28371,26.0798,466.4566,29.559032,413.67148,11.692096,73.04178,0.0,994.65186,3908.5479,1.1859713,309.2063,38.027744,25307.3,38.933846,1.373267,17.639017,40.857735,8.879584,2.6403575,19.977457,558.677,200.7487,22.872623,1.1541014,3.4674635,129.40337,7.0620127,224.8171,237.58548,1997.5968,684.2451,107.290695,143.56158,164.74426,5.326954,8.130007,32.05123,3.3957603,5.6621523,27.508327,38.34671,104.143814,21.706171,23.886248,59.938835,11.732011,3487.0483,25.161331,23.173388,18.24623,12.232368,190.11234,39.999496,21.681452,5.8446507,14.0140705,19.959297,75.6947,157.2708,37.274597,162.91705,27.583431,17.26287,105.67098,65.97722,228.17647,79.88839,1.9902903,4.839516,5.6699595,38.3801,6971.5845,2.1105673,15.087143,61.853832,18.253685,172.55257,53.164516,115.43661,3.015839,90.42762,469.19193,299.54797,61.53928,445.21725,56.366936,63.492817,104.16362,18.072163,2.8689928,17.544346,614.8233,0.4240649,0.7067204,81.42918,11.260749,8.357337,9.652027,16.57567,112.48558,26.603731,149.96349,763.0989,402.87756,2673.8848,2069.5718,34.417786,68.56836,4303.1646,16.063118,103.732864,633.6585,177.96352,241.43286,107.33952,608.56775,578.32806,466.48727,18.225807,130.18037,405.3408,784.67725,34.883743,302.4611,44.490524,1.6285045,50.699917,1.1205329,1.1435273,4.6978846,22.773066,212.78947,45.15432,19.356182,555.7253,162.84543,95.87558,127.895164,38.7788,54.41532,24.220161,34.26691,22.401209,185.06935,79.252655,31.452854,20.239405,19.526613,44.21832,38.37433,5.6357775,174.34961,45.900517,439.01605,16.906235,823.7328,41.574207,437.2547,338.82745,18.000742,16.388052,497.4923,592.47565,1669.8708,305.62598 +2023-10-26 19:00:00,0.0,6646.512,183.31667,80.28085,99.704605,64.74076,317.49002,45.37941,94.02499,27.805906,54.331326,1156.3944,91.43756,27.211504,248.04814,1.242317,1.0795715,46.69509,2.3483455,0.04279665,859.1208,0.053935304,814.24866,111.531006,0.023579648,0.022263246,319.2273,40.07496,155.43967,151.77386,9388.471,0.21843621,2609.8684,5.8266544,0.16551295,0.24958505,0.34878325,279.3832,337.75455,28.872747,73.78663,40.233032,16.12687,1593.013,3.0432487,69.268456,26.057772,466.52594,29.552015,413.57727,11.674802,72.99837,0.0,994.2719,3906.3838,1.1821905,309.02518,37.967266,25293.838,38.90342,1.370007,17.632206,40.8453,8.867199,2.6380665,19.970871,558.2168,200.48596,22.86005,1.1515803,3.4626489,129.31743,7.040168,224.73854,237.70941,1996.8192,684.42255,107.26711,143.536,164.33298,5.327016,8.130859,32.08407,3.3964152,5.667193,27.466064,38.300957,104.163574,21.690329,23.861498,59.910625,11.733208,3486.691,25.155687,23.170027,18.24283,12.225705,190.05022,39.978848,21.674059,5.843028,14.002869,19.941904,75.64692,157.16171,37.228966,162.82565,27.552683,17.242014,105.61655,65.94069,227.67064,79.86946,1.9904785,4.8364244,5.66873,38.330902,6958.994,2.1110892,15.068532,61.883167,18.244629,172.46829,53.148926,115.45163,3.0176418,90.38256,469.27298,299.68213,61.467445,445.25507,56.3918,63.459515,104.111046,18.08281,2.8700852,17.549877,614.49005,0.42468455,0.7073602,81.45332,11.25835,8.361023,9.655141,16.576788,112.536476,26.584158,149.99805,763.27527,402.99182,2673.8718,2069.5825,34.40264,68.561325,4298.3833,16.074444,103.68935,633.5258,177.8755,241.31851,107.307594,608.2061,577.87555,466.4431,18.208141,130.11519,404.84247,783.7807,34.809605,301.6735,44.395958,1.629273,50.70032,1.1208963,1.1443031,4.7014346,22.724867,212.76474,45.084953,19.358646,554.8329,162.57549,95.7235,127.655914,38.73464,54.415993,24.204525,34.154846,22.388105,184.81224,79.10847,31.447317,20.200953,19.49664,44.153206,38.28855,5.6234875,174.10896,45.82403,438.45276,16.884249,822.56464,41.52025,437.39648,338.27887,17.981375,16.38311,496.95938,592.08325,1669.4554,305.90515 +2023-10-26 20:00:00,0.0,6636.608,183.03604,80.295235,99.75196,64.745834,317.56284,45.3908,94.070564,27.809027,54.35428,1155.4027,91.38281,27.215923,248.10625,1.24407,1.0812244,46.715034,2.3519685,0.042634405,859.563,0.053888887,814.6521,111.571335,0.023493826,0.022205807,319.46323,40.089745,155.59259,151.84041,9377.614,0.21872266,2610.742,5.835181,0.16570848,0.2498331,0.34924752,279.4829,337.8463,28.883646,73.708336,40.234165,16.117748,1592.1069,3.0459878,69.253204,26.035744,466.59525,29.545,413.48306,11.657509,72.95495,0.0,993.89197,3904.22,1.1784098,308.8441,37.906788,25280.377,38.87299,1.366747,17.625397,40.83287,8.854814,2.6357756,19.964287,557.75665,200.2232,22.847475,1.1490594,3.4578342,129.23149,7.018323,224.66,237.83333,1996.0416,684.6,107.24354,143.5104,163.92168,5.3270774,8.131712,32.1169,3.39707,5.6722336,27.423801,38.255203,104.183334,21.674484,23.836748,59.882416,11.734405,3486.3333,25.150042,23.166666,18.239433,12.219042,189.9881,39.9582,21.666666,5.841405,13.991667,19.92451,75.59914,157.05264,37.183334,162.73427,27.521933,17.221155,105.56211,65.90417,227.16481,79.85054,1.9906666,4.833333,5.6675,38.281708,6946.4043,2.1116111,15.049921,61.912502,18.235575,172.384,53.133335,115.46665,3.0194442,90.3375,469.354,299.81625,61.39561,445.29285,56.416668,63.426212,104.05848,18.093456,2.8711777,17.555408,614.15674,0.42530423,0.708,81.47747,11.255953,8.36471,9.658256,16.577908,112.58738,26.564585,150.03261,763.45166,403.10608,2673.859,2069.5933,34.3875,68.55429,4293.602,16.085772,103.645836,633.3932,177.7875,241.20416,107.27566,607.8444,577.423,466.399,18.190475,130.05,404.34412,782.8841,34.735462,300.8859,44.301388,1.6300415,50.70072,1.1212599,1.145079,4.704984,22.676668,212.73999,45.015583,19.36111,553.94055,162.30554,95.57143,127.416664,38.690475,54.416668,24.188889,34.042778,22.375,184.55513,78.96429,31.44178,20.1625,19.466667,44.088097,38.202778,5.6111975,173.86833,45.747547,437.8895,16.862263,821.3965,41.466286,437.53827,337.7303,17.962008,16.378168,496.42645,591.69086,1669.0399,306.18433 +2023-10-26 21:00:00,0.0,6626.7036,182.7554,80.309616,99.79931,64.75091,317.63562,45.40219,94.11614,27.812147,54.37723,1154.4111,91.328064,27.220345,248.16437,1.2458231,1.0828774,46.73498,2.3555915,0.04247216,860.0051,0.053842474,815.05554,111.61166,0.023408003,0.022148367,319.69916,40.104527,155.74551,151.90694,9366.759,0.2190091,2611.6155,5.843708,0.16590402,0.25008118,0.3497118,279.5826,337.93805,28.894547,73.63004,40.235302,16.108627,1591.2009,3.0487268,69.23796,26.013716,466.66455,29.537983,413.38885,11.640216,72.91154,0.0,993.512,3902.0562,1.1746291,308.66296,37.84631,25266.914,38.842564,1.363487,17.618587,40.82044,8.842427,2.6334846,19.9577,557.29645,199.96046,22.8349,1.1465385,3.4530196,129.14554,6.9964776,224.58145,237.95726,1995.2642,684.7774,107.219955,143.48482,163.51039,5.327139,8.132564,32.14974,3.3977249,5.6772738,27.381538,38.20945,104.20309,21.658642,23.811998,59.85421,11.735602,3485.9758,25.144398,23.163307,18.236034,12.212378,189.92598,39.93755,21.659275,5.8397818,13.980465,19.907116,75.55135,156.94356,37.137703,162.64288,27.491184,17.200298,105.507675,65.867645,226.65898,79.83162,1.9908549,4.8302417,5.6662703,38.23251,6933.814,2.112133,15.031309,61.941837,18.22652,172.29973,53.11774,115.481674,3.021247,90.29244,469.43506,299.95038,61.323776,445.33066,56.441532,63.39291,104.005905,18.104105,2.87227,17.560942,613.8235,0.42592388,0.70863974,81.50162,11.253554,8.368396,9.661369,16.579025,112.638275,26.545012,150.06717,763.628,403.2203,2673.8462,2069.604,34.37236,68.54726,4288.821,16.0971,103.60232,633.2605,177.6995,241.08981,107.24372,607.4828,576.97046,466.35483,18.172812,129.98482,403.8458,781.9875,34.66132,300.0983,44.20682,1.6308099,50.701126,1.1216234,1.1458548,4.7085342,22.62847,212.71526,44.946217,19.363575,553.0482,162.03561,95.41936,127.17742,38.646313,54.41734,24.173252,33.930714,22.361895,184.29802,78.82011,31.436243,20.124048,19.436693,44.022984,38.117,5.5989075,173.62769,45.671062,437.32623,16.840279,820.22833,41.412327,437.68002,337.18167,17.94264,16.373226,495.89352,591.29846,1668.6244,306.4635 +2023-10-26 22:00:00,0.0,6616.7993,182.47478,80.324,99.846664,64.75598,317.7084,45.41358,94.16172,27.815266,54.40019,1153.4196,91.273315,27.224764,248.22247,1.2475762,1.0845304,46.75493,2.3592145,0.042309918,860.4473,0.053796057,815.459,111.65198,0.023322182,0.022090929,319.9351,40.119312,155.89845,151.97348,9355.902,0.21929553,2612.489,5.8522353,0.16609955,0.25032923,0.3501761,279.6823,338.0298,28.905447,73.55175,40.23644,16.099506,1590.295,3.051466,69.22271,25.991688,466.73383,29.530968,413.29462,11.622923,72.86812,0.0,993.13214,3899.892,1.1708484,308.48187,37.78583,25253.453,38.812134,1.360227,17.611776,40.808006,8.830042,2.6311936,19.951115,556.8363,199.69772,22.822325,1.1440175,3.4482052,129.0596,6.9746327,224.5029,238.08118,1994.4866,684.95483,107.19637,143.45923,163.09909,5.327201,8.133416,32.182575,3.3983798,5.6823144,27.339277,38.163696,104.22285,21.642797,23.787249,59.826,11.736799,3485.6182,25.138754,23.159946,18.232635,12.205714,189.86388,39.9169,21.651882,5.8381586,13.969263,19.88972,75.50357,156.83447,37.092068,162.5515,27.460434,17.17944,105.45324,65.831116,226.15315,79.81269,1.991043,4.8271503,5.6650405,38.18331,6921.2236,2.1126552,15.012698,61.971172,18.217464,172.21545,53.10215,115.4967,3.0230494,90.247375,469.5161,300.08453,61.251945,445.36844,56.466396,63.35961,103.95333,18.114752,2.8733625,17.566473,613.4902,0.42654356,0.70927954,81.525764,11.251156,8.372083,9.664483,16.580143,112.68917,26.525438,150.10173,763.8044,403.33456,2673.8333,2069.6147,34.35722,68.54022,4284.039,16.108427,103.55881,633.12787,177.6115,240.97546,107.211784,607.12115,576.51794,466.31067,18.155146,129.91962,403.34747,781.09094,34.58718,299.3107,44.11225,1.6315783,50.701527,1.1219869,1.1466306,4.712084,22.580269,212.69052,44.87685,19.36604,552.1559,161.76567,95.26728,126.93817,38.60215,54.41801,24.157618,33.81865,22.348791,184.0409,78.67593,31.430706,20.085596,19.406721,43.957874,38.031227,5.5866175,173.38705,45.594578,436.76294,16.818293,819.0602,41.358364,437.8218,336.6331,17.923273,16.368284,495.3606,590.90607,1668.2089,306.74268 +2023-10-26 23:00:00,0.0,6606.895,182.19415,80.33838,99.89401,64.761055,317.78122,45.424973,94.20729,27.818386,54.42314,1152.4279,91.21857,27.229183,248.2806,1.2493292,1.0861833,46.77487,2.3628376,0.042147674,860.88947,0.05374964,815.8625,111.6923,0.023236359,0.022033488,320.17102,40.134098,156.05138,152.04001,9345.047,0.21958198,2613.3625,5.860762,0.16629508,0.2505773,0.35064036,279.782,338.12152,28.916346,73.47346,40.237576,16.090385,1589.389,3.0542052,69.20746,25.96966,466.80316,29.52395,413.2004,11.60563,72.82471,0.0,992.7522,3897.7283,1.1670676,308.30075,37.725353,25239.992,38.781708,1.356967,17.604967,40.79557,8.8176565,2.6289027,19.944529,556.3761,199.43498,22.80975,1.1414965,3.4433906,128.97366,6.952788,224.42435,238.20511,1993.709,685.13226,107.1728,143.43365,162.6878,5.3272624,8.134269,32.215412,3.3990347,5.687355,27.297014,38.117943,104.24261,21.626955,23.762499,59.79779,11.737996,3485.2607,25.13311,23.156586,18.229237,12.199051,189.80176,39.896255,21.64449,5.8365355,13.958061,19.872328,75.45579,156.72539,37.046436,162.46011,27.429686,17.158583,105.3988,65.79459,225.64732,79.79377,1.9912312,4.824059,5.6638103,38.134113,6908.6333,2.113177,14.994087,62.000507,18.20841,172.13118,53.08656,115.51172,3.024852,90.20232,469.59714,300.21866,61.18011,445.40622,56.491264,63.32631,103.900764,18.125399,2.874455,17.572006,613.1569,0.4271632,0.70991933,81.54992,11.248757,8.375769,9.667598,16.581263,112.74007,26.505865,150.13629,763.9808,403.44882,2673.8206,2069.6252,34.34208,68.53318,4279.258,16.119755,103.51529,632.9952,177.52348,240.86111,107.179855,606.7595,576.0654,466.26654,18.13748,129.85443,402.84912,780.19434,34.51304,298.52307,44.017685,1.6323467,50.70193,1.1223503,1.1474065,4.715634,22.53207,212.66577,44.807484,19.368504,551.26355,161.49574,95.11521,126.69892,38.557987,54.418682,24.141981,33.706585,22.335686,183.78378,78.53174,31.425169,20.047144,19.376747,43.89276,37.94545,5.5743275,173.14641,45.518093,436.19968,16.796307,817.892,41.304405,437.96356,336.0845,17.903906,16.363342,494.82767,590.5137,1667.7935,307.02185 +2023-10-27 00:00:00,0.0,6596.9907,181.91351,80.35276,99.94136,64.76613,317.854,45.436363,94.25287,27.821507,54.446095,1151.4363,91.16382,27.233604,248.33871,1.2510823,1.0878363,46.79482,2.3664606,0.041985426,861.33167,0.053703226,816.2659,111.73263,0.023150537,0.02197605,320.40692,40.148884,156.2043,152.10655,9334.19,0.21986842,2614.236,5.869289,0.16649061,0.25082535,0.35110468,279.8817,338.21326,28.927246,73.395164,40.23871,16.081264,1588.483,3.0569441,69.192215,25.947632,466.87247,29.516935,413.1062,11.588337,72.78129,0.0,992.37225,3895.5645,1.1632869,308.11966,37.664875,25226.53,38.75128,1.353707,17.598156,40.783142,8.80527,2.6266115,19.937943,555.9159,199.17223,22.797174,1.1389755,3.438576,128.88773,6.930943,224.34581,238.32903,1992.9314,685.30963,107.149216,143.40807,162.27652,5.3273244,8.13512,32.24825,3.3996897,5.6923957,27.254751,38.072193,104.26236,21.61111,23.73775,59.76958,11.739194,3484.9033,25.127464,23.153225,18.225838,12.192387,189.73964,39.875607,21.637096,5.8349123,13.946859,19.854933,75.408005,156.6163,37.000805,162.36871,27.398935,17.137724,105.34437,65.758064,225.1415,79.77485,1.9914193,4.8209677,5.6625805,38.084915,6896.0435,2.113699,14.975476,62.029842,18.199354,172.04689,53.07097,115.52675,3.0266547,90.15726,469.6782,300.35278,61.108276,445.44403,56.51613,63.293007,103.84819,18.136045,2.8755474,17.577538,612.8236,0.4277829,0.7105591,81.574066,11.24636,8.379456,9.6707115,16.58238,112.79097,26.486292,150.17085,764.15717,403.56305,2673.8076,2069.636,34.32694,68.526146,4274.4766,16.131083,103.47177,632.86255,177.43549,240.74677,107.14792,606.3978,575.61285,466.22238,18.119816,129.78925,402.3508,779.2977,34.438896,297.73547,43.92312,1.6331153,50.70233,1.1227139,1.1481823,4.719184,22.483871,212.64104,44.738113,19.370968,550.3712,161.2258,94.963135,126.45968,38.513824,54.419353,24.126345,33.594517,22.32258,183.52667,78.38756,31.419632,20.008692,19.346773,43.827652,37.859676,5.562037,172.90578,45.44161,435.63638,16.77432,816.7239,41.250446,438.10535,335.53592,17.88454,16.3584,494.29474,590.1213,1667.3779,307.301 +2023-10-27 01:00:00,0.0,6587.0864,181.63289,80.36714,99.988716,64.7712,317.9268,45.447754,94.29845,27.824627,54.46905,1150.4447,91.10907,27.238024,248.39682,1.2528354,1.0894893,46.814762,2.3700836,0.041823182,861.7738,0.05365681,816.6694,111.77295,0.023064714,0.02191861,320.64285,40.16367,156.35722,152.17308,9323.334,0.22015487,2615.1099,5.877816,0.16668615,0.25107342,0.35156897,279.98145,338.30502,28.938145,73.31687,40.239845,16.072144,1587.577,3.0596833,69.17696,25.925604,466.94177,29.509918,413.012,11.571044,72.73788,0.0,991.9924,3893.4006,1.1595062,307.93854,37.604393,25213.068,38.72085,1.3504469,17.591347,40.77071,8.792885,2.6243205,19.931356,555.45575,198.90948,22.7846,1.1364546,3.4337614,128.80179,6.909098,224.26726,238.45296,1992.1539,685.48706,107.12563,143.38248,161.86522,5.327386,8.135973,32.281082,3.4003446,5.6974363,27.212488,38.02644,104.28212,21.595268,23.713,59.74137,11.740391,3484.5457,25.12182,23.149866,18.222439,12.185723,189.67752,39.854958,21.629704,5.833289,13.9356575,19.83754,75.36022,156.50722,36.955173,162.27733,27.368185,17.116867,105.289925,65.72154,224.63567,79.75593,1.9916075,4.8178763,5.6613507,38.03572,6883.453,2.1142209,14.956865,62.059177,18.1903,171.96262,53.055378,115.54177,3.0284572,90.1122,469.75925,300.48694,61.036446,445.4818,56.540993,63.25971,103.795616,18.146692,2.8766398,17.58307,612.49036,0.42840254,0.7111989,81.59821,11.243961,8.3831415,9.673825,16.5835,112.841866,26.466719,150.20541,764.3335,403.6773,2673.795,2069.6467,34.3118,68.51911,4269.6953,16.14241,103.42826,632.7299,177.34749,240.63242,107.11598,606.0362,575.16034,466.17825,18.10215,129.72406,401.85248,778.4012,34.364754,296.94788,43.82855,1.6338837,50.702736,1.1230774,1.1489581,4.7227335,22.435673,212.61629,44.668747,19.373432,549.4789,160.95586,94.81106,126.22043,38.46966,54.42003,24.110708,33.482452,22.309475,183.26956,78.24338,31.414095,19.97024,19.316801,43.76254,37.773903,5.549747,172.66515,45.365124,435.07312,16.752335,815.5557,41.196484,438.2471,334.98734,17.865173,16.353458,493.7618,589.7289,1666.9624,307.58017 +2023-10-27 02:00:00,0.0,6577.182,181.35225,80.38152,100.036064,64.776276,317.9996,45.459145,94.34402,27.827745,54.492004,1149.453,91.05432,27.242443,248.45494,1.2545885,1.0911423,46.83471,2.3737066,0.04166094,862.216,0.053610392,817.0728,111.81327,0.022978893,0.021861171,320.87878,40.17845,156.51016,152.23962,9312.479,0.2204413,2615.9834,5.886343,0.16688168,0.25132146,0.35203326,280.08115,338.39676,28.949045,73.23858,40.240982,16.063023,1586.6711,3.0624223,69.16171,25.903576,467.0111,29.502903,412.9178,11.55375,72.69446,0.0,991.6124,3891.2366,1.1557255,307.75745,37.543915,25199.607,38.690426,1.3471869,17.584536,40.758278,8.780499,2.6220295,19.92477,554.99554,198.64674,22.772024,1.1339337,3.4289467,128.71585,6.8872533,224.1887,238.57687,1991.3763,685.6645,107.10206,143.35689,161.45393,5.327448,8.136826,32.31392,3.4009995,5.702477,27.170225,37.980686,104.30188,21.579426,23.68825,59.71316,11.741588,3484.1882,25.116177,23.146505,18.21904,12.17906,189.6154,39.83431,21.622313,5.8316665,13.924456,19.820145,75.31244,156.39813,36.909542,162.18594,27.337437,17.096008,105.23549,65.68501,224.12984,79.737,1.9917957,4.814785,5.660121,37.986523,6870.863,2.114743,14.938254,62.08851,18.181246,171.87834,53.039787,115.55679,3.0302598,90.06714,469.84027,300.62106,60.96461,445.5196,56.56586,63.226406,103.74305,18.15734,2.8777323,17.588602,612.15704,0.42902222,0.71183866,81.62236,11.241563,8.386827,9.67694,16.584618,112.89276,26.447145,150.23997,764.5099,403.79156,2673.782,2069.6575,34.296654,68.51208,4264.914,16.153738,103.38474,632.5972,177.25948,240.51807,107.08405,605.67456,574.7078,466.1341,18.084486,129.65887,401.35413,777.5046,34.290615,296.16028,43.733982,1.6346521,50.703136,1.1234409,1.1497339,4.7262836,22.387474,212.59155,44.59938,19.375896,548.5865,160.68593,94.65899,125.981186,38.4255,54.4207,24.095072,33.370388,22.296371,183.01245,78.0992,31.408558,19.931787,19.286827,43.69743,37.688126,5.537457,172.4245,45.28864,434.50986,16.730349,814.3876,41.142525,438.3889,334.43875,17.845806,16.348516,493.22888,589.3365,1666.547,307.85934 +2023-10-27 03:00:00,0.0,6567.278,181.07162,80.395905,100.08342,64.78135,318.0724,45.470535,94.389595,27.830866,54.514957,1148.4614,90.99957,27.246864,248.51306,1.2563416,1.0927953,46.854652,2.3773296,0.041498695,862.65814,0.05356398,817.47626,111.85359,0.02289307,0.021803731,321.11472,40.193237,156.66309,152.30617,9301.622,0.22072774,2616.857,5.89487,0.16707721,0.25156954,0.35249755,280.18085,338.4885,28.959946,73.160286,40.242115,16.053902,1585.7651,3.0651615,69.14647,25.881548,467.08038,29.495886,412.82358,11.536457,72.65105,0.0,991.2325,3889.0728,1.1519448,307.57635,37.483437,25186.145,38.66,1.3439269,17.577726,40.745846,8.768113,2.6197386,19.918184,554.5354,198.384,22.759449,1.1314126,3.424132,128.62991,6.8654084,224.11015,238.7008,1990.5988,685.8419,107.078476,143.3313,161.04265,5.3275094,8.137677,32.346756,3.4016545,5.7075176,27.127962,37.934933,104.32164,21.563581,23.6635,59.68495,11.742785,3483.8306,25.110533,23.143145,18.215641,12.172396,189.55328,39.81366,21.61492,5.8300433,13.913254,19.802752,75.264656,156.28905,36.86391,162.09456,27.306686,17.075151,105.18105,65.64849,223.62402,79.71808,1.9919839,4.811693,5.658891,37.937325,6858.2725,2.115265,14.919642,62.117844,18.17219,171.79407,53.024193,115.571815,3.0320623,90.02208,469.92133,300.7552,60.892776,445.5574,56.590725,63.193104,103.690475,18.167988,2.8788247,17.594135,611.8238,0.4296419,0.71247846,81.64651,11.239164,8.390514,9.680054,16.585735,112.94366,26.427572,150.27454,764.6863,403.9058,2673.7693,2069.6682,34.281513,68.505035,4260.133,16.165066,103.34123,632.4646,177.17148,240.40373,107.05212,605.3129,574.25525,466.08997,18.06682,129.59369,400.8558,776.608,34.216473,295.37268,43.639416,1.6354206,50.703537,1.1238043,1.1505097,4.729833,22.339275,212.5668,44.530014,19.378359,547.69415,160.41599,94.50691,125.741936,38.381336,54.42137,24.079435,33.25832,22.283266,182.75534,77.95502,31.40302,19.893335,19.256855,43.632317,37.602352,5.525167,172.18387,45.212154,433.94656,16.708364,813.2195,41.088562,438.53064,333.89014,17.826439,16.343575,492.69595,588.9441,1666.1315,308.13852 +2023-10-27 04:00:00,0.0,6557.3735,180.791,80.410286,100.13077,64.78642,318.14517,45.481926,94.43517,27.833986,54.537914,1147.4698,90.944824,27.251284,248.57117,1.2580947,1.0944482,46.8746,2.3809526,0.04133645,863.1003,0.05351756,817.8797,111.89392,0.022807248,0.021746293,321.35065,40.208023,156.81601,152.3727,9290.767,0.22101419,2617.7305,5.9033966,0.16727275,0.25181758,0.35296184,280.28055,338.58023,28.970844,73.081985,40.24325,16.04478,1584.8591,3.0679004,69.13122,25.85952,467.1497,29.48887,412.72937,11.519164,72.60763,0.0,990.8526,3886.909,1.148164,307.39523,37.42296,25172.684,38.62957,1.3406669,17.570917,40.733414,8.755728,2.6174476,19.911598,554.0752,198.12125,22.746876,1.1288917,3.4193177,128.54398,6.843563,224.03162,238.82472,1989.8213,686.01935,107.0549,143.30571,160.63135,5.3275714,8.13853,32.379593,3.4023094,5.7125583,27.0857,37.88918,104.34139,21.547739,23.63875,59.656742,11.743982,3483.4731,25.104887,23.139786,18.212242,12.165732,189.49118,39.793015,21.607527,5.82842,13.902052,19.785357,75.21687,156.17996,36.81828,162.00316,27.275938,17.054293,105.12662,65.61196,223.1182,79.69916,1.992172,4.808602,5.6576614,37.888126,6845.682,2.1157868,14.9010315,62.14718,18.163136,171.70978,53.008602,115.58684,3.033865,89.97701,470.00238,300.88934,60.820946,445.59518,56.615593,63.1598,103.63791,18.178635,2.8799171,17.599667,611.4905,0.43026155,0.71311826,81.670654,11.236767,8.3942,9.683168,16.586855,112.99456,26.407997,150.3091,764.8627,404.02005,2673.7563,2069.679,34.266373,68.498,4255.3516,16.176394,103.297714,632.3319,177.08347,240.28938,107.02018,604.95123,573.80273,466.0458,18.049154,129.52849,400.35748,775.7114,34.14233,294.58505,43.544846,1.636189,50.70394,1.1241679,1.1512855,4.733383,22.291077,212.54207,44.460644,19.380823,546.8018,160.14606,94.35484,125.502686,38.337173,54.422043,24.063799,33.146255,22.27016,182.49821,77.81083,31.397484,19.854883,19.226881,43.567204,37.516575,5.512877,171.94322,45.13567,433.3833,16.686378,812.05133,41.034603,438.67242,333.34155,17.807072,16.338633,492.16302,588.5517,1665.716,308.4177 +2023-10-27 05:00:00,0.0,6547.469,180.51036,80.42467,100.17812,64.7915,318.218,45.493317,94.48074,27.837107,54.560867,1146.4781,90.89008,27.255703,248.62929,1.2598478,1.0961012,46.894543,2.3845756,0.041174207,863.5425,0.053471144,818.2832,111.93424,0.022721425,0.021688852,321.58658,40.22281,156.96893,152.43924,9279.91,0.22130063,2618.604,5.911924,0.16746828,0.25206566,0.35342613,280.38025,338.67197,28.981745,73.00369,40.24439,16.03566,1583.9531,3.0706396,69.11597,25.837492,467.219,29.481853,412.63516,11.501871,72.56422,0.0,990.47266,3884.745,1.1443833,307.21414,37.36248,25159.22,38.599144,1.3374069,17.564106,40.720985,8.743341,2.6151567,19.905012,553.61505,197.8585,22.7343,1.1263707,3.414503,128.45802,6.821718,223.95306,238.94865,1989.0437,686.1968,107.03133,143.28012,160.22006,5.327633,8.139382,32.41243,3.4029644,5.7175984,27.043436,37.843426,104.36115,21.531895,23.614,59.628532,11.74518,3483.1155,25.099243,23.136425,18.208845,12.159069,189.42906,39.772366,21.600134,5.826797,13.89085,19.767963,75.16909,156.07089,36.772648,161.91177,27.245188,17.033436,105.07218,65.57544,222.61237,79.68023,1.9923602,4.8055105,5.656431,37.838932,6833.0923,2.1163087,14.882421,62.176514,18.15408,171.6255,52.99301,115.60186,3.0356674,89.93195,470.0834,301.02347,60.74911,445.63297,56.640457,63.126503,103.585335,18.189281,2.8810096,17.6052,611.1572,0.43088123,0.71375805,81.69481,11.234368,8.397887,9.686282,16.587973,113.045456,26.388424,150.34366,765.03906,404.1343,2673.7437,2069.6895,34.251232,68.49097,4250.5703,16.187721,103.2542,632.1993,176.99547,240.17503,106.98824,604.5896,573.3502,466.00168,18.03149,129.4633,399.85913,774.8148,34.068188,293.79745,43.45028,1.6369574,50.70434,1.1245314,1.1520613,4.736933,22.242878,212.51732,44.391277,19.383287,545.9095,159.87611,94.20277,125.26344,38.29301,54.422714,24.048162,33.03419,22.257057,182.2411,77.66665,31.391947,19.816431,19.196909,43.502094,37.4308,5.500587,171.70259,45.059185,432.82004,16.664392,810.8832,40.980644,438.81418,332.79297,17.787704,16.33369,491.6301,588.1593,1665.3004,308.69687 +2023-10-27 06:00:00,0.0,6537.5645,180.22974,80.43905,100.22547,64.79657,318.29077,45.504707,94.52632,27.840225,54.58382,1145.4866,90.835335,27.260124,248.6874,1.2616009,1.0977541,46.91449,2.3881986,0.041011963,863.9846,0.05342473,818.68665,111.97456,0.022635603,0.021631414,321.82248,40.237595,157.12187,152.50577,9269.055,0.22158706,2619.4775,5.9204507,0.16766381,0.2523137,0.35389042,280.47995,338.7637,28.992643,72.9254,40.245525,16.026539,1583.0472,3.0733786,69.10072,25.815464,467.28833,29.474838,412.54092,11.484578,72.5208,0.0,990.0927,3882.581,1.1406026,307.03302,37.302002,25145.76,38.568718,1.3341469,17.557297,40.70855,8.730956,2.6128657,19.898426,553.15485,197.59576,22.721725,1.1238497,3.4096885,128.37209,6.7998734,223.87451,239.07257,1988.2661,686.37415,107.007744,143.25453,159.80878,5.3276944,8.140234,32.445263,3.4036193,5.722639,27.001173,37.797672,104.38091,21.516052,23.58925,59.600327,11.746377,3482.758,25.0936,23.133064,18.205446,12.152405,189.36694,39.751717,21.592741,5.825174,13.879648,19.750568,75.12131,155.9618,36.727016,161.82039,27.21444,17.012577,105.017746,65.53891,222.10654,79.66131,1.9925483,4.802419,5.6552014,37.789734,6820.502,2.1168308,14.86381,62.20585,18.145025,171.54123,52.97742,115.61688,3.03747,89.886894,470.16446,301.15762,60.677277,445.67078,56.66532,63.0932,103.53276,18.199928,2.882102,17.610731,610.8239,0.43150088,0.71439785,81.718956,11.23197,8.401573,9.689396,16.589092,113.09635,26.36885,150.37822,765.21545,404.24854,2673.7307,2069.7002,34.23609,68.48393,4245.789,16.199049,103.210686,632.0666,176.90746,240.06068,106.956314,604.22797,572.8977,465.95752,18.013824,129.39812,399.3608,773.9182,33.99405,293.00986,43.355713,1.637726,50.704746,1.1248949,1.1528373,4.740483,22.194677,212.49258,44.32191,19.385752,545.01715,159.60617,94.05069,125.02419,38.248848,54.423386,24.032528,32.922127,22.243952,181.984,77.52247,31.38641,19.777979,19.166935,43.43698,37.345024,5.488297,171.46194,44.9827,432.25674,16.642406,809.715,40.92668,438.95596,332.2444,17.768337,16.328749,491.09717,587.7669,1664.885,308.97604 +2023-10-27 07:00:00,0.0,6527.66,179.9491,80.45343,100.27282,64.80164,318.36356,45.516098,94.5719,27.843346,54.606777,1144.495,90.78059,27.264544,248.74551,1.263354,1.0994071,46.934433,2.3918214,0.04084972,864.4268,0.053378314,819.0901,112.014885,0.02254978,0.021573974,322.0584,40.252377,157.2748,152.57231,9258.198,0.2218735,2620.351,5.9289775,0.16785935,0.25256178,0.3543547,280.57965,338.85547,29.003544,72.84711,40.24666,16.017418,1582.1412,3.0761178,69.08547,25.793436,467.3576,29.467821,412.44672,11.467285,72.47739,0.0,989.7129,3880.4172,1.1368219,306.85193,37.241524,25132.299,38.53829,1.3308868,17.550486,40.69612,8.718571,2.6105747,19.89184,552.69464,197.33302,22.70915,1.1213288,3.4048738,128.28615,6.7780285,223.79596,239.1965,1987.4885,686.5516,106.98416,143.22894,159.39748,5.3277564,8.141087,32.4781,3.4042742,5.7276797,26.958912,37.751923,104.40067,21.50021,23.564499,59.572117,11.747574,3482.4006,25.087954,23.129704,18.202047,12.145741,189.30482,39.731068,21.58535,5.8235507,13.868446,19.733175,75.073524,155.85272,36.681385,161.729,27.18369,16.99172,104.9633,65.50239,221.60071,79.64239,1.9927366,4.799328,5.6539717,37.740536,6807.9116,2.1173527,14.845199,62.235184,18.13597,171.45695,52.96183,115.631905,3.0392725,89.841835,470.2455,301.29175,60.605446,445.70856,56.69019,63.0599,103.480194,18.210575,2.8831944,17.616264,610.49066,0.43212056,0.7150376,81.7431,11.229571,8.40526,9.692511,16.59021,113.14725,26.349277,150.41278,765.39185,404.3628,2673.718,2069.711,34.22095,68.47689,4241.008,16.210377,103.16717,631.93396,176.81946,239.94633,106.92438,603.86633,572.4451,465.9134,17.99616,129.33293,398.8625,773.02167,33.919907,292.22226,43.261143,1.6384944,50.705147,1.1252583,1.1536131,4.744033,22.146479,212.46783,44.252544,19.388216,544.1248,159.33624,93.89862,124.78494,38.204685,54.42406,24.016891,32.81006,22.230846,181.72688,77.37829,31.380873,19.739527,19.136963,43.371872,37.25925,5.476007,171.22131,44.906216,431.69348,16.62042,808.5469,40.872723,439.09772,331.6958,17.748972,16.323807,490.56424,587.37445,1664.4695,309.25522 +2023-10-27 08:00:00,0.0,6517.756,179.66847,80.46781,100.320175,64.80672,318.43634,45.52749,94.61747,27.846466,54.62973,1143.5033,90.72584,27.268963,248.80363,1.2651069,1.10106,46.95438,2.3954444,0.040687475,864.86896,0.0533319,819.4935,112.055214,0.022463957,0.021516535,322.29434,40.267162,157.42772,152.63884,9247.342,0.22215995,2621.2246,5.937505,0.16805488,0.25280982,0.354819,280.67935,338.9472,29.014444,72.768814,40.247795,16.008297,1581.2352,3.078857,69.07022,25.771408,467.4269,29.460806,412.3525,11.449992,72.43397,0.0,989.3329,3878.2534,1.1330411,306.6708,37.181046,25118.836,38.507862,1.3276268,17.543676,40.68369,8.706184,2.6082838,19.885254,552.2345,197.07027,22.696575,1.1188078,3.4000592,128.20021,6.7561836,223.71742,239.32043,1986.711,686.729,106.96059,143.20335,158.98619,5.327818,8.141939,32.510937,3.4049292,5.7327204,26.916649,37.70617,104.420425,21.484365,23.53975,59.543907,11.748772,3482.043,25.08231,23.126345,18.198648,12.139078,189.2427,39.71042,21.577957,5.821928,13.8572445,19.71578,75.02574,155.74364,36.635754,161.63762,27.152939,16.970861,104.90887,65.46586,221.09488,79.62347,1.9929247,4.7962365,5.652742,37.691338,6795.3213,2.1178746,14.826588,62.26452,18.126915,171.37267,52.946236,115.64693,3.0410752,89.796776,470.32654,301.42587,60.53361,445.74634,56.715054,63.026596,103.42762,18.221224,2.8842866,17.621796,610.15735,0.4327402,0.7156774,81.76725,11.227174,8.408946,9.695624,16.591328,113.19815,26.329704,150.44734,765.56824,404.47705,2673.705,2069.7217,34.205807,68.46986,4236.2266,16.221704,103.12366,631.8013,176.73145,239.83199,106.89244,603.50464,571.9926,465.86923,17.978495,129.26775,398.36414,772.12506,33.845764,291.43466,43.166576,1.6392628,50.70555,1.1256219,1.1543889,4.7475824,22.09828,212.4431,44.183174,19.39068,543.2325,159.0663,93.746544,124.5457,38.160522,54.424732,24.001255,32.697994,22.217741,181.46977,77.2341,31.375336,19.701075,19.106989,43.30676,37.173477,5.4637165,170.98067,44.82973,431.1302,16.598434,807.3787,40.81876,439.2395,331.14722,17.729605,16.318865,490.0313,586.98206,1664.054,309.53436 +2023-10-27 09:00:00,0.0,6507.8516,179.38785,80.4822,100.36752,64.81179,318.50916,45.53888,94.66305,27.849586,54.652683,1142.5117,90.67109,27.273384,248.86174,1.26686,1.102713,46.974323,2.3990674,0.04052523,865.31116,0.053285483,819.897,112.095535,0.022378135,0.021459095,322.53027,40.281948,157.58064,152.70538,9236.486,0.2224464,2622.0984,5.9460316,0.16825041,0.2530579,0.35528326,280.77905,339.03894,29.025343,72.69052,40.24893,15.999177,1580.3293,3.081596,69.05498,25.74938,467.49622,29.45379,412.2583,11.432698,72.39056,0.0,988.953,3876.0896,1.1292604,306.48972,37.120567,25105.375,38.477436,1.3243668,17.536867,40.671257,8.693799,2.6059926,19.878668,551.7743,196.80753,22.684,1.1162869,3.3952448,128.11427,6.7343388,223.63887,239.44435,1985.9335,686.90643,106.937004,143.17776,158.5749,5.32788,8.142791,32.543774,3.405584,5.737761,26.874386,37.660416,104.440186,21.468523,23.515,59.515697,11.749969,3481.6855,25.076666,23.122984,18.19525,12.132414,189.18059,39.689774,21.570564,5.820305,13.846043,19.698387,74.97796,155.63455,36.590122,161.54622,27.12219,16.950005,104.85443,65.42934,220.58905,79.60454,1.9931129,4.793145,5.651512,37.642143,6782.7314,2.1183965,14.807976,62.293854,18.11786,171.28839,52.930645,115.66195,3.0428777,89.75172,470.4076,301.56003,60.461777,445.78415,56.739918,62.993298,103.375046,18.23187,2.885379,17.627329,609.8241,0.4333599,0.7163172,81.7914,11.224775,8.412632,9.698738,16.592447,113.24905,26.310131,150.4819,765.7446,404.59128,2673.6924,2069.7324,34.190666,68.46282,4231.445,16.233032,103.08014,631.66864,176.64345,239.71764,106.86051,603.143,571.5401,465.8251,17.960829,129.20256,397.8658,771.22845,33.77162,290.64703,43.07201,1.6400312,50.70595,1.1259854,1.1551647,4.7511325,22.050081,212.41835,44.113808,19.393145,542.3401,158.79637,93.594475,124.30645,38.11636,54.425404,23.985619,32.58593,22.204638,181.21266,77.08992,31.369799,19.662622,19.077017,43.24165,37.0877,5.4514265,170.74004,44.753246,430.56693,16.57645,806.2106,40.7648,439.38126,330.5986,17.710238,16.313925,489.49838,586.58966,1663.6385,309.81354 +2023-10-27 10:00:00,0.0,6497.9473,179.10721,80.49658,100.41488,64.81687,318.58194,45.55027,94.708626,27.852705,54.67564,1141.5201,90.61634,27.277803,248.91986,1.2686131,1.104366,46.99427,2.4026904,0.040362988,865.7533,0.053239066,820.3004,112.13586,0.022292312,0.021401657,322.7662,40.296734,157.73357,152.77191,9225.63,0.22273283,2622.972,5.9545584,0.16844594,0.25330594,0.35574755,280.87875,339.13068,29.036243,72.61223,40.25007,15.990056,1579.4233,3.084335,69.03973,25.727352,467.56555,29.446774,412.1641,11.415405,72.34714,0.0,988.5731,3873.9255,1.1254797,306.3086,37.06009,25091.912,38.447006,1.3211068,17.530056,40.658825,8.681414,2.6037016,19.872082,551.31415,196.54478,22.671425,1.1137658,3.3904302,128.02834,6.712494,223.56032,239.56828,1985.1559,687.08386,106.91342,143.15218,158.1636,5.3279414,8.143643,32.57661,3.406239,5.7428017,26.832123,37.614662,104.459946,21.452679,23.49025,59.487488,11.751165,3481.328,25.071022,23.119623,18.19185,12.125751,189.11848,39.669125,21.563171,5.8186817,13.834841,19.680992,74.930176,155.52547,36.544487,161.45483,27.09144,16.929148,104.799995,65.39281,220.08322,79.58562,1.993301,4.7900534,5.6502824,37.592945,6770.141,2.1189184,14.789365,62.32319,18.108805,171.20412,52.915054,115.67697,3.0446804,89.70665,470.48865,301.69415,60.389942,445.82193,56.764786,62.959995,103.32248,18.242517,2.8864715,17.63286,609.4908,0.43397954,0.716957,81.815544,11.222377,8.416319,9.701853,16.593565,113.29994,26.290558,150.51646,765.921,404.70554,2673.6794,2069.7432,34.175526,68.45579,4226.6636,16.24436,103.03663,631.536,176.55545,239.60329,106.828575,602.7814,571.0876,465.78094,17.943165,129.13736,397.3675,770.3319,33.697483,289.85944,42.97744,1.6407996,50.706356,1.1263489,1.1559405,4.7546825,22.001883,212.39362,44.04444,19.395609,541.44775,158.52643,93.4424,124.06721,38.072197,54.426075,23.969982,32.47386,22.191532,180.95554,76.94574,31.364262,19.62417,19.047043,43.176537,37.001926,5.4391365,170.4994,44.67676,430.00366,16.554464,805.0424,40.710842,439.52304,330.05002,17.69087,16.308983,488.96545,586.19727,1663.223,310.0927 +2023-10-27 11:00:00,0.0,6488.043,178.82658,80.51096,100.46223,64.821945,318.65472,45.56166,94.754196,27.855825,54.698593,1140.5284,90.56159,27.282223,248.97797,1.2703662,1.106019,47.014214,2.4063134,0.040200744,866.1955,0.053192653,820.70386,112.17618,0.02220649,0.021344217,323.00214,40.311516,157.8865,152.83846,9214.774,0.22301927,2623.8455,5.963085,0.16864148,0.25355402,0.35621187,280.97845,339.2224,29.047142,72.533936,40.2512,15.980935,1578.5173,3.087074,69.024475,25.705324,467.63483,29.439758,412.0699,11.398112,72.30373,0.0,988.1931,3871.7617,1.121699,306.1275,36.99961,25078.451,38.41658,1.3178468,17.523247,40.646393,8.669027,2.6014106,19.865496,550.85394,196.28204,22.65885,1.1112449,3.3856156,127.9424,6.690649,223.48177,239.6922,1984.3784,687.2613,106.88985,143.12659,157.75232,5.3280034,8.144495,32.609444,3.406894,5.7478423,26.78986,37.56891,104.4797,21.436836,23.4655,59.45928,11.752363,3480.9705,25.065376,23.116264,18.188452,12.119087,189.05637,39.648476,21.55578,5.8170586,13.823639,19.663599,74.88239,155.41638,36.498856,161.36345,27.060692,16.908289,104.74556,65.356285,219.5774,79.566696,1.9934893,4.786962,5.649052,37.543747,6757.551,2.1194406,14.770754,62.352524,18.09975,171.11984,52.899464,115.69199,3.0464828,89.66159,470.56967,301.82828,60.31811,445.8597,56.78965,62.926693,103.269905,18.253164,2.887564,17.638393,609.15753,0.43459922,0.71759677,81.8397,11.219979,8.420005,9.704967,16.594685,113.35084,26.270985,150.55101,766.09735,404.8198,2673.6667,2069.7537,34.160385,68.448746,4221.8823,16.255688,102.99311,631.4033,176.46744,239.48894,106.79664,602.41974,570.635,465.7368,17.925499,129.07217,396.86914,769.4353,33.62334,289.07184,42.882874,1.6415681,50.706757,1.1267124,1.1567163,4.758232,21.953684,212.36887,43.975075,19.398073,540.5554,158.25648,93.29032,123.82796,38.028034,54.426746,23.954346,32.361797,22.178427,180.69843,76.80156,31.358725,19.585718,19.017069,43.111427,36.91615,5.4268465,170.25876,44.600277,429.44037,16.532478,803.87427,40.65688,439.66483,329.50143,17.671503,16.30404,488.43253,585.8049,1662.8075,310.3719 +2023-10-27 12:00:00,0.0,6478.1387,178.54594,80.525345,100.50958,64.82702,318.72754,45.57305,94.799774,27.858946,54.721546,1139.5369,90.50684,27.286644,249.03609,1.2721193,1.107672,47.03416,2.4099364,0.040038496,866.63763,0.053146236,821.10736,112.21651,0.022120668,0.021286778,323.23804,40.3263,158.03943,152.90498,9203.918,0.22330572,2624.719,5.9716125,0.16883701,0.25380206,0.35667616,281.07816,339.31418,29.058043,72.45564,40.25234,15.971814,1577.6113,3.0898132,69.00923,25.683296,467.70416,29.432741,411.97568,11.380819,72.26031,0.0,987.81323,3869.598,1.1179181,305.9464,36.939133,25064.99,38.386154,1.3145868,17.516436,40.63396,8.656642,2.5991197,19.85891,550.3938,196.01929,22.646275,1.108724,3.380801,127.85645,6.6688037,223.40323,239.81613,1983.6008,687.43866,106.866264,143.101,157.34103,5.328065,8.145348,32.64228,3.407549,5.7528825,26.747597,37.523155,104.49946,21.420992,23.44075,59.43107,11.75356,3480.6128,25.059732,23.112904,18.185055,12.112423,188.99425,39.627827,21.548388,5.8154354,13.812437,19.646204,74.83461,155.30731,36.453224,161.27206,27.029942,16.887432,104.691124,65.319756,219.07156,79.54777,1.9936774,4.7838707,5.6478224,37.49455,6744.9604,2.1199625,14.752143,62.38186,18.090694,171.03555,52.883873,115.70702,3.0482855,89.61653,470.65073,301.96243,60.246277,445.89752,56.814518,62.893394,103.21734,18.263811,2.8886564,17.643925,608.8242,0.43521887,0.71823657,81.863846,11.217581,8.423692,9.70808,16.595802,113.40173,26.251411,150.58557,766.2737,404.93402,2673.6538,2069.7644,34.145245,68.44171,4217.101,16.267014,102.9496,631.2707,176.37944,239.37459,106.76471,602.05804,570.1825,465.69266,17.907833,129.00699,396.37082,768.5387,33.5492,288.28424,42.788307,1.6423366,50.70716,1.1270759,1.1574922,4.761782,21.905485,212.34413,43.90571,19.400537,539.6631,157.98656,93.13825,123.58871,37.98387,54.427418,23.93871,32.249733,22.165323,180.44131,76.65738,31.353188,19.547266,18.987097,43.046314,36.830376,5.4145565,170.01813,44.523792,428.8771,16.510492,802.7062,40.60292,439.80658,328.95285,17.652136,16.299099,487.89963,585.4125,1662.392,310.65106 +2023-10-27 13:00:00,0.0,6468.2344,178.26532,80.53973,100.55693,64.83209,318.80032,45.584442,94.84535,27.862066,54.744503,1138.5453,90.452095,27.291063,249.09421,1.2738724,1.1093249,47.054104,2.4135594,0.039876252,867.0798,0.05309982,821.5108,112.25683,0.022034846,0.021229338,323.47397,40.341087,158.19235,152.97153,9193.062,0.22359216,2625.5925,5.9801393,0.16903254,0.25405014,0.35714042,281.1779,339.4059,29.068943,72.37735,40.253475,15.962693,1576.7054,3.0925522,68.99398,25.66127,467.77344,29.425726,411.88147,11.363526,72.216896,0.0,987.4332,3867.4338,1.1141374,305.7653,36.878654,25051.527,38.355724,1.3113267,17.509626,40.62153,8.644256,2.5968287,19.852324,549.9336,195.75655,22.6337,1.106203,3.3759863,127.770515,6.646959,223.32468,239.94005,1982.8232,687.6161,106.84268,143.07541,156.92973,5.328127,8.1462,32.675117,3.4082038,5.757923,26.705334,37.4774,104.51922,21.40515,23.416,59.40286,11.754757,3480.2554,25.054089,23.109543,18.181656,12.10576,188.93213,39.607178,21.540995,5.8138123,13.801235,19.62881,74.78683,155.19823,36.407593,161.18066,26.999193,16.866573,104.63668,65.28323,218.56575,79.52885,1.9938656,4.7807794,5.6465926,37.445354,6732.3706,2.1204844,14.733532,62.41119,18.08164,170.95128,52.86828,115.722046,3.050088,89.57147,470.73178,302.09656,60.174442,445.9353,56.839382,62.860092,103.164764,18.274458,2.8897488,17.649458,608.49097,0.43583855,0.7188763,81.88799,11.215182,8.427378,9.711195,16.59692,113.45264,26.231838,150.62013,766.4501,405.04828,2673.641,2069.7751,34.130104,68.43468,4212.32,16.278341,102.90608,631.138,176.29143,239.26024,106.73277,601.6964,569.73,465.6485,17.89017,128.9418,395.8725,767.64215,33.47506,287.49664,42.693737,1.643105,50.70756,1.1274394,1.158268,4.7653317,21.857286,212.31938,43.836338,19.403002,538.77075,157.71661,92.986176,123.349464,37.93971,54.428093,23.923073,32.13767,22.152218,180.1842,76.51319,31.34765,19.508816,18.957123,42.9812,36.7446,5.4022665,169.77748,44.447308,428.31384,16.488506,801.538,40.548958,439.94836,328.40427,17.632769,16.294157,487.3667,585.0201,1661.9766,310.93024 +2023-10-27 14:00:00,0.0,6458.33,177.98468,80.55411,100.60429,64.837166,318.8731,45.595833,94.89092,27.865187,54.767456,1137.5536,90.39735,27.295483,249.15231,1.2756255,1.1109779,47.07405,2.4171824,0.03971401,867.522,0.053053405,821.91425,112.29715,0.021949023,0.0211719,323.7099,40.355873,158.34528,153.03806,9182.206,0.22387859,2626.466,5.988666,0.16922808,0.2542982,0.35760474,281.2776,339.49765,29.079842,72.29906,40.25461,15.953572,1575.7994,3.0952914,68.97873,25.639242,467.84277,29.418709,411.78723,11.346233,72.17348,0.0,987.05334,3865.27,1.1103567,305.5842,36.818176,25038.066,38.3253,1.3080667,17.502815,40.609097,8.63187,2.5945377,19.845737,549.47345,195.4938,22.621126,1.103682,3.3711717,127.68458,6.625114,223.24612,240.06398,1982.0457,687.7935,106.81911,143.04982,156.51845,5.3281884,8.147052,32.707954,3.4088588,5.762964,26.66307,37.43165,104.53898,21.389307,23.39125,59.37465,11.755955,3479.898,25.048445,23.106182,18.178257,12.099096,188.87001,39.58653,21.533602,5.812189,13.790033,19.611416,74.739044,155.08914,36.36196,161.08928,26.968443,16.845716,104.582245,65.246704,218.05992,79.509926,1.9940537,4.777688,5.645363,37.396156,6719.7803,2.1210063,14.714921,62.440525,18.072586,170.867,52.852688,115.73707,3.0518906,89.52641,470.8128,302.23068,60.10261,445.97308,56.864246,62.82679,103.11219,18.285107,2.8908412,17.65499,608.15765,0.43645823,0.7195161,81.91214,11.212784,8.431065,9.714309,16.59804,113.50353,26.212265,150.6547,766.62646,405.1625,2673.6282,2069.786,34.114964,68.42764,4207.5386,16.289669,102.862564,631.0054,176.20343,239.14589,106.700836,601.3348,569.2774,465.60437,17.872503,128.87662,395.37415,766.74554,33.400917,286.70905,42.59917,1.6438735,50.707966,1.1278028,1.1590438,4.768882,21.809088,212.29465,43.76697,19.405466,537.8784,157.44669,92.83411,123.110214,37.895546,54.428764,23.907438,32.0256,22.139112,179.9271,76.36901,31.342113,19.470364,18.92715,42.916092,36.658825,5.3899765,169.53685,44.370823,427.75055,16.46652,800.3699,40.495,440.09012,327.85568,17.613401,16.289215,486.83377,584.6277,1661.561,311.2094 +2023-10-27 15:00:00,0.0,6448.426,177.70406,80.56849,100.651634,64.84224,318.94592,45.607224,94.9365,27.868305,54.79041,1136.562,90.3426,27.299904,249.21043,1.2773786,1.1126308,47.093994,2.4208055,0.039551765,867.9641,0.053006988,822.3177,112.33747,0.021863202,0.02111446,323.94583,40.37066,158.49821,153.1046,9171.35,0.22416504,2627.3396,5.9971933,0.16942361,0.25454625,0.358069,281.3773,339.5894,29.090742,72.220764,40.255745,15.944451,1574.8934,3.0980303,68.963486,25.617214,467.91205,29.411694,411.69302,11.32894,72.130066,0.0,986.67346,3863.1062,1.106576,305.40308,36.757698,25024.605,38.294872,1.3048067,17.496006,40.596664,8.619485,2.5922468,19.839151,549.01324,195.23106,22.608551,1.101161,3.3663573,127.59864,6.603269,223.16757,240.1879,1981.2682,687.97095,106.795525,143.02425,156.10716,5.32825,8.147904,32.74079,3.4095137,5.7680044,26.620808,37.385895,104.55873,21.373463,23.3665,59.34644,11.757152,3479.5403,25.042799,23.102823,18.174858,12.092432,188.80789,39.565884,21.526209,5.8105664,13.7788315,19.594023,74.69126,154.98006,36.31633,160.9979,26.937693,16.824858,104.52781,65.21018,217.5541,79.491005,1.994242,4.7745967,5.644133,37.34696,6707.19,2.1215284,14.696309,62.46986,18.06353,170.78273,52.837097,115.75209,3.053693,89.48135,470.89386,302.36484,60.030777,446.0109,56.889114,62.793488,103.05962,18.295753,2.8919337,17.66052,607.8244,0.43707788,0.7201559,81.93629,11.210386,8.434751,9.717423,16.599157,113.55443,26.192692,150.68925,766.80286,405.27676,2673.6155,2069.7966,34.09982,68.42061,4202.7573,16.300997,102.81905,630.8727,176.11542,239.03156,106.6689,600.97314,568.8249,465.5602,17.85484,128.81142,394.87582,765.84894,33.326775,285.92142,42.504604,1.6446419,50.708366,1.1281664,1.1598196,4.772432,21.760887,212.2699,43.697605,19.40793,536.9861,157.17674,92.68203,122.870964,37.851383,54.429436,23.891802,31.913536,22.126009,179.66997,76.22483,31.336576,19.431911,18.897177,42.85098,36.57305,5.3776865,169.2962,44.29434,427.1873,16.444534,799.2017,40.44104,440.2319,327.30707,17.594036,16.284273,486.30084,584.2353,1661.1455,311.48856 +2023-10-27 16:00:00,0.0,6438.5215,177.42343,80.58287,100.69898,64.84731,319.0187,45.618614,94.98208,27.871426,54.813366,1135.5704,90.28785,27.304323,249.26855,1.2791317,1.1142838,47.11394,2.4244285,0.03938952,868.4063,0.05296057,822.7211,112.3778,0.021777378,0.02105702,324.18176,40.38544,158.65114,153.17113,9160.494,0.22445148,2628.2134,6.00572,0.16961914,0.25479433,0.35853332,281.477,339.68112,29.10164,72.14247,40.25688,15.93533,1573.9874,3.1007695,68.948235,25.595186,467.98138,29.404676,411.59882,11.311646,72.08665,0.0,986.29346,3860.9424,1.1027952,305.222,36.69722,25011.143,38.264442,1.3015467,17.489197,40.584232,8.607099,2.5899558,19.832565,548.55304,194.9683,22.595976,1.0986401,3.3615427,127.512695,6.581424,223.08904,240.31183,1980.4906,688.1484,106.77194,142.99866,155.69586,5.328312,8.148757,32.77363,3.4101686,5.773045,26.578547,37.34014,104.57849,21.35762,23.341751,59.318233,11.758348,3479.1829,25.037155,23.099463,18.17146,12.085769,188.74579,39.545235,21.518818,5.8089433,13.76763,19.576628,74.64348,154.87097,36.2707,160.90651,26.906944,16.804,104.47337,65.17365,217.04826,79.47208,1.9944301,4.7715054,5.6429033,37.29776,6694.5996,2.1220503,14.677698,62.499195,18.054476,170.69844,52.821507,115.76711,3.0554957,89.43629,470.9749,302.49896,59.958942,446.04868,56.91398,62.76019,103.00705,18.3064,2.893026,17.666054,607.4911,0.43769756,0.7207957,81.960434,11.207988,8.4384365,9.720537,16.600275,113.60532,26.173119,150.72382,766.97925,405.39102,2673.6025,2069.8071,34.08468,68.41357,4197.976,16.312325,102.775536,630.74005,176.02742,238.9172,106.63697,600.61145,568.3724,465.51608,17.837173,128.74623,394.3775,764.9524,33.252632,285.13382,42.410034,1.6454103,50.70877,1.1285299,1.1605954,4.7759814,21.712688,212.24516,43.62824,19.410395,536.0937,156.9068,92.52995,122.63172,37.80722,54.430107,23.876165,31.801472,22.112904,179.41286,76.08065,31.33104,19.39346,18.867205,42.78587,36.487274,5.365396,169.05557,44.217854,426.624,16.42255,798.03357,40.387077,440.37366,326.75848,17.574669,16.279331,485.7679,583.8429,1660.7301,311.76773 +2023-10-27 17:00:00,0.0,6428.6167,177.14279,80.59725,100.74634,64.85239,319.0915,45.630005,95.02765,27.874546,54.83632,1134.5787,90.2331,27.308743,249.32666,1.2808846,1.1159368,47.133884,2.4280515,0.039227277,868.84845,0.052914158,823.1246,112.41812,0.021691557,0.02099958,324.4177,40.400227,158.80406,153.23767,9149.638,0.22473793,2629.087,6.014247,0.16981468,0.25504237,0.3589976,281.5767,339.77286,29.112541,72.06418,40.25802,15.926209,1573.0815,3.1035085,68.93298,25.573158,468.0507,29.397661,411.5046,11.2943535,72.043236,0.0,985.9136,3858.7783,1.0990145,305.04086,36.63674,24997.682,38.234016,1.2982867,17.482386,40.5718,8.594713,2.5876648,19.82598,548.0929,194.70557,22.5834,1.0961192,3.356728,127.42676,6.5595794,223.01048,240.43575,1979.713,688.3258,106.74837,142.97307,155.28458,5.3283734,8.149609,32.80646,3.4108236,5.7780857,26.536283,37.294388,104.59825,21.341776,23.317001,59.290024,11.759546,3478.8252,25.031511,23.096102,18.16806,12.079105,188.68367,39.524586,21.511425,5.80732,13.756428,19.559235,74.5957,154.76189,36.225067,160.81512,26.876194,16.783142,104.41894,65.13713,216.54243,79.453156,1.9946183,4.768414,5.641673,37.24856,6682.0093,2.1225722,14.659087,62.52853,18.04542,170.61417,52.805916,115.782135,3.0572982,89.39123,471.05594,302.6331,59.88711,446.08646,56.938843,62.726887,102.954475,18.317047,2.8941185,17.671585,607.15784,0.4383172,0.7214355,81.98459,11.205589,8.442123,9.723651,16.601395,113.65623,26.153545,150.75838,767.15564,405.50525,2673.5898,2069.8179,34.06954,68.40653,4193.195,16.323652,102.732025,630.6074,175.93942,238.80286,106.605034,600.2498,567.91986,465.47192,17.819508,128.68105,393.87915,764.0558,33.178493,284.34622,42.315468,1.6461787,50.70917,1.1288934,1.1613714,4.7795315,21.66449,212.22041,43.55887,19.412857,535.20135,156.63687,92.377884,122.39247,37.763058,54.43078,23.860529,31.689405,22.099798,179.15575,75.93646,31.325502,19.355007,18.83723,42.720757,36.4015,5.353106,168.81493,44.14137,426.06073,16.400564,796.8654,40.33312,440.51544,326.2099,17.555302,16.27439,485.235,583.4505,1660.3146,312.0469 +2023-10-27 18:00:00,0.0,6418.7124,176.86217,80.61163,100.793686,64.85746,319.1643,45.641396,95.07323,27.877666,54.859272,1133.5872,90.17835,27.313164,249.38478,1.2826377,1.1175897,47.15383,2.4316745,0.039065033,869.29065,0.05286774,823.5281,112.45844,0.021605734,0.020942142,324.6536,40.415012,158.95699,153.3042,9138.781,0.22502436,2629.9604,6.0227737,0.17001021,0.25529045,0.3594619,281.6764,339.86462,29.123442,71.985886,40.25915,15.9170885,1572.1755,3.1062477,68.91774,25.55113,468.12,29.390644,411.4104,11.2770605,71.99982,0.0,985.5337,3856.6145,1.0952338,304.85977,36.576263,24984.219,38.20359,1.2950267,17.475576,40.559372,8.582328,2.5853739,19.819393,547.6327,194.44283,22.570826,1.0935981,3.3519135,127.34082,6.5377345,222.93193,240.55968,1978.9354,688.5032,106.72479,142.94748,154.87329,5.3284354,8.150461,32.8393,3.4114785,5.7831264,26.49402,37.24864,104.61801,21.325933,23.292252,59.261814,11.760743,3478.4678,25.025867,23.092741,18.164661,12.072441,188.62155,39.503937,21.504032,5.805697,13.745226,19.54184,74.54792,154.6528,36.179436,160.72372,26.845446,16.762285,104.3645,65.10061,216.0366,79.434235,1.9948064,4.765322,5.6404433,37.199368,6669.4194,2.123094,14.640476,62.557865,18.036366,170.52989,52.79032,115.79716,3.0591009,89.34617,471.137,302.76724,59.815277,446.12427,56.96371,62.693584,102.90191,18.327694,2.895211,17.677118,606.8245,0.4389369,0.7220752,82.008736,11.203191,8.445809,9.726766,16.602512,113.70712,26.133972,150.79294,767.33203,405.6195,2673.577,2069.8286,34.054398,68.3995,4188.4136,16.33498,102.68851,630.47473,175.85141,238.6885,106.5731,599.8882,567.4673,465.4278,17.801844,128.61586,393.38083,763.1592,33.10435,283.55862,42.2209,1.6469473,50.709576,1.1292568,1.1621472,4.7830815,21.616291,212.19568,43.489502,19.415321,534.309,156.36693,92.22581,122.15323,37.718895,54.43145,23.844893,31.57734,22.086693,178.89864,75.79228,31.319965,19.316555,18.807259,42.655647,36.315723,5.340816,168.5743,44.064884,425.49747,16.378578,795.69727,40.279156,440.6572,325.66132,17.535934,16.269447,484.70206,583.0581,1659.899,312.32608 +2023-10-27 19:00:00,0.0,6408.808,176.58153,80.626015,100.84104,64.86253,319.2371,45.652786,95.118805,27.880785,54.88223,1132.5955,90.123604,27.317583,249.44289,1.2843908,1.1192427,47.173775,2.4352975,0.03890279,869.7328,0.052821323,823.9315,112.49877,0.021519912,0.020884702,324.88953,40.4298,159.10992,153.37074,9127.926,0.2253108,2630.834,6.031301,0.17020574,0.2555385,0.35992616,281.7761,339.95636,29.13434,71.90759,40.26029,15.907968,1571.2695,3.1089869,68.90249,25.529102,468.18927,29.383629,411.3162,11.259768,71.956406,0.0,985.1537,3854.4507,1.0914531,304.67868,36.515785,24970.758,38.17316,1.2917666,17.468765,40.54694,8.5699415,2.5830827,19.812807,547.17255,194.18008,22.55825,1.0910772,3.3470988,127.25488,6.515889,222.85338,240.6836,1978.158,688.6806,106.70121,142.92189,154.46199,5.328497,8.151314,32.872135,3.4121335,5.788167,26.451757,37.202885,104.637764,21.31009,23.267502,59.233604,11.76194,3478.11,25.020222,23.089382,18.161263,12.065778,188.55943,39.483288,21.49664,5.804074,13.734024,19.524446,74.50014,154.54372,36.133804,160.63234,26.814695,16.741426,104.31006,65.06408,215.53078,79.41531,1.9949946,4.762231,5.6392136,37.15017,6656.829,2.1236162,14.621865,62.5872,18.027311,170.4456,52.77473,115.81218,3.0609033,89.30111,471.21805,302.90137,59.743443,446.16205,56.988575,62.660282,102.849335,18.33834,2.8963034,17.68265,606.4913,0.43955654,0.722715,82.03288,11.200793,8.449496,9.729879,16.603632,113.75802,26.114399,150.8275,767.5084,405.73376,2673.5642,2069.8394,34.039257,68.39246,4183.6323,16.346308,102.645,630.3421,175.76341,238.57416,106.54117,599.52655,567.0148,465.38364,17.784178,128.55067,392.8825,762.26263,33.03021,282.77103,42.12633,1.6477157,50.709976,1.1296204,1.162923,4.786631,21.568092,212.17093,43.420135,19.417786,533.4167,156.09698,92.07373,121.91398,37.674732,54.432125,23.829256,31.465275,22.07359,178.64153,75.6481,31.314428,19.278103,18.777285,42.590534,36.22995,5.328526,168.33365,43.9884,424.93417,16.356592,794.5291,40.225197,440.79898,325.11273,17.516567,16.264505,484.16913,582.6657,1659.4835,312.60526 +2023-10-27 20:00:00,0.0,6398.904,176.3009,80.640396,100.88839,64.86761,319.30988,45.664177,95.164375,27.883905,54.90518,1131.6039,90.068855,27.322002,249.501,1.2861439,1.1208956,47.19372,2.4389205,0.038740546,870.175,0.05277491,824.33496,112.53909,0.02143409,0.020827264,325.12546,40.444584,159.26285,153.43727,9117.069,0.22559725,2631.7075,6.039828,0.17040128,0.25578657,0.36039045,281.8758,340.0481,29.14524,71.8293,40.261425,15.898847,1570.3636,3.1117258,68.88724,25.507074,468.2586,29.376612,411.222,11.242475,71.91299,0.0,984.7738,3852.2869,1.0876724,304.49756,36.455307,24957.297,38.142735,1.2885066,17.461956,40.534508,8.557556,2.5807917,19.806221,546.71234,193.91733,22.545675,1.0885562,3.3422844,127.16894,6.4940443,222.77484,240.80753,1977.3804,688.85803,106.677635,142.8963,154.0507,5.328559,8.152165,32.904972,3.4127884,5.793207,26.409494,37.15713,104.657524,21.294247,23.242752,59.205395,11.763138,3477.7527,25.014578,23.086021,18.157864,12.059114,188.49731,39.462643,21.489246,5.8024507,13.722822,19.507051,74.452354,154.43463,36.088173,160.54095,26.783947,16.72057,104.25562,65.02756,215.02495,79.396385,1.9951828,4.7591395,5.637984,37.10097,6644.239,2.124138,14.603254,62.616535,18.018255,170.36133,52.75914,115.8272,3.062706,89.25605,471.29907,303.03552,59.671608,446.19983,57.01344,62.626984,102.79676,18.34899,2.8973958,17.688183,606.15796,0.44017622,0.7233548,82.05703,11.198395,8.453182,9.732993,16.60475,113.808914,26.094826,150.86206,767.6848,405.848,2673.5513,2069.85,34.024117,68.38542,4178.8506,16.357635,102.60148,630.2094,175.6754,238.45981,106.50923,599.16486,566.56226,465.3395,17.766514,128.48549,392.38416,761.366,32.956066,281.9834,42.031765,1.6484841,50.71038,1.1299839,1.1636988,4.790181,21.519894,212.1462,43.35077,19.42025,532.52435,155.82706,91.92166,121.67473,37.63057,54.432796,23.81362,31.353209,22.060484,178.38441,75.50392,31.308891,19.23965,18.747313,42.525425,36.144173,5.316236,168.09302,43.911915,424.3709,16.334606,793.36096,40.171238,440.94073,324.56412,17.4972,16.259563,483.6362,582.2733,1659.0681,312.88443 +2023-10-27 21:00:00,0.0,6388.9995,176.02028,80.65478,100.935745,64.87268,319.3827,45.675568,95.20995,27.887026,54.928135,1130.6123,90.01411,27.326424,249.55913,1.287897,1.1225486,47.21367,2.4425433,0.0385783,870.6171,0.052728493,824.7384,112.579414,0.021348268,0.020769823,325.3614,40.459366,159.41577,153.50381,9106.214,0.22588369,2632.581,6.0483546,0.17059681,0.2560346,0.36085474,281.9755,340.13983,29.15614,71.75101,40.26256,15.889726,1569.4576,3.114465,68.871994,25.485046,468.3279,29.369596,411.12778,11.225182,71.869576,0.0,984.3939,3850.1228,1.0838916,304.31647,36.394825,24943.834,38.11231,1.2852466,17.455147,40.522076,8.54517,2.5785007,19.799635,546.2522,193.65459,22.5331,1.0860353,3.3374698,127.083,6.4721994,222.69629,240.93144,1976.6028,689.03546,106.65405,142.87071,153.63942,5.3286204,8.153018,32.93781,3.4134433,5.798248,26.367231,37.111378,104.677284,21.278404,23.218002,59.177185,11.764335,3477.3953,25.008934,23.08266,18.154467,12.05245,188.4352,39.441994,21.481855,5.800828,13.71162,19.489658,74.40457,154.32556,36.04254,160.44957,26.753197,16.69971,104.20119,64.99103,214.51912,79.377464,1.995371,4.756048,5.636754,37.051773,6631.6484,2.12466,14.584642,62.64587,18.009201,170.27705,52.74355,115.842224,3.0645084,89.21099,471.38013,303.16965,59.599777,446.23764,57.038307,62.59368,102.744194,18.359636,2.8984883,17.693714,605.8247,0.44079587,0.7239946,82.08118,11.195996,8.456869,9.736108,16.605867,113.85982,26.075253,150.89662,767.8612,405.96225,2673.5386,2069.8608,34.008972,68.37839,4174.0693,16.368963,102.55796,630.0768,175.5874,238.34546,106.477295,598.8032,566.10974,465.29535,17.748848,128.42029,391.88583,760.4694,32.881927,281.1958,41.9372,1.6492525,50.71078,1.1303474,1.1644746,4.7937307,21.471695,212.12144,43.2814,19.422714,531.632,155.55711,91.769585,121.435486,37.586407,54.433468,23.797983,31.241144,22.047379,178.12729,75.35973,31.303354,19.201199,18.717339,42.46031,36.0584,5.303946,167.85239,43.83543,423.80765,16.31262,792.1928,40.117275,441.08252,324.01553,17.477833,16.254622,483.10327,581.8809,1658.6526,313.1636 +2023-10-27 22:00:00,0.0,6379.095,175.73964,80.66916,100.98309,64.877754,319.45547,45.68696,95.25553,27.890146,54.95109,1129.6206,89.95936,27.330843,249.61723,1.2896501,1.1242017,47.233612,2.4461663,0.038416058,871.05927,0.05268208,825.14185,112.619736,0.021262445,0.020712385,325.59732,40.47415,159.5687,153.57034,9095.357,0.22617012,2633.4546,6.056882,0.17079234,0.2562827,0.36131907,282.0752,340.23157,29.16704,71.672714,40.263695,15.880605,1568.5516,3.117204,68.85674,25.463018,468.39722,29.36258,411.03354,11.207888,71.82616,0.0,984.0139,3847.959,1.0801109,304.13535,36.334347,24930.373,38.08188,1.2819866,17.448336,40.509644,8.532784,2.5762098,19.793049,545.792,193.39185,22.520525,1.0835143,3.3326552,126.99706,6.4503546,222.61774,241.05537,1975.8253,689.2129,106.63047,142.84512,153.22812,5.3286824,8.153871,32.970642,3.4140983,5.8032885,26.324968,37.065624,104.69704,21.26256,23.193253,59.148975,11.765532,3477.0376,25.00329,23.079302,18.151068,12.045787,188.3731,39.421345,21.474463,5.799205,13.700418,19.472263,74.35679,154.21648,35.996906,160.35817,26.722446,16.678854,104.14675,64.954506,214.01329,79.35854,1.9955591,4.752957,5.6355243,37.00258,6619.0586,2.125182,14.566031,62.675205,18.000145,170.19278,52.72796,115.85725,3.0663111,89.165924,471.46118,303.30377,59.527943,446.27542,57.06317,62.56038,102.69162,18.370283,2.8995807,17.699247,605.4914,0.44141555,0.7246344,82.10532,11.193599,8.460555,9.739222,16.606987,113.91071,26.05568,150.93118,768.0376,406.0765,2673.5256,2069.8713,33.99383,68.37135,4169.288,16.380291,102.51445,629.9441,175.49939,238.23111,106.44536,598.4416,565.65717,465.25122,17.731182,128.3551,391.3875,759.5729,32.807785,280.4082,41.84263,1.650021,50.711185,1.130711,1.1652504,4.797281,21.423496,212.09671,43.212032,19.425179,530.7396,155.28719,91.617516,121.196236,37.542244,54.43414,23.782349,31.129078,22.034275,177.87018,75.21555,31.297817,19.162746,18.687365,42.3952,35.972626,5.291656,167.61174,43.758945,423.24435,16.290636,791.0247,40.063316,441.22427,323.46695,17.458467,16.24968,482.57034,581.4885,1658.237,313.44278 +2023-10-27 23:00:00,0.0,6369.191,175.45901,80.68354,101.03044,64.88283,319.52826,45.69835,95.3011,27.893265,54.974045,1128.629,89.90461,27.335262,249.67535,1.2914032,1.1258546,47.25356,2.4497893,0.03825381,871.50146,0.052635662,825.5453,112.660065,0.021176621,0.020654945,325.83325,40.488937,159.72163,153.63689,9084.502,0.22645657,2634.3284,6.0654087,0.17098787,0.25653073,0.36178333,282.1749,340.32333,29.17794,71.59442,40.26483,15.871484,1567.6456,3.1199431,68.84149,25.44099,468.4665,29.355564,410.93933,11.190595,71.782745,0.0,983.63403,3845.7952,1.0763302,303.95425,36.27387,24916.91,38.051453,1.2787266,17.441526,40.49721,8.520399,2.5739188,19.786463,545.3318,193.1291,22.507952,1.0809933,3.3278406,126.911125,6.4285097,222.53918,241.1793,1975.0477,689.3903,106.606895,142.81953,152.81683,5.328744,8.154722,33.00348,3.4147532,5.808329,26.282705,37.01987,104.7168,21.246717,23.168503,59.120766,11.766729,3476.6802,24.997644,23.075941,18.147669,12.039124,188.31097,39.400696,21.46707,5.7975817,13.689217,19.45487,74.309006,154.10739,35.951275,160.26678,26.691698,16.657995,104.092316,64.91798,213.50746,79.339615,1.9957473,4.7498655,5.6342945,36.95338,6606.4683,2.125704,14.5474205,62.70454,17.99109,170.10849,52.712368,115.87228,3.0681136,89.120865,471.5422,303.43793,59.45611,446.3132,57.08804,62.52708,102.63905,18.38093,2.9006732,17.704779,605.15814,0.44203523,0.72527415,82.12947,11.1912,8.464241,9.742335,16.608105,113.96161,26.036106,150.96574,768.2139,406.19073,2673.513,2069.882,33.97869,68.36432,4164.507,16.391619,102.47093,629.81146,175.41139,238.11676,106.41343,598.07996,565.20465,465.20706,17.713518,128.28992,390.88916,758.6763,32.733643,279.6206,41.748062,1.6507894,50.711586,1.1310744,1.1660262,4.800831,21.375296,212.07196,43.142666,19.427643,529.8473,155.01724,91.46544,120.956985,37.49808,54.43481,23.766712,31.017014,22.02117,177.61307,75.07137,31.29228,19.124294,18.657393,42.33009,35.88685,5.279366,167.37111,43.68246,422.6811,16.26865,789.85657,40.009354,441.36606,322.91837,17.4391,16.244738,482.0374,581.0961,1657.8215,313.72192 +2023-10-28 00:00:00,0.0,6359.2866,175.17838,80.69792,101.0778,64.8879,319.60107,45.70974,95.34668,27.896385,54.996998,1127.6375,89.84986,27.339684,249.73347,1.2931563,1.1275076,47.273502,2.4534123,0.038091566,871.9436,0.052589245,825.9487,112.700386,0.0210908,0.020597506,326.06915,40.503723,159.87456,153.70343,9073.6455,0.22674301,2635.202,6.0739355,0.1711834,0.2567788,0.36224762,282.27463,340.41507,29.188839,71.51613,40.26597,15.862363,1566.7397,3.122682,68.82625,25.418962,468.53583,29.348547,410.84512,11.173302,71.73933,0.0,983.25415,3843.6313,1.0725495,303.77313,36.21339,24903.45,38.021027,1.2754666,17.434715,40.48478,8.508013,2.5716279,19.779877,544.87164,192.86635,22.495377,1.0784724,3.323026,126.82518,6.406665,222.46065,241.30322,1974.2701,689.5677,106.58331,142.79395,152.40555,5.3288054,8.155575,33.036316,3.4154081,5.8133698,26.240442,36.974117,104.73656,21.230873,23.143753,59.092556,11.767926,3476.3225,24.992,23.07258,18.14427,12.032459,188.24886,39.380047,21.459677,5.7959585,13.678015,19.437475,74.26122,153.9983,35.905643,160.1754,26.660948,16.637138,104.03788,64.881454,213.00165,79.320694,1.9959354,4.746774,5.6330643,36.904182,6593.878,2.126226,14.52881,62.733875,17.982035,170.02422,52.696774,115.8873,3.0699162,89.075806,471.62326,303.57205,59.384277,446.351,57.112904,62.49378,102.58648,18.391577,2.9017656,17.710312,604.8248,0.44265488,0.72591394,82.153625,11.188802,8.467928,9.74545,16.609224,114.012505,26.016533,151.0003,768.3903,406.305,2673.5,2069.8928,33.96355,68.35728,4159.7256,16.402946,102.42742,629.67883,175.3234,238.00241,106.38149,597.71826,564.75214,465.1629,17.695852,128.22473,390.39084,757.77966,32.6595,278.833,41.653496,1.6515579,50.711987,1.1314379,1.166802,4.8043804,21.327097,212.04723,43.0733,19.430107,528.95496,154.7473,91.31336,120.71774,37.45392,54.435482,23.751076,30.904947,22.008064,177.35596,74.92719,31.286743,19.085842,18.627419,42.264977,35.801075,5.2670755,167.13046,43.605976,422.1178,16.246664,788.6884,39.955395,441.50784,322.36978,17.419733,16.239796,481.5045,580.70374,1657.4061,314.0011 +2023-10-28 01:00:00,0.0,6349.3823,174.89775,80.7123,101.125145,64.892975,319.67386,45.72113,95.39226,27.899506,55.01995,1126.6458,89.79511,27.344103,249.79158,1.2949094,1.1291605,47.29345,2.4570353,0.037929323,872.3858,0.05254283,826.35223,112.74071,0.021004977,0.020540066,326.30508,40.518505,160.02748,153.76996,9062.789,0.22702946,2636.0754,6.0824623,0.17137894,0.25702685,0.3627119,282.37433,340.5068,29.19974,71.437836,40.267105,15.853242,1565.8337,3.1254213,68.811,25.396935,468.60513,29.341532,410.75092,11.156009,71.695915,0.0,982.87415,3841.4673,1.0687687,303.59204,36.152912,24889.988,37.990597,1.2722065,17.427906,40.472347,8.495627,2.569337,19.77329,544.41144,192.6036,22.482801,1.0759513,3.3182116,126.73924,6.38482,222.3821,241.42715,1973.4926,689.7451,106.55973,142.76836,151.99425,5.3288674,8.156427,33.069153,3.416063,5.8184104,26.198181,36.928368,104.75632,21.21503,23.119003,59.064346,11.769124,3475.965,24.986357,23.06922,18.140871,12.025796,188.18674,39.3594,21.452286,5.7943354,13.666813,19.420082,74.21344,153.88922,35.860012,160.08401,26.6302,16.61628,103.98344,64.844925,212.49582,79.30177,1.9961237,4.743683,5.6318345,36.854984,6581.2876,2.1267478,14.510199,62.763206,17.97298,169.93994,52.681183,115.90232,3.071719,89.03075,471.7043,303.70618,59.312443,446.3888,57.137768,62.460476,102.533905,18.402224,2.9028578,17.715843,604.4916,0.44327456,0.72655374,82.17777,11.186403,8.471614,9.748564,16.610342,114.06341,25.99696,151.03487,768.5667,406.41925,2673.4873,2069.9036,33.94841,68.35024,4154.9443,16.414274,102.3839,629.54614,175.23538,237.88806,106.349556,597.3566,564.2996,465.11877,17.678186,128.15955,389.89252,756.8831,32.58536,278.04538,41.558926,1.6523263,50.71239,1.1318014,1.1675779,4.8079305,21.278898,212.02248,43.00393,19.432571,528.0626,154.47737,91.16129,120.47849,37.409756,54.436157,23.73544,30.792883,21.994959,177.09885,74.78301,31.281206,19.04739,18.597446,42.199867,35.715298,5.2547855,166.88983,43.52949,421.55453,16.224678,787.52026,39.901436,441.6496,321.8212,17.400366,16.234854,480.97156,580.31134,1656.9906,314.28027 +2023-10-28 02:00:00,0.0,6339.478,174.61713,80.726685,101.1725,64.89805,319.74664,45.73252,95.43783,27.902626,55.042908,1125.6542,89.740364,27.348522,249.8497,1.2966623,1.1308135,47.313393,2.4606583,0.03776708,872.82794,0.052496415,826.7557,112.78103,0.020919155,0.020482628,326.54102,40.53329,160.1804,153.8365,9051.934,0.22731589,2636.949,6.0909896,0.17157447,0.25727493,0.3631762,282.47403,340.59854,29.210638,71.35954,40.268238,15.844121,1564.9277,3.1281602,68.795746,25.374907,468.67444,29.334515,410.6567,11.138716,71.6525,0.0,982.49426,3839.3035,1.064988,303.41092,36.092434,24876.525,37.96017,1.2689465,17.421095,40.459915,8.483242,2.567046,19.766705,543.9513,192.34087,22.470226,1.0734304,3.313397,126.653305,6.362975,222.30354,241.55107,1972.7151,689.92255,106.536156,142.74277,151.58296,5.328929,8.157279,33.10199,3.416718,5.823451,26.155918,36.882614,104.77607,21.199188,23.094254,59.03614,11.770321,3475.6074,24.980713,23.06586,18.137472,12.019133,188.12462,39.338753,21.444893,5.792712,13.655611,19.402687,74.16566,153.78014,35.81438,159.99263,26.59945,16.595423,103.929,64.8084,211.98999,79.28285,1.9963118,4.740591,5.6306047,36.80579,6568.6978,2.1272697,14.491588,62.79254,17.963926,169.85567,52.665592,115.91734,3.0735214,88.98569,471.78534,303.84033,59.24061,446.42657,57.162636,62.427174,102.48134,18.412872,2.9039502,17.721376,604.15826,0.4438942,0.72719353,82.20192,11.184006,8.475301,9.751678,16.61146,114.1143,25.977386,151.06943,768.7431,406.53348,2673.4744,2069.9143,33.93327,68.34321,4150.163,16.425602,102.34039,629.4135,175.14738,237.77371,106.31763,596.995,563.84705,465.07462,17.660522,128.09436,389.39417,755.9865,32.51122,277.25778,41.46436,1.6530948,50.71279,1.132165,1.1683537,4.81148,21.2307,211.99774,42.934563,19.435036,527.1703,154.20743,91.00922,120.23925,37.365593,54.43683,23.719803,30.680817,21.981855,176.84174,74.638824,31.27567,19.008938,18.567472,42.134754,35.629524,5.2424955,166.64919,43.453007,420.99127,16.202692,786.3521,39.847473,441.79138,321.27258,17.380999,16.229912,480.43863,579.91895,1656.5751,314.55945 +2023-10-28 03:00:00,0.0,6329.5737,174.33649,80.741066,101.21985,64.90312,319.81946,45.74391,95.483406,27.905745,55.06586,1124.6626,89.685616,27.352943,249.9078,1.2984154,1.1324664,47.33334,2.4642813,0.037604835,873.27014,0.052449998,827.1591,112.82136,0.020833332,0.020425187,326.77695,40.548077,160.33333,153.90303,9041.077,0.22760233,2637.8225,6.0995164,0.17177,0.25752297,0.3636405,282.57373,340.69028,29.221539,71.28125,40.269375,15.835001,1564.0217,3.1308994,68.7805,25.352879,468.74377,29.3275,410.5625,11.121423,71.609085,0.0,982.1144,3837.1396,1.0612073,303.22983,36.031956,24863.064,37.929745,1.2656865,17.414286,40.447483,8.470856,2.564755,19.760118,543.4911,192.07812,22.457651,1.0709095,3.3085823,126.56737,6.34113,222.22499,241.675,1971.9375,690.1,106.51257,142.71718,151.17168,5.328991,8.158132,33.134823,3.417373,5.828491,26.113655,36.83686,104.79583,21.183344,23.069504,59.00793,11.771518,3475.25,24.975067,23.0625,18.134073,12.012468,188.0625,39.318104,21.4375,5.791089,13.644409,19.385294,74.117874,153.67105,35.76875,159.90123,26.568699,16.574564,103.874565,64.77187,211.48416,79.26392,1.9965,4.7374997,5.629375,36.75659,6556.1074,2.1277916,14.472976,62.821877,17.95487,169.77138,52.65,115.932365,3.075324,88.94063,471.8664,303.97446,59.168777,446.4644,57.1875,62.393875,102.428764,18.42352,2.9050426,17.726908,603.825,0.4445139,0.72783333,82.22607,11.181607,8.478987,9.754792,16.61258,114.1652,25.957813,151.10397,768.91943,406.64774,2673.4617,2069.9248,33.91813,68.336174,4145.382,16.43693,102.296875,629.2808,175.05937,237.65936,106.28569,596.6333,563.39453,465.0305,17.642857,128.02916,388.89584,755.0899,32.437077,276.47018,41.369793,1.6538632,50.713196,1.1325284,1.1691295,4.81503,21.1825,211.97299,42.865196,19.4375,526.27795,153.9375,90.85715,120.0,37.32143,54.4375,23.704166,30.568752,21.96875,176.58461,74.494644,31.270132,18.970486,18.5375,42.069645,35.543747,5.2302055,166.40855,43.376522,420.42798,16.180706,785.18396,39.793514,441.93314,320.724,17.361631,16.22497,479.9057,579.52655,1656.1597,314.83862 +2023-10-28 04:00:00,0.0,6319.669,174.05586,80.75545,101.267204,64.908195,319.89224,45.755306,95.528984,27.908865,55.088814,1123.6709,89.63087,27.357363,249.96593,1.3001685,1.1341194,47.353283,2.4679043,0.03744259,873.7123,0.052403584,827.56256,112.86168,0.02074751,0.020367749,327.01288,40.562862,160.48627,153.96957,9030.222,0.22788878,2638.696,6.108043,0.17196554,0.25777104,0.3641048,282.67343,340.782,29.232439,71.20296,40.27051,15.82588,1563.1158,3.1336384,68.76525,25.33085,468.81305,29.320484,410.4683,11.10413,71.56567,0.0,981.73444,3834.9756,1.0574266,303.04874,35.971478,24849.602,37.899315,1.2624265,17.407476,40.43505,8.45847,2.562464,19.753532,543.03094,191.81538,22.445076,1.0683885,3.3037677,126.48142,6.319285,222.14645,241.79892,1971.1599,690.2774,106.48899,142.69159,150.76038,5.3290524,8.158983,33.16766,3.4180279,5.833532,26.071392,36.791107,104.81559,21.167501,23.044754,58.97972,11.772716,3474.8926,24.969423,23.05914,18.130676,12.005805,188.0004,39.297455,21.430107,5.7894664,13.633207,19.367899,74.07009,153.56198,35.723118,159.80984,26.53795,16.553707,103.82013,64.73535,210.97833,79.245,1.9966881,4.7344084,5.628145,36.707394,6543.517,2.1283138,14.454365,62.85121,17.945816,169.6871,52.63441,115.94739,3.0771265,88.89556,471.94745,304.10858,59.096943,446.50217,57.212364,62.360573,102.37619,18.434166,2.906135,17.73244,603.49176,0.44513354,0.72847307,82.25021,11.179209,8.482674,9.757906,16.613697,114.216095,25.93824,151.13853,769.0958,406.762,2673.4487,2069.9355,33.902985,68.32914,4140.6006,16.448257,102.25336,629.1482,174.97137,237.54503,106.25375,596.27167,562.942,464.98633,17.625193,127.96398,388.39752,754.19336,32.362938,275.6826,41.275223,1.6546316,50.713596,1.1328919,1.1699054,4.81858,21.134302,211.94826,42.79583,19.439964,525.3856,153.66756,90.70507,119.76075,37.277267,54.43817,23.68853,30.456686,21.955645,176.3275,74.350464,31.264595,18.932034,18.507526,42.00453,35.457973,5.2179155,166.16791,43.300037,419.86472,16.158722,784.0158,39.73955,442.07492,320.1754,17.342264,16.220028,479.37277,579.13416,1655.7441,315.1178 +2023-10-28 05:00:00,0.0,6309.7646,173.77522,80.76983,101.31455,64.91327,319.96503,45.766697,95.574554,27.911985,55.11177,1122.6793,89.57612,27.361782,250.02405,1.3019216,1.1357723,47.37323,2.4715273,0.037280347,874.1545,0.052357167,827.966,112.902,0.020661687,0.020310309,327.2488,40.57765,160.63919,154.0361,9019.365,0.22817522,2639.5696,6.1165705,0.17216107,0.2580191,0.36456907,282.77313,340.87378,29.243338,71.124664,40.271645,15.816759,1562.2098,3.1363776,68.75,25.308823,468.88235,29.313467,410.37405,11.086836,71.522255,0.0,981.35455,3832.8118,1.0536458,302.8676,35.911,24836.14,37.86889,1.2591665,17.400665,40.422623,8.446084,2.5601728,19.746946,542.57074,191.55263,22.4325,1.0658675,3.298953,126.395485,6.29744,222.0679,241.92285,1970.3824,690.45483,106.46542,142.666,150.34909,5.3291144,8.159836,33.200497,3.4186828,5.8385725,26.029129,36.745354,104.83535,21.151657,23.020004,58.95151,11.773912,3474.535,24.96378,23.05578,18.127277,11.999142,187.93828,39.276806,21.422714,5.787843,13.622005,19.350506,74.02231,153.4529,35.677486,159.71846,26.5072,16.532848,103.76569,64.69882,210.4725,79.22608,1.9968764,4.731317,5.6269155,36.658195,6530.927,2.1288357,14.435754,62.880547,17.93676,169.60283,52.618816,115.96241,3.0789292,88.8505,472.02847,304.24274,59.02511,446.53995,57.237232,62.32727,102.32362,18.444813,2.9072275,17.737972,603.15845,0.44575322,0.72911286,82.27436,11.17681,8.48636,9.761021,16.614817,114.26699,25.918667,151.1731,769.2722,406.87622,2673.436,2069.9463,33.887844,68.3221,4135.8193,16.459583,102.20985,629.0155,174.88336,237.43068,106.22182,595.91003,562.48944,464.9422,17.607527,127.89879,387.89917,753.29675,32.288795,274.895,41.180656,1.6554,50.714,1.1332554,1.1706812,4.8221297,21.086103,211.92351,42.726463,19.442429,524.4932,153.39761,90.55299,119.52151,37.233105,54.438843,23.672895,30.34462,21.942541,176.07039,74.20628,31.259058,18.893581,18.477554,41.939423,35.3722,5.2056255,165.92728,43.223553,419.30142,16.136736,782.84766,39.685593,442.21667,319.62683,17.322899,16.215086,478.83984,578.74176,1655.3286,315.39697 +2023-10-28 06:00:00,0.0,6299.8604,173.4946,80.78421,101.36191,64.91835,320.0378,45.778088,95.62013,27.915106,55.134724,1121.6877,89.52137,27.366203,250.08215,1.3036747,1.1374253,47.393173,2.4751503,0.037118103,874.5966,0.05231075,828.36945,112.94232,0.020575866,0.02025287,327.4847,40.59243,160.79211,154.10265,9008.509,0.22846165,2640.4434,6.1250973,0.17235659,0.25826716,0.36503336,282.87283,340.9655,29.254238,71.04637,40.27278,15.807638,1561.3038,3.1391168,68.73476,25.286795,468.95166,29.306452,410.27985,11.069543,71.478836,0.0,980.9746,3830.648,1.0498651,302.68652,35.85052,24822.68,37.838463,1.2559065,17.393856,40.41019,8.433699,2.5578818,19.74036,542.1106,191.28989,22.419926,1.0633465,3.2941384,126.30955,6.275595,221.98935,242.04677,1969.6049,690.63226,106.44183,142.64041,149.9378,5.329176,8.160688,33.233334,3.4193377,5.843613,25.986866,36.6996,104.8551,21.135815,22.995255,58.9233,11.775109,3474.1775,24.958134,23.05242,18.123878,11.992477,187.87616,39.25616,21.415323,5.78622,13.610804,19.33311,73.974525,153.34381,35.631855,159.62708,26.476452,16.511992,103.71126,64.6623,209.96667,79.20715,1.9970645,4.7282257,5.625685,36.609,6518.3364,2.1293576,14.417143,62.90988,17.927706,169.51855,52.603226,115.97743,3.0807316,88.80544,472.10953,304.37686,58.953278,446.57776,57.262096,62.29397,102.27105,18.45546,2.90832,17.743505,602.8252,0.44637287,0.72975266,82.298515,11.174413,8.490046,9.764134,16.615934,114.317894,25.899094,151.20766,769.4486,406.99048,2673.423,2069.957,33.872704,68.31506,4131.0376,16.470911,102.16633,628.8829,174.79536,237.31633,106.18989,595.5484,562.0369,464.89804,17.58986,127.8336,387.40085,752.40015,32.214653,274.10736,41.08609,1.6561686,50.7144,1.133619,1.171457,4.82568,21.037905,211.89877,42.657093,19.444893,523.6009,153.12769,90.400925,119.28226,37.188942,54.439518,23.657259,30.232555,21.929436,175.81328,74.062096,31.253521,18.85513,18.44758,41.87431,35.286423,5.1933355,165.68665,43.147068,418.73816,16.11475,781.6795,39.631634,442.35846,319.07825,17.303532,16.210144,478.30692,578.34937,1654.9131,315.67615 +2023-10-28 07:00:00,0.0,6289.956,173.21396,80.79859,101.409256,64.92342,320.11063,45.78948,95.66571,27.918224,55.157677,1120.696,89.46663,27.370623,250.14027,1.3054278,1.1390783,47.41312,2.4787734,0.03695586,875.03876,0.052264336,828.7729,112.98265,0.020490043,0.02019543,327.72064,40.607216,160.94504,154.16917,8997.653,0.2287481,2641.317,6.133624,0.17255212,0.2585152,0.36549765,282.97253,341.05725,29.265137,70.96808,40.27392,15.798517,1560.398,3.1418557,68.719505,25.264767,469.021,29.299435,410.18564,11.05225,71.435425,0.0,980.59467,3828.4841,1.0460844,302.5054,35.790043,24809.217,37.808033,1.2526464,17.387045,40.39776,8.421313,2.5555909,19.733774,541.6504,191.02715,22.40735,1.0608256,3.289324,126.22361,6.2537503,221.9108,242.1707,1968.8273,690.80963,106.41826,142.61482,149.5265,5.329238,8.16154,33.26617,3.4199927,5.848654,25.944603,36.653847,104.87486,21.11997,22.970505,58.895092,11.776307,3473.8198,24.95249,23.049059,18.12048,11.985814,187.81404,39.23551,21.40793,5.784597,13.599602,19.315718,73.92674,153.23473,35.586224,159.53568,26.445702,16.491133,103.656815,64.62577,209.46085,79.18823,1.9972527,4.7251344,5.6244555,36.559803,6505.7466,2.1298795,14.398532,62.939217,17.918652,169.43427,52.587635,115.992455,3.0825343,88.76038,472.19058,304.511,58.881443,446.61554,57.28696,62.26067,102.218475,18.466108,2.9094124,17.749037,602.4919,0.44699255,0.73039246,82.32266,11.172014,8.493732,9.767248,16.617052,114.36879,25.87952,151.24222,769.625,407.10474,2673.4104,2069.9678,33.857563,68.30803,4126.2563,16.482239,102.12282,628.75024,174.70737,237.20198,106.15795,595.1867,561.5844,464.8539,17.572197,127.76842,386.90253,751.5036,32.14051,273.31976,40.99152,1.656937,50.714806,1.1339824,1.1722329,4.8292294,20.989706,211.87402,42.587727,19.447355,522.70856,152.85774,90.24885,119.043015,37.14478,54.44019,23.641623,30.12049,21.91633,175.55617,73.917915,31.247984,18.816677,18.417608,41.809196,35.20065,5.181045,165.446,43.070583,418.1749,16.092764,780.5114,39.57767,442.5002,318.52966,17.284164,16.205202,477.774,577.957,1654.4977,315.9553 +2023-10-28 08:00:00,0.0,6280.052,172.93333,80.81297,101.456604,64.9285,320.1834,45.80087,95.71128,27.921345,55.180634,1119.7045,89.41188,27.375042,250.19838,1.3071809,1.1407313,47.433064,2.4823964,0.036793616,875.48096,0.05221792,829.1764,113.02297,0.020404221,0.020137992,327.95657,40.622,161.09798,154.23572,8986.797,0.22903454,2642.1904,6.142151,0.17274766,0.25876328,0.3659619,283.07224,341.149,29.276037,70.889786,40.275055,15.789396,1559.492,3.144595,68.704254,25.24274,469.0903,29.29242,410.09143,11.034957,71.392006,0.0,980.2147,3826.32,1.0423037,302.3243,35.729565,24795.756,37.777607,1.2493864,17.380236,40.385326,8.408927,2.5533,19.72719,541.1902,190.7644,22.394777,1.0583047,3.2845094,126.137665,6.2319055,221.83226,242.29462,1968.0497,690.98706,106.394684,142.58925,149.11522,5.3292994,8.162393,33.299004,3.4206476,5.8536944,25.90234,36.608093,104.89462,21.104128,22.945755,58.866882,11.777504,3473.4624,24.946846,23.045698,18.11708,11.979151,187.75192,39.214863,21.400537,5.782974,13.5884,19.298323,73.87896,153.12564,35.540592,159.44429,26.414953,16.470276,103.60238,64.58925,208.95502,79.16931,1.9974408,4.722043,5.6232257,36.510605,6493.1562,2.1304016,14.379921,62.96855,17.909595,169.34999,52.572044,116.00748,3.0843368,88.715324,472.2716,304.64514,58.80961,446.65332,57.31183,62.227367,102.16591,18.476755,2.9105048,17.754568,602.1586,0.44761223,0.73103225,82.34681,11.169616,8.497418,9.770363,16.618172,114.419685,25.859947,151.27678,769.8014,407.21896,2673.3975,2069.9785,33.842422,68.300995,4121.475,16.493567,102.0793,628.61755,174.61935,237.08763,106.126015,594.8251,561.1319,464.80975,17.554531,127.703224,386.40417,750.607,32.066372,272.53217,40.896954,1.6577054,50.715206,1.1343459,1.1730087,4.8327794,20.941505,211.84929,42.51836,19.44982,521.8162,152.58781,90.09678,118.803764,37.100616,54.44086,23.625986,30.008425,21.903225,175.29904,73.773735,31.242447,18.778225,18.387634,41.744087,35.114872,5.168755,165.20537,42.9941,417.6116,16.070778,779.34326,39.523712,442.642,317.98105,17.264797,16.20026,477.24106,577.5646,1654.0822,316.23447 +2023-10-28 09:00:00,0.0,6270.1475,172.65271,80.827354,101.50396,64.93357,320.2562,45.81226,95.75686,27.924465,55.203587,1118.7129,89.35713,27.379463,250.2565,1.308934,1.1423843,47.45301,2.4860194,0.03663137,875.9231,0.052171506,829.57983,113.06329,0.020318398,0.020080552,328.1925,40.636787,161.2509,154.30225,8975.941,0.22932099,2643.064,6.150678,0.17294319,0.25901133,0.36642623,283.17194,341.24072,29.286938,70.81149,40.276188,15.780275,1558.5859,3.1473339,68.68901,25.220713,469.15958,29.285402,409.99722,11.017664,71.348595,0.0,979.83484,3824.1562,1.038523,302.1432,35.669086,24782.295,37.74718,1.2461264,17.373425,40.372894,8.396542,2.551009,19.720604,540.73004,190.50165,22.382202,1.0557836,3.2796948,126.05173,6.2100606,221.75371,242.41855,1967.2722,691.1645,106.3711,142.56366,148.70393,5.329361,8.163245,33.33184,3.4213026,5.858735,25.860077,36.56234,104.91438,21.088285,22.921005,58.838673,11.778701,3473.1047,24.941202,23.04234,18.113682,11.9724865,187.6898,39.194214,21.393145,5.7813506,13.577198,19.28093,73.83118,153.01656,35.49496,159.3529,26.384203,16.449417,103.54794,64.55272,208.44919,79.15039,1.997629,4.718951,5.621996,36.461407,6480.566,2.1309235,14.361309,62.997887,17.900541,169.26572,52.556454,116.0225,3.0861394,88.670265,472.35266,304.77927,58.737774,446.69113,57.336693,62.194065,102.113335,18.487402,2.9115973,17.760101,601.8253,0.44823188,0.73167205,82.37096,11.167217,8.501105,9.773477,16.61929,114.47058,25.840374,151.31134,769.9778,407.33322,2673.3848,2069.989,33.827282,68.29395,4116.694,16.504894,102.03579,628.4849,174.53136,236.97328,106.094086,594.46344,560.6793,464.76562,17.536867,127.63804,385.90585,749.7104,31.99223,271.74457,40.802387,1.6584738,50.71561,1.1347094,1.1737845,4.8363295,20.893307,211.82454,42.448994,19.452284,520.9239,152.31787,89.9447,118.564514,37.056454,54.441532,23.61035,29.896358,21.890121,175.04193,73.629555,31.23691,18.739773,18.35766,41.678974,35.0291,5.156465,164.96472,42.917614,417.04834,16.048792,778.1751,39.46975,442.78375,317.43246,17.24543,16.195318,476.70813,577.1722,1653.6666,316.51364 +2023-10-28 10:00:00,0.0,6260.243,172.37207,80.84174,101.55131,64.938644,320.329,45.82365,95.80244,27.927586,55.22654,1117.7212,89.30238,27.383883,250.31462,1.3106871,1.1440372,47.472954,2.4896421,0.036469128,876.3653,0.05212509,829.9833,113.103615,0.020232577,0.020023113,328.42844,40.65157,161.40382,154.36879,8965.085,0.22960742,2643.9375,6.159205,0.17313872,0.2592594,0.36689052,283.27164,341.3325,29.297836,70.7332,40.277325,15.771154,1557.6799,3.150073,68.67376,25.198685,469.22888,29.278387,409.903,11.000371,71.305176,0.0,979.4549,3821.9924,1.0347422,301.9621,35.60861,24768.832,37.71675,1.2428664,17.366615,40.360462,8.384156,2.548718,19.714018,540.26984,190.2389,22.369627,1.0532627,3.2748802,125.96579,6.1882153,221.67516,242.54247,1966.4946,691.3419,106.34752,142.53807,148.29263,5.329423,8.164097,33.364677,3.4219575,5.8637757,25.817816,36.516586,104.934135,21.072441,22.896255,58.810463,11.779899,3472.7473,24.935556,23.038979,18.110283,11.965823,187.6277,39.173565,21.385754,5.779728,13.565996,19.263535,73.783394,152.90747,35.449326,159.26152,26.353453,16.42856,103.49351,64.5162,207.94337,79.13146,1.9978172,4.71586,5.620766,36.412212,6467.9756,2.1314454,14.342698,63.02722,17.891485,169.18144,52.54086,116.03752,3.087942,88.6252,472.43372,304.9134,58.665943,446.7289,57.36156,62.160767,102.06077,18.498049,2.9126897,17.765633,601.49207,0.44885156,0.7323118,82.3951,11.16482,8.504791,9.776591,16.620407,114.521484,25.8208,151.3459,770.1541,407.44748,2673.3718,2069.9998,33.812138,68.28692,4111.9126,16.516222,101.99227,628.35223,174.44334,236.85893,106.06215,594.1018,560.2268,464.72147,17.519201,127.572845,385.40753,748.81384,31.918087,270.95697,40.707817,1.6592423,50.71601,1.135073,1.1745603,4.839879,20.845108,211.7998,42.379623,19.454748,520.03156,152.04793,89.792625,118.32527,37.01229,54.442204,23.594713,29.784294,21.877016,174.78482,73.485374,31.231373,18.701323,18.327688,41.613865,34.943325,5.144175,164.72409,42.84113,416.48508,16.026808,777.00696,39.41579,442.92554,316.88388,17.226063,16.190378,476.1752,576.7798,1653.2512,316.79282 +2023-10-28 11:00:00,0.0,6250.339,172.09145,80.856125,101.59866,64.94372,320.4018,45.83504,95.84801,27.930704,55.249496,1116.7296,89.247635,27.388302,250.37273,1.31244,1.1456902,47.4929,2.4932652,0.03630688,876.80743,0.05207867,830.3867,113.14394,0.020146754,0.019965673,328.66437,40.666355,161.55675,154.43532,8954.229,0.22989386,2644.811,6.167732,0.17333426,0.25950748,0.3673548,283.37137,341.42422,29.308737,70.65491,40.27846,15.762033,1556.774,3.152812,68.65851,25.176657,469.29822,29.27137,409.8088,10.983078,71.261765,0.0,979.07495,3819.8286,1.0309615,301.78098,35.54813,24755.371,37.686325,1.2396064,17.359806,40.34803,8.37177,2.546427,19.707432,539.8097,189.97617,22.357052,1.0507417,3.2700655,125.87985,6.1663704,221.5966,242.6664,1965.717,691.51935,106.323944,142.51248,147.88135,5.3294845,8.164949,33.397514,3.4226124,5.868816,25.775553,36.470833,104.953896,21.056599,22.871506,58.782253,11.7810955,3472.39,24.929913,23.035618,18.106884,11.95916,187.56558,39.15292,21.37836,5.778105,13.554794,19.246141,73.73561,152.79839,35.403694,159.17014,26.322704,16.407701,103.43907,64.47967,207.43755,79.11254,1.9980054,4.7127686,5.6195364,36.363014,6455.3857,2.1319673,14.324087,63.056557,17.882431,169.09715,52.52527,116.05255,3.0897446,88.58014,472.51474,305.04755,58.59411,446.7667,57.386425,62.127464,102.008194,18.508696,2.9137821,17.771166,601.15875,0.4494712,0.7329516,82.41925,11.162421,8.508478,9.779705,16.621527,114.57238,25.801228,151.38046,770.3305,407.5617,2673.3591,2070.0105,33.796997,68.279884,4107.1313,16.52755,101.94875,628.2196,174.35535,236.74458,106.03021,593.7401,559.7743,464.67734,17.501535,127.50766,384.90918,747.91724,31.843946,270.16937,40.61325,1.6600107,50.716415,1.1354364,1.1753361,4.843429,20.79691,211.77505,42.310257,19.457212,519.1392,151.778,89.64056,118.08602,36.96813,54.442875,23.579077,29.672228,21.86391,174.52771,73.34119,31.225836,18.66287,18.297714,41.54875,34.857548,5.131885,164.48344,42.764645,415.92178,16.004822,775.8388,39.36183,443.0673,316.3353,17.206696,16.185436,475.64227,576.3874,1652.8357,317.072 +2023-10-28 12:00:00,0.0,6240.4346,171.8108,80.87051,101.64601,64.94879,320.47458,45.84643,95.893585,27.933825,55.27245,1115.738,89.19289,27.392723,250.43085,1.3141931,1.1473432,47.512844,2.4968882,0.036144637,877.24963,0.05203226,830.79016,113.184265,0.02006093,0.019908234,328.90027,40.68114,161.70969,154.50186,8943.373,0.23018031,2645.6846,6.176259,0.17352979,0.25975552,0.3678191,283.47107,341.51596,29.319635,70.576614,40.2796,15.7529125,1555.868,3.1555512,68.643265,25.154629,469.36752,29.264355,409.7146,10.965784,71.218346,0.0,978.69507,3817.6646,1.0271808,301.59988,35.48765,24741.908,37.6559,1.2363464,17.352995,40.335598,8.359385,2.544136,19.700846,539.3495,189.71342,22.344477,1.0482208,3.2652512,125.79391,6.1445255,221.51807,242.79031,1964.9396,691.6968,106.30036,142.4869,147.47006,5.3295465,8.165802,33.43035,3.4232674,5.8738565,25.73329,36.425083,104.973656,21.040754,22.846756,58.754047,11.782292,3472.0322,24.924269,23.032259,18.103485,11.952496,187.50346,39.13227,21.370968,5.7764816,13.543592,19.228746,73.68783,152.6893,35.358063,159.07874,26.291954,16.386845,103.384636,64.443146,206.93172,79.09362,1.9981935,4.709677,5.618306,36.313816,6442.7954,2.1324894,14.305476,63.085888,17.873377,169.01288,52.509678,116.06757,3.091547,88.53508,472.5958,305.18167,58.522274,446.8045,57.41129,62.094162,101.95562,18.519342,2.9148746,17.776697,600.8255,0.4500909,0.7335914,82.443405,11.160023,8.512164,9.782819,16.622644,114.623276,25.781654,151.41502,770.5069,407.67596,2673.3462,2070.0212,33.781857,68.27285,4102.35,16.538877,101.90524,628.0869,174.26733,236.63023,105.998276,593.3785,559.3218,464.63318,17.483871,127.442474,384.41086,747.0206,31.769804,269.38174,40.518684,1.6607792,50.716816,1.1357999,1.1761119,4.8469787,20.74871,211.75032,42.24089,19.459677,518.2468,151.50806,89.48848,117.84677,36.923965,54.44355,23.56344,29.560163,21.850807,174.2706,73.19701,31.220299,18.624418,18.267742,41.483643,34.771774,5.119595,164.24281,42.68816,415.35852,15.982836,774.67065,39.30787,443.20908,315.7867,17.187328,16.180494,475.10934,575.995,1652.4202,317.35117 +2023-10-28 13:00:00,0.0,6230.5303,171.53018,80.88489,101.69337,64.953865,320.5474,45.857822,95.93916,27.936945,55.295403,1114.7463,89.13814,27.397142,250.48897,1.3159462,1.1489961,47.53279,2.5005112,0.035982393,877.6918,0.05198584,831.1936,113.22459,0.019975109,0.019850794,329.1362,40.695927,161.86261,154.56839,8932.517,0.23046675,2646.5583,6.184786,0.17372532,0.2600036,0.3682834,283.57077,341.6077,29.330536,70.49832,40.28073,15.743792,1554.962,3.1582901,68.62801,25.1326,469.43683,29.257338,409.62036,10.948491,71.174934,0.0,978.3151,3815.5007,1.0234001,301.4188,35.427174,24728.447,37.62547,1.2330863,17.346186,40.323166,8.346998,2.541845,19.69426,538.88934,189.45067,22.331902,1.0456998,3.2604365,125.70797,6.1226807,221.43951,242.91425,1964.162,691.87415,106.27678,142.4613,147.05876,5.329608,8.166654,33.463184,3.4239223,5.878897,25.691027,36.37933,104.99341,21.024912,22.822006,58.725838,11.78349,3471.6748,24.918625,23.028898,18.100088,11.945832,187.44135,39.11162,21.363575,5.7748585,13.532391,19.211353,73.640045,152.58023,35.31243,158.98735,26.261206,16.365986,103.33019,64.40662,206.42589,79.07469,1.9983817,4.706586,5.6170764,36.264618,6430.205,2.1330113,14.286865,63.115223,17.86432,168.9286,52.494087,116.082596,3.0933497,88.49002,472.67685,305.31583,58.450443,446.8423,57.436157,62.06086,101.90305,18.529991,2.915967,17.78223,600.4922,0.45071054,0.7342312,82.46755,11.157625,8.51585,9.7859335,16.623764,114.67417,25.762081,151.44958,770.6833,407.79022,2673.3335,2070.032,33.766716,68.26581,4097.569,16.550205,101.861725,627.9543,174.17934,236.51588,105.96635,593.01685,558.8692,464.58905,17.466206,127.37728,383.91254,746.1241,31.695663,268.59415,40.424114,1.6615477,50.71722,1.1361635,1.1768878,4.8505287,20.700512,211.72557,42.171524,19.462141,517.3545,151.23813,89.33641,117.60753,36.879803,54.44422,23.547806,29.448097,21.837702,174.01349,73.052826,31.214762,18.585966,18.237768,41.41853,34.685997,5.107305,164.00217,42.611675,414.79523,15.96085,773.5025,39.25391,443.35083,315.23813,17.167963,16.175552,474.57642,575.6026,1652.0046,317.63034 +2023-10-28 14:00:00,0.0,6220.6255,171.24956,80.89927,101.740715,64.95894,320.62018,45.869213,95.98473,27.940065,55.31836,1113.7548,89.08339,27.401562,250.54707,1.3176993,1.1506491,47.552734,2.5041342,0.03582015,878.134,0.051939424,831.5971,113.264915,0.019889286,0.019793356,329.37213,40.710712,162.01553,154.63493,8921.661,0.23075318,2647.432,6.1933126,0.17392085,0.26025164,0.36874765,283.67047,341.69943,29.341436,70.42003,40.281868,15.734671,1554.0562,3.1610293,68.61276,25.110573,469.5061,29.250322,409.52615,10.931198,71.131516,0.0,977.9352,3813.337,1.0196193,301.23767,35.366695,24714.986,37.595043,1.2298263,17.339375,40.310734,8.334613,2.5395539,19.687674,538.42914,189.18793,22.319326,1.0431788,3.255622,125.62203,6.100836,221.36096,243.03816,1963.3844,692.0516,106.253204,142.43571,146.64748,5.32967,8.167506,33.49602,3.4245772,5.883938,25.648764,36.333576,105.01317,21.009068,22.797256,58.697628,11.784687,3471.3171,24.91298,23.025537,18.09669,11.939169,187.37923,39.090973,21.356182,5.7732353,13.521189,19.193958,73.59226,152.47115,35.2668,158.89597,26.230455,16.345129,103.27576,64.370094,205.92006,79.05577,1.9985698,4.7034945,5.6158466,36.21542,6417.6147,2.1335332,14.268254,63.144558,17.855267,168.84431,52.478497,116.09762,3.0951521,88.44496,472.75787,305.44995,58.37861,446.88007,57.46102,62.02756,101.85048,18.540638,2.9170594,17.787762,600.15894,0.4513302,0.734871,82.4917,11.155227,8.519537,9.789047,16.624882,114.725075,25.742508,151.48415,770.8596,407.90445,2673.3206,2070.0427,33.751575,68.25877,4092.7874,16.561533,101.818214,627.8216,174.09132,236.40154,105.93441,592.6552,558.4167,464.5449,17.44854,127.312096,383.41418,745.2275,31.621521,267.80655,40.329548,1.6623161,50.71762,1.136527,1.1776636,4.854079,20.652313,211.70084,42.102154,19.464605,516.46216,150.96819,89.18433,117.36828,36.83564,54.444893,23.53217,29.336031,21.824596,173.75636,72.908646,31.209225,18.547514,18.207796,41.35342,34.600224,5.095015,163.76154,42.53519,414.23196,15.938864,772.33435,39.19995,443.4926,314.6895,17.148596,16.17061,474.0435,575.2102,1651.5892,317.90952 +2023-10-28 15:00:00,0.0,6210.721,170.96892,80.91365,101.78807,64.96401,320.69296,45.880604,96.03031,27.943184,55.341312,1112.7632,89.02864,27.405983,250.6052,1.3194524,1.152302,47.57268,2.5077572,0.035657905,878.5761,0.05189301,832.00055,113.30524,0.019803464,0.019735917,329.60806,40.725494,162.16846,154.70146,8910.805,0.23103963,2648.3054,6.20184,0.17411639,0.26049972,0.36921197,283.77017,341.79117,29.352335,70.341736,40.283005,15.72555,1553.1501,3.1637685,68.59752,25.088545,469.57544,29.243305,409.43195,10.913905,71.088104,0.0,977.5553,3811.173,1.0158386,301.05658,35.306217,24701.523,37.564617,1.2265663,17.332565,40.2983,8.3222275,2.537263,19.681087,537.969,188.92519,22.306751,1.0406579,3.2508073,125.536095,6.078991,221.28241,243.1621,1962.6068,692.229,106.22962,142.41013,146.23619,5.3297315,8.168359,33.52886,3.4252322,5.8889785,25.6065,36.287823,105.03293,20.993225,22.772507,58.66942,11.785884,3470.9597,24.907335,23.022177,18.09329,11.932505,187.31711,39.070324,21.348791,5.771612,13.509987,19.176565,73.54448,152.36206,35.22117,158.80458,26.199707,16.324272,103.22132,64.33357,205.41423,79.03685,1.9987581,4.700403,5.614617,36.166225,6405.0244,2.1340551,14.249642,63.173893,17.84621,168.76004,52.462902,116.11264,3.0969548,88.3999,472.83893,305.58408,58.306774,446.91788,57.485886,61.99426,101.797905,18.551285,2.9181519,17.793295,599.8256,0.45194986,0.7355107,82.51585,11.152828,8.523223,9.792161,16.626,114.77597,25.722935,151.5187,771.036,408.0187,2673.3076,2070.0532,33.736435,68.25174,4088.006,16.57286,101.7747,627.68896,174.00333,236.28719,105.90247,592.2935,557.9642,464.50073,17.430876,127.24691,382.91586,744.3309,31.54738,267.01895,40.23498,1.6630845,50.718025,1.1368904,1.1784395,4.8576283,20.604115,211.6761,42.032787,19.46707,515.5698,150.69824,89.03226,117.129036,36.791477,54.445564,23.516533,29.223967,21.811491,173.49925,72.76446,31.203688,18.509062,18.177822,41.288307,34.514446,5.0827246,163.52089,42.458706,413.6687,15.916879,771.1662,39.14599,443.6344,314.14093,17.129229,16.165668,473.51056,574.8178,1651.1737,318.18866 +2023-10-28 16:00:00,0.0,6200.817,170.6883,80.92803,101.83542,64.969086,320.76578,45.891994,96.07589,27.946304,55.364265,1111.7715,88.97389,27.410402,250.6633,1.3212055,1.153955,47.592625,2.5113802,0.03549566,879.01825,0.051846594,832.404,113.34556,0.019717641,0.019678477,329.844,40.74028,162.32138,154.768,8899.949,0.23132607,2649.179,6.2103667,0.17431192,0.26074776,0.36967626,283.86987,341.88293,29.363235,70.26344,40.28414,15.716429,1552.2441,3.1665075,68.58227,25.066517,469.64474,29.23629,409.33774,10.896612,71.044685,0.0,977.17535,3809.009,1.0120579,300.87546,35.24574,24688.062,37.534187,1.2233063,17.325756,40.285873,8.309841,2.534972,19.674501,537.5088,188.66245,22.294176,1.0381368,3.2459927,125.45015,6.057146,221.20387,243.28603,1961.8293,692.40643,106.20604,142.38454,145.82489,5.3297935,8.16921,33.561695,3.425887,5.894019,25.564238,36.24207,105.05269,20.977383,22.747755,58.64121,11.787082,3470.602,24.901691,23.018818,18.089891,11.925841,187.255,39.04968,21.341398,5.7699895,13.498785,19.15917,73.4967,152.25298,35.175537,158.7132,26.168957,16.303413,103.166885,64.29704,204.9084,79.01793,1.9989462,4.697312,5.613387,36.117027,6392.4346,2.134577,14.231031,63.203228,17.837156,168.67577,52.44731,116.12766,3.0987573,88.354836,472.91998,305.71823,58.234943,446.95566,57.510754,61.960957,101.74534,18.561932,2.9192443,17.798826,599.4924,0.45256954,0.7361505,82.53999,11.15043,8.52691,9.795276,16.62712,114.826866,25.703362,151.55327,771.2124,408.13297,2673.295,2070.064,33.72129,68.244705,4083.2249,16.584188,101.731186,627.55634,173.91533,236.17285,105.870544,591.9319,557.51166,464.4566,17.41321,127.18172,382.41754,743.4343,31.473238,266.23135,40.14041,1.6638529,50.718426,1.1372539,1.1792153,4.8611784,20.555914,211.65135,41.96342,19.469534,514.6775,150.42831,88.88019,116.889786,36.747314,54.446236,23.500896,29.1119,21.798388,173.24214,72.62028,31.19815,18.47061,18.14785,41.223194,34.428673,5.0704346,163.28026,42.38222,413.1054,15.894893,769.9981,39.09203,443.77615,313.59235,17.109861,16.160727,472.97763,574.42535,1650.7582,318.46783 +2023-10-28 17:00:00,0.0,6190.9126,170.40765,80.94241,101.88277,64.97416,320.83856,45.903385,96.12146,27.949425,55.387222,1110.7799,88.91914,27.414822,250.72142,1.3229586,1.1556079,47.61257,2.5150032,0.035333417,879.46045,0.051800177,832.80743,113.38588,0.01963182,0.019621039,330.0799,40.755066,162.47432,154.83453,8889.093,0.23161252,2650.0525,6.2188935,0.17450745,0.26099584,0.37014055,283.96957,341.97467,29.374134,70.18515,40.285275,15.707308,1551.3381,3.1692467,68.56702,25.044489,469.71405,29.229273,409.24353,10.879319,71.001274,0.0,976.7954,3806.8452,1.0082772,300.69437,35.185257,24674.6,37.50376,1.2200463,17.318945,40.273438,8.297456,2.532681,19.667915,537.0486,188.39969,22.281603,1.0356159,3.241178,125.36421,6.035301,221.12532,243.40994,1961.0518,692.58386,106.182465,142.35895,145.4136,5.329855,8.170063,33.594532,3.426542,5.89906,25.521975,36.196316,105.07244,20.961538,22.723005,58.613,11.788279,3470.2446,24.896048,23.015457,18.086493,11.919178,187.19289,39.02903,21.334005,5.7683663,13.487583,19.141777,73.44891,152.14389,35.129906,158.6218,26.138206,16.282557,103.11245,64.26052,204.40257,78.999,1.9991344,4.69422,5.6121573,36.06783,6379.844,2.1350992,14.21242,63.232563,17.8281,168.59149,52.43172,116.142685,3.10056,88.30978,473.001,305.85236,58.16311,446.99344,57.535618,61.927654,101.692764,18.572578,2.9203367,17.80436,599.15906,0.4531892,0.7367903,82.56414,11.148032,8.530596,9.798389,16.628237,114.87776,25.683788,151.58783,771.3888,408.2472,2673.282,2070.0747,33.70615,68.23766,4078.4436,16.595516,101.68767,627.42365,173.82732,236.0585,105.83861,591.57025,557.0591,464.41245,17.395546,127.11653,381.9192,742.5377,31.399097,265.44373,40.045845,1.6646215,50.71883,1.1376175,1.1799911,4.864728,20.507715,211.62662,41.894054,19.471998,513.78516,150.15837,88.72811,116.650536,36.703148,54.446907,23.48526,28.999836,21.785282,172.98503,72.4761,31.192614,18.432158,18.117876,41.158085,34.3429,5.0581446,163.03963,42.305737,412.54214,15.872907,768.82996,39.038067,443.91794,313.04376,17.090494,16.155785,472.4447,574.03296,1650.3428,318.747 +2023-10-28 18:00:00,0.0,6181.0083,170.12703,80.956795,101.93012,64.97923,320.91135,45.914776,96.16704,27.952545,55.410175,1109.7883,88.864395,27.419243,250.77954,1.3247117,1.157261,47.632515,2.5186262,0.035171174,879.9026,0.051753763,833.2109,113.42621,0.019545997,0.019563599,330.31583,40.76985,162.62724,154.90108,8878.236,0.23189895,2650.926,6.2274203,0.17470299,0.26124388,0.3706048,284.06927,342.0664,29.385035,70.10686,40.28641,15.698187,1550.4323,3.1719856,68.55177,25.02246,469.7834,29.222258,409.14932,10.862026,70.957855,0.0,976.4155,3804.6814,1.0044965,300.51324,35.12478,24661.139,37.473335,1.2167863,17.312136,40.26101,8.28507,2.53039,19.66133,536.58844,188.13695,22.269028,1.033095,3.2363636,125.278275,6.013456,221.04677,243.53387,1960.2742,692.7613,106.15889,142.33336,145.00232,5.3299165,8.170916,33.627365,3.427197,5.9041,25.479712,36.150562,105.0922,20.945696,22.698256,58.58479,11.789476,3469.8872,24.890402,23.012096,18.083094,11.912514,187.13077,39.00838,21.326612,5.766743,13.476381,19.124382,73.40113,152.0348,35.084274,158.53041,26.107458,16.261698,103.058014,64.22399,203.89674,78.98008,1.9993225,4.6911287,5.610927,36.01863,6367.254,2.135621,14.1938095,63.261898,17.819046,168.5072,52.41613,116.15771,3.1023624,88.26472,473.08206,305.98648,58.091274,447.03125,57.560482,61.894356,101.64019,18.583225,2.9214292,17.80989,598.8258,0.45380887,0.7374301,82.588295,11.145634,8.534283,9.801503,16.629356,114.928665,25.664215,151.62239,771.5652,408.36145,2673.2693,2070.0854,33.69101,68.23063,4073.6624,16.606844,101.64415,627.291,173.73932,235.94415,105.80667,591.2086,556.60657,464.36832,17.37788,127.051346,381.42087,741.6411,31.324955,264.65613,39.95128,1.6653899,50.71923,1.1379809,1.1807669,4.868278,20.459517,211.60187,41.824684,19.474463,512.8928,149.88843,88.576035,116.41129,36.658985,54.447582,23.469624,28.88777,21.772177,172.72792,72.33192,31.187077,18.393705,18.087904,41.09297,34.257122,5.0458546,162.79898,42.22925,411.97888,15.850922,767.6618,38.984108,444.0597,312.49518,17.071127,16.150843,471.91177,573.64056,1649.9272,319.02618 +2023-10-28 19:00:00,0.0,6171.104,169.8464,80.971176,101.97747,64.98431,320.98416,45.926167,96.212616,27.955666,55.43313,1108.7966,88.80965,27.423662,250.83765,1.3264648,1.158914,47.652462,2.5222492,0.03500893,880.3448,0.051707346,833.6143,113.46653,0.019460175,0.01950616,330.55176,40.784637,162.78017,154.96762,8867.381,0.2321854,2651.7996,6.2359476,0.17489852,0.26149195,0.3710691,284.16898,342.15814,29.395935,70.028564,40.287548,15.689066,1549.5262,3.1747248,68.53652,25.000433,469.85266,29.21524,409.0551,10.844732,70.914444,0.0,976.0356,3802.5173,1.0007156,300.33215,35.0643,24647.678,37.442905,1.2135262,17.305325,40.248577,8.272684,2.528099,19.654743,536.12823,187.8742,22.256453,1.030574,3.231549,125.19234,5.991611,220.96822,243.65779,1959.4966,692.93866,106.1353,142.30777,144.59102,5.3299785,8.171767,33.660202,3.427852,5.9091406,25.43745,36.104813,105.11196,20.929852,22.673506,58.55658,11.790673,3469.5295,24.884758,23.008736,18.079695,11.90585,187.06865,38.987732,21.31922,5.76512,13.465179,19.106989,73.35335,151.92572,35.038643,158.43903,26.076708,16.24084,103.00358,64.18747,203.39091,78.96116,1.9995108,4.6880374,5.6096973,35.969437,6354.6636,2.136143,14.175199,63.291233,17.809992,168.42293,52.40054,116.17273,3.104165,88.21966,473.16312,306.12064,58.019444,447.06903,57.58535,61.861053,101.58762,18.593874,2.9225214,17.815424,598.4925,0.45442855,0.7380699,82.61244,11.143235,8.537969,9.804618,16.630474,114.97956,25.644642,151.65695,771.7416,408.47568,2673.2563,2070.0962,33.67587,68.223595,4068.8809,16.618172,101.60064,627.1583,173.6513,235.8298,105.77474,590.8469,556.15405,464.32416,17.360214,126.98615,380.92255,740.74457,31.250814,263.86853,39.85671,1.6661583,50.71963,1.1383444,1.1815428,4.871828,20.411318,211.57713,41.755318,19.476927,512.0004,149.6185,88.423965,116.17204,36.614822,54.448254,23.453987,28.775705,21.759073,172.47081,72.18773,31.18154,18.355253,18.05793,41.027863,34.17135,5.0335646,162.55835,42.152767,411.4156,15.828936,766.49365,38.93015,444.20148,311.94656,17.05176,16.1459,471.37888,573.24817,1649.5117,319.30536 +2023-10-28 20:00:00,0.0,6161.1997,169.56577,80.98556,102.024826,64.98938,321.05695,45.937557,96.25819,27.958784,55.456085,1107.805,88.7549,27.428082,250.89577,1.3282177,1.1605669,47.672405,2.5258722,0.034846686,880.7869,0.051660933,834.01776,113.50685,0.019374352,0.01944872,330.7877,40.79942,162.93309,155.03415,8856.524,0.23247184,2652.673,6.2444744,0.17509405,0.26174,0.3715334,284.26868,342.24988,29.406834,69.95027,40.28868,15.679945,1548.6202,3.1774638,68.52127,24.978405,469.92197,29.208225,408.9609,10.827439,70.871025,0.0,975.65564,3800.3535,0.99693495,300.15106,35.003822,24634.215,37.41248,1.2102662,17.298515,40.236145,8.260299,2.525808,19.648157,535.6681,187.61147,22.243877,1.028053,3.2267344,125.10639,5.969766,220.88968,243.78172,1958.7191,693.1161,106.111725,142.28218,144.17973,5.33004,8.17262,33.69304,3.4285069,5.914181,25.395187,36.05906,105.13172,20.91401,22.648756,58.52837,11.79187,3469.172,24.879114,23.005377,18.076298,11.899187,187.00653,38.967083,21.311829,5.763497,13.453978,19.089594,73.305565,151.81665,34.99301,158.34764,26.04596,16.219982,102.949135,64.15094,202.8851,78.94223,1.9996989,4.684946,5.6084676,35.92024,6342.0737,2.1366649,14.156588,63.320568,17.800936,168.33865,52.38495,116.18775,3.1059675,88.1746,473.24414,306.25476,57.94761,447.1068,57.610214,61.82775,101.53505,18.60452,2.9236138,17.820955,598.15924,0.4550482,0.7387096,82.63659,11.140837,8.541655,9.807732,16.631592,115.03046,25.625069,151.6915,771.91797,408.58994,2673.2437,2070.1067,33.66073,68.21656,4064.0996,16.6295,101.55712,627.0257,173.56331,235.71545,105.742805,590.4853,555.7015,464.28003,17.34255,126.92097,380.4242,739.84796,31.176674,263.08093,39.762142,1.6669267,50.720036,1.1387079,1.1823186,4.8753777,20.36312,211.55238,41.68595,19.479391,511.1081,149.34856,88.27189,115.93279,36.57066,54.448925,23.43835,28.66364,21.745968,172.21368,72.04355,31.176003,18.316801,18.027956,40.96275,34.08557,5.0212746,162.3177,42.076283,410.85233,15.80695,765.3255,38.876186,444.34323,311.39798,17.032394,16.140959,470.84595,572.8558,1649.0962,319.58453 +2023-10-28 21:00:00,0.0,6151.2954,169.28514,80.99994,102.072174,64.99445,321.12973,45.948948,96.303764,27.961905,55.47904,1106.8135,88.70015,27.432503,250.95389,1.3299708,1.1622199,47.692352,2.5294952,0.034684442,881.2291,0.051614515,834.42126,113.54717,0.01928853,0.019391282,331.02362,40.814205,163.08603,155.1007,8845.669,0.23275828,2653.5469,6.253001,0.17528959,0.26198807,0.3719977,284.36838,342.3416,29.417734,69.87198,40.289818,15.670824,1547.7142,3.180203,68.50603,24.956377,469.99127,29.201208,408.86667,10.810146,70.827614,0.0,975.27576,3798.1897,0.9931542,299.96994,34.943344,24620.754,37.382053,1.2070062,17.291704,40.223713,8.247912,2.5235171,19.641571,535.2079,187.34871,22.231302,1.025532,3.2219198,125.020454,5.9479213,220.81113,243.90564,1957.9415,693.2935,106.08815,142.25659,143.76845,5.330102,8.173471,33.725876,3.4291618,5.919222,25.352924,36.013306,105.151474,20.898167,22.624006,58.50016,11.793068,3468.8145,24.87347,23.002016,18.072899,11.892523,186.94441,38.946434,21.304436,5.7618737,13.442776,19.0722,73.25778,151.70757,34.94738,158.25624,26.01521,16.199125,102.8947,64.11442,202.37927,78.92331,1.9998871,4.6818547,5.607238,35.87104,6329.4834,2.137187,14.137976,63.349903,17.791882,168.25438,52.369354,116.202774,3.1077702,88.12954,473.3252,306.3889,57.875774,447.14462,57.635082,61.794453,101.48248,18.615168,2.9247062,17.826488,597.8259,0.45566788,0.7393494,82.660736,11.138439,8.5453415,9.810846,16.632711,115.08135,25.605495,151.72606,772.0943,408.7042,2673.2307,2070.1174,33.645588,68.209526,4059.3184,16.640825,101.51361,626.893,173.4753,235.6011,105.71087,590.12366,555.24896,464.23587,17.324884,126.85578,379.92587,738.95135,31.102531,262.29333,39.667576,1.6676952,50.720436,1.1390715,1.1830944,4.8789277,20.31492,211.52765,41.616585,19.481853,510.21576,149.07863,88.11982,115.69355,36.526497,54.449596,23.422716,28.551575,21.732862,171.95657,71.89937,31.170465,18.278349,17.997984,40.89764,33.999798,5.0089846,162.07707,41.999798,410.28903,15.784965,764.15735,38.822227,444.48502,310.8494,17.013027,16.136017,470.31302,572.4634,1648.6808,319.8637 +2023-10-28 22:00:00,0.0,6141.391,169.0045,81.01432,102.11953,64.99953,321.20255,45.96034,96.34934,27.965025,55.50199,1105.8218,88.6454,27.436922,251.012,1.3317239,1.1638728,47.7123,2.5331182,0.034522194,881.67126,0.0515681,834.8247,113.5875,0.019202707,0.019333841,331.25955,40.82899,163.23895,155.16722,8834.8125,0.23304471,2654.4204,6.2615285,0.17548512,0.26223612,0.37246197,284.46808,342.43338,29.428633,69.793686,40.290955,15.661703,1546.8083,3.182942,68.490776,24.93435,470.06058,29.194193,408.77246,10.792853,70.784195,0.0,974.8958,3796.026,0.9893735,299.78885,34.882866,24607.293,37.351624,1.2037462,17.284895,40.21128,8.235527,2.5212262,19.634985,534.74774,187.08597,22.218727,1.0230111,3.2171052,124.93452,5.9260764,220.73257,244.02957,1957.164,693.47095,106.06457,142.231,143.35715,5.3301635,8.174324,33.758713,3.4298167,5.9242625,25.310661,35.967552,105.171234,20.882322,22.599257,58.471954,11.794265,3468.457,24.867825,22.998655,18.0695,11.8858595,186.88231,38.92579,21.297043,5.7602506,13.431574,19.054808,73.21,151.59848,34.90175,158.16486,25.98446,16.178267,102.84026,64.07789,201.87344,78.90439,2.0000753,4.6787634,5.606008,35.821842,6316.893,2.137709,14.119365,63.37924,17.782825,168.17009,52.353764,116.217804,3.1095726,88.08447,473.40625,306.52304,57.80394,447.1824,57.659946,61.76115,101.42991,18.625814,2.9257987,17.83202,597.4927,0.45628753,0.7399892,82.68488,11.136041,8.549027,9.81396,16.63383,115.13225,25.585922,151.76062,772.2707,408.81842,2673.218,2070.1282,33.630447,68.202484,4054.537,16.652153,101.47009,626.7604,173.3873,235.48676,105.67893,589.762,554.79645,464.19174,17.30722,126.79059,379.42755,738.0548,31.02839,261.5057,39.573006,1.6684636,50.72084,1.1394349,1.1838702,4.8824773,20.266722,211.5029,41.54722,19.484318,509.32343,148.80869,87.96774,115.4543,36.482334,54.450268,23.40708,28.439508,21.719759,171.69946,71.75519,31.164927,18.239897,17.96801,40.832527,33.91402,4.9966946,161.83643,41.923313,409.72577,15.762979,762.9892,38.768265,444.62677,310.3008,16.99366,16.131075,469.7801,572.071,1648.2653,320.14285 +2023-10-28 23:00:00,0.0,6131.487,168.72388,81.0287,102.16688,65.0046,321.27533,45.97173,96.39491,27.968145,55.52495,1104.8302,88.59065,27.441341,251.07011,1.333477,1.1655258,47.732243,2.536741,0.03435995,882.11346,0.051521685,835.22815,113.62782,0.019116886,0.019276403,331.49545,40.843777,163.39188,155.23376,8823.956,0.23333116,2655.294,6.2700553,0.17568065,0.2624842,0.37292627,284.5678,342.52512,29.439533,69.71539,40.29209,15.652582,1545.9023,3.185681,68.475525,24.912321,470.12988,29.187178,408.67825,10.77556,70.74078,0.0,974.51587,3793.8618,0.9855928,299.60773,34.822388,24593.83,37.321198,1.2004862,17.278086,40.19885,8.223142,2.5189352,19.628399,534.28754,186.82323,22.206152,1.0204902,3.2122908,124.84858,5.9042315,220.65402,244.15349,1956.3865,693.6484,106.04099,142.20541,142.94586,5.3302255,8.175177,33.791546,3.4304717,5.929303,25.268398,35.9218,105.190994,20.86648,22.574507,58.443745,11.795462,3468.0994,24.86218,22.995296,18.066101,11.879196,186.82019,38.90514,21.28965,5.758628,13.420372,19.037413,73.16222,151.4894,34.856113,158.07347,25.95371,16.15741,102.78583,64.04137,201.36761,78.88547,2.0002635,4.675672,5.6047783,35.772648,6304.3027,2.1382308,14.100754,63.40857,17.773771,168.08582,52.338173,116.23283,3.1113753,88.03941,473.48727,306.65717,57.73211,447.22018,57.68481,61.727848,101.377335,18.636461,2.926891,17.837553,597.15936,0.4569072,0.740629,82.70903,11.133642,8.552714,9.817074,16.634949,115.18315,25.566349,151.79518,772.4471,408.93268,2673.205,2070.139,33.615303,68.19545,4049.7559,16.66348,101.42658,626.62775,173.2993,235.3724,105.647,589.4003,554.34393,464.14758,17.289555,126.7254,378.9292,737.1582,30.954248,260.7181,39.47844,1.6692321,50.72124,1.1397984,1.184646,4.8860273,20.218523,211.47816,41.477848,19.486782,508.4311,148.53874,87.81567,115.21506,36.43817,54.45094,23.391443,28.327442,21.706654,171.44235,71.61101,31.15939,18.201445,17.938038,40.767418,33.828247,4.984404,161.5958,41.84683,409.1625,15.740993,761.82104,38.714306,444.76855,309.75223,16.974293,16.126133,469.24716,571.6786,1647.8497,320.42203 +2023-10-29 00:00:00,0.0,6121.5825,168.44325,81.04308,102.214226,65.009674,321.3481,45.98312,96.44049,27.971264,55.5479,1103.8386,88.535904,27.44576,251.12822,1.3352301,1.1671788,47.75219,2.540364,0.034197707,882.5556,0.051475268,835.6316,113.668144,0.019031063,0.019218963,331.73138,40.85856,163.5448,155.3003,8813.101,0.2336176,2656.1675,6.278582,0.17587619,0.26273224,0.37339056,284.6675,342.61685,29.450434,69.6371,40.293224,15.643462,1544.9963,3.18842,68.46027,24.890293,470.19916,29.18016,408.58405,10.758267,70.697365,0.0,974.136,3791.698,0.98181206,299.42664,34.76191,24580.37,37.290768,1.1972262,17.271275,40.186417,8.210755,2.516644,19.621813,533.82733,186.56049,22.193577,1.0179691,3.2074761,124.76264,5.8823867,220.57549,244.27742,1955.6089,693.8258,106.01741,142.17984,142.53456,5.330287,8.176028,33.824383,3.4311266,5.934344,25.226135,35.876045,105.21075,20.850636,22.549757,58.415535,11.796659,3467.742,24.856537,22.991936,18.062702,11.872532,186.75807,38.88449,21.282259,5.7570047,13.40917,19.02002,73.11443,151.38031,34.810482,157.98209,25.92296,16.13655,102.73139,64.00484,200.86179,78.86654,2.0004516,4.6725802,5.6035485,35.72345,6291.713,2.1387527,14.082143,63.437904,17.764717,168.00154,52.322582,116.24785,3.1131778,87.994354,473.56833,306.7913,57.660275,447.258,57.70968,61.694546,101.32477,18.647108,2.9279835,17.843084,596.8261,0.45752686,0.7412688,82.73318,11.131245,8.5564,9.8201885,16.636066,115.23405,25.546776,151.82974,772.6235,409.04694,2673.1924,2070.1497,33.600163,68.188416,4044.9746,16.674809,101.383064,626.49506,173.21129,235.25806,105.61507,589.0387,553.89136,464.10345,17.271889,126.66022,378.43088,736.2616,30.880108,259.9305,39.38387,1.6700006,50.721645,1.140162,1.1854218,4.8895774,20.170324,211.45341,41.40848,19.489246,507.53873,148.26881,87.6636,114.97581,36.39401,54.451614,23.375807,28.215378,21.693548,171.18524,71.46682,31.153852,18.162992,17.908064,40.702305,33.742474,4.972114,161.35515,41.770344,408.5992,15.7190075,760.6529,38.660347,444.9103,309.20364,16.954926,16.121191,468.71423,571.2862,1647.4343,320.7012 +2023-10-29 01:00:00,0.0,6111.6777,168.16261,81.057465,102.26158,65.01475,321.4209,45.99451,96.48607,27.974384,55.570854,1102.8469,88.481155,27.450182,251.18634,1.3369832,1.1688317,47.772133,2.543987,0.034035463,882.99774,0.05142885,836.03503,113.708466,0.018945241,0.019161524,331.96732,40.873344,163.69774,155.36684,8802.244,0.23390405,2657.041,6.287109,0.17607172,0.2629803,0.37385485,284.7672,342.7086,29.461332,69.55881,40.29436,15.634341,1544.0905,3.1911592,68.44503,24.868265,470.2685,29.173145,408.48984,10.740973,70.65395,0.0,973.7561,3789.5342,0.97803134,299.2455,34.70143,24566.906,37.26034,1.1939662,17.264465,40.173985,8.19837,2.514353,19.615227,533.3672,186.29773,22.181002,1.0154482,3.2026615,124.6767,5.8605413,220.49693,244.40134,1954.8313,694.0032,105.99383,142.15425,142.12328,5.330349,8.176881,33.85722,3.4317815,5.939384,25.183872,35.83029,105.23051,20.834793,22.525007,58.387325,11.797856,3467.3845,24.850893,22.988575,18.059303,11.865869,186.69595,38.863842,21.274866,5.7553816,13.397968,19.002625,73.06665,151.27122,34.76485,157.8907,25.892212,16.115694,102.676956,63.968315,200.35596,78.84762,2.0006397,4.669489,5.6023183,35.67425,6279.1226,2.1392748,14.063532,63.46724,17.755661,167.91727,52.30699,116.26287,3.1149805,87.949295,473.64938,306.92545,57.58844,447.29578,57.734543,61.661247,101.272194,18.657757,2.929076,17.848618,596.4928,0.45814654,0.7419086,82.75733,11.128846,8.560087,9.823302,16.637184,115.28494,25.527203,151.8643,772.7998,409.16116,2673.1794,2070.1604,33.585022,68.18138,4040.193,16.686136,101.33955,626.3624,173.12329,235.1437,105.58313,588.67706,553.43884,464.0593,17.254225,126.595024,377.93256,735.36505,30.805965,259.1429,39.289303,1.670769,50.722046,1.1405255,1.1861976,4.893127,20.122124,211.42868,41.339115,19.49171,506.6464,147.99887,87.51152,114.73656,36.349846,54.452286,23.36017,28.103312,21.680443,170.92813,71.32264,31.148315,18.12454,17.878092,40.63719,33.656696,4.959824,161.11452,41.69386,408.03595,15.6970215,759.48474,38.606384,445.0521,308.65503,16.935558,16.11625,468.1813,570.8938,1647.0188,320.98038 +2023-10-29 02:00:00,0.0,6101.7734,167.88199,81.071846,102.30893,65.01983,321.4937,46.0059,96.53164,27.977505,55.59381,1101.8553,88.42641,27.454601,251.24446,1.3387363,1.1704847,47.79208,2.54761,0.03387322,883.43994,0.051382437,836.4385,113.748795,0.018859418,0.019104084,332.20325,40.88813,163.85066,155.43336,8791.389,0.23419048,2657.9146,6.295636,0.17626725,0.26322836,0.37431917,284.8669,342.80032,29.472233,69.480515,40.295498,15.62522,1543.1844,3.1938984,68.42978,24.846237,470.3378,29.166128,408.39563,10.7236805,70.610535,0.0,973.3761,3787.3704,0.9742506,299.06442,34.640953,24553.445,37.229916,1.1907061,17.257654,40.161552,8.185985,2.512062,19.60864,532.907,186.03499,22.168427,1.0129272,3.197847,124.59076,5.8386965,220.41838,244.52527,1954.0537,694.1806,105.97025,142.12866,141.71199,5.3304105,8.177733,33.890057,3.4324365,5.9444246,25.14161,35.78454,105.25027,20.818949,22.500257,58.359116,11.799053,3467.0269,24.845247,22.985214,18.055904,11.859205,186.63383,38.843193,21.267473,5.7537584,13.386766,18.985231,73.01887,151.16214,34.71922,157.7993,25.861462,16.094835,102.62251,63.93179,199.85013,78.8287,2.000828,4.6663976,5.6010885,35.625053,6266.532,2.1397967,14.044921,63.496574,17.746607,167.83298,52.291397,116.27789,3.1167831,87.904236,473.7304,307.05957,57.51661,447.33356,57.759407,61.627945,101.21962,18.668404,2.9301684,17.854149,596.15955,0.4587662,0.74254835,82.78148,11.126448,8.563773,9.826416,16.638304,115.33584,25.50763,151.89886,772.9762,409.27542,2673.1667,2070.171,33.56988,68.17434,4035.4119,16.697464,101.296036,626.22974,173.03528,235.02936,105.5512,588.3154,552.9863,464.01517,17.236559,126.52984,377.4342,734.46844,30.731825,258.35532,39.194736,1.6715374,50.72245,1.1408889,1.1869736,4.896677,20.073925,211.40393,41.26975,19.494175,505.75406,147.72894,87.35945,114.497314,36.305683,54.452957,23.344534,27.991247,21.66734,170.671,71.17846,31.142778,18.086088,17.848118,40.572083,33.570923,4.947534,160.87389,41.617374,407.4727,15.675035,758.31665,38.552425,445.19385,308.10645,16.916191,16.111307,467.64838,570.5014,1646.6033,321.25955 +2023-10-29 03:00:00,0.0,6091.869,167.60135,81.08623,102.356285,65.0249,321.5665,46.017292,96.57722,27.980625,55.616764,1100.8638,88.37166,27.45902,251.30257,1.3404894,1.1721376,47.812023,2.551233,0.033710975,883.8821,0.05133602,836.842,113.789116,0.018773595,0.019046646,332.43918,40.902916,164.00359,155.49991,8780.532,0.23447692,2658.788,6.304163,0.17646278,0.26347643,0.37478346,284.9666,342.8921,29.483131,69.402214,40.296635,15.616099,1542.2784,3.1966374,68.41453,24.82421,470.4071,29.159113,408.30142,10.7063875,70.56712,0.0,972.9962,3785.2063,0.97046983,298.8833,34.580475,24539.984,37.199486,1.1874461,17.250845,40.149124,8.173598,2.509771,19.602055,532.44684,185.77225,22.155853,1.0104063,3.1930323,124.50482,5.8168516,220.33983,244.64919,1953.2762,694.35803,105.94667,142.10307,141.30069,5.330472,8.178585,33.922894,3.4330914,5.9494653,25.099346,35.738785,105.27003,20.803106,22.475508,58.330906,11.800251,3466.6694,24.839603,22.981855,18.052505,11.852541,186.57172,38.822548,21.26008,5.7521353,13.375565,18.967836,72.971085,151.05305,34.673588,157.70792,25.830713,16.073978,102.56808,63.895264,199.3443,78.80977,2.0010161,4.663306,5.5998588,35.57586,6253.942,2.1403186,14.026309,63.52591,17.73755,167.7487,52.275806,116.292915,3.1185856,87.85918,473.81146,307.19373,57.444775,447.37137,57.784275,61.594643,101.16705,18.67905,2.9312608,17.85968,595.82623,0.45938587,0.74318814,82.805626,11.124049,8.567459,9.829531,16.639421,115.38674,25.488054,151.93343,773.1526,409.38968,2673.1538,2070.1816,33.55474,68.167305,4030.6306,16.708792,101.25252,626.0971,172.94728,234.91501,105.519264,587.95374,552.5338,463.971,17.218893,126.46465,376.93588,733.57184,30.657682,257.56772,39.100166,1.6723058,50.72285,1.1412524,1.1877494,4.9002266,20.025726,211.3792,41.20038,19.49664,504.8617,147.459,87.207375,114.258064,36.26152,54.45363,23.328897,27.87918,21.654234,170.4139,71.03428,31.137241,18.047636,17.818146,40.50697,33.485146,4.935244,160.63324,41.54089,406.9094,15.65305,757.1485,38.498463,445.33563,307.55786,16.896826,16.106365,467.11545,570.109,1646.1877,321.53873 +2023-10-29 04:00:00,0.0,6081.965,167.32072,81.10061,102.40363,65.029976,321.63928,46.028683,96.622795,27.983744,55.639717,1099.8721,88.31691,27.463442,251.36069,1.3422425,1.1737906,47.83197,2.554856,0.03354873,884.3243,0.051289603,837.2454,113.82944,0.018687773,0.018989205,332.6751,40.9177,164.15651,155.56644,8769.676,0.23476337,2659.6619,6.31269,0.17665832,0.26372448,0.37524772,285.0663,342.98383,29.494032,69.32392,40.297768,15.606978,1541.3724,3.1993766,68.399284,24.802183,470.47644,29.152096,408.2072,10.689095,70.523705,0.0,972.61633,3783.0425,0.9666891,298.7022,34.519997,24526.521,37.16906,1.1841861,17.244036,40.13669,8.161213,2.5074801,19.595469,531.98663,185.5095,22.143278,1.0078853,3.1882176,124.418884,5.7950068,220.26129,244.77312,1952.4987,694.53546,105.92309,142.07748,140.8894,5.330534,8.179438,33.955727,3.4337463,5.954506,25.057085,35.69303,105.28978,20.787264,22.450758,58.302696,11.801448,3466.3118,24.83396,22.978495,18.049107,11.845878,186.50961,38.8019,21.252687,5.750512,13.364363,18.950443,72.9233,150.94397,34.627956,157.61653,25.799963,16.05312,102.51364,63.858738,198.83847,78.79085,2.0012043,4.660215,5.598629,35.52666,6241.3516,2.1408405,14.007698,63.555244,17.728497,167.66443,52.260216,116.30794,3.1203883,87.81411,473.89252,307.32785,57.37294,447.40915,57.80914,61.56134,101.11448,18.689697,2.9323533,17.865213,595.493,0.46000555,0.74382794,82.82977,11.121652,8.571146,9.832644,16.64054,115.43764,25.468481,151.96799,773.329,409.5039,2673.141,2070.1924,33.5396,68.16027,4025.8494,16.72012,101.20901,625.9644,172.85927,234.80067,105.48733,587.5921,552.08124,463.92685,17.20123,126.39946,376.43756,732.6753,30.583542,256.7801,39.0056,1.6730742,50.723255,1.141616,1.1885252,4.9037766,19.977528,211.35445,41.131012,19.499104,503.96936,147.18906,87.0553,114.018814,36.217358,54.4543,23.313261,27.767117,21.641129,170.15678,70.89009,31.131704,18.009184,17.788172,40.44186,33.399372,4.922954,160.39261,41.464405,406.34613,15.631064,755.98035,38.444504,445.47742,307.00928,16.877459,16.101423,466.58252,569.7166,1645.7723,321.8179 +2023-10-29 05:00:00,0.0,6072.0605,167.04008,81.11499,102.45099,65.03505,321.7121,46.040073,96.668365,27.986864,55.66267,1098.8805,88.26216,27.467861,251.4188,1.3439955,1.1754436,47.851913,2.558479,0.033386488,884.7664,0.05124319,837.64886,113.86976,0.01860195,0.018931767,332.911,40.932484,164.30943,155.63298,8758.82,0.23504981,2660.5354,6.321217,0.17685385,0.26397255,0.375712,285.16602,343.07556,29.504932,69.24563,40.298904,15.597857,1540.4666,3.2021155,68.38403,24.780155,470.54572,29.14508,408.11298,10.671802,70.48029,0.0,972.2363,3780.8787,0.9629084,298.52112,34.45952,24513.06,37.138634,1.1809261,17.237225,40.12426,8.148827,2.5051892,19.588882,531.5265,185.24675,22.130703,1.0053643,3.1834033,124.33294,5.773162,220.18274,244.89703,1951.7211,694.7129,105.89951,142.0519,140.47812,5.3305955,8.18029,33.988564,3.4344013,5.9595466,25.014822,35.647278,105.30954,20.77142,22.426008,58.274487,11.802645,3465.9543,24.828314,22.975134,18.04571,11.839214,186.4475,38.78125,21.245296,5.7488894,13.353161,18.933048,72.87552,150.8349,34.582325,157.52515,25.769215,16.032263,102.459206,63.822212,198.33264,78.77193,2.0013924,4.6571236,5.597399,35.477463,6228.7617,2.1413624,13.989087,63.58458,17.719442,167.58015,52.244625,116.32296,3.1221907,87.76905,473.97354,307.46198,57.30111,447.44693,57.834007,61.52804,101.06191,18.700344,2.9334457,17.870745,595.15967,0.4606252,0.74446774,82.85392,11.119253,8.574832,9.835758,16.641659,115.48853,25.448908,152.00255,773.5054,409.61816,2673.1282,2070.2031,33.524456,68.15324,4021.068,16.731447,101.16549,625.8318,172.77127,234.68633,105.45539,587.23047,551.6287,463.88272,17.183563,126.334274,375.9392,731.7787,30.5094,255.9925,38.911034,1.6738428,50.723656,1.1419795,1.189301,4.9073267,19.929329,211.32971,41.061646,19.501568,503.07703,146.91913,86.90323,113.77957,36.173195,54.45497,23.297626,27.65505,21.628025,169.89967,70.74591,31.126167,17.970732,17.7582,40.376747,33.313595,4.910664,160.15196,41.38792,405.78284,15.609078,754.8122,38.390545,445.61917,306.4607,16.858091,16.096481,466.0496,569.3242,1645.3568,322.09708 +2023-10-29 06:00:00,0.0,6062.1562,166.75946,81.12937,102.49834,65.04012,321.78488,46.051464,96.71394,27.989985,55.685627,1097.8889,88.20741,27.47228,251.47691,1.3457485,1.1770966,47.87186,2.562102,0.033224244,885.2086,0.051196773,838.0523,113.91009,0.018516129,0.018874327,333.14694,40.94727,164.46237,155.69951,8747.964,0.23533624,2661.409,6.329744,0.17704938,0.2642206,0.3761763,285.26572,343.1673,29.515831,69.167336,40.30004,15.588737,1539.5605,3.2048547,68.36878,24.758127,470.61502,29.138063,408.01877,10.654509,70.436874,0.0,971.85645,3778.7148,0.95912766,298.34,34.39904,24499.598,37.108204,1.1776661,17.230415,40.111828,8.136441,2.5028982,19.582296,531.0663,184.98401,22.118128,1.0028434,3.1785886,124.247,5.751317,220.10419,245.02097,1950.9436,694.8903,105.87593,142.0263,140.06682,5.3306575,8.181142,34.0214,3.4350562,5.964587,24.972559,35.60153,105.3293,20.755577,22.401258,58.246277,11.803843,3465.5967,24.82267,22.971775,18.04231,11.83255,186.38538,38.7606,21.237904,5.7472663,13.341959,18.915655,72.827736,150.72581,34.536694,157.43375,25.738464,16.011404,102.40477,63.785686,197.82683,78.753006,2.0015807,4.654032,5.5961695,35.428265,6216.1714,2.1418846,13.970476,63.613914,17.710386,167.49586,52.229034,116.33798,3.1239934,87.72399,474.0546,307.59613,57.229275,447.48474,57.85887,61.49474,101.00934,18.710993,2.9345381,17.876278,594.8264,0.46124488,0.74510753,82.87807,11.116855,8.578519,9.838873,16.642776,115.53943,25.429335,152.03711,773.68176,409.73242,2673.1155,2070.2139,33.509315,68.146194,4016.2866,16.742775,101.12198,625.69916,172.68327,234.57198,105.42346,586.86884,551.1762,463.83856,17.1659,126.26909,375.4409,730.8821,30.435259,255.2049,38.816463,1.6746112,50.72406,1.1423429,1.1900768,4.9108763,19.88113,211.30496,40.99228,19.504032,502.1847,146.64919,86.75115,113.54032,36.129032,54.455647,23.28199,27.542986,21.61492,169.64256,70.60173,31.12063,17.93228,17.728226,40.311638,33.22782,4.898374,159.91133,41.311436,405.21957,15.587093,753.64404,38.336582,445.76096,305.9121,16.838724,16.09154,465.51666,568.9318,1644.9413,322.37622 +2023-10-29 07:00:00,0.0,6052.252,166.47884,81.14375,102.54569,65.0452,321.85767,46.062855,96.75952,27.993105,55.70858,1096.8972,88.152664,27.476702,251.53503,1.3475016,1.1787496,47.891804,2.565725,0.033062,885.65076,0.051150355,838.45575,113.95041,0.018430306,0.018816888,333.38287,40.962055,164.6153,155.76605,8737.108,0.23562269,2662.2825,6.3382707,0.17724492,0.26446867,0.3766406,285.36542,343.25903,29.526731,69.08904,40.301174,15.579616,1538.6545,3.2075937,68.35354,24.7361,470.68433,29.131048,407.92456,10.637216,70.39346,0.0,971.47656,3776.5508,0.95534694,298.1589,34.338562,24486.137,37.077778,1.174406,17.223604,40.099396,8.124056,2.5006073,19.57571,530.60614,184.72127,22.105553,1.0003223,3.173774,124.161064,5.729472,220.02563,245.14488,1950.166,695.0677,105.85235,142.00072,139.65553,5.330719,8.181994,34.054237,3.4357111,5.969628,24.930296,35.555775,105.34906,20.739733,22.376509,58.218067,11.805039,3465.2393,24.817026,22.968414,18.038912,11.825887,186.32326,38.739952,21.23051,5.745643,13.330757,18.89826,72.77995,150.61673,34.491062,157.34236,25.707714,15.990547,102.350334,63.74916,197.321,78.73408,2.0017688,4.650941,5.594939,35.37907,6203.581,2.1424065,13.951865,63.64325,17.701332,167.41159,52.21344,116.353004,3.1257958,87.67893,474.13565,307.73026,57.15744,447.52252,57.883736,61.461437,100.956764,18.72164,2.9356306,17.88181,594.4931,0.46186453,0.74574727,82.90222,11.114456,8.582205,9.841987,16.643896,115.59033,25.409761,152.07167,773.85815,409.84665,2673.1025,2070.2246,33.494175,68.13916,4011.5054,16.754103,101.07846,625.56647,172.59526,234.45763,105.391525,586.50714,550.72363,463.79443,17.148233,126.203896,374.94257,729.98553,30.361116,254.4173,38.721897,1.6753796,50.72446,1.1427064,1.1908526,4.9144263,19.832932,211.28023,40.92291,19.506496,501.29233,146.37926,86.59908,113.30108,36.08487,54.456318,23.266354,27.43092,21.601814,169.38544,70.45755,31.115093,17.893827,17.698252,40.246525,33.142048,4.8860836,159.67068,41.23495,404.6563,15.565107,752.4759,38.282623,445.9027,305.3635,16.819357,16.086597,464.98373,568.5394,1644.5259,322.6554 +2023-10-29 08:00:00,0.0,6042.3477,166.1982,81.158134,102.59304,65.05027,321.93048,46.074245,96.80509,27.996223,55.731533,1095.9056,88.09792,27.481121,251.59314,1.3492547,1.1804025,47.91175,2.569348,0.032899756,886.09296,0.051103942,838.8592,113.99073,0.018344484,0.018759448,333.6188,40.97684,164.76822,155.83258,8726.252,0.23590913,2663.156,6.3467975,0.17744045,0.26471674,0.37710488,285.46512,343.35077,29.53763,69.01075,40.30231,15.570495,1537.7485,3.2103329,68.33829,24.714071,470.75366,29.124031,407.83035,10.619922,70.350044,0.0,971.09656,3774.387,0.9515662,297.97778,34.278084,24472.676,37.04735,1.171146,17.216795,40.086964,8.11167,2.4983163,19.569124,530.14594,184.45853,22.092978,0.9978014,3.1689594,124.07513,5.7076273,219.9471,245.26881,1949.3884,695.2451,105.82878,141.97513,139.24425,5.330781,8.182847,34.087074,3.436366,5.9746685,24.888033,35.51002,105.36881,20.72389,22.351759,58.18986,11.806236,3464.8818,24.811382,22.965054,18.035513,11.819223,186.26114,38.719307,21.223118,5.74402,13.319555,18.880867,72.73217,150.50764,34.44543,157.25098,25.676966,15.969689,102.29589,63.712635,196.81517,78.71516,2.001957,4.647849,5.5937095,35.329872,6190.9907,2.1429284,13.933254,63.672585,17.692276,167.32732,52.19785,116.36803,3.1275985,87.63387,474.21667,307.86438,57.085606,447.5603,57.908604,61.42814,100.9042,18.732286,2.936723,17.887342,594.15985,0.4624842,0.74638706,82.92637,11.112059,8.585892,9.845101,16.645014,115.64123,25.390188,152.10623,774.03455,409.9609,2673.0898,2070.235,33.479034,68.132126,4006.724,16.76543,101.03494,625.43384,172.50726,234.34328,105.35959,586.1455,550.2711,463.75027,17.130568,126.13871,374.4442,729.0889,30.286976,253.62968,38.62733,1.676148,50.724865,1.14307,1.1916285,4.917976,19.784733,211.25548,40.853542,19.50896,500.4,146.10931,86.44701,113.06183,36.040707,54.45699,23.250717,27.318853,21.588709,169.12833,70.31337,31.109556,17.855377,17.66828,40.181416,33.05627,4.8737936,159.43005,41.158466,404.09302,15.543121,751.30774,38.22866,446.0445,304.8149,16.79999,16.081656,464.4508,568.14703,1644.1104,322.93457 +2023-10-29 09:00:00,0.0,6032.4434,165.91757,81.172516,102.64039,65.05534,322.00327,46.085636,96.85067,27.999344,55.75449,1094.9141,88.043175,27.48554,251.65126,1.3510078,1.1820555,47.931694,2.572971,0.032737512,886.5351,0.051057525,839.26263,114.03105,0.018258661,0.01870201,333.85474,40.991627,164.92114,155.89912,8715.396,0.23619558,2664.0295,6.3553247,0.17763598,0.2649648,0.37756917,285.56482,343.44254,29.54853,68.93246,40.303448,15.561374,1536.8427,3.2130718,68.32304,24.692043,470.82297,29.117016,407.73615,10.602629,70.30663,0.0,970.7167,3772.2231,0.9477855,297.7967,34.217606,24459.213,37.016922,1.167886,17.209984,40.07453,8.099284,2.4960253,19.562538,529.6857,184.19577,22.080402,0.99528044,3.1641448,123.98918,5.685782,219.86855,245.39275,1948.6108,695.42255,105.80519,141.94954,138.83295,5.3308425,8.183699,34.119907,3.437021,5.9797087,24.84577,35.464268,105.38857,20.708048,22.32701,58.16165,11.807434,3464.5242,24.805737,22.961693,18.032114,11.812559,186.19902,38.698658,21.215725,5.742397,13.308353,18.863472,72.68439,150.39856,34.3998,157.15959,25.646215,15.948832,102.241455,63.67611,196.30934,78.696236,2.002145,4.6447577,5.5924797,35.280674,6178.401,2.1434503,13.914642,63.70192,17.683222,167.24304,52.18226,116.38305,3.129401,87.58881,474.29773,307.99854,57.013775,447.5981,57.933468,61.394836,100.85162,18.742933,2.9378154,17.892874,593.82654,0.46310386,0.74702686,82.950516,11.10966,8.589578,9.848215,16.646132,115.69212,25.370615,152.1408,774.21094,410.07516,2673.077,2070.2458,33.463894,68.12509,4001.9429,16.776758,100.99143,625.30115,172.41925,234.22893,105.32766,585.7839,549.8186,463.70615,17.112904,126.073524,373.9459,728.1923,30.212833,252.84209,38.53276,1.6769165,50.725266,1.1434335,1.1924043,4.921526,19.736532,211.23074,40.784176,19.511425,499.50766,145.83937,86.29493,112.82258,35.996544,54.45766,23.23508,27.206789,21.575605,168.87122,70.16918,31.10402,17.816925,17.638306,40.116302,32.970497,4.8615036,159.1894,41.08198,403.52975,15.521136,750.1396,38.1747,446.18625,304.26633,16.780622,16.076714,463.91788,567.75464,1643.6948,323.21375 +2023-10-29 10:00:00,0.0,6022.539,165.63693,81.186905,102.687744,65.06042,322.07605,46.097027,96.89625,28.002464,55.777443,1093.9224,87.98843,27.489962,251.70938,1.3527609,1.1837084,47.95164,2.576594,0.032575265,886.97723,0.05101111,839.66614,114.07138,0.01817284,0.01864457,334.09067,41.00641,165.07408,155.96565,8704.54,0.23648201,2664.903,6.3638515,0.17783152,0.26521286,0.37803346,285.66455,343.53427,29.559431,68.854164,40.304585,15.552253,1535.9366,3.215811,68.30779,24.670015,470.89224,29.109999,407.64194,10.585336,70.263214,0.0,970.3368,3770.059,0.9440048,297.61557,34.157127,24445.752,36.986496,1.164626,17.203175,40.0621,8.086899,2.4937341,19.555952,529.2256,183.93303,22.067827,0.99275947,3.1593304,123.903244,5.663937,219.79,245.51666,1947.8334,695.6,105.78162,141.92395,138.42166,5.330904,8.184551,34.152744,3.437676,5.9847493,24.803507,35.418514,105.40833,20.692204,22.30226,58.133442,11.808631,3464.1667,24.800093,22.958334,18.028715,11.805896,186.13692,38.67801,21.208334,5.7407737,13.297152,18.846079,72.63661,150.28947,34.354168,157.0682,25.615467,15.927974,102.18702,63.639584,195.80351,78.67731,2.0023334,4.6416664,5.59125,35.231476,6165.8105,2.1439724,13.896031,63.731255,17.674168,167.15875,52.166668,116.39808,3.1312037,87.54375,474.37878,308.13266,56.94194,447.6359,57.958332,61.361534,100.79905,18.75358,2.9389079,17.898407,593.4933,0.46372354,0.74766666,82.97466,11.107262,8.593264,9.851329,16.647251,115.74302,25.351042,152.17535,774.3873,410.1894,2673.0642,2070.2566,33.448753,68.11806,3997.1616,16.788086,100.947914,625.1685,172.33125,234.11458,105.29572,585.42224,549.3661,463.662,17.095238,126.00833,373.44757,727.2958,30.138693,252.05447,38.438194,1.6776849,50.72567,1.1437969,1.1931801,4.925076,19.688334,211.206,40.71481,19.51389,498.6153,145.56944,86.14286,112.583336,35.95238,54.458332,23.219444,27.094723,21.5625,168.6141,70.025,31.098482,17.778473,17.608334,40.05119,32.88472,4.8492136,158.94878,41.005493,402.9665,15.49915,748.97144,38.120743,446.32803,303.71774,16.761257,16.071774,463.38495,567.36224,1643.2793,323.49292 +2023-10-29 11:00:00,0.0,6012.635,165.35631,81.20129,102.73509,65.06549,322.14886,46.108418,96.94182,28.005585,55.800396,1092.9308,87.93368,27.49438,251.76749,1.354514,1.1853614,47.971584,2.5802171,0.03241302,887.41943,0.050964694,840.0696,114.1117,0.018087016,0.018587131,334.32657,41.021194,165.227,156.0322,8693.684,0.23676845,2665.7769,6.3723783,0.17802705,0.2654609,0.37849775,285.76425,343.626,29.57033,68.77587,40.305717,15.543132,1535.0306,3.2185502,68.29254,24.647987,470.96155,29.102983,407.54773,10.568043,70.2198,0.0,969.9568,3767.8953,0.94022405,297.43448,34.09665,24432.291,36.95607,1.161366,17.196365,40.049667,8.0745125,2.4914432,19.549366,528.7654,183.67029,22.055252,0.99023855,3.1545157,123.81731,5.642092,219.71146,245.6406,1947.0558,695.7774,105.75804,141.89836,138.01038,5.330966,8.185404,34.18558,3.438331,5.98979,24.761244,35.37276,105.428085,20.676361,22.27751,58.105232,11.809829,3463.809,24.794449,22.954973,18.025316,11.799232,186.0748,38.65736,21.200941,5.7391505,13.28595,18.828684,72.58883,150.18039,34.308533,156.9768,25.584717,15.907116,102.13258,63.603058,195.29768,78.65839,2.0025215,4.638575,5.59002,35.182278,6153.22,2.1444943,13.87742,63.760586,17.665112,167.07448,52.151077,116.4131,3.133006,87.49869,474.4598,308.26678,56.870106,447.67368,57.9832,61.32823,100.74648,18.764227,2.9400003,17.903938,593.16,0.4643432,0.74830645,82.99881,11.104864,8.596951,9.854444,16.648369,115.79392,25.331469,152.20992,774.5637,410.30365,2673.0513,2070.2673,33.433613,68.111015,3992.3801,16.799414,100.9044,625.0358,172.24324,234.00023,105.26379,585.06055,548.9135,463.61786,17.077574,125.943146,372.94922,726.3992,30.064552,251.26688,38.343628,1.6784534,50.72607,1.1441605,1.1939559,4.9286256,19.640135,211.18126,40.64544,19.516352,497.72296,145.2995,85.99078,112.344086,35.90822,54.459007,23.203808,26.982658,21.549395,168.357,69.88082,31.092945,17.74002,17.57836,39.98608,32.798946,4.8369236,158.70813,40.92901,402.4032,15.477164,747.80334,38.06678,446.4698,303.16916,16.74189,16.066832,462.85202,566.96985,1642.8639,323.7721 +2023-10-29 12:00:00,0.0,6002.73,165.07568,81.21567,102.78245,65.070564,322.22165,46.11981,96.9874,28.008703,55.823353,1091.9391,87.87893,27.4988,251.8256,1.3562671,1.1870143,47.99153,2.5838401,0.032250777,887.8616,0.050918277,840.473,114.15202,0.018001195,0.01852969,334.5625,41.03598,165.37993,156.09872,8682.828,0.2370549,2666.6504,6.3809056,0.17822258,0.26570898,0.37896204,285.86395,343.71774,29.58123,68.69758,40.306854,15.534011,1534.1248,3.2212892,68.27729,24.62596,471.03088,29.095966,407.45352,10.55075,70.176384,0.0,969.5769,3765.7314,0.9364433,297.25336,34.03617,24418.828,36.92564,1.158106,17.189554,40.037235,8.062127,2.4891522,19.54278,528.30524,183.40755,22.042679,0.98771757,3.149701,123.73137,5.6202474,219.6329,245.76451,1946.2782,695.95483,105.73446,141.87277,137.59908,5.3310275,8.186255,34.21842,3.4389858,5.9948306,24.71898,35.327007,105.447845,20.660517,22.25276,58.077023,11.811026,3463.4517,24.788805,22.951612,18.02192,11.792568,186.01268,38.63671,21.193548,5.737528,13.274748,18.81129,72.541046,150.07132,34.2629,156.88542,25.553968,15.886258,102.07815,63.566532,194.79185,78.639465,2.0027096,4.6354837,5.5887904,35.133083,6140.63,2.1450162,13.858809,63.78992,17.656057,166.9902,52.135483,116.42812,3.1348088,87.45363,474.54086,308.40094,56.798275,447.7115,58.008064,61.294933,100.69391,18.774876,2.9410925,17.909472,592.8267,0.46496287,0.7489462,83.02296,11.102466,8.6006365,9.857557,16.649488,115.84482,25.311895,152.24448,774.74005,410.4179,2673.0386,2070.278,33.41847,68.10398,3987.5989,16.810741,100.860886,624.9032,172.15524,233.88588,105.23186,584.6989,548.461,463.5737,17.059908,125.87796,372.4509,725.50256,29.99041,250.47928,38.249058,1.6792219,50.726475,1.144524,1.1947317,4.9321756,19.591936,211.15651,40.576073,19.518816,496.83063,145.02957,85.838715,112.104836,35.864056,54.45968,23.188171,26.870592,21.536291,168.09988,69.73664,31.087408,17.701569,17.548388,39.920967,32.71317,4.8246336,158.4675,40.852524,401.83994,15.455179,746.6352,38.01282,446.61157,302.62054,16.722523,16.06189,462.3191,566.57745,1642.4484,324.05127 +2023-10-29 13:00:00,0.0,5992.8257,164.79504,81.23005,102.829796,65.07564,322.29443,46.1312,97.032974,28.011824,55.846306,1090.9475,87.82418,27.503222,251.88371,1.3580202,1.1886673,48.011475,2.587463,0.032088533,888.3038,0.050871864,840.87646,114.19235,0.017915372,0.018472252,334.79843,41.050766,165.53285,156.16527,8671.972,0.23734134,2667.524,6.3894324,0.17841811,0.26595703,0.37942633,285.96365,343.80948,29.592129,68.619286,40.30799,15.52489,1533.2188,3.2240283,68.26205,24.603931,471.1002,29.088951,407.35928,10.533457,70.13297,0.0,969.197,3763.5676,0.9326626,297.07227,33.97569,24405.367,36.895214,1.154846,17.182745,40.024803,8.049742,2.4868612,19.536194,527.84503,183.14479,22.030104,0.9851966,3.1448865,123.645424,5.5984025,219.55435,245.88844,1945.5007,696.13226,105.71088,141.84718,137.18779,5.3310895,8.187108,34.251255,3.4396408,5.9998713,24.676718,35.281258,105.467606,20.644674,22.22801,58.048813,11.8122225,3463.094,24.78316,22.948254,18.01852,11.785905,185.95056,38.616066,21.186155,5.7359047,13.263546,18.793896,72.49326,149.96223,34.21727,156.79404,25.523218,15.8654,102.02371,63.530006,194.28603,78.620544,2.0028977,4.6323924,5.58756,35.083885,6128.04,2.145538,13.8401985,63.819256,17.647001,166.90591,52.119892,116.443146,3.1366112,87.40857,474.62192,308.53506,56.72644,447.74927,58.03293,61.26163,100.641335,18.785522,2.942185,17.915003,592.4934,0.46558252,0.749586,83.04711,11.100067,8.604323,9.860671,16.650606,115.89571,25.292322,152.27902,774.9164,410.53214,2673.0256,2070.2886,33.403328,68.09695,3982.8176,16.82207,100.817375,624.77057,172.06725,233.77153,105.19992,584.3373,548.0085,463.52957,17.042242,125.81277,371.95258,724.60596,29.91627,249.69167,38.15449,1.6799903,50.726875,1.1448874,1.1955076,4.935725,19.543737,211.13177,40.506706,19.52128,495.93826,144.75963,85.68664,111.86559,35.819893,54.46035,23.172537,26.758528,21.523186,167.84276,69.59245,31.081871,17.663116,17.518414,39.855858,32.627396,4.8123436,158.22687,40.77604,401.27664,15.433193,745.46704,37.95886,446.75333,302.07196,16.703156,16.056948,461.78616,566.18506,1642.0328,324.33044 +2023-10-29 14:00:00,0.0,5982.9214,164.51442,81.24443,102.87715,65.08071,322.36725,46.14259,97.078545,28.014944,55.86926,1089.9559,87.76943,27.50764,251.94183,1.3597732,1.1903203,48.03142,2.591086,0.03192629,888.7459,0.050825447,841.2799,114.23267,0.01782955,0.018414812,335.03436,41.065548,165.68579,156.23181,8661.116,0.23762777,2668.3975,6.397959,0.17861365,0.2662051,0.37989062,286.06335,343.90125,29.60303,68.54099,40.309128,15.515769,1532.3127,3.2267673,68.246796,24.581903,471.1695,29.081934,407.26508,10.516164,70.089554,0.0,968.817,3761.4036,0.9288819,296.89117,33.91521,24391.904,36.864788,1.1515859,17.175934,40.01237,8.037355,2.4845703,19.529608,527.3849,182.88205,22.017529,0.9826756,3.1400719,123.55949,5.5765576,219.4758,246.01236,1944.7231,696.30963,105.6873,141.8216,136.7765,5.331151,8.18796,34.28409,3.4402957,6.004912,24.634457,35.235504,105.487366,20.62883,22.20326,58.020603,11.81342,3462.7366,24.777515,22.944893,18.015121,11.779241,185.88844,38.595417,21.178764,5.7342815,13.252344,18.776503,72.44548,149.85315,34.17164,156.70265,25.492468,15.8445425,101.96927,63.49348,193.7802,78.601616,2.003086,4.629301,5.5863304,35.034687,6115.4497,2.1460602,13.821588,63.84859,17.637947,166.82164,52.1043,116.45817,3.138414,87.36351,474.70294,308.6692,56.654606,447.78705,58.057796,61.22833,100.58877,18.79617,2.9432774,17.920536,592.16016,0.4662022,0.7502258,83.07126,11.097669,8.608009,9.863786,16.651724,115.94661,25.272749,152.31358,775.0928,410.6464,2673.013,2070.2993,33.388187,68.08991,3978.0364,16.833395,100.77386,624.6379,171.97923,233.65718,105.167984,583.97565,547.55597,463.4854,17.024578,125.74758,371.45422,723.7094,29.842127,248.90407,38.059925,1.6807587,50.727276,1.1452509,1.1962835,4.9392753,19.495539,211.10703,40.43734,19.523745,495.04593,144.48969,85.53456,111.62634,35.77573,54.46102,23.1569,26.646461,21.51008,167.58565,69.44827,31.076334,17.624664,17.488441,39.790745,32.541622,4.800053,157.98622,40.699554,400.71338,15.411207,744.2989,37.9049,446.8951,301.52338,16.683788,16.052006,461.25323,565.79266,1641.6174,324.6096 +2023-10-29 15:00:00,0.0,5973.017,164.23378,81.25881,102.9245,65.085785,322.44003,46.15398,97.12412,28.018064,55.892216,1088.9642,87.71468,27.51206,251.99995,1.3615263,1.1919733,48.051365,2.594709,0.031764045,889.1881,0.05077903,841.68335,114.272995,0.017743727,0.018357374,335.2703,41.080334,165.83871,156.29834,8650.26,0.23791422,2669.271,6.406486,0.17880918,0.26645315,0.3803549,286.16306,343.99298,29.61393,68.4627,40.31026,15.506648,1531.4067,3.2295065,68.231544,24.559875,471.23877,29.074919,407.17087,10.49887,70.04614,0.0,968.43713,3759.2397,0.92510116,296.71005,33.854733,24378.443,36.83436,1.1483259,17.169125,39.99994,8.02497,2.4822793,19.523022,526.9247,182.61931,22.004953,0.98015463,3.1352575,123.47355,5.554713,219.39726,246.13629,1943.9456,696.48706,105.66372,141.796,136.3652,5.331213,8.188812,34.316925,3.4409506,6.0099525,24.592194,35.18975,105.50712,20.612988,22.17851,57.992393,11.814617,3462.3792,24.771872,22.941532,18.011723,11.772577,185.82632,38.574768,21.171371,5.7326584,13.241142,18.759108,72.3977,149.74406,34.126007,156.61125,25.46172,15.823685,101.91483,63.456955,193.27437,78.582695,2.0032742,4.6262097,5.5851007,34.98549,6102.8594,2.1465821,13.802976,63.877926,17.628891,166.73737,52.08871,116.47319,3.1402164,87.31845,474.784,308.80334,56.582775,447.82486,58.08266,61.195026,100.536194,18.806816,2.9443698,17.926067,591.82684,0.46682188,0.7508656,83.095406,11.095271,8.611696,9.8668995,16.652843,115.99751,25.253176,152.34814,775.26917,410.76065,2673.0,2070.31,33.373047,68.08287,3973.2551,16.844723,100.73034,624.50525,171.89124,233.54283,105.13605,583.61395,547.1034,463.44128,17.006912,125.682396,370.9559,722.8128,29.767986,248.11647,37.965355,1.6815271,50.72768,1.1456145,1.1970593,4.9428253,19.44734,211.08229,40.36797,19.526209,494.1536,144.21976,85.38249,111.3871,35.731567,54.461693,23.141264,26.534397,21.496975,167.32854,69.30409,31.070797,17.586212,17.458467,39.725636,32.455845,4.787763,157.74559,40.62307,400.15012,15.389222,743.13074,37.85094,447.03687,300.9748,16.664421,16.047064,460.7203,565.40027,1641.2019,324.88876 +2023-10-29 16:00:00,0.0,5963.113,163.95316,81.27319,102.97185,65.09086,322.51282,46.16537,97.1697,28.021183,55.91517,1087.9727,87.659935,27.516481,252.05806,1.3632793,1.1936263,48.071312,2.598332,0.0316018,889.63025,0.050732616,842.0868,114.31332,0.017657904,0.018299934,335.50623,41.09512,165.99164,156.36488,8639.403,0.23820066,2670.1445,6.4150133,0.17900471,0.26670122,0.3808192,286.26276,344.08472,29.624828,68.38441,40.311398,15.497527,1530.5009,3.2322454,68.2163,24.537848,471.3081,29.067902,407.07666,10.481577,70.00272,0.0,968.0571,3757.076,0.92132044,296.52896,33.794254,24364.982,36.803932,1.1450659,17.162313,39.98751,8.012584,2.4799883,19.516436,526.4645,182.35657,21.992378,0.9776337,3.1304429,123.38761,5.5328674,219.31871,246.26021,1943.168,696.6645,105.64014,141.77043,135.95392,5.3312745,8.189665,34.349762,3.4416056,6.0149927,24.54993,35.143997,105.52688,20.597145,22.15376,57.964184,11.815814,3462.0215,24.766228,22.938171,18.008324,11.765914,185.76422,38.55412,21.163979,5.731035,13.22994,18.741714,72.349915,149.63498,34.080376,156.51987,25.43097,15.802827,101.8604,63.42043,192.76855,78.563774,2.0034623,4.623118,5.583871,34.936295,6090.269,2.147104,13.784365,63.90726,17.619837,166.65309,52.07312,116.48821,3.142019,87.273384,474.86505,308.93747,56.51094,447.86264,58.10753,61.161728,100.48363,18.817463,2.9454622,17.9316,591.4936,0.46744153,0.7515054,83.11955,11.092873,8.615382,9.870013,16.653961,116.04841,25.233603,152.3827,775.44556,410.87488,2672.9873,2070.3208,33.357906,68.075836,3968.4739,16.85605,100.68683,624.37256,171.80322,233.42848,105.10412,583.2523,546.6509,463.39713,16.989246,125.6172,370.45758,721.9162,29.693844,247.32886,37.87079,1.6822956,50.72808,1.145978,1.1978351,4.946375,19.399141,211.05754,40.298603,19.528673,493.26126,143.94981,85.230415,111.14785,35.687405,54.462364,23.125628,26.42233,21.483871,167.07143,69.15991,31.06526,17.54776,17.428495,39.660522,32.37007,4.775473,157.50494,40.546585,399.58682,15.367236,741.9626,37.796978,447.17865,300.4262,16.645054,16.042122,460.18738,565.0079,1640.7864,325.16794 +2023-10-29 17:00:00,0.0,5953.2085,163.67253,81.287575,103.0192,65.09593,322.58563,46.17676,97.21527,28.024303,55.93812,1086.9811,87.60519,27.5209,252.11618,1.3650324,1.1952792,48.091255,2.601955,0.031439558,890.07245,0.0506862,842.4903,114.353645,0.017572083,0.018242495,335.74213,41.109905,166.14456,156.43141,8628.548,0.23848711,2671.018,6.42354,0.17920025,0.26694927,0.38128346,286.36246,344.17645,29.635729,68.306114,40.312534,15.488406,1529.5948,3.2349846,68.20105,24.51582,471.3774,29.060886,406.98245,10.464284,69.95931,0.0,967.67725,3754.912,0.9175397,296.34784,33.733776,24351.52,36.773506,1.1418059,17.155504,39.97508,8.000198,2.4776974,19.50985,526.00433,182.09381,21.979803,0.97511274,3.1256282,123.30167,5.5110226,219.24016,246.38414,1942.3905,696.8419,105.61656,141.74484,135.54263,5.3313365,8.190516,34.3826,3.4422605,6.0200334,24.507668,35.098244,105.54664,20.5813,22.129011,57.935974,11.817012,3461.664,24.760582,22.934813,18.004925,11.75925,185.7021,38.53347,21.156586,5.729412,13.218739,18.72432,72.30213,149.5259,34.034744,156.42848,25.40022,15.781969,101.80596,63.383904,192.26273,78.54485,2.0036504,4.6200266,5.582641,34.887096,6077.6787,2.147626,13.765754,63.936596,17.610783,166.5688,52.057526,116.503235,3.1438215,87.228325,474.94608,309.0716,56.439106,447.90042,58.132393,61.128426,100.43105,18.82811,2.9465547,17.937132,591.1603,0.4680612,0.7521451,83.1437,11.090474,8.619068,9.873128,16.65508,116.099304,25.21403,152.41727,775.62195,410.98914,2672.9744,2070.3315,33.342766,68.0688,3963.6924,16.867378,100.64331,624.2399,171.71523,233.31415,105.07218,582.8907,546.19836,463.35297,16.971582,125.55202,369.95923,721.01965,29.619703,246.54126,37.776222,1.6830641,50.728485,1.1463414,1.1986109,4.949925,19.350943,211.0328,40.229237,19.531137,492.3689,143.67987,85.07834,110.9086,35.64324,54.46304,23.109991,26.310265,21.470766,166.81432,69.015724,31.059723,17.509308,17.398521,39.595413,32.284294,4.763183,157.26431,40.4701,399.02356,15.34525,740.79443,37.74302,447.32043,299.87762,16.625687,16.03718,459.65445,564.6155,1640.3708,325.4471 +2023-10-29 18:00:00,0.0,5943.304,163.39189,81.301956,103.06655,65.101006,322.65842,46.188152,97.26085,28.027424,55.96108,1085.9894,87.55044,27.52532,252.1743,1.3667855,1.1969322,48.111202,2.605578,0.031277314,890.5146,0.050639782,842.89374,114.39397,0.01748626,0.018185055,335.97806,41.12469,166.29749,156.49796,8617.691,0.23877354,2671.8918,6.432067,0.17939577,0.26719734,0.38174775,286.46216,344.2682,29.646627,68.22782,40.31367,15.479285,1528.6888,3.2377236,68.1858,24.493792,471.44672,29.053871,406.88824,10.446991,69.91589,0.0,967.29736,3752.748,0.91375893,296.16675,33.673298,24338.059,36.743076,1.1385459,17.148695,39.962646,7.9878125,2.4754064,19.503263,525.5441,181.83107,21.967228,0.97259176,3.1208136,123.21573,5.4891777,219.1616,246.50806,1941.6129,697.01935,105.59298,141.71925,135.13133,5.331398,8.191369,34.415436,3.4429154,6.025074,24.465405,35.05249,105.5664,20.565458,22.104261,57.90777,11.818209,3461.3064,24.754938,22.931452,18.001526,11.752586,185.63998,38.512825,21.149193,5.7277894,13.207537,18.706926,72.25435,149.41681,33.989113,156.3371,25.36947,15.761111,101.751526,63.347378,191.7569,78.525925,2.0038388,4.6169353,5.5814114,34.8379,6065.089,2.1481478,13.747143,63.96593,17.601727,166.48453,52.041935,116.51826,3.1456242,87.183266,475.02713,309.20575,56.367275,447.93823,58.157257,61.095123,100.37848,18.838758,2.947647,17.942665,590.827,0.46868086,0.7527849,83.16785,11.088076,8.622755,9.876242,16.656199,116.1502,25.194456,152.45183,775.79834,411.1034,2672.9617,2070.3423,33.32762,68.06177,3958.9111,16.878706,100.5998,624.10724,171.62721,233.1998,105.040245,582.52905,545.74585,463.30884,16.953917,125.48683,369.4609,720.12305,29.54556,245.75365,37.681652,1.6838325,50.728886,1.1467049,1.1993867,4.9534745,19.302742,211.00806,40.15987,19.533602,491.47656,143.40994,84.92627,110.66936,35.59908,54.46371,23.094355,26.1982,21.45766,166.5572,68.871544,31.054186,17.470856,17.368547,39.5303,32.19852,4.750893,157.02367,40.393616,398.46027,15.323265,739.6263,37.689056,447.4622,299.329,16.606321,16.032238,459.12152,564.2231,1639.9554,325.7263 +2023-10-29 19:00:00,0.0,5933.4,163.11127,81.31634,103.11391,65.10608,322.7312,46.199543,97.30643,28.030544,55.98403,1084.9978,87.49569,27.529741,252.2324,1.3685386,1.1985852,48.131145,2.609201,0.031115068,890.9567,0.05059337,843.2972,114.43429,0.017400438,0.018127616,336.214,41.139473,166.45042,156.56448,8606.836,0.23905998,2672.7654,6.440594,0.1795913,0.2674454,0.38221207,286.56186,344.35992,29.657528,68.14953,40.314804,15.470164,1527.7828,3.2404628,68.170555,24.471764,471.51605,29.046854,406.79404,10.429698,69.87248,0.0,966.91736,3750.5842,0.9099782,295.98563,33.61282,24324.596,36.71265,1.1352859,17.141884,39.950214,7.975427,2.4731152,19.49668,525.084,181.56833,21.954653,0.9700708,3.115999,123.12979,5.467333,219.08307,246.63199,1940.8353,697.1968,105.5694,141.69366,134.72005,5.3314595,8.192222,34.44827,3.4435704,6.0301147,24.423141,35.006737,105.58615,20.549614,22.079512,57.87956,11.819406,3460.949,24.749294,22.928091,17.998127,11.745923,185.57787,38.492176,21.141802,5.7261662,13.196335,18.689531,72.206566,149.30772,33.94348,156.24571,25.33872,15.740253,101.69709,63.310852,191.25107,78.507,2.004027,4.613844,5.580181,34.7887,6052.4985,2.14867,13.728532,63.995266,17.592672,166.40025,52.026344,116.53328,3.1474266,87.13821,475.1082,309.33987,56.29544,447.976,58.182125,61.061825,100.32591,18.849405,2.9487395,17.948196,590.4937,0.46930054,0.7534247,83.192,11.085678,8.626441,9.879356,16.657316,116.201096,25.174883,152.48639,775.97473,411.21762,2672.9487,2070.3528,33.31248,68.054726,3954.13,16.890034,100.55628,623.9746,171.53922,233.08545,105.008316,582.16736,545.2933,463.26468,16.936253,125.42164,368.9626,719.22644,29.47142,244.96605,37.587086,1.684601,50.72929,1.1470685,1.2001625,4.9570246,19.254543,210.98332,40.090504,19.536066,490.58423,143.14,84.77419,110.43011,35.554916,54.464382,23.078718,26.086134,21.444557,166.30008,68.72736,31.048649,17.432404,17.338575,39.465187,32.112747,4.738603,156.78304,40.31713,397.897,15.301279,738.4581,37.635098,447.60397,298.78043,16.586954,16.027296,458.5886,563.8307,1639.5399,326.00546 +2023-10-29 20:00:00,0.0,5923.4956,162.83063,81.33072,103.161255,65.11115,322.80402,46.210934,97.352,28.033665,56.006985,1084.0062,87.44094,27.53416,252.29053,1.3702917,1.2002381,48.151093,2.612824,0.030952824,891.3989,0.05054695,843.7006,114.47461,0.017314615,0.018070176,336.44992,41.15426,166.60335,156.63103,8595.9795,0.23934643,2673.639,6.449121,0.17978683,0.26769346,0.38267636,286.66156,344.4517,29.668428,68.071236,40.31594,15.461043,1526.877,3.2432017,68.155304,24.449736,471.58533,29.039839,406.69983,10.412405,69.82906,0.0,966.5375,3748.4204,0.9061975,295.80453,33.55234,24311.135,36.682224,1.1320258,17.135075,39.937782,7.9630413,2.4708242,19.490093,524.6238,181.30559,21.942078,0.9675498,3.1111844,123.04385,5.445488,219.00452,246.7559,1940.0577,697.37415,105.54582,141.66808,134.30876,5.3315215,8.193073,34.481106,3.4442253,6.0351553,24.380878,34.960983,105.60591,20.533772,22.054762,57.85135,11.820603,3460.5913,24.74365,22.92473,17.994728,11.739259,185.51575,38.471527,21.134409,5.724543,13.185133,18.672138,72.15878,149.19864,33.89785,156.15431,25.307972,15.719396,101.64265,63.274326,190.74524,78.48808,2.004215,4.6107526,5.5789514,34.739506,6039.908,2.1491919,13.709921,64.0246,17.583616,166.31598,52.010754,116.5483,3.1492293,87.09315,475.1892,309.47403,56.223606,448.0138,58.20699,61.028522,100.27334,18.860052,2.949832,17.953728,590.16046,0.4699202,0.7540645,83.21615,11.08328,8.630128,9.88247,16.658436,116.252,25.15531,152.52095,776.1511,411.33188,2672.936,2070.3635,33.29734,68.04769,3949.3486,16.901361,100.51277,623.842,171.45122,232.9711,104.97638,581.8057,544.84076,463.22055,16.918587,125.35645,368.46423,718.3299,29.397278,244.17845,37.49252,1.6853694,50.72969,1.147432,1.2009383,4.9605746,19.206345,210.95857,40.021133,19.53853,489.69186,142.87007,84.62212,110.19086,35.510754,54.465054,23.063082,25.97407,21.431452,166.04297,68.58318,31.043112,17.393951,17.308601,39.400078,32.02697,4.726313,156.54239,40.240646,397.33374,15.279293,737.29,37.58114,447.74573,298.23184,16.567587,16.022354,458.05566,563.4383,1639.1244,326.28464 +2023-10-29 21:00:00,0.0,5913.5913,162.55,81.3451,103.20861,65.11623,322.8768,46.222324,97.397575,28.036783,56.02994,1083.0145,87.38619,27.53858,252.34863,1.3720448,1.2018911,48.171036,2.616447,0.03079058,891.84106,0.05050054,844.10406,114.51494,0.017228793,0.018012738,336.68585,41.169044,166.75627,156.69756,8585.123,0.23963287,2674.5125,6.457648,0.17998236,0.2679415,0.38314065,286.7613,344.54343,29.679327,67.99294,40.317078,15.451923,1525.971,3.245941,68.14005,24.427708,471.65463,29.032822,406.6056,10.395112,69.78565,0.0,966.1576,3746.2566,0.90241677,295.6234,33.491863,24297.674,36.651794,1.1287658,17.128263,39.92535,7.9506555,2.4685333,19.483507,524.16364,181.04283,21.929504,0.9650289,3.10637,122.95791,5.423643,218.92596,246.87984,1939.2803,697.5516,105.52225,141.64249,133.89746,5.331583,8.193926,34.513943,3.4448802,6.040196,24.338615,34.91523,105.62567,20.517927,22.030012,57.82314,11.8218,3460.234,24.738005,22.921371,17.991331,11.732595,185.45363,38.45088,21.127016,5.72292,13.173931,18.654743,72.111,149.08957,33.85222,156.06293,25.277222,15.698538,101.58821,63.237804,190.23941,78.469154,2.004403,4.6076612,5.5777216,34.690308,6027.318,2.1497138,13.691309,64.05393,17.574562,166.23169,51.995163,116.56333,3.1510317,87.04809,475.27026,309.60815,56.15177,448.0516,58.231853,60.99522,100.220764,18.870699,2.9509244,17.95926,589.82715,0.47053987,0.7547043,83.240295,11.080881,8.633814,9.885584,16.659554,116.302895,25.135736,152.55551,776.3275,411.44614,2672.923,2070.3743,33.2822,68.04066,3944.5674,16.91269,100.46925,623.7093,171.3632,232.85675,104.94444,581.4441,544.38824,463.1764,16.90092,125.29126,367.9659,717.4333,29.323137,243.39084,37.39795,1.6861378,50.730095,1.1477954,1.2017142,4.964124,19.158146,210.93384,39.951767,19.540995,488.79953,142.60013,84.47005,109.951614,35.46659,54.465725,23.047447,25.862003,21.418346,165.78586,68.439,31.037575,17.3555,17.27863,39.334965,31.941195,4.714023,156.30176,40.16416,396.77045,15.257307,736.1219,37.527176,447.8875,297.68326,16.54822,16.017412,457.52274,563.0459,1638.709,326.5638 +2023-10-29 22:00:00,0.0,5903.687,162.26936,81.35948,103.25596,65.12131,322.9496,46.233715,97.44315,28.039904,56.052895,1082.023,87.33144,27.543001,252.40675,1.3737979,1.203544,48.190983,2.62007,0.030628337,892.28326,0.05045412,844.5075,114.55526,0.01714297,0.017955298,336.92178,41.18383,166.9092,156.7641,8574.268,0.2399193,2675.386,6.466175,0.1801779,0.26818958,0.38360494,286.861,344.63516,29.690228,67.91465,40.31821,15.442802,1525.065,3.24868,68.12481,24.40568,471.72394,29.025806,406.51138,10.377818,69.74223,0.0,965.77765,3744.0925,0.89863604,295.44232,33.431385,24284.21,36.62137,1.1255058,17.121454,39.912918,7.9382696,2.4662423,19.476921,523.7034,180.78009,21.91693,0.9625079,3.1015553,122.87197,5.4017982,218.84741,247.00375,1938.5027,697.729,105.49866,141.6169,133.48618,5.331645,8.194778,34.54678,3.4455352,6.0452366,24.296352,34.869476,105.64543,20.502085,22.005262,57.79493,11.822997,3459.8765,24.73236,22.91801,17.987932,11.725932,185.39153,38.43023,21.119623,5.721297,13.162729,18.63735,72.06322,148.98048,33.806587,155.97154,25.246473,15.67768,101.533775,63.20128,189.73358,78.45023,2.0045915,4.60457,5.576492,34.64111,6014.728,2.1502357,13.672698,64.08327,17.565508,166.14742,51.979572,116.578354,3.1528344,87.00302,475.35132,309.74228,56.07994,448.0894,58.25672,60.961918,100.1682,18.881346,2.9520168,17.964792,589.4939,0.47115952,0.7553441,83.26444,11.078483,8.637501,9.888699,16.660673,116.35379,25.116163,152.59007,776.5039,411.56036,2672.9104,2070.385,33.26706,68.03362,3939.786,16.924017,100.425735,623.57666,171.2752,232.7424,104.912506,581.08246,543.93567,463.13226,16.883257,125.226074,367.4676,716.5367,29.248995,242.60324,37.303383,1.6869062,50.730495,1.1481589,1.20249,4.9676743,19.109947,210.90909,39.8824,19.543459,487.9072,142.33018,84.31797,109.712364,35.42243,54.466396,23.03181,25.749939,21.405241,165.52875,68.294815,31.032038,17.317047,17.248655,39.269855,31.85542,4.7017326,156.06113,40.087677,396.20718,15.235322,734.95374,37.473217,448.02927,297.13467,16.528852,16.01247,456.9898,562.6535,1638.2935,326.84296 +2023-10-29 23:00:00,0.0,5893.782,161.98874,81.37386,103.303314,65.12638,323.02237,46.245106,97.48872,28.043024,56.075848,1081.0314,87.276695,27.54742,252.46487,1.3755509,1.205197,48.21093,2.623693,0.030466093,892.7254,0.050407704,844.911,114.59558,0.017057149,0.01789786,337.15768,41.198616,167.06213,156.83063,8563.411,0.24020575,2676.2595,6.474702,0.18037343,0.26843762,0.3840692,286.9607,344.7269,29.701126,67.83636,40.319347,15.4336815,1524.159,3.251419,68.10956,24.383652,471.79327,29.01879,406.41718,10.360525,69.69882,0.0,965.39777,3741.9287,0.8948553,295.26123,33.370907,24270.75,36.590942,1.1222458,17.114645,39.900486,7.9258842,2.4639513,19.470335,523.2433,180.51735,21.904354,0.9599869,3.0967407,122.78603,5.3799534,218.76888,247.12769,1937.7251,697.90643,105.47508,141.59131,133.07489,5.3317065,8.19563,34.579617,3.44619,6.050277,24.254091,34.823723,105.665184,20.486242,21.980513,57.76672,11.824195,3459.5188,24.726717,22.91465,17.984533,11.719268,185.3294,38.409584,21.11223,5.7196736,13.151527,18.619955,72.015434,148.8714,33.760952,155.88016,25.215723,15.656822,101.47934,63.164753,189.22775,78.43131,2.0047796,4.601478,5.575262,34.59191,6002.1377,2.1507578,13.654087,64.1126,17.556452,166.06314,51.963978,116.593376,3.1546369,86.95796,475.43234,309.87643,56.008106,448.12717,58.281586,60.92862,100.11562,18.891993,2.9531093,17.970325,589.1606,0.4717792,0.7559838,83.28859,11.076085,8.641187,9.891812,16.66179,116.404686,25.09659,152.62463,776.68024,411.67462,2672.8975,2070.3958,33.25192,68.02658,3935.0046,16.935345,100.382225,623.444,171.1872,232.62805,104.88058,580.72076,543.48315,463.0881,16.865591,125.16089,366.96924,715.64014,29.174854,241.81564,37.208817,1.6876748,50.7309,1.1485225,1.2032658,4.971224,19.061749,210.88435,39.813034,19.545923,487.01483,142.06026,84.1659,109.47312,35.378265,54.46707,23.016174,25.637873,21.392138,165.27164,68.150635,31.0265,17.278595,17.218683,39.204742,31.769646,4.6894426,155.82048,40.011192,395.64392,15.213336,733.7856,37.419254,448.17105,296.5861,16.509485,16.007528,456.45688,562.2611,1637.8779,327.12213 +2023-10-30 00:00:00,0.0,5883.878,161.70811,81.388245,103.35066,65.131454,323.09518,46.256496,97.5343,28.046144,56.098804,1080.0397,87.22195,27.55184,252.52298,1.377304,1.2068499,48.230873,2.627316,0.030303847,893.1676,0.05036129,845.31445,114.6359,0.016971326,0.017840419,337.39362,41.213398,167.21506,156.89717,8552.556,0.2404922,2677.133,6.4832287,0.18056896,0.2686857,0.3845335,287.0604,344.81863,29.712027,67.758064,40.320484,15.424561,1523.253,3.2541583,68.09431,24.361626,471.86255,29.011774,406.32297,10.343232,69.6554,0.0,965.0178,3739.765,0.8910746,295.0801,33.31043,24257.29,36.560513,1.1189858,17.107834,39.888054,7.9134984,2.4616604,19.463749,522.7831,180.25461,21.891779,0.95746595,3.091926,122.700096,5.358108,218.69032,247.25162,1936.9476,698.08386,105.45151,141.56572,132.66359,5.3317685,8.196483,34.61245,3.446845,6.0553174,24.211828,34.777973,105.684944,20.470398,21.955761,57.73851,11.825392,3459.1614,24.721073,22.911291,17.981134,11.7126045,185.26729,38.388935,21.10484,5.718051,13.140326,18.602562,71.96765,148.76231,33.71532,155.78877,25.184975,15.635964,101.424904,63.128227,188.72192,78.41239,2.0049677,4.598387,5.5740323,34.542717,5989.5474,2.1512797,13.635476,64.14194,17.547398,165.97887,51.948387,116.6084,3.1564395,86.9129,475.5134,310.01056,55.93627,448.16498,58.30645,60.895317,100.06305,18.902641,2.9542017,17.975857,588.82733,0.47239888,0.7566236,83.31274,11.073687,8.644873,9.894926,16.662909,116.45559,25.077017,152.6592,776.8566,411.78888,2672.8848,2070.4065,33.236774,68.01955,3930.2234,16.946672,100.33871,623.31134,171.0992,232.5137,104.84864,580.35913,543.03064,463.04398,16.847927,125.095695,366.47092,714.7435,29.100712,241.02803,37.114246,1.6884432,50.7313,1.148886,1.2040417,4.974774,19.01355,210.8596,39.743664,19.548386,486.1225,141.79031,84.013824,109.23387,35.334103,54.467743,23.000538,25.525808,21.379032,165.01451,68.006454,31.020964,17.240143,17.18871,39.139633,31.68387,4.6771526,155.57985,39.934708,395.08063,15.19135,732.61743,37.365295,448.3128,296.03748,16.490118,16.002586,455.92395,561.86865,1637.4624,327.4013 +2023-10-30 01:00:00,0.0,5873.9736,161.42747,81.402626,103.39801,65.13653,323.16797,46.267887,97.57988,28.049263,56.121758,1079.0481,87.1672,27.556261,252.5811,1.379057,1.2085029,48.25082,2.630939,0.030141603,893.60974,0.050314873,845.7179,114.67623,0.016885504,0.01778298,337.62955,41.228184,167.36798,156.9637,8541.699,0.24077864,2678.0066,6.4917555,0.1807645,0.26893374,0.3849978,287.1601,344.9104,29.722927,67.67977,40.32162,15.41544,1522.347,3.2568972,68.07906,24.339598,471.93185,29.004757,406.22876,10.325939,69.61199,0.0,964.6379,3737.601,0.8872939,294.89902,33.24995,24243.826,36.530087,1.1157258,17.101025,39.87562,7.9011126,2.4593694,19.457163,522.3229,179.99185,21.879204,0.95494497,3.0871115,122.61415,5.336263,218.61177,247.37553,1936.17,698.2613,105.427925,141.54013,132.2523,5.33183,8.197335,34.645287,3.4475,6.060358,24.169565,34.73222,105.704704,20.454556,21.931011,57.7103,11.826589,3458.8037,24.715427,22.90793,17.977736,11.705941,185.20517,38.368286,21.097446,5.716428,13.129124,18.585167,71.91987,148.65323,33.66969,155.69737,25.154224,15.615107,101.37047,63.0917,188.2161,78.39346,2.0051558,4.5952954,5.5728025,34.49352,5976.957,2.1518016,13.616865,64.17127,17.538342,165.89458,51.932796,116.62342,3.1582422,86.86784,475.59445,310.14468,55.86444,448.20276,58.331318,60.862015,100.01048,18.913288,2.9552941,17.98139,588.494,0.47301853,0.7572634,83.33688,11.071288,8.64856,9.898041,16.664028,116.506485,25.057444,152.69376,777.033,411.9031,2672.8718,2070.417,33.221634,68.01251,3925.4421,16.958,100.2952,623.17865,171.01118,232.39935,104.8167,579.9975,542.5781,462.99982,16.830261,125.03051,365.9726,713.8469,29.026571,240.24043,37.01968,1.6892116,50.731705,1.1492494,1.2048175,4.978324,18.965351,210.83487,39.674297,19.55085,485.23016,141.52039,83.861755,108.99462,35.28994,54.468414,22.984901,25.413742,21.365927,164.7574,67.862274,31.015427,17.20169,17.158737,39.07452,31.598095,4.6648626,155.3392,39.858223,394.51736,15.169365,731.4493,37.311337,448.4546,295.4889,16.470753,15.997644,455.39102,561.47626,1637.047,327.68048 +2023-10-30 02:00:00,0.0,5864.0693,161.14685,81.41701,103.445366,65.1416,323.24075,46.279278,97.62545,28.052383,56.14471,1078.0565,87.11245,27.56068,252.6392,1.3808101,1.210156,48.270763,2.6345618,0.02997936,894.05194,0.050268456,846.12134,114.71655,0.01679968,0.01772554,337.86548,41.24297,167.5209,157.03024,8530.844,0.24106507,2678.8804,6.500283,0.18096003,0.26918182,0.3854621,287.2598,345.00214,29.733826,67.60148,40.322754,15.406319,1521.441,3.2596364,68.06381,24.31757,472.00116,28.997742,406.13455,10.308646,69.56857,0.0,964.258,3735.437,0.88351315,294.7179,33.189472,24230.365,36.49966,1.1124656,17.094213,39.86319,7.8887267,2.4570785,19.450577,521.86273,179.72911,21.866629,0.95242405,3.082297,122.52821,5.3144183,218.53322,247.49947,1935.3925,698.43866,105.40435,141.51454,131.84102,5.331892,8.198187,34.678123,3.448155,6.0653987,24.127302,34.686466,105.72446,20.438711,21.906261,57.68209,11.827786,3458.4463,24.709784,22.90457,17.974337,11.699277,185.14305,38.347637,21.090054,5.7148046,13.117922,18.567774,71.872086,148.54414,33.624058,155.60599,25.123474,15.594249,101.316025,63.055176,187.71027,78.37454,2.0053442,4.592204,5.5715723,34.44432,5964.3667,2.1523235,13.598254,64.20061,17.529287,165.8103,51.917206,116.63844,3.1600447,86.822784,475.67548,310.27884,55.792606,448.24054,58.356182,60.828712,99.95791,18.923935,2.9563866,17.986921,588.16077,0.4736382,0.7579032,83.36104,11.068891,8.6522455,9.9011545,16.665146,116.55738,25.03787,152.72832,777.2094,412.01736,2672.8591,2070.4277,33.206493,68.00548,3920.661,16.969328,100.25168,623.046,170.92319,232.285,104.784775,579.63586,542.12555,462.9557,16.812595,124.965324,365.47424,712.9504,28.95243,239.45282,36.925114,1.68998,50.732105,1.149613,1.2055933,4.9818735,18.91715,210.81012,39.60493,19.553314,484.33783,141.25044,83.70968,108.75538,35.245777,54.469086,22.969265,25.301676,21.352823,164.50029,67.71809,31.00989,17.163239,17.128763,39.00941,31.51232,4.6525726,155.09857,39.78174,393.95407,15.147379,730.2811,37.257374,448.59634,294.9403,16.451385,15.9927025,454.85812,561.08386,1636.6315,327.95966 +2023-10-30 03:00:00,0.0,5854.165,160.86621,81.43139,103.492714,65.146675,323.31357,46.29067,97.67103,28.055504,56.167667,1077.0648,87.0577,27.5651,252.69733,1.3825632,1.2118089,48.29071,2.6381848,0.029817116,894.4941,0.050222043,846.5248,114.756874,0.01671386,0.017668102,338.1014,41.257755,167.67384,157.09677,8519.987,0.24135152,2679.754,6.5088096,0.18115556,0.26942986,0.38592637,287.3595,345.09387,29.744726,67.523186,40.32389,15.397198,1520.5352,3.2623754,68.04856,24.295542,472.0705,28.990725,406.04034,10.291353,69.52516,0.0,963.87805,3733.2732,0.87973243,294.5368,33.128994,24216.902,36.46923,1.1092056,17.087404,39.85076,7.8763413,2.4547875,19.44399,521.4025,179.46637,21.854053,0.9499031,3.0774825,122.442276,5.2925735,218.45468,247.62338,1934.6149,698.6161,105.38077,141.48895,131.42972,5.3319535,8.199039,34.71096,3.4488099,6.0704393,24.08504,34.640713,105.74422,20.422869,21.881512,57.65388,11.828983,3458.0886,24.70414,22.901209,17.970938,11.692614,185.08093,38.32699,21.08266,5.7131815,13.10672,18.550379,71.8243,148.43506,33.578426,155.5146,25.092726,15.573391,101.26159,63.01865,187.20445,78.35562,2.0055323,4.5891128,5.5703425,34.395123,5951.777,2.1528456,13.579642,64.22994,17.520233,165.72603,51.901615,116.653465,3.1618474,86.777725,475.75653,310.41296,55.72077,448.27835,58.38105,60.795414,99.90534,18.934582,2.957479,17.992455,587.82745,0.47425786,0.758543,83.385185,11.066492,8.655932,9.904269,16.666264,116.60828,25.018297,152.76288,777.38574,412.1316,2672.8462,2070.4385,33.191353,67.99844,3915.8794,16.980656,100.20817,622.9133,170.83517,232.17065,104.75284,579.2742,541.67303,462.91153,16.794931,124.90013,364.97592,712.0538,28.878288,238.66522,36.830544,1.6907485,50.73251,1.1499765,1.2063692,4.9854236,18.868952,210.78539,39.535564,19.555779,483.44547,140.9805,83.5576,108.51613,35.201614,54.469757,22.953629,25.189611,21.339718,164.24318,67.573906,31.004353,17.124786,17.098791,38.944298,31.426544,4.6402826,154.85793,39.705254,393.3908,15.125393,729.113,37.203415,448.73813,294.39172,16.432018,15.987761,454.3252,560.69147,1636.216,328.23883 +2023-10-30 04:00:00,0.0,5844.2607,160.58559,81.44577,103.54007,65.15175,323.38635,46.30206,97.716606,28.058624,56.19062,1076.0732,87.00295,27.56952,252.75545,1.3843163,1.2134619,48.310654,2.6418078,0.029654872,894.9362,0.050175626,846.9282,114.797195,0.016628036,0.017610662,338.33734,41.272537,167.82677,157.16331,8509.131,0.24163796,2680.6274,6.5173364,0.1813511,0.26967794,0.38639066,287.4592,345.1856,29.755627,67.44489,40.325027,15.388077,1519.6292,3.2651145,68.03332,24.273514,472.13977,28.98371,405.94614,10.27406,69.48174,0.0,963.4981,3731.1094,0.8759517,294.35568,33.068516,24203.441,36.438805,1.1059456,17.080593,39.838326,7.8639555,2.4524965,19.437405,520.9424,179.20363,21.841478,0.9473821,3.0726678,122.35634,5.2707286,218.37613,247.74731,1933.8374,698.7935,105.357185,141.46336,131.01843,5.332015,8.199892,34.743797,3.4494648,6.07548,24.042776,34.59496,105.76398,20.407026,21.856762,57.625675,11.830181,3457.7312,24.698494,22.89785,17.96754,11.68595,185.01883,38.30634,21.07527,5.7115583,13.095518,18.532986,71.77652,148.32599,33.532795,155.42322,25.061975,15.552533,101.20715,62.982124,186.69862,78.33669,2.0057204,4.5860214,5.569113,34.34593,5939.1865,2.1533675,13.561031,64.25928,17.511177,165.64175,51.88602,116.66849,3.1636498,86.73266,475.8376,310.5471,55.64894,448.31613,58.405914,60.76211,99.85277,18.945229,2.9585714,17.997986,587.4942,0.47487754,0.75918275,83.40933,11.064094,8.659618,9.907383,16.667383,116.65918,24.998724,152.79744,777.56213,412.24585,2672.8335,2070.4492,33.176212,67.9914,3911.0981,16.991983,100.16465,622.7807,170.74718,232.0563,104.7209,578.91254,541.2205,462.8674,16.777266,124.834946,364.4776,711.15717,28.804148,237.87762,36.735977,1.6915169,50.73291,1.15034,1.207145,4.988973,18.820753,210.76064,39.466194,19.558243,482.55313,140.71057,83.40553,108.27688,35.15745,54.47043,22.937992,25.077545,21.326612,163.98607,67.429726,30.998816,17.086334,17.068817,38.879185,31.340769,4.6279926,154.6173,39.62877,392.82755,15.103408,727.9448,37.149452,448.87988,293.84314,16.412651,15.982819,453.79227,560.2991,1635.8005,328.518 +2023-10-30 05:00:00,0.0,5834.3564,160.30496,81.46015,103.58742,65.15682,323.45914,46.31345,97.76218,28.061743,56.213573,1075.0817,86.948204,27.57394,252.81355,1.3860694,1.2151148,48.3306,2.6454308,0.029492628,895.3784,0.05012921,847.33167,114.837524,0.016542215,0.017553223,338.57324,41.287323,167.97969,157.22984,8498.275,0.2419244,2681.501,6.5258636,0.18154663,0.269926,0.38685495,287.5589,345.27734,29.766525,67.3666,40.326164,15.378956,1518.7231,3.2678535,68.01807,24.251486,472.2091,28.976692,405.8519,10.256766,69.43833,0.0,963.1182,3728.9453,0.872171,294.1746,33.008038,24189.98,36.40838,1.1026856,17.073784,39.825897,7.8515697,2.4502053,19.430819,520.4822,178.94089,21.828903,0.9448611,3.0678532,122.27039,5.2488837,218.29758,247.87123,1933.0598,698.97095,105.33361,141.43777,130.60715,5.332077,8.200744,34.77663,3.4501197,6.0805206,24.000513,34.549206,105.78374,20.391182,21.832012,57.597466,11.831378,3457.3735,24.69285,22.89449,17.964142,11.679286,184.95671,38.285694,21.067877,5.709935,13.084316,18.51559,71.72874,148.2169,33.487164,155.33182,25.031227,15.531675,101.15272,62.9456,186.1928,78.31777,2.0059085,4.58293,5.567883,34.29673,5926.596,2.1538894,13.54242,64.28861,17.502123,165.55746,51.87043,116.68351,3.1654525,86.6876,475.9186,310.68124,55.577106,448.3539,58.43078,60.72881,99.80019,18.955877,2.9596636,18.00352,587.1609,0.4754972,0.75982255,83.43348,11.061695,8.663305,9.910497,16.6685,116.710075,24.97915,152.832,777.7385,412.3601,2672.8206,2070.46,33.16107,67.98437,3906.317,17.003311,100.12114,622.6481,170.65918,231.94197,104.688965,578.5509,540.768,462.82324,16.7596,124.76976,363.97925,710.2606,28.730005,237.09001,36.64141,1.6922854,50.733315,1.1507034,1.2079208,4.992523,18.772554,210.7359,39.396828,19.560707,481.6608,140.44063,83.253456,108.037636,35.11329,54.471104,22.922358,24.96548,21.313509,163.72896,67.285545,30.993279,17.047884,17.038843,38.814075,31.254995,4.6157026,154.37665,39.552284,392.26425,15.081422,726.7767,37.095493,449.02167,293.29456,16.393284,15.977878,453.25934,559.9067,1635.385,328.79718 +2023-10-30 06:00:00,0.0,5824.452,160.02432,81.47453,103.63477,65.161896,323.53195,46.32484,97.807755,28.064863,56.23653,1074.09,86.893456,27.57836,252.87167,1.3878225,1.2167678,48.350544,2.6490538,0.029330382,895.82056,0.050082795,847.73517,114.877846,0.016456392,0.017495783,338.80917,41.30211,168.13261,157.29639,8487.419,0.24221084,2682.3745,6.5343904,0.18174216,0.27017406,0.38731927,287.6586,345.36908,29.777426,67.28831,40.327297,15.369835,1517.8171,3.2705927,68.002815,24.229458,472.27838,28.969677,405.7577,10.239473,69.39491,0.0,962.7383,3726.7815,0.86839026,293.9935,32.94756,24176.518,36.37795,1.0994256,17.066975,39.813465,7.839184,2.4479144,19.424232,520.02203,178.67813,21.816328,0.94234014,3.0630386,122.184456,5.227039,218.21902,247.99516,1932.2822,699.1484,105.31003,141.41219,130.19585,5.3321385,8.201596,34.809467,3.4507747,6.0855613,23.95825,34.503452,105.80349,20.37534,21.807262,57.569256,11.832575,3457.016,24.687206,22.891129,17.960743,11.672623,184.89459,38.265045,21.060484,5.708312,13.073114,18.498198,71.680954,148.10782,33.441532,155.24043,25.000477,15.510818,101.09828,62.909073,185.68697,78.29885,2.0060968,4.5798388,5.5666533,34.24753,5914.006,2.1544113,13.523809,64.31795,17.493067,165.47319,51.85484,116.69853,3.167255,86.64254,475.99966,310.81537,55.505272,448.39172,58.455647,60.69551,99.74763,18.966524,2.960756,18.00905,586.82764,0.47611687,0.76046234,83.45763,11.059298,8.666991,9.913611,16.66962,116.76097,24.959578,152.86655,777.9149,412.47433,2672.8079,2070.4705,33.14593,67.97733,3901.5356,17.014639,100.07762,622.5154,170.57117,231.82762,104.657036,578.1893,540.3154,462.7791,16.741936,124.70457,363.48093,709.364,28.655865,236.30241,36.54684,1.6930538,50.733715,1.151067,1.2086966,4.9960732,18.724356,210.71115,39.32746,19.563171,480.76843,140.1707,83.10139,107.798386,35.069126,54.471775,22.906721,24.853415,21.300404,163.47183,67.141365,30.987741,17.009432,17.008871,38.748962,31.16922,4.603412,154.13602,39.4758,391.701,15.059436,725.6086,37.041534,449.16342,292.74594,16.373917,15.972936,452.7264,559.5143,1634.9695,329.07632 +2023-10-30 07:00:00,0.0,5814.548,159.7437,81.488914,103.68212,65.16697,323.60474,46.33623,97.85333,28.067984,56.259483,1073.0984,86.83871,27.58278,252.9298,1.3895756,1.2184207,48.37049,2.6526768,0.029168138,896.26276,0.05003638,848.1386,114.91817,0.016370568,0.017438345,339.0451,41.316895,168.28554,157.36292,8476.563,0.24249728,2683.248,6.5429173,0.1819377,0.27042213,0.38778353,287.7583,345.46085,29.788324,67.210014,40.328434,15.360714,1516.9113,3.2733316,67.98757,24.20743,472.34772,28.96266,405.66348,10.22218,69.3515,0.0,962.35834,3724.6177,0.86460954,293.81238,32.88708,24163.057,36.347523,1.0961655,17.060163,39.801033,7.8267984,2.4456234,19.417646,519.5618,178.41539,21.803755,0.9398192,3.058224,122.09852,5.2051935,218.14049,248.11908,1931.5048,699.3258,105.286446,141.3866,129.78456,5.3322005,8.202448,34.842304,3.4514296,6.0906014,23.915987,34.457703,105.82325,20.359495,21.782513,57.541046,11.833773,3456.6587,24.681562,22.88777,17.957344,11.665959,184.83247,38.244396,21.053091,5.7066894,13.061913,18.480803,71.63317,147.99873,33.3959,155.14905,24.969728,15.489961,101.043846,62.872547,185.18114,78.27993,2.006285,4.576747,5.5654235,34.198334,5901.416,2.1549332,13.5051985,64.34728,17.484013,165.38892,51.83925,116.713554,3.1690576,86.59748,476.08072,310.9495,55.433437,448.4295,58.48051,60.66221,99.69505,18.97717,2.9618485,18.014584,586.4943,0.47673652,0.76110214,83.48177,11.056899,8.670677,9.916725,16.670738,116.81187,24.940004,152.90111,778.0913,412.5886,2672.795,2070.4812,33.130787,67.9703,3896.7544,17.025965,100.0341,622.38275,170.48317,231.71327,104.6251,577.8276,539.8629,462.73495,16.72427,124.63938,362.9826,708.4674,28.581722,235.5148,36.452274,1.6938223,50.73412,1.1514305,1.2094724,4.999623,18.676157,210.68642,39.258095,19.565636,479.8761,139.90076,82.94931,107.55914,35.024963,54.472446,22.891085,24.74135,21.287298,163.21472,66.99718,30.982204,16.97098,16.978897,38.683853,31.083445,4.591122,153.89537,39.399315,391.13773,15.037451,724.4404,36.98757,449.3052,292.19736,16.35455,15.967994,452.19348,559.1219,1634.554,329.3555 +2023-10-30 08:00:00,0.0,5804.6436,159.46306,81.503296,103.72947,65.17204,323.67752,46.347622,97.8989,28.071104,56.282436,1072.1068,86.78396,27.5872,252.9879,1.3913286,1.2200737,48.390434,2.6562998,0.029005894,896.7049,0.049989965,848.54205,114.958496,0.016284747,0.017380904,339.28104,41.33168,168.43848,157.42946,8465.707,0.24278373,2684.1216,6.551444,0.18213323,0.27067018,0.38824782,287.858,345.55258,29.799225,67.13172,40.32957,15.351593,1516.0052,3.2760708,67.97232,24.185402,472.417,28.955645,405.56927,10.204887,69.30808,0.0,961.9784,3722.4539,0.8608288,293.6313,32.826603,24149.594,36.317097,1.0929055,17.053354,39.7886,7.8144126,2.4433324,19.41106,519.1016,178.15265,21.79118,0.93729824,3.0534096,122.01258,5.1833487,218.06194,248.24301,1930.7272,699.5032,105.26287,141.36102,129.37328,5.332262,8.2033,34.87514,3.4520845,6.095642,23.873726,34.41195,105.84301,20.343653,21.757763,57.512836,11.8349695,3456.301,24.675917,22.884409,17.953945,11.659295,184.77036,38.223747,21.045698,5.705066,13.050711,18.46341,71.58539,147.88965,33.35027,155.05766,24.938978,15.469103,100.98941,62.83602,184.67531,78.261,2.006473,4.5736556,5.5641932,34.149136,5888.8257,2.1554554,13.486588,64.37662,17.474957,165.30463,51.823658,116.728584,3.17086,86.55242,476.16174,311.08365,55.361607,448.46732,58.505375,60.628906,99.64248,18.987818,2.962941,18.020115,586.1611,0.4773562,0.76174194,83.50593,11.054501,8.674364,9.919839,16.671856,116.86277,24.920431,152.93567,778.2677,412.70285,2672.782,2070.492,33.115646,67.96326,3891.9731,17.037292,99.99059,622.25006,170.39516,231.59892,104.59316,577.46594,539.4104,462.6908,16.706606,124.574196,362.48425,707.57086,28.507582,234.7272,36.357708,1.6945907,50.73452,1.151794,1.2102482,5.003173,18.627958,210.66168,39.188725,19.5681,478.98376,139.63081,82.79723,107.31989,34.9808,54.473118,22.875448,24.629284,21.274193,162.95761,66.853,30.976667,16.932528,16.948925,38.61874,30.99767,4.578832,153.65474,39.32283,390.57443,15.015465,723.2723,36.933613,449.447,291.64877,16.335184,15.963052,451.66055,558.7295,1634.1385,329.63467 +2023-10-30 09:00:00,0.0,5794.7393,159.18243,81.51768,103.776825,65.17712,323.75034,46.359013,97.94448,28.074223,56.30539,1071.1151,86.72921,27.59162,253.04602,1.3930817,1.2217267,48.41038,2.6599228,0.02884365,897.1471,0.049943548,848.9455,114.99882,0.016198924,0.017323466,339.51697,41.346462,168.5914,157.496,8454.851,0.24307017,2684.9954,6.5599713,0.18232876,0.27091825,0.3887121,287.95773,345.64432,29.810125,67.05343,40.330704,15.342472,1515.0992,3.27881,67.95707,24.163374,472.48633,28.948627,405.47507,10.187594,69.26467,0.0,961.5985,3720.2898,0.8570481,293.45016,32.76612,24136.133,36.286667,1.0896455,17.046543,39.77617,7.8020267,2.4410415,19.404474,518.6415,177.88991,21.778605,0.93477726,3.048595,121.926636,5.161504,217.98338,248.36693,1929.9496,699.6806,105.23929,141.33543,128.96198,5.332324,8.204153,34.907978,3.4527395,6.1006827,23.831463,34.366196,105.86277,20.327808,21.733013,57.484627,11.836166,3455.9436,24.670273,22.881048,17.950546,11.652632,184.70824,38.2031,21.038307,5.703443,13.039509,18.446014,71.537605,147.78056,33.304638,154.96628,24.908228,15.448245,100.93497,62.799496,184.16948,78.24208,2.0066612,4.5705643,5.5629635,34.09994,5876.2354,2.1559772,13.467976,64.40595,17.465902,165.22035,51.808064,116.74361,3.1726627,86.50736,476.2428,311.21777,55.289772,448.5051,58.530243,60.595604,99.58991,18.998465,2.9640334,18.025648,585.82776,0.47797588,0.7623817,83.530075,11.052102,8.67805,9.922954,16.672976,116.913666,24.900858,152.97023,778.4441,412.81708,2672.7693,2070.5027,33.100506,67.95622,3887.1917,17.04862,99.947075,622.11743,170.30716,231.48457,104.56123,577.1043,538.9578,462.64667,16.68894,124.509,361.98593,706.67426,28.43344,233.9396,36.263138,1.6953591,50.73492,1.1521574,1.211024,5.0067225,18.57976,210.63693,39.119358,19.570564,478.09143,139.36089,82.645164,107.08064,34.936638,54.47379,22.859812,24.51722,21.26109,162.7005,66.70882,30.97113,16.894075,16.918951,38.55363,30.911894,4.566542,153.41411,39.246346,390.01117,14.993479,722.1041,36.87965,449.58875,291.1002,16.315817,15.95811,451.12762,558.3371,1633.723,329.91385 +2023-10-30 10:00:00,0.0,5784.8345,158.90181,81.53206,103.82417,65.18219,323.82312,46.370403,97.99006,28.077343,56.328346,1070.1235,86.67447,27.59604,253.10413,1.3948348,1.2233796,48.430325,2.6635458,0.028681407,897.58923,0.04989713,849.34894,115.03914,0.016113102,0.017266026,339.75287,41.361248,168.74432,157.56253,8443.995,0.2433566,2685.869,6.568498,0.1825243,0.2711663,0.3891764,288.05743,345.73605,29.821024,66.975136,40.33184,15.333351,1514.1934,3.281549,67.941826,24.141346,472.55563,28.941612,405.38086,10.170301,69.22125,0.0,961.21857,3718.126,0.8532673,293.26907,32.705643,24122.672,36.25624,1.0863855,17.039734,39.76374,7.789641,2.4387505,19.397888,518.1813,177.62715,21.76603,0.9322563,3.0437803,121.8407,5.139659,217.90483,248.49086,1929.172,699.85803,105.21571,141.30984,128.55069,5.3323855,8.205005,34.94081,3.4533944,6.1057234,23.7892,34.320442,105.88252,20.311966,21.708263,57.456417,11.837364,3455.586,24.664629,22.877687,17.947147,11.645968,184.64613,38.182453,21.030914,5.70182,13.028307,18.428621,71.48982,147.67148,33.259007,154.87488,24.87748,15.427387,100.88053,62.76297,183.66365,78.22316,2.0068495,4.567473,5.5617337,34.050743,5863.645,2.1564991,13.449365,64.43529,17.456848,165.13608,51.792473,116.75863,3.1744652,86.462296,476.32385,311.35193,55.217937,448.54288,58.555107,60.562305,99.53734,19.009111,2.9651258,18.03118,585.4945,0.47859553,0.76302147,83.55422,11.049705,8.681737,9.926067,16.674093,116.96456,24.881285,153.00479,778.6204,412.93134,2672.7563,2070.5134,33.085365,67.94919,3882.4104,17.059948,99.903564,621.98474,170.21915,231.37022,104.5293,576.7427,538.5053,462.6025,16.671274,124.44382,361.4876,705.77765,28.359299,233.152,36.16857,1.6961277,50.735325,1.152521,1.2118,5.0102725,18.531559,210.6122,39.04999,19.573029,477.19907,139.09094,82.49309,106.8414,34.892475,54.47446,22.844175,24.405153,21.247984,162.44339,66.56464,30.965593,16.855623,16.888979,38.488518,30.826118,4.554252,153.17346,39.16986,389.44788,14.971494,720.936,36.82569,449.73053,290.5516,16.29645,15.953168,450.5947,557.9447,1633.3075,330.19302 +2023-10-30 11:00:00,0.0,5774.93,158.62117,81.54645,103.87153,65.18726,323.8959,46.381794,98.03563,28.080463,56.3513,1069.132,86.61972,27.60046,253.16225,1.3965878,1.2250326,48.45027,2.6671689,0.028519161,898.03143,0.049850717,849.7524,115.07946,0.01602728,0.017208587,339.9888,41.376034,168.89725,157.62907,8433.139,0.24364305,2686.7424,6.577025,0.18271983,0.27141437,0.3896407,288.15714,345.8278,29.831924,66.89684,40.332977,15.32423,1513.2874,3.2842882,67.926575,24.119318,472.62494,28.934597,405.28665,10.1530075,69.17784,0.0,960.8386,3715.9622,0.8494866,293.08795,32.645164,24109.209,36.225815,1.0831255,17.032925,39.751305,7.7772555,2.4364595,19.391302,517.7211,177.36441,21.753454,0.9297353,3.0389657,121.75476,5.117814,217.8263,248.61478,1928.3945,700.03546,105.19214,141.28426,128.1394,5.3324475,8.205857,34.973648,3.4540493,6.110764,23.746937,34.27469,105.90228,20.296124,21.683514,57.428207,11.838561,3455.2285,24.658985,22.874329,17.943748,11.639304,184.58401,38.161804,21.023521,5.7001967,13.017105,18.411226,71.44204,147.5624,33.213375,154.7835,24.84673,15.406529,100.826096,62.726444,183.15782,78.20423,2.0070376,4.5643816,5.560504,34.001545,5851.055,2.157021,13.430754,64.46462,17.447792,165.0518,51.776882,116.77365,3.1762679,86.41724,476.40488,311.48605,55.146107,448.5807,58.57997,60.529003,99.484764,19.01976,2.9662182,18.036713,585.1612,0.4792152,0.76366127,83.57837,11.047306,8.685423,9.929181,16.675213,117.01546,24.861712,153.03935,778.7968,413.0456,2672.7437,2070.5242,33.070225,67.942154,3877.6292,17.071276,99.86005,621.8521,170.13115,231.25587,104.49736,576.381,538.0528,462.55838,16.65361,124.37863,360.98926,704.8811,28.285156,232.3644,36.074005,1.6968961,50.735725,1.1528845,1.2125758,5.0138226,18.48336,210.58745,38.980625,19.575493,476.30673,138.82101,82.34102,106.60215,34.848312,54.475136,22.828539,24.293087,21.234879,162.18628,66.42045,30.960056,16.817171,16.859005,38.42341,30.740343,4.541962,152.93283,39.093376,388.8846,14.949508,719.7678,36.771732,449.87228,290.003,16.277082,15.948226,450.06177,557.5523,1632.8921,330.4722 +2023-10-30 12:00:00,0.0,5765.026,158.34055,81.56083,103.91888,65.19234,323.96872,46.393185,98.08121,28.083584,56.374252,1068.1403,86.56497,27.60488,253.22037,1.398341,1.2266856,48.470215,2.6707919,0.028356917,898.4736,0.0498043,850.1559,115.11979,0.015941458,0.017151147,340.22473,41.39082,169.05019,157.6956,8422.283,0.24392949,2687.616,6.585552,0.18291536,0.2716624,0.390105,288.25684,345.91956,29.842823,66.81855,40.334114,15.315109,1512.3813,3.2870271,67.91132,24.09729,472.6942,28.92758,405.19244,10.135715,69.13442,0.0,960.45874,3713.7983,0.84570587,292.90686,32.584686,24095.748,36.195385,1.0798655,17.026114,39.738876,7.7648697,2.4341686,19.384716,517.2609,177.10167,21.74088,0.9272144,3.034151,121.66882,5.095969,217.74774,248.73871,1927.617,700.2129,105.16855,141.25867,127.7281,5.332509,8.20671,35.006485,3.4547043,6.1158047,23.704674,34.228935,105.92204,20.28028,21.658764,57.399998,11.839758,3454.8708,24.65334,22.870968,17.94035,11.632641,184.5219,38.141155,21.016129,5.6985736,13.005903,18.393833,71.39426,147.45331,33.16774,154.69211,24.81598,15.385672,100.77166,62.68992,182.652,78.18531,2.0072258,4.5612903,5.559274,33.952347,5838.465,2.1575432,13.412143,64.49396,17.438738,164.96751,51.76129,116.78867,3.1780703,86.37218,476.48593,311.62018,55.074272,448.61847,58.60484,60.4957,99.4322,19.030407,2.9673107,18.042244,584.82794,0.47983485,0.76430106,83.602516,11.044908,8.68911,9.932296,16.67633,117.06635,24.842138,153.07391,778.9732,413.15982,2672.7307,2070.5347,33.055084,67.93511,3872.848,17.082603,99.816536,621.7195,170.04315,231.14153,104.46542,576.01935,537.6003,462.51422,16.635944,124.31344,360.49094,703.9845,28.211016,231.5768,35.979435,1.6976645,50.73613,1.153248,1.2133516,5.017372,18.435162,210.56271,38.91126,19.577957,475.4144,138.55107,82.18894,106.3629,34.80415,54.475807,22.812902,24.181023,21.221775,161.92915,66.27627,30.95452,16.778719,16.829033,38.358295,30.65457,4.529672,152.69218,39.01689,388.32135,14.927522,718.5997,36.71777,450.01407,289.4544,16.257715,15.943284,449.52884,557.1599,1632.4766,330.75137 +2023-10-30 13:00:00,0.0,5755.1216,158.0599,81.57521,103.96623,65.19741,324.0415,46.404575,98.126785,28.086702,56.39721,1067.1487,86.51022,27.6093,253.27847,1.400094,1.2283386,48.49016,2.6744149,0.028194673,898.9157,0.049757883,850.5593,115.16011,0.015855635,0.017093709,340.46066,41.405605,169.20311,157.76215,8411.427,0.24421594,2688.4895,6.594079,0.1831109,0.2719105,0.39056927,288.35654,346.0113,29.853724,66.74026,40.335247,15.305988,1511.4753,3.2897663,67.89608,24.075262,472.76355,28.920565,405.0982,10.118422,69.09101,0.0,960.0788,3711.6343,0.84192514,292.72574,32.524208,24082.287,36.16496,1.0766054,17.019304,39.72644,7.752484,2.4318776,19.37813,516.8008,176.83893,21.728304,0.9246934,3.0293367,121.582886,5.0741243,217.66919,248.86263,1926.8394,700.3903,105.14497,141.23308,127.31682,5.3325706,8.2075615,35.03932,3.4553592,6.1208453,23.66241,34.18318,105.941795,20.264437,21.634014,57.371788,11.840956,3454.5134,24.647696,22.867607,17.936953,11.6259775,184.45978,38.120506,21.008736,5.696951,12.994701,18.376438,71.34647,147.34424,33.12211,154.60072,24.78523,15.364814,100.717224,62.653393,182.14618,78.16639,2.0074139,4.558199,5.5580444,33.903152,5825.8745,2.158065,13.393532,64.52329,17.429682,164.88324,51.7457,116.803696,3.179873,86.32712,476.567,311.75433,55.002438,448.65625,58.629704,60.4624,99.37962,19.041054,2.968403,18.047775,584.4946,0.48045453,0.76494086,83.62666,11.04251,8.692796,9.93541,16.677448,117.117256,24.822565,153.10847,779.1496,413.27408,2672.718,2070.5454,33.03994,67.92808,3868.0667,17.093931,99.77302,621.5868,169.95514,231.02718,104.433495,575.6577,537.1477,462.4701,16.61828,124.24825,359.9926,703.0879,28.136873,230.78918,35.88487,1.6984329,50.73653,1.1536115,1.2141274,5.020922,18.386963,210.53796,38.84189,19.580421,474.52203,138.28113,82.036865,106.12366,34.759987,54.47648,22.797268,24.068956,21.20867,161.67204,66.13209,30.948982,16.740267,16.799059,38.293182,30.568794,4.517382,152.45155,38.940407,387.75806,14.905537,717.4315,36.66381,450.15582,288.90582,16.238348,15.938342,448.9959,556.7675,1632.061,331.03052 +2023-10-30 14:00:00,0.0,5745.2173,157.77928,81.58959,104.01358,65.202484,324.1143,46.415966,98.172356,28.089823,56.420162,1066.1571,86.455475,27.61372,253.3366,1.4018471,1.2299916,48.510105,2.678038,0.02803243,899.3579,0.04971147,850.96277,115.20043,0.015769813,0.017036268,340.6966,41.420387,169.35603,157.82867,8400.57,0.24450237,2689.363,6.602606,0.18330643,0.27215853,0.39103356,288.45624,346.10303,29.864624,66.661964,40.336384,15.296867,1510.5695,3.2925053,67.88083,24.053234,472.83286,28.913548,405.004,10.101129,69.04759,0.0,959.69885,3709.4705,0.8381444,292.54465,32.46373,24068.824,36.134533,1.0733454,17.012493,39.714012,7.740098,2.4295866,19.371544,516.3406,176.57617,21.715729,0.9221724,3.024522,121.49694,5.0522795,217.59064,248.98656,1926.0618,700.5677,105.1214,141.20749,126.905525,5.3326325,8.208414,35.07216,3.4560142,6.125886,23.620148,34.13743,105.961555,20.248592,21.609264,57.343582,11.842153,3454.156,24.642052,22.864246,17.933554,11.619313,184.39766,38.099857,21.001345,5.6953278,12.9835,18.359045,71.29869,147.23515,33.076477,154.50932,24.754482,15.343956,100.66279,62.616867,181.64035,78.14747,2.0076022,4.555107,5.556814,33.853954,5813.284,2.158587,13.374921,64.55263,17.420628,164.79897,51.730106,116.81872,3.1816754,86.28206,476.648,311.88846,54.930607,448.69406,58.65457,60.4291,99.32706,19.0517,2.9694955,18.053308,584.1614,0.48107418,0.7655806,83.65082,11.040112,8.696482,9.938524,16.678568,117.16815,24.802992,153.14304,779.3259,413.38834,2672.705,2070.5562,33.0248,67.92104,3863.2852,17.105259,99.7295,621.45416,169.86714,230.91283,104.40156,575.2961,536.6952,462.42593,16.600615,124.18307,359.49426,702.19135,28.062733,230.00159,35.790302,1.6992013,50.736935,1.153975,1.2149032,5.024472,18.338764,210.51323,38.772522,19.582884,473.6297,138.0112,81.884796,105.88441,34.715824,54.47715,22.781631,23.956892,21.195564,161.41493,65.98791,30.943445,16.701815,16.769087,38.228073,30.483019,4.5050917,152.2109,38.863922,387.1948,14.883551,716.26337,36.609848,450.2976,288.35724,16.21898,15.9334,448.46298,556.3751,1631.6455,331.3097 +2023-10-30 15:00:00,0.0,5735.313,157.49866,81.60397,104.060936,65.20756,324.1871,46.427357,98.21793,28.092943,56.443115,1065.1654,86.40073,27.61814,253.39471,1.4036002,1.2316445,48.530052,2.6816607,0.027870186,899.80005,0.049665052,851.3662,115.24075,0.01568399,0.01697883,340.93253,41.435173,169.50896,157.89522,8389.715,0.24478881,2690.2366,6.6111326,0.18350196,0.2724066,0.39149785,288.55594,346.19476,29.875523,66.58367,40.33752,15.287746,1509.6635,3.2952445,67.86558,24.031206,472.90216,28.906532,404.9098,10.083836,69.00418,0.0,959.319,3707.3066,0.8343637,292.36356,32.40325,24055.363,36.104103,1.0700854,17.005684,39.701576,7.7277126,2.4272954,19.364958,515.88043,176.31343,21.703154,0.91965145,3.0197074,121.411,5.030434,217.5121,249.11047,1925.2843,700.7451,105.09782,141.1819,126.49423,5.332694,8.209267,35.104996,3.456669,6.130926,23.577885,34.091675,105.981316,20.23275,21.584515,57.315372,11.843349,3453.7983,24.636408,22.860888,17.930155,11.61265,184.33554,38.079212,20.993952,5.6937046,12.972298,18.34165,71.25091,147.12607,33.030846,154.41794,24.723732,15.323098,100.608345,62.58034,181.13452,78.12854,2.0077903,4.552016,5.5555844,33.804756,5800.694,2.1591089,13.356309,64.581955,17.411573,164.71469,51.714516,116.83374,3.183478,86.237,476.72906,312.02258,54.858772,448.73184,58.679436,60.395798,99.27448,19.062347,2.970588,18.05884,583.82806,0.48169386,0.7662204,83.674965,11.037713,8.700169,9.941638,16.679686,117.21905,24.783419,153.1776,779.5023,413.50256,2672.6924,2070.567,33.00966,67.91401,3858.504,17.116587,99.68599,621.3215,169.77913,230.79848,104.36962,574.9344,536.2427,462.3818,16.582949,124.117874,358.99594,701.29474,27.98859,229.21397,35.695732,1.6999698,50.737335,1.1543385,1.215679,5.028022,18.290565,210.48848,38.703156,19.585348,472.73737,137.74126,81.73272,105.645164,34.67166,54.47782,22.765995,23.844826,21.182459,161.15782,65.84372,30.937908,16.663363,16.739113,38.16296,30.397243,4.4928017,151.97028,38.787437,386.63153,14.861565,715.0952,36.55589,450.43936,287.80865,16.199614,15.928458,447.93005,555.9827,1631.2301,331.58887 +2023-10-30 16:00:00,0.0,5725.4087,157.21802,81.618355,104.108284,65.21263,324.2599,46.438747,98.26351,28.096064,56.466072,1064.1738,86.34598,27.62256,253.45282,1.4053533,1.2332975,48.549995,2.6852837,0.027707942,900.24225,0.049618635,851.76965,115.28108,0.015598168,0.01692139,341.16843,41.44996,169.6619,157.96175,8378.858,0.24507526,2691.1104,6.61966,0.18369749,0.27265465,0.3919621,288.65564,346.2865,29.886423,66.50538,40.338657,15.2786255,1508.7574,3.2979834,67.850334,24.009178,472.97144,28.899515,404.81558,10.066543,68.96076,0.0,958.939,3705.1428,0.830583,292.18243,32.342773,24041.9,36.073677,1.0668254,16.998873,39.689148,7.715327,2.4250045,19.358372,515.4202,176.05069,21.69058,0.91713053,3.0148928,121.325066,5.0085893,217.43355,249.2344,1924.5067,700.92255,105.074234,141.15631,126.08295,5.332756,8.210118,35.13783,3.457324,6.135967,23.535622,34.04592,106.001076,20.216906,21.559765,57.287163,11.844547,3453.441,24.630762,22.857527,17.926756,11.605987,184.27344,38.058563,20.986559,5.6920815,12.961096,18.324257,71.203125,147.01698,32.985214,154.32655,24.692982,15.30224,100.55391,62.543816,180.6287,78.10962,2.0079784,4.5489244,5.5543547,33.755558,5788.104,2.159631,13.337698,64.61129,17.402517,164.6304,51.698925,116.84876,3.1852806,86.19193,476.81012,312.15674,54.786938,448.76962,58.7043,60.362495,99.22191,19.072994,2.9716804,18.064373,583.4948,0.4823135,0.7668602,83.69911,11.035315,8.703855,9.944752,16.680805,117.26994,24.763845,153.21216,779.6787,413.61682,2672.6794,2070.5776,32.99452,67.90697,3853.7227,17.127914,99.64247,621.18884,169.69113,230.68413,104.33769,574.57275,535.79016,462.33765,16.565285,124.05269,358.49762,700.39813,27.91445,228.42638,35.601166,1.7007383,50.73774,1.154702,1.2164549,5.031572,18.242367,210.46375,38.63379,19.587812,471.845,137.47131,81.58064,105.405914,34.6275,54.478493,22.750359,23.732761,21.169355,160.90071,65.69954,30.932371,16.62491,16.709139,38.09785,30.311468,4.4805117,151.72963,38.710953,386.06824,14.83958,713.9271,36.50193,450.58115,287.26007,16.180248,15.923516,447.39713,555.59033,1630.8146,331.86804 +2023-10-30 17:00:00,0.0,5715.5044,156.9374,81.63274,104.15563,65.217705,324.33267,46.450138,98.30908,28.099182,56.489025,1063.1823,86.29123,27.62698,253.51094,1.4071063,1.2349504,48.569942,2.6889067,0.027545696,900.6844,0.049572222,852.1731,115.3214,0.015512345,0.016863951,341.40436,41.464745,169.81482,158.02829,8368.003,0.2453617,2691.984,6.6281867,0.18389302,0.27290273,0.39242643,288.75534,346.37823,29.897322,66.427086,40.33979,15.269505,1507.8516,3.3007226,67.83508,23.98715,473.04077,28.8925,404.72137,10.04925,68.91735,0.0,958.5591,3702.9788,0.82680225,292.00134,32.282295,24028.44,36.04325,1.0635654,16.992064,39.676716,7.702941,2.4227135,19.351786,514.96,175.78795,21.678005,0.91460955,3.0100782,121.23913,4.9867444,217.355,249.35834,1923.7291,701.1,105.05066,141.13072,125.67165,5.3328176,8.210971,35.170666,3.457979,6.1410074,23.49336,34.000168,106.02083,20.201063,21.535015,57.258953,11.845744,3453.0833,24.625118,22.854166,17.923357,11.599322,184.21132,38.037914,20.979166,5.6904583,12.949894,18.306862,71.15534,146.9079,32.939583,154.23517,24.662233,15.281383,100.49947,62.507294,180.12286,78.0907,2.0081666,4.545833,5.553125,33.706364,5775.5137,2.160153,13.319087,64.640625,17.393463,164.54613,51.683334,116.863785,3.1870832,86.14687,476.89114,312.29086,54.715107,448.80743,58.729168,60.329197,99.16934,19.083643,2.9727728,18.069904,583.1615,0.4829332,0.7675,83.72326,11.032917,8.707541,9.947866,16.681923,117.32085,24.744272,153.24672,779.8551,413.73108,2672.6667,2070.5884,32.979378,67.89993,3848.9414,17.139242,99.59896,621.05615,169.60312,230.5698,104.305756,574.2111,535.3376,462.29352,16.547619,123.9875,357.99927,699.5016,27.84031,227.63878,35.5066,1.7015067,50.73814,1.1550655,1.2172307,5.0351214,18.194168,210.439,38.56442,19.590277,470.95267,137.20139,81.42857,105.166664,34.583336,54.479168,22.734722,23.620695,21.15625,160.64359,65.55536,30.926834,16.586458,16.679167,38.032738,30.225693,4.4682217,151.489,38.634468,385.50497,14.817594,712.759,36.447968,450.7229,286.71146,16.160881,15.918575,446.8642,555.19794,1630.399,332.14722 +2023-10-30 18:00:00,0.0,5705.6,156.65675,81.64712,104.20299,65.222786,324.40546,46.46153,98.35466,28.102303,56.51198,1062.1906,86.23648,27.6314,253.56905,1.4088594,1.2366034,48.589886,2.6925297,0.027383452,901.1266,0.049525805,852.57654,115.361725,0.015426523,0.016806511,341.6403,41.479527,169.96774,158.09482,8357.146,0.24564813,2692.8574,6.6367135,0.18408856,0.27315077,0.39289072,288.85504,346.47,29.908222,66.34879,40.340927,15.260385,1506.9456,3.3034618,67.81983,23.965122,473.11008,28.885483,404.62717,10.031956,68.87393,0.0,958.1792,3700.815,0.82302153,291.82022,32.221817,24014.979,36.01282,1.0603054,16.985254,39.664284,7.690555,2.4204226,19.3452,514.4999,175.52519,21.66543,0.9120886,3.0052636,121.15318,4.9648995,217.27644,249.48225,1922.9517,701.2774,105.02708,141.10513,125.26036,5.3328795,8.211823,35.203503,3.458634,6.146048,23.451097,33.95442,106.04059,20.18522,21.510265,57.230743,11.846941,3452.7258,24.619474,22.850807,17.919958,11.592659,184.1492,38.017265,20.971775,5.688835,12.938692,18.289469,71.10756,146.79881,32.89395,154.14378,24.631483,15.260525,100.44504,62.470768,179.61703,78.07177,2.008355,4.542742,5.551895,33.657166,5762.9233,2.1606748,13.300476,64.66996,17.384407,164.46185,51.667744,116.87881,3.1888857,86.101814,476.9722,312.425,54.643272,448.8452,58.754032,60.295895,99.11677,19.09429,2.9738653,18.075438,582.82825,0.48355284,0.7681398,83.747406,11.030519,8.711227,9.95098,16.68304,117.37174,24.724699,153.28128,780.0315,413.8453,2672.6538,2070.5989,32.964237,67.8929,3844.1602,17.15057,99.55544,620.9235,169.51512,230.45544,104.27382,573.8495,534.8851,462.24936,16.529953,123.92231,357.50095,698.605,27.766167,226.85117,35.41203,1.7022752,50.738544,1.155429,1.2180065,5.0386715,18.14597,210.41426,38.495052,19.592741,470.06033,136.93144,81.2765,104.92742,34.539173,54.47984,22.719086,23.50863,21.143145,160.38647,65.41118,30.921297,16.548006,16.649193,37.96763,30.139917,4.4559317,151.24837,38.557983,384.94168,14.795608,711.5908,36.39401,450.8647,286.16287,16.141514,15.913633,446.33127,554.80554,1629.9835,332.4264 +2023-10-30 19:00:00,0.0,5695.696,156.37613,81.6615,104.250336,65.22786,324.47827,46.47292,98.40024,28.105423,56.534935,1061.199,86.18173,27.63582,253.62717,1.4106125,1.2382563,48.609833,2.6961527,0.027221208,901.5687,0.04947939,852.98004,115.40205,0.015340701,0.016749073,341.87622,41.494312,170.12067,158.16136,8346.291,0.24593458,2693.731,6.645241,0.18428409,0.27339885,0.393355,288.95474,346.56174,29.919123,66.2705,40.342064,15.251264,1506.0396,3.3062007,67.80459,23.943096,473.17938,28.878468,404.53296,10.014663,68.83052,0.0,957.7993,3698.6511,0.8192408,291.63913,32.16134,24001.516,35.982395,1.0570453,16.978443,39.65185,7.6781697,2.4181316,19.338614,514.0397,175.26245,21.652855,0.9095676,3.0004492,121.067245,4.9430547,217.1979,249.60619,1922.1741,701.45483,105.003494,141.07954,124.849075,5.332941,8.212675,35.23634,3.4592888,6.1510887,23.408834,33.908665,106.06035,20.169376,21.485516,57.202534,11.848139,3452.3682,24.61383,22.847446,17.91656,11.585996,184.08708,37.996616,20.964382,5.687212,12.92749,18.272074,71.05978,146.68973,32.84832,154.05238,24.600735,15.239667,100.3906,62.434242,179.1112,78.05285,2.008543,4.5396504,5.5506654,33.607967,5750.333,2.1611967,13.281865,64.699295,17.375353,164.37758,51.652153,116.89383,3.1906884,86.056755,477.05325,312.55914,54.571438,448.883,58.778896,60.262592,99.06419,19.104937,2.9749577,18.080969,582.49493,0.48417252,0.7687796,83.77155,11.02812,8.714914,9.954094,16.68416,117.42264,24.705126,153.31584,780.2079,413.95956,2672.641,2070.6096,32.949097,67.885864,3839.3787,17.161898,99.51193,620.7909,169.42712,230.3411,104.24189,573.4878,534.43256,462.20523,16.51229,123.857124,357.00262,697.7084,27.692026,226.06357,35.317463,1.7030436,50.738945,1.1557925,1.2187823,5.0422215,18.097769,210.38951,38.425686,19.595205,469.168,136.66151,81.12443,104.68817,34.49501,54.48051,22.70345,23.396564,21.130041,160.12936,65.267,30.91576,16.509554,16.61922,37.902515,30.054144,4.4436417,151.00772,38.4815,384.37842,14.7736225,710.42267,36.340046,451.00644,285.6143,16.122147,15.908691,445.79834,554.41315,1629.5681,332.70557 +2023-10-30 20:00:00,0.0,5685.7915,156.09549,81.67588,104.29769,65.23293,324.55106,46.48431,98.44581,28.108543,56.557888,1060.2074,86.12698,27.64024,253.68529,1.4123656,1.2399093,48.629776,2.6997757,0.027058965,902.0109,0.049432974,853.3835,115.442375,0.015254878,0.016691633,342.11215,41.509098,170.2736,158.22789,8335.435,0.24622102,2694.6045,6.6537676,0.18447962,0.2736469,0.3938193,289.05447,346.65347,29.930021,66.19221,40.3432,15.242143,1505.1335,3.30894,67.78934,23.921068,473.24872,28.87145,404.43875,9.99737,68.7871,0.0,957.4193,3696.487,0.8154601,291.458,32.10086,23988.055,35.95197,1.0537853,16.971634,39.63942,7.665784,2.4158406,19.332027,513.5795,174.99971,21.64028,0.9070466,2.9956346,120.98131,4.92121,217.11935,249.7301,1921.3965,701.63226,104.97992,141.05396,124.43778,5.333003,8.213528,35.269176,3.4599438,6.1561294,23.366571,33.86291,106.08011,20.153534,21.460766,57.174324,11.849336,3452.0107,24.608185,22.844086,17.913162,11.579331,184.02496,37.97597,20.95699,5.6855893,12.916288,18.25468,71.01199,146.58066,32.80269,153.961,24.569984,15.218809,100.33617,62.397717,178.60538,78.03393,2.0087311,4.536559,5.549435,33.55877,5737.743,2.1617188,13.263254,64.72863,17.366299,164.29329,51.63656,116.90886,3.1924908,86.011696,477.13428,312.69327,54.499603,448.9208,58.803764,60.22929,99.01163,19.115583,2.9760501,18.086502,582.1617,0.4847922,0.7694193,83.79571,11.025722,8.7186,9.957209,16.685278,117.47353,24.685553,153.3504,780.3843,414.07382,2672.6282,2070.6204,32.933952,67.87883,3834.5974,17.173225,99.468414,620.6582,169.33911,230.22675,104.20995,573.12616,533.98004,462.16107,16.494623,123.79194,356.50427,696.8118,27.617884,225.27597,35.222897,1.703812,50.73935,1.156156,1.2195581,5.045771,18.04957,210.36478,38.35632,19.59767,468.27563,136.39157,80.97235,104.44892,34.450848,54.481182,22.687813,23.2845,21.116936,159.87225,65.12281,30.910223,16.471102,16.589247,37.837406,29.968369,4.4313517,150.76709,38.405014,383.81516,14.7516365,709.2545,36.286087,451.14822,285.0657,16.10278,15.903749,445.2654,554.02075,1629.1526,332.98474 +2023-10-30 21:00:00,0.0,5675.8867,155.81487,81.69026,104.34504,65.23801,324.62384,46.4957,98.49139,28.111662,56.58084,1059.2157,86.072235,27.644659,253.7434,1.4141186,1.2415622,48.649723,2.7033987,0.02689672,902.45306,0.049386557,853.7869,115.4827,0.015169056,0.016634194,342.34808,41.523884,170.42653,158.29443,8324.578,0.24650747,2695.478,6.6622944,0.18467516,0.27389497,0.3942836,289.15417,346.7452,29.940922,66.113914,40.344334,15.233022,1504.2277,3.311679,67.774086,23.89904,473.318,28.864435,404.3445,9.980077,68.74369,0.0,957.0394,3694.3232,0.81167936,291.27692,32.040382,23974.592,35.92154,1.0505253,16.964823,39.62699,7.653398,2.4135497,19.325441,513.1193,174.73697,21.627705,0.9045257,2.99082,120.89537,4.899365,217.0408,249.85403,1920.6189,701.80963,104.95634,141.02837,124.02649,5.3330646,8.21438,35.30201,3.4605987,6.16117,23.324308,33.817158,106.09986,20.13769,21.436016,57.146114,11.850533,3451.6533,24.602541,22.840725,17.909763,11.572668,183.96284,37.955322,20.949596,5.683966,12.9050865,18.237286,70.96421,146.47157,32.757057,153.86961,24.539236,15.197951,100.28172,62.36119,178.09955,78.01501,2.0089192,4.533468,5.5482054,33.509575,5725.153,2.1622407,13.244642,64.757965,17.357243,164.20901,51.620968,116.92388,3.1942935,85.96664,477.21533,312.8274,54.427773,448.9586,58.82863,60.19599,98.95905,19.12623,2.9771426,18.092033,581.82837,0.48541185,0.7700591,83.819855,11.023324,8.722286,9.960322,16.686396,117.52444,24.66598,153.38496,780.56067,414.18805,2672.6155,2070.631,32.91881,67.87179,3829.8162,17.184553,99.4249,620.5256,169.25111,230.1124,104.17802,572.7645,533.52747,462.1169,16.47696,123.726746,356.00595,695.9152,27.543743,224.48836,35.128326,1.7045804,50.73975,1.1565195,1.220334,5.049321,18.001371,210.34003,38.28695,19.600134,467.3833,136.12163,80.820274,104.20968,34.406685,54.481853,22.672178,23.172434,21.10383,159.61514,64.97863,30.904686,16.43265,16.559275,37.772293,29.882593,4.419061,150.52644,38.32853,383.25186,14.7296505,708.08636,36.23213,451.29,284.51712,16.083412,15.898808,444.73248,553.62836,1628.737,333.2639 +2023-10-30 22:00:00,0.0,5665.9824,155.53424,81.70464,104.392395,65.24308,324.69666,46.50709,98.536964,28.114782,56.603798,1058.2241,86.01749,27.64908,253.80151,1.4158717,1.2432153,48.669666,2.7070217,0.026734477,902.8952,0.049340144,854.19037,115.52302,0.015083234,0.016576754,342.58398,41.53867,170.57945,158.36096,8313.723,0.2467939,2696.3516,6.670821,0.18487069,0.274143,0.39474785,289.25388,346.83694,29.95182,66.03562,40.34547,15.223901,1503.3217,3.314418,67.75884,23.877012,473.3873,28.857418,404.2503,9.962784,68.70027,0.0,956.65955,3692.1594,0.80789864,291.0958,31.979904,23961.13,35.891113,1.0472653,16.958014,39.614555,7.641012,2.4112587,19.318855,512.6592,174.47421,21.61513,0.9020047,2.9860053,120.809425,4.8775196,216.96225,249.97795,1919.8414,701.98706,104.932755,141.00278,123.615204,5.333126,8.215232,35.334846,3.4612536,6.16621,23.282045,33.771404,106.11962,20.121847,21.411266,57.117905,11.85173,3451.2957,24.596897,22.837366,17.906364,11.566005,183.90074,37.934673,20.942204,5.682343,12.893885,18.219893,70.91643,146.36249,32.711426,153.77823,24.508486,15.1770935,100.22729,62.324665,177.59372,77.99608,2.0091076,4.530376,5.5469756,33.460377,5712.5625,2.1627626,13.226031,64.7873,17.348188,164.12474,51.605377,116.9389,3.196096,85.92157,477.2964,312.96155,54.355938,448.99637,58.853493,60.16269,98.90648,19.136877,2.978235,18.097567,581.4951,0.48603153,0.7706989,83.844,11.0209255,8.725973,9.963436,16.687515,117.57533,24.646406,153.41953,780.73706,414.3023,2672.6025,2070.6418,32.90367,67.86475,3825.035,17.19588,99.381386,620.3929,169.1631,229.99805,104.14608,572.4029,533.07495,462.07278,16.459293,123.66156,355.50763,695.0186,27.4696,223.70076,35.03376,1.705349,50.740154,1.156883,1.2211099,5.0528708,17.953173,210.31529,38.217583,19.602598,466.49097,135.8517,80.668205,103.97043,34.36252,54.48253,22.656542,23.060368,21.090725,159.35803,64.83445,30.899149,16.394197,16.5293,37.70718,29.796818,4.406771,150.28581,38.252045,382.6886,14.707665,706.9182,36.178165,451.43176,283.96854,16.064045,15.893866,444.19955,553.23596,1628.3217,333.54306 +2023-10-30 23:00:00,0.0,5656.078,155.2536,81.719025,104.43974,65.24815,324.76944,46.518482,98.582535,28.117903,56.62675,1057.2325,85.96274,27.6535,253.85963,1.4176248,1.2448683,48.689613,2.7106447,0.026572231,903.3374,0.049293727,854.5938,115.56334,0.0149974115,0.016519316,342.81992,41.55345,170.73238,158.4275,8302.866,0.24708034,2697.2253,6.6793485,0.18506622,0.27439108,0.39521217,289.35358,346.92868,29.96272,65.95733,40.346607,15.21478,1502.4156,3.317157,67.74359,23.854984,473.4566,28.850403,404.1561,9.945491,68.65686,0.0,956.27954,3689.9956,0.8041179,290.9147,31.919426,23947.67,35.860687,1.0440053,16.951202,39.602127,7.628627,2.4089677,19.31227,512.199,174.21147,21.602554,0.89948374,2.9811907,120.72349,4.8556747,216.88371,250.10188,1919.0638,702.1645,104.90918,140.97719,123.20391,5.333188,8.2160845,35.367683,3.4619086,6.171251,23.239782,33.72565,106.13938,20.106005,21.386517,57.089695,11.852927,3450.9382,24.591253,22.834005,17.902966,11.5593405,183.83862,37.914024,20.934813,5.68072,12.882683,18.202497,70.868645,146.2534,32.665794,153.68683,24.477736,15.156236,100.17285,62.28814,177.0879,77.97716,2.0092957,4.5272846,5.545746,33.41118,5699.972,2.1632845,13.20742,64.816635,17.339132,164.04047,51.589787,116.953926,3.1978986,85.87651,477.3774,313.09567,54.284103,449.03418,58.87836,60.129387,98.85391,19.147526,2.9793272,18.103098,581.1618,0.48665118,0.7713387,83.86815,11.018527,8.729659,9.966551,16.688633,117.62623,24.626833,153.45407,780.9134,414.41656,2672.5898,2070.6523,32.88853,67.85772,3820.2537,17.207207,99.33787,620.26025,169.0751,229.8837,104.11415,572.0412,532.62244,462.02863,16.441628,123.596375,355.00928,694.1221,27.39546,222.91315,34.939194,1.7061174,50.740555,1.1572465,1.2218857,5.056421,17.904974,210.29054,38.148216,19.605062,465.5986,135.58176,80.51613,103.731186,34.318356,54.4832,22.640905,22.948303,21.077621,159.1009,64.69027,30.893612,16.355745,16.499329,37.64207,29.711042,4.394481,150.04517,38.17556,382.1253,14.685679,705.75006,36.124207,451.57355,283.41992,16.04468,15.888924,443.66663,552.84357,1627.9061,333.82224 +2023-10-31 00:00:00,0.0,5646.174,154.97298,81.733406,104.48709,65.25323,324.84222,46.529873,98.62811,28.121023,56.649704,1056.2408,85.90799,27.657919,253.91774,1.4193779,1.2465212,48.70956,2.7142677,0.026409987,903.77954,0.04924731,854.99725,115.60367,0.014911589,0.016461875,343.05585,41.568237,170.8853,158.49403,8292.011,0.24736679,2698.0989,6.6878753,0.18526176,0.27463913,0.39567646,289.45328,347.02045,29.973621,65.879036,40.34774,15.205659,1501.5096,3.3198962,67.72834,23.832956,473.52594,28.843386,404.0619,9.928198,68.61344,0.0,955.89966,3687.8315,0.8003372,290.7336,31.858946,23934.207,35.830257,1.0407453,16.944393,39.589695,7.616241,2.4066765,19.305683,511.7388,173.94873,21.58998,0.89696276,2.9763763,120.63755,4.83383,216.80516,250.2258,1918.2863,702.3419,104.885605,140.95161,122.79262,5.3332496,8.216936,35.40052,3.4625635,6.1762915,23.19752,33.679897,106.159134,20.09016,21.361767,57.06149,11.854125,3450.5806,24.585608,22.830645,17.899567,11.552677,183.7765,37.893375,20.92742,5.6790967,12.871481,18.185104,70.82086,146.14432,32.62016,153.59544,24.446987,15.135378,100.118416,62.251614,176.58208,77.95824,2.0094838,4.5241933,5.544516,33.36198,5687.3823,2.1638064,13.188809,64.84597,17.330078,163.95618,51.574196,116.96895,3.1997013,85.83145,477.45847,313.2298,54.212273,449.07196,58.903225,60.096085,98.80134,19.158173,2.9804196,18.108631,580.82855,0.48727086,0.7719785,83.892296,11.0161295,8.733346,9.969665,16.689753,117.677124,24.60726,153.48863,781.0898,414.5308,2672.577,2070.663,32.87339,67.850685,3815.4724,17.218534,99.29436,620.12756,168.98709,229.76935,104.082214,571.67957,532.16986,461.9845,16.423964,123.53118,354.51096,693.22546,27.321318,222.12555,34.844624,1.7068858,50.74096,1.15761,1.2226615,5.059971,17.856775,210.26581,38.07885,19.607527,464.70627,135.31183,80.36406,103.491936,34.274193,54.48387,22.625269,22.836237,21.064516,158.8438,64.54608,30.888075,16.317293,16.469355,37.576958,29.625267,4.382191,149.80453,38.099075,381.56204,14.663693,704.5819,36.070248,451.7153,282.87134,16.025312,15.883982,443.1337,552.4512,1627.4906,334.1014 +2023-10-31 01:00:00,0.0,5636.2695,154.69234,81.74779,104.53445,65.2583,324.91504,46.541264,98.67369,28.124144,56.67266,1055.2493,85.85324,27.662338,253.97586,1.421131,1.2481742,48.729504,2.7178907,0.026247744,904.22174,0.049200896,855.40076,115.64399,0.014825767,0.016404437,343.29178,41.583023,171.03824,158.56058,8281.154,0.24765323,2698.9724,6.696402,0.18545729,0.2748872,0.39614075,289.55298,347.11218,29.98452,65.800735,40.348877,15.196538,1500.6038,3.3226352,67.71309,23.810928,473.59525,28.83637,403.96768,9.910904,68.57003,0.0,955.5198,3685.6677,0.7965564,290.5525,31.798468,23920.746,35.79983,1.0374852,16.937584,39.577263,7.603855,2.4043856,19.299097,511.27863,173.68599,21.577406,0.8944418,2.9715617,120.55161,4.811985,216.72661,250.34973,1917.5088,702.51935,104.862015,140.92603,122.38133,5.3333116,8.217789,35.433357,3.4632185,6.181332,23.155256,33.634148,106.178894,20.074318,21.337017,57.03328,11.855322,3450.2231,24.579964,22.827286,17.896168,11.546014,183.71439,37.87273,20.920027,5.6774735,12.860279,18.16771,70.77308,146.03523,32.574528,153.50406,24.416237,15.11452,100.06398,62.215088,176.07625,77.93931,2.009672,4.521102,5.5432863,33.312786,5674.792,2.1643286,13.170198,64.875305,17.321022,163.8719,51.5586,116.98397,3.2015038,85.78639,477.53952,313.36395,54.140438,449.10974,58.928093,60.062786,98.74877,19.16882,2.981512,18.114162,580.49524,0.4878905,0.77261823,83.91644,11.013731,8.737032,9.972779,16.69087,117.72803,24.587685,153.5232,781.2661,414.64505,2672.5642,2070.6738,32.85825,67.84364,3810.691,17.229862,99.25084,619.99493,168.8991,229.655,104.05028,571.31793,531.71735,461.94034,16.406298,123.465996,354.01263,692.32886,27.247177,221.33795,34.750057,1.7076542,50.74136,1.1579735,1.2234373,5.0635204,17.808577,210.24106,38.00948,19.609991,463.81393,135.04189,80.21198,103.252686,34.23003,54.484543,22.609632,22.724173,21.05141,158.58669,64.4019,30.882538,16.278841,16.439383,37.51185,29.539494,4.369901,149.56389,38.02259,380.99878,14.641708,703.4138,36.016285,451.8571,282.32275,16.005945,15.87904,442.60077,552.0588,1627.0751,334.38058 +2023-10-31 02:00:00,0.0,5626.365,154.41171,81.76217,104.581795,65.263374,324.98782,46.552654,98.71926,28.127262,56.695614,1054.2577,85.79849,27.66676,254.03397,1.422884,1.2498271,48.74945,2.7215137,0.0260855,904.6639,0.04915448,855.8042,115.68431,0.014739945,0.016346997,343.5277,41.59781,171.19116,158.6271,8270.298,0.24793966,2699.846,6.7049294,0.18565282,0.27513525,0.396605,289.65268,347.20392,29.99542,65.72244,40.350014,15.187417,1499.6978,3.3253744,67.697845,23.7889,473.66452,28.829353,403.87347,9.893611,68.52661,0.0,955.1398,3683.504,0.7927757,290.3714,31.73799,23907.283,35.7694,1.0342252,16.930773,39.56483,7.5914693,2.4020946,19.292511,510.81845,173.42323,21.56483,0.89192086,2.966747,120.46567,4.79014,216.64806,250.47365,1916.7312,702.6968,104.83844,140.90044,121.97004,5.333373,8.218641,35.46619,3.4638734,6.1863728,23.112995,33.588394,106.198654,20.058474,21.312267,57.00507,11.856519,3449.8655,24.57432,22.823925,17.892769,11.53935,183.65227,37.85208,20.912634,5.675851,12.849077,18.150316,70.725296,145.92615,32.528896,153.41267,24.385489,15.093662,100.009544,62.178562,175.57042,77.92039,2.0098603,4.5180106,5.5420566,33.263588,5662.2017,2.1648505,13.1515875,64.90464,17.311968,163.78763,51.54301,116.99899,3.2033064,85.74133,477.62054,313.49808,54.068604,449.14755,58.952957,60.029484,98.6962,19.179466,2.9826045,18.119696,580.162,0.4885102,0.77325803,83.94059,11.0113325,8.740719,9.975893,16.691988,117.77892,24.568111,153.55775,781.4425,414.7593,2672.5513,2070.6846,32.843105,67.83661,3805.9097,17.24119,99.20733,619.8623,168.8111,229.54065,104.01835,570.9563,531.26483,461.8962,16.388634,123.40081,353.51428,691.4323,27.173035,220.55034,34.655487,1.7084227,50.741764,1.158337,1.2242131,5.0670705,17.760378,210.21632,37.940113,19.612455,462.9216,134.77194,80.059906,103.01344,34.185867,54.485214,22.593996,22.612106,21.038307,158.32957,64.25772,30.877,16.240389,16.409409,37.446735,29.453718,4.357611,149.32326,37.946106,380.4355,14.619722,702.24567,35.962326,451.99884,281.77417,15.986578,15.874098,442.06784,551.6664,1626.6597,334.65976 +2023-10-31 03:00:00,0.0,5616.461,154.13109,81.77655,104.62915,65.26845,325.0606,46.564045,98.76484,28.130383,56.718567,1053.266,85.743744,27.671179,254.09209,1.4246371,1.2514801,48.769394,2.7251368,0.025923256,905.1061,0.049108062,856.20764,115.72463,0.014654121,0.016289558,343.76364,41.612595,171.34409,158.69365,8259.442,0.2482261,2700.7195,6.713456,0.18584836,0.27538332,0.3970693,289.75238,347.29565,30.006319,65.64415,40.35115,15.178296,1498.7917,3.3281133,67.682594,23.766872,473.73383,28.822338,403.77927,9.876318,68.4832,0.0,954.7599,3681.34,0.78899497,290.19028,31.677511,23893.822,35.738976,1.0309652,16.923964,39.5524,7.579084,2.3998036,19.285925,510.35828,173.16049,21.552256,0.8893999,2.9619324,120.37973,4.7682953,216.56952,250.59758,1915.9536,702.87415,104.814865,140.87485,121.55875,5.333435,8.219493,35.499027,3.4645283,6.1914134,23.070732,33.54264,106.218414,20.042631,21.287518,56.97686,11.857717,3449.508,24.568674,22.820564,17.88937,11.532686,183.59015,37.831432,20.905241,5.6742277,12.837875,18.132921,70.67751,145.81706,32.483265,153.32129,24.354738,15.072804,99.9551,62.142036,175.06459,77.90147,2.0100484,4.5149193,5.5408263,33.21439,5649.6113,2.1653724,13.132976,64.933975,17.302914,163.70335,51.52742,117.014015,3.205109,85.69627,477.7016,313.63223,53.996773,449.18533,58.97782,59.99618,98.64362,19.190113,2.983697,18.125227,579.8287,0.48912984,0.7738978,83.964745,11.008934,8.744405,9.979007,16.693108,117.82982,24.548538,153.59232,781.6189,414.87354,2672.5386,2070.6953,32.827965,67.829575,3801.1284,17.252518,99.16381,619.7296,168.72308,229.4263,103.98641,570.5946,530.8123,461.85205,16.370968,123.33562,353.01596,690.5357,27.098894,219.76274,34.56092,1.7091911,50.742165,1.1587005,1.2249889,5.07062,17.712177,210.19157,37.870747,19.61492,462.02924,134.50201,79.90784,102.77419,34.141705,54.485886,22.57836,22.500042,21.025202,158.07246,64.11354,30.871464,16.201939,16.379435,37.381626,29.367943,4.345321,149.08261,37.86962,379.87222,14.597736,701.0775,35.908363,452.14062,281.2256,15.967211,15.869156,441.5349,551.274,1626.2441,334.93893 +2023-10-31 04:00:00,0.0,5606.5566,153.85045,81.79093,104.6765,65.27352,325.13342,46.575436,98.81042,28.133503,56.741524,1052.2744,85.688995,27.675598,254.1502,1.4263902,1.253133,48.78934,2.7287598,0.02576101,905.5482,0.04906165,856.6111,115.76496,0.014568299,0.016232118,343.99954,41.627377,171.49701,158.76018,8248.586,0.24851255,2701.593,6.721983,0.18604389,0.2756314,0.3975336,289.85208,347.3874,30.01722,65.56586,40.352283,15.169175,1497.8859,3.3308525,67.66734,23.744844,473.80316,28.815321,403.68506,9.859025,68.43978,0.0,954.38,3679.176,0.78521425,290.0092,31.617033,23880.361,35.70855,1.0277052,16.917152,39.539967,7.566698,2.3975127,19.279339,509.89807,172.89775,21.53968,0.8868789,2.9571178,120.29379,4.7464504,216.49097,250.7215,1915.176,703.0516,104.79128,140.84926,121.14746,5.3334966,8.2203455,35.531864,3.4651833,6.196454,23.02847,33.496887,106.23817,20.026787,21.262768,56.94865,11.858913,3449.1506,24.56303,22.817204,17.885971,11.526023,183.52805,37.810783,20.89785,5.6726046,12.8266735,18.115528,70.62974,145.70798,32.437634,153.22989,24.32399,15.051947,99.900665,62.10551,174.55876,77.882545,2.0102365,4.511828,5.5395966,33.16519,5637.021,2.1658943,13.114365,64.96331,17.293858,163.61906,51.51183,117.02904,3.2069116,85.65121,477.78265,313.76636,53.92494,449.2231,59.00269,59.962883,98.59106,19.200762,2.9847894,18.13076,579.4954,0.48974952,0.7745376,83.98889,11.0065365,8.748091,9.982121,16.694225,117.880714,24.528965,153.62688,781.7953,414.9878,2672.5256,2070.706,32.812824,67.82254,3796.3472,17.263845,99.12029,619.597,168.63509,229.31195,103.954475,570.233,530.35974,461.80792,16.353302,123.27043,352.51764,689.6391,27.024752,218.97514,34.466354,1.7099596,50.74257,1.159064,1.2257648,5.07417,17.663979,210.16684,37.80138,19.617382,461.1369,134.23207,79.75576,102.53494,34.09754,54.48656,22.562723,22.387976,21.012096,157.81535,63.969357,30.865927,16.163486,16.349463,37.316513,29.282167,4.333031,148.84198,37.793137,379.30896,14.575751,699.90936,35.854404,452.28238,280.67697,15.9478445,15.864214,441.00198,550.8816,1625.8286,335.2181 +2023-10-31 05:00:00,0.0,5596.6523,153.56982,81.80531,104.723854,65.278595,325.2062,46.586826,98.85599,28.136623,56.764477,1051.2827,85.63425,27.68002,254.20831,1.4281433,1.254786,48.809284,2.7323825,0.025598766,905.9904,0.04901523,857.0145,115.80528,0.014482477,0.01617468,344.23547,41.642162,171.64995,158.82672,8237.73,0.248799,2702.4666,6.7305098,0.18623942,0.27587944,0.39799792,289.95178,347.47916,30.02812,65.487564,40.35342,15.160054,1496.9799,3.3335917,67.6521,23.722816,473.87247,28.808306,403.59082,9.841732,68.39637,0.0,954.0,3677.0122,0.7814335,289.82806,31.556555,23866.898,35.67812,1.0244452,16.910343,39.527534,7.554312,2.3952217,19.272753,509.4379,172.63501,21.527105,0.8843579,2.9523034,120.207855,4.7246056,216.41241,250.84543,1914.3986,703.229,104.76771,140.82367,120.73617,5.3335586,8.221198,35.5647,3.4658382,6.2014947,22.986206,33.451134,106.25793,20.010944,21.238018,56.92044,11.86011,3448.793,24.557386,22.813845,17.882574,11.519359,183.46593,37.790134,20.890457,5.6709814,12.815472,18.098133,70.581955,145.5989,32.392002,153.1385,24.29324,15.031089,99.84623,62.068985,174.05293,77.86362,2.0104246,4.5087366,5.538367,33.115993,5624.431,2.1664164,13.095754,64.992645,17.284803,163.53479,51.49624,117.04406,3.208714,85.60615,477.86368,313.90048,53.853104,449.26093,59.027554,59.92958,98.53848,19.211409,2.9858818,18.136292,579.1621,0.4903692,0.7751774,84.01304,11.004138,8.751778,9.985235,16.695345,117.93162,24.509392,153.66144,781.9717,415.10205,2672.513,2070.7166,32.797684,67.8155,3791.566,17.275173,99.07678,619.4643,168.54707,229.1976,103.92254,569.87134,529.9072,461.76376,16.335638,123.205246,352.0193,688.74255,26.950611,218.18753,34.371784,1.710728,50.74297,1.1594275,1.2265406,5.07772,17.61578,210.14209,37.73201,19.619846,460.24457,133.96214,79.60369,102.2957,34.05338,54.487232,22.547089,22.275911,20.998991,157.55823,63.825176,30.86039,16.125034,16.319489,37.251404,29.196392,4.3207407,148.60135,37.716652,378.74567,14.553765,698.7412,35.800446,452.42416,280.1284,15.928477,15.859272,440.46906,550.4892,1625.4132,335.49725 +2023-10-31 06:00:00,0.0,5586.748,153.28918,81.819695,104.7712,65.28367,325.279,46.598217,98.901566,28.139742,56.78743,1050.2911,85.5795,27.684439,254.26643,1.4298964,1.256439,48.82923,2.7360055,0.025436522,906.43256,0.048968814,857.41797,115.845604,0.014396654,0.01611724,344.4714,41.656948,171.80287,158.89326,8226.874,0.24908543,2703.3403,6.739037,0.18643494,0.27612752,0.39846218,290.05148,347.5709,30.039019,65.40927,40.354557,15.150933,1496.0739,3.3363307,67.63685,23.700788,473.94177,28.80129,403.4966,9.824439,68.35295,0.0,953.6201,3674.8484,0.7776528,289.64697,31.496077,23853.438,35.647694,1.0211852,16.903534,39.515102,7.5419264,2.3929307,19.266167,508.97772,172.37225,21.51453,0.88183695,2.9474888,120.12191,4.70276,216.33386,250.96935,1913.621,703.40643,104.744125,140.79808,120.324875,5.33362,8.22205,35.597538,3.4664931,6.206535,22.943943,33.40538,106.27769,19.995102,21.213268,56.89223,11.861308,3448.4355,24.551743,22.810484,17.879175,11.512695,183.40381,37.76949,20.883064,5.6693583,12.80427,18.08074,70.53417,145.48982,32.34637,153.04712,24.26249,15.010231,99.791794,62.03246,173.5471,77.844696,2.010613,4.505645,5.537137,33.0668,5611.841,2.1669383,13.077143,65.02198,17.275747,163.45052,51.480644,117.05908,3.2105167,85.56109,477.94473,314.03464,53.781273,449.2987,59.052418,59.89628,98.48591,19.222055,2.9869742,18.141825,578.82886,0.49098885,0.77581716,84.037186,11.0017395,8.755464,9.988349,16.696463,117.98251,24.489819,153.696,782.1481,415.21628,2672.5,2070.7273,32.782543,67.808464,3786.7844,17.2865,99.033264,619.33167,168.45908,229.08327,103.89061,569.5097,529.4547,461.71964,16.317972,123.14005,351.52097,687.84595,26.876469,217.39993,34.277218,1.7114965,50.74337,1.159791,1.2273164,5.0812697,17.567581,210.11736,37.662643,19.62231,459.3522,133.6922,79.451614,102.05645,34.009216,54.487904,22.531452,22.163845,20.985888,157.30112,63.680992,30.854853,16.086582,16.289516,37.18629,29.110617,4.3084507,148.3607,37.640167,378.1824,14.531779,697.57306,35.746483,452.56592,279.5798,15.90911,15.854331,439.93613,550.0968,1624.9977,335.77643 +2023-10-31 07:00:00,0.0,5576.8438,153.00856,81.834076,104.81856,65.28874,325.3518,46.609608,98.94714,28.142862,56.810387,1049.2996,85.52475,27.688858,254.32454,1.4316494,1.2580919,48.849174,2.7396286,0.025274279,906.8747,0.0489224,857.8214,115.88593,0.014310832,0.016059801,344.70734,41.671734,171.9558,158.9598,8216.018,0.24937187,2704.2139,6.747564,0.18663047,0.27637556,0.3989265,290.1512,347.66263,30.04992,65.33098,40.355694,15.141812,1495.1678,3.3390698,67.6216,23.67876,474.01105,28.794273,403.4024,9.807146,68.30954,0.0,953.24023,3672.6846,0.7738721,289.46585,31.435598,23839.977,35.617268,1.0179251,16.896723,39.50267,7.529541,2.3906398,19.259583,508.51755,172.10951,21.501955,0.87931603,2.9426742,120.03597,4.6809154,216.25533,251.09328,1912.8434,703.58386,104.72054,140.77249,119.91359,5.3336816,8.222902,35.63037,3.467148,6.2115755,22.90168,33.359627,106.29745,19.979258,21.188519,56.86402,11.862505,3448.078,24.546097,22.807123,17.875776,11.506032,183.34169,37.74884,20.875671,5.667735,12.793068,18.063345,70.48639,145.38074,32.30074,152.95573,24.23174,14.989373,99.73736,61.995934,173.04128,77.825775,2.010801,4.5025535,5.5359073,33.0176,5599.2505,2.1674602,13.058532,65.051315,17.266693,163.36623,51.465054,117.07411,3.2123191,85.51603,478.0258,314.16876,53.70944,449.3365,59.077286,59.862976,98.43334,19.232702,2.9880667,18.147356,578.49554,0.49160853,0.77645695,84.06133,10.999341,8.7591505,9.991464,16.69758,118.03341,24.470245,153.73056,782.32446,415.33054,2672.4873,2070.738,32.767403,67.80143,3782.0032,17.297829,98.98975,619.199,168.37106,228.96892,103.85867,569.148,529.0022,461.67548,16.300306,123.07487,351.02264,686.94934,26.802328,216.61232,34.18265,1.7122649,50.743774,1.1601545,1.2280922,5.08482,17.519382,210.0926,37.593277,19.624775,458.45987,133.42226,79.29954,101.81721,33.965054,54.488575,22.515816,22.051779,20.972782,157.044,63.53681,30.849316,16.04813,16.259542,37.121178,29.024841,4.2961607,148.12007,37.563683,377.6191,14.509793,696.4049,35.692524,452.7077,279.03122,15.889743,15.849389,439.4032,549.7044,1624.5822,336.0556 +2023-10-31 08:00:00,0.0,5566.939,152.72794,81.84846,104.865906,65.293816,325.4246,46.621,98.992714,28.145983,56.83334,1048.3079,85.47,27.69328,254.38266,1.4334025,1.2597449,48.86912,2.7432516,0.025112035,907.3169,0.048875984,858.2249,115.926254,0.01422501,0.01600236,344.94327,41.686516,172.10872,159.02634,8205.162,0.24965832,2705.0874,6.7560906,0.186826,0.27662364,0.39939076,290.25092,347.75436,30.060818,65.252686,40.356827,15.132691,1494.262,3.3418088,67.60635,23.656733,474.08038,28.787258,403.3082,9.789852,68.26612,0.0,952.8602,3670.5205,0.77009135,289.28476,31.37512,23826.514,35.586838,1.0146651,16.889914,39.490242,7.517155,2.3883488,19.252996,508.05737,171.84677,21.48938,0.87679505,2.9378595,119.950035,4.6590705,216.17677,251.21721,1912.0659,703.7613,104.69697,140.7469,119.5023,5.3337436,8.223755,35.663208,3.467803,6.216616,22.859417,33.313873,106.3172,19.963415,21.163767,56.83581,11.863702,3447.7205,24.540453,22.803764,17.872377,11.499368,183.27957,37.72819,20.86828,5.6661124,12.781866,18.045952,70.43861,145.27165,32.255108,152.86435,24.20099,14.968515,99.68292,61.959408,172.53545,77.806854,2.0109892,4.499462,5.5346775,32.968403,5586.66,2.167982,13.039921,65.08065,17.257639,163.28195,51.449463,117.089134,3.2141218,85.47097,478.1068,314.3029,53.637604,449.3743,59.10215,59.829678,98.38077,19.24335,2.989159,18.152887,578.1623,0.49222818,0.77709675,84.08548,10.996943,8.762836,9.994577,16.6987,118.084305,24.450672,153.76512,782.50085,415.4448,2672.4744,2070.7488,32.75226,67.794395,3777.222,17.309156,98.946236,619.06635,168.28307,228.85457,103.82674,568.7864,528.5496,461.63135,16.282642,123.009674,350.5243,686.0528,26.728186,215.82472,34.08808,1.7130333,50.744175,1.160518,1.2288681,5.0883694,17.471184,210.06787,37.52391,19.62724,457.56754,133.15233,79.14747,101.57796,33.92089,54.489246,22.50018,21.939714,20.959677,156.7869,63.392628,30.843779,16.009678,16.22957,37.05607,28.939068,4.2838707,147.87943,37.487198,377.05585,14.487808,695.23676,35.63856,452.84946,278.48264,15.870377,15.844447,438.87027,549.31195,1624.1666,336.33478 +2023-10-31 09:00:00,0.0,5557.0347,152.4473,81.86284,104.91325,65.29889,325.49738,46.63239,99.03829,28.149103,56.856293,1047.3163,85.41525,27.697699,254.44078,1.4351556,1.261398,48.889065,2.7468746,0.02494979,907.75903,0.04882957,858.62836,115.966576,0.0141391875,0.015944922,345.1792,41.7013,172.26166,159.09286,8194.306,0.24994476,2705.961,6.764618,0.18702154,0.27687168,0.39985505,290.35062,347.8461,30.071718,65.17439,40.357964,15.12357,1493.356,3.344548,67.5911,23.634705,474.1497,28.780241,403.214,9.772559,68.22271,0.0,952.48035,3668.3567,0.76631063,289.10367,31.314642,23813.053,35.55641,1.0114051,16.883102,39.477806,7.5047693,2.3860579,19.24641,507.5972,171.58403,21.476805,0.8742741,2.933045,119.8641,4.6372256,216.09822,251.34113,1911.2883,703.93866,104.673386,140.72131,119.091,5.333805,8.2246065,35.696045,3.468458,6.221657,22.817154,33.26812,106.33696,19.94757,21.139017,56.807602,11.8649,3447.3628,24.53481,22.800404,17.868979,11.492704,183.21745,37.707542,20.860888,5.6644893,12.770664,18.028557,70.39082,145.16257,32.209476,152.77295,24.170242,14.947658,99.62848,61.922882,172.02963,77.787926,2.0111773,4.496371,5.5334473,32.919205,5574.0703,2.1685042,13.021309,65.109985,17.248583,163.19768,51.433872,117.10416,3.2159243,85.42591,478.18787,314.43704,53.56577,449.41208,59.127018,59.796375,98.3282,19.253996,2.9902515,18.15842,577.829,0.49284786,0.77773654,84.109634,10.994545,8.766523,9.997692,16.699818,118.1352,24.431099,153.79968,782.67725,415.55902,2672.4617,2070.7595,32.737118,67.78736,3772.4407,17.320484,98.902725,618.93365,168.19505,228.74022,103.79481,568.42474,528.0971,461.5872,16.264977,122.94449,350.02597,685.1562,26.654045,215.03712,33.993515,1.7138017,50.74458,1.1608815,1.229644,5.0919194,17.422985,210.04312,37.454544,19.629704,456.67517,132.88239,78.99539,101.33871,33.876728,54.489918,22.484543,21.827648,20.946573,156.52979,63.248447,30.838242,15.971226,16.199596,36.990955,28.853292,4.2715807,147.6388,37.410713,376.49258,14.465822,694.0686,35.584602,452.99124,277.93405,15.851009,15.839505,438.33737,548.91956,1623.7512,336.61395 +2023-10-31 10:00:00,0.0,5547.1304,152.16667,81.87722,104.96061,65.30396,325.5702,46.64378,99.08387,28.152222,56.87925,1046.3247,85.360504,27.702118,254.49889,1.4369087,1.2630509,48.90901,2.7504976,0.024787545,908.20123,0.048783153,859.0318,116.0069,0.014053365,0.015887482,345.4151,41.716087,172.41458,159.15941,8183.4497,0.2502312,2706.8345,6.7731447,0.18721707,0.27711976,0.40031937,290.45032,347.93784,30.082619,65.0961,40.3591,15.1144495,1492.45,3.347287,67.57585,23.612677,474.219,28.773226,403.11978,9.755266,68.17929,0.0,952.10046,3666.1929,0.7625299,288.92255,31.254162,23799.59,35.525986,1.0081451,16.876293,39.465378,7.4923835,2.3837667,19.239824,507.13702,171.32127,21.46423,0.8717531,2.9282303,119.77815,4.615381,216.01967,251.46506,1910.5107,704.1161,104.6498,140.69572,118.67972,5.333867,8.225459,35.72888,3.4691129,6.2266974,22.77489,33.222366,106.35672,19.931728,21.114267,56.779396,11.8660965,3447.0054,24.529165,22.797043,17.86558,11.486041,183.15535,37.686893,20.853495,5.662866,12.759462,18.011164,70.34304,145.05348,32.163845,152.68156,24.139492,14.9268,99.57404,61.886356,171.5238,77.769005,2.0113657,4.4932795,5.5322175,32.87001,5561.48,2.1690261,13.002698,65.13932,17.239529,163.1134,51.41828,117.11918,3.217727,85.380844,478.26892,314.57117,53.49394,449.44986,59.151882,59.763073,98.27563,19.264645,2.991344,18.163952,577.4957,0.4934675,0.77837634,84.13378,10.9921465,8.770209,10.000806,16.700937,118.186104,24.411526,153.83424,782.85364,415.67328,2672.4487,2070.77,32.721977,67.78032,3767.6594,17.331812,98.85921,618.801,168.10706,228.62587,103.76287,568.0631,527.6446,461.54306,16.247313,122.8793,349.52765,684.2596,26.579905,214.24951,33.89895,1.7145703,50.74498,1.161245,1.2304198,5.0954695,17.374786,210.01839,37.385174,19.632168,455.78284,132.61246,78.84332,101.099464,33.832565,54.490593,22.468906,21.715584,20.933468,156.27266,63.104263,30.832705,15.932774,16.169624,36.925846,28.767517,4.2592907,147.39815,37.33423,375.9293,14.443836,692.9005,35.530643,453.133,277.38544,15.831642,15.834563,437.80444,548.52716,1623.3357,336.89313 +2023-10-31 11:00:00,0.0,5537.226,151.88603,81.8916,105.00796,65.30904,325.64297,46.65517,99.12944,28.155342,56.902203,1045.333,85.305756,27.70654,254.557,1.4386617,1.2647039,48.928955,2.7541206,0.024625301,908.6434,0.048736736,859.43524,116.047226,0.013967543,0.015830044,345.65103,41.730873,172.5675,159.22594,8172.5938,0.25051764,2707.708,6.7816715,0.1874126,0.2773678,0.40078366,290.55002,348.0296,30.093517,65.01781,40.360233,15.105329,1491.544,3.3500261,67.56061,23.590649,474.28833,28.766209,403.02557,9.737973,68.13588,0.0,951.72046,3664.0288,0.7587492,288.74146,31.193684,23786.129,35.495556,1.0048851,16.869482,39.452946,7.479998,2.3814757,19.233238,506.67685,171.05853,21.451656,0.8692321,2.923416,119.692215,4.593536,215.94113,251.58897,1909.7332,704.2935,104.62623,140.67014,118.268425,5.3339286,8.226312,35.76172,3.4697678,6.231738,22.73263,33.176613,106.37648,19.915884,21.089518,56.751186,11.867293,3446.648,24.52352,22.793682,17.86218,11.479377,183.09323,37.666245,20.846102,5.661243,12.7482605,17.993769,70.29526,144.9444,32.118214,152.59018,24.108742,14.905943,99.51961,61.84983,171.01797,77.750084,2.0115538,4.490188,5.5309877,32.820812,5548.8896,2.169548,12.984087,65.168655,17.230473,163.02911,51.402687,117.1342,3.2195294,85.335785,478.34995,314.7053,53.422104,449.48767,59.176746,59.72977,98.22305,19.275291,2.9924364,18.169485,577.1624,0.4940872,0.7790161,84.15793,10.989748,8.773895,10.00392,16.702055,118.237,24.391953,153.8688,783.03,415.7875,2672.436,2070.7808,32.706837,67.773285,3762.878,17.34314,98.81569,618.6684,168.01906,228.51152,103.730934,567.7014,527.192,461.4989,16.229647,122.81411,349.0293,683.36304,26.505762,213.46191,33.80438,1.7153387,50.745384,1.1616085,1.2311956,5.099019,17.326588,209.99364,37.315807,19.634632,454.8905,132.34251,78.691246,100.860214,33.788403,54.491264,22.45327,21.603518,20.920362,156.01555,62.960083,30.827168,15.894321,16.13965,36.860733,28.681742,4.2470007,147.15752,37.257744,375.36603,14.421851,691.73236,35.47668,453.27478,276.83685,15.812275,15.829621,437.2715,548.13477,1622.9202,337.1723 +2023-10-31 12:00:00,0.0,5527.322,151.60541,81.90599,105.05531,65.31411,325.71576,46.66656,99.17502,28.158463,56.925156,1044.3414,85.251015,27.710958,254.61513,1.4404148,1.2663568,48.948902,2.7577436,0.024463058,909.0856,0.048690323,859.8387,116.08755,0.013881721,0.015772603,345.88696,41.74566,172.72043,159.29248,8161.738,0.25080407,2708.5815,6.790199,0.18760814,0.27761588,0.40124792,290.64972,348.12134,30.104418,64.939514,40.36137,15.096208,1490.6381,3.352765,67.54536,23.56862,474.3576,28.759193,402.93137,9.72068,68.09246,0.0,951.3406,3661.865,0.75496846,288.56033,31.133205,23772.668,35.46513,1.0016251,16.862673,39.440514,7.4676123,2.3791847,19.226652,506.21664,170.79579,21.439081,0.8667112,2.9186013,119.60628,4.571691,215.86258,251.7129,1908.9557,704.47095,104.602646,140.64455,117.85713,5.3339906,8.227163,35.79455,3.4704227,6.2367787,22.690367,33.130863,106.39623,19.900042,21.064768,56.722977,11.868491,3446.2903,24.517876,22.790323,17.858784,11.472713,183.03111,37.6456,20.838709,5.65962,12.737059,17.976376,70.247475,144.83533,32.07258,152.4988,24.077993,14.885085,99.46517,61.813305,170.51215,77.731155,2.0117419,4.487097,5.529758,32.771614,5536.2993,2.17007,12.965476,65.19799,17.221418,162.94484,51.387096,117.14922,3.221332,85.290726,478.431,314.83945,53.35027,449.52545,59.201614,59.696472,98.17049,19.285938,2.9935288,18.175016,576.82916,0.49470684,0.7796559,84.182076,10.98735,8.777582,10.007034,16.703173,118.287895,24.37238,153.90337,783.20636,415.90176,2672.423,2070.7915,32.691696,67.76625,3758.0967,17.354467,98.77218,618.5357,167.93105,228.39717,103.699005,567.3398,526.7395,461.45474,16.21198,122.748924,348.53098,682.46643,26.431622,212.67432,33.709812,1.7161071,50.745785,1.161972,1.2319714,5.102569,17.278387,209.9689,37.24644,19.637096,453.99817,132.07257,78.53917,100.620964,33.74424,54.491936,22.437634,21.491453,20.907259,155.75844,62.8159,30.82163,15.855869,16.109678,36.795624,28.595966,4.2347107,146.91687,37.18126,374.80276,14.399865,690.5642,35.42272,453.41656,276.28827,15.792909,15.824679,436.7386,547.7424,1622.5048,337.45148 +2023-10-31 13:00:00,0.0,5517.4175,151.32478,81.92037,105.10266,65.31918,325.78857,46.67795,99.2206,28.161583,56.94811,1043.3499,85.196266,27.715378,254.67323,1.4421679,1.2680098,48.968845,2.7613666,0.024300814,909.5277,0.048643906,860.2421,116.12787,0.013795898,0.015715165,346.1229,41.76044,172.87335,159.35901,8150.882,0.25109053,2709.455,6.7987256,0.18780367,0.27786392,0.4017122,290.74942,348.21307,30.115316,64.86122,40.362507,15.087087,1489.732,3.3555043,67.530106,23.546593,474.4269,28.752176,402.83713,9.703387,68.04905,0.0,950.9607,3659.7012,0.75118774,288.37924,31.072727,23759.205,35.434704,0.99836504,16.855864,39.42808,7.4552264,2.3768938,19.220066,505.75647,170.53305,21.426506,0.8641902,2.9137866,119.52034,4.5498457,215.78403,251.83682,1908.1781,704.6484,104.57907,140.61896,117.44584,5.334052,8.228016,35.82739,3.4710777,6.241819,22.648104,33.08511,106.41599,19.8842,21.040018,56.694767,11.869688,3445.9329,24.512232,22.786963,17.855385,11.46605,182.969,37.62495,20.831318,5.6579967,12.725857,17.95898,70.19969,144.72624,32.026947,152.4074,24.047243,14.864227,99.410736,61.77678,170.00632,77.712234,2.01193,4.484005,5.528528,32.722416,5523.709,2.1705918,12.946865,65.22732,17.212364,162.86057,51.371506,117.164246,3.2231345,85.24567,478.51205,314.97357,53.27844,449.56323,59.22648,59.66317,98.11791,19.296585,2.9946213,18.18055,576.49585,0.49532652,0.78029567,84.20622,10.984952,8.781268,10.010148,16.704292,118.33879,24.352806,153.93793,783.38275,416.01602,2672.4104,2070.8022,32.676556,67.75922,3753.3154,17.365795,98.72866,618.4031,167.84305,228.28282,103.66707,566.97815,526.287,461.4106,16.194317,122.68374,348.03265,681.5698,26.35748,211.8867,33.615246,1.7168756,50.74619,1.1623355,1.2327472,5.1061187,17.230188,209.94415,37.177074,19.63956,453.1058,131.80264,78.3871,100.38172,33.700077,54.492607,22.421999,21.379387,20.894154,155.50133,62.67172,30.816093,15.817417,16.079704,36.73051,28.510191,4.22242,146.67624,37.104774,374.23947,14.377879,689.39606,35.36876,453.55832,275.7397,15.773541,15.819737,436.20566,547.35,1622.0892,337.73062 +2023-10-31 14:00:00,0.0,5507.513,151.04414,81.93475,105.15002,65.324265,325.86136,46.689342,99.26617,28.164701,56.971066,1042.3582,85.14152,27.719799,254.73135,1.443921,1.2696627,48.988792,2.7649896,0.02413857,909.9699,0.04859749,860.64557,116.16819,0.013710076,0.015657725,346.35883,41.775227,173.02629,159.42555,8140.026,0.25137696,2710.3289,6.8072524,0.1879992,0.278112,0.4021765,290.84912,348.3048,30.126217,64.78293,40.363644,15.077967,1488.826,3.3582435,67.51486,23.524565,474.49622,28.745161,402.74292,9.686093,68.00563,0.0,950.58075,3657.5374,0.747407,288.19812,31.012249,23745.744,35.404274,0.995105,16.849052,39.41565,7.4428406,2.3746028,19.21348,505.2963,170.2703,21.41393,0.86166924,2.908972,119.434395,4.528001,215.70547,251.96075,1907.4005,704.8258,104.5555,140.59337,117.03455,5.334114,8.2288685,35.860226,3.4717326,6.2468596,22.60584,33.039356,106.43575,19.868355,21.015268,56.666557,11.870885,3445.5752,24.506588,22.783602,17.851986,11.459386,182.90688,37.6043,20.823925,5.6563735,12.714655,17.941587,70.15191,144.61716,31.981318,152.31601,24.016495,14.8433695,99.3563,61.740257,169.50049,77.69331,2.0121183,4.4809136,5.5272985,32.67322,5511.119,2.171114,12.928254,65.25665,17.203308,162.77629,51.355915,117.17927,3.2249372,85.20061,478.59308,315.1077,53.206604,449.60104,59.251343,59.629868,98.06534,19.307232,2.9957137,18.18608,576.1626,0.49594617,0.78093547,84.23037,10.9825535,8.784955,10.013262,16.70541,118.389694,24.333233,153.97249,783.55914,416.13025,2672.3975,2070.813,32.661415,67.752174,3748.5342,17.377123,98.68515,618.2704,167.75504,228.16847,103.63513,566.6165,525.8345,461.36646,16.176651,122.618546,347.5343,680.6733,26.283339,211.0991,33.520676,1.717644,50.74659,1.162699,1.233523,5.1096687,17.18199,209.91942,37.107704,19.642025,452.21347,131.5327,78.23502,100.14247,33.655914,54.49328,22.406363,21.267323,20.881048,155.24422,62.52754,30.810556,15.778965,16.04973,36.6654,28.424416,4.21013,146.43561,37.02829,373.6762,14.355894,688.2279,35.3148,453.7001,275.1911,15.754174,15.8147955,435.67273,546.9576,1621.6737,338.0098 +2023-10-31 15:00:00,0.0,5497.609,150.76352,81.949135,105.197365,65.32934,325.93414,46.700733,99.311745,28.167822,56.99402,1041.3666,85.08677,27.724218,254.78946,1.4456741,1.2713157,49.008736,2.7686126,0.023976326,910.41205,0.048551075,861.0491,116.20852,0.013624254,0.015600286,346.59476,41.790012,173.17921,159.49208,8129.17,0.25166342,2711.2024,6.815779,0.18819474,0.27836004,0.4026408,290.94882,348.39655,30.137117,64.704636,40.364777,15.068846,1487.9202,3.3609824,67.49961,23.502539,474.56555,28.738144,402.6487,9.6688,67.96222,0.0,950.2008,3655.3733,0.7436263,288.01703,30.95177,23732.281,35.373848,0.991845,16.842243,39.403217,7.430455,2.3723118,19.206894,504.83612,170.00755,21.401356,0.85914826,2.9041574,119.34846,4.506156,215.62694,252.08467,1906.6229,705.0032,104.531906,140.56778,116.62326,5.3341756,8.22972,35.893063,3.4723876,6.2519,22.563578,32.993603,106.455505,19.852512,20.990519,56.638348,11.872083,3445.2178,24.500942,22.780241,17.848587,11.452723,182.84476,37.583652,20.816532,5.654751,12.703453,17.924192,70.104126,144.50807,31.935684,152.22462,23.985744,14.822512,99.30186,61.70373,168.99466,77.67439,2.0123065,4.4778223,5.526068,32.624023,5498.529,2.1716359,12.909642,65.28599,17.194254,162.692,51.340324,117.19429,3.2267396,85.15555,478.67413,315.24185,53.13477,449.63882,59.27621,59.59657,98.01277,19.317879,2.9968061,18.191614,575.8293,0.49656585,0.78157526,84.254524,10.980156,8.788641,10.0163765,16.706528,118.44059,24.31366,154.00705,783.7355,416.2445,2672.3848,2070.8237,32.64627,67.74514,3743.753,17.38845,98.64163,618.13776,167.66704,228.05412,103.603195,566.2548,525.3819,461.32233,16.158987,122.55336,347.03598,679.7767,26.209196,210.3115,33.42611,1.7184124,50.746994,1.1630626,1.2342988,5.113219,17.133791,209.89467,37.038338,19.64449,451.32114,131.26276,78.08295,99.90323,33.61175,54.49395,22.390726,21.155256,20.867943,154.9871,62.383354,30.80502,15.740513,16.019758,36.60029,28.338642,4.19784,146.19496,36.951805,373.1129,14.333908,687.05975,35.26084,453.84186,274.64252,15.734808,15.809854,435.1398,546.5652,1621.2582,338.28897 +2023-10-31 16:00:00,0.0,5487.7046,150.48288,81.96352,105.24471,65.33441,326.00693,46.712124,99.35732,28.170942,57.01697,1040.375,85.03202,27.728638,254.84758,1.4474272,1.2729686,49.028683,2.7722356,0.02381408,910.8542,0.048504658,861.4525,116.24884,0.013538431,0.015542847,346.83066,41.8048,173.33214,159.55862,8118.3135,0.25194985,2712.076,6.8243065,0.18839027,0.2786081,0.40310508,291.04852,348.4883,30.148016,64.62634,40.365913,15.059725,1487.0142,3.3637216,67.48436,23.48051,474.63483,28.731129,402.5545,9.651507,67.9188,0.0,949.82086,3653.2095,0.7398456,287.83594,30.891293,23718.82,35.343422,0.988585,16.835432,39.390785,7.4180694,2.3700209,19.200308,504.37595,169.74481,21.38878,0.8566273,2.899343,119.26252,4.484311,215.54839,252.2086,1905.8455,705.1806,104.50833,140.5422,116.21197,5.334237,8.230573,35.9259,3.4730425,6.256941,22.521315,32.94785,106.475266,19.836668,20.965769,56.610138,11.87328,3444.86,24.495298,22.776882,17.845188,11.446059,182.78265,37.563004,20.80914,5.6531277,12.692251,17.9068,70.05634,144.39899,31.890053,152.13324,23.954996,14.801654,99.24742,61.667206,168.48883,77.655464,2.0124946,4.474731,5.5248384,32.574825,5485.9385,2.1721578,12.891031,65.31532,17.185198,162.60773,51.324734,117.20931,3.2285423,85.11048,478.7552,315.37598,53.06294,449.6766,59.301075,59.563267,97.9602,19.328527,2.9978983,18.197145,575.49603,0.49718553,0.78221506,84.27867,10.977757,8.792328,10.01949,16.707647,118.491486,24.294086,154.0416,783.91187,416.35876,2672.3718,2070.8342,32.63113,67.738106,3738.9717,17.399776,98.59812,618.00507,167.57903,227.93977,103.571266,565.8932,524.9294,461.27817,16.141321,122.488174,346.53766,678.88007,26.135056,209.5239,33.331543,1.719181,50.747395,1.163426,1.2350746,5.1167684,17.085592,209.86993,36.96897,19.646954,450.42877,130.99283,77.93088,99.66398,33.56759,54.494625,22.37509,21.04319,20.85484,154.72998,62.239174,30.799482,15.702061,15.989785,36.535175,28.252867,4.18555,145.95433,36.87532,372.54965,14.311922,685.8916,35.20688,453.98364,274.0939,15.715441,15.804912,434.60687,546.1728,1620.8428,338.56815 +2023-10-31 17:00:00,0.0,5477.8003,150.20226,81.9779,105.29207,65.339485,326.07974,46.723515,99.40289,28.174063,57.03993,1039.3833,84.97727,27.733059,254.9057,1.4491802,1.2746216,49.048626,2.7758586,0.023651836,911.2964,0.04845824,861.85596,116.28916,0.013452608,0.015485408,347.0666,41.819584,173.48506,159.62515,8107.4575,0.25223628,2712.9495,6.8328333,0.1885858,0.27885616,0.40356937,291.14822,348.58005,30.158916,64.54805,40.36705,15.050604,1486.1082,3.3664606,67.46912,23.458483,474.70413,28.724112,402.4603,9.634214,67.87539,0.0,949.441,3651.0457,0.7360648,287.65482,30.830814,23705.36,35.312992,0.985325,16.828623,39.378353,7.4056835,2.36773,19.193722,503.91577,169.48207,21.376205,0.85410637,2.8945284,119.17658,4.4624662,215.46983,252.33252,1905.0679,705.35803,104.48476,140.51662,115.80068,5.334299,8.231424,35.958733,3.4736974,6.2619815,22.479052,32.902096,106.495026,19.820826,20.94102,56.58193,11.874477,3444.5027,24.489655,22.773521,17.84179,11.439395,182.72054,37.54236,20.801746,5.6515045,12.681049,17.889404,70.00856,144.2899,31.844421,152.04185,23.924246,14.780796,99.192986,61.63068,167.983,77.63654,2.0126827,4.4716396,5.5236087,32.525627,5473.348,2.1726797,12.87242,65.34466,17.176144,162.52345,51.30914,117.224335,3.2303448,85.06542,478.8362,315.51013,52.991104,449.71442,59.32594,59.529964,97.90762,19.339174,2.9989908,18.202679,575.1627,0.49780518,0.7828548,84.30282,10.975359,8.796014,10.022604,16.708765,118.54238,24.274513,154.07616,784.08826,416.473,2672.3591,2070.845,32.61599,67.73107,3734.1902,17.411104,98.5546,617.87244,167.49103,227.82542,103.53933,565.53156,524.47687,461.23404,16.123655,122.42298,346.0393,677.9835,26.060913,208.7363,33.236973,1.7199494,50.7478,1.1637895,1.2358505,5.1203184,17.037394,209.84518,36.899605,19.649418,449.53644,130.72289,77.7788,99.42473,33.523426,54.495296,22.359453,20.931126,20.841734,154.47287,62.09499,30.793945,15.663609,15.959812,36.470066,28.167091,4.17326,145.71368,36.798836,371.9864,14.289937,684.72345,35.15292,454.1254,273.54532,15.696074,15.79997,434.07394,545.7804,1620.4272,338.84732 +2023-10-31 18:00:00,0.0,5467.896,149.92162,81.99228,105.33942,65.34456,326.15253,46.734905,99.44847,28.177181,57.06288,1038.3917,84.92252,27.737478,254.9638,1.4509333,1.2762746,49.068573,2.7794814,0.023489593,911.7385,0.048411828,862.2594,116.32948,0.013366786,0.015427968,347.30252,41.834366,173.638,159.6917,8096.6016,0.25252274,2713.823,6.84136,0.18878134,0.27910423,0.40403366,291.24792,348.67178,30.169815,64.46976,40.368187,15.041483,1485.2021,3.3691998,67.453865,23.436455,474.77344,28.717096,402.3661,9.616921,67.83197,0.0,949.06104,3648.8818,0.73228407,287.47372,30.770336,23691.896,35.282566,0.98206496,16.821814,39.36592,7.3932977,2.365439,19.187136,503.4556,169.21931,21.36363,0.8515854,2.8897138,119.09064,4.4406214,215.39128,252.45645,1904.2903,705.53546,104.461174,140.49103,115.38939,5.3343606,8.232277,35.99157,3.4743524,6.267022,22.436789,32.856342,106.514786,19.804983,20.91627,56.55372,11.875674,3444.1453,24.48401,22.77016,17.83839,11.432732,182.65842,37.52171,20.794355,5.6498814,12.6698475,17.872011,69.96078,144.18082,31.79879,151.95045,23.893496,14.759938,99.13855,61.594154,167.47717,77.61762,2.012871,4.4685483,5.522379,32.476433,5460.7583,2.1732018,12.853809,65.37399,17.167088,162.43918,51.29355,117.23936,3.2321475,85.02036,478.91727,315.64426,52.91927,449.7522,59.350807,59.496662,97.85506,19.349821,3.0000832,18.20821,574.82947,0.49842486,0.7834946,84.326965,10.97296,8.7997,10.025719,16.709885,118.593285,24.25494,154.11072,784.26465,416.58725,2672.3462,2070.8557,32.60085,67.72403,3729.409,17.422432,98.511086,617.7398,167.40303,227.71109,103.50739,565.1699,524.02435,461.18988,16.105991,122.357796,345.541,677.0869,25.986773,207.94868,33.142406,1.7207178,50.7482,1.164153,1.2366263,5.123868,16.989195,209.82045,36.830235,19.65188,448.6441,130.45296,77.62673,99.185486,33.479263,54.495968,22.343817,20.81906,20.828629,154.21576,61.95081,30.788408,15.625156,15.929839,36.404953,28.081316,4.16097,145.47305,36.72235,371.4231,14.267951,683.5553,35.098957,454.26718,272.99673,15.676706,15.795029,433.54102,545.388,1620.0117,339.1265 +2023-10-31 19:00:00,0.0,5457.991,149.64099,82.00666,105.38677,65.34963,326.2253,46.746296,99.49405,28.180302,57.085835,1037.4001,84.867775,27.741898,255.02193,1.4526864,1.2779276,49.088516,2.7831044,0.023327349,912.1807,0.04836541,862.66284,116.36981,0.0132809635,0.015370529,347.53845,41.84915,173.79092,159.75822,8085.7456,0.25280917,2714.6965,6.8498874,0.18897687,0.27935228,0.40449795,291.34766,348.76352,30.180716,64.391464,40.36932,15.032362,1484.2963,3.3719387,67.438614,23.414427,474.84277,28.71008,402.27188,9.599628,67.78856,0.0,948.6811,3646.7178,0.72850335,287.2926,30.709858,23678.436,35.25214,0.97880495,16.815002,39.35349,7.3809123,2.363148,19.18055,502.99542,168.95657,21.351055,0.8490644,2.8848991,119.0047,4.4187765,215.31274,252.58037,1903.5128,705.7129,104.43759,140.46544,114.978096,5.3344226,8.2331295,36.024406,3.4750073,6.272063,22.394526,32.810593,106.53454,19.789139,20.89152,56.52551,11.876871,3443.7876,24.478365,22.766802,17.834991,11.426068,182.5963,37.50106,20.786963,5.648258,12.658646,17.854616,69.912994,144.07173,31.753159,151.85907,23.862747,14.73908,99.084114,61.55763,166.97136,77.598694,2.0130591,4.465457,5.521149,32.427235,5448.168,2.1737237,12.835198,65.40333,17.158033,162.35489,51.277958,117.25439,3.23395,84.9753,478.99832,315.77838,52.847435,449.78998,59.37567,59.463364,97.80248,19.360468,3.0011756,18.213743,574.49615,0.4990445,0.7841344,84.35111,10.970563,8.803387,10.028832,16.711002,118.64418,24.235367,154.14528,784.44104,416.7015,2672.3335,2070.8665,32.58571,67.716995,3724.6277,17.43376,98.467575,617.6071,167.31502,227.59674,103.475464,564.8082,523.5718,461.14575,16.088326,122.29261,345.04266,676.1903,25.91263,207.16109,33.04784,1.7214862,50.748604,1.1645166,1.2374022,5.127418,16.940996,209.7957,36.760868,19.654345,447.75174,130.18301,77.474655,98.946236,33.4351,54.49664,22.32818,20.706995,20.815525,153.95865,61.806625,30.782871,15.586705,15.899865,36.339844,27.99554,4.14868,145.2324,36.645866,370.85983,14.245965,682.38715,35.045,454.40894,272.44815,15.65734,15.790087,433.0081,544.9956,1619.5963,339.40567 +2023-10-31 20:00:00,0.0,5448.087,149.36037,82.02104,105.43412,65.354706,326.29813,46.757687,99.53962,28.183422,57.10879,1036.4084,84.81303,27.746319,255.08005,1.4544394,1.2795806,49.108463,2.7867274,0.023165105,912.62286,0.048318997,863.0663,116.41013,0.013195141,0.01531309,347.77438,41.863937,173.94385,159.82477,8074.8896,0.2530956,2715.57,6.858414,0.1891724,0.27960035,0.40496224,291.44736,348.85526,30.191616,64.31317,40.370457,15.023241,1483.3903,3.374678,67.42337,23.392399,474.91205,28.703064,402.17767,9.582335,67.74514,0.0,948.3012,3644.554,0.7247226,287.1115,30.649378,23664.975,35.22171,0.9755449,16.808193,39.341057,7.3685265,2.3608568,19.173964,502.53522,168.69383,21.338482,0.84654343,2.8800845,118.91876,4.3969316,215.23419,252.7043,1902.7352,705.8903,104.41402,140.43985,114.56681,5.334484,8.233981,36.057243,3.4756622,6.2771034,22.352264,32.76484,106.5543,19.773296,20.86677,56.497303,11.878069,3443.4302,24.472721,22.763441,17.831593,11.419404,182.53418,37.48041,20.77957,5.646635,12.647444,17.837223,69.86521,143.96265,31.707527,151.76768,23.831997,14.718223,99.02968,61.521103,166.46553,77.57977,2.0132473,4.4623656,5.5199194,32.378036,5435.5776,2.1742456,12.816587,65.43266,17.14898,162.27061,51.262367,117.26941,3.2357526,84.930244,479.07935,315.91254,52.775604,449.8278,59.40054,59.43006,97.749916,19.371115,3.002268,18.219275,574.1629,0.4996642,0.7847742,84.37526,10.968164,8.807073,10.031947,16.71212,118.695076,24.215794,154.17984,784.61743,416.81573,2672.3206,2070.8772,32.570568,67.70996,3719.8464,17.445087,98.42406,617.4745,167.22702,227.48239,103.44353,564.4466,523.11926,461.1016,16.07066,122.22742,344.5443,675.29376,25.83849,206.37349,32.95327,1.7222546,50.749004,1.16488,1.238178,5.130968,16.892796,209.77097,36.6915,19.656809,446.8594,129.91307,77.32258,98.706985,33.390938,54.49731,22.312544,20.594929,20.80242,153.70154,61.662445,30.777334,15.548253,15.869892,36.27473,27.909765,4.13639,144.99178,36.56938,370.29657,14.22398,681.21906,34.99104,454.55072,271.89957,15.637973,15.785145,432.47516,544.6032,1619.1808,339.68484 +2023-10-31 21:00:00,0.0,5438.1826,149.07973,82.03542,105.481476,65.35978,326.3709,46.769077,99.5852,28.186543,57.131744,1035.4169,84.75828,27.750738,255.13815,1.4561925,1.2812335,49.128407,2.7903504,0.023002861,913.06506,0.04827258,863.4698,116.450455,0.013109319,0.0152556505,348.0103,41.878723,174.09677,159.8913,8064.0337,0.25338206,2716.4438,6.866941,0.18936794,0.2798484,0.4054265,291.54706,348.947,30.202515,64.23488,40.371593,15.01412,1482.4843,3.3774168,67.40812,23.37037,474.98138,28.696047,402.08344,9.565042,67.70173,0.0,947.92126,3642.3901,0.7209419,286.9304,30.5889,23651.512,35.191284,0.9722849,16.801382,39.32863,7.3561406,2.3585658,19.167377,502.07504,168.43109,21.325907,0.84402245,2.87527,118.832825,4.3750863,215.15564,252.82822,1901.9576,706.0677,104.390434,140.41426,114.15552,5.334546,8.234834,36.09008,3.4763172,6.2821436,22.310001,32.719086,106.57406,19.757452,20.84202,56.469093,11.879266,3443.0725,24.467077,22.76008,17.828196,11.412741,182.47206,37.459763,20.772177,5.6450124,12.636242,17.819828,69.81743,143.85358,31.661894,151.6763,23.801249,14.697365,98.975235,61.484577,165.9597,77.56085,2.0134354,4.459274,5.518689,32.32884,5422.9873,2.1747675,12.797976,65.462,17.139923,162.18634,51.246777,117.28443,3.237555,84.885185,479.1604,316.04666,52.70377,449.86557,59.425404,59.39676,97.69734,19.381762,3.0033605,18.224808,573.8296,0.50028384,0.785414,84.399414,10.965766,8.81076,10.035061,16.71324,118.74597,24.19622,154.2144,784.7938,416.93,2672.3079,2070.888,32.555424,67.70293,3715.0652,17.456415,98.38055,617.3418,167.139,227.36804,103.41159,564.08496,522.66675,461.05746,16.052996,122.16223,344.046,674.39716,25.764347,205.58588,32.858704,1.723023,50.74941,1.1652435,1.2389538,5.1345177,16.844597,209.74622,36.622135,19.659273,445.96707,129.64314,77.17051,98.46774,33.346775,54.497982,22.29691,20.482864,20.789314,153.44443,61.51826,30.771797,15.509801,15.839919,36.20962,27.823992,4.1240997,144.75113,36.492897,369.73328,14.201994,680.0509,34.937077,454.69247,271.35098,15.618606,15.780203,431.94223,544.2108,1618.7653,339.964 +2023-10-31 22:00:00,0.0,5428.2783,148.7991,82.049805,105.528824,65.36485,326.4437,46.780468,99.630775,28.189661,57.154697,1034.4253,84.70353,27.755157,255.19627,1.4579456,1.2828865,49.148354,2.7939734,0.022840615,913.5072,0.048226163,863.8732,116.490776,0.013023497,0.015198211,348.24622,41.893505,174.24971,159.95784,8053.1772,0.2536685,2717.3174,6.875468,0.18956347,0.28009647,0.40589082,291.64676,349.03876,30.213415,64.156586,40.37273,15.004999,1481.5782,3.380156,67.39287,23.348343,475.05066,28.689032,401.98923,9.547749,67.65831,0.0,947.5413,3640.2263,0.7171612,286.7493,30.528421,23638.05,35.16086,0.9690249,16.794573,39.316196,7.343755,2.3562748,19.160791,501.61487,168.16833,21.313332,0.84150153,2.8704555,118.74688,4.3532414,215.07709,252.95215,1901.18,706.2451,104.36685,140.38867,113.744225,5.3346076,8.235686,36.122913,3.476972,6.2871842,22.267738,32.673332,106.59382,19.74161,20.81727,56.440884,11.880463,3442.715,24.461433,22.75672,17.824797,11.406077,182.40996,37.439117,20.764786,5.643389,12.62504,17.802435,69.769646,143.74449,31.616262,151.5849,23.770498,14.676507,98.9208,61.44805,165.45387,77.54193,2.0136237,4.4561825,5.5174594,32.279644,5410.3975,2.1752896,12.779365,65.49133,17.130869,162.10207,51.231182,117.29945,3.2393577,84.84012,479.24146,316.1808,52.631935,449.90335,59.450268,59.363457,97.64477,19.39241,3.004453,18.23034,573.49634,0.5009035,0.7860537,84.42356,10.963367,8.8144455,10.038175,16.714357,118.796875,24.176647,154.24896,784.9702,417.04425,2672.295,2070.8984,32.540283,67.695885,3710.2837,17.467743,98.33703,617.20917,167.05101,227.2537,103.379654,563.7233,522.21423,461.0133,16.03533,122.097046,343.54767,673.50055,25.690207,204.79828,32.764137,1.7237916,50.74981,1.165607,1.2397296,5.1380677,16.796398,209.72148,36.552765,19.661737,445.07474,129.3732,77.01843,98.22849,33.302612,54.498657,22.281273,20.370798,20.776209,153.1873,61.37408,30.76626,15.471349,15.809946,36.14451,27.738216,4.1118097,144.5105,36.416412,369.17,14.180008,678.88275,34.883118,454.83426,270.80237,15.599238,15.775261,431.4093,543.8184,1618.3497,340.24316 +2023-10-31 23:00:00,0.0,5418.374,148.51846,82.064186,105.57618,65.36993,326.5165,46.79186,99.676346,28.192781,57.177654,1033.4336,84.64878,27.759579,255.25438,1.4596987,1.2845395,49.168297,2.7975965,0.022678372,913.9494,0.04817975,864.2767,116.531105,0.012937674,0.015140772,348.48215,41.90829,174.40263,160.02437,8042.3213,0.25395495,2718.191,6.883995,0.189759,0.28034452,0.4063551,291.74646,349.1305,30.224314,64.07829,40.373863,14.995878,1480.6724,3.382895,67.377625,23.326315,475.12,28.682014,401.89502,9.530456,67.6149,0.0,947.16144,3638.0623,0.71338046,286.56818,30.467943,23624.588,35.13043,0.9657649,16.787762,39.303764,7.3313694,2.3539839,19.154205,501.1547,167.9056,21.300756,0.83898056,2.8656409,118.66094,4.3313966,214.99855,253.07607,1900.4026,706.42255,104.34328,140.36308,113.33294,5.3346696,8.236538,36.15575,3.477627,6.292225,22.225475,32.62758,106.61357,19.725765,20.79252,56.412674,11.88166,3442.3574,24.455788,22.75336,17.821398,11.399413,182.34784,37.41847,20.757393,5.641766,12.613838,17.78504,69.72186,143.6354,31.570631,151.49352,23.73975,14.655649,98.86636,61.411526,164.94804,77.523,2.0138118,4.453091,5.5162296,32.230446,5397.807,2.1758115,12.760754,65.52067,17.121813,162.01778,51.21559,117.314476,3.2411602,84.79506,479.32248,316.31494,52.560104,449.94116,59.475136,59.33016,97.5922,19.403057,3.0055454,18.235872,573.163,0.5015232,0.7866935,84.44771,10.96097,8.818132,10.041289,16.715477,118.84777,24.157074,154.28352,785.14655,417.15848,2672.2822,2070.9092,32.525143,67.68885,3705.5024,17.47907,98.29352,617.0765,166.963,227.13934,103.347725,563.36163,521.76166,460.96918,16.017666,122.03185,343.04932,672.604,25.616064,204.01067,32.669567,1.72456,50.750214,1.1659706,1.2405055,5.1416173,16.7482,209.69673,36.4834,19.664202,444.18237,129.10327,76.86636,97.98925,33.25845,54.49933,22.265636,20.258734,20.763105,152.93019,61.229897,30.760723,15.432897,15.779973,36.0794,27.652441,4.0995197,144.26985,36.339928,368.60672,14.158023,677.7146,34.829155,454.976,270.25378,15.579872,15.770319,430.87637,543.426,1617.9343,340.52234 +2023-11-01 00:00:00,0.0,5408.4697,148.23784,82.07857,105.62353,65.375,326.5893,46.80325,99.721924,28.195902,57.200607,1032.442,84.59403,27.763998,255.3125,1.4614518,1.2861924,49.188244,2.8012195,0.022516128,914.39154,0.048133332,864.6801,116.57143,0.012851852,0.015083333,348.71808,41.923077,174.55556,160.09091,8031.4653,0.25424138,2719.0645,6.892522,0.18995453,0.2805926,0.4068194,291.84616,349.22223,30.235214,64.0,40.375,14.986757,1479.7664,3.3856342,67.36237,23.304287,475.18927,28.675,401.8008,9.513163,67.57148,0.0,946.7815,3635.8984,0.70959973,286.3871,30.407465,23611.127,35.100002,0.96250486,16.780952,39.291332,7.3189836,2.351693,19.14762,500.69452,167.64285,21.288181,0.8364596,2.8608263,118.575005,4.3095517,214.92,253.2,1899.625,706.6,104.319695,140.3375,112.921646,5.334731,8.2373905,36.188587,3.478282,6.2972655,22.183212,32.581825,106.63333,19.709923,20.76777,56.384464,11.882857,3442.0,24.450144,22.75,17.817999,11.39275,182.28572,37.39782,20.75,5.640143,12.602636,17.767647,69.67408,143.52632,31.525,151.40213,23.709,14.634791,98.81193,61.375,164.44221,77.50408,2.014,4.45,5.515,32.181248,5385.217,2.1763334,12.742143,65.55,17.112759,161.9335,51.2,117.3295,3.2429628,84.75,479.40353,316.44907,52.48827,449.97894,59.5,59.296856,97.53963,19.413704,3.0066378,18.241404,572.8298,0.50214285,0.7873333,84.471855,10.958571,8.821818,10.044403,16.716595,118.89867,24.1375,154.31808,785.32294,417.27274,2672.2693,2070.92,32.510002,67.681816,3700.7212,17.490398,98.25,616.94385,166.875,227.025,103.31579,563.0,521.30914,460.92502,16.0,121.96667,342.551,671.7074,25.541924,203.22307,32.575,1.7253284,50.750614,1.166334,1.2412813,5.1451674,16.7,209.672,36.414032,19.666666,443.29004,128.83333,76.71429,97.75,33.214287,54.5,22.25,20.146667,20.75,152.67308,61.085716,30.755186,15.394444,15.75,36.014286,27.566666,4.0872297,144.02922,36.263443,368.04346,14.136037,676.54645,34.775196,455.1178,269.7052,15.560505,15.765377,430.34344,543.0336,1617.5188,340.8015 +2023-11-01 01:00:00,0.0,5405.736,148.13068,82.01025,105.59063,65.353226,326.59903,46.798927,99.703186,28.18775,57.195133,1031.5319,84.61018,27.759104,255.20862,1.4598671,1.2844679,49.2108,2.797528,0.038643774,914.59784,0.068730414,865.25366,116.60014,0.013638837,0.060293112,349.1491,41.932373,174.91266,160.1573,8026.2354,0.26204872,2719.038,6.993533,0.19215952,0.2851089,0.42142263,291.78543,349.15543,30.355152,63.984722,40.374493,14.982051,1478.8568,3.44872,67.32601,23.287722,475.18555,28.655546,401.9979,9.508294,67.53365,0.0,946.5388,3633.9497,0.7089549,286.23773,30.389727,23597.004,35.087334,0.9622475,16.769993,39.268623,7.3171215,2.3510454,19.138744,500.4298,167.5175,21.271488,0.83619183,2.8596926,118.5674,4.3061886,214.82805,253.23097,1899.9127,706.2872,104.31015,140.37383,113.12267,5.3415895,8.245356,36.324234,3.5007598,6.3260465,22.169943,32.564003,106.69526,19.704922,20.75484,56.373928,11.884226,3442.326,24.442621,22.748611,17.815926,11.391804,182.29802,37.40099,20.742361,5.6416283,12.596195,17.760244,69.65625,143.47932,31.52243,151.40683,23.704119,14.621486,98.7438,61.34148,164.32083,77.51982,2.0256276,4.4480205,5.514162,32.162857,5381.074,2.1847658,12.728148,65.53373,17.107128,161.90247,51.235695,117.33188,3.243457,84.72507,479.3601,316.49692,52.45853,449.8506,59.478474,59.28989,97.50545,19.43407,3.010547,18.251709,572.727,0.50224274,0.7883032,84.52026,10.976625,8.822729,10.049042,16.718437,118.96585,24.181042,154.32726,785.4822,417.0417,2671.622,2070.6125,32.49326,67.62506,3698.5967,17.499062,98.17199,616.8071,166.74606,226.87016,103.24678,562.53925,521.0306,460.93518,15.991048,121.89911,342.51816,671.3995,25.525736,203.10146,32.550766,1.7252588,50.75301,1.1663091,1.2413719,5.1444545,16.69414,209.47409,36.39622,19.665602,443.05557,128.75914,76.67034,97.697914,33.194366,54.503994,22.235647,20.123283,20.743126,152.59813,61.05792,30.73147,15.420468,15.743055,35.986526,27.556759,4.083794,143.95656,36.234783,367.86252,14.129954,676.13904,34.755722,455.53326,269.5979,15.546035,15.759985,430.03427,542.67816,1616.8376,341.24176 +2023-11-01 02:00:00,0.0,5403.0015,148.02353,81.94193,105.557724,65.33146,326.60876,46.7946,99.684456,28.1796,57.189655,1030.6217,84.626335,27.75421,255.10474,1.4582826,1.2827435,49.233356,2.7938366,0.054771416,914.8041,0.0893275,865.82715,116.62886,0.014425823,0.10550289,349.58014,41.941666,175.26976,160.2237,8021.0054,0.26985607,2719.0117,7.0945444,0.1943645,0.2896252,0.4360259,291.72467,349.08862,30.475088,63.969444,40.373985,14.977344,1477.9471,3.5118055,67.28965,23.271158,475.18182,28.636093,402.19498,9.503425,67.49582,0.0,946.29614,3632.0007,0.70831,286.0884,30.371988,23582.883,35.07467,0.9619901,16.759035,39.24592,7.3152595,2.3503978,19.129868,500.16507,167.39215,21.254793,0.83592415,2.858559,118.5598,4.3028255,214.73611,253.26195,1900.2003,705.9744,104.3006,140.41017,113.3237,5.3484483,8.253322,36.45988,3.523238,6.3548274,22.156673,32.54618,106.75719,19.699919,20.741909,56.363388,11.885593,3442.6519,24.435097,22.747223,17.813854,11.390857,182.31032,37.40416,20.734722,5.6431136,12.589755,17.752842,69.63842,143.43231,31.519861,151.41154,23.69924,14.608181,98.67566,61.307957,164.19946,77.53556,2.0372555,4.4460416,5.513324,32.144466,5376.932,2.193198,12.714154,65.517456,17.101498,161.87143,51.27139,117.33425,3.2439516,84.70014,479.31668,316.5448,52.428795,449.72223,59.456944,59.28293,97.47127,19.454437,3.0144563,18.262012,572.6242,0.50234264,0.78927314,84.56867,10.9946785,8.823639,10.053679,16.72028,119.03303,24.224585,154.33643,785.64136,416.8106,2670.9749,2070.3054,32.476517,67.568306,3696.472,17.507723,98.09398,616.67035,166.61714,226.71535,103.17778,562.0785,520.752,460.94534,15.982095,121.83156,342.48532,671.09155,25.509546,202.97983,32.526527,1.7251893,50.755405,1.1662841,1.2414626,5.1437416,16.688278,209.27617,36.37841,19.664536,442.8211,128.68495,76.62639,97.645836,33.174446,54.507988,22.221296,20.0999,20.73625,152.52318,61.03012,30.707754,15.446491,15.736111,35.95877,27.54685,4.0803585,143.88388,36.206123,367.68158,14.123872,675.73157,34.736244,455.94873,269.4906,15.531565,15.754593,429.7251,542.3227,1616.1565,341.68198 +2023-11-01 03:00:00,0.0,5400.2676,147.91637,81.87361,105.524826,65.309685,326.61853,46.79028,99.66572,28.171448,57.18418,1029.7115,84.64249,27.749315,255.00085,1.456698,1.281019,49.25591,2.7901452,0.07089906,915.0104,0.109924585,866.4007,116.65758,0.015212809,0.15071267,350.01117,41.950962,175.62685,160.29008,8015.7754,0.27766344,2718.9854,7.1955557,0.1965695,0.2941415,0.45062912,291.66394,349.02182,30.595026,63.954166,40.373474,14.972637,1477.0376,3.5748913,67.253296,23.254593,475.1781,28.61664,402.39206,9.498556,67.45799,0.0,946.05347,3630.052,0.70766515,285.93906,30.35425,23568.76,35.062,0.96173275,16.748075,39.223213,7.313397,2.3497503,19.120993,499.90036,167.2668,21.2381,0.8356564,2.8574252,118.55219,4.2994623,214.64417,253.29291,1900.488,705.6616,104.29105,140.4465,113.524734,5.3553066,8.261287,36.595528,3.5457158,6.383608,22.143404,32.52836,106.819115,19.694918,20.72898,56.35285,11.886962,3442.9778,24.427574,22.745832,17.81178,11.389911,182.32263,37.40733,20.727083,5.6445994,12.583314,17.745441,69.62058,143.38531,31.517292,151.41624,23.694359,14.594875,98.60753,61.274437,164.07808,77.5513,2.0488832,4.444062,5.512486,32.126076,5372.7896,2.2016304,12.700159,65.50118,17.095867,161.8404,51.307083,117.33663,3.2444458,84.67521,479.2733,316.59265,52.399055,449.5939,59.435417,59.275963,97.43709,19.474802,3.0183654,18.272318,572.5214,0.50244254,0.790243,84.61708,11.0127325,8.82455,10.058318,16.722122,119.10021,24.268126,154.3456,785.80054,416.57956,2670.328,2069.998,32.459774,67.51155,3694.3474,17.516386,98.015976,616.5336,166.4882,226.56052,103.10877,561.6178,520.4735,460.9555,15.973143,121.764,342.45248,670.7836,25.493359,202.85822,32.502293,1.7251197,50.757797,1.1662592,1.2415532,5.1430287,16.682417,209.07826,36.360603,19.663471,442.58664,128.61076,76.58244,97.59375,33.154526,54.51198,22.206944,20.076515,20.729376,152.44823,61.002323,30.684036,15.472515,15.729167,35.93101,27.536943,4.076923,143.81122,36.177467,367.50064,14.117789,675.32416,34.71677,456.36423,269.3833,15.517095,15.749202,429.41592,541.9672,1615.4753,342.12222 +2023-11-01 04:00:00,0.0,5397.533,147.8092,81.8053,105.49193,65.28792,326.62827,46.785957,99.64699,28.163298,57.178707,1028.8014,84.658646,27.744421,254.89697,1.4551133,1.2792945,49.278465,2.786454,0.08702671,915.2166,0.13052167,866.9742,116.6863,0.015999794,0.19592245,350.4422,41.960255,175.98395,160.35646,8010.5454,0.28547078,2718.959,7.296567,0.19877449,0.2986578,0.46523234,291.60318,348.95502,30.714962,63.93889,40.372967,14.96793,1476.128,3.6379771,67.216934,23.23803,475.17438,28.597189,402.5891,9.493687,67.420166,0.0,945.8108,3628.1033,0.7070203,285.7897,30.33651,23554.637,35.04933,0.9614754,16.737116,39.200504,7.311535,2.3491027,19.112116,499.63562,167.14145,21.221407,0.8353887,2.8562918,118.544586,4.296099,214.55222,253.32388,1900.7756,705.3489,104.2815,140.48283,113.72576,5.3621655,8.269252,36.73117,3.5681937,6.412389,22.130136,32.510532,106.88105,19.689915,20.71605,56.34231,11.8883295,3443.3037,24.42005,22.744444,17.809708,11.388965,182.33493,37.410503,20.719444,5.646085,12.576874,17.738039,69.60275,143.3383,31.51472,151.42096,23.689478,14.58157,98.5394,61.240917,163.95671,77.56705,2.060511,4.4420834,5.511648,32.10769,5368.6475,2.2100625,12.686165,65.48491,17.090235,161.80936,51.342777,117.339005,3.2449403,84.650276,479.22986,316.64053,52.369316,449.46555,59.413887,59.269,97.40291,19.495169,3.0222747,18.282621,572.41864,0.50254244,0.7912129,84.66549,11.030786,8.8254595,10.062956,16.723967,119.1674,24.311666,154.35477,785.9597,416.34848,2669.6807,2069.691,32.44303,67.454796,3692.223,17.525047,97.937965,616.3969,166.35928,226.40569,103.039764,561.15704,520.19495,460.96567,15.9641905,121.69644,342.41965,670.4757,25.477169,202.73659,32.478058,1.7250501,50.760193,1.1662341,1.2416438,5.142316,16.676556,208.88036,36.342793,19.662407,442.35217,128.53658,76.53849,97.541664,33.134605,54.515972,22.192593,20.053131,20.7225,152.37328,60.974525,30.66032,15.498539,15.722222,35.903255,27.527037,4.073487,143.73856,36.148808,367.3197,14.111707,674.9167,34.697296,456.7797,269.27603,15.5026245,15.74381,429.10672,541.61176,1614.7943,342.56244 +2023-11-01 05:00:00,0.0,5394.7993,147.70204,81.73698,105.45902,65.26614,326.638,46.78163,99.62825,28.155146,57.17323,1027.8914,84.6748,27.739527,254.7931,1.4535288,1.27757,49.30102,2.7827625,0.103154354,915.4229,0.15111876,867.5477,116.71502,0.01678678,0.24113223,350.87323,41.96955,176.34105,160.42285,8005.3154,0.29327813,2718.9326,7.3975782,0.20097947,0.30317414,0.47983557,291.54245,348.8882,30.8349,63.92361,40.37246,14.963223,1475.2185,3.701063,67.18057,23.221464,475.17065,28.577736,402.7862,9.488818,67.38234,0.0,945.5681,3626.1543,0.7063754,285.64035,30.318771,23540.514,35.036663,0.961218,16.726158,39.177795,7.309673,2.348455,19.103241,499.3709,167.01608,21.204714,0.835121,2.855158,118.53699,4.292736,214.46028,253.35486,1901.0634,705.0361,104.27195,140.51918,113.92679,5.369024,8.277218,36.866817,3.5906718,6.4411697,22.116867,32.49271,106.94298,19.684914,20.703117,56.331776,11.889698,3443.6296,24.412527,22.743055,17.807634,11.388018,182.34723,37.413673,20.711805,5.64757,12.570433,17.730637,69.58492,143.2913,31.512152,151.42566,23.684599,14.568264,98.47127,61.207397,163.83533,77.58279,2.0721388,4.440104,5.51081,32.0893,5364.505,2.218495,12.672171,65.468636,17.084604,161.77832,51.37847,117.341385,3.2454345,84.62535,479.18643,316.6884,52.339577,449.3372,59.39236,59.262035,97.36873,19.515535,3.0261838,18.292927,572.31586,0.5026424,0.79218286,84.7139,11.04884,8.82637,10.067595,16.72581,119.23458,24.35521,154.36394,786.11896,416.11743,2669.0334,2069.3835,32.42629,67.39804,3690.0981,17.53371,97.859955,616.26013,166.23035,226.25085,102.97076,560.6963,519.9164,460.97583,15.955238,121.62889,342.3868,670.16785,25.460981,202.61497,32.45382,1.7249805,50.76259,1.1662092,1.2417345,5.141603,16.670694,208.68243,36.32498,19.661343,442.1177,128.46237,76.494545,97.489586,33.114685,54.519966,22.17824,20.029747,20.715626,152.29832,60.946728,30.636604,15.524563,15.715278,35.875496,27.517128,4.070051,143.66588,36.120148,367.13876,14.105623,674.5093,34.67782,457.19516,269.16873,15.488154,15.738418,428.79755,541.25635,1614.1132,343.0027 +2023-11-01 06:00:00,0.0,5392.065,147.5949,81.66866,105.426125,65.24438,326.64774,46.77731,99.60951,28.146994,57.167755,1026.9812,84.69095,27.73463,254.68922,1.4519441,1.2758455,49.323578,2.779071,0.119282,915.6292,0.17171584,868.1212,116.74374,0.017573766,0.286342,351.30426,41.978848,176.69815,160.48924,8000.0854,0.30108547,2718.9065,7.4985895,0.20318446,0.30769044,0.49443883,291.4817,348.8214,30.954836,63.908333,40.371952,14.958516,1474.3088,3.7641485,67.14421,23.2049,475.16693,28.558283,402.98328,9.483949,67.344505,0.0,945.32544,3624.2056,0.70573056,285.49103,30.301033,23526.393,35.024,0.9609606,16.715199,39.15509,7.307811,2.3478074,19.094366,499.10617,166.89073,21.188019,0.83485323,2.8540244,118.52938,4.289373,214.36833,253.38583,1901.3511,704.7233,104.262405,140.55551,114.127815,5.375882,8.285183,37.002464,3.6131496,6.4699507,22.103598,32.474888,107.004906,19.679913,20.690187,56.321236,11.891066,3443.9556,24.405005,22.741667,17.805563,11.387072,182.35953,37.416843,20.704166,5.6490555,12.5639925,17.723234,69.56709,143.24431,31.509583,151.43037,23.679718,14.554959,98.40313,61.173874,163.71396,77.598526,2.0837667,4.4381247,5.509972,32.070908,5360.3623,2.2269273,12.658176,65.45236,17.078974,161.74728,51.41417,117.34376,3.245929,84.60042,479.143,316.73627,52.30984,449.20883,59.370834,59.255074,97.33455,19.535902,3.0300932,18.30323,572.21313,0.5027423,0.79315275,84.76231,11.066893,8.82728,10.072232,16.727652,119.30176,24.39875,154.3731,786.2782,415.88638,2668.3862,2069.0762,32.409542,67.341286,3687.9736,17.542372,97.781944,616.1234,166.10141,226.09604,102.90176,560.23553,519.6378,460.986,15.946285,121.56133,342.354,669.8599,25.444792,202.49335,32.429585,1.724911,50.764984,1.1661843,1.2418251,5.14089,16.664835,208.48453,36.30717,19.660276,441.88324,128.38818,76.4506,97.4375,33.094765,54.52396,22.163889,20.006361,20.70875,152.22337,60.91893,30.612888,15.550586,15.708333,35.84774,27.507221,4.0666156,143.59322,36.091488,366.95786,14.099541,674.1018,34.658344,457.61063,269.06143,15.473684,15.733026,428.48837,540.9009,1613.432,343.4429 +2023-11-01 07:00:00,0.0,5389.331,147.48773,81.60034,105.39323,65.2226,326.65747,46.772987,99.59078,28.138844,57.16228,1026.071,84.7071,27.729736,254.58534,1.4503595,1.274121,49.346134,2.7753797,0.13540964,915.83545,0.19231291,868.69476,116.77245,0.01836075,0.3315518,351.7353,41.98814,177.05525,160.55563,7994.8555,0.30889282,2718.8801,7.5996003,0.20538944,0.31220675,0.5090421,291.42096,348.7546,31.074774,63.893055,40.37144,14.95381,1473.3993,3.8272343,67.10786,23.188335,475.1632,28.53883,403.18036,9.47908,67.30668,0.0,945.08276,3622.2568,0.7050857,285.34167,30.283295,23512.27,35.01133,0.96070325,16.704239,39.13238,7.3059487,2.3471599,19.08549,498.84146,166.76538,21.171326,0.83458555,2.8528907,118.521774,4.28601,214.27638,253.41681,1901.6387,704.4105,104.25285,140.59186,114.32885,5.382741,8.293149,37.13811,3.6356275,6.498731,22.090328,32.45706,107.06683,19.67491,20.677256,56.3107,11.892434,3444.2815,24.39748,22.740278,17.80349,11.386126,182.37183,37.420013,20.696527,5.650541,12.557551,17.715834,69.54926,143.1973,31.507013,151.43507,23.674837,14.541654,98.335,61.140354,163.59258,77.614265,2.0953944,4.436146,5.5091343,32.052517,5356.22,2.2353594,12.644182,65.43609,17.073343,161.71626,51.449863,117.34614,3.2464232,84.575485,479.09958,316.78412,52.2801,449.08047,59.349304,59.248108,97.30037,19.556267,3.0340023,18.313536,572.11035,0.5028422,0.79412264,84.810715,11.084947,8.828191,10.076871,16.729494,119.36894,24.442293,154.38226,786.4374,415.6553,2667.739,2068.769,32.3928,67.28453,3685.849,17.551035,97.70393,615.98663,165.97249,225.94121,102.83275,559.77484,519.3593,460.99615,15.937333,121.49378,342.32117,669.552,25.428604,202.37173,32.40535,1.7248414,50.76738,1.1661593,1.2419157,5.1401777,16.658974,208.28662,36.28936,19.659212,441.64877,128.314,76.40665,97.385414,33.07484,54.52795,22.149536,19.982977,20.701876,152.14842,60.891132,30.589172,15.57661,15.701389,35.81998,27.497314,4.06318,143.52055,36.06283,366.77692,14.093458,673.6944,34.638866,458.02612,268.95413,15.459214,15.727634,428.1792,540.5454,1612.7509,343.88315 +2023-11-01 08:00:00,0.0,5386.5967,147.38057,81.53203,105.36033,65.200836,326.6672,46.76866,99.572044,28.130692,57.156803,1025.1609,84.72325,27.724842,254.48146,1.4487748,1.2723964,49.368687,2.7716882,0.15153728,916.04175,0.21291,869.2683,116.80117,0.019147737,0.37676156,352.16632,41.997437,177.41235,160.62202,7989.626,0.31670016,2718.8538,7.7006116,0.20759444,0.31672305,0.5236453,291.36023,348.6878,31.19471,63.877777,40.370934,14.949102,1472.4897,3.89032,67.071495,23.171772,475.1595,28.519377,403.37744,9.474211,67.26885,0.0,944.8401,3620.3079,0.70444083,285.19232,30.265556,23498.146,34.99866,0.9604459,16.693281,39.109676,7.3040867,2.3465123,19.076614,498.57675,166.64003,21.154633,0.8343178,2.851757,118.51417,4.2826467,214.18445,253.44777,1901.9264,704.0978,104.2433,140.62819,114.52988,5.3895993,8.301114,37.273758,3.6581056,6.527512,22.077059,32.43924,107.12876,19.669909,20.664326,56.30016,11.893802,3444.6074,24.389957,22.73889,17.801416,11.385179,182.38414,37.423183,20.688889,5.6520267,12.551111,17.708431,69.531425,143.1503,31.504444,151.43979,23.669958,14.528348,98.26687,61.106834,163.4712,77.630005,2.107022,4.4341664,5.508296,32.034126,5352.0776,2.2437918,12.630188,65.419815,17.067713,161.68523,51.485558,117.34851,3.2469175,84.55055,479.05615,316.832,52.250362,448.95215,59.327778,59.241146,97.26619,19.576633,3.0379117,18.323841,572.00757,0.5029421,0.7950926,84.85912,11.103,8.829102,10.08151,16.731337,119.43613,24.485834,154.39143,786.59656,415.42426,2667.092,2068.4617,32.376057,67.227776,3683.7246,17.559696,97.62592,615.8499,165.84355,225.78638,102.76374,559.3141,519.08075,461.00632,15.928381,121.42622,342.28833,669.2441,25.412415,202.2501,32.38111,1.7247717,50.76977,1.1661344,1.2420064,5.139465,16.653112,208.08871,36.27155,19.658148,441.4143,128.2398,76.3627,97.333336,33.05492,54.531944,22.135185,19.959593,20.695,152.07347,60.863335,30.565456,15.602633,15.694445,35.79222,27.487406,4.0597444,143.44788,36.034172,366.59598,14.087376,673.2869,34.619392,458.4416,268.84683,15.444744,15.722242,427.87003,540.18994,1612.0697,344.3234 +2023-11-01 09:00:00,0.0,5383.863,147.2734,81.46371,105.32742,65.17906,326.67697,46.76434,99.553314,28.122541,57.15133,1024.2507,84.7394,27.719948,254.37758,1.4471903,1.270672,49.391243,2.7679968,0.16766493,916.248,0.23350708,869.8418,116.82989,0.019934723,0.42197135,352.59735,42.00673,177.76944,160.68842,7984.396,0.32450753,2718.8274,7.801623,0.20979942,0.32123935,0.53824854,291.29947,348.621,31.314648,63.8625,40.370426,14.944396,1471.5801,3.9534056,67.03513,23.155207,475.15576,28.499924,403.57452,9.469342,67.23102,0.0,944.5975,3618.3591,0.70379597,285.043,30.247818,23484.023,34.985992,0.9601885,16.682322,39.08697,7.302224,2.3458648,19.067738,498.312,166.51468,21.13794,0.8340501,2.8506234,118.50657,4.2792835,214.0925,253.47874,1902.2141,703.785,104.23375,140.66452,114.7309,5.3964577,8.309079,37.409405,3.6805835,6.556293,22.06379,32.421417,107.19069,19.664907,20.651396,56.289623,11.89517,3444.9333,24.382435,22.7375,17.799343,11.3842325,182.39644,37.426353,20.68125,5.653512,12.54467,17.701029,69.513596,143.1033,31.501875,151.44449,23.665077,14.515043,98.19873,61.07331,163.34982,77.645744,2.11865,4.432187,5.507458,32.015736,5347.9355,2.252224,12.616193,65.40354,17.062082,161.65419,51.52125,117.35089,3.247412,84.52563,479.01276,316.87985,52.220627,448.8238,59.30625,59.23418,97.23201,19.597,3.0418208,18.334145,571.9048,0.503042,0.79606247,84.90754,11.121054,8.830011,10.086147,16.73318,119.50331,24.529375,154.4006,786.75574,415.19318,2666.4448,2068.1545,32.359314,67.17102,3681.5999,17.56836,97.54792,615.7132,165.71463,225.63156,102.69473,558.85333,518.8022,461.01648,15.919429,121.358665,342.2555,668.93616,25.396227,202.1285,32.356876,1.7247022,50.772167,1.1661094,1.242097,5.138752,16.647251,207.8908,36.253742,19.657084,441.17984,128.16562,76.31875,97.28125,33.035,54.53594,22.120832,19.936209,20.688126,151.99852,60.835537,30.541739,15.628656,15.6875,35.764465,27.477499,4.0563087,143.37521,36.005512,366.41504,14.081293,672.8795,34.59992,458.85706,268.73953,15.430275,15.71685,427.56085,539.8345,1611.3885,344.7636 +2023-11-01 10:00:00,0.0,5381.129,147.16626,81.39539,105.294525,65.157295,326.6867,46.760017,99.53458,28.11439,57.145855,1023.3406,84.755554,27.715054,254.2737,1.4456056,1.2689475,49.4138,2.7643056,0.18379258,916.4543,0.25410417,870.41534,116.85861,0.020721707,0.46718112,353.02838,42.016026,178.12654,160.7548,7979.166,0.33231488,2718.801,7.902634,0.21200441,0.32575566,0.5528518,291.23874,348.5542,31.434586,63.84722,40.36992,14.939689,1470.6705,4.0164914,66.99877,23.138641,475.15204,28.48047,403.77158,9.464473,67.19319,0.0,944.3548,3616.4104,0.7031511,284.89365,30.23008,23469.902,34.973328,0.95993114,16.671362,39.064262,7.300362,2.3452172,19.058863,498.0473,166.38933,21.121244,0.8337824,2.8494897,118.49896,4.2759204,214.00055,253.50972,1902.5017,703.47217,104.22421,140.70087,114.93193,5.4033165,8.317045,37.54505,3.7030613,6.585074,22.05052,32.403595,107.252625,19.659904,20.638464,56.279083,11.896538,3445.2593,24.37491,22.73611,17.797272,11.383286,182.40874,37.429527,20.67361,5.6549973,12.53823,17.693626,69.495766,143.05629,31.499306,151.44919,23.660196,14.501738,98.1306,61.03979,163.22845,77.66149,2.1302776,4.430208,5.5066204,31.997347,5343.793,2.2606564,12.602199,65.38727,17.056452,161.62315,51.556946,117.353264,3.2479062,84.500694,478.96933,316.92773,52.190887,448.69543,59.28472,59.22722,97.19783,19.617367,3.04573,18.34445,571.802,0.5031419,0.79703236,84.95595,11.139107,8.830922,10.090786,16.735023,119.57049,24.572918,154.40977,786.915,414.96213,2665.7976,2067.8472,32.34257,67.114265,3679.4753,17.577023,97.46991,615.5764,165.5857,225.47673,102.62573,558.3926,518.5236,461.02664,15.910476,121.291115,342.22266,668.62823,25.380037,202.00688,32.332638,1.7246326,50.774563,1.1660844,1.2421876,5.138039,16.64139,207.69289,36.23593,19.656017,440.94537,128.09143,76.2748,97.229164,33.01508,54.539932,22.106482,19.912825,20.68125,151.92355,60.80774,30.518023,15.65468,15.680555,35.736706,27.467592,4.052873,143.30255,35.976852,366.2341,14.075211,672.47205,34.58044,459.27252,268.63223,15.415805,15.711458,427.25168,539.479,1610.7074,345.20386 +2023-11-01 11:00:00,0.0,5378.3945,147.0591,81.32707,105.26163,65.13552,326.69644,46.755695,99.51584,28.106237,57.140377,1022.4304,84.771706,27.71016,254.16982,1.444021,1.267223,49.436356,2.7606142,0.19992022,916.6606,0.27470127,870.98883,116.88733,0.021508694,0.5123909,353.4594,42.025322,178.48364,160.82118,7973.936,0.34012222,2718.7747,8.003646,0.2142094,0.33027196,0.56745505,291.17798,348.4874,31.554522,63.831944,40.36941,14.934982,1469.761,4.079577,66.96242,23.122078,475.1483,28.46102,403.96866,9.459604,67.155365,0.0,944.1121,3614.4614,0.70250624,284.7443,30.212341,23455.78,34.96066,0.95967376,16.660404,39.041557,7.2985,2.3445697,19.049988,497.78256,166.26398,21.104551,0.8335147,2.8483562,118.491356,4.2725573,213.90862,253.5407,1902.7894,703.1594,104.21466,140.7372,115.13296,5.410175,8.32501,37.680695,3.7255394,6.613855,22.037252,32.385773,107.31455,19.654903,20.625534,56.268547,11.897906,3445.5852,24.367388,22.734722,17.795198,11.3823395,182.42104,37.432697,20.665972,5.6564827,12.531789,17.686226,69.477936,143.0093,31.496737,151.4539,23.655317,14.488432,98.06247,61.00627,163.10707,77.67723,2.1419055,4.428229,5.505782,31.978958,5339.651,2.2690887,12.588204,65.370995,17.050821,161.59212,51.59264,117.355644,3.2484007,84.47576,478.9259,316.9756,52.161148,448.56708,59.263195,59.220253,97.16365,19.637733,3.0496392,18.354753,571.6992,0.5032418,0.7980023,85.00436,11.157161,8.831832,10.095424,16.736866,119.63767,24.616459,154.41895,787.0742,414.73108,2665.1504,2067.5398,32.32583,67.05751,3677.3508,17.585684,97.3919,615.4397,165.45676,225.3219,102.556725,557.9318,518.24506,461.0368,15.901524,121.22356,342.18982,668.3203,25.36385,201.88525,32.308403,1.724563,50.77696,1.1660595,1.2422783,5.1373262,16.635529,207.49498,36.21812,19.654953,440.7109,128.01724,76.23086,97.177086,32.99516,54.543922,22.092129,19.88944,20.674376,151.8486,60.77994,30.494307,15.680704,15.673611,35.70895,27.457684,4.0494375,143.22987,35.948196,366.05316,14.069128,672.06464,34.560966,459.688,268.52496,15.401335,15.706066,426.9425,539.12354,1610.0262,345.64407 +2023-11-01 12:00:00,0.0,5375.6606,146.95193,81.25876,105.22872,65.11375,326.70618,46.75137,99.49711,28.098087,57.134903,1021.5203,84.787865,27.705265,254.06593,1.4424365,1.2654985,49.45891,2.7569227,0.21604787,916.8668,0.29529834,871.5624,116.916046,0.02229568,0.5576007,353.89044,42.034615,178.84074,160.88757,7968.706,0.34792957,2718.7483,8.104657,0.21641438,0.33478826,0.58205825,291.11725,348.4206,31.67446,63.816666,40.3689,14.930275,1468.8514,4.142663,66.926056,23.105513,475.14456,28.441566,404.16574,9.454735,67.11754,0.0,943.86945,3612.5127,0.7018614,284.59497,30.194601,23441.656,34.94799,0.9594164,16.649445,39.01885,7.296638,2.3439221,19.041111,497.51785,166.13863,21.087858,0.83324695,2.8472226,118.48376,4.269194,213.81667,253.57167,1903.077,702.8466,104.20511,140.77353,115.33399,5.417033,8.332975,37.81634,3.7480173,6.6426353,22.023983,32.367947,107.37648,19.6499,20.612604,56.25801,11.899274,3445.9111,24.359863,22.733334,17.793125,11.381393,182.43333,37.435867,20.658333,5.6579685,12.525349,17.678823,69.460106,142.96228,31.494165,151.4586,23.650436,14.475126,97.99434,60.97275,162.9857,77.69297,2.1535332,4.42625,5.5049443,31.960567,5335.5083,2.277521,12.57421,65.35473,17.045189,161.56108,51.628334,117.35802,3.248895,84.450836,478.88248,317.02344,52.131413,448.43872,59.241665,59.21329,97.12947,19.658098,3.0535483,18.365059,571.59644,0.5033417,0.7989722,85.052765,11.175214,8.832743,10.100062,16.738708,119.70486,24.66,154.42812,787.2334,414.5,2664.5032,2067.2327,32.309086,67.000755,3675.226,17.594347,97.31389,615.303,165.32784,225.16708,102.48772,557.4711,517.96655,461.04697,15.892571,121.156,342.15698,668.0124,25.34766,201.76364,32.28417,1.7244934,50.779354,1.1660345,1.2423689,5.1366134,16.629667,207.29706,36.20031,19.653889,440.47644,127.943054,76.186905,97.125,32.97524,54.547916,22.077778,19.866056,20.6675,151.77365,60.752144,30.47059,15.706728,15.666667,35.68119,27.447777,4.0460014,143.15721,35.919537,365.87222,14.0630455,671.65717,34.541492,460.1035,268.41766,15.386865,15.700675,426.6333,538.76807,1609.3452,346.08432 +2023-11-01 13:00:00,0.0,5372.9263,146.84477,81.19044,105.19582,65.09198,326.7159,46.747047,99.47837,28.089935,57.12943,1020.61017,84.804016,27.70037,253.96205,1.4408518,1.263774,49.481464,2.7532313,0.23217551,917.0731,0.3158954,872.1359,116.94476,0.023082664,0.60281044,354.32147,42.04391,179.19785,160.95396,7963.476,0.3557369,2718.722,8.2056675,0.21861938,0.33930457,0.5966615,291.0565,348.35382,31.794395,63.801388,40.368393,14.925569,1467.9418,4.2057486,66.889694,23.08895,475.14087,28.422113,404.36282,9.449866,67.079704,0.0,943.6268,3610.564,0.7012165,284.44562,30.176863,23427.533,34.93532,0.959159,16.638485,38.996143,7.294776,2.3432746,19.032236,497.25314,166.01326,21.071165,0.8329792,2.846089,118.47615,4.265831,213.72472,253.60263,1903.3647,702.5339,104.19556,140.80988,115.53502,5.423892,8.340941,37.95199,3.7704952,6.6714163,22.010714,32.350124,107.43841,19.6449,20.599672,56.24747,11.900642,3446.237,24.35234,22.731945,17.791052,11.380447,182.44565,37.439037,20.650694,5.659454,12.518908,17.671421,69.44227,142.91528,31.491596,151.46332,23.645555,14.461822,97.9262,60.939228,162.86432,77.70871,2.1651611,4.4242706,5.5041065,31.942177,5331.3657,2.2859533,12.560216,65.338455,17.039558,161.53004,51.66403,117.3604,3.2493892,84.4259,478.83905,317.07132,52.101673,448.3104,59.22014,59.206326,97.09529,19.678465,3.0574577,18.375362,571.49365,0.50344163,0.7999421,85.10117,11.193268,8.8336525,10.1047,16.740551,119.77204,24.703543,154.43729,787.3926,414.26895,2663.8562,2066.9253,32.292343,66.944,3673.1016,17.603008,97.23588,615.1662,165.1989,225.01225,102.41871,557.0104,517.688,461.05713,15.883619,121.08845,342.12415,667.70447,25.331472,201.64201,32.25993,1.7244239,50.781746,1.1660095,1.2424595,5.1359005,16.623806,207.09915,36.1825,19.652822,440.24197,127.86886,76.14296,97.072914,32.95532,54.55191,22.063425,19.842672,20.660625,151.6987,60.724346,30.446875,15.732751,15.659722,35.65343,27.43787,4.042566,143.08453,35.890877,365.69128,14.056963,671.24976,34.522015,460.51895,268.31036,15.372395,15.695283,426.32413,538.4126,1608.6641,346.52454 +2023-11-01 14:00:00,0.0,5370.1924,146.73763,81.12212,105.162926,65.070206,326.72568,46.742725,99.45964,28.081785,57.12395,1019.7,84.82017,27.695477,253.85817,1.4392672,1.2620496,49.50402,2.7495399,0.24830316,917.27936,0.3364925,872.7094,116.97348,0.02386965,0.6480202,354.7525,42.053204,179.55495,161.02036,7958.246,0.3635443,2718.6956,8.306679,0.22082436,0.34382087,0.61126477,290.99576,348.28702,31.914333,63.78611,40.367886,14.920861,1467.0322,4.2688346,66.85333,23.072384,475.1371,28.40266,404.5599,9.444997,67.04188,0.0,943.3841,3608.615,0.70057166,284.29626,30.159124,23413.412,34.922657,0.95890164,16.627527,38.973434,7.292914,2.3426268,19.02336,496.9884,165.88791,21.05447,0.8327115,2.8449552,118.468544,4.262468,213.63278,253.6336,1903.6525,702.22107,104.18601,140.8462,115.736046,5.4307504,8.3489065,38.087635,3.7929733,6.700197,21.997444,32.332302,107.500336,19.639898,20.586742,56.236935,11.90201,3446.563,24.344818,22.730556,17.78898,11.3795,182.45795,37.442207,20.643055,5.660939,12.512467,17.664019,69.42444,142.86829,31.489027,151.46802,23.640676,14.448516,97.85807,60.90571,162.74295,77.72445,2.1767888,4.4222913,5.5032682,31.923788,5327.2236,2.2943857,12.546222,65.32218,17.033928,161.49901,51.699722,117.36277,3.2498837,84.40097,478.79562,317.11917,52.071934,448.18204,59.198612,59.19936,97.06111,19.698832,3.0613668,18.385668,571.39087,0.5035415,0.800912,85.14958,11.211322,8.834563,10.109339,16.742393,119.83922,24.747084,154.44646,787.55176,414.03787,2663.209,2066.618,32.2756,66.887245,3670.977,17.611671,97.15787,615.0295,165.06998,224.85742,102.34971,556.5496,517.4094,461.0673,15.874666,121.02089,342.0913,667.39655,25.315283,201.5204,32.235695,1.7243543,50.78414,1.1659846,1.2425503,5.1351876,16.617945,206.90125,36.164692,19.651758,440.00754,127.79467,76.09901,97.020836,32.9354,54.555904,22.049074,19.819288,20.65375,151.62375,60.69655,30.423159,15.758775,15.652778,35.625675,27.427961,4.03913,143.01187,35.862217,365.51035,14.05088,670.84235,34.50254,460.93442,268.20306,15.357924,15.689891,426.01495,538.0571,1607.9829,346.96478 +2023-11-01 15:00:00,0.0,5367.458,146.63046,81.0538,105.13002,65.04844,326.7354,46.7384,99.4409,28.073633,57.118477,1018.78986,84.83632,27.690582,253.7543,1.4376826,1.2603251,49.526577,2.7458484,0.2644308,917.48566,0.35708958,873.28296,117.0022,0.024656637,0.69323003,355.18353,42.0625,179.91203,161.08675,7953.016,0.37135163,2718.6692,8.40769,0.22302935,0.3483372,0.62586796,290.93503,348.2202,32.03427,63.770832,40.36738,14.916155,1466.1227,4.33192,66.81698,23.05582,475.1334,28.383207,404.757,9.440128,67.00405,0.0,943.14136,3606.6663,0.6999268,284.1469,30.141386,23399.29,34.90999,0.9586443,16.616568,38.95073,7.2910514,2.3419793,19.014484,496.7237,165.76256,21.037777,0.8324438,2.8438215,118.460945,4.2591047,213.54083,253.66458,1903.9401,701.9083,104.17647,140.88255,115.93707,5.437609,8.356872,38.22328,3.8154511,6.728978,21.984175,32.31448,107.56226,19.634895,20.573812,56.226395,11.9033785,3446.889,24.337294,22.729166,17.786907,11.378554,182.47025,37.445377,20.635416,5.6624246,12.506026,17.656618,69.40661,142.82127,31.486458,151.47273,23.635796,14.43521,97.78994,60.87219,162.62157,77.74019,2.1884165,4.4203124,5.5024304,31.905397,5323.081,2.3028178,12.532227,65.30591,17.028297,161.46797,51.735416,117.36515,3.250378,84.376045,478.75223,317.16705,52.042194,448.05368,59.177082,59.192398,97.02693,19.719198,3.0652761,18.395973,571.2881,0.5036414,0.8018819,85.19799,11.229375,8.835474,10.113977,16.744236,119.9064,24.790627,154.45563,787.711,413.80682,2662.5618,2066.3108,32.258858,66.83049,3668.8523,17.620333,97.079865,614.89276,164.94104,224.70259,102.2807,556.08887,517.13086,461.07745,15.865714,120.95333,342.05847,667.0887,25.299095,201.39877,32.21146,1.7242846,50.786537,1.1659596,1.2426409,5.1344748,16.612083,206.70332,36.14688,19.650694,439.77307,127.72048,76.05506,96.96875,32.915478,54.559895,22.034721,19.795904,20.646875,151.5488,60.66875,30.39944,15.784799,15.645833,35.597916,27.418055,4.0356946,142.93921,35.83356,365.3294,14.044797,670.4349,34.483063,461.34988,268.09576,15.343454,15.684499,425.70578,537.7017,1607.3018,347.40503 +2023-11-01 16:00:00,0.0,5364.724,146.5233,80.98549,105.09712,65.026665,326.74515,46.734077,99.42217,28.065481,57.113,1017.8797,84.85247,27.685686,253.65042,1.436098,1.2586006,49.549133,2.7421572,0.28055844,917.69196,0.37768668,873.85645,117.03092,0.025443621,0.7384398,355.61456,42.071796,180.26913,161.15314,7947.786,0.37915897,2718.643,8.508701,0.22523433,0.3528535,0.6404712,290.87427,348.1534,32.154205,63.755554,40.366867,14.911448,1465.213,4.3950057,66.78062,23.039255,475.12967,28.363754,404.95407,9.435259,66.96622,0.0,942.8987,3604.7175,0.69928193,283.9976,30.123648,23385.166,34.89732,0.9583869,16.605608,38.92802,7.2891893,2.3413317,19.00561,496.45895,165.6372,21.021084,0.8321761,2.8426878,118.45334,4.2557416,213.44888,253.69556,1904.2278,701.5955,104.166916,140.91888,116.13811,5.4444675,8.364838,38.35893,3.837929,6.7577586,21.970905,32.296654,107.6242,19.629894,20.56088,56.21586,11.904746,3447.2148,24.329771,22.727777,17.784834,11.377608,182.48254,37.44855,20.627777,5.66391,12.499586,17.649216,69.38878,142.77428,31.483889,151.47743,23.630915,14.4219055,97.72181,60.838665,162.50018,77.75593,2.2000444,4.418333,5.5015926,31.887007,5318.939,2.3112502,12.518232,65.289635,17.022667,161.43694,51.77111,117.36752,3.2508724,84.35111,478.7088,317.2149,52.01246,447.92532,59.155556,59.185432,96.99275,19.739565,3.0691853,18.406277,571.1853,0.5037413,0.80285186,85.2464,11.247429,8.836384,10.118615,16.746078,119.97359,24.834167,154.4648,787.87024,413.57578,2661.9146,2066.0034,32.242115,66.773735,3666.7278,17.628996,97.001854,614.756,164.81212,224.54778,102.21169,555.6282,516.8523,461.08762,15.856762,120.88578,342.02563,666.78076,25.282906,201.27716,32.18722,1.7242151,50.788933,1.1659347,1.2427315,5.133762,16.606222,206.50542,36.12907,19.64963,439.5386,127.64629,76.01111,96.916664,32.895557,54.56389,22.02037,19.77252,20.64,151.47385,60.640953,30.375725,15.810822,15.638889,35.57016,27.408148,4.032259,142.86653,35.8049,365.14847,14.038714,670.02747,34.46359,461.76538,267.98846,15.328984,15.679108,425.3966,537.34625,1606.6206,347.84525 +2023-11-01 17:00:00,0.0,5361.9897,146.41615,80.91717,105.064224,65.0049,326.75488,46.729755,99.403435,28.057331,57.107525,1016.9696,84.86862,27.680792,253.54654,1.4345133,1.2568761,49.57169,2.7384658,0.29668608,917.8982,0.39828375,874.43,117.05964,0.026230607,0.78364956,356.0456,42.08109,180.62624,161.21953,7942.556,0.38696632,2718.6167,8.609713,0.22743931,0.3573698,0.6550745,290.81354,348.0866,32.274143,63.740276,40.36636,14.906741,1464.3035,4.4580917,66.744255,23.02269,475.12598,28.344301,405.15112,9.43039,66.92839,0.0,942.656,3602.7688,0.69863707,283.84824,30.10591,23371.045,34.88465,0.9581295,16.59465,38.905315,7.2873273,2.3406842,18.996733,496.19424,165.51186,21.00439,0.83190835,2.8415542,118.44573,4.2523785,213.35695,253.72653,1904.5155,701.2828,104.15737,140.95522,116.339134,5.451326,8.372803,38.494576,3.860407,6.7865396,21.957636,32.27883,107.68613,19.624891,20.54795,56.20532,11.906115,3447.5408,24.322247,22.726389,17.782763,11.376661,182.49484,37.45172,20.620138,5.6653957,12.493145,17.641813,69.37094,142.72726,31.48132,151.48215,23.626036,14.4086,97.65367,60.805145,162.37881,77.771675,2.211672,4.416354,5.5007544,31.868618,5314.7964,2.3196824,12.504238,65.27336,17.017036,161.4059,51.806805,117.3699,3.2513666,84.32618,478.66537,317.2628,51.98272,447.797,59.13403,59.17847,96.95857,19.75993,3.0730946,18.416582,571.0826,0.5038412,0.80382174,85.29481,11.265482,8.837295,10.123254,16.747923,120.04077,24.877708,154.47397,788.0294,413.3447,2661.2673,2065.6963,32.22537,66.71698,3664.6033,17.637657,96.92384,614.61926,164.68318,224.39294,102.14269,555.1674,516.5738,461.09778,15.84781,120.81822,341.9928,666.47284,25.266718,201.15553,32.162987,1.7241455,50.79133,1.1659098,1.242822,5.133049,16.600363,206.30751,36.11126,19.648563,439.30414,127.5721,75.96716,96.864586,32.875637,54.567883,22.006018,19.749136,20.633125,151.3989,60.613155,30.352009,15.836845,15.631945,35.5424,27.39824,4.0288234,142.79387,35.77624,364.96753,14.032632,669.62,34.444115,462.18085,267.8812,15.314514,15.673716,425.08743,536.9908,1605.9395,348.2855 +2023-11-01 18:00:00,0.0,5359.256,146.30899,80.848854,105.03132,64.98312,326.76462,46.72543,99.3847,28.04918,57.10205,1016.05945,84.88477,27.675898,253.44266,1.4329288,1.2551516,49.594242,2.7347744,0.31281373,918.1045,0.41888085,875.0035,117.088356,0.027017593,0.8288593,356.47662,42.090385,180.98334,161.28592,7937.326,0.39477366,2718.5903,8.710724,0.22964431,0.3618861,0.6696777,290.75278,348.0198,32.39408,63.725,40.365852,14.902035,1463.3939,4.5211773,66.70789,23.006126,475.1222,28.32485,405.3482,9.425521,66.890564,0.0,942.4133,3600.8198,0.6979922,283.69888,30.088171,23356.922,34.871986,0.9578721,16.58369,38.88261,7.2854652,2.3400366,18.987858,495.9295,165.3865,20.987696,0.8316406,2.8404207,118.438126,4.2490153,213.265,253.75749,1904.8031,700.97,104.14782,140.99156,116.54016,5.4581847,8.380768,38.63022,3.882885,6.8153205,21.944368,32.26101,107.748055,19.61989,20.535019,56.194782,11.907482,3447.8667,24.314724,22.725,17.78069,11.375715,182.50716,37.45489,20.6125,5.666881,12.486705,17.63441,69.35311,142.68027,31.47875,151.48685,23.621155,14.395294,97.58554,60.771626,162.25743,77.787415,2.2233,4.414375,5.4999166,31.850227,5310.654,2.3281147,12.490244,65.25709,17.011406,161.37486,51.842503,117.37228,3.251861,84.30125,478.62195,317.31064,51.95298,447.66864,59.1125,59.171505,96.92439,19.780296,3.0770037,18.426886,570.9798,0.5039411,0.8047916,85.343216,11.283536,8.838204,10.127892,16.749765,120.10795,24.921251,154.48312,788.1886,413.11365,2660.6204,2065.389,32.208626,66.660225,3662.4785,17.64632,96.84583,614.48254,164.55424,224.23811,102.073685,554.70667,516.2952,461.10794,15.838857,120.75066,341.96,666.1649,25.25053,201.03392,32.138752,1.7240759,50.79372,1.1658847,1.2429128,5.132336,16.594501,206.1096,36.09345,19.6475,439.06967,127.49791,75.92322,96.8125,32.855717,54.571877,21.991667,19.72575,20.62625,151.32394,60.585358,30.328293,15.862869,15.625,35.514645,27.388332,4.025388,142.7212,35.74758,364.78662,14.026549,669.2126,34.424637,462.5963,267.7739,15.300044,15.6683235,424.77826,536.6353,1605.2583,348.7257 +2023-11-01 19:00:00,0.0,5356.522,146.20183,80.78053,104.99842,64.96136,326.77435,46.721107,99.36597,28.041029,57.096573,1015.1493,84.900925,27.671003,253.33878,1.4313442,1.2534271,49.6168,2.731083,0.32894138,918.3107,0.43947792,875.577,117.11707,0.027804578,0.87406915,356.90765,42.099678,181.34044,161.3523,7932.096,0.402581,2718.564,8.811735,0.2318493,0.36640242,0.68428093,290.69205,347.953,32.51402,63.70972,40.365345,14.897327,1462.4844,4.584263,66.67154,22.989561,475.11847,28.305397,405.5453,9.420652,66.85274,0.0,942.17065,3598.871,0.69734734,283.54956,30.070433,23342.799,34.859318,0.9576147,16.572731,38.8599,7.283603,2.339389,18.978981,495.6648,165.26115,20.971003,0.8313729,2.839287,118.43053,4.245652,213.17305,253.78847,1905.0908,700.6572,104.13827,141.0279,116.74119,5.465043,8.388734,38.765865,3.9053628,6.8441014,21.931099,32.243187,107.80998,19.61489,20.522089,56.184242,11.908851,3448.1926,24.307201,22.723612,17.778616,11.374769,182.51945,37.45806,20.60486,5.6683664,12.480264,17.62701,69.33528,142.63327,31.476181,151.49155,23.616274,14.381989,97.51741,60.738106,162.13606,77.803154,2.2349277,4.4123955,5.4990788,31.831837,5306.5117,2.3365471,12.47625,65.240814,17.005774,161.34383,51.878197,117.37466,3.2523553,84.27632,478.57852,317.35852,51.923244,447.54028,59.090973,59.164543,96.89021,19.800663,3.080913,18.437191,570.877,0.504041,0.8057616,85.391624,11.301589,8.839115,10.13253,16.751608,120.17513,24.964792,154.4923,788.3478,412.8826,2659.9731,2065.0815,32.191883,66.60347,3660.354,17.654984,96.76782,614.34576,164.42532,224.0833,102.00468,554.2459,516.01666,461.1181,15.829905,120.68311,341.92715,665.857,25.23434,200.91231,32.114513,1.7240063,50.796116,1.1658598,1.2430034,5.1316237,16.58864,205.91168,36.075638,19.646435,438.8352,127.42372,75.879265,96.760414,32.835796,54.575867,21.977314,19.702366,20.619375,151.249,60.55756,30.304577,15.888892,15.618055,35.486885,27.378426,4.0219517,142.64853,35.71892,364.60568,14.020467,668.8051,34.405163,463.01178,267.6666,15.285574,15.662931,424.4691,536.27985,1604.5771,349.16595 +2023-11-01 20:00:00,0.0,5353.7876,146.09467,80.71222,104.96552,64.93958,326.78412,46.716785,99.34723,28.032877,57.0911,1014.23914,84.91708,27.66611,253.2349,1.4297595,1.2517027,49.639355,2.7273915,0.34506902,918.517,0.46007502,876.1506,117.14579,0.028591564,0.9192789,357.33868,42.108974,181.69753,161.41869,7926.866,0.41038838,2718.5376,8.912746,0.23405428,0.37091872,0.6988842,290.6313,347.8862,32.633957,63.694443,40.364838,14.892621,1461.5747,4.647349,66.63518,22.972998,475.11478,28.285944,405.74237,9.415783,66.8149,0.0,941.92804,3596.9224,0.6967025,283.4002,30.052692,23328.676,34.84665,0.95735735,16.561773,38.837196,7.281741,2.3387415,18.970106,495.4001,165.1358,20.95431,0.8311052,2.8381534,118.42292,4.242289,213.08112,253.81944,1905.3784,700.3444,104.128716,141.06422,116.942215,5.471902,8.396699,38.901512,3.927841,6.8728824,21.91783,32.225365,107.87191,19.609886,20.50916,56.173706,11.910218,3448.5186,24.299677,22.722221,17.776543,11.373823,182.53175,37.46123,20.597221,5.669852,12.473824,17.619608,69.31745,142.58626,31.47361,151.49626,23.611395,14.368684,97.44927,60.704582,162.01468,77.81889,2.2465556,4.4104166,5.4982405,31.813448,5302.369,2.3449793,12.4622555,65.22454,17.000143,161.31279,51.91389,117.37703,3.2528496,84.25139,478.53513,317.40637,51.893505,447.41193,59.069443,59.157578,96.85603,19.82103,3.0848222,18.447495,570.77423,0.5041409,0.80673146,85.44003,11.319643,8.840025,10.137168,16.75345,120.24232,25.008333,154.50146,788.507,412.65152,2659.326,2064.7744,32.17514,66.546715,3658.2295,17.663645,96.68981,614.20905,164.29639,223.92847,101.93567,553.78516,515.7381,461.12827,15.820952,120.615555,341.89432,665.5491,25.218153,200.79068,32.09028,1.7239368,50.79851,1.1658348,1.243094,5.130911,16.582779,205.71378,36.05783,19.64537,438.60074,127.34953,75.83532,96.708336,32.815872,54.57986,21.962963,19.678982,20.6125,151.17404,60.529762,30.28086,15.914916,15.611111,35.459126,27.368517,4.018516,142.57587,35.690266,364.42474,14.014384,668.3977,34.38569,463.42725,267.5593,15.271104,15.657539,424.15988,535.9244,1603.8961,349.60617 +2023-11-01 21:00:00,0.0,5351.0537,145.98752,80.6439,104.93262,64.917816,326.79385,46.71246,99.3285,28.024725,57.085625,1013.32904,84.933235,27.661215,253.13101,1.428175,1.2499782,49.66191,2.7237,0.36119667,918.7233,0.4806721,876.72406,117.17451,0.02937855,0.9644887,357.7697,42.118267,182.05463,161.48508,7921.636,0.41819572,2718.5112,9.013758,0.23625927,0.37543502,0.71348745,290.57056,347.8194,32.75389,63.679165,40.364326,14.887914,1460.6652,4.7104344,66.598816,22.956432,475.11102,28.26649,405.93945,9.410914,66.77708,0.0,941.68536,3594.9734,0.6960576,283.25085,30.034954,23314.555,34.83398,0.9571,16.550814,38.814487,7.2798786,2.338094,18.961231,495.13535,165.01045,20.937616,0.8308375,2.8370197,118.41531,4.238926,212.98917,253.85042,1905.6661,700.0316,104.11917,141.10057,117.14325,5.4787602,8.404665,39.03716,3.9503188,6.901663,21.90456,32.20754,107.93384,19.604885,20.496227,56.163166,11.911587,3448.8445,24.292154,22.720833,17.774471,11.372876,182.54405,37.4644,20.589582,5.671337,12.467382,17.612206,69.29962,142.53926,31.47104,151.50096,23.606514,14.355378,97.38114,60.671062,161.89331,77.83463,2.2581832,4.4084373,5.4974027,31.795057,5298.227,2.3534117,12.44826,65.20827,16.994513,161.28177,51.949585,117.37941,3.253344,84.226456,478.4917,317.45425,51.863766,447.28357,59.047916,59.150616,96.82185,19.841394,3.0887315,18.4578,570.67145,0.5042409,0.80770135,85.48844,11.337696,8.840936,10.141807,16.755293,120.3095,25.051876,154.51064,788.66626,412.42047,2658.6787,2064.467,32.158398,66.48996,3656.1047,17.672308,96.61181,614.07227,164.16747,223.77364,101.86667,553.32446,515.4596,461.13843,15.812,120.548004,341.86148,665.24115,25.201963,200.66907,32.066044,1.7238672,50.800907,1.1658099,1.2431847,5.130198,16.576918,205.51587,36.04002,19.644304,438.36627,127.275345,75.79137,96.65625,32.79595,54.583855,21.94861,19.655598,20.605625,151.09909,60.501965,30.257143,15.94094,15.604167,35.43137,27.35861,4.0150805,142.5032,35.661606,364.2438,14.008302,667.99023,34.36621,463.84274,267.452,15.256634,15.652148,423.8507,535.5689,1603.215,350.04642 +2023-11-01 22:00:00,0.0,5348.3193,145.88036,80.575584,104.89972,64.89604,326.8036,46.708138,99.30976,28.016575,57.080147,1012.4189,84.94939,27.65632,253.02713,1.4265903,1.2482537,49.684467,2.7200089,0.3773243,918.92957,0.50126916,877.2976,117.20323,0.030165534,1.0096985,358.20074,42.127563,182.41173,161.55147,7916.4062,0.42600307,2718.4849,9.114769,0.23846425,0.37995133,0.72809064,290.50983,347.7526,32.87383,63.663887,40.36382,14.883207,1459.7556,4.77352,66.562454,22.939869,475.1073,28.247038,406.13654,9.406045,66.73925,0.0,941.4427,3593.0247,0.69541276,283.1015,30.017216,23300.432,34.821316,0.9568426,16.539854,38.79178,7.2780166,2.3374465,18.952354,494.87064,164.88509,20.920921,0.83056974,2.835886,118.407715,4.2355633,212.89722,253.8814,1905.9539,699.7189,104.10962,141.1369,117.34428,5.4856186,8.41263,39.172806,3.9727967,6.930444,21.89129,32.189716,107.99577,19.599884,20.483297,56.15263,11.912954,3449.1704,24.284632,22.719444,17.772398,11.37193,182.55635,37.467575,20.581944,5.672823,12.460942,17.604803,69.281784,142.49226,31.468472,151.50568,23.601633,14.3420725,97.31301,60.637543,161.77193,77.85037,2.2698112,4.4064584,5.496565,31.776667,5294.0845,2.3618438,12.434266,65.19199,16.988882,161.25073,51.98528,117.38178,3.2538383,84.20153,478.44827,317.5021,51.83403,447.15524,59.02639,59.14365,96.787674,19.861761,3.0926406,18.468103,570.56866,0.50434077,0.8086713,85.53685,11.35575,8.841846,10.146445,16.757135,120.37668,25.095417,154.5198,788.82544,412.1894,2658.0315,2064.16,32.141655,66.433205,3653.9802,17.68097,96.5338,613.93555,164.03853,223.61882,101.79766,552.8637,515.181,461.1486,15.803047,120.480446,341.82864,664.9332,25.185776,200.54744,32.041805,1.7237976,50.803303,1.165785,1.2432753,5.129485,16.571056,205.31795,36.02221,19.64324,438.1318,127.20115,75.74742,96.604164,32.77603,54.58785,21.93426,19.632214,20.59875,151.02414,60.474167,30.233427,15.966964,15.597222,35.40361,27.348703,4.011645,142.43053,35.632946,364.06287,14.002219,667.5828,34.346737,464.2582,267.3447,15.242164,15.646756,423.54153,535.21344,1602.5338,350.48666 +2023-11-01 23:00:00,0.0,5345.5854,145.7732,80.50726,104.86682,64.87427,326.81332,46.703815,99.29102,28.008423,57.074673,1011.5087,84.96554,27.651426,252.92325,1.4250057,1.2465291,49.70702,2.7163174,0.39345196,919.13586,0.52186626,877.8711,117.23195,0.03095252,1.0549083,358.63177,42.13686,182.76883,161.61786,7911.1763,0.4338104,2718.4585,9.21578,0.24066925,0.38446763,0.7426939,290.44907,347.6858,32.993767,63.648613,40.36331,14.8785,1458.846,4.836606,66.5261,22.923304,475.10358,28.227585,406.33362,9.401176,66.701416,0.0,941.2,3591.076,0.6947679,282.95218,29.999477,23286.309,34.808647,0.9565852,16.528896,38.769073,7.2761545,2.3367987,18.94348,494.6059,164.75974,20.904228,0.830302,2.8347523,118.40011,4.2322,212.80528,253.91235,1906.2415,699.40607,104.100075,141.17323,117.5453,5.4924774,8.420595,39.308453,3.9952748,6.9592247,21.878021,32.171894,108.0577,19.594881,20.470367,56.14209,11.914323,3449.4963,24.277107,22.718056,17.770325,11.370984,182.56866,37.470745,20.574306,5.6743083,12.454501,17.597403,69.263954,142.44525,31.465902,151.51038,23.596754,14.328768,97.24488,60.60402,161.65056,77.86612,2.2814388,4.404479,5.4957266,31.758278,5289.942,2.3702762,12.420272,65.17572,16.983252,161.2197,52.020973,117.38416,3.2543328,84.1766,478.40485,317.55,51.80429,447.0269,59.00486,59.13669,96.753494,19.882128,3.0965497,18.478409,570.4659,0.50444067,0.8096412,85.58526,11.373803,8.842756,10.151083,16.75898,120.44386,25.13896,154.52898,788.9846,411.95834,2657.3845,2063.8525,32.124912,66.37645,3651.8557,17.689632,96.45579,613.7988,163.90959,223.46399,101.72865,552.40295,514.90247,461.15875,15.794095,120.41289,341.7958,664.6253,25.169586,200.42583,32.01757,1.7237281,50.805695,1.1657599,1.2433659,5.1287723,16.565195,205.12004,36.0044,19.642176,437.89734,127.12696,75.703476,96.552086,32.75611,54.59184,21.919907,19.60883,20.591875,150.94919,60.44637,30.209711,15.992987,15.590278,35.375854,27.338795,4.008209,142.35786,35.604286,363.88193,13.996137,667.17535,34.327263,464.67368,267.2374,15.227694,15.641364,423.23236,534.858,1601.8527,350.92688 +2023-11-02 00:00:00,0.0,5342.851,145.66603,80.43895,104.83392,64.8525,326.82306,46.69949,99.27229,28.000273,57.0692,1010.5986,84.98169,27.646532,252.81938,1.4234211,1.2448046,49.729576,2.712626,0.4095796,919.3421,0.54246336,878.44464,117.260666,0.031739507,1.100118,359.0628,42.146152,183.12593,161.68425,7905.9463,0.44161776,2718.4321,9.316792,0.24287423,0.38898396,0.75729716,290.38834,347.619,33.113705,63.633335,40.362804,14.873794,1457.9364,4.8996916,66.48974,22.90674,475.09985,28.208132,406.53067,9.396307,66.66359,0.0,940.95734,3589.127,0.694123,282.80283,29.981739,23272.186,34.79598,0.95632786,16.517937,38.74637,7.2742925,2.3361511,18.934603,494.3412,164.63438,20.887535,0.8300343,2.8336186,118.3925,4.228837,212.71333,253.94333,1906.5292,699.0933,104.09052,141.20958,117.74633,5.499336,8.428561,39.4441,4.0177526,6.9880056,21.864752,32.15407,108.11963,19.58988,20.457436,56.131554,11.91569,3449.8223,24.269585,22.716667,17.768251,11.370037,182.58096,37.473915,20.566668,5.6757936,12.448061,17.59,69.246124,142.39825,31.463333,151.51509,23.591873,14.315462,97.17674,60.5705,161.52917,77.88186,2.2930665,4.4024997,5.494889,31.739887,5285.8,2.3787086,12.406278,65.15945,16.977621,161.18866,52.056667,117.386536,3.254827,84.151665,478.36142,317.59784,51.77455,446.89853,58.983334,59.129723,96.719315,19.902494,3.100459,18.488714,570.3631,0.50454056,0.81061107,85.63367,11.391857,8.843667,10.155722,16.760822,120.51105,25.1825,154.53815,789.1438,411.7273,2656.7373,2063.5452,32.10817,66.319695,3649.7312,17.698294,96.37778,613.66205,163.78067,223.30916,101.659645,551.9422,514.6239,461.1689,15.785143,120.34534,341.76297,664.31744,25.153399,200.3042,31.993334,1.7236584,50.80809,1.165735,1.2434566,5.1280594,16.559334,204.92213,35.986588,19.641111,437.66287,127.05277,75.65952,96.5,32.73619,54.595833,21.905556,19.585445,20.585,150.87424,60.41857,30.185995,16.01901,15.583333,35.348095,27.328888,4.0047736,142.2852,35.57563,363.701,13.990054,666.76794,34.307785,465.08914,267.13013,15.213223,15.635972,422.9232,534.50256,1601.1715,351.36713 +2023-11-02 01:00:00,0.0,5340.117,145.55888,80.37063,104.80102,64.83073,326.83282,46.695168,99.253555,27.99212,57.06372,1009.6884,84.99784,27.641638,252.7155,1.4218365,1.2430801,49.752132,2.7089345,0.42570725,919.5484,0.5630604,879.0181,117.28938,0.032526493,1.1453278,359.49384,42.15545,183.48303,161.75064,7900.717,0.44942513,2718.4058,9.417803,0.24507922,0.39350027,0.7719004,290.32758,347.5522,33.233643,63.618057,40.362293,14.869086,1457.0269,4.962777,66.45338,22.890175,475.09613,28.18868,406.72775,9.3914385,66.62576,0.0,940.71466,3587.1782,0.69347817,282.65347,29.964,23258.064,34.78331,0.9560705,16.506977,38.72366,7.2724304,2.3355036,18.925728,494.07645,164.50903,20.870842,0.8297666,2.8324852,118.3849,4.225474,212.62138,253.9743,1906.8169,698.7805,104.08098,141.24591,117.947365,5.506194,8.436526,39.579742,4.0402308,7.016786,21.851484,32.136246,108.18156,19.584877,20.444506,56.121017,11.917059,3450.1482,24.26206,22.715279,17.76618,11.369091,182.59326,37.477085,20.559029,5.677279,12.44162,17.582598,69.228294,142.35124,31.460764,151.51979,23.586992,14.302156,97.10861,60.53698,161.4078,77.8976,2.3046944,4.400521,5.494051,31.721497,5281.657,2.3871408,12.392283,65.14317,16.97199,161.15762,52.09236,117.388916,3.2553213,84.12674,478.318,317.6457,51.744812,446.77017,58.961807,59.122757,96.685135,19.922861,3.1043682,18.499018,570.2603,0.50464046,0.811581,85.682076,11.409911,8.844577,10.160359,16.762665,120.57823,25.226042,154.54732,789.30304,411.49622,2656.09,2063.238,32.091427,66.26294,3647.6064,17.706957,96.29977,613.5253,163.65173,223.15433,101.590645,551.4815,514.34534,461.17908,15.776191,120.27778,341.73013,664.0095,25.137209,200.18259,31.969097,1.7235888,50.810486,1.16571,1.2435472,5.1273465,16.553473,204.72421,35.968777,19.640045,437.4284,126.978584,75.61558,96.447914,32.71627,54.599827,21.891203,19.562061,20.578125,150.79929,60.390778,30.16228,16.045034,15.576389,35.32034,27.318981,4.001338,142.21252,35.54697,363.52005,13.983971,666.3605,34.28831,465.50464,267.02283,15.198753,15.630581,422.614,534.1471,1600.4904,351.80734 +2023-11-02 02:00:00,0.0,5337.383,145.45172,80.302315,104.76812,64.80896,326.84256,46.690845,99.234825,27.983969,57.058247,1008.7783,85.01399,27.636742,252.61162,1.4202518,1.2413557,49.77469,2.705243,0.4418349,919.7547,0.5836575,879.5917,117.3181,0.03331348,1.1905376,359.92487,42.16474,183.84012,161.81702,7895.487,0.45723248,2718.3794,9.518814,0.2472842,0.39801657,0.78650355,290.26685,347.48538,33.353577,63.60278,40.361786,14.86438,1456.1173,5.025863,66.417015,22.87361,475.0924,28.169228,406.92484,9.386569,66.58794,0.0,940.47205,3585.2295,0.6928333,282.50415,29.946262,23243.941,34.770645,0.9558131,16.49602,38.700954,7.2705684,2.334856,18.916853,493.81174,164.38368,20.854147,0.8294989,2.8313515,118.3773,4.2221107,212.52945,254.00528,1907.1045,698.4678,104.07143,141.28226,118.14839,5.513053,8.444491,39.71539,4.0627084,7.045567,21.838215,32.118423,108.243484,19.579876,20.431576,56.110477,11.9184265,3450.474,24.254538,22.713888,17.764107,11.368145,182.60556,37.480255,20.55139,5.678765,12.43518,17.575195,69.210464,142.30424,31.458195,151.5245,23.582113,14.288851,97.04048,60.50346,161.28642,77.91334,2.316322,4.3985415,5.4932127,31.703108,5277.515,2.3955731,12.378289,65.1269,16.96636,161.12659,52.128056,117.39129,3.2558157,84.10181,478.2746,317.69357,51.715076,446.6418,58.940277,59.115795,96.650955,19.943226,3.1082776,18.509323,570.15753,0.50474036,0.8125509,85.73049,11.427964,8.845488,10.164998,16.764507,120.64541,25.269585,154.55649,789.4622,411.26517,2655.4429,2062.9307,32.074684,66.206184,3645.482,17.715618,96.221756,613.3886,163.52281,222.99951,101.52164,551.02075,514.06683,461.18924,15.767238,120.21022,341.6973,663.7016,25.121021,200.06096,31.944862,1.7235192,50.81288,1.165685,1.2436378,5.1266336,16.547611,204.5263,35.95097,19.63898,437.19394,126.904396,75.571625,96.395836,32.69635,54.60382,21.876852,19.538677,20.57125,150.72433,60.36298,30.138563,16.071058,15.569445,35.29258,27.309072,3.9979022,142.13986,35.51831,363.3391,13.977888,665.95306,34.268833,465.9201,266.91553,15.184283,15.625189,422.30484,533.7916,1599.8092,352.2476 +2023-11-02 03:00:00,0.0,5334.649,145.34456,80.23399,104.73522,64.787186,326.8523,46.68652,99.21609,27.975819,57.052773,1007.86816,85.03015,27.631847,252.50774,1.4186672,1.2396312,49.797245,2.7015517,0.45796254,919.96094,0.6042546,880.1652,117.34682,0.03410046,1.2357473,360.3559,42.174038,184.19722,161.8834,7890.257,0.46503982,2718.3533,9.619825,0.24948919,0.40253288,0.80110687,290.2061,347.41858,33.473515,63.5875,40.36128,14.859673,1455.2076,5.0889487,66.38066,22.857046,475.08868,28.149775,407.12192,9.3817005,66.5501,0.0,940.2294,3583.2805,0.69218844,282.3548,29.928524,23229.818,34.757977,0.95555574,16.48506,38.678246,7.268706,2.3342085,18.907976,493.54703,164.25833,20.837454,0.82923114,2.8302178,118.36969,4.2187476,212.4375,254.03624,1907.3922,698.15497,104.061874,141.31859,118.34942,5.5199113,8.452457,39.851036,4.0851865,7.074348,21.824945,32.1006,108.30541,19.574875,20.418644,56.09994,11.919795,3450.8,24.247015,22.7125,17.762033,11.367198,182.61786,37.483425,20.54375,5.68025,12.428739,17.567795,69.19263,142.25725,31.455626,151.5292,23.577232,14.275546,96.97234,60.469936,161.16505,77.92908,2.32795,4.396562,5.492375,31.684717,5273.3726,2.4040055,12.364294,65.11063,16.960728,161.09555,52.16375,117.39367,3.25631,84.07687,478.23117,317.74142,51.685337,446.5135,58.91875,59.10883,96.616776,19.963593,3.1121867,18.519627,570.05475,0.50484025,0.8135208,85.7789,11.446018,8.846398,10.169636,16.76635,120.71259,25.313126,154.56566,789.62146,411.0341,2654.7957,2062.6235,32.05794,66.14943,3643.3574,17.724281,96.14375,613.25183,163.39388,222.84468,101.45263,550.56,513.78827,461.1994,15.7582855,120.14267,341.66446,663.3937,25.104832,199.93935,31.920626,1.7234497,50.815277,1.1656601,1.2437285,5.125921,16.54175,204.3284,35.93316,19.637917,436.95947,126.8302,75.52768,96.34375,32.67643,54.60781,21.8625,19.515293,20.564375,150.64938,60.335182,30.114845,16.097082,15.5625,35.26482,27.299166,3.9944665,142.0672,35.48965,363.15817,13.971806,665.54565,34.24936,466.33557,266.80823,15.169813,15.619797,421.99567,533.43616,1599.128,352.6878 +2023-11-02 04:00:00,0.0,5331.915,145.2374,80.16568,104.70232,64.76542,326.86203,46.682198,99.19735,27.967667,57.047295,1006.958,85.0463,27.626953,252.40385,1.4170827,1.2379067,49.8198,2.6978605,0.4740902,920.16724,0.6248517,880.7387,117.37554,0.034887448,1.2809571,360.78693,42.183334,184.55432,161.9498,7885.027,0.47284716,2718.327,9.720837,0.25169417,0.40704918,0.81571007,290.14536,347.35178,33.593452,63.572224,40.36077,14.854966,1454.2981,5.1520348,66.3443,22.84048,475.08496,28.130322,407.319,9.376831,66.512276,0.0,939.9867,3581.3318,0.6915436,282.20544,29.910784,23215.695,34.745308,0.95529836,16.4741,38.65554,7.266844,2.333561,18.899101,493.2823,164.13298,20.82076,0.8289634,2.8290842,118.36209,4.2153845,212.34555,254.06721,1907.6798,697.8422,104.05232,141.35492,118.550446,5.5267696,8.4604225,39.986683,4.1076646,7.103129,21.811676,32.082775,108.36735,19.569872,20.405714,56.0894,11.921163,3451.126,24.23949,22.711111,17.759962,11.366252,182.63016,37.4866,20.536112,5.6817355,12.422298,17.560392,69.1748,142.21024,31.453054,151.5339,23.572351,14.26224,96.90421,60.436417,161.04367,77.94482,2.3395777,4.394583,5.491537,31.666327,5269.2305,2.4124377,12.3503,65.09435,16.955097,161.06451,52.199444,117.39604,3.2568045,84.05194,478.18774,317.7893,51.655598,446.38513,58.89722,59.101868,96.582596,19.98396,3.116096,18.529932,569.95197,0.50494015,0.81449074,85.82731,11.464071,8.847308,10.174274,16.768192,120.77978,25.356667,154.57483,789.78064,410.80304,2654.1484,2062.3162,32.041195,66.092674,3641.2327,17.732944,96.06574,613.1151,163.26494,222.68985,101.38362,550.09924,513.5097,461.20956,15.749333,120.07511,341.63162,663.08575,25.088644,199.81773,31.896389,1.7233801,50.81767,1.1656351,1.2438191,5.125208,16.535889,204.1305,35.915348,19.63685,436.725,126.75601,75.483734,96.291664,32.65651,54.611805,21.848148,19.491909,20.5575,150.57443,60.307384,30.09113,16.123104,15.555555,35.237064,27.289259,3.991031,141.99452,35.460995,362.97723,13.965723,665.1382,34.229885,466.75104,266.70093,15.155344,15.614405,421.68646,533.0807,1598.447,353.12805 +2023-11-02 05:00:00,0.0,5329.1807,145.13025,80.09736,104.66942,64.743645,326.87177,46.677876,99.17862,27.959517,57.04182,1006.04785,85.062454,27.622059,252.29997,1.415498,1.2361822,49.842354,2.694169,0.49021783,920.3735,0.64544874,881.31226,117.40426,0.035674434,1.3261669,361.21796,42.192627,184.91142,162.01619,7879.797,0.4806545,2718.3005,9.821848,0.25389916,0.41156548,0.8303133,290.08463,347.28497,33.71339,63.556946,40.360264,14.850259,1453.3885,5.2151203,66.30794,22.823917,475.08124,28.110868,407.51608,9.371963,66.47445,0.0,939.744,3579.383,0.6908987,282.05612,29.893045,23201.574,34.73264,0.955041,16.463142,38.632835,7.2649817,2.3329134,18.890224,493.01758,164.00763,20.804068,0.8286957,2.8279505,118.354485,4.2120214,212.25362,254.09819,1907.9675,697.5294,104.042786,141.39127,118.75148,5.5336285,8.468388,40.12233,4.130142,7.13191,21.798407,32.064953,108.429276,19.56487,20.392782,56.078865,11.922531,3451.452,24.231968,22.709723,17.757889,11.365306,182.64247,37.48977,20.528473,5.683221,12.415857,17.55299,69.15697,142.16324,31.450485,151.53862,23.567472,14.248935,96.83608,60.402897,160.9223,77.96056,2.3512056,4.392604,5.490699,31.647938,5265.088,2.42087,12.336306,65.07808,16.949467,161.03348,52.235138,117.39842,3.2572987,84.027016,478.14432,317.83716,51.625862,446.25677,58.875694,59.094902,96.548416,20.004326,3.1200051,18.540236,569.84924,0.50504005,0.8154606,85.87572,11.482125,8.848219,10.178913,16.770035,120.84696,25.40021,154.58398,789.9398,410.572,2653.5015,2062.0088,32.024452,66.03592,3639.1082,17.741606,95.98773,612.9784,163.13602,222.53503,101.31462,549.6385,513.23114,461.21973,15.740381,120.00755,341.5988,662.77783,25.072454,199.6961,31.872154,1.7233105,50.820065,1.1656102,1.2439097,5.124495,16.53003,203.93257,35.897537,19.635786,436.49054,126.68182,75.43978,96.239586,32.63659,54.6158,21.833796,19.468523,20.550625,150.49948,60.279587,30.067413,16.149128,15.548611,35.209305,27.27935,3.987595,141.92186,35.432335,362.7963,13.9596405,664.7308,34.210407,467.1665,266.59363,15.140874,15.609013,421.3773,532.7252,1597.7659,353.5683 +2023-11-02 06:00:00,0.0,5326.447,145.02309,80.029045,104.63652,64.72188,326.88153,46.673553,99.15988,27.951365,57.036346,1005.1377,85.078606,27.617165,252.19609,1.4139134,1.2344577,49.86491,2.6904776,0.50634545,920.5798,0.66604584,881.88574,117.432976,0.03646142,1.3713766,361.649,42.201923,185.26852,162.08258,7874.567,0.48846185,2718.2742,9.922859,0.25610414,0.4160818,0.8449166,290.02386,347.21817,33.833324,63.541668,40.359753,14.845552,1452.4789,5.278206,66.271576,22.807352,475.07748,28.091415,407.71313,9.367093,66.436615,0.0,939.50134,3577.434,0.69025385,281.90677,29.875307,23187.451,34.719975,0.9547836,16.452183,38.610126,7.2631197,2.3322659,18.88135,492.75284,163.88226,20.787373,0.828428,2.8268168,118.34688,4.208658,212.16167,254.12917,1908.2552,697.2166,104.03323,141.4276,118.95251,5.540487,8.476354,40.257977,4.1526203,7.1606903,21.785137,32.04713,108.4912,19.559868,20.379852,56.068325,11.923899,3451.7778,24.224445,22.708334,17.755816,11.364359,182.65477,37.49294,20.520834,5.684706,12.409416,17.545588,69.13914,142.11623,31.447916,151.54332,23.562592,14.23563,96.76795,60.369373,160.80092,77.9763,2.3628333,4.390625,5.489861,31.629547,5260.9453,2.4293022,12.322311,65.061806,16.943836,161.00244,52.270836,117.400795,3.2577932,84.00208,478.1009,317.88504,51.596123,446.12842,58.854168,59.08794,96.51424,20.024693,3.1239145,18.55054,569.74646,0.50514,0.8164305,85.924126,11.500178,8.849129,10.183551,16.77188,120.91414,25.44375,154.59315,790.099,410.3409,2652.8542,2061.7017,32.00771,65.979164,3636.9836,17.750269,95.90972,612.8416,163.00708,222.3802,101.24561,549.1778,512.95264,461.2299,15.731428,119.94,341.56598,662.4699,25.056267,199.5745,31.847918,1.723241,50.82246,1.1655853,1.2440004,5.123782,16.524168,203.73466,35.879726,19.634722,436.25607,126.607635,75.395836,96.1875,32.61667,54.619793,21.819445,19.445139,20.54375,150.42453,60.25179,30.043697,16.175152,15.541667,35.18155,27.269444,3.9841595,141.8492,35.403675,362.6154,13.953558,664.3233,34.190933,467.582,266.48633,15.126404,15.6036215,421.0681,532.36975,1597.0847,354.0085 +2023-11-02 07:00:00,0.0,5323.7124,144.91592,79.960724,104.603615,64.7001,326.89127,46.669228,99.14115,27.943213,57.03087,1004.2276,85.09476,27.61227,252.09221,1.4123288,1.2327332,49.887466,2.6867862,0.5224731,920.7861,0.68664294,882.4593,117.46169,0.037248407,1.4165865,362.08002,42.211216,185.62563,162.14897,7869.337,0.49626923,2718.2478,10.02387,0.25830916,0.4205981,0.85951984,289.96313,347.15137,33.953262,63.52639,40.359245,14.840845,1451.5693,5.341292,66.23522,22.790789,475.0738,28.071962,407.91022,9.362225,66.39879,0.0,939.25867,3575.4854,0.689609,281.75742,29.857569,23173.328,34.707306,0.95452625,16.441223,38.587418,7.2612576,2.3316183,18.872475,492.48813,163.75691,20.77068,0.8281603,2.825683,118.33927,4.205295,212.06972,254.16014,1908.5428,696.9039,104.02368,141.46393,119.153534,5.5473456,8.484319,40.393623,4.1750984,7.1894712,21.771868,32.02931,108.55313,19.554867,20.366922,56.05779,11.925267,3452.1038,24.21692,22.706944,17.753742,11.363413,182.66707,37.49611,20.513195,5.686192,12.402976,17.538185,69.12131,142.06923,31.445347,151.54803,23.55771,14.222324,96.699814,60.335854,160.67953,77.99204,2.374461,4.3886456,5.489023,31.611156,5256.803,2.4377346,12.308317,65.04553,16.938206,160.9714,52.30653,117.403175,3.2582874,83.97715,478.05746,317.9329,51.566383,446.00006,58.832638,59.080975,96.48006,20.045057,3.1278236,18.560846,569.6437,0.5052399,0.81740046,85.972534,11.518232,8.8500395,10.1881895,16.773722,120.98132,25.487293,154.60233,790.25824,410.10986,2652.207,2061.3943,31.990967,65.92241,3634.859,17.75893,95.83171,612.7049,162.87816,222.22537,101.176605,548.71704,512.6741,461.24005,15.722476,119.872444,341.53314,662.162,25.040077,199.45287,31.82368,1.7231714,50.824856,1.1655602,1.244091,5.1230693,16.518307,203.53676,35.86192,19.633657,436.0216,126.53345,75.35188,96.135414,32.59675,54.623783,21.805092,19.421755,20.536875,150.34956,60.22399,30.019981,16.201176,15.534722,35.15379,27.259537,3.9807239,141.77652,35.375015,362.43445,13.947475,663.9159,34.17146,467.99747,266.37906,15.111934,15.598229,420.75894,532.0143,1596.4036,354.44876 +2023-11-02 08:00:00,0.0,5320.9785,144.80878,79.89241,104.57072,64.67834,326.901,46.664906,99.12241,27.935062,57.025394,1003.31744,85.11091,27.607376,251.98833,1.4107442,1.2310088,49.910023,2.6830947,0.53860074,920.9923,0.70724,883.03284,117.49041,0.038035393,1.4617963,362.51105,42.220512,185.98271,162.21536,7864.107,0.50407654,2718.2214,10.124882,0.26051414,0.4251144,0.87412304,289.90237,347.08456,34.0732,63.511112,40.358738,14.836139,1450.6598,5.4043775,66.19886,22.774223,475.07007,28.052511,408.1073,9.357355,66.36096,0.0,939.016,3573.5366,0.6889641,281.60806,29.83983,23159.207,34.694637,0.9542689,16.430265,38.564713,7.2593956,2.3309705,18.863598,492.22342,163.63156,20.753986,0.82789254,2.8245494,118.33167,4.201932,211.97778,254.1911,1908.8306,696.59106,104.01414,141.50027,119.35456,5.554204,8.492284,40.52927,4.197576,7.218252,21.7586,32.011482,108.61506,19.549866,20.35399,56.04725,11.926635,3452.4297,24.209398,22.705555,17.75167,11.362467,182.67937,37.49928,20.505556,5.6876774,12.396535,17.530785,69.10347,142.02223,31.442778,151.55273,23.552832,14.209019,96.63168,60.302334,160.55817,78.00778,2.3860888,4.3866663,5.488185,31.592766,5252.6606,2.446167,12.294323,65.02926,16.932575,160.94037,52.342224,117.40555,3.2587817,83.952225,478.01407,317.98077,51.536644,445.87173,58.81111,59.074013,96.44588,20.065424,3.131733,18.57115,569.5409,0.5053398,0.81837034,86.02094,11.536285,8.850949,10.192827,16.775564,121.04851,25.530834,154.6115,790.4175,409.87878,2651.5598,2061.0872,31.974224,65.865654,3632.7344,17.767593,95.7537,612.5682,162.74922,222.07056,101.107605,548.2563,512.3955,461.2502,15.713524,119.804886,341.5003,661.85406,25.02389,199.33125,31.799446,1.7231017,50.82725,1.1655353,1.2441816,5.122357,16.512445,203.33884,35.84411,19.632591,435.78714,126.45925,75.30794,96.083336,32.576828,54.627777,21.790741,19.39837,20.53,150.27461,60.196194,29.996265,16.2272,15.527778,35.126034,27.249628,3.9772882,141.70386,35.34636,362.2535,13.941393,663.5084,34.15198,468.41293,266.27176,15.097464,15.592837,420.44977,531.6588,1595.7224,354.88898 +2023-11-02 09:00:00,0.0,5318.244,144.70161,79.82409,104.53782,64.65656,326.91074,46.660583,99.103676,27.92691,57.01992,1002.4073,85.12706,27.602482,251.88446,1.4091595,1.2292843,49.93258,2.6794033,0.5547284,921.1986,0.7278371,883.6063,117.51913,0.038822375,1.507006,362.94208,42.22981,186.33981,162.28174,7858.877,0.5118839,2718.195,10.225893,0.26271912,0.4296307,0.88872623,289.84164,347.01776,34.19314,63.495834,40.35823,14.831431,1449.7502,5.467463,66.1625,22.757658,475.0663,28.033058,408.30438,9.352487,66.323135,0.0,938.7733,3571.5876,0.68831927,281.45874,29.822092,23145.084,34.681973,0.9540115,16.419306,38.542007,7.257533,2.330323,18.854723,491.95868,163.50621,20.737293,0.82762486,2.823416,118.324066,4.198569,211.88583,254.22208,1909.1183,696.2783,104.004585,141.5366,119.55559,5.5610623,8.50025,40.664913,4.220054,7.247033,21.74533,31.99366,108.67699,19.544863,20.34106,56.036713,11.928003,3452.7556,24.201874,22.704166,17.749598,11.36152,182.69167,37.50245,20.497917,5.6891627,12.390095,17.523382,69.08564,141.97522,31.440208,151.55745,23.54795,14.195713,96.56355,60.268814,160.43678,78.02352,2.3977165,4.3846874,5.487347,31.574377,5248.5186,2.4545991,12.280328,65.012985,16.926945,160.90933,52.37792,117.40793,3.2592762,83.92729,477.97064,318.02863,51.50691,445.74338,58.789585,59.067047,96.4117,20.08579,3.135642,18.581455,569.4381,0.5054397,0.8193402,86.06935,11.554339,8.85186,10.197466,16.777407,121.11569,25.574375,154.62067,790.57666,409.64774,2650.9126,2060.7798,31.957481,65.8089,3630.6099,17.776255,95.6757,612.4314,162.62029,221.91573,101.0386,547.79553,512.11694,461.26038,15.704572,119.737335,341.46747,661.5462,25.0077,199.20963,31.77521,1.7230321,50.829643,1.1655103,1.2442724,5.121644,16.506584,203.14093,35.826298,19.631527,435.55267,126.38506,75.26399,96.03125,32.556908,54.63177,21.776388,19.374987,20.523125,150.19966,60.168396,29.972548,16.253223,15.520833,35.098274,27.239721,3.9738524,141.6312,35.3177,362.07257,13.93531,663.101,34.132507,468.8284,266.16446,15.0829935,15.587445,420.1406,531.30334,1595.0413,355.32922 +2023-11-02 10:00:00,0.0,5315.5103,144.59445,79.755775,104.50491,64.63479,326.92047,46.656258,99.084946,27.91876,57.014442,1001.49713,85.14321,27.597588,251.78058,1.407575,1.2275598,49.95513,2.675712,0.57085603,921.40485,0.7484342,884.1799,117.547844,0.03960936,1.5522158,363.3731,42.2391,186.69691,162.34813,7853.647,0.5196913,2718.1687,10.326904,0.2649241,0.43414703,0.90332955,289.78088,346.95096,34.313076,63.480556,40.35772,14.826725,1448.8406,5.530549,66.12614,22.741095,475.0626,28.013605,408.50146,9.347617,66.2853,0.0,938.53064,3569.639,0.6876744,281.3094,29.804354,23130.96,34.669304,0.9537541,16.408346,38.5193,7.255671,2.3296754,18.845846,491.69397,163.38086,20.720598,0.8273571,2.8222823,118.31646,4.1952057,211.79388,254.25305,1909.4059,695.9655,103.99503,141.57295,119.75662,5.567921,8.508215,40.80056,4.2425323,7.2758136,21.732061,31.975838,108.738914,19.539862,20.32813,56.026173,11.929371,3453.0815,24.194351,22.702778,17.747524,11.360574,182.70398,37.505623,20.490278,5.690648,12.383654,17.51598,69.06781,141.92822,31.43764,151.56215,23.54307,14.182408,96.495415,60.23529,160.31541,78.03926,2.4093444,4.382708,5.4865093,31.555986,5244.376,2.4630315,12.266334,64.99672,16.921312,160.8783,52.413612,117.4103,3.2597704,83.90236,477.92722,318.0765,51.47717,445.61502,58.768055,59.060085,96.37752,20.106157,3.1395512,18.591759,569.3353,0.5055396,0.8203102,86.11776,11.572392,8.852771,10.202104,16.77925,121.18287,25.617918,154.62984,790.73584,409.4167,2650.2656,2060.4724,31.940739,65.752144,3628.485,17.784918,95.59769,612.2947,162.49136,221.7609,100.96959,547.33484,511.8384,461.27054,15.695619,119.66978,341.43463,661.2383,24.991512,199.08801,31.750973,1.7229626,50.83204,1.1654854,1.244363,5.120931,16.500723,202.94302,35.808487,19.630463,435.3182,126.310875,75.22004,95.979164,32.536983,54.635765,21.762037,19.351603,20.51625,150.12471,60.1406,29.948832,16.279247,15.513889,35.070515,27.229815,3.9704168,141.55852,35.28904,361.89163,13.929228,662.69354,34.11303,469.2439,266.05716,15.068523,15.582054,419.83142,530.94794,1594.3601,355.76944 +2023-11-02 11:00:00,0.0,5312.776,144.48729,79.687454,104.472015,64.61302,326.9302,46.651936,99.06621,27.910608,57.00897,1000.58704,85.15937,27.592693,251.6767,1.4059904,1.2258353,49.977688,2.6720207,0.5869837,921.61115,0.7690313,884.75336,117.57657,0.040396348,1.5974256,363.80414,42.248398,187.05402,162.41452,7848.417,0.5274986,2718.1423,10.427916,0.2671291,0.43866333,0.91793275,289.72015,346.88416,34.43301,63.46528,40.357212,14.822018,1447.931,5.5936346,66.08978,22.72453,475.0589,27.994152,408.69855,9.342749,66.247475,0.0,938.28796,3567.6902,0.68702954,281.16003,29.786615,23116.838,34.656635,0.95349675,16.397388,38.496593,7.253809,2.329028,18.836971,491.42923,163.25551,20.703905,0.82708937,2.8211486,118.30886,4.1918426,211.70195,254.28403,1909.6936,695.6528,103.98549,141.60928,119.95765,5.5747795,8.516181,40.936207,4.26501,7.3045945,21.718792,31.958015,108.80085,19.53486,20.315199,56.015636,11.930739,3453.4075,24.186829,22.70139,17.745451,11.359628,182.71628,37.508793,20.48264,5.6921334,12.3772135,17.508577,69.04998,141.88123,31.435068,151.56686,23.53819,14.169103,96.427284,60.20177,160.19403,78.055,2.420972,4.380729,5.485671,31.537596,5240.2334,2.4714637,12.252339,64.980446,16.915682,160.84727,52.449306,117.41268,3.2602649,83.87743,477.8838,318.12436,51.44743,445.48666,58.74653,59.05312,96.34334,20.126522,3.1434605,18.602064,569.23254,0.5056395,0.82128006,86.16617,11.590446,8.853681,10.206742,16.781092,121.25005,25.661459,154.639,790.895,409.1856,2649.6184,2060.1653,31.923996,65.69539,3626.3606,17.79358,95.51968,612.1579,162.36243,221.60606,100.90058,546.8741,511.55984,461.2807,15.6866665,119.60223,341.4018,660.93036,24.975323,198.96638,31.726736,1.722893,50.834435,1.1654605,1.2444535,5.1202183,16.494862,202.7451,35.790676,19.629398,435.08374,126.23669,75.176094,95.927086,32.517063,54.639755,21.747684,19.328218,20.509375,150.04976,60.1128,29.925116,16.30527,15.506945,35.04276,27.219906,3.9669812,141.48586,35.26038,361.7107,13.923144,662.28613,34.093555,469.65936,265.94986,15.054053,15.576662,419.52225,530.59247,1593.679,356.2097 +2023-11-02 12:00:00,0.0,5310.042,144.38014,79.61914,104.43912,64.59125,326.93997,46.647614,99.04748,27.902456,57.003494,999.6769,85.17552,27.5878,251.57281,1.4044057,1.2241108,50.000244,2.6683292,0.6031113,921.81744,0.7896283,885.3269,117.605286,0.041183334,1.6426353,364.23517,42.25769,187.41112,162.48091,7843.187,0.535306,2718.116,10.528927,0.26933408,0.44317964,0.932536,289.65942,346.81738,34.552948,63.45,40.356705,14.817311,1447.0215,5.65672,66.05342,22.707966,475.0551,27.974699,408.89563,9.337879,66.20965,0.0,938.0453,3565.7412,0.6863847,281.0107,29.768875,23102.717,34.643967,0.9532394,16.386429,38.473885,7.251947,2.3283803,18.828094,491.16452,163.13016,20.687212,0.8268217,2.820015,118.301254,4.1884794,211.61,254.315,1909.9812,695.33997,103.975945,141.64561,120.158676,5.5816383,8.524146,41.071854,4.287488,7.3333755,21.705523,31.940191,108.86278,19.529858,20.302269,56.005096,11.932107,3453.7334,24.179304,22.7,17.74338,11.358681,182.72858,37.511963,20.475,5.6936193,12.370772,17.501177,69.03215,141.83421,31.432499,151.57156,23.53331,14.155797,96.35915,60.16825,160.07266,78.07075,2.4326,4.37875,5.4848332,31.519207,5236.0913,2.479896,12.238345,64.96417,16.910051,160.81624,52.485,117.415054,3.260759,83.8525,477.84036,318.1722,51.417694,445.3583,58.725,59.046158,96.30916,20.146889,3.1473696,18.612368,569.12976,0.5057394,0.82224995,86.21458,11.6085,8.854591,10.21138,16.782936,121.31724,25.705,154.64818,791.05426,408.95456,2648.9712,2059.858,31.907251,65.63863,3624.236,17.802242,95.441666,612.0212,162.2335,221.45125,100.83158,546.4133,511.2813,461.29086,15.677714,119.53467,341.36896,660.62244,24.959135,198.84477,31.702501,1.7228234,50.83683,1.1654354,1.2445443,5.1195054,16.489,202.5472,35.772865,19.628332,434.84927,126.1625,75.13214,95.875,32.497143,54.64375,21.733334,19.304834,20.5025,149.97481,60.085003,29.9014,16.331293,15.5,35.015,27.21,3.9635453,141.41318,35.23172,361.52975,13.917062,661.87866,34.07408,470.07483,265.84256,15.039583,15.57127,419.21304,530.237,1592.9979,356.64993 +2023-11-02 13:00:00,0.0,5307.308,144.27298,79.55082,104.40621,64.56948,326.9497,46.643288,99.02874,27.894306,56.998016,998.7667,85.19167,27.582903,251.46893,1.4028212,1.2223864,50.0228,2.6646378,0.619239,922.0237,0.8102254,885.9004,117.634,0.04197032,1.6878451,364.6662,42.266987,187.7682,162.5473,7837.957,0.5431133,2718.0896,10.629938,0.27153906,0.44769594,0.94713926,289.59866,346.75058,34.672886,63.434723,40.356197,14.812605,1446.1118,5.719806,66.01706,22.6914,475.0514,27.955246,409.09268,9.333011,66.171814,0.0,937.8026,3563.7925,0.6857398,280.86136,29.751137,23088.594,34.6313,0.952982,16.37547,38.45118,7.250085,2.3277328,18.81922,490.89978,163.0048,20.670519,0.82655394,2.8188813,118.29365,4.1851163,211.51805,254.34596,1910.2689,695.0272,103.96639,141.68196,120.3597,5.5884967,8.532111,41.2075,4.309966,7.3621564,21.692253,31.922367,108.924706,19.524857,20.28934,55.99456,11.9334755,3454.0593,24.171782,22.69861,17.741306,11.357735,182.74088,37.515133,20.467361,5.6951046,12.364332,17.493774,69.01431,141.78722,31.42993,151.57626,23.528429,14.142492,96.29102,60.134727,159.95128,78.08649,2.4442277,4.3767705,5.4839954,31.500816,5231.9487,2.4883285,12.224351,64.9479,16.90442,160.7852,52.520695,117.417435,3.2612536,83.82757,477.79697,318.2201,51.387955,445.22998,58.703472,59.039192,96.27498,20.167255,3.151279,18.622673,569.027,0.5058393,0.8232199,86.262985,11.626554,8.855501,10.216019,16.784779,121.38442,25.748543,154.65735,791.2135,408.72348,2648.324,2059.5505,31.890509,65.58188,3622.1116,17.810905,95.363655,611.88446,162.10457,221.29642,100.76257,545.9526,511.00275,461.30103,15.668762,119.46711,341.33612,660.3145,24.942947,198.72316,31.678265,1.7227539,50.839222,1.1654105,1.2446349,5.1187925,16.483139,202.34929,35.75506,19.627268,434.6148,126.0883,75.088196,95.822914,32.477222,54.647743,21.71898,19.28145,20.495625,149.89986,60.057205,29.877684,16.357317,15.493055,34.987244,27.200092,3.9601097,141.34052,35.203064,361.34882,13.910979,661.47125,34.054604,470.4903,265.73526,15.025113,15.565878,418.90387,529.88153,1592.3168,357.09015 +2023-11-02 14:00:00,0.0,5304.5737,144.16582,79.482506,104.373314,64.54771,326.95944,46.638966,99.01,27.886154,56.992542,997.85657,85.207825,27.578009,251.36505,1.4012365,1.2206618,50.045357,2.6609464,0.6353666,922.23,0.8308225,886.47394,117.66272,0.042757306,1.7330549,365.09723,42.276283,188.1253,162.6137,7832.727,0.55092067,2718.0635,10.730948,0.27374405,0.45221224,0.9617425,289.53793,346.68378,34.792824,63.419445,40.35569,14.807898,1445.2023,5.7828918,65.9807,22.674837,475.0477,27.935793,409.28976,9.328141,66.13399,0.0,937.55994,3561.8438,0.68509495,280.712,29.733398,23074.47,34.618633,0.95272464,16.364511,38.428474,7.248223,2.3270853,18.810345,490.63507,162.87946,20.653824,0.82628626,2.8177476,118.28605,4.181753,211.42612,254.37694,1910.5566,694.7144,103.95684,141.71829,120.56074,5.595355,8.540077,41.343147,4.3324437,7.3909373,21.678984,31.904545,108.98663,19.519854,20.276407,55.984024,11.934843,3454.3853,24.164257,22.697222,17.739233,11.356789,182.75317,37.518303,20.459723,5.69659,12.357891,17.486372,68.99648,141.7402,31.42736,151.58098,23.52355,14.129187,96.222885,60.101208,159.82991,78.10223,2.4558554,4.3747916,5.483157,31.482426,5227.8066,2.4967606,12.210357,64.931625,16.89879,160.75417,52.55639,117.41981,3.2617478,83.80264,477.75354,318.26794,51.358215,445.10162,58.681946,59.032227,96.2408,20.187622,3.155188,18.632978,568.9242,0.50593925,0.8241898,86.31139,11.644608,8.856412,10.220657,16.786621,121.4516,25.792084,154.66652,791.3727,408.49243,2647.6768,2059.2434,31.873766,65.52512,3619.9868,17.819567,95.285645,611.7477,161.97563,221.14159,100.693565,545.4918,510.7242,461.3112,15.659809,119.39956,341.30328,660.0066,24.926758,198.60153,31.654028,1.7226843,50.841618,1.1653856,1.2447255,5.1180797,16.477278,202.15138,35.737247,19.626204,434.38034,126.014114,75.04425,95.770836,32.457302,54.651737,21.70463,19.258066,20.48875,149.8249,60.029408,29.853968,16.38334,15.486111,34.959484,27.190184,3.956674,141.26785,35.174404,361.16788,13.904897,661.0638,34.03513,470.90576,265.628,15.010643,15.560486,418.5947,529.52606,1591.6356,357.5304 +2023-11-02 15:00:00,0.0,5301.84,144.05865,79.414185,104.340416,64.52594,326.96918,46.634644,98.99127,27.878002,56.98707,996.9464,85.223976,27.573114,251.26117,1.3996519,1.2189373,50.06791,2.657255,0.65149426,922.4362,0.8514196,887.0475,117.69144,0.04354429,1.7782646,365.52826,42.285576,188.4824,162.68008,7827.497,0.55872804,2718.037,10.83196,0.27594903,0.45672855,0.9763457,289.47717,346.61697,34.912758,63.404167,40.35518,14.803191,1444.2927,5.845978,65.94434,22.658272,475.04395,27.916342,409.48685,9.323273,66.09616,0.0,937.31726,3559.8948,0.6844501,280.56265,29.71566,23060.348,34.605965,0.95246726,16.353552,38.405766,7.2463603,2.3264377,18.801468,490.37036,162.75409,20.63713,0.8260185,2.816614,118.27844,4.17839,211.33417,254.40791,1910.8442,694.4017,103.94729,141.75462,120.761765,5.602214,8.548042,41.478794,4.354922,7.419718,21.665716,31.886723,109.04856,19.514853,20.263477,55.973484,11.936212,3454.7112,24.156734,22.695833,17.73716,11.355842,182.76549,37.521473,20.452084,5.6980753,12.351451,17.47897,68.97865,141.6932,31.424791,151.58568,23.51867,14.115881,96.154755,60.067688,159.70853,78.117966,2.4674833,4.3728123,5.4823194,31.464037,5223.664,2.505193,12.196362,64.91535,16.89316,160.72313,52.592083,117.42219,3.262242,83.77771,477.7101,318.31583,51.32848,444.97327,58.660416,59.025265,96.20662,20.207989,3.1590974,18.643282,568.8214,0.50603914,0.82515967,86.3598,11.662661,8.857322,10.225295,16.788464,121.51878,25.835627,154.67569,791.53186,408.26138,2647.0298,2058.936,31.857023,65.46837,3617.8623,17.82823,95.20764,611.61096,161.84671,220.98677,100.62456,545.0311,510.44565,461.32135,15.650857,119.332,341.27045,659.69867,24.91057,198.47992,31.629793,1.7226146,50.844013,1.1653606,1.2448162,5.117367,16.471416,201.95346,35.719437,19.625137,434.14587,125.939926,75.0003,95.71875,32.43738,54.655727,21.690277,19.234682,20.481874,149.74995,60.00161,29.83025,16.409365,15.479167,34.931725,27.180277,3.9532385,141.19518,35.145744,360.98694,13.898814,660.6564,34.015656,471.32126,265.5207,14.996173,15.555095,418.28552,529.1706,1590.9545,357.9706 +2023-11-02 16:00:00,0.0,5299.1055,143.9515,79.34587,104.30752,64.504166,326.9789,46.630318,98.972534,27.869852,56.98159,996.0363,85.24013,27.56822,251.15729,1.3980672,1.2172128,50.090466,2.6535637,0.6676219,922.6425,0.87201667,887.621,117.72015,0.044331275,1.8234745,365.9593,42.294872,188.83951,162.74646,7822.2676,0.56653535,2718.0107,10.932971,0.27815402,0.46124485,0.9909489,289.41644,346.55017,35.032696,63.38889,40.35467,14.798484,1443.3832,5.9090633,65.90798,22.641708,475.04022,27.896889,409.68393,9.318403,66.058334,0.0,937.0746,3557.946,0.6838052,280.41333,29.697922,23046.227,34.593296,0.9522099,16.342592,38.383057,7.2444983,2.3257902,18.792593,490.10562,162.62874,20.620438,0.82575077,2.8154805,118.270836,4.175027,211.24222,254.43889,1911.132,694.08887,103.937744,141.79097,120.96279,5.609072,8.556007,41.614437,4.3774,7.4484987,21.652447,31.868898,109.11049,19.509851,20.250546,55.962948,11.937579,3455.037,24.149212,22.694445,17.735088,11.354896,182.77779,37.524647,20.444445,5.699561,12.34501,17.47157,68.96082,141.64621,31.422222,151.5904,23.513788,14.102575,96.086624,60.03417,159.58716,78.133705,2.479111,4.3708334,5.4814816,31.445646,5219.5215,2.5136251,12.182367,64.89908,16.88753,160.6921,52.627777,117.42456,3.2627366,83.75278,477.6667,318.36368,51.29874,444.8449,58.63889,59.0183,96.17244,20.228354,3.1630065,18.653587,568.7187,0.50613904,0.8261296,86.40821,11.680715,8.8582325,10.229934,16.790306,121.58597,25.879168,154.68484,791.69104,408.0303,2646.3826,2058.629,31.84028,65.41161,3615.7378,17.836891,95.12963,611.47424,161.71777,220.83194,100.55556,544.5704,510.16708,461.3315,15.641905,119.26444,341.2376,659.39075,24.89438,198.35829,31.605556,1.722545,50.84641,1.1653357,1.2449068,5.116654,16.465557,201.75555,35.701626,19.624073,433.91144,125.86574,74.95635,95.666664,32.41746,54.65972,21.675926,19.211298,20.475,149.675,59.973812,29.806534,16.435389,15.472222,34.90397,27.17037,3.9498026,141.12251,35.117085,360.806,13.892732,660.24896,33.996178,471.73672,265.4134,14.981703,15.549703,417.97635,528.8151,1590.2733,358.41086 +2023-11-02 17:00:00,0.0,5296.3716,143.84435,79.27755,104.27461,64.4824,326.98868,46.625996,98.953804,27.8617,56.976116,995.12616,85.25628,27.563326,251.0534,1.3964827,1.2154883,50.11302,2.6498723,0.68374956,922.8488,0.89261377,888.1945,117.74888,0.04511826,1.8686843,366.39032,42.304165,189.19661,162.81285,7817.0376,0.5743427,2717.9844,11.033982,0.28035903,0.46576115,1.0055522,289.35568,346.48337,35.152634,63.37361,40.354164,14.793777,1442.4735,5.972149,65.87162,22.625143,475.0365,27.877436,409.881,9.313535,66.0205,0.0,936.8319,3555.9973,0.68316036,280.26398,29.680183,23032.104,34.58063,0.9519525,16.331635,38.36035,7.242636,2.3251426,18.783716,489.8409,162.50339,20.603745,0.8254831,2.8143468,118.26324,4.1716638,211.15027,254.46986,1911.4197,693.77606,103.92819,141.8273,121.16382,5.6159306,8.563973,41.750084,4.3998775,7.4772797,21.639177,31.851076,109.172424,19.504848,20.237616,55.952408,11.938948,3455.363,24.141687,22.693056,17.733015,11.35395,182.79008,37.527817,20.436806,5.7010465,12.33857,17.464167,68.94299,141.5992,31.419653,151.5951,23.508907,14.089271,96.018486,60.000645,159.46577,78.149445,2.4907389,4.368854,5.4806433,31.427256,5215.3794,2.5220575,12.168373,64.882805,16.881899,160.66106,52.66347,117.42694,3.2632308,83.727844,477.62326,318.41156,51.269,444.71655,58.617363,59.011337,96.13826,20.24872,3.166916,18.66389,568.6159,0.50623894,0.8270995,86.45662,11.698768,8.859143,10.234571,16.792149,121.65315,25.922709,154.69402,791.8503,407.79926,2645.7354,2058.3215,31.823536,65.35486,3613.613,17.845554,95.05162,611.33746,161.58885,220.67711,100.48655,544.1096,509.88855,461.34167,15.632953,119.19689,341.20477,659.0828,24.878193,198.23668,31.58132,1.7224755,50.848804,1.1653106,1.2449974,5.115941,16.459696,201.55765,35.683815,19.623009,433.67697,125.79155,74.9124,95.614586,32.39754,54.663715,21.661573,19.187912,20.468124,149.60005,59.946014,29.782818,16.461412,15.465278,34.87621,27.160461,3.946367,141.04985,35.08843,360.62506,13.886649,659.8415,33.976704,472.1522,265.3061,14.967233,15.544311,417.66718,528.45966,1589.5922,358.85107 +2023-11-02 18:00:00,0.0,5293.637,143.73718,79.209236,104.241714,64.460625,326.9984,46.621674,98.93507,27.85355,56.970642,994.216,85.27243,27.558432,250.94952,1.394898,1.2137638,50.13558,2.6461809,0.6998772,923.05505,0.91321087,888.768,117.777596,0.045905247,1.913894,366.82135,42.31346,189.55371,162.87924,7811.8076,0.58215004,2717.958,11.134994,0.282564,0.47027746,1.0201554,289.29495,346.41656,35.27257,63.358334,40.353657,14.78907,1441.564,6.035235,65.83526,22.608578,475.03278,27.857983,410.0781,9.308665,65.98267,0.0,936.58923,3554.0483,0.68251556,280.11462,29.662445,23017.98,34.567963,0.95169514,16.320675,38.337646,7.240774,2.3244948,18.774841,489.57617,162.37804,20.58705,0.82521534,2.813213,118.25563,4.1683006,211.05833,254.50082,1911.7073,693.4633,103.91864,141.86365,121.364845,5.6227894,8.5719385,41.88573,4.4223557,7.5060606,21.625908,31.833252,109.23435,19.499847,20.224686,55.94187,11.940315,3455.689,24.134165,22.691668,17.730942,11.353003,182.80238,37.530987,20.429167,5.702532,12.332129,17.456764,68.925156,141.5522,31.417084,151.59981,23.504028,14.075965,95.950356,59.967125,159.3444,78.16519,2.5023665,4.3668747,5.4798055,31.408867,5211.237,2.53049,12.154379,64.86653,16.876266,160.63002,52.69917,117.42931,3.2637253,83.70292,477.57983,318.4594,51.23926,444.58823,58.595833,59.00437,96.10408,20.269087,3.170825,18.674196,568.5131,0.50633883,0.82806945,86.50503,11.716822,8.860053,10.23921,16.793991,121.72033,25.966251,154.70319,792.0095,407.56818,2645.0881,2058.0142,31.806793,65.2981,3611.4885,17.854216,94.97361,611.20074,161.45992,220.5223,100.41754,543.64886,509.61,461.35184,15.624,119.12933,341.17197,658.7749,24.862003,198.11505,31.557083,1.7224059,50.851196,1.1652857,1.2450881,5.115228,16.453835,201.35973,35.666008,19.621944,433.4425,125.717354,74.868454,95.5625,32.37762,54.66771,21.647223,19.164528,20.46125,149.5251,59.918217,29.759102,16.487434,15.458333,34.848454,27.150555,3.9429314,140.97717,35.05977,360.44415,13.880567,659.4341,33.957226,472.56766,265.1988,14.952763,15.5389185,417.358,528.1042,1588.911,359.29132 +2023-11-02 19:00:00,0.0,5290.9033,143.63002,79.140915,104.20882,64.43885,327.00815,46.617348,98.91633,27.845398,56.965164,993.30585,85.28859,27.553537,250.84566,1.3933134,1.2120394,50.158134,2.6424894,0.71600485,923.26135,0.9338079,889.34155,117.80631,0.046692234,1.9591038,367.25238,42.322758,189.9108,162.94563,7806.5776,0.5899574,2717.9316,11.236005,0.284769,0.47479376,1.0347587,289.2342,346.34976,35.39251,63.343056,40.353146,14.784364,1440.6544,6.0983205,65.798904,22.592014,475.02905,27.83853,410.27515,9.303797,65.94485,0.0,936.3466,3552.0996,0.6818707,279.9653,29.644707,23003.857,34.555294,0.9514378,16.309715,38.314938,7.238912,2.3238473,18.765966,489.31146,162.25269,20.570356,0.82494766,2.8120794,118.248024,4.1649375,210.96638,254.5318,1911.995,693.1505,103.909096,141.89998,121.56588,5.6296477,8.579904,42.021378,4.4448338,7.5348415,21.612638,31.81543,109.29628,19.494844,20.211754,55.93133,11.941684,3456.015,24.126642,22.690277,17.72887,11.3520565,182.81468,37.534157,20.421528,5.704017,12.325688,17.449362,68.907326,141.50519,31.414513,151.6045,23.499147,14.062659,95.882225,59.933605,159.22302,78.18093,2.5139945,4.364896,5.4789677,31.390476,5207.0947,2.538922,12.140385,64.85026,16.870636,160.59898,52.734863,117.431694,3.2642195,83.677986,477.53644,318.5073,51.209526,444.45987,58.574306,58.99741,96.0699,20.289454,3.1747344,18.6845,568.41034,0.50643873,0.82903934,86.553444,11.734875,8.860964,10.243848,16.795835,121.78751,26.009792,154.71236,792.1687,407.33713,2644.441,2057.707,31.79005,65.24135,3609.364,17.862879,94.8956,611.064,161.33098,220.36746,100.34853,543.1882,509.33145,461.362,15.615047,119.061775,341.13913,658.46704,24.845816,197.99344,31.532848,1.7223363,50.853592,1.1652608,1.2451787,5.1145153,16.447973,201.16182,35.648197,19.620878,433.20804,125.643166,74.82451,95.510414,32.3577,54.6717,21.63287,19.141144,20.454374,149.45015,59.89042,29.735386,16.513458,15.451389,34.820694,27.140648,3.9394958,140.90451,35.03111,360.2632,13.874484,659.0266,33.93775,472.98315,265.0915,14.9382925,15.533527,417.04883,527.7488,1588.2299,359.73157 +2023-11-02 20:00:00,0.0,5288.169,143.52287,79.0726,104.17591,64.41708,327.01788,46.613026,98.8976,27.837246,56.95969,992.3957,85.30474,27.548643,250.74178,1.3917289,1.2103149,50.180687,2.638798,0.7321325,923.4676,0.954405,889.91504,117.83503,0.04747922,2.0043137,367.6834,42.33205,190.2679,163.01202,7801.3477,0.5977648,2717.9053,11.337016,0.28697398,0.4793101,1.049362,289.17346,346.28296,35.512444,63.327778,40.35264,14.779656,1439.7448,6.161406,65.76254,22.575449,475.02533,27.819077,410.47223,9.298927,65.90701,0.0,936.10394,3550.151,0.68122584,279.81595,29.626966,22989.736,34.542625,0.9511804,16.298758,38.29223,7.2370496,2.3231997,18.75709,489.04672,162.12733,20.553663,0.8246799,2.8109457,118.24042,4.1615744,210.87444,254.56277,1912.2826,692.83777,103.89955,141.93631,121.76691,5.636506,8.58787,42.157024,4.4673114,7.563622,21.59937,31.797606,109.35821,19.489843,20.198824,55.920795,11.943051,3456.3408,24.119118,22.688889,17.726797,11.35111,182.827,37.537327,20.413889,5.7055025,12.319247,17.441961,68.889496,141.45819,31.411943,151.60922,23.494267,14.049355,95.814095,59.90008,159.10165,78.19667,2.5256221,4.3629165,5.4781294,31.372086,5202.952,2.5473545,12.12639,64.833984,16.865005,160.56795,52.770557,117.43407,3.2647138,83.65305,477.493,318.55515,51.179787,444.3315,58.552776,58.990444,96.03572,20.309818,3.1786435,18.694805,568.30756,0.5065386,0.8300092,86.60185,11.752929,8.861874,10.2484865,16.797678,121.8547,26.053333,154.72153,792.3279,407.10608,2643.794,2057.3997,31.773308,65.18459,3607.2393,17.87154,94.81759,610.92725,161.20206,220.21263,100.27953,542.7274,509.0529,461.37216,15.606095,118.994225,341.1063,658.1591,24.829626,197.87181,31.508612,1.7222668,50.855988,1.1652358,1.2452693,5.113803,16.442112,200.96391,35.630386,19.619814,432.97357,125.56898,74.780556,95.458336,32.33778,54.675694,21.618519,19.11776,20.4475,149.3752,59.86262,29.71167,16.539482,15.444445,34.79294,27.13074,3.93606,140.83185,35.00245,360.08228,13.868402,658.6192,33.918278,473.39862,264.98422,14.923822,15.528135,416.73962,527.3933,1587.5488,360.17178 +2023-11-02 21:00:00,0.0,5285.435,143.41571,79.00428,104.14301,64.39531,327.02762,46.608704,98.87886,27.829096,56.954216,991.4856,85.32089,27.543749,250.6379,1.3901442,1.2085904,50.203243,2.6351066,0.74826014,923.6739,0.9750021,890.4886,117.86375,0.048266202,2.0495234,368.11444,42.341347,190.625,163.07841,7796.1177,0.6055721,2717.879,11.438027,0.28917897,0.4838264,1.0639652,289.11273,346.21616,35.63238,63.3125,40.35213,14.77495,1438.8352,6.224492,65.72618,22.558886,475.0216,27.799623,410.6693,9.294059,65.86919,0.0,935.86127,3548.2021,0.680581,279.6666,29.609228,22975.613,34.52996,0.950923,16.287798,38.269524,7.2351875,2.3225522,18.748215,488.782,162.00198,20.536968,0.82441217,2.809812,118.23282,4.158211,210.7825,254.59375,1912.5703,692.52496,103.89,141.97266,121.96793,5.643365,8.595835,42.29267,4.4897895,7.592403,21.5861,31.779783,109.420135,19.484842,20.185894,55.910255,11.94442,3456.6667,24.111595,22.6875,17.724724,11.350163,182.8393,37.540497,20.40625,5.7069883,12.312807,17.434559,68.871666,141.4112,31.409374,151.61392,23.489388,14.036049,95.74596,59.86656,158.98027,78.21241,2.53725,4.360937,5.4772916,31.353697,5198.81,2.5557866,12.112395,64.81771,16.859375,160.53691,52.80625,117.43645,3.2652082,83.62813,477.4496,318.60303,51.150047,444.20316,58.53125,58.983482,96.00154,20.330185,3.1825526,18.70511,568.2048,0.5066385,0.83097917,86.65026,11.770982,8.862784,10.253125,16.79952,121.921875,26.096876,154.7307,792.48706,406.875,2643.1467,2057.0925,31.756565,65.12784,3605.1147,17.880203,94.739586,610.7905,161.07312,220.0578,100.210526,542.26666,508.77435,461.38232,15.597143,118.92667,341.07346,657.8512,24.813438,197.7502,31.484375,1.7221972,50.858383,1.1652108,1.2453599,5.11309,16.43625,200.76599,35.612576,19.61875,432.7391,125.49479,74.73661,95.40625,32.31786,54.679688,21.604166,19.094376,20.440624,149.30025,59.834824,29.687952,16.565506,15.4375,34.76518,27.120832,3.9326243,140.75917,34.973793,359.90134,13.862318,658.21173,33.8988,473.8141,264.87692,14.909353,15.522743,416.43045,527.03784,1586.8677,360.61203 +2023-11-02 22:00:00,0.0,5282.701,143.30855,78.93597,104.110115,64.37354,327.03735,46.604378,98.86013,27.820944,56.94874,990.57544,85.33704,27.538855,250.53401,1.3885596,1.2068659,50.2258,2.6314154,0.7643878,923.8802,0.9955992,891.06213,117.89246,0.04905319,2.0947332,368.54547,42.35064,190.9821,163.1448,7790.8877,0.6133795,2717.8525,11.539039,0.29138395,0.4883427,1.0785685,289.05197,346.14935,35.75232,63.297222,40.351624,14.770243,1437.9257,6.2875776,65.68982,22.54232,475.01788,27.780172,410.8664,9.289189,65.83136,0.0,935.6185,3546.2532,0.6799361,279.51727,29.59149,22961.49,34.517292,0.95066565,16.276838,38.24682,7.2333255,2.3219047,18.739338,488.5173,161.87663,20.520275,0.8241445,2.8086784,118.22521,4.154848,210.69055,254.62473,1912.858,692.2122,103.88045,142.00899,122.16896,5.6502233,8.6038,42.428318,4.5122676,7.621184,21.572832,31.76196,109.48206,19.47984,20.172962,55.89972,11.945787,3456.9927,24.10407,22.686111,17.72265,11.349217,182.8516,37.54367,20.398611,5.7084737,12.306366,17.427156,68.85383,141.36418,31.406805,151.61862,23.484507,14.022743,95.677826,59.833042,158.85889,78.22815,2.5488777,4.3589582,5.476454,31.335306,5194.6675,2.564219,12.098401,64.80144,16.853745,160.50587,52.841946,117.43882,3.2657025,83.603195,477.40616,318.65088,51.12031,444.07483,58.509724,58.976517,95.967354,20.350552,3.186462,18.715414,568.102,0.5067384,0.83194906,86.69867,11.789036,8.863694,10.257763,16.801363,121.98906,26.140417,154.73987,792.6463,406.64395,2642.4995,2056.7852,31.739822,65.07108,3602.9902,17.888866,94.661575,610.6538,160.9442,219.90298,100.14152,541.8059,508.4958,461.3925,15.58819,118.85911,341.04062,657.5433,24.797249,197.62859,31.46014,1.7221276,50.86078,1.1651858,1.2454506,5.112377,16.43039,200.56808,35.594765,19.617685,432.50464,125.42059,74.69266,95.354164,32.29794,54.68368,21.589815,19.070992,20.43375,149.2253,59.807026,29.664236,16.59153,15.430555,34.73742,27.110926,3.9291887,140.68651,34.945133,359.7204,13.8562355,657.8043,33.879326,474.22955,264.76962,14.894883,15.517351,416.12128,526.6824,1586.1865,361.05225 +2023-11-02 23:00:00,0.0,5279.967,143.2014,78.867645,104.07721,64.35177,327.04712,46.600056,98.84139,27.812794,56.943264,989.6653,85.353195,27.533958,250.43013,1.386975,1.2051414,50.248356,2.627724,0.78051543,924.0864,1.0161963,891.6356,117.92119,0.049840175,2.139943,368.9765,42.359936,191.3392,163.21118,7785.6577,0.6211868,2717.8262,11.64005,0.29358894,0.492859,1.0931716,288.99124,346.08255,35.872257,63.281944,40.351112,14.765536,1437.0161,6.350663,65.653465,22.525757,475.01416,27.76072,411.06348,9.284321,65.79353,0.0,935.37585,3544.3044,0.67929125,279.36792,29.573751,22947.37,34.504623,0.9504083,16.26588,38.224113,7.2314634,2.321257,18.730463,488.25256,161.75128,20.503582,0.82387674,2.807545,118.217606,4.151485,210.5986,254.65569,1913.1456,691.8994,103.8709,142.04532,122.369995,5.657082,8.611766,42.56396,4.534745,7.649965,21.559563,31.744137,109.544,19.474838,20.160032,55.88918,11.947156,3457.3186,24.096548,22.684723,17.72058,11.348271,182.86389,37.54684,20.390972,5.709959,12.299926,17.419754,68.836,141.31718,31.404236,151.62334,23.479626,14.009438,95.609695,59.799522,158.73752,78.24389,2.5605054,4.356979,5.4756155,31.316916,5190.525,2.5726514,12.084407,64.785164,16.848114,160.47484,52.87764,117.4412,3.266197,83.57826,477.36273,318.69873,51.090572,443.94647,58.488194,58.969555,95.933174,20.370918,3.190371,18.72572,567.9992,0.5068384,0.83291894,86.74708,11.807089,8.864605,10.262402,16.803205,122.056244,26.183958,154.74904,792.80554,406.41287,2641.8523,2056.4778,31.723078,65.01433,3600.8655,17.897528,94.583565,610.517,160.81526,219.74815,100.07252,541.3452,508.21722,461.40265,15.579238,118.79156,341.00778,657.23535,24.781061,197.50696,31.435904,1.7220579,50.86317,1.1651609,1.2455412,5.1116643,16.424528,200.37018,35.576954,19.61662,432.27017,125.346405,74.64871,95.302086,32.278015,54.687675,21.575462,19.047607,20.426874,149.15034,59.77923,29.64052,16.617554,15.423611,34.709663,27.101017,3.925753,140.61385,34.916473,359.53946,13.850153,657.39685,33.85985,474.64502,264.66232,14.880413,15.51196,415.8121,526.3269,1585.5054,361.4925 +2023-11-03 00:00:00,0.0,5277.233,143.09424,78.79933,104.04431,64.33,327.05685,46.595734,98.82266,27.804642,56.937786,988.7551,85.36935,27.529064,250.32625,1.3853904,1.203417,50.270912,2.6240325,0.7966431,924.2927,1.0367934,892.20917,117.949905,0.05062716,2.1851528,369.40753,42.369232,191.6963,163.27757,7780.4277,0.62899417,2717.8,11.741061,0.29579392,0.4973753,1.1077749,288.93048,346.01575,35.99219,63.266666,40.350605,14.760829,1436.1064,6.413749,65.6171,22.509192,475.01044,27.741266,411.26056,9.279451,65.7557,0.0,935.1332,3542.3557,0.6786464,279.21857,29.556013,22933.246,34.491955,0.9501509,16.254921,38.201405,7.2296014,2.3206096,18.721588,487.98785,161.62592,20.486889,0.82360905,2.8064113,118.21001,4.148122,210.50667,254.68666,1913.4333,691.5867,103.86136,142.08167,122.57102,5.6639404,8.619731,42.699608,4.5572233,7.6787453,21.546293,31.726315,109.60593,19.469837,20.147102,55.878643,11.9485235,3457.6445,24.089025,22.683332,17.718506,11.347324,182.87619,37.55001,20.383333,5.7114444,12.293485,17.412354,68.81817,141.27019,31.401667,151.62804,23.474747,13.996133,95.541565,59.766,158.61613,78.25963,2.5721333,4.355,5.4747777,31.298527,5186.383,2.5810835,12.070413,64.76889,16.842484,160.4438,52.913334,117.44357,3.2666912,83.55334,477.3193,318.7466,51.060833,443.8181,58.466667,58.96259,95.898994,20.391285,3.1942804,18.736023,567.8964,0.5069383,0.8338889,86.79549,11.825143,8.865516,10.267039,16.805048,122.12343,26.2275,154.75821,792.9647,406.18182,2641.205,2056.1707,31.706335,64.95757,3598.741,17.90619,94.505554,610.3803,160.68634,219.59332,100.00351,540.88446,507.9387,461.4128,15.570286,118.724,340.97495,656.9274,24.764872,197.38535,31.411667,1.7219884,50.865566,1.165136,1.2456318,5.1109514,16.418667,200.17227,35.559147,19.615555,432.0357,125.27222,74.60477,95.25,32.258095,54.691666,21.561111,19.024223,20.42,149.0754,59.75143,29.616804,16.643578,15.416667,34.681904,27.09111,3.9223173,140.54117,34.887814,359.35852,13.84407,656.98944,33.840374,475.06052,264.55502,14.865943,15.506568,415.50293,525.97144,1584.8242,361.9327 +2023-11-03 01:00:00,0.0,5274.4985,142.98708,78.73101,104.01141,64.30823,327.0666,46.59141,98.803925,27.79649,56.932312,987.84503,85.3855,27.52417,250.22237,1.3838058,1.2016925,50.293465,2.620341,0.8127707,924.49896,1.0573905,892.78265,117.97862,0.051414147,2.2303624,369.83856,42.378525,192.05339,163.34396,7775.1978,0.6368015,2717.7737,11.8420725,0.2979989,0.5018916,1.1223781,288.86975,345.94894,36.11213,63.25139,40.350098,14.756123,1435.1969,6.476835,65.58074,22.492628,475.0067,27.721813,411.45764,9.274583,65.71787,0.0,934.8905,3540.4067,0.6780015,279.0692,29.538275,22919.123,34.47929,0.94989353,16.243961,38.178696,7.2277393,2.319962,18.712711,487.7231,161.50056,20.470194,0.8233413,2.8052776,118.2024,4.1447587,210.41472,254.71764,1913.721,691.27386,103.85181,142.118,122.77205,5.670799,8.627697,42.835255,4.5797014,7.707526,21.533024,31.70849,109.667854,19.464834,20.13417,55.868107,11.949892,3457.9705,24.081501,22.681944,17.716433,11.346378,182.8885,37.55318,20.375694,5.7129297,12.287045,17.404951,68.80034,141.22318,31.399097,151.63275,23.469866,13.982827,95.47343,59.73248,158.49477,78.275375,2.583761,4.3530207,5.47394,31.280136,5182.24,2.589516,12.056418,64.75262,16.836853,160.41278,52.949028,117.44595,3.2671857,83.528404,477.2759,318.79446,51.031094,443.68976,58.445137,58.955627,95.864815,20.41165,3.1981895,18.746328,567.79364,0.5070382,0.8348588,86.843895,11.843196,8.8664255,10.271678,16.80689,122.190605,26.271042,154.76738,793.1239,405.95078,2640.558,2055.8633,31.689592,64.90082,3596.6165,17.914852,94.42754,610.2435,160.5574,219.4385,99.9345,540.4237,507.66013,461.42297,15.561334,118.65645,340.9421,656.6195,24.748684,197.26372,31.387432,1.7219188,50.86796,1.165111,1.2457225,5.1102386,16.412806,199.97435,35.541336,19.61449,431.80124,125.19803,74.560814,95.197914,32.238174,54.69566,21.546759,19.00084,20.413124,149.00044,59.723633,29.593088,16.6696,15.409722,34.65415,27.081203,3.9188817,140.4685,34.859158,359.17758,13.837988,656.582,33.8209,475.47598,264.44772,14.851473,15.501176,415.19376,525.61597,1584.1431,362.37296 +2023-11-03 02:00:00,0.0,5271.7646,142.87991,78.6627,103.97851,64.28646,327.07632,46.587086,98.78519,27.78834,56.926838,986.9349,85.40166,27.519276,250.11848,1.3822212,1.199968,50.31602,2.6166496,0.8288984,924.70526,1.0779876,893.3562,118.00734,0.052201133,2.2755723,370.2696,42.38782,192.41049,163.41035,7769.968,0.64460886,2717.7473,11.943084,0.3002039,0.5064079,1.1369814,288.809,345.88214,36.232067,63.23611,40.34959,14.751415,1434.2874,6.5399203,65.54438,22.476063,475.003,27.70236,411.6547,9.269713,65.680046,0.0,934.6478,3538.458,0.67735666,278.9199,29.520536,22905.0,34.46662,0.94963616,16.233004,38.15599,7.225877,2.3193145,18.703836,487.4584,161.37521,20.4535,0.82307357,2.804144,118.19479,4.1413956,210.32277,254.74861,1914.0087,690.96106,103.842255,142.15433,122.973076,5.6776576,8.635662,42.9709,4.602179,7.736307,21.519754,31.690668,109.72978,19.459833,20.12124,55.857567,11.95126,3458.2964,24.073978,22.680555,17.71436,11.345432,182.9008,37.55635,20.368055,5.7144156,12.280603,17.397549,68.78251,141.17618,31.396528,151.63745,23.464985,13.9695215,95.4053,59.69896,158.37338,78.291115,2.595389,4.3510413,5.4731016,31.261745,5178.098,2.5979483,12.042424,64.73634,16.83122,160.38174,52.984722,117.448326,3.26768,83.50347,477.23248,318.84235,51.001358,443.5614,58.42361,58.94866,95.830635,20.432016,3.2020988,18.756632,567.69086,0.5071381,0.83582866,86.8923,11.86125,8.867336,10.276316,16.808735,122.25779,26.314585,154.77655,793.2831,405.7197,2639.911,2055.5562,31.67285,64.84406,3594.492,17.923515,94.34954,610.1068,160.42847,219.28368,99.86549,539.96295,507.3816,461.43314,15.552381,118.58889,340.90927,656.3116,24.732494,197.1421,31.363195,1.7218492,50.870358,1.165086,1.2458131,5.1095257,16.406944,199.77644,35.523525,19.613426,431.56677,125.12384,74.51687,95.145836,32.218254,54.699654,21.532408,18.977455,20.40625,148.92548,59.695835,29.569372,16.695623,15.402778,34.62639,27.071295,3.915446,140.39584,34.830498,358.99664,13.831905,656.17456,33.801426,475.89145,264.34042,14.837003,15.495784,414.88458,525.2605,1583.4619,362.8132 +2023-11-03 03:00:00,0.0,5269.0303,142.77277,78.594376,103.94561,64.26469,327.08606,46.582764,98.76646,27.780188,56.92136,986.0247,85.41781,27.514381,250.0146,1.3806366,1.1982435,50.338577,2.6129582,0.845026,924.91156,1.0985847,893.92975,118.03606,0.052988116,2.320782,370.70062,42.397114,192.7676,163.47675,7764.738,0.6524162,2717.721,12.044095,0.3024089,0.5109242,1.1515846,288.74826,345.81534,36.352005,63.220833,40.349083,14.746709,1433.3777,6.6030064,65.508026,22.459497,474.99927,27.682907,411.85178,9.264845,65.64221,0.0,934.40515,3536.5093,0.6767118,278.77054,29.502798,22890.879,34.453953,0.9493788,16.222044,38.13328,7.2240148,2.3186667,18.69496,487.1937,161.24986,20.436808,0.8228059,2.8030102,118.187195,4.1380324,210.23083,254.77959,1914.2964,690.6483,103.83271,142.19067,123.1741,5.684516,8.643627,43.10655,4.624657,7.765088,21.506485,31.672844,109.79171,19.45483,20.10831,55.84703,11.952628,3458.6223,24.066454,22.679167,17.712288,11.344485,182.9131,37.55952,20.360416,5.715901,12.274163,17.390146,68.76467,141.12917,31.393957,151.64217,23.460106,13.956217,95.337166,59.665436,158.25201,78.306854,2.6070166,4.3490624,5.472264,31.243357,5173.9556,2.6063805,12.028429,64.72007,16.82559,160.35071,53.020416,117.45071,3.2681742,83.47854,477.18906,318.8902,50.97162,443.43307,58.402084,58.941696,95.796455,20.452383,3.206008,18.766937,567.58813,0.507238,0.8367986,86.94071,11.879304,8.868246,10.280954,16.810577,122.324974,26.358126,154.78572,793.4423,405.48865,2639.2637,2055.2488,31.656107,64.78731,3592.3672,17.932177,94.27153,609.9701,160.29955,219.12885,99.79649,539.5022,507.10303,461.4433,15.543428,118.52133,340.87643,656.00366,24.716307,197.02048,31.338959,1.7217797,50.872753,1.1650611,1.2459037,5.108813,16.401085,199.57854,35.505714,19.61236,431.3323,125.049644,74.472916,95.09375,32.198334,54.703648,21.518055,18.954071,20.399376,148.85052,59.668037,29.545654,16.721647,15.395833,34.598633,27.061388,3.9120104,140.32317,34.801838,358.8157,13.825823,655.7671,33.781948,476.30692,264.23315,14.822533,15.490392,414.57538,524.905,1582.7808,363.25342 +2023-11-03 04:00:00,0.0,5266.2964,142.6656,78.52606,103.91271,64.24292,327.09583,46.57844,98.74772,27.772038,56.915886,985.11456,85.43396,27.509487,249.91074,1.3790519,1.196519,50.361134,2.609267,0.86115366,925.1178,1.1191816,894.50323,118.06477,0.053775102,2.3659918,371.13165,42.40641,193.1247,163.54314,7759.508,0.66022354,2717.6946,12.145106,0.3046139,0.5154405,1.1661878,288.68753,345.74854,36.471943,63.205555,40.34857,14.742002,1432.4681,6.666092,65.471664,22.442934,474.9955,27.663454,412.04886,9.259975,65.604385,0.0,934.1625,3534.5603,0.67606694,278.6212,29.485058,22876.756,34.441284,0.94912136,16.211084,38.110577,7.2221527,2.3180192,18.686085,486.92896,161.12451,20.420115,0.82253814,2.8018765,118.17959,4.1346693,210.13889,254.81055,1914.584,690.3355,103.82316,142.227,123.37514,5.691375,8.651593,43.242195,4.6471353,7.793869,21.493216,31.655022,109.85364,19.44983,20.095379,55.83649,11.953997,3458.9482,24.058931,22.677778,17.710215,11.343539,182.9254,37.562695,20.352777,5.7173862,12.267722,17.382746,68.74684,141.08217,31.391388,151.64687,23.455225,13.942911,95.26903,59.631916,158.13063,78.32259,2.6186445,4.347083,5.471426,31.224966,5169.813,2.6148129,12.014435,64.7038,16.81996,160.31967,53.05611,117.45309,3.2686687,83.45361,477.14563,318.93808,50.94188,443.30472,58.380554,58.934734,95.762276,20.47275,3.2099173,18.777243,567.48535,0.50733787,0.8377685,86.98912,11.897357,8.869157,10.285593,16.81242,122.39216,26.401667,154.79488,793.60156,405.25757,2638.6165,2054.9414,31.639362,64.73055,3590.2427,17.94084,94.19352,609.8333,160.17061,218.97403,99.727486,539.0415,506.8245,461.45343,15.534476,118.45378,340.8436,655.6958,24.700117,196.89886,31.314722,1.7217101,50.875145,1.1650361,1.2459944,5.1081,16.395224,199.38062,35.487904,19.611296,431.09784,124.97546,74.42897,95.041664,32.178413,54.707638,21.503704,18.930685,20.3925,148.77557,59.64024,29.521938,16.747671,15.388889,34.570873,27.051481,3.9085746,140.2505,34.77318,358.63477,13.81974,655.3597,33.762474,476.7224,264.12585,14.808063,15.485001,414.2662,524.54956,1582.0997,363.69366 +2023-11-03 05:00:00,0.0,5263.562,142.55844,78.45774,103.879814,64.221146,327.10556,46.574116,98.72899,27.763885,56.91041,984.2044,85.45011,27.504593,249.80685,1.3774674,1.1947944,50.38369,2.6055756,0.8772813,925.3241,1.1397787,895.0768,118.0935,0.054562088,2.4112017,371.56268,42.415707,193.4818,163.60953,7754.278,0.6680309,2717.6682,12.246118,0.30681887,0.5199568,1.1807911,288.62677,345.68173,36.591877,63.190277,40.348064,14.737295,1431.5586,6.729178,65.4353,22.426369,474.99182,27.644003,412.24594,9.255107,65.56656,0.0,933.9198,3532.6116,0.6754221,278.47186,29.46732,22862.633,34.42862,0.948864,16.200127,38.087868,7.2202907,2.3173716,18.67721,486.66425,160.99916,20.40342,0.82227045,2.8007429,118.17198,4.131306,210.04694,254.84152,1914.8717,690.02277,103.81361,142.26335,123.576164,5.698233,8.659558,43.377842,4.669613,7.8226495,21.479948,31.637197,109.91557,19.444828,20.082449,55.825954,11.955364,3459.2742,24.051409,22.67639,17.708141,11.342593,182.9377,37.565865,20.345139,5.7188716,12.261282,17.375343,68.72901,141.03517,31.388819,151.65158,23.450344,13.9296055,95.2009,59.598396,158.00926,78.33833,2.6302722,4.345104,5.4705877,31.206575,5165.671,2.623245,12.000441,64.68752,16.81433,160.28864,53.091805,117.45546,3.269163,83.42868,477.1022,318.98593,50.912144,443.17636,58.359028,58.92777,95.728096,20.493116,3.2138264,18.787546,567.38257,0.50743777,0.8387384,87.03753,11.915411,8.870067,10.290231,16.814262,122.459335,26.44521,154.80405,793.76074,405.02652,2637.9692,2054.6343,31.62262,64.6738,3588.1182,17.949501,94.11551,609.6966,160.04169,218.8192,99.65848,538.58075,506.54593,461.4636,15.525524,118.38622,340.81076,655.3879,24.68393,196.77724,31.290487,1.7216405,50.87754,1.1650112,1.246085,5.107387,16.389362,199.18271,35.470093,19.610231,430.86337,124.90127,74.38502,94.989586,32.158493,54.71163,21.489351,18.9073,20.385626,148.70062,59.612442,29.498222,16.773695,15.381945,34.543114,27.041573,3.905139,140.17784,34.74452,358.45383,13.813658,654.9523,33.742996,477.13788,264.01855,14.793592,15.479609,413.95703,524.19415,1581.4186,364.13388 +2023-11-03 06:00:00,0.0,5260.828,142.45128,78.38943,103.84691,64.19937,327.1153,46.569794,98.71025,27.755733,56.904934,983.2943,85.46626,27.499699,249.70297,1.3758827,1.1930699,50.406242,2.6018841,0.89340895,925.53033,1.1603758,895.65027,118.122215,0.055349074,2.4564114,371.9937,42.425,193.83888,163.6759,7749.048,0.67583823,2717.6418,12.347129,0.30902386,0.52447313,1.1953943,288.56604,345.61493,36.711815,63.175,40.347557,14.732588,1430.649,6.7922635,65.39894,22.409805,474.9881,27.62455,412.44302,9.250237,65.52873,0.0,933.6772,3530.6628,0.6747772,278.3225,29.449581,22848.51,34.41595,0.9486066,16.189167,38.065163,7.2184286,2.316724,18.668333,486.3995,160.87381,20.386726,0.8220027,2.7996094,118.16438,4.127943,209.955,254.8725,1915.1594,689.70996,103.804054,142.29968,123.77719,5.7050915,8.667523,43.513485,4.692091,7.8514304,21.466679,31.619375,109.9775,19.439825,20.069517,55.815414,11.956733,3459.6,24.043884,22.675,17.706068,11.341647,182.95001,37.569035,20.3375,5.7203574,12.254841,17.36794,68.71118,140.98816,31.38625,151.65628,23.445465,13.9163,95.13277,59.564877,157.88788,78.35407,2.6418998,4.343125,5.46975,31.188187,5161.5283,2.6316774,11.986446,64.67125,16.808699,160.2576,53.127502,117.45784,3.2696574,83.40375,477.0588,319.0338,50.882404,443.048,58.3375,58.920807,95.69392,20.513481,3.2177358,18.797852,567.2798,0.50753766,0.8397083,87.08594,11.933464,8.870977,10.294869,16.816105,122.52652,26.48875,154.81322,793.9199,404.79547,2637.3223,2054.327,31.605877,64.61704,3585.9934,17.958164,94.0375,609.5599,159.91275,218.66437,99.58947,538.12,506.2674,461.47375,15.516571,118.318665,340.77795,655.07996,24.66774,196.65562,31.26625,1.7215708,50.879936,1.1649861,1.2461756,5.106674,16.383501,198.9848,35.452286,19.609165,430.6289,124.82708,74.34107,94.9375,32.138573,54.715626,21.475,18.883917,20.37875,148.62567,59.584644,29.474506,16.799719,15.375,34.515358,27.031666,3.9017034,140.10516,34.715862,358.27292,13.807575,654.5448,33.723522,477.55334,263.91125,14.779122,15.474216,413.64786,523.8387,1580.7374,364.57413 +2023-11-03 07:00:00,0.0,5258.094,142.34413,78.321106,103.81401,64.177605,327.12503,46.56547,98.69151,27.747583,56.89946,982.38416,85.482414,27.494804,249.59909,1.3742981,1.1913455,50.4288,2.5981927,0.9095366,925.73663,1.1809729,896.2238,118.15093,0.05613606,2.5016212,372.42474,42.434296,194.19598,163.7423,7743.818,0.6836456,2717.6155,12.44814,0.31122884,0.52898943,1.2099975,288.50528,345.54813,36.831753,63.15972,40.34705,14.727881,1429.7394,6.855349,65.36259,22.39324,474.9843,27.605097,412.6401,9.245369,65.4909,0.0,933.4345,3528.7139,0.67413235,278.17316,29.431843,22834.389,34.403282,0.94834924,16.178207,38.042458,7.2165666,2.3160765,18.659458,486.1348,160.74846,20.370033,0.821735,2.7984757,118.15678,4.12458,209.86305,254.90347,1915.447,689.3972,103.79451,142.33601,123.97822,5.7119503,8.675489,43.64913,4.714569,7.8802114,21.45341,31.601551,110.03943,19.434824,20.056587,55.80488,11.9581,3459.926,24.036362,22.67361,17.703997,11.3407,182.96231,37.572205,20.32986,5.721843,12.248401,17.360538,68.69335,140.94116,31.38368,151.66098,23.440584,13.902995,95.06464,59.531353,157.76651,78.36982,2.6535277,4.3411455,5.468912,31.169796,5157.386,2.6401098,11.972452,64.654976,16.803068,160.22656,53.163197,117.46021,3.2701516,83.37882,477.01538,319.08167,50.852665,442.91965,58.31597,58.91384,95.65974,20.533848,3.2216449,18.808155,567.177,0.5076376,0.8406782,87.134346,11.951518,8.871888,10.299507,16.817947,122.593704,26.532291,154.82239,794.0791,404.5644,2636.675,2054.0198,31.589134,64.56029,3583.869,17.966827,93.95949,609.4231,159.78381,218.50954,99.52047,537.65924,505.98883,461.48392,15.507619,118.251114,340.74512,654.77203,24.651552,196.53401,31.242014,1.7215014,50.88233,1.1649612,1.2462664,5.1059613,16.37764,198.78688,35.434475,19.6081,430.39444,124.75289,74.29713,94.885414,32.118652,54.71962,21.460648,18.860533,20.371876,148.55072,59.556847,29.45079,16.825743,15.368055,34.4876,27.021759,3.8982675,140.0325,34.687202,358.09198,13.801492,654.1374,33.70405,477.9688,263.80396,14.764652,15.468824,413.33868,523.4832,1580.0563,365.01434 +2023-11-03 08:00:00,0.0,5255.36,142.23697,78.25279,103.78111,64.15583,327.13477,46.561146,98.67278,27.739431,56.893986,981.474,85.498566,27.48991,249.49521,1.3727136,1.189621,50.451355,2.5945013,0.92566425,925.94293,1.20157,896.7973,118.17965,0.056923047,2.546831,372.85577,42.44359,194.55309,163.80869,7738.588,0.691453,2717.589,12.549151,0.31343383,0.53350574,1.2246008,288.44455,345.48132,36.95169,63.144444,40.34654,14.723175,1428.8298,6.918435,65.326225,22.376677,474.98062,27.585644,412.8372,9.2404995,65.45307,0.0,933.19183,3526.7651,0.6734875,278.0238,29.414104,22820.266,34.390614,0.94809186,16.16725,38.01975,7.214704,2.315429,18.650581,485.87006,160.6231,20.35334,0.8214673,2.797342,118.14917,4.121217,209.7711,254.93445,1915.7347,689.0844,103.784966,142.37236,124.17925,5.7188087,8.6834545,43.78478,4.7370467,7.9089923,21.44014,31.583729,110.10136,19.429821,20.043657,55.79434,11.959469,3460.252,24.02884,22.672222,17.701923,11.339754,182.97461,37.575375,20.322222,5.723328,12.24196,17.353136,68.675514,140.89415,31.381111,151.6657,23.435703,13.889689,94.9965,59.497833,157.64513,78.38556,2.6651554,4.3391666,5.468074,31.151405,5153.2437,2.648542,11.958458,64.63871,16.797438,160.19553,53.19889,117.46259,3.2706459,83.35389,476.97195,319.12955,50.82293,442.79132,58.294445,58.90688,95.62556,20.554214,3.225554,18.81846,567.0742,0.5077375,0.8416481,87.182755,11.969571,8.872798,10.304146,16.819792,122.66089,26.575834,154.83156,794.23834,404.33334,2636.0278,2053.7124,31.572392,64.50353,3581.7444,17.975489,93.881485,609.2864,159.65489,218.35472,99.45146,537.19855,505.71027,461.49408,15.498667,118.183556,340.71228,654.4641,24.635365,196.41238,31.21778,1.7214317,50.884727,1.1649363,1.246357,5.105249,16.371778,198.58897,35.416664,19.607037,430.15997,124.678696,74.253174,94.833336,32.098732,54.72361,21.446297,18.837149,20.365,148.47577,59.52905,29.427074,16.851765,15.361111,34.459843,27.01185,3.894832,139.95984,34.658543,357.91104,13.795409,653.7299,33.68457,478.38428,263.69666,14.750182,15.463433,413.0295,523.12775,1579.3751,365.4546 +2023-11-03 09:00:00,0.0,5252.626,142.1298,78.18447,103.74821,64.13406,327.1445,46.556824,98.654045,27.731281,56.888508,980.56384,85.51472,27.485014,249.39133,1.3711289,1.1878965,50.47391,2.5908098,0.9417919,926.1492,1.2221671,897.37085,118.20837,0.057710033,2.5920408,373.2868,42.452885,194.91019,163.87508,7733.3584,0.6992603,2717.5627,12.650163,0.3156388,0.53802204,1.239204,288.3838,345.41452,37.071625,63.129166,40.34603,14.718468,1427.9203,6.9815207,65.28986,22.360111,474.9769,27.56619,413.03424,9.235631,65.415245,0.0,932.94916,3524.8164,0.6728426,277.87448,29.396366,22806.143,34.37795,0.9478345,16.15629,37.997044,7.212842,2.3147814,18.641706,485.60535,160.49774,20.336645,0.82119954,2.7962084,118.14156,4.1178536,209.67917,254.96541,1916.0223,688.77167,103.77541,142.40869,124.38028,5.725667,8.69142,43.920425,4.759525,7.9377728,21.42687,31.565907,110.163284,19.42482,20.030725,55.783802,11.960836,3460.578,24.021315,22.670834,17.69985,11.338808,182.98691,37.578545,20.314583,5.7248135,12.235519,17.345736,68.657684,140.84715,31.378542,151.6704,23.430824,13.876384,94.92837,59.464314,157.52376,78.4013,2.6767833,4.3371873,5.467236,31.133017,5149.1016,2.6569743,11.944463,64.62244,16.791805,160.16449,53.234585,117.464966,3.2711403,83.32896,476.92853,319.1774,50.79319,442.66296,58.272915,58.899914,95.59138,20.574581,3.2294633,18.828764,566.97144,0.5078374,0.84261805,87.23116,11.987625,8.873709,10.308784,16.821634,122.728065,26.619375,154.84073,794.3976,404.1023,2635.3806,2053.405,31.555647,64.44678,3579.6196,17.984152,93.803474,609.14966,159.52596,218.19989,99.382454,536.7378,505.43173,461.50424,15.489715,118.116,340.67944,654.1562,24.619175,196.29077,31.193542,1.7213621,50.88712,1.1649113,1.2464476,5.104536,16.365917,198.39107,35.398853,19.605972,429.9255,124.60451,74.20923,94.78125,32.07881,54.727604,21.431944,18.813765,20.358126,148.40082,59.50125,29.403357,16.877789,15.354167,34.432083,27.001944,3.8913963,139.88716,34.629883,357.7301,13.789327,653.3225,33.665096,478.79977,263.58936,14.735712,15.458041,412.72034,522.7723,1578.694,365.89484 +2023-11-03 10:00:00,0.0,5249.8916,142.02264,78.11616,103.71531,64.11229,327.15427,46.5525,98.635315,27.72313,56.883034,979.6537,85.530876,27.48012,249.28745,1.3695443,1.186172,50.496468,2.5871186,0.95791954,926.35547,1.2427642,897.9444,118.23708,0.058497015,2.6372504,373.71783,42.462177,195.26729,163.94147,7728.1284,0.70706767,2717.5364,12.751174,0.3178438,0.5425384,1.2538073,288.32306,345.34772,37.191563,63.113888,40.345524,14.713761,1427.0106,7.044606,65.2535,22.343546,474.97314,27.546738,413.23132,9.230762,65.37741,0.0,932.7065,3522.8674,0.67219776,277.72513,29.378628,22792.02,34.36528,0.9475771,16.14533,37.974335,7.21098,2.314134,18.632832,485.34064,160.37239,20.319952,0.82093185,2.7950747,118.133965,4.1144905,209.58722,254.99638,1916.31,688.45886,103.76586,142.44502,124.58131,5.732526,8.699386,44.056072,4.782003,7.9665537,21.4136,31.548082,110.22521,19.419819,20.017796,55.773262,11.962205,3460.9038,24.013792,22.669445,17.697779,11.337861,182.9992,37.58172,20.306944,5.726299,12.229078,17.338333,68.639854,140.80016,31.375973,151.67511,23.425943,13.863079,94.86024,59.43079,157.40237,78.41704,2.688411,4.335208,5.4663982,31.114626,5144.959,2.6654065,11.930469,64.60616,16.786175,160.13345,53.27028,117.46735,3.2716346,83.30403,476.8851,319.22528,50.76345,442.5346,58.25139,58.892952,95.5572,20.594946,3.2333724,18.83907,566.86865,0.5079373,0.84358793,87.27957,12.005678,8.874619,10.313422,16.823477,122.79525,26.662918,154.8499,794.55676,403.87122,2634.7334,2053.098,31.538904,64.39002,3577.495,17.992813,93.725464,609.0129,159.39703,218.04506,99.313446,536.27704,505.15317,461.5144,15.480762,118.04845,340.6466,653.84827,24.602987,196.16914,31.169306,1.7212926,50.889515,1.1648864,1.2465383,5.103823,16.360056,198.19315,35.381042,19.604906,429.69104,124.53032,74.165276,94.729164,32.05889,54.731598,21.417593,18.79038,20.35125,148.32587,59.473454,29.37964,16.903812,15.347222,34.404327,26.992037,3.8879607,139.8145,34.601227,357.54916,13.783244,652.91504,33.645622,479.21524,263.4821,14.721242,15.452649,412.41116,522.4168,1578.0128,366.33505 +2023-11-03 11:00:00,0.0,5247.1577,141.9155,78.04784,103.68241,64.09052,327.164,46.548176,98.61658,27.714977,56.87756,978.7436,85.54703,27.475225,249.18356,1.3679596,1.1844475,50.51902,2.5834272,0.9740472,926.5617,1.2633612,898.5179,118.26581,0.059284,2.6824603,374.14886,42.471474,195.62439,164.00786,7722.8984,0.714875,2717.5103,12.852185,0.32004878,0.5470547,1.2684104,288.26233,345.2809,37.3115,63.09861,40.345016,14.709054,1426.1011,7.1076922,65.21715,22.326982,474.96942,27.527285,413.4284,9.225893,65.339584,0.0,932.4638,3520.9187,0.6715529,277.57578,29.36089,22777.898,34.35261,0.94731975,16.134373,37.95163,7.209118,2.3134863,18.623955,485.0759,160.24704,20.303259,0.8206641,2.793941,118.12636,4.1111274,209.49527,255.02736,1916.5978,688.1461,103.75632,142.48137,124.78233,5.739384,8.707351,44.19172,4.8044806,7.9953346,21.400331,31.530258,110.28715,19.414816,20.004866,55.762726,11.9635725,3461.2297,24.006268,22.668056,17.695705,11.336915,183.01152,37.58489,20.299305,5.7277846,12.222637,17.33093,68.622025,140.75314,31.373402,151.67981,23.421062,13.849773,94.7921,59.39727,157.281,78.43278,2.700039,4.333229,5.46556,31.096235,5140.8164,2.6738389,11.916474,64.58989,16.780544,160.10242,53.305973,117.46972,3.272129,83.2791,476.84167,319.27313,50.73371,442.40625,58.229862,58.885986,95.52302,20.615313,3.2372818,18.849375,566.76587,0.5080372,0.8445578,87.32798,12.023732,8.875529,10.318061,16.82532,122.862434,26.706459,154.85907,794.71594,403.64017,2634.0864,2052.7905,31.522161,64.33327,3575.3706,18.001476,93.64745,608.87616,159.2681,217.89024,99.244446,535.8163,504.87463,461.52457,15.471809,117.98089,340.61377,653.54034,24.586798,196.04753,31.145071,1.721223,50.89191,1.1648614,1.2466289,5.1031103,16.354195,197.99524,35.363235,19.603842,429.45657,124.45613,74.12133,94.677086,32.03897,54.73559,21.40324,18.766996,20.344376,148.25092,59.445656,29.355925,16.929836,15.340278,34.376568,26.982128,3.8845248,139.74182,34.572567,357.36823,13.777162,652.5076,33.626144,479.6307,263.3748,14.706772,15.447257,412.10196,522.06134,1577.3317,366.7753 +2023-11-03 12:00:00,0.0,5244.4233,141.80833,77.97952,103.649506,64.06875,327.17374,46.543854,98.59784,27.706827,56.87208,977.83344,85.56318,27.470331,249.07968,1.3663751,1.182723,50.541576,2.5797358,0.99017483,926.768,1.2839583,899.09143,118.294525,0.060070988,2.72767,374.5799,42.48077,195.98148,164.07425,7717.6685,0.72268236,2717.484,12.953197,0.32225376,0.551571,1.2830138,288.20157,345.2141,37.43144,63.083332,40.34451,14.704348,1425.1915,7.170778,65.180786,22.310417,474.96573,27.507833,413.6255,9.221024,65.30176,0.0,932.2212,3518.97,0.67090803,277.42645,29.34315,22763.775,34.339943,0.9470624,16.123413,37.92892,7.207256,2.3128386,18.61508,484.8112,160.12169,20.286566,0.8203964,2.7928073,118.11875,4.1077642,209.40334,255.05833,1916.8854,687.8333,103.746765,142.5177,124.98337,5.7462425,8.715317,44.327366,4.8269587,8.024116,21.387064,31.512436,110.349075,19.409815,19.991934,55.75219,11.964941,3461.5557,23.998745,22.666666,17.693632,11.335969,183.02382,37.58806,20.291666,5.72927,12.216197,17.323528,68.604195,140.70615,31.370832,151.68452,23.416183,13.836468,94.72397,59.36375,157.15962,78.44852,2.7116666,4.3312497,5.464722,31.077847,5136.6743,2.6822712,11.90248,64.573616,16.774914,160.07138,53.341667,117.4721,3.2726233,83.254166,476.79828,319.32098,50.703976,442.2779,58.208332,58.879025,95.48884,20.63568,3.241191,18.859678,566.6631,0.5081371,0.84552777,87.37639,12.041785,8.87644,10.322699,16.827162,122.92962,26.75,154.86824,794.8751,403.4091,2633.4392,2052.4832,31.505419,64.27651,3573.2458,18.010138,93.56944,608.7394,159.13916,217.73541,99.17544,535.3555,504.59607,461.53473,15.462857,117.91333,340.58093,653.2324,24.57061,195.9259,31.120834,1.7211534,50.894306,1.1648364,1.2467195,5.1023974,16.348333,197.79733,35.345425,19.602777,429.2221,124.38194,74.077385,94.625,32.01905,54.739582,21.38889,18.743612,20.3375,148.17596,59.41786,29.332209,16.95586,15.333333,34.34881,26.972221,3.8810892,139.66916,34.543907,357.1873,13.771079,652.10016,33.60667,480.04617,263.2675,14.692302,15.441865,411.7928,521.7059,1576.6506,367.2155 +2023-11-03 13:00:00,0.0,5241.6895,141.70117,77.9112,103.61661,64.04698,327.18347,46.53953,98.57911,27.698675,56.866608,976.9233,85.57933,27.465437,248.97581,1.3647904,1.1809986,50.564133,2.5760443,1.0063025,926.9743,1.3045554,899.6649,118.32324,0.060857974,2.7728798,375.01093,42.490063,196.33858,164.14064,7712.4385,0.73048973,2717.4575,13.054208,0.32445878,0.5560873,1.297617,288.14084,345.14734,37.551376,63.068054,40.343998,14.69964,1424.282,7.2338634,65.144424,22.293854,474.96198,27.48838,413.82257,9.216155,65.26393,0.0,931.9785,3517.021,0.6702632,277.2771,29.32541,22749.652,34.32728,0.946805,16.112453,37.90621,7.205394,2.312191,18.606203,484.54645,159.99634,20.26987,0.8201287,2.791674,118.11115,4.104401,209.31139,255.08931,1917.1731,687.5205,103.73721,142.55405,125.184395,5.7531013,8.723282,44.46301,4.8494368,8.0528965,21.373795,31.494614,110.411,19.404814,19.979004,55.74165,11.966309,3461.8816,23.991222,22.665277,17.691559,11.335022,183.03612,37.59123,20.284027,5.7307553,12.209756,17.316128,68.58636,140.65915,31.368263,151.68922,23.411303,13.823162,94.65584,59.33023,157.03825,78.46426,2.7232943,4.329271,5.463884,31.059456,5132.5317,2.6907034,11.888486,64.55734,16.769283,160.04034,53.37736,117.47447,3.2731178,83.22923,476.75485,319.36887,50.674236,442.14957,58.186806,58.87206,95.45466,20.656046,3.2451003,18.869984,566.5603,0.508237,0.84649765,87.424805,12.059839,8.87735,10.327337,16.829004,122.996796,26.793543,154.87741,795.03436,403.17804,2632.792,2052.176,31.488676,64.21976,3571.1213,18.0188,93.49143,608.60266,159.01024,217.58058,99.10643,534.89484,504.31754,461.5449,15.453905,117.84578,340.5481,652.9245,24.55442,195.80429,31.096598,1.7210838,50.8967,1.1648115,1.2468102,5.1016846,16.342472,197.59943,35.327614,19.601713,428.98764,124.30775,74.03343,94.572914,31.999128,54.743576,21.374537,18.720228,20.330626,148.10101,59.39006,29.308493,16.981884,15.326389,34.321053,26.962315,3.8776536,139.5965,34.515247,357.00635,13.764997,651.69275,33.587193,480.46167,263.1602,14.677832,15.436474,411.4836,521.3504,1575.9695,367.65576 +2023-11-03 14:00:00,0.0,5238.955,141.59402,77.84289,103.58371,64.02521,327.1932,46.535206,98.56037,27.690525,56.861134,976.0131,85.59548,27.460543,248.87193,1.3632058,1.1792741,50.58669,2.572353,1.0224301,927.18054,1.3251525,900.23846,118.35196,0.06164496,2.8180897,375.44196,42.49936,196.69568,164.20702,7707.2085,0.73829705,2717.4312,13.155219,0.32666376,0.5606036,1.3122202,288.08008,345.08054,37.67131,63.052776,40.34349,14.694934,1423.3723,7.2969494,65.10806,22.277288,474.95825,27.468927,414.01965,9.211286,65.2261,0.0,931.73584,3515.0723,0.6696183,277.12775,29.307673,22735.531,34.31461,0.9465476,16.101494,37.883507,7.2035313,2.3115435,18.597328,484.28174,159.87099,20.253178,0.81986094,2.7905402,118.103546,4.101038,209.21944,255.12027,1917.4608,687.20776,103.72768,142.59038,125.38542,5.7599597,8.731247,44.598656,4.871915,8.081677,21.360525,31.47679,110.47293,19.39981,19.966074,55.731113,11.967677,3462.2075,23.983698,22.663889,17.689487,11.334076,183.04842,37.5944,20.276388,5.7322407,12.203316,17.308725,68.56853,140.61214,31.365694,151.69394,23.406422,13.809857,94.58771,59.296707,156.91687,78.48,2.7349222,4.3272915,5.463046,31.041065,5128.3896,2.6991358,11.874492,64.54107,16.763653,160.00931,53.413055,117.47685,3.273612,83.20431,476.71143,319.41672,50.644497,442.0212,58.16528,58.865097,95.42048,20.676413,3.2490094,18.880287,566.4576,0.5083369,0.84746754,87.47321,12.077892,8.878261,10.331975,16.830847,123.06398,26.837084,154.88658,795.1936,402.947,2632.1448,2051.8687,31.471933,64.163,3568.9968,18.027462,93.41343,608.46594,158.8813,217.42577,99.03742,534.4341,504.03897,461.55505,15.444952,117.77822,340.51526,652.61664,24.538233,195.68266,31.072361,1.7210143,50.899094,1.1647865,1.2469008,5.1009717,16.336613,197.4015,35.309803,19.600647,428.75317,124.23356,73.98949,94.520836,31.979208,54.74757,21.360186,18.696844,20.32375,148.02606,59.362263,29.284777,17.007908,15.319445,34.293293,26.952406,3.874218,139.52382,34.48659,356.8254,13.758914,651.2853,33.56772,480.87714,263.0529,14.663362,15.431082,411.17444,520.995,1575.2883,368.09598 +2023-11-03 15:00:00,0.0,5236.221,141.48686,77.77457,103.550804,64.00344,327.20297,46.530884,98.54164,27.682373,56.855656,975.103,85.61163,27.455648,248.76805,1.3616213,1.1775496,50.609245,2.5686615,1.0385578,927.38684,1.3457496,900.81195,118.38068,0.062431946,2.8632994,375.873,42.50865,197.05278,164.2734,7701.9785,0.7461044,2717.4048,13.256229,0.32886875,0.5651199,1.3268235,288.01935,345.01373,37.79125,63.0375,40.342983,14.690227,1422.4628,7.360035,65.07171,22.260725,474.95453,27.449474,414.2167,9.206417,65.18827,0.0,931.49316,3513.1235,0.66897345,276.97842,29.289934,22721.408,34.30194,0.94629025,16.090536,37.8608,7.201669,2.310896,18.588453,484.017,159.74564,20.236485,0.81959325,2.7894065,118.09594,4.097675,209.1275,255.15125,1917.7484,686.89496,103.718124,142.62671,125.58645,5.7668185,8.739213,44.734303,4.8943925,8.110458,21.347256,31.458967,110.53486,19.39481,19.953142,55.720573,11.969045,3462.5334,23.976175,22.6625,17.687414,11.33313,183.06071,37.59757,20.26875,5.733726,12.196875,17.301323,68.5507,140.56514,31.363125,151.69864,23.401543,13.796552,94.51957,59.263187,156.79549,78.49574,2.7465498,4.325312,5.4622083,31.022676,5124.247,2.7075682,11.8604965,64.524796,16.758022,159.97829,53.44875,117.479225,3.2741063,83.179375,476.668,319.4646,50.61476,441.89285,58.14375,58.85813,95.3863,20.696777,3.2529187,18.890593,566.3548,0.50843686,0.8484375,87.52162,12.095946,8.87917,10.336614,16.832691,123.131165,26.880625,154.89574,795.3528,402.7159,2631.4976,2051.5615,31.455189,64.10625,3566.872,18.036125,93.33542,608.32916,158.75238,217.27094,98.96842,533.9733,503.7604,461.56522,15.436,117.71067,340.48242,652.3087,24.522043,195.56105,31.048126,1.7209446,50.90149,1.1647615,1.2469914,5.100259,16.330751,197.2036,35.291992,19.599583,428.5187,124.15937,73.94553,94.46875,31.959288,54.751564,21.345833,18.67346,20.316875,147.95111,59.334465,29.261059,17.03393,15.3125,34.265537,26.9425,3.8707821,139.45116,34.45793,356.64447,13.752831,650.87787,33.548244,481.2926,262.9456,14.648891,15.42569,410.86526,520.6395,1574.6072,368.53622 +2023-11-03 16:00:00,0.0,5233.4873,141.3797,77.70625,103.51791,63.981667,327.2127,46.52656,98.5229,27.674221,56.85018,974.1929,85.627785,27.450754,248.66417,1.3600366,1.1758251,50.631798,2.5649703,1.0546854,927.5931,1.3663467,901.3855,118.40939,0.06321893,2.9085093,376.30402,42.51795,197.40988,164.3398,7696.7485,0.75391173,2717.3784,13.357241,0.33107373,0.5696362,1.3414267,287.9586,344.94693,37.911186,63.02222,40.342476,14.68552,1421.5532,7.4231205,65.03535,22.24416,474.9508,27.430021,414.4138,9.201548,65.150444,0.0,931.2505,3511.1746,0.6683286,276.82907,29.272196,22707.285,34.289272,0.9460329,16.079576,37.838097,7.199807,2.3102484,18.579576,483.7523,159.62029,20.219791,0.8193255,2.7882729,118.08834,4.0943117,209.03555,255.18222,1918.0361,686.5822,103.70857,142.66306,125.787476,5.773677,8.747178,44.86995,4.9168706,8.139238,21.333986,31.441143,110.59679,19.389807,19.940212,55.710037,11.970413,3462.8594,23.96865,22.661112,17.68534,11.332183,183.07303,37.60074,20.26111,5.735212,12.190434,17.29392,68.53287,140.51813,31.360556,151.70334,23.396662,13.783246,94.45144,59.229668,156.67412,78.51148,2.7581778,4.3233333,5.46137,31.004286,5120.1045,2.7160003,11.846502,64.50852,16.752392,159.94725,53.484444,117.481606,3.2746007,83.15444,476.62457,319.51245,50.585022,441.7645,58.122223,58.851166,95.35212,20.717144,3.2568278,18.900896,566.252,0.50853676,0.8494074,87.57003,12.114,8.880081,10.341251,16.834534,123.19835,26.924168,154.9049,795.51196,402.48486,2630.8506,2051.2542,31.438446,64.04949,3564.7476,18.044788,93.25741,608.19244,158.62344,217.1161,98.899414,533.5126,503.48187,461.57538,15.427048,117.64311,340.4496,652.0008,24.505856,195.43944,31.02389,1.720875,50.903885,1.1647366,1.2470821,5.099546,16.32489,197.00569,35.27418,19.598518,428.28424,124.08518,73.90159,94.416664,31.939365,54.755554,21.331482,18.650074,20.31,147.87616,59.306667,29.237343,17.059954,15.305555,34.237778,26.932592,3.8673465,139.3785,34.42927,356.46353,13.746749,650.4704,33.528767,481.70807,262.8383,14.634422,15.420298,410.5561,520.28406,1573.926,368.97647 +2023-11-03 17:00:00,0.0,5230.753,141.27254,77.63793,103.48501,63.959896,327.22244,46.52224,98.504166,27.66607,56.844707,973.2827,85.643936,27.44586,248.56029,1.358452,1.1741006,50.654354,2.5612788,1.0708131,927.7994,1.3869438,901.95905,118.43811,0.06400592,2.953719,376.73505,42.527245,197.76698,164.40619,7691.5186,0.7617191,2717.352,13.458252,0.33327872,0.5741525,1.35603,287.89786,344.88013,38.031124,63.006943,40.341965,14.680813,1420.6436,7.4862065,64.998985,22.227596,474.94708,27.410568,414.61087,9.196679,65.11261,0.0,931.0078,3509.2258,0.6676837,276.67972,29.254457,22693.162,34.276608,0.9457755,16.068617,37.815388,7.197945,2.3096008,18.570702,483.48758,159.49492,20.203096,0.8190578,2.7871392,118.080734,4.090949,208.9436,255.2132,1918.3237,686.2694,103.69902,142.69939,125.98851,5.780535,8.755143,45.005596,4.9393487,8.168019,21.320717,31.42332,110.658714,19.384806,19.92728,55.699497,11.971781,3463.1853,23.961128,22.659721,17.683268,11.331237,183.08533,37.603912,20.253471,5.736697,12.183993,17.28652,68.51504,140.47113,31.357986,151.70805,23.39178,13.769941,94.38331,59.196144,156.55273,78.52722,2.7698054,4.321354,5.460532,30.985895,5115.9624,2.7244327,11.832508,64.49225,16.74676,159.91621,53.52014,117.48398,3.275095,83.12952,476.58115,319.56033,50.555283,441.63614,58.100693,58.844204,95.31794,20.73751,3.2607372,18.911201,566.14923,0.50863665,0.85037726,87.61844,12.132053,8.880991,10.34589,16.836376,123.265526,26.967709,154.91408,795.67114,402.25378,2630.2034,2050.9468,31.421703,63.992737,3562.623,18.05345,93.1794,608.0557,158.4945,216.96127,98.83041,533.0519,503.2033,461.58554,15.418096,117.575554,340.41678,651.6929,24.489666,195.31781,30.999653,1.7208055,50.90628,1.1647116,1.2471727,5.098833,16.319029,196.80777,35.256374,19.597452,428.04977,124.010994,73.85764,94.364586,31.919445,54.75955,21.31713,18.62669,20.303125,147.80121,59.27887,29.213627,17.085978,15.298611,34.21002,26.922684,3.863911,139.30582,34.40061,356.28262,13.740665,650.063,33.509293,482.12354,262.73102,14.619952,15.4149065,410.24692,519.9286,1573.2449,369.4167 +2023-11-03 18:00:00,0.0,5228.019,141.16539,77.56962,103.4521,63.938126,327.23218,46.517914,98.485435,27.657919,56.83923,972.37256,85.660095,27.440966,248.4564,1.3568674,1.1723762,50.67691,2.5575874,1.0869406,928.0057,1.4075409,902.53253,118.466835,0.0647929,2.9989288,377.16608,42.536537,198.12407,164.47258,7686.2886,0.7695265,2717.3257,13.559263,0.3354837,0.57866883,1.3706331,287.83713,344.81332,38.151062,62.991665,40.341457,14.676106,1419.734,7.549292,64.96262,22.211031,474.94336,27.391115,414.80795,9.19181,65.07478,0.0,930.76514,3507.277,0.66703886,276.53036,29.23672,22679.041,34.26394,0.94551814,16.05766,37.79268,7.196083,2.3089533,18.561825,483.22284,159.36957,20.186403,0.8187901,2.7860055,118.07313,4.087586,208.85167,255.24417,1918.6115,685.95667,103.689476,142.73572,126.18954,5.787394,8.763109,45.141243,4.9618263,8.1968,21.307447,31.405499,110.72065,19.379805,19.91435,55.68896,11.973149,3463.5112,23.953606,22.658333,17.681196,11.330291,183.09763,37.607082,20.245832,5.7381825,12.177553,17.279118,68.4972,140.42413,31.355415,151.71275,23.386902,13.756636,94.31517,59.162624,156.43137,78.54296,2.7814333,4.319375,5.4596944,30.967506,5111.82,2.7328649,11.818514,64.475975,16.741129,159.88518,53.555836,117.48636,3.2755895,83.10458,476.53775,319.6082,50.525547,441.5078,58.079166,58.83724,95.28376,20.757877,3.2646463,18.921505,566.04645,0.50873655,0.8513472,87.66685,12.150107,8.881902,10.350529,16.838219,123.33271,27.011251,154.92325,795.8304,402.02274,2629.5562,2050.6396,31.40496,63.93598,3560.4985,18.062113,93.10139,607.91895,158.36559,216.80646,98.761406,532.5911,502.92477,461.5957,15.4091425,117.508,340.38394,651.38495,24.473478,195.1962,30.975418,1.7207359,50.908676,1.1646867,1.2472633,5.09812,16.313168,196.60986,35.238564,19.596388,427.8153,123.9368,73.81369,94.3125,31.899525,54.763542,21.302778,18.603306,20.29625,147.72626,59.251072,29.18991,17.112001,15.291667,34.182262,26.912777,3.8604753,139.23315,34.371956,356.10168,13.734583,649.6556,33.48982,482.53903,262.62372,14.605482,15.409514,409.93774,519.5731,1572.5637,369.85693 +2023-11-03 19:00:00,0.0,5225.2847,141.05823,77.5013,103.419205,63.916355,327.2419,46.51359,98.4667,27.649769,56.833755,971.4624,85.67625,27.43607,248.35252,1.3552828,1.1706517,50.699467,2.553896,1.1030684,928.2119,1.4281379,903.1061,118.49555,0.065579884,3.0441384,377.5971,42.545834,198.48117,164.53897,7681.0586,0.7773338,2717.2993,13.6602745,0.33768868,0.58318514,1.3852365,287.77637,344.74652,38.270996,62.976387,40.34095,14.671399,1418.8245,7.612378,64.92627,22.194466,474.93964,27.371664,415.00504,9.186941,65.03696,0.0,930.52246,3505.3281,0.666394,276.38104,29.21898,22664.918,34.25127,0.94526076,16.0467,37.769974,7.194221,2.3083057,18.55295,482.95813,159.24422,20.16971,0.81852233,2.7848718,118.06552,4.084223,208.75972,255.27513,1918.8992,685.64386,103.679924,142.77206,126.390564,5.7942524,8.771074,45.27689,4.9843044,8.225581,21.29418,31.387674,110.78258,19.374802,19.90142,55.67842,11.974517,3463.8372,23.946081,22.656944,17.679123,11.329344,183.10992,37.610252,20.238194,5.739668,12.171112,17.271715,68.47937,140.37712,31.352846,151.71747,23.38202,13.74333,94.24704,59.129105,156.30998,78.5587,2.793061,4.3173957,5.458856,30.949116,5107.6777,2.7412972,11.80452,64.4597,16.735498,159.85414,53.59153,117.48873,3.2760837,83.07965,476.49432,319.65607,50.495808,441.37946,58.05764,58.830276,95.24958,20.778242,3.2685554,18.93181,565.94366,0.50883645,0.8523171,87.715256,12.16816,8.8828125,10.355166,16.840061,123.399895,27.054792,154.93242,795.9896,401.7917,2628.909,2050.3323,31.388218,63.879227,3558.3738,18.070774,93.02338,607.7822,158.23665,216.65163,98.6924,532.1304,502.6462,461.60587,15.40019,117.440445,340.3511,651.077,24.457289,195.07457,30.951181,1.7206663,50.911068,1.1646618,1.247354,5.0974073,16.307306,196.41196,35.220753,19.595324,427.58087,123.86261,73.769745,94.260414,31.879604,54.767536,21.288425,18.579922,20.289375,147.6513,59.223274,29.166195,17.138025,15.284722,34.154503,26.90287,3.8570395,139.16049,34.343296,355.92075,13.7285,649.2481,33.47034,482.9545,262.51642,14.591012,15.404122,409.62854,519.21765,1571.8826,370.29715 +2023-11-03 20:00:00,0.0,5222.551,140.95107,77.43298,103.38631,63.894585,327.25165,46.50927,98.44797,27.641617,56.82828,970.5523,85.6924,27.431175,248.24864,1.3536981,1.1689272,50.722023,2.5502045,1.1191959,928.4182,1.448735,903.67957,118.52427,0.06636687,3.0893483,378.02814,42.555126,198.83827,164.60536,7675.8286,0.78514117,2717.273,13.761286,0.33989367,0.58770144,1.3998396,287.71564,344.67972,38.390934,62.961113,40.340443,14.666693,1417.9149,7.6754637,64.88991,22.177902,474.9359,27.352211,415.20212,9.182072,64.99913,0.0,930.2798,3503.3794,0.66574913,276.2317,29.20124,22650.795,34.238605,0.9450034,16.03574,37.74727,7.1923585,2.3076582,18.544075,482.6934,159.11887,20.153017,0.81825465,2.7837384,118.05792,4.0808597,208.66777,255.3061,1919.1868,685.3311,103.67038,142.8084,126.59159,5.801111,8.779039,45.412533,5.0067825,8.254362,21.28091,31.36985,110.844505,19.3698,19.888489,55.667885,11.975885,3464.163,23.938559,22.655556,17.67705,11.328398,183.12222,37.613422,20.230556,5.7411537,12.164672,17.264313,68.46154,140.33012,31.350277,151.72217,23.37714,13.730024,94.17891,59.095585,156.18861,78.57445,2.8046887,4.3154163,5.4580183,30.930725,5103.535,2.7497296,11.790525,64.44343,16.729868,159.8231,53.627224,117.49111,3.2765782,83.054726,476.4509,319.70392,50.46607,441.2511,58.03611,58.82331,95.2154,20.798609,3.2724648,18.942116,565.8409,0.50893635,0.85328704,87.763664,12.186214,8.883722,10.359805,16.841904,123.46708,27.098333,154.94159,796.1488,401.5606,2628.2617,2050.0251,31.371473,63.82247,3556.2493,18.079437,92.94537,607.6455,158.10773,216.4968,98.62339,531.6696,502.36768,461.61603,15.391238,117.37289,340.31827,650.7691,24.441101,194.95296,30.926945,1.7205967,50.913464,1.1646367,1.2474446,5.0966945,16.301445,196.21404,35.20294,19.59426,427.3464,123.78842,73.72579,94.208336,31.859684,54.771526,21.274075,18.556538,20.2825,147.57635,59.195477,29.142479,17.16405,15.277778,34.126747,26.892962,3.8536038,139.08781,34.314636,355.7398,13.722418,648.8407,33.450867,483.36996,262.40912,14.576542,15.39873,409.31937,518.8622,1571.2015,370.7374 +2023-11-03 21:00:00,0.0,5219.8164,140.8439,77.36466,103.35341,63.872814,327.2614,46.504944,98.42923,27.633465,56.822803,969.64215,85.70855,27.426281,248.14476,1.3521136,1.1672026,50.744576,2.546513,1.1353236,928.62445,1.4693321,904.2531,118.552986,0.067153856,3.134558,378.45917,42.564423,199.19537,164.67174,7670.5986,0.7929485,2717.2468,13.862297,0.34209865,0.59221774,1.4144429,287.65488,344.6129,38.51087,62.945835,40.339935,14.661985,1417.0052,7.738549,64.853546,22.161337,474.9322,27.332758,415.3992,9.177203,64.961296,0.0,930.0371,3501.4307,0.66510427,276.08234,29.183502,22636.672,34.225937,0.944746,16.024782,37.72456,7.1904964,2.3070104,18.535198,482.42868,158.99352,20.136322,0.8179869,2.7826047,118.050316,4.0774965,208.57584,255.33708,1919.4745,685.0183,103.66083,142.84473,126.792625,5.8079696,8.787005,45.54818,5.02926,8.283143,21.267641,31.352028,110.90643,19.364798,19.875559,55.657345,11.977253,3464.489,23.931036,22.654167,17.674976,11.327452,183.13454,37.616592,20.222918,5.742639,12.158231,17.256912,68.44371,140.28313,31.347708,151.72688,23.372261,13.71672,94.11078,59.06206,156.06723,78.59019,2.8163166,4.3134375,5.4571805,30.912336,5099.3926,2.7581618,11.77653,64.427155,16.724237,159.79207,53.662918,117.493484,3.2770724,83.02979,476.40747,319.7518,50.43633,441.12274,58.014584,58.81635,95.18122,20.818975,3.2763739,18.95242,565.7381,0.50903624,0.8542569,87.81207,12.2042675,8.884633,10.364443,16.843748,123.534256,27.141876,154.95076,796.308,401.32956,2627.6147,2049.7178,31.35473,63.765717,3554.1248,18.088099,92.86736,607.5087,157.97879,216.34198,98.55438,531.20886,502.0891,461.6262,15.382286,117.305336,340.28543,650.4612,24.424911,194.83133,30.90271,1.7205272,50.91586,1.1646118,1.2475352,5.095982,16.295584,196.01613,35.18513,19.593193,427.11194,123.71423,73.68185,94.15625,31.839764,54.77552,21.259722,18.533154,20.275625,147.5014,59.16768,29.118761,17.190071,15.270833,34.098988,26.883055,3.8501682,139.01515,34.285976,355.55887,13.716335,648.4332,33.431393,483.78543,262.30182,14.562072,15.393338,409.0102,518.5067,1570.5204,371.1776 +2023-11-03 22:00:00,0.0,5217.0825,140.73676,77.29635,103.3205,63.85104,327.27115,46.50062,98.41049,27.625315,56.81733,968.732,85.7247,27.421387,248.04088,1.350529,1.1654781,50.76713,2.542822,1.1514512,928.83075,1.4899292,904.82666,118.5817,0.067940846,3.1797678,378.8902,42.57372,199.55247,164.73813,7665.3687,0.80075586,2717.2205,13.963308,0.34430364,0.59673405,1.4290462,287.59415,344.5461,38.63081,62.930557,40.339424,14.657279,1416.0957,7.8016353,64.817184,22.144773,474.92844,27.313305,415.59625,9.172334,64.92347,0.0,929.79443,3499.4817,0.6644594,275.933,29.165764,22622.55,34.21327,0.94448864,16.013823,37.70185,7.1886344,2.3063629,18.526323,482.16397,158.86816,20.119629,0.8177192,2.781471,118.04271,4.0741334,208.48389,255.36806,1919.7622,684.7055,103.65128,142.88107,126.99365,5.814828,8.7949705,45.683826,5.0517383,8.311924,21.254372,31.334206,110.96836,19.359797,19.862629,55.64681,11.9786215,3464.815,23.923512,22.652779,17.672905,11.326505,183.14684,37.619762,20.215279,5.7441244,12.151791,17.24951,68.42588,140.23611,31.345139,151.73158,23.36738,13.703414,94.04264,59.02854,155.94586,78.60593,2.8279443,4.311458,5.456342,30.893946,5095.2505,2.7665942,11.762536,64.41088,16.718607,159.76103,53.698612,117.495865,3.2775667,83.00486,476.36404,319.79965,50.406593,440.9944,57.993057,58.809383,95.14704,20.839342,3.2802832,18.962725,565.6353,0.50913614,0.8552268,87.86048,12.2223215,8.885543,10.3690815,16.84559,123.60144,27.185417,154.95993,796.46716,401.09848,2626.9675,2049.4104,31.337988,63.70896,3552.0,18.096762,92.78935,607.372,157.84985,216.18715,98.48538,530.74817,501.81058,461.63635,15.373333,117.23778,340.2526,650.15326,24.408724,194.70972,30.878473,1.7204576,50.918255,1.1645868,1.247626,5.095269,16.289722,195.81822,35.167324,19.592129,426.87747,123.640045,73.6379,94.104164,31.819843,54.779514,21.24537,18.50977,20.26875,147.42645,59.13988,29.095045,17.216095,15.263889,34.07123,26.873148,3.8467326,138.94249,34.25732,355.37793,13.710253,648.0258,33.411915,484.20093,262.19452,14.547602,15.387947,408.70102,518.15125,1569.8392,371.61786 +2023-11-03 23:00:00,0.0,5214.348,140.6296,77.22803,103.287605,63.82927,327.28088,46.4963,98.39176,27.617163,56.811855,967.82184,85.74085,27.416492,247.93701,1.3489443,1.1637536,50.78969,2.5391304,1.1675789,929.03705,1.5105263,905.40015,118.61042,0.06872783,3.2249777,379.32123,42.58301,199.90956,164.80452,7660.1387,0.8085632,2717.194,14.06432,0.34650865,0.60125035,1.4436494,287.5334,344.4793,38.750744,62.91528,40.338917,14.652572,1415.1862,7.864721,64.78083,22.128208,474.92474,27.293852,415.79333,9.167465,64.88564,0.0,929.55176,3497.533,0.66381454,275.78366,29.148026,22608.428,34.2006,0.9442313,16.002863,37.679146,7.1867723,2.3057153,18.517447,481.89923,158.74281,20.102936,0.8174515,2.7803373,118.03511,4.0707703,208.39194,255.39903,1920.0498,684.39276,103.64173,142.9174,127.19468,5.8216867,8.802936,45.819473,5.0742164,8.340705,21.241102,31.316381,111.03029,19.354795,19.849697,55.63627,11.979989,3465.1409,23.915989,22.651388,17.670832,11.325559,183.15913,37.622936,20.20764,5.7456098,12.1453495,17.242107,68.40804,140.18912,31.34257,151.7363,23.3625,13.690108,93.97451,58.99502,155.82448,78.621666,2.8395722,4.309479,5.4555044,30.875555,5091.108,2.7750263,11.748542,64.39461,16.712976,159.73,53.734306,117.49824,3.2780612,82.97993,476.32065,319.8475,50.376854,440.86606,57.971527,58.80242,95.11286,20.859709,3.2841923,18.973028,565.53253,0.50923604,0.85619676,87.90889,12.240375,8.886454,10.373719,16.847433,123.668625,27.228958,154.9691,796.6264,400.86743,2626.3203,2049.1033,31.321245,63.652206,3549.8755,18.105423,92.71134,607.2353,157.72093,216.03232,98.416374,530.2874,501.532,461.6465,15.364381,117.17022,340.21976,649.8454,24.392534,194.58809,30.854237,1.7203879,50.92065,1.1645619,1.2477165,5.0945563,16.283861,195.62032,35.149513,19.591064,426.643,123.56585,73.59395,94.052086,31.799921,54.78351,21.231018,18.486385,20.261875,147.35149,59.112083,29.07133,17.242119,15.256945,34.043472,26.86324,3.8432968,138.86981,34.22866,355.197,13.70417,647.61835,33.39244,484.6164,262.08725,14.533132,15.382555,408.39185,517.7958,1569.1581,372.0581 +2023-11-04 00:00:00,0.0,5211.6143,140.52243,77.15971,103.25471,63.8075,327.29062,46.491974,98.373024,27.609013,56.806377,966.9117,85.757,27.411598,247.83313,1.3473597,1.1620291,50.812244,2.535439,1.1837065,929.2433,1.5311234,905.9737,118.639145,0.06951482,3.2701874,379.75226,42.592308,200.26666,164.87091,7654.909,0.81637055,2717.1677,14.165331,0.34871364,0.60576665,1.4582527,287.47266,344.4125,38.87068,62.9,40.33841,14.647865,1414.2765,7.9278064,64.74447,22.111645,474.92102,27.274399,415.99042,9.162596,64.84781,0.0,929.3091,3495.5842,0.6631697,275.6343,29.130287,22594.305,34.187935,0.9439739,15.991905,37.65644,7.1849103,2.3050678,18.508572,481.63452,158.61746,20.086243,0.81718373,2.7792037,118.027504,4.067407,208.3,255.43,1920.3375,684.07996,103.63218,142.95375,127.395706,5.828545,8.810902,45.95512,5.096694,8.369486,21.227833,31.29856,111.092224,19.349792,19.836767,55.625732,11.981358,3465.4668,23.908464,22.65,17.668758,11.324613,183.17143,37.626106,20.2,5.747095,12.138909,17.234705,68.39021,140.1421,31.34,151.741,23.35762,13.676804,93.90638,58.9615,155.70311,78.637405,2.8511999,4.3075,5.4546666,30.857166,5086.966,2.7834587,11.734548,64.378334,16.707344,159.69896,53.77,117.50062,3.2785554,82.955,476.27722,319.8954,50.347115,440.7377,57.95,58.795456,95.07868,20.880074,3.2881017,18.983334,565.42975,0.509336,0.85716665,87.9573,12.258429,8.887363,10.378358,16.849276,123.73581,27.272501,154.97827,796.78564,400.63638,2625.673,2048.796,31.304502,63.59545,3547.751,18.114086,92.63333,607.0985,157.592,215.8775,98.34737,529.82666,501.25345,461.65668,15.355429,117.10267,340.18692,649.5375,24.376347,194.46648,30.83,1.7203184,50.923042,1.164537,1.2478071,5.0938435,16.278,195.4224,35.131702,19.59,426.40854,123.49166,73.55,94.0,31.78,54.7875,21.216667,18.463001,20.255,147.27654,59.08429,29.047613,17.268143,15.25,34.015713,26.853333,3.8398612,138.79715,34.2,355.01605,13.698088,647.21094,33.372963,485.03186,261.97995,14.5186615,15.377163,408.08267,517.44037,1568.4769,372.49832 +2023-11-04 01:00:00,0.0,5208.8804,140.41527,77.09139,103.2218,63.78573,327.30035,46.48765,98.354294,27.60086,56.800903,966.0016,85.77316,27.406704,247.72925,1.3457751,1.1603047,50.8348,2.5317476,1.1998342,929.4496,1.5517205,906.5472,118.66786,0.0703018,3.3153973,380.1833,42.6016,200.62376,164.9373,7649.679,0.8241779,2717.1414,14.266342,0.35091862,0.61028296,1.4728558,287.41193,344.3457,38.99062,62.884724,40.337902,14.643159,1413.367,7.9908924,64.70811,22.09508,474.91724,27.254946,416.1875,9.157727,64.80998,0.0,929.0664,3493.6353,0.6625248,275.48495,29.112549,22580.182,34.175266,0.9437165,15.980946,37.63373,7.1830482,2.3044202,18.499697,481.36978,158.4921,20.069548,0.81691605,2.77807,118.0199,4.064044,208.20805,255.46097,1920.6251,683.7672,103.62263,142.99008,127.59673,5.8354034,8.818867,46.090767,5.119172,8.398266,21.214563,31.280735,111.15415,19.344791,19.823837,55.615196,11.982725,3465.7925,23.900942,22.648611,17.666687,11.323666,183.18373,37.629276,20.192362,5.748581,12.132468,17.227304,68.37238,140.09511,31.337431,151.7457,23.35274,13.663498,93.83825,58.92798,155.58173,78.653145,2.8628278,4.3055205,5.4538283,30.838776,5082.823,2.791891,11.720553,64.36206,16.701714,159.66792,53.805695,117.50299,3.2790499,82.93007,476.2338,319.94324,50.31738,440.60934,57.92847,58.788494,95.0445,20.90044,3.2920108,18.993637,565.32697,0.5094359,0.85813653,88.00571,12.276482,8.888274,10.382997,16.851118,123.802986,27.316042,154.98744,796.9448,400.4053,2625.026,2048.4888,31.28776,63.538696,3545.6262,18.12275,92.55532,606.9618,157.46307,215.72267,98.27836,529.3659,500.9749,461.66684,15.346477,117.03511,340.15408,649.22955,24.360159,194.34486,30.805765,1.7202488,50.925438,1.1645119,1.2478979,5.0931306,16.272139,195.22449,35.11389,19.588934,426.17407,123.41747,73.50605,93.947914,31.76008,54.791492,21.202314,18.439617,20.248125,147.20158,59.05649,29.023897,17.294167,15.243055,33.987957,26.843426,3.8364255,138.72449,34.17134,354.8351,13.692005,646.80347,33.35349,485.44733,261.87265,14.504191,15.371771,407.7735,517.0849,1567.7958,372.93857 +2023-11-04 02:00:00,0.0,5206.146,140.30812,77.02308,103.1889,63.763958,327.31012,46.48333,98.335556,27.592709,56.79543,965.09143,85.789314,27.40181,247.62537,1.3441905,1.1585802,50.857357,2.5280561,1.2159618,929.6559,1.5723175,907.1207,118.69658,0.07108878,3.360607,380.61432,42.610897,200.98087,165.0037,7644.449,0.83198524,2717.115,14.367353,0.3531236,0.61479926,1.4874592,287.35117,344.2789,39.110558,62.869446,40.33739,14.638452,1412.4574,8.053978,64.671745,22.078514,474.91354,27.235495,416.38458,9.152858,64.772156,0.0,928.8237,3491.6865,0.66187996,275.33563,29.09481,22566.06,34.162598,0.94345915,15.969987,37.611027,7.1811857,2.3037727,18.49082,481.10507,158.36674,20.052855,0.8166483,2.7769363,118.0123,4.060681,208.1161,255.49194,1920.9128,683.4544,103.61308,143.02641,127.79777,5.8422623,8.826833,46.226414,5.14165,8.427047,21.201296,31.262913,111.21608,19.33979,19.810905,55.604656,11.984094,3466.1184,23.89342,22.647223,17.664614,11.32272,183.19603,37.632446,20.184723,5.7500663,12.126028,17.219902,68.35455,140.04811,31.33486,151.75041,23.347858,13.650192,93.77011,58.89446,155.46036,78.66889,2.8744555,4.3035417,5.4529905,30.820385,5078.681,2.8003232,11.706559,64.34579,16.696083,159.63689,53.84139,117.50537,3.279544,82.905136,476.19037,319.99112,50.28764,440.481,57.906944,58.78153,95.01032,20.920807,3.2959201,19.003942,565.22424,0.5095358,0.8591065,88.054115,12.294536,8.889185,10.387634,16.85296,123.87017,27.359585,154.99661,797.104,400.17426,2624.3787,2048.1814,31.271015,63.48194,3543.5017,18.13141,92.47732,606.825,157.33414,215.56784,98.20936,528.9052,500.69635,461.677,15.337523,116.96756,340.12125,648.92163,24.34397,194.22324,30.781528,1.7201792,50.927834,1.164487,1.2479885,5.0924177,16.26628,195.02658,35.09608,19.58787,425.9396,123.343285,73.462105,93.895836,31.74016,54.795486,21.187963,18.416233,20.24125,147.12663,59.028694,29.000181,17.32019,15.236111,33.960197,26.833517,3.8329897,138.65181,34.14268,354.65417,13.685922,646.39606,33.334015,485.8628,261.76535,14.489721,15.36638,407.46432,516.72943,1567.1146,373.37878 +2023-11-04 03:00:00,0.0,5203.412,140.20096,76.95476,103.156006,63.742188,327.31985,46.479004,98.316826,27.584558,56.78995,964.1813,85.805466,27.396915,247.52148,1.3426058,1.1568557,50.87991,2.5243647,1.2320895,929.8621,1.5929146,907.6942,118.725296,0.07187577,3.4058168,381.04535,42.620193,201.33797,165.07008,7639.219,0.8397926,2717.0886,14.468365,0.3553286,0.61931556,1.5020623,287.29044,344.2121,39.230495,62.854168,40.336884,14.633745,1411.5479,8.1170635,64.63539,22.06195,474.90982,27.216042,416.58167,9.147989,64.73433,0.0,928.58105,3489.7378,0.6612351,275.18628,29.077072,22551.938,34.14993,0.9432018,15.959028,37.588318,7.1793237,2.3031251,18.481945,480.84033,158.2414,20.036161,0.8163806,2.7758029,118.00469,4.0573177,208.02417,255.52292,1921.2006,683.14166,103.60353,143.06276,127.998795,5.8491206,8.834798,46.362057,5.164128,8.455828,21.188026,31.245087,111.27801,19.334787,19.797976,55.59412,11.985461,3466.4443,23.885895,22.645834,17.66254,11.321774,183.20834,37.635616,20.177084,5.7515516,12.119587,17.2125,68.336716,140.0011,31.33229,151.75511,23.34298,13.636887,93.70198,58.86094,155.33897,78.68463,2.8860831,4.3015623,5.4521527,30.801996,5074.5386,2.8087556,11.692564,64.32951,16.690453,159.60585,53.877083,117.507744,3.2800384,82.88021,476.14694,320.03897,50.2579,440.35266,57.885418,58.774563,94.97614,20.941174,3.2998292,19.014248,565.12146,0.5096357,0.86007637,88.10252,12.31259,8.890095,10.392273,16.854803,123.937355,27.403126,155.00577,797.26324,399.94318,2623.7317,2047.8741,31.254272,63.425186,3541.3772,18.140074,92.39931,606.6883,157.20522,215.41301,98.14035,528.44446,500.41782,461.68716,15.328571,116.9,340.0884,648.6137,24.327782,194.10162,30.757292,1.7201096,50.93023,1.164462,1.2480791,5.091705,16.260418,194.82866,35.07827,19.586805,425.70514,123.26909,73.41816,93.84375,31.72024,54.79948,21.17361,18.392847,20.234375,147.05168,59.000896,28.976463,17.346214,15.229167,33.93244,26.82361,3.829554,138.57915,34.114025,354.47324,13.679839,645.9886,33.314537,486.2783,261.65805,14.475251,15.360988,407.15512,516.37396,1566.4335,373.81903 +2023-11-04 04:00:00,0.0,5200.6777,140.0938,76.886444,103.1231,63.720417,327.3296,46.47468,98.29809,27.576406,56.784477,963.2711,85.82162,27.392021,247.4176,1.3410213,1.1551312,50.902466,2.5206735,1.2482171,930.0684,1.6135117,908.26776,118.75401,0.072662756,3.4510264,381.47638,42.629486,201.69507,165.13646,7633.9893,0.8475999,2717.0623,14.569376,0.35753357,0.62383187,1.5166656,287.22968,344.1453,39.35043,62.83889,40.336376,14.629038,1410.6382,8.180149,64.59903,22.045385,474.90613,27.196589,416.77872,9.14312,64.696495,0.0,928.3384,3487.789,0.66059023,275.03693,29.059332,22537.814,34.137264,0.9429444,15.948069,37.565613,7.1774616,2.3024776,18.473068,480.57562,158.11604,20.019468,0.8161129,2.7746692,117.997086,4.0539546,207.93222,255.55388,1921.4882,682.82886,103.59399,143.09909,128.19983,5.855979,8.842763,46.497704,5.186606,8.484609,21.174757,31.227264,111.339935,19.329786,19.785044,55.58358,11.98683,3466.7703,23.878372,22.644444,17.660467,11.320827,183.22064,37.638786,20.169445,5.753037,12.113147,17.205097,68.318886,139.9541,31.329721,151.75983,23.338099,13.623582,93.63385,58.827415,155.2176,78.70037,2.897711,4.299583,5.4513144,30.783606,5070.396,2.8171878,11.67857,64.31324,16.684822,159.57481,53.912777,117.510124,3.2805328,82.85528,476.10352,320.08685,50.22816,440.2243,57.863888,58.7676,94.94196,20.96154,3.3037386,19.024551,565.0187,0.5097356,0.86104625,88.15093,12.330643,8.8910055,10.396911,16.856647,124.00454,27.446667,155.01494,797.4224,399.71213,2623.0845,2047.5668,31.23753,63.36843,3539.2524,18.148735,92.3213,606.5516,157.07628,215.2582,98.07134,527.9837,500.13925,461.69733,15.319619,116.83244,340.05557,648.3058,24.311592,193.98,30.733057,1.7200401,50.932625,1.164437,1.2481697,5.090992,16.254557,194.63075,35.060463,19.585741,425.47067,123.1949,73.37421,93.791664,31.70032,54.80347,21.15926,18.369463,20.2275,146.97673,58.9731,28.952747,17.372236,15.222222,33.904682,26.813704,3.8261185,138.50648,34.085365,354.2923,13.673757,645.5812,33.295063,486.69376,261.55075,14.460781,15.355596,406.84595,516.0185,1565.7524,374.25925 +2023-11-04 05:00:00,0.0,5197.944,139.98665,76.81812,103.0902,63.698647,327.33932,46.47036,98.27935,27.568256,56.779,962.361,85.83777,27.387127,247.31372,1.3394367,1.1534067,50.925022,2.516982,1.2643448,930.27466,1.6341088,908.8413,118.78273,0.073449746,3.4962363,381.9074,42.638783,202.05215,165.20285,7628.7593,0.8554073,2717.036,14.670387,0.35973856,0.62834823,1.5312688,287.16895,344.0785,39.470367,62.823612,40.33587,14.624331,1409.7286,8.243236,64.56267,22.028822,474.90234,27.177135,416.9758,9.138251,64.65867,0.0,928.0957,3485.84,0.65994537,274.8876,29.041594,22523.693,34.124596,0.94268703,15.93711,37.542908,7.1755996,2.30183,18.464193,480.3109,157.99069,20.002773,0.8158452,2.7735355,117.98949,4.0505915,207.84027,255.58485,1921.7759,682.5161,103.58444,143.13542,128.40085,5.862838,8.850729,46.63335,5.209084,8.51339,21.161488,31.209442,111.40186,19.324783,19.772114,55.573044,11.988197,3467.0962,23.870848,22.643055,17.658396,11.3198805,183.23294,37.64196,20.161806,5.7545223,12.106706,17.197697,68.301056,139.90709,31.327152,151.76453,23.333218,13.610276,93.56571,58.793896,155.09622,78.71611,2.9093387,4.297604,5.4504766,30.765215,5066.254,2.8256202,11.664576,64.29697,16.679192,159.5438,53.948475,117.5125,3.281027,82.830345,476.06012,320.1347,50.198425,440.09595,57.84236,58.760635,94.90778,20.981905,3.3076477,19.034857,564.9159,0.5098355,0.8620162,88.19934,12.348697,8.891915,10.401549,16.85849,124.07172,27.49021,155.02411,797.58167,399.48108,2622.4373,2047.2595,31.220787,63.311676,3537.128,18.157398,92.243286,606.4148,156.94734,215.10336,98.002335,527.52295,499.86072,461.7075,15.310667,116.76489,340.02277,647.99786,24.295404,193.85838,30.70882,1.7199705,50.935017,1.1644121,1.2482604,5.090279,16.248695,194.43285,35.042652,19.584675,425.2362,123.12071,73.33026,93.739586,31.680397,54.807465,21.144907,18.346079,20.220625,146.90178,58.9453,28.929031,17.39826,15.215278,33.876926,26.803795,3.8226829,138.4338,34.056705,354.1114,13.667674,645.1737,33.27559,487.10922,261.44345,14.446311,15.3502035,406.53677,515.663,1565.0713,374.6995 +2023-11-04 06:00:00,0.0,5195.2095,139.87949,76.74981,103.057304,63.676876,327.34906,46.466034,98.26062,27.560104,56.773525,961.45087,85.85392,27.38223,247.20984,1.337852,1.1516823,50.94758,2.5132906,1.2804724,930.48096,1.6547059,909.4148,118.811455,0.07423673,3.541446,382.33844,42.648075,202.40926,165.26924,7623.5293,0.8632147,2717.0095,14.771399,0.36194354,0.63286453,1.545872,287.1082,344.0117,39.590305,62.808334,40.33536,14.619624,1408.8191,8.306321,64.526306,22.012257,474.89865,27.157682,417.17288,9.133382,64.62084,0.0,927.853,3483.8914,0.6593005,274.73825,29.023855,22509.57,34.111927,0.94242966,15.926151,37.5202,7.1737375,2.3011823,18.455318,480.04617,157.86534,19.98608,0.81557745,2.7724018,117.98188,4.0472283,207.74834,255.61583,1922.0636,682.2033,103.57489,143.17177,128.60188,5.869696,8.858694,46.768997,5.2315617,8.542171,21.148218,31.191618,111.4638,19.319782,19.759184,55.562504,11.989566,3467.422,23.863325,22.641666,17.656322,11.318934,183.24524,37.64513,20.154167,5.756008,12.1002655,17.190294,68.283226,139.86009,31.324583,151.76924,23.328339,13.596971,93.49758,58.760376,154.97484,78.73185,2.9209666,4.2956247,5.449639,30.746826,5062.1113,2.8340526,11.650581,64.2807,16.673561,159.51276,53.98417,117.51488,3.2815216,82.80542,476.0167,320.1826,50.168686,439.9676,57.820835,58.753674,94.873604,21.002272,3.3115568,19.04516,564.8131,0.5099354,0.8629861,88.24776,12.36675,8.892826,10.406187,16.860332,124.1389,27.53375,155.03328,797.74084,399.25,2621.79,2046.9523,31.204044,63.25492,3535.0034,18.16606,92.165276,606.2781,156.81842,214.94853,97.933334,527.0622,499.58215,461.71765,15.301714,116.697334,339.98993,647.68994,24.279215,193.73676,30.684584,1.7199008,50.937412,1.1643871,1.248351,5.089566,16.242834,194.23492,35.02484,19.58361,425.00174,123.046524,73.28631,93.6875,31.660477,54.81146,21.130556,18.322695,20.21375,146.82683,58.917503,28.905315,17.424284,15.208333,33.849167,26.793888,3.819247,138.36115,34.028046,353.93045,13.661592,644.7663,33.25611,487.5247,261.33618,14.431841,15.344811,406.2276,515.30756,1564.3901,375.13974 +2023-11-04 07:00:00,0.0,5192.4756,139.77232,76.68149,103.0244,63.655106,327.3588,46.46171,98.24188,27.551952,56.76805,960.5407,85.87007,27.377337,247.10596,1.3362675,1.1499578,50.970135,2.5095992,1.2966001,930.68726,1.675303,909.98834,118.84017,0.07502371,3.5866559,382.76947,42.65737,202.76636,165.33563,7618.2993,0.871022,2716.9832,14.87241,0.36414853,0.63738084,1.5604753,287.04745,343.9449,39.710243,62.793056,40.33485,14.614918,1407.9094,8.369407,64.48995,21.995693,474.89493,27.13823,417.36996,9.128513,64.58301,0.0,927.61035,3481.9426,0.65865564,274.5889,29.006117,22495.447,34.09926,0.9421723,15.915192,37.49749,7.1718755,2.3005347,18.446442,479.78146,157.73999,19.969387,0.8153097,2.7712681,117.97427,4.043865,207.65639,255.6468,1922.3512,681.8905,103.56534,143.2081,128.8029,5.876555,8.866659,46.904644,5.25404,8.570951,21.134949,31.173794,111.52573,19.314781,19.746252,55.551968,11.990933,3467.748,23.855803,22.640278,17.65425,11.317987,183.25754,37.6483,20.146528,5.7574935,12.093824,17.182892,68.265396,139.8131,31.322014,151.77394,23.323458,13.583666,93.42945,58.726852,154.85347,78.74759,2.9325943,4.293646,5.4488006,30.728436,5057.969,2.8424847,11.636587,64.26443,16.66793,159.48172,54.019863,117.51725,3.2820158,82.78049,475.97327,320.23044,50.138947,439.83923,57.799305,58.746708,94.839424,21.022638,3.3154662,19.055466,564.7103,0.5100353,0.863956,88.296165,12.384804,8.893736,10.410826,16.862175,124.206085,27.577291,155.04245,797.9,399.01895,2621.1428,2046.645,31.1873,63.198166,3532.879,18.174723,92.087265,606.14136,156.68948,214.79372,97.86433,526.6015,499.3036,461.7278,15.292762,116.629776,339.9571,647.382,24.263027,193.61514,30.660347,1.7198313,50.939808,1.1643622,1.2484416,5.0888534,16.236973,194.03702,35.00703,19.582546,424.76727,122.972336,73.24236,93.635414,31.640556,54.815453,21.116203,18.29931,20.206875,146.75188,58.889706,28.8816,17.450308,15.201389,33.821407,26.783981,3.8158114,138.28848,33.99939,353.7495,13.655509,644.3589,33.236637,487.9402,261.22888,14.417371,15.33942,405.91843,514.9521,1563.709,375.57996 +2023-11-04 08:00:00,0.0,5189.741,139.66516,76.613174,102.9915,63.633335,327.36856,46.45739,98.22315,27.543802,56.762573,959.63055,85.88622,27.372442,247.00209,1.3346828,1.1482333,50.992687,2.5059078,1.3127277,930.8935,1.6959001,910.5618,118.86889,0.0758107,3.6318657,383.2005,42.666668,203.12346,165.40202,7613.0693,0.87882936,2716.957,14.973421,0.3663535,0.64189714,1.5750785,286.98672,343.87808,39.830177,62.77778,40.334343,14.61021,1406.9999,8.432492,64.45359,21.979128,474.89117,27.118776,417.56705,9.123644,64.54518,0.0,927.3677,3479.9937,0.6580108,274.43958,28.988379,22481.324,34.086594,0.9419149,15.904233,37.474785,7.170013,2.2998872,18.437567,479.51672,157.61464,19.952694,0.815042,2.7701344,117.96667,4.040502,207.56444,255.67778,1922.6389,681.57776,103.555786,143.24445,129.00394,5.8834133,8.874625,47.04029,5.276518,8.599732,21.12168,31.155972,111.587654,19.309778,19.733322,55.541428,11.992302,3468.074,23.848278,22.63889,17.652176,11.317041,183.26985,37.65147,20.13889,5.758979,12.087384,17.17549,68.24756,139.76608,31.319445,151.77866,23.318577,13.57036,93.36132,58.693333,154.73209,78.76333,2.9442222,4.2916665,5.4479628,30.710045,5053.8267,2.850917,11.622593,64.24815,16.662298,159.45068,54.055557,117.51963,3.2825103,82.755554,475.92984,320.27832,50.10921,439.7109,57.77778,58.739746,94.805244,21.043005,3.3193753,19.06577,564.60754,0.51013523,0.8649259,88.344574,12.402857,8.894647,10.415464,16.864017,124.27327,27.620834,155.05162,798.0592,398.78787,2620.4958,2046.3378,31.170557,63.14141,3530.7542,18.183384,92.00926,606.0046,156.56056,214.63889,97.79532,526.14075,499.02505,461.73798,15.28381,116.562225,339.92426,647.0741,24.246838,193.49352,30.636112,1.7197617,50.942204,1.1643373,1.2485323,5.0881405,16.231112,193.83911,34.98922,19.58148,424.5328,122.89814,73.19841,93.583336,31.620636,54.819443,21.101852,18.275927,20.2,146.67693,58.861908,28.857883,17.476332,15.194445,33.79365,26.774073,3.8123758,138.2158,33.97073,353.56857,13.649426,643.9514,33.21716,488.35565,261.12158,14.402901,15.334028,405.60925,514.5966,1563.0278,376.0202 +2023-11-04 09:00:00,0.0,5187.0073,139.55801,76.54485,102.9586,63.61156,327.3783,46.453064,98.204414,27.53565,56.7571,958.7204,85.90238,27.367548,246.89821,1.3330982,1.1465088,51.015244,2.5022163,1.3288554,931.0998,1.7164971,911.1354,118.897606,0.07659768,3.6770754,383.63153,42.67596,203.48056,165.46841,7607.8394,0.8866367,2716.9307,15.074432,0.36855853,0.64641345,1.5896819,286.92596,343.81128,39.950115,62.7625,40.333836,14.605504,1406.0903,8.495578,64.41723,21.962564,474.88745,27.099325,417.76413,9.118775,64.507355,0.0,927.125,3478.045,0.6573659,274.29022,28.97064,22467.203,34.073925,0.94165754,15.893274,37.45208,7.168151,2.2992396,18.42869,479.252,157.48929,19.935999,0.8147743,2.7690008,117.95907,4.037139,207.4725,255.70874,1922.9265,681.26495,103.54625,143.28078,129.20497,5.8902717,8.88259,47.175938,5.2989955,8.628513,21.108412,31.13815,111.64958,19.304777,19.720392,55.53089,11.9936695,3468.4,23.840755,22.6375,17.650105,11.316095,183.28215,37.65464,20.13125,5.760464,12.080943,17.168089,68.22973,139.71909,31.316875,151.78336,23.313698,13.5570545,93.29318,58.659813,154.61072,78.779076,2.95585,4.289687,5.447125,30.691656,5049.684,2.8593493,11.608598,64.23188,16.656668,159.41965,54.09125,117.522,3.2830045,82.73063,475.8864,320.32617,50.07947,439.58255,57.75625,58.73278,94.771065,21.06337,3.3232846,19.076075,564.50476,0.51023513,0.8658958,88.39298,12.420911,8.895557,10.420102,16.86586,124.34045,27.664375,155.06079,798.2184,398.55682,2619.8486,2046.0304,31.153814,63.084656,3528.6296,18.192047,91.93125,605.86786,156.43163,214.48405,97.72632,525.68,498.7465,461.74814,15.2748575,116.49467,339.89142,646.76624,24.23065,193.3719,30.611876,1.7196921,50.9446,1.1643122,1.2486229,5.087428,16.22525,193.6412,34.971413,19.580416,424.29834,122.82395,73.154465,93.53125,31.600716,54.823437,21.0875,18.252542,20.193125,146.60197,58.83411,28.834166,17.502356,15.1875,33.765892,26.764166,3.8089402,138.14314,33.94207,353.38763,13.643344,643.544,33.197685,488.77112,261.01428,14.388432,15.328636,405.30008,514.2412,1562.3467,376.46042 +2023-11-04 10:00:00,0.0,5184.2734,139.45085,76.47654,102.9257,63.58979,327.38803,46.448742,98.18568,27.5275,56.751625,957.8103,85.91853,27.362654,246.79433,1.3315136,1.1447843,51.0378,2.4985251,1.344983,931.306,1.7370942,911.70886,118.92632,0.07738467,3.7222853,384.06256,42.685257,203.83766,165.5348,7602.6094,0.89444405,2716.9043,15.175444,0.3707635,0.65092975,1.604285,286.86523,343.74448,40.070053,62.747223,40.33333,14.600797,1405.1808,8.558663,64.38087,21.946,474.88373,27.079872,417.9612,9.113907,64.46953,0.0,926.8823,3476.0962,0.65672106,274.14087,28.952902,22453.08,34.061256,0.9414002,15.882315,37.42937,7.166289,2.298592,18.419815,478.98727,157.36392,19.919306,0.8145066,2.7678673,117.95146,4.033776,207.38055,255.73972,1923.2142,680.9522,103.5367,143.31711,129.40599,5.8971305,8.890555,47.31158,5.3214736,8.657293,21.095142,31.120325,111.71151,19.299774,19.70746,55.52035,11.995038,3468.7258,23.833233,22.63611,17.648031,11.315148,183.29445,37.65781,20.123611,5.76195,12.074503,17.160686,68.2119,139.67209,31.314304,151.78806,23.308817,13.543749,93.22505,58.626293,154.48933,78.794815,2.9674778,4.2877083,5.4462867,30.673265,5045.542,2.8677816,11.594604,64.21561,16.651037,159.38861,54.126945,117.52438,3.2834988,82.705696,475.843,320.37402,50.049732,439.4542,57.734722,58.72582,94.736885,21.083736,3.3271937,19.08638,564.402,0.510335,0.8668657,88.44139,12.438964,8.896467,10.424741,16.867704,124.40763,27.707918,155.06996,798.3776,398.32578,2619.2014,2045.7231,31.137072,63.0279,3526.5051,18.20071,91.85324,605.73114,156.30269,214.32922,97.65731,525.21924,498.46796,461.7583,15.265904,116.42711,339.85858,646.4583,24.21446,193.25027,30.587639,1.7196225,50.94699,1.1642873,1.2487135,5.086715,16.219389,193.44328,34.9536,19.579351,424.06387,122.74976,73.11052,93.479164,31.580795,54.82743,21.073149,18.229158,20.18625,146.52702,58.806313,28.81045,17.52838,15.180555,33.738136,26.75426,3.8055043,138.07047,33.91341,353.2067,13.637261,643.13654,33.17821,489.18658,260.90698,14.373961,15.323244,404.9909,513.88574,1561.6655,376.90067 +2023-11-04 11:00:00,0.0,5181.539,139.34369,76.40822,102.8928,63.56802,327.39777,46.44442,98.16695,27.519348,56.746147,956.90015,85.934685,27.35776,246.69044,1.329929,1.1430598,51.060356,2.4948337,1.3611107,931.5123,1.7576913,912.2824,118.95504,0.078171656,3.767495,384.4936,42.69455,204.19475,165.60118,7597.3794,0.9022514,2716.878,15.276455,0.3729685,0.65544605,1.6188883,286.80447,343.67767,40.18999,62.731945,40.332817,14.59609,1404.2711,8.62175,64.34451,21.929434,474.88,27.06042,418.15826,9.109037,64.431694,0.0,926.63965,3474.1472,0.6560762,273.99152,28.935163,22438.957,34.048588,0.9411428,15.871356,37.406666,7.164427,2.2979445,18.41094,478.72256,157.23857,19.902613,0.81423885,2.7667336,117.943855,4.0304127,207.2886,255.77069,1923.502,680.6394,103.527145,143.35345,129.60703,5.903989,8.898521,47.447227,5.3439517,8.686074,21.081873,31.102503,111.77344,19.294773,19.69453,55.509815,11.996406,3469.0518,23.825708,22.634722,17.645958,11.314202,183.30675,37.660984,20.115973,5.7634354,12.068062,17.153284,68.19407,139.62508,31.311735,151.79277,23.303936,13.530444,93.15692,58.59277,154.36797,78.810555,2.9791055,4.285729,5.445449,30.654875,5041.3994,2.876214,11.580609,64.19933,16.645407,159.35757,54.16264,117.52676,3.2839932,82.68076,475.7996,320.4219,50.019997,439.32584,57.713196,58.718853,94.702705,21.104103,3.331103,19.096684,564.2992,0.5104349,0.86783564,88.4898,12.457018,8.897378,10.4293785,16.869547,124.474815,27.75146,155.07913,798.53687,398.0947,2618.5542,2045.4159,31.120329,62.971146,3524.3804,18.209372,91.77523,605.59436,156.17377,214.17441,97.5883,524.75854,498.1894,461.76846,15.256952,116.35956,339.82574,646.1504,24.198273,193.12866,30.563404,1.719553,50.949387,1.1642623,1.2488042,5.0860023,16.213528,193.24538,34.93579,19.578287,423.8294,122.675575,73.06657,93.427086,31.560875,54.831425,21.058796,18.205774,20.179375,146.45207,58.778515,28.786734,17.554401,15.173611,33.710377,26.74435,3.8020687,137.9978,33.884754,353.02576,13.631179,642.7291,33.158733,489.60205,260.79968,14.359491,15.317853,404.6817,513.5303,1560.9844,377.34088 +2023-11-04 12:00:00,0.0,5178.805,139.23653,76.339905,102.8599,63.54625,327.4075,46.440098,98.14821,27.511196,56.740673,955.99,85.950836,27.352865,246.58656,1.3283443,1.1413352,51.082912,2.4911423,1.3772383,931.7186,1.7782884,912.85596,118.983765,0.078958645,3.8127048,384.92462,42.703846,204.55185,165.66757,7592.1494,0.91005874,2716.8516,15.377466,0.37517348,0.65996236,1.6334915,286.74374,343.6109,40.30993,62.716667,40.33231,14.591383,1403.3616,8.684835,64.30815,21.91287,474.87628,27.040966,418.35535,9.104169,64.39387,0.0,926.397,3472.1985,0.65543133,273.8422,28.917423,22424.834,34.035923,0.9408854,15.860397,37.383957,7.1625648,2.297297,18.402063,478.45786,157.11322,19.88592,0.8139711,2.7656,117.93626,4.0270495,207.19667,255.80167,1923.7896,680.32666,103.51759,143.38979,129.80804,5.9108477,8.9064865,47.582874,5.3664293,8.714855,21.068604,31.084679,111.83537,19.289772,19.6816,55.499275,11.997774,3469.3777,23.818186,22.633333,17.643887,11.313256,183.31905,37.664154,20.108334,5.7649207,12.061622,17.145882,68.17624,139.57808,31.309166,151.79747,23.299057,13.5171385,93.08878,58.55925,154.24658,78.826294,2.9907331,4.28375,5.444611,30.636486,5037.2573,2.8846462,11.566615,64.18306,16.639776,159.32654,54.198334,117.52914,3.2844875,82.65583,475.75616,320.46976,49.990257,439.19748,57.691666,58.71189,94.668526,21.12447,3.3350122,19.106989,564.1964,0.5105348,0.8688055,88.53821,12.475071,8.898288,10.434017,16.87139,124.542,27.795,155.0883,798.69604,397.86365,2617.907,2045.1086,31.103584,62.91439,3522.2559,18.218035,91.69722,605.45764,156.04483,214.01958,97.519295,524.2978,497.91086,461.77863,15.248,116.292,339.7929,645.84247,24.182083,193.00705,30.539167,1.7194834,50.951782,1.1642374,1.2488948,5.0852895,16.207666,193.04747,34.91798,19.57722,423.59494,122.60139,73.02262,93.375,31.540953,54.835415,21.044445,18.18239,20.1725,146.37712,58.750717,28.763018,17.580425,15.166667,33.68262,26.734444,3.798633,137.92514,33.856094,352.84482,13.625095,642.32166,33.13926,490.01755,260.69238,14.345021,15.312461,404.37253,513.1748,1560.3033,377.78113 +2023-11-04 13:00:00,0.0,5176.071,139.12938,76.27158,102.827,63.52448,327.41727,46.435772,98.12948,27.503046,56.7352,955.07983,85.96699,27.347971,246.48268,1.3267598,1.1396108,51.105465,2.4874508,1.393366,931.92487,1.7988855,913.42944,119.01248,0.07974563,3.8579144,385.35565,42.713142,204.90895,165.73396,7586.9194,0.9178661,2716.8252,15.4784775,0.37737846,0.66447866,1.6480947,286.68298,343.5441,40.429863,62.70139,40.331802,14.586677,1402.452,8.747921,64.27179,21.896305,474.87256,27.021513,418.55243,9.099299,64.35604,0.0,926.1543,3470.2498,0.65478647,273.69284,28.899685,22410.713,34.023254,0.94062805,15.849438,37.36125,7.160702,2.2966495,18.393188,478.1931,156.98787,19.869225,0.8137034,2.7644663,117.92865,4.0236864,207.10472,255.83264,1924.0773,680.01385,103.50805,143.42612,130.00908,5.917706,8.914452,47.71852,5.3889074,8.743636,21.055334,31.066856,111.8973,19.28477,19.668669,55.48874,11.999142,3469.7036,23.810661,22.631945,17.641813,11.312309,183.33136,37.667324,20.100695,5.766406,12.055181,17.13848,68.1584,139.53107,31.306597,151.80219,23.294176,13.503833,93.02065,58.52573,154.12521,78.84203,3.002361,4.2817707,5.443773,30.618095,5033.1147,2.8930786,11.552621,64.16679,16.634146,159.2955,54.234028,117.53151,3.284982,82.630905,475.71274,320.51764,49.960518,439.06915,57.67014,58.704926,94.634346,21.144836,3.3389215,19.117292,564.0937,0.5106347,0.8697754,88.58662,12.493125,8.899199,10.438655,16.873232,124.60918,27.838543,155.09747,798.8552,397.63257,2617.26,2044.8013,31.086842,62.857635,3520.1313,18.226696,91.61921,605.3209,155.91591,213.86475,97.450294,523.83704,497.6323,461.7888,15.239048,116.22444,339.76007,645.53455,24.165895,192.88542,30.51493,1.7194138,50.954178,1.1642125,1.2489854,5.0845766,16.201807,192.84955,34.90017,19.576157,423.36047,122.52719,72.97867,93.322914,31.521032,54.83941,21.030092,18.159006,20.165625,146.30217,58.72292,28.739302,17.60645,15.159722,33.65486,26.724537,3.7951975,137.85246,33.827435,352.66388,13.619013,641.91425,33.119785,490.433,260.5851,14.330551,15.307069,404.06335,512.81934,1559.6222,378.22137 +2023-11-04 14:00:00,0.0,5173.337,139.02222,76.20327,102.7941,63.50271,327.427,46.43145,98.11074,27.494894,56.72972,954.1697,85.98314,27.343077,246.3788,1.3251752,1.1378863,51.12802,2.4837594,1.4094936,932.13116,1.8194826,914.003,119.0412,0.08053261,3.9031243,385.78668,42.722435,205.26605,165.80035,7581.6895,0.9256734,2716.7988,15.579489,0.37958345,0.66899496,1.662698,286.62225,343.4773,40.5498,62.68611,40.331295,14.581969,1401.5424,8.811007,64.23543,21.879742,474.86884,27.00206,418.7495,9.094431,64.31821,0.0,925.9116,3468.3008,0.6541416,273.5435,28.881947,22396.59,34.010586,0.9403706,15.838479,37.338543,7.15884,2.296002,18.384312,477.9284,156.86252,19.852531,0.8134357,2.7633326,117.92104,4.0203233,207.01277,255.8636,1924.365,679.7011,103.4985,143.46246,130.21011,5.9245644,8.922418,47.854168,5.4113855,8.772417,21.042065,31.049032,111.95923,19.279768,19.655739,55.478203,12.00051,3470.0295,23.803139,22.630556,17.63974,11.311363,183.34366,37.670494,20.093056,5.7678914,12.04874,17.131079,68.14057,139.48407,31.304028,151.80688,23.289295,13.490528,92.95252,58.492207,154.00383,78.85777,3.0139887,4.2797914,5.442935,30.599705,5028.972,2.901511,11.538626,64.15051,16.628515,159.26447,54.269722,117.53389,3.2854762,82.60597,475.6693,320.5655,49.93078,438.9408,57.648613,58.697964,94.60017,21.165201,3.3428307,19.127598,563.9909,0.5107346,0.87074536,88.635025,12.511178,8.900108,10.443294,16.875074,124.67636,27.882084,155.10663,799.0144,397.40152,2616.6128,2044.494,31.070099,62.80088,3518.0066,18.23536,91.54121,605.18414,155.78697,213.70993,97.38129,523.3763,497.35376,461.79895,15.230095,116.15689,339.72723,645.2266,24.149706,192.76381,30.490696,1.7193443,50.956573,1.1641874,1.2490761,5.0838637,16.195946,192.65164,34.88236,19.575092,423.126,122.453,72.93472,93.270836,31.501112,54.843403,21.015741,18.135622,20.15875,146.22722,58.69512,28.715586,17.632473,15.152778,33.6271,26.714628,3.7917616,137.7798,33.798775,352.48294,13.61293,641.5068,33.100307,490.84848,260.4778,14.316081,15.301677,403.75418,512.46387,1558.941,378.6616 +2023-11-04 15:00:00,0.0,5170.6025,138.91505,76.13495,102.7612,63.480938,327.43674,46.427128,98.092,27.486744,56.724247,953.2596,85.99929,27.338182,246.27492,1.3235905,1.1361618,51.150578,2.480068,1.4256213,932.3374,1.8400797,914.5765,119.069916,0.0813196,3.948334,386.2177,42.73173,205.62315,165.86674,7576.4595,0.9334808,2716.7725,15.680499,0.38178843,0.67351127,1.6773012,286.56152,343.4105,40.66974,62.670834,40.330788,14.577263,1400.6328,8.874092,64.19907,21.863176,474.8651,26.982607,418.9466,9.089561,64.28038,0.0,925.66895,3466.352,0.65349674,273.39417,28.864208,22382.467,33.997917,0.94011325,15.82752,37.315838,7.156978,2.2953541,18.375437,477.66367,156.73717,19.835838,0.813168,2.762199,117.913445,4.01696,206.92084,255.89458,1924.6526,679.3883,103.488945,143.4988,130.41113,5.931423,8.930383,47.989815,5.433863,8.801198,21.028795,31.03121,112.02116,19.274767,19.642807,55.467663,12.001878,3470.3555,23.795616,22.629168,17.637667,11.310417,183.35596,37.673664,20.085417,5.769377,12.042299,17.123676,68.12274,139.43707,31.301458,151.8116,23.284416,13.477222,92.88439,58.458687,153.88246,78.87352,3.0256166,4.2778125,5.442097,30.581316,5024.83,2.909943,11.5246315,64.13424,16.622883,159.23343,54.305416,117.53626,3.2859704,82.58104,475.6259,320.61337,49.901043,438.81244,57.627083,58.690998,94.56599,21.185568,3.34674,19.137901,563.8881,0.5108345,0.87171525,88.68343,12.529232,8.901019,10.447932,16.876917,124.743546,27.925625,155.1158,799.17365,397.17047,2615.9656,2044.1868,31.053356,62.744125,3515.882,18.24402,91.463196,605.0474,155.65804,213.5551,97.31228,522.9155,497.0752,461.8091,15.221143,116.08933,339.6944,644.9187,24.133518,192.64218,30.46646,1.7192746,50.958965,1.1641625,1.2491667,5.083151,16.190084,192.45374,34.86455,19.574028,422.89154,122.378815,72.89078,93.21875,31.481192,54.847397,21.001389,18.112236,20.151875,146.15227,58.667324,28.691868,17.658497,15.145833,33.599346,26.704721,3.788326,137.70714,33.77012,352.302,13.606848,641.09937,33.080833,491.26395,260.3705,14.301611,15.296285,403.445,512.1084,1558.2599,379.10184 +2023-11-04 16:00:00,0.0,5167.8687,138.80789,76.066635,102.7283,63.459167,327.44647,46.422802,98.07327,27.478592,56.718773,952.3494,86.01544,27.333286,246.17104,1.322006,1.1344373,51.173134,2.4763765,1.4417489,932.5437,1.8606766,915.15,119.09863,0.08210658,3.9935439,386.64874,42.741024,205.98024,165.93314,7571.2295,0.9412882,2716.746,15.78151,0.38399342,0.6780276,1.6919045,286.50076,343.3437,40.789677,62.655556,40.330276,14.572556,1399.7233,8.937179,64.16271,21.846613,474.8614,26.963156,419.14368,9.084693,64.24255,0.0,925.42633,3464.4033,0.6528519,273.2448,28.84647,22368.344,33.985252,0.9398559,15.816561,37.29313,7.155116,2.2947066,18.366562,477.39896,156.61182,19.819145,0.81290025,2.7610652,117.90584,4.013597,206.82889,255.92555,1924.9403,679.07556,103.4794,143.53514,130.61217,5.9382815,8.938349,48.12546,5.4563413,8.829979,21.015528,31.013386,112.083084,19.269764,19.629877,55.457127,12.003246,3470.6814,23.788092,22.627777,17.635595,11.309471,183.36826,37.676834,20.077778,5.7708626,12.035858,17.116274,68.10491,139.39006,31.29889,151.8163,23.279535,13.463917,92.81625,58.425167,153.76108,78.88926,3.0372443,4.275833,5.441259,30.562925,5020.6875,2.9183755,11.510637,64.117966,16.617252,159.2024,54.34111,117.53864,3.286465,82.556114,475.5825,320.66122,49.871304,438.68408,57.605556,58.684032,94.53181,21.205935,3.350649,19.148207,563.78534,0.5109345,0.87268513,88.73184,12.547286,8.90193,10.45257,16.87876,124.81073,27.969168,155.12497,799.3329,396.9394,2615.3184,2043.8795,31.036613,62.68737,3513.7576,18.252684,91.385185,604.91064,155.52911,213.40027,97.24327,522.45483,496.79663,461.81927,15.212191,116.02178,339.66156,644.6108,24.117329,192.52057,30.442223,1.719205,50.96136,1.1641376,1.2492573,5.082438,16.184223,192.25581,34.84674,19.572962,422.65707,122.30463,72.846825,93.166664,31.461271,54.851387,20.987038,18.088852,20.145,146.07732,58.639526,28.668152,17.68452,15.138889,33.571587,26.694815,3.7848904,137.63446,33.74146,352.12106,13.600765,640.6919,33.061356,491.67944,260.2632,14.287141,15.290894,403.13583,511.75296,1557.5787,379.54205 +2023-11-04 17:00:00,0.0,5165.1343,138.70074,75.998314,102.6954,63.437397,327.4562,46.41848,98.054535,27.47044,56.713295,951.4393,86.0316,27.328392,246.06717,1.3204213,1.1327128,51.19569,2.4726853,1.4578766,932.75,1.8812737,915.7236,119.12735,0.08289357,4.0387535,387.07977,42.75032,206.33734,165.99953,7566.0,0.9490955,2716.7197,15.882522,0.3861984,0.6825439,1.7065077,286.44003,343.2769,40.90961,62.640278,40.32977,14.567849,1398.8137,9.000264,64.12635,21.830048,474.85767,26.943703,419.34076,9.0798235,64.20473,0.0,925.18365,3462.4543,0.652207,273.09546,28.828732,22354.223,33.972584,0.9395985,15.805602,37.270424,7.153254,2.294059,18.357685,477.13425,156.48647,19.80245,0.8126325,2.7599316,117.89823,4.010234,206.73694,255.95653,1925.2279,678.76276,103.46986,143.57147,130.8132,5.94514,8.946314,48.26111,5.4788194,8.85876,21.002258,30.995564,112.14501,19.264763,19.616947,55.446587,12.004614,3471.0073,23.78057,22.626389,17.633522,11.308524,183.38055,37.680008,20.070139,5.772348,12.029418,17.108871,68.08708,139.34306,31.29632,151.82101,23.274654,13.450611,92.74812,58.391647,153.63971,78.905,3.0488722,4.273854,5.440421,30.544535,5016.5454,2.9268076,11.496643,64.10169,16.611622,159.17136,54.37681,117.541016,3.2869592,82.53118,475.53906,320.7091,49.841564,438.55573,57.584026,58.67707,94.49763,21.226301,3.3545582,19.158512,563.68256,0.51103437,0.8736551,88.78025,12.565339,8.90284,10.457209,16.880604,124.87791,28.012709,155.13414,799.49207,396.70834,2614.6711,2043.5723,31.01987,62.630615,3511.6328,18.261345,91.307175,604.7739,155.40018,213.24545,97.17427,521.9941,496.5181,461.82944,15.2032385,115.95422,339.62875,644.30286,24.101141,192.39894,30.417986,1.7191354,50.963757,1.1641126,1.249348,5.081725,16.178362,192.0579,34.82893,19.571898,422.4226,122.23044,72.80288,93.114586,31.44135,54.85538,20.972685,18.065468,20.138124,146.00237,58.61173,28.644436,17.710545,15.131945,33.54383,26.684906,3.7814548,137.5618,33.7128,351.94016,13.594683,640.2845,33.04188,492.0949,260.1559,14.272671,15.2855015,402.82666,511.3975,1556.8976,379.9823 +2023-11-04 18:00:00,0.0,5162.4004,138.59358,75.92999,102.6625,63.415627,327.46594,46.414158,98.035805,27.46229,56.70782,950.5291,86.04775,27.323498,245.96329,1.3188367,1.1309884,51.218243,2.468994,1.4740041,932.95624,1.9018708,916.29706,119.15607,0.083680555,4.0839634,387.5108,42.759613,206.69444,166.06592,7560.77,0.95690286,2716.6934,15.983533,0.3884034,0.6870602,1.7211109,286.37927,343.21008,41.02955,62.625,40.32926,14.563143,1397.904,9.06335,64.08999,21.813484,474.85394,26.92425,419.5378,9.074955,64.16689,0.0,924.941,3460.5056,0.65156215,272.9461,28.810993,22340.1,33.959915,0.9393411,15.794643,37.247715,7.151392,2.2934115,18.34881,476.8695,156.36111,19.785757,0.8123648,2.7587981,117.890625,4.0068707,206.645,255.9875,1925.5156,678.44995,103.460304,143.6078,131.01422,5.9519987,8.954279,48.39675,5.501297,8.887541,20.988989,30.977741,112.20694,19.25976,19.604015,55.43605,12.005982,3471.3333,23.773045,22.625,17.631449,11.307578,183.39287,37.683178,20.0625,5.7738333,12.022977,17.10147,68.069244,139.29605,31.293749,151.82571,23.269775,13.437306,92.67999,58.358124,153.51833,78.92074,3.0605,4.271875,5.4395833,30.526146,5012.403,2.93524,11.482649,64.08542,16.605991,159.14032,54.412502,117.543396,3.2874537,82.50625,475.49564,320.75696,49.81183,438.4274,57.5625,58.670105,94.46345,21.246666,3.3584676,19.168816,563.5798,0.51113427,0.87462497,88.82866,12.583393,8.90375,10.461846,16.882446,124.94509,28.056252,155.14331,799.65125,396.4773,2614.0242,2043.2649,31.003126,62.57386,3509.5083,18.270008,91.229164,604.6372,155.27126,213.09062,97.10526,521.5333,496.23953,461.8396,15.194285,115.886665,339.59592,643.995,24.084953,192.27733,30.393751,1.7190659,50.966152,1.1640877,1.2494386,5.0810122,16.1725,191.86,34.81112,19.570833,422.18814,122.15624,72.75893,93.0625,31.421429,54.859375,20.958334,18.042084,20.13125,145.9274,58.58393,28.62072,17.736567,15.125,33.51607,26.675,3.778019,137.48914,33.68414,351.75922,13.5886,639.877,33.022408,492.51038,260.0486,14.258201,15.280109,402.51746,511.04202,1556.2164,380.42255 +2023-11-04 19:00:00,0.0,5159.6665,138.48642,75.86168,102.6296,63.393856,327.4757,46.409832,98.01707,27.454138,56.702347,949.619,86.0639,27.318604,245.8594,1.317252,1.1292639,51.2408,2.4653025,1.4901319,933.16254,1.922468,916.8706,119.18479,0.08446754,4.1291733,387.94183,42.76891,207.05154,166.1323,7555.54,0.9647102,2716.6672,16.084545,0.3906084,0.6915765,1.7357142,286.31854,343.14328,41.149487,62.609722,40.328754,14.558435,1396.9945,9.126435,64.05363,21.796919,474.85022,26.904797,419.7349,9.070086,64.12907,0.0,924.6983,3458.557,0.6509173,272.79678,28.793253,22325.977,33.947247,0.93908376,15.783684,37.22501,7.1495295,2.292764,18.339933,476.6048,156.23575,19.769064,0.8120971,2.7576644,117.883026,4.0035076,206.55305,256.01846,1925.8033,678.1372,103.45075,143.64415,131.21526,5.958857,8.962245,48.5324,5.523775,8.916321,20.97572,30.959917,112.268875,19.254759,19.591085,55.42551,12.00735,3471.6592,23.765522,22.623611,17.629375,11.306632,183.40517,37.686348,20.054861,5.7753186,12.016537,17.094069,68.051414,139.24905,31.29118,151.83041,23.264894,13.424001,92.611855,58.324604,153.39696,78.93648,3.0721276,4.2698956,5.438745,30.507755,5008.2607,2.9436724,11.468655,64.069145,16.60036,159.1093,54.448196,117.54577,3.287948,82.48132,475.4522,320.80484,49.78209,438.29904,57.540974,58.663143,94.42927,21.267033,3.3623767,19.179121,563.477,0.51123416,0.87559485,88.87707,12.601446,8.90466,10.466485,16.884289,125.012276,28.099792,155.15248,799.8104,396.24622,2613.377,2042.9576,30.986383,62.517105,3507.3838,18.278671,91.15115,604.5004,155.14232,212.93579,97.036255,521.0726,495.961,461.84976,15.185333,115.819115,339.56308,643.6871,24.068764,192.1557,30.369514,1.7189963,50.968548,1.1640626,1.2495292,5.0802994,16.16664,191.6621,34.79331,19.569767,421.95367,122.082054,72.71498,93.010414,31.401508,54.86337,20.943981,18.0187,20.124374,145.85245,58.556133,28.597004,17.76259,15.118055,33.48831,26.665092,3.7745833,137.41646,33.65548,351.57828,13.582518,639.4696,33.00293,492.92584,259.9413,14.243731,15.274717,402.20828,510.68655,1555.5354,380.86276 +2023-11-04 20:00:00,0.0,5156.932,138.37927,75.79336,102.596695,63.37208,327.48544,46.40551,97.99833,27.445988,56.69687,948.70886,86.080055,27.31371,245.75552,1.3156675,1.1275394,51.263355,2.461611,1.5062594,933.3688,1.943065,917.4441,119.21351,0.08525453,4.174383,388.37286,42.778206,207.40865,166.19868,7550.31,0.97251755,2716.6409,16.185556,0.39281338,0.6960928,1.7503173,286.25778,343.07648,41.269424,62.594444,40.328243,14.553729,1396.085,9.189521,64.01727,21.780354,474.84647,26.885344,419.93198,9.065217,64.09124,0.0,924.4556,3456.608,0.6502724,272.64743,28.775515,22311.855,33.93458,0.9388264,15.772725,37.202305,7.1476674,2.2921164,18.331059,476.34006,156.1104,19.752369,0.8118294,2.7565308,117.87542,4.0001445,206.4611,256.04944,1926.091,677.8244,103.44121,143.68048,131.41628,5.9657154,8.97021,48.668045,5.546253,8.945102,20.96245,30.942095,112.3308,19.249758,19.578156,55.414974,12.0087185,3471.985,23.758,22.622223,17.627304,11.305685,183.41747,37.689518,20.047222,5.7768044,12.010096,17.086666,68.033585,139.20206,31.28861,151.83513,23.260014,13.410695,92.543724,58.291084,153.27557,78.95222,3.0837555,4.2679167,5.437907,30.489365,5004.118,2.9521046,11.454659,64.05287,16.59473,159.07826,54.48389,117.54815,3.2884424,82.45639,475.40878,320.8527,49.75235,438.1707,57.519444,58.656178,94.39509,21.2874,3.366286,19.189425,563.3742,0.51133406,0.8765648,88.925476,12.6195,8.905571,10.471123,16.886131,125.07945,28.143333,155.16165,799.96967,396.01517,2612.7297,2042.6504,30.96964,62.46035,3505.2593,18.287333,91.07315,604.3637,155.01338,212.78096,96.96725,520.6119,495.68243,461.85992,15.176381,115.75156,339.53024,643.37915,24.052576,192.03409,30.345278,1.7189267,50.97094,1.1640377,1.24962,5.0795865,16.160778,191.46417,34.775497,19.568703,421.7192,122.007866,72.671036,92.958336,31.381588,54.867363,20.92963,17.995316,20.1175,145.7775,58.528336,28.573288,17.788614,15.111111,33.460556,26.655184,3.7711477,137.3438,33.626823,351.39734,13.576435,639.0622,32.983456,493.3413,259.83405,14.22926,15.269326,401.8991,510.3311,1554.8542,381.303 +2023-11-04 21:00:00,0.0,5154.198,138.27211,75.725044,102.5638,63.35031,327.49518,46.401188,97.9796,27.437836,56.691395,947.7987,86.09621,27.308815,245.65164,1.3140829,1.1258149,51.28591,2.4579196,1.5223871,933.5751,1.9636621,918.01764,119.242226,0.08604151,4.2195926,388.8039,42.7875,207.76575,166.26508,7545.08,0.98032486,2716.6145,16.286568,0.39501837,0.7006091,1.7649206,286.19705,343.00967,41.389362,62.579166,40.327736,14.549022,1395.1753,9.252606,63.98091,21.76379,474.84274,26.86589,420.12906,9.060348,64.053406,0.0,924.213,3454.6592,0.64962757,272.49808,28.757776,22297.732,33.921913,0.938569,15.7617655,37.179596,7.1458054,2.2914689,18.322184,476.07535,155.98505,19.735676,0.81156164,2.755397,117.86781,3.9967813,206.36917,256.0804,1926.3787,677.51166,103.431656,143.71681,131.61731,5.972574,8.978175,48.80369,5.568731,8.973883,20.94918,30.92427,112.39273,19.244755,19.565224,55.404434,12.010086,3472.311,23.750475,22.620832,17.62523,11.304739,183.42976,37.692688,20.039583,5.77829,12.003655,17.079264,68.015755,139.15504,31.286041,151.83983,23.255135,13.39739,92.47559,58.25756,153.15419,78.96796,3.0953832,4.2659373,5.4370694,30.470974,4999.9756,2.960537,11.440665,64.0366,16.5891,159.04723,54.519585,117.55052,3.2889366,82.43146,475.36536,320.90054,49.722614,438.04233,57.497917,58.649216,94.36091,21.307766,3.3701952,19.19973,563.2714,0.51143396,0.8775347,88.973885,12.637553,8.906481,10.475761,16.887974,125.14664,28.186876,155.17082,800.1289,395.7841,2612.0825,2042.3431,30.952898,62.403595,3503.1345,18.295996,90.99514,604.227,154.88446,212.62614,96.89825,520.1511,495.4039,461.8701,15.167428,115.684,339.4974,643.0712,24.036386,191.91248,30.321043,1.7188572,50.973335,1.1640128,1.2497106,5.0788736,16.154917,191.26627,34.75769,19.567638,421.48474,121.93368,72.62708,92.90625,31.361668,54.871353,20.915277,17.971931,20.110624,145.70255,58.500538,28.54957,17.814638,15.104167,33.432796,26.645277,3.7677119,137.27113,33.598164,351.2164,13.570353,638.6547,32.96398,493.7568,259.72675,14.21479,15.263934,401.58994,509.97565,1554.1731,381.74323 +2023-11-04 22:00:00,0.0,5151.464,138.16495,75.65672,102.5309,63.32854,327.5049,46.396862,97.96086,27.429684,56.68592,946.88855,86.11236,27.30392,245.54776,1.3124982,1.1240904,51.308468,2.4542282,1.5385147,933.7814,1.9842592,918.5911,119.27094,0.0868285,4.2648025,389.23492,42.796795,208.12283,166.33147,7539.85,0.98813224,2716.5881,16.387579,0.39722335,0.7051254,1.7795238,286.13632,342.94287,41.509296,62.56389,40.32723,14.544315,1394.2657,9.315693,63.94455,21.747225,474.83905,26.846437,420.32614,9.055479,64.01558,0.0,923.97034,3452.7104,0.6489827,272.34875,28.740038,22283.61,33.909245,0.93831164,15.750807,37.15689,7.1439433,2.2908213,18.313307,475.8106,155.8597,19.718983,0.81129396,2.7542634,117.860214,3.9934182,206.27722,256.1114,1926.6663,677.19885,103.422104,143.75316,131.81834,5.9794326,8.986141,48.93934,5.591209,9.002664,20.935911,30.906448,112.45466,19.239754,19.552294,55.393898,12.011455,3472.637,23.742952,22.619444,17.623158,11.303793,183.44206,37.695858,20.031944,5.779775,11.997214,17.071863,67.997925,139.10805,31.283472,151.84454,23.250254,13.384085,92.40746,58.22404,153.03282,78.9837,3.107011,4.263958,5.436231,30.452585,4995.8335,2.968969,11.426671,64.020325,16.58347,159.01619,54.55528,117.5529,3.2894309,82.406525,475.32196,320.94843,49.692875,437.91397,57.476387,58.64225,94.32673,21.328133,3.3741045,19.210033,563.16864,0.51153386,0.87850463,89.02229,12.655607,8.907392,10.4804,16.889816,125.21382,28.230417,155.18,800.2881,395.55304,2611.4353,2042.0359,30.936155,62.34684,3501.01,18.304657,90.91713,604.0902,154.75552,212.47131,96.82924,519.69037,495.12534,461.88025,15.158476,115.61645,339.46457,642.7633,24.020199,191.79085,30.296806,1.7187876,50.97573,1.1639878,1.2498012,5.0781612,16.149055,191.06836,34.73988,19.566574,421.2503,121.85949,72.58314,92.854164,31.341747,54.875347,20.900927,17.948547,20.10375,145.6276,58.47274,28.525854,17.840662,15.097222,33.40504,26.63537,3.7642763,137.19846,33.569504,351.03546,13.564269,638.2473,32.944504,494.17227,259.61945,14.20032,15.258542,401.28076,509.62018,1553.492,382.18347 +2023-11-04 23:00:00,0.0,5148.73,138.05779,75.58841,102.49799,63.30677,327.51465,46.39254,97.94213,27.421534,56.680443,945.9784,86.12851,27.299026,245.44388,1.3109137,1.122366,51.33102,2.450537,1.5546424,933.9876,2.0048563,919.1647,119.29966,0.08761548,4.3100123,389.66595,42.806087,208.47993,166.39786,7534.62,0.9959396,2716.5618,16.48859,0.39942834,0.7096417,1.7941272,286.07556,342.87607,41.629234,62.54861,40.32672,14.539608,1393.3562,9.378778,63.90819,21.730661,474.83527,26.826986,420.52322,9.05061,63.977753,0.0,923.72766,3450.7615,0.64833784,272.1994,28.7223,22269.486,33.896576,0.93805426,15.739848,37.134182,7.1420813,2.2901738,18.304432,475.5459,155.73434,19.70229,0.8110262,2.7531297,117.85261,3.990055,206.18527,256.14236,1926.954,676.8861,103.41255,143.78949,132.01936,5.9862914,8.994106,49.074986,5.613687,9.031445,20.922644,30.888624,112.51659,19.23475,19.539364,55.383358,12.012822,3472.963,23.73543,22.618055,17.621084,11.302846,183.45438,37.69903,20.024305,5.7812605,11.990774,17.06446,67.98009,139.06105,31.280903,151.84924,23.245373,13.370779,92.339325,58.19052,152.91144,78.99944,3.1186388,4.261979,5.4353933,30.434195,4991.691,2.9774015,11.412677,64.00405,16.577837,158.98515,54.590973,117.555275,3.2899253,82.3816,475.27853,320.99628,49.663136,437.78564,57.45486,58.63529,94.29255,21.348497,3.3780136,19.220339,563.06586,0.51163375,0.8794745,89.07071,12.67366,8.908302,10.485038,16.89166,125.281006,28.273958,155.18916,800.44727,395.322,2610.7883,2041.7285,30.91941,62.290085,3498.8855,18.31332,90.83912,603.9535,154.6266,212.31648,96.76023,519.2296,494.84677,461.8904,15.149524,115.54889,339.43173,642.4554,24.00401,191.66924,30.27257,1.7187179,50.978127,1.1639628,1.2498919,5.0774484,16.143194,190.87044,34.72207,19.565508,421.01584,121.78529,72.539185,92.802086,31.321827,54.87934,20.886574,17.925163,20.096874,145.55264,58.444942,28.502138,17.866686,15.090278,33.37728,26.625462,3.7608407,137.1258,33.540844,350.85452,13.558187,637.83984,32.92503,494.58774,259.51215,14.18585,15.25315,400.9716,509.2647,1552.8108,382.6237 +2023-11-05 00:00:00,0.0,5145.9956,137.95064,75.52009,102.465096,63.285,327.5244,46.388218,97.92339,27.413382,56.67497,945.0683,86.14467,27.294132,245.34,1.309329,1.1206415,51.353577,2.4468455,1.57077,934.1939,2.0254533,919.7382,119.32838,0.08840247,4.355222,390.097,42.815384,208.83704,166.46425,7529.39,1.003747,2716.5354,16.589602,0.40163332,0.71415806,1.8087304,286.01483,342.80927,41.749172,62.533333,40.326214,14.534902,1392.4467,9.441864,63.87183,21.714096,474.83157,26.807533,420.72028,9.045741,63.939922,0.0,923.485,3448.8127,0.647693,272.05005,28.704561,22255.365,33.88391,0.9377969,15.7288885,37.111473,7.140219,2.289526,18.295555,475.2812,155.609,19.685595,0.8107585,2.751996,117.845,3.986692,206.09334,256.17334,1927.2417,676.5733,103.403015,143.82582,132.2204,5.9931498,9.002071,49.210632,5.6361647,9.0602255,20.909374,30.870802,112.578514,19.22975,19.526432,55.37282,12.014191,3473.2888,23.727905,22.616667,17.619013,11.3019,183.46667,37.7022,20.016666,5.7827463,11.984333,17.057058,67.96226,139.01404,31.278334,151.85396,23.240494,13.357473,92.271194,58.157,152.79007,79.01518,3.1302667,4.2599998,5.4345555,30.415804,4987.549,2.985834,11.398683,63.98778,16.572206,158.95412,54.626667,117.557655,3.2904196,82.35667,475.2351,321.04416,49.633396,437.6573,57.433334,58.628323,94.25837,21.368864,3.381923,19.230644,562.96313,0.51173365,0.8804444,89.11912,12.691714,8.909212,10.489676,16.893503,125.34818,28.317501,155.19833,800.60645,395.0909,2610.141,2041.4213,30.902668,62.23333,3496.7607,18.321981,90.76111,603.8168,154.49767,212.16167,96.69123,518.76886,494.56824,461.90057,15.140572,115.48133,339.3989,642.14746,23.987822,191.5476,30.248335,1.7186483,50.980522,1.1639378,1.2499825,5.0767355,16.137335,190.67253,34.704258,19.564444,420.78137,121.711105,72.49524,92.75,31.301907,54.883335,20.872223,17.90178,20.09,145.47769,58.417145,28.478422,17.89271,15.083333,33.349525,26.615555,3.757405,137.05313,33.512188,350.67358,13.552104,637.43243,32.905556,495.0032,259.40485,14.17138,15.247758,400.6624,508.90924,1552.1296,383.06393 +2023-11-05 01:00:00,0.0,5143.2617,137.84348,75.451775,102.4322,63.26323,327.53415,46.383892,97.904655,27.405231,56.669495,944.15814,86.16082,27.289238,245.23611,1.3077444,1.118917,51.376133,2.443154,1.5868977,934.40015,2.0460505,920.3117,119.3571,0.089189455,4.4004316,390.528,42.82468,209.19414,166.53064,7524.16,1.0115542,2716.509,16.690613,0.4038383,0.71867436,1.8233335,285.95407,342.74246,41.86911,62.518055,40.325703,14.530194,1391.537,9.50495,63.835472,21.697533,474.82785,26.78808,420.91736,9.040872,63.902096,0.0,923.2423,3446.864,0.6470481,271.90073,28.686823,22241.242,33.871243,0.9375395,15.71793,37.088768,7.1383567,2.2888784,18.28668,475.01645,155.48364,19.668901,0.8104908,2.7508626,117.8374,3.983329,206.00139,256.2043,1927.5293,676.26056,103.39346,143.86217,132.42142,6.000008,9.010037,49.346275,5.658643,9.089006,20.896105,30.852978,112.64045,19.224749,19.513502,55.362286,12.015558,3473.6147,23.720383,22.615278,17.61694,11.300954,183.47897,37.70537,20.009027,5.7842317,11.977893,17.049656,67.94443,138.96704,31.275763,151.85866,23.235613,13.344169,92.203064,58.123478,152.66869,79.03092,3.1418943,4.258021,5.4337173,30.397415,4983.4062,2.994266,11.384688,63.971508,16.566576,158.92308,54.66236,117.56003,3.290914,82.33173,475.19168,321.092,49.60366,437.52893,57.411804,58.62136,94.22419,21.38923,3.385832,19.240948,562.86035,0.5118336,0.88141435,89.16753,12.709767,8.910123,10.494314,16.895346,125.41537,28.361042,155.2075,800.7657,394.85986,2609.494,2041.114,30.885925,62.176575,3494.6362,18.330645,90.683105,603.68,154.36873,212.00684,96.62222,518.30817,494.28967,461.91074,15.1316185,115.41378,339.36606,641.83954,23.971632,191.426,30.224098,1.7185788,50.982914,1.1639129,1.2500731,5.0760226,16.131474,190.47462,34.686447,19.56338,420.5469,121.63692,72.451294,92.697914,31.281984,54.887325,20.85787,17.878395,20.083124,145.40274,58.389347,28.454706,17.918732,15.076389,33.321766,26.605648,3.7539692,136.98045,33.48353,350.49265,13.546021,637.02496,32.886078,495.4187,259.29755,14.15691,15.242367,400.35324,508.55377,1551.4485,383.50418 +2023-11-05 02:00:00,0.0,5140.5273,137.73631,75.38345,102.3993,63.24146,327.54388,46.37957,97.885925,27.39708,56.664017,943.248,86.17697,27.284342,245.13223,1.3061599,1.1171925,51.39869,2.4394627,1.6030253,934.60645,2.0666475,920.88525,119.38582,0.08997644,4.4456415,390.95905,42.833973,209.55124,166.59702,7518.93,1.0193616,2716.4827,16.791624,0.4060433,0.72319067,1.8379368,285.89334,342.67566,41.989044,62.502777,40.325195,14.525488,1390.6274,9.568035,63.79911,21.680967,474.8241,26.768627,421.11444,9.036003,63.864265,0.0,922.99963,3444.915,0.64640325,271.75137,28.669085,22227.12,33.858574,0.93728215,15.706971,37.066063,7.1364946,2.288231,18.277805,474.75174,155.35829,19.652208,0.81022304,2.749729,117.829796,3.979966,205.90944,256.23526,1927.817,675.94775,103.38391,143.8985,132.62245,6.006867,9.0180025,49.481922,5.681121,9.117787,20.882835,30.835155,112.70238,19.219746,19.50057,55.351746,12.016927,3473.9407,23.712858,22.61389,17.614866,11.300007,183.49127,37.70854,20.001389,5.785717,11.971452,17.042255,67.9266,138.92003,31.273193,151.86337,23.230732,13.330863,92.13493,58.08996,152.54732,79.04666,3.153522,4.2560415,5.4328794,30.379025,4979.2637,3.0026984,11.370693,63.955235,16.560946,158.89204,54.698055,117.56241,3.2914083,82.30681,475.14825,321.1399,49.57392,437.40057,57.390278,58.614395,94.19001,21.409597,3.3897414,19.251253,562.75757,0.5119335,0.88238424,89.215935,12.727821,8.911033,10.498953,16.897188,125.48255,28.404583,155.21666,800.9249,394.62878,2608.8467,2040.8068,30.869183,62.11982,3492.5117,18.339306,90.605095,603.5433,154.2398,211.852,96.553215,517.8474,494.01114,461.9209,15.122666,115.34622,339.33322,641.5316,23.955444,191.30437,30.199862,1.7185092,50.98531,1.163888,1.2501638,5.0753098,16.125612,190.2767,34.66864,19.562315,420.31244,121.56273,72.40734,92.645836,31.262064,54.89132,20.84352,17.85501,20.07625,145.32779,58.36155,28.43099,17.944756,15.069445,33.294006,26.59574,3.7505336,136.90779,33.45487,350.3117,13.539939,636.61755,32.866604,495.83417,259.19025,14.14244,15.236975,400.04404,508.19833,1550.7673,383.9444 +2023-11-05 03:00:00,0.0,5137.7935,137.62915,75.31514,102.366394,63.21969,327.55362,46.375248,97.86719,27.388927,56.658543,942.3378,86.19312,27.279448,245.02837,1.3045752,1.1154679,51.421246,2.4357712,1.619153,934.81274,2.0872445,921.45874,119.414536,0.09076343,4.4908514,391.39008,42.84327,209.90834,166.6634,7513.7,1.027169,2716.4563,16.892635,0.40824828,0.72770697,1.8525401,285.83258,342.60886,42.108982,62.4875,40.324688,14.520781,1389.7179,9.631122,63.762753,21.664402,474.82037,26.749174,421.31152,9.031134,63.826435,0.0,922.75696,3442.9663,0.6457584,271.60202,28.651344,22212.996,33.84591,0.9370248,15.696012,37.043354,7.1346326,2.2875834,18.268929,474.487,155.23293,19.635515,0.80995536,2.7485952,117.82219,3.9766028,205.8175,256.26624,1928.1047,675.63495,103.37436,143.93484,132.82349,6.0137253,9.025968,49.61757,5.7035985,9.146568,20.869566,30.817333,112.764305,19.214745,19.48764,55.34121,12.018294,3474.2666,23.705336,22.6125,17.612795,11.299061,183.50357,37.71171,19.99375,5.7872024,11.965012,17.034853,67.90877,138.87303,31.270624,151.86807,23.225853,13.317557,92.066795,58.05644,152.42593,79.0624,3.16515,4.254062,5.4320416,30.360634,4975.1216,3.0111308,11.356699,63.93896,16.555315,158.86101,54.73375,117.56478,3.2919028,82.281876,475.10483,321.18774,49.54418,437.27222,57.36875,58.607433,94.15583,21.429964,3.3936505,19.261557,562.6548,0.5120334,0.8833541,89.26434,12.745874,8.911943,10.503591,16.89903,125.549736,28.448126,155.22583,801.0841,394.39774,2608.1995,2040.4994,30.85244,62.063065,3490.387,18.34797,90.527084,603.40656,154.11087,211.69719,96.48421,517.38666,493.73257,461.93106,15.113714,115.27866,339.30038,641.22375,23.939255,191.18275,30.175625,1.7184396,50.987705,1.163863,1.2502544,5.074597,16.119751,190.0788,34.65083,19.561249,420.07797,121.48854,72.363396,92.59375,31.242144,54.895313,20.829166,17.831625,20.069374,145.25284,58.33375,28.407272,17.97078,15.0625,33.26625,26.585833,3.747098,136.83513,33.42621,350.13077,13.533856,636.2101,32.847126,496.24963,259.08298,14.12797,15.231583,399.73486,507.84286,1550.0863,384.38464 +2023-11-05 04:00:00,0.0,5135.0596,137.522,75.24682,102.333496,63.197918,327.56335,46.370922,97.84846,27.380777,56.65307,941.4277,86.209274,27.274553,244.92448,1.3029906,1.1137434,51.443798,2.4320798,1.6352806,935.019,2.1078417,922.0323,119.44325,0.09155041,4.5360613,391.8211,42.852562,210.26543,166.7298,7508.47,1.0349764,2716.43,16.993645,0.41045326,0.7322233,1.8671434,285.77185,342.54205,42.22892,62.47222,40.32418,14.516074,1388.8082,9.694207,63.72639,21.647839,474.81665,26.729721,421.5086,9.026265,63.78861,0.0,922.5143,3441.0176,0.6451135,271.45267,28.633606,22198.875,33.83324,0.9367674,15.685053,37.02065,7.1327705,2.2869358,18.260054,474.2223,155.10757,19.61882,0.8096876,2.7474616,117.81459,3.9732397,205.72556,256.2972,1928.3923,675.3222,103.364815,143.97118,133.0245,6.020584,9.033934,49.753216,5.7260766,9.175348,20.856297,30.79951,112.82623,19.209743,19.47471,55.33067,12.019663,3474.5925,23.697813,22.61111,17.610722,11.298115,183.51588,37.71488,19.98611,5.7886877,11.9585705,17.02745,67.89093,138.82603,31.268055,151.87277,23.220972,13.304253,91.998665,58.022915,152.30457,79.07815,3.1767776,4.2520833,5.4312034,30.342245,4970.979,3.019563,11.342705,63.922688,16.549685,158.82997,54.769444,117.56716,3.292397,82.25694,475.06143,321.23563,49.514446,437.1439,57.34722,58.600468,94.12165,21.450329,3.3975596,19.271862,562.552,0.5121333,0.8843241,89.31275,12.763928,8.912853,10.508229,16.900873,125.61691,28.491667,155.235,801.2433,394.1667,2607.5525,2040.1921,30.835697,62.00631,3488.2625,18.356632,90.44907,603.2698,153.98195,211.54236,96.41521,516.9259,493.45404,461.94122,15.104762,115.21111,339.26755,640.91583,23.923067,191.06113,30.15139,1.7183701,50.9901,1.163838,1.250345,5.073884,16.11389,189.88089,34.63302,19.560184,419.8435,121.414345,72.31944,92.541664,31.222223,54.899307,20.814816,17.80824,20.0625,145.17789,58.305954,28.383556,17.996803,15.055555,33.23849,26.575926,3.7436624,136.76245,33.397552,349.94983,13.527774,635.8027,32.827652,496.6651,258.97568,14.113501,15.226191,399.4257,507.4874,1549.4052,384.82486 +2023-11-05 05:00:00,0.0,5132.325,137.41484,75.178505,102.3006,63.176147,327.57312,46.3666,97.82972,27.372625,56.64759,940.5176,86.225426,27.269659,244.8206,1.301406,1.112019,51.466354,2.4283886,1.6514082,935.2253,2.1284387,922.6058,119.47197,0.0923374,4.581271,392.25214,42.86186,210.62253,166.79619,7503.24,1.0427837,2716.4038,17.094656,0.41265827,0.7367396,1.8817465,285.71112,342.47525,42.348858,62.456944,40.32367,14.511367,1387.8987,9.757293,63.690033,21.631273,474.81293,26.710268,421.7057,9.021396,63.75078,0.0,922.2716,3439.0686,0.64446867,271.30334,28.615868,22184.752,33.82057,0.93651,15.674094,36.99794,7.1309085,2.2862883,18.251177,473.95755,154.98222,19.602127,0.8094199,2.7463279,117.806984,3.9698765,205.6336,256.3282,1928.68,675.0094,103.35527,144.0075,133.22554,6.0274425,9.041899,49.888863,5.7485547,9.204129,20.843027,30.781685,112.88816,19.20474,19.461779,55.320133,12.02103,3474.9185,23.690289,22.609722,17.608648,11.297168,183.52818,37.718056,19.978472,5.7901735,11.95213,17.020048,67.8731,138.77902,31.265486,151.87749,23.216091,13.290947,91.930534,57.989395,152.18318,79.09389,3.1884055,4.250104,5.4303656,30.323854,4966.837,3.0279953,11.328711,63.906414,16.544054,158.79893,54.80514,117.569534,3.2928913,82.23202,475.018,321.28348,49.484707,437.01553,57.325695,58.593502,94.08747,21.470695,3.401469,19.282166,562.4492,0.5122332,0.88529396,89.36116,12.781982,8.913764,10.512868,16.902716,125.6841,28.53521,155.24417,801.4025,393.9356,2606.9053,2039.8849,30.818953,61.949554,3486.138,18.365294,90.37106,603.13306,153.85301,211.38753,96.3462,516.4652,493.17548,461.9514,15.095809,115.143555,339.23474,640.6079,23.906878,190.93951,30.127153,1.7183005,50.992496,1.1638131,1.2504357,5.073171,16.108028,189.68297,34.615208,19.55912,419.60904,121.34016,72.2755,92.489586,31.202303,54.903297,20.800463,17.784857,20.055626,145.10294,58.278156,28.35984,18.022827,15.048611,33.210735,26.566017,3.7402265,136.68979,33.368893,349.76892,13.521691,635.3952,32.808178,497.08057,258.86838,14.0990305,15.220799,399.11652,507.13193,1548.724,385.2651 +2023-11-05 06:00:00,0.0,5129.5913,137.30768,75.11018,102.26769,63.154377,327.58286,46.362278,97.81099,27.364475,56.642117,939.6074,86.24158,27.264765,244.71672,1.2998214,1.1102945,51.48891,2.4246972,1.6675359,935.4315,2.149036,923.1793,119.50069,0.09312438,4.6264806,392.68317,42.871155,210.97963,166.86258,7498.0103,1.050591,2716.3774,17.195667,0.41486326,0.7412559,1.8963498,285.65036,342.40845,42.468796,62.441666,40.323162,14.50666,1386.9891,9.820378,63.65367,21.61471,474.8092,26.690817,421.90277,9.016527,63.71295,0.0,922.02893,3437.1199,0.6438238,271.154,28.59813,22170.629,33.807903,0.93625265,15.663135,36.975235,7.1290464,2.2856407,18.242302,473.69284,154.85687,19.585434,0.8091522,2.7451942,117.79938,3.9665134,205.54167,256.35916,1928.9677,674.69666,103.34572,144.04385,133.42656,6.034301,9.049865,50.02451,5.7710323,9.23291,20.82976,30.763863,112.95009,19.19974,19.448849,55.309593,12.022399,3475.2444,23.682766,22.608334,17.606575,11.296222,183.54048,37.721226,19.970833,5.791659,11.945689,17.012648,67.85527,138.73203,31.262917,151.88219,23.211212,13.277641,91.8624,57.955875,152.06181,79.10963,3.2000332,4.248125,5.4295278,30.305464,4962.6943,3.0364275,11.314716,63.89014,16.538422,158.7679,54.840836,117.571915,3.2933857,82.207085,474.97458,321.33136,49.454967,436.88718,57.304165,58.58654,94.05329,21.491062,3.405378,19.29247,562.34644,0.5123331,0.88626385,89.40957,12.800035,8.914675,10.517506,16.90456,125.75128,28.57875,155.25334,801.5617,393.70456,2606.258,2039.5776,30.80221,61.8928,3484.0132,18.373957,90.29305,602.9963,153.72409,211.2327,96.27719,516.00446,492.8969,461.96155,15.086857,115.076004,339.2019,640.3,23.89069,190.8179,30.102917,1.7182308,50.99489,1.1637881,1.2505263,5.0724583,16.102167,189.48506,34.597397,19.558056,419.37457,121.26597,72.23155,92.4375,31.182383,54.90729,20.786112,17.761473,20.04875,145.02798,58.25036,28.336124,18.048851,15.041667,33.182976,26.55611,3.736791,136.61713,33.340233,349.58798,13.515609,634.9878,32.7887,497.49606,258.76108,14.08456,15.215407,398.80734,506.7765,1548.0428,385.70532 +2023-11-05 07:00:00,0.0,5126.857,137.20052,75.04187,102.234795,63.132603,327.5926,46.357956,97.79225,27.356323,56.636642,938.69727,86.25773,27.25987,244.61284,1.2982367,1.10857,51.511467,2.4210057,1.6836635,935.6378,2.169633,923.75287,119.52941,0.09391137,4.6716905,393.1142,42.880447,211.33673,166.92897,7492.7803,1.0583984,2716.351,17.296679,0.41706824,0.7457722,1.910953,285.58963,342.34164,42.58873,62.426388,40.322655,14.501953,1386.0796,9.883464,63.617313,21.598145,474.80548,26.671364,422.09982,9.011658,63.67512,0.0,921.78625,3435.1711,0.64317894,271.00464,28.58039,22156.506,33.79524,0.9359953,15.652176,36.95253,7.127184,2.2849932,18.233427,473.42813,154.73152,19.56874,0.80888444,2.7440605,117.79177,3.9631503,205.44972,256.39014,1929.2554,674.38385,103.33617,144.08018,133.6276,6.0411596,9.05783,50.160156,5.7935104,9.261691,20.81649,30.74604,113.012024,19.194736,19.435919,55.299057,12.023767,3475.5703,23.675243,22.606945,17.604504,11.295276,183.55278,37.724396,19.963194,5.793144,11.939249,17.005245,67.83744,138.68501,31.260347,151.8869,23.206331,13.264336,91.794266,57.922356,151.94043,79.12537,3.211661,4.2461457,5.4286895,30.287075,4958.552,3.04486,11.300722,63.873867,16.532791,158.73686,54.87653,117.574295,3.29388,82.18215,474.93115,321.3792,49.42523,436.75882,57.28264,58.579575,94.01911,21.511429,3.4092875,19.302776,562.24365,0.512433,0.8872338,89.45798,12.8180895,8.915585,10.522144,16.906403,125.81847,28.622292,155.26251,801.72095,393.47348,2605.6108,2039.2704,30.785467,61.83605,3481.8887,18.382618,90.21505,602.85956,153.59515,211.07788,96.20818,515.5437,492.61838,461.9717,15.077905,115.008446,339.16907,639.99207,23.8745,190.69627,30.078682,1.7181612,50.997284,1.1637632,1.2506169,5.0717454,16.096306,189.28716,34.579586,19.55699,419.1401,121.19178,72.1876,92.385414,31.162462,54.911285,20.771759,17.738089,20.041876,144.95303,58.22256,28.312408,18.074875,15.034722,33.15522,26.546204,3.7333553,136.54445,33.311573,349.40704,13.509526,634.5803,32.769226,497.91153,258.65378,14.07009,15.210015,398.49817,506.42102,1547.3617,386.14557 +2023-11-05 08:00:00,0.0,5124.123,137.09337,74.97355,102.2019,63.110832,327.60233,46.35363,97.77351,27.348171,56.631165,937.7871,86.27389,27.254976,244.50896,1.2966521,1.1068455,51.534023,2.4173143,1.6997912,935.8441,2.1902301,924.32635,119.55813,0.094698355,4.7169003,393.54523,42.889744,211.69383,166.99536,7487.551,1.0662057,2716.3247,17.39769,0.41927323,0.7502885,1.9255563,285.52887,342.27484,42.708668,62.41111,40.322147,14.497247,1385.1699,9.946549,63.58095,21.581581,474.80176,26.65191,422.2969,9.006789,63.637295,0.0,921.5436,3433.2222,0.6425341,270.85532,28.562653,22142.385,33.78257,0.9357379,15.641217,36.92982,7.125322,2.2843456,18.22455,473.1634,154.60617,19.552046,0.80861676,2.742927,117.78417,3.9597871,205.35777,256.4211,1929.5431,674.0711,103.32662,144.11652,133.82863,6.048018,9.065795,50.2958,5.8159885,9.290472,20.80322,30.728216,113.07395,19.189735,19.422987,55.288517,12.025135,3475.8962,23.667719,22.605556,17.60243,11.294329,183.56508,37.727566,19.955555,5.7946296,11.932808,16.997843,67.8196,138.63802,31.257778,151.8916,23.20145,13.251031,91.726135,57.888832,151.81906,79.141106,3.2232888,4.2441664,5.4278517,30.268684,4954.4097,3.0532923,11.286727,63.857594,16.52716,158.70584,54.912224,117.57667,3.2943745,82.15722,474.88773,321.4271,49.395493,436.6305,57.261112,58.572613,93.98493,21.531794,3.4131966,19.31308,562.14087,0.5125329,0.8882037,89.506386,12.836143,8.916495,10.526782,16.908245,125.88564,28.665834,155.27168,801.8801,393.24243,2604.9636,2038.963,30.768724,61.779293,3479.7642,18.391281,90.13704,602.72284,153.46622,210.92305,96.13918,515.08295,492.3398,461.98187,15.068953,114.94089,339.13623,639.68414,23.858313,190.57466,30.054445,1.7180917,50.99968,1.1637381,1.2507076,5.0710325,16.090445,189.08925,34.56178,19.555925,418.90564,121.117584,72.143654,92.333336,31.14254,54.91528,20.757408,17.714705,20.035,144.87808,58.194763,28.288692,18.100897,15.027778,33.12746,26.536295,3.7299197,136.47179,33.282917,349.2261,13.503443,634.1729,32.749752,498.327,258.54648,14.05562,15.204623,398.189,506.06555,1546.6805,386.58582 +2023-11-05 09:00:00,0.0,5121.3887,136.9862,74.905235,102.16899,63.08906,327.61206,46.349308,97.75478,27.340021,56.62569,936.877,86.29004,27.250082,244.40508,1.2950675,1.105121,51.556576,2.4136229,1.7159188,936.05035,2.210827,924.8999,119.586845,0.09548534,4.76211,393.97626,42.899036,212.05092,167.06174,7482.321,1.0740131,2716.2983,17.498701,0.4214782,0.7548048,1.9401596,285.46814,342.20804,42.828606,62.395832,40.32164,14.492539,1384.2604,10.009636,63.544594,21.565016,474.79803,26.632458,422.494,9.00192,63.599464,0.0,921.3009,3431.2734,0.6418892,270.70596,28.544914,22128.262,33.7699,0.93548054,15.630258,36.907112,7.12346,2.2836978,18.215675,472.89868,154.48082,19.535353,0.808349,2.7417934,117.776566,3.956424,205.26584,256.4521,1929.8307,673.7583,103.31707,144.15286,134.02965,6.0548763,9.073761,50.431446,5.838466,9.319253,20.789951,30.710394,113.13588,19.184734,19.410057,55.27798,12.026504,3476.2222,23.660196,22.604166,17.600357,11.293383,183.5774,37.730736,19.947916,5.796115,11.926368,16.99044,67.80177,138.59102,31.255207,151.89632,23.196571,13.237725,91.658005,57.855312,151.69768,79.156845,3.2349167,4.2421875,5.427014,30.250294,4950.267,3.0617244,11.272733,63.84132,16.52153,158.6748,54.947918,117.57905,3.2948687,82.13229,474.84433,321.47495,49.365753,436.50214,57.239582,58.565647,93.95075,21.55216,3.417106,19.323385,562.0381,0.51263285,0.88917357,89.554794,12.854197,8.917405,10.531421,16.910088,125.95283,28.709375,155.28085,802.0393,393.01138,2604.3167,2038.6558,30.751982,61.722538,3477.6394,18.399942,90.05903,602.58606,153.3373,210.76822,96.070175,514.6222,492.06128,461.99203,15.059999,114.87334,339.1034,639.3762,23.842123,190.45303,30.030209,1.7180221,51.002075,1.1637132,1.2507982,5.0703197,16.084583,188.89133,34.54397,19.554861,418.67117,121.043396,72.0997,92.28125,31.12262,54.91927,20.743055,17.69132,20.028126,144.80313,58.166965,28.264975,18.12692,15.020833,33.0997,26.526388,3.7264838,136.39911,33.254257,349.04517,13.49736,633.7655,32.730274,498.74246,258.4392,14.04115,15.199231,397.87982,505.71008,1545.9994,387.02603 +2023-11-05 10:00:00,0.0,5118.655,136.87904,74.836914,102.13609,63.06729,327.6218,46.344986,97.736046,27.33187,56.620213,935.96686,86.30619,27.245188,244.3012,1.2934829,1.1033965,51.579132,2.4099314,1.7320465,936.25665,2.231424,925.4734,119.61556,0.09627233,4.8073196,394.4073,42.908333,212.40802,167.12813,7477.091,1.0818205,2716.272,17.599712,0.4236832,0.7593211,1.9547627,285.40738,342.14124,42.948544,62.380554,40.32113,14.487833,1383.3508,10.0727215,63.508232,21.548452,474.7943,26.613005,422.69107,8.997051,63.561634,0.0,921.0582,3429.3247,0.64124435,270.5566,28.527176,22114.139,33.757233,0.93522316,15.619299,36.884407,7.121598,2.2830503,18.206799,472.63394,154.35547,19.51866,0.80808127,2.7406597,117.76896,3.9530609,205.17389,256.48306,1930.1184,673.44556,103.30752,144.1892,134.23068,6.061735,9.081726,50.567093,5.8609443,9.348034,20.776682,30.69257,113.19781,19.179731,19.397127,55.26744,12.027871,3476.548,23.652672,22.602777,17.598284,11.292437,183.58969,37.733906,19.940277,5.7976007,11.919927,16.98304,67.78394,138.544,31.252638,151.90102,23.19169,13.22442,91.58987,57.821793,151.57631,79.172585,3.2465444,4.240208,5.4261756,30.231905,4946.125,3.0701568,11.2587385,63.82505,16.5159,158.64377,54.983612,117.58142,3.295363,82.10736,474.8009,321.5228,49.336014,436.37378,57.218056,58.558685,93.91657,21.572527,3.421015,19.333689,561.9353,0.51273274,0.8901435,89.6032,12.87225,8.918316,10.536058,16.91193,126.02001,28.752916,155.29002,802.19855,392.7803,2603.6694,2038.3485,30.735237,61.665783,3475.515,18.408606,89.98102,602.44934,153.20836,210.6134,96.00117,514.1615,491.7827,462.0022,15.051047,114.80578,339.07056,639.0683,23.825935,190.33142,30.005974,1.7179525,51.00447,1.1636883,1.2508888,5.0696073,16.078722,188.69342,34.526157,19.553795,418.4367,120.96921,72.055756,92.229164,31.1027,54.923264,20.728704,17.667936,20.02125,144.72818,58.139168,28.241259,18.152945,15.013889,33.071945,26.516481,3.7230482,136.32645,33.225597,348.86423,13.491278,633.35803,32.7108,499.15796,258.3319,14.02668,15.19384,397.57062,505.3546,1545.3182,387.46628 +2023-11-05 11:00:00,0.0,5115.9204,136.7719,74.7686,102.103195,63.04552,327.63156,46.34066,97.717316,27.323719,56.61474,935.0567,86.32234,27.240294,244.19731,1.2918983,1.101672,51.60169,2.4062402,1.7481741,936.4629,2.2520213,926.04694,119.64428,0.09705931,4.8525295,394.83832,42.91763,212.76512,167.19452,7471.861,1.0896277,2716.2456,17.700724,0.42588818,0.7638374,1.969366,285.34665,342.07443,43.06848,62.365276,40.32062,14.483126,1382.4412,10.135807,63.471874,21.531887,474.7906,26.593552,422.88815,8.992182,63.523808,0.0,920.81555,3427.376,0.6405995,270.4073,28.509436,22100.018,33.744568,0.9349658,15.60834,36.861702,7.1197357,2.2824028,18.197924,472.36923,154.23012,19.501966,0.8078136,2.739526,117.76136,3.9496977,205.08194,256.51404,1930.4061,673.13275,103.29797,144.22554,134.43172,6.0685935,9.089691,50.70274,5.8834224,9.376815,20.763412,30.674747,113.259735,19.17473,19.384195,55.256905,12.02924,3476.874,23.64515,22.601389,17.596212,11.29149,183.60199,37.73708,19.932638,5.799086,11.9134865,16.975637,67.76611,138.49701,31.250069,151.90573,23.18681,13.211115,91.521736,57.78827,151.45493,79.18833,3.258172,4.238229,5.425338,30.213514,4941.9824,3.078589,11.244744,63.808777,16.51027,158.61273,55.019306,117.5838,3.2958574,82.08243,474.75748,321.57068,49.30628,436.24542,57.19653,58.55172,93.88239,21.592894,3.4249244,19.343994,561.8326,0.51283264,0.8911134,89.65161,12.890304,8.919227,10.540697,16.913773,126.0872,28.79646,155.2992,802.3577,392.54926,2603.0222,2038.0413,30.718494,61.609028,3473.3904,18.417267,89.90301,602.3126,153.07944,210.45857,95.93216,513.70074,491.50418,462.01236,15.042095,114.73822,339.03772,638.7604,23.809746,190.2098,29.981737,1.717883,51.006863,1.1636633,1.2509794,5.0688944,16.072863,188.49551,34.508347,19.55273,418.20224,120.89502,72.01181,92.177086,31.082779,54.927258,20.714352,17.644552,20.014376,144.65323,58.11137,28.217543,18.178968,15.006945,33.044186,26.506573,3.7196126,136.25378,33.196938,348.6833,13.485195,632.9506,32.691322,499.57343,258.2246,14.01221,15.188448,397.26144,504.99918,1544.6372,387.9065 +2023-11-05 12:00:00,0.0,5113.1865,136.66473,74.70028,102.07029,63.02375,327.6413,46.336338,97.69858,27.315567,56.609264,934.14655,86.33849,27.235397,244.09344,1.2903137,1.0999476,51.624245,2.4025488,1.7643018,936.6692,2.2726183,926.6205,119.673,0.0978463,4.8977394,395.26935,42.92692,213.12222,167.26091,7466.631,1.0974351,2716.2192,17.801735,0.42809317,0.7683537,1.9839692,285.2859,342.00763,43.188416,62.35,40.320114,14.478419,1381.5316,10.198893,63.435513,21.515322,474.78687,26.574099,423.08524,8.987313,63.485977,0.0,920.5729,3425.427,0.6399546,270.25793,28.491697,22085.895,33.7319,0.9347084,15.597381,36.838993,7.1178737,2.2817552,18.189049,472.10452,154.10475,19.485271,0.80754584,2.7383924,117.75375,3.9463346,204.99,256.54498,1930.6937,672.82,103.28842,144.26187,134.63274,6.075452,9.097657,50.838387,5.9059,9.405596,20.750143,30.656925,113.32166,19.169727,19.371265,55.24637,12.030607,3477.2,23.637627,22.6,17.59414,11.290544,183.61429,37.74025,19.925,5.8005714,11.907045,16.968235,67.74828,138.45001,31.2475,151.91043,23.18193,13.197809,91.453606,57.75475,151.33354,79.20407,3.2698,4.23625,5.4245,30.195124,4937.8403,3.0870214,11.23075,63.792503,16.504639,158.5817,55.055,117.586174,3.2963517,82.0575,474.71405,321.61853,49.27654,436.11707,57.175,58.544758,93.84821,21.61326,3.4288335,19.354298,561.7298,0.51293254,0.8920833,89.70002,12.908357,8.920136,10.545336,16.915615,126.15437,28.84,155.30836,802.51697,392.31818,2602.375,2037.7339,30.701752,61.552273,3471.2659,18.42593,89.825,602.17584,152.9505,210.30374,95.86316,513.24,491.22562,462.02252,15.033143,114.67067,339.00488,638.45245,23.793558,190.08818,29.9575,1.7178134,51.00926,1.1636384,1.2510701,5.0681815,16.067001,188.29759,34.490536,19.551666,417.96777,120.82083,71.96786,92.125,31.062859,54.93125,20.7,17.621168,20.0075,144.57828,58.083572,28.193827,18.204992,15.0,33.01643,26.496666,3.716177,136.1811,33.168278,348.50235,13.479113,632.54315,32.67185,499.9889,258.1173,13.99774,15.183056,396.95227,504.6437,1543.956,388.34674 +2023-11-05 13:00:00,0.0,5110.4526,136.55757,74.631966,102.03739,63.00198,327.65103,46.332016,97.67984,27.307415,56.603786,933.2364,86.354645,27.230503,243.98956,1.2887291,1.0982231,51.6468,2.3988574,1.7804294,936.8755,2.2932155,927.194,119.70172,0.09863328,4.9429493,395.70038,42.93622,213.47932,167.3273,7461.401,1.1052425,2716.1929,17.902746,0.43029815,0.77287,1.9985725,285.22516,341.94086,43.308353,62.33472,40.319607,14.473713,1380.6221,10.261978,63.399155,21.498758,474.78314,26.554647,423.2823,8.982444,63.44815,0.0,920.3302,3423.4783,0.63930976,270.10858,28.473959,22071.771,33.71923,0.93445104,15.586422,36.816288,7.116011,2.2811077,18.180172,471.83978,153.9794,19.468578,0.80727816,2.7372587,117.74615,3.9429715,204.89806,256.57596,1930.9814,672.5072,103.27888,144.2982,134.83377,6.0823107,9.105622,50.974033,5.928378,9.434376,20.736876,30.639101,113.3836,19.164726,19.358334,55.23583,12.031976,3477.526,23.630102,22.598612,17.592066,11.2895975,183.62659,37.74342,19.91736,5.802057,11.900605,16.960833,67.730446,138.403,31.24493,151.91513,23.17705,13.184504,91.38547,57.72123,151.21217,79.21981,3.2814276,4.2342706,5.4236617,30.176735,4933.6978,3.0954537,11.216756,63.77623,16.499008,158.55066,55.090694,117.588554,3.2968462,82.03257,474.67062,321.6664,49.2468,435.98874,57.153473,58.537792,93.81403,21.633625,3.4327428,19.364603,561.627,0.51303244,0.89305323,89.74843,12.926411,8.921047,10.5499735,16.91746,126.22156,28.883543,155.31752,802.67615,392.08713,2601.7278,2037.4266,30.685009,61.495518,3469.141,18.434593,89.746994,602.0391,152.82156,210.14893,95.79415,512.77924,490.94708,462.03268,15.02419,114.60311,338.97205,638.1446,23.77737,189.96655,29.933264,1.7177438,51.011654,1.1636134,1.2511607,5.0674686,16.06114,188.09969,34.47273,19.550602,417.7333,120.746635,71.92391,92.072914,31.042938,54.93524,20.685648,17.597784,20.000626,144.50333,58.055775,28.17011,18.231016,14.993055,32.98867,26.48676,3.7127411,136.10844,33.13962,348.3214,13.47303,632.13574,32.652374,500.40436,258.01,13.98327,15.177664,396.6431,504.28824,1543.2749,388.78696 +2023-11-05 14:00:00,0.0,5107.7183,136.45041,74.563644,102.00449,62.98021,327.66077,46.32769,97.66111,27.299265,56.598312,932.3263,86.3708,27.225609,243.88568,1.2871444,1.0964986,51.669353,2.395166,1.7965571,937.0817,2.3138125,927.7675,119.73044,0.099420264,4.988159,396.1314,42.94551,213.83643,167.39369,7456.171,1.1130499,2716.1665,18.003757,0.43250313,0.7773863,2.0131757,285.16443,341.87405,43.42829,62.319443,40.319096,14.469006,1379.7125,10.325064,63.362793,21.482193,474.77942,26.535194,423.47937,8.977575,63.41032,0.0,920.0875,3421.5295,0.6386649,269.95923,28.45622,22057.648,33.706562,0.9341937,15.575463,36.79358,7.114149,2.2804601,18.171297,471.57507,153.85405,19.451885,0.8070104,2.736125,117.73855,3.9396083,204.8061,256.60693,1931.269,672.1944,103.269325,144.33455,135.03479,6.089169,9.113587,51.10968,5.950856,9.463157,20.723606,30.621277,113.445526,19.159725,19.345404,55.225292,12.033343,3477.8518,23.62258,22.597221,17.589993,11.2886505,183.6389,37.74659,19.909721,5.8035426,11.894164,16.953432,67.712616,138.356,31.242361,151.91985,23.172169,13.171198,91.31734,57.68771,151.09079,79.23555,3.2930555,4.2322917,5.422824,30.158344,4929.555,3.103886,11.202761,63.759956,16.493376,158.51962,55.12639,117.59093,3.2973404,82.00764,474.6272,321.71426,49.217064,435.86038,57.131943,58.53083,93.779854,21.653992,3.436652,19.374907,561.52423,0.51313233,0.8940231,89.79684,12.944464,8.921957,10.554612,16.919302,126.28874,28.927084,155.32669,802.8353,391.85608,2601.0808,2037.1194,30.668266,61.438763,3467.0166,18.443254,89.66898,601.9024,152.69264,209.9941,95.72514,512.31854,490.66852,462.04285,15.015238,114.53555,338.9392,637.8367,23.76118,189.84494,29.909029,1.7176741,51.01405,1.1635884,1.2512513,5.066756,16.055279,187.90178,34.454918,19.549536,417.49884,120.67245,71.87996,92.020836,31.023018,54.939236,20.671297,17.574398,19.99375,144.42838,58.027977,28.146395,18.25704,14.986111,32.960915,26.47685,3.7093055,136.03578,33.110962,348.14047,13.466948,631.7283,32.632896,500.81982,257.9027,13.9688,15.172273,396.33392,503.93277,1542.5938,389.2272 +2023-11-05 15:00:00,0.0,5104.9844,136.34326,74.49533,101.97159,62.95844,327.6705,46.323368,97.64237,27.291113,56.59284,931.41614,86.38695,27.220715,243.7818,1.2855599,1.0947741,51.69191,2.3914745,1.8126847,937.288,2.3344097,928.341,119.759155,0.100207254,5.0333686,396.56244,42.954807,214.19351,167.46008,7450.941,1.1208572,2716.1401,18.104769,0.43470815,0.7819026,2.0277789,285.10367,341.80725,43.54823,62.304165,40.31859,14.464299,1378.8029,10.38815,63.326435,21.46563,474.77567,26.515741,423.67645,8.972706,63.372494,0.0,919.84485,3419.5806,0.63802004,269.8099,28.438482,22043.527,33.693897,0.9339363,15.564504,36.770874,7.112287,2.2798126,18.16242,471.31033,153.7287,19.435192,0.80674267,2.7349916,117.73094,3.9362452,204.71417,256.6379,1931.5568,671.88165,103.25978,144.37088,135.23582,6.096028,9.121553,51.245323,5.973334,9.491938,20.710337,30.603455,113.507454,19.154722,19.332474,55.214752,12.034712,3478.1777,23.615055,22.595833,17.587921,11.287704,183.6512,37.74976,19.902082,5.805028,11.887724,16.94603,67.694786,138.30899,31.239792,151.92455,23.16729,13.157893,91.24921,57.654186,150.96942,79.25129,3.3046832,4.2303123,5.421986,30.139954,4925.413,3.1123183,11.1887665,63.743683,16.487745,158.48859,55.162083,117.59331,3.2978349,81.98271,474.5838,321.76215,49.187325,435.73203,57.110416,58.523865,93.745674,21.674358,3.440561,19.385212,561.42145,0.51323223,0.894993,89.845245,12.962518,8.922868,10.55925,16.921144,126.35593,28.970625,155.33586,802.99457,391.625,2600.4336,2036.8121,30.651522,61.382008,3464.892,18.451918,89.59097,601.7656,152.5637,209.83926,95.65614,511.8578,490.38995,462.053,15.006286,114.468,338.90637,637.52875,23.744993,189.72333,29.884792,1.7176046,51.01644,1.1635635,1.251342,5.066043,16.049417,187.70386,34.437107,19.548471,417.26437,120.59826,71.83601,91.96875,31.003096,54.94323,20.656944,17.551014,19.986876,144.35341,58.00018,28.122677,18.283062,14.979167,32.933155,26.466944,3.70587,135.9631,33.082302,347.95953,13.460865,631.32086,32.613422,501.23532,257.7954,13.9543295,15.166881,396.02475,503.5773,1541.9126,389.66745 +2023-11-05 16:00:00,0.0,5102.25,136.2361,74.42701,101.93869,62.93667,327.68027,46.319046,97.62364,27.28296,56.58736,930.506,86.40311,27.21582,243.67792,1.2839752,1.0930496,51.714466,2.387783,1.8288124,937.49426,2.3550067,928.91455,119.78787,0.10099424,5.0785785,396.99347,42.964104,214.55061,167.52646,7445.711,1.1286645,2716.114,18.20578,0.43691313,0.7864189,2.0423822,285.04294,341.74045,43.668163,62.288887,40.31808,14.459592,1377.8933,10.451236,63.290073,21.449064,474.77197,26.496288,423.87354,8.967837,63.334663,0.0,919.6022,3417.6318,0.6373752,269.66055,28.420744,22029.404,33.68123,0.9336789,15.553545,36.74817,7.110425,2.279165,18.153545,471.04562,153.60335,19.418497,0.806475,2.7338579,117.723335,3.932882,204.62222,256.66888,1931.8445,671.56885,103.25023,144.40721,135.43686,6.102886,9.1295185,51.38097,5.995812,9.520719,20.697067,30.585632,113.56938,19.149721,19.319542,55.204216,12.036079,3478.5037,23.607533,22.594444,17.585848,11.286758,183.6635,37.75293,19.894444,5.8065133,11.881283,16.938627,67.676956,138.262,31.237223,151.92926,23.162409,13.1445875,91.181076,57.620667,150.84804,79.26703,3.3163111,4.228333,5.421148,30.121565,4921.2705,3.1207504,11.174772,63.72741,16.482115,158.45755,55.197777,117.59568,3.298329,81.95778,474.54037,321.81,49.157585,435.60367,57.08889,58.5169,93.711494,21.694725,3.4444704,19.395517,561.31866,0.5133321,0.89596295,89.89366,12.980572,8.923778,10.563889,16.922987,126.4231,29.014168,155.34503,803.15375,391.39395,2599.7864,2036.5049,30.634779,61.325253,3462.7673,18.460579,89.51296,601.6289,152.43478,209.68443,95.587135,511.39703,490.11142,462.06317,14.997334,114.400444,338.87354,637.2208,23.728804,189.6017,29.860556,1.717535,51.018837,1.1635385,1.2514327,5.06533,16.043556,187.50595,34.419296,19.547407,417.0299,120.52407,71.79207,91.916664,30.983175,54.947224,20.642593,17.52763,19.98,144.27846,57.97238,28.09896,18.309086,14.972222,32.905396,26.457037,3.702434,135.89044,33.053642,347.7786,13.4547825,630.9134,32.59395,501.6508,257.68814,13.939859,15.161489,395.71558,503.22186,1541.2314,390.10767 +2023-11-05 17:00:00,0.0,5099.516,136.12894,74.358696,101.90579,62.914894,327.69,46.31472,97.604904,27.27481,56.581886,929.5958,86.41926,27.210926,243.57404,1.2823906,1.0913252,51.737022,2.3840919,1.84494,937.70056,2.375604,929.48804,119.81659,0.10178123,5.1237884,397.4245,42.973396,214.90771,167.59285,7440.481,1.1364719,2716.0876,18.306791,0.43911812,0.7909352,2.0569854,284.98218,341.67365,43.7881,62.273613,40.317574,14.4548855,1376.9838,10.514321,63.253716,21.4325,474.76825,26.476835,424.07062,8.962968,63.296833,0.0,919.3595,3415.683,0.6367303,269.5112,28.403006,22015.281,33.66856,0.93342155,15.542586,36.72546,7.108563,2.2785175,18.144669,470.78088,153.478,19.401804,0.80620724,2.7327242,117.71574,3.929519,204.53027,256.69986,1932.1321,671.2561,103.24068,144.44356,135.63788,6.1097445,9.137484,51.516617,6.01829,9.5494995,20.683798,30.567808,113.63131,19.14472,19.306612,55.193676,12.037448,3478.8296,23.60001,22.593056,17.583775,11.285811,183.6758,37.756104,19.886806,5.8079987,11.874843,16.931225,67.65913,138.215,31.234652,151.93396,23.157528,13.131282,91.11294,57.587147,150.72667,79.282776,3.3279388,4.226354,5.42031,30.103174,4917.1284,3.1291828,11.160778,63.711136,16.476484,158.42651,55.233475,117.59806,3.2988234,81.932846,474.49695,321.85788,49.127846,435.4753,57.06736,58.509937,93.677315,21.715092,3.4483795,19.40582,561.2159,0.513432,0.89693284,89.94207,12.998625,8.924688,10.568526,16.92483,126.49029,29.057709,155.3542,803.313,391.16287,2599.1392,2036.1975,30.618036,61.268497,3460.6428,18.469242,89.43495,601.4922,152.30585,209.52962,95.51813,510.9363,489.83286,462.07333,14.98838,114.332886,338.84073,636.9129,23.712616,189.48009,29.83632,1.7174654,51.021233,1.1635135,1.2515233,5.064617,16.037695,187.30804,34.401485,19.546343,416.79544,120.44988,71.748116,91.864586,30.963255,54.951214,20.62824,17.504246,19.973125,144.2035,57.944584,28.075245,18.33511,14.965278,32.87764,26.447128,3.6989985,135.81778,33.024986,347.5977,13.4487,630.506,32.57447,502.06625,257.58084,13.925389,15.156096,395.4064,502.8664,1540.5503,390.5479 +2023-11-05 18:00:00,0.0,5096.7817,136.02177,74.290375,101.872894,62.893124,327.69974,46.3104,97.58617,27.266659,56.576412,928.68567,86.43541,27.206032,243.47015,1.2808061,1.0896006,51.75958,2.3804004,1.8610677,937.90686,2.396201,930.0616,119.84531,0.10256821,5.1689982,397.85553,42.982693,215.26482,167.65924,7435.251,1.1442792,2716.0613,18.407803,0.4413231,0.7954515,2.0715888,284.92145,341.60684,43.90804,62.258335,40.317066,14.450178,1376.0741,10.577407,63.217354,21.415936,474.7645,26.457382,424.2677,8.958099,63.259007,0.0,919.1168,3413.7341,0.63608545,269.36188,28.385267,22001.158,33.65589,0.9331642,15.531627,36.70275,7.106701,2.2778697,18.135794,470.51617,153.35265,19.38511,0.80593956,2.7315905,117.70813,3.9261558,204.43834,256.73083,1932.4198,670.9433,103.231125,144.47989,135.83891,6.1166034,9.14545,51.652264,6.0407677,9.57828,20.670528,30.549986,113.69324,19.139717,19.293682,55.18314,12.0388155,3479.1555,23.592485,22.591667,17.581703,11.284865,183.6881,37.759274,19.879168,5.809484,11.868402,16.923822,67.64129,138.16798,31.232082,151.93867,23.152649,13.117977,91.04481,57.553623,150.60529,79.298515,3.3395665,4.224375,5.419472,30.084784,4912.986,3.1376152,11.146784,63.694862,16.470854,158.39548,55.26917,117.60043,3.2993178,81.90792,474.45352,321.90573,49.09811,435.347,57.045834,58.50297,93.643135,21.735456,3.4522889,19.416126,561.1131,0.513532,0.8979027,89.99048,13.016679,8.925599,10.573165,16.926672,126.55747,29.10125,155.36337,803.47217,390.93182,2598.492,2035.8903,30.601294,61.211742,3458.5183,18.477903,89.35694,601.3554,152.17691,209.37479,95.44912,510.47556,489.55432,462.0835,14.979428,114.265335,338.8079,636.605,23.696426,189.35846,29.812084,1.7173959,51.02363,1.1634886,1.251614,5.0639043,16.031834,187.11014,34.383675,19.545277,416.56097,120.37569,71.70417,91.8125,30.943335,54.955208,20.61389,17.480862,19.96625,144.12856,57.916786,28.051529,18.361134,14.958333,32.84988,26.437222,3.6955628,135.7451,32.996326,347.41675,13.442616,630.0985,32.554996,502.48172,257.47354,13.910919,15.150704,395.0972,502.51093,1539.8691,390.98813 +2023-11-05 19:00:00,0.0,5094.048,135.91463,74.22206,101.83999,62.871353,327.70947,46.306076,97.56744,27.258509,56.570934,927.7756,86.45156,27.201138,243.36627,1.2792214,1.0878761,51.78213,2.376709,1.8771952,938.1131,2.4167979,930.63513,119.87403,0.1033552,5.2142076,398.28656,42.991985,215.62192,167.72563,7430.021,1.1520866,2716.035,18.508814,0.4435281,0.7999678,2.086192,284.8607,341.54004,44.027977,62.243057,40.316555,14.445472,1375.1646,10.640492,63.180996,21.39937,474.76077,26.43793,424.46478,8.95323,63.221176,0.0,918.87415,3411.7854,0.6354406,269.21252,28.367527,21987.037,33.643227,0.9329068,15.520668,36.680046,7.1048384,2.2772222,18.126919,470.25146,153.2273,19.368418,0.8056718,2.7304568,117.70052,3.9227927,204.34639,256.7618,1932.7075,670.63055,103.22159,144.51622,136.03993,6.1234617,9.153415,51.78791,6.063246,9.607061,20.657259,30.532162,113.75517,19.134716,19.28075,55.1726,12.040184,3479.4814,23.584963,22.590279,17.57963,11.283919,183.70041,37.762444,19.871529,5.81097,11.861961,16.916422,67.62346,138.12099,31.229513,151.94337,23.147768,13.1046715,90.97668,57.520103,150.48392,79.314255,3.3511944,4.222396,5.418634,30.066395,4908.8433,3.1460474,11.13279,63.67859,16.465223,158.36444,55.304863,117.60281,3.299812,81.88299,474.4101,321.9536,49.06837,435.21863,57.024307,58.49601,93.608955,21.755823,3.456198,19.42643,561.0103,0.5136319,0.8988727,90.03889,13.034732,8.926509,10.577803,16.928516,126.62466,29.144793,155.37254,803.63135,390.70078,2597.845,2035.583,30.58455,61.154987,3456.3936,18.486567,89.27894,601.2187,152.04799,209.21996,95.38012,510.0148,489.27576,462.09366,14.970476,114.19778,338.77505,636.29706,23.680239,189.23685,29.787848,1.7173263,51.026024,1.1634636,1.2517046,5.0631914,16.025972,186.91222,34.365868,19.544212,416.3265,120.3015,71.66022,91.760414,30.923414,54.9592,20.599537,17.457478,19.959375,144.0536,57.88899,28.027813,18.387157,14.951389,32.822124,26.427315,3.6921272,135.67244,32.967667,347.2358,13.436534,629.6911,32.535522,502.89722,257.36624,13.896449,15.145313,394.78802,502.15546,1539.1881,391.42838 +2023-11-05 20:00:00,0.0,5091.3135,135.80746,74.15374,101.80709,62.849583,327.7192,46.30175,97.5487,27.250357,56.56546,926.8654,86.46771,27.196243,243.26239,1.2776368,1.0861516,51.804688,2.3730175,1.893323,938.3194,2.437395,931.2086,119.90275,0.10414218,5.2594175,398.7176,43.00128,215.97902,167.79202,7424.791,1.159894,2716.0085,18.609825,0.44573307,0.8044842,2.100795,284.79996,341.47324,44.147915,62.22778,40.316048,14.440764,1374.255,10.703579,63.144634,21.382807,474.75708,26.418478,424.66183,8.948361,63.18335,0.0,918.6315,3409.8367,0.6347957,269.06317,28.349789,21972.914,33.630558,0.93264943,15.509709,36.65734,7.1029763,2.2765746,18.118042,469.98672,153.10193,19.351723,0.8054041,2.7293231,117.69292,3.9194295,204.25444,256.7928,1932.9951,670.31775,103.212036,144.55257,136.24097,6.1303205,9.161381,51.923557,6.085724,9.635842,20.643991,30.51434,113.8171,19.129713,19.26782,55.162064,12.041552,3479.8074,23.57744,22.588888,17.577557,11.282972,183.7127,37.765614,19.86389,5.812455,11.85552,16.90902,67.60563,138.07397,31.226944,151.94809,23.142887,13.091366,90.90854,57.486584,150.36253,79.329994,3.362822,4.2204165,5.417796,30.048004,4904.701,3.1544797,11.118794,63.662315,16.459593,158.3334,55.340557,117.60519,3.3003066,81.858055,474.36667,322.00146,49.03863,435.09027,57.002777,58.489044,93.574776,21.77619,3.4601073,19.436735,560.90753,0.5137318,0.89984256,90.087296,13.052786,8.92742,10.582441,16.930359,126.69183,29.188334,155.38171,803.7906,390.4697,2597.1978,2035.2758,30.567808,61.098232,3454.269,18.495228,89.20093,601.0819,151.91905,209.06514,95.31111,509.55408,488.99722,462.10382,14.961524,114.130226,338.74222,635.98914,23.66405,189.11522,29.76361,1.7172567,51.028416,1.1634387,1.2517952,5.0624785,16.020111,186.71431,34.348057,19.543148,416.09204,120.22731,71.61627,91.708336,30.903494,54.963196,20.585186,17.434093,19.9525,143.97865,57.86119,28.004097,18.413181,14.944445,32.794365,26.417406,3.6886914,135.59978,32.939007,347.05487,13.430451,629.2836,32.516045,503.31268,257.25894,13.881979,15.139921,394.47885,501.8,1538.507,391.8686 +2023-11-05 21:00:00,0.0,5088.5796,135.7003,74.08543,101.77419,62.827812,327.72894,46.29743,97.52997,27.242205,56.559986,925.95526,86.483864,27.191349,243.15852,1.2760522,1.0844271,51.827244,2.369326,1.9094505,938.52563,2.457992,931.78217,119.931465,0.104929164,5.3046274,399.14862,43.01058,216.3361,167.85841,7419.561,1.1677012,2715.9822,18.710836,0.44793805,0.8090005,2.1153984,284.73923,341.40643,44.26785,62.2125,40.31554,14.436058,1373.3455,10.7666645,63.108276,21.366241,474.7533,26.399025,424.85892,8.943492,63.14552,0.0,918.3888,3407.8877,0.63415086,268.91382,28.33205,21958.791,33.61789,0.93239206,15.49875,36.634632,7.1011143,2.275927,18.109167,469.72202,152.97658,19.33503,0.8051364,2.7281895,117.68532,3.9160664,204.1625,256.82376,1933.2828,670.005,103.202484,144.5889,136.442,6.137179,9.169346,52.059204,6.1082015,9.664623,20.630722,30.496515,113.87903,19.124712,19.25489,55.151524,12.04292,3480.1333,23.569916,22.5875,17.575483,11.282026,183.725,37.768784,19.85625,5.8139405,11.849079,16.901617,67.5878,138.02698,31.224375,151.95279,23.138008,13.07806,90.84041,57.453064,150.24117,79.34573,3.37445,4.218437,5.4169583,30.029613,4900.5586,3.162912,11.1048,63.646046,16.45396,158.30237,55.37625,117.60757,3.3008008,81.83312,474.32327,322.04932,49.008896,434.9619,56.98125,58.482082,93.540596,21.796556,3.4640164,19.447039,560.80475,0.5138317,0.90081245,90.135704,13.070839,8.928329,10.58708,16.932201,126.75902,29.231876,155.39088,803.94977,390.23865,2596.5505,2034.9684,30.551064,61.041477,3452.1445,18.503891,89.12292,600.9452,151.79013,208.91031,95.2421,509.09332,488.71866,462.11398,14.952571,114.06267,338.70938,635.6812,23.647861,188.9936,29.739376,1.717187,51.03081,1.1634136,1.2518859,5.0617657,16.01425,186.5164,34.330246,19.542082,415.85757,120.15312,71.57232,91.65625,30.883572,54.967186,20.570833,17.41071,19.945625,143.9037,57.833393,27.98038,18.439205,14.9375,32.766605,26.4075,3.6852558,135.5271,32.91035,346.87393,13.424369,628.8762,32.49657,503.72815,257.15164,13.86751,15.134529,394.16968,501.44455,1537.8258,392.30884 +2023-11-05 22:00:00,0.0,5085.8457,135.59314,74.017105,101.74129,62.80604,327.7387,46.293106,97.51123,27.234055,56.55451,925.0451,86.500015,27.186455,243.05464,1.2744676,1.0827026,51.8498,2.3656347,1.9255782,938.73193,2.4785893,932.35565,119.96018,0.105716154,5.3498373,399.57965,43.01987,216.6932,167.9248,7414.331,1.1755086,2715.9558,18.811848,0.45014304,0.8135168,2.1300015,284.67847,341.33963,44.387787,62.197224,40.315033,14.431351,1372.4358,10.82975,63.071915,21.349678,474.74957,26.379572,425.056,8.938623,63.107693,0.0,918.1461,3405.939,0.633506,268.7645,28.314312,21944.668,33.60522,0.9321347,15.487791,36.611927,7.099252,2.2752795,18.10029,469.45728,152.85123,19.318336,0.80486864,2.727056,117.67771,3.9127033,204.07056,256.8547,1933.5704,669.6922,103.19293,144.62524,136.64302,6.1440372,9.177311,52.194847,6.1306796,9.693403,20.617453,30.478693,113.940956,19.11971,19.241959,55.140987,12.044288,3480.4592,23.562393,22.586111,17.573412,11.28108,183.7373,37.771954,19.848612,5.815426,11.842639,16.894215,67.56997,137.97998,31.221806,151.95749,23.133127,13.064755,90.77228,57.41954,150.11978,79.36147,3.3860776,4.2164583,5.41612,30.011225,4896.4165,3.1713443,11.090806,63.629772,16.44833,158.27135,55.411945,117.60994,3.301295,81.8082,474.27985,322.0972,48.979156,434.83356,56.95972,58.475117,93.50642,21.816921,3.4679258,19.457344,560.70197,0.5139316,0.9017824,90.18411,13.088893,8.92924,10.591718,16.934044,126.8262,29.275417,155.40005,804.109,390.00757,2595.9033,2034.6611,30.53432,60.984722,3450.0198,18.512554,89.04491,600.8085,151.6612,208.75548,95.173096,508.6326,488.4401,462.12415,14.943619,113.99511,338.67654,635.37335,23.631672,188.87198,29.71514,1.7171175,51.033207,1.1633887,1.2519765,5.0610533,16.008389,186.31848,34.312435,19.541018,415.6231,120.07893,71.52837,91.604164,30.863651,54.97118,20.556482,17.387325,19.93875,143.82875,57.805595,27.956663,18.465227,14.930555,32.73885,26.397593,3.6818202,135.45444,32.88169,346.693,13.418286,628.4688,32.477093,504.14362,257.04434,13.85304,15.129137,393.8605,501.08908,1537.1447,392.74908 +2023-11-05 23:00:00,0.0,5083.1113,135.486,73.94879,101.70839,62.78427,327.74844,46.28878,97.49249,27.225903,56.549034,924.135,86.516174,27.181559,242.95076,1.2728829,1.0809782,51.872356,2.3619435,1.9417058,938.93823,2.4991863,932.9292,119.9889,0.10650314,5.395047,400.01068,43.029167,217.05031,167.99118,7409.101,1.183316,2715.9294,18.912859,0.45234802,0.8180331,2.144605,284.61774,341.27283,44.507725,62.181946,40.31452,14.426644,1371.5262,10.892836,63.035557,21.333113,474.74588,26.360119,425.25308,8.933754,63.069862,0.0,917.90344,3403.9902,0.63286114,268.61514,28.296574,21930.547,33.592556,0.9318773,15.476832,36.58922,7.09739,2.274632,18.091415,469.19257,152.72588,19.301643,0.80460095,2.7259223,117.670105,3.9093404,203.9786,256.88568,1933.8582,669.3794,103.18339,144.66158,136.84406,6.150896,9.185277,52.330494,6.1531577,9.722184,20.604183,30.460869,114.002884,19.114708,19.229029,55.130447,12.045656,3480.7852,23.554869,22.584723,17.571339,11.280133,183.7496,37.775127,19.840973,5.816911,11.836198,16.886814,67.55213,137.93297,31.219236,151.9622,23.128246,13.05145,90.70415,57.38602,149.99841,79.37722,3.3977056,4.214479,5.4152822,29.992834,4892.274,3.1797767,11.076812,63.6135,16.4427,158.24031,55.44764,117.61232,3.3017895,81.783264,474.23642,322.14505,48.949417,434.70523,56.938194,58.468155,93.47224,21.837288,3.471835,19.46765,560.59924,0.51403147,0.9027523,90.23252,13.106946,8.93015,10.596356,16.935886,126.89339,29.318958,155.40923,804.2682,389.77652,2595.256,2034.3539,30.517578,60.927967,3447.8953,18.521215,88.966896,600.6717,151.53226,208.60066,95.104095,508.17184,488.16156,462.1343,14.934667,113.92756,338.6437,635.0654,23.615484,188.75037,29.690903,1.7170479,51.035603,1.1633638,1.2520671,5.0603404,16.00253,186.12057,34.294624,19.539953,415.38864,120.00474,71.48443,91.552086,30.84373,54.975174,20.54213,17.363941,19.931875,143.7538,57.777798,27.932947,18.491251,14.923611,32.71109,26.387684,3.6783845,135.38177,32.85303,346.51205,13.412204,628.06134,32.45762,504.55908,256.93707,13.83857,15.123746,393.55133,500.7336,1536.4635,393.1893 +2023-11-06 00:00:00,0.0,5080.3774,135.37883,73.88047,101.67549,62.7625,327.75818,46.28446,97.47376,27.217752,56.54356,923.22485,86.532326,27.176664,242.84688,1.2712984,1.0792537,51.894913,2.358252,1.9578335,939.1445,2.5197835,933.5027,120.01762,0.10729013,5.4402566,400.4417,43.03846,217.40741,168.05757,7403.871,1.1911234,2715.903,19.01387,0.454553,0.8225494,2.159208,284.55698,341.20602,44.627663,62.166668,40.314014,14.421937,1370.6167,10.955921,62.999195,21.31655,474.74213,26.340666,425.45016,8.928885,63.032036,0.0,917.66077,3402.0413,0.6322163,268.4658,28.278835,21916.424,33.579887,0.9316199,15.465873,36.566513,7.0955276,2.2739844,18.08254,468.92786,152.60052,19.284948,0.8043332,2.7247887,117.662506,3.9059772,203.88666,256.91666,1934.1459,669.06665,103.173836,144.6979,137.04507,6.1577544,9.193242,52.46614,6.1756353,9.750965,20.590914,30.443047,114.06481,19.109707,19.216099,55.11991,12.047024,3481.111,23.547346,22.583334,17.569265,11.279187,183.7619,37.778297,19.833334,5.818397,11.829758,16.879412,67.5343,137.88597,31.216667,151.9669,23.123367,13.038144,90.63601,57.3525,149.87703,79.39296,3.4093332,4.2124996,5.4144444,29.974443,4888.132,3.1882088,11.062818,63.597225,16.437069,158.20927,55.483334,117.61469,3.3022838,81.75833,474.193,322.19293,48.919678,434.57687,56.916668,58.46119,93.43806,21.857655,3.4757442,19.477953,560.49646,0.51413137,0.90372217,90.28093,13.125,8.931061,10.600994,16.937729,126.96056,29.362501,155.4184,804.42737,389.54547,2594.609,2034.0466,30.500835,60.871212,3445.7708,18.529879,88.888885,600.535,151.40334,208.44583,95.03509,507.71112,487.883,462.14447,14.9257145,113.86,338.61087,634.7575,23.599295,188.62875,29.666668,1.7169783,51.038,1.1633388,1.2521578,5.0596275,15.996667,185.92267,34.276817,19.538889,415.15417,119.93055,71.440475,91.5,30.82381,54.979168,20.527779,17.340557,19.925,143.67885,57.75,27.909231,18.517275,14.916667,32.683334,26.377777,3.6749487,135.3091,32.82437,346.33112,13.406121,627.65393,32.438145,504.97458,256.82977,13.8241,15.118354,393.24216,500.37814,1535.7823,393.62955 +2023-11-06 01:00:00,0.0,5077.643,135.27167,73.81216,101.642586,62.74073,327.7679,46.280136,97.455025,27.2096,56.538082,922.3147,86.54848,27.17177,242.743,1.2697138,1.0775292,51.917465,2.3545606,1.9739611,939.35077,2.5403805,934.07623,120.04633,0.10807711,5.4854665,400.87274,43.047756,217.76451,168.12396,7398.6416,1.1989307,2715.8767,19.114882,0.45675802,0.8270657,2.1738114,284.49625,341.13922,44.747597,62.15139,40.313507,14.417231,1369.707,11.019007,62.962837,21.299984,474.7384,26.321213,425.64725,8.924016,62.994205,0.0,917.41815,3400.0925,0.6315714,268.31647,28.261097,21902.3,33.56722,0.9313625,15.454914,36.543808,7.0936656,2.273337,18.073664,468.66312,152.47517,19.268255,0.8040655,2.723655,117.6549,3.902614,203.79472,256.94763,1934.4335,668.75385,103.16429,144.73425,137.24611,6.164613,9.201207,52.601788,6.1981134,9.779746,20.577644,30.425224,114.12674,19.104704,19.203167,55.109375,12.048392,3481.437,23.539824,22.581944,17.567192,11.278241,183.77422,37.781467,19.825695,5.8198824,11.823317,16.87201,67.51647,137.83897,31.214096,151.97162,23.118486,13.024839,90.56788,57.318977,149.75566,79.4087,3.420961,4.2105207,5.413606,29.956055,4883.9893,3.1966412,11.048823,63.58095,16.431438,158.17824,55.519028,117.61707,3.3027782,81.733406,474.14957,322.24078,48.889942,434.44852,56.895138,58.454227,93.40388,21.878021,3.4796534,19.488258,560.3937,0.51423126,0.9046921,90.32934,13.143053,8.931972,10.605633,16.939571,127.02775,29.406042,155.42755,804.5866,389.3144,2593.962,2033.7394,30.484093,60.814457,3443.6462,18.53854,88.81088,600.39825,151.2744,208.291,94.96608,507.25037,487.60446,462.15463,14.916761,113.79244,338.57803,634.4496,23.583107,188.50713,29.642431,1.7169088,51.04039,1.1633139,1.2522484,5.0589147,15.990807,185.72475,34.259007,19.537823,414.91974,119.85636,71.39653,91.447914,30.80389,54.98316,20.513426,17.317171,19.918125,143.6039,57.722206,27.885515,18.543299,14.909722,32.655575,26.367868,3.671513,135.23643,32.795715,346.15018,13.400039,627.24646,32.418667,505.39005,256.72247,13.809629,15.112962,392.93298,500.0227,1535.1012,394.06976 +2023-11-06 02:00:00,0.0,5074.909,135.16452,73.743835,101.60969,62.71896,327.77765,46.275814,97.436295,27.201448,56.532608,921.40454,86.56463,27.166876,242.63911,1.2681291,1.0758047,51.94002,2.3508692,1.9900888,939.557,2.5609775,934.6498,120.07506,0.10886409,5.5306764,401.30377,43.057053,218.1216,168.19035,7393.4116,1.206738,2715.8506,19.215893,0.458963,0.831582,2.1884146,284.4355,341.07242,44.867535,62.136112,40.313,14.412523,1368.7975,11.082093,62.926476,21.28342,474.73468,26.30176,425.84433,8.9191475,62.956375,0.0,917.1755,3398.1438,0.63092655,268.1671,28.243359,21888.18,33.55455,0.93110514,15.443955,36.5211,7.0918036,2.2726893,18.064789,468.3984,152.34982,19.251562,0.8037978,2.7225213,117.64729,3.899251,203.70277,256.9786,1934.7212,668.4411,103.15474,144.77058,137.44714,6.1714716,9.209173,52.737434,6.2205915,9.808527,20.564375,30.4074,114.188675,19.099703,19.190237,55.098835,12.04976,3481.763,23.532299,22.580555,17.56512,11.277295,183.78651,37.784637,19.818056,5.8213677,11.816876,16.864607,67.49864,137.79196,31.211527,151.97632,23.113605,13.011534,90.49975,57.285458,149.63428,79.42444,3.4325888,4.2085414,5.4127684,29.937664,4879.8467,3.2050736,11.034828,63.56468,16.425808,158.1472,55.55472,117.619446,3.3032725,81.70847,474.10617,322.28867,48.860203,434.32016,56.87361,58.44726,93.3697,21.898388,3.4835625,19.498562,560.2909,0.5143312,0.905662,90.37775,13.161107,8.932881,10.6102705,16.941416,127.09493,29.449583,155.43672,804.7458,389.08334,2593.3147,2033.432,30.467348,60.7577,3441.5215,18.547203,88.73287,600.2615,151.14548,208.13617,94.89707,506.78964,487.3259,462.1648,14.907809,113.72489,338.5452,634.14166,23.566917,188.38551,29.618195,1.7168392,51.042786,1.163289,1.252339,5.058202,15.984945,185.52684,34.241196,19.536758,414.68527,119.78217,71.35258,91.395836,30.78397,54.987152,20.499075,17.293787,19.91125,143.52895,57.69441,27.861797,18.569323,14.902778,32.62782,26.357962,3.6680775,135.16377,32.767056,345.96924,13.393956,626.83905,32.399193,505.8055,256.61517,13.795159,15.10757,392.62378,499.66724,1534.42,394.51 +2023-11-06 03:00:00,0.0,5072.175,135.05736,73.67552,101.57679,62.69719,327.7874,46.27149,97.41756,27.193298,56.527134,920.4944,86.58078,27.161982,242.53523,1.2665445,1.0740802,51.962578,2.3471777,2.0062165,939.7633,2.5815747,935.22327,120.103775,0.10965108,5.5758862,401.7348,43.066345,218.4787,168.25674,7388.1816,1.2145454,2715.8242,19.316904,0.461168,0.8360983,2.2030177,284.37476,341.0056,44.987473,62.120834,40.31249,14.407817,1367.888,11.145179,62.890118,21.266855,474.73096,26.282309,426.04138,8.914278,62.91855,0.0,916.9328,3396.1948,0.6302817,268.01776,28.225618,21874.057,33.541885,0.93084776,15.432996,36.49839,7.0899415,2.2720418,18.055912,468.13367,152.22447,19.234869,0.80353004,2.7213876,117.639694,3.8958879,203.61082,257.00958,1935.0089,668.1283,103.145195,144.80692,137.64816,6.17833,9.217138,52.87308,6.243069,9.837308,20.551107,30.389578,114.2506,19.094702,19.177305,55.0883,12.051128,3482.0889,23.524776,22.579166,17.563047,11.276348,183.79881,37.787807,19.810417,5.822853,11.810435,16.857206,67.48081,137.74496,31.208958,151.98103,23.108725,12.998228,90.43161,57.251938,149.5129,79.44018,3.4442165,4.2065625,5.4119306,29.919273,4875.7046,3.2135057,11.020834,63.548405,16.420177,158.11617,55.590416,117.621826,3.303767,81.68354,474.06274,322.33652,48.830463,434.1918,56.852085,58.4403,93.33552,21.918753,3.4874718,19.508867,560.1881,0.5144311,0.90663195,90.426155,13.17916,8.933792,10.614909,16.943258,127.16212,29.493126,155.44589,804.905,388.85226,2592.6675,2033.1248,30.450605,60.700947,3439.397,18.555864,88.65486,600.12476,151.01654,207.98135,94.82807,506.3289,487.04736,462.17496,14.898857,113.65733,338.51236,633.83374,23.55073,188.26389,29.59396,1.7167696,51.04518,1.1632639,1.2524297,5.057489,15.979084,185.32893,34.223385,19.535694,414.4508,119.707985,71.30863,91.34375,30.76405,54.991146,20.484722,17.270403,19.904375,143.454,57.66661,27.838081,18.595346,14.895833,32.60006,26.348055,3.6646419,135.0911,32.738396,345.7883,13.387874,626.4316,32.37972,506.22098,256.50787,13.780689,15.102179,392.3146,499.31177,1533.739,394.95023 +2023-11-06 04:00:00,0.0,5069.441,134.9502,73.6072,101.543884,62.675415,327.79715,46.267166,97.39882,27.185146,56.521656,919.5843,86.59693,27.157087,242.43135,1.2649599,1.0723557,51.985134,2.3434863,2.022344,939.9696,2.6021717,935.7968,120.13249,0.110438064,5.6210957,402.16583,43.07564,218.8358,168.32314,7382.9517,1.2223527,2715.7979,19.417915,0.46337298,0.8406146,2.217621,284.31403,340.9388,45.10741,62.105556,40.31198,14.40311,1366.9784,11.208264,62.853756,21.25029,474.72723,26.262856,426.23846,8.9094095,62.88072,0.0,916.6901,3394.246,0.6296369,267.86844,28.20788,21859.934,33.529217,0.9305904,15.422037,36.475685,7.0880795,2.271394,18.047037,467.86896,152.09912,19.218174,0.80326235,2.720254,117.63209,3.8925247,203.51889,257.04056,1935.2965,667.81555,103.13564,144.84326,137.8492,6.1851883,9.225103,53.008728,6.2655473,9.866089,20.537838,30.371754,114.31253,19.089699,19.164375,55.07776,12.052496,3482.4148,23.517252,22.577778,17.560974,11.275402,183.81111,37.790977,19.802778,5.824339,11.803995,16.849804,67.462975,137.69795,31.206388,151.98573,23.103846,12.984922,90.36348,57.21842,149.39153,79.45592,3.4558444,4.204583,5.4110923,29.900885,4871.562,3.2219381,11.00684,63.53213,16.414547,158.08513,55.626114,117.6242,3.3042612,81.658615,474.01932,322.3844,48.800728,434.06348,56.830555,58.433334,93.30134,21.93912,3.491381,19.51917,560.0853,0.514531,0.90760183,90.47456,13.197214,8.934702,10.619548,16.9451,127.229294,29.536667,155.45506,805.0642,388.62122,2592.0203,2032.8175,30.433863,60.64419,3437.2725,18.564528,88.57685,599.98804,150.8876,207.82652,94.75906,505.86813,486.7688,462.18512,14.889905,113.589775,338.47955,633.5258,23.53454,188.14227,29.569723,1.7167,51.047577,1.163239,1.2525203,5.056776,15.973223,185.13103,34.205574,19.53463,414.21634,119.63379,71.26469,91.291664,30.744127,54.99514,20.470371,17.247019,19.8975,143.37904,57.638813,27.814365,18.62137,14.888889,32.5723,26.338146,3.661206,135.01843,32.709736,345.6074,13.38179,626.0242,32.36024,506.63647,256.40057,13.766219,15.0967865,392.00543,498.9563,1533.0579,395.39047 +2023-11-06 05:00:00,0.0,5066.7065,134.84303,73.53889,101.51099,62.653645,327.8069,46.262844,97.38009,27.176996,56.516182,918.67413,86.61308,27.152193,242.32747,1.2633753,1.0706313,52.00769,2.339795,2.0384717,940.17584,2.6227689,936.3703,120.16121,0.11122505,5.6663055,402.59686,43.084934,219.1929,168.38953,7377.7217,1.2301601,2715.7715,19.518927,0.46557796,0.8451309,2.2322242,284.25327,340.872,45.22735,62.09028,40.311474,14.398403,1366.0687,11.27135,62.817398,21.233727,474.7235,26.243402,426.43555,8.90454,62.84289,0.0,916.44745,3392.2974,0.628992,267.7191,28.190142,21845.81,33.51655,0.930333,15.411078,36.452976,7.0862174,2.2707465,18.038162,467.60422,151.97375,19.20148,0.8029946,2.7191205,117.62448,3.8891616,203.42694,257.07153,1935.5842,667.50275,103.12609,144.8796,138.05023,6.192047,9.233069,53.14437,6.2880254,9.89487,20.524569,30.35393,114.37446,19.084698,19.151445,55.067223,12.0538645,3482.7407,23.50973,22.57639,17.558903,11.274456,183.82341,37.794147,19.79514,5.8258243,11.797554,16.842402,67.445145,137.65096,31.20382,151.99045,23.098965,12.971618,90.29535,57.184895,149.27014,79.47166,3.467472,4.202604,5.4102545,29.882494,4867.42,3.2303703,10.992846,63.515858,16.408915,158.0541,55.661808,117.62658,3.3047554,81.63368,473.9759,322.43225,48.77099,433.93512,56.80903,58.42637,93.26716,21.959486,3.4952903,19.529476,559.98254,0.5146309,0.9085717,90.52297,13.215268,8.935613,10.624186,16.946943,127.29648,29.58021,155.46423,805.2234,388.39017,2591.373,2032.5103,30.41712,60.587437,3435.1477,18.573189,88.49884,599.85126,150.75868,207.67169,94.690056,505.4074,486.49026,462.19528,14.880952,113.522224,338.44672,633.2179,23.518353,188.02065,29.545486,1.7166305,51.049973,1.163214,1.2526109,5.056063,15.967361,184.9331,34.187763,19.533564,413.98187,119.5596,71.22073,91.239586,30.724207,54.99913,20.456018,17.223635,19.890625,143.3041,57.611015,27.79065,18.647392,14.881945,32.544544,26.32824,3.6577704,134.94577,32.681076,345.42645,13.375708,625.6167,32.340767,507.05194,256.29327,13.751749,15.091394,391.69626,498.60083,1532.3767,395.83072 +2023-11-06 06:00:00,0.0,5063.9727,134.73589,73.470566,101.47809,62.631874,327.81662,46.25852,97.36135,27.168844,56.510708,917.764,86.629234,27.147299,242.22359,1.2617906,1.0689068,52.030243,2.3361037,2.0545993,940.38214,2.6433659,936.94385,120.189926,0.112012036,5.7115154,403.0279,43.09423,219.55,168.4559,7372.4917,1.2379674,2715.745,19.619938,0.46778294,0.8496472,2.2468276,284.19254,340.8052,45.347282,62.075,40.310966,14.393696,1365.1592,11.334435,62.781036,21.217161,474.7198,26.22395,426.63263,8.899672,62.80506,0.0,916.2048,3390.3484,0.62834716,267.56973,28.172403,21831.69,33.50388,0.93007565,15.400119,36.43027,7.084355,2.270099,18.029285,467.3395,151.8484,19.184788,0.8027269,2.7179868,117.61688,3.8857985,203.33499,257.1025,1935.8718,667.19,103.11655,144.91594,138.25125,6.1989055,9.2410345,53.280018,6.310503,9.923651,20.5113,30.336105,114.436386,19.079697,19.138514,55.056683,12.055232,3483.0667,23.502207,22.575,17.55683,11.273509,183.83572,37.79732,19.7875,5.8273096,11.791114,16.835,67.427315,137.60396,31.20125,151.99515,23.094084,12.958312,90.22722,57.151375,149.14877,79.487404,3.4791,4.200625,5.4094167,29.864103,4863.2773,3.2388027,10.978851,63.499584,16.403284,158.02306,55.697502,117.62895,3.30525,81.60875,473.93246,322.48013,48.74125,433.80676,56.7875,58.419407,93.23298,21.979853,3.4991994,19.539782,559.87976,0.5147308,0.90954167,90.57138,13.233321,8.9365225,10.628824,16.948786,127.36366,29.62375,155.4734,805.3826,388.1591,2590.726,2032.203,30.400377,60.53068,3433.0232,18.581852,88.42083,599.71454,150.62975,207.51688,94.621056,504.94666,486.2117,462.20544,14.872,113.454666,338.41388,632.91,23.502163,187.89903,29.52125,1.7165608,51.052364,1.163189,1.2527016,5.0553503,15.9615,184.7352,34.169956,19.5325,413.7474,119.48541,71.17679,91.1875,30.704287,55.003124,20.441668,17.20025,19.88375,143.22914,57.583218,27.766933,18.673416,14.875,32.516785,26.318333,3.6543348,134.8731,32.65242,345.2455,13.369625,625.2093,32.32129,507.4674,256.186,13.737279,15.086002,391.3871,498.2454,1531.6956,396.27094 +2023-11-06 07:00:00,0.0,5061.239,134.62872,73.40225,101.44518,62.610104,327.82635,46.254196,97.34262,27.160692,56.50523,916.8538,86.64539,27.142405,242.11972,1.2602061,1.0671823,52.0528,2.3324122,2.070727,940.5884,2.663963,937.5174,120.21864,0.112799026,5.7567253,403.45892,43.103523,219.9071,168.5223,7367.2617,1.2457747,2715.7188,19.72095,0.46998793,0.8541635,2.2614307,284.13177,340.7384,45.46722,62.059723,40.31046,14.388989,1364.2496,11.397522,62.74468,21.200598,474.71606,26.204496,426.8297,8.894802,62.767235,0.0,915.96216,3388.3997,0.6277023,267.42038,28.154665,21817.566,33.491215,0.9298183,15.38916,36.407562,7.082493,2.2694514,18.02041,467.0748,151.72305,19.168095,0.8024592,2.7168531,117.609276,3.8824353,203.24306,257.13348,1936.1595,666.8772,103.106995,144.95227,138.45229,6.2057643,9.249001,53.415665,6.332981,9.952431,20.49803,30.318283,114.498314,19.074694,19.125584,55.046146,12.056601,3483.3926,23.494682,22.57361,17.554756,11.272563,183.84802,37.80049,19.779861,5.828795,11.784673,16.827599,67.409485,137.55695,31.19868,151.99985,23.089205,12.945006,90.15908,57.117855,149.02739,79.50314,3.4907277,4.1986456,5.4085784,29.845715,4859.135,3.247235,10.964857,63.48331,16.397654,157.99202,55.733196,117.63133,3.3057442,81.58382,473.88904,322.52798,48.711514,433.6784,56.765972,58.41244,93.1988,22.000217,3.5031087,19.550085,559.777,0.5148307,0.91051155,90.61979,13.251375,8.937433,10.633462,16.950628,127.43085,29.667292,155.48257,805.5418,387.92804,2590.0789,2031.8956,30.383635,60.473927,3430.8987,18.590515,88.34283,599.57776,150.50082,207.36205,94.55205,504.48593,485.93314,462.2156,14.863048,113.387115,338.38104,632.60205,23.485975,187.7774,29.497015,1.7164912,51.05476,1.1631641,1.2527922,5.0546374,15.95564,184.5373,34.152145,19.531435,413.51294,119.411224,71.132835,91.135414,30.684366,55.00712,20.427315,17.176867,19.876875,143.15419,57.55542,27.743217,18.69944,14.868055,32.48903,26.308424,3.650899,134.80043,32.62376,345.06458,13.363543,624.8018,32.301815,507.88287,256.0787,13.722809,15.08061,391.0779,497.88992,1531.0144,396.71118 +2023-11-06 08:00:00,0.0,5058.5044,134.52156,73.33393,101.412285,62.588333,327.8361,46.249874,97.32388,27.152542,56.499756,915.94366,86.661545,27.13751,242.01584,1.2586215,1.0654578,52.075356,2.3287208,2.0868547,940.7947,2.68456,938.0909,120.24737,0.11358601,5.801935,403.88995,43.11282,220.26419,168.58868,7362.0317,1.2535821,2715.6924,19.82196,0.4721929,0.85867983,2.2760339,284.07104,340.6716,45.58716,62.044445,40.309948,14.384283,1363.34,11.460608,62.708317,21.184032,474.71234,26.185043,427.0268,8.889934,62.729404,0.0,915.7195,3386.451,0.62705743,267.27106,28.136927,21803.443,33.478546,0.9295609,15.3782015,36.384857,7.080631,2.2688038,18.011534,466.81006,151.5977,19.1514,0.80219144,2.7157195,117.60167,3.8790722,203.15111,257.16443,1936.4473,666.56445,103.09744,144.9886,138.6533,6.2126226,9.256966,53.55131,6.355459,9.981212,20.48476,30.30046,114.56025,19.069693,19.112654,55.035606,12.057968,3483.7185,23.48716,22.572222,17.552683,11.271617,183.86032,37.80366,19.772223,5.8302803,11.778233,16.820196,67.391655,137.50995,31.19611,152.00456,23.084324,12.931702,90.09095,57.08433,148.90602,79.51888,3.5023553,4.1966667,5.4077406,29.827324,4854.9927,3.2556672,10.950862,63.46704,16.392023,157.96098,55.76889,117.633705,3.3062387,81.55889,473.84564,322.57584,48.681774,433.55005,56.744446,58.40548,93.16462,22.020584,3.5070179,19.56039,559.6742,0.5149306,0.91148144,90.6682,13.269428,8.938344,10.638101,16.952473,127.498024,29.710835,155.49174,805.70105,387.697,2589.4316,2031.5884,30.36689,60.41717,3428.774,18.599176,88.26482,599.44104,150.37189,207.20721,94.48304,504.02518,485.6546,462.22577,14.854095,113.31956,338.3482,632.2942,23.469788,187.65579,29.472778,1.7164217,51.057156,1.1631391,1.2528828,5.0539246,15.949779,184.33937,34.134335,19.53037,413.27847,119.337036,71.08889,91.083336,30.664446,55.011112,20.412964,17.153482,19.87,143.07924,57.527622,27.7195,18.725464,14.861111,32.46127,26.298517,3.6474633,134.72775,32.5951,344.88364,13.35746,624.3944,32.28234,508.29834,255.9714,13.708339,15.075219,390.76874,497.53445,1530.3333,397.1514 +2023-11-06 09:00:00,0.0,5055.7705,134.4144,73.26562,101.37939,62.566563,327.84586,46.24555,97.305145,27.14439,56.49428,915.03357,86.6777,27.132614,241.91196,1.2570368,1.0637332,52.09791,2.3250294,2.1029823,941.001,2.705157,938.6644,120.276085,0.11437299,5.8471446,404.32098,43.122116,220.62129,168.65508,7356.802,1.2613895,2715.666,19.922972,0.4743979,0.86319613,2.2906373,284.01028,340.6048,45.707096,62.029167,40.30944,14.379576,1362.4304,11.523693,62.67196,21.167469,474.7086,26.16559,427.22385,8.885064,62.691574,0.0,915.4768,3384.502,0.6264126,267.1217,28.119188,21789.32,33.465878,0.9293035,15.367242,36.362152,7.0787687,2.2681563,18.002659,466.54535,151.47235,19.134706,0.80192375,2.7145858,117.59406,3.875709,203.05916,257.1954,1936.7349,666.25165,103.0879,145.02495,138.85434,6.219481,9.264931,53.68696,6.377937,10.009993,20.47149,30.282637,114.62218,19.06469,19.099722,55.02507,12.059337,3484.0444,23.479637,22.570833,17.550611,11.27067,183.87262,37.80683,19.764584,5.831766,11.771791,16.812794,67.37382,137.46294,31.19354,152.00926,23.079443,12.918396,90.02282,57.05081,148.78464,79.53462,3.5139832,4.1946874,5.406903,29.808933,4850.85,3.2640996,10.936868,63.450768,16.386393,157.92995,55.804585,117.636086,3.306733,81.53396,473.80222,322.62372,48.652035,433.42172,56.722916,58.398514,93.13044,22.04095,3.5109272,19.570694,559.5714,0.5150305,0.9124514,90.71661,13.287482,8.939254,10.642738,16.954315,127.56521,29.754375,155.50092,805.8602,387.4659,2588.7844,2031.2811,30.350147,60.360416,3426.6494,18.60784,88.186806,599.3043,150.24295,207.0524,94.41403,503.56445,485.37604,462.23593,14.845142,113.252,338.31537,631.98627,23.453598,187.53418,29.448542,1.7163521,51.05955,1.1631142,1.2529736,5.0532117,15.943917,184.14146,34.116524,19.529305,413.044,119.26284,71.044945,91.03125,30.644526,55.015102,20.398611,17.130098,19.863125,143.00429,57.499825,27.695784,18.751488,14.854167,32.433514,26.28861,3.6440277,134.65509,32.56644,344.7027,13.3513775,623.98694,32.262863,508.71384,255.8641,13.693869,15.069827,390.45956,497.179,1529.6521,397.59164 +2023-11-06 10:00:00,0.0,5053.036,134.30725,73.197296,101.34649,62.544792,327.8556,46.241226,97.286415,27.13624,56.488804,914.1234,86.69385,27.12772,241.80807,1.2554523,1.0620087,52.12047,2.321338,2.1191099,941.2072,2.7257543,939.2379,120.3048,0.11515998,5.8923545,404.752,43.13141,220.9784,168.72147,7351.572,1.2691969,2715.6396,20.023983,0.47660288,0.86771244,2.3052406,283.94955,340.538,45.82703,62.01389,40.308933,14.374869,1361.5209,11.586779,62.635597,21.150904,474.7049,26.14614,427.42093,8.880196,62.653748,0.0,915.23413,3382.5532,0.6257677,266.97235,28.10145,21775.2,33.45321,0.92904615,15.356283,36.339443,7.0769067,2.2675087,17.993784,466.2806,151.347,19.118013,0.801656,2.713452,117.586464,3.872346,202.96722,257.22638,1937.0226,665.93884,103.078354,145.06128,139.05537,6.22634,9.272897,53.822605,6.400415,10.038774,20.458223,30.264812,114.684105,19.059689,19.086792,55.01453,12.060704,3484.3704,23.472113,22.569445,17.548538,11.269724,183.88492,37.81,19.756945,5.8332515,11.765351,16.805391,67.35599,137.41594,31.190971,152.01398,23.074564,12.90509,89.95469,57.017292,148.66327,79.55036,3.525611,4.192708,5.4060645,29.790545,4846.708,3.2725317,10.9228735,63.434494,16.380762,157.89891,55.84028,117.63846,3.3072274,81.509026,473.7588,322.67157,48.622295,433.29337,56.70139,58.391552,93.09626,22.061317,3.5148363,19.581,559.4687,0.51513046,0.9134213,90.76502,13.305535,8.940165,10.647377,16.956158,127.63239,29.797916,155.51009,806.0194,387.23486,2588.1372,2030.9739,30.333405,60.30366,3424.525,18.6165,88.108795,599.16754,150.11403,206.89757,94.34503,503.1037,485.0975,462.2461,14.83619,113.18445,338.28253,631.67834,23.43741,187.41255,29.424307,1.7162825,51.061947,1.1630893,1.2530642,5.052499,15.938056,183.94356,34.098713,19.52824,412.80954,119.18865,71.00099,90.979164,30.624603,55.019096,20.38426,17.106714,19.85625,142.92932,57.472027,27.672068,18.777512,14.847222,32.405754,26.278702,3.640592,134.58243,32.537785,344.52176,13.345295,623.5795,32.24339,509.1293,255.7568,13.679399,15.064435,390.15036,496.82352,1528.971,398.03186 +2023-11-06 11:00:00,0.0,5050.3022,134.20009,73.12898,101.31358,62.52302,327.86533,46.236904,97.26768,27.128088,56.48333,913.21326,86.71,27.122826,241.7042,1.2538676,1.0602843,52.14302,2.3176467,2.1352377,941.4135,2.7463512,939.81146,120.33352,0.11594696,5.9375644,405.18304,43.140705,221.3355,168.78786,7346.342,1.2770041,2715.6133,20.124994,0.4788079,0.87222874,2.3198438,283.88882,340.4712,45.946968,61.99861,40.308426,14.370162,1360.6113,11.649864,62.59924,21.134338,474.70117,26.126686,427.618,8.875326,62.615917,0.0,914.99146,3380.6045,0.62512285,266.82303,28.08371,21761.076,33.440544,0.9287888,15.3453245,36.31674,7.0750446,2.2668612,17.984907,466.0159,151.22165,19.10132,0.8013883,2.7123184,117.57886,3.8689828,202.87527,257.25735,1937.3103,665.6261,103.0688,145.09761,139.2564,6.233198,9.280862,53.958252,6.422893,10.067554,20.444954,30.24699,114.74603,19.054688,19.073862,55.003994,12.062073,3484.6963,23.46459,22.568056,17.546465,11.268778,183.89723,37.81317,19.749306,5.834737,11.75891,16.79799,67.33816,137.36894,31.188402,152.01868,23.069683,12.891785,89.88655,56.983772,148.54189,79.5661,3.5372388,4.190729,5.4052267,29.772154,4842.5654,3.2809641,10.908879,63.41822,16.375132,157.86787,55.875973,117.64084,3.3077216,81.4841,473.71536,322.71945,48.59256,433.165,56.679863,58.384586,93.06208,22.081684,3.5187454,19.591303,559.3659,0.51523036,0.91439116,90.81343,13.323589,8.941074,10.652016,16.958,127.69958,29.84146,155.51926,806.1786,387.00378,2587.4902,2030.6665,30.316662,60.246906,3422.4001,18.625164,88.030785,599.0308,149.98509,206.74274,94.276024,502.64297,484.81894,462.25626,14.827238,113.11689,338.2497,631.3704,23.42122,187.29094,29.40007,1.7162129,51.06434,1.1630642,1.2531548,5.0517864,15.932195,183.74564,34.080902,19.527176,412.57507,119.11446,70.95705,90.927086,30.604683,55.02309,20.369907,17.08333,19.849375,142.85437,57.44423,27.648352,18.803534,14.840278,32.377995,26.268795,3.6371562,134.50975,32.509125,344.34082,13.339212,623.1721,32.223915,509.54477,255.64952,13.664928,15.059043,389.8412,496.46808,1528.2899,398.4721 +2023-11-06 12:00:00,0.0,5047.568,134.09293,73.06066,101.280685,62.50125,327.87506,46.23258,97.24895,27.119936,56.477856,912.3031,86.72615,27.117931,241.60031,1.252283,1.0585598,52.165577,2.3139553,2.1513653,941.61975,2.7669485,940.38495,120.362236,0.11673395,5.9827743,405.61407,43.149998,221.6926,168.85425,7341.112,1.2848115,2715.587,20.226006,0.48101288,0.87674505,2.334447,283.82806,340.40442,46.066906,61.983334,40.307915,14.365456,1359.7017,11.71295,62.562878,21.117775,474.69742,26.107233,427.8151,8.870458,62.57809,0.0,914.7488,3378.6555,0.624478,266.67368,28.065971,21746.953,33.427876,0.9285314,15.334365,36.29403,7.073182,2.2662137,17.976032,465.75116,151.0963,19.084625,0.8011206,2.711185,117.57125,3.8656197,202.78333,257.28833,1937.5979,665.3133,103.05925,145.13396,139.45743,6.240057,9.288827,54.093895,6.4453707,10.096335,20.431684,30.229168,114.80796,19.049685,19.06093,54.993454,12.06344,3485.0222,23.457066,22.566668,17.544392,11.267831,183.90953,37.816345,19.741667,5.836222,11.75247,16.790588,67.32033,137.32193,31.185833,152.02339,23.064802,12.87848,89.81842,56.95025,148.42052,79.58185,3.5488665,4.18875,5.404389,29.753763,4838.423,3.2893965,10.894885,63.401947,16.3695,157.83685,55.911667,117.64321,3.3082159,81.45917,473.67194,322.7673,48.56282,433.03665,56.658333,58.377625,93.0279,22.102049,3.5226548,19.601608,559.2631,0.51533026,0.9153611,90.86184,13.341642,8.941985,10.656653,16.959843,127.766754,29.885,155.52841,806.3378,386.77274,2586.843,2030.3593,30.29992,60.19015,3420.2756,18.633825,87.952774,598.8941,149.85617,206.5879,94.207016,502.18222,484.5404,462.26642,14.818286,113.04933,338.21686,631.0625,23.405033,187.16931,29.375834,1.7161434,51.066734,1.1630393,1.2532455,5.0510736,15.926333,183.54773,34.063095,19.52611,412.3406,119.040276,70.91309,90.875,30.584763,55.027084,20.355556,17.059946,19.8425,142.77942,57.41643,27.624636,18.829557,14.833333,32.35024,26.258888,3.6337206,134.43709,32.480465,344.15988,13.33313,622.76465,32.204437,509.96024,255.54222,13.650458,15.053652,389.532,496.1126,1527.6088,398.91235 +2023-11-06 13:00:00,0.0,5044.834,133.98576,72.99235,101.24779,62.47948,327.8848,46.228256,97.23021,27.111786,56.472378,911.393,86.7423,27.113037,241.49643,1.2506984,1.0568353,52.188133,2.3102639,2.1674929,941.82605,2.7875454,940.9585,120.39095,0.117520936,6.0279837,406.0451,43.159294,222.0497,168.92064,7335.882,1.2926189,2715.5608,20.327017,0.48321787,0.88126135,2.3490503,283.76733,340.33762,46.186844,61.968056,40.307407,14.360748,1358.7921,11.776036,62.52652,21.10121,474.6937,26.08778,428.01218,8.865588,62.54026,0.0,914.5061,3376.7068,0.6238331,266.52432,28.048233,21732.83,33.415207,0.92827404,15.323406,36.271324,7.07132,2.2655659,17.967155,465.48645,150.97093,19.067932,0.80085284,2.7100513,117.56365,3.8622565,202.69139,257.3193,1937.8856,665.00055,103.0497,145.17029,139.65845,6.2469153,9.296793,54.22954,6.467849,10.125116,20.418415,30.211344,114.86989,19.044683,19.048,54.982918,12.064809,3485.3481,23.449543,22.565277,17.54232,11.266885,183.92183,37.819515,19.734028,5.8377075,11.746029,16.783186,67.30249,137.27493,31.183264,152.02809,23.059923,12.865174,89.75029,56.91673,148.29913,79.59759,3.5604944,4.186771,5.4035506,29.735374,4834.281,3.2978287,10.880891,63.385674,16.363869,157.80582,55.94736,117.64559,3.3087103,81.434235,473.6285,322.8152,48.53308,432.90833,56.636806,58.37066,92.99372,22.122416,3.526564,19.611914,559.16034,0.51543015,0.916331,90.91025,13.359696,8.942895,10.661292,16.961685,127.83394,29.928543,155.53758,806.497,386.5417,2586.1958,2030.052,30.283175,60.133396,3418.1511,18.642488,87.87477,598.7573,149.72723,206.43309,94.13801,501.72147,484.26184,462.27658,14.809333,112.98178,338.18402,630.7546,23.388844,187.0477,29.351599,1.7160738,51.06913,1.1630143,1.2533361,5.0503607,15.920473,183.34982,34.045284,19.525045,412.10614,118.96608,70.86915,90.822914,30.564842,55.031075,20.341204,17.03656,19.835625,142.70447,57.388634,27.60092,18.855581,14.826389,32.32248,26.24898,3.630285,134.36443,32.451805,343.97894,13.327047,622.35724,32.184963,510.37573,255.43492,13.635988,15.04826,389.22284,495.75714,1526.9276,399.35257 +2023-11-06 14:00:00,0.0,5042.0996,133.87862,72.92403,101.21488,62.45771,327.89456,46.223934,97.21148,27.103634,56.466904,910.48285,86.75845,27.108143,241.39255,1.2491138,1.0551108,52.21069,2.3065724,2.1836205,942.03235,2.8081427,941.53204,120.41968,0.118307926,6.0731936,406.47614,43.16859,222.40678,168.98701,7330.652,1.3004262,2715.5344,20.428028,0.48542285,0.88577765,2.3636534,283.70657,340.2708,46.30678,61.952778,40.3069,14.356042,1357.8826,11.839122,62.490158,21.084646,474.69,26.068327,428.20926,8.86072,62.502434,0.0,914.2634,3374.758,0.62318826,266.37497,28.030495,21718.709,33.402542,0.92801666,15.312448,36.248615,7.069458,2.2649183,17.95828,465.22174,150.84558,19.051239,0.80058515,2.7089176,117.556046,3.8588934,202.59944,257.35028,1938.1732,664.68774,103.04016,145.20663,139.85948,6.2537737,9.304758,54.36519,6.490327,10.153897,20.405146,30.193521,114.93182,19.03968,19.035069,54.97238,12.066176,3485.674,23.44202,22.563889,17.540247,11.265939,183.93413,37.822685,19.726389,5.8391933,11.739589,16.775784,67.28466,137.22794,31.180695,152.0328,23.055042,12.851869,89.68215,56.88321,148.17776,79.61333,3.572122,4.1847916,5.402713,29.716984,4830.138,3.306261,10.866896,63.3694,16.358238,157.77478,55.983055,117.647964,3.3092046,81.40931,473.5851,322.86304,48.503345,432.77997,56.615276,58.363697,92.95954,22.142782,3.5304732,19.622217,559.05756,0.51553005,0.9173009,90.95866,13.377749,8.943806,10.66593,16.963528,127.90112,29.972084,155.54675,806.65625,386.3106,2585.5486,2029.7448,30.266432,60.07664,3416.0264,18.65115,87.79676,598.6206,149.59831,206.27826,94.06901,501.26074,483.98328,462.28674,14.800381,112.91422,338.15118,630.44666,23.372656,186.92607,29.327362,1.7160041,51.071526,1.1629894,1.2534267,5.049648,15.914612,183.15192,34.027473,19.523981,411.87167,118.89189,70.8252,90.770836,30.544922,55.03507,20.326853,17.013176,19.82875,142.62952,57.360836,27.577202,18.881605,14.819445,32.294724,26.239073,3.6268494,134.29175,32.42315,343.798,13.320964,621.94977,32.165485,510.7912,255.32764,13.621518,15.042868,388.91367,495.40167,1526.2465,399.79282 +2023-11-06 15:00:00,0.0,5039.3657,133.77145,72.85571,101.181984,62.435936,327.9043,46.21961,97.19274,27.095484,56.461426,909.5727,86.77461,27.103249,241.28867,1.2475291,1.0533863,52.233246,2.302881,2.1997483,942.2386,2.8287396,942.1055,120.448395,0.11909491,6.1184034,406.90717,43.177883,222.76389,169.0534,7325.422,1.3082336,2715.508,20.52904,0.48762783,0.890294,2.3782568,283.64584,340.204,46.426716,61.9375,40.306393,14.351335,1356.9729,11.902207,62.4538,21.06808,474.68628,26.048874,428.40634,8.85585,62.464603,0.0,914.0207,3372.809,0.6225434,266.22565,28.012756,21704.586,33.389874,0.9277593,15.301488,36.22591,7.067596,2.2642708,17.949406,464.957,150.72023,19.034546,0.8003174,2.707784,117.54844,3.8555303,202.50749,257.38126,1938.4609,664.375,103.03061,145.24297,140.06052,6.2606325,9.312723,54.500835,6.5128045,10.182678,20.391876,30.175697,114.99375,19.03468,19.022139,54.96184,12.067545,3486.0,23.434496,22.5625,17.538174,11.264992,183.94643,37.825855,19.71875,5.8406787,11.733148,16.768383,67.26683,137.18092,31.178125,152.0375,23.050161,12.838564,89.61402,56.849686,148.05638,79.62907,3.5837498,4.182812,5.401875,29.698593,4825.996,3.3146935,10.852901,63.353127,16.352608,157.74374,56.01875,117.650345,3.309699,81.38438,473.5417,322.91092,48.473606,432.6516,56.59375,58.35673,92.925354,22.163149,3.5343823,19.632523,558.9548,0.51562995,0.9182708,91.007065,13.395803,8.944716,10.670568,16.965372,127.96831,30.015625,155.55592,806.8154,386.07956,2584.9014,2029.4375,30.24969,60.019886,3413.9019,18.659813,87.71875,598.4839,149.46938,206.12343,94.0,500.8,483.70474,462.2969,14.791429,112.846664,338.11835,630.13873,23.356466,186.80446,29.303125,1.7159346,51.07392,1.1629645,1.2535174,5.048935,15.908751,182.954,34.009663,19.522917,411.6372,118.8177,70.78125,90.71875,30.525002,55.039062,20.3125,16.989792,19.821875,142.55457,57.33304,27.553486,18.907629,14.8125,32.266964,26.229166,3.6234136,134.21909,32.39449,343.61707,13.314881,621.54236,32.14601,511.20667,255.22034,13.607048,15.037476,388.6045,495.0462,1525.5653,400.23303 +2023-11-06 16:00:00,0.0,5036.632,133.66429,72.78739,101.149086,62.414165,327.91403,46.215286,97.174,27.087332,56.45595,908.66254,86.790764,27.098354,241.1848,1.2459445,1.0516618,52.2558,2.2991896,2.2158759,942.4449,2.8493366,942.6791,120.47711,0.11988189,6.1636133,407.3382,43.18718,223.12099,169.1198,7320.1924,1.3160409,2715.4817,20.63005,0.48983282,0.8948103,2.39286,283.58508,340.1372,46.546654,61.922222,40.305885,14.346628,1356.0634,11.965293,62.41744,21.051517,474.6825,26.02942,428.6034,8.850982,62.426773,0.0,913.778,3370.8604,0.62189853,266.0763,27.995018,21690.463,33.377205,0.9275019,15.290529,36.2032,7.065734,2.2636232,17.940529,464.6923,150.59488,19.01785,0.8000497,2.7066503,117.54084,3.8521671,202.41556,257.41223,1938.7487,664.0622,103.02106,145.2793,140.26154,6.267491,9.320689,54.636482,6.5352826,10.211458,20.378607,30.157875,115.05568,19.029678,19.009209,54.951305,12.0689125,3486.326,23.426973,22.561111,17.5361,11.264046,183.95874,37.829025,19.711111,5.842164,11.726707,16.76098,67.249,137.13393,31.175554,152.0422,23.045282,12.825258,89.54589,56.816166,147.93501,79.644806,3.5953777,4.1808333,5.4010367,29.680204,4821.8535,3.3231256,10.838907,63.336853,16.346977,157.7127,56.054447,117.65272,3.3101933,81.35944,473.49826,322.95877,48.443867,432.52325,56.572224,58.34977,92.891174,22.183516,3.5382917,19.642826,558.852,0.51572984,0.9192407,91.05547,13.4138565,8.945626,10.675206,16.967215,128.03549,30.059168,155.5651,806.9746,385.84848,2584.2544,2029.1301,30.232946,59.96313,3411.7773,18.668476,87.64074,598.3471,149.34044,205.96861,93.93099,500.33926,483.42618,462.30707,14.782476,112.77911,338.08554,629.8308,23.340279,186.68283,29.278889,1.715865,51.076313,1.1629394,1.253608,5.048222,15.902889,182.75609,33.99185,19.52185,411.40274,118.743515,70.737305,90.666664,30.505081,55.043056,20.29815,16.966408,19.815,142.47961,57.30524,27.52977,18.933653,14.805555,32.23921,26.219257,3.619978,134.14642,32.36583,343.43616,13.308799,621.1349,32.126537,511.62213,255.11304,13.592579,15.0320835,388.29532,494.69077,1524.8842,400.67328 +2023-11-06 17:00:00,0.0,5033.8975,133.55714,72.71908,101.11618,62.392395,327.92377,46.210964,97.15527,27.07918,56.450478,907.7524,86.806915,27.09346,241.08092,1.24436,1.0499374,52.278355,2.2954984,2.2320035,942.6511,2.8699338,943.25256,120.50583,0.12066888,6.208823,407.76923,43.196472,223.47809,169.18619,7314.9624,1.3238482,2715.4553,20.731062,0.4920378,0.8993266,2.407463,283.52435,340.0704,46.66659,61.906944,40.305374,14.341921,1355.1538,12.0283785,62.38108,21.034952,474.6788,26.00997,428.80048,8.846112,62.388947,0.0,913.53534,3368.9116,0.62125367,265.92694,27.97728,21676.342,33.364536,0.92724454,15.279571,36.180496,7.063872,2.2629757,17.931654,464.42755,150.46953,19.001158,0.799782,2.7055166,117.53323,3.848804,202.32361,257.4432,1939.0363,663.74945,103.01151,145.31564,140.46257,6.274349,9.328654,54.77213,6.5577607,10.240239,20.36534,30.14005,115.11761,19.024675,18.996277,54.940765,12.070281,3486.6519,23.419449,22.559723,17.534029,11.2631,183.97104,37.832195,19.703472,5.8436494,11.720266,16.753578,67.23117,137.08691,31.172985,152.04692,23.040401,12.811953,89.47776,56.782646,147.81363,79.660545,3.6070054,4.178854,5.400199,29.661814,4817.7114,3.331558,10.824913,63.32058,16.341347,157.68167,56.09014,117.6551,3.3106875,81.33451,473.45483,323.00665,48.41413,432.3949,56.550694,58.342804,92.856995,22.20388,3.5422008,19.653131,558.7492,0.51582974,0.9202106,91.10388,13.4319105,8.946537,10.679845,16.969057,128.10266,30.102709,155.57426,807.13385,385.61743,2583.6072,2028.8229,30.216204,59.906376,3409.6528,18.677137,87.56273,598.2104,149.21152,205.81378,93.861984,499.8785,483.14764,462.31723,14.773523,112.711555,338.0527,629.52295,23.32409,186.56122,29.254654,1.7157954,51.07871,1.1629145,1.2536986,5.047509,15.897028,182.55818,33.974045,19.520786,411.16827,118.66933,70.69335,90.614586,30.485159,55.04705,20.283796,16.943024,19.808125,142.40466,57.277443,27.506054,18.959677,14.798611,32.21145,26.20935,3.6165423,134.07375,32.33717,343.25522,13.302716,620.7275,32.10706,512.0376,255.00575,13.578109,15.026692,387.9861,494.3353,1524.203,401.1135 +2023-11-06 18:00:00,0.0,5031.1636,133.44998,72.65076,101.08328,62.370625,327.9335,46.20664,97.136536,27.07103,56.445,906.8423,86.82307,27.088566,240.97704,1.2427753,1.0482129,52.30091,2.291807,2.248131,942.8574,2.8905308,943.8261,120.534546,0.12145586,6.2540326,408.20026,43.20577,223.83519,169.25258,7309.7324,1.3316556,2715.429,20.832073,0.4942428,0.9038429,2.4220665,283.46362,340.0036,46.78653,61.891666,40.304867,14.337214,1354.2443,12.091465,62.34472,21.018389,474.67508,25.990517,428.99756,8.841244,62.351116,0.0,913.2927,3366.963,0.6206088,265.77762,27.959541,21662.219,33.35187,0.9269872,15.268611,36.15779,7.0620093,2.2623281,17.922777,464.16284,150.34418,18.984465,0.7995143,2.704383,117.52563,3.8454409,202.23166,257.47415,1939.324,663.43665,103.00196,145.35197,140.6636,6.281208,9.336619,54.907776,6.5802383,10.26902,20.35207,30.122229,115.179535,19.019674,18.983347,54.93023,12.071649,3486.9778,23.411926,22.558332,17.531956,11.262153,183.98334,37.83537,19.695833,5.845135,11.713826,16.746176,67.21333,137.03992,31.170416,152.05162,23.03552,12.798647,89.40962,56.749126,147.69225,79.676285,3.6186333,4.1768746,5.399361,29.643423,4813.569,3.3399901,10.810919,63.304306,16.335716,157.65063,56.125835,117.65747,3.311182,81.309586,473.4114,323.0545,48.38439,432.26657,56.529167,58.33584,92.822815,22.224247,3.5461102,19.663435,558.6464,0.51592964,0.92118055,91.15229,13.449965,8.947447,10.684484,16.9709,128.16985,30.14625,155.58344,807.293,385.38638,2582.96,2028.5156,30.199461,59.84962,3407.528,18.6858,87.48472,598.07367,149.08258,205.65895,93.792984,499.4178,482.86908,462.3274,14.764571,112.644,338.01987,629.215,23.307901,186.4396,29.230417,1.7157258,51.081104,1.1628895,1.2537892,5.0467963,15.891168,182.36026,33.956234,19.519722,410.9338,118.59513,70.64941,90.5625,30.465239,55.05104,20.269445,16.91964,19.80125,142.32971,57.249645,27.482338,18.985699,14.791667,32.18369,26.199444,3.6131067,134.00108,32.308514,343.07428,13.296634,620.32,32.087585,512.45306,254.89845,13.563639,15.0213,387.67694,493.97983,1523.5219,401.55374 +2023-11-06 19:00:00,0.0,5028.429,133.34282,72.58244,101.050385,62.348854,327.94324,46.202316,97.117805,27.062878,56.439526,905.9321,86.83922,27.08367,240.87315,1.2411907,1.0464884,52.323467,2.2881155,2.2642589,943.0637,2.911128,944.39966,120.56326,0.12224285,6.2992425,408.6313,43.215065,224.19228,169.31897,7304.5024,1.339463,2715.4026,20.933084,0.49644777,0.9083592,2.4366696,283.40286,339.9368,46.906464,61.87639,40.30436,14.332507,1353.3346,12.154551,62.30836,21.001823,474.67133,25.971064,429.19464,8.836374,62.31329,0.0,913.05005,3365.014,0.61996394,265.62827,27.941801,21648.096,33.339203,0.9267298,15.257652,36.135082,7.0601473,2.2616806,17.913902,463.89813,150.21883,18.96777,0.79924655,2.7032492,117.51802,3.8420777,202.13972,257.50513,1939.6116,663.12384,102.99241,145.3883,140.86462,6.2880664,9.344585,55.043423,6.6027164,10.297801,20.3388,30.104404,115.24146,19.014673,18.970417,54.91969,12.073017,3487.3037,23.404404,22.556944,17.529882,11.261207,183.99564,37.83854,19.688194,5.8466206,11.707385,16.738773,67.1955,136.99292,31.167847,152.05634,23.030642,12.785342,89.34149,56.715603,147.57088,79.69203,3.630261,4.174896,5.398523,29.625034,4809.4263,3.3484225,10.796925,63.288036,16.330086,157.6196,56.16153,117.65985,3.3116763,81.28465,473.368,323.1024,48.354652,432.1382,56.507637,58.328876,92.788635,22.244614,3.5500193,19.67374,558.54364,0.5160296,0.92215043,91.2007,13.468018,8.948358,10.689121,16.972742,128.23703,30.189793,155.5926,807.4523,385.1553,2582.3127,2028.2084,30.182716,59.792866,3405.4036,18.694462,87.406715,597.9369,148.95366,205.50414,93.723976,498.95703,482.59055,462.33755,14.755619,112.57645,337.98703,628.9071,23.291712,186.31798,29.20618,1.7156563,51.0835,1.1628646,1.2538799,5.0460835,15.885306,182.16235,33.938423,19.518658,410.69934,118.52094,70.60546,90.510414,30.445318,55.055035,20.255093,16.896255,19.794374,142.25476,57.221848,27.458622,19.011723,14.784722,32.155933,26.189535,3.6096709,133.92842,32.279854,342.89334,13.290551,619.9126,32.06811,512.8685,254.79115,13.549169,15.015908,387.36777,493.62436,1522.8408,401.994 +2023-11-06 20:00:00,0.0,5025.6953,133.23566,72.51412,101.01748,62.327084,327.953,46.197994,97.09907,27.054728,56.43405,905.022,86.85537,27.078775,240.76927,1.2396061,1.0447639,52.346024,2.284424,2.2803864,943.26996,2.931725,944.97314,120.59199,0.123029836,6.3444524,409.06232,43.224358,224.54938,169.38536,7299.2725,1.3472704,2715.3762,21.034096,0.49865276,0.91287553,2.451273,283.34213,339.87,47.0264,61.86111,40.303852,14.327801,1352.425,12.217636,62.272,20.985258,474.6676,25.95161,429.39172,8.831506,62.27546,0.0,912.8074,3363.0652,0.6193191,265.4789,27.924063,21633.973,33.326534,0.9264724,15.246694,36.112373,7.058285,2.261033,17.905027,463.6334,150.09348,18.951077,0.7989788,2.7021158,117.51042,3.8387148,202.04778,257.5361,1939.8993,662.8111,102.98286,145.42465,141.06566,6.2949247,9.3525505,55.179066,6.6251945,10.326582,20.325531,30.086582,115.3034,19.00967,18.957485,54.909153,12.074385,3487.6296,23.39688,22.555555,17.527811,11.260261,184.00793,37.84171,19.680555,5.848106,11.700945,16.731373,67.17767,136.9459,31.165277,152.06104,23.02576,12.772037,89.27336,56.682083,147.4495,79.70777,3.6418889,4.1729164,5.397685,29.606644,4805.284,3.356855,10.782929,63.271763,16.324453,157.58856,56.197224,117.662224,3.3121707,81.25972,473.3246,323.15024,48.324913,432.00986,56.48611,58.32191,92.754456,22.26498,3.5539286,19.684046,558.44086,0.5161295,0.9231203,91.24911,13.486072,8.949268,10.69376,16.974585,128.30421,30.233334,155.60178,807.61145,384.92426,2581.6655,2027.901,30.165974,59.73611,3403.279,18.703125,87.328705,597.8002,148.82472,205.3493,93.65497,498.4963,482.31198,462.34772,14.746667,112.50889,337.9542,628.5992,23.275524,186.19637,29.181946,1.7155867,51.085896,1.1628397,1.2539705,5.0453706,15.879445,181.96445,33.920612,19.517591,410.46487,118.446754,70.56151,90.458336,30.425398,55.05903,20.240742,16.872871,19.7875,142.17981,57.19405,27.434904,19.037746,14.777778,32.128174,26.179628,3.6062353,133.85574,32.251194,342.7124,13.284469,619.5051,32.048634,513.28406,254.68385,13.5346985,15.010516,387.0586,493.26892,1522.1597,402.4342 +2023-11-06 21:00:00,0.0,5022.961,133.12851,72.44581,100.98458,62.305313,327.96274,46.193672,97.08033,27.046576,56.428574,904.1118,86.87152,27.073881,240.66539,1.2380215,1.0430394,52.368576,2.2807326,2.296514,943.47626,2.9523222,945.5467,120.620705,0.12381682,6.3896623,409.49335,43.233654,224.90648,169.45174,7294.0425,1.3550776,2715.3499,21.135107,0.5008578,0.91739184,2.465876,283.28137,339.8032,47.14634,61.845833,40.30334,14.323093,1351.5155,12.280722,62.23564,20.968695,474.6639,25.932158,429.5888,8.826636,62.237633,0.0,912.5647,3361.1165,0.6186742,265.3296,27.906324,21619.852,33.313866,0.92621505,15.235734,36.08967,7.056423,2.2603855,17.89615,463.36868,149.96812,18.934383,0.7987111,2.700982,117.502815,3.8353517,201.95583,257.56708,1940.187,662.4983,102.97331,145.46098,141.26668,6.3017836,9.360517,55.314713,6.647672,10.355363,20.312262,30.06876,115.365326,19.00467,18.944555,54.898613,12.075753,3487.9556,23.389357,22.554167,17.525738,11.259314,184.02025,37.84488,19.672916,5.8495913,11.694504,16.72397,67.15984,136.89891,31.162708,152.06575,23.02088,12.758731,89.20522,56.648563,147.32812,79.72351,3.6535165,4.1709375,5.3968472,29.588253,4801.1416,3.365287,10.768935,63.25549,16.318823,157.55753,56.232918,117.664604,3.312665,81.234795,473.28116,323.1981,48.295177,431.8815,56.464584,58.31495,92.720276,22.285345,3.5578377,19.69435,558.33813,0.5162294,0.92409027,91.297516,13.504125,8.950178,10.698398,16.976429,128.3714,30.276875,155.61095,807.7706,384.69318,2581.0186,2027.5938,30.149231,59.679356,3401.1543,18.711786,87.250694,597.6634,148.69579,205.19447,93.58597,498.03555,482.03342,462.35788,14.737714,112.44134,337.92136,628.29126,23.259335,186.07474,29.15771,1.715517,51.088287,1.1628146,1.2540611,5.0446577,15.873584,181.76653,33.9028,19.516527,410.2304,118.37257,70.51756,90.40625,30.405478,55.063023,20.226389,16.849487,19.780624,142.10486,57.166252,27.411188,19.06377,14.770833,32.100418,26.169722,3.6027997,133.78308,32.222534,342.53146,13.278386,619.0977,32.02916,513.6995,254.57657,13.520228,15.005125,386.74942,492.91345,1521.4785,402.87445 +2023-11-06 22:00:00,0.0,5020.227,133.02135,72.37749,100.95168,62.283543,327.97247,46.189346,97.0616,27.038424,56.4231,903.20166,86.88768,27.068987,240.56151,1.2364368,1.041315,52.391132,2.2770412,2.3126416,943.6825,2.9729192,946.1202,120.64942,0.12460381,6.4348717,409.92438,43.242947,225.26358,169.51813,7288.8125,1.362885,2715.3235,21.236118,0.5030627,0.92190814,2.4804792,283.22064,339.7364,47.266277,61.830555,40.302834,14.318387,1350.6058,12.343807,62.19928,20.95213,474.66016,25.912704,429.7859,8.821768,62.199802,0.0,912.322,3359.1675,0.61802936,265.18024,27.888586,21605.729,33.3012,0.9259577,15.224775,36.066963,7.054561,2.2597377,17.887276,463.10394,149.84276,18.91769,0.7984434,2.6998484,117.49521,3.8319886,201.86389,257.59805,1940.4746,662.18555,102.96376,145.49731,141.46771,6.308642,9.368482,55.45036,6.6701503,10.384144,20.298992,30.050936,115.42725,18.999666,18.931625,54.888077,12.077121,3488.2815,23.381834,22.552778,17.523664,11.258368,184.03255,37.84805,19.665277,5.8510766,11.688064,16.716568,67.14201,136.8519,31.16014,152.07045,23.016,12.745426,89.13709,56.61504,147.20674,79.73925,3.6651444,4.168958,5.396009,29.569864,4796.9995,3.3737195,10.754941,63.239216,16.313192,157.52649,56.268612,117.66698,3.3131595,81.20986,473.23773,323.24597,48.265438,431.75314,56.443054,58.307983,92.6861,22.305712,3.5617468,19.704655,558.23535,0.5163293,0.92506015,91.345924,13.522179,8.951089,10.703036,16.978271,128.43858,30.320417,155.62012,807.9299,384.46213,2580.3713,2027.2865,30.132488,59.6226,3399.0298,18.72045,87.17268,597.5267,148.56686,205.03964,93.51696,497.57483,481.75488,462.36804,14.728762,112.37378,337.88852,627.98334,23.243147,185.95312,29.133472,1.7154475,51.090683,1.1627897,1.2541518,5.043945,15.8677225,181.56862,33.88499,19.515463,409.99594,118.29838,70.47361,90.354164,30.385557,55.067013,20.212038,16.826103,19.77375,142.0299,57.138454,27.387472,19.089794,14.763889,32.07266,26.159813,3.599364,133.71042,32.193874,342.35052,13.272304,618.69025,32.009686,514.115,254.46927,13.505758,14.999733,386.44025,492.55798,1520.7974,403.31467 +2023-11-06 23:00:00,0.0,5017.4927,132.91418,72.30917,100.918785,62.261772,327.9822,46.185024,97.04286,27.030273,56.417625,902.29156,86.90383,27.064093,240.45763,1.2348523,1.0395905,52.41369,2.27335,2.3287694,943.8888,2.9935162,946.6937,120.67814,0.1253908,6.4800816,410.3554,43.252243,225.62068,169.58452,7283.5825,1.3706924,2715.2974,21.33713,0.50526774,0.92642444,2.4950826,283.15988,339.6696,47.386215,61.815277,40.302326,14.31368,1349.6963,12.406893,62.16292,20.935566,474.65643,25.893251,429.98294,8.816898,62.161972,0.0,912.07935,3357.2188,0.6173845,265.03088,27.870848,21591.605,33.288532,0.9257003,15.213817,36.044254,7.052699,2.2590902,17.878399,462.83923,149.7174,18.900995,0.7981757,2.6987147,117.48761,3.8286254,201.77194,257.62903,1940.7623,661.87274,102.954216,145.53366,141.66875,6.3155007,9.376447,55.586006,6.6926284,10.412925,20.285723,30.033112,115.48918,18.994665,18.918694,54.877537,12.078489,3488.6074,23.37431,22.55139,17.521591,11.2574215,184.04485,37.85122,19.657639,5.8525624,11.6816225,16.709166,67.124176,136.8049,31.15757,152.07516,23.01112,12.7321205,89.06896,56.58152,147.08537,79.75499,3.676772,4.166979,5.395171,29.551474,4792.857,3.3821516,10.740947,63.222942,16.307562,157.49545,56.304306,117.66936,3.3136537,81.18493,473.1943,323.29382,48.2357,431.62482,56.421528,58.30102,92.65192,22.326078,3.5656562,19.714958,558.13257,0.5164292,0.92603004,91.39433,13.540232,8.951999,10.707674,16.980114,128.50577,30.363958,155.62927,808.08905,384.23108,2579.724,2026.9792,30.115746,59.565845,3396.9053,18.72911,87.09467,597.38995,148.43793,204.88483,93.44795,497.11407,481.47632,462.3782,14.71981,112.30622,337.85568,627.6754,23.226957,185.8315,29.109238,1.7153779,51.09308,1.1627648,1.2542424,5.0432324,15.861861,181.37071,33.867184,19.514397,409.76147,118.22418,70.429665,90.302086,30.365637,55.071007,20.197685,16.80272,19.766874,141.95496,57.110657,27.363756,19.115818,14.756945,32.0449,26.149906,3.5959282,133.63774,32.16522,342.1696,13.266221,618.28284,31.990208,514.53046,254.36197,13.491288,14.994341,386.13107,492.2025,1520.1162,403.7549 +2023-11-07 00:00:00,0.0,5014.759,132.80702,72.24085,100.88588,62.24,327.99194,46.180702,97.02413,27.022121,56.412148,901.3814,86.91998,27.059198,240.35374,1.2332677,1.0378659,52.436245,2.2696586,2.344897,944.0951,3.0141134,947.2672,120.706856,0.12617777,6.5252914,410.78644,43.26154,225.97778,169.65091,7278.3525,1.3784997,2715.271,21.43814,0.5074727,0.93094075,2.509686,283.09915,339.60278,47.50615,61.8,40.30182,14.308973,1348.7867,12.469979,62.12656,20.919,474.6527,25.8738,430.18002,8.81203,62.124146,0.0,911.8367,3355.27,0.61673963,264.88153,27.85311,21577.482,33.275864,0.92544293,15.202857,36.021545,7.0508366,2.2584426,17.869524,462.5745,149.59206,18.884302,0.79790795,2.697581,117.48,3.8252623,201.68,257.66,1941.05,661.56,102.944664,145.56999,141.86977,6.322359,9.384413,55.721653,6.715106,10.441706,20.272455,30.01529,115.55111,18.989664,18.905764,54.867,12.079857,3488.9333,23.366787,22.55,17.51952,11.2564745,184.05714,37.854393,19.65,5.854048,11.675182,16.701765,67.106346,136.7579,31.154999,152.07986,23.006239,12.718815,89.00083,56.548,146.96399,79.77073,3.6883998,4.165,5.3943334,29.533083,4788.7144,3.390584,10.726953,63.20667,16.301931,157.46442,56.34,117.67173,3.314148,81.16,473.15088,323.3417,48.205963,431.49646,56.4,58.294056,92.61774,22.346445,3.5695653,19.725264,558.0298,0.5165291,0.927,91.44274,13.558286,8.952909,10.712313,16.981956,128.57295,30.407501,155.63844,808.2483,384.0,2579.077,2026.672,30.099,59.50909,3394.7805,18.737774,87.01666,597.2532,148.309,204.73,93.378944,496.65332,481.19778,462.38837,14.710857,112.23867,337.82285,627.3675,23.21077,185.70988,29.085001,1.7153083,51.095474,1.1627398,1.254333,5.0425196,15.856001,181.17279,33.849373,19.513332,409.527,118.149994,70.38571,90.25,30.345715,55.075,20.183334,16.779333,19.76,141.88,57.08286,27.34004,19.141842,14.75,32.017143,26.14,3.5924926,133.56508,32.13656,341.98865,13.260138,617.87537,31.970734,514.9459,254.25468,13.476818,14.988949,385.8219,491.84705,1519.435,404.19513 +2023-11-07 01:00:00,0.0,5012.025,132.69987,72.17254,100.85298,62.21823,328.0017,46.176376,97.005394,27.013971,56.406673,900.47125,86.936134,27.054304,240.24988,1.231683,1.0361414,52.4588,2.2659671,2.3610246,944.30133,3.0347104,947.84076,120.73557,0.12696476,6.5705013,411.21747,43.270832,226.33487,169.7173,7273.1226,1.3863071,2715.2446,21.539152,0.5096777,0.93545705,2.5242891,283.03842,339.53598,47.626087,61.78472,40.30131,14.304267,1347.8772,12.533065,62.090202,20.902437,474.649,25.854347,430.3771,8.80716,62.086315,0.0,911.594,3353.321,0.61609477,264.7322,27.835371,21563.361,33.263195,0.92518556,15.191898,35.99884,7.0489745,2.257795,17.86065,462.30978,149.4667,18.867609,0.7976402,2.6964474,117.4724,3.8218992,201.58806,257.69098,1941.3376,661.2472,102.93512,145.60634,142.0708,6.3292174,9.392378,55.8573,6.737584,10.470486,20.259186,29.997467,115.61304,18.984661,18.892832,54.856464,12.081225,3489.2593,23.359262,22.54861,17.517447,11.255528,184.06944,37.857563,19.64236,5.855533,11.668741,16.694363,67.08852,136.71089,31.15243,152.08456,23.00136,12.705509,88.93269,56.51448,146.84262,79.786476,3.7000277,4.1630206,5.393495,29.514694,4784.5723,3.3990164,10.712958,63.190395,16.2963,157.43338,56.375694,117.67411,3.3146424,81.13507,473.10748,323.38956,48.176224,431.3681,56.37847,58.287094,92.58356,22.366812,3.5734746,19.735567,557.927,0.516629,0.9279699,91.49115,13.576339,8.953819,10.716951,16.983799,128.64012,30.451042,155.64761,808.4075,383.76895,2578.4297,2026.3646,30.082258,59.452335,3392.656,18.746437,86.93866,597.11646,148.18007,204.57516,93.309944,496.1926,480.91922,462.39853,14.701904,112.17111,337.79,627.0596,23.194582,185.58826,29.060764,1.7152387,51.09787,1.1627148,1.2544237,5.0418067,15.85014,180.97488,33.831562,19.512268,409.29254,118.075806,70.34177,90.197914,30.325794,55.078995,20.168982,16.755949,19.753124,141.80505,57.05506,27.316324,19.167864,14.743055,31.989386,26.13009,3.589057,133.49242,32.1079,341.8077,13.254055,617.46796,31.951258,515.3614,254.14738,13.462348,14.983557,385.5127,491.4916,1518.7539,404.63538 +2023-11-07 02:00:00,0.0,5009.2905,132.59271,72.10422,100.82008,62.196457,328.01144,46.172054,96.98666,27.00582,56.4012,899.5611,86.952286,27.04941,240.146,1.2300985,1.0344169,52.481354,2.2622757,2.3771522,944.5076,3.0553076,948.4143,120.7643,0.12775175,6.615711,411.6485,43.28013,226.69197,169.78369,7267.8926,1.3941144,2715.2183,21.640163,0.51188266,0.93997335,2.5388923,282.97766,339.46918,47.746025,61.769444,40.3008,14.29956,1346.9675,12.59615,62.05384,20.885872,474.64526,25.834894,430.5742,8.802292,62.04849,0.0,911.3513,3351.3723,0.6154499,264.58286,27.817633,21549.238,33.25053,0.9249282,15.18094,35.976135,7.0471125,2.2571476,17.851772,462.04507,149.34135,18.850916,0.7973725,2.6953137,117.4648,3.818536,201.49611,257.72195,1941.6254,660.93445,102.92557,145.64267,142.27182,6.3360763,9.400343,55.992947,6.760062,10.499267,20.245916,29.979643,115.67497,18.97966,18.879902,54.845924,12.082593,3489.5852,23.35174,22.547222,17.515373,11.254582,184.08176,37.860733,19.634722,5.8570185,11.6623,16.68696,67.07069,136.6639,31.14986,152.08928,22.996479,12.692204,88.86456,56.480957,146.72124,79.802216,3.7116554,4.1610417,5.3926573,29.496304,4780.4297,3.4074485,10.698963,63.17412,16.29067,157.40236,56.41139,117.67648,3.3151367,81.11014,473.06406,323.43744,48.146484,431.23975,56.356945,58.28013,92.54938,22.387177,3.5773838,19.745872,557.8242,0.5167289,0.92893976,91.539566,13.594393,8.95473,10.721589,16.985641,128.7073,30.494583,155.65678,808.56665,383.53787,2577.7827,2026.0574,30.065516,59.39558,3390.5315,18.755098,86.86065,596.97974,148.05113,204.42035,93.24094,495.73184,480.6407,462.4087,14.692952,112.10355,337.75717,626.7517,23.178392,185.46664,29.036528,1.7151692,51.10026,1.1626898,1.2545143,5.041094,15.844278,180.77698,33.81375,19.511204,409.05807,118.00162,70.29782,90.145836,30.305874,55.082985,20.154629,16.732565,19.74625,141.7301,57.027264,27.292606,19.193888,14.736111,31.961626,26.120184,3.585621,133.41974,32.07924,341.62677,13.2479725,617.06055,31.931782,515.77686,254.04008,13.447878,14.978166,385.20352,491.13614,1518.0728,405.07562 +2023-11-07 03:00:00,0.0,5006.5566,132.48555,72.035904,100.78718,62.174686,328.02118,46.167732,96.967926,26.997667,56.39572,898.651,86.96844,27.044516,240.04211,1.2285138,1.0326924,52.50391,2.2585843,2.39328,944.71387,3.0759046,948.9878,120.793015,0.12853873,6.6609206,412.07953,43.28942,227.04907,169.85008,7262.6626,1.4019217,2715.192,21.741175,0.5140877,0.94448966,2.5534954,282.91693,339.40237,47.865963,61.754166,40.300293,14.294853,1346.058,12.659236,62.017483,20.869308,474.64154,25.815441,430.77127,8.797422,62.01066,0.0,911.10864,3349.4236,0.61480504,264.4335,27.799892,21535.115,33.23786,0.9246708,15.16998,35.95343,7.0452504,2.2565,17.842897,461.78033,149.216,18.83422,0.7971048,2.6941803,117.45719,3.815173,201.40416,257.7529,1941.913,660.62164,102.916016,145.679,142.47285,6.3429346,9.408309,56.12859,6.78254,10.528048,20.232647,29.96182,115.7369,18.974657,18.866972,54.83539,12.0839615,3489.9111,23.344217,22.545834,17.5133,11.253635,184.09406,37.863903,19.627083,5.858504,11.65586,16.679558,67.05286,136.6169,31.147291,152.09398,22.991598,12.678899,88.79643,56.447437,146.59987,79.817955,3.7232833,4.1590624,5.3918195,29.477913,4776.2876,3.415881,10.684969,63.15785,16.28504,157.37132,56.447083,117.67886,3.3156312,81.08521,473.02063,323.4853,48.116745,431.1114,56.335415,58.273167,92.5152,22.407543,3.581293,19.756178,557.72144,0.51682884,0.9299097,91.587975,13.612446,8.955641,10.726228,16.987484,128.77449,30.538126,155.66595,808.7259,383.30682,2577.1355,2025.7501,30.048773,59.338825,3388.4067,18.763762,86.78264,596.84296,147.92221,204.26552,93.17193,495.27112,480.36212,462.41885,14.684,112.036,337.72433,626.4438,23.162205,185.34503,29.012293,1.7150996,51.102657,1.1626649,1.2546049,5.040381,15.838417,180.57907,33.79594,19.510138,408.82364,117.92743,70.25387,90.09375,30.285954,55.08698,20.140278,16.70918,19.739374,141.65515,56.999466,27.26889,19.219912,14.729167,31.933868,26.110277,3.5821855,133.34708,32.050583,341.44583,13.24189,616.6531,31.912306,516.1923,253.93279,13.433408,14.972774,384.89435,490.78067,1517.3917,405.51584 +2023-11-07 04:00:00,0.0,5003.8223,132.37839,71.96758,100.75428,62.152916,328.0309,46.163406,96.94919,26.989517,56.390247,897.74084,86.98459,27.039621,239.93823,1.2269292,1.030968,52.526466,2.2548928,2.4094076,944.92017,3.0965018,949.56134,120.82173,0.12932572,6.7061305,412.51056,43.298717,227.40617,169.91646,7257.4326,1.4097291,2715.1655,21.842186,0.5162927,0.94900596,2.5680988,282.85617,339.33557,47.9859,61.738888,40.299786,14.290146,1345.1484,12.7223215,61.98112,20.852743,474.63782,25.795988,430.96835,8.792554,61.97283,0.0,910.86597,3347.4746,0.6141602,264.28418,27.782154,21520.992,33.225193,0.92441344,15.159021,35.93072,7.0433884,2.2558525,17.83402,461.51562,149.09065,18.817528,0.7968371,2.6930466,117.449585,3.8118098,201.31223,257.78387,1942.2007,660.30884,102.90646,145.71535,142.67389,6.3497934,9.416274,56.264236,6.805018,10.5568285,20.219378,29.943996,115.79883,18.969656,18.85404,54.82485,12.085329,3490.237,23.336693,22.544445,17.511229,11.252689,184.10635,37.867073,19.619444,5.8599896,11.649419,16.672157,67.03502,136.56989,31.144722,152.0987,22.98672,12.665593,88.728294,56.413918,146.47849,79.833694,3.734911,4.157083,5.390981,29.459524,4772.145,3.424313,10.670975,63.141575,16.279408,157.34029,56.48278,117.68124,3.3161254,81.06028,472.9772,323.53317,48.08701,430.98306,56.31389,58.2662,92.48102,22.42791,3.5852022,19.766481,557.61865,0.51692873,0.9308796,91.63638,13.6305,8.956551,10.7308655,16.989328,128.84167,30.581667,155.67513,808.8851,383.07578,2576.4883,2025.4429,30.03203,59.28207,3386.2822,18.772423,86.70463,596.70624,147.79327,204.11069,93.10292,494.81036,480.0836,462.42902,14.675048,111.968445,337.69153,626.13586,23.146015,185.2234,28.988056,1.71503,51.105053,1.16264,1.2546957,5.039668,15.832556,180.38115,33.778133,19.509073,408.58917,117.85323,70.20992,90.041664,30.266033,55.090973,20.125925,16.685797,19.7325,141.5802,56.97167,27.245174,19.245935,14.722222,31.90611,26.100368,3.57875,133.27441,32.021923,341.26492,13.235807,616.24567,31.892832,516.6078,253.8255,13.418938,14.9673815,384.58517,490.4252,1516.7106,405.9561 +2023-11-07 05:00:00,0.0,5001.0884,132.27124,71.89927,100.72138,62.131145,328.04065,46.159084,96.93046,26.981365,56.384773,896.8307,87.00074,27.034727,239.83435,1.2253447,1.0292435,52.549023,2.2512016,2.4255352,945.12646,3.1170988,950.1348,120.85045,0.13011271,6.7513404,412.9416,43.308014,227.76328,169.98285,7252.2026,1.4175365,2715.1392,21.943195,0.51849765,0.95352226,2.5827022,282.79544,339.26877,48.105835,61.72361,40.29928,14.2854395,1344.2388,12.785407,61.944763,20.836178,474.6341,25.776535,431.1654,8.787684,61.935,0.0,910.6233,3345.526,0.6135153,264.13483,27.764416,21506.871,33.212524,0.92415607,15.148063,35.908012,7.0415263,2.255205,17.825146,461.2509,148.9653,18.800835,0.79656935,2.691913,117.441986,3.8084466,201.22028,257.81485,1942.4884,659.9961,102.89693,145.75168,142.87491,6.356652,9.424239,56.399883,6.827496,10.585609,20.206108,29.926174,115.860756,18.964655,18.84111,54.814312,12.086698,3490.563,23.32917,22.543056,17.509155,11.251743,184.11865,37.870243,19.611805,5.861475,11.642979,16.664755,67.01719,136.52289,31.142153,152.1034,22.981838,12.652288,88.660164,56.380394,146.35712,79.849434,3.7465389,4.155104,5.3901434,29.441133,4768.0024,3.4327455,10.6569805,63.1253,16.273777,157.30925,56.518475,117.68362,3.3166196,81.03535,472.93378,323.58102,48.05727,430.8547,56.292362,58.259235,92.44684,22.448277,3.5891116,19.776787,557.51587,0.5170286,0.93184954,91.68479,13.648554,8.957461,10.735504,16.99117,128.90886,30.625208,155.6843,809.0443,382.8447,2575.841,2025.1356,30.015285,59.225315,3384.1577,18.781086,86.62662,596.5695,147.66435,203.95586,93.03392,494.34964,479.80502,462.43918,14.666095,111.90089,337.6587,625.82794,23.129827,185.10179,28.96382,1.7149605,51.10745,1.162615,1.2547863,5.038955,15.8266945,180.18324,33.760323,19.508009,408.3547,117.779045,70.16597,89.989586,30.246113,55.094967,20.111574,16.662413,19.725626,141.50525,56.94387,27.221458,19.27196,14.715278,31.878353,26.090462,3.5753143,133.20174,31.993263,341.08398,13.229725,615.8382,31.873356,517.0233,253.7182,13.404468,14.961989,384.276,490.06973,1516.0294,406.3963 +2023-11-07 06:00:00,0.0,4998.354,132.16408,71.83095,100.68848,62.109375,328.0504,46.154762,96.91172,26.973215,56.379295,895.92053,87.0169,27.02983,239.73047,1.22376,1.027519,52.57158,2.2475102,2.4416628,945.3327,3.1376958,950.7084,120.879166,0.1308997,6.7965503,413.37262,43.317307,228.12038,170.04924,7246.9727,1.4253439,2715.1128,22.044207,0.52070266,0.95803857,2.5973053,282.73468,339.20197,48.225773,61.708332,40.298767,14.280732,1343.3292,12.848494,61.9084,20.819614,474.63037,25.757082,431.3625,8.782816,61.89717,0.0,910.3806,3343.5771,0.61287045,263.98547,27.746677,21492.748,33.19986,0.9238987,15.137103,35.885307,7.039664,2.2545574,17.81627,460.98618,148.83994,18.784142,0.7963016,2.6907792,117.43438,3.8050835,201.12833,257.84583,1942.776,659.6833,102.887375,145.78801,143.07594,6.36351,9.432205,56.53553,6.8499737,10.61439,20.192839,29.908352,115.92268,18.959652,18.82818,54.803772,12.088065,3490.889,23.321648,22.541666,17.507082,11.250796,184.13095,37.873417,19.604166,5.8629603,11.636538,16.657352,66.99936,136.47588,31.139584,152.10811,22.976957,12.638983,88.59203,56.346874,146.23573,79.86517,3.7581666,4.153125,5.3893056,29.422743,4763.8604,3.4411778,10.642986,63.10903,16.268147,157.27821,56.55417,117.68599,3.317114,81.010414,472.89035,323.6289,48.02753,430.72635,56.270832,58.252274,92.41266,22.468643,3.5930207,19.78709,557.4131,0.5171285,0.9328194,91.7332,13.666607,8.958371,10.740142,16.993013,128.97604,30.66875,155.69347,809.2035,382.61365,2575.1938,2024.8282,29.998543,59.16856,3382.0332,18.789747,86.548615,596.43274,147.53542,203.80104,92.96491,493.8889,479.52646,462.44934,14.657143,111.833336,337.62585,625.52,23.113638,184.98016,28.939585,1.7148908,51.109844,1.16259,1.2548769,5.0382423,15.820834,179.98534,33.74251,19.506945,408.12024,117.70486,70.122025,89.9375,30.226192,55.098957,20.097221,16.639029,19.71875,141.4303,56.916073,27.197742,19.297983,14.708333,31.850595,26.080555,3.5718784,133.12907,31.964605,340.90305,13.223642,615.4308,31.85388,517.4388,253.6109,13.3899975,14.956598,383.96683,489.7143,1515.3483,406.83655 +2023-11-07 07:00:00,0.0,4995.62,132.05692,71.762634,100.65558,62.087605,328.06015,46.150436,96.89298,26.965063,56.37382,895.0104,87.03305,27.024937,239.62659,1.2221754,1.0257945,52.59413,2.2438188,2.4577906,945.539,3.158293,951.28186,120.90788,0.13168667,6.8417597,413.80365,43.326603,228.47746,170.11563,7241.7427,1.4331511,2715.0864,22.145218,0.5229076,0.9625549,2.6119084,282.67395,339.13516,48.34571,61.693054,40.29826,14.276026,1342.4197,12.911579,61.872044,20.80305,474.62662,25.73763,431.55957,8.777946,61.859344,0.0,910.13794,3341.6282,0.6122256,263.83612,27.72894,21478.625,33.18719,0.9236413,15.126144,35.862602,7.0378017,2.2539096,17.807394,460.72144,148.71458,18.767447,0.7960339,2.6896455,117.42677,3.8017204,201.03639,257.8768,1943.0637,659.37054,102.87782,145.82436,143.27696,6.370369,9.44017,56.671177,6.872452,10.643171,20.179571,29.890528,115.98461,18.95465,18.815248,54.793236,12.089434,3491.2148,23.314123,22.540277,17.505009,11.24985,184.14326,37.876587,19.596527,5.8644457,11.630097,16.64995,66.98153,136.42888,31.137012,152.11281,22.972078,12.625677,88.5239,56.313354,146.11436,79.88091,3.7697942,4.151146,5.3884673,29.404352,4759.718,3.44961,10.628992,63.09276,16.262516,157.24718,56.589863,117.68837,3.3176084,80.98549,472.84695,323.67676,47.997795,430.598,56.249306,58.245308,92.37848,22.489008,3.59693,19.797396,557.3103,0.5172284,0.9337893,91.78161,13.684661,8.959282,10.744781,16.994856,129.04323,30.712292,155.70264,809.3627,382.38257,2574.5469,2024.521,29.9818,59.111805,3379.9084,18.79841,86.470604,596.296,147.40648,203.64621,92.895905,493.42816,479.24792,462.4595,14.6481905,111.76578,337.59302,625.2121,23.09745,184.85855,28.915348,1.7148212,51.112236,1.1625651,1.2549676,5.0375295,15.814973,179.78741,33.7247,19.505878,407.88577,117.63067,70.07808,89.885414,30.20627,55.10295,20.08287,16.615644,19.711876,141.35533,56.888275,27.174026,19.324007,14.701389,31.822838,26.070646,3.5684428,133.0564,31.935946,340.7221,13.21756,615.0233,31.834404,517.85425,253.50362,13.375527,14.951206,383.65765,489.35883,1514.6671,407.27676 +2023-11-07 08:00:00,0.0,4992.8857,131.94977,71.69431,100.62268,62.065834,328.0699,46.146114,96.87425,26.956911,56.368347,894.1003,87.0492,27.020042,239.5227,1.2205908,1.02407,52.616688,2.2401273,2.4739182,945.74524,3.17889,951.8554,120.9366,0.13247366,6.8869696,414.23468,43.335896,228.83456,170.18202,7236.5127,1.4409585,2715.06,22.24623,0.5251126,0.9670712,2.6265118,282.61322,339.06836,48.46565,61.677776,40.297752,14.271318,1341.5101,12.974665,61.835682,20.786486,474.62292,25.718178,431.75665,8.773078,61.821514,0.0,909.89526,3339.6794,0.6115807,263.6868,27.7112,21464.504,33.174522,0.92338395,15.115185,35.839893,7.0359397,2.253262,17.79852,460.45673,148.58923,18.750753,0.7957662,2.6885118,117.41917,3.7983572,200.94444,257.90778,1943.3514,659.05774,102.86828,145.86069,143.478,6.3772273,9.448135,56.806824,6.89493,10.671952,20.166302,29.872704,116.04654,18.94965,18.802319,54.782696,12.090801,3491.5408,23.3066,22.538889,17.502937,11.248904,184.15556,37.879757,19.588888,5.8659315,11.623656,16.64255,66.9637,136.38188,31.134443,152.11752,22.967197,12.612371,88.455765,56.279835,145.99298,79.89666,3.7814221,4.1491666,5.3876295,29.385963,4755.5757,3.4580424,10.614997,63.076485,16.256886,157.21614,56.625557,117.69074,3.3181028,80.960556,472.80353,323.7246,47.968056,430.46964,56.22778,58.238346,92.3443,22.509375,3.6008391,19.8077,557.2076,0.5173283,0.93475926,91.83002,13.702714,8.960192,10.749419,16.996698,129.11041,30.755835,155.7118,809.5219,382.15152,2573.8997,2024.2137,29.965057,59.05505,3377.784,18.807072,86.39259,596.1593,147.27756,203.49138,92.8269,492.9674,478.96936,462.46967,14.639238,111.69822,337.56018,624.9042,23.08126,184.73692,28.891111,1.7147516,51.11463,1.1625401,1.2550582,5.0368166,15.809112,179.58951,33.70689,19.504814,407.6513,117.55648,70.03413,89.833336,30.18635,55.106945,20.068518,16.59226,19.705,141.28038,56.860477,27.150309,19.350029,14.694445,31.79508,26.06074,3.5650072,132.98373,31.907288,340.54117,13.211477,614.6159,31.81493,518.2697,253.39632,13.361057,14.945814,383.34848,489.00336,1513.986,407.717 +2023-11-07 09:00:00,0.0,4990.152,131.8426,71.626,100.589775,62.044064,328.07962,46.141792,96.855515,26.948761,56.36287,893.1901,87.06535,27.015148,239.41882,1.2190062,1.0223455,52.639244,2.236436,2.4900458,945.95154,3.1994872,952.42896,120.965324,0.13326065,6.9321795,414.6657,43.345192,229.19167,170.24841,7231.283,1.4487659,2715.0337,22.34724,0.5273176,0.9715875,2.641115,282.55246,339.00156,48.585583,61.6625,40.297245,14.266612,1340.6005,13.03775,61.799324,20.76992,474.6192,25.698725,431.95374,8.7682085,61.783688,0.0,909.6526,3337.7307,0.61093587,263.53745,27.693462,21450.38,33.161854,0.9231266,15.104226,35.817184,7.0340776,2.2526145,17.789642,460.19202,148.46388,18.73406,0.7954985,2.6873782,117.41157,3.794994,200.8525,257.93875,1943.639,658.745,102.85873,145.89703,143.67903,6.3840857,9.456101,56.94247,6.9174075,10.700733,20.153032,29.854881,116.108475,18.944647,18.789389,54.77216,12.09217,3491.8667,23.299076,22.5375,17.500864,11.247957,184.16786,37.882927,19.58125,5.867417,11.617216,16.635147,66.94586,136.33487,31.131874,152.12222,22.962317,12.599067,88.387634,56.24631,145.87161,79.9124,3.7930498,4.147187,5.3867917,29.367573,4751.433,3.4664745,10.601003,63.06021,16.251255,157.1851,56.66125,117.69312,3.318597,80.93562,472.7601,323.7725,47.938316,430.3413,56.20625,58.23138,92.31012,22.529741,3.6047482,19.818005,557.1048,0.5174282,0.93572915,91.878426,13.720768,8.9611025,10.754057,16.99854,129.17758,30.799376,155.72098,809.6811,381.92047,2573.2524,2023.9065,29.948315,58.998295,3375.6594,18.815735,86.31458,596.0225,147.14862,203.33656,92.7579,492.50665,478.69083,462.47983,14.630285,111.63067,337.52734,624.59625,23.065073,184.61531,28.866875,1.7146821,51.117027,1.1625152,1.2551488,5.0361037,15.80325,179.3916,33.68908,19.50375,407.41684,117.482285,69.99018,89.78125,30.16643,55.11094,20.054167,16.568876,19.698126,141.20543,56.83268,27.126593,19.376053,14.6875,31.76732,26.050833,3.5615716,132.91107,31.878628,340.36023,13.205394,614.20844,31.795454,518.6852,253.28902,13.346588,14.940422,383.03928,488.6479,1513.3048,408.15726 +2023-11-07 10:00:00,0.0,4987.418,131.73544,71.55768,100.55688,62.022293,328.08936,46.137466,96.836784,26.940609,56.357395,892.27997,87.081505,27.010254,239.31494,1.2174215,1.0206211,52.6618,2.2327445,2.5061734,946.15784,3.2200842,953.00244,120.99404,0.13404763,6.9773893,415.09674,43.35449,229.54877,170.3148,7226.053,1.4565732,2715.0076,22.448252,0.5295226,0.97610384,2.6557183,282.49173,338.93475,48.70552,61.64722,40.296738,14.261905,1339.6909,13.100836,61.762962,20.753357,474.61542,25.679272,432.15082,8.76334,61.745857,0.0,909.4099,3335.7817,0.610291,263.3881,27.675724,21436.258,33.14919,0.9228692,15.093267,35.79448,7.0322156,2.251967,17.780767,459.92728,148.33853,18.717367,0.79523075,2.6862447,117.40396,3.791631,200.76056,257.96973,1943.9268,658.4322,102.84918,145.93336,143.88005,6.3909445,9.4640665,57.078114,6.9398856,10.729513,20.139763,29.837059,116.1704,18.939646,18.776457,54.76162,12.093537,3492.1926,23.291553,22.536112,17.49879,11.247011,184.18016,37.886097,19.57361,5.868902,11.610775,16.627745,66.92803,136.28787,31.129305,152.12692,22.957438,12.585761,88.3195,56.21279,145.75023,79.92814,3.8046777,4.1452084,5.3859534,29.349182,4747.291,3.474907,10.587008,63.043938,16.245625,157.15407,56.696945,117.695496,3.3190916,80.9107,472.71667,323.82034,47.90858,430.21295,56.184723,58.22442,92.27594,22.550108,3.6086576,19.828308,557.002,0.5175281,0.93669903,91.926834,13.738821,8.962013,10.758696,17.000385,129.24477,30.842916,155.73015,809.84033,381.6894,2572.6052,2023.5991,29.931572,58.94154,3373.5347,18.824398,86.23657,595.8858,147.0197,203.18173,92.68889,492.04593,478.41226,462.49,14.621333,111.56311,337.4945,624.2883,23.048883,184.49368,28.84264,1.7146125,51.119423,1.1624901,1.2552395,5.035391,15.797389,179.19368,33.671272,19.502686,407.18237,117.4081,69.94623,89.729164,30.14651,55.11493,20.039814,16.545492,19.69125,141.13048,56.804882,27.102877,19.402077,14.680555,31.739563,26.040924,3.5581357,132.8384,31.84997,340.1793,13.199311,613.801,31.775978,519.10065,253.18173,13.332118,14.93503,382.7301,488.29245,1512.6237,408.59747 +2023-11-07 11:00:00,0.0,4984.6836,131.62828,71.489365,100.52398,62.000523,328.0991,46.133144,96.81805,26.932459,56.35192,891.3698,87.09766,27.00536,239.21107,1.2158369,1.0188966,52.684357,2.2290533,2.522301,946.3641,3.2406814,953.576,121.02276,0.13483462,7.022599,415.52777,43.36378,229.90587,170.38118,7220.823,1.4643806,2714.9812,22.549263,0.53172755,0.98062015,2.6703215,282.43097,338.86795,48.82546,61.631943,40.296227,14.257198,1338.7814,13.163922,61.726604,20.736792,474.61172,25.659819,432.3479,8.758471,61.70803,0.0,909.1673,3333.833,0.60964614,263.23877,27.657984,21422.135,33.13652,0.9226118,15.082308,35.771774,7.0303535,2.2513194,17.771893,459.66257,148.21318,18.700672,0.79496306,2.685111,117.396355,3.7882679,200.66861,258.0007,1944.2144,658.11945,102.83963,145.9697,144.08109,6.397803,9.472033,57.21376,6.9623637,10.758294,20.126493,29.819235,116.23233,18.934643,18.763527,54.751083,12.094906,3492.5186,23.28403,22.534721,17.49672,11.246065,184.19246,37.889267,19.565971,5.8703876,11.604335,16.620342,66.9102,136.24086,31.126736,152.13164,22.952557,12.572455,88.25137,56.17927,145.62885,79.94388,3.8163054,4.143229,5.3851156,29.330793,4743.1484,3.4833393,10.573014,63.027664,16.239992,157.12303,56.73264,117.697876,3.3195858,80.885765,472.67325,323.86823,47.87884,430.0846,56.163193,58.217453,92.24176,22.570473,3.6125667,19.838614,556.89923,0.5176281,0.937669,91.97524,13.756875,8.962923,10.763333,17.002228,129.31195,30.88646,155.7393,809.9995,381.45834,2571.958,2023.2919,29.914827,58.884785,3371.4102,18.83306,86.15856,595.749,146.89076,203.0269,92.61988,491.58517,478.13373,462.50012,14.612381,111.49556,337.46167,623.9804,23.032696,184.37207,28.818403,1.7145429,51.12182,1.1624652,1.2553301,5.034678,15.791529,178.99577,33.65346,19.50162,406.9479,117.33391,69.90228,89.677086,30.126589,55.118923,20.025463,16.522108,19.684376,141.05553,56.777084,27.07916,19.4281,14.673611,31.711805,26.031017,3.5547001,132.76573,31.82131,339.99835,13.193229,613.39355,31.756502,519.5161,253.07443,13.317648,14.929639,382.42093,487.93698,1511.9426,409.03772 +2023-11-07 12:00:00,0.0,4981.9497,131.52113,71.42104,100.49107,61.97875,328.10886,46.128822,96.79931,26.924307,56.346443,890.45966,87.11381,27.000465,239.1072,1.2142524,1.0171721,52.70691,2.2253618,2.5384288,946.5704,3.2612784,954.1495,121.051476,0.1356216,7.0678086,415.9588,43.373077,230.26295,170.44757,7215.5933,1.4721879,2714.9548,22.650274,0.53393257,0.98513645,2.6849246,282.37024,338.80115,48.945396,61.616665,40.29572,14.252491,1337.8717,13.227008,61.690243,20.720226,474.608,25.640366,432.54495,8.753602,61.6702,0.0,908.9246,3331.8843,0.6090013,263.08942,27.640245,21408.014,33.12385,0.9223544,15.071349,35.74907,7.028491,2.2506719,17.763016,459.39783,148.08783,18.683979,0.7946953,2.6839774,117.388756,3.7849047,200.57666,258.03168,1944.5021,657.80664,102.830086,146.00604,144.28212,6.404661,9.479998,57.349407,6.9848413,10.787075,20.113224,29.801413,116.29426,18.929642,18.750595,54.740547,12.096274,3492.8445,23.276506,22.533333,17.494646,11.245119,184.20477,37.89244,19.558332,5.871873,11.597894,16.612942,66.89237,136.19386,31.124166,152.13634,22.947676,12.559151,88.183235,56.14575,145.50748,79.95962,3.8279333,4.1412497,5.384278,29.312403,4739.006,3.4917715,10.55902,63.01139,16.234362,157.092,56.768333,117.70026,3.32008,80.86083,472.62985,323.91608,47.849102,429.95624,56.141666,58.21049,92.20758,22.59084,3.616476,19.848919,556.79645,0.517728,0.93863887,92.02365,13.774928,8.963834,10.767972,17.00407,129.37914,30.93,155.74847,810.1587,381.22726,2571.311,2022.9846,29.898085,58.82803,3369.2856,18.841722,86.08056,595.6123,146.76183,202.87209,92.55087,491.12445,477.85516,462.51028,14.603429,111.428,337.42883,623.67255,23.016506,184.25046,28.794167,1.7144734,51.12421,1.1624403,1.2554207,5.0339656,15.785667,178.79787,33.63565,19.500555,406.71344,117.25972,69.85834,89.625,30.106668,55.122917,20.01111,16.498722,19.6775,140.98058,56.749287,27.055445,19.454124,14.666667,31.684048,26.02111,3.5512645,132.69307,31.792652,339.8174,13.187146,612.98615,31.737028,519.9316,252.96713,13.303178,14.924247,382.11176,487.5815,1511.2615,409.47794 +2023-11-07 13:00:00,0.0,4979.2153,131.41397,71.35273,100.458176,61.956978,328.1186,46.1245,96.78058,26.916155,56.34097,889.54956,87.12996,26.995571,239.00331,1.2126677,1.0154476,52.729465,2.2216704,2.5545564,946.7766,3.2818754,954.723,121.08019,0.1364086,7.1130185,416.38983,43.38237,230.62006,170.51396,7210.3633,1.4799953,2714.9285,22.751286,0.5361376,0.98965275,2.699528,282.30948,338.73438,49.065334,61.601387,40.29521,14.247785,1336.9622,13.290093,61.653885,20.703663,474.60425,25.620913,432.74203,8.748733,61.63237,0.0,908.68195,3329.9353,0.6083564,262.94006,27.622507,21393.89,33.111183,0.922097,15.06039,35.72636,7.026629,2.2500243,17.75414,459.13312,147.96248,18.667286,0.7944276,2.6828437,117.38115,3.7815416,200.48473,258.06262,1944.7898,657.4939,102.82053,146.04237,144.48314,6.41152,9.487963,57.485054,7.0073195,10.815856,20.099955,29.783588,116.356186,18.92464,18.737665,54.730007,12.097642,3493.1704,23.268984,22.531944,17.492573,11.244172,184.21707,37.89561,19.550694,5.8733587,11.591454,16.60554,66.87454,136.14687,31.121597,152.14105,22.942797,12.545845,88.115105,56.11223,145.3861,79.97536,3.839561,4.139271,5.3834395,29.294012,4734.864,3.5002038,10.545026,62.995117,16.228731,157.06096,56.804028,117.70263,3.3205745,80.83591,472.58643,323.96396,47.819363,429.82788,56.12014,58.203526,92.1734,22.611206,3.6203852,19.859222,556.69366,0.51782787,0.93960875,92.07206,13.792982,8.964744,10.77261,17.005913,129.44632,30.973541,155.75764,810.31793,380.99622,2570.6638,2022.6774,29.881342,58.771275,3367.161,18.850384,86.00255,595.4756,146.6329,202.71725,92.48187,490.6637,477.5766,462.52045,14.594476,111.36044,337.396,623.3646,23.000319,184.12883,28.769932,1.7144037,51.126606,1.1624153,1.2555114,5.0332527,15.779806,178.59996,33.61784,19.49949,406.47897,117.18553,69.814384,89.572914,30.086746,55.12691,19.99676,16.475338,19.670626,140.90562,56.72149,27.031729,19.480148,14.659722,31.65629,26.011202,3.547829,132.62039,31.763992,339.63647,13.181064,612.5787,31.717552,520.34705,252.85983,13.288708,14.918855,381.80258,487.22604,1510.5803,409.91818 +2023-11-07 14:00:00,0.0,4976.4814,131.30681,71.28441,100.42528,61.935207,328.12833,46.120174,96.76184,26.908005,56.335495,888.6394,87.14612,26.990677,238.89943,1.211083,1.0137231,52.75202,2.217979,2.570684,946.9829,3.3024726,955.2966,121.10891,0.13719557,7.1582284,416.82086,43.391666,230.97716,170.58035,7205.1333,1.4878026,2714.902,22.852297,0.53834254,0.99416906,2.714131,282.24875,338.66757,49.18527,61.586113,40.294704,14.243077,1336.0526,13.353179,61.617523,20.687098,474.60052,25.601461,432.93912,8.743864,61.594543,0.0,908.4393,3327.9866,0.60771155,262.79074,27.604769,21379.768,33.09852,0.92183965,15.049431,35.70365,7.024767,2.2493768,17.745264,458.8684,147.83713,18.650593,0.7941599,2.68171,117.37354,3.7781785,200.39278,258.0936,1945.0774,657.1811,102.81098,146.0787,144.68417,6.4183784,9.495929,57.6207,7.0297976,10.844637,20.086687,29.765766,116.41811,18.919638,18.724735,54.71947,12.09901,3493.4963,23.26146,22.530556,17.4905,11.243226,184.22937,37.89878,19.543056,5.874844,11.585012,16.598137,66.856705,136.09985,31.119028,152.14575,22.937916,12.532539,88.046974,56.07871,145.26472,79.991104,3.8511887,4.1372914,5.3826017,29.275623,4730.721,3.5086362,10.531031,62.978844,16.2231,157.02992,56.83972,117.70501,3.3210688,80.810974,472.543,324.0118,47.789627,429.69955,56.09861,58.196564,92.13922,22.631573,3.6242945,19.869528,556.5909,0.51792777,0.9405787,92.12047,13.811035,8.965654,10.777248,17.007755,129.5135,31.017084,155.76682,810.4771,380.76517,2570.0166,2022.3701,29.8646,58.71452,3365.0364,18.859047,85.92454,595.3388,146.50397,202.56242,92.412865,490.20297,477.29807,462.5306,14.585524,111.29289,337.36316,623.0567,22.984129,184.00722,28.745695,1.7143341,51.129,1.1623904,1.255602,5.03254,15.773945,178.40204,33.60003,19.498425,406.2445,117.111336,69.77044,89.520836,30.066826,55.1309,19.982407,16.451954,19.66375,140.83067,56.69369,27.00801,19.506172,14.652778,31.628532,26.001295,3.544393,132.54773,31.735334,339.45554,13.174981,612.17126,31.698076,520.7626,252.75255,13.274238,14.913463,381.4934,486.87057,1509.8992,410.3584 +2023-11-07 15:00:00,0.0,4973.747,131.19965,71.216095,100.39238,61.913437,328.13806,46.115852,96.74311,26.899853,56.330017,887.72925,87.16227,26.985783,238.79555,1.2094985,1.0119985,52.77458,2.2142875,2.5868115,947.1892,3.3230696,955.87006,121.137634,0.13798256,7.2034383,417.2519,43.400963,231.33426,170.64674,7199.9033,1.49561,2714.8757,22.953308,0.54054755,0.99868536,2.7287345,282.18802,338.60077,49.305206,61.570835,40.294193,14.238371,1335.1431,13.416265,61.581165,20.670534,474.59683,25.582008,433.1362,8.738995,61.556713,0.0,908.1966,3326.0378,0.6070667,262.6414,27.58703,21365.645,33.08585,0.9215823,15.038472,35.680946,7.022905,2.2487292,17.73639,458.60367,147.71176,18.633898,0.79389215,2.6805763,117.365944,3.7748153,200.30083,258.12457,1945.3651,656.8683,102.80143,146.11505,144.8852,6.425237,9.503894,57.756348,7.052275,10.873418,20.073418,29.747942,116.48005,18.914637,18.711803,54.70893,12.100378,3493.8223,23.253937,22.529167,17.488428,11.24228,184.24167,37.90195,19.535418,5.8763294,11.578572,16.590734,66.838875,136.05286,31.116457,152.15047,22.933035,12.519234,87.978836,56.04519,145.14334,80.00684,3.8628166,4.1353126,5.381764,29.257233,4726.579,3.5170684,10.517036,62.96257,16.21747,156.99889,56.875416,117.70738,3.3215632,80.78604,472.49957,324.0597,47.759888,429.5712,56.077084,58.189598,92.10504,22.65194,3.6282036,19.879831,556.4881,0.51802766,0.9415486,92.16888,13.829089,8.966564,10.781887,17.009598,129.58069,31.060625,155.77599,810.63635,380.5341,2569.3694,2022.0627,29.847857,58.657764,3362.9119,18.867708,85.84653,595.2021,146.37505,202.4076,92.34386,489.74222,477.0195,462.54077,14.576571,111.225334,337.33032,622.7488,22.967941,183.88559,28.721458,1.7142645,51.131397,1.1623653,1.2556926,5.031827,15.768084,178.20413,33.58222,19.49736,406.01004,117.03715,69.72649,89.46875,30.046906,55.134895,19.968056,16.42857,19.656876,140.75572,56.665894,26.984295,19.532194,14.645833,31.600773,25.991388,3.5409575,132.47507,31.706675,339.2746,13.168899,611.76385,31.678602,521.17804,252.64525,13.259768,14.9080715,381.18423,486.51514,1509.218,410.79865 +2023-11-07 16:00:00,0.0,4971.013,131.0925,71.14777,100.359474,61.891666,328.1478,46.11153,96.72437,26.891703,56.324543,886.8191,87.17842,26.980886,238.69167,1.2079139,1.010274,52.797134,2.210596,2.6029394,947.39545,3.3436668,956.4436,121.16635,0.13876955,7.2486477,417.68292,43.410255,231.69136,170.71313,7194.6733,1.5034174,2714.8494,23.05432,0.5427525,1.0032016,2.7433376,282.12726,338.53397,49.425144,61.555557,40.293686,14.233664,1334.2334,13.47935,61.544804,20.653969,474.59308,25.562555,433.33328,8.734126,61.518887,0.0,907.9539,3324.0889,0.6064218,262.49203,27.569292,21351.523,33.07318,0.9213249,15.0275135,35.658237,7.021043,2.2480814,17.727514,458.33896,147.58641,18.617205,0.79362446,2.6794426,117.35834,3.7714522,200.2089,258.15555,1945.6528,656.55554,102.791885,146.15138,145.08623,6.4320955,9.511859,57.891994,7.0747533,10.902199,20.060148,29.73012,116.54198,18.909634,18.698874,54.698395,12.101747,3494.1482,23.246414,22.527779,17.486355,11.241333,184.25397,37.90512,19.527779,5.877815,11.572131,16.583334,66.821045,136.00586,31.113888,152.15517,22.928156,12.505929,87.910706,56.011665,145.02197,80.02258,3.8744442,4.133333,5.3809257,29.238842,4722.4365,3.5255008,10.503042,62.946297,16.21184,156.96786,56.911114,117.70976,3.3220575,80.76111,472.45615,324.10754,47.73015,429.44284,56.055557,58.182636,92.07086,22.672304,3.632113,19.890137,556.3853,0.51812756,0.9425185,92.217285,13.847142,8.967475,10.786525,17.01144,129.64787,31.104168,155.78516,810.79553,380.30304,2568.7222,2021.7555,29.831112,58.60101,3360.787,18.876371,85.76852,595.06537,146.24611,202.25278,92.27486,489.2815,476.74097,462.55093,14.567619,111.157776,337.29752,622.44086,22.951752,183.76398,28.697224,1.714195,51.133793,1.1623404,1.2557833,5.031114,15.762222,178.00623,33.56441,19.496296,405.77557,116.96296,69.68254,89.416664,30.026985,55.13889,19.953703,16.405186,19.65,140.68077,56.638096,26.960579,19.558218,14.638889,31.573015,25.98148,3.5375218,132.40239,31.678015,339.0937,13.162816,611.3564,31.659126,521.5935,252.53795,13.245297,14.902679,380.87506,486.15967,1508.5369,411.2389 +2023-11-07 17:00:00,0.0,4968.279,130.98534,71.07946,100.32658,61.869896,328.15756,46.107204,96.70564,26.88355,56.31907,885.909,87.19457,26.975992,238.58778,1.2063292,1.0085496,52.819687,2.206905,2.619067,947.60175,3.3642638,957.0171,121.19507,0.13955653,7.2938576,418.11395,43.41955,232.04846,170.77953,7189.4434,1.5112246,2714.823,23.15533,0.5449575,1.007718,2.7579408,282.06653,338.46716,49.545082,61.54028,40.29318,14.228957,1333.3239,13.542437,61.508446,20.637405,474.58936,25.543102,433.53036,8.729258,61.481056,0.0,907.7113,3322.1401,0.60577697,262.34268,27.551554,21337.4,33.060513,0.92106754,15.016554,35.635532,7.0191803,2.247434,17.718637,458.07422,147.46106,18.600512,0.7933567,2.6783092,117.35073,3.768089,200.11694,258.18652,1945.9404,656.24274,102.78233,146.18771,145.28726,6.438954,9.519825,58.027637,7.0972314,10.93098,20.046879,29.712296,116.603905,18.904633,18.685944,54.687855,12.103114,3494.474,23.23889,22.526388,17.484282,11.240387,184.26628,37.90829,19.52014,5.8793,11.565691,16.575932,66.803215,135.95885,31.111319,152.15988,22.923275,12.492623,87.842575,55.978146,144.90059,80.03832,3.8860722,4.131354,5.380088,29.220453,4718.294,3.533933,10.489048,62.930027,16.20621,156.93683,56.946808,117.712135,3.322552,80.73618,472.41272,324.15543,47.700413,429.31448,56.034027,58.17567,92.03668,22.69267,3.636022,19.90044,556.28253,0.51822746,0.9434884,92.26569,13.865196,8.968386,10.791163,17.013285,129.71504,31.147709,155.79433,810.9547,380.07196,2568.0752,2021.4482,29.81437,58.544254,3358.6626,18.885033,85.690506,594.9286,146.11719,202.09795,92.20585,488.82074,476.4624,462.5611,14.558666,111.090225,337.26468,622.13293,22.935564,183.64235,28.672987,1.7141254,51.136185,1.1623155,1.2558739,5.030401,15.756362,177.8083,33.5466,19.495232,405.5411,116.88877,69.638596,89.364586,30.007065,55.142883,19.939352,16.381802,19.643126,140.60582,56.6103,26.936863,19.584242,14.631945,31.545258,25.971573,3.5340862,132.32973,31.649357,338.91275,13.1567335,610.949,31.63965,522.009,252.43066,13.230827,14.897287,380.56586,485.8042,1507.8557,411.6791 +2023-11-07 18:00:00,0.0,4965.545,130.87817,71.01114,100.29368,61.848125,328.1673,46.102882,96.686905,26.875399,56.31359,884.99884,87.210724,26.971098,238.4839,1.2047447,1.0068251,52.842243,2.2032135,2.6351945,947.808,3.384861,957.59064,121.223785,0.14034352,7.3390675,418.54498,43.428844,232.40555,170.84592,7184.2134,1.519032,2714.7966,23.256342,0.5471625,1.0122342,2.7725441,282.00577,338.40036,49.665016,61.525,40.29267,14.224251,1332.4143,13.605522,61.472084,20.62084,474.58563,25.52365,433.72742,8.724388,61.44323,0.0,907.4686,3320.1914,0.6051321,262.19336,27.533815,21323.277,33.047848,0.92081016,15.005595,35.612823,7.0173182,2.2467864,17.709763,457.8095,147.33571,18.583818,0.793089,2.6771755,117.343124,3.7647262,200.025,258.2175,1946.2281,655.93,102.77278,146.22406,145.48828,6.4458127,9.52779,58.163284,7.119709,10.959761,20.03361,29.694473,116.66583,18.899632,18.673012,54.67732,12.104483,3494.8,23.231367,22.525,17.482208,11.239441,184.27858,37.911465,19.5125,5.880786,11.55925,16.56853,66.78538,135.91185,31.10875,152.16458,22.918394,12.479318,87.774445,55.944626,144.77922,80.05406,3.8976998,4.129375,5.37925,29.202063,4714.152,3.5423653,10.475054,62.913754,16.200579,156.90579,56.982502,117.714516,3.3230462,80.71125,472.36932,324.20328,47.670673,429.18616,56.0125,58.168705,92.0025,22.713037,3.6399314,19.910746,556.17975,0.51832736,0.9444583,92.3141,13.88325,8.9692955,10.795801,17.015127,129.78223,31.19125,155.8035,811.11395,379.8409,2567.428,2021.141,29.797626,58.4875,3356.538,18.893696,85.6125,594.7919,145.98825,201.94312,92.13684,488.36,476.18387,462.57126,14.549714,111.02267,337.23184,621.825,22.919376,183.52074,28.64875,1.7140558,51.13858,1.1622905,1.2559645,5.0296884,15.750501,177.6104,33.52879,19.494165,405.30664,116.814575,69.59464,89.3125,29.987144,55.146873,19.925,16.358418,19.63625,140.53087,56.5825,26.913147,19.610266,14.625,31.5175,25.961666,3.5306504,132.25706,31.620697,338.7318,13.150651,610.5415,31.620174,522.42444,252.32336,13.216357,14.891895,380.25668,485.44873,1507.1746,412.11935 +2023-11-07 19:00:00,0.0,4962.811,130.77101,70.942825,100.26077,61.826355,328.17703,46.09856,96.66817,26.867249,56.308117,884.0887,87.226875,26.966204,238.38002,1.20316,1.0051006,52.8648,2.199522,2.6513221,948.0143,3.405458,958.1641,121.2525,0.1411305,7.3842773,418.976,43.43814,232.76265,170.9123,7178.9834,1.5268394,2714.7703,23.357353,0.5493675,1.0167506,2.7871475,281.94504,338.33356,49.784954,61.509724,40.292164,14.219543,1331.5046,13.668608,61.435726,20.604277,474.5819,25.504196,433.9245,8.71952,61.4054,0.0,907.22595,3318.2424,0.60448724,262.044,27.516075,21309.154,33.03518,0.9205528,14.994637,35.59012,7.015456,2.2461388,17.700886,457.54477,147.21036,18.567123,0.7928213,2.6760418,117.335526,3.761363,199.93306,258.24847,1946.5157,655.6172,102.76324,146.26039,145.68932,6.452671,9.535755,58.29893,7.142187,10.988542,20.02034,29.676651,116.72776,18.894629,18.660082,54.66678,12.10585,3495.126,23.223845,22.523611,17.480137,11.238494,184.29088,37.914635,19.504862,5.8822713,11.55281,16.561127,66.76755,135.86484,31.10618,152.16928,22.913515,12.466013,87.70631,55.911102,144.65784,80.0698,3.9093277,4.1273956,5.378412,29.183672,4710.0093,3.5507977,10.461059,62.89748,16.194946,156.87476,57.018196,117.71689,3.3235404,80.68632,472.3259,324.25113,47.640934,429.0578,55.99097,58.161743,91.96832,22.733404,3.6438406,19.921051,556.07697,0.51842725,0.9454282,92.36252,13.901303,8.970206,10.80044,17.01697,129.84941,31.234793,155.81267,811.2732,379.60986,2566.7808,2020.8336,29.780884,58.430744,3354.4136,18.902359,85.53449,594.65515,145.85931,201.7883,92.06783,487.89926,475.9053,462.58142,14.540762,110.95511,337.199,621.5171,22.903187,183.39911,28.624514,1.7139863,51.140976,1.1622655,1.2560552,5.0289755,15.744639,177.41249,33.51098,19.493101,405.07217,116.74039,69.5507,89.260414,29.967224,55.150867,19.910648,16.335033,19.629375,140.45592,56.554703,26.889431,19.63629,14.618055,31.489742,25.951757,3.5272148,132.18439,31.59204,338.55087,13.1445675,610.1341,31.6007,522.8399,252.21606,13.201887,14.886503,379.9475,485.09326,1506.4935,412.55957 +2023-11-07 20:00:00,0.0,4960.0767,130.66386,70.874504,100.227875,61.804585,328.18677,46.094234,96.64944,26.859097,56.302643,883.1785,87.24303,26.96131,238.27615,1.2015754,1.0033761,52.887356,2.1958306,2.66745,948.2206,3.426055,958.7377,121.28122,0.1419175,7.429487,419.40704,43.447433,233.11975,170.97868,7173.7534,1.5346467,2714.744,23.458364,0.55157244,1.0212669,2.8017507,281.88428,338.26675,49.904892,61.494446,40.291653,14.214837,1330.5951,13.731693,61.399364,20.587711,474.5782,25.484743,434.12158,8.71465,61.36757,0.0,906.9832,3316.2937,0.6038424,261.89465,27.498337,21295.033,33.02251,0.9202954,14.983677,35.567413,7.013594,2.2454913,17.69201,457.28006,147.085,18.55043,0.79255354,2.6749082,117.32792,3.758,199.84111,258.27945,1946.8035,655.30444,102.75369,146.29674,145.89034,6.45953,9.543721,58.434578,7.164665,11.017322,20.00707,29.658827,116.78969,18.889627,18.647152,54.656242,12.107219,3495.452,23.21632,22.522223,17.478064,11.237548,184.30318,37.917805,19.497223,5.8837566,11.546369,16.553726,66.74972,135.81784,31.103611,152.174,22.908634,12.452707,87.638176,55.877583,144.53647,80.08555,3.9209554,4.1254168,5.377574,29.165283,4705.867,3.5592299,10.447064,62.881207,16.189316,156.84372,57.05389,117.71927,3.324035,80.66139,472.28247,324.299,47.6112,428.92944,55.969444,58.154778,91.93414,22.753769,3.6477497,19.931355,555.97424,0.5185272,0.94639814,92.41093,13.919357,8.971116,10.805078,17.018812,129.9166,31.278334,155.82184,811.4324,379.37878,2566.1335,2020.5264,29.764141,58.37399,3352.2888,18.91102,85.45648,594.5184,145.7304,201.63347,91.99883,487.4385,475.62677,462.59158,14.53181,110.88756,337.16617,621.20917,22.887,183.2775,28.600279,1.7139167,51.14337,1.1622406,1.2561458,5.0282626,15.738778,177.21457,33.493168,19.492037,404.8377,116.6662,69.506744,89.208336,29.947302,55.15486,19.896296,16.31165,19.6225,140.38097,56.526905,26.865713,19.662313,14.611111,31.461985,25.94185,3.5237792,132.11172,31.56338,338.36993,13.138485,609.7266,31.581224,523.2554,252.10878,13.187417,14.881112,379.63834,484.73782,1505.8124,412.99982 +2023-11-07 21:00:00,0.0,4957.343,130.5567,70.80619,100.19498,61.782814,328.1965,46.089912,96.6307,26.850946,56.297165,882.2684,87.259186,26.956415,238.17227,1.1999909,1.0016516,52.909912,2.1921391,2.6835775,948.4268,3.4466522,959.3112,121.309944,0.14270447,7.4746966,419.83807,43.45673,233.47685,171.04507,7168.5234,1.5424541,2714.7178,23.559376,0.55377746,1.0257832,2.8163538,281.82355,338.19995,50.02483,61.479168,40.291145,14.21013,1329.6855,13.794779,61.363007,20.571146,474.57446,25.465292,434.31866,8.709782,61.329742,0.0,906.74054,3314.345,0.6031975,261.74533,27.480598,21280.91,33.009846,0.92003804,14.972718,35.544704,7.011732,2.2448437,17.683136,457.01535,146.95966,18.533737,0.79228586,2.6737745,117.32031,3.7546368,199.74916,258.31042,1947.0912,654.99164,102.74414,146.33307,146.09137,6.466388,9.551686,58.570225,7.187143,11.046103,19.993803,29.641005,116.85162,18.884626,18.63422,54.645702,12.108586,3495.7778,23.208797,22.520834,17.47599,11.236602,184.31548,37.920975,19.489584,5.885242,11.539928,16.546324,66.73189,135.77084,31.101042,152.1787,22.903753,12.439402,87.570045,55.844063,144.41508,80.10129,3.9325833,4.1234374,5.376736,29.146893,4701.7246,3.5676622,10.43307,62.864933,16.183685,156.81268,57.089584,117.72164,3.3245292,80.63646,472.23904,324.34686,47.58146,428.8011,55.947918,58.147816,91.89996,22.774136,3.651659,19.94166,555.87146,0.5186271,0.947368,92.459335,13.93741,8.972027,10.809716,17.020655,129.98378,31.321875,155.83101,811.59155,379.14774,2565.4863,2020.2191,29.747398,58.317234,3350.1643,18.919683,85.37847,594.38165,145.60146,201.47864,91.929825,486.97778,475.3482,462.60175,14.522857,110.82,337.13333,620.9013,22.87081,183.15588,28.576042,1.713847,51.145767,1.1622156,1.2562364,5.0275497,15.732917,177.01666,33.47536,19.490973,404.60324,116.59201,69.4628,89.15625,29.927382,55.158855,19.881945,16.288265,19.615625,140.30602,56.499107,26.841997,19.688337,14.604167,31.434227,25.931944,3.5203433,132.03906,31.534721,338.189,13.132402,609.3192,31.561749,523.67084,252.00148,13.172947,14.87572,379.32916,484.38235,1505.1312,413.44003 +2023-11-07 22:00:00,0.0,4954.6084,130.44954,70.73787,100.16207,61.761044,328.20624,46.08559,96.61197,26.842794,56.29169,881.3583,87.27534,26.95152,238.06839,1.1984062,0.99992716,52.932465,2.1884477,2.6997051,948.6331,3.4672492,959.8847,121.33866,0.14349146,7.5199065,420.2691,43.466026,233.83395,171.11147,7163.2935,1.5502614,2714.6914,23.660387,0.5559824,1.0302995,2.8309572,281.76282,338.13315,50.144768,61.46389,40.290638,14.205423,1328.776,13.857865,61.326645,20.554583,474.57074,25.445839,434.51575,8.704912,61.291912,0.0,906.4979,3312.3962,0.60255265,261.59598,27.46286,21266.787,32.997177,0.9197807,14.96176,35.522,7.00987,2.2441962,17.67426,456.7506,146.8343,18.517044,0.7920181,2.6726408,117.31271,3.7512736,199.65723,258.3414,1947.3788,654.6789,102.73459,146.3694,146.2924,6.4732466,9.559651,58.70587,7.209621,11.074883,19.980534,29.62318,116.91355,18.879623,18.62129,54.635166,12.109955,3496.1038,23.201273,22.519444,17.473917,11.235655,184.32779,37.924145,19.481945,5.886728,11.533487,16.538921,66.71406,135.72383,31.098473,152.18341,22.898874,12.426096,87.50191,55.810543,144.29372,80.11703,3.944211,4.121458,5.375898,29.128502,4697.582,3.5760944,10.419076,62.84866,16.178055,156.78165,57.12528,117.72402,3.3250237,80.61153,472.19562,324.39474,47.55172,428.67273,55.926388,58.14085,91.86578,22.794502,3.6555681,19.951963,555.7687,0.518727,0.9483379,92.507744,13.955464,8.972937,10.814355,17.022497,130.05096,31.365417,155.84016,811.75073,378.9167,2564.8394,2019.9119,29.730654,58.26048,3348.0398,18.928345,85.30046,594.24493,145.47253,201.32382,91.86082,486.51703,475.06964,462.6119,14.513905,110.75244,337.1005,620.5934,22.854622,183.03426,28.551805,1.7137774,51.14816,1.1621907,1.256327,5.026837,15.7270565,176.81876,33.45755,19.489906,404.36877,116.51782,69.41885,89.104164,29.907461,55.162846,19.867592,16.264881,19.60875,140.23106,56.47131,26.818281,19.71436,14.597222,31.406467,25.922035,3.5169077,131.96638,31.506062,338.00806,13.12632,608.91174,31.542273,524.0863,251.89418,13.158477,14.870328,379.02,484.0269,1504.4501,413.88028 +2023-11-07 23:00:00,0.0,4951.8745,130.34239,70.669556,100.12917,61.73927,328.216,46.081264,96.59323,26.834642,56.286213,880.4481,87.29149,26.946627,237.96451,1.1968216,0.9982027,52.95502,2.1847563,2.7158327,948.83936,3.4878464,960.45825,121.36738,0.14427845,7.5651164,420.70013,43.47532,234.19106,171.17786,7158.0635,1.5580688,2714.665,23.761398,0.5581874,1.0348158,2.8455603,281.70206,338.06635,50.2647,61.448612,40.29013,14.200716,1327.8663,13.920951,61.290287,20.538017,474.56702,25.426386,434.71283,8.700044,61.254086,0.0,906.25525,3310.4473,0.6019078,261.44662,27.445122,21252.666,32.98451,0.9195233,14.9508,35.49929,7.0080075,2.2435486,17.665384,456.4859,146.70895,18.500349,0.7917504,2.6715071,117.30511,3.7479105,199.56528,258.37234,1947.6665,654.3661,102.725044,146.40575,146.49342,6.4801054,9.567617,58.84152,7.232099,11.103664,19.967264,29.605358,116.97548,18.874622,18.608358,54.624626,12.111322,3496.4297,23.19375,22.518055,17.471846,11.234709,184.34009,37.927315,19.474306,5.888213,11.527047,16.531519,66.69622,135.67683,31.095901,152.18811,22.893993,12.412791,87.43378,55.77702,144.17233,80.13277,3.9558387,4.119479,5.37506,29.110113,4693.44,3.5845268,10.405082,62.832386,16.172424,156.75061,57.160973,117.726395,3.325518,80.5866,472.1522,324.4426,47.52198,428.5444,55.90486,58.13389,91.831604,22.814869,3.6594775,19.962269,555.6659,0.5188269,0.94930786,92.55615,13.973517,8.973847,10.818993,17.024342,130.11815,31.408958,155.84933,811.91,378.6856,2564.1921,2019.6046,29.713911,58.203724,3345.915,18.937008,85.22245,594.10815,145.3436,201.16899,91.79181,486.0563,474.7911,462.62207,14.504952,110.68489,337.06766,620.28546,22.838432,182.91264,28.52757,1.7137079,51.150555,1.1621656,1.2564178,5.026124,15.721195,176.62085,33.43974,19.488842,404.1343,116.44363,69.3749,89.052086,29.88754,55.16684,19.853241,16.241495,19.601875,140.15611,56.443512,26.794565,19.740383,14.590278,31.37871,25.912128,3.513472,131.89372,31.477404,337.82712,13.120237,608.50433,31.522799,524.50183,251.78688,13.144007,14.864936,378.71082,483.67142,1503.7689,414.32053 +2023-11-08 00:00:00,0.0,4949.14,130.23523,70.601234,100.096275,61.7175,328.22574,46.076942,96.57449,26.826492,56.28074,879.53796,87.30764,26.941732,237.86063,1.1952369,0.9964782,52.977577,2.181065,2.7319605,949.04565,3.5084434,961.03174,121.396095,0.14506543,7.6103263,421.13116,43.484615,234.54814,171.24425,7152.834,1.5658761,2714.6387,23.86241,0.56039244,1.0393322,2.8601637,281.64133,337.99954,50.38464,61.433334,40.28962,14.19601,1326.9568,13.984036,61.253925,20.521454,474.5633,25.406933,434.9099,8.695174,61.216255,0.0,906.0126,3308.4985,0.6012629,261.29727,27.427383,21238.543,32.97184,0.9192659,14.939841,35.476585,7.0061455,2.242901,17.656507,456.22116,146.58359,18.483656,0.7914827,2.6703737,117.2975,3.7445474,199.47333,258.40332,1947.9542,654.0533,102.7155,146.44208,146.69446,6.4869637,9.5755825,58.97716,7.2545767,11.132445,19.953995,29.587534,117.03741,18.86962,18.595428,54.61409,12.112691,3496.7556,23.186228,22.516666,17.469772,11.233763,184.35239,37.93049,19.466667,5.8896985,11.520606,16.524117,66.67839,135.62982,31.093332,152.19283,22.889112,12.399486,87.36565,55.7435,144.05096,80.148506,3.9674666,4.1175,5.3742223,29.091722,4689.2974,3.5929592,10.391088,62.816113,16.166794,156.71957,57.196667,117.728775,3.3260121,80.56167,472.1088,324.49048,47.492245,428.41605,55.883335,58.126923,91.797424,22.835236,3.6633866,19.972572,555.5631,0.5189268,0.95027775,92.60456,13.991571,8.974758,10.823631,17.026184,130.18533,31.452501,155.8585,812.0692,378.45456,2563.545,2019.2972,29.697168,58.14697,3343.7905,18.94567,85.14445,593.97144,145.21466,201.01416,91.72281,485.59555,474.51254,462.63223,14.496,110.61733,337.03482,619.97754,22.822245,182.79102,28.503334,1.7136383,51.15295,1.1621407,1.2565084,5.0254116,15.715334,176.42293,33.42193,19.487778,403.89984,116.36944,69.330956,89.0,29.86762,55.170834,19.838888,16.218111,19.595,140.08116,56.415718,26.77085,19.766407,14.583333,31.350952,25.902222,3.5100365,131.82106,31.448744,337.64618,13.114155,608.09686,31.503323,524.9173,251.6796,13.129537,14.859545,378.40164,483.31595,1503.0878,414.76074 +2023-11-08 01:00:00,0.0,4946.4062,130.12807,70.53292,100.06337,61.69573,328.23547,46.07262,96.55576,26.81834,56.275265,878.6278,87.32379,26.936838,237.75674,1.1936524,0.9947537,53.000134,2.1773736,2.7480881,949.25195,3.5290406,961.6053,121.42481,0.14585242,7.6555357,421.5622,43.493908,234.90524,171.31064,7147.604,1.5736835,2714.6123,23.96342,0.5625974,1.0438484,2.8747668,281.58057,337.93274,50.504578,61.418056,40.289112,14.191302,1326.0472,14.047122,61.217567,20.504889,474.55957,25.38748,435.10696,8.690306,61.17843,0.0,905.7699,3306.5498,0.60061806,261.14795,27.409645,21224.42,32.959175,0.91900855,14.928883,35.453876,7.0042834,2.2422533,17.647633,455.95645,146.45824,18.466963,0.79121494,2.66924,117.2899,3.7411842,199.3814,258.4343,1948.2418,653.74054,102.70595,146.47841,146.8955,6.493822,9.583549,59.11281,7.277055,11.161226,19.940725,29.569712,117.099335,18.864618,18.582499,54.603554,12.1140585,3497.0815,23.178703,22.515278,17.4677,11.232816,184.36469,37.93366,19.459028,5.891184,11.514166,16.516716,66.66056,135.58282,31.090763,152.19753,22.884233,12.38618,87.297516,55.70998,143.92958,80.164246,3.9790943,4.1155205,5.373384,29.073332,4685.1553,3.6013913,10.377092,62.79984,16.161163,156.68854,57.23236,117.73115,3.3265066,80.536736,472.06537,324.53833,47.462505,428.2877,55.861805,58.11996,91.763245,22.8556,3.667296,19.982878,555.4603,0.5190267,0.95124763,92.65297,14.0096245,8.975668,10.828269,17.028027,130.2525,31.496042,155.86768,812.2284,378.22348,2562.8977,2018.99,29.680426,58.090214,3341.666,18.954332,85.06644,593.83466,145.08574,200.85933,91.6538,485.13483,474.234,462.6424,14.487047,110.54978,337.00198,619.6696,22.806055,182.6694,28.479097,1.7135687,51.155346,1.1621158,1.256599,5.0246987,15.709473,176.22502,33.404118,19.486712,403.66537,116.29525,69.287,88.947914,29.8477,55.174828,19.824537,16.194727,19.588125,140.00621,56.38792,26.747133,19.79243,14.576389,31.323195,25.892313,3.5066006,131.74838,31.420086,337.46524,13.108072,607.68945,31.483847,525.33276,251.5723,13.115067,14.854153,378.09244,482.9605,1502.4066,415.201 +2023-11-08 02:00:00,0.0,4943.672,130.0209,70.4646,100.03047,61.673958,328.2452,46.068295,96.537025,26.81019,56.269787,877.71765,87.33994,26.931942,237.65286,1.1920677,0.99302924,53.02269,2.1736822,2.7642157,949.4582,3.5496376,962.1788,121.45353,0.1466394,7.7007456,421.99323,43.503204,235.26234,171.37701,7142.374,1.5814908,2714.586,24.064432,0.5648024,1.0483648,2.88937,281.51984,337.86594,50.624516,61.40278,40.288605,14.186596,1325.1376,14.110208,61.181206,20.488325,474.55585,25.368027,435.30405,8.685436,61.1406,0.0,905.5272,3304.6008,0.5999732,260.9986,27.391907,21210.297,32.946507,0.9187512,14.917923,35.431168,7.0024214,2.2416058,17.638758,455.6917,146.33289,18.45027,0.79094726,2.6681063,117.282295,3.737821,199.28944,258.46527,1948.5295,653.42773,102.696396,146.51476,147.09651,6.500681,9.591514,59.248455,7.299533,11.190007,19.927456,29.551888,117.16126,18.859617,18.569567,54.593014,12.115427,3497.4075,23.17118,22.51389,17.465628,11.23187,184.37698,37.93683,19.45139,5.892669,11.507725,16.509314,66.64273,135.53583,31.088194,152.20224,22.879353,12.372875,87.22938,55.676456,143.8082,80.179985,3.9907222,4.1135416,5.372546,29.054943,4681.0127,3.6098237,10.363098,62.783566,16.15553,156.6575,57.268055,117.73353,3.3270009,80.5118,472.02194,324.5862,47.432766,428.15933,55.84028,58.112995,91.729065,22.875967,3.671205,19.993183,555.35754,0.5191266,0.9522176,92.70138,14.0276785,8.976579,10.832908,17.02987,130.31969,31.539583,155.87685,812.3876,377.99243,2562.2505,2018.6827,29.663683,58.03346,3339.5413,18.962994,84.98843,593.69794,144.9568,200.70451,91.58479,484.67407,473.95544,462.65256,14.478095,110.48222,336.96915,619.3617,22.789867,182.54778,28.454863,1.7134992,51.15774,1.1620908,1.2566897,5.023986,15.703611,176.02711,33.386307,19.485647,403.4309,116.22106,69.24306,88.895836,29.827778,55.178818,19.810184,16.171343,19.58125,139.93124,56.360123,26.723415,19.818455,14.569445,31.295437,25.882406,3.503165,131.67572,31.391426,337.2843,13.10199,607.282,31.46437,525.7482,251.465,13.100596,14.848761,377.78326,482.60504,1501.7255,415.6412 +2023-11-08 03:00:00,0.0,4940.938,129.91376,70.396286,99.997574,61.652187,328.25494,46.063972,96.518295,26.802038,56.264313,876.80756,87.356094,26.927048,237.54898,1.1904831,0.9913047,53.045246,2.1699908,2.7803433,949.6645,3.5702345,962.7523,121.482254,0.1474264,7.7459555,422.42426,43.5125,235.61945,171.4434,7137.144,1.5892981,2714.5596,24.165443,0.56700736,1.052881,2.9039733,281.45908,337.79913,50.74445,61.3875,40.288097,14.181889,1324.228,14.173293,61.144848,20.47176,474.55212,25.348574,435.50113,8.680568,61.102768,0.0,905.28455,3302.652,0.59932834,260.84924,27.374166,21196.176,32.933838,0.9184938,14.906964,35.408463,7.0005593,2.2409582,17.62988,455.427,146.20753,18.433575,0.7906795,2.6669726,117.27469,3.734458,199.1975,258.49625,1948.8171,653.115,102.68685,146.55109,147.29755,6.5075393,9.599479,59.3841,7.3220105,11.218788,19.914186,29.534065,117.2232,18.854614,18.556637,54.582478,12.116795,3497.7334,23.163656,22.5125,17.463554,11.230924,184.38928,37.94,19.44375,5.894155,11.501285,16.501911,66.6249,135.48882,31.085625,152.20694,22.874472,12.35957,87.16125,55.642937,143.68683,80.19573,4.00235,4.1115623,5.3717084,29.036552,4676.8706,3.618256,10.349104,62.767292,16.1499,156.62646,57.30375,117.7359,3.3274953,80.48688,471.97852,324.63406,47.40303,428.03098,55.81875,58.106033,91.694885,22.896334,3.6751144,20.003487,555.25476,0.5192265,0.95318747,92.74979,14.045732,8.9774885,10.837545,17.031712,130.38687,31.583126,155.88602,812.54675,377.76138,2561.6033,2018.3755,29.646938,57.976704,3337.4167,18.971657,84.910416,593.5612,144.82788,200.54968,91.515785,484.21332,473.6769,462.66272,14.469143,110.414665,336.9363,619.0538,22.773678,182.42616,28.430626,1.7134296,51.160133,1.1620659,1.2567803,5.023273,15.69775,175.8292,33.3685,19.484583,403.19644,116.14687,69.19911,88.84375,29.807858,55.18281,19.795834,16.147959,19.574375,139.8563,56.332325,26.6997,19.844479,14.5625,31.26768,25.8725,3.4997294,131.60306,31.362768,337.10336,13.095907,606.8746,31.444897,526.1637,251.35771,13.086126,14.843369,377.4741,482.24957,1501.0444,416.08145 +2023-11-08 04:00:00,0.0,4938.204,129.8066,70.327965,99.96467,61.630417,328.2647,46.05965,96.49956,26.793886,56.25884,875.8974,87.372246,26.922153,237.4451,1.1888986,0.9895802,53.0678,2.1662993,2.796471,949.8707,3.5908318,963.32587,121.51097,0.14821337,7.7911654,422.8553,43.521793,235.97655,171.5098,7131.914,1.5971055,2714.5332,24.266455,0.5692124,1.0573974,2.9185765,281.39835,337.73233,50.864388,61.372223,40.28759,14.177182,1323.3185,14.23638,61.108486,20.455194,474.5484,25.329123,435.6982,8.675698,61.06494,0.0,905.0419,3300.7034,0.5986835,260.69992,27.356428,21182.053,32.92117,0.91823643,14.896006,35.385757,6.9986973,2.2403107,17.621006,455.1623,146.08218,18.416882,0.7904118,2.665839,117.26709,3.7310948,199.10556,258.52722,1949.1049,652.8022,102.6773,146.58743,147.49857,6.5143976,9.607445,59.51975,7.3444886,11.247569,19.900919,29.516243,117.285126,18.849613,18.543707,54.571938,12.118163,3498.0593,23.156134,22.51111,17.461481,11.229977,184.4016,37.94317,19.436111,5.8956404,11.4948435,16.494509,66.60706,135.44182,31.083055,152.21164,22.869593,12.346264,87.09312,55.609417,143.56544,80.21147,4.0139775,4.1095834,5.37087,29.018162,4672.728,3.6266882,10.33511,62.751022,16.14427,156.59543,57.339447,117.73828,3.3279896,80.461945,471.9351,324.68195,47.37329,427.90265,55.797222,58.099068,91.660706,22.9167,3.6790235,20.013792,555.152,0.51932645,0.95415735,92.798195,14.063786,8.978399,10.842184,17.033554,130.45406,31.626667,155.89519,812.706,377.5303,2560.9563,2018.0681,29.630196,57.91995,3335.2922,18.98032,84.832405,593.42444,144.69894,200.39485,91.446785,483.7526,473.39835,462.67288,14.460191,110.347115,336.9035,618.74585,22.75749,182.30453,28.40639,1.71336,51.16253,1.162041,1.2568709,5.02256,15.69189,175.63129,33.35069,19.483519,402.96198,116.07268,69.15516,88.791664,29.787937,55.186806,19.78148,16.124575,19.5675,139.78134,56.304527,26.675983,19.870502,14.555555,31.23992,25.86259,3.4962938,131.53038,31.334108,336.92245,13.089825,606.46716,31.42542,526.57916,251.25041,13.071657,14.837976,377.16492,481.8941,1500.3633,416.52167 +2023-11-08 05:00:00,0.0,4935.4697,129.69943,70.25965,99.93177,61.608646,328.27444,46.055325,96.48082,26.785736,56.25336,874.98724,87.388405,26.91726,237.34123,1.1873139,0.98785573,53.090355,2.162608,2.8125987,950.077,3.6114287,963.89935,121.53969,0.14900036,7.836375,423.28632,43.53109,236.33363,171.57619,7126.684,1.6049129,2714.5068,24.367466,0.57141733,1.0619136,2.9331799,281.33762,337.66553,50.984325,61.356945,40.28708,14.172475,1322.4089,14.299465,61.07213,20.438631,474.54465,25.30967,435.8953,8.67083,61.02711,0.0,904.7992,3298.7544,0.5980386,260.55057,27.33869,21167.93,32.908504,0.91797906,14.885046,35.36305,6.9968348,2.2396631,17.61213,454.89755,145.95683,18.400188,0.7901441,2.6647053,117.25948,3.7277317,199.01361,258.5582,1949.3926,652.48944,102.66775,146.62376,147.6996,6.5212564,9.61541,59.655396,7.3669667,11.276349,19.88765,29.498419,117.34705,18.84461,18.530775,54.5614,12.119531,3498.3853,23.148611,22.509722,17.459408,11.229031,184.4139,37.94634,19.428473,5.8971257,11.488402,16.487108,66.58923,135.39482,31.080486,152.21635,22.864712,12.332958,87.02498,55.575897,143.44408,80.22721,4.025605,4.107604,5.3700323,28.999773,4668.5854,3.6351206,10.3211155,62.73475,16.13864,156.56439,57.37514,117.740654,3.328484,80.43701,471.8917,324.7298,47.34355,427.7743,55.775696,58.092106,91.626526,22.937067,3.6829329,20.024096,555.0492,0.51942635,0.9551273,92.8466,14.081839,8.979309,10.846823,17.035397,130.52124,31.670208,155.90436,812.86523,377.29926,2560.309,2017.7609,29.613453,57.863194,3333.1675,18.988981,84.754395,593.2877,144.57,200.24004,91.37778,483.29184,473.11978,462.68304,14.451238,110.27956,336.87067,618.4379,22.7413,182.18292,28.382153,1.7132903,51.164925,1.1620159,1.2569616,5.0218472,15.6860285,175.43338,33.33288,19.482452,402.7275,115.99849,69.11121,88.739586,29.768017,55.1908,19.76713,16.10119,19.560625,139.70639,56.27673,26.652267,19.896524,14.548611,31.212162,25.852684,3.492858,131.45772,31.30545,336.74152,13.083741,606.0597,31.405945,526.9946,251.14311,13.057187,14.832585,376.85574,481.53867,1499.6821,416.9619 +2023-11-08 06:00:00,0.0,4932.736,129.59227,70.19133,99.89887,61.586876,328.28418,46.051003,96.46209,26.777584,56.247887,874.0771,87.40456,26.912365,237.23735,1.1857293,0.98613125,53.11291,2.1589167,2.8287263,950.2833,3.632026,964.4729,121.568405,0.14978735,7.8815846,423.71735,43.540382,236.69073,171.64258,7121.454,1.6127203,2714.4805,24.468477,0.57362235,1.06643,2.947783,281.27686,337.59872,51.104263,61.341667,40.28657,14.1677685,1321.4993,14.362551,61.035767,20.422066,474.54092,25.290216,436.09238,8.66596,60.989285,0.0,904.5565,3296.8057,0.59739375,260.4012,27.320951,21153.807,32.895836,0.9177217,14.874087,35.340343,6.9949727,2.2390156,17.603254,454.63284,145.83148,18.383495,0.78987634,2.6635716,117.25188,3.7243686,198.92166,258.58917,1949.6802,652.17664,102.6582,146.6601,147.90063,6.528115,9.623375,59.791042,7.3894444,11.30513,19.87438,29.480595,117.40898,18.83961,18.517845,54.55086,12.120899,3498.7112,23.141087,22.508333,17.457336,11.228085,184.4262,37.949512,19.420834,5.898611,11.481962,16.479706,66.5714,135.34781,31.077917,152.22105,22.85983,12.3196535,86.95685,55.542374,143.3227,80.24295,4.0372334,4.1056247,5.3691945,28.981382,4664.4434,3.6435528,10.307121,62.718475,16.133009,156.53337,57.410835,117.743034,3.3289783,80.41209,471.84827,324.77768,47.313812,427.64594,55.754166,58.08514,91.59235,22.957432,3.686842,20.0344,554.9464,0.51952624,0.9560972,92.89501,14.099893,8.98022,10.85146,17.037241,130.58842,31.71375,155.91353,813.0244,377.06818,2559.6619,2017.4536,29.59671,57.80644,3331.043,18.997644,84.67639,593.151,144.44109,200.0852,91.30877,482.83112,472.84125,462.6932,14.442286,110.212,336.83783,618.13,22.725113,182.06131,28.357918,1.7132208,51.16732,1.161991,1.2570522,5.0211344,15.680167,175.23546,33.315067,19.481388,402.49307,115.9243,69.06726,88.6875,29.748096,55.19479,19.752777,16.077806,19.553751,139.63144,56.24893,26.628551,19.922548,14.541667,31.184404,25.842777,3.4894223,131.38504,31.27679,336.56058,13.077659,605.6523,31.386469,527.4101,251.03581,13.042717,14.827193,376.54657,481.1832,1499.001,417.40216 +2023-11-08 07:00:00,0.0,4930.0015,129.48512,70.12302,99.865974,61.565105,328.2939,46.04668,96.44335,26.769434,56.242413,873.167,87.42071,26.90747,237.13347,1.1841447,0.98440677,53.135468,2.1552253,2.8448539,950.48956,3.652623,965.0464,121.59712,0.15057433,7.9267945,424.14838,43.54968,237.04784,171.70897,7116.224,1.6205275,2714.4543,24.569489,0.5758273,1.0709462,2.9623861,281.21613,337.53192,51.2242,61.32639,40.286064,14.163061,1320.5897,14.425636,60.99941,20.405502,474.53723,25.270763,436.28946,8.661092,60.951454,0.0,904.31384,3294.857,0.5967489,260.2519,27.303213,21139.686,32.883167,0.9174643,14.863129,35.317635,6.9931107,2.238368,17.59438,454.3681,145.70613,18.3668,0.78960866,2.6624382,117.24427,3.7210054,198.82973,258.62015,1949.9679,651.8639,102.64865,146.69644,148.10165,6.5349736,9.631341,59.926685,7.4119225,11.333911,19.86111,29.46277,117.47091,18.834608,18.504915,54.540325,12.122267,3499.037,23.133564,22.506945,17.455263,11.227138,184.43849,37.952682,19.413195,5.9000964,11.475521,16.472303,66.55357,135.30081,31.075346,152.22577,22.854952,12.306348,86.88872,55.508854,143.20132,80.25869,4.048861,4.103646,5.368356,28.962992,4660.301,3.6519852,10.293126,62.7022,16.127378,156.50233,57.44653,117.74541,3.3294725,80.38715,471.80484,324.82553,47.284077,427.51758,55.73264,58.078175,91.55817,22.977798,3.690751,20.044704,554.8437,0.51962614,0.95706713,92.94342,14.117947,8.981131,10.856099,17.039083,130.65561,31.757292,155.9227,813.1836,376.83713,2559.0146,2017.1464,29.579967,57.749683,3328.9185,19.006306,84.59838,593.0142,144.31215,199.93037,91.23977,482.37036,472.56268,462.70337,14.433333,110.14445,336.805,617.82214,22.708923,181.93968,28.333681,1.7131512,51.169716,1.161966,1.2571428,5.0204215,15.674306,175.03755,33.297256,19.480324,402.2586,115.85011,69.023315,88.635414,29.728176,55.198784,19.738426,16.054422,19.546875,139.55649,56.221134,26.604836,19.948572,14.534722,31.156647,25.832869,3.4859867,131.31238,31.248133,336.37964,13.071576,605.2448,31.366995,527.82556,250.92853,13.028247,14.821801,376.2374,480.82773,1498.3198,417.84238 +2023-11-08 08:00:00,0.0,4927.2676,129.37796,70.054695,99.83307,61.543335,328.30365,46.04236,96.42462,26.761282,56.236935,872.25684,87.43686,26.902576,237.02959,1.1825601,0.9826823,53.158024,2.1515338,2.8609817,950.69586,3.6732202,965.61993,121.62584,0.15136132,7.9720044,424.5794,43.558975,237.40494,171.77536,7110.994,1.6283349,2714.428,24.6705,0.5780323,1.0754626,2.9769895,281.15536,337.46512,51.344135,61.31111,40.285557,14.158355,1319.6802,14.488722,60.963047,20.388937,474.53345,25.25131,436.4865,8.656222,60.913628,0.0,904.07117,3292.908,0.596104,260.10254,27.285475,21125.562,32.8705,0.91720694,14.852169,35.29493,6.9912486,2.2377205,17.585503,454.1034,145.58076,18.350107,0.7893409,2.6613045,117.23667,3.7176423,198.73778,258.65112,1950.2556,651.5511,102.63911,146.73277,148.30269,6.541832,9.639306,60.062332,7.4344006,11.362692,19.847841,29.444948,117.53284,18.829605,18.491983,54.529785,12.123635,3499.363,23.126041,22.505556,17.45319,11.2261915,184.45079,37.955853,19.405556,5.9015822,11.469081,16.464901,66.53574,135.2538,31.072777,152.23047,22.85007,12.293042,86.82059,55.475334,143.07994,80.27443,4.0604887,4.1016665,5.3675184,28.944603,4656.1587,3.6604176,10.279132,62.68593,16.121748,156.4713,57.482224,117.74779,3.329967,80.36222,471.7614,324.87338,47.254337,427.38922,55.711113,58.071213,91.52399,22.998165,3.6946604,20.05501,554.7409,0.51972604,0.958037,92.99183,14.136,8.98204,10.860737,17.040926,130.7228,31.800835,155.93187,813.3428,376.60608,2558.3674,2016.8391,29.563223,57.69293,3326.7937,19.014969,84.52037,592.8775,144.18323,199.77556,91.17076,481.90964,472.28415,462.71353,14.424381,110.07689,336.77216,617.5142,22.692736,181.81807,28.309444,1.7130816,51.172108,1.161941,1.2572335,5.0197086,15.668445,174.83965,33.27945,19.47926,402.02414,115.775925,68.97937,88.583336,29.708256,55.202778,19.724073,16.031038,19.54,139.48154,56.193336,26.581118,19.974596,14.527778,31.12889,25.822962,3.482551,131.23972,31.219473,336.1987,13.065494,604.8374,31.347519,528.2411,250.82123,13.013777,14.816409,375.92822,480.47226,1497.6387,418.28262 +2023-11-08 09:00:00,0.0,4924.533,129.2708,69.98638,99.80017,61.521564,328.3134,46.038033,96.40588,26.75313,56.23146,871.3467,87.45301,26.897682,236.9257,1.1809754,0.9809578,53.180576,2.1478424,2.8771093,950.9021,3.6938171,966.1935,121.654564,0.1521483,8.017214,425.01044,43.568268,237.76204,171.84174,7105.764,1.6361423,2714.4016,24.771511,0.5802373,1.0799788,2.991593,281.09464,337.39832,51.464073,61.295834,40.285046,14.153647,1318.7705,14.551808,60.92669,20.372374,474.52975,25.231857,436.6836,8.651354,60.875797,0.0,903.8285,3290.9592,0.59545916,259.9532,27.267736,21111.44,32.857834,0.91694957,14.84121,35.272224,6.9893866,2.237073,17.576628,453.83868,145.45541,18.333414,0.7890732,2.6601708,117.229065,3.7142792,198.64583,258.68207,1950.5432,651.23834,102.629555,146.7691,148.50371,6.5486903,9.647271,60.19798,7.456878,11.391473,19.834572,29.427124,117.59477,18.824604,18.479053,54.51925,12.125003,3499.689,23.118517,22.504168,17.451117,11.225245,184.4631,37.959023,19.397917,5.9030676,11.46264,16.4575,66.51791,135.2068,31.070208,152.23518,22.84519,12.279737,86.75245,55.44181,142.95857,80.29018,4.0721164,4.0996876,5.3666806,28.926212,4652.016,3.6688497,10.265138,62.669655,16.116117,156.44026,57.517918,117.75016,3.3304613,80.337296,471.718,324.92126,47.224598,427.2609,55.689583,58.064247,91.48981,23.018532,3.6985695,20.065315,554.6381,0.51982594,0.9590069,93.04024,14.154054,8.982951,10.8653755,17.042768,130.78996,31.844376,155.94104,813.502,376.375,2557.7205,2016.5317,29.54648,57.636173,3324.6692,19.02363,84.44236,592.7408,144.05429,199.62073,91.10175,481.44888,472.00558,462.7237,14.415428,110.00933,336.73932,617.2063,22.676546,181.69644,28.28521,1.7130121,51.174503,1.1619161,1.2573241,5.018996,15.662583,174.64174,33.26164,19.478193,401.78967,115.70173,68.93542,88.53125,29.688334,55.20677,19.709723,16.007654,19.533125,139.40659,56.16554,26.557402,20.00062,14.520833,31.101131,25.813055,3.4791152,131.16704,31.190813,336.01776,13.059411,604.42993,31.328043,528.65656,250.71393,12.999307,14.811018,375.61902,480.1168,1496.9575,418.72284 +2023-11-08 10:00:00,0.0,4921.7993,129.16364,69.91806,99.76727,61.49979,328.32315,46.03371,96.387146,26.74498,56.225986,870.4365,87.46916,26.892788,236.82182,1.1793909,0.97923326,53.203133,2.144151,2.8932369,951.1084,3.7144144,966.76697,121.68328,0.15293528,8.062424,425.44147,43.577564,238.11914,171.90813,7100.534,1.6439496,2714.3752,24.872522,0.5824423,1.0844952,3.006196,281.03387,337.3315,51.58401,61.280556,40.28454,14.148941,1317.861,14.614894,60.890327,20.355808,474.52603,25.212404,436.88068,8.646484,60.837967,0.0,903.5858,3289.0105,0.5948143,259.80383,27.249998,21097.316,32.845165,0.9166922,14.830252,35.249516,6.9875245,2.2364252,17.56775,453.57394,145.33006,18.316721,0.7888055,2.659037,117.22146,3.710916,198.5539,258.71304,1950.8309,650.92554,102.62,146.80545,148.70474,6.555549,9.655237,60.333626,7.4793563,11.420254,19.821302,29.409302,117.6567,18.819603,18.466122,54.50871,12.126371,3500.015,23.110994,22.502777,17.449045,11.2242985,184.4754,37.962193,19.390278,5.904553,11.4562,16.450098,66.50008,135.1598,31.067638,152.23988,22.840311,12.266432,86.68432,55.40829,142.83719,80.305916,4.0837445,4.097708,5.3658423,28.907822,4647.8735,3.677282,10.251143,62.65338,16.110485,156.40923,57.55361,117.75254,3.3309557,80.31236,471.67456,324.96912,47.194862,427.13254,55.668056,58.057285,91.45563,23.038897,3.702479,20.075619,554.53534,0.51992583,0.95997685,93.088646,14.172107,8.983861,10.870013,17.044611,130.85715,31.887917,155.9502,813.66125,376.14395,2557.0732,2016.2245,29.529737,57.57942,3322.5447,19.032293,84.36435,592.604,143.92535,199.4659,91.032745,480.98816,471.72705,462.73386,14.406476,109.94178,336.70648,616.8984,22.660358,181.57483,28.260973,1.7129425,51.1769,1.1618911,1.2574147,5.018283,15.656723,174.44382,33.243828,19.477129,401.5552,115.62754,68.89147,88.479164,29.668413,55.210762,19.69537,15.984269,19.52625,139.33163,56.13774,26.533686,20.026644,14.513889,31.073374,25.803146,3.4756796,131.09438,31.162155,335.83682,13.0533285,604.0225,31.308567,529.072,250.60664,12.984837,14.805626,375.30984,479.76135,1496.2764,419.1631 +2023-11-08 11:00:00,0.0,4919.065,129.05649,69.84975,99.73437,61.47802,328.3329,46.02939,96.368416,26.736828,56.22051,869.52637,87.48531,26.887894,236.71794,1.1778063,0.9775088,53.22569,2.1404595,2.9093645,951.3147,3.7350113,967.3405,121.712,0.15372227,8.107634,425.8725,43.586857,238.47623,171.97452,7095.304,1.651757,2714.3489,24.973534,0.5846473,1.0890114,3.0207992,280.97314,337.2647,51.70395,61.265278,40.28403,14.144234,1316.9514,14.677979,60.85397,20.339245,474.52228,25.192953,437.07776,8.641616,60.80014,0.0,903.34314,3287.0615,0.59416944,259.6545,27.232258,21083.195,32.832497,0.9164348,14.819292,35.226807,6.985662,2.2357776,17.558876,453.30923,145.20471,18.300026,0.78853774,2.6579034,117.21386,3.707553,198.46194,258.74402,1951.1185,650.61273,102.61046,146.84178,148.90578,6.5624075,9.663202,60.469273,7.5018344,11.449035,19.808035,29.391478,117.71863,18.8146,18.453192,54.498173,12.127739,3500.3408,23.10347,22.501389,17.446972,11.223352,184.4877,37.965363,19.382639,5.9060383,11.449759,16.442696,66.48225,135.1128,31.06507,152.2446,22.83543,12.253126,86.61619,55.37477,142.71582,80.321655,4.095372,4.095729,5.3650045,28.889433,4643.7314,3.6857142,10.237149,62.637108,16.104855,156.37819,57.589306,117.75491,3.33145,80.28743,471.63116,325.017,47.165123,427.00418,55.646526,58.05032,91.42145,23.059263,3.706388,20.085924,554.43256,0.52002573,0.96094674,93.137054,14.190161,8.984772,10.874652,17.046453,130.92433,31.93146,155.95937,813.82043,375.91287,2556.426,2015.9172,29.512995,57.522663,3320.4202,19.040955,84.28634,592.4673,143.79643,199.31107,90.963745,480.5274,471.4485,462.74402,14.397524,109.87422,336.67365,616.59045,22.644169,181.4532,28.236736,1.7128729,51.179295,1.1618662,1.2575054,5.01757,15.650862,174.24591,33.226017,19.476065,401.32074,115.55335,68.84752,88.427086,29.648493,55.214756,19.681019,15.960885,19.519375,139.25668,56.109943,26.50997,20.052668,14.506945,31.045614,25.79324,3.472244,131.02171,31.133495,335.65588,13.047246,603.61505,31.289093,529.4875,250.49934,12.9703665,14.800234,375.00067,479.40588,1495.5953,419.6033 +2023-11-08 12:00:00,0.0,4916.331,128.94933,69.781425,99.70147,61.45625,328.34262,46.025063,96.34968,26.728676,56.215034,868.6163,87.501465,26.883,236.61406,1.1762216,0.9757843,53.248245,2.1367683,2.9254923,951.52094,3.7556083,967.914,121.740715,0.15450926,8.152843,426.30353,43.596153,238.83333,172.04091,7090.074,1.6595643,2714.3225,25.074545,0.58685225,1.0935278,3.0354025,280.9124,337.19794,51.823883,61.25,40.283524,14.139527,1316.0419,14.741065,60.817608,20.32268,474.51855,25.1735,437.27484,8.636746,60.76231,0.0,903.10046,3285.1128,0.5935246,259.50516,27.21452,21069.072,32.819828,0.91617745,14.808333,35.2041,6.9838,2.23513,17.55,453.0445,145.07936,18.283333,0.78827006,2.6567698,117.20625,3.7041898,198.37,258.775,1951.4062,650.3,102.60091,146.87811,149.1068,6.5692663,9.671167,60.60492,7.524312,11.477816,19.794765,29.373655,117.780556,18.809599,18.440262,54.487633,12.129107,3500.6667,23.095947,22.5,17.444899,11.222406,184.5,37.968536,19.375,5.907524,11.443318,16.435293,66.46442,135.0658,31.0625,152.2493,22.83055,12.2398205,86.54805,55.341248,142.59444,80.337395,4.107,4.09375,5.3641663,28.871042,4639.589,3.6941466,10.223155,62.620834,16.099224,156.34715,57.625,117.75729,3.3319445,80.2625,471.58774,325.06485,47.135384,426.87582,55.625,58.043358,91.38727,23.07963,3.7102973,20.096228,554.3298,0.5201256,0.9619166,93.18547,14.208214,8.985682,10.87929,17.048298,130.99152,31.975,155.96854,813.9796,375.68182,2555.7788,2015.61,29.496252,57.465908,3318.2954,19.049618,84.208336,592.33057,143.6675,199.15625,90.89474,480.06665,471.16992,462.75418,14.388571,109.80667,336.6408,616.28253,22.627981,181.33159,28.212502,1.7128034,51.181686,1.1618412,1.257596,5.016857,15.645,174.048,33.208206,19.474998,401.08627,115.479164,68.80357,88.375,29.628572,55.21875,19.666666,15.937501,19.5125,139.18173,56.082146,26.486254,20.07869,14.5,31.017857,25.783333,3.4688082,130.94904,31.104837,335.47495,13.041163,603.20764,31.269617,529.90295,250.39204,12.955896,14.794842,374.6915,479.0504,1494.9142,420.04355 +2023-11-08 13:00:00,0.0,4913.597,128.84216,69.713104,99.66857,61.43448,328.35236,46.02074,96.33095,26.720526,56.20956,867.7061,87.517624,26.878103,236.51018,1.1746371,0.9740598,53.2708,2.133077,2.9416199,951.72723,3.7762055,968.48755,121.76943,0.15529625,8.198053,426.73453,43.60545,239.19043,172.1073,7084.844,1.6673716,2714.2961,25.175556,0.58905727,1.098044,3.0500057,280.85165,337.13113,51.94382,61.234722,40.283016,14.134821,1315.1322,14.804151,60.781246,20.306114,474.51483,25.154047,437.47192,8.631878,60.724483,0.0,902.8578,3283.164,0.5928797,259.3558,27.196781,21054.95,32.807163,0.9159201,14.797375,35.181396,6.981938,2.2344825,17.541124,452.7798,144.95401,18.26664,0.7880023,2.655636,117.19865,3.7008266,198.27806,258.80597,1951.694,649.9872,102.591354,146.91446,149.30783,6.5761247,9.679133,60.740566,7.54679,11.506597,19.781496,29.355831,117.84248,18.804596,18.42733,54.477097,12.130475,3500.9927,23.088425,22.498611,17.442827,11.221459,184.5123,37.971706,19.367361,5.9090095,11.436877,16.427893,66.44659,135.01878,31.05993,152.254,22.82567,12.226516,86.47992,55.307728,142.47307,80.353134,4.1186275,4.0917706,5.3633285,28.852652,4635.447,3.702579,10.20916,62.60456,16.093594,156.31612,57.660694,117.75967,3.3324387,80.23757,471.5443,325.11273,47.105648,426.74747,55.603474,58.036392,91.35309,23.099997,3.7142065,20.106533,554.227,0.5202256,0.9628866,93.23388,14.226268,8.986592,10.883928,17.05014,131.0587,32.018543,155.9777,814.1388,375.45078,2555.1316,2015.3027,29.47951,57.409153,3316.171,19.05828,84.130325,592.1938,143.53857,199.00142,90.82573,479.60593,470.8914,462.76434,14.379619,109.73911,336.60797,615.9746,22.611794,181.20996,28.188265,1.7127337,51.184082,1.1618162,1.2576866,5.0161448,15.639139,173.85008,33.190395,19.473934,400.8518,115.404976,68.75962,88.322914,29.608652,55.222744,19.652315,15.914117,19.505625,139.10678,56.054348,26.462538,20.104713,14.493055,30.990099,25.773424,3.4653726,130.87637,31.076178,335.294,13.035081,602.8002,31.250141,530.3184,250.28476,12.941426,14.78945,374.38232,478.69495,1494.233,420.4838 +2023-11-08 14:00:00,0.0,4910.863,128.73502,69.64479,99.635666,61.41271,328.3621,46.01642,96.31221,26.712374,56.204082,866.79596,87.533775,26.873209,236.4063,1.1730524,0.97233534,53.293354,2.1293855,2.9577475,951.9335,3.7968025,969.06104,121.79815,0.15608323,8.243263,427.16556,43.614742,239.54753,172.17369,7079.6143,1.675179,2714.2698,25.276567,0.5912622,1.1025604,3.064609,280.79092,337.06433,52.06376,61.219444,40.282505,14.130114,1314.2227,14.867236,60.74489,20.28955,474.5111,25.134594,437.66898,8.627008,60.686653,0.0,902.6151,3281.215,0.59223485,259.20648,27.179043,21040.828,32.794495,0.9156627,14.786415,35.158688,6.980076,2.233835,17.53225,452.51505,144.82866,18.249945,0.7877346,2.6545026,117.19105,3.6974635,198.18611,258.83694,1951.9816,649.67444,102.58182,146.95079,149.50885,6.582983,9.6870985,60.87621,7.569268,11.535377,19.768227,29.338009,117.90441,18.799595,18.4144,54.46656,12.131844,3501.3186,23.0809,22.497223,17.440754,11.220513,184.52461,37.974876,19.359722,5.910495,11.430437,16.42049,66.42875,134.97179,31.05736,152.25871,22.82079,12.21321,86.41179,55.274208,142.35168,80.36887,4.130255,4.089792,5.3624907,28.834263,4631.304,3.7110112,10.195166,62.588287,16.087963,156.28508,57.69639,117.76205,3.332933,80.21264,471.5009,325.16058,47.07591,426.61914,55.581944,58.02943,91.31891,23.120363,3.7181158,20.116837,554.1242,0.5203255,0.96385646,93.28229,14.244321,8.987503,10.888567,17.051983,131.12589,32.062084,155.98688,814.298,375.2197,2554.4846,2014.9954,29.462765,57.352398,3314.0464,19.066942,84.052315,592.05707,143.40964,198.84659,90.75672,479.14517,470.61282,462.7745,14.3706665,109.671555,336.57513,615.6667,22.595604,181.08835,28.164028,1.7126641,51.186478,1.1617913,1.2577773,5.015432,15.633278,173.65218,33.17259,19.47287,400.61734,115.33078,68.715675,88.270836,29.588732,55.226738,19.637962,15.890732,19.49875,139.03183,56.02655,26.43882,20.130737,14.486111,30.962341,25.763517,3.461937,130.80371,31.04752,335.11307,13.028998,602.39276,31.230667,530.7339,250.17746,12.926956,14.784059,374.07315,478.33948,1493.5519,420.924 +2023-11-08 15:00:00,0.0,4908.129,128.62785,69.57647,99.60277,61.390938,328.37186,46.012093,96.29347,26.704224,56.19861,865.8858,87.54993,26.868315,236.30243,1.1714678,0.97061086,53.31591,2.125694,2.973875,952.1398,3.8173997,969.6346,121.826866,0.15687022,8.288473,427.5966,43.62404,239.90463,172.24008,7074.3843,1.6829864,2714.2434,25.377579,0.59346724,1.1070768,3.0792122,280.73016,336.99753,52.183697,61.204166,40.281998,14.125407,1313.3131,14.930323,60.708527,20.272985,474.5074,25.11514,437.86606,8.62214,60.648827,0.0,902.37244,3279.2664,0.59159,259.05713,27.161304,21026.705,32.781826,0.91540533,14.775456,35.135983,6.978214,2.2331874,17.523373,452.25034,144.70331,18.233252,0.7874669,2.653369,117.18344,3.6941006,198.09416,258.86792,1952.2693,649.36163,102.572266,146.98714,149.70988,6.589842,9.695065,61.011856,7.5917463,11.5641575,19.754957,29.320187,117.96634,18.794594,18.40147,54.45602,12.133211,3501.6445,23.073378,22.495832,17.43868,11.219567,184.53691,37.978046,19.352083,5.91198,11.423996,16.413088,66.41092,134.92479,31.05479,152.26341,22.815908,12.199904,86.34366,55.24069,142.23032,80.38461,4.1418834,4.0878124,5.3616524,28.815872,4627.1616,3.7194436,10.181171,62.572018,16.082333,156.25404,57.732086,117.76442,3.3334274,80.187706,471.45746,325.20847,47.04617,426.49078,55.560417,58.022465,91.28473,23.140728,3.722025,20.127142,554.0214,0.5204254,0.96482635,93.330696,14.262375,8.988413,10.893205,17.053825,131.19307,32.105625,155.99605,814.4572,374.98865,2553.8374,2014.6881,29.446022,57.295643,3311.9216,19.075605,83.974304,591.9203,143.2807,198.69177,90.68772,478.68445,470.3343,462.78467,14.361714,109.604004,336.54233,615.35876,22.579416,180.96674,28.139791,1.7125945,51.188873,1.1617663,1.2578679,5.014719,15.627418,173.45427,33.154778,19.471806,400.38287,115.25659,68.67173,88.21875,29.568811,55.23073,19.623611,15.867348,19.491875,138.95688,55.998753,26.415104,20.156761,14.479167,30.934584,25.75361,3.4585013,130.73103,31.01886,334.93216,13.022915,601.9853,31.211191,531.14935,250.07016,12.912486,14.7786665,373.76398,477.98404,1492.8707,421.36426 +2023-11-08 16:00:00,0.0,4905.3945,128.52069,69.508156,99.56987,61.369167,328.3816,46.00777,96.27474,26.696072,56.193134,864.97565,87.56608,26.86342,236.19855,1.1698833,0.9688864,53.338467,2.1220026,2.9900029,952.34607,3.8379967,970.2081,121.85559,0.1576572,8.333683,428.02762,43.63333,240.26173,172.30646,7069.1543,1.6907938,2714.217,25.47859,0.5956722,1.111593,3.0938153,280.66943,336.93073,52.303635,61.18889,40.28149,14.1207,1312.4034,14.993408,60.67217,20.256422,474.50366,25.095688,438.06314,8.61727,60.610996,0.0,902.12976,3277.3176,0.5909451,258.90778,27.143566,21012.582,32.769157,0.91514796,14.764498,35.113274,6.9763517,2.23254,17.514498,451.98563,144.57796,18.216558,0.78719914,2.6522353,117.175835,3.6907375,198.00223,258.8989,1952.5569,649.0489,102.56271,147.02347,149.91092,6.5967,9.70303,61.147503,7.614224,11.592938,19.741688,29.302362,118.028275,18.78959,18.388538,54.445484,12.13458,3501.9705,23.065853,22.494444,17.436607,11.21862,184.54921,37.981216,19.344444,5.9134655,11.417556,16.405685,66.39309,134.87778,31.052221,152.26813,22.81103,12.1866,86.27552,55.207165,142.10893,80.40036,4.153511,4.085833,5.3608146,28.797482,4623.0195,3.7278757,10.167177,62.555744,16.076702,156.223,57.76778,117.7668,3.3339217,80.16278,471.41403,325.25632,47.01643,426.36243,55.538887,58.015503,91.25055,23.161095,3.7259343,20.137447,553.91864,0.5205253,0.9657963,93.379105,14.280428,8.989324,10.897843,17.055668,131.26024,32.149166,156.00522,814.6164,374.75757,2553.1902,2014.3809,29.42928,57.238888,3309.797,19.084267,83.89629,591.78357,143.15178,198.53694,90.61871,478.2237,470.05573,462.79483,14.352761,109.536446,336.5095,615.0509,22.563227,180.84511,28.115557,1.712525,51.19127,1.1617414,1.2579585,5.014006,15.621556,173.25635,33.136967,19.47074,400.1484,115.1824,68.62778,88.166664,29.54889,55.234722,19.609259,15.843964,19.485,138.88193,55.970955,26.391388,20.182785,14.472222,30.906826,25.743702,3.4550655,130.65837,30.990202,334.75122,13.016832,601.5779,31.191715,531.5648,249.96286,12.898016,14.773274,373.45477,477.62857,1492.1896,421.80447 +2023-11-08 17:00:00,0.0,4902.6606,128.41353,69.439835,99.536964,61.347397,328.39133,46.00345,96.256004,26.68792,56.187656,864.06555,87.58223,26.858526,236.09467,1.1682986,0.9671619,53.361023,2.1183112,3.0061305,952.5523,3.858594,970.7816,121.88431,0.15844418,8.378892,428.45865,43.642628,240.61882,172.37285,7063.925,1.698601,2714.1907,25.579601,0.5978772,1.1161094,3.1084187,280.60867,336.86392,52.42357,61.17361,40.280983,14.1159935,1311.4939,15.056494,60.635807,20.239857,474.49994,25.076235,438.26022,8.612402,60.573166,0.0,901.8871,3275.3687,0.59030026,258.75842,27.125828,20998.459,32.756493,0.9148906,14.753538,35.09057,6.974489,2.2318923,17.505621,451.7209,144.45259,18.199865,0.78693146,2.6511016,117.168236,3.6873744,197.91028,258.92987,1952.8446,648.7361,102.55316,147.0598,150.11194,6.6035585,9.710995,61.28315,7.636702,11.621719,19.728418,29.284538,118.0902,18.78459,18.375608,54.434944,12.135947,3502.2964,23.05833,22.493055,17.434536,11.217674,184.56151,37.984386,19.336805,5.9149513,11.411115,16.398285,66.37526,134.83078,31.049652,152.27283,22.806149,12.173294,86.20739,55.173645,141.98755,80.4161,4.1651387,4.083854,5.359977,28.779093,4618.877,3.736308,10.153183,62.53947,16.07107,156.19197,57.803474,117.76917,3.3344162,80.13785,471.37064,325.3042,46.986694,426.23407,55.51736,58.008537,91.21637,23.181461,3.7298434,20.14775,553.81586,0.5206252,0.9667662,93.42751,14.298482,8.990233,10.902481,17.05751,131.32742,32.192707,156.01439,814.77563,374.52652,2552.543,2014.0736,29.412537,57.182133,3307.6726,19.09293,83.81828,591.64685,143.02284,198.38211,90.549706,477.76297,469.7772,462.805,14.343809,109.46889,336.47665,614.743,22.547039,180.7235,28.09132,1.7124554,51.19366,1.1617165,1.2580492,5.0132933,15.615695,173.05844,33.119156,19.469675,399.91394,115.108215,68.58383,88.114586,29.528969,55.238716,19.594908,15.82058,19.478125,138.80698,55.943157,26.367672,20.208809,14.465278,30.879066,25.733795,3.4516299,130.58571,30.961542,334.57028,13.01075,601.1705,31.17224,531.98035,249.85558,12.883546,14.767882,373.1456,477.2731,1491.5084,422.24472 +2023-11-08 18:00:00,0.0,4899.9263,128.30638,69.37152,99.50407,61.325626,328.40106,45.999123,96.237274,26.67977,56.182182,863.1554,87.59838,26.853632,235.99078,1.166714,0.96543735,53.38358,2.11462,3.022258,952.7586,3.879191,971.35516,121.913025,0.15923117,8.424102,428.88968,43.651924,240.97592,172.43924,7058.695,1.7064084,2714.1646,25.680613,0.60008216,1.1206256,3.1230218,280.54794,336.79712,52.543507,61.158333,40.28047,14.111286,1310.5844,15.119579,60.59945,20.223293,474.49622,25.056784,438.4573,8.6075325,60.53534,0.0,901.6444,3273.42,0.5896554,258.6091,27.108088,20984.338,32.743824,0.9146332,14.742579,35.067863,6.972627,2.2312448,17.496746,451.45618,144.32724,18.18317,0.7866637,2.649968,117.16063,3.6840112,197.81833,258.96085,1953.1323,648.42334,102.54362,147.09615,150.31297,6.6104174,9.718961,61.418797,7.65918,11.6505,19.71515,29.266716,118.15213,18.779587,18.362679,54.424408,12.137316,3502.6223,23.050808,22.491667,17.432463,11.216728,184.5738,37.987556,19.329166,5.9164367,11.404675,16.390882,66.35743,134.78378,31.047083,152.27754,22.801268,12.159988,86.13926,55.140125,141.86618,80.43184,4.1767664,4.081875,5.3591385,28.760702,4614.735,3.7447405,10.139189,62.523197,16.06544,156.16093,57.83917,117.77155,3.3349104,80.112915,471.3272,325.35205,46.956955,426.1057,55.495834,58.001575,91.18219,23.201828,3.7337525,20.158056,553.71313,0.5207251,0.96773607,93.47592,14.316535,8.991144,10.90712,17.059353,131.3946,32.23625,156.02356,814.9348,374.29547,2551.8958,2013.7662,29.395794,57.125378,3305.5479,19.101591,83.74028,591.5101,142.89392,198.2273,90.4807,477.30222,469.49863,462.81516,14.334857,109.40134,336.44382,614.43506,22.53085,180.60187,28.067083,1.7123858,51.196056,1.1616914,1.2581398,5.0125804,15.609834,172.86053,33.101345,19.46861,399.67947,115.03403,68.53988,88.0625,29.509048,55.24271,19.580555,15.797195,19.47125,138.73203,55.91536,26.343956,20.234833,14.458333,30.851309,25.723888,3.4481943,130.51303,30.932884,334.38934,13.004667,600.763,31.152765,532.3958,249.74828,12.869076,14.762491,372.83643,476.91763,1490.8274,422.68494 +2023-11-08 19:00:00,0.0,4897.1924,128.19922,69.3032,99.47117,61.303856,328.4108,45.9948,96.21854,26.671618,56.17671,862.24524,87.61453,26.848738,235.8869,1.1651293,0.9637129,53.40613,2.1109285,3.0383856,952.96484,3.899788,971.92865,121.94174,0.16001816,8.469312,429.3207,43.661217,241.33302,172.50563,7053.465,1.7142158,2714.1382,25.781624,0.6022872,1.125142,3.1376252,280.48718,336.73032,52.663445,61.143055,40.279964,14.10658,1309.6748,15.182665,60.563087,20.206728,474.4925,25.03733,438.6544,8.602664,60.49751,0.0,901.40173,3271.4712,0.58901054,258.45975,27.09035,20970.215,32.731155,0.91437584,14.731621,35.045155,6.970765,2.230597,17.487871,451.19144,144.20189,18.166477,0.786396,2.6488342,117.15302,3.680648,197.7264,258.9918,1953.4199,648.11053,102.534065,147.13248,150.514,6.6172757,9.726926,61.554443,7.681658,11.679281,19.701881,29.248894,118.21406,18.774586,18.349747,54.413868,12.138683,3502.9482,23.043283,22.490278,17.43039,11.215781,184.58612,37.99073,19.321527,5.917922,11.398233,16.38348,66.33959,134.73677,31.044514,152.28224,22.796389,12.146683,86.07113,55.1066,141.7448,80.44758,4.1883945,4.0798955,5.3583007,28.742311,4610.5923,3.7531726,10.125194,62.506924,16.059809,156.12991,57.874863,117.773926,3.3354046,80.08799,471.28378,325.3999,46.927216,425.9774,55.474304,57.99461,91.14801,23.222193,3.7376618,20.16836,553.61035,0.52082497,0.968706,93.52433,14.334589,8.992055,10.911757,17.061197,131.46179,32.279793,156.03273,815.094,374.0644,2551.2488,2013.459,29.37905,57.068623,3303.4233,19.110254,83.66227,591.37335,142.76498,198.07246,90.4117,476.8415,469.2201,462.82532,14.325905,109.33378,336.41098,614.12714,22.514662,180.48026,28.042849,1.7123163,51.198452,1.1616665,1.2582304,5.0118675,15.603972,172.66263,33.083538,19.467546,399.445,114.95983,68.49593,88.010414,29.489128,55.2467,19.566204,15.77381,19.464375,138.65707,55.88756,26.32024,20.260855,14.451389,30.823551,25.71398,3.4447587,130.44037,30.904224,334.2084,12.998585,600.3556,31.13329,532.8113,249.64098,12.854606,14.757099,372.52725,476.56216,1490.1462,423.12518 +2023-11-08 20:00:00,0.0,4894.458,128.09206,69.234886,99.43827,61.282085,328.42053,45.99048,96.19981,26.663467,56.17123,861.3351,87.63069,26.843843,235.78302,1.1635448,0.9619884,53.428688,2.107237,3.0545135,953.17114,3.9203851,972.5022,121.97046,0.16080515,8.514522,429.75174,43.670513,241.69012,172.57202,7048.235,1.7220231,2714.1118,25.882635,0.6044922,1.1296582,3.1522284,280.42645,336.6635,52.783382,61.127777,40.279457,14.101872,1308.7651,15.24575,60.52673,20.190165,474.48877,25.017878,438.85147,8.597795,60.459682,0.0,901.15906,3269.5222,0.5883657,258.3104,27.07261,20956.092,32.718487,0.91411847,14.720661,35.022446,6.968903,2.2299495,17.478994,450.92673,144.07654,18.149784,0.7861283,2.6477005,117.14542,3.677285,197.63445,259.02277,1953.7076,647.7977,102.52452,147.16881,150.71503,6.624134,9.734891,61.69009,7.704136,11.708062,19.688612,29.23107,118.275986,18.769585,18.336817,54.40333,12.140052,3503.2742,23.03576,22.48889,17.428316,11.214835,184.59842,37.9939,19.313889,5.9194074,11.391793,16.376078,66.32176,134.68977,31.041945,152.28696,22.791508,12.133378,86.00299,55.073082,141.62343,80.46332,4.200022,4.0779166,5.357463,28.723923,4606.45,3.761605,10.111199,62.49065,16.054178,156.09888,57.910557,117.776306,3.335899,80.06306,471.24036,325.44778,46.89748,425.84903,55.452778,57.987644,91.11383,23.24256,3.741571,20.178665,553.50757,0.52092487,0.9696759,93.57274,14.352643,8.992965,10.916396,17.06304,131.52898,32.323334,156.0419,815.25323,373.83334,2550.6016,2013.1517,29.362307,57.011868,3301.2988,19.118916,83.58426,591.23663,142.63606,197.91763,90.34269,476.38074,468.94153,462.83548,14.316952,109.26622,336.37814,613.8192,22.498472,180.35863,28.018612,1.7122467,51.200848,1.1616415,1.2583212,5.0111547,15.598111,172.4647,33.065727,19.46648,399.21054,114.88564,68.45199,87.958336,29.469208,55.250694,19.551851,15.750426,19.4575,138.58212,55.859764,26.296522,20.286879,14.444445,30.795794,25.704073,3.4413228,130.3677,30.875566,334.02747,12.992502,599.9481,31.113813,533.22675,249.53369,12.840136,14.751707,372.21808,476.20673,1489.4651,423.56543 +2023-11-08 21:00:00,0.0,4891.724,127.9849,69.166565,99.405365,61.26031,328.4303,45.986153,96.18107,26.655315,56.165756,860.425,87.64684,26.83895,235.67914,1.1619601,0.9602639,53.451244,2.1035457,3.070641,953.37744,3.940982,973.0757,121.999176,0.16159213,8.5597315,430.18277,43.679806,242.04723,172.63841,7043.005,1.7298305,2714.0854,25.983646,0.60669714,1.1341746,3.1668315,280.36572,336.5967,52.90332,61.1125,40.27895,14.097166,1307.8556,15.308837,60.490368,20.1736,474.48505,24.998425,439.04852,8.592926,60.421852,0.0,900.9164,3267.5735,0.5877208,258.16107,27.054873,20941.969,32.705822,0.91386104,14.7097025,34.99974,6.967041,2.229302,17.47012,450.662,143.95119,18.133091,0.78586054,2.646567,117.13782,3.6739218,197.5425,259.05374,1953.9954,647.485,102.51497,147.20515,150.91606,6.630993,9.742857,61.825733,7.726614,11.736843,19.675343,29.213247,118.33791,18.764582,18.323885,54.39279,12.141419,3503.6,23.028238,22.4875,17.426245,11.213889,184.61072,37.99707,19.30625,5.9208927,11.385352,16.368677,66.30393,134.64276,31.039375,152.29166,22.786627,12.120072,85.93486,55.039562,141.50204,80.47906,4.21165,4.0759373,5.3566246,28.705532,4602.3076,3.7700372,10.097205,62.474377,16.048548,156.06784,57.94625,117.77868,3.3363934,80.038124,471.19693,325.49564,46.86774,425.72067,55.43125,57.980682,91.07965,23.262926,3.7454803,20.188969,553.4048,0.5210248,0.9706458,93.62115,14.370696,8.9938755,10.921035,17.064882,131.59616,32.366875,156.05106,815.4125,373.60226,2549.9543,2012.8445,29.345564,56.955112,3299.174,19.127579,83.50625,591.09985,142.50713,197.7628,90.27368,475.92,468.66296,462.84564,14.308,109.19867,336.3453,613.5113,22.482285,180.23701,27.994375,1.712177,51.203243,1.1616166,1.2584118,5.010442,15.592251,172.2668,33.047916,19.465416,398.97607,114.811455,68.408035,87.90625,29.449287,55.25469,19.5375,15.727042,19.450624,138.50717,55.831966,26.272806,20.312902,14.4375,30.768036,25.694166,3.4378872,130.29503,30.846907,333.84653,12.98642,599.5407,31.094337,533.6422,249.42639,12.825666,14.746315,371.9089,475.85126,1488.7839,424.00565 +2023-11-08 22:00:00,0.0,4888.99,127.87774,69.09825,99.37247,61.23854,328.44003,45.98183,96.16233,26.647163,56.160282,859.51483,87.662994,26.834055,235.57526,1.1603755,0.9585394,53.4738,2.0998542,3.0867686,953.5837,3.9615793,973.64923,122.0279,0.16237912,8.604941,430.6138,43.689102,242.40431,172.7048,7037.775,1.7376378,2714.059,26.084658,0.60890216,1.1386908,3.1814349,280.30496,336.5299,53.023254,61.09722,40.278442,14.092459,1306.946,15.3719225,60.45401,20.157034,474.48132,24.978971,439.2456,8.588057,60.384026,0.0,900.6737,3265.6248,0.58707595,258.01172,27.037134,20927.848,32.693153,0.91360366,14.698744,34.977036,6.965179,2.2286544,17.461243,450.39728,143.82584,18.116396,0.78559285,2.6454334,117.13021,3.6705587,197.45056,259.08472,1954.283,647.1722,102.505424,147.24149,151.11708,6.637851,9.750822,61.96138,7.7490916,11.765624,19.662073,29.195423,118.39985,18.75958,18.310955,54.382256,12.142788,3503.926,23.020714,22.48611,17.424171,11.212943,184.62302,38.00024,19.29861,5.9223785,11.378912,16.361275,66.2861,134.59576,31.036804,152.29636,22.781748,12.106767,85.86673,55.006042,141.38068,80.494804,4.2232776,4.0739584,5.355787,28.687141,4598.165,3.7784696,10.083211,62.458103,16.042917,156.0368,57.981945,117.78106,3.3368878,80.0132,471.15353,325.54352,46.838,425.59232,55.40972,57.973717,91.04547,23.283293,3.7493894,20.199274,553.302,0.5211247,0.97161573,93.669556,14.38875,8.994785,10.925673,17.066725,131.66335,32.410416,156.06023,815.57166,373.37122,2549.3071,2012.5372,29.328821,56.898357,3297.0496,19.136242,83.42824,590.96313,142.37819,197.60799,90.20468,475.45926,468.38443,462.8558,14.299047,109.13111,336.31247,613.20337,22.466095,180.11539,27.970139,1.7121074,51.205635,1.1615916,1.2585024,5.009729,15.58639,172.0689,33.030106,19.464352,398.7416,114.73727,68.36409,87.854164,29.429367,55.258682,19.523148,15.703658,19.44375,138.43222,55.80417,26.24909,20.338926,14.430555,30.740278,25.684258,3.4344516,130.22237,30.818249,333.6656,12.980337,599.13324,31.074863,534.0577,249.31909,12.811196,14.740923,371.59973,475.4958,1488.1028,424.4459 +2023-11-08 23:00:00,0.0,4886.256,127.770584,69.02993,99.33957,61.21677,328.44977,45.97751,96.1436,26.639013,56.154804,858.6047,87.679146,26.829159,235.47137,1.158791,0.95681494,53.496357,2.0961628,3.1028962,953.79,3.9821763,974.2228,122.05662,0.1631661,8.650151,431.04483,43.6984,242.76141,172.77118,7032.545,1.7454451,2714.0327,26.185669,0.6111071,1.1432072,3.1960382,280.24423,336.4631,53.143192,61.081944,40.27793,14.087752,1306.0364,15.435008,60.41765,20.14047,474.47757,24.959518,439.4427,8.583188,60.346195,0.0,900.431,3263.6758,0.5864311,257.86237,27.019396,20913.725,32.680485,0.9133463,14.687784,34.954327,6.9633164,2.2280068,17.452368,450.13257,143.70049,18.099703,0.7853251,2.6442997,117.122604,3.6671956,197.35861,259.1157,1954.5707,646.85944,102.49587,147.27783,151.31812,6.64471,9.758787,62.097027,7.7715697,11.794404,19.648804,29.1776,118.46178,18.75458,18.298025,54.371716,12.1441555,3504.252,23.013191,22.484722,17.422098,11.211996,184.63531,38.00341,19.290972,5.923864,11.372471,16.353872,66.268265,134.54877,31.034235,152.30107,22.776867,12.093462,85.79859,54.97252,141.2593,80.510544,4.2349052,4.071979,5.354949,28.668753,4594.023,3.786902,10.069217,62.44183,16.037287,156.00577,58.01764,117.78343,3.337382,79.988266,471.1101,325.59137,46.808266,425.464,55.388195,57.966755,91.01129,23.30366,3.7532988,20.209578,553.1992,0.5212246,0.9725856,93.717964,14.406803,8.995696,10.930311,17.068567,131.73053,32.45396,156.0694,815.73083,373.14017,2548.66,2012.2299,29.312078,56.841602,3294.925,19.144903,83.35023,590.8264,142.24927,197.45316,90.13567,474.9985,468.10587,462.86597,14.290095,109.06355,336.27963,612.89545,22.449907,179.99377,27.945904,1.7120379,51.20803,1.1615666,1.2585931,5.009016,15.580528,171.87097,33.012295,19.463287,398.50714,114.66307,68.32014,87.802086,29.409445,55.262672,19.508797,15.680274,19.436874,138.35725,55.77637,26.225374,20.36495,14.423611,30.71252,25.67435,3.431016,130.1497,30.789589,333.48465,12.974255,598.7258,31.055387,534.47314,249.2118,12.796726,14.735532,371.29056,475.14032,1487.4216,424.8861 +2023-11-09 00:00:00,0.0,4883.522,127.66342,68.96162,99.30666,61.195,328.4595,45.973183,96.12486,26.630861,56.14933,857.6945,87.6953,26.824265,235.36751,1.1572063,0.95509046,53.51891,2.0924716,3.119024,953.9962,4.0027733,974.79626,122.085335,0.16395308,8.695361,431.47586,43.70769,243.11852,172.83757,7027.315,1.7532525,2714.0063,26.28668,0.6133121,1.1477234,3.2106414,280.18347,336.3963,53.26313,61.066666,40.277424,14.083045,1305.1268,15.498094,60.38129,20.123905,474.47385,24.940065,439.63977,8.578319,60.308365,0.0,900.18835,3261.727,0.5857862,257.71304,27.001657,20899.602,32.667816,0.9130889,14.676826,34.93162,6.9614544,2.2273593,17.443493,449.86783,143.57513,18.08301,0.7850574,2.643166,117.115005,3.6638324,197.26666,259.14667,1954.8583,646.54663,102.48632,147.31416,151.51915,6.6515684,9.766753,62.232674,7.794048,11.823185,19.635534,29.159779,118.523705,18.749577,18.285093,54.36118,12.145524,3504.578,23.005667,22.483334,17.420025,11.21105,184.64763,38.00658,19.283333,5.925349,11.366031,16.34647,66.250435,134.50175,31.031666,152.30577,22.771986,12.080156,85.73046,54.939,141.13792,80.52628,4.2465334,4.0699997,5.3541107,28.650362,4589.8804,3.795334,10.0552225,62.425556,16.031656,155.97473,58.053333,117.78581,3.3378766,79.96333,471.06668,325.63925,46.778526,425.33563,55.366665,57.95979,90.97711,23.324024,3.7572079,20.219883,553.09644,0.5213245,0.9735555,93.76637,14.424857,8.996606,10.934949,17.07041,131.7977,32.4975,156.07857,815.89,372.9091,2548.013,2011.9226,29.295336,56.784847,3292.8005,19.153566,83.272224,590.68964,142.12033,197.29832,90.066666,474.53778,467.82733,462.87613,14.281142,108.996,336.2468,612.5875,22.433718,179.87216,27.921667,1.7119683,51.210426,1.1615417,1.2586837,5.008303,15.574667,171.67307,32.994484,19.462221,398.27267,114.58888,68.27619,87.75,29.389524,55.266666,19.494444,15.65689,19.43,138.2823,55.748573,26.201658,20.390974,14.416667,30.684761,25.664444,3.42758,130.07703,30.760931,333.3037,12.968172,598.31836,31.035912,534.8886,249.1045,12.782256,14.73014,370.98135,474.78488,1486.7405,425.32635 +2023-11-09 01:00:00,0.0,4880.7876,127.55627,68.893295,99.273766,61.17323,328.46924,45.96886,96.10613,26.622711,56.143856,856.78436,87.71145,26.81937,235.26363,1.1556216,0.9533659,53.541466,2.0887802,3.1351516,954.2025,4.0233703,975.3698,122.11405,0.16474007,8.740571,431.9069,43.716988,243.47562,172.90396,7022.085,1.7610599,2713.98,26.387691,0.6155171,1.1522398,3.2252445,280.12274,336.3295,53.383068,61.051388,40.276917,14.078339,1304.2173,15.561179,60.34493,20.107342,474.47015,24.920614,439.83685,8.57345,60.27054,0.0,899.9457,3259.7783,0.58514136,257.5637,26.98392,20885.479,32.65515,0.91283154,14.665867,34.908913,6.9595923,2.2267118,17.434616,449.60312,143.44977,18.066317,0.7847897,2.6420324,117.1074,3.6604693,197.17473,259.17764,1955.146,646.2339,102.47677,147.3505,151.72017,6.658427,9.774718,62.36832,7.8165255,11.851966,19.622267,29.141954,118.58563,18.744576,18.272163,54.350643,12.146892,3504.9038,22.998144,22.481945,17.417953,11.210104,184.65993,38.009754,19.275694,5.9268346,11.35959,16.33907,66.232605,134.45476,31.029097,152.31049,22.767107,12.066851,85.66233,54.90548,141.01654,80.54202,4.258161,4.068021,5.353273,28.631971,4585.7383,3.8037665,10.041227,62.409283,16.026024,155.9437,58.089027,117.788185,3.3383708,79.9384,471.02325,325.6871,46.748787,425.20728,55.34514,57.952827,90.94293,23.34439,3.7611172,20.230188,552.99365,0.5214244,0.97452545,93.81478,14.44291,8.997517,10.939588,17.072252,131.86488,32.541042,156.08774,816.04926,372.67804,2547.3657,2011.6154,29.278591,56.728092,3290.6758,19.162228,83.194214,590.5529,141.99141,197.14351,89.99766,474.07703,467.54877,462.8863,14.27219,108.928444,336.21396,612.27966,22.41753,179.75053,27.89743,1.7118987,51.212822,1.1615168,1.2587743,5.007591,15.568806,171.47516,32.976677,19.461157,398.0382,114.514694,68.23225,87.697914,29.369604,55.27066,19.480093,15.633505,19.423124,138.20735,55.720776,26.177942,20.416996,14.409722,30.657003,25.654535,3.4241445,130.00436,30.732271,333.12277,12.962089,597.91095,31.016436,535.3041,248.99721,12.767786,14.724748,370.67218,474.4294,1486.0593,425.76657 +2023-11-09 02:00:00,0.0,4878.0537,127.449104,68.82498,99.24087,61.15146,328.479,45.96454,96.087395,26.61456,56.13838,855.87427,87.7276,26.814476,235.15974,1.1540371,0.95164144,53.564022,2.0850887,3.1512792,954.4088,4.0439677,975.9433,122.14277,0.16552706,8.78578,432.33792,43.72628,243.83272,172.97035,7016.855,1.7688673,2713.9536,26.488703,0.6177221,1.156756,3.2398477,280.06198,336.2627,53.503002,61.03611,40.27641,14.073631,1303.3077,15.624266,60.30857,20.090776,474.46637,24.901161,440.03394,8.568581,60.232708,0.0,899.703,3257.8293,0.5844965,257.41434,26.966179,20871.357,32.642483,0.9125742,14.654907,34.886208,6.9577303,2.2260642,17.425741,449.33838,143.32442,18.049622,0.78452194,2.6408987,117.09979,3.6571062,197.08278,259.20862,1955.4337,645.9211,102.467224,147.38684,151.9212,6.6652856,9.782684,62.503967,7.8390036,11.880747,19.608997,29.12413,118.64756,18.739573,18.259233,54.340103,12.14826,3505.2297,22.990622,22.480556,17.41588,11.209157,184.67223,38.012924,19.268055,5.92832,11.353149,16.331667,66.214775,134.40775,31.026527,152.31519,22.762226,12.053545,85.5942,54.871956,140.89517,80.55776,4.2697887,4.0660415,5.352435,28.613583,4581.5957,3.8121989,10.027233,62.393013,16.020393,155.91266,58.12472,117.790565,3.338865,79.913475,470.97983,325.735,46.719048,425.07892,55.323612,57.94586,90.90875,23.364758,3.7650263,20.240492,552.89087,0.5215243,0.97549534,93.86319,14.460964,8.998427,10.944225,17.074097,131.93207,32.584583,156.09691,816.2085,372.44696,2546.7185,2011.3081,29.261848,56.671337,3288.5513,19.17089,83.1162,590.41614,141.86247,196.98868,89.92866,473.6163,467.27023,462.89645,14.263238,108.86089,336.18112,611.97174,22.40134,179.62892,27.873196,1.7118292,51.215218,1.1614918,1.258865,5.006878,15.562944,171.27724,32.958866,19.460093,397.80374,114.440506,68.18829,87.645836,29.349684,55.274654,19.46574,15.610121,19.41625,138.1324,55.692978,26.154224,20.44302,14.402778,30.629246,25.644629,3.420709,129.9317,30.703611,332.94183,12.956006,597.5035,30.996962,535.7196,248.88991,12.753316,14.719356,370.363,474.07394,1485.3783,426.20682 +2023-11-09 03:00:00,0.0,4875.3193,127.34195,68.75666,99.20796,61.12969,328.48874,45.960217,96.06866,26.606407,56.132904,854.9641,87.74375,26.809582,235.05586,1.1524525,0.94991696,53.58658,2.0813973,3.1674068,954.61505,4.0645647,976.51685,122.171486,0.16631405,8.83099,432.76895,43.735577,244.18982,173.03674,7011.625,1.7766745,2713.9272,26.589714,0.61992705,1.1612724,3.254451,280.00125,336.1959,53.62294,61.020832,40.275898,14.068925,1302.3981,15.687351,60.27221,20.074213,474.46268,24.881708,440.231,8.563712,60.19488,0.0,899.4604,3255.8806,0.58385164,257.26498,26.94844,20857.234,32.629814,0.9123168,14.643949,34.863503,6.9558682,2.2254167,17.416864,449.07367,143.19907,18.032928,0.78425425,2.639765,117.09219,3.653743,196.99083,259.2396,1955.7213,645.60834,102.45767,147.42317,152.12222,6.672144,9.790649,62.639614,7.8614817,11.909528,19.595728,29.106308,118.70949,18.734571,18.246302,54.329567,12.149628,3505.5557,22.983097,22.479166,17.413807,11.208211,184.68452,38.016094,19.260416,5.9298058,11.346708,16.324265,66.196945,134.36075,31.023958,152.3199,22.757345,12.04024,85.52606,54.838436,140.77379,80.5735,4.2814164,4.0640626,5.351597,28.595192,4577.453,3.820631,10.013239,62.37674,16.014763,155.88162,58.16042,117.79294,3.3393595,79.88854,470.9364,325.78284,46.689312,424.95056,55.302082,57.9389,90.87457,23.385124,3.7689357,20.250797,552.7881,0.5216242,0.9764652,93.9116,14.479017,8.999337,10.948864,17.07594,131.99925,32.628124,156.10608,816.3677,372.2159,2546.0713,2011.0007,29.245106,56.614582,3286.4268,19.179552,83.03819,590.2794,141.73354,196.83385,89.85965,473.15555,466.99167,462.90662,14.254286,108.793335,336.14832,611.6638,22.385153,179.5073,27.848959,1.7117596,51.21761,1.1614668,1.2589556,5.006165,15.557084,171.07933,32.941055,19.459026,397.56927,114.36632,68.14435,87.59375,29.329763,55.278645,19.45139,15.586737,19.409374,138.05745,55.66518,26.130508,20.469044,14.395833,30.601488,25.634722,3.4172733,129.85902,30.674953,332.76093,12.9499235,597.09607,30.977486,536.1351,248.78262,12.738846,14.713964,370.05383,473.71848,1484.6971,426.64706 +2023-11-09 04:00:00,0.0,4872.5854,127.234795,68.68835,99.175064,61.107918,328.49847,45.95589,96.04993,26.598257,56.127426,854.05396,87.75991,26.804688,234.95198,1.1508678,0.9481925,53.609135,2.0777059,3.1835346,954.82135,4.0851617,977.0904,122.20021,0.16710103,8.8762,433.19998,43.744873,244.5469,173.10313,7006.395,1.7844819,2713.9011,26.690725,0.62213206,1.1657887,3.2690544,279.94052,336.1291,53.742878,61.005554,40.27539,14.064218,1301.4885,15.750437,60.23585,20.057648,474.45895,24.862255,440.42807,8.558843,60.15705,0.0,899.2177,3253.932,0.5832068,257.11566,26.930702,20843.111,32.617146,0.9120594,14.63299,34.840794,6.954006,2.2247689,17.40799,448.80896,143.07372,18.016235,0.7839865,2.6386313,117.08459,3.65038,196.8989,259.27054,1956.009,645.29553,102.44813,147.4595,152.32326,6.679003,9.7986145,62.77526,7.8839593,11.938309,19.582458,29.088486,118.77142,18.72957,18.233372,54.319027,12.150996,3505.8816,22.975574,22.477777,17.411736,11.207265,184.69682,38.019264,19.252777,5.931291,11.340268,16.316862,66.17911,134.31375,31.021389,152.3246,22.752466,12.026935,85.45793,54.804916,140.65242,80.58924,4.293044,4.0620832,5.350759,28.576801,4573.311,3.8290634,9.999245,62.360466,16.009132,155.85059,58.196114,117.79532,3.3398538,79.86361,470.893,325.83072,46.659573,424.82224,55.280556,57.931934,90.84039,23.40549,3.7728448,20.2611,552.6853,0.5217241,0.9774352,93.96001,14.497071,9.000248,10.953503,17.077782,132.06644,32.671665,156.11525,816.52686,371.98486,2545.424,2010.6935,29.228363,56.557827,3284.302,19.188215,82.96018,590.1427,141.60461,196.67903,89.79064,472.69482,466.7131,462.91678,14.245333,108.72578,336.11548,611.3559,22.368963,179.38568,27.824722,1.71169,51.220005,1.1614418,1.2590462,5.005452,15.551223,170.88142,32.923244,19.457962,397.3348,114.29212,68.100395,87.541664,29.309843,55.28264,19.437037,15.563353,19.4025,137.9825,55.637383,26.106792,20.495068,14.388889,30.57373,25.624813,3.4138374,129.78636,30.646294,332.58,12.943841,596.6886,30.95801,536.55054,248.67532,12.724376,14.708572,369.74466,473.363,1484.016,427.08728 +2023-11-09 05:00:00,0.0,4869.851,127.12763,68.620026,99.142166,61.086147,328.5082,45.95157,96.03119,26.590105,56.121952,853.1438,87.77606,26.799793,234.8481,1.1492833,0.946468,53.631687,2.0740144,3.1996622,955.0276,4.1057587,977.6639,122.22893,0.16788802,8.92141,433.631,43.754166,244.904,173.16953,7001.165,1.7922893,2713.8748,26.791737,0.6243371,1.170305,3.2836576,279.87976,336.0623,53.862816,60.990276,40.274883,14.059511,1300.579,15.813522,60.19949,20.041082,474.45526,24.842802,440.62515,8.553974,60.119225,0.0,898.97504,3251.9832,0.5825619,256.9663,26.912964,20828.99,32.60448,0.91180205,14.62203,34.818085,6.9521437,2.2241213,17.399115,448.54422,142.94836,17.999542,0.7837188,2.637498,117.07698,3.6470168,196.80695,259.3015,1956.2968,644.9828,102.43858,147.49585,152.52429,6.685861,9.806581,62.910904,7.9064374,11.96709,19.56919,29.070662,118.83335,18.724567,18.220442,54.30849,12.152364,3506.2075,22.96805,22.476389,17.409662,11.206318,184.70914,38.022434,19.245138,5.9327765,11.333827,16.30946,66.16128,134.26674,31.01882,152.32932,22.747585,12.013629,85.3898,54.771397,140.53104,80.60499,4.3046722,4.060104,5.349921,28.558413,4569.1685,3.8374956,9.98525,62.344193,16.003502,155.81955,58.231808,117.79769,3.3403482,79.838684,470.84958,325.87857,46.629833,424.69388,55.25903,57.924973,90.80621,23.425856,3.776754,20.271406,552.5826,0.52182406,0.97840506,94.008415,14.515124,9.001158,10.95814,17.079624,132.13362,32.71521,156.12442,816.68604,371.75378,2544.777,2010.3862,29.21162,56.501072,3282.1775,19.196877,82.88218,590.0059,141.47568,196.5242,89.721634,472.23407,466.43457,462.92694,14.236381,108.658226,336.08264,611.048,22.352776,179.26405,27.800488,1.7116203,51.2224,1.1614169,1.2591368,5.0047393,15.5453615,170.6835,32.905434,19.456898,397.10034,114.21793,68.05645,87.489586,29.28992,55.286633,19.422686,15.5399685,19.395624,137.90755,55.609585,26.083076,20.521091,14.381945,30.545973,25.614906,3.4104018,129.71368,30.617636,332.39905,12.937758,596.2812,30.938534,536.966,248.56802,12.709906,14.70318,369.4355,473.00757,1483.3348,427.52753 +2023-11-09 06:00:00,0.0,4867.117,127.02048,68.55171,99.10926,61.064377,328.51794,45.947247,96.01246,26.581955,56.116478,852.23364,87.79221,26.794899,234.74422,1.1476986,0.9447435,53.654243,2.0703232,3.2157898,955.2339,4.126356,978.2374,122.257645,0.168675,8.9666195,434.06204,43.763462,245.26111,173.2359,6995.935,1.8000966,2713.8484,26.892748,0.62654203,1.1748213,3.2982607,279.81903,335.99548,53.982754,60.975,40.274376,14.054804,1299.6693,15.876608,60.16313,20.024519,474.45148,24.823349,440.82224,8.549105,60.081394,0.0,898.73236,3250.0342,0.58191705,256.81696,26.895226,20814.867,32.591812,0.9115447,14.611072,34.79538,6.9502816,2.2234738,17.390238,448.2795,142.82301,17.982847,0.7834511,2.6363642,117.06938,3.6436536,196.715,259.3325,1956.5844,644.67,102.42903,147.53218,152.72531,6.6927195,9.814546,63.04655,7.9289155,11.995871,19.55592,29.05284,118.89528,18.719566,18.20751,54.29795,12.153732,3506.5334,22.960527,22.475,17.407589,11.205372,184.72144,38.025604,19.2375,5.934262,11.327387,16.30206,66.14345,134.21974,31.016249,152.33401,22.742704,12.000324,85.32166,54.737873,140.40967,80.62073,4.3163,4.058125,5.349083,28.540022,4565.0264,3.845928,9.971256,62.32792,15.99787,155.78851,58.2675,117.80007,3.3408425,79.81375,470.80615,325.92642,46.600098,424.56552,55.2375,57.918007,90.77203,23.446222,3.7806633,20.28171,552.4798,0.52192396,0.97937495,94.05683,14.533178,9.0020685,10.962779,17.081467,132.2008,32.75875,156.13359,816.8453,371.52274,2544.13,2010.079,29.194876,56.444317,3280.053,19.20554,82.80417,589.8692,141.34676,196.36937,89.65263,471.77335,466.156,462.9371,14.227428,108.59067,336.0498,610.74005,22.336586,179.14244,27.77625,1.7115508,51.224796,1.161392,1.2592275,5.0040264,15.5395,170.4856,32.887623,19.455833,396.86588,114.143745,68.012505,87.4375,29.27,55.290627,19.408333,15.516584,19.38875,137.8326,55.581787,26.05936,20.547115,14.375,30.518213,25.605,3.4069662,129.64102,30.588976,332.2181,12.931676,595.8738,30.91906,537.3815,248.46074,12.695436,14.697788,369.1263,472.6521,1482.6537,427.96774 +2023-11-09 07:00:00,0.0,4864.3833,126.913315,68.48339,99.07636,61.042603,328.52768,45.94292,95.99372,26.573803,56.111,851.32355,87.808365,26.790005,234.64034,1.146114,0.94301903,53.6768,2.0666318,3.2319174,955.4402,4.146953,978.8109,122.28636,0.16946198,9.011829,434.49307,43.772755,245.61821,173.30229,6990.705,1.807904,2713.822,26.993757,0.62874705,1.1793376,3.312864,279.75827,335.92868,54.102688,60.95972,40.27387,14.050097,1298.7598,15.939693,60.12677,20.007954,474.44775,24.803896,441.01932,8.544236,60.043564,0.0,898.4897,3248.0854,0.5812722,256.66763,26.877487,20800.744,32.579144,0.9112873,14.600113,34.77267,6.9484196,2.2228262,17.381363,448.01477,142.69766,17.966154,0.7831834,2.6352305,117.061775,3.6402905,196.62306,259.36346,1956.8721,644.3572,102.41948,147.56853,152.92635,6.6995783,9.822511,63.182198,7.951393,12.024652,19.54265,29.035015,118.95721,18.714563,18.19458,54.287415,12.1551,3506.8594,22.953005,22.473612,17.405516,11.204426,184.73373,38.028778,19.22986,5.9357476,11.320946,16.294657,66.12562,134.17274,31.01368,152.33871,22.737825,11.987019,85.25353,54.704353,140.28828,80.63647,4.3279276,4.0561457,5.348245,28.521631,4560.884,3.8543603,9.957261,62.311646,15.99224,155.75748,58.303196,117.802444,3.3413367,79.78882,470.76273,325.9743,46.57036,424.43716,55.215973,57.91104,90.737854,23.466589,3.7845724,20.292015,552.377,0.52202386,0.9803449,94.10524,14.551232,9.002978,10.967417,17.08331,132.26799,32.80229,156.14276,817.0045,371.2917,2543.4827,2009.7717,29.178133,56.38756,3277.9282,19.214203,82.72616,589.7325,141.21782,196.21454,89.583626,471.3126,465.87747,462.94727,14.218476,108.52311,336.01697,610.4321,22.320398,179.02081,27.752014,1.7114812,51.227192,1.1613669,1.2593181,5.0033135,15.533639,170.28769,32.869816,19.454767,396.6314,114.06956,67.96855,87.385414,29.25008,55.294617,19.393982,15.493199,19.381876,137.75764,55.55399,26.035645,20.57314,14.368055,30.490456,25.59509,3.4035304,129.56836,30.560318,332.03717,12.925593,595.4663,30.899584,537.79694,248.35344,12.680965,14.692396,368.81714,472.29663,1481.9725,428.408 +2023-11-09 08:00:00,0.0,4861.649,126.80616,68.41508,99.043465,61.020832,328.53745,45.9386,95.97498,26.56565,56.105526,850.4134,87.82452,26.78511,234.53645,1.1445293,0.94129455,53.699356,2.0629404,3.2480452,955.6464,4.16755,979.38446,122.31508,0.17024897,9.057039,434.9241,43.78205,245.97531,173.36868,6985.4756,1.8157113,2713.7957,27.094769,0.630952,1.1838539,3.3274672,279.69754,335.86188,54.222626,60.944443,40.273357,14.045391,1297.8502,16.002779,60.090412,19.99139,474.44406,24.784445,441.2164,8.539367,60.005737,0.0,898.2471,3246.1367,0.5806273,256.51828,26.859749,20786.621,32.56648,0.91102993,14.589153,34.749966,6.9465575,2.2221787,17.372486,447.75006,142.57231,17.949461,0.78291565,2.6340969,117.05417,3.6369274,196.53111,259.39444,1957.1597,644.04443,102.40993,147.60486,153.12738,6.7064366,9.830477,63.317844,7.973871,12.0534315,19.529383,29.017193,119.019135,18.709562,18.181648,54.276875,12.156468,3507.1853,22.94548,22.472221,17.403444,11.203479,184.74603,38.031948,19.222221,5.937233,11.314506,16.287254,66.10779,134.12573,31.01111,152.34343,22.732944,11.973713,85.1854,54.670834,140.1669,80.65221,4.3395553,4.054167,5.3474073,28.503242,4556.741,3.8627925,9.943267,62.295372,15.986609,155.72644,58.33889,117.804825,3.3418312,79.76389,470.7193,326.02216,46.54062,424.3088,55.194443,57.90408,90.703674,23.486956,3.7884817,20.30232,552.27423,0.52212375,0.9813148,94.15365,14.569285,9.003889,10.972055,17.085154,132.33516,32.845833,156.15192,817.1637,371.0606,2542.8354,2009.4644,29.16139,56.330807,3275.8037,19.222864,82.64815,589.5957,141.08888,196.05972,89.51462,470.85184,465.5989,462.95743,14.209523,108.45556,335.98413,610.1242,22.30421,178.8992,27.727777,1.7114116,51.229584,1.161342,1.2594087,5.0026007,15.527779,170.08978,32.852005,19.453703,396.39697,113.99537,67.92461,87.333336,29.23016,55.29861,19.37963,15.469815,19.375,137.6827,55.52619,26.011927,20.599161,14.361111,30.462698,25.585184,3.4000947,129.49568,30.531658,331.85623,12.919511,595.0589,30.880108,538.2124,248.24614,12.666495,14.687005,368.50793,471.94116,1481.2914,428.8482 +2023-11-09 09:00:00,0.0,4858.915,126.699,68.346756,99.01056,60.99906,328.54718,45.934277,95.95625,26.5575,56.10005,849.50323,87.84067,26.780214,234.43257,1.1429448,0.93957,53.721912,2.059249,3.2641728,955.8527,4.188147,979.95795,122.343796,0.17103596,9.102249,435.35513,43.791344,246.33241,173.43507,6980.2456,1.8235186,2713.7693,27.19578,0.633157,1.1883702,3.3420706,279.63678,335.79507,54.342564,60.929165,40.27285,14.040684,1296.9407,16.065865,60.05405,19.974825,474.4403,24.764992,441.41348,8.534498,59.967907,0.0,898.0044,3244.1877,0.57998246,256.36893,26.84201,20772.5,32.55381,0.91077256,14.578195,34.72726,6.9446955,2.2215312,17.363611,447.48532,142.44696,17.932768,0.7826479,2.6329632,117.04656,3.6335642,196.43916,259.4254,1957.4474,643.7316,102.40039,147.64119,153.3284,6.713295,9.838442,63.45349,7.9963493,12.082212,19.516113,28.99937,119.08106,18.704561,18.168718,54.26634,12.157836,3507.5112,22.937958,22.470833,17.401371,11.202533,184.75833,38.03512,19.214582,5.9387183,11.308064,16.279852,66.08995,134.07874,31.008541,152.34813,22.728064,11.960407,85.11727,54.63731,140.04553,80.667946,4.3511834,4.0521874,5.346569,28.484852,4552.599,3.8712249,9.929273,62.2791,15.980979,155.69542,58.374584,117.8072,3.3423254,79.73896,470.67587,326.07004,46.51088,424.18048,55.172916,57.897114,90.669495,23.50732,3.7923908,20.312624,552.17145,0.52222365,0.9822847,94.20206,14.587339,9.0048,10.976693,17.086996,132.40234,32.889374,156.16109,817.3229,370.82956,2542.1882,2009.1571,29.144648,56.27405,3273.6792,19.231527,82.57014,589.459,140.95996,195.90489,89.44561,470.3911,465.32037,462.9676,14.200571,108.388,335.9513,609.8163,22.288021,178.77759,27.703543,1.7113421,51.23198,1.1613171,1.2594994,5.001888,15.521917,169.89186,32.834194,19.452639,396.1625,113.92117,67.88065,87.28125,29.21024,55.302605,19.365278,15.446431,19.368126,137.60774,55.498394,25.98821,20.625185,14.354167,30.43494,25.575277,3.3966591,129.42302,30.503,331.6753,12.913428,594.6514,30.860632,538.62787,248.13884,12.652025,14.681613,368.19876,471.5857,1480.6102,429.28845 +2023-11-09 10:00:00,0.0,4856.1807,126.59184,68.27844,98.97766,60.97729,328.55692,45.92995,95.937515,26.549349,56.094574,848.5931,87.85682,26.77532,234.3287,1.1413602,0.9378455,53.744465,2.0555575,3.2803004,956.05896,4.208744,980.5315,122.37252,0.17182294,9.147459,435.78616,43.80064,246.6895,173.50146,6975.0156,1.831326,2713.743,27.296791,0.63536197,1.1928866,3.3566737,279.57605,335.72827,54.4625,60.913887,40.272343,14.035977,1296.031,16.128952,60.017693,19.958261,474.43658,24.745539,441.61053,8.529629,59.93008,0.0,897.7617,3242.239,0.5793376,256.21957,26.82427,20758.377,32.54114,0.9105152,14.567236,34.70455,6.942833,2.2208836,17.354736,447.2206,142.3216,17.916073,0.7823802,2.6318295,117.03896,3.630201,196.34721,259.4564,1957.7351,643.4189,102.39084,147.67754,153.52943,6.720154,9.846407,63.589138,8.018827,12.110993,19.502844,28.981546,119.143,18.699558,18.155788,54.2558,12.1592045,3507.8372,22.930435,22.469444,17.399298,11.201587,184.77065,38.03829,19.206944,5.9402037,11.301623,16.272451,66.07212,134.03172,31.005972,152.35284,22.723183,11.947103,85.04913,54.60379,139.92415,80.683685,4.362811,4.050208,5.3457313,28.466461,4548.4565,3.879657,9.915278,62.262825,15.9753475,155.66438,58.41028,117.80958,3.34282,79.71403,470.63248,326.1179,46.481144,424.05212,55.15139,57.890152,90.635315,23.527687,3.7963002,20.32293,552.06866,0.52232355,0.9832546,94.250465,14.605392,9.00571,10.981332,17.088839,132.46953,32.93292,156.17026,817.48206,370.59848,2541.5413,2008.8499,29.127905,56.217297,3271.5544,19.240189,82.49213,589.32227,140.83102,195.75006,89.37661,469.93036,465.0418,462.97775,14.191619,108.32044,335.91846,609.50836,22.271833,178.65596,27.679306,1.7112725,51.234375,1.1612921,1.25959,5.001175,15.516056,169.69395,32.816383,19.451574,395.92804,113.846985,67.83671,87.229164,29.19032,55.3066,19.350925,15.423047,19.36125,137.53279,55.470596,25.964495,20.651209,14.347222,30.407183,25.565369,3.3932235,129.35036,30.47434,331.49435,12.907346,594.244,30.841158,539.04333,248.03156,12.637555,14.676221,367.8896,471.23026,1479.9292,429.7287 +2023-11-09 11:00:00,0.0,4853.447,126.48468,68.21012,98.94476,60.95552,328.56665,45.92563,95.918785,26.541199,56.0891,847.683,87.87298,26.770426,234.22482,1.1397755,0.93612105,53.76702,2.051866,3.296428,956.26526,4.2293415,981.10504,122.40124,0.17260993,9.192668,436.2172,43.809937,247.0466,173.56786,6969.7856,1.8391334,2713.7166,27.397802,0.637567,1.1974028,3.3712769,279.51532,335.66147,54.582436,60.898613,40.271835,14.03127,1295.1215,16.192038,59.98133,19.941696,474.43286,24.726086,441.80762,8.52476,59.89225,0.0,897.519,3240.2903,0.57869273,256.07025,26.806532,20744.254,32.528473,0.9102578,14.556276,34.681847,6.940971,2.220236,17.34586,446.9559,142.19624,17.89938,0.7821125,2.6306958,117.03136,3.626838,196.25528,259.48737,1958.0227,643.1061,102.38129,147.71387,153.73045,6.727012,9.854373,63.724785,8.041305,12.139774,19.489574,28.963722,119.204926,18.694557,18.142857,54.245262,12.160572,3508.163,22.92291,22.468056,17.397224,11.20064,184.78294,38.04146,19.199306,5.941689,11.295183,16.265049,66.05429,133.98473,31.003403,152.35754,22.718304,11.933797,84.981,54.57027,139.80278,80.69943,4.374439,4.048229,5.3448935,28.448072,4544.3145,3.8880894,9.901284,62.24655,15.969717,155.63335,58.445972,117.81195,3.3433142,79.689095,470.58905,326.16577,46.451405,423.92377,55.12986,57.883186,90.601135,23.548054,3.8002093,20.333233,551.9659,0.52242345,0.9842245,94.298874,14.623446,9.00662,10.9859705,17.090681,132.53671,32.97646,156.17943,817.6413,370.36743,2540.894,2008.5426,29.111162,56.16054,3269.43,19.248852,82.41412,589.1855,140.7021,195.59525,89.3076,469.46964,464.76328,462.9879,14.182667,108.25289,335.88562,609.2005,22.255644,178.53435,27.65507,1.7112029,51.23677,1.1612672,1.2596806,5.000462,15.510195,169.49605,32.798573,19.450508,395.69357,113.7728,67.79276,87.177086,29.170399,55.31059,19.336575,15.399663,19.354376,137.45784,55.4428,25.940779,20.677233,14.340278,30.379425,25.555462,3.3897877,129.27768,30.445683,331.31342,12.901262,593.83655,30.821682,539.45886,247.92426,12.623085,14.670829,367.5804,470.8748,1479.248,430.1689 +2023-11-09 12:00:00,0.0,4850.7124,126.377525,68.14181,98.911865,60.93375,328.5764,45.921307,95.90005,26.533047,56.083626,846.7728,87.88913,26.765532,234.12094,1.138191,0.93439656,53.789577,2.0481749,3.3125556,956.47156,4.2499385,981.6785,122.429955,0.17339692,9.237878,436.64822,43.81923,247.4037,173.63425,6964.5557,1.8469408,2713.6902,27.498814,0.63977194,1.2019192,3.3858802,279.45456,335.59467,54.702374,60.883335,40.271324,14.026564,1294.2119,16.255123,59.944973,19.925133,474.42914,24.706633,442.0047,8.519891,59.854424,0.0,897.2763,3238.3413,0.5780479,255.9209,26.788794,20730.13,32.51581,0.91000044,14.545318,34.659138,6.939109,2.2195885,17.336985,446.69116,142.07089,17.882687,0.7818448,2.6295624,117.02375,3.6234748,196.16333,259.51834,1958.3104,642.79333,102.371735,147.7502,153.93149,6.7338705,9.862338,63.860428,8.063783,12.168555,19.476305,28.9459,119.26685,18.689556,18.129927,54.234726,12.161941,3508.489,22.915388,22.466667,17.395153,11.199694,184.79524,38.04463,19.191668,5.943175,11.288742,16.257647,66.03646,133.93773,31.000834,152.36226,22.713423,11.920491,84.91287,54.53675,139.6814,80.71517,4.3860664,4.04625,5.344055,28.429682,4540.172,3.8965218,9.88729,62.230278,15.964087,155.60231,58.481667,117.81433,3.3438087,79.66417,470.54562,326.21362,46.421665,423.7954,55.108334,57.876225,90.566956,23.56842,3.8041186,20.343538,551.8631,0.52252334,0.98519444,94.34728,14.6414995,9.00753,10.990608,17.092524,132.6039,33.02,156.1886,817.80054,370.13638,2540.2468,2008.2354,29.094418,56.103786,3267.3054,19.257513,82.33611,589.04877,140.57317,195.44041,89.238594,469.00888,464.4847,462.99808,14.173714,108.18533,335.85278,608.8926,22.239456,178.41272,27.630835,1.7111332,51.239166,1.1612421,1.2597713,4.999749,15.5043335,169.29813,32.780766,19.449444,395.4591,113.69861,67.74881,87.125,29.150476,55.314583,19.322222,15.376279,19.3475,137.38289,55.415,25.917063,20.703257,14.333333,30.351667,25.545555,3.386352,129.20502,30.417023,331.13248,12.89518,593.42914,30.802206,539.8743,247.81696,12.608615,14.665438,367.27124,470.51932,1478.5669,430.60916 +2023-11-09 13:00:00,0.0,4847.9785,126.27036,68.07349,98.87896,60.91198,328.58615,45.91698,95.88131,26.524895,56.078148,845.8627,87.90528,26.760637,234.01706,1.1366063,0.9326721,53.812134,2.0444834,3.3286834,956.6778,4.2705355,982.2521,122.45867,0.1741839,9.283088,437.07925,43.828526,247.7608,173.70064,6959.3257,1.854748,2713.6638,27.599825,0.64197695,1.2064354,3.4004834,279.39383,335.5279,54.82231,60.868057,40.270817,14.021856,1293.3022,16.318209,59.90861,19.908567,474.4254,24.68718,442.20178,8.515022,59.816593,0.0,897.0336,3236.3926,0.577403,255.77156,26.771055,20716.01,32.50314,0.9097431,14.534359,34.636433,6.937247,2.218941,17.328108,446.42645,141.94554,17.865993,0.78157705,2.6284287,117.01615,3.620112,196.07138,259.54932,1958.5981,642.4805,102.36219,147.78654,154.13252,6.7407293,9.870303,63.996075,8.086261,12.197336,19.463036,28.928078,119.32878,18.684553,18.116997,54.224186,12.163308,3508.815,22.907864,22.465279,17.39308,11.198748,184.80754,38.047802,19.184029,5.94466,11.282302,16.250244,66.01863,133.89072,30.998264,152.36696,22.708542,11.9071865,84.844734,54.503227,139.56003,80.73091,4.397694,4.0442705,5.3432174,28.411291,4536.03,3.904954,9.873295,62.21401,15.958456,155.57127,58.51736,117.8167,3.344303,79.63924,470.5022,326.2615,46.39193,423.66705,55.086807,57.86926,90.532776,23.588787,3.8080277,20.353842,551.7603,0.52262324,0.98616433,94.39569,14.659554,9.008441,10.995247,17.094366,132.67108,33.06354,156.19777,817.9597,369.9053,2539.5996,2007.928,29.077675,56.04703,3265.181,19.266176,82.2581,588.91205,140.44423,195.28558,89.16959,468.54816,464.20615,463.00824,14.164762,108.117775,335.81995,608.58466,22.223267,178.2911,27.606598,1.7110637,51.241558,1.1612172,1.259862,4.999037,15.498472,169.10022,32.762955,19.44838,395.22464,113.62442,67.704865,87.072914,29.130556,55.318577,19.30787,15.352894,19.340626,137.30794,55.387203,25.893347,20.72928,14.326389,30.323908,25.535646,3.3829165,129.13235,30.388365,330.95154,12.889097,593.02167,30.782732,540.2898,247.70967,12.594145,14.660046,366.96207,470.16385,1477.8857,431.04938 +2023-11-09 14:00:00,0.0,4845.244,126.16321,68.00517,98.84606,60.89021,328.5959,45.91266,95.86258,26.516745,56.072674,844.9525,87.92143,26.755743,233.91318,1.1350217,0.9309476,53.83469,2.040792,3.344811,956.8841,4.2911325,982.82556,122.48739,0.17497088,9.328298,437.51028,43.83782,248.1179,173.76701,6954.0957,1.8625554,2713.6375,27.700836,0.6441819,1.2109518,3.4150867,279.33307,335.4611,54.94225,60.85278,40.27031,14.01715,1292.3927,16.381294,59.872253,19.892002,474.4217,24.667727,442.39886,8.510153,59.778763,0.0,896.791,3234.4438,0.5767582,255.62221,26.753317,20701.887,32.49047,0.9094857,14.523399,34.613724,6.9353848,2.2182932,17.319233,446.1617,141.82019,17.849298,0.7813093,2.627295,117.008545,3.6167488,195.97945,259.58026,1958.8857,642.1678,102.35264,147.82288,154.33354,6.7475877,9.878269,64.13172,8.108739,12.226117,19.449766,28.910254,119.39071,18.679552,18.104065,54.21365,12.164677,3509.1409,22.900341,22.463888,17.391006,11.197801,184.81984,38.050972,19.17639,5.9461455,11.275861,16.242844,66.00079,133.84372,30.995693,152.37167,22.703663,11.893881,84.7766,54.469707,139.43864,80.74665,4.4093223,4.0422916,5.3423796,28.392902,4531.887,3.9133863,9.859301,62.197735,15.952825,155.54024,58.553055,117.819084,3.3447971,79.6143,470.45877,326.30936,46.36219,423.53873,55.065277,57.862297,90.4986,23.609152,3.811937,20.364147,551.65753,0.5227232,0.9871342,94.4441,14.677607,9.009351,10.999885,17.096209,132.73827,33.107082,156.20694,818.1189,369.67426,2538.9524,2007.6207,29.060932,55.990276,3263.0562,19.274837,82.18009,588.77527,140.3153,195.13077,89.100586,468.0874,463.9276,463.0184,14.155809,108.050224,335.7871,608.27673,22.207079,178.16948,27.582361,1.7109941,51.243954,1.1611923,1.2599525,4.998324,15.492612,168.90231,32.745144,19.447313,394.99017,113.550224,67.66091,87.020836,29.110636,55.32257,19.293518,15.32951,19.33375,137.23299,55.359406,25.869629,20.755304,14.319445,30.29615,25.52574,3.3794808,129.05968,30.359705,330.7706,12.883015,592.61426,30.763256,540.70526,247.60237,12.579675,14.654654,366.6529,469.80838,1477.2046,431.48962 +2023-11-09 15:00:00,0.0,4842.5103,126.056046,67.93685,98.81316,60.86844,328.60562,45.908337,95.84384,26.508593,56.0672,844.04236,87.937584,26.750849,233.8093,1.1334372,0.9292231,53.857243,2.0371006,3.3609385,957.09033,4.31173,983.3991,122.516106,0.17575787,9.3735075,437.9413,43.847115,248.47499,173.8334,6948.8657,1.8703628,2713.6113,27.801847,0.6463869,1.215468,3.42969,279.27234,335.3943,55.062187,60.8375,40.269802,14.012443,1291.4832,16.44438,59.83589,19.875439,474.41797,24.648275,442.59595,8.505284,59.740936,0.0,896.54834,3232.4949,0.57611334,255.47287,26.735579,20687.764,32.477802,0.9092283,14.512441,34.59102,6.9335227,2.2176456,17.310358,445.897,141.69484,17.832605,0.7810416,2.6261613,117.00094,3.6133857,195.8875,259.61124,1959.1735,641.855,102.34309,147.8592,154.53458,6.7544465,9.886234,64.267365,8.131217,12.254898,19.436499,28.892431,119.45264,18.67455,18.091135,54.20311,12.166045,3509.4668,22.892818,22.4625,17.388933,11.196855,184.83215,38.054142,19.16875,5.947631,11.269421,16.235441,65.98296,133.79672,30.993124,152.37637,22.698782,11.880575,84.70847,54.436188,139.31728,80.76239,4.42095,4.0403123,5.3415413,28.374512,4527.7446,3.9218187,9.845306,62.18146,15.947194,155.5092,58.588753,117.821465,3.3452916,79.58938,470.41537,326.35724,46.33245,423.41037,55.04375,57.85533,90.46442,23.629519,3.8158462,20.374453,551.55475,0.5228231,0.98810416,94.49251,14.695661,9.010262,11.004523,17.098053,132.80545,33.150627,156.21611,818.2781,369.44318,2538.3054,2007.3135,29.04419,55.93352,3260.9316,19.2835,82.10208,588.63855,140.18637,194.97594,89.03158,467.62668,463.64905,463.02856,14.146857,107.982666,335.7543,607.9688,22.19089,178.04787,27.558126,1.7109245,51.24635,1.1611673,1.2600433,4.997611,15.486751,168.70439,32.727333,19.446249,394.7557,113.476036,67.61697,86.96875,29.090715,55.32656,19.279167,15.306126,19.326876,137.15804,55.331608,25.845913,20.781326,14.3125,30.268393,25.515833,3.376045,128.98701,30.331047,330.5897,12.876932,592.2068,30.74378,541.1207,247.49507,12.565205,14.649261,366.34372,469.45294,1476.5234,431.92984 +2023-11-09 16:00:00,0.0,4839.7764,125.94889,67.86854,98.78026,60.84667,328.61536,45.90401,95.82511,26.500443,56.06172,843.13226,87.953735,26.745955,233.70541,1.1318525,0.92749864,53.8798,2.033409,3.3770661,957.29663,4.332327,983.9726,122.54483,0.17654486,9.418717,438.37234,43.85641,248.83209,173.8998,6943.6357,1.8781701,2713.585,27.902859,0.64859194,1.2199844,3.444293,279.21158,335.32748,55.18212,60.822224,40.26929,14.007736,1290.5736,16.507465,59.799534,19.858873,474.41425,24.628822,442.79303,8.500415,59.703106,0.0,896.30566,3230.5461,0.5754685,255.32352,26.71784,20673.64,32.465137,0.90897095,14.501482,34.56831,6.93166,2.216998,17.301481,445.63226,141.56949,17.815912,0.7807739,2.6250277,116.99334,3.6100225,195.79555,259.6422,1959.461,641.5422,102.33354,147.89555,154.7356,6.761305,9.8942,64.403015,8.153695,12.283679,19.42323,28.874607,119.51457,18.669548,18.078205,54.192574,12.167413,3509.7927,22.885294,22.461111,17.386862,11.195909,184.84445,38.057312,19.161112,5.949116,11.2629795,16.228039,65.96513,133.74971,30.990555,152.38107,22.693901,11.8672695,84.64034,54.402664,139.19589,80.77813,4.4325776,4.0383334,5.3407035,28.356121,4523.6025,3.930251,9.831312,62.165188,15.941564,155.47816,58.624447,117.82384,3.3457859,79.564445,470.37195,326.4051,46.302715,423.282,55.02222,57.84837,90.43024,23.649885,3.8197553,20.384756,551.45197,0.522923,0.98907405,94.54092,14.713714,9.011172,11.009161,17.099895,132.87262,33.194168,156.22528,818.4373,369.21213,2537.6582,2007.0062,29.027447,55.876766,3258.8071,19.292164,82.02407,588.5018,140.05745,194.8211,88.96257,467.16592,463.3705,463.03873,14.137904,107.915115,335.72147,607.6609,22.174702,177.92624,27.53389,1.710855,51.248745,1.1611423,1.2601339,4.996898,15.480889,168.50648,32.709522,19.445185,394.52124,113.40185,67.57301,86.916664,29.070795,55.330555,19.264814,15.282742,19.32,137.08308,55.30381,25.822197,20.80735,14.305555,30.240635,25.505924,3.3726094,128.91435,30.302387,330.40875,12.87085,591.7994,30.724304,541.5362,247.38779,12.550735,14.64387,366.03452,469.09747,1475.8423,432.3701 +2023-11-09 17:00:00,0.0,4837.042,125.84173,67.80022,98.74736,60.824898,328.6251,45.89969,95.80637,26.49229,56.056248,842.2221,87.96989,26.74106,233.60153,1.1302679,0.9257741,53.902355,2.0297177,3.393194,957.5029,4.352924,984.54614,122.57355,0.17733184,9.463927,438.80338,43.865704,249.1892,173.96619,6938.406,1.8859775,2713.5586,28.00387,0.6507969,1.2245007,3.4588964,279.15085,335.26068,55.30206,60.806946,40.268784,14.003029,1289.664,16.57055,59.763172,19.84231,474.41052,24.60937,442.99008,8.495546,59.66528,0.0,896.063,3228.5974,0.5748236,255.17418,26.700102,20659.52,32.45247,0.9087136,14.490522,34.545605,6.929798,2.2163506,17.292606,445.36755,141.44414,17.79922,0.7805062,2.623894,116.98573,3.6066594,195.70361,259.6732,1959.7488,641.22943,102.324,147.93188,154.93663,6.768163,9.902165,64.53866,8.176172,12.312459,19.40996,28.856785,119.5765,18.664547,18.065273,54.182034,12.168781,3510.1187,22.877771,22.459723,17.384789,11.194962,184.85675,38.060482,19.153473,5.950602,11.256539,16.220636,65.9473,133.70271,30.987986,152.38579,22.689022,11.853965,84.572205,54.369144,139.07452,80.79388,4.4442053,4.036354,5.3398657,28.337732,4519.46,3.9386833,9.817318,62.148914,15.935933,155.44713,58.66014,117.82622,3.3462803,79.53951,470.32852,326.45297,46.272976,423.15366,55.000694,57.841404,90.39606,23.670252,3.8236647,20.395061,551.34924,0.5230229,0.99004394,94.589325,14.731768,9.012082,11.0138,17.101738,132.9398,33.23771,156.23445,818.59656,368.98108,2537.011,2006.6989,29.010702,55.82001,3256.6824,19.300825,81.94607,588.36505,139.92851,194.66628,88.89357,466.70517,463.09195,463.0489,14.128952,107.84756,335.68863,607.35297,22.158512,177.80463,27.509653,1.7107854,51.25114,1.1611173,1.2602245,4.9961853,15.475028,168.30858,32.69171,19.44412,394.28677,113.32766,67.52907,86.864586,29.050875,55.33455,19.250463,15.259357,19.313126,137.00813,55.276012,25.798481,20.833374,14.298611,30.212877,25.496017,3.3691738,128.84167,30.27373,330.2278,12.864767,591.3919,30.70483,541.95166,247.28049,12.536265,14.638478,365.72534,468.742,1475.1611,432.81033 +2023-11-09 18:00:00,0.0,4834.308,125.73457,67.7319,98.71446,60.803123,328.63483,45.895367,95.787636,26.484138,56.050774,841.31195,87.98604,26.736166,233.49765,1.1286833,0.9240496,53.92491,2.0260265,3.4093215,957.70917,4.373521,985.1197,122.602264,0.17811882,9.509137,439.2344,43.875,249.5463,174.03258,6933.176,1.8937848,2713.5322,28.104881,0.6530019,1.229017,3.4734998,279.09012,335.19388,55.421997,60.791668,40.268276,13.9983225,1288.7544,16.633636,59.726814,19.825745,474.40677,24.589916,443.18716,8.490677,59.62745,0.0,895.8203,3226.6484,0.57417876,255.02484,26.682362,20645.396,32.4398,0.9084562,14.479564,34.5229,6.927936,2.215703,17.28373,445.10284,141.31879,17.782524,0.78023845,2.6227603,116.97813,3.6032963,195.61166,259.70416,1960.0365,640.9166,102.314445,147.96823,155.13766,6.775022,9.9101305,64.67431,8.19865,12.34124,19.39669,28.83896,119.63843,18.659544,18.052343,54.171497,12.170149,3510.4446,22.870247,22.458334,17.382715,11.1940155,184.86905,38.063652,19.145834,5.9520874,11.250098,16.213236,65.929474,133.6557,30.985416,152.39049,22.684141,11.840659,84.504074,54.335625,138.95314,80.809616,4.4558334,4.0343747,5.3390274,28.319342,4515.318,3.9471154,9.803324,62.13264,15.930302,155.41609,58.695835,117.82859,3.3467746,79.51459,470.2851,326.50082,46.243237,423.0253,54.979168,57.834442,90.36188,23.690617,3.8275738,20.405365,551.24646,0.5231228,0.9910139,94.63773,14.749821,9.012993,11.018438,17.10358,133.00699,33.28125,156.24362,818.75574,368.75,2536.3638,2006.3916,28.99396,55.763256,3254.5579,19.309488,81.86806,588.22833,139.79958,194.51146,88.82456,466.24445,462.81342,463.05905,14.12,107.78,335.6558,607.04504,22.142324,177.68301,27.485416,1.7107158,51.253532,1.1610924,1.2603152,4.9954724,15.469167,168.11067,32.673904,19.443054,394.0523,113.25347,67.48512,86.8125,29.030952,55.338543,19.23611,15.235972,19.30625,136.93317,55.248215,25.774765,20.859398,14.291667,30.18512,25.48611,3.3657382,128.76901,30.24507,330.04688,12.858685,590.9845,30.685354,542.3671,247.17319,12.521795,14.633086,365.41617,468.38654,1474.4801,433.25055 +2023-11-09 19:00:00,0.0,4831.5737,125.62742,67.66358,98.68156,60.781353,328.6446,45.89104,95.768906,26.475988,56.045296,840.4018,88.0022,26.73127,233.39378,1.1270987,0.92232513,53.947468,2.022335,3.4254491,957.91547,4.394118,985.6932,122.63098,0.17890581,9.554347,439.66544,43.884293,249.9034,174.09897,6927.946,1.9015921,2713.5059,28.205893,0.65520686,1.2335333,3.488103,279.02936,335.12708,55.541935,60.77639,40.26777,13.993615,1287.8448,16.696722,59.690453,19.809181,474.40308,24.570463,443.38425,8.485808,59.589622,0.0,895.57764,3224.6997,0.5735339,254.87549,26.664623,20631.273,32.42713,0.90819883,14.468604,34.50019,6.926074,2.2150555,17.274855,444.8381,141.19342,17.765831,0.7799707,2.6216269,116.97052,3.5999331,195.51971,259.73514,1960.3241,640.6039,102.30489,148.00456,155.33868,6.7818804,9.918097,64.80995,8.221128,12.370021,19.38342,28.821138,119.700356,18.654543,18.039413,54.160957,12.171517,3510.7705,22.862724,22.456944,17.380644,11.193069,184.88135,38.066826,19.138195,5.9535728,11.243658,16.205833,65.91164,133.6087,30.982847,152.3952,22.67926,11.8273535,84.43594,54.302105,138.83177,80.825356,4.467461,4.032396,5.3381896,28.300951,4511.1753,3.9555478,9.789329,62.116367,15.924671,155.38506,58.73153,117.83097,3.347269,79.489655,470.24167,326.54868,46.213497,422.89697,54.957638,57.827477,90.3277,23.710983,3.8314831,20.41567,551.1437,0.5232227,0.9919838,94.68614,14.767875,9.013903,11.023076,17.105423,133.07417,33.32479,156.25279,818.9149,368.51895,2535.7166,2006.0844,28.977217,55.7065,3252.4333,19.31815,81.79005,588.09155,139.67065,194.35663,88.755554,465.7837,462.53485,463.0692,14.111048,107.71245,335.62296,606.7371,22.126135,177.56139,27.461182,1.7106462,51.255928,1.1610675,1.2604058,4.9947596,15.463306,167.91275,32.656094,19.44199,393.81784,113.179276,67.44117,86.760414,29.011032,55.342533,19.22176,15.212588,19.299376,136.85822,55.220417,25.751049,20.885422,14.284722,30.15736,25.476202,3.3623023,128.69635,30.21641,329.86594,12.852602,590.5771,30.665878,542.7826,247.06589,12.507325,14.627694,365.107,468.0311,1473.799,433.6908 +2023-11-09 20:00:00,0.0,4828.84,125.520256,67.59527,98.64866,60.759583,328.65433,45.88672,95.75017,26.467836,56.03982,839.49164,88.01835,26.726376,233.2899,1.125514,0.92060065,53.97002,2.0186436,3.4415767,958.1217,4.4147153,986.2667,122.6597,0.1796928,9.599556,440.09647,43.89359,250.2605,174.16536,6922.716,1.9093995,2713.4795,28.306904,0.6574119,1.2380496,3.502706,278.96863,335.06027,55.66187,60.761112,40.26726,13.988909,1286.9352,16.759808,59.654095,19.792616,474.39935,24.55101,443.58133,8.480939,59.551792,0.0,895.33496,3222.751,0.57288903,254.72615,26.646885,20617.152,32.414467,0.90794146,14.457645,34.477486,6.924212,2.214408,17.26598,444.5734,141.06807,17.749138,0.779703,2.6204932,116.96292,3.59657,195.42778,259.7661,1960.6118,640.2911,102.29535,148.0409,155.53972,6.788739,9.926062,64.9456,8.243607,12.398802,19.370152,28.803314,119.76228,18.64954,18.026482,54.15042,12.172885,3511.0964,22.855202,22.455555,17.37857,11.192122,184.89366,38.069996,19.130556,5.955058,11.237217,16.198431,65.89381,133.5617,30.980278,152.3999,22.674381,11.814049,84.36781,54.26858,138.71039,80.841095,4.479089,4.0304165,5.337352,28.28256,4507.0327,3.9639802,9.775334,62.100094,15.919041,155.35402,58.767223,117.83334,3.3477633,79.46472,470.19824,326.59656,46.18376,422.76862,54.93611,57.82051,90.29352,23.73135,3.8353922,20.425974,551.0409,0.5233226,0.99295366,94.73455,14.785929,9.014813,11.027715,17.107265,133.14136,33.368332,156.26195,819.0741,368.28787,2535.0696,2005.7771,28.960474,55.649746,3250.3086,19.326813,81.712036,587.95483,139.54172,194.2018,88.68655,465.32297,462.2563,463.07938,14.102095,107.64489,335.59012,606.42926,22.109947,177.43977,27.436945,1.7105767,51.258324,1.1610425,1.2604964,4.9940467,15.457445,167.71484,32.638283,19.440926,393.58337,113.10509,67.397224,86.708336,28.991112,55.346527,19.207407,15.189204,19.2925,136.78326,55.19262,25.727331,20.911446,14.277778,30.129602,25.466295,3.3588667,128.62367,30.187752,329.685,12.846519,590.1696,30.646402,543.1981,246.9586,12.492855,14.622302,364.79782,467.67563,1473.1178,434.131 +2023-11-09 21:00:00,0.0,4826.1055,125.4131,67.52695,98.61576,60.737812,328.66406,45.882397,95.73144,26.459686,56.034348,838.58154,88.0345,26.721481,233.18602,1.1239295,0.9188762,53.992577,2.0149522,3.4577045,958.328,4.4353123,986.8402,122.688416,0.18047978,9.644766,440.5275,43.902885,250.61758,174.23174,6917.486,1.9172069,2713.4531,28.407915,0.6596168,1.2425659,3.5173094,278.90787,334.99347,55.781807,60.745834,40.26675,13.984201,1286.0256,16.822893,59.617733,19.77605,474.3956,24.531557,443.7784,8.47607,59.51396,0.0,895.0923,3220.802,0.57224417,254.5768,26.629147,20603.03,32.4018,0.9076841,14.446687,34.454777,6.92235,2.2137604,17.257103,444.30865,140.94272,17.732445,0.7794353,2.6193595,116.955315,3.593207,195.33583,259.7971,1960.8995,639.97833,102.2858,148.07724,155.74074,6.7955976,9.934027,65.081245,8.266085,12.427583,19.356882,28.785492,119.82421,18.644539,18.013552,54.13988,12.174253,3511.4224,22.847677,22.454166,17.376497,11.191176,184.90596,38.073166,19.122917,5.956544,11.230777,16.191029,65.87598,133.5147,30.977707,152.40462,22.6695,11.800743,84.299675,54.23506,138.58902,80.856834,4.4907165,4.0284376,5.3365135,28.264172,4502.8906,3.9724123,9.76134,62.08382,15.913409,155.32298,58.802917,117.835724,3.3482575,79.43979,470.15485,326.6444,46.154022,422.64026,54.914585,57.81355,90.25934,23.751717,3.8393016,20.43628,550.9381,0.5234225,0.9939236,94.78296,14.803982,9.015723,11.032352,17.10911,133.20854,33.411877,156.27112,819.23334,368.05682,2534.4224,2005.4698,28.943731,55.59299,3248.184,19.335474,81.634026,587.8181,139.4128,194.04698,88.617546,464.8622,461.97775,463.08954,14.0931425,107.57733,335.55728,606.12134,22.093758,177.31815,27.412708,1.710507,51.26072,1.1610175,1.2605871,4.993334,15.451584,167.51694,32.620472,19.439861,393.3489,113.0309,67.35327,86.65625,28.971191,55.35052,19.193056,15.16582,19.285625,136.70831,55.16482,25.703615,20.93747,14.270833,30.101845,25.456388,3.355431,128.55101,30.159092,329.50406,12.840436,589.7622,30.626928,543.6136,246.8513,12.478385,14.616911,364.48865,467.32016,1472.4366,434.57126 +2023-11-09 22:00:00,0.0,4823.3716,125.30594,67.45863,98.582855,60.71604,328.6738,45.878075,95.7127,26.451534,56.02887,837.6714,88.05065,26.716587,233.08214,1.1223449,0.9171517,54.015133,2.0112607,3.4738321,958.5343,4.4559093,987.41376,122.71713,0.18126677,9.689976,440.95853,43.912178,250.97469,174.29813,6912.256,1.9250141,2713.4268,28.508926,0.66182184,1.2470822,3.5319126,278.84714,334.92667,55.901745,60.730556,40.266243,13.979495,1285.1161,16.88598,59.581375,19.759487,474.39188,24.512106,443.9755,8.471201,59.476135,0.0,894.8496,3218.8533,0.5715993,254.42746,26.611408,20588.906,32.38913,0.9074267,14.435727,34.432068,6.9204874,2.2131128,17.248228,444.04395,140.81737,17.71575,0.7791676,2.6182258,116.94771,3.5898438,195.24388,259.82806,1961.1871,639.6655,102.276245,148.11357,155.94177,6.802456,9.941993,65.21689,8.288563,12.456364,19.343615,28.76767,119.88614,18.639538,18.00062,54.129345,12.175621,3511.7483,22.840155,22.452778,17.374424,11.19023,184.91826,38.076336,19.115278,5.9580293,11.224336,16.183628,65.85815,133.4677,30.975138,152.40932,22.66462,11.787437,84.231544,54.20154,138.46764,80.872574,4.502344,4.0264583,5.3356757,28.24578,4498.748,3.9808447,9.747346,62.067547,15.907779,155.29195,58.83861,117.8381,3.348752,79.41486,470.11142,326.6923,46.124283,422.5119,54.893055,57.806583,90.22516,23.772083,3.8432107,20.446585,550.8353,0.52352244,0.9948935,94.83137,14.822036,9.016634,11.036991,17.110952,133.27573,33.455418,156.28029,819.3926,367.82578,2533.7751,2005.1625,28.926987,55.536236,3246.0596,19.344137,81.556015,587.68134,139.28386,193.89215,88.54854,464.4015,461.6992,463.0997,14.08419,107.50978,335.52444,605.8134,22.07757,177.19653,27.388474,1.7104374,51.263115,1.1609926,1.2606777,4.992621,15.445723,167.31902,32.60266,19.438795,393.11444,112.95671,67.309326,86.604164,28.951271,55.354515,19.178703,15.142436,19.27875,136.63336,55.137024,25.6799,20.963491,14.263889,30.074087,25.44648,3.3519955,128.47835,30.130434,329.32312,12.834353,589.35474,30.607452,544.02905,246.744,12.463915,14.611519,364.17947,466.9647,1471.7555,435.01147 +2023-11-09 23:00:00,0.0,4820.637,125.198784,67.39031,98.54996,60.69427,328.68353,45.87375,95.69396,26.443382,56.023396,836.7612,88.0668,26.711693,232.97826,1.1207602,0.9154272,54.03769,2.0075693,3.4899597,958.74054,4.476506,987.9873,122.74586,0.18205376,9.735186,441.38956,43.921474,251.33179,174.36452,6907.026,1.9328215,2713.4004,28.609938,0.6640268,1.2515985,3.546516,278.78638,334.85986,56.021683,60.71528,40.265736,13.974788,1284.2065,16.949066,59.545013,19.742922,474.38818,24.492653,444.17255,8.466332,59.438305,0.0,894.60693,3216.9045,0.57095444,254.27812,26.59367,20574.783,32.37646,0.90716934,14.424768,34.409363,6.9186254,2.212465,17.239351,443.77924,140.69202,17.699057,0.77889985,2.6170921,116.94011,3.5864806,195.15195,259.85904,1961.4749,639.3528,102.26669,148.1499,156.1428,6.8093147,9.949958,65.35254,8.31104,12.485145,19.330345,28.749846,119.948074,18.634535,17.98769,54.118805,12.17699,3512.0742,22.832632,22.45139,17.372353,11.189283,184.93056,38.079506,19.10764,5.9595146,11.2178955,16.176226,65.84032,133.42068,30.972569,152.41403,22.65974,11.774132,84.163414,54.16802,138.34625,80.88831,4.5139723,4.024479,5.334838,28.22739,4494.606,3.989277,9.733352,62.051273,15.902148,155.26093,58.874306,117.84048,3.3492463,79.38993,470.068,326.74014,46.094547,422.38354,54.87153,57.79962,90.19098,23.792448,3.84712,20.456888,550.73254,0.52362233,0.9958634,94.87978,14.840089,9.017545,11.041629,17.112795,133.34291,33.49896,156.28946,819.55176,367.5947,2533.128,2004.8552,28.910244,55.47948,3243.9348,19.352798,81.47801,587.5446,139.15492,193.73732,88.47953,463.94073,461.42065,463.10986,14.075238,107.44222,335.4916,605.5055,22.06138,177.0749,27.364237,1.7103679,51.265507,1.1609676,1.2607683,4.991908,15.439861,167.12111,32.584854,19.43773,392.87997,112.88252,67.26538,86.552086,28.93135,55.358505,19.164352,15.119052,19.271875,136.55841,55.109226,25.656183,20.989515,14.256945,30.04633,25.436573,3.3485596,128.40567,30.101774,329.14218,12.828271,588.9473,30.587976,544.4445,246.63672,12.449445,14.606127,363.8703,466.60922,1471.0743,435.45172 +2023-11-10 00:00:00,0.0,4817.9033,125.09162,67.322,98.51706,60.6725,328.6933,45.869427,95.67523,26.435232,56.01792,835.8511,88.082954,26.706799,232.87437,1.1191757,0.91370267,54.060246,2.003878,3.5060873,958.94684,4.497103,988.5608,122.774574,0.18284073,9.7803955,441.8206,43.930767,251.68889,174.43091,6901.796,1.9406289,2713.374,28.710949,0.6662318,1.2561148,3.561119,278.72565,334.79306,56.14162,60.7,40.26523,13.970081,1283.2969,17.012152,59.508656,19.726358,474.3844,24.4732,444.36963,8.461463,59.40048,0.0,894.36426,3214.9556,0.5703096,254.12877,26.575932,20560.662,32.363796,0.90691197,14.41381,34.386658,6.9167633,2.2118175,17.230476,443.5145,140.56667,17.682364,0.77863216,2.6159585,116.9325,3.5831175,195.06,259.88998,1961.7625,639.04,102.25716,148.18625,156.34383,6.816173,9.957923,65.48818,8.333518,12.513926,19.317076,28.732021,120.01,18.629534,17.97476,54.10827,12.178357,3512.4,22.825108,22.45,17.37028,11.188337,184.94286,38.082676,19.1,5.961,11.211454,16.168823,65.82248,133.37369,30.97,152.41873,22.65486,11.760827,84.095276,54.1345,138.22488,80.90406,4.5256,4.0225,5.3339996,28.209002,4490.4634,3.9977093,9.7193575,62.035004,15.896518,155.22989,58.91,117.84285,3.3497407,79.365,470.02457,326.78802,46.064808,422.25522,54.85,57.792656,90.1568,23.812815,3.8510292,20.467194,550.62976,0.52372223,0.9968333,94.92819,14.858143,9.018455,11.0462675,17.114637,133.41008,33.5425,156.29863,819.71094,367.36365,2532.4807,2004.548,28.893501,55.422726,3241.8103,19.361462,81.4,587.4079,139.026,193.58249,88.41052,463.48,461.1421,463.12003,14.066285,107.374664,335.45877,605.1976,22.045193,176.9533,27.34,1.7102983,51.267902,1.1609427,1.260859,4.991195,15.434,166.9232,32.567043,19.436666,392.6455,112.80833,67.22143,86.5,28.91143,55.3625,19.15,15.095667,19.265,136.48346,55.08143,25.632467,21.01554,14.25,30.018572,25.426666,3.345124,128.33301,30.073116,328.96124,12.822188,588.53986,30.5685,544.86,246.52942,12.434975,14.600735,363.5611,466.25378,1470.3932,435.89197 +2023-11-10 01:00:00,0.0,4815.1694,124.98447,67.25368,98.48415,60.65073,328.70303,45.865105,95.656494,26.42708,56.012444,834.941,88.099106,26.701904,232.7705,1.117591,0.9119782,54.0828,2.0001867,3.5222151,959.15314,4.5177007,989.13434,122.80329,0.18362772,9.825605,442.25162,43.940063,252.04599,174.4973,6896.5664,1.9484363,2713.3477,28.81196,0.6684368,1.2606311,3.5757222,278.66492,334.72626,56.261555,60.684723,40.264717,13.965375,1282.3873,17.075237,59.472294,19.709793,474.38068,24.453747,444.5667,8.456594,59.362648,0.0,894.1216,3213.0068,0.5696647,253.97943,26.558193,20546.54,32.351128,0.9066546,14.40285,34.36395,6.9149013,2.21117,17.221601,443.2498,140.44131,17.66567,0.7783644,2.6148248,116.9249,3.5797544,194.96805,259.92096,1962.0502,638.7272,102.247604,148.22258,156.54486,6.8230314,9.965889,65.62383,8.355996,12.5427065,19.303806,28.7142,120.07193,18.624533,17.961828,54.097733,12.179726,3512.7258,22.817585,22.44861,17.368206,11.187391,184.95515,38.08585,19.092361,5.9624853,11.205014,16.16142,65.80465,133.32669,30.96743,152.42343,22.649979,11.747521,84.027145,54.10098,138.1035,80.9198,4.5372276,4.0205207,5.333162,28.19061,4486.3213,4.0061417,9.705362,62.01873,15.890886,155.19885,58.945694,117.84523,3.350235,79.34007,469.98114,326.83588,46.03507,422.12686,54.828472,57.785694,90.12262,23.833181,3.8549385,20.477497,550.527,0.5238221,0.9978032,94.9766,14.876196,9.019365,11.050906,17.11648,133.47726,33.58604,156.3078,819.8701,367.13257,2531.8335,2004.2407,28.876759,55.36597,3239.6858,19.370125,81.32199,587.2711,138.89706,193.42767,88.34152,463.01926,460.86356,463.1302,14.057333,107.30711,335.42593,604.88965,22.029005,176.83167,27.315763,1.7102287,51.270298,1.1609176,1.2609496,4.9904823,15.42814,166.72528,32.549232,19.435602,392.41104,112.73414,67.17748,86.447914,28.891508,55.366493,19.135649,15.072283,19.258125,136.40851,55.053635,25.608751,21.041563,14.243055,29.990814,25.416758,3.3416884,128.26035,30.044456,328.7803,12.816106,588.13245,30.549026,545.27545,246.42212,12.420505,14.595344,363.25192,465.89832,1469.712,436.33218 +2023-11-10 02:00:00,0.0,4812.435,124.877304,67.18536,98.451256,60.62896,328.71277,45.86078,95.637764,26.41893,56.00697,834.0308,88.11526,26.69701,232.66661,1.1160064,0.9102537,54.105354,1.9964952,3.5383427,959.3594,4.5382977,989.7078,122.83201,0.18441471,9.870815,442.68265,43.94936,252.40309,174.56369,6891.3364,1.9562436,2713.3215,28.912971,0.6706418,1.2651474,3.5903256,278.60416,334.65945,56.381493,60.669445,40.26421,13.960668,1281.4778,17.138323,59.435936,19.69323,474.37698,24.434294,444.7638,8.451725,59.32482,0.0,893.8789,3211.058,0.56901985,253.83008,26.540453,20532.416,32.33846,0.9063972,14.3918915,34.341244,6.913039,2.2105224,17.212725,442.98505,140.31596,17.648975,0.7780967,2.6136913,116.9173,3.5763912,194.87611,259.95193,1962.3379,638.4144,102.23805,148.25893,156.7459,6.8298903,9.973854,65.759476,8.378474,12.571486,19.290537,28.696377,120.13386,18.61953,17.948898,54.087193,12.181093,3513.0518,22.81006,22.447222,17.366133,11.186444,184.96747,38.08902,19.084723,5.963971,11.198573,16.15402,65.78682,133.27968,30.96486,152.42815,22.6451,11.734216,83.959015,54.06746,137.98213,80.93554,4.5488553,4.0185413,5.332324,28.17222,4482.1787,4.014574,9.691368,62.002457,15.885256,155.16782,58.981388,117.8476,3.3507292,79.31514,469.9377,326.88376,46.00533,421.9985,54.806946,57.77873,90.08844,23.853548,3.8588476,20.487803,550.4242,0.523922,0.9987731,95.02501,14.89425,9.020275,11.055544,17.118322,133.54445,33.629585,156.31697,820.02936,366.90152,2531.1865,2003.9333,28.860016,55.309216,3237.561,19.378786,81.24398,587.1344,138.76814,193.27284,88.272514,462.5585,460.585,463.14035,14.048381,107.239555,335.3931,604.5817,22.012815,176.71005,27.291529,1.7101591,51.272694,1.1608927,1.2610402,4.98977,15.422278,166.52737,32.53142,19.434536,392.17657,112.65995,67.13353,86.395836,28.871588,55.370487,19.121296,15.048899,19.25125,136.33356,55.025837,25.585033,21.067587,14.236111,29.963055,25.40685,3.3382525,128.18767,30.015799,328.59937,12.810023,587.725,30.52955,545.6909,246.31482,12.406034,14.5899515,362.94275,465.54285,1469.031,436.77243 +2023-11-10 03:00:00,0.0,4809.701,124.77015,67.11704,98.41836,60.60719,328.7225,45.856457,95.619026,26.410778,56.001495,833.12067,88.13142,26.692116,232.56273,1.1144217,0.9085292,54.12791,1.9928038,3.5544703,959.5657,4.5588946,990.2814,122.860725,0.1852017,9.916025,443.11368,43.958652,252.76018,174.63008,6886.1064,1.9640509,2713.2952,29.013983,0.6728468,1.2696637,3.6049287,278.54343,334.59265,56.50143,60.654167,40.263702,13.955961,1280.5681,17.201408,59.399574,19.676664,474.37323,24.41484,444.96088,8.4468565,59.28699,0.0,893.6362,3209.1091,0.568375,253.68074,26.522715,20518.293,32.32579,0.90613985,14.380933,34.318535,6.911177,2.2098749,17.20385,442.72034,140.1906,17.632282,0.777829,2.6125576,116.90969,3.573028,194.78416,259.9829,1962.6255,638.1016,102.2285,148.29526,156.94691,6.8367486,9.981819,65.89513,8.400952,12.600267,19.277267,28.678553,120.195786,18.614529,17.935968,54.076656,12.182462,3513.3777,22.802538,22.445833,17.364061,11.185498,184.97977,38.09219,19.077084,5.9654565,11.192133,16.146618,65.76899,133.23268,30.962292,152.43285,22.640219,11.720911,83.890884,54.033936,137.86075,80.95128,4.560483,4.0165625,5.3314857,28.153831,4478.036,4.023006,9.677374,61.986183,15.879625,155.13678,59.017086,117.84998,3.3512237,79.29021,469.89432,326.9316,45.975594,421.87015,54.785416,57.771767,90.05426,23.873915,3.8627567,20.498106,550.3214,0.5240219,0.99974304,95.07342,14.912303,9.021186,11.060183,17.120165,133.61163,33.673126,156.32614,820.1886,366.67047,2530.5393,2003.6261,28.843273,55.25246,3235.4365,19.38745,81.16597,586.9977,138.6392,193.11801,88.20351,462.09778,460.30646,463.1505,14.039429,107.172,335.3603,604.2738,21.996628,176.58844,27.267292,1.7100896,51.27509,1.1608678,1.2611309,4.989057,15.416417,166.32947,32.51361,19.433472,391.9421,112.58576,67.089584,86.34375,28.851667,55.374477,19.106945,15.025515,19.244375,136.2586,54.99804,25.561317,21.09361,14.229167,29.935297,25.396944,3.334817,128.115,29.987139,328.41846,12.803941,587.31757,30.510075,546.1064,246.20753,12.391564,14.584559,362.63358,465.18738,1468.3499,437.21265 +2023-11-10 04:00:00,0.0,4806.967,124.66299,67.04873,98.38546,60.58542,328.73224,45.852135,95.600296,26.402626,55.996017,832.2105,88.14757,26.687222,232.45886,1.1128372,0.90680474,54.150467,1.9891124,3.570598,959.7719,4.5794916,990.85486,122.88944,0.18598868,9.961235,443.5447,43.96795,253.11728,174.69646,6880.8765,1.9718583,2713.2688,29.114994,0.67505175,1.27418,3.619532,278.48267,334.52585,56.62137,60.63889,40.263195,13.951254,1279.6586,17.264494,59.363216,19.6601,474.3695,24.395388,445.15796,8.441987,59.24916,0.0,893.39355,3207.1604,0.5677301,253.5314,26.504976,20504.172,32.313126,0.9058825,14.369973,34.29583,6.9093146,2.2092273,17.194973,442.4556,140.06525,17.61559,0.77756125,2.611424,116.902084,3.569665,194.69221,260.0139,1962.9132,637.7889,102.218956,148.33159,157.14795,6.843607,9.989785,66.03077,8.42343,12.629048,19.263998,28.66073,120.25771,18.609526,17.923037,54.066116,12.183829,3513.7036,22.795015,22.444445,17.361988,11.184552,184.99207,38.09536,19.069445,5.966942,11.185692,16.139215,65.75115,133.18568,30.959723,152.43756,22.635338,11.707605,83.82275,54.000416,137.73938,80.96702,4.572111,4.014583,5.330648,28.13544,4473.894,4.0314384,9.66338,61.96991,15.873995,155.10574,59.05278,117.852356,3.351718,79.26528,469.8509,326.9795,45.945854,421.74182,54.76389,57.7648,90.02008,23.89428,3.866666,20.508411,550.2187,0.5241218,1.000713,95.121826,14.930357,9.022097,11.06482,17.12201,133.67882,33.716667,156.33531,820.3478,366.4394,2529.892,2003.3188,28.826529,55.195705,3233.312,19.39611,81.08796,586.8609,138.51028,192.9632,88.13451,461.63702,460.0279,463.16068,14.030476,107.10445,335.32745,603.9659,21.980438,176.46681,27.243055,1.71002,51.27748,1.1608428,1.2612215,4.988344,15.410556,166.13156,32.4958,19.432407,391.70764,112.511566,67.04564,86.291664,28.831747,55.37847,19.092592,15.0021305,19.2375,136.18365,54.97024,25.537601,21.119635,14.222222,29.90754,25.387035,3.3313813,128.04233,29.95848,328.23752,12.797858,586.9101,30.490599,546.52185,246.10023,12.377094,14.579167,362.3244,464.8319,1467.6687,437.6529 +2023-11-10 05:00:00,0.0,4804.233,124.55583,66.98041,98.352554,60.563644,328.742,45.84781,95.58156,26.394476,55.990543,831.30035,88.16372,26.682327,232.35498,1.1112525,0.90508026,54.173023,1.9854211,3.5867257,959.9782,4.600089,991.4284,122.91817,0.18677567,10.006444,443.97574,43.97724,253.47438,174.76285,6875.6465,1.9796656,2713.2424,29.216005,0.67725676,1.2786964,3.6341352,278.42194,334.45905,56.741306,60.62361,40.262688,13.9465475,1278.749,17.32758,59.326855,19.643536,474.36578,24.375937,445.35504,8.437119,59.211334,0.0,893.1509,3205.2117,0.56708527,253.38205,26.487238,20490.049,32.300457,0.9056251,14.3590145,34.273125,6.9074526,2.2085798,17.186098,442.1909,139.9399,17.598896,0.77729356,2.6102903,116.894485,3.5663018,194.60028,260.04486,1963.2009,637.4761,102.20941,148.36794,157.34897,6.850466,9.99775,66.16641,8.445908,12.657829,19.25073,28.642906,120.31965,18.604525,17.910107,54.05558,12.185198,3514.0295,22.78749,22.443056,17.359915,11.183605,185.00436,38.09853,19.061806,5.968427,11.179252,16.131813,65.73332,133.13867,30.957151,152.44226,22.630459,11.6943,83.754616,53.966896,137.618,80.98276,4.583739,4.012604,5.32981,28.11705,4469.7515,4.0398707,9.649385,61.953636,15.868363,155.0747,59.088474,117.85474,3.3522124,79.24035,469.80746,327.02734,45.916115,421.61346,54.742363,57.75784,89.9859,23.914646,3.8705752,20.518717,550.1159,0.5242217,1.0016829,95.170235,14.94841,9.023006,11.069459,17.123852,133.746,33.76021,156.34448,820.50696,366.20834,2529.2449,2003.0116,28.809786,55.13895,3231.1875,19.404774,81.00996,586.7242,138.38135,192.80836,88.0655,461.1763,459.74933,463.17084,14.021523,107.03689,335.29462,603.65796,21.96425,176.3452,27.21882,1.7099503,51.279877,1.1608179,1.2613121,4.9876313,15.404695,165.93364,32.477993,19.431341,391.47318,112.43738,67.001686,86.239586,28.811827,55.382465,19.078241,14.978746,19.230625,136.1087,54.942444,25.513885,21.145657,14.215278,29.879782,25.377129,3.3279457,127.969666,29.929821,328.05658,12.791776,586.5027,30.471125,546.9374,245.99294,12.362624,14.573775,362.01523,464.47647,1466.9875,438.0931 +2023-11-10 06:00:00,0.0,4801.4985,124.44867,66.912094,98.31966,60.541874,328.75174,45.843487,95.56282,26.386324,55.98507,830.39026,88.17987,26.677431,232.2511,1.1096679,0.9033558,54.19558,1.9817296,3.6028533,960.1845,4.620686,992.00195,122.946884,0.18756266,10.051654,444.40677,43.986538,253.83148,174.82924,6870.4165,1.987473,2713.216,29.317017,0.6794617,1.2832127,3.6487384,278.36118,334.39224,56.86124,60.608334,40.262177,13.94184,1277.8395,17.390665,59.290497,19.62697,474.36206,24.356483,445.5521,8.432249,59.173504,0.0,892.9082,3203.2627,0.5664404,253.23271,26.4695,20475.926,32.28779,0.90536773,14.348056,34.250416,6.9055905,2.2079322,17.177223,441.92618,139.81454,17.582201,0.7770258,2.6091566,116.88688,3.5629387,194.50833,260.07584,1963.4885,637.1633,102.19986,148.40427,157.55,6.857324,10.005716,66.30206,8.468386,12.68661,19.237461,28.625084,120.38158,18.599524,17.897177,54.04504,12.186565,3514.3555,22.779968,22.441668,17.357843,11.182659,185.01666,38.1017,19.054167,5.9699125,11.172811,16.12441,65.71549,133.09167,30.954582,152.44698,22.625578,11.680994,83.686485,53.933372,137.49663,80.998505,4.5953665,4.010625,5.328972,28.098661,4465.6094,4.048303,9.635391,61.937363,15.862733,155.04367,59.12417,117.85711,3.3527067,79.215416,469.76404,327.0752,45.88638,421.4851,54.720833,57.750874,89.95172,23.935013,3.8744845,20.52902,550.0131,0.5243217,1.0026528,95.21864,14.966464,9.023917,11.074097,17.125694,133.81319,33.80375,156.35365,820.66614,365.97726,2528.5977,2002.7043,28.793043,55.082195,3229.0627,19.413435,80.931946,586.5874,138.25241,192.65353,87.99649,460.71555,459.4708,463.181,14.012571,106.96934,335.26178,603.3501,21.948061,176.22357,27.194584,1.7098808,51.282272,1.160793,1.2614028,4.9869184,15.398833,165.73573,32.460182,19.430277,391.2387,112.36319,66.95774,86.1875,28.791906,55.38646,19.063889,14.955361,19.22375,136.03375,54.914646,25.49017,21.17168,14.208333,29.852024,25.367222,3.3245099,127.897,29.901163,327.87564,12.785692,586.0952,30.451649,547.35284,245.88565,12.348154,14.568384,361.70605,464.121,1466.3064,438.53336 +2023-11-10 07:00:00,0.0,4798.7646,124.341515,66.84377,98.28676,60.520103,328.76147,45.839165,95.54409,26.378174,55.97959,829.4801,88.19602,26.672537,232.14722,1.1080834,0.9016313,54.218132,1.9780382,3.618981,960.39075,4.641283,992.57544,122.9756,0.18834963,10.096864,444.8378,43.995834,254.18858,174.89563,6865.1865,1.9952804,2713.1897,29.418028,0.68166673,1.287729,3.6633418,278.30045,334.32544,56.98118,60.593056,40.26167,13.937134,1276.9298,17.45375,59.254135,19.610407,474.35834,24.33703,445.74918,8.427381,59.135677,0.0,892.6655,3201.314,0.56579554,253.08336,26.451761,20461.803,32.27512,0.9051103,14.337096,34.227707,6.9037285,2.2072847,17.168346,441.66144,139.6892,17.565508,0.7767581,2.608023,116.87927,3.5595756,194.41638,260.1068,1963.7762,636.8505,102.19031,148.4406,157.75104,6.864183,10.013681,66.437706,8.490864,12.715391,19.224192,28.607262,120.443504,18.59452,17.884245,54.034504,12.187934,3514.6814,22.772446,22.440277,17.35577,11.181713,185.02898,38.104874,19.046528,5.9713984,11.16637,16.11701,65.69766,133.04466,30.952013,152.45168,22.620697,11.667689,83.61835,53.899853,137.37524,81.014244,4.606994,4.0086455,5.328134,28.08027,4461.467,4.0567355,9.621396,61.92109,15.857102,155.01263,59.159863,117.85949,3.3532012,79.19049,469.7206,327.12308,45.85664,421.35675,54.699306,57.74391,89.91754,23.95538,3.8783937,20.539326,549.91034,0.5244216,1.0036227,95.26705,14.984517,9.024827,11.078735,17.127537,133.88037,33.847294,156.36281,820.8254,365.74622,2527.9507,2002.397,28.7763,55.02544,3226.9382,19.422098,80.853935,586.4507,138.12349,192.49872,87.92748,460.25482,459.19223,463.19116,14.003619,106.90178,335.22894,603.0422,21.931873,176.10196,27.170347,1.7098112,51.284668,1.1607679,1.2614934,4.9862056,15.392973,165.53783,32.44237,19.429213,391.00424,112.289,66.91379,86.135414,28.771986,55.39045,19.049538,14.931977,19.216875,135.9588,54.88685,25.466454,21.197704,14.201389,29.824266,25.357313,3.3210742,127.82433,29.872503,327.6947,12.77961,585.6878,30.432173,547.7683,245.77835,12.333684,14.562992,361.39688,463.76553,1465.6252,438.9736 +2023-11-10 08:00:00,0.0,4796.0303,124.23435,66.77546,98.25385,60.498333,328.7712,45.83484,95.52535,26.370022,55.974117,828.56995,88.21217,26.667643,232.04333,1.1064987,0.89990675,54.24069,1.9743469,3.6351085,960.59705,4.66188,993.149,123.00432,0.18913662,10.142074,445.26883,44.005127,254.54567,174.96202,6859.9565,2.0030878,2713.1633,29.51904,0.6838717,1.2922453,3.6779451,278.23972,334.25864,57.101116,60.577778,40.26116,13.932426,1276.0203,17.516836,59.217777,19.593842,474.3546,24.317577,445.94626,8.422511,59.097847,0.0,892.42285,3199.3652,0.5651507,252.93402,26.434023,20447.682,32.262455,0.9048529,14.326138,34.205,6.9018664,2.206637,17.159472,441.39673,139.56384,17.548815,0.7764904,2.6068892,116.871666,3.5562124,194.32445,260.1378,1964.0638,636.5378,102.18076,148.47694,157.95206,6.8710413,10.0216465,66.57336,8.513342,12.744172,19.210922,28.589436,120.50543,18.58952,17.871315,54.023964,12.1893015,3515.0073,22.764921,22.438889,17.353697,11.180767,185.04128,38.108044,19.038889,5.9728837,11.159929,16.109608,65.67983,132.99767,30.949444,152.45639,22.615818,11.654384,83.55022,53.866333,137.25388,81.02998,4.6186223,4.0066667,5.3272963,28.06188,4457.324,4.0651674,9.607402,61.904816,15.851472,154.9816,59.195557,117.86186,3.3536954,79.16556,469.67722,327.17093,45.8269,421.2284,54.677776,57.736946,89.88336,23.975744,3.882303,20.54963,549.80756,0.52452147,1.0045925,95.31546,15.002571,9.025738,11.083374,17.12938,133.94754,33.890835,156.37198,820.9846,365.51517,2527.3035,2002.0897,28.759558,54.968685,3224.8137,19.43076,80.775925,586.31396,137.99455,192.34389,87.85848,459.79407,458.9137,463.20132,13.994666,106.83422,335.1961,602.73425,21.915684,175.98033,27.146112,1.7097416,51.287064,1.160743,1.261584,4.9854927,15.387112,165.3399,32.42456,19.428148,390.76978,112.21481,66.86984,86.083336,28.752064,55.394444,19.035185,14.908593,19.210001,135.88385,54.85905,25.442736,21.223728,14.194445,29.796507,25.347406,3.3176386,127.75166,29.843845,327.51376,12.773527,585.2804,30.412697,548.1838,245.67105,12.319214,14.5576,361.08768,463.41006,1464.9441,439.41382 +2023-11-10 09:00:00,0.0,4793.2964,124.1272,66.70714,98.220955,60.476562,328.78094,45.830517,95.50662,26.36187,55.968643,827.6598,88.228325,26.662748,231.93945,1.1049141,0.8981823,54.263245,1.9706554,3.6512363,960.8033,4.682477,993.7225,123.033035,0.18992361,10.1872835,445.69986,44.014423,254.90277,175.02841,6854.7266,2.010895,2713.137,29.62005,0.6860767,1.2967616,3.6925483,278.17896,334.19183,57.221054,60.5625,40.260654,13.92772,1275.1107,17.579924,59.181416,19.577278,474.3509,24.298124,446.14334,8.417643,59.06002,0.0,892.1802,3197.4165,0.5645058,252.78467,26.416285,20433.559,32.249786,0.90459555,14.315179,34.182297,6.9000044,2.2059894,17.150595,441.132,139.43849,17.53212,0.77622265,2.6057558,116.86407,3.5528493,194.2325,260.16876,1964.3516,636.225,102.17121,148.51328,158.15309,6.8778996,10.029613,66.709,8.53582,12.772953,19.197653,28.571613,120.56736,18.584517,17.858383,54.013428,12.19067,3515.3333,22.757399,22.4375,17.351624,11.17982,185.05357,38.111214,19.03125,5.974369,11.153489,16.102205,65.661995,132.95067,30.946875,152.46109,22.610937,11.641078,83.482086,53.832813,137.13249,81.04572,4.63025,4.0046873,5.326458,28.043491,4453.182,4.0736,9.593408,61.888542,15.84584,154.95056,59.23125,117.86424,3.3541896,79.140625,469.6338,327.2188,45.797165,421.10007,54.65625,57.72998,89.84918,23.99611,3.886212,20.559935,549.7048,0.52462137,1.0055624,95.36387,15.020625,9.026648,11.088012,17.131222,134.01472,33.934376,156.38115,821.1438,365.2841,2526.6562,2001.7825,28.742813,54.91193,3222.689,19.439423,80.697914,586.1772,137.86563,192.18906,87.789474,459.33334,458.63513,463.2115,13.985714,106.76667,335.16327,602.42633,21.899496,175.85872,27.121876,1.709672,51.289455,1.160718,1.2616746,4.98478,15.38125,165.142,32.40675,19.427082,390.5353,112.14062,66.8259,86.03125,28.732143,55.398438,19.020834,14.885209,19.203125,135.8089,54.831253,25.41902,21.249752,14.1875,29.76875,25.3375,3.314203,127.67899,29.815186,327.33282,12.767445,584.8729,30.393223,548.59924,245.56377,12.304745,14.552208,360.7785,463.05463,1464.263,439.85406 +2023-11-10 10:00:00,0.0,4790.5625,124.02004,66.638824,98.18806,60.454792,328.79068,45.826195,95.487885,26.35372,55.963165,826.74963,88.244484,26.657854,231.83557,1.1033295,0.8964578,54.2858,1.966964,3.667364,961.0096,4.7030745,994.296,123.06175,0.1907106,10.232493,446.1309,44.023716,255.25987,175.0948,6849.4966,2.0187025,2713.1106,29.721062,0.68828166,1.3012779,3.7071514,278.11823,334.12503,57.34099,60.547222,40.260143,13.923013,1274.201,17.64301,59.145058,19.560713,474.34717,24.278671,446.34042,8.412773,59.02219,0.0,891.9375,3195.4675,0.56386095,252.63533,26.398544,20419.436,32.237118,0.9043382,14.304219,34.159588,6.898142,2.2053418,17.14172,440.86728,139.31314,17.515427,0.77595496,2.6046221,116.85646,3.5494864,194.14055,260.1997,1964.6393,635.91223,102.16166,148.5496,158.35411,6.8847585,10.037578,66.84465,8.558298,12.801734,19.184383,28.55379,120.62929,18.579515,17.845453,54.002888,12.192038,3515.6592,22.749874,22.436111,17.349552,11.178874,185.06587,38.114384,19.023611,5.9758544,11.147048,16.094803,65.644165,132.90366,30.944305,152.46579,22.606056,11.627773,83.413956,53.79929,137.01112,81.06146,4.6418777,4.0027084,5.32562,28.0251,4449.0396,4.082032,9.579413,61.87227,15.84021,154.91953,59.266945,117.866615,3.354684,79.11569,469.59036,327.26666,45.767426,420.9717,54.634724,57.72302,89.814995,24.016478,3.8901215,20.570238,549.602,0.52472126,1.0065324,95.41228,15.038678,9.027558,11.09265,17.133066,134.08191,33.977917,156.39032,821.303,365.05304,2526.009,2001.4752,28.72607,54.855175,3220.5645,19.448086,80.6199,586.04047,137.7367,192.03423,87.72047,458.8726,458.3566,463.22165,13.976762,106.69911,335.13043,602.1184,21.883307,175.73709,27.09764,1.7096025,51.29185,1.160693,1.2617654,4.984067,15.375389,164.94409,32.38894,19.426018,390.30084,112.06643,66.781944,85.979164,28.712223,55.40243,19.006481,14.861825,19.19625,135.73395,54.803455,25.395304,21.275776,14.180555,29.740992,25.32759,3.3107672,127.60633,29.786528,327.1519,12.761362,584.4655,30.373747,549.0147,245.45647,12.290275,14.546817,360.46933,462.69916,1463.5819,440.29428 +2023-11-10 11:00:00,0.0,4787.828,123.91288,66.5705,98.15515,60.43302,328.80045,45.82187,95.46915,26.345568,55.95769,825.83954,88.260635,26.65296,231.73169,1.1017449,0.8947333,54.308357,1.9632727,3.6834915,961.2159,4.7236714,994.8695,123.09048,0.19149758,10.277703,446.56192,44.033012,255.61697,175.16118,6844.2666,2.0265098,2713.0842,29.822073,0.69048667,1.3057942,3.7217546,278.05746,334.05823,57.460926,60.531944,40.259636,13.918306,1273.2915,17.706095,59.108696,19.54415,474.34344,24.259218,446.5375,8.407905,58.98436,0.0,891.6948,3193.5188,0.5632161,252.486,26.380806,20405.314,32.22445,0.9040808,14.293261,34.13688,6.89628,2.2046943,17.132845,440.60254,139.18779,17.498734,0.7756872,2.6034884,116.848854,3.5461233,194.04861,260.23068,1964.9269,635.5994,102.152115,148.58595,158.55515,6.891617,10.045543,66.98029,8.580775,12.830514,19.171114,28.535967,120.69122,18.574514,17.832523,53.99235,12.193406,3515.985,22.742352,22.434723,17.347479,11.177928,185.07817,38.117554,19.015972,5.97734,11.140608,16.087402,65.626335,132.85666,30.941736,152.4705,22.601177,11.614468,83.34582,53.76577,136.88974,81.0772,4.6535053,4.000729,5.3247824,28.00671,4444.8975,4.0904646,9.565419,61.855995,15.834579,154.88849,59.30264,117.868996,3.3551784,79.09077,469.54694,327.31454,45.737686,420.84335,54.613194,57.716053,89.780815,24.036844,3.8940306,20.580544,549.4992,0.52482116,1.0075023,95.460686,15.056732,9.028469,11.097288,17.134909,134.1491,34.021458,156.39949,821.46216,364.82196,2525.3618,2001.168,28.709328,54.79842,3218.44,19.456747,80.5419,585.90375,137.60776,191.87941,87.65146,458.41187,458.07803,463.2318,13.96781,106.63155,335.0976,601.8105,21.867119,175.61548,27.073402,1.7095329,51.294247,1.1606681,1.261856,4.983354,15.369528,164.74617,32.37113,19.424953,390.0664,111.99224,66.738,85.927086,28.692303,55.406425,18.99213,14.838441,19.189375,135.659,54.775658,25.371588,21.3018,14.173611,29.713234,25.317684,3.3073316,127.53366,29.757868,326.97095,12.75528,584.05804,30.35427,549.4302,245.34917,12.2758045,14.541425,360.16016,462.3437,1462.9008,440.73453 +2023-11-10 12:00:00,0.0,4785.094,123.805725,66.50219,98.12225,60.41125,328.81018,45.817547,95.45042,26.337418,55.952213,824.9294,88.27679,26.648066,231.6278,1.1001602,0.8930088,54.33091,1.9595813,3.699619,961.4221,4.7442684,995.44305,123.119194,0.19228457,10.322913,446.99295,44.04231,255.97408,175.22757,6839.0366,2.034317,2713.058,29.923084,0.6926917,1.3103105,3.736358,277.99673,333.99146,57.580864,60.516666,40.25913,13.913599,1272.382,17.76918,59.07234,19.527584,474.33972,24.239767,446.73456,8.403035,58.946533,0.0,891.4522,3191.57,0.5625712,252.33664,26.363068,20391.191,32.211784,0.90382344,14.282302,34.114174,6.894418,2.2040467,17.123968,440.33783,139.06242,17.48204,0.7754195,2.6023548,116.841255,3.5427601,193.95667,260.26166,1965.2146,635.2866,102.14256,148.62228,158.75618,6.8984756,10.053509,67.115944,8.603253,12.859295,19.157846,28.518143,120.75315,18.569511,17.819592,53.98181,12.194774,3516.311,22.734829,22.433332,17.345406,11.176981,185.09048,38.120724,19.008333,5.9788256,11.134167,16.08,65.608505,132.80965,30.939167,152.4752,22.596296,11.601162,83.27769,53.73225,136.76837,81.09294,4.665133,3.99875,5.323944,27.988321,4440.755,4.098897,9.551425,61.839725,15.828949,154.85745,59.338333,117.87137,3.3556728,79.065834,469.5035,327.3624,45.707947,420.715,54.591667,57.70909,89.746635,24.05721,3.89794,20.590849,549.3964,0.52492106,1.0084722,95.509094,15.074785,9.029379,11.101927,17.136751,134.21628,34.065,156.40866,821.6214,364.5909,2524.7148,2000.8606,28.692585,54.741665,3216.3152,19.46541,80.46389,585.76697,137.47884,191.72458,87.58246,457.9511,457.79947,463.24197,13.958857,106.564,335.06476,601.50256,21.85093,175.49387,27.049168,1.7094632,51.296642,1.1606431,1.2619466,4.982641,15.3636675,164.54826,32.35332,19.42389,389.83194,111.91805,66.694046,85.875,28.672382,55.410416,18.977777,14.815056,19.1825,135.58405,54.74786,25.347872,21.327822,14.166667,29.685476,25.307777,3.303896,127.46099,29.72921,326.79,12.749197,583.65063,30.334797,549.84564,245.24187,12.261334,14.536033,359.85098,461.98822,1462.2196,441.17474 +2023-11-10 13:00:00,0.0,4782.36,123.69856,66.43387,98.089355,60.38948,328.81992,45.813225,95.43168,26.329266,55.94674,824.0192,88.29294,26.643171,231.52393,1.0985757,0.89128435,54.353466,1.9558898,3.7157469,961.6284,4.7648654,996.0166,123.14791,0.19307156,10.368123,447.42398,44.0516,256.33118,175.29396,6833.8066,2.0421245,2713.0317,30.024096,0.69489664,1.3148268,3.7509613,277.93597,333.92465,57.7008,60.50139,40.25862,13.908893,1271.4724,17.832266,59.035976,19.51102,474.336,24.220314,446.93164,8.398167,58.908703,0.0,891.20953,3189.621,0.56192636,252.1873,26.34533,20377.068,32.199116,0.90356606,14.271342,34.09147,6.8925557,2.2033992,17.115093,440.07312,138.93707,17.465345,0.7751518,2.601221,116.83365,3.539397,193.86472,260.29263,1965.5022,634.9739,102.13302,148.65863,158.9572,6.905334,10.061474,67.25159,8.625731,12.888076,19.144577,28.50032,120.81508,18.56451,17.806662,53.971275,12.196142,3516.637,22.727304,22.431944,17.343332,11.176035,185.10278,38.123898,19.000694,5.980311,11.127727,16.072598,65.590675,132.76265,30.936596,152.47992,22.591415,11.587856,83.20956,53.698727,136.64699,81.10869,4.676761,3.9967706,5.3231063,27.96993,4436.6123,4.107329,9.53743,61.823452,15.823318,154.82643,59.374027,117.87375,3.356167,79.0409,469.46008,327.41028,45.67821,420.58664,54.570137,57.702126,89.712456,24.077576,3.901849,20.601152,549.29364,0.52502096,1.0094421,95.5575,15.092839,9.03029,11.1065645,17.138594,134.28346,34.108543,156.41783,821.78064,364.35986,2524.0676,2000.5533,28.675842,54.68491,3214.1907,19.474072,80.38588,585.63025,137.3499,191.56975,87.51345,457.49036,457.52094,463.25214,13.949904,106.496445,335.03192,601.19464,21.834742,175.37224,27.024931,1.7093937,51.299038,1.1606182,1.2620373,4.9819283,15.357806,164.35036,32.33551,19.422823,389.59747,111.843864,66.6501,85.822914,28.652462,55.41441,18.963427,14.791672,19.175625,135.5091,54.720062,25.324156,21.353846,14.159722,29.657719,25.297869,3.3004603,127.38833,29.70055,326.60907,12.743114,583.24316,30.315321,550.2611,245.13458,12.246864,14.530641,359.5418,461.63275,1461.5385,441.615 +2023-11-10 14:00:00,0.0,4779.626,123.59141,66.365555,98.05645,60.36771,328.82965,45.8089,95.41295,26.321114,55.941265,823.1091,88.30909,26.638277,231.42006,1.0969911,0.88955986,54.376022,1.9521985,3.7318745,961.83466,4.7854624,996.5901,123.17663,0.19385853,10.413332,447.855,44.060898,256.68826,175.36035,6828.5767,2.0499318,2713.0054,30.125107,0.69710165,1.3193431,3.7655644,277.87524,333.85785,57.82074,60.48611,40.258114,13.904185,1270.5627,17.895351,58.99962,19.494455,474.33228,24.200861,447.12872,8.393297,58.870876,0.0,890.96686,3187.6724,0.5612815,252.03795,26.32759,20362.945,32.186447,0.9033087,14.260384,34.068764,6.8906937,2.2027516,17.106216,439.80838,138.81172,17.448652,0.77488405,2.6000874,116.82604,3.5360339,193.77278,260.3236,1965.7899,634.6611,102.12347,148.69496,159.15823,6.9121923,10.069439,67.38723,8.64821,12.916857,19.131308,28.482496,120.87701,18.55951,17.793732,53.96074,12.19751,3516.963,22.719782,22.430555,17.34126,11.175089,185.11508,38.127068,18.993055,5.9817963,11.121285,16.065195,65.57284,132.71565,30.934027,152.48462,22.586536,11.574552,83.14142,53.665207,136.5256,81.12443,4.688389,3.9947915,5.3222685,27.95154,4432.47,4.1157613,9.523436,61.80718,15.817687,154.7954,59.40972,117.87612,3.3566613,79.015976,469.4167,327.45813,45.64847,420.4583,54.54861,57.695164,89.678276,24.097942,3.9057581,20.611458,549.19086,0.52512085,1.010412,95.60591,15.110892,9.031199,11.111203,17.140436,134.35065,34.152084,156.427,821.9398,364.12878,2523.4204,2000.2461,28.6591,54.628155,3212.0662,19.482735,80.30787,585.4935,137.22098,191.41493,87.44444,457.02963,457.24237,463.2623,13.940952,106.42889,334.99908,600.8867,21.818552,175.25063,27.000694,1.7093241,51.30143,1.1605932,1.2621279,4.981216,15.351945,164.15245,32.3177,19.421759,389.363,111.76967,66.606155,85.770836,28.632542,55.418404,18.949074,14.768288,19.16875,135.43414,54.692265,25.300438,21.37987,14.152778,29.629961,25.287962,3.2970245,127.31566,29.67189,326.42813,12.737032,582.83575,30.295845,550.67664,245.02728,12.232394,14.525249,359.23264,461.2773,1460.8573,442.05524 +2023-11-10 15:00:00,0.0,4776.8916,123.484245,66.29723,98.02355,60.34594,328.8394,45.804577,95.39421,26.312963,55.935787,822.199,88.32524,26.633383,231.31618,1.0954064,0.8878353,54.39858,1.9485071,3.748002,962.04095,4.80606,997.16364,123.205345,0.19464552,10.458542,448.28604,44.07019,257.04538,175.42674,6823.3467,2.0577393,2712.979,30.226118,0.6993066,1.3238595,3.7801676,277.8145,333.79105,57.940674,60.470833,40.257603,13.899479,1269.6532,17.958437,58.963257,19.47789,474.32855,24.181408,447.3258,8.388429,58.833046,0.0,890.7242,3185.7236,0.56063664,251.88861,26.309853,20348.824,32.173782,0.9030513,14.249425,34.046055,6.8888316,2.202104,17.097342,439.54367,138.68637,17.43196,0.77461636,2.5989537,116.81844,3.5326707,193.68083,260.35458,1966.0776,634.3483,102.11392,148.7313,159.35925,6.919051,10.077405,67.52288,8.670688,12.945638,19.118038,28.464674,120.938934,18.554506,17.7808,53.9502,12.198878,3517.2888,22.712257,22.429167,17.339188,11.174142,185.12738,38.130238,18.985416,5.9832816,11.114844,16.057795,65.55501,132.66864,30.931458,152.48933,22.581656,11.561246,83.07329,53.631687,136.40424,81.14017,4.7000165,3.9928124,5.32143,27.933151,4428.3276,4.1241937,9.509441,61.790905,15.812057,154.76436,59.44542,117.8785,3.3571558,78.99104,469.37326,327.506,45.618732,420.32996,54.527084,57.688198,89.6441,24.118309,3.9096675,20.621761,549.08813,0.5252208,1.0113819,95.65432,15.128946,9.03211,11.115842,17.142279,134.41782,34.195625,156.43617,822.099,363.89774,2522.7732,1999.9388,28.642355,54.5714,3209.9414,19.491396,80.22986,585.35675,137.09204,191.2601,87.375435,456.56888,456.96384,463.27246,13.932,106.361336,334.96628,600.57886,21.802364,175.129,26.97646,1.7092545,51.303825,1.1605682,1.2622185,4.980503,15.346084,163.95453,32.29989,19.420694,389.12854,111.69548,66.5622,85.71875,28.61262,55.422398,18.934723,14.744904,19.161875,135.35918,54.664467,25.276722,21.405893,14.145833,29.602201,25.278055,3.2935889,127.24299,29.643232,326.24722,12.730949,582.4283,30.27637,551.0921,244.91998,12.217924,14.519857,358.92343,460.92184,1460.1761,442.49545 +2023-11-10 16:00:00,0.0,4774.1577,123.37709,66.22892,97.990654,60.324165,328.84915,45.800255,95.37547,26.304811,55.930313,821.2888,88.34139,26.628487,231.2123,1.0938218,0.88611084,54.421135,1.9448156,3.7641296,962.24725,4.826657,997.7371,123.23406,0.19543251,10.503752,448.71707,44.079487,257.40247,175.49313,6818.117,2.0655465,2712.9526,30.32713,0.7015116,1.3283757,3.7947707,277.75375,333.72424,58.06061,60.455555,40.257095,13.894772,1268.7437,18.021523,58.9269,19.461327,474.3248,24.161955,447.5229,8.383559,58.79522,0.0,890.4815,3183.7747,0.5599918,251.73927,26.292114,20334.701,32.161114,0.90279394,14.238465,34.023346,6.886969,2.2014565,17.088467,439.27893,138.56102,17.415266,0.7743486,2.5978203,116.81084,3.5293076,193.58888,260.38556,1966.3652,634.0355,102.10437,148.76764,159.56029,6.9259095,10.08537,67.65852,8.693166,12.974419,19.104769,28.44685,121.00086,18.549505,17.76787,53.939663,12.200246,3517.6147,22.704735,22.427778,17.337114,11.173196,185.13968,38.133408,18.977777,5.9847674,11.108404,16.050392,65.53718,132.62164,30.928888,152.49403,22.576775,11.54794,83.00516,53.598167,136.28285,81.15591,4.711644,3.9908333,5.3205924,27.91476,4424.1855,4.132626,9.495447,61.77463,15.806425,154.73332,59.481113,117.880875,3.35765,78.96611,469.32983,327.55386,45.588997,420.2016,54.505554,57.681236,89.60992,24.138676,3.9135766,20.632067,548.98535,0.5253207,1.0123519,95.702736,15.146999,9.03302,11.12048,17.144121,134.485,34.239166,156.44534,822.2582,363.66666,2522.126,1999.6315,28.625612,54.514645,3207.817,19.50006,80.15185,585.22003,136.9631,191.10527,87.306435,456.10815,456.68527,463.28262,13.923047,106.29378,334.93344,600.27094,21.786175,175.00739,26.952223,1.7091849,51.30622,1.1605433,1.2623092,4.97979,15.340222,163.75662,32.28208,19.419628,388.89407,111.62129,66.51826,85.666664,28.5927,55.426388,18.92037,14.721519,19.155,135.28423,54.63667,25.253006,21.431917,14.138889,29.574444,25.268147,3.2901533,127.17033,29.614573,326.06628,12.724866,582.0209,30.256895,551.50757,244.8127,12.203454,14.514465,358.61426,460.56638,1459.495,442.9357 +2023-11-10 17:00:00,0.0,4771.4233,123.26993,66.1606,97.957756,60.302395,328.8589,45.795933,95.35674,26.296661,55.92484,820.37866,88.357544,26.623592,231.10841,1.0922372,0.88438636,54.443687,1.9411243,3.7802575,962.4535,4.847254,998.31067,123.26279,0.19621949,10.548962,449.1481,44.088783,257.75955,175.55952,6812.887,2.0733538,2712.9263,30.42814,0.7037166,1.3328921,3.8093743,277.69302,333.65744,58.18055,60.440277,40.256588,13.890065,1267.834,18.084608,58.890537,19.444761,474.3211,24.142502,447.71997,8.378691,58.75739,0.0,890.2388,3181.826,0.5593469,251.58992,26.274376,20320.578,32.148445,0.9025366,14.227507,34.00064,6.885107,2.2008088,17.07959,439.01422,138.43567,17.398571,0.7740809,2.5966866,116.80323,3.5259445,193.49695,260.41653,1966.653,633.7228,102.09482,148.80397,159.76132,6.932768,10.093335,67.794174,8.715643,13.0032,19.0915,28.429028,121.0628,18.544502,17.75494,53.929123,12.201614,3517.9407,22.697212,22.42639,17.335041,11.17225,185.152,38.136578,18.970139,5.986253,11.101963,16.04299,65.51935,132.57465,30.92632,152.49875,22.571896,11.534636,82.93703,53.564644,136.16148,81.171646,4.723272,3.9888542,5.3197546,27.89637,4420.043,4.1410584,9.481453,61.758358,15.800795,154.70229,59.516808,117.883255,3.3581445,78.941185,469.2864,327.6017,45.559258,420.07324,54.484028,57.67427,89.57574,24.159042,3.917486,20.64237,548.88257,0.5254206,1.0133218,95.751144,15.165053,9.033931,11.125118,17.145966,134.55219,34.282707,156.45451,822.41736,363.4356,2521.479,1999.3242,28.60887,54.45789,3205.6924,19.50872,80.073845,585.0833,136.83418,190.95045,87.23743,455.6474,456.40674,463.2928,13.914095,106.22622,334.9006,599.963,21.769987,174.88576,26.927986,1.7091154,51.308617,1.1605183,1.2623998,4.9790773,15.334361,163.55872,32.26427,19.418564,388.6596,111.547104,66.474304,85.614586,28.572779,55.43038,18.90602,14.698134,19.148125,135.20927,54.60887,25.22929,21.457941,14.131945,29.546686,25.25824,3.2867177,127.09766,29.585915,325.88535,12.718783,581.6134,30.23742,551.92303,244.7054,12.188984,14.509073,358.30508,460.2109,1458.8138,443.37592 +2023-11-10 18:00:00,0.0,4768.6895,123.16277,66.092285,97.92485,60.280624,328.86862,45.791607,95.338005,26.28851,55.91936,819.4685,88.3737,26.618698,231.00453,1.0906526,0.8826619,54.466244,1.9374329,3.796385,962.6598,4.867851,998.8842,123.291504,0.19700648,10.594172,449.57913,44.098076,258.11667,175.62592,6807.657,2.0811613,2712.9,30.529152,0.7059216,1.3374083,3.8239775,277.63226,333.59064,58.300488,60.425,40.25608,13.885359,1266.9244,18.147694,58.85418,19.428198,474.31738,24.123049,447.91705,8.373821,58.71956,0.0,889.99615,3179.8772,0.55870205,251.44058,26.256636,20306.455,32.135777,0.9022792,14.216548,33.977932,6.883245,2.2001612,17.070715,438.7495,138.31032,17.381878,0.7738132,2.595553,116.79562,3.5225813,193.405,260.4475,1966.9407,633.41,102.085266,148.8403,159.96234,6.9396267,10.101301,67.92982,8.738121,13.0319805,19.07823,28.411205,121.124725,18.539501,17.742008,53.918587,12.202982,3518.2666,22.689688,22.425,17.33297,11.171303,185.16429,38.139748,18.9625,5.987738,11.095523,16.035587,65.50152,132.52763,30.92375,152.50345,22.567015,11.52133,82.86889,53.531124,136.0401,81.187386,4.7349,3.9868748,5.3189163,27.877981,4415.901,4.1494904,9.467459,61.742085,15.795164,154.67125,59.5525,117.88563,3.3586388,78.91625,469.24298,327.6496,45.52952,419.9449,54.4625,57.66731,89.54156,24.179407,3.921395,20.652676,548.7798,0.5255205,1.0142916,95.79955,15.183106,9.034842,11.129756,17.147808,134.61937,34.326252,156.46368,822.5766,363.20456,2520.8318,1999.017,28.592127,54.401134,3203.5679,19.517384,79.995834,584.94653,136.70525,190.79562,87.16842,455.18668,456.12817,463.30295,13.905143,106.15867,334.86777,599.6551,21.7538,174.76414,26.903751,1.7090458,51.311012,1.1604934,1.2624904,4.9783645,15.328501,163.3608,32.24646,19.4175,388.42514,111.472916,66.43036,85.5625,28.552858,55.434376,18.891666,14.67475,19.14125,135.13432,54.581074,25.205574,21.483965,14.125,29.518929,25.248333,3.2832818,127.02499,29.557255,325.7044,12.712701,581.206,30.217943,552.3385,244.5981,12.174514,14.503681,357.9959,459.85544,1458.1328,443.81616 +2023-11-10 19:00:00,0.0,4765.9556,123.05561,66.023964,97.89195,60.258854,328.87836,45.787285,95.319275,26.280357,55.913887,818.55835,88.389854,26.613804,230.90065,1.0890679,0.8809374,54.4888,1.9337415,3.8125126,962.866,4.888448,999.4577,123.32022,0.19779347,10.639381,450.01016,44.107372,258.47375,175.69229,6802.4272,2.0889685,2712.8735,30.630163,0.70812654,1.3419247,3.8385806,277.57153,333.52383,58.42042,60.40972,40.25557,13.880651,1266.0149,18.21078,58.817818,19.411633,474.3136,24.103598,448.1141,8.368953,58.681732,0.0,889.7535,3177.9282,0.5580572,251.29123,26.238897,20292.334,32.12311,0.9020218,14.205588,33.955227,6.881383,2.1995137,17.061838,438.48477,138.18497,17.365185,0.77354544,2.5944192,116.788025,3.5192182,193.31305,260.4785,1967.2283,633.0972,102.07573,148.87665,160.16338,6.946485,10.109266,68.06547,8.760599,13.060761,19.064962,28.393381,121.18665,18.5345,17.729078,53.908047,12.20435,3518.5925,22.682165,22.42361,17.330896,11.170357,185.17659,38.14292,18.95486,5.9892235,11.089082,16.028187,65.48368,132.48064,30.92118,152.50815,22.562134,11.508024,82.80076,53.497604,135.91873,81.20313,4.7465277,3.9848957,5.3180785,27.85959,4411.7583,4.1579227,9.453464,61.72581,15.789534,154.64021,59.588196,117.88801,3.3591332,78.89132,469.19955,327.69745,45.499783,419.81656,54.44097,57.660343,89.50738,24.199774,3.9253044,20.66298,548.677,0.5256204,1.0152615,95.84796,15.20116,9.035751,11.134395,17.14965,134.68655,34.369793,156.47284,822.73584,362.97348,2520.1846,1998.7097,28.575384,54.34438,3201.443,19.526047,79.91782,584.8098,136.57632,190.6408,87.09942,454.72592,455.8496,463.3131,13.896191,106.09111,334.83493,599.34717,21.73761,174.64252,26.879515,1.7089761,51.313404,1.1604685,1.2625811,4.9776516,15.322639,163.16289,32.22865,19.416435,388.19067,111.39872,66.38641,85.510414,28.532938,55.43837,18.877316,14.651366,19.134375,135.05937,54.553276,25.181858,21.509987,14.118055,29.49117,25.238424,3.2798462,126.95232,29.528597,325.52347,12.706618,580.7985,30.198467,552.75397,244.49081,12.160044,14.49829,357.68674,459.5,1457.4517,444.25638 +2023-11-10 20:00:00,0.0,4763.221,122.948456,65.95565,97.859055,60.237083,328.8881,45.782963,95.30054,26.272207,55.908413,817.64825,88.406006,26.60891,230.79677,1.0874834,0.8792129,54.511356,1.9300501,3.8286402,963.0723,4.909045,1000.03125,123.34894,0.19858046,10.684591,450.4412,44.116665,258.83087,175.75868,6797.1973,2.0967758,2712.8472,30.731174,0.71033156,1.3464409,3.8531837,277.51077,333.45703,58.54036,60.394444,40.255062,13.875945,1265.1053,18.273867,58.78146,19.39507,474.3099,24.084145,448.3112,8.364083,58.6439,0.0,889.5108,3175.9795,0.5574123,251.14189,26.221159,20278.21,32.110443,0.90176445,14.19463,33.932518,6.879521,2.1988661,17.052963,438.22006,138.0596,17.348492,0.77327776,2.5932856,116.78042,3.515855,193.22112,260.50943,1967.516,632.7844,102.06618,148.91298,160.36441,6.9533434,10.117232,68.20111,8.783077,13.089541,19.051693,28.375557,121.24858,18.529497,17.716146,53.89751,12.205718,3518.9185,22.674643,22.422222,17.328823,11.169411,185.18889,38.14609,18.947222,5.990709,11.082642,16.020784,65.46585,132.43362,30.918612,152.51286,22.557255,11.494719,82.73263,53.46408,135.79735,81.21887,4.7581553,3.9829166,5.3172407,27.8412,4407.6157,4.166355,9.439469,61.709538,15.783902,154.60918,59.62389,117.89038,3.3596275,78.86639,469.15616,327.74533,45.470043,419.6882,54.419445,57.653378,89.4732,24.22014,3.9292135,20.673285,548.5742,0.5257203,1.0162314,95.89637,15.219214,9.036662,11.139032,17.151493,134.75374,34.413334,156.48201,822.895,362.74243,2519.5374,1998.4025,28.55864,54.287624,3199.3186,19.534708,79.83981,584.67303,136.44739,190.48596,87.03041,454.2652,455.57108,463.32327,13.887238,106.02356,334.8021,599.03925,21.721422,174.5209,26.855278,1.7089067,51.3158,1.1604434,1.2626717,4.9769387,15.316778,162.96498,32.21084,19.415369,387.9562,111.32453,66.34246,85.458336,28.513018,55.44236,18.862963,14.627982,19.1275,134.98442,54.52548,25.15814,21.53601,14.111111,29.463413,25.228518,3.2764106,126.879654,29.499937,325.34253,12.700536,580.3911,30.178993,553.16943,244.38351,12.145574,14.492898,357.37756,459.14453,1456.7705,444.69662 +2023-11-10 21:00:00,0.0,4760.4873,122.84129,65.88733,97.82615,60.215313,328.89783,45.778637,95.2818,26.264055,55.902935,816.7381,88.42216,26.604015,230.69289,1.0858988,0.87748843,54.533913,1.9263587,3.844768,963.2786,4.929642,1000.60474,123.377655,0.19936743,10.729801,450.87222,44.12596,259.18796,175.82507,6791.9673,2.1045833,2712.8208,30.832186,0.7125366,1.3509573,3.8677871,277.45004,333.39023,58.660297,60.379166,40.254555,13.871238,1264.1957,18.336952,58.7451,19.378504,474.30618,24.064692,448.50827,8.359215,58.606075,0.0,889.2681,3174.0308,0.55676746,250.99255,26.20342,20264.088,32.097775,0.9015071,14.183671,33.909813,6.877659,2.1982186,17.044088,437.95532,137.93425,17.331797,0.77301,2.5921519,116.77281,3.512492,193.12917,260.5404,1967.8036,632.4716,102.056625,148.94933,160.56543,6.960202,10.125197,68.336754,8.805555,13.118322,19.038424,28.357735,121.31051,18.524496,17.703217,53.88697,12.207087,3519.2444,22.667118,22.420834,17.326752,11.168464,185.20119,38.14926,18.939583,5.9921947,11.0762005,16.013382,65.44802,132.38663,30.91604,152.51756,22.552374,11.481414,82.6645,53.43056,135.67598,81.23461,4.769783,3.9809375,5.3164024,27.822811,4403.4736,4.1747875,9.425475,61.693264,15.778272,154.57814,59.659584,117.89276,3.3601217,78.84146,469.11273,327.79318,45.440304,419.55984,54.397915,57.646416,89.43902,24.240507,3.9331229,20.68359,548.47144,0.5258202,1.0172013,95.94478,15.2372675,9.037572,11.143671,17.153336,134.82092,34.456875,156.49118,823.0542,362.51138,2518.8901,1998.0951,28.541897,54.23087,3197.194,19.543371,79.7618,584.5363,136.31845,190.33115,86.9614,453.80444,455.2925,463.33344,13.878285,105.956,334.76926,598.7313,21.705233,174.39929,26.831041,1.708837,51.318195,1.1604185,1.2627623,4.976226,15.310917,162.76706,32.193027,19.414305,387.72174,111.25034,66.298515,85.40625,28.493095,55.446354,18.848612,14.604598,19.120625,134.90947,54.49768,25.134424,21.562035,14.104167,29.435654,25.21861,3.2729747,126.806984,29.47128,325.1616,12.694453,579.9837,30.159517,553.5849,244.27621,12.1311035,14.487506,357.0684,458.78906,1456.0894,445.13687 +2023-11-10 22:00:00,0.0,4757.753,122.73414,65.819016,97.79325,60.193542,328.9076,45.774315,95.26307,26.255905,55.89746,815.82794,88.43831,26.599121,230.589,1.0843141,0.87576395,54.556465,1.9226673,3.8608956,963.48486,4.950239,1001.1783,123.40637,0.20015442,10.775011,451.30325,44.135254,259.54507,175.89146,6786.7373,2.1123905,2712.7944,30.933197,0.7147415,1.3554735,3.8823905,277.3893,333.32343,58.780235,60.363888,40.254047,13.866531,1263.2861,18.400038,58.70874,19.361938,474.30243,24.045238,448.70535,8.354345,58.568245,0.0,889.02545,3172.0818,0.5561226,250.8432,26.185682,20249.965,32.085106,0.9012497,14.172711,33.887108,6.8757963,2.197571,17.035212,437.6906,137.8089,17.315104,0.77274233,2.5910182,116.76521,3.5091288,193.03722,260.57138,1968.0913,632.1589,102.04707,148.98566,160.76646,6.9670606,10.1331625,68.472404,8.828033,13.147103,19.025154,28.339912,121.37244,18.519493,17.690287,53.876434,12.208454,3519.5703,22.659595,22.419445,17.324678,11.167518,185.2135,38.15243,18.931944,5.99368,11.06976,16.00598,65.43019,132.33963,30.913471,152.52228,22.547493,11.468108,82.59636,53.39704,135.5546,81.25035,4.781411,3.9789581,5.3155646,27.80442,4399.331,4.18322,9.411481,61.67699,15.772641,154.5471,59.69528,117.895134,3.3606162,78.81653,469.0693,327.84106,45.410564,419.4315,54.37639,57.63945,89.40484,24.260872,3.937032,20.693893,548.36865,0.5259201,1.0181713,95.99319,15.2553215,9.038483,11.14831,17.155178,134.8881,34.500416,156.50035,823.2134,362.2803,2518.2432,1997.7878,28.525154,54.174114,3195.0693,19.552032,79.68379,584.3996,136.18953,190.17632,86.892395,453.3437,455.01398,463.3436,13.869333,105.88844,334.73642,598.4234,21.689045,174.27766,26.806807,1.7087674,51.32059,1.1603935,1.262853,4.975513,15.305056,162.56915,32.17522,19.41324,387.48727,111.176155,66.25456,85.354164,28.473175,55.450348,18.834259,14.581214,19.11375,134.83452,54.469883,25.110708,21.588058,14.097222,29.407896,25.208702,3.269539,126.734314,29.44262,324.98065,12.688371,579.57623,30.140041,554.00037,244.16891,12.116633,14.482114,356.75922,458.4336,1455.4082,445.5771 +2023-11-10 23:00:00,0.0,4755.019,122.626976,65.750694,97.76035,60.171772,328.91733,45.769993,95.24433,26.247753,55.891987,814.9178,88.45446,26.594227,230.48514,1.0827296,0.8740394,54.57902,1.918976,3.8770232,963.69116,4.970836,1001.7518,123.4351,0.20094141,10.82022,451.73428,44.14455,259.90216,175.95786,6781.5073,2.120198,2712.7683,31.034208,0.71694654,1.3599899,3.8969936,277.32855,333.25662,58.900173,60.34861,40.25354,13.861824,1262.3766,18.463123,58.67238,19.345375,474.2987,24.025785,448.90244,8.349477,58.53042,0.0,888.7828,3170.133,0.55547774,250.69386,26.167944,20235.844,32.07244,0.90099233,14.161753,33.8644,6.8739343,2.1969235,17.026337,437.42587,137.68355,17.29841,0.7724746,2.5898848,116.75761,3.5057657,192.94528,260.60236,1968.379,631.84607,102.03753,149.02199,160.96748,6.9739194,10.141129,68.60805,8.850511,13.175884,19.011885,28.322088,121.43437,18.514492,17.677355,53.865894,12.209823,3519.8962,22.652071,22.418056,17.322605,11.166572,185.2258,38.1556,18.924305,5.9951653,11.063319,15.998578,65.41236,132.29262,30.910902,152.52698,22.542614,11.4548025,82.52823,53.36352,135.43323,81.26609,4.793039,3.976979,5.314727,27.78603,4395.189,4.1916523,9.397487,61.66072,15.767011,154.51607,59.730972,117.897514,3.3611104,78.791595,469.02588,327.88892,45.38083,419.30313,54.354862,57.63249,89.37066,24.281239,3.9409413,20.704199,548.26587,0.52602005,1.0191412,96.041595,15.273375,9.039392,11.152947,17.157022,134.95528,34.543957,156.50952,823.3726,362.04926,2517.596,1997.4806,28.508411,54.11736,3192.9448,19.560696,79.60579,584.2628,136.0606,190.02148,86.823395,452.88297,454.7354,463.35376,13.860381,105.82089,334.70358,598.1155,21.672855,174.15605,26.78257,1.7086978,51.322987,1.1603686,1.2629436,4.9748,15.299194,162.37125,32.15741,19.412176,387.2528,111.10197,66.21062,85.302086,28.453255,55.45434,18.819908,14.557829,19.106874,134.75957,54.442085,25.086992,21.614082,14.090278,29.380138,25.198795,3.2661035,126.66165,29.413961,324.7997,12.682288,579.1688,30.120565,554.4159,244.06163,12.102163,14.476722,356.45,458.07812,1454.727,446.01733 +2023-11-11 00:00:00,0.0,4752.2847,122.51982,65.68238,97.72745,60.15,328.92706,45.765667,95.2256,26.239601,55.88651,814.0077,88.47061,26.589333,230.38126,1.0811449,0.87231493,54.601578,1.9152845,3.8931508,963.8974,4.9914336,1002.3253,123.46381,0.20172839,10.86543,452.1653,44.153847,260.25925,176.02425,6776.2773,2.1280053,2712.742,31.13522,0.7191515,1.3645062,3.9115968,277.26782,333.18982,59.020107,60.333332,40.25303,13.857118,1261.467,18.526209,58.63602,19.32881,474.295,24.006332,449.09952,8.344608,58.492588,0.0,888.54016,3168.1843,0.5548329,250.54451,26.150206,20221.72,32.059772,0.90073496,14.150794,33.841694,6.872072,2.196276,17.01746,437.16116,137.5582,17.281717,0.77220684,2.588751,116.75,3.5024025,192.85333,260.63333,1968.6666,631.5333,102.02798,149.05833,161.16852,6.9807777,10.149094,68.7437,8.872989,13.204665,18.998615,28.304266,121.4963,18.509491,17.664425,53.85536,12.21119,3520.2222,22.644548,22.416666,17.320532,11.165625,185.2381,38.15877,18.916666,5.9966507,11.056879,15.991177,65.39452,132.24562,30.908333,152.5317,22.537733,11.441498,82.4601,53.329998,135.31184,81.28183,4.8046665,3.975,5.3138885,27.767641,4391.0464,4.200084,9.3834915,61.644447,15.761379,154.48503,59.766666,117.89989,3.361605,78.76667,468.98245,327.9368,45.35109,419.1748,54.333332,57.625523,89.33648,24.301605,3.9448504,20.714502,548.1631,0.52611995,1.0201111,96.090004,15.291429,9.040303,11.157586,17.158865,135.02246,34.5875,156.51869,823.53186,361.81818,2516.9487,1997.1733,28.491669,54.060604,3190.8203,19.569357,79.52778,584.1261,135.93167,189.86667,86.75439,452.4222,454.45688,463.36392,13.851428,105.753334,334.67075,597.8076,21.656668,174.03442,26.758333,1.7086283,51.32538,1.1603436,1.2630342,4.974087,15.293334,162.17334,32.1396,19.41111,387.01834,111.02777,66.16667,85.25,28.433334,55.458332,18.805555,14.534445,19.1,134.68462,54.414288,25.063276,21.640106,14.083333,29.35238,25.188889,3.262668,126.58898,29.385302,324.61877,12.676206,578.76135,30.101091,554.83136,243.95433,12.087693,14.471331,356.14084,457.7227,1454.0459,446.45755 +2023-11-11 01:00:00,0.0,4749.551,122.41267,65.61406,97.69455,60.12823,328.9368,45.761345,95.20686,26.231451,55.881035,813.09753,88.48676,26.584438,230.27737,1.0795603,0.87059045,54.624134,1.9115931,3.9092786,964.1037,5.0120306,1002.89886,123.49253,0.20251538,10.91064,452.59634,44.16314,260.61636,176.09064,6771.0474,2.1358125,2712.7156,31.23623,0.7213565,1.3690225,3.9262,277.20706,333.12302,59.140045,60.318054,40.25252,13.85241,1260.5574,18.589294,58.59966,19.312246,474.29126,23.98688,449.2966,8.339739,58.454758,0.0,888.2975,3166.2354,0.554188,250.39517,26.132467,20207.598,32.047104,0.9004776,14.139834,33.818985,6.87021,2.1956284,17.008585,436.89645,137.43285,17.265022,0.77193916,2.5876174,116.7424,3.4990394,192.76138,260.6643,1968.9543,631.2205,102.01843,149.09467,161.36955,6.987636,10.157059,68.87934,8.895467,13.233446,18.985346,28.286442,121.55823,18.504488,17.651495,53.844822,12.212559,3520.548,22.637026,22.415277,17.31846,11.164679,185.2504,38.16194,18.909027,5.9981365,11.050438,15.983774,65.37669,132.19861,30.905764,152.53639,22.532852,11.428192,82.39196,53.29648,135.19048,81.29757,4.816294,3.9730208,5.3130507,27.74925,4386.904,4.2085166,9.369497,61.628174,15.755749,154.454,59.80236,117.90227,3.3620992,78.74174,468.93906,327.98465,45.32135,419.04645,54.311806,57.61856,89.3023,24.321972,3.9487596,20.724808,548.0603,0.52621984,1.021081,96.13841,15.309482,9.041214,11.162224,17.160707,135.08965,34.631042,156.52786,823.69104,361.58713,2516.3015,1996.866,28.474924,54.00385,3188.6956,19.57802,79.44977,583.9894,135.80273,189.71184,86.68538,451.9615,454.1783,463.37408,13.842476,105.685776,334.6379,597.4997,21.640478,173.91281,26.734098,1.7085587,51.327774,1.1603186,1.263125,4.9733744,15.287473,161.97542,32.121788,19.410046,386.78387,110.95358,66.12272,85.197914,28.413414,55.462326,18.791204,14.511061,19.093124,134.60966,54.38649,25.039558,21.66613,14.076389,29.324623,25.17898,3.259232,126.51631,29.356644,324.43784,12.670123,578.35394,30.081615,555.2468,243.84703,12.073223,14.465939,355.83167,457.36722,1453.3647,446.8978 +2023-11-11 02:00:00,0.0,4746.8164,122.305504,65.545746,97.66165,60.106457,328.94653,45.757023,95.188126,26.223299,55.87556,812.1874,88.50292,26.579542,230.1735,1.0779757,0.86886597,54.64669,1.9079018,3.9254062,964.31,5.0326276,1003.47235,123.52125,0.20330237,10.95585,453.02737,44.172436,260.97345,176.15701,6765.8174,2.14362,2712.6892,31.337242,0.72356147,1.3735389,3.940803,277.14633,333.0562,59.259983,60.302776,40.252014,13.847704,1259.6478,18.65238,58.5633,19.295681,474.28754,23.967428,449.49365,8.33487,58.41693,0.0,888.0548,3164.2866,0.55354315,250.24583,26.114727,20193.477,32.034435,0.9002202,14.128876,33.79628,6.868348,2.1949806,16.99971,436.6317,137.3075,17.24833,0.7716714,2.5864837,116.734795,3.4956763,192.66945,260.69528,1969.2421,630.9078,102.00889,149.131,161.57057,6.994495,10.165025,69.01499,8.917945,13.262227,18.972078,28.26862,121.620155,18.499487,17.638563,53.834282,12.213926,3520.874,22.629501,22.413889,17.316387,11.163733,185.2627,38.165115,18.901388,5.999622,11.043998,15.976373,65.358864,132.15161,30.903194,152.5411,22.527973,11.414886,82.32383,53.26296,135.06909,81.31332,4.827922,3.9710417,5.312213,27.73086,4382.7617,4.216949,9.355503,61.6119,15.750118,154.42296,59.83806,117.90464,3.3625937,78.716805,468.89563,328.03253,45.291615,418.9181,54.29028,57.611595,89.26812,24.342339,3.952669,20.735111,547.9576,0.52631974,1.0220509,96.18682,15.327536,9.042124,11.1668625,17.16255,135.15683,34.674583,156.53703,823.8502,361.35608,2515.6543,1996.5587,28.458181,53.947094,3186.571,19.586681,79.37176,583.8526,135.6738,189.557,86.61637,451.50073,453.89978,463.38425,13.833524,105.618225,334.6051,597.1918,21.62429,173.79118,26.709862,1.7084891,51.33017,1.1602937,1.2632155,4.9726615,15.281611,161.77751,32.103977,19.408981,386.5494,110.879395,66.07877,85.145836,28.393494,55.46632,18.776852,14.487677,19.08625,134.53471,54.358692,25.015842,21.692152,14.069445,29.296865,25.169073,3.2557964,126.44365,29.327984,324.25693,12.66404,577.9465,30.06214,555.6623,243.73975,12.058753,14.4605465,355.5225,457.01175,1452.6837,447.338 +2023-11-11 03:00:00,0.0,4744.0825,122.19835,65.477425,97.628746,60.084686,328.9563,45.752697,95.169395,26.215149,55.870083,811.2772,88.51907,26.574648,230.06961,1.0763911,0.8671415,54.669243,1.9042103,3.9415338,964.51624,5.0532246,1004.0459,123.549965,0.20408936,11.00106,453.4584,44.18173,261.33057,176.2234,6760.5874,2.1514273,2712.6628,31.438253,0.7257665,1.3780551,3.9554067,277.08557,332.9894,59.37992,60.2875,40.251507,13.842997,1258.7383,18.715466,58.52694,19.279118,474.2838,23.947975,449.69073,8.330001,58.3791,0.0,887.81213,3162.338,0.5528983,250.09648,26.096989,20179.354,32.02177,0.89996284,14.117917,33.77357,6.8664856,2.194333,16.990833,436.367,137.18214,17.231636,0.77140373,2.58535,116.72719,3.4923131,192.5775,260.72626,1969.5297,630.595,101.99934,149.16734,161.7716,7.0013533,10.17299,69.150635,8.940423,13.291008,18.958809,28.250797,121.68208,18.494486,17.625633,53.823746,12.215295,3521.2,22.621979,22.4125,17.314314,11.162786,185.27501,38.168285,18.89375,6.001107,11.037557,15.96897,65.341034,132.10461,30.900625,152.5458,22.523092,11.401581,82.2557,53.229435,134.94772,81.329056,4.83955,3.9690623,5.3113747,27.712471,4378.619,4.2253814,9.341509,61.595627,15.744488,154.39194,59.873753,117.90702,3.363088,78.69188,468.8522,328.08038,45.261875,418.78973,54.26875,57.604633,89.23394,24.362703,3.956578,20.745417,547.8548,0.52641964,1.0230209,96.23523,15.345589,9.043035,11.1715,17.164392,135.22401,34.718124,156.5462,824.0094,361.125,2515.0073,1996.2515,28.441439,53.89034,3184.4465,19.595345,79.29375,583.7159,135.54488,189.40219,86.54737,451.04,453.62122,463.3944,13.824572,105.55067,334.57227,596.88385,21.6081,173.66957,26.685625,1.7084196,51.332565,1.1602688,1.2633061,4.971949,15.27575,161.5796,32.08617,19.407917,386.31494,110.80521,66.03482,85.09375,28.373573,55.470314,18.7625,14.464293,19.079374,134.45976,54.330894,24.992126,21.718176,14.0625,29.269108,25.159166,3.2523608,126.37098,29.299326,324.076,12.657957,577.53906,30.042664,556.07776,243.63245,12.044283,14.455154,355.21332,456.65628,1452.0026,447.77826 +2023-11-11 04:00:00,0.0,4741.3486,122.09119,65.40911,97.59585,60.062916,328.96603,45.748375,95.15066,26.206997,55.86461,810.36707,88.535225,26.569754,229.96573,1.0748065,0.865417,54.6918,1.9005189,3.9576614,964.72253,5.0738215,1004.6194,123.57868,0.20487633,11.046269,453.88943,44.191025,261.68765,176.2898,6755.3574,2.1592348,2712.6365,31.539265,0.72797143,1.3825715,3.9700098,277.02484,332.9226,59.499855,60.27222,40.250996,13.83829,1257.8286,18.778551,58.49058,19.262552,474.2801,23.928522,449.88782,8.325132,58.341274,0.0,887.56946,3160.389,0.5522534,249.94714,26.07925,20165.23,32.0091,0.89970547,14.106957,33.750862,6.8646235,2.1936855,16.981958,436.10226,137.0568,17.214943,0.771136,2.5842164,116.71959,3.48895,192.48555,260.75723,1969.8174,630.2822,101.989784,149.20367,161.97263,7.008212,10.180955,69.28628,8.962901,13.319789,18.94554,28.232973,121.74401,18.489483,17.612703,53.813206,12.216662,3521.526,22.614454,22.411112,17.31224,11.1618395,185.28731,38.171455,18.88611,6.0025926,11.0311165,15.961569,65.323204,132.0576,30.898054,152.5505,22.518211,11.388276,82.18757,53.195915,134.82634,81.344795,4.8511777,3.9670832,5.310537,27.69408,4374.477,4.233814,9.327515,61.579353,15.738856,154.3609,59.909447,117.90939,3.3635821,78.66695,468.80878,328.12823,45.232136,418.66138,54.247223,57.597668,89.19976,24.38307,3.9604874,20.755722,547.752,0.52651954,1.0239908,96.28364,15.363643,9.043944,11.176139,17.166235,135.2912,34.761665,156.55537,824.16864,360.89395,2514.36,1995.9442,28.424696,53.833584,3182.3218,19.604008,79.215744,583.57916,135.41594,189.24736,86.47836,450.57925,453.34265,463.40457,13.8156185,105.48311,334.53943,596.5759,21.591913,173.54794,26.66139,1.70835,51.33496,1.1602437,1.2633969,4.971236,15.269889,161.38168,32.06836,19.40685,386.08047,110.73102,65.990875,85.041664,28.353651,55.474304,18.748148,14.440908,19.0725,134.38481,54.303097,24.96841,21.7442,14.055555,29.241348,25.149258,3.2489252,126.29831,29.270666,323.89505,12.651875,577.1316,30.02319,556.4932,243.52515,12.029814,14.449763,354.90414,456.30084,1451.3214,448.2185 +2023-11-11 05:00:00,0.0,4738.6143,121.98403,65.34079,97.56295,60.041145,328.97577,45.744053,95.13193,26.198845,55.859135,809.457,88.55138,26.56486,229.86185,1.0732219,0.8636925,54.714355,1.8968276,3.9737892,964.9288,5.094419,1005.19293,123.6074,0.20566332,11.091479,454.32047,44.20032,262.04474,176.35619,6750.1274,2.167042,2712.61,31.640276,0.73017645,1.3870877,3.984613,276.9641,332.8558,59.619793,60.256943,40.25049,13.833583,1256.9191,18.841637,58.45422,19.245989,474.27637,23.90907,450.0849,8.320263,58.303444,0.0,887.3268,3158.4402,0.55160856,249.79779,26.061512,20151.107,31.996433,0.8994481,14.095999,33.728157,6.8627615,2.193038,16.973082,435.83755,136.93143,17.198248,0.77086824,2.5830827,116.71198,3.485587,192.39362,260.78818,1970.105,629.9694,101.98023,149.24002,162.17366,7.0150704,10.188921,69.42193,8.985379,13.348569,18.93227,28.215149,121.80594,18.484482,17.599771,53.80267,12.218031,3521.8518,22.606932,22.409721,17.31017,11.160893,185.2996,38.174625,18.878471,6.004078,11.024675,15.954166,65.30537,132.0106,30.895485,152.55522,22.513332,11.37497,82.11943,53.162395,134.70497,81.360535,4.8628054,3.965104,5.309699,27.67569,4370.3345,4.2422457,9.31352,61.56308,15.733226,154.32986,59.94514,117.91177,3.3640766,78.64201,468.76535,328.17612,45.202396,418.53305,54.225693,57.590706,89.16558,24.403437,3.9643965,20.766026,547.64923,0.52661943,1.0249606,96.33205,15.381696,9.044855,11.180778,17.168077,135.35838,34.80521,156.56454,824.3279,360.66287,2513.713,1995.637,28.407953,53.77683,3180.1973,19.612669,79.13773,583.4424,135.28702,189.09253,86.409355,450.11853,453.06412,463.41473,13.806666,105.41556,334.5066,596.268,21.575724,173.42633,26.637154,1.7082803,51.337353,1.1602188,1.2634875,4.9705234,15.264029,161.18378,32.05055,19.405787,385.846,110.65682,65.94692,84.989586,28.33373,55.4783,18.733797,14.417523,19.065624,134.30986,54.2753,24.944695,21.770224,14.048611,29.21359,25.13935,3.2454894,126.22565,29.242008,323.7141,12.645792,576.7242,30.003714,556.9087,243.41785,12.015344,14.444371,354.59497,455.94537,1450.6403,448.65872 +2023-11-11 06:00:00,0.0,4735.8804,121.87687,65.27248,97.530045,60.019375,328.9855,45.739727,95.11319,26.190695,55.853657,808.5468,88.56753,26.559965,229.75797,1.0716373,0.861968,54.73691,1.8931361,3.9899168,965.1351,5.115016,1005.7664,123.63612,0.20645031,11.136689,454.7515,44.209614,262.40186,176.42258,6744.8975,2.1748493,2712.5837,31.741287,0.7323814,1.3916041,3.9992163,276.90335,332.789,59.73973,60.241665,40.24998,13.8288765,1256.0095,18.904722,58.417862,19.229424,474.27264,23.889616,450.28198,8.315394,58.265617,0.0,887.0841,3156.4915,0.5509637,249.64845,26.043774,20136.986,31.983767,0.8991907,14.08504,33.705452,6.8608994,2.1923904,16.964207,435.5728,136.80608,17.181555,0.77060056,2.5819492,116.70438,3.4822237,192.30167,260.81915,1970.3927,629.6567,101.97069,149.27635,162.3747,7.021929,10.196886,69.55757,9.007856,13.37735,18.919,28.197327,121.867874,18.479479,17.586842,53.79213,12.2193985,3522.1777,22.59941,22.408333,17.308096,11.159946,185.3119,38.177795,18.870832,6.0055637,11.018235,15.946765,65.28754,131.96361,30.892916,152.55992,22.508451,11.361665,82.0513,53.128876,134.58359,81.376274,4.874433,3.963125,5.308861,27.6573,4366.192,4.250678,9.299525,61.546806,15.727595,154.29883,59.980835,117.91415,3.3645709,78.61708,468.72192,328.22397,45.17266,418.4047,54.204166,57.58374,89.1314,24.423803,3.9683058,20.77633,547.54645,0.52671933,1.0259305,96.380455,15.39975,9.045765,11.185415,17.169922,135.42557,34.84875,156.5737,824.48706,360.43182,2513.0657,1995.3296,28.39121,53.720074,3178.0728,19.621332,79.05972,583.30566,135.15808,188.9377,86.34035,449.65778,452.78555,463.4249,13.797714,105.348,334.47375,595.9601,21.559536,173.3047,26.612917,1.7082107,51.33975,1.1601938,1.263578,4.9698105,15.258167,160.98587,32.032738,19.404722,385.61154,110.582634,65.90298,84.9375,28.31381,55.482292,18.719444,14.394139,19.05875,134.23491,54.2475,24.920979,21.796247,14.041667,29.185833,25.129444,3.2420537,126.15298,29.213348,323.53317,12.639709,576.3167,29.984238,557.32416,243.31056,12.000874,14.438979,354.2858,455.5899,1449.9591,449.09897 +2023-11-11 07:00:00,0.0,4733.146,121.769714,65.204155,97.49715,59.997604,328.99524,45.735405,95.09446,26.182543,55.848183,807.63666,88.58368,26.55507,229.65408,1.0700526,0.8602435,54.759468,1.8894447,4.0060444,965.3414,5.135613,1006.33997,123.66484,0.20723729,11.181899,455.18253,44.21891,262.75894,176.48897,6739.6675,2.1826568,2712.5574,31.842299,0.7345864,1.3961203,4.0138197,276.84262,332.7222,59.85967,60.226387,40.249474,13.824169,1255.1,18.96781,58.3815,19.212858,474.26892,23.870163,450.47906,8.310525,58.227787,0.0,886.84143,3154.5425,0.55031884,249.4991,26.026035,20122.863,31.971098,0.89893335,14.07408,33.682747,6.8590374,2.191743,16.955332,435.3081,136.68073,17.164862,0.7703328,2.5808156,116.69677,3.4788606,192.20972,260.85013,1970.6804,629.3439,101.961136,149.31268,162.57571,7.0287876,10.204852,69.69322,9.030334,13.406131,18.905731,28.179504,121.9298,18.474478,17.57391,53.781593,12.220767,3522.5037,22.591885,22.406944,17.306023,11.159,185.3242,38.180965,18.863194,6.007049,11.011794,15.939363,65.26971,131.9166,30.890347,152.56464,22.50357,11.348359,81.98317,53.095352,134.4622,81.39201,4.886061,3.9611456,5.308023,27.63891,4362.05,4.2591105,9.285531,61.530533,15.721964,154.26779,60.01653,117.91653,3.3650653,78.592155,468.67853,328.27185,45.14292,418.27634,54.18264,57.57678,89.09722,24.444168,3.972215,20.786634,547.44366,0.5268193,1.0269004,96.42886,15.417803,9.046676,11.190054,17.171764,135.49274,34.892292,156.58287,824.64624,360.20078,2512.4185,1995.0223,28.374466,53.66332,3175.948,19.629993,78.98171,583.1689,135.02916,188.78288,86.27135,449.19702,452.50702,463.43506,13.788762,105.28045,334.44092,595.65216,21.543346,173.18309,26.58868,1.7081412,51.342144,1.1601689,1.2636688,4.9690976,15.252306,160.78795,32.014927,19.403656,385.37708,110.508446,65.85903,84.885414,28.29389,55.486286,18.705093,14.370755,19.051874,134.15996,54.219704,24.89726,21.822271,14.034722,29.158075,25.119535,3.2386181,126.08031,29.184689,323.35223,12.633627,575.9093,29.964762,557.7396,243.20326,11.986403,14.433587,353.9766,455.23444,1449.278,449.53918 +2023-11-11 08:00:00,0.0,4730.412,121.66255,65.13584,97.46425,59.975834,329.00497,45.731083,95.07572,26.174393,55.84271,806.7265,88.59983,26.550177,229.55022,1.0684681,0.858519,54.78202,1.8857534,4.022172,965.5476,5.15621,1006.9135,123.69356,0.20802428,11.227108,455.61356,44.228203,263.11606,176.55536,6734.4375,2.190464,2712.531,31.94331,0.73679143,1.4006367,4.028423,276.78186,332.6554,59.979607,60.211113,40.248966,13.819463,1254.1903,19.030895,58.345142,19.196295,474.2652,23.85071,450.67612,8.305656,58.189957,0.0,886.59875,3152.5938,0.549674,249.34976,26.008297,20108.74,31.958431,0.898676,14.063122,33.660038,6.8571754,2.1910954,16.946455,435.0434,136.55537,17.148169,0.7700651,2.5796819,116.68917,3.4754977,192.11778,260.8811,1970.968,629.03107,101.951584,149.34903,162.77675,7.035646,10.212817,69.828865,9.052813,13.434912,18.892462,28.16168,121.99173,18.469477,17.56098,53.771053,12.222135,3522.8296,22.584362,22.405556,17.30395,11.158054,185.33652,38.18414,18.855556,6.0085344,11.005354,15.931961,65.25188,131.8696,30.887777,152.56934,22.498692,11.335054,81.91503,53.061832,134.34084,81.40776,4.897689,3.9591665,5.307185,27.62052,4357.907,4.267543,9.271537,61.51426,15.716333,154.23676,60.052223,117.9189,3.3655596,78.56722,468.6351,328.3197,45.113182,418.14798,54.16111,57.569813,89.06304,24.464535,3.9761243,20.79694,547.3409,0.5269192,1.0278703,96.47727,15.435857,9.047586,11.194692,17.173607,135.55992,34.935833,156.59204,824.8054,359.9697,2511.7715,1994.7151,28.357723,53.606564,3173.8235,19.638657,78.9037,583.03217,134.90022,188.62805,86.20234,448.7363,452.22845,463.44522,13.779809,105.21289,334.40808,595.34424,21.527159,173.06148,26.564445,1.7080716,51.34454,1.160144,1.2637594,4.9683847,15.246445,160.59004,31.997118,19.402592,385.1426,110.43426,65.81508,84.833336,28.27397,55.490276,18.69074,14.347371,19.045,134.085,54.191906,24.873545,21.848295,14.027778,29.130318,25.109629,3.2351825,126.00764,29.15603,323.1713,12.627544,575.50183,29.945288,558.15515,243.09596,11.971933,14.428195,353.66742,454.87897,1448.5968,449.97943 +2023-11-11 09:00:00,0.0,4727.6777,121.5554,65.06752,97.43135,59.954063,329.01474,45.726757,95.056984,26.16624,55.83723,805.81635,88.61599,26.545282,229.44633,1.0668834,0.85679454,54.804577,1.882062,4.0382996,965.7539,5.1768074,1007.487,123.722275,0.20881127,11.272318,456.0446,44.2375,263.47314,176.62173,6729.208,2.1982715,2712.505,32.04432,0.7389964,1.4051529,4.043026,276.72113,332.5886,60.09954,60.195835,40.248455,13.814755,1253.2808,19.09398,58.30878,19.17973,474.26147,23.831259,450.8732,8.300787,58.15213,0.0,886.3561,3150.645,0.5490291,249.20042,25.990559,20094.617,31.945763,0.8984186,14.052163,33.63733,6.855313,2.1904478,16.93758,434.77866,136.43002,17.131474,0.7697974,2.5785482,116.681564,3.4721346,192.02583,260.91208,1971.2557,628.7183,101.94204,149.38536,162.97778,7.0425043,10.220782,69.964516,9.075291,13.463693,18.879194,28.143858,122.05366,18.464474,17.54805,53.760517,12.223503,3523.1555,22.57684,22.404167,17.301878,11.157107,185.34882,38.18731,18.847918,6.01002,10.998913,15.924559,65.23404,131.82259,30.885208,152.57405,22.49381,11.321749,81.8469,53.028313,134.21945,81.4235,4.9093165,3.9571874,5.306347,27.60213,4353.765,4.275975,9.257543,61.497986,15.710703,154.20572,60.087917,117.92128,3.3660538,78.54229,468.59167,328.36758,45.083447,418.01965,54.139584,57.562847,89.02886,24.484901,3.9800334,20.807243,547.2381,0.5270191,1.0288403,96.52569,15.453911,9.048496,11.19933,17.17545,135.6271,34.979374,156.60121,824.96466,359.73865,2511.1243,1994.4078,28.34098,53.54981,3171.699,19.647318,78.82569,582.89545,134.77129,188.47322,86.13333,448.27554,451.94992,463.45538,13.770857,105.14533,334.37524,595.0363,21.51097,172.93985,26.540209,1.708002,51.346935,1.1601189,1.26385,4.967672,15.240583,160.39214,31.979307,19.401527,384.90814,110.36006,65.77113,84.78125,28.25405,55.49427,18.67639,14.323987,19.038126,134.01006,54.16411,24.849829,21.874317,14.020833,29.10256,25.099722,3.2317467,125.934975,29.12737,322.99036,12.621462,575.0944,29.925812,558.5706,242.98868,11.957463,14.422804,353.35825,454.52353,1447.9156,450.41965 +2023-11-11 10:00:00,0.0,4724.944,121.448235,64.99921,97.398445,59.932293,329.02448,45.722435,95.03825,26.158089,55.831757,804.90625,88.63214,26.540388,229.34245,1.0652988,0.85507005,54.827133,1.8783705,4.054427,965.96014,5.1974044,1008.06055,123.75099,0.20959826,11.317528,456.47562,44.246796,263.83023,176.68813,6723.978,2.2060788,2712.4785,32.145332,0.7412014,1.4096693,4.057629,276.66037,332.5218,60.21948,60.180557,40.247948,13.810049,1252.3712,19.157066,58.272423,19.163166,474.25772,23.811806,451.07028,8.295918,58.1143,0.0,886.1134,3148.696,0.54838425,249.05107,25.972818,20080.496,31.933096,0.89816123,14.0412035,33.614624,6.853451,2.1898003,16.928703,434.51395,136.30467,17.11478,0.76952964,2.5774145,116.67396,3.4687715,191.93388,260.94305,1971.5435,628.4055,101.932495,149.42169,163.1788,7.049363,10.228748,70.10016,9.097769,13.492474,18.865925,28.126034,122.115585,18.459473,17.535118,53.749977,12.224871,3523.4814,22.569315,22.402779,17.299805,11.156161,185.36111,38.19048,18.840279,6.011505,10.992473,15.917156,65.21621,131.77559,30.882639,152.57875,22.48893,11.308443,81.77877,52.99479,134.09808,81.43924,4.920944,3.9552083,5.305509,27.58374,4349.6226,4.284407,9.243548,61.481716,15.705072,154.17468,60.12361,117.92365,3.3665483,78.517365,468.54825,328.41544,45.053707,417.8913,54.118057,57.555885,88.99468,24.505268,3.9839427,20.817549,547.1353,0.527119,1.0298102,96.5741,15.471964,9.049407,11.203968,17.177292,135.69429,35.02292,156.61038,825.1239,359.50757,2510.477,1994.1005,28.324238,53.493053,3169.5745,19.655981,78.74769,582.75867,134.64236,188.3184,86.06432,447.81482,451.67136,463.46555,13.761905,105.07778,334.3424,594.72845,21.494781,172.81824,26.515972,1.7079325,51.349327,1.160094,1.2639407,4.966959,15.234722,160.19421,31.961498,19.400463,384.67368,110.28587,65.72718,84.729164,28.234127,55.498264,18.662037,14.300603,19.03125,133.93509,54.13631,24.826113,21.900341,14.013889,29.0748,25.089813,3.228311,125.862305,29.098713,322.80942,12.615379,574.687,29.906336,558.9861,242.88138,11.942993,14.417412,353.04907,454.16806,1447.2346,450.8599 +2023-11-11 11:00:00,0.0,4722.2095,121.34108,64.930885,97.36555,59.910522,329.0342,45.718113,95.019516,26.149939,55.826283,803.9961,88.64829,26.535494,229.23857,1.0637141,0.8533456,54.84969,1.8746792,4.070555,966.16644,5.2180014,1008.63403,123.77971,0.21038523,11.362738,456.90665,44.25609,264.18735,176.75452,6718.748,2.213886,2712.4521,32.24634,0.74340636,1.4141855,4.0722322,276.59964,332.455,60.339417,60.16528,40.24744,13.805342,1251.4615,19.220152,58.23606,19.1466,474.25403,23.792353,451.26736,8.291049,58.076473,0.0,885.8707,3146.7473,0.5477394,248.90173,25.95508,20066.373,31.920427,0.89790386,14.030245,33.59192,6.8515887,2.1891525,16.919828,434.2492,136.17932,17.098087,0.76926196,2.5762808,116.66636,3.4654083,191.84195,260.97403,1971.831,628.0928,101.92294,149.45804,163.37984,7.0562215,10.236713,70.2358,9.120247,13.521255,18.852655,28.108212,122.17751,18.45447,17.522188,53.73944,12.226239,3523.8074,22.561792,22.401388,17.297731,11.155215,185.37341,38.19365,18.83264,6.012991,10.986032,15.909755,65.19838,131.72859,30.88007,152.58347,22.48405,11.295138,81.71064,52.96127,133.9767,81.45498,4.932572,3.9532292,5.3046713,27.56535,4345.4805,4.2928395,9.229554,61.465443,15.699441,154.14365,60.159306,117.92603,3.3670425,78.49243,468.50482,328.46332,45.023968,417.76294,54.096527,57.54892,88.9605,24.525635,3.9878519,20.827854,547.03253,0.5272189,1.0307801,96.622505,15.490018,9.050317,11.208607,17.179134,135.76147,35.06646,156.61955,825.2831,359.27652,2509.8298,1993.7932,28.307495,53.4363,3167.4497,19.664642,78.66968,582.62195,134.51343,188.16357,85.99532,447.35406,451.3928,463.4757,13.752953,105.01022,334.30957,594.42053,21.478592,172.69661,26.491737,1.7078629,51.351723,1.160069,1.2640313,4.966246,15.228862,159.9963,31.943687,19.399397,384.4392,110.211685,65.683235,84.677086,28.214207,55.50226,18.647686,14.277218,19.024376,133.86014,54.108513,24.802397,21.926365,14.006945,29.047043,25.079906,3.2248755,125.789635,29.070053,322.62848,12.609297,574.27954,29.886862,559.40155,242.77408,11.928523,14.41202,352.7399,453.8126,1446.5535,451.30014 +2023-11-11 12:00:00,0.0,4719.4756,121.23392,64.86257,97.33265,59.888752,329.04395,45.71379,95.000786,26.141787,55.820805,803.08594,88.664444,26.530598,229.13469,1.0621296,0.8516211,54.872246,1.8709878,4.086683,966.37274,5.2385983,1009.2076,123.80843,0.21117222,11.407948,457.33768,44.265385,264.54443,176.8209,6713.518,2.2216935,2712.4258,32.347355,0.74561137,1.4187019,4.086836,276.53888,332.38818,60.459354,60.15,40.246933,13.800635,1250.552,19.283237,58.199703,19.130037,474.2503,23.7729,451.46445,8.2861805,58.038643,0.0,885.62805,3144.7986,0.5470945,248.75238,25.937342,20052.25,31.90776,0.8976465,14.019286,33.56921,6.8497267,2.188505,16.910954,433.9845,136.05397,17.081394,0.7689942,2.5751472,116.65875,3.4620452,191.75,261.005,1972.1188,627.77997,101.91339,149.49437,163.58086,7.06308,10.2446785,70.37145,9.142724,13.550035,18.839386,28.090387,122.23945,18.449469,17.509258,53.728905,12.227607,3524.1333,22.554268,22.4,17.29566,11.154268,185.38571,38.19682,18.825,6.0144763,10.979591,15.902352,65.18055,131.68158,30.877499,152.58817,22.47917,11.281833,81.6425,52.92775,133.85533,81.47072,4.9442,3.9512498,5.303833,27.54696,4341.338,4.301272,9.215559,61.44917,15.69381,154.11261,60.195,117.928406,3.367537,78.4675,468.4614,328.51117,44.994232,417.63458,54.075,57.541958,88.92632,24.546,3.991761,20.838158,546.92975,0.5273188,1.03175,96.67091,15.508071,9.051228,11.213245,17.180977,135.82866,35.11,156.62872,825.44226,359.04547,2509.1826,1993.486,28.29075,53.379543,3165.3252,19.673306,78.59167,582.4852,134.3845,188.00874,85.926315,446.89334,451.11426,463.48587,13.7439995,104.942665,334.27673,594.1126,21.462404,172.575,26.4675,1.7077932,51.35412,1.1600441,1.2641219,4.9655333,15.223001,159.7984,31.925877,19.398333,384.20474,110.1375,65.63929,84.625,28.194286,55.50625,18.633333,14.253834,19.0175,133.78519,54.080715,24.77868,21.952389,14.0,29.019285,25.07,3.2214398,125.71697,29.041395,322.44754,12.603213,573.87213,29.867386,559.817,242.6668,11.914053,14.406628,352.43073,453.45712,1445.8723,451.74036 +2023-11-11 13:00:00,0.0,4716.7417,121.12676,64.79425,97.29974,59.866978,329.05368,45.709465,94.98205,26.133635,55.81533,802.1758,88.680595,26.525703,229.0308,1.060545,0.8498966,54.8948,1.8672963,4.1028104,966.579,5.2591953,1009.7811,123.83715,0.21195921,11.453157,457.7687,44.274677,264.90155,176.8873,6708.288,2.2295008,2712.3994,32.448364,0.7478163,1.4232181,4.101439,276.47815,332.3214,60.57929,60.134724,40.24642,13.795929,1249.6425,19.346323,58.16334,19.113472,474.24652,23.753447,451.66153,8.281311,58.000816,0.0,885.3854,3142.8496,0.54644966,248.60304,25.919603,20038.127,31.895092,0.8973891,14.008327,33.5465,6.8478646,2.1878574,16.902077,433.7198,135.9286,17.0647,0.7687265,2.5740135,116.651146,3.458682,191.65805,261.03598,1972.4064,627.4672,101.90384,149.5307,163.78189,7.0699387,10.252645,70.507095,9.165202,13.578816,18.826117,28.072565,122.30138,18.444468,17.496326,53.718365,12.228975,3524.4592,22.546745,22.398611,17.293587,11.153322,185.39803,38.19999,18.817362,6.0159616,10.97315,15.894951,65.16272,131.63458,30.87493,152.59286,22.474289,11.268527,81.57437,52.89423,133.73395,81.48646,4.9558277,3.9492707,5.302995,27.52857,4337.1953,4.3097043,9.201565,61.432896,15.68818,154.08157,60.230694,117.930786,3.3680313,78.44257,468.418,328.55905,44.964493,417.50623,54.05347,57.534992,88.89214,24.566366,3.9956703,20.848463,546.82697,0.5274187,1.0327199,96.71932,15.526125,9.052137,11.217883,17.182821,135.89584,35.15354,156.6379,825.60144,358.8144,2508.5356,1993.1787,28.274008,53.32279,3163.2007,19.681969,78.51366,582.34845,134.25557,187.85393,85.85731,446.4326,450.8357,463.49603,13.735047,104.875114,334.2439,593.8047,21.446217,172.45337,26.443264,1.7077236,51.356514,1.1600192,1.2642126,4.9648204,15.217139,159.6005,31.908068,19.397268,383.97028,110.06331,65.59534,84.572914,28.174366,55.510242,18.618982,14.23045,19.010626,133.71024,54.052917,24.754963,21.978413,13.993055,28.991528,25.060091,3.218004,125.6443,29.012735,322.2666,12.597131,573.46466,29.84791,560.2325,242.5595,11.899583,14.401237,352.12155,453.10165,1445.1912,452.1806 +2023-11-11 14:00:00,0.0,4714.0073,121.0196,64.72594,97.266846,59.845207,329.06345,45.705143,94.96331,26.125484,55.809856,801.2657,88.69675,26.52081,228.92693,1.0589603,0.84817207,54.917355,1.863605,4.118938,966.7853,5.279793,1010.3546,123.86587,0.21274619,11.498367,458.19974,44.283974,265.25864,176.95369,6703.058,2.2373083,2712.373,32.549377,0.75002134,1.4277345,4.116042,276.41742,332.2546,60.699226,60.119446,40.245914,13.791222,1248.7329,19.409409,58.126984,19.096907,474.24283,23.733994,451.8586,8.276443,57.962986,0.0,885.1427,3140.901,0.5458048,248.4537,25.901865,20024.006,31.882425,0.89713174,13.997368,33.523796,6.8460026,2.1872098,16.893202,433.45505,135.80325,17.048006,0.7684588,2.57288,116.64355,3.455319,191.56612,261.06696,1972.6941,627.1544,101.8943,149.56705,163.98293,7.076797,10.26061,70.642746,9.18768,13.607596,18.812847,28.05474,122.363304,18.439465,17.483397,53.70783,12.230343,3524.7852,22.539223,22.397223,17.291513,11.152376,185.41032,38.203163,18.809723,6.017447,10.96671,15.887548,65.14488,131.58757,30.87236,152.59758,22.46941,11.255221,81.50624,52.860706,133.61258,81.502205,4.9674554,3.9472916,5.3021574,27.51018,4333.053,4.3181367,9.187571,61.416622,15.682549,154.05054,60.26639,117.93316,3.3685257,78.41764,468.37457,328.6069,44.934753,417.3779,54.031944,57.52803,88.85796,24.586733,3.9995794,20.858767,546.72424,0.5275186,1.0336897,96.76773,15.544178,9.053048,11.222522,17.184664,135.96303,35.197083,156.64706,825.7607,358.58334,2507.8884,1992.8715,28.257265,53.266033,3161.076,19.69063,78.435646,582.21173,134.12663,187.6991,85.78831,445.97186,450.55716,463.5062,13.726095,104.807556,334.2111,593.49677,21.430027,172.33176,26.419027,1.7076541,51.358906,1.1599941,1.2643032,4.9641075,15.211278,159.40257,31.890257,19.396204,383.73584,109.98911,65.55139,84.520836,28.154446,55.514236,18.60463,14.207066,19.00375,133.63528,54.02512,24.731247,22.004436,13.986111,28.96377,25.050184,3.2145684,125.57163,28.984077,322.0857,12.591048,573.05725,29.828434,560.64795,242.4522,11.885113,14.395844,351.81238,452.74622,1444.51,452.62082 +2023-11-11 15:00:00,0.0,4711.2734,120.912445,64.657616,97.23395,59.823437,329.07318,45.70082,94.94458,26.117332,55.80438,800.3555,88.7129,26.515915,228.82304,1.0573758,0.8464476,54.93991,1.8599136,4.1350656,966.9915,5.30039,1010.92816,123.894585,0.21353318,11.543577,458.63077,44.29327,265.61575,177.02008,6697.828,2.2451155,2712.3467,32.650387,0.7522263,1.4322507,4.1306453,276.35666,332.1878,60.819164,60.104168,40.245407,13.786515,1247.8232,19.472494,58.090622,19.080343,474.2391,23.71454,452.05566,8.271573,57.925156,0.0,884.9,3138.9521,0.54515994,248.30435,25.884127,20009.883,31.869757,0.89687437,13.986409,33.50109,6.84414,2.1865623,16.884325,433.19034,135.6779,17.031313,0.76819104,2.5717463,116.63594,3.4519558,191.47417,261.0979,1972.9818,626.8417,101.88475,149.60338,164.18394,7.083656,10.268575,70.77839,9.210158,13.636377,18.799578,28.036919,122.42523,18.434464,17.470467,53.69729,12.231711,3525.111,22.531698,22.395834,17.28944,11.151429,185.42262,38.206333,18.802084,6.018933,10.960269,15.880147,65.12705,131.54057,30.869791,152.60228,22.464529,11.241917,81.4381,52.827187,133.4912,81.517944,4.979083,3.9453125,5.301319,27.49179,4328.9106,4.3265686,9.173576,61.40035,15.676918,154.0195,60.302086,117.93554,3.36902,78.39271,468.33115,328.6548,44.905014,417.24954,54.010418,57.521065,88.823784,24.6071,4.0034885,20.869072,546.62146,0.52761847,1.0346597,96.81614,15.562232,9.053959,11.2271595,17.186506,136.0302,35.240623,156.65623,825.9199,358.35226,2507.2412,1992.5641,28.240522,53.20928,3158.9514,19.699293,78.357635,582.075,133.99771,187.54427,85.7193,445.5111,450.2786,463.51636,13.717143,104.74,334.17825,593.18884,21.41384,172.21013,26.394793,1.7075845,51.3613,1.1599692,1.2643938,4.963395,15.205417,159.20467,31.872446,19.395138,383.50137,109.914925,65.50744,84.46875,28.134525,55.51823,18.590279,14.1836815,18.996876,133.56033,53.997322,24.707531,22.030458,13.979167,28.936012,25.040277,3.2111328,125.49897,28.955418,321.90475,12.584966,572.6498,29.80896,561.0634,242.3449,11.870643,14.390452,351.50317,452.39075,1443.8289,453.06107 +2023-11-11 16:00:00,0.0,4708.539,120.80529,64.5893,97.20104,59.801666,329.08292,45.696495,94.92584,26.109182,55.798904,799.4454,88.72905,26.51102,228.71916,1.0557911,0.8447231,54.962467,1.8562222,4.151193,967.1978,5.3209867,1011.50165,123.9233,0.21432017,11.588787,459.0618,44.302563,265.97284,177.08646,6692.598,2.2529228,2712.3203,32.7514,0.7544313,1.4367671,4.1452484,276.29593,332.121,60.939102,60.08889,40.2449,13.781808,1246.9137,19.53558,58.054264,19.063778,474.2354,23.69509,452.25275,8.266705,57.88733,0.0,884.65735,3137.0034,0.5445151,248.15501,25.866388,19995.76,31.85709,0.896617,13.97545,33.478382,6.842278,2.1859148,16.87545,432.9256,135.55255,17.01462,0.76792336,2.5706127,116.628334,3.4485927,191.38222,261.12888,1973.2694,626.5289,101.8752,149.63972,164.38498,7.090514,10.276541,70.91404,9.232636,13.665158,18.78631,28.019096,122.48716,18.429462,17.457535,53.686752,12.233079,3525.437,22.524176,22.394444,17.287369,11.150483,185.43492,38.209503,18.794445,6.020418,10.953829,15.872745,65.10922,131.49358,30.867222,152.607,22.459648,11.228611,81.36997,52.793667,133.36983,81.53368,4.9907107,3.9433331,5.3004813,27.4734,4324.7686,4.335001,9.159582,61.384075,15.671288,153.98846,60.33778,117.93791,3.3695142,78.36778,468.28772,328.70264,44.87528,417.1212,53.988888,57.514103,88.789604,24.627466,4.007398,20.879375,546.5187,0.5277184,1.0356296,96.86455,15.580285,9.054869,11.231798,17.188349,136.09738,35.28417,156.6654,826.0791,358.12122,2506.594,1992.2568,28.22378,53.152523,3156.827,19.707954,78.27963,581.93823,133.86877,187.38943,85.65029,445.05035,450.00006,463.52652,13.70819,104.67245,334.14542,592.8809,21.39765,172.08852,26.370556,1.7075149,51.363697,1.1599443,1.2644844,4.9626822,15.199556,159.00676,31.854637,19.394073,383.2669,109.84074,65.46349,84.416664,28.114605,55.52222,18.575926,14.160296,18.99,133.48538,53.969524,24.683815,22.056482,13.972222,28.908255,25.030369,3.207697,125.4263,28.92676,321.72382,12.578883,572.2424,29.789484,561.4789,242.23761,11.856173,14.38506,351.194,452.03528,1443.1477,453.50128 +2023-11-11 17:00:00,0.0,4705.805,120.69813,64.52098,97.168144,59.779896,329.09265,45.692173,94.90711,26.10103,55.793427,798.5352,88.74521,26.506126,228.61528,1.0542065,0.8429986,54.985023,1.8525308,4.1673207,967.4041,5.3415837,1012.0752,123.95202,0.21510716,11.633996,459.49283,44.31186,266.32993,177.15285,6687.368,2.2607303,2712.294,32.85241,0.7566363,1.4412833,4.159852,276.23517,332.0542,61.05904,60.073612,40.244392,13.7771015,1246.0042,19.598665,58.017902,19.047215,474.23163,23.675636,452.44983,8.261835,57.8495,0.0,884.4147,3135.0544,0.5438702,248.00566,25.84865,19981.639,31.844421,0.8963596,13.964491,33.455677,6.840416,2.1852672,16.866573,432.6609,135.4272,16.997925,0.7676556,2.569479,116.620735,3.4452295,191.29028,261.15985,1973.5571,626.21606,101.865654,149.67606,164.586,7.0973725,10.284506,71.04968,9.255115,13.693939,18.77304,28.001272,122.54909,18.42446,17.444605,53.676212,12.2344475,3525.763,22.516651,22.393055,17.285295,11.149537,185.44722,38.212673,18.786806,6.0219035,10.947388,15.865343,65.09139,131.44656,30.864653,152.6117,22.45477,11.215305,81.30184,52.760143,133.24844,81.54942,5.002339,3.941354,5.2996435,27.45501,4320.626,4.3434334,9.145588,61.3678,15.665657,153.95744,60.373474,117.94029,3.3700087,78.34285,468.2443,328.7505,44.84554,416.99283,53.96736,57.507137,88.755424,24.647831,4.0113072,20.88968,546.4159,0.5278183,1.0365995,96.91296,15.598339,9.055779,11.236436,17.190191,136.16457,35.32771,156.67458,826.2383,357.89017,2505.9468,1991.9496,28.207037,53.095768,3154.7021,19.716618,78.20162,581.8015,133.73985,187.23462,85.58128,444.58963,449.7215,463.53668,13.699238,104.60489,334.11258,592.573,21.381462,171.9669,26.34632,1.7074454,51.366093,1.1599193,1.2645751,4.9619694,15.193695,158.80884,31.836826,19.39301,383.03244,109.76655,65.41955,84.364586,28.094683,55.526215,18.561575,14.136912,18.983126,133.41043,53.941727,24.660099,22.082506,13.965278,28.880495,25.020462,3.2042613,125.35363,28.8981,321.54288,12.572801,571.8349,29.770008,561.8944,242.13031,11.841702,14.379668,350.88483,451.6798,1442.4666,453.94153 +2023-11-11 18:00:00,0.0,4703.071,120.59097,64.45267,97.13525,59.758125,329.1024,45.68785,94.888374,26.092878,55.787952,797.62506,88.76136,26.501232,228.51141,1.052622,0.84127414,55.007576,1.8488394,4.1834483,967.61035,5.3621807,1012.6487,123.98074,0.21589413,11.679206,459.92386,44.32115,266.68704,177.21924,6682.138,2.2685375,2712.2676,32.953423,0.7588413,1.4457997,4.174455,276.17444,331.9874,61.178974,60.058334,40.24388,13.772394,1245.0945,19.661753,57.981544,19.03065,474.22794,23.656183,452.6469,8.256967,57.811672,0.0,884.172,3133.1057,0.54322535,247.85632,25.83091,19967.516,31.831755,0.8961022,13.953532,33.43297,6.838554,2.1846197,16.857698,432.39615,135.30185,16.981232,0.7673879,2.5683453,116.61313,3.4418664,191.19833,261.19083,1973.8448,625.9033,101.8561,149.71239,164.78703,7.1042314,10.292471,71.185326,9.277592,13.72272,18.759771,27.983448,122.61102,18.419458,17.431673,53.665676,12.235816,3526.0889,22.509129,22.391666,17.283222,11.148591,185.45953,38.215843,18.779167,6.023389,10.940948,15.857941,65.07356,131.39957,30.862083,152.61641,22.449888,11.202001,81.23371,52.726624,133.12708,81.56516,5.0139666,3.939375,5.298805,27.43662,4316.4834,4.351866,9.131593,61.35153,15.660027,153.9264,60.40917,117.94267,3.370503,78.31792,468.2009,328.79837,44.8158,416.86447,53.945835,57.500175,88.721245,24.668198,4.0152164,20.899986,546.3131,0.5279182,1.0375694,96.961365,15.616392,9.056689,11.241075,17.192034,136.23175,35.37125,156.68373,826.39746,357.6591,2505.2998,1991.6423,28.190292,53.039013,3152.5776,19.725279,78.12361,581.6648,133.61092,187.07979,85.51228,444.12888,449.44296,463.5468,13.690286,104.53733,334.07974,592.2651,21.365273,171.84528,26.322084,1.7073758,51.36849,1.1598943,1.2646657,4.9612565,15.187834,158.61093,31.819016,19.391943,382.79797,109.69236,65.375595,84.3125,28.074762,55.53021,18.547222,14.113528,18.97625,133.33548,53.91393,24.636383,22.10853,13.958333,28.852737,25.010555,3.2008257,125.28096,28.869442,321.36194,12.566718,571.4275,29.750532,562.3099,242.02301,11.827232,14.374277,350.57565,451.32434,1441.7855,454.38177 +2023-11-11 19:00:00,0.0,4700.337,120.48381,64.384346,97.10234,59.736355,329.11212,45.683525,94.86964,26.084728,55.78248,796.71497,88.77751,26.496338,228.40753,1.0510373,0.83954966,55.030132,1.845148,4.199576,967.81665,5.382778,1013.2222,124.00946,0.21668112,11.724416,460.3549,44.33045,267.04413,177.28563,6676.908,2.276345,2712.2412,33.054432,0.7610463,1.450316,4.1890583,276.11368,331.9206,61.298912,60.043056,40.243374,13.767688,1244.1849,19.724838,57.945183,19.014086,474.2242,23.63673,452.844,8.252097,57.77384,0.0,883.9293,3131.157,0.5425805,247.70699,25.813171,19953.393,31.819086,0.8958448,13.942573,33.410263,6.836692,2.1839721,16.848824,432.13144,135.1765,16.964539,0.7671202,2.5672116,116.60552,3.4385033,191.10638,261.2218,1974.1324,625.5905,101.84655,149.74873,164.98807,7.1110897,10.300437,71.32098,9.30007,13.751501,18.746502,27.965626,122.67295,18.414455,17.418743,53.655136,12.237184,3526.4148,22.501606,22.390278,17.281149,11.147644,185.47183,38.219013,18.771528,6.024874,10.934506,15.850539,65.055725,131.35257,30.859514,152.62111,22.445007,11.188695,81.16557,52.693104,133.00569,81.5809,5.025594,3.9373958,5.2979674,27.41823,4312.3413,4.360298,9.117599,61.335255,15.654395,153.89537,60.444862,117.945045,3.3709974,78.292984,468.15747,328.84622,44.786064,416.73615,53.924305,57.49321,88.687065,24.688564,4.0191255,20.91029,546.2103,0.5280181,1.0385393,97.00977,15.634446,9.0576,11.245712,17.193878,136.29893,35.41479,156.6929,826.5567,357.42804,2504.6526,1991.3351,28.17355,52.982258,3150.4531,19.733942,78.0456,581.528,133.48198,186.92496,85.443275,443.66815,449.1644,463.55698,13.681334,104.46978,334.0469,591.9572,21.349085,171.72366,26.297848,1.7073061,51.37088,1.1598693,1.2647563,4.9605436,15.1819725,158.41302,31.801207,19.390879,382.5635,109.618164,65.33165,84.260414,28.054842,55.534203,18.532871,14.090144,18.969376,133.26053,53.88613,24.612665,22.134554,13.951389,28.82498,25.000647,3.19739,125.2083,28.840782,321.181,12.560636,571.02,29.731058,562.72534,241.91573,11.812762,14.368885,350.26648,450.9689,1441.1044,454.822 +2023-11-11 20:00:00,0.0,4697.6025,120.376656,64.31603,97.06944,59.714584,329.1219,45.679203,94.85091,26.076576,55.777,795.8048,88.79366,26.491444,228.30365,1.0494527,0.8378252,55.05269,1.8414567,4.215704,968.0229,5.403375,1013.7958,124.03818,0.21746811,11.769626,460.78592,44.339745,267.40125,177.35202,6671.678,2.2841523,2712.215,33.155445,0.76325125,1.4548323,4.2036614,276.05295,331.8538,61.41885,60.02778,40.242867,13.76298,1243.2754,19.787924,57.908825,18.99752,474.22046,23.617277,453.04108,8.247229,57.736015,0.0,883.68665,3129.208,0.5419356,247.55763,25.795433,19939.27,31.80642,0.89558744,13.931614,33.387558,6.83483,2.1833243,16.839947,431.86673,135.05115,16.947845,0.7668525,2.566078,116.597916,3.4351401,191.01445,261.25278,1974.4202,625.2778,101.837,149.78506,165.18909,7.1179485,10.308402,71.45662,9.322548,13.780282,18.733232,27.947803,122.73488,18.409454,17.405813,53.6446,12.238552,3526.7407,22.494081,22.38889,17.279078,11.146698,185.48413,38.222187,18.76389,6.02636,10.928065,15.843137,65.037895,131.30556,30.856943,152.62582,22.440128,11.175389,81.09744,52.659584,132.88432,81.59664,5.037222,3.9354167,5.2971296,27.39984,4308.1987,4.36873,9.103604,61.31898,15.648765,153.86433,60.480556,117.947426,3.3714917,78.26806,468.11404,328.8941,44.756325,416.6078,53.90278,57.486248,88.652885,24.708931,4.023035,20.920595,546.10754,0.528118,1.0395092,97.05818,15.652499,9.05851,11.250351,17.19572,136.36612,35.458332,156.70207,826.71594,357.19696,2504.0054,1991.0277,28.156807,52.925503,3148.3284,19.742603,77.96759,581.3913,133.35306,186.77014,85.37427,443.2074,448.88583,463.56714,13.67238,104.40222,334.01407,591.6493,21.332895,171.60204,26.273611,1.7072365,51.373276,1.1598444,1.264847,4.9598308,15.176111,158.2151,31.783396,19.389814,382.32904,109.543976,65.2877,84.208336,28.034922,55.538193,18.518518,14.06676,18.9625,133.18558,53.858334,24.58895,22.160578,13.944445,28.797222,24.99074,3.1939542,125.13563,28.812124,321.00006,12.554553,570.6126,29.711582,563.1408,241.80843,11.798292,14.363493,349.9573,450.61343,1440.4232,455.26224 +2023-11-11 21:00:00,0.0,4694.8687,120.26949,64.24771,97.036545,59.692814,329.13162,45.67488,94.83217,26.068426,55.771526,794.89465,88.809814,26.48655,228.19977,1.0478681,0.83610064,55.075245,1.8377652,4.2318316,968.2292,5.423972,1014.36926,124.066895,0.21825509,11.814836,461.21695,44.349037,267.75833,177.41841,6666.448,2.2919595,2712.1887,33.256454,0.76545626,1.4593487,4.2182646,275.99222,331.787,61.538788,60.0125,40.24236,13.758274,1242.3658,19.85101,57.872463,18.980957,474.21674,23.597824,453.23813,8.242359,57.698185,0.0,883.444,3127.2593,0.54129076,247.4083,25.777695,19925.148,31.79375,0.8953301,13.920655,33.36485,6.8329673,2.1826768,16.831072,431.602,134.9258,16.93115,0.76658475,2.5649445,116.59032,3.431777,190.9225,261.28375,1974.7078,624.96497,101.82745,149.8214,165.39012,7.124807,10.316368,71.59227,9.345026,13.809063,18.719963,27.92998,122.79681,18.404453,17.392881,53.63406,12.23992,3527.0667,22.486559,22.3875,17.277004,11.145752,185.49643,38.225357,18.75625,6.0278454,10.921625,15.835735,65.020065,131.25856,30.854374,152.63052,22.435247,11.162084,81.02931,52.62606,132.76294,81.61239,5.04885,3.9334373,5.2962914,27.38145,4304.0566,4.3771625,9.08961,61.30271,15.643134,153.8333,60.51625,117.9498,3.371986,78.243126,468.07062,328.94196,44.726585,416.47943,53.88125,57.479282,88.618706,24.729296,4.026944,20.930899,546.00476,0.5282179,1.0404792,97.10659,15.670553,9.059421,11.25499,17.197563,136.4333,35.501877,156.71124,826.8751,356.9659,2503.3582,1990.7205,28.140064,52.868748,3146.2039,19.751266,77.88958,581.2545,133.22412,186.61531,85.30526,442.74667,448.6073,463.5773,13.663428,104.33467,333.98123,591.3414,21.316708,171.48042,26.249376,1.707167,51.37567,1.1598195,1.2649376,4.959118,15.17025,158.0172,31.765587,19.38875,382.09457,109.46979,65.24375,84.15625,28.015001,55.542187,18.504168,14.043376,18.955626,133.11063,53.830536,24.565233,22.186602,13.9375,28.769464,24.980833,3.1905186,125.06296,28.783464,320.81912,12.5484705,570.20514,29.692106,563.5563,241.70113,11.783823,14.358101,349.64813,450.25797,1439.7421,455.70245 +2023-11-11 22:00:00,0.0,4692.135,120.16234,64.1794,97.00364,59.671043,329.14136,45.670555,94.81344,26.060274,55.766052,793.9845,88.825966,26.481655,228.09589,1.0462835,0.83437616,55.0978,1.8340738,4.247959,968.4355,5.444569,1014.9428,124.09561,0.21904208,11.860045,461.64798,44.358334,268.11542,177.4848,6661.2183,2.299767,2712.1624,33.357468,0.7676612,1.4638649,4.232868,275.93146,331.72018,61.658726,59.997223,40.241848,13.753567,1241.4562,19.914095,57.836105,18.964392,474.213,23.578371,453.4352,8.237491,57.660355,0.0,883.20135,3125.3105,0.5406459,247.25894,25.759956,19911.025,31.781084,0.8950727,13.909696,33.34214,6.831105,2.1820292,16.822195,431.33728,134.80043,16.914457,0.766317,2.5638108,116.58271,3.4284139,190.83055,261.31473,1974.9955,624.6522,101.81791,149.85774,165.59114,7.131665,10.324333,71.72791,9.367504,13.837844,18.706694,27.912157,122.858734,18.39945,17.379951,53.623524,12.241288,3527.3926,22.479036,22.38611,17.274931,11.144805,185.50873,38.228527,18.748611,6.0293307,10.915184,15.828333,65.002235,131.21155,30.851805,152.63522,22.430367,11.148779,80.961174,52.59254,132.64156,81.62813,5.0604777,3.9314582,5.2954535,27.36306,4299.914,4.385595,9.075616,61.286438,15.637503,153.80226,60.551945,117.95218,3.3724804,78.21819,468.0272,328.98984,44.69685,416.35107,53.859722,57.472317,88.584526,24.749662,4.0308533,20.941204,545.902,0.5283178,1.0414491,97.155,15.688607,9.060331,11.259627,17.199406,136.50049,35.545418,156.72041,827.0343,356.73486,2502.711,1990.4132,28.123322,52.811993,3144.0793,19.75993,77.81158,581.1178,133.0952,186.46048,85.23626,442.28592,448.32874,463.58746,13.654476,104.26711,333.9484,591.03345,21.300518,171.3588,26.22514,1.7070974,51.378067,1.1597944,1.2650282,4.958405,15.16439,157.81929,31.747776,19.387684,381.8601,109.3956,65.19981,84.104164,27.99508,55.54618,18.489815,14.019991,18.94875,133.03568,53.80274,24.541517,22.212624,13.930555,28.741707,24.970924,3.187083,124.990295,28.754807,320.63818,12.542387,569.7977,29.67263,563.97174,241.59384,11.769353,14.35271,349.33896,449.9025,1439.0609,456.1427 +2023-11-11 23:00:00,0.0,4689.4004,120.055176,64.11108,96.97074,59.649273,329.1511,45.666233,94.7947,26.052122,55.760574,793.07434,88.84212,26.476759,227.992,1.0446988,0.8326517,55.120354,1.8303825,4.2640867,968.6417,5.4651666,1015.5163,124.12433,0.21982907,11.905255,462.079,44.367626,268.47253,177.55118,6655.9883,2.3075743,2712.136,33.458477,0.7698662,1.4683813,4.2474713,275.87073,331.65338,61.77866,59.981945,40.24134,13.74886,1240.5466,19.97718,57.799744,18.947826,474.2093,23.55892,453.6323,8.232621,57.622528,0.0,882.9586,3123.3616,0.54000103,247.1096,25.742218,19896.902,31.768417,0.8948153,13.898737,33.319435,6.829243,2.1813817,16.81332,431.07254,134.67508,16.897764,0.7660493,2.5626771,116.5751,3.4250507,190.73862,261.3457,1975.2832,624.3394,101.80836,149.89407,165.79218,7.138524,10.332298,71.86356,9.389982,13.866624,18.693426,27.894333,122.92066,18.39445,17.367022,53.612984,12.242656,3527.7185,22.471512,22.384722,17.272858,11.143859,185.52104,38.231697,18.740973,6.030816,10.908744,15.820931,64.984406,131.16455,30.849236,152.63994,22.425488,11.135473,80.89304,52.55902,132.52019,81.64387,5.0721054,3.9294791,5.2946157,27.34467,4295.7715,4.394027,9.061622,61.270164,15.631872,153.77122,60.58764,117.95455,3.3729746,78.19327,467.98376,329.0377,44.66711,416.22272,53.838196,57.465355,88.55035,24.77003,4.0347624,20.951508,545.7992,0.5284177,1.042419,97.20341,15.70666,9.061241,11.264266,17.201248,136.56766,35.58896,156.72958,827.1935,356.50378,2502.064,1990.106,28.106577,52.755238,3141.9548,19.76859,77.73357,580.9811,132.96626,186.30566,85.16725,441.8252,448.0502,463.59763,13.645524,104.199554,333.91556,590.7255,21.28433,171.23718,26.200903,1.7070278,51.380463,1.1597695,1.265119,4.957692,15.158528,157.62138,31.729965,19.38662,381.62564,109.32141,65.15585,84.052086,27.97516,55.550175,18.475464,13.996607,18.941875,132.96072,53.77494,24.517801,22.238647,13.923611,28.713947,24.961018,3.1836474,124.917625,28.726147,320.45724,12.536304,569.3903,29.653156,564.3872,241.48654,11.754883,14.347318,349.02975,449.54706,1438.3798,456.58292 +2023-11-12 00:00:00,0.0,4686.6665,119.94802,64.04276,96.93784,59.6275,329.16083,45.66191,94.77596,26.043972,55.7551,792.16425,88.85827,26.471865,227.88812,1.0431142,0.8309272,55.14291,1.826691,4.2802143,968.848,5.4857635,1016.08984,124.15305,0.22061604,11.950465,462.51004,44.376923,268.82962,177.61757,6650.759,2.3153818,2712.1096,33.55949,0.7720712,1.4728975,4.2620745,275.80997,331.58658,61.898598,59.966667,40.240833,13.744153,1239.6371,20.040266,57.763386,18.931263,474.20557,23.539467,453.82938,8.227753,57.584698,0.0,882.71594,3121.4128,0.5393562,246.96025,25.72448,19882.78,31.755749,0.89455795,13.887778,33.29673,6.827381,2.1807342,16.804445,430.80783,134.54973,16.881071,0.7657816,2.5615435,116.567505,3.4216876,190.64667,261.37668,1975.5708,624.0267,101.798805,149.93042,165.99321,7.1453824,10.340264,71.99921,9.412459,13.895405,18.680157,27.87651,122.9826,18.389446,17.35409,53.602448,12.244024,3528.0444,22.46399,22.383333,17.270786,11.142913,185.53334,38.234867,18.733334,6.0323014,10.902303,15.813529,64.96657,131.11755,30.846666,152.64464,22.420607,11.122168,80.82491,52.525497,132.3988,81.65961,5.083733,3.9275,5.2937775,27.32628,4291.6294,4.4024596,9.0476265,61.25389,15.626242,153.74019,60.623333,117.95693,3.373469,78.168335,467.94037,329.08557,44.63737,416.0944,53.816666,57.45839,88.51617,24.790396,4.0386715,20.961813,545.6964,0.52851766,1.0433888,97.251816,15.724714,9.062152,11.268904,17.20309,136.63484,35.6325,156.73875,827.3527,356.27274,2501.4167,1989.7986,28.089834,52.698483,3139.83,19.777254,77.655556,580.8443,132.83733,186.15083,85.09824,441.36444,447.77164,463.6078,13.636571,104.132,333.88272,590.4176,21.26814,171.11555,26.176666,1.7069583,51.382854,1.1597446,1.2652096,4.9569793,15.152667,157.42346,31.712156,19.385555,381.39117,109.247215,65.11191,84.0,27.955238,55.554165,18.461111,13.973223,18.935,132.88577,53.747147,24.494085,22.264671,13.916667,28.68619,24.95111,3.1802115,124.844955,28.697487,320.2763,12.530222,568.98285,29.63368,564.8027,241.37924,11.740413,14.341926,348.72058,449.1916,1437.6986,457.02316 +2023-11-12 01:00:00,0.0,4683.932,119.84086,63.97444,96.904945,59.60573,329.1706,45.657585,94.75723,26.03582,55.749626,791.2541,88.87443,26.46697,227.78424,1.0415297,0.8292027,55.165466,1.8229996,4.296342,969.05426,5.5063605,1016.6633,124.18177,0.22140303,11.995675,462.94107,44.38622,269.18674,177.68396,6645.529,2.323189,2712.0833,33.6605,0.7742762,1.4774139,4.276678,275.74924,331.51978,62.018536,59.95139,40.240326,13.739447,1238.7274,20.103352,57.727024,18.914698,474.20184,23.520014,454.02646,8.222883,57.54687,0.0,882.47327,3119.464,0.5387113,246.81091,25.706741,19868.658,31.743082,0.8943006,13.876819,33.27402,6.825519,2.1800866,16.795568,430.5431,134.42438,16.864376,0.7655139,2.5604098,116.5599,3.4183245,190.55472,261.40762,1975.8585,623.71387,101.78926,149.96675,166.19423,7.1522408,10.348229,72.13485,9.4349375,13.924186,18.666887,27.858688,123.044525,18.384445,17.34116,53.59191,12.245392,3528.3704,22.456465,22.381945,17.268713,11.141966,185.54564,38.238037,18.725695,6.0337873,10.895863,15.806128,64.94874,131.07054,30.844097,152.64935,22.415726,11.108863,80.75678,52.491978,132.27744,81.67535,5.0953608,3.9255207,5.2929397,27.30789,4287.487,4.4108915,9.033632,61.237617,15.620611,153.70915,60.659027,117.959305,3.3739634,78.1434,467.89694,329.13342,44.60763,415.96603,53.79514,57.451427,88.48199,24.810762,4.042581,20.972118,545.5937,0.52861756,1.0443587,97.300224,15.742767,9.063062,11.273542,17.204933,136.70203,35.67604,156.74792,827.51196,356.04166,2500.7695,1989.4913,28.073092,52.641727,3137.7056,19.785915,77.577545,580.7076,132.7084,185.996,85.029236,440.90372,447.4931,463.61795,13.627619,104.064445,333.84988,590.1097,21.251953,170.99394,26.152431,1.7068887,51.38525,1.1597196,1.2653002,4.9562664,15.146806,157.22556,31.694345,19.384491,381.1567,109.17303,65.067955,83.947914,27.935318,55.55816,18.44676,13.949839,18.928125,132.81082,53.71935,24.470367,22.290695,13.909722,28.658432,24.941202,3.176776,124.77229,28.668829,320.09537,12.524139,568.57544,29.614204,565.21814,241.27194,11.725943,14.336534,348.4114,448.83612,1437.0175,457.4634 +2023-11-12 02:00:00,0.0,4681.198,119.7337,63.906124,96.87204,59.583958,329.18033,45.653263,94.738495,26.02767,55.74415,790.34393,88.89058,26.462076,227.68036,1.039945,0.82747823,55.188023,1.8193083,4.3124695,969.26056,5.5269575,1017.2369,124.21049,0.22219002,12.040884,463.3721,44.39551,269.54382,177.75035,6640.299,2.3309963,2712.057,33.761513,0.77648115,1.4819301,4.2912807,275.68848,331.45297,62.138474,59.93611,40.23982,13.734739,1237.8179,20.166437,57.690666,18.898134,474.19812,23.50056,454.22354,8.218015,57.50904,0.0,882.2306,3117.5151,0.53806645,246.66158,25.689001,19854.535,31.730413,0.8940432,13.86586,33.251316,6.823657,2.179439,16.786694,430.27838,134.29903,16.847683,0.76524615,2.559276,116.55229,3.4149613,190.46278,261.4386,1976.1462,623.4011,101.77971,150.00308,166.39526,7.1590996,10.3561945,72.2705,9.457416,13.952967,18.653618,27.840864,123.10645,18.379444,17.32823,53.58137,12.24676,3528.6963,22.448942,22.380556,17.26664,11.14102,185.55794,38.24121,18.718056,6.0352726,10.889421,15.798725,64.93091,131.02354,30.841528,152.65405,22.410847,11.095557,80.688644,52.458458,132.15605,81.691086,5.106989,3.9235415,5.292102,27.2895,4283.3447,4.419324,9.019638,61.221344,15.61498,153.67812,60.694725,117.961685,3.3744578,78.11848,467.85352,329.1813,44.577896,415.83768,53.773613,57.44446,88.44781,24.831127,4.04649,20.982422,545.4909,0.52871746,1.0453286,97.34864,15.760821,9.063972,11.27818,17.206778,136.76921,35.719585,156.7571,827.67114,355.8106,2500.1223,1989.1841,28.056349,52.584972,3135.581,19.794579,77.499535,580.57086,132.57947,185.84117,84.960236,440.44296,447.21454,463.6281,13.618667,103.99689,333.81708,589.80176,21.235764,170.87233,26.128195,1.706819,51.387646,1.1596947,1.2653909,4.9555535,15.1409445,157.02765,31.676535,19.383425,380.92224,109.09884,65.02401,83.895836,27.915398,55.562153,18.432407,13.926455,18.92125,132.73587,53.69155,24.446651,22.31672,13.902778,28.630674,24.931295,3.1733403,124.69962,28.64017,319.91446,12.518057,568.16797,29.594728,565.63367,241.16466,11.7114725,14.331141,348.10223,448.48065,1436.3364,457.90363 +2023-11-12 03:00:00,0.0,4678.464,119.62654,63.837807,96.83914,59.562187,329.19006,45.64894,94.719765,26.019518,55.738674,789.4338,88.90673,26.457182,227.57649,1.0383604,0.82575375,55.21058,1.8156168,4.328597,969.46686,5.5475545,1017.8104,124.239204,0.22297701,12.086094,463.80313,44.404808,269.9009,177.81674,6635.069,2.3388038,2712.0305,33.862522,0.77868617,1.4864465,4.3058844,275.62775,331.38617,62.258408,59.920834,40.239307,13.730033,1236.9083,20.229523,57.654305,18.881569,474.1944,23.481108,454.42062,8.213145,57.471214,0.0,881.9879,3115.5664,0.5374216,246.51222,25.671263,19840.412,31.717747,0.89378583,13.854901,33.228607,6.8217945,2.1787915,16.777817,430.01367,134.17368,16.83099,0.7649784,2.5581424,116.54469,3.4115982,190.37083,261.46957,1976.4338,623.0883,101.77016,150.03943,166.5963,7.165958,10.364161,72.40614,9.479894,13.981748,18.640348,27.82304,123.16838,18.374441,17.315298,53.570835,12.248128,3529.0222,22.44142,22.379168,17.264568,11.140074,185.57024,38.24438,18.710417,6.036758,10.882981,15.791324,64.91308,130.97653,30.838959,152.65877,22.405966,11.082252,80.620514,52.42494,132.03468,81.70683,5.1186166,3.9215624,5.2912636,27.27111,4279.202,4.4277563,9.005644,61.20507,15.609349,153.64708,60.73042,117.96406,3.374952,78.093544,467.8101,329.22916,44.548157,415.70932,53.752083,57.4375,88.41363,24.851494,4.0503993,20.992727,545.3881,0.52881736,1.0462986,97.39705,15.778874,9.064883,11.282819,17.20862,136.8364,35.763126,156.76627,827.8303,355.57956,2499.475,1988.8768,28.039606,52.528217,3133.4563,19.80324,77.421524,580.4341,132.45055,185.68636,84.89123,439.9822,446.93597,463.63828,13.6097145,103.92934,333.78424,589.49384,21.219576,170.7507,26.103958,1.7067494,51.39004,1.1596696,1.2654815,4.954841,15.135083,156.82973,31.658726,19.38236,380.68777,109.02465,64.980064,83.84375,27.895477,55.566147,18.418056,13.90307,18.914375,132.66092,53.663754,24.422935,22.342743,13.895833,28.602917,24.921389,3.1699047,124.62695,28.611511,319.73352,12.511974,567.76056,29.575254,566.04913,241.05736,11.697002,14.32575,347.79306,448.12518,1435.6553,458.34387 +2023-11-12 04:00:00,0.0,4675.73,119.51939,63.76949,96.806244,59.540417,329.1998,45.64462,94.70103,26.011366,55.7332,788.5237,88.92288,26.452288,227.47261,1.0367758,0.82402927,55.233135,1.8119254,4.344725,969.6731,5.568152,1018.3839,124.26792,0.22376399,12.131304,464.23416,44.4141,270.25803,177.88313,6629.839,2.346611,2712.0042,33.963535,0.7808912,1.4909627,4.3204875,275.56702,331.31937,62.378345,59.905556,40.2388,13.725326,1235.9988,20.292608,57.617947,18.865005,474.19067,23.461655,454.61768,8.208277,57.433384,0.0,881.7453,3113.6177,0.5367767,246.36288,25.653524,19826.29,31.705078,0.89352846,13.843942,33.205902,6.8199325,2.178144,16.768942,429.74893,134.04832,16.814297,0.7647107,2.557009,116.53709,3.408235,190.27888,261.50055,1976.7216,622.7755,101.760605,150.07576,166.79732,7.1728163,10.372126,72.541794,9.502372,14.010529,18.627079,27.805218,123.23031,18.36944,17.302368,53.560295,12.249496,3529.3481,22.433895,22.377777,17.262495,11.139127,185.58253,38.24755,18.702778,6.0382433,10.87654,15.783921,64.89525,130.92953,30.836388,152.66347,22.401085,11.068946,80.55238,52.391415,131.9133,81.72257,5.1302443,3.9195833,5.290426,27.25272,4275.06,4.4361887,8.99165,61.188797,15.603719,153.61604,60.766113,117.96644,3.3754463,78.06861,467.76666,329.277,44.518417,415.58096,53.730556,57.430534,88.37945,24.87186,4.0543084,21.00303,545.28534,0.52891725,1.0472685,97.44546,15.796928,9.065793,11.287457,17.210463,136.90358,35.806667,156.77544,827.9895,355.34848,2498.828,1988.5696,28.022861,52.471462,3131.3318,19.811903,77.34352,580.29736,132.32161,185.53152,84.82222,439.52148,446.65744,463.64844,13.600761,103.86178,333.7514,589.1859,21.203386,170.62909,26.079723,1.7066799,51.392437,1.1596447,1.2655721,4.9541283,15.129223,156.63182,31.640915,19.381296,380.4533,108.95046,64.93611,83.791664,27.875557,55.570137,18.403704,13.879685,18.9075,132.58597,53.635956,24.39922,22.368767,13.888889,28.57516,24.91148,3.1664689,124.55429,28.582851,319.55258,12.505892,567.3531,29.555779,566.4646,240.95006,11.682532,14.320358,347.4839,447.76974,1434.9741,458.7841 +2023-11-12 05:00:00,0.0,4672.9956,119.412224,63.70117,96.77334,59.518646,329.20953,45.640293,94.68229,26.003216,55.727722,787.6135,88.93903,26.447393,227.36873,1.0351912,0.8223047,55.255688,1.8082341,4.3608527,969.8794,5.588749,1018.95746,124.29664,0.22455098,12.176514,464.6652,44.423397,270.6151,177.94952,6624.609,2.3544185,2711.9778,34.064545,0.78309613,1.4954791,4.3350906,275.50626,331.25256,62.498283,59.890278,40.238293,13.720619,1235.0891,20.355696,57.581585,18.84844,474.18695,23.442202,454.81476,8.203407,57.395554,0.0,881.5026,3111.6687,0.53613186,246.21353,25.635786,19812.168,31.692411,0.8932711,13.832983,33.183197,6.8180704,2.1774962,16.760067,429.48422,133.92297,16.797602,0.764443,2.5558753,116.52948,3.4048722,190.18695,261.53152,1977.0092,622.46277,101.75107,150.11209,166.99835,7.179675,10.380091,72.67744,9.52485,14.0393095,18.61381,27.787395,123.29224,18.364439,17.289436,53.54976,12.250864,3529.674,22.426373,22.376389,17.260422,11.138181,185.59485,38.25072,18.695139,6.039729,10.8701,15.77652,64.87741,130.88254,30.833818,152.66818,22.396206,11.055641,80.48425,52.357895,131.79193,81.73831,5.141872,3.917604,5.289588,27.23433,4270.9175,4.444621,8.977655,61.172523,15.598088,153.585,60.801807,117.96881,3.3759408,78.04368,467.72324,329.3249,44.48868,415.45264,53.709026,57.423573,88.34527,24.892227,4.058218,21.013336,545.18256,0.52901715,1.0482384,97.493866,15.814981,9.066704,11.292095,17.212305,136.97076,35.85021,156.78459,828.14874,355.11743,2498.181,1988.2622,28.006119,52.414707,3129.2073,19.820564,77.26551,580.16064,132.19267,185.3767,84.75322,439.06073,446.37888,463.6586,13.591809,103.79422,333.71857,588.87805,21.187199,170.50746,26.055487,1.7066103,51.39483,1.1596198,1.2656628,4.9534154,15.123362,156.43391,31.623104,19.380232,380.21884,108.87627,64.892166,83.739586,27.855637,55.57413,18.389353,13.856301,18.900625,132.51102,53.60816,24.375504,22.394789,13.881945,28.547401,24.901573,3.1630332,124.48162,28.554193,319.37164,12.499809,566.9457,29.536303,566.88007,240.84277,11.668062,14.314966,347.1747,447.41428,1434.293,459.22433 +2023-11-12 06:00:00,0.0,4670.2617,119.30507,63.632854,96.74044,59.496876,329.2193,45.63597,94.66356,25.995064,55.722248,786.70337,88.955185,26.4425,227.26485,1.0336065,0.82058024,55.278244,1.8045427,4.3769803,970.08563,5.609346,1019.53094,124.32536,0.22533797,12.221724,465.09622,44.432693,270.97223,178.0159,6619.379,2.3622258,2711.9517,34.165558,0.78530115,1.4999954,4.349694,275.44553,331.18576,62.61822,59.875,40.237785,13.715912,1234.1796,20.418781,57.545227,18.831875,474.18323,23.42275,455.01184,8.198539,57.357727,0.0,881.25995,3109.72,0.535487,246.0642,25.618048,19798.045,31.679743,0.8930137,13.822023,33.16049,6.8162084,2.1768486,16.75119,429.21948,133.7976,16.780909,0.7641753,2.5547416,116.52188,3.401509,190.095,261.5625,1977.2969,622.14996,101.741516,150.14844,167.19937,7.1865335,10.388057,72.81309,9.547327,14.06809,18.600542,27.769571,123.35417,18.359436,17.276506,53.53922,12.252233,3530.0,22.41885,22.375,17.258348,11.137235,185.60715,38.25389,18.6875,6.0412145,10.863659,15.769117,64.85958,130.83553,30.83125,152.67288,22.391325,11.0423355,80.416115,52.324375,131.67055,81.75405,5.1534996,3.9156249,5.2887497,27.215939,4266.775,4.4530535,8.96366,61.15625,15.592457,153.55399,60.8375,117.97119,3.376435,78.01875,467.67984,329.37274,44.458942,415.32428,53.6875,57.416607,88.31109,24.912594,4.062127,21.02364,545.0798,0.52911705,1.0492083,97.542274,15.833035,9.067614,11.296734,17.214148,137.03793,35.89375,156.79376,828.308,354.88635,2497.5337,1987.955,27.989376,52.357952,3127.0825,19.829227,77.1875,580.02386,132.06375,185.22188,84.68421,438.6,446.10034,463.66876,13.582857,103.72667,333.68573,588.5701,21.17101,170.38585,26.03125,1.7065407,51.397224,1.1595948,1.2657534,4.9527025,15.1175,156.236,31.605295,19.379166,379.98438,108.80208,64.84821,83.6875,27.835716,55.578125,18.375,13.832917,18.89375,132.43607,53.58036,24.351788,22.420813,13.875,28.519642,24.891666,3.1595976,124.40895,28.525534,319.1907,12.493727,566.5382,29.516827,567.29553,240.73547,11.653592,14.309574,346.86554,447.0588,1433.6118,459.66455 +2023-11-12 07:00:00,0.0,4667.528,119.197914,63.564537,96.70754,59.475105,329.22903,45.63165,94.64482,25.986914,55.716774,785.7932,88.97134,26.437605,227.16096,1.032022,0.81885576,55.3008,1.8008512,4.393108,970.29193,5.629943,1020.1045,124.35408,0.22612494,12.266933,465.52725,44.441986,271.3293,178.08229,6614.149,2.370033,2711.9253,34.266567,0.7875061,1.5045117,4.3642974,275.38477,331.11896,62.73816,59.859722,40.237274,13.7112055,1233.27,20.481867,57.508865,18.815311,474.1795,23.403297,455.20892,8.193669,57.319897,0.0,881.0173,3107.7712,0.53484213,245.91486,25.60031,19783.922,31.667076,0.89275634,13.811065,33.13778,6.8143463,2.176201,16.742315,428.95477,133.67226,16.764215,0.76390755,2.553608,116.514275,3.398146,190.00305,261.59348,1977.5846,621.8372,101.731964,150.18477,167.4004,7.1933923,10.396022,72.94873,9.569805,14.096871,18.587273,27.751749,123.4161,18.354435,17.263577,53.528683,12.2536,3530.326,22.411325,22.373611,17.256277,11.136288,185.61945,38.25706,18.679861,6.0427,10.857219,15.761716,64.84175,130.78853,30.82868,152.67758,22.386444,11.02903,80.347984,52.29085,131.54918,81.76979,5.1651278,3.9136457,5.287912,27.19755,4262.633,4.4614854,8.949666,61.139977,15.586826,153.52295,60.873196,117.973564,3.3769295,77.99382,467.6364,329.42062,44.429203,415.19592,53.665974,57.409645,88.27691,24.932959,4.066036,21.033945,544.977,0.52921695,1.0501782,97.59068,15.851089,9.068524,11.301372,17.21599,137.10512,35.93729,156.80293,828.46716,354.6553,2496.8865,1987.6477,27.972633,52.301197,3124.958,19.83789,77.10949,579.88715,131.93481,185.06705,84.615204,438.13925,445.82178,463.67892,13.573904,103.65911,333.6529,588.2622,21.154821,170.26422,26.007015,1.7064712,51.39962,1.1595699,1.265844,4.9519897,15.111639,156.03809,31.587484,19.378101,379.7499,108.72789,64.80427,83.635414,27.815794,55.58212,18.36065,13.809533,18.886875,132.3611,53.552563,24.32807,22.446836,13.868055,28.491884,24.881758,3.1561618,124.33628,28.496876,319.00977,12.487644,566.1308,29.497353,567.711,240.62817,11.639122,14.304183,346.55634,446.70334,1432.9307,460.1048 +2023-11-12 08:00:00,0.0,4664.7935,119.09075,63.49622,96.67464,59.453335,329.23877,45.627323,94.62609,25.978762,55.711296,784.88306,88.987495,26.43271,227.05708,1.0304374,0.8171313,55.323357,1.7971599,4.4092355,970.4982,5.6505404,1020.67804,124.3828,0.22691193,12.312143,465.95828,44.451283,271.68643,178.14868,6608.919,2.3778405,2711.899,34.36758,0.7897111,1.509028,4.3789005,275.32404,331.05215,62.858093,59.844444,40.236767,13.706499,1232.3604,20.544952,57.472504,18.798746,474.17575,23.383844,455.406,8.188801,57.28207,0.0,880.7746,3105.8223,0.5341973,245.7655,25.582571,19769.8,31.654408,0.89249897,13.800106,33.115074,6.8124843,2.1755536,16.733438,428.69006,133.5469,16.74752,0.7636398,2.5524743,116.50667,3.3947828,189.91112,261.62445,1977.8722,621.5244,101.72242,150.2211,167.60144,7.2002506,10.403987,73.08437,9.592283,14.125651,18.574003,27.733925,123.47803,18.349432,17.250645,53.518143,12.254969,3530.6519,22.403803,22.372223,17.254204,11.135342,185.63174,38.260235,18.672222,6.044185,10.850778,15.754313,64.82392,130.74153,30.82611,152.6823,22.381565,11.015725,80.279854,52.25733,131.4278,81.78553,5.1767554,3.9116666,5.287074,27.17916,4258.49,4.469918,8.935672,61.123707,15.581196,153.49191,60.90889,117.975945,3.3774238,77.96889,467.593,329.46848,44.399464,415.06757,53.644444,57.40268,88.24273,24.953325,4.0699453,21.04425,544.8742,0.52931684,1.0511482,97.63909,15.869143,9.069434,11.30601,17.217834,137.1723,35.980835,156.8121,828.62634,354.42426,2496.2393,1987.3405,27.95589,52.244442,3122.8335,19.846552,77.03148,579.7504,131.8059,184.91222,84.546196,437.67853,445.54324,463.6891,13.564952,103.59155,333.62006,587.9543,21.138634,170.14261,25.982779,1.7064016,51.402016,1.1595448,1.2659347,4.951277,15.105778,155.84018,31.569674,19.377037,379.51544,108.6537,64.760315,83.583336,27.795874,55.586113,18.346296,13.786149,18.88,132.28615,53.524765,24.304354,22.47286,13.861111,28.464127,24.871851,3.1527262,124.26362,28.468216,318.82883,12.481561,565.7233,29.477877,568.12646,240.52087,11.624652,14.298791,346.24716,446.34787,1432.2495,460.54504 +2023-11-12 09:00:00,0.0,4662.0596,118.9836,63.427902,96.64174,59.431564,329.2485,45.623,94.60735,25.97061,55.705822,783.97296,89.00365,26.427814,226.9532,1.0288527,0.8154068,55.345913,1.7934685,4.425363,970.70447,5.6711373,1021.2515,124.411514,0.22769892,12.357353,466.3893,44.460575,272.04352,178.21507,6603.689,2.3856478,2711.8726,34.46859,0.7919161,1.5135443,4.3935037,275.26328,330.98535,62.97803,59.829166,40.23626,13.701792,1231.4508,20.608038,57.436146,18.782183,474.17203,23.364391,455.6031,8.183931,57.24424,0.0,880.532,3103.8735,0.5335524,245.61617,25.56483,19755.678,31.64174,0.8922416,13.789146,33.092365,6.8106217,2.174906,16.724564,428.42532,133.42155,16.730827,0.7633721,2.5513406,116.49906,3.3914196,189.81917,261.65543,1978.1599,621.2117,101.71287,150.25745,167.80246,7.207109,10.411953,73.220024,9.614761,14.154432,18.560734,27.716103,123.539955,18.34443,17.237715,53.507607,12.256336,3530.9778,22.396278,22.370832,17.25213,11.134396,185.64404,38.263405,18.664583,6.0456705,10.844337,15.746912,64.80609,130.69452,30.823542,152.687,22.376684,11.002419,80.211716,52.223812,131.30643,81.80127,5.188383,3.9096875,5.286236,27.160769,4254.348,4.47835,8.921678,61.107433,15.575565,153.46088,60.944584,117.97832,3.3779182,77.94396,467.54956,329.51636,44.369728,414.9392,53.622917,57.395718,88.20855,24.973692,4.0738544,21.054554,544.7714,0.5294168,1.0521181,97.6875,15.887196,9.070345,11.310648,17.219677,137.23949,36.024376,156.82127,828.7855,354.19318,2495.592,1987.0331,27.939148,52.187687,3120.7087,19.855215,76.95347,579.61365,131.67696,184.7574,84.477196,437.21777,445.26468,463.69925,13.556,103.524,333.58722,587.64636,21.122444,170.02098,25.958542,1.706332,51.40441,1.1595199,1.2660253,4.950564,15.099917,155.64227,31.551865,19.37597,379.28098,108.57951,64.71637,83.53125,27.775953,55.590103,18.331945,13.762765,18.873125,132.2112,53.496967,24.280638,22.498884,13.854167,28.436369,24.861944,3.1492906,124.19095,28.439558,318.6479,12.475478,565.3159,29.4584,568.54193,240.41359,11.610182,14.293399,345.938,445.99243,1431.5685,460.98526 +2023-11-12 10:00:00,0.0,4659.325,118.876434,63.359585,96.60884,59.409794,329.25824,45.61868,94.58862,25.96246,55.700348,783.0628,89.0198,26.42292,226.84932,1.0272682,0.8136823,55.368465,1.789777,4.4414907,970.91077,5.6917343,1021.8251,124.44023,0.22848591,12.402563,466.82034,44.46987,272.4006,178.28146,6598.459,2.3934553,2711.8462,34.5696,0.7941211,1.5180606,4.408107,275.20255,330.91855,63.09797,59.81389,40.235752,13.697085,1230.5413,20.671124,57.399784,18.765617,474.16833,23.344938,455.80017,8.179063,57.206413,0.0,880.2893,3101.9248,0.53290755,245.46681,25.547092,19741.555,31.629072,0.8919842,13.778188,33.06966,6.8087597,2.1742585,16.715689,428.1606,133.2962,16.714134,0.7631044,2.550207,116.49146,3.3880565,189.72722,261.6864,1978.4475,620.89886,101.70332,150.29378,168.0035,7.213968,10.419918,73.35567,9.637239,14.183213,18.547464,27.698277,123.60188,18.33943,17.224785,53.497066,12.257705,3531.3037,22.388756,22.369444,17.250057,11.133449,185.65636,38.266575,18.656944,6.0471563,10.837896,15.73951,64.78825,130.64752,30.820972,152.69171,22.371803,10.989114,80.143585,52.190292,131.18504,81.81702,5.200011,3.9077082,5.285398,27.14238,4250.2056,4.4867826,8.907683,61.09116,15.569934,153.42984,60.980278,117.9807,3.3784125,77.91903,467.50613,329.5642,44.33999,414.81088,53.601387,57.388752,88.17437,24.994059,4.077764,21.06486,544.66864,0.5295167,1.053088,97.73591,15.90525,9.071256,11.315287,17.22152,137.30667,36.067917,156.83044,828.94476,353.96213,2494.945,1986.7258,27.922403,52.13093,3118.5842,19.863876,76.875465,579.4769,131.54803,184.60257,84.40819,436.75705,444.9861,463.7094,13.547048,103.45644,333.55438,587.33844,21.106256,169.89937,25.934305,1.7062624,51.406803,1.159495,1.2661159,4.949851,15.094056,155.44435,31.534054,19.374907,379.0465,108.50532,64.672424,83.479164,27.756033,55.594097,18.317593,13.73938,18.866251,132.13625,53.46917,24.256922,22.524908,13.847222,28.408611,24.852036,3.145855,124.11828,28.410898,318.46695,12.469396,564.90845,29.438927,568.9574,240.30629,11.595712,14.288007,345.6288,445.63696,1430.8873,461.4255 +2023-11-12 11:00:00,0.0,4656.5913,118.76928,63.291267,96.575935,59.38802,329.26797,45.614353,94.569885,25.954308,55.69487,782.15265,89.03595,26.418026,226.74544,1.0256835,0.81195784,55.39102,1.7860857,4.457618,971.117,5.7123313,1022.39856,124.46895,0.22927289,12.447772,467.25137,44.479164,272.75772,178.34785,6593.229,2.4012625,2711.8198,34.670612,0.79632604,1.5225769,4.4227104,275.1418,330.85175,63.217907,59.79861,40.235245,13.692378,1229.6317,20.73421,57.363426,18.749054,474.16455,23.325485,455.99722,8.174193,57.168583,0.0,880.04663,3099.9758,0.5322627,245.31747,25.529354,19727.432,31.616405,0.89172685,13.767229,33.046955,6.8068976,2.173611,16.706812,427.89587,133.17085,16.697441,0.7628367,2.5490735,116.48386,3.3846934,189.63528,261.71735,1978.7352,620.5861,101.69377,150.33012,168.20451,7.220826,10.427884,73.49132,9.659718,14.211994,18.534195,27.680454,123.66381,18.334427,17.211853,53.48653,12.259072,3531.6296,22.381233,22.368055,17.247986,11.132503,185.66866,38.269745,18.649305,6.0486417,10.831456,15.732108,64.770424,130.60051,30.818401,152.69641,22.366924,10.975808,80.075455,52.15677,131.06367,81.832756,5.211639,3.905729,5.28456,27.12399,4246.063,4.495215,8.893689,61.074886,15.564303,153.3988,61.015972,117.98307,3.3789067,77.8941,467.46274,329.6121,44.31025,414.68253,53.57986,57.381786,88.14019,25.014423,4.081673,21.075163,544.56586,0.5296166,1.0540578,97.78432,15.923304,9.0721655,11.319925,17.223362,137.37386,36.111458,156.83961,829.104,353.73108,2494.2979,1986.4186,27.90566,52.074177,3116.4597,19.87254,76.797455,579.34015,131.4191,184.44774,84.33918,436.2963,444.70758,463.71957,13.5380945,103.38889,333.52155,587.0305,21.090067,169.77776,25.91007,1.7061929,51.4092,1.15947,1.2662066,4.949138,15.088195,155.24644,31.516245,19.373842,378.81204,108.43113,64.62847,83.427086,27.736113,55.59809,18.303242,13.715996,18.859375,132.0613,53.441372,24.233206,22.550932,13.840278,28.380854,24.842129,3.142419,124.045616,28.38224,318.286,12.463313,564.50104,29.41945,569.3729,240.19899,11.581242,14.282615,345.31964,445.2815,1430.2062,461.86572 +2023-11-12 12:00:00,0.0,4653.857,118.66212,63.22295,96.54304,59.36625,329.27774,45.61003,94.55115,25.946157,55.689396,781.2425,89.0521,26.413132,226.64157,1.0240989,0.81023335,55.413578,1.7823943,4.4737463,971.3233,5.7329283,1022.9721,124.497665,0.23005988,12.492982,467.6824,44.48846,273.1148,178.41425,6587.999,2.4090698,2711.7935,34.77162,0.79853106,1.5270932,4.437313,275.08105,330.78497,63.33784,59.783333,40.234734,13.687672,1228.722,20.797295,57.327065,18.732489,474.16086,23.306032,456.1943,8.169325,57.130753,0.0,879.80396,3098.027,0.5316178,245.16814,25.511616,19713.31,31.603737,0.8914695,13.756269,33.024246,6.8050356,2.1729634,16.697937,427.63116,133.0455,16.680746,0.76256895,2.5479398,116.47625,3.3813303,189.54333,261.74832,1979.023,620.2733,101.68423,150.36646,168.40555,7.227685,10.435849,73.62696,9.682195,14.240775,18.520926,27.662632,123.72574,18.329426,17.198923,53.47599,12.260441,3531.9556,22.373709,22.366667,17.245913,11.1315565,185.68095,38.272915,18.641666,6.050127,10.825015,15.724706,64.752594,130.55351,30.815832,152.70113,22.362043,10.962503,80.007324,52.12325,130.94229,81.848495,5.2232666,3.90375,5.283722,27.105598,4241.921,4.503647,8.879694,61.058613,15.558673,153.36777,61.051666,117.98545,3.3794012,77.86917,467.4193,329.65994,44.280514,414.55417,53.558334,57.374825,88.10601,25.03479,4.0855823,21.085468,544.46313,0.5297165,1.0550277,97.832726,15.941357,9.073076,11.324563,17.225204,137.44104,36.155,156.84879,829.2632,353.5,2493.6506,1986.1113,27.888918,52.01742,3114.3352,19.8812,76.719444,579.2034,131.29016,184.29291,84.27017,435.83554,444.42902,463.72974,13.529142,103.321335,333.4887,586.7226,21.07388,169.65613,25.885834,1.7061232,51.411594,1.159445,1.2662972,4.9484253,15.082334,155.04854,31.498434,19.372778,378.57758,108.35694,64.584526,83.375,27.716192,55.602085,18.288889,13.692612,18.8525,131.98634,53.413574,24.20949,22.576954,13.833333,28.353094,24.832222,3.1389835,123.972946,28.35358,318.10507,12.457231,564.0936,29.399975,569.7884,240.0917,11.5667715,14.277224,345.01047,444.92603,1429.525,462.30597 +2023-11-12 13:00:00,0.0,4651.123,118.55496,63.154633,96.51014,59.34448,329.28748,45.60571,94.53242,25.938005,55.68392,780.33234,89.06825,26.408237,226.53769,1.0225143,0.8085088,55.436134,1.7787029,4.489874,971.5296,5.7535257,1023.5456,124.52639,0.23084687,12.538192,468.11343,44.497757,273.47192,178.48064,6582.769,2.4168773,2711.767,34.872635,0.80073607,1.5316095,4.4519167,275.02032,330.71817,63.45778,59.768055,40.234226,13.682964,1227.8125,20.86038,57.290707,18.715925,474.15714,23.286581,456.3914,8.164455,57.092926,0.0,879.5613,3096.0784,0.53097296,245.01878,25.493877,19699.188,31.59107,0.8912121,13.745311,33.00154,6.8031735,2.1723158,16.68906,427.36642,132.92015,16.664053,0.7623012,2.546806,116.46865,3.3779671,189.45139,261.7793,1979.3105,619.9605,101.674675,150.40279,168.60658,7.2345433,10.443814,73.76261,9.704673,14.269556,18.507658,27.644808,123.787674,18.324423,17.185993,53.465454,12.261808,3532.2815,22.366186,22.365278,17.24384,11.1306095,185.69325,38.276085,18.634027,6.0516124,10.818575,15.717303,64.734764,130.50652,30.813263,152.70583,22.357162,10.949198,79.939186,52.08973,130.8209,81.864235,5.2348943,3.9017708,5.282884,27.08721,4237.7783,4.5120792,8.8657,61.04234,15.553042,153.33673,61.08736,117.98782,3.3798954,77.84424,467.3759,329.70782,44.250774,414.4258,53.536804,57.36786,88.07183,25.055157,4.0894914,21.095772,544.36035,0.5298164,1.0559976,97.881134,15.959411,9.073986,11.329202,17.227047,137.50822,36.198544,156.85796,829.42236,353.26895,2493.0034,1985.8041,27.872175,51.960667,3112.2104,19.889864,76.64143,579.0667,131.16124,184.13809,84.20117,435.37482,444.15048,463.7399,13.52019,103.25378,333.45587,586.4147,21.05769,169.53452,25.861597,1.7060536,51.41399,1.1594201,1.2663878,4.9477124,15.076472,154.85062,31.480623,19.371712,378.3431,108.28275,64.54057,83.322914,27.69627,55.606075,18.274538,13.669228,18.845625,131.91139,53.385777,24.185772,22.602978,13.826389,28.325336,24.822313,3.1355479,123.900276,28.324923,317.92413,12.451148,563.68616,29.380499,570.20386,239.9844,11.552301,14.2718315,344.7013,444.57056,1428.8439,462.74622 +2023-11-12 14:00:00,0.0,4648.3887,118.4478,63.086315,96.47724,59.32271,329.2972,45.601383,94.51368,25.929853,55.678444,779.42224,89.084404,26.403343,226.4338,1.0209297,0.80678433,55.45869,1.7750115,4.5060015,971.73584,5.7741227,1024.1191,124.55511,0.23163384,12.583402,468.54446,44.50705,273.829,178.54701,6577.539,2.4246845,2711.7407,34.973644,0.802941,1.5361258,4.46652,274.95956,330.65137,63.577717,59.752777,40.23372,13.678258,1226.903,20.923466,57.254345,18.69936,474.15338,23.267128,456.58847,8.159587,57.055096,0.0,879.31854,3094.1294,0.5303281,244.86945,25.47614,19685.064,31.578402,0.89095473,13.734352,32.978832,6.8013115,2.171668,16.680185,427.1017,132.7948,16.64736,0.7620335,2.5456724,116.461044,3.374604,189.35945,261.81027,1979.5983,619.64777,101.66512,150.43913,168.8076,7.2414017,10.45178,73.898254,9.727151,14.298337,18.494389,27.626984,123.8496,18.319422,17.173061,53.454918,12.263177,3532.6074,22.358662,22.36389,17.241768,11.129663,185.70555,38.27926,18.626389,6.0530977,10.812134,15.709902,64.71693,130.4595,30.810694,152.71054,22.352283,10.935892,79.871056,52.056206,130.69954,81.879974,5.246522,3.8997915,5.2820463,27.068819,4233.636,4.5205116,8.851706,61.026066,15.547411,153.3057,61.12306,117.990204,3.38039,77.819305,467.33246,329.75568,44.221035,414.2975,53.515278,57.360897,88.03765,25.075523,4.093401,21.106077,544.25757,0.5299163,1.0569676,97.92954,15.977464,9.074897,11.333839,17.22889,137.5754,36.242085,156.86713,829.58154,353.03787,2492.3562,1985.4967,27.855433,51.90391,3110.086,19.898525,76.56342,578.92993,131.0323,183.98326,84.132164,434.91406,443.87192,463.75006,13.511238,103.186226,333.42307,586.1068,21.041502,169.41289,25.837362,1.7059841,51.416386,1.1593951,1.2664785,4.9469995,15.070611,154.65271,31.462814,19.370647,378.10864,108.20856,64.49663,83.270836,27.67635,55.61007,18.260185,13.6458435,18.83875,131.83644,53.35798,24.162056,22.629002,13.819445,28.297579,24.812407,3.1321123,123.827614,28.296263,317.74323,12.4450655,563.27875,29.361025,570.6193,239.8771,11.537831,14.266439,344.3921,444.21512,1428.1627,463.18643 +2023-11-12 15:00:00,0.0,4645.655,118.340645,63.017998,96.444336,59.300938,329.30695,45.59706,94.49495,25.921703,55.67297,778.5121,89.100555,26.398449,226.32993,1.019345,0.80505985,55.481243,1.7713201,4.522129,971.94214,5.7947197,1024.6926,124.583824,0.23242083,12.628612,468.9755,44.516346,274.1861,178.6134,6572.309,2.432492,2711.7144,35.074657,0.80514604,1.5406421,4.481123,274.89883,330.58456,63.697655,59.7375,40.23321,13.673551,1225.9933,20.986551,57.217987,18.682795,474.14966,23.247675,456.78555,8.154717,57.01727,0.0,879.0759,3092.1807,0.52968323,244.7201,25.4584,19670.941,31.565735,0.89069736,13.7233925,32.956127,6.799449,2.1710205,16.67131,426.837,132.66943,16.630667,0.7617658,2.5445387,116.45344,3.3712409,189.2675,261.84125,1979.886,619.33496,101.65557,150.47546,169.00864,7.2482605,10.459745,74.0339,9.749629,14.327118,18.48112,27.609161,123.91153,18.31442,17.160131,53.444378,12.2645445,3532.9333,22.35114,22.3625,17.239695,11.128717,185.71786,38.28243,18.61875,6.0545835,10.805694,15.702499,64.6991,130.4125,30.808125,152.71524,22.347403,10.922587,79.802925,52.022686,130.57816,81.89571,5.2581496,3.8978124,5.281208,27.050428,4229.4937,4.528944,8.837711,61.009792,15.54178,153.27466,61.158752,117.99258,3.3808842,77.79437,467.28903,329.80353,44.1913,414.16913,53.49375,57.35393,88.00347,25.09589,4.09731,21.11638,544.1548,0.5300162,1.0579375,97.97795,15.995518,9.075807,11.338478,17.230734,137.64258,36.285625,156.8763,829.7408,352.80682,2491.7092,1985.1895,27.838688,51.847157,3107.9614,19.907188,76.48541,578.7932,130.90338,183.82843,84.063156,434.45334,443.59338,463.76022,13.502285,103.11867,333.39023,585.7989,21.025312,169.29128,25.813126,1.7059145,51.418777,1.1593702,1.2665691,4.9462867,15.064751,154.4548,31.445004,19.369583,377.87418,108.13437,64.45268,83.21875,27.65643,55.614063,18.245834,13.622458,18.831875,131.76149,53.33018,24.13834,22.655025,13.8125,28.269821,24.8025,3.1286764,123.754944,28.267605,317.5623,12.438983,562.8713,29.341549,571.0348,239.76982,11.523361,14.261047,344.08292,443.85965,1427.4816,463.62668 +2023-11-12 16:00:00,0.0,4642.921,118.23348,62.94968,96.41144,59.279167,329.31668,45.59274,94.47621,25.913551,55.667496,777.6019,89.116714,26.393555,226.22604,1.0177605,0.80333537,55.5038,1.7676287,4.5382566,972.1484,5.8153167,1025.2662,124.61254,0.23320782,12.673821,469.40652,44.52564,274.5432,178.6798,6567.079,2.4402993,2711.688,35.175667,0.807351,1.5451585,4.4957266,274.83807,330.51776,63.817593,59.72222,40.2327,13.668844,1225.0837,21.049639,57.181625,18.666231,474.14594,23.228222,456.98264,8.149849,56.97944,0.0,878.83325,3090.232,0.52903837,244.57076,25.440662,19656.82,31.553066,0.89044,13.712434,32.93342,6.797587,2.170373,16.662434,426.57227,132.54408,16.613972,0.7614981,2.543405,116.44584,3.3678777,189.17555,261.87222,1980.1736,619.0222,101.64603,150.5118,169.20966,7.255119,10.4677105,74.16955,9.772107,14.355899,18.46785,27.59134,123.97346,18.309418,17.147202,53.43384,12.265913,3533.2593,22.343616,22.36111,17.237621,11.12777,185.73016,38.2856,18.61111,6.056069,10.7992525,15.695098,64.68127,130.3655,30.805555,152.71994,22.342522,10.909282,79.73479,51.989166,130.45679,81.91146,5.269778,3.8958333,5.28037,27.03204,4225.3516,4.5373764,8.823717,60.99352,15.53615,153.24362,61.194447,117.99496,3.3813784,77.76945,467.2456,329.8514,44.16156,414.04077,53.47222,57.34697,87.96929,25.116255,4.101219,21.126686,544.052,0.5301161,1.0589074,98.02636,16.01357,9.076717,11.343116,17.232576,137.70976,36.329166,156.88547,829.9,352.57578,2491.062,1984.8822,27.821945,51.7904,3105.8367,19.915852,76.40741,578.6565,130.77444,183.67361,83.99415,433.99258,443.31482,463.7704,13.493333,103.05111,333.3574,585.49097,21.009125,169.16965,25.788889,1.7058449,51.421173,1.1593451,1.2666597,4.9455743,15.058889,154.25688,31.427193,19.368519,377.6397,108.06018,64.40873,83.166664,27.636509,55.618057,18.231482,13.599074,18.825,131.68654,53.302383,24.114624,22.68105,13.805555,28.242064,24.792591,3.1252408,123.682274,28.238945,317.38135,12.4329,562.46387,29.322073,571.45026,239.66252,11.508892,14.255656,343.77374,443.50418,1426.8004,464.0669 +2023-11-12 17:00:00,0.0,4640.1865,118.12633,62.881363,96.37854,59.257397,329.32645,45.588413,94.45747,25.905401,55.662018,776.6918,89.132866,26.38866,226.12216,1.0161759,0.8016109,55.526356,1.7639374,4.554384,972.3547,5.8359137,1025.8397,124.64126,0.23399481,12.719031,469.83755,44.534935,274.9003,178.74619,6561.8496,2.4481065,2711.6619,35.27668,0.809556,1.5496747,4.5103297,274.77734,330.45096,63.937527,59.706944,40.232193,13.664137,1224.1742,21.112724,57.145267,18.649666,474.1422,23.208769,457.1797,8.1449795,56.941612,0.0,878.5906,3088.283,0.5283935,244.4214,25.422922,19642.697,31.5404,0.8901826,13.701475,32.910713,6.795725,2.1697254,16.653559,426.30756,132.41873,16.597279,0.76123035,2.5422714,116.43823,3.3645146,189.0836,261.9032,1980.4613,618.7094,101.636475,150.54814,169.41069,7.261977,10.475677,74.30519,9.794585,14.384679,18.45458,27.573515,124.035385,18.304417,17.13427,53.4233,12.267281,3533.5852,22.336092,22.359722,17.235548,11.126824,185.74246,38.28877,18.603472,6.0575542,10.792812,15.6876955,64.66344,130.3185,30.802986,152.72466,22.33764,10.895976,79.66666,51.955647,130.3354,81.9272,5.2814054,3.8938541,5.2795324,27.013649,4221.209,4.5458083,8.809723,60.977245,15.530519,153.21259,61.23014,117.99733,3.381873,77.744514,467.2022,329.89926,44.13182,413.9124,53.450695,57.340004,87.93511,25.136621,4.1051283,21.136992,543.9492,0.53021604,1.0598773,98.07477,16.031624,9.077628,11.3477545,17.234419,137.77695,36.372707,156.89462,830.0592,352.3447,2490.4148,1984.575,27.805202,51.733646,3103.7122,19.924513,76.3294,578.5197,130.64551,183.51878,83.92515,433.53186,443.0363,463.78055,13.484381,102.98356,333.32455,585.18304,20.992935,169.04803,25.764654,1.7057753,51.42357,1.1593202,1.2667505,4.9448614,15.053028,154.05898,31.409384,19.367453,377.40527,107.98599,64.364784,83.114586,27.616589,55.622047,18.21713,13.57569,18.818125,131.61159,53.274586,24.090908,22.707073,13.798611,28.214306,24.782684,3.1218052,123.609604,28.210285,317.2004,12.426818,562.0564,29.302597,571.8657,239.55522,11.494422,14.250264,343.46457,443.1487,1426.1194,464.50714 +2023-11-12 18:00:00,0.0,4637.4526,118.019165,62.813046,96.345634,59.235626,329.33618,45.58409,94.43874,25.89725,55.656544,775.7817,89.14902,26.383766,226.01828,1.0145912,0.7998864,55.548912,1.7602459,4.570512,972.561,5.856511,1026.4132,124.669975,0.23478179,12.764241,470.2686,44.54423,275.25742,178.81258,6556.6196,2.455914,2711.6355,35.37769,0.81176096,1.5541911,4.524933,274.7166,330.38416,64.057465,59.691666,40.231686,13.6594305,1223.2646,21.17581,57.108906,18.633102,474.1385,23.189316,457.37677,8.140111,56.90378,0.0,878.3479,3086.3342,0.52774864,244.27206,25.405184,19628.574,31.52773,0.88992524,13.6905155,32.888004,6.793863,2.1690779,16.644682,426.04282,132.29338,16.580585,0.76096267,2.541138,116.430626,3.3611515,188.99167,261.93417,1980.7489,618.39667,101.62693,150.58447,169.61172,7.268836,10.483642,74.44084,9.817062,14.41346,18.44131,27.555693,124.09731,18.299416,17.12134,53.412766,12.268649,3533.9111,22.32857,22.358334,17.233477,11.125878,185.75476,38.29194,18.595833,6.0590396,10.786371,15.680294,64.64561,130.2715,30.800417,152.72935,22.332762,10.88267,79.598526,51.922123,130.21404,81.94294,5.293033,3.891875,5.278694,26.995258,4217.0664,4.5542407,8.795728,60.96097,15.524888,153.18155,61.265835,117.99971,3.3823671,77.71958,467.15878,329.94714,44.10208,413.78406,53.429165,57.333042,87.90093,25.156988,4.109038,21.147295,543.84644,0.53031594,1.0608472,98.12318,16.049679,9.078538,11.352393,17.236261,137.84413,36.41625,156.9038,830.2184,352.11365,2489.7676,1984.2677,27.78846,51.67689,3101.5876,19.933176,76.25139,578.383,130.51659,183.36395,83.85614,433.0711,442.75772,463.7907,13.475429,102.916,333.29172,584.8751,20.976748,168.9264,25.740417,1.7057058,51.425964,1.1592953,1.266841,4.9441485,15.047167,153.86107,31.391573,19.366388,377.1708,107.911804,64.32083,83.0625,27.596668,55.62604,18.202778,13.552306,18.81125,131.53664,53.246788,24.067192,22.733097,13.791667,28.186548,24.772778,3.1183696,123.53694,28.181627,317.01947,12.420734,561.649,29.283123,572.2812,239.44792,11.479952,14.244872,343.1554,442.79327,1425.4382,464.94736 +2023-11-12 19:00:00,0.0,4634.7183,117.91201,62.744728,96.31274,59.213856,329.34592,45.57977,94.420006,25.889097,55.65107,774.8715,89.16517,26.37887,225.9144,1.0130066,0.7981619,55.57147,1.7565545,4.5866394,972.7672,5.877108,1026.9867,124.6987,0.23556878,12.809451,470.69962,44.553524,275.6145,178.87897,6551.3896,2.4637213,2711.6091,35.478703,0.813966,1.5587074,4.5395365,274.65585,330.31735,64.1774,59.676388,40.23118,13.654723,1222.355,21.238895,57.072548,18.616537,474.13477,23.169863,457.57385,8.1352415,56.86595,0.0,878.1052,3084.3855,0.5271038,244.12273,25.387445,19614.451,31.515064,0.88966787,13.679557,32.8653,6.792001,2.1684303,16.635807,425.7781,132.16803,16.563892,0.7606949,2.5400043,116.42302,3.3577883,188.89972,261.96515,1981.0366,618.08386,101.61738,150.62082,169.81274,7.2756944,10.491607,74.576485,9.8395405,14.442241,18.428041,27.537868,124.15925,18.294413,17.108408,53.402225,12.270017,3534.237,22.321047,22.356945,17.231403,11.124931,185.76706,38.29511,18.588194,6.0605254,10.779931,15.672892,64.62777,130.22449,30.797846,152.73407,22.32788,10.869366,79.530396,51.888603,130.09265,81.95868,5.304661,3.8898957,5.2778563,26.97687,4212.9243,4.562673,8.7817335,60.944702,15.519258,153.15051,61.30153,118.00208,3.3828616,77.69466,467.11536,329.995,44.072346,413.65573,53.40764,57.326077,87.86675,25.177355,4.112947,21.1576,543.74365,0.53041583,1.061817,98.17159,16.067732,9.079449,11.357031,17.238104,137.91132,36.459793,156.91296,830.37756,351.88257,2489.1204,1983.9603,27.771717,51.620136,3099.463,19.941837,76.17338,578.2463,130.38765,183.20914,83.78713,432.61038,442.47916,463.80087,13.4664755,102.84844,333.25888,584.5672,20.960558,168.8048,25.71618,1.7056361,51.42836,1.1592703,1.2669317,4.9434357,15.041306,153.66316,31.373762,19.365324,376.93634,107.83761,64.276886,83.010414,27.576748,55.630035,18.188427,13.528922,18.804375,131.46169,53.21899,24.043474,22.759119,13.784722,28.158789,24.762869,3.1149337,123.46427,28.152967,316.83853,12.414652,561.2415,29.263647,572.69666,239.34064,11.465482,14.23948,342.84622,442.4378,1424.7571,465.3876 +2023-11-12 20:00:00,0.0,4631.9844,117.80485,62.67641,96.27984,59.192085,329.35565,45.575443,94.401276,25.880947,55.64559,773.96136,89.18132,26.373976,225.81052,1.011422,0.7964374,55.59402,1.7528632,4.6027675,972.9735,5.897705,1027.5603,124.72742,0.23635577,12.85466,471.13065,44.56282,275.9716,178.94536,6546.1597,2.4715288,2711.5828,35.579712,0.81617093,1.5632237,4.554139,274.59512,330.25055,64.29734,59.66111,40.230667,13.650017,1221.4454,21.301981,57.036186,18.599974,474.13104,23.150412,457.77094,8.130373,56.828125,0.0,877.86255,3082.4365,0.5264589,243.97337,25.369707,19600.33,31.502396,0.8894105,13.668598,32.842594,6.7901382,2.1677828,16.626932,425.51337,132.04268,16.547197,0.7604272,2.5388706,116.41542,3.3544252,188.80777,261.99612,1981.3243,617.7711,101.607834,150.65715,170.01378,7.2825527,10.499573,74.712135,9.862019,14.471022,18.414774,27.520046,124.221176,18.289412,17.095478,53.39169,12.271385,3534.563,22.313522,22.355556,17.22933,11.123985,185.77937,38.298283,18.580555,6.062011,10.77349,15.66549,64.60994,130.17749,30.795277,152.73877,22.323,10.85606,79.46226,51.855083,129.97128,81.97442,5.316289,3.8879166,5.2770185,26.958479,4208.7817,4.5711055,8.767739,60.92843,15.513627,153.11949,61.337223,118.00446,3.3833559,77.66972,467.07193,330.04288,44.042606,413.52737,53.386112,57.319115,87.83257,25.19772,4.116856,21.167904,543.64087,0.53051573,1.062787,98.22,16.085785,9.0803585,11.36167,17.239946,137.9785,36.503334,156.92213,830.53674,351.65152,2488.4734,1983.6531,27.754974,51.56338,3097.3384,19.9505,76.09537,578.1095,130.25873,183.0543,83.71813,432.14963,442.20062,463.81104,13.457523,102.78089,333.22604,584.2593,20.94437,168.68318,25.691944,1.7055665,51.43075,1.1592454,1.2670224,4.942723,15.035444,153.46524,31.355953,19.364258,376.70187,107.76342,64.23294,82.958336,27.556826,55.63403,18.174074,13.505538,18.7975,131.38673,53.191193,24.019758,22.785143,13.777778,28.131031,24.752962,3.111498,123.3916,28.12431,316.6576,12.408569,560.8341,29.244171,573.1122,239.23334,11.451012,14.234089,342.53705,442.08234,1424.0759,465.82785 +2023-11-12 21:00:00,0.0,4629.25,117.69769,62.608093,96.24693,59.17031,329.3654,45.57112,94.38254,25.872795,55.640118,773.0512,89.19747,26.369081,225.70663,1.0098374,0.7947129,55.616577,1.7491717,4.618895,973.17975,5.918302,1028.1338,124.756134,0.23714274,12.89987,471.56168,44.572113,276.3287,179.01173,6540.9297,2.479336,2711.5564,35.680725,0.81837595,1.56774,4.5687428,274.53436,330.18375,64.417274,59.645832,40.23016,13.645309,1220.5359,21.365067,56.99983,18.583408,474.12732,23.130959,457.96802,8.125504,56.790295,0.0,877.6199,3080.4878,0.52581406,243.82404,25.351969,19586.207,31.489729,0.8891531,13.657639,32.819885,6.788276,2.1671352,16.618055,425.24866,131.91733,16.530504,0.7601595,2.537737,116.407814,3.351062,188.71584,262.02707,1981.6119,617.4583,101.59828,150.69348,170.21481,7.2894115,10.507538,74.84778,9.884497,14.499803,18.401505,27.502224,124.283104,18.284409,17.082548,53.38115,12.272753,3534.889,22.306,22.354166,17.227257,11.123039,185.79167,38.301453,18.572916,6.063496,10.76705,15.658088,64.59211,130.1305,30.792707,152.74348,22.318121,10.842754,79.39413,51.82156,129.8499,81.99016,5.3279166,3.8859375,5.2761803,26.940088,4204.6396,4.579538,8.753745,60.912155,15.507996,153.08846,61.372917,118.006836,3.3838503,77.64479,467.0285,330.09073,44.012867,413.39902,53.364582,57.31215,87.79839,25.218086,4.120765,21.17821,543.5381,0.5306156,1.063757,98.26841,16.103838,9.081269,11.366307,17.24179,138.04568,36.546875,156.9313,830.696,351.42047,2487.8262,1983.3458,27.73823,51.506626,3095.2139,19.959162,76.01736,577.9728,130.12979,182.89948,83.649124,431.68887,441.92206,463.8212,13.448571,102.71333,333.1932,583.95135,20.92818,168.56155,25.66771,1.705497,51.433147,1.1592205,1.267113,4.94201,15.029584,153.26733,31.338142,19.363194,376.4674,107.68923,64.18899,82.90625,27.536905,55.63802,18.159723,13.482153,18.790625,131.31178,53.163395,23.996042,22.811167,13.770833,28.103273,24.743055,3.1080625,123.31894,28.09565,316.47665,12.402487,560.42664,29.224695,573.52765,239.12604,11.436542,14.228697,342.22787,441.72687,1423.3948,466.26807 +2023-11-12 22:00:00,0.0,4626.516,117.59054,62.539776,96.214035,59.14854,329.37512,45.5668,94.3638,25.864645,55.63464,772.14105,89.21362,26.364187,225.60277,1.0082527,0.7929884,55.639133,1.7454803,4.6350226,973.38605,5.9388995,1028.7073,124.78485,0.23792973,12.94508,471.9927,44.58141,276.6858,179.07812,6535.6997,2.4871433,2711.53,35.781734,0.8205809,1.5722563,4.583346,274.47363,330.11694,64.53722,59.630554,40.229652,13.640603,1219.6262,21.428152,56.963467,18.566845,474.1236,23.111506,458.1651,8.120635,56.75247,0.0,877.3772,3078.539,0.5251692,243.67468,25.33423,19572.084,31.47706,0.88889575,13.64668,32.79718,6.786414,2.1664877,16.60918,424.98395,131.79198,16.513811,0.75989175,2.5366032,116.40021,3.347699,188.62389,262.05804,1981.8997,617.14557,101.58873,150.72983,170.41583,7.29627,10.515503,74.98342,9.906975,14.528584,18.388235,27.4844,124.34503,18.279408,17.069616,53.370613,12.274121,3535.2148,22.298475,22.352777,17.225185,11.122092,185.80397,38.304623,18.565277,6.0649815,10.760609,15.650686,64.57428,130.08348,30.790138,152.74818,22.31324,10.82945,79.326,51.78804,129.72853,82.0059,5.3395443,3.8839583,5.2753425,26.9217,4200.497,4.58797,8.739751,60.89588,15.502365,153.05742,61.40861,118.00922,3.3843446,77.619865,466.98508,330.1386,43.98313,413.27066,53.343056,57.305183,87.76421,25.238453,4.1246743,21.188513,543.4353,0.5307155,1.0647268,98.31682,16.121893,9.082179,11.370946,17.243633,138.11285,36.590416,156.94048,830.8552,351.1894,2487.179,1983.0386,27.721487,51.44987,3093.089,19.967825,75.939354,577.83606,130.00085,182.74464,83.58012,431.22815,441.64352,463.83136,13.439619,102.645775,333.16037,583.64343,20.911993,168.43994,25.643473,1.7054274,51.435543,1.1591954,1.2672036,4.941297,15.023723,153.06943,31.320332,19.36213,376.23294,107.61504,64.14504,82.854164,27.516985,55.642014,18.14537,13.458769,18.78375,131.23683,53.135597,23.972326,22.83719,13.763889,28.075516,24.733147,3.104627,123.24627,28.066992,316.29572,12.396404,560.0192,29.205221,573.9431,239.01875,11.422071,14.223305,341.91867,441.3714,1422.7136,466.7083 +2023-11-12 23:00:00,0.0,4623.7817,117.483376,62.47146,96.18114,59.12677,329.3849,45.562477,94.34507,25.856493,55.629166,771.23096,89.229774,26.359293,225.49889,1.0066682,0.79126394,55.66169,1.741789,4.65115,973.59235,5.9594965,1029.2809,124.81357,0.23871672,12.99029,472.42374,44.590706,277.0429,179.14452,6530.4697,2.4949508,2711.5037,35.882748,0.8227859,1.5767726,4.597949,274.41287,330.05014,64.65715,59.615276,40.229145,13.635896,1218.7167,21.491238,56.92711,18.55028,474.11987,23.092052,458.36218,8.115766,56.714638,0.0,877.1345,3076.5903,0.52452433,243.52534,25.316492,19557.963,31.464394,0.8886384,13.635721,32.77447,6.784552,2.1658401,16.600304,424.7192,131.66663,16.497118,0.75962406,2.5354695,116.39261,3.3443358,188.53194,262.08902,1982.1874,616.83276,101.57919,150.76616,170.61687,7.3031287,10.523469,75.11907,9.929453,14.557364,18.374966,27.466576,124.40696,18.274406,17.056686,53.360073,12.275489,3535.5408,22.290953,22.351389,17.223112,11.121146,185.81627,38.307793,18.557638,6.066467,10.7541685,15.643284,64.55645,130.03648,30.787569,152.7529,22.30836,10.816144,79.25786,51.75452,129.60715,82.021645,5.351172,3.881979,5.2745047,26.903309,4196.3545,4.596402,8.725757,60.87961,15.496735,153.02638,61.444305,118.01159,3.3848388,77.59493,466.94168,330.18646,43.953392,413.1423,53.32153,57.29822,87.730034,25.25882,4.128584,21.198818,543.3326,0.5308154,1.0656967,98.36523,16.139946,9.08309,11.375584,17.245476,138.18004,36.633957,156.94965,831.0144,350.95834,2486.5317,1982.7312,27.704744,51.393116,3090.9646,19.976486,75.86134,577.6993,129.87193,182.58983,83.51111,430.7674,441.36496,463.84152,13.430666,102.578224,333.12753,583.3355,20.895803,168.31831,25.619236,1.7053578,51.43794,1.1591705,1.2672942,4.940584,15.017861,152.8715,31.302523,19.361065,375.99847,107.540855,64.10109,82.802086,27.497065,55.646008,18.13102,13.435385,18.776875,131.16188,53.1078,23.94861,22.863214,13.756945,28.047758,24.72324,3.101191,123.1736,28.038332,316.11478,12.390322,559.61176,29.185745,574.3586,238.91145,11.407601,14.217913,341.6095,441.01596,1422.0325,467.14853 +2023-11-13 00:00:00,0.0,4621.048,117.37622,62.40314,96.14823,59.105,329.39462,45.55815,94.32633,25.848341,55.62369,770.3208,89.24593,26.354399,225.395,1.0050836,0.78953946,55.684246,1.7380975,4.667278,973.7986,5.9800935,1029.8544,124.842285,0.23950371,13.0355,472.85477,44.6,277.4,179.2109,6525.2397,2.502758,2711.4773,35.983757,0.8249909,1.5812889,4.612552,274.35214,329.98334,64.777084,59.6,40.228638,13.631189,1217.8071,21.554323,56.890747,18.533714,474.11615,23.0726,458.55923,8.110897,56.67681,0.0,876.89185,3074.6414,0.5238795,243.376,25.298754,19543.84,31.451725,0.888381,13.624762,32.751762,6.78269,2.1651924,16.591429,424.4545,131.54126,16.480423,0.7593563,2.5343359,116.385,3.3409727,188.44,262.12,1982.475,616.51996,101.56964,150.80249,170.81789,7.309987,10.531434,75.254715,9.95193,14.586145,18.361696,27.448753,124.46889,18.269403,17.043756,53.349537,12.276857,3535.8667,22.28343,22.35,17.221039,11.1202,185.82857,38.310963,18.55,6.0679526,10.747727,15.635882,64.53861,129.98947,30.785,152.7576,22.30348,10.802838,79.18973,51.721,129.48578,82.037384,5.3627996,3.8799999,5.2736664,26.884918,4192.2124,4.6048346,8.711761,60.863335,15.491104,152.99535,61.48,118.01397,3.3853333,77.57,466.89825,330.23434,43.923653,413.01398,53.3,57.291256,87.695854,25.279186,4.132493,21.209124,543.2298,0.5309153,1.0666666,98.413635,16.157999,9.084001,11.380222,17.247318,138.24722,36.6775,156.95882,831.1736,350.72726,2485.8845,1982.424,27.688002,51.33636,3088.84,19.98515,75.78333,577.56256,129.743,182.435,83.44211,430.30667,441.08643,463.85168,13.421714,102.510666,333.0947,583.02765,20.879616,168.1967,25.595001,1.7052882,51.440334,1.1591455,1.2673849,4.9398713,15.012,152.6736,31.284712,19.359999,375.764,107.46666,64.057144,82.75,27.477144,55.65,18.116667,13.412001,18.77,131.08693,53.08,23.924894,22.889238,13.75,28.02,24.713333,3.0977554,123.10094,28.009674,315.93384,12.384239,559.20435,29.16627,574.77405,238.80415,11.393131,14.212521,341.30032,440.6605,1421.3513,467.58878 +2023-11-13 01:00:00,0.0,4618.314,117.26906,62.334824,96.11533,59.08323,329.40436,45.55383,94.3076,25.84019,55.618214,769.41064,89.262085,26.349504,225.29112,1.0034989,0.787815,55.7068,1.7344061,4.6834054,974.0049,6.0006905,1030.4279,124.87101,0.24029069,13.080709,473.2858,44.609295,277.7571,179.2773,6520.01,2.5105655,2711.451,36.08477,0.8271959,1.5858052,4.6271553,274.2914,329.91653,64.897026,59.58472,40.228127,13.626483,1216.8976,21.617409,56.85439,18.51715,474.11243,23.053146,458.75632,8.106028,56.63898,0.0,876.6492,3072.6926,0.52323467,243.22665,25.281013,19529.717,31.439058,0.88812363,13.613803,32.729057,6.780828,2.1645448,16.582554,424.18976,131.41591,16.46373,0.7590886,2.5332024,116.377396,3.3376095,188.34805,262.15097,1982.7627,616.2072,101.56009,150.83884,171.01892,7.3168454,10.5394,75.390366,9.974408,14.614926,18.348427,27.430931,124.53082,18.264402,17.030825,53.339,12.278225,3536.1926,22.275906,22.348612,17.218966,11.119253,185.84088,38.314133,18.54236,6.069438,10.741286,15.62848,64.52078,129.94247,30.78243,152.7623,22.2986,10.789533,79.1216,51.687477,129.3644,82.05312,5.374428,3.8780208,5.2728286,26.86653,4188.07,4.613267,8.697767,60.84706,15.485473,152.96431,61.515694,118.01634,3.3858275,77.545074,466.85483,330.2822,43.893913,412.88562,53.278473,57.284294,87.661674,25.299551,4.136402,21.219427,543.127,0.5310153,1.0676365,98.46204,16.176054,9.08491,11.384861,17.24916,138.3144,36.721043,156.96799,831.33276,350.49622,2485.2375,1982.1167,27.671259,51.279606,3086.7153,19.993813,75.70532,577.4258,129.61407,182.28017,83.3731,429.84592,440.80786,463.86185,13.412762,102.443115,333.06186,582.7197,20.863428,168.07507,25.570765,1.7052187,51.442726,1.1591206,1.2674755,4.9391584,15.006139,152.4757,31.266903,19.358934,375.52954,107.39247,64.0132,82.697914,27.457224,55.65399,18.102314,13.388617,18.763124,131.01198,53.052204,23.901176,22.915262,13.743055,27.99224,24.703424,3.0943198,123.02827,27.981014,315.7529,12.378157,558.79694,29.146793,575.1895,238.69685,11.378661,14.2071295,340.99115,440.30502,1420.6703,468.029 +2023-11-13 02:00:00,0.0,4615.5796,117.1619,62.266506,96.082436,59.06146,329.4141,45.549507,94.288864,25.832039,55.61274,768.5005,89.27824,26.34461,225.18724,1.0019144,0.7860905,55.729355,1.7307148,4.699533,974.2111,6.0212874,1031.0013,124.89973,0.24107768,13.125919,473.71683,44.618587,278.1142,179.34369,6514.78,2.5183728,2711.4246,36.18578,0.8294009,1.5903215,4.641759,274.23065,329.84973,65.01696,59.569443,40.22762,13.621776,1215.9879,21.680494,56.818027,18.500586,474.1087,23.033693,458.9534,8.101159,56.60115,0.0,876.4065,3070.744,0.5225898,243.07732,25.263275,19515.594,31.42639,0.88786626,13.602844,32.706352,6.7789655,2.1638973,16.573677,423.92505,131.29056,16.447037,0.7588209,2.5320687,116.3698,3.3342464,188.2561,262.18195,1983.0503,615.8944,101.55054,150.87517,171.21996,7.3237042,10.547365,75.52601,9.996886,14.643706,18.335157,27.413107,124.59275,18.2594,17.017895,53.32846,12.279593,3536.5186,22.268383,22.347221,17.216894,11.118307,185.85318,38.317307,18.534721,6.0709233,10.734846,15.6210785,64.50295,129.89548,30.779861,152.76701,22.293718,10.776228,79.05347,51.653957,129.24303,82.06886,5.3860555,3.8760417,5.271991,26.848139,4183.9277,4.6216993,8.683773,60.830788,15.479842,152.93327,61.55139,118.01872,3.386322,77.52014,466.8114,330.33008,43.864178,412.75726,53.256943,57.27733,87.627495,25.319918,4.1403112,21.229733,543.02423,0.5311152,1.0686065,98.51045,16.194107,9.085821,11.389499,17.251003,138.38159,36.764584,156.97716,831.492,350.26517,2484.5903,1981.8094,27.654514,51.22285,3084.5908,20.002474,75.62731,577.28906,129.48514,182.12535,83.30409,429.3852,440.5293,463.872,13.40381,102.37556,333.02905,582.4118,20.847239,167.95346,25.546528,1.705149,51.44512,1.1590956,1.2675661,4.9384456,15.000278,152.27777,31.249092,19.35787,375.29507,107.31828,63.969246,82.645836,27.437302,55.657986,18.087963,13.365232,18.75625,130.93701,53.024406,23.87746,22.941284,13.736111,27.964483,24.693518,3.090884,122.9556,27.952356,315.572,12.372074,558.38947,29.12732,575.605,238.58957,11.364191,14.201737,340.68198,439.94955,1419.9891,468.46924 +2023-11-13 03:00:00,0.0,4612.8457,117.05474,62.19819,96.04953,59.03969,329.42383,45.54518,94.27013,25.823889,55.607265,767.59033,89.29439,26.339716,225.08336,1.0003297,0.784366,55.75191,1.7270234,4.7156606,974.4174,6.041885,1031.575,124.928444,0.24186467,13.171129,474.14786,44.627884,278.47128,179.41008,6509.55,2.52618,2711.3982,36.286793,0.83160585,1.5948378,4.656362,274.16992,329.78293,65.1369,59.554165,40.22711,13.617069,1215.0784,21.74358,56.78167,18.484022,474.10495,23.014242,459.15048,8.09629,56.563324,0.0,876.1638,3068.795,0.52194494,242.92796,25.245537,19501.473,31.413723,0.8876089,13.591885,32.683643,6.7771034,2.1632497,16.564802,423.66034,131.1652,16.430344,0.75855315,2.530935,116.36219,3.3308835,188.16417,262.21292,1983.338,615.58167,101.54099,150.91151,171.42097,7.3305626,10.55533,75.66166,10.019364,14.672487,18.32189,27.395285,124.65468,18.254398,17.004965,53.317924,12.280961,3536.8445,22.260859,22.345833,17.21482,11.117361,185.86548,38.320477,18.527082,6.0724087,10.728405,15.613676,64.48512,129.84846,30.77729,152.77171,22.28884,10.762922,78.98533,51.620438,129.12164,82.0846,5.397683,3.8740625,5.2711525,26.829748,4179.785,4.6301312,8.669779,60.814514,15.474212,152.90224,61.587086,118.021095,3.3868163,77.49521,466.76797,330.37793,43.83444,412.6289,53.235416,57.270367,87.593315,25.340284,4.144221,21.240036,542.92145,0.5312151,1.0695764,98.55886,16.21216,9.086731,11.394137,17.252846,138.44878,36.808125,156.98633,831.65125,350.0341,2483.943,1981.5022,27.637772,51.166096,3082.4663,20.011137,75.54931,577.15234,129.3562,181.97052,83.235085,428.92444,440.25076,463.88217,13.394856,102.308,332.99622,582.1039,20.83105,167.83183,25.522291,1.7050794,51.447517,1.1590706,1.2676568,4.9377327,14.994417,152.07986,31.231281,19.356806,375.0606,107.244095,63.9253,82.59375,27.417381,55.66198,18.07361,13.341847,18.749374,130.86206,52.99661,23.853745,22.967308,13.729167,27.936726,24.68361,3.0874484,122.882935,27.923697,315.39105,12.365991,557.98206,29.107843,576.02045,238.48227,11.349721,14.196345,340.3728,439.5941,1419.308,468.9095 +2023-11-13 04:00:00,0.0,4610.1113,116.947586,62.12987,96.01663,59.017918,329.4336,45.54086,94.251396,25.815737,55.601788,766.68024,89.31054,26.334822,224.97948,0.9987451,0.7826415,55.774467,1.7233319,4.7317886,974.6237,6.062482,1032.1484,124.95716,0.24265164,13.216339,474.5789,44.63718,278.8284,179.47646,6504.32,2.5339875,2711.372,36.387802,0.83381087,1.5993541,4.670965,274.10916,329.71613,65.256836,59.538887,40.226604,13.612362,1214.1688,21.806667,56.745308,18.467457,474.10126,22.99479,459.34756,8.091421,56.525494,0.0,875.92114,3066.8462,0.5213001,242.77863,25.227798,19487.35,31.401054,0.88735145,13.580926,32.66094,6.7752414,2.1626022,16.555925,423.3956,131.03986,16.413649,0.75828546,2.5298014,116.35458,3.3275204,188.07222,262.2439,1983.6257,615.26886,101.53144,150.94785,171.62201,7.3374214,10.563296,75.7973,10.041842,14.701268,18.30862,27.37746,124.716606,18.249397,16.992033,53.307384,12.28233,3537.1704,22.253336,22.344444,17.212748,11.116415,185.87778,38.323647,18.519444,6.073894,10.721965,15.606275,64.46729,129.80147,30.774721,152.77643,22.283958,10.749617,78.9172,51.586914,129.00026,82.10034,5.409311,3.8720832,5.2703147,26.81136,4175.6426,4.6385636,8.655785,60.79824,15.468581,152.8712,61.62278,118.023476,3.3873105,77.470276,466.72458,330.42578,43.8047,412.50055,53.21389,57.2634,87.559135,25.360651,4.14813,21.250341,542.81866,0.53131497,1.0705463,98.60727,16.230213,9.087642,11.398775,17.25469,138.51596,36.851665,156.99548,831.8104,349.80304,2483.296,1981.1948,27.621029,51.10934,3080.3418,20.019798,75.4713,577.01556,129.22728,181.81569,83.166084,428.4637,439.9722,463.89233,13.385904,102.24045,332.96338,581.79596,20.814861,167.71022,25.498056,1.7050099,51.449913,1.1590457,1.2677474,4.9370203,14.988556,151.88196,31.213472,19.35574,374.82614,107.16991,63.88135,82.541664,27.39746,55.665974,18.05926,13.318463,18.7425,130.78711,52.96881,23.830029,22.993332,13.722222,27.908968,24.673702,3.0840127,122.810265,27.895039,315.2101,12.359908,557.5746,29.088367,576.4359,238.37497,11.335251,14.190953,340.06363,439.23865,1418.6268,469.3497 +2023-11-13 05:00:00,0.0,4607.3774,116.84042,62.061554,95.983734,58.996147,329.44333,45.536537,94.23266,25.807585,55.596313,765.7701,89.32669,26.329927,224.8756,0.9971605,0.780917,55.797024,1.7196405,4.747916,974.82996,6.083079,1032.7219,124.98588,0.24343863,13.261548,475.00992,44.646473,279.1855,179.54285,6499.09,2.5417948,2711.3457,36.488815,0.8360158,1.6038704,4.685569,274.04843,329.64932,65.37677,59.523613,40.226093,13.607656,1213.2592,21.869753,56.70895,18.450893,474.09753,22.975336,459.54465,8.086552,56.487667,0.0,875.67847,3064.8975,0.5206552,242.62929,25.21006,19473.227,31.388388,0.8870941,13.569967,32.63823,6.7733793,2.1619546,16.54705,423.1309,130.9145,16.396955,0.7580177,2.5286677,116.346985,3.3241572,187.98027,262.27487,1983.9133,614.9561,101.52189,150.98418,171.82303,7.34428,10.571261,75.932945,10.064321,14.730049,18.295351,27.359638,124.778534,18.244394,16.979103,53.29685,12.283697,3537.4963,22.245813,22.343056,17.210676,11.115468,185.89008,38.326817,18.511806,6.07538,10.715524,15.598872,64.449455,129.75446,30.772152,152.78113,22.279078,10.736312,78.84907,51.553394,128.87889,82.11609,5.4209385,3.870104,5.269477,26.792969,4171.5005,4.646996,8.64179,60.781967,15.46295,152.84016,61.658474,118.02585,3.387805,77.44535,466.68115,330.47366,43.774963,412.37222,53.19236,57.25644,87.524956,25.381018,4.152039,21.260645,542.7159,0.53141487,1.0715162,98.65568,16.248268,9.0885515,11.403414,17.256533,138.58315,36.89521,157.00465,831.9696,349.57196,2482.6487,1980.8876,27.604286,51.052586,3078.217,20.028461,75.39329,576.87885,129.09834,181.66086,83.09708,428.00296,439.69366,463.9025,13.376952,102.17289,332.93054,581.48804,20.798674,167.58861,25.47382,1.7049403,51.45231,1.1590207,1.267838,4.9363074,14.982695,151.68404,31.195662,19.354675,374.59167,107.09571,63.837402,82.489586,27.37754,55.669964,18.044907,13.295079,18.735624,130.71216,52.941013,23.806313,23.019356,13.715278,27.88121,24.663795,3.0805771,122.737595,27.866379,315.02917,12.353826,557.1672,29.068893,576.85144,238.26768,11.320781,14.185562,339.75446,438.88318,1417.9457,469.78995 +2023-11-13 06:00:00,0.0,4604.643,116.73327,61.993237,95.950836,58.974377,329.45306,45.53221,94.21393,25.799435,55.59084,764.8599,89.34284,26.325031,224.77171,0.9955759,0.7791925,55.819576,1.7159492,4.764044,975.03625,6.103676,1033.2955,125.014595,0.24422562,13.306758,475.44095,44.65577,279.5426,179.60924,6493.86,2.5496023,2711.3193,36.589825,0.83822083,1.6083868,4.7001715,273.98767,329.58252,65.49671,59.508335,40.225586,13.602948,1212.3496,21.932838,56.67259,18.434328,474.09378,22.955883,459.7417,8.081683,56.449837,0.0,875.4358,3062.9485,0.52001035,242.47993,25.192322,19459.104,31.37572,0.8868367,13.559008,32.615524,6.7715173,2.161307,16.538176,422.86615,130.78915,16.380262,0.75775,2.527534,116.33938,3.320794,187.88834,262.30582,1984.201,614.6433,101.512344,151.02052,172.02406,7.351138,10.5792265,76.068596,10.086798,14.75883,18.282082,27.341814,124.84046,18.239393,16.966171,53.28631,12.285066,3537.8223,22.238289,22.341667,17.208603,11.114522,185.90239,38.329987,18.504168,6.076865,10.709084,15.591471,64.431625,129.70746,30.769583,152.78584,22.274199,10.723006,78.78094,51.519875,128.7575,82.13183,5.4325666,3.868125,5.2686386,26.774578,4167.358,4.6554284,8.627795,60.765697,15.457319,152.80913,61.694168,118.02823,3.3882992,77.42042,466.63773,330.5215,43.745224,412.24387,53.170834,57.249474,87.490776,25.401382,4.155948,21.27095,542.6131,0.53151476,1.072486,98.70409,16.266321,9.089462,11.4080515,17.258375,138.65031,36.93875,157.01382,832.1288,349.3409,2482.0017,1980.5803,27.587543,50.99583,3076.0925,20.037123,75.31528,576.7421,128.96942,181.50604,83.02807,427.5422,439.4151,463.91266,13.368,102.10533,332.8977,581.1801,20.782484,167.46698,25.449583,1.7048707,51.4547,1.1589957,1.2679287,4.9355946,14.976833,151.48613,31.17785,19.353611,374.3572,107.02152,63.793453,82.4375,27.35762,55.673958,18.030556,13.271695,18.72875,130.6372,52.913216,23.782597,23.04538,13.708333,27.853453,24.653889,3.0771413,122.664925,27.83772,314.84824,12.347743,556.7597,29.049417,577.2669,238.16039,11.306311,14.18017,339.44525,438.5277,1417.2645,470.23016 +2023-11-13 07:00:00,0.0,4601.909,116.62611,61.92492,95.91793,58.952606,329.4628,45.52789,94.19519,25.791283,55.58536,763.94977,89.359,26.320137,224.66785,0.99399126,0.777468,55.842133,1.7122577,4.7801714,975.2425,6.124273,1033.869,125.04332,0.2450126,13.351968,475.87198,44.665062,279.8997,179.67563,6488.63,2.5574095,2711.293,36.690838,0.8404258,1.612903,4.714775,273.92694,329.51572,65.616646,59.493057,40.22508,13.598242,1211.4401,21.995924,56.63623,18.417763,474.09006,22.93643,459.93878,8.076814,56.41201,0.0,875.1931,3060.9998,0.5193655,242.3306,25.174583,19444.982,31.363052,0.88657933,13.548049,32.59282,6.769655,2.1606596,16.529299,422.60144,130.6638,16.36357,0.7574823,2.5264003,116.33177,3.317431,187.79639,262.3368,1984.4888,614.33057,101.50279,151.05685,172.2251,7.357997,10.587193,76.20424,10.109276,14.787611,18.268812,27.323992,124.9024,18.234392,16.953241,53.275772,12.286433,3538.1482,22.230766,22.340279,17.20653,11.113576,185.91469,38.333157,18.496529,6.0783505,10.702642,15.584068,64.413795,129.66046,30.767014,152.79054,22.269318,10.709701,78.7128,51.486355,128.63614,82.14757,5.4441943,3.8661458,5.267801,26.75619,4163.216,4.663861,8.613801,60.749424,15.451689,152.77809,61.729862,118.0306,3.3887937,77.395485,466.5943,330.5694,43.715485,412.1155,53.149307,57.24251,87.4566,25.42175,4.1598573,21.281256,542.5103,0.53161466,1.073456,98.752495,16.284374,9.090373,11.41269,17.260218,138.7175,36.982292,157.023,832.288,349.10986,2481.3545,1980.2731,27.5708,50.939075,3073.968,20.045786,75.23727,576.60535,128.84048,181.35121,82.95906,427.08148,439.13657,463.92282,13.359047,102.03778,332.86487,580.8722,20.766296,167.34537,25.425348,1.7048011,51.457096,1.1589708,1.2680193,4.9348817,14.970972,151.28822,31.160042,19.352547,374.12274,106.947334,63.749504,82.385414,27.3377,55.67795,18.016203,13.248311,18.721874,130.56226,52.885418,23.758879,23.071404,13.701389,27.825695,24.64398,3.0737057,122.59226,27.809061,314.6673,12.3416605,556.3523,29.029942,577.6824,238.05309,11.291841,14.174778,339.13608,438.17224,1416.5834,470.6704 +2023-11-13 08:00:00,0.0,4599.175,116.51895,61.8566,95.88503,58.930832,329.47253,45.523567,94.17645,25.783133,55.579887,763.0397,89.37515,26.315243,224.56396,0.99240667,0.77574354,55.86469,1.7085663,4.796299,975.4488,6.1448703,1034.4425,125.07204,0.24579959,13.397178,476.303,44.67436,280.25677,179.74202,6483.4004,2.5652168,2711.2666,36.791847,0.8426308,1.6174194,4.729378,273.8662,329.4489,65.73659,59.47778,40.22457,13.593534,1210.5305,22.05901,56.59987,18.4012,474.08636,22.916977,460.13586,8.071945,56.37418,0.0,874.95044,3059.051,0.5187206,242.18124,25.156845,19430.86,31.350386,0.88632196,13.53709,32.57011,6.7677927,2.160012,16.520424,422.3367,130.53844,16.346874,0.75721455,2.525267,116.324165,3.3140678,187.70444,262.36777,1984.7764,614.01776,101.49325,151.09319,172.42612,7.3648553,10.595158,76.33989,10.131754,14.816392,18.255543,27.306168,124.964325,18.22939,16.940311,53.265232,12.287802,3538.474,22.223244,22.338888,17.204456,11.112629,185.92699,38.33633,18.48889,6.079836,10.696202,15.576667,64.395966,129.61345,30.764444,152.79526,22.264437,10.696395,78.64467,51.45283,128.51476,82.16331,5.455822,3.8641665,5.266963,26.737799,4159.073,4.6722927,8.599807,60.73315,15.446057,152.74706,61.765556,118.03298,3.389288,77.37056,466.55087,330.61725,43.68575,411.98715,53.127777,57.235546,87.42242,25.442116,4.163767,21.29156,542.40753,0.53171456,1.0744259,98.8009,16.302427,9.091283,11.417329,17.26206,138.78468,37.025833,157.03217,832.44727,348.87878,2480.7073,1979.9657,27.554056,50.88232,3071.8433,20.054447,75.159256,576.4686,128.71155,181.19638,82.89006,426.62073,438.858,463.93298,13.350095,101.97022,332.83203,580.5643,20.750107,167.22374,25.401112,1.7047316,51.45949,1.1589458,1.2681099,4.934169,14.965112,151.09032,31.142231,19.35148,373.88828,106.873146,63.70556,82.333336,27.31778,55.681946,18.001852,13.224927,18.715,130.4873,52.85762,23.735163,23.097427,13.694445,27.797935,24.634073,3.07027,122.51959,27.780403,314.48636,12.335578,555.9448,29.010466,578.09784,237.9458,11.27737,14.169386,338.8269,437.81677,1415.9022,471.11063 +2023-11-13 09:00:00,0.0,4596.441,116.41179,61.788284,95.852135,58.90906,329.48227,45.51924,94.15772,25.77498,55.574413,762.1295,89.391304,26.310349,224.46008,0.9908221,0.77401906,55.887245,1.704875,4.8124266,975.6551,6.1654673,1035.0161,125.10075,0.24658658,13.442388,476.73404,44.683655,280.6139,179.80841,6478.1704,2.5730243,2711.2402,36.89286,0.84483576,1.6219356,4.7439814,273.80545,329.3821,65.85652,59.4625,40.224064,13.588828,1209.6208,22.122095,56.56351,18.384634,474.08258,22.897524,460.33295,8.067076,56.33635,0.0,874.70776,3057.102,0.51807576,242.0319,25.139105,19416.736,31.337717,0.8860646,13.526131,32.5474,6.7659307,2.1593642,16.511547,422.072,130.41309,16.330181,0.75694686,2.5241332,116.31657,3.3107047,187.6125,262.39874,1985.0641,613.70496,101.483696,151.12953,172.62715,7.3717136,10.603123,76.47553,10.154232,14.845173,18.242273,27.288345,125.02625,18.224388,16.92738,53.254696,12.289169,3538.8,22.21572,22.3375,17.202385,11.111683,185.93929,38.3395,18.48125,6.0813217,10.689761,15.569264,64.378136,129.56645,30.761875,152.79996,22.259558,10.68309,78.57654,51.41931,128.39339,82.17905,5.4674497,3.8621874,5.2661247,26.719408,4154.931,4.680725,8.585813,60.716877,15.440427,152.71602,61.80125,118.035355,3.3897824,77.34563,466.50745,330.66513,43.65601,411.8588,53.10625,57.228584,87.38824,25.462482,4.167676,21.301865,542.30475,0.53181446,1.0753958,98.84931,16.320482,9.092194,11.421967,17.263903,138.85187,37.069374,157.04134,832.60645,348.64774,2480.06,1979.6584,27.537313,50.825565,3069.7188,20.06311,75.08125,576.3319,128.58263,181.04156,82.82105,426.16,438.57947,463.94315,13.341143,101.902664,332.7992,580.2564,20.73392,167.10213,25.376875,1.704662,51.461887,1.1589209,1.2682006,4.933456,14.95925,150.8924,31.12442,19.350416,373.6538,106.79896,63.66161,82.28125,27.297857,55.685936,17.9875,13.201542,18.708124,130.41235,52.829823,23.711447,23.12345,13.6875,27.770178,24.624166,3.0668344,122.44692,27.751743,314.30542,12.329495,555.5374,28.990992,578.5133,237.8385,11.262901,14.163994,338.51773,437.46133,1415.2212,471.55087 +2023-11-13 10:00:00,0.0,4593.707,116.304634,61.719967,95.81923,58.88729,329.49203,45.51492,94.138985,25.766829,55.568935,761.21936,89.407455,26.305454,224.3562,0.9892374,0.7722946,55.9098,1.7011836,4.828554,975.8613,6.1860642,1035.5896,125.12947,0.24737357,13.487597,477.16507,44.692947,280.97098,179.8748,6472.9404,2.5808315,2711.2139,36.99387,0.8470408,1.626452,4.7585845,273.74472,329.3153,65.976456,59.447224,40.223553,13.584121,1208.7113,22.18518,56.52715,18.36807,474.07886,22.878073,460.53003,8.062207,56.298523,0.0,874.4651,3055.1533,0.5174309,241.88255,25.121367,19402.613,31.32505,0.8858072,13.515172,32.524696,6.7640686,2.1587167,16.502672,421.80728,130.28773,16.313488,0.7566791,2.5229995,116.30896,3.3073416,187.52055,262.42972,1985.3517,613.3922,101.474144,151.16586,172.82819,7.3785725,10.611089,76.61118,10.17671,14.873954,18.229006,27.270523,125.08818,18.219385,16.91445,53.244156,12.290538,3539.126,22.208197,22.336111,17.200312,11.110737,185.95158,38.34267,18.473612,6.082807,10.683321,15.561863,64.3603,129.51945,30.759306,152.80466,22.254677,10.669785,78.5084,51.38579,128.272,82.194786,5.479078,3.8602083,5.265287,26.70102,4150.7886,4.6891575,8.571818,60.700603,15.434796,152.685,61.836945,118.037735,3.3902767,77.320694,466.46405,330.71298,43.62627,411.73047,53.08472,57.22162,87.35406,25.482847,4.171585,21.312168,542.20197,0.5319144,1.0763657,98.89772,16.338535,9.093103,11.426605,17.265747,138.91905,37.112915,157.0505,832.7656,348.41666,2479.4128,1979.3512,27.52057,50.76881,3067.5942,20.071774,75.00324,576.1951,128.45369,180.88673,82.752045,425.69925,438.3009,463.9533,13.3321905,101.83511,332.76636,579.9485,20.71773,166.9805,25.35264,1.7045923,51.464283,1.158896,1.2682912,4.932743,14.953389,150.69449,31.106611,19.349352,373.41934,106.72476,63.61766,82.229164,27.277937,55.68993,17.973148,13.178158,18.70125,130.3374,52.802025,23.68773,23.149473,13.680555,27.74242,24.614258,3.0633986,122.37426,27.723085,314.12448,12.323413,555.12994,28.971516,578.9288,237.7312,11.248431,14.158603,338.20856,437.10587,1414.54,471.99112 +2023-11-13 11:00:00,0.0,4590.9727,116.19747,61.65165,95.78633,58.86552,329.50177,45.510597,94.120255,25.758678,55.56346,760.3092,89.42361,26.30056,224.25232,0.98765284,0.77057004,55.932354,1.6974921,4.8446817,976.0676,6.206661,1036.1631,125.15819,0.24816054,13.532807,477.5961,44.702244,281.3281,179.94118,6467.7104,2.588639,2711.1875,37.094883,0.8492458,1.6309683,4.7731876,273.68396,329.2485,66.0964,59.431946,40.223045,13.579414,1207.8018,22.248266,56.49079,18.351505,474.07516,22.85862,460.7271,8.057338,56.260693,0.0,874.2224,3053.2046,0.51678604,241.73322,25.103628,19388.492,31.312382,0.88554984,13.504213,32.50199,6.7622066,2.1580691,16.493797,421.54254,130.16238,16.296795,0.75641143,2.5218658,116.30135,3.3039784,187.4286,262.4607,1985.6394,613.0794,101.4646,151.2022,173.0292,7.385431,10.619054,76.746826,10.199188,14.902734,18.215736,27.252699,125.15011,18.214384,16.90152,53.23362,12.291905,3539.452,22.200672,22.334723,17.198238,11.10979,185.9639,38.34584,18.465973,6.0842924,10.67688,15.554461,64.34247,129.47244,30.756735,152.80937,22.249796,10.656479,78.44027,51.35227,128.15063,82.21053,5.4907055,3.8582292,5.264449,26.682629,4146.646,4.69759,8.557824,60.68433,15.429166,152.65396,61.87264,118.04011,3.390771,77.29577,466.42062,330.76086,43.59653,411.6021,53.063194,57.214653,87.31988,25.503214,4.175494,21.322474,542.09924,0.5320143,1.0773356,98.94613,16.356588,9.094014,11.431243,17.26759,138.98624,37.15646,157.05968,832.9248,348.1856,2478.7659,1979.044,27.503828,50.712055,3065.4695,20.080435,74.92523,576.0584,128.32477,180.7319,82.683044,425.23853,438.02234,463.96347,13.323237,101.767555,332.73352,579.64056,20.701542,166.85889,25.328403,1.7045228,51.466675,1.1588709,1.2683818,4.93203,14.947528,150.49658,31.0888,19.348286,373.18488,106.65057,63.57371,82.177086,27.258017,55.693924,17.958796,13.154774,18.694376,130.26245,52.774227,23.664015,23.175497,13.673611,27.714663,24.604351,3.059963,122.30159,27.694426,313.94354,12.31733,554.72253,28.95204,579.34424,237.6239,11.233961,14.153211,337.89938,436.7504,1413.8589,472.43134 +2023-11-13 12:00:00,0.0,4588.239,116.09032,61.583332,95.75343,58.84375,329.5115,45.50627,94.10152,25.750526,55.557987,759.39905,89.43976,26.295666,224.14844,0.98606825,0.76884556,55.95491,1.6938008,4.86081,976.27386,6.2272587,1036.7366,125.186905,0.24894753,13.578017,478.02713,44.711536,281.68518,180.00757,6462.4805,2.5964463,2711.1611,37.195892,0.85145074,1.6354846,4.7877913,273.62323,329.1817,66.21633,59.416668,40.222538,13.574707,1206.8921,22.311352,56.45443,18.334942,474.0714,22.839167,460.9242,8.052469,56.222866,0.0,873.97974,3051.2556,0.5161412,241.58388,25.08589,19374.37,31.299715,0.8852925,13.493254,32.479282,6.7603445,2.1574216,16.48492,421.27783,130.03703,16.2801,0.7561437,2.5207322,116.293755,3.3006153,187.33667,262.49167,1985.9271,612.76666,101.45505,151.23854,173.23024,7.392289,10.62702,76.88247,10.221665,14.931515,18.202467,27.234875,125.212036,18.209383,16.888588,53.223083,12.293274,3539.7778,22.19315,22.333334,17.196165,11.108844,185.9762,38.34901,18.458334,6.0857778,10.67044,15.547059,64.32464,129.42545,30.754166,152.81407,22.244917,10.643174,78.37214,51.31875,128.02925,82.22627,5.502333,3.8562498,5.263611,26.664238,4142.504,4.7060223,8.543829,60.668056,15.423534,152.62292,61.908333,118.04249,3.3912654,77.270836,466.3772,330.80872,43.566795,411.47375,53.041668,57.20769,87.2857,25.52358,4.179404,21.332777,541.99646,0.5321142,1.0783055,98.99454,16.374643,9.094925,11.435882,17.269432,139.05342,37.2,157.06885,833.08405,347.95456,2478.1187,1978.7367,27.487085,50.6553,3063.345,20.089098,74.84722,575.92163,128.19583,180.57709,82.61404,424.77777,437.7438,463.97363,13.314285,101.7,332.70068,579.33264,20.685352,166.73726,25.304167,1.7044532,51.46907,1.158846,1.2684726,4.9313173,14.941667,150.29866,31.070992,19.347221,372.9504,106.576385,63.529762,82.125,27.238096,55.697918,17.944445,13.13139,18.6875,130.1875,52.74643,23.640299,23.20152,13.666667,27.686905,24.594444,3.0565274,122.22892,27.665766,313.7626,12.311248,554.31506,28.932564,579.7597,237.51662,11.219491,14.147819,337.5902,436.39493,1413.1777,472.87158 +2023-11-13 13:00:00,0.0,4585.5044,115.98316,61.515015,95.72053,58.82198,329.52124,45.50195,94.08278,25.742376,55.55251,758.48895,89.45591,26.290771,224.04456,0.9844836,0.7671211,55.977467,1.6901094,4.8769374,976.48016,6.2478557,1037.3102,125.21562,0.24973452,13.623227,478.45816,44.720833,282.04227,180.07396,6457.2505,2.6042535,2711.1348,37.296906,0.85365576,1.6400009,4.8023944,273.56247,329.11493,66.336266,59.40139,40.22203,13.570001,1205.9825,22.374437,56.41807,18.318377,474.0677,22.819714,461.12125,8.0476,56.185036,0.0,873.7371,3049.307,0.5154963,241.43452,25.068151,19360.246,31.287046,0.8850351,13.482295,32.456577,6.7584825,2.156774,16.476046,421.0131,129.91168,16.263407,0.75587595,2.5195985,116.28615,3.2972522,187.24472,262.52264,1986.2147,612.45386,101.445496,151.27487,173.43126,7.399148,10.634985,77.01812,10.2441435,14.960296,18.189198,27.217052,125.273964,18.20438,16.875658,53.212543,12.2946415,3540.1038,22.185627,22.331944,17.194094,11.107898,185.9885,38.35218,18.450695,6.087263,10.663999,15.539657,64.30681,129.37843,30.751596,152.81879,22.240036,10.6298685,78.30401,51.28523,127.907875,82.24201,5.513961,3.8542707,5.262773,26.64585,4138.3613,4.714454,8.529835,60.651783,15.417904,152.59189,61.94403,118.04486,3.3917596,77.2459,466.33377,330.8566,43.537056,411.3454,53.020138,57.200726,87.25152,25.543947,4.183313,21.343082,541.8937,0.5322141,1.0792755,99.04295,16.392696,9.095835,11.440519,17.271275,139.1206,37.24354,157.07802,833.2433,347.72348,2477.4714,1978.4293,27.47034,50.598545,3061.2205,20.09776,74.76921,575.7849,128.0669,180.42226,82.54503,424.31705,437.46524,463.9838,13.305333,101.63245,332.66788,579.0247,20.669165,166.61565,25.27993,1.7043836,51.471466,1.158821,1.2685632,4.9306045,14.935806,150.10075,31.05318,19.346157,372.71594,106.5022,63.485813,82.072914,27.218176,55.70191,17.930092,13.108006,18.680626,130.11255,52.71863,23.616581,23.227545,13.659722,27.659147,24.584536,3.0530918,122.15626,27.637108,313.5817,12.305164,553.90765,28.91309,580.1752,237.40932,11.205021,14.1424265,337.28104,436.0395,1412.4966,473.3118 +2023-11-13 14:00:00,0.0,4582.7705,115.876,61.446697,95.68763,58.80021,329.53098,45.497627,94.06405,25.734224,55.547035,757.5788,89.47206,26.285877,223.94067,0.982899,0.7653966,56.000023,1.6864179,4.893065,976.68646,6.2684526,1037.8837,125.24435,0.2505215,13.668436,478.8892,44.73013,282.39938,180.14035,6452.0205,2.612061,2711.1086,37.397915,0.8558607,1.6445172,4.8169975,273.50174,329.04813,66.45621,59.386112,40.22152,13.565293,1205.073,22.437523,56.38171,18.301813,474.06396,22.80026,461.31833,8.042731,56.14721,0.0,873.49445,3047.3582,0.51485145,241.28519,25.050413,19346.125,31.27438,0.8847777,13.471336,32.43387,6.75662,2.1561265,16.467169,420.74838,129.78633,16.246714,0.75560826,2.5184648,116.27854,3.293889,187.15277,262.55362,1986.5024,612.1411,101.43596,151.31122,173.6323,7.4060063,10.64295,77.15376,10.266622,14.989077,18.175928,27.19923,125.3359,18.199379,16.862728,53.202007,12.29601,3540.4297,22.178102,22.330555,17.19202,11.106951,186.0008,38.35535,18.443056,6.088749,10.657558,15.532255,64.28898,129.33144,30.749027,152.82349,22.235155,10.616563,78.23587,51.25171,127.7865,82.25775,5.5255885,3.8522916,5.2619348,26.627459,4134.219,4.7228866,8.515841,60.63551,15.412273,152.56085,61.979725,118.04724,3.392254,77.22097,466.29034,330.90445,43.507317,411.21704,52.99861,57.193764,87.21734,25.564314,4.187222,21.353388,541.7909,0.532314,1.0802454,99.09136,16.41075,9.0967455,11.445158,17.273117,139.18777,37.287083,157.08719,833.40247,347.49243,2476.8242,1978.1221,27.453598,50.54179,3059.0957,20.106422,74.6912,575.6482,127.93797,180.26743,82.47602,423.8563,437.1867,463.99396,13.296381,101.56489,332.63504,578.7168,20.652975,166.49403,25.255695,1.704314,51.47386,1.1587961,1.2686538,4.9298916,14.929945,149.90285,31.03537,19.345093,372.48148,106.42801,63.441868,82.020836,27.198256,55.705902,17.915741,13.08462,18.67375,130.0376,52.690834,23.592865,23.253569,13.652778,27.631388,24.574629,3.049656,122.08359,27.608448,313.40076,12.299082,553.50024,28.893614,580.5907,237.30202,11.190551,14.137035,336.97183,435.68402,1411.8154,473.75204 +2023-11-13 15:00:00,0.0,4580.036,115.768845,61.37838,95.65473,58.77844,329.54074,45.4933,94.04531,25.726072,55.54156,756.66864,89.48822,26.280983,223.83679,0.98131436,0.7636721,56.02258,1.6827266,4.9091926,976.8927,6.2890496,1038.4572,125.27306,0.2513085,13.713646,479.32022,44.73942,282.75647,180.20674,6446.7905,2.6198683,2711.0823,37.498928,0.8580657,1.6490335,4.831601,273.441,328.98132,66.57614,59.370834,40.221012,13.560587,1204.1635,22.50061,56.345352,18.285248,474.06024,22.780807,461.5154,8.037862,56.10938,0.0,873.2518,3045.4092,0.5142066,241.13583,25.032675,19332.002,31.261711,0.88452035,13.460377,32.411163,6.754758,2.155479,16.458294,420.48364,129.66098,16.23002,0.7553405,2.5173314,116.27094,3.290526,187.06084,262.5846,1986.7902,611.8283,101.42641,151.34755,173.83333,7.412865,10.650916,77.28941,10.2891,15.017858,18.162659,27.181406,125.39783,18.194376,16.849796,53.191467,12.297378,3540.7556,22.17058,22.329166,17.189947,11.106005,186.01309,38.358524,18.435417,6.0902343,10.651117,15.524853,64.27114,129.28444,30.746458,152.8282,22.230276,10.603257,78.16774,51.218185,127.66512,82.27349,5.5372167,3.8503125,5.261097,26.609068,4130.0767,4.731319,8.501846,60.619236,15.406643,152.52982,62.01542,118.049614,3.3927484,77.196045,466.24692,330.9523,43.47758,411.0887,52.977085,57.1868,87.18316,25.584679,4.191131,21.363691,541.6881,0.5324139,1.0812153,99.13977,16.428802,9.097655,11.449797,17.27496,139.25496,37.330624,157.09634,833.56165,347.26135,2476.177,1977.8148,27.436855,50.485035,3056.9712,20.115084,74.6132,575.5114,127.809044,180.1126,82.40702,423.39557,436.90814,464.00412,13.287428,101.49734,332.6022,578.4089,20.636787,166.3724,25.231459,1.7042445,51.476257,1.1587712,1.2687445,4.9291787,14.924084,149.70493,31.017561,19.344027,372.247,106.35381,63.39792,81.96875,27.178335,55.709896,17.901388,13.061236,18.666876,129.96265,52.663036,23.569149,23.279593,13.645833,27.60363,24.564722,3.0462203,122.01092,27.57979,313.21982,12.292999,553.0928,28.874138,581.00616,237.19473,11.176081,14.131643,336.66266,435.32855,1411.1343,474.19226 +2023-11-13 16:00:00,0.0,4577.3022,115.66168,61.310062,95.621826,58.756668,329.55048,45.48898,94.02658,25.717922,55.536083,755.7585,89.50437,26.276087,223.73293,0.9797298,0.76194763,56.04513,1.6790352,4.92532,977.099,6.3096466,1039.0308,125.30178,0.25209546,13.758856,479.75125,44.74872,283.1136,180.27313,6441.5605,2.6276758,2711.056,37.599937,0.8602707,1.6535498,4.846204,273.38025,328.91452,66.69608,59.355556,40.220505,13.55588,1203.2538,22.563696,56.30899,18.268682,474.05652,22.761354,461.7125,8.032993,56.07155,0.0,873.0091,3043.4604,0.5135617,240.9865,25.014936,19317.879,31.249044,0.884263,13.449418,32.38846,6.752896,2.1548314,16.449419,420.21893,129.53563,16.213326,0.75507283,2.5161977,116.263336,3.2871628,186.96889,262.61554,1987.0778,611.51556,101.416855,151.38388,174.03435,7.4197235,10.658881,77.42506,10.311578,15.0466385,18.14939,27.163584,125.459755,18.189375,16.836866,53.18093,12.298746,3541.0815,22.163055,22.327778,17.187874,11.105059,186.0254,38.361694,18.427778,6.0917196,10.644677,15.517451,64.25331,129.23743,30.743889,152.8329,22.225395,10.589952,78.09961,51.184666,127.54375,82.28923,5.5488443,3.8483334,5.260259,26.59068,4125.934,4.7397513,8.487852,60.602962,15.401011,152.49878,62.051113,118.051994,3.3932428,77.17111,466.20352,331.00018,43.44784,410.96036,52.955555,57.179836,87.14898,25.605045,4.1950407,21.373997,541.5853,0.5325138,1.0821851,99.18818,16.446857,9.098566,11.454434,17.276802,139.32214,37.37417,157.10551,833.7208,347.0303,2475.53,1977.5076,27.420113,50.42828,3054.8467,20.123747,74.53519,575.3747,127.68011,179.95778,82.33801,422.9348,436.6296,464.01428,13.278476,101.42978,332.56937,578.10095,20.620598,166.2508,25.207222,1.7041749,51.47865,1.1587461,1.2688351,4.928466,14.918222,149.50702,30.99975,19.342962,372.01254,106.279625,63.35397,81.916664,27.158413,55.71389,17.887037,13.037852,18.66,129.8877,52.63524,23.545433,23.305614,13.638889,27.575872,24.554813,3.0427847,121.93825,27.55113,313.03888,12.286917,552.68536,28.854662,581.42163,237.08743,11.161611,14.126251,336.3535,434.97308,1410.4531,474.6325 +2023-11-13 17:00:00,0.0,4574.568,115.55453,61.241745,95.58893,58.734898,329.5602,45.484657,94.00784,25.70977,55.53061,754.8483,89.52052,26.271193,223.62904,0.9781452,0.76022315,56.067688,1.6753438,4.9414477,977.30524,6.330244,1039.6042,125.3305,0.25288245,13.804066,480.18228,44.75801,283.47067,180.33952,6436.3306,2.635483,2711.0295,37.70095,0.8624757,1.6580662,4.8608074,273.31952,328.84772,66.81602,59.34028,40.219997,13.551173,1202.3442,22.626781,56.272633,18.25212,474.0528,22.741903,461.90958,8.028124,56.033722,0.0,872.7664,3041.5117,0.51291686,240.83716,24.997196,19303.756,31.236376,0.8840056,13.438459,32.36575,6.751034,2.1541839,16.440542,419.95422,129.41026,16.196632,0.7548051,2.515064,116.25573,3.2837996,186.87694,262.6465,1987.3655,611.20276,101.4073,151.42023,174.23538,7.426582,10.666846,77.56071,10.334056,15.075419,18.136122,27.14576,125.52168,18.184374,16.823935,53.17039,12.300114,3541.4075,22.155533,22.32639,17.185802,11.104112,186.0377,38.364864,18.42014,6.093205,10.638236,15.510049,64.23548,129.19043,30.74132,152.83762,22.220514,10.576647,78.03147,51.151146,127.42237,82.30497,5.560472,3.846354,5.259421,26.572289,4121.792,4.7481837,8.473858,60.586693,15.395381,152.46774,62.086807,118.05437,3.393737,77.14618,466.1601,331.04803,43.418102,410.832,52.93403,57.17287,87.1148,25.625412,4.19895,21.3843,541.48254,0.5326137,1.083155,99.23659,16.46491,9.099476,11.459073,17.278646,139.38933,37.41771,157.11469,833.88007,346.79926,2474.8828,1977.2002,27.40337,50.371525,3052.7222,20.132408,74.45718,575.238,127.55118,179.80295,82.269005,422.47406,436.35104,464.02444,13.269524,101.36222,332.53653,577.793,20.60441,166.12917,25.182987,1.7041053,51.481045,1.1587212,1.2689257,4.9277534,14.912361,149.30911,30.98194,19.341898,371.77808,106.20544,63.31002,81.864586,27.138493,55.71788,17.872684,13.014468,18.653126,129.81274,52.60744,23.521717,23.331638,13.631945,27.548115,24.544907,3.039349,121.865585,27.522472,312.85794,12.280834,552.2779,28.835188,581.8371,236.98013,11.1471405,14.120859,336.0443,434.6176,1409.7721,475.07275 +2023-11-13 18:00:00,0.0,4571.834,115.447365,61.173428,95.55603,58.713127,329.56995,45.480335,93.98911,25.70162,55.525135,753.93823,89.536674,26.266298,223.52516,0.97656053,0.75849867,56.090244,1.6716524,4.9575753,977.51154,6.350841,1040.1777,125.359215,0.25366944,13.849276,480.6133,44.767307,283.8278,180.40591,6431.1006,2.6432903,2711.0032,37.80196,0.86468065,1.6625824,4.8754106,273.25876,328.7809,66.93595,59.325,40.21949,13.546467,1201.4347,22.689867,56.23627,18.235554,474.04907,22.72245,462.10666,8.023255,55.99589,0.0,872.52374,3039.5627,0.512272,240.6878,24.979458,19289.635,31.22371,0.88374823,13.4275,32.34304,6.7491717,2.153536,16.431667,419.68948,129.28491,16.17994,0.75453734,2.5139303,116.24812,3.2804365,186.785,262.6775,1987.6531,610.88995,101.39776,151.45656,174.4364,7.4334407,10.674812,77.69635,10.356533,15.1042,18.122852,27.127937,125.58361,18.17937,16.811005,53.159855,12.301482,3541.7334,22.14801,22.325,17.18373,11.103166,186.05,38.368034,18.4125,6.0946903,10.631796,15.502646,64.21765,129.14342,30.738749,152.84232,22.215635,10.563341,77.96334,51.117622,127.300995,82.32072,5.5720997,3.844375,5.258583,26.553898,4117.6494,4.7566156,8.459863,60.57042,15.3897505,152.4367,62.1225,118.05675,3.3942313,77.121254,466.11667,331.09592,43.388367,410.70364,52.9125,57.16591,87.08062,25.645779,4.202859,21.394606,541.37976,0.53271365,1.0841249,99.284996,16.482964,9.100387,11.463711,17.280489,139.45651,37.46125,157.12386,834.0393,346.56818,2474.2356,1976.893,27.386625,50.31477,3050.5974,20.141071,74.379166,575.1012,127.42225,179.64812,82.2,422.01334,436.07248,464.0346,13.2605715,101.29467,332.5037,577.48517,20.588223,166.00755,25.15875,1.7040358,51.48344,1.1586963,1.2690164,4.9270406,14.9065,149.1112,30.96413,19.340834,371.5436,106.13125,63.26607,81.8125,27.118572,55.721874,17.858334,12.991084,18.64625,129.7378,52.579643,23.498001,23.357662,13.625,27.520357,24.535,3.0359132,121.792915,27.493813,312.677,12.274752,551.8705,28.815712,582.25256,236.87285,11.13267,14.115467,335.73514,434.26218,1409.091,475.51297 +2023-11-13 19:00:00,0.0,4569.1,115.34021,61.10511,95.523125,58.691353,329.57968,45.47601,93.970375,25.693468,55.519657,753.0281,89.552826,26.261404,223.42128,0.97497594,0.7567741,56.1128,1.667961,4.973703,977.71783,6.371438,1040.7512,125.38793,0.25445643,13.894485,481.04434,44.7766,284.18488,180.47229,6425.8706,2.6510978,2710.9768,37.902973,0.86688566,1.6670988,4.8900137,273.19803,328.7141,67.05589,59.309723,40.21898,13.5417595,1200.525,22.752953,56.199913,18.21899,474.04535,22.702997,462.30374,8.018386,55.958065,0.0,872.2811,3037.614,0.51162714,240.53847,24.96172,19275.512,31.21104,0.88349086,13.416541,32.320335,6.7473097,2.1528885,16.42279,419.42477,129.15956,16.163246,0.75426966,2.5127966,116.240524,3.2770734,186.69305,262.70847,1987.9408,610.5772,101.388214,151.49289,174.63744,7.440299,10.682777,77.83199,10.379011,15.132981,18.109583,27.110115,125.64554,18.17437,16.798075,53.149315,12.30285,3542.0593,22.140486,22.32361,17.181656,11.10222,186.0623,38.371204,18.404861,6.096176,10.625355,15.495245,64.199814,129.09642,30.73618,152.84702,22.210754,10.550036,77.89521,51.084103,127.17962,82.33646,5.583728,3.8423958,5.2577453,26.53551,4113.5073,4.765048,8.4458685,60.554146,15.38412,152.40567,62.158195,118.05912,3.3947258,77.09632,466.07324,331.14377,43.358627,410.57532,52.890972,57.158943,87.04644,25.666143,4.206768,21.40491,541.277,0.53281355,1.0850949,99.333405,16.501017,9.101297,11.468349,17.282331,139.5237,37.50479,157.13303,834.1985,346.33713,2473.5884,1976.5857,27.369883,50.258015,3048.473,20.149734,74.301155,574.9645,127.29332,179.4933,82.131,421.55258,435.79395,464.04477,13.251618,101.22711,332.47086,577.17725,20.572033,165.88593,25.134514,1.7039661,51.485836,1.1586713,1.269107,4.9263277,14.90064,148.91328,30.94632,19.339767,371.30917,106.05705,63.222126,81.760414,27.098652,55.72587,17.84398,12.9677,18.639376,129.66284,52.551846,23.474283,23.383686,13.618055,27.4926,24.525091,3.0324776,121.720245,27.465155,312.49606,12.268669,551.463,28.796236,582.668,236.76555,11.1182,14.110076,335.42596,433.9067,1408.4098,475.95322 +2023-11-13 20:00:00,0.0,4566.3657,115.23305,61.036793,95.49023,58.669582,329.58942,45.471687,93.95164,25.685316,55.514183,752.1179,89.56898,26.25651,223.3174,0.9733913,0.75504965,56.135357,1.6642696,4.9898305,977.9241,6.392035,1041.3248,125.41666,0.25524342,13.939695,481.47537,44.785896,284.54196,180.53868,6420.6406,2.658905,2710.9504,38.003983,0.8690907,1.671615,4.9046173,273.13727,328.6473,67.17583,59.294445,40.21847,13.537053,1199.6155,22.816038,56.16355,18.202425,474.04163,22.683544,462.5008,8.013517,55.920235,0.0,872.0384,3035.6653,0.5109823,240.38911,24.943981,19261.389,31.198374,0.8832335,13.405582,32.297626,6.745447,2.152241,16.413916,419.16003,129.03421,16.146551,0.7540019,2.511663,116.23292,3.2737103,186.6011,262.73944,1988.2285,610.2644,101.37866,151.52924,174.83847,7.447158,10.6907425,77.96764,10.401489,15.161761,18.096313,27.09229,125.70747,18.169369,16.785143,53.13878,12.304218,3542.3853,22.132963,22.322222,17.179585,11.101273,186.0746,38.374374,18.397223,6.0976615,10.618915,15.487843,64.181984,129.04942,30.73361,152.85173,22.205873,10.536731,77.82708,51.050583,127.05824,82.352196,5.5953555,3.8404167,5.256907,26.517118,4109.3647,4.7734804,8.431874,60.537872,15.378489,152.37463,62.19389,118.0615,3.39522,77.07139,466.02982,331.19165,43.328888,410.44696,52.869446,57.15198,87.01226,25.68651,4.210677,21.415215,541.1742,0.53291345,1.0860648,99.38181,16.519072,9.102207,11.472987,17.284174,139.59088,37.548332,157.1422,834.35767,346.10608,2472.9412,1976.2784,27.35314,50.20126,3046.3484,20.158396,74.223145,574.82776,127.16439,179.33847,82.06199,421.09186,435.51538,464.05493,13.242666,101.15955,332.43802,576.8693,20.555845,165.76431,25.11028,1.7038965,51.48823,1.1586463,1.2691976,4.925615,14.894778,148.71538,30.928509,19.338703,371.0747,105.982864,63.178177,81.708336,27.078732,55.729862,17.82963,12.944315,18.6325,129.58789,52.524048,23.450567,23.40971,13.611111,27.464842,24.515184,3.029042,121.64758,27.436495,312.31512,12.262587,551.0556,28.77676,583.0835,236.65825,11.10373,14.104684,335.1168,433.55124,1407.7286,476.39343 +2023-11-13 21:00:00,0.0,4563.632,115.12589,60.968475,95.45733,58.64781,329.59918,45.467365,93.93291,25.677166,55.50871,751.20776,89.58513,26.251616,223.21352,0.9718067,0.75332516,56.15791,1.6605783,5.0059586,978.1304,6.412632,1041.8983,125.44537,0.2560304,13.984905,481.9064,44.795193,284.89908,180.60507,6415.4106,2.6667125,2710.924,38.104996,0.87129563,1.6761314,4.9192204,273.07654,328.5805,67.29577,59.279167,40.217964,13.532346,1198.7059,22.879124,56.127193,18.185862,474.03787,22.664091,462.69788,8.008648,55.88241,0.0,871.7957,3033.7163,0.5103374,240.23978,24.926243,19247.266,31.185705,0.8829761,13.394623,32.27492,6.743585,2.1515934,16.40504,418.89532,128.90886,16.129858,0.75373423,2.5105293,116.22531,3.270347,186.50917,262.77042,1988.5161,609.95166,101.36911,151.56557,175.03949,7.454016,10.698709,78.10329,10.423967,15.190542,18.083044,27.074467,125.7694,18.164366,16.772213,53.12824,12.305587,3542.7112,22.12544,22.320833,17.177511,11.100327,186.08691,38.37755,18.389584,6.099147,10.6124735,15.480441,64.164154,129.00241,30.731041,152.85643,22.200994,10.523425,77.75894,51.017063,126.93687,82.367935,5.606983,3.8384373,5.256069,26.498728,4105.222,4.781913,8.41788,60.5216,15.372858,152.3436,62.229584,118.06388,3.3957145,77.04646,465.98642,331.2395,43.29915,410.3186,52.847916,57.145016,86.97808,25.706877,4.2145867,21.42552,541.0714,0.53301334,1.0870347,99.43022,16.537125,9.103118,11.477626,17.286016,139.65807,37.591877,157.15137,834.51685,345.875,2472.2942,1975.9712,27.336397,50.14451,3044.2236,20.167059,74.14514,574.691,127.03545,179.18364,81.99298,420.6311,435.23685,464.0651,13.233714,101.092,332.40518,576.5614,20.539656,165.64268,25.086042,1.7038269,51.490623,1.1586213,1.2692883,4.924902,14.888917,148.51747,30.9107,19.337639,370.84024,105.908676,63.134228,81.65625,27.058811,55.733852,17.815277,12.920931,18.625626,129.51294,52.49625,23.426851,23.435734,13.604167,27.437082,24.505278,3.0256062,121.57491,27.407837,312.1342,12.256504,550.64813,28.757286,583.49896,236.55095,11.08926,14.099292,334.80762,433.19577,1407.0475,476.83368 +2023-11-13 22:00:00,0.0,4560.8975,115.01873,60.900158,95.42443,58.62604,329.60892,45.46304,93.91417,25.669014,55.50323,750.29767,89.60128,26.246721,223.10963,0.9702221,0.7516007,56.180466,1.6568868,5.022086,978.3366,6.4332294,1042.4718,125.47409,0.2568174,14.030115,482.33743,44.804485,285.25616,180.67146,6410.1807,2.6745198,2710.8977,38.206005,0.87350065,1.6806476,4.9338236,273.0158,328.5137,67.4157,59.26389,40.217457,13.527639,1197.7964,22.94221,56.09083,18.169296,474.03418,22.644638,462.89496,8.003779,55.844578,0.0,871.55304,3031.7676,0.50969255,240.09044,24.908504,19233.145,31.173038,0.88271874,13.383664,32.252216,6.741723,2.150946,16.396164,418.6306,128.78351,16.113165,0.7534665,2.5093956,116.21771,3.266984,186.41722,262.8014,1988.8038,609.63885,101.359566,151.60191,175.24052,7.4608746,10.706674,78.23894,10.446445,15.219323,18.069775,27.056644,125.83133,18.159365,16.759283,53.117702,12.306954,3543.037,22.117916,22.319445,17.175438,11.0993805,186.09921,38.38072,18.381945,6.100632,10.606033,15.473039,64.146324,128.95541,30.728472,152.86115,22.196114,10.510119,77.69081,50.98354,126.81549,82.383675,5.618611,3.8364582,5.2552314,26.48034,4101.08,4.790345,8.403886,60.505325,15.367228,152.31256,62.265278,118.06625,3.3962088,77.02153,465.943,331.28738,43.269413,410.19025,52.82639,57.138054,86.9439,25.727243,4.218496,21.435823,540.9687,0.53311324,1.0880046,99.47863,16.555178,9.104028,11.4822645,17.287859,139.72523,37.635418,157.16054,834.6761,345.64395,2471.647,1975.6638,27.319654,50.087753,3042.099,20.17572,74.06713,574.55426,126.906525,179.02882,81.92397,420.17038,434.95828,464.07526,13.224762,101.024445,332.37234,576.2535,20.523468,165.52107,25.061806,1.7037574,51.49302,1.1585964,1.2693789,4.924189,14.883056,148.31955,30.892889,19.336573,370.60577,105.83449,63.09028,81.604164,27.03889,55.737846,17.800926,12.897547,18.61875,129.43799,52.468452,23.403135,23.461758,13.597222,27.409325,24.495369,3.0221705,121.50224,27.379177,311.95325,12.250422,550.2407,28.73781,583.9144,236.44366,11.07479,14.0939,334.4984,432.8403,1406.3663,477.2739 +2023-11-13 23:00:00,0.0,4558.1636,114.911575,60.83184,95.391525,58.60427,329.61865,45.458717,93.89544,25.660864,55.497757,749.3875,89.61744,26.241827,223.00575,0.96863747,0.7498762,56.203022,1.6531954,5.0382137,978.5429,6.4538264,1043.0454,125.50281,0.25760436,14.075324,482.76846,44.81378,285.61328,180.73785,6404.9507,2.682327,2710.8713,38.30702,0.8757056,1.685164,4.948427,272.95505,328.4469,67.53564,59.24861,40.216946,13.522932,1196.8867,23.005295,56.054474,18.15273,474.03046,22.625185,463.09204,7.9989104,55.806747,0.0,871.31036,3029.8188,0.5090477,239.94109,24.890766,19219.021,31.16037,0.88246137,13.372705,32.229507,6.739861,2.1502984,16.38729,418.36588,128.65816,16.096472,0.75319874,2.5082622,116.210106,3.2636209,186.32527,262.83237,1989.0916,609.3261,101.35001,151.63824,175.44154,7.4677334,10.714639,78.37458,10.468924,15.248104,18.056505,27.038822,125.89326,18.154362,16.746351,53.107162,12.308323,3543.363,22.110394,22.318056,17.173365,11.0984335,186.11151,38.38389,18.374306,6.102118,10.599592,15.465637,64.128494,128.90842,30.725903,152.86584,22.191233,10.496815,77.62268,50.95002,126.694115,82.399414,5.6302385,3.834479,5.254393,26.461948,4096.9375,4.7987776,8.389892,60.48905,15.361596,152.28152,62.300972,118.068634,3.396703,76.9966,465.89957,331.33524,43.239674,410.0619,52.804863,57.13109,86.90972,25.74761,4.222405,21.446129,540.8659,0.53321314,1.0889745,99.52704,16.573233,9.1049385,11.486902,17.289703,139.79242,37.67896,157.16971,834.8353,345.41287,2470.9998,1975.3566,27.302912,50.031,3039.9746,20.184383,73.98912,574.41754,126.777596,178.874,81.85497,419.70963,434.67975,464.08542,13.215809,100.95689,332.3395,575.94556,20.507278,165.39946,25.037569,1.7036878,51.495415,1.1585715,1.2694695,4.923476,14.877194,148.12164,30.875078,19.335508,370.3713,105.7603,63.04633,81.552086,27.018969,55.74184,17.786573,12.874163,18.611876,129.36302,52.440655,23.37942,23.48778,13.590278,27.381567,24.485462,3.018735,121.42958,27.35052,311.7723,12.244338,549.83325,28.718334,584.32996,236.33636,11.06032,14.088509,334.18924,432.48486,1405.6852,477.71414 +2023-11-14 00:00:00,0.0,4555.429,114.80441,60.763523,95.35863,58.5825,329.6284,45.454395,93.8767,25.652712,55.492283,748.47736,89.63359,26.236933,222.90187,0.9670529,0.7481517,56.22558,1.6495041,5.0543413,978.7492,6.4744234,1043.6189,125.531525,0.25839135,14.120534,483.1995,44.823074,285.97037,180.80424,6399.7207,2.6901345,2710.845,38.408028,0.8779106,1.6896802,4.96303,272.89432,328.3801,67.65558,59.233334,40.21644,13.518226,1195.9772,23.06838,56.018112,18.136168,474.0267,22.605734,463.28912,7.9940414,55.76892,0.0,871.0677,3027.8699,0.5084028,239.79175,24.873028,19204.898,31.147703,0.882204,13.361746,32.206802,6.737999,2.1496508,16.378412,418.10117,128.5328,16.079777,0.75293106,2.5071285,116.2025,3.260258,186.23334,262.86334,1989.3792,609.0133,101.34046,151.67458,175.64258,7.4745917,10.722605,78.51023,10.491401,15.276885,18.043238,27.020998,125.955185,18.14936,16.733421,53.096626,12.30969,3543.689,22.102869,22.316668,17.171293,11.097487,186.12381,38.38706,18.366667,6.1036034,10.593152,15.458235,64.11066,128.8614,30.723333,152.87056,22.186354,10.483509,77.55454,50.9165,126.57274,82.41516,5.6418667,3.8325,5.2535553,26.443558,4092.7952,4.8072095,8.375896,60.47278,15.355966,152.2505,62.336666,118.07101,3.3971975,76.971664,465.85614,331.38312,43.209934,409.93356,52.783333,57.124123,86.87554,25.767975,4.226314,21.456432,540.7631,0.53331304,1.0899444,99.57545,16.591286,9.105848,11.491541,17.291546,139.8596,37.7225,157.17888,834.9945,345.18182,2470.3525,1975.0493,27.286167,49.974243,3037.8499,20.193045,73.91111,574.28076,126.64867,178.71916,81.785965,419.2489,434.40118,464.09558,13.206857,100.889336,332.30667,575.63763,20.49109,165.27783,25.013334,1.7036182,51.49781,1.1585464,1.2695602,4.9227633,14.871333,147.92374,30.85727,19.334444,370.13684,105.686104,63.00238,81.5,26.999048,55.745834,17.772223,12.850779,18.605,129.28807,52.412857,23.355703,23.513803,13.583333,27.35381,24.475555,3.0152993,121.35691,27.32186,311.59137,12.2382555,549.42584,28.698858,584.7454,236.22906,11.04585,14.083117,333.88007,432.1294,1405.004,478.1544 +2023-11-14 01:00:00,0.0,4552.6953,114.69726,60.695206,95.32573,58.56073,329.63812,45.45007,93.85796,25.64456,55.486805,747.5672,89.64974,26.232038,222.79799,0.9654683,0.74642724,56.248135,1.6458126,5.070469,978.95544,6.4950204,1044.1924,125.56024,0.25917834,14.165744,483.63052,44.83237,286.32745,180.87064,6394.491,2.6979418,2710.8188,38.50904,0.88011557,1.6941966,4.9776335,272.83356,328.3133,67.77551,59.218056,40.21593,13.513518,1195.0676,23.131466,55.981754,18.119602,474.02298,22.58628,463.4862,7.9891725,55.73109,0.0,870.8251,3025.9211,0.50775796,239.6424,24.855288,19190.775,31.135035,0.8819466,13.350787,32.184093,6.736137,2.1490033,16.369537,417.83643,128.40744,16.063084,0.7526633,2.5059948,116.1949,3.2568948,186.14139,262.89432,1989.6669,608.70056,101.33091,151.71092,175.84361,7.48145,10.73057,78.645874,10.513879,15.305666,18.029968,27.003176,126.01711,18.14436,16.720491,53.08609,12.311059,3544.015,22.095346,22.315277,17.16922,11.096541,186.13611,38.39023,18.359028,6.1050887,10.586711,15.450833,64.09283,128.8144,30.720764,152.87526,22.181473,10.470203,77.48641,50.882977,126.45136,82.4309,5.6534944,3.8305209,5.2527175,26.425169,4088.6528,4.815642,8.361902,60.456505,15.350335,152.21947,62.372364,118.07339,3.3976917,76.94674,465.8127,331.43097,43.1802,409.8052,52.761806,57.11716,86.84136,25.788342,4.2302237,21.466738,540.66034,0.53341293,1.0909144,99.623856,16.609339,9.106759,11.496179,17.293388,139.92679,37.76604,157.18805,835.1537,344.95078,2469.7053,1974.7421,27.269424,49.91749,3035.7253,20.201708,73.8331,574.14404,126.51974,178.56433,81.71696,418.78815,434.12265,464.10574,13.197905,100.82178,332.27386,575.3297,20.474901,165.15622,24.989098,1.7035487,51.500206,1.1585215,1.2696508,4.9220505,14.865473,147.72581,30.839458,19.33338,369.90237,105.611916,62.958435,81.447914,26.979128,55.749825,17.75787,12.8273945,18.598125,129.21312,52.385063,23.331985,23.539827,13.576389,27.326052,24.465647,3.0118635,121.28424,27.293201,311.41046,12.232173,549.0184,28.679384,585.1609,236.12178,11.03138,14.077724,333.5709,431.77393,1404.323,478.5946 +2023-11-14 02:00:00,0.0,4549.961,114.590096,60.62689,95.29282,58.53896,329.6479,45.445747,93.83923,25.63641,55.48133,746.65704,89.66589,26.227142,222.69412,0.96388364,0.7447027,56.27069,1.6421212,5.0865965,979.16174,6.515618,1044.7659,125.58897,0.25996533,14.210954,484.06155,44.841667,286.68457,180.93701,6389.261,2.7057493,2710.7925,38.61005,0.8823206,1.6987128,4.992236,272.77283,328.2465,67.895454,59.202778,40.215424,13.508812,1194.158,23.194553,55.945393,18.103039,474.0193,22.566828,463.68326,7.9843035,55.693264,0.0,870.5824,3023.9724,0.5071131,239.49306,24.83755,19176.654,31.122368,0.88168925,13.3398285,32.16139,6.7342744,2.1483557,16.360662,417.57172,128.28209,16.04639,0.75239563,2.504861,116.187294,3.2535317,186.04944,262.92526,1989.9545,608.38776,101.321365,151.74725,176.04463,7.488309,10.738536,78.78152,10.536357,15.334447,18.016699,26.985352,126.07905,18.139357,16.70756,53.07555,12.312427,3544.3408,22.087824,22.313889,17.167147,11.095594,186.1484,38.3934,18.351389,6.106574,10.580271,15.443431,64.075,128.7674,30.718193,152.87997,22.176592,10.456899,77.41828,50.849457,126.32999,82.44664,5.665122,3.8285415,5.251879,26.406778,4084.5105,4.8240743,8.347908,60.44023,15.344705,152.18843,62.40806,118.07576,3.3981862,76.92181,465.7693,331.47882,43.15046,409.67685,52.740276,57.110195,86.80718,25.808708,4.234133,21.477041,540.55756,0.5335129,1.0918843,99.672264,16.627392,9.10767,11.500817,17.29523,139.99397,37.80958,157.19722,835.31287,344.7197,2469.058,1974.4348,27.252682,49.860733,3033.6008,20.21037,73.75509,574.00726,126.39081,178.40952,81.64796,418.3274,433.8441,464.1159,13.188952,100.75423,332.24103,575.0218,20.458714,165.03459,24.96486,1.703479,51.502598,1.1584966,1.2697414,4.9213376,14.8596115,147.52791,30.82165,19.332314,369.6679,105.53773,62.914486,81.395836,26.959208,55.75382,17.743519,12.804009,18.59125,129.13817,52.357265,23.30827,23.565851,13.569445,27.298294,24.45574,3.0084279,121.21158,27.264542,311.22952,12.22609,548.61096,28.659908,585.57635,236.01448,11.01691,14.072332,333.26172,431.41846,1403.6418,479.03485 +2023-11-14 03:00:00,0.0,4547.227,114.48294,60.55857,95.259926,58.51719,329.65762,45.441425,93.820496,25.628258,55.475853,745.74695,89.682045,26.222248,222.59024,0.96229905,0.7429782,56.293243,1.6384299,5.102724,979.368,6.536215,1045.3395,125.61768,0.26075232,14.256164,484.49258,44.85096,287.04166,181.0034,6384.0312,2.7135565,2710.766,38.711063,0.88452554,1.7032292,5.0068398,272.71207,328.1797,68.01539,59.1875,40.214916,13.504105,1193.2484,23.257639,55.909035,18.086473,474.01556,22.547375,463.88034,7.9794345,55.655434,0.0,870.3397,3022.0234,0.50646824,239.34372,24.81981,19162.531,31.1097,0.8814319,13.328869,32.13868,6.7324123,2.147708,16.351786,417.30698,128.15674,16.029697,0.7521279,2.5037274,116.17969,3.2501686,185.9575,262.95624,1990.2422,608.075,101.31181,151.78358,176.24567,7.4951673,10.746501,78.91717,10.558835,15.363228,18.00343,26.96753,126.140976,18.134356,16.69463,53.065014,12.313795,3544.6667,22.0803,22.3125,17.165073,11.094648,186.16072,38.396572,18.34375,6.1080594,10.57383,15.436029,64.05717,128.7204,30.715624,152.88467,22.171713,10.443593,77.35015,50.815937,126.2086,82.46238,5.6767497,3.8265624,5.2510414,26.388388,4080.3682,4.8325067,8.333914,60.423958,15.339073,152.1574,62.443752,118.07814,3.3986804,76.89687,465.7259,331.5267,43.12072,409.5485,52.71875,57.103233,86.772995,25.829075,4.238042,21.487347,540.4548,0.5336128,1.0928541,99.72067,16.645447,9.10858,11.505455,17.297073,140.06116,37.853127,157.20638,835.4721,344.48865,2468.4111,1974.1274,27.235939,49.803978,3031.476,20.219032,73.677086,573.87054,126.26187,178.25468,81.57895,417.86667,433.56552,464.12607,13.179999,100.68667,332.2082,574.71387,20.442524,164.91298,24.940626,1.7034094,51.504993,1.1584716,1.2698321,4.9206247,14.85375,147.33,30.803839,19.33125,369.43344,105.46354,62.870537,81.34375,26.939287,55.757812,17.729166,12.780625,18.584375,129.06322,52.329468,23.284554,23.591875,13.5625,27.270535,24.445833,3.0049922,121.13891,27.235884,311.04858,12.220008,548.20355,28.640432,585.9918,235.90718,11.0024395,14.06694,332.95255,431.063,1402.9607,479.47507 +2023-11-14 04:00:00,0.0,4544.493,114.375786,60.49025,95.22703,58.49542,329.66736,45.4371,93.801765,25.620108,55.47038,744.8368,89.6982,26.217354,222.48636,0.96071446,0.74125373,56.3158,1.6347384,5.1188517,979.5743,6.556812,1045.913,125.6464,0.2615393,14.3013735,484.9236,44.860256,287.39877,181.0698,6378.8013,2.7213638,2710.7397,38.812073,0.88673055,1.7077454,5.021443,272.65134,328.11288,68.13532,59.172222,40.214405,13.499398,1192.3389,23.320724,55.872673,18.06991,474.01178,22.527922,464.07742,7.9745655,55.617607,0.0,870.09705,3020.0747,0.5058234,239.19437,24.802073,19148.408,31.097033,0.8811745,13.31791,32.115974,6.7305503,2.1470604,16.34291,417.04227,128.03139,16.013002,0.75186014,2.5025938,116.17209,3.2468054,185.86555,262.9872,1990.5299,607.7622,101.30227,151.81993,176.4467,7.5020256,10.754466,79.05281,10.581313,15.392009,17.99016,26.949707,126.2029,18.129353,16.681698,53.054474,12.315163,3544.9927,22.072777,22.311111,17.163002,11.093702,186.17302,38.399742,18.336111,6.109545,10.5673895,15.428627,64.03934,128.6734,30.713055,152.88937,22.166832,10.430287,77.28201,50.782417,126.08723,82.47812,5.6883774,3.8245833,5.2502036,26.369999,4076.2258,4.840939,8.31992,60.40769,15.333443,152.12636,62.479446,118.08051,3.399175,76.87195,465.68246,331.57455,43.09098,409.42014,52.697224,57.096268,86.738815,25.849442,4.241951,21.497652,540.352,0.5337127,1.093824,99.76908,16.6635,9.10949,11.510094,17.298916,140.12834,37.896667,157.21555,835.63135,344.25757,2467.764,1973.8202,27.219196,49.747223,3029.3516,20.227695,73.599075,573.7338,126.13294,178.09985,81.50994,417.4059,433.287,464.13623,13.171047,100.61911,332.17535,574.406,20.426336,164.79135,24.91639,1.7033398,51.50739,1.1584467,1.2699227,4.919912,14.847889,147.1321,30.786028,19.330185,369.19897,105.38935,62.826588,81.291664,26.919367,55.761806,17.714815,12.757241,18.5775,128.98827,52.30167,23.260838,23.617899,13.555555,27.242777,24.435925,3.0015566,121.06624,27.207224,310.86765,12.213925,547.7961,28.620958,586.4073,235.79988,10.98797,14.061549,332.64337,430.70755,1402.2795,479.9153 +2023-11-14 05:00:00,0.0,4541.759,114.26862,60.421932,95.19412,58.473648,329.6771,45.432777,93.78303,25.611956,55.464905,743.92664,89.71435,26.21246,222.38248,0.9591298,0.73952925,56.338356,1.631047,5.1349797,979.7806,6.577409,1046.4865,125.67512,0.2623263,14.346583,485.35464,44.86955,287.75586,181.13618,6373.5713,2.7291713,2710.7134,38.913086,0.8889355,1.7122618,5.036046,272.5906,328.04608,68.255264,59.156944,40.213898,13.494691,1191.4293,23.38381,55.836315,18.053345,474.0081,22.508469,464.2745,7.9696965,55.579777,0.0,869.8544,3018.126,0.5051785,239.04503,24.784334,19134.287,31.084364,0.88091713,13.3069515,32.093266,6.7286882,2.1464128,16.334034,416.77756,127.90604,15.996309,0.75159246,2.50146,116.16448,3.2434423,185.7736,263.0182,1990.8175,607.4494,101.292725,151.85626,176.64772,7.5088844,10.762432,79.18846,10.603791,15.420789,17.97689,26.931883,126.26483,18.124352,16.668768,53.043938,12.316531,3545.3186,22.065252,22.309723,17.160929,11.092755,186.18532,38.402912,18.328472,6.1110306,10.560948,15.421226,64.0215,128.62639,30.710485,152.89409,22.161951,10.416982,77.21388,50.748894,125.96585,82.49386,5.7000055,3.8226042,5.2493653,26.351608,4072.0835,4.849371,8.305925,60.391415,15.327812,152.09532,62.51514,118.08289,3.3996692,76.847015,465.63904,331.62244,43.061245,409.2918,52.675694,57.089306,86.704636,25.869806,4.24586,21.507956,540.2492,0.5338126,1.0947939,99.81749,16.681553,9.1104,11.514732,17.300758,140.19551,37.94021,157.22472,835.7905,344.02652,2467.1167,1973.513,27.202452,49.690468,3027.227,20.236357,73.521065,573.59705,126.00401,177.94504,81.44093,416.9452,433.00842,464.1464,13.162095,100.55156,332.14252,574.0981,20.410147,164.66974,24.892153,1.7032703,51.509785,1.1584216,1.2700133,4.9191995,14.842028,146.93417,30.768219,19.32912,368.9645,105.315155,62.78264,81.239586,26.899445,55.7658,17.700462,12.733857,18.570625,128.91331,52.273872,23.237122,23.64392,13.548611,27.21502,24.426018,2.9981208,120.99357,27.178564,310.6867,12.207843,547.3887,28.601482,586.82275,235.6926,10.9735,14.056157,332.33417,430.35208,1401.5984,480.35553 +2023-11-14 06:00:00,0.0,4539.025,114.16147,60.353615,95.161224,58.451874,329.68683,45.428455,93.76429,25.603804,55.459427,743.0165,89.73051,26.207565,222.2786,0.9575452,0.7378048,56.360912,1.6273557,5.1511073,979.9868,6.598006,1047.06,125.703835,0.26311326,14.391793,485.78568,44.878845,288.11295,181.20258,6368.3413,2.7369785,2710.687,39.014095,0.8911405,1.7167782,5.0506496,272.52985,327.97928,68.3752,59.141666,40.21339,13.4899845,1190.5197,23.446896,55.799953,18.036781,474.00436,22.489016,464.4716,7.9648275,55.541946,0.0,869.6117,3016.1772,0.50453365,238.89568,24.766596,19120.164,31.071697,0.88065976,13.295992,32.07056,6.726826,2.1457653,16.32516,416.51282,127.780685,15.979615,0.7513247,2.5003266,116.156876,3.2400792,185.68167,263.04916,1991.1052,607.13666,101.28317,151.8926,176.84875,7.515743,10.770397,79.324104,10.626268,15.44957,17.963621,26.914059,126.32676,18.11935,16.655838,53.033398,12.317899,3545.6445,22.05773,22.308332,17.158855,11.091809,186.19762,38.406082,18.320833,6.112516,10.554507,15.413823,64.00367,128.57939,30.707916,152.89879,22.157072,10.403677,77.14575,50.715374,125.844475,82.5096,5.711633,3.8206248,5.2485275,26.333218,4067.941,4.8578033,8.29193,60.37514,15.322182,152.06429,62.550835,118.085266,3.4001634,76.82208,465.5956,331.6703,43.031506,409.16345,52.654167,57.08234,86.670456,25.890173,4.2497697,21.518261,540.1464,0.5339125,1.0957638,99.865906,16.699606,9.111311,11.51937,17.302603,140.2627,37.98375,157.23389,835.9497,343.79547,2466.4695,1973.2057,27.185709,49.633713,3025.1025,20.24502,73.443054,573.4603,125.875084,177.7902,81.37193,416.48444,432.7299,464.15656,13.153143,100.484,332.10968,573.79016,20.393959,164.54811,24.867918,1.7032007,51.51218,1.1583967,1.2701039,4.9184866,14.836167,146.73627,30.750408,19.328054,368.73004,105.24097,62.738693,81.1875,26.879524,55.76979,17.686111,12.710473,18.56375,128.83836,52.246075,23.213406,23.669945,13.541667,27.187262,24.416111,2.9946852,120.920906,27.149906,310.50577,12.20176,546.9812,28.582006,587.2382,235.5853,10.95903,14.050765,332.025,429.9966,1400.9172,480.79578 +2023-11-14 07:00:00,0.0,4536.2905,114.054306,60.285297,95.12833,58.430103,329.69656,45.42413,93.74556,25.595654,55.453953,742.1063,89.74666,26.202671,222.17471,0.9559606,0.7360803,56.38347,1.6236643,5.167235,980.1931,6.618603,1047.6335,125.73255,0.26390025,14.437003,486.2167,44.88814,288.47006,181.26897,6363.1113,2.744786,2710.6606,39.11511,0.89334553,1.7212944,5.065253,272.46912,327.91248,68.49513,59.12639,40.212883,13.485277,1189.6101,23.509981,55.763596,18.020216,474.0006,22.469564,464.66867,7.9599586,55.50412,0.0,869.369,3014.2283,0.5038888,238.74634,24.748857,19106.041,31.059029,0.8804024,13.285033,32.04785,6.724964,2.1451178,16.316284,416.2481,127.655334,15.962922,0.751057,2.499193,116.14927,3.236716,185.58972,263.08014,1991.3928,606.82385,101.27362,151.92894,177.04977,7.5226016,10.778362,79.459755,10.6487465,15.478351,17.950354,26.896236,126.38869,18.114347,16.642906,53.02286,12.319267,3545.9705,22.050207,22.306944,17.156784,11.090863,186.20992,38.409252,18.313194,6.1140013,10.548067,15.406422,63.98584,128.53238,30.705347,152.9035,22.152191,10.390371,77.07762,50.681854,125.7231,82.525345,5.723261,3.8186457,5.2476897,26.314829,4063.7986,4.8662357,8.277936,60.358868,15.31655,152.03325,62.58653,118.08765,3.400658,76.79716,465.5522,331.71817,43.001766,409.0351,52.632637,57.07538,86.63628,25.91054,4.253679,21.528564,540.04364,0.5340124,1.0967338,99.914314,16.71766,9.112221,11.524009,17.304445,140.32988,38.02729,157.24306,836.1089,343.5644,2465.8223,1972.8983,27.168966,49.576958,3022.9778,20.253681,73.36504,573.3236,125.746155,177.63538,81.302925,416.0237,432.45132,464.16672,13.14419,100.41644,332.07684,573.48224,20.37777,164.4265,24.843681,1.7031311,51.514572,1.1583718,1.2701946,4.9177737,14.830306,146.53836,30.732597,19.32699,368.49557,105.16678,62.694744,81.135414,26.859604,55.773785,17.671759,12.687089,18.556875,128.76341,52.218277,23.189688,23.695969,13.534722,27.159504,24.406202,2.9912496,120.848236,27.121246,310.32483,12.195678,546.5738,28.56253,587.6537,235.478,10.94456,14.045373,331.71582,429.64114,1400.2361,481.23602 +2023-11-14 08:00:00,0.0,4533.5566,113.94715,60.21698,95.09542,58.408333,329.70633,45.419807,93.72682,25.587502,55.44848,741.1962,89.76281,26.197777,222.07083,0.954376,0.7343558,56.40602,1.6199728,5.1833625,980.39935,6.6392,1048.207,125.76128,0.26468724,14.482212,486.64774,44.897434,288.82715,181.33536,6357.8813,2.7525933,2710.6343,39.216118,0.8955505,1.7258108,5.079856,272.40836,327.84567,68.615074,59.11111,40.21237,13.480571,1188.7006,23.573067,55.727234,18.00365,473.9969,22.450111,464.86575,7.9550896,55.46629,0.0,869.12634,3012.2795,0.5032439,238.59698,24.73112,19091.918,31.046362,0.880145,13.274075,32.025146,6.7231016,2.1444702,16.307407,415.98337,127.529976,15.946228,0.7507893,2.4980593,116.14167,3.233353,185.49777,263.1111,1991.6805,606.5111,101.26407,151.96527,177.25081,7.52946,10.786328,79.5954,10.671225,15.507132,17.937084,26.878414,126.45062,18.109346,16.629976,53.01232,12.320635,3546.2964,22.042683,22.305555,17.15471,11.089916,186.22223,38.412422,18.305555,6.1154866,10.541626,15.399019,63.96801,128.48538,30.702778,152.9082,22.14731,10.377066,77.00948,50.64833,125.60172,82.541084,5.7348886,3.8166666,5.2468514,26.296438,4059.6562,4.874668,8.263942,60.342594,15.31092,152.00221,62.622223,118.09002,3.4011521,76.772224,465.50876,331.76602,42.97203,408.90674,52.61111,57.068413,86.6021,25.930906,4.257588,21.53887,539.94086,0.5341123,1.0977037,99.96272,16.735714,9.1131315,11.528646,17.306288,140.39706,38.070835,157.25223,836.2681,343.33334,2465.1753,1972.5911,27.152224,49.520203,3020.8533,20.262344,73.28703,573.1868,125.61722,177.48056,81.23392,415.56296,432.1728,464.17688,13.135238,100.34889,332.044,573.1743,20.361582,164.30489,24.819445,1.7030616,51.516968,1.1583468,1.2702852,4.917061,14.824445,146.34044,30.714788,19.325926,368.2611,105.09259,62.650795,81.083336,26.839684,55.77778,17.657408,12.663704,18.55,128.68846,52.19048,23.165972,23.721992,13.527778,27.131746,24.396296,2.987814,120.775566,27.092588,310.1439,12.189595,546.1663,28.543056,588.0692,235.37071,10.93009,14.039982,331.40665,429.2857,1399.5549,481.67624 +2023-11-14 09:00:00,0.0,4530.8223,113.83999,60.148663,95.06252,58.386562,329.71606,45.415485,93.70809,25.579351,55.443,740.2861,89.77896,26.192883,221.96695,0.9527914,0.7326313,56.428577,1.6162815,5.19949,980.60565,6.659797,1048.7805,125.78999,0.26547423,14.527422,487.07877,44.90673,289.18427,181.40173,6352.6514,2.7604005,2710.608,39.31713,0.8977555,1.730327,5.0944595,272.34763,327.77887,68.73501,59.095833,40.211864,13.475863,1187.7909,23.636152,55.690876,17.987087,473.9932,22.430658,465.0628,7.9502206,55.428463,0.0,868.88367,3010.3308,0.50259906,238.44765,24.713379,19077.797,31.033693,0.87988764,13.263115,32.00244,6.7212396,2.1438227,16.298532,415.71866,127.404625,15.929535,0.7505216,2.4969256,116.13406,3.2299898,185.40584,263.1421,1991.9683,606.1983,101.25453,152.00162,177.45184,7.5363183,10.794293,79.73104,10.693703,15.5359125,17.923815,26.86059,126.51255,18.104345,16.617046,53.001785,12.322003,3546.6223,22.03516,22.304167,17.152637,11.08897,186.23453,38.415596,18.297916,6.1169724,10.535186,15.391618,63.950176,128.43839,30.700209,152.91292,22.142431,10.363761,76.94135,50.61481,125.48035,82.55682,5.7465167,3.8146875,5.2460136,26.278048,4055.514,4.8831005,8.249948,60.32632,15.305289,151.97118,62.657917,118.0924,3.4016466,76.74729,465.46536,331.8139,42.94229,408.77838,52.589584,57.06145,86.56792,25.951271,4.261497,21.549173,539.83813,0.5342122,1.0986736,100.01113,16.753767,9.114042,11.533285,17.30813,140.46425,38.114376,157.2614,836.42737,343.10226,2464.528,1972.2838,27.13548,49.463448,3018.7288,20.271006,73.20903,573.0501,125.48829,177.32573,81.16491,415.10223,431.89423,464.18704,13.126286,100.281334,332.01117,572.8664,20.345392,164.18326,24.795208,1.702992,51.519363,1.1583219,1.2703758,4.916348,14.8185835,146.14253,30.696978,19.324862,368.02664,105.0184,62.606846,81.03125,26.819763,55.781773,17.643055,12.64032,18.543125,128.61351,52.16268,23.142256,23.748016,13.520833,27.103989,24.386389,2.984378,120.7029,27.063929,309.96295,12.183512,545.7589,28.52358,588.4847,235.26341,10.91562,14.03459,331.09747,428.93024,1398.8739,482.1165 +2023-11-14 10:00:00,0.0,4528.0884,113.732834,60.080345,95.029625,58.36479,329.7258,45.41116,93.689354,25.5712,55.437527,739.3759,89.79511,26.187988,221.86307,0.95120674,0.7309068,56.451134,1.6125901,5.2156177,980.81195,6.680394,1049.3541,125.81871,0.26626122,14.572632,487.5098,44.916023,289.54135,181.46812,6347.4214,2.768208,2710.5815,39.41814,0.89996046,1.7348434,5.109062,272.28687,327.71207,68.85495,59.080555,40.211357,13.471157,1186.8813,23.699238,55.654514,17.970522,473.98944,22.411205,465.2599,7.9453516,55.390633,0.0,868.641,3008.3818,0.5019542,238.29831,24.69564,19063.674,31.021027,0.87963027,13.252156,31.979733,6.7193775,2.1431751,16.289656,415.45392,127.279274,15.912841,0.75025386,2.495792,116.12646,3.2266266,185.31389,263.17307,1992.2559,605.88556,101.24498,152.03795,177.65286,7.543177,10.8022585,79.86669,10.716181,15.564693,17.910545,26.842768,126.57448,18.099342,16.604115,52.991245,12.323371,3546.9482,22.027637,22.302778,17.150564,11.088024,186.24683,38.418766,18.290277,6.118458,10.528745,15.384215,63.932346,128.39137,30.697638,152.91762,22.13755,10.350455,76.87322,50.58129,125.35897,82.57256,5.7581444,3.8127084,5.245176,26.259659,4051.3716,4.8915324,8.235953,60.310047,15.299659,151.94014,62.69361,118.09477,3.4021409,76.72236,465.42194,331.86176,42.91255,408.65005,52.568054,57.054485,86.53374,25.971638,4.2654066,21.559479,539.73535,0.53431207,1.0996435,100.05954,16.77182,9.114952,11.537923,17.309973,140.53143,38.157917,157.27057,836.58655,342.87122,2463.8809,1971.9766,27.118738,49.406693,3016.604,20.279669,73.13102,572.9134,125.35936,177.1709,81.09591,414.64148,431.61566,464.1972,13.117333,100.213776,331.97833,572.5585,20.329205,164.06165,24.770973,1.7029223,51.52176,1.1582968,1.2704666,4.915635,14.812722,145.94463,30.679167,19.323795,367.79218,104.94421,62.562897,80.979164,26.799843,55.785763,17.628704,12.616936,18.53625,128.53856,52.134884,23.11854,23.77404,13.513889,27.07623,24.37648,2.9809425,120.63023,27.03527,309.782,12.177429,545.35144,28.504105,588.90015,235.15611,10.90115,14.029198,330.7883,428.57477,1398.1927,482.5567 +2023-11-14 11:00:00,0.0,4525.354,113.62567,60.012028,94.99673,58.34302,329.73553,45.406837,93.670616,25.563047,55.432053,738.46576,89.811264,26.183094,221.7592,0.94962215,0.7291823,56.47369,1.6088986,5.2317452,981.0182,6.700991,1049.9276,125.84743,0.2670482,14.617842,487.94083,44.92532,289.89847,181.53452,6342.1914,2.7760153,2710.5554,39.51915,0.9021655,1.7393596,5.123666,272.22614,327.64526,68.974884,59.065277,40.21085,13.46645,1185.9718,23.762323,55.618156,17.953959,473.98572,22.391752,465.45697,7.9404826,55.352806,0.0,868.3983,3006.433,0.50130934,238.14896,24.677902,19049.55,31.008358,0.8793729,13.241198,31.957024,6.7175155,2.1425276,16.28078,415.1892,127.15392,15.896148,0.7499861,2.4946582,116.11886,3.2232635,185.22194,263.20404,1992.5436,605.57275,101.23543,152.07428,177.8539,7.5500355,10.810225,80.002335,10.738659,15.593474,17.897276,26.824942,126.636406,18.094341,16.591185,52.98071,12.324739,3547.2742,22.020113,22.30139,17.148493,11.087077,186.25912,38.421936,18.282639,6.119943,10.522305,15.376814,63.914513,128.34438,30.695068,152.92233,22.13267,10.33715,76.805084,50.54777,125.237595,82.5883,5.769772,3.810729,5.2443376,26.241268,4047.229,4.899965,8.221958,60.293774,15.294027,151.9091,62.729305,118.09715,3.402635,76.69743,465.3785,331.90964,42.882816,408.5217,52.546528,57.04752,86.49956,25.992004,4.2693157,21.569782,539.63257,0.534412,1.1006134,100.10795,16.789875,9.115863,11.542562,17.311815,140.59862,38.201458,157.27974,836.7457,342.64017,2463.2336,1971.6693,27.101994,49.349937,3014.4795,20.28833,73.05301,572.7766,125.23043,177.01607,81.0269,414.18073,431.33713,464.20737,13.10838,100.146225,331.9455,572.25055,20.313015,163.94002,24.746737,1.7028527,51.524155,1.1582719,1.2705572,4.914922,14.806861,145.7467,30.661358,19.322731,367.5577,104.87002,62.51895,80.927086,26.779922,55.789757,17.614351,12.593552,18.529375,128.46361,52.107086,23.094824,23.800064,13.506945,27.048471,24.366573,2.9775069,120.55756,27.00661,309.60107,12.171347,544.94403,28.484629,589.3156,235.04883,10.88668,14.023806,330.47913,428.2193,1397.5116,482.99695 +2023-11-14 12:00:00,0.0,4522.62,113.51852,59.94371,94.96382,58.32125,329.74527,45.402515,93.651886,25.554897,55.426575,737.55566,89.827415,26.1782,221.65532,0.9480375,0.7274578,56.496246,1.6052073,5.247873,981.2245,6.7215886,1050.5011,125.876144,0.2678352,14.663052,488.37186,44.934616,290.25555,181.6009,6336.9614,2.7838225,2710.529,39.620163,0.9043704,1.743876,5.138269,272.1654,327.5785,69.09482,59.05,40.210342,13.461743,1185.0623,23.825409,55.581795,17.937393,473.982,22.3723,465.65405,7.9356136,55.314976,0.0,868.15564,3004.4844,0.5006645,237.99962,24.660164,19035.428,30.995691,0.8791155,13.230238,31.934319,6.7156534,2.1418798,16.271904,414.9245,127.028564,15.879454,0.7497184,2.4935246,116.11125,3.2199004,185.13,263.235,1992.8313,605.26,101.225876,152.11063,178.05492,7.5568943,10.81819,80.137985,10.761136,15.622255,17.884007,26.80712,126.69833,18.089338,16.578255,52.97017,12.326107,3547.6,22.01259,22.3,17.14642,11.086131,186.27142,38.425106,18.275,6.1214285,10.515863,15.369411,63.896683,128.29738,30.6925,152.92703,22.12779,10.323844,76.73695,50.514248,125.11622,82.60404,5.7813997,3.80875,5.2434998,26.222878,4043.0867,4.908397,8.207964,60.2775,15.288397,151.87807,62.765,118.099525,3.4031296,76.6725,465.33508,331.9575,42.853077,408.39334,52.525,57.040558,86.46538,26.012371,4.273225,21.580088,539.5298,0.5345119,1.1015834,100.15636,16.807928,9.116773,11.547199,17.31366,140.6658,38.245,157.28891,836.9049,342.4091,2462.5864,1971.3619,27.08525,49.293182,3012.355,20.296993,72.975,572.6399,125.1015,176.86125,80.95789,413.72,431.05856,464.21753,13.099428,100.07867,331.91266,571.9426,20.296827,163.8184,24.7225,1.7027832,51.526546,1.158247,1.2706478,4.9142094,14.801001,145.5488,30.643547,19.321667,367.32324,104.79583,62.475002,80.875,26.76,55.79375,17.6,12.570168,18.522501,128.38866,52.07929,23.071108,23.826086,13.5,27.020714,24.356667,2.974071,120.4849,26.977953,309.42014,12.165264,544.53656,28.465155,589.7311,234.94153,10.87221,14.018414,330.16995,427.86383,1396.8304,483.43716 +2023-11-14 13:00:00,0.0,4519.886,113.411354,59.875393,94.93092,58.29948,329.75504,45.398193,93.63315,25.546745,55.4211,736.6455,89.84357,26.173304,221.55144,0.9464529,0.72573334,56.5188,1.6015159,5.264001,981.4307,6.7421856,1051.0747,125.90486,0.26862216,14.7082615,488.8029,44.94391,290.61264,181.6673,6331.7314,2.79163,2710.5027,39.721172,0.90657544,1.7483922,5.152872,272.10464,327.5117,69.21476,59.03472,40.20983,13.457037,1184.1526,23.888496,55.545437,17.92083,473.97827,22.352846,465.85114,7.9307446,55.277145,0.0,867.91296,3002.5354,0.5000196,237.85027,24.642426,19021.307,30.983023,0.87885815,13.219279,31.911613,6.713791,2.1412323,16.26303,414.65976,126.90321,15.862761,0.7494507,2.492391,116.103645,3.2165372,185.03806,263.26596,1993.1189,604.9472,101.21633,152.14696,178.25595,7.5637527,10.826155,80.27363,10.783614,15.651036,17.870737,26.789295,126.76026,18.084337,16.565323,52.959633,12.327476,3547.926,22.005066,22.29861,17.144346,11.085185,186.28374,38.428276,18.26736,6.1229143,10.509423,15.36201,63.87885,128.25037,30.68993,152.93173,22.12291,10.310539,76.66882,50.48073,124.99484,82.61979,5.7930274,3.8067708,5.242662,26.204489,4038.9443,4.9168296,8.19397,60.261227,15.282766,151.84703,62.800697,118.101906,3.4036238,76.64757,465.29166,332.00537,42.823338,408.26498,52.50347,57.033592,86.4312,26.032738,4.277134,21.590393,539.427,0.5346118,1.1025532,100.204765,16.825981,9.117683,11.551838,17.315502,140.73297,38.28854,157.29808,837.06415,342.17804,2461.9395,1971.0547,27.068508,49.236427,3010.2302,20.305656,72.89699,572.5032,124.97257,176.70642,80.888885,413.25925,430.78003,464.2277,13.090476,100.01111,331.87985,571.63477,20.28064,163.69678,24.698265,1.7027136,51.528942,1.158222,1.2707385,4.9134965,14.795139,145.35089,30.625736,19.3206,367.08878,104.72164,62.431053,80.822914,26.74008,55.797745,17.585648,12.5467825,18.515625,128.3137,52.05149,23.04739,23.85211,13.493055,26.992956,24.346758,2.9706354,120.41223,26.949293,309.23923,12.159182,544.12915,28.445679,590.14655,234.83423,10.857739,14.013022,329.86075,427.5084,1396.1493,483.8774 +2023-11-14 14:00:00,0.0,4517.152,113.3042,59.807076,94.898026,58.27771,329.76477,45.393867,93.61442,25.538593,55.415627,735.73535,89.859726,26.16841,221.44756,0.9448683,0.72400886,56.541355,1.5978245,5.2801285,981.637,6.7627826,1051.6482,125.933586,0.26940915,14.753471,489.23392,44.953205,290.96976,181.73369,6326.5015,2.7994373,2710.4763,39.822186,0.9087804,1.7529086,5.167475,272.0439,327.4449,69.334694,59.019444,40.209324,13.45233,1183.243,23.951582,55.509075,17.904264,473.97455,22.333395,466.04822,7.9258757,55.23932,0.0,867.6703,3000.5867,0.49937475,237.70093,24.624687,19007.184,30.970356,0.8786007,13.208321,31.888905,6.711929,2.1405847,16.254154,414.39505,126.77786,15.846066,0.749183,2.4912574,116.09605,3.213174,184.9461,263.29694,1993.4066,604.6344,101.20678,152.18329,178.45699,7.570611,10.834121,80.40928,10.806092,15.679817,17.85747,26.771473,126.8222,18.079336,16.552393,52.949097,12.328843,3548.252,21.997543,22.297222,17.142273,11.084239,186.29604,38.431446,18.259722,6.1243997,10.502982,15.354608,63.86102,128.20337,30.68736,152.93645,22.118029,10.297234,76.60069,50.44721,124.87347,82.63553,5.8046556,3.8047917,5.2418237,26.186098,4034.802,4.925262,8.1799755,60.244953,15.277136,151.81601,62.83639,118.10428,3.4041183,76.62264,465.24826,332.05322,42.7936,408.13663,52.481945,57.02663,86.39702,26.053102,4.2810435,21.600697,539.3242,0.5347117,1.1035231,100.253174,16.844036,9.118593,11.556477,17.317345,140.80016,38.332085,157.30724,837.2234,341.94696,2461.2922,1970.7474,27.051765,49.179672,3008.1057,20.314318,72.81898,572.3664,124.843636,176.55159,80.819885,412.79852,430.50146,464.23785,13.081524,99.94356,331.84702,571.32684,20.26445,163.57516,24.674028,1.702644,51.531338,1.158197,1.2708291,4.9127836,14.789278,145.15298,30.607927,19.319536,366.8543,104.64745,62.387104,80.770836,26.72016,55.801735,17.571297,12.523398,18.50875,128.23875,52.023693,23.023674,23.878134,13.486111,26.965199,24.336851,2.9671998,120.33956,26.920635,309.0583,12.153099,543.7217,28.426203,590.562,234.72693,10.843269,14.00763,329.55157,427.15292,1395.4681,484.31766 +2023-11-14 15:00:00,0.0,4514.418,113.19704,59.738758,94.86512,58.25594,329.7745,45.389545,93.59568,25.530443,55.41015,734.8252,89.87588,26.163515,221.34367,0.9432837,0.7222844,56.56391,1.5941331,5.296256,981.8433,6.7833796,1052.2217,125.9623,0.27019614,14.798681,489.66495,44.962498,291.32684,181.80008,6321.2715,2.8072448,2710.45,39.923195,0.9109854,1.7574248,5.1820784,271.98315,327.37808,69.454636,59.004166,40.208817,13.447623,1182.3335,24.014668,55.472717,17.887701,473.97083,22.313942,466.24527,7.9210067,55.20149,0.0,867.4276,2998.638,0.49872988,237.55159,24.606949,18993.06,30.957687,0.87834334,13.197361,31.866198,6.710067,2.1399372,16.245277,414.1303,126.65251,15.829373,0.74891526,2.4901237,116.08844,3.209811,184.85417,263.3279,1993.6942,604.32166,101.197235,152.21964,178.658,7.57747,10.842086,80.54492,10.82857,15.708597,17.8442,26.75365,126.884125,18.074333,16.539461,52.938557,12.330212,3548.578,21.99002,22.295834,17.140202,11.083292,186.30833,38.43462,18.252083,6.125885,10.496542,15.347206,63.84319,128.15636,30.684792,152.94115,22.11315,10.283928,76.532555,50.413685,124.75209,82.65127,5.816283,3.8028123,5.240986,26.167707,4030.6597,4.933694,8.165981,60.228683,15.271504,151.78497,62.872086,118.10666,3.4046125,76.59771,465.20483,332.10107,42.763863,408.0083,52.460415,57.019665,86.36284,26.07347,4.2849526,21.611002,539.22144,0.5348116,1.104493,100.30158,16.86209,9.119504,11.561114,17.319187,140.86734,38.375626,157.3164,837.38257,341.7159,2460.645,1970.4402,27.035023,49.122917,3005.9812,20.32298,72.740974,572.2297,124.71471,176.39677,80.75088,412.33777,430.22293,464.24802,13.072571,99.876,331.81418,571.0189,20.248262,163.45354,24.649792,1.7025745,51.533733,1.1581721,1.2709197,4.9120708,14.783417,144.95506,30.590117,19.318472,366.61984,104.57326,62.343155,80.71875,26.70024,55.80573,17.556944,12.500014,18.501875,128.1638,51.995895,22.999958,23.904158,13.479167,26.93744,24.326944,2.9637642,120.26689,26.891975,308.87735,12.147017,543.3143,28.406727,590.9775,234.61964,10.828799,14.002238,329.2424,426.79745,1394.787,484.75787 +2023-11-14 16:00:00,0.0,4511.6836,113.08988,59.67044,94.83222,58.234165,329.78424,45.385223,93.57694,25.522291,55.404675,733.91504,89.89203,26.15862,221.23979,0.9416991,0.7205599,56.586468,1.5904417,5.3123837,982.04956,6.803977,1052.7952,125.99102,0.27098313,14.843891,490.09598,44.971794,291.68396,181.86646,6316.042,2.815052,2710.4236,40.024208,0.9131904,1.7619412,5.196682,271.92242,327.31128,69.57457,58.988888,40.20831,13.442916,1181.4238,24.077753,55.436356,17.871136,473.9671,22.294489,466.44235,7.9161377,55.163662,0.0,867.18494,2996.689,0.49808502,237.40224,24.58921,18978.938,30.94502,0.878086,13.186402,31.843493,6.7082047,2.1392896,16.236403,413.8656,126.52715,15.812679,0.7486475,2.48899,116.08083,3.2064478,184.76222,263.3589,1993.9819,604.00885,101.18768,152.25597,178.85904,7.584328,10.850052,80.680565,10.851048,15.737378,17.83093,26.735826,126.94605,18.069332,16.526531,52.92802,12.331579,3548.9038,21.982496,22.294445,17.138128,11.082346,186.32063,38.43779,18.244444,6.1273704,10.490101,15.339804,63.825356,128.10936,30.682222,152.94586,22.108269,10.270623,76.464424,50.380165,124.630714,82.66701,5.827911,3.8008332,5.240148,26.149319,4026.5173,4.9421263,8.151987,60.21241,15.265874,151.75394,62.90778,118.10903,3.405107,76.57278,465.1614,332.14896,42.734123,407.87994,52.43889,57.012703,86.32866,26.093836,4.2888618,21.621305,539.11865,0.5349115,1.1054629,100.34999,16.880142,9.120415,11.565753,17.32103,140.93452,38.419167,157.32558,837.54175,341.48486,2459.9978,1970.1328,27.018278,49.066162,3003.8564,20.331642,72.662964,572.0929,124.58578,176.24194,80.68187,411.87704,429.94437,464.25818,13.063619,99.80845,331.78134,570.711,20.232073,163.33192,24.625555,1.7025049,51.536125,1.1581471,1.2710104,4.911358,14.777555,144.75716,30.572308,19.317408,366.38538,104.49907,62.29921,80.666664,26.680319,55.809723,17.542593,12.47663,18.495,128.08885,51.968098,22.976242,23.930182,13.472222,26.909681,24.317036,2.9603283,120.19423,26.863317,308.6964,12.140934,542.90686,28.387253,591.39294,234.51234,10.814329,13.996846,328.93323,426.442,1394.1058,485.19812 +2023-11-14 17:00:00,0.0,4508.9497,112.98272,59.602123,94.799324,58.212395,329.79398,45.380898,93.55821,25.514141,55.3992,733.00494,89.90818,26.153727,221.13591,0.9401145,0.7188354,56.609024,1.5867503,5.328511,982.25586,6.824574,1053.3688,126.01974,0.27177012,14.8891,490.527,44.98109,292.04105,181.93285,6310.812,2.8228593,2710.3972,40.125217,0.9153954,1.7664574,5.211285,271.86166,327.24448,69.6945,58.97361,40.207798,13.43821,1180.5143,24.140839,55.399998,17.85457,473.96338,22.275036,466.63943,7.9112687,55.12583,0.0,866.94226,2994.7402,0.49744016,237.2529,24.57147,18964.816,30.932354,0.8778286,13.175444,31.820786,6.7063427,2.138642,16.227526,413.6009,126.4018,15.795986,0.7483798,2.4878564,116.073235,3.2030847,184.67027,263.38986,1994.2697,603.6961,101.17814,152.29231,179.06007,7.5911865,10.858017,80.816216,10.873527,15.766159,17.817661,26.718002,127.00798,18.06433,16.513601,52.91748,12.332948,3549.2297,21.974974,22.293056,17.136055,11.0814,186.33293,38.44096,18.236805,6.1288557,10.483661,15.332402,63.807526,128.06236,30.679653,152.95056,22.103388,10.257318,76.39629,50.346645,124.50934,82.68275,5.8395386,3.798854,5.23931,26.130928,4022.3748,4.9505587,8.137992,60.196136,15.260243,151.7229,62.943474,118.11141,3.4056013,76.54785,465.11798,332.1968,42.704384,407.7516,52.417362,57.005737,86.29448,26.114202,4.292771,21.63161,539.01587,0.5350114,1.1064328,100.3984,16.898195,9.121325,11.570391,17.322872,141.00171,38.462708,157.33475,837.7009,341.25378,2459.3506,1969.8256,27.001535,49.009407,3001.732,20.340305,72.58495,571.9562,124.45685,176.08711,80.61287,411.4163,429.6658,464.26834,13.0546665,99.74089,331.7485,570.4031,20.215885,163.21031,24.60132,1.7024353,51.53852,1.1581222,1.271101,4.9106455,14.771694,144.55925,30.554497,19.316341,366.1509,104.42488,62.25526,80.614586,26.660398,55.813717,17.52824,12.453246,18.488125,128.0139,51.9403,22.952526,23.956205,13.465278,26.881924,24.307129,2.9568927,120.12156,26.834658,308.51547,12.134851,542.4994,28.367777,591.8085,234.40504,10.799859,13.991455,328.62405,426.08652,1393.4248,485.63834 +2023-11-14 18:00:00,0.0,4506.2153,112.875565,59.533806,94.76642,58.190624,329.8037,45.376575,93.539474,25.50599,55.393723,732.0948,89.92433,26.148832,221.03203,0.93852985,0.7171109,56.631577,1.583059,5.344639,982.4621,6.845171,1053.9423,126.048454,0.2725571,14.93431,490.95804,44.990383,292.39813,181.99924,6305.582,2.8306668,2710.3708,40.22623,0.9176004,1.7709738,5.2258883,271.80093,327.17767,69.814445,58.958332,40.20729,13.433502,1179.6047,24.203924,55.363636,17.838007,473.95966,22.255583,466.83652,7.9063997,55.088005,0.0,866.6996,2992.7915,0.4967953,237.10355,24.553732,18950.693,30.919685,0.8775712,13.164484,31.798079,6.7044806,2.1379945,16.21865,413.33615,126.27645,15.779292,0.7481121,2.4867227,116.06563,3.1997216,184.57834,263.42084,1994.5573,603.3833,101.16859,152.32864,179.2611,7.5980453,10.865982,80.95186,10.896004,15.79494,17.804392,26.70018,127.06991,18.059328,16.50067,52.906944,12.334315,3549.5557,21.96745,22.291666,17.133982,11.080453,186.34525,38.44413,18.229166,6.1303415,10.47722,15.325,63.789692,128.01535,30.677082,152.95528,22.098509,10.244012,76.328156,50.313126,124.387955,82.69849,5.8511667,3.796875,5.238472,26.112537,4018.2324,4.958991,8.123998,60.179863,15.254612,151.69186,62.979168,118.113785,3.4060955,76.52292,465.07455,332.2447,42.67465,407.62323,52.395832,56.998775,86.2603,26.134567,4.29668,21.641914,538.9131,0.5351113,1.1074028,100.44681,16.91625,9.122235,11.575029,17.324715,141.0689,38.50625,157.34392,837.86017,341.02274,2458.7036,1969.5183,26.984793,48.952652,2999.6074,20.348967,72.50694,571.81946,124.32792,175.9323,80.54386,410.95557,429.38727,464.2785,13.045714,99.67333,331.71567,570.09515,20.199696,163.08868,24.577084,1.7023656,51.540916,1.1580971,1.2711916,4.9099326,14.765834,144.36133,30.536686,19.315277,365.91644,104.35069,62.21131,80.5625,26.640476,55.817707,17.51389,12.429862,18.48125,127.93894,51.912502,22.92881,23.98223,13.458333,26.854166,24.297222,2.953457,120.04889,26.806,308.33453,12.128769,542.092,28.3483,592.22394,234.29776,10.785389,13.986063,328.31488,425.73108,1392.7437,486.07858 +2023-11-14 19:00:00,0.0,4503.4814,112.76841,59.46549,94.73352,58.168854,329.81348,45.372253,93.520744,25.497837,55.38825,731.18463,89.94048,26.143938,220.92815,0.93694526,0.7153864,56.654133,1.5793675,5.3607664,982.6684,6.865768,1054.5157,126.07717,0.2733441,14.97952,491.38907,44.99968,292.75525,182.06563,6300.352,2.838474,2710.3445,40.32724,0.91980535,1.77549,5.240492,271.74017,327.11087,69.93438,58.943054,40.206783,13.428796,1178.6952,24.26701,55.32728,17.821442,473.9559,22.23613,467.0336,7.9015307,55.050175,0.0,866.4569,2990.8425,0.49615043,236.95421,24.535994,18936.57,30.907019,0.87731385,13.153525,31.775372,6.702618,2.137347,16.209776,413.07144,126.1511,15.762599,0.7478444,2.485589,116.05802,3.1963584,184.48639,263.4518,1994.845,603.07056,101.159035,152.36497,179.46213,7.6049037,10.873948,81.08751,10.918482,15.823721,17.791122,26.682358,127.131836,18.054327,16.48774,52.896404,12.335684,3549.8816,21.959927,22.290277,17.13191,11.079507,186.35754,38.4473,18.221527,6.131827,10.470779,15.317598,63.771862,127.96835,30.674513,152.95998,22.093628,10.230706,76.260025,50.279602,124.26658,82.714226,5.8627944,3.794896,5.237634,26.094147,4014.09,4.9674234,8.110003,60.16359,15.248981,151.66083,63.014862,118.116165,3.40659,76.497986,465.03113,332.29254,42.64491,407.49487,52.374306,56.99181,86.22612,26.154934,4.3005896,21.65222,538.8103,0.53521127,1.1083727,100.49522,16.934303,9.123145,11.579667,17.32656,141.13608,38.549793,157.35309,838.0194,340.79166,2458.0564,1969.211,26.96805,48.895897,2997.4827,20.35763,72.42893,571.6827,124.19898,175.77747,80.47485,410.4948,429.1087,464.28867,13.036761,99.60578,331.68283,569.78723,20.183508,162.96707,24.552847,1.7022961,51.543312,1.1580722,1.2712823,4.9092197,14.759973,144.16342,30.518877,19.314213,365.68198,104.276505,62.167362,80.510414,26.620556,55.8217,17.499537,12.406477,18.474375,127.86399,51.884705,22.905092,24.008251,13.451389,26.826408,24.287313,2.9500215,119.97623,26.77734,308.1536,12.122685,541.6845,28.328825,592.6394,234.19046,10.770919,13.980671,328.0057,425.3756,1392.0625,486.5188 +2023-11-14 20:00:00,0.0,4500.747,112.66125,59.39717,94.70062,58.147083,329.8232,45.367928,93.50201,25.489687,55.382774,730.2745,89.956635,26.139044,220.82428,0.93536067,0.7136619,56.67669,1.5756761,5.376894,982.8747,6.886365,1055.0894,126.10589,0.27413106,15.02473,491.8201,45.008972,293.11234,182.13202,6295.122,2.8462815,2710.318,40.428253,0.92201036,1.7800064,5.2550945,271.67944,327.04407,70.05432,58.927776,40.206276,13.4240885,1177.7855,24.330095,55.290916,17.804878,473.9522,22.216677,467.23068,7.8966618,55.012344,0.0,866.21423,2988.8938,0.49550557,236.80487,24.518255,18922.45,30.89435,0.8770565,13.142566,31.752663,6.700756,2.1366994,16.2009,412.8067,126.02575,15.745905,0.74757665,2.4844556,116.050415,3.1929953,184.39444,263.4828,1995.1327,602.75775,101.14949,152.40132,179.66315,7.611762,10.881913,81.22315,10.94096,15.852502,17.777853,26.664534,127.19376,18.049324,16.47481,52.885868,12.337051,3550.2075,21.952404,22.288889,17.129837,11.078561,186.36984,38.45047,18.213888,6.133312,10.464338,15.310196,63.754032,127.92135,30.671944,152.96469,22.088747,10.2174015,76.191895,50.246082,124.1452,82.72997,5.874422,3.7929165,5.236796,26.075758,4009.9478,4.9758554,8.096009,60.147316,15.243351,151.62979,63.050556,118.11854,3.4070842,76.47306,464.98773,332.34042,42.61517,407.36655,52.35278,56.984848,86.19194,26.1753,4.3044987,21.662525,538.7076,0.53531116,1.1093426,100.543625,16.952356,9.124056,11.584306,17.328402,141.20326,38.593334,157.36226,838.1786,340.5606,2457.4092,1968.9038,26.951307,48.83914,2995.3582,20.366291,72.35092,571.54596,124.07005,175.62263,80.405846,410.03406,428.83017,464.29883,13.027809,99.53822,331.65,569.4793,20.167318,162.84544,24.528612,1.7022265,51.545708,1.1580473,1.2713729,4.908507,14.754111,143.96552,30.501066,19.313148,365.4475,104.20231,62.123413,80.458336,26.600636,55.825695,17.485186,12.383093,18.4675,127.78904,51.856907,22.881376,24.034275,13.444445,26.79865,24.277407,2.9465857,119.90356,26.748682,307.97266,12.116603,541.2771,28.309351,593.0549,234.08316,10.756449,13.975279,327.69653,425.02014,1391.3813,486.95905 +2023-11-14 21:00:00,0.0,4498.013,112.55409,59.328854,94.66772,58.125313,329.83295,45.363605,93.48328,25.481535,55.377296,729.3643,89.972786,26.13415,220.7204,0.933776,0.7119374,56.699245,1.5719848,5.393022,983.08093,6.9069624,1055.6628,126.13461,0.27491805,15.06994,492.25113,45.01827,293.46945,182.19841,6289.892,2.8540888,2710.2917,40.529263,0.9242153,1.7845227,5.269698,271.6187,326.97726,70.174255,58.9125,40.20577,13.419382,1176.876,24.39318,55.25456,17.788313,473.9485,22.197226,467.42776,7.891793,54.974518,0.0,865.97156,2986.945,0.4948607,236.65552,24.500517,18908.326,30.881683,0.8767991,13.131607,31.729958,6.698894,2.1360517,16.192024,412.542,125.90039,15.729212,0.7473089,2.483322,116.042816,3.1896322,184.3025,263.51376,1995.4203,602.445,101.13994,152.43765,179.86418,7.618621,10.889878,81.3588,10.963438,15.881283,17.764585,26.646711,127.2557,18.044323,16.461878,52.875328,12.33842,3550.5334,21.94488,22.2875,17.127764,11.077614,186.38214,38.453644,18.20625,6.1347976,10.457898,15.3027935,63.7362,127.874344,30.669374,152.96939,22.083868,10.204096,76.123764,50.212563,124.02383,82.74571,5.8860497,3.7909374,5.235958,26.057367,4005.8054,4.9842877,8.082015,60.131042,15.2377205,151.59875,63.08625,118.12092,3.4075787,76.44813,464.9443,332.38828,42.585434,407.2382,52.33125,56.977882,86.15776,26.195667,4.308408,21.672829,538.6048,0.53541106,1.1103125,100.59203,16.97041,9.124966,11.588944,17.330244,141.27043,38.636875,157.37143,838.33777,340.32956,2456.762,1968.5964,26.934563,48.782387,2993.2336,20.374954,72.27292,571.40924,123.941124,175.4678,80.336845,409.57333,428.5516,464.309,13.018857,99.470665,331.61716,569.1714,20.15113,162.72383,24.504375,1.7021569,51.5481,1.1580223,1.2714635,4.907794,14.74825,143.7676,30.483255,19.312082,365.21304,104.12812,62.079464,80.40625,26.580715,55.82969,17.470833,12.359709,18.460625,127.71409,51.82911,22.85766,24.060299,13.4375,26.770893,24.2675,2.94315,119.83089,26.720022,307.79172,12.11052,540.8696,28.289875,593.47034,233.97588,10.74198,13.969887,327.38733,424.66467,1390.7002,487.3993 +2023-11-14 22:00:00,0.0,4495.2793,112.44693,59.260536,94.63482,58.103542,329.84268,45.359283,93.46454,25.473385,55.371822,728.4542,89.988945,26.129255,220.61652,0.93219143,0.71021295,56.7218,1.5682933,5.4091496,983.28723,6.9275594,1056.2363,126.16333,0.27570504,15.1151495,492.68216,45.027565,293.82654,182.2648,6284.662,2.861896,2710.2656,40.630276,0.92642033,1.789039,5.2843013,271.55795,326.91046,70.29419,58.89722,40.205257,13.414675,1175.9664,24.456266,55.218197,17.77175,473.9447,22.177773,467.62482,7.886924,54.936687,0.0,865.7289,2984.996,0.49421585,236.50618,24.482779,18894.203,30.869015,0.87654173,13.120648,31.707253,6.697032,2.135404,16.183147,412.27725,125.77504,15.712518,0.7470412,2.4821882,116.03521,3.1862693,184.21056,263.5447,1995.708,602.1322,101.13039,152.47398,180.06522,7.625479,10.897844,81.494446,10.985916,15.910064,17.751316,26.628887,127.31763,18.039322,16.448948,52.86479,12.3397875,3550.8594,21.937357,22.286112,17.125692,11.076668,186.39444,38.456814,18.19861,6.136283,10.451457,15.295392,63.71837,127.82734,30.666805,152.97409,22.078987,10.19079,76.055626,50.17904,123.90245,82.76145,5.8976774,3.7889583,5.2351203,26.038977,4001.663,4.99272,8.068021,60.11477,15.232089,151.56772,63.121944,118.12329,3.408073,76.423195,464.90088,332.43616,42.555695,407.10983,52.309723,56.97092,86.12358,26.216034,4.312317,21.683134,538.502,0.53551096,1.1112823,100.64044,16.988464,9.125876,11.593582,17.332087,141.33762,38.680416,157.3806,838.497,340.09848,2456.1147,1968.2892,26.91782,48.72563,2991.1091,20.383617,72.19491,571.27246,123.812195,175.31299,80.26784,409.11258,428.27307,464.31915,13.009905,99.403114,331.58432,568.86346,20.134941,162.6022,24.480139,1.7020874,51.550495,1.1579974,1.2715542,4.907081,14.742389,143.56969,30.465446,19.311018,364.9786,104.05393,62.03552,80.354164,26.560795,55.83368,17.456482,12.336325,18.45375,127.63914,51.80131,22.833944,24.086323,13.430555,26.743135,24.257591,2.9397144,119.758224,26.691362,307.61078,12.104438,540.4622,28.2704,593.8858,233.86858,10.7275095,13.964496,327.07816,424.30923,1390.019,487.8395 +2023-11-14 23:00:00,0.0,4492.545,112.339775,59.19222,94.60192,58.08177,329.85242,45.354958,93.4458,25.465233,55.36635,727.54407,90.0051,26.12436,220.51263,0.9306068,0.70848846,56.744354,1.5646019,5.425277,983.49347,6.9481564,1056.8099,126.19205,0.27649203,15.160359,493.1132,45.036858,294.18362,182.33118,6279.432,2.8697035,2710.2393,40.731285,0.9286253,1.7935553,5.2989044,271.49722,326.84366,70.41413,58.881943,40.20475,13.409968,1175.0568,24.519352,55.18184,17.755184,473.941,22.15832,467.8219,7.882055,54.89886,0.0,865.48627,2983.0474,0.49357098,236.35683,24.46504,18880.08,30.856348,0.87628436,13.109689,31.684544,6.69517,2.1347566,16.174273,412.01254,125.64969,15.695825,0.7467735,2.4810545,116.0276,3.1829062,184.1186,263.57568,1995.9956,601.81946,101.120834,152.51033,180.26624,7.632338,10.905809,81.6301,11.008394,15.938845,17.738047,26.611065,127.379555,18.034319,16.436018,52.85425,12.341156,3551.1853,21.929834,22.284721,17.12362,11.075722,186.40675,38.459984,18.190971,6.1377687,10.445017,15.28799,63.700535,127.78034,30.664236,152.9788,22.074106,10.177485,75.987495,50.14552,123.781075,82.77719,5.9093056,3.7869792,5.234282,26.020588,3997.5205,5.0011525,8.054026,60.098495,15.226459,151.53668,63.15764,118.12567,3.4085674,76.39826,464.85745,332.484,42.525955,406.98148,52.288193,56.963955,86.0894,26.236399,4.3162265,21.693438,538.39923,0.53561085,1.1122522,100.68886,17.006517,9.126787,11.598221,17.33393,141.4048,38.723957,157.38977,838.6561,339.86743,2455.4678,1967.9819,26.901077,48.668877,2988.9844,20.392279,72.1169,571.13574,123.683266,175.15816,80.19883,408.65186,427.9945,464.3293,13.000952,99.335556,331.55148,568.5556,20.118753,162.48059,24.455904,1.7020178,51.55289,1.1579725,1.2716448,4.9063683,14.736528,143.37178,30.447636,19.309954,364.74414,103.979744,61.99157,80.302086,26.540874,55.837673,17.44213,12.312941,18.446875,127.56418,51.773514,22.810228,24.112347,13.423611,26.715376,24.247684,2.9362788,119.685555,26.662704,307.42984,12.098355,540.05475,28.250923,594.3013,233.76128,10.713039,13.959104,326.76898,423.95377,1389.3379,488.27975 +2023-11-15 00:00:00,0.0,4489.811,112.23261,59.1239,94.569016,58.06,329.86218,45.350636,93.42707,25.45708,55.36087,726.6339,90.02125,26.119465,220.40875,0.9290222,0.706764,56.76691,1.5609106,5.441405,983.69977,6.9687533,1057.3834,126.220764,0.27727902,15.205569,493.54422,45.046154,294.54074,182.39757,6274.202,2.8775108,2710.213,40.8323,0.9308303,1.7980716,5.313508,271.43646,326.77686,70.534065,58.866665,40.204243,13.405261,1174.1472,24.58244,55.145477,17.738619,473.9373,22.138866,468.01898,7.877186,54.86103,0.0,865.2436,2981.0986,0.49292612,236.20749,24.447302,18865.959,30.84368,0.876027,13.09873,31.661837,6.693308,2.134109,16.165398,411.74783,125.52434,15.679131,0.7465058,2.4799209,116.020004,3.179543,184.02667,263.60666,1996.2833,601.50665,101.1113,152.54666,180.46727,7.6391964,10.9137745,81.76574,11.030871,15.967625,17.724777,26.59324,127.44148,18.029318,16.423086,52.843716,12.342524,3551.5112,21.92231,22.283333,17.121546,11.074775,186.41905,38.463154,18.183332,6.139254,10.438576,15.280588,63.682705,127.73334,30.661667,152.9835,22.069227,10.16418,75.919365,50.112,123.6597,82.79293,5.9209332,3.7849998,5.233444,26.002197,3993.3782,5.009585,8.040031,60.082222,15.220828,151.50565,63.193333,118.128044,3.4090617,76.37334,464.81403,332.5319,42.496216,406.85315,52.266666,56.95699,86.05522,26.256765,4.3201356,21.703743,538.29645,0.53571075,1.1132222,100.73727,17.02457,9.127697,11.602859,17.335772,141.47198,38.7675,157.39894,838.81537,339.63635,2454.8206,1967.6747,26.884335,48.61212,2986.8599,20.400942,72.03889,570.999,123.55433,175.00333,80.12982,408.1911,427.71597,464.33948,12.992,99.268,331.51865,568.2477,20.102564,162.35896,24.431667,1.7019482,51.555286,1.1579474,1.2717354,4.9056554,14.730667,143.17386,30.429825,19.308887,364.50967,103.90555,61.94762,80.25,26.520954,55.841667,17.427778,12.2895565,18.44,127.48923,51.745716,22.786512,24.13837,13.416667,26.687618,24.237778,2.932843,119.612885,26.634045,307.2489,12.092273,539.64734,28.23145,594.71674,233.65398,10.698569,13.9537115,326.4598,423.5983,1388.6567,488.71997 +2023-11-15 01:00:00,0.0,4487.0767,112.12546,59.055584,94.53612,58.03823,329.87192,45.346313,93.40833,25.44893,55.355396,725.72375,90.0374,26.11457,220.30487,0.9274376,0.70503944,56.789467,1.5572191,5.4575324,983.90607,6.989351,1057.9569,126.24948,0.278066,15.250779,493.97525,45.055447,294.89783,182.46396,6268.972,2.8853183,2710.1865,40.933308,0.93303525,1.802588,5.328111,271.37573,326.71005,70.65401,58.851387,40.203735,13.400555,1173.2377,24.645525,55.10912,17.722055,473.93353,22.119413,468.21606,7.872317,54.823204,0.0,865.0009,2979.1497,0.49228126,236.05814,24.429562,18851.836,30.831013,0.8757696,13.087771,31.63913,6.6914454,2.1334615,16.15652,411.4831,125.39898,15.662437,0.74623805,2.4787872,116.0124,3.17618,183.93472,263.63763,1996.571,601.19385,101.101746,152.58301,180.66829,7.6460547,10.921741,81.90138,11.0533495,15.996406,17.711508,26.575418,127.50341,18.024315,16.410156,52.83318,12.343892,3551.8372,21.914787,22.281944,17.119473,11.073829,186.43135,38.466324,18.175694,6.1407394,10.432136,15.273186,63.664875,127.68633,30.659096,152.98822,22.064346,10.150874,75.85123,50.07848,123.53832,82.80867,5.932561,3.7830207,5.2326064,25.983807,3989.2358,5.018017,8.026037,60.06595,15.215198,151.47461,63.22903,118.130424,3.409556,76.348404,464.7706,332.57974,42.46648,406.7248,52.24514,56.950027,86.02104,26.277132,4.3240447,21.714046,538.19366,0.53581065,1.1141921,100.785675,17.042625,9.128608,11.607497,17.337614,141.53917,38.811043,157.40811,838.9746,339.4053,2454.1733,1967.3674,26.867592,48.555367,2984.7354,20.409603,71.96088,570.86224,123.4254,174.84851,80.06082,407.73038,427.4374,464.34964,12.9830475,99.20045,331.48584,567.93976,20.086376,162.23735,24.40743,1.7018785,51.557682,1.1579225,1.2718261,4.9049425,14.724806,142.97595,30.412016,19.307823,364.2752,103.83136,61.90367,80.197914,26.501032,55.84566,17.413425,12.266171,18.433125,127.414276,51.71792,22.762794,24.164394,13.409722,26.65986,24.227869,2.9294074,119.54022,26.605387,307.068,12.08619,539.23987,28.211973,595.1322,233.54669,10.684099,13.948319,326.15063,423.24283,1387.9757,489.16022 +2023-11-15 02:00:00,0.0,4484.343,112.018295,58.987267,94.50322,58.01646,329.88165,45.341988,93.3896,25.440779,55.349922,724.81366,90.05355,26.109676,220.20099,0.92585295,0.70331496,56.812023,1.5535277,5.47366,984.1123,7.009948,1058.5304,126.2782,0.27885297,15.295988,494.40628,45.064743,295.25494,182.53035,6263.742,2.8931255,2710.1602,41.03432,0.93524027,1.8071042,5.3427143,271.31497,326.64325,70.77394,58.836113,40.203224,13.395847,1172.3281,24.70861,55.072758,17.70549,473.9298,22.09996,468.41315,7.867448,54.785374,0.0,864.7582,2977.201,0.4916364,235.9088,24.411823,18837.713,30.818344,0.87551224,13.076812,31.616425,6.6895833,2.132814,16.147646,411.21838,125.27363,15.645743,0.7459703,2.4776535,116.00479,3.1728168,183.84277,263.6686,1996.8586,600.8811,101.09219,152.61934,180.86932,7.6529136,10.929706,82.03703,11.075828,16.025187,17.698238,26.557594,127.56534,18.019314,16.397224,52.82264,12.34526,3552.163,21.907263,22.280556,17.117401,11.072883,186.44365,38.469494,18.168056,6.142225,10.425694,15.265784,63.64704,127.63933,30.656527,152.99292,22.059465,10.137568,75.7831,50.044956,123.41695,82.82442,5.9441886,3.7810416,5.231768,25.965418,3985.0935,5.026449,8.012043,60.04968,15.209566,151.44357,63.264725,118.1328,3.4100504,76.32347,464.7272,332.6276,42.43674,406.59644,52.22361,56.94306,85.98686,26.297499,4.327954,21.724352,538.0909,0.53591055,1.115162,100.83408,17.060678,9.129518,11.612135,17.339458,141.60635,38.854584,157.41727,839.1338,339.17426,2453.5261,1967.06,26.85085,48.49861,2982.6106,20.418266,71.88287,570.7255,123.29647,174.69368,79.99181,407.26962,427.15884,464.3598,12.974095,99.13289,331.453,567.63184,20.070187,162.11574,24.383194,1.701809,51.560074,1.1578975,1.2719167,4.9042296,14.718945,142.77805,30.394205,19.306759,364.04074,103.75717,61.859722,80.145836,26.481112,55.84965,17.399075,12.242787,18.42625,127.339325,51.69012,22.739079,24.190416,13.402778,26.632103,24.217962,2.9259717,119.46755,26.576727,306.88705,12.080108,538.83246,28.192497,595.5477,233.43939,10.669629,13.942928,325.84146,422.88736,1387.2946,489.60043 +2023-11-15 03:00:00,0.0,4481.6084,111.91114,58.91895,94.47032,57.994686,329.8914,45.337666,93.370865,25.432629,55.344444,723.9035,90.0697,26.104782,220.0971,0.92426836,0.7015905,56.83458,1.5498364,5.4897876,984.3186,7.0305448,1059.104,126.30692,0.27963996,15.341198,494.8373,45.07404,295.61203,182.59674,6258.512,2.9009328,2710.1338,41.13533,0.9374453,1.8116206,5.3573174,271.25424,326.57645,70.893875,58.820835,40.202717,13.391141,1171.4185,24.771696,55.0364,17.688927,473.92612,22.080507,468.61023,7.862579,54.747543,0.0,864.5155,2975.2522,0.49099153,235.75946,24.394085,18823.59,30.805677,0.87525487,13.065853,31.593718,6.6877213,2.1321664,16.13877,410.95364,125.14828,15.62905,0.7457026,2.47652,115.99719,3.1694536,183.75084,263.6996,1997.1464,600.5683,101.08264,152.65567,181.07036,7.659772,10.937671,82.172676,11.098306,16.053968,17.684969,26.539772,127.62727,18.014313,16.384295,52.812103,12.346628,3552.489,21.89974,22.279167,17.115328,11.071936,186.45595,38.472668,18.160418,6.1437106,10.419254,15.258382,63.62921,127.59233,30.653957,152.99763,22.054586,10.124264,75.714966,50.011436,123.29557,82.84016,5.9558163,3.7790625,5.2309303,25.947027,3980.9512,5.0348816,7.998049,60.033405,15.203936,151.41254,63.30042,118.13518,3.4105446,76.298546,464.68378,332.67548,42.407,406.46808,52.202084,56.9361,85.95268,26.317865,4.331863,21.734657,537.9881,0.53601044,1.1161319,100.88249,17.078732,9.130428,11.616774,17.341301,141.67354,38.898125,157.42644,839.29297,338.94318,2452.879,1966.7528,26.834105,48.441856,2980.486,20.426928,71.80486,570.5888,123.16754,174.53885,79.922806,406.8089,426.8803,464.36996,12.965142,99.06533,331.42017,567.3239,20.053999,161.99411,24.35896,1.7017394,51.56247,1.1578726,1.2720073,4.903517,14.713083,142.58014,30.376394,19.305695,363.80627,103.68298,61.815777,80.09375,26.461191,55.853645,17.384722,12.219403,18.419374,127.26437,51.662323,22.715363,24.21644,13.395833,26.604345,24.208055,2.9225361,119.39488,26.548069,306.70612,12.074025,538.425,28.173023,595.9632,233.33209,10.655159,13.937536,325.5323,422.53192,1386.6134,490.04068 +2023-11-15 04:00:00,0.0,4478.8745,111.80398,58.85063,94.437416,57.972916,329.90112,45.333344,93.35213,25.424477,55.33897,722.99335,90.08585,26.099888,219.99323,0.9226837,0.699866,56.857132,1.546145,5.505915,984.52484,7.0511417,1059.6775,126.33564,0.28042695,15.386408,495.26834,45.083332,295.96915,182.66313,6253.282,2.9087403,2710.1074,41.236343,0.93965024,1.8161368,5.3719206,271.1935,326.50964,71.01382,58.805557,40.20221,13.386434,1170.5089,24.834782,55.00004,17.672361,473.92236,22.061056,468.8073,7.85771,54.709717,0.0,864.2728,2973.3032,0.49034667,235.6101,24.376347,18809.469,30.793009,0.8749975,13.054894,31.57101,6.685859,2.1315188,16.129894,410.68893,125.02293,15.612356,0.7454349,2.4753864,115.989586,3.1660905,183.65889,263.73056,1997.4341,600.25555,101.0731,152.69202,181.27138,7.6666307,10.945637,82.30833,11.120784,16.082748,17.671701,26.52195,127.6892,18.00931,16.371365,52.801563,12.347996,3552.815,21.892218,22.277779,17.113255,11.07099,186.46826,38.475838,18.152779,6.145196,10.412813,15.25098,63.611378,127.54533,30.651388,153.00233,22.049706,10.110958,75.646835,49.977917,123.174194,82.855896,5.9674444,3.7770834,5.2300925,25.928637,3976.8086,5.043314,7.984054,60.01713,15.198305,151.38152,63.336113,118.13755,3.411039,76.27361,464.64035,332.72333,42.377266,406.33972,52.180557,56.929134,85.9185,26.33823,4.3357725,21.74496,537.8853,0.5361104,1.1171018,100.9309,17.096785,9.131338,11.621412,17.343143,141.74072,38.941666,157.43561,839.45215,338.71213,2452.232,1966.4456,26.817362,48.3851,2978.3616,20.43559,71.72685,570.452,123.03861,174.38403,79.8538,406.34814,426.60175,464.38013,12.95619,98.99778,331.38733,567.016,20.03781,161.8725,24.334723,1.7016698,51.564865,1.1578476,1.2720981,4.902804,14.707222,142.38222,30.358585,19.304628,363.5718,103.608795,61.771828,80.041664,26.44127,55.85764,17.37037,12.196019,18.4125,127.18942,51.634525,22.691647,24.242464,13.388889,26.576588,24.198147,2.9191003,119.32221,26.51941,306.52518,12.067943,538.0176,28.153547,596.37866,233.22481,10.640689,13.932144,325.2231,422.17645,1385.9323,490.48093 +2023-11-15 05:00:00,0.0,4476.14,111.69682,58.782314,94.40452,57.951145,329.9109,45.329018,93.3334,25.416325,55.333496,722.0832,90.10201,26.094994,219.88934,0.9210991,0.6981415,56.87969,1.5424535,5.522043,984.73114,7.0717387,1060.251,126.36436,0.28121394,15.431618,495.69937,45.09263,296.32623,182.72952,6248.0522,2.9165475,2710.081,41.337353,0.94185525,1.8206532,5.386524,271.13275,326.44284,71.13375,58.79028,40.201702,13.381727,1169.5994,24.897867,54.96368,17.655798,473.91864,22.041603,469.00436,7.852841,54.671886,0.0,864.0302,2971.3545,0.4897018,235.46077,24.358608,18795.346,30.780342,0.8747401,13.043935,31.548302,6.683997,2.1308713,16.12102,410.4242,124.89757,15.595663,0.7451672,2.4742527,115.98198,3.1627274,183.56694,263.76154,1997.7217,599.94275,101.06355,152.72835,181.47241,7.673489,10.953602,82.44397,11.143262,16.111528,17.658432,26.504126,127.75113,18.004309,16.358433,52.791027,12.349364,3553.1409,21.884693,22.276388,17.111181,11.070044,186.48056,38.479008,18.14514,6.1466813,10.406373,15.243578,63.593548,127.49832,30.648819,153.00705,22.044825,10.097652,75.5787,49.944393,123.05282,82.871635,5.979072,3.775104,5.2292542,25.910248,3972.6663,5.0517464,7.97006,60.00086,15.192675,151.35048,63.371807,118.13993,3.4115334,76.24868,464.59692,332.7712,42.347527,406.2114,52.159027,56.922173,85.88432,26.358597,4.3396816,21.755266,537.78253,0.5362103,1.1180717,100.97931,17.11484,9.132249,11.62605,17.344986,141.80789,38.985207,157.44478,839.6114,338.48105,2451.5847,1966.1383,26.80062,48.328346,2976.2368,20.444252,71.64884,570.3153,122.90968,174.2292,79.7848,405.88742,426.3232,464.3903,12.947238,98.93022,331.3545,566.70807,20.021622,161.75087,24.310486,1.7016003,51.56726,1.1578226,1.2721887,4.902091,14.701362,142.18431,30.340775,19.303564,363.33734,103.5346,61.72788,79.989586,26.42135,55.861633,17.356018,12.172635,18.405624,127.11447,51.606728,22.66793,24.268488,13.381945,26.548828,24.18824,2.9156647,119.24955,26.490751,306.34424,12.061859,537.61017,28.134071,596.7941,233.11751,10.626219,13.926752,324.9139,421.82098,1385.2511,490.92114 +2023-11-15 06:00:00,0.0,4473.4062,111.58966,58.713997,94.37162,57.929375,329.92062,45.324696,93.31466,25.408175,55.32802,721.17303,90.118164,26.0901,219.78548,0.91951454,0.69641703,56.902245,1.5387622,5.538171,984.93744,7.092336,1060.8246,126.393074,0.28200093,15.476828,496.1304,45.10192,296.68332,182.7959,6242.8223,2.924355,2710.0547,41.438366,0.9440602,1.8251694,5.401127,271.07202,326.37604,71.253685,58.775,40.201195,13.37702,1168.6897,24.960953,54.92732,17.639233,473.91492,22.02215,469.20145,7.847972,54.63406,0.0,863.78754,2969.4058,0.48905694,235.31142,24.34087,18781.223,30.767673,0.87448275,13.032976,31.525597,6.682135,2.1302235,16.112143,410.1595,124.77222,15.578969,0.74489945,2.473119,115.97438,3.1593642,183.475,263.7925,1998.0094,599.63,101.054,152.76468,181.67343,7.6803474,10.961568,82.57962,11.165739,16.14031,17.645163,26.486303,127.81306,17.999306,16.345503,52.780487,12.350732,3553.4668,21.87717,22.275,17.10911,11.069097,186.49286,38.482178,18.1375,6.1481667,10.399932,15.2361765,63.575714,127.45132,30.64625,153.01175,22.039946,10.084348,75.51057,49.910873,122.93144,82.887375,5.9907,3.773125,5.2284164,25.891857,3968.524,5.0601788,7.9560657,59.984585,15.187043,151.31944,63.4075,118.1423,3.4120276,76.223755,464.5535,332.81906,42.317787,406.08304,52.1375,56.915207,85.85014,26.378963,4.3435907,21.76557,537.67975,0.5363102,1.1190417,101.02772,17.132893,9.13316,11.630689,17.346828,141.87508,39.02875,157.45395,839.7706,338.25,2450.9375,1965.8309,26.783876,48.27159,2974.1123,20.452915,71.57083,570.1785,122.78075,174.07437,79.71579,405.42667,426.04465,464.40045,12.938286,98.86267,331.32166,566.40015,20.005432,161.62926,24.286251,1.7015307,51.569656,1.1577977,1.2722793,4.9013786,14.6955,141.9864,30.322966,19.3025,363.10287,103.46041,61.68393,79.9375,26.40143,55.865623,17.341667,12.149251,18.39875,127.03952,51.57893,22.644215,24.294512,13.375,26.52107,24.178333,2.912229,119.17688,26.462091,306.1633,12.055777,537.2027,28.114595,597.2096,233.01021,10.611749,13.92136,324.60474,421.4655,1384.57,491.3614 +2023-11-15 07:00:00,0.0,4470.6724,111.482506,58.64568,94.338715,57.907604,329.93036,45.320374,93.29593,25.400023,55.322544,720.26294,90.134315,26.085205,219.6816,0.9179299,0.69469255,56.9248,1.5350708,5.5542984,985.1437,7.112933,1061.3981,126.42179,0.28278792,15.5220375,496.56143,45.111217,297.04044,182.86229,6237.5923,2.9321623,2710.0283,41.539375,0.9462652,1.8296858,5.4157305,271.01126,326.30923,71.37363,58.759724,40.200684,13.3723135,1167.7802,25.024038,54.89096,17.62267,473.9112,22.002697,469.39853,7.843103,54.59623,0.0,863.54486,2967.4568,0.48841208,235.16208,24.323132,18767.1,30.755007,0.8742254,13.0220175,31.50289,6.6802726,2.129576,16.103268,409.89478,124.646866,15.562276,0.74463177,2.4719853,115.966774,3.156001,183.38306,263.82346,1998.297,599.3172,101.04445,152.80103,181.87447,7.6872063,10.969533,82.71526,11.188217,16.16909,17.631893,26.46848,127.874985,17.994305,16.332573,52.76995,12.3521,3553.7927,21.869648,22.273611,17.107037,11.0681505,186.50516,38.485348,18.129862,6.149652,10.393492,15.228774,63.557884,127.40432,30.64368,153.01645,22.035065,10.071042,75.44244,49.877354,122.81007,82.903114,6.0023274,3.7711458,5.2275786,25.873466,3964.3816,5.0686107,7.942071,59.96831,15.181413,151.2884,63.443195,118.144684,3.412522,76.19882,464.5101,332.86694,42.288048,405.95468,52.11597,56.908245,85.81596,26.39933,4.3475,21.775875,537.57697,0.5364101,1.1200116,101.076126,17.150946,9.134069,11.635326,17.348671,141.94226,39.072292,157.46312,839.9298,338.01895,2450.2903,1965.5237,26.767134,48.214836,2971.9878,20.461578,71.49282,570.0418,122.65182,173.91954,79.64678,404.9659,425.7661,464.4106,12.929333,98.79511,331.28882,566.0922,19.989244,161.50763,24.262014,1.7014611,51.57205,1.1577727,1.27237,4.9006658,14.689639,141.78848,30.305155,19.301435,362.8684,103.38622,61.63998,79.885414,26.38151,55.869617,17.327314,12.125866,18.391874,126.96457,51.551132,22.620497,24.320536,13.368055,26.493313,24.168425,2.9087932,119.10421,26.433434,305.98236,12.049694,536.7953,28.095121,597.62506,232.90291,10.597279,13.915969,324.29556,421.11005,1383.8888,491.8016 +2023-11-15 08:00:00,0.0,4467.938,111.37534,58.577362,94.30582,57.885834,329.9401,45.31605,93.27719,25.391872,55.31707,719.3528,90.15047,26.08031,219.57771,0.9163453,0.6929681,56.947357,1.5313793,5.570426,985.35,7.13353,1061.9716,126.45051,0.2835749,15.567247,496.99246,45.12051,297.39752,182.92868,6232.3623,2.9399695,2710.002,41.64039,0.9484702,1.834202,5.4303336,270.95053,326.24243,71.49356,58.744446,40.200176,13.367607,1166.8706,25.087124,54.8546,17.606104,473.90747,21.983244,469.5956,7.838234,54.558403,0.0,863.3022,2965.508,0.48776722,235.01274,24.305393,18752.979,30.742338,0.873968,13.011058,31.480183,6.6784105,2.1289284,16.09439,409.63004,124.521515,15.545582,0.744364,2.4708517,115.95917,3.152638,183.2911,263.85443,1998.5847,599.00446,101.034904,152.83736,182.0755,7.6940646,10.977498,82.85091,11.210695,16.197872,17.618624,26.450657,127.93691,17.989304,16.319641,52.75941,12.353468,3554.1187,21.862123,22.272223,17.104963,11.067204,186.51746,38.488518,18.122223,6.151138,10.387051,15.221373,63.540054,127.357315,30.641111,153.02116,22.030184,10.057736,75.3743,49.843834,122.68869,82.91886,6.0139556,3.7691667,5.2267404,25.855078,3960.2393,5.077043,7.9280767,59.952038,15.175782,151.25737,63.47889,118.14706,3.4130163,76.17389,464.46667,332.9148,42.258312,405.82632,52.094444,56.90128,85.781784,26.419695,4.3514094,21.786179,537.47424,0.53651,1.1209815,101.124535,17.168999,9.13498,11.639965,17.350515,142.00945,39.115833,157.47229,840.089,337.78787,2449.643,1965.2164,26.75039,48.15808,2969.863,20.47024,71.41482,569.9051,122.52289,173.76472,79.577774,404.5052,425.48755,464.42078,12.920381,98.727554,331.25598,565.78436,19.973057,161.38602,24.237778,1.7013915,51.574444,1.1577477,1.2724606,4.899953,14.683778,141.59058,30.287344,19.30037,362.63394,103.312035,61.59603,79.833336,26.361588,55.87361,17.312963,12.102482,18.385,126.88962,51.523335,22.59678,24.34656,13.361111,26.465555,24.158518,2.9053576,119.03155,26.404774,305.80142,12.043612,536.3878,28.075645,598.0405,232.79562,10.5828085,13.910577,323.9864,420.7546,1383.2076,492.24185 +2023-11-15 09:00:00,0.0,4465.204,111.26819,58.509045,94.27292,57.864063,329.94983,45.311726,93.25845,25.38372,55.311592,718.4426,90.16662,26.075415,219.47383,0.9147607,0.6912435,56.96991,1.527688,5.5865536,985.5562,7.154127,1062.545,126.47923,0.28436187,15.612457,497.4235,45.129807,297.75464,182.99507,6227.133,2.947777,2709.9758,41.741398,0.9506752,1.8387184,5.4449368,270.88977,326.17563,71.6135,58.729168,40.19967,13.3629,1165.961,25.15021,54.81824,17.589539,473.90375,21.96379,469.7927,7.833365,54.520573,0.0,863.0595,2963.5593,0.48712236,234.86339,24.287653,18738.855,30.729671,0.87371063,13.000099,31.457476,6.6765485,2.1282809,16.085516,409.36533,124.396164,15.528889,0.7440963,2.469718,115.95156,3.1492748,183.19917,263.8854,1998.8724,598.69165,101.02535,152.87369,182.27652,7.700923,10.985464,82.98656,11.233173,16.226652,17.605354,26.432833,127.99885,17.9843,16.306711,52.748875,12.354836,3554.4446,21.8546,22.270834,17.10289,11.066257,186.52977,38.49169,18.114584,6.152623,10.38061,15.21397,63.52222,127.31031,30.63854,153.02586,22.025305,10.044431,75.30617,49.81031,122.56731,82.9346,6.0255833,3.7671874,5.2259026,25.836687,3956.097,5.0854754,7.9140825,59.935764,15.170151,151.22633,63.514584,118.14944,3.4135108,76.14896,464.42325,332.96268,42.228573,405.69797,52.072918,56.894318,85.747604,26.440062,4.3553185,21.796484,537.37146,0.5366099,1.1219513,101.17294,17.187054,9.13589,11.644603,17.352358,142.07663,39.159374,157.48146,840.24817,337.55682,2448.996,1964.9092,26.733646,48.101326,2967.7385,20.478903,71.33681,569.7683,122.39396,173.6099,79.50877,404.04443,425.20898,464.43094,12.911428,98.66,331.22314,565.47644,19.956867,161.26439,24.213543,1.701322,51.57684,1.1577228,1.2725512,4.89924,14.677917,141.39267,30.269535,19.299305,362.39948,103.23785,61.552086,79.78125,26.341667,55.877605,17.29861,12.079098,18.378124,126.81467,51.495537,22.573065,24.372581,13.354167,26.437798,24.148611,2.901922,118.95888,26.376116,305.62048,12.037529,535.9804,28.05617,598.456,232.68832,10.568338,13.905185,323.67722,420.39914,1382.5266,492.68207 +2023-11-15 10:00:00,0.0,4462.4697,111.16103,58.440727,94.24001,57.842293,329.95956,45.307404,93.23972,25.375568,55.306118,717.5325,90.18277,26.07052,219.36995,0.91317606,0.68951905,56.992466,1.5239966,5.602681,985.7625,7.174724,1063.1187,126.50795,0.28514886,15.657667,497.85452,45.139103,298.11172,183.06146,6221.903,2.9555843,2709.9495,41.84241,0.95288014,1.8432347,5.4595404,270.82904,326.10883,71.73344,58.71389,40.19916,13.358193,1165.0514,25.213295,54.78188,17.572975,473.90002,21.944338,469.98978,7.828496,54.482742,0.0,862.8169,2961.6106,0.4864775,234.71405,24.269915,18724.732,30.717003,0.87345326,12.9891405,31.434769,6.6746864,2.1276333,16.076641,409.1006,124.270805,15.512195,0.7438286,2.4685845,115.94396,3.1459117,183.10722,263.91638,1999.16,598.37885,101.0158,152.91003,182.47755,7.707782,10.993429,83.1222,11.255651,16.255434,17.592085,26.41501,128.06078,17.9793,16.293781,52.738335,12.356204,3554.7705,21.847076,22.269444,17.100819,11.065311,186.54207,38.49486,18.106945,6.1541085,10.374169,15.206569,63.50439,127.263306,30.635971,153.03058,22.020424,10.031126,75.23804,49.77679,122.44593,82.95034,6.037211,3.7652082,5.2250648,25.818296,3951.9543,5.093908,7.900088,59.91949,15.16452,151.1953,63.550278,118.15181,3.414005,76.12403,464.37982,333.01053,42.198833,405.56964,52.051388,56.887352,85.713425,26.460428,4.3592277,21.80679,537.2687,0.5367098,1.1229212,101.22135,17.205107,9.136801,11.649241,17.3542,142.14381,39.202915,157.49063,840.4074,337.32578,2448.3489,1964.6019,26.716904,48.04457,2965.614,20.487564,71.2588,569.6316,122.26503,173.45506,79.439766,403.5837,424.93045,464.4411,12.902476,98.592445,331.1903,565.1685,19.94068,161.14278,24.189306,1.7012523,51.579235,1.1576978,1.2726418,4.898527,14.672056,141.19475,30.251724,19.29824,362.165,103.16365,61.508137,79.729164,26.321747,55.881596,17.28426,12.055714,18.37125,126.73971,51.46774,22.549349,24.398605,13.347222,26.41004,24.138702,2.8984864,118.88621,26.347456,305.43954,12.031446,535.57294,28.036694,598.87146,232.58102,10.553868,13.899793,323.36804,420.04367,1381.8455,493.1223 +2023-11-15 11:00:00,0.0,4459.736,111.05387,58.37241,94.207115,57.820522,329.96933,45.30308,93.220985,25.367418,55.30064,716.6223,90.19892,26.065626,219.26607,0.9115915,0.68779457,57.015022,1.5203052,5.6188087,985.9688,7.1953216,1063.6921,126.53667,0.28593585,15.702876,498.28555,45.148396,298.4688,183.12785,6216.673,2.9633918,2709.923,41.94342,0.95508516,1.847751,5.4741435,270.7683,326.04202,71.85337,58.698612,40.19865,13.353486,1164.1418,25.276382,54.74552,17.55641,473.8963,21.924887,470.18683,7.823627,54.444916,0.0,862.5742,2959.6616,0.48583263,234.5647,24.252176,18710.611,30.704336,0.8731959,12.978181,31.412062,6.6728244,2.1269858,16.067764,408.83588,124.145454,15.4955015,0.74356085,2.4674509,115.936356,3.1425486,183.01527,263.94736,1999.4478,598.0661,101.006256,152.94637,182.67859,7.71464,11.001394,83.25785,11.27813,16.284214,17.578817,26.397186,128.1227,17.974298,16.28085,52.7278,12.357573,3555.0964,21.839554,22.268055,17.098745,11.064365,186.55437,38.49803,18.099306,6.155594,10.367728,15.199166,63.486557,127.2163,30.633402,153.03528,22.015543,10.01782,75.16991,49.74327,122.324554,82.96608,6.0488386,3.7632291,5.2242265,25.799908,3947.812,5.10234,7.8860936,59.903217,15.15889,151.16426,63.58597,118.15419,3.4144995,76.0991,464.3364,333.0584,42.169098,405.44128,52.02986,56.88039,85.679245,26.480795,4.363137,21.817093,537.1659,0.5368097,1.1238912,101.26976,17.22316,9.137712,11.65388,17.356043,142.211,39.24646,157.4998,840.56665,337.0947,2447.7017,1964.2946,26.700161,47.987816,2963.4895,20.496227,71.180786,569.4949,122.13609,173.30025,79.37076,403.12296,424.6519,464.45126,12.893523,98.52489,331.15747,564.8606,19.92449,161.02116,24.16507,1.7011827,51.58163,1.1576729,1.2727325,4.8978143,14.666195,140.99684,30.233913,19.297176,361.93054,103.08946,61.464188,79.677086,26.301826,55.88559,17.269907,12.03233,18.364374,126.66476,51.43994,22.525633,24.42463,13.340278,26.382282,24.128796,2.8950505,118.813545,26.318798,305.2586,12.025364,535.1655,28.01722,599.287,232.47374,10.539398,13.894402,323.05887,419.6882,1381.1643,493.56256 +2023-11-15 12:00:00,0.0,4457.0015,110.94672,58.304092,94.17422,57.79875,329.97906,45.298756,93.202255,25.359266,55.295166,715.7122,90.21507,26.060732,219.16219,0.9100069,0.6860701,57.03758,1.5166138,5.6349363,986.17505,7.2159185,1064.2656,126.565384,0.28672284,15.748086,498.71658,45.157692,298.82593,183.19424,6211.443,2.971199,2709.8967,42.044434,0.9572902,1.8522673,5.4887466,270.70755,325.97522,71.97331,58.683334,40.198143,13.34878,1163.2323,25.339468,54.70916,17.539846,473.89258,21.905434,470.3839,7.818758,54.407085,0.0,862.33154,2957.713,0.48518777,234.41536,24.234438,18696.488,30.691668,0.8729385,12.967222,31.389357,6.6709623,2.1263382,16.05889,408.57117,124.0201,15.478807,0.74329317,2.4663172,115.92875,3.1391854,182.92334,263.97833,1999.7355,597.7533,100.996704,152.98271,182.87961,7.7214985,11.00936,83.39349,11.300607,16.312996,17.565548,26.379364,128.18463,17.969296,16.26792,52.717262,12.35894,3555.4224,21.832031,22.266666,17.096672,11.063418,186.56667,38.5012,18.091667,6.157079,10.361288,15.191765,63.468727,127.169304,30.630833,153.04,22.010664,10.004515,75.10177,49.709747,122.20318,82.98182,6.0604663,3.76125,5.2233887,25.781517,3943.6697,5.110772,7.8720994,59.886944,15.153259,151.13322,63.621666,118.15656,3.4149938,76.074165,464.29297,333.10626,42.13936,405.31293,52.008335,56.873425,85.645065,26.501162,4.3670464,21.827398,537.0631,0.53690964,1.1248611,101.31817,17.241215,9.138621,11.658518,17.357885,142.27818,39.29,157.50897,840.7258,336.86365,2447.0544,1963.9873,26.683418,47.93106,2961.3647,20.504889,71.102776,569.3581,122.007164,173.14542,79.30176,402.66223,424.37335,464.46143,12.884571,98.45734,331.12463,564.5527,19.908302,160.89954,24.140833,1.7011132,51.584023,1.157648,1.2728231,4.8971014,14.660334,140.79893,30.216105,19.29611,361.69608,103.015274,61.42024,79.625,26.281906,55.889584,17.255556,12.0089445,18.3575,126.589806,51.412144,22.501917,24.450653,13.333333,26.354523,24.118889,2.891615,118.740875,26.290138,305.07767,12.019281,534.75806,27.997744,599.70245,232.36644,10.524928,13.889009,322.7497,419.33273,1380.4832,494.00278 +2023-11-15 13:00:00,0.0,4454.2676,110.839554,58.235775,94.14131,57.77698,329.9888,45.294434,93.18352,25.351116,55.289692,714.80206,90.23123,26.055838,219.0583,0.90842223,0.6843456,57.060135,1.5129224,5.6510644,986.38135,7.2365155,1064.8392,126.5941,0.28750983,15.793296,499.1476,45.166985,299.183,183.26064,6206.213,2.9790063,2709.8704,42.145443,0.9594951,1.8567836,5.5033503,270.64682,325.90845,72.09325,58.668056,40.197636,13.344072,1162.3226,25.402554,54.672802,17.523281,473.88885,21.88598,470.581,7.813889,54.36926,0.0,862.08887,2955.7642,0.4845429,234.26602,24.2167,18682.365,30.679,0.87268114,12.956264,31.36665,6.6691,2.1256907,16.050013,408.30643,123.89475,15.462114,0.7430254,2.4651835,115.92115,3.1358223,182.83139,264.0093,2000.0231,597.44055,100.98716,153.01904,183.08064,7.7283573,11.017325,83.529144,11.323085,16.341776,17.552279,26.361542,128.24657,17.964294,16.254988,52.706722,12.360309,3555.7483,21.824507,22.265278,17.0946,11.062472,186.57896,38.50437,18.084028,6.158565,10.354847,15.184362,63.450897,127.1223,30.628263,153.0447,22.005783,9.99121,75.03364,49.676228,122.0818,82.99756,6.0720944,3.7592707,5.222551,25.763126,3939.5273,5.1192045,7.8581047,59.870674,15.147628,151.10219,63.657364,118.15894,3.415488,76.04924,464.24957,333.1541,42.10962,405.18457,51.986805,56.86646,85.610886,26.521526,4.3709555,21.837702,536.9603,0.53700954,1.125831,101.36658,17.259268,9.139532,11.6631565,17.359728,142.34535,39.33354,157.51813,840.885,336.63257,2446.4072,1963.68,26.666676,47.874306,2959.2402,20.513552,71.024765,569.2214,121.878235,172.99059,79.23275,402.20148,424.0948,464.4716,12.875619,98.38978,331.09183,564.24475,19.892113,160.77792,24.116598,1.7010436,51.58642,1.1576229,1.2729137,4.8963885,14.654472,140.60103,30.198294,19.295046,361.4616,102.941086,61.37629,79.572914,26.261986,55.893578,17.241203,11.98556,18.350626,126.514854,51.384346,22.478199,24.476677,13.326389,26.326765,24.10898,2.8881793,118.668205,26.26148,304.89676,12.013199,534.35065,27.978268,600.1179,232.25914,10.510458,13.883617,322.4405,418.9773,1379.802,494.44302 +2023-11-15 14:00:00,0.0,4451.533,110.7324,58.167458,94.10841,57.755207,329.99854,45.29011,93.16478,25.342964,55.284214,713.8919,90.24738,26.050943,218.95442,0.90683764,0.6826211,57.082687,1.509231,5.667192,986.5876,7.2571125,1065.4127,126.62282,0.28829682,15.838506,499.57864,45.17628,299.54013,183.32701,6200.983,2.9868138,2709.844,42.246456,0.96170014,1.8612999,5.517953,270.58606,325.84164,72.21319,58.65278,40.19713,13.339366,1161.4131,25.46564,54.63644,17.506718,473.88513,21.866528,470.77808,7.80902,54.33143,0.0,861.8462,2953.8152,0.48389807,234.11667,24.198961,18668.242,30.666332,0.87242377,12.945304,31.34394,6.6672378,2.1250432,16.041138,408.04172,123.769394,15.44542,0.7427577,2.4640498,115.91354,3.1324592,182.73944,264.04028,2000.3108,597.12775,100.97761,153.05537,183.28166,7.7352157,11.0252905,83.66479,11.345563,16.370556,17.53901,26.343718,128.30849,17.959291,16.242058,52.696186,12.361676,3556.0742,21.816984,22.26389,17.092527,11.061526,186.59128,38.50754,18.07639,6.1600504,10.348407,15.176961,63.433064,127.075294,30.625694,153.04941,22.000902,9.977904,74.96551,49.642708,121.96043,83.0133,6.083722,3.7572916,5.2217126,25.744738,3935.385,5.127637,7.8441105,59.8544,15.141997,151.07115,63.693058,118.161316,3.4159825,76.02431,464.20615,333.202,42.079884,405.0562,51.96528,56.859497,85.576706,26.541893,4.3748646,21.848007,536.85754,0.53710943,1.1268009,101.414986,17.27732,9.140442,11.667794,17.36157,142.41254,39.377083,157.5273,841.0442,336.40152,2445.7603,1963.3728,26.649931,47.81755,2957.1157,20.522213,70.94676,569.08466,121.749306,172.83577,79.16374,401.74075,423.81625,464.48175,12.866667,98.32222,331.059,563.9368,19.875925,160.6563,24.092361,1.700974,51.588814,1.157598,1.2730044,4.8956757,14.648611,140.4031,30.180483,19.293982,361.22714,102.8669,61.332344,79.520836,26.242065,55.897568,17.226852,11.962176,18.34375,126.4399,51.35655,22.454483,24.5027,13.319445,26.299007,24.099073,2.8847437,118.595535,26.23282,304.71582,12.007116,533.9432,27.958792,600.5334,232.15186,10.495988,13.878225,322.13132,418.62183,1379.1208,494.88324 +2023-11-15 15:00:00,0.0,4448.7993,110.62524,58.09914,94.075516,57.733437,330.00827,45.285786,93.14605,25.334812,55.27874,712.98175,90.263535,26.04605,218.85056,0.905253,0.68089664,57.105244,1.5055397,5.6833196,986.7939,7.27771,1065.9862,126.65154,0.2890838,15.883716,500.00967,45.185577,299.89722,183.3934,6195.753,2.994621,2709.8176,42.347466,0.9639051,1.8658162,5.5325565,270.52533,325.77484,72.33312,58.6375,40.19662,13.334659,1160.5035,25.528725,54.600082,17.490152,473.8814,21.847075,470.97516,7.804151,54.293602,0.0,861.6035,2951.8665,0.4832532,233.96733,24.181223,18654.121,30.653666,0.8721664,12.934345,31.321234,6.6653757,2.1243954,16.032263,407.77698,123.64404,15.428727,0.74249,2.4629161,115.90594,3.129096,182.6475,264.07126,2000.5984,596.815,100.96806,153.09172,183.4827,7.7420745,11.033257,83.80043,11.368041,16.399338,17.52574,26.325893,128.37042,17.95429,16.229128,52.685646,12.363045,3556.4001,21.80946,22.2625,17.090454,11.060579,186.60358,38.510715,18.06875,6.1615357,10.341966,15.169559,63.415234,127.02829,30.623125,153.05411,21.996023,9.964599,74.89738,49.609188,121.83905,83.029045,6.09535,3.7553124,5.220875,25.726347,3931.2427,5.1360693,7.8301163,59.838127,15.136367,151.04012,63.728752,118.1637,3.4164767,75.999374,464.16272,333.24985,42.050144,404.9279,51.94375,56.85253,85.54253,26.56226,4.3787737,21.85831,536.75476,0.53720933,1.1277708,101.463394,17.295374,9.141353,11.672433,17.363415,142.47972,39.420624,157.53647,841.2034,336.17047,2445.113,1963.0654,26.633188,47.760796,2954.991,20.530876,70.86875,568.9479,121.62038,172.68094,79.094734,401.28,423.5377,464.4919,12.857714,98.25467,331.02615,563.6289,19.859735,160.53468,24.068125,1.7009044,51.59121,1.157573,1.273095,4.894963,14.64275,140.2052,30.162674,19.292915,360.99268,102.7927,61.288395,79.46875,26.222143,55.90156,17.2125,11.938792,18.336876,126.36495,51.32875,22.430767,24.528725,13.3125,26.27125,24.089167,2.8813078,118.52287,26.204163,304.53488,12.001033,533.53577,27.939318,600.94885,232.04456,10.481518,13.872833,321.82214,418.26636,1378.4397,495.3235 +2023-11-15 16:00:00,0.0,4446.0654,110.51808,58.030823,94.04261,57.711666,330.01804,45.281464,93.12731,25.326662,55.273266,712.07166,90.279686,26.041155,218.74667,0.9036684,0.6791721,57.1278,1.5018482,5.699447,987.0002,7.298307,1066.5597,126.68026,0.28987077,15.9289255,500.4407,45.19487,300.2543,183.4598,6190.523,3.0024285,2709.7913,42.44848,0.9661101,1.8703325,5.5471597,270.46457,325.70804,72.45306,58.622223,40.19611,13.329952,1159.594,25.59181,54.56372,17.473587,473.8777,21.827621,471.17224,7.799282,54.25577,0.0,861.36084,2949.9177,0.48260835,233.81798,24.163485,18639.998,30.640997,0.871909,12.923387,31.298527,6.6635137,2.1237478,16.023386,407.51227,123.51869,15.412033,0.74222225,2.4617825,115.89834,3.125733,182.55556,264.10223,2000.8861,596.5022,100.95851,153.12805,183.68373,7.748933,11.041222,83.93608,11.390519,16.428118,17.51247,26.308071,128.43234,17.94929,16.216196,52.67511,12.364412,3556.726,21.801937,22.26111,17.08838,11.059633,186.61588,38.513885,18.061111,6.163021,10.3355255,15.162157,63.3974,126.98129,30.620556,153.0588,21.991142,9.951293,74.82924,49.575665,121.717674,83.044785,6.1069775,3.7533333,5.220037,25.707956,3927.1,5.1445017,7.8161216,59.821854,15.130736,151.00908,63.764446,118.16607,3.4169712,75.97445,464.1193,333.29773,42.020405,404.79953,51.922222,56.84557,85.50835,26.582626,4.382683,21.868616,536.652,0.5373092,1.1287407,101.51181,17.313429,9.142262,11.677071,17.365257,142.5469,39.46417,157.54564,841.3627,335.9394,2444.4658,1962.7582,26.616446,47.70404,2952.8665,20.53954,70.79074,568.81116,121.49144,172.52611,79.025734,400.81924,423.25916,464.50208,12.848762,98.18711,330.99332,563.321,19.843548,160.41306,24.04389,1.7008349,51.593605,1.1575481,1.2731856,4.89425,14.636889,140.0073,30.144863,19.291851,360.7582,102.71851,61.244446,79.416664,26.202223,55.905556,17.198149,11.915408,18.33,126.29,51.300953,22.407051,24.554747,13.305555,26.243492,24.079258,2.8778722,118.4502,26.175503,304.35394,11.99495,533.1283,27.919842,601.3643,231.93726,10.467049,13.867442,321.51297,417.9109,1377.7585,495.7637 +2023-11-15 17:00:00,0.0,4443.331,110.41092,57.962505,94.00971,57.689896,330.02777,45.27714,93.10858,25.31851,55.267788,711.1615,90.29584,26.03626,218.64279,0.9020838,0.6774476,57.150356,1.4981568,5.7155747,987.2064,7.318904,1067.1333,126.70898,0.29065776,15.974135,500.87173,45.204166,300.61142,183.52618,6185.293,3.0102358,2709.765,42.549488,0.96831506,1.8748488,5.561763,270.40384,325.64124,72.573,58.606945,40.195602,13.325245,1158.6843,25.654896,54.527363,17.457024,473.87393,21.808168,471.36932,7.794413,54.21794,0.0,861.11816,2947.9688,0.4819635,233.66864,24.145744,18625.875,30.62833,0.87165165,12.912427,31.275822,6.6616516,2.1231003,16.014511,407.24753,123.39334,15.39534,0.74195457,2.460649,115.89073,3.1223698,182.46361,264.13318,2001.1738,596.18945,100.94896,153.16438,183.88475,7.755791,11.049187,84.071724,11.412997,16.4569,17.4992,26.290249,128.49428,17.944286,16.203266,52.66457,12.365781,3557.052,21.794415,22.259722,17.08631,11.058687,186.62817,38.517056,18.053473,6.164507,10.329084,15.154755,63.37957,126.93429,30.617985,153.06352,21.986261,9.937988,74.76111,49.542145,121.5963,83.060524,6.118605,3.7513542,5.2191987,25.689568,3922.9578,5.1529336,7.8021274,59.80558,15.125105,150.97804,63.80014,118.16845,3.4174654,75.94952,464.07587,333.34558,41.990665,404.67117,51.900696,56.838604,85.47417,26.602993,4.3865924,21.878922,536.5492,0.5374091,1.1297107,101.56022,17.331482,9.143173,11.681709,17.3671,142.61409,39.50771,157.55481,841.52185,335.70834,2443.8186,1962.4509,26.599703,47.647285,2950.742,20.5482,70.71273,568.67444,121.36251,172.37128,78.956726,400.35852,422.9806,464.51224,12.839809,98.11955,330.96048,563.0131,19.827358,160.29144,24.019653,1.7007653,51.595997,1.1575232,1.2732763,4.893537,14.631028,139.80937,30.127052,19.290787,360.52374,102.644325,61.200497,79.364586,26.182302,55.90955,17.183796,11.892024,18.323126,126.21505,51.273155,22.383335,24.58077,13.298611,26.215734,24.069351,2.8744366,118.37753,26.146843,304.173,11.988868,532.7209,27.900366,601.7798,231.82996,10.452579,13.86205,321.2038,417.55545,1377.0775,496.20395 +2023-11-15 18:00:00,0.0,4440.597,110.303764,57.894188,93.976814,57.668125,330.0375,45.272816,93.08984,25.31036,55.262314,710.25134,90.31199,26.031366,218.53891,0.90049917,0.67572314,57.172913,1.4944655,5.7317023,987.4127,7.339501,1067.7068,126.73769,0.29144475,16.019344,501.30276,45.21346,300.9685,183.59258,6180.063,3.018043,2709.7385,42.6505,0.9705201,1.8793651,5.576366,270.3431,325.57443,72.69293,58.591667,40.195095,13.3205385,1157.7748,25.717981,54.491,17.440458,473.8702,21.788717,471.56638,7.789544,54.180115,0.0,860.8755,2946.02,0.48131862,233.51929,24.128006,18611.752,30.615662,0.8713943,12.901468,31.253115,6.6597896,2.1224527,16.005634,406.98282,123.26798,15.378646,0.7416868,2.4595153,115.883125,3.1190066,182.37167,264.16415,2001.4614,595.87665,100.93941,153.20073,184.08578,7.76265,11.057153,84.207375,11.435474,16.48568,17.485933,26.272425,128.55621,17.939285,16.190336,52.654034,12.367148,3557.378,21.78689,22.258333,17.084236,11.05774,186.64047,38.520226,18.045834,6.1659923,10.322644,15.147353,63.361736,126.88728,30.615416,153.06822,21.981382,9.924683,74.69298,49.508625,121.47492,83.07626,6.1302333,3.7493749,5.218361,25.671177,3918.8154,5.161366,7.788133,59.789307,15.119474,150.94702,63.835835,118.17082,3.4179597,75.92458,464.03244,333.39346,41.96093,404.54282,51.879166,56.831642,85.43999,26.623358,4.3905015,21.889225,536.4464,0.537509,1.1306806,101.60863,17.349535,9.144084,11.686348,17.368942,142.68127,39.55125,157.56398,841.681,335.47726,2443.1714,1962.1437,26.58296,47.59053,2948.6172,20.556864,70.63472,568.53766,121.23358,172.21646,78.88772,399.89777,422.70203,464.5224,12.830857,98.052,330.92764,562.7052,19.81117,160.16982,23.995417,1.7006956,51.598392,1.1574981,1.2733669,4.8928246,14.625167,139.61147,30.109243,19.289722,360.28928,102.57014,61.156548,79.3125,26.162382,55.91354,17.169445,11.868639,18.31625,126.1401,51.245358,22.35962,24.606794,13.291667,26.187975,24.059444,2.871001,118.30487,26.118185,303.99207,11.982785,532.3135,27.88089,602.19525,231.72267,10.438108,13.856658,320.89462,417.19998,1376.3964,496.6442 +2023-11-15 19:00:00,0.0,4437.863,110.1966,57.82587,93.94392,57.646355,330.04724,45.268494,93.071106,25.302208,55.25684,709.3412,90.32814,26.02647,218.43503,0.8989146,0.67399865,57.195465,1.490774,5.74783,987.61896,7.360098,1068.2803,126.76641,0.29223174,16.064554,501.7338,45.222755,301.32562,183.65897,6174.833,3.0258505,2709.7124,42.75151,0.97272503,1.8838814,5.590969,270.28235,325.50763,72.812874,58.57639,40.194588,13.315831,1156.8652,25.781067,54.454643,17.423895,473.86652,21.769264,471.76346,7.784675,54.142284,0.0,860.6328,2944.0713,0.48067376,233.36995,24.110268,18597.63,30.602995,0.8711369,12.89051,31.230408,6.657927,2.1218052,15.996759,406.7181,123.14263,15.361953,0.7414191,2.4583817,115.87552,3.1156437,182.27972,264.19513,2001.7491,595.5639,100.92987,153.23706,184.2868,7.7695084,11.065118,84.34302,11.4579525,16.514462,17.472664,26.254602,128.61813,17.934282,16.177404,52.643494,12.368517,3557.7039,21.779367,22.256945,17.082163,11.056794,186.65279,38.523396,18.038195,6.1674776,10.316203,15.139951,63.343906,126.84028,30.612846,153.07294,21.976501,9.911377,74.62484,49.4751,121.353546,83.092,6.141861,3.7473958,5.217523,25.652786,3914.673,5.1697984,7.7741385,59.773033,15.113844,150.91599,63.87153,118.1732,3.4184542,75.89965,463.98904,333.4413,41.93119,404.41446,51.85764,56.824677,85.40581,26.643724,4.3944106,21.89953,536.3437,0.5376089,1.1316504,101.657036,17.367588,9.144994,11.690986,17.370785,142.74846,39.59479,157.57315,841.8402,335.24622,2442.5244,1961.8364,26.566216,47.533775,2946.4927,20.565525,70.55671,568.40094,121.10465,172.06163,78.81871,399.43704,422.4235,464.53256,12.821904,97.98444,330.8948,562.3973,19.794981,160.0482,23.971182,1.7006261,51.60079,1.1574732,1.2734575,4.892112,14.619306,139.41356,30.091433,19.288656,360.0548,102.49595,61.112602,79.260414,26.142462,55.917534,17.155092,11.845255,18.309376,126.06514,51.21756,22.335901,24.632818,13.284722,26.160217,24.049536,2.8675652,118.2322,26.089525,303.81113,11.976703,531.906,27.861416,602.6107,231.61537,10.423638,13.851266,320.58545,416.8445,1375.7152,497.0844 +2023-11-15 20:00:00,0.0,4435.129,110.08945,57.757553,93.91101,57.624584,330.05698,45.26417,93.052376,25.294056,55.25136,708.431,90.34429,26.021576,218.33115,0.8973299,0.6722742,57.21802,1.4870826,5.7639575,987.82526,7.3806953,1068.8539,126.79513,0.29301873,16.109764,502.16483,45.23205,301.6827,183.72536,6169.603,3.0336578,2709.686,42.852524,0.97493005,1.8883978,5.6055727,270.22162,325.44083,72.93281,58.56111,40.194077,13.311125,1155.9556,25.844152,54.41828,17.40733,473.86273,21.749811,471.96054,7.779806,54.104458,0.0,860.39014,2942.1223,0.4800289,233.22061,24.09253,18583.508,30.590326,0.87087953,12.87955,31.2077,6.656065,2.1211576,15.987884,406.45337,123.01728,15.345259,0.7411514,2.457248,115.86792,3.1122806,182.18777,264.2261,2002.0369,595.2511,100.92032,153.2734,184.48784,7.776367,11.073084,84.47867,11.480431,16.543242,17.459394,26.236778,128.68007,17.929281,16.164474,52.632957,12.3698845,3558.0298,21.771845,22.255556,17.08009,11.055848,186.66508,38.526566,18.030556,6.168963,10.309763,15.132549,63.326077,126.79328,30.610277,153.07764,21.97162,9.898072,74.55671,49.44158,121.23217,83.10774,6.1534886,3.7454166,5.216685,25.634398,3910.5308,5.178231,7.760144,59.75676,15.108213,150.88495,63.907223,118.175575,3.4189484,75.874725,463.94562,333.4892,41.90145,404.28613,51.836113,56.817715,85.37163,26.664091,4.3983197,21.909834,536.2409,0.5377089,1.1326203,101.705444,17.385643,9.145905,11.695624,17.372627,142.81564,39.638332,157.58232,841.99945,335.01517,2441.8772,1961.529,26.549473,47.47702,2944.3682,20.574188,70.47871,568.26416,120.97572,171.9068,78.74971,398.9763,422.14493,464.54272,12.812952,97.91689,330.86197,562.08936,19.778793,159.92659,23.946945,1.7005565,51.603184,1.1574483,1.2735482,4.891399,14.613444,139.21564,30.073624,19.287592,359.82034,102.42175,61.068653,79.208336,26.122541,55.921528,17.140741,11.821871,18.3025,125.99019,51.189762,22.312185,24.658842,13.277778,26.13246,24.039629,2.8641295,118.15953,26.060867,303.6302,11.97062,531.4986,27.84194,603.02625,231.50807,10.409168,13.845875,320.27628,416.48904,1375.034,497.52466 +2023-11-15 21:00:00,0.0,4432.3945,109.982285,57.689236,93.87811,57.602814,330.0667,45.259846,93.03364,25.285906,55.245888,707.52094,90.36045,26.016682,218.22726,0.89574534,0.6705497,57.240578,1.4833913,5.7800856,988.03156,7.4012923,1069.4274,126.82385,0.29380572,16.154974,502.59586,45.241344,302.03983,183.79173,6164.373,3.0414653,2709.6597,42.953533,0.977135,1.892914,5.620176,270.16086,325.37402,73.05274,58.545834,40.19357,13.306417,1155.046,25.907238,54.381924,17.390766,473.85904,21.730358,472.15762,7.774937,54.066628,0.0,860.14746,2940.1736,0.47938403,233.07126,24.074791,18569.385,30.57766,0.87062216,12.868591,31.184994,6.654203,2.12051,15.979008,406.18866,122.89193,15.328566,0.74088365,2.4561143,115.86031,3.1089175,182.09584,264.25708,2002.3245,594.9383,100.91077,153.30974,184.68887,7.7832255,11.081049,84.61431,11.502909,16.572023,17.446125,26.218956,128.74199,17.92428,16.151545,52.622417,12.371253,3558.3557,21.76432,22.254168,17.078018,11.054901,186.67738,38.52974,18.022917,6.1704483,10.303322,15.125147,63.308243,126.74628,30.607708,153.08235,21.966742,9.884767,74.48858,49.408062,121.110794,83.12349,6.1651163,3.7434375,5.215847,25.616007,3906.3884,5.186663,7.74615,59.740486,15.102582,150.85391,63.942917,118.177956,3.419443,75.84979,463.9022,333.53705,41.871716,404.15778,51.814583,56.81075,85.33745,26.684458,4.4022293,21.92014,536.1381,0.5378088,1.1335902,101.75385,17.403696,9.146814,11.700262,17.374472,142.88281,39.681873,157.59149,842.1587,334.7841,2441.23,1961.2218,26.53273,47.420265,2942.2434,20.58285,70.400696,568.12744,120.846794,171.75198,78.6807,398.51556,421.8664,464.5529,12.804,97.849335,330.82913,561.78143,19.762604,159.80496,23.922709,1.7004869,51.60558,1.1574233,1.2736388,4.890686,14.607583,139.01773,30.055813,19.286528,359.58588,102.347565,61.024704,79.15625,26.10262,55.92552,17.126389,11.798487,18.295626,125.91524,51.161964,22.28847,24.684866,13.270833,26.104702,24.029722,2.860694,118.08687,26.032207,303.44925,11.964538,531.0911,27.822464,603.4417,231.40079,10.394698,13.840483,319.96707,416.13358,1374.3529,497.96487 +2023-11-15 22:00:00,0.0,4429.6606,109.87513,57.62092,93.845215,57.581043,330.07648,45.255524,93.01491,25.277754,55.240414,706.6108,90.3766,26.011787,218.12338,0.89416075,0.6688252,57.263134,1.4796999,5.796213,988.2378,7.4218893,1070.0009,126.85257,0.2945927,16.200184,503.0269,45.25064,302.3969,183.85812,6159.143,3.0492725,2709.6333,43.054546,0.97934,1.8974304,5.634779,270.10013,325.30722,73.17268,58.530556,40.19306,13.301711,1154.1365,25.970325,54.345562,17.3742,473.85532,21.710905,472.3547,7.770068,54.0288,0.0,859.9048,2938.2249,0.47873917,232.92192,24.057053,18555.262,30.564991,0.8703648,12.857633,31.162289,6.652341,2.1198626,15.970133,405.92392,122.76657,15.311872,0.74061596,2.4549806,115.85271,3.1055543,182.00389,264.28806,2002.6122,594.62555,100.901215,153.34607,184.8899,7.790084,11.089014,84.749954,11.525387,16.600803,17.432856,26.201134,128.80392,17.919277,16.138613,52.61188,12.372621,3558.6816,21.756798,22.252777,17.075945,11.053955,186.68968,38.53291,18.015278,6.171934,10.296882,15.117745,63.290413,126.69927,30.605139,153.08705,21.96186,9.871461,74.42045,49.374542,120.98942,83.13923,6.1767445,3.7414582,5.215009,25.597616,3902.2458,5.195095,7.7321553,59.724213,15.0969515,150.82288,63.97861,118.18033,3.4199371,75.82486,463.85876,333.58493,41.841976,404.02942,51.793056,56.803787,85.30327,26.704823,4.4061384,21.930443,536.03534,0.5379087,1.1345601,101.80226,17.42175,9.147725,11.704901,17.376314,142.95,39.725418,157.60066,842.3179,334.55304,2440.5828,1960.9146,26.515987,47.36351,2940.119,20.591513,70.322685,567.9907,120.71786,171.59715,78.611694,398.0548,421.58783,464.56305,12.795048,97.78178,330.7963,561.4735,19.746416,159.68335,23.898472,1.7004173,51.60797,1.1573983,1.2737294,4.889973,14.601723,138.81982,30.038002,19.285463,359.3514,102.27338,60.980755,79.104164,26.082699,55.929512,17.112038,11.775103,18.28875,125.84029,51.134167,22.264753,24.71089,13.263889,26.076944,24.019814,2.8572583,118.0142,26.00355,303.2683,11.958455,530.6837,27.802988,603.8572,231.29349,10.380228,13.835091,319.6579,415.77814,1373.6718,498.40512 +2023-11-15 23:00:00,0.0,4426.9263,109.76797,57.5526,93.81231,57.559273,330.0862,45.2512,92.99617,25.269604,55.234936,705.7006,90.39275,26.006893,218.0195,0.8925761,0.6671007,57.28569,1.4760084,5.8123407,988.4441,7.4424863,1070.5743,126.88129,0.29537967,16.245394,503.45792,45.259933,302.754,183.92451,6153.913,3.0570798,2709.607,43.155556,0.98154503,1.9019467,5.6493826,270.03937,325.24042,73.29262,58.515278,40.192554,13.297004,1153.2269,26.033411,54.309204,17.357637,473.85156,21.691452,472.5518,7.765199,53.99097,0.0,859.6621,2936.276,0.4780943,232.77257,24.039314,18541.14,30.552324,0.8701074,12.846673,31.13958,6.650479,2.119215,15.961257,405.6592,122.64122,15.295178,0.7403482,2.453847,115.84511,3.1021912,181.91194,264.31903,2002.8998,594.31274,100.89167,153.38242,185.09093,7.7969427,11.09698,84.885605,11.547865,16.629583,17.419586,26.18331,128.86584,17.914276,16.125683,52.60134,12.373989,3559.0076,21.749273,22.251389,17.073872,11.053009,186.70198,38.53608,18.007639,6.1734195,10.290441,15.110343,63.27258,126.65227,30.60257,153.09177,21.95698,9.858155,74.35231,49.34102,120.86804,83.15497,6.188372,3.739479,5.214171,25.579227,3898.1035,5.2035275,7.718161,59.70794,15.091321,150.79184,64.014305,118.18271,3.4204316,75.799934,463.81534,333.63278,41.812237,403.90106,51.771526,56.79682,85.26909,26.72519,4.4100475,21.940748,535.93256,0.5380086,1.1355301,101.85067,17.439802,9.148635,11.709538,17.378157,143.01718,39.76896,157.60983,842.47705,334.32196,2439.9355,1960.6073,26.499245,47.306755,2937.9944,20.600174,70.244675,567.85394,120.58893,171.44232,78.54269,397.5941,421.3093,464.5732,12.786095,97.714226,330.76346,561.1656,19.730227,159.56172,23.874237,1.7003478,51.610367,1.1573733,1.2738202,4.8892603,14.595861,138.62192,30.020193,19.284397,359.11694,102.19919,60.936806,79.052086,26.062778,55.933506,17.097685,11.7517185,18.281876,125.765335,51.10637,22.241037,24.736912,13.256945,26.049187,24.009907,2.8538225,117.94153,25.97489,303.08737,11.952373,530.27625,27.783514,604.27264,231.18619,10.365758,13.829699,319.34872,415.42267,1372.9906,498.84534 +2023-11-16 00:00:00,0.0,4424.1924,109.66081,57.484283,93.77941,57.5375,330.09595,45.24688,92.97743,25.261452,55.22946,704.79047,90.408905,26.001999,217.91562,0.8909915,0.6653762,57.308243,1.4723171,5.8284683,988.6504,7.4630833,1071.148,126.91,0.29616666,16.290604,503.88895,45.26923,303.1111,183.9909,6148.6836,3.0648873,2709.5806,43.25657,0.98375,1.906463,5.6639853,269.97864,325.1736,73.41255,58.5,40.192047,13.292297,1152.3173,26.096497,54.272842,17.341072,473.84784,21.672,472.74884,7.76033,53.95314,0.0,859.41943,2934.3271,0.47744945,232.62323,24.021576,18527.018,30.539658,0.86985004,12.835714,31.116873,6.648617,2.1185675,15.952381,405.39447,122.51587,15.278484,0.7400805,2.4527135,115.8375,3.098828,181.82,264.35,2003.1875,594.0,100.882126,153.41875,185.29196,7.803801,11.104945,85.02125,11.570343,16.658365,17.406319,26.165485,128.92778,17.909275,16.112751,52.590805,12.375357,3559.3335,21.74175,22.25,17.0718,11.052063,186.7143,38.53925,18.0,6.174905,10.284,15.1029415,63.25475,126.60527,30.599998,153.09647,21.952099,9.844851,74.28418,49.3075,120.74666,83.17071,6.2,3.7375,5.213333,25.560837,3893.9612,5.21196,7.7041664,59.691666,15.08569,150.7608,64.05,118.18509,3.4209259,75.775,463.7719,333.68066,41.7825,403.7727,51.75,56.789856,85.23491,26.745556,4.4139566,21.951054,535.8298,0.53810847,1.1365,101.89908,17.457857,9.149546,11.714177,17.38,143.08437,39.8125,157.61899,842.6362,334.0909,2439.2886,1960.3,26.482502,47.25,2935.8696,20.608837,70.166664,567.7172,120.46,171.2875,78.47369,397.13333,421.03073,464.58337,12.777143,97.64667,330.73065,560.85767,19.714039,159.44011,23.85,1.7002782,51.612762,1.1573484,1.2739108,4.8885474,14.59,138.424,30.002382,19.283333,358.8825,102.125,60.89286,79.0,26.042858,55.9375,17.083334,11.728333,18.275,125.690384,51.078575,22.21732,24.762936,13.25,26.021427,24.0,2.8503869,117.868866,25.946232,302.90643,11.946289,529.86884,27.764038,604.6881,231.07889,10.351288,13.8243065,319.03955,415.0672,1372.3096,499.28558 +2023-11-16 01:00:00,0.0,4421.4585,109.55366,57.415966,93.74651,57.515728,330.10568,45.242554,92.9587,25.2533,55.223988,703.8803,90.42506,25.997105,217.81175,0.8894069,0.6636517,57.3308,1.4686257,5.844596,988.8566,7.4836807,1071.7214,126.93872,0.29695365,16.335814,504.31998,45.278526,303.4682,184.0573,6143.4536,3.0726945,2709.5542,43.35758,0.985955,1.9109793,5.678589,269.9179,325.1068,73.53249,58.484722,40.191536,13.287591,1151.4077,26.159582,54.23648,17.324507,473.84412,21.652548,472.94592,7.7554617,53.915314,0.0,859.17676,2932.3784,0.47680458,232.47389,24.003836,18512.895,30.526989,0.8695926,12.824756,31.094166,6.6467543,2.1179197,15.943505,405.12976,122.39052,15.26179,0.7398128,2.4515798,115.829895,3.095465,181.72806,264.38098,2003.4752,593.6872,100.872574,153.45508,185.49298,7.8106594,11.11291,85.1569,11.59282,16.687145,17.39305,26.147663,128.98972,17.904272,16.099821,52.58027,12.376725,3559.6592,21.734228,22.248611,17.069727,11.051116,186.7266,38.54242,17.992361,6.17639,10.277559,15.095539,63.23692,126.558266,30.59743,153.10117,21.94722,9.831545,74.21605,49.27398,120.62528,83.18645,6.2116275,3.7355208,5.2124953,25.542446,3889.8188,5.220392,7.690172,59.675396,15.080059,150.72977,64.08569,118.18746,3.42142,75.75007,463.72852,333.72852,41.75276,403.64438,51.728474,56.782894,85.20073,26.765923,4.4178658,21.961357,535.727,0.53820837,1.1374699,101.94749,17.47591,9.150456,11.718816,17.381842,143.15155,39.85604,157.62816,842.7955,333.85986,2438.6414,1959.9927,26.465757,47.193245,2933.745,20.6175,70.08865,567.5805,120.33107,171.13268,78.40468,396.67258,420.75217,464.5935,12.76819,97.57911,330.6978,560.54974,19.697851,159.31848,23.825764,1.7002085,51.615158,1.1573235,1.2740014,4.8878345,14.584139,138.22609,29.984571,19.282269,358.64804,102.050804,60.84891,78.947914,26.022938,55.941494,17.068981,11.704949,18.268126,125.61543,51.050777,22.193604,24.78896,13.243055,25.99367,23.990091,2.8469512,117.796196,25.917572,302.72552,11.940207,529.46136,27.744562,605.1036,230.9716,10.336818,13.818915,318.73038,414.71173,1371.6284,499.72583 +2023-11-16 02:00:00,0.0,4418.724,109.446495,57.34765,93.71361,57.493958,330.11542,45.23823,92.939964,25.24515,55.21851,702.9702,90.44121,25.99221,217.70787,0.8878223,0.6619272,57.353355,1.4649342,5.8607235,989.0629,7.5042777,1072.2949,126.96744,0.29774064,16.381023,504.751,45.28782,303.82532,184.12369,6138.2236,3.080502,2709.5278,43.45859,0.98815995,1.9154956,5.693192,269.85715,325.04,73.65243,58.469444,40.19103,13.282884,1150.4982,26.222668,54.200123,17.307943,473.8404,21.633095,473.143,7.7505927,53.877483,0.0,858.9341,2930.4294,0.47615972,232.32454,23.986097,18498.773,30.514322,0.86933523,12.813796,31.071459,6.644892,2.1172721,15.934629,404.86505,122.26517,15.245097,0.73954505,2.4504461,115.822296,3.0921018,181.63611,264.41196,2003.7628,593.37445,100.86303,153.49142,185.69402,7.817518,11.120876,85.29254,11.615298,16.715927,17.37978,26.12984,129.05164,17.899271,16.086891,52.56973,12.378094,3559.985,21.726704,22.247223,17.067654,11.05017,186.73889,38.54559,17.984722,6.1778755,10.271119,15.088137,63.219086,126.51126,30.59486,153.10588,21.942339,9.818239,74.14791,49.240456,120.50391,83.20219,6.223255,3.7335417,5.211657,25.524057,3885.6765,5.2288246,7.676178,59.659122,15.074429,150.69873,64.12139,118.18984,3.4219146,75.72514,463.6851,333.77637,41.723022,403.51602,51.706944,56.77593,85.16655,26.78629,4.4217753,21.971663,535.6242,0.53830826,1.1384398,101.995895,17.493963,9.151366,11.7234535,17.383684,143.21873,39.899582,157.63733,842.9547,333.62878,2437.9941,1959.6854,26.449015,47.13649,2931.6206,20.626162,70.01065,567.4437,120.20214,170.97784,78.33567,396.21185,420.47363,464.60367,12.759237,97.51156,330.66498,560.2418,19.681662,159.19687,23.801529,1.700139,51.617554,1.1572984,1.2740921,4.8871217,14.578278,138.02818,29.966763,19.281202,358.41357,101.976616,60.804962,78.895836,26.003017,55.945488,17.05463,11.681565,18.26125,125.54048,51.02298,22.169888,24.814983,13.236111,25.965912,23.980185,2.8435154,117.723526,25.888914,302.5446,11.934124,529.05396,27.725088,605.51904,230.8643,10.322348,13.813523,318.4212,414.35626,1370.9473,500.16605 +2023-11-16 03:00:00,0.0,4415.99,109.33934,57.27933,93.68071,57.472187,330.12518,45.23391,92.921234,25.236998,55.213036,702.06006,90.45736,25.987316,217.60399,0.8862377,0.66020274,57.37591,1.4612429,5.876851,989.26917,7.5248747,1072.8685,126.996155,0.29852763,16.426233,505.18204,45.297115,304.1824,184.19008,6132.9937,3.0883093,2709.5015,43.5596,0.99036497,1.9200119,5.707795,269.79642,324.9732,73.77237,58.454166,40.19052,13.278177,1149.5885,26.285753,54.16376,17.291378,473.83667,21.613642,473.3401,7.7457237,53.839657,0.0,858.6914,2928.4807,0.47551486,232.1752,23.968359,18484.65,30.501654,0.86907786,12.802837,31.048754,6.64303,2.1166246,15.925755,404.6003,122.13981,15.228403,0.73927736,2.4493124,115.81469,3.0887387,181.54416,264.4429,2004.0505,593.06165,100.85348,153.52776,185.89503,7.8243766,11.128841,85.42819,11.637776,16.744707,17.36651,26.112017,129.11357,17.894268,16.07396,52.559193,12.379461,3560.311,21.719181,22.245832,17.06558,11.049224,186.75119,38.54876,17.977083,6.1793613,10.264678,15.080735,63.201256,126.46426,30.59229,153.11058,21.937458,9.8049345,74.07978,49.206936,120.38253,83.217926,6.2348833,3.7315624,5.2108192,25.505667,3881.534,5.2372565,7.6621833,59.64285,15.068798,150.6677,64.15708,118.192215,3.4224088,75.70021,463.64166,333.82425,41.693283,403.38766,51.685417,56.768967,85.13237,26.806654,4.4256845,21.981966,535.5214,0.53840816,1.1394097,102.044304,17.512018,9.152277,11.728092,17.385527,143.28592,39.943127,157.6465,843.1139,333.39774,2437.347,1959.3782,26.432272,47.079735,2929.496,20.634825,69.93264,567.307,120.073204,170.82301,78.26667,395.7511,420.19507,464.61383,12.750285,97.444,330.63214,559.93396,19.665474,159.07524,23.777292,1.7000694,51.619946,1.1572735,1.2741827,4.886409,14.572417,137.83026,29.948952,19.280138,358.1791,101.90243,60.761013,78.84375,25.983097,55.94948,17.040277,11.658181,18.254375,125.46553,50.995182,22.146172,24.841007,13.229167,25.938154,23.970276,2.8400798,117.650856,25.860254,302.36365,11.928041,528.6465,27.705612,605.9345,230.757,10.307878,13.808131,318.11203,414.00082,1370.2661,500.6063 +2023-11-16 04:00:00,0.0,4413.256,109.23218,57.211014,93.64781,57.450417,330.13492,45.229584,92.9025,25.228848,55.20756,701.1499,90.47352,25.982422,217.5001,0.8846531,0.65847826,57.398468,1.4575515,5.8929787,989.47546,7.5454717,1073.442,127.02488,0.29931462,16.471443,505.61307,45.306408,304.5395,184.25645,6127.7637,3.0961165,2709.475,43.660614,0.9925699,1.9245282,5.7223983,269.73566,324.9064,73.8923,58.43889,40.190014,13.27347,1148.679,26.348839,54.127403,17.274815,473.83295,21.594189,473.53717,7.7408547,53.801826,0.0,858.4487,2926.532,0.47487,232.02585,23.95062,18470.527,30.488987,0.8688205,12.791879,31.026047,6.641168,2.115977,15.916879,404.3356,122.01446,15.21171,0.7390096,2.4481788,115.80708,3.0853755,181.45222,264.47388,2004.3381,592.7489,100.843925,153.56409,186.09607,7.831235,11.1368065,85.563835,11.6602545,16.773489,17.353241,26.094194,129.17549,17.889267,16.06103,52.548653,12.38083,3560.637,21.711657,22.244444,17.063509,11.048277,186.76349,38.551933,17.969444,6.1808467,10.258238,15.073333,63.183422,126.41725,30.589722,153.1153,21.932579,9.791629,74.01165,49.173416,120.261154,83.23367,6.246511,3.7295833,5.2099814,25.487276,3877.3916,5.245689,7.648189,59.626575,15.063167,150.63666,64.19278,118.194595,3.4229033,75.67528,463.59824,333.8721,41.663548,403.2593,51.663887,56.762,85.09819,26.82702,4.4295936,21.992271,535.41864,0.53850806,1.1403795,102.09271,17.530071,9.153187,11.73273,17.387371,143.35309,39.986668,157.65567,843.2731,333.16666,2436.6997,1959.0709,26.41553,47.02298,2927.3713,20.643486,69.85463,567.1703,119.944275,170.6682,78.19766,395.29037,419.91653,464.624,12.741333,97.37644,330.5993,559.62604,19.649284,158.95363,23.753056,1.6999998,51.62234,1.1572485,1.2742733,4.885696,14.566556,137.63235,29.93114,19.279074,357.94464,101.82824,60.717064,78.791664,25.963175,55.953472,17.025927,11.634797,18.2475,125.39058,50.967384,22.122456,24.867031,13.222222,25.910397,23.96037,2.8366442,117.57819,25.831596,302.1827,11.921959,528.2391,27.686136,606.35,230.64972,10.293407,13.802739,317.80283,413.64536,1369.585,501.0465 +2023-11-16 05:00:00,0.0,4410.522,109.12502,57.142696,93.61491,57.428646,330.14465,45.22526,92.883766,25.220695,55.202084,700.23975,90.48967,25.977528,217.39622,0.88306844,0.6567538,57.421024,1.45386,5.9091063,989.68176,7.566069,1074.0155,127.0536,0.3001016,16.516653,506.0441,45.315704,304.8966,184.32285,6122.5337,3.103924,2709.4487,43.761623,0.99477494,1.9290445,5.7370014,269.67493,324.8396,74.01224,58.42361,40.189503,13.268764,1147.7694,26.411924,54.09104,17.25825,473.82922,21.574736,473.73425,7.7359858,53.764,0.0,858.20605,2924.583,0.47422513,231.87651,23.932882,18456.404,30.476318,0.8685631,12.780919,31.00334,6.639306,2.1153295,15.908003,404.07086,121.88911,15.195016,0.73874193,2.447045,115.799484,3.0820124,181.36028,264.50485,2004.6259,592.4361,100.83437,153.60043,186.2971,7.8380938,11.144773,85.69948,11.682733,16.802269,17.339972,26.07637,129.23743,17.884266,16.0481,52.538116,12.382197,3560.963,21.704134,22.243055,17.061436,11.047331,186.77579,38.555103,17.961805,6.182332,10.251797,15.065931,63.165592,126.370255,30.587152,153.12,21.927698,9.778323,73.94352,49.139896,120.13978,83.24941,6.2581387,3.7276042,5.209143,25.468887,3873.2493,5.2541213,7.634195,59.610302,15.057536,150.60562,64.22847,118.19697,3.4233975,75.65035,463.5548,333.91998,41.63381,403.13098,51.64236,56.75504,85.06401,26.847387,4.4335027,22.002575,535.31586,0.538608,1.1413496,102.14112,17.548124,9.154098,11.737369,17.389214,143.42027,40.03021,157.66484,843.4323,332.9356,2436.0525,1958.7635,26.398787,46.966225,2925.2468,20.65215,69.77662,567.0335,119.815346,170.51337,78.128654,394.82962,419.63797,464.63416,12.732381,97.30889,330.56647,559.3181,19.633097,158.83202,23.728819,1.6999302,51.624737,1.1572236,1.274364,4.884983,14.560695,137.43445,29.913332,19.27801,357.71017,101.75404,60.673115,78.739586,25.943254,55.957466,17.011574,11.611413,18.240625,125.31563,50.939587,22.09874,24.893055,13.215278,25.882639,23.950462,2.8332086,117.50552,25.802937,302.00177,11.915876,527.8316,27.66666,606.7655,230.54242,10.278937,13.797348,317.49365,413.2899,1368.9038,501.48676 +2023-11-16 06:00:00,0.0,4407.7876,109.01786,57.07438,93.58201,57.406876,330.1544,45.22094,92.86503,25.212543,55.19661,699.32965,90.50582,25.972631,217.29234,0.88148385,0.6550293,57.443577,1.4501687,5.9252343,989.888,7.586666,1074.589,127.08231,0.30088857,16.561863,506.47513,45.325,305.2537,184.38924,6117.3037,3.1117313,2709.4226,43.862637,0.9969799,1.9335608,5.751605,269.61417,324.7728,74.13218,58.408333,40.188995,13.264056,1146.8599,26.47501,54.054684,17.241686,473.8255,21.555283,473.93134,7.731117,53.72617,0.0,857.9634,2922.6343,0.47358027,231.72717,23.915144,18442.283,30.463652,0.86830574,12.76996,30.980633,6.6374435,2.114682,15.899127,403.80615,121.763756,15.178323,0.7384742,2.4459114,115.79188,3.0786493,181.26833,264.53583,2004.9136,592.1233,100.82483,153.63676,186.49812,7.844952,11.152738,85.83513,11.705211,16.83105,17.326702,26.058548,129.29935,17.879263,16.035168,52.527576,12.383566,3561.2888,21.696611,22.241667,17.059362,11.046385,186.7881,38.558273,17.954166,6.1838174,10.245357,15.058529,63.147762,126.32325,30.584583,153.12471,21.922817,9.7650175,73.87538,49.106373,120.0184,83.26515,6.2697663,3.725625,5.2083054,25.450497,3869.107,5.2625537,7.6202,59.59403,15.051906,150.57458,64.26417,118.19935,3.423892,75.62542,463.5114,333.96783,41.60407,403.00262,51.620834,56.748074,85.02983,26.867754,4.4374123,22.01288,535.21313,0.5387079,1.1423194,102.18953,17.566177,9.155007,11.742006,17.391056,143.48746,40.07375,157.67401,843.5915,332.70456,2435.4055,1958.4563,26.382042,46.90947,2923.1223,20.66081,69.69861,566.8968,119.68642,170.35854,78.05965,394.3689,419.35944,464.64432,12.723428,97.24133,330.53363,559.0102,19.616907,158.71039,23.704584,1.6998607,51.627132,1.1571987,1.2744546,4.88427,14.554833,137.23653,29.895521,19.276943,357.4757,101.679855,60.62917,78.6875,25.923334,55.96146,16.997223,11.588028,18.23375,125.24067,50.91179,22.075022,24.919077,13.208333,25.854881,23.940554,2.8297727,117.43285,25.774279,301.82083,11.909794,527.4242,27.647186,607.18097,230.43512,10.264467,13.791956,317.18448,412.93442,1368.2227,501.92697 +2023-11-16 07:00:00,0.0,4405.0537,108.910706,57.00606,93.54911,57.385105,330.16412,45.216614,92.84629,25.204393,55.191135,698.4195,90.52197,25.967737,217.18846,0.8798992,0.65330476,57.466133,1.4464773,5.941362,990.0943,7.607263,1075.1626,127.11103,0.30167556,16.607073,506.90616,45.334293,305.6108,184.45563,6112.0737,3.1195388,2709.3962,43.963646,0.9991849,1.9380771,5.766208,269.55344,324.706,74.25211,58.393055,40.188488,13.25935,1145.9502,26.538095,54.018322,17.22512,473.82178,21.535831,474.1284,7.726248,53.688343,0.0,857.7207,2920.6855,0.4729354,231.57782,23.897406,18428.16,30.450983,0.86804837,12.759002,30.957924,6.6355815,2.1140344,15.890251,403.54144,121.6384,15.161629,0.73820645,2.4447777,115.78427,3.0752861,181.17639,264.5668,2005.2012,591.81055,100.81528,153.67311,186.69916,7.851811,11.160704,85.97077,11.727688,16.85983,17.313435,26.040724,129.36128,17.874262,16.022238,52.51704,12.384933,3561.6147,21.689087,22.240278,17.05729,11.045438,186.8004,38.561443,17.946527,6.1853027,10.238915,15.051127,63.12993,126.276245,30.582014,153.12941,21.917938,9.751713,73.80725,49.072853,119.897026,83.28089,6.2813945,3.7236457,5.2074676,25.432106,3864.9646,5.270986,7.606206,59.577755,15.046275,150.54356,64.299866,118.20172,3.4243863,75.60049,463.468,334.01572,41.574333,402.87427,51.599304,56.74111,84.99565,26.888119,4.4413214,22.023184,535.11035,0.5388078,1.1432893,102.23794,17.584232,9.155918,11.746645,17.392899,143.55464,40.11729,157.68318,843.75073,332.47348,2434.7583,1958.149,26.3653,46.852715,2920.9976,20.669474,69.6206,566.76,119.55749,170.20372,77.99065,393.90814,419.08087,464.65448,12.714476,97.17378,330.5008,558.7023,19.60072,158.58878,23.680347,1.6997911,51.629528,1.1571736,1.2745452,4.883558,14.548972,137.03862,29.877712,19.275879,357.24124,101.60567,60.58522,78.635414,25.903414,55.96545,16.98287,11.564644,18.226875,125.16572,50.88399,22.051306,24.9451,13.201389,25.827122,23.930647,2.826337,117.36019,25.745619,301.6399,11.903711,527.0168,27.62771,607.59644,230.32784,10.249997,13.786564,316.8753,412.57895,1367.5415,502.36722 +2023-11-16 08:00:00,0.0,4402.3193,108.80354,56.937744,93.51621,57.363335,330.17386,45.21229,92.82756,25.196241,55.185658,697.50934,90.538124,25.962843,217.08458,0.8783146,0.6515803,57.48869,1.4427859,5.9574895,990.30054,7.62786,1075.7361,127.13975,0.30246255,16.652283,507.3372,45.34359,305.9679,184.52202,6106.8438,3.127346,2709.3699,44.06466,1.0013899,1.9425935,5.7808113,269.4927,324.6392,74.372055,58.377777,40.18798,13.2546425,1145.0406,26.601181,53.981964,17.208557,473.81805,21.516378,474.32547,7.721379,53.650513,0.0,857.478,2918.7366,0.47229055,231.42848,23.879665,18414.037,30.438316,0.867791,12.748042,30.935219,6.6337194,2.1133869,15.881376,403.2767,121.51305,15.144936,0.73793876,2.4436443,115.776665,3.071923,181.08444,264.59778,2005.4889,591.49774,100.80573,153.70944,186.90018,7.8586693,11.168669,86.10642,11.750166,16.88861,17.300165,26.022902,129.42322,17.869259,16.009308,52.5065,12.386302,3561.9407,21.681564,22.23889,17.055218,11.044492,186.8127,38.564613,17.938889,6.1867886,10.232475,15.043725,63.1121,126.22924,30.579443,153.13412,21.913057,9.738407,73.73912,49.039333,119.77565,83.29663,6.293022,3.7216666,5.2066293,25.413717,3860.8223,5.279418,7.5922117,59.56148,15.040644,150.51253,64.335556,118.2041,3.4248805,75.575554,463.42456,334.06357,41.544594,402.7459,51.577778,56.734146,84.96147,26.908485,4.4452305,22.03349,535.00757,0.5389077,1.1442592,102.28635,17.602285,9.156829,11.751284,17.394741,143.62183,40.16083,157.69235,843.9099,332.24243,2434.111,1957.8418,26.348557,46.79596,2918.873,20.678135,69.542595,566.6233,119.42856,170.04889,77.92164,393.44742,418.8023,464.66464,12.7055235,97.106224,330.46796,558.39435,19.58453,158.46715,23.65611,1.6997215,51.63192,1.1571487,1.2746359,4.882845,14.543111,136.84071,29.859901,19.274815,357.00677,101.53148,60.54127,78.583336,25.883493,55.969444,16.96852,11.54126,18.22,125.09077,50.856194,22.02759,24.971125,13.194445,25.799364,23.92074,2.8229015,117.28752,25.71696,301.45895,11.897629,526.6093,27.608234,608.0119,230.22054,10.235527,13.781172,316.56613,412.2235,1366.8605,502.80746 +2023-11-16 09:00:00,0.0,4399.5854,108.69639,56.869427,93.48331,57.341564,330.18362,45.20797,92.80882,25.188091,55.180183,696.5992,90.554276,25.957949,216.9807,0.87673,0.6498558,57.511246,1.4390945,5.973617,990.50684,7.648457,1076.3096,127.168465,0.30324954,16.697493,507.76822,45.352882,306.32498,184.58841,6101.614,3.1351533,2709.3435,44.16567,1.0035949,1.9471097,5.795415,269.43195,324.5724,74.49199,58.3625,40.18747,13.249936,1144.1311,26.664267,53.945602,17.191992,473.81433,21.496925,474.52255,7.71651,53.612682,0.0,857.23535,2916.7878,0.47164568,231.27913,23.861927,18399.914,30.425648,0.8675336,12.737083,30.912512,6.6318574,2.1127393,15.8725,403.012,121.387695,15.128242,0.737671,2.4425106,115.769066,3.06856,180.9925,264.62875,2005.7766,591.185,100.79618,153.74577,187.10121,7.8655276,11.176634,86.242065,11.772644,16.917393,17.286896,26.005077,129.48514,17.864258,15.996376,52.495964,12.38767,3562.2666,21.674042,22.2375,17.053144,11.043546,186.825,38.567783,17.93125,6.188274,10.226034,15.036324,63.094265,126.18224,30.576874,153.13882,21.908176,9.725101,73.67098,49.00581,119.654274,83.31237,6.30465,3.7196875,5.2057915,25.395327,3856.6797,5.2878504,7.578217,59.545208,15.035013,150.48149,64.371254,118.206474,3.425375,75.55063,463.38113,334.11145,41.514854,402.61755,51.55625,56.727184,84.92729,26.928852,4.4491396,22.043795,534.9048,0.5390076,1.1452291,102.33476,17.620338,9.157739,11.755921,17.396584,143.68901,40.204376,157.70152,844.0691,332.01135,2433.4639,1957.5345,26.331814,46.739204,2916.7485,20.686798,69.464584,566.4866,119.29962,169.89406,77.85263,392.98666,418.52377,464.6748,12.696571,97.038666,330.43512,558.0864,19.568342,158.34554,23.631876,1.699652,51.634315,1.1571238,1.2747265,4.882132,14.5372505,136.6428,29.84209,19.27375,356.7723,101.45729,60.497322,78.53125,25.863573,55.97344,16.954166,11.517876,18.213125,125.015816,50.828396,22.003874,24.997149,13.1875,25.771606,23.910831,2.8194659,117.21485,25.688301,301.278,11.891546,526.2019,27.588758,608.42737,230.11324,10.221058,13.775781,316.25696,411.86804,1366.1793,503.24768 +2023-11-16 10:00:00,0.0,4396.8516,108.589226,56.80111,93.45041,57.319794,330.19336,45.203644,92.79009,25.17994,55.17471,695.689,90.57043,25.953054,216.87683,0.8751454,0.6481313,57.533802,1.4354031,5.9897447,990.71313,7.6690545,1076.8832,127.19719,0.30403653,16.7427,508.19925,45.36218,306.6821,184.6548,6096.384,3.1429608,2709.3171,44.26668,1.0057999,1.9516261,5.8100176,269.37122,324.50558,74.61192,58.34722,40.186962,13.245229,1143.2214,26.727354,53.909245,17.175426,473.8106,21.477472,474.71964,7.711641,53.574856,0.0,856.9927,2914.839,0.47100082,231.12979,23.844189,18385.793,30.412981,0.86727625,12.726125,30.889805,6.6299953,2.1120915,15.863625,402.74725,121.262344,15.111548,0.73740333,2.441377,115.76146,3.0651968,180.90056,264.65973,2006.0642,590.8722,100.78664,153.78212,187.30225,7.8723865,11.1846,86.377716,11.795122,16.946173,17.273626,25.987255,129.54707,17.859257,15.983446,52.485424,12.389038,3562.5925,21.666517,22.23611,17.051071,11.042599,186.8373,38.570957,17.92361,6.1897593,10.219594,15.028921,63.076435,126.13524,30.574305,153.14352,21.903297,9.711797,73.60285,48.97229,119.5329,83.32812,6.3162775,3.7177083,5.2049537,25.376936,3852.5374,5.296283,7.564223,59.528934,15.029383,150.45045,64.406944,118.208855,3.4258692,75.525696,463.3377,334.1593,41.485115,402.48923,51.53472,56.72022,84.89311,26.949219,4.453049,22.054098,534.802,0.5391075,1.146199,102.38317,17.638391,9.158649,11.76056,17.398428,143.7562,40.247917,157.7107,844.22833,331.7803,2432.8167,1957.2272,26.315071,46.68245,2914.6238,20.695461,69.38657,566.3498,119.17069,169.73923,77.78362,392.5259,418.2452,464.68497,12.687618,96.971115,330.40228,557.7785,19.552153,158.2239,23.60764,1.6995823,51.63671,1.1570988,1.2748171,4.881419,14.531389,136.44489,29.824282,19.272684,356.53784,101.383095,60.453373,78.479164,25.84365,55.977432,16.939816,11.494492,18.20625,124.940865,50.8006,21.980158,25.023172,13.180555,25.743849,23.900925,2.81603,117.14219,25.659641,301.09708,11.885463,525.79443,27.569284,608.84283,230.00594,10.206588,13.770389,315.94778,411.51257,1365.4982,503.68793 +2023-11-16 11:00:00,0.0,4394.117,108.48207,56.73279,93.41751,57.29802,330.2031,45.19932,92.771355,25.171787,55.16923,694.77893,90.58658,25.94816,216.77295,0.8735608,0.6464068,57.556355,1.4317117,6.0058722,990.9194,7.6896515,1077.4567,127.22591,0.30482352,16.78791,508.63028,45.371475,307.03918,184.72118,6091.154,3.150768,2709.2908,44.36769,1.0080049,1.9561423,5.824621,269.31046,324.43878,74.731865,58.331944,40.186455,13.240522,1142.3119,26.79044,53.872883,17.158863,473.80685,21.45802,474.91672,7.706772,53.537025,0.0,856.75,2912.8901,0.47035596,230.98044,23.82645,18371.67,30.400312,0.8670189,12.715165,30.867098,6.6281333,2.111444,15.854749,402.48254,121.136986,15.094854,0.7371356,2.4402432,115.75385,3.0618336,180.80861,264.6907,2006.3519,590.55945,100.777084,153.81845,187.50327,7.879245,11.192565,86.51336,11.8176,16.974955,17.260357,25.969433,129.609,17.854254,15.970515,52.474888,12.390406,3562.9185,21.658995,22.234722,17.048998,11.041653,186.84961,38.574127,17.915972,6.1912446,10.213153,15.02152,63.0586,126.088234,30.571735,153.14824,21.898417,9.698491,73.53472,48.93877,119.41152,83.34386,6.327905,3.7157292,5.2041154,25.358547,3848.395,5.304715,7.5502286,59.51266,15.023752,150.41942,64.44264,118.21123,3.4263637,75.50076,463.29428,334.20718,41.45538,402.36087,51.513195,56.713257,84.85893,26.969585,4.4569583,22.064404,534.6992,0.5392074,1.147169,102.43158,17.656446,9.159559,11.765198,17.40027,143.82338,40.29146,157.71986,844.3875,331.54926,2432.1697,1956.9199,26.298326,46.625694,2912.4993,20.704123,69.30856,566.2131,119.04176,169.58441,77.71462,392.0652,417.96667,464.69513,12.678666,96.90356,330.36945,557.4706,19.535965,158.1023,23.583403,1.6995127,51.639107,1.1570739,1.2749078,4.8807063,14.525528,136.24698,29.80647,19.27162,356.30338,101.30891,60.409428,78.427086,25.82373,55.981422,16.925463,11.471107,18.199375,124.86591,50.7728,21.956442,25.049196,13.173611,25.716091,23.891018,2.8125944,117.06952,25.630983,300.91614,11.87938,525.387,27.549809,609.2583,229.89865,10.192118,13.764997,315.6386,411.1571,1364.817,504.12814 +2023-11-16 12:00:00,0.0,4391.3833,108.37491,56.664474,93.384605,57.27625,330.21283,45.195,92.75262,25.163637,55.163757,693.8688,90.60274,25.943266,216.66907,0.87197614,0.64468235,57.57891,1.4280204,6.022,991.1257,7.7102485,1078.0302,127.25462,0.3056105,16.83312,509.0613,45.380768,307.3963,184.78757,6085.924,3.1585755,2709.2644,44.468704,1.0102098,1.9606587,5.8392243,269.24973,324.372,74.8518,58.316666,40.185947,13.235815,1141.4023,26.853525,53.836525,17.142298,473.80313,21.438566,475.1138,7.701903,53.4992,0.0,856.5073,2910.9414,0.4697111,230.8311,23.808712,18357.547,30.387646,0.8667615,12.704206,30.84439,6.626271,2.1107965,15.845873,402.2178,121.011635,15.078161,0.73686785,2.4391096,115.746254,3.0584705,180.71666,264.72168,2006.6395,590.24664,100.76753,153.85478,187.7043,7.8861036,11.20053,86.649,11.840078,17.003735,17.247087,25.951609,129.67093,17.849253,15.957584,52.464348,12.391774,3563.2444,21.65147,22.233334,17.046926,11.040707,186.86191,38.577297,17.908333,6.1927304,10.206713,15.014117,63.04077,126.04123,30.569166,153.15294,21.893536,9.685185,73.46659,48.90525,119.290146,83.3596,6.3395333,3.71375,5.2032776,25.340157,3844.2527,5.3131475,7.536234,59.49639,15.018121,150.38838,64.47833,118.21361,3.426858,75.47584,463.2509,334.25504,41.42564,402.2325,51.491665,56.70629,84.82475,26.98995,4.4608674,22.074707,534.59644,0.5393073,1.1481389,102.47999,17.6745,9.16047,11.769836,17.402113,143.89055,40.335,157.72902,844.54675,331.31818,2431.5225,1956.6127,26.281584,46.56894,2910.3748,20.712786,69.23055,566.07635,118.912834,169.42958,77.645615,391.60443,417.6881,464.7053,12.669714,96.836,330.33664,557.1627,19.519775,157.98067,23.559168,1.6994431,51.641502,1.1570488,1.2749984,4.8799934,14.519667,136.04907,29.78866,19.270555,356.0689,101.23472,60.36548,78.375,25.80381,55.985416,16.911112,11.447722,18.1925,124.79096,50.745003,21.932724,25.07522,13.166667,25.688334,23.88111,2.8091588,116.99685,25.602324,300.73523,11.873298,524.97955,27.530333,609.67377,229.79135,10.177648,13.759604,315.3294,410.80167,1364.1359,504.5684 +2023-11-16 13:00:00,0.0,4388.649,108.26775,56.596157,93.35171,57.25448,330.22256,45.190674,92.73389,25.155485,55.158283,692.9586,90.61889,25.938372,216.56519,0.87039155,0.64295787,57.601467,1.4243289,6.0381274,991.3319,7.7308455,1078.6038,127.28334,0.30639747,16.87833,509.49234,45.390064,307.7534,184.85396,6080.694,3.1663828,2709.238,44.569714,1.0124148,1.9651749,5.8538275,269.18896,324.3052,74.97174,58.301388,40.18544,13.231109,1140.4928,26.91661,53.800163,17.125734,473.79944,21.419113,475.31088,7.697034,53.46137,0.0,856.26465,2908.9927,0.46906623,230.68176,23.790974,18343.424,30.374977,0.86650413,12.693248,30.821686,6.6244087,2.110149,15.836998,401.9531,120.886284,15.061467,0.73660016,2.437976,115.73865,3.0551074,180.62473,264.75262,2006.9272,589.9339,100.75798,153.89113,187.90532,7.892962,11.208496,86.78465,11.8625555,17.032516,17.233818,25.933784,129.73286,17.84425,15.944654,52.45381,12.393142,3563.5703,21.643948,22.231945,17.044853,11.03976,186.8742,38.580467,17.900694,6.194216,10.200272,15.006716,63.02294,125.99423,30.566597,153.15765,21.888657,9.67188,73.39845,48.871727,119.16877,83.375336,6.351161,3.7117708,5.20244,25.321766,3840.1104,5.3215795,7.5222397,59.480118,15.01249,150.35735,64.51403,118.21598,3.4273522,75.450905,463.20746,334.3029,41.3959,402.10416,51.47014,56.699326,84.79057,27.010317,4.4647765,22.085012,534.49365,0.53940725,1.1491088,102.5284,17.692553,9.16138,11.774474,17.403955,143.95773,40.37854,157.73819,844.70593,331.08713,2430.8752,1956.3054,26.264841,46.512184,2908.25,20.721447,69.15254,565.9396,118.783905,169.27475,77.57661,391.1437,417.40958,464.71545,12.660762,96.76845,330.3038,556.8548,19.503588,157.85905,23.534931,1.6993736,51.643894,1.1570239,1.275089,4.8792806,14.513805,135.85115,29.770851,19.26949,355.83444,101.16053,60.32153,78.322914,25.78389,55.98941,16.896759,11.424338,18.185625,124.71601,50.717205,21.909008,25.101242,13.159722,25.660574,23.871202,2.8057232,116.92418,25.573666,300.5543,11.867215,524.57214,27.510857,610.08923,229.68405,10.1631775,13.754212,315.02023,410.4462,1363.4547,505.0086 +2023-11-16 14:00:00,0.0,4385.915,108.16059,56.52784,93.31881,57.232708,330.23233,45.18635,92.71515,25.147335,55.152805,692.04846,90.63504,25.933477,216.4613,0.86880696,0.6412334,57.624023,1.4206375,6.0542555,991.5382,7.7514424,1079.1772,127.31206,0.30718446,16.92354,509.92337,45.399357,308.1105,184.92035,6075.464,3.17419,2709.2117,44.670723,1.0146198,1.9696913,5.868431,269.12823,324.2384,75.091675,58.28611,40.18493,13.226401,1139.5831,26.979696,53.763805,17.109169,473.79565,21.399662,475.50793,7.692165,53.423542,0.0,856.022,2907.0437,0.46842137,230.53241,23.773235,18329.303,30.36231,0.86624676,12.682288,30.798977,6.6225467,2.1095014,15.828122,401.6884,120.76093,15.044774,0.7363324,2.4368422,115.73104,3.0517442,180.53278,264.7836,2007.215,589.6211,100.74844,153.92746,188.10635,7.8998203,11.216461,86.920296,11.885034,17.061296,17.22055,25.91596,129.79478,17.839249,15.931724,52.443275,12.39451,3563.8962,21.636425,22.230556,17.04278,11.038814,186.8865,38.583637,17.893055,6.195701,10.193831,14.999313,63.005108,125.94723,30.564028,153.16235,21.883776,9.658575,73.33032,48.838207,119.04739,83.391075,6.3627887,3.7097917,5.2016015,25.303377,3835.968,5.330012,7.5082455,59.463844,15.00686,150.32631,64.54972,118.21836,3.4278467,75.42597,463.16403,334.35077,41.366165,401.9758,51.448612,56.692364,84.75639,27.030684,4.4686856,22.095316,534.39087,0.53950715,1.1500787,102.576805,17.710608,9.162291,11.779113,17.405798,144.02492,40.422085,157.74736,844.8651,330.85605,2430.228,1955.998,26.248098,46.45543,2906.1255,20.73011,69.07454,565.80286,118.65497,169.11993,77.5076,390.68295,417.131,464.72562,12.651809,96.70089,330.27097,556.5469,19.487398,157.73744,23.510695,1.699304,51.64629,1.156999,1.2751797,4.8785677,14.507944,135.65324,29.75304,19.268425,355.59998,101.08634,60.27758,78.270836,25.76397,55.993404,16.882408,11.400954,18.178751,124.64106,50.689407,21.885292,25.127266,13.152778,25.632816,23.861296,2.8022873,116.85152,25.545006,300.37335,11.861133,524.1647,27.491383,610.50476,229.57677,10.148707,13.748821,314.71106,410.09073,1362.7736,505.44885 +2023-11-16 15:00:00,0.0,4383.1807,108.05344,56.459522,93.285904,57.210938,330.24207,45.18203,92.69642,25.139183,55.14733,691.1383,90.65119,25.928583,216.35742,0.8672223,0.63950884,57.64658,1.4169462,6.070383,991.7445,7.77204,1079.7507,127.340775,0.30797145,16.96875,510.3544,45.408653,308.4676,184.98674,6070.234,3.1819975,2709.1853,44.771736,1.0168248,1.9742076,5.883034,269.0675,324.1716,75.21161,58.270832,40.18442,13.221695,1138.6736,27.042782,53.727444,17.092606,473.79196,21.380209,475.70502,7.687296,53.38571,0.0,855.77936,2905.095,0.4677765,230.38307,23.755497,18315.18,30.349642,0.8659894,12.6713295,30.776272,6.6206846,2.1088538,15.819246,401.42365,120.635574,15.02808,0.73606473,2.4357088,115.72344,3.048381,180.44083,264.81458,2007.5026,589.3083,100.73889,153.9638,188.30739,7.906679,11.224426,87.05595,11.907512,17.090078,17.207281,25.898138,129.85672,17.834248,15.918793,52.432735,12.395878,3564.2222,21.6289,22.229166,17.040709,11.037868,186.8988,38.586807,17.885416,6.1971865,10.18739,14.991912,62.987278,125.90022,30.561459,153.16707,21.878895,9.645269,73.26219,48.804688,118.92602,83.406815,6.3744164,3.7078125,5.2007637,25.284986,3831.8254,5.338444,7.494251,59.44757,15.001229,150.29527,64.58542,118.22073,3.428341,75.40105,463.1206,334.39862,41.336426,401.84747,51.427082,56.6854,84.72221,27.05105,4.472595,22.105621,534.2881,0.53960705,1.1510485,102.62521,17.72866,9.163201,11.7837515,17.40764,144.0921,40.465626,157.75653,845.02435,330.625,2429.5808,1955.6908,26.231356,46.398674,2904.001,20.738771,68.99653,565.66614,118.52604,168.9651,77.4386,390.22223,416.85248,464.73578,12.642857,96.63333,330.23813,556.23895,19.47121,157.61581,23.486458,1.6992344,51.648685,1.156974,1.2752703,4.877855,14.502084,135.45534,29.73523,19.26736,355.3655,101.012146,60.23363,78.21875,25.74405,55.997395,16.868055,11.37757,18.171875,124.5661,50.66161,21.861576,25.15329,13.145833,25.605059,23.851387,2.7988517,116.77885,25.516348,300.1924,11.85505,523.75726,27.471907,610.9202,229.46947,10.134237,13.743429,314.4019,409.73526,1362.0924,505.8891 +2023-11-16 16:00:00,0.0,4380.447,107.94628,56.391205,93.253006,57.189167,330.2518,45.177704,92.67768,25.131031,55.141853,690.2282,90.66734,25.923687,216.25354,0.8656377,0.63778436,57.669132,1.4132547,6.0865107,991.95074,7.792637,1080.3242,127.3695,0.30875844,17.01396,510.78543,45.41795,308.82468,185.05313,6065.004,3.1898048,2709.1592,44.872746,1.0190297,1.9787239,5.8976374,269.00674,324.1048,75.33155,58.255554,40.183914,13.216988,1137.764,27.105867,53.691086,17.07604,473.78824,21.360756,475.9021,7.682427,53.34788,0.0,855.5367,2903.1462,0.46713164,230.23372,23.737757,18301.057,30.336975,0.865732,12.660371,30.753563,6.6188226,2.1082063,15.81037,401.15894,120.51022,15.011387,0.735797,2.434575,115.715836,3.045018,180.34889,264.84555,2007.7903,588.99554,100.72934,154.00014,188.5084,7.9135375,11.232392,87.19159,11.92999,17.118858,17.194012,25.880314,129.91864,17.829245,15.905862,52.4222,12.397246,3564.548,21.621378,22.227777,17.038635,11.036921,186.91112,38.58998,17.877777,6.198672,10.180949,14.984509,62.969444,125.85322,30.558887,153.17177,21.874016,9.631964,73.19406,48.771164,118.804634,83.422554,6.386044,3.7058332,5.199926,25.266596,3827.683,5.3468766,7.4802566,59.431297,14.995598,150.26424,64.62111,118.223114,3.4288354,75.376114,463.07718,334.4465,41.306686,401.71912,51.405556,56.678436,84.688034,27.071417,4.4765043,22.115927,534.1853,0.53970695,1.1520185,102.67362,17.746714,9.164111,11.788389,17.409483,144.15929,40.509167,157.7657,845.18353,330.39395,2428.9338,1955.3835,26.214613,46.34192,2901.8765,20.747435,68.91852,565.52936,118.39711,168.81027,77.36959,389.76147,416.5739,464.74594,12.633904,96.56578,330.2053,555.931,19.45502,157.4942,23.462223,1.6991649,51.65108,1.156949,1.275361,4.877142,14.4962225,135.25742,29.71742,19.266296,355.13104,100.93796,60.189682,78.166664,25.724129,56.00139,16.853704,11.354186,18.165,124.49115,50.633812,21.83786,25.179314,13.138889,25.577301,23.84148,2.795416,116.70618,25.487688,300.01147,11.848968,523.3498,27.45243,611.3357,229.36217,10.119767,13.738037,314.0927,409.3798,1361.4114,506.3293 +2023-11-16 17:00:00,0.0,4377.7124,107.83912,56.322887,93.22011,57.167397,330.26154,45.17338,92.65894,25.12288,55.13638,689.31805,90.683495,25.918793,216.14966,0.86405313,0.6360599,57.69169,1.4095633,6.1026382,992.15704,7.813234,1080.8978,127.39822,0.30954543,17.05917,511.21646,45.427242,309.1818,185.11952,6059.7744,3.1976123,2709.1328,44.97376,1.0212348,1.9832402,5.912241,268.946,324.038,75.451485,58.240276,40.183407,13.212281,1136.8544,27.168953,53.654724,17.059475,473.78455,21.341303,476.09918,7.677558,53.310055,0.0,855.294,2901.1975,0.46648678,230.08438,23.720018,18286.936,30.324306,0.86547464,12.649411,30.730856,6.6169605,2.1075587,15.801495,400.8942,120.38487,14.994693,0.73552924,2.4334414,115.70823,3.041655,180.25694,264.87653,2008.078,588.68274,100.719795,154.03647,188.70944,7.920396,11.240357,87.32724,11.952468,17.147638,17.180742,25.862492,129.98058,17.824244,15.892932,52.41166,12.398614,3564.874,21.613853,22.226389,17.036562,11.0359745,186.92342,38.59315,17.870138,6.2001576,10.174509,14.977108,62.951614,125.80621,30.556318,153.17648,21.869135,9.618659,73.12592,48.737644,118.68326,83.4383,6.397672,3.703854,5.1990876,25.248207,3823.5408,5.355309,7.4662623,59.415024,14.989967,150.2332,64.65681,118.22549,3.4293296,75.35118,463.03375,334.49435,41.27695,401.59076,51.38403,56.67147,84.653854,27.091782,4.4804134,22.12623,534.0826,0.53980684,1.1529884,102.72203,17.764767,9.165022,11.793028,17.411327,144.22647,40.552708,157.77487,845.3428,330.16287,2428.2866,1955.0763,26.197868,46.285164,2899.7517,20.756096,68.84051,565.39264,118.26818,168.65546,77.30058,389.30075,416.29535,464.7561,12.624952,96.49822,330.17245,555.6231,19.438833,157.37257,23.437986,1.6990952,51.653477,1.1569241,1.2754515,4.876429,14.490361,135.05951,29.69961,19.26523,354.89658,100.86377,60.145737,78.114586,25.704206,56.005383,16.839352,11.330801,18.158125,124.4162,50.606014,21.814144,25.205338,13.131945,25.549543,23.831573,2.7919805,116.633514,25.45903,299.83054,11.842885,522.9424,27.432955,611.75116,229.25488,10.105297,13.732645,313.78354,409.02435,1360.7302,506.76956 +2023-11-16 18:00:00,0.0,4374.9785,107.731964,56.25457,93.1872,57.145626,330.27127,45.16906,92.64021,25.114729,55.130905,688.4079,90.699646,25.913898,216.04578,0.8624685,0.6343354,57.714245,1.4058719,6.118766,992.3633,7.833831,1081.4713,127.42693,0.31033242,17.10438,511.6475,45.43654,309.53888,185.18591,6054.5444,3.2054195,2709.1064,45.074768,1.0234398,1.9877565,5.9268436,268.88525,323.9712,75.57143,58.225,40.182896,13.207575,1135.9448,27.232038,53.618366,17.042912,473.78076,21.32185,476.29626,7.672689,53.272224,0.0,855.05133,2899.2485,0.46584192,229.93504,23.70228,18272.812,30.31164,0.86521727,12.638453,30.70815,6.615098,2.1069112,15.79262,400.6295,120.25952,14.978,0.73526156,2.4323077,115.70062,3.038292,180.165,264.9075,2008.3656,588.37,100.71024,154.07281,188.91048,7.9272547,11.2483225,87.46288,11.974946,17.17642,17.167473,25.844667,130.0425,17.819242,15.880001,52.401123,12.399982,3565.2,21.60633,22.225,17.034489,11.035028,186.93571,38.59632,17.8625,6.201643,10.168068,14.969706,62.933784,125.75922,30.55375,153.18118,21.864254,9.605353,73.05779,48.704124,118.56188,83.45404,6.4093,3.701875,5.19825,25.229816,3819.3984,5.363741,7.4522676,59.39875,14.984337,150.20216,64.692505,118.22787,3.429824,75.32625,462.99036,334.54224,41.24721,401.4624,51.3625,56.66451,84.619675,27.112148,4.4843225,22.136536,533.9798,0.53990674,1.1539583,102.77044,17.782822,9.165932,11.797666,17.41317,144.29366,40.59625,157.78404,845.50195,329.93182,2427.6394,1954.769,26.181126,46.22841,2897.6272,20.76476,68.7625,565.2559,118.13925,168.50063,77.23158,388.84,416.0168,464.76627,12.615999,96.430664,330.13962,555.3152,19.422646,157.25096,23.41375,1.6990256,51.65587,1.1568991,1.2755423,4.875716,14.4845,134.8616,29.681799,19.264166,354.6621,100.78958,60.101788,78.0625,25.684286,56.009377,16.825,11.307417,18.15125,124.34125,50.578217,21.790426,25.231361,13.125,25.521786,23.821665,2.7885447,116.560844,25.43037,299.6496,11.8368025,522.5349,27.41348,612.1666,229.14758,10.090827,13.727254,313.47437,408.66888,1360.0491,507.20978 +2023-11-16 19:00:00,0.0,4372.2446,107.6248,56.186253,93.154305,57.123856,330.281,45.164738,92.621475,25.106579,55.125427,687.49774,90.7158,25.909004,215.94191,0.8608839,0.6326109,57.7368,1.4021806,6.1348934,992.5696,7.8544283,1082.0448,127.45565,0.3111194,17.14959,512.0785,45.44583,309.896,185.25229,6049.3145,3.2132268,2709.08,45.17578,1.0256448,1.9922729,5.9414473,268.82452,323.9044,75.69136,58.20972,40.18239,13.2028675,1135.0353,27.295124,53.582005,17.026346,473.77704,21.302397,476.49335,7.66782,53.234398,0.0,854.80865,2897.2998,0.46519706,229.78569,23.684542,18258.69,30.298971,0.8649599,12.627494,30.685444,6.613236,2.1062634,15.783744,400.36478,120.13417,14.961306,0.7349938,2.431174,115.69302,3.0349288,180.07306,264.93848,2008.6533,588.0572,100.70069,154.10915,189.1115,7.934113,11.256289,87.598526,11.997423,17.2052,17.154203,25.826845,130.10443,17.81424,15.86707,52.390583,12.40135,3565.526,21.598808,22.223612,17.032417,11.034081,186.94801,38.59949,17.85486,6.2031283,10.161628,14.962304,62.91595,125.71221,30.55118,153.18588,21.859375,9.592048,72.98966,48.670605,118.440506,83.46978,6.4209275,3.6998959,5.197412,25.211426,3815.256,5.3721733,7.4382734,59.382477,14.978705,150.17113,64.728195,118.23024,3.4303184,75.30132,462.94693,334.5901,41.217472,401.33405,51.340973,56.657543,84.585495,27.132515,4.488232,22.14684,533.877,0.54000664,1.1549282,102.81885,17.800875,9.166842,11.802304,17.415012,144.36084,40.639793,157.79321,845.66113,329.70078,2426.9922,1954.4617,26.164383,46.171654,2895.5027,20.773422,68.68449,565.11914,118.010315,168.3458,77.162575,388.37924,415.73825,464.77643,12.607047,96.36311,330.10678,555.00726,19.406456,157.12933,23.389515,1.698956,51.658264,1.1568742,1.2756329,4.875004,14.478639,134.6637,29.66399,19.263102,354.42764,100.71539,60.05784,78.010414,25.664366,56.013367,16.810648,11.284033,18.144375,124.2663,50.55042,21.76671,25.257383,13.118055,25.494028,23.811758,2.785109,116.488174,25.401712,299.46866,11.83072,522.1275,27.394005,612.5821,229.04028,10.076357,13.721862,313.1652,408.31342,1359.3679,507.65002 +2023-11-16 20:00:00,0.0,4369.5103,107.51765,56.117935,93.12141,57.102085,330.29077,45.16041,92.602745,25.098427,55.119953,686.58765,90.73196,25.90411,215.83803,0.8592993,0.63088644,57.759357,1.3984891,6.151021,992.7759,7.8750253,1082.6184,127.48437,0.31190637,17.1948,512.5095,45.455128,310.25308,185.31868,6044.0845,3.2210343,2709.0537,45.27679,1.0278498,1.9967891,5.9560504,268.76376,323.8376,75.811295,58.194443,40.18188,13.198161,1134.1257,27.35821,53.545647,17.009783,473.77335,21.282944,476.6904,7.662951,53.196568,0.0,854.56604,2895.351,0.4645522,229.63635,23.666803,18244.566,30.286304,0.8647025,12.616534,30.662737,6.611374,2.1056159,15.774868,400.10004,120.00881,14.9446125,0.73472613,2.4300404,115.68542,3.0315657,179.98111,264.96945,2008.9409,587.74445,100.69114,154.14548,189.31253,7.9409714,11.264254,87.73418,12.019901,17.233982,17.140934,25.809021,130.16637,17.809238,15.854139,52.380047,12.402719,3565.8518,21.591284,22.222221,17.030344,11.033135,186.96031,38.60266,17.847221,6.2046137,10.155187,14.954902,62.89812,125.66521,30.54861,153.1906,21.854494,9.578742,72.921524,48.63708,118.31913,83.48552,6.432555,3.6979165,5.1965737,25.193037,3811.1138,5.3806057,7.424279,59.366203,14.973075,150.14009,64.76389,118.23262,3.4308126,75.27639,462.9035,334.63797,41.187733,401.20572,51.319443,56.65058,84.551315,27.152882,4.4921412,22.157145,533.77423,0.54010653,1.1558981,102.867256,17.818928,9.167753,11.806942,17.416855,144.42801,40.683334,157.80238,845.8204,329.4697,2426.345,1954.1544,26.14764,46.1149,2893.378,20.782084,68.60648,564.9824,117.881386,168.19096,77.09357,387.91852,415.45972,464.7866,12.598095,96.295555,330.07394,554.69934,19.390268,157.00772,23.365278,1.6988865,51.66066,1.1568491,1.2757235,4.874291,14.472778,134.46577,29.64618,19.262037,354.19318,100.6412,60.01389,77.958336,25.644445,56.01736,16.796297,11.260649,18.1375,124.191345,50.52262,21.742994,25.283407,13.111111,25.466269,23.801851,2.7816734,116.41551,25.373053,299.28772,11.824636,521.7201,27.374529,612.99756,228.93298,10.061887,13.71647,312.856,407.95795,1358.6868,508.09024 +2023-11-16 21:00:00,0.0,4366.7764,107.410484,56.049618,93.0885,57.080315,330.3005,45.15609,92.58401,25.090275,55.11448,685.6775,90.74811,25.899216,215.73415,0.85771465,0.62916195,57.78191,1.3947977,6.1671486,992.9821,7.8956223,1083.1919,127.513084,0.31269336,17.24001,512.94055,45.46442,310.61017,185.38507,6038.8545,3.2288415,2709.0273,45.377804,1.0300547,2.0013053,5.9706535,268.70303,323.77078,75.93124,58.179165,40.181374,13.193454,1133.2161,27.421297,53.509285,16.993217,473.7696,21.263493,476.88748,7.658082,53.15874,0.0,854.32336,2893.402,0.46390733,229.487,23.649065,18230.445,30.273636,0.86444515,12.605576,30.64003,6.609512,2.1049683,15.765992,399.83533,119.88346,14.927918,0.7344584,2.4289067,115.67781,3.0282025,179.88916,265.00043,2009.2286,587.43164,100.681595,154.18182,189.51355,7.94783,11.27222,87.86982,12.042379,17.262762,17.127666,25.791199,130.22829,17.804235,15.841209,52.369507,12.404086,3566.1777,21.583761,22.220833,17.02827,11.032189,186.97263,38.60583,17.839582,6.206099,10.1487465,14.9475,62.880287,125.6182,30.546041,153.1953,21.849613,9.565437,72.85339,48.60356,118.197754,83.50126,6.4441833,3.6959374,5.195736,25.174646,3806.9712,5.389038,7.4102845,59.34993,14.967444,150.10907,64.79958,118.23499,3.431307,75.25146,462.86008,334.68582,41.157997,401.07736,51.297916,56.643616,84.517136,27.173246,4.4960504,22.167448,533.67145,0.5402065,1.156868,102.915665,17.83698,9.168663,11.811581,17.418697,144.4952,40.726875,157.81155,845.97955,329.23865,2425.698,1953.8472,26.130898,46.058144,2891.2534,20.790747,68.52847,564.84564,117.75246,168.03615,77.02456,387.45776,415.18115,464.79675,12.589143,96.228004,330.0411,554.3914,19.374079,156.8861,23.341042,1.6988169,51.663055,1.1568242,1.2758142,4.873578,14.466917,134.26787,29.62837,19.260971,353.9587,100.56701,59.96994,77.90625,25.624525,56.021355,16.781944,11.237265,18.130625,124.116394,50.494823,21.719278,25.309431,13.104167,25.43851,23.791943,2.7782376,116.34284,25.344395,299.10678,11.818554,521.3126,27.355053,613.413,228.8257,10.047417,13.711078,312.5468,407.60248,1358.0056,508.5305 +2023-11-16 22:00:00,0.0,4364.042,107.30333,55.9813,93.0556,57.05854,330.31024,45.151768,92.56527,25.082125,55.109,684.76733,90.76426,25.894321,215.63026,0.85613006,0.6274374,57.804466,1.3911064,6.1832767,993.1884,7.916219,1083.7654,127.54181,0.31348035,17.28522,513.3716,45.473717,310.9673,185.45146,6033.6245,3.236649,2709.001,45.478813,1.0322597,2.0058217,5.9852567,268.6423,323.70398,76.05117,58.163887,40.180866,13.188747,1132.3065,27.484383,53.472927,16.976654,473.76587,21.24404,477.08456,7.653213,53.12091,0.0,854.0807,2891.4534,0.46326247,229.33766,23.631327,18216.322,30.26097,0.8641878,12.594617,30.617321,6.60765,2.1043208,15.757116,399.5706,119.75811,14.911225,0.7341907,2.4277732,115.67021,3.0248394,179.79723,265.0314,2009.5164,587.1189,100.67205,154.21815,189.71458,7.9546885,11.280185,88.00547,12.0648575,17.291544,17.114397,25.773376,130.29022,17.799234,15.828279,52.35897,12.405455,3566.5037,21.576239,22.219444,17.026197,11.031242,186.98492,38.609005,17.831944,6.207585,10.142305,14.940098,62.862457,125.571205,30.543472,153.20001,21.844734,9.552132,72.78526,48.57004,118.07638,83.517,6.455811,3.6939583,5.194898,25.156256,3802.8289,5.3974705,7.3962903,59.333656,14.961814,150.07803,64.83528,118.23737,3.4318013,75.22653,462.81665,334.7337,41.128258,400.949,51.27639,56.636654,84.482956,27.193613,4.4999595,22.177753,533.56866,0.5403064,1.157838,102.96407,17.855036,9.169574,11.816219,17.42054,144.56238,40.770416,157.82072,846.1388,329.00757,2425.0508,1953.5399,26.114153,46.00139,2889.129,20.799408,68.45046,564.7089,117.62353,167.88132,76.95556,386.99704,414.90262,464.80692,12.58019,96.160446,330.00827,554.08356,19.357891,156.76448,23.316807,1.6987473,51.66545,1.1567993,1.2759048,4.872865,14.461056,134.06996,29.61056,19.259907,353.72424,100.49282,59.925995,77.854164,25.604605,56.02535,16.767593,11.213881,18.12375,124.04144,50.467026,21.695562,25.335455,13.097222,25.410753,23.782036,2.774802,116.27017,25.315735,298.92584,11.812471,520.9052,27.335579,613.8285,228.7184,10.032947,13.705686,312.23764,407.24704,1357.3245,508.97073 +2023-11-16 23:00:00,0.0,4361.308,107.19617,55.912983,93.022705,57.03677,330.31998,45.14744,92.54654,25.073973,55.103527,683.8572,90.78041,25.889427,215.52638,0.8545454,0.62571293,57.827023,1.3874149,6.1994042,993.39465,7.936816,1084.3389,127.570526,0.31426734,17.33043,513.8026,45.483013,311.32437,185.51785,6028.3945,3.2444563,2708.9746,45.579826,1.0344647,2.010338,5.99986,268.58154,323.63718,76.171104,58.148613,40.180355,13.18404,1131.397,27.547468,53.436565,16.960089,473.76215,21.224586,477.28165,7.648344,53.08308,0.0,853.83795,2889.5046,0.4626176,229.18832,23.613588,18202.2,30.2483,0.8639304,12.583657,30.594616,6.6057878,2.1036732,15.74824,399.30588,119.63276,14.894531,0.73392296,2.4266396,115.662605,3.0214763,179.70528,265.06235,2009.804,586.8061,100.6625,154.25449,189.91562,7.9615474,11.28815,88.14111,12.087336,17.320324,17.101128,25.755552,130.35214,17.794233,15.815348,52.34843,12.406822,3566.8296,21.568714,22.218056,17.024126,11.030296,186.99722,38.612175,17.824306,6.20907,10.135865,14.932696,62.844624,125.5242,30.540903,153.20471,21.839853,9.538826,72.71713,48.53652,117.955,83.532745,6.4674387,3.6919792,5.19406,25.137867,3798.6865,5.405903,7.382296,59.317387,14.9561825,150.047,64.87097,118.239746,3.4322958,75.2016,462.77325,334.78156,41.09852,400.82065,51.25486,56.62969,84.44878,27.21398,4.5038686,22.188059,533.4659,0.5404063,1.1588079,103.01248,17.873089,9.170484,11.820857,17.422384,144.62956,40.813957,157.82988,846.298,328.77652,2424.4036,1953.2325,26.09741,45.944633,2887.0042,20.808071,68.37245,564.5722,117.4946,167.72649,76.88655,386.5363,414.62405,464.81708,12.571238,96.09289,329.97543,553.77563,19.341702,156.64287,23.29257,1.6986778,51.667843,1.1567743,1.2759954,4.8721523,14.455194,133.87204,29.592749,19.258842,353.48978,100.41863,59.882046,77.802086,25.584684,56.02934,16.75324,11.1904955,18.116875,123.96649,50.439228,21.671846,25.361479,13.090278,25.382996,23.77213,2.7713664,116.1975,25.287077,298.7449,11.806389,520.49774,27.316103,614.244,228.6111,10.0184765,13.7002945,311.92847,406.89157,1356.6433,509.41095 +2023-11-17 00:00:00,0.0,4358.5737,107.08901,55.844666,92.98981,57.015,330.3297,45.14312,92.5278,25.065823,55.098053,682.947,90.79656,25.884533,215.4225,0.8529608,0.62398845,57.84958,1.3837235,6.215532,993.60095,7.9574137,1084.9125,127.59924,0.31505433,17.375639,514.23364,45.492306,311.6815,185.58424,6023.1646,3.2522635,2708.9482,45.680836,1.0366697,2.0148544,6.0144634,268.5208,323.57037,76.291046,58.133335,40.179848,13.179334,1130.4873,27.610554,53.400208,16.943525,473.75842,21.205133,477.47873,7.643475,53.045254,0.0,853.5953,2887.5557,0.46197274,229.03897,23.595848,18188.076,30.235634,0.86367303,12.572699,30.571909,6.603925,2.1030257,15.739366,399.04114,119.5074,14.877838,0.7336552,2.4255059,115.655,3.0181131,179.61333,265.09332,2010.0917,586.49335,100.65295,154.29083,190.11664,7.9684057,11.296116,88.276764,12.109814,17.349106,17.087858,25.73773,130.41408,17.78923,15.802418,52.337894,12.408191,3567.1555,21.561192,22.216667,17.022053,11.02935,187.00952,38.615345,17.816668,6.2105556,10.129424,14.925294,62.826794,125.477196,30.538332,153.20943,21.834972,9.525521,72.648994,48.503,117.833626,83.548485,6.4790664,3.69,5.193222,25.119476,3794.5442,5.414335,7.3683014,59.301113,14.950552,150.01596,64.90667,118.24213,3.43279,75.17667,462.72983,334.8294,41.068783,400.6923,51.233334,56.622726,84.4146,27.234346,4.507778,22.198362,533.3631,0.5405062,1.1597778,103.06089,17.891142,9.171394,11.825496,17.424227,144.69675,40.8575,157.83905,846.45715,328.54547,2423.7563,1952.9253,26.080667,45.88788,2884.8796,20.816732,68.29444,564.4354,117.36567,167.57167,76.81754,386.07556,414.3455,464.82724,12.562285,96.02534,329.94263,553.4677,19.325514,156.52124,23.268333,1.6986082,51.67024,1.1567494,1.2760861,4.8714395,14.449333,133.67413,29.57494,19.257778,353.2553,100.344444,59.838097,77.75,25.564762,56.033333,16.73889,11.167111,18.11,123.89154,50.41143,21.648129,25.387503,13.083333,25.355238,23.76222,2.7679307,116.12484,25.258417,298.564,11.800306,520.09033,27.296627,614.6595,228.50381,10.004006,13.694902,311.6193,406.5361,1355.9623,509.8512 +2023-11-17 01:00:00,0.0,4355.84,106.98185,55.77635,92.9569,56.99323,330.33948,45.138798,92.50907,25.05767,55.092575,682.0369,90.81271,25.879639,215.31862,0.85137624,0.62226397,57.872135,1.3800322,6.2316594,993.80725,7.9780107,1085.486,127.62796,0.31584132,17.420849,514.6647,45.501602,312.03857,185.65063,6017.9346,3.260071,2708.9219,45.78185,1.0388746,2.0193706,6.0290666,268.46005,323.50357,76.41098,58.118057,40.17934,13.174626,1129.5778,27.67364,53.363846,16.92696,473.7547,21.18568,477.6758,7.638606,53.007423,0.0,853.3526,2885.607,0.46132788,228.88963,23.57811,18173.955,30.222965,0.86341566,12.56174,30.549202,6.602063,2.1023781,15.73049,398.77643,119.38205,14.861144,0.73338753,2.4243722,115.6474,3.01475,179.5214,265.1243,2010.3794,586.18054,100.6434,154.32716,190.31767,7.975264,11.304081,88.41241,12.132291,17.377886,17.074589,25.719906,130.47601,17.78423,15.789487,52.32736,12.409558,3567.4814,21.553667,22.215279,17.01998,11.028403,187.02182,38.618515,17.809029,6.212041,10.122984,14.917892,62.808964,125.43019,30.535763,153.21413,21.830093,9.512216,72.580864,48.46948,117.71225,83.564224,6.490694,3.6880207,5.1923842,25.101086,3790.4019,5.422767,7.354307,59.28484,14.9449215,149.98492,64.94236,118.2445,3.4332843,75.15174,462.6864,334.8773,41.039043,400.56396,51.211807,56.61576,84.38042,27.254713,4.5116873,22.208668,533.2603,0.5406061,1.1607476,103.1093,17.909197,9.172304,11.830133,17.42607,144.76393,40.901043,157.84822,846.6164,328.3144,2423.1091,1952.618,26.063925,45.831123,2882.7551,20.825396,68.21644,564.2987,117.23673,167.41684,76.748535,385.6148,414.06696,464.8374,12.553333,95.95778,329.9098,553.1598,19.309324,156.39963,23.244097,1.6985385,51.672634,1.1567243,1.2761767,4.8707266,14.443472,133.47623,29.557129,19.256712,353.02084,100.27025,59.794147,77.697914,25.544842,56.037327,16.724537,11.143727,18.103125,123.81659,50.383633,21.624413,25.413527,13.076389,25.32748,23.752314,2.764495,116.05217,25.22976,298.38306,11.794224,519.68286,27.277153,615.07495,228.39651,9.989536,13.68951,311.31012,406.18063,1355.2811,510.2914 +2023-11-17 02:00:00,0.0,4353.1055,106.874695,55.70803,92.924,56.97146,330.3492,45.13447,92.49033,25.049519,55.0871,681.1268,90.828865,25.874743,215.21474,0.8497916,0.6205395,57.894688,1.3763407,6.247787,994.0135,7.9986076,1086.0594,127.65668,0.3166283,17.466059,515.0957,45.510895,312.39566,185.71701,6012.7046,3.2678783,2708.8955,45.88286,1.0410796,2.023887,6.0436697,268.39932,323.43677,76.53092,58.10278,40.178833,13.16992,1128.6682,27.736725,53.327488,16.910395,473.75098,21.166227,477.8729,7.633737,52.969597,0.0,853.11,2883.6582,0.46068302,228.74028,23.560371,18159.832,30.210299,0.8631583,12.55078,30.526495,6.600201,2.1017306,15.721614,398.51172,119.2567,14.844451,0.7331198,2.4232385,115.63979,3.0113869,179.42944,265.15527,2010.667,585.86774,100.63385,154.36351,190.51869,7.982123,11.312046,88.54805,12.154769,17.406666,17.06132,25.702084,130.53793,17.779226,15.776556,52.31682,12.410927,3567.8074,21.546144,22.213888,17.017906,11.027457,187.03413,38.621685,17.80139,6.2135267,10.116543,14.91049,62.79113,125.383194,30.533194,153.21884,21.825212,9.49891,72.51273,48.43596,117.59087,83.57996,6.502322,3.6860416,5.191546,25.082697,3786.2593,5.4311996,7.340313,59.268566,14.939291,149.95389,64.97806,118.24688,3.4337788,75.12681,462.64297,334.92514,41.009304,400.4356,51.190277,56.608795,84.34624,27.275078,4.5155964,22.218971,533.15753,0.540706,1.1617175,103.157715,17.92725,9.173215,11.834772,17.427912,144.83112,40.944584,157.85739,846.7755,328.08334,2422.4622,1952.3108,26.047182,45.77437,2880.6304,20.834057,68.13843,564.162,117.1078,167.26201,76.679535,385.15408,413.7884,464.84756,12.54438,95.89022,329.87695,552.85187,19.293137,156.278,23.219862,1.6984689,51.67503,1.1566994,1.2762673,4.8700137,14.437612,133.2783,29.539318,19.255648,352.78638,100.19606,59.7502,77.645836,25.524921,56.04132,16.710186,11.120343,18.09625,123.74163,50.355835,21.600697,25.439548,13.069445,25.29972,23.742407,2.7610593,115.9795,25.2011,298.20212,11.788141,519.27545,27.257677,615.4904,228.28922,9.975066,13.684118,311.00095,405.82516,1354.6,510.73166 +2023-11-17 03:00:00,0.0,4350.3716,106.76753,55.639713,92.891106,56.949688,330.35895,45.13015,92.471596,25.041368,55.081627,680.2166,90.845024,25.869848,215.11086,0.848207,0.618815,57.917244,1.3726493,6.2639146,994.2198,8.019205,1086.633,127.685394,0.31741527,17.511269,515.52673,45.52019,312.75278,185.7834,6007.4746,3.2756858,2708.8694,45.98387,1.0432847,2.0284033,6.0582733,268.33856,323.36996,76.650856,58.0875,40.17832,13.165213,1127.7587,27.79981,53.291126,16.893831,473.74725,21.146774,478.06995,7.628868,52.931767,0.0,852.8673,2881.7092,0.46003816,228.59094,23.542633,18145.709,30.19763,0.8629009,12.539822,30.503788,6.598339,2.101083,15.712738,398.24698,119.13135,14.827757,0.7328521,2.4221048,115.63219,3.0080237,179.3375,265.18625,2010.9547,585.555,100.6243,154.39984,190.71973,7.9889812,11.320012,88.6837,12.177247,17.435448,17.04805,25.68426,130.59987,17.774225,15.763625,52.306282,12.412294,3568.1333,21.538622,22.2125,17.015835,11.026511,187.04643,38.624855,17.79375,6.215012,10.110103,14.903089,62.7733,125.33619,30.530624,153.22354,21.820332,9.485604,72.444595,48.402435,117.4695,83.5957,6.51395,3.6840625,5.190708,25.064306,3782.117,5.439632,7.3263183,59.252293,14.93366,149.92285,65.01375,118.24925,3.434273,75.101875,462.59955,334.97302,40.979565,400.30725,51.16875,56.601833,84.31206,27.295444,4.5195055,22.229277,533.05475,0.5408059,1.1626874,103.20612,17.945303,9.174126,11.83941,17.429754,144.8983,40.988125,157.86656,846.93475,327.85226,2421.815,1952.0035,26.03044,45.717613,2878.5059,20.84272,68.06042,564.0252,116.978874,167.1072,76.61053,384.69333,413.50986,464.85773,12.535428,95.82267,329.84412,552.54395,19.276947,156.15639,23.195625,1.6983994,51.677425,1.1566745,1.276358,4.869301,14.43175,133.0804,29.52151,19.254583,352.55194,100.12187,59.706253,77.59375,25.505001,56.04531,16.695833,11.096959,18.089375,123.66668,50.328037,21.57698,25.465572,13.0625,25.271963,23.732498,2.7576237,115.90684,25.17244,298.02118,11.782059,518.868,27.238201,615.9059,228.18192,9.960596,13.678727,310.69177,405.46973,1353.9188,511.17188 +2023-11-17 04:00:00,0.0,4347.6377,106.66038,55.571396,92.8582,56.927917,330.36868,45.125828,92.452866,25.033216,55.07615,679.30646,90.861176,25.864954,215.00697,0.84662235,0.6170905,57.9398,1.368958,6.280042,994.426,8.039802,1087.2065,127.71412,0.31820226,17.556477,515.95776,45.529488,313.10986,185.8498,6002.2446,3.283493,2708.843,46.08488,1.0454897,2.0329196,6.072876,268.27783,323.30316,76.77079,58.072224,40.177814,13.160506,1126.849,27.862896,53.25477,16.877266,473.74353,21.127323,478.26703,7.623999,52.89394,0.0,852.62463,2879.7605,0.4593933,228.44159,23.524895,18131.586,30.184963,0.86264354,12.528863,30.481083,6.596477,2.1004353,15.703862,397.98227,119.00599,14.811064,0.73258436,2.4209712,115.62459,3.0046606,179.24556,265.21722,2011.2423,585.2422,100.61475,154.43617,190.92076,7.99584,11.327977,88.81934,12.199725,17.464228,17.034782,25.666437,130.66179,17.769224,15.750695,52.295742,12.413663,3568.4592,21.531097,22.211111,17.013762,11.025564,187.05873,38.62803,17.786112,6.2164974,10.103662,14.895686,62.755466,125.289185,30.528055,153.22824,21.815453,9.4723,72.376465,48.368916,117.34812,83.61144,6.5255775,3.6820834,5.1898704,25.045916,3777.9746,5.4480643,7.312324,59.23602,14.928029,149.89182,65.049446,118.25163,3.4347675,75.07694,462.55612,335.02087,40.94983,400.1789,51.14722,56.594868,84.27788,27.315811,4.523415,22.23958,532.95197,0.5409058,1.1636574,103.25453,17.963356,9.175035,11.8440485,17.431597,144.96547,41.031666,157.87573,847.094,327.62122,2421.1677,1951.6962,26.013695,45.66086,2876.3813,20.851383,67.98241,563.8885,116.849945,166.95236,76.54152,384.2326,413.2313,464.8679,12.526476,95.75511,329.81128,552.236,19.26076,156.03476,23.171389,1.6983298,51.679817,1.1566495,1.2764486,4.868588,14.425889,132.88249,29.503698,19.253517,352.31747,100.04768,59.662304,77.541664,25.48508,56.049305,16.681482,11.073575,18.0825,123.59173,50.30024,21.553265,25.491596,13.055555,25.244205,23.722591,2.754188,115.83417,25.143782,297.84024,11.775976,518.4606,27.218725,616.32135,228.07463,9.946127,13.673335,310.38257,405.11426,1353.2377,511.61212 +2023-11-17 05:00:00,0.0,4344.9033,106.553215,55.50308,92.8253,56.906147,330.37842,45.121502,92.43413,25.025066,55.070675,678.3963,90.87733,25.86006,214.9031,0.84503776,0.61536604,57.962357,1.3652666,6.2961698,994.6323,8.060399,1087.78,127.742836,0.31898925,17.601686,516.3888,45.53878,313.46698,185.91618,5997.0146,3.2913003,2708.8167,46.185894,1.0476947,2.0374358,6.0874796,268.2171,323.23636,76.89073,58.056946,40.177307,13.155799,1125.9395,27.925982,53.218407,16.860703,473.7398,21.10787,478.4641,7.61913,52.85611,0.0,852.38196,2877.8118,0.45874843,228.29225,23.507156,18117.465,30.172295,0.86238617,12.517903,30.458376,6.594615,2.0997877,15.694987,397.71753,118.88064,14.79437,0.7323166,2.4198377,115.61698,3.0012975,179.15361,265.2482,2011.53,584.92944,100.60521,154.47252,191.12178,8.002698,11.335942,88.954994,12.222203,17.49301,17.021513,25.648613,130.72372,17.764221,15.737764,52.285206,12.4150305,3568.7852,21.523575,22.209723,17.011688,11.024618,187.07103,38.6312,17.778473,6.217983,10.097221,14.888284,62.737637,125.24218,30.525486,153.23296,21.810572,9.458994,72.308334,48.335396,117.226746,83.62719,6.537205,3.680104,5.189032,25.027527,3773.8323,5.4564962,7.29833,59.219746,14.922399,149.86078,65.08514,118.254005,3.4352617,75.05202,462.51273,335.06876,40.92009,400.05057,51.125694,56.587906,84.2437,27.336178,4.527324,22.249886,532.84924,0.5410057,1.1646273,103.30294,17.981411,9.175946,11.848687,17.43344,145.03265,41.075207,157.8849,847.2532,327.39017,2420.5205,1951.3889,25.996952,45.604103,2874.2568,20.860044,67.904396,563.7518,116.721016,166.79753,76.47251,383.77185,412.95276,464.87805,12.517524,95.68755,329.77844,551.9281,19.24457,155.91315,23.147154,1.6982602,51.682213,1.1566246,1.2765392,4.867875,14.420028,132.68457,29.485888,19.252453,352.083,99.97349,59.618355,77.489586,25.46516,56.0533,16.66713,11.05019,18.075624,123.51678,50.27244,21.529549,25.51762,13.048611,25.216448,23.712685,2.7507522,115.7615,25.115122,297.6593,11.769894,518.0531,27.199251,616.7368,227.96733,9.931657,13.667943,310.0734,404.7588,1352.5565,512.05237 +2023-11-17 06:00:00,0.0,4342.1694,106.44606,55.43476,92.792404,56.884377,330.38818,45.11718,92.4154,25.016914,55.0652,677.4862,90.89348,25.855165,214.79922,0.84345317,0.6136415,57.984913,1.3615751,6.312298,994.8386,8.080996,1088.3535,127.77155,0.31977624,17.646896,516.8198,45.548077,313.82407,185.98257,5991.7847,3.2991078,2708.7903,46.286903,1.0498996,2.0419521,6.1020827,268.15634,323.16956,77.010666,58.041668,40.1768,13.151093,1125.0299,27.989067,53.18205,16.844137,473.73605,21.088417,478.6612,7.614261,52.81828,0.0,852.1393,2875.8628,0.45810357,228.14291,23.489418,18103.342,30.159628,0.8621288,12.506945,30.435669,6.5927525,2.0991402,15.686111,397.45282,118.75529,14.777677,0.7320489,2.418704,115.609375,2.9979343,179.06166,265.27917,2011.8177,584.61664,100.59566,154.50885,191.32281,8.009557,11.343908,89.09064,12.244681,17.52179,17.008244,25.63079,130.78564,17.75922,15.7248335,52.274666,12.416399,3569.111,21.516052,22.208334,17.009617,11.023672,187.08333,38.63437,17.770834,6.219468,10.09078,14.880882,62.719807,125.195175,30.522917,153.23766,21.80569,9.445688,72.240204,48.301872,117.10537,83.64293,6.548833,3.678125,5.1881943,25.009136,3769.69,5.4649286,7.284335,59.203472,14.916768,149.82974,65.120834,118.256386,3.4357562,75.027084,462.4693,335.1166,40.89035,399.9222,51.104168,56.58094,84.20952,27.356544,4.5312333,22.260191,532.74646,0.5411056,1.1655972,103.35135,17.999464,9.176856,11.853325,17.435284,145.09984,41.11875,157.89407,847.41235,327.1591,2419.8733,1951.0817,25.98021,45.547348,2872.132,20.868708,67.826385,563.615,116.59208,166.6427,76.40351,383.3111,412.6742,464.8882,12.508571,95.62,329.7456,551.6202,19.228382,155.79152,23.122917,1.6981907,51.68461,1.1565996,1.2766299,4.867162,14.414166,132.48666,29.468079,19.251389,351.84854,99.8993,59.574406,77.4375,25.44524,56.057293,16.652779,11.026806,18.06875,123.441826,50.244644,21.50583,25.543644,13.041667,25.18869,23.702776,2.7473166,115.688835,25.086464,297.47836,11.76381,517.6457,27.179775,617.1523,227.86003,9.917187,13.662551,309.76422,404.40332,1351.8754,512.4926 +2023-11-17 07:00:00,0.0,4339.435,106.338905,55.366444,92.7595,56.862606,330.39792,45.112858,92.39666,25.008762,55.059723,676.57605,90.90963,25.850271,214.69534,0.8418685,0.611917,58.007465,1.3578838,6.3284254,995.04486,8.101593,1088.9271,127.80027,0.32056323,17.692106,517.25085,45.55737,314.18118,186.04897,5986.5547,3.306915,2708.764,46.387917,1.0521046,2.0464685,6.116686,268.0956,323.10275,77.13061,58.02639,40.176292,13.146385,1124.1202,28.052153,53.145687,16.827574,473.73236,21.068964,478.85828,7.609392,52.780453,0.0,851.8966,2873.914,0.45745873,227.99356,23.47168,18089.219,30.14696,0.8618714,12.495985,30.41296,6.5908904,2.0984926,15.677236,397.18808,118.62994,14.7609825,0.7317812,2.4175704,115.60177,2.9945712,178.96973,265.31015,2012.1053,584.3039,100.586105,154.54518,191.52383,8.016416,11.351873,89.22629,12.2671585,17.550571,16.994974,25.612968,130.84758,17.75422,15.711904,52.26413,12.417767,3569.437,21.508528,22.206944,17.007544,11.022725,187.09564,38.63754,17.763195,6.220954,10.08434,14.87348,62.701973,125.14818,30.520346,153.24237,21.800812,9.432384,72.172066,48.268353,116.983986,83.65867,6.560461,3.6761458,5.1873565,24.990746,3765.5476,5.473361,7.270341,59.1872,14.911137,149.7987,65.15653,118.25876,3.4362504,75.00215,462.42587,335.1645,40.860615,399.79385,51.082638,56.57398,84.17534,27.37691,4.5351424,22.270494,532.6437,0.5412055,1.1665671,103.39976,18.017517,9.177767,11.857964,17.437126,145.16702,41.162292,157.90324,847.5716,326.92804,2419.2263,1950.7744,25.963467,45.490593,2870.0076,20.877369,67.74838,563.4783,116.46315,166.48788,76.3345,382.85037,412.39566,464.89838,12.499619,95.552444,329.71277,551.3123,19.212193,155.6699,23.09868,1.6981211,51.687004,1.1565746,1.2767205,4.8664494,14.408306,132.28876,29.450268,19.250324,351.61407,99.82511,59.530457,77.385414,25.425318,56.061283,16.638426,11.003422,18.061874,123.366875,50.216846,21.482115,25.569668,13.034722,25.160933,23.69287,2.743881,115.616165,25.057804,297.29742,11.757728,517.2382,27.1603,617.56775,227.75275,9.902717,13.657159,309.45505,404.04788,1351.1942,512.9328 +2023-11-17 08:00:00,0.0,4336.701,106.23174,55.298126,92.7266,56.840836,330.40765,45.108532,92.37793,25.000612,55.05425,675.6659,90.92578,25.845377,214.59146,0.84028393,0.61019254,58.03002,1.3541924,6.344553,995.25116,8.12219,1089.5006,127.82899,0.32135022,17.737316,517.6819,45.566666,314.53827,186.11536,5981.325,3.3147225,2708.7375,46.488926,1.0543096,2.0509849,6.131289,268.03485,323.03595,77.25054,58.011112,40.17578,13.141679,1123.2107,28.11524,53.10933,16.811008,473.72864,21.049511,479.05536,7.604523,52.742622,0.0,851.65393,2871.9653,0.45681387,227.84422,23.45394,18075.098,30.134293,0.86161405,12.485026,30.390255,6.5890284,2.097845,15.66836,396.92337,118.504585,14.744289,0.7315135,2.4164367,115.59417,2.991208,178.87778,265.3411,2012.3931,583.9911,100.57656,154.58153,191.72487,8.023273,11.3598385,89.36193,12.289637,17.579351,16.981705,25.595144,130.90952,17.749216,15.698973,52.25359,12.419135,3569.763,21.501005,22.205555,17.00547,11.021779,187.10794,38.64071,17.755556,6.2224393,10.077899,14.866078,62.684143,125.10117,30.517776,153.24707,21.79593,9.419078,72.103935,48.234833,116.86261,83.67441,6.5720887,3.6741667,5.186518,24.972355,3761.405,5.4817934,7.2563467,59.170925,14.905506,149.76767,65.19222,118.26114,3.4367447,74.97723,462.38245,335.21234,40.830875,399.6655,51.06111,56.567013,84.14116,27.397276,4.539052,22.2808,532.5409,0.5413054,1.167537,103.448166,18.03557,9.178677,11.862601,17.438969,145.2342,41.205833,157.91241,847.7308,326.69696,2418.579,1950.4672,25.946724,45.433838,2867.883,20.886032,67.67037,563.34155,116.33422,166.33305,76.265495,382.38962,412.1171,464.90854,12.490666,95.484886,329.67993,551.0044,19.196005,155.5483,23.074446,1.6980515,51.6894,1.1565497,1.2768111,4.865737,14.402445,132.09085,29.432457,19.249258,351.3796,99.75092,59.48651,77.333336,25.405397,56.065277,16.624075,10.980038,18.055,123.29192,50.18905,21.458399,25.595692,13.027778,25.133175,23.682962,2.7404454,115.543495,25.029146,297.1165,11.751645,516.8308,27.140823,617.9833,227.64545,9.888247,13.651768,309.14587,403.6924,1350.5132,513.37305 +2023-11-17 09:00:00,0.0,4333.967,106.12459,55.22981,92.6937,56.81906,330.4174,45.10421,92.35919,24.99246,55.048775,674.75574,90.94193,25.840483,214.48758,0.83869934,0.60846806,58.052578,1.350501,6.3606806,995.4574,8.142787,1090.0741,127.857704,0.3221372,17.782526,518.1129,45.575962,314.89536,186.18173,5976.095,3.3225298,2708.7112,46.58994,1.0565146,2.055501,6.145892,267.97412,322.96915,77.370476,57.995834,40.175274,13.136971,1122.3011,28.178326,53.072968,16.794443,473.72488,21.030058,479.25244,7.599654,52.704796,0.0,851.41125,2870.0164,0.456169,227.69487,23.436201,18060.975,30.121626,0.8613567,12.474068,30.367548,6.5871663,2.0971975,15.659484,396.65866,118.37923,14.727595,0.73124576,2.415303,115.58656,2.987845,178.78583,265.37207,2012.6808,583.67834,100.56701,154.61786,191.9259,8.030132,11.367805,89.497574,12.312115,17.608133,16.968435,25.57732,130.97144,17.744215,15.686042,52.243053,12.420503,3570.0889,21.49348,22.204166,17.003397,11.020833,187.12024,38.64388,17.747917,6.2239246,10.071459,14.858676,62.66631,125.05417,30.515207,153.25179,21.79105,9.405772,72.035805,48.201313,116.741234,83.69015,6.5837164,3.6721876,5.1856804,24.953966,3757.2627,5.490226,7.242352,59.15465,14.899876,149.73663,65.22792,118.26351,3.4372392,74.95229,462.33902,335.26022,40.801136,399.53714,51.039585,56.56005,84.10698,27.417643,4.542961,22.291103,532.4381,0.5414053,1.1685069,103.496574,18.053625,9.179587,11.86724,17.440811,145.30139,41.249374,157.92159,847.89,326.4659,2417.932,1950.1598,25.92998,45.377083,2865.7583,20.894693,67.59236,563.2048,116.20529,166.17822,76.196495,381.9289,411.83853,464.9187,12.481714,95.417336,329.6471,550.6965,19.179815,155.42667,23.050209,1.6979818,51.69179,1.1565247,1.2769018,4.865024,14.396584,131.89293,29.414648,19.248194,351.14514,99.676735,59.442562,77.28125,25.385477,56.06927,16.609722,10.956654,18.048124,123.21697,50.16125,21.434683,25.621714,13.020833,25.105415,23.673054,2.7370095,115.47083,25.000486,296.93555,11.745563,516.4234,27.12135,618.39874,227.53815,9.873776,13.646376,308.8367,403.33694,1349.832,513.8133 +2023-11-17 10:00:00,0.0,4331.233,106.017426,55.16149,92.6608,56.79729,330.42712,45.099888,92.340454,24.98431,55.043297,673.84564,90.958084,25.835588,214.3837,0.8371147,0.6067436,58.075134,1.3468096,6.376808,995.6637,8.163384,1090.6477,127.88642,0.32292417,17.827736,518.54395,45.585255,315.25247,186.24812,5970.865,3.330337,2708.6848,46.69095,1.0587195,2.0600173,6.1604958,267.91336,322.90234,77.49042,57.980556,40.174767,13.132265,1121.3916,28.241411,53.03661,16.77788,473.72116,21.010605,479.4495,7.594785,52.666965,0.0,851.1686,2868.0676,0.45552415,227.54553,23.418463,18046.852,30.108957,0.8610993,12.463108,30.344841,6.5853043,2.09655,15.650609,396.39392,118.253876,14.710902,0.730978,2.4141693,115.57896,2.9844818,178.6939,265.40305,2012.9684,583.36554,100.557465,154.6542,192.12692,8.036991,11.37577,89.633224,12.334593,17.636913,16.955166,25.559498,131.03337,17.739212,15.673111,52.232513,12.421871,3570.4148,21.485958,22.202778,17.001326,11.019886,187.13254,38.647053,17.740278,6.22541,10.065018,14.8512745,62.64848,125.007164,30.512638,153.25648,21.786171,9.392467,71.96767,48.16779,116.61986,83.70589,6.595344,3.6702082,5.1848426,24.935575,3753.1204,5.4986577,7.228358,59.138382,14.894244,149.7056,65.26361,118.26589,3.4377334,74.92736,462.2956,335.30807,40.7714,399.4088,51.018055,56.553085,84.0728,27.43801,4.54687,22.301409,532.3353,0.5415052,1.1694769,103.54498,18.071678,9.180498,11.871878,17.442654,145.36858,41.292915,157.93076,848.0492,326.23486,2417.2847,1949.8525,25.913237,45.320328,2863.6338,20.903357,67.51435,563.06805,116.07636,166.0234,76.12749,381.46814,411.56,464.92886,12.472761,95.34978,329.61426,550.38855,19.163628,155.30505,23.025972,1.6979123,51.694187,1.1564997,1.2769924,4.864311,14.390722,131.69502,29.396837,19.24713,350.91068,99.60254,59.398613,77.229164,25.365557,56.073265,16.595371,10.933269,18.04125,123.14202,50.133453,21.410967,25.647738,13.013889,25.077658,23.663147,2.733574,115.39816,24.971828,296.7546,11.73948,516.0159,27.101873,618.8142,227.43086,9.859306,13.640984,308.52753,402.98148,1349.1509,514.25354 +2023-11-17 11:00:00,0.0,4328.4985,105.91027,55.093174,92.6279,56.77552,330.43686,45.095562,92.321724,24.976158,55.037823,672.9355,90.97424,25.830694,214.27982,0.8355301,0.6050191,58.09769,1.3431182,6.3929358,995.87,8.183981,1091.2212,127.915146,0.32371116,17.872946,518.975,45.59455,315.60956,186.31451,5965.6353,3.3381445,2708.6584,46.79196,1.0609245,2.0645337,6.175099,267.85263,322.83554,77.61035,57.96528,40.17426,13.127558,1120.4819,28.304497,53.000248,16.761314,473.71747,20.991154,479.64658,7.589916,52.62914,0.0,850.9259,2866.119,0.45487928,227.3962,23.400724,18032.729,30.09629,0.8608419,12.452149,30.322134,6.583442,2.0959024,15.641733,396.1292,118.128525,14.694208,0.7307103,2.4130356,115.57136,2.9811187,178.60194,265.43402,2013.2561,583.05273,100.54791,154.69054,192.32796,8.04385,11.383736,89.76887,12.357071,17.665693,16.941898,25.541676,131.09529,17.734211,15.660181,52.221977,12.423239,3570.7407,21.478436,22.20139,16.999252,11.01894,187.14484,38.650223,17.73264,6.2268953,10.058578,14.843872,62.63065,124.96017,30.510069,153.2612,21.78129,9.379162,71.899536,48.13427,116.49848,83.72163,6.606972,3.668229,5.1840043,24.917185,3748.978,5.50709,7.2143636,59.12211,14.888614,149.67458,65.29931,118.268265,3.438228,74.902435,462.2522,335.35593,40.74166,399.28046,50.99653,56.546124,84.03862,27.458374,4.5507793,22.311712,532.23254,0.5416051,1.1704468,103.59339,18.089731,9.181408,11.876516,17.444496,145.43576,41.33646,157.93991,848.2084,326.00378,2416.6375,1949.5453,25.896494,45.263573,2861.5093,20.912018,67.43634,562.9313,115.947426,165.86858,76.05848,381.00742,411.28143,464.93903,12.463809,95.28223,329.58142,550.0806,19.147438,155.18343,23.001736,1.6978427,51.696583,1.1564748,1.277083,4.8635983,14.384861,131.49712,29.379028,19.246065,350.6762,99.52835,59.354664,77.177086,25.345636,56.077255,16.581018,10.909884,18.034374,123.06706,50.105656,21.38725,25.673761,13.006945,25.0499,23.65324,2.7301383,115.32549,24.943169,296.57367,11.7333975,515.6085,27.082397,619.2297,227.32356,9.844836,13.6355915,308.21835,402.626,1348.4697,514.6938 +2023-11-17 12:00:00,0.0,4325.7646,105.80311,55.024857,92.595,56.75375,330.44662,45.09124,92.302986,24.968006,55.03235,672.0253,90.990395,25.825798,214.17593,0.8339455,0.6032946,58.120243,1.3394268,6.4090633,996.07623,8.204578,1091.7947,127.94386,0.32449815,17.918156,519.406,45.603844,315.96667,186.3809,5960.4053,3.3459518,2708.632,46.89297,1.0631295,2.06905,6.189702,267.79187,322.76874,77.73029,57.95,40.173748,13.122851,1119.5724,28.367582,52.96389,16.744751,473.71368,20.9717,479.84366,7.5850472,52.59131,0.0,850.6832,2864.17,0.45423442,227.24684,23.382986,18018.607,30.083622,0.8605845,12.441191,30.299427,6.5815797,2.095255,15.632857,395.86447,118.003174,14.677515,0.7304426,2.4119022,115.56375,2.9777555,178.51,265.465,2013.5437,582.74,100.53837,154.72687,192.52899,8.050708,11.391701,89.90452,12.379549,17.694475,16.928629,25.523851,131.15723,17.72921,15.64725,52.21144,12.424607,3571.0667,21.470911,22.2,16.997179,11.017994,187.15715,38.653393,17.725,6.228381,10.052136,14.836471,62.612816,124.91316,30.5075,153.2659,21.77641,9.365856,71.831406,48.10075,116.377106,83.73737,6.6186,3.66625,5.1831665,24.898796,3744.8357,5.5155225,7.200369,59.105835,14.882983,149.64354,65.335,118.270645,3.4387221,74.8775,462.20877,335.4038,40.71192,399.1521,50.975,56.539158,84.00444,27.47874,4.5546885,22.322018,532.12976,0.541705,1.1714166,103.6418,18.107784,9.182319,11.881155,17.446339,145.50293,41.38,157.94908,848.3676,325.77274,2415.9905,1949.238,25.879751,45.206818,2859.3845,20.920681,67.35833,562.79456,115.8185,165.71375,75.98947,380.54666,411.0029,464.9492,12.454857,95.21467,329.5486,549.7727,19.13125,155.06181,22.9775,1.6977731,51.69898,1.1564498,1.2771738,4.8628855,14.379,131.2992,29.361217,19.244999,350.44174,99.45416,59.310715,77.125,25.325716,56.08125,16.566668,10.8865,18.0275,122.99211,50.077858,21.363533,25.699785,13.0,25.022142,23.643332,2.7267027,115.25282,24.91451,296.39276,11.727315,515.20105,27.062922,619.64514,227.21626,9.830366,13.6302,307.90915,402.27057,1347.7886,515.134 +2023-11-17 13:00:00,0.0,4323.031,105.69595,54.95654,92.562096,56.73198,330.45636,45.086918,92.284256,24.959856,55.02687,671.1152,91.006546,25.820904,214.07205,0.83236086,0.6015701,58.1428,1.3357354,6.425191,996.28253,8.225176,1092.3682,127.97258,0.32528514,17.963366,519.83704,45.61314,316.32376,186.4473,5955.1753,3.3537593,2708.6057,46.993984,1.0653346,2.0735664,6.2043056,267.73114,322.70197,77.85023,57.934723,40.17324,13.118145,1118.6628,28.430668,52.92753,16.728186,473.70996,20.952248,480.04074,7.5801783,52.55348,0.0,850.44055,2862.2212,0.45358956,227.0975,23.365248,18004.484,30.070955,0.8603271,12.430231,30.276722,6.5797176,2.094607,15.623981,395.59976,117.877815,14.660821,0.7301749,2.4107685,115.556145,2.9743924,178.41806,265.49597,2013.8314,582.4272,100.52882,154.76321,192.73001,8.057567,11.399666,90.04016,12.402026,17.723255,16.91536,25.50603,131.21915,17.724207,15.634319,52.2009,12.425975,3571.3926,21.463388,22.19861,16.995106,11.017048,187.16945,38.656563,17.717361,6.2298665,10.045696,14.829068,62.594986,124.86616,30.50493,153.2706,21.77153,9.3525505,71.763275,48.067226,116.25573,83.75311,6.6302276,3.6642709,5.1823287,24.880405,3740.6934,5.523955,7.1863747,59.08956,14.877353,149.6125,65.3707,118.27302,3.4392166,74.85257,462.16534,335.45166,40.682182,399.02374,50.953472,56.532196,83.97026,27.499107,4.558598,22.332323,532.027,0.5418049,1.1723865,103.69021,18.12584,9.1832285,11.885793,17.448183,145.57011,41.423542,157.95825,848.5268,325.54166,2415.3433,1948.9307,25.863008,45.150063,2857.26,20.929344,67.28033,562.65784,115.68957,165.55893,75.92047,380.08594,410.72433,464.95935,12.445905,95.14711,329.51578,549.4648,19.115063,154.94019,22.953264,1.6977036,51.70137,1.1564249,1.2772644,4.8621726,14.373139,131.10129,29.343407,19.243935,350.20728,99.379974,59.266766,77.072914,25.305794,56.085243,16.552315,10.863116,18.020624,122.91716,50.05006,21.339817,25.72581,12.993055,24.994385,23.633425,2.7232668,115.18016,24.88585,296.21182,11.721232,514.79364,27.043447,620.0606,227.10896,9.815896,13.624808,307.59998,401.9151,1347.1074,515.5742 +2023-11-17 14:00:00,0.0,4320.2964,105.58879,54.88822,92.5292,56.71021,330.4661,45.082596,92.26552,24.951704,55.021397,670.205,91.0227,25.81601,213.96819,0.8307763,0.5998456,58.165356,1.332044,6.441319,996.4888,8.245772,1092.9418,128.0013,0.32607213,18.008575,520.26807,45.622437,316.68085,186.51369,5949.9453,3.3615665,2708.5796,47.094994,1.0675396,2.0780826,6.2189083,267.6704,322.63516,77.97016,57.919445,40.172733,13.113438,1117.7532,28.493753,52.89117,16.711622,473.70627,20.932795,480.23782,7.5753093,52.51565,0.0,850.1979,2860.2725,0.4529447,226.94815,23.34751,17990.361,30.058287,0.86006975,12.419272,30.254015,6.5778556,2.0939596,15.615106,395.33505,117.752464,14.644128,0.72990716,2.4096348,115.548546,2.9710295,178.32611,265.52695,2014.1191,582.11444,100.519264,154.79955,192.93105,8.064425,11.407632,90.17581,12.424504,17.752037,16.90209,25.488205,131.28108,17.719206,15.621388,52.190365,12.427343,3571.7185,21.455864,22.197222,16.993034,11.016101,187.18175,38.659733,17.709723,6.231352,10.039255,14.821667,62.577152,124.81915,30.502361,153.27531,21.76665,9.339246,71.69514,48.033707,116.13435,83.76885,6.6418552,3.6622915,5.1814904,24.862015,3736.5508,5.5323873,7.1723804,59.073288,14.871721,149.58147,65.40639,118.2754,3.4397109,74.827644,462.12192,335.49954,40.652447,398.8954,50.931946,56.52523,83.93608,27.519474,4.562507,22.342627,531.9242,0.54190487,1.1733564,103.73862,18.143892,9.184139,11.890431,17.450026,145.6373,41.467083,157.96742,848.68604,325.3106,2414.696,1948.6234,25.846264,45.093307,2855.1355,20.938005,67.20232,562.52106,115.56064,165.4041,75.85146,379.62518,410.4458,464.9695,12.436952,95.07956,329.48294,549.15686,19.098873,154.81857,22.929028,1.697634,51.703766,1.1564,1.277355,4.8614597,14.367278,130.90338,29.325598,19.24287,349.9728,99.305786,59.22282,77.020836,25.285873,56.089237,16.537964,10.839732,18.01375,122.84221,50.022263,21.316101,25.751833,12.986111,24.966627,23.623518,2.7198312,115.10749,24.857193,296.03088,11.71515,514.38617,27.023972,620.4761,227.00168,9.801426,13.619416,307.2908,401.55963,1346.4263,516.01447 +2023-11-17 15:00:00,0.0,4317.5625,105.481636,54.819904,92.4963,56.68844,330.47583,45.07827,92.24678,24.943552,55.015923,669.2949,91.03885,25.811115,213.8643,0.8291916,0.5981211,58.187912,1.3283526,6.4574466,996.69507,8.26637,1093.5153,128.03001,0.32685912,18.053785,520.6991,45.63173,317.03796,186.58008,5944.7153,3.3693738,2708.5532,47.196007,1.0697445,2.082599,6.233512,267.60965,322.56836,78.0901,57.904167,40.172226,13.108731,1116.8436,28.556839,52.85481,16.695057,473.7025,20.913342,480.4349,7.5704403,52.47782,0.0,849.9552,2858.3235,0.45229983,226.79881,23.329771,17976.238,30.04562,0.8598124,12.408314,30.231308,6.5759935,2.093312,15.606231,395.0703,117.62711,14.627434,0.7296394,2.4085011,115.54094,2.9676664,178.23416,265.55792,2014.4067,581.80164,100.50971,154.83588,193.13206,8.071283,11.415597,90.311455,12.446982,17.780817,16.88882,25.470383,131.34302,17.714203,15.6084585,52.179825,12.428711,3572.0444,21.448341,22.195833,16.990961,11.015155,187.19405,38.662903,17.702084,6.232837,10.032815,14.814264,62.559322,124.772156,30.49979,153.28001,21.761768,9.32594,71.62701,48.000187,116.01298,83.78459,6.653483,3.6603124,5.1806526,24.843626,3732.4084,5.540819,7.1583858,59.057014,14.866091,149.55043,65.442085,118.27777,3.440205,74.80271,462.0785,335.5474,40.622707,398.76706,50.910416,56.518265,83.9019,27.53984,4.5664163,22.352932,531.8214,0.54200476,1.1743263,103.787025,18.161945,9.185049,11.895069,17.451868,145.70448,41.510624,157.9766,848.8452,325.07956,2414.0488,1948.3162,25.829521,45.036552,2853.0107,20.946669,67.124306,562.38434,115.43171,165.24927,75.782455,379.16443,410.16724,464.97968,12.4279995,95.012,329.4501,548.84894,19.082685,154.69695,22.904793,1.6975644,51.70616,1.1563749,1.2774457,4.860747,14.361417,130.70546,29.307787,19.241804,349.73834,99.23159,59.17887,76.96875,25.265953,56.093227,16.523611,10.816348,18.006876,122.76726,49.994465,21.292385,25.777857,12.979167,24.938868,23.61361,2.7163956,115.03482,24.828533,295.84995,11.709067,513.97876,27.004496,620.89154,226.89438,9.786956,13.614024,306.98163,401.20416,1345.7451,516.4547 +2023-11-17 16:00:00,0.0,4314.828,105.37447,54.751587,92.4634,56.666668,330.48557,45.073948,92.22805,24.935402,55.010445,668.38477,91.055,25.806221,213.76042,0.82760704,0.5963966,58.21047,1.3246613,6.473574,996.90137,8.286967,1094.0887,128.05873,0.32764608,18.098995,521.1301,45.641026,317.39505,186.64645,5939.4854,3.3771813,2708.5269,47.297016,1.0719495,2.0871153,6.248115,267.54892,322.50156,78.21004,57.88889,40.17172,13.104024,1115.9341,28.619925,52.81845,16.678493,473.6988,20.893888,480.63196,7.5655713,52.439995,0.0,849.7125,2856.3748,0.45165497,226.64948,23.31203,17962.117,30.032951,0.859555,12.397354,30.2086,6.5741315,2.0926645,15.597355,394.8056,117.50176,14.610741,0.7293717,2.4073675,115.53333,2.9643033,178.14223,265.5889,2014.6945,581.4889,100.50017,154.87222,193.3331,8.078142,11.423562,90.4471,12.4694605,17.809599,16.875551,25.45256,131.40494,17.709202,15.595528,52.16929,12.430079,3572.3704,21.440819,22.194445,16.988888,11.014209,187.20634,38.666077,17.694445,6.234323,10.026374,14.806863,62.54149,124.72515,30.497221,153.28473,21.75689,9.312634,71.558876,47.966667,115.8916,83.80033,6.665111,3.6583333,5.179815,24.825235,3728.266,5.5492516,7.1443915,59.04074,14.86046,149.5194,65.477776,118.28015,3.4406996,74.77778,462.0351,335.59528,40.592968,398.6387,50.88889,56.511303,83.86772,27.560205,4.5703254,22.363235,531.7187,0.54210466,1.1752963,103.835434,18.18,9.18596,11.899708,17.45371,145.77167,41.554165,157.98576,849.0044,324.84848,2413.4016,1948.0089,25.812778,44.979797,2850.8862,20.95533,67.046295,562.2476,115.30278,165.09444,75.71345,378.7037,409.88867,464.98984,12.419047,94.94444,329.41727,548.541,19.066496,154.57533,22.880556,1.6974947,51.708557,1.15635,1.2775363,4.860034,14.355556,130.50755,29.289976,19.24074,349.50388,99.1574,59.134922,76.916664,25.246033,56.09722,16.50926,10.792963,18.0,122.69231,49.966667,21.26867,25.803879,12.972222,24.91111,23.603703,2.7129598,114.96216,24.799875,295.669,11.702984,513.5713,26.98502,621.307,226.78708,9.772486,13.608632,306.67245,400.8487,1345.0641,516.8949 +2023-11-17 17:00:00,0.0,4312.094,105.26732,54.68327,92.4305,56.644897,330.49533,45.069626,92.20931,24.92725,55.00497,667.4746,91.07115,25.801327,213.65654,0.82602245,0.59467214,58.23302,1.3209698,6.4897017,997.1076,8.307564,1094.6624,128.08745,0.32843307,18.144205,521.56116,45.65032,317.75217,186.71284,5934.2554,3.3849885,2708.5005,47.39803,1.0741545,2.0916317,6.262718,267.48816,322.43475,78.32998,57.87361,40.171207,13.099318,1115.0245,28.68301,52.78209,16.661928,473.69507,20.874435,480.82904,7.5607023,52.402164,0.0,849.46985,2854.426,0.4510101,226.50012,23.294292,17947.994,30.020285,0.85929763,12.386395,30.185892,6.572269,2.092017,15.588479,394.54086,117.3764,14.594047,0.729104,2.4062338,115.525734,2.9609401,178.05028,265.61987,2014.9822,581.1761,100.490616,154.90855,193.53413,8.085001,11.431528,90.58275,12.491939,17.838379,16.862282,25.434736,131.46687,17.7042,15.582597,52.15875,12.431447,3572.6963,21.433294,22.193056,16.986814,11.013262,187.21866,38.669247,17.686806,6.2358084,10.019934,14.79946,62.52366,124.67815,30.494652,153.28943,21.752008,9.299329,71.49074,47.933144,115.770226,83.81607,6.6767387,3.6563542,5.1789765,24.806845,3724.1238,5.557684,7.1303973,59.024467,14.85483,149.48836,65.51347,118.282524,3.4411938,74.752846,461.99167,335.64313,40.563232,398.51035,50.867363,56.504337,83.83354,27.580572,4.574235,22.37354,531.6159,0.54220456,1.1762662,103.88384,18.198053,9.186871,11.9043455,17.455553,145.83885,41.59771,157.99493,849.16364,324.61743,2412.7546,1947.7017,25.796036,44.923042,2848.7617,20.963993,66.968285,562.11084,115.17384,164.93962,75.64445,378.24295,409.61014,465.0,12.410095,94.87689,329.38443,548.23315,19.050308,154.4537,22.85632,1.6974252,51.710953,1.156325,1.2776269,4.859321,14.349694,130.30965,29.272167,19.239676,349.2694,99.08321,59.090973,76.864586,25.226112,56.101215,16.494907,10.769579,17.993126,122.617355,49.93887,21.244953,25.829903,12.965278,24.883352,23.593796,2.7095242,114.88949,24.771215,295.48807,11.696901,513.1639,26.965546,621.72253,226.6798,9.758016,13.603241,306.36328,400.49326,1344.3829,517.33514 +2023-11-17 18:00:00,0.0,4309.36,105.16016,54.614952,92.3976,56.623127,330.50507,45.0653,92.19058,24.9191,54.999496,666.56445,91.0873,25.796432,213.55266,0.8244378,0.59294766,58.255577,1.3172784,6.5058293,997.3139,8.328161,1095.2358,128.11617,0.32922006,18.189415,521.9922,45.659615,318.10925,186.77924,5929.0254,3.392796,2708.474,47.49904,1.0763595,2.0961478,6.277322,267.42743,322.36795,78.44991,57.858334,40.1707,13.09461,1114.1149,28.746096,52.74573,16.645363,473.69135,20.854984,481.02612,7.5558333,52.364338,0.0,849.2272,2852.477,0.45036525,226.35078,23.276554,17933.871,30.007616,0.85904026,12.375437,30.163187,6.570407,2.0913694,15.579603,394.27615,117.25105,14.5773535,0.7288363,2.4051,115.51813,2.957577,177.95833,265.65082,2015.2698,580.86334,100.48107,154.9449,193.73515,8.091859,11.439493,90.71839,12.514417,17.86716,16.849014,25.416912,131.5288,17.699198,15.569667,52.148212,12.432816,3573.0222,21.425772,22.191668,16.984743,11.012316,187.23096,38.672417,17.679167,6.2372937,10.013493,14.792059,62.50583,124.63114,30.492083,153.29414,21.747128,9.286024,71.42261,47.899624,115.64885,83.83182,6.6883664,3.654375,5.1781387,24.788456,3719.9814,5.5661163,7.1164026,59.008194,14.849198,149.45732,65.54917,118.284904,3.4416883,74.72792,461.94824,335.691,40.533493,398.382,50.845833,56.497375,83.79936,27.600939,4.578144,22.383844,531.5131,0.54230446,1.1772361,103.93225,18.216106,9.18778,11.908984,17.457396,145.90604,41.64125,158.0041,849.3228,324.38635,2412.1074,1947.3943,25.779293,44.866287,2846.637,20.972654,66.890274,561.9741,115.044914,164.78479,75.57544,377.78223,409.33157,465.01016,12.401142,94.80933,329.3516,547.92523,19.034119,154.33209,22.832083,1.6973556,51.713345,1.1563001,1.2777176,4.8586082,14.343833,130.11174,29.254356,19.238611,349.03494,99.009026,59.047024,76.8125,25.206192,56.10521,16.480556,10.746195,17.98625,122.542404,49.91107,21.221235,25.855927,12.958333,24.855595,23.583887,2.7060885,114.81682,24.742558,295.30713,11.690819,512.7564,26.94607,622.138,226.5725,9.743546,13.597849,306.0541,400.1378,1343.7018,517.7754 +2023-11-17 19:00:00,0.0,4306.626,105.053,54.546635,92.3647,56.601353,330.5148,45.060978,92.171844,24.910948,54.99402,665.6543,91.10346,25.791538,213.44878,0.8228532,0.5912232,58.278133,1.3135871,6.521957,997.52014,8.348758,1095.8093,128.14488,0.33000705,18.234625,522.4232,45.66891,318.46634,186.84563,5923.7954,3.4006033,2708.4478,47.60005,1.0785644,2.1006641,6.2919245,267.36667,322.30115,78.56985,57.843056,40.170193,13.089904,1113.2053,28.809183,52.70937,16.6288,473.68762,20.835531,481.2232,7.5509644,52.326508,0.0,848.9845,2850.5283,0.44972038,226.20143,23.258816,17919.748,29.99495,0.8587829,12.364477,30.14048,6.568545,2.0907218,15.570727,394.0114,117.1257,14.560659,0.72856855,2.4039667,115.51052,2.9542139,177.8664,265.6818,2015.5575,580.55054,100.47152,154.98123,193.93619,8.098718,11.447458,90.85404,12.536894,17.89594,16.835745,25.39909,131.59073,17.694197,15.556736,52.137672,12.434183,3573.3481,21.41825,22.190277,16.98267,11.01137,187.24326,38.675587,17.671528,6.238779,10.007052,14.784657,62.487995,124.58414,30.489513,153.29884,21.742249,9.272718,71.35448,47.866104,115.52747,83.84756,6.699994,3.6523957,5.177301,24.770065,3715.8389,5.5745487,7.1024084,58.99192,14.843568,149.42628,65.58486,118.28728,3.4421825,74.70299,461.90482,335.73886,40.503754,398.25363,50.824306,56.49041,83.76518,27.621305,4.582053,22.39415,531.41034,0.54240435,1.178206,103.98067,18.23416,9.188691,11.913622,17.45924,145.97322,41.68479,158.01328,849.48206,324.1553,2411.4602,1947.087,25.76255,44.809532,2844.5125,20.981318,66.81227,561.8374,114.915985,164.62996,75.50643,377.32147,409.05304,465.02032,12.39219,94.741776,329.31876,547.6173,19.017931,154.21048,22.807848,1.697286,51.71574,1.1562752,1.2778082,4.8578954,14.337973,129.91382,29.236546,19.237545,348.80048,98.93484,59.00308,76.760414,25.186272,56.1092,16.466204,10.722811,17.979376,122.46745,49.883274,21.19752,25.88195,12.951389,24.827837,23.57398,2.702653,114.744156,24.713898,295.1262,11.684736,512.349,26.926594,622.55347,226.4652,9.729075,13.592457,305.74493,399.78232,1343.0206,518.21564 +2023-11-17 20:00:00,0.0,4303.8916,104.94584,54.478317,92.331795,56.579582,330.52454,45.056656,92.15311,24.902796,54.988544,664.7442,91.11961,25.786644,213.3449,0.82126856,0.5894987,58.30069,1.3098956,6.5380845,997.72644,8.369355,1096.3828,128.17361,0.33079404,18.279835,522.85425,45.678204,318.82346,186.91202,5918.5654,3.4084105,2708.4214,47.70106,1.0807694,2.1051805,6.306528,267.30594,322.23434,78.68979,57.827778,40.169685,13.0851965,1112.2958,28.872269,52.67301,16.612234,473.6839,20.816078,481.4203,7.5460954,52.288677,0.0,848.7418,2848.5796,0.44907552,226.0521,23.241077,17905.627,29.98228,0.8585255,12.3535185,30.117773,6.566683,2.0900743,15.561852,393.7467,117.00035,14.543966,0.72830087,2.402833,115.502914,2.9508507,177.77444,265.71277,2015.8451,580.2378,100.461975,155.01756,194.1372,8.1055765,11.455424,90.989685,12.559372,17.92472,16.822475,25.381268,131.65266,17.689196,15.543805,52.127136,12.435552,3573.674,21.410725,22.188889,16.980597,11.010423,187.25555,38.678757,17.663889,6.2402644,10.000611,14.777255,62.470165,124.53714,30.486944,153.30356,21.737368,9.259413,71.28635,47.83258,115.4061,83.8633,6.711622,3.6504166,5.1764627,24.751675,3711.6965,5.5829806,7.088414,58.975647,14.837937,149.39525,65.62056,118.28966,3.4426768,74.678055,461.8614,335.78674,40.47402,398.1253,50.802776,56.483448,83.731,27.64167,4.5859623,22.404453,531.30756,0.54250425,1.1791759,104.029076,18.252214,9.189601,11.918261,17.461082,146.04039,41.728333,158.02245,849.64124,323.92426,2410.813,1946.7798,25.745806,44.752777,2842.388,20.989979,66.73426,561.7006,114.787056,164.47514,75.43742,376.86075,408.77448,465.0305,12.383238,94.674225,329.28592,547.3094,19.001741,154.08885,22.783611,1.6972165,51.718136,1.1562501,1.2778988,4.857183,14.332111,129.71591,29.218737,19.23648,348.566,98.86064,58.95913,76.708336,25.16635,56.113194,16.451853,10.699427,17.9725,122.3925,49.855476,21.173803,25.907974,12.944445,24.80008,23.564074,2.699217,114.671486,24.685238,294.94525,11.678654,511.94156,26.907118,622.96893,226.35791,9.714605,13.587065,305.43573,399.42685,1342.3395,518.6559 +2023-11-17 21:00:00,0.0,4301.1577,104.838684,54.409996,92.2989,56.55781,330.53427,45.05233,92.13438,24.894646,54.98307,663.83405,91.135765,25.78175,213.24101,0.81968397,0.58777416,58.323246,1.3062042,6.554212,997.93274,8.389953,1096.9564,128.20233,0.33158103,18.325045,523.2853,45.6875,319.18054,186.97841,5913.3354,3.416218,2708.395,47.802074,1.0829744,2.1096969,6.3211317,267.2452,322.16754,78.80972,57.8125,40.169174,13.08049,1111.3861,28.935354,52.63665,16.59567,473.68018,20.796625,481.61737,7.5412264,52.25085,0.0,848.49915,2846.6309,0.44843066,225.90274,23.22334,17891.504,29.969614,0.85826814,12.34256,30.095066,6.564821,2.0894268,15.552977,393.482,116.875,14.527272,0.7280331,2.4016993,115.495316,2.9474876,177.6825,265.74374,2016.1328,579.925,100.45242,155.05391,194.33824,8.112434,11.463389,91.125336,12.58185,17.953503,16.809206,25.363443,131.71458,17.684193,15.530874,52.116596,12.436919,3574.0,21.403202,22.1875,16.978525,11.009477,187.26785,38.681927,17.65625,6.2417502,9.99417,14.769853,62.45233,124.490135,30.484375,153.30826,21.732487,9.246108,71.21821,47.79906,115.28472,83.879036,6.72325,3.6484375,5.175625,24.733286,3707.5542,5.591413,7.0744195,58.959377,14.832307,149.36421,65.65625,118.29203,3.4431713,74.65313,461.81796,335.8346,40.44428,397.99695,50.78125,56.476482,83.69682,27.662037,4.5898714,22.414759,531.2048,0.54260415,1.1801459,104.077484,18.270267,9.190512,11.922899,17.462925,146.10757,41.771873,158.03162,849.8004,323.69318,2410.1658,1946.4725,25.729063,44.696022,2840.2634,20.998642,66.65625,561.5639,114.65813,164.32031,75.36842,376.4,408.49594,465.04065,12.374286,94.60667,329.25308,547.00146,18.985554,153.96724,22.759375,1.6971469,51.72053,1.1562252,1.2779894,4.85647,14.32625,129.518,29.200926,19.235416,348.33154,98.78645,58.91518,76.65625,25.14643,56.117188,16.4375,10.676043,17.965626,122.31755,49.82768,21.150087,25.933998,12.9375,24.772322,23.554165,2.6957815,114.598816,24.65658,294.7643,11.672571,511.53412,26.887644,623.3844,226.25061,9.700136,13.581674,305.12656,399.0714,1341.6583,519.09607 +2023-11-17 22:00:00,0.0,4298.424,104.73153,54.34168,92.266,56.53604,330.544,45.048008,92.11564,24.886494,54.977592,662.9239,91.15192,25.776855,213.13713,0.8180994,0.5860497,58.3458,1.3025129,6.57034,998.139,8.410549,1097.5299,128.23105,0.33236802,18.370253,523.7163,45.696793,319.53766,187.0448,5908.1055,3.4240253,2708.3687,47.903084,1.0851794,2.114213,6.3357344,267.18445,322.10074,78.92966,57.797222,40.168667,13.075783,1110.4766,28.99844,52.600292,16.579105,473.67645,20.777172,481.81445,7.5363574,52.21302,0.0,848.2565,2844.682,0.4477858,225.7534,23.2056,17877.38,29.956945,0.85801077,12.3316,30.07236,6.5629587,2.088779,15.544101,393.21725,116.74964,14.510578,0.7277654,2.4005656,115.48771,2.9441245,177.59056,265.77472,2016.4205,579.6122,100.44287,155.09024,194.53928,8.119293,11.4713545,91.26098,12.604328,17.982283,16.795937,25.345621,131.77652,17.679192,15.517944,52.10606,12.438288,3574.326,21.395678,22.186111,16.976452,11.008531,187.28017,38.6851,17.648611,6.2432356,9.98773,14.762451,62.4345,124.44313,30.481806,153.31296,21.727608,9.232802,71.15008,47.76554,115.16334,83.894775,6.7348776,3.6464584,5.174787,24.714895,3703.4119,5.5998454,7.0604253,58.943104,14.826675,149.33318,65.69195,118.29441,3.4436655,74.6282,461.77457,335.88248,40.41454,397.8686,50.759724,56.46952,83.662636,27.682404,4.593781,22.425064,531.102,0.54270405,1.1811157,104.12589,18.28832,9.1914215,11.927537,17.464767,146.17476,41.81542,158.04077,849.95966,323.46213,2409.5188,1946.1652,25.71232,44.639267,2838.1387,21.007305,66.57824,561.4272,114.52919,164.16548,75.299416,375.93927,408.21738,465.0508,12.365333,94.53911,329.22025,546.69354,18.969364,153.84561,22.73514,1.6970773,51.722927,1.1562002,1.2780801,4.855757,14.320389,129.32008,29.183115,19.234352,348.09708,98.712265,58.87123,76.604164,25.126509,56.12118,16.42315,10.6526575,17.95875,122.24259,49.79988,21.126371,25.960022,12.930555,24.744562,23.544258,2.6923459,114.526146,24.62792,294.58337,11.666489,511.12668,26.868168,623.79987,226.14331,9.685666,13.576282,304.81738,398.71594,1340.9772,519.5363 +2023-11-17 23:00:00,0.0,4295.6895,104.62437,54.27336,92.23309,56.51427,330.55377,45.043686,92.09691,24.878344,54.97212,662.01373,91.16807,25.77196,213.03326,0.81651473,0.5843252,58.368355,1.2988214,6.5864677,998.3453,8.431147,1098.1034,128.25977,0.33315498,18.415462,524.14734,45.70609,319.89474,187.11118,5902.8755,3.4318328,2708.3423,48.004097,1.0873843,2.1187294,6.350338,267.12372,322.03394,79.0496,57.781944,40.16816,13.071076,1109.567,29.061525,52.56393,16.562542,473.67273,20.757719,482.0115,7.5314884,52.175194,0.0,848.0138,2842.7332,0.44714093,225.60406,23.187862,17863.26,29.944279,0.8577534,12.3206415,30.049652,6.561096,2.0881314,15.535225,392.95255,116.62429,14.493885,0.7274977,2.399432,115.4801,2.9407613,177.49861,265.8057,2016.7081,579.29944,100.433334,155.12657,194.7403,8.126152,11.479321,91.39662,12.626806,18.011065,16.782667,25.327797,131.83844,17.674189,15.505013,52.09552,12.439655,3574.6519,21.388155,22.184723,16.974379,11.007584,187.29247,38.68827,17.640972,6.244721,9.981289,14.755049,62.41667,124.396126,30.479235,153.31767,21.722727,9.219497,71.08195,47.73202,115.04196,83.910515,6.7465053,3.644479,5.173949,24.696505,3699.2695,5.608278,7.046431,58.92683,14.821045,149.30214,65.72764,118.29678,3.44416,74.603264,461.73114,335.93033,40.3848,397.74023,50.738194,56.462555,83.628456,27.70277,4.59769,22.435368,530.9992,0.542804,1.1820856,104.1743,18.306374,9.192332,11.932176,17.46661,146.24194,41.85896,158.04994,850.11884,323.23105,2408.8716,1945.8579,25.695578,44.58251,2836.0142,21.015966,66.50023,561.2904,114.40026,164.01067,75.23041,375.47852,407.9388,465.06097,12.35638,94.47156,329.1874,546.3856,18.953176,153.724,22.710903,1.6970077,51.72532,1.1561753,1.2781707,4.8550444,14.3145275,129.12218,29.165306,19.233286,347.8626,98.63808,58.827282,76.552086,25.106588,56.125175,16.408796,10.629273,17.951876,122.16764,49.772083,21.102655,25.986044,12.923611,24.716805,23.534351,2.6889102,114.45348,24.599262,294.40244,11.660406,510.71924,26.848692,624.21533,226.03601,9.671196,13.570889,304.5082,398.36047,1340.296,519.97656 +2023-11-18 00:00:00,0.0,4292.9556,104.51721,54.205044,92.200195,56.4925,330.5635,45.03936,92.07817,24.870192,54.96664,661.10364,91.18422,25.767065,212.92938,0.81493014,0.5826007,58.39091,1.29513,6.6025953,998.5515,8.451743,1098.677,128.28848,0.33394197,18.460672,524.57837,45.715385,320.25186,187.17757,5897.6455,3.43964,2708.3162,48.105106,1.0895894,2.1232457,6.3649406,267.06296,321.96713,79.16953,57.766666,40.167652,13.066369,1108.6575,29.12461,52.527573,16.545977,473.669,20.738266,482.2086,7.5266194,52.137363,0.0,847.7712,2840.7844,0.44649607,225.45471,23.170122,17849.137,29.93161,0.857496,12.309683,30.026947,6.559234,2.087484,15.526349,392.6878,116.49894,14.477191,0.72722995,2.3982983,115.4725,2.9373982,177.40666,265.83667,2016.9958,578.98663,100.42378,155.16292,194.94133,8.133011,11.487286,91.53227,12.649284,18.039845,16.769398,25.309975,131.90038,17.669188,15.492083,52.084984,12.441024,3574.9778,21.380632,22.183332,16.972305,11.006638,187.30476,38.69144,17.633333,6.2462063,9.974849,14.747647,62.398838,124.34913,30.476665,153.32237,21.717846,9.206191,71.01382,47.698498,114.920586,83.926254,6.758133,3.6425,5.173111,24.678116,3695.1272,5.61671,7.0324364,58.910557,14.815414,149.2711,65.763336,118.299164,3.4446542,74.57834,461.6877,335.97818,40.355064,397.61188,50.716667,56.455593,83.59428,27.723137,4.601599,22.445673,530.8964,0.5429039,1.1830555,104.22271,18.324429,9.193243,11.936813,17.468452,146.30913,41.9025,158.05911,850.2781,323.0,2408.2244,1945.5507,25.678835,44.525757,2833.8896,21.02463,66.42222,561.1537,114.27133,163.85583,75.16141,375.01776,407.66028,465.07114,12.347428,94.404,329.1546,546.0777,18.936987,153.60237,22.686666,1.6969382,51.727715,1.1561503,1.2782613,4.8543315,14.308667,128.92427,29.147495,19.232222,347.62814,98.56389,58.783333,76.5,25.086668,56.129166,16.394445,10.605889,17.945,122.09269,49.744286,21.078938,26.012068,12.916667,24.689047,23.524443,2.6854744,114.38081,24.570602,294.22153,11.654324,510.3118,26.829218,624.6308,225.92873,9.656726,13.565497,304.19904,398.005,1339.615,520.4168 +2023-11-18 01:00:00,0.0,4290.221,104.41005,54.136726,92.1673,56.47073,330.57324,45.035038,92.05943,24.86204,54.961166,660.1935,91.20037,25.76217,212.8255,0.81334555,0.58087623,58.413467,1.2914387,6.618723,998.7578,8.472341,1099.2505,128.3172,0.33472896,18.505882,525.0094,45.724678,320.60895,187.24396,5892.416,3.4474473,2708.2898,48.20612,1.0917944,2.127762,6.3795443,267.00223,321.90033,79.289474,57.75139,40.167145,13.061663,1107.7478,29.187696,52.49121,16.529413,473.66528,20.718815,482.40567,7.5217505,52.099537,0.0,847.5285,2838.8354,0.4458512,225.30537,23.152384,17835.014,29.918943,0.85723865,12.298723,30.004238,6.557372,2.0868363,15.517474,392.4231,116.37359,14.460498,0.72696227,2.3971646,115.4649,2.934035,177.31473,265.86765,2017.2834,578.6739,100.41423,155.19925,195.14236,8.139869,11.495252,91.667915,12.6717615,18.068626,16.75613,25.29215,131.9623,17.664186,15.479152,52.074448,12.442391,3575.3037,21.373108,22.181944,16.970234,11.005692,187.31706,38.69461,17.625694,6.2476916,9.968408,14.740245,62.38101,124.302124,30.474096,153.32709,21.712967,9.192886,70.94568,47.664978,114.79921,83.942,6.769761,3.6405208,5.172273,24.659725,3690.9846,5.625142,7.018442,58.894283,14.809784,149.24008,65.79903,118.30154,3.4451487,74.553406,461.6443,336.02606,40.325325,397.48355,50.695137,56.448627,83.5601,27.743502,4.6055083,22.455976,530.79364,0.5430038,1.1840254,104.27112,18.342482,9.194153,11.941452,17.470295,146.37631,41.94604,158.06828,850.43726,322.76895,2407.5771,1945.2434,25.66209,44.469,2831.765,21.03329,66.344215,561.0169,114.1424,163.701,75.0924,374.55704,407.3817,465.0813,12.338476,94.33645,329.12177,545.7698,18.9208,153.48076,22.662432,1.6968685,51.73011,1.1561253,1.278352,4.8536186,14.302806,128.72635,29.129686,19.231157,347.39368,98.48969,58.739388,76.447914,25.066748,56.13316,16.380093,10.582505,17.938126,122.01774,49.71649,21.055222,26.038092,12.909722,24.66129,23.514536,2.6820388,114.30814,24.541945,294.0406,11.648241,509.90436,26.809742,625.04626,225.82143,9.642256,13.560105,303.88986,397.64954,1338.9338,520.85706 +2023-11-18 02:00:00,0.0,4287.4873,104.302895,54.06841,92.13439,56.44896,330.58298,45.030716,92.0407,24.85389,54.955692,659.2833,91.21653,25.757277,212.72162,0.8117609,0.57915175,58.436024,1.2877473,6.6348505,998.9641,8.492938,1099.824,128.34592,0.33551595,18.551092,525.4404,45.733974,320.96603,187.31035,5887.186,3.4552548,2708.2634,48.30713,1.0939994,2.1322782,6.3941474,266.94147,321.83353,79.40941,57.73611,40.166634,13.056955,1106.8383,29.250782,52.454853,16.512848,473.66156,20.699362,482.60275,7.5168815,52.061707,0.0,847.2858,2836.8867,0.44520634,225.15602,23.134645,17820.89,29.906275,0.8569813,12.287765,29.981531,6.55551,2.0861888,15.508598,392.15836,116.24823,14.443804,0.7266945,2.3960311,115.45729,2.930672,177.22278,265.89862,2017.5712,578.3611,100.40468,155.23558,195.34338,8.146728,11.503217,91.803566,12.69424,18.097406,16.74286,25.274328,132.02423,17.659184,15.466222,52.063908,12.44376,3575.6296,21.365585,22.180555,16.96816,11.004745,187.32936,38.69778,17.618055,6.2491775,9.961967,14.732843,62.363174,124.25512,30.471527,153.33179,21.708086,9.179581,70.87755,47.63146,114.67783,83.95774,6.7813888,3.6385417,5.171435,24.641335,3686.8423,5.6335745,7.004448,58.87801,14.8041525,149.20905,65.834724,118.30392,3.445643,74.52847,461.60086,336.0739,40.295586,397.3552,50.67361,56.44166,83.52592,27.763868,4.609418,22.466282,530.69086,0.5431037,1.1849953,104.31953,18.360535,9.195064,11.94609,17.47214,146.4435,41.989582,158.07745,850.59644,322.53787,2406.93,1944.9362,25.645348,44.412247,2829.6404,21.041954,66.266205,560.8802,114.01347,163.54617,75.02339,374.09628,407.10318,465.09146,12.329523,94.26889,329.08893,545.4619,18.90461,153.35913,22.638195,1.6967989,51.732506,1.1561004,1.2784426,4.8529058,14.296945,128.52844,29.111876,19.230093,347.1592,98.415504,58.69544,76.395836,25.046825,56.137154,16.365742,10.559121,17.93125,121.94279,49.688694,21.031506,26.064116,12.902778,24.633532,23.50463,2.6786032,114.23548,24.513285,293.85965,11.642158,509.49692,26.790266,625.4618,225.71413,9.627786,13.554714,303.5807,397.2941,1338.2527,521.29724 +2023-11-18 03:00:00,0.0,4284.753,104.19573,54.00009,92.101494,56.42719,330.5927,45.02639,92.021965,24.845737,54.950214,658.37317,91.23268,25.752382,212.61774,0.8101763,0.57742727,58.45858,1.2840558,6.650978,999.17035,8.513535,1100.3976,128.37463,0.33630294,18.596302,525.87146,45.743267,321.32315,187.37674,5881.956,3.463062,2708.237,48.408142,1.0962044,2.1367946,6.4087505,266.88074,321.76672,79.52934,57.720833,40.166126,13.052249,1105.9287,29.313868,52.41849,16.496283,473.65784,20.679909,482.79984,7.5120125,52.023876,0.0,847.04315,2834.938,0.44456148,225.00668,23.116907,17806.77,29.893608,0.8567239,12.276806,29.958824,6.553648,2.0855412,15.4997225,391.89365,116.12288,14.427111,0.7264268,2.3948975,115.44969,2.9273088,177.13083,265.9296,2017.8589,578.04834,100.395134,155.27193,195.54442,8.153586,11.511182,91.93921,12.716718,18.126188,16.729591,25.256504,132.08617,17.654182,15.453291,52.05337,12.4451275,3575.9556,21.35806,22.179167,16.966087,11.0037985,187.34166,38.70095,17.610416,6.250663,9.955526,14.725441,62.345345,124.208115,30.468958,153.3365,21.703205,9.166275,70.80942,47.597935,114.55646,83.97348,6.7930164,3.6365626,5.170597,24.622946,3682.7,5.642007,6.9904532,58.861736,14.798522,149.17801,65.870415,118.30629,3.4461372,74.50354,461.55743,336.1218,40.26585,397.22684,50.652084,56.4347,83.49174,27.784235,4.613327,22.476585,530.58813,0.5432036,1.1859653,104.367935,18.37859,9.195973,11.950728,17.473982,146.51067,42.033123,158.08662,850.7557,322.30682,2406.2827,1944.6288,25.628605,44.35549,2827.5159,21.050615,66.188194,560.74347,113.884544,163.39136,74.954384,373.63556,406.82462,465.10162,12.320571,94.20133,329.0561,545.154,18.888422,153.23752,22.613958,1.6967294,51.7349,1.1560755,1.2785332,4.852193,14.291083,128.33054,29.094065,19.229027,346.92474,98.34132,58.65149,76.34375,25.026905,56.141148,16.351389,10.535737,17.924376,121.867836,49.660896,21.00779,26.09014,12.895833,24.605774,23.49472,2.6751676,114.16281,24.484627,293.6787,11.636075,509.08948,26.77079,625.87726,225.60684,9.613316,13.549322,303.27148,396.93863,1337.5715,521.7375 +2023-11-18 04:00:00,0.0,4282.019,104.08858,53.931774,92.068596,56.40542,330.60248,45.022068,92.003235,24.837587,54.94474,657.463,91.24883,25.747488,212.51385,0.8085917,0.5757028,58.481133,1.2803645,6.6671057,999.37665,8.534132,1100.9711,128.40335,0.33708993,18.641512,526.3025,45.752563,321.68024,187.44313,5876.726,3.4708693,2708.2107,48.50915,1.0984093,2.141311,6.423354,266.82,321.69992,79.649284,57.705555,40.16562,13.047542,1105.019,29.376953,52.382133,16.47972,473.65408,20.660456,482.99692,7.5071435,51.98605,0.0,846.8005,2832.989,0.44391662,224.85735,23.099169,17792.646,29.88094,0.85646653,12.265846,29.93612,6.551786,2.0848937,15.490847,391.62894,115.99753,14.410417,0.7261591,2.3937638,115.442085,2.9239457,177.0389,265.96054,2018.1465,577.73553,100.38558,155.30826,195.74544,8.160444,11.519148,92.07486,12.739196,18.154968,16.716322,25.238682,132.14809,17.64918,15.44036,52.04283,12.446496,3576.2815,21.350538,22.177778,16.964014,11.002852,187.35397,38.704124,17.602777,6.252148,9.949086,14.7180395,62.32751,124.16112,30.466389,153.3412,21.698326,9.15297,70.74128,47.564415,114.43508,83.98922,6.804644,3.6345832,5.1697593,24.604555,3678.5576,5.6504393,6.976459,58.845463,14.7928915,149.14697,65.90611,118.30867,3.4466317,74.478615,461.51404,336.16965,40.23611,397.09848,50.630554,56.427734,83.45756,27.804602,4.617236,22.48689,530.48535,0.5433035,1.1869352,104.41634,18.396643,9.196884,11.955367,17.475824,146.57785,42.076668,158.0958,850.91486,322.07574,2405.6357,1944.3215,25.611862,44.298737,2825.391,21.059278,66.11018,560.6067,113.75561,163.23653,74.88538,373.1748,406.54608,465.1118,12.311619,94.13378,329.02325,544.84607,18.872232,153.1159,22.589722,1.6966598,51.737293,1.1560504,1.2786239,4.85148,14.285222,128.13263,29.076256,19.227962,346.69028,98.26713,58.60754,76.291664,25.006985,56.145138,16.337038,10.512352,17.9175,121.792885,49.6331,20.984074,26.116163,12.888889,24.578014,23.484814,2.6717317,114.09014,24.455967,293.49777,11.6299925,508.68204,26.751316,626.2927,225.49954,9.5988455,13.54393,302.9623,396.58316,1336.8904,522.17773 +2023-11-18 05:00:00,0.0,4279.2847,103.981415,53.863457,92.0357,56.383648,330.6122,45.017746,91.9845,24.829435,54.939266,656.5529,91.264984,25.742594,212.40997,0.8070071,0.57397825,58.50369,1.2766731,6.6832333,999.5829,8.5547285,1101.5446,128.43207,0.33787692,18.686722,526.7335,45.76186,322.03735,187.50952,5871.496,3.4786768,2708.1843,48.610165,1.1006143,2.1458273,6.4379573,266.75925,321.63312,79.76922,57.690277,40.16511,13.042835,1104.1095,29.440039,52.34577,16.463154,473.6504,20.641003,483.19397,7.5022745,51.94822,0.0,846.55774,2831.0403,0.44327176,224.708,23.08143,17778.523,29.868273,0.85620916,12.254888,29.913412,6.5499234,2.0842462,15.481971,391.3642,115.87218,14.3937235,0.72589135,2.39263,115.43448,2.9205825,176.94695,265.99152,2018.4342,577.4228,100.37603,155.3446,195.94647,8.167303,11.527113,92.2105,12.761674,18.183748,16.703053,25.22086,132.21002,17.644178,15.42743,52.032295,12.447865,3576.6074,21.343016,22.17639,16.961943,11.001905,187.36627,38.707294,17.595139,6.2536335,9.942645,14.710637,62.30968,124.11411,30.46382,153.34592,21.693445,9.139665,70.67315,47.530895,114.313705,84.00496,6.816272,3.6326041,5.168921,24.586164,3674.4153,5.6588717,6.962465,58.82919,14.78726,149.11594,65.9418,118.31105,3.447126,74.45368,461.4706,336.21753,40.20637,396.97012,50.609028,56.420773,83.42338,27.824968,4.6211452,22.497196,530.38257,0.5434034,1.1879051,104.46475,18.414696,9.197794,11.960005,17.477667,146.64503,42.12021,158.10497,851.0741,321.8447,2404.9885,1944.0143,25.59512,44.24198,2823.2666,21.06794,66.03217,560.47,113.62668,163.0817,74.816376,372.71408,406.26752,465.12195,12.302667,94.06622,328.99042,544.53815,18.856045,152.99428,22.565487,1.6965902,51.73969,1.1560255,1.2787145,4.850767,14.279361,127.93471,29.058445,19.226898,346.4558,98.19294,58.56359,76.239586,24.987064,56.14913,16.322685,10.488968,17.910625,121.71793,49.6053,20.960358,26.142187,12.881945,24.550257,23.474907,2.668296,114.01748,24.427309,293.31683,11.62391,508.27463,26.73184,626.7082,225.39224,9.584375,13.538538,302.65314,396.2277,1336.2092,522.618 +2023-11-18 06:00:00,0.0,4276.551,103.87426,53.79514,92.00279,56.361874,330.62195,45.01342,91.96576,24.821283,54.93379,655.64276,91.281136,25.7377,212.30609,0.8054225,0.57225376,58.526245,1.2729816,6.699361,999.7892,8.575326,1102.118,128.46078,0.33866388,18.731932,527.16455,45.771152,322.39444,187.5759,5866.266,3.486484,2708.158,48.711174,1.1028193,2.1503437,6.4525604,266.69852,321.5663,79.88916,57.675,40.1646,13.038128,1103.2,29.503126,52.309414,16.44659,473.64667,20.62155,483.39105,7.4974055,51.910393,0.0,846.3151,2829.0916,0.4426269,224.55865,23.063692,17764.4,29.855604,0.8559518,12.243929,29.890705,6.5480614,2.0835986,15.473095,391.0995,115.74682,14.377029,0.72562367,2.3914964,115.42688,2.9172194,176.855,266.0225,2018.7219,577.11,100.366486,155.38094,196.1475,8.174162,11.535078,92.346146,12.784152,18.21253,16.689783,25.203035,132.27194,17.639177,15.414499,52.021755,12.449232,3576.9333,21.335491,22.175,16.95987,11.000959,187.37857,38.710464,17.5875,6.2551193,9.936205,14.703236,62.29185,124.06711,30.46125,153.35062,21.688564,9.126359,70.60502,47.497375,114.19233,84.0207,6.8279,3.630625,5.168083,24.567776,3670.273,5.667304,6.94847,58.812916,14.78163,149.0849,65.9775,118.31342,3.4476204,74.42875,461.4272,336.26538,40.176632,396.8418,50.5875,56.413807,83.3892,27.845333,4.625055,22.5075,530.2798,0.5435033,1.188875,104.51316,18.432749,9.198705,11.9646435,17.47951,146.71222,42.16375,158.11414,851.2333,321.61365,2404.3413,1943.707,25.578377,44.185226,2821.142,21.076603,65.95416,560.33325,113.49775,162.92688,74.74737,372.25333,405.98898,465.1321,12.293714,93.998665,328.95758,544.2302,18.839855,152.87267,22.54125,1.6965206,51.742085,1.1560005,1.2788051,4.8500543,14.2735,127.7368,29.040634,19.225832,346.22137,98.118744,58.519646,76.1875,24.967144,56.153126,16.308334,10.465584,17.90375,121.64298,49.577503,20.93664,26.16821,12.875,24.5225,23.464998,2.6648605,113.94481,24.39865,293.1359,11.617827,507.8672,26.712364,627.12366,225.28494,9.569905,13.533147,302.34396,395.87222,1335.5281,523.05817 +2023-11-18 07:00:00,0.0,4273.817,103.7671,53.72682,91.969894,56.340103,330.63168,45.009098,91.94703,24.813133,54.928314,654.7326,91.29729,25.732805,212.20221,0.80383784,0.5705293,58.5488,1.2692903,6.715489,999.9955,8.595923,1102.6917,128.4895,0.33945087,18.777142,527.5956,45.78045,322.75153,187.64229,5861.036,3.4942915,2708.1316,48.812187,1.1050243,2.1548598,6.467164,266.63776,321.4995,80.009094,57.65972,40.164093,13.0334215,1102.2904,29.566212,52.273052,16.430025,473.64288,20.602097,483.58813,7.4925365,51.872562,0.0,846.07245,2827.1426,0.44198203,224.4093,23.045954,17750.28,29.842937,0.8556944,12.232969,29.867998,6.5461993,2.0829508,15.46422,390.83475,115.62147,14.360336,0.7253559,2.3903627,115.41927,2.9138563,176.76306,266.05347,2019.0095,576.7972,100.35694,155.41727,196.34853,8.18102,11.543044,92.4818,12.806629,18.24131,16.676514,25.185213,132.33388,17.634174,15.401568,52.01122,12.450601,3577.2593,21.327969,22.17361,16.957796,11.000013,187.39087,38.713634,17.57986,6.2566047,9.929764,14.695833,62.274017,124.0201,30.45868,153.35532,21.683685,9.113053,70.53689,47.463852,114.07095,84.036446,6.8395276,3.628646,5.1672454,24.549385,3666.1304,5.675736,6.934476,58.796642,14.775999,149.05386,66.0132,118.3158,3.4481146,74.403824,461.38376,336.31326,40.146896,396.71344,50.56597,56.406845,83.35502,27.8657,4.628964,22.517805,530.177,0.54360324,1.1898448,104.56157,18.450804,9.1996155,11.969281,17.481352,146.7794,42.20729,158.1233,851.39246,321.38257,2403.694,1943.3998,25.561632,44.12847,2819.0173,21.085266,65.87616,560.1965,113.36882,162.77205,74.67836,371.7926,405.71042,465.14227,12.284761,93.931114,328.92474,543.9223,18.823668,152.75104,22.517014,1.6964511,51.74448,1.1559756,1.2788959,4.8493414,14.267639,127.53889,29.022825,19.224768,345.9869,98.044556,58.475697,76.135414,24.947224,56.15712,16.293982,10.4422,17.896875,121.56802,49.549706,20.912924,26.194233,12.868055,24.494741,23.455091,2.6614246,113.87214,24.369991,292.95496,11.611745,507.45975,26.692888,627.5391,225.17766,9.555435,13.527755,302.0348,395.51678,1334.8469,523.4984 +2023-11-18 08:00:00,0.0,4271.0825,103.65994,53.658504,91.937,56.318333,330.64142,45.004776,91.92829,24.804981,54.92284,653.82245,91.31344,25.727911,212.09833,0.80225325,0.5688048,58.571358,1.2655989,6.7316165,1000.2017,8.61652,1103.2651,128.51823,0.34023786,18.822351,528.0266,45.78974,323.10864,187.70868,5855.806,3.5020988,2708.1052,48.913197,1.1072292,2.1593761,6.4817667,266.57703,321.4327,80.12903,57.644444,40.163586,13.028715,1101.3807,29.629297,52.236694,16.413462,473.6392,20.582645,483.78522,7.4876676,51.834736,0.0,845.8298,2825.1938,0.44133717,224.25996,23.028214,17736.156,29.830269,0.85543704,12.222011,29.845291,6.5443373,2.0823033,15.455344,390.57004,115.49612,14.343642,0.7250882,2.389229,115.41167,2.9104931,176.67111,266.08444,2019.2972,576.48444,100.34739,155.45361,196.54956,8.187879,11.551009,92.61744,12.829107,18.270092,16.663246,25.167389,132.39581,17.629173,15.388638,52.00068,12.451968,3577.5852,21.320446,22.172222,16.955725,10.999066,187.40317,38.716805,17.572222,6.25809,9.923324,14.688431,62.256187,123.9731,30.45611,153.36003,21.678804,9.099749,70.46875,47.430332,113.94958,84.052185,6.8511553,3.6266665,5.166407,24.530994,3661.988,5.6841683,6.9204817,58.780373,14.770369,149.02283,66.04889,118.31818,3.4486089,74.37889,461.34033,336.3611,40.117157,396.58508,50.544445,56.39988,83.32084,27.886066,4.632873,22.528109,530.0742,0.54370314,1.1908147,104.60998,18.468857,9.200525,11.97392,17.483196,146.84659,42.25083,158.13248,851.5517,321.15152,2403.0469,1943.0924,25.54489,44.071716,2816.8928,21.093927,65.79815,560.05975,113.23989,162.61722,74.60936,371.33185,405.43185,465.15244,12.275809,93.863556,328.8919,543.6144,18.80748,152.62943,22.492779,1.6963814,51.746876,1.1559507,1.2789865,4.848629,14.261778,127.34098,29.005014,19.223703,345.75244,97.97037,58.431747,76.083336,24.927303,56.16111,16.27963,10.418816,17.89,121.49307,49.521908,20.889208,26.220257,12.861111,24.466984,23.445185,2.657989,113.79948,24.341331,292.77402,11.605662,507.0523,26.673414,627.9546,225.07036,9.540965,13.522363,301.72562,395.16132,1334.1659,523.93866 +2023-11-18 09:00:00,0.0,4268.3486,103.55278,53.590187,91.90409,56.296562,330.65115,45.000454,91.90956,24.796831,54.917362,652.9123,91.32959,25.723015,211.99446,0.80066866,0.5670803,58.59391,1.2619075,6.747744,1000.408,8.637117,1103.8386,128.54695,0.34102485,18.867561,528.45764,45.799038,323.46573,187.77507,5850.576,3.509906,2708.0789,49.01421,1.1094342,2.1638925,6.4963703,266.51627,321.3659,80.24897,57.629166,40.16308,13.024008,1100.4712,29.692383,52.200333,16.396896,473.63547,20.563192,483.9823,7.4827986,51.796906,0.0,845.5871,2823.245,0.4406923,224.11063,23.010475,17722.033,29.817602,0.85517967,12.211052,29.822586,6.542475,2.0816557,15.446468,390.30533,115.370766,14.326949,0.7248205,2.3880954,115.40406,2.90713,176.57916,266.11542,2019.5848,576.17163,100.33784,155.48994,196.75058,8.194737,11.558974,92.75309,12.851585,18.298872,16.649977,25.149567,132.45773,17.624172,15.375708,51.990143,12.453337,3577.9111,21.312922,22.170834,16.953651,10.99812,187.41548,38.719975,17.564583,6.2595754,9.9168825,14.681029,62.238354,123.9261,30.45354,153.36473,21.673923,9.086443,70.40062,47.396812,113.8282,84.067924,6.862783,3.6246874,5.1655693,24.512606,3657.8457,5.6926007,6.906487,58.7641,14.764737,148.99179,66.08459,118.32056,3.4491034,74.35396,461.29694,336.409,40.087418,396.45673,50.522915,56.392918,83.28666,27.906433,4.636782,22.538414,529.97144,0.54380304,1.1917847,104.65839,18.48691,9.201436,11.978558,17.485039,146.91377,42.294376,158.14165,851.7109,320.92047,2402.4,1942.7852,25.528147,44.01496,2814.7683,21.10259,65.72014,559.92303,113.110954,162.4624,74.54035,370.8711,405.15332,465.1626,12.266857,93.796,328.85907,543.30646,18.79129,152.5078,22.468542,1.6963118,51.749268,1.1559256,1.279077,4.847916,14.255917,127.14307,28.987204,19.22264,345.51797,97.89618,58.3878,76.03125,24.907381,56.165104,16.265278,10.395431,17.883125,121.41812,49.49411,20.865492,26.24628,12.854167,24.439226,23.435276,2.6545534,113.72681,24.312674,292.59308,11.59958,506.64487,26.653938,628.37006,224.96306,9.526495,13.516971,301.41644,394.80585,1333.4847,524.3789 +2023-11-18 10:00:00,0.0,4265.6143,103.445625,53.52187,91.87119,56.27479,330.66092,44.996128,91.89082,24.78868,54.91189,652.0022,91.34575,25.71812,211.89058,0.799084,0.56535584,58.616467,1.2582161,6.7638717,1000.61426,8.657714,1104.4122,128.57567,0.34181184,18.912771,528.8887,45.80833,323.82285,187.84146,5845.346,3.5177135,2708.0525,49.11522,1.1116393,2.1684089,6.5109735,266.45554,321.2991,80.368904,57.613888,40.16257,13.019301,1099.5616,29.755468,52.163975,16.380331,473.6317,20.54374,484.17938,7.4779296,51.759075,0.0,845.3444,2821.2961,0.44004744,223.96127,22.992737,17707.91,29.804934,0.8549223,12.200092,29.799877,6.540613,2.0810082,15.4375925,390.0406,115.24541,14.310255,0.72455275,2.386962,115.39646,2.9037669,176.48723,266.1464,2019.8726,575.8589,100.328285,155.52628,196.95161,8.201595,11.56694,92.88873,12.8740635,18.327654,16.636707,25.131742,132.51967,17.61917,15.362777,51.979603,12.454704,3578.237,21.305399,22.169445,16.951578,10.997174,187.42778,38.72315,17.556944,6.2610607,9.910442,14.673627,62.220524,123.8791,30.450972,153.36945,21.669044,9.073137,70.33249,47.36329,113.706825,84.083664,6.874411,3.6227083,5.1647315,24.494215,3653.7034,5.701033,6.892493,58.747826,14.759107,148.96075,66.12028,118.32293,3.4495976,74.32903,461.2535,336.45685,40.057682,396.3284,50.50139,56.385952,83.25248,27.926798,4.6406913,22.548717,529.86865,0.54390293,1.1927546,104.706795,18.504963,9.202346,11.983196,17.486881,146.98096,42.337917,158.1508,851.8701,320.6894,2401.7527,1942.4779,25.511404,43.958206,2812.6438,21.111252,65.64213,559.78625,112.982025,162.30757,74.471344,370.41037,404.87476,465.17276,12.257904,93.72845,328.82623,542.99854,18.775103,152.38618,22.444305,1.6962423,51.751663,1.1559007,1.2791678,4.8472033,14.250055,126.94515,28.969395,19.221573,345.2835,97.82198,58.34385,75.979164,24.88746,56.169098,16.250927,10.372046,17.87625,121.34317,49.466312,20.841776,26.272305,12.847222,24.411469,23.42537,2.6511178,113.65414,24.284014,292.41214,11.593497,506.23743,26.634462,628.7855,224.85577,9.512025,13.511579,301.10727,394.45038,1332.8036,524.81915 +2023-11-18 11:00:00,0.0,4262.8804,103.33846,53.453552,91.838295,56.25302,330.67065,44.991806,91.87209,24.780527,54.906414,651.09204,91.3619,25.713226,211.7867,0.7974994,0.56363136,58.639023,1.2545247,6.7799993,1000.82056,8.678311,1104.9857,128.60439,0.34259883,18.957981,529.3197,45.817627,324.17993,187.90785,5840.116,3.5255208,2708.0264,49.216232,1.1138443,2.172925,6.5255766,266.3948,321.2323,80.488846,57.59861,40.16206,13.014594,1098.652,29.818554,52.127613,16.363768,473.628,20.524286,484.37646,7.4730606,51.72125,0.0,845.10175,2819.3474,0.43940258,223.81194,22.974998,17693.79,29.792267,0.8546649,12.189134,29.77717,6.5387506,2.0803607,15.428717,389.77588,115.120056,14.293562,0.72428507,2.3858283,115.388855,2.9004037,176.39528,266.17737,2020.1603,575.5461,100.31874,155.56262,197.15265,8.208454,11.574905,93.02438,12.896542,18.356434,16.623438,25.11392,132.58159,17.614168,15.349846,51.969067,12.456073,3578.563,21.297874,22.168056,16.949505,10.996227,187.44008,38.72632,17.549305,6.2625465,9.904001,14.666225,62.202694,123.83209,30.448402,153.37415,21.664164,9.059833,70.26435,47.32977,113.58545,84.0994,6.886039,3.6207292,5.163893,24.475824,3649.561,5.7094655,6.8784986,58.731552,14.753476,148.92972,66.155975,118.32531,3.450092,74.3041,461.21008,336.5047,40.027943,396.20004,50.479862,56.37899,83.2183,27.947165,4.644601,22.559023,529.76587,0.54400283,1.1937245,104.7552,18.523018,9.203257,11.987835,17.488724,147.04813,42.38146,158.15997,852.0293,320.45834,2401.1055,1942.1707,25.494661,43.90145,2810.519,21.119915,65.56412,559.64954,112.853096,162.15274,74.402336,369.94962,404.59622,465.18292,12.248952,93.66089,328.7934,542.6907,18.758913,152.26456,22.42007,1.6961727,51.75406,1.1558758,1.2792584,4.8464904,14.244194,126.747246,28.951584,19.220509,345.04904,97.747795,58.299904,75.927086,24.86754,56.17309,16.236574,10.348662,17.869375,121.26822,49.438515,20.81806,26.298328,12.840278,24.383709,23.415462,2.647682,113.58147,24.255356,292.2312,11.587415,505.83,26.614986,629.20105,224.74847,9.497555,13.506187,300.79807,394.0949,1332.1224,525.25934 +2023-11-18 12:00:00,0.0,4260.146,103.23131,53.385235,91.80539,56.23125,330.6804,44.987484,91.853355,24.772377,54.900936,650.1819,91.37805,25.708332,211.68282,0.79591477,0.5619068,58.66158,1.2508333,6.796127,1001.02686,8.698909,1105.5592,128.6331,0.34338582,19.003191,529.75073,45.826923,324.53702,187.97424,5834.886,3.5333283,2708.0,49.31724,1.1160493,2.1774414,6.5401797,266.33405,321.16553,80.60878,57.583332,40.161552,13.009888,1097.7424,29.88164,52.091255,16.347202,473.6243,20.504833,484.57352,7.4681916,51.68342,0.0,844.85913,2817.3987,0.43875772,223.66258,22.95726,17679.666,29.779598,0.85440755,12.178175,29.754463,6.5368886,2.079713,15.419842,389.51114,114.994705,14.276868,0.7240173,2.3846946,115.38125,2.8970408,176.30333,266.20834,2020.4479,575.23334,100.30919,155.59895,197.35367,8.215313,11.5828705,93.16003,12.91902,18.385216,16.610168,25.096096,132.64352,17.609165,15.336916,51.958527,12.45744,3578.889,21.290352,22.166666,16.947433,10.995281,187.45238,38.72949,17.541666,6.264032,9.897561,14.658823,62.18486,123.78509,30.445833,153.37886,21.659283,9.046527,70.19622,47.29625,113.46407,84.11514,6.8976665,3.61875,5.1630554,24.457436,3645.4185,5.7178974,6.864504,58.71528,14.747846,148.89868,66.191666,118.32768,3.4505863,74.27917,461.16666,336.55258,39.998203,396.0717,50.458332,56.372025,83.18412,27.967531,4.64851,22.569328,529.6631,0.5441027,1.1946944,104.80362,18.54107,9.204166,11.992473,17.490566,147.11531,42.425,158.16914,852.1885,320.22726,2400.4583,1941.8633,25.477917,43.844696,2808.3945,21.128576,65.48611,559.5128,112.72417,161.99791,74.333336,369.4889,404.31766,465.19308,12.24,93.59334,328.7606,542.38275,18.742725,152.14294,22.395834,1.6961031,51.756454,1.1558508,1.279349,4.8457775,14.238334,126.54933,28.933773,19.219444,344.81458,97.67361,58.255955,75.875,24.84762,56.177082,16.222223,10.325278,17.8625,121.19327,49.410717,20.794342,26.324352,12.833333,24.355951,23.405554,2.6442463,113.508804,24.226696,292.0503,11.581331,505.42255,26.595512,629.6165,224.64117,9.483085,13.500795,300.4889,393.73947,1331.4413,525.6996 +2023-11-18 13:00:00,0.0,4257.412,103.12415,53.316917,91.77249,56.20948,330.69012,44.98316,91.83462,24.764225,54.895462,649.2717,91.3942,25.703438,211.57893,0.7943302,0.56018233,58.684135,1.247142,6.8122544,1001.2331,8.719505,1106.1327,128.66182,0.34417278,19.0484,530.18176,45.836216,324.89413,188.04063,5829.6562,3.5411355,2707.9736,49.418255,1.1182542,2.1819577,6.554783,266.27332,321.09872,80.728714,57.568054,40.161045,13.00518,1096.8329,29.944725,52.054893,16.330639,473.62054,20.48538,484.7706,7.4633226,51.64559,0.0,844.61646,2815.4497,0.43811285,223.51324,22.939522,17665.543,29.766932,0.8541502,12.167215,29.731756,6.5350266,2.0790656,15.410966,389.24643,114.869354,14.260175,0.7237496,2.383561,115.37365,2.8936777,176.2114,266.23932,2020.7356,574.92053,100.29964,155.6353,197.5547,8.222171,11.590837,93.29567,12.941497,18.413996,16.596899,25.078274,132.70544,17.604164,15.323985,51.94799,12.458809,3579.2148,21.28283,22.165277,16.94536,10.994335,187.46468,38.73266,17.534027,6.265517,9.89112,14.651422,62.16703,123.73809,30.443264,153.38356,21.654404,9.033221,70.12809,47.26273,113.3427,84.13088,6.909294,3.6167707,5.162217,24.439045,3641.2761,5.72633,6.8505096,58.699005,14.742214,148.86765,66.22736,118.33006,3.4510808,74.254234,461.12323,336.60043,39.968468,395.94333,50.436806,56.365063,83.14994,27.987898,4.652419,22.579632,529.5603,0.5442026,1.1956643,104.85203,18.559124,9.205077,11.997111,17.492409,147.1825,42.46854,158.17831,852.3477,319.99622,2399.811,1941.556,25.461174,43.78794,2806.27,21.13724,65.408104,559.37604,112.59524,161.8431,74.26433,369.02814,404.03912,465.20325,12.231048,93.52578,328.72775,542.0748,18.726536,152.02133,22.371597,1.6960335,51.75885,1.1558259,1.2794397,4.8450646,14.232472,126.351425,28.915964,19.21838,344.5801,97.59942,58.212006,75.822914,24.8277,56.181076,16.20787,10.301894,17.855625,121.11832,49.38292,20.770626,26.350374,12.826389,24.328194,23.395647,2.6408107,113.436134,24.198038,291.86935,11.575249,505.0151,26.576036,630.032,224.53389,9.468615,13.495403,300.17972,393.384,1330.7601,526.13983 +2023-11-18 14:00:00,0.0,4254.6777,103.01699,53.2486,91.73959,56.18771,330.69986,44.978836,91.81589,24.756075,54.889988,648.36163,91.410355,25.698544,211.47505,0.7927456,0.55845785,58.706688,1.2434505,6.828382,1001.4394,8.740103,1106.7063,128.69054,0.34495977,19.09361,530.6128,45.845512,325.25122,188.10701,5824.4263,3.5489428,2707.9473,49.519264,1.1204592,2.186474,6.5693865,266.21255,321.03192,80.848656,57.552776,40.160538,13.000474,1095.9233,30.00781,52.018536,16.314074,473.61682,20.465927,484.96768,7.4584537,51.60776,0.0,844.3738,2813.501,0.437468,223.3639,22.921783,17651.422,29.754263,0.8538928,12.156257,29.709051,6.5331645,2.078418,15.40209,388.9817,114.744,14.243481,0.7234819,2.3824272,115.36604,2.8903146,176.11945,266.27026,2021.0233,574.6078,100.2901,155.67163,197.75572,8.22903,11.598802,93.43132,12.963975,18.442776,16.58363,25.060452,132.76738,17.599163,15.311054,51.937454,12.460176,3579.5408,21.275305,22.163889,16.943287,10.993388,187.47699,38.73583,17.526388,6.2670026,9.88468,14.644019,62.149197,123.691086,30.440693,153.38828,21.649523,9.019916,70.05996,47.229206,113.22131,84.14663,6.920922,3.6147916,5.1613793,24.420654,3637.1338,5.734762,6.8365154,58.68273,14.736584,148.83661,66.263054,118.332436,3.451575,74.22931,461.0798,336.64832,39.93873,395.81497,50.41528,56.358097,83.11576,28.008265,4.656328,22.589937,529.4576,0.5443025,1.1966342,104.90044,18.577177,9.205988,12.001749,17.494251,147.24968,42.512085,158.18748,852.50696,319.76517,2399.164,1941.2488,25.444431,43.731186,2804.1453,21.1459,65.33009,559.2393,112.4663,161.68826,74.19532,368.5674,403.76056,465.2134,12.222095,93.45822,328.69492,541.7669,18.710348,151.8997,22.34736,1.695964,51.761242,1.1558008,1.2795303,4.844352,14.226611,126.15351,28.898153,19.217314,344.34564,97.52523,58.168056,75.770836,24.80778,56.18507,16.19352,10.27851,17.84875,121.043365,49.35512,20.74691,26.376398,12.819445,24.300436,23.38574,2.637375,113.363464,24.169378,291.68842,11.569166,504.60767,26.55656,630.44745,224.42659,9.4541445,13.490011,299.87054,393.02853,1330.079,526.5801 +2023-11-18 15:00:00,0.0,4251.944,102.909836,53.180283,91.70669,56.16594,330.70963,44.974514,91.79715,24.747923,54.88451,647.4515,91.426506,25.69365,211.37117,0.79116094,0.55673337,58.729244,1.2397591,6.84451,1001.6456,8.7607,1107.2798,128.71925,0.34574676,19.13882,531.0438,45.854805,325.60834,188.1734,5819.1963,3.5567503,2707.921,49.620274,1.1226642,2.1909902,6.5839896,266.15182,320.96512,80.96859,57.5375,40.160027,12.995767,1095.0137,30.070896,51.982174,16.29751,473.6131,20.446476,485.16476,7.4535847,51.569935,0.0,844.1311,2811.5522,0.43682313,223.21455,22.904045,17637.299,29.741596,0.85363543,12.145298,29.686344,6.5313025,2.0777705,15.393214,388.71698,114.618645,14.226788,0.72321415,2.3812935,115.35844,2.8869514,176.0275,266.30124,2021.3109,574.295,100.28055,155.70796,197.95676,8.2358885,11.606768,93.56696,12.986453,18.471558,16.570362,25.042625,132.82932,17.59416,15.298123,51.926914,12.461545,3579.8667,21.267782,22.1625,16.941214,10.992442,187.48929,38.739,17.51875,6.268488,9.878239,14.636618,62.131367,123.64408,30.438124,153.39297,21.644642,9.006611,69.99182,47.195686,113.09994,84.16237,6.93255,3.6128125,5.1605415,24.402266,3632.9915,5.7431946,6.8225207,58.66646,14.730953,148.80559,66.29875,118.334816,3.4520693,74.20438,461.0364,336.69617,39.90899,395.68665,50.39375,56.35113,83.08158,28.02863,4.660238,22.60024,529.3548,0.5444025,1.1976042,104.948845,18.595232,9.206898,12.006388,17.496096,147.31686,42.555626,158.19666,852.66614,319.5341,2398.5168,1940.9415,25.427689,43.67443,2802.0208,21.154564,65.25208,559.10254,112.33737,161.53343,74.12632,368.10666,403.482,465.22357,12.213142,93.39067,328.66208,541.459,18.694159,151.77809,22.323126,1.6958944,51.763638,1.1557759,1.2796209,4.843639,14.22075,125.9556,28.880344,19.21625,344.11118,97.451035,58.124107,75.71875,24.787859,56.189064,16.179167,10.255125,17.841875,120.968414,49.327324,20.723194,26.402422,12.8125,24.272678,23.375832,2.6339393,113.2908,24.140718,291.50748,11.563084,504.20023,26.537085,630.8629,224.31929,9.439674,13.48462,299.56137,392.67307,1329.3978,527.0203 +2023-11-18 16:00:00,0.0,4249.21,102.80267,53.111965,91.67379,56.14417,330.71936,44.97019,91.77842,24.73977,54.879036,646.5413,91.44266,25.688755,211.26729,0.78957635,0.5550089,58.7518,1.2360678,6.8606377,1001.8519,8.781297,1107.8533,128.74797,0.34653375,19.184029,531.47485,45.8641,325.96542,188.23979,5813.967,3.5645576,2707.8945,49.721287,1.1248692,2.1955066,6.5985928,266.09106,320.89832,81.088524,57.52222,40.15952,12.99106,1094.1041,30.133982,51.945816,16.280945,473.60938,20.427023,485.36185,7.4487157,51.532104,0.0,843.8884,2809.6033,0.43617827,223.06522,22.886305,17623.176,29.728928,0.85337806,12.134338,29.663635,6.5294404,2.0771227,15.384338,388.45227,114.49329,14.2100935,0.72294647,2.3801599,115.35084,2.8835883,175.93556,266.3322,2021.5986,573.98224,100.270996,155.74431,198.15779,8.242746,11.614733,93.702614,13.008931,18.500338,16.557093,25.024803,132.89124,17.589159,15.285193,51.916378,12.462913,3580.1926,21.260258,22.161112,16.939142,10.991496,187.50159,38.74217,17.51111,6.2699738,9.8717985,14.629215,62.113537,123.59708,30.435555,153.39767,21.639763,8.993305,69.92369,47.162167,112.97856,84.17811,6.9441776,3.6108334,5.1597033,24.383875,3628.849,5.751627,6.8085265,58.650185,14.725323,148.77455,66.33444,118.33719,3.4525638,74.17944,460.99298,336.74405,39.87925,395.5583,50.372223,56.34417,83.0474,28.048996,4.664147,22.610546,529.252,0.5445024,1.1985741,104.99725,18.613285,9.2078085,12.011025,17.497938,147.38405,42.599167,158.20583,852.8253,319.30304,2397.8696,1940.6343,25.410946,43.617676,2799.8962,21.163227,65.17407,558.9658,112.20844,161.37862,74.05731,367.64594,403.20346,465.23373,12.20419,93.32311,328.62924,541.15106,18.67797,151.65646,22.29889,1.6958247,51.766033,1.155751,1.2797116,4.842926,14.214889,125.75769,28.862534,19.215185,343.8767,97.37685,58.080162,75.666664,24.767937,56.193054,16.164816,10.231741,17.835001,120.89346,49.299526,20.699478,26.428446,12.805555,24.24492,23.365925,2.6305037,113.21813,24.11206,291.32654,11.557001,503.7928,26.51761,631.2784,224.21199,9.425205,13.479228,299.2522,392.31763,1328.7168,527.4605 +2023-11-18 17:00:00,0.0,4246.4756,102.69552,53.043648,91.64089,56.122395,330.7291,44.965866,91.75968,24.73162,54.87356,645.63116,91.45881,25.68386,211.1634,0.78799176,0.5532844,58.774357,1.2323763,6.8767653,1002.0582,8.801894,1108.4269,128.77669,0.34732074,19.229239,531.9059,45.873398,326.32254,188.30618,5808.737,3.572365,2707.8682,49.822296,1.1270741,2.200023,6.6131964,266.03033,320.8315,81.208466,57.506943,40.15901,12.986353,1093.1946,30.19707,51.909454,16.264381,473.60565,20.40757,485.55893,7.4438467,51.494274,0.0,843.64575,2807.6545,0.4355334,222.91586,22.868567,17609.053,29.71626,0.8531207,12.12338,29.64093,6.527578,2.0764751,15.3754635,388.18753,114.36794,14.1934,0.7226787,2.3790264,115.34323,2.8802252,175.84361,266.3632,2021.8862,573.66943,100.261444,155.78064,198.35881,8.249605,11.622698,93.83826,13.031409,18.52912,16.543823,25.006979,132.95317,17.584156,15.272263,51.905838,12.464281,3580.5186,21.252735,22.159721,16.937069,10.990549,187.51389,38.745342,17.503471,6.271459,9.865357,14.621814,62.095703,123.55008,30.432985,153.40239,21.634882,8.98,69.85556,47.128643,112.857185,84.19385,6.9558053,3.608854,5.1588655,24.365484,3624.7068,5.760059,6.7945323,58.63391,14.719691,148.74352,66.37014,118.33957,3.453058,74.15452,460.94955,336.7919,39.849514,395.42993,50.350693,56.337204,83.01322,28.069363,4.668056,22.62085,529.14923,0.5446023,1.199544,105.04566,18.631338,9.208718,12.015664,17.49978,147.45123,42.642708,158.215,852.9845,319.07196,2397.2224,1940.3269,25.394201,43.56092,2797.7715,21.171888,65.09606,558.8291,112.07951,161.22379,73.988304,367.18518,402.9249,465.2439,12.195238,93.255554,328.5964,540.84314,18.661781,151.53485,22.274652,1.6957552,51.76843,1.155726,1.2798022,4.842213,14.209028,125.55978,28.844723,19.214119,343.64224,97.30266,58.036213,75.614586,24.748016,56.19705,16.150463,10.208357,17.828125,120.81851,49.27173,20.675762,26.45447,12.798611,24.217161,23.356018,2.627068,113.14546,24.0834,291.1456,11.550919,503.38535,26.498135,631.69385,224.1047,9.410735,13.473836,298.94302,391.96216,1328.0356,527.90076 +2023-11-18 18:00:00,0.0,4243.7417,102.588356,52.97533,91.60799,56.100624,330.73883,44.961544,91.740944,24.723469,54.868084,644.721,91.47497,25.678967,211.05954,0.7864071,0.5515599,58.796913,1.2286849,6.892893,1002.26447,8.822491,1109.0004,128.8054,0.34810773,19.274448,532.3369,45.88269,326.67963,188.37257,5803.507,3.5801723,2707.8418,49.92331,1.1292791,2.2045393,6.627799,265.9696,320.7647,81.3284,57.491665,40.158504,12.981647,1092.2849,30.260155,51.873096,16.247816,473.60193,20.388117,485.756,7.4389777,51.456448,0.0,843.4031,2805.7058,0.43488854,222.76653,22.850828,17594.932,29.703594,0.8528633,12.112421,29.618221,6.525716,2.0758276,15.366588,387.92282,114.24259,14.176706,0.72241104,2.3778927,115.335625,2.876862,175.75166,266.39417,2022.174,573.3566,100.2519,155.81697,198.55984,8.256464,11.630664,93.97391,13.053887,18.5579,16.530554,24.989157,133.01509,17.579155,15.259332,51.8953,12.465649,3580.8445,21.245213,22.158333,16.934996,10.989603,187.52618,38.748512,17.495832,6.2729445,9.858917,14.614411,62.077873,123.503075,30.430416,153.40709,21.630001,8.966695,69.78742,47.095123,112.73581,84.20959,6.967433,3.606875,5.1580276,24.347095,3620.5642,5.7684913,6.7805376,58.617638,14.714061,148.71248,66.40584,118.34194,3.4535525,74.129585,460.90613,336.83978,39.819775,395.30157,50.329166,56.330242,82.97904,28.08973,4.671965,22.631155,529.04645,0.5447022,1.2005138,105.09407,18.649393,9.209629,12.020303,17.501623,147.51842,42.68625,158.22417,853.14374,318.8409,2396.5752,1940.0197,25.377459,43.504166,2795.647,21.180552,65.01805,558.6923,111.950584,161.06895,73.9193,366.72446,402.64636,465.25406,12.186285,93.188,328.56357,540.5352,18.645594,151.41322,22.250418,1.6956856,51.770824,1.155701,1.2798928,4.8415003,14.203167,125.36187,28.826914,19.213055,343.40778,97.22847,57.992264,75.5625,24.728096,56.201042,16.136112,10.184973,17.82125,120.74355,49.24393,20.652044,26.480494,12.791667,24.189404,23.34611,2.6236324,113.0728,24.054743,290.96466,11.544836,502.97794,26.478659,632.1093,223.9974,9.396265,13.468444,298.63385,391.6067,1327.3545,528.341 +2023-11-18 19:00:00,0.0,4241.0073,102.4812,52.907013,91.57509,56.078854,330.74857,44.95722,91.72221,24.715319,54.86261,643.8109,91.49112,25.67407,210.95566,0.7848225,0.54983544,58.819466,1.2249936,6.9090204,1002.47076,8.843088,1109.5739,128.83412,0.34889472,19.319658,532.76794,45.891987,327.0367,188.43896,5798.277,3.5879796,2707.8154,50.02432,1.1314842,2.2090554,6.6424026,265.90884,320.6979,81.44834,57.476387,40.157997,12.976939,1091.3754,30.32324,51.836735,16.23125,473.5982,20.368664,485.95306,7.4341087,51.418617,0.0,843.1604,2803.7568,0.43424368,222.61717,22.83309,17580.809,29.690926,0.85260594,12.101461,29.595516,6.523854,2.07518,15.357712,387.65808,114.11723,14.160013,0.7221433,2.376759,115.32802,2.873499,175.65973,266.42514,2022.4617,573.0439,100.242355,155.85332,198.76088,8.263323,11.638629,94.10955,13.0763645,18.586681,16.517284,24.971333,133.07703,17.574154,15.246401,51.88476,12.467017,3581.1704,21.237688,22.156944,16.932922,10.988657,187.5385,38.751682,17.488194,6.27443,9.852476,14.60701,62.06004,123.45607,30.427847,153.4118,21.625122,8.953389,69.71929,47.061604,112.61443,84.22533,6.979061,3.6048958,5.1571894,24.328705,3616.4219,5.7769237,6.7665434,58.601368,14.70843,148.68144,66.44153,118.34432,3.4540467,74.10465,460.8627,336.88763,39.790035,395.17322,50.30764,56.323277,82.94486,28.110094,4.675874,22.64146,528.94366,0.54480207,1.2014837,105.14248,18.667446,9.21054,12.0249405,17.503466,147.58559,42.72979,158.23334,853.303,318.60986,2395.9282,1939.7124,25.360716,43.44741,2793.5225,21.189213,64.94005,558.5556,111.821655,160.91414,73.850296,366.2637,402.3678,465.26422,12.177333,93.120445,328.53073,540.2273,18.629404,151.29161,22.226181,1.695616,51.773216,1.1556761,1.2799835,4.8407874,14.197306,125.163956,28.809103,19.21199,343.1733,97.15428,57.948315,75.510414,24.708176,56.205036,16.12176,10.161589,17.814375,120.6686,49.216133,20.628328,26.506517,12.784722,24.161646,23.336203,2.6201966,113.00013,24.026083,290.78372,11.5387535,502.5705,26.459183,632.5248,223.8901,9.381795,13.463052,298.32465,391.25122,1326.6733,528.78125 +2023-11-18 20:00:00,0.0,4238.2734,102.37404,52.838696,91.54219,56.057083,330.7583,44.952896,91.703476,24.707167,54.857136,642.90076,91.50727,25.669176,210.85178,0.78323793,0.5481109,58.842022,1.2213022,6.925148,1002.677,8.863686,1110.1473,128.86284,0.34968168,19.364868,533.199,45.90128,327.39383,188.50536,5793.047,3.595787,2707.789,50.12533,1.1336892,2.2135718,6.657006,265.8481,320.6311,81.568275,57.461113,40.157486,12.972233,1090.4658,30.386326,51.800377,16.214687,473.59448,20.34921,486.15015,7.4292397,51.38079,0.0,842.9177,2801.808,0.43359882,222.46783,22.815351,17566.686,29.678259,0.85234857,12.090503,29.57281,6.5219917,2.0745325,15.348836,387.39337,113.99188,14.143319,0.72187555,2.3756254,115.32042,2.8701358,175.56778,266.45612,2022.7493,572.7311,100.2328,155.88965,198.9619,8.270181,11.646594,94.24519,13.098843,18.615461,16.504015,24.95351,133.13895,17.56915,15.233471,51.874226,12.468385,3581.4963,21.230165,22.155556,16.930851,10.98771,187.5508,38.754852,17.480556,6.2759156,9.846036,14.599607,62.04221,123.409065,30.425278,153.4165,21.620241,8.9400835,69.65116,47.028084,112.49306,84.24107,6.990689,3.6029167,5.1563516,24.310314,3612.2795,5.785356,6.752549,58.585094,14.702799,148.6504,66.47723,118.346695,3.4545412,74.07973,460.81927,336.93552,39.7603,395.0449,50.28611,56.316315,82.91068,28.13046,4.679784,22.651764,528.8409,0.54490197,1.2024537,105.19089,18.6855,9.21145,12.029579,17.505308,147.65277,42.773335,158.24251,853.46216,318.37878,2395.281,1939.4052,25.343973,43.390656,2791.3977,21.197876,64.86204,558.4189,111.69272,160.75931,73.78129,365.80295,402.08926,465.27438,12.168381,93.05289,328.4979,539.9194,18.613216,151.16998,22.201944,1.6955464,51.77561,1.1556511,1.2800741,4.8400745,14.191444,124.96604,28.791292,19.210926,342.93884,97.080086,57.904366,75.458336,24.688255,56.209026,16.107409,10.138205,17.8075,120.59365,49.188335,20.604612,26.53254,12.777778,24.133888,23.326296,2.616761,112.92746,23.997425,290.60278,11.532671,502.16306,26.439709,632.9403,223.78282,9.367325,13.457661,298.01547,390.89575,1325.9922,529.22144 +2023-11-18 21:00:00,0.0,4235.539,102.266884,52.77038,91.50929,56.035313,330.76807,44.948574,91.684746,24.699015,54.851658,641.9906,91.52342,25.664282,210.7479,0.7816533,0.5463864,58.86458,1.2176107,6.9412756,1002.8833,8.884282,1110.721,128.89157,0.35046867,19.410078,533.63,45.910576,327.75092,188.57173,5787.817,3.6035943,2707.763,50.22634,1.1358942,2.2180882,6.671609,265.78735,320.5643,81.68821,57.445835,40.15698,12.9675255,1089.5563,30.449411,51.764015,16.198122,473.59076,20.329758,486.34723,7.424371,51.34296,0.0,842.67505,2799.8594,0.43295395,222.3185,22.797613,17552.562,29.66559,0.85209113,12.079544,29.550102,6.5201297,2.073885,15.33996,387.12863,113.86653,14.126626,0.72160786,2.3744917,115.31281,2.8667727,175.47583,266.4871,2023.037,572.41833,100.22325,155.92598,199.16293,8.27704,11.65456,94.380844,13.121321,18.644243,16.490746,24.935686,133.20088,17.56415,15.22054,51.863686,12.469753,3581.8223,21.222643,22.154167,16.928778,10.986764,187.5631,38.758022,17.472918,6.277401,9.839595,14.592206,62.024376,123.36207,30.422709,153.42122,21.61536,8.926778,69.58303,46.99456,112.37168,84.25681,7.0023165,3.6009374,5.155514,24.291925,3608.1372,5.7937884,6.7385545,58.56882,14.697168,148.61937,66.51292,118.349075,3.4550354,74.054794,460.77588,336.98337,39.73056,394.91653,50.264584,56.30935,82.8765,28.150827,4.683693,22.66207,528.7381,0.54500186,1.2034236,105.239296,18.703552,9.21236,12.034217,17.507153,147.71996,42.816875,158.25166,853.62134,318.14774,2394.6338,1939.0978,25.32723,43.3339,2789.2732,21.206537,64.78403,558.2821,111.56379,160.60448,73.71228,365.34222,401.8107,465.28455,12.159429,92.98534,328.46506,539.6115,18.597027,151.04837,22.17771,1.6954769,51.778008,1.1556262,1.2801647,4.839362,14.185583,124.768135,28.773483,19.20986,342.70438,97.0059,57.860416,75.40625,24.668335,56.21302,16.093056,10.11482,17.800625,120.5187,49.160538,20.580896,26.558563,12.770833,24.10613,23.316387,2.6133254,112.85479,23.968765,290.42184,11.526588,501.7556,26.420233,633.3558,223.67552,9.352855,13.452269,297.7063,390.5403,1325.311,529.6617 +2023-11-18 22:00:00,0.0,4232.805,102.15972,52.70206,91.47639,56.013542,330.7778,44.94425,91.66601,24.690865,54.846184,641.08044,91.53957,25.659388,210.64401,0.7800687,0.54466194,58.887135,1.2139194,6.957403,1003.0896,8.90488,1111.2944,128.92029,0.35125566,19.455288,534.06104,45.919872,328.10803,188.63812,5782.587,3.6114018,2707.7366,50.327354,1.1380991,2.2226045,6.686212,265.72662,320.4975,81.80815,57.430557,40.15647,12.962819,1088.6466,30.512497,51.727657,16.181559,473.587,20.310307,486.5443,7.419502,51.305134,0.0,842.4324,2797.9104,0.4323091,222.16914,22.779875,17538.441,29.652924,0.85183376,12.068584,29.527395,6.5182676,2.0732374,15.331085,386.86392,113.74118,14.109932,0.7213401,2.373358,115.30521,2.8634095,175.3839,266.51807,2023.3247,572.1055,100.21371,155.96233,199.36395,8.283898,11.662525,94.51649,13.143799,18.673023,16.477478,24.917864,133.26282,17.559149,15.207609,51.85315,12.471121,3582.1482,21.215118,22.152779,16.926704,10.985818,187.5754,38.761192,17.465279,6.2788863,9.833155,14.584804,62.006546,123.31506,30.420137,153.42592,21.610481,8.913473,69.51489,46.96104,112.250305,84.27255,7.013944,3.5989583,5.1546755,24.273535,3603.9949,5.8022203,6.7245603,58.552547,14.691538,148.58833,66.548615,118.35145,3.4555297,74.02986,460.73245,337.03122,39.70082,394.78818,50.243057,56.302387,82.84232,28.171194,4.687602,22.672373,528.6353,0.54510176,1.2043935,105.287704,18.721607,9.21327,12.038856,17.508995,147.78714,42.860416,158.26083,853.7805,317.91666,2393.9866,1938.7905,25.310488,43.277145,2787.1487,21.2152,64.70602,558.1454,111.43486,160.44965,73.64327,364.88147,401.53217,465.2947,12.1504755,92.91778,328.43222,539.3036,18.58084,150.92676,22.153473,1.6954073,51.780403,1.1556011,1.2802554,4.8386493,14.179722,124.57022,28.755672,19.208796,342.4699,96.93171,57.81647,75.354164,24.648415,56.217014,16.078705,10.091435,17.79375,120.44375,49.13274,20.55718,26.584587,12.763889,24.078373,23.30648,2.6098897,112.78213,23.940107,290.2409,11.520505,501.34818,26.400757,633.77124,223.56822,9.338385,13.446877,297.39713,390.18484,1324.6299,530.1019 +2023-11-18 23:00:00,0.0,4230.071,102.05257,52.633743,91.44349,55.99177,330.78754,44.939926,91.64727,24.682713,54.84071,640.1703,91.555725,25.654493,210.54013,0.77848405,0.54293746,58.90969,1.210228,6.9735312,1003.29584,8.925476,1111.8679,128.949,0.35204265,19.500498,534.49207,45.929165,328.46512,188.70451,5777.357,3.619209,2707.7102,50.428364,1.1403041,2.2271206,6.700815,265.66586,320.4307,81.928085,57.41528,40.155964,12.958112,1087.737,30.575583,51.691296,16.164993,473.5833,20.290854,486.7414,7.414633,51.267303,0.0,842.1897,2795.9617,0.43166423,222.0198,22.762136,17524.318,29.640255,0.8515764,12.057626,29.504688,6.516405,2.0725899,15.322209,386.5992,113.61582,14.093239,0.72107244,2.3722243,115.29761,2.8600464,175.29195,266.54904,2023.6123,571.7928,100.204155,155.99866,199.56499,8.290756,11.67049,94.65214,13.166277,18.701803,16.464209,24.90004,133.32474,17.554146,15.194679,51.84261,12.472489,3582.474,21.207596,22.151388,16.924633,10.984872,187.58769,38.764366,17.45764,6.2803717,9.826714,14.577402,61.988716,123.26806,30.417568,153.43063,21.6056,8.900167,69.44676,46.92752,112.12893,84.28829,7.025572,3.5969791,5.1538377,24.255144,3599.8525,5.8106527,6.710566,58.536274,14.685907,148.5573,66.584305,118.35383,3.4560242,74.00493,460.68903,337.0791,39.671085,394.65982,50.221527,56.29542,82.80814,28.19156,4.691511,22.682678,528.53253,0.54520166,1.2053634,105.33611,18.73966,9.214181,12.043493,17.510838,147.85432,42.903957,158.27,853.93976,317.6856,2393.3394,1938.4833,25.293743,43.22039,2785.0242,21.223862,64.628006,558.00867,111.30593,160.29483,73.57427,364.42075,401.2536,465.30487,12.141523,92.85022,328.3994,538.99567,18.56465,150.80513,22.129236,1.6953377,51.7828,1.1555762,1.280346,4.8379364,14.1738615,124.372314,28.737862,19.207731,342.23544,96.85752,57.772522,75.302086,24.628492,56.22101,16.064352,10.068051,17.786875,120.3688,49.104942,20.533464,26.610611,12.756945,24.050615,23.296574,2.606454,112.70946,23.911448,290.06,11.514422,500.94073,26.381283,634.1867,223.46094,9.323915,13.441484,297.08795,389.82938,1323.9487,530.5422 +2023-11-19 00:00:00,0.0,4227.337,101.945404,52.565426,91.41059,55.97,330.79727,44.935604,91.62854,24.674562,54.83523,639.2602,91.57188,25.6496,210.43625,0.77689946,0.541213,58.932243,1.2065365,6.989659,1003.50214,8.946074,1112.4415,128.97772,0.35282964,19.545708,534.9231,45.93846,328.8222,188.7709,5772.127,3.6270163,2707.6838,50.529377,1.1425091,2.231637,6.715419,265.60513,320.3639,82.04803,57.4,40.155453,12.953405,1086.8275,30.638668,51.654938,16.14843,473.5796,20.2714,486.93848,7.409764,51.229473,0.0,841.947,2794.013,0.43101937,221.87045,22.744396,17510.195,29.627588,0.851319,12.046667,29.481983,6.514543,2.0719423,15.3133335,386.33447,113.49047,14.076545,0.7208047,2.371091,115.29,2.8566833,175.2,266.58,2023.9,571.48,100.1946,156.035,199.76602,8.297615,11.678456,94.78778,13.188755,18.730585,16.45094,24.882217,133.38667,17.549145,15.181748,51.832073,12.473857,3582.8,21.200071,22.15,16.92256,10.983925,187.6,38.767536,17.45,6.281857,9.820272,14.57,61.970882,123.221054,30.414999,153.43533,21.60072,8.886862,69.37863,46.893997,112.00755,84.30403,7.0372,3.595,5.153,24.236755,3595.71,5.819085,6.6965714,58.52,14.680276,148.52626,66.62,118.3562,3.4565184,73.98,460.6456,337.12695,39.641346,394.53146,50.2,56.28846,82.773964,28.211926,4.6954207,22.692982,528.42975,0.5453016,1.2063333,105.38452,18.757713,9.215091,12.048132,17.51268,147.92151,42.9475,158.27917,854.099,317.45456,2392.6924,1938.176,25.277,43.163635,2782.8994,21.232525,64.55,557.8719,111.177,160.14,73.505264,363.96,400.97504,465.31503,12.132571,92.78267,328.36658,538.68774,18.548462,150.68352,22.105,1.6952682,51.78519,1.1555513,1.2804366,4.8372235,14.168,124.1744,28.720053,19.206667,342.00098,96.78333,57.728573,75.25,24.608572,56.225,16.05,10.044667,17.78,120.293846,49.077145,20.509747,26.636635,12.75,24.022856,23.286665,2.6030183,112.63679,23.88279,289.87906,11.50834,500.5333,26.361807,634.6022,223.35364,9.309444,13.436093,296.77878,389.4739,1323.2677,530.9824 +2023-11-19 01:00:00,0.0,4224.603,101.83825,52.49711,91.377686,55.94823,330.807,44.93128,91.6098,24.66641,54.829758,638.35004,91.588036,25.644705,210.33237,0.77531487,0.5394885,58.9548,1.2028452,7.0057864,1003.7084,8.966671,1113.015,129.00644,0.35361663,19.590918,535.3541,45.947754,329.17932,188.8373,5766.897,3.6348238,2707.6575,50.630386,1.1447141,2.2361534,6.730022,265.5444,320.2971,82.16796,57.384724,40.154945,12.948699,1085.9178,30.701754,51.618576,16.131865,473.5758,20.251947,487.13553,7.404895,51.191647,0.0,841.70435,2792.064,0.43037453,221.72112,22.726658,17496.072,29.61492,0.85106164,12.035707,29.459274,6.512681,2.0712945,15.304458,386.06976,113.36512,14.059852,0.72053695,2.3699572,115.282394,2.8533201,175.10806,266.61096,2024.1876,571.16724,100.18505,156.07133,199.96704,8.304474,11.686421,94.92343,13.211232,18.759365,16.43767,24.864395,133.4486,17.544142,15.1688175,51.821537,12.475225,3583.126,21.192549,22.148611,16.920486,10.982979,187.6123,38.770706,17.442362,6.283343,9.813832,14.562598,61.953053,123.17405,30.41243,153.44003,21.59584,8.873557,69.3105,46.860477,111.88618,84.31977,7.0488276,3.593021,5.1521616,24.218365,3591.5676,5.8275175,6.682577,58.503727,14.674645,148.49522,66.65569,118.35858,3.457013,73.95507,460.60217,337.17484,39.611607,394.40314,50.17847,56.281494,82.739784,28.232292,4.69933,22.703287,528.32697,0.5454015,1.2073032,105.43293,18.775766,9.2160015,12.052771,17.514523,147.9887,42.991043,158.28835,854.2582,317.22348,2392.0452,1937.8688,25.260258,43.10688,2780.775,21.241188,64.47199,557.73517,111.048065,159.98517,73.43626,363.49927,400.6965,465.3252,12.123619,92.71511,328.33374,538.3798,18.532274,150.56189,22.080765,1.6951985,51.787586,1.1555263,1.2805274,4.8365107,14.162139,123.97649,28.702242,19.2056,341.7665,96.70914,57.684624,75.197914,24.588652,56.228992,16.035648,10.021283,17.773125,120.218895,49.049347,20.48603,26.662659,12.743055,23.995098,23.276758,2.5995827,112.564125,23.85413,289.69812,11.502257,500.12585,26.34233,635.01764,223.24634,9.294974,13.430701,296.4696,389.11844,1322.5865,531.4226 +2023-11-19 02:00:00,0.0,4221.8687,101.73109,52.42879,91.34479,55.92646,330.81677,44.926956,91.59107,24.658258,54.824284,637.4399,91.60419,25.63981,210.22849,0.7737302,0.537764,58.977356,1.1991538,7.021914,1003.9147,8.9872675,1113.5885,129.03516,0.35440361,19.636127,535.78516,45.95705,329.5364,188.90369,5761.667,3.642631,2707.631,50.7314,1.146919,2.2406697,6.744625,265.48364,320.2303,82.287895,57.369446,40.154438,12.943992,1085.0083,30.76484,51.58222,16.1153,473.5721,20.232494,487.3326,7.400026,51.153816,0.0,841.4617,2790.1152,0.42972967,221.57178,22.70892,17481.951,29.602253,0.85080427,12.024749,29.436567,6.510819,2.070647,15.295582,385.80502,113.23977,14.043158,0.72026926,2.3688235,115.274796,2.849957,175.01611,266.64194,2024.4753,570.85443,100.17551,156.10767,200.16808,8.311332,11.694387,95.059074,13.23371,18.788147,16.4244,24.846571,133.51053,17.53914,15.155887,51.810997,12.476593,3583.452,21.185026,22.147223,16.918413,10.982033,187.6246,38.773876,17.434723,6.284828,9.807391,14.555196,61.93522,123.12705,30.40986,153.44475,21.59096,8.860251,69.24236,46.826958,111.7648,84.33552,7.0604553,3.5910416,5.151324,24.199974,3587.4253,5.83595,6.668583,58.487453,14.669015,148.46419,66.69139,118.360954,3.4575071,73.93014,460.55878,337.2227,39.581867,394.27478,50.156944,56.274532,82.705605,28.252659,4.703239,22.713593,528.22424,0.5455014,1.2082732,105.48134,18.793821,9.216912,12.057408,17.516365,148.05588,43.034584,158.29752,854.41736,316.99243,2391.398,1937.5614,25.243515,43.050125,2778.6504,21.24985,64.39398,557.5984,110.919136,159.83035,73.36725,363.0385,400.41794,465.33536,12.114666,92.64756,328.3009,538.0719,18.516085,150.44028,22.056528,1.6951289,51.78998,1.1555014,1.280618,4.835798,14.156278,123.77858,28.684433,19.204536,341.53204,96.63495,57.640675,75.145836,24.568731,56.232986,16.021296,9.997899,17.76625,120.14394,49.02155,20.462315,26.688683,12.736111,23.96734,23.266851,2.5961468,112.491455,23.825472,289.51718,11.496175,499.7184,26.322855,635.4331,223.13904,9.280504,13.425309,296.16043,388.763,1321.9054,531.86285 +2023-11-19 03:00:00,0.0,4219.135,101.62393,52.360474,91.31189,55.90469,330.8265,44.922634,91.572334,24.650108,54.818806,636.5297,91.62034,25.634916,210.12462,0.7721456,0.5360395,58.999912,1.1954623,7.0380416,1004.121,9.007865,1114.162,129.06387,0.35519058,19.681337,536.2162,45.966347,329.89352,188.97008,5756.437,3.6504385,2707.6047,50.83241,1.149124,2.245186,6.7592287,265.4229,320.16348,82.40784,57.354168,40.15393,12.939285,1084.0988,30.827925,51.545856,16.098736,473.5684,20.213041,487.5297,7.395157,51.11599,0.0,841.219,2788.1665,0.4290848,221.42242,22.691181,17467.828,29.589584,0.8505469,12.01379,29.41386,6.508957,2.0699995,15.286707,385.5403,113.11441,14.026464,0.7200015,2.3676898,115.26719,2.8465939,174.92416,266.6729,2024.7631,570.5416,100.16596,156.14401,200.3691,8.318191,11.702353,95.19472,13.256188,18.816927,16.41113,24.828747,133.57246,17.53414,15.142957,51.80046,12.477962,3583.7778,21.177502,22.145834,16.916342,10.981086,187.6369,38.777046,17.427084,6.2863135,9.800951,14.547794,61.91739,123.08005,30.407291,153.44945,21.586079,8.846946,69.17423,46.793438,111.643425,84.35126,7.072083,3.5890625,5.150486,24.181585,3583.283,5.844382,6.654588,58.47118,14.663384,148.43315,66.72708,118.363335,3.4580014,73.90521,460.51535,337.27057,39.55213,394.14642,50.135418,56.267567,82.671425,28.273026,4.707148,22.723896,528.12146,0.5456013,1.209243,105.52975,18.811874,9.217822,12.062047,17.518208,148.12305,43.078125,158.30669,854.57654,316.76135,2390.7507,1937.2542,25.226772,42.99337,2776.5256,21.258512,64.31597,557.4617,110.79021,159.67552,73.29825,362.5778,400.1394,465.34552,12.105714,92.58,328.26807,537.764,18.499897,150.31865,22.032291,1.6950593,51.792377,1.1554763,1.2807086,4.835085,14.150416,123.580666,28.666622,19.203472,341.29758,96.56076,57.59673,75.09375,24.548811,56.23698,16.006945,9.974514,17.759375,120.068985,48.99375,20.438599,26.714705,12.729167,23.939583,23.256943,2.5927112,112.418785,23.796812,289.33624,11.490092,499.31097,26.303381,635.8486,223.03175,9.266034,13.419917,295.85123,388.40753,1321.2242,532.3031 +2023-11-19 04:00:00,0.0,4216.4004,101.51678,52.292156,91.278984,55.882915,330.83624,44.918312,91.5536,24.641956,54.81333,635.6196,91.63649,25.630022,210.02074,0.770561,0.534315,59.02247,1.191771,7.054169,1004.3272,9.028461,1114.7356,129.09259,0.35597757,19.726547,536.6472,45.97564,330.2506,189.03645,5751.207,3.6582458,2707.5784,50.933422,1.151329,2.2497022,6.7738314,265.36215,320.09668,82.52777,57.33889,40.153423,12.934578,1083.1892,30.891012,51.5095,16.08217,473.5647,20.193588,487.72678,7.390288,51.07816,0.0,840.9763,2786.2178,0.42843994,221.27309,22.673443,17453.705,29.576918,0.8502895,12.0028305,29.391153,6.507095,2.069352,15.277831,385.2756,112.98906,14.00977,0.71973383,2.3665562,115.25958,2.8432307,174.83223,266.7039,2025.0507,570.2289,100.15641,156.18034,200.57013,8.325049,11.710318,95.33037,13.2786665,18.845709,16.397861,24.810925,133.63438,17.529137,15.130026,51.78992,12.479329,3584.1038,21.16998,22.144444,16.914268,10.98014,187.6492,38.780216,17.419445,6.287799,9.79451,14.540392,61.89956,123.03304,30.404722,153.45416,21.5812,8.83364,69.1061,46.759914,111.52205,84.367,7.0837107,3.5870833,5.1496477,24.163195,3579.1406,5.852814,6.640594,58.454906,14.657753,148.40211,66.76278,118.36571,3.4584959,73.88028,460.47192,337.31842,39.522392,394.01807,50.113888,56.2606,82.637245,28.293392,4.7110577,22.734201,528.0187,0.5457012,1.210213,105.578156,18.829927,9.218733,12.066685,17.520052,148.19023,43.121666,158.31586,854.7358,316.5303,2390.1035,1936.9469,25.210028,42.936615,2774.4011,21.267174,64.23796,557.32495,110.66128,159.52069,73.22924,362.11703,399.86084,465.35568,12.096762,92.51244,328.23523,537.45605,18.483707,150.19704,22.008057,1.6949898,51.794773,1.1554514,1.2807992,4.834372,14.144556,123.38276,28.648811,19.202408,341.0631,96.48657,57.55278,75.041664,24.52889,56.24097,15.992593,9.95113,17.7525,119.99403,48.965954,20.414883,26.740728,12.722222,23.911825,23.247036,2.5892756,112.34612,23.768154,289.1553,11.48401,498.90353,26.283905,636.26404,222.92445,9.251564,13.414525,295.54205,388.05206,1320.5431,532.74335 +2023-11-19 05:00:00,0.0,4213.6665,101.409615,52.22384,91.246086,55.861145,330.84598,44.913986,91.53487,24.633806,54.807854,634.7095,91.65264,25.625128,209.91685,0.7689764,0.5325905,59.04502,1.1880796,7.070297,1004.5335,9.049059,1115.3091,129.1213,0.35676455,19.771757,537.07825,45.984936,330.6077,189.10284,5745.977,3.666053,2707.552,51.03443,1.153534,2.2542186,6.788435,265.30142,320.02988,82.64771,57.323612,40.152912,12.929872,1082.2795,30.954098,51.473137,16.065607,473.5609,20.174137,487.92386,7.385419,51.040333,0.0,840.73364,2784.2688,0.42779508,221.12373,22.655704,17439.584,29.564249,0.85003215,11.991872,29.368448,6.5052323,2.0687044,15.268955,385.01086,112.86371,13.993077,0.7194661,2.3654225,115.25198,2.8398676,174.74028,266.73486,2025.3384,569.9161,100.146866,156.21667,200.77116,8.331907,11.718284,95.46601,13.301145,18.874489,16.384594,24.793102,133.69632,17.524136,15.117095,51.779385,12.480698,3584.4297,21.162455,22.143055,16.912195,10.979194,187.66151,38.78339,17.411806,6.289284,9.78807,14.53299,61.881725,122.98604,30.402153,153.45886,21.576319,8.820335,69.037964,46.726395,111.400665,84.38274,7.095339,3.5851042,5.14881,24.144804,3574.9983,5.8612466,6.6266,58.438633,14.6521225,148.3711,66.79848,118.36809,3.45899,73.85535,460.4285,337.3663,39.492653,393.8897,50.09236,56.25364,82.603065,28.313757,4.714967,22.744505,527.9159,0.5458011,1.2111828,105.626564,18.847982,9.219643,12.071323,17.521894,148.25742,43.165207,158.32503,854.895,316.29926,2389.4565,1936.6396,25.193285,42.87986,2772.2766,21.275837,64.15995,557.1882,110.53235,159.36586,73.16023,361.65628,399.5823,465.36584,12.08781,92.44489,328.2024,537.14813,18.46752,150.07541,21.98382,1.6949202,51.797165,1.1554265,1.2808899,4.833659,14.138695,123.184845,28.631002,19.201342,340.82864,96.412384,57.50883,74.989586,24.508968,56.244965,15.978241,9.927746,17.745625,119.91908,48.938156,20.391167,26.766752,12.715278,23.884068,23.23713,2.58584,112.27345,23.739494,288.97437,11.477927,498.4961,26.26443,636.67957,222.81715,9.237094,13.409134,295.23288,387.6966,1319.8619,533.1836 +2023-11-19 06:00:00,0.0,4210.932,101.30246,52.15552,91.21319,55.839375,330.8557,44.909664,91.51613,24.625654,54.80238,633.7993,91.66879,25.620232,209.81297,0.7673918,0.530866,59.067577,1.1843882,7.0864244,1004.73975,9.069656,1115.8826,129.15002,0.35755154,19.816967,537.5093,45.99423,330.9648,189.16924,5740.747,3.6738605,2707.5256,51.135445,1.155739,2.258735,6.803038,265.24066,319.96307,82.76765,57.308334,40.152405,12.925164,1081.37,31.017183,51.43678,16.049042,473.55722,20.154684,488.12094,7.38055,51.002502,0.0,840.49097,2782.32,0.42715022,220.9744,22.637966,17425.46,29.551582,0.8497748,11.980913,29.345741,6.5033703,2.0680568,15.260079,384.74615,112.73836,13.976383,0.71919835,2.3642888,115.24438,2.8365045,174.64833,266.76584,2025.6261,569.60333,100.137314,156.25302,200.97218,8.338766,11.726249,95.60166,13.323623,18.90327,16.371325,24.775278,133.75824,17.519133,15.104164,51.768845,12.482065,3584.7556,21.154932,22.141666,16.910122,10.978247,187.67381,38.78656,17.404167,6.29077,9.781629,14.525588,61.863895,122.93904,30.399582,153.46358,21.571438,8.80703,68.96983,46.692875,111.27929,84.398476,7.1069665,3.5831249,5.147972,24.126415,3570.8557,5.869679,6.612605,58.422363,14.646492,148.34006,66.83417,118.37046,3.4594846,73.83042,460.38507,337.41415,39.462917,393.76138,50.070835,56.246674,82.568886,28.334124,4.718876,22.75481,527.8131,0.545901,1.2121527,105.67498,18.866035,9.220553,12.075961,17.523737,148.3246,43.20875,158.3342,855.05414,316.06818,2388.8093,1936.3323,25.176542,42.823105,2770.1519,21.284498,64.08195,557.05145,110.40341,159.21104,73.091225,361.19556,399.30374,465.376,12.078856,92.377335,328.16956,536.8403,18.45133,149.9538,21.959583,1.6948506,51.79956,1.1554015,1.2809805,4.8329463,14.1328335,122.98693,28.613192,19.200277,340.59418,96.33819,57.46488,74.9375,24.489048,56.24896,15.963889,9.904362,17.73875,119.84413,48.91036,20.367449,26.792776,12.708333,23.856308,23.22722,2.5824041,112.20078,23.710836,288.79343,11.471845,498.08865,26.244953,637.09503,222.70987,9.222624,13.403742,294.9237,387.34113,1319.1808,533.6238 +2023-11-19 07:00:00,0.0,4208.198,101.1953,52.087204,91.18028,55.817604,330.86545,44.905342,91.4974,24.617502,54.796906,632.88916,91.684944,25.615337,209.70909,0.76580715,0.52914155,59.090134,1.1806968,7.1025524,1004.94604,9.090253,1116.4562,129.17874,0.35833853,19.862177,537.9403,46.003525,331.3219,189.23563,5735.517,3.6816678,2707.4993,51.236454,1.157944,2.2632513,6.8176413,265.17993,319.89627,82.88758,57.293056,40.151897,12.920458,1080.4604,31.080269,51.400417,16.032478,473.5535,20.135231,488.31802,7.375681,50.964672,0.0,840.2483,2780.3713,0.42650536,220.82506,22.620228,17411.338,29.538914,0.8495174,11.969954,29.323034,6.501508,2.0674093,15.251204,384.4814,112.61301,13.95969,0.71893066,2.3631554,115.23677,2.8331413,174.5564,266.7968,2025.9137,569.2905,100.12776,156.28935,201.17322,8.345625,11.734214,95.737305,13.3461,18.93205,16.358055,24.757456,133.82018,17.514132,15.091234,51.75831,12.483434,3585.0815,21.14741,22.140278,16.90805,10.977301,187.68611,38.78973,17.396528,6.2922554,9.775188,14.518187,61.84606,122.89204,30.397013,153.46828,21.566559,8.793724,68.9017,46.65935,111.15791,84.414215,7.118594,3.5811458,5.147134,24.108025,3566.7134,5.8781114,6.598611,58.40609,14.6408615,148.30902,66.869865,118.37284,3.4599788,73.80549,460.34164,337.46204,39.433178,393.63303,50.049305,56.23971,82.534706,28.35449,4.722785,22.765114,527.7103,0.5460009,1.2131226,105.72339,18.884089,9.221463,12.0806,17.52558,148.39178,43.252293,158.34337,855.2134,315.83713,2388.162,1936.025,25.1598,42.76635,2768.0273,21.293161,64.00394,556.91473,110.27448,159.05621,73.022224,360.7348,399.02518,465.38617,12.069904,92.30978,328.13672,536.53235,18.435143,149.83218,21.935347,1.6947811,51.801956,1.1553766,1.2810711,4.8322334,14.126972,122.789024,28.59538,19.199213,340.3597,96.264,57.420933,74.885414,24.469128,56.252953,15.949537,9.880978,17.731874,119.76918,48.88256,20.343733,26.8188,12.701389,23.82855,23.217314,2.5789685,112.12812,23.682177,288.6125,11.465761,497.68124,26.22548,637.5105,222.60257,9.208154,13.39835,294.61453,386.9857,1318.4996,534.064 +2023-11-19 08:00:00,0.0,4205.464,101.08814,52.018887,91.147385,55.795834,330.8752,44.901016,91.47866,24.609352,54.791428,631.979,91.701096,25.610443,209.60521,0.76422256,0.52741706,59.11269,1.1770054,7.11868,1005.15234,9.11085,1117.0297,129.20746,0.35912552,19.907387,538.37134,46.01282,331.67902,189.30202,5730.287,3.6894753,2707.4731,51.337467,1.160149,2.2677674,6.832245,265.1192,319.82947,83.00752,57.27778,40.15139,12.9157505,1079.5508,31.143354,51.36406,16.015913,473.54974,20.115778,488.51508,7.3708124,50.926846,0.0,840.0056,2778.4224,0.4258605,220.6757,22.602488,17397.215,29.526247,0.84926003,11.958995,29.300327,6.499646,2.0667617,15.242329,384.2167,112.48765,13.942996,0.7186629,2.3620217,115.229164,2.8297782,174.46445,266.8278,2026.2014,568.9778,100.11821,156.3257,201.37424,8.352484,11.74218,95.872955,13.368578,18.96083,16.344786,24.739632,133.8821,17.50913,15.078303,51.74777,12.484801,3585.4075,21.139885,22.13889,16.905977,10.976355,187.69841,38.7929,17.38889,6.2937407,9.768747,14.510784,61.82823,122.84503,30.394444,153.47299,21.561678,8.780419,68.83357,46.62583,111.03654,84.429955,7.130222,3.5791667,5.146296,24.089634,3562.571,5.8865433,6.5846167,58.389816,14.63523,148.27798,66.905556,118.37521,3.4604733,73.780556,460.29825,337.5099,39.40344,393.50467,50.02778,56.232746,82.50053,28.374857,4.726694,22.77542,527.60754,0.54610085,1.2140926,105.7718,18.902142,9.222374,12.085238,17.527422,148.45897,43.295834,158.35254,855.37256,315.60605,2387.515,1935.7178,25.143057,42.709595,2765.9028,21.301823,63.925926,556.77795,110.14555,158.90138,72.95322,360.27408,398.74664,465.39633,12.060952,92.242226,328.10388,536.2244,18.418953,149.71056,21.911112,1.6947114,51.80435,1.1553516,1.2811618,4.8315206,14.121111,122.59111,28.577572,19.198147,340.12524,96.18981,57.376984,74.833336,24.449207,56.256943,15.935185,9.857593,17.725,119.69423,48.854763,20.320017,26.844824,12.694445,23.800793,23.207407,2.575533,112.05545,23.653517,288.43155,11.459679,497.2738,26.206003,637.92596,222.49527,9.193684,13.392958,294.30536,386.63022,1317.8186,534.5043 +2023-11-19 09:00:00,0.0,4202.73,100.98098,51.95057,91.11449,55.774063,330.88495,44.896694,91.45992,24.6012,54.785954,631.0689,91.717255,25.605549,209.50133,0.762638,0.5256926,59.135246,1.173314,7.1348076,1005.3586,9.131447,1117.6031,129.23619,0.3599125,19.952597,538.80237,46.022114,332.0361,189.36841,5725.0576,3.6972826,2707.4468,51.438477,1.162354,2.2722838,6.846848,265.05844,319.76266,83.12746,57.2625,40.15088,12.911044,1078.6412,31.20644,51.327698,15.999349,473.54602,20.096325,488.71216,7.3659434,50.889015,0.0,839.76294,2776.4736,0.42521563,220.52637,22.58475,17383.094,29.513578,0.84900266,11.948036,29.277618,6.497784,2.0661142,15.233453,383.95197,112.3623,13.926303,0.71839523,2.360888,115.221565,2.8264153,174.3725,266.85873,2026.489,568.665,100.10867,156.36203,201.57527,8.359342,11.750145,96.0086,13.391056,18.989613,16.331516,24.72181,133.94403,17.504128,15.065372,51.737232,12.48617,3585.7334,21.132362,22.1375,16.903904,10.975408,187.71071,38.79607,17.38125,6.295226,9.762307,14.503383,61.8104,122.79803,30.391874,153.47769,21.556797,8.767114,68.765434,46.59231,110.91516,84.4457,7.14185,3.5771875,5.145458,24.071245,3558.4287,5.8949757,6.570622,58.373543,14.6296,148.24695,66.94125,118.377594,3.4609675,73.75563,460.25482,337.55777,39.3737,393.3763,50.00625,56.225784,82.46635,28.395222,4.7306037,22.785725,527.50476,0.54620075,1.2150625,105.820206,18.920197,9.223285,12.089876,17.529264,148.52615,43.339375,158.3617,855.53174,315.375,2386.8677,1935.4105,25.126314,42.65284,2763.778,21.310486,63.847916,556.64124,110.016624,158.74657,72.88421,359.81332,398.46808,465.4065,12.052,92.17467,328.07104,535.9165,18.402765,149.58894,21.886875,1.6946418,51.806747,1.1553266,1.2812524,4.830808,14.11525,122.3932,28.559761,19.197083,339.8908,96.11562,57.33304,74.78125,24.429287,56.260937,15.920834,9.8342085,17.718124,119.61928,48.826965,20.2963,26.870846,12.6875,23.773035,23.197498,2.5720973,111.98278,23.624859,288.2506,11.453596,496.86636,26.186527,638.34143,222.38797,9.1792145,13.387567,293.9962,386.27475,1317.1375,534.9445 +2023-11-19 10:00:00,0.0,4199.996,100.873825,51.88225,91.08158,55.752293,330.89468,44.892372,91.44119,24.59305,54.78048,630.15875,91.733406,25.600655,209.39745,0.7610533,0.5239681,59.1578,1.1696227,7.150935,1005.5649,9.152044,1118.1766,129.26491,0.36069947,19.997805,539.2334,46.03141,332.39322,189.4348,5719.8276,3.7050898,2707.4204,51.53949,1.164559,2.2768002,6.861451,264.9977,319.69586,83.2474,57.247223,40.15037,12.906337,1077.7317,31.269526,51.29134,15.982784,473.5423,20.076872,488.90924,7.3610744,50.85119,0.0,839.5203,2774.525,0.42457077,220.37701,22.56701,17368.97,29.500912,0.8487453,11.937077,29.254913,6.4959216,2.0654666,15.224577,383.68726,112.236946,13.909609,0.7181275,2.3597543,115.21396,2.8230522,174.28055,266.8897,2026.7767,568.35223,100.09912,156.39836,201.7763,8.3662,11.75811,96.14424,13.413534,19.018393,16.318247,24.703987,134.00597,17.499126,15.052443,51.726692,12.487537,3586.0593,21.12484,22.13611,16.90183,10.974462,187.72302,38.79924,17.373611,6.296712,9.755866,14.49598,61.79257,122.75103,30.389305,153.48239,21.551916,8.753808,68.6973,46.558792,110.793785,84.46144,7.1534777,3.5752084,5.14462,24.052855,3554.2864,5.903408,6.5566278,58.35727,14.623969,148.21591,66.976944,118.37997,3.4614618,73.7307,460.2114,337.60562,39.343964,393.24796,49.984722,56.21882,82.43217,28.415588,4.734513,22.796028,527.402,0.54630065,1.2160324,105.868614,18.93825,9.224195,12.094515,17.531109,148.59334,43.382915,158.37086,855.691,315.14395,2386.2207,1935.1033,25.10957,42.596085,2761.6536,21.319149,63.769905,556.5045,109.887695,158.59174,72.81521,359.3526,398.18954,465.41666,12.043047,92.10711,328.0382,535.6086,18.386576,149.46732,21.862638,1.6945722,51.80914,1.1553017,1.281343,4.8300953,14.109389,122.19529,28.54195,19.196018,339.65634,96.041435,57.28909,74.729164,24.409367,56.26493,15.906482,9.810824,17.71125,119.54433,48.799168,20.272585,26.89687,12.680555,23.745277,23.187592,2.5686615,111.91011,23.596199,288.06967,11.447514,496.45892,26.167051,638.7569,222.28069,9.164744,13.3821745,293.687,385.91928,1316.4563,535.3847 +2023-11-19 11:00:00,0.0,4197.2617,100.76666,51.813934,91.04868,55.730522,330.90442,44.888046,91.422455,24.584898,54.775,629.2486,91.74956,25.59576,209.29356,0.75946873,0.52224356,59.180355,1.1659312,7.1670628,1005.7711,9.172642,1118.7502,129.29362,0.36148646,20.043015,539.6644,46.040703,332.7503,189.50117,5714.5977,3.7128973,2707.394,51.6405,1.1667639,2.2813165,6.876055,264.93695,319.62906,83.36733,57.231945,40.149864,12.90163,1076.8221,31.332611,51.25498,15.96622,473.53857,20.057419,489.10632,7.3562055,50.81336,0.0,839.2776,2772.576,0.4239259,220.22768,22.549273,17354.848,29.488243,0.8484879,11.926118,29.232206,6.4940596,2.0648189,15.215701,383.42255,112.111595,13.892916,0.7178598,2.3586206,115.20635,2.819689,174.18861,266.9207,2027.0645,568.0394,100.08957,156.43471,201.97733,8.373059,11.766076,96.27989,13.436012,19.047174,16.304977,24.686163,134.06789,17.494125,15.039512,51.716156,12.488906,3586.3853,21.117315,22.134722,16.89976,10.9735155,187.73532,38.802414,17.365973,6.2981973,9.749426,14.488579,61.77474,122.704025,30.386736,153.4871,21.547037,8.740502,68.62917,46.52527,110.67241,84.47718,7.1651053,3.573229,5.143782,24.034464,3550.1438,5.9118404,6.542633,58.340996,14.618338,148.18488,67.01264,118.38235,3.4619563,73.705765,460.16797,337.65347,39.314224,393.11963,49.963196,56.211857,82.39799,28.435955,4.738422,22.806334,527.2992,0.54640055,1.2170023,105.91702,18.956303,9.225105,12.099153,17.532951,148.6605,43.426456,158.38004,855.85016,314.91287,2385.5735,1934.7959,25.092827,42.53933,2759.529,21.32781,63.6919,556.36774,109.758766,158.4369,72.7462,358.89185,397.91098,465.42682,12.034095,92.03956,328.0054,535.30066,18.370388,149.3457,21.838404,1.6945027,51.811535,1.1552767,1.2814337,4.8293824,14.103528,121.997375,28.524141,19.194954,339.42188,95.96724,57.24514,74.677086,24.389446,56.268925,15.89213,9.78744,17.704374,119.469376,48.77137,20.248869,26.922894,12.673611,23.71752,23.177685,2.5652258,111.83745,23.567541,287.88876,11.441431,496.05148,26.147577,639.17236,222.17339,9.150274,13.376782,293.3778,385.56384,1315.7751,535.82495 +2023-11-19 12:00:00,0.0,4194.528,100.65951,51.745617,91.015785,55.70875,330.91415,44.883724,91.403725,24.576746,54.769527,628.33844,91.76571,25.590866,209.18968,0.75788414,0.5205191,59.20291,1.1622398,7.1831903,1005.9774,9.193238,1119.3237,129.32234,0.36227345,20.088224,540.09546,46.05,333.1074,189.56757,5709.3677,3.7207046,2707.3677,51.741512,1.1689689,2.2858326,6.8906574,264.87622,319.56226,83.48727,57.216667,40.149357,12.896923,1075.9125,31.395697,51.21862,15.949656,473.53485,20.037968,489.3034,7.3513365,50.77553,0.0,839.0349,2770.6272,0.42328104,220.07832,22.531534,17340.725,29.475576,0.84823054,11.915159,29.2095,6.4921975,2.0641713,15.206825,383.1578,111.98624,13.876222,0.71759206,2.357487,115.19875,2.816326,174.09666,266.95166,2027.352,567.7266,100.08002,156.47104,202.17836,8.379917,11.774041,96.415535,13.45849,19.075954,16.29171,24.668339,134.12982,17.489122,15.026581,51.70562,12.490273,3586.7112,21.109793,22.133333,16.897686,10.9725685,187.74762,38.805584,17.358334,6.2996826,9.742985,14.481176,61.756905,122.65702,30.384167,153.4918,21.542156,8.727198,68.561035,46.49175,110.55103,84.49292,7.176733,3.57125,5.1429443,24.016075,3546.0015,5.920273,6.528639,58.324722,14.612707,148.15384,67.04833,118.38472,3.4624505,73.68083,460.12454,337.70135,39.284485,392.99127,49.941666,56.20489,82.36381,28.456322,4.742331,22.816637,527.1964,0.54650044,1.2179722,105.96543,18.974356,9.226015,12.103791,17.534794,148.72769,43.47,158.3892,856.0094,314.68182,2384.9263,1934.4886,25.076084,42.482574,2757.4043,21.336473,63.613888,556.231,109.62983,158.28209,72.67719,358.43112,397.63245,465.43698,12.025143,91.972,327.97256,534.99274,18.354198,149.22408,21.814167,1.6944331,51.81393,1.1552517,1.2815243,4.8286695,14.097667,121.79947,28.50633,19.193888,339.1874,95.89305,57.20119,74.625,24.369524,56.272915,15.877778,9.764056,17.6975,119.394424,48.743572,20.225151,26.948917,12.666667,23.689762,23.167776,2.5617902,111.76478,23.538881,287.70782,11.4353485,495.64404,26.128101,639.5878,222.06609,9.135804,13.37139,293.06863,385.20837,1315.094,536.2652 +2023-11-19 13:00:00,0.0,4191.7935,100.552345,51.6773,90.98289,55.68698,330.92392,44.879402,91.38499,24.568596,54.764053,627.4283,91.78186,25.585972,209.08582,0.7562995,0.5187946,59.225468,1.1585485,7.199318,1006.1837,9.213836,1119.8972,129.35106,0.36306044,20.133434,540.5265,46.059296,333.4645,189.63396,5704.1377,3.728512,2707.3413,51.84252,1.1711739,2.290349,6.905261,264.81546,319.49548,83.60721,57.20139,40.148846,12.892217,1075.0029,31.458782,51.18226,15.933091,473.53113,20.018515,489.5005,7.3464675,50.7377,0.0,838.79224,2768.6785,0.42263618,219.92899,22.513796,17326.604,29.462908,0.84797317,11.9042,29.186792,6.4903355,2.0635238,15.19795,382.8931,111.860886,13.859529,0.7173243,2.3563533,115.19115,2.8129628,174.00471,266.98264,2027.6398,567.4139,100.07047,156.50737,202.3794,8.386776,11.782006,96.551186,13.4809675,19.104736,16.27844,24.650517,134.19174,17.484121,15.01365,51.69508,12.491642,3587.037,21.102268,22.131945,16.895613,10.971622,187.75992,38.808754,17.350695,6.301168,9.736545,14.473774,61.739075,122.610016,30.381598,153.49652,21.537275,8.713892,68.492905,46.45823,110.42966,84.50866,7.1883607,3.5692708,5.142106,23.997684,3541.8591,5.9287047,6.5146446,58.30845,14.607077,148.1228,67.08403,118.3871,3.462945,73.65591,460.08112,337.7492,39.25475,392.8629,49.92014,56.19793,82.32963,28.476688,4.7462406,22.826942,527.0937,0.54660034,1.218942,106.01384,18.99241,9.226926,12.108429,17.536636,148.79488,43.513542,158.39838,856.1686,314.45074,2384.279,1934.1814,25.059341,42.42582,2755.2798,21.345135,63.535877,556.0943,109.5009,158.12726,72.608185,357.97037,397.35388,465.44714,12.016191,91.90444,327.93973,534.6848,18.33801,149.10246,21.78993,1.6943635,51.816326,1.1552268,1.2816149,4.8279567,14.091805,121.601555,28.48852,19.192823,338.95294,95.81886,57.15724,74.572914,24.349604,56.27691,15.863426,9.740672,17.690624,119.31947,48.715775,20.201435,26.974941,12.659722,23.662003,23.15787,2.5583546,111.69211,23.510223,287.5269,11.429266,495.2366,26.108625,640.0033,221.9588,9.121334,13.365999,292.75946,384.8529,1314.4128,536.70544 +2023-11-19 14:00:00,0.0,4189.0596,100.44519,51.608982,90.94998,55.665207,330.93365,44.875076,91.36625,24.560444,54.758575,626.5182,91.79801,25.581078,208.98193,0.7547149,0.5170701,59.248024,1.154857,7.2154455,1006.38995,9.234432,1120.4708,129.37978,0.36384743,20.178644,540.9575,46.06859,333.8216,189.70035,5698.9077,3.7363193,2707.315,51.943535,1.173379,2.2948654,6.919864,264.75473,319.42868,83.72714,57.18611,40.14834,12.887509,1074.0934,31.521868,51.1459,15.916526,473.5274,19.999062,489.69754,7.3415985,50.69987,0.0,838.54956,2766.7295,0.42199132,219.77965,22.496058,17312.48,29.450241,0.8477158,11.893241,29.164085,6.4884734,2.0628762,15.1890745,382.62836,111.735535,13.842834,0.71705663,2.3552198,115.18354,2.8095996,173.91278,267.0136,2027.9275,567.1011,100.06092,156.54372,202.58041,8.393635,11.789972,96.68683,13.503446,19.133516,16.265171,24.632694,134.25368,17.479118,15.00072,51.684544,12.49301,3587.363,21.094746,22.130556,16.893541,10.970676,187.77222,38.811924,17.343056,6.3026533,9.7301035,14.4663725,61.72124,122.56301,30.379026,153.50122,21.532396,8.700586,68.424774,46.424706,110.30828,84.5244,7.199989,3.5672917,5.1412683,23.979294,3537.7168,5.937137,6.50065,58.292175,14.601446,148.09177,67.11972,118.38947,3.4634392,73.630974,460.03772,337.7971,39.22501,392.73456,49.898613,56.190964,82.29545,28.497053,4.7501497,22.837246,526.9909,0.54670024,1.219912,106.06225,19.010464,9.227836,12.113068,17.538479,148.86206,43.557083,158.40755,856.32776,314.2197,2383.6318,1933.8741,25.042599,42.369064,2753.1553,21.353798,63.45787,555.9575,109.37197,157.97243,72.539185,357.5096,397.07535,465.4573,12.007237,91.83689,327.9069,534.3769,18.321821,148.98083,21.765696,1.694294,51.81872,1.1552018,1.2817056,4.827244,14.085944,121.40365,28.47071,19.19176,338.71848,95.744675,57.113297,74.520836,24.329683,56.280903,15.849074,9.717287,17.68375,119.244514,48.687977,20.17772,27.000965,12.652778,23.634245,23.147963,2.5549188,111.619446,23.481564,287.34595,11.423183,494.82916,26.08915,640.4188,221.8515,9.106864,13.360607,292.4503,384.49744,1313.7317,537.1457 +2023-11-19 15:00:00,0.0,4186.325,100.33803,51.540665,90.91708,55.643436,330.9434,44.870754,91.34752,24.552294,54.7531,625.60803,91.81416,25.576183,208.87805,0.75313026,0.51534563,59.270576,1.1511656,7.2315736,1006.59625,9.25503,1121.0443,129.4085,0.36463442,20.223854,541.38855,46.077885,334.1787,189.76674,5693.6777,3.7441266,2707.2886,52.044544,1.1755838,2.2993817,6.9344673,264.694,319.36188,83.84708,57.170834,40.14783,12.882803,1073.1837,31.584953,51.10954,15.899961,473.52368,19.979609,489.89462,7.3367295,50.662045,0.0,838.3069,2764.7808,0.42134646,219.6303,22.47832,17298.357,29.437572,0.8474584,11.882282,29.14138,6.4866114,2.0622287,15.180199,382.36365,111.61018,13.826141,0.7167889,2.3540862,115.17594,2.8062365,173.82083,267.0446,2028.2151,566.7883,100.05138,156.58005,202.78145,8.400493,11.797937,96.82248,13.525924,19.162298,16.251902,24.61487,134.31561,17.474117,14.987789,51.674004,12.494378,3587.689,21.087223,22.129168,16.891468,10.969729,187.78453,38.815094,17.335417,6.304139,9.723663,14.45897,61.70341,122.516014,30.376457,153.50594,21.527515,8.687282,68.35664,46.391186,110.186905,84.540146,7.2116165,3.5653124,5.1404305,23.960905,3533.5745,5.9455695,6.4866557,58.2759,14.595815,148.06073,67.15542,118.39185,3.4639335,73.60604,459.9943,337.84494,39.19527,392.60623,49.877083,56.184,82.26127,28.51742,4.754059,22.847551,526.8881,0.54680014,1.2208819,106.11066,19.028517,9.228746,12.117706,17.540321,148.92924,43.600624,158.41672,856.487,313.98865,2382.9849,1933.5669,25.025854,42.31231,2751.0308,21.36246,63.37986,555.8208,109.24304,157.8176,72.47018,357.0489,396.79678,465.46747,11.998285,91.76933,327.87405,534.069,18.305634,148.85922,21.741459,1.6942244,51.821114,1.1551769,1.2817962,4.826531,14.080083,121.205734,28.4529,19.190695,338.484,95.67048,57.069347,74.46875,24.309763,56.284897,15.8347225,9.693903,17.676876,119.16956,48.66018,20.154003,27.026989,12.645833,23.606487,23.138054,2.5514832,111.546776,23.452906,287.165,11.417101,494.42172,26.069675,640.8343,221.7442,9.092394,13.355215,292.1411,384.14197,1313.0505,537.5859 +2023-11-19 16:00:00,0.0,4183.5913,100.23087,51.472347,90.884186,55.621666,330.95312,44.866432,91.32878,24.544142,54.747627,624.6979,91.830315,25.571287,208.77417,0.75154567,0.51362115,59.293133,1.1474743,7.247701,1006.8025,9.275627,1121.6178,129.43721,0.3654214,20.269064,541.8196,46.087177,334.5358,189.83313,5688.4478,3.751934,2707.2622,52.145557,1.1777889,2.3038979,6.9490705,264.63324,319.29507,83.96702,57.155556,40.147324,12.878096,1072.2742,31.64804,51.07318,15.883397,473.51996,19.960155,490.0917,7.3318605,50.624214,0.0,838.0643,2762.832,0.4207016,219.48096,22.460579,17284.234,29.424906,0.84720105,11.871323,29.118673,6.484749,2.0615811,15.171323,382.0989,111.484825,13.809447,0.7165212,2.3529525,115.168335,2.8028734,173.72888,267.07556,2028.5028,566.4755,100.041824,156.6164,202.98247,8.4073515,11.805903,96.95812,13.548402,19.191078,16.238632,24.597048,134.37753,17.469116,14.974858,51.663467,12.495746,3588.015,21.079699,22.127777,16.889395,10.968783,187.79683,38.818264,17.327778,6.3056245,9.717222,14.451569,61.68558,122.46901,30.373888,153.51064,21.522635,8.673976,68.288506,46.357666,110.06553,84.555885,7.223244,3.5633333,5.139592,23.942514,3529.4321,5.954002,6.4726615,58.25963,14.590184,148.0297,67.19111,118.394226,3.464428,73.581116,459.95087,337.89282,39.165535,392.47787,49.855556,56.177036,82.22709,28.537786,4.757968,22.857855,526.78534,0.5469001,1.2218518,106.159065,19.046572,9.229657,12.122344,17.542164,148.99643,43.644165,158.42589,856.64624,313.75757,2382.3376,1933.2595,25.009111,42.255554,2748.906,21.371122,63.30185,555.684,109.11411,157.66278,72.40117,356.58813,396.51822,465.47763,11.989333,91.70178,327.84122,533.7611,18.289444,148.73761,21.717222,1.6941547,51.82351,1.155152,1.2818868,4.825818,14.074223,121.00782,28.435091,19.189629,338.24954,95.59629,57.0254,74.416664,24.289843,56.288887,15.820371,9.670519,17.67,119.09461,48.63238,20.130287,27.05301,12.638889,23.57873,23.128147,2.5480475,111.474106,23.424246,286.98407,11.411018,494.01428,26.0502,641.24976,221.63692,9.077924,13.349823,291.83194,383.78653,1312.3695,538.0261 +2023-11-19 17:00:00,0.0,4180.857,100.12371,51.40403,90.85128,55.599895,330.96286,44.862106,91.31005,24.53599,54.74215,623.7877,91.84647,25.566393,208.67029,0.7499611,0.51189667,59.31569,1.1437829,7.2638288,1007.0088,9.296224,1122.1914,129.46593,0.36620837,20.314274,542.2506,46.096474,334.89288,189.89952,5683.218,3.7597413,2707.2358,52.246567,1.1799939,2.3084142,6.9636736,264.5725,319.22827,84.08695,57.140278,40.146816,12.873389,1071.3646,31.711126,51.03682,15.866833,473.51624,19.940702,490.2888,7.3269916,50.586388,0.0,837.8216,2760.883,0.42005673,219.3316,22.44284,17270.113,29.412237,0.8469437,11.860364,29.095966,6.482887,2.0609336,15.162447,381.8342,111.359474,13.792754,0.71625346,2.3518188,115.16073,2.7995102,173.63695,267.10654,2028.7904,566.1628,100.03228,156.65273,203.1835,8.41421,11.8138685,97.09377,13.57088,19.219858,16.225363,24.579224,134.43947,17.464113,14.961927,51.652927,12.497114,3588.3408,21.072176,22.126389,16.887321,10.967837,187.80913,38.821438,17.320139,6.30711,9.710782,14.444166,61.667747,122.422005,30.371319,153.51535,21.517756,8.66067,68.220375,46.324146,109.94415,84.571625,7.234872,3.5613542,5.1387544,23.924124,3525.2896,5.9624343,6.458667,58.24336,14.584554,147.99866,67.22681,118.39661,3.4649222,73.55618,459.90744,337.94067,39.135796,392.34952,49.834026,56.17007,82.19291,28.558153,4.761877,22.86816,526.68256,0.547,1.2228217,106.20747,19.064625,9.230567,12.126983,17.544008,149.06361,43.68771,158.43506,856.8054,313.52652,2381.6904,1932.9523,24.992369,42.1988,2746.7815,21.379784,63.223843,555.5473,108.985176,157.50795,72.33216,356.1274,396.2397,465.4878,11.980381,91.634224,327.80838,533.4532,18.273256,148.61598,21.692986,1.6940851,51.825905,1.1551269,1.2819775,4.825105,14.068361,120.80991,28.41728,19.188564,338.01508,95.5221,56.98145,74.364586,24.269922,56.29288,15.806019,9.647135,17.663126,119.01966,48.604584,20.106571,27.079035,12.631945,23.550972,23.11824,2.544612,111.40144,23.395588,286.80313,11.404935,493.60684,26.030724,641.6652,221.52962,9.063454,13.344431,291.52277,383.43106,1311.6884,538.4664 +2023-11-19 18:00:00,0.0,4178.123,100.016556,51.335712,90.81838,55.578125,330.9726,44.857784,91.29131,24.52784,54.736675,622.8776,91.862625,25.561499,208.5664,0.7483764,0.5101722,59.338245,1.1400914,7.2799563,1007.2151,9.316821,1122.7649,129.49464,0.36699536,20.359484,542.68164,46.105766,335.25,189.96591,5677.988,3.7675488,2707.2095,52.34758,1.1821989,2.3129306,6.978277,264.51175,319.16147,84.206894,57.125,40.146305,12.868683,1070.4551,31.774212,51.000458,15.850268,473.5125,19.92125,490.48587,7.3221226,50.548557,0.0,837.5789,2758.9343,0.41941187,219.18227,22.425102,17255.99,29.39957,0.8466863,11.849405,29.073257,6.4810247,2.060286,15.153572,381.5695,111.23412,13.77606,0.7159857,2.3506851,115.15312,2.796147,173.545,267.1375,2029.0781,565.85,100.02273,156.68906,203.38454,8.421068,11.821834,97.229416,13.593358,19.24864,16.212093,24.561401,134.50139,17.459112,14.9489975,51.64239,12.498482,3588.6667,21.064651,22.125,16.88525,10.96689,187.82143,38.824608,17.3125,6.308595,9.704341,14.436765,61.649918,122.375,30.36875,153.52005,21.512875,8.647365,68.152245,46.290623,109.82278,84.587364,7.2465,3.559375,5.1379166,23.905735,3521.1472,5.970866,6.4446726,58.227085,14.578923,147.96762,67.262505,118.39898,3.4654167,73.53125,459.864,337.98856,39.106056,392.22116,49.8125,56.16311,82.15873,28.578518,4.7657866,22.878466,526.5798,0.5470999,1.2237916,106.25588,19.082678,9.231478,12.13162,17.54585,149.1308,43.73125,158.44423,856.9646,313.29547,2381.0432,1932.645,24.975626,42.142044,2744.657,21.388447,63.145832,555.4106,108.85625,157.35312,72.26316,355.66666,395.96112,465.49796,11.971428,91.566666,327.77554,533.14526,18.257069,148.49437,21.66875,1.6940156,51.8283,1.155102,1.2820681,4.8243923,14.0625,120.612,28.39947,19.1875,337.7806,95.447914,56.9375,74.3125,24.25,56.296875,15.791667,9.623751,17.65625,118.94471,48.576786,20.082853,27.105059,12.625,23.523214,23.108332,2.541176,111.32877,23.366928,286.6222,11.398852,493.1994,26.01125,642.0807,221.42232,9.048984,13.33904,291.21356,383.0756,1311.0072,538.9066 +2023-11-19 19:00:00,0.0,4175.389,99.9094,51.267395,90.785484,55.556355,330.98236,44.853462,91.27258,24.519688,54.7312,621.96747,91.87878,25.556604,208.46252,0.74679184,0.50844765,59.3608,1.1364001,7.296084,1007.4213,9.337419,1123.3384,129.52336,0.36778235,20.404694,543.1127,46.115063,335.6071,190.03229,5672.758,3.775356,2707.1833,52.44859,1.1844039,2.317447,6.9928803,264.45102,319.09467,84.32683,57.109722,40.145798,12.863976,1069.5454,31.837297,50.9641,15.833704,473.5088,19.901798,490.68295,7.3172536,50.51073,0.0,837.33624,2756.9856,0.418767,219.03293,22.407364,17241.867,29.386902,0.84642893,11.838446,29.05055,6.4791627,2.0596385,15.144696,381.30475,111.10877,13.759366,0.71571803,2.3495514,115.14552,2.792784,173.45305,267.16846,2029.3658,565.53723,100.013176,156.7254,203.58556,8.427927,11.8298,97.36506,13.615835,19.27742,16.198826,24.543577,134.56332,17.45411,14.936067,51.63185,12.49985,3588.9927,21.057129,22.123611,16.883177,10.965944,187.83372,38.827778,17.304861,6.3100805,9.697901,14.429362,61.632084,122.328,30.36618,153.52475,21.507994,8.63406,68.08411,46.257103,109.7014,84.6031,7.2581277,3.557396,5.1370783,23.887344,3517.005,5.9792986,6.4306784,58.21081,14.573292,147.9366,67.298195,118.40136,3.465911,73.506325,459.82062,338.0364,39.076317,392.0928,49.790974,56.156143,82.12455,28.598885,4.7696958,22.88877,526.477,0.5471998,1.2247615,106.30429,19.10073,9.232388,12.136259,17.547693,149.19797,43.77479,158.4534,857.1238,313.0644,2380.396,1932.3378,24.958883,42.08529,2742.5322,21.39711,63.06782,555.2738,108.72732,157.1983,72.19415,355.20593,395.6826,465.50812,11.962476,91.499115,327.7427,532.83734,18.24088,148.37274,21.644514,1.693946,51.830696,1.155077,1.2821587,4.8236794,14.056639,120.41409,28.38166,19.186434,337.54614,95.373726,56.893555,74.260414,24.23008,56.30087,15.777315,9.600367,17.649376,118.86976,48.54899,20.059137,27.131083,12.618055,23.495455,23.098425,2.5377405,111.2561,23.33827,286.44125,11.39277,492.79196,25.991774,642.49615,221.31502,9.034513,13.333648,290.9044,382.72012,1310.326,539.34686 +2023-11-19 20:00:00,0.0,4172.655,99.80224,51.199078,90.75258,55.534584,330.9921,44.849136,91.253845,24.511538,54.725723,621.0573,91.89493,25.55171,208.35864,0.7452072,0.50672317,59.383354,1.1327087,7.3122115,1007.6276,9.358015,1123.9119,129.55208,0.36856934,20.449903,543.5437,46.12436,335.9642,190.09868,5667.528,3.7831633,2707.157,52.549603,1.1866088,2.3219633,7.0074835,264.39026,319.02786,84.44676,57.094444,40.14529,12.859269,1068.6359,31.900383,50.92774,15.81714,473.50504,19.882345,490.88004,7.3123846,50.4729,0.0,837.09357,2755.0366,0.41812214,218.88358,22.389626,17227.746,29.374235,0.84617156,11.827487,29.027845,6.4773006,2.0589907,15.13582,381.04004,110.98342,13.742673,0.7154503,2.3484178,115.13792,2.7894208,173.36111,267.19943,2029.6534,565.2244,100.00363,156.76173,203.78659,8.434786,11.837765,97.50071,13.638313,19.306202,16.185556,24.525755,134.62524,17.449108,14.923136,51.621315,12.501218,3589.3186,21.049606,22.122223,16.881104,10.964998,187.84604,38.830948,17.297222,6.3115664,9.69146,14.421961,61.614254,122.281,30.363611,153.52946,21.503115,8.620754,68.015976,46.223583,109.58002,84.61884,7.2697554,3.5554166,5.1362405,23.868954,3512.8625,5.987731,6.4166837,58.19454,14.567661,147.90556,67.33389,118.40373,3.4664054,73.48139,459.7772,338.0843,39.04658,391.96448,49.769444,56.14918,82.09037,28.619251,4.773605,22.899075,526.3742,0.5472997,1.2257315,106.3527,19.118786,9.233298,12.140897,17.549536,149.26515,43.818333,158.46255,857.283,312.83334,2379.749,1932.0304,24.94214,42.028534,2740.4077,21.405771,62.989815,555.1371,108.59839,157.04347,72.125145,354.74518,395.40402,465.51828,11.953524,91.43156,327.70987,532.5294,18.224691,148.25113,21.620277,1.6938764,51.833088,1.1550521,1.2822495,4.8229666,14.050777,120.21618,28.36385,19.18537,337.31168,95.29953,56.849606,74.208336,24.21016,56.304863,15.762963,9.576982,17.6425,118.79481,48.52119,20.035421,27.157106,12.611111,23.467697,23.088518,2.5343049,111.18343,23.30961,286.2603,11.386687,492.38455,25.972298,642.9116,221.20773,9.020043,13.328256,290.5952,382.36465,1309.6449,539.78705 +2023-11-19 21:00:00,0.0,4169.921,99.69508,51.13076,90.71968,55.512814,331.00183,44.844814,91.23511,24.503386,54.72025,620.14716,91.91108,25.546816,208.25476,0.7436226,0.5049987,59.40591,1.1290172,7.328339,1007.83386,9.3786125,1124.4855,129.5808,0.36935633,20.495113,543.97473,46.13365,336.3213,190.16507,5662.298,3.7909708,2707.1306,52.65061,1.1888138,2.3264794,7.022087,264.32953,318.96106,84.5667,57.079166,40.144783,12.854562,1067.7263,31.963469,50.89138,15.800575,473.5013,19.862892,491.0771,7.3075156,50.43507,0.0,836.85095,2753.088,0.41747728,218.73424,22.371887,17213.623,29.361567,0.8459142,11.816527,29.005138,6.4754386,2.0583432,15.126945,380.7753,110.85806,13.725979,0.7151826,2.3472843,115.13031,2.7860577,173.26917,267.2304,2029.9412,564.9117,99.99408,156.79807,203.98761,8.441644,11.84573,97.63635,13.660791,19.334982,16.172287,24.50793,134.68718,17.444107,14.910206,51.610775,12.502586,3589.6445,21.042082,22.120832,16.87903,10.964051,187.85834,38.834118,17.289583,6.3130517,9.6850195,14.414558,61.596424,122.23399,30.36104,153.53416,21.498234,8.607449,67.947845,46.19006,109.45864,84.63458,7.281383,3.5534375,5.1354027,23.850563,3508.7202,5.9961634,6.4026895,58.178265,14.562031,147.87453,67.36958,118.40611,3.4668996,73.45646,459.73376,338.13214,39.01684,391.83612,49.747917,56.142216,82.05619,28.639618,4.777514,22.909378,526.2714,0.5473996,1.2267014,106.40111,19.136839,9.234208,12.145535,17.551378,149.33234,43.861874,158.47173,857.44226,312.60226,2379.1018,1931.7231,24.925396,41.97178,2738.2832,21.414434,62.911804,555.00037,108.46946,156.88864,72.05614,354.28445,395.1255,465.52844,11.944571,91.364,327.67703,532.2215,18.208502,148.1295,21.596043,1.6938069,51.835484,1.1550272,1.28234,4.8222537,14.044917,120.018265,28.346039,19.184305,337.0772,95.22534,56.805656,74.15625,24.190239,56.308853,15.748611,9.553597,17.635626,118.71986,48.493393,20.011705,27.18313,12.604167,23.43994,23.07861,2.530869,111.11077,23.280952,286.07938,11.380605,491.9771,25.952822,643.3271,221.10043,9.005573,13.322864,290.28604,382.00922,1308.9637,540.2273 +2023-11-19 22:00:00,0.0,4167.1865,99.58792,51.062443,90.68678,55.491043,331.01157,44.840492,91.21638,24.495234,54.714775,619.237,91.92723,25.541922,208.1509,0.742038,0.5032742,59.428467,1.1253259,7.3444667,1008.04016,9.399209,1125.059,129.60953,0.37014332,20.540323,544.40576,46.14295,336.67838,190.23146,5657.068,3.798778,2707.1042,52.751625,1.1910188,2.3309958,7.0366898,264.2688,318.89426,84.68664,57.06389,40.14427,12.849855,1066.8167,32.026554,50.85502,15.784011,473.49762,19.84344,491.27417,7.3026466,50.397243,0.0,836.6083,2751.1392,0.41683242,218.58488,22.354149,17199.5,29.3489,0.8456568,11.805569,28.982431,6.473576,2.0576956,15.118069,380.5106,110.73271,13.709286,0.71491486,2.3461506,115.12271,2.7826946,173.17722,267.26138,2030.2288,564.5989,99.98453,156.83441,204.18864,8.448503,11.853696,97.772,13.6832695,19.363764,16.159018,24.490108,134.74911,17.439104,14.897275,51.60024,12.503954,3589.9705,21.03456,22.119444,16.876959,10.963105,187.87064,38.837288,17.281944,6.314537,9.678578,14.407157,61.57859,122.18699,30.35847,153.53888,21.493353,8.594144,67.879715,46.15654,109.337265,84.65033,7.2930107,3.5514584,5.1345644,23.832174,3504.578,6.0045958,6.3886952,58.16199,14.5564,147.84349,67.40528,118.408485,3.4673939,73.431526,459.69034,338.18,38.987103,391.70776,49.726387,56.135254,82.02201,28.659985,4.7814236,22.919683,526.16864,0.5474995,1.2276713,106.44952,19.154892,9.235119,12.150174,17.55322,149.39952,43.905415,158.4809,857.60144,312.37122,2378.4546,1931.4159,24.908653,41.915024,2736.1584,21.423096,62.833794,554.8636,108.34053,156.73383,71.98714,353.8237,394.84692,465.5386,11.935618,91.29645,327.6442,531.9136,18.192314,148.00789,21.571806,1.6937373,51.83788,1.1550021,1.2824306,4.8215413,14.039056,119.82036,28.32823,19.18324,336.84274,95.15115,56.761707,74.104164,24.170319,56.312847,15.73426,9.530213,17.62875,118.644905,48.465595,19.98799,27.209154,12.597222,23.412182,23.068703,2.5274334,111.0381,23.252293,285.89844,11.374522,491.56967,25.933348,643.74255,220.99313,8.991103,13.317472,289.97687,381.65375,1308.2826,540.66754 +2023-11-19 23:00:00,0.0,4164.4526,99.48077,50.994125,90.65388,55.469273,331.0213,44.83617,91.19764,24.487083,54.709297,618.3269,91.94338,25.537027,208.04701,0.74045336,0.5015497,59.451023,1.1216345,7.3605947,1008.24646,9.4198065,1125.6324,129.63824,0.37093028,20.585533,544.8368,46.15224,337.0355,190.29785,5651.838,3.8065856,2707.078,52.852634,1.1932238,2.3355122,7.0512934,264.20804,318.82745,84.80658,57.04861,40.143764,12.845148,1065.9071,32.08964,50.81866,15.767446,473.49384,19.823986,491.47125,7.2977777,50.359413,0.0,836.3656,2749.1902,0.41618755,218.43555,22.336409,17185.377,29.336231,0.84539944,11.79461,28.959724,6.471714,2.057048,15.109193,380.24588,110.60736,13.692592,0.7146471,2.345017,115.115105,2.7793314,173.08528,267.29236,2030.5165,564.2861,99.97498,156.87074,204.38968,8.455361,11.861661,97.907646,13.705748,19.392544,16.145748,24.472286,134.81104,17.434103,14.884344,51.5897,12.505322,3590.2964,21.027037,22.118055,16.874886,10.962159,187.88293,38.84046,17.274305,6.3160224,9.672138,14.399755,61.56076,122.13999,30.355902,153.54358,21.488474,8.580838,67.81158,46.12302,109.21589,84.66607,7.304639,3.5494792,5.1337266,23.813784,3500.4353,6.013028,6.3747005,58.145718,14.550769,147.81245,67.44097,118.410866,3.4678884,73.4066,459.6469,338.22787,38.957367,391.5794,49.70486,56.12829,81.98783,28.68035,4.7853327,22.929987,526.06586,0.5475994,1.2286412,106.49793,19.172945,9.23603,12.154812,17.555065,149.4667,43.94896,158.49007,857.7606,312.14017,2377.8074,1931.1086,24.89191,41.85827,2734.034,21.431759,62.755787,554.72687,108.21159,156.579,71.91813,353.36295,394.56836,465.54877,11.926666,91.22889,327.6114,531.60565,18.176125,147.88626,21.54757,1.6936677,51.840275,1.1549772,1.2825214,4.8208284,14.033195,119.622444,28.31042,19.182175,336.60828,95.076965,56.71776,74.052086,24.150398,56.31684,15.719908,9.506829,17.621876,118.56995,48.437798,19.964273,27.235176,12.590278,23.384424,23.058796,2.5239978,110.96543,23.223635,285.71753,11.36844,491.16223,25.913872,644.1581,220.88585,8.976633,13.31208,289.6677,381.29828,1307.6016,541.1078 +2023-11-20 00:00:00,0.0,4161.7183,99.373604,50.925808,90.62098,55.447502,331.03107,44.831844,91.17891,24.478931,54.703823,617.41675,91.95954,25.532133,207.94313,0.7388688,0.4998252,59.47358,1.117943,7.3767223,1008.4527,9.440404,1126.206,129.66696,0.37171727,20.630743,545.2678,46.161537,337.39258,190.36424,5646.6084,3.8143928,2707.0515,52.953648,1.1954287,2.3400285,7.0658965,264.1473,318.76065,84.92651,57.033333,40.143257,12.840442,1064.9976,32.152725,50.7823,15.750881,473.49014,19.804533,491.66833,7.2929087,50.321587,0.0,836.1229,2747.2415,0.4155427,218.28621,22.31867,17171.256,29.323565,0.84514207,11.78365,28.937017,6.469852,2.0564005,15.100318,379.98114,110.48201,13.675899,0.71437943,2.3438833,115.1075,2.7759683,172.99333,267.32333,2030.8042,563.9733,99.96544,156.90707,204.5907,8.462219,11.869626,98.0433,13.728226,19.421326,16.132479,24.454462,134.87297,17.429102,14.871413,51.579163,12.50669,3590.6223,21.019512,22.116667,16.872812,10.961212,187.89523,38.84363,17.266666,6.317508,9.665697,14.392353,61.542927,122.09299,30.353333,153.5483,21.483593,8.567533,67.74345,46.0895,109.09451,84.68181,7.3162665,3.5475,5.132889,23.795393,3496.293,6.02146,6.3607063,58.129444,14.545138,147.78142,67.47667,118.41324,3.4683826,73.38167,459.6035,338.27573,38.927628,391.45105,49.683334,56.121326,81.95365,28.700716,4.789242,22.940292,525.96313,0.5476993,1.229611,106.54634,19.191,9.236939,12.159451,17.556908,149.53389,43.9925,158.49924,857.9198,311.9091,2377.1602,1930.8014,24.875168,41.801514,2731.9094,21.44042,62.677776,554.59015,108.082664,156.42416,71.84912,352.90222,394.28983,465.55893,11.917714,91.16133,327.57855,531.2977,18.159937,147.76465,21.523335,1.693598,51.84267,1.1549522,1.282612,4.8201156,14.027333,119.42453,28.292608,19.18111,336.3738,95.00278,56.673813,74.0,24.130478,56.320835,15.705556,9.483445,17.615,118.494995,48.410004,19.940556,27.2612,12.583333,23.356667,23.048887,2.5205622,110.89277,23.194975,285.5366,11.362357,490.7548,25.894396,644.57355,220.77855,8.962163,13.306688,289.35852,380.9428,1306.9204,541.548 +2023-11-20 01:00:00,0.0,4158.9844,99.26645,50.85749,90.58808,55.425728,331.0408,44.827522,91.16017,24.470781,54.69835,616.5066,91.97569,25.527239,207.83925,0.7372842,0.49810073,59.496136,1.1142517,7.39285,1008.659,9.461,1126.7795,129.69568,0.37250426,20.675953,545.69885,46.170834,337.7497,190.43063,5641.3784,3.8222,2707.0251,53.054657,1.1976337,2.3445446,7.0804996,264.08655,318.69385,85.04645,57.018055,40.14275,12.835734,1064.088,32.215813,50.74594,15.734317,473.48642,19.78508,491.86542,7.2880397,50.283756,0.0,835.88025,2745.2927,0.41489783,218.13686,22.300932,17157.133,29.310896,0.8448847,11.772692,28.91431,6.46799,2.055753,15.091442,379.71643,110.35665,13.6592045,0.7141117,2.3427496,115.0999,2.7726052,172.90138,267.3543,2031.0918,563.6605,99.95589,156.94342,204.79173,8.469078,11.877592,98.17894,13.750703,19.450106,16.11921,24.43664,134.93489,17.424099,14.858483,51.568626,12.508059,3590.9482,21.01199,22.115278,16.87074,10.960266,187.90753,38.8468,17.259027,6.3189936,9.659257,14.384951,61.525097,122.04598,30.350763,153.553,21.478712,8.554227,67.675316,46.055977,108.97314,84.69755,7.327894,3.5455208,5.1320505,23.777004,3492.1506,6.0298924,6.346712,58.11317,14.539508,147.75038,67.51236,118.41562,3.468877,73.356735,459.5601,338.3236,38.89789,391.32272,49.661804,56.11436,81.91947,28.721083,4.793151,22.950598,525.86035,0.5477992,1.230581,106.59475,19.209053,9.23785,12.164088,17.55875,149.60107,44.03604,158.5084,858.07904,311.67804,2376.513,1930.494,24.858425,41.74476,2729.7847,21.449083,62.59977,554.45337,107.953735,156.26933,71.78012,352.44147,394.01126,465.5691,11.908761,91.09378,327.54572,530.98987,18.143747,147.64304,21.499098,1.6935285,51.845062,1.1549273,1.2827026,4.8194027,14.021472,119.22662,28.2748,19.180046,336.13934,94.92858,56.629864,73.947914,24.110556,56.324825,15.691204,9.460061,17.608126,118.420044,48.382206,19.91684,27.287224,12.576389,23.328909,23.03898,2.5171263,110.8201,23.166315,285.35565,11.356275,490.34735,25.87492,644.989,220.67125,8.947693,13.301296,289.04935,380.58734,1306.2393,541.9882 +2023-11-20 02:00:00,0.0,4156.25,99.15929,50.789173,90.55518,55.403957,331.05054,44.8232,91.14143,24.46263,54.69287,615.59644,91.991844,25.522343,207.73537,0.73569953,0.49637625,59.51869,1.1105603,7.4089775,1008.86523,9.481598,1127.353,129.7244,0.37329125,20.721163,546.1299,46.180126,338.10678,190.49701,5636.1484,3.8300076,2706.9988,53.15567,1.1998388,2.349061,7.095103,264.02582,318.62704,85.16639,57.002777,40.142242,12.831028,1063.1783,32.278896,50.70958,15.717752,473.48267,19.765629,492.0625,7.2831707,50.24593,0.0,835.6375,2743.3438,0.41425297,217.98752,22.283194,17143.01,29.29823,0.8446273,11.761733,28.891605,6.466128,2.0551054,15.082566,379.4517,110.2313,13.642511,0.713844,2.341616,115.09229,2.769242,172.80945,267.38528,2031.3795,563.3478,99.946335,156.97975,204.99277,8.475937,11.885557,98.31458,13.773181,19.478886,16.105942,24.418816,134.99683,17.419098,14.845552,51.558086,12.509426,3591.2742,21.004465,22.11389,16.868668,10.95932,187.91985,38.84997,17.251389,6.320479,9.652816,14.377549,61.507263,121.99898,30.348194,153.55771,21.473833,8.540922,67.607185,46.022457,108.85176,84.71329,7.339522,3.5435417,5.1312127,23.758614,3488.0083,6.038325,6.3327174,58.096897,14.533877,147.71935,67.54806,118.41799,3.4693713,73.33181,459.51666,338.37146,38.86815,391.19437,49.640278,56.1074,81.88529,28.74145,4.7970605,22.960901,525.75757,0.5478991,1.2315509,106.64316,19.227106,9.23876,12.168727,17.560593,149.66824,44.079582,158.51758,858.2383,311.44696,2375.866,1930.1868,24.84168,41.688004,2727.6602,21.457745,62.52176,554.31665,107.82481,156.11452,71.71111,351.98074,393.73273,465.57925,11.899809,91.02622,327.51288,530.68195,18.12756,147.52141,21.474861,1.6934589,51.847458,1.1549023,1.2827933,4.81869,14.015611,119.02871,28.256989,19.178982,335.90488,94.85439,56.585915,73.895836,24.090635,56.32882,15.676852,9.436676,17.60125,118.34509,48.35441,19.893124,27.313248,12.569445,23.30115,23.029074,2.5136907,110.74743,23.137657,285.1747,11.350192,489.9399,25.855446,645.4045,220.56395,8.933223,13.295904,288.74014,380.2319,1305.5581,542.42847 +2023-11-20 03:00:00,0.0,4153.516,99.05213,50.720856,90.52228,55.382187,331.06027,44.818874,91.1227,24.454477,54.687397,614.6863,92.007996,25.517448,207.63148,0.73411494,0.49465176,59.541245,1.1068689,7.425105,1009.07153,9.502194,1127.9265,129.75311,0.37407824,20.766373,546.5609,46.189423,338.4639,190.5634,5630.9185,3.8378148,2706.9724,53.25668,1.2020438,2.3535774,7.109706,263.96506,318.56024,85.28632,56.9875,40.14173,12.826321,1062.2688,32.341984,50.67322,15.701188,473.47894,19.746176,492.25958,7.2783017,50.2081,0.0,835.3949,2741.395,0.4136081,217.83817,22.265455,17128.887,29.285563,0.84436995,11.750773,28.868896,6.464266,2.054458,15.07369,379.18698,110.10595,13.625817,0.71357626,2.3404822,115.08469,2.765879,172.7175,267.41626,2031.6672,563.035,99.93678,157.0161,205.19379,8.482796,11.893522,98.45023,13.795659,19.507668,16.092672,24.400993,135.05875,17.414095,14.832622,51.54755,12.510795,3591.6,20.996943,22.1125,16.866594,10.958373,187.93214,38.85314,17.24375,6.3219643,9.646376,14.370147,61.489433,121.95197,30.345625,153.56241,21.468952,8.5276165,67.53905,45.988937,108.730385,84.72903,7.3511496,3.5415626,5.130375,23.740223,3483.866,6.046757,6.318723,58.080624,14.528246,147.68831,67.58375,118.42037,3.4698658,73.30688,459.47324,338.41934,38.838413,391.066,49.61875,56.100433,81.85111,28.761816,4.8009696,22.971207,525.6548,0.547999,1.2325208,106.69157,19.24516,9.239671,12.173365,17.562435,149.73543,44.123123,158.52675,858.39746,311.2159,2375.2188,1929.8795,24.824938,41.63125,2725.5356,21.466408,62.44375,554.17993,107.69588,155.95969,71.642105,351.52,393.45416,465.58942,11.890857,90.958664,327.48004,530.374,18.11137,147.3998,21.450624,1.6933893,51.849854,1.1548773,1.2828839,4.817977,14.00975,118.8308,28.239178,19.177916,335.6704,94.780205,56.541965,73.84375,24.070715,56.332813,15.6625,9.413292,17.594376,118.27014,48.32661,19.869408,27.339272,12.5625,23.273392,23.019165,2.510255,110.67477,23.108997,284.99377,11.344109,489.53247,25.83597,645.81995,220.45667,8.918753,13.290513,288.43097,379.87643,1304.877,542.8687 +2023-11-20 04:00:00,0.0,4150.782,98.94497,50.65254,90.48938,55.360416,331.07,44.814552,91.103966,24.446327,54.681923,613.7762,92.02415,25.512554,207.5276,0.73253036,0.49292725,59.5638,1.1031774,7.4412327,1009.27783,9.522792,1128.5001,129.78183,0.37486523,20.81158,546.99194,46.198715,338.82098,190.62979,5625.6885,3.8456223,2706.946,53.357693,1.2042488,2.3580937,7.1243095,263.90433,318.49344,85.406265,56.97222,40.141224,12.821614,1061.3593,32.405067,50.63686,15.684624,473.47522,19.726723,492.45663,7.2734327,50.17027,0.0,835.1522,2739.4463,0.41296324,217.68883,22.247717,17114.766,29.272894,0.8441126,11.739815,28.84619,6.4624033,2.0538104,15.064815,378.92224,109.9806,13.609124,0.7133085,2.3393488,115.07709,2.7625158,172.62555,267.44724,2031.9548,562.7222,99.92724,157.05243,205.39482,8.489654,11.901488,98.58588,13.818137,19.536448,16.079403,24.38317,135.12068,17.409094,14.819691,51.53701,12.512162,3591.926,20.98942,22.11111,16.864521,10.957427,187.94444,38.85631,17.23611,6.3234496,9.639935,14.362745,61.471603,121.904976,30.343056,153.56711,21.464071,8.514311,67.47092,45.955414,108.60901,84.744774,7.3627777,3.5395832,5.1295366,23.721834,3479.7236,6.0551896,6.304729,58.064354,14.522615,147.65727,67.619446,118.422745,3.47036,73.281944,459.4298,338.4672,38.808674,390.93765,49.59722,56.093468,81.81693,28.78218,4.8048787,22.98151,525.552,0.5480989,1.2334907,106.739975,19.263214,9.2405815,12.178003,17.564278,149.80261,44.166668,158.53592,858.55664,310.98486,2374.5715,1929.5723,24.808195,41.574493,2723.4111,21.47507,62.36574,554.04315,107.56694,155.80486,71.5731,351.05927,393.17563,465.59958,11.881905,90.89111,327.4472,530.0661,18.095182,147.27817,21.42639,1.6933198,51.85225,1.1548524,1.2829745,4.817264,14.003889,118.63289,28.221369,19.176851,335.43594,94.70602,56.498016,73.791664,24.050795,56.336807,15.648149,9.389908,17.5875,118.19519,48.298813,19.845692,27.365295,12.555555,23.245634,23.009258,2.5068195,110.6021,23.08034,284.81284,11.338026,489.12503,25.816494,646.2354,220.34937,8.904284,13.285121,288.1218,379.52097,1304.1958,543.30896 +2023-11-20 05:00:00,0.0,4148.048,98.837814,50.58422,90.45648,55.338646,331.07977,44.81023,91.085236,24.438175,54.676445,612.866,92.0403,25.50766,207.42372,0.7309457,0.49120277,59.586357,1.0994861,7.4573603,1009.4841,9.543389,1129.0736,129.81055,0.37565222,20.85679,547.423,46.20801,339.17807,190.69618,5620.4585,3.8534296,2706.92,53.458702,1.2064537,2.3626099,7.1389127,263.8436,318.42664,85.5262,56.956944,40.140717,12.816907,1060.4496,32.468155,50.600502,15.668059,473.4715,19.70727,492.65372,7.2685637,50.132442,0.0,834.90955,2737.4973,0.41231838,217.53947,22.229979,17100.643,29.260227,0.8438552,11.728856,28.823483,6.4605412,2.0531626,15.05594,378.65753,109.85524,13.59243,0.7130408,2.338215,115.06948,2.7591527,172.53362,267.47818,2032.2426,562.4094,99.917694,157.08876,205.59584,8.496512,11.909453,98.72153,13.840615,19.56523,16.066133,24.365347,135.18262,17.404093,14.806761,51.526474,12.513531,3592.252,20.981895,22.109722,16.86245,10.956481,187.95674,38.859486,17.228472,6.3249354,9.633493,14.355343,61.45377,121.85797,30.340485,153.57182,21.459192,8.501006,67.40279,45.921894,108.48763,84.76051,7.3744054,3.537604,5.128699,23.703444,3475.581,6.0636215,6.2907343,58.04808,14.516985,147.62624,67.65514,118.425125,3.4708543,73.25702,459.38638,338.51508,38.778934,390.8093,49.575695,56.086506,81.78275,28.802547,4.808788,22.991816,525.4492,0.5481988,1.2344606,106.78838,19.281267,9.241491,12.182642,17.56612,149.8698,44.21021,158.54509,858.7158,310.75378,2373.9243,1929.2649,24.791452,41.51774,2721.2864,21.483732,62.28773,553.90643,107.43801,155.65004,71.5041,350.5985,392.89706,465.60974,11.8729515,90.823555,327.41437,529.7582,18.078993,147.15656,21.402153,1.6932502,51.854645,1.1548275,1.2830652,4.816551,13.998028,118.434975,28.203558,19.175787,335.20148,94.63183,56.454067,73.739586,24.030874,56.340797,15.633797,9.366524,17.580626,118.12024,48.271015,19.821976,27.39132,12.548611,23.217876,22.999352,2.5033836,110.52943,23.05168,284.6319,11.3319435,488.7176,25.797018,646.6509,220.24207,8.889813,13.279729,287.81262,379.1655,1303.5146,543.74915 +2023-11-20 06:00:00,0.0,4145.314,98.73065,50.515903,90.42358,55.316875,331.0895,44.805904,91.0665,24.430025,54.67097,611.9559,92.05645,25.502766,207.31984,0.7293611,0.4894783,59.608913,1.0957947,7.473488,1009.69037,9.563986,1129.6471,129.83926,0.37643918,20.902,547.854,46.217308,339.5352,190.76257,5615.2285,3.8612368,2706.8936,53.559715,1.2086587,2.3671262,7.153516,263.78284,318.35983,85.64613,56.941666,40.14021,12.812201,1059.54,32.53124,50.56414,15.651495,473.46777,19.687817,492.8508,7.263695,50.094612,0.0,834.6669,2735.5486,0.41167352,217.39014,22.21224,17086.52,29.247559,0.8435978,11.717896,28.800777,6.458679,2.052515,15.047064,378.39282,109.72989,13.575737,0.7127731,2.3370814,115.061874,2.7557895,172.44167,267.50916,2032.5302,562.0967,99.90814,157.1251,205.79688,8.503371,11.917419,98.85717,13.863093,19.59401,16.052864,24.347523,135.24454,17.39909,14.79383,51.515934,12.514898,3592.578,20.974373,22.108334,16.860376,10.955534,187.96904,38.862656,17.220833,6.326421,9.627053,14.347941,61.43594,121.81097,30.337915,153.57652,21.454311,8.4877,67.33465,45.888374,108.36626,84.77625,7.386033,3.535625,5.127861,23.685053,3471.4387,6.072054,6.27674,58.031807,14.5113535,147.5952,67.690834,118.4275,3.4713488,73.232086,459.34296,338.56293,38.7492,390.68097,49.554165,56.07954,81.74857,28.822914,4.812697,23.00212,525.34644,0.5482987,1.2354305,106.83679,19.29932,9.242402,12.18728,17.567965,149.93698,44.25375,158.55426,858.87506,310.52274,2373.277,1928.9576,24.77471,41.460983,2719.1619,21.492395,62.20972,553.76965,107.30908,155.49521,71.43509,350.1378,392.6185,465.6199,11.863999,90.756004,327.38153,529.45026,18.062805,147.03493,21.377916,1.6931806,51.857037,1.1548024,1.2831558,4.8158383,13.9921665,118.23707,28.18575,19.174723,334.967,94.55763,56.410122,73.6875,24.010954,56.34479,15.619445,9.34314,17.57375,118.04529,48.243217,19.798258,27.417341,12.541667,23.190119,22.989443,2.499948,110.456764,23.023022,284.45096,11.325861,488.31015,25.777544,647.06635,220.13478,8.875343,13.274337,287.50345,378.81006,1302.8335,544.1894 +2023-11-20 07:00:00,0.0,4142.5796,98.6235,50.447586,90.39068,55.295105,331.09924,44.801582,91.04776,24.421873,54.665497,611.0457,92.0726,25.497871,207.21597,0.72777647,0.4877538,59.631466,1.0921032,7.4896154,1009.8966,9.584583,1130.2207,129.86798,0.37722617,20.94721,548.28503,46.2266,339.89227,190.82896,5609.9985,3.8690443,2706.8672,53.660725,1.2108637,2.3716426,7.1681194,263.7221,318.29303,85.766075,56.926388,40.139698,12.807493,1058.6305,32.594326,50.527782,15.63493,473.46405,19.668364,493.04788,7.258826,50.056786,0.0,834.4242,2733.5999,0.41102865,217.2408,22.1945,17072.396,29.234892,0.8433404,11.706938,28.77807,6.456817,2.0518675,15.038188,378.12808,109.60454,13.559043,0.7125054,2.3359478,115.05427,2.7524266,172.34972,267.54013,2032.8179,561.7839,99.89859,157.16144,205.99791,8.510229,11.9253845,98.99282,13.885571,19.622791,16.039595,24.3297,135.30647,17.394089,14.780899,51.505398,12.516267,3592.9038,20.96685,22.106945,16.858303,10.954588,187.98135,38.865826,17.213194,6.327906,9.620612,14.340539,61.418106,121.76396,30.335346,153.58124,21.44943,8.474395,67.26652,45.854855,108.24488,84.79199,7.3976607,3.5336459,5.1270227,23.666664,3467.2964,6.0804863,6.262746,58.015533,14.505723,147.56416,67.72653,118.42988,3.471843,73.20715,459.29956,338.6108,38.71946,390.5526,49.53264,56.07258,81.71439,28.84328,4.8166065,23.012424,525.24365,0.5483986,1.2364005,106.8852,19.317375,9.243312,12.191918,17.569807,150.00417,44.29729,158.56342,859.0343,310.29166,2372.6301,1928.6504,24.757965,41.40423,2717.0374,21.501057,62.131714,553.63293,107.18015,155.34038,71.36608,349.67703,392.33997,465.63004,11.855047,90.688446,327.3487,529.14233,18.046616,146.91331,21.353682,1.693111,51.859432,1.1547775,1.2832464,4.8151255,13.986305,118.039154,28.167938,19.173656,334.73254,94.483444,56.366173,73.635414,23.991034,56.348785,15.605093,9.319755,17.566875,117.97034,48.21542,19.774542,27.443365,12.534722,23.162361,22.979536,2.4965124,110.384094,22.994362,284.27002,11.319778,487.9027,25.758068,647.4818,220.02748,8.860873,13.268946,287.19427,378.4546,1302.1525,544.62964 +2023-11-20 08:00:00,0.0,4139.8457,98.516335,50.37927,90.35778,55.273335,331.10898,44.79726,91.02903,24.413721,54.66002,610.1356,92.08876,25.492977,207.11209,0.7261919,0.4860293,59.654022,1.0884119,7.5057435,1010.1029,9.60518,1130.7942,129.8967,0.37801316,20.99242,548.71606,46.235897,340.2494,190.89536,5604.7686,3.8768516,2706.8408,53.761738,1.2130687,2.376159,7.182722,263.66135,318.22623,85.88601,56.91111,40.13919,12.802787,1057.721,32.657413,50.49142,15.618365,473.46033,19.64891,493.24496,7.253957,50.018955,0.0,834.1815,2731.651,0.4103838,217.09145,22.176762,17058.275,29.222223,0.843083,11.695979,28.755363,6.454955,2.05122,15.029312,377.86337,109.47919,13.54235,0.71223766,2.334814,115.04667,2.7490635,172.25778,267.5711,2033.1056,561.47107,99.889046,157.19777,206.19893,8.517088,11.93335,99.12846,13.908049,19.651571,16.026325,24.311878,135.3684,17.389086,14.767969,51.494858,12.517635,3593.2297,20.959326,22.105556,16.85623,10.953642,187.99365,38.868996,17.205555,6.3293915,9.614172,14.3331375,61.400276,121.716965,30.332777,153.58594,21.444551,8.461089,67.19839,45.82133,108.123505,84.80773,7.409289,3.5316668,5.126185,23.648273,3463.154,6.0889187,6.248751,57.99926,14.5000925,147.53314,67.76222,118.43226,3.4723375,73.18222,459.25613,338.65866,38.68972,390.42426,49.511112,56.065613,81.680214,28.863646,4.8205156,23.02273,525.14087,0.5484985,1.2373704,106.93361,19.335428,9.244223,12.196556,17.57165,150.07135,44.34083,158.57259,859.1935,310.0606,2371.983,1928.3431,24.741222,41.347473,2714.9126,21.50972,62.053703,553.4962,107.05122,155.18556,71.29707,349.2163,392.0614,465.6402,11.846095,90.62089,327.31586,528.8344,18.030428,146.79169,21.329445,1.6930414,51.861828,1.1547525,1.2833371,4.8144126,13.980444,117.84125,28.150127,19.172592,334.49808,94.409256,56.322224,73.583336,23.971111,56.35278,15.590741,9.2963705,17.56,117.895386,48.187622,19.750826,27.469389,12.527778,23.134602,22.96963,2.4930768,110.311424,22.965704,284.08908,11.313696,487.49527,25.738592,647.89734,219.92018,8.846403,13.263554,286.8851,378.09912,1301.4713,545.0699 +2023-11-20 09:00:00,0.0,4137.1113,98.40918,50.31095,90.324875,55.251564,331.1187,44.792934,91.01029,24.405571,54.654545,609.22546,92.10491,25.488083,207.00821,0.7246073,0.48430482,59.67658,1.0847205,7.521871,1010.3092,9.625777,1131.3677,129.92542,0.37880015,21.03763,549.1471,46.24519,340.60648,190.96173,5599.5386,3.884659,2706.8145,53.862747,1.2152736,2.380675,7.1973257,263.60062,318.15942,86.00594,56.895832,40.138683,12.7980795,1056.8113,32.720497,50.455063,15.601801,473.4566,19.62946,493.44205,7.249088,49.98113,0.0,833.93884,2729.7021,0.40973893,216.94211,22.159023,17044.152,29.209557,0.84282565,11.6850195,28.732656,6.453093,2.0505724,15.020436,377.59863,109.353836,13.525656,0.71197,2.3336804,115.03906,2.7457004,172.16583,267.60208,2033.3932,561.1583,99.87949,157.23412,206.39996,8.523947,11.941316,99.26411,13.930527,19.680353,16.013058,24.294054,135.43033,17.384085,14.755038,51.48432,12.519003,3593.5557,20.951803,22.104166,16.854158,10.952696,188.00595,38.872166,17.197916,6.330877,9.607731,14.325735,61.382446,121.66996,30.330208,153.59065,21.43967,8.447784,67.13026,45.78781,108.00213,84.82347,7.4209166,3.5296874,5.125347,23.629883,3459.0117,6.097351,6.234757,57.982986,14.494462,147.5021,67.79792,118.43463,3.4728317,73.157295,459.2127,338.7065,38.659985,390.2959,49.489582,56.05865,81.646034,28.884012,4.8244247,23.033033,525.0381,0.54859847,1.2383403,106.98202,19.353481,9.245132,12.201195,17.573492,150.13853,44.384377,158.58176,859.35266,309.82956,2371.3357,1928.0359,24.72448,41.290718,2712.788,21.518381,61.975693,553.35944,106.92229,155.03073,71.22807,348.75555,391.78287,465.65036,11.837142,90.55334,327.28302,528.5265,18.014238,146.67007,21.305208,1.6929718,51.864223,1.1547276,1.2834277,4.8136997,13.974584,117.64333,28.132318,19.171528,334.2636,94.33507,56.278275,73.53125,23.95119,56.35677,15.576389,9.272986,17.553125,117.820435,48.159824,19.72711,27.495413,12.520833,23.106844,22.95972,2.489641,110.238754,22.937044,283.90814,11.307613,487.08786,25.719116,648.3128,219.8129,8.831933,13.258162,286.57593,377.74365,1300.7902,545.51013 +2023-11-20 10:00:00,0.0,4134.3774,98.302025,50.242634,90.29198,55.229794,331.12845,44.788612,90.99156,24.397419,54.649067,608.3153,92.12106,25.483189,206.90433,0.72302264,0.48258033,59.699135,1.081029,7.5379987,1010.51544,9.646375,1131.9412,129.95415,0.37958714,21.08284,549.5781,46.254486,340.96356,191.02812,5594.3086,3.8924663,2706.788,53.96376,1.2174786,2.3851914,7.211929,263.53986,318.09262,86.125885,56.880554,40.138176,12.793373,1055.9017,32.783585,50.4187,15.585237,473.45288,19.610006,493.6391,7.244219,49.9433,0.0,833.69617,2727.7534,0.40909407,216.79276,22.141285,17030.03,29.196888,0.8425683,11.674061,28.70995,6.4512305,2.0499249,15.011561,377.33392,109.22848,13.508963,0.7117022,2.3325467,115.031456,2.7423372,172.07388,267.63306,2033.6809,560.8455,99.86994,157.27045,206.60098,8.530805,11.949281,99.39976,13.953005,19.709133,15.999787,24.27623,135.49226,17.379084,14.742107,51.47378,12.520371,3593.8816,20.944279,22.102777,16.852085,10.951749,188.01825,38.875336,17.190277,6.3323627,9.601291,14.318334,61.364613,121.622955,30.327639,153.59535,21.43479,8.434479,67.06212,45.75429,107.88075,84.83921,7.432544,3.5277083,5.124509,23.611494,3454.8691,6.105783,6.2207627,57.966713,14.488831,147.47107,67.83361,118.43701,3.473326,73.13236,459.16928,338.7544,38.630245,390.16754,49.468056,56.051685,81.611855,28.904379,4.828334,23.043339,524.9353,0.54869837,1.2393101,107.030426,19.371534,9.246043,12.2058325,17.575335,150.2057,44.427917,158.59093,859.51184,309.59848,2370.6885,1927.7285,24.707737,41.233963,2710.6636,21.527044,61.897686,553.2227,106.79336,154.8759,71.159065,348.2948,391.5043,465.66052,11.82819,90.48578,327.25018,528.2186,17.99805,146.54846,21.280973,1.6929022,51.86662,1.1547027,1.2835183,4.8129873,13.968722,117.44542,28.114508,19.170462,334.02914,94.26088,56.234325,73.479164,23.93127,56.360764,15.562037,9.249602,17.54625,117.745476,48.132027,19.703394,27.521437,12.513889,23.079086,22.949814,2.4862053,110.16609,22.908386,283.7272,11.301531,486.68042,25.699642,648.7283,219.7056,8.817463,13.252769,286.26672,377.38818,1300.109,545.9503 +2023-11-20 11:00:00,0.0,4131.643,98.19486,50.174316,90.25908,55.208023,331.1382,44.78429,90.972824,24.389269,54.643593,607.40515,92.137215,25.478294,206.80045,0.72143805,0.48085585,59.72169,1.0773377,7.5541263,1010.72174,9.666971,1132.5148,129.98286,0.38037413,21.12805,550.00916,46.263783,341.32068,191.09451,5589.0786,3.9002736,2706.7617,54.06477,1.2196836,2.3897078,7.226532,263.47913,318.02582,86.24582,56.865276,40.13767,12.788666,1054.9922,32.84667,50.382343,15.568672,473.44916,19.590553,493.83618,7.23935,49.905468,0.0,833.4535,2725.8047,0.4084492,216.64342,22.123547,17015.908,29.184221,0.8423109,11.663102,28.687244,6.4493685,2.0492773,15.002686,377.06918,109.10313,13.492269,0.7114345,2.3314133,115.02386,2.738974,171.98195,267.66403,2033.9686,560.5328,99.8604,157.3068,206.80202,8.537663,11.957246,99.5354,13.975483,19.737913,15.986519,24.258408,135.55418,17.37408,14.7291765,51.463245,12.521739,3594.2075,20.936756,22.101389,16.850012,10.950803,188.03055,38.87851,17.182638,6.333848,9.59485,14.310931,61.346783,121.57595,30.32507,153.60007,21.42991,8.421173,66.99399,45.720768,107.75938,84.85496,7.444172,3.5257292,5.123671,23.593103,3450.7268,6.1142154,6.206768,57.95044,14.4832,147.44003,67.86931,118.439384,3.4738204,73.10743,459.12585,338.80225,38.600506,390.0392,49.44653,56.044724,81.577675,28.924746,4.8322434,23.053642,524.8326,0.54879826,1.24028,107.078835,19.38959,9.246954,12.210471,17.577177,150.27289,44.47146,158.6001,859.6711,309.36743,2370.0413,1927.4213,24.690994,41.177208,2708.5388,21.535706,61.819675,553.086,106.66443,154.72107,71.09006,347.83408,391.22577,465.6707,11.819238,90.41822,327.21738,527.9107,17.981861,146.42683,21.256737,1.6928327,51.86901,1.1546776,1.2836089,4.8122745,13.962861,117.24751,28.096697,19.169397,333.7947,94.18668,56.19038,73.427086,23.91135,56.364758,15.547686,9.226218,17.539375,117.670525,48.10423,19.679678,27.54746,12.506945,23.051329,22.939907,2.4827697,110.09342,22.879726,283.5463,11.295448,486.27298,25.680166,649.14374,219.5983,8.802993,13.247377,285.95755,377.03275,1299.4279,546.39056 +2023-11-20 12:00:00,0.0,4128.909,98.08771,50.106,90.22617,55.18625,331.14795,44.779964,90.95409,24.381117,54.63812,606.495,92.153366,25.4734,206.69656,0.7198534,0.47913134,59.744244,1.0736463,7.570254,1010.928,9.687569,1133.0883,130.01158,0.38116112,21.17326,550.4402,46.273075,341.67776,191.1609,5583.8486,3.908081,2706.7354,54.165783,1.2218887,2.3942242,7.2411356,263.4184,317.95905,86.36576,56.85,40.137157,12.783959,1054.0825,32.909756,50.34598,15.552108,473.44543,19.5711,494.03326,7.234481,49.86764,0.0,833.2108,2723.8557,0.40780434,216.49408,22.105808,17001.785,29.171553,0.84205353,11.652143,28.664536,6.4475064,2.0486298,14.99381,376.80447,108.977776,13.475575,0.7111668,2.3302796,115.01625,2.735611,171.89,267.695,2034.2562,560.22,99.85085,157.34312,207.00305,8.544522,11.965212,99.67105,13.997961,19.766695,15.973249,24.240585,135.61612,17.36908,14.716247,51.452705,12.523108,3594.5334,20.929234,22.1,16.847939,10.949857,188.04286,38.88168,17.175,6.3353333,9.588409,14.30353,61.32895,121.52895,30.3225,153.60477,21.42503,8.407868,66.92586,45.68725,107.63799,84.8707,7.4557996,3.52375,5.1228333,23.574713,3446.5845,6.122648,6.192774,57.934166,14.47757,147.409,67.905,118.441765,3.4743147,73.082504,459.08246,338.85013,38.570766,389.91086,49.425,56.037758,81.543495,28.945112,4.8361526,23.063948,524.7298,0.54889816,1.2412499,107.12724,19.407642,9.247864,12.215109,17.579021,150.34007,44.515,158.60927,859.8303,309.13635,2369.3943,1927.114,24.674252,41.120453,2706.4143,21.544369,61.741665,552.9492,106.5355,154.56625,71.02105,347.37332,390.9472,465.68085,11.810286,90.35067,327.18454,527.6028,17.965673,146.30522,21.2325,1.6927631,51.871407,1.1546527,1.2836996,4.8115616,13.957,117.0496,28.078888,19.168333,333.56024,94.112495,56.14643,73.375,23.89143,56.36875,15.533334,9.202834,17.5325,117.59557,48.07643,19.65596,27.573484,12.5,23.023571,22.929998,2.4793339,110.02075,22.851068,283.36536,11.289366,485.86554,25.66069,649.5592,219.491,8.788523,13.241986,285.64838,376.67728,1298.7467,546.8308 +2023-11-20 13:00:00,0.0,4126.1753,97.980545,50.03768,90.193275,55.16448,331.15768,44.775642,90.935356,24.372965,54.63264,605.5849,92.16952,25.468504,206.59268,0.7182688,0.47740686,59.7668,1.0699549,7.5863814,1011.1343,9.708165,1133.6617,130.0403,0.38194808,21.21847,550.8712,46.28237,342.03488,191.2273,5578.6187,3.9158883,2706.709,54.266792,1.2240937,2.3987403,7.2557383,263.35764,317.89224,86.485695,56.83472,40.13665,12.779253,1053.173,32.97284,50.309624,15.535543,473.4417,19.551647,494.23035,7.229612,49.82981,0.0,832.96814,2721.907,0.40715948,216.34473,22.08807,16987.662,29.158886,0.84179616,11.641184,28.641829,6.4456444,2.0479822,14.984934,376.53976,108.852425,13.458881,0.71089906,2.329146,115.008644,2.7322478,171.79805,267.72598,2034.544,559.9072,99.8413,157.37946,207.20407,8.55138,11.973177,99.806694,14.020438,19.795475,15.95998,24.222761,135.67804,17.364079,14.703316,51.44217,12.524475,3594.8594,20.92171,22.098612,16.845867,10.94891,188.05516,38.88485,17.16736,6.3368187,9.581968,14.296127,61.31112,121.48195,30.31993,153.60947,21.420149,8.394563,66.85772,45.65373,107.51662,84.88644,7.4674277,3.5217707,5.121995,23.556324,3442.4421,6.13108,6.1787796,57.917892,14.471939,147.37796,67.9407,118.44414,3.4748092,73.05757,459.03903,338.89798,38.54103,389.7825,49.403473,56.030796,81.509315,28.965477,4.8400617,23.074251,524.627,0.54899806,1.2422199,107.17565,19.425695,9.248775,12.219748,17.580864,150.40726,44.55854,158.61844,859.9895,308.9053,2368.747,1926.8068,24.657507,41.063698,2704.2898,21.553032,61.66366,552.8125,106.40657,154.41142,70.95205,346.9126,390.66867,465.691,11.801332,90.28311,327.1517,527.29486,17.949486,146.1836,21.208263,1.6926935,51.873802,1.1546278,1.2837902,4.8108487,13.9511385,116.85169,28.061077,19.167269,333.32578,94.03831,56.10248,73.322914,23.87151,56.37274,15.518982,9.179449,17.525625,117.52062,48.048634,19.632244,27.599506,12.493055,22.995813,22.920092,2.4758983,109.94809,22.822409,283.18442,11.283282,485.4581,25.641214,649.9747,219.38371,8.774053,13.236594,285.3392,376.3218,1298.0656,547.27106 +2023-11-20 14:00:00,0.0,4123.441,97.87339,49.969364,90.16038,55.142708,331.16742,44.77132,90.91662,24.364815,54.627167,604.67474,92.18567,25.46361,206.4888,0.7166842,0.47568238,59.789356,1.0662636,7.602509,1011.3406,9.728763,1134.2354,130.06902,0.38273507,21.26368,551.30225,46.291664,342.39197,191.29369,5573.3887,3.9236958,2706.6826,54.367805,1.2262986,2.4032567,7.270342,263.2969,317.82544,86.60563,56.819443,40.136143,12.774546,1052.2634,33.035927,50.273262,15.518979,473.438,19.532194,494.42743,7.224743,49.791985,0.0,832.72546,2719.9583,0.4065146,216.19539,22.070332,16973.54,29.146217,0.8415388,11.630225,28.619122,6.4437823,2.0473344,14.976058,376.27502,108.727066,13.442188,0.7106314,2.3280122,115.001045,2.7288847,171.70612,267.75696,2034.8315,559.5944,99.83175,157.4158,207.4051,8.558239,11.981142,99.942345,14.042916,19.824257,15.946711,24.204939,135.73997,17.359076,14.690385,51.431633,12.525844,3595.1853,20.914186,22.097221,16.843794,10.947964,188.06746,38.88802,17.159721,6.3383045,9.575528,14.288726,61.293285,121.434944,30.31736,153.61418,21.41527,8.381257,66.78959,45.62021,107.39524,84.902176,7.4790554,3.5197916,5.121157,23.537933,3438.2998,6.1395125,6.164785,57.90162,14.466308,147.34692,67.97639,118.44652,3.4753034,73.03264,458.9956,338.94586,38.51129,389.65414,49.381943,56.02383,81.475136,28.985844,4.843971,23.084557,524.52423,0.54909796,1.2431898,107.22406,19.443748,9.249684,12.224386,17.582706,150.47444,44.60208,158.62761,860.1487,308.67426,2368.0999,1926.4995,24.640764,41.006943,2702.165,21.561693,61.585648,552.6758,106.27764,154.25659,70.88304,346.45184,390.3901,465.70117,11.79238,90.21555,327.11887,526.98694,17.933296,146.06198,21.184029,1.6926239,51.876198,1.1546028,1.2838808,4.810136,13.945278,116.65378,28.043266,19.166203,333.0913,93.96412,56.058533,73.270836,23.85159,56.376736,15.50463,9.156065,17.51875,117.44567,48.020836,19.608528,27.62553,12.486111,22.968056,22.910185,2.4724627,109.87542,22.79375,283.00348,11.2772,485.05066,25.62174,650.39014,219.27641,8.7595825,13.231202,285.03003,375.96634,1297.3844,547.71124 +2023-11-20 15:00:00,0.0,4120.707,97.76623,49.901047,90.12747,55.120937,331.17715,44.767,90.89789,24.356663,54.621693,603.7646,92.20182,25.458715,206.38492,0.7150996,0.47395787,59.811913,1.0625721,7.6186366,1011.5468,9.74936,1134.8088,130.09773,0.38352206,21.30889,551.7333,46.30096,342.74905,191.36008,5568.1587,3.931503,2706.6562,54.468815,1.2285036,2.407773,7.2849455,263.23615,317.75864,86.72557,56.804165,40.135635,12.769839,1051.3539,33.09901,50.236904,15.502414,473.43423,19.512741,494.6245,7.219874,49.754154,0.0,832.4828,2718.0093,0.40586975,216.04604,22.052591,16959.418,29.13355,0.8412814,11.619266,28.596416,6.4419203,2.046687,14.967183,376.0103,108.601715,13.425494,0.7103636,2.3268785,114.99344,2.7255216,171.61417,267.7879,2035.1193,559.2817,99.822205,157.45213,207.60612,8.565098,11.989108,100.07799,14.065394,19.853037,15.933442,24.187115,135.8019,17.354074,14.677455,51.421093,12.527211,3595.5112,20.906662,22.095833,16.84172,10.947018,188.07976,38.89119,17.152082,6.33979,9.569087,14.281323,61.275455,121.38794,30.31479,153.61888,21.410389,8.367951,66.72146,45.586685,107.273865,84.917915,7.490683,3.5178125,5.1203194,23.519543,3434.1575,6.1479445,6.1507907,57.88535,14.460677,147.31589,68.012085,118.44889,3.475798,73.00771,458.95218,338.9937,38.481552,389.5258,49.360416,56.01687,81.440956,29.00621,4.84788,23.094862,524.42145,0.54919785,1.2441597,107.27247,19.461803,9.250595,12.229024,17.584549,150.54163,44.645626,158.63678,860.30786,308.44318,2367.4526,1926.1921,24.624022,40.950188,2700.0405,21.570356,61.507637,552.539,106.148705,154.10178,70.81403,345.99112,390.11154,465.71133,11.783428,90.148,327.08603,526.679,17.917109,145.94035,21.159792,1.6925544,51.87859,1.1545779,1.2839715,4.809423,13.939417,116.455864,28.025457,19.165138,332.85684,93.88993,56.014584,73.21875,23.831667,56.38073,15.490278,9.132681,17.511875,117.37072,47.99304,19.584812,27.651554,12.479167,22.940296,22.900276,2.469027,109.80275,22.76509,282.82254,11.271117,484.64322,25.602264,650.8056,219.16911,8.745112,13.22581,284.72086,375.61087,1296.7034,548.1515 +2023-11-20 16:00:00,0.0,4117.9727,97.65907,49.83273,90.094574,55.099167,331.18692,44.762672,90.87915,24.34851,54.616215,602.85443,92.21798,25.453821,206.28104,0.713515,0.47223338,59.83447,1.0588807,7.6347647,1011.7531,9.769957,1135.3823,130.12645,0.38430905,21.3541,552.1643,46.310257,343.10617,191.42645,5562.9287,3.9393103,2706.6301,54.569824,1.2307086,2.4122894,7.299548,263.1754,317.69183,86.845505,56.788887,40.135124,12.765132,1050.4442,33.162098,50.200542,15.485849,473.43054,19.49329,494.8216,7.215005,49.716328,0.0,832.2401,2716.0605,0.4052249,215.8967,22.034853,16945.295,29.120882,0.84102404,11.608307,28.57371,6.4400578,2.0460393,14.958307,375.74557,108.476364,13.408801,0.7100959,2.3257449,114.98583,2.7221584,171.52222,267.81888,2035.407,558.9689,99.81265,157.48846,207.80716,8.571957,11.997073,100.21363,14.0878725,19.881819,15.920173,24.16929,135.86383,17.349072,14.664524,51.410557,12.52858,3595.8372,20.89914,22.094444,16.83965,10.946071,188.09206,38.89436,17.144444,6.341275,9.562647,14.273921,61.257626,121.340935,30.312222,153.6236,21.405508,8.354647,66.65333,45.553165,107.15249,84.933655,7.5023108,3.5158334,5.119481,23.501154,3430.015,6.156377,6.1367965,57.869076,14.455047,147.28485,68.047775,118.45127,3.4762921,72.98278,458.90875,339.0416,38.451817,389.39746,49.33889,56.009903,81.40678,29.026577,4.8517895,23.105165,524.31866,0.54929775,1.2451296,107.320885,19.479856,9.251505,12.233663,17.586391,150.60881,44.689167,158.64595,860.4671,308.21213,2366.8054,1925.8849,24.607279,40.893433,2697.916,21.579018,61.42963,552.4023,106.019775,153.94695,70.74503,345.53036,389.833,465.7215,11.774476,90.080444,327.0532,526.3711,17.900919,145.81874,21.135555,1.6924847,51.880985,1.1545528,1.2840621,4.80871,13.933556,116.25796,28.007647,19.164074,332.62238,93.815735,55.970634,73.166664,23.811747,56.384724,15.475926,9.109297,17.505001,117.29577,47.96524,19.561096,27.677578,12.472222,22.912539,22.89037,2.4655912,109.73009,22.736433,282.6416,11.265035,484.23578,25.582788,651.22107,219.06183,8.730642,13.220419,284.41168,375.25543,1296.0222,548.59174 +2023-11-20 17:00:00,0.0,4115.239,97.55191,49.764412,90.061676,55.077396,331.19666,44.75835,90.86041,24.34036,54.61074,601.9443,92.23413,25.448927,206.17717,0.7119304,0.4705089,59.85702,1.0551894,7.6508923,1011.95935,9.790554,1135.9558,130.15517,0.38509604,21.39931,552.59534,46.31955,343.46326,191.49284,5557.699,3.9471178,2706.6038,54.670837,1.2329136,2.4168057,7.314152,263.11465,317.62503,86.96545,56.773613,40.134617,12.760426,1049.5347,33.22518,50.164185,15.469285,473.42682,19.473837,495.01865,7.210136,49.678497,0.0,831.99744,2714.1118,0.40458003,215.74736,22.017115,16931.172,29.108215,0.84076667,11.597348,28.551003,6.4381957,2.0453918,14.949431,375.48087,108.35101,13.392107,0.7098282,2.3246112,114.97823,2.7187953,171.43028,267.84985,2035.6946,558.6561,99.8031,157.52481,208.0082,8.5788145,12.005038,100.34928,14.110351,19.910599,15.906903,24.151466,135.92577,17.34407,14.651593,51.400017,12.529947,3596.163,20.891617,22.093056,16.837576,10.945125,188.10437,38.897533,17.136806,6.3427606,9.556206,14.26652,61.23979,121.29394,30.309652,153.6283,21.400629,8.341341,66.58519,45.519646,107.03111,84.9494,7.5139384,3.5138543,5.1186433,23.482763,3425.8726,6.164809,6.122802,57.852802,14.449416,147.25381,68.08347,118.45364,3.4767864,72.95785,458.86533,339.08945,38.422077,389.2691,49.31736,56.002937,81.3726,29.046944,4.8556986,23.11547,524.2159,0.54939765,1.2460995,107.36929,19.49791,9.252416,12.2383,17.588234,150.676,44.732708,158.65512,860.62634,307.98105,2366.1584,1925.5776,24.590536,40.836678,2695.7915,21.58768,61.35162,552.26556,105.89085,153.79211,70.676025,345.06964,389.55444,465.73166,11.765523,90.012886,327.02036,526.0632,17.884731,145.69711,21.11132,1.6924151,51.88338,1.1545279,1.2841527,4.807997,13.927694,116.06004,27.989836,19.16301,332.3879,93.74155,55.92669,73.114586,23.791826,56.388714,15.461575,9.085913,17.498125,117.22082,47.937443,19.53738,27.703602,12.465278,22.88478,22.880463,2.4621556,109.65742,22.707773,282.46066,11.258952,483.82834,25.563314,651.6366,218.95453,8.716172,13.215027,284.1025,374.89996,1295.3411,549.032 +2023-11-20 18:00:00,0.0,4112.5044,97.444756,49.696095,90.02878,55.055626,331.2064,44.75403,90.84168,24.332209,54.605267,601.0342,92.25028,25.444033,206.07329,0.71034575,0.46878442,59.879578,1.0514979,7.66702,1012.16565,9.8111515,1136.5294,130.18388,0.38588303,21.444519,553.02637,46.328846,343.82037,191.55923,5552.469,3.954925,2706.5774,54.771847,1.2351185,2.4213219,7.328755,263.05392,317.55823,87.08538,56.758335,40.13411,12.755718,1048.6251,33.28827,50.127823,15.452721,473.42307,19.454384,495.21573,7.205267,49.640667,0.0,831.75476,2712.1628,0.4039352,215.598,21.999376,16917.049,29.095547,0.8405093,11.586389,28.528294,6.4363337,2.0447443,14.940556,375.21616,108.225655,13.375414,0.70956045,2.3234775,114.97063,2.7154322,171.33833,267.88083,2035.9823,558.3433,99.79355,157.56114,208.20921,8.585673,12.013004,100.484924,14.132829,19.93938,15.893635,24.133644,135.98769,17.33907,14.638662,51.38948,12.531316,3596.489,20.884092,22.091667,16.835503,10.944179,188.11667,38.900703,17.129168,6.344246,9.549766,14.259117,61.221962,121.24693,30.307083,153.63301,21.395748,8.328035,66.51706,45.486122,106.90974,84.96514,7.5255666,3.511875,5.1178055,23.464373,3421.7302,6.1732416,6.1088076,57.83653,14.443785,147.22278,68.11917,118.456024,3.4772809,72.93292,458.82193,339.13733,38.392338,389.14075,49.295834,55.995975,81.33842,29.067308,4.8596077,23.125774,524.1131,0.5494976,1.2470694,107.4177,19.515965,9.253326,12.242939,17.590076,150.74316,44.77625,158.66429,860.7855,307.75,2365.5112,1925.2704,24.573792,40.779922,2693.6667,21.596342,61.27361,552.1288,105.76192,153.6373,70.60702,344.6089,389.2759,465.74182,11.756571,89.945335,326.98752,525.75525,17.868542,145.5755,21.087084,1.6923456,51.885777,1.154503,1.2842435,4.8072844,13.921833,115.86214,27.972027,19.161943,332.15344,93.66736,55.88274,73.0625,23.771906,56.392708,15.447223,9.062529,17.491251,117.14587,47.909645,19.513662,27.729626,12.458333,22.857023,22.870554,2.45872,109.58475,22.679115,282.27972,11.25287,483.4209,25.543839,652.05206,218.84723,8.701702,13.209635,283.7933,374.5445,1294.6599,549.4722 +2023-11-20 19:00:00,0.0,4109.7705,97.33759,49.627777,89.99587,55.033855,331.21613,44.749702,90.822945,24.324059,54.59979,600.124,92.26643,25.439138,205.9694,0.70876116,0.4670599,59.902134,1.0478065,7.6831474,1012.37195,9.831748,1137.1029,130.2126,0.38667002,21.489729,553.4574,46.33814,344.17746,191.62563,5547.2393,3.9627326,2706.551,54.87286,1.2373235,2.4258382,7.343358,262.99316,317.49142,87.205315,56.743057,40.133602,12.751012,1047.7155,33.351357,50.091465,15.436156,473.41934,19.43493,495.4128,7.200398,49.60284,0.0,831.5121,2710.214,0.40329033,215.44867,21.981638,16902.928,29.08288,0.8402519,11.57543,28.505589,6.4344716,2.0440967,14.93168,374.95142,108.1003,13.35872,0.70929277,2.322344,114.96302,2.712069,171.24638,267.9118,2036.27,558.0305,99.78401,157.59747,208.41025,8.592532,12.020969,100.620575,14.155306,19.96816,15.880365,24.115822,136.04962,17.334066,14.625732,51.37894,12.532683,3596.815,20.87657,22.090279,16.83343,10.943232,188.12897,38.903873,17.121529,6.3457317,9.543324,14.251716,61.20413,121.19993,30.304514,153.63771,21.390867,8.314731,66.44893,45.452602,106.78836,84.98088,7.5371943,3.5098958,5.116967,23.445984,3417.588,6.181674,6.0948133,57.820255,14.438154,147.19174,68.15486,118.4584,3.477775,72.90799,458.7785,339.18518,38.362602,389.0124,49.274307,55.98901,81.30424,29.087675,4.863517,23.13608,524.0103,0.5495975,1.2480394,107.46611,19.534018,9.254236,12.247577,17.59192,150.81035,44.81979,158.67345,860.9447,307.51895,2364.864,1924.963,24.557049,40.723167,2691.5422,21.605005,61.195602,551.99207,105.63299,153.48247,70.53801,344.14813,388.99734,465.75198,11.747619,89.87778,326.95468,525.4473,17.852354,145.45389,21.062847,1.692276,51.888172,1.154478,1.2843341,4.8065715,13.915972,115.66422,27.954216,19.16088,331.91898,93.59317,55.83879,73.010414,23.751986,56.3967,15.432871,9.039144,17.484375,117.07091,47.881847,19.489946,27.75565,12.451389,22.829266,22.860647,2.4552844,109.51208,22.650455,282.0988,11.246787,483.01346,25.524363,652.4675,218.73994,8.687232,13.204243,283.48413,374.18903,1293.9788,549.9124 +2023-11-20 20:00:00,0.0,4107.036,97.23044,49.55946,89.962975,55.012085,331.22586,44.74538,90.804214,24.315907,54.594315,599.21387,92.282585,25.434244,205.86552,0.70717657,0.46533543,59.92469,1.0441152,7.699275,1012.5782,9.852345,1137.6764,130.24132,0.38745698,21.534939,553.8884,46.347435,344.53458,191.69202,5542.0093,3.9705398,2706.5247,54.97387,1.2395285,2.4303546,7.357961,262.93243,317.42462,87.32526,56.72778,40.133095,12.7463045,1046.8059,33.41444,50.055103,15.419592,473.41565,19.415478,495.6099,7.195529,49.56501,0.0,831.2694,2708.2654,0.40264547,215.29932,21.9639,16888.805,29.070211,0.83999455,11.564471,28.482882,6.4326096,2.0434492,14.922805,374.6867,107.97495,13.342027,0.709025,2.3212104,114.955414,2.708706,171.15445,267.94278,2036.5576,557.7178,99.77446,157.63382,208.61128,8.59939,12.028935,100.75622,14.177784,19.99694,15.867096,24.097998,136.11154,17.329065,14.612802,51.368404,12.534052,3597.1409,20.869047,22.088888,16.831358,10.942286,188.14127,38.907043,17.11389,6.347217,9.536884,14.244313,61.1863,121.15292,30.301945,153.64243,21.385988,8.301425,66.38079,45.419083,106.666985,84.99662,7.548822,3.5079167,5.1161294,23.427593,3413.4456,6.190106,6.0808187,57.80398,14.432524,147.1607,68.19056,118.46078,3.4782696,72.88306,458.73508,339.23306,38.332863,388.88406,49.252777,55.982048,81.27006,29.108042,4.8674264,23.146383,523.90753,0.5496974,1.2490093,107.51452,19.55207,9.255147,12.252215,17.593763,150.87753,44.863335,158.68262,861.1039,307.28787,2364.2168,1924.6558,24.540306,40.666412,2689.4177,21.613667,61.11759,551.8553,105.50405,153.32764,70.46901,343.6874,388.7188,465.76215,11.738667,89.81023,326.92184,525.13947,17.836164,145.33226,21.03861,1.6922064,51.890564,1.154453,1.2844247,4.8058586,13.910111,115.46631,27.936407,19.159815,331.6845,93.518974,55.79484,72.958336,23.732065,56.400696,15.418519,9.015759,17.4775,116.99596,47.85405,19.46623,27.781672,12.444445,22.801508,22.85074,2.4518485,109.439415,22.621796,281.91785,11.240705,482.60602,25.504887,652.883,218.63264,8.672762,13.198851,283.17496,373.83356,1293.2976,550.35266 +2023-11-20 21:00:00,0.0,4104.3022,97.123276,49.491142,89.93008,54.990314,331.2356,44.74106,90.78548,24.307755,54.58884,598.3037,92.29874,25.42935,205.76164,0.7055919,0.46361095,59.947247,1.0404238,7.7154026,1012.7845,9.872942,1138.25,130.27003,0.38824397,21.580149,554.31946,46.35673,344.89166,191.7584,5536.7793,3.978347,2706.4983,55.074883,1.2417336,2.434871,7.3725643,262.8717,317.35782,87.44519,56.7125,40.132584,12.741598,1045.8964,33.477528,50.018745,15.403028,473.41187,19.396025,495.80698,7.19066,49.527184,0.0,831.02673,2706.3164,0.4020006,215.14998,21.946161,16874.682,29.057545,0.8397372,11.553512,28.460175,6.4307475,2.0428016,14.913929,374.42197,107.8496,13.325333,0.7087573,2.3200767,114.947815,2.7053428,171.0625,267.97375,2036.8453,557.40497,99.76491,157.67015,208.8123,8.606249,12.0369005,100.89187,14.200262,20.025723,15.8538265,24.080173,136.17348,17.324062,14.599871,51.357864,12.535419,3597.4668,20.861523,22.0875,16.829285,10.9413395,188.15356,38.910213,17.10625,6.3487024,9.530443,14.236912,61.16847,121.10593,30.299374,153.64713,21.381107,8.288119,66.31266,45.385563,106.54561,85.01236,7.5604496,3.5059376,5.1152916,23.409203,3409.3032,6.1985383,6.0668244,57.78771,14.426892,147.12967,68.22625,118.46315,3.4787638,72.85812,458.69165,339.2809,38.303123,388.7557,49.23125,55.975082,81.23588,29.128408,4.8713355,23.156689,523.80475,0.5497973,1.2499791,107.56293,19.570124,9.256057,12.256854,17.595606,150.94472,44.906876,158.69179,861.2631,307.05682,2363.5696,1924.3485,24.523563,40.609657,2687.293,21.62233,61.03958,551.71857,105.37512,153.1728,70.4,343.22665,388.44025,465.7723,11.729713,89.74267,326.889,524.83154,17.819977,145.21065,21.014376,1.6921368,51.89296,1.154428,1.2845154,4.8051457,13.90425,115.2684,27.918596,19.158749,331.45004,93.444786,55.750893,72.90625,23.712143,56.404686,15.404167,8.992375,17.470625,116.921005,47.826252,19.442514,27.807695,12.4375,22.773748,22.840832,2.448413,109.366745,22.593138,281.7369,11.234622,482.19858,25.485413,653.29846,218.52534,8.658293,13.1934595,282.86578,373.47812,1292.6165,550.7929 +2023-11-20 22:00:00,0.0,4101.5684,97.01612,49.422825,89.89717,54.968544,331.24536,44.736732,90.76675,24.299604,54.583363,597.3936,92.31489,25.424456,205.65776,0.7040073,0.46188647,59.9698,1.0367323,7.73153,1012.9907,9.893539,1138.8235,130.29877,0.38903096,21.625357,554.7505,46.366024,345.24875,191.8248,5531.5493,3.9861546,2706.472,55.17589,1.2439384,2.439387,7.387168,262.81094,317.29102,87.56513,56.697224,40.132076,12.736891,1044.9868,33.54061,49.982384,15.386463,473.40814,19.376572,496.00406,7.185791,49.489353,0.0,830.78406,2704.3677,0.40135574,215.00063,21.928423,16860.559,29.044876,0.8394798,11.542553,28.437468,6.428885,2.042154,14.905053,374.15726,107.72424,13.30864,0.7084896,2.318943,114.94021,2.7019796,170.97055,268.00473,2037.1329,557.0922,99.755356,157.7065,209.01334,8.613108,12.044866,101.02751,14.22274,20.054502,15.840558,24.062351,136.23541,17.319061,14.58694,51.34733,12.536788,3597.7927,20.854,22.086111,16.827211,10.9403925,188.16588,38.913383,17.098612,6.350188,9.524003,14.229509,61.150635,121.05892,30.296804,153.65182,21.376226,8.274814,66.24453,45.35204,106.42423,85.0281,7.5720778,3.5039582,5.1144533,23.390814,3405.1606,6.2069707,6.05283,57.771435,14.421262,147.09865,68.26195,118.46553,3.479258,72.8332,458.64822,339.32877,38.273384,388.62735,49.20972,55.96812,81.2017,29.148773,4.8752446,23.166994,523.70197,0.5498972,1.250949,107.611336,19.588179,9.256968,12.261492,17.597448,151.0119,44.950417,158.70096,861.42236,306.82574,2362.9226,1924.0413,24.50682,40.552902,2685.1685,21.630993,60.961575,551.58185,105.24619,153.01799,70.33099,342.76593,388.16168,465.78247,11.720761,89.67511,326.85617,524.5236,17.803787,145.08902,20.990139,1.6920673,51.895355,1.1544031,1.284606,4.8044333,13.898389,115.07049,27.900785,19.157684,331.21558,93.3706,55.706947,72.854164,23.692223,56.40868,15.389815,8.968991,17.46375,116.846054,47.798454,19.418798,27.83372,12.430555,22.74599,22.830925,2.4449773,109.294075,22.564478,281.55597,11.228539,481.79117,25.465937,653.7139,218.41805,8.643823,13.188067,282.5566,373.12265,1291.9353,551.23315 +2023-11-20 23:00:00,0.0,4098.834,96.90896,49.354507,89.86427,54.94677,331.2551,44.73241,90.74801,24.291452,54.57789,596.48346,92.33105,25.41956,205.55388,0.7024227,0.46016195,59.992355,1.033041,7.747658,1013.197,9.914137,1139.397,130.32748,0.38981795,21.670567,555.1815,46.37532,345.60587,191.89117,5526.3193,3.9939618,2706.4456,55.276905,1.2461435,2.4439034,7.401771,262.7502,317.2242,87.68507,56.681946,40.13157,12.732184,1044.0771,33.6037,49.946026,15.369898,473.40445,19.35712,496.2011,7.180922,49.451527,0.0,830.5414,2702.419,0.40071088,214.85129,21.910683,16846.438,29.03221,0.83922243,11.531594,28.41476,6.427023,2.0415063,14.896177,373.89252,107.59889,13.291945,0.70822185,2.3178093,114.9326,2.6986165,170.87862,268.0357,2037.4207,556.7794,99.74581,157.74283,209.21436,8.619966,12.052832,101.163155,14.245218,20.083284,15.827289,24.044529,136.29733,17.31406,14.57401,51.33679,12.538156,3598.1187,20.846476,22.084723,16.825138,10.939446,188.17818,38.916557,17.090973,6.351673,9.517562,14.222108,61.132805,121.01192,30.294235,153.65654,21.371347,8.261509,66.1764,45.31852,106.30286,85.043846,7.5837054,3.501979,5.1136155,23.372423,3401.0183,6.215403,6.0388355,57.75516,14.415631,147.06761,68.29764,118.4679,3.4797525,72.808266,458.6048,339.37665,38.24365,388.499,49.188194,55.961155,81.16752,29.16914,4.8791537,23.177298,523.59924,0.5499971,1.2519189,107.659744,19.606232,9.257877,12.26613,17.59929,151.07909,44.993958,158.71013,861.58154,306.5947,2362.2754,1923.734,24.490078,40.496147,2683.044,21.639654,60.883564,551.44507,105.11726,152.86316,70.261986,342.30518,387.88315,465.79263,11.711809,89.60756,326.82336,524.2157,17.7876,144.9674,20.965902,1.6919976,51.89775,1.1543782,1.2846966,4.8037205,13.892528,114.87258,27.882977,19.15662,330.9811,93.29641,55.663,72.802086,23.672302,56.412674,15.3754635,8.945607,17.456875,116.7711,47.770657,19.395082,27.859743,12.423611,22.718233,22.821018,2.4415417,109.22141,22.53582,281.37506,11.222456,481.38373,25.44646,654.1294,218.31076,8.629353,13.182675,282.24744,372.76718,1291.2543,551.6734 +2023-11-21 00:00:00,0.0,4096.1,96.8018,49.28619,89.831375,54.925,331.26483,44.72809,90.72927,24.283302,54.572414,595.5733,92.3472,25.414665,205.45,0.7008381,0.45843747,60.01491,1.0293496,7.763786,1013.4033,9.934733,1139.9705,130.3562,0.39060494,21.715776,555.61255,46.384613,345.96295,191.95757,5521.0894,4.001769,2706.4192,55.377914,1.2483485,2.4484198,7.416374,262.68945,317.1574,87.805,56.666668,40.13106,12.727477,1043.1676,33.666782,49.909664,15.353333,473.4007,19.337667,496.3982,7.176053,49.413696,0.0,830.2987,2700.47,0.40006602,214.70195,21.892944,16832.314,29.01954,0.83896506,11.520635,28.392054,6.425161,2.0408587,14.887301,373.6278,107.47354,13.275252,0.70795417,2.3166757,114.925,2.6952534,170.78667,268.06665,2037.7084,556.4667,99.73626,157.77916,209.41539,8.626824,12.060797,101.298805,14.267696,20.112064,15.814019,24.026705,136.35927,17.309057,14.561079,51.326252,12.539524,3598.4446,20.838953,22.083334,16.823067,10.9385,188.19048,38.919727,17.083334,6.353159,9.511122,14.214705,61.11497,120.96491,30.291666,153.66124,21.366467,8.248203,66.10826,45.285,106.18148,85.059586,7.595333,3.5,5.1127777,23.354033,3396.876,6.2238355,6.0248413,57.738888,14.410001,147.03658,68.333336,118.47028,3.4802468,72.78333,458.5614,339.4245,38.21391,388.37064,49.166668,55.954193,81.13334,29.189507,4.8830633,23.187603,523.49646,0.550097,1.2528889,107.70815,19.624285,9.258788,12.270768,17.601133,151.14627,45.0375,158.7193,861.7407,306.36365,2361.6282,1923.4266,24.473333,40.439392,2680.9192,21.648317,60.805553,551.30835,104.988335,152.70833,70.192986,341.84445,387.60458,465.8028,11.702857,89.54,326.79053,523.9078,17.77141,144.84578,20.941668,1.691928,51.900146,1.1543531,1.2847873,4.8030076,13.886666,114.67467,27.865166,19.155556,330.74664,93.22222,55.61905,72.75,23.652382,56.416668,15.361112,8.922222,17.45,116.69615,47.74286,19.371365,27.885767,12.416667,22.690475,22.81111,2.4381058,109.14874,22.50716,281.19412,11.216373,480.9763,25.426985,654.54486,218.20346,8.614882,13.177283,281.93826,372.4117,1290.5731,552.1136 +2023-11-21 01:00:00,0.0,4093.3657,96.69465,49.217873,89.79847,54.90323,331.27457,44.723763,90.71054,24.27515,54.566936,594.66315,92.36335,25.409771,205.34612,0.6992535,0.456713,60.037468,1.0256581,7.7799134,1013.60956,9.955331,1140.5441,130.38492,0.39139193,21.760986,556.0436,46.39391,346.32007,192.02396,5515.8594,4.0095763,2706.3928,55.478928,1.2505535,2.4529362,7.430978,262.62872,317.0906,87.92494,56.65139,40.13055,12.722771,1042.258,33.72987,49.873306,15.336769,473.39697,19.318214,496.59528,7.171184,49.375866,0.0,830.0561,2698.5212,0.39942116,214.5526,21.875206,16818.191,29.006874,0.8387077,11.509676,28.369349,6.423299,2.0402112,14.878427,373.3631,107.34819,13.258558,0.7076864,2.315542,114.9174,2.6918902,170.69472,268.09763,2037.996,556.1539,99.726715,157.8155,209.61642,8.633683,12.068762,101.43445,14.2901745,20.140846,15.800751,24.008883,136.42119,17.304056,14.548148,51.315716,12.540892,3598.7705,20.83143,22.081944,16.820993,10.937553,188.20277,38.922897,17.075695,6.3546443,9.504681,14.207304,61.09714,120.917915,30.289097,153.66595,21.361586,8.234898,66.04013,45.251476,106.060104,85.075325,7.606961,3.498021,5.1119394,23.335644,3392.7336,6.2322674,6.010847,57.722614,14.404369,147.00554,68.369026,118.47266,3.4807413,72.75841,458.51797,339.47238,38.18417,388.2423,49.145138,55.947227,81.09916,29.209873,4.8869724,23.197906,523.3937,0.5501969,1.2538588,107.75656,19.642338,9.259699,12.275407,17.602976,151.21346,45.081043,158.72847,861.8999,306.13257,2360.981,1923.1194,24.45659,40.382637,2678.7947,21.656979,60.727547,551.17163,104.8594,152.55351,70.12398,341.3837,387.32605,465.81296,11.693904,89.47244,326.7577,523.59985,17.755222,144.72417,20.91743,1.6918585,51.90254,1.1543282,1.2848779,4.8022947,13.880806,114.47675,27.847355,19.15449,330.51218,93.148026,55.5751,72.697914,23.632462,56.42066,15.34676,8.898838,17.443125,116.6212,47.71506,19.347649,27.91179,12.409722,22.662718,22.801203,2.4346702,109.07607,22.478502,281.01318,11.210291,480.56885,25.40751,654.9603,218.09616,8.600412,13.171892,281.6291,372.05627,1289.892,552.55383 +2023-11-21 02:00:00,0.0,4090.6318,96.58749,49.149555,89.76557,54.88146,331.2843,44.71944,90.6918,24.266998,54.561462,593.753,92.3795,25.404877,205.24225,0.69766885,0.4549885,60.060024,1.0219668,7.796041,1013.81586,9.975927,1141.1176,130.41364,0.39217892,21.806196,556.4746,46.403206,346.67715,192.09035,5510.6294,4.017384,2706.3667,55.579937,1.2527585,2.4574523,7.4455805,262.56796,317.0238,88.044876,56.636112,40.130043,12.718063,1041.3484,33.792953,49.836945,15.320205,473.39325,19.298761,496.79236,7.166315,49.33804,0.0,829.8134,2696.5725,0.3987763,214.40326,21.857468,16804.07,28.994205,0.8384503,11.498717,28.346642,6.421437,2.0395637,14.869551,373.09836,107.22284,13.241865,0.7074187,2.3144085,114.90979,2.688527,170.60278,268.1286,2038.2837,555.8411,99.71717,157.85184,209.81744,8.640541,12.076728,101.5701,14.312652,20.169626,15.787481,23.991058,136.48312,17.299055,14.535218,51.305176,12.54226,3599.0964,20.823906,22.080555,16.81892,10.936607,188.21507,38.926067,17.068056,6.3561296,9.49824,14.199902,61.07931,120.87091,30.286528,153.67065,21.356707,8.221593,65.972,45.217957,105.93873,85.091064,7.6185884,3.4960418,5.1111016,23.317253,3388.5913,6.2407,5.9968524,57.706345,14.398739,146.9745,68.404724,118.47504,3.4812355,72.733475,458.47455,339.52023,38.154434,388.11395,49.12361,55.940266,81.06498,29.23024,4.8908815,23.208212,523.2909,0.55029684,1.2548287,107.80497,19.660393,9.260609,12.280045,17.60482,151.28062,45.124584,158.73764,862.05914,305.90152,2360.3337,1922.8121,24.439848,40.325882,2676.6702,21.665642,60.649536,551.03485,104.73047,152.39868,70.05497,340.92297,387.0475,465.82312,11.684952,89.40489,326.72485,523.29193,17.739033,144.60254,20.893194,1.6917889,51.904934,1.1543033,1.2849685,4.801582,13.874945,114.27885,27.829546,19.153425,330.2777,93.07384,55.53115,72.645836,23.612541,56.424652,15.332408,8.875454,17.43625,116.54625,47.687263,19.323933,27.937815,12.402778,22.63496,22.791296,2.4312346,109.00341,22.449842,280.83224,11.204208,480.1614,25.388035,655.37585,217.98888,8.585942,13.1665,281.3199,371.7008,1289.2108,552.9941 +2023-11-21 03:00:00,0.0,4087.8977,96.48033,49.081238,89.73267,54.859688,331.29407,44.71512,90.67307,24.258848,54.55599,592.8429,92.39565,25.399982,205.13837,0.69608426,0.453264,60.082577,1.0182754,7.8121686,1014.0221,9.996525,1141.691,130.44235,0.39296588,21.851406,556.90564,46.4125,347.03424,192.15674,5505.3994,4.0251913,2706.3403,55.68095,1.2549634,2.4619687,7.460184,262.50723,316.957,88.16482,56.620834,40.129536,12.713357,1040.4388,33.85604,49.800587,15.30364,473.38953,19.279308,496.98944,7.161446,49.30021,0.0,829.57074,2694.6235,0.39813143,214.2539,21.83973,16789.947,28.981539,0.83819294,11.487758,28.323933,6.4195743,2.038916,14.860675,372.83365,107.09748,13.225171,0.707151,2.3132749,114.90219,2.685164,170.51083,268.15958,2038.5714,555.5283,99.70762,157.88817,210.01848,8.6474,12.084693,101.70574,14.33513,20.198408,15.774212,23.973236,136.54504,17.294052,14.522287,51.29464,12.543628,3599.4224,20.816383,22.079166,16.816847,10.935661,188.22739,38.929237,17.060417,6.357615,9.491799,14.1925,61.061478,120.823906,30.283958,153.67537,21.351826,8.208287,65.90386,45.184437,105.817345,85.106804,7.6302166,3.4940624,5.110264,23.298862,3384.4487,6.249132,5.982858,57.69007,14.393108,146.94347,68.440414,118.47741,3.48173,72.70854,458.43112,339.5681,38.124695,387.9856,49.102085,55.9333,81.0308,29.250605,4.8947906,23.218515,523.1881,0.55039674,1.2557986,107.85338,19.678446,9.261519,12.284683,17.606663,151.34781,45.168125,158.74681,862.2184,305.67044,2359.6868,1922.5049,24.423105,40.269127,2674.5454,21.674303,60.571526,550.89813,104.60154,152.24385,69.98596,340.46222,386.76895,465.83328,11.676,89.33733,326.69202,522.984,17.722845,144.48093,20.86896,1.6917193,51.90733,1.1542783,1.2850592,4.800869,13.869083,114.08093,27.811735,19.15236,330.04324,92.99965,55.487206,72.59375,23.59262,56.428646,15.318056,8.85207,17.429375,116.4713,47.659466,19.300217,27.963837,12.395833,22.607203,22.781387,2.427799,108.93074,22.421185,280.6513,11.198126,479.75397,25.368559,655.7913,217.88158,8.571472,13.161108,281.0107,371.34534,1288.5297,553.4343 +2023-11-21 04:00:00,0.0,4085.1636,96.37317,49.01292,89.69977,54.837917,331.3038,44.710793,90.654335,24.250696,54.55051,591.93274,92.411804,25.395088,205.03448,0.6944996,0.45153952,60.105133,1.014584,7.828296,1014.2284,10.017122,1142.2646,130.47107,0.39375287,21.896616,557.3367,46.421795,347.39136,192.22313,5500.1694,4.0329986,2706.314,55.78196,1.2571684,2.466485,7.474787,262.4465,316.8902,88.28475,56.605556,40.12903,12.70865,1039.5293,33.919125,49.764225,15.287076,473.3858,19.259855,497.18652,7.156577,49.262383,0.0,829.32806,2692.6748,0.39748657,214.10457,21.821991,16775.824,28.96887,0.83793557,11.476799,28.301226,6.417712,2.0382686,14.851799,372.5689,106.97213,13.208478,0.70688325,2.3121412,114.894585,2.681801,170.41888,268.19055,2038.859,555.2155,99.69807,157.92451,210.2195,8.654259,12.092658,101.84139,14.357608,20.227188,15.760942,23.955414,136.60698,17.289051,14.5093565,51.2841,12.544996,3599.7483,20.808859,22.077778,16.814775,10.934714,188.23969,38.932407,17.052778,6.359101,9.485359,14.185098,61.043648,120.7769,30.281387,153.68007,21.346945,8.194982,65.83573,45.150917,105.69597,85.12254,7.6418443,3.4920833,5.1094255,23.280474,3380.3064,6.2575645,5.968864,57.673798,14.387478,146.91243,68.47611,118.47979,3.4822242,72.68362,458.3877,339.61597,38.094955,387.85724,49.080555,55.92634,80.99662,29.270971,4.8986998,23.22882,523.0853,0.55049664,1.2567685,107.90179,19.696499,9.262429,12.289322,17.608505,151.415,45.211666,158.75598,862.37756,305.4394,2359.0396,1922.1975,24.406363,40.21237,2672.421,21.682966,60.49352,550.7614,104.47261,152.08904,69.91696,340.00146,386.4904,465.84344,11.6670475,89.269775,326.65918,522.6761,17.706656,144.35931,20.844723,1.6916497,51.909725,1.1542534,1.2851498,4.800156,13.863222,113.883026,27.793924,19.151297,329.80878,92.92546,55.443256,72.541664,23.572699,56.43264,15.303704,8.828686,17.4225,116.39635,47.631668,19.2765,27.98986,12.388889,22.579443,22.77148,2.4243631,108.85807,22.392525,280.47037,11.192043,479.34653,25.349083,656.2068,217.77428,8.557002,13.155716,280.70154,370.98987,1287.8485,553.8745 +2023-11-21 05:00:00,0.0,4082.4294,96.266014,48.944603,89.66687,54.816147,331.31354,44.70647,90.6356,24.242546,54.545036,591.0226,92.427956,25.390194,204.9306,0.692915,0.44981503,60.12769,1.0108926,7.844424,1014.4347,10.037719,1142.8381,130.49979,0.39453986,21.941826,557.7677,46.431087,347.74844,192.28952,5494.9395,4.040806,2706.2876,55.882973,1.2593734,2.4710014,7.4893904,262.38574,316.8234,88.404686,56.59028,40.12852,12.703943,1038.6198,33.982212,49.727867,15.270512,473.38208,19.240402,497.3836,7.151708,49.224552,0.0,829.0854,2690.726,0.3968417,213.95523,21.804253,16761.701,28.956203,0.8376782,11.46584,28.278519,6.41585,2.037621,14.842923,372.3042,106.84678,13.191784,0.70661557,2.3110075,114.88698,2.678438,170.32695,268.22153,2039.1467,554.9028,99.688515,157.96085,210.42053,8.661117,12.100624,101.977036,14.380086,20.255968,15.747674,23.93759,136.66891,17.284048,14.496426,51.273563,12.546364,3600.0742,20.801336,22.07639,16.812702,10.933768,188.25198,38.935577,17.04514,6.360586,9.478918,14.177696,61.025814,120.7299,30.278818,153.68478,21.342066,8.181676,65.7676,45.117393,105.57459,85.13828,7.653472,3.4901042,5.1085877,23.262083,3376.164,6.265997,5.9548693,57.657524,14.381846,146.8814,68.51181,118.48216,3.4827185,72.65868,458.3443,339.66385,38.065216,387.72888,49.05903,55.919373,80.96244,29.291338,4.9026093,23.239126,522.98254,0.55059654,1.2577384,107.950195,19.714554,9.26334,12.29396,17.610348,151.48218,45.255207,158.76515,862.53674,305.20834,2358.3923,1921.8903,24.389618,40.155617,2670.2964,21.691628,60.41551,550.62463,104.34368,151.9342,69.84795,339.54074,386.21185,465.8536,11.658094,89.202225,326.62634,522.3682,17.690468,144.23769,20.820486,1.6915802,51.91212,1.1542283,1.2852404,4.7994432,13.857361,113.68511,27.776115,19.15023,329.5743,92.85127,55.399307,72.489586,23.552778,56.43663,15.289352,8.805302,17.415625,116.321396,47.60387,19.252783,28.015884,12.381945,22.551685,22.761574,2.4209275,108.78541,22.363867,280.28943,11.185961,478.9391,25.329609,656.62225,217.66698,8.542532,13.150324,280.39236,370.6344,1287.1674,554.31476 +2023-11-21 06:00:00,0.0,4079.6953,96.15885,48.876286,89.63397,54.794376,331.32327,44.70215,90.61687,24.234394,54.539562,590.1124,92.44411,25.3853,204.82672,0.69133043,0.44809052,60.150246,1.0072012,7.8605514,1014.6409,10.058316,1143.4116,130.5285,0.39532685,21.987036,558.1987,46.440384,348.10556,192.3559,5489.7095,4.048613,2706.2612,55.983982,1.2615784,2.4755175,7.5039935,262.325,316.7566,88.52463,56.575,40.12801,12.699236,1037.7101,34.045296,49.691505,15.253947,473.37836,19.220951,497.58066,7.146839,49.186726,0.0,828.8427,2688.777,0.39619684,213.80588,21.786514,16747.58,28.943535,0.8374208,11.454881,28.255814,6.413988,2.0369735,14.834047,372.03946,106.72143,13.175091,0.7063478,2.3098738,114.87938,2.6750748,170.235,268.2525,2039.4343,554.58997,99.67897,157.9972,210.62157,8.667975,12.108589,102.11268,14.402564,20.28475,15.734405,23.919765,136.73083,17.279047,14.483496,51.263023,12.547732,3600.4001,20.793814,22.075,16.810629,10.932822,188.26428,38.93875,17.0375,6.3620715,9.472478,14.170294,61.007984,120.6829,30.276249,153.68948,21.337185,8.168371,65.69947,45.083874,105.45322,85.15403,7.6650996,3.488125,5.10775,23.243692,3372.0217,6.2744293,5.940875,57.64125,14.376216,146.85036,68.5475,118.48454,3.483213,72.63375,458.30087,339.7117,38.03548,387.60056,49.0375,55.912407,80.92826,29.311705,4.9065185,23.24943,522.87976,0.55069643,1.2587084,107.998604,19.732607,9.26425,12.298598,17.61219,151.54936,45.298748,158.7743,862.6959,304.97726,2357.745,1921.583,24.372875,40.09886,2668.1716,21.70029,60.337498,550.4879,104.21475,151.77937,69.778946,339.08,385.9333,465.86377,11.649142,89.13467,326.5935,522.0603,17.674278,144.11607,20.79625,1.6915106,51.914513,1.1542034,1.2853311,4.7987304,13.8515,113.4872,27.758305,19.149166,329.33984,92.77708,55.35536,72.4375,23.532858,56.440624,15.275001,8.781917,17.40875,116.24644,47.576073,19.229067,28.041908,12.375,22.523928,22.751665,2.417492,108.71274,22.335207,280.1085,11.179878,478.53165,25.310133,657.0377,217.5597,8.528062,13.144933,280.0832,370.27896,1286.4862,554.755 +2023-11-21 07:00:00,0.0,4076.9612,96.0517,48.80797,89.60107,54.772606,331.333,44.697823,90.59813,24.226242,54.534084,589.20233,92.460266,25.380405,204.72284,0.6897458,0.44636604,60.172802,1.0035098,7.876679,1014.8472,10.078913,1143.9852,130.55722,0.39611384,22.032246,558.62976,46.449677,348.46265,192.42229,5484.4795,4.056421,2706.2349,56.084995,1.2637833,2.4800339,7.5185966,262.26425,316.6898,88.64456,56.559723,40.127502,12.69453,1036.8005,34.108383,49.655148,15.237382,473.37463,19.201498,497.77774,7.14197,49.148895,0.0,828.6001,2686.8284,0.39555198,213.65654,21.768774,16733.457,28.930868,0.83716345,11.443922,28.233107,6.412126,2.036326,14.825172,371.77475,106.59607,13.158397,0.70608014,2.3087401,114.87177,2.6717117,170.14305,268.28348,2039.722,554.2772,99.66942,158.03352,210.82259,8.674834,12.116555,102.24833,14.425042,20.31353,15.721135,23.901943,136.79277,17.274046,14.470565,51.252487,12.5491,3600.726,20.78629,22.07361,16.808558,10.931875,188.27658,38.94192,17.029861,6.363557,9.466037,14.162892,60.99015,120.635895,30.27368,153.69418,21.332304,8.155066,65.63133,45.050354,105.33184,85.16977,7.676728,3.4861457,5.1069117,23.225304,3367.8794,6.282861,5.926881,57.624977,14.370585,146.81932,68.5832,118.486916,3.4837072,72.60882,458.25745,339.75958,38.00574,387.4722,49.015972,55.905445,80.89408,29.33207,4.9104276,23.259735,522.777,0.55079633,1.2596782,108.04701,19.75066,9.265161,12.303236,17.614033,151.61655,45.342293,158.78348,862.85516,304.74622,2357.098,1921.2758,24.356133,40.042107,2666.047,21.708954,60.25949,550.35114,104.085815,151.62454,69.709946,338.61926,385.65472,465.87393,11.64019,89.067116,326.56067,521.7524,17.65809,143.99445,20.772015,1.6914409,51.91691,1.1541785,1.2854217,4.7980175,13.845639,113.28929,27.740496,19.148102,329.10538,92.70289,55.31141,72.385414,23.512938,56.44462,15.260649,8.758533,17.401875,116.171486,47.548275,19.20535,28.067932,12.368055,22.49617,22.741758,2.414056,108.64007,22.30655,279.92755,11.173796,478.1242,25.290657,657.4532,217.4524,8.513592,13.139541,279.77402,369.9235,1285.8052,555.19525 +2023-11-21 08:00:00,0.0,4074.227,95.944534,48.73965,89.56817,54.750835,331.34274,44.6935,90.5794,24.218092,54.52861,588.2922,92.47642,25.375511,204.61896,0.6881612,0.44464156,60.195354,0.9998184,7.892807,1015.05347,10.09951,1144.5587,130.58594,0.39690083,22.077456,559.0608,46.458973,348.81973,192.48868,5479.25,4.064228,2706.2085,56.186005,1.2659883,2.4845502,7.5332003,262.20352,316.623,88.764496,56.544445,40.126995,12.689823,1035.891,34.17147,49.618786,15.220818,473.3709,19.182045,497.97482,7.137101,49.111065,0.0,828.35736,2684.8796,0.39490712,213.50719,21.751036,16719.334,28.9182,0.8369061,11.432963,28.2104,6.410264,2.0356781,14.816297,371.51004,106.47072,13.141704,0.7058124,2.3076065,114.86417,2.6683486,170.05112,268.31445,2040.0098,553.9644,99.659874,158.06985,211.02362,8.681692,12.12452,102.38397,14.447519,20.342312,15.707867,23.88412,136.85469,17.269043,14.457634,51.241947,12.550468,3601.052,20.778767,22.072222,16.806484,10.930929,188.2889,38.94509,17.022223,6.365042,9.459597,14.15549,60.97232,120.58889,30.27111,153.6989,21.327425,8.14176,65.5632,45.01683,105.210464,85.18551,7.6883554,3.4841666,5.106074,23.206913,3363.737,6.2912936,5.912886,57.608704,14.364955,146.78828,68.61889,118.489296,3.4842017,72.58389,458.21402,339.80743,37.976,387.34384,48.994446,55.89848,80.8599,29.352436,4.9143367,23.270039,522.6742,0.5508962,1.2606481,108.09542,19.768713,9.266071,12.307875,17.615877,151.68373,45.385834,158.79265,863.0144,304.51517,2356.451,1920.9685,24.33939,39.98535,2663.9226,21.717615,60.18148,550.2144,103.95689,151.46973,69.64094,338.1585,385.3762,465.8841,11.631238,88.99956,326.52783,521.44446,17.641903,143.87283,20.747778,1.6913714,51.919304,1.1541535,1.2855123,4.7973046,13.839778,113.09138,27.722685,19.147038,328.8709,92.6287,55.267464,72.333336,23.493017,56.448612,15.246297,8.735148,17.395,116.096535,47.520477,19.181635,28.093956,12.361111,22.468412,22.731852,2.4106205,108.5674,22.27789,279.7466,11.167713,477.71677,25.271181,657.86865,217.3451,8.499122,13.134149,279.46484,369.56802,1285.124,555.6355 +2023-11-21 09:00:00,0.0,4071.493,95.83738,48.671333,89.53527,54.72906,331.3525,44.68918,90.56066,24.20994,54.523136,587.382,92.49257,25.370615,204.51508,0.6865766,0.44291708,60.21791,0.996127,7.9089346,1015.25977,10.120108,1145.1322,130.61465,0.39768782,22.122665,559.4918,46.46827,349.17685,192.55507,5474.02,4.0720353,2706.1821,56.287018,1.2681934,2.4890666,7.5478034,262.14276,316.55618,88.88444,56.529167,40.126488,12.685116,1034.9813,34.234554,49.582428,15.204253,473.36716,19.162592,498.1719,7.132232,49.07324,0.0,828.1147,2682.9307,0.39426225,213.35785,21.733297,16705.21,28.905533,0.8366487,11.422004,28.187693,6.4084015,2.0350306,14.807421,371.2453,106.34537,13.12501,0.70554465,2.306473,114.85656,2.6649854,169.95917,268.34543,2040.2974,553.6517,99.65032,158.1062,211.22466,8.688551,12.132485,102.51962,14.469997,20.371092,15.694597,23.866297,136.91663,17.264042,14.444703,51.23141,12.551836,3601.378,20.771244,22.070833,16.80441,10.929983,188.3012,38.94826,17.014584,6.366528,9.4531555,14.148088,60.95449,120.541885,30.268541,153.7036,21.322544,8.128455,65.49507,44.98331,105.08909,85.20125,7.699983,3.4821875,5.105236,23.188522,3359.5945,6.299726,5.898892,57.59243,14.3593235,146.75725,68.65459,118.49167,3.484696,72.55896,458.1706,339.8553,37.946266,387.21548,48.972916,55.891518,80.82572,29.372803,4.9182463,23.280344,522.5714,0.5509961,1.261618,108.14384,19.786768,9.266981,12.312512,17.61772,151.75092,45.429375,158.80182,863.1736,304.2841,2355.8037,1920.6611,24.322647,39.928596,2661.798,21.726278,60.10347,550.0777,103.82796,151.3149,69.57193,337.69778,385.09763,465.89426,11.622285,88.932,326.495,521.13654,17.625713,143.7512,20.723541,1.6913018,51.9217,1.1541286,1.285603,4.7965918,13.833917,112.89347,27.704874,19.145971,328.63644,92.55451,55.223515,72.28125,23.473097,56.452602,15.231945,8.711764,17.388124,116.02158,47.49268,19.157919,28.11998,12.354167,22.440655,22.721943,2.4071848,108.494736,22.249231,279.56567,11.16163,477.30933,25.251707,658.2841,217.23781,8.484652,13.1287565,279.15567,369.21255,1284.4429,556.0757 +2023-11-21 10:00:00,0.0,4068.7588,95.73022,48.603016,89.50237,54.70729,331.36224,44.684856,90.54192,24.20179,54.51766,586.47186,92.50872,25.36572,204.4112,0.68499196,0.44119257,60.240467,0.99243563,7.925062,1015.46606,10.140704,1145.7057,130.64337,0.39847478,22.167875,559.92285,46.477562,349.53394,192.62146,5468.79,4.0798426,2706.1558,56.388027,1.2703984,2.493583,7.5624065,262.08203,316.48938,89.00437,56.51389,40.125977,12.680409,1034.0718,34.29764,49.546066,15.187689,473.36346,19.143139,498.369,7.127363,49.035408,0.0,827.872,2680.982,0.3936174,213.20851,21.715559,16691.09,28.892864,0.8363913,11.411045,28.164986,6.4065394,2.034383,14.798545,370.9806,106.22002,13.108316,0.70527697,2.3053393,114.84896,2.6616223,169.86722,268.37637,2040.5851,553.33887,99.64078,158.14253,211.42567,8.69541,12.140451,102.655266,14.4924755,20.399874,15.681328,23.848475,136.97855,17.259039,14.431773,51.22087,12.553205,3601.7039,20.76372,22.069445,16.802338,10.929036,188.31349,38.95143,17.006945,6.3680134,9.446714,14.140686,60.936657,120.49489,30.265972,153.70831,21.317663,8.1151495,65.42694,44.94979,104.96771,85.21699,7.711611,3.4802084,5.104398,23.170134,3355.4521,6.3081584,5.8848977,57.576157,14.353693,146.72621,68.69028,118.49405,3.4851904,72.53403,458.12717,339.90317,37.916527,387.08713,48.95139,55.884552,80.79154,29.39317,4.9221554,23.290648,522.4687,0.5510961,1.2625879,108.192245,19.804821,9.267892,12.317151,17.619562,151.81808,45.472916,158.81099,863.33276,304.05304,2355.1565,1920.3539,24.305902,39.87184,2659.6733,21.73494,60.025463,549.9409,103.69903,151.16006,69.50292,337.23703,384.8191,465.90442,11.613333,88.86445,326.4622,520.8286,17.609526,143.6296,20.699306,1.6912322,51.924095,1.1541036,1.2856936,4.795879,13.828055,112.69556,27.687065,19.144907,328.40198,92.48032,55.179565,72.229164,23.453175,56.456596,15.217593,8.68838,17.38125,115.94663,47.46488,19.134203,28.146002,12.347222,22.412895,22.712036,2.4037492,108.422066,22.220572,279.38477,11.155547,476.9019,25.232231,658.6996,217.13051,8.470181,13.123365,278.84647,368.8571,1283.7617,556.5159 +2023-11-21 11:00:00,0.0,4066.025,95.62306,48.5347,89.46947,54.68552,331.37198,44.68053,90.52319,24.193638,54.512184,585.5617,92.52487,25.360826,204.30733,0.68340737,0.4394681,60.263023,0.9887442,7.94119,1015.6723,10.161302,1146.2793,130.6721,0.39926177,22.213085,560.3539,46.48686,349.89105,192.68785,5463.56,4.08765,2706.1294,56.48904,1.2726034,2.498099,7.57701,262.0213,316.42258,89.12431,56.49861,40.12547,12.675702,1033.1622,34.360725,49.50971,15.171124,473.35974,19.123686,498.56607,7.122494,48.99758,0.0,827.62933,2679.0332,0.39297253,213.05916,21.69782,16676.967,28.880198,0.83613396,11.400086,28.14228,6.4046774,2.0337355,14.789669,370.71585,106.09466,13.091622,0.7050092,2.3042057,114.841354,2.6582592,169.77528,268.40735,2040.8728,553.0261,99.631226,158.17886,211.62671,8.702269,12.1484165,102.79092,14.514954,20.428654,15.668058,23.83065,137.04048,17.254038,14.418842,51.210335,12.554572,3602.0298,20.756197,22.068056,16.800266,10.92809,188.32579,38.9546,16.999306,6.3694987,9.440274,14.133285,60.918827,120.44788,30.263403,153.71301,21.312784,8.101844,65.3588,44.91627,104.84634,85.23273,7.7232385,3.4782293,5.10356,23.151743,3351.3098,6.316591,5.870903,57.559883,14.3480625,146.69518,68.725975,118.49642,3.4856846,72.5091,458.08377,339.95102,37.886787,386.9588,48.929863,55.87759,80.75736,29.413536,4.9260645,23.300953,522.3659,0.551196,1.2635578,108.240654,19.822874,9.268802,12.32179,17.621405,151.88527,45.516457,158.82016,863.49194,303.82196,2354.5093,1920.0466,24.28916,39.815086,2657.5488,21.743603,59.947453,549.8042,103.5701,151.00525,69.43392,336.7763,384.54053,465.91458,11.604381,88.79689,326.42935,520.5207,17.593336,143.50797,20.67507,1.6911626,51.926487,1.1540786,1.2857842,4.7951665,13.822194,112.49764,27.669254,19.143843,328.1675,92.40613,55.135616,72.177086,23.433254,56.46059,15.203241,8.664996,17.374374,115.87168,47.437084,19.110485,28.172026,12.340278,22.385138,22.70213,2.4003134,108.349396,22.191914,279.20383,11.149465,476.49448,25.212755,659.1151,217.02321,8.455711,13.117973,278.5373,368.50165,1283.0806,556.9562 +2023-11-21 12:00:00,0.0,4063.2908,95.5159,48.46638,89.43657,54.66375,331.3817,44.67621,90.504456,24.185486,54.50671,584.6516,92.54102,25.355932,204.20345,0.6818228,0.4377436,60.28558,0.9850528,7.9573174,1015.8786,10.181898,1146.8528,130.70082,0.40004876,22.258295,560.7849,46.49615,350.24814,192.75424,5458.33,4.0954576,2706.103,56.59005,1.2748083,2.5026155,7.591613,261.96054,316.35577,89.24425,56.483334,40.12496,12.670996,1032.2527,34.423813,49.473347,15.15456,473.356,19.104233,498.76315,7.117625,48.95975,0.0,827.38666,2677.0842,0.39232767,212.90982,21.680082,16662.844,28.86753,0.8358766,11.389127,28.119572,6.4028153,2.033088,14.780794,370.45114,105.96931,13.074929,0.70474154,2.303072,114.83375,2.654896,169.68333,268.43832,2041.1604,552.7133,99.62167,158.21521,211.82773,8.709126,12.156382,102.92656,14.537432,20.457436,15.65479,23.812828,137.10242,17.249037,14.405911,51.1998,12.555941,3602.3557,20.748672,22.066668,16.798193,10.927144,188.33809,38.957775,16.991667,6.370984,9.433833,14.125882,60.900993,120.40088,30.260832,153.71773,21.307903,8.088538,65.29067,44.882748,104.72496,85.248474,7.7348666,3.47625,5.102722,23.133352,3347.1675,6.3250227,5.856909,57.54361,14.342431,146.66415,68.761665,118.4988,3.4861789,72.48417,458.04034,339.9989,37.85705,386.83044,48.908333,55.870625,80.72318,29.4339,4.9299736,23.311256,522.2631,0.5512959,1.2645278,108.28906,19.840927,9.269712,12.326427,17.623247,151.95245,45.56,158.82933,863.6511,303.5909,2353.862,1919.7394,24.272417,39.75833,2655.4243,21.752264,59.869442,549.6675,103.44116,150.85042,69.364914,336.31555,384.262,465.92474,11.595428,88.72933,326.3965,520.21277,17.577148,143.38635,20.650833,1.6910931,51.928883,1.1540537,1.285875,4.7944536,13.816333,112.299736,27.651443,19.142776,327.93304,92.33194,55.091667,72.125,23.413334,56.464584,15.1888895,8.641611,17.3675,115.79673,47.409286,19.08677,28.19805,12.333333,22.35738,22.69222,2.3968778,108.27673,22.163254,279.0229,11.143382,476.08704,25.19328,659.5306,216.91592,8.441241,13.112581,278.22812,368.14618,1282.3994,557.3964 +2023-11-21 13:00:00,0.0,4060.5566,95.408745,48.398064,89.40367,54.64198,331.39145,44.671886,90.485725,24.177336,54.501232,583.74146,92.557175,25.351038,204.09956,0.6802381,0.43601912,60.308132,0.98136145,7.973445,1016.08484,10.202496,1147.4263,130.72954,0.40083575,22.303505,561.21594,46.505447,350.60526,192.82063,5453.1,4.103265,2706.077,56.691063,1.2770133,2.5071318,7.6062164,261.8998,316.289,89.36418,56.468056,40.124454,12.666288,1031.343,34.486897,49.43699,15.137996,473.35226,19.084782,498.9602,7.1127563,48.921925,0.0,827.14404,2675.1355,0.3916828,212.76047,21.662344,16648.72,28.854862,0.8356192,11.378168,28.096865,6.4009533,2.0324404,14.771918,370.18643,105.843956,13.058235,0.7044738,2.3019383,114.82615,2.651533,169.59138,268.4693,2041.4481,552.4006,99.61212,158.25154,212.02876,8.715985,12.164348,103.0622,14.55991,20.486216,15.6415205,23.795004,137.16434,17.244034,14.392982,51.18926,12.557308,3602.6816,20.74115,22.065277,16.79612,10.926197,188.3504,38.960945,16.984028,6.3724694,9.427393,14.118481,60.883163,120.353874,30.258263,153.72243,21.303022,8.075233,65.22254,44.849228,104.603584,85.26421,7.7464943,3.4742708,5.101884,23.114964,3343.0251,6.333455,5.8429146,57.52734,14.336801,146.63312,68.79736,118.501175,3.4866734,72.459236,457.99692,340.04675,37.827312,386.7021,48.886806,55.863663,80.689,29.454268,4.9338827,23.321562,522.16034,0.5513958,1.2654977,108.33747,19.858982,9.270622,12.331066,17.62509,152.01964,45.603542,158.8385,863.81036,303.35986,2353.215,1919.432,24.255674,39.701576,2653.2996,21.760927,59.791435,549.5307,103.31223,150.69559,69.295906,335.8548,383.98343,465.9349,11.586475,88.66178,326.36368,519.90485,17.560959,143.26474,20.626598,1.6910235,51.93128,1.1540287,1.2859656,4.7937407,13.8104725,112.10182,27.633635,19.141712,327.69858,92.25775,55.047718,72.072914,23.393414,56.468575,15.174538,8.618227,17.360624,115.72178,47.38149,19.063053,28.224073,12.326389,22.329622,22.682314,2.3934422,108.20406,22.134594,278.84195,11.1373,475.6796,25.173805,659.94604,216.80862,8.426771,13.107189,277.91895,367.7907,1281.7183,557.8367 +2023-11-21 14:00:00,0.0,4057.8225,95.30158,48.329746,89.370766,54.62021,331.4012,44.66756,90.46699,24.169184,54.495758,582.8313,92.573326,25.346144,203.99568,0.67865354,0.4342946,60.33069,0.97767,7.9895725,1016.29114,10.223093,1147.9999,130.75826,0.40162274,22.348715,561.647,46.514744,350.96234,192.88701,5447.87,4.111072,2706.0505,56.792072,1.2792183,2.5116482,7.6208196,261.83905,316.2222,89.48412,56.452778,40.123947,12.661582,1030.4335,34.549984,49.400627,15.121431,473.34857,19.065329,499.1573,7.1078873,48.884094,0.0,826.90137,2673.1868,0.39103794,212.61113,21.644606,16634.6,28.842196,0.83536184,11.367209,28.074158,6.3990912,2.0317929,14.763042,369.9217,105.718605,13.041542,0.70420605,2.3008046,114.81854,2.6481698,169.49945,268.50027,2041.7357,552.08777,99.602585,158.28789,212.2298,8.722844,12.172313,103.19785,14.582387,20.514996,15.628251,23.777182,137.22627,17.239033,14.380051,51.178722,12.558677,3603.0076,20.733627,22.063889,16.794046,10.925251,188.3627,38.964115,16.976389,6.3739552,9.420952,14.111078,60.865334,120.30688,30.255693,153.72714,21.298143,8.061928,65.1544,44.81571,104.48221,85.27995,7.758122,3.4722917,5.101046,23.096573,3338.8828,6.3418875,5.82892,57.511066,14.33117,146.60208,68.83305,118.503555,3.4871676,72.43431,457.9535,340.09464,37.797573,386.57373,48.865276,55.856697,80.65482,29.474634,4.9377923,23.331867,522.05756,0.5514957,1.2664676,108.38588,19.877035,9.271533,12.335704,17.626932,152.08682,45.647083,158.84767,863.9696,303.12878,2352.5679,1919.1248,24.238932,39.64482,2651.175,21.769588,59.713425,549.394,103.183304,150.54077,69.2269,335.39407,383.70486,465.94507,11.577523,88.59422,326.33084,519.5969,17.544771,143.14311,20.602362,1.6909539,51.933674,1.1540037,1.2860562,4.793028,13.804611,111.903915,27.615824,19.140648,327.46414,92.18356,55.003773,72.020836,23.373493,56.47257,15.160186,8.594843,17.35375,115.64683,47.35369,19.039337,28.250097,12.319445,22.301865,22.672407,2.3900065,108.13139,22.105936,278.661,11.131217,475.27216,25.15433,660.3615,216.70132,8.412301,13.101797,277.60977,367.43524,1281.0371,558.27686 +2023-11-21 15:00:00,0.0,4055.0884,95.19443,48.26143,89.33787,54.59844,331.41095,44.66324,90.44825,24.161034,54.49028,581.92114,92.589485,25.34125,203.8918,0.6770689,0.43257013,60.353245,0.97397864,8.0057,1016.49744,10.24369,1148.5734,130.78697,0.40240973,22.393925,562.078,46.524036,351.31943,192.9534,5442.64,4.1188793,2706.0242,56.893085,1.2814233,2.5161643,7.6354227,261.77832,316.1554,89.60406,56.4375,40.123436,12.656875,1029.5239,34.613068,49.36427,15.104866,473.34485,19.045876,499.35437,7.1030183,48.846264,0.0,826.6587,2671.2378,0.39039308,212.46179,21.626865,16620.477,28.829527,0.83510447,11.35625,28.05145,6.3972287,2.0311453,14.754167,369.65698,105.59325,13.024848,0.70393836,2.299671,114.810936,2.6448066,169.4075,268.53125,2042.0234,551.77496,99.59303,158.32422,212.43082,8.729702,12.180278,103.333496,14.604865,20.543777,15.614983,23.759357,137.2882,17.234032,14.36712,51.168182,12.560044,3603.3335,20.726103,22.0625,16.791975,10.924305,188.375,38.967285,16.96875,6.3754406,9.414512,14.103677,60.8475,120.25987,30.253124,153.73184,21.293262,8.048622,65.08627,44.782185,104.36083,85.29569,7.7697496,3.4703126,5.1002083,23.078182,3334.7402,6.35032,5.8149257,57.494793,14.32554,146.57104,68.86875,118.50593,3.487662,72.40938,457.91006,340.1425,37.767834,386.44537,48.84375,55.849735,80.620636,29.495,4.9417014,23.34217,521.9548,0.55159557,1.2674375,108.43429,19.895088,9.272444,12.3403425,17.628777,152.154,45.690624,158.85684,864.1288,302.89774,2351.9207,1918.8175,24.222189,39.588066,2649.0505,21.778252,59.635414,549.25726,103.054375,150.38594,69.1579,334.93332,383.42633,465.95523,11.568571,88.526665,326.298,519.28906,17.528582,143.0215,20.578125,1.6908844,51.93607,1.1539788,1.2861469,4.792315,13.79875,111.706,27.598013,19.139584,327.22968,92.109375,54.959824,71.96875,23.353573,56.476562,15.145834,8.571459,17.346874,115.57187,47.325893,19.015621,28.276121,12.3125,22.274107,22.662498,2.3865707,108.05873,22.077276,278.48007,11.125134,474.86472,25.134853,660.777,216.59402,8.397831,13.096406,277.3006,367.07977,1280.3561,558.7171 +2023-11-21 16:00:00,0.0,4052.3542,95.08727,48.193108,89.30497,54.576668,331.4207,44.658916,90.42952,24.152882,54.484806,581.011,92.60564,25.336355,203.78792,0.6754843,0.43084565,60.3758,0.97028726,8.021828,1016.7037,10.264287,1149.1469,130.81569,0.40319672,22.439133,562.50903,46.533333,351.67654,193.01979,5437.41,4.1266866,2705.9978,56.994095,1.2836282,2.5206807,7.6500263,261.71756,316.0886,89.724,56.422222,40.12293,12.652168,1028.6143,34.676155,49.327908,15.088302,473.34106,19.026423,499.55145,7.0981493,48.808437,0.0,826.416,2669.289,0.38974822,212.31244,21.609127,16606.354,28.81686,0.8348471,11.345291,28.028746,6.3953667,2.0304978,14.745291,369.39224,105.467896,13.008154,0.7036706,2.2985375,114.80334,2.6414435,169.31555,268.56223,2042.3112,551.4622,99.58348,158.36055,212.63185,8.736561,12.188244,103.46915,14.627343,20.572557,15.601713,23.741535,137.35013,17.229029,14.354189,51.157646,12.561413,3603.6594,20.71858,22.061111,16.789902,10.923358,188.3873,38.970455,16.961111,6.376926,9.408071,14.096274,60.82967,120.21287,30.250555,153.73654,21.288382,8.035317,65.01814,44.748665,104.239456,85.31143,7.7813773,3.4683332,5.09937,23.059793,3330.598,6.3587523,5.8009315,57.47852,14.319908,146.54001,68.90445,118.50831,3.4881563,72.384445,457.86664,340.19037,37.7381,386.31705,48.822224,55.84277,80.58646,29.515368,4.9456105,23.352476,521.852,0.55169547,1.2684073,108.4827,19.913141,9.273354,12.34498,17.63062,152.22119,45.734165,158.86601,864.28796,302.66666,2351.2734,1918.5103,24.205444,39.53131,2646.9258,21.786915,59.557407,549.1205,102.925446,150.23111,69.08889,334.4726,383.14777,465.9654,11.559619,88.459114,326.26517,518.98114,17.512394,142.89987,20.553888,1.6908147,51.93846,1.1539538,1.2862375,4.791602,13.792889,111.50809,27.580204,19.138517,326.9952,92.03518,54.915874,71.916664,23.333652,56.480556,15.131482,8.548075,17.34,115.49692,47.298096,18.991905,28.302145,12.305555,22.24635,22.652592,2.383135,107.98606,22.048618,278.29913,11.119052,474.45728,25.11538,661.19244,216.48674,8.383362,13.091014,276.99142,366.72433,1279.6749,559.15735 +2023-11-21 17:00:00,0.0,4049.62,94.98011,48.12479,89.272064,54.554897,331.43042,44.65459,90.41078,24.14473,54.479332,580.1009,92.62179,25.33146,203.68404,0.6738997,0.42912117,60.398357,0.9665958,8.037955,1016.91,10.2848835,1149.7203,130.8444,0.40398368,22.484343,562.94006,46.542625,352.03363,193.08618,5432.18,4.1344943,2705.9714,57.095108,1.2858332,2.525197,7.664629,261.65683,316.0218,89.84393,56.406944,40.12242,12.647461,1027.7047,34.73924,49.29155,15.071737,473.33737,19.00697,499.74854,7.0932803,48.770607,0.0,826.17334,2667.3403,0.38910335,212.1631,21.591389,16592.232,28.804192,0.8345897,11.334332,28.006039,6.3935046,2.02985,14.736416,369.12753,105.342545,12.991461,0.70340294,2.2974038,114.79573,2.6380804,169.22362,268.5932,2042.5988,551.1494,99.57394,158.3969,212.83287,8.74342,12.196209,103.60479,14.649821,20.60134,15.588444,23.723713,137.41206,17.224028,14.341259,51.147106,12.56278,3603.9854,20.711056,22.059723,16.787828,10.922412,188.3996,38.973625,16.953472,6.3784113,9.40163,14.088873,60.811836,120.16586,30.247986,153.74126,21.283503,8.022012,64.95001,44.715145,104.11808,85.32717,7.7930055,3.4663541,5.098532,23.041403,3326.4556,6.367184,5.7869368,57.462246,14.314278,146.50897,68.94014,118.51068,3.4886506,72.35951,457.82324,340.23822,37.70836,386.1887,48.800694,55.835804,80.55228,29.535732,4.9495196,23.36278,521.7492,0.55179536,1.2693772,108.531105,19.931196,9.274264,12.349619,17.632462,152.28836,45.777706,158.87518,864.44714,302.4356,2350.6262,1918.203,24.188702,39.474556,2644.8013,21.795576,59.479397,548.98376,102.79652,150.07628,69.01988,334.01184,382.86923,465.97556,11.550666,88.391556,326.23233,518.6732,17.496204,142.77826,20.529654,1.6907451,51.940857,1.1539289,1.2863281,4.7908893,13.787027,111.31018,27.562393,19.137453,326.76074,91.96099,54.871925,71.864586,23.31373,56.48455,15.11713,8.524691,17.333126,115.42197,47.270298,18.968187,28.328167,12.298611,22.21859,22.642685,2.3796995,107.91339,22.019958,278.1182,11.112969,474.04984,25.095903,661.6079,216.37944,8.368892,13.085622,276.68222,366.36887,1278.9938,559.5976 +2023-11-21 18:00:00,0.0,4046.886,94.872955,48.056473,89.23917,54.533127,331.44016,44.65027,90.39205,24.13658,54.473854,579.19073,92.63794,25.326567,203.58015,0.67231506,0.42739666,60.42091,0.96290445,8.054083,1017.1162,10.305481,1150.294,130.87312,0.40477067,22.529552,563.3711,46.55192,352.39075,193.15257,5426.95,4.1423016,2705.945,57.196117,1.2880383,2.5297134,7.6792326,261.5961,315.955,89.96387,56.391666,40.121914,12.642755,1026.7952,34.802326,49.255188,15.055173,473.33365,18.987516,499.94562,7.0884113,48.73278,0.0,825.93066,2665.3916,0.3884585,212.01375,21.57365,16578.11,28.791525,0.8343323,11.323373,27.983332,6.3916426,2.0292025,14.72754,368.8628,105.21719,12.974767,0.7031352,2.2962701,114.788124,2.6347172,169.13167,268.62418,2042.8865,550.8367,99.564384,158.43323,213.0339,8.7502775,12.204174,103.74044,14.672299,20.63012,15.575174,23.705889,137.47398,17.219025,14.328328,51.13657,12.564149,3604.3113,20.703533,22.058332,16.785755,10.921466,188.41191,38.9768,16.945833,6.379897,9.395189,14.0814705,60.794006,120.118866,30.245417,153.74596,21.278622,8.008706,64.881874,44.681625,103.9967,85.34291,7.804633,3.464375,5.0976944,23.023012,3322.3132,6.3756166,5.7729425,57.445972,14.308647,146.47794,68.97584,118.51306,3.489145,72.33459,457.77982,340.2861,37.67862,386.06033,48.779167,55.828842,80.5181,29.556099,4.953429,23.373085,521.6464,0.55189526,1.2703472,108.57951,19.94925,9.275174,12.354258,17.634304,152.35555,45.82125,158.88434,864.6064,302.20456,2349.9792,1917.8956,24.171959,39.4178,2642.6768,21.80424,59.401386,548.84705,102.66758,149.92146,68.950874,333.55112,382.59067,465.98572,11.541714,88.324,326.1995,518.3653,17.480017,142.65663,20.505417,1.6906755,51.943253,1.1539038,1.2864187,4.7901764,13.781167,111.11227,27.544582,19.136389,326.52628,91.8868,54.827976,71.8125,23.29381,56.48854,15.102778,8.501306,17.32625,115.347015,47.2425,18.944471,28.35419,12.291667,22.190832,22.632776,2.3762639,107.84072,21.9913,277.93726,11.106887,473.6424,25.076427,662.0234,216.27214,8.354422,13.08023,276.37305,366.0134,1278.3126,560.0378 +2023-11-21 19:00:00,0.0,4044.1519,94.76579,47.988155,89.20627,54.511356,331.4499,44.645947,90.373314,24.128428,54.46838,578.2806,92.65409,25.32167,203.47627,0.6707305,0.42567217,60.443466,0.9592131,8.07021,1017.3225,10.326078,1150.8674,130.90184,0.40555766,22.574762,563.8021,46.56122,352.74783,193.21896,5421.72,4.150109,2705.9187,57.29713,1.2902433,2.5342295,7.693836,261.53534,315.88818,90.08381,56.37639,40.121403,12.638047,1025.8856,34.865414,49.21883,15.038609,473.3299,18.968063,500.14267,7.0835423,48.69495,0.0,825.688,2663.4426,0.38781363,211.86441,21.555912,16563.986,28.778856,0.8340749,11.312414,27.960625,6.3897805,2.028555,14.718664,368.59808,105.09184,12.958074,0.70286745,2.2951365,114.78052,2.631354,169.03972,268.65515,2043.1741,550.52386,99.55483,158.46956,213.23494,8.757136,12.21214,103.87608,14.6947775,20.658901,15.561906,23.688066,137.53592,17.214024,14.315397,51.12603,12.565516,3604.6372,20.69601,22.056944,16.783684,10.92052,188.42421,38.97997,16.938194,6.3813825,9.388749,14.074068,60.776173,120.07186,30.242847,153.75067,21.27374,7.995401,64.81374,44.6481,103.87532,85.35866,7.816261,3.462396,5.096856,23.004623,3318.171,6.384049,5.7589483,57.4297,14.303017,146.4469,69.01153,118.515434,3.4896393,72.309654,457.7364,340.33395,37.648884,385.93198,48.757637,55.821877,80.48392,29.576466,4.9573383,23.383389,521.54364,0.5519952,1.2713171,108.62792,19.967302,9.276085,12.358895,17.636147,152.42273,45.86479,158.89351,864.7656,301.97348,2349.332,1917.5884,24.155216,39.361046,2640.552,21.8129,59.32338,548.71027,102.53865,149.76663,68.881874,333.09036,382.31213,465.99588,11.532762,88.25645,326.16666,518.0574,17.463827,142.53502,20.48118,1.690606,51.94565,1.1538789,1.2865094,4.7894635,13.775306,110.91436,27.526773,19.135324,326.2918,91.812614,54.78403,71.760414,23.27389,56.492535,15.088427,8.4779215,17.319376,115.272064,47.214703,18.920755,28.380215,12.284722,22.163074,22.62287,2.372828,107.76806,21.96264,277.75632,11.100803,473.23495,25.056952,662.43884,216.16486,8.3399515,13.074839,276.06387,365.65793,1277.6315,560.478 +2023-11-21 20:00:00,0.0,4041.418,94.65864,47.919838,89.17336,54.489582,331.45966,44.64162,90.354576,24.120277,54.462906,577.3704,92.67024,25.316776,203.37239,0.6691458,0.4239477,60.466022,0.95552164,8.086339,1017.5288,10.346675,1151.4409,130.93056,0.40634465,22.619972,564.23315,46.57051,353.10492,193.28535,5416.49,4.157916,2705.8923,57.39814,1.2924483,2.5387459,7.708439,261.4746,315.82138,90.20374,56.36111,40.120895,12.633341,1024.976,34.928497,49.18247,15.022044,473.32617,18.948612,500.33975,7.0786734,48.657124,0.0,825.4453,2661.494,0.38716877,211.71506,21.538174,16549.863,28.76619,0.83381754,11.3014555,27.937916,6.3879185,2.0279074,14.709788,368.33337,104.966484,12.94138,0.70259976,2.2940028,114.77292,2.627991,168.94778,268.6861,2043.4618,550.2111,99.54528,158.5059,213.43596,8.763995,12.220105,104.01173,14.717255,20.687681,15.548636,23.670242,137.59784,17.209023,14.302467,51.115494,12.566885,3604.9631,20.688486,22.055555,16.78161,10.919573,188.43651,38.98314,16.930555,6.382868,9.382308,14.066667,60.758343,120.02486,30.240276,153.75537,21.268862,7.9820952,64.74561,44.614582,103.753944,85.3744,7.8278885,3.4604168,5.0960183,22.986233,3314.0283,6.3924813,5.7449536,57.413425,14.297385,146.41586,69.047226,118.517815,3.4901338,72.28472,457.69296,340.3818,37.619144,385.80362,48.73611,55.814915,80.44974,29.596832,4.9612474,23.393694,521.44086,0.5520951,1.272287,108.67633,19.985357,9.276995,12.363534,17.637989,152.48991,45.908333,158.90268,864.9248,301.74243,2348.6848,1917.2811,24.138474,39.30429,2638.4275,21.821564,59.24537,548.57355,102.40972,149.6118,68.81287,332.62964,382.03357,466.00604,11.523809,88.18889,326.13382,517.74945,17.44764,142.41339,20.456945,1.6905364,51.948044,1.153854,1.2866,4.7887506,13.769444,110.716446,27.508963,19.134258,326.05734,91.73843,54.74008,71.708336,23.25397,56.49653,15.074075,8.454537,17.3125,115.19711,47.186905,18.89704,28.406239,12.277778,22.135317,22.612963,2.3693924,107.69539,21.933983,277.57538,11.094721,472.8275,25.037477,662.8544,216.05756,8.325481,13.069447,275.7547,365.3025,1276.9503,560.9183 +2023-11-21 21:00:00,0.0,4038.6838,94.551476,47.85152,89.140465,54.46781,331.4694,44.6373,90.335846,24.112125,54.457428,576.4603,92.68639,25.311882,203.26852,0.66756123,0.4222232,60.48858,0.95183027,8.102467,1017.73505,10.367272,1152.0145,130.95927,0.40713164,22.665182,564.6642,46.579807,353.46204,193.35173,5411.2603,4.1657233,2705.866,57.499153,1.2946532,2.5432622,7.7230425,261.41385,315.75458,90.323685,56.345833,40.120388,12.6286335,1024.0664,34.991585,49.14611,15.00548,473.32248,18.92916,500.53683,7.0738044,48.619293,0.0,825.20264,2659.5452,0.3865239,211.56572,21.520435,16535.742,28.753521,0.83356017,11.290496,27.91521,6.386056,2.0272598,14.700912,368.06863,104.84113,12.924686,0.702332,2.292869,114.76531,2.6246278,168.85583,268.71707,2043.7495,549.8983,99.53574,158.54224,213.637,8.770853,12.228071,104.14738,14.739733,20.716463,15.535367,23.65242,137.65977,17.20402,14.289536,51.104954,12.568253,3605.289,20.680964,22.054167,16.779537,10.918627,188.4488,38.98631,16.922916,6.384353,9.375868,14.059264,60.740513,119.97785,30.237707,153.76009,21.26398,7.96879,64.677475,44.581062,103.63257,85.39014,7.8395166,3.4584374,5.0951805,22.967842,3309.886,6.4009137,5.7309594,57.397152,14.291755,146.38483,69.08292,118.52019,3.490628,72.259796,457.64954,340.4297,37.589405,385.6753,48.714584,55.80795,80.41556,29.617197,4.9651566,23.404,521.33813,0.552195,1.2732569,108.72474,20.00341,9.277905,12.368172,17.639833,152.5571,45.951874,158.91185,865.084,301.51135,2348.0376,1916.9739,24.121729,39.247536,2636.303,21.830225,59.16736,548.43677,102.28079,149.45699,68.74386,332.16888,381.755,466.0162,11.514856,88.12134,326.10098,517.4415,17.43145,142.29178,20.432709,1.6904668,51.950436,1.153829,1.2866906,4.788038,13.763583,110.51853,27.491154,19.133194,325.82288,91.66423,54.696133,71.65625,23.234049,56.500523,15.059723,8.431153,17.305626,115.12216,47.159107,18.873323,28.432262,12.270833,22.10756,22.603054,2.3659568,107.62272,21.905323,277.39444,11.088638,472.42007,25.018002,663.26984,215.95026,8.311011,13.0640545,275.44553,364.94702,1276.2692,561.3585 +2023-11-21 22:00:00,0.0,4035.9497,94.44432,47.783203,89.10757,54.44604,331.47913,44.632977,90.31711,24.103973,54.451954,575.5502,92.70255,25.306988,203.16464,0.66597664,0.4204987,60.511135,0.9481389,8.118594,1017.94135,10.38787,1152.588,130.98799,0.40791863,22.710392,565.0952,46.5891,353.81912,193.41812,5406.0303,4.173531,2705.8396,57.600163,1.2968582,2.5477786,7.737645,261.35312,315.68777,90.44362,56.330555,40.11988,12.623927,1023.1568,35.05467,49.10975,14.988915,473.31873,18.909706,500.73392,7.0689354,48.581463,0.0,824.95996,2657.5962,0.38587904,211.41638,21.502697,16521.62,28.740854,0.8333028,11.279537,27.892504,6.384194,2.0266123,14.692038,367.80392,104.71578,12.907992,0.70206434,2.2917354,114.757706,2.6212647,168.76389,268.74805,2044.0371,549.5856,99.52619,158.57857,213.83801,8.777712,12.236036,104.28302,14.762211,20.745243,15.522099,23.634596,137.7217,17.199018,14.276606,51.094418,12.569621,3605.615,20.67344,22.052778,16.777466,10.917681,188.4611,38.98948,16.915277,6.3858385,9.369427,14.051863,60.72268,119.93085,30.235138,153.76479,21.2591,7.955485,64.609344,44.54754,103.51119,85.405876,7.8511443,3.4564583,5.094342,22.949453,3305.7437,6.4093456,5.716965,57.38088,14.286124,146.35379,69.118614,118.52257,3.4911225,72.23486,457.60614,340.47754,37.55967,385.54694,48.693054,55.800987,80.38138,29.637564,4.9690657,23.414303,521.23535,0.5522949,1.2742268,108.77315,20.021463,9.278816,12.37281,17.641676,152.62428,45.995415,158.92102,865.24316,301.2803,2347.3904,1916.6666,24.104986,39.19078,2634.1785,21.838888,59.08935,548.30005,102.15186,149.30215,68.67486,331.70816,381.47647,466.02637,11.505904,88.05378,326.06818,517.1336,17.415262,142.17017,20.408472,1.6903973,51.95283,1.1538041,1.2867813,4.787325,13.757722,110.320625,27.473343,19.13213,325.5884,91.59004,54.652184,71.604164,23.214128,56.504513,15.045371,8.407769,17.29875,115.04721,47.13131,18.849607,28.458286,12.263889,22.079802,22.593147,2.3625212,107.55006,21.876665,277.21353,11.082556,472.01263,24.998526,663.6853,215.84297,8.296541,13.058662,275.13635,364.59155,1275.588,561.79877 +2023-11-21 23:00:00,0.0,4033.2156,94.33716,47.714886,89.07467,54.42427,331.48886,44.62865,90.29838,24.095823,54.44648,574.64,92.718704,25.302094,203.06076,0.664392,0.41877422,60.533688,0.94444746,8.134722,1018.1476,10.408466,1153.1615,131.01672,0.40870562,22.755602,565.52625,46.598396,354.17624,193.48451,5400.8003,4.1813383,2705.8135,57.701176,1.2990632,2.5522947,7.752249,261.29236,315.62097,90.56355,56.315277,40.119373,12.61922,1022.24725,35.117756,49.07339,14.972351,473.315,18.890253,500.931,7.0640664,48.543636,0.0,824.7173,2655.6475,0.38523418,211.26703,21.484957,16507.496,28.728186,0.8330454,11.268579,27.869797,6.382332,2.0259647,14.683162,367.53918,104.59043,12.891299,0.7017966,2.290602,114.75011,2.6179016,168.67195,268.77902,2044.3248,549.27277,99.51664,158.61491,214.03905,8.784571,12.244001,104.41867,14.784689,20.774023,15.508829,23.616774,137.78363,17.194016,14.263675,51.083878,12.570989,3605.941,20.665916,22.05139,16.775393,10.916734,188.47342,38.99265,16.907639,6.3873243,9.362987,14.04446,60.70485,119.88385,30.232569,153.7695,21.254221,7.942179,64.541214,44.51402,103.38982,85.421616,7.862772,3.4544792,5.0935044,22.931063,3301.6013,6.417778,5.7029705,57.364605,14.280494,146.32275,69.154305,118.52494,3.4916167,72.20993,457.5627,340.52542,37.52993,385.41858,48.671528,55.79402,80.3472,29.65793,4.9729753,23.424608,521.13257,0.5523948,1.2751967,108.821556,20.039516,9.279726,12.377448,17.643518,152.69147,46.03896,158.93019,865.4024,301.04926,2346.7434,1916.3593,24.088243,39.134026,2632.0537,21.84755,59.01134,548.1633,102.02293,149.14732,68.60585,331.2474,381.1979,466.03653,11.496952,87.98622,326.03534,516.8257,17.399073,142.04854,20.384237,1.6903276,51.955227,1.1537791,1.2868719,4.7866125,13.751861,110.12271,27.455532,19.131063,325.35394,91.515854,54.608234,71.552086,23.194208,56.508507,15.031019,8.384384,17.291876,114.97226,47.10351,18.82589,28.484308,12.256945,22.052042,22.58324,2.3590853,107.47739,21.848005,277.0326,11.076473,471.6052,24.97905,664.10077,215.73567,8.282071,13.05327,274.82718,364.23608,1274.907,562.23895 +2023-11-22 00:00:00,0.0,4030.4814,94.23,47.64657,89.04176,54.4025,331.4986,44.62433,90.27964,24.087671,54.441,573.72986,92.734856,25.2972,202.95688,0.6628074,0.41704974,60.556244,0.9407561,8.150849,1018.3539,10.429064,1153.735,131.04544,0.40949258,22.800812,565.9573,46.607693,354.53333,193.5509,5395.5703,4.1891456,2705.787,57.802185,1.3012682,2.556811,7.7668524,261.23163,315.55417,90.683495,56.3,40.118862,12.614513,1021.33765,35.18084,49.03703,14.955786,473.31128,18.8708,501.12808,7.0591974,48.505806,0.0,824.4746,2653.6987,0.3845893,211.11769,21.467218,16493.373,28.715519,0.83278805,11.257619,27.84709,6.38047,2.0253172,14.674286,367.27448,104.46507,12.874605,0.7015289,2.2894683,114.7425,2.6145384,168.58,268.81,2044.6125,548.95996,99.50709,158.65125,214.24008,8.7914295,12.251967,104.55431,14.807167,20.802805,15.49556,23.59895,137.84557,17.189014,14.250745,51.07334,12.572357,3606.2666,20.658394,22.05,16.77332,10.915788,188.48572,38.995823,16.9,6.3888097,9.356545,14.037059,60.687016,119.836845,30.23,153.7742,21.24934,7.928874,64.47308,44.4805,103.26844,85.437355,7.8743997,3.4525,5.0926666,22.912672,3297.459,6.4262104,5.6889763,57.348335,14.274862,146.29172,69.19,118.52732,3.492111,72.185005,457.5193,340.57327,37.50019,385.29022,48.65,55.78706,80.31302,29.678297,4.9768844,23.434912,521.0298,0.5524947,1.2761667,108.869965,20.057571,9.280637,12.382087,17.64536,152.75865,46.0825,158.93936,865.56165,300.81818,2346.0962,1916.052,24.0715,39.07727,2629.9292,21.856213,58.933334,548.02655,101.894,148.9925,68.53684,330.78665,380.91937,466.0467,11.488,87.91867,326.0025,516.5178,17.382885,141.92693,20.36,1.690258,51.957623,1.1537541,1.2869625,4.7858996,13.746,109.924805,27.437723,19.13,325.11948,91.441666,54.564285,71.5,23.174286,56.5125,15.016666,8.361,17.285,114.89731,47.075714,18.802174,28.510332,12.25,22.024284,22.573332,2.3556497,107.40472,21.819347,276.85165,11.070391,471.19775,24.959576,664.51624,215.62837,8.267601,13.047879,274.518,363.8806,1274.2258,562.6792 +2023-11-22 01:00:00,0.0,4027.7473,94.12284,47.57825,89.008865,54.38073,331.50836,44.620007,90.26091,24.079521,54.435528,572.8197,92.75101,25.292305,202.853,0.6612228,0.41532522,60.5788,0.9370647,8.166977,1018.5602,10.44966,1154.3086,131.07416,0.41027957,22.846022,566.3883,46.616985,354.8904,193.6173,5390.341,4.196953,2705.7607,57.9032,1.3034731,2.5613275,7.781455,261.1709,315.48737,90.80343,56.28472,40.118355,12.609807,1020.4281,35.243927,49.00067,14.939221,473.30756,18.851347,501.32516,7.0543284,48.46798,0.0,824.23193,2651.7498,0.38394445,210.96834,21.44948,16479.252,28.70285,0.8325307,11.24666,27.824383,6.3786077,2.0246696,14.66541,367.00974,104.33972,12.857912,0.70126116,2.2883346,114.73489,2.6111753,168.48805,268.84097,2044.9001,548.6472,99.49754,158.68759,214.4411,8.798287,12.2599325,104.689964,14.829645,20.831585,15.48229,23.581127,137.90749,17.184013,14.237814,51.062805,12.573725,3606.5925,20.65087,22.04861,16.771246,10.914842,188.49802,38.998993,16.89236,6.390295,9.350105,14.029656,60.669186,119.78984,30.22743,153.7789,21.24446,7.9155684,64.404945,44.44698,103.147064,85.4531,7.8860273,3.4505208,5.0918283,22.894283,3293.3167,6.434643,5.674982,57.33206,14.269232,146.26068,69.22569,118.52969,3.4926054,72.16007,457.47586,340.62115,37.47045,385.1619,48.62847,55.780094,80.27884,29.698664,4.9807935,23.445217,520.927,0.5525946,1.2771366,108.91837,20.075624,9.281547,12.386725,17.647203,152.82582,46.12604,158.94853,865.7208,300.58713,2345.449,1915.7448,24.054758,39.020515,2627.8047,21.864876,58.855324,547.88983,101.76507,148.83768,68.467834,330.32593,380.6408,466.05685,11.479047,87.85111,325.96967,516.2099,17.366697,141.8053,20.335764,1.6901884,51.96002,1.1537292,1.2870532,4.785187,13.740139,109.72689,27.419912,19.128935,324.885,91.36747,54.52034,71.447914,23.154366,56.516495,15.002315,8.337616,17.278126,114.82236,47.04792,18.778458,28.536356,12.243055,21.996527,22.563425,2.352214,107.332054,21.790688,276.67072,11.064308,470.79034,24.9401,664.9317,215.52107,8.253131,13.042487,274.2088,363.52518,1273.5447,563.11945 +2023-11-22 02:00:00,0.0,4025.0132,94.015686,47.509933,88.97597,54.35896,331.5181,44.61568,90.24217,24.07137,54.430054,571.9096,92.76716,25.28741,202.74911,0.65963817,0.41360074,60.601357,0.9333733,8.1831045,1018.7664,10.470258,1154.8821,131.10287,0.41106656,22.891232,566.81934,46.62628,355.24753,193.68369,5385.111,4.20476,2705.7344,58.004208,1.3056781,2.5658438,7.7960587,261.11014,315.42056,90.92336,56.269444,40.117847,12.6051,1019.5185,35.30701,48.96431,14.922657,473.30383,18.831894,501.52222,7.0494595,48.43015,0.0,823.98926,2649.801,0.3832996,210.819,21.431742,16465.129,28.690184,0.8322733,11.235702,27.801678,6.3767457,2.0240219,14.656534,366.74503,104.21437,12.841218,0.7009934,2.287201,114.727295,2.6078124,168.39612,268.87195,2045.1879,548.3344,99.48799,158.72392,214.64214,8.805146,12.267898,104.82561,14.852122,20.860367,15.469022,23.563305,137.96942,17.17901,14.224883,51.052265,12.575093,3606.9185,20.643347,22.047222,16.769175,10.913895,188.51031,39.002163,16.884722,6.3917804,9.343664,14.022255,60.651356,119.742836,30.224861,153.78362,21.23958,7.902263,64.336815,44.413456,103.02569,85.46884,7.8976555,3.4485416,5.0909905,22.875893,3289.174,6.443075,5.6609874,57.31579,14.263601,146.22966,69.26139,118.532074,3.4930997,72.13514,457.43243,340.669,37.440716,385.03354,48.606945,55.773132,80.24466,29.719028,4.9847026,23.45552,520.8242,0.5526945,1.2781065,108.96679,20.093678,9.282457,12.391363,17.649046,152.893,46.169582,158.9577,865.88,300.35605,2344.8018,1915.4375,24.038015,38.96376,2625.68,21.873537,58.777313,547.7531,101.63614,148.68285,68.398834,329.86517,380.36227,466.06702,11.470095,87.783554,325.93683,515.902,17.350508,141.68369,20.311527,1.6901189,51.96241,1.1537042,1.2871438,4.784474,13.734278,109.52898,27.402102,19.12787,324.65054,91.29328,54.47639,71.395836,23.134445,56.520485,14.987963,8.314232,17.27125,114.7474,47.020123,18.754742,28.56238,12.236111,21.96877,22.553518,2.3487782,107.259384,21.76203,276.48978,11.058226,470.3829,24.920624,665.34717,215.41379,8.238661,13.037095,273.89963,363.1697,1272.8635,563.5597 +2023-11-22 03:00:00,0.0,4022.279,93.90852,47.441616,88.94306,54.33719,331.52783,44.61136,90.223434,24.063217,54.424576,570.99945,92.78331,25.282516,202.64523,0.6580536,0.41187626,60.623913,0.9296819,8.199232,1018.9727,10.490855,1155.4556,131.13159,0.41185355,22.936441,567.25037,46.635574,355.6046,193.75008,5379.881,4.212568,2705.708,58.10522,1.3078831,2.57036,7.810662,261.0494,315.35376,91.043304,56.254166,40.11734,12.600393,1018.60895,35.3701,48.92795,14.906093,473.3001,18.812443,501.7193,7.0445905,48.392323,0.0,823.7466,2647.8523,0.38265473,210.66966,21.414003,16451.006,28.677515,0.83201593,11.224742,27.778969,6.374883,2.0233743,14.647659,366.48032,104.08902,12.824525,0.70072573,2.2860672,114.71969,2.6044493,168.30417,268.90292,2045.4755,548.02167,99.47844,158.76025,214.84317,8.812005,12.275864,104.96125,14.8746,20.889147,15.455752,23.54548,138.03134,17.17401,14.211952,51.04173,12.576461,3607.2444,20.635824,22.045834,16.767101,10.912949,188.52261,39.005333,16.877083,6.3932657,9.337224,14.014853,60.633522,119.69584,30.222292,153.78831,21.2347,7.8889575,64.268684,44.379936,102.90431,85.48458,7.909283,3.4465625,5.0901527,22.857502,3285.0317,6.451507,5.646993,57.299515,14.257971,146.19862,69.29708,118.53445,3.4935942,72.110214,457.389,340.7169,37.410976,384.90518,48.585415,55.766167,80.21048,29.739395,4.988612,23.465826,520.72144,0.55279446,1.2790763,109.0152,20.11173,9.283368,12.396002,17.650888,152.96019,46.213123,158.96687,866.0392,300.125,2344.1545,1915.1301,24.02127,38.907005,2623.5554,21.8822,58.699306,547.61633,101.50721,148.52802,68.32983,329.40445,380.0837,466.07718,11.461143,87.716,325.904,515.59406,17.33432,141.56206,20.287292,1.6900493,51.964806,1.1536793,1.2872344,4.783761,13.728416,109.33107,27.384293,19.126804,324.41608,91.21909,54.43244,71.34375,23.114525,56.52448,14.973611,8.290848,17.264376,114.67245,46.992325,18.731026,28.588404,12.229167,21.941011,22.54361,2.3453426,107.186714,21.73337,276.30884,11.052143,469.97546,24.901148,665.76263,215.30649,8.224191,13.031703,273.59045,362.81424,1272.1824,563.99994 +2023-11-22 04:00:00,0.0,4019.545,93.80137,47.3733,88.910164,54.31542,331.53757,44.607037,90.204704,24.055067,54.4191,570.0893,92.79946,25.277622,202.54135,0.656469,0.41015178,60.64647,0.9259905,8.21536,1019.179,10.511452,1156.0292,131.16031,0.41264054,22.981651,567.6814,46.64487,355.96173,193.81645,5374.651,4.220375,2705.6816,58.20623,1.3100882,2.5748763,7.825265,260.98865,315.28696,91.16324,56.238888,40.11683,12.595686,1017.69934,35.43318,48.89159,14.889528,473.2964,18.79299,501.91638,7.0397215,48.354492,0.0,823.5039,2645.9033,0.38200986,210.52031,21.396265,16436.883,28.664848,0.83175856,11.213783,27.756264,6.373021,2.0227268,14.638783,366.21558,103.96366,12.807831,0.700458,2.2849336,114.71208,2.6010861,168.21222,268.9339,2045.7632,547.70886,99.468895,158.7966,215.04419,8.818863,12.283829,105.0969,14.8970785,20.917929,15.442483,23.527657,138.09328,17.169008,14.199022,51.03119,12.577829,3607.5703,20.6283,22.044445,16.765028,10.912003,188.53491,39.008503,16.869444,6.3947515,9.330783,14.007451,60.615692,119.648834,30.21972,153.79303,21.229818,7.8756523,64.20055,44.346416,102.782936,85.50032,7.920911,3.4445834,5.0893145,22.839113,3280.8894,6.4599395,5.632999,57.28324,14.252339,146.16759,69.33278,118.53683,3.4940884,72.08528,457.3456,340.76474,37.381237,384.77682,48.56389,55.759205,80.1763,29.759762,4.9925213,23.476131,520.61865,0.55289435,1.2800462,109.06361,20.129786,9.284278,12.40064,17.652733,153.02737,46.256668,158.97604,866.1984,299.89395,2343.5073,1914.8229,24.004528,38.85025,2621.431,21.890862,58.621296,547.4796,101.37827,148.3732,68.26082,328.9437,379.80518,466.08734,11.45219,87.648445,325.87115,515.28613,17.31813,141.44044,20.263056,1.6899797,51.9672,1.1536543,1.2873251,4.783048,13.722555,109.133156,27.366482,19.12574,324.1816,91.144905,54.388493,71.291664,23.094604,56.528473,14.959259,8.267464,17.2575,114.597496,46.964527,18.70731,28.614428,12.222222,21.913254,22.533703,2.341907,107.11405,21.704712,276.1279,11.04606,469.56802,24.881674,666.1781,215.19919,8.209721,13.026312,273.28128,362.45877,1271.5012,564.4401 +2023-11-22 05:00:00,0.0,4016.811,93.69421,47.30498,88.877266,54.293648,331.5473,44.602715,90.18597,24.046915,54.413628,569.17914,92.81561,25.272728,202.43747,0.65488434,0.40842727,60.66902,0.9222991,8.231487,1019.38525,10.532049,1156.6027,131.18903,0.41342753,23.026861,568.1124,46.654167,356.31882,193.88284,5369.421,4.2281823,2705.6553,58.307243,1.3122932,2.5793927,7.8398685,260.92792,315.22015,91.28318,56.22361,40.11632,12.59098,1016.78973,35.49627,48.855232,14.872964,473.29266,18.773537,502.11346,7.0348525,48.31666,0.0,823.2612,2643.9546,0.381365,210.37097,21.378527,16422.762,28.65218,0.8315012,11.202825,27.733555,6.371159,2.0220792,14.629908,365.95087,103.83831,12.791138,0.7001903,2.2838,114.70448,2.597723,168.12029,268.96487,2046.0509,547.3961,99.45935,158.83293,215.24522,8.825722,12.291794,105.232544,14.919557,20.946709,15.4292145,23.509834,138.15521,17.164005,14.186091,51.020653,12.579197,3607.8962,20.620777,22.043056,16.762955,10.911056,188.54723,39.011673,16.861805,6.396237,9.324343,14.000049,60.59786,119.60183,30.217152,153.79773,21.22494,7.862347,64.132416,44.312893,102.66156,85.51606,7.9325385,3.442604,5.0884767,22.820723,3276.747,6.468372,5.6190042,57.266968,14.246709,146.13655,69.36848,118.5392,3.4945827,72.06035,457.3022,340.81262,37.3515,384.64847,48.542362,55.75224,80.14212,29.780128,4.9964304,23.486435,520.51587,0.55299425,1.2810162,109.112015,20.147839,9.285189,12.405278,17.654575,153.09456,46.30021,158.9852,866.35767,299.66287,2342.8604,1914.5156,23.987785,38.793495,2619.3062,21.899525,58.543285,547.3429,101.249344,148.21837,68.19181,328.48297,379.5266,466.0975,11.443237,87.58089,325.83832,514.9782,17.301943,141.31882,20.23882,1.6899102,51.969597,1.1536293,1.2874157,4.7823353,13.716694,108.93524,27.348671,19.124676,323.94714,91.07072,54.344543,71.239586,23.074684,56.532467,14.944907,8.244079,17.250626,114.522545,46.93673,18.683592,28.640451,12.215278,21.885496,22.523796,2.3384714,107.04138,21.676052,275.94696,11.039977,469.16058,24.862198,666.5936,215.0919,8.1952505,13.02092,272.9721,362.1033,1270.8201,564.8804 +2023-11-22 06:00:00,0.0,4014.077,93.58705,47.236664,88.84436,54.271877,331.55707,44.59839,90.16724,24.038765,54.40815,568.269,92.83177,25.267832,202.3336,0.65329975,0.4067028,60.691578,0.9186077,8.247615,1019.59155,10.552646,1157.1761,131.21774,0.41421452,23.072071,568.54346,46.66346,356.67593,193.94923,5364.191,4.2359896,2705.629,58.408253,1.3144981,2.583909,7.854471,260.86716,315.15335,91.403114,56.208332,40.115814,12.586272,1015.8802,35.559357,48.81887,14.8564,473.28894,18.754084,502.31055,7.0299835,48.278835,0.0,823.01855,2642.0059,0.38072014,210.22162,21.360788,16408.639,28.639513,0.8312438,11.191865,27.710848,6.369297,2.0214317,14.621032,365.68613,103.71296,12.774444,0.69992256,2.2826664,114.69688,2.5943599,168.02834,268.99582,2046.3385,547.0833,99.4498,158.86926,215.44624,8.832581,12.29976,105.368195,14.942035,20.97549,15.415945,23.492012,138.21713,17.159004,14.173161,51.010113,12.580565,3608.2222,20.613255,22.041666,16.760883,10.9101095,188.55952,39.014847,16.854166,6.3977222,9.317902,13.992647,60.58003,119.554825,30.214582,153.80244,21.220058,7.8490415,64.064285,44.279373,102.540184,85.5318,7.944166,3.440625,5.087639,22.802332,3272.6047,6.4768043,5.60501,57.250694,14.241078,146.10551,69.40417,118.54158,3.4950771,72.035416,457.25876,340.86047,37.321762,384.52014,48.520832,55.745274,80.10794,29.800495,5.0003395,23.49674,520.4131,0.55309415,1.2819861,109.16042,20.165892,9.2860985,12.409916,17.656418,153.16174,46.34375,158.99437,866.51685,299.43182,2342.2131,1914.2084,23.971043,38.73674,2617.1816,21.908186,58.46528,547.2061,101.120415,148.06354,68.12281,328.02222,379.24805,466.10767,11.434285,87.513336,325.80548,514.6703,17.285753,141.1972,20.214584,1.6898406,51.971992,1.1536044,1.2875063,4.7816224,13.710834,108.737335,27.330862,19.123611,323.71268,90.99652,54.3006,71.1875,23.054764,56.536457,14.930555,8.220695,17.24375,114.44759,46.90893,18.659876,28.666473,12.208333,21.857737,22.513887,2.3350356,106.96871,21.647392,275.76602,11.033895,468.75314,24.842722,667.0091,214.9846,8.18078,13.015528,272.66293,361.74786,1270.1389,565.3206 +2023-11-22 07:00:00,0.0,4011.3428,93.4799,47.168346,88.81146,54.250103,331.5668,44.594067,90.1485,24.030613,54.402676,567.3589,92.84792,25.262938,202.22972,0.6517151,0.4049783,60.714134,0.91491634,8.263742,1019.7978,10.573243,1157.7496,131.24646,0.41500148,23.117281,568.9745,46.672756,357.03302,194.01562,5358.961,4.243797,2705.6025,58.509266,1.3167031,2.5884254,7.869075,260.80643,315.08655,91.52305,56.193054,40.115307,12.581566,1014.9706,35.62244,48.782513,14.839835,473.2852,18.73463,502.50763,7.0251145,48.241005,0.0,822.7759,2640.057,0.38007528,210.07228,21.343048,16394.516,28.626844,0.83098644,11.180906,27.688143,6.367435,2.0207841,14.612156,365.42142,103.58761,12.7577505,0.6996548,2.2815328,114.68927,2.5909967,167.93639,269.0268,2046.6262,546.77057,99.44025,158.90561,215.64728,8.839438,12.307725,105.50384,14.964513,21.00427,15.402676,23.474188,138.27907,17.154001,14.160231,50.999577,12.581933,3608.548,20.60573,22.040277,16.75881,10.909163,188.57182,39.018017,16.846527,6.3992076,9.311461,13.985245,60.5622,119.50783,30.212013,153.80714,21.215178,7.8357363,63.99615,44.245853,102.41881,85.54754,7.9557943,3.4386458,5.0868006,22.783941,3268.4624,6.4852366,5.591016,57.23442,14.235447,146.07448,69.439865,118.54395,3.4955714,72.01049,457.21533,340.90833,37.292023,384.39178,48.499306,55.73831,80.07376,29.82086,5.004249,23.507044,520.3103,0.55319405,1.282956,109.20883,20.183947,9.287009,12.414555,17.65826,153.22893,46.38729,159.00354,866.676,299.20074,2341.566,1913.9011,23.9543,38.679985,2615.0571,21.91685,58.387268,547.0694,100.991486,147.90872,68.0538,327.5615,378.9695,466.11783,11.425333,87.44578,325.77264,514.36237,17.269566,141.07559,20.190348,1.6897709,51.974384,1.1535795,1.2875971,4.7809095,13.704972,108.53942,27.313051,19.122545,323.4782,90.92233,54.25665,71.135414,23.034842,56.54045,14.9162035,8.19731,17.236876,114.37264,46.881134,18.63616,28.692497,12.201389,21.829979,22.50398,2.3316,106.89604,21.618734,275.58508,11.027812,468.3457,24.823246,667.42456,214.8773,8.16631,13.010136,272.35376,361.3924,1269.4579,565.76086 +2023-11-22 08:00:00,0.0,4008.6086,93.372734,47.10003,88.778564,54.228333,331.57654,44.589745,90.12976,24.02246,54.3972,566.4487,92.864075,25.258043,202.12584,0.6501305,0.40325382,60.73669,0.9112249,8.27987,1020.0041,10.593841,1158.3232,131.27518,0.41578847,23.16249,569.4055,46.68205,357.3901,194.08202,5353.731,4.2516046,2705.5762,58.610275,1.3189081,2.5929415,7.883678,260.7457,315.01974,91.64299,56.177776,40.1148,12.5768585,1014.06104,35.685528,48.74615,14.82327,473.2815,18.715178,502.70468,7.0202456,48.20318,0.0,822.5332,2638.1082,0.3794304,209.92294,21.32531,16380.394,28.614178,0.83072907,11.169947,27.665436,6.365573,2.0201366,14.603281,365.1567,103.46226,12.741056,0.69938713,2.280399,114.68166,2.5876336,167.84445,269.05777,2046.914,546.45776,99.4307,158.94194,215.84831,8.846297,12.31569,105.63949,14.98699,21.03305,15.389406,23.456366,138.34099,17.149,14.1473,50.989037,12.583302,3608.874,20.598207,22.038889,16.756737,10.908216,188.58412,39.021187,16.838888,6.4006934,9.30502,13.977843,60.544365,119.46082,30.209444,153.81186,21.210299,7.8224306,63.92802,44.212334,102.29743,85.563286,7.967422,3.4366667,5.085963,22.765553,3264.3198,6.4936686,5.577021,57.218147,14.229816,146.04344,69.475555,118.54633,3.4960659,71.98556,457.1719,340.9562,37.262283,384.26343,48.47778,55.731346,80.03958,29.841227,5.008158,23.51735,520.2076,0.55329394,1.2839259,109.25724,20.202,9.287919,12.419193,17.660103,153.29611,46.430832,159.01271,866.8352,298.9697,2340.9187,1913.5938,23.937555,38.62323,2612.9324,21.92551,58.309258,546.9327,100.86256,147.75389,67.984795,327.10074,378.69095,466.128,11.416381,87.37822,325.7398,514.05444,17.253376,140.95396,20.166111,1.6897013,51.97678,1.1535544,1.2876877,4.7801967,13.699111,108.341515,27.29524,19.12148,323.24374,90.848145,54.2127,71.083336,23.014921,56.544445,14.901852,8.173926,17.23,114.29769,46.853336,18.612444,28.718521,12.194445,21.802221,22.494074,2.3281643,106.82338,21.590075,275.40414,11.021729,467.93826,24.803772,667.84,214.77,8.15184,13.004744,272.0446,361.03693,1268.7767,566.20105 +2023-11-22 09:00:00,0.0,4005.8745,93.26558,47.03171,88.74566,54.206562,331.58627,44.58542,90.11103,24.01431,54.391724,565.5386,92.880226,25.253149,202.02196,0.6485459,0.4015293,60.759247,0.9075335,8.295998,1020.2104,10.614437,1158.8967,131.3039,0.41657546,23.2077,569.83655,46.691345,357.74722,194.1484,5348.501,4.259412,2705.5498,58.71129,1.3211131,2.597458,7.898281,260.68494,314.95294,91.762924,56.1625,40.11429,12.572152,1013.1514,35.74861,48.709793,14.806705,473.27777,18.695724,502.90176,7.0153766,48.165348,0.0,822.2905,2636.1594,0.37878555,209.77359,21.307571,16366.271,28.60151,0.8304717,11.158988,27.642729,6.3637104,2.019489,14.594405,364.89197,103.3369,12.724363,0.6991194,2.2792654,114.674065,2.5842705,167.7525,269.08875,2047.2015,546.14496,99.42115,158.97829,216.04933,8.853156,12.323656,105.77513,15.009468,21.061832,15.376138,23.438541,138.40292,17.144,14.134369,50.9785,12.584669,3609.2,20.590683,22.0375,16.754665,10.90727,188.59642,39.024357,16.83125,6.402179,9.29858,13.970441,60.526535,119.41382,30.206875,153.81656,21.205418,7.8091254,63.859886,44.17881,102.176056,85.579025,7.9790497,3.4346876,5.085125,22.747162,3260.1775,6.502101,5.563027,57.201874,14.224186,146.0124,69.51125,118.548706,3.49656,71.960625,457.12848,341.00406,37.232548,384.13507,48.45625,55.724384,80.0054,29.861593,5.0120673,23.527653,520.1048,0.55339384,1.2848958,109.30565,20.220053,9.28883,12.423831,17.661945,153.36328,46.474373,159.02188,866.99445,298.73865,2340.2715,1913.2865,23.920813,38.566475,2610.8079,21.934174,58.23125,546.7959,100.73363,147.59906,67.91579,326.63998,378.4124,466.13815,11.407428,87.31067,325.70697,513.7466,17.237188,140.83235,20.141874,1.6896318,51.979176,1.1535295,1.2877783,4.779484,13.69325,108.1436,27.277431,19.120417,323.00928,90.77396,54.16875,71.03125,22.995,56.54844,14.8875,8.150542,17.223125,114.22274,46.82554,18.588728,28.744545,12.1875,21.774464,22.484165,2.3247287,106.75071,21.561417,275.2232,11.015647,467.53082,24.784296,668.2555,214.66272,8.137371,12.999352,271.73538,360.68146,1268.0956,566.6413 +2023-11-22 10:00:00,0.0,4003.1404,93.15842,46.963394,88.71276,54.18479,331.596,44.581097,90.09229,24.006159,54.38625,564.6284,92.89638,25.248255,201.91808,0.6469613,0.39980483,60.7818,0.90384215,8.312125,1020.4166,10.635035,1159.4702,131.33261,0.41736245,23.252909,570.2676,46.70064,358.1043,194.2148,5343.271,4.267219,2705.5237,58.812298,1.323318,2.6019742,7.912884,260.6242,314.88614,91.882866,56.14722,40.11378,12.567445,1012.2419,35.8117,48.67343,14.790141,473.274,18.676273,503.09885,7.0105076,48.12752,0.0,822.04785,2634.2104,0.3781407,209.62425,21.289833,16352.148,28.588842,0.8302143,11.148029,27.620022,6.3618484,2.0188415,14.585529,364.62726,103.21155,12.707669,0.6988517,2.2781317,114.66646,2.5809073,167.66055,269.11972,2047.4893,545.8322,99.411606,159.01462,216.25037,8.860014,12.331621,105.910774,15.031946,21.090612,15.362868,23.42072,138.46484,17.138996,14.121438,50.96796,12.586038,3609.526,20.58316,22.036112,16.752592,10.906324,188.60873,39.027527,16.82361,6.403664,9.292139,13.963039,60.5087,119.36681,30.204306,153.82126,21.200537,7.7958198,63.791756,44.14529,102.05467,85.594765,7.9906774,3.4327083,5.0842867,22.728771,3256.0352,6.5105333,5.5490327,57.1856,14.218555,145.98137,69.54694,118.55109,3.4970546,71.9357,457.08508,341.05194,37.20281,384.0067,48.434723,55.71742,79.97122,29.88196,5.0159764,23.537958,520.002,0.55349374,1.2858657,109.35406,20.238106,9.289741,12.42847,17.66379,153.43047,46.517918,159.03105,867.1537,298.50757,2339.6245,1912.9792,23.90407,38.50972,2608.6833,21.942837,58.15324,546.6592,100.60469,147.44423,67.84679,326.17926,378.13385,466.14832,11.398476,87.24311,325.67416,513.43866,17.220999,140.71072,20.11764,1.6895622,51.98157,1.1535045,1.287869,4.778771,13.687388,107.94569,27.25962,19.119352,322.7748,90.69977,54.1248,70.979164,22.97508,56.55243,14.873148,8.127158,17.21625,114.14779,46.79774,18.565012,28.770569,12.180555,21.746706,22.474258,2.3212929,106.67804,21.532757,275.0423,11.009564,467.12338,24.76482,668.67096,214.55542,8.122901,12.99396,271.4262,360.32602,1267.4144,567.08154 +2023-11-22 11:00:00,0.0,4000.4062,93.05126,46.895077,88.67986,54.16302,331.60574,44.576775,90.07356,23.998009,54.380775,563.7183,92.91253,25.24336,201.8142,0.6453767,0.39808035,60.804356,0.9001507,8.328253,1020.6229,10.655631,1160.0438,131.36133,0.41814944,23.298119,570.6986,46.709934,358.46143,194.28117,5338.041,4.2750263,2705.4973,58.91331,1.325523,2.6064906,7.9274874,260.56345,314.81934,92.0028,56.131943,40.113274,12.562738,1011.3323,35.874783,48.637074,14.773577,473.2703,18.65682,503.29593,7.0056386,48.08969,0.0,821.80524,2632.2617,0.37749586,209.4749,21.272095,16338.026,28.576174,0.82995695,11.13707,27.597315,6.3599863,2.0181937,14.5766535,364.36252,103.0862,12.690976,0.69858396,2.276998,114.65885,2.5775442,167.56862,269.1507,2047.7769,545.5194,99.402054,159.05095,216.45139,8.866873,12.339587,106.046425,15.054424,21.119394,15.349599,23.402897,138.52678,17.133995,14.108508,50.957424,12.587406,3609.8518,20.575638,22.034721,16.750519,10.905377,188.62103,39.030697,16.815971,6.4051495,9.285699,13.955637,60.49087,119.31981,30.201735,153.82597,21.195658,7.7825146,63.72362,44.11177,101.9333,85.610504,8.002305,3.4307292,5.083449,22.710382,3251.8928,6.5189657,5.535038,57.169327,14.212924,145.95033,69.58264,118.55347,3.4975488,71.91077,457.04166,341.0998,37.17307,383.8784,48.413193,55.710457,79.93704,29.902325,5.0198855,23.548264,519.89923,0.5535937,1.2868357,109.402466,20.25616,9.29065,12.433107,17.665632,153.49765,46.56146,159.04022,867.31287,298.27652,2338.9773,1912.672,23.887327,38.45297,2606.5586,21.951498,58.07523,546.5224,100.47576,147.28941,67.77778,325.7185,377.85532,466.15848,11.3895235,87.17556,325.64133,513.13074,17.204811,140.58911,20.093403,1.6894926,51.983967,1.1534796,1.2879596,4.778058,13.681528,107.74778,27.241812,19.118286,322.54034,90.62557,54.080856,70.927086,22.95516,56.556423,14.858796,8.103773,17.209375,114.07283,46.769943,18.541294,28.796593,12.173611,21.718948,22.464352,2.3178573,106.60538,21.504099,274.86136,11.003482,466.71594,24.745344,669.0864,214.44812,8.108431,12.988568,271.11703,359.97055,1266.7333,567.5218 +2023-11-22 12:00:00,0.0,3997.672,92.9441,46.82676,88.64696,54.14125,331.6155,44.57245,90.054825,23.989857,54.375298,562.80817,92.92868,25.238466,201.71031,0.64379203,0.39635587,60.826912,0.89645934,8.34438,1020.82916,10.676229,1160.6173,131.39006,0.41893643,23.343328,571.12964,46.71923,358.8185,194.34756,5332.811,4.2828336,2705.471,59.01432,1.327728,2.6110067,7.942091,260.50272,314.75256,92.122734,56.116665,40.112766,12.558031,1010.42267,35.93787,48.60071,14.757012,473.26657,18.637367,503.493,7.0007696,48.05186,0.0,821.56256,2630.313,0.376851,209.32556,21.254356,16323.903,28.563507,0.8296996,11.126111,27.574608,6.3581243,2.0175462,14.567778,364.0978,102.960846,12.674282,0.6983162,2.2758644,114.65125,2.574181,167.47667,269.18167,2048.0647,545.20667,99.39251,159.0873,216.65242,8.873732,12.347552,106.18207,15.076902,21.148174,15.33633,23.385073,138.58871,17.128992,14.095577,50.946884,12.588774,3610.1777,20.568113,22.033333,16.748446,10.904431,188.63333,39.03387,16.808332,6.406635,9.279258,13.9482355,60.473038,119.27281,30.199165,153.83067,21.190777,7.7692094,63.655487,44.078247,101.81192,85.62624,8.013933,3.42875,5.082611,22.691992,3247.7505,6.527398,5.521044,57.153057,14.2072935,145.9193,69.61833,118.55584,3.498043,71.88583,456.99823,341.14767,37.143333,383.75003,48.391666,55.70349,79.90286,29.922691,5.023795,23.558567,519.79645,0.5536936,1.2878056,109.450874,20.274214,9.291561,12.437746,17.667475,153.56483,46.605,159.0494,867.47205,298.04544,2338.33,1912.3646,23.870584,38.396214,2604.434,21.960161,57.997223,546.3857,100.34683,147.13458,67.70877,325.25778,377.57675,466.16864,11.380571,87.108,325.6085,512.8228,17.188622,140.46748,20.069166,1.6894231,51.98636,1.1534547,1.2880502,4.7773457,13.675667,107.549866,27.224,19.117222,322.30588,90.551384,54.036907,70.875,22.93524,56.560417,14.844444,8.080389,17.2025,113.99788,46.742146,18.517578,28.822617,12.166667,21.691189,22.454443,2.3144217,106.53271,21.47544,274.68042,10.997399,466.3085,24.72587,669.5019,214.34084,8.093961,12.983176,270.80786,359.61508,1266.0521,567.96204 +2023-11-22 13:00:00,0.0,3994.938,92.836945,46.758442,88.61406,54.11948,331.62524,44.568127,90.03609,23.981705,54.369823,561.898,92.94483,25.233572,201.60643,0.64220744,0.39463136,60.84947,0.89276797,8.360509,1021.03546,10.696826,1161.1908,131.41878,0.4197234,23.388538,571.56067,46.728523,359.1756,194.41396,5327.581,4.2906413,2705.4446,59.115334,1.329933,2.615523,7.9566936,260.44196,314.68576,92.242676,56.101387,40.112255,12.553325,1009.5131,36.000954,48.564354,14.740448,473.26282,18.617914,503.6901,6.9959006,48.014034,0.0,821.3199,2628.364,0.37620613,209.17621,21.236618,16309.781,28.550838,0.8294422,11.115152,27.551903,6.356262,2.0168986,14.558903,363.83307,102.83549,12.657589,0.69804853,2.274731,114.64365,2.570818,167.38472,269.21265,2048.3523,544.89386,99.38296,159.12363,216.85345,8.8805895,12.355517,106.31772,15.0993805,21.176956,15.323061,23.367249,138.65063,17.123991,14.082646,50.936348,12.590142,3610.5037,20.56059,22.031944,16.746374,10.903485,188.64563,39.03704,16.800694,6.4081206,9.272818,13.940833,60.455208,119.22581,30.196596,153.83539,21.185896,7.7559037,63.587357,44.044727,101.690544,85.64198,8.025561,3.426771,5.081773,22.673601,3243.6082,6.53583,5.5070496,57.136784,14.201663,145.88826,69.65403,118.55822,3.4985375,71.86091,456.9548,341.19553,37.113594,383.62167,48.37014,55.69653,79.86868,29.943058,5.0277042,23.568872,519.69366,0.5537935,1.2887754,109.49928,20.292267,9.292471,12.442384,17.669317,153.63202,46.64854,159.05856,867.6312,297.8144,2337.6829,1912.0574,23.85384,38.33946,2602.3096,21.968822,57.919212,546.24896,100.2179,146.97975,67.63977,324.79703,377.2982,466.1788,11.371618,87.04044,325.57565,512.5149,17.172434,140.34587,20.044931,1.6893535,51.988754,1.1534296,1.2881409,4.776633,13.669806,107.35196,27.20619,19.116158,322.0714,90.477196,53.992958,70.822914,22.915318,56.56441,14.830092,8.057005,17.195625,113.92293,46.714348,18.493862,28.848639,12.159722,21.663431,22.444536,2.310986,106.46004,21.446781,274.49948,10.991317,465.90106,24.706394,669.91736,214.23354,8.079491,12.977785,270.4987,359.2596,1265.371,568.4022 +2023-11-22 14:00:00,0.0,3992.204,92.72978,46.690125,88.58116,54.09771,331.63498,44.563805,90.01736,23.973555,54.36435,560.98785,92.96099,25.228678,201.50255,0.64062285,0.39290687,60.872025,0.88907653,8.3766365,1021.24176,10.7174225,1161.7644,131.4475,0.42051038,23.433748,571.9917,46.73782,359.5327,194.48035,5322.351,4.2984486,2705.4182,59.216343,1.332138,2.6200395,7.9712973,260.38123,314.61896,92.36261,56.086113,40.111748,12.548617,1008.6035,36.06404,48.527992,14.723884,473.2591,18.598461,503.88718,6.9910316,47.976204,0.0,821.07715,2626.4153,0.37556127,209.02687,21.21888,16295.658,28.538172,0.82918483,11.104193,27.529194,6.3544,2.016251,14.550027,363.56836,102.71014,12.640895,0.6977808,2.2735972,114.63604,2.5674548,167.29279,269.24362,2048.64,544.5811,99.373405,159.15996,217.05447,8.887448,12.363483,106.45336,15.121858,21.205736,15.309792,23.349426,138.71257,17.11899,14.0697155,50.92581,12.59151,3610.8296,20.553066,22.030556,16.7443,10.902538,188.65793,39.04021,16.793056,6.409606,9.2663765,13.933432,60.437378,119.1788,30.194027,153.84009,21.181017,7.7425985,63.519222,44.011208,101.56917,85.65773,8.037189,3.4247916,5.080935,22.655212,3239.4656,6.5442624,5.493055,57.12051,14.196033,145.85722,69.68972,118.56059,3.4990318,71.835976,456.91138,341.2434,37.083855,383.49332,48.34861,55.689564,79.8345,29.963425,5.0316133,23.579176,519.5909,0.5538934,1.2897453,109.54769,20.31032,9.293382,12.447022,17.67116,153.6992,46.69208,159.06773,867.79047,297.58334,2337.0356,1911.7501,23.837097,38.282703,2600.185,21.977486,57.8412,546.1122,100.088974,146.82494,67.57076,324.3363,377.01965,466.18896,11.362666,86.97289,325.54282,512.207,17.156244,140.22424,20.020695,1.6892838,51.99115,1.1534047,1.2882315,4.77592,13.663944,107.154045,27.188381,19.115091,321.83694,90.40301,53.94901,70.770836,22.895397,56.5684,14.815741,8.033621,17.18875,113.84798,46.68655,18.470146,28.874662,12.152778,21.635674,22.43463,2.3075502,106.387375,21.418121,274.31854,10.985233,465.49365,24.686918,670.3329,214.12624,8.065021,12.972393,270.1895,358.90414,1264.6898,568.84247 +2023-11-22 15:00:00,0.0,3989.47,92.62263,46.621807,88.54826,54.07594,331.6447,44.55948,89.99862,23.965403,54.35887,560.0777,92.97714,25.223783,201.39868,0.6390382,0.3911824,60.894577,0.88538516,8.392764,1021.448,10.73802,1162.3379,131.47621,0.42129737,23.478958,572.4227,46.747116,359.8898,194.54674,5317.121,4.306256,2705.3918,59.317356,1.334343,2.6245558,7.9859004,260.3205,314.55215,92.48255,56.070835,40.11124,12.543911,1007.694,36.127125,48.491634,14.707319,473.2554,18.579008,504.08423,6.9861627,47.938377,0.0,820.8345,2624.4666,0.3749164,208.87753,21.20114,16281.536,28.525503,0.82892746,11.093234,27.506487,6.3525376,2.0156035,14.541151,363.30365,102.584785,12.624202,0.6975131,2.2724636,114.62844,2.5640917,167.20084,269.2746,2048.9275,544.2683,99.36385,159.1963,217.25551,8.894307,12.3714485,106.58901,15.144336,21.234518,15.296522,23.331604,138.77449,17.113987,14.056786,50.91527,12.592878,3611.1555,20.545544,22.029167,16.742228,10.901592,188.67024,39.04338,16.785418,6.4110913,9.259935,13.926029,60.419544,119.1318,30.191458,153.8448,21.176136,7.729293,63.45109,43.977688,101.44779,85.67347,8.048817,3.4228125,5.080097,22.636822,3235.3232,6.552695,5.4790606,57.104237,14.190401,145.82619,69.72542,118.56297,3.4995263,71.81104,456.86798,341.29126,37.05412,383.36496,48.327084,55.682602,79.80032,29.983791,5.0355225,23.589481,519.4881,0.5539933,1.2907152,109.5961,20.328375,9.2942915,12.451661,17.673002,153.76639,46.735626,159.0769,867.9497,297.35226,2336.3887,1911.4429,23.820354,38.22595,2598.0603,21.986147,57.763195,545.97546,99.96004,146.6701,67.501755,323.87555,376.7411,466.19913,11.353714,86.905334,325.50998,511.89905,17.140057,140.10263,19.996458,1.6892142,51.993546,1.1533797,1.2883221,4.775207,13.658083,106.95613,27.17057,19.114027,321.60248,90.32882,53.90506,70.71875,22.875477,56.572395,14.801389,8.010237,17.181875,113.773026,46.658752,18.44643,28.900686,12.145833,21.607916,22.42472,2.3041146,106.314705,21.389463,274.1376,10.979151,465.0862,24.667444,670.74835,214.01895,8.05055,12.967001,269.88034,358.5487,1264.0088,569.2827 +2023-11-22 16:00:00,0.0,3986.7358,92.515465,46.55349,88.51536,54.05417,331.65445,44.555157,89.97989,23.957253,54.353397,559.1676,92.99329,25.218887,201.2948,0.6374536,0.3894579,60.917133,0.8816938,8.408892,1021.6543,10.758616,1162.9114,131.50493,0.42208436,23.524168,572.85376,46.75641,360.24692,194.61313,5311.8916,4.314063,2705.3655,59.418365,1.336548,2.629072,8.000504,260.25974,314.48535,92.602486,56.055557,40.110733,12.539204,1006.78436,36.190212,48.455273,14.690754,473.25165,18.559555,504.2813,6.9812937,47.900547,0.0,820.5918,2622.5176,0.37427154,208.72818,21.183401,16267.413,28.512836,0.8286701,11.082275,27.48378,6.3506756,2.014956,14.532275,363.0389,102.459435,12.607508,0.69724536,2.2713299,114.620834,2.5607285,167.10889,269.30554,2049.2153,543.95557,99.35431,159.23264,217.45654,8.901165,12.379414,106.724655,15.166814,21.263298,15.283254,23.31378,138.83643,17.108986,14.043855,50.904736,12.594246,3611.4814,20.538021,22.027779,16.740154,10.900646,188.68254,39.04655,16.777779,6.4125767,9.253495,13.918628,60.401714,119.0848,30.188889,153.8495,21.171255,7.7159877,63.382957,43.944164,101.326416,85.68921,8.060444,3.4208333,5.079259,22.618431,3231.181,6.561127,5.465066,57.087963,14.184771,145.79517,69.761116,118.565346,3.5000205,71.78611,456.82455,341.33914,37.02438,383.23663,48.305557,55.675636,79.76614,30.004156,5.039432,23.599785,519.3853,0.5540932,1.2916851,109.64451,20.346428,9.295202,12.456299,17.674845,153.83357,46.779167,159.08606,868.1089,297.12122,2335.7415,1911.1356,23.803612,38.169193,2595.9358,21.99481,57.685184,545.83875,99.83111,146.51527,67.43275,323.41483,376.46255,466.2093,11.344762,86.837776,325.47714,511.59113,17.123867,139.98102,19.972223,1.6891447,51.99594,1.1533548,1.2884128,4.774494,13.652222,106.758224,27.15276,19.112963,321.36804,90.25462,53.861115,70.666664,22.855556,56.57639,14.787037,7.986852,17.175,113.698074,46.630955,18.422714,28.92671,12.138889,21.580158,22.414814,2.300679,106.242035,21.360804,273.95667,10.973068,464.67877,24.647968,671.1638,213.91165,8.03608,12.961609,269.57117,358.19324,1263.3276,569.72296 +2023-11-22 17:00:00,0.0,3984.0017,92.40831,46.485172,88.48246,54.0324,331.6642,44.550835,89.96115,23.9491,54.347923,558.25745,93.009445,25.213993,201.19092,0.635869,0.3877334,60.93969,0.87800235,8.425019,1021.86053,10.779214,1163.4849,131.53365,0.42287135,23.569378,573.2848,46.765705,360.604,194.67952,5306.6616,4.3218703,2705.339,59.51938,1.338753,2.6335883,8.015107,260.199,314.41855,92.72242,56.04028,40.11022,12.534497,1005.8748,36.2533,48.418915,14.67419,473.24792,18.540104,504.4784,6.976425,47.86272,0.0,820.3492,2620.5688,0.37362668,208.57884,21.165663,16253.291,28.500168,0.8284127,11.071316,27.461075,6.3488135,2.0143085,14.523399,362.7742,102.334076,12.590815,0.6969776,2.2701962,114.61323,2.5573654,167.01694,269.33652,2049.503,543.64276,99.344765,159.26897,217.65756,8.908024,12.38738,106.8603,15.189292,21.292078,15.269984,23.295958,138.89835,17.103985,14.030924,50.894196,12.595614,3611.8074,20.530497,22.026388,16.738083,10.899699,188.69484,39.04972,16.77014,6.414062,9.247054,13.911225,60.38388,119.037796,30.18632,153.85422,21.166374,7.702682,63.314827,43.910645,101.20504,85.70495,8.072072,3.4188542,5.078421,22.600042,3227.0386,6.5695596,5.4510717,57.07169,14.17914,145.76413,69.79681,118.567726,3.500515,71.761185,456.78113,341.387,36.99464,383.10828,48.284027,55.668674,79.731964,30.024523,5.043341,23.61009,519.28253,0.5541931,1.2926551,109.69292,20.364481,9.296113,12.4609375,17.67669,153.90074,46.82271,159.09523,868.26807,296.89014,2335.0942,1910.8282,23.78687,38.11244,2593.8113,22.003471,57.607174,545.70197,99.70218,146.36046,67.36375,322.95407,376.184,466.21945,11.335809,86.770226,325.4443,511.28323,17.10768,139.85939,19.947987,1.6890751,51.998333,1.1533298,1.2885034,4.7737813,13.646361,106.56031,27.13495,19.111898,321.13358,90.180435,53.817165,70.614586,22.835636,56.580383,14.772685,7.963468,17.168125,113.62312,46.603157,18.398996,28.952734,12.131945,21.5524,22.404907,2.2972434,106.169365,21.332146,273.77573,10.966986,464.27133,24.628492,671.5793,213.80435,8.02161,12.956218,269.26196,357.83777,1262.6465,570.1632 +2023-11-22 18:00:00,0.0,3981.2676,92.30115,46.416855,88.44956,54.010624,331.67395,44.54651,89.94241,23.940948,54.342445,557.3473,93.0256,25.209099,201.08704,0.6342844,0.38600892,60.962246,0.874311,8.441147,1022.06683,10.799811,1164.0585,131.56236,0.42365834,23.614588,573.7158,46.774998,360.9611,194.74591,5301.4316,4.329678,2705.3127,59.620388,1.340958,2.6381047,8.029711,260.13824,314.35175,92.84236,56.025,40.109715,12.529791,1004.9652,36.316383,48.382553,14.657625,473.2442,18.52065,504.67548,6.971556,47.82489,0.0,820.1065,2618.62,0.37298182,208.42949,21.147924,16239.168,28.487501,0.82815534,11.060357,27.438368,6.3469515,2.013661,14.514524,362.50946,102.208725,12.5741205,0.69670993,2.2690625,114.60562,2.5540023,166.925,269.3675,2049.7905,543.33,99.33521,159.30531,217.8586,8.914883,12.395345,106.99595,15.21177,21.32086,15.256715,23.278131,138.96028,17.098982,14.017994,50.88366,12.596982,3612.1333,20.522974,22.025,16.73601,10.898753,188.70714,39.052895,16.7625,6.415548,9.240614,13.903824,60.36605,118.99079,30.18375,153.85892,21.161495,7.689377,63.246693,43.877125,101.083664,85.72069,8.0837,3.4168751,5.0775833,22.581652,3222.8962,6.5779915,5.4370775,57.055416,14.17351,145.7331,69.832504,118.5701,3.5010092,71.73625,456.7377,341.43488,36.9649,382.97992,48.2625,55.66171,79.697784,30.04489,5.0472503,23.620396,519.17975,0.554293,1.293625,109.741325,20.382536,9.297023,12.465575,17.678532,153.96793,46.86625,159.1044,868.42725,296.6591,2334.447,1910.521,23.770126,38.055683,2591.6865,22.012135,57.529167,545.56525,99.57325,146.20563,67.29474,322.49332,375.90546,466.2296,11.326857,86.70267,325.41147,510.9753,17.091492,139.73778,19.92375,1.6890055,52.00073,1.1533048,1.288594,4.7730684,13.6405,106.362404,27.11714,19.110832,320.8991,90.10625,53.773216,70.5625,22.815716,56.584373,14.758333,7.9400835,17.161251,113.54817,46.57536,18.37528,28.978758,12.125,21.524643,22.394999,2.2938075,106.0967,21.303486,273.5948,10.960903,463.8639,24.609016,671.99475,213.69705,8.00714,12.950826,268.9528,357.4823,1261.9653,570.6034 +2023-11-22 19:00:00,0.0,3978.5334,92.19399,46.348537,88.41666,53.988853,331.6837,44.542187,89.92368,23.932798,54.33697,556.43713,93.04175,25.204205,200.98315,0.6326998,0.38428444,60.984802,0.87061954,8.457274,1022.27313,10.820408,1164.632,131.59108,0.42444533,23.659798,574.14685,46.784294,361.3182,194.81229,5296.2017,4.3374853,2705.2864,59.721397,1.3431629,2.642621,8.044313,260.0775,314.28494,92.962296,56.009724,40.109207,12.525084,1004.0556,36.37947,48.346195,14.641061,473.24048,18.501198,504.87256,6.966687,47.78706,0.0,819.86383,2616.6711,0.37233695,208.28015,21.130186,16225.046,28.474833,0.82789797,11.049398,27.41566,6.3450894,2.0130134,14.505649,362.24475,102.083374,12.557427,0.6964422,2.2679288,114.59802,2.5506392,166.83305,269.39847,2050.0784,543.0172,99.32566,159.34164,218.05962,8.9217415,12.40331,107.13159,15.234248,21.34964,15.243446,23.26031,139.02222,17.09398,14.005063,50.87312,12.598351,3612.4592,20.515451,22.023611,16.733936,10.897807,188.71944,39.056065,16.754862,6.417033,9.234173,13.896421,60.34822,118.94379,30.18118,153.86362,21.156614,7.6760716,63.178562,43.8436,100.96229,85.73643,8.095327,3.4148958,5.076745,22.563261,3218.7537,6.586424,5.423083,57.039143,14.167878,145.70206,69.868195,118.57248,3.5015035,71.71132,456.69427,341.48273,36.935165,382.85156,48.24097,55.654743,79.663605,30.065256,5.0511594,23.6307,519.07697,0.5543929,1.2945949,109.78974,20.400589,9.297934,12.470214,17.680374,154.03511,46.90979,159.11357,868.5865,296.42804,2333.7998,1910.2137,23.753382,37.998928,2589.562,22.020798,57.451157,545.4285,99.44432,146.0508,67.22573,322.0326,375.6269,466.23978,11.317904,86.63511,325.37863,510.6674,17.075302,139.61615,19.899513,1.688936,52.003124,1.1532799,1.2886847,4.7723556,13.634639,106.16449,27.099329,19.109768,320.66464,90.03206,53.729267,70.510414,22.795795,56.588367,14.743981,7.9166994,17.154375,113.47322,46.54756,18.351564,29.004782,12.118055,21.496883,22.385092,2.290372,106.02403,21.274828,273.41385,10.954821,463.45645,24.589542,672.4102,213.58977,7.99267,12.945434,268.64362,357.12683,1261.2842,571.04364 +2023-11-22 20:00:00,0.0,3975.7993,92.08683,46.28022,88.38376,53.967083,331.69342,44.537865,89.904945,23.924646,54.331497,555.527,93.0579,25.19931,200.87927,0.6311152,0.38255993,61.007355,0.86692816,8.473402,1022.4794,10.841005,1165.2054,131.6198,0.4252323,23.705008,574.5779,46.793587,361.6753,194.87868,5290.9717,4.3452926,2705.26,59.82241,1.3453679,2.6471372,8.058917,260.01675,314.21814,93.08224,55.994446,40.1087,12.520377,1003.14606,36.442554,48.309834,14.624496,473.23676,18.481745,505.06964,6.961818,47.749233,0.0,819.62115,2614.7224,0.3716921,208.13081,21.112448,16210.923,28.462166,0.8276406,11.038439,27.392952,6.343227,2.0123658,14.496773,361.98,101.95802,12.540733,0.6961745,2.2667954,114.590416,2.547276,166.7411,269.42944,2050.366,542.7044,99.31612,159.37799,218.26065,8.928599,12.411276,107.26724,15.256725,21.378422,15.230177,23.242485,139.08414,17.088978,13.992132,50.862583,12.599718,3612.7852,20.507927,22.022223,16.731863,10.89686,188.73175,39.059235,16.747223,6.4185185,9.227733,13.88902,60.330387,118.89679,30.17861,153.86833,21.151733,7.662766,63.110428,43.81008,100.84091,85.752174,8.106956,3.4129167,5.075907,22.544872,3214.6113,6.5948563,5.4090886,57.02287,14.162248,145.67102,69.90389,118.57485,3.501998,71.68639,456.65085,341.53058,36.905426,382.7232,48.219444,55.64778,79.629425,30.08562,5.0550685,23.641005,518.97424,0.55449283,1.2955648,109.83815,20.418642,9.298843,12.474852,17.682217,154.1023,46.953335,159.12274,868.7457,296.19696,2333.1528,1909.9065,23.736639,37.942173,2587.4375,22.029459,57.373146,545.29175,99.315384,145.89597,67.15672,321.57184,375.34836,466.24994,11.308952,86.56756,325.3458,510.35947,17.059114,139.49454,19.875278,1.6888664,52.00552,1.153255,1.2887753,4.7716427,13.6287775,105.966576,27.08152,19.108704,320.43018,89.95787,53.685318,70.458336,22.775873,56.59236,14.7296295,7.8933153,17.147501,113.39827,46.519764,18.327848,29.030804,12.111111,21.469126,22.375185,2.2869363,105.95136,21.246168,273.2329,10.948738,463.049,24.570066,672.8257,213.48247,7.9782,12.940042,268.33444,356.7714,1260.603,571.4839 +2023-11-22 21:00:00,0.0,3973.0652,91.979675,46.211903,88.35086,53.945312,331.70316,44.53354,89.886215,23.916496,54.32602,554.6169,93.07406,25.194416,200.77539,0.62953055,0.38083544,61.02991,0.8632368,8.48953,1022.68567,10.861602,1165.779,131.64851,0.42601928,23.750217,575.0089,46.802883,362.0324,194.94507,5285.7417,4.3531,2705.234,59.92342,1.3475729,2.6516535,8.073521,259.95602,314.15134,93.20217,55.979168,40.108192,12.51567,1002.23645,36.505642,48.273476,14.607932,473.23303,18.462292,505.26672,6.956949,47.711403,0.0,819.3785,2612.7737,0.37104723,207.98146,21.09471,16196.801,28.4495,0.8273832,11.02748,27.370247,6.341365,2.011718,14.487897,361.7153,101.83267,12.52404,0.69590676,2.2656617,114.58281,2.543913,166.64917,269.46042,2050.6536,542.39166,99.306564,159.41432,218.46169,8.935458,12.419241,107.402885,15.279203,21.407202,15.2169075,23.224663,139.14607,17.083977,13.979201,50.852043,12.601087,3613.111,20.500404,22.020834,16.729792,10.895914,188.74405,39.062405,16.739584,6.420004,9.221292,13.881618,60.312557,118.849785,30.17604,153.87303,21.146854,7.649461,63.042294,43.77656,100.719536,85.767914,8.118583,3.4109375,5.0750694,22.526482,3210.469,6.6032887,5.3950944,57.006596,14.156617,145.63998,69.93958,118.57723,3.5024922,71.66146,456.60745,341.57846,36.875687,382.59488,48.197918,55.640816,79.595245,30.105988,5.058978,23.651308,518.87146,0.5545927,1.2965347,109.88656,20.436695,9.299754,12.47949,17.68406,154.16948,46.996876,159.13191,868.9049,295.9659,2332.5056,1909.5992,23.719896,37.885418,2585.3127,22.038122,57.29514,545.155,99.186455,145.74115,67.08772,321.1111,375.0698,466.2601,11.299999,86.5,325.31296,510.05157,17.042925,139.37291,19.851042,1.6887968,52.007915,1.15323,1.2888659,4.77093,13.622916,105.76867,27.06371,19.10764,320.1957,89.883675,53.64137,70.40625,22.755953,56.596355,14.715278,7.8699307,17.140625,113.32332,46.491966,18.304132,29.056828,12.104167,21.441368,22.365276,2.2835004,105.8787,21.21751,273.05197,10.942656,462.64157,24.55059,673.24115,213.37517,7.96373,12.934649,268.02527,356.41592,1259.9219,571.92413 +2023-11-22 22:00:00,0.0,3970.331,91.87252,46.143585,88.317955,53.923542,331.7129,44.529217,89.86748,23.908344,54.320545,553.7067,93.09021,25.189522,200.67151,0.62794596,0.37911096,61.052467,0.85954535,8.505657,1022.8919,10.882199,1166.3525,131.67723,0.42680627,23.795427,575.43994,46.81218,362.3895,195.01146,5280.5117,4.360907,2705.2075,60.024433,1.3497779,2.65617,8.088123,259.8953,314.08453,93.322105,55.96389,40.10768,12.510963,1001.3269,36.568726,48.237114,14.591368,473.2293,18.442839,505.46378,6.9520802,47.673576,0.0,819.13586,2610.825,0.37040237,207.83212,21.076971,16182.679,28.43683,0.82712585,11.016521,27.34754,6.339503,2.0110705,14.479021,361.4506,101.70731,12.507346,0.6956391,2.264528,114.57521,2.5405498,166.55722,269.4914,2050.9414,542.07886,99.29701,159.45065,218.6627,8.942317,12.427206,107.538536,15.3016815,21.435984,15.203638,23.20684,139.208,17.078976,13.966271,50.841507,12.602454,3613.437,20.49288,22.019444,16.727718,10.894968,188.75635,39.065575,16.731945,6.4214897,9.214851,13.874216,60.294724,118.80278,30.173471,153.87775,21.141973,7.636155,62.974163,43.743042,100.59816,85.78365,8.130211,3.4089584,5.074231,22.508091,3206.3267,6.611721,5.3810997,56.990322,14.150986,145.60895,69.97528,118.579605,3.5029867,71.63653,456.56403,341.6263,36.84595,382.46652,48.176388,55.633854,79.561066,30.126354,5.062887,23.661613,518.7687,0.5546926,1.2975045,109.93497,20.45475,9.300664,12.484129,17.685902,154.23666,47.040417,159.14108,869.0641,295.73486,2331.8584,1909.2919,23.703154,37.828663,2583.1882,22.046783,57.21713,545.0183,99.057526,145.58632,67.018715,320.65036,374.79123,466.27026,11.291047,86.43244,325.28015,509.74365,17.026737,139.2513,19.826805,1.6887271,52.010307,1.153205,1.2889565,4.770217,13.617056,105.570755,27.045898,19.106573,319.96124,89.80949,53.597424,70.354164,22.736032,56.600346,14.700926,7.8465466,17.13375,113.24836,46.46417,18.280416,29.082851,12.097222,21.41361,22.35537,2.2800648,105.80603,21.18885,272.87106,10.936573,462.23413,24.531115,673.6566,213.26788,7.9492598,12.929258,267.7161,356.06046,1259.2407,572.3643 +2023-11-22 23:00:00,0.0,3967.5972,91.76536,46.075268,88.28506,53.90177,331.72266,44.524895,89.84874,23.900192,54.315067,552.7966,93.10636,25.184628,200.56763,0.6263613,0.37738648,61.075024,0.855854,8.521785,1023.0982,10.902797,1166.926,131.70595,0.42759326,23.840637,575.871,46.821472,362.7466,195.07785,5275.2817,4.368715,2705.1812,60.125443,1.3519828,2.6606863,8.102726,259.83453,314.01773,93.44205,55.948612,40.107174,12.506256,1000.4173,36.631813,48.200756,14.574803,473.2256,18.423386,505.66086,6.9472113,47.635746,0.0,818.8932,2608.876,0.3697575,207.68277,21.05923,16168.556,28.424164,0.8268685,11.005562,27.324833,6.337641,2.010423,14.470145,361.18585,101.58196,12.490653,0.6953713,2.2633944,114.567604,2.5371869,166.46527,269.52237,2051.229,541.7661,99.287476,159.487,218.86374,8.949175,12.435172,107.67418,15.32416,21.464764,15.19037,23.189016,139.26993,17.073973,13.953341,50.830967,12.603823,3613.763,20.485357,22.018055,16.725645,10.894021,188.76865,39.068745,16.724306,6.422975,9.20841,13.866814,60.276894,118.755775,30.170902,153.88245,21.137093,7.62285,62.90603,43.70952,100.47678,85.79939,8.141839,3.406979,5.0733933,22.489702,3202.1843,6.6201534,5.3671055,56.974052,14.145355,145.57791,70.01097,118.581985,3.503481,71.6116,456.5206,341.6742,36.81621,382.33817,48.15486,55.62689,79.526886,30.14672,5.0667963,23.671917,518.6659,0.5547925,1.2984746,109.983376,20.472803,9.301575,12.488767,17.687746,154.30385,47.083958,159.15025,869.22327,295.50378,2331.2112,1908.9846,23.68641,37.771908,2581.0637,22.055447,57.13912,544.88153,98.9286,145.43149,66.94971,320.18964,374.5127,466.28043,11.282095,86.36489,325.2473,509.43573,17.010548,139.12967,19.80257,1.6886576,52.012703,1.15318,1.2890472,4.769504,13.611195,105.37285,27.02809,19.105509,319.72678,89.7353,53.553474,70.302086,22.716112,56.60434,14.686574,7.8231626,17.126875,113.17341,46.43637,18.256699,29.108875,12.090278,21.385853,22.345463,2.2766292,105.73336,21.16019,272.69012,10.9304905,461.8267,24.51164,674.07214,213.16058,7.93479,12.923866,267.40692,355.705,1258.5597,572.80457 +2023-11-23 00:00:00,0.0,3964.863,91.6582,46.00695,88.25216,53.88,331.7324,44.520573,89.83001,23.892042,54.309593,551.8864,93.12251,25.179733,200.46375,0.6247767,0.37566197,61.09758,0.8521626,8.537912,1023.3045,10.923393,1167.4995,131.73468,0.42838025,23.885847,576.302,46.83077,363.1037,195.14424,5270.052,4.376522,2705.1548,60.226456,1.3541878,2.6652026,8.11733,259.7738,313.95093,93.56198,55.933334,40.106667,12.50155,999.50775,36.694897,48.164394,14.558238,473.22186,18.403934,505.85794,6.9423423,47.59792,0.0,818.6505,2606.9272,0.36911264,207.53343,21.041492,16154.434,28.411495,0.8266111,10.994603,27.302126,6.3357787,2.0097754,14.46127,360.92114,101.45661,12.473959,0.6951036,2.2622607,114.56,2.5338237,166.37334,269.55334,2051.5166,541.4533,99.27792,159.52333,219.06476,8.956034,12.443137,107.80982,15.346638,21.493546,15.1771,23.171192,139.33186,17.068972,13.94041,50.82043,12.60519,3614.0889,20.477835,22.016666,16.723574,10.893075,188.78094,39.07192,16.716667,6.4244604,9.20197,13.859411,60.25906,118.70877,30.168333,153.88716,21.132214,7.6095443,62.8379,43.676,100.35541,85.81513,8.153466,3.405,5.0725555,22.471312,3198.042,6.6285853,5.3531113,56.95778,14.139725,145.54688,70.04667,118.58436,3.5039752,71.58667,456.47717,341.72205,36.786472,382.2098,48.133335,55.619926,79.49271,30.167088,5.0707054,23.682222,518.5631,0.5548924,1.2994444,110.031784,20.490856,9.302485,12.493405,17.689589,154.37103,47.1275,159.15942,869.3825,295.27274,2330.564,1908.6774,23.669666,37.715153,2578.939,22.064108,57.06111,544.7448,98.79967,145.27667,66.8807,319.72888,374.23413,466.2906,11.273143,86.29733,325.21448,509.1278,16.99436,139.00806,19.778334,1.688588,52.0151,1.1531551,1.2891378,4.7687917,13.605333,105.174934,27.010279,19.104445,319.4923,89.66111,53.509525,70.25,22.696192,56.608334,14.672222,7.799778,17.12,113.09846,46.408573,18.232983,29.1349,12.083333,21.358095,22.335554,2.2731936,105.6607,21.131533,272.5092,10.924407,461.41925,24.492165,674.4876,213.05328,7.92032,12.918474,267.09775,355.34952,1257.8785,573.2448 +2023-11-23 01:00:00,0.0,3962.129,91.55104,45.938633,88.21925,53.85823,331.74213,44.516247,89.81127,23.88389,54.30412,550.9763,93.138664,25.174839,200.35988,0.62319213,0.3739375,61.120132,0.84847116,8.55404,1023.51074,10.943991,1168.0731,131.7634,0.42916724,23.931057,576.73303,46.84006,363.4608,195.21063,5264.822,4.3843293,2705.1284,60.327465,1.3563929,2.6697187,8.131933,259.71304,313.88412,93.681915,55.918056,40.10616,12.496842,998.59814,36.757984,48.128036,14.541674,473.21814,18.384481,506.05502,6.9374733,47.56009,0.0,818.40784,2604.9785,0.36846778,207.3841,21.023754,16140.311,28.398829,0.8263537,10.9836445,27.279419,6.3339167,2.0091279,14.4523945,360.6564,101.33126,12.457266,0.6948359,2.261127,114.5524,2.5304606,166.28139,269.5843,2051.8044,541.14056,99.26837,159.55966,219.2658,8.962893,12.451103,107.94547,15.369116,21.522326,15.163831,23.15337,139.39378,17.063969,13.927479,50.809895,12.606559,3614.4148,20.47031,22.015278,16.7215,10.892129,188.79326,39.07509,16.709028,6.4259458,9.195529,13.85201,60.24123,118.66177,30.165764,153.89186,21.127333,7.596239,62.769764,43.64248,100.234024,85.83087,8.165094,3.4030209,5.0717173,22.45292,3193.8994,6.6370177,5.3391166,56.941505,14.134094,145.51584,70.08236,118.58674,3.5044696,71.56174,456.43375,341.76993,36.756733,382.08145,48.111805,55.61296,79.45853,30.187452,5.074615,23.692528,518.4603,0.5549923,1.3004143,110.08019,20.50891,9.303395,12.498043,17.691431,154.4382,47.17104,159.1686,869.54175,295.04166,2329.917,1908.3701,23.652924,37.658398,2576.8145,22.072771,56.9831,544.60803,98.67074,145.12184,66.8117,319.26816,373.9556,466.30075,11.26419,86.22978,325.18164,508.8199,16.97817,138.88644,19.754097,1.6885184,52.017494,1.1531302,1.2892284,4.768079,13.599472,104.97702,26.99247,19.103378,319.25784,89.58692,53.465576,70.197914,22.676271,56.612328,14.65787,7.776394,17.113125,113.023506,46.380775,18.209267,29.160923,12.076389,21.330336,22.325647,2.2697577,105.58803,21.102873,272.32825,10.918324,461.0118,24.472689,674.9031,212.94598,7.90585,12.913082,266.78854,354.99408,1257.1974,573.68506 +2023-11-23 02:00:00,0.0,3959.3948,91.443886,45.870316,88.186356,53.83646,331.75186,44.511925,89.79254,23.87574,54.29864,550.06616,93.154816,25.169943,200.256,0.6216075,0.372213,61.14269,0.8447798,8.570168,1023.71704,10.964588,1168.6466,131.79211,0.42995423,23.976267,577.16406,46.849358,363.8179,195.27701,5259.592,4.3921366,2705.102,60.42848,1.3585979,2.674235,8.146536,259.6523,313.81732,93.80186,55.90278,40.105648,12.492136,997.68854,36.821068,48.091675,14.525109,473.21442,18.365028,506.2521,6.9326043,47.52226,0.0,818.16516,2603.0295,0.36782292,207.23474,21.006016,16126.188,28.38616,0.82609636,10.972685,27.256712,6.332054,2.0084803,14.443519,360.3917,101.2059,12.440572,0.69456816,2.2599933,114.54479,2.5270975,166.18944,269.61526,2052.092,540.82776,99.25882,159.59601,219.46683,8.96975,12.459068,108.081116,15.391593,21.551105,15.150562,23.135548,139.45572,17.058968,13.914549,50.799355,12.607926,3614.7407,20.462788,22.01389,16.719427,10.891182,188.80556,39.07826,16.70139,6.427431,9.189089,13.844607,60.2234,118.61477,30.163195,153.89658,21.122452,7.582934,62.701633,43.608955,100.11265,85.84661,8.176722,3.4010417,5.0708795,22.434532,3189.757,6.64545,5.3251224,56.925232,14.128463,145.4848,70.11806,118.58911,3.5049639,71.536804,456.39032,341.81778,36.726997,381.95312,48.09028,55.606,79.42435,30.207819,5.078524,23.702831,518.35754,0.5550922,1.3013842,110.1286,20.526964,9.304306,12.502682,17.693274,154.50539,47.214584,159.17776,869.7009,294.8106,2329.2698,1908.0627,23.63618,37.601643,2574.69,22.081432,56.90509,544.4713,98.5418,144.96701,66.74269,318.8074,373.67703,466.3109,11.255238,86.162224,325.1488,508.512,16.961983,138.76482,19.729862,1.6884489,52.01989,1.1531051,1.2893192,4.767366,13.593611,104.77911,26.974659,19.102314,319.02338,89.512726,53.421627,70.145836,22.65635,56.616318,14.643518,7.75301,17.10625,112.948555,46.352978,18.18555,29.186947,12.069445,21.302578,22.31574,2.2663221,105.51536,21.074215,272.1473,10.912242,460.60437,24.453213,675.31854,212.8387,7.89138,12.907691,266.47937,354.6386,1256.5162,574.1253 +2023-11-23 03:00:00,0.0,3956.6606,91.33672,45.802,88.15346,53.81469,331.7616,44.507603,89.7738,23.867588,54.293167,549.156,93.17097,25.165049,200.15211,0.6200229,0.37048852,61.165245,0.8410884,8.586295,1023.9233,10.985185,1169.2201,131.82083,0.4307412,24.021477,577.5951,46.858654,364.175,195.3434,5254.362,4.399944,2705.0757,60.529488,1.3608029,2.6787515,8.1611395,259.59155,313.75052,93.92179,55.8875,40.10514,12.487429,996.779,36.884155,48.055317,14.508545,473.2107,18.345575,506.4492,6.9277353,47.484432,0.0,817.9225,2601.0808,0.36717805,207.0854,20.988277,16112.065,28.373493,0.825839,10.961726,27.234007,6.330192,2.0078328,14.434643,360.12698,101.08055,12.423879,0.6943005,2.2588596,114.537186,2.5237343,166.0975,269.64624,2052.3796,540.515,99.249275,159.63234,219.66785,8.976609,12.467033,108.21677,15.414071,21.579887,15.137293,23.117723,139.51764,17.053967,13.901618,50.78882,12.609295,3615.0667,20.455263,22.0125,16.717354,10.890236,188.81786,39.08143,16.69375,6.428917,9.182648,13.837206,60.205566,118.567764,30.160624,153.90128,21.117573,7.5696282,62.6335,43.575436,99.99127,85.86236,8.18835,3.3990626,5.0700417,22.416142,3185.6147,6.6538825,5.311128,56.90896,14.122832,145.45377,70.15375,118.59149,3.5054584,71.51188,456.34692,341.86566,36.697258,381.82477,48.06875,55.599033,79.39017,30.228186,5.082433,23.713137,518.25476,0.5551921,1.3023541,110.17701,20.545017,9.305216,12.507319,17.695116,154.57257,47.258125,159.18694,869.8601,294.57956,2328.6226,1907.7555,23.619438,37.544888,2572.5654,22.090096,56.827084,544.3346,98.41287,144.8122,66.67368,318.34665,373.3985,466.32108,11.246285,86.094666,325.11597,508.20407,16.945793,138.6432,19.705626,1.6883793,52.02228,1.1530802,1.2894098,4.766653,13.5877495,104.5812,26.956848,19.10125,318.7889,89.43854,53.37768,70.09375,22.636429,56.62031,14.629167,7.729625,17.099375,112.873604,46.32518,18.161835,29.212969,12.0625,21.27482,22.305832,2.2628865,105.442696,21.045555,271.96637,10.906159,460.19696,24.433739,675.734,212.7314,7.8769097,12.902299,266.1702,354.28314,1255.8351,574.5655 +2023-11-23 04:00:00,0.0,3953.9265,91.22957,45.73368,88.12055,53.792915,331.77136,44.503277,89.755066,23.859436,54.287693,548.24585,93.18712,25.160154,200.04823,0.61843824,0.368764,61.1878,0.837397,8.602423,1024.1295,11.005782,1169.7937,131.84955,0.43152818,24.066685,578.0261,46.867947,364.5321,195.40979,5249.132,4.4077516,2705.0493,60.6305,1.3630078,2.6832678,8.175743,259.53082,313.68372,94.04173,55.872223,40.104633,12.482722,995.8694,36.947243,48.018955,14.491981,473.20697,18.326122,506.64624,6.9228663,47.4466,0.0,817.6798,2599.132,0.3665332,206.93605,20.97054,16097.943,28.360825,0.82558155,10.9507675,27.2113,6.32833,2.0071852,14.425767,359.86224,100.9552,12.407185,0.6940327,2.2577262,114.52959,2.5203712,166.00555,269.67722,2052.6675,540.2022,99.23972,159.66869,219.86888,8.983468,12.474999,108.35241,15.436549,21.608667,15.124023,23.099901,139.57957,17.048964,13.888687,50.77828,12.610662,3615.3926,20.44774,22.01111,16.715282,10.88929,188.83015,39.0846,16.686111,6.4304023,9.176208,13.829803,60.187737,118.52076,30.158054,153.90598,21.112692,7.556323,62.565365,43.541916,99.869896,85.8781,8.199978,3.3970833,5.0692034,22.39775,3181.4724,6.662315,5.2971334,56.892685,14.117202,145.42273,70.189445,118.593864,3.5059526,71.486946,456.3035,341.9135,36.66752,381.6964,48.047222,55.59207,79.35599,30.248552,5.0863423,23.72344,518.152,0.55529207,1.303324,110.22542,20.56307,9.306127,12.511958,17.696959,154.63976,47.301666,159.19609,870.0193,294.34848,2327.9753,1907.4482,23.602695,37.488132,2570.4407,22.098759,56.749073,544.1978,98.28394,144.65736,66.604675,317.88593,373.11993,466.33124,11.237333,86.027115,325.08313,507.89615,16.929605,138.52158,19.681389,1.6883097,52.024677,1.1530553,1.2895004,4.76594,13.581889,104.38329,26.93904,19.100185,318.55444,89.36435,53.333733,70.041664,22.616508,56.624306,14.614815,7.706241,17.0925,112.79865,46.297382,18.138119,29.238993,12.055555,21.247063,22.295925,2.259451,105.370026,21.016897,271.78543,10.900077,459.78952,24.414263,676.1495,212.6241,7.8624396,12.896907,265.86102,353.92767,1255.1539,575.00574 +2023-11-23 05:00:00,0.0,3951.1924,91.122406,45.665363,88.087654,53.771145,331.7811,44.498955,89.736336,23.851286,54.282215,547.3357,93.20328,25.15526,199.94435,0.61685365,0.36703953,61.210358,0.8337056,8.618551,1024.3358,11.026379,1170.3672,131.87827,0.43231517,24.111895,578.45715,46.877243,364.8892,195.47618,5243.902,4.415559,2705.023,60.73151,1.3652128,2.687784,8.190346,259.4701,313.6169,94.16167,55.856945,40.104126,12.478015,994.95984,37.010326,47.982597,14.475416,473.20322,18.30667,506.84332,6.9179974,47.408775,0.0,817.43713,2597.183,0.36588833,206.78671,20.9528,16083.82,28.348158,0.8253242,10.939808,27.188591,6.326468,2.0065377,14.416892,359.59753,100.82985,12.3904915,0.693765,2.2565925,114.52198,2.517008,165.9136,269.7082,2052.955,539.8894,99.23017,159.70502,220.0699,8.990326,12.4829645,108.48806,15.459027,21.63745,15.110754,23.082077,139.6415,17.043962,13.875757,50.767742,12.612031,3615.7185,20.440218,22.009722,16.71321,10.888344,188.84245,39.08777,16.678473,6.4318876,9.169766,13.822402,60.169903,118.47376,30.155485,153.91069,21.107811,7.5430174,62.497234,43.508396,99.74852,85.89384,8.211605,3.3951042,5.0683656,22.379362,3177.33,6.670747,5.283139,56.87641,14.111571,145.3917,70.22514,118.596245,3.506447,71.46201,456.26007,341.9614,36.637783,381.56805,48.025696,55.585106,79.32181,30.268919,5.090252,23.733746,518.0492,0.55539197,1.304294,110.27383,20.581123,9.307036,12.516597,17.698801,154.70694,47.345207,159.20526,870.1785,294.11743,2327.3281,1907.141,23.585953,37.431377,2568.3162,22.10742,56.671062,544.0611,98.155014,144.50253,66.535675,317.42517,372.84137,466.3414,11.22838,85.95956,325.0503,507.58823,16.913416,138.39996,19.657152,1.68824,52.027073,1.1530303,1.2895911,4.7652273,13.576028,104.18538,26.921228,19.09912,318.31998,89.29016,53.289783,69.989586,22.596588,56.6283,14.600463,7.682857,17.085625,112.7237,46.269585,18.1144,29.265017,12.048611,21.219305,22.286018,2.256015,105.297356,20.988237,271.6045,10.893994,459.38208,24.394787,676.56494,212.51682,7.8479695,12.891515,265.55185,353.57224,1254.4728,575.446 +2023-11-23 06:00:00,0.0,3948.4583,91.01525,45.597046,88.054756,53.749374,331.79083,44.494633,89.7176,23.843134,54.27674,546.4256,93.21943,25.150366,199.84047,0.61526906,0.36531505,61.23291,0.8300142,8.634679,1024.5421,11.046976,1170.9407,131.90698,0.43310216,24.157104,578.8882,46.886536,365.24628,195.54257,5238.672,4.423366,2704.9966,60.832523,1.3674178,2.6923003,8.204949,259.40933,313.5501,94.2816,55.841667,40.10362,12.473309,994.05023,37.073414,47.946236,14.458852,473.1995,18.287216,507.0404,6.9131284,47.370945,0.0,817.19446,2595.2344,0.36524346,206.63736,20.935062,16069.698,28.33549,0.8250668,10.928849,27.165884,6.324606,2.00589,14.408016,359.3328,100.70449,12.373797,0.6934973,2.2554588,114.51437,2.513645,165.82167,269.73917,2053.2427,539.57666,99.22063,159.74135,220.27094,8.997185,12.49093,108.6237,15.481505,21.66623,15.097486,23.064255,139.70343,17.038961,13.862826,50.757202,12.613399,3616.0444,20.432693,22.008333,16.711136,10.887397,188.85477,39.090942,16.670834,6.433373,9.163326,13.815,60.152073,118.42676,30.152916,153.91539,21.102932,7.529712,62.4291,43.474873,99.627144,85.90958,8.223233,3.393125,5.067528,22.360971,3173.1877,6.679179,5.269145,56.860138,14.10594,145.36067,70.26083,118.59862,3.5069413,71.43709,456.21664,342.00925,36.608044,381.43973,48.004166,55.57814,79.28763,30.289284,5.094161,23.74405,517.9464,0.55549186,1.3052639,110.322235,20.599178,9.307947,12.5212345,17.700645,154.77412,47.38875,159.21443,870.33777,293.88635,2326.6812,1906.8337,23.569208,37.374622,2566.1917,22.116083,56.593056,543.9244,98.026085,144.3477,66.46667,316.96445,372.56284,466.35156,11.219428,85.892,325.01746,507.2803,16.897228,138.27834,19.632917,1.6881706,52.02947,1.1530054,1.2896817,4.7645144,13.570167,103.987465,26.903418,19.098055,318.0855,89.215965,53.245834,69.9375,22.576668,56.63229,14.586111,7.6594725,17.07875,112.64875,46.241787,18.090685,29.29104,12.041667,21.191547,22.27611,2.2525795,105.224686,20.95958,271.42355,10.887912,458.97464,24.37531,676.9804,212.40952,7.8334994,12.886123,265.24268,353.21677,1253.7916,575.8862 +2023-11-23 07:00:00,0.0,3945.724,90.90809,45.52873,88.02186,53.727604,331.80057,44.490307,89.69887,23.834984,54.271267,545.51544,93.23558,25.145472,199.73659,0.6136844,0.36359057,61.255466,0.8263228,8.650806,1024.7484,11.067574,1171.5142,131.9357,0.43388915,24.202314,579.3192,46.895832,365.6034,195.60896,5233.442,4.4311733,2704.9705,60.933533,1.3696228,2.6968167,8.219552,259.3486,313.4833,94.40154,55.82639,40.103107,12.468601,993.1407,37.136497,47.909878,14.442287,473.1958,18.267765,507.2375,6.9082594,47.33312,0.0,816.9518,2593.2856,0.3645986,206.48802,20.917322,16055.575,28.322823,0.82480943,10.917891,27.143177,6.322744,2.0052423,14.39914,359.06808,100.57914,12.357104,0.69322956,2.2543252,114.50677,2.5102818,165.72972,269.77014,2053.5303,539.26385,99.21108,159.7777,220.47197,9.004044,12.498896,108.759346,15.5039835,21.695011,15.084216,23.046432,139.76537,17.033958,13.8498955,50.746666,12.614767,3616.3704,20.42517,22.006945,16.709063,10.886451,188.86707,39.094112,16.663195,6.4348583,9.156885,13.807598,60.134243,118.37975,30.150347,153.9201,21.098051,7.5164065,62.36097,43.441353,99.50577,85.925316,8.23486,3.391146,5.0666895,22.34258,3169.0452,6.6876116,5.2551503,56.843864,14.100309,145.32964,70.29653,118.601,3.5074356,71.412155,456.17322,342.0571,36.578304,381.31137,47.98264,55.57118,79.25345,30.30965,5.09807,23.754354,517.8437,0.55559176,1.3062338,110.37064,20.617231,9.308858,12.525873,17.702488,154.84131,47.432293,159.2236,870.49695,293.6553,2326.034,1906.5264,23.552465,37.317867,2564.067,22.124744,56.515045,543.7876,97.89715,144.19289,66.39766,316.5037,372.28427,466.36172,11.210476,85.82445,324.98462,506.9724,16.881039,138.15672,19.60868,1.6881009,52.031864,1.1529803,1.2897723,4.7638016,13.564305,103.78956,26.885609,19.09699,317.85104,89.14178,53.201885,69.885414,22.556747,56.636284,14.571759,7.6360884,17.071875,112.57379,46.21399,18.066969,29.317064,12.034722,21.16379,22.266203,2.2491438,105.15202,20.93092,271.2426,10.881829,458.5672,24.355837,677.3959,212.30222,7.8190293,12.880732,264.9335,352.8613,1253.1106,576.3265 +2023-11-23 08:00:00,0.0,3942.9902,90.800934,45.46041,87.98895,53.705833,331.8103,44.485985,89.68013,23.826832,54.26579,544.6053,93.25173,25.140577,199.6327,0.6120998,0.36186606,61.278023,0.8226314,8.666934,1024.9547,11.08817,1172.0878,131.96442,0.43467614,24.247524,579.75024,46.90513,365.96048,195.67535,5228.212,4.4389806,2704.944,61.034546,1.3718277,2.701333,8.234156,259.28784,313.4165,94.52148,55.81111,40.1026,12.463895,992.2311,37.199585,47.873516,14.425722,473.19202,18.248312,507.43457,6.9033904,47.295288,0.0,816.7091,2591.3367,0.36395374,206.33868,20.899584,16041.453,28.310154,0.82455206,10.906931,27.120472,6.3208814,2.0045948,14.3902645,358.80334,100.45379,12.34041,0.6929619,2.2531915,114.49917,2.5069187,165.63777,269.80112,2053.818,538.9511,99.20153,159.81403,220.67299,9.010902,12.506861,108.895,15.526461,21.723791,15.070947,23.028608,139.82729,17.028957,13.836965,50.736126,12.616135,3616.6963,20.417648,22.005556,16.706991,10.885505,188.87936,39.097282,16.655556,6.436344,9.150445,13.800196,60.11641,118.33275,30.147778,153.9248,21.09317,7.5031013,62.292835,43.407833,99.38439,85.941055,8.246489,3.3891666,5.0658517,22.324192,3164.9028,6.696044,5.241156,56.82759,14.094679,145.2986,70.33222,118.60337,3.50793,71.38722,456.12982,342.10498,36.54857,381.183,47.961113,55.564213,79.21927,30.330017,5.1019793,23.764658,517.7409,0.55569166,1.3072037,110.41905,20.635284,9.309768,12.530511,17.70433,154.9085,47.475834,159.23277,870.6561,293.42426,2325.3867,1906.2191,23.535723,37.261112,2561.9424,22.133408,56.437035,543.6509,97.76822,144.03806,66.32866,316.04297,372.00574,466.3719,11.201524,85.75689,324.95178,506.6645,16.864851,138.0351,19.584444,1.6880313,52.034256,1.1529554,1.289863,4.7630887,13.558444,103.591644,26.867798,19.095926,317.61658,89.06759,53.157936,69.833336,22.536827,56.640278,14.557407,7.6127043,17.065,112.49884,46.18619,18.043253,29.343088,12.027778,21.13603,22.256296,2.2457082,105.07935,20.902262,271.06168,10.875747,458.15976,24.33636,677.8114,212.19493,7.8045597,12.8753395,264.62433,352.50583,1252.4294,576.76666 +2023-11-23 09:00:00,0.0,3940.256,90.69377,45.392094,87.956055,53.684063,331.82004,44.481663,89.6614,23.81868,54.260315,543.6951,93.26788,25.135683,199.52882,0.61051524,0.36014158,61.30058,0.81894004,8.683062,1025.1609,11.1087675,1172.6613,131.99313,0.43546313,24.292734,580.1813,46.91442,366.3176,195.74173,5222.9824,4.4467883,2704.9177,61.135555,1.3740327,2.7058492,8.248758,259.2271,313.3497,94.64142,55.795834,40.102093,12.4591875,991.3215,37.26267,47.83716,14.409158,473.18832,18.228859,507.63165,6.8985214,47.257458,0.0,816.46643,2589.388,0.36330888,206.18933,20.881845,16027.33,28.297487,0.8242947,10.895972,27.097765,6.3190193,2.0039473,14.381389,358.53864,100.32844,12.323717,0.6926941,2.2520578,114.49156,2.5035555,165.54584,269.8321,2054.1057,538.6383,99.19198,159.85036,220.87402,9.01776,12.514826,109.03064,15.548939,21.752573,15.057678,23.010784,139.88922,17.023954,13.824035,50.72559,12.617503,3617.0222,20.410124,22.004168,16.704918,10.884558,188.89166,39.100452,16.647917,6.4378295,9.144004,13.792794,60.09858,118.28575,30.145208,153.92952,21.088291,7.489796,62.224705,43.37431,99.263016,85.9568,8.258117,3.3871875,5.065014,22.305801,3160.7605,6.7044764,5.227162,56.811317,14.089048,145.26756,70.36792,118.60575,3.5084243,71.3623,456.0864,342.15283,36.51883,381.05466,47.939583,55.55725,79.18509,30.350384,5.1058884,23.774963,517.6381,0.55579156,1.3081735,110.46746,20.65334,9.3106785,12.53515,17.706173,154.97566,47.519375,159.24194,870.8153,293.19318,2324.7395,1905.9119,23.51898,37.204357,2559.8179,22.142069,56.359028,543.51416,97.63929,143.88322,66.25965,315.5822,371.72717,466.38205,11.192571,85.68933,324.91895,506.35657,16.848661,137.91348,19.56021,1.6879618,52.03665,1.1529305,1.2899536,4.762376,13.552583,103.39374,26.849987,19.09486,317.3821,88.9934,53.11399,69.78125,22.516905,56.64427,14.543056,7.5893197,17.058125,112.42389,46.158394,18.019537,29.369112,12.020833,21.108273,22.246387,2.2422724,105.00668,20.873602,270.88074,10.869664,457.75232,24.316885,678.22687,212.08763,7.7900896,12.869947,264.31512,352.15036,1251.7483,577.2069 +2023-11-23 10:00:00,0.0,3937.522,90.58662,45.323776,87.92316,53.662292,331.8298,44.477337,89.64266,23.81053,54.25484,542.785,93.284035,25.130789,199.42496,0.6089306,0.3584171,61.323135,0.8152486,8.699189,1025.3672,11.129364,1173.2347,132.02185,0.4362501,24.337944,580.6123,46.923717,366.67468,195.80812,5217.7524,4.4545956,2704.8914,61.23657,1.3762378,2.7103655,8.263362,259.16635,313.2829,94.76135,55.780556,40.101585,12.454481,990.4119,37.325756,47.800797,14.392593,473.1846,18.209406,507.82874,6.8936524,47.21963,0.0,816.22375,2587.4392,0.362664,206.04,20.864107,16013.208,28.284819,0.8240373,10.885014,27.075058,6.3171573,2.0032997,14.372514,358.27393,100.20308,12.307023,0.6924264,2.250924,114.483955,2.5001924,165.45389,269.86307,2054.3933,538.32556,99.18243,159.8867,221.07506,9.024619,12.522792,109.16629,15.571417,21.781353,15.044409,22.992962,139.95114,17.018953,13.811104,50.71505,12.618871,3617.3481,20.402601,22.002777,16.702845,10.883612,188.90396,39.103622,16.640278,6.439315,9.137564,13.785392,60.080746,118.23875,30.14264,153.93422,21.08341,7.4764905,62.15657,43.34079,99.14164,85.97254,8.269744,3.3852084,5.0641756,22.28741,3156.6182,6.7129083,5.213167,56.795048,14.083417,145.23653,70.40361,118.60812,3.5089188,71.337364,456.04297,342.2007,36.48909,380.9263,47.918056,55.550285,79.15091,30.370749,5.109798,23.785269,517.53534,0.55589145,1.3091435,110.51587,20.671392,9.311588,12.539787,17.708015,155.04285,47.562916,159.25111,870.97455,292.96213,2324.0923,1905.6046,23.502237,37.147602,2557.693,22.150732,56.281017,543.3774,97.51036,143.72841,66.19064,315.1215,371.44864,466.3922,11.183619,85.62178,324.88614,506.04865,16.832474,137.79187,19.535973,1.6878922,52.039047,1.1529055,1.2900442,4.761663,13.546722,103.19582,26.832178,19.093796,317.14764,88.91921,53.07004,69.729164,22.496984,56.648262,14.528704,7.5659356,17.05125,112.34894,46.130596,17.995821,29.395134,12.013889,21.080515,22.23648,2.2388368,104.93402,20.844944,270.69983,10.863581,457.34488,24.29741,678.64233,211.98033,7.7756195,12.864555,264.00595,351.79492,1251.0671,577.64716 +2023-11-23 11:00:00,0.0,3934.7878,90.479454,45.25546,87.89025,53.640522,331.83954,44.473015,89.623924,23.802378,54.249363,541.8749,93.300186,25.125895,199.32108,0.607346,0.35669258,61.345688,0.81155723,8.715317,1025.5735,11.149961,1173.8083,132.05057,0.43703708,24.383154,581.04333,46.93301,367.03177,195.87451,5212.5225,4.462403,2704.865,61.337578,1.3784428,2.714882,8.277966,259.10562,313.2161,94.88129,55.765278,40.101074,12.449774,989.5023,37.38884,47.76444,14.376029,473.18085,18.189953,508.0258,6.8887835,47.1818,0.0,815.9811,2585.4902,0.36201915,205.89064,20.846369,15999.085,28.272152,0.82377994,10.874054,27.052351,6.315295,2.0026522,14.363638,358.0092,100.07773,12.29033,0.6921587,2.2497907,114.47636,2.4968293,165.36194,269.894,2054.6812,538.01276,99.17288,159.92303,221.27608,9.031478,12.530757,109.30193,15.593895,21.810133,15.031139,22.97514,140.01308,17.013952,13.798173,50.704514,12.620239,3617.674,20.395077,22.001389,16.700771,10.882666,188.91628,39.106792,16.632639,6.4408,9.131123,13.77799,60.062916,118.19174,30.140068,153.93893,21.07853,7.4631853,62.08844,43.30727,99.02026,85.98828,8.281372,3.3832293,5.063338,22.269022,3152.4758,6.7213407,5.199173,56.778774,14.077786,145.20549,70.43931,118.610504,3.509413,71.31243,455.99954,342.24857,36.45935,380.79797,47.896526,55.543324,79.11673,30.391115,5.113707,23.795572,517.43256,0.55599135,1.3101134,110.56428,20.689445,9.312499,12.544426,17.709858,155.11003,47.606457,159.26028,871.1338,292.73105,2323.4453,1905.2972,23.485493,37.090847,2555.5686,22.159393,56.203007,543.24066,97.38143,143.57358,66.121635,314.66074,371.17007,466.40237,11.174666,85.55422,324.8533,505.74075,16.816284,137.67024,19.511736,1.6878226,52.041443,1.1528805,1.2901349,4.76095,13.540861,102.99791,26.814367,19.092731,316.91318,88.84502,53.026093,69.677086,22.477064,56.652256,14.514352,7.542551,17.044374,112.27399,46.1028,17.972103,29.421158,12.006945,21.052757,22.226574,2.2354012,104.86135,20.816284,270.5189,10.857498,456.93744,24.277935,679.0578,211.87303,7.7611494,12.859164,263.69678,351.43945,1250.386,578.0874 +2023-11-23 12:00:00,0.0,3932.0537,90.3723,45.18714,87.85735,53.61875,331.84927,44.468693,89.605194,23.794228,54.24389,540.9647,93.316345,25.120998,199.2172,0.6057614,0.3549681,61.368244,0.80786586,8.731444,1025.7798,11.170559,1174.3818,132.07928,0.43782407,24.428364,581.47437,46.942307,367.3889,195.9409,5207.2925,4.47021,2704.8386,61.43859,1.3806478,2.7193983,8.292568,259.04486,313.1493,95.00123,55.75,40.100567,12.445067,988.5928,37.451927,47.728077,14.359465,473.17712,18.1705,508.22287,6.8839145,47.143974,0.0,815.7384,2583.5415,0.3613743,205.7413,20.82863,15984.963,28.259483,0.82352257,10.863095,27.029644,6.313433,2.0020046,14.354762,357.74448,99.95238,12.273636,0.69189095,2.248657,114.46875,2.4934661,165.27,269.925,2054.9688,537.7,99.16333,159.95938,221.47711,9.038336,12.538723,109.437584,15.616373,21.838915,15.01787,22.957315,140.07501,17.00895,13.785242,50.693977,12.621607,3618.0,20.387554,22.0,16.6987,10.881719,188.92857,39.109962,16.625,6.4422855,9.124682,13.770588,60.045082,118.14474,30.137499,153.94363,21.07365,7.4498796,62.020306,43.27375,98.89889,86.00402,8.292999,3.38125,5.0625,22.250631,3148.3335,6.729773,5.1851788,56.7625,14.072156,145.17445,70.475,118.61288,3.5099072,71.287506,455.95612,342.29645,36.429615,380.66962,47.875,55.536358,79.08255,30.411482,5.117616,23.805878,517.3298,0.5560913,1.3110833,110.612686,20.707499,9.31341,12.549065,17.7117,155.17722,47.65,159.26945,871.29297,292.5,2322.798,1904.99,23.46875,37.034092,2553.444,22.168056,56.125,543.1039,97.2525,143.41875,66.052635,314.2,370.89154,466.41254,11.165714,85.486664,324.82047,505.43283,16.800097,137.54863,19.4875,1.687753,52.04384,1.1528556,1.2902255,4.7602377,13.535,102.8,26.796558,19.091667,316.6787,88.77083,52.982143,69.625,22.457144,56.65625,14.5,7.519167,17.0375,112.199036,46.075,17.948387,29.447182,12.0,21.025,22.216665,2.2319655,104.78868,20.787626,270.33795,10.851416,456.53,24.25846,679.47327,211.76575,7.7466793,12.853772,263.3876,351.08398,1249.7048,578.5276 +2023-11-23 13:00:00,0.0,3929.3196,90.265144,45.118824,87.824455,53.59698,331.859,44.464367,89.58646,23.786076,54.238415,540.05457,93.3325,25.116104,199.11331,0.60417676,0.35324362,61.3908,0.8041744,8.747572,1025.9861,11.191155,1174.9553,132.10802,0.43861106,24.473574,581.9054,46.951603,367.74597,196.0073,5202.0625,4.4780173,2704.8123,61.5396,1.3828527,2.7239144,8.307172,258.98413,313.08252,95.12116,55.734722,40.10006,12.440361,987.68317,37.51501,47.691715,14.3429,473.1734,18.151047,508.41995,6.8790455,47.106144,0.0,815.4957,2581.5928,0.36072943,205.59196,20.810892,15970.841,28.246817,0.8232652,10.852137,27.006939,6.311571,2.001357,14.345886,357.47974,99.82703,12.256942,0.6916233,2.2475233,114.46114,2.490103,165.17805,269.95596,2055.2563,537.3872,99.153786,159.99571,221.67813,9.045195,12.546688,109.57323,15.638851,21.867695,15.0046015,22.939493,140.13693,17.003948,13.772312,50.683437,12.622975,3618.326,20.380032,21.998611,16.696627,10.880773,188.94087,39.113136,16.617361,6.4437714,9.118241,13.763186,60.027252,118.09773,30.13493,153.94833,21.06877,7.4365745,61.95217,43.240227,98.77751,86.01976,8.304627,3.3792708,5.0616617,22.23224,3144.191,6.7382054,5.171184,56.746227,14.0665245,145.14342,70.5107,118.61526,3.5104017,71.26257,455.9127,342.3443,36.399876,380.54126,47.853474,55.529396,79.04837,30.431849,5.1215253,23.816181,517.227,0.5561912,1.3120532,110.6611,20.725554,9.31432,12.553702,17.713545,155.2444,47.693542,159.27863,871.45215,292.26895,2322.151,1904.6827,23.452007,36.977337,2551.3193,22.17672,56.04699,542.96716,97.123566,143.26393,65.98363,313.73926,370.61298,466.4227,11.156761,85.41911,324.78763,505.1249,16.783909,137.427,19.463264,1.6876835,52.04623,1.1528306,1.2903161,4.759525,13.529139,102.60209,26.778748,19.090601,316.44424,88.69664,52.938194,69.572914,22.437223,56.660244,14.485648,7.495783,17.030624,112.124084,46.047203,17.924671,29.473206,11.993055,20.997242,22.206758,2.2285297,104.71602,20.758966,270.157,10.845333,456.12256,24.238983,679.88873,211.65845,7.732209,12.84838,263.07843,350.72852,1249.0237,578.96783 +2023-11-23 14:00:00,0.0,3926.5854,90.15798,45.050507,87.79155,53.57521,331.86874,44.460045,89.567726,23.777924,54.232937,539.1444,93.34865,25.11121,199.00943,0.6025922,0.35151914,61.413357,0.80048305,8.7637,1026.1923,11.211753,1175.5288,132.13673,0.43939805,24.518784,582.3364,46.960896,368.1031,196.07368,5196.8325,4.485825,2704.786,61.640614,1.3850577,2.7284307,8.321775,258.9234,313.01572,95.241104,55.719444,40.099552,12.435654,986.7736,37.5781,47.655357,14.326336,473.16968,18.131596,508.61703,6.8741765,47.068317,0.0,815.25305,2579.6438,0.36008456,205.44261,20.793152,15956.718,28.234148,0.8230078,10.841177,26.98423,6.3097086,2.0007095,14.33701,357.21503,99.701675,12.240249,0.6913555,2.2463896,114.453545,2.4867399,165.0861,269.98694,2055.5442,537.07446,99.14424,160.03204,221.87917,9.052053,12.554653,109.70887,15.661328,21.896477,14.991332,22.921669,140.19887,16.998945,13.759381,50.6729,12.624343,3618.6519,20.372507,21.997223,16.694553,10.879827,188.95317,39.116306,16.609722,6.4452567,9.111801,13.755784,60.009422,118.050735,30.13236,153.95305,21.063889,7.423269,61.88404,43.206707,98.656136,86.0355,8.316256,3.3772917,5.060824,22.213852,3140.0486,6.746638,5.15719,56.729954,14.060894,145.11238,70.54639,118.61763,3.510896,71.23764,455.8693,342.39218,36.370136,380.4129,47.831944,55.52243,79.01419,30.452215,5.125435,23.826487,517.1242,0.5562911,1.3130231,110.70951,20.743607,9.31523,12.558341,17.715387,155.31158,47.737083,159.2878,871.6113,292.03787,2321.5037,1904.3755,23.435265,36.92058,2549.1948,22.18538,55.96898,542.83044,96.99464,143.1091,65.91462,313.2785,370.3344,466.43286,11.147809,85.351555,324.7548,504.817,16.76772,137.30539,19.439028,1.6876138,52.048626,1.1528057,1.2904068,4.758812,13.523277,102.40418,26.760937,19.089537,316.20978,88.62245,52.89425,69.520836,22.417303,56.664238,14.471296,7.4723983,17.02375,112.04913,46.019405,17.900955,29.49923,11.986111,20.969482,22.196852,2.225094,104.64335,20.730309,269.97607,10.839251,455.71512,24.21951,680.3042,211.55115,7.717739,12.842988,262.76926,350.37305,1248.3427,579.4081 +2023-11-23 15:00:00,0.0,3923.8513,90.05083,44.98219,87.75865,53.553436,331.8785,44.455723,89.54899,23.769773,54.227463,538.2343,93.3648,25.106316,198.90555,0.6010075,0.34979463,61.435913,0.7967917,8.779827,1026.3986,11.232349,1176.1024,132.16545,0.44018504,24.563993,582.76746,46.970192,368.46017,196.14008,5191.6025,4.4936323,2704.7595,61.741623,1.3872627,2.732947,8.336378,258.86264,312.9489,95.36104,55.704166,40.099045,12.430947,985.864,37.641186,47.618996,14.309772,473.16595,18.112143,508.81412,6.8693075,47.030487,0.0,815.0104,2577.695,0.3594397,205.29327,20.775414,15942.596,28.221481,0.82275045,10.830218,26.961523,6.3078465,2.0000618,14.3281355,356.9503,99.57632,12.223555,0.6910878,2.245256,114.44594,2.4833767,164.99417,270.0179,2055.8318,536.76166,99.13469,160.06839,222.0802,9.058911,12.562619,109.84452,15.683806,21.925257,14.978063,22.903847,140.26079,16.993944,13.74645,50.66236,12.625711,3618.9778,20.364985,21.995832,16.692482,10.87888,188.96547,39.119476,16.602083,6.446742,9.10536,13.748383,59.99159,118.00373,30.129791,153.95775,21.05901,7.4099636,61.815907,43.173187,98.53476,86.05124,8.327883,3.3753126,5.0599856,22.195461,3135.9062,6.7550697,5.1431956,56.71368,14.0552635,145.08134,70.582085,118.62001,3.5113904,71.21271,455.82587,342.44003,36.3404,380.28455,47.810417,55.51547,78.98001,30.47258,5.129344,23.83679,517.0214,0.556391,1.313993,110.75792,20.76166,9.31614,12.562979,17.71723,155.37877,47.780624,159.29695,871.7705,291.80682,2320.8564,1904.0682,23.418522,36.863827,2547.0703,22.194044,55.890972,542.69366,96.86571,142.95427,65.84561,312.81778,370.05588,466.44302,11.138857,85.284004,324.72195,504.50906,16.751532,137.18376,19.414791,1.6875442,52.05102,1.1527807,1.2904974,4.758099,13.517417,102.20627,26.743128,19.088472,315.9753,88.54826,52.8503,69.46875,22.397383,56.66823,14.456944,7.449014,17.016874,111.97418,45.991608,17.87724,29.525253,11.979167,20.941725,22.186943,2.2216585,104.57068,20.701649,269.79514,10.833168,455.30768,24.200033,680.71967,211.44386,7.703269,12.837596,262.46008,350.0176,1247.6615,579.8483 +2023-11-23 16:00:00,0.0,3921.1172,89.943665,44.91387,87.72575,53.531666,331.88824,44.451397,89.53025,23.761621,54.22199,537.32416,93.38095,25.101421,198.80167,0.59942293,0.34807014,61.458466,0.79310024,8.795955,1026.6049,11.252947,1176.6759,132.19417,0.44097203,24.609203,583.1985,46.979485,368.8173,196.20645,5186.3726,4.5014396,2704.7332,61.842636,1.3894677,2.7374635,8.350982,258.8019,312.8821,95.48097,55.68889,40.098534,12.42624,984.9544,37.70427,47.582638,14.293207,473.16223,18.09269,509.0112,6.8644385,46.992657,0.0,814.7677,2575.7463,0.35879484,205.14392,20.757675,15928.473,28.208813,0.8224931,10.81926,26.938816,6.3059845,1.9994143,14.31926,356.68558,99.450966,12.2068615,0.6908201,2.2441223,114.43833,2.4800136,164.90222,270.0489,2056.1194,536.44885,99.12514,160.10472,222.28122,9.06577,12.570584,109.98016,15.7062845,21.954039,14.964794,22.886023,140.32272,16.988943,13.7335205,50.651825,12.627079,3619.3037,20.35746,21.994444,16.690409,10.8779335,188.97778,39.122646,16.594444,6.4482274,9.09892,13.74098,59.97376,117.956726,30.127222,153.96246,21.054129,7.3966584,61.747776,43.139664,98.413376,86.066986,8.339511,3.3733335,5.059148,22.17707,3131.764,6.763502,5.129201,56.697407,14.049633,145.05031,70.61778,118.62238,3.5118847,71.18778,455.78244,342.4879,36.31066,380.15622,47.788887,55.508503,78.94583,30.492947,5.133253,23.847095,516.91864,0.5564909,1.314963,110.80633,20.779713,9.317051,12.567617,17.719072,155.44594,47.824165,159.30612,871.92975,291.57574,2320.2095,1903.7609,23.40178,36.80707,2544.9458,22.202705,55.81296,542.55695,96.73678,142.79944,65.77661,312.35703,369.7773,466.4532,11.129904,85.216446,324.68912,504.20117,16.735342,137.06215,19.390556,1.6874747,52.053417,1.1527557,1.290588,4.757386,13.511556,102.008354,26.725317,19.087406,315.74084,88.47407,52.80635,69.416664,22.37746,56.672222,14.442593,7.42563,17.01,111.89923,45.96381,17.853523,29.551277,11.972222,20.913967,22.177036,2.2182226,104.49801,20.67299,269.6142,10.8270855,454.90027,24.180557,681.13513,211.33656,7.688799,12.832205,262.15088,349.66214,1246.9803,580.2886 +2023-11-23 17:00:00,0.0,3918.3833,89.83651,44.845554,87.69285,53.509895,331.89798,44.447075,89.51152,23.75347,54.21651,536.414,93.3971,25.096527,198.69778,0.59783834,0.34634566,61.48102,0.78940886,8.812082,1026.8112,11.273544,1177.2494,132.22289,0.441759,24.654413,583.6295,46.98878,369.17438,196.27284,5181.1426,4.509247,2704.7068,61.943645,1.3916726,2.7419796,8.365585,258.74115,312.8153,95.600914,55.67361,40.098026,12.421534,984.04486,37.767357,47.546276,14.276642,473.1585,18.073236,509.20825,6.8595695,46.95483,0.0,814.525,2573.7974,0.35814998,204.99458,20.739937,15914.351,28.196146,0.8222357,10.8083,26.916111,6.3041224,1.9987667,14.310384,356.42087,99.325615,12.190167,0.69055235,2.2429886,114.43073,2.4766505,164.81027,270.07986,2056.4072,536.1361,99.115585,160.14105,222.48225,9.072629,12.578549,110.115814,15.728763,21.982819,14.951525,22.8682,140.38464,16.98394,13.72059,50.641285,12.628448,3619.6296,20.349937,21.993055,16.688335,10.876987,188.99008,39.125816,16.586805,6.449713,9.092479,13.733579,59.955925,117.90972,30.124653,153.96716,21.049248,7.3833528,61.67964,43.106144,98.292,86.082726,8.351139,3.371354,5.05831,22.158682,3127.6216,6.7719345,5.1152067,56.681133,14.044002,145.01927,70.65347,118.62476,3.5123792,71.16285,455.739,342.53577,36.280922,380.02786,47.76736,55.50154,78.91165,30.513313,5.137162,23.8574,516.81586,0.5565908,1.3159329,110.85474,20.797768,9.317961,12.572255,17.720915,155.51312,47.867706,159.31529,872.089,291.3447,2319.5623,1903.4536,23.385035,36.750317,2542.821,22.211369,55.73495,542.4202,96.60785,142.64462,65.7076,311.8963,369.49878,466.46335,11.120952,85.14889,324.65628,503.89325,16.719154,136.94052,19.36632,1.6874051,52.05581,1.1527308,1.2906787,4.7566733,13.505694,101.81045,26.707506,19.086342,315.50638,88.39988,52.7624,69.364586,22.35754,56.676216,14.428241,7.4022455,17.003124,111.82428,45.936012,17.829805,29.5773,11.965278,20.88621,22.16713,2.214787,104.42535,20.644331,269.43326,10.821003,454.49283,24.161081,681.55066,211.22926,7.6743293,12.826813,261.8417,349.30667,1246.2992,580.72876 +2023-11-23 18:00:00,0.0,3915.6492,89.72935,44.777237,87.65995,53.488125,331.9077,44.442753,89.49278,23.74532,54.211037,535.50385,93.41325,25.091633,198.5939,0.5962537,0.34462118,61.50358,0.7857175,8.82821,1027.0175,11.294141,1177.823,132.2516,0.44254598,24.699623,584.06055,46.998077,369.53146,196.33923,5175.9126,4.517054,2704.6807,62.04466,1.3938776,2.746496,8.380188,258.68042,312.7485,95.72085,55.658333,40.09752,12.416826,983.13525,37.83044,47.50992,14.260077,473.1548,18.053783,509.40533,6.8547006,46.917,0.0,814.28235,2571.8486,0.3575051,204.84525,20.722198,15900.228,28.183477,0.82197833,10.797341,26.893404,6.3022604,1.9981191,14.301508,356.15613,99.200264,12.173474,0.69028467,2.2418551,114.42313,2.4732873,164.71834,270.11084,2056.6948,535.8233,99.10604,160.1774,222.68327,9.079487,12.586515,110.25146,15.751241,22.0116,14.938255,22.850376,140.44658,16.97894,13.707659,50.63075,12.629815,3619.9556,20.342415,21.991667,16.686262,10.87604,189.00238,39.128986,16.579166,6.4511986,9.086039,13.726176,59.938095,117.862724,30.122082,153.97188,21.044369,7.3700476,61.61151,43.072624,98.17062,86.098465,8.362766,3.369375,5.0574718,22.140291,3123.479,6.780367,5.1012125,56.66486,14.038371,144.98824,70.68917,118.62714,3.5128734,71.13792,455.6956,342.58362,36.251186,379.8995,47.745834,55.494576,78.87747,30.53368,5.1410713,23.867704,516.71313,0.5566907,1.3169028,110.903145,20.81582,9.3188715,12.576894,17.722757,155.5803,47.91125,159.32446,872.24817,291.11365,2318.915,1903.1464,23.368292,36.69356,2540.6965,22.22003,55.656944,542.28345,96.47891,142.48979,65.638596,311.43555,369.2202,466.4735,11.1119995,85.08134,324.62344,503.58533,16.702965,136.81891,19.342083,1.6873355,52.058205,1.1527058,1.2907693,4.7559605,13.499833,101.61253,26.689697,19.085278,315.2719,88.32569,52.718452,69.3125,22.33762,56.68021,14.413889,7.3788614,16.99625,111.74932,45.908215,17.80609,29.603323,11.958333,20.858452,22.15722,2.2113514,104.35268,20.615671,269.25232,10.81492,454.0854,24.141607,681.9661,211.12198,7.659859,12.821421,261.53253,348.9512,1245.618,581.169 +2023-11-23 19:00:00,0.0,3912.915,89.62219,44.70892,87.62705,53.466354,331.91745,44.43843,89.47405,23.737167,54.205563,534.5937,93.429405,25.086739,198.49002,0.5946691,0.34289667,61.526134,0.78202605,8.844337,1027.2236,11.314738,1178.3965,132.28032,0.44333297,24.744833,584.4916,47.00737,369.88858,196.40562,5170.6826,4.524862,2704.6543,62.145668,1.3960826,2.7510123,8.394791,258.61966,312.6817,95.84078,55.643055,40.09701,12.41212,982.2257,37.893528,47.473557,14.243513,473.15106,18.03433,509.60242,6.8498316,46.879173,0.0,814.0397,2569.9,0.35686025,204.69589,20.70446,15886.105,28.17081,0.82172096,10.786383,26.870697,6.3003983,1.9974716,14.292632,355.89142,99.074905,12.15678,0.6900169,2.2407215,114.41552,2.4699242,164.62639,270.1418,2056.9824,535.51056,99.0965,160.21373,222.88431,9.086346,12.5944805,110.38711,15.773719,22.04038,14.924987,22.832554,140.50851,16.973938,13.694728,50.62021,12.631184,3620.2815,20.33489,21.990278,16.68419,10.875094,189.01468,39.13216,16.571527,6.452684,9.079597,13.718775,59.920265,117.81572,30.119513,153.97658,21.039488,7.356742,61.543377,43.0391,98.04925,86.114204,8.374394,3.3673959,5.056634,22.1219,3119.3367,6.7887993,5.087218,56.648586,14.032741,144.95721,70.72486,118.62952,3.5133677,71.11299,455.65216,342.6315,36.221447,379.77115,47.724304,55.48761,78.84329,30.554045,5.144981,23.87801,516.61035,0.5567906,1.3178726,110.95155,20.833874,9.319782,12.581532,17.724602,155.64749,47.954792,159.33363,872.40735,290.88257,2318.2678,1902.8391,23.35155,36.636806,2538.572,22.228693,55.578934,542.1467,96.34998,142.33496,65.56959,310.97482,368.94168,466.48367,11.103047,85.01378,324.5906,503.2774,16.686777,136.6973,19.317848,1.687266,52.0606,1.1526809,1.2908599,4.7552476,13.493972,101.41463,26.671886,19.084213,315.03748,88.2515,52.674507,69.260414,22.3177,56.6842,14.399537,7.3554773,16.989376,111.67437,45.880417,17.782373,29.629347,11.951389,20.830694,22.147314,2.2079158,104.28001,20.587013,269.07138,10.808838,453.67795,24.122131,682.3816,211.01468,7.645389,12.816029,261.22336,348.59573,1244.9369,581.60925 +2023-11-23 20:00:00,0.0,3910.181,89.51503,44.640602,87.594154,53.444584,331.9272,44.434105,89.455315,23.729017,54.200085,533.6836,93.445564,25.081844,198.38615,0.59308445,0.3411722,61.54869,0.7783347,8.860465,1027.4299,11.335335,1178.97,132.30904,0.44411996,24.790043,584.9226,47.016666,370.24567,196.47202,5165.4526,4.532669,2704.628,62.24668,1.3982877,2.7555287,8.409395,258.55893,312.6149,95.960724,55.627777,40.0965,12.407413,981.3161,37.95661,47.4372,14.226949,473.14734,18.014877,509.7995,6.8449626,46.841343,0.0,813.797,2567.951,0.3562154,204.54655,20.686722,15871.982,28.158142,0.8214636,10.775423,26.84799,6.298536,1.996824,14.283757,355.62668,98.949554,12.140087,0.68974924,2.2395878,114.40791,2.466561,164.53444,270.1728,2057.27,535.19775,99.086945,160.25006,223.08534,9.0932045,12.602446,110.52275,15.796196,22.06916,14.911717,22.814732,140.57043,16.968935,13.681798,50.609673,12.632551,3620.6074,20.327368,21.98889,16.682117,10.874148,189.02698,39.13533,16.563889,6.4541693,9.073156,13.711372,59.90243,117.768715,30.116943,153.9813,21.034607,7.3434367,61.475246,43.00558,97.92787,86.129944,8.386022,3.3654168,5.055796,22.103512,3115.1943,6.797231,5.0732236,56.632313,14.02711,144.92618,70.76056,118.63189,3.5138621,71.08806,455.60876,342.67935,36.191708,379.6428,47.702778,55.480648,78.80911,30.574411,5.14889,23.888313,516.50757,0.5568905,1.3188425,110.99996,20.851929,9.320692,12.58617,17.726444,155.71468,47.998333,159.3428,872.5665,290.65152,2317.6206,1902.5319,23.334806,36.58005,2536.4473,22.237354,55.500923,542.01,96.221054,142.18015,65.50059,310.51407,368.66312,466.49384,11.094094,84.94622,324.55777,502.96948,16.670588,136.57567,19.293612,1.6871964,52.062996,1.1526558,1.2909507,4.7545347,13.488111,101.21671,26.654076,19.083147,314.803,88.177315,52.630558,69.208336,22.29778,56.688194,14.385185,7.332093,16.9825,111.59942,45.85262,17.758657,29.65537,11.944445,20.802937,22.137407,2.20448,104.207344,20.558353,268.89044,10.802754,453.2705,24.102655,682.79706,210.90738,7.630919,12.810637,260.91418,348.2403,1244.2557,582.0495 +2023-11-23 21:00:00,0.0,3907.4468,89.407875,44.572285,87.56125,53.422813,331.93695,44.429783,89.43658,23.720865,54.19461,532.77344,93.461716,25.07695,198.28227,0.59149987,0.3394477,61.571243,0.7746433,8.876594,1027.6362,11.355932,1179.5435,132.33775,0.44490695,24.835253,585.35364,47.02596,370.60278,196.5384,5160.2227,4.5404763,2704.6016,62.34769,1.4004927,2.760045,8.423998,258.4982,312.5481,96.08066,55.6125,40.095993,12.402706,980.40656,38.0197,47.400837,14.210384,473.14362,17.995426,509.99658,6.8400936,46.803516,0.0,813.5543,2566.0022,0.35557052,204.3972,20.668983,15857.86,28.145475,0.8212062,10.764464,26.825283,6.296674,1.9961765,14.274881,355.36197,98.8242,12.123393,0.6894815,2.238454,114.400314,2.4631982,164.4425,270.20374,2057.5579,534.885,99.07739,160.2864,223.28636,9.100062,12.610412,110.658394,15.818674,22.097942,14.898448,22.796907,140.63237,16.963934,13.668867,50.599133,12.63392,3620.9333,20.319845,21.9875,16.680044,10.873201,189.03929,39.1385,16.55625,6.4556546,9.066716,13.703971,59.8846,117.72171,30.114374,153.986,21.029728,7.330131,61.407112,42.97206,97.806496,86.14568,8.39765,3.3634374,5.054958,22.085121,3111.052,6.8056636,5.0592294,56.616043,14.021479,144.89514,70.79625,118.63427,3.5143564,71.063126,455.56534,342.72723,36.16197,379.51447,47.68125,55.473682,78.77493,30.594778,5.152799,23.898619,516.4048,0.55699044,1.3198124,111.04837,20.869982,9.321603,12.590809,17.728287,155.78186,48.041874,159.35197,872.72577,290.42044,2316.9736,1902.2245,23.318064,36.523296,2534.3228,22.246017,55.422916,541.8732,96.092125,142.02531,65.43158,310.05334,368.38455,466.504,11.085142,84.87867,324.52496,502.6616,16.6544,136.45406,19.269375,1.6871268,52.06539,1.1526309,1.2910413,4.753822,13.48225,101.0188,26.636267,19.082083,314.56854,88.10312,52.58661,69.15625,22.277859,56.69219,14.370833,7.3087087,16.975626,111.52447,45.82482,17.734941,29.681395,11.9375,20.775177,22.127499,2.2010443,104.134674,20.529696,268.70953,10.796672,452.86307,24.08318,683.2125,210.80008,7.616449,12.805245,260.605,347.88483,1243.5746,582.48975 +2023-11-23 22:00:00,0.0,3904.7126,89.30071,44.503967,87.52835,53.401043,331.9467,44.42546,89.41785,23.712713,54.189137,531.8633,93.47787,25.072056,198.17839,0.5899153,0.33772323,61.5938,0.77095187,8.892721,1027.8425,11.37653,1180.1171,132.36647,0.44569394,24.88046,585.78467,47.035255,370.95987,196.6048,5154.9927,4.5482836,2704.5752,62.448704,1.4026976,2.7645612,8.438601,258.43744,312.4813,96.2006,55.59722,40.095486,12.397999,979.49695,38.082783,47.36448,14.19382,473.1399,17.975973,510.19366,6.8352246,46.765686,0.0,813.31165,2564.0535,0.35492566,204.24786,20.651243,15843.737,28.132807,0.82094884,10.753506,26.802578,6.2948117,1.9955288,14.2660055,355.09726,98.69885,12.1067,0.68921375,2.2373204,114.39271,2.459835,164.35056,270.2347,2057.8455,534.5722,99.06785,160.32274,223.4874,9.106921,12.618377,110.794044,15.841152,22.126722,14.885179,22.779083,140.69429,16.958931,13.655936,50.588596,12.635287,3621.2593,20.31232,21.98611,16.67797,10.872255,189.05159,39.14167,16.54861,6.4571404,9.060275,13.6965685,59.866768,117.67471,30.111805,153.99069,21.024847,7.316826,61.338978,42.93854,97.68512,86.16143,8.409278,3.3614583,5.05412,22.06673,3106.9097,6.814096,5.0452347,56.59977,14.015848,144.8641,70.83195,118.63664,3.5148509,71.0382,455.5219,342.7751,36.132233,379.3861,47.65972,55.46672,78.74075,30.615145,5.1567082,23.908922,516.302,0.55709034,1.3207824,111.09678,20.888035,9.322513,12.595447,17.73013,155.84904,48.085415,159.36115,872.885,290.1894,2316.3264,1901.9172,23.30132,36.46654,2532.1982,22.25468,55.344906,541.7365,95.963196,141.87048,65.36257,309.5926,368.10602,466.51416,11.07619,84.81111,324.49213,502.35367,16.63821,136.33243,19.245138,1.6870571,52.067783,1.152606,1.2911319,4.753109,13.476389,100.82089,26.618456,19.081018,314.33408,88.02893,52.54266,69.104164,22.257938,56.696182,14.356482,7.2853246,16.96875,111.44952,45.797024,17.711226,29.707418,11.930555,20.74742,22.117592,2.1976087,104.062004,20.501036,268.5286,10.790589,452.45563,24.063705,683.628,210.6928,7.601979,12.799853,260.29584,347.52936,1242.8936,582.92993 +2023-11-23 23:00:00,0.0,3901.9785,89.19356,44.43565,87.49545,53.379272,331.95642,44.421135,89.39911,23.704563,54.18366,530.9531,93.49402,25.06716,198.07451,0.5883306,0.3359987,61.616356,0.7672605,8.908849,1028.0488,11.397126,1180.6906,132.39519,0.44648093,24.92567,586.2157,47.04455,371.31696,196.67117,5149.7627,4.556091,2704.5488,62.549713,1.4049026,2.7690775,8.453204,258.3767,312.4145,96.32053,55.581944,40.09498,12.393292,978.58734,38.14587,47.328117,14.177256,473.13614,17.95652,510.39075,6.8303556,46.727856,0.0,813.069,2562.1045,0.3542808,204.09851,20.633505,15829.615,28.12014,0.82069147,10.742546,26.77987,6.2929497,1.9948813,14.25713,354.83252,98.573494,12.090006,0.68894607,2.2361867,114.3851,2.456472,164.2586,270.2657,2058.133,534.25946,99.0583,160.35909,223.68842,9.11378,12.626342,110.92969,15.86363,22.155504,14.87191,22.761261,140.75623,16.95393,13.643006,50.578056,12.636656,3621.5852,20.304798,21.984722,16.6759,10.871309,189.06389,39.14484,16.540972,6.458626,9.053835,13.689167,59.848938,117.62771,30.109236,153.9954,21.019966,7.3035207,61.270847,42.905018,97.56374,86.17717,8.420905,3.3594792,5.0532823,22.048342,3102.7673,6.8225284,5.0312405,56.583496,14.010218,144.83307,70.86764,118.63902,3.515345,71.01327,455.4785,342.82297,36.102493,379.25775,47.638195,55.459755,78.70657,30.635511,5.160618,23.919228,516.1992,0.55719024,1.3217523,111.14519,20.906088,9.323423,12.600085,17.731972,155.91623,48.12896,159.37032,873.0442,289.95834,2315.6792,1901.61,23.284576,36.409786,2530.0735,22.263342,55.266895,541.5998,95.83426,141.71567,65.29357,309.13184,367.82745,466.52432,11.067238,84.74355,324.4593,502.04575,16.622023,136.21082,19.220903,1.6869876,52.07018,1.152581,1.2912226,4.752396,13.470528,100.62298,26.600645,19.079954,314.0996,87.95474,52.49871,69.052086,22.238016,56.700172,14.34213,7.26194,16.961876,111.374565,45.769226,17.687508,29.733442,11.923611,20.719662,22.107685,2.194173,103.98934,20.472378,268.34766,10.784507,452.0482,24.04423,684.04346,210.5855,7.5875087,12.794461,259.98666,347.1739,1242.2124,583.3702 +2023-11-24 00:00:00,0.0,3899.2444,89.086395,44.367332,87.46255,53.357502,331.96616,44.416813,89.38038,23.696411,54.178185,530.04297,93.51017,25.062265,197.97063,0.58674604,0.33427423,61.638912,0.7635691,8.924976,1028.255,11.417724,1181.264,132.4239,0.4472679,24.97088,586.6467,47.053844,371.67407,196.73756,5144.533,4.5638986,2704.5225,62.650726,1.4071076,2.773594,8.467808,258.31595,312.3477,96.44047,55.566666,40.09447,12.388585,977.6778,38.208954,47.29176,14.160691,473.13242,17.937067,510.5878,6.8254867,46.69003,0.0,812.8263,2560.1558,0.35363594,203.94917,20.615767,15815.492,28.107471,0.8204341,10.731587,26.757162,6.2910876,1.9942337,14.248254,354.5678,98.44814,12.073313,0.6886783,2.235053,114.3775,2.4531088,164.16667,270.29666,2058.421,533.94666,99.048744,160.39542,223.88945,9.120638,12.634308,111.06534,15.886108,22.184284,14.858641,22.743439,140.81815,16.948929,13.630075,50.56752,12.638023,3621.9111,20.297274,21.983334,16.673826,10.870362,189.07619,39.14801,16.533333,6.460111,9.047394,13.681765,59.83111,117.5807,30.106667,154.0001,21.015087,7.290215,61.202713,42.8715,97.44237,86.19291,8.432533,3.3575,5.052444,22.029951,3098.6248,6.8309608,5.0172462,56.567223,14.004587,144.80203,70.903336,118.641396,3.5158396,70.988335,455.43506,342.87082,36.072754,379.1294,47.616665,55.452793,78.67239,30.655876,5.164527,23.929533,516.09644,0.55729014,1.3227222,111.193596,20.924143,9.324333,12.604723,17.733814,155.9834,48.1725,159.37949,873.20337,289.72726,2315.032,1901.3027,23.267834,36.35303,2527.949,22.272005,55.18889,541.463,95.70533,141.56084,65.22456,308.6711,367.54892,466.5345,11.058285,84.676,324.42645,501.73782,16.605833,136.08919,19.196667,1.686918,52.072575,1.1525561,1.2913132,4.751683,13.464666,100.425064,26.582836,19.078888,313.86514,87.880554,52.454765,69.0,22.218096,56.704166,14.327778,7.238556,16.955,111.299614,45.741432,17.663792,29.759464,11.916667,20.691904,22.097776,2.1907372,103.91667,20.443718,268.16672,10.778424,451.64075,24.024754,684.4589,210.4782,7.5730386,12.789069,259.67746,346.81845,1241.5312,583.8104 +2023-11-24 01:00:00,0.0,3896.5103,88.97924,44.299015,87.42965,53.33573,331.9759,44.41249,89.36164,23.688261,54.17271,529.1329,93.52632,25.057371,197.86674,0.58516145,0.33254975,61.66147,0.7598777,8.941104,1028.4613,11.438321,1181.8376,132.45264,0.44805488,25.01609,587.07776,47.06314,372.03116,196.80396,5139.303,4.571706,2704.496,62.751736,1.4093126,2.7781103,8.48241,258.25522,312.28088,96.56041,55.551388,40.09396,12.383879,976.7682,38.27204,47.255398,14.144126,473.12872,17.917614,510.78488,6.8206177,46.6522,0.0,812.5836,2558.207,0.35299107,203.79984,20.598028,15801.37,28.094805,0.8201767,10.720629,26.734455,6.2892256,1.9935862,14.239379,354.30307,98.32279,12.056619,0.68841064,2.2339196,114.369896,2.4497457,164.07472,270.32764,2058.7085,533.63385,99.03919,160.43175,224.09048,9.127497,12.642273,111.20098,15.9085865,22.213066,14.845371,22.725615,140.88008,16.943926,13.617145,50.556984,12.639392,3622.237,20.289751,21.981945,16.671753,10.869416,189.08849,39.151184,16.525694,6.4615965,9.040954,13.674363,59.813274,117.5337,30.104097,154.00482,21.010206,7.27691,61.134583,42.83798,97.32099,86.20865,8.44416,3.355521,5.051606,22.01156,3094.4824,6.8393927,5.0032516,56.55095,13.998956,144.771,70.939026,118.643776,3.5163338,70.9634,455.39166,342.9187,36.04302,379.00104,47.59514,55.445827,78.638214,30.676243,5.168436,23.939837,515.99365,0.55739003,1.3236921,111.242004,20.942196,9.325244,12.609362,17.735657,156.05058,48.21604,159.38866,873.36255,289.49622,2314.3848,1900.9954,23.251091,36.296276,2525.8245,22.280666,55.110878,541.3263,95.5764,141.406,65.155556,308.21036,367.27036,466.54465,11.049333,84.608444,324.39362,501.42993,16.589645,135.96758,19.17243,1.6868484,52.07497,1.1525311,1.2914038,4.750971,13.458805,100.22716,26.565025,19.077824,313.63068,87.806366,52.410816,68.947914,22.198175,56.70816,14.313426,7.215172,16.948126,111.22466,45.713634,17.640076,29.785488,11.909722,20.664146,22.08787,2.1873016,103.844,20.41506,267.98578,10.772342,451.2333,24.005278,684.8744,210.37091,7.5585685,12.783678,259.3683,346.46298,1240.8501,584.2507 +2023-11-24 02:00:00,0.0,3893.7764,88.87208,44.230698,87.39675,53.313957,331.98566,44.408165,89.3429,23.680109,54.167233,528.2227,93.54247,25.052477,197.76286,0.5835768,0.33082527,61.684025,0.7561863,8.9572315,1028.6676,11.458918,1182.4111,132.48135,0.44884187,25.0613,587.5088,47.072433,372.38828,196.87035,5134.073,4.579513,2704.4697,62.85275,1.4115175,2.7826264,8.497014,258.19446,312.21408,96.68034,55.53611,40.093452,12.379171,975.85864,38.33513,47.21904,14.127562,473.12494,17.89816,510.98196,6.8157487,46.614372,0.0,812.34094,2556.258,0.3523462,203.65048,20.58029,15787.247,28.082136,0.81991935,10.709669,26.711748,6.287363,1.9929385,14.230503,354.03836,98.19744,12.039926,0.6881429,2.232786,114.36229,2.4463825,163.98277,270.3586,2058.996,533.3211,99.02965,160.4681,224.2915,9.134356,12.650239,111.33663,15.931064,22.241846,14.832103,22.707792,140.94202,16.938925,13.604214,50.546444,12.640759,3622.563,20.282228,21.980556,16.669682,10.86847,189.10078,39.154354,16.518055,6.463082,9.0345125,13.666961,59.795444,117.486694,30.101526,154.00952,21.005325,7.263604,61.06645,42.804455,97.199615,86.22439,8.455789,3.3535416,5.0507684,21.993172,3090.34,6.847825,4.9892573,56.534676,13.993325,144.73996,70.974724,118.64615,3.516828,70.93848,455.34824,342.96655,36.01328,378.8727,47.573612,55.438866,78.604034,30.69661,5.172345,23.950142,515.89087,0.55748993,1.324662,111.29041,20.960249,9.326155,12.613999,17.737501,156.11777,48.259583,159.39783,873.5218,289.26514,2313.7375,1900.6881,23.234348,36.23952,2523.6997,22.28933,55.03287,541.1895,95.44747,141.25117,65.08655,307.74963,366.99182,466.5548,11.0403805,84.54089,324.36078,501.122,16.573456,135.84595,19.148195,1.6867789,52.077366,1.1525061,1.2914945,4.750258,13.452944,100.02924,26.547216,19.07676,313.3962,87.73217,52.366867,68.895836,22.178255,56.712154,14.299074,7.1917872,16.94125,111.14971,45.685837,17.61636,29.811512,11.902778,20.636389,22.077963,2.183866,103.77134,20.3864,267.80484,10.766259,450.82587,23.985804,685.2899,210.26361,7.544099,12.778286,259.0591,346.1075,1240.169,584.6909 +2023-11-24 03:00:00,0.0,3891.0422,88.76492,44.16238,87.363846,53.292187,331.9954,44.403843,89.32417,23.671957,54.16176,527.31256,93.558624,25.047583,197.65898,0.5819922,0.32910076,61.706577,0.75249493,8.973359,1028.8739,11.479515,1182.9846,132.51007,0.44962886,25.10651,587.9398,47.08173,372.74536,196.93674,5128.8433,4.5873203,2704.4434,62.95376,1.4137225,2.7871428,8.511618,258.13373,312.14728,96.800285,55.520832,40.092945,12.374465,974.94904,38.398212,47.18268,14.110997,473.12125,17.878708,511.17905,6.8108797,46.57654,0.0,812.0983,2554.3093,0.35170135,203.50114,20.562551,15773.125,28.06947,0.819662,10.69871,26.689043,6.285501,1.992291,14.221627,353.77362,98.07208,12.0232315,0.68787515,2.2316523,114.35469,2.4430194,163.89084,270.3896,2059.284,533.0083,99.0201,160.50443,224.49254,9.141214,12.658204,111.472275,15.953542,22.270628,14.818833,22.689968,141.00394,16.933922,13.591284,50.535908,12.642128,3622.889,20.274704,21.979166,16.667608,10.867523,189.1131,39.157524,16.510416,6.4645677,9.028072,13.659558,59.77761,117.4397,30.098957,154.01424,21.000446,7.250299,60.998318,42.770935,97.07824,86.24013,8.467417,3.3515625,5.04993,21.974781,3086.1978,6.8562574,4.975263,56.518402,13.987695,144.70892,71.01042,118.64853,3.5173225,70.91354,455.3048,343.01443,35.98354,378.74435,47.552082,55.4319,78.569855,30.716976,5.1762547,23.960445,515.7881,0.5575898,1.3256319,111.33882,20.978302,9.3270645,12.618638,17.739344,156.18495,48.303123,159.40698,873.681,289.0341,2313.0906,1900.3809,23.217604,36.182766,2521.5752,22.29799,54.95486,541.0528,95.31854,141.09636,65.01755,307.28888,366.71326,466.56497,11.031428,84.473335,324.32794,500.8141,16.557268,135.72433,19.123959,1.6867093,52.079758,1.1524812,1.2915851,4.749545,13.447083,99.83134,26.529406,19.075693,313.16174,87.65798,52.322918,68.84375,22.158335,56.716145,14.284722,7.168403,16.934376,111.07475,45.65804,17.592644,29.837536,11.895833,20.60863,22.068054,2.1804304,103.69867,20.357742,267.6239,10.760177,450.41843,23.966328,685.7054,210.15631,7.5296288,12.772894,258.74994,345.75204,1239.4878,585.1311 +2023-11-24 04:00:00,0.0,3888.308,88.65777,44.094063,87.33095,53.270416,332.00513,44.39952,89.305435,23.663807,54.15628,526.4024,93.57478,25.042688,197.5551,0.5804076,0.32737628,61.729134,0.7488035,8.989487,1029.0802,11.500112,1183.5582,132.53879,0.45041585,25.15172,588.37085,47.091026,373.10245,197.00313,5123.6133,4.5951276,2704.4172,63.05477,1.4159275,2.791659,8.52622,258.073,312.08047,96.92022,55.505554,40.092438,12.369758,974.0395,38.4613,47.14632,14.094433,473.11752,17.859257,511.37613,6.8060107,46.538715,0.0,811.85565,2552.3606,0.35105652,203.35179,20.544813,15759.003,28.0568,0.8194046,10.687752,26.666336,6.283639,1.9916434,14.212751,353.5089,97.94673,12.006538,0.68760747,2.2305186,114.347084,2.4396563,163.79889,270.42056,2059.5715,532.69556,99.01055,160.54076,224.69357,9.148072,12.666169,111.607925,15.97602,22.299408,14.805564,22.672146,141.06587,16.92892,13.578353,50.525368,12.643496,3623.2148,20.267181,21.977777,16.665535,10.866577,189.1254,39.160694,16.502777,6.466053,9.021631,13.652157,59.75978,117.39269,30.096388,154.01894,20.995565,7.2369933,60.930183,42.737415,96.95686,86.25587,8.479044,3.3495834,5.0490923,21.95639,3082.0554,6.86469,4.9612684,56.50213,13.982064,144.67789,71.04611,118.6509,3.5178168,70.88861,455.26138,343.0623,35.9538,378.616,47.530556,55.42494,78.535675,30.737343,5.180164,23.97075,515.6853,0.5576897,1.3266019,111.38723,20.996357,9.327975,12.623277,17.741186,156.25214,48.346664,159.41615,873.8402,288.80304,2312.4434,1900.0736,23.200861,36.12601,2519.4507,22.306654,54.87685,540.9161,95.18961,140.94153,64.94854,306.82816,366.4347,466.57513,11.022475,84.40578,324.2951,500.50616,16.541079,135.60272,19.099722,1.6866397,52.082153,1.1524562,1.2916757,4.748832,13.441222,99.63342,26.511595,19.074629,312.92728,87.58379,52.27897,68.791664,22.138414,56.72014,14.2703705,7.145019,16.9275,110.9998,45.63024,17.568928,29.86356,11.888889,20.580872,22.058147,2.1769946,103.626,20.329082,267.44296,10.754094,450.011,23.946852,686.12085,210.04901,7.5151587,12.767502,258.44077,345.39658,1238.8066,585.57135 +2023-11-24 05:00:00,0.0,3885.574,88.550606,44.025745,87.29805,53.248646,332.01486,44.395195,89.286705,23.655655,54.150806,525.4923,93.590935,25.037794,197.45123,0.578823,0.3256518,61.75169,0.7451121,9.005614,1029.2864,11.520709,1184.1317,132.5675,0.45120284,25.19693,588.8019,47.10032,373.45956,197.06952,5118.3833,4.6029353,2704.3909,63.15578,1.4181325,2.7961755,8.540823,258.01224,312.01367,97.04015,55.490276,40.091927,12.365051,973.1299,38.524384,47.10996,14.077868,473.11383,17.839804,511.5732,6.8011417,46.500885,0.0,811.613,2550.4119,0.35041165,203.20245,20.527075,15744.88,28.044134,0.8191472,10.676792,26.643627,6.281777,1.9909959,14.203876,353.2442,97.82138,11.989844,0.6873397,2.229385,114.33948,2.4362931,163.70694,270.45154,2059.8591,532.38275,99.00101,160.5771,224.89459,9.154931,12.674135,111.74357,15.998498,22.328188,14.7922945,22.654324,141.12779,16.92392,13.565422,50.51483,12.644864,3623.5408,20.259657,21.976389,16.663462,10.865631,189.1377,39.163864,16.495138,6.4675384,9.015191,13.644754,59.741947,117.34569,30.093819,154.02365,20.990685,7.223688,60.86205,42.703896,96.83549,86.271614,8.490672,3.3476043,5.0482545,21.938002,3077.913,6.873122,4.947274,56.485855,13.976433,144.64685,71.08181,118.65328,3.5183113,70.863686,455.21796,343.11017,35.924065,378.48764,47.50903,55.417973,78.501495,30.757708,5.184073,23.981054,515.5826,0.5577897,1.3275717,111.43564,21.01441,9.328885,12.627914,17.743029,156.31932,48.39021,159.42532,873.9994,288.57196,2311.7961,1899.7664,23.184118,36.069256,2517.326,22.315315,54.798843,540.7793,95.06068,140.7867,64.87953,306.3674,366.15616,466.5853,11.013523,84.33823,324.26227,500.19824,16.52489,135.4811,19.075487,1.68657,52.08455,1.1524312,1.2917663,4.7481194,13.435361,99.43551,26.493786,19.073565,312.6928,87.509605,52.23502,68.739586,22.118492,56.724133,14.256019,7.1216345,16.920626,110.92485,45.602444,17.54521,29.889584,11.881945,20.553114,22.04824,2.173559,103.55333,20.300425,267.26202,10.748012,449.60358,23.927376,686.5363,209.94173,7.5006886,12.762111,258.1316,345.04114,1238.1255,586.0116 +2023-11-24 06:00:00,0.0,3882.8398,88.44345,43.957428,87.265144,53.226875,332.0246,44.390873,89.26797,23.647505,54.145332,524.58215,93.607086,25.0329,197.34735,0.5772384,0.32392728,61.774246,0.74142075,9.021742,1029.4927,11.5413065,1184.7052,132.59622,0.45198983,25.24214,589.2329,47.109615,373.81665,197.1359,5113.1533,4.6107426,2704.3645,63.256794,1.4203374,2.8006916,8.555427,257.9515,311.94687,97.160095,55.475,40.09142,12.360344,972.2203,38.58747,47.0736,14.061304,473.11005,17.82035,511.7703,6.7962728,46.463055,0.0,811.3703,2548.463,0.3497668,203.05312,20.509335,15730.758,28.031467,0.81888986,10.665833,26.620922,6.279915,1.9903483,14.195,352.97946,97.69603,11.973151,0.68707204,2.2282512,114.33188,2.43293,163.615,270.4825,2060.147,532.07,98.991455,160.61343,225.09563,9.16179,12.6821,111.87921,16.020975,22.35697,14.779026,22.6365,141.18973,16.918917,13.552491,50.50429,12.646232,3623.8667,20.252134,21.975,16.66139,10.864684,189.15,39.167034,16.4875,6.4690237,9.00875,13.637353,59.724117,117.29868,30.09125,154.02835,20.985806,7.210383,60.79392,42.670372,96.71411,86.28735,8.502299,3.345625,5.047416,21.919611,3073.7705,6.8815546,4.93328,56.46958,13.970802,144.61581,71.1175,118.655655,3.5188055,70.83875,455.17453,343.15802,35.894325,378.35928,47.4875,55.41101,78.467316,30.778074,5.187982,23.99136,515.4798,0.5578896,1.3285416,111.484055,21.032463,9.329796,12.632553,17.744871,156.3865,48.43375,159.4345,874.15857,288.3409,2311.149,1899.459,23.167376,36.0125,2515.2014,22.323978,54.720833,540.6426,94.93175,140.63188,64.810524,305.90668,365.8776,466.59546,11.004571,84.27067,324.22943,499.89035,16.508701,135.35948,19.05125,1.6865005,52.086945,1.1524063,1.291857,4.7474065,13.4295,99.2376,26.475975,19.0725,312.45834,87.43542,52.191074,68.6875,22.098572,56.728127,14.241667,7.0982504,16.91375,110.8499,45.574646,17.521494,29.915607,11.875,20.525356,22.038332,2.1701233,103.48067,20.271765,267.0811,10.741928,449.19614,23.907902,686.9518,209.83443,7.4862185,12.756719,257.82242,344.68567,1237.4445,586.45184 +2023-11-24 07:00:00,0.0,3880.1057,88.33629,43.88911,87.23225,53.205105,332.03433,44.38655,89.24923,23.639353,54.139854,523.672,93.62324,25.028006,197.24347,0.57565373,0.3222028,61.796803,0.7377293,9.037869,1029.699,11.561903,1185.2787,132.62494,0.4527768,25.28735,589.66394,47.118908,374.17377,197.20229,5107.9233,4.61855,2704.3381,63.357803,1.4225425,2.805208,8.57003,257.89075,311.88007,97.28003,55.45972,40.09091,12.355638,971.3107,38.650555,47.03724,14.04474,473.10632,17.800898,511.96735,6.791404,46.42523,0.0,811.1276,2546.5142,0.34912193,202.90376,20.491596,15716.635,28.018799,0.8186325,10.654875,26.598213,6.278053,1.9897007,14.186125,352.71475,97.57068,11.956457,0.6868043,2.2271175,114.32427,2.4295669,163.52306,270.51346,2060.4346,531.7572,98.9819,160.64978,225.29665,9.168648,12.690065,112.01486,16.043453,22.38575,14.765757,22.618675,141.25166,16.913916,13.539561,50.493755,12.6476,3624.1926,20.244612,21.973612,16.659317,10.863738,189.1623,39.170208,16.47986,6.4705095,9.00231,13.629951,59.706287,117.251686,30.08868,154.03305,20.980925,7.1970773,60.725784,42.636852,96.592735,86.30309,8.513927,3.3436458,5.0465784,21.90122,3069.6282,6.8899865,4.9192853,56.45331,13.965172,144.58478,71.1532,118.658035,3.5192997,70.81382,455.13113,343.20587,35.864586,378.23096,47.465973,55.404045,78.433136,30.79844,5.191891,24.001665,515.377,0.5579895,1.3295115,111.53246,21.050518,9.330706,12.637191,17.746714,156.45369,48.47729,159.44366,874.3178,288.10986,2310.5017,1899.1517,23.150633,35.955746,2513.077,22.332642,54.642822,540.50586,94.80282,140.47705,64.74152,305.44592,365.59906,466.60562,10.995619,84.20311,324.1966,499.58243,16.492514,135.23785,19.027014,1.6864309,52.08934,1.1523813,1.2919476,4.7466936,13.423638,99.03969,26.458164,19.071434,312.22388,87.36122,52.147125,68.635414,22.078651,56.732117,14.227315,7.0748663,16.906876,110.77495,45.54685,17.497778,29.94163,11.868055,20.497599,22.028425,2.1666875,103.408,20.243107,266.90015,10.735846,448.7887,23.888426,687.36725,209.72713,7.4717484,12.751327,257.51324,344.3302,1236.7633,586.892 +2023-11-24 08:00:00,0.0,3877.3716,88.22913,43.820793,87.19935,53.183334,332.0441,44.382225,89.2305,23.6312,54.13438,522.76184,93.63939,25.023111,197.13959,0.57406914,0.32047832,61.819355,0.73403794,9.053997,1029.9053,11.5825,1185.8523,132.65366,0.45356378,25.33256,590.095,47.128204,374.53085,197.26868,5102.6934,4.626357,2704.3118,63.458817,1.4247475,2.8097243,8.584633,257.83002,311.81326,97.39997,55.444443,40.090405,12.350931,970.4011,38.713642,47.00088,14.028175,473.10263,17.781445,512.1644,6.786535,46.387398,0.0,810.885,2544.5654,0.34847707,202.75443,20.473858,15702.513,28.006132,0.8183751,10.643915,26.575508,6.2761903,1.9890531,14.177249,352.45,97.44532,11.939764,0.68653655,2.225984,114.316666,2.4262037,163.4311,270.54443,2060.7222,531.44446,98.97235,160.68611,225.49768,9.175507,12.698031,112.150505,16.065931,22.414532,14.752487,22.600853,141.31358,16.908915,13.52663,50.483215,12.648968,3624.5186,20.237087,21.972221,16.657244,10.862792,189.1746,39.173378,16.472221,6.471995,8.995869,13.622549,59.688454,117.20468,30.086111,154.03777,20.976044,7.183772,60.657654,42.603333,96.47135,86.31883,8.525556,3.3416667,5.0457406,21.882832,3065.4858,6.898419,4.905291,56.43704,13.95954,144.55374,71.18889,118.66041,3.5197942,70.788895,455.0877,343.25375,35.83485,378.1026,47.444443,55.39708,78.39896,30.818808,5.195801,24.011969,515.27423,0.5580894,1.3304814,111.58087,21.068571,9.331616,12.6418295,17.748558,156.52086,48.520832,159.45284,874.47705,287.87878,2309.8547,1898.8445,23.13389,35.89899,2510.9524,22.341303,54.564816,540.3691,94.67389,140.32222,64.672516,304.98517,365.3205,466.61578,10.986666,84.13556,324.16376,499.2745,16.476326,135.11624,19.002777,1.6863613,52.091732,1.1523564,1.2920382,4.7459807,13.417778,98.84178,26.440355,19.07037,311.9894,87.28703,52.103176,68.583336,22.058731,56.73611,14.212963,7.0514817,16.9,110.7,45.51905,17.474062,29.967653,11.861111,20.469841,22.018518,2.1632519,103.33533,20.214447,266.7192,10.729763,448.38126,23.86895,687.7827,209.61984,7.4572783,12.7459345,257.20404,343.97473,1236.0822,587.3323 +2023-11-24 09:00:00,0.0,3874.6375,88.12197,43.752476,87.16644,53.161564,332.05383,44.377903,89.21176,23.62305,54.128906,521.8517,93.65554,25.018215,197.0357,0.57248455,0.31875384,61.84191,0.73034656,9.070125,1030.1116,11.603097,1186.4258,132.68237,0.45435077,25.37777,590.526,47.137497,374.88797,197.33507,5097.4634,4.6341643,2704.2854,63.559826,1.4269525,2.8142407,8.599237,257.76926,311.74646,97.519905,55.429165,40.089897,12.346224,969.4916,38.776726,46.96452,14.01161,473.09888,17.761992,512.3615,6.781666,46.34957,0.0,810.64233,2542.6165,0.3478322,202.60507,20.45612,15688.39,27.993464,0.81811774,10.6329565,26.552801,6.274328,1.9884056,14.168373,352.1853,97.31997,11.92307,0.68626887,2.2248504,114.30906,2.4228406,163.33917,270.5754,2061.01,531.13165,98.962814,160.72244,225.69872,9.182365,12.7059965,112.286156,16.08841,22.443312,14.739219,22.58303,141.37552,16.903912,13.5137,50.47268,12.650336,3624.8445,20.229565,21.970833,16.65517,10.861845,189.1869,39.176548,16.464582,6.47348,8.9894285,13.615147,59.670624,117.15768,30.083542,154.04247,20.971165,7.1704664,60.58952,42.56981,96.349976,86.33457,8.537183,3.3396876,5.0449023,21.86444,3061.3435,6.9068513,4.891297,56.420765,13.95391,144.52272,71.22459,118.66279,3.5202885,70.76396,455.04428,343.3016,35.80511,377.97424,47.422916,55.390118,78.36478,30.839172,5.19971,24.022274,515.17145,0.5581893,1.3314514,111.62928,21.086624,9.332527,12.646467,17.7504,156.58804,48.564373,159.462,874.6362,287.64774,2309.2075,1898.5372,23.117146,35.842236,2508.8276,22.349966,54.486805,540.23236,94.54496,140.1674,64.60351,304.52444,365.04196,466.62595,10.977714,84.068,324.13095,498.96658,16.460136,134.99461,18.978542,1.6862918,52.094128,1.1523315,1.2921289,4.745268,13.411917,98.64387,26.422544,19.069305,311.75494,87.212845,52.059227,68.53125,22.03881,56.740105,14.198611,7.0280976,16.893126,110.625046,45.491253,17.450346,29.993677,11.854167,20.442083,22.00861,2.1598163,103.262665,20.18579,266.5383,10.7236805,447.97382,23.849474,688.1982,209.51254,7.442808,12.740542,256.89487,343.61926,1235.401,587.7725 +2023-11-24 10:00:00,0.0,3871.9033,88.01482,43.68416,87.133545,53.139793,332.06357,44.37358,89.19303,23.614899,54.12343,520.9416,93.67169,25.01332,196.93182,0.5708999,0.31702933,61.864468,0.7266551,9.086252,1030.3177,11.623694,1186.9993,132.71109,0.45513776,25.42298,590.95703,47.146793,375.24506,197.40146,5092.2334,4.641972,2704.259,63.66084,1.4291575,2.8187568,8.61384,257.70853,311.67966,97.63984,55.413887,40.089386,12.341517,968.582,38.839813,46.92816,13.995046,473.09515,17.742538,512.5586,6.776797,46.31174,0.0,810.39966,2540.6677,0.34718734,202.45573,20.438381,15674.268,27.980797,0.81786036,10.621998,26.530094,6.272466,1.987758,14.159497,351.92056,97.19462,11.906377,0.6860011,2.2237167,114.30146,2.4194775,163.24722,270.60638,2061.2976,530.8189,98.95326,160.75879,225.89973,9.189223,12.713962,112.4218,16.110888,22.472094,14.725949,22.565207,141.43744,16.89891,13.50077,50.46214,12.651704,3625.1704,20.222042,21.969444,16.6531,10.860899,189.1992,39.179718,16.456944,6.4749656,8.982987,13.607745,59.65279,117.11067,30.08097,154.04718,20.966284,7.157161,60.52139,42.53629,96.2286,86.35031,8.548811,3.3377085,5.0440645,21.84605,3057.2012,6.9152837,4.877302,56.40449,13.948279,144.49168,71.26028,118.66516,3.520783,70.73903,455.00085,343.3495,35.77537,377.8459,47.40139,55.383152,78.3306,30.859539,5.203619,24.032578,515.06866,0.5582892,1.3324213,111.67769,21.104677,9.333437,12.651106,17.752243,156.65523,48.607918,159.47118,874.7954,287.41666,2308.5603,1898.2299,23.100403,35.78548,2506.7031,22.358627,54.408794,540.09564,94.41602,140.01257,64.5345,304.0637,364.7634,466.6361,10.968761,84.00044,324.0981,498.65866,16.443949,134.873,18.954306,1.6862222,52.096523,1.1523064,1.2922195,4.744555,13.406055,98.44595,26.404734,19.068241,311.52048,87.13866,52.015278,68.479164,22.01889,56.7441,14.184259,7.004713,16.88625,110.550095,45.463455,17.42663,30.019701,11.847222,20.414324,21.998703,2.1563807,103.189995,20.15713,266.35736,10.717598,447.56638,23.83,688.61365,209.40524,7.428338,12.735151,256.5857,343.26382,1234.7198,588.21277 +2023-11-24 11:00:00,0.0,3869.1694,87.90765,43.61584,87.10065,53.118023,332.0733,44.369255,89.17429,23.606749,54.117954,520.03143,93.68785,25.008427,196.82794,0.5693153,0.31530485,61.887024,0.72296375,9.10238,1030.524,11.644292,1187.5729,132.7398,0.45592475,25.46819,591.38806,47.15609,375.60214,197.46785,5087.0034,4.6497793,2704.2327,63.76185,1.4313624,2.8232732,8.628443,257.6478,311.61285,97.75978,55.398613,40.08888,12.33681,967.6724,38.902897,46.8918,13.978481,473.09143,17.723087,512.7557,6.771928,46.273914,0.0,810.1569,2538.719,0.34654248,202.3064,20.420643,15660.145,27.968128,0.817603,10.611038,26.507387,6.270604,1.9871104,14.150621,351.65585,97.06927,11.889683,0.68573344,2.222583,114.29385,2.4161143,163.15527,270.63736,2061.5852,530.5061,98.94371,160.79512,226.10077,9.196082,12.721928,112.55745,16.133366,22.500874,14.71268,22.547384,141.49937,16.893908,13.487839,50.451603,12.653072,3625.4963,20.214518,21.968056,16.651026,10.859953,189.2115,39.182888,16.449306,6.476451,8.976547,13.600343,59.63496,117.063675,30.078402,154.05188,20.961403,7.1438556,60.453255,42.50277,96.10722,86.36606,8.560438,3.3357291,5.0432267,21.827662,3053.0586,6.923716,4.863308,56.388218,13.942649,144.46065,71.295975,118.66754,3.5212772,70.714096,454.95743,343.39734,35.745636,377.71756,47.37986,55.37619,78.29642,30.879906,5.207528,24.042883,514.9659,0.55838907,1.3333912,111.7261,21.122732,9.334348,12.655745,17.754086,156.72241,48.65146,159.48035,874.9546,287.1856,2307.913,1897.9226,23.08366,35.728725,2504.5786,22.36729,54.330788,539.95886,94.287094,139.85774,64.4655,303.60297,364.48486,466.64627,10.959809,83.93289,324.06528,498.35077,16.42776,134.75137,18.930069,1.6861526,52.09892,1.1522815,1.2923101,4.743842,13.400194,98.24805,26.386925,19.067175,311.286,87.06446,51.971333,68.427086,21.99897,56.74809,14.169908,6.981329,16.879375,110.47514,45.435658,17.402912,30.045725,11.840278,20.386566,21.988796,2.1529448,103.117325,20.12847,266.17642,10.711515,447.15894,23.810524,689.0292,209.29796,7.4138684,12.729759,256.27652,342.90836,1234.0387,588.653 +2023-11-24 12:00:00,0.0,3866.4353,87.8005,43.547523,87.06775,53.096252,332.08304,44.364933,89.15556,23.598597,54.11248,519.1213,93.704,25.003532,196.72406,0.56773067,0.31358036,61.90958,0.7192723,9.118507,1030.7303,11.664888,1188.1464,132.76852,0.45671174,25.5134,591.8191,47.165382,375.95926,197.53424,5081.7734,4.6575866,2704.2063,63.86286,1.4335674,2.8277895,8.643046,257.58704,311.54608,97.879715,55.383335,40.08837,12.332104,966.7628,38.965984,46.855442,13.961917,473.0877,17.703634,512.95276,6.767059,46.236084,0.0,809.91425,2536.77,0.34589761,202.15704,20.402905,15646.022,27.955462,0.8173456,10.60008,26.48468,6.268742,1.9864628,14.1417465,351.39114,96.94391,11.87299,0.6854657,2.2214494,114.28625,2.4127512,163.06334,270.66833,2061.8728,530.1933,98.93416,160.83145,226.30179,9.202941,12.729893,112.69309,16.155844,22.529655,14.69941,22.52956,141.5613,16.888906,13.474908,50.441063,12.65444,3625.8223,20.206995,21.966667,16.648952,10.859006,189.2238,39.186058,16.441668,6.4779367,8.970106,13.592941,59.61713,117.01667,30.075832,154.0566,20.956524,7.1305504,60.385124,42.46925,95.98585,86.3818,8.572066,3.33375,5.0423884,21.80927,3048.9163,6.932148,4.8493137,56.371944,13.937017,144.42961,71.331665,118.669914,3.5217717,70.68917,454.914,343.44522,35.715897,377.5892,47.358334,55.369225,78.26224,30.900272,5.2114377,24.053186,514.8631,0.55848897,1.3343611,111.774506,21.140785,9.335258,12.660382,17.755928,156.7896,48.695,159.48952,875.11383,286.95456,2307.2659,1897.6154,23.066917,35.67197,2502.4539,22.375952,54.252777,539.82214,94.158165,139.70291,64.39649,303.1422,364.2063,466.65643,10.950856,83.86533,324.03244,498.04285,16.411572,134.62976,18.905834,1.686083,52.101315,1.1522565,1.2924008,4.7431293,13.394333,98.05013,26.369114,19.06611,311.05154,86.99027,51.927383,68.375,21.979048,56.752083,14.155556,6.957945,16.8725,110.40019,45.40786,17.379196,30.071749,11.833333,20.358809,21.978888,2.1495092,103.04466,20.099812,265.99548,10.705433,446.7515,23.791048,689.44464,209.19066,7.3993983,12.724367,255.96735,342.5529,1233.3575,589.0932 +2023-11-24 13:00:00,0.0,3863.7012,87.69334,43.479206,87.03484,53.07448,332.0928,44.36061,89.136826,23.590445,54.107002,518.2111,93.72015,24.998638,196.62018,0.5661461,0.31185588,61.932133,0.71558094,9.134636,1030.9366,11.685486,1188.7198,132.79726,0.45749873,25.558609,592.2501,47.17468,376.31635,197.60063,5076.5435,4.665394,2704.18,63.96387,1.4357724,2.832306,8.65765,257.5263,311.47928,97.99966,55.368057,40.087864,12.327396,965.8532,39.02907,46.81908,13.945353,473.08398,17.684181,513.14984,6.76219,46.198254,0.0,809.6716,2534.8213,0.34525275,202.0077,20.385166,15631.899,27.942793,0.81708825,10.589121,26.461975,6.2668796,1.9858153,14.132871,351.1264,96.81856,11.856296,0.68519795,2.2203157,114.27865,2.409388,162.97139,270.6993,2062.1606,529.88055,98.924614,160.8678,226.50282,9.209799,12.737858,112.828735,16.178322,22.558435,14.686142,22.511738,141.62323,16.883905,13.461977,50.430527,12.655808,3626.1482,20.19947,21.965279,16.64688,10.85806,189.23611,39.18923,16.434029,6.479422,8.963666,13.585539,59.599297,116.969666,30.073263,154.0613,20.951643,7.117245,60.31699,42.435726,95.86447,86.39754,8.583694,3.331771,5.0415506,21.79088,3044.774,6.9405804,4.835319,56.35567,13.931387,144.39857,71.36736,118.672295,3.522266,70.66424,454.8706,343.49307,35.686157,377.46085,47.336807,55.362263,78.22806,30.920639,5.215347,24.063492,514.7603,0.55858886,1.335331,111.822914,21.158838,9.336168,12.665021,17.75777,156.85678,48.73854,159.49869,875.2731,286.72348,2306.619,1897.3081,23.050175,35.615215,2500.3293,22.384615,54.174767,539.6854,94.029236,139.5481,64.327484,302.6815,363.92773,466.6666,10.941904,83.797775,323.9996,497.73492,16.395382,134.50813,18.881598,1.6860135,52.103706,1.1522316,1.2924914,4.742417,13.388472,97.85223,26.351303,19.065046,310.81708,86.916084,51.883434,68.322914,21.959127,56.756077,14.141204,6.9345603,16.865625,110.32524,45.380062,17.35548,30.09777,11.826389,20.33105,21.96898,2.1460736,102.97199,20.071152,265.81454,10.69935,446.34406,23.771574,689.8601,209.08336,7.384928,12.718975,255.65817,342.19742,1232.6764,589.53345 +2023-11-24 14:00:00,0.0,3860.967,87.58618,43.41089,87.001945,53.052708,332.10254,44.35629,89.11809,23.582294,54.10153,517.30096,93.736305,24.993744,196.51631,0.5645615,0.31013137,61.95469,0.71188956,9.1507635,1031.143,11.706082,1189.2933,132.82597,0.4582857,25.603819,592.68115,47.18397,376.67346,197.667,5071.3135,4.673201,2704.1536,64.06488,1.4379774,2.836822,8.672253,257.46555,311.41248,98.11959,55.35278,40.087353,12.32269,964.94366,39.092155,46.782722,13.928788,473.08026,17.664728,513.3469,6.757321,46.160427,0.0,809.42896,2532.8726,0.3446079,201.85835,20.367426,15617.777,27.930126,0.8168308,10.578161,26.439266,6.2650175,1.9851677,14.123995,350.8617,96.69321,11.839602,0.68493026,2.219182,114.27104,2.406025,162.87944,270.7303,2062.4482,529.56775,98.91506,160.90413,226.70386,9.216658,12.745824,112.964386,16.2008,22.587217,14.672873,22.493914,141.68517,16.878902,13.449047,50.41999,12.657177,3626.474,20.191948,21.963888,16.644808,10.857114,189.24841,39.1924,16.42639,6.4809074,8.957225,13.578137,59.581467,116.92266,30.070694,154.06601,20.946762,7.1039395,60.248856,42.402206,95.743095,86.41328,8.595322,3.3297918,5.040713,21.772491,3040.6316,6.9490128,4.821325,56.339397,13.925756,144.36754,71.40305,118.674675,3.5227602,70.639305,454.82718,343.54095,35.656418,377.3325,47.315277,55.355297,78.19388,30.941004,5.219256,24.073797,514.65753,0.5586888,1.3363008,111.87132,21.176891,9.337078,12.669659,17.759613,156.92397,48.78208,159.50784,875.43225,286.49243,2305.9717,1897.0009,23.03343,35.55846,2498.2048,22.393276,54.09676,539.54865,93.90031,139.39326,64.258484,302.22073,363.6492,466.67673,10.932952,83.730225,323.96677,497.427,16.379194,134.38652,18.85736,1.6859438,52.106102,1.1522067,1.292582,4.741704,13.382611,97.65431,26.333494,19.06398,310.5826,86.841896,51.839485,68.270836,21.939207,56.76007,14.126852,6.911176,16.85875,110.25028,45.352264,17.331764,30.123795,11.819445,20.303293,21.959074,2.142638,102.89932,20.042494,265.6336,10.693268,445.9366,23.752098,690.2756,208.97606,7.370458,12.713584,255.34898,341.84195,1231.9954,589.9737 +2023-11-24 15:00:00,0.0,3858.233,87.47902,43.34257,86.96905,53.030937,332.11227,44.351963,89.09936,23.574142,54.096054,516.39087,93.75246,24.98885,196.41243,0.56297684,0.3084069,61.977245,0.70819813,9.166891,1031.3491,11.72668,1189.867,132.85469,0.45907268,25.649029,593.1122,47.193268,377.03055,197.7334,5066.0835,4.681009,2704.1274,64.16589,1.4401823,2.8413384,8.686856,257.40482,311.34567,98.239525,55.3375,40.086845,12.317983,964.03406,39.155243,46.74636,13.912224,473.07654,17.645275,513.544,6.752452,46.122597,0.0,809.1863,2530.9236,0.34396303,201.70901,20.349688,15603.654,27.917458,0.81657344,10.567203,26.416561,6.2631555,1.9845202,14.115119,350.59695,96.567856,11.822908,0.6846625,2.2180486,114.263435,2.4026618,162.7875,270.76126,2062.7358,529.255,98.90552,160.94046,226.90488,9.223516,12.753789,113.10003,16.223278,22.615997,14.659603,22.476091,141.74709,16.873901,13.436116,50.40945,12.658545,3626.8,20.184425,21.9625,16.642735,10.856168,189.26071,39.19557,16.41875,6.482393,8.950785,13.570735,59.563633,116.87566,30.068125,154.07071,20.941883,7.0906343,60.180725,42.368687,95.62172,86.429016,8.60695,3.3278124,5.0398746,21.7541,3036.4893,6.957445,4.8073306,56.323124,13.920126,144.3365,71.43875,118.67705,3.5232546,70.61438,454.78375,343.5888,35.626682,377.20413,47.29375,55.348335,78.1597,30.96137,5.223165,24.0841,514.55475,0.5587887,1.3372709,111.91973,21.194946,9.337989,12.674297,17.761457,156.99115,48.825626,159.51701,875.59143,286.26135,2305.3245,1896.6935,23.016687,35.501705,2496.08,22.40194,54.01875,539.4119,93.77137,139.23843,64.189476,301.76,363.37064,466.6869,10.924,83.66267,323.93393,497.11908,16.363005,134.26491,18.833126,1.6858742,52.108498,1.1521816,1.2926728,4.740991,13.37675,97.4564,26.315683,19.062916,310.34814,86.76771,51.795536,68.21875,21.919287,56.76406,14.1125,6.887792,16.851875,110.17533,45.324467,17.308048,30.149818,11.8125,20.275536,21.949165,2.139202,102.82665,20.013834,265.45267,10.687185,445.52917,23.732622,690.69104,208.86877,7.355988,12.708192,255.03981,341.4865,1231.3142,590.41394 +2023-11-24 16:00:00,0.0,3855.4988,87.371864,43.274254,86.93614,53.009167,332.122,44.34764,89.08062,23.565992,54.090576,515.4807,93.76861,24.983955,196.30855,0.56139225,0.3066824,61.9998,0.70450675,9.183019,1031.5554,11.747277,1190.4404,132.8834,0.45985967,25.694237,593.5432,47.202564,377.38763,197.79979,5060.8535,4.688816,2704.101,64.26691,1.4423873,2.8458548,8.70146,257.34406,311.27887,98.35947,55.322224,40.086338,12.313276,963.1245,39.218327,46.710003,13.895659,473.0728,17.625822,513.7411,6.747583,46.08477,0.0,808.9436,2528.9749,0.34331816,201.55966,20.33195,15589.532,27.90479,0.81631607,10.556244,26.393852,6.2612934,1.9838725,14.106243,350.33224,96.4425,11.806215,0.68439484,2.216915,114.25584,2.3992987,162.69556,270.79224,2063.0237,528.9422,98.895966,160.9768,227.10591,9.230375,12.761755,113.23568,16.245756,22.644777,14.646335,22.458267,141.80902,16.868898,13.423185,50.398914,12.659913,3627.126,20.1769,21.961111,16.640661,10.855221,189.27301,39.198742,16.411112,6.483878,8.944344,13.5633335,59.545803,116.82866,30.065556,154.07541,20.937002,7.0773287,60.11259,42.335163,95.50034,86.444756,8.618578,3.3258333,5.0390368,21.73571,3032.347,6.9658775,4.793336,56.30685,13.9144945,144.30547,71.47445,118.67943,3.5237489,70.58945,454.74033,343.6367,35.596943,377.0758,47.27222,55.34137,78.12552,30.981737,5.227074,24.094406,514.45197,0.5588886,1.3382407,111.96814,21.213,9.3389,12.678935,17.7633,157.05832,48.869167,159.52618,875.7506,286.0303,2304.6772,1896.3862,22.999945,35.44495,2493.9556,22.410603,53.94074,539.27515,93.64244,139.08362,64.12047,301.29926,363.0921,466.69705,10.915047,83.595116,323.9011,496.8112,16.346817,134.14328,18.80889,1.6858047,52.110893,1.1521567,1.2927634,4.7402782,13.370889,97.25849,26.297874,19.061852,310.11368,86.69351,51.751587,68.166664,21.899366,56.768055,14.098148,6.8644075,16.845,110.10038,45.29667,17.284332,30.175842,11.805555,20.247776,21.939259,2.1357665,102.75399,19.985176,265.27173,10.681102,445.12173,23.713146,691.1065,208.76147,7.341518,12.7028,254.73064,341.13104,1230.633,590.8542 +2023-11-24 17:00:00,0.0,3852.7646,87.2647,43.205936,86.903244,52.987396,332.13174,44.34332,89.06189,23.55784,54.085102,514.57056,93.78476,24.979061,196.20467,0.55980766,0.30495793,62.022358,0.7008154,9.199146,1031.7617,11.767874,1191.0139,132.91212,0.46064666,25.739447,593.97424,47.211857,377.74475,197.86618,5055.624,4.6966233,2704.0747,64.36792,1.4445924,2.8503711,8.716063,257.28333,311.21207,98.4794,55.306946,40.08583,12.308569,962.2149,39.281414,46.67364,13.879094,473.0691,17.606369,513.9381,6.742714,46.04694,0.0,808.7009,2527.0261,0.3426733,201.41032,20.31421,15575.409,27.892122,0.8160587,10.545284,26.371145,6.2594314,1.983225,14.097368,350.06754,96.31715,11.789521,0.6841271,2.2157812,114.24823,2.3959355,162.6036,270.82318,2063.3113,528.62946,98.88642,161.01314,227.30695,9.237233,12.76972,113.37132,16.268232,22.67356,14.633065,22.440445,141.87094,16.863897,13.4102545,50.388374,12.661281,3627.452,20.169378,21.959723,16.63859,10.854275,189.28531,39.201912,16.403473,6.485364,8.937903,13.555931,59.52797,116.781654,30.062986,154.08012,20.932121,7.0640235,60.04446,42.301643,95.37897,86.4605,8.630205,3.3238542,5.038199,21.717321,3028.2043,6.9743094,4.7793417,56.290577,13.908864,144.27443,71.51014,118.6818,3.5242434,70.564514,454.6969,343.68454,35.567204,376.94745,47.250694,55.334408,78.09134,31.002104,5.2309837,24.10471,514.34924,0.5589885,1.3392106,112.01655,21.231052,9.339809,12.683574,17.765142,157.1255,48.91271,159.53535,875.90985,285.79926,2304.03,1896.079,22.983202,35.388195,2491.831,22.419264,53.862732,539.1384,93.51351,138.92879,64.05146,300.8385,362.81354,466.7072,10.906095,83.52756,323.86826,496.50327,16.330627,134.02167,18.784653,1.6857351,52.11329,1.1521317,1.292854,4.7395654,13.365027,97.06058,26.280064,19.060787,309.8792,86.61932,51.70764,68.114586,21.879446,56.77205,14.0837965,6.8410234,16.838125,110.02543,45.26887,17.260614,30.201866,11.798611,20.220018,21.929352,2.132331,102.68132,19.956516,265.0908,10.675019,444.7143,23.693672,691.522,208.65417,7.327048,12.697408,254.42146,340.77557,1229.9519,591.2944 +2023-11-24 18:00:00,0.0,3850.0305,87.15755,43.13762,86.870346,52.965626,332.14148,44.338993,89.04315,23.549688,54.079628,513.6604,93.80091,24.974167,196.10078,0.558223,0.3032334,62.04491,0.69712394,9.215274,1031.968,11.788471,1191.5875,132.94084,0.46143365,25.784657,594.4053,47.221153,378.10184,197.93257,5050.394,4.7044306,2704.0483,64.468925,1.4467974,2.8548875,8.730665,257.2226,311.14526,98.599335,55.291668,40.085323,12.303863,961.30536,39.344498,46.637283,13.86253,473.06534,17.586918,514.1352,6.737845,46.009113,0.0,808.45825,2525.0771,0.34202844,201.26099,20.296473,15561.287,27.879456,0.8158013,10.534326,26.34844,6.2575693,1.9825774,14.088492,349.8028,96.191795,11.772828,0.6838594,2.2146475,114.24062,2.3925726,162.51167,270.85416,2063.5989,528.31665,98.87687,161.04948,227.50797,9.244092,12.777685,113.50697,16.29071,22.70234,14.619796,22.422623,141.93288,16.858896,13.397325,50.37784,12.662649,3627.7778,20.161854,21.958334,16.636517,10.853329,189.29762,39.205082,16.395834,6.4868493,8.931462,13.54853,59.51014,116.73465,30.060415,154.08482,20.927242,7.050718,59.976326,42.268124,95.25759,86.47624,8.641833,3.321875,5.0373607,21.69893,3024.062,6.982742,4.7653475,56.274303,13.903234,144.2434,71.54584,118.68418,3.5247376,70.53959,454.6535,343.7324,35.537468,376.8191,47.229168,55.327442,78.05716,31.022469,5.234893,24.115015,514.24646,0.5590884,1.3401805,112.06496,21.249105,9.34072,12.688212,17.766985,157.19269,48.95625,159.54453,876.0691,285.56818,2303.383,1895.7717,22.96646,35.33144,2489.7063,22.427927,53.78472,539.0017,93.38458,138.77396,63.982456,300.37778,362.535,466.71738,10.897142,83.46,323.83542,496.19534,16.31444,133.90004,18.760416,1.6856655,52.11568,1.1521068,1.2929447,4.7388525,13.359166,96.86267,26.262253,19.059721,309.64474,86.545135,51.663692,68.0625,21.859524,56.776043,14.069445,6.8176394,16.83125,109.95048,45.241074,17.236898,30.22789,11.791667,20.19226,21.919443,2.1288953,102.60865,19.927858,264.90985,10.668937,444.3069,23.674196,691.93744,208.54689,7.3125777,12.692016,254.11227,340.4201,1229.2708,591.7346 +2023-11-24 19:00:00,0.0,3847.2964,87.05039,43.0693,86.83744,52.943855,332.15125,44.33467,89.024414,23.541538,54.07415,512.7503,93.81707,24.96927,195.9969,0.5566384,0.30150893,62.067467,0.69343257,9.231401,1032.1743,11.809068,1192.161,132.96956,0.46222064,25.829866,594.8363,47.230446,378.45895,197.99896,5045.164,4.712238,2704.022,64.56994,1.4490024,2.8594036,8.745269,257.16183,311.07846,98.71928,55.27639,40.084812,12.299155,960.39575,39.407585,46.60092,13.845965,473.06165,17.567465,514.3323,6.732976,45.971283,0.0,808.2156,2523.1284,0.34138358,201.11163,20.278734,15547.165,27.866787,0.81554395,10.523366,26.325733,6.255707,1.9819299,14.079617,349.5381,96.066444,11.756134,0.68359166,2.2135139,114.23302,2.3892095,162.41972,270.88513,2063.8867,528.0039,98.86732,161.08582,227.709,9.250951,12.785651,113.64262,16.313189,22.731121,14.606526,22.404799,141.9948,16.853893,13.384394,50.3673,12.664017,3628.1038,20.154331,21.956944,16.634443,10.852382,189.30992,39.208256,16.388195,6.4883347,8.925022,13.541127,59.49231,116.687645,30.057846,154.08954,20.922361,7.0374126,59.908195,42.234604,95.136215,86.49198,8.6534605,3.319896,5.036523,21.68054,3019.9197,6.991174,4.751353,56.258034,13.897603,144.21236,71.58153,118.686554,3.525232,70.514656,454.61008,343.78027,35.50773,376.69073,47.207638,55.32048,78.02298,31.042835,5.238802,24.125319,514.1437,0.5591883,1.3411504,112.113365,21.26716,9.34163,12.69285,17.768827,157.25987,48.99979,159.5537,876.2283,285.33713,2302.7358,1895.4644,22.949717,35.274685,2487.5818,22.436588,53.70671,538.8649,93.25565,138.61914,63.913452,299.91702,362.25644,466.72754,10.88819,83.39245,323.80258,495.88742,16.29825,133.77843,18.736181,1.6855959,52.118076,1.1520818,1.2930353,4.7381396,13.353306,96.66476,26.244444,19.058657,309.41028,86.47095,51.619743,68.010414,21.839603,56.780033,14.055093,6.794255,16.824375,109.87553,45.213276,17.213182,30.253914,11.784722,20.164503,21.909536,2.1254594,102.53599,19.899199,264.7289,10.662854,443.89944,23.65472,692.3529,208.43959,7.2981076,12.686625,253.8031,340.06467,1228.5896,592.17487 +2023-11-24 20:00:00,0.0,3844.5625,86.94323,43.000984,86.80454,52.922085,332.16098,44.33035,89.005684,23.533386,54.068676,511.84012,93.83322,24.964376,195.89302,0.55505383,0.29978445,62.090023,0.6897412,9.247529,1032.3805,11.829665,1192.7345,132.99828,0.4630076,25.875076,595.26733,47.239742,378.81604,198.06535,5039.934,4.7200456,2703.9956,64.67095,1.4512073,2.86392,8.759872,257.1011,311.01166,98.83921,55.261112,40.084305,12.294449,959.48615,39.47067,46.564564,13.829401,473.05792,17.548012,514.52936,6.728107,45.933453,0.0,807.9729,2521.1797,0.3407387,200.9623,20.260996,15533.042,27.85412,0.8152866,10.512407,26.303026,6.2538447,1.9812822,14.070741,349.27335,95.94109,11.739441,0.6833239,2.2123802,114.22542,2.3858464,162.32777,270.9161,2064.1743,527.6911,98.85777,161.12215,227.91002,9.257809,12.793616,113.77826,16.335667,22.759901,14.593258,22.386974,142.05673,16.848892,13.371463,50.356762,12.665385,3628.4297,20.146809,21.955555,16.63237,10.851436,189.32222,39.211426,16.380556,6.48982,8.918581,13.533726,59.474476,116.64065,30.055277,154.09424,20.91748,7.0241075,59.84006,42.20108,95.01484,86.50772,8.665089,3.3179166,5.035685,21.66215,3015.7773,6.9996066,4.7373586,56.24176,13.891972,144.18132,71.617226,118.688934,3.5257263,70.48972,454.56665,343.82812,35.47799,376.56238,47.18611,55.313515,77.9888,31.063202,5.242711,24.135624,514.0409,0.5592882,1.3421203,112.16177,21.285213,9.342541,12.697489,17.77067,157.32706,49.04333,159.56287,876.38745,285.10605,2302.0886,1895.1571,22.932972,35.21793,2485.4573,22.445251,53.628704,538.7282,93.126724,138.46431,63.844444,299.4563,361.97787,466.7377,10.879237,83.32489,323.76974,495.57953,16.282063,133.6568,18.711945,1.6855264,52.120472,1.1520568,1.2931259,4.7374268,13.347445,96.46684,26.226633,19.057592,309.1758,86.39676,51.575794,67.958336,21.819683,56.784027,14.040741,6.7708707,16.817501,109.800575,45.18548,17.189466,30.279936,11.777778,20.136745,21.89963,2.1220238,102.46332,19.87054,264.54797,10.656772,443.492,23.635244,692.76843,208.33229,7.283638,12.681232,253.49393,339.7092,1227.9084,592.6151 +2023-11-24 21:00:00,0.0,3841.8284,86.836075,42.932667,86.771645,52.900314,332.17072,44.326023,88.986946,23.525236,54.0632,510.93,93.84937,24.959482,195.78914,0.5534692,0.29805994,62.11258,0.68604976,9.263657,1032.5868,11.850263,1193.308,133.027,0.4637946,25.920286,595.69836,47.24904,379.17313,198.13173,5034.704,4.727853,2703.9692,64.77196,1.4534123,2.8684363,8.774475,257.04034,310.94485,98.95915,55.245834,40.083797,12.2897415,958.5766,39.533756,46.528202,13.812837,473.05417,17.528559,514.72644,6.723238,45.895626,0.0,807.7302,2519.2307,0.34009385,200.81294,20.243258,15518.92,27.841452,0.8150292,10.501449,26.28032,6.2519827,1.9806347,14.061865,349.00864,95.815735,11.722747,0.68305624,2.2112465,114.21781,2.3824832,162.23584,270.94708,2064.462,527.3783,98.84822,161.1585,228.11105,9.2646675,12.801581,113.91391,16.358145,22.788683,14.5799885,22.36915,142.11867,16.843891,13.358533,50.346222,12.666753,3628.7556,20.139284,21.954166,16.630299,10.85049,189.33452,39.214596,16.372917,6.491306,8.912141,13.526323,59.456646,116.59364,30.052708,154.09895,20.912601,7.010802,59.771927,42.16756,94.89346,86.52346,8.676717,3.3159375,5.034847,21.64376,3011.635,7.008039,4.7233644,56.225487,13.886341,144.15028,71.652916,118.69131,3.5262206,70.46479,454.52322,343.876,35.448254,376.43405,47.164585,55.30655,77.95462,31.083569,5.2466207,24.145927,513.9381,0.5593881,1.3430903,112.21018,21.303267,9.343451,12.7021265,17.772514,157.39424,49.086876,159.57204,876.54663,284.875,2301.4414,1894.8499,22.91623,35.161175,2483.3328,22.453913,53.550694,538.5915,92.99779,138.30948,63.77544,298.99554,361.69934,466.74786,10.870285,83.25733,323.73694,495.2716,16.265873,133.53519,18.687708,1.6854568,52.122868,1.1520319,1.2932166,4.736714,13.341583,96.268936,26.208822,19.056528,308.94135,86.32256,51.531845,67.90625,21.799763,56.78802,14.026389,6.7474866,16.810625,109.725624,45.15768,17.16575,30.30596,11.770833,20.108988,21.88972,2.1185882,102.39065,19.84188,264.36707,10.650689,443.08456,23.61577,693.1839,208.225,7.269168,12.67584,253.18475,339.35373,1227.2273,593.0553 +2023-11-24 22:00:00,0.0,3839.0942,86.72891,42.86435,86.73874,52.878544,332.18045,44.3217,88.968216,23.517084,54.057724,510.01984,93.865524,24.954588,195.68526,0.5518846,0.29633546,62.135136,0.6823584,9.279784,1032.7931,11.870859,1193.8816,133.05571,0.46458158,25.965496,596.1294,47.25833,379.53024,198.19812,5029.474,4.73566,2703.9429,64.87297,1.4556173,2.8729527,8.789079,256.9796,310.87805,99.07909,55.230556,40.08329,12.285035,957.667,39.59684,46.491844,13.796272,473.05045,17.509106,514.9235,6.718369,45.857796,0.0,807.48755,2517.282,0.339449,200.6636,20.225517,15504.797,27.828785,0.81477183,10.490489,26.25761,6.2501206,1.9799871,14.05299,348.7439,95.690384,11.706054,0.6827885,2.210113,114.210205,2.37912,162.14389,270.97806,2064.7498,527.06555,98.83867,161.19482,228.31209,9.271526,12.809547,114.04955,16.380623,22.817463,14.566719,22.351328,142.18059,16.838888,13.345602,50.335686,12.668121,3629.0815,20.131762,21.952778,16.628225,10.849543,189.34682,39.217766,16.365278,6.492791,8.9057,13.518922,59.438812,116.54664,30.050138,154.10365,20.90772,6.9974966,59.703796,42.13404,94.77209,86.5392,8.688344,3.3139584,5.034009,21.62537,3007.4927,7.016471,4.7093697,56.209213,13.880711,144.11925,71.688614,118.69369,3.526715,70.439865,454.4798,343.92386,35.418514,376.3057,47.143055,55.299587,77.92044,31.103935,5.25053,24.156233,513.8353,0.55948806,1.3440602,112.25859,21.321321,9.344361,12.706765,17.774357,157.46143,49.130417,159.5812,876.7059,284.64395,2300.7942,1894.5426,22.899487,35.10442,2481.208,22.462576,53.472683,538.4547,92.86886,138.15465,63.706432,298.53482,361.42078,466.75803,10.861333,83.18978,323.7041,494.96368,16.249685,133.41356,18.663473,1.6853871,52.125263,1.152007,1.2933072,4.736001,13.335722,96.07102,26.191013,19.055462,308.7069,86.248375,51.4879,67.854164,21.779842,56.792015,14.012037,6.724102,16.803751,109.65067,45.129883,17.142035,30.331984,11.763889,20.08123,21.879814,2.1151526,102.317986,19.813223,264.18613,10.644607,442.67712,23.596294,693.59937,208.1177,7.254698,12.670448,252.87556,338.99826,1226.5463,593.49554 +2023-11-24 23:00:00,0.0,3836.36,86.62176,42.796032,86.70584,52.85677,332.1902,44.31738,88.94948,23.508932,54.05225,509.1097,93.881676,24.949694,195.58138,0.55029994,0.29461098,62.15769,0.678667,9.295912,1032.9994,11.891457,1194.4551,133.08443,0.46536857,26.010706,596.5604,47.267628,379.88733,198.26451,5024.244,4.7434673,2703.9165,64.97398,1.4578223,2.8774688,8.803682,256.91885,310.81125,99.19902,55.21528,40.08278,12.280328,956.75745,39.659927,46.455482,13.779708,473.04675,17.489653,515.1206,6.7135,45.81997,0.0,807.2449,2515.3333,0.33880413,200.51427,20.207779,15490.675,27.816116,0.81451446,10.47953,26.234905,6.2482586,1.9793396,14.044114,348.4792,95.56503,11.68936,0.6825208,2.2089794,114.20261,2.375757,162.05194,271.00903,2065.0374,526.75275,98.829124,161.23116,228.5131,9.278384,12.8175125,114.1852,16.403101,22.846245,14.553451,22.333504,142.24252,16.833887,13.332671,50.325146,12.669489,3629.4075,20.124239,21.95139,16.626152,10.848597,189.35913,39.220936,16.35764,6.4942765,8.89926,13.511519,59.420982,116.49963,30.04757,154.10837,20.90284,6.984191,59.635662,42.100517,94.6507,86.55494,8.699972,3.3119793,5.033171,21.60698,3003.35,7.0249033,4.6953754,56.19294,13.875079,144.08823,71.724304,118.69606,3.5272093,70.41493,454.43637,343.97174,35.388775,376.17734,47.12153,55.29262,77.88626,31.1243,5.254439,24.166538,513.73254,0.55958796,1.3450301,112.30701,21.339375,9.345272,12.711403,17.7762,157.52861,49.173958,159.59038,876.8651,284.41287,2300.1472,1894.2354,22.882744,35.047665,2479.0835,22.471237,53.394676,538.318,92.73993,137.99983,63.63743,298.07407,361.14224,466.7682,10.852381,83.12222,323.67126,494.65576,16.233496,133.29195,18.639236,1.6853176,52.127655,1.151982,1.2933978,4.735288,13.329861,95.873116,26.173203,19.054398,308.47244,86.17419,51.44395,67.802086,21.759922,56.796005,13.997685,6.700718,16.796875,109.575714,45.102085,17.118317,30.358007,11.756945,20.05347,21.869907,2.1117167,102.245316,19.784563,264.0052,10.638524,442.26968,23.576818,694.01483,208.0104,7.2402277,12.665057,252.56639,338.6428,1225.8651,593.9358 +2023-11-25 00:00:00,0.0,3833.626,86.514595,42.727715,86.67294,52.835,332.19995,44.313053,88.93074,23.500782,54.046776,508.19955,93.89783,24.9448,195.47751,0.54871535,0.2928865,62.180244,0.6749756,9.312039,1033.2057,11.912053,1195.0286,133.11314,0.46615556,26.055916,596.99146,47.27692,380.24445,198.3309,5019.014,4.7512746,2703.8901,65.075,1.4600272,2.8819852,8.818285,256.85812,310.74445,99.31896,55.2,40.08227,12.275621,955.84784,39.723015,46.419125,13.763144,473.04297,17.4702,515.3177,6.708631,45.78214,0.0,807.0022,2513.3843,0.33815926,200.36491,20.19004,15476.552,27.80345,0.8142571,10.468572,26.212198,6.2463965,1.978692,14.035238,348.21448,95.43968,11.672667,0.68225306,2.2078457,114.195,2.3723938,161.96,271.04,2065.325,526.44,98.81958,161.2675,228.71414,9.285243,12.825478,114.32085,16.42558,22.875025,14.540181,22.315681,142.30444,16.828884,13.31974,50.31461,12.670857,3629.7334,20.116714,21.95,16.624079,10.847651,189.37143,39.224106,16.35,6.495762,8.892818,13.504118,59.403152,116.45264,30.045,154.11307,20.89796,6.9708858,59.56753,42.066998,94.52933,86.57069,8.711599,3.31,5.032333,21.58859,2999.2078,7.0333357,4.681381,56.176666,13.869449,144.05719,71.76,118.69844,3.5277038,70.39,454.39297,344.0196,35.359035,376.04898,47.1,55.28566,77.85208,31.144667,5.258348,24.176842,513.62976,0.55968785,1.346,112.355415,21.357428,9.346182,12.716042,17.778042,157.59578,49.2175,159.59955,877.0243,284.18182,2299.5,1893.928,22.866001,34.99091,2476.959,22.4799,53.316666,538.1813,92.611,137.845,63.56842,297.61334,360.86368,466.77835,10.843428,83.054665,323.63843,494.34784,16.217308,133.17033,18.615,1.685248,52.13005,1.151957,1.2934885,4.7345753,13.323999,95.6752,26.155392,19.053333,308.23798,86.1,51.4,67.75,21.740002,56.8,13.983334,6.677334,16.79,109.50076,45.074287,17.0946,30.384031,11.75,20.025713,21.859999,2.1082811,102.172646,19.755905,263.82425,10.6324415,441.86224,23.557343,694.4303,207.9031,7.2257576,12.659665,252.25722,338.28735,1225.184,594.37604 +2023-11-25 01:00:00,0.0,3830.8918,86.40744,42.659397,86.64004,52.81323,332.2097,44.30873,88.91201,23.49263,54.041298,507.28943,93.91398,24.939905,195.37363,0.54713076,0.29116198,62.2028,0.6712842,9.328167,1033.412,11.932651,1195.6022,133.14186,0.46694255,26.101126,597.4225,47.286217,380.60153,198.3973,5013.784,4.7590823,2703.8638,65.176,1.4622322,2.8865016,8.832888,256.7974,310.67764,99.438896,55.184723,40.081764,12.270915,954.9383,39.7861,46.382763,13.746578,473.03925,17.450748,515.5148,6.703762,45.744312,0.0,806.7595,2511.4355,0.3375144,200.21558,20.172302,15462.43,27.790781,0.8139997,10.457612,26.189491,6.244534,1.9780444,14.026362,347.94974,95.31432,11.6559725,0.6819853,2.206712,114.18739,2.3690307,161.86806,271.07098,2065.6128,526.1272,98.81003,161.30383,228.91516,9.292102,12.833444,114.4565,16.448057,22.903805,14.526912,22.29786,142.36638,16.823883,13.30681,50.304073,12.672225,3630.0593,20.109192,21.94861,16.622007,10.846704,189.38373,39.22728,16.342361,6.497247,8.886377,13.496716,59.38532,116.40563,30.042429,154.11777,20.89308,6.95758,59.499397,42.033478,94.40795,86.586426,8.7232275,3.3080208,5.031495,21.5702,2995.0654,7.041768,4.6673865,56.160393,13.863818,144.02615,71.79569,118.70081,3.528198,70.365074,454.34955,344.06747,35.3293,375.92062,47.078472,55.278694,77.8179,31.165033,5.2622576,24.187147,513.527,0.55978775,1.3469698,112.403824,21.37548,9.347093,12.72068,17.779884,157.66296,49.26104,159.60872,877.1835,283.95074,2298.8528,1893.6207,22.849257,34.934155,2474.8342,22.488564,53.238655,538.0445,92.48207,137.69017,63.499416,297.1526,360.58514,466.7885,10.8344755,82.987114,323.6056,494.03995,16.20112,133.0487,18.590763,1.6851784,52.132446,1.151932,1.2935791,4.7338624,13.318139,95.47729,26.137583,19.052269,308.0035,86.02581,51.356052,67.697914,21.72008,56.803993,13.968982,6.6539493,16.783125,109.42581,45.04649,17.070885,30.410055,11.743055,19.997955,21.850092,2.1048455,102.09998,19.727245,263.6433,10.626358,441.4548,23.537868,694.84576,207.79582,7.2112875,12.654273,251.94804,337.9319,1224.5028,594.8163 +2023-11-25 02:00:00,0.0,3828.1577,86.30028,42.59108,86.60714,52.79146,332.21942,44.30441,88.89327,23.48448,54.035824,506.37927,93.93013,24.93501,195.26974,0.5455461,0.2894375,62.225357,0.6675928,9.344295,1033.6182,11.953248,1196.1757,133.1706,0.46772954,26.146336,597.8535,47.295513,380.95865,198.46368,5008.554,4.7668896,2703.8376,65.277016,1.4644372,2.891018,8.847491,256.73663,310.61084,99.55884,55.169445,40.081257,12.266208,954.0287,39.849186,46.346405,13.730014,473.03555,17.431295,515.71185,6.698893,45.706482,0.0,806.51685,2509.4868,0.33686954,200.06622,20.154564,15448.307,27.778114,0.81374234,10.446653,26.166784,6.242672,1.9773968,14.017487,347.68503,95.18897,11.639279,0.68171763,2.2055783,114.179794,2.3656676,161.77611,271.10193,2065.9004,525.81445,98.800476,161.34018,229.1162,9.29896,12.841409,114.59214,16.470535,22.932587,14.513642,22.280035,142.42831,16.818882,13.2938795,50.293533,12.6735935,3630.3853,20.101667,21.947222,16.619934,10.8457575,189.39603,39.23045,16.334723,6.498733,8.879937,13.489314,59.36749,116.35863,30.03986,154.12248,20.888199,6.944275,59.431267,41.999958,94.286575,86.602165,8.734856,3.3060417,5.0306573,21.55181,2990.923,7.0502005,4.6533923,56.14412,13.858188,143.99512,71.83139,118.70319,3.5286922,70.34014,454.30612,344.11533,35.29956,375.7923,47.056946,55.271732,77.78372,31.1854,5.2661667,24.19745,513.4242,0.55988765,1.3479397,112.45223,21.393536,9.348002,12.725318,17.781727,157.73015,49.304585,159.61787,877.34265,283.7197,2298.2056,1893.3135,22.832514,34.8774,2472.7097,22.497225,53.16065,537.9078,92.353134,137.53535,63.43041,296.69183,360.30658,466.79868,10.825523,82.919556,323.57275,493.73203,16.18493,132.9271,18.566528,1.6851088,52.134842,1.1519071,1.2936697,4.73315,13.312278,95.27938,26.119772,19.051203,307.76904,85.951614,51.312103,67.645836,21.70016,56.807987,13.95463,6.630565,16.77625,109.35086,45.018692,17.047169,30.436079,11.736111,19.970198,21.840185,2.1014097,102.02731,19.698587,263.46237,10.6202755,441.04736,23.518393,695.2612,207.68852,7.1968174,12.648881,251.63885,337.57642,1223.8217,595.2565 +2023-11-25 03:00:00,0.0,3825.4236,86.19312,42.522762,86.57424,52.769688,332.22916,44.300083,88.87454,23.476328,54.03035,505.46912,93.94629,24.930117,195.16586,0.5439615,0.28771302,62.247913,0.6639014,9.360422,1033.8245,11.973845,1196.7491,133.19931,0.4685165,26.191545,598.28455,47.304806,381.31573,198.53008,5003.324,4.774697,2703.8113,65.37803,1.4666423,2.895534,8.862095,256.6759,310.54404,99.67877,55.154167,40.08075,12.261501,953.1191,39.91227,46.310043,13.7134495,473.0318,17.411842,515.90894,6.694024,45.66865,0.0,806.2742,2507.5378,0.33622468,199.91689,20.136826,15434.185,27.765446,0.81348497,10.435695,26.144077,6.24081,1.9767493,14.008612,347.4203,95.06362,11.622585,0.6814499,2.2044446,114.17219,2.3623044,161.68417,271.1329,2066.188,525.50165,98.790924,161.37651,229.31723,9.305819,12.849374,114.72778,16.493013,22.961367,14.500374,22.26221,142.49023,16.813879,13.280949,50.282997,12.674961,3630.7112,20.094145,21.945833,16.61786,10.844811,189.40833,39.23362,16.327084,6.5002184,8.873496,13.481912,59.349655,116.31162,30.03729,154.12718,20.88332,6.9309697,59.363132,41.966434,94.1652,86.617905,8.746483,3.3040626,5.029819,21.53342,2986.7808,7.0586324,4.639398,56.127846,13.852556,143.96408,71.86709,118.70557,3.5291867,70.31521,454.2627,344.1632,35.26982,375.66394,47.035416,55.264767,77.74954,31.205767,5.270076,24.207756,513.3214,0.55998755,1.3489097,112.50064,21.411589,9.348913,12.729957,17.78357,157.79733,49.348125,159.62704,877.5019,283.48865,2297.5583,1893.0062,22.815771,34.820644,2470.5852,22.505888,53.082638,537.77106,92.224205,137.38052,63.361404,296.2311,360.02805,466.80884,10.816571,82.852,323.53992,493.4241,16.168743,132.80547,18.542292,1.6850393,52.137238,1.1518822,1.2937604,4.732437,13.3064165,95.08147,26.101961,19.050138,307.53458,85.877426,51.268158,67.59375,21.680239,56.811977,13.940278,6.607181,16.769375,109.27591,44.990894,17.023453,30.462101,11.729167,19.94244,21.830276,2.097974,101.95464,19.669928,263.28143,10.614193,440.63992,23.498917,695.6767,207.58122,7.1823473,12.643489,251.32968,337.22095,1223.1405,595.6967 +2023-11-25 04:00:00,0.0,3822.6895,86.08596,42.454445,86.54134,52.747917,332.2389,44.29576,88.855804,23.468176,54.02487,504.559,93.96244,24.925222,195.06198,0.5423769,0.28598854,62.270466,0.66021,9.37655,1034.0308,11.994442,1197.3226,133.22803,0.4693035,26.236755,598.7156,47.314102,381.67282,198.59645,4998.094,4.782504,2703.785,65.47904,1.4688473,2.9000504,8.8766985,256.61514,310.47723,99.798706,55.13889,40.08024,12.256794,952.20953,39.975357,46.273685,13.696885,473.02808,17.39239,516.106,6.689155,45.630825,0.0,806.0315,2505.589,0.3355798,199.76755,20.119087,15420.062,27.752779,0.8132276,10.424735,26.121372,6.238948,1.9761018,13.999736,347.15558,94.93827,11.605892,0.6811822,2.203311,114.16458,2.3589413,161.59222,271.16388,2066.4756,525.1889,98.78139,161.41284,229.51825,9.312677,12.85734,114.863434,16.515491,22.990149,14.487104,22.244389,142.55217,16.808878,13.268019,50.272457,12.67633,3631.037,20.086622,21.944445,16.615788,10.843864,189.42064,39.23679,16.319445,6.5017037,8.867056,13.47451,59.331825,116.264626,30.034721,154.1319,20.878439,6.917664,59.295002,41.932915,94.04382,86.633644,8.758111,3.3020835,5.028981,21.51503,2982.6382,7.067065,4.6254034,56.111572,13.846926,143.93304,71.90278,118.70795,3.529681,70.29028,454.21927,344.21106,35.240086,375.53558,47.01389,55.257805,77.71536,31.226131,5.273985,24.21806,513.2187,0.56008744,1.3498796,112.54905,21.429642,9.349823,12.734594,17.785414,157.86452,49.391666,159.63622,877.66113,283.25757,2296.9114,1892.699,22.799028,34.76389,2468.4604,22.51455,53.004627,537.6343,92.095276,137.2257,63.2924,295.77036,359.74948,466.819,10.807618,82.78445,323.50708,493.11618,16.152554,132.68385,18.518055,1.6849697,52.13963,1.1518571,1.293851,4.7317243,13.300555,94.88356,26.084152,19.049074,307.3001,85.80324,51.22421,67.541664,21.660318,56.81597,13.925926,6.5837965,16.7625,109.20096,44.963097,16.999737,30.488125,11.722222,19.914682,21.82037,2.0945385,101.88197,19.641268,263.1005,10.60811,440.23248,23.47944,696.09216,207.47394,7.167877,12.638098,251.02051,336.86548,1222.4594,596.13696 +2023-11-25 05:00:00,0.0,3819.9556,85.978806,42.386127,86.50844,52.726147,332.24866,44.29144,88.83707,23.460026,54.019398,503.64883,93.97859,24.920328,194.9581,0.5407923,0.28426403,62.293022,0.65651864,9.392677,1034.237,12.015039,1197.8962,133.25674,0.47009048,26.281965,599.1466,47.323395,382.02994,198.66284,4992.8643,4.7903113,2703.7585,65.58005,1.4710522,2.9045668,8.891302,256.5544,310.41043,99.91865,55.12361,40.07973,12.252088,951.2999,40.03844,46.237324,13.680321,473.02435,17.372936,516.3031,6.684286,45.592995,0.0,805.7888,2503.6404,0.33493495,199.6182,20.101349,15405.939,27.74011,0.8129702,10.413776,26.098665,6.237086,1.9754542,13.99086,346.89084,94.81291,11.589198,0.68091446,2.2021775,114.15698,2.3555782,161.50027,271.19485,2066.7634,524.8761,98.771835,161.44919,229.71928,9.319535,12.865305,114.99908,16.537968,23.018929,14.473835,22.226566,142.61409,16.803875,13.255088,50.26192,12.677697,3631.363,20.079098,21.943056,16.613716,10.842918,189.43294,39.23996,16.311806,6.503189,8.860615,13.467108,59.313995,116.21762,30.032152,154.1366,20.873558,6.904359,59.226868,41.899395,93.92245,86.64938,8.769738,3.3001041,5.0281434,21.49664,2978.4958,7.075497,4.611409,56.0953,13.841295,143.90201,71.93848,118.71032,3.5301754,70.26535,454.17584,344.2589,35.210346,375.40723,46.992363,55.25084,77.68118,31.246498,5.277894,24.228365,513.1159,0.56018734,1.3508495,112.59746,21.447695,9.350734,12.739233,17.787256,157.9317,49.435207,159.64539,877.8203,283.02652,2296.2642,1892.3916,22.782286,34.707134,2466.336,22.523212,52.92662,537.49756,91.96635,137.07086,63.223392,295.30963,359.47092,466.82916,10.798666,82.71689,323.47424,492.80826,16.136366,132.56223,18.49382,1.6849,52.142025,1.1518322,1.2939416,4.7310114,13.294694,94.685646,26.066341,19.048008,307.06564,85.72905,51.18026,67.489586,21.640398,56.819965,13.911574,6.5604124,16.755625,109.12601,44.9353,16.976019,30.514149,11.715278,19.886923,21.810463,2.0911028,101.80931,19.61261,262.91956,10.602028,439.82504,23.459967,696.5077,207.36664,7.1534076,12.632706,250.71133,336.51004,1221.7782,596.5772 +2023-11-25 06:00:00,0.0,3817.2214,85.87164,42.31781,86.47554,52.704376,332.2584,44.287117,88.81834,23.451874,54.013924,502.7387,93.99474,24.915432,194.85422,0.5392077,0.28253955,62.31558,0.6528272,9.408806,1034.4434,12.035636,1198.4697,133.28546,0.47087747,26.327175,599.57764,47.33269,382.38702,198.72923,4987.6343,4.798119,2703.7322,65.68106,1.4732572,2.9090831,8.905905,256.49365,310.34363,100.03858,55.108334,40.079224,12.24738,950.3904,40.10153,46.200966,13.663756,473.02063,17.353483,516.5001,6.679417,45.55517,0.0,805.54614,2501.6914,0.3342901,199.46886,20.083609,15391.816,27.727444,0.81271285,10.402818,26.075958,6.235224,1.9748065,13.981984,346.62613,94.68756,11.572505,0.6806467,2.2010438,114.149376,2.352215,161.40834,271.22583,2067.051,524.5633,98.76228,161.48552,229.9203,9.326394,12.873271,115.13473,16.560446,23.04771,14.4605665,22.208742,142.67603,16.798874,13.242157,50.25138,12.679066,3631.689,20.071575,21.941668,16.611643,10.841972,189.44524,39.24313,16.304167,6.5046744,8.854175,13.459705,59.29616,116.170616,30.029583,154.14131,20.86868,6.891053,59.158733,41.86587,93.80107,86.66513,8.781366,3.298125,5.027305,21.47825,2974.3535,7.0839295,4.597415,56.07903,13.835665,143.87097,71.97417,118.7127,3.5306697,70.24042,454.13245,344.3068,35.180607,375.27887,46.970833,55.243877,77.647,31.266865,5.2818036,24.23867,513.0131,0.5602873,1.3518194,112.64587,21.46575,9.3516445,12.743871,17.789099,157.99889,49.47875,159.65456,877.9795,282.79544,2295.617,1892.0844,22.765541,34.65038,2464.2114,22.531874,52.84861,537.3608,91.83742,136.91605,63.15439,294.84888,359.19238,466.83932,10.789714,82.64934,323.4414,492.50037,16.120176,132.44061,18.469584,1.6848305,52.14442,1.1518073,1.2940323,4.7302985,13.288833,94.48773,26.048532,19.046944,306.83118,85.65486,51.13631,67.4375,21.620478,56.82396,13.8972225,6.5370283,16.74875,109.051056,44.9075,16.952303,30.540173,11.708333,19.859165,21.800554,2.087667,101.73664,19.58395,262.73862,10.595945,439.4176,23.44049,696.92316,207.25934,7.1389375,12.627314,250.40215,336.15457,1221.0972,597.01746 +2023-11-25 07:00:00,0.0,3814.4873,85.76449,42.249493,86.44264,52.682606,332.26813,44.28279,88.7996,23.443724,54.008446,501.82855,94.010895,24.910538,194.75034,0.53762305,0.28081506,62.338135,0.6491358,9.424933,1034.6495,12.056233,1199.0432,133.31418,0.47166446,26.372385,600.00867,47.341988,382.74414,198.79562,4982.4043,4.8059263,2703.7058,65.782074,1.4754622,2.9135993,8.920507,256.43292,310.27682,100.15852,55.093056,40.078716,12.242674,949.4808,40.16461,46.164604,13.647192,473.0169,17.33403,516.6972,6.674548,45.517338,0.0,805.30347,2499.7427,0.33364522,199.3195,20.06587,15377.694,27.714775,0.8124555,10.391858,26.05325,6.2333612,1.974159,13.973108,346.36142,94.56221,11.555811,0.68037903,2.1999102,114.14177,2.348852,161.31639,271.2568,2067.3386,524.25055,98.75273,161.52185,230.12134,9.333253,12.881236,115.27037,16.582924,23.07649,14.447297,22.19092,142.73795,16.793873,13.229226,50.240845,12.680433,3632.015,20.064053,21.940277,16.60957,10.841025,189.45753,39.246304,16.296528,6.5061603,8.8477335,13.452304,59.27833,116.12361,30.027014,154.14601,20.863798,6.877748,59.090603,41.83235,93.679695,86.68087,8.7929945,3.296146,5.0264673,21.45986,2970.2112,7.092362,4.5834203,56.062756,13.830033,143.83994,72.009865,118.71507,3.5311642,70.21549,454.08902,344.35464,35.150867,375.15054,46.949306,55.23691,77.61282,31.287231,5.2857127,24.248974,512.91034,0.5603872,1.3527893,112.694275,21.483803,9.352554,12.748509,17.790941,158.06607,49.522293,159.66373,878.1387,282.5644,2294.9697,1891.7771,22.748798,34.593624,2462.0867,22.540537,52.7706,537.22406,91.70848,136.76122,63.08538,294.38815,358.91382,466.8495,10.780762,82.58178,323.40857,492.19244,16.103989,132.31898,18.445347,1.6847609,52.146816,1.1517823,1.2941229,4.7295856,13.282972,94.289825,26.030722,19.04588,306.5967,85.580666,51.09236,67.385414,21.600557,56.82795,13.882871,6.5136437,16.741875,108.976105,44.879704,16.928587,30.566196,11.701389,19.831408,21.790648,2.0842314,101.66397,19.555292,262.55768,10.589863,439.0102,23.421015,697.3386,207.15204,7.1244674,12.621922,250.09297,335.7991,1220.416,597.45764 +2023-11-25 08:00:00,0.0,3811.7532,85.657326,42.181175,86.40974,52.660835,332.27786,44.27847,88.78087,23.435572,54.00297,500.91843,94.02705,24.905643,194.64645,0.53603846,0.27909058,62.36069,0.64544445,9.441061,1034.8558,12.07683,1199.6168,133.3429,0.47245145,26.417595,600.4397,47.35128,383.10123,198.86201,4977.175,4.8137336,2703.6794,65.88309,1.4776672,2.9181156,8.935111,256.3722,310.21002,100.27846,55.077778,40.078205,12.237967,948.5712,40.2277,46.128246,13.630628,473.01318,17.314579,516.8943,6.669679,45.47951,0.0,805.0608,2497.794,0.33300036,199.17017,20.048132,15363.571,27.702108,0.8121981,10.380899,26.030542,6.231499,1.9735115,13.964233,346.09668,94.43686,11.539118,0.6801113,2.1987765,114.13416,2.3454888,161.22444,271.28778,2067.6265,523.93774,98.74319,161.5582,230.32237,9.340111,12.889201,115.40602,16.605402,23.105272,14.434028,22.173096,142.79988,16.78887,13.216296,50.230305,12.681802,3632.3408,20.056528,21.938889,16.607498,10.840079,189.46983,39.249474,16.288889,6.5076456,8.841293,13.444901,59.260498,116.07661,30.024445,154.15073,20.858917,6.8644423,59.02247,41.798832,93.55832,86.69661,8.804622,3.2941668,5.0256295,21.44147,2966.0688,7.100794,4.569426,56.046482,13.824403,143.8089,72.045555,118.71745,3.5316584,70.19056,454.0456,344.40253,35.12113,375.0222,46.927776,55.229946,77.57864,31.307596,5.289622,24.25928,512.80756,0.5604871,1.3537592,112.74268,21.501856,9.353465,12.753148,17.792784,158.13324,49.565834,159.6729,878.2979,282.33334,2294.3225,1891.4698,22.732056,34.53687,2459.9622,22.549198,52.692593,537.08734,91.57955,136.60638,63.016376,293.9274,358.63528,466.85965,10.771809,82.51422,323.37573,491.88452,16.0878,132.19737,18.421112,1.6846913,52.14921,1.1517574,1.2942135,4.728873,13.277111,94.09191,26.01291,19.044815,306.36224,85.50648,51.048416,67.333336,21.580635,56.831944,13.868519,6.4902596,16.735,108.90115,44.851906,16.904871,30.59222,11.694445,19.80365,21.78074,2.0807958,101.59131,19.526632,262.37674,10.58378,438.60275,23.401539,697.7541,207.04475,7.1099973,12.61653,249.7838,335.44363,1219.7349,597.8979 +2023-11-25 09:00:00,0.0,3809.019,85.55017,42.112854,86.37684,52.639065,332.2876,44.274147,88.76213,23.42742,53.997498,500.00827,94.0432,24.90075,194.54259,0.53445387,0.27736607,62.383244,0.641753,9.457189,1035.0621,12.097427,1200.1903,133.37161,0.47323844,26.462805,600.8707,47.360577,383.4583,198.9284,4971.945,4.821541,2703.653,65.98409,1.4798721,2.922632,8.949715,256.31143,310.14322,100.39839,55.0625,40.077698,12.23326,947.6616,40.290783,46.091885,13.614063,473.00946,17.295126,517.0914,6.66481,45.44168,0.0,804.8181,2495.8452,0.3323555,199.02081,20.030394,15349.449,27.68944,0.8119407,10.369941,26.007837,6.229637,1.9728639,13.955358,345.83197,94.31151,11.522424,0.6798436,2.1976428,114.126564,2.3421257,161.1325,271.31876,2067.914,523.625,98.733635,161.59453,230.52339,9.34697,12.897167,115.541664,16.62788,23.134052,14.420758,22.155273,142.86182,16.783869,13.203365,50.21977,12.683169,3632.6667,20.049006,21.9375,16.605425,10.839133,189.48215,39.252644,16.28125,6.509131,8.834852,13.4375,59.24267,116.02961,30.021873,154.15543,20.854038,6.851137,58.954338,41.765312,93.43694,86.71235,8.81625,3.2921875,5.0247912,21.42308,2961.9265,7.109226,4.555432,56.03021,13.818772,143.77786,72.08125,118.719826,3.5321527,70.16563,454.00217,344.45038,35.091393,374.89383,46.90625,55.222984,77.544464,31.327963,5.293531,24.269583,512.7048,0.560587,1.3547292,112.79109,21.51991,9.354375,12.757786,17.794626,158.20042,49.609375,159.68207,878.45715,282.10226,2293.6755,1891.1625,22.715313,34.480114,2457.8376,22.557861,52.614582,536.95056,91.45062,136.45157,62.94737,293.46667,358.35672,466.8698,10.7628565,82.44667,323.34293,491.5766,16.071611,132.07576,18.396875,1.6846217,52.151604,1.1517323,1.2943041,4.72816,13.27125,93.894005,25.995102,19.043749,306.12778,85.43229,51.004467,67.28125,21.560715,56.835938,13.854167,6.466875,16.728125,108.8262,44.82411,16.881155,30.618244,11.6875,19.775892,21.770832,2.0773602,101.51864,19.497974,262.19583,10.577698,438.1953,23.382065,698.16956,206.93745,7.095527,12.611138,249.47461,335.0882,1219.0537,598.33813 +2023-11-25 10:00:00,0.0,3806.285,85.443016,42.044537,86.34394,52.61729,332.29733,44.26982,88.74339,23.41927,53.99202,499.0981,94.05936,24.895855,194.4387,0.5328692,0.2756416,62.4058,0.63806164,9.473316,1035.2684,12.118025,1200.7638,133.40033,0.4740254,26.508013,601.30176,47.36987,383.81543,198.9948,4966.715,4.829348,2703.6267,66.085106,1.4820771,2.9271483,8.964317,256.2507,310.07642,100.51833,55.047222,40.07719,12.228553,946.752,40.35387,46.055527,13.597498,473.00574,17.275673,517.28845,6.659941,45.40385,0.0,804.57544,2493.8962,0.33171064,198.87148,20.012655,15335.327,27.676773,0.81168336,10.358981,25.98513,6.227775,1.9722162,13.946482,345.56723,94.18615,11.50573,0.67957586,2.1965091,114.11896,2.3387625,161.04056,271.34973,2068.2017,523.3122,98.72408,161.63086,230.72443,9.353828,12.905132,115.67731,16.650358,23.162832,14.40749,22.13745,142.92374,16.778868,13.190434,50.20923,12.684538,3632.9927,20.041481,21.936111,16.603352,10.838186,189.49445,39.255814,16.273611,6.5106163,8.828412,13.430098,59.224834,115.982605,30.019304,154.16013,20.849157,6.837832,58.886204,41.73179,93.31557,86.72809,8.827877,3.2902083,5.0239534,21.40469,2957.784,7.1176586,4.541437,56.013935,13.813142,143.74683,72.11694,118.722206,3.5326471,70.14069,453.95874,344.49826,35.061653,374.76547,46.884724,55.21602,77.51028,31.34833,5.2974405,24.279888,512.602,0.5606869,1.3556991,112.8395,21.537964,9.355286,12.762424,17.79647,158.26761,49.652916,159.69124,878.61633,281.87122,2293.0283,1890.8552,22.69857,34.42336,2455.7131,22.566525,52.53657,536.81384,91.32169,136.29674,62.878365,293.00592,358.0782,466.87997,10.753904,82.37911,323.3101,491.2687,16.055422,131.95413,18.372639,1.6845522,52.154,1.1517074,1.2943949,4.727447,13.2653885,93.69609,25.977291,19.042685,305.8933,85.3581,50.960518,67.229164,21.540794,56.83993,13.839815,6.443491,16.72125,108.75124,44.79631,16.857439,30.644266,11.680555,19.748135,21.760925,2.0739243,101.44597,19.469315,262.0149,10.571615,437.78787,23.362589,698.585,206.83015,7.081057,12.605746,249.16544,334.73273,1218.3726,598.7784 +2023-11-25 11:00:00,0.0,3803.5508,85.33585,41.97622,86.311035,52.59552,332.3071,44.2655,88.72466,23.411118,53.986546,498.188,94.07551,24.89096,194.33482,0.53128463,0.2739171,62.428356,0.63437027,9.489444,1035.4747,12.138621,1201.3373,133.42905,0.4748124,26.553223,601.7328,47.379166,384.17252,199.06117,4961.485,4.837156,2703.6003,66.18612,1.4842821,2.9316647,8.978921,256.18994,310.0096,100.63827,55.031944,40.076683,12.223846,945.84247,40.416958,46.019165,13.580934,473.002,17.25622,517.48553,6.655072,45.366024,0.0,804.33276,2491.9475,0.33106577,198.72214,19.994917,15321.204,27.664104,0.811426,10.348022,25.962423,6.225913,1.9715687,13.937606,345.30252,94.0608,11.489037,0.6793082,2.1953754,114.11135,2.3353994,160.94861,271.3807,2068.4895,522.99945,98.71454,161.6672,230.92546,9.360687,12.913097,115.81296,16.672836,23.191614,14.39422,22.119627,142.98567,16.773865,13.177504,50.198692,12.685905,3633.3186,20.033958,21.934723,16.601278,10.83724,189.50674,39.258984,16.265972,6.512102,8.821971,13.422696,59.207005,115.9356,30.016735,154.16484,20.844276,6.8245263,58.818073,41.69827,93.19419,86.74383,8.839505,3.2882292,5.0231156,21.3863,2953.6416,7.126091,4.527443,55.99766,13.80751,143.71579,72.15264,118.72458,3.5331414,70.11577,453.91534,344.5461,35.031918,374.63712,46.863194,55.209057,77.4761,31.368696,5.3013496,24.290192,512.4992,0.5607868,1.356669,112.88791,21.556017,9.356196,12.767062,17.798313,158.3348,49.696457,159.70041,878.7755,281.64014,2292.381,1890.548,22.681828,34.366604,2453.5884,22.575186,52.458565,536.6771,91.192764,136.1419,62.809357,292.5452,357.79962,466.89014,10.744952,82.311554,323.27725,490.9608,16.039234,131.83252,18.348402,1.6844826,52.156395,1.1516825,1.2944854,4.726734,13.259527,93.49818,25.95948,19.04162,305.65884,85.28391,50.91657,67.177086,21.520874,56.843925,13.825463,6.420107,16.714375,108.67629,44.768513,16.833721,30.67029,11.673611,19.720377,21.751019,2.0704887,101.37331,19.440657,261.83395,10.565532,437.38043,23.343113,699.0005,206.72287,7.066587,12.600354,248.85626,334.37726,1217.6914,599.21857 +2023-11-25 12:00:00,0.0,3800.8167,85.2287,41.9079,86.27814,52.57375,332.31683,44.261177,88.705925,23.402967,53.981068,497.27783,94.09166,24.886066,194.23094,0.52970004,0.27219263,62.450912,0.63067883,9.505571,1035.6809,12.159219,1201.9109,133.45776,0.47559938,26.598433,602.1638,47.388462,384.52963,199.12756,4956.255,4.844963,2703.5742,66.28713,1.4864872,2.9361808,8.993525,256.1292,309.9428,100.7582,55.016666,40.076176,12.219139,944.93286,40.48004,45.982807,13.564369,472.9983,17.236767,517.6826,6.650203,45.328194,0.0,804.09015,2489.9988,0.3304209,198.57278,19.977179,15307.082,27.651438,0.8111686,10.337064,25.939716,6.224051,1.9709212,13.92873,345.0378,93.93545,11.4723425,0.67904043,2.1942418,114.10375,2.3320363,160.85667,271.41165,2068.777,522.68665,98.704994,161.70354,231.12648,9.367545,12.921063,115.9486,16.695314,23.220394,14.380951,22.101803,143.04759,16.768864,13.164574,50.188156,12.687274,3633.6445,20.026436,21.933332,16.599207,10.836294,189.51904,39.262154,16.258333,6.5135875,8.815531,13.415294,59.189175,115.888596,30.014166,154.16954,20.839397,6.811221,58.74994,41.66475,93.072815,86.75957,8.851133,3.28625,5.0222774,21.36791,2949.4993,7.1345234,4.5134487,55.981388,13.80188,143.68475,72.18833,118.72696,3.5336359,70.090836,453.87192,344.594,35.00218,374.5088,46.841667,55.20209,77.44192,31.389063,5.3052588,24.300497,512.3964,0.5608867,1.3576388,112.93632,21.57407,9.357106,12.771701,17.800156,158.40198,49.739998,159.70958,878.9347,281.4091,2291.734,1890.2407,22.665083,34.30985,2451.4639,22.583849,52.380554,536.54034,91.063835,135.98709,62.740353,292.08444,357.52106,466.9003,10.735999,82.244,323.24442,490.65286,16.023045,131.71089,18.324167,1.684413,52.15879,1.1516575,1.294576,4.7260213,13.253667,93.30027,25.941671,19.040556,305.42438,85.20972,50.87262,67.125,21.500954,56.847916,13.811111,6.3967223,16.7075,108.60134,44.740715,16.810005,30.696314,11.666667,19.692617,21.74111,2.067053,101.30064,19.411997,261.653,10.559449,436.973,23.323639,699.41595,206.61557,7.052117,12.594962,248.54709,334.0218,1217.0103,599.6588 +2023-11-25 13:00:00,0.0,3798.0825,85.12154,41.839584,86.24524,52.55198,332.32657,44.25685,88.687195,23.394815,53.975594,496.3677,94.10781,24.881172,194.12706,0.5281154,0.27046812,62.47347,0.62698746,9.521699,1035.8872,12.179815,1202.4844,133.48648,0.47638637,26.643642,602.59485,47.397755,384.88672,199.19395,4951.025,4.8527703,2703.5479,66.38814,1.488692,2.9406972,9.008127,256.06845,309.87604,100.87814,55.00139,40.075665,12.214433,944.0233,40.54313,45.946445,13.547805,472.99457,17.217314,517.8797,6.6453342,45.290367,0.0,803.8475,2488.0498,0.32977605,198.42345,19.95944,15292.959,27.63877,0.81091124,10.326104,25.91701,6.2221885,1.9702736,13.919855,344.77307,93.8101,11.455649,0.6787727,2.1931083,114.096146,2.3286731,160.76472,271.44263,2069.0647,522.3739,98.69544,161.73988,231.32751,9.374404,12.9290285,116.08425,16.717793,23.249176,14.367682,22.08398,143.10953,16.76386,13.151643,50.177616,12.688642,3633.9705,20.018911,21.931944,16.597134,10.835347,189.53134,39.265327,16.250694,6.515073,8.80909,13.407892,59.17134,115.8416,30.011597,154.17426,20.834517,6.7979155,58.68181,41.631226,92.95144,86.775314,8.862761,3.2842708,5.0214396,21.34952,2945.357,7.1429553,4.499454,55.965115,13.796249,143.65373,72.22403,118.72933,3.53413,70.0659,453.8285,344.64185,34.97244,374.38043,46.820137,55.19513,77.40774,31.409428,5.309168,24.310802,512.29364,0.5609866,1.3586087,112.984726,21.592125,9.358017,12.776339,17.801998,158.46916,49.783543,159.71873,879.09393,281.17804,2291.0867,1889.9335,22.64834,34.253094,2449.3394,22.59251,52.302544,536.4036,90.9349,135.83226,62.671345,291.6237,357.24252,466.91046,10.727047,82.176445,323.21158,490.34494,16.006857,131.58928,18.29993,1.6843435,52.161186,1.1516325,1.2946668,4.7253084,13.247806,93.102356,25.92386,19.03949,305.1899,85.13553,50.82867,67.072914,21.481033,56.85191,13.79676,6.373338,16.700624,108.52639,44.712917,16.78629,30.722338,11.659722,19.66486,21.731203,2.0636175,101.22797,19.383339,261.47208,10.553367,436.56555,23.304163,699.8314,206.50827,7.037647,12.589571,248.2379,333.66632,1216.3291,600.09906 +2023-11-25 14:00:00,0.0,3795.3486,85.01438,41.771267,86.21233,52.53021,332.3363,44.25253,88.66846,23.386663,53.97012,495.45755,94.12396,24.876278,194.02318,0.5265308,0.26874363,62.49602,0.6232961,9.537827,1036.0935,12.200413,1203.0579,133.51521,0.47717336,26.688852,603.0259,47.40705,385.2438,199.26035,4945.795,4.8605776,2703.5215,66.48915,1.490897,2.9452136,9.02273,256.00772,309.80923,100.99808,54.98611,40.075157,12.209725,943.1137,40.606213,45.910088,13.53124,472.99084,17.19786,518.0768,6.6404653,45.252537,0.0,803.6048,2486.101,0.3291312,198.2741,19.9417,15278.837,27.626102,0.81065387,10.3151455,25.894302,6.2203264,1.9696261,13.910979,344.50836,93.68474,11.438955,0.678505,2.1919746,114.08854,2.32531,160.67278,271.4736,2069.3525,522.0611,98.68589,161.77621,231.52853,9.381263,12.936994,116.219894,16.74027,23.277956,14.354413,22.066158,143.17146,16.75886,13.138712,50.16708,12.69001,3634.2964,20.011389,21.930555,16.59506,10.834401,189.54366,39.268497,16.243055,6.516558,8.8026495,13.40049,59.15351,115.79459,30.009027,154.17896,20.829636,6.7846103,58.613674,41.597706,92.830055,86.79105,8.874389,3.2822917,5.0206017,21.33113,2941.2146,7.1513877,4.48546,55.94884,13.790618,143.6227,72.25972,118.73171,3.5346243,70.04098,453.78506,344.68973,34.942703,374.25208,46.79861,55.188164,77.37356,31.429794,5.313077,24.321106,512.19086,0.5610865,1.3595787,113.033134,21.610178,9.358927,12.780977,17.80384,158.53635,49.827084,159.7279,879.2532,280.94696,2290.4397,1889.6261,22.631598,34.19634,2447.2146,22.601173,52.224537,536.2669,90.80597,135.67743,62.60234,291.16296,356.96396,466.92062,10.718095,82.10889,323.17874,490.03702,15.990668,131.46765,18.275694,1.6842738,52.163578,1.1516075,1.2947574,4.724596,13.241944,92.90445,25.90605,19.038425,304.95544,85.06134,50.784725,67.020836,21.461113,56.855904,13.782408,6.349954,16.69375,108.45144,44.68512,16.762573,30.748362,11.652778,19.637102,21.721296,2.0601816,101.1553,19.35468,261.29114,10.547284,436.1581,23.284687,700.24695,206.40099,7.023177,12.584179,247.92873,333.31088,1215.6481,600.5393 +2023-11-25 15:00:00,0.0,3792.6145,84.90722,41.70295,86.179436,52.50844,332.34604,44.248207,88.64973,23.378513,53.96464,494.54742,94.140114,24.871384,193.9193,0.52494615,0.26701915,62.518578,0.61960465,9.553954,1036.2998,12.22101,1203.6315,133.54393,0.47796035,26.734062,603.4569,47.416344,385.60092,199.32674,4940.565,4.868385,2703.495,66.590164,1.4931021,2.94973,9.0373335,255.94698,309.74243,101.11802,54.970833,40.07465,12.205019,942.20416,40.6693,45.873726,13.514676,472.98712,17.17841,518.27386,6.6355963,45.21471,0.0,803.3621,2484.1523,0.32848632,198.12476,19.923962,15264.714,27.613436,0.8103965,10.304187,25.871597,6.2184644,1.9689784,13.902103,344.24362,93.55939,11.422262,0.67823726,2.190841,114.08094,2.3219469,160.58084,271.50458,2069.6401,521.74835,98.676346,161.81255,231.72957,9.388121,12.94496,116.355545,16.762749,23.306738,14.341144,22.048334,143.23338,16.753859,13.125782,50.15654,12.691378,3634.6223,20.003864,21.929167,16.592987,10.833455,189.55595,39.271667,16.235416,6.5180435,8.796208,13.393088,59.135677,115.74759,30.006458,154.18367,20.824757,6.7713046,58.54554,41.564186,92.70868,86.80679,8.886017,3.2803125,5.0197635,21.31274,2937.0723,7.15982,4.4714656,55.932568,13.784987,143.59166,72.29542,118.734085,3.5351188,70.016045,453.74164,344.73758,34.912964,374.12372,46.777084,55.181202,77.33938,31.450161,5.3169866,24.331411,512.08813,0.56118643,1.3605486,113.08154,21.628231,9.359838,12.785616,17.805683,158.60352,49.870625,159.73708,879.41235,280.7159,2289.7925,1889.3188,22.614855,34.139584,2445.09,22.609835,52.146526,536.1301,90.67704,135.5226,62.533333,290.7022,356.68542,466.9308,10.709143,82.041336,323.1459,489.72913,15.97448,131.34604,18.25146,1.6842042,52.165974,1.1515826,1.294848,4.723883,13.236083,92.706535,25.88824,19.037361,304.72098,84.98715,50.740776,66.96875,21.44119,56.859898,13.768056,6.3265696,16.686874,108.37649,44.657322,16.738857,30.774385,11.645833,19.609344,21.711388,2.056746,101.082634,19.326021,261.1102,10.541202,435.75067,23.265211,700.6624,206.29369,7.008707,12.578787,247.61955,332.9554,1214.9669,600.97955 +2023-11-25 16:00:00,0.0,3789.8804,84.800064,41.634632,86.14654,52.486668,332.3558,44.24388,88.63099,23.370361,53.959167,493.63727,94.156265,24.866488,193.81541,0.52336156,0.26529464,62.541134,0.6159133,9.570082,1036.5061,12.241607,1204.205,133.57265,0.47874734,26.779272,603.88794,47.42564,385.958,199.39313,4935.335,4.8761926,2703.4688,66.69118,1.4953071,2.954246,9.051937,255.88623,309.67563,101.23795,54.955555,40.074142,12.200312,941.29456,40.732384,45.837368,13.498112,472.98337,17.158957,518.47095,6.6307273,45.17688,0.0,803.11945,2482.2034,0.32784146,197.97542,19.906223,15250.592,27.600767,0.8101391,10.293227,25.848888,6.2166023,1.9683309,13.893228,343.9789,93.43404,11.405568,0.6779696,2.1897073,114.07333,2.318584,160.48889,271.53555,2069.9277,521.43555,98.666794,161.84889,231.9306,9.3949795,12.952925,116.49119,16.785227,23.335518,14.327874,22.03051,143.29532,16.748856,13.112851,50.146004,12.692746,3634.9482,19.996342,21.927778,16.590916,10.832508,189.56825,39.274837,16.227777,6.5195293,8.789768,13.385686,59.117847,115.700584,30.00389,154.18837,20.819876,6.7579994,58.47741,41.530666,92.5873,86.82253,8.897644,3.2783334,5.0189257,21.29435,2932.9297,7.1682525,4.457471,55.916294,13.779357,143.56062,72.331116,118.736465,3.535613,69.99111,453.6982,344.78546,34.883224,373.9954,46.755554,55.174236,77.3052,31.470528,5.3208957,24.341715,511.98532,0.56128633,1.3615185,113.12996,21.646284,9.360747,12.790254,17.807526,158.6707,49.914165,159.74625,879.57153,280.48483,2289.1453,1889.0116,22.598112,34.08283,2442.9656,22.618498,52.068516,535.9934,90.54811,135.36778,62.46433,290.2415,356.40686,466.94095,10.70019,81.97378,323.11307,489.4212,15.958291,131.22441,18.227222,1.6841346,52.16837,1.1515577,1.2949387,4.7231703,13.230222,92.50862,25.87043,19.036295,304.4865,84.91296,50.696827,66.916664,21.42127,56.863888,13.753704,6.3031855,16.68,108.30154,44.629524,16.715141,30.80041,11.638889,19.581587,21.70148,2.0533104,101.009964,19.297361,260.92926,10.535119,435.34323,23.245737,701.0779,206.18639,6.994237,12.573395,247.31038,332.59995,1214.2858,601.41974 +2023-11-25 17:00:00,0.0,3787.1462,84.6929,41.566315,86.11364,52.464897,332.36554,44.23956,88.61225,23.362211,53.953693,492.7271,94.17242,24.861593,193.71153,0.521777,0.26357016,62.56369,0.6122219,9.586209,1036.7123,12.262204,1204.7784,133.60136,0.4795343,26.824482,604.319,47.434937,386.31512,199.45952,4930.105,4.884,2703.4424,66.79218,1.4975121,2.9587624,9.06654,255.82549,309.60883,101.35789,54.940277,40.07363,12.195605,940.38495,40.79547,45.801006,13.481547,472.97968,17.139503,518.668,6.6258583,45.13905,0.0,802.8767,2480.2546,0.3271966,197.82607,19.888485,15236.469,27.5881,0.80988175,10.282269,25.826181,6.2147403,1.9676833,13.884352,343.71417,93.308685,11.388875,0.67770183,2.1885736,114.06573,2.3152208,160.39694,271.56653,2070.2153,521.12274,98.65724,161.88522,232.13162,9.401838,12.96089,116.62683,16.807703,23.3643,14.314606,22.012688,143.35724,16.743855,13.09992,50.135464,12.694114,3635.2742,19.98882,21.92639,16.588842,10.831562,189.58055,39.278008,16.220139,6.5210147,8.783327,13.378284,59.100018,115.65359,30.001318,154.19308,20.814995,6.744694,58.409275,41.497143,92.46593,86.83827,8.909272,3.2763543,5.018088,21.275959,2928.7874,7.176685,4.4434767,55.900024,13.773726,143.52959,72.366806,118.73884,3.5361075,69.96619,453.65482,344.8333,34.853485,373.86703,46.734028,55.167274,77.27102,31.490894,5.324805,24.35202,511.88254,0.5613862,1.3624884,113.17837,21.66434,9.361658,12.794892,17.80937,158.73788,49.957706,159.75542,879.7307,280.25378,2288.498,1888.7043,22.581367,34.026073,2440.8408,22.62716,51.99051,535.8567,90.41918,135.21295,62.39532,289.78073,356.12833,466.9511,10.691237,81.90622,323.08023,489.11328,15.942102,131.1028,18.202986,1.6840651,52.170765,1.1515326,1.2950293,4.7224574,13.22436,92.310715,25.85262,19.03523,304.25204,84.83877,50.652878,66.864586,21.40135,56.86788,13.739352,6.2798014,16.673124,108.226585,44.601727,16.691423,30.826431,11.631945,19.55383,21.691574,2.0498748,100.937294,19.268703,260.74832,10.5290365,434.9358,23.226261,701.49335,206.07909,6.979767,12.568004,247.00119,332.24448,1213.6046,601.86 +2023-11-25 18:00:00,0.0,3784.412,84.58575,41.497997,86.080734,52.443127,332.37527,44.235237,88.59352,23.35406,53.948215,491.817,94.188576,24.856699,193.60767,0.5201923,0.26184568,62.586246,0.60853046,9.602337,1036.9186,12.282801,1205.352,133.63008,0.4803213,26.869692,604.75,47.44423,386.6722,199.52591,4924.875,4.891807,2703.416,66.893196,1.499717,2.9632788,9.081143,255.76474,309.54202,101.47783,54.925,40.073124,12.190899,939.4754,40.858555,45.76465,13.464982,472.97595,17.12005,518.8651,6.6209893,45.101223,0.0,802.6341,2478.306,0.32655174,197.67673,19.870747,15222.347,27.575432,0.8096244,10.27131,25.803474,6.212878,1.9670358,13.875477,343.44946,93.18333,11.372181,0.6774341,2.18744,114.05812,2.3118577,160.30501,271.5975,2070.5032,520.81,98.64769,161.92155,232.33266,9.408696,12.968856,116.76248,16.830181,23.39308,14.301336,21.994865,143.41917,16.738852,13.086989,50.124928,12.695482,3635.6,19.981295,21.925,16.58677,10.830616,189.59285,39.281178,16.2125,6.5225,8.776887,13.370882,59.082184,115.60658,29.998749,154.19778,20.810116,6.7313886,58.341145,41.463623,92.34455,86.85401,8.920899,3.274375,5.0172496,21.25757,2924.645,7.185117,4.4294825,55.88375,13.768095,143.49855,72.402504,118.74122,3.5366018,69.94125,453.6114,344.88116,34.82375,373.73868,46.7125,55.16031,77.23684,31.51126,5.328714,24.362324,511.7798,0.5614861,1.3634583,113.226776,21.682392,9.362569,12.79953,17.811213,158.80507,50.00125,159.76459,879.8899,280.02274,2287.8508,1888.397,22.564625,33.96932,2438.7163,22.635822,51.9125,535.7199,90.290245,135.05812,62.326317,289.32,355.84976,466.96127,10.682285,81.83867,323.0474,488.80536,15.925914,130.98119,18.178751,1.6839955,52.17316,1.1515077,1.2951199,4.7217445,13.2185,92.1128,25.83481,19.034166,304.01758,84.76458,50.60893,66.8125,21.38143,56.871876,13.725,6.256417,16.66625,108.151634,44.57393,16.667707,30.852455,11.625,19.52607,21.681665,2.046439,100.86463,19.240044,260.56738,10.522954,434.52835,23.206785,701.9088,205.9718,6.9652967,12.562612,246.69202,331.889,1212.9235,602.30023 +2023-11-25 19:00:00,0.0,3781.678,84.478584,41.42968,86.04784,52.421356,332.385,44.23091,88.57478,23.345907,53.94274,490.90683,94.20473,24.851805,193.50378,0.51860774,0.2601212,62.6088,0.6048391,9.618464,1037.1249,12.303398,1205.9255,133.6588,0.48110828,26.914902,605.181,47.453526,387.02933,199.59229,4919.645,4.8996143,2703.3896,66.99421,1.501922,2.9677951,9.095747,255.70401,309.47522,101.59776,54.90972,40.072617,12.186192,938.5658,40.921642,45.728287,13.448418,472.97217,17.100597,519.06213,6.6161203,45.063393,0.0,802.3914,2476.357,0.32590687,197.52737,19.853008,15208.224,27.562765,0.809367,10.26035,25.78077,6.2110157,1.9663881,13.866601,343.18475,93.057976,11.355488,0.6771664,2.1863062,114.05052,2.3084946,160.21306,271.62848,2070.7908,520.4972,98.63815,161.9579,232.53368,9.415555,12.976821,116.898125,16.85266,23.42186,14.288067,21.977041,143.4811,16.73385,13.0740595,50.114388,12.69685,3635.926,19.973772,21.92361,16.584696,10.829669,189.60516,39.28435,16.20486,6.5239854,8.770446,13.363481,59.064354,115.55958,29.99618,154.20248,20.805235,6.7180834,58.27301,41.430103,92.223175,86.86976,8.932528,3.2723958,5.016412,21.23918,2920.5027,7.193549,4.415488,55.867477,13.762465,143.46751,72.438194,118.74359,3.5370963,69.91632,453.56796,344.92905,34.79401,373.61032,46.69097,55.153347,77.20266,31.531626,5.3326235,24.37263,511.677,0.561586,1.3644282,113.275185,21.700445,9.363479,12.804169,17.813055,158.87225,50.044792,159.77376,880.04913,279.79166,2287.2039,1888.0897,22.547882,33.912563,2436.5918,22.644485,51.834488,535.5832,90.161316,134.9033,62.257313,288.85925,355.5712,466.97144,10.673333,81.77111,323.01456,488.49744,15.909725,130.85956,18.154514,1.6839259,52.175552,1.1514828,1.2952106,4.7210317,13.212639,91.914894,25.817,19.033102,303.7831,84.69039,50.564983,66.760414,21.36151,56.87587,13.710649,6.2330327,16.659374,108.076675,44.54613,16.643991,30.878479,11.618055,19.498312,21.671759,2.0430033,100.79196,19.211386,260.38644,10.516871,434.1209,23.18731,702.3243,205.8645,6.9508266,12.5572195,246.38284,331.53357,1212.2423,602.7405 +2023-11-25 20:00:00,0.0,3778.9438,84.37143,41.361362,86.01494,52.399586,332.39474,44.22659,88.55605,23.337757,53.937267,489.9967,94.22088,24.84691,193.3999,0.5170231,0.2583967,62.631355,0.6011477,9.634592,1037.3312,12.323996,1206.499,133.68752,0.48189527,26.960112,605.61206,47.46282,387.3864,199.65868,4914.415,4.9074216,2703.3633,67.09522,1.504127,2.9723113,9.11035,255.64326,309.40842,101.717705,54.894444,40.07211,12.181485,937.65625,40.984726,45.69193,13.431853,472.96848,17.081144,519.2592,6.6112514,45.025566,0.0,802.14874,2474.4082,0.325262,197.37804,19.83527,15194.102,27.550097,0.8091096,10.249392,25.758062,6.2091537,1.9657406,13.857725,342.92,92.932625,11.338794,0.67689866,2.1851728,114.042915,2.3051314,160.12111,271.65945,2071.0784,520.18445,98.6286,161.99423,232.73471,9.422414,12.984787,117.033775,16.875137,23.450642,14.274798,21.959219,143.54303,16.72885,13.061129,50.10385,12.698218,3636.252,19.96625,21.922222,16.582624,10.828723,189.61746,39.28752,16.197222,6.5254707,8.764006,13.356078,59.04652,115.51257,29.99361,154.2072,20.800354,6.7047777,58.20488,41.39658,92.1018,86.8855,8.944156,3.2704167,5.015574,21.220789,2916.3604,7.2019815,4.4014935,55.851204,13.756834,143.43648,72.47389,118.74597,3.5375905,69.89139,453.52454,344.9769,34.76427,373.48196,46.669445,55.14638,77.16848,31.551992,5.3365326,24.382935,511.57422,0.5616859,1.3653982,113.32359,21.7185,9.364389,12.808806,17.814898,158.93944,50.088333,159.78293,880.2084,279.5606,2286.5566,1887.7825,22.53114,33.85581,2434.467,22.653147,51.75648,535.4464,90.03239,134.74847,62.188305,288.39853,355.29266,466.9816,10.66438,81.70356,322.98172,488.18954,15.893537,130.73795,18.130278,1.6838564,52.177948,1.1514578,1.2953012,4.720319,13.206778,91.71698,25.79919,19.032036,303.54865,84.6162,50.521034,66.708336,21.341589,56.87986,13.696297,6.2096486,16.6525,108.001724,44.518333,16.620275,30.904503,11.611111,19.470554,21.661852,2.0395677,100.71929,19.182726,260.2055,10.510789,433.7135,23.167835,702.73975,205.7572,6.9363565,12.551827,246.07367,331.1781,1211.5612,603.1807 +2023-11-25 21:00:00,0.0,3776.2097,84.26427,41.293045,85.98203,52.37781,332.40448,44.222267,88.537315,23.329605,53.93179,489.08655,94.23703,24.842016,193.29602,0.5154385,0.2566722,62.65391,0.5974563,9.65072,1037.5375,12.344592,1207.0725,133.71623,0.48268226,27.005322,606.0431,47.472115,387.7435,199.72507,4909.185,4.9152293,2703.337,67.19623,1.506332,2.9768276,9.124952,255.58252,309.3416,101.83764,54.879166,40.0716,12.176778,936.74664,41.047813,45.655567,13.415289,472.96475,17.061691,519.4563,6.6063824,44.987736,0.0,801.90607,2472.4595,0.32461718,197.2287,19.817532,15179.979,27.53743,0.80885226,10.238433,25.735355,6.2072916,1.965093,13.848849,342.6553,92.807274,11.322101,0.676631,2.184039,114.03531,2.3017683,160.02917,271.69043,2071.3662,519.87164,98.61905,162.03058,232.93575,9.429272,12.992752,117.16942,16.897615,23.479422,14.261529,21.941395,143.60497,16.723846,13.048198,50.09331,12.699586,3636.578,19.958725,21.920834,16.580551,10.827777,189.62976,39.29069,16.189583,6.5269566,8.757565,13.348677,59.02869,115.46557,29.991041,154.2119,20.795475,6.6914725,58.136745,41.36306,91.98042,86.90124,8.955783,3.2684376,5.0147357,21.2024,2912.218,7.210414,4.3874993,55.83493,13.751204,143.40544,72.50958,118.748344,3.5380847,69.86646,453.4811,345.02478,34.734535,373.35364,46.647915,55.139416,77.1343,31.57236,5.3404417,24.393238,511.47144,0.5617858,1.366368,113.372,21.736553,9.365299,12.813445,17.81674,159.00662,50.131874,159.7921,880.36755,279.32956,2285.9094,1887.4752,22.514397,33.799053,2432.3425,22.66181,51.67847,535.3097,89.90346,134.59364,62.1193,287.93777,355.0141,466.99176,10.655428,81.636,322.9489,487.88162,15.877348,130.61632,18.106041,1.6837867,52.180344,1.1514329,1.2953918,4.719606,13.200916,91.519066,25.78138,19.030972,303.31418,84.54201,50.477085,66.65625,21.321667,56.883854,13.681945,6.186264,16.645626,107.92677,44.490536,16.59656,30.930527,11.604167,19.442797,21.651943,2.0361319,100.64663,19.154068,260.0246,10.504705,433.30606,23.14836,703.1552,205.64992,6.9218864,12.546435,245.76448,330.82263,1210.88,603.6209 +2023-11-25 22:00:00,0.0,3773.4756,84.15711,41.224728,85.949135,52.35604,332.41425,44.21794,88.51858,23.321455,53.926315,488.17642,94.25318,24.837122,193.19214,0.5138539,0.25494772,62.676468,0.5937649,9.666848,1037.7437,12.36519,1207.6461,133.74495,0.48346925,27.050531,606.4741,47.481407,388.10062,199.79146,4903.955,4.9230366,2703.3105,67.29724,1.5085369,2.981344,9.139557,255.52177,309.2748,101.95757,54.863888,40.07109,12.172071,935.8371,41.1109,45.61921,13.398725,472.961,17.04224,519.6534,6.6015134,44.94991,0.0,801.6634,2470.5105,0.3239723,197.07935,19.799791,15165.856,27.524761,0.8085949,10.227473,25.712648,6.2054296,1.9644455,13.839973,342.39056,92.681915,11.305407,0.6763632,2.1829054,114.02771,2.2984052,159.93723,271.72137,2071.6538,519.5589,98.6095,162.06691,233.13676,9.436131,13.000717,117.30507,16.920094,23.508204,14.24826,21.923573,143.66689,16.718845,13.035267,50.082775,12.700954,3636.9038,19.951202,21.919445,16.578478,10.82683,189.64206,39.29386,16.181944,6.528442,8.751124,13.341274,59.010857,115.41857,29.988472,154.21661,20.790594,6.678167,58.06861,41.32954,91.85905,86.91698,8.967411,3.2664583,5.013898,21.18401,2908.0754,7.2188463,4.3735046,55.818657,13.745572,143.3744,72.54528,118.750725,3.5385792,69.84153,453.43768,345.07263,34.704796,373.22528,46.62639,55.132454,77.10012,31.592724,5.344351,24.403543,511.36865,0.5618857,1.367338,113.42041,21.754606,9.36621,12.818084,17.818583,159.0738,50.175415,159.80127,880.52673,279.09848,2285.2622,1887.168,22.497654,33.7423,2430.218,22.670471,51.60046,535.173,89.77453,134.43883,62.050293,287.47702,354.73557,467.00192,10.646476,81.56844,322.91608,487.5737,15.861159,130.4947,18.081806,1.6837171,52.18274,1.1514078,1.2954825,4.718893,13.195055,91.32116,25.763569,19.029907,303.0797,84.46782,50.433136,66.604164,21.301746,56.887848,13.667593,6.16288,16.63875,107.85182,44.462738,16.572844,30.95655,11.597222,19.41504,21.642036,2.0326962,100.57396,19.125408,259.84366,10.498623,432.89862,23.128883,703.5707,205.54262,6.9074163,12.541044,245.4553,330.46716,1210.199,604.06116 +2023-11-25 23:00:00,0.0,3770.7417,84.04995,41.15641,85.91624,52.33427,332.42398,44.21362,88.49985,23.313303,53.92084,487.26627,94.26933,24.832228,193.08826,0.51226926,0.25322324,62.699024,0.5900735,9.682976,1037.95,12.385786,1208.2196,133.77367,0.48425624,27.095741,606.90515,47.490704,388.4577,199.85785,4898.725,4.930844,2703.2844,67.398254,1.510742,2.9858603,9.15416,255.46103,309.208,102.077515,54.84861,40.070583,12.167364,934.9275,41.173985,45.582848,13.38216,472.95728,17.022787,519.85046,6.5966444,44.91208,0.0,801.4207,2468.5618,0.32332745,196.93001,19.782053,15151.733,27.512094,0.8083375,10.216515,25.689941,6.2035675,1.9637979,13.831098,342.12585,92.556564,11.288713,0.6760955,2.1817718,114.0201,2.295042,159.84528,271.75235,2071.9414,519.2461,98.59995,162.10324,233.3378,9.442989,13.008683,117.44071,16.942572,23.536983,14.23499,21.90575,143.72882,16.713844,13.022337,50.072235,12.702322,3637.2297,19.943678,21.918056,16.576406,10.825884,189.65436,39.29703,16.174305,6.5299273,8.744683,13.333873,58.993027,115.37157,29.985903,154.22131,20.785713,6.6648617,58.00048,41.29602,91.73767,86.93272,8.979038,3.2644792,5.01306,21.165619,2903.933,7.2272787,4.3595104,55.802383,13.739942,143.34337,72.58097,118.7531,3.5390735,69.8166,453.3943,345.1205,34.675056,373.09692,46.604862,55.12549,77.06594,31.61309,5.3482604,24.413847,511.26587,0.5619857,1.3683078,113.46882,21.77266,9.36712,12.8227215,17.820427,159.14098,50.218956,159.81044,880.6859,278.86743,2284.615,1886.8606,22.48091,33.685543,2428.0933,22.679134,51.522453,535.0362,89.6456,134.284,61.98129,287.0163,354.457,467.0121,10.637524,81.50089,322.88324,487.26578,15.844971,130.37308,18.05757,1.6836475,52.185135,1.1513829,1.2955731,4.71818,13.189194,91.123245,25.74576,19.028843,302.84525,84.39363,50.389187,66.552086,21.281826,56.89184,13.653241,6.139496,16.631876,107.77687,44.43494,16.549126,30.982574,11.590278,19.387281,21.63213,2.0292606,100.50129,19.096748,259.66272,10.49254,432.49118,23.109407,703.9862,205.43532,6.8929467,12.535652,245.14613,330.1117,1209.5178,604.5014 +2023-11-26 00:00:00,0.0,3768.0076,83.942795,41.088093,85.88333,52.3125,332.43372,44.209297,88.48111,23.305151,53.915363,486.35614,94.285484,24.827333,192.98438,0.51068467,0.25149873,62.72158,0.5863821,9.699103,1038.1562,12.4063835,1208.7931,133.80238,0.4850432,27.140951,607.3362,47.5,388.81482,199.92424,4893.495,4.938651,2703.258,67.49927,1.512947,2.9903765,9.168763,255.40028,309.1412,102.19745,54.833332,40.070076,12.162658,934.01794,41.237072,45.54649,13.365596,472.95358,17.003334,520.04755,6.591776,44.874252,0.0,801.1781,2466.613,0.3226826,196.78065,19.764315,15137.611,27.499426,0.8080801,10.205556,25.667236,6.201705,1.9631503,13.822223,341.86115,92.43121,11.272019,0.6758278,2.180638,114.0125,2.291679,159.75333,271.78333,2072.2292,518.93335,98.59041,162.13959,233.53882,9.449848,13.016648,117.576355,16.96505,23.565765,14.221722,21.887926,143.79074,16.708841,13.009406,50.0617,12.703691,3637.5557,19.936155,21.916666,16.574333,10.824938,189.66666,39.3002,16.166666,6.5314126,8.738243,13.32647,58.975197,115.32456,29.983334,154.22603,20.780834,6.6515565,57.932346,41.262497,91.616295,86.948456,8.990666,3.2625,5.012222,21.14723,2899.7908,7.2357106,4.345516,55.78611,13.734311,143.31233,72.61667,118.75548,3.539568,69.79167,453.35086,345.16837,34.645317,372.96857,46.583332,55.118526,77.03176,31.633457,5.3521695,24.424152,511.16312,0.56208557,1.3692777,113.51723,21.790714,9.368031,12.82736,17.82227,159.20816,50.2625,159.81961,880.84515,278.63635,2283.9678,1886.5533,22.464167,33.628788,2425.9688,22.687796,51.444443,534.8995,89.51666,134.12917,61.91228,286.55554,354.17847,467.02225,10.628571,81.433334,322.8504,486.9579,15.828782,130.25146,18.033333,1.683578,52.187527,1.151358,1.2956637,4.7174673,13.183333,90.92534,25.72795,19.027777,302.61078,84.31944,50.345238,66.5,21.261906,56.895832,13.638889,6.1161113,16.625,107.70192,44.407143,16.52541,31.008596,11.583333,19.359524,21.622221,2.025825,100.42862,19.06809,259.48178,10.486458,432.08374,23.089933,704.4017,205.32803,6.8784766,12.53026,244.83696,329.75626,1208.8367,604.94165 +2023-11-26 01:00:00,0.0,3765.2734,83.83564,41.019775,85.85043,52.29073,332.44345,44.204975,88.46238,23.297,53.90989,485.44598,94.301636,24.82244,192.8805,0.5091001,0.24977425,62.744133,0.5826907,9.715231,1038.3625,12.426981,1209.3667,133.8311,0.4858302,27.186161,607.7672,47.509293,389.1719,199.99063,4888.2656,4.9464583,2703.2317,67.60027,1.515152,2.9948928,9.183367,255.33954,309.0744,102.31739,54.818054,40.06957,12.15795,933.10834,41.300156,45.510128,13.349031,472.94983,16.983881,520.2446,6.586907,44.836422,0.0,800.9354,2464.664,0.32203773,196.63132,19.746576,15123.489,27.48676,0.8078227,10.194596,25.644527,6.199843,1.9625027,13.813347,341.5964,92.30586,11.255326,0.67556006,2.1795044,114.0049,2.2883158,159.66139,271.8143,2072.5168,518.62054,98.58086,162.17592,233.73985,9.456706,13.024613,117.712006,16.987528,23.594545,14.208452,21.870102,143.85268,16.70384,12.996475,50.051163,12.705058,3637.8816,19.928633,21.915277,16.57226,10.823992,189.67897,39.30337,16.159027,6.5328984,8.731802,13.319069,58.957363,115.27756,29.980762,154.23073,20.775953,6.638251,57.864216,41.228977,91.49492,86.964195,9.002295,3.260521,5.011384,21.12884,2895.6484,7.244143,4.3315215,55.769836,13.728681,143.2813,72.65236,118.75785,3.5400622,69.76674,453.30743,345.21625,34.61558,372.8402,46.561806,55.11156,76.99758,31.653824,5.3560786,24.434456,511.06033,0.56218547,1.3702476,113.565636,21.808767,9.368941,12.831998,17.824112,159.27534,50.30604,159.82877,881.0044,278.4053,2283.3208,1886.2461,22.447424,33.572033,2423.8442,22.696459,51.366436,534.76276,89.38773,133.97433,61.843277,286.09482,353.8999,467.0324,10.619618,81.365776,322.81757,486.64996,15.812593,130.12984,18.009098,1.6835084,52.189922,1.151333,1.2957544,4.7167544,13.177472,90.727425,25.710138,19.026712,302.37634,84.245255,50.301292,66.447914,21.241985,56.899826,13.624537,6.092727,16.618126,107.62697,44.37935,16.501694,31.03462,11.576389,19.331764,21.612314,2.0223892,100.35596,19.03943,259.30084,10.480375,431.6763,23.070457,704.81714,205.22073,6.8640065,12.524868,244.52777,329.4008,1208.1555,605.38184 +2023-11-26 02:00:00,0.0,3762.5393,83.72848,40.951458,85.817535,52.26896,332.4532,44.20065,88.44364,23.288849,53.904415,484.53583,94.317795,24.817543,192.77661,0.50751543,0.24804977,62.76669,0.57899934,9.731359,1038.5688,12.447577,1209.9402,133.85982,0.48661718,27.23137,608.19824,47.51859,389.529,200.057,4883.0356,4.954266,2703.2053,67.70129,1.517357,2.9994092,9.197969,255.27881,309.0076,102.437325,54.802776,40.069057,12.153244,932.1987,41.363243,45.47377,13.332466,472.9461,16.964428,520.4417,6.582038,44.79859,0.0,800.69275,2462.7153,0.32139286,196.48198,19.728838,15109.366,27.47409,0.80756533,10.183638,25.62182,6.197981,1.9618552,13.804471,341.3317,92.18051,11.238632,0.6752924,2.1783707,113.99729,2.2849526,159.56944,271.84528,2072.8044,518.30774,98.57131,162.21225,233.94089,9.463565,13.032579,117.84765,17.010006,23.623327,14.195183,21.85228,143.9146,16.698837,12.983545,50.040623,12.706427,3638.2075,19.921108,21.913889,16.570187,10.823045,189.69127,39.306545,16.151388,6.534384,8.725362,13.3116665,58.939533,115.23056,29.978193,154.23544,20.771072,6.6249456,57.79608,41.195457,91.37354,86.97994,9.013922,3.2585418,5.010546,21.110449,2891.506,7.2525754,4.3175273,55.753563,13.723049,143.25026,72.68806,118.76023,3.5405567,69.741806,453.264,345.2641,34.585842,372.71188,46.54028,55.1046,76.9634,31.67419,5.3599877,24.444761,510.95755,0.56228536,1.3712176,113.614044,21.82682,9.369851,12.836637,17.825954,159.34253,50.349583,159.83794,881.1636,278.17426,2282.6736,1885.9388,22.430681,33.515278,2421.7197,22.70512,51.288425,534.626,89.258804,133.81952,61.77427,285.63406,353.62137,467.04257,10.610666,81.298225,322.78473,486.34204,15.796405,130.00822,17.984861,1.6834388,52.192318,1.1513081,1.295845,4.7160416,13.171611,90.52951,25.69233,19.025648,302.14188,84.17106,50.257343,66.395836,21.222065,56.90382,13.610186,6.069343,16.61125,107.55202,44.35155,16.477978,31.060644,11.569445,19.304007,21.602406,2.0189536,100.28329,19.010773,259.1199,10.474293,431.26886,23.050982,705.2326,205.11343,6.8495364,12.519477,244.2186,329.04532,1207.4744,605.8221 +2023-11-26 03:00:00,0.0,3759.8052,83.62132,40.88314,85.78463,52.24719,332.46295,44.196327,88.424904,23.280699,53.898937,483.6257,94.33395,24.812649,192.67273,0.50593084,0.24632527,62.789246,0.5753079,9.747486,1038.775,12.468175,1210.5137,133.88855,0.48740417,27.27658,608.6293,47.52788,389.8861,200.1234,4877.8057,4.9620733,2703.179,67.8023,1.5195619,3.0039256,9.212572,255.21806,308.9408,102.55726,54.7875,40.06855,12.148537,931.2892,41.426327,45.43741,13.315902,472.94238,16.944975,520.6388,6.577169,44.760765,0.0,800.4501,2460.7666,0.320748,196.33263,19.7111,15095.244,27.461424,0.80730796,10.172679,25.599113,6.196119,1.9612076,13.795595,341.06696,92.05515,11.221939,0.6750246,2.1772373,113.989685,2.2815895,159.4775,271.87625,2073.0923,517.995,98.56176,162.2486,234.1419,9.470424,13.0405445,117.9833,17.032484,23.652107,14.181914,21.834457,143.97653,16.693836,12.970614,50.030087,12.707794,3638.5334,19.913586,21.9125,16.568115,10.822099,189.70357,39.309715,16.14375,6.535869,8.718921,13.304265,58.9217,115.183556,29.975624,154.24014,20.766191,6.61164,57.72795,41.161934,91.25217,86.99568,9.02555,3.2565625,5.009708,21.09206,2887.3635,7.261008,4.3035326,55.73729,13.717419,143.21924,72.723755,118.7626,3.541051,69.71688,453.22058,345.31198,34.556103,372.58353,46.51875,55.097633,76.92922,31.694555,5.363897,24.455067,510.85477,0.56238526,1.3721875,113.66245,21.844873,9.370762,12.841274,17.827797,159.40971,50.393124,159.8471,881.32275,277.94318,2282.0264,1885.6316,22.413939,33.458523,2419.595,22.713783,51.210415,534.48926,89.129875,133.66469,61.705265,285.17334,353.3428,467.05273,10.601714,81.23067,322.7519,486.03412,15.780216,129.88661,17.960625,1.6833693,52.194714,1.1512831,1.2959356,4.715329,13.16575,90.331604,25.674519,19.024584,301.9074,84.09687,50.213394,66.34375,21.202145,56.907814,13.595834,6.0459585,16.604376,107.477066,44.323753,16.454262,31.086668,11.5625,19.276249,21.592499,2.015518,100.21062,18.982113,258.93896,10.46821,430.86142,23.031506,705.6481,205.00613,6.8350663,12.514085,243.90942,328.68985,1206.7932,606.2623 +2023-11-26 04:00:00,0.0,3757.071,83.51416,40.814823,85.75173,52.225418,332.4727,44.192005,88.40617,23.272547,53.893463,482.71555,94.3501,24.807755,192.56886,0.50434625,0.24460079,62.811802,0.57161653,9.763614,1038.9813,12.488772,1211.0872,133.91727,0.48819116,27.321789,609.0603,47.537178,390.2432,200.18979,4872.5757,4.9698806,2703.1526,67.90331,1.5217669,3.0084417,9.227176,255.15732,308.874,102.6772,54.77222,40.068043,12.14383,930.3796,41.489414,45.40105,13.299337,472.93866,16.925522,520.8359,6.5723,44.722935,0.0,800.2074,2458.8176,0.32010314,196.18329,19.693361,15081.121,27.448755,0.8070506,10.161719,25.576406,6.194257,1.96056,13.786719,340.80225,91.9298,11.205245,0.6747569,2.1761036,113.982086,2.2782264,159.38556,271.90723,2073.38,517.6822,98.55221,162.28493,234.34294,9.477282,13.04851,118.11894,17.054962,23.680887,14.168645,21.816633,144.03847,16.688835,12.957684,50.019547,12.709163,3638.8594,19.906061,21.911112,16.566042,10.821153,189.71587,39.312885,16.13611,6.5373545,8.712481,13.296863,58.90387,115.13655,29.973055,154.24484,20.761312,6.598335,57.659817,41.128414,91.13079,87.01142,9.037177,3.2545834,5.00887,21.07367,2883.2212,7.26944,4.2895384,55.72102,13.711788,143.1882,72.759445,118.764984,3.5415452,69.69195,453.1772,345.35983,34.526367,372.45517,46.497223,55.09067,76.89504,31.714922,5.3678064,24.46537,510.75198,0.56248516,1.3731574,113.71086,21.862928,9.371672,12.845913,17.82964,159.4769,50.436665,159.85628,881.48193,277.71213,2281.3792,1885.3242,22.397194,33.401768,2417.4705,22.722446,51.13241,534.35254,89.000946,133.50986,61.636257,284.7126,353.06424,467.0629,10.592761,81.16311,322.71906,485.7262,15.764029,129.76498,17.93639,1.6832997,52.19711,1.1512581,1.2960263,4.7146163,13.159888,90.13369,25.656708,19.023518,301.67294,84.02268,50.169445,66.291664,21.182222,56.911804,13.581482,6.0225744,16.5975,107.402115,44.295956,16.430544,31.112692,11.555555,19.248491,21.582592,2.0120823,100.137955,18.953455,258.75803,10.462128,430.45398,23.012032,706.06354,204.89885,6.820596,12.508693,243.60025,328.3344,1206.112,606.7026 +2023-11-26 05:00:00,0.0,3754.337,83.407005,40.746506,85.718834,52.203648,332.48242,44.18768,88.387436,23.264395,53.88799,481.80542,94.36625,24.80286,192.46498,0.5027616,0.24287629,62.83436,0.56792516,9.779741,1039.1876,12.509369,1211.6608,133.94598,0.48897815,27.366999,609.49133,47.546474,390.6003,200.25618,4867.3457,4.977688,2703.1262,68.00432,1.5239719,3.012958,9.241779,255.09657,308.8072,102.797134,54.756943,40.067535,12.139123,929.47003,41.552498,45.36469,13.282773,472.93494,16.90607,521.03296,6.567431,44.68511,0.0,799.9647,2456.869,0.31945828,196.03394,19.675623,15066.999,27.436089,0.8067932,10.150761,25.553701,6.1923947,1.9599124,13.777844,340.5375,91.80445,11.188552,0.6744892,2.17497,113.97448,2.2748632,159.29361,271.9382,2073.6675,517.36945,98.542656,162.32127,234.54398,9.48414,13.056476,118.25459,17.07744,23.70967,14.1553755,21.798811,144.10039,16.683832,12.944753,50.00901,12.71053,3639.1853,19.898539,21.909721,16.563969,10.820206,189.72816,39.316055,16.128471,6.53884,8.706039,13.289461,58.88604,115.08955,29.970486,154.24956,20.756432,6.585029,57.591686,41.094894,91.009415,87.02716,9.048805,3.2526042,5.0080323,21.055279,2879.0789,7.277872,4.275544,55.704746,13.706158,143.15717,72.79514,118.76736,3.5420396,69.667015,453.13376,345.40768,34.496628,372.3268,46.475693,55.083706,76.86086,31.735289,5.3717155,24.475676,510.64923,0.56258506,1.3741273,113.75927,21.880981,9.372582,12.850552,17.831482,159.54408,50.48021,159.86545,881.6412,277.48105,2280.732,1885.017,22.380451,33.345013,2415.346,22.731108,51.054398,534.21576,88.87201,133.35504,61.567253,284.25186,352.7857,467.07306,10.583809,81.09556,322.68622,485.4183,15.74784,129.64337,17.912153,1.68323,52.1995,1.1512332,1.296117,4.7139034,13.154028,89.935776,25.638899,19.022453,301.43848,83.948494,50.125496,66.239586,21.162302,56.9158,13.56713,5.9991903,16.590626,107.32716,44.268158,16.406828,31.138716,11.548611,19.220734,21.572683,2.0086465,100.065285,18.924795,258.5771,10.456045,430.04654,22.992556,706.479,204.79155,6.806126,12.503301,243.29106,327.97894,1205.4309,607.1428 +2023-11-26 06:00:00,0.0,3751.6028,83.29984,40.67819,85.68593,52.181877,332.49216,44.183357,88.368706,23.256245,53.88251,480.89526,94.3824,24.797966,192.3611,0.501177,0.24115181,62.85691,0.5642337,9.795869,1039.3939,12.529966,1212.2343,133.9747,0.48976514,27.412209,609.92236,47.555767,390.9574,200.32257,4862.1157,4.985495,2703.0999,68.10533,1.5261769,3.0174744,9.256382,255.03583,308.7404,102.917076,54.741665,40.067024,12.134417,928.5604,41.615585,45.32833,13.266209,472.9312,16.886618,521.23004,6.562562,44.647278,0.0,799.72205,2454.9202,0.3188134,195.8846,19.657883,15052.876,27.42342,0.80653584,10.139802,25.530994,6.190532,1.9592649,13.768969,340.2728,91.6791,11.171858,0.67422146,2.1738362,113.96687,2.2715,159.20166,271.96918,2073.9553,517.05664,98.53311,162.3576,234.745,9.490999,13.064441,118.390236,17.099916,23.73845,14.142106,21.780987,144.16232,16.678831,12.931823,49.99847,12.711899,3639.5112,19.891016,21.908333,16.561895,10.81926,189.74048,39.319225,16.120832,6.5403256,8.699598,13.282059,58.868206,115.04255,29.967916,154.25426,20.75155,6.571724,57.523552,41.061375,90.88803,87.0429,9.060433,3.2506251,5.007194,21.03689,2874.9365,7.2863045,4.2615495,55.688473,13.700526,143.12613,72.83083,118.76974,3.5425339,69.64208,453.09033,345.45557,34.46689,372.19846,46.454166,55.076744,76.82668,31.755655,5.3756247,24.48598,510.54645,0.56268495,1.3750972,113.80768,21.899035,9.373492,12.855189,17.833326,159.61127,50.52375,159.87462,881.8004,277.25,2280.085,1884.7097,22.363708,33.288258,2413.2212,22.73977,50.976387,534.07904,88.74308,133.20021,61.498245,283.7911,352.50714,467.08322,10.574857,81.028,322.65338,485.11038,15.731651,129.52174,17.887917,1.6831604,52.201897,1.1512082,1.2962075,4.7131906,13.148167,89.73787,25.621088,19.021389,301.204,83.874306,50.08155,66.1875,21.142382,56.919792,13.552778,5.9758058,16.58375,107.252205,44.24036,16.383112,31.16474,11.541667,19.192976,21.562777,2.0052109,99.992615,18.896137,258.39615,10.449963,429.6391,22.97308,706.8945,204.68425,6.791656,12.49791,242.98189,327.62347,1204.7499,607.583 +2023-11-26 07:00:00,0.0,3748.8687,83.19269,40.60987,85.65303,52.160107,332.5019,44.179035,88.34997,23.248093,53.877037,479.98514,94.39855,24.793072,192.25722,0.4995924,0.23942731,62.879467,0.56054235,9.811996,1039.6002,12.550563,1212.8077,134.00342,0.4905521,27.457418,610.3534,47.565063,391.31448,200.38896,4856.8857,4.993303,2703.0735,68.206345,1.5283818,3.0219908,9.270986,254.97508,308.67358,103.03701,54.726387,40.066517,12.129709,927.6509,41.67867,45.29197,13.249644,472.9275,16.867165,521.4271,6.557693,44.60945,0.0,799.4794,2452.9712,0.31816855,195.73524,19.640144,15038.754,27.410753,0.80627847,10.128842,25.508286,6.18867,1.9586173,13.760093,340.0081,91.55374,11.155165,0.6739538,2.1727026,113.95927,2.268137,159.10973,272.00015,2074.243,516.7439,98.52356,162.39394,234.94603,9.497857,13.072407,118.52588,17.122395,23.767231,14.128838,21.763165,144.22424,16.673828,12.918892,49.987934,12.713266,3639.8372,19.883492,21.906944,16.559824,10.818314,189.75278,39.322395,16.113194,6.541811,8.693158,13.274657,58.850376,114.995544,29.965347,154.25897,20.746672,6.5584183,57.455418,41.02785,90.766655,87.05864,9.072061,3.2486458,5.0063562,21.0185,2870.7942,7.294737,4.2475553,55.6722,13.694896,143.0951,72.86653,118.77211,3.5430284,69.61716,453.0469,345.50342,34.437153,372.07013,46.43264,55.06978,76.7925,31.77602,5.379534,24.496284,510.44366,0.5627849,1.376067,113.85609,21.917088,9.374403,12.859828,17.835169,159.67844,50.56729,159.88379,881.9596,277.01895,2279.4377,1884.4025,22.346966,33.231503,2411.0967,22.748432,50.89838,533.94226,88.61415,133.04538,61.42924,283.33035,352.2286,467.09338,10.565905,80.96045,322.62054,484.80246,15.715463,129.40013,17.86368,1.6830909,52.204292,1.1511832,1.2962983,4.7124777,13.142305,89.539955,25.60328,19.020323,300.96954,83.80011,50.0376,66.135414,21.122461,56.923786,13.538426,5.9524217,16.576876,107.17725,44.212563,16.359396,31.190762,11.534722,19.165216,21.55287,2.0017753,99.91995,18.867477,258.2152,10.443879,429.23166,22.953604,707.30994,204.57697,6.777186,12.492517,242.67271,327.268,1204.0687,608.02325 +2023-11-26 08:00:00,0.0,3746.1348,83.085526,40.541553,85.62013,52.138332,332.51163,44.17471,88.33123,23.239943,53.871563,479.07498,94.4147,24.788177,192.15334,0.49800777,0.23770282,62.902023,0.5568509,9.828124,1039.8064,12.57116,1213.3813,134.03214,0.4913391,27.502628,610.7844,47.574356,391.6716,200.45535,4851.656,5.00111,2703.047,68.30736,1.5305868,3.0265071,9.285589,254.91434,308.60678,103.156944,54.711113,40.06601,12.125003,926.7413,41.741756,45.25561,13.23308,472.92377,16.847712,521.62415,6.552824,44.57162,0.0,799.2367,2451.0225,0.3175237,195.5859,19.622406,15024.631,27.398085,0.8060211,10.117884,25.48558,6.186808,1.9579698,13.751217,339.74335,91.42839,11.138471,0.673686,2.1715689,113.95167,2.2647738,159.01778,272.0311,2074.5305,516.4311,98.514015,162.43028,235.14705,9.504716,13.080372,118.66153,17.144873,23.796011,14.115568,21.745342,144.28618,16.668827,12.905961,49.977394,12.714635,3640.163,19.875969,21.905556,16.55775,10.817367,189.76508,39.32557,16.105556,6.5432963,8.686717,13.267255,58.832542,114.94854,29.962776,154.26367,20.74179,6.545113,57.387287,40.99433,90.64528,87.07439,9.083689,3.2466667,5.0055184,21.000109,2866.6519,7.3031693,4.233561,55.655926,13.689265,143.06406,72.90222,118.77449,3.5435226,69.592224,453.00348,345.5513,34.407413,371.94177,46.41111,55.062817,76.75832,31.796387,5.3834434,24.506588,510.34088,0.5628848,1.377037,113.904495,21.935143,9.375314,12.864466,17.837011,159.74562,50.610832,159.89296,882.1188,276.78787,2278.7905,1884.0951,22.330223,33.174747,2408.9722,22.757095,50.82037,533.80554,88.48522,132.89056,61.360233,282.86963,351.95004,467.10355,10.5569515,80.89289,322.58774,484.49454,15.699274,129.2785,17.839445,1.6830213,52.206688,1.1511583,1.2963889,4.711765,13.136444,89.34205,25.585468,19.019258,300.73508,83.72592,49.993652,66.083336,21.102541,56.927776,13.524075,5.929037,16.57,107.1023,44.184765,16.33568,31.216785,11.527778,19.137459,21.542961,1.9983395,99.84728,18.83882,258.0343,10.437797,428.82422,22.93413,707.72546,204.46967,6.7627163,12.487125,242.36354,326.91254,1203.3876,608.4635 +2023-11-26 09:00:00,0.0,3743.4006,82.97837,40.473236,85.587234,52.11656,332.5214,44.170387,88.3125,23.23179,53.866085,478.16483,94.43086,24.783283,192.04945,0.49642316,0.23597834,62.92458,0.55315953,9.844252,1040.0127,12.591758,1213.9548,134.06085,0.49212608,27.547838,611.21545,47.583652,392.0287,200.52173,4846.426,5.0089173,2703.021,68.40836,1.5327919,3.0310233,9.300192,254.8536,308.53998,103.276886,54.695835,40.065502,12.120296,925.83167,41.804844,45.21925,13.216516,472.92004,16.828259,521.8212,6.547955,44.53379,0.0,798.994,2449.0737,0.31687883,195.43657,19.604668,15010.509,27.385418,0.8057637,10.106925,25.462872,6.184946,1.9573221,13.742341,339.47864,91.30304,11.121778,0.67341834,2.1704352,113.94406,2.2614107,158.92583,272.06207,2074.818,516.11835,98.50446,162.46661,235.34808,9.511575,13.088337,118.79717,17.16735,23.824793,14.102299,21.727518,144.34811,16.663826,12.89303,49.966858,12.716002,3640.489,19.868446,21.904167,16.555677,10.816421,189.77737,39.32874,16.097918,6.5447817,8.680277,13.259853,58.814713,114.901535,29.960207,154.26839,20.73691,6.531808,57.319153,40.96081,90.5239,87.090126,9.095316,3.2446876,5.00468,20.98172,2862.5093,7.3116016,4.2195663,55.639652,13.683634,143.03302,72.93792,118.77686,3.5440168,69.56729,452.96005,345.59915,34.377674,371.81342,46.389584,55.05585,76.724144,31.816753,5.3873525,24.516893,510.2381,0.5629847,1.3780069,113.95291,21.953196,9.376224,12.869104,17.838854,159.8128,50.654373,159.90213,882.27795,276.55682,2278.1433,1883.7878,22.31348,33.117992,2406.8474,22.765757,50.74236,533.6688,88.35629,132.73573,61.29123,282.40887,351.6715,467.1137,10.547999,80.82533,322.5549,484.1866,15.683085,129.15689,17.815208,1.6829517,52.209084,1.1511333,1.2964795,4.711052,13.130583,89.144135,25.567657,19.018194,300.5006,83.65173,49.949703,66.03125,21.08262,56.93177,13.509723,5.905653,16.563126,107.02735,44.156967,16.311964,31.24281,11.520833,19.109701,21.533054,1.9949039,99.77461,18.81016,257.85336,10.431714,428.4168,22.914654,708.1409,204.36237,6.748246,12.481733,242.05435,326.5571,1202.7064,608.90375 +2023-11-26 10:00:00,0.0,3740.6665,82.87121,40.40492,85.55433,52.09479,332.53113,44.166065,88.29376,23.223639,53.86061,477.2547,94.447014,24.778389,191.94557,0.49483854,0.23425384,62.947136,0.54946816,9.860379,1040.219,12.612354,1214.5283,134.08957,0.49291307,27.593048,611.6465,47.59295,392.3858,200.58812,4841.196,5.0167246,2702.9946,68.50938,1.5349969,3.0355396,9.314795,254.79286,308.47318,103.39682,54.680557,40.064995,12.115589,924.9221,41.867928,45.18289,13.19995,472.9163,16.808805,522.0183,6.543086,44.495964,0.0,798.75134,2447.1248,0.31623396,195.28722,19.58693,14996.386,27.37275,0.80550635,10.095965,25.440166,6.183084,1.9566746,13.733466,339.2139,91.17769,11.105083,0.6731506,2.1693017,113.936455,2.2580476,158.8339,272.09305,2075.106,515.80554,98.49492,162.50294,235.54912,9.518433,13.096303,118.93282,17.189829,23.853573,14.08903,21.709694,144.41003,16.658823,12.8801,49.956318,12.717371,3640.815,19.860922,21.902779,16.553606,10.8154745,189.78967,39.33191,16.090279,6.546267,8.673836,13.252451,58.796883,114.85453,29.957638,154.27309,20.73203,6.518502,57.251022,40.927288,90.40253,87.105865,9.106944,3.2427084,5.0038424,20.96333,2858.367,7.3200336,4.205572,55.62338,13.678003,143.00198,72.97361,118.77924,3.5445113,69.542366,452.91666,345.64703,34.347935,371.68506,46.368057,55.048885,76.689964,31.83712,5.3912616,24.527199,510.1353,0.5630846,1.3789768,114.00132,21.971249,9.377134,12.873742,17.840696,159.87999,50.697918,159.9113,882.4372,276.32574,2277.496,1883.4806,22.296736,33.061237,2404.723,22.77442,50.664352,533.53204,88.227356,132.5809,61.22222,281.94815,351.39294,467.12387,10.539047,80.75778,322.52206,483.87872,15.666897,129.03526,17.790972,1.6828822,52.211475,1.1511084,1.2965702,4.710339,13.124722,88.94622,25.549849,19.01713,300.26614,83.577545,49.905754,65.979164,21.062698,56.935764,13.495371,5.882269,16.55625,106.9524,44.12917,16.288246,31.268833,11.513889,19.081944,21.523148,1.9914682,99.70195,18.781502,257.67242,10.4256315,428.00937,22.895178,708.5564,204.25507,6.733776,12.476341,241.74518,326.20163,1202.0253,609.344 +2023-11-26 11:00:00,0.0,3737.9324,82.76405,40.3366,85.52143,52.07302,332.54086,44.16174,88.27503,23.215488,53.855137,476.34454,94.463165,24.773495,191.84169,0.49325395,0.23252936,62.96969,0.5457767,9.876507,1040.4253,12.632952,1215.1018,134.11829,0.49370006,27.638258,612.0775,47.60224,392.7429,200.65451,4835.966,5.024532,2702.9683,68.61039,1.5372019,3.040056,9.329399,254.73212,308.40637,103.516754,54.66528,40.064484,12.110882,924.0125,41.931015,45.14653,13.183386,472.9126,16.789352,522.2154,6.538217,44.458134,0.0,798.50867,2445.176,0.3155891,195.13788,19.569191,14982.264,27.360083,0.805249,10.085007,25.41746,6.181222,1.956027,13.72459,338.9492,91.05233,11.08839,0.67288285,2.168168,113.928856,2.2546844,158.74194,272.12402,2075.3936,515.4928,98.48537,162.53929,235.75014,9.525291,13.104268,119.06847,17.212307,23.882355,14.075761,21.691872,144.47197,16.653822,12.867169,49.94578,12.718739,3641.1409,19.8534,21.901388,16.551533,10.8145275,189.80199,39.33508,16.08264,6.547753,8.667396,13.2450485,58.77905,114.80753,29.955069,154.2778,20.72715,6.505197,57.182888,40.89377,90.28115,87.121605,9.118572,3.2407293,5.0030046,20.944939,2854.2246,7.328466,4.191578,55.607105,13.672373,142.97095,73.00931,118.78162,3.5450056,69.51743,452.87323,345.6949,34.3182,371.5567,46.346527,55.041924,76.655785,31.857487,5.3951707,24.537502,510.03256,0.5631845,1.3799467,114.04973,21.989304,9.378044,12.878381,17.842539,159.94717,50.74146,159.92047,882.59644,276.0947,2276.849,1883.1733,22.279993,33.004482,2402.5984,22.783081,50.58634,533.3953,88.09843,132.42607,61.153217,281.4874,351.11438,467.13403,10.530095,80.69022,322.48923,483.5708,15.650708,128.91365,17.766737,1.6828126,52.21387,1.1510834,1.2966608,4.709626,13.118861,88.748314,25.532038,19.016064,300.03168,83.50336,49.86181,65.927086,21.042778,56.93976,13.481019,5.8588843,16.549376,106.87745,44.10137,16.26453,31.294857,11.506945,19.054186,21.513239,1.9880326,99.62928,18.752842,257.4915,10.419549,427.60193,22.875704,708.97186,204.14778,6.719306,12.47095,241.436,325.84616,1201.3441,609.7842 +2023-11-26 12:00:00,0.0,3735.1982,82.65689,40.268284,85.48853,52.05125,332.5506,44.157417,88.256294,23.207336,53.84966,475.43442,94.47932,24.7686,191.73781,0.49166933,0.23080486,62.992245,0.54208535,9.892634,1040.6316,12.653548,1215.6754,134.147,0.49448705,27.683468,612.50854,47.611538,393.1,200.7209,4830.736,5.0323396,2702.942,68.7114,1.5394068,3.0445724,9.344002,254.67137,308.3396,103.636696,54.65,40.063976,12.106175,923.10297,41.9941,45.110172,13.1668215,472.90887,16.769901,522.4125,6.533348,44.420307,0.0,798.266,2443.2273,0.31494424,194.98853,19.551453,14968.141,27.347414,0.8049916,10.074048,25.394753,6.1793594,1.9553795,13.715714,338.68445,90.92698,11.071696,0.6726152,2.1670344,113.92125,2.2513213,158.65,272.155,2075.6812,515.18,98.475815,162.57562,235.95117,9.53215,13.112233,119.20412,17.234785,23.911135,14.062491,21.67405,144.53389,16.64882,12.8542385,49.93524,12.720107,3641.4668,19.845875,21.9,16.54946,10.813581,189.81429,39.33825,16.075,6.549238,8.660954,13.237647,58.76122,114.76053,29.9525,154.2825,20.72227,6.4918914,57.114758,40.86025,90.159775,87.137344,9.130199,3.23875,5.0021663,20.92655,2850.0823,7.3368983,4.177583,55.59083,13.666742,142.93991,73.045,118.784,3.5455,69.4925,452.8298,345.74277,34.28846,371.42838,46.325,55.034958,76.621605,31.877851,5.39908,24.547808,509.92978,0.5632844,1.3809166,114.09814,22.007357,9.378955,12.8830185,17.844383,160.01436,50.785,159.92963,882.7556,275.86365,2276.202,1882.8661,22.26325,32.947727,2400.4736,22.791744,50.50833,533.2586,87.9695,132.27126,61.084213,281.02667,350.83585,467.1442,10.521142,80.622665,322.4564,483.26288,15.63452,128.79204,17.7425,1.682743,52.216267,1.1510584,1.2967514,4.7089133,13.113,88.5504,25.514227,19.015,299.7972,83.42916,49.81786,65.875,21.022858,56.94375,13.466667,5.8355002,16.5425,106.8025,44.073574,16.240814,31.32088,11.5,19.026428,21.503332,1.9845968,99.55661,18.724184,257.31055,10.413466,427.1945,22.856228,709.3873,204.04048,6.704836,12.465558,241.12683,325.4907,1200.663,610.2244 +2023-11-26 13:00:00,0.0,3732.464,82.549736,40.199966,85.45563,52.02948,332.56033,44.153095,88.23756,23.199184,53.844185,474.52426,94.49547,24.763704,191.63394,0.4900847,0.22908038,63.0148,0.538394,9.908762,1040.8378,12.674146,1216.2489,134.17572,0.49527404,27.728678,612.9396,47.62083,393.4571,200.7873,4825.506,5.040147,2702.9155,68.81241,1.5416118,3.0490885,9.358604,254.61063,308.2728,103.75663,54.634724,40.06347,12.101469,922.19336,42.057186,45.07381,13.150257,472.9051,16.750448,522.60956,6.528479,44.382477,0.0,798.0233,2441.2783,0.31429937,194.83919,19.533714,14954.019,27.334747,0.80473423,10.063088,25.372046,6.1774974,1.9547318,13.706839,338.41974,90.80163,11.055003,0.6723474,2.1659007,113.91364,2.2479584,158.55806,272.18597,2075.969,514.8672,98.46626,162.61195,236.15219,9.539008,13.120199,119.33976,17.257263,23.939915,14.049222,21.656225,144.59583,16.643818,12.841309,49.924706,12.721475,3641.7927,19.838352,21.898611,16.547386,10.812635,189.82658,39.34142,16.067362,6.5507236,8.654514,13.230245,58.743385,114.713524,29.94993,154.2872,20.71739,6.478586,57.046623,40.82673,90.0384,87.15308,9.141828,3.2367709,5.0013285,20.90816,2845.94,7.3453307,4.163589,55.57456,13.661111,142.90887,73.080696,118.78637,3.5459943,69.467575,452.78638,345.79062,34.25872,371.30002,46.30347,55.027996,76.587425,31.898218,5.4029894,24.558111,509.827,0.5633843,1.3818865,114.146545,22.02541,9.379865,12.887657,17.846226,160.08154,50.82854,159.9388,882.9148,275.63257,2275.5547,1882.5587,22.246508,32.890972,2398.349,22.800407,50.430325,533.1218,87.84057,132.11642,61.015205,280.56592,350.55728,467.15436,10.51219,80.555115,322.42355,482.95496,15.618331,128.67041,17.718264,1.6826733,52.218662,1.1510335,1.2968421,4.7082005,13.107139,88.35249,25.496418,19.013935,299.56274,83.35497,49.77391,65.822914,21.002937,56.947742,13.452315,5.812116,16.535625,106.72755,44.045776,16.217098,31.346905,11.493055,18.998669,21.493425,1.9811611,99.48394,18.695524,257.1296,10.407384,426.78705,22.836752,709.8028,203.93318,6.690366,12.460166,240.81764,325.13522,1199.9818,610.6647 +2023-11-26 14:00:00,0.0,3729.73,82.44257,40.13165,85.42273,52.00771,332.5701,44.14877,88.21883,23.191034,53.83871,473.61414,94.51162,24.75881,191.53006,0.48850012,0.22735588,63.037357,0.53470254,9.9248905,1041.0441,12.694743,1216.8224,134.20444,0.496061,27.773888,613.3706,47.630127,393.81418,200.85368,4820.276,5.047954,2702.8892,68.91342,1.5438168,3.0536048,9.373208,254.54988,308.206,103.87657,54.619446,40.06296,12.096762,921.2838,42.12027,45.037453,13.133693,472.9014,16.730995,522.80664,6.52361,44.34465,0.0,797.78064,2439.3296,0.3136545,194.68985,19.515974,14939.8955,27.322079,0.80447686,10.05213,25.34934,6.1756353,1.9540843,13.697963,338.15503,90.67628,11.038309,0.67207974,2.164767,113.906044,2.2445953,158.46611,272.21695,2076.2566,514.55444,98.456726,162.6483,236.35323,9.545867,13.128164,119.4754,17.279741,23.968697,14.0359535,21.638403,144.65775,16.638817,12.828378,49.91417,12.722843,3642.1187,19.83083,21.897223,16.545315,10.811688,189.83888,39.344593,16.059723,6.552209,8.648073,13.222843,58.725555,114.66652,29.947361,154.29192,20.71251,6.4652805,56.97849,40.793205,89.91702,87.16883,9.153456,3.2347918,5.0004907,20.889769,2841.7976,7.353763,4.149595,55.558285,13.65548,142.87784,73.116394,118.78875,3.5464888,69.44264,452.74295,345.8385,34.228985,371.17166,46.281944,55.02103,76.553246,31.918585,5.4068985,24.568417,509.7242,0.5634842,1.3828565,114.194954,22.043463,9.380775,12.892296,17.848068,160.14873,50.87208,159.94797,883.074,275.40152,2274.9075,1882.2515,22.229765,32.834217,2396.2246,22.809069,50.352314,532.9851,87.71164,131.9616,60.9462,280.1052,350.27875,467.16452,10.503238,80.48756,322.39072,482.64703,15.602142,128.5488,17.694027,1.6826038,52.221054,1.1510085,1.2969327,4.7074876,13.101277,88.15458,25.478607,19.01287,299.32828,83.280785,49.72996,65.770836,20.983017,56.951736,13.4379635,5.7887316,16.52875,106.652596,44.01798,16.193382,31.372927,11.486111,18.970911,21.483517,1.9777255,99.41128,18.666866,256.94867,10.401301,426.3796,22.817276,710.21826,203.8259,6.6758957,12.454774,240.50847,324.7798,1199.3008,611.1049 +2023-11-26 15:00:00,0.0,3726.9958,82.33542,40.06333,85.38983,51.98594,332.57983,44.144447,88.20009,23.182882,53.833233,472.70398,94.52777,24.753916,191.42618,0.4869155,0.2256314,63.059914,0.53101116,9.941018,1041.2504,12.71534,1217.396,134.23317,0.496848,27.819098,613.80164,47.639423,394.1713,200.92007,4815.046,5.0557613,2702.8628,69.014435,1.5460218,3.0581212,9.387812,254.48914,308.1392,103.996506,54.604168,40.06245,12.092055,920.3742,42.183357,45.00109,13.117128,472.89767,16.711542,523.0037,6.518741,44.30682,0.0,797.53796,2437.3809,0.31300965,194.5405,19.498236,14925.773,27.309412,0.8042195,10.041171,25.326633,6.1737733,1.9534367,13.689088,337.8903,90.55092,11.021616,0.671812,2.1636333,113.89844,2.2412322,158.37416,272.24792,2076.5442,514.24164,98.447174,162.68463,236.55426,9.552726,13.136129,119.61105,17.30222,23.997477,14.022684,21.620579,144.71968,16.633814,12.815447,49.90363,12.724211,3642.4446,19.823305,21.895834,16.543242,10.810742,189.85118,39.347763,16.052084,6.5536947,8.641633,13.215441,58.70772,114.61952,29.944792,154.29662,20.707628,6.4519753,56.91036,40.759686,89.79565,87.18457,9.165083,3.2328126,4.9996524,20.87138,2837.655,7.362195,4.1356,55.542015,13.64985,142.8468,73.152084,118.79112,3.546983,69.41771,452.69952,345.88635,34.199245,371.0433,46.260418,55.01407,76.519066,31.938951,5.4108076,24.57872,509.62143,0.5635841,1.3838264,114.24336,22.061518,9.381686,12.896934,17.84991,160.2159,50.915623,159.95714,883.2332,275.17044,2274.2603,1881.9442,22.21302,32.777462,2394.1,22.817732,50.274303,532.8484,87.58271,131.80678,60.877193,279.64444,350.00018,467.17468,10.494286,80.42,322.35788,482.33914,15.585954,128.42717,17.669792,1.6825342,52.22345,1.1509836,1.2970233,4.706775,13.095416,87.956665,25.460796,19.011805,299.0938,83.2066,49.686012,65.71875,20.963097,56.95573,13.423612,5.7653475,16.521875,106.57764,43.99018,16.169666,31.39895,11.479167,18.943153,21.47361,1.9742898,99.33861,18.638206,256.76773,10.395219,425.97217,22.797802,710.6337,203.7186,6.6614256,12.449383,240.1993,324.42432,1198.6196,611.5451 +2023-11-26 16:00:00,0.0,3724.2617,82.228264,39.995014,85.356926,51.96417,332.58957,44.140125,88.18136,23.174732,53.82776,471.79382,94.54392,24.749022,191.3223,0.48533088,0.2239069,63.082466,0.5273198,9.957146,1041.4567,12.735937,1217.9695,134.26189,0.49763498,27.864307,614.23267,47.648716,394.52838,200.98645,4809.8164,5.0635686,2702.8364,69.11545,1.5482267,3.0626376,9.402414,254.4284,308.0724,104.11644,54.58889,40.061943,12.087348,919.4646,42.24644,44.964733,13.100564,472.89398,16.69209,523.2008,6.513872,44.26899,0.0,797.2953,2435.4321,0.3123648,194.39116,19.480497,14911.651,27.296743,0.8039621,10.030211,25.303925,6.1719112,1.9527892,13.680212,337.62558,90.42557,11.004922,0.67154425,2.1624997,113.89083,2.237869,158.28223,272.2789,2076.832,513.9289,98.43762,162.72098,236.75528,9.559584,13.144095,119.7467,17.324697,24.026258,14.009415,21.602757,144.78162,16.628813,12.802516,49.893093,12.725579,3642.7705,19.815783,21.894444,16.541168,10.809796,189.8635,39.350933,16.044445,6.55518,8.635192,13.208039,58.68989,114.57252,29.94222,154.30133,20.70275,6.43867,56.842224,40.726166,89.67427,87.20031,9.176711,3.2308333,4.9988146,20.85299,2833.5127,7.3706274,4.121606,55.52574,13.644219,142.81577,73.18778,118.7935,3.5474772,69.392784,452.65613,345.9342,34.169506,370.91495,46.238888,55.007103,76.484886,31.959318,5.4147167,24.589025,509.51868,0.56368405,1.3847963,114.29177,22.07957,9.382596,12.901572,17.851753,160.28308,50.959167,159.96631,883.39246,274.9394,2273.6133,1881.637,22.196278,32.720707,2391.9753,22.826393,50.196297,532.7116,87.45377,131.65195,60.80819,279.1837,349.72165,467.18484,10.4853325,80.35245,322.32504,482.03122,15.569765,128.30556,17.645555,1.6824646,52.225845,1.1509587,1.2971139,4.7060623,13.089556,87.75876,25.442987,19.01074,298.85934,83.13241,49.642067,65.666664,20.943176,56.95972,13.40926,5.7419634,16.515,106.502686,43.962383,16.145948,31.424974,11.472222,18.915396,21.463703,1.9708542,99.26594,18.609547,256.5868,10.389136,425.56473,22.778326,711.0492,203.6113,6.6469555,12.443991,239.89012,324.06885,1197.9385,611.98535 +2023-11-26 17:00:00,0.0,3721.5278,82.1211,39.926697,85.32403,51.942398,332.5993,44.1358,88.16262,23.16658,53.82228,470.8837,94.56008,24.744127,191.21841,0.48374626,0.22218242,63.105022,0.52362835,9.973273,1041.663,12.756534,1218.543,134.2906,0.49842197,27.909517,614.6637,47.658012,394.8855,201.05284,4804.5864,5.0713763,2702.81,69.21645,1.5504317,3.0671537,9.417019,254.36766,308.00558,104.23638,54.573612,40.061436,12.082642,918.55505,42.30953,44.92837,13.084,472.8902,16.672636,523.3979,6.509003,44.231163,0.0,797.0526,2433.4832,0.31171992,194.2418,19.462759,14897.528,27.284077,0.80370474,10.019253,25.281218,6.170049,1.9521416,13.671336,337.36084,90.30022,10.988229,0.67127657,2.1613662,113.88323,2.234506,158.19028,272.30988,2077.1196,513.6161,98.42808,162.75731,236.95631,9.5664425,13.1520605,119.88235,17.347176,24.055038,13.996146,21.584932,144.84354,16.623812,12.789586,49.882553,12.726947,3643.0964,19.808258,21.893055,16.539095,10.808849,189.8758,39.354103,16.036806,6.5566654,8.628752,13.200637,58.672062,114.52551,29.939651,154.30603,20.697868,6.4253645,56.774094,40.692642,89.552895,87.21605,9.188338,3.2288542,4.997977,20.834599,2829.3704,7.37906,4.1076117,55.509468,13.638588,142.78474,73.22347,118.795876,3.5479717,69.36785,452.6127,345.9821,34.13977,370.78662,46.21736,55.00014,76.45071,31.979683,5.4186263,24.599329,509.4159,0.56378394,1.3857661,114.34018,22.097624,9.383507,12.90621,17.853596,160.35027,51.00271,159.97548,883.55164,274.70834,2272.966,1881.3296,22.179535,32.66395,2389.8508,22.835056,50.118286,532.5749,87.324844,131.49712,60.73918,278.72296,349.44308,467.195,10.47638,80.28489,322.2922,481.7233,15.553576,128.18393,17.621319,1.6823951,52.22824,1.1509336,1.2972046,4.7053494,13.083694,87.560844,25.425177,19.009676,298.62488,83.05821,49.598118,65.614586,20.923254,56.963715,13.394908,5.718579,16.508125,106.427734,43.934586,16.122232,31.450998,11.465278,18.887638,21.453794,1.9674184,99.193275,18.580889,256.40585,10.383053,425.1573,22.75885,711.4647,203.50401,6.632486,12.438599,239.58093,323.71338,1197.2573,612.4256 +2023-11-26 18:00:00,0.0,3718.7937,82.01395,39.85838,85.29113,51.920624,332.60904,44.131477,88.14388,23.158428,53.816807,469.97354,94.57623,24.739233,191.11453,0.48216164,0.22045793,63.12758,0.519937,9.989401,1041.8691,12.777131,1219.1165,134.31932,0.49920896,27.954727,615.0947,47.667305,395.24258,201.11923,4799.3564,5.0791836,2702.7837,69.31747,1.5526367,3.07167,9.431622,254.30692,307.93878,104.356316,54.558334,40.06093,12.077934,917.64545,42.372612,44.892014,13.067434,472.8865,16.653183,523.595,6.504134,44.193333,0.0,796.80994,2431.5344,0.31107506,194.09247,19.44502,14883.406,27.271408,0.80344737,10.008294,25.25851,6.1681867,1.951494,13.66246,337.09613,90.174866,10.971535,0.6710088,2.1602325,113.875626,2.2311428,158.09833,272.34082,2077.4072,513.30334,98.418526,162.79364,237.15735,9.573301,13.160026,120.01799,17.369652,24.08382,13.982877,21.56711,144.90547,16.618809,12.776655,49.872017,12.728315,3643.4224,19.800735,21.891666,16.537024,10.807903,189.88809,39.357273,16.029167,6.558151,8.622311,13.193235,58.65423,114.47851,29.937082,154.31075,20.692987,6.4120593,56.70596,40.659122,89.43152,87.23179,9.199966,3.226875,4.9971385,20.81621,2825.228,7.387492,4.093617,55.493195,13.632957,142.75371,73.25917,118.798256,3.548466,69.34292,452.56927,346.02994,34.11003,370.65826,46.195835,54.993176,76.41653,32.00005,5.4225354,24.609634,509.3131,0.56388384,1.386736,114.38859,22.115677,9.384417,12.910849,17.855438,160.41745,51.04625,159.98465,883.7108,274.47726,2272.3188,1881.0223,22.162792,32.607197,2387.7263,22.843718,50.040276,532.4382,87.195915,131.3423,60.670177,278.2622,349.16455,467.20517,10.467428,80.21733,322.25937,481.41537,15.537388,128.06232,17.597084,1.6823255,52.230637,1.1509087,1.2972952,4.7046366,13.077833,87.36294,25.407366,19.00861,298.3904,82.984024,49.55417,65.5625,20.903334,56.96771,13.380556,5.6951947,16.50125,106.35278,43.906788,16.098516,31.477022,11.458333,18.85988,21.443888,1.9639828,99.120605,18.552229,256.2249,10.37697,424.74985,22.739374,711.8802,203.39671,6.618016,12.433207,239.27176,323.3579,1196.5762,612.86584 +2023-11-26 19:00:00,0.0,3716.0596,81.906784,39.790062,85.258224,51.898853,332.61877,44.127155,88.12515,23.150278,53.811333,469.06342,94.592384,24.734339,191.01065,0.48057705,0.21873344,63.150135,0.5162456,10.005528,1042.0754,12.797729,1219.6901,134.34804,0.49999595,27.999937,615.52576,47.6766,395.59967,201.18562,4794.1265,5.086991,2702.7573,69.41848,1.5548418,3.0761864,9.446224,254.24617,307.87198,104.47626,54.543056,40.06042,12.073228,916.7359,42.4357,44.85565,13.05087,472.88278,16.633732,523.79205,6.499265,44.155506,0.0,796.56726,2429.5857,0.3104302,193.94313,19.427282,14869.283,27.258741,0.80319,9.9973345,25.235806,6.1663246,1.9508464,13.6535845,336.83142,90.049515,10.954842,0.67074114,2.1590989,113.86802,2.2277796,158.0064,272.3718,2077.695,512.99054,98.40897,162.82999,237.35837,9.58016,13.167992,120.15364,17.39213,24.1126,13.969607,21.549286,144.96739,16.613808,12.763724,49.861477,12.729684,3643.7483,19.793213,21.890278,16.53495,10.806957,189.90039,39.360443,16.021528,6.559636,8.61587,13.185833,58.6364,114.43151,29.934513,154.31544,20.688108,6.3987536,56.63783,40.625603,89.31014,87.24753,9.211595,3.224896,4.9963007,20.79782,2821.0857,7.3959246,4.0796227,55.47692,13.627327,142.72267,73.29486,118.80064,3.5489604,69.317986,452.52585,346.07782,34.08029,370.5299,46.174305,54.986214,76.38235,32.020416,5.4264445,24.61994,509.21033,0.56398374,1.387706,114.437,22.133732,9.385327,12.915486,17.857283,160.48463,51.08979,159.99382,883.87,274.24622,2271.6716,1880.7151,22.14605,32.55044,2385.6016,22.85238,49.96227,532.3014,87.066986,131.18747,60.60117,277.80148,348.886,467.21533,10.458476,80.14978,322.22653,481.10748,15.521199,127.9407,17.572847,1.6822559,52.23303,1.1508837,1.2973858,4.7039237,13.071972,87.16502,25.389557,19.007545,298.15594,82.909836,49.51022,65.510414,20.883413,56.971703,13.366204,5.6718106,16.494375,106.27783,43.87899,16.0748,31.503046,11.451389,18.832123,21.43398,1.9605471,99.047935,18.523571,256.04398,10.370888,424.3424,22.7199,712.29565,203.28941,6.6035457,12.4278145,238.96259,323.00247,1195.895,613.3061 +2023-11-26 20:00:00,0.0,3713.3254,81.79963,39.721745,85.22533,51.877083,332.62854,44.122833,88.106415,23.142126,53.805855,468.15326,94.608536,24.729445,190.90677,0.47899243,0.21700895,63.17269,0.51255417,10.021656,1042.2817,12.818325,1220.2635,134.37675,0.5007829,28.045147,615.9568,47.685898,395.9568,201.25201,4788.8965,5.094798,2702.7312,69.51949,1.5570468,3.0807028,9.460828,254.18542,307.80518,104.59619,54.52778,40.05991,12.068521,915.8263,42.498787,44.819294,13.034306,472.87903,16.614279,523.98914,6.494396,44.117676,0.0,796.3246,2427.6367,0.30978534,193.79378,19.409544,14855.161,27.246073,0.8029326,9.986376,25.213099,6.1644626,1.9501989,13.64471,336.56668,89.92416,10.938148,0.6704734,2.1579652,113.86041,2.2244165,157.91444,272.40277,2077.9827,512.6778,98.39943,162.86632,237.5594,9.587018,13.175957,120.28928,17.414608,24.141382,13.956338,21.531464,145.02933,16.608805,12.750793,49.85094,12.731051,3644.0742,19.785688,21.88889,16.532877,10.80601,189.91269,39.363617,16.01389,6.561122,8.609429,13.1784315,58.618565,114.38451,29.931944,154.32016,20.683228,6.3854485,56.569695,40.592083,89.18877,87.26327,9.223222,3.2229166,4.995463,20.779428,2816.9434,7.4043565,4.0656285,55.460648,13.621696,142.69164,73.33056,118.80301,3.5494547,69.29306,452.48242,346.12567,34.050552,370.40155,46.15278,54.979248,76.34817,32.040783,5.4303536,24.630243,509.10754,0.56408364,1.3886759,114.485405,22.151785,9.386238,12.920125,17.859125,160.55182,51.13333,160.00299,884.02924,274.01514,2271.0244,1880.4078,22.129305,32.493687,2383.477,22.861042,49.88426,532.1647,86.93806,131.03264,60.532166,277.34073,348.60742,467.2255,10.449523,80.08222,322.19373,480.79956,15.505011,127.81908,17.54861,1.6821862,52.235424,1.1508588,1.2974765,4.703211,13.066111,86.96711,25.371746,19.006481,297.92148,82.83565,49.46627,65.458336,20.863493,56.975693,13.351852,5.648426,16.4875,106.20288,43.851192,16.051085,31.52907,11.444445,18.804363,21.424072,1.9571115,98.97527,18.494911,255.86305,10.364805,423.93497,22.700424,712.7111,203.18211,6.5890756,12.422423,238.65341,322.647,1195.2139,613.7463 +2023-11-26 21:00:00,0.0,3710.5913,81.69247,39.653427,85.19243,51.855312,332.63828,44.118507,88.087685,23.133976,53.80038,467.24313,94.62469,24.72455,190.80289,0.4774078,0.21528447,63.195244,0.5088628,10.037784,1042.488,12.8389225,1220.837,134.40547,0.5015699,28.090357,616.3878,47.69519,396.31387,201.3184,4783.6665,5.1026053,2702.7048,69.6205,1.5592517,3.085219,9.475431,254.12468,307.73837,104.716125,54.5125,40.059402,12.063814,914.91675,42.56187,44.782932,13.017741,472.8753,16.594826,524.18616,6.489527,44.07985,0.0,796.0819,2425.688,0.30914047,193.64444,19.391806,14841.038,27.233406,0.80267525,9.975417,25.190392,6.1626005,1.9495513,13.635834,336.30197,89.798805,10.921454,0.67020565,2.1568315,113.85281,2.2210534,157.8225,272.43375,2078.2703,512.365,98.389885,162.90265,237.76042,9.593877,13.183923,120.42493,17.437086,24.170162,13.943069,21.513638,145.09126,16.603804,12.737864,49.8404,12.73242,3644.4001,19.778166,21.8875,16.530804,10.805064,189.925,39.366787,16.00625,6.5626073,8.602989,13.171029,58.600735,114.3375,29.929375,154.32486,20.678347,6.372143,56.501564,40.55856,89.06738,87.279015,9.23485,3.2209375,4.9946246,20.76104,2812.8008,7.412789,4.051634,55.444374,13.616065,142.6606,73.36625,118.80539,3.549949,69.26813,452.43903,346.17355,34.020817,370.27322,46.13125,54.972282,76.31399,32.06115,5.434263,24.640549,509.00476,0.56418353,1.3896458,114.53381,22.169838,9.387148,12.924764,17.860968,160.619,51.176876,160.01216,884.1885,273.7841,2270.3774,1880.1006,22.112562,32.43693,2381.3525,22.869705,49.806248,532.0279,86.80912,130.8778,60.463158,276.88,348.3289,467.23566,10.440571,80.01467,322.1609,480.49164,15.488823,127.69746,17.524376,1.6821167,52.23782,1.1508338,1.2975671,4.702498,13.060249,86.7692,25.353937,19.005417,297.687,82.76145,49.42232,65.40625,20.843573,56.979687,13.337501,5.625042,16.480625,106.12793,43.823395,16.027369,31.555092,11.4375,18.776606,21.414165,1.9536757,98.9026,18.466253,255.68211,10.358723,423.52753,22.680948,713.1266,203.07483,6.5746055,12.417031,238.34422,322.29153,1194.5327,614.1865 +2023-11-26 22:00:00,0.0,3707.8572,81.58531,39.58511,85.15952,51.83354,332.648,44.114185,88.06895,23.125824,53.794907,466.33298,94.64084,24.719656,190.69902,0.47582322,0.21355997,63.2178,0.5051714,10.053911,1042.6943,12.859519,1221.4106,134.43419,0.5023569,28.135565,616.81885,47.704487,396.671,201.3848,4778.4365,5.110413,2702.6785,69.72151,1.5614567,3.0897353,9.490034,254.06393,307.67157,104.83607,54.497223,40.058895,12.059107,914.00714,42.624958,44.746574,13.001177,472.87158,16.575373,524.38324,6.4846582,44.04202,0.0,795.8393,2423.7393,0.3084956,193.49509,19.374065,14826.916,27.22074,0.8024179,9.9644575,25.167685,6.1607385,1.9489038,13.626958,336.03723,89.673454,10.90476,0.66993797,2.1556978,113.84521,2.2176902,157.73056,272.46472,2078.558,512.0522,98.38033,162.939,237.96146,9.600736,13.191888,120.56058,17.459564,24.198942,13.9298,21.495815,145.15318,16.598803,12.724933,49.829865,12.733788,3644.726,19.770643,21.88611,16.528732,10.804118,189.9373,39.369957,15.998611,6.5640926,8.596548,13.163628,58.582905,114.2905,29.926805,154.32956,20.673468,6.3588376,56.43343,40.52504,88.94601,87.294754,9.246477,3.2189584,4.993787,20.74265,2808.6584,7.4212213,4.0376396,55.4281,13.610435,142.62956,73.40195,118.80776,3.5504434,69.243195,452.3956,346.2214,33.991077,370.14487,46.109722,54.96532,76.27981,32.081516,5.4381723,24.650852,508.902,0.56428343,1.3906157,114.58222,22.187893,9.388059,12.929401,17.86281,160.68619,51.220417,160.02133,884.34766,273.55304,2269.7302,1879.7932,22.09582,32.380177,2379.2278,22.878368,49.72824,531.8912,86.68019,130.72299,60.394154,276.41925,348.05032,467.24582,10.431619,79.94711,322.12805,480.18372,15.472634,127.575836,17.50014,1.6820471,52.240215,1.1508088,1.2976577,4.701785,13.054389,86.57129,25.336126,19.00435,297.45255,82.68726,49.378376,65.354164,20.823652,56.98368,13.323149,5.601658,16.473751,106.05298,43.795597,16.00365,31.581116,11.430555,18.748848,21.404259,1.9502401,98.82993,18.437593,255.50117,10.35264,423.12012,22.661472,713.54205,202.96753,6.5601354,12.411639,238.03505,321.93607,1193.8517,614.6268 +2023-11-26 23:00:00,0.0,3705.123,81.47815,39.516792,85.126625,51.81177,332.65775,44.109863,88.05022,23.117672,53.78943,465.42282,94.65699,24.71476,190.59514,0.4742386,0.21183549,63.240356,0.50148,10.070039,1042.9005,12.880116,1221.9841,134.4629,0.5031439,28.180775,617.2499,47.71378,397.02808,201.45117,4773.2065,5.1182203,2702.652,69.822525,1.5636617,3.0942516,9.504638,254.0032,307.60477,104.956,54.481945,40.058388,12.0544,913.09753,42.68804,44.710213,12.984612,472.86786,16.55592,524.5803,6.4797893,44.00419,0.0,795.59656,2421.7903,0.30785075,193.34575,19.356327,14812.793,27.20807,0.8021605,9.953499,25.144978,6.1588764,1.9482561,13.618082,335.77252,89.5481,10.888067,0.6696702,2.1545641,113.8376,2.214327,157.63861,272.4957,2078.8457,511.73944,98.37078,162.97533,238.16249,9.607594,13.199853,120.69622,17.482042,24.227724,13.916531,21.477993,145.21512,16.5938,12.712002,49.819324,12.735156,3645.052,19.763119,21.884722,16.526659,10.803171,189.9496,39.373127,15.9909725,6.565578,8.590108,13.156225,58.56507,114.2435,29.924236,154.33427,20.668587,6.3455324,56.365295,40.49152,88.82463,87.31049,9.258105,3.2169793,4.992949,20.724258,2804.516,7.4296536,4.0236454,55.411827,13.604804,142.59853,73.43764,118.81014,3.5509377,69.21827,452.35217,346.2693,33.961338,370.0165,46.088196,54.958355,76.24563,32.101883,5.4420815,24.661158,508.79922,0.5643833,1.3915856,114.63063,22.205946,9.388968,12.93404,17.864653,160.75336,51.263958,160.03049,884.50684,273.32196,2269.083,1879.486,22.079077,32.32342,2377.1033,22.88703,49.65023,531.75446,86.55126,130.56816,60.325146,275.95853,347.7718,467.25598,10.422667,79.879555,322.0952,479.8758,15.456446,127.454216,17.475903,1.6819775,52.24261,1.1507839,1.2977484,4.701072,13.048528,86.37338,25.318316,19.003286,297.21808,82.613075,49.334427,65.302086,20.803732,56.987675,13.308797,5.5782733,16.466875,105.97803,43.7678,15.979936,31.60714,11.423611,18.72109,21.39435,1.9468044,98.75726,18.408936,255.32025,10.346558,422.71268,22.641998,713.9575,202.86023,6.5456653,12.406247,237.72588,321.58063,1193.1705,615.067 +2023-11-27 00:00:00,0.0,3702.389,81.370995,39.448475,85.09373,51.79,332.66748,44.105537,88.03148,23.109522,53.783955,464.5127,94.67314,24.709866,190.49126,0.47265399,0.21011099,63.262913,0.4977886,10.086166,1043.1068,12.900714,1222.5576,134.49162,0.50393087,28.225985,617.6809,47.723076,397.38516,201.51756,4767.9766,5.1260276,2702.6257,69.92353,1.5658667,3.098768,9.519241,253.94246,307.53796,105.07594,54.466667,40.057877,12.049693,912.188,42.75113,44.673855,12.968048,472.86414,16.536467,524.7774,6.4749203,43.966362,0.0,795.3539,2419.8416,0.3072059,193.1964,19.338589,14798.671,27.195404,0.8019031,9.94254,25.122272,6.157014,1.9476086,13.609206,335.50778,89.422745,10.871373,0.66940254,2.1534307,113.83,2.210964,157.54666,272.52667,2079.1333,511.42667,98.36123,163.01167,238.36351,9.614452,13.207819,120.83187,17.50452,24.256504,13.903262,21.460169,145.27704,16.588799,12.699072,49.80879,12.736524,3645.378,19.755596,21.883333,16.524586,10.802225,189.9619,39.376297,15.983334,6.5670633,8.583667,13.148824,58.54724,114.196495,29.921665,154.33897,20.663706,6.3322268,56.297165,40.457996,88.703255,87.32623,9.269733,3.2150002,4.9921107,20.70587,2800.3738,7.438086,4.0096507,55.395554,13.599173,142.56749,73.473335,118.812515,3.5514321,69.19334,452.30875,346.31714,33.931602,369.88815,46.066666,54.951393,76.21145,32.122246,5.4459906,24.671461,508.69644,0.5644833,1.3925555,114.67904,22.223999,9.389879,12.938678,17.866495,160.82054,51.3075,160.03966,884.6661,273.0909,2268.4358,1879.1787,22.062334,32.266666,2374.9788,22.895693,49.57222,531.6177,86.42233,130.41333,60.25614,275.49777,347.49323,467.26614,10.413713,79.812004,322.06238,479.5679,15.440257,127.332596,17.451666,1.681908,52.245003,1.150759,1.297839,4.7003593,13.042666,86.17547,25.300507,19.002222,296.9836,82.53889,49.290478,65.25,20.78381,56.991665,13.294445,5.554889,16.460001,105.903076,43.74,15.956219,31.633163,11.416667,18.693333,21.384443,1.9433688,98.6846,18.380276,255.13931,10.340475,422.30524,22.622522,714.373,202.75294,6.531195,12.400856,237.4167,321.22516,1192.4894,615.50726 +2023-11-27 01:00:00,0.0,3699.6548,81.26383,39.380157,85.06083,51.76823,332.67725,44.101215,88.01274,23.10137,53.77848,463.60254,94.6893,24.704971,190.38737,0.47106937,0.2083865,63.28547,0.4940972,10.102294,1043.3131,12.92131,1223.1311,134.52034,0.5047178,28.271194,618.11194,47.732372,397.74228,201.58395,4762.7466,5.133835,2702.5994,70.02454,1.5680716,3.1032844,9.533844,253.88171,307.47116,105.19588,54.45139,40.05737,12.044987,911.2784,42.814213,44.637493,12.951484,472.8604,16.517014,524.9745,6.4700513,43.92853,0.0,795.1112,2417.8928,0.30656102,193.04706,19.32085,14784.548,27.182735,0.80164576,9.931581,25.099564,6.155152,1.946961,13.600331,335.24307,89.29739,10.85468,0.6691348,2.152297,113.822395,2.2076008,157.45473,272.55765,2079.421,511.1139,98.351685,163.048,238.56454,9.621311,13.215784,120.967514,17.526999,24.285286,13.889993,21.442347,145.33897,16.583797,12.686141,49.798252,12.737892,3645.7039,19.748072,21.881945,16.522514,10.801279,189.9742,39.379467,15.975695,6.568549,8.577227,13.141421,58.529408,114.14949,29.919096,154.34369,20.658827,6.3189216,56.22903,40.424477,88.58188,87.34197,9.281361,3.2130208,4.991273,20.687479,2796.2314,7.446518,3.9956565,55.37928,13.593542,142.53645,73.509026,118.814896,3.5519264,69.1684,452.26532,346.36502,33.901863,369.7598,46.04514,54.944427,76.17727,32.142612,5.4498997,24.681767,508.59366,0.5645832,1.3935255,114.72745,22.242052,9.390789,12.943316,17.868338,160.88773,51.35104,160.04883,884.82526,272.85983,2267.7886,1878.8715,22.045591,32.20991,2372.854,22.904354,49.494213,531.48096,86.2934,130.25851,60.187134,275.03705,347.2147,467.2763,10.404761,79.744446,322.02954,479.25998,15.424068,127.21098,17.427431,1.6818384,52.2474,1.150734,1.2979296,4.6996465,13.036805,85.977554,25.282696,19.001158,296.74915,82.4647,49.24653,65.197914,20.76389,56.99566,13.280093,5.531505,16.453125,105.828125,43.712204,15.932503,31.659187,11.409722,18.665575,21.374537,1.9399331,98.61193,18.351618,254.95837,10.334393,421.8978,22.603046,714.78845,202.64565,6.516725,12.395464,237.10751,320.8697,1191.8082,615.94745 +2023-11-27 02:00:00,0.0,3696.921,81.15668,39.31184,85.02792,51.74646,332.68698,44.096893,87.99401,23.09322,53.773003,462.6924,94.70545,24.700077,190.2835,0.46948475,0.20666201,63.30802,0.49040583,10.118422,1043.5194,12.941908,1223.7047,134.54906,0.50550485,28.316404,618.54297,47.741665,398.09937,201.65034,4757.5166,5.141642,2702.573,70.12556,1.5702766,3.1078005,9.548447,253.82097,307.40436,105.31581,54.43611,40.05686,12.040279,910.36884,42.8773,44.601135,12.934918,472.8567,16.497562,525.1716,6.4651823,43.890705,0.0,794.8685,2415.9438,0.30591616,192.89772,19.303112,14770.426,27.170069,0.8013884,9.920622,25.076857,6.15329,1.9463135,13.591455,334.97836,89.17204,10.837986,0.66886705,2.1511633,113.81479,2.2042377,157.36278,272.58862,2079.7087,510.80112,98.34213,163.08434,238.76556,9.628169,13.223749,121.103165,17.549477,24.314066,13.876723,21.424522,145.4009,16.578794,12.67321,49.787712,12.73926,3646.0298,19.74055,21.880556,16.520441,10.800332,189.98651,39.38264,15.968056,6.5700345,8.5707855,13.13402,58.511578,114.102486,29.916527,154.34839,20.653946,6.305616,56.1609,40.390957,88.4605,87.35771,9.292989,3.2110417,4.990435,20.669088,2792.0889,7.4549503,3.981662,55.36301,13.587912,142.50542,73.54472,118.81727,3.5524209,69.14348,452.2219,346.41287,33.872124,369.63147,46.023613,54.937466,76.14309,32.16298,5.4538093,24.692072,508.49088,0.5646831,1.3944954,114.77586,22.260107,9.3917,12.947954,17.870182,160.95491,51.394585,160.058,884.9845,272.62878,2267.1416,1878.5641,22.028847,32.153156,2370.7295,22.913017,49.416203,531.34424,86.16447,130.10368,60.11813,274.5763,346.93613,467.28647,10.395809,79.67689,321.9967,478.95206,15.40788,127.08936,17.403194,1.6817688,52.249794,1.150709,1.2980204,4.6989336,13.030944,85.77965,25.264885,19.000092,296.51468,82.3905,49.20258,65.145836,20.743969,56.999653,13.265741,5.5081205,16.44625,105.75317,43.684406,15.908787,31.685211,11.402778,18.637815,21.364628,1.9364974,98.53926,18.322958,254.77744,10.32831,421.49036,22.58357,715.204,202.53835,6.5022554,12.390072,236.79834,320.51422,1191.1271,616.3877 +2023-11-27 03:00:00,0.0,3694.1868,81.049515,39.243523,84.995026,51.72469,332.69672,44.092567,87.97527,23.085068,53.76753,461.78226,94.7216,24.695183,190.17961,0.46790016,0.20493752,63.330578,0.48671442,10.134549,1043.7257,12.962504,1224.2782,134.57779,0.5062918,28.361614,618.974,47.75096,398.45648,201.71674,4752.2866,5.14945,2702.5466,70.22657,1.5724816,3.1123168,9.56305,253.76022,307.33755,105.43575,54.420834,40.056355,12.035573,909.4592,42.940384,44.564774,12.918354,472.85297,16.47811,525.36865,6.4603133,43.852875,0.0,794.62585,2413.995,0.3052713,192.74837,19.285374,14756.303,27.1574,0.801131,9.909663,25.05415,6.1514277,1.9456658,13.58258,334.71362,89.04669,10.821293,0.66859937,2.1500297,113.80719,2.2008746,157.27083,272.61957,2079.9963,510.4883,98.33258,163.12068,238.9666,9.635028,13.231715,121.23881,17.571955,24.342848,13.863454,21.4067,145.46283,16.573793,12.660279,49.777176,12.740628,3646.3557,19.733027,21.879168,16.518368,10.799386,189.99881,39.38581,15.960417,6.57152,8.564345,13.126617,58.493744,114.05548,29.913958,154.3531,20.649065,6.2923107,56.092766,40.357437,88.33913,87.37346,9.304616,3.2090626,4.989597,20.6507,2787.9465,7.4633827,3.9676678,55.346737,13.582281,142.47438,73.58042,118.81965,3.552915,69.118546,452.1785,346.46075,33.842384,369.5031,46.002083,54.9305,76.10891,32.183346,5.4577184,24.702375,508.3881,0.564783,1.3954653,114.82427,22.27816,9.392611,12.952593,17.872025,161.0221,51.438126,160.06717,885.1437,272.39774,2266.4944,1878.2568,22.012104,32.0964,2368.605,22.921679,49.338192,531.20746,86.03554,129.94885,60.049126,274.11554,346.65756,467.29663,10.386857,79.60934,321.96387,478.64413,15.391691,126.96774,17.378958,1.6816992,52.25219,1.150684,1.298111,4.698221,13.025083,85.58173,25.247076,18.999027,296.28024,82.316315,49.158634,65.09375,20.724049,57.003647,13.2513895,5.4847364,16.439375,105.678215,43.65661,15.88507,31.711233,11.395833,18.610058,21.354721,1.9330617,98.4666,18.2943,254.5965,10.322227,421.08292,22.564096,715.61945,202.43105,6.4877853,12.38468,236.48917,320.15875,1190.4459,616.82794 +2023-11-27 04:00:00,0.0,3691.4526,80.94236,39.175205,84.96213,51.70292,332.70645,44.088245,87.95654,23.076916,53.762054,460.87213,94.737755,24.690289,190.07573,0.46631554,0.20321304,63.353134,0.48302302,10.150677,1043.9319,12.983102,1224.8517,134.6065,0.5070788,28.406824,619.405,47.760254,398.81357,201.78313,4747.0566,5.157257,2702.5203,70.327576,1.5746866,3.1168332,9.577654,253.69948,307.27075,105.55569,54.405556,40.055847,12.030866,908.5497,43.00347,44.528416,12.90179,472.84924,16.458656,525.56573,6.4554443,43.81505,0.0,794.38324,2412.0464,0.30462644,192.59903,19.267635,14742.181,27.144733,0.80087364,9.898704,25.031443,6.1495657,1.9450183,13.573704,334.4489,88.92133,10.804599,0.6683316,2.148896,113.79958,2.1975114,157.1789,272.65054,2080.284,510.17554,98.32304,163.15701,239.16763,9.641887,13.23968,121.37445,17.594433,24.371628,13.850185,21.388876,145.52477,16.56879,12.647349,49.766636,12.741996,3646.6816,19.725502,21.877777,16.516294,10.79844,190.01111,39.38898,15.952778,6.573005,8.557904,13.119216,58.475914,114.008484,29.911388,154.3578,20.644186,6.279005,56.024635,40.323914,88.21775,87.3892,9.316244,3.2070835,4.988759,20.632309,2783.8042,7.471815,3.9536734,55.330463,13.57665,142.44334,73.61611,118.82202,3.5534093,69.09361,452.13507,346.5086,33.81265,369.37476,45.980556,54.92354,76.07473,32.203712,5.4616275,24.71268,508.28534,0.5648829,1.3964351,114.87268,22.296213,9.39352,12.9572315,17.873867,161.08928,51.481667,160.07634,885.30286,272.16666,2265.8472,1877.9496,21.995361,32.039646,2366.4802,22.930342,49.260185,531.07074,85.90661,129.79404,59.980118,273.65482,346.37903,467.3068,10.377904,79.54178,321.93103,478.3362,15.375503,126.84612,17.354723,1.6816297,52.254585,1.1506591,1.2982016,4.6975083,13.019222,85.38383,25.229265,18.997963,296.04578,82.24213,49.114685,65.041664,20.704128,57.007637,13.237038,5.4613523,16.4325,105.603264,43.62881,15.861354,31.737257,11.388889,18.5823,21.344814,1.9296261,98.39393,18.26564,254.41556,10.316144,420.67548,22.54462,716.0349,202.32376,6.4733152,12.379288,236.18,319.8033,1189.7648,617.2682 +2023-11-27 05:00:00,0.0,3688.7185,80.8352,39.106888,84.92922,51.681145,332.7162,44.083923,87.937805,23.068766,53.756577,459.96198,94.75391,24.685394,189.97185,0.46473092,0.20148854,63.37569,0.47933164,10.166804,1044.1382,13.003699,1225.4253,134.63522,0.5078658,28.452034,619.83606,47.76955,399.1707,201.84952,4741.8267,5.1650643,2702.494,70.42859,1.5768915,3.1213496,9.592257,253.63873,307.20395,105.67562,54.390278,40.055336,12.026159,907.6401,43.066555,44.492054,12.885225,472.84552,16.439203,525.7628,6.4505754,43.777218,0.0,794.14056,2410.0974,0.30398157,192.44968,19.249897,14728.058,27.132065,0.80061626,9.887745,25.008738,6.1477036,1.9443707,13.564828,334.18417,88.79598,10.787906,0.66806394,2.1477623,113.79198,2.1941483,157.08694,272.68152,2080.5718,509.86276,98.31349,163.19334,239.36865,9.648745,13.247645,121.5101,17.61691,24.40041,13.836916,21.371054,145.58669,16.56379,12.6344185,49.7561,12.743364,3647.0076,19.71798,21.876389,16.514223,10.797493,190.0234,39.39215,15.945139,6.574491,8.551464,13.111814,58.458084,113.96148,29.90882,154.36252,20.639305,6.2657,55.9565,40.290394,88.096375,87.40494,9.327872,3.205104,4.987921,20.613918,2779.6619,7.4802475,3.939679,55.31419,13.571019,142.41231,73.65181,118.8244,3.5539038,69.06868,452.09164,346.55646,33.78291,369.2464,45.959026,54.916573,76.04055,32.22408,5.4655366,24.722984,508.18256,0.5649828,1.397405,114.92109,22.314266,9.394431,12.961869,17.87571,161.15646,51.525208,160.08551,885.4621,271.9356,2265.2,1877.6423,21.978619,31.982891,2364.3557,22.939003,49.182175,530.934,85.77768,129.6392,59.911114,273.19406,346.10046,467.31696,10.368952,79.47422,321.8982,478.02832,15.359314,126.7245,17.330486,1.68156,52.256977,1.1506342,1.2982923,4.6967955,13.013361,85.18591,25.211454,18.996899,295.8113,82.16794,49.070736,64.989586,20.684208,57.01163,13.222686,5.437968,16.425625,105.52831,43.601013,15.837638,31.76328,11.381945,18.554543,21.334906,1.9261904,98.32126,18.236982,254.23463,10.310061,420.26804,22.525145,716.4504,202.21646,6.458845,12.373897,235.8708,319.44785,1189.0836,617.7084 +2023-11-27 06:00:00,0.0,3685.9844,80.72804,39.03857,84.896324,51.659374,332.72595,44.079597,87.91907,23.060614,53.751102,459.05182,94.77006,24.6805,189.86797,0.46314633,0.19976406,63.398247,0.47564024,10.182932,1044.3445,13.024296,1225.9988,134.66394,0.5086528,28.497244,620.2671,47.778847,399.52777,201.9159,4736.5967,5.1728716,2702.4678,70.5296,1.5790966,3.1258657,9.60686,253.578,307.13715,105.79556,54.375,40.05483,12.021452,906.73047,43.129642,44.455696,12.868661,472.8418,16.41975,525.9599,6.4457064,43.739388,0.0,793.8979,2408.1487,0.3033367,192.30034,19.232157,14713.936,27.119398,0.8003589,9.876785,24.98603,6.145841,1.9437232,13.555952,333.91946,88.67063,10.771212,0.6677962,2.1466286,113.78438,2.1907852,156.995,272.7125,2080.8594,509.55,98.30394,163.22969,239.56969,9.655603,13.255611,121.645744,17.639387,24.42919,13.823647,21.35323,145.64862,16.558788,12.621488,49.74556,12.744732,3647.3335,19.710457,21.875,16.51215,10.796547,190.0357,39.39532,15.9375,6.5759764,8.545023,13.104412,58.44025,113.914474,29.90625,154.36722,20.634424,6.2523947,55.888367,40.256874,87.975,87.42068,9.339499,3.203125,4.987083,20.595528,2775.5195,7.48868,3.9256847,55.297916,13.565389,142.38129,73.6875,118.826775,3.554398,69.043755,452.04822,346.60434,33.75317,369.11804,45.9375,54.90961,76.00637,32.244446,5.469446,24.73329,508.07977,0.56508267,1.3983749,114.9695,22.332321,9.395341,12.966508,17.877552,161.22363,51.56875,160.09468,885.6213,271.70453,2264.5527,1877.3351,21.961876,31.926136,2362.2312,22.947666,49.104164,530.79724,85.64875,129.48438,59.842106,272.73334,345.82193,467.32712,10.36,79.40667,321.86536,477.7204,15.343125,126.60288,17.30625,1.6814904,52.259373,1.1506091,1.2983829,4.6960826,13.0075,84.988,25.193645,18.995832,295.57684,82.09375,49.026787,64.9375,20.664288,57.015625,13.208334,5.4145837,16.41875,105.45336,43.573215,15.813921,31.789305,11.375,18.526785,21.324999,1.9227548,98.2486,18.208323,254.0537,10.303979,419.8606,22.505669,716.86584,202.10916,6.444375,12.368505,235.56163,319.09238,1188.4026,618.1486 +2023-11-27 07:00:00,0.0,3683.2502,80.62089,38.970253,84.86343,51.637604,332.7357,44.075275,87.90034,23.052464,53.74563,458.1417,94.78621,24.675606,189.76408,0.4615617,0.19803956,63.4208,0.47194883,10.19906,1044.5508,13.044893,1226.5723,134.69266,0.50943977,28.542454,620.6981,47.78814,399.88486,201.98228,4731.3667,5.180679,2702.4414,70.630615,1.5813016,3.130382,9.621464,253.51726,307.07034,105.9155,54.359722,40.05432,12.016746,905.8209,43.19273,44.419334,12.852097,472.83807,16.400297,526.157,6.4408374,43.70156,0.0,793.6552,2406.2,0.30269185,192.151,19.214418,14699.813,27.10673,0.8001015,9.865827,24.963324,6.143979,1.9430757,13.547077,333.65472,88.54528,10.754518,0.6675285,2.1454952,113.77677,2.187422,156.90306,272.74347,2081.147,509.2372,98.29439,163.26602,239.7707,9.662462,13.2635765,121.781395,17.661865,24.45797,13.810378,21.335407,145.71054,16.553785,12.608558,49.735023,12.7461,3647.6594,19.702932,21.873611,16.510077,10.795601,190.04802,39.39849,15.929861,6.5774617,8.538583,13.09701,58.42242,113.86747,29.903679,154.37192,20.629545,6.239089,55.820236,40.22335,87.85362,87.43642,9.351128,3.201146,4.986245,20.577139,2771.3772,7.497112,3.9116902,55.281643,13.559758,142.35025,73.7232,118.829155,3.5548925,69.01882,452.0048,346.6522,33.723434,368.98972,45.915974,54.902645,75.97219,32.264812,5.4733553,24.743593,507.977,0.56518257,1.3993449,115.01791,22.350374,9.396252,12.971146,17.879395,161.29082,51.61229,160.10385,885.7805,271.47348,2263.9058,1877.0277,21.945131,31.86938,2360.1067,22.95633,49.026157,530.6605,85.51982,129.32954,59.7731,272.27258,345.54337,467.33728,10.351047,79.33911,321.83252,477.41248,15.326937,126.48126,17.282015,1.6814209,52.26177,1.1505842,1.2984735,4.6953697,13.001638,84.79009,25.175835,18.994768,295.34238,82.019554,48.982838,64.885414,20.644365,57.01962,13.193982,5.391199,16.411875,105.37841,43.545418,15.790205,31.815329,11.368055,18.499027,21.315092,1.919319,98.17593,18.179665,253.87276,10.297896,419.45316,22.486195,717.2813,202.00188,6.429905,12.363112,235.25246,318.7369,1187.7214,618.58887 +2023-11-27 08:00:00,0.0,3680.516,80.513725,38.901936,84.83052,51.615833,332.74542,44.070953,87.8816,23.044312,53.74015,457.23154,94.80237,24.670712,189.66022,0.4599771,0.19631508,63.443356,0.46825746,10.215188,1044.7571,13.065491,1227.1459,134.72137,0.5102267,28.587664,621.12915,47.797436,400.24197,202.04868,4726.1367,5.188486,2702.415,70.73162,1.5835066,3.1348984,9.636066,253.45651,307.00354,106.03544,54.344444,40.053814,12.012039,904.9113,43.255814,44.382973,12.835532,472.83432,16.380844,526.35406,6.4359684,43.66373,0.0,793.41254,2404.251,0.30204698,192.00165,19.19668,14685.69,27.094063,0.79984415,9.854868,24.940617,6.142117,1.942428,13.538201,333.39,88.41993,10.737824,0.66726077,2.1443615,113.769165,2.184059,156.81111,272.77444,2081.4348,508.92444,98.28484,163.30235,239.97174,9.669321,13.271542,121.91704,17.684343,24.486752,13.797109,21.317585,145.77248,16.548784,12.595627,49.724483,12.747468,3647.9854,19.69541,21.872223,16.508003,10.794654,190.06032,39.401665,15.922222,6.578947,8.532142,13.089608,58.404587,113.82047,29.90111,154.37663,20.624664,6.225784,55.7521,40.18983,87.73225,87.452156,9.362755,3.1991668,4.9854074,20.558748,2767.2346,7.505544,3.8976958,55.26537,13.554127,142.31921,73.75889,118.83153,3.5553868,68.99389,451.96136,346.70007,33.693695,368.86136,45.894444,54.895683,75.93801,32.28518,5.4772644,24.753899,507.8742,0.56528246,1.4003148,115.066315,22.368427,9.3971615,12.975784,17.881239,161.358,51.655834,160.11302,885.9397,271.24243,2263.2585,1876.7205,21.928389,31.812626,2357.982,22.96499,48.948147,530.5238,85.390884,129.17473,59.704094,271.81186,345.26483,467.34744,10.342094,79.27155,321.7997,477.10455,15.310748,126.35964,17.257778,1.6813513,52.264164,1.1505592,1.2985642,4.694657,12.995777,84.59218,25.158024,18.993704,295.1079,81.945366,48.93889,64.833336,20.624445,57.023613,13.17963,5.367815,16.405,105.30346,43.51762,15.766489,31.841352,11.361111,18.47127,21.305183,1.9158833,98.10326,18.151005,253.69182,10.291814,419.04572,22.466719,717.6968,201.89458,6.415435,12.35772,234.94327,318.38144,1187.0403,619.0291 +2023-11-27 09:00:00,0.0,3677.782,80.40657,38.83362,84.79762,51.594063,332.75516,44.066628,87.86287,23.03616,53.734676,456.3214,94.81852,24.665815,189.55634,0.45839247,0.19459058,63.46591,0.46456605,10.231316,1044.9633,13.086087,1227.7194,134.75009,0.51101375,28.632874,621.5602,47.80673,400.59906,202.11507,4720.907,5.196294,2702.3887,70.832634,1.5857116,3.1394148,9.650669,253.39577,306.93674,106.15537,54.329166,40.053303,12.007332,904.0018,43.3189,44.346615,12.818968,472.8306,16.361393,526.55115,6.4310994,43.625904,0.0,793.1699,2402.3022,0.30140212,191.85231,19.178942,14671.568,27.081394,0.7995868,9.843908,24.917908,6.140255,1.9417804,13.5293255,333.1253,88.29457,10.72113,0.666993,2.1432278,113.76156,2.1806958,156.71916,272.80542,2081.7224,508.61166,98.27529,163.3387,240.17278,9.676179,13.279508,122.05269,17.706821,24.515532,13.783839,21.29976,145.8344,16.543781,12.582696,49.713947,12.7488365,3648.3113,19.687885,21.870832,16.505932,10.793708,190.07262,39.404835,15.914583,6.5804324,8.5257015,13.082206,58.386757,113.77347,29.89854,154.38133,20.619783,6.212478,55.68397,40.15631,87.61087,87.467896,9.374383,3.1971877,4.984569,20.540358,2763.0923,7.5139766,3.8837016,55.249096,13.548496,142.28818,73.794586,118.83391,3.5558813,68.96896,451.91797,346.74792,33.663956,368.733,45.872917,54.888718,75.90383,32.305542,5.4811735,24.764204,507.77145,0.5653824,1.4012847,115.11472,22.38648,9.398072,12.980422,17.883081,161.42519,51.699375,160.1222,886.0989,271.01135,2262.6113,1876.4132,21.911646,31.75587,2355.8574,22.973654,48.870136,530.387,85.261955,129.0199,59.63509,271.3511,344.98627,467.3576,10.333142,79.204,321.76688,476.79666,15.2945595,126.23802,17.233541,1.6812817,52.26656,1.1505343,1.2986548,4.693944,12.989917,84.39427,25.140215,18.992638,294.87344,81.87118,48.894943,64.78125,20.604525,57.027603,13.165278,5.344431,16.398125,105.22851,43.489822,15.742772,31.867376,11.354167,18.44351,21.295277,1.9124477,98.030594,18.122345,253.51088,10.285731,418.63828,22.447243,718.11224,201.78728,6.4009647,12.352329,234.6341,318.026,1186.3591,619.46936 +2023-11-27 10:00:00,0.0,3675.0479,80.29941,38.7653,84.764725,51.572292,332.7649,44.062305,87.84413,23.02801,53.729202,455.41125,94.83467,24.660921,189.45245,0.45680785,0.1928661,63.48847,0.46087465,10.247443,1045.1696,13.106685,1228.2928,134.77881,0.5118007,28.678083,621.9912,47.816025,400.95618,202.18146,4715.6772,5.204101,2702.3623,70.93365,1.5879165,3.143931,9.665273,253.33502,306.86993,106.27531,54.31389,40.052795,12.002625,903.09216,43.381985,44.310253,12.802403,472.8269,16.34194,526.7482,6.4262304,43.588074,0.0,792.92725,2400.3535,0.30075726,191.70296,19.161203,14657.445,27.068727,0.7993294,9.83295,24.895203,6.138393,1.9411329,13.52045,332.86057,88.16922,10.704437,0.66672534,2.1420941,113.75396,2.1773326,156.62723,272.8364,2082.01,508.2989,98.26575,163.37503,240.3738,9.683038,13.287473,122.18833,17.7293,24.544313,13.77057,21.281939,145.89633,16.53878,12.569765,49.703407,12.750204,3648.6372,19.680363,21.869444,16.503859,10.792762,190.08492,39.408005,15.906944,6.5819182,8.51926,13.074804,58.368927,113.72646,29.895971,154.38605,20.614904,6.199173,55.615837,40.12279,87.489494,87.48364,9.386011,3.1952083,4.9837313,20.521969,2758.95,7.522409,3.869707,55.232822,13.542866,142.25714,73.83028,118.83628,3.5563755,68.94403,451.87454,346.7958,33.63422,368.60464,45.851387,54.881752,75.86965,32.32591,5.4850826,24.774508,507.66867,0.5654823,1.4022546,115.16313,22.404535,9.398983,12.985061,17.884924,161.49237,51.742916,160.13136,886.2581,270.7803,2261.964,1876.106,21.894903,31.699116,2353.733,22.982315,48.79213,530.2503,85.133026,128.86507,59.566082,270.89038,344.7077,467.36777,10.32419,79.136444,321.73404,476.48874,15.278371,126.11641,17.209305,1.6812121,52.26895,1.1505094,1.2987454,4.693231,12.9840555,84.19636,25.122404,18.991573,294.63898,81.79699,48.850994,64.729164,20.584604,57.031597,13.150927,5.3210464,16.39125,105.15356,43.462025,15.719056,31.893398,11.347222,18.415752,21.28537,1.909012,97.957924,18.093687,253.32994,10.279649,418.23083,22.427769,718.5277,201.68,6.3864946,12.346937,234.32492,317.67053,1185.678,619.90955 +2023-11-27 11:00:00,0.0,3672.314,80.19225,38.696983,84.73182,51.55052,332.77463,44.057983,87.82539,23.019857,53.723724,454.50113,94.85082,24.656027,189.34857,0.45522326,0.1911416,63.511024,0.45718327,10.263571,1045.3759,13.127281,1228.8663,134.80753,0.5125877,28.723293,622.42224,47.825317,401.31326,202.24785,4710.4473,5.2119083,2702.336,71.03466,1.5901215,3.1484473,9.679876,253.27428,306.80313,106.39525,54.29861,40.052288,11.997918,902.1826,43.445072,44.273895,12.785838,472.82312,16.322487,526.94525,6.4213614,43.550247,0.0,792.6846,2398.4045,0.3001124,191.55362,19.143465,14643.323,27.056059,0.79907197,9.821991,24.872496,6.136531,1.9404854,13.511574,332.59586,88.04387,10.687743,0.6664576,2.1409605,113.74635,2.1739697,156.53528,272.86737,2082.2979,507.9861,98.256195,163.41138,240.57483,9.689897,13.295439,122.323975,17.751778,24.573093,13.757301,21.264114,145.95827,16.53378,12.556835,49.69287,12.751573,3648.9631,19.67284,21.868055,16.501785,10.791816,190.09721,39.411175,15.899305,6.5834036,8.512819,13.067402,58.351093,113.67946,29.893402,154.39075,20.610023,6.1858673,55.547707,40.089268,87.36812,87.49938,9.397638,3.1932292,4.9828935,20.503578,2754.8076,7.5308414,3.8557127,55.21655,13.537235,142.2261,73.865974,118.83866,3.5568697,68.9191,451.83112,346.84366,33.60448,368.4763,45.82986,54.87479,75.83547,32.346275,5.488992,24.784813,507.5659,0.5655822,1.4032245,115.21154,22.422588,9.399893,12.989699,17.886766,161.55956,51.786457,160.14052,886.4173,270.54926,2261.317,1875.7987,21.87816,31.64236,2351.6082,22.990978,48.71412,530.1135,85.0041,128.71025,59.497078,270.42963,344.42917,467.37793,10.315237,79.06889,321.7012,476.18082,15.262182,125.99479,17.18507,1.6811426,52.271347,1.1504843,1.2988361,4.692518,12.978194,83.99844,25.104595,18.990509,294.4045,81.7228,48.807045,64.677086,20.564684,57.03559,13.136575,5.2976623,16.384375,105.0786,43.434227,15.69534,31.919422,11.340278,18.387995,21.275461,1.9055763,97.885254,18.065027,253.14902,10.273566,417.82343,22.408293,718.94324,201.5727,6.372025,12.341545,234.01575,317.31506,1184.9968,620.3498 +2023-11-27 12:00:00,0.0,3669.5798,80.08509,38.628666,84.69892,51.52875,332.7844,44.053658,87.80666,23.011707,53.71825,453.59097,94.866974,24.651133,189.24469,0.45363864,0.18941712,63.533577,0.45349187,10.279698,1045.5822,13.147879,1229.44,134.83624,0.5133747,28.768503,622.8533,47.834614,401.67035,202.31424,4705.2173,5.2197156,2702.3096,71.135666,1.5923265,3.1529636,9.69448,253.21353,306.73633,106.51518,54.283333,40.05178,11.993212,901.273,43.508156,44.237534,12.769274,472.81943,16.303034,527.14233,6.4164925,43.512417,0.0,792.4419,2396.4558,0.29946753,191.40428,19.125727,14629.2,27.043392,0.7988146,9.811031,24.849789,6.1346684,1.9398377,13.502699,332.33112,87.91852,10.67105,0.6661899,2.1398268,113.73875,2.1706066,156.44333,272.89835,2082.5854,507.67334,98.24665,163.44771,240.77586,9.696754,13.303404,122.459625,17.774256,24.601875,13.744032,21.246292,146.02019,16.528776,12.543904,49.682335,12.75294,3649.289,19.665316,21.866667,16.499712,10.790869,190.10953,39.414345,15.891666,6.584889,8.506379,13.06,58.333263,113.63246,29.890833,154.39546,20.605143,6.172562,55.479572,40.055748,87.246735,87.51512,9.409266,3.19125,4.982055,20.485188,2750.6653,7.5392733,3.8417184,55.200275,13.531604,142.19507,73.901665,118.841034,3.5573642,68.89417,451.7877,346.89154,33.57474,368.34796,45.808334,54.867825,75.80129,32.366642,5.4929013,24.795116,507.4631,0.5656821,1.4041944,115.25995,22.440641,9.400804,12.994337,17.888609,161.62674,51.829998,160.14969,886.57654,270.31818,2260.67,1875.4913,21.861418,31.585606,2349.4836,22.99964,48.63611,529.9768,84.87517,128.55542,59.42807,269.96887,344.1506,467.3881,10.306285,79.001335,321.66837,475.8729,15.245994,125.87317,17.160833,1.681073,52.273743,1.1504594,1.2989267,4.6918054,12.972333,83.80054,25.086784,18.989445,294.17004,81.648605,48.763096,64.625,20.544764,57.039585,13.122223,5.274278,16.3775,105.00365,43.40643,15.671623,31.945446,11.333333,18.360237,21.265554,1.9021406,97.812584,18.03637,252.96808,10.267484,417.416,22.388817,719.3587,201.4654,6.357555,12.336153,233.70656,316.9596,1184.3157,620.79004 +2023-11-27 13:00:00,0.0,3666.8457,79.977936,38.56035,84.66602,51.50698,332.79413,44.049335,87.787926,23.003555,53.712776,452.68082,94.883125,24.646238,189.14081,0.45205402,0.18769263,63.556133,0.44980046,10.295826,1045.7885,13.168476,1230.0134,134.86496,0.5141617,28.813713,623.2843,47.84391,402.02747,202.38063,4699.9873,5.227523,2702.2832,71.23668,1.5945315,3.15748,9.709084,253.15279,306.66956,106.635124,54.268055,40.051273,11.988504,900.3634,43.571243,44.201176,12.752709,472.8157,16.28358,527.3394,6.4116235,43.474586,0.0,792.1992,2394.507,0.29882267,191.25493,19.107986,14615.078,27.030724,0.7985572,9.800073,24.827082,6.1328063,1.9391901,13.493823,332.0664,87.79316,10.654356,0.66592216,2.138693,113.73115,2.1672435,156.3514,272.9293,2082.873,507.36053,98.2371,163.48404,240.97688,9.703613,13.311369,122.59527,17.796734,24.630655,13.7307625,21.228468,146.08212,16.523775,12.530973,49.671795,12.754309,3649.615,19.657793,21.865278,16.49764,10.789923,190.12183,39.417515,15.8840275,6.5863743,8.499938,13.052598,58.31543,113.58546,29.888264,154.40016,20.600264,6.159257,55.41144,40.02223,87.12536,87.53086,9.420895,3.189271,4.9812174,20.466799,2746.523,7.5477057,3.827724,55.184006,13.525973,142.16403,73.93736,118.843414,3.5578585,68.86924,451.74426,346.9394,33.545002,368.2196,45.786804,54.860863,75.76711,32.38701,5.4968104,24.805422,507.36032,0.565782,1.4051644,115.30836,22.458696,9.401713,12.998976,17.890451,161.69392,51.873543,160.15886,886.7357,270.08713,2260.0227,1875.1841,21.844673,31.52885,2347.3591,23.008303,48.5581,529.8401,84.74623,128.40059,59.359066,269.50815,343.87207,467.39825,10.297333,78.93378,321.63553,475.56497,15.229805,125.75155,17.136597,1.6810033,52.27614,1.1504345,1.2990173,4.6910925,12.966472,83.60262,25.068974,18.988379,293.93558,81.57442,48.719147,64.572914,20.524841,57.043575,13.107871,5.2508936,16.370625,104.928696,43.37863,15.647907,31.97147,11.326389,18.33248,21.255648,1.898705,97.73992,18.00771,252.78714,10.2614,417.00854,22.36934,719.7742,201.3581,6.343085,12.330761,233.39738,316.60413,1183.6346,621.2303 +2023-11-27 14:00:00,0.0,3664.1116,79.87077,38.49203,84.633125,51.48521,332.80386,44.045013,87.769196,22.995403,53.7073,451.7707,94.89928,24.641344,189.03693,0.45046943,0.18596815,63.57869,0.44610906,10.311954,1045.9946,13.189073,1230.5869,134.89368,0.51494867,28.858923,623.71533,47.853203,402.38455,202.447,4694.7573,5.2353306,2702.2568,71.33769,1.5967364,3.1619961,9.723686,253.09206,306.60275,106.75506,54.252777,40.050762,11.983798,899.45386,43.634327,44.164814,12.736145,472.81195,16.264128,527.5365,6.4067545,43.43676,0.0,791.9565,2392.558,0.29817784,191.10559,19.090248,14600.955,27.018057,0.79829985,9.789114,24.804375,6.1309443,1.9385426,13.484947,331.8017,87.66781,10.637663,0.6656544,2.1375594,113.72354,2.1638803,156.25945,272.96027,2083.1606,507.04776,98.22755,163.52039,241.17792,9.710472,13.319335,122.73092,17.819212,24.659437,13.717494,21.210646,146.14404,16.518774,12.518043,49.66126,12.755676,3649.941,19.650269,21.86389,16.495567,10.788977,190.13412,39.42069,15.876389,6.5878596,8.493498,13.045196,58.2976,113.53845,29.885695,154.40488,20.595383,6.1459513,55.343307,39.988705,87.00398,87.5466,9.432522,3.1872916,4.9803796,20.448408,2742.3804,7.556138,3.8137295,55.167732,13.520343,142.133,73.97306,118.84579,3.558353,68.84431,451.70087,346.98727,33.515266,368.09125,45.765278,54.853897,75.73293,32.407375,5.5007195,24.815725,507.25754,0.5658819,1.4061342,115.356766,22.47675,9.402624,13.003613,17.892294,161.7611,51.917084,160.16803,886.8949,269.85605,2259.3755,1874.8768,21.82793,31.472095,2345.2344,23.016964,48.48009,529.7033,84.6173,128.24577,59.29006,269.0474,343.5935,467.40842,10.288381,78.86623,321.6027,475.25708,15.213616,125.62993,17.112362,1.6809338,52.278534,1.1504095,1.299108,4.6903796,12.96061,83.40472,25.051165,18.987314,293.7011,81.50023,48.6752,64.520836,20.504921,57.04757,13.093519,5.2275095,16.36375,104.853745,43.350834,15.624191,31.997494,11.319445,18.304722,21.245739,1.8952693,97.66725,17.979052,252.6062,10.255318,416.6011,22.349867,720.18964,201.25081,6.3286147,12.32537,233.08821,316.2487,1182.9535,621.67053 +2023-11-27 15:00:00,0.0,3661.3774,79.76362,38.423714,84.60022,51.46344,332.8136,44.04069,87.75046,22.987253,53.701824,450.86053,94.91543,24.63645,188.93304,0.44888481,0.18424365,63.601246,0.44241768,10.328081,1046.2009,13.20967,1231.1605,134.9224,0.5157356,28.904133,624.14636,47.8625,402.74167,202.5134,4689.5273,5.243138,2702.2305,71.438705,1.5989414,3.1665125,9.738289,253.03131,306.53595,106.87499,54.2375,40.050255,11.979091,898.54425,43.697414,44.128456,12.719581,472.80823,16.244675,527.7336,6.4018855,43.39893,0.0,791.71387,2390.6094,0.29753298,190.95624,19.07251,14586.833,27.005388,0.7980425,9.778154,24.78167,6.129082,1.937895,13.476071,331.53696,87.54246,10.620969,0.66538674,2.136426,113.715935,2.1605172,156.1675,272.99124,2083.4485,506.735,98.217995,163.55672,241.37894,9.71733,13.3273,122.86656,17.84169,24.688217,13.704225,21.192822,146.20598,16.513771,12.505113,49.65072,12.757045,3650.2668,19.642746,21.8625,16.493494,10.78803,190.14642,39.42386,15.86875,6.5893455,8.487057,13.037794,58.27977,113.49145,29.883123,154.40958,20.590502,6.132646,55.275173,39.955185,86.88261,87.56234,9.44415,3.1853125,4.9795413,20.430017,2738.238,7.5645704,3.7997353,55.15146,13.514711,142.10196,74.00875,118.84817,3.5588472,68.819374,451.65744,347.03513,33.485527,367.9629,45.74375,54.846935,75.69875,32.427742,5.504629,24.82603,507.1548,0.5659818,1.4071041,115.405174,22.494802,9.403534,13.008252,17.894138,161.82828,51.960625,160.1772,887.05414,269.625,2258.7283,1874.5696,21.811188,31.41534,2343.1099,23.025627,48.40208,529.5666,84.48837,128.09094,59.221054,268.58667,343.31497,467.41858,10.279428,78.79867,321.56985,474.94916,15.197428,125.50831,17.088125,1.6808642,52.280926,1.1503845,1.2991986,4.6896667,12.95475,83.2068,25.033354,18.98625,293.46664,81.42604,48.631252,64.46875,20.485,57.051563,13.079167,5.2041254,16.356874,104.77879,43.323036,15.600474,32.023518,11.3125,18.276962,21.235832,1.8918337,97.59458,17.950392,252.42526,10.249235,416.19366,22.33039,720.6051,201.14351,6.3141446,12.319978,232.77904,315.89322,1182.2723,622.1107 +2023-11-27 16:00:00,0.0,3658.6433,79.656456,38.355396,84.56732,51.441666,332.82333,44.036366,87.73172,22.979101,53.69635,449.9504,94.93159,24.631556,188.82916,0.4473002,0.18251917,63.623802,0.43872628,10.344209,1046.4072,13.230267,1231.734,134.95113,0.51652265,28.94934,624.5774,47.87179,403.09875,202.57979,4684.2974,5.250945,2702.204,71.53971,1.6011465,3.1710289,9.7528925,252.97057,306.46915,106.994934,54.22222,40.049747,11.974384,897.6347,43.760498,44.092094,12.703016,472.8045,16.225224,527.93066,6.3970165,43.361103,0.0,791.4712,2388.6606,0.2968881,190.8069,19.054771,14572.71,26.992722,0.7977851,9.767196,24.75896,6.12722,1.9372475,13.4671955,331.27225,87.41711,10.604276,0.665119,2.1352923,113.708336,2.157154,156.07556,273.02222,2083.736,506.4222,98.20845,163.59305,241.57997,9.724189,13.335265,123.00221,17.864168,24.716997,13.690955,21.175,146.26791,16.50877,12.492182,49.640182,12.758412,3650.5928,19.635223,21.86111,16.491423,10.787084,190.15872,39.42703,15.861111,6.590831,8.480617,13.030392,58.261936,113.44444,29.880554,154.41428,20.585623,6.1193404,55.207043,39.921665,86.76123,87.57809,9.455777,3.1833334,4.9787035,20.411629,2734.0957,7.573003,3.7857409,55.135185,13.509081,142.07092,74.04445,118.85054,3.5593414,68.79445,451.614,347.08298,33.455788,367.83453,45.72222,54.83997,75.66457,32.44811,5.5085382,24.836336,507.052,0.5660817,1.408074,115.45358,22.512856,9.404445,13.01289,17.89598,161.89546,52.004166,160.18637,887.2133,269.39395,2258.081,1874.2622,21.794445,31.358585,2340.9854,23.03429,48.324074,529.4299,84.35944,127.93611,59.152046,268.12592,343.0364,467.42874,10.270475,78.73111,321.53702,474.64124,15.18124,125.38669,17.063889,1.6807946,52.28332,1.1503595,1.2992892,4.6889544,12.948889,83.00889,25.015543,18.985186,293.23218,81.35185,48.587303,64.416664,20.46508,57.055557,13.0648155,5.180741,16.35,104.70384,43.29524,15.576758,32.04954,11.305555,18.249205,21.225925,1.8883979,97.52192,17.921734,252.24432,10.243153,415.78622,22.310915,721.02057,201.03621,6.2996745,12.314586,232.46985,315.53775,1181.5912,622.55096 +2023-11-27 17:00:00,0.0,3655.9092,79.5493,38.28708,84.534424,51.419895,332.8331,44.032043,87.71299,22.970951,53.690872,449.04025,94.94774,24.626661,188.7253,0.44571558,0.18079467,63.646355,0.43503487,10.360336,1046.6135,13.250864,1232.3075,134.97984,0.5173096,28.99455,625.0084,47.88109,403.45584,202.64618,4679.0674,5.2587523,2702.178,71.640724,1.6033515,3.1755452,9.767496,252.90982,306.40234,107.11487,54.206944,40.04924,11.969677,896.7251,43.823586,44.055737,12.686452,472.80078,16.20577,528.12775,6.3921475,43.323273,0.0,791.2285,2386.7117,0.29624325,190.65755,19.037033,14558.588,26.980053,0.79752773,9.756237,24.736256,6.1253576,1.9365999,13.458321,331.0075,87.29175,10.587582,0.6648513,2.1341586,113.70073,2.153791,155.98361,273.0532,2084.0237,506.10944,98.198906,163.6294,241.781,9.731048,13.343231,123.137856,17.886646,24.745779,13.677686,21.157177,146.32983,16.503767,12.479251,49.629642,12.759781,3650.9187,19.627699,21.859722,16.48935,10.786138,190.17104,39.4302,15.853472,6.592316,8.474175,13.02299,58.244106,113.397446,29.877985,154.41899,20.580742,6.106035,55.13891,39.888145,86.639854,87.59383,9.467405,3.1813543,4.9778657,20.393238,2729.9534,7.5814347,3.7717464,55.11891,13.50345,142.03989,74.08014,118.85292,3.559836,68.769516,451.5706,347.13086,33.426052,367.7062,45.700695,54.833008,75.630394,32.468475,5.5124474,24.84664,506.94922,0.56618166,1.4090439,115.50199,22.53091,9.405355,13.017529,17.897823,161.96265,52.047707,160.19554,887.37256,269.16287,2257.434,1873.955,21.777702,31.30183,2338.8606,23.042952,48.246063,529.2931,84.230515,127.78129,59.083042,267.6652,342.75787,467.4389,10.261523,78.66356,321.50418,474.3333,15.165051,125.26507,17.039654,1.680725,52.285717,1.1503346,1.29938,4.6882415,12.9430275,82.81098,24.997734,18.98412,292.9977,81.27766,48.543354,64.364586,20.44516,57.059547,13.050464,5.1573567,16.343124,104.62889,43.26744,15.553042,32.075565,11.298611,18.221447,21.216017,1.8849623,97.44925,17.893074,252.0634,10.23707,415.37878,22.29144,721.43604,200.92892,6.2852044,12.309194,232.16068,315.18228,1180.91,622.9912 +2023-11-27 18:00:00,0.0,3653.175,79.44214,38.21876,84.50152,51.398125,332.84283,44.02772,87.69425,22.9628,53.6854,448.13013,94.96389,24.621767,188.62141,0.44413096,0.17907017,63.66891,0.4313435,10.376464,1046.8198,13.2714615,1232.881,135.00856,0.5180966,29.03976,625.43945,47.890385,403.81296,202.71257,4673.8374,5.2665596,2702.1516,71.74174,1.6055565,3.1800613,9.782099,252.84908,306.33554,107.23481,54.191666,40.04873,11.964971,895.81555,43.88667,44.019375,12.669888,472.79706,16.186317,528.3248,6.3872786,43.285446,0.0,790.98584,2384.763,0.2955984,190.50821,19.019295,14544.465,26.967386,0.79727036,9.745277,24.713547,6.1234956,1.9359523,13.449445,330.7428,87.1664,10.5708885,0.66458356,2.133025,113.69312,2.1504278,155.89166,273.08417,2084.3115,505.79666,98.189354,163.66573,241.98203,9.7379055,13.351196,123.2735,17.909122,24.774559,13.664417,21.139353,146.39177,16.498766,12.466321,49.619106,12.761148,3651.2446,19.620176,21.858334,16.487276,10.785191,190.18333,39.43337,15.845834,6.5938015,8.467735,13.015588,58.226273,113.35044,29.875416,154.42369,20.575861,6.0927296,55.070778,39.85462,86.51848,87.609566,9.479033,3.1793752,4.9770274,20.374847,2725.811,7.589867,3.7577522,55.10264,13.49782,142.00885,74.11584,118.85529,3.5603302,68.74458,451.52716,347.1787,33.396313,367.57785,45.679165,54.826042,75.596214,32.48884,5.5163565,24.856945,506.84644,0.56628156,1.4100139,115.5504,22.548964,9.406265,13.022167,17.899666,162.02983,52.091248,160.20471,887.53174,268.93182,2256.7869,1873.6477,21.760958,31.245075,2336.736,23.051615,48.168053,529.1564,84.101585,127.62646,59.014038,267.20444,342.4793,467.44907,10.252571,78.596,321.47134,474.0254,15.148863,125.14345,17.015417,1.6806555,52.288113,1.1503097,1.2994705,4.6875286,12.937166,82.61307,24.979923,18.983055,292.76324,81.20347,48.499405,64.3125,20.42524,57.06354,13.036112,5.1339726,16.33625,104.55394,43.239643,15.5293255,32.10159,11.291667,18.19369,21.20611,1.8815266,97.37658,17.864416,251.88246,10.230988,414.97134,22.271965,721.8515,200.82162,6.2707343,12.3038025,231.8515,314.82684,1180.2289,623.43146 +2023-11-27 19:00:00,0.0,3650.441,79.334984,38.150444,84.46862,51.376354,332.85257,44.023396,87.67552,22.954647,53.679924,447.21997,94.98004,24.61687,188.51753,0.44254637,0.1773457,63.691467,0.4276521,10.392591,1047.026,13.292058,1233.4546,135.03728,0.5188836,29.08497,625.8705,47.899677,404.17004,202.77896,4668.6074,5.2743673,2702.1252,71.84275,1.6077614,3.1845777,9.796702,252.78833,306.26874,107.354744,54.176388,40.04822,11.960263,894.90594,43.949757,43.983017,12.653322,472.79333,16.166864,528.5219,6.3824096,43.247616,0.0,790.74316,2382.8142,0.29495353,190.35887,19.001556,14530.343,26.954718,0.797013,9.734319,24.69084,6.1216335,1.9353048,13.440569,330.47806,87.041046,10.554194,0.6643158,2.1318913,113.68552,2.1470647,155.79973,273.11514,2084.599,505.4839,98.1798,163.70207,242.18306,9.744764,13.359161,123.40915,17.9316,24.80334,13.651148,21.121529,146.45369,16.493765,12.45339,49.608566,12.762517,3651.5706,19.612654,21.856945,16.485203,10.784245,190.19563,39.43654,15.838195,6.5952873,8.461294,13.008186,58.208443,113.30344,29.872847,154.4284,20.570982,6.0794244,55.002644,39.821102,86.3971,87.625305,9.490661,3.1773958,4.9761896,20.356459,2721.6685,7.5982995,3.7437577,55.086365,13.492188,141.97781,74.15153,118.85767,3.5608246,68.71966,451.48373,347.2266,33.366573,367.4495,45.65764,54.81908,75.562035,32.509205,5.520266,24.867249,506.74365,0.56638145,1.4109838,115.598816,22.567017,9.407176,13.026805,17.901508,162.09702,52.134792,160.21388,887.6909,268.70074,2256.1396,1873.3405,21.744215,31.18832,2334.6116,23.060276,48.090046,529.01965,83.97265,127.471634,58.94503,266.7437,342.20074,467.45923,10.243618,78.52844,321.4385,473.7175,15.132674,125.021835,16.99118,1.6805859,52.29051,1.1502846,1.2995611,4.6868157,12.931305,82.41516,24.962112,18.98199,292.52878,81.12928,48.45546,64.260414,20.40532,57.067535,13.02176,5.110588,16.329374,104.47899,43.211845,15.5056095,32.127613,11.284722,18.165932,21.196203,1.878091,97.30392,17.835756,251.70152,10.224905,414.5639,22.25249,722.26697,200.71432,6.256264,12.29841,231.54233,314.47137,1179.5477,623.87164 +2023-11-27 20:00:00,0.0,3647.707,79.22782,38.082127,84.43572,51.354584,332.8623,44.019073,87.656784,22.946497,53.674446,446.3098,94.99619,24.611977,188.41365,0.44096175,0.1756212,63.714024,0.4239607,10.408719,1047.2323,13.312655,1234.0281,135.066,0.5196706,29.13018,626.3015,47.908974,404.52716,202.84535,4663.3774,5.2821746,2702.0989,71.943756,1.6099664,3.189094,9.811306,252.72758,306.20193,107.47468,54.16111,40.047714,11.955557,893.99634,44.012844,43.946655,12.636758,472.7896,16.147411,528.719,6.3775406,43.209785,0.0,790.5005,2380.8652,0.29430866,190.20952,18.983818,14516.22,26.94205,0.7967556,9.72336,24.668135,6.1197715,1.9346572,13.431693,330.21335,86.915695,10.537501,0.66404814,2.1307576,113.67792,2.1437016,155.70778,273.14612,2084.8867,505.1711,98.17026,163.7384,242.38408,9.751623,13.367127,123.54479,17.954079,24.83212,13.637878,21.103706,146.51562,16.488762,12.440459,49.59803,12.763885,3651.8965,19.60513,21.855556,16.483131,10.7832985,190.20793,39.439713,15.830556,6.5967727,8.454854,13.000784,58.19061,113.25643,29.870277,154.4331,20.566101,6.066119,54.934513,39.787582,86.27573,87.641045,9.502289,3.1754167,4.975352,20.338068,2717.5261,7.606732,3.7297633,55.07009,13.486558,141.9468,74.187225,118.86005,3.5613189,68.694725,451.44034,347.27444,33.336838,367.32114,45.636112,54.812115,75.527855,32.52957,5.524175,24.877554,506.64087,0.56648135,1.4119537,115.647224,22.58507,9.408086,13.031444,17.90335,162.1642,52.178333,160.22305,887.8501,268.4697,2255.4924,1873.0332,21.727472,31.131565,2332.487,23.06894,48.012035,528.8829,83.84372,127.31681,58.876026,266.28296,341.9222,467.4694,10.234666,78.46089,321.4057,473.40958,15.116486,124.900215,16.966944,1.6805162,52.2929,1.1502597,1.2996519,4.686103,12.925444,82.21725,24.944304,18.980925,292.2943,81.05509,48.41151,64.208336,20.385397,57.07153,13.007408,5.087204,16.3225,104.40404,43.184048,15.481894,32.153637,11.277778,18.138174,21.186295,1.8746552,97.23125,17.807098,251.52058,10.2188225,414.15646,22.233013,722.6825,200.60704,6.2417946,12.293018,231.23314,314.1159,1178.8666,624.3119 +2023-11-27 21:00:00,0.0,3644.973,79.12067,38.01381,84.40282,51.332813,332.87204,44.01475,87.63805,22.938345,53.668972,445.3997,95.012344,24.607082,188.30977,0.43937713,0.17389672,63.73658,0.4202693,10.424847,1047.4386,13.333252,1234.6016,135.09471,0.52045757,29.17539,626.73254,47.918266,404.88425,202.91173,4658.1475,5.289982,2702.0725,72.04477,1.6121714,3.1936104,9.825909,252.66685,306.13513,107.59462,54.145832,40.047207,11.95085,893.0868,44.075928,43.910297,12.6201935,472.7859,16.127958,528.9161,6.3726716,43.17196,0.0,790.2578,2378.9165,0.2936638,190.06018,18.966078,14502.098,26.929382,0.79649824,9.7124,24.645428,6.1179094,1.9340096,13.422817,329.94864,86.790344,10.520807,0.6637804,2.129624,113.67031,2.1403384,155.61583,273.1771,2085.1746,504.85834,98.160706,163.77473,242.58511,9.758481,13.3750925,123.68044,17.976557,24.860903,13.62461,21.085884,146.57755,16.48376,12.427528,49.58749,12.765253,3652.2224,19.597607,21.854166,16.481058,10.7823515,190.22023,39.442883,15.822917,6.598258,8.448413,12.993382,58.17278,113.209435,29.867708,154.43782,20.56122,6.0528135,54.86638,39.75406,86.15435,87.656784,9.513916,3.1734376,4.9745135,20.319677,2713.3838,7.6151643,3.715769,55.053818,13.480927,141.91576,74.222916,118.86243,3.5618134,68.66979,451.3969,347.32233,33.3071,367.19278,45.614582,54.805153,75.493675,32.54994,5.5280843,24.887857,506.53812,0.56658125,1.4129236,115.69563,22.603125,9.408997,13.036081,17.905195,162.23138,52.221874,160.23222,888.0093,268.23865,2254.8452,1872.7258,21.71073,31.07481,2330.3623,23.0776,47.934025,528.74615,83.71479,127.16198,58.80702,265.8222,341.64365,467.47955,10.225714,78.39333,321.37286,473.10165,15.100297,124.778595,16.942709,1.6804467,52.295296,1.1502348,1.2997425,4.68539,12.919583,82.01933,24.926493,18.97986,292.05984,80.9809,48.36756,64.15625,20.365477,57.07552,12.993056,5.06382,16.315624,104.32909,43.15625,15.458177,32.179657,11.270833,18.110416,21.176388,1.8712196,97.15858,17.778439,251.33965,10.21274,413.74902,22.213537,723.09796,200.49974,6.2273245,12.287626,230.92397,313.76044,1178.1855,624.75214 +2023-11-27 22:00:00,0.0,3642.2388,79.01351,37.94549,84.36992,51.311043,332.88177,44.010426,87.619316,22.930195,53.663494,444.48953,95.028496,24.602188,188.20589,0.43779254,0.17217222,63.759132,0.4165779,10.440974,1047.6449,13.353849,1235.1752,135.12343,0.5212445,29.2206,627.1636,47.927563,405.24136,202.97812,4652.9175,5.297789,2702.0461,72.14578,1.6143764,3.1981268,9.840511,252.60611,306.06833,107.714554,54.130554,40.0467,11.946143,892.1772,44.139015,43.873936,12.603629,472.78217,16.108505,529.11316,6.3678026,43.13413,0.0,790.01514,2376.9678,0.29301894,189.91083,18.94834,14487.976,26.916716,0.79624087,9.701442,24.62272,6.1160474,1.933362,13.413942,329.6839,86.664986,10.504114,0.6635127,2.1284904,113.662704,2.1369753,155.5239,273.20807,2085.4622,504.54556,98.15115,163.81108,242.78615,9.76534,13.383058,123.816086,17.999035,24.889683,13.6113405,21.06806,146.63948,16.478758,12.414598,49.576954,12.766621,3652.5483,19.590082,21.852777,16.478985,10.781405,190.23254,39.446053,15.815278,6.5997434,8.441973,12.98598,58.15495,113.16243,29.865139,154.44252,20.556341,6.0395083,54.79825,39.72054,86.032974,87.67252,9.525544,3.1714585,4.9736757,20.301289,2709.2415,7.623596,3.7017746,55.037544,13.475297,141.88472,74.25861,118.8648,3.5623076,68.64487,451.3535,347.37018,33.27736,367.06445,45.593056,54.798187,75.459496,32.570305,5.5319934,24.898163,506.43533,0.56668115,1.4138935,115.74404,22.621178,9.409906,13.04072,17.907038,162.29855,52.265415,160.24138,888.1685,268.00757,2254.1982,1872.4186,21.693987,31.018055,2328.2378,23.086264,47.856018,528.60944,83.58586,127.00716,58.738014,265.36148,341.3651,467.48972,10.216762,78.325775,321.34003,472.79373,15.084108,124.656975,16.918472,1.6803771,52.29769,1.1502098,1.299833,4.684677,12.913722,81.82143,24.908682,18.978796,291.82538,80.90671,48.323612,64.104164,20.345556,57.079514,12.978704,5.0404353,16.30875,104.25413,43.128452,15.434461,32.20568,11.263889,18.082657,21.166481,1.8677839,97.08591,17.74978,251.1587,10.206657,413.34158,22.194063,723.5134,200.39244,6.2128544,12.282234,230.61479,313.40497,1177.5044,625.1924 +2023-11-27 23:00:00,0.0,3639.5046,78.90635,37.877174,84.33702,51.289272,332.89154,44.006104,87.60058,22.922043,53.65802,443.5794,95.04465,24.597294,188.102,0.43620792,0.17044774,63.78169,0.4128865,10.457103,1047.8512,13.374447,1235.7487,135.15215,0.52203155,29.26581,627.5946,47.93686,405.59845,203.04451,4647.6875,5.3055964,2702.0198,72.246796,1.6165813,3.202643,9.855115,252.54536,306.00153,107.834496,54.115276,40.04619,11.941436,891.26764,44.2021,43.837578,12.587065,472.77844,16.089054,529.31024,6.3629336,43.096302,0.0,789.77246,2375.019,0.29237407,189.76149,18.930601,14473.853,26.904047,0.7959835,9.690483,24.600014,6.114185,1.9327145,13.4050665,329.4192,86.539635,10.48742,0.66324496,2.1273568,113.655106,2.1336122,155.43195,273.239,2085.7498,504.23276,98.14162,163.84741,242.98717,9.772199,13.391024,123.95174,18.021513,24.918465,13.598071,21.050238,146.70142,16.473757,12.401668,49.566414,12.767989,3652.8743,19.58256,21.851389,16.476912,10.780459,190.24484,39.449223,15.807639,6.6012287,8.435532,12.978579,58.137115,113.115425,29.862568,154.44724,20.55146,6.0262027,54.730114,39.68702,85.9116,87.68827,9.537172,3.1694791,4.972838,20.282898,2705.099,7.6320286,3.6877801,55.02127,13.469666,141.85368,74.294304,118.86718,3.5628018,68.619934,451.31006,347.41806,33.24762,366.9361,45.57153,54.79122,75.425316,32.59067,5.5359025,24.908468,506.33255,0.56678104,1.4148633,115.79245,22.63923,9.410817,13.045358,17.90888,162.36574,52.308956,160.25055,888.32776,267.77652,2253.551,1872.1113,21.677242,30.9613,2326.1133,23.094925,47.778008,528.47266,83.45693,126.852325,58.669006,264.90073,341.08655,467.49988,10.2078085,78.258224,321.3072,472.4858,15.06792,124.535355,16.894236,1.6803075,52.300087,1.1501849,1.2999237,4.6839643,12.907861,81.62351,24.890873,18.977732,291.5909,80.83252,48.279663,64.052086,20.325636,57.083508,12.964353,5.017051,16.301876,104.17918,43.100655,15.410745,32.231705,11.256945,18.0549,21.156572,1.8643483,97.013245,17.72112,250.97778,10.200574,412.93414,22.174587,723.9289,200.28514,6.1983843,12.276843,230.30562,313.04953,1176.8232,625.6326 +2023-11-28 00:00:00,0.0,3636.7705,78.799194,37.808857,84.304115,51.2675,332.90128,44.00178,87.58185,22.91389,53.652546,442.66925,95.06081,24.5924,187.99812,0.4346233,0.16872324,63.804245,0.40919513,10.47323,1048.0574,13.395043,1236.3221,135.18086,0.5228185,29.31102,628.02563,47.94615,405.95554,203.1109,4642.458,5.313404,2701.9934,72.3478,1.6187863,3.2071593,9.869719,252.48462,305.93472,107.95443,54.1,40.04568,11.936729,890.35803,44.265186,43.801216,12.5705,472.77472,16.069601,529.50726,6.3580647,43.05847,0.0,789.5298,2373.07,0.2917292,189.61215,18.912863,14459.73,26.89138,0.7957261,9.679523,24.577307,6.112323,1.9320669,13.396191,329.15445,86.41428,10.470727,0.6629772,2.126223,113.6475,2.130249,155.34,273.27,2086.0376,503.91998,98.132065,163.88374,243.1882,9.779057,13.398989,124.08738,18.043991,24.947245,13.584802,21.032413,146.76334,16.468756,12.388737,49.555878,12.769357,3653.2002,19.575037,21.85,16.47484,10.779512,190.25714,39.452393,15.8,6.6027145,8.429091,12.971176,58.119286,113.06842,29.859999,154.45193,20.54658,6.0128975,54.66198,39.6535,85.79022,87.70401,9.5487995,3.1675,4.9719996,20.264507,2700.9568,7.640461,3.673786,55.004997,13.464035,141.82265,74.33,118.86955,3.5632963,68.595,451.26663,347.4659,33.217884,366.80774,45.55,54.78426,75.391136,32.61104,5.539812,24.918772,506.22977,0.56688094,1.4158334,115.84086,22.657286,9.411728,13.049996,17.910723,162.43292,52.3525,160.25972,888.48694,267.54544,2252.9038,1871.8041,21.6605,30.904545,2323.9885,23.103588,47.699997,528.33594,83.327995,126.6975,58.600002,264.44,340.808,467.51004,10.198856,78.19067,321.27435,472.17792,15.051731,124.413734,16.87,1.6802379,52.302483,1.1501598,1.3000144,4.6832514,12.901999,81.4256,24.873062,18.976665,291.35645,80.75833,48.235718,64.0,20.305716,57.0875,12.950001,4.993667,16.295,104.104225,43.07286,15.387028,32.25773,11.25,18.027142,21.146666,1.8609126,96.940575,17.692463,250.79684,10.194491,412.52673,22.155111,724.34436,200.17786,6.183914,12.271451,229.99643,312.69406,1176.1421,626.0728 +2023-11-28 01:00:00,0.0,3634.0364,78.69203,37.74054,84.27122,51.24573,332.911,43.997456,87.56311,22.90574,53.647068,441.75912,95.07696,24.587505,187.89424,0.43303868,0.16699876,63.8268,0.40550372,10.489358,1048.2637,13.415641,1236.8956,135.20958,0.5236055,29.35623,628.45667,47.95545,406.31265,203.17729,4637.228,5.3212113,2701.967,72.448814,1.6209913,3.2116756,9.884321,252.42387,305.86792,108.07436,54.08472,40.045174,11.932023,889.4485,44.32827,43.76486,12.553936,472.771,16.050148,529.70435,6.3531957,43.020645,0.0,789.2871,2371.1213,0.29108435,189.4628,18.895124,14445.607,26.878712,0.79546875,9.668565,24.5546,6.1104608,1.9314194,13.387315,328.88974,86.28893,10.454033,0.66270953,2.1250894,113.63989,2.126886,155.24806,273.30096,2086.3252,503.6072,98.12251,163.92009,243.38924,9.785915,13.406955,124.22302,18.06647,24.976025,13.571533,21.014591,146.82527,16.463753,12.375806,49.54534,12.770725,3653.526,19.567513,21.848612,16.472767,10.778566,190.26944,39.455563,15.792361,6.6042,8.42265,12.963775,58.10145,113.02142,29.85743,154.45663,20.5417,5.999592,54.59385,39.619976,85.668846,87.71975,9.560428,3.165521,4.971162,20.246119,2696.8142,7.6488934,3.6597915,54.988728,13.458405,141.79161,74.36569,118.87193,3.5637906,68.570076,451.2232,347.5138,33.188145,366.67938,45.528473,54.777294,75.35696,32.631405,5.543721,24.929077,506.12698,0.5669809,1.4168032,115.88927,22.675339,9.412638,13.054635,17.912565,162.5001,52.39604,160.26889,888.6461,267.3144,2252.2566,1871.4967,21.643757,30.84779,2321.864,23.112251,47.62199,528.19916,83.199066,126.54268,58.530994,263.97925,340.52945,467.5202,10.189904,78.123116,321.24152,471.87,15.0355425,124.292114,16.845764,1.6801684,52.304874,1.1501349,1.300105,4.6825385,12.896138,81.22769,24.855253,18.975601,291.12198,80.68414,48.19177,63.947918,20.285795,57.09149,12.935648,4.9702826,16.288126,104.029274,43.045063,15.363312,32.283752,11.243055,17.999384,21.136759,1.8574768,96.867905,17.663803,250.6159,10.188409,412.1193,22.135635,724.7598,200.07056,6.169444,12.266059,229.68726,312.3386,1175.4609,626.51306 +2023-11-28 02:00:00,0.0,3631.3022,78.58488,37.672222,84.23832,51.22396,332.92075,43.993134,87.54438,22.897589,53.641594,440.84897,95.09311,24.582611,187.79037,0.43145406,0.16527426,63.849358,0.40181231,10.505486,1048.47,13.436237,1237.4692,135.2383,0.5243925,29.40144,628.8877,47.96474,406.66974,203.24368,4631.998,5.3290186,2701.9407,72.54983,1.6231964,3.216192,9.898925,252.36313,305.80112,108.194305,54.069443,40.044666,11.927316,888.5389,44.391357,43.728497,12.537372,472.76727,16.030695,529.9014,6.3483267,42.982815,0.0,789.04443,2369.1726,0.2904395,189.31346,18.877386,14431.485,26.866045,0.7952114,9.657606,24.531895,6.1085987,1.9307717,13.378439,328.625,86.163574,10.43734,0.6624418,2.1239557,113.63229,2.1235228,155.15611,273.33194,2086.6128,503.29443,98.11296,163.95642,243.59026,9.792774,13.41492,124.35867,18.088947,25.004807,13.558264,20.996769,146.88719,16.458752,12.362876,49.5348,12.772093,3653.8518,19.55999,21.847221,16.470694,10.77762,190.28174,39.458736,15.784722,6.605685,8.41621,12.956372,58.083622,112.97442,29.85486,154.46135,20.53682,5.9862866,54.525715,39.586456,85.54747,87.73549,9.572055,3.1635418,4.970324,20.227728,2692.6719,7.6573257,3.645797,54.972454,13.452774,141.76057,74.40139,118.874306,3.564285,68.54514,451.1798,347.56165,33.158405,366.55106,45.506943,54.770332,75.32278,32.65177,5.5476303,24.93938,506.02423,0.5670808,1.4177731,115.937675,22.693392,9.413548,13.059273,17.914408,162.56729,52.439583,160.27806,888.80536,267.08334,2251.6094,1871.1895,21.627014,30.791035,2319.7395,23.120913,47.54398,528.06244,83.07014,126.38785,58.46199,263.51852,340.2509,467.53036,10.180952,78.05556,321.20868,471.56207,15.019354,124.170494,16.821527,1.6800988,52.30727,1.15011,1.3001956,4.6818256,12.890278,81.02978,24.837442,18.974537,290.8875,80.60995,48.14782,63.895832,20.265873,57.095486,12.921296,4.9468985,16.28125,103.95432,43.017265,15.339596,32.309776,11.236111,17.971626,21.12685,1.8540412,96.79524,17.635143,250.43497,10.182326,411.71185,22.116161,725.1753,199.96326,6.154974,12.260667,229.37808,311.98312,1174.7798,626.9533 +2023-11-28 03:00:00,0.0,3628.568,78.477715,37.603905,84.205414,51.202187,332.93048,43.98881,87.52564,22.889439,53.63612,439.9388,95.10926,24.577717,187.6865,0.42986947,0.16354978,63.871914,0.39812094,10.521613,1048.6763,13.456835,1238.0427,135.26701,0.5251795,29.44665,629.3187,47.974037,407.02686,203.31007,4626.768,5.336826,2701.9143,72.65084,1.6254014,3.2207081,9.913528,252.30238,305.7343,108.31424,54.054165,40.044155,11.922609,887.6293,44.45444,43.69214,12.520806,472.76352,16.011242,530.0985,6.3434577,42.944984,0.0,788.80176,2367.2236,0.28979462,189.16411,18.859648,14417.362,26.853376,0.794954,9.6466465,24.509186,6.1067367,1.9301242,13.369564,328.3603,86.03822,10.420646,0.6621741,2.122822,113.62469,2.1201596,155.06416,273.3629,2086.9006,502.98166,98.10342,163.99277,243.79129,9.799633,13.422885,124.494316,18.111425,25.033587,13.544994,20.978945,146.94913,16.45375,12.349945,49.524265,12.773461,3654.1777,19.552465,21.845833,16.468622,10.776673,190.29404,39.461906,15.777083,6.6071706,8.409769,12.948971,58.065792,112.927414,29.852291,154.46605,20.531939,5.9729815,54.457584,39.552937,85.426094,87.75123,9.583683,3.1615627,4.9694858,20.209337,2688.5295,7.6657577,3.6318028,54.95618,13.447143,141.72954,74.43709,118.876686,3.5647793,68.52021,451.13638,347.6095,33.12867,366.4227,45.485416,54.763367,75.2886,32.672134,5.5515394,24.949686,505.92145,0.5671807,1.418743,115.986084,22.711445,9.414458,13.063911,17.91625,162.63448,52.483124,160.28723,888.96454,266.85226,2250.9622,1870.8822,21.610271,30.73428,2317.6147,23.129576,47.465973,527.9257,82.94121,126.233025,58.392982,263.05777,339.97235,467.54053,10.171999,77.988,321.17584,471.25415,15.003165,124.048874,16.79729,1.6800292,52.309666,1.150085,1.3002863,4.681113,12.884417,80.83187,24.819632,18.973473,290.65305,80.53576,48.10387,63.84375,20.245953,57.09948,12.906944,4.9235144,16.274376,103.87937,42.989468,15.315879,32.3358,11.229167,17.943869,21.116943,1.8506055,96.72257,17.606485,250.25403,10.176244,411.3044,22.096685,725.59076,199.85597,6.140504,12.255276,229.06891,311.62766,1174.0986,627.39355 +2023-11-28 04:00:00,0.0,3625.834,78.37056,37.535587,84.172516,51.180416,332.94025,43.984486,87.506905,22.881287,53.630642,439.0287,95.12541,24.572823,187.58261,0.42828485,0.16182528,63.894466,0.39442953,10.537741,1048.8826,13.477432,1238.6162,135.29575,0.52596647,29.49186,629.74976,47.983334,407.38394,203.37645,4621.538,5.344633,2701.8882,72.75185,1.6276063,3.2252245,9.928131,252.24165,305.6675,108.43417,54.038887,40.043648,11.917902,886.7197,44.51753,43.655777,12.504242,472.75983,15.99179,530.2956,6.3385887,42.907158,0.0,788.5591,2365.275,0.28914976,189.01477,18.84191,14403.24,26.84071,0.7946966,9.635688,24.486479,6.1048746,1.9294766,13.360688,328.09558,85.91287,10.403953,0.66190636,2.1216884,113.61708,2.1167965,154.97223,273.3939,2087.1882,502.66888,98.093864,164.0291,243.99231,9.806491,13.430851,124.62997,18.133904,25.062368,13.531726,20.96112,147.01106,16.448748,12.337014,49.513725,12.774829,3654.5037,19.544943,21.844444,16.466549,10.775727,190.30635,39.465076,15.769444,6.608656,8.403329,12.941568,58.04796,112.88041,29.849722,154.47076,20.52706,5.959676,54.38945,39.519413,85.30471,87.76697,9.595311,3.1595833,4.968648,20.190948,2684.3872,7.67419,3.6178083,54.939907,13.441512,141.6985,74.47278,118.87906,3.5652735,68.49528,451.09296,347.65738,33.09893,366.29434,45.46389,54.756405,75.25442,32.6925,5.555449,24.95999,505.81866,0.5672806,1.4197129,116.03449,22.7295,9.415369,13.068549,17.918095,162.70166,52.526665,160.2964,889.1238,266.62122,2250.3152,1870.575,21.593529,30.677525,2315.4902,23.138237,47.387962,527.78894,82.81228,126.07819,58.32398,262.59705,339.6938,467.5507,10.163047,77.92045,321.143,470.94626,14.986977,123.92726,16.773056,1.6799597,52.31206,1.15006,1.3003769,4.6804004,12.878555,80.63396,24.801823,18.972406,290.41858,80.46157,48.05992,63.791668,20.226032,57.103474,12.892592,4.90013,16.2675,103.80442,42.96167,15.292163,32.361824,11.222222,17.91611,21.107037,1.8471699,96.6499,17.577826,250.07309,10.170161,410.89697,22.07721,726.0062,199.74867,6.126034,12.249884,228.75972,311.27222,1173.4175,627.8338 +2023-11-28 05:00:00,0.0,3623.1,78.2634,37.46727,84.13962,51.158646,332.94998,43.980164,87.488174,22.873135,53.625168,438.11853,95.14156,24.567928,187.47873,0.42670023,0.1601008,63.917023,0.39073813,10.553868,1049.0887,13.498029,1239.1898,135.32446,0.5267534,29.53707,630.1808,47.992626,407.74103,203.44284,4616.308,5.352441,2701.8618,72.85286,1.6298113,3.2297409,9.942734,252.18091,305.6007,108.554115,54.023613,40.04314,11.913196,885.8101,44.580612,43.61942,12.487678,472.7561,15.972337,530.4927,6.3337197,42.869328,0.0,788.3164,2363.3262,0.2885049,188.86543,18.82417,14389.117,26.828041,0.79443926,9.624729,24.463772,6.103012,1.9288291,13.351812,327.83084,85.78752,10.387259,0.6616387,2.120555,113.60948,2.1134334,154.88028,273.42487,2087.4758,502.3561,98.08431,164.06543,244.19334,9.81335,13.438816,124.76561,18.156382,25.091148,13.518456,20.943298,147.07298,16.443747,12.324084,49.50319,12.776197,3654.8296,19.53742,21.843056,16.464476,10.774781,190.31865,39.468246,15.761806,6.6101418,8.396888,12.934167,58.03013,112.833405,29.847153,154.47546,20.522179,5.9463706,54.32132,39.485893,85.183334,87.782715,9.606938,3.1576042,4.96781,20.172558,2680.2449,7.6826224,3.603814,54.923634,13.435882,141.66747,74.50848,118.88144,3.565768,68.47035,451.04953,347.70523,33.06919,366.166,45.44236,54.74944,75.22024,32.712868,5.559358,24.970295,505.71588,0.5673805,1.4206828,116.0829,22.747553,9.416279,13.073188,17.919937,162.76884,52.57021,160.30557,889.28296,266.39014,2249.668,1870.2677,21.576784,30.62077,2313.3657,23.1469,47.30995,527.6522,82.68334,125.92337,58.25497,262.1363,339.41525,467.56085,10.154095,77.85289,321.11017,470.63834,14.970788,123.80564,16.74882,1.67989,52.314457,1.150035,1.3004675,4.6796875,12.872694,80.43604,24.784012,18.971342,290.1841,80.38738,48.015972,63.739582,20.206112,57.107464,12.878241,4.8767457,16.260626,103.72947,42.933872,15.268447,32.387848,11.215278,17.888351,21.097128,1.8437341,96.57724,17.549168,249.89217,10.164079,410.48953,22.057735,726.42175,199.64137,6.111564,12.244492,228.45055,310.91675,1172.7365,628.274 +2023-11-28 06:00:00,0.0,3620.366,78.15624,37.398952,84.10672,51.136875,332.95972,43.97584,87.46944,22.864985,53.619694,437.2084,95.157715,24.563032,187.37485,0.42511564,0.1583763,63.93958,0.38704675,10.569996,1049.295,13.518626,1239.7633,135.35318,0.52754045,29.58228,630.6118,48.001923,408.09814,203.50923,4611.078,5.360248,2701.8354,72.95387,1.6320163,3.2342572,9.957338,252.12016,305.5339,108.67405,54.008335,40.042633,11.908488,884.9006,44.6437,43.583057,12.471113,472.75235,15.952884,530.68976,6.3288507,42.8315,0.0,788.0737,2361.3772,0.28786004,188.71608,18.80643,14374.995,26.815374,0.7941819,9.61377,24.441067,6.10115,1.9281814,13.3429365,327.56613,85.66216,10.370565,0.66137093,2.1194212,113.601875,2.1100702,154.78833,273.45584,2087.7634,502.04333,98.07477,164.10178,244.39438,9.820209,13.446781,124.90126,18.178858,25.11993,13.505187,20.925476,147.13492,16.438744,12.311153,49.49265,12.777565,3655.1555,19.529896,21.841667,16.462402,10.773834,190.33095,39.471416,15.754167,6.611627,8.390448,12.9267645,58.012295,112.78641,29.844584,154.48018,20.517298,5.933065,54.253185,39.452374,85.06196,87.798454,9.6185665,3.155625,4.966972,20.154167,2676.1025,7.691055,3.5898197,54.90736,13.430251,141.63643,74.54417,118.88381,3.5662622,68.44542,451.0061,347.7531,33.03945,366.03763,45.420834,54.742477,75.18606,32.733234,5.563267,24.9806,505.6131,0.5674804,1.4216528,116.13131,22.765606,9.41719,13.077826,17.92178,162.83601,52.61375,160.31474,889.44214,266.1591,2249.0208,1869.9603,21.560041,30.564014,2311.241,23.155561,47.231945,527.5155,82.55441,125.76855,58.185966,261.67554,339.1367,467.571,10.145143,77.78533,321.07733,470.3304,14.954599,123.68402,16.724583,1.6798204,52.31685,1.1500101,1.3005582,4.6789746,12.866833,80.23814,24.766201,18.970278,289.94968,80.313194,47.972027,63.6875,20.186192,57.111458,12.863889,4.853361,16.25375,103.65452,42.906075,15.24473,32.41387,11.208333,17.860594,21.087221,1.8402985,96.50457,17.520508,249.71123,10.157996,410.0821,22.03826,726.8372,199.53407,6.097094,12.2390995,228.14137,310.56128,1172.0553,628.71423 +2023-11-28 07:00:00,0.0,3617.6318,78.04908,37.330635,84.073814,51.115105,332.96945,43.971516,87.45071,22.856833,53.614216,436.29825,95.173874,24.558138,187.27097,0.42353103,0.15665182,63.962135,0.38335535,10.586123,1049.5013,13.539223,1240.3368,135.3819,0.5283274,29.62749,631.04285,48.011215,408.45523,203.57562,4605.848,5.3680553,2701.809,73.054886,1.6342213,3.2387733,9.971941,252.05942,305.4671,108.79399,53.993057,40.042126,11.903782,883.99097,44.706787,43.5467,12.454549,472.74863,15.933431,530.88684,6.323982,42.79367,0.0,787.83105,2359.4285,0.28721517,188.56674,18.788692,14360.872,26.802708,0.7939245,9.602811,24.41836,6.099288,1.9275339,13.334061,327.3014,85.53681,10.353871,0.6611032,2.1182876,113.59427,2.106707,154.6964,273.48682,2088.0513,501.73056,98.06522,164.1381,244.5954,9.827066,13.454747,125.0369,18.201336,25.14871,13.491918,20.907652,147.19684,16.433743,12.298223,49.482113,12.778934,3655.4814,19.522373,21.840279,16.460331,10.772888,190.34325,39.474586,15.746528,6.6131124,8.3840065,12.919363,57.994465,112.7394,29.842012,154.48488,20.512419,5.9197598,54.18505,39.418854,84.94058,87.81419,9.630194,3.153646,4.966134,20.135778,2671.96,7.699487,3.5758252,54.891087,13.42462,141.6054,74.579865,118.88619,3.5667567,68.42049,450.9627,347.80096,33.009716,365.9093,45.399307,54.73551,75.15188,32.7536,5.5671763,24.990904,505.5103,0.5675803,1.4226227,116.17972,22.783659,9.4181,13.082464,17.923622,162.9032,52.65729,160.32391,889.6014,265.92804,2248.3735,1869.6531,21.543299,30.50726,2309.1165,23.164225,47.153934,527.3787,82.42548,125.613716,58.11696,261.2148,338.85815,467.58118,10.136189,77.71778,321.0445,470.0225,14.938411,123.5624,16.700348,1.6797508,52.319244,1.1499852,1.3006488,4.6782618,12.860971,80.04022,24.748392,18.969213,289.7152,80.239,47.928078,63.635418,20.166271,57.11545,12.849537,4.829977,16.246876,103.57956,42.878277,15.221014,32.439896,11.201389,17.832836,21.077314,1.8368628,96.4319,17.49185,249.53029,10.151914,409.67465,22.018784,727.2527,199.42679,6.082624,12.233707,227.8322,310.2058,1171.3741,629.1545 +2023-11-28 08:00:00,0.0,3614.8977,77.941925,37.262318,84.04092,51.093334,332.9792,43.967194,87.43197,22.848682,53.60874,435.38812,95.190025,24.553244,187.16708,0.4219464,0.15492733,63.98469,0.37966394,10.602251,1049.7076,13.55982,1240.9103,135.41061,0.5291144,29.672699,631.4739,48.02051,408.81235,203.64201,4600.618,5.3758626,2701.7827,73.15589,1.6364262,3.2432897,9.986545,251.99867,305.4003,108.913925,53.97778,40.041615,11.899075,883.0814,44.76987,43.510338,12.437984,472.74493,15.913979,531.0839,6.319113,42.755844,0.0,787.5884,2357.4797,0.2865703,188.41739,18.770954,14346.75,26.79004,0.79366714,9.591852,24.395653,6.097426,1.9268863,13.325186,327.03668,85.41146,10.337178,0.6608355,2.117154,113.58666,2.1033442,154.60445,273.5178,2088.3389,501.41776,98.05567,164.17444,244.79643,9.833925,13.462712,125.17255,18.223814,25.177492,13.478649,20.88983,147.25877,16.428741,12.285292,49.471573,12.780301,3655.8074,19.51485,21.838888,16.458258,10.771942,190.35555,39.47776,15.738889,6.614598,8.377566,12.911961,57.97663,112.6924,29.839443,154.4896,20.507538,5.906454,54.11692,39.38533,84.81921,87.82993,9.641822,3.1516666,4.9652963,20.117388,2667.8176,7.707919,3.5618308,54.874813,13.418989,141.57436,74.615555,118.888565,3.567251,68.39556,450.91928,347.84885,32.979977,365.78094,45.377777,54.72855,75.1177,32.773968,5.5710855,25.00121,505.40756,0.5676802,1.4235926,116.22813,22.801714,9.41901,13.087103,17.925465,162.97038,52.700832,160.33308,889.76056,265.69696,2247.7263,1869.3458,21.526556,30.450504,2306.992,23.172886,47.075924,527.242,82.296555,125.45889,58.047955,260.75406,338.5796,467.59134,10.127237,77.65022,321.0117,469.71457,14.922222,123.44078,16.676111,1.6796813,52.32164,1.1499602,1.3007394,4.677549,12.855111,79.842316,24.730581,18.968147,289.48074,80.16481,47.88413,63.583332,20.14635,57.119446,12.835185,4.806593,16.24,103.50461,42.85048,15.197298,32.46592,11.194445,17.805079,21.067406,1.8334272,96.35924,17.46319,249.34935,10.14583,409.2672,21.999308,727.66815,199.31949,6.068154,12.228316,227.52301,309.85034,1170.693,629.5947 +2023-11-28 09:00:00,0.0,3612.1636,77.83476,37.194,84.00802,51.071564,332.98892,43.96287,87.41323,22.84053,53.603268,434.47797,95.20618,24.54835,187.0632,0.4203618,0.15320285,64.00725,0.37597257,10.618379,1049.914,13.580418,1241.4839,135.43933,0.5299014,29.717909,631.9049,48.029808,409.16943,203.7084,4595.388,5.38367,2701.7563,73.256905,1.6386312,3.247806,10.001148,251.93793,305.3335,109.03386,53.9625,40.041107,11.894368,882.1718,44.83296,43.47398,12.42142,472.74115,15.894526,531.281,6.314244,42.718014,0.0,787.3457,2355.5308,0.28592545,188.26805,18.753216,14332.627,26.777372,0.79340976,9.580893,24.372944,6.095564,1.9262388,13.31631,326.77197,85.28611,10.320484,0.66056776,2.1160202,113.57906,2.099981,154.5125,273.54874,2088.6265,501.10498,98.04612,164.21078,244.99745,9.840784,13.470677,125.3082,18.246292,25.206272,13.46538,20.872005,147.3207,16.423738,12.272362,49.461037,12.78167,3656.1333,19.507326,21.8375,16.456184,10.770995,190.36786,39.48093,15.73125,6.6160836,8.371125,12.904559,57.9588,112.64539,29.836874,154.4943,20.502657,5.893149,54.048786,39.35181,84.69783,87.84567,9.65345,3.1496875,4.964458,20.098997,2663.6753,7.7163515,3.5478365,54.85854,13.413359,141.54332,74.65125,118.890945,3.5677454,68.37063,450.87585,347.8967,32.950237,365.6526,45.35625,54.721584,75.08352,32.794334,5.574995,25.011513,505.30478,0.5677801,1.4245625,116.276535,22.819767,9.419921,13.091741,17.927307,163.03757,52.744373,160.34225,889.9198,265.4659,2247.0793,1869.0386,21.509813,30.39375,2304.8674,23.18155,46.997917,527.1053,82.167625,125.30406,57.978947,260.29333,338.30106,467.6015,10.118285,77.582664,320.97885,469.40668,14.906034,123.31916,16.651875,1.6796117,52.324036,1.1499352,1.3008301,4.676836,12.84925,79.6444,24.71277,18.967083,289.24628,80.09062,47.84018,63.53125,20.126429,57.123436,12.820833,4.7832084,16.233126,103.42966,42.82268,15.173581,32.491943,11.1875,17.77732,21.057499,1.8299915,96.28657,17.434532,249.16841,10.139748,408.85977,21.979834,728.0836,199.21219,6.0536838,12.222924,227.21384,309.4949,1170.0118,630.0349 +2023-11-28 10:00:00,0.0,3609.4294,77.72761,37.125683,83.97511,51.049793,332.9987,43.95855,87.3945,22.832378,53.59779,433.5678,95.22233,24.543455,186.95932,0.41877717,0.15147835,64.0298,0.37228116,10.634506,1050.1201,13.601014,1242.0574,135.46805,0.5306884,29.763117,632.33594,48.0391,409.52652,203.7748,4590.158,5.3914776,2701.73,73.35792,1.6408362,3.2523224,10.015751,251.87718,305.2667,109.1538,53.947224,40.0406,11.889661,881.2622,44.89604,43.43762,12.404856,472.73743,15.8750725,531.4781,6.309375,42.680183,0.0,787.103,2353.582,0.2852806,188.1187,18.735477,14318.505,26.764704,0.7931524,9.569934,24.350239,6.093702,1.9255912,13.307434,326.50723,85.16075,10.303791,0.6603001,2.1148865,113.57146,2.096618,154.42056,273.5797,2088.9143,500.7922,98.03657,164.24712,245.19849,9.847642,13.478643,125.44384,18.26877,25.235052,13.45211,20.854183,147.38263,16.418737,12.259431,49.450497,12.783037,3656.4592,19.499804,21.836111,16.454111,10.770049,190.38016,39.4841,15.723611,6.617569,8.364685,12.897157,57.94097,112.5984,29.834305,154.499,20.497778,5.8798437,53.980656,39.31829,84.576454,87.86141,9.665077,3.1477084,4.96362,20.080608,2659.533,7.724784,3.533842,54.842266,13.407727,141.5123,74.68694,118.89332,3.5682397,68.345695,450.83243,347.94458,32.9205,365.52423,45.33472,54.71462,75.04934,32.8147,5.578904,25.021818,505.202,0.56788003,1.4255323,116.32494,22.83782,9.420831,13.096379,17.929152,163.10475,52.787914,160.35141,890.079,265.23483,2246.4321,1868.7313,21.493069,30.336994,2302.7427,23.190212,46.919907,526.9685,82.0387,125.14924,57.909943,259.83258,338.0225,467.61166,10.109333,77.515114,320.946,469.09875,14.889846,123.19754,16.62764,1.6795421,52.32643,1.1499103,1.3009207,4.676123,12.843389,79.44649,24.694962,18.966019,289.0118,80.01643,47.79623,63.479168,20.106508,57.12743,12.806481,4.7598243,16.22625,103.354706,42.794884,15.149865,32.517963,11.180555,17.749563,21.047592,1.8265558,96.2139,17.405872,248.98747,10.133665,408.45233,21.960358,728.4991,199.1049,6.0392137,12.217532,226.90466,309.13943,1169.3307,630.47516 +2023-11-28 11:00:00,0.0,3606.6953,77.620445,37.057365,83.942215,51.028023,333.00842,43.954224,87.37576,22.824228,53.592316,432.65768,95.23848,24.53856,186.85544,0.41719258,0.14975387,64.05235,0.36858976,10.650634,1050.3264,13.621612,1242.6309,135.49677,0.53147537,29.808327,632.76697,48.048397,409.88364,203.84117,4584.928,5.399285,2701.7036,73.45893,1.6430413,3.2568386,10.030354,251.81645,305.1999,109.273735,53.931946,40.040092,11.884954,880.35266,44.95913,43.40126,12.38829,472.73373,15.85562,531.6752,6.304506,42.642357,0.0,786.86035,2351.6333,0.28463572,187.96936,18.71774,14304.382,26.752037,0.792895,9.558975,24.327532,6.0918393,1.9249436,13.298558,326.24252,85.0354,10.287097,0.66003233,2.1137528,113.56385,2.0932548,154.32861,273.6107,2089.202,500.47943,98.02702,164.28345,245.39952,9.854501,13.4866085,125.57949,18.291248,25.263834,13.438842,20.836359,147.44456,16.413734,12.2465,49.43996,12.784406,3656.7852,19.49228,21.834723,16.45204,10.769103,190.39246,39.48727,15.715972,6.6190543,8.358244,12.889755,57.923138,112.55139,29.831736,154.50371,20.492897,5.866538,53.91252,39.284767,84.45508,87.87716,9.676705,3.1457293,4.9627824,20.062218,2655.3906,7.7332163,3.5198476,54.825993,13.402097,141.48126,74.72264,118.8957,3.568734,68.32077,450.789,347.99243,32.890762,365.39587,45.313194,54.707657,75.01516,32.835068,5.5828133,25.032122,505.0992,0.56797993,1.4265022,116.37335,22.855875,9.4217415,13.101017,17.930994,163.17194,52.83146,160.36058,890.23816,265.00378,2245.785,1868.424,21.476326,30.28024,2300.6182,23.198874,46.841896,526.8318,81.90976,124.994415,57.84094,259.37186,337.74393,467.62183,10.10038,77.447556,320.91318,468.79083,14.873657,123.07592,16.603403,1.6794726,52.328823,1.1498853,1.3010113,4.6754103,12.837527,79.24858,24.67715,18.964952,288.77734,79.942245,47.752285,63.427082,20.086588,57.131424,12.7921295,4.73644,16.219376,103.279755,42.767086,15.126149,32.543987,11.173611,17.721804,21.037683,1.8231201,96.14123,17.377214,248.80655,10.127583,408.0449,21.940882,728.91455,198.9976,6.0247436,12.21214,226.59549,308.78397,1168.6495,630.9154 +2023-11-28 12:00:00,0.0,3603.9612,77.51329,36.989048,83.90932,51.006252,333.01816,43.9499,87.35703,22.816076,53.58684,431.74753,95.25463,24.533667,186.75157,0.41560796,0.14802937,64.07491,0.36489835,10.666761,1050.5327,13.642209,1243.2045,135.52548,0.5322623,29.853537,633.198,48.05769,410.24072,203.90756,4579.698,5.407092,2701.6772,73.55994,1.6452463,3.261355,10.044957,251.7557,305.13312,109.39368,53.916668,40.03958,11.880247,879.44305,45.022213,43.3649,12.371726,472.72998,15.836167,531.87225,6.299637,42.604527,0.0,786.6177,2349.6843,0.28399086,187.82002,18.7,14290.26,26.739368,0.79263765,9.548016,24.304825,6.0899773,1.924296,13.289682,325.97778,84.91005,10.270404,0.6597646,2.1126194,113.55625,2.0898917,154.23666,273.64166,2089.4895,500.16666,98.01747,164.3198,245.60054,9.86136,13.494574,125.71513,18.313726,25.292614,13.425572,20.818537,147.50648,16.408733,12.23357,49.42942,12.785773,3657.111,19.484756,21.833334,16.449966,10.768156,190.40475,39.49044,15.708333,6.6205397,8.351804,12.882353,57.905308,112.50439,29.829166,154.5084,20.488016,5.853233,53.84439,39.251247,84.3337,87.8929,9.6883335,3.1437502,4.961944,20.043827,2651.248,7.7416487,3.5058532,54.809723,13.396466,141.45023,74.75833,118.89807,3.5692284,68.29584,450.74557,348.0403,32.861023,365.26755,45.291668,54.70069,74.98098,32.85543,5.5867224,25.042427,504.99643,0.5680798,1.4274722,116.42177,22.873928,9.422651,13.105656,17.932837,163.23912,52.875,160.36975,890.3974,264.77274,2245.1377,1868.1167,21.459583,30.223484,2298.4937,23.207537,46.76389,526.69507,81.78083,124.839584,57.77193,258.9111,337.4654,467.632,10.091428,77.380005,320.88034,468.4829,14.857469,122.9543,16.579166,1.679403,52.33122,1.1498604,1.301102,4.6746974,12.831666,79.05067,24.65934,18.963888,288.54288,79.86805,47.708336,63.375,20.066668,57.135418,12.777778,4.7130556,16.2125,103.2048,42.73929,15.102432,32.57001,11.166667,17.694046,21.027777,1.8196845,96.068565,17.348555,248.62561,10.1215,407.63745,21.921406,729.33,198.8903,6.0102735,12.206749,226.2863,308.4285,1167.9684,631.35565 +2023-11-28 13:00:00,0.0,3601.227,77.406136,36.92073,83.87641,50.984478,333.0279,43.94558,87.338295,22.807926,53.581364,430.8374,95.27078,24.528772,186.64769,0.41402334,0.14630488,64.097466,0.36120698,10.682889,1050.739,13.662806,1243.778,135.5542,0.53304935,29.898746,633.629,48.066986,410.59784,203.97395,4574.4683,5.4148993,2701.651,73.66095,1.6474512,3.2658713,10.059561,251.69496,305.0663,109.51361,53.90139,40.039074,11.875541,878.5335,45.0853,43.32854,12.355162,472.72626,15.816714,532.0693,6.294768,42.5667,0.0,786.37506,2347.7356,0.283346,187.67067,18.68226,14276.138,26.726702,0.7923803,9.537057,24.282118,6.088115,1.9236485,13.2808075,325.71307,84.7847,10.25371,0.6594969,2.1114857,113.548645,2.0865285,154.14473,273.67264,2089.7773,499.85388,98.00793,164.35612,245.80157,9.868217,13.50254,125.850784,18.336205,25.321396,13.412303,20.800713,147.56842,16.403732,12.220639,49.418884,12.787142,3657.437,19.477234,21.831944,16.447893,10.76721,190.41705,39.49361,15.700694,6.622025,8.345363,12.874951,57.887474,112.45738,29.826597,154.51312,20.483137,5.839927,53.776257,39.217728,84.212326,87.90864,9.699961,3.1417708,4.9611063,20.025438,2647.1057,7.7500806,3.491859,54.79345,13.390836,141.41919,74.79403,118.90045,3.5697227,68.270905,450.70218,348.08817,32.831287,365.1392,45.270138,54.69373,74.9468,32.875797,5.590632,25.05273,504.89368,0.5681797,1.4284421,116.47018,22.891981,9.423562,13.110293,17.934679,163.3063,52.91854,160.37892,890.5566,264.54166,2244.4905,1867.8094,21.44284,30.166729,2296.369,23.216198,46.68588,526.5583,81.6519,124.68476,57.702927,258.45038,337.18683,467.64215,10.082476,77.31245,320.8475,468.175,14.84128,122.83269,16.55493,1.6793333,52.333614,1.1498353,1.3011926,4.6739845,12.825806,78.85276,24.641531,18.962824,288.3084,79.79386,47.664387,63.322918,20.046747,57.13941,12.763426,4.6896715,16.205626,103.12985,42.71149,15.078716,32.596035,11.159722,17.666288,21.01787,1.8162488,95.995895,17.319897,248.44467,10.1154175,407.23,21.901932,729.7455,198.78302,5.9958034,12.201357,225.97713,308.07306,1167.2874,631.7959 +2023-11-28 14:00:00,0.0,3598.4932,77.29897,36.852413,83.84351,50.962708,333.03763,43.941254,87.31956,22.799774,53.57589,429.92725,95.286934,24.523878,186.54381,0.41243875,0.1445804,64.120026,0.35751557,10.699017,1050.9453,13.683403,1244.3514,135.58292,0.5338363,29.943956,634.06006,48.076283,410.95493,204.04034,4569.2383,5.4227066,2701.6248,73.76196,1.6496562,3.2703876,10.074163,251.63422,304.9995,109.633545,53.886112,40.038567,11.870833,877.6239,45.148384,43.29218,12.338597,472.72253,15.797261,532.26636,6.289899,42.52887,0.0,786.1324,2345.7869,0.28270113,187.52133,18.664522,14262.015,26.714033,0.7921229,9.526098,24.25941,6.086253,1.9230009,13.271932,325.44833,84.65935,10.237017,0.65922916,2.110352,113.54104,2.0831654,154.05278,273.7036,2090.065,499.5411,97.99838,164.39247,246.0026,9.875076,13.510505,125.98643,18.358683,25.350176,13.399034,20.78289,147.63034,16.39873,12.207708,49.408348,12.788509,3657.763,19.46971,21.830555,16.44582,10.766264,190.42937,39.49678,15.693055,6.623511,8.3389225,12.867549,57.869644,112.410385,29.824026,154.51782,20.478256,5.826622,53.708126,39.184208,84.09095,87.92438,9.711589,3.1397917,4.960268,20.007048,2642.9634,7.758513,3.4778645,54.777176,13.385204,141.38815,74.82973,118.902824,3.5702171,68.24597,450.65875,348.13602,32.801548,365.01083,45.24861,54.686764,74.91262,32.896164,5.594541,25.063036,504.7909,0.5682796,1.429412,116.518585,22.910034,9.424473,13.114932,17.936522,163.37347,52.962082,160.38809,890.7158,264.3106,2243.8435,1867.5022,21.426098,30.109974,2294.2444,23.224861,46.60787,526.4216,81.52297,124.52993,57.63392,257.98962,336.9083,467.6523,10.0735235,77.24489,320.81467,467.8671,14.825091,122.71107,16.530695,1.6792637,52.33601,1.1498104,1.3012832,4.6732717,12.819944,78.65485,24.62372,18.96176,288.07394,79.71967,47.620438,63.270832,20.026827,57.143402,12.749074,4.6662874,16.19875,103.0549,42.683693,15.054999,32.62206,11.152778,17.63853,21.007961,1.8128132,95.923225,17.291237,248.26373,10.109335,406.8226,21.882456,730.161,198.67572,5.9813337,12.195965,225.66795,307.7176,1166.6062,632.2361 +2023-11-28 15:00:00,0.0,3595.759,77.19182,36.784096,83.810616,50.940937,333.0474,43.93693,87.30083,22.791622,53.570415,429.01712,95.30309,24.518984,186.43993,0.41085413,0.1428559,64.14258,0.35382417,10.715145,1051.1515,13.7039995,1244.9249,135.61163,0.5346233,29.989166,634.4911,48.085575,411.31204,204.10674,4564.0083,5.4305143,2701.5984,73.862976,1.6518612,3.274904,10.088767,251.57347,304.9327,109.75349,53.870834,40.03806,11.866127,876.71436,45.21147,43.25582,12.322033,472.7188,15.777809,532.46344,6.28503,42.491043,0.0,785.8897,2343.838,0.28205627,187.37198,18.646784,14247.893,26.701366,0.7918655,9.515139,24.236704,6.084391,1.9223534,13.263056,325.18362,84.53399,10.220323,0.6589615,2.1092184,113.53344,2.0798023,153.96083,273.7346,2090.3525,499.22833,97.98883,164.4288,246.20363,9.881935,13.518471,126.12207,18.38116,25.378958,13.385765,20.765068,147.69228,16.393728,12.1947775,49.397808,12.789878,3658.0889,19.462187,21.829166,16.443748,10.765317,190.44167,39.499954,15.685416,6.624996,8.332481,12.860147,57.851814,112.36338,29.821457,154.52254,20.473375,5.8133163,53.63999,39.150684,83.969574,87.94012,9.723216,3.1378126,4.95943,19.988657,2638.821,7.7669454,3.46387,54.760902,13.379574,141.35712,74.86542,118.905205,3.5707114,68.22105,450.61533,348.1839,32.77181,364.88248,45.227085,54.679802,74.87844,32.91653,5.59845,25.073341,504.6881,0.5683795,1.4303819,116.56699,22.92809,9.425383,13.119571,17.938364,163.44066,53.005623,160.39726,890.875,264.07953,2243.1963,1867.1948,21.409355,30.053219,2292.1199,23.233522,46.52986,526.2848,81.39404,124.37511,57.564915,257.5289,336.62973,467.66248,10.06457,77.17734,320.78183,467.55917,14.808903,122.58945,16.506458,1.6791942,52.338406,1.1497855,1.301374,4.672559,12.814083,78.45693,24.605911,18.960693,287.83948,79.645485,47.57649,63.21875,20.006907,57.147396,12.734722,4.642903,16.191875,102.97995,42.655895,15.031283,32.648083,11.145833,17.610773,20.998055,1.8093774,95.85056,17.262579,248.0828,10.103252,406.41516,21.86298,730.5765,198.56842,5.9668636,12.190573,225.35878,307.36212,1165.925,632.67633 +2023-11-28 16:00:00,0.0,3593.025,77.084656,36.71578,83.77771,50.919167,333.05713,43.93261,87.28209,22.783472,53.564938,428.10696,95.319244,24.514088,186.33604,0.4092695,0.14113142,64.16513,0.3501328,10.731273,1051.3578,13.724597,1245.4985,135.64035,0.5354103,30.034376,634.9221,48.09487,411.66913,204.17313,4558.7783,5.4383216,2701.572,73.96398,1.6540662,3.2794201,10.103371,251.51273,304.8659,109.87342,53.855556,40.03755,11.86142,875.80475,45.274555,43.21946,12.305469,472.7151,15.758356,532.6605,6.280161,42.453213,0.0,785.64703,2341.8892,0.2814114,187.22264,18.629045,14233.77,26.688698,0.79160815,9.50418,24.213999,6.082529,1.9217057,13.25418,324.9189,84.40864,10.2036295,0.65869373,2.1080847,113.52583,2.0764391,153.8689,273.76556,2090.6404,498.91556,97.97928,164.46513,246.40466,9.888794,13.526436,126.25772,18.403639,25.407738,13.372496,20.747244,147.7542,16.388727,12.181848,49.38727,12.791245,3658.4148,19.454662,21.827778,16.441675,10.764371,190.45396,39.503124,15.677778,6.6264815,8.32604,12.852745,57.83398,112.316376,29.818888,154.52724,20.468496,5.800011,53.571857,39.117165,83.8482,87.95586,9.734844,3.1358335,4.9585924,19.970268,2634.6787,7.7753778,3.4498758,54.74463,13.373943,141.32608,74.901115,118.90758,3.5712059,68.19611,450.5719,348.23175,32.74207,364.75412,45.205555,54.672836,74.84426,32.936897,5.6023593,25.083645,504.58533,0.5684794,1.4313518,116.6154,22.946142,9.426293,13.124208,17.940207,163.50784,53.049168,160.40643,891.0342,263.84848,2242.549,1866.8876,21.39261,29.996464,2289.995,23.242186,46.45185,526.1481,81.26511,124.22028,57.495907,257.06815,336.3512,467.67264,10.055618,77.10978,320.749,467.25125,14.792714,122.46783,16.482222,1.6791246,52.340797,1.1497605,1.3014646,4.671846,12.808222,78.259026,24.5881,18.95963,287.605,79.5713,47.53254,63.166668,19.986984,57.15139,12.72037,4.6195188,16.185,102.905,42.628098,15.007567,32.674107,11.138889,17.583015,20.988148,1.8059418,95.77789,17.23392,247.90187,10.09717,406.00772,21.843504,730.99194,198.46112,5.9523935,12.185181,225.04959,307.00665,1165.2439,633.1166 +2023-11-28 17:00:00,0.0,3590.2908,76.9775,36.64746,83.74481,50.897396,333.06686,43.928284,87.26336,22.77532,53.559464,427.1968,95.335396,24.509193,186.23216,0.4076849,0.13940692,64.18769,0.3464414,10.7474,1051.5641,13.745194,1246.072,135.66908,0.53619725,30.079586,635.35315,48.104164,412.0262,204.23952,4553.549,5.446129,2701.5457,74.064995,1.6562711,3.2839365,10.117973,251.45198,304.7991,109.99336,53.84028,40.03704,11.856713,874.89514,45.337643,43.1831,12.288904,472.71136,15.738903,532.8576,6.275292,42.415382,0.0,785.40436,2339.9404,0.28076655,187.0733,18.611307,14219.647,26.676031,0.7913508,9.493221,24.191292,6.0806665,1.9210582,13.245304,324.65417,84.28329,10.186935,0.658426,2.106951,113.51823,2.073076,153.77695,273.79654,2090.928,498.60278,97.96973,164.50148,246.60568,9.895652,13.534401,126.393364,18.426117,25.43652,13.359226,20.72942,147.81613,16.383724,12.168917,49.37673,12.792614,3658.7407,19.44714,21.82639,16.439602,10.763425,190.46626,39.506294,15.670139,6.627967,8.3196,12.845343,57.81615,112.26937,29.816319,154.53195,20.463615,5.786706,53.503727,39.083645,83.72682,87.971596,9.746472,3.1338542,4.957754,19.951878,2630.5364,7.78381,3.4358814,54.728355,13.368313,141.29504,74.936806,118.90996,3.5717,68.17118,450.52847,348.27963,32.712334,364.6258,45.18403,54.665874,74.81008,32.957264,5.606269,25.09395,504.48254,0.5685793,1.4323217,116.66381,22.964195,9.427203,13.128847,17.94205,163.57503,53.09271,160.4156,891.1934,263.61743,2241.9019,1866.5803,21.375868,29.939709,2287.8706,23.250847,46.37384,526.01135,81.13618,124.06545,57.426903,256.6074,336.07263,467.6828,10.046666,77.04222,320.71616,466.94333,14.7765255,122.34621,16.457987,1.679055,52.343193,1.1497356,1.3015552,4.6711335,12.802361,78.06111,24.57029,18.958565,287.37054,79.4971,47.488594,63.114582,19.967064,57.15538,12.706018,4.5961347,16.178125,102.83005,42.6003,14.9838505,32.70013,11.131945,17.555256,20.97824,1.8025061,95.70522,17.205261,247.72093,10.091087,405.60028,21.82403,731.4074,198.35384,5.9379234,12.17979,224.74042,306.65118,1164.5627,633.5568 +2023-11-28 18:00:00,0.0,3587.5566,76.87034,36.579144,83.711914,50.875626,333.0766,43.92396,87.24462,22.76717,53.55399,426.28668,95.35155,24.5043,186.12828,0.40610027,0.13768244,64.21024,0.34274998,10.763528,1051.7704,13.765791,1246.6455,135.6978,0.53698426,30.124796,635.7842,48.11346,412.38333,204.30591,4548.319,5.453936,2701.5193,74.16601,1.6584761,3.2884529,10.132576,251.39124,304.7323,110.1133,53.825,40.036533,11.852007,873.9856,45.40073,43.14674,12.27234,472.70764,15.719451,533.0547,6.270423,42.377556,0.0,785.1617,2337.9915,0.28012168,186.92395,18.593569,14205.524,26.663363,0.7910934,9.482262,24.168583,6.0788045,1.9204106,13.236429,324.38947,84.157936,10.170242,0.6581583,2.1058173,113.51062,2.0697129,153.685,273.8275,2091.2156,498.28998,97.96018,164.53781,246.80672,9.902511,13.542367,126.529015,18.448593,25.4653,13.345958,20.711597,147.87807,16.378723,12.155986,49.366196,12.793982,3659.0667,19.439617,21.825,16.43753,10.762478,190.47856,39.509464,15.6625,6.629452,8.313159,12.837941,57.798317,112.22237,29.81375,154.53665,20.458735,5.7734003,53.435593,39.05012,83.605446,87.98734,9.7581,3.131875,4.9569163,19.933487,2626.3938,7.792242,3.421887,54.712082,13.362681,141.264,74.9725,118.91233,3.5721943,68.146255,450.48505,348.32748,32.682594,364.49744,45.1625,54.65891,74.7759,32.97763,5.610178,25.104254,504.37976,0.5686793,1.4332917,116.71222,22.982248,9.428114,13.133485,17.943893,163.64221,53.13625,160.42477,891.3526,263.38635,2241.2546,1866.2731,21.359125,29.882954,2285.746,23.25951,46.295834,525.8746,81.00725,123.91063,57.357895,256.14667,335.79407,467.69296,10.037714,76.97467,320.68332,466.63544,14.760337,122.22459,16.43375,1.6789855,52.34559,1.1497107,1.3016459,4.6704206,12.796499,77.863205,24.55248,18.9575,287.13608,79.42291,47.444645,63.0625,19.947144,57.159374,12.691667,4.57275,16.17125,102.75509,42.572502,14.9601345,32.726154,11.125,17.527498,20.968332,1.7990704,95.63256,17.176601,247.54,10.085004,405.19284,21.804554,731.8229,198.24654,5.9234533,12.174397,224.43124,306.29575,1163.8816,633.9971 +2023-11-28 19:00:00,0.0,3584.8225,76.76318,36.510826,83.67901,50.853855,333.08633,43.91964,87.22588,22.759018,53.54851,425.37653,95.3677,24.499405,186.0244,0.40451568,0.13595794,64.2328,0.3390586,10.779655,1051.9767,13.786388,1247.2191,135.72652,0.5377712,30.170006,636.2152,48.122753,412.74042,204.37228,4543.089,5.4617434,2701.493,74.26702,1.6606811,3.2929692,10.147181,251.3305,304.6655,110.23323,53.809723,40.036026,11.8473,873.076,45.463814,43.110382,12.2557745,472.70392,15.699998,533.2518,6.265554,42.339725,0.0,784.91907,2336.0427,0.27947682,186.77461,18.57583,14191.402,26.650696,0.79083604,9.471303,24.145876,6.0769424,1.9197631,13.227553,324.12473,84.03258,10.153548,0.65789056,2.1046839,113.50302,2.0663497,153.59306,273.85846,2091.5034,497.9772,97.95064,164.57414,247.00775,9.909369,13.550332,126.66466,18.471071,25.49408,13.332688,20.693775,147.93999,16.37372,12.143055,49.355656,12.79535,3659.3926,19.432093,21.82361,16.435457,10.761532,190.49088,39.512634,15.654861,6.630938,8.306719,12.830539,57.780487,112.17537,29.81118,154.54135,20.453856,5.760095,53.367462,39.0166,83.48406,88.00308,9.769728,3.129896,4.9560785,19.915098,2622.2515,7.8006744,3.4078927,54.69581,13.357051,141.23297,75.008194,118.91471,3.5726888,68.12132,450.44165,348.37537,32.652855,364.36908,45.140972,54.651947,74.74172,32.997997,5.614087,25.11456,504.277,0.5687792,1.4342616,116.76063,23.000303,9.429025,13.1381235,17.945736,163.7094,53.17979,160.43394,891.51184,263.1553,2240.6077,1865.9658,21.342382,29.826199,2283.6213,23.268173,46.217823,525.73785,80.87832,123.7558,57.28889,255.68593,335.51553,467.70312,10.028761,76.90711,320.6505,466.3275,14.744148,122.10297,16.409513,1.6789159,52.347984,1.1496856,1.3017365,4.669708,12.790639,77.66529,24.53467,18.956434,286.9016,79.348724,47.400696,63.010418,19.927223,57.16337,12.677315,4.549366,16.164375,102.68014,42.544704,14.936419,32.75218,11.118055,17.49974,20.958426,1.7956347,95.55989,17.147943,247.35905,10.078921,404.7854,21.785078,732.23834,198.13924,5.908983,12.169005,224.12207,305.94028,1163.2004,634.43726 +2023-11-28 20:00:00,0.0,3582.0884,76.65602,36.44251,83.64611,50.832085,333.09607,43.915314,87.20715,22.750866,53.543037,424.4664,95.38385,24.49451,185.92052,0.40293106,0.13423346,64.255356,0.3353672,10.795783,1052.1829,13.806985,1247.7926,135.75523,0.53855824,30.215216,636.64624,48.13205,413.09753,204.43867,4537.859,5.469551,2701.4666,74.36803,1.6628861,3.2974854,10.161783,251.26976,304.5987,110.35317,53.794445,40.03552,11.842593,872.16644,45.5269,43.07402,12.23921,472.7002,15.680545,533.44885,6.260685,42.3019,0.0,784.67633,2334.094,0.27883196,186.62526,18.558092,14177.279,26.638027,0.79057866,9.460344,24.123169,6.0750804,1.9191154,13.2186775,323.86002,83.90723,10.136855,0.6576229,2.1035502,113.495415,2.0629866,153.50111,273.88943,2091.791,497.66443,97.941086,164.61049,247.20877,9.916227,13.558297,126.80031,18.49355,25.522861,13.319419,20.675951,148.00192,16.36872,12.130125,49.34512,12.796718,3659.7185,19.42457,21.822222,16.433384,10.760586,190.50317,39.515804,15.6472225,6.6324234,8.300278,12.823137,57.762657,112.128365,29.80861,154.54607,20.448975,5.7467895,53.299328,38.98308,83.362686,88.01882,9.781355,3.1279168,4.9552402,19.896708,2618.1091,7.809107,3.3938982,54.679535,13.35142,141.20193,75.04389,118.91708,3.573183,68.09639,450.39822,348.42322,32.62312,364.24072,45.119446,54.64498,74.70754,33.018364,5.617996,25.124863,504.17422,0.56887907,1.4352314,116.80904,23.018356,9.4299345,13.142761,17.947578,163.77658,53.22333,160.44312,891.671,262.92426,2239.9604,1865.6584,21.32564,29.769444,2281.4968,23.276834,46.139812,525.60114,80.74939,123.600975,57.219883,255.22517,335.23697,467.7133,10.019809,76.839554,320.61768,466.0196,14.72796,121.981346,16.385279,1.6788462,52.35038,1.1496607,1.3018271,4.668995,12.784778,77.46738,24.51686,18.95537,286.66714,79.274536,47.356747,62.958332,19.907303,57.167362,12.662963,4.525982,16.1575,102.60519,42.516907,14.912702,32.778202,11.111111,17.471983,20.948517,1.792199,95.48722,17.119284,247.17812,10.072839,404.37796,21.765602,732.6538,198.03195,5.894513,12.163613,223.81288,305.5848,1162.5193,634.8775 +2023-11-28 21:00:00,0.0,3579.3542,76.54887,36.37419,83.61321,50.810314,333.10583,43.91099,87.188416,22.742716,53.537563,423.55624,95.4,24.489616,185.81665,0.40134645,0.13250896,64.27791,0.3316758,10.811911,1052.3892,13.827582,1248.3661,135.78395,0.5393452,30.260426,637.0773,48.141346,413.45462,204.50507,4532.629,5.4773583,2701.4402,74.46904,1.665091,3.3020017,10.176386,251.20901,304.5319,110.47311,53.779167,40.035007,11.837886,871.25684,45.589985,43.037663,12.222646,472.69644,15.661092,533.64594,6.255816,42.26407,0.0,784.43365,2332.145,0.2781871,186.47592,18.540352,14163.157,26.62536,0.79032123,9.449385,24.100464,6.0732183,1.9184679,13.209802,323.59528,83.781876,10.120161,0.6573551,2.1024165,113.48781,2.0596235,153.40916,273.9204,2092.0786,497.35165,97.93153,164.64682,247.4098,9.923086,13.566263,126.93595,18.516027,25.551641,13.3061495,20.658129,148.06384,16.363718,12.117194,49.33458,12.798086,3660.0444,19.417048,21.820833,16.43131,10.75964,190.51547,39.51898,15.639584,6.6339087,8.293838,12.815735,57.744823,112.08136,29.806042,154.55077,20.444094,5.7334843,53.231197,38.949562,83.24131,88.03456,9.792983,3.1259375,4.9544024,19.878317,2613.9668,7.817539,3.3799038,54.66326,13.34579,141.1709,75.07958,118.919464,3.5736775,68.071465,450.3548,348.4711,32.59338,364.11237,45.097916,54.63802,74.67336,33.03873,5.6219053,25.135168,504.07144,0.56897897,1.4362013,116.857445,23.03641,9.430845,13.1474,17.94942,163.84377,53.266876,160.45227,891.8302,262.69318,2239.3132,1865.3512,21.308895,29.71269,2279.3723,23.285498,46.061806,525.46436,80.62045,123.44615,57.15088,254.76443,334.95844,467.72342,10.010857,76.772,320.58484,465.71167,14.711771,121.859726,16.361042,1.6787766,52.35277,1.1496357,1.3019178,4.668282,12.778916,77.26947,24.49905,18.954306,286.43268,79.20035,47.312798,62.90625,19.887383,57.171352,12.648611,4.5025973,16.150625,102.530235,42.48911,14.888986,32.804226,11.104167,17.444225,20.93861,1.7887634,95.41455,17.090624,246.99718,10.066756,403.97052,21.746128,733.0693,197.92465,5.880043,12.158222,223.50371,305.22934,1161.8383,635.31775 +2023-11-28 22:00:00,0.0,3576.62,76.4417,36.305874,83.580315,50.788544,333.11557,43.90667,87.169685,22.734564,53.532085,422.64612,95.41615,24.484722,185.71277,0.39976186,0.13078448,64.30047,0.32798442,10.828038,1052.5955,13.84818,1248.9397,135.81267,0.5401322,30.305635,637.5083,48.15064,413.8117,204.57146,4527.399,5.4851656,2701.4138,74.57005,1.667296,3.306518,10.1909895,251.14827,304.4651,110.59304,53.76389,40.0345,11.833179,870.3473,45.653072,43.0013,12.206081,472.69275,15.64164,533.843,6.250947,42.226242,0.0,784.191,2330.1963,0.27754223,186.32658,18.522614,14149.034,26.612692,0.79006386,9.438426,24.077757,6.0713563,1.9178203,13.200926,323.33057,83.656525,10.103468,0.65708745,2.1012828,113.48021,2.0562603,153.31723,273.9514,2092.3662,497.03888,97.92199,164.68317,247.61082,9.929945,13.574228,127.0716,18.538506,25.580423,13.292881,20.640305,148.12578,16.358715,12.104263,49.324043,12.799455,3660.3704,19.409523,21.819445,16.42924,10.758693,190.52777,39.52215,15.631945,6.635394,8.287396,12.808333,57.726994,112.034355,29.80347,154.55548,20.439215,5.7201786,53.163063,38.91604,83.119934,88.0503,9.804611,3.1239583,4.9535646,19.859928,2609.8245,7.8259716,3.3659096,54.646988,13.340158,141.13986,75.11528,118.921844,3.5741718,68.04653,450.31137,348.51895,32.56364,363.98404,45.07639,54.631054,74.63918,33.059093,5.625815,25.145473,503.96866,0.56907886,1.4371712,116.90585,23.054462,9.431755,13.152039,17.951263,163.91093,53.310417,160.46144,891.98944,262.46213,2238.666,1865.044,21.292152,29.655935,2277.2476,23.294159,45.983795,525.32764,80.49152,123.29132,57.08187,254.3037,334.67987,467.73358,10.0019045,76.704445,320.552,465.40375,14.695582,121.73811,16.336805,1.6787071,52.355167,1.1496108,1.3020084,4.667569,12.773055,77.071556,24.48124,18.95324,286.1982,79.12615,47.268852,62.854168,19.867462,57.175346,12.634259,4.479213,16.14375,102.455284,42.46131,14.86527,32.83025,11.097222,17.416468,20.928703,1.7853277,95.34189,17.061966,246.81625,10.060674,403.56308,21.726652,733.48474,197.81735,5.865573,12.15283,223.19453,304.87387,1161.1571,635.758 +2023-11-28 23:00:00,0.0,3573.8862,76.33455,36.237556,83.54741,50.766773,333.1253,43.902344,87.15095,22.726414,53.52661,421.73596,95.43231,24.479828,185.60889,0.39817724,0.12905999,64.32302,0.32429302,10.844166,1052.8018,13.868776,1249.5132,135.84138,0.5409192,30.350845,637.93933,48.159935,414.16882,204.63785,4522.169,5.492973,2701.3875,74.67106,1.6695011,3.3110344,10.205593,251.08752,304.3983,110.71298,53.74861,40.033993,11.828472,869.4377,45.716156,42.964943,12.189517,472.68903,15.622187,534.0401,6.246078,42.18841,0.0,783.9483,2328.2476,0.27689737,186.17723,18.504875,14134.912,26.600025,0.7898065,9.427467,24.05505,6.069494,1.9171728,13.19205,323.06586,83.531166,10.086774,0.6568197,2.1001492,113.4726,2.0528972,153.22528,273.98236,2092.654,496.7261,97.91244,164.7195,247.81186,9.936803,13.582193,127.207245,18.560984,25.609203,13.279612,20.62248,148.18771,16.353714,12.091333,49.313503,12.800822,3660.6963,19.402,21.818056,16.427166,10.757747,190.54007,39.52532,15.624306,6.63688,8.280956,12.800931,57.70916,111.98736,29.800901,154.56018,20.434334,5.7068734,53.09493,38.88252,82.99856,88.06604,9.816238,3.1219792,4.9527264,19.841537,2605.6821,7.834404,3.3519151,54.63072,13.334528,141.10883,75.15097,118.92422,3.574666,68.0216,450.26794,348.56683,32.533905,363.85568,45.054863,54.62409,74.605,33.07946,5.629724,25.155777,503.86588,0.56917876,1.4381412,116.95426,23.072517,9.432666,13.156676,17.953108,163.97812,53.35396,160.47061,892.1486,262.23105,2238.0188,1864.7367,21.27541,29.59918,2275.123,23.302822,45.905785,525.1909,80.362595,123.1365,57.012867,253.84296,334.40134,467.74374,9.992951,76.63689,320.51917,465.09586,14.679394,121.61649,16.312569,1.6786375,52.357563,1.1495858,1.302099,4.6668563,12.767194,76.87365,24.463428,18.952175,285.96375,79.05196,47.224903,62.802082,19.84754,57.17934,12.619907,4.455829,16.136875,102.38033,42.433514,14.841553,32.856274,11.090278,17.38871,20.918795,1.7818921,95.26922,17.033306,246.63531,10.054591,403.15564,21.707176,733.90027,197.71007,5.8511033,12.147438,222.88536,304.51843,1160.476,636.1982 +2023-11-29 00:00:00,0.0,3571.152,76.22739,36.16924,83.51451,50.745,333.13504,43.89802,87.13221,22.718262,53.521137,420.8258,95.44846,24.474934,185.505,0.39659262,0.1273355,64.34558,0.3206016,10.860293,1053.008,13.889374,1250.0867,135.8701,0.54170614,30.396055,638.37036,48.169228,414.5259,204.70424,4516.939,5.50078,2701.361,74.77207,1.6717061,3.3155506,10.220196,251.02678,304.33148,110.83292,53.733334,40.033485,11.823766,868.5281,45.779243,42.92858,12.172953,472.68527,15.602734,534.2372,6.241209,42.15058,0.0,783.7056,2326.2986,0.2762525,186.0279,18.487137,14120.789,26.587357,0.7895491,9.416508,24.032343,6.0676317,1.9165252,13.183175,322.80112,83.405815,10.070081,0.65655196,2.0990155,113.465,2.049534,153.13333,274.01334,2092.9417,496.41333,97.902885,164.75583,248.0129,9.943662,13.590159,127.34289,18.583462,25.637985,13.266342,20.604656,148.24963,16.348711,12.0784025,49.302967,12.802191,3661.0222,19.394476,21.816668,16.425093,10.756801,190.55238,39.52849,15.616667,6.6383653,8.274515,12.7935295,57.69133,111.94035,29.798332,154.5649,20.429453,5.693568,53.0268,38.849,82.87718,88.08179,9.827867,3.1200001,4.9518886,19.823147,2601.5396,7.842836,3.3379207,54.614445,13.328897,141.0778,75.18667,118.9266,3.5751605,67.996666,450.22455,348.6147,32.504166,363.72733,45.033333,54.617126,74.57082,33.099827,5.633633,25.166082,503.7631,0.56927866,1.4391111,117.00267,23.09057,9.433576,13.161315,17.95495,164.0453,53.3975,160.47978,892.30786,262.0,2237.3718,1864.4293,21.258667,29.542425,2272.9985,23.311483,45.827778,525.05414,80.233665,122.98167,56.94386,253.38222,334.12277,467.7539,9.983999,76.569336,320.48633,464.78793,14.663205,121.49487,16.288334,1.6785679,52.35996,1.1495608,1.3021897,4.6661434,12.7613325,76.675735,24.44562,18.95111,285.72928,78.977776,47.180954,62.75,19.82762,57.183334,12.605556,4.4324446,16.130001,102.30538,42.405716,14.817837,32.882294,11.083333,17.36095,20.908888,1.7784563,95.19655,17.004648,246.45438,10.048509,402.7482,21.6877,734.31573,197.60277,5.836633,12.142046,222.57617,304.16296,1159.7948,636.6384 +2023-11-29 01:00:00,0.0,3568.418,76.12023,36.10092,83.48161,50.72323,333.14478,43.8937,87.11348,22.71011,53.51566,419.91568,95.464615,24.47004,185.40112,0.395008,0.125611,64.36813,0.31691024,10.876421,1053.2142,13.90997,1250.6602,135.89882,0.54249316,30.441265,638.8014,48.178524,414.88303,204.77063,4511.709,5.508588,2701.335,74.873085,1.6739111,3.320067,10.2348,250.96603,304.26468,110.95286,53.718056,40.032978,11.819058,867.6185,45.842327,42.892223,12.156388,472.68155,15.5832815,534.43427,6.23634,42.112755,0.0,783.463,2324.3499,0.27560765,185.87854,18.469398,14106.667,26.57469,0.78929174,9.405549,24.009636,6.0657697,1.9158776,13.174299,322.5364,83.280464,10.053387,0.6562843,2.0978818,113.4574,2.046171,153.0414,274.0443,2093.2292,496.10056,97.89333,164.79218,248.21391,9.9505205,13.5981245,127.47854,18.60594,25.666765,13.253074,20.586834,148.31157,16.34371,12.065472,49.29243,12.803558,3661.3481,19.386953,21.815277,16.42302,10.755854,190.56468,39.53166,15.609028,6.6398506,8.268075,12.786127,57.673496,111.89335,29.795763,154.5696,20.424574,5.6802626,52.958664,38.815475,82.755806,88.09753,9.839494,3.118021,4.9510508,19.804758,2597.3972,7.8512683,3.3239264,54.59817,13.323266,141.04677,75.22237,118.92897,3.5756547,67.97174,450.18112,348.66257,32.474426,363.59897,45.011806,54.61016,74.536644,33.120193,5.6375422,25.176386,503.66034,0.56937855,1.440081,117.05108,23.108624,9.434486,13.165953,17.956793,164.11249,53.44104,160.48895,892.46704,261.76895,2236.7246,1864.1221,21.241924,29.48567,2270.874,23.320147,45.749767,524.9174,80.10474,122.82684,56.874855,252.92148,333.84424,467.76407,9.975047,76.50178,320.4535,464.48,14.647017,121.37325,16.264097,1.6784984,52.362354,1.1495359,1.3022803,4.6654305,12.755472,76.47782,24.427809,18.950047,285.4948,78.90359,47.137005,62.697918,19.8077,57.187325,12.591204,4.4090605,16.123125,102.23043,42.37792,14.794121,32.908318,11.076389,17.333193,20.898981,1.7750207,95.123886,16.975988,246.27344,10.042426,402.34076,21.668226,734.7312,197.49547,5.822163,12.136654,222.267,303.8075,1159.1136,637.0787 +2023-11-29 02:00:00,0.0,3565.6838,76.01307,36.032604,83.44871,50.701458,333.15454,43.889378,87.09474,22.70196,53.510185,419.00552,95.48077,24.465143,185.29724,0.39342338,0.12388652,64.39069,0.31321883,10.892549,1053.4205,13.930568,1251.2338,135.92754,0.5432801,30.486475,639.2324,48.18782,415.2401,204.837,4506.479,5.516395,2701.3086,74.9741,1.676116,3.3245833,10.249403,250.9053,304.19788,111.07279,53.702778,40.032467,11.814352,866.7089,45.905415,42.85586,12.139824,472.67786,15.563828,534.6313,6.231471,42.074924,0.0,783.22034,2322.4011,0.27496278,185.7292,18.45166,14092.544,26.562021,0.78903437,9.39459,23.98693,6.0639076,1.91523,13.165423,322.27167,83.15511,10.036694,0.6560165,2.0967484,113.44979,2.0428078,152.94945,274.0753,2093.517,495.78778,97.8838,164.8285,248.41495,9.957378,13.606091,127.61418,18.628418,25.695547,13.239804,20.569012,148.37349,16.338709,12.052541,49.28189,12.804927,3661.674,19.37943,21.813889,16.420948,10.754908,190.57698,39.53483,15.601389,6.641336,8.261634,12.778726,57.655666,111.846344,29.793194,154.57431,20.419693,5.6669574,52.890533,38.781956,82.63443,88.113266,9.851122,3.1160417,4.9502125,19.786367,2593.255,7.8597007,3.309932,54.581898,13.317636,141.01573,75.25806,118.93135,3.5761492,67.94681,450.1377,348.71042,32.444687,363.4706,44.990276,54.6032,74.502464,33.14056,5.641452,25.186691,503.55756,0.5694785,1.4410509,117.09949,23.126678,9.435397,13.170591,17.958635,164.17967,53.48458,160.49812,892.6262,261.53787,2236.0774,1863.8148,21.22518,29.428915,2268.7493,23.328808,45.671757,524.78064,79.97581,122.67202,56.80585,252.46074,333.56567,467.77423,9.966095,76.43423,320.42065,464.1721,14.630828,121.25163,16.23986,1.6784288,52.364746,1.149511,1.3023709,4.6647177,12.749611,76.279915,24.41,18.94898,285.26035,78.8294,47.093056,62.645832,19.787779,57.19132,12.576852,4.3856764,16.116251,102.15548,42.35012,14.770404,32.93434,11.069445,17.305435,20.889072,1.771585,95.051216,16.94733,246.0925,10.036344,401.93332,21.64875,735.14667,197.38817,5.807693,12.131263,221.95782,303.45203,1158.4325,637.5189 +2023-11-29 03:00:00,0.0,3562.9497,75.905914,35.964287,83.41581,50.679688,333.16428,43.88505,87.07601,22.693808,53.504707,418.0954,95.49692,24.460249,185.19336,0.3918388,0.12216203,64.413246,0.30952743,10.908676,1053.6268,13.951165,1251.8073,135.95625,0.54406714,30.531685,639.66345,48.197113,415.5972,204.9034,4501.249,5.5242023,2701.2822,75.0751,1.678321,3.3290997,10.264006,250.84456,304.13107,111.192726,53.6875,40.03196,11.809645,865.7994,45.9685,42.819504,12.12326,472.67413,15.544375,534.82837,6.226602,42.037098,0.0,782.97766,2320.4521,0.27431792,185.57986,18.433922,14078.422,26.549355,0.788777,9.383631,23.964222,6.0620456,1.9145825,13.156548,322.00696,83.029755,10.0199995,0.65574884,2.0956147,113.442184,2.0394447,152.8575,274.10626,2093.8047,495.475,97.874245,164.86484,248.61597,9.964237,13.614056,127.74983,18.650896,25.724327,13.226535,20.551188,148.43542,16.333706,12.039611,49.271355,12.806294,3662.0,19.371906,21.8125,16.418875,10.753962,190.58928,39.538002,15.59375,6.6428213,8.255194,12.771323,57.637836,111.79935,29.790625,154.57901,20.414812,5.6536517,52.8224,38.748436,82.513054,88.129005,9.86275,3.1140625,4.9493747,19.767977,2589.1125,7.868133,3.2959375,54.565624,13.312005,140.9847,75.293755,118.93372,3.5766435,67.921875,450.09427,348.75827,32.41495,363.3423,44.96875,54.596233,74.46828,33.160927,5.645361,25.196995,503.45477,0.5695784,1.4420208,117.147896,23.144732,9.436307,13.175229,17.960478,164.24686,53.528126,160.5073,892.78546,261.30682,2235.4302,1863.5076,21.208437,29.37216,2266.6248,23.337471,45.59375,524.6439,79.84687,122.51719,56.736843,252.0,333.2871,467.7844,9.957142,76.36667,320.38782,463.86417,14.614639,121.13001,16.215626,1.6783592,52.36714,1.149486,1.3024616,4.664005,12.74375,76.082,24.392189,18.947916,285.02588,78.7552,47.04911,62.59375,19.767859,57.195312,12.5625,4.362292,16.109375,102.08052,42.322323,14.746688,32.960365,11.0625,17.277678,20.879166,1.7681494,94.978546,16.91867,245.91156,10.030261,401.5259,21.629274,735.56213,197.28088,5.793223,12.125871,221.64865,303.09656,1157.7513,637.95917 +2023-11-29 04:00:00,0.0,3560.2156,75.79876,35.895966,83.38291,50.657917,333.174,43.88073,87.057274,22.685658,53.499233,417.18524,95.51307,24.455355,185.08948,0.39025417,0.12043754,64.4358,0.30583605,10.924804,1053.8331,13.971762,1252.3807,135.98497,0.5448541,30.576893,640.0945,48.20641,415.9543,204.96979,4496.019,5.5320096,2701.2559,75.17612,1.680526,3.3336158,10.278609,250.78381,304.06427,111.31267,53.672222,40.031452,11.804938,864.8898,46.031586,42.783142,12.106694,472.67035,15.524922,535.02545,6.221733,41.999268,0.0,782.735,2318.5034,0.27367306,185.43051,18.416183,14064.3,26.536686,0.7885196,9.372672,23.941515,6.0601835,1.913935,13.147672,321.74225,82.9044,10.003305,0.6554811,2.094481,113.434586,2.0360816,152.76556,274.1372,2094.0923,495.1622,97.86469,164.90118,248.817,9.971096,13.622021,127.885475,18.673374,25.753107,13.213265,20.533365,148.49734,16.328705,12.02668,49.260815,12.807663,3662.326,19.364384,21.811111,16.416801,10.753015,190.60158,39.541172,15.586111,6.644307,8.248753,12.763922,57.620003,111.75234,29.788055,154.58371,20.409933,5.6403465,52.75427,38.714916,82.39168,88.144745,9.874377,3.1120834,4.948537,19.749588,2584.9702,7.8765655,3.2819433,54.54935,13.306375,140.95366,75.329445,118.936104,3.577138,67.89695,450.05084,348.80615,32.385212,363.21393,44.947224,54.58927,74.4341,33.181293,5.64927,25.2073,503.352,0.5696783,1.4429907,117.196304,23.162785,9.437218,13.179868,17.96232,164.31404,53.571667,160.51646,892.94464,261.07574,2234.783,1863.2003,21.191694,29.315405,2264.5002,23.346134,45.51574,524.5072,79.71794,122.362366,56.66784,251.53926,333.00858,467.79456,9.94819,76.29911,320.35498,463.55627,14.598452,121.00839,16.19139,1.6782895,52.369537,1.149461,1.3025522,4.663292,12.737888,75.884094,24.374378,18.946852,284.7914,78.681015,47.00516,62.541668,19.747938,57.199306,12.548148,4.3389077,16.1025,102.00557,42.294525,14.722972,32.98639,11.055555,17.24992,20.869259,1.7647136,94.90588,16.890013,245.73064,10.024178,401.11847,21.6098,735.9776,197.17358,5.778753,12.120479,221.33946,302.74112,1157.0702,638.39935 +2023-11-29 05:00:00,0.0,3557.4814,75.6916,35.82765,83.350006,50.636147,333.18375,43.876408,87.03854,22.677505,53.49376,416.27512,95.52922,24.45046,184.9856,0.38866955,0.11871305,64.45836,0.30214465,10.940931,1054.0394,13.992359,1252.9543,136.0137,0.5456411,30.622103,640.5255,48.215702,416.3114,205.03618,4490.789,5.539817,2701.2295,75.27713,1.682731,3.3381321,10.293213,250.72307,303.99747,111.4326,53.656944,40.030945,11.800231,863.9802,46.094673,42.746784,12.09013,472.66666,15.50547,535.22253,6.216864,41.96144,0.0,782.4923,2316.5547,0.2730282,185.28117,18.398443,14050.177,26.52402,0.78826225,9.361713,23.918808,6.058321,1.9132873,13.138797,321.4775,82.77905,9.986612,0.65521336,2.0933473,113.42698,2.0327184,152.67361,274.16818,2094.3801,494.84943,97.85515,164.93752,249.01804,9.977954,13.629987,128.02112,18.695852,25.781889,13.199997,20.515541,148.55928,16.323704,12.013749,49.25028,12.809031,3662.6519,19.35686,21.809723,16.414728,10.7520685,190.61389,39.544342,15.578472,6.6457925,8.242312,12.756519,57.602173,111.70534,29.785486,154.58842,20.405052,5.627041,52.686134,38.681393,82.2703,88.160484,9.886005,3.1101043,4.9476986,19.731197,2580.828,7.8849974,3.2679489,54.533077,13.300743,140.92262,75.36514,118.93848,3.5776322,67.87202,450.00742,348.854,32.355473,363.08557,44.925694,54.582306,74.39992,33.20166,5.653179,25.217606,503.2492,0.5697782,1.4439607,117.24471,23.180838,9.4381275,13.184506,17.964163,164.38121,53.615208,160.52563,893.1039,260.8447,2234.136,1862.893,21.174952,29.25865,2262.3755,23.354795,45.43773,524.3704,79.58901,122.207535,56.59883,251.07852,332.73,467.80472,9.939238,76.23156,320.32214,463.24835,14.582263,120.88677,16.167152,1.67822,52.371933,1.149436,1.3026428,4.6625795,12.732027,75.68618,24.35657,18.945787,284.55695,78.60683,46.961212,62.489582,19.728016,57.2033,12.533796,4.315523,16.095625,101.93062,42.266727,14.699255,33.012413,11.048611,17.222162,20.85935,1.761278,94.83321,16.861353,245.5497,10.018095,400.71103,21.590324,736.39307,197.06628,5.7642827,12.115087,221.03029,302.38565,1156.3892,638.8396 +2023-11-29 06:00:00,0.0,3554.7473,75.58444,35.75933,83.31711,50.614376,333.19348,43.87208,87.019806,22.669353,53.48828,415.36496,95.54538,24.445566,184.88173,0.38708496,0.11698856,64.48091,0.29845324,10.957059,1054.2456,14.012956,1253.5278,136.04242,0.5464281,30.667313,640.95654,48.225,416.66852,205.10257,4485.559,5.5476246,2701.2031,75.37814,1.6849359,3.3426485,10.307816,250.66232,303.93066,111.55254,53.641666,40.030434,11.795525,863.0706,46.157757,42.710423,12.0735655,472.66293,15.486017,535.4196,6.211995,41.92361,0.0,782.24963,2314.606,0.27238333,185.13182,18.380705,14036.055,26.51135,0.7880049,9.350754,23.896101,6.056459,1.9126397,13.129921,321.2128,82.6537,9.969918,0.6549457,2.0922136,113.41937,2.0293555,152.58167,274.19916,2094.6677,494.53665,97.8456,164.97385,249.21906,9.984813,13.637952,128.15677,18.718328,25.810669,13.186728,20.497719,148.62122,16.3187,12.000818,49.23974,12.810399,3662.9778,19.349337,21.808332,16.412657,10.751122,190.62619,39.547512,15.570833,6.647278,8.235871,12.749118,57.58434,111.65833,29.782915,154.59312,20.400171,5.6137357,52.618004,38.647873,82.148926,88.17622,9.897633,3.108125,4.946861,19.712807,2576.6853,7.8934298,3.2539544,54.516804,13.295113,140.89159,75.40083,118.94086,3.5781264,67.847084,449.96402,348.9019,32.325737,362.9572,44.904167,54.575344,74.36574,33.222027,5.6570883,25.22791,503.14645,0.5698781,1.4449306,117.29313,23.198893,9.439038,13.189144,17.966007,164.4484,53.65875,160.5348,893.26306,260.61365,2233.4888,1862.5857,21.158209,29.201895,2260.251,23.363459,45.359722,524.2337,79.46008,122.05271,56.529827,250.61777,332.45148,467.81488,9.930285,76.164,320.2893,462.94043,14.566074,120.76515,16.142918,1.6781504,52.37433,1.1494111,1.3027334,4.6618667,12.726167,75.488266,24.338758,18.944721,284.32248,78.53264,46.917263,62.4375,19.708096,57.20729,12.519444,4.292139,16.08875,101.85567,42.23893,14.675539,33.038437,11.041667,17.194403,20.849443,1.7578423,94.760544,16.832695,245.36876,10.0120125,400.3036,21.570848,736.80853,196.959,5.7498126,12.109695,220.72112,302.03018,1155.708,639.27985 +2023-11-29 07:00:00,0.0,3552.0132,75.47728,35.691013,83.28421,50.592606,333.20322,43.86776,87.00107,22.661203,53.482807,414.4548,95.56153,24.440672,184.77785,0.38550034,0.11526407,64.50347,0.29476184,10.9731865,1054.4519,14.033553,1254.1013,136.07114,0.54721504,30.712523,641.3876,48.234295,417.0256,205.16896,4480.329,5.555432,2701.1768,75.47915,1.687141,3.3471649,10.322418,250.60158,303.86386,111.67248,53.62639,40.029926,11.790817,862.161,46.220844,42.674065,12.057001,472.65918,15.466564,535.6167,6.207126,41.88578,0.0,782.00696,2312.657,0.2717385,184.98248,18.362967,14021.932,26.498684,0.7877475,9.339795,23.873396,6.054597,1.9119922,13.121045,320.94806,82.52835,9.953225,0.6546779,2.09108,113.411766,2.0259924,152.48973,274.23013,2094.9553,494.22388,97.836044,165.0102,249.42009,9.991672,13.645917,128.29242,18.740807,25.83945,13.173458,20.479895,148.68314,16.3137,11.987888,49.229202,12.811767,3663.3037,19.341814,21.806944,16.410583,10.750175,190.63849,39.550682,15.563194,6.648763,8.229431,12.741715,57.56651,111.61133,29.780346,154.59784,20.395292,5.6004305,52.54987,38.614353,82.02755,88.19197,9.909261,3.1061459,4.946023,19.694418,2572.543,7.901862,3.2399602,54.50053,13.289482,140.86055,75.43653,118.94323,3.578621,67.82216,449.9206,348.94974,32.295998,362.8289,44.882637,54.56838,74.33156,33.24239,5.660998,25.238214,503.04367,0.569978,1.4459004,117.34154,23.216946,9.439948,13.193783,17.96785,164.51558,53.70229,160.54398,893.42224,260.38257,2232.8416,1862.2784,21.141466,29.14514,2258.1265,23.37212,45.28171,524.097,79.331154,121.89789,56.46082,250.15703,332.1729,467.82504,9.921332,76.09644,320.2565,462.6325,14.549886,120.64354,16.118681,1.6780808,52.37672,1.1493862,1.3028241,4.661154,12.720305,75.29036,24.320948,18.943657,284.088,78.45844,46.873314,62.385418,19.688175,57.211285,12.505093,4.268755,16.081875,101.780716,42.211132,14.651823,33.06446,11.034722,17.166645,20.839537,1.7544067,94.68788,16.804035,245.18782,10.00593,399.89615,21.551373,737.224,196.8517,5.7353425,12.104303,220.41193,301.6747,1155.0269,639.7201 +2023-11-29 08:00:00,0.0,3549.2793,75.370125,35.622696,83.251305,50.570835,333.21298,43.863438,86.98234,22.653051,53.477333,413.54468,95.57768,24.435778,184.67397,0.38391572,0.113539584,64.526024,0.29107046,10.989315,1054.6582,14.054151,1254.6748,136.09985,0.54800206,30.757732,641.8186,48.243587,417.38272,205.23535,4475.0996,5.563239,2701.1504,75.58016,1.689346,3.351681,10.337023,250.54083,303.79706,111.79241,53.61111,40.02942,11.786111,861.25146,46.283928,42.637703,12.040437,472.65546,15.447112,535.8138,6.202257,41.847954,0.0,781.7643,2310.7083,0.27109364,184.83313,18.345228,14007.81,26.486015,0.7874901,9.328836,23.850689,6.052735,1.9113446,13.112169,320.68335,82.40299,9.936531,0.65441024,2.0899463,113.40417,2.0226293,152.39778,274.2611,2095.2432,493.9111,97.82649,165.04652,249.62112,9.998529,13.653883,128.42805,18.763285,25.86823,13.16019,20.462072,148.74507,16.308697,11.974957,49.218662,12.813135,3663.6296,19.33429,21.805555,16.40851,10.749229,190.65079,39.553852,15.555555,6.6502485,8.22299,12.734314,57.54868,111.56433,29.777777,154.60254,20.390411,5.587125,52.481735,38.58083,81.90617,88.20771,9.920889,3.1041667,4.9451847,19.676027,2568.4006,7.9102945,3.2259657,54.484257,13.283852,140.82951,75.47222,118.94561,3.5791152,67.797226,449.87717,348.99762,32.26626,362.70053,44.86111,54.561417,74.29738,33.262756,5.664907,25.248518,502.9409,0.5700779,1.4468703,117.389946,23.234999,9.440859,13.198421,17.969692,164.58276,53.745834,160.55313,893.5815,260.15152,2232.1943,1861.9712,21.124722,29.088385,2256.0017,23.380783,45.2037,523.9602,79.20222,121.74306,56.391815,249.69629,331.89438,467.8352,9.91238,76.02889,320.22366,462.3246,14.533697,120.52192,16.094444,1.6780113,52.379116,1.1493611,1.3029147,4.660441,12.714444,75.092445,24.303139,18.942593,283.85358,78.384254,46.82937,62.333332,19.668255,57.21528,12.490741,4.2453704,16.075,101.705765,42.183334,14.628106,33.090485,11.027778,17.138887,20.829628,1.750971,94.61521,16.775377,245.00688,9.999847,399.4887,21.531898,737.6395,196.7444,5.720873,12.098911,220.10275,301.31927,1154.3457,640.16034 +2023-11-29 09:00:00,0.0,3546.5452,75.26296,35.55438,83.21841,50.549065,333.22272,43.85911,86.9636,22.644901,53.471855,412.63452,95.593834,24.430883,184.57008,0.3823311,0.111815095,64.54858,0.28737906,11.005443,1054.8645,14.074747,1255.2484,136.12857,0.548789,30.802942,642.24963,48.252884,417.7398,205.30173,4469.8696,5.5710464,2701.124,75.681175,1.691551,3.3561974,10.351625,250.4801,303.73026,111.91235,53.595833,40.02891,11.781404,860.34186,46.347015,42.601345,12.023872,472.65176,15.427659,536.01086,6.1973886,41.810123,0.0,781.5216,2308.7595,0.27044877,184.68379,18.32749,13993.687,26.473349,0.78723276,9.317877,23.827982,6.050873,1.9106971,13.103293,320.4186,82.27764,9.919838,0.6541425,2.0888128,113.39656,2.0192661,152.30583,274.29208,2095.5308,493.59833,97.816956,165.08287,249.82214,10.005388,13.661848,128.5637,18.785763,25.897013,13.14692,20.444248,148.80699,16.303696,11.962027,49.208126,12.814503,3663.9556,19.326767,21.804167,16.406439,10.748283,190.66309,39.557026,15.547916,6.6517344,8.21655,12.726912,57.530846,111.51733,29.775208,154.60725,20.38553,5.5738196,52.413605,38.54731,81.7848,88.22345,9.932516,3.1021876,4.944347,19.657637,2564.2583,7.918727,3.2119713,54.467983,13.27822,140.79848,75.50792,118.94798,3.5796096,67.77229,449.83374,349.04547,32.23652,362.57217,44.839584,54.55445,74.2632,33.283123,5.668816,25.258823,502.8381,0.5701778,1.4478402,117.438354,23.253052,9.44177,13.203059,17.971535,164.64995,53.789375,160.5623,893.7407,259.92044,2231.547,1861.664,21.107979,29.03163,2253.8772,23.389444,45.125694,523.8235,79.07329,121.588234,56.322807,249.23555,331.6158,467.84537,9.903428,75.961334,320.19083,462.0167,14.5175085,120.4003,16.070208,1.6779417,52.38151,1.1493362,1.3030053,4.659728,12.708583,74.89454,24.285328,18.941528,283.6191,78.31007,46.78542,62.28125,19.648335,57.219273,12.476389,4.2219863,16.068125,101.63081,42.155537,14.60439,33.11651,11.020833,17.11113,20.819721,1.7475353,94.54254,16.746717,244.82594,9.993765,399.08127,21.512423,738.055,196.6371,5.706403,12.093519,219.79358,300.9638,1153.6646,640.6005 +2023-11-29 10:00:00,0.0,3543.811,75.15581,35.48606,83.18551,50.527294,333.23245,43.85479,86.94487,22.63675,53.46638,411.7244,95.609985,24.42599,184.4662,0.38074648,0.110090606,64.57114,0.28368765,11.02157,1055.0708,14.095345,1255.8219,136.15729,0.54957604,30.848152,642.68066,48.262177,418.0969,205.36812,4464.6396,5.5788536,2701.0977,75.78219,1.693756,3.3607137,10.366228,250.41936,303.66345,112.03229,53.580555,40.0284,11.776697,859.4323,46.4101,42.564983,12.007308,472.648,15.408206,536.20795,6.1925197,41.772297,0.0,781.27893,2306.8105,0.2698039,184.53445,18.309752,13979.564,26.46068,0.7869754,9.306918,23.805275,6.0490103,1.9100494,13.094419,320.1539,82.15229,9.903144,0.65387475,2.0876791,113.388954,2.015903,152.21388,274.32306,2095.8184,493.28555,97.8074,165.1192,250.02318,10.012247,13.669813,128.69936,18.80824,25.925793,13.133651,20.426426,148.86893,16.298695,11.949097,49.197586,12.815871,3664.2815,19.319244,21.802778,16.404366,10.747336,190.6754,39.560196,15.5402775,6.6532197,8.210109,12.71951,57.513016,111.47032,29.772638,154.61195,20.38065,5.560514,52.34547,38.51379,81.663414,88.23919,9.944144,3.1002085,4.943509,19.639248,2560.116,7.927159,3.197977,54.451714,13.27259,140.76744,75.54361,118.95036,3.5801039,67.74736,449.7903,349.09335,32.206783,362.44382,44.818054,54.54749,74.22902,33.30349,5.672725,25.269127,502.73532,0.5702777,1.4488101,117.48676,23.271107,9.442679,13.207697,17.973377,164.71713,53.832916,160.57147,893.8999,259.6894,2230.9001,1861.3566,21.091236,28.974874,2251.7527,23.398108,45.047684,523.68677,78.94436,121.4334,56.253803,248.77481,331.33725,467.85553,9.894476,75.893776,320.158,461.70877,14.50132,120.27868,16.045973,1.6778721,52.383907,1.1493112,1.303096,4.659015,12.702722,74.696625,24.267517,18.940462,283.38464,78.23588,46.74147,62.229168,19.628414,57.223263,12.462037,4.198602,16.06125,101.55586,42.12774,14.580674,33.142532,11.013889,17.083372,20.809814,1.7440996,94.46987,16.71806,244.64502,9.987682,398.67383,21.492947,738.47046,196.52982,5.6919327,12.088128,219.4844,300.60834,1152.9834,641.0408 +2023-11-29 11:00:00,0.0,3541.077,75.048645,35.417744,83.15261,50.50552,333.2422,43.850468,86.92613,22.628597,53.460907,410.81424,95.62614,24.421095,184.36232,0.3791619,0.10836612,64.59369,0.27999628,11.037698,1055.277,14.115942,1256.3954,136.186,0.550363,30.893362,643.1117,48.271473,418.454,205.43451,4459.4097,5.5866613,2701.0715,75.883194,1.6959609,3.36523,10.380832,250.35861,303.59665,112.15223,53.565277,40.027893,11.77199,858.5227,46.473186,42.528625,11.990744,472.6443,15.388753,536.405,6.1876507,41.734467,0.0,781.03625,2304.8618,0.26915905,184.3851,18.292013,13965.441,26.448013,0.786718,9.295959,23.782566,6.047148,1.9094019,13.085543,319.8892,82.02694,9.886451,0.6536071,2.0865455,113.381355,2.0125399,152.12195,274.35403,2096.106,492.97278,97.79785,165.15553,250.2242,10.019106,13.677779,128.835,18.830719,25.954575,13.120381,20.408604,148.93086,16.293692,11.936166,49.18705,12.817239,3664.6074,19.31172,21.80139,16.402292,10.74639,190.6877,39.563366,15.532639,6.654705,8.203669,12.712108,57.495182,111.42332,29.77007,154.61667,20.37577,5.547209,52.27734,38.48027,81.54204,88.25493,9.955771,3.0982292,4.942671,19.620857,2555.9734,7.935591,3.1839826,54.43544,13.266959,140.7364,75.57931,118.952736,3.580598,67.722435,449.7469,349.1412,32.177044,362.31546,44.796528,54.540524,74.19484,33.323856,5.676635,25.279432,502.63254,0.57037765,1.4497801,117.53517,23.28916,9.44359,13.212336,17.97522,164.78432,53.876457,160.58064,894.0591,259.45834,2230.253,1861.0493,21.074493,28.91812,2249.628,23.406769,44.969673,523.55,78.81543,121.27858,56.184795,248.31407,331.05872,467.8657,9.885523,75.826225,320.12515,461.40085,14.485131,120.15706,16.021736,1.6778024,52.386303,1.1492863,1.3031867,4.6583023,12.69686,74.49871,24.249708,18.939398,283.15018,78.16169,46.69752,62.177082,19.608494,57.227257,12.447685,4.1752176,16.054375,101.48091,42.09994,14.556957,33.168556,11.006945,17.055614,20.799906,1.740664,94.39721,16.6894,244.46408,9.9816,398.2664,21.47347,738.8859,196.42252,5.6774626,12.082736,219.17522,300.25287,1152.3022,641.481 +2023-11-29 12:00:00,0.0,3538.3428,74.94149,35.349426,83.119705,50.48375,333.25192,43.84614,86.907394,22.620447,53.45543,409.9041,95.64229,24.416199,184.25844,0.37757728,0.10664163,64.61625,0.27630487,11.053825,1055.4833,14.1365385,1256.969,136.21472,0.55115,30.938572,643.5427,48.28077,418.8111,205.5009,4454.1797,5.5944686,2701.0452,75.98421,1.6981659,3.3697464,10.395435,250.29787,303.52985,112.27216,53.55,40.027386,11.767283,857.61316,46.53627,42.492264,11.974178,472.64056,15.369301,536.6021,6.1827817,41.69664,0.0,780.7936,2302.913,0.2685142,184.23576,18.274275,13951.319,26.435345,0.78646064,9.285,23.759861,6.045286,1.9087543,13.076667,319.62445,81.90158,9.869757,0.6533393,2.0854118,113.37375,2.0091767,152.03,274.385,2096.3938,492.66,97.7883,165.19188,250.42523,10.025964,13.685744,128.97064,18.853197,25.983355,13.107113,20.39078,148.99278,16.28869,11.923235,49.176514,12.818607,3664.9333,19.304197,21.8,16.400219,10.745444,190.7,39.566536,15.525,6.6561904,8.1972275,12.704706,57.477352,111.37632,29.7675,154.62137,20.37089,5.533903,52.209206,38.446747,81.42066,88.27067,9.9674,3.09625,4.941833,19.602467,2551.831,7.9440236,3.1699882,54.419167,13.261329,140.70537,75.615,118.95512,3.5810926,67.6975,449.7035,349.1891,32.147305,362.18713,44.775,54.533558,74.16066,33.344223,5.680544,25.289738,502.5298,0.57047755,1.45075,117.58358,23.307213,9.4445,13.216974,17.977062,164.8515,53.92,160.58981,894.21826,259.22726,2229.6057,1860.7421,21.05775,28.861364,2247.5034,23.415432,44.891666,523.41327,78.6865,121.12375,56.11579,247.85333,330.78015,467.87585,9.876571,75.75867,320.09232,461.09293,14.468943,120.03544,15.9975,1.677733,52.388695,1.1492614,1.3032773,4.6575894,12.691,74.300804,24.231897,18.938334,282.9157,78.087494,46.653572,62.125,19.588572,57.23125,12.433333,4.1518335,16.0475,101.40596,42.072144,14.533241,33.19458,11.0,17.027857,20.789999,1.7372283,94.32454,16.660742,244.28314,9.975517,397.85895,21.453997,739.3014,196.31522,5.6629925,12.077344,218.86604,299.8974,1151.6211,641.92126 +2023-11-29 13:00:00,0.0,3535.6086,74.83433,35.28111,83.08681,50.46198,333.2617,43.84182,86.888664,22.612295,53.449955,408.99396,95.65844,24.411304,184.15456,0.37599266,0.10491714,64.6388,0.27261347,11.069953,1055.6896,14.157136,1257.5425,136.24344,0.551937,30.983782,643.97375,48.290062,419.1682,205.56729,4448.9497,5.602276,2701.0188,76.08522,1.7003709,3.3742626,10.410038,250.23712,303.46307,112.3921,53.53472,40.02688,11.762577,856.70355,46.599358,42.455906,11.957614,472.63684,15.349848,536.7992,6.1779127,41.65881,0.0,780.5509,2300.964,0.26786932,184.08641,18.256535,13937.196,26.422678,0.78620327,9.274041,23.737154,6.043424,1.9081068,13.067791,319.35974,81.77623,9.853064,0.65307164,2.084278,113.36614,2.0058136,151.93805,274.416,2096.6814,492.34723,97.778755,165.22821,250.62627,10.032823,13.693709,129.1063,18.875675,26.012135,13.093843,20.372955,149.05472,16.283688,11.910304,49.165974,12.819975,3665.2593,19.296673,21.79861,16.398148,10.744497,190.7123,39.569706,15.517361,6.657676,8.190787,12.697304,57.45952,111.329315,29.76493,154.62607,20.366009,5.520598,52.141075,38.413227,81.299286,88.286415,9.979028,3.094271,4.940995,19.584078,2547.6887,7.952456,3.155994,54.402893,13.255697,140.67433,75.650696,118.95749,3.5815868,67.67257,449.66006,349.23694,32.11757,362.05878,44.75347,54.526596,74.12648,33.36459,5.684453,25.300041,502.427,0.57057744,1.4517199,117.63199,23.325268,9.445411,13.221612,17.978907,164.91867,53.96354,160.59898,894.3775,258.99622,2228.9585,1860.4348,21.041006,28.80461,2245.379,23.424095,44.813656,523.27655,78.55757,120.968925,56.046783,247.3926,330.50162,467.88602,9.867619,75.69111,320.05948,460.78503,14.452754,119.91382,15.973264,1.6776633,52.39109,1.1492363,1.303368,4.6568766,12.685139,74.10289,24.214087,18.937267,282.68124,78.013306,46.609623,62.072918,19.568651,57.235245,12.418982,4.1284494,16.040625,101.33101,42.044346,14.509525,33.220604,10.993055,17.000097,20.780092,1.7337925,94.25187,16.632082,244.1022,9.969435,397.4515,21.43452,739.71686,196.20793,5.6485224,12.071952,218.55687,299.54196,1150.9401,642.36145 +2023-11-29 14:00:00,0.0,3532.8745,74.72717,35.21279,83.05391,50.44021,333.27142,43.837498,86.86993,22.604143,53.44448,408.0838,95.6746,24.40641,184.05067,0.37440807,0.10319264,64.661354,0.2689221,11.086081,1055.8959,14.177732,1258.116,136.27216,0.55272394,31.028992,644.4048,48.29936,419.5253,205.63368,4443.7197,5.610083,2700.9924,76.18623,1.7025759,3.378779,10.424642,250.17638,303.39627,112.51204,53.519444,40.02637,11.75787,855.79395,46.66244,42.419544,11.94105,472.63312,15.330395,536.9963,6.1730437,41.62098,0.0,780.3082,2299.0154,0.26722446,183.93707,18.238796,13923.074,26.41001,0.7859459,9.2630825,23.714447,6.041562,1.9074591,13.058915,319.095,81.65088,9.8363695,0.6528039,2.0831444,113.35854,2.0024505,151.84612,274.44693,2096.969,492.03442,97.7692,165.26454,250.82729,10.039681,13.701675,129.24194,18.898153,26.040916,13.080574,20.355133,149.11664,16.278687,11.897374,49.155437,12.821343,3665.5852,19.28915,21.797222,16.396074,10.743551,190.7246,39.572876,15.509722,6.6591616,8.184346,12.689902,57.44169,111.28231,29.76236,154.63078,20.36113,5.5072927,52.07294,38.379707,81.17791,88.302155,9.990655,3.0922918,4.940157,19.565687,2543.5464,7.9608884,3.1419995,54.38662,13.250067,140.64331,75.68639,118.95987,3.5820813,67.647644,449.61664,349.2848,32.08783,361.93042,44.731945,54.51963,74.0923,33.384956,5.688362,25.310347,502.32422,0.57067734,1.4526898,117.6804,23.34332,9.446321,13.226251,17.98075,164.98586,54.007084,160.60815,894.53674,258.76514,2228.3113,1860.1274,21.024263,28.747854,2243.2544,23.432756,44.735645,523.1398,78.428635,120.8141,55.97778,246.93185,330.22305,467.89618,9.858666,75.62356,320.02664,460.4771,14.436565,119.7922,15.949028,1.6775937,52.393486,1.1492114,1.3034586,4.6561637,12.679277,73.90498,24.196278,18.936203,282.44678,77.93912,46.565678,62.020832,19.54873,57.239235,12.40463,4.105065,16.03375,101.25605,42.01655,14.485808,33.246624,10.986111,16.97234,20.770184,1.7303569,94.17921,16.603422,243.92126,9.963351,397.04407,21.415045,740.1323,196.10063,5.6340523,12.06656,218.2477,299.1865,1150.2589,642.8017 +2023-11-29 15:00:00,0.0,3530.1404,74.62001,35.144474,83.021,50.418438,333.28116,43.83317,86.8512,22.595993,53.439003,407.17368,95.69075,24.401516,183.9468,0.37282345,0.10146815,64.683914,0.2652307,11.102208,1056.1022,14.19833,1258.6895,136.30087,0.55351096,31.074202,644.8358,48.30865,419.8824,205.70007,4438.4897,5.6178904,2700.966,76.28724,1.7047808,3.3832953,10.439245,250.11563,303.32947,112.63197,53.504166,40.02586,11.753163,854.8844,46.72553,42.383186,11.924485,472.6294,15.310943,537.1933,6.1681747,41.583153,0.0,780.06555,2297.0667,0.2665796,183.78773,18.221058,13908.951,26.397343,0.7856885,9.252123,23.69174,6.0397,1.9068116,13.05004,318.8303,81.52553,9.819676,0.65253615,2.0820107,113.35094,1.9990873,151.75417,274.4779,2097.2568,491.72165,97.75966,165.30089,251.02832,10.046539,13.7096405,129.37758,18.920631,26.069696,13.067306,20.33731,149.17857,16.273685,11.884443,49.144897,12.822711,3665.9111,19.281628,21.795834,16.394001,10.742605,190.73691,39.57605,15.502084,6.660647,8.177906,12.6825,57.42386,111.235306,29.75979,154.63548,20.356249,5.493987,52.00481,38.346184,81.05653,88.317894,10.002283,3.0903125,4.939319,19.547297,2539.404,7.9693203,3.128005,54.370346,13.244436,140.61227,75.722084,118.96224,3.5825756,67.62271,449.5732,349.33267,32.05809,361.80206,44.710415,54.51267,74.05812,33.405323,5.6922717,25.32065,502.22144,0.57077724,1.4536597,117.728806,23.361374,9.447231,13.230888,17.982592,165.05304,54.050625,160.61732,894.6959,258.5341,2227.6643,1859.8202,21.00752,28.6911,2241.1296,23.44142,44.65764,523.00305,78.299706,120.65927,55.90877,246.4711,329.94452,467.90634,9.849713,75.556,319.9938,460.1692,14.420377,119.67058,15.924791,1.6775242,52.39588,1.1491865,1.3035492,4.655451,12.673416,73.70707,24.178467,18.935139,282.2123,77.86493,46.52173,61.96875,19.52881,57.24323,12.390278,4.081681,16.026875,101.1811,41.98875,14.462092,33.272648,10.979167,16.944582,20.760277,1.7269212,94.10654,16.574764,243.74033,9.957269,396.63663,21.395569,740.5478,195.99333,5.619582,12.061169,217.9385,298.83102,1149.5778,643.24194 +2023-11-29 16:00:00,0.0,3527.4062,74.512856,35.076157,82.988106,50.396667,333.2909,43.82885,86.83246,22.587841,53.43353,406.26352,95.7069,24.396622,183.84293,0.37123883,0.099743664,64.70647,0.26153928,11.118336,1056.3083,14.218927,1259.2631,136.32959,0.5542979,31.119411,645.26685,48.317947,420.2395,205.76645,4433.26,5.625698,2700.9397,76.38825,1.7069858,3.3878117,10.453848,250.0549,303.26266,112.751915,53.488888,40.025352,11.748456,853.9748,46.788616,42.346825,11.907921,472.62567,15.29149,537.3904,6.1633058,41.545322,0.0,779.8229,2295.1177,0.26593474,183.63838,18.20332,13894.829,26.384676,0.78543115,9.241164,23.669035,6.0378375,1.906164,13.041164,318.56555,81.40017,9.802982,0.65226847,2.0808773,113.34333,1.9957242,151.66222,274.50888,2097.5444,491.40887,97.75011,165.33722,251.22934,10.053398,13.717607,129.51323,18.94311,26.098478,13.054036,20.319487,149.2405,16.268682,11.871512,49.13436,12.8240795,3666.237,19.274103,21.794445,16.391928,10.741658,190.7492,39.57922,15.494445,6.6621323,8.171465,12.675098,57.406025,111.18831,29.757221,154.6402,20.351368,5.480682,51.936676,38.312664,80.93516,88.33363,10.013911,3.0883334,4.9384813,19.528908,2535.2617,7.9777527,3.1140108,54.354073,13.238805,140.58124,75.75778,118.96462,3.58307,67.59778,449.5298,349.38052,32.028355,361.6737,44.68889,54.505703,74.02394,33.425686,5.696181,25.330956,502.11865,0.57087713,1.4546295,117.777214,23.379427,9.448142,13.235527,17.984434,165.12022,54.094166,160.6265,894.8551,258.30304,2227.017,1859.513,20.990778,28.634344,2239.0051,23.45008,44.579628,522.8663,78.17078,120.50445,55.839767,246.01036,329.66595,467.9165,9.840761,75.48845,319.96097,459.86127,14.404188,119.54896,15.900556,1.6774546,52.398273,1.1491615,1.3036399,4.654738,12.667555,73.509155,24.160658,18.934074,281.97784,77.79074,46.47778,61.916668,19.50889,57.247223,12.375926,4.0582967,16.02,101.10615,41.960953,14.438376,33.29867,10.972222,16.916824,20.75037,1.7234856,94.03387,16.546104,243.5594,9.951186,396.22922,21.376095,740.96326,195.88605,5.605112,12.055777,217.62933,298.47556,1148.8966,643.6822 +2023-11-29 17:00:00,0.0,3524.6724,74.40569,35.00784,82.95521,50.374897,333.30063,43.824528,86.81372,22.57969,53.428055,405.3534,95.72305,24.391727,183.73904,0.3696542,0.098019175,64.72903,0.2578479,11.134463,1056.5146,14.239524,1259.8365,136.35832,0.55508494,31.164621,645.6979,48.327244,420.5966,205.83284,4428.03,5.6335053,2700.9133,76.489265,1.7091908,3.3923278,10.468451,249.99416,303.19586,112.87185,53.47361,40.024845,11.74375,853.06525,46.8517,42.310467,11.891356,472.62195,15.272037,537.58746,6.158437,41.507496,0.0,779.5802,2293.169,0.26528987,183.48904,18.185581,13880.706,26.372007,0.7851738,9.230206,23.646328,6.0359755,1.9055165,13.032289,318.30084,81.27482,9.786289,0.6520007,2.0797436,113.33573,1.9923611,151.57028,274.53986,2097.832,491.0961,97.74056,165.37357,251.43037,10.060257,13.725572,129.64888,18.965588,26.127258,13.040767,20.301664,149.30243,16.263681,11.858582,49.12382,12.825447,3666.563,19.26658,21.793056,16.389856,10.740712,190.7615,39.58239,15.486806,6.6636176,8.165025,12.667696,57.388195,111.141304,29.754652,154.6449,20.346489,5.467376,51.86854,38.279144,80.81378,88.34937,10.025538,3.0863543,4.937643,19.510517,2531.1191,7.986185,3.1000164,54.3378,13.233174,140.5502,75.79347,118.966995,3.5835643,67.57285,449.4864,349.4284,31.998615,361.54538,44.667362,54.49874,73.98976,33.446053,5.70009,25.341259,502.01587,0.57097703,1.4555995,117.82562,23.397482,9.449052,13.240165,17.986277,165.18741,54.137707,160.63567,895.0143,258.07196,2226.3699,1859.2057,20.974035,28.577589,2236.8806,23.458744,44.501617,522.72955,78.04185,120.34962,55.770763,245.54962,329.3874,467.92667,9.831809,75.42089,319.92813,459.55334,14.388,119.427345,15.87632,1.677385,52.40067,1.1491365,1.3037305,4.6540256,12.661694,73.31125,24.142847,18.933008,281.74338,77.716545,46.43383,61.864582,19.48897,57.251217,12.361574,4.034912,16.013124,101.0312,41.933155,14.4146595,33.324696,10.965278,16.889067,20.740461,1.7200499,93.961205,16.517447,243.37846,9.945104,395.82178,21.356619,741.3788,195.77875,5.5906425,12.0503845,217.32016,298.1201,1148.2155,644.12244 +2023-11-29 18:00:00,0.0,3521.9382,74.29854,34.93952,82.9223,50.353127,333.31036,43.8202,86.79499,22.571539,53.422577,404.44324,95.739204,24.386833,183.63516,0.3680696,0.096294686,64.75158,0.2541565,11.150591,1056.721,14.260121,1260.41,136.38704,0.5558719,31.209831,646.1289,48.336536,420.9537,205.89923,4422.8,5.6413126,2700.887,76.59028,1.7113959,3.3968441,10.483054,249.93341,303.12906,112.99178,53.458332,40.024338,11.739042,852.15564,46.914787,42.274105,11.874792,472.61823,15.2525835,537.78455,6.153568,41.469666,0.0,779.3375,2291.2202,0.264645,183.33969,18.167843,13866.584,26.35934,0.7849164,9.219246,23.62362,6.0341134,1.904869,13.023413,318.03613,81.14947,9.769595,0.65173304,2.07861,113.328125,1.9889979,151.47833,274.57083,2098.1199,490.78333,97.73101,165.4099,251.63141,10.067115,13.733537,129.78453,18.988064,26.15604,13.027497,20.28384,149.36436,16.25868,11.845652,49.113285,12.826816,3666.889,19.259056,21.791666,16.387783,10.739766,190.7738,39.58556,15.479167,6.6651034,8.158584,12.660295,57.37036,111.0943,29.752083,154.64961,20.341608,5.454071,51.80041,38.245625,80.692406,88.36511,10.037167,3.0843751,4.9368052,19.492126,2526.9768,7.9946175,3.086022,54.321526,13.227544,140.51917,75.82917,118.969376,3.5840585,67.54792,449.44296,349.47626,31.968876,361.41702,44.645832,54.491776,73.95558,33.46642,5.703999,25.351564,501.91312,0.5710769,1.4565694,117.87403,23.415535,9.449963,13.244803,17.98812,165.2546,54.181248,160.64484,895.1735,257.8409,2225.7227,1858.8984,20.957293,28.520834,2234.7559,23.467405,44.42361,522.59283,77.91292,120.19479,55.701756,245.08888,329.10886,467.93683,9.822857,75.35333,319.8953,459.24545,14.371811,119.305725,15.852083,1.6773154,52.403065,1.1491115,1.3038211,4.6533127,12.655833,73.113335,24.125036,18.931944,281.5089,77.64236,46.38988,61.8125,19.469048,57.255207,12.347222,4.011528,16.00625,100.956245,41.905357,14.390944,33.35072,10.958333,16.86131,20.730555,1.7166142,93.888535,16.488787,243.19753,9.939021,395.41434,21.337143,741.79425,195.67145,5.5761724,12.044992,217.01099,297.76465,1147.5343,644.5626 +2023-11-29 19:00:00,0.0,3519.204,74.19138,34.871204,82.889404,50.331356,333.32013,43.81588,86.77625,22.563387,53.417103,403.5331,95.755356,24.381939,183.53128,0.366485,0.0945702,64.77413,0.2504651,11.1667185,1056.9272,14.280718,1260.9836,136.41576,0.5566589,31.255041,646.55994,48.345833,421.3108,205.96562,4417.57,5.64912,2700.8606,76.691284,1.7136009,3.4013605,10.497658,249.87267,303.06226,113.111725,53.443054,40.023827,11.734336,851.2461,46.97787,42.237747,11.858228,472.61447,15.233131,537.9816,6.148699,41.43184,0.0,779.09485,2289.2712,0.26400015,183.19035,18.150105,13852.462,26.346672,0.784659,9.208287,23.600914,6.0322514,1.9042213,13.014537,317.7714,81.02412,9.752902,0.6514653,2.0774763,113.32052,1.9856348,151.38638,274.6018,2098.4075,490.47055,97.72146,165.44623,251.83243,10.073974,13.741503,129.92017,19.010542,26.18482,13.014229,20.266018,149.42628,16.253677,11.832721,49.102745,12.828183,3667.2148,19.251534,21.790277,16.38571,10.738819,190.7861,39.58873,15.471528,6.666589,8.1521435,12.652892,57.35253,111.047295,29.749514,154.65431,20.336727,5.4407654,51.732277,38.2121,80.57103,88.38085,10.048794,3.082396,4.9359674,19.473736,2522.8345,8.00305,3.0720277,54.305252,13.221913,140.48813,75.86486,118.97175,3.584553,67.52299,449.39954,349.52414,31.939138,361.28867,44.624306,54.484814,73.9214,33.486786,5.707908,25.36187,501.81033,0.5711769,1.4575393,117.92244,23.433588,9.450872,13.249441,17.989964,165.32178,54.224792,160.654,895.33276,257.60983,2225.0754,1858.5911,20.940548,28.464079,2232.6313,23.476068,44.3456,522.45605,77.78398,120.03997,55.63275,244.62814,328.8303,467.947,9.813904,75.28578,319.8625,458.93753,14.355622,119.184105,15.8278475,1.6772459,52.40546,1.1490866,1.3039118,4.6526,12.649972,72.91543,24.107227,18.93088,281.27444,77.56817,46.345936,61.760418,19.449127,57.2592,12.3328705,3.9881437,15.999375,100.881294,41.87756,14.367228,33.376743,10.951389,16.83355,20.720648,1.7131785,93.815865,16.460129,243.01659,9.932939,395.0069,21.317667,742.2097,195.56415,5.5617023,12.039601,216.7018,297.40918,1146.8531,645.00287 +2023-11-29 20:00:00,0.0,3516.47,74.08422,34.802887,82.85651,50.309586,333.32986,43.811558,86.75752,22.555237,53.41163,402.62296,95.77151,24.377045,183.4274,0.36490038,0.09284571,64.79669,0.2467737,11.182846,1057.1335,14.301315,1261.5571,136.44447,0.5574459,31.300251,646.99097,48.355125,421.66788,206.03201,4412.34,5.656927,2700.8342,76.7923,1.7158058,3.4058769,10.512261,249.81192,302.99545,113.23166,53.427776,40.02332,11.729629,850.3365,47.04096,42.201385,11.841662,472.61078,15.213678,538.1787,6.14383,41.39401,0.0,778.8522,2287.3225,0.26335528,183.04102,18.132366,13838.339,26.334005,0.78440166,9.197328,23.578205,6.0303893,1.9035738,13.005662,317.50668,80.898766,9.736208,0.6511976,2.0763426,113.31291,1.9822717,151.29445,274.63278,2098.695,490.15778,97.711914,165.48257,252.03346,10.0808325,13.749468,130.05582,19.03302,26.213602,13.000959,20.248196,149.48822,16.248676,11.81979,49.09221,12.829552,3667.5408,19.24401,21.788889,16.383636,10.737873,190.79842,39.5919,15.463889,6.668074,8.145702,12.645491,57.3347,111.0003,29.746944,154.65903,20.331848,5.42746,51.664146,38.17858,80.44965,88.3966,10.060422,3.0804167,4.935129,19.455347,2518.6921,8.011482,3.0580332,54.28898,13.216282,140.45709,75.90056,118.97413,3.5850472,67.49806,449.3561,349.572,31.909399,361.1603,44.60278,54.477848,73.88722,33.507153,5.7118177,25.372173,501.70755,0.5712768,1.4585092,117.97085,23.451641,9.451783,13.25408,17.991806,165.38896,54.268333,160.66316,895.49194,257.37878,2224.4285,1858.2838,20.923805,28.407324,2230.5068,23.48473,44.26759,522.31934,77.65505,119.88514,55.563744,244.1674,328.55176,467.95715,9.804952,75.21822,319.82965,458.6296,14.339434,119.062485,15.803611,1.6771762,52.407856,1.1490617,1.3040024,4.651887,12.644111,72.717514,24.089417,18.929815,281.03998,77.49398,46.301987,61.708332,19.429207,57.263195,12.318519,3.9647593,15.9925,100.80634,41.849762,14.343511,33.402767,10.944445,16.805792,20.71074,1.7097429,93.743195,16.431469,242.83565,9.926856,394.59946,21.298193,742.6252,195.45686,5.547232,12.034209,216.39262,297.0537,1146.172,645.4431 +2023-11-29 21:00:00,0.0,3513.7358,73.977066,34.73457,82.8236,50.287815,333.3396,43.807236,86.738785,22.547085,53.40615,401.7128,95.78766,24.37215,183.32352,0.36331576,0.09112122,64.819244,0.24308231,11.198974,1057.3397,14.321913,1262.1306,136.47319,0.55823284,31.34546,647.422,48.36442,422.025,206.0984,4407.11,5.664735,2700.8079,76.89331,1.7180108,3.410393,10.526865,249.75117,302.92865,113.35159,53.4125,40.02281,11.724922,849.4269,47.104042,42.165028,11.825098,472.60706,15.194225,538.3758,6.138961,41.35618,0.0,778.6095,2285.3738,0.26271042,182.89166,18.114626,13824.217,26.321337,0.7841443,9.186369,23.5555,6.0285273,1.9029262,12.996786,317.24194,80.77341,9.719515,0.65092987,2.075209,113.30531,1.9789085,151.2025,274.66376,2098.983,489.845,97.70236,165.5189,252.23448,10.08769,13.757433,130.19147,19.055498,26.242382,12.98769,20.230371,149.55014,16.243673,11.80686,49.08167,12.830919,3667.8667,19.236486,21.7875,16.381565,10.736927,190.81071,39.595074,15.45625,6.6695595,8.139261,12.638088,57.316868,110.95329,29.744373,154.66373,20.326967,5.414155,51.596012,38.14506,80.32828,88.41234,10.07205,3.0784376,4.9342914,19.436956,2514.5498,8.019915,3.0440388,54.27271,13.210651,140.42606,75.93625,118.9765,3.5855417,67.47313,449.31268,349.61987,31.879662,361.03195,44.58125,54.470886,73.85304,33.52752,5.715727,25.382479,501.60477,0.5713767,1.4594791,118.01926,23.469696,9.452693,13.2587185,17.993649,165.45613,54.311874,160.67233,895.6511,257.14774,2223.7812,1857.9766,20.907063,28.350569,2228.382,23.493393,44.189583,522.1826,77.52612,119.730316,55.49474,243.70667,328.2732,467.96732,9.796,75.150665,319.7968,458.3217,14.323246,118.940865,15.779375,1.6771066,52.410248,1.1490366,1.304093,4.651174,12.638249,72.5196,24.071606,18.92875,280.8055,77.41979,46.258038,61.65625,19.409286,57.26719,12.304167,3.9413753,15.985625,100.73139,41.821964,14.319795,33.42879,10.9375,16.778034,20.700832,1.7063072,93.67053,16.402811,242.65471,9.9207735,394.19202,21.278717,743.04065,195.34956,5.532762,12.028817,216.08345,296.69824,1145.491,645.88336 +2023-11-29 22:00:00,0.0,3511.0017,73.8699,34.666252,82.7907,50.26604,333.34933,43.80291,86.72005,22.538935,53.400677,400.80267,95.80382,24.367256,183.21964,0.36173117,0.08939673,64.841805,0.23939091,11.215101,1057.546,14.342509,1262.7041,136.5019,0.55901986,31.390669,647.853,48.37372,422.38208,206.1648,4401.88,5.672542,2700.7817,76.99432,1.7202158,3.4149094,10.541468,249.69043,302.86185,113.471535,53.39722,40.022305,11.720215,848.51733,47.16713,42.128666,11.808534,472.60327,15.174773,538.5729,6.134092,41.31835,0.0,778.3668,2283.4248,0.26206556,182.74232,18.096888,13810.094,26.30867,0.7838869,9.17541,23.532793,6.0266647,1.9022787,12.98791,316.97723,80.648056,9.702821,0.6506621,2.0740752,113.29771,1.9755455,151.11055,274.69473,2099.2705,489.53223,97.69282,165.55524,252.43552,10.094549,13.765399,130.3271,19.077976,26.271162,12.9744215,20.212547,149.61208,16.238672,11.793929,49.071133,12.832288,3668.1926,19.228964,21.786112,16.379492,10.73598,190.82301,39.598244,15.448611,6.671045,8.132821,12.630686,57.299038,110.90629,29.741804,154.66843,20.322086,5.4008493,51.52788,38.111538,80.2069,88.42808,10.083677,3.0764585,4.9334536,19.418566,2510.4075,8.028347,3.0300446,54.256435,13.205021,140.39502,75.97195,118.97888,3.586036,67.4482,449.26926,349.66772,31.849924,360.90363,44.559723,54.46392,73.81886,33.547886,5.719636,25.392782,501.50198,0.5714766,1.4604491,118.067665,23.48775,9.453604,13.263356,17.995491,165.52332,54.355415,160.6815,895.8103,256.91666,2223.134,1857.6693,20.89032,28.293814,2226.2576,23.502056,44.111572,522.04584,77.397194,119.575485,55.42573,243.24593,327.99466,467.97748,9.787047,75.083115,319.76398,458.01376,14.307057,118.819244,15.755139,1.6770371,52.412643,1.1490117,1.3041837,4.650461,12.632388,72.32169,24.053797,18.927685,280.57104,77.3456,46.21409,61.604168,19.389366,57.27118,12.289815,3.917991,15.97875,100.65644,41.794167,14.296079,33.454815,10.930555,16.750277,20.690926,1.7028716,93.59786,16.374151,242.47379,9.914691,393.78458,21.259241,743.4561,195.24226,5.518292,12.023425,215.77428,296.3428,1144.8098,646.3236 +2023-11-29 23:00:00,0.0,3508.2676,73.76275,34.597935,82.757805,50.24427,333.35907,43.798588,86.70132,22.530783,53.395203,399.89252,95.81997,24.36236,183.11575,0.36014655,0.08767224,64.86436,0.23569952,11.231229,1057.7523,14.363107,1263.2777,136.53062,0.5598068,31.435879,648.28406,48.38301,422.7392,206.23117,4396.65,5.6803493,2700.7554,77.09533,1.7224208,3.4194257,10.55607,249.6297,302.79504,113.59147,53.381943,40.021797,11.715508,847.6077,47.230213,42.092308,11.791969,472.59958,15.15532,538.76996,6.129223,41.28052,0.0,778.1242,2281.476,0.2614207,182.59297,18.07915,13795.972,26.296001,0.78362954,9.164451,23.510086,6.0248027,1.901631,12.979034,316.71252,80.522705,9.686128,0.65039444,2.0729415,113.2901,1.9721824,151.01862,274.7257,2099.558,489.21945,97.683266,165.59158,252.63655,10.101408,13.773364,130.46275,19.100454,26.299944,12.961152,20.194725,149.674,16.233671,11.780998,49.060593,12.833655,3668.5186,19.221441,21.784721,16.377419,10.735034,190.83531,39.601414,15.440972,6.6725307,8.12638,12.623284,57.281204,110.85928,29.739235,154.67314,20.317207,5.387544,51.459747,38.07802,80.085526,88.44382,10.095305,3.0744793,4.9326153,19.400177,2506.265,8.036778,3.01605,54.24016,13.19939,140.36398,76.00764,118.981255,3.5865304,67.42326,449.22586,349.7156,31.820185,360.77527,44.538193,54.45696,73.78468,33.568253,5.723545,25.403088,501.39923,0.5715765,1.461419,118.11608,23.505802,9.4545145,13.267995,17.997334,165.5905,54.398956,160.69067,895.9695,256.6856,2222.4868,1857.3619,20.873577,28.237059,2224.133,23.510717,44.03356,521.9091,77.268265,119.42066,55.356728,242.78519,327.7161,467.98764,9.778094,75.01556,319.73114,457.70587,14.290869,118.697624,15.730903,1.6769675,52.41504,1.1489868,1.3042743,4.6497483,12.626528,72.12378,24.035986,18.92662,280.33658,77.27141,46.17014,61.552082,19.369446,57.275173,12.275463,3.8946066,15.971875,100.58148,41.76637,14.272362,33.48084,10.923611,16.722519,20.681017,1.6994358,93.52519,16.345493,242.29285,9.908608,393.37714,21.239765,743.8716,195.13498,5.503822,12.018033,215.46509,295.98734,1144.1287,646.7638 +2023-11-30 00:00:00,0.0,3505.5334,73.65559,34.529617,82.7249,50.2225,333.36884,43.794266,86.68258,22.52263,53.389725,398.9824,95.83612,24.357466,183.01187,0.35856193,0.08594775,64.88691,0.23200813,11.247357,1057.9586,14.383703,1263.8512,136.55934,0.56059384,31.481089,648.7151,48.392307,423.09628,206.29756,4391.42,5.6881566,2700.729,77.19634,1.7246257,3.423942,10.570674,249.56895,302.72824,113.71141,53.366665,40.021286,11.710801,846.6982,47.2933,42.055946,11.775405,472.59586,15.135867,538.96704,6.124354,41.242695,0.0,777.88153,2279.5273,0.26077583,182.44363,18.06141,13781.849,26.283335,0.78337216,9.153492,23.48738,6.0229406,1.9009835,12.970159,316.44778,80.397354,9.669434,0.6501267,2.071808,113.2825,1.9688193,150.92667,274.75665,2099.846,488.90665,97.67372,165.62791,252.83757,10.108267,13.781329,130.5984,19.122932,26.328724,12.947883,20.176903,149.73593,16.228668,11.768067,49.050056,12.835024,3668.8445,19.213917,21.783333,16.375347,10.734088,190.84761,39.604584,15.433333,6.674016,8.11994,12.615882,57.263374,110.81228,29.736666,154.67784,20.312326,5.3742385,51.391613,38.0445,79.96415,88.45956,10.106933,3.0725,4.9317775,19.381786,2502.1226,8.045211,3.0020556,54.22389,13.193759,140.33295,76.043335,118.983635,3.5870247,67.39834,449.18243,349.76346,31.790447,360.6469,44.516666,54.449993,73.7505,33.58862,5.7274547,25.413391,501.29645,0.5716764,1.4623889,118.16449,23.523857,9.455424,13.272633,17.999176,165.65768,54.4425,160.69984,896.1287,256.45453,2221.8396,1857.0547,20.856833,28.180304,2222.0083,23.51938,43.955555,521.7724,77.13933,119.26584,55.28772,242.32445,327.43756,467.9978,9.769142,74.948,319.6983,457.39795,14.27468,118.576004,15.706667,1.6768979,52.417435,1.1489618,1.3043649,4.6490355,12.6206665,71.92587,24.018175,18.925554,280.1021,77.19722,46.12619,61.5,19.349525,57.279167,12.261111,3.8712225,15.965,100.50653,41.73857,14.248646,33.506863,10.916667,16.694761,20.67111,1.6960002,93.45253,16.316833,242.11191,9.902525,392.9697,21.220291,744.28705,195.02768,5.4893517,12.012642,215.15591,295.63187,1143.4475,647.20404 +2023-11-30 01:00:00,0.0,3502.7993,73.54843,34.4613,82.692,50.20073,333.37857,43.78994,86.66385,22.51448,53.38425,398.07224,95.85227,24.352571,182.908,0.3569773,0.08422326,64.90947,0.22831672,11.263485,1058.1649,14.404301,1264.4247,136.58806,0.5613808,31.526299,649.1461,48.4016,423.4534,206.36395,4386.1904,5.695964,2700.7026,77.297356,1.7268307,3.4284582,10.585278,249.50821,302.66144,113.831345,53.351387,40.02078,11.706095,845.7886,47.356384,42.01959,11.758841,472.5921,15.116414,539.1641,6.119485,41.204865,0.0,777.63885,2277.5784,0.26013097,182.29428,18.043673,13767.727,26.270666,0.7831148,9.142533,23.464672,6.0210786,1.9003359,12.961284,316.18307,80.271996,9.6527405,0.649859,2.0706744,113.274895,1.9654561,150.83472,274.78763,2100.1335,488.59387,97.66417,165.66426,253.0386,10.115125,13.789295,130.73405,19.14541,26.357506,12.934613,20.159079,149.79787,16.223667,11.755137,49.03952,12.836391,3669.1704,19.206394,21.781944,16.373274,10.733141,190.85991,39.607754,15.425694,6.6755013,8.113499,12.60848,57.245544,110.76528,29.734097,154.68256,20.307446,5.3609333,51.323483,38.01098,79.84277,88.475296,10.118561,3.0705209,4.9309397,19.363396,2497.9802,8.053643,2.9880614,54.207615,13.188128,140.30191,76.07903,118.98601,3.587519,67.373405,449.139,349.8113,31.760708,360.51855,44.49514,54.443027,73.716324,33.608982,5.731364,25.423697,501.19366,0.5717763,1.4633588,118.2129,23.54191,9.456335,13.277271,18.001019,165.72487,54.486042,160.70901,896.2879,256.22348,2221.1924,1856.7474,20.84009,28.123549,2219.8838,23.528042,43.877544,521.6356,77.0104,119.11101,55.218716,241.8637,327.159,468.00797,9.76019,74.88045,319.66547,457.09003,14.2584915,118.454384,15.68243,1.6768283,52.41983,1.1489369,1.3044556,4.6483226,12.614805,71.72796,24.000366,18.92449,279.86765,77.12303,46.082245,61.447918,19.329603,57.28316,12.246759,3.8478382,15.958125,100.43158,41.710777,14.22493,33.532887,10.909722,16.667004,20.661203,1.6925645,93.37986,16.288176,241.93097,9.896442,392.56226,21.200815,744.7025,194.92038,5.4748816,12.00725,214.84674,295.2764,1142.7664,647.6443 +2023-11-30 02:00:00,0.0,3500.0654,73.44127,34.392982,82.6591,50.17896,333.3883,43.785618,86.64511,22.506329,53.378777,397.1621,95.86842,24.347677,182.80412,0.3553927,0.082498774,64.93202,0.22462533,11.279613,1058.3711,14.424898,1264.9983,136.61678,0.5621678,31.571508,649.57715,48.410896,423.8105,206.43034,4380.9604,5.7037716,2700.6763,77.39837,1.7290357,3.4329746,10.59988,249.44746,302.59464,113.95128,53.336113,40.02027,11.701387,844.879,47.41947,41.983227,11.742276,472.58838,15.096962,539.3612,6.114616,41.167038,0.0,777.3961,2275.6296,0.2594861,182.14494,18.025934,13753.604,26.258,0.7828574,9.131574,23.441967,6.0192165,1.8996884,12.952408,315.91833,80.146645,9.636046,0.64959127,2.0695407,113.26729,1.962093,150.74278,274.8186,2100.4211,488.2811,97.65462,165.70059,253.23964,10.121984,13.79726,130.86969,19.167889,26.386286,12.921345,20.141256,149.85979,16.218664,11.742207,49.02898,12.83776,3669.4963,19.19887,21.780556,16.3712,10.732195,190.87222,39.610924,15.418056,6.6769867,8.107059,12.601078,57.22771,110.71828,29.731527,154.68726,20.302567,5.3476276,51.25535,37.977455,79.72139,88.49104,10.130189,3.0685418,4.9301014,19.345007,2493.838,8.062076,2.974067,54.19134,13.182498,140.27087,76.11472,118.98839,3.5880134,67.34847,449.09558,349.8592,31.73097,360.3902,44.47361,54.436066,73.682144,33.62935,5.735273,25.434002,501.09088,0.57187617,1.4643286,118.26131,23.559963,9.457245,13.281909,18.002863,165.79205,54.529583,160.71819,896.44714,255.99242,2220.5454,1856.4402,20.823347,28.066793,2217.7593,23.536705,43.799538,521.4989,76.88147,118.956184,55.149708,241.40295,326.88043,468.01813,9.751238,74.81289,319.63263,456.7821,14.242303,118.33277,15.658195,1.6767588,52.422222,1.1489118,1.3045462,4.6476097,12.608944,71.530045,23.982555,18.923426,279.63318,77.04884,46.038296,61.395832,19.309683,57.28715,12.232408,3.8244538,15.95125,100.35663,41.68298,14.201213,33.55891,10.902778,16.639244,20.651295,1.6891289,93.30719,16.259516,241.75003,9.89036,392.15482,21.18134,745.11804,194.81308,5.460412,12.001858,214.53757,294.92093,1142.0852,648.08453 +2023-11-30 03:00:00,0.0,3497.3313,73.334114,34.324665,82.626205,50.15719,333.39804,43.781296,86.62637,22.498178,53.3733,396.25195,95.884575,24.342783,182.70024,0.3538081,0.080774285,64.95458,0.22093394,11.29574,1058.5774,14.445495,1265.5718,136.6455,0.5629548,31.616718,650.0082,48.420193,424.16757,206.49673,4375.7305,5.711579,2700.65,77.499374,1.7312407,3.437491,10.614484,249.38672,302.52783,114.07122,53.320835,40.019764,11.696681,843.9694,47.48256,41.94687,11.725712,472.5847,15.077509,539.5583,6.109747,41.129208,0.0,777.15344,2273.681,0.25884125,181.9956,18.008196,13739.481,26.24533,0.78260005,9.120615,23.419258,6.0173545,1.8990408,12.943532,315.65363,80.02129,9.619353,0.6493235,2.068407,113.25969,1.9587299,150.65083,274.84958,2100.7087,487.96832,97.645065,165.73692,253.44066,10.128842,13.805225,131.00534,19.190367,26.415068,12.908075,20.123432,149.92172,16.213663,11.729276,49.018444,12.839128,3669.8223,19.191347,21.779167,16.369127,10.731249,190.88452,39.614098,15.410417,6.6784725,8.100617,12.593677,57.20988,110.67127,29.728958,154.69197,20.297686,5.3343225,51.187218,37.943935,79.60001,88.50678,10.141816,3.0665627,4.9292636,19.326616,2489.6956,8.070508,2.9600725,54.175068,13.1768675,140.23984,76.15042,118.99076,3.5885077,67.32355,449.05215,349.90704,31.701233,360.26187,44.452084,54.4291,73.647964,33.649715,5.739182,25.444305,500.9881,0.57197607,1.4652985,118.309715,23.578016,9.458156,13.286548,18.004705,165.85924,54.573124,160.72736,896.6063,255.76137,2219.8982,1856.1329,20.806604,28.010038,2215.6348,23.545366,43.721527,521.3622,76.75254,118.80135,55.080704,240.94221,326.6019,468.0283,9.742285,74.74533,319.5998,456.4742,14.226114,118.21115,15.633959,1.6766891,52.424618,1.1488869,1.3046368,4.646897,12.603083,71.33214,23.964745,18.922361,279.3987,76.97465,45.994347,61.34375,19.289762,57.291145,12.218056,3.8010697,15.944375,100.28168,41.65518,14.177497,33.584934,10.895833,16.611486,20.641388,1.6856931,93.23453,16.230858,241.56909,9.884277,391.74738,21.161865,745.5335,194.7058,5.445942,11.996466,214.22838,294.5655,1141.404,648.5247 +2023-11-30 04:00:00,0.0,3494.5972,73.22695,34.256348,82.5933,50.135418,333.40778,43.77697,86.60764,22.490026,53.367825,395.3418,95.90073,24.337889,182.59636,0.3522235,0.079049796,64.977135,0.21724254,11.311868,1058.7837,14.466092,1266.1453,136.67421,0.56374174,31.661928,650.4392,48.429485,424.5247,206.56313,4370.5005,5.719386,2700.6235,77.60039,1.7334458,3.4420073,10.629087,249.32597,302.46103,114.191154,53.305557,40.019253,11.691974,843.0598,47.545643,41.910507,11.7091465,472.58093,15.058056,539.7554,6.104878,41.091377,0.0,776.91077,2271.732,0.25819638,181.84625,17.990458,13725.358,26.232664,0.7823427,9.109656,23.396553,6.015492,1.8983932,12.934656,315.3889,79.89594,9.602659,0.64905584,2.0672734,113.25208,1.9553667,150.55888,274.88055,2100.9966,487.65555,97.63553,165.77327,253.6417,10.1357,13.813191,131.14099,19.212845,26.443848,12.894806,20.10561,149.98364,16.208662,11.716345,49.007904,12.840496,3670.1482,19.183825,21.777779,16.367056,10.730302,190.89682,39.617268,15.402778,6.679958,8.094177,12.586274,57.192047,110.62427,29.726389,154.69667,20.292805,5.3210173,51.119083,37.910416,79.47864,88.52252,10.153444,3.0645833,4.928426,19.308226,2485.5532,8.07894,2.9460783,54.158794,13.171236,140.20882,76.18611,118.99314,3.5890021,67.298615,449.00873,349.95493,31.671494,360.1335,44.430557,54.42214,73.613785,33.670082,5.743091,25.45461,500.8853,0.572076,1.4662685,118.35812,23.596071,9.459066,13.291186,18.006548,165.92642,54.616665,160.73653,896.7655,255.5303,2219.251,1855.8256,20.789862,27.953283,2213.51,23.55403,43.643517,521.2254,76.62361,118.64653,55.011696,240.48148,326.32333,468.03845,9.733333,74.67778,319.56696,456.1663,14.209926,118.08953,15.609722,1.6766195,52.427013,1.148862,1.3047276,4.646184,12.597221,71.134224,23.946936,18.921295,279.16425,76.90046,45.950397,61.291668,19.269842,57.29514,12.203704,3.7776854,15.9375,100.206726,41.627384,14.153781,33.610954,10.888889,16.583729,20.631481,1.6822575,93.16186,16.202198,241.38817,9.878195,391.33994,21.14239,745.949,194.5985,5.431472,11.991075,213.9192,294.21002,1140.7229,648.96497 +2023-11-30 05:00:00,0.0,3491.863,73.1198,34.18803,82.5604,50.113647,333.41754,43.772648,86.588905,22.481874,53.36235,394.43167,95.916885,24.332994,182.49248,0.35063887,0.07732531,64.99969,0.21355115,11.327995,1058.99,14.486689,1266.7188,136.70293,0.56452876,31.707138,650.87024,48.43878,424.88177,206.62952,4365.2705,5.7271934,2700.5972,77.7014,1.7356507,3.4465237,10.64369,249.26523,302.39423,114.3111,53.29028,40.018745,11.687267,842.15027,47.60873,41.87415,11.692582,472.5772,15.038604,539.9524,6.100009,41.05355,0.0,776.66815,2269.7832,0.25755152,181.69691,17.972717,13711.236,26.219995,0.7820853,9.098697,23.373844,6.01363,1.8977456,12.92578,315.12418,79.770584,9.585966,0.6487881,2.0661397,113.24448,1.9520036,150.46695,274.91153,2101.2842,487.34277,97.62598,165.8096,253.84271,10.142559,13.8211565,131.27663,19.235323,26.47263,12.881537,20.087786,150.04558,16.20366,11.703415,48.997368,12.841864,3670.474,19.1763,21.776388,16.364983,10.729356,190.90912,39.620438,15.395139,6.681443,8.087736,12.578873,57.174217,110.57727,29.723818,154.70139,20.287926,5.3077116,51.050953,37.876892,79.35726,88.53826,10.1650715,3.0626042,4.9275875,19.289837,2481.4106,8.087373,2.9320838,54.14252,13.165606,140.17778,76.22181,118.995514,3.5894964,67.27368,448.96533,350.00278,31.641756,360.00516,44.409027,54.415173,73.579605,33.69045,5.7470007,25.464914,500.78256,0.5721759,1.4672384,118.40653,23.614124,9.459976,13.295824,18.00839,165.99359,54.660206,160.7457,896.92474,255.29924,2218.6038,1855.5183,20.773119,27.896528,2211.3855,23.56269,43.56551,521.0887,76.49468,118.49171,54.94269,240.02074,326.0448,468.0486,9.7243805,74.61022,319.53412,455.85837,14.193737,117.96791,15.585486,1.67655,52.42941,1.148837,1.3048182,4.645471,12.591361,70.93631,23.929125,18.92023,278.92978,76.82627,45.90645,61.239582,19.249922,57.299133,12.189352,3.754301,15.930625,100.131775,41.599586,14.130064,33.63698,10.881945,16.555971,20.621572,1.6788218,93.08919,16.17354,241.20723,9.872112,390.93253,21.122913,746.36444,194.4912,5.4170017,11.9856825,213.61003,293.85455,1140.0419,649.4052 +2023-11-30 06:00:00,0.0,3489.129,73.012634,34.119713,82.527504,50.091877,333.42728,43.768326,86.570175,22.473724,53.356873,393.5215,95.93304,24.3281,182.3886,0.34905428,0.07560082,65.02225,0.20985976,11.344123,1059.1963,14.507286,1267.2924,136.73166,0.5653157,31.752348,651.3013,48.448074,425.2389,206.69589,4360.0405,5.7350006,2700.5708,77.802414,1.7378557,3.4510398,10.658293,249.2045,302.32742,114.43103,53.275,40.018238,11.68256,841.24066,47.671814,41.837788,11.676018,472.5735,15.019151,540.1495,6.09514,41.01572,0.0,776.4255,2267.8345,0.25690666,181.54756,17.954979,13697.113,26.207329,0.7818279,9.087738,23.351137,6.011768,1.8970981,12.916904,314.85947,79.64523,9.569272,0.6485204,2.065006,113.23688,1.9486405,150.375,274.9425,2101.5718,487.03,97.616425,165.84593,254.04375,10.149418,13.829123,131.41228,19.2578,26.50141,12.868268,20.069963,150.10751,16.198658,11.690484,48.986828,12.843232,3670.8,19.168777,21.775,16.36291,10.72841,190.92142,39.623608,15.3875,6.6829286,8.081296,12.57147,57.156384,110.530266,29.721249,154.70609,20.283045,5.2944064,50.98282,37.843372,79.235886,88.554,10.1767,3.060625,4.9267497,19.271446,2477.2683,8.095805,2.9180894,54.126247,13.159975,140.14674,76.2575,118.997894,3.5899906,67.24876,448.9219,350.05066,31.612017,359.8768,44.3875,54.40821,73.545425,33.710815,5.75091,25.47522,500.67978,0.5722758,1.4682083,118.45494,23.632177,9.460887,13.300463,18.010233,166.06078,54.70375,160.75487,897.0839,255.06818,2217.9565,1855.211,20.756374,27.839773,2209.261,23.571354,43.4875,520.9519,76.365746,118.336876,54.873684,239.56,325.76624,468.05878,9.715428,74.54267,319.50128,455.55045,14.177548,117.84629,15.56125,1.6764804,52.431805,1.148812,1.3049088,4.6447587,12.5855,70.7384,23.911316,18.919167,278.6953,76.75208,45.862503,61.1875,19.230001,57.303123,12.175,3.730917,15.92375,100.05682,41.57179,14.106348,33.663002,10.875,16.528214,20.611666,1.6753862,93.016525,16.14488,241.02629,9.86603,390.5251,21.103437,746.7799,194.38391,5.4025316,11.98029,213.30086,293.49908,1139.3607,649.84546 +2023-11-30 07:00:00,0.0,3486.3948,72.90548,34.051395,82.4946,50.070107,333.437,43.764,86.55144,22.465572,53.3514,392.6114,95.94919,24.323206,182.28471,0.34746966,0.07387632,65.0448,0.20616835,11.36025,1059.4025,14.527884,1267.8658,136.76038,0.56610274,31.797558,651.7323,48.45737,425.59598,206.76228,4354.8105,5.7428083,2700.5444,77.90342,1.7400607,3.4555562,10.672896,249.14375,302.26062,114.550964,53.259724,40.01773,11.677854,840.3311,47.7349,41.80143,11.659453,472.56976,14.999698,540.34656,6.090271,40.977894,0.0,776.1828,2265.8855,0.2562618,181.39822,17.93724,13682.991,26.19466,0.7815705,9.076779,23.328432,6.009906,1.8964505,12.90803,314.59473,79.51988,9.552579,0.64825267,2.0638726,113.22927,1.9452773,150.28305,274.97348,2101.8596,486.71722,97.60687,165.88228,254.24478,10.156276,13.837088,131.54793,19.280277,26.53019,12.854999,20.05214,150.16943,16.193657,11.677553,48.97629,12.8446,3671.126,19.161255,21.773611,16.360836,10.727464,190.93373,39.626778,15.379861,6.684414,8.074855,12.564069,57.138554,110.48326,29.71868,154.71078,20.278164,5.2811007,50.91469,37.809853,79.11451,88.56974,10.188328,3.058646,4.925912,19.253056,2473.126,8.104238,2.904095,54.109974,13.154345,140.1157,76.2932,119.00027,3.590485,67.22382,448.87848,350.0985,31.58228,359.74844,44.36597,54.401245,73.511246,33.731182,5.754819,25.485523,500.577,0.5723757,1.4691782,118.50335,23.65023,9.461797,13.3051,18.012075,166.12796,54.74729,160.76402,897.24316,254.83711,2217.3096,1854.9038,20.739632,27.783018,2207.1362,23.580017,43.40949,520.8152,76.23682,118.18205,54.80468,239.09926,325.4877,468.06894,9.706475,74.47511,319.46848,455.24252,14.16136,117.72467,15.537014,1.6764108,52.434196,1.148787,1.3049995,4.644046,12.5796385,70.54049,23.893505,18.918102,278.46085,76.677895,45.818554,61.135418,19.210081,57.307117,12.160648,3.7075326,15.916875,99.98187,41.54399,14.082632,33.689026,10.868055,16.500456,20.601759,1.6719505,92.943855,16.11622,240.84535,9.859947,390.11765,21.083963,747.1954,194.27661,5.3880615,11.974898,212.99167,293.14362,1138.6796,650.2857 +2023-11-30 08:00:00,0.0,3483.6606,72.79832,33.983078,82.4617,50.048332,333.44675,43.759678,86.5327,22.457422,53.345924,391.70123,95.96534,24.318312,182.18083,0.34588504,0.07215183,65.06736,0.20247696,11.376378,1059.6088,14.54848,1268.4393,136.7891,0.5668897,31.842768,652.1633,48.466663,425.95306,206.82867,4349.5806,5.7506156,2700.518,78.00443,1.7422657,3.4600725,10.6875,249.08301,302.19382,114.670906,53.244446,40.017223,11.673147,839.4215,47.797985,41.765068,11.642889,472.56604,14.980245,540.54364,6.085402,40.940063,0.0,775.9401,2263.9368,0.25561693,181.24889,17.919502,13668.868,26.181993,0.7813131,9.06582,23.305725,6.008044,1.895803,12.899154,314.33002,79.39453,9.535885,0.6479849,2.062739,113.221664,1.9419143,150.19112,275.00446,2102.1472,486.40445,97.59733,165.91861,254.4458,10.163135,13.845053,131.68358,19.302755,26.558971,12.841729,20.034317,150.23137,16.188654,11.664623,48.96575,12.845968,3671.452,19.15373,21.772223,16.358765,10.726517,190.94603,39.629948,15.372222,6.6858997,8.068415,12.556666,57.120724,110.43626,29.71611,154.7155,20.273285,5.2677956,50.846554,37.776333,78.99313,88.58549,10.199955,3.0566669,4.9250736,19.234667,2468.9836,8.11267,2.8901007,54.093704,13.148713,140.08467,76.32889,119.00265,3.5909793,67.19889,448.83505,350.1464,31.552542,359.62012,44.344444,54.394283,73.477066,33.75155,5.758728,25.495829,500.4742,0.5724756,1.4701481,118.55176,23.668285,9.4627075,13.309739,18.01392,166.19514,54.790833,160.7732,897.40234,254.60606,2216.6624,1854.5964,20.722889,27.726263,2205.0117,23.588678,43.331482,520.67847,76.10789,118.02722,54.735672,238.63852,325.20914,468.0791,9.697523,74.407555,319.43564,454.93463,14.145171,117.60305,15.512777,1.6763412,52.436592,1.1487621,1.3050901,4.643333,12.573777,70.34258,23.875694,18.917036,278.22638,76.6037,45.774605,61.083332,19.190159,57.31111,12.1462965,3.6841483,15.91,99.90692,41.516193,14.058915,33.71505,10.861111,16.472696,20.59185,1.6685147,92.871185,16.087563,240.66441,9.853865,389.7102,21.064487,747.61084,194.16931,5.3735914,11.969506,212.6825,292.78818,1137.9984,650.7259 +2023-11-30 09:00:00,0.0,3480.9265,72.69116,33.91476,82.4288,50.02656,333.45648,43.755356,86.51397,22.44927,53.340446,390.7911,95.98149,24.313416,182.07695,0.34430042,0.07042734,65.08991,0.19878556,11.392506,1059.8151,14.5690775,1269.013,136.81781,0.5676767,31.887978,652.59436,48.47596,426.31018,206.89507,4344.3506,5.758423,2700.492,78.105446,1.7444706,3.4645889,10.702103,249.02226,302.127,114.79084,53.229168,40.016712,11.66844,838.51196,47.861073,41.72871,11.626325,472.56232,14.960793,540.7407,6.080533,40.902237,0.0,775.69745,2261.988,0.25497207,181.09953,17.901764,13654.746,26.169325,0.78105575,9.054861,23.283018,6.0061817,1.8951553,12.890278,314.06528,79.26918,9.519192,0.64771724,2.0616052,113.21406,1.9385512,150.09917,275.03543,2102.4348,486.09167,97.587776,165.95494,254.64684,10.169993,13.853019,131.81921,19.325233,26.587751,12.828461,20.016495,150.29329,16.183653,11.651692,48.955215,12.847336,3671.7778,19.146208,21.770834,16.356691,10.725571,190.95833,39.63312,15.364583,6.687385,8.061974,12.549265,57.10289,110.38926,29.713541,154.7202,20.268404,5.25449,50.77842,37.74281,78.87176,88.60123,10.211583,3.0546875,4.924236,19.216276,2464.8413,8.121101,2.8761063,54.07743,13.143083,140.05363,76.364586,119.00502,3.5914738,67.17396,448.79163,350.19424,31.522802,359.49176,44.322918,54.387318,73.44289,33.771915,5.7626376,25.506132,500.37143,0.5725755,1.471118,118.60017,23.686338,9.463617,13.314377,18.015762,166.26233,54.834373,160.78236,897.5615,254.375,2216.0151,1854.2892,20.706146,27.669508,2202.8872,23.597342,43.25347,520.5417,75.97896,117.8724,54.666668,238.17778,324.93057,468.08926,9.688571,74.340004,319.4028,454.6267,14.128983,117.48143,15.488542,1.6762717,52.438988,1.1487372,1.3051807,4.64262,12.567916,70.14467,23.857885,18.915972,277.9919,76.52951,45.730656,61.03125,19.170238,57.315105,12.131945,3.660764,15.903125,99.83197,41.488396,14.035199,33.741074,10.854167,16.444939,20.581944,1.6650791,92.798515,16.058903,240.48347,9.847782,389.30276,21.045012,748.0263,194.06203,5.3591213,11.964115,212.37332,292.4327,1137.3173,651.16614 +2023-11-30 10:00:00,0.0,3478.1924,72.58401,33.846443,82.3959,50.00479,333.46622,43.75103,86.49523,22.441118,53.334972,389.88095,95.99764,24.308521,181.97308,0.3427158,0.068702854,65.112465,0.19509417,11.408633,1060.0214,14.589674,1269.5864,136.84653,0.5684637,31.933187,653.0254,48.485256,426.66727,206.96146,4339.1206,5.76623,2700.4656,78.20646,1.7466756,3.469105,10.716706,248.96152,302.0602,114.91078,53.21389,40.016205,11.6637335,837.60236,47.924156,41.69235,11.60976,472.5586,14.9413395,540.9378,6.075664,40.864407,0.0,775.45483,2260.0393,0.2543272,180.9502,17.884026,13640.624,26.156658,0.7807984,9.043902,23.260311,6.004319,1.8945078,12.881402,313.80057,79.14382,9.502498,0.6474495,2.0604715,113.20646,1.935188,150.00722,275.06638,2102.7227,485.77887,97.578224,165.99129,254.84785,10.176851,13.860984,131.95486,19.347712,26.616533,12.815191,19.99867,150.35522,16.17865,11.6387615,48.944675,12.848704,3672.1038,19.138683,21.769444,16.354618,10.724625,190.97063,39.63629,15.356944,6.6888704,8.055533,12.5418625,57.08506,110.342255,29.710972,154.72491,20.263523,5.2411847,50.71029,37.70929,78.75038,88.61697,10.22321,3.0527084,4.923398,19.197886,2460.6987,8.129534,2.8621118,54.061157,13.137452,140.0226,76.400276,119.0074,3.591968,67.14903,448.74823,350.24213,31.493065,359.3634,44.301388,54.380356,73.40871,33.792282,5.7665467,25.516438,500.26868,0.5726754,1.472088,118.648575,23.704391,9.464528,13.3190155,18.017605,166.32951,54.877914,160.79153,897.72076,254.14394,2215.368,1853.9819,20.689404,27.612753,2200.7625,23.606003,43.17546,520.40497,75.85003,117.717575,54.597664,237.71703,324.65204,468.09943,9.679619,74.272446,319.36996,454.3188,14.112794,117.35981,15.464306,1.676202,52.441383,1.1487122,1.3052713,4.641907,12.562056,69.946754,23.840075,18.914907,277.75745,76.45532,45.686707,60.979168,19.150318,57.319096,12.117593,3.63738,15.89625,99.75701,41.460598,14.011483,33.767097,10.847222,16.417181,20.572037,1.6616434,92.72585,16.030245,240.30255,9.841699,388.89532,21.025536,748.4418,193.95473,5.344651,11.958723,212.06415,292.07724,1136.6361,651.6064 +2023-11-30 11:00:00,0.0,3475.4585,72.476845,33.778126,82.363,49.98302,333.47598,43.746708,86.4765,22.432968,53.329494,388.9708,96.013794,24.303627,181.8692,0.3411312,0.066978365,65.135025,0.19140278,11.424761,1060.2277,14.610271,1270.1599,136.87524,0.56925064,31.978397,653.4564,48.49455,427.02438,207.02785,4333.8906,5.7740374,2700.4392,78.307465,1.7488806,3.4736214,10.73131,248.90077,301.9934,115.030716,53.198612,40.015697,11.659026,836.69275,47.987244,41.65599,11.593196,472.55487,14.921886,541.1349,6.070795,40.826576,0.0,775.21216,2258.0903,0.25368235,180.80084,17.866287,13626.501,26.14399,0.780541,9.032943,23.237602,6.002457,1.8938602,12.872526,313.53583,79.01847,9.485805,0.6471818,2.0593379,113.19885,1.9318249,149.91528,275.09735,2103.0103,485.4661,97.56868,166.02762,255.04889,10.18371,13.868949,132.09052,19.37019,26.645313,12.801922,19.980848,150.41714,16.173649,11.625831,48.93414,12.850072,3672.4297,19.13116,21.768055,16.352547,10.723678,190.98293,39.63946,15.349305,6.690356,8.049092,12.534461,57.067226,110.29525,29.708403,154.72961,20.258644,5.2278795,50.642155,37.67577,78.629005,88.632706,10.2348385,3.0507293,4.9225597,19.179497,2456.5564,8.137966,2.8481176,54.044884,13.131821,139.99156,76.435974,119.00977,3.5924625,67.1241,448.7048,350.28998,31.463326,359.23505,44.27986,54.37339,73.37453,33.812645,5.770456,25.526743,500.1659,0.5727753,1.4730579,118.69698,23.722445,9.465439,13.323654,18.019447,166.3967,54.92146,160.8007,897.88,253.91287,2214.7207,1853.6747,20.672659,27.555998,2198.638,23.614666,43.097454,520.26825,75.72109,117.562744,54.528656,237.25629,324.37347,468.1096,9.670666,74.20489,319.33713,454.01086,14.096605,117.2382,15.440069,1.6761324,52.44378,1.1486872,1.305362,4.6411943,12.556194,69.74885,23.822264,18.913843,277.523,76.381134,45.64276,60.927082,19.130398,57.32309,12.103241,3.6139956,15.889375,99.68206,41.4328,13.987766,33.79312,10.840278,16.389423,20.562128,1.6582078,92.65318,16.001585,240.12161,9.835616,388.48788,21.006062,748.8573,193.84743,5.3301816,11.953331,211.75496,291.72177,1135.955,652.04663 +2023-11-30 12:00:00,0.0,3472.7244,72.36969,33.70981,82.3301,49.96125,333.48572,43.742386,86.45776,22.424816,53.32402,388.06067,96.029945,24.298733,181.76532,0.3395466,0.065253876,65.15758,0.18771137,11.440888,1060.4338,14.630869,1270.7335,136.90396,0.57003766,32.023605,653.88745,48.503845,427.38147,207.09424,4328.6606,5.781845,2700.4128,78.40848,1.7510856,3.4781377,10.745913,248.84003,301.92664,115.15065,53.183334,40.01519,11.65432,835.7832,48.050327,41.61963,11.576631,472.55115,14.902434,541.332,6.065926,40.78875,0.0,774.9695,2256.1416,0.25303748,180.6515,17.848549,13612.379,26.131323,0.78028363,9.021984,23.214897,6.000595,1.8932127,12.863651,313.27112,78.89312,9.4691105,0.64691406,2.0582042,113.191246,1.9284618,149.82333,275.12833,2103.2979,485.15332,97.559135,166.06396,255.24992,10.190569,13.876915,132.22615,19.392668,26.674095,12.788653,19.963024,150.47908,16.168648,11.612901,48.9236,12.85144,3672.7556,19.123638,21.766666,16.350473,10.722732,190.99524,39.64263,15.341666,6.691841,8.042652,12.527059,57.049397,110.248245,29.705833,154.73433,20.253763,5.214574,50.574024,37.642246,78.50763,88.648445,10.246467,3.0487502,4.921722,19.161106,2452.414,8.146399,2.8341231,54.02861,13.12619,139.96053,76.471664,119.01215,3.5929568,67.09917,448.66138,350.33786,31.433588,359.10672,44.258335,54.366425,73.34035,33.83301,5.774365,25.537046,500.0631,0.57287526,1.4740278,118.74539,23.7405,9.466349,13.328292,18.02129,166.46388,54.965,160.80988,898.0392,253.68181,2214.0737,1853.3674,20.655916,27.499243,2196.5134,23.623327,43.019444,520.1315,75.59216,117.40792,54.459652,236.79555,324.09494,468.11975,9.661714,74.13734,319.3043,453.70294,14.080417,117.11658,15.415833,1.676063,52.44617,1.1486623,1.3054526,4.6404815,12.550333,69.550934,23.804455,18.912777,277.28854,76.30694,45.598812,60.875,19.110477,57.327084,12.088889,3.5906112,15.882501,99.60711,41.405003,13.96405,33.819145,10.833333,16.361666,20.552221,1.654772,92.58051,15.972927,239.94067,9.829534,388.08044,20.986586,749.27277,193.74013,5.3157115,11.947939,211.44579,291.3663,1135.2738,652.4869 +2023-11-30 13:00:00,0.0,3469.9902,72.26253,33.64149,82.297195,49.93948,333.49545,43.73806,86.43903,22.416666,53.318546,387.1505,96.046104,24.293839,181.66144,0.33796197,0.06352939,65.18014,0.18401998,11.457016,1060.6401,14.651465,1271.307,136.93268,0.5708246,32.068817,654.3185,48.513138,427.73856,207.16063,4323.4307,5.7896523,2700.3865,78.50949,1.7532905,3.482654,10.760515,248.77928,301.85983,115.27059,53.168056,40.01468,11.649612,834.8736,48.113415,41.58327,11.560066,472.54742,14.882981,541.52905,6.061057,40.75092,0.0,774.7268,2254.1929,0.25239262,180.50217,17.830809,13598.256,26.118654,0.78002626,9.011025,23.19219,5.998733,1.892565,12.854775,313.0064,78.76777,9.452417,0.6466463,2.0570705,113.18365,1.9250987,149.73138,275.1593,2103.5857,484.84055,97.54958,166.1003,255.45094,10.197427,13.88488,132.3618,19.415146,26.702875,12.775384,19.9452,150.54102,16.163645,11.59997,48.913063,12.852808,3673.0815,19.116114,21.765278,16.3484,10.721786,191.00754,39.6458,15.334028,6.693327,8.036211,12.519657,57.031567,110.20124,29.703262,154.73903,20.248882,5.2012687,50.50589,37.608727,78.38625,88.664185,10.258094,3.0467708,4.920884,19.142715,2448.2717,8.154831,2.8201287,54.012337,13.12056,139.92949,76.50736,119.01453,3.593451,67.07424,448.61795,350.3857,31.403849,358.97836,44.236805,54.359463,73.30617,33.85338,5.7782745,25.547352,499.96033,0.57297516,1.4749976,118.7938,23.758553,9.467259,13.332931,18.023132,166.53105,55.00854,160.81905,898.19836,253.45076,2213.4265,1853.06,20.639174,27.442488,2194.3887,23.63199,42.941433,519.99475,75.463234,117.25309,54.390644,236.33481,323.81638,468.1299,9.652761,74.06978,319.27145,453.39505,14.064228,116.99496,15.391597,1.6759933,52.448566,1.1486373,1.3055432,4.6397686,12.544472,69.35303,23.786644,18.911713,277.05408,76.23275,45.554863,60.822918,19.090557,57.331078,12.074537,3.5672271,15.875626,99.53216,41.377205,13.940334,33.84517,10.826389,16.333908,20.542315,1.6513364,92.50785,15.944268,239.75974,9.823451,387.673,20.96711,749.68823,193.63284,5.3012414,11.942548,211.13661,291.01086,1134.5928,652.92706 +2023-11-30 14:00:00,0.0,3467.256,72.15537,33.573174,82.2643,49.91771,333.5052,43.733738,86.420296,22.408514,53.31307,386.2404,96.062256,24.288944,181.55756,0.33637738,0.061804898,65.20269,0.1803286,11.473144,1060.8464,14.672063,1271.8805,136.9614,0.57161164,32.114025,654.7495,48.522434,428.09567,207.227,4318.2007,5.7974596,2700.36,78.610504,1.7554955,3.4871702,10.775119,248.71855,301.79303,115.390526,53.15278,40.01417,11.644906,833.96405,48.176502,41.54691,11.543502,472.5437,14.863528,541.72614,6.056188,40.713093,0.0,774.48413,2252.244,0.25174776,180.35281,17.81307,13584.134,26.105988,0.7797689,9.000066,23.169483,5.996871,1.8919175,12.8459,312.74167,78.64241,9.435723,0.64637864,2.055937,113.17604,1.9217355,149.63945,275.19028,2103.8733,484.52777,97.54003,166.13663,255.65198,10.204286,13.892845,132.49745,19.437624,26.731657,12.762115,19.927378,150.60294,16.158644,11.587039,48.902527,12.8541765,3673.4075,19.108591,21.76389,16.346327,10.720839,191.01984,39.64897,15.326389,6.6948123,8.029771,12.512255,57.013733,110.15424,29.700693,154.74374,20.244003,5.187963,50.43776,37.575207,78.26488,88.679924,10.269722,3.0447917,4.920046,19.124327,2444.1294,8.163263,2.8061345,53.996063,13.114929,139.89845,76.54306,119.01691,3.5939455,67.04931,448.57452,350.43356,31.374111,358.85,44.21528,54.352497,73.27199,33.873745,5.7821836,25.557655,499.85754,0.57307506,1.4759675,118.84221,23.776606,9.468169,13.337568,18.024975,166.59824,55.052082,160.82822,898.35754,253.2197,2212.7793,1852.7528,20.62243,27.385733,2192.2642,23.640652,42.863426,519.85803,75.334305,117.09827,54.32164,235.87407,323.53784,468.14008,9.643809,74.00222,319.23862,453.08713,14.048039,116.87334,15.367361,1.6759237,52.450962,1.1486124,1.3056339,4.6390557,12.53861,69.15511,23.768833,18.910648,276.8196,76.15856,45.510914,60.770832,19.070637,57.335068,12.060185,3.5438428,15.868751,99.45721,41.349407,13.916617,33.871193,10.819445,16.30615,20.532406,1.6479007,92.43518,15.915609,239.5788,9.8173685,387.26556,20.947634,750.1037,193.52554,5.2867713,11.937156,210.82744,290.6554,1133.9116,653.3673 +2023-11-30 15:00:00,0.0,3464.522,72.04821,33.504856,82.2314,49.89594,333.51492,43.729416,86.40156,22.400362,53.307594,385.33023,96.07841,24.28405,181.45367,0.33479276,0.06008041,65.22524,0.17663719,11.489271,1061.0527,14.69266,1272.454,136.99011,0.5723986,32.159237,655.18054,48.53173,428.45276,207.2934,4312.9707,5.805267,2700.3337,78.71151,1.7577006,3.4916866,10.789722,248.6578,301.72623,115.51046,53.1375,40.013664,11.640199,833.05444,48.239586,41.51055,11.5269375,472.53998,14.844075,541.9232,6.051319,40.675262,0.0,774.24146,2250.2952,0.2511029,180.20348,17.795332,13570.011,26.093319,0.7795115,8.989107,23.146776,5.995009,1.8912699,12.837024,312.47696,78.51706,9.41903,0.6461109,2.0548034,113.168434,1.9183724,149.5475,275.22125,2104.161,484.215,97.53049,166.17297,255.853,10.211144,13.900811,132.6331,19.460102,26.760437,12.748845,19.909554,150.66487,16.15364,11.574109,48.891987,12.855544,3673.7334,19.101067,21.7625,16.344255,10.7198925,191.03214,39.652145,15.31875,6.6962976,8.02333,12.504853,56.995903,110.10724,29.698124,154.74844,20.239122,5.174658,50.369625,37.541687,78.1435,88.69567,10.28135,3.0428126,4.919208,19.105936,2439.987,8.171696,2.79214,53.97979,13.109298,139.86742,76.57875,119.01928,3.5944397,67.024376,448.5311,350.48145,31.344374,358.72165,44.19375,54.345535,73.23781,33.89411,5.7860928,25.56796,499.75476,0.57317495,1.4769374,118.89062,23.79466,9.46908,13.342207,18.02682,166.66542,55.095623,160.83739,898.5168,252.98863,2212.132,1852.4456,20.605688,27.328978,2190.1396,23.649315,42.785416,519.72125,75.205376,116.94344,54.252632,235.41333,323.25928,468.15024,9.634856,73.93467,319.20578,452.7792,14.031851,116.75172,15.343125,1.6758541,52.453358,1.1485873,1.3057245,4.638343,12.532749,68.9572,23.751024,18.909582,276.58514,76.08437,45.466965,60.71875,19.050714,57.33906,12.045834,3.5204585,15.861876,99.382256,41.32161,13.892901,33.897217,10.8125,16.27839,20.5225,1.6444651,92.36251,15.8869505,239.39786,9.811286,386.85812,20.92816,750.51917,193.41824,5.272301,11.931764,210.51825,290.29993,1133.2305,653.80756 +2023-11-30 16:00:00,0.0,3461.7878,71.941055,33.43654,82.198494,49.87417,333.5247,43.725094,86.38283,22.392212,53.30212,384.4201,96.09456,24.279156,181.3498,0.33320814,0.05835592,65.2478,0.1729458,11.5054,1061.259,14.713257,1273.0276,137.01883,0.5731856,32.204445,655.6116,48.541023,428.80988,207.35979,4307.741,5.813074,2700.3074,78.81252,1.7599056,3.496203,10.804326,248.59706,301.65942,115.6304,53.122223,40.013157,11.635492,832.1449,48.302673,41.47419,11.510373,472.53625,14.824623,542.1203,6.04645,40.637436,0.0,773.9988,2248.3464,0.25045803,180.05412,17.777594,13555.889,26.080652,0.77925414,8.978148,23.12407,5.9931464,1.8906224,12.828148,312.21222,78.39171,9.402336,0.6458432,2.0536697,113.160835,1.9150093,149.45555,275.25223,2104.4487,483.90222,97.520935,166.2093,256.05405,10.218002,13.908776,132.76874,19.48258,26.789217,12.735577,19.891731,150.72679,16.14864,11.561178,48.88145,12.856913,3674.0593,19.093544,21.76111,16.342182,10.718946,191.04443,39.655315,15.311111,6.697783,8.01689,12.497451,56.97807,110.060234,29.695555,154.75314,20.234241,5.161352,50.30149,37.508163,78.022125,88.71141,10.292977,3.0408335,4.9183702,19.087545,2435.8445,8.180128,2.7781456,53.963516,13.103667,139.83638,76.61445,119.02166,3.5949342,66.99945,448.4877,350.5293,31.314634,358.5933,44.172222,54.33857,73.20363,33.91448,5.790002,25.578264,499.652,0.57327485,1.4779074,118.93903,23.812714,9.46999,13.346845,18.028662,166.7326,55.139168,160.84656,898.676,252.75757,2211.4849,1852.1383,20.588943,27.272223,2188.015,23.657978,42.707405,519.58453,75.07644,116.78861,54.183628,234.95259,322.98074,468.1604,9.625904,73.86711,319.17294,452.47128,14.015663,116.6301,15.318889,1.6757846,52.455753,1.1485624,1.3058151,4.63763,12.526889,68.75929,23.733213,18.908518,276.35068,76.010185,45.42302,60.666668,19.030794,57.343056,12.031482,3.4970744,15.8550005,99.307304,41.29381,13.869185,33.92324,10.805555,16.250633,20.512592,1.6410294,92.28985,15.858291,239.21693,9.805203,386.45068,20.908684,750.93463,193.31096,5.257831,11.926372,210.20908,289.94446,1132.5493,654.2478 +2023-11-30 17:00:00,0.0,3459.0537,71.83389,33.36822,82.165596,49.852398,333.53442,43.720768,86.36409,22.38406,53.296642,383.50995,96.11071,24.274261,181.24591,0.33162352,0.05663143,65.270355,0.1692544,11.521527,1061.4652,14.733854,1273.6011,137.04755,0.5739726,32.249657,656.0426,48.55032,429.16696,207.42618,4302.511,5.820882,2700.281,78.913536,1.7621106,3.5007193,10.81893,248.53632,301.59262,115.750336,53.106945,40.01265,11.630785,831.2353,48.365757,41.43783,11.493809,472.5325,14.80517,542.3174,6.041581,40.599606,0.0,773.7561,2246.3975,0.24981318,179.90479,17.759855,13541.766,26.067984,0.77899677,8.967189,23.101364,5.9912844,1.8899748,12.819273,311.9475,78.26636,9.385643,0.64557546,2.052536,113.15323,1.9116461,149.36362,275.2832,2104.7363,483.58945,97.51138,166.24564,256.25507,10.224861,13.916741,132.90439,19.505058,26.817999,12.722307,19.873909,150.78873,16.143639,11.548247,48.87091,12.85828,3674.3853,19.086021,21.759722,16.340109,10.717999,191.05675,39.658485,15.3034725,6.699269,8.010448,12.490049,56.96024,110.01323,29.692986,154.75786,20.229362,5.148047,50.23336,37.474644,77.90074,88.72715,10.3046055,3.0388544,4.917532,19.069157,2431.7021,8.1885605,2.7641513,53.947243,13.098037,139.80534,76.65014,119.02403,3.5954285,66.97452,448.44427,350.57718,31.284897,358.46497,44.150696,54.331608,73.16945,33.934845,5.793911,25.58857,499.54922,0.57337475,1.4788773,118.98744,23.830767,9.470901,13.351483,18.030504,166.79979,55.18271,160.85573,898.8352,252.52652,2210.838,1851.831,20.5722,27.215467,2185.8904,23.66664,42.6294,519.4478,74.94751,116.63379,54.11462,234.49185,322.70218,468.17056,9.616952,73.79955,319.1401,452.1634,13.999475,116.50848,15.294653,1.675715,52.458145,1.1485375,1.3059058,4.636917,12.521028,68.56138,23.715403,18.907454,276.1162,75.93599,45.37907,60.614582,19.010874,57.34705,12.01713,3.47369,15.848125,99.23235,41.266014,13.8454685,33.949265,10.798611,16.222876,20.502684,1.6375937,92.21718,15.829632,239.036,9.799121,386.04324,20.889208,751.3501,193.20366,5.243361,11.9209795,209.8999,289.58902,1131.8682,654.688 +2023-11-30 18:00:00,0.0,3456.3196,71.72674,33.299904,82.1327,49.830627,333.54416,43.716446,86.34536,22.37591,53.29117,382.5998,96.12686,24.269367,181.14203,0.3300389,0.054906942,65.292915,0.165563,11.537655,1061.6715,14.754451,1274.1746,137.07628,0.57475954,32.294865,656.47363,48.559612,429.52408,207.49257,4297.2812,5.828689,2700.2546,79.01455,1.7643155,3.5052354,10.833532,248.47557,301.52582,115.87028,53.091667,40.01214,11.626079,830.3257,48.428844,41.40147,11.477244,472.52878,14.785717,542.5144,6.036712,40.561775,0.0,773.5134,2244.4487,0.24916832,179.75543,17.742117,13527.644,26.055317,0.7787394,8.95623,23.078657,5.9894223,1.8893272,12.810397,311.6828,78.141,9.368949,0.6453078,2.0514023,113.14562,1.908283,149.27167,275.31418,2105.024,483.27667,97.50184,166.28198,256.4561,10.23172,13.924707,133.04004,19.527534,26.846779,12.709038,19.856085,150.85066,16.138636,11.535316,48.860374,12.859649,3674.7112,19.078497,21.758333,16.338036,10.717053,191.06905,39.661655,15.295834,6.700754,8.004008,12.482647,56.942406,109.96623,29.690416,154.76256,20.224482,5.134742,50.165226,37.441124,77.779366,88.74289,10.316233,3.036875,4.916694,19.050766,2427.5598,8.196993,2.7501569,53.93097,13.092406,139.77432,76.68584,119.02641,3.5959227,66.949585,448.40085,350.62503,31.255157,358.3366,44.129166,54.324642,73.13527,33.95521,5.7978206,25.598875,499.44644,0.57347465,1.4798472,119.03585,23.84882,9.471811,13.356122,18.032347,166.86697,55.22625,160.8649,898.9944,252.29546,2210.1907,1851.5237,20.555458,27.158712,2183.7659,23.675303,42.551388,519.31104,74.81858,116.47896,54.045616,234.03111,322.4236,468.18073,9.608,73.732,319.10727,451.85547,13.983286,116.386856,15.270416,1.6756454,52.46054,1.1485125,1.3059964,4.6362047,12.515166,68.36347,23.697594,18.90639,275.88174,75.8618,45.33512,60.5625,18.990953,57.35104,12.002778,3.4503057,15.84125,99.1574,41.238216,13.821753,33.975285,10.791667,16.195118,20.492777,1.634158,92.14451,15.800973,238.85506,9.793038,385.63583,20.869732,751.76556,193.09636,5.228891,11.915588,209.59073,289.23355,1131.187,655.12823 +2023-11-30 19:00:00,0.0,3453.5854,71.619576,33.231586,82.0998,49.808853,333.5539,43.712124,86.32662,22.367758,53.285694,381.68967,96.14301,24.264471,181.03815,0.32845432,0.053182453,65.31547,0.16187161,11.553782,1061.8778,14.775048,1274.7482,137.105,0.57554656,32.340076,656.90466,48.56891,429.88116,207.55896,4292.0513,5.8364964,2700.2285,79.115555,1.7665205,3.5097518,10.848135,248.41483,301.459,115.99021,53.07639,40.01163,11.621371,829.41614,48.49193,41.365112,11.46068,472.5251,14.766265,542.7115,6.031843,40.52395,0.0,773.27075,2242.5,0.24852346,179.6061,17.724379,13513.5205,26.042648,0.778482,8.9452715,23.05595,5.9875603,1.8886796,12.801521,311.41806,78.01565,9.352256,0.64504004,2.0502687,113.138016,1.90492,149.17972,275.34515,2105.3115,482.9639,97.492294,166.31831,256.6571,10.238579,13.9326725,133.17567,19.550013,26.87556,12.695769,19.83826,150.91258,16.133635,11.522387,48.849834,12.861016,3675.037,19.070974,21.756945,16.335964,10.716107,191.08134,39.664825,15.288195,6.7022395,7.997567,12.475245,56.924576,109.91923,29.687847,154.76727,20.2196,5.121436,50.097095,37.4076,77.65799,88.75863,10.327861,3.034896,4.9158564,19.032375,2423.4175,8.205424,2.7361624,53.9147,13.086775,139.74329,76.72153,119.028786,3.5964172,66.92465,448.35742,350.6729,31.22542,358.20825,44.10764,54.31768,73.10109,33.97558,5.8017297,25.609179,499.34366,0.57357454,1.4808171,119.08426,23.866875,9.472721,13.36076,18.03419,166.93416,55.26979,160.87405,899.1536,252.06439,2209.5435,1851.2164,20.538715,27.101957,2181.6414,23.683964,42.473377,519.1743,74.68965,116.324135,53.97661,233.57037,322.14508,468.1909,9.599047,73.664444,319.07446,451.54755,13.967097,116.265236,15.246181,1.6755759,52.462936,1.1484876,1.306087,4.635492,12.509305,68.16556,23.679783,18.905323,275.64728,75.78761,45.291172,60.510418,18.971033,57.355034,11.988426,3.4269214,15.834375,99.08244,41.21042,13.798037,34.00131,10.784722,16.16736,20.48287,1.6307224,92.07184,15.772314,238.67412,9.786956,385.2284,20.850258,752.181,192.98907,5.214421,11.910196,209.28154,288.87808,1130.5059,655.5685 +2023-11-30 20:00:00,0.0,3450.8516,71.51242,33.16327,82.066895,49.787083,333.56363,43.707798,86.307884,22.359606,53.280216,380.7795,96.159164,24.259577,180.93428,0.3268697,0.05145796,65.33802,0.1581802,11.56991,1062.0841,14.795646,1275.3217,137.13371,0.5763335,32.385284,657.3357,48.578205,430.23825,207.62535,4286.8213,5.8443036,2700.2021,79.21657,1.7687255,3.5142682,10.862739,248.35408,301.3922,116.110146,53.06111,40.011124,11.616665,828.50653,48.555016,41.32875,11.444115,472.5213,14.746812,542.90857,6.026974,40.48612,0.0,773.0281,2240.551,0.2478786,179.45676,17.70664,13499.398,26.029982,0.77822465,8.934312,23.033241,5.985698,1.8880321,12.792645,311.15335,77.8903,9.335562,0.6447723,2.049135,113.13042,1.9015568,149.08778,275.3761,2105.5994,482.6511,97.48274,166.35466,256.85815,10.245437,13.940639,133.31133,19.57249,26.90434,12.6825,19.820438,150.97452,16.128633,11.509456,48.8393,12.862385,3675.363,19.063452,21.755556,16.33389,10.71516,191.09364,39.667995,15.280556,6.703725,7.9911265,12.467843,56.906746,109.87222,29.685278,154.77197,20.214722,5.108131,50.02896,37.37408,77.53661,88.77437,10.339489,3.0329168,4.915018,19.013987,2419.2751,8.213857,2.7221682,53.898426,13.081144,139.71225,76.757225,119.031166,3.5969114,66.89973,448.314,350.72076,31.195683,358.0799,44.086113,54.310715,73.06691,33.99594,5.805639,25.619484,499.24088,0.5736745,1.481787,119.13267,23.884928,9.473632,13.365398,18.036032,167.00134,55.31333,160.88322,899.3128,251.83333,2208.8962,1850.9092,20.521973,27.045202,2179.5166,23.692627,42.39537,519.03754,74.56072,116.16931,53.907604,233.10962,321.86652,468.20105,9.590095,73.59689,319.04163,451.23962,13.950909,116.14362,15.221945,1.6755062,52.465332,1.1484627,1.3061777,4.634779,12.503444,67.96764,23.661974,18.904259,275.4128,75.713425,45.247223,60.458332,18.951113,57.359028,11.974074,3.4035373,15.8275,99.00749,41.18262,13.77432,34.027332,10.777778,16.139603,20.472961,1.6272867,91.999176,15.743655,238.49318,9.780872,384.82095,20.830782,752.59656,192.88177,5.199951,11.904804,208.97237,288.5226,1129.8247,656.0087 +2023-11-30 21:00:00,0.0,3448.1174,71.40526,33.09495,82.034,49.765312,333.57336,43.703476,86.289154,22.351456,53.274742,379.8694,96.17532,24.254683,180.8304,0.32528508,0.04973347,65.36058,0.15448882,11.586038,1062.2904,14.816242,1275.8951,137.16243,0.57712054,32.430496,657.7667,48.587498,430.59537,207.69173,4281.5913,5.852111,2700.1758,79.31758,1.7709305,3.5187845,10.877342,248.29335,301.3254,116.23009,53.045834,40.010616,11.611958,827.597,48.6181,41.292393,11.42755,472.5176,14.727359,543.10565,6.022105,40.44829,0.0,772.7854,2238.6023,0.24723373,179.3074,17.6889,13485.275,26.017313,0.7779673,8.923353,23.010534,5.983836,1.8873845,12.78377,310.8886,77.764946,9.318869,0.6445046,2.0480015,113.12281,1.8981937,148.99583,275.40707,2105.887,482.33832,97.47319,166.39099,257.05917,10.2522955,13.948604,133.44698,19.594969,26.933123,12.66923,19.802616,151.03644,16.12363,11.496525,48.82876,12.863752,3675.689,19.055927,21.754168,16.331818,10.714214,191.10594,39.67117,15.272917,6.70521,7.984686,12.460442,56.888912,109.82522,29.682707,154.77669,20.20984,5.0948253,49.96083,37.34056,77.41524,88.790115,10.351116,3.0309377,4.9141803,18.995596,2415.1328,8.222289,2.7081738,53.882153,13.075514,139.68121,76.792915,119.03354,3.597406,66.874794,448.27057,350.76865,31.165943,357.95154,44.064583,54.303753,73.03273,34.016308,5.809548,25.629787,499.1381,0.5737744,1.4827569,119.181076,23.90298,9.474542,13.370036,18.037876,167.06851,55.356873,160.8924,899.47205,251.60226,2208.249,1850.6019,20.50523,26.988447,2177.392,23.701288,42.31736,518.9008,74.43179,116.01448,53.838596,232.64888,321.58798,468.2112,9.581142,73.529335,319.0088,450.9317,13.93472,116.022,15.197708,1.6754366,52.467728,1.1484376,1.3062683,4.634066,12.497582,67.76974,23.644163,18.903194,275.17834,75.63924,45.203274,60.40625,18.93119,57.36302,11.9597225,3.380153,15.820625,98.93254,41.154823,13.750604,34.053356,10.770833,16.111843,20.463055,1.6238511,91.926506,15.714996,238.31224,9.77479,384.4135,20.811306,753.012,192.77448,5.185481,11.899412,208.6632,288.16714,1129.1437,656.449 +2023-11-30 22:00:00,0.0,3445.3833,71.2981,33.026634,82.0011,49.74354,333.58313,43.699154,86.27042,22.343304,53.269268,378.95923,96.191475,24.249788,180.72652,0.3237005,0.048008982,65.38313,0.15079743,11.602165,1062.4966,14.83684,1276.4686,137.19115,0.5779075,32.475704,658.19775,48.596794,430.95245,207.75812,4276.3613,5.8599186,2700.1494,79.418594,1.7731354,3.5233006,10.891945,248.2326,301.2586,116.35002,53.030556,40.010105,11.607251,826.6874,48.681187,41.25603,11.410986,472.5139,14.707906,543.30273,6.017236,40.41046,0.0,772.5427,2236.6536,0.24658887,179.15807,17.671162,13471.153,26.004646,0.7777099,8.912395,22.98783,5.9819736,1.8867369,12.774895,310.6239,77.63959,9.302175,0.64423686,2.0468678,113.115204,1.8948306,148.90388,275.43805,2106.1746,482.02554,97.46364,166.42732,257.2602,10.259154,13.956569,133.58263,19.617447,26.961903,12.655961,19.784792,151.09837,16.11863,11.483594,48.818222,12.865121,3676.015,19.048405,21.752777,16.329744,10.713268,191.11826,39.67434,15.265278,6.706696,7.9782453,12.453039,56.871082,109.77822,29.680138,154.78139,20.20496,5.08152,49.892696,37.30704,77.29386,88.805855,10.362744,3.0289583,4.9133425,18.977205,2410.9902,8.230721,2.6941793,53.86588,13.069883,139.65018,76.82861,119.03592,3.5979002,66.84986,448.22717,350.8165,31.136206,357.8232,44.043056,54.296787,72.99855,34.036674,5.8134575,25.640093,499.03534,0.5738743,1.4837269,119.229485,23.921034,9.475452,13.374675,18.039719,167.1357,55.400417,160.90157,899.6312,251.37122,2207.602,1850.2946,20.488485,26.931692,2175.2676,23.709951,42.23935,518.7641,74.30286,115.85966,53.769592,232.18814,321.30942,468.22137,9.57219,73.46178,318.97595,450.6238,13.918531,115.90038,15.173472,1.675367,52.47012,1.1484127,1.3063589,4.633353,12.491722,67.57182,23.626352,18.90213,274.94388,75.56504,45.15933,60.354168,18.91127,57.367012,11.945371,3.3567686,15.81375,98.85759,41.127026,13.726888,34.07938,10.763889,16.084085,20.453148,1.6204153,91.853836,15.686337,238.13132,9.768707,384.00607,20.79183,753.4275,192.66718,5.171011,11.894021,208.35402,287.8117,1128.4625,656.88916 +2023-11-30 23:00:00,0.0,3442.6492,71.19094,32.958317,81.96819,49.72177,333.59286,43.694828,86.251686,22.335154,53.26379,378.0491,96.20763,24.244894,180.62263,0.32211587,0.046284493,65.40569,0.14710602,11.618293,1062.7029,14.857436,1277.0422,137.21986,0.5786945,32.520916,658.6288,48.606087,431.30957,207.82451,4271.1313,5.867726,2700.123,79.5196,1.7753404,3.527817,10.9065485,248.17186,301.1918,116.46996,53.015278,40.009598,11.602544,825.77783,48.74427,41.219673,11.394422,472.51013,14.688454,543.4998,6.0123672,40.372635,0.0,772.30005,2234.7046,0.24594401,179.00871,17.653423,13457.03,25.991978,0.7774525,8.901435,22.965122,5.9801116,1.8860893,12.766019,310.35916,77.51424,9.285481,0.6439692,2.0457342,113.107605,1.8914675,148.81195,275.46902,2106.4624,481.71277,97.454094,166.46367,257.46124,10.266012,13.964535,133.71826,19.639925,26.990685,12.642693,19.76697,151.1603,16.113626,11.470664,48.807682,12.866488,3676.3408,19.04088,21.751389,16.327673,10.712321,191.13055,39.67751,15.257639,6.7081814,7.9718046,12.445638,56.85325,109.73122,29.677568,154.7861,20.20008,5.0682144,49.824566,37.273518,77.172485,88.821594,10.374372,3.0269792,4.912504,18.958817,2406.848,8.239154,2.680185,53.849606,13.064252,139.61914,76.8643,119.03829,3.5983946,66.824936,448.18375,350.86438,31.106466,357.69485,44.021526,54.289825,72.96437,34.05704,5.8173666,25.650396,498.93256,0.5739742,1.4846967,119.27789,23.939089,9.476362,13.3793125,18.041561,167.20288,55.44396,160.91074,899.7904,251.14015,2206.9548,1849.9873,20.471743,26.874937,2173.1428,23.718613,42.161343,518.6273,74.17393,115.70483,53.700584,231.7274,321.03088,468.23154,9.563237,73.394226,318.9431,450.3159,13.902343,115.77876,15.149236,1.6752975,52.472515,1.1483877,1.3064497,4.6326404,12.485861,67.37392,23.608543,18.901064,274.7094,75.49085,45.11538,60.302082,18.89135,57.371006,11.931019,3.3333845,15.806875,98.78264,41.099228,13.703171,34.105404,10.756945,16.056328,20.44324,1.6169797,91.78117,15.657679,237.95038,9.762625,383.59863,20.772356,753.84296,192.55989,5.156541,11.888629,208.04483,287.45624,1127.7814,657.3294 +2023-12-01 00:00:00,0.0,3439.915,71.083786,32.89,81.935295,49.7,333.6026,43.690506,86.23295,22.327002,53.258316,377.13895,96.22378,24.24,180.51875,0.32053125,0.044560004,65.428246,0.14341463,11.63442,1062.9092,14.878034,1277.6157,137.24858,0.5794815,32.566124,659.0598,48.615383,431.66666,207.8909,4265.9014,5.875533,2700.0967,79.62061,1.7775455,3.5323334,10.921152,248.11111,301.125,116.5899,53.0,40.00909,11.597837,824.8682,48.807358,41.18331,11.377857,472.5064,14.669001,543.6969,6.0074983,40.334805,0.0,772.0574,2232.7559,0.24529915,178.85938,17.635685,13442.908,25.979311,0.77719516,8.890476,22.942415,5.9782495,1.8854418,12.757143,310.09445,77.388885,9.268787,0.64370143,2.0446005,113.1,1.8881043,148.72,275.5,2106.75,481.4,97.44455,166.5,257.66226,10.272871,13.9725,133.85391,19.662403,27.019464,12.629423,19.749146,151.22223,16.108625,11.457733,48.797146,12.867857,3676.6667,19.033358,21.75,16.3256,10.711375,191.14285,39.68068,15.25,6.7096667,7.965364,12.438235,56.83542,109.68421,29.675,154.7908,20.1952,5.054909,49.75643,37.239998,77.05111,88.83733,10.386,3.025,4.9116664,18.940426,2402.7056,8.247586,2.6661906,53.833332,13.058621,139.5881,76.9,119.04067,3.5988889,66.8,448.14032,350.91223,31.076729,357.5665,44.0,54.28286,72.93019,34.077408,5.8212757,25.660702,498.82977,0.5740741,1.4856666,119.3263,23.957142,9.477273,13.383951,18.043404,167.27007,55.4875,160.9199,899.9496,250.90909,2206.3076,1849.68,20.455,26.818182,2171.0183,23.727276,42.083332,518.4906,74.045,115.55,53.63158,231.26666,320.75232,468.2417,9.554285,73.32667,318.91028,450.00797,13.886154,115.65714,15.125,1.6752279,52.47491,1.1483628,1.3065403,4.6319275,12.48,67.176,23.590733,18.9,274.47495,75.416664,45.07143,60.25,18.87143,57.375,11.916667,3.3100002,15.8,98.70769,41.07143,13.679455,34.131428,10.75,16.02857,20.433332,1.613544,91.7085,15.62902,237.76944,9.756542,383.1912,20.75288,754.2584,192.45259,5.142071,11.883237,207.73566,287.10077,1127.1002,657.76965 +2023-12-01 01:00:00,0.0,3438.6868,71.05095,32.85864,81.888405,49.67738,333.51852,43.671917,86.18816,22.322636,53.225224,376.95035,96.27405,24.228281,180.35216,0.32060236,0.045106616,65.40905,0.16474691,11.652212,1062.3363,14.875456,1276.971,137.2322,0.59819585,32.58691,658.7194,48.64371,432.20773,207.95265,4263.922,5.9103656,2700.2795,79.88958,1.7985686,3.5512466,11.013529,248.09082,301.1042,117.08801,52.98387,39.987476,11.596605,824.4384,49.02718,41.197002,11.372346,472.6123,14.665758,543.767,6.007351,40.319637,0.0,772.01794,2232.102,0.24530849,178.74005,17.6312,13438.119,25.978935,0.777466,8.886322,22.9325,5.979765,1.8856382,12.75153,309.9943,77.35864,9.262782,0.64369756,2.0454502,113.10594,1.8869663,148.7053,275.31384,2106.2322,481.0333,97.42984,166.47804,258.34915,10.310661,13.996541,134.58305,19.709845,27.087538,12.626141,19.74873,151.27405,16.101189,11.456109,48.800842,12.872437,3677.112,19.032024,21.747648,16.324709,10.709866,191.24638,39.694626,15.262096,6.7104897,7.9633956,12.440915,56.833996,109.63677,29.676914,154.82465,20.192598,5.054063,49.749294,37.224922,77.00359,88.87154,10.400319,3.0231519,4.934596,18.93288,2401.8958,8.26394,2.663712,53.79179,13.056396,139.56169,76.91389,119.02065,3.604478,66.827255,447.985,350.7695,31.070135,357.41132,44.052597,54.274025,72.925674,34.154846,5.830668,25.679743,498.81595,0.57731074,1.4912369,119.43394,23.957449,9.476168,13.398765,18.052477,167.38562,55.52468,160.92204,900.63293,250.7071,2205.6367,1849.3986,20.444416,26.799105,2170.4316,23.727158,42.052788,518.3896,73.99995,115.48727,53.59868,231.11798,320.67996,468.1998,9.548849,73.29023,318.71143,449.90884,13.881417,115.62447,15.119344,1.6750976,52.484245,1.1481428,1.306244,4.629893,12.478208,67.12844,23.584805,18.903494,274.9293,75.38721,45.05242,60.22144,18.865458,57.411625,11.9172945,3.3424687,15.793615,98.67338,41.04805,13.710268,34.147682,10.749362,16.074749,20.459162,1.6130316,91.67289,15.62205,237.74864,9.753436,383.07867,20.755024,754.6063,192.37317,5.13942,11.881419,207.66606,286.97586,1126.8536,658.0615 +2023-12-01 02:00:00,0.0,3437.4585,71.018105,32.82728,81.84151,49.65476,333.43448,43.65333,86.14338,22.318268,53.192127,376.76172,96.32432,24.21656,180.18556,0.32067347,0.04565323,65.38985,0.1860792,11.670005,1061.7634,14.872877,1276.3262,137.2158,0.6169102,32.607693,658.37897,48.672043,432.7488,208.0144,4261.9424,5.9451976,2700.4624,80.15855,1.8195918,3.5701602,11.105907,248.07053,301.08334,117.586136,52.967743,39.965866,11.595372,824.00867,49.247,41.21069,11.366836,472.71817,14.662517,543.8371,6.0072036,40.30447,0.0,771.9785,2231.4485,0.24531783,178.62073,17.626719,13433.33,25.97856,0.7777368,8.882169,22.922585,5.981281,1.8858348,12.745916,309.89413,77.3284,9.256777,0.6436937,2.0462997,113.111885,1.8858285,148.69063,275.1277,2105.714,480.66663,97.41514,166.4561,259.036,10.348452,14.020583,135.31221,19.757286,27.155611,12.622858,19.748314,151.32587,16.093754,11.454485,48.804543,12.877017,3677.5574,19.030691,21.745296,16.323816,10.708355,191.3499,39.708572,15.274194,6.7113123,7.961427,12.443596,56.83257,109.58933,29.67883,154.85849,20.189999,5.0532165,49.742153,37.20985,76.95608,88.90573,10.414639,3.021304,4.957526,18.925335,2401.086,8.280293,2.6612334,53.750244,13.05417,139.5353,76.92778,119.00063,3.6100667,66.85451,447.82965,350.6268,31.063541,357.2561,44.105198,54.265186,72.921165,34.23229,5.8400598,25.698786,498.80215,0.5805474,1.4968073,119.54158,23.957756,9.475062,13.413577,18.06155,167.50117,55.56186,160.92418,901.31616,250.50513,2204.9658,1849.1172,20.43383,26.780027,2169.845,23.72704,42.022243,518.2886,73.95489,115.42453,53.565777,230.96928,320.6076,468.15787,9.543413,73.253784,318.5126,449.80972,13.87668,115.591805,15.1136875,1.6749674,52.49358,1.147923,1.3059478,4.6278577,12.476416,67.08087,23.578876,18.906988,275.38364,75.35775,45.033413,60.192875,18.859486,57.448254,11.917921,3.3749375,15.787231,98.63907,41.02467,13.741081,34.163937,10.748723,16.120928,20.484991,1.6125191,91.637276,15.615081,237.72784,9.750331,382.96616,20.757168,754.9542,192.29375,5.136769,11.879602,207.59645,286.85092,1126.607,658.35345 +2023-12-01 03:00:00,0.0,3436.2302,70.98527,32.795918,81.79462,49.632137,333.3504,43.634743,86.0986,22.313902,53.159035,376.57312,96.374596,24.204842,180.01897,0.32074457,0.046199843,65.37065,0.20741148,11.687797,1061.1907,14.870299,1275.6815,137.19942,0.6356245,32.62848,658.0386,48.70037,433.28986,208.07616,4259.963,5.98003,2700.6455,80.42751,1.8406148,3.5890734,11.198285,248.05022,301.06253,118.08425,52.951614,39.944252,11.59414,823.57886,49.466824,41.22438,11.361324,472.82404,14.659274,543.9072,6.007056,40.289303,0.0,771.9391,2230.7947,0.24532717,178.5014,17.622234,13428.54,25.978186,0.7780076,8.878015,22.912672,5.982796,1.8860313,12.740304,309.79398,77.29816,9.2507715,0.6436898,2.0471494,113.11783,1.8846905,148.67593,274.94153,2105.1963,480.29993,97.40044,166.43414,259.7229,10.386242,14.044624,136.04135,19.804728,27.223684,12.6195755,19.747898,151.3777,16.086317,11.45286,48.80824,12.881597,3678.0027,19.029358,21.742943,16.322926,10.706845,191.45343,39.72252,15.28629,6.7121353,7.9594584,12.446276,56.831146,109.54189,29.680746,154.89232,20.187397,5.05237,49.735016,37.194775,76.90856,88.93993,10.428959,3.0194557,4.980456,18.91779,2400.276,8.296648,2.658755,53.708702,13.051943,139.50888,76.941666,118.98061,3.6156557,66.88176,447.67432,350.48407,31.056948,357.10092,44.157795,54.25635,72.91665,34.309727,5.849452,25.717827,498.78833,0.58378404,1.5023776,119.649216,23.958063,9.473957,13.4283905,18.070623,167.61673,55.59904,160.92632,901.9995,250.30315,2204.2947,1848.8357,20.423246,26.760952,2169.2583,23.72692,41.9917,518.18756,73.909836,115.3618,53.532875,230.8206,320.53525,468.11597,9.537977,73.21735,318.31375,449.71063,13.871943,115.55913,15.108031,1.6748371,52.502914,1.147703,1.3056515,4.625823,12.474623,67.03331,23.572948,18.910484,275.83795,75.32829,45.014404,60.164314,18.853516,57.48488,11.918549,3.407406,15.780847,98.60476,41.001293,13.7718935,34.18019,10.748085,16.167107,20.510818,1.6120068,91.60166,15.608111,237.70703,9.747225,382.85364,20.75931,755.3021,192.21432,5.134118,11.877785,207.52686,286.726,1126.3605,658.6453 +2023-12-01 04:00:00,0.0,3435.0017,70.95243,32.764557,81.74773,49.609516,333.26636,43.616154,86.05382,22.309534,53.125942,376.3845,96.424866,24.193123,179.85239,0.32081568,0.046746455,65.35145,0.22874378,11.705588,1060.6178,14.867722,1275.0367,137.18301,0.6543389,32.649265,657.6981,48.7287,433.83093,208.13791,4257.9834,6.0148625,2700.8284,80.69648,1.861638,3.6079867,11.290663,248.02992,301.04172,118.58237,52.935482,39.922638,11.592907,823.14905,49.68665,41.238068,11.355813,472.92987,14.656032,543.9773,6.006909,40.27413,0.0,771.89966,2230.1409,0.2453365,178.38206,17.617752,13423.751,25.97781,0.77827847,8.87386,22.902758,5.984312,1.8862277,12.734691,309.69382,77.26792,9.244766,0.64368594,2.0479991,113.12377,1.8835526,148.66124,274.75537,2104.6782,479.93323,97.38573,166.41219,260.40976,10.424032,14.068666,136.77051,19.85217,27.291758,12.616293,19.747482,151.42952,16.07888,11.451236,48.811935,12.886177,3678.448,19.028025,21.740591,16.322033,10.705336,191.55696,39.73647,15.298388,6.712958,7.95749,12.4489565,56.829723,109.49445,29.682661,154.92616,20.184795,5.0515237,49.72788,37.179703,76.861046,88.97413,10.443279,3.0176077,5.0033855,18.910244,2399.466,8.313002,2.6562765,53.66716,13.049717,139.48248,76.95556,118.960594,3.6212444,66.90901,447.51898,350.34134,31.050354,356.94574,44.210396,54.247513,72.91213,34.387165,5.858844,25.73687,498.77454,0.5870207,1.507948,119.75686,23.95837,9.472852,13.443204,18.079697,167.73228,55.636223,160.92845,902.68274,250.10117,2203.6238,1848.5543,20.41266,26.741875,2168.6716,23.7268,41.961155,518.08655,73.864784,115.299065,53.499973,230.6719,320.4629,468.07407,9.532541,73.1809,318.11493,449.6115,13.867207,115.52646,15.102375,1.6747068,52.51225,1.1474831,1.3053553,4.623788,12.472831,66.98574,23.56702,18.913979,276.2923,75.298836,44.99539,60.135754,18.847544,57.521507,11.919176,3.4398746,15.774463,98.57044,40.977913,13.802707,34.196445,10.747446,16.213285,20.536648,1.6114944,91.56605,15.601142,237.68623,9.74412,382.74112,20.761454,755.65,192.1349,5.131467,11.875967,207.45724,286.60107,1126.1139,658.9372 +2023-12-01 05:00:00,0.0,3433.7734,70.919586,32.733196,81.70083,49.586895,333.18228,43.59757,86.00903,22.305168,53.092846,376.1959,96.475136,24.181404,179.68579,0.3208868,0.047293067,65.33225,0.25007606,11.723381,1060.0449,14.865143,1274.392,137.16663,0.67305326,32.670048,657.3577,48.75703,434.372,208.19965,4256.0034,6.0496945,2701.0112,80.96545,1.8826611,3.6269,11.383041,248.00963,301.0209,119.08049,52.919353,39.901028,11.591675,822.71924,49.90647,41.25176,11.350302,473.03577,14.65279,544.0474,6.006761,40.258965,0.0,771.8602,2229.4873,0.24534585,178.26274,17.613268,13418.962,25.977434,0.7785493,8.869707,22.892841,5.9858274,1.8864242,12.729077,309.59366,77.23768,9.238761,0.643682,2.0488486,113.129715,1.8824147,148.64656,274.5692,2104.1604,479.56656,97.371025,166.39023,261.09665,10.4618225,14.092708,137.49965,19.899612,27.35983,12.61301,19.747066,151.48134,16.071445,11.449612,48.81563,12.890757,3678.8936,19.02669,21.73824,16.321142,10.703826,191.66049,39.750416,15.310484,6.713781,7.9555216,12.451636,56.828297,109.447014,29.684576,154.96,20.182194,5.0506773,49.720737,37.164627,76.81354,89.00833,10.457599,3.0157595,5.026315,18.902699,2398.6562,8.329355,2.6537979,53.625614,13.047491,139.45607,76.969444,118.940575,3.6268334,66.93626,447.36365,350.19864,31.043758,356.79053,44.262993,54.238678,72.90762,34.464607,5.868236,25.75591,498.7607,0.59025735,1.5135183,119.864494,23.958677,9.471747,13.458016,18.08877,167.84784,55.673405,160.9306,903.366,249.89919,2202.953,1848.2728,20.402077,26.722797,2168.0852,23.726683,41.93061,517.9855,73.81973,115.23633,53.46707,230.52322,320.3905,468.03217,9.527105,73.14446,317.91608,449.5124,13.86247,115.49379,15.096718,1.6745765,52.521584,1.1472633,1.305059,4.621753,12.471039,66.93818,23.56109,18.917473,276.74664,75.26937,44.976383,60.10719,18.841572,57.558132,11.919804,3.4723434,15.768078,98.53613,40.954533,13.83352,34.2127,10.746808,16.259464,20.562477,1.610982,91.53044,15.5941725,237.66544,9.741014,382.62863,20.763597,755.9979,192.05548,5.128816,11.87415,207.38765,286.47617,1125.8673,659.2291 +2023-12-01 06:00:00,0.0,3432.5452,70.88675,32.701836,81.65394,49.564274,333.09824,43.57898,85.96425,22.3008,53.059753,376.00726,96.525406,24.169683,179.5192,0.3209579,0.047839683,65.31305,0.27140835,11.741173,1059.472,14.862565,1273.7472,137.15024,0.69176763,32.690834,657.01733,48.78536,434.9131,208.2614,4254.024,6.084527,2701.194,81.23441,1.9036843,3.6458135,11.475418,247.98933,301.00006,119.578606,52.903225,39.879414,11.590442,822.2895,50.126293,41.265446,11.344791,473.1416,14.649548,544.1175,6.0066137,40.243797,0.0,771.8208,2228.8335,0.24535519,178.14342,17.608786,13414.173,25.977058,0.7788201,8.865553,22.882927,5.987343,1.8866208,12.723464,309.4935,77.207436,9.232756,0.6436781,2.0496984,113.13566,1.8812767,148.63187,274.38306,2103.6423,479.19986,97.35632,166.36829,261.7835,10.499613,14.116749,138.22879,19.947054,27.427904,12.609728,19.74665,151.53316,16.064009,11.447988,48.819332,12.895337,3679.3389,19.025356,21.735888,16.32025,10.702315,191.764,39.764362,15.32258,6.714604,7.953553,12.454317,56.826874,109.399574,29.686491,154.99385,20.179594,5.049831,49.7136,37.149555,76.76602,89.04253,10.471919,3.0139115,5.0492454,18.895155,2397.8464,8.345709,2.6513193,53.584072,13.045265,139.42967,76.98334,118.920555,3.6324224,66.96351,447.2083,350.0559,31.037165,356.63535,44.31559,54.22984,72.90311,34.542046,5.877628,25.774954,498.7469,0.593494,1.5190886,119.97214,23.958984,9.470642,13.47283,18.097843,167.9634,55.710583,160.93274,904.0493,249.6972,2202.282,1847.9915,20.39149,26.70372,2167.4985,23.726564,41.900066,517.88446,73.77467,115.17359,53.43417,230.37454,320.31815,467.99023,9.521669,73.10802,317.71725,449.41327,13.857733,115.46112,15.091062,1.6744463,52.53092,1.1470433,1.3047627,4.619718,12.469247,66.89062,23.555162,18.920967,277.201,75.239914,44.957375,60.07863,18.8356,57.594757,11.92043,3.504812,15.761694,98.50182,40.931152,13.864333,34.22896,10.746169,16.305643,20.588306,1.6104696,91.49483,15.587204,237.64464,9.737908,382.5161,20.765741,756.3458,191.97606,5.1261654,11.872333,207.31805,286.35123,1125.6207,659.521 +2023-12-01 07:00:00,0.0,3431.317,70.85391,32.670475,81.60705,49.541653,333.01416,43.56039,85.919464,22.296434,53.026657,375.81866,96.575676,24.157965,179.3526,0.32102904,0.048386294,65.29385,0.29274064,11.758965,1058.8993,14.859987,1273.1025,137.13385,0.710482,32.71162,656.6769,48.813686,435.45413,208.32315,4252.0444,6.119359,2701.377,81.50338,1.9247073,3.6647267,11.567797,247.96904,300.97925,120.07673,52.887096,39.8578,11.58921,821.8597,50.346115,41.279137,11.33928,473.2475,14.646306,544.1876,6.0064664,40.22863,0.0,771.7813,2228.1797,0.24536453,178.0241,17.604301,13409.383,25.976683,0.77909094,8.861399,22.873013,5.9888587,1.8868172,12.717851,309.39334,77.17719,9.226751,0.64367425,2.050548,113.1416,1.8801388,148.61719,274.1969,2103.1245,478.83316,97.34161,166.34633,262.4704,10.537403,14.140791,138.95795,19.994495,27.495977,12.606445,19.746235,151.58498,16.056574,11.446363,48.82303,12.899917,3679.7842,19.024023,21.733536,16.319359,10.700806,191.86754,39.77831,15.334678,6.7154264,7.951585,12.456997,56.825447,109.352135,29.688406,155.02768,20.176992,5.0489845,49.706463,37.13448,76.718506,89.07673,10.4862385,3.0120633,5.072175,18.88761,2397.0364,8.362063,2.6488407,53.542526,13.043038,139.40326,76.99722,118.900536,3.6380112,66.99076,447.05298,349.91318,31.030571,356.48013,44.36819,54.221004,72.89859,34.619488,5.88702,25.793995,498.7331,0.59673065,1.524659,120.07977,23.959293,9.469537,13.487643,18.106916,168.07896,55.747765,160.93488,904.7326,249.49524,2201.6108,1847.71,20.380907,26.684645,2166.9119,23.726446,41.869522,517.78345,73.72962,115.110855,53.401268,230.22585,320.2458,467.94833,9.516234,73.07158,317.5184,449.31418,13.852996,115.428444,15.085405,1.674316,52.540253,1.1468234,1.3044665,4.6176834,12.467455,66.84305,23.549234,18.924461,277.6553,75.21046,44.938366,60.050068,18.829628,57.631386,11.921058,3.5372806,15.755309,98.467514,40.907776,13.895145,34.245213,10.745531,16.351824,20.614134,1.6099572,91.45921,15.580235,237.62384,9.734802,382.4036,20.767883,756.6937,191.89664,5.123514,11.870515,207.24844,286.22632,1125.3743,659.81287 +2023-12-01 08:00:00,0.0,3430.0886,70.821075,32.639114,81.56015,49.51903,332.9301,43.541805,85.87468,22.292067,52.993565,375.63004,96.62595,24.146246,179.186,0.32110015,0.048932906,65.27465,0.3140729,11.776757,1058.3264,14.857409,1272.4578,137.11746,0.72919637,32.732407,656.3365,48.84202,435.9952,208.3849,4250.065,6.1541915,2701.56,81.77235,1.9457304,3.68364,11.660174,247.94873,300.95844,120.574844,52.870968,39.83619,11.587977,821.4299,50.565937,41.292824,11.333769,473.35336,14.643064,544.25775,6.006319,40.213463,0.0,771.7419,2227.5261,0.24537387,177.90477,17.599817,13404.594,25.976307,0.7793618,8.857245,22.863098,5.990374,1.8870137,12.712237,309.29318,77.14695,9.220746,0.6436704,2.0513976,113.14755,1.8790009,148.6025,274.01074,2102.6064,478.4665,97.32692,166.32437,263.15726,10.575193,14.164832,139.68709,20.041937,27.564053,12.603163,19.745821,151.63681,16.049137,11.444738,48.826725,12.904497,3680.2295,19.02269,21.731182,16.318466,10.699296,191.97107,39.792255,15.346774,6.7162495,7.949616,12.459678,56.824024,109.304695,29.690321,155.06152,20.17439,5.048138,49.69932,37.119408,76.67099,89.11092,10.500559,3.010215,5.0951047,18.880064,2396.2266,8.378417,2.646362,53.500984,13.0408125,139.37686,77.011116,118.880516,3.6436002,67.01801,446.89764,349.77048,31.023977,356.32495,44.420788,54.212166,72.89408,34.696926,5.896412,25.813038,498.71927,0.5999673,1.5302293,120.187416,23.9596,9.468431,13.502456,18.11599,168.19452,55.784946,160.93701,905.4159,249.29326,2200.94,1847.4286,20.370323,26.665567,2166.3252,23.726326,41.838978,517.68243,73.68457,115.04812,53.368366,230.07716,320.17343,467.90643,9.510798,73.03513,317.31958,449.21506,13.848259,115.395775,15.079749,1.6741858,52.549587,1.1466036,1.3041703,4.6156487,12.465663,66.79549,23.543306,18.927958,278.10965,75.181,44.919357,60.021507,18.823656,57.66801,11.921685,3.5697494,15.748925,98.433205,40.884396,13.925959,34.261467,10.744892,16.398003,20.639963,1.6094447,91.4236,15.573265,237.60303,9.731697,382.29108,20.770027,757.0416,191.81721,5.1208634,11.868698,207.17885,286.1014,1125.1277,660.1048 +2023-12-01 09:00:00,0.0,3428.8604,70.78823,32.607758,81.51326,49.49641,332.84604,43.523216,85.8299,22.2877,52.960472,375.44144,96.67622,24.134525,179.01941,0.32117125,0.04947952,65.255455,0.3354052,11.794549,1057.7535,14.854831,1271.813,137.10107,0.7479107,32.75319,655.99603,48.870346,436.5363,208.44666,4248.0854,6.189024,2701.743,82.04132,1.9667536,3.7025533,11.752552,247.92844,300.9376,121.07296,52.85484,39.814575,11.586744,821.0001,50.78576,41.306515,11.3282585,473.45923,14.639821,544.3278,6.0061717,40.198296,0.0,771.70245,2226.8723,0.24538322,177.78545,17.595335,13399.805,25.975933,0.77963257,8.853091,22.853184,5.99189,1.8872101,12.706625,309.19302,77.11671,9.214741,0.6436665,2.0522473,113.153496,1.8778629,148.5878,273.8246,2102.0886,478.0998,97.31221,166.30241,263.84415,10.612984,14.188874,140.41624,20.089378,27.632126,12.599879,19.745403,151.68863,16.0417,11.443114,48.830425,12.909077,3680.6748,19.021357,21.72883,16.317575,10.697786,192.07458,39.806202,15.3588705,6.7170725,7.9476476,12.4623575,56.8226,109.257256,29.692238,155.09537,20.171791,5.0472918,49.692184,37.104332,76.623474,89.14513,10.514878,3.008367,5.1180344,18.872519,2395.4167,8.394771,2.6438837,53.459442,13.038587,139.35045,77.025,118.8605,3.649189,67.045265,446.7423,349.62775,31.017384,356.16977,44.47339,54.20333,72.889565,34.774364,5.905804,25.832079,498.70544,0.60320395,1.5357997,120.29505,23.959908,9.467326,13.517269,18.125063,168.31007,55.822124,160.93915,906.0992,249.09128,2200.269,1847.1471,20.359737,26.64649,2165.7385,23.726208,41.808434,517.5814,73.63951,114.98539,53.335464,229.92847,320.10107,467.8645,9.5053625,72.998695,317.12073,449.11594,13.843522,115.363106,15.074093,1.6740556,52.55892,1.1463836,1.303874,4.6136136,12.46387,66.747925,23.537378,18.931452,278.564,75.15154,44.90035,59.992943,18.817686,57.704636,11.922312,3.602218,15.74254,98.398895,40.861015,13.956772,34.27772,10.744254,16.444181,20.665792,1.6089324,91.387985,15.566296,237.58223,9.728591,382.17856,20.772171,757.3895,191.7378,5.118212,11.86688,207.10924,285.97647,1124.8811,660.39667 +2023-12-01 10:00:00,0.0,3427.632,70.755394,32.576397,81.46637,49.47379,332.76196,43.504627,85.78512,22.283333,52.927376,375.2528,96.726494,24.122807,178.85281,0.32124236,0.050026134,65.23625,0.3567375,11.812342,1057.1807,14.852253,1271.1682,137.08469,0.76662505,32.773975,655.65564,48.898674,437.07736,208.5084,4246.106,6.223856,2701.9258,82.31029,1.9877768,3.7214668,11.84493,247.90814,300.91678,121.57108,52.83871,39.79296,11.585512,820.5703,51.005585,41.3202,11.322747,473.56512,14.6365795,544.39795,6.0060244,40.18313,0.0,771.663,2226.2185,0.24539256,177.6661,17.59085,13395.016,25.975557,0.7799034,8.848938,22.84327,5.9934053,1.8874067,12.701012,309.09286,77.086464,9.208735,0.64366263,2.0530968,113.15944,1.876725,148.57312,273.63843,2101.5706,477.7331,97.29751,166.28047,264.531,10.650774,14.212915,141.14539,20.13682,27.7002,12.596597,19.74499,151.74045,16.034266,11.44149,48.83412,12.913657,3681.12,19.020023,21.726479,16.316683,10.696276,192.17812,39.820152,15.370968,6.717895,7.945679,12.465038,56.821175,109.209816,29.694153,155.12921,20.16919,5.0464454,49.685047,37.08926,76.57596,89.17932,10.529199,3.0065188,5.1409645,18.864973,2394.607,8.411124,2.641405,53.417896,13.036361,139.32405,77.03889,118.84048,3.654778,67.07252,446.58698,349.48502,31.01079,356.01456,44.525986,54.194492,72.88505,34.851807,5.915196,25.851122,498.69165,0.6064406,1.54137,120.40269,23.960215,9.466221,13.532082,18.134134,168.42563,55.859306,160.94128,906.7825,248.8893,2199.5981,1846.8657,20.349154,26.627413,2165.1519,23.72609,41.77789,517.4804,73.59446,114.92265,53.302563,229.77979,320.02872,467.8226,9.499927,72.96226,316.9219,449.0168,13.838785,115.33044,15.068437,1.6739253,52.568256,1.1461637,1.3035778,4.611579,12.462078,66.700356,23.53145,18.934946,279.01834,75.122086,44.881336,59.964382,18.811714,57.741264,11.922939,3.6346865,15.736156,98.364586,40.837635,13.987585,34.293976,10.743615,16.49036,20.691622,1.60842,91.35237,15.559326,237.56143,9.725486,382.06604,20.774315,757.7374,191.65837,5.1155615,11.865063,207.03964,285.85156,1124.6345,660.68854 +2023-12-01 11:00:00,0.0,3426.4036,70.72256,32.545036,81.41947,49.45117,332.67792,43.486042,85.74033,22.278967,52.894283,375.0642,96.776764,24.111088,178.68623,0.32131347,0.050572746,65.21706,0.37806976,11.830133,1056.6078,14.849674,1270.5234,137.06828,0.7853394,32.79476,655.31525,48.927006,437.6184,208.57016,4244.1265,6.2586884,2702.1086,82.579254,2.0087998,3.74038,11.937307,247.88785,300.89597,122.0692,52.822582,39.77135,11.584279,820.1405,51.225407,41.333893,11.317236,473.67096,14.633337,544.468,6.005877,40.16796,0.0,771.62354,2225.565,0.2454019,177.54678,17.586369,13390.227,25.975182,0.78017426,8.844784,22.833355,5.9949207,1.8876032,12.695398,308.9927,77.05622,9.20273,0.64365876,2.0539465,113.16538,1.8755871,148.55843,273.45227,2101.0527,477.36642,97.28281,166.25851,265.2179,10.688563,14.236958,141.87453,20.184261,27.768272,12.593314,19.744574,151.79227,16.026829,11.439866,48.83782,12.918237,3681.5654,19.01869,21.724127,16.315792,10.694766,192.28165,39.8341,15.383064,6.718718,7.943711,12.467718,56.81975,109.16237,29.696068,155.16304,20.166588,5.045599,49.677906,37.074184,76.52844,89.213524,10.543518,3.0046709,5.163894,18.857428,2393.7969,8.427478,2.6389265,53.376354,13.034135,139.29764,77.05278,118.82046,3.6603668,67.09977,446.43164,349.34232,31.004196,355.85938,44.578583,54.185658,72.88054,34.929245,5.924588,25.870163,498.67783,0.60967726,1.5469403,120.51033,23.960522,9.465116,13.546895,18.143208,168.54118,55.89649,160.94342,907.4657,248.68732,2198.927,1846.5842,20.338568,26.608337,2164.5652,23.725971,41.747345,517.3794,73.54941,114.85992,53.26966,229.63109,319.95636,467.7807,9.494491,72.92581,316.72305,448.91772,13.834048,115.29776,15.06278,1.673795,52.57759,1.1459439,1.3032815,4.609544,12.460286,66.652794,23.525522,18.93844,279.47266,75.09263,44.862328,59.93582,18.805742,57.77789,11.923567,3.6671553,15.729772,98.33028,40.814255,14.018398,34.31023,10.742977,16.53654,20.71745,1.6079077,91.31676,15.552357,237.54063,9.72238,381.95352,20.776459,758.0853,191.57895,5.1129103,11.863246,206.97005,285.72662,1124.388,660.98047 +2023-12-01 12:00:00,0.0,3425.1753,70.68971,32.513676,81.37258,49.42855,332.59384,43.467453,85.69555,22.274601,52.86119,374.87558,96.827034,24.099367,178.51964,0.32138458,0.051119357,65.19786,0.39940205,11.847925,1056.035,14.847096,1269.8788,137.0519,0.8040538,32.815544,654.9748,48.955334,438.1595,208.63191,4242.147,6.293521,2702.2915,82.84822,2.029823,3.7592933,12.029685,247.86755,300.87512,122.567314,52.80645,39.749737,11.583047,819.71075,51.44523,41.347584,11.311726,473.7768,14.630095,544.53815,6.0057297,40.15279,0.0,771.5841,2224.9111,0.24541123,177.42746,17.581884,13385.437,25.974806,0.7804451,8.84063,22.823439,5.9964366,1.8877996,12.689785,308.89255,77.025986,9.196725,0.6436549,2.0547962,113.171326,1.8744491,148.54373,273.26614,2100.5347,476.99973,97.2681,166.23656,265.90475,10.726354,14.260999,142.60368,20.231705,27.836346,12.590032,19.744156,151.84409,16.019392,11.438242,48.84152,12.922817,3682.0107,19.017357,21.721775,16.3149,10.693256,192.38518,39.848045,15.395162,6.7195406,7.9417424,12.470399,56.81833,109.11493,29.697983,155.19688,20.163986,5.0447526,49.67077,37.059113,76.48093,89.24772,10.557838,3.0028226,5.186824,18.849882,2392.987,8.443832,2.636448,53.334812,13.031908,139.27124,77.066666,118.80044,3.6659558,67.12702,446.2763,349.1996,30.997602,355.7042,44.631184,54.17682,72.87602,35.006683,5.93398,25.889204,498.66403,0.6129139,1.5525107,120.617966,23.960829,9.46401,13.561708,18.15228,168.65674,55.93367,160.94556,908.14905,248.48534,2198.256,1846.3029,20.327984,26.58926,2163.9785,23.725851,41.7168,517.2784,73.50436,114.79718,53.23676,229.4824,319.884,467.7388,9.489055,72.88937,316.52423,448.8186,13.829311,115.26509,15.057123,1.6736647,52.586926,1.1457239,1.3029853,4.607509,12.458494,66.605225,23.519594,18.941935,279.927,75.06317,44.84332,59.907257,18.79977,57.814518,11.924194,3.6996238,15.723388,98.29596,40.79088,14.049211,34.326485,10.742339,16.582718,20.743279,1.6073952,91.28114,15.545387,237.51984,9.7192745,381.841,20.7786,758.4332,191.49953,5.1102595,11.861428,206.90044,285.6017,1124.1414,661.27234 +2023-12-01 13:00:00,0.0,3423.947,70.656876,32.482315,81.32569,49.40593,332.5098,43.448868,85.650764,22.270233,52.828094,374.68698,96.877304,24.087648,178.35304,0.3214557,0.051665973,65.17866,0.42073435,11.865718,1055.4622,14.844519,1269.234,137.0355,0.82276815,32.83633,654.6344,48.98366,438.70056,208.69366,4240.1675,6.328353,2702.4746,83.11719,2.050846,3.7782066,12.122063,247.84724,300.8543,123.06544,52.79032,39.728123,11.581814,819.28094,51.66505,41.36127,11.306214,473.8827,14.626853,544.6082,6.0055823,40.137623,0.0,771.5447,2224.2573,0.24542058,177.30814,17.577402,13380.647,25.97443,0.7807159,8.836476,22.813526,5.997952,1.8879962,12.684172,308.7924,76.99574,9.19072,0.643651,2.0556457,113.17727,1.8733112,148.52905,273.08,2100.0168,476.63303,97.253395,166.2146,266.59164,10.764144,14.28504,143.33282,20.279146,27.904419,12.586749,19.743742,151.89592,16.011957,11.436618,48.845215,12.927397,3682.456,19.016022,21.719421,16.314009,10.691747,192.4887,39.86199,15.407258,6.7203636,7.939774,12.473079,56.816902,109.06749,29.699898,155.23073,20.161386,5.043906,49.66363,37.044037,76.43342,89.28192,10.572158,3.0009747,5.2097535,18.842337,2392.1772,8.460186,2.6339693,53.293266,13.029682,139.24483,77.08056,118.78042,3.6715448,67.154274,446.12097,349.05685,30.991009,355.54898,44.68378,54.167984,72.871506,35.084126,5.9433722,25.908247,498.6502,0.61615056,1.558081,120.72561,23.961136,9.462905,13.576521,18.161354,168.7723,55.970848,160.94771,908.8323,248.28336,2197.5852,1846.0214,20.3174,26.570183,2163.3918,23.725733,41.686256,517.17737,73.4593,114.73444,53.203857,229.33372,319.8116,467.69687,9.483619,72.85293,316.32538,448.71948,13.824574,115.23242,15.051467,1.6735345,52.59626,1.145504,1.302689,4.605474,12.456702,66.55766,23.513666,18.945429,280.38135,75.033714,44.82431,59.878696,18.793798,57.851143,11.924821,3.7320924,15.717003,98.26165,40.767498,14.080024,34.34274,10.7417,16.628897,20.769108,1.6068828,91.24553,15.538418,237.49902,9.716168,381.72852,20.780745,758.7811,191.4201,5.107609,11.859611,206.83084,285.4768,1123.8948,661.5642 +2023-12-01 14:00:00,0.0,3422.7188,70.62404,32.450954,81.27879,49.38331,332.42572,43.43028,85.60598,22.265867,52.795002,374.49835,96.92758,24.07593,178.18645,0.3215268,0.052212585,65.15946,0.44206664,11.88351,1054.8893,14.84194,1268.5892,137.01912,0.8414825,32.857117,654.29395,49.011993,439.24164,208.7554,4238.1875,6.3631854,2702.6575,83.386154,2.0718691,3.79712,12.214441,247.82695,300.8335,123.56355,52.774193,39.706512,11.580582,818.85114,51.884872,41.37496,11.300703,473.98856,14.6236105,544.67834,6.005435,40.122456,0.0,771.5053,2223.6038,0.24542992,177.18881,17.572918,13375.858,25.974054,0.7809867,8.832322,22.803612,5.9994674,1.8881927,12.678558,308.69223,76.9655,9.184714,0.64364713,2.0564954,113.18321,1.8721733,148.51436,272.89383,2099.4988,476.26636,97.23869,166.19266,267.2785,10.801934,14.309082,144.06198,20.326588,27.972492,12.583467,19.743326,151.94774,16.00452,11.434993,48.84891,12.931977,3682.9016,19.014688,21.71707,16.313116,10.690236,192.59222,39.87594,15.419354,6.7211866,7.937805,12.475759,56.81548,109.02005,29.701815,155.26457,20.158785,5.04306,49.65649,37.02896,76.3859,89.31612,10.586478,2.9991264,5.2326837,18.834791,2391.3674,8.47654,2.6314907,53.251724,13.027456,139.21843,77.094444,118.7604,3.6771336,67.18152,445.96564,348.91415,30.984415,355.3938,44.73638,54.15915,72.867,35.161564,5.952764,25.927288,498.63638,0.6193872,1.5636514,120.833244,23.961443,9.461801,13.591334,18.170427,168.88785,56.00803,160.94984,909.5156,248.08138,2196.9143,1845.74,20.306814,26.551105,2162.8052,23.725615,41.655712,517.07635,73.414246,114.67171,53.170956,229.18503,319.73926,467.65497,9.478183,72.81649,316.12656,448.62036,13.819838,115.19975,15.045811,1.6734042,52.605595,1.1452842,1.3023927,4.6034393,12.45491,66.5101,23.507736,18.948925,280.8357,75.00426,44.8053,59.850136,18.787827,57.887768,11.925448,3.7645612,15.710618,98.22734,40.744118,14.110837,34.358994,10.741062,16.675076,20.794937,1.6063704,91.20992,15.531448,237.47823,9.713063,381.616,20.782888,759.129,191.34068,5.1049576,11.857794,206.76123,285.35187,1123.6482,661.85614 +2023-12-01 15:00:00,0.0,3421.4905,70.591194,32.419594,81.2319,49.360687,332.34167,43.41169,85.5612,22.2615,52.761906,374.30975,96.97785,24.06421,178.01985,0.3215979,0.052759197,65.14026,0.4633989,11.901301,1054.3164,14.839362,1267.9445,137.00273,0.8601968,32.8779,653.95355,49.04032,439.78268,208.81715,4236.208,6.398018,2702.8403,83.65512,2.0928924,3.8160334,12.306818,247.80666,300.81268,124.061676,52.758064,39.6849,11.579349,818.4213,52.104694,41.38865,11.295192,474.09442,14.620368,544.7484,6.005287,40.10729,0.0,771.4658,2222.95,0.24543926,177.06949,17.568434,13371.069,25.97368,0.78125757,8.828168,22.793695,6.000983,1.8883891,12.672946,308.59207,76.93526,9.178709,0.6436432,2.0573452,113.189156,1.8710353,148.49968,272.70767,2098.981,475.89966,97.22398,166.1707,267.9654,10.839725,14.333123,144.79112,20.37403,28.040565,12.580184,19.742908,151.99956,15.997085,11.433369,48.852608,12.936557,3683.347,19.013355,21.714718,16.312225,10.688726,192.69576,39.889885,15.431452,6.722009,7.935837,12.478439,56.814053,108.97261,29.70373,155.2984,20.156183,5.0422134,49.649353,37.01389,76.33839,89.35032,10.600798,2.9972782,5.2556133,18.827246,2390.5574,8.492893,2.6290123,53.21018,13.02523,139.19202,77.10834,118.74038,3.6827226,67.20877,445.8103,348.77142,30.97782,355.2386,44.78898,54.15031,72.86248,35.239006,5.9621563,25.946331,498.6226,0.62262386,1.5692217,120.94089,23.96175,9.460695,13.606148,18.1795,169.0034,56.04521,160.95198,910.19885,247.8794,2196.2432,1845.4585,20.29623,26.532028,2162.2188,23.725496,41.625168,516.9753,73.369194,114.60898,53.138054,229.03635,319.6669,467.61307,9.472747,72.780045,315.9277,448.52127,13.815101,115.167076,15.040154,1.6732739,52.61493,1.1450642,1.3020965,4.6014047,12.453117,66.46253,23.501808,18.95242,281.29,74.97479,44.786293,59.82157,18.781857,57.924397,11.926076,3.7970297,15.704234,98.19303,40.720737,14.14165,34.375248,10.740423,16.721254,20.820765,1.605858,91.17431,15.524479,237.45743,9.709957,381.50348,20.785032,759.4769,191.26126,5.102307,11.855976,206.69164,285.22696,1123.4016,662.148 +2023-12-01 16:00:00,0.0,3420.2622,70.55836,32.388233,81.18501,49.338066,332.2576,43.393105,85.51642,22.257133,52.728813,374.12112,97.02812,24.05249,177.85326,0.321669,0.053305812,65.12106,0.4847312,11.919094,1053.7435,14.836784,1267.2997,136.98634,0.8789112,32.898685,653.61316,49.06865,440.32376,208.8789,4234.2285,6.43285,2703.0232,83.92409,2.1139154,3.8349466,12.399197,247.78636,300.79184,124.55979,52.741936,39.663284,11.578116,817.9916,52.324516,41.40234,11.289681,474.20032,14.617126,544.81854,6.00514,40.09212,0.0,771.4264,2222.2961,0.2454486,176.95015,17.563951,13366.279,25.973305,0.7815284,8.824015,22.783781,6.0024986,1.8885856,12.667333,308.4919,76.905014,9.172704,0.6436393,2.0581946,113.1951,1.8698974,148.48499,272.5215,2098.463,475.53296,97.20928,166.14874,268.65225,10.877515,14.357165,145.52026,20.42147,28.108639,12.576901,19.742495,152.05138,15.989649,11.431745,48.856308,12.941137,3683.7922,19.012022,21.712366,16.311333,10.687217,192.79929,39.903835,15.443548,6.722832,7.9338684,12.481119,56.81263,108.92517,29.705645,155.33224,20.153584,5.041367,49.642216,36.998814,76.29087,89.384514,10.615118,2.9954302,5.278543,18.819702,2389.7476,8.509248,2.6265337,53.168636,13.023004,139.1656,77.12222,118.72036,3.6883113,67.23602,445.65497,348.6287,30.971226,355.0834,44.841576,54.141476,72.85796,35.316444,5.971548,25.965372,498.60876,0.6258605,1.574792,121.04852,23.962057,9.45959,13.62096,18.188574,169.11896,56.082394,160.95412,910.8822,247.67741,2195.5723,1845.1771,20.285645,26.512953,2161.632,23.725378,41.594624,516.87427,73.324135,114.54624,53.105152,228.88765,319.59454,467.57117,9.467311,72.74361,315.72888,448.42215,13.810365,115.13441,15.034498,1.6731436,52.624264,1.1448443,1.3018003,4.5993695,12.451325,66.41497,23.49588,18.955914,281.74435,74.945335,44.767284,59.79301,18.775885,57.96102,11.9267025,3.8294983,15.697849,98.15872,40.69736,14.172462,34.391506,10.739785,16.767433,20.846594,1.6053456,91.138695,15.517509,237.43663,9.706852,381.39096,20.787174,759.8248,191.18184,5.0996556,11.854159,206.62204,285.10202,1123.155,662.4399 +2023-12-01 17:00:00,0.0,3419.034,70.52552,32.356873,81.138115,49.315445,332.17355,43.374516,85.471634,22.252766,52.69572,373.93253,97.07839,24.040771,177.68666,0.32174012,0.053852424,65.10186,0.50606346,11.936886,1053.1708,14.834206,1266.655,136.96994,0.89762557,32.91947,653.2727,49.09698,440.86484,208.94066,4232.249,6.4676824,2703.206,84.193054,2.1349385,3.85386,12.491574,247.76607,300.77103,125.05791,52.725807,39.641674,11.576884,817.56177,52.544342,41.416027,11.28417,474.30615,14.613884,544.8887,6.0049925,40.076954,0.0,771.38696,2221.6426,0.24545795,176.83083,17.559467,13361.49,25.972929,0.7817992,8.81986,22.773867,6.0040145,1.8887821,12.661719,308.39175,76.87477,9.166698,0.64363545,2.0590444,113.20104,1.8687595,148.47029,272.33536,2097.945,475.1663,97.19458,166.12679,269.33914,10.915305,14.3812065,146.24942,20.468912,28.176712,12.573619,19.742079,152.1032,15.982212,11.43012,48.860004,12.945717,3684.2375,19.010689,21.710014,16.310442,10.685707,192.9028,39.91778,15.455646,6.7236547,7.9319,12.4838,56.811207,108.87773,29.70756,155.36609,20.150982,5.0405207,49.635075,36.98374,76.243355,89.41872,10.629437,2.993582,5.3014727,18.812157,2388.9377,8.525601,2.6240551,53.127094,13.020778,139.1392,77.136116,118.70034,3.6939003,67.263275,445.49963,348.486,30.964632,354.92822,44.894176,54.132637,72.853455,35.393883,5.9809403,25.984415,498.59497,0.62909716,1.5803624,121.156166,23.962364,9.458485,13.635774,18.197647,169.23451,56.11957,160.95625,911.5654,247.47543,2194.9014,1844.8956,20.27506,26.493876,2161.0454,23.725258,41.56408,516.77325,73.27908,114.483505,53.07225,228.73897,319.5222,467.52924,9.461875,72.70716,315.53003,448.32303,13.805628,115.10174,15.028842,1.6730134,52.6336,1.1446245,1.301504,4.597335,12.449533,66.36741,23.489952,18.959408,282.1987,74.91588,44.748272,59.76445,18.769913,57.997646,11.92733,3.861967,15.691465,98.12441,40.67398,14.203276,34.40776,10.739146,16.813612,20.872423,1.6048332,91.10308,15.510541,237.41583,9.703746,381.27844,20.789318,760.1727,191.10242,5.097005,11.852342,206.55243,284.9771,1122.9084,662.7318 +2023-12-01 18:00:00,0.0,3417.8054,70.492676,32.325512,81.091225,49.292824,332.08948,43.355927,85.42685,22.2484,52.662624,373.7439,97.12866,24.029053,177.52008,0.32181123,0.054399036,65.082664,0.5273958,11.954678,1052.5979,14.831628,1266.0103,136.95355,0.91633993,32.940254,652.9323,49.12531,441.4059,209.00241,4230.2695,6.5025144,2703.3892,84.46202,2.1559618,3.8727734,12.583952,247.74576,300.7502,125.55603,52.70968,39.62006,11.575651,817.13196,52.764164,41.429718,11.278659,474.41205,14.610642,544.95874,6.004845,40.061787,0.0,771.34753,2220.9888,0.24546729,176.7115,17.554985,13356.701,25.972553,0.78207004,8.815706,22.763952,6.00553,1.8889786,12.656106,308.2916,76.84453,9.160693,0.6436316,2.059894,113.206985,1.8676215,148.45561,272.1492,2097.427,474.7996,97.17987,166.10484,270.026,10.953095,14.405249,146.97856,20.516354,28.244785,12.570336,19.741663,152.15503,15.974776,11.428496,48.8637,12.950297,3684.6829,19.009356,21.70766,16.30955,10.684196,193.00633,39.93173,15.467742,6.724478,7.9299316,12.48648,56.80978,108.83029,29.709475,155.39993,20.14838,5.0396743,49.627937,36.968666,76.19584,89.45291,10.643758,2.991734,5.324403,18.804611,2388.128,8.541955,2.6215765,53.08555,13.018552,139.1128,77.15,118.68032,3.699489,67.29053,445.3443,348.34326,30.958038,354.773,44.946774,54.123802,72.84894,35.471325,5.990332,26.003456,498.58115,0.6323338,1.5859327,121.2638,23.962671,9.457379,13.650587,18.20672,169.35007,56.156754,160.95839,912.2488,247.27345,2194.2305,1844.6143,20.264475,26.474798,2160.4587,23.72514,41.533535,516.67224,73.23403,114.42077,53.03935,228.59029,319.44983,467.48734,9.456439,72.67072,315.3312,448.2239,13.800891,115.06907,15.023186,1.6728832,52.642933,1.1444045,1.3012078,4.5952997,12.4477415,66.31984,23.484024,18.962902,282.65305,74.88642,44.729263,59.735886,18.76394,58.034275,11.927958,3.8944356,15.685081,98.0901,40.6506,14.234089,34.424015,10.738508,16.85979,20.898252,1.6043208,91.06747,15.5035715,237.39503,9.700641,381.16592,20.791462,760.5206,191.023,5.094354,11.850524,206.48283,284.85217,1122.6619,663.0237 +2023-12-01 19:00:00,0.0,3416.5771,70.45984,32.29415,81.044334,49.270203,332.0054,43.33734,85.382065,22.244032,52.62953,373.5553,97.17894,24.017332,177.35349,0.32188234,0.054945648,65.06346,0.54872805,11.97247,1052.025,14.82905,1265.3655,136.93716,0.9350543,32.96104,652.59186,49.153637,441.94696,209.06416,4228.29,6.537347,2703.572,84.73099,2.1769848,3.8916867,12.676331,247.72546,300.72937,126.054146,52.69355,39.598446,11.574419,816.7022,52.983986,41.443405,11.273149,474.51788,14.6074,545.0289,6.004698,40.04662,0.0,771.3081,2220.335,0.24547662,176.59218,17.5505,13351.912,25.972178,0.7823409,8.811553,22.754038,6.0070453,1.889175,12.650493,308.19144,76.814285,9.154688,0.6436277,2.0607436,113.21293,1.8664836,148.44092,271.96304,2096.9092,474.4329,97.16517,166.08289,270.7129,10.990886,14.42929,147.70772,20.563797,28.312859,12.567054,19.741247,152.20685,15.96734,11.426871,48.8674,12.954877,3685.1282,19.008022,21.705309,16.308659,10.682687,193.10986,39.945675,15.479838,6.725301,7.927963,12.489161,56.808357,108.78285,29.71139,155.43376,20.145779,5.038828,49.6208,36.953594,76.14832,89.487114,10.658077,2.9898858,5.3473325,18.797066,2387.318,8.558309,2.619098,53.044006,13.016326,139.0864,77.16389,118.6603,3.7050781,67.31778,445.18896,348.20053,30.951445,354.61783,44.999374,54.114964,72.84442,35.548763,5.9997244,26.0225,498.56732,0.63557047,1.5915031,121.37144,23.962978,9.456274,13.6654,18.215794,169.46562,56.193935,160.96053,912.932,247.07147,2193.5593,1844.3328,20.253891,26.45572,2159.872,23.725021,41.50299,516.5712,73.18898,114.35803,53.006447,228.44159,319.37747,467.44543,9.451004,72.634285,315.13235,448.12482,13.796154,115.03639,15.0175295,1.6727529,52.652267,1.1441846,1.3009115,4.593265,12.44595,66.27228,23.478096,18.966398,283.10736,74.856964,44.710255,59.707325,18.757969,58.0709,11.928584,3.9269042,15.678697,98.05579,40.62722,14.264902,34.44027,10.737869,16.90597,20.92408,1.6038084,91.03185,15.496602,237.37422,9.697535,381.0534,20.793606,760.8685,190.94357,5.091703,11.848707,206.41322,284.72726,1122.4153,663.31555 +2023-12-01 20:00:00,0.0,3415.3489,70.427,32.26279,80.99744,49.24758,331.92136,43.318752,85.33728,22.239666,52.59644,373.36667,97.22921,24.005613,177.18689,0.32195348,0.055492263,65.044266,0.5700604,11.990262,1051.4521,14.826471,1264.7207,136.92078,0.9537687,32.981827,652.25146,49.18197,442.48804,209.12592,4226.3105,6.5721793,2703.755,84.999954,2.198008,3.9106,12.768707,247.70517,300.70856,126.55226,52.677418,39.576836,11.573186,816.2724,53.203808,41.457096,11.267637,474.62375,14.604157,545.09894,6.0045505,40.03145,0.0,771.2687,2219.6814,0.24548596,176.47285,17.546019,13347.123,25.971802,0.78261167,8.807399,22.744123,6.008561,1.8893716,12.64488,308.09128,76.78405,9.148684,0.6436238,2.0615933,113.21887,1.8653457,148.42622,271.7769,2096.391,474.06622,97.15047,166.06093,271.39975,11.028676,14.453331,148.43686,20.611238,28.380932,12.563771,19.740831,152.25867,15.959904,11.425247,48.871098,12.959457,3685.5735,19.00669,21.702957,16.307766,10.681177,193.21338,39.95962,15.491936,6.7261233,7.9259944,12.49184,56.806934,108.73541,29.713306,155.4676,20.143179,5.0379815,49.61366,36.93852,76.10081,89.52131,10.672398,2.9880378,5.370262,18.78952,2386.508,8.574662,2.6166193,53.002464,13.0141,139.05998,77.17778,118.640274,3.7106671,67.34503,445.03363,348.05783,30.94485,354.46265,45.05197,54.10613,72.83991,35.6262,6.009116,26.04154,498.55353,0.6388071,1.5970734,121.47908,23.963285,9.455169,13.680213,18.224867,169.58119,56.231113,160.96266,913.6153,246.86949,2192.8884,1844.0514,20.243307,26.436646,2159.2854,23.724903,41.472446,516.4702,73.14392,114.295296,52.973545,228.29291,319.3051,467.4035,9.445568,72.59784,314.93353,448.0257,13.791417,115.00372,15.011873,1.6726227,52.661602,1.1439648,1.3006153,4.59123,12.444158,66.22471,23.472168,18.969893,283.5617,74.82751,44.691246,59.678764,18.751997,58.10753,11.929212,3.959373,15.672312,98.02148,40.603844,14.295715,34.456524,10.737231,16.952148,20.94991,1.603296,90.99624,15.489633,237.35342,9.694429,380.9409,20.79575,761.21643,190.86415,5.089052,11.8468895,206.34363,284.60236,1122.1688,663.6075 +2023-12-01 21:00:00,0.0,3414.1206,70.39416,32.23143,80.95055,49.22496,331.83728,43.300163,85.2925,22.235298,52.563343,373.17807,97.27948,23.993895,177.0203,0.32202458,0.056038875,65.02507,0.59139264,12.008054,1050.8794,14.823894,1264.076,136.90439,0.972483,33.002613,651.9111,49.210297,443.0291,209.18767,4224.331,6.6070113,2703.9377,85.26892,2.219031,3.9295132,12.861086,247.68488,300.68774,127.050385,52.66129,39.55522,11.571954,815.8426,53.42363,41.470783,11.262126,474.7296,14.600916,545.16907,6.004403,40.01628,0.0,771.22925,2219.0276,0.2454953,176.35353,17.541534,13342.333,25.971428,0.7828825,8.803245,22.734207,6.0100765,1.8895681,12.639267,307.99112,76.75381,9.142678,0.64361995,2.062443,113.224815,1.8642077,148.41154,271.59073,2095.8733,473.69952,97.13576,166.03899,272.08664,11.066466,14.477373,149.166,20.65868,28.449005,12.560489,19.740416,152.31049,15.952468,11.423623,48.874794,12.964037,3686.0188,19.005356,21.700605,16.306875,10.679667,193.31691,39.973568,15.504032,6.7269464,7.924026,12.494521,56.805508,108.68797,29.715221,155.50145,20.140577,5.037135,49.60652,36.923447,76.0533,89.55551,10.686717,2.9861896,5.393192,18.781975,2385.6982,8.591017,2.614141,52.96092,13.011873,139.03358,77.191666,118.620255,3.716256,67.372284,444.8783,347.9151,30.938257,354.30743,45.10457,54.09729,72.835396,35.703644,6.0185084,26.060581,498.5397,0.64204377,1.6026437,121.586716,23.963594,9.454063,13.695026,18.23394,169.69675,56.268295,160.9648,914.2986,246.66753,2192.2175,1843.7699,20.232721,26.417568,2158.6987,23.724785,41.441902,516.3692,73.09887,114.23257,52.940643,228.14421,319.23273,467.3616,9.440132,72.5614,314.73468,447.92657,13.78668,114.971054,15.006216,1.6724924,52.670937,1.1437448,1.3003191,4.5891953,12.442365,66.17715,23.46624,18.973387,284.01605,74.79805,44.672237,59.6502,18.746027,58.144154,11.929839,3.9918416,15.665928,97.98717,40.580463,14.326528,34.47278,10.736592,16.99833,20.975739,1.6027836,90.960625,15.482663,237.33263,9.691323,380.82837,20.797892,761.56433,190.78473,5.086401,11.845072,206.27403,284.47742,1121.9222,663.89935 +2023-12-01 22:00:00,0.0,3412.8923,70.36132,32.20007,80.903656,49.20234,331.75323,43.281578,85.24772,22.230932,52.53025,372.98944,97.32975,23.982176,176.8537,0.3220957,0.056585487,65.00587,0.6127249,12.0258465,1050.3065,14.821316,1263.4313,136.888,0.99119735,33.023396,651.5706,49.238625,443.5702,209.2494,4222.3516,6.641844,2704.1206,85.53789,2.2400541,3.9484267,12.953464,247.66458,300.6669,127.5485,52.64516,39.533607,11.570721,815.41284,53.64345,41.484474,11.256616,474.8355,14.597673,545.23914,6.004256,40.001114,0.0,771.1898,2218.3738,0.24550465,176.23419,17.53705,13337.544,25.971052,0.78315336,8.799091,22.724293,6.0115924,1.8897645,12.633654,307.89096,76.723564,9.136673,0.6436161,2.0632925,113.23077,1.8630698,148.39685,271.40457,2095.3552,473.33282,97.121056,166.01703,272.7735,11.104257,14.501414,149.89516,20.706121,28.517078,12.557206,19.74,152.3623,15.945032,11.421999,48.87849,12.968617,3686.4644,19.00402,21.698254,16.305983,10.678157,193.42044,39.98752,15.5161295,6.727769,7.9220576,12.497201,56.804085,108.64053,29.717136,155.5353,20.137976,5.0362887,49.599384,36.90837,76.00578,89.58971,10.701037,2.9843414,5.416122,18.77443,2384.8884,8.60737,2.6116624,52.919376,13.009647,139.00717,77.20556,118.600235,3.721845,67.399536,444.72296,347.77237,30.931664,354.15225,45.15717,54.088455,72.83088,35.781082,6.0279,26.079624,498.5259,0.6452804,1.6082141,121.69436,23.963902,9.452958,13.709839,18.243013,169.8123,56.305477,160.96695,914.9819,246.46555,2191.5466,1843.4884,20.222137,26.39849,2158.112,23.724665,41.411358,516.2682,73.05382,114.16983,52.90774,227.99553,319.16037,467.3197,9.434696,72.524956,314.53586,447.82745,13.781943,114.938385,15.00056,1.6723621,52.68027,1.1435249,1.3000227,4.5871606,12.440573,66.129585,23.460312,18.976881,284.4704,74.76859,44.65323,59.62164,18.740055,58.18078,11.930467,4.02431,15.659543,97.95286,40.557083,14.357341,34.489033,10.735954,17.044508,21.001568,1.6022712,90.92501,15.475694,237.31183,9.688218,380.71588,20.800035,761.9122,190.7053,5.0837502,11.843255,206.20442,284.3525,1121.6757,664.1912 +2023-12-01 23:00:00,0.0,3411.664,70.32848,32.16871,80.85676,49.179718,331.66916,43.26299,85.202934,22.226564,52.497154,372.80084,97.38002,23.970455,176.6871,0.3221668,0.057132103,64.98667,0.6340572,12.043638,1049.7336,14.818737,1262.7865,136.87161,1.0099118,33.04418,651.2302,49.266956,444.11124,209.31116,4220.372,6.6766763,2704.3037,85.806854,2.2610774,3.96734,13.045841,247.64427,300.6461,128.04662,52.629032,39.511997,11.569489,814.98303,53.863274,41.498165,11.251104,474.94138,14.594431,545.30927,6.0041084,39.985947,0.0,771.1504,2217.7202,0.24551399,176.11487,17.532568,13332.755,25.970676,0.7834242,8.794937,22.71438,6.013108,1.889961,12.62804,307.7908,76.69332,9.130668,0.6436122,2.0641422,113.23671,1.8619319,148.38216,271.2184,2094.8374,472.96616,97.10635,165.99507,273.4604,11.142047,14.525456,150.6243,20.753563,28.585152,12.553924,19.739584,152.41414,15.937596,11.420375,48.88219,12.973197,3686.9097,19.002687,21.6959,16.305092,10.676647,193.52397,40.001465,15.528226,6.728592,7.9200892,12.499882,56.80266,108.593094,29.719051,155.56912,20.135376,5.0354424,49.592243,36.8933,75.95827,89.62391,10.715357,2.9824934,5.4390516,18.766884,2384.0786,8.623724,2.6091838,52.877834,13.0074215,138.98077,77.219444,118.580215,3.7274337,67.42678,444.56763,347.62967,30.92507,353.99707,45.209766,54.079617,72.82637,35.85852,6.0372925,26.098665,498.5121,0.6485171,1.6137844,121.801994,23.964209,9.451853,13.724652,18.252087,169.92786,56.34266,160.96909,915.66516,246.26357,2190.8755,1843.207,20.211552,26.379414,2157.5254,23.724546,41.380814,516.1672,73.00876,114.10709,52.87484,227.84685,319.088,467.2778,9.42926,72.48852,314.337,447.72836,13.777206,114.90571,14.994904,1.6722318,52.689606,1.1433051,1.2997265,4.5851254,12.438781,66.082016,23.454382,18.980375,284.9247,74.739136,44.634216,59.59308,18.734083,58.217407,11.931093,4.056779,15.653159,97.91855,40.533703,14.388154,34.505287,10.735316,17.090687,21.027395,1.6017588,90.8894,15.468724,237.29103,9.685112,380.60336,20.80218,762.2601,190.62589,5.0810995,11.841437,206.13483,284.22757,1121.4291,664.48315 +2023-12-02 00:00:00,0.0,3410.4358,70.29565,32.13735,80.80987,49.157097,331.5851,43.2444,85.15815,22.222198,52.46406,372.6122,97.4303,23.958736,176.52051,0.3222379,0.057678714,64.96747,0.6553895,12.061431,1049.1608,14.816159,1262.1417,136.85521,1.0286261,33.06497,650.8898,49.295284,444.6523,209.37291,4218.392,6.7115083,2704.4866,86.07582,2.2821004,3.9862533,13.13822,247.62398,300.62527,128.54474,52.612904,39.490383,11.568256,814.5532,54.0831,41.511852,11.245593,475.04724,14.591189,545.3794,6.0039606,39.97078,0.0,771.11096,2217.0664,0.24552333,175.99554,17.528084,13327.966,25.9703,0.783695,8.790784,22.704464,6.014623,1.8901576,12.622427,307.69064,76.66308,9.124662,0.6436083,2.0649917,113.24265,1.860794,148.36748,271.03226,2094.3193,472.59946,97.09166,165.97311,274.14725,11.179837,14.549498,151.35345,20.801004,28.653227,12.550641,19.739168,152.46596,15.93016,11.41875,48.885887,12.9777775,3687.355,19.001354,21.693548,16.3042,10.6751375,193.62749,40.01541,15.540322,6.729415,7.9181204,12.502562,56.801235,108.545654,29.720966,155.60297,20.132774,5.034596,49.585106,36.878223,75.91075,89.65811,10.729677,2.9806452,5.4619813,18.759338,2383.2686,8.640078,2.6067052,52.83629,13.005196,138.95436,77.23334,118.560196,3.7330227,67.45403,444.4123,347.48694,30.918476,353.84186,45.262367,54.07078,72.82185,35.935963,6.0466847,26.117708,498.49826,0.6517537,1.6193548,121.90964,23.964516,9.450748,13.739466,18.26116,170.04341,56.379837,160.97122,916.34845,246.06158,2190.2046,1842.9255,20.200968,26.360338,2156.9387,23.724428,41.35027,516.06616,72.96371,114.04436,52.841938,227.69815,319.01566,467.23587,9.423824,72.45207,314.13818,447.62924,13.7724695,114.87304,14.989247,1.6721016,52.69894,1.1430851,1.2994303,4.583091,12.436989,66.034454,23.448454,18.983871,285.37906,74.70968,44.615208,59.564518,18.728111,58.254032,11.931721,4.0892477,15.646774,97.88424,40.510323,14.418967,34.52154,10.734677,17.136866,21.053225,1.6012464,90.85379,15.461755,237.27022,9.682007,380.49084,20.804323,762.608,190.54646,5.0784483,11.83962,206.06522,284.10266,1121.1825,664.775 +2023-12-02 01:00:00,0.0,3409.2075,70.2628,32.105988,80.76298,49.134476,331.50104,43.225815,85.113365,22.217833,52.43097,372.4236,97.48057,23.947018,176.35393,0.32230902,0.058225326,64.94827,0.67672175,12.079223,1048.5879,14.813581,1261.497,136.83882,1.0473404,33.08575,650.5494,49.323612,445.1934,209.43466,4216.4126,6.7463408,2704.6694,86.34479,2.3031235,4.0051665,13.230597,247.60368,300.60446,129.04286,52.596775,39.46877,11.567023,814.1234,54.30292,41.525543,11.240082,475.1531,14.587947,545.44946,6.0038133,39.955612,0.0,771.07153,2216.4126,0.24553268,175.87622,17.523602,13323.177,25.969925,0.7839658,8.78663,22.69455,6.016139,1.890354,12.616814,307.59048,76.632835,9.118657,0.6436044,2.0658414,113.2486,1.859656,148.35278,270.8461,2093.8015,472.23276,97.07695,165.95117,274.83414,11.217628,14.573539,152.0826,20.848446,28.7213,12.547358,19.738752,152.51778,15.922724,11.417126,48.889584,12.982357,3687.8003,19.000021,21.691196,16.303308,10.673628,193.73102,40.029358,15.55242,6.7302375,7.916152,12.505242,56.799812,108.498215,29.722883,155.63681,20.130173,5.0337496,49.57797,36.86315,75.863235,89.69231,10.743997,2.9787972,5.484911,18.751793,2382.4587,8.656432,2.6042266,52.794746,13.00297,138.92796,77.24722,118.54018,3.7386117,67.481285,444.25696,347.3442,30.91188,353.68668,45.314964,54.061943,72.81734,36.0134,6.0560765,26.13675,498.48447,0.6549904,1.6249251,122.01727,23.964823,9.449643,13.754278,18.270233,170.15897,56.41702,160.97336,917.03174,245.8596,2189.5337,1842.6442,20.190384,26.34126,2156.3523,23.72431,41.319725,515.9651,72.918655,113.98162,52.809036,227.54947,318.9433,467.19397,9.418388,72.415634,313.93933,447.53012,13.767733,114.84037,14.983591,1.6719713,52.708275,1.1428653,1.299134,4.5810556,12.435197,65.98689,23.442526,18.987366,285.8334,74.680214,44.5962,59.535954,18.72214,58.290657,11.932348,4.121716,15.64039,97.84993,40.486946,14.4497795,34.537796,10.734039,17.183044,21.079054,1.600734,90.81818,15.454785,237.24942,9.678901,380.37833,20.806465,762.9559,190.46704,5.0757976,11.837803,205.99562,283.97775,1120.9359,665.06696 +2023-12-02 02:00:00,0.0,3407.979,70.229965,32.074627,80.71608,49.111855,331.41696,43.207226,85.06858,22.213465,52.397873,372.235,97.53084,23.935297,176.18733,0.32238013,0.058771938,64.92907,0.6980541,12.097014,1048.0151,14.811004,1260.8523,136.82243,1.0660548,33.106537,650.209,49.351944,445.73447,209.49641,4214.433,6.781173,2704.8523,86.61376,2.3241467,4.02408,13.322975,247.58339,300.58362,129.54097,52.580647,39.44716,11.565791,813.69366,54.522743,41.53923,11.234571,475.25897,14.584704,545.5196,6.003666,39.940445,0.0,771.0321,2215.759,0.245542,175.7569,17.519117,13318.387,25.96955,0.78423667,8.782475,22.684635,6.0176544,1.8905505,12.611201,307.49033,76.60259,9.112652,0.6436005,2.0666912,113.25454,1.8585181,148.3381,270.65994,2093.2834,471.8661,97.06225,165.92921,275.521,11.255418,14.597581,152.81174,20.895887,28.789373,12.544075,19.738337,152.5696,15.915288,11.415502,48.893284,12.9869375,3688.2456,18.998688,21.688845,16.302416,10.672117,193.83455,40.043304,15.564516,6.7310605,7.9141836,12.507922,56.798386,108.450775,29.724798,155.67065,20.127571,5.032903,49.570827,36.848076,75.81572,89.72651,10.758317,2.976949,5.507841,18.74425,2381.649,8.672786,2.601748,52.7532,13.000743,138.90155,77.261116,118.52016,3.7442005,67.50854,444.10162,347.2015,30.905287,353.53146,45.36756,54.05311,72.81283,36.090843,6.065469,26.155792,498.47064,0.658227,1.6304954,122.124916,23.96513,9.448538,13.769092,18.279306,170.27452,56.4542,160.9755,917.71497,245.65762,2188.8628,1842.3627,20.179798,26.322184,2155.7656,23.72419,41.28918,515.8641,72.873604,113.918884,52.776134,227.40077,318.87094,467.15207,9.412952,72.37919,313.7405,447.431,13.762996,114.8077,14.977935,1.671841,52.71761,1.1426454,1.2988378,4.579021,12.433405,65.93932,23.436598,18.99086,286.28775,74.65076,44.57719,59.507393,18.716167,58.327286,11.932975,4.154185,15.634006,97.81562,40.463566,14.480593,34.554054,10.7334,17.229223,21.104883,1.6002216,90.78256,15.447816,237.22862,9.675796,380.2658,20.808609,763.3038,190.38762,5.0731463,11.835985,205.92603,283.8528,1120.6893,665.3588 +2023-12-02 03:00:00,0.0,3406.7507,70.19713,32.04327,80.66919,49.089233,331.33292,43.188637,85.0238,22.209099,52.36478,372.0464,97.58111,23.923578,176.02074,0.32245123,0.059318554,64.909874,0.71938634,12.114807,1047.4423,14.808425,1260.2075,136.80605,1.0847691,33.127323,649.8685,49.380272,446.27554,209.55817,4212.4536,6.816005,2705.0352,86.88273,2.3451698,4.042993,13.415353,247.5631,300.5628,130.0391,52.564518,39.425545,11.564558,813.26385,54.742565,41.55292,11.22906,475.3648,14.581463,545.58966,6.0035186,39.925278,0.0,770.9927,2215.1052,0.24555135,175.63757,17.514635,13313.598,25.969175,0.78450745,8.778322,22.67472,6.0191703,1.890747,12.605588,307.39017,76.57236,9.106647,0.64359665,2.0675406,113.26048,1.8573802,148.32341,270.4738,2092.7656,471.4994,97.04755,165.90726,276.2079,11.293208,14.621622,153.5409,20.94333,28.857447,12.540792,19.73792,152.62143,15.907852,11.4138775,48.89698,12.991517,3688.691,18.997355,21.686491,16.301525,10.670608,193.93806,40.05725,15.576612,6.7318835,7.912215,12.510602,56.796963,108.403336,29.726713,155.70448,20.124971,5.032057,49.56369,36.833,75.7682,89.760704,10.772636,2.975101,5.530771,18.736704,2380.839,8.689139,2.5992696,52.71166,12.998517,138.87515,77.275,118.50014,3.7497895,67.53579,443.9463,347.05878,30.898693,353.37628,45.420162,54.044273,72.80831,36.16828,6.0748606,26.174833,498.45682,0.6614637,1.6360658,122.23255,23.965437,9.4474325,13.783904,18.28838,170.39008,56.49138,160.97763,918.3983,245.45564,2188.1917,1842.0813,20.169214,26.303106,2155.179,23.724072,41.258633,515.76306,72.828545,113.856155,52.743233,227.25209,318.79858,467.11014,9.4075165,72.34275,313.54166,447.33188,13.758259,114.77503,14.972279,1.6717108,52.726944,1.1424254,1.2985415,4.576986,12.431612,65.89176,23.43067,18.994354,286.7421,74.6213,44.55818,59.478832,18.710197,58.36391,11.933602,4.1866536,15.627621,97.78131,40.440186,14.511406,34.57031,10.732762,17.275402,21.13071,1.5997093,90.74695,15.440846,237.20782,9.672689,380.1533,20.810753,763.6517,190.3082,5.0704956,11.8341675,205.85641,283.7279,1120.4427,665.6507 +2023-12-02 04:00:00,0.0,3405.5225,70.16428,32.01191,80.6223,49.066612,331.24884,43.17005,84.97902,22.204731,52.331688,371.85776,97.63138,23.91186,175.85414,0.32252234,0.059865166,64.89067,0.7407186,12.132599,1046.8694,14.805847,1259.5627,136.78966,1.1034836,33.148106,649.52814,49.4086,446.8166,209.61992,4210.474,6.8508377,2705.2183,87.151695,2.366193,4.061907,13.5077305,247.5428,300.542,130.53722,52.548386,39.40393,11.563326,812.83405,54.962387,41.56661,11.223549,475.4707,14.57822,545.6598,6.0033712,39.910107,0.0,770.9532,2214.4514,0.24556069,175.51823,17.51015,13308.809,25.9688,0.7847783,8.774168,22.664806,6.0206857,1.8909435,12.599975,307.29,76.542114,9.100641,0.6435928,2.0683904,113.266426,1.8562422,148.30872,270.28763,2092.2476,471.1327,97.03284,165.8853,276.89474,11.330998,14.645664,154.27003,20.990772,28.92552,12.53751,19.737505,152.67325,15.900415,11.412253,48.900677,12.996098,3689.1362,18.996021,21.68414,16.300632,10.669098,194.0416,40.0712,15.58871,6.732706,7.910247,12.513283,56.79554,108.355896,29.728628,155.73833,20.12237,5.0312104,49.556553,36.81793,75.72069,89.79491,10.786957,2.9732528,5.5537004,18.729158,2380.029,8.705493,2.596791,52.670116,12.996291,138.84874,77.28889,118.48012,3.7553782,67.56304,443.79095,346.91605,30.8921,353.2211,45.47276,54.035435,72.803795,36.24572,6.084253,26.193876,498.44302,0.6647003,1.6416361,122.34019,23.965744,9.446327,13.7987175,18.297451,170.50563,56.52856,160.97977,919.08154,245.25366,2187.5208,1841.7998,20.158628,26.28403,2154.5923,23.723953,41.22809,515.66205,72.78349,113.79342,52.71033,227.10341,318.72623,467.06824,9.402081,72.30631,313.34283,447.2328,13.753522,114.742355,14.966621,1.6715806,52.73628,1.1422056,1.2982453,4.574951,12.42982,65.84419,23.424742,18.997849,287.1964,74.59184,44.539173,59.450268,18.704226,58.40054,11.93423,4.219122,15.621237,97.746994,40.416805,14.542219,34.586563,10.732123,17.32158,21.15654,1.5991968,90.711334,15.433878,237.18703,9.669584,380.04077,20.812897,763.9996,190.22878,5.0678444,11.832351,205.78682,283.60297,1120.1962,665.9426 +2023-12-02 05:00:00,0.0,3404.2942,70.13145,31.980547,80.5754,49.04399,331.1648,43.151463,84.934235,22.200365,52.29859,371.66916,97.681656,23.900139,175.68755,0.32259345,0.060411777,64.871475,0.7620509,12.150391,1046.2965,14.803269,1258.918,136.77327,1.1221979,33.16889,649.1877,49.43693,447.35767,209.68167,4208.4946,6.8856697,2705.4011,87.42066,2.387216,4.08082,13.600107,247.52249,300.52115,131.03532,52.532257,39.38232,11.562093,812.4043,55.18221,41.5803,11.218039,475.57657,14.574978,545.72986,6.003224,39.89494,0.0,770.91376,2213.7979,0.24557003,175.39891,17.505667,13304.02,25.968424,0.78504914,8.770014,22.654892,6.022201,1.89114,12.594361,307.18985,76.51187,9.094636,0.6435889,2.06924,113.27237,1.8551043,148.29404,270.10147,2091.7297,470.76602,97.018135,165.86336,277.58163,11.368789,14.669705,154.99919,21.038214,28.993593,12.534227,19.73709,152.72507,15.89298,11.410629,48.904373,13.000677,3689.5815,18.994688,21.681787,16.299742,10.667587,194.14513,40.085148,15.600806,6.733529,7.908278,12.515963,56.794113,108.30846,29.730543,155.77217,20.119768,5.030364,49.54941,36.802853,75.67318,89.8291,10.801276,2.9714046,5.57663,18.721613,2379.2192,8.721847,2.5943124,52.62857,12.994065,138.82234,77.30278,118.4601,3.7609673,67.590294,443.63562,346.77335,30.885506,353.0659,45.52536,54.0266,72.799286,36.323162,6.0936446,26.212917,498.4292,0.667937,1.6472065,122.44783,23.966051,9.445222,13.813531,18.306524,170.62119,56.565742,160.9819,919.7649,245.05168,2186.8499,1841.5184,20.148045,26.264954,2154.0056,23.723835,41.197544,515.56104,72.73844,113.73068,52.67743,226.95471,318.65384,467.02634,9.396645,72.26987,313.14398,447.13367,13.748785,114.70969,14.960965,1.6714503,52.745613,1.1419857,1.2979491,4.572916,12.428028,65.79663,23.418814,19.001343,287.65076,74.562386,44.520164,59.421707,18.698254,58.437164,11.934857,4.2515907,15.614852,97.712685,40.39343,14.573032,34.602818,10.731485,17.36776,21.18237,1.5986844,90.67572,15.4269085,237.16621,9.666478,379.92825,20.815039,764.3475,190.14935,5.0651937,11.830533,205.71721,283.47806,1119.9496,666.2345 +2023-12-02 06:00:00,0.0,3403.066,70.09861,31.949186,80.52851,49.02137,331.08072,43.132874,84.88945,22.195997,52.2655,371.48053,97.731926,23.88842,175.52095,0.32266456,0.060958393,64.85227,0.7833832,12.168183,1045.7236,14.800691,1258.2733,136.75688,1.1409122,33.18968,648.8473,49.46526,447.89874,209.74342,4206.515,6.920502,2705.584,87.68963,2.4082391,4.0997334,13.692486,247.5022,300.50034,131.53345,52.51613,39.360706,11.560861,811.9745,55.402035,41.593987,11.212527,475.68243,14.571736,545.8,6.0030766,39.879772,0.0,770.8743,2213.144,0.24557938,175.27959,17.501184,13299.2295,25.968048,0.78532,8.765861,22.644978,6.023717,1.8913364,12.588748,307.0897,76.48163,9.088631,0.643585,2.0700896,113.27831,1.8539664,148.27934,269.9153,2091.2117,470.39932,97.00343,165.8414,278.2685,11.406579,14.693747,155.72833,21.085655,29.061666,12.530945,19.736675,152.77689,15.885544,11.409004,48.908073,13.005258,3690.0269,18.993355,21.679436,16.29885,10.666078,194.24866,40.099094,15.612904,6.7343516,7.9063096,12.518643,56.79269,108.26102,29.732458,155.80602,20.117168,5.0295177,49.542274,36.78778,75.62566,89.863304,10.815597,2.9695566,5.5995603,18.714067,2378.4094,8.738201,2.5918338,52.58703,12.991838,138.79593,77.316666,118.44008,3.7665563,67.617546,443.4803,346.6306,30.878912,352.9107,45.577957,54.01776,72.79477,36.4006,6.103037,26.23196,498.4154,0.67117363,1.6527768,122.555466,23.966358,9.444117,13.828343,18.315598,170.73674,56.602924,160.98404,920.4481,244.8497,2186.179,1841.2369,20.137459,26.245876,2153.419,23.723717,41.167,515.46,72.69338,113.667946,52.644527,226.80603,318.58148,466.98444,9.391209,72.23343,312.94516,447.03455,13.744048,114.67702,14.955309,1.67132,52.754948,1.1417657,1.2976527,4.5708814,12.426236,65.74907,23.412886,19.004839,288.1051,74.53293,44.501152,59.393147,18.692282,58.47379,11.935484,4.2840595,15.608468,97.678375,40.37005,14.603845,34.619072,10.730846,17.413939,21.208199,1.5981721,90.64011,15.419939,237.14542,9.663373,379.81573,20.817183,764.6954,190.06993,5.062543,11.828715,205.64761,283.35312,1119.703,666.52637 +2023-12-02 07:00:00,0.0,3401.8376,70.065765,31.917828,80.48162,48.998753,330.99667,43.11429,84.844666,22.191631,52.232403,371.29193,97.782196,23.876701,175.35435,0.32273567,0.061505005,64.83308,0.80471545,12.185975,1045.1509,14.798113,1257.6285,136.74048,1.1596266,33.21046,648.5069,49.493587,448.43982,209.80516,4204.5356,6.9553347,2705.7668,87.958595,2.4292624,4.1186466,13.784863,247.4819,300.47952,132.03157,52.5,39.339092,11.559628,811.5447,55.621857,41.607677,11.207016,475.7883,14.568494,545.8701,6.002929,39.864605,0.0,770.8349,2212.4902,0.24558872,175.16026,17.4967,13294.44,25.967672,0.78559077,8.761706,22.635061,6.0252323,1.891533,12.583135,306.98953,76.451385,9.082625,0.64358115,2.0709393,113.284256,1.8528284,148.26465,269.72916,2090.6938,470.03262,96.98872,165.81944,278.95538,11.444369,14.717789,156.45747,21.133097,29.12974,12.527662,19.736258,152.8287,15.878107,11.40738,48.91177,13.009837,3690.4724,18.99202,21.677084,16.297958,10.664568,194.35217,40.11304,15.625,6.7351747,7.904341,12.521323,56.791267,108.21357,29.734375,155.83984,20.114567,5.0286713,49.535133,36.772705,75.57815,89.8975,10.829916,2.9677083,5.62249,18.706522,2377.5996,8.754555,2.5893552,52.545486,12.989613,138.76952,77.33056,118.42006,3.772145,67.64479,443.32495,346.48788,30.872318,352.75552,45.630554,54.008926,72.79025,36.47804,6.1124287,26.251001,498.40158,0.6744103,1.6583471,122.66311,23.966665,9.443011,13.843157,18.32467,170.8523,56.640102,160.98619,921.1315,244.64772,2185.508,1840.9556,20.126875,26.226799,2152.8323,23.723597,41.136456,515.359,72.64833,113.60521,52.611626,226.65733,318.50912,466.9425,9.385773,72.19698,312.7463,446.93542,13.739311,114.64435,14.949653,1.6711898,52.764282,1.1415459,1.2973565,4.5688467,12.424444,65.7015,23.406958,19.008333,288.55945,74.50347,44.482143,59.364582,18.68631,58.510418,11.936111,4.316528,15.602083,97.644066,40.34667,14.634658,34.635326,10.730208,17.460117,21.234026,1.5976596,90.60449,15.41297,237.12462,9.660267,379.70325,20.819326,765.0433,189.99051,5.0598917,11.826899,205.57802,283.2282,1119.4564,666.8183 +2023-12-02 08:00:00,0.0,3400.6094,70.03293,31.886467,80.43472,48.97613,330.9126,43.0957,84.79988,22.187263,52.19931,371.1033,97.832466,23.864983,175.18777,0.32280678,0.062051617,64.81388,0.8260478,12.203767,1044.578,14.795535,1256.9838,136.72409,1.1783409,33.231247,648.16644,49.52192,448.98087,209.86691,4202.556,6.9901667,2705.9497,88.22756,2.4502854,4.13756,13.877241,247.46161,300.45868,132.52968,52.48387,39.317482,11.558395,811.11487,55.84168,41.621365,11.201506,475.89417,14.565252,545.9402,6.002782,39.849438,0.0,770.7955,2211.8367,0.24559806,175.04094,17.492218,13289.651,25.967299,0.7858616,8.757552,22.625147,6.026748,1.8917295,12.577522,306.88937,76.42114,9.07662,0.6435773,2.071789,113.2902,1.8516905,148.24997,269.543,2090.1758,469.66595,96.97402,165.79749,279.64224,11.48216,14.74183,157.18663,21.180538,29.197813,12.52438,19.735842,152.88054,15.870671,11.405756,48.915466,13.014418,3690.9177,18.990686,21.67473,16.297066,10.663058,194.4557,40.126987,15.637096,6.7359977,7.902373,12.524004,56.78984,108.16613,29.73629,155.87369,20.111965,5.027825,49.527996,36.757633,75.53063,89.9317,10.844236,2.9658604,5.6454196,18.698977,2376.7896,8.770908,2.5868766,52.50394,12.987387,138.74312,77.344444,118.40004,3.777734,67.67204,443.16962,346.34518,30.865725,352.6003,45.683155,54.000088,72.785736,36.55548,6.121821,26.270042,498.38776,0.67764693,1.6639175,122.770744,23.966972,9.441906,13.85797,18.333744,170.96785,56.677284,160.98833,921.8147,244.44574,2184.837,1840.6741,20.116291,26.207722,2152.2456,23.723478,41.10591,515.258,72.60328,113.54247,52.578724,226.50865,318.43677,466.9006,9.380338,72.160545,312.5475,446.83633,13.734574,114.61167,14.943996,1.6710595,52.773617,1.141326,1.2970603,4.5668116,12.422652,65.65394,23.401028,19.011827,289.01376,74.474014,44.463135,59.33602,18.680338,58.547043,11.936739,4.3489966,15.595699,97.60976,40.323288,14.665471,34.65158,10.729569,17.506296,21.259855,1.5971472,90.56888,15.406,237.10382,9.657162,379.59073,20.82147,765.3912,189.91109,5.057241,11.825081,205.5084,283.1033,1119.2098,667.11017 +2023-12-02 09:00:00,0.0,3399.3809,70.00009,31.855106,80.38783,48.95351,330.82855,43.07711,84.755104,22.182898,52.166218,370.9147,97.88274,23.853262,175.02118,0.32287788,0.06259823,64.79468,0.84738004,12.22156,1044.0051,14.792956,1256.339,136.7077,1.1970553,33.252033,647.82605,49.550247,449.52194,209.92867,4200.576,7.024999,2706.1328,88.49653,2.4713087,4.156473,13.96962,247.44131,300.43787,133.0278,52.467743,39.295868,11.557163,810.6851,56.0615,41.635056,11.195994,476.0,14.56201,546.0103,6.002634,39.83427,0.0,770.756,2211.1829,0.2456074,174.92162,17.487734,13284.862,25.966923,0.78613245,8.753399,22.615234,6.0282636,1.8919259,12.571909,306.7892,76.3909,9.070616,0.6435734,2.0726385,113.29614,1.8505526,148.23528,269.35684,2089.658,469.29926,96.95932,165.77554,280.32913,11.519949,14.765872,157.91577,21.22798,29.265886,12.521097,19.735428,152.93236,15.863235,11.404132,48.919167,13.018997,3691.363,18.989353,21.672379,16.296175,10.661548,194.55923,40.140934,15.649194,6.73682,7.9004045,12.526684,56.788418,108.11869,29.738205,155.90753,20.109364,5.0269785,49.52086,36.742558,75.483116,89.9659,10.858556,2.9640121,5.6683493,18.691431,2375.9797,8.787262,2.5843983,52.4624,12.985161,138.7167,77.35834,118.38002,3.7833228,67.699295,443.01428,346.20245,30.85913,352.44513,45.735752,53.991253,72.78123,36.63292,6.1312127,26.289085,498.37396,0.6808836,1.6694878,122.87839,23.96728,9.440802,13.872783,18.342817,171.08342,56.714466,160.99046,922.4979,244.24376,2184.166,1840.3927,20.105705,26.188646,2151.659,23.72336,41.075367,515.157,72.55823,113.479744,52.545822,226.35995,318.3644,466.8587,9.374902,72.1241,312.34863,446.7372,13.729837,114.579,14.93834,1.6709292,52.78295,1.141106,1.296764,4.564777,12.420859,65.60638,23.3951,19.015322,289.4681,74.44456,44.444126,59.30746,18.674368,58.583668,11.937366,4.3814654,15.589314,97.57545,40.299908,14.696284,34.667835,10.728931,17.552475,21.285685,1.5966349,90.53327,15.399031,237.08302,9.654056,379.4782,20.823614,765.7391,189.83167,5.0545897,11.823263,205.43881,282.97836,1118.9634,667.40204 +2023-12-02 10:00:00,0.0,3398.1526,69.96725,31.823746,80.34094,48.93089,330.74448,43.058525,84.71032,22.17853,52.13312,370.72607,97.933014,23.841543,174.85458,0.32294902,0.06314484,64.77548,0.86871237,12.239351,1043.4323,14.790379,1255.6942,136.69131,1.2157696,33.27282,647.4856,49.578575,450.06302,209.99042,4198.5967,7.0598316,2706.3157,88.765495,2.4923317,4.1753864,14.061996,247.421,300.41705,133.52592,52.451614,39.274254,11.55593,810.2553,56.281322,41.648746,11.190483,476.1059,14.558767,546.0804,6.0024867,39.819103,0.0,770.71655,2210.529,0.24561673,174.80228,17.483252,13280.073,25.966547,0.78640324,8.749245,22.605318,6.029779,1.8921224,12.566296,306.68906,76.36066,9.0646105,0.64356947,2.0734882,113.302086,1.8494146,148.22058,269.1707,2089.14,468.93256,96.94461,165.75359,281.016,11.557739,14.789913,158.64493,21.275423,29.33396,12.517815,19.735012,152.98418,15.8558,11.402508,48.922863,13.023578,3691.8083,18.98802,21.670027,16.295282,10.660038,194.66275,40.154884,15.66129,6.7376432,7.8984356,12.529365,56.786995,108.07125,29.74012,155.94138,20.106764,5.026132,49.513718,36.727486,75.4356,90.0001,10.872876,2.9621642,5.6912794,18.683886,2375.17,8.803617,2.5819197,52.420853,12.982935,138.6903,77.37222,118.36,3.7889118,67.72655,442.85895,346.05972,30.852535,352.28995,45.788353,53.982414,72.77671,36.71036,6.140605,26.308126,498.36014,0.68412024,1.6750582,122.98602,23.967587,9.439696,13.887596,18.35189,171.19897,56.751644,160.9926,923.1813,244.04178,2183.495,1840.1112,20.095121,26.169569,2151.0723,23.723242,41.044823,515.05597,72.51317,113.41701,52.51292,226.21127,318.29205,466.8168,9.369466,72.08766,312.14978,446.6381,13.7251005,114.54633,14.932684,1.670799,52.792286,1.1408862,1.2964678,4.5627418,12.419067,65.55881,23.389172,19.018816,289.92245,74.41509,44.425117,59.278896,18.668396,58.620296,11.937993,4.4139338,15.582931,97.54114,40.27653,14.7270975,34.68409,10.728293,17.598656,21.311514,1.5961224,90.49766,15.392061,237.06221,9.65095,379.3657,20.825756,766.087,189.75224,5.051939,11.821446,205.3692,282.85345,1118.7168,667.694 +2023-12-02 11:00:00,0.0,3396.9243,69.93441,31.792385,80.294044,48.908268,330.6604,43.039936,84.665535,22.174164,52.10003,370.53748,97.983284,23.829824,174.68799,0.32302013,0.06369145,64.75628,0.8900446,12.257143,1042.8595,14.787801,1255.0496,136.67493,1.2344841,33.293602,647.1452,49.606907,450.6041,210.05217,4196.617,7.0946636,2706.4985,89.03446,2.5133548,4.1943,14.154375,247.40071,300.39624,134.02405,52.435482,39.252644,11.554698,809.8255,56.501144,41.662434,11.184972,476.21176,14.555526,546.1505,6.0023394,39.803936,0.0,770.6771,2209.8755,0.24562608,174.68295,17.478767,13275.283,25.966171,0.7866741,8.7450905,22.595404,6.031295,1.892319,12.560682,306.5889,76.33042,9.058605,0.6435656,2.074338,113.30803,1.8482767,148.2059,268.98456,2088.622,468.5659,96.92991,165.73163,281.70288,11.59553,14.813955,159.37407,21.322865,29.402033,12.514532,19.734594,153.036,15.848363,11.400883,48.92656,13.028157,3692.2537,18.986687,21.667675,16.294392,10.658528,194.76628,40.16883,15.673388,6.738466,7.896467,12.532044,56.78557,108.02381,29.742035,155.97522,20.104162,5.0252857,49.50658,36.71241,75.388084,90.034294,10.887196,2.960316,5.714209,18.67634,2374.36,8.81997,2.579441,52.37931,12.980708,138.6639,77.386116,118.33998,3.7945006,67.7538,442.7036,345.91702,30.845942,352.13474,45.84095,53.97358,72.772194,36.7878,6.1499968,26.32717,498.34634,0.6873569,1.6806285,123.093666,23.967896,9.438591,13.90241,18.360964,171.31453,56.788826,160.99474,923.86456,243.83981,2182.8242,1839.8298,20.084536,26.150492,2150.4858,23.723124,41.01428,514.9549,72.46812,113.35427,52.48002,226.06259,318.2197,466.77487,9.36403,72.051216,311.95096,446.53897,13.720364,114.513664,14.927028,1.6706687,52.80162,1.1406662,1.2961715,4.560707,12.417275,65.511246,23.383244,19.022312,290.3768,74.385635,44.40611,59.250336,18.662424,58.65692,11.938621,4.4464025,15.576546,97.50682,40.25315,14.75791,34.700344,10.727654,17.644835,21.337341,1.59561,90.46204,15.385092,237.04141,9.647844,379.25317,20.8279,766.4349,189.67282,5.0492883,11.819629,205.2996,282.72852,1118.4702,667.98584 +2023-12-02 12:00:00,0.0,3395.696,69.90157,31.761024,80.247154,48.885647,330.57635,43.02135,84.62075,22.169796,52.066936,370.34885,98.033554,23.818104,174.5214,0.32309124,0.06423807,64.73708,0.9113769,12.274936,1042.2866,14.785222,1254.4048,136.65854,1.2531984,33.31439,646.8048,49.635235,451.14514,210.11392,4194.6377,7.129496,2706.6814,89.30343,2.534378,4.2132134,14.246753,247.38042,300.3754,134.52216,52.419353,39.23103,11.553465,809.39575,56.720966,41.676125,11.1794615,476.31763,14.552283,546.2206,6.002192,39.788765,0.0,770.6377,2209.2217,0.24563542,174.56363,17.474283,13270.494,25.965796,0.7869449,8.740937,22.58549,6.03281,1.8925154,12.555069,306.48874,76.30018,9.0526,0.6435617,2.0751874,113.31398,1.8471388,148.19121,268.7984,2088.104,468.1992,96.91521,165.70967,282.38974,11.63332,14.8379965,160.10321,21.370306,29.470106,12.51125,19.73418,153.08781,15.840927,11.399259,48.93026,13.032738,3692.699,18.985353,21.665323,16.293499,10.657019,194.86981,40.182777,15.685484,6.739289,7.894499,12.534725,56.784145,107.97637,29.743952,156.00905,20.10156,5.0244393,49.499443,36.69734,75.34057,90.0685,10.901516,2.9584677,5.7371387,18.668797,2373.55,8.836324,2.5769625,52.33777,12.978482,138.6375,77.4,118.31996,3.8000896,67.78105,442.54828,345.7743,30.839348,351.97955,45.893547,53.96474,72.767685,36.86524,6.159389,26.34621,498.33252,0.69059354,1.6861988,123.2013,23.968203,9.437486,13.917222,18.370037,171.43008,56.826008,160.99687,924.54785,243.63783,2182.153,1839.5483,20.073952,26.131414,2149.8992,23.723003,40.983734,514.8539,72.423065,113.291534,52.447117,225.9139,318.14734,466.73297,9.358594,72.01478,311.7521,446.43988,13.715627,114.48099,14.921371,1.6705384,52.810955,1.1404463,1.2958753,4.558672,12.415483,65.46368,23.377316,19.025806,290.83112,74.35618,44.3871,59.221775,18.656452,58.69355,11.939248,4.4788713,15.570162,97.47251,40.22977,14.788723,34.716602,10.727016,17.691013,21.36317,1.5950977,90.42643,15.378122,237.02061,9.644739,379.14066,20.830044,766.7828,189.5934,5.046637,11.817811,205.23001,282.6036,1118.2236,668.2777 +2023-12-02 13:00:00,0.0,3394.4678,69.86873,31.729664,80.200264,48.863026,330.49228,43.00276,84.575966,22.16543,52.03384,370.16025,98.083824,23.806385,174.3548,0.32316235,0.06478468,64.71788,0.9327092,12.292727,1041.7137,14.782644,1253.76,136.64215,1.2719127,33.335175,646.46436,49.663563,451.68622,210.17567,4192.658,7.1643286,2706.8643,89.572395,2.555401,4.2321267,14.33913,247.36012,300.35458,135.02028,52.403225,39.209415,11.552233,808.96594,56.940792,41.68981,11.17395,476.42352,14.549041,546.2907,6.0020447,39.773598,0.0,770.59827,2208.5679,0.24564476,174.4443,17.4698,13265.705,25.96542,0.78721577,8.736783,22.575573,6.034326,1.8927119,12.549457,306.38858,76.269936,9.046595,0.64355785,2.0760372,113.31992,1.8460008,148.17653,268.61224,2087.5862,467.8325,96.9005,165.68773,283.07663,11.67111,14.862038,160.83237,21.417747,29.53818,12.507967,19.733765,153.13965,15.833491,11.3976345,48.933956,13.037317,3693.1443,18.98402,21.66297,16.292608,10.655508,194.97334,40.196724,15.69758,6.740112,7.8925304,12.537405,56.78272,107.92893,29.745867,156.0429,20.09896,5.023593,49.492302,36.682262,75.29306,90.10269,10.915835,2.9566197,5.7600684,18.661251,2372.7402,8.852677,2.5744839,52.296223,12.976256,138.61108,77.41389,118.29994,3.8056786,67.808304,442.39294,345.63156,30.832754,351.82434,45.946148,53.955906,72.76317,36.94268,6.168781,26.365253,498.3187,0.6938302,1.6917692,123.30894,23.96851,9.43638,13.932035,18.37911,171.54564,56.86319,160.99901,925.23114,243.43585,2181.4822,1839.267,20.063366,26.112339,2149.3125,23.722885,40.95319,514.75287,72.378006,113.2288,52.414215,225.76521,318.07495,466.69107,9.353158,71.97834,311.55328,446.34076,13.71089,114.44832,14.915714,1.6704081,52.82029,1.1402265,1.2955791,4.5566373,12.4136915,65.416115,23.371387,19.0293,291.28546,74.32672,44.368088,59.19321,18.65048,58.730175,11.939875,4.5113397,15.563777,97.4382,40.20639,14.819536,34.732857,10.7263775,17.737192,21.389,1.5945852,90.390816,15.371153,236.99982,9.641633,379.02814,20.832188,767.1307,189.51398,5.0439863,11.815994,205.1604,282.4787,1117.977,668.56964 +2023-12-02 14:00:00,0.0,3393.2395,69.83589,31.698303,80.153366,48.840405,330.40823,42.984173,84.53118,22.161064,52.000748,369.97162,98.134094,23.794666,174.1882,0.32323346,0.065331295,64.698685,0.9540415,12.310519,1041.1409,14.7800665,1253.1152,136.62575,1.2906271,33.355957,646.12396,49.691895,452.2273,210.23743,4190.6787,7.1991606,2707.0474,89.84136,2.5764241,4.25104,14.431509,247.33983,300.33377,135.5184,52.387096,39.187805,11.551,808.53613,57.160614,41.703503,11.168439,476.52936,14.545799,546.3608,6.0018973,39.75843,0.0,770.55884,2207.9143,0.2456541,174.32498,17.465317,13260.916,25.965046,0.78748655,8.73263,22.56566,6.0358415,1.8929085,12.543843,306.28842,76.23969,9.040589,0.643554,2.076887,113.32587,1.8448629,148.16183,268.4261,2087.068,467.46582,96.885796,165.66577,283.7635,11.7089,14.88608,161.56151,21.465189,29.606253,12.504684,19.733349,153.19147,15.826055,11.39601,48.937653,13.041898,3693.5896,18.982687,21.660618,16.291716,10.653998,195.07686,40.21067,15.709678,6.7409344,7.890562,12.540086,56.781296,107.88149,29.747782,156.07674,20.09636,5.0227466,49.485165,36.66719,75.245544,90.136894,10.930156,2.9547715,5.7829986,18.653706,2371.9304,8.869031,2.5720053,52.25468,12.9740305,138.58469,77.42778,118.27992,3.8112674,67.835556,442.2376,345.48886,30.82616,351.66916,45.998745,53.947067,72.75865,37.02012,6.178173,26.384295,498.3049,0.69706684,1.6973395,123.41658,23.968817,9.435275,13.946849,18.388184,171.6612,56.900368,161.00114,925.9144,243.23387,2180.8113,1838.9855,20.052782,26.093262,2148.7258,23.722767,40.922646,514.65186,72.332954,113.16606,52.381313,225.61652,318.0026,466.64914,9.347722,71.941895,311.35443,446.24164,13.706153,114.41565,14.910058,1.670278,52.829624,1.1400065,1.2952828,4.5546026,12.4119,65.36855,23.36546,19.032795,291.7398,74.297264,44.34908,59.16465,18.644508,58.7668,11.940502,4.5438085,15.557393,97.40389,40.183014,14.850349,34.74911,10.7257395,17.783371,21.41483,1.5940728,90.3552,15.364183,236.97902,9.638528,378.91562,20.83433,767.4786,189.43456,5.041335,11.814177,205.0908,282.35376,1117.7305,668.8615 +2023-12-02 15:00:00,0.0,3392.0112,69.803055,31.666943,80.106476,48.817783,330.32416,42.965588,84.486404,22.156696,51.967655,369.78302,98.184364,23.782948,174.0216,0.32330456,0.06587791,64.67948,0.97537374,12.328312,1040.568,14.777488,1252.4706,136.60936,1.3093414,33.376743,645.78357,49.720222,452.76837,210.29918,4188.699,7.233993,2707.2302,90.11033,2.5974474,4.2699533,14.523886,247.31952,300.31293,136.01651,52.370968,39.16619,11.5497675,808.1064,57.380436,41.71719,11.162929,476.63525,14.542557,546.4309,6.00175,39.743263,0.0,770.5194,2207.2605,0.24566345,174.20566,17.460835,13256.126,25.96467,0.7877574,8.728476,22.555746,6.037357,1.8931049,12.53823,306.18826,76.20945,9.034584,0.6435501,2.0777364,113.33181,1.843725,148.14714,268.23993,2086.5503,467.09912,96.87109,165.64381,284.45038,11.746691,14.910121,162.29066,21.51263,29.674326,12.501402,19.732933,153.24329,15.818619,11.394386,48.94135,13.046477,3694.035,18.981352,21.658266,16.290825,10.652489,195.18039,40.224617,15.721774,6.7417574,7.8885937,12.542766,56.779873,107.83405,29.749697,156.11058,20.093758,5.0219,49.478027,36.652115,75.19803,90.17109,10.944475,2.9529235,5.805928,18.64616,2371.1206,8.8853855,2.569527,52.21314,12.971804,138.55827,77.441666,118.2599,3.8168564,67.86281,442.08228,345.34613,30.819567,351.51398,46.051346,53.938232,72.75414,37.097557,6.187565,26.403337,498.29108,0.7003035,1.70291,123.524216,23.969124,9.43417,13.961661,18.397257,171.77675,56.93755,161.0033,926.5977,243.03189,2180.1404,1838.7041,20.042198,26.074184,2148.1392,23.722649,40.8921,514.55084,72.2879,113.10333,52.34841,225.46783,317.93024,466.60724,9.342286,71.90546,311.1556,446.14252,13.701416,114.38298,14.904402,1.6701477,52.83896,1.1397866,1.2949865,4.5525675,12.410107,65.320984,23.359531,19.03629,292.19415,74.26781,44.33007,59.13609,18.638538,58.80343,11.94113,4.5762773,15.551008,97.36958,40.159634,14.881162,34.765366,10.7251005,17.82955,21.440659,1.5935605,90.31959,15.357215,236.9582,9.635422,378.80313,20.836473,767.8265,189.35513,5.0386844,11.812359,205.0212,282.22885,1117.4839,669.1534 +2023-12-02 16:00:00,0.0,3390.7827,69.77022,31.635584,80.059586,48.795162,330.2401,42.947,84.44162,22.15233,51.93456,369.5944,98.23464,23.771227,173.85503,0.32337567,0.06642452,64.660286,0.99670607,12.346104,1039.9952,14.77491,1251.8258,136.59297,1.3280559,33.39753,645.4431,49.74855,453.30942,210.36092,4186.7197,7.268825,2707.413,90.379295,2.6184704,4.2888665,14.616264,247.29922,300.2921,136.51463,52.35484,39.144577,11.548535,807.6766,57.600258,41.73088,11.157417,476.74112,14.539314,546.50104,6.0016026,39.728096,0.0,770.48,2206.6067,0.24567279,174.08632,17.45635,13251.337,25.964294,0.78802824,8.724321,22.54583,6.0388727,1.8933014,12.532617,306.08813,76.17921,9.028579,0.6435462,2.078586,113.33775,1.842587,148.13246,268.05377,2086.0322,466.73242,96.85639,165.62186,285.13724,11.784481,14.934163,163.0198,21.560072,29.742401,12.498119,19.732517,153.2951,15.811183,11.392761,48.94505,13.051058,3694.4805,18.980019,21.655914,16.289932,10.650979,195.28392,40.238567,15.7338705,6.7425804,7.886625,12.545445,56.778446,107.78661,29.751612,156.14441,20.091158,5.021054,49.470886,36.63704,75.15051,90.20529,10.958796,2.9510753,5.828858,18.638615,2370.3108,8.901739,2.5670483,52.171593,12.969578,138.53188,77.45556,118.23988,3.8224452,67.89005,441.92694,345.2034,30.812973,351.35876,46.103943,53.929398,72.749626,37.175,6.196957,26.422379,498.27728,0.70354015,1.7084802,123.63186,23.96943,9.433064,13.976475,18.40633,171.8923,56.97473,161.00543,927.281,242.82991,2179.4692,1838.4226,20.031612,26.055107,2147.5525,23.72253,40.861557,514.4498,72.24285,113.040596,52.31551,225.31915,317.85788,466.56534,9.33685,71.86901,310.95676,446.04343,13.696679,114.3503,14.898746,1.6700174,52.848293,1.1395668,1.2946903,4.550533,12.408315,65.27342,23.353603,19.039785,292.64847,74.23835,44.31106,59.10753,18.632566,58.840054,11.941756,4.6087456,15.544623,97.33527,40.136253,14.911975,34.78162,10.7244625,17.875729,21.466486,1.593048,90.28397,15.350245,236.93741,9.632317,378.6906,20.838617,768.1744,189.27571,5.0360336,11.810542,204.9516,282.1039,1117.2373,669.4453 +2023-12-02 17:00:00,0.0,3389.5544,69.73737,31.604223,80.01269,48.77254,330.15604,42.92841,84.396835,22.147963,51.901466,369.4058,98.28491,23.759508,173.68843,0.32344678,0.06697113,64.64109,1.0180384,12.363896,1039.4224,14.772332,1251.181,136.57658,1.3467702,33.418312,645.1027,49.776882,453.8505,210.42267,4184.74,7.3036575,2707.596,90.64826,2.6394937,4.30778,14.708641,247.27893,300.2713,137.01276,52.33871,39.122967,11.547302,807.24677,57.82008,41.744568,11.151906,476.84695,14.536073,546.5711,6.0014553,39.71293,0.0,770.44055,2205.9531,0.24568212,173.967,17.451868,13246.548,25.963919,0.788299,8.720168,22.535915,6.040388,1.8934978,12.527003,305.98798,76.148964,9.022573,0.64354235,2.0794356,113.3437,1.8414491,148.11777,267.8676,2085.5144,466.36575,96.84169,165.59991,285.82413,11.822271,14.958204,163.74895,21.607515,29.810474,12.494837,19.732101,153.34692,15.803747,11.391137,48.948746,13.055637,3694.9258,18.978685,21.653563,16.289042,10.649468,195.38745,40.252514,15.745968,6.743403,7.8846564,12.548126,56.777023,107.739174,29.753527,156.17825,20.088556,5.0202074,49.46375,36.621967,75.103,90.23949,10.973115,2.9492273,5.8517876,18.63107,2369.5007,8.918093,2.5645697,52.13005,12.967352,138.50546,77.469444,118.219864,3.8280342,67.917305,441.7716,345.0607,30.80638,351.20358,46.15654,53.92056,72.74511,37.252438,6.206349,26.441422,498.26346,0.7067768,1.7140505,123.739494,23.969738,9.431959,13.991288,18.415403,172.00786,57.01191,161.00757,927.96423,242.62793,2178.7983,1838.1412,20.021029,26.036032,2146.9658,23.72241,40.831013,514.3488,72.19779,112.97786,52.282608,225.17046,317.78552,466.52344,9.331414,71.83257,310.75793,445.9443,13.691942,114.317635,14.893089,1.6698872,52.857628,1.1393468,1.294394,4.5484977,12.406523,65.22586,23.347673,19.04328,293.1028,74.20889,44.292053,59.078964,18.626595,58.87668,11.942384,4.6412144,15.5382395,97.300964,40.112873,14.942788,34.797874,10.723824,17.921907,21.492315,1.5925356,90.24836,15.343276,236.91661,9.62921,378.5781,20.840761,768.5223,189.19629,5.0333824,11.808724,204.882,281.979,1116.9907,669.7372 +2023-12-02 18:00:00,0.0,3388.3262,69.70454,31.572863,79.9658,48.74992,330.072,42.909824,84.35205,22.143597,51.86837,369.21716,98.33518,23.74779,173.52184,0.3235179,0.06751774,64.62189,1.0393707,12.381688,1038.8495,14.769753,1250.5363,136.5602,1.3654845,33.4391,644.76227,49.80521,454.39157,210.48442,4182.7603,7.33849,2707.7788,90.91723,2.6605167,4.326693,14.80102,247.25864,300.25046,137.51086,52.322582,39.101353,11.54607,806.81696,58.0399,41.75826,11.146396,476.95282,14.53283,546.64124,6.001308,39.69776,0.0,770.4011,2205.2993,0.24569146,173.84767,17.447384,13241.759,25.963543,0.78856987,8.716014,22.526001,6.0419035,1.8936944,12.52139,305.88782,76.11872,9.016568,0.6435385,2.0802853,113.34964,1.8403112,148.10307,267.68146,2084.9963,465.99905,96.82698,165.57796,286.511,11.860062,14.982246,164.4781,21.654957,29.878548,12.491553,19.731686,153.39876,15.79631,11.389513,48.952442,13.060218,3695.371,18.977352,21.651209,16.288149,10.647959,195.49097,40.26646,15.758064,6.744226,7.882688,12.550806,56.7756,107.691734,29.755444,156.2121,20.085955,5.019361,49.45661,36.60689,75.05548,90.27369,10.987435,2.947379,5.8747177,18.623524,2368.691,8.934446,2.562091,52.08851,12.965126,138.47906,77.48334,118.199844,3.833623,67.94456,441.61627,344.91797,30.799786,351.0484,46.20914,53.911724,72.7406,37.329876,6.215741,26.460463,498.24963,0.71001345,1.719621,123.84714,23.970045,9.430855,14.006101,18.424477,172.12341,57.04909,161.0097,928.6475,242.42595,2178.1274,1837.8597,20.010443,26.016954,2146.3792,23.722292,40.80047,514.2478,72.15274,112.91512,52.249702,225.02177,317.71317,466.4815,9.325978,71.79613,310.55908,445.84518,13.687205,114.284966,14.887433,1.6697569,52.866962,1.1391269,1.2940978,4.546463,12.404731,65.17829,23.341745,19.046774,293.55716,74.179436,44.273045,59.050404,18.620623,58.913307,11.943011,4.673683,15.531855,97.266655,40.089493,14.973601,34.81413,10.723186,17.968086,21.518145,1.5920233,90.21275,15.336307,236.89581,9.626105,378.46558,20.842905,768.8702,189.11687,5.0307317,11.806908,204.8124,281.85406,1116.7441,670.02905 +2023-12-02 19:00:00,0.0,3387.098,69.6717,31.541502,79.91891,48.7273,329.9879,42.891235,84.30727,22.139229,51.835278,369.02856,98.38545,23.736069,173.35524,0.323589,0.06806436,64.60269,1.0607029,12.39948,1038.2766,14.767176,1249.8915,136.54381,1.3841989,33.459885,644.4219,49.833538,454.93265,210.54617,4180.781,7.373322,2707.962,91.186195,2.6815398,4.345607,14.893398,247.23834,300.22964,138.00899,52.30645,39.07974,11.544837,806.3872,58.259724,41.771946,11.140884,477.05872,14.529589,546.7113,6.00116,39.682594,0.0,770.3617,2204.6455,0.2457008,173.72835,17.4429,13236.97,25.963167,0.7888407,8.71186,22.516087,6.0434194,1.8938909,12.515778,305.78766,76.088486,9.010563,0.64353454,2.081135,113.35558,1.8391732,148.0884,267.4953,2084.4785,465.63235,96.81228,165.556,287.19788,11.897852,15.006288,165.20724,21.702398,29.94662,12.488271,19.73127,153.45058,15.788875,11.387889,48.956142,13.064797,3695.8164,18.976019,21.648857,16.287258,10.646449,195.5945,40.280407,15.770162,6.7450485,7.8807197,12.553487,56.774174,107.644295,29.757359,156.24594,20.083353,5.0185146,49.44947,36.59182,75.007965,90.307884,11.001755,2.945531,5.8976474,18.615978,2367.881,8.950801,2.5596125,52.046963,12.9629,138.45265,77.49722,118.179825,3.839212,67.97181,441.46094,344.77524,30.793192,350.8932,46.261738,53.902885,72.736084,37.40732,6.225133,26.479504,498.23584,0.7132501,1.7251912,123.95477,23.970352,9.4297495,14.020914,18.43355,172.23897,57.086273,161.01184,929.3308,242.22397,2177.4565,1837.5782,19.999859,25.997877,2145.7925,23.722174,40.769924,514.1468,72.10769,112.85239,52.2168,224.87308,317.6408,466.4396,9.320542,71.75969,310.36026,445.74606,13.682468,114.2523,14.881777,1.6696266,52.876297,1.1389071,1.2938015,4.544428,12.402939,65.13073,23.335817,19.050268,294.0115,74.14998,44.254032,59.021843,18.61465,58.949932,11.943639,4.7061515,15.525471,97.23234,40.066116,15.004415,34.830383,10.722547,18.014265,21.543974,1.5915108,90.17714,15.329337,236.87502,9.622999,378.35306,20.845047,769.2181,189.03745,5.0280805,11.80509,204.7428,281.72916,1116.4976,670.321 +2023-12-02 20:00:00,0.0,3385.8696,69.638855,31.510141,79.87201,48.704678,329.90384,42.872646,84.26248,22.134863,51.802185,368.83994,98.43572,23.72435,173.18864,0.3236601,0.06861097,64.58349,1.0820352,12.417273,1037.7039,14.764598,1249.2468,136.52742,1.4029132,33.480667,644.0815,49.861866,455.4737,210.60793,4178.8013,7.4081545,2708.1448,91.45517,2.702563,4.36452,14.985775,247.21803,300.20883,138.50711,52.29032,39.05813,11.543605,805.9574,58.47955,41.785637,11.135373,477.16455,14.526346,546.78143,6.001013,39.667423,0.0,770.32227,2203.992,0.24571015,173.60902,17.438417,13232.18,25.962793,0.78911155,8.707706,22.506172,6.0449347,1.8940873,12.510164,305.6875,76.05824,9.004558,0.64353067,2.0819845,113.36153,1.8380352,148.0737,267.30914,2083.9604,465.2657,96.79758,165.53406,287.88474,11.935642,15.030329,165.9364,21.74984,30.014694,12.484988,19.730854,153.5024,15.781439,11.386265,48.95984,13.069378,3696.2617,18.974686,21.646505,16.286366,10.644939,195.69803,40.294353,15.782258,6.7458715,7.8787513,12.556167,56.77275,107.596855,29.759274,156.27977,20.080753,5.0176682,49.442333,36.576744,74.96045,90.34209,11.016075,2.943683,5.920577,18.608433,2367.0713,8.9671545,2.5571342,52.00542,12.960673,138.42625,77.511116,118.159805,3.844801,67.99906,441.3056,344.63254,30.786596,350.738,46.31434,53.89405,72.73157,37.484756,6.234525,26.498547,498.22202,0.71648675,1.7307616,124.062416,23.97066,9.428644,14.0357275,18.442623,172.35452,57.123455,161.01398,930.01416,242.02199,2176.7854,1837.2969,19.989275,25.9788,2145.206,23.722055,40.73938,514.0458,72.06263,112.78965,52.1839,224.7244,317.56845,466.3977,9.315107,71.72324,310.1614,445.64697,13.6777315,114.21962,14.87612,1.6694963,52.88563,1.1386871,1.2935053,4.542393,12.401147,65.08316,23.32989,19.053762,294.46582,74.120514,44.235023,58.99328,18.60868,58.98656,11.944265,4.7386203,15.519086,97.19803,40.042736,15.035227,34.846638,10.721909,18.060444,21.569801,1.5909984,90.141525,15.322368,236.8542,9.619894,378.24054,20.84719,769.566,188.95802,5.0254297,11.803272,204.67319,281.60425,1116.251,670.61285 +2023-12-02 21:00:00,0.0,3384.6414,69.60602,31.47878,79.82512,48.682056,329.8198,42.85406,84.217705,22.130495,51.76909,368.65134,98.486,23.712631,173.02205,0.3237312,0.069157586,64.56429,1.1033674,12.435064,1037.131,14.762019,1248.602,136.51102,1.4216276,33.501453,643.741,49.890198,456.01477,210.66968,4176.822,7.442987,2708.3276,91.72414,2.723586,4.3834333,15.078154,247.19774,300.18802,139.00522,52.274193,39.036514,11.542372,805.5276,58.69937,41.799324,11.129862,477.27045,14.523104,546.8515,6.0008655,39.652256,0.0,770.28284,2203.3381,0.24571949,173.4897,17.433933,13227.391,25.962418,0.78938234,8.703552,22.496258,6.0464506,1.8942838,12.504551,305.58734,76.028,8.998553,0.6435268,2.0828342,113.36747,1.8368974,148.05902,267.123,2083.4426,464.899,96.78287,165.5121,288.57162,11.973433,15.054371,166.66554,21.797281,30.082767,12.481706,19.730438,153.55421,15.774003,11.38464,48.963535,13.073957,3696.707,18.973352,21.644154,16.285475,10.643429,195.80154,40.3083,15.794354,6.7466946,7.8767824,12.558847,56.771324,107.549416,29.761189,156.31361,20.078152,5.016822,49.435196,36.561672,74.91294,90.37628,11.030395,2.9418347,5.9435067,18.600887,2366.2612,8.983508,2.5546556,51.963875,12.958447,138.39984,77.525,118.139786,3.8503897,68.02631,441.15027,344.4898,30.780003,350.5828,46.366936,53.885212,72.72706,37.5622,6.243917,26.517588,498.2082,0.7197234,1.7363319,124.17005,23.970966,9.427539,14.05054,18.451696,172.4701,57.160633,161.01611,930.6974,241.82,2176.1145,1837.0154,19.97869,25.959723,2144.6194,23.721935,40.708836,513.9447,72.01758,112.72692,52.150997,224.57571,317.49606,466.35577,9.309671,71.686806,309.9626,445.54785,13.672995,114.18695,14.870463,1.6693661,52.894966,1.1384672,1.2932091,4.5403585,12.399354,65.0356,23.323961,19.057259,294.92017,74.09106,44.216015,58.964718,18.602709,59.023186,11.944893,4.771089,15.512702,97.16372,40.019356,15.06604,34.862892,10.721271,18.106623,21.59563,1.590486,90.10591,15.315398,236.8334,9.616788,378.12802,20.849335,769.9139,188.8786,5.0227785,11.8014555,204.60359,281.4793,1116.0045,670.9047 +2023-12-02 22:00:00,0.0,3383.413,69.57318,31.44742,79.77823,48.659435,329.73572,42.835472,84.17292,22.12613,51.735996,368.4627,98.53627,23.70091,172.85545,0.32380232,0.0697042,64.54509,1.1246997,12.452856,1036.5581,14.759441,1247.9573,136.49463,1.440342,33.52224,643.40063,49.918526,456.55585,210.73143,4174.8423,7.477819,2708.5105,91.9931,2.744609,4.4023466,15.17053,247.17744,300.16718,139.50334,52.258064,39.0149,11.54114,805.09784,58.919193,41.813015,11.1243515,477.3763,14.519862,546.92163,6.000718,39.63709,0.0,770.2434,2202.6843,0.24572884,173.37036,17.429451,13222.602,25.962042,0.7896532,8.699398,22.486343,6.047966,1.8944803,12.498938,305.48718,75.99776,8.992548,0.6435229,2.083684,113.37341,1.8357594,148.04433,266.93683,2082.9246,464.5323,96.768166,165.49014,289.25848,12.011223,15.078412,167.39468,21.844723,30.15084,12.478423,19.730022,153.60603,15.766566,11.383016,48.96723,13.078538,3697.1523,18.97202,21.641802,16.284582,10.641919,195.90508,40.322247,15.806452,6.747517,7.874814,12.561527,56.7699,107.501976,29.763103,156.34746,20.07555,5.0159755,49.428055,36.546597,74.865425,90.410484,11.044715,2.9399867,5.966437,18.593344,2365.4514,8.999862,2.552177,51.922333,12.956222,138.37343,77.53889,118.11977,3.8559787,68.053566,440.99493,344.34708,30.773409,350.4276,46.419533,53.876377,72.72254,37.639637,6.2533092,26.53663,498.1944,0.72296005,1.7419022,124.27769,23.971273,9.426434,14.065353,18.46077,172.58565,57.197815,161.01825,931.38074,241.61803,2175.4436,1836.734,19.968105,25.940647,2144.0327,23.721817,40.67829,513.8437,71.97253,112.664185,52.118095,224.42702,317.4237,466.31387,9.304235,71.65037,309.76373,445.44873,13.668258,114.15428,14.864807,1.6692358,52.9043,1.1382474,1.2929128,4.5383234,12.397562,64.98804,23.318033,19.060753,295.3745,74.0616,44.197006,58.936157,18.596737,59.05981,11.94552,4.8035574,15.506317,97.12941,39.995975,15.096853,34.87915,10.720632,18.152802,21.62146,1.5899737,90.0703,15.308429,236.8126,9.613683,378.0155,20.851479,770.2618,188.79918,5.020128,11.799638,204.534,281.3544,1115.7579,671.19666 +2023-12-02 23:00:00,0.0,3382.1846,69.54034,31.41606,79.73133,48.636814,329.65167,42.816883,84.128136,22.121761,51.702904,368.2741,98.58654,23.689192,172.68887,0.32387346,0.07025081,64.525894,1.1460321,12.470649,1035.9852,14.756864,1247.3125,136.47824,1.4590564,33.543026,643.0602,49.946854,457.09692,210.79318,4172.863,7.5126514,2708.6934,92.26207,2.7656324,4.42126,15.262909,247.15715,300.14636,140.00146,52.241936,38.99329,11.539907,804.668,59.139015,41.826706,11.11884,477.48218,14.51662,546.99176,6.000571,39.62192,0.0,770.204,2202.0308,0.24573818,173.25104,17.424967,13217.8125,25.961666,0.789924,8.695245,22.476429,6.0494814,1.8946768,12.493324,305.38702,75.967514,8.986543,0.64351904,2.0845335,113.37936,1.8346214,148.02963,266.75067,2082.4067,464.16562,96.75346,165.46819,289.94537,12.049013,15.102454,168.12384,21.892164,30.218914,12.475141,19.729607,153.65787,15.7591305,11.381392,48.970932,13.0831175,3697.5977,18.970686,21.639448,16.283691,10.640409,196.0086,40.336197,15.818548,6.74834,7.8728456,12.564208,56.76848,107.45454,29.76502,156.3813,20.07295,5.015129,49.420918,36.531525,74.81791,90.44469,11.059034,2.9381385,5.9893665,18.585798,2364.6416,9.016215,2.5496984,51.88079,12.953996,138.34703,77.55278,118.09975,3.8615675,68.08082,440.8396,344.20438,30.766815,350.27243,46.472134,53.86754,72.718025,37.717075,6.2627015,26.555672,498.18057,0.7261967,1.7474726,124.38533,23.97158,9.425328,14.080166,18.469841,172.7012,57.234997,161.02039,932.06396,241.41605,2174.7727,1836.4525,19.95752,25.92157,2143.446,23.721699,40.647747,513.7427,71.927475,112.60145,52.085194,224.27834,317.35135,466.27197,9.2987995,71.61392,309.5649,445.3496,13.663522,114.12161,14.859151,1.6691055,52.913635,1.1380274,1.2926166,4.5362887,12.39577,64.94047,23.312105,19.064247,295.82886,74.03214,44.177998,58.907593,18.590765,59.09644,11.946147,4.836026,15.499933,97.0951,39.9726,15.127666,34.895405,10.719994,18.19898,21.64729,1.5894612,90.03468,15.301459,236.79181,9.610577,377.90298,20.85362,770.6097,188.71976,5.017477,11.79782,204.46439,281.22946,1115.5114,671.4885 +2023-12-03 00:00:00,0.0,3380.9563,69.5075,31.3847,79.68444,48.614193,329.5676,42.798298,84.08335,22.117395,51.669807,368.08548,98.63681,23.677473,172.52228,0.32394457,0.07079742,64.50669,1.1673644,12.4884405,1035.4124,14.754285,1246.6677,136.46185,1.4777707,33.56381,642.7198,49.975185,457.63797,210.85493,4170.8833,7.547484,2708.8765,92.53104,2.7866554,4.440173,15.355287,247.13686,300.12555,140.49957,52.225807,38.971676,11.538674,804.2382,59.358837,41.840393,11.113329,477.588,14.513377,547.0618,6.0004234,39.606754,0.0,770.16455,2201.377,0.2457475,173.13171,17.420485,13213.022,25.96129,0.79019487,8.691091,22.466515,6.0509973,1.8948733,12.487711,305.28687,75.93727,8.980537,0.64351517,2.0853832,113.3853,1.8334836,148.01495,266.5645,2081.8887,463.79892,96.738754,165.44624,290.63223,12.086803,15.126495,168.85298,21.939606,30.286987,12.471858,19.72919,153.70969,15.751695,11.379767,48.97463,13.087697,3698.043,18.96935,21.637096,16.282799,10.6389,196.11214,40.350143,15.830646,6.7491627,7.8708773,12.566888,56.76705,107.4071,29.766935,156.41513,20.070349,5.0142827,49.41378,36.51645,74.77039,90.47888,11.073355,2.9362905,6.012296,18.578253,2363.8318,9.03257,2.5472198,51.839245,12.951769,138.32062,77.566666,118.07973,3.8671565,68.10807,440.68427,344.06165,30.760221,350.11722,46.52473,53.858704,72.71352,37.794518,6.2720933,26.574715,498.16678,0.72943336,1.7530429,124.492966,23.971888,9.424223,14.094979,18.478914,172.81676,57.27218,161.02254,932.7472,241.21408,2174.1016,1836.1711,19.946936,25.902493,2142.8594,23.72158,40.617203,513.64166,71.882416,112.53871,52.05229,224.12964,317.279,466.23007,9.293364,71.577484,309.36606,445.25052,13.658785,114.08894,14.853495,1.6689752,52.92297,1.1378075,1.2923203,4.5342536,12.393978,64.89291,23.306177,19.067741,296.28317,74.002686,44.15899,58.879032,18.584793,59.133064,11.9467745,4.868495,15.493548,97.06079,39.94922,15.158479,34.91166,10.719355,18.245161,21.673117,1.5889488,89.99907,15.29449,236.77101,9.607471,377.7905,20.855764,770.9576,188.64034,5.014826,11.796003,204.39479,281.10455,1115.2648,671.7804 +2023-12-03 01:00:00,0.0,3379.728,69.47466,31.35334,79.63755,48.59157,329.48355,42.77971,84.03857,22.11303,51.636715,367.89688,98.68708,23.665754,172.35568,0.32401568,0.07134403,64.487495,1.1886966,12.506232,1034.8396,14.751707,1246.0231,136.44547,1.496485,33.584595,642.3794,50.003513,458.17905,210.91667,4168.904,7.582316,2709.0593,92.8,2.8076787,4.4590864,15.447664,247.11655,300.1047,140.9977,52.20968,38.95006,11.537442,803.8084,59.57866,41.854084,11.107819,477.6939,14.510136,547.13196,6.000276,39.591587,0.0,770.1251,2200.7231,0.24575685,173.01239,17.416,13208.233,25.960915,0.79046565,8.686936,22.4566,6.0525126,1.8950698,12.482099,305.1867,75.90703,8.974532,0.6435113,2.086233,113.39124,1.8323456,148.00026,266.37836,2081.3708,463.43222,96.72405,165.42429,291.31912,12.124594,15.150537,169.58214,21.98705,30.35506,12.4685755,19.728775,153.7615,15.744258,11.378143,48.978325,13.092278,3698.4885,18.968018,21.634745,16.281908,10.637389,196.21565,40.36409,15.842742,6.7499857,7.868909,12.569569,56.76563,107.35966,29.76885,156.44897,20.067747,5.0134363,49.40664,36.501377,74.72288,90.513084,11.087674,2.9344423,6.035226,18.570707,2363.0217,9.0489235,2.5447412,51.797703,12.949543,138.29422,77.58056,118.05971,3.8727455,68.135315,440.52893,343.9189,30.753628,349.96204,46.577328,53.849865,72.709,37.871956,6.2814856,26.593756,498.15295,0.73267,1.7586133,124.60061,23.972197,9.423118,14.109793,18.487988,172.93231,57.309357,161.02467,933.43054,241.0121,2173.4307,1835.8896,19.93635,25.883415,2142.2727,23.721462,40.58666,513.54065,71.837364,112.475975,52.01939,223.98096,317.20663,466.18814,9.287928,71.54104,309.16724,445.1514,13.654048,114.05627,14.847838,1.668845,52.932304,1.1375877,1.292024,4.532219,12.392186,64.845345,23.30025,19.071236,296.73752,73.97323,44.13998,58.85047,18.578821,59.16969,11.947402,4.9009633,15.4871645,97.02648,39.92584,15.189292,34.927914,10.718717,18.29134,21.698946,1.5884365,89.963455,15.28752,236.75021,9.604365,377.67798,20.857908,771.3055,188.56091,5.012175,11.794186,204.32518,280.97964,1115.0182,672.0723 +2023-12-03 02:00:00,0.0,3378.4998,69.44182,31.32198,79.59065,48.56895,329.39948,42.76112,83.99378,22.108662,51.60362,367.70825,98.73736,23.654034,172.18909,0.3240868,0.07189065,64.46829,1.2100289,12.524025,1034.2667,14.749129,1245.3783,136.42908,1.5151994,33.60538,642.03894,50.03184,458.72012,210.97842,4166.9243,7.6171484,2709.2422,93.06897,2.8287017,4.4779997,15.540042,247.09625,300.0839,141.49582,52.19355,38.92845,11.536209,803.37866,59.798485,41.86777,11.102307,477.79974,14.506893,547.202,6.0001287,39.57642,0.0,770.08563,2200.0696,0.2457662,172.89307,17.411516,13203.444,25.96054,0.7907365,8.682783,22.446684,6.0540285,1.8952663,12.476485,305.08655,75.876785,8.968527,0.6435074,2.0870824,113.397194,1.8312076,147.98557,266.1922,2080.8528,463.06555,96.70935,165.40233,292.00598,12.162384,15.174579,170.31128,22.03449,30.423134,12.465293,19.72836,153.81332,15.736822,11.376519,48.982025,13.096857,3698.9338,18.966684,21.632393,16.281015,10.6358795,196.31918,40.378036,15.854838,6.7508087,7.86694,12.572248,56.764206,107.31222,29.770765,156.48282,20.065145,5.01259,49.3995,36.4863,74.67536,90.54728,11.1019945,2.932594,6.058156,18.563162,2362.212,9.065277,2.5422628,51.75616,12.947317,138.2678,77.594444,118.03969,3.8783343,68.16257,440.3736,343.7762,30.747034,349.80685,46.62993,53.84103,72.70448,37.949394,6.2908773,26.612799,498.13913,0.73590666,1.7641836,124.708244,23.972504,9.422012,14.124605,18.49706,173.04787,57.34654,161.02681,934.11383,240.81012,2172.7598,1835.6083,19.925766,25.86434,2141.686,23.721342,40.556114,513.43964,71.79231,112.41324,51.98649,223.83226,317.13428,466.14624,9.282492,71.5046,308.96838,445.05228,13.649311,114.0236,14.842182,1.6687148,52.94164,1.1373677,1.2917278,4.530184,12.390394,64.797775,23.29432,19.07473,297.19186,73.94377,44.120968,58.821907,18.572851,59.206318,11.948029,4.933432,15.48078,96.99217,39.90246,15.220105,34.944168,10.718078,18.337519,21.724775,1.587924,89.92784,15.280552,236.7294,9.60126,377.56546,20.860052,771.6534,188.48149,5.009524,11.792368,204.25558,280.8547,1114.7716,672.3642 +2023-12-03 03:00:00,0.0,3377.2715,69.40898,31.290619,79.54376,48.546333,329.31543,42.742535,83.949005,22.104296,51.570526,367.51965,98.78763,23.642315,172.02249,0.3241579,0.072437264,64.4491,1.2313612,12.541817,1033.6938,14.746551,1244.7335,136.41267,1.5339137,33.626163,641.69855,50.060173,459.2612,211.04018,4164.945,7.6519804,2709.425,93.33794,2.8497248,4.4969134,15.63242,247.07596,300.06308,141.99393,52.177418,38.906837,11.534977,802.94885,60.018307,41.881462,11.096796,477.90564,14.503651,547.27216,5.9999814,39.56125,0.0,770.0462,2199.4158,0.24577554,172.77374,17.407034,13198.655,25.960165,0.79100734,8.678629,22.43677,6.055544,1.8954628,12.470872,304.9864,75.84655,8.962522,0.64350355,2.087932,113.40314,1.8300698,147.97089,266.00604,2080.335,462.69885,96.69464,165.38037,292.69287,12.200174,15.19862,171.04042,22.081932,30.491207,12.46201,19.727943,153.86514,15.729386,11.374894,48.98572,13.101438,3699.3792,18.965351,21.630041,16.280125,10.63437,196.42271,40.391983,15.866936,6.7516313,7.8649716,12.574929,56.76278,107.26477,29.77268,156.51666,20.062546,5.0117435,49.392365,36.47123,74.627846,90.58148,11.116314,2.930746,6.0810857,18.555616,2361.402,9.081631,2.5397842,51.714615,12.945091,138.24141,77.60834,118.01967,3.8839233,68.18982,440.21826,343.63348,30.74044,349.65164,46.682526,53.83219,72.699974,38.026836,6.3002696,26.63184,498.12534,0.7391433,1.7697539,124.81589,23.97281,9.420907,14.139419,18.506134,173.16342,57.38372,161.02895,934.7971,240.60814,2172.0889,1835.3268,19.915182,25.845263,2141.0994,23.721224,40.52557,513.3386,71.74725,112.35051,51.953587,223.68358,317.06192,466.10434,9.277056,71.468155,308.76956,444.95316,13.644574,113.99093,14.836526,1.6685845,52.950974,1.1371478,1.2914315,4.528149,12.388601,64.75021,23.288391,19.078226,297.6462,73.914314,44.10196,58.793346,18.56688,59.242943,11.948656,4.965901,15.474396,96.957855,39.879078,15.250918,34.960423,10.71744,18.383698,21.750605,1.5874116,89.89223,15.273582,236.7086,9.598154,377.45294,20.862196,772.0013,188.40207,5.006873,11.790551,204.18599,280.7298,1114.525,672.65607 +2023-12-03 04:00:00,0.0,3376.0432,69.376144,31.259258,79.49687,48.523712,329.23135,42.723946,83.90422,22.099928,51.537434,367.33102,98.8379,23.630596,171.8559,0.324229,0.072983876,64.4299,1.2526935,12.559608,1033.121,14.743973,1244.0887,136.39629,1.5526282,33.64695,641.3581,50.0885,459.80225,211.10193,4162.965,7.686813,2709.608,93.6069,2.870748,4.5158267,15.724797,247.05566,300.04224,142.49205,52.16129,38.885223,11.533744,802.51904,60.23813,41.89515,11.091286,478.0115,14.500409,547.3422,5.9998336,39.54608,0.0,770.0068,2198.762,0.24578488,172.6544,17.40255,13193.866,25.95979,0.7912781,8.674476,22.426857,6.0570593,1.8956592,12.465259,304.88623,75.81631,8.956516,0.6434997,2.0887818,113.40908,1.8289318,147.95619,265.8199,2079.817,462.33215,96.67994,165.35843,293.37973,12.237965,15.222662,171.76958,22.129374,30.55928,12.458728,19.727528,153.91698,15.721951,11.37327,48.989418,13.106017,3699.8245,18.964018,21.627687,16.279232,10.63286,196.52623,40.40593,15.879032,6.7524543,7.8630033,12.577609,56.761356,107.21733,29.774595,156.55049,20.059944,5.010897,49.385223,36.456154,74.58033,90.61568,11.130634,2.9288979,6.1040154,18.54807,2360.5923,9.097985,2.5373056,51.673073,12.942865,138.215,77.62222,117.99965,3.889512,68.21707,440.06293,343.49075,30.733847,349.49646,46.735126,53.823357,72.69546,38.104275,6.3096614,26.65088,498.1115,0.74237996,1.7753243,124.92352,23.973118,9.419803,14.154232,18.515207,173.27898,57.4209,161.03108,935.4804,240.40616,2171.4177,1835.0454,19.904596,25.826185,2140.5127,23.721106,40.495026,513.2376,71.7022,112.28777,51.920685,223.5349,316.98956,466.06244,9.27162,71.43172,308.5707,444.85406,13.639837,113.95826,14.83087,1.6684543,52.960308,1.136928,1.2911353,4.5261145,12.386809,64.702644,23.282463,19.08172,298.10052,73.88486,44.08295,58.764786,18.560907,59.27957,11.949284,4.998369,15.468011,96.923546,39.8557,15.281732,34.976677,10.716801,18.429876,21.776432,1.5868993,89.85662,15.266613,236.6878,9.595049,377.34042,20.864338,772.3492,188.32265,5.0042224,11.7887335,204.11638,280.60486,1114.2784,672.948 +2023-12-03 05:00:00,0.0,3374.815,69.3433,31.227898,79.449974,48.50109,329.14728,42.705357,83.859436,22.095562,51.504337,367.14243,98.88817,23.618876,171.6893,0.3243001,0.07353049,64.4107,1.2740258,12.577401,1032.5481,14.741395,1243.4441,136.3799,1.5713425,33.667736,641.0177,50.11683,460.34332,211.16368,4160.9854,7.7216454,2709.791,93.87587,2.891771,4.53474,15.817175,247.03537,300.02142,142.99017,52.14516,38.863613,11.532512,802.0893,60.45795,41.90884,11.085774,478.11737,14.497167,547.41235,5.9996862,39.530914,0.0,769.96735,2198.1084,0.24579422,172.53508,17.398067,13189.076,25.959414,0.79154897,8.670321,22.41694,6.058575,1.8958558,12.459645,304.78607,75.786064,8.950511,0.64349574,2.0896313,113.41502,1.8277938,147.9415,265.63373,2079.299,461.96548,96.66524,165.33647,294.06662,12.275755,15.246703,172.49872,22.176815,30.627354,12.455445,19.727112,153.9688,15.714514,11.371646,48.99312,13.110598,3700.2698,18.962685,21.625336,16.278341,10.63135,196.62976,40.41988,15.8911295,6.753277,7.861035,12.580289,56.759933,107.16989,29.776512,156.58434,20.057343,5.010051,49.378086,36.44108,74.53282,90.64988,11.144954,2.9270499,6.126945,18.540525,2359.7822,9.114339,2.534827,51.631527,12.940639,138.1886,77.636116,117.97963,3.895101,68.24432,439.9076,343.34805,30.727253,349.34128,46.787724,53.814518,72.69094,38.181717,6.3190536,26.669924,498.09772,0.7456166,1.7808946,125.031166,23.973425,9.418697,14.1690445,18.52428,173.39453,57.45808,161.03322,936.1637,240.20418,2170.7468,1834.7639,19.894012,25.807108,2139.926,23.720987,40.46448,513.1366,71.65715,112.22504,51.887783,223.3862,316.9172,466.0205,9.266184,71.39527,308.3719,444.75494,13.6351,113.92558,14.8252125,1.668324,52.969643,1.136708,1.2908391,4.5240793,12.385017,64.65508,23.276535,19.085215,298.55487,73.8554,44.063942,58.73622,18.554935,59.316196,11.949911,5.030838,15.461627,96.88924,39.83232,15.312544,34.99293,10.716163,18.476055,21.802261,1.5863868,89.82101,15.259644,236.667,9.591943,377.2279,20.866482,772.6971,188.24323,5.001571,11.786916,204.04678,280.47995,1114.0319,673.23987 +2023-12-03 06:00:00,0.0,3373.5864,69.31046,31.196537,79.40308,48.47847,329.06323,42.68677,83.81465,22.091194,51.471245,366.9538,98.93844,23.607157,171.52272,0.32437122,0.0740771,64.3915,1.2953581,12.595193,1031.9753,14.738816,1242.7993,136.36351,1.5900568,33.68852,640.6773,50.14516,460.8844,211.22543,4159.006,7.7564774,2709.9739,94.14484,2.912794,4.5536532,15.909554,247.01506,300.0006,143.4883,52.129032,38.842,11.531279,801.6595,60.677773,41.922527,11.080263,478.22327,14.493925,547.4824,5.999539,39.515747,0.0,769.92786,2197.4546,0.24580356,172.41576,17.393583,13184.287,25.959038,0.7918198,8.666167,22.407026,6.0600905,1.8960522,12.454033,304.6859,75.75582,8.944506,0.64349186,2.090481,113.42097,1.826656,147.92682,265.44757,2078.781,461.5988,96.65053,165.31451,294.75348,12.313545,15.270744,173.22787,22.224257,30.695427,12.452163,19.726696,154.02061,15.707078,11.370022,48.996815,13.115177,3700.715,18.961351,21.622984,16.27745,10.62984,196.73329,40.433826,15.903226,6.7541,7.8590665,12.58297,56.758507,107.12245,29.778427,156.61818,20.054743,5.009205,49.37095,36.426006,74.485306,90.684074,11.159274,2.9252017,6.149875,18.53298,2358.9724,9.1306925,2.5323484,51.589985,12.938413,138.16219,77.65,117.95961,3.90069,68.271576,439.75223,343.20532,30.720657,349.18607,46.84032,53.805683,72.68643,38.259155,6.3284454,26.688965,498.0839,0.74885327,1.786465,125.1388,23.973732,9.417592,14.183858,18.533354,173.51009,57.495262,161.03535,936.847,240.0022,2170.076,1834.4825,19.883427,25.788033,2139.3396,23.72087,40.433937,513.0356,71.6121,112.1623,51.85488,223.23752,316.84482,465.9786,9.260748,71.35883,308.17303,444.65582,13.630363,113.892914,14.819556,1.6681937,52.978977,1.1364881,1.2905428,4.5220447,12.383225,64.60752,23.270607,19.088709,299.00922,73.825935,44.044933,58.70766,18.548964,59.35282,11.950538,5.063307,15.455242,96.85493,39.80894,15.343357,35.009186,10.715524,18.522234,21.82809,1.5858744,89.78539,15.252674,236.64621,9.588838,377.1154,20.868626,773.045,188.1638,4.9989204,11.785099,203.97717,280.355,1113.7853,673.53174 +2023-12-03 07:00:00,0.0,3372.3582,69.277626,31.165176,79.35619,48.45585,328.97916,42.668182,83.76987,22.086828,51.438152,366.7652,98.988716,23.595438,171.35612,0.32444233,0.07462371,64.3723,1.3166903,12.612986,1031.4025,14.7362385,1242.1545,136.34712,1.6087712,33.709305,640.33685,50.17349,461.42548,211.28719,4157.0264,7.79131,2710.1567,94.4138,2.9338174,4.5725665,16.00193,246.99477,299.9798,143.9864,52.112904,38.820385,11.530046,801.2297,60.897594,41.93622,11.074752,478.3291,14.490683,547.55255,5.9993916,39.50058,0.0,769.8884,2196.8008,0.24581291,172.29643,17.389101,13179.498,25.958662,0.79209065,8.662014,22.397112,6.0616064,1.8962487,12.44842,304.58575,75.72558,8.9385,0.643488,2.0913305,113.42691,1.825518,147.91212,265.2614,2078.2632,461.2321,96.63583,165.29256,295.44037,12.351335,15.294786,173.95702,22.271698,30.7635,12.44888,19.72628,154.07243,15.699642,11.368398,49.00051,13.119758,3701.1604,18.960018,21.620632,16.276558,10.62833,196.83682,40.447773,15.915322,6.754923,7.8570976,12.5856495,56.757084,107.07501,29.780342,156.65202,20.052141,5.0083585,49.363808,36.41093,74.43779,90.71828,11.1735935,2.9233537,6.172805,18.525434,2358.1626,9.147046,2.5298698,51.548443,12.936187,138.13579,77.66389,117.93959,3.9062788,68.29883,439.5969,343.0626,30.714064,349.03088,46.89292,53.79685,72.681915,38.336594,6.3378377,26.708008,498.07007,0.7520899,1.7920353,125.24644,23.97404,9.416487,14.198671,18.542427,173.62564,57.532444,161.03749,937.5302,239.80022,2169.405,1834.201,19.872843,25.768955,2138.753,23.720749,40.403393,512.9345,71.56704,112.09956,51.82198,223.08882,316.77246,465.9367,9.255312,71.322395,307.9742,444.5567,13.625627,113.860245,14.8139,1.6680634,52.98831,1.1362683,1.2902466,4.5200095,12.3814335,64.55995,23.264679,19.092203,299.46356,73.79648,44.025925,58.6791,18.542992,59.38945,11.951165,5.095775,15.448857,96.82062,39.78556,15.37417,35.02544,10.714886,18.568413,21.85392,1.5853621,89.74978,15.245705,236.6254,9.5857315,377.00287,20.87077,773.3929,188.08438,4.996269,11.783281,203.90758,280.2301,1113.5387,673.82367 +2023-12-03 08:00:00,0.0,3371.13,69.24479,31.133816,79.309296,48.433228,328.8951,42.649593,83.72508,22.08246,51.405056,366.57657,99.03899,23.58372,171.18953,0.32451344,0.07517032,64.3531,1.3380226,12.630777,1030.8296,14.733661,1241.5098,136.33073,1.6274855,33.73009,639.99646,50.201817,461.96655,211.34894,4155.047,7.8261423,2710.3396,94.68277,2.9548404,4.59148,16.094309,246.97447,299.95895,144.48453,52.096775,38.798775,11.528814,800.7999,61.117416,41.949905,11.069242,478.43497,14.48744,547.6227,5.999244,39.485413,0.0,769.849,2196.1472,0.24582224,172.17711,17.384617,13174.709,25.958288,0.79236144,8.65786,22.387196,6.063122,1.8964453,12.442806,304.4856,75.695335,8.932495,0.6434841,2.0921803,113.43285,1.82438,147.89745,265.07526,2077.745,460.86542,96.62113,165.27061,296.12723,12.389125,15.318828,174.68616,22.319141,30.831575,12.445598,19.725864,154.12425,15.692205,11.366773,49.004208,13.124337,3701.6057,18.958685,21.61828,16.275667,10.62682,196.94034,40.46172,15.92742,6.7557454,7.8551292,12.58833,56.755657,107.02757,29.782257,156.68585,20.04954,5.007512,49.35667,36.39586,74.390274,90.75247,11.187914,2.9215055,6.1957345,18.517889,2357.3528,9.1634,2.5273914,51.506897,12.933961,138.10938,77.67778,117.91957,3.9118679,68.32608,439.44156,342.9199,30.70747,348.87567,46.94552,53.78801,72.6774,38.414036,6.3472295,26.727049,498.05627,0.75532657,1.7976056,125.35408,23.974346,9.415381,14.213484,18.5515,173.7412,57.569622,161.03963,938.2135,239.59824,2168.734,1833.9197,19.862259,25.749878,2138.1663,23.72063,40.37285,512.8335,71.52199,112.03683,51.789078,222.94014,316.7001,465.89478,9.249876,71.28595,307.77536,444.45758,13.62089,113.827576,14.808244,1.6679332,52.997646,1.1360483,1.2899503,4.517975,12.379642,64.51239,23.25875,19.0957,299.9179,73.76702,44.006912,58.65054,18.537022,59.426075,11.951793,5.128244,15.442473,96.78631,39.762184,15.4049835,35.041695,10.714248,18.614592,21.879747,1.5848496,89.714165,15.238735,236.6046,9.582626,376.89035,20.872911,773.7408,188.00496,4.9936185,11.781464,203.83797,280.1052,1113.2921,674.11554 +2023-12-03 09:00:00,0.0,3369.9016,69.211945,31.102457,79.262405,48.410606,328.81104,42.63101,83.680305,22.078094,51.371964,366.38797,99.08926,23.571999,171.02293,0.32458454,0.07571694,64.3339,1.3593549,12.648569,1030.2567,14.731082,1240.865,136.31435,1.6462,33.750874,639.656,50.23015,462.5076,211.41068,4153.0674,7.8609743,2710.5225,94.95174,2.9758637,4.610393,16.186687,246.95418,299.93814,144.98265,52.080647,38.77716,11.527581,800.3701,61.337242,41.963596,11.06373,478.54083,14.484199,547.69275,5.999097,39.470245,0.0,769.8096,2195.4934,0.24583158,172.05779,17.380133,13169.92,25.957912,0.7926323,8.653706,22.377283,6.064637,1.8966417,12.437193,304.38544,75.66509,8.92649,0.64348024,2.09303,113.4388,1.8232422,147.88275,264.8891,2077.2273,460.49872,96.60643,165.24866,296.81412,12.426915,15.34287,175.41531,22.366583,30.899649,12.442315,19.725449,154.17609,15.68477,11.365149,49.007908,13.128918,3702.0513,18.95735,21.615927,16.274775,10.62531,197.04387,40.475666,15.939516,6.7565684,7.853161,12.59101,56.754234,106.98013,29.784172,156.7197,20.046938,5.0066657,49.349533,36.380783,74.34276,90.786674,11.202233,2.9196572,6.218664,18.510345,2356.543,9.179754,2.5249128,51.465355,12.931735,138.08298,77.691666,117.89955,3.9174566,68.35333,439.28622,342.77716,30.700876,348.7205,46.99812,53.779175,72.67289,38.491474,6.3566217,26.746092,498.04245,0.7585632,1.803176,125.461716,23.974653,9.414276,14.228297,18.560574,173.85675,57.606804,161.04178,938.8968,239.39626,2168.063,1833.6382,19.851673,25.7308,2137.5796,23.720512,40.342304,512.7325,71.47694,111.9741,51.756176,222.79146,316.62775,465.85287,9.244441,71.24951,307.57654,444.3585,13.616153,113.7949,14.8025875,1.6678029,53.00698,1.1358284,1.289654,4.5159397,12.377849,64.46483,23.252823,19.099194,300.37222,73.737564,43.987904,58.621975,18.53105,59.4627,11.952419,5.1607127,15.436089,96.752,39.738804,15.435796,35.057953,10.713609,18.66077,21.905577,1.5843372,89.67855,15.231766,236.5838,9.57952,376.77786,20.875055,774.0887,187.92554,4.9909678,11.779647,203.76837,279.98026,1113.0455,674.4074 +2023-12-03 10:00:00,0.0,3368.6733,69.17911,31.071096,79.215515,48.387985,328.727,42.61242,83.63552,22.073727,51.338867,366.19934,99.13953,23.56028,170.85634,0.32465565,0.076263554,64.314705,1.3806872,12.666362,1029.684,14.728504,1240.2203,136.29794,1.6649143,33.77166,639.3156,50.258476,463.04868,211.47243,4151.088,7.895807,2710.7056,95.2207,2.9968867,4.6293063,16.279064,246.93388,299.91733,145.48076,52.064518,38.755547,11.526349,799.9403,61.557064,41.977287,11.058219,478.6467,14.480956,547.7629,5.9989495,39.45508,0.0,769.77014,2194.8396,0.24584092,171.93845,17.37565,13165.13,25.957537,0.7929031,8.649552,22.367369,6.066153,1.8968382,12.43158,304.28528,75.63486,8.9204855,0.64347637,2.0938795,113.44474,1.8221042,147.86806,264.70294,2076.7092,460.13202,96.59172,165.2267,297.50098,12.464705,15.366911,176.14445,22.414024,30.967722,12.439032,19.725033,154.2279,15.677334,11.363524,49.011604,13.133497,3702.4966,18.956017,21.613575,16.273884,10.6238,197.1474,40.489613,15.951612,6.7573915,7.8511925,12.593691,56.75281,106.93269,29.786089,156.75354,20.044338,5.0058193,49.342392,36.36571,74.29524,90.82087,11.216554,2.9178092,6.2415943,18.5028,2355.733,9.196108,2.5224342,51.423813,12.929508,138.05656,77.70556,117.87953,3.9230456,68.38058,439.1309,342.63443,30.694283,348.5653,47.050716,53.770336,72.66837,38.568913,6.3660135,26.765133,498.02866,0.7617999,1.8087463,125.56936,23.97496,9.413171,14.243111,18.569647,173.97232,57.643986,161.04391,939.5801,239.19427,2167.392,1833.3568,19.84109,25.711723,2136.993,23.720394,40.31176,512.6315,71.43188,111.91136,51.723274,222.64276,316.5554,465.81097,9.239005,71.213066,307.3777,444.25937,13.611416,113.76223,14.796931,1.6676726,53.016315,1.1356086,1.2893578,4.513905,12.376057,64.41726,23.246895,19.102688,300.82657,73.70811,43.968895,58.593414,18.525078,59.49933,11.953047,5.193181,15.429705,96.71769,39.715424,15.466609,35.074207,10.712971,18.70695,21.931406,1.5838249,89.64294,15.224796,236.563,9.576415,376.66534,20.8772,774.4366,187.84612,4.9883165,11.777829,203.69878,279.85535,1112.7991,674.69934 +2023-12-03 11:00:00,0.0,3367.445,69.14627,31.039736,79.16862,48.365364,328.6429,42.593834,83.59074,22.06936,51.305775,366.01074,99.1898,23.548561,170.68974,0.32472676,0.076810166,64.2955,1.4020195,12.684154,1029.1111,14.725926,1239.5756,136.28156,1.6836287,33.792446,638.9752,50.286804,463.58975,211.53418,4149.1084,7.9306393,2710.8884,95.48967,3.0179098,4.64822,16.37144,246.91357,299.89648,145.97888,52.048386,38.733936,11.525116,799.5105,61.776886,41.990974,11.052709,478.75256,14.477714,547.83295,5.998802,39.439907,0.0,769.7307,2194.186,0.24585027,171.81912,17.371166,13160.341,25.95716,0.7931739,8.645398,22.357452,6.0676684,1.8970346,12.425966,304.18512,75.604614,8.91448,0.6434725,2.0947292,113.45068,1.8209662,147.85338,264.5168,2076.1914,459.76535,96.57702,165.20474,298.18787,12.502496,15.390953,176.87361,22.461466,31.035795,12.435749,19.724617,154.27972,15.669898,11.3619,49.0153,13.138078,3702.942,18.954683,21.611223,16.272991,10.622291,197.25093,40.503563,15.96371,6.758214,7.849224,12.596371,56.751385,106.885254,29.788004,156.78738,20.041737,5.004973,49.335255,36.350636,74.24773,90.85507,11.230873,2.915961,6.264524,18.495255,2354.923,9.212461,2.5199556,51.382267,12.927282,138.03017,77.719444,117.859505,3.9286344,68.40783,438.97556,342.49173,30.687689,348.4101,47.103313,53.7615,72.66386,38.646355,6.375406,26.784176,498.01483,0.7650365,1.8143167,125.676994,23.975267,9.4120655,14.257923,18.57872,174.08788,57.681164,161.04605,940.2634,238.9923,2166.7212,1833.0753,19.830503,25.692648,2136.4062,23.720274,40.281216,512.53046,71.386826,111.848625,51.690372,222.49408,316.48303,465.76907,9.233569,71.17663,307.17886,444.16025,13.606679,113.72956,14.791275,1.6675425,53.02565,1.1353886,1.2890615,4.5118704,12.374265,64.3697,23.240965,19.106182,301.2809,73.67865,43.949886,58.564854,18.519106,59.535954,11.953674,5.22565,15.42332,96.68337,39.692043,15.497422,35.09046,10.712332,18.753128,21.957235,1.5833124,89.60732,15.217827,236.5422,9.573309,376.55283,20.879343,774.7845,187.7667,4.985666,11.776011,203.62917,279.7304,1112.5525,674.9912 +2023-12-03 12:00:00,0.0,3366.2168,69.11343,31.008375,79.12173,48.342743,328.55887,42.575245,83.54595,22.064995,51.272682,365.8221,99.240074,23.53684,170.52315,0.3247979,0.07735678,64.276306,1.4233518,12.701945,1028.5382,14.723348,1238.9308,136.26517,1.702343,33.813232,638.63477,50.315136,464.13083,211.59593,4147.129,7.9654713,2711.0713,95.75864,3.038933,4.6671333,16.463821,246.89328,299.87567,146.477,52.032257,38.712322,11.523884,799.08075,61.996708,42.004665,11.047197,478.85846,14.474472,547.9031,5.998655,39.42474,0.0,769.6913,2193.5322,0.24585961,171.6998,17.366684,13155.552,25.956785,0.79344475,8.641244,22.347538,6.0691843,1.8972312,12.420354,304.08496,75.57437,8.908475,0.6434686,2.095579,113.45663,1.8198284,147.83868,264.33066,2075.6733,459.39865,96.56232,165.1828,298.87473,12.540286,15.414994,177.60275,22.508907,31.103868,12.4324665,19.724201,154.33154,15.662461,11.360276,49.019,13.142657,3703.3872,18.95335,21.608871,16.2721,10.62078,197.35445,40.51751,15.975806,6.759037,7.847255,12.599051,56.74996,106.837814,29.789919,156.82121,20.039135,5.0041265,49.328117,36.335564,74.20021,90.88927,11.2451935,2.914113,6.2874537,18.487709,2354.1133,9.228815,2.517477,51.340725,12.925056,138.00375,77.73334,117.839485,3.9342234,68.43508,438.82022,342.349,30.681095,348.2549,47.155914,53.752663,72.65935,38.723793,6.3847976,26.803217,498.001,0.7682732,1.819887,125.78464,23.975574,9.41096,14.272737,18.587793,174.20343,57.718346,161.04819,940.94666,238.79031,2166.0503,1832.794,19.81992,25.67357,2135.8196,23.720156,40.25067,512.42944,71.341774,111.78589,51.65747,222.34538,316.41068,465.72714,9.228133,71.14018,306.98,444.06113,13.601942,113.69689,14.785618,1.6674122,53.034985,1.1351687,1.2887653,4.5098352,12.372473,64.32213,23.235037,19.109676,301.73526,73.64919,43.930878,58.53629,18.513134,59.572582,11.954302,5.2581186,15.416936,96.64906,39.668667,15.528235,35.106716,10.711694,18.799307,21.983063,1.5828,89.57171,15.210857,236.5214,9.570204,376.4403,20.881487,775.1324,187.68727,4.9830146,11.774195,203.55957,279.6055,1112.3059,675.2831 +2023-12-03 13:00:00,0.0,3364.9883,69.08059,30.977015,79.07484,48.32012,328.4748,42.556656,83.50117,22.060627,51.239586,365.6335,99.290344,23.525122,170.35657,0.324869,0.07790339,64.25711,1.444684,12.719738,1027.9653,14.72077,1238.286,136.24878,1.7210573,33.834015,638.2944,50.343464,464.67188,211.65768,4145.149,8.000303,2711.2542,96.02761,3.059956,4.6860466,16.556198,246.87299,299.85486,146.97511,52.01613,38.69071,11.522651,798.65094,62.21653,42.018353,11.041686,478.96432,14.47123,547.97314,5.9985075,39.409573,0.0,769.65186,2192.8784,0.24586895,171.58047,17.3622,13150.763,25.95641,0.7937156,8.637091,22.337624,6.0706997,1.8974277,12.414741,303.9848,75.54413,8.90247,0.64346474,2.0964284,113.46257,1.8186904,147.82399,264.1445,2075.1555,459.03195,96.54761,165.16084,299.5616,12.578076,15.439035,178.3319,22.556349,31.171942,12.429184,19.723785,154.38336,15.6550255,11.358651,49.022697,13.147238,3703.8325,18.952017,21.60652,16.271208,10.61927,197.45798,40.531456,15.987904,6.7598596,7.845287,12.601731,56.74854,106.790375,29.791834,156.85506,20.036535,5.00328,49.320976,36.320488,74.1527,90.92347,11.259513,2.9122648,6.3103833,18.480164,2353.3035,9.24517,2.5149984,51.299183,12.922831,137.97734,77.74722,117.819466,3.9398124,68.46233,438.6649,342.20627,30.674501,348.09973,47.20851,53.743828,72.65483,38.80123,6.39419,26.82226,497.9872,0.7715098,1.8254573,125.89227,23.975882,9.409856,14.28755,18.596867,174.31898,57.755527,161.05032,941.63,238.58833,2165.3792,1832.5125,19.809334,25.654493,2135.233,23.720037,40.220127,512.3284,71.29672,111.72315,51.62457,222.1967,316.33832,465.68524,9.222697,71.103745,306.7812,443.96204,13.597205,113.664215,14.779962,1.6672819,53.04432,1.1349488,1.2884691,4.5078006,12.370681,64.27457,23.229109,19.113173,302.18958,73.619736,43.91187,58.50773,18.507162,59.609207,11.954928,5.290587,15.410551,96.61475,39.645287,15.559049,35.12297,10.711055,18.845488,22.008892,1.5822877,89.5361,15.203888,236.5006,9.567098,376.3278,20.883629,775.4803,187.60785,4.980364,11.772377,203.48996,279.4806,1112.0593,675.575 +2023-12-03 14:00:00,0.0,3363.76,69.04775,30.945654,79.02794,48.2975,328.39072,42.53807,83.45638,22.056261,51.206493,365.4449,99.340614,23.513403,170.18997,0.32494012,0.07845,64.23791,1.4660163,12.73753,1027.3925,14.718192,1237.6414,136.23239,1.7397717,33.8548,637.9539,50.37179,465.21295,211.71944,4143.1694,8.035136,2711.437,96.29658,3.0809793,4.70496,16.648575,246.85269,299.834,147.47324,52.0,38.669098,11.521419,798.2211,62.43635,42.032043,11.036176,479.07016,14.467987,548.0433,5.9983597,39.394405,0.0,769.6124,2192.2249,0.2458783,171.46115,17.357718,13145.973,25.956036,0.79398644,8.6329365,22.32771,6.072215,1.8976241,12.409127,303.88464,75.513885,8.896464,0.64346087,2.097278,113.46851,1.8175524,147.80931,263.95834,2074.6375,458.66528,96.532906,165.13889,300.24847,12.615867,15.463078,179.06105,22.60379,31.240015,12.425901,19.72337,154.4352,15.64759,11.357027,49.026394,13.151817,3704.2778,18.950684,21.604166,16.270317,10.617761,197.56151,40.545403,16.0,6.7606826,7.8433185,12.604412,56.747112,106.742935,29.793749,156.8889,20.033934,5.002434,49.31384,36.305416,74.10519,90.957664,11.273833,2.9104168,6.3333135,18.472618,2352.4934,9.261523,2.51252,51.257637,12.920604,137.95094,77.761116,117.799446,3.9454012,68.489586,438.50955,342.06357,30.667908,347.94452,47.261112,53.73499,72.650314,38.878674,6.4035816,26.841301,497.9734,0.7747465,1.8310277,125.999916,23.976189,9.408751,14.302362,18.60594,174.43454,57.79271,161.05246,942.31323,238.38637,2164.7083,1832.231,19.79875,25.635416,2134.6462,23.71992,40.189583,512.2274,71.25166,111.660416,51.591667,222.04802,316.26593,465.64334,9.217261,71.06731,306.58234,443.8629,13.592468,113.631546,14.774305,1.6671516,53.053654,1.1347289,1.2881728,4.5057654,12.368889,64.227005,23.22318,19.116667,302.64392,73.59028,43.89286,58.479168,18.501192,59.645832,11.955556,5.3230557,15.404167,96.580444,39.621906,15.589861,35.139225,10.710417,18.891666,22.034721,1.5817752,89.50049,15.196919,236.4798,9.5639925,376.21527,20.885773,775.8282,187.52843,4.9777126,11.770559,203.42036,279.35565,1111.8127,675.8669 +2023-12-03 15:00:00,0.0,3362.5317,69.01491,30.914293,78.98105,48.27488,328.30667,42.51948,83.411606,22.051893,51.1734,365.2563,99.390884,23.501682,170.02338,0.32501122,0.07899661,64.21871,1.4873487,12.7553215,1026.8197,14.715613,1236.9966,136.216,1.758486,33.875587,637.6135,50.400124,465.75403,211.78119,4141.19,8.069968,2711.62,96.565544,3.1020024,4.723873,16.740953,246.8324,299.8132,147.97136,51.98387,38.647484,11.520186,797.7914,62.656174,42.04573,11.030664,479.17603,14.4647455,548.1134,5.9982123,39.37924,0.0,769.573,2191.571,0.24588762,171.34183,17.353233,13141.184,25.95566,0.7942572,8.628782,22.317795,6.073731,1.8978206,12.403514,303.7845,75.48364,8.890459,0.64345694,2.0981278,113.47446,1.8164146,147.79462,263.7722,2074.1196,458.29858,96.5182,165.11694,300.93536,12.653657,15.487119,179.79019,22.651232,31.308088,12.422619,19.722956,154.48701,15.640154,11.355403,49.03009,13.156398,3704.7231,18.94935,21.601814,16.269424,10.616251,197.66502,40.55935,16.012096,6.7615056,7.84135,12.607092,56.74569,106.695496,29.795664,156.92274,20.031332,5.0015874,49.3067,36.29034,74.05767,90.99187,11.288153,2.9085686,6.356243,18.465073,2351.6836,9.277877,2.5100415,51.216095,12.918378,137.92453,77.775,117.77943,3.9509902,68.51684,438.35422,341.92084,30.661312,347.78934,47.31371,53.726154,72.645805,38.956112,6.412974,26.860342,497.95956,0.7779831,1.836598,126.10755,23.976498,9.407645,14.317176,18.615013,174.5501,57.829887,161.0546,942.99646,238.18439,2164.0374,1831.9496,19.788166,25.61634,2134.0596,23.7198,40.15904,512.1264,71.20661,111.59769,51.558765,221.89932,316.19357,465.6014,9.211825,71.03086,306.3835,443.7638,13.587731,113.59888,14.768649,1.6670214,53.06299,1.134509,1.2878766,4.503731,12.367096,64.179436,23.217253,19.120161,303.09827,73.560814,43.873848,58.450603,18.49522,59.68246,11.956183,5.3555245,15.397782,96.546135,39.598526,15.620674,35.15548,10.709778,18.937845,22.06055,1.5812628,89.464874,15.18995,236.459,9.560886,376.10275,20.887917,776.1761,187.449,4.975062,11.768743,203.35077,279.23074,1111.5662,676.15875 +2023-12-03 16:00:00,0.0,3361.3035,68.98207,30.882933,78.93416,48.25226,328.2226,42.500893,83.36682,22.047527,51.140305,365.06766,99.441154,23.489964,169.85678,0.32508233,0.07954323,64.19951,1.5086809,12.773114,1026.2468,14.713036,1236.3518,136.19962,1.7772005,33.89637,637.27313,50.42845,466.2951,211.84294,4139.2104,8.1048,2711.803,96.83451,3.1230254,4.7427864,16.833332,246.81209,299.7924,148.46947,51.967743,38.62587,11.518953,797.3616,62.876,42.05942,11.025153,479.28192,14.461503,548.1835,5.998065,39.36407,0.0,769.53357,2190.9172,0.24589697,171.22249,17.34875,13136.395,25.955284,0.79452807,8.624629,22.30788,6.0752463,1.8980172,12.397901,303.68433,75.4534,8.884454,0.64345306,2.0989773,113.48041,1.8152766,147.77992,263.58603,2073.6016,457.9319,96.503494,165.09499,301.62222,12.691447,15.511161,180.51935,22.698675,31.376162,12.419336,19.722538,154.53883,15.632717,11.353779,49.03379,13.160977,3705.1685,18.948017,21.599463,16.268534,10.61474,197.76855,40.573296,16.024193,6.762328,7.8393817,12.609773,56.744267,106.648056,29.79758,156.95659,20.02873,5.000741,49.29956,36.27527,74.010155,91.02606,11.302473,2.9067204,6.379173,18.457527,2350.8738,9.29423,2.5075629,51.17455,12.916152,137.89813,77.78889,117.75941,3.956579,68.54409,438.19888,341.7781,30.654718,347.63416,47.366306,53.717316,72.64129,39.033554,6.4223657,26.879385,497.94577,0.7812198,1.8421685,126.21519,23.976805,9.40654,14.331988,18.624086,174.66565,57.86707,161.05673,943.6798,237.9824,2163.3665,1831.6681,19.77758,25.597263,2133.4731,23.71968,40.128494,512.0254,71.16156,111.53495,51.525864,221.75064,316.12122,465.5595,9.206389,70.99442,306.18466,443.66467,13.582994,113.56621,14.762993,1.6668911,53.072323,1.1342891,1.2875804,4.5016956,12.365304,64.131874,23.211325,19.123655,303.5526,73.53136,43.85484,58.422043,18.489248,59.719086,11.95681,5.387993,15.391398,96.511826,39.575146,15.651487,35.171734,10.70914,18.984024,22.086378,1.5807505,89.42926,15.182981,236.4382,9.557781,375.99023,20.89006,776.524,187.36958,4.972411,11.766925,203.28116,279.1058,1111.3196,676.4507 +2023-12-03 17:00:00,0.0,3360.0752,68.949234,30.851572,78.88726,48.229637,328.13855,42.482307,83.32204,22.04316,51.107212,364.87906,99.491425,23.478245,169.69019,0.32515344,0.080089845,64.18031,1.5300132,12.790906,1025.674,14.710458,1235.707,136.18321,1.7959148,33.917156,636.9327,50.45678,466.83615,211.9047,4137.231,8.139633,2711.9858,97.10348,3.1440487,4.7616997,16.925709,246.7918,299.77158,148.96759,51.951614,38.60426,11.517721,796.93176,63.09582,42.07311,11.019642,479.38776,14.4582615,548.2536,5.9979177,39.348904,0.0,769.49414,2190.2637,0.24590631,171.10316,17.344267,13131.605,25.954908,0.7947989,8.620475,22.297966,6.076762,1.8982136,12.392287,303.58417,75.42316,8.8784485,0.6434492,2.099827,113.48635,1.8141387,147.76524,263.39987,2073.0837,457.56522,96.48879,165.07303,302.3091,12.729238,15.535202,181.24849,22.746117,31.444235,12.416054,19.722122,154.59065,15.625281,11.352155,49.037487,13.165558,3705.6138,18.946682,21.59711,16.267641,10.613231,197.87209,40.587246,16.036291,6.763151,7.8374133,12.6124525,56.74284,106.60062,29.799496,156.99042,20.02613,4.9998946,49.292423,36.260193,73.96264,91.060265,11.3167925,2.9048724,6.402103,18.449982,2350.064,9.310584,2.5050843,51.133007,12.913926,137.87172,77.80278,117.73939,3.962168,68.57134,438.04355,341.6354,30.648125,347.47894,47.418907,53.70848,72.63677,39.110992,6.431758,26.898426,497.93195,0.78445643,1.8477387,126.32283,23.977112,9.405435,14.346802,18.63316,174.7812,57.90425,161.05888,944.36304,237.78043,2162.6953,1831.3867,19.766996,25.578186,2132.8865,23.719563,40.09795,511.92435,71.1165,111.47221,51.49296,221.60194,316.04886,465.5176,9.2009535,70.95798,305.98584,443.56558,13.578258,113.53353,14.757337,1.6667608,53.081657,1.1340692,1.287284,4.499661,12.363512,64.08431,23.205397,19.12715,304.00693,73.5019,43.83583,58.393482,18.483276,59.75571,11.9574375,5.4204617,15.385014,96.477516,39.55177,15.682301,35.18799,10.708501,19.030203,22.112207,1.5802381,89.39365,15.176011,236.41739,9.554675,375.87775,20.892202,776.8719,187.29016,4.96976,11.765107,203.21156,278.9809,1111.073,676.74255 +2023-12-03 18:00:00,0.0,3358.847,68.91639,30.820213,78.84037,48.207016,328.05447,42.46372,83.27725,22.038794,51.074116,364.69043,99.5417,23.466526,169.52359,0.32522455,0.08063646,64.16111,1.5513455,12.808698,1025.1011,14.707879,1235.0623,136.16682,1.8146291,33.937943,636.5923,50.48511,467.37723,211.96643,4135.2515,8.174465,2712.1687,97.372444,3.1650717,4.7806134,17.018087,246.7715,299.75073,149.46571,51.935482,38.582645,11.516488,796.502,63.315643,42.0868,11.014132,479.49365,14.455019,548.32367,5.9977703,39.333736,0.0,769.4547,2189.6099,0.24591565,170.98384,17.339783,13126.816,25.954533,0.7950697,8.616322,22.28805,6.0782776,1.8984101,12.386675,303.484,75.39292,8.872443,0.6434453,2.1006768,113.492294,1.8130008,147.75055,263.2137,2072.5657,457.19852,96.47409,165.05107,302.99597,12.767028,15.559244,181.97763,22.793558,31.512308,12.412771,19.721708,154.64247,15.617846,11.35053,49.041183,13.170137,3706.0593,18.945349,21.594759,16.26675,10.611721,197.97562,40.601192,16.048388,6.7639737,7.8354445,12.615132,56.741417,106.55318,29.80141,157.02426,20.02353,4.999048,49.285286,36.245117,73.91512,91.09446,11.331113,2.9030242,6.4250326,18.442436,2349.254,9.326939,2.5026057,51.091465,12.9117,137.84532,77.816666,117.71937,3.9677567,68.598595,437.8882,341.49268,30.641531,347.32376,47.471504,53.699642,72.63226,39.18843,6.4411497,26.917469,497.91815,0.7876931,1.853309,126.430466,23.977419,9.404329,14.361615,18.642231,174.89676,57.94143,161.06102,945.0464,237.57845,2162.0244,1831.1052,19.75641,25.559109,2132.2998,23.719444,40.067406,511.82333,71.07145,111.40948,51.46006,221.45326,315.9765,465.4757,9.195518,70.92154,305.787,443.46646,13.573521,113.50086,14.75168,1.6666306,53.090992,1.1338493,1.2869878,4.4976263,12.36172,64.03674,23.199469,19.130646,304.46127,73.47244,43.816822,58.364918,18.477304,59.79234,11.958065,5.4529305,15.37863,96.4432,39.52839,15.713113,35.204243,10.707863,19.076382,22.138037,1.5797256,89.35803,15.169042,236.39659,9.55157,375.76523,20.894346,777.2197,187.21074,4.967109,11.76329,203.14195,278.85596,1110.8264,677.0344 +2023-12-03 19:00:00,0.0,3357.6187,68.88355,30.788853,78.79348,48.184395,327.97043,42.44513,83.23247,22.034426,51.041023,364.50183,99.59197,23.454805,169.357,0.32529566,0.08118307,64.141914,1.5726777,12.82649,1024.5282,14.705301,1234.4176,136.15044,1.8333435,33.958725,636.25183,50.51344,467.9183,212.02818,4133.272,8.209297,2712.3516,97.64141,3.1860948,4.7995267,17.110464,246.7512,299.72992,149.96382,51.919353,38.56103,11.515256,796.0722,63.535465,42.100487,11.00862,479.59952,14.4517765,548.3938,5.997623,39.318565,0.0,769.4153,2188.956,0.245925,170.86452,17.3353,13122.026,25.954159,0.79534054,8.612167,22.278137,6.079793,1.8986067,12.381062,303.38385,75.36268,8.866438,0.64344144,2.1015263,113.49824,1.8118628,147.73587,263.02756,2072.0479,456.83182,96.45938,165.02913,303.68286,12.804818,15.583285,182.70679,22.841,31.580381,12.409489,19.72129,154.6943,15.610409,11.348906,49.044884,13.174718,3706.5046,18.944016,21.592405,16.265858,10.610211,198.07913,40.61514,16.060484,6.7647967,7.833476,12.617813,56.73999,106.50574,29.803326,157.0581,20.020927,4.998202,49.278145,36.230045,73.86761,91.12866,11.345432,2.9011762,6.4479623,18.434893,2348.444,9.343292,2.500127,51.04992,12.909473,137.81891,77.83056,117.69935,3.9733458,68.62584,437.73288,341.34995,30.634937,347.16855,47.524105,53.690807,72.62775,39.265873,6.450542,26.93651,497.90433,0.79092973,1.8588794,126.53811,23.977726,9.403224,14.376428,18.651304,175.01231,57.97861,161.06316,945.7297,237.37646,2161.3535,1830.8239,19.745827,25.540033,2131.7131,23.719326,40.03686,511.7223,71.0264,111.34674,51.42716,221.30457,315.90414,465.43378,9.190082,70.88509,305.58817,443.36734,13.568784,113.46819,14.746024,1.6665003,53.100327,1.1336294,1.2866915,4.495591,12.359928,63.98918,23.19354,19.13414,304.91562,73.442986,43.797813,58.336357,18.471333,59.828964,11.958693,5.485399,15.372245,96.40889,39.50501,15.743926,35.2205,10.707225,19.12256,22.163866,1.5792133,89.32242,15.162072,236.3758,9.548464,375.6527,20.89649,777.5676,187.13132,4.964458,11.761473,203.07236,278.73105,1110.5798,677.32635 +2023-12-03 20:00:00,0.0,3356.3901,68.850716,30.757492,78.74658,48.161774,327.88635,42.426544,83.18768,22.03006,51.00793,364.3132,99.64224,23.443087,169.19041,0.32536677,0.08172968,64.12271,1.59401,12.844282,1023.9554,14.7027235,1233.7728,136.13405,1.8520578,33.97951,635.91144,50.541767,468.45938,212.08994,4131.2925,8.24413,2712.5347,97.91038,3.207118,4.81844,17.202843,246.73091,299.7091,150.46194,51.903225,38.53942,11.514023,795.6424,63.755287,42.114178,11.003109,479.70538,14.448535,548.46387,5.9974756,39.3034,0.0,769.37585,2188.3025,0.24593434,170.7452,17.330816,13117.237,25.953783,0.7956114,8.608013,22.268223,6.081309,1.8988031,12.375448,303.2837,75.332436,8.860433,0.64343756,2.102376,113.50418,1.8107249,147.72118,262.8414,2071.5298,456.46515,96.44468,165.00717,304.36972,12.842608,15.6073265,183.43593,22.888441,31.648455,12.406206,19.720875,154.74612,15.602973,11.347281,49.04858,13.179297,3706.95,18.942682,21.590054,16.264967,10.608701,198.18266,40.629086,16.07258,6.7656198,7.8315077,12.620493,56.738567,106.4583,29.80524,157.09195,20.018328,4.9973555,49.271008,36.21497,73.82009,91.16286,11.359753,2.899328,6.470892,18.427347,2347.6343,9.359646,2.4976487,51.008377,12.907248,137.79251,77.844444,117.67933,3.9789348,68.65309,437.57755,341.20724,30.628344,347.01337,47.576702,53.681973,72.62323,39.34331,6.4599338,26.955553,497.8905,0.7941664,1.8644497,126.645744,23.978033,9.402119,14.391241,18.660378,175.12787,58.015793,161.06529,946.41296,237.17448,2160.6826,1830.5424,19.73524,25.520956,2131.1265,23.719208,40.006317,511.62128,70.981346,111.28401,51.394257,221.15588,315.8318,465.39188,9.184646,70.848656,305.3893,443.26822,13.564047,113.435524,14.740368,1.66637,53.10966,1.1334095,1.2863953,4.4935565,12.358136,63.941616,23.18761,19.137634,305.36996,73.41353,43.778805,58.307796,18.465363,59.865593,11.959319,5.5178676,15.36586,96.37458,39.48163,15.774739,35.236755,10.706586,19.16874,22.189693,1.5787009,89.286804,15.155103,236.355,9.545359,375.5402,20.898634,777.9155,187.0519,4.9618073,11.759655,203.00276,278.60614,1110.3333,677.6182 +2023-12-03 21:00:00,0.0,3355.1619,68.81787,30.726131,78.69969,48.139153,327.8023,42.407955,83.14291,22.025692,50.974834,364.1246,99.69251,23.431368,169.02382,0.32543787,0.08227629,64.103516,1.6153424,12.862074,1023.38257,14.700145,1233.128,136.11766,1.8707722,34.000298,635.57104,50.5701,469.00043,212.15169,4129.313,8.278962,2712.7175,98.179344,3.228141,4.837353,17.29522,246.7106,299.68826,150.96007,51.887096,38.517807,11.512791,795.2126,63.97511,42.12787,10.997599,479.81128,14.445292,548.534,5.9973283,39.28823,0.0,769.3364,2187.6487,0.24594368,170.62587,17.326334,13112.448,25.953407,0.7958822,8.60386,22.258307,6.082824,1.8989996,12.369835,303.18353,75.30219,8.854427,0.6434337,2.1032257,113.510124,1.809587,147.70648,262.65524,2071.012,456.09845,96.42998,164.98521,305.0566,12.880399,15.631369,184.16508,22.935883,31.716528,12.402924,19.72046,154.79794,15.595537,11.345657,49.052277,13.183878,3707.3953,18.941349,21.587702,16.264074,10.607191,198.2862,40.643032,16.084677,6.7664423,7.8295393,12.623174,56.737144,106.41086,29.807158,157.12578,20.015726,4.996509,49.26387,36.199898,73.772575,91.19706,11.374072,2.89748,6.493822,18.419802,2346.8245,9.375999,2.49517,50.966835,12.905022,137.7661,77.85834,117.65931,3.9845235,68.68034,437.4222,341.0645,30.62175,346.8582,47.6293,53.673134,72.61872,39.42075,6.469326,26.974594,497.8767,0.79740304,1.8700202,126.75339,23.97834,9.401013,14.4060545,18.66945,175.24342,58.052975,161.06743,947.09625,236.9725,2160.0115,1830.261,19.724657,25.501879,2130.5398,23.719088,39.975773,511.52026,70.93629,111.221275,51.361355,221.0072,315.75943,465.34998,9.179211,70.81221,305.19046,443.16913,13.55931,113.40285,14.734711,1.6662397,53.118996,1.1331897,1.2860991,4.4915214,12.356343,63.89405,23.181683,19.141129,305.82428,73.38407,43.759792,58.279232,18.45939,59.902218,11.959947,5.5503364,15.359476,96.34027,39.458252,15.8055525,35.25301,10.705948,19.214918,22.215523,1.5781884,89.25119,15.148133,236.3342,9.542253,375.42767,20.900778,778.2634,186.97247,4.9591565,11.757838,202.93315,278.4812,1110.0867,677.9101 +2023-12-03 22:00:00,0.0,3353.9336,68.785034,30.69477,78.6528,48.11653,327.71823,42.389366,83.09812,22.021326,50.941742,363.93597,99.74278,23.419647,168.85722,0.32550898,0.082822904,64.08431,1.6366746,12.879867,1022.8097,14.697567,1232.4833,136.10127,1.8894866,34.02108,635.2306,50.598427,469.5415,212.21344,4127.333,8.313794,2712.9004,98.44831,3.2491643,4.8562665,17.387598,246.6903,299.66745,151.45819,51.870968,38.496193,11.511559,794.78284,64.19493,42.141556,10.992087,479.9171,14.44205,548.6041,5.997181,39.273064,0.0,769.297,2186.9949,0.24595301,170.50653,17.32185,13107.659,25.953032,0.796153,8.599706,22.248392,6.0843396,1.899196,12.364222,303.08337,75.27195,8.848422,0.6434298,2.1040752,113.51607,1.808449,147.6918,262.4691,2070.494,455.73175,96.415276,164.96326,305.74347,12.918189,15.65541,184.89423,22.983324,31.784601,12.399641,19.720045,154.84976,15.588101,11.344033,49.055977,13.1884575,3707.8406,18.940016,21.58535,16.263184,10.605681,198.38971,40.65698,16.096775,6.7672653,7.827571,12.625854,56.735718,106.36342,29.809072,157.15962,20.013124,4.9956627,49.25673,36.184822,73.72507,91.23126,11.388392,2.8956318,6.516752,18.412256,2346.0144,9.392354,2.4926915,50.92529,12.902796,137.7397,77.87222,117.63929,3.9901125,68.707596,437.26688,340.92178,30.615156,346.70297,47.6819,53.6643,72.614204,39.49819,6.4787183,26.993637,497.86288,0.8006397,1.8755904,126.86102,23.978647,9.399909,14.420867,18.678524,175.35898,58.090153,161.06956,947.7795,236.77052,2159.3406,1829.9795,19.714073,25.482801,2129.9531,23.71897,39.94523,511.41925,70.891235,111.15854,51.328453,220.8585,315.68704,465.30807,9.173775,70.77577,304.99164,443.07,13.554573,113.37018,14.729054,1.6661096,53.12833,1.1329697,1.2858028,4.4894867,12.354551,63.846485,23.175755,19.144623,306.27863,73.354614,43.740784,58.25067,18.453419,59.938843,11.960574,5.5828047,15.353091,96.30596,39.43487,15.836366,35.269264,10.705309,19.261097,22.241352,1.577676,89.21558,15.141164,236.31339,9.539147,375.31516,20.90292,778.6113,186.89305,4.9565053,11.756021,202.86356,278.3563,1109.8401,678.202 +2023-12-03 23:00:00,0.0,3352.7053,68.7522,30.66341,78.6059,48.093914,327.63416,42.37078,83.05334,22.016958,50.90865,363.74738,99.79306,23.407928,168.69063,0.3255801,0.08336952,64.06512,1.6580069,12.897658,1022.2369,14.694989,1231.8386,136.08488,1.9082009,34.041866,634.8902,50.626755,470.08258,212.27519,4125.3535,8.348627,2713.0833,98.71728,3.2701874,4.87518,17.479977,246.67001,299.64664,151.9563,51.85484,38.474583,11.510325,794.353,64.41476,42.155247,10.986576,480.02295,14.438808,548.6742,5.997033,39.257896,0.0,769.2575,2186.3413,0.24596235,170.3872,17.317366,13102.869,25.952656,0.79642385,8.5955515,22.238478,6.0858555,1.8993926,12.358609,302.98322,75.24171,8.842418,0.64342594,2.104925,113.52201,1.807311,147.67711,262.28293,2069.976,455.36508,96.40057,164.94131,306.43036,12.955979,15.679452,185.62337,23.030767,31.852674,12.3963585,19.71963,154.9016,15.580665,11.342409,49.059673,13.193038,3708.286,18.938683,21.582996,16.262291,10.604172,198.49324,40.67093,16.108871,6.7680883,7.825602,12.628534,56.734295,106.31597,29.810987,157.19347,20.010523,4.9948163,49.24959,36.16975,73.67755,91.26546,11.402712,2.8937836,6.5396814,18.40471,2345.2046,9.408708,2.490213,50.883747,12.900569,137.71329,77.886116,117.61927,3.9957013,68.73485,437.11154,340.77908,30.608562,346.5478,47.734497,53.65546,72.60969,39.57563,6.48811,27.012678,497.8491,0.80387634,1.8811607,126.968666,23.978954,9.398804,14.43568,18.687597,175.47455,58.127335,161.0717,948.46277,236.56854,2158.6697,1829.6981,19.703487,25.463726,2129.3665,23.718851,39.914684,511.31824,70.84618,111.0958,51.29555,220.70982,315.6147,465.26614,9.168339,70.739334,304.7928,442.9709,13.549836,113.33751,14.723398,1.6659793,53.137665,1.1327498,1.2855066,4.4874516,12.352759,63.798923,23.169827,19.148117,306.73297,73.32516,43.721775,58.22211,18.447447,59.97547,11.961201,5.6152735,15.346707,96.27165,39.41149,15.867178,35.28552,10.704671,19.307276,22.267181,1.5771637,89.17997,15.134194,236.29259,9.536041,375.20264,20.905064,778.9592,186.81363,4.9538546,11.754204,202.79395,278.23135,1109.5936,678.4939 +2023-12-04 00:00:00,0.0,3351.477,68.71936,30.63205,78.55901,48.071293,327.5501,42.352192,83.00855,22.012592,50.875553,363.55875,99.84333,23.39621,168.52403,0.3256512,0.083916135,64.04592,1.6793392,12.915451,1021.664,14.69241,1231.1938,136.06848,1.9269153,34.062653,634.54974,50.655087,470.62366,212.33694,4123.374,8.383459,2713.266,98.986244,3.2912104,4.894093,17.572353,246.64972,299.6258,152.45442,51.83871,38.45297,11.509093,793.9232,64.634575,42.168934,10.981066,480.12885,14.435566,548.7443,5.996886,39.24273,0.0,769.2181,2185.6875,0.2459717,170.26788,17.312883,13098.08,25.95228,0.7966947,8.591398,22.228565,6.087371,1.8995891,12.352996,302.88306,75.211464,8.836412,0.643422,2.1057744,113.527954,1.8061732,147.66241,262.09677,2069.458,454.99838,96.385864,164.91936,307.11722,12.99377,15.703493,186.35252,23.078209,31.92075,12.393076,19.719213,154.95341,15.573229,11.340784,49.06337,13.197618,3708.7312,18.93735,21.580645,16.2614,10.602661,198.59677,40.684875,16.120968,6.768911,7.8236337,12.631214,56.732872,106.26853,29.812902,157.22731,20.007923,4.99397,49.242455,36.154675,73.630035,91.29966,11.417032,2.8919356,6.562611,18.397165,2344.3948,9.425061,2.4877343,50.8422,12.898343,137.68689,77.9,117.59925,4.0012903,68.7621,436.9562,340.63635,30.601969,346.3926,47.787098,53.646626,72.60518,39.653072,6.4975023,27.031721,497.83527,0.807113,1.8867311,127.0763,23.979261,9.397698,14.450494,18.69667,175.5901,58.164516,161.07384,949.14606,236.36656,2157.9988,1829.4166,19.692904,25.444649,2128.7798,23.718733,39.88414,511.2172,70.801125,111.033066,51.26265,220.56113,315.54233,465.22424,9.162903,70.70289,304.59396,442.87177,13.545099,113.30484,14.717742,1.665849,53.147,1.13253,1.2852104,4.485417,12.350967,63.751358,23.163898,19.151613,307.18732,73.2957,43.702766,58.19355,18.441475,60.012096,11.961828,5.6477423,15.3403225,96.23734,39.38811,15.897991,35.301773,10.704032,19.353455,22.293009,1.5766512,89.144356,15.127225,236.27179,9.532936,375.09012,20.907207,779.3071,186.7342,4.9512033,11.752386,202.72435,278.10645,1109.347,678.78577 +2023-12-04 01:00:00,0.0,3350.2488,68.686516,30.600689,78.51212,48.04867,327.46603,42.333603,82.96377,22.008226,50.84246,363.37015,99.8936,23.384491,168.35744,0.3257223,0.08446275,64.02672,1.7006714,12.933243,1021.0912,14.689833,1230.5491,136.0521,1.9456296,34.08344,634.20935,50.683414,471.1647,212.3987,4121.3945,8.418291,2713.4492,99.25521,3.3122337,4.9130063,17.664732,246.62943,299.60498,152.95255,51.822582,38.431355,11.50786,793.49347,64.8544,42.182625,10.975554,480.2347,14.432323,548.8144,5.9967384,39.227562,0.0,769.17865,2185.0337,0.24598104,170.14856,17.3084,13093.291,25.951906,0.7969655,8.587244,22.218649,6.0888867,1.8997855,12.347383,302.7829,75.18122,8.830407,0.64341813,2.1066241,113.5339,1.8050352,147.64774,261.9106,2068.9402,454.63168,96.37116,164.8974,307.8041,13.03156,15.727534,187.08167,23.12565,31.988823,12.389793,19.718798,155.00523,15.565793,11.33916,49.067066,13.202198,3709.1765,18.936016,21.578293,16.260508,10.601151,198.7003,40.698822,16.133064,6.769734,7.8216653,12.633895,56.731445,106.22109,29.814817,157.26114,20.005322,4.9931235,49.235313,36.139603,73.58252,91.333855,11.431352,2.8900874,6.5855412,18.38962,2343.585,9.441415,2.4852557,50.80066,12.896117,137.66048,77.91389,117.57923,4.0068793,68.78935,436.80087,340.49362,30.595373,346.2374,47.839695,53.637787,72.60066,39.73051,6.506894,27.050762,497.82144,0.81034964,1.8923014,127.18394,23.979568,9.396593,14.465306,18.705744,175.70566,58.201694,161.07597,949.82935,236.16458,2157.3276,1829.1353,19.682318,25.425571,2128.1934,23.718613,39.853596,511.11618,70.75607,110.97033,51.229748,220.41245,315.46997,465.18234,9.157467,70.66645,304.3951,442.77267,13.540362,113.27217,14.712086,1.6657188,53.156334,1.13231,1.284914,4.483382,12.349175,63.703793,23.15797,19.155107,307.64163,73.266235,43.683758,58.164986,18.435503,60.04872,11.962456,5.6802106,15.333939,96.20303,39.36473,15.928804,35.318027,10.703394,19.399633,22.318838,1.5761389,89.10874,15.120256,236.25099,9.52983,374.9776,20.909351,779.655,186.65479,4.9485526,11.750568,202.65475,277.98154,1109.1005,679.0777 +2023-12-04 02:00:00,0.0,3349.0205,68.65368,30.56933,78.465225,48.02605,327.382,42.315018,82.91898,22.003859,50.809364,363.18152,99.94387,23.37277,168.19084,0.32579345,0.08500936,64.00752,1.7220038,12.951035,1020.5183,14.687255,1229.9043,136.0357,1.964344,34.10422,633.86896,50.711742,471.70578,212.46045,4119.415,8.453124,2713.632,99.52418,3.3332567,4.93192,17.757109,246.60912,299.58417,153.45065,51.80645,38.409744,11.506628,793.06366,65.07423,42.196312,10.970043,480.34058,14.429082,548.8845,5.996591,39.212395,0.0,769.1392,2184.3801,0.24599038,170.02924,17.303917,13088.502,25.95153,0.7972363,8.58309,22.208735,6.090402,1.899982,12.341769,302.68274,75.150986,8.824402,0.64341426,2.1074739,113.53984,1.8038973,147.63304,261.72446,2068.422,454.265,96.35646,164.87544,308.49097,13.06935,15.751576,187.81082,23.173092,32.056896,12.386511,19.718382,155.05705,15.558357,11.337536,49.070766,13.206778,3709.6218,18.93468,21.575941,16.259617,10.599642,198.80382,40.71277,16.14516,6.7705564,7.819697,12.636575,56.730022,106.17365,29.816732,157.29498,20.00272,4.992277,49.228176,36.124527,73.535,91.36806,11.445672,2.8882394,6.608471,18.382074,2342.775,9.457768,2.4827774,50.759117,12.893891,137.63408,77.92778,117.55921,4.0124683,68.816605,436.64554,340.35092,30.58878,346.0822,47.892292,53.628952,72.596146,39.80795,6.5162864,27.069803,497.80765,0.8135863,1.8978719,127.29158,23.979876,9.395488,14.48012,18.714817,175.82121,58.238876,161.07812,950.5127,235.9626,2156.6567,1828.8538,19.671734,25.406494,2127.6067,23.718494,39.82305,511.01517,70.71102,110.9076,51.196846,220.26376,315.3976,465.1404,9.152031,70.630005,304.1963,442.67355,13.535625,113.239494,14.7064295,1.6655885,53.16567,1.1320901,1.2846178,4.481347,12.3473835,63.656227,23.152042,19.158602,308.09598,73.23678,43.66475,58.136425,18.429533,60.08535,11.963083,5.7126794,15.327554,96.16872,39.341354,15.959618,35.334282,10.702755,19.445812,22.344667,1.5756265,89.07313,15.113287,236.2302,9.526725,374.8651,20.911493,780.0029,186.57536,4.945902,11.748752,202.58514,277.8566,1108.8539,679.36957 +2023-12-04 03:00:00,0.0,3347.7922,68.62084,30.53797,78.418335,48.00343,327.2979,42.29643,82.87421,21.999493,50.77627,362.99292,99.99414,23.361052,168.02426,0.32586455,0.08555597,63.98832,1.7433361,12.968827,1019.94543,14.684677,1229.2595,136.01932,1.9830583,34.125008,633.5285,50.740074,472.24686,212.52219,4117.4355,8.487956,2713.815,99.793144,3.3542798,4.9508333,17.849487,246.58882,299.56335,153.94878,51.79032,38.38813,11.505395,792.63385,65.294044,42.210003,10.964532,480.44647,14.425839,548.9546,5.9964437,39.197224,0.0,769.09973,2183.7263,0.24599972,169.90991,17.299433,13083.713,25.951155,0.79750717,8.578937,22.198818,6.0919175,1.9001786,12.336156,302.58258,75.12074,8.818397,0.6434104,2.1083233,113.545784,1.8027594,147.61836,261.5383,2067.9043,453.89832,96.34175,164.8535,309.17786,13.107141,15.775618,188.53996,23.220533,32.12497,12.383227,19.717966,155.10887,15.5509205,11.335912,49.074463,13.211358,3710.0674,18.933348,21.57359,16.258724,10.598132,198.90735,40.726715,16.157259,6.7713795,7.8177285,12.639256,56.728596,106.12621,29.81865,157.32883,20.00012,4.9914308,49.22104,36.109455,73.48749,91.40225,11.459991,2.8863912,6.6314006,18.374529,2341.965,9.474123,2.4802988,50.71757,12.891665,137.60767,77.941666,117.53919,4.018057,68.84386,436.4902,340.2082,30.582186,345.927,47.944893,53.620113,72.59164,39.88539,6.525678,27.088846,497.79382,0.81682295,1.9034421,127.399216,23.980183,9.394382,14.494933,18.72389,175.93677,58.27606,161.08026,951.1959,235.76062,2155.9858,1828.5724,19.66115,25.387417,2127.02,23.718376,39.792507,510.91415,70.66597,110.844864,51.163944,220.11507,315.32526,465.0985,9.146595,70.59357,303.99744,442.57443,13.530889,113.206825,14.700773,1.6654582,53.175003,1.1318703,1.2843215,4.4793124,12.345591,63.60866,23.146114,19.162096,308.55032,73.20732,43.64574,58.107864,18.423561,60.121975,11.96371,5.745148,15.32117,96.13441,39.317974,15.99043,35.350536,10.702117,19.491993,22.370497,1.575114,89.03751,15.1063175,236.20938,9.523619,374.7526,20.913637,780.3508,186.49594,4.9432507,11.746934,202.51555,277.7317,1108.6073,679.6615 +2023-12-04 04:00:00,0.0,3346.5637,68.588,30.506609,78.371445,47.98081,327.21387,42.27784,82.82942,21.995125,50.74318,362.8043,100.04442,23.349333,167.85767,0.32593566,0.08610258,63.969124,1.7646683,12.986619,1019.3726,14.682098,1228.6149,136.00293,2.0017726,34.145794,633.1881,50.768402,472.78793,212.58394,4115.456,8.522788,2713.9978,100.06211,3.375303,4.9697466,17.941864,246.56853,299.5425,154.4469,51.774193,38.366516,11.504163,792.20404,65.51387,42.22369,10.959022,480.5523,14.422597,549.0247,5.9962964,39.182056,0.0,769.0603,2183.0725,0.24600907,169.79057,17.29495,13078.923,25.950779,0.797778,8.574782,22.188904,6.0934334,1.900375,12.330543,302.48242,75.0905,8.812391,0.6434065,2.109173,113.55173,1.8016214,147.60367,261.35214,2067.3862,453.53162,96.32705,164.83154,309.86472,13.144931,15.79966,189.2691,23.267975,32.193043,12.379945,19.71755,155.1607,15.543485,11.334288,49.07816,13.215938,3710.5127,18.932014,21.571236,16.257833,10.5966215,199.01088,40.74066,16.169355,6.7722025,7.8157597,12.641935,56.727173,106.07877,29.820564,157.36267,19.997519,4.9905844,49.213898,36.09438,73.43997,91.436455,11.474312,2.8845432,6.6543303,18.366983,2341.1553,9.490477,2.4778202,50.67603,12.889439,137.58125,77.95556,117.51917,4.023646,68.8711,436.33487,340.06546,30.575592,345.77182,47.99749,53.61128,72.58712,39.96283,6.5350704,27.107887,497.78003,0.8200596,1.9090124,127.50686,23.980492,9.393277,14.509746,18.732964,176.05232,58.31324,161.0824,951.8793,235.55865,2155.315,1828.2909,19.650564,25.368341,2126.4333,23.718258,39.761963,510.81314,70.62091,110.78213,51.131042,219.96638,315.2529,465.0566,9.141159,70.55712,303.7986,442.4753,13.526152,113.17416,14.695116,1.6653279,53.184338,1.1316503,1.2840253,4.4772773,12.343799,63.5611,23.140186,19.16559,309.00467,73.177864,43.626728,58.0793,18.41759,60.158604,11.964337,5.7776165,15.314785,96.1001,39.294594,16.021244,35.36679,10.701478,19.538172,22.396326,1.5746017,89.0019,15.099348,236.18858,9.520514,374.64008,20.915781,780.6987,186.41652,4.9406,11.745116,202.44594,277.60675,1108.3607,679.95337 +2023-12-04 05:00:00,0.0,3345.3354,68.55516,30.475248,78.32455,47.958187,327.1298,42.259254,82.78464,21.990759,50.710083,362.6157,100.09469,23.337612,167.69107,0.32600677,0.086649194,63.949924,1.7860006,13.004411,1018.79974,14.679521,1227.9701,135.98654,2.020487,34.166576,632.84766,50.79673,473.32898,212.64569,4113.4766,8.557621,2714.1807,100.33108,3.396326,4.98866,18.034243,246.54823,299.5217,154.945,51.758064,38.344906,11.50293,791.7743,65.73369,42.23738,10.95351,480.65814,14.419355,549.0948,5.996149,39.16689,0.0,769.0209,2182.419,0.24601841,169.67125,17.290466,13074.134,25.950403,0.7980488,8.570628,22.178991,6.094949,1.9005715,12.32493,302.38226,75.06026,8.806386,0.64340264,2.1100228,113.55767,1.8004835,147.58897,261.166,2066.8684,453.16495,96.31235,164.80959,310.5516,13.18272,15.823701,189.99826,23.315416,32.261116,12.376662,19.717134,155.21252,15.536049,11.332663,49.08186,13.220518,3710.958,18.930681,21.568884,16.25694,10.595112,199.1144,40.754612,16.181452,6.773025,7.8137913,12.644615,56.72575,106.031334,29.82248,157.3965,19.994917,4.989738,49.20676,36.079308,73.392456,91.47065,11.488631,2.882695,6.6772604,18.35944,2340.3455,9.50683,2.4753416,50.634487,12.887213,137.55486,77.969444,117.49915,4.029235,68.89835,436.17953,339.92276,30.568998,345.61664,48.05009,53.60244,72.5826,40.040268,6.544462,27.12693,497.7662,0.82329625,1.9145828,127.614494,23.980799,9.392172,14.524559,18.742037,176.16788,58.350418,161.08453,952.5625,235.35667,2154.6438,1828.0095,19.63998,25.349264,2125.8467,23.71814,39.73142,510.7121,70.57586,110.71939,51.09814,219.81769,315.18054,465.0147,9.135723,70.52068,303.59976,442.37622,13.521415,113.14149,14.68946,1.6651977,53.193672,1.1314304,1.2837291,4.4752426,12.342007,63.513535,23.134256,19.169086,309.45898,73.14841,43.60772,58.05074,18.411617,60.19523,11.964965,5.8100853,15.308401,96.06579,39.271214,16.052057,35.38305,10.70084,19.58435,22.422153,1.5740893,88.966286,15.092379,236.16779,9.517407,374.52756,20.917925,781.04663,186.3371,4.9379487,11.7432995,202.37634,277.48184,1108.1141,680.24524 +2023-12-04 06:00:00,0.0,3344.1072,68.52232,30.443888,78.27766,47.935566,327.04572,42.240665,82.73985,21.986391,50.67699,362.42706,100.14496,23.325893,167.52448,0.32607788,0.08719581,63.930725,1.8073329,13.022203,1018.2269,14.676943,1227.3253,135.97015,2.0392015,34.187363,632.50726,50.82506,473.87006,212.70744,4111.497,8.592453,2714.3638,100.60005,3.4173493,5.007573,18.126621,246.52794,299.5009,155.44313,51.741936,38.32329,11.501698,791.3445,65.953514,42.25107,10.947999,480.76404,14.416113,549.1649,5.9960017,39.151722,0.0,768.98145,2181.7651,0.24602774,169.55193,17.285982,13069.345,25.950027,0.79831964,8.566475,22.169075,6.0964646,1.900768,12.319317,302.2821,75.030014,8.800381,0.64339876,2.1108723,113.56362,1.7993456,147.5743,260.97983,2066.3503,452.79825,96.29764,164.78763,311.23846,13.2205105,15.847742,190.7274,23.362858,32.32919,12.37338,19.716719,155.26434,15.528612,11.331038,49.085556,13.225098,3711.4033,18.929348,21.566532,16.25605,10.593602,199.21793,40.76856,16.193548,6.773848,7.811823,12.647296,56.724323,105.983894,29.824394,157.43034,19.992315,4.9888916,49.199623,36.06423,73.34495,91.50485,11.502952,2.8808467,6.70019,18.351894,2339.5356,9.523184,2.472863,50.59294,12.884987,137.52844,77.98334,117.47913,4.034824,68.925606,436.0242,339.78003,30.562405,345.46143,48.102688,53.593605,72.578094,40.11771,6.5538545,27.145971,497.75238,0.8265329,1.9201531,127.72214,23.981106,9.391067,14.539372,18.75111,176.28343,58.3876,161.08667,953.2457,235.1547,2153.973,1827.728,19.629395,25.330187,2125.26,23.71802,39.700874,510.61108,70.53081,110.656654,51.06524,219.669,315.10815,464.97278,9.130287,70.48424,303.40094,442.2771,13.516679,113.10881,14.683804,1.6650674,53.203007,1.1312106,1.2834328,4.4732075,12.340215,63.46597,23.128328,19.17258,309.91333,73.11895,43.58871,58.02218,18.405645,60.231853,11.965591,5.842554,15.302016,96.03148,39.247837,16.082869,35.399303,10.700202,19.63053,22.447983,1.5735768,88.93067,15.085409,236.14699,9.514302,374.41504,20.920067,781.39453,186.25768,4.935298,11.741482,202.30675,277.3569,1107.8676,680.5372 +2023-12-04 07:00:00,0.0,3342.879,68.48948,30.412527,78.23077,47.912945,326.96167,42.22208,82.69507,21.982025,50.643898,362.23846,100.19523,23.314175,167.35788,0.326149,0.087742426,63.911526,1.8286651,13.039995,1017.65405,14.674364,1226.6805,135.95375,2.0579157,34.20815,632.1669,50.85339,474.41113,212.7692,4109.5176,8.627285,2714.5466,100.86902,3.4383724,5.0264864,18.218998,246.50763,299.48004,155.94125,51.725807,38.301678,11.500465,790.9147,66.17333,42.26476,10.942489,480.8699,14.412871,549.23505,5.9958544,39.136555,0.0,768.942,2181.1113,0.24603708,169.4326,17.2815,13064.556,25.949654,0.7985905,8.562321,22.15916,6.09798,1.9009645,12.313704,302.18195,74.99977,8.794375,0.6433949,2.111722,113.569565,1.7982076,147.5596,260.79367,2065.8325,452.43155,96.282936,164.76569,311.92535,13.258301,15.871784,191.45656,23.410301,32.397263,12.370097,19.716303,155.31616,15.521176,11.329414,49.089252,13.229678,3711.8486,18.928015,21.56418,16.255157,10.5920925,199.32146,40.782505,16.205645,6.7746706,7.8098545,12.649976,56.7229,105.936455,29.82631,157.46419,19.989716,4.988045,49.192482,36.049156,73.29743,91.53905,11.517271,2.8789988,6.7231197,18.344349,2338.7256,9.539538,2.4703844,50.5514,12.882761,137.50204,77.99722,117.459114,4.040413,68.95286,435.86887,339.6373,30.55581,345.30624,48.155285,53.584766,72.57358,40.19515,6.5632463,27.165014,497.7386,0.82976955,1.9257236,127.82977,23.981413,9.389961,14.554185,18.760183,176.39899,58.42478,161.0888,953.9291,234.95271,2153.302,1827.4467,19.61881,25.31111,2124.6733,23.717901,39.67033,510.51007,70.48575,110.59392,51.032337,219.52032,315.0358,464.93088,9.124851,70.4478,303.2021,442.17798,13.511942,113.07614,14.678147,1.6649371,53.21234,1.1309906,1.2831366,4.471173,12.338423,63.418404,23.1224,19.176075,310.36768,73.08949,43.569702,57.993614,18.399673,60.268482,11.966219,5.8750224,15.295632,95.99717,39.224457,16.113682,35.415558,10.699563,19.676708,22.473812,1.5730644,88.89506,15.07844,236.12619,9.511196,374.30252,20.92221,781.74243,186.17825,4.9326468,11.739664,202.23714,277.232,1107.621,680.82904 +2023-12-04 08:00:00,0.0,3341.6506,68.45664,30.381166,78.18387,47.890324,326.8776,42.20349,82.65028,21.977657,50.6108,362.04984,100.2455,23.302456,167.19128,0.3262201,0.08828904,63.892326,1.8499975,13.057787,1017.08124,14.671786,1226.0358,135.93736,2.07663,34.22893,631.8264,50.881718,474.9522,212.83095,4107.5376,8.662117,2714.7295,101.137985,3.4593954,5.0453997,18.311377,246.48734,299.45923,156.43936,51.70968,38.280067,11.499232,790.4849,66.39316,42.27845,10.936977,480.97577,14.409629,549.3051,5.995707,39.121387,0.0,768.9026,2180.4578,0.24604642,169.31328,17.277016,13059.766,25.949278,0.7988613,8.5581665,22.149246,6.0994954,1.901161,12.30809,302.0818,74.96953,8.78837,0.643391,2.1125717,113.57551,1.7970697,147.5449,260.6075,2065.3145,452.06488,96.268234,164.74373,312.6122,13.296091,15.895825,192.1857,23.457743,32.465336,12.366815,19.715887,155.36798,15.513741,11.32779,49.09295,13.234258,3712.294,18.926682,21.561829,16.254267,10.590582,199.42499,40.79645,16.217741,6.7754936,7.807886,12.652657,56.721478,105.889015,29.828226,157.49803,19.987114,4.987199,49.185345,36.034084,73.249916,91.57325,11.531591,2.8771505,6.7460494,18.336803,2337.9158,9.555892,2.467906,50.509857,12.880534,137.47563,78.011116,117.439095,4.0460014,68.98011,435.71353,339.4946,30.549217,345.15106,48.207886,53.57593,72.56906,40.272587,6.5726385,27.184055,497.72476,0.8330062,1.9312938,127.937416,23.98172,9.388857,14.568998,18.769257,176.51454,58.461964,161.09094,954.6123,234.75073,2152.631,1827.1652,19.608225,25.292034,2124.0867,23.717783,39.639782,510.40906,70.4407,110.53119,50.999435,219.37163,314.96344,464.88898,9.119415,70.41136,303.00327,442.07886,13.507205,113.04347,14.672491,1.6648068,53.221676,1.1307707,1.2828404,4.4691377,12.336631,63.370842,23.116472,19.17957,310.82202,73.060036,43.550694,57.965054,18.393703,60.305107,11.966846,5.907491,15.2892475,95.96286,39.201077,16.144495,35.431812,10.698925,19.722887,22.499641,1.5725521,88.85945,15.07147,236.1054,9.508091,374.19,20.924355,782.09033,186.09883,4.929996,11.737847,202.16754,277.1071,1107.3744,681.1209 +2023-12-04 09:00:00,0.0,3340.4224,68.423805,30.349806,78.13698,47.867702,326.79355,42.184902,82.60551,21.973291,50.57771,361.86124,100.29578,23.290735,167.02469,0.3262912,0.08883565,63.873127,1.8713298,13.07558,1016.50836,14.669209,1225.3911,135.92097,2.0953445,34.249718,631.486,50.91005,475.4933,212.8927,4105.558,8.69695,2714.9124,101.40695,3.4804187,5.064313,18.403753,246.46704,299.43842,156.93748,51.69355,38.258453,11.498,790.0551,66.61298,42.292137,10.931466,481.08167,14.406386,549.37524,5.995559,39.10622,0.0,768.86316,2179.804,0.24605577,169.19395,17.272533,13054.977,25.948902,0.7991321,8.554013,22.139332,6.1010113,1.9013574,12.302477,301.98163,74.93929,8.782365,0.64338714,2.1134212,113.58145,1.7959318,147.53023,260.42136,2064.7966,451.69818,96.253525,164.72177,313.2991,13.333881,15.9198675,192.91484,23.505184,32.53341,12.363532,19.715471,155.41982,15.506305,11.326166,49.09665,13.238838,3712.7393,18.925348,21.559475,16.253374,10.589072,199.5285,40.8104,16.22984,6.7763166,7.8059173,12.655336,56.72005,105.841576,29.830141,157.53186,19.984512,4.9863524,49.178207,36.01901,73.2024,91.607445,11.545911,2.8753026,6.7689795,18.329258,2337.106,9.572246,2.4654274,50.46831,12.878308,137.44923,78.025,117.419075,4.0515904,69.00736,435.5582,339.35187,30.542624,344.99585,48.260483,53.567097,72.56455,40.35003,6.5820303,27.203098,497.71094,0.83624285,1.9368641,128.04506,23.982027,9.387752,14.583811,18.77833,176.6301,58.49914,161.09308,955.29565,234.54875,2151.96,1826.8838,19.597641,25.272957,2123.5,23.717665,39.609238,510.30804,70.395645,110.46845,50.966534,219.22295,314.89108,464.84705,9.113979,70.374916,302.8044,441.97974,13.502468,113.0108,14.666835,1.6646767,53.23101,1.1305509,1.2825441,4.467103,12.334838,63.323277,23.110544,19.183064,311.27637,73.03058,43.531685,57.936493,18.387732,60.341732,11.967473,5.93996,15.282863,95.92855,39.177696,16.175308,35.448067,10.698286,19.769066,22.525469,1.5720397,88.82384,15.064501,236.08458,9.504985,374.07748,20.926498,782.43823,186.01941,4.9273453,11.73603,202.09793,276.98215,1107.1278,681.41284 +2023-12-04 10:00:00,0.0,3339.194,68.39096,30.318445,78.09009,47.84508,326.70947,42.166317,82.56072,21.968924,50.544617,361.6726,100.34605,23.279016,166.85811,0.3263623,0.08938226,63.853928,1.892662,13.093371,1015.9355,14.66663,1224.7463,135.90459,2.114059,34.270504,631.14557,50.938377,476.03433,212.95445,4103.5786,8.731782,2715.0952,101.67592,3.5014417,5.0832267,18.496132,246.44675,299.41757,157.43561,51.677418,38.23684,11.496767,789.6253,66.8328,42.30583,10.925956,481.1875,14.403145,549.4453,5.995412,39.091053,0.0,768.8237,2179.1501,0.24606511,169.07462,17.26805,13050.1875,25.948526,0.79940295,8.549859,22.129417,6.1025267,1.901554,12.296864,301.88147,74.90905,8.77636,0.6433832,2.114271,113.587395,1.7947938,147.51553,260.23523,2064.2786,451.33148,96.23882,164.69981,313.98596,13.371672,15.943909,193.644,23.552626,32.601482,12.3602495,19.715055,155.47163,15.498868,11.324541,49.100346,13.243418,3713.1846,18.924015,21.557123,16.252483,10.587563,199.63203,40.824345,16.241936,6.777139,7.803949,12.658017,56.718628,105.794136,29.832056,157.5657,19.981913,4.985506,49.171066,36.003937,73.154884,91.64165,11.560231,2.8734543,6.791909,18.321712,2336.2961,9.588599,2.4629488,50.42677,12.876082,137.42282,78.03889,117.399055,4.0571795,69.034615,435.40286,339.20914,30.53603,344.84067,48.313084,53.558258,72.560036,40.427467,6.5914226,27.22214,497.69714,0.8394795,1.9424345,128.1527,23.982334,9.386646,14.598624,18.787403,176.74565,58.536324,161.09521,955.97894,234.34677,2151.289,1826.6023,19.587057,25.25388,2122.9133,23.717546,39.578693,510.207,70.35059,110.405716,50.93363,219.07425,314.81873,464.80515,9.108544,70.33848,302.6056,441.88065,13.497731,112.97813,14.661179,1.6645464,53.240345,1.1303309,1.2822478,4.4650683,12.333046,63.27571,23.104616,19.18656,311.73068,73.00112,43.512672,57.90793,18.38176,60.37836,11.968101,5.9724283,15.276479,95.89423,39.154316,16.206121,35.46432,10.697648,19.815245,22.551298,1.5715272,88.78822,15.057531,236.06378,9.50188,373.96497,20.928642,782.78613,185.93999,4.924694,11.734212,202.02834,276.85724,1106.8812,681.7047 +2023-12-04 11:00:00,0.0,3337.9656,68.35812,30.287086,78.04319,47.82246,326.62543,42.147728,82.51594,21.964558,50.51152,361.484,100.39632,23.267298,166.69151,0.32643342,0.08992887,63.83473,1.9139943,13.111163,1015.3627,14.664052,1224.1016,135.8882,2.1327732,34.291286,630.8052,50.966705,476.5754,213.0162,4101.599,8.766614,2715.2783,101.944885,3.5224648,5.10214,18.58851,246.42645,299.39676,157.93372,51.66129,38.21523,11.495535,789.19556,67.05263,42.319515,10.9204445,481.2934,14.399902,549.51544,5.9952645,39.075882,0.0,768.7843,2178.4966,0.24607445,168.95529,17.263567,13045.398,25.94815,0.7996738,8.545706,22.119503,6.1040425,1.9017504,12.291251,301.7813,74.87881,8.770354,0.64337933,2.1151206,113.59334,1.7936559,147.50084,260.04907,2063.7607,450.9648,96.22412,164.67787,314.67285,13.409462,15.967951,194.37314,23.600067,32.669556,12.356967,19.714642,155.52345,15.491432,11.322917,49.104042,13.247998,3713.63,18.92268,21.554771,16.25159,10.586052,199.73557,40.83829,16.254032,6.777962,7.8019805,12.660697,56.717205,105.7467,29.833971,157.59955,19.979311,4.9846597,49.16393,35.98886,73.10737,91.67584,11.574551,2.8716063,6.814839,18.314167,2335.486,9.604953,2.4604702,50.385223,12.873857,137.39642,78.05278,117.379036,4.0627685,69.06187,435.24753,339.06644,30.529434,344.6855,48.36568,53.549423,72.55552,40.50491,6.6008143,27.24118,497.68332,0.84271616,1.9480048,128.26033,23.982641,9.385541,14.613438,18.796476,176.8612,58.573505,161.09737,956.66223,234.14479,2150.6182,1826.3208,19.576471,25.234802,2122.327,23.717426,39.54815,510.106,70.305534,110.34298,50.90073,218.92557,314.74637,464.76324,9.103108,70.30203,302.40674,441.78152,13.492994,112.94546,14.655522,1.6644161,53.24968,1.130111,1.2819515,4.463033,12.331254,63.228146,23.098688,19.190054,312.18503,72.97166,43.493664,57.879368,18.375788,60.414986,11.968728,6.004897,15.270094,95.859924,39.13094,16.236935,35.480576,10.697009,19.861423,22.577127,1.5710149,88.75261,15.050562,236.04298,9.498774,373.85248,20.930784,783.13403,185.86057,4.9220433,11.732395,201.95874,276.7323,1106.6346,681.9966 +2023-12-04 12:00:00,0.0,3336.7373,68.32529,30.255726,77.9963,47.79984,326.54135,42.12914,82.47115,21.96019,50.478428,361.29538,100.44659,23.255577,166.52492,0.32650453,0.090475485,63.81553,1.9353266,13.128956,1014.7898,14.661474,1223.4568,135.87181,2.1514876,34.312073,630.4648,50.995037,477.1165,213.07794,4099.6196,8.801447,2715.4612,102.21385,3.543488,5.121053,18.680887,246.40616,299.37595,158.43184,51.64516,38.193615,11.494302,788.76575,67.272446,42.333206,10.914933,481.39923,14.39666,549.5855,5.995117,39.060715,0.0,768.7449,2177.8428,0.2460838,168.83597,17.259083,13040.609,25.947775,0.7999446,8.541552,22.109589,6.105558,1.9019469,12.285638,301.68115,74.848564,8.76435,0.64337546,2.1159701,113.59928,1.792518,147.48616,259.8629,2063.2427,450.5981,96.20941,164.65591,315.3597,13.447252,15.991992,195.1023,23.647509,32.73763,12.353684,19.714224,155.57527,15.483996,11.321293,49.107742,13.252578,3714.0754,18.921347,21.55242,16.2507,10.584542,199.8391,40.85224,16.266129,6.7787848,7.800012,12.663378,56.71578,105.69926,29.835886,157.63339,19.97671,4.9838133,49.15679,35.97379,73.05985,91.710045,11.588871,2.8697581,6.8377686,18.306622,2334.6763,9.621307,2.4579916,50.34368,12.871631,137.37001,78.066666,117.35902,4.0683575,69.08912,435.0922,338.9237,30.52284,344.53027,48.418278,53.540585,72.55101,40.582348,6.6102066,27.260223,497.66953,0.8459528,1.9535753,128.36797,23.982948,9.384436,14.62825,18.805548,176.97678,58.610683,161.0995,957.34546,233.94281,2149.9473,1826.0394,19.565887,25.215727,2121.7402,23.717308,39.517605,510.00497,70.26048,110.28024,50.86783,218.77689,314.674,464.72134,9.097672,70.265594,302.20792,441.6824,13.488257,112.91279,14.649866,1.6642859,53.259014,1.1298912,1.2816553,4.4609985,12.329462,63.180584,23.09276,19.193548,312.63937,72.9422,43.474655,57.850807,18.369816,60.451614,11.969356,6.037366,15.26371,95.825615,39.10756,16.267748,35.49683,10.696371,19.907602,22.602957,1.5705025,88.716995,15.043593,236.02219,9.495667,373.73996,20.932928,783.48193,185.78114,4.919392,11.730577,201.88913,276.6074,1106.3882,682.2885 +2023-12-04 13:00:00,0.0,3335.509,68.29244,30.224365,77.94941,47.777218,326.4573,42.110554,82.42637,21.955824,50.44533,361.10678,100.49686,23.243858,166.35832,0.32657564,0.091022104,63.79633,1.956659,13.146748,1014.217,14.6588955,1222.8121,135.85541,2.170202,34.33286,630.1243,51.023365,477.65756,213.1397,4097.64,8.836279,2715.644,102.48282,3.564511,5.1399665,18.773266,246.38585,299.35513,158.92996,51.629032,38.172,11.49307,788.33594,67.49227,42.346893,10.909422,481.5051,14.393418,549.65564,5.99497,39.045547,0.0,768.70544,2177.189,0.24609312,168.71664,17.254599,13035.819,25.947401,0.8002154,8.537397,22.099672,6.1070733,1.9021435,12.280025,301.581,74.81832,8.758345,0.6433716,2.1168199,113.605225,1.79138,147.47147,259.67676,2062.7249,450.2314,96.19471,164.63396,316.0466,13.485043,16.016033,195.83144,23.69495,32.805702,12.350402,19.713808,155.62709,15.47656,11.319669,49.11144,13.257158,3714.5208,18.920013,21.550068,16.249807,10.583033,199.94261,40.866188,16.278225,6.779608,7.7980437,12.666058,56.714355,105.65182,29.837801,157.66722,19.974108,4.982967,49.14965,35.958714,73.01234,91.74424,11.60319,2.8679101,6.8606987,18.299076,2333.8665,9.637661,2.4555132,50.30214,12.869404,137.34361,78.08056,117.339,4.073946,69.11636,434.93686,338.78098,30.516247,344.3751,48.47088,53.53175,72.54649,40.659786,6.6195984,27.279264,497.6557,0.84918946,1.9591455,128.4756,23.983255,9.38333,14.643064,18.814621,177.09233,58.647865,161.10164,958.02875,233.74083,2149.2761,1825.7579,19.555302,25.19665,2121.1536,23.71719,39.48706,509.90396,70.21543,110.21751,50.834927,218.62819,314.60165,464.6794,9.0922365,70.22915,302.00906,441.58328,13.4835205,112.88012,14.644209,1.6641556,53.26835,1.1296712,1.2813591,4.4589634,12.32767,63.13302,23.086832,19.197042,313.09372,72.91274,43.455647,57.822243,18.363846,60.48824,11.969982,6.069834,15.257325,95.791306,39.08418,16.298561,35.513084,10.695732,19.953781,22.628784,1.56999,88.68138,15.036624,236.00139,9.492562,373.62744,20.935072,783.82983,185.70172,4.9167414,11.72876,201.81953,276.48248,1106.1416,682.5804 +2023-12-04 14:00:00,0.0,3334.2808,68.259605,30.193005,77.90251,47.754597,326.37323,42.091965,82.38159,21.951458,50.41224,360.91815,100.547134,23.23214,166.19173,0.32664675,0.091568716,63.777134,1.9779912,13.16454,1013.6441,14.656318,1222.1674,135.83902,2.1889162,34.353645,629.78394,51.051693,478.1986,213.20145,4095.6606,8.871111,2715.827,102.751785,3.5855343,5.1588798,18.865643,246.36555,299.3343,159.42809,51.612904,38.15039,11.4918375,787.9061,67.71209,42.360584,10.903912,481.61096,14.390176,549.72577,5.9948225,39.03038,0.0,768.666,2176.5354,0.24610247,168.59732,17.250116,13031.03,25.947025,0.80048627,8.533244,22.089758,6.108589,1.9023399,12.274411,301.48083,74.78808,8.752339,0.6433677,2.1176693,113.61117,1.7902421,147.45679,259.4906,2062.2068,449.86475,96.180016,164.61201,316.73346,13.522833,16.040075,196.56058,23.742393,32.873775,12.347119,19.713394,155.67892,15.469124,11.318045,49.115135,13.261738,3714.966,18.91868,21.547714,16.248917,10.581523,200.04614,40.880135,16.290323,6.780431,7.796075,12.668738,56.71293,105.60438,29.839718,157.70107,19.971508,4.9821205,49.142513,35.94364,72.96483,91.77844,11.617511,2.866062,6.8836284,18.29153,2333.0566,9.654015,2.4530346,50.260593,12.867178,137.3172,78.094444,117.31898,4.079535,69.143616,434.78152,338.63828,30.509653,344.21988,48.523476,53.52291,72.54198,40.73723,6.6289907,27.298307,497.64188,0.8524261,1.9647158,128.58325,23.983562,9.382225,14.657877,18.823694,177.20789,58.685047,161.10378,958.71204,233.53885,2148.6052,1825.4766,19.544718,25.177572,2120.567,23.717072,39.456516,509.80295,70.17037,110.15478,50.802025,218.4795,314.52927,464.6375,9.086801,70.19271,301.81024,441.4842,13.478784,112.84744,14.638553,1.6640253,53.277683,1.1294513,1.2810628,4.4569287,12.325878,63.085453,23.080902,19.200537,313.54803,72.883286,43.436638,57.793682,18.357874,60.524864,11.97061,6.102303,15.250941,95.756996,39.0608,16.329374,35.52934,10.695094,19.99996,22.654613,1.5694777,88.64577,15.0296545,235.98058,9.489456,373.51492,20.937216,784.17773,185.6223,4.9140906,11.726943,201.74992,276.35754,1105.895,682.87225 +2023-12-04 15:00:00,0.0,3333.0525,68.22677,30.161644,77.85562,47.731976,326.28915,42.073376,82.33681,21.94709,50.379147,360.72955,100.597404,23.220419,166.02513,0.32671788,0.09211533,63.757935,1.9993235,13.182332,1013.0713,14.65374,1221.5226,135.82263,2.2076306,34.374428,629.4435,51.080025,478.7397,213.2632,4093.681,8.905944,2716.0098,103.02075,3.6065574,5.177793,18.95802,246.34526,299.31348,159.9262,51.596775,38.128777,11.490604,787.4764,67.931915,42.37427,10.8984,481.71686,14.386933,549.79584,5.994675,39.015213,0.0,768.6266,2175.8816,0.24611181,168.478,17.245632,13026.241,25.94665,0.8007571,8.52909,22.079845,6.1101046,1.9025364,12.268798,301.38068,74.757835,8.746334,0.64336383,2.118519,113.61711,1.7891042,147.4421,259.30444,2061.689,449.49805,96.16531,164.59006,317.42035,13.560623,16.064117,197.28973,23.789835,32.94185,12.343837,19.712976,155.73074,15.461688,11.316421,49.11883,13.266318,3715.4114,18.917347,21.545362,16.248024,10.580012,200.14967,40.89408,16.30242,6.7812533,7.7941065,12.671418,56.711506,105.55694,29.841633,157.73491,19.968906,4.981274,49.135376,35.928566,72.91731,91.81264,11.63183,2.8642137,6.906558,18.283987,2332.2466,9.670368,2.450556,50.21905,12.864952,137.2908,78.10834,117.29896,4.085124,69.17087,434.6262,338.49554,30.50306,344.0647,48.576077,53.514076,72.53747,40.814667,6.6383824,27.317348,497.62808,0.85566276,1.9702863,128.69089,23.98387,9.38112,14.672689,18.832767,177.32344,58.72223,161.10591,959.3953,233.33687,2147.9343,1825.1951,19.534134,25.158495,2119.9802,23.716953,39.425972,509.7019,70.12532,110.09204,50.769123,218.33081,314.4569,464.5956,9.081365,70.156265,301.6114,441.38507,13.474047,112.81477,14.632896,1.663895,53.287018,1.1292315,1.2807666,4.4548936,12.324085,63.037888,23.074974,19.204031,314.00238,72.85383,43.41763,57.76512,18.351902,60.561493,11.971237,6.134772,15.244556,95.72269,39.037422,16.360186,35.545597,10.694455,20.046139,22.680443,1.5689653,88.61015,15.022685,235.95978,9.486351,373.4024,20.939358,784.52563,185.54288,4.9114394,11.725125,201.68033,276.23264,1105.6484,683.1642 +2023-12-04 16:00:00,0.0,3331.8242,68.19393,30.130283,77.80873,47.709354,326.2051,42.05479,82.29202,21.942724,50.34605,360.54092,100.647675,23.2087,165.85854,0.326789,0.09266194,63.738735,2.0206559,13.200124,1012.4984,14.651161,1220.8778,135.80624,2.226345,34.395214,629.1031,51.108353,479.28076,213.32495,4091.7014,8.940776,2716.1929,103.28972,3.6275804,5.1967063,19.0504,246.32497,299.29266,160.42432,51.580647,38.107162,11.489372,787.0466,68.15174,42.387962,10.892889,481.82272,14.383692,549.86597,5.994528,39.000046,0.0,768.5871,2175.2278,0.24612115,168.35866,17.24115,13021.452,25.946274,0.8010279,8.524936,22.06993,6.1116204,1.9027328,12.263185,301.28052,74.72759,8.740329,0.64335996,2.1193688,113.623055,1.7879663,147.4274,259.1183,2061.171,449.13135,96.150604,164.5681,318.1072,13.598413,16.088158,198.01888,23.837276,33.009922,12.340554,19.71256,155.78256,15.454252,11.3147955,49.12253,13.270898,3715.8567,18.916014,21.54301,16.247133,10.578503,200.25319,40.908028,16.314516,6.7820764,7.792138,12.674099,56.710083,105.5095,29.843548,157.76875,19.966305,4.9804277,49.128235,35.913494,72.8698,91.84684,11.646151,2.8623657,6.9294877,18.276442,2331.4368,9.686723,2.4480774,50.17751,12.862726,137.26439,78.12222,117.27894,4.090713,69.19812,434.47086,338.3528,30.496466,343.90952,48.628674,53.505238,72.53295,40.892105,6.6477747,27.336391,497.61426,0.8588994,1.9758565,128.79852,23.984177,9.380014,14.687503,18.84184,177.439,58.759407,161.10805,960.0786,233.13489,2147.2634,1824.9137,19.523548,25.139418,2119.3936,23.716833,39.395428,509.6009,70.08027,110.029305,50.73622,218.18213,314.38455,464.5537,9.075929,70.11983,301.41257,441.28595,13.46931,112.782104,14.62724,1.6637648,53.296352,1.1290115,1.2804704,4.452859,12.322293,62.990326,23.069046,19.207527,314.45673,72.82437,43.39862,57.73656,18.34593,60.598118,11.971864,6.16724,15.238173,95.68838,39.01404,16.390999,35.56185,10.693817,20.09232,22.706272,1.5684528,88.57454,15.015716,235.93898,9.483245,373.2899,20.941502,784.87354,185.46346,4.9087887,11.723308,201.61073,276.1077,1105.4019,683.45605 +2023-12-04 17:00:00,0.0,3330.596,68.16109,30.098923,77.76183,47.686733,326.12103,42.0362,82.24724,21.938356,50.312958,360.35233,100.697945,23.196981,165.69196,0.3268601,0.09320855,63.719536,2.0419881,13.2179165,1011.9256,14.648583,1220.233,135.78986,2.2450593,34.416,628.7627,51.13668,479.82184,213.3867,4089.722,8.975608,2716.3757,103.558685,3.6486037,5.2156196,19.142776,246.30467,299.27182,160.92244,51.564518,38.085552,11.488139,786.61676,68.37156,42.40165,10.887379,481.9286,14.380449,549.93604,5.9943805,38.98488,0.0,768.54767,2174.5742,0.2461305,168.23933,17.236666,13016.663,25.945898,0.80129874,8.520782,22.060015,6.113136,1.9029294,12.257572,301.18036,74.69736,8.7343235,0.6433561,2.1202183,113.629,1.7868283,147.41272,258.93213,2060.653,448.76468,96.1359,164.54614,318.7941,13.636204,16.1122,198.74803,23.884718,33.077995,12.337272,19.712147,155.83438,15.4468155,11.313171,49.12623,13.275478,3716.302,18.91468,21.540659,16.24624,10.576993,200.35672,40.921974,16.326612,6.7828994,7.7901697,12.676779,56.708656,105.46206,29.845463,157.80258,19.963705,4.9795814,49.121098,35.89842,72.82228,91.881035,11.66047,2.8605175,6.952418,18.268896,2330.627,9.703076,2.4455988,50.135963,12.8605,137.23799,78.136116,117.25892,4.0963016,69.22537,434.31552,338.2101,30.489872,343.7543,48.68127,53.496403,72.528435,40.969547,6.6571665,27.355433,497.60046,0.86213607,1.981427,128.90616,23.984484,9.37891,14.702316,18.850914,177.55455,58.79659,161.11018,960.76196,232.93292,2146.5925,1824.6322,19.512964,25.120342,2118.807,23.716715,39.364883,509.49988,70.03522,109.96657,50.70332,218.03343,314.3122,464.51178,9.070493,70.08339,301.2137,441.18683,13.464573,112.749435,14.621584,1.6636345,53.305687,1.1287916,1.2801741,4.4508243,12.320501,62.94276,23.063118,19.211021,314.91107,72.794914,43.37961,57.707996,18.339958,60.634743,11.972491,6.199709,15.231788,95.65407,38.99066,16.421812,35.578106,10.693179,20.138498,22.7321,1.5679405,88.53893,15.008746,235.91818,9.48014,373.17737,20.943645,785.22144,185.38403,4.9061375,11.721491,201.54112,275.9828,1105.1553,683.7479 +2023-12-04 18:00:00,0.0,3329.3674,68.12825,30.067562,77.71494,47.664112,326.037,42.017612,82.20245,21.93399,50.279865,360.1637,100.748215,23.185263,165.52536,0.3269312,0.09375516,63.700336,2.0633204,13.235708,1011.3527,14.646006,1219.5884,135.77347,2.2637737,34.436783,628.42224,51.165012,480.36288,213.44846,4087.7424,9.010441,2716.5586,103.82765,3.6696267,5.2345333,19.235153,246.28436,299.251,161.42055,51.548386,38.06394,11.486907,786.187,68.591385,42.41534,10.881867,482.03445,14.377208,550.00616,5.9942327,38.96971,0.0,768.50824,2173.9204,0.24613984,168.12001,17.232183,13011.873,25.945522,0.8015696,8.516628,22.0501,6.114651,1.9031259,12.251959,301.0802,74.667114,8.728318,0.6433522,2.121068,113.63494,1.7856904,147.39803,258.74597,2060.135,448.39798,96.1212,164.5242,319.48096,13.673994,16.136242,199.47717,23.93216,33.14607,12.333989,19.71173,155.8862,15.43938,11.311547,49.129925,13.280058,3716.7473,18.913347,21.538307,16.24535,10.575483,200.46025,40.935925,16.338709,6.783722,7.7882013,12.679459,56.707233,105.41462,29.847378,157.83643,19.961103,4.978735,49.11396,35.883347,72.774765,91.91524,11.67479,2.8586695,6.9753475,18.26135,2329.8171,9.71943,2.4431202,50.09442,12.8582735,137.21158,78.15,117.2389,4.1018906,69.252625,434.1602,338.06738,30.483278,343.59912,48.73387,53.487564,72.523926,41.046986,6.6665587,27.374475,497.58664,0.8653727,1.9869972,129.01381,23.984793,9.377805,14.717129,18.859987,177.6701,58.83377,161.11232,961.4452,232.73094,2145.9214,1824.3508,19.502378,25.101265,2118.2202,23.716597,39.33434,509.39886,69.99016,109.90383,50.670418,217.88475,314.23984,464.46988,9.065057,70.04694,301.0149,441.08774,13.459836,112.71676,14.615928,1.6635042,53.31502,1.1285717,1.2798778,4.448789,12.318709,62.895195,23.05719,19.214516,315.3654,72.76546,43.3606,57.679436,18.333986,60.67137,11.973119,6.2321777,15.225404,95.61975,38.96728,16.452625,35.59436,10.69254,20.184677,22.757929,1.5674281,88.50332,15.001777,235.89738,9.477034,373.06485,20.94579,785.56934,185.30461,4.9034867,11.719673,201.47153,275.85785,1104.9087,684.03986 +2023-12-04 19:00:00,0.0,3328.1392,68.09541,30.036201,77.66805,47.641495,325.9529,41.999027,82.15767,21.929623,50.24677,359.9751,100.798485,23.173542,165.35876,0.32700232,0.094301775,63.681137,2.0846527,13.2535,1010.77985,14.643427,1218.9436,135.75708,2.282488,34.45757,628.08185,51.19334,480.90396,213.51021,4085.7627,9.045273,2716.7415,104.09662,3.6906497,5.2534466,19.327532,246.26407,299.2302,161.91867,51.532257,38.042324,11.485674,785.7572,68.8112,42.42903,10.876356,482.14032,14.373965,550.07623,5.9940853,38.95454,0.0,768.4688,2173.2666,0.24614918,168.00069,17.2277,13007.084,25.945148,0.80184036,8.512474,22.040184,6.116167,1.9033223,12.2463455,300.98004,74.63687,8.722313,0.6433483,2.1219177,113.640884,1.7845525,147.38333,258.5598,2059.6172,448.03128,96.10649,164.50224,320.16785,13.711784,16.160282,200.20631,23.9796,33.21414,12.330706,19.711315,155.93803,15.431944,11.309923,49.133625,13.284638,3717.1926,18.912012,21.535954,16.244457,10.573973,200.56378,40.94987,16.350807,6.784545,7.786233,12.682139,56.70581,105.36717,29.849295,157.87027,19.958502,4.9778886,49.10682,35.86827,72.72725,91.94943,11.68911,2.8568213,6.998277,18.253805,2329.007,9.735784,2.4406419,50.052876,12.856048,137.18517,78.16389,117.21888,4.1074796,69.27988,434.00485,337.92465,30.476685,343.44394,48.78647,53.47873,72.51941,41.124428,6.6759505,27.393517,497.5728,0.86860937,1.9925675,129.12144,23.9851,9.376699,14.731942,18.86906,177.78566,58.87095,161.11447,962.12854,232.52896,2145.2505,1824.0693,19.491795,25.082188,2117.6335,23.716478,39.303795,509.29785,69.94511,109.841095,50.637516,217.73607,314.16748,464.42798,9.059621,70.010506,300.81604,440.98862,13.455099,112.68409,14.610271,1.6633741,53.324356,1.1283518,1.2795815,4.4467545,12.316917,62.84763,23.051262,19.21801,315.81973,72.736,43.34159,57.650875,18.328016,60.707996,11.973746,6.264646,15.219019,95.58544,38.9439,16.483438,35.610615,10.691902,20.230856,22.783758,1.5669156,88.467705,14.994807,235.87657,9.473928,372.95236,20.947933,785.91724,185.22519,4.900836,11.717855,201.40192,275.73294,1104.6621,684.3317 +2023-12-04 20:00:00,0.0,3326.911,68.06257,30.004843,77.621155,47.618874,325.86887,41.98044,82.11289,21.925257,50.213676,359.78647,100.84876,23.161823,165.19217,0.32707343,0.094848394,63.661938,2.105985,13.271293,1010.20703,14.640849,1218.2988,135.74068,2.3012025,34.478355,627.7414,51.22167,481.44504,213.57195,4083.7832,9.080105,2716.9243,104.365585,3.711673,5.27236,19.41991,246.24377,299.20935,162.4168,51.51613,38.020714,11.484442,785.3274,69.03103,42.44272,10.870846,482.24615,14.370723,550.14636,5.993938,38.939373,0.0,768.4293,2172.613,0.24615853,167.88136,17.223215,13002.295,25.944773,0.8021112,8.508321,22.030272,6.1176825,1.9035188,12.240732,300.87988,74.60663,8.716308,0.6433444,2.1227672,113.646835,1.7834145,147.36865,258.37366,2059.099,447.6646,96.09179,164.48029,320.8547,13.749575,16.184324,200.93547,24.027042,33.282215,12.327423,19.7109,155.98985,15.424508,11.308299,49.13732,13.289218,3717.6382,18.910679,21.533602,16.243567,10.572463,200.6673,40.963818,16.362904,6.7853675,7.784264,12.684819,56.704384,105.31973,29.85121,157.90411,19.9559,4.977042,49.09968,35.853195,72.67973,91.983635,11.70343,2.8549733,7.021207,18.24626,2328.1973,9.752137,2.4381633,50.011333,12.853822,137.15877,78.17778,117.19886,4.1130686,69.30713,433.84952,337.78195,30.470089,343.28873,48.83907,53.46989,72.51489,41.201866,6.685343,27.41256,497.55902,0.871846,1.998138,129.22908,23.985407,9.375594,14.746756,18.878134,177.90121,58.90813,161.11661,962.81177,232.32698,2144.5796,1823.788,19.481209,25.06311,2117.0469,23.716358,39.27325,509.1968,69.900055,109.778366,50.604614,217.58737,314.09512,464.38605,9.054185,69.97406,300.61722,440.8895,13.450362,112.65142,14.604614,1.6632438,53.33369,1.1281319,1.2792853,4.4447193,12.315125,62.800068,23.045334,19.221504,316.27408,72.706535,43.322582,57.62231,18.322044,60.744625,11.974373,6.297115,15.212635,95.55113,38.920525,16.514252,35.62687,10.691263,20.277035,22.809587,1.5664033,88.43209,14.987838,235.85577,9.470822,372.83984,20.950075,786.26514,185.14577,4.898185,11.716039,201.33232,275.60803,1104.4155,684.6236 +2023-12-04 21:00:00,0.0,3325.6826,68.02973,29.973482,77.574265,47.596252,325.7848,41.96185,82.06811,21.920889,50.18058,359.59787,100.89903,23.150105,165.02557,0.32714453,0.095395006,63.64274,2.1273172,13.289084,1009.63416,14.638271,1217.654,135.72429,2.3199167,34.499138,627.401,51.25,481.9861,213.6337,4081.8037,9.114938,2717.1074,104.63455,3.732696,5.291273,19.512287,246.22348,299.18854,162.9149,51.5,37.9991,11.48321,784.8976,69.250854,42.45641,10.8653345,482.35205,14.367481,550.21643,5.9937906,38.924206,0.0,768.38995,2171.9592,0.24616785,167.76204,17.218733,12997.506,25.944397,0.80238205,8.504167,22.020357,6.119198,1.9037154,12.235119,300.77972,74.576385,8.710302,0.6433405,2.123617,113.65278,1.7822766,147.35396,258.1875,2058.5813,447.2979,96.07709,164.45833,321.5416,13.787365,16.208366,201.66461,24.074486,33.35029,12.324141,19.710484,156.04167,15.417071,11.306674,49.141018,13.293798,3718.0835,18.909346,21.53125,16.242674,10.570953,200.77083,40.977764,16.375,6.7861905,7.7822957,12.6875,56.70296,105.27229,29.853125,157.93796,19.9533,4.976196,49.092545,35.838123,72.63222,92.01784,11.71775,2.853125,7.044137,18.238714,2327.3875,9.768492,2.4356847,49.96979,12.851596,137.13235,78.191666,117.17884,4.1186576,69.33438,433.69418,337.63922,30.463495,343.13354,48.891666,53.461056,72.510376,41.279305,6.6947346,27.4316,497.5452,0.8750827,2.0037084,129.33672,23.985714,9.374489,14.761568,18.887207,178.01677,58.945312,161.11874,963.495,232.125,2143.9087,1823.5065,19.470625,25.044035,2116.4604,23.71624,39.242706,509.0958,69.854996,109.71563,50.571712,217.43869,314.02277,464.34415,9.048749,69.93762,300.41837,440.79037,13.445625,112.61875,14.598958,1.6631135,53.343025,1.127912,1.2789891,4.4426847,12.313333,62.752502,23.039406,19.225,316.72842,72.67708,43.303574,57.59375,18.316072,60.78125,11.975,6.3295836,15.20625,95.51682,38.897144,16.545065,35.643124,10.690625,20.323214,22.835415,1.5658909,88.39648,14.980868,235.83498,9.467717,372.72733,20.952219,786.61304,185.06635,4.895534,11.714221,201.26273,275.4831,1104.169,684.9155 +2023-12-04 22:00:00,0.0,3324.4543,67.996895,29.942122,77.527374,47.57363,325.70074,41.943264,82.02332,21.916523,50.147488,359.40924,100.9493,23.138384,164.85898,0.32721564,0.09594162,63.62354,2.1486495,13.306876,1009.06134,14.635693,1217.0094,135.7079,2.3386312,34.519924,627.0606,51.278328,482.52716,213.69545,4079.8242,9.14977,2717.2903,104.90352,3.7537193,5.3101864,19.604666,246.20319,299.16772,163.41302,51.48387,37.977486,11.4819765,784.46783,69.47067,42.470097,10.859823,482.45792,14.364239,550.28656,5.9936433,38.90904,0.0,768.3505,2171.3054,0.2461772,167.6427,17.214249,12992.716,25.944021,0.8026529,8.500012,22.01044,6.1207137,1.9039118,12.2295065,300.67957,74.54614,8.704297,0.64333665,2.1244667,113.65872,1.7811387,147.33926,258.00134,2058.0632,446.9312,96.06238,164.43639,322.22845,13.825155,16.232409,202.39377,24.121927,33.41836,12.320858,19.710068,156.09349,15.409636,11.30505,49.14472,13.298378,3718.5288,18.908012,21.528898,16.241783,10.569444,200.87436,40.99171,16.387096,6.7870135,7.7803273,12.69018,56.701538,105.22485,29.85504,157.97179,19.950699,4.9753494,49.085403,35.823048,72.58471,92.05203,11.732069,2.8512769,7.0670667,18.231169,2326.5776,9.784845,2.433206,49.928246,12.849369,137.10596,78.20556,117.15882,4.124246,69.361626,433.53885,337.4965,30.456902,342.97836,48.944263,53.45222,72.50587,41.356747,6.704127,27.450642,497.5314,0.8783193,2.0092785,129.44435,23.986021,9.3733835,14.7763815,18.89628,178.13232,58.982494,161.12088,964.17834,231.92302,2143.2375,1823.2251,19.460041,25.024958,2115.8738,23.716122,39.212162,508.99478,69.809944,109.65289,50.53881,217.29,313.9504,464.30225,9.043314,69.90118,300.21954,440.69128,13.440888,112.58608,14.593302,1.6629832,53.352356,1.1276921,1.2786928,4.4406495,12.311541,62.704937,23.033478,19.228495,317.18274,72.64762,43.284565,57.56519,18.3101,60.817875,11.975628,6.362052,15.199865,95.48251,38.873764,16.575878,35.659378,10.689986,20.369392,22.861244,1.5653784,88.36086,14.973899,235.81418,9.464611,372.6148,20.954363,786.96094,184.98692,4.892883,11.712403,201.19312,275.3582,1103.9224,685.2074 +2023-12-04 23:00:00,0.0,3323.226,67.96405,29.91076,77.48048,47.55101,325.61667,41.924675,81.97854,21.912155,50.114395,359.22064,100.99957,23.126665,164.69238,0.32728675,0.09648823,63.60434,2.1699817,13.324669,1008.48846,14.633115,1216.3646,135.69151,2.3573456,34.54071,626.72015,51.306656,483.06824,213.7572,4077.8447,9.184602,2717.4731,105.172485,3.7747424,5.3290997,19.697044,246.18288,299.1469,163.91115,51.467743,37.955875,11.480744,784.038,69.6905,42.483788,10.854312,482.56378,14.360996,550.3567,5.993496,38.89387,0.0,768.3111,2170.6519,0.24618654,167.52338,17.209766,12987.927,25.943645,0.8029237,8.495859,22.000526,6.122229,1.9041083,12.223893,300.5794,74.5159,8.698292,0.6433328,2.1253161,113.664665,1.7800007,147.32458,257.8152,2057.5454,446.56454,96.047676,164.41443,322.91534,13.862946,16.256449,203.12291,24.169369,33.48644,12.317575,19.709652,156.14531,15.4022,11.303426,49.148415,13.302958,3718.974,18.90668,21.526546,16.24089,10.567933,200.97787,41.005657,16.399193,6.787836,7.778359,12.692861,56.70011,105.177414,29.856955,158.00563,19.948097,4.974503,49.078266,35.807976,72.53719,92.086235,11.746389,2.849429,7.0899963,18.223623,2325.7678,9.801199,2.4307275,49.886703,12.847143,137.07954,78.219444,117.1388,4.129835,69.38888,433.3835,337.3538,30.450308,342.82315,48.996864,53.443382,72.50135,41.434185,6.713519,27.469685,497.51758,0.881556,2.014849,129.552,23.986328,9.372278,14.791195,18.905354,178.24788,59.019672,161.12302,964.8616,231.72104,2142.5667,1822.9436,19.449455,25.00588,2115.287,23.716003,39.181618,508.89377,69.76489,109.59016,50.50591,217.14131,313.87802,464.26035,9.037878,69.86474,300.0207,440.59216,13.4361515,112.553406,14.587646,1.662853,53.36169,1.1274722,1.2783966,4.438615,12.309749,62.65737,23.027548,19.231989,317.6371,72.618164,43.265556,57.536625,18.304129,60.854504,11.976254,6.3945208,15.193481,95.448204,38.850384,16.606691,35.675632,10.689348,20.415571,22.887074,1.5648661,88.32525,14.96693,235.79338,9.461506,372.5023,20.956507,787.30884,184.9075,4.890232,11.710587,201.12352,275.23325,1103.6758,685.49927 +2023-12-05 00:00:00,0.0,3321.9978,67.93121,29.8794,77.433586,47.52839,325.5326,41.906086,81.933754,21.90779,50.0813,359.032,101.04984,23.114946,164.5258,0.32735786,0.09703484,63.585144,2.191314,13.342461,1007.91565,14.630537,1215.7198,135.67513,2.3760598,34.561493,626.37976,51.334988,483.6093,213.81895,4075.865,9.219435,2717.656,105.44146,3.7957654,5.348013,19.789421,246.16258,299.12607,164.40926,51.451614,37.93426,11.479511,783.6082,69.91032,42.497475,10.848802,482.66965,14.357755,550.42676,5.9933486,38.878704,0.0,768.27167,2169.998,0.24619588,167.40405,17.205282,12983.138,25.943272,0.8031945,8.491705,21.990612,6.123745,1.9043049,12.21828,300.47925,74.48566,8.6922865,0.6433289,2.1261659,113.67061,1.7788628,147.30989,257.62903,2057.0273,446.19785,96.032974,164.39247,323.6022,13.900736,16.28049,203.85205,24.21681,33.554512,12.314293,19.709236,156.19714,15.394763,11.301802,49.15211,13.307538,3719.4194,18.905346,21.524193,16.24,10.566423,201.0814,41.019608,16.411291,6.788659,7.7763906,12.69554,56.69869,105.129974,29.85887,158.03947,19.945498,4.9736567,49.071125,35.7929,72.48968,92.12043,11.760709,2.8475807,7.112926,18.216078,2324.9578,9.817553,2.428249,49.84516,12.844917,137.05315,78.23334,117.11878,4.135424,69.41613,433.22818,337.21106,30.443714,342.66797,49.04946,53.434547,72.49683,41.511623,6.722911,27.488726,497.50375,0.8847926,2.0204194,129.65964,23.986635,9.371173,14.806007,18.914427,178.36343,59.056854,161.12515,965.5449,231.51906,2141.8958,1822.6622,19.438871,24.986803,2114.7004,23.715885,39.151073,508.79276,69.71984,109.52742,50.473007,216.99263,313.80566,464.2184,9.032442,69.82829,299.82187,440.49304,13.431415,112.52074,14.581989,1.6627227,53.371025,1.1272523,1.2781004,4.43658,12.307957,62.60981,23.02162,19.235483,318.09143,72.58871,43.246544,57.508064,18.298157,60.89113,11.976882,6.4269896,15.187097,95.413895,38.827007,16.637503,35.691887,10.688709,20.46175,22.912903,1.5643537,88.289635,14.959961,235.77257,9.4584,372.38977,20.958649,787.65674,184.82808,4.887581,11.708769,201.05391,275.10834,1103.4292,685.7912 +2023-12-05 01:00:00,0.0,3320.7693,67.89838,29.84804,77.386696,47.505768,325.44855,41.8875,81.88897,21.903423,50.048206,358.8434,101.10012,23.103228,164.3592,0.32742897,0.09758145,63.565945,2.2126462,13.360252,1007.3428,14.627958,1215.0751,135.65874,2.3947742,34.58228,626.0393,51.363316,484.1504,213.8807,4073.8855,9.254267,2717.8389,105.71043,3.8167887,5.3669267,19.881798,246.14229,299.10526,164.90738,51.435482,37.912647,11.478279,783.17847,70.13014,42.511166,10.84329,482.7755,14.354512,550.4969,5.9932013,38.863537,0.0,768.2322,2169.3442,0.24620523,167.28473,17.2008,12978.349,25.942896,0.80346537,8.487552,21.980698,6.1252604,1.9045013,12.2126665,300.3791,74.45542,8.686282,0.64332503,2.1270156,113.67655,1.7777249,147.29521,257.44287,2056.5095,445.83115,96.018265,164.37051,324.2891,13.938526,16.304533,204.5812,24.264252,33.622585,12.31101,19.70882,156.24896,15.387327,11.300178,49.155807,13.312118,3719.8647,18.904013,21.521841,16.239107,10.564914,201.18494,41.033554,16.423388,6.7894816,7.7744217,12.698221,56.69726,105.082535,29.860786,158.07332,19.942896,4.9728103,49.063988,35.77783,72.44216,92.15463,11.775029,2.8457327,7.135856,18.208534,2324.148,9.833907,2.4257705,49.803616,12.842691,137.02673,78.24722,117.09876,4.141013,69.44338,433.07285,337.06833,30.43712,342.51276,49.102062,53.42571,72.492325,41.589066,6.732303,27.507769,497.48996,0.8880293,2.0259895,129.76727,23.986942,9.370068,14.820821,18.9235,178.479,59.094036,161.12729,966.2282,231.31708,2141.2249,1822.3807,19.428286,24.967728,2114.1138,23.715765,39.12053,508.6917,69.67478,109.46468,50.440105,216.84393,313.7333,464.1765,9.027006,69.791855,299.62302,440.39392,13.426678,112.48807,14.576333,1.6625924,53.38036,1.1270324,1.2778041,4.434545,12.306165,62.562244,23.015692,19.238977,318.54578,72.55925,43.227535,57.479504,18.292187,60.927757,11.9775095,6.459458,15.180713,95.37958,38.803627,16.668316,35.708145,10.688071,20.507929,22.93873,1.5638412,88.25402,14.9529915,235.75177,9.455295,372.27725,20.960793,788.00464,184.74866,4.88493,11.706952,200.98431,274.98343,1103.1827,686.08307 +2023-12-05 02:00:00,0.0,3319.541,67.86553,29.816679,77.3398,47.483147,325.36447,41.86891,81.84419,21.899055,50.015114,358.6548,101.15039,23.091507,164.19261,0.32750008,0.098128065,63.546745,2.2339785,13.378045,1006.7699,14.6253805,1214.4303,135.64235,2.4134886,34.603065,625.6989,51.391644,484.69144,213.94246,4071.906,9.289099,2718.022,105.97939,3.8378117,5.38584,19.974176,246.122,299.08444,165.4055,51.419353,37.891037,11.477046,782.74866,70.34996,42.524853,10.837779,482.8814,14.35127,550.56696,5.993054,38.848366,0.0,768.19275,2168.6907,0.24621457,167.1654,17.196316,12973.56,25.94252,0.80373615,8.4833975,21.970783,6.1267757,1.9046978,12.207053,300.27893,74.42518,8.680277,0.64332116,2.127865,113.682495,1.7765869,147.28052,257.2567,2055.9915,445.46448,96.00356,164.34857,324.97595,13.976316,16.328573,205.31035,24.311693,33.69066,12.307728,19.708405,156.30078,15.379891,11.2985525,49.159508,13.316698,3720.31,18.90268,21.51949,16.238216,10.563404,201.28847,41.0475,16.435484,6.7903047,7.7724533,12.700901,56.69584,105.035095,29.862701,158.10715,19.940294,4.971964,49.05685,35.762753,72.394646,92.18883,11.789349,2.8438845,7.158786,18.200989,2323.3381,9.850261,2.423292,49.762074,12.840466,137.00034,78.261116,117.078735,4.146602,69.470634,432.9175,336.92563,30.430527,342.35757,49.15466,53.416874,72.48781,41.666504,6.741695,27.52681,497.47614,0.8912659,2.03156,129.87491,23.98725,9.368963,14.835633,18.932573,178.59456,59.131214,161.12943,966.9115,231.1151,2140.5537,1822.0994,19.417702,24.94865,2113.527,23.715647,39.089985,508.5907,69.62973,109.401955,50.407204,216.69525,313.66095,464.1346,9.02157,69.75542,299.4242,440.29483,13.421941,112.4554,14.570677,1.6624622,53.389694,1.1268125,1.2775079,4.4325104,12.304373,62.51468,23.009764,19.242474,319.0001,72.52979,43.208527,57.45094,18.286215,60.964382,11.978137,6.4919267,15.174328,95.34527,38.780247,16.69913,35.7244,10.687432,20.554108,22.96456,1.5633289,88.218414,14.946022,235.73097,9.4521885,372.16473,20.962936,788.35254,184.66924,4.8822794,11.705134,200.91472,274.8585,1102.9362,686.37494 +2023-12-05 03:00:00,0.0,3318.3127,67.832695,29.785318,77.29291,47.460526,325.28043,41.850323,81.79941,21.89469,49.982018,358.4662,101.20066,23.079788,164.02602,0.32757118,0.098674685,63.527546,2.255311,13.395837,1006.1971,14.622803,1213.7856,135.62595,2.432203,34.62385,625.3585,51.419975,485.2325,214.00421,4069.9265,9.323932,2718.2048,106.24836,3.858835,5.404753,20.066555,246.1017,299.0636,165.90361,51.403225,37.869423,11.475814,782.31885,70.569786,42.538544,10.832269,482.98724,14.348028,550.6371,5.992906,38.8332,0.0,768.1533,2168.0369,0.24622391,167.04608,17.191832,12968.77,25.942144,0.804007,8.479243,21.960869,6.1282916,1.9048942,12.20144,300.17877,74.394936,8.674272,0.6433173,2.1287148,113.68844,1.775449,147.26582,257.07056,2055.4736,445.09778,95.98886,164.32661,325.66284,14.014106,16.352615,206.0395,24.359135,33.75873,12.304445,19.707989,156.3526,15.372456,11.296928,49.163204,13.321278,3720.7554,18.901346,21.517138,16.237324,10.561893,201.39198,41.061447,16.44758,6.7911277,7.770485,12.703582,56.694416,104.987656,29.864616,158.14099,19.937693,4.9711175,49.04971,35.74768,72.34713,92.22303,11.803669,2.8420365,7.1817155,18.193443,2322.5283,9.866614,2.4208133,49.72053,12.838239,136.97392,78.275,117.058716,4.1521907,69.49789,432.76218,336.7829,30.423933,342.2024,49.207256,53.408035,72.48329,41.743942,6.751087,27.545853,497.4623,0.8945026,2.0371304,129.98256,23.987556,9.367858,14.850447,18.941647,178.71011,59.168396,161.13156,967.5947,230.91312,2139.8828,1821.8179,19.407116,24.929573,2112.9404,23.715528,39.05944,508.4897,69.58468,109.33922,50.374302,216.54655,313.5886,464.09268,9.016134,69.71897,299.22534,440.1957,13.417204,112.42272,14.565021,1.6623319,53.39903,1.1265926,1.2772115,4.430475,12.30258,62.467113,23.003836,19.245968,319.45444,72.500336,43.189518,57.42238,18.280243,61.001007,11.978764,6.5243955,15.167944,95.31096,38.756866,16.729942,35.740654,10.686794,20.600286,22.990389,1.5628165,88.1828,14.939053,235.71017,9.449083,372.05222,20.96508,788.70044,184.58981,4.879628,11.703317,200.84511,274.73358,1102.6896,686.6669 +2023-12-05 04:00:00,0.0,3317.0845,67.79986,29.753958,77.24602,47.437904,325.19635,41.831738,81.75462,21.890322,49.948925,358.27756,101.25093,23.06807,163.85942,0.32764232,0.0992213,63.508347,2.2766433,13.413629,1005.6242,14.620224,1213.1409,135.60956,2.4509172,34.644634,625.01807,51.448303,485.7736,214.06596,4067.9468,9.358764,2718.3877,106.51733,3.879858,5.4236665,20.158932,246.08139,299.0428,166.40173,51.387096,37.84781,11.474581,781.8891,70.78961,42.55223,10.826757,483.0931,14.344786,550.70715,5.9927588,38.81803,0.0,768.1139,2167.383,0.24623324,166.92674,17.18735,12963.98,25.941769,0.80427784,8.47509,21.950954,6.129807,1.9050908,12.1958275,300.0786,74.36469,8.668266,0.6433134,2.1295645,113.69438,1.7743111,147.25114,256.8844,2054.9556,444.73108,95.97415,164.30466,326.3497,14.051896,16.376657,206.76865,24.406576,33.826805,12.301163,19.707573,156.40442,15.365019,11.295304,49.1669,13.325858,3721.2007,18.900011,21.514786,16.236433,10.560384,201.49551,41.075394,16.459677,6.79195,7.7685165,12.706262,56.69299,104.940216,29.866531,158.17484,19.935093,4.970271,49.042572,35.732605,72.299614,92.257225,11.817988,2.8401883,7.204645,18.185898,2321.7183,9.882968,2.4183347,49.678986,12.836013,136.94753,78.28889,117.0387,4.1577797,69.52514,432.60684,336.64017,30.41734,342.04718,49.259857,53.3992,72.47878,41.821384,6.760479,27.564894,497.44852,0.89773923,2.0427005,130.0902,23.987864,9.366753,14.86526,18.95072,178.82567,59.205578,161.13371,968.278,230.71114,2139.212,1821.5365,19.396532,24.910496,2112.3538,23.71541,39.028896,508.38867,69.53962,109.27648,50.3414,216.39787,313.51624,464.05078,9.010698,69.68253,299.02652,440.0966,13.412467,112.39005,14.559364,1.6622016,53.408363,1.1263727,1.2769153,4.4284406,12.300788,62.41955,22.997908,19.249462,319.90878,72.47088,43.17051,57.393818,18.274271,61.037636,11.979391,6.5568643,15.161559,95.27665,38.73349,16.760756,35.75691,10.686156,20.646465,23.016218,1.5623041,88.14719,14.932083,235.68938,9.445977,371.93973,20.967224,789.04834,184.51039,4.8769774,11.7015,200.77551,274.60864,1102.443,686.95874 +2023-12-05 05:00:00,0.0,3315.8562,67.76702,29.722599,77.19912,47.415283,325.1123,41.81315,81.70984,21.885956,49.91583,358.08896,101.3012,23.056349,163.69283,0.32771343,0.09976791,63.489147,2.2979755,13.431421,1005.0514,14.617646,1212.4961,135.59317,2.4696317,34.66542,624.6777,51.47663,486.31467,214.1277,4065.9673,9.393596,2718.5706,106.78629,3.900881,5.4425797,20.25131,246.0611,299.02197,166.89986,51.370968,37.8262,11.473349,781.4593,71.00943,42.56592,10.821246,483.19897,14.341544,550.7773,5.9926114,38.802864,0.0,768.07446,2166.7295,0.24624258,166.80742,17.182865,12959.191,25.941393,0.8045487,8.470936,21.941038,6.131323,1.9052873,12.190214,299.97845,74.33445,8.662261,0.6433095,2.130414,113.700325,1.7731731,147.23645,256.69824,2054.4377,444.3644,95.95946,164.2827,327.0366,14.089686,16.4007,207.49779,24.45402,33.89488,12.29788,19.707157,156.45625,15.357583,11.29368,49.1706,13.330438,3721.6462,18.898678,21.512432,16.23554,10.558874,201.59904,41.08934,16.471775,6.7927732,7.766548,12.708942,56.691566,104.89278,29.868446,158.20868,19.932491,4.9694247,49.035435,35.717533,72.2521,92.29143,11.832309,2.83834,7.2275753,18.178352,2320.9084,9.899322,2.4158561,49.637444,12.833787,136.92111,78.30278,117.01868,4.1633687,69.55239,432.4515,336.49747,30.410746,341.892,49.312454,53.39036,72.474266,41.898823,6.769871,27.583937,497.4347,0.9009759,2.048271,130.19783,23.98817,9.365647,14.880073,18.959793,178.94122,59.24276,161.13585,968.9613,230.50916,2138.541,1821.255,19.385948,24.891418,2111.767,23.715292,38.998352,508.28766,69.49457,109.213745,50.3085,216.24919,313.44388,464.00888,9.005262,69.64609,298.82767,439.99747,13.40773,112.35738,14.553707,1.6620713,53.417698,1.1261528,1.2766191,4.4264054,12.298996,62.371986,22.99198,19.252956,320.36313,72.44142,43.1515,57.365257,18.2683,61.07426,11.980019,6.5893326,15.155175,95.24234,38.71011,16.791569,35.773163,10.685517,20.692644,23.042046,1.5617917,88.11157,14.925114,235.66856,9.442872,371.8272,20.969366,789.39624,184.43097,4.874326,11.699682,200.7059,274.48373,1102.1964,687.2506 +2023-12-05 06:00:00,0.0,3314.628,67.73418,29.691238,77.15223,47.392662,325.02823,41.794563,81.665054,21.881588,49.882736,357.90033,101.35148,23.04463,163.52623,0.32778454,0.10031452,63.469948,2.3193078,13.449213,1004.4785,14.615068,1211.8513,135.57678,2.488346,34.686207,624.3372,51.504963,486.8557,214.18945,4063.9878,9.428428,2718.7534,107.05526,3.9219043,5.461493,20.343689,246.0408,299.00113,167.39796,51.35484,37.804585,11.472116,781.0295,71.229256,42.579613,10.815736,483.30487,14.338302,550.8474,5.992464,38.787697,0.0,768.03503,2166.0757,0.24625193,166.6881,17.178383,12954.402,25.94102,0.80481946,8.466782,21.931126,6.1328382,1.9054837,12.184601,299.8783,74.30421,8.656256,0.6433056,2.1312637,113.70627,1.7720352,147.22176,256.5121,2053.9197,443.9977,95.94475,164.26076,327.72345,14.127477,16.42474,208.22694,24.501461,33.96295,12.294598,19.706741,156.50807,15.350147,11.292056,49.174297,13.335018,3722.0916,18.897345,21.51008,16.23465,10.557364,201.70256,41.10329,16.483871,6.7935963,7.7645793,12.711622,56.690144,104.84534,29.870363,158.24251,19.92989,4.9685783,49.028294,35.702457,72.20459,92.32562,11.846628,2.836492,7.250505,18.170807,2320.0986,9.915676,2.4133775,49.595898,12.831561,136.89471,78.316666,116.99866,4.1689577,69.579636,432.29617,336.35474,30.40415,341.73682,49.365055,53.381527,72.46975,41.976265,6.779263,27.602978,497.4209,0.90421253,2.0538414,130.30547,23.988478,9.364542,14.894886,18.968866,179.05678,59.279938,161.13799,969.6446,230.30717,2137.8699,1820.9736,19.375362,24.872343,2111.1804,23.715172,38.967808,508.1866,69.44952,109.15101,50.275597,216.1005,313.37152,463.96698,8.999826,69.60965,298.6288,439.89838,13.402993,112.324715,14.548051,1.6619412,53.427032,1.1259329,1.2763228,4.424371,12.297204,62.32442,22.986052,19.25645,320.81744,72.41196,43.13249,57.336693,18.262327,61.110886,11.980645,6.6218014,15.14879,95.20803,38.68673,16.822382,35.789417,10.684879,20.738825,23.067875,1.5612793,88.07596,14.918144,235.64777,9.439766,371.7147,20.97151,789.74414,184.35155,4.8716755,11.697865,200.6363,274.3588,1101.9498,687.54254 +2023-12-05 07:00:00,0.0,3313.3997,67.70134,29.659878,77.10534,47.37004,324.94418,41.775974,81.62027,21.877222,49.849644,357.71173,101.40175,23.032911,163.35965,0.32785565,0.10086113,63.45075,2.34064,13.467006,1003.9057,14.61249,1211.2065,135.5604,2.5070603,34.70699,623.9968,51.53329,487.3968,214.2512,4062.0083,9.463261,2718.9365,107.32423,3.9429274,5.4804063,20.436066,246.02051,298.98032,167.89609,51.33871,37.78297,11.470883,780.5997,71.44907,42.5933,10.810225,483.4107,14.335059,550.9175,5.9923167,38.77253,0.0,767.9956,2165.4219,0.24626127,166.56877,17.173899,12949.612,25.940643,0.8050903,8.462628,21.921211,6.1343536,1.9056803,12.1789875,299.77814,74.273964,8.65025,0.6433017,2.1321132,113.71221,1.7708973,147.20708,256.32593,2053.4019,443.631,95.930046,164.2388,328.41034,14.165267,16.448782,208.95609,24.548903,34.031025,12.291315,19.706326,156.55989,15.3427105,11.290431,49.177994,13.339598,3722.5369,18.896011,21.507729,16.233757,10.555854,201.80609,41.117237,16.495968,6.794419,7.762611,12.714302,56.688717,104.7979,29.872278,158.27635,19.92729,4.967732,49.021156,35.687386,72.157074,92.359825,11.860949,2.8346438,7.2734346,18.163261,2319.2888,9.93203,2.4108992,49.554356,12.829334,136.8683,78.33056,116.97864,4.1745467,69.60689,432.14084,336.212,30.397556,341.5816,49.417652,53.37269,72.46524,42.053703,6.7886553,27.62202,497.40707,0.9074492,2.0594118,130.4131,23.988785,9.363437,14.909699,18.977938,179.17233,59.31712,161.14012,970.3279,230.10521,2137.199,1820.6921,19.364779,24.853266,2110.594,23.715054,38.937263,508.0856,69.404465,109.08827,50.242695,215.95181,313.29913,463.92505,8.9943905,69.573204,298.43,439.79926,13.398256,112.29204,14.542395,1.6618109,53.436367,1.125713,1.2760266,4.422336,12.295412,62.276855,22.980124,19.259947,321.2718,72.3825,43.11348,57.308132,18.256357,61.147514,11.981273,6.65427,15.142406,95.17372,38.66335,16.853195,35.80567,10.68424,20.785004,23.093704,1.5607669,88.040344,14.911175,235.62697,9.436661,371.60217,20.973654,790.09204,184.27213,4.8690248,11.696048,200.56671,274.2339,1101.7032,687.8344 +2023-12-05 08:00:00,0.0,3312.1711,67.6685,29.628517,77.05844,47.34742,324.8601,41.757385,81.57549,21.872854,49.816547,357.5231,101.45202,23.02119,163.19305,0.32792675,0.101407744,63.43155,2.3619723,13.4847975,1003.3328,14.609912,1210.5619,135.544,2.5257747,34.727776,623.65643,51.56162,487.93787,214.31296,4060.0288,9.498093,2719.1194,107.59319,3.9639504,5.4993196,20.528442,246.00021,298.9595,168.39421,51.322582,37.76136,11.469651,780.1699,71.6689,42.60699,10.804713,483.5166,14.331818,550.9876,5.9921694,38.757362,0.0,767.9562,2164.7683,0.24627061,166.44945,17.169416,12944.823,25.940268,0.80536115,8.458474,21.911295,6.1358695,1.9058768,12.173374,299.67798,74.24372,8.644245,0.64329785,2.132963,113.718155,1.7697593,147.19238,256.13977,2052.8838,443.26434,95.915344,164.21684,329.0972,14.203057,16.472824,209.68524,24.596344,34.0991,12.288033,19.70591,156.61171,15.335275,11.288807,49.18169,13.344178,3722.9822,18.894678,21.505377,16.232866,10.554344,201.90962,41.131184,16.508064,6.795242,7.7606425,12.716983,56.687294,104.75046,29.874193,158.3102,19.924688,4.9668856,49.01402,35.67231,72.10956,92.39402,11.875268,2.8327959,7.2963643,18.155716,2318.4788,9.948383,2.4084206,49.512814,12.827108,136.8419,78.344444,116.95862,4.1801353,69.63414,431.9855,336.0693,30.390963,341.42642,49.47025,53.363853,72.460724,42.13114,6.798047,27.641062,497.39325,0.91068584,2.064982,130.52075,23.989094,9.362331,14.924512,18.987011,179.28789,59.3543,161.14226,971.0112,229.90323,2136.528,1820.4106,19.354193,24.834188,2110.0073,23.714935,38.90672,507.9846,69.359406,109.02554,50.209793,215.80312,313.22678,463.88315,8.988955,69.536766,298.23114,439.70013,13.393519,112.25937,14.536738,1.6616806,53.4457,1.125493,1.2757304,4.420301,12.29362,62.229294,22.974194,19.263441,321.72614,72.35304,43.09447,57.27957,18.250385,61.18414,11.9819,6.6867385,15.136022,95.13941,38.63997,16.884008,35.821926,10.683602,20.831182,23.119534,1.5602545,88.00473,14.904205,235.60617,9.433555,371.48965,20.975798,790.43994,184.1927,4.8663735,11.69423,200.4971,274.10898,1101.4567,688.1263 +2023-12-05 09:00:00,0.0,3310.9429,67.63566,29.597157,77.01155,47.3248,324.77603,41.7388,81.53071,21.868488,49.783455,357.3345,101.50229,23.009472,163.02646,0.32799786,0.101954356,63.41235,2.3833046,13.502589,1002.75995,14.607334,1209.9171,135.52762,2.5444891,34.74856,623.316,51.58995,488.47894,214.37471,4058.049,9.532925,2719.3022,107.86216,3.9849737,5.5182333,20.620821,245.9799,298.9387,168.89233,51.30645,37.739746,11.468418,779.7401,71.88872,42.620678,10.799202,483.62247,14.328575,551.0577,5.992022,38.742195,0.0,767.91675,2164.1145,0.24627995,166.33012,17.164932,12940.034,25.939892,0.805632,8.45432,21.90138,6.137385,1.9060732,12.167761,299.57782,74.213486,8.63824,0.643294,2.1338127,113.7241,1.7686214,147.1777,255.95363,2052.366,442.89764,95.900635,164.1949,329.7841,14.240848,16.496864,210.41438,24.643785,34.16717,12.28475,19.705494,156.66353,15.327839,11.287183,49.18539,13.348758,3723.4275,18.893345,21.503025,16.231974,10.5528345,202.01315,41.14513,16.52016,6.7960644,7.758674,12.719663,56.685867,104.70302,29.876108,158.34404,19.922087,4.966039,49.006878,35.657234,72.06204,92.42822,11.889588,2.8309476,7.3192945,18.14817,2317.669,9.964737,2.405942,49.471268,12.8248825,136.81549,78.35834,116.9386,4.1857243,69.66139,431.83017,335.92657,30.384369,341.2712,49.52285,53.355015,72.45621,42.208584,6.8074393,27.660103,497.37946,0.9139225,2.0705523,130.62839,23.9894,9.361226,14.939325,18.996084,179.40344,59.391483,161.1444,971.69446,229.70125,2135.8572,1820.1293,19.343609,24.815111,2109.4207,23.714817,38.876175,507.88358,69.314354,108.96281,50.17689,215.65443,313.15442,463.84125,8.983519,69.50032,298.03232,439.601,13.3887825,112.2267,14.531082,1.6615503,53.455036,1.1252732,1.2754341,4.4182663,12.291827,62.18173,22.968266,19.266935,322.18048,72.323586,43.075462,57.251007,18.244413,61.220768,11.982528,6.7192073,15.129638,95.105095,38.616592,16.91482,35.83818,10.682963,20.877361,23.14536,1.5597421,87.96912,14.897236,235.58537,9.4304495,371.37714,20.97794,790.78784,184.11328,4.863723,11.692412,200.4275,273.98404,1101.2101,688.4182 +2023-12-05 10:00:00,0.0,3309.7146,67.60282,29.565796,76.96466,47.302177,324.692,41.72021,81.48592,21.86412,49.750362,357.14587,101.55256,22.997753,162.85986,0.32806897,0.102500975,63.393154,2.4046369,13.520382,1002.18713,14.604755,1209.2723,135.51122,2.5632036,34.769344,622.9756,51.61828,489.02,214.43646,4056.0696,9.567758,2719.485,108.13113,4.0059967,5.5371466,20.7132,245.95961,298.91785,169.39044,51.29032,37.718132,11.467186,779.3103,72.10854,42.63437,10.793692,483.7283,14.325333,551.1278,5.9918747,38.727024,0.0,767.8773,2163.4607,0.2462893,166.21078,17.160448,12935.245,25.939516,0.8059028,8.450167,21.891466,6.1389008,1.9062697,12.162148,299.47766,74.18324,8.632235,0.6432901,2.1346622,113.73005,1.7674835,147.16301,255.76747,2051.848,442.53094,95.88593,164.17294,330.47095,14.278638,16.520906,211.14352,24.691227,34.235245,12.281467,19.705078,156.71536,15.320403,11.285559,49.189087,13.353338,3723.8728,18.892012,21.500671,16.231083,10.551325,202.11667,41.159077,16.532259,6.7968874,7.7567058,12.722343,56.684444,104.65558,29.878023,158.37787,19.919485,4.965193,48.99974,35.642162,72.01453,92.46242,11.903908,2.8290997,7.342224,18.140625,2316.8591,9.9810915,2.4034634,49.429726,12.822657,136.78908,78.37222,116.91858,4.1913133,69.688644,431.67484,335.78384,30.377775,341.11603,49.575447,53.34618,72.4517,42.286022,6.816831,27.679146,497.36563,0.91715914,2.0761228,130.73602,23.989708,9.360121,14.954139,19.005157,179.519,59.42866,161.14653,972.3777,229.49927,2135.186,1819.8478,19.333025,24.796036,2108.834,23.714697,38.84563,507.78256,69.2693,108.90007,50.14399,215.50574,313.08206,463.79935,8.978083,69.46388,297.83347,439.50192,13.384046,112.19403,14.525426,1.6614201,53.46437,1.1250533,1.2751379,4.416231,12.290035,62.134163,22.962337,19.27043,322.6348,72.29413,43.056454,57.222446,18.238441,61.257393,11.983154,6.751676,15.123253,95.070786,38.593212,16.945633,35.854435,10.682325,20.92354,23.17119,1.5592297,87.9335,14.890267,235.56456,9.427343,371.26462,20.980083,791.13574,184.03386,4.8610716,11.690596,200.3579,273.85913,1100.9635,688.7101 +2023-12-05 11:00:00,0.0,3308.4863,67.569984,29.534435,76.91776,47.279556,324.6079,41.701622,81.44114,21.859755,49.717266,356.95728,101.60284,22.986034,162.69327,0.32814008,0.10304759,63.373955,2.4259691,13.538174,1001.61426,14.602178,1208.6276,135.49483,2.5819178,34.79013,622.6352,51.646606,489.56107,214.49821,4054.09,9.60259,2719.668,108.40009,4.02702,5.55606,20.805576,245.93932,298.89703,169.88857,51.274193,37.69652,11.465953,778.88055,72.32837,42.648056,10.78818,483.83417,14.322091,551.1979,5.9917274,38.711857,0.0,767.8379,2162.8071,0.24629863,166.09146,17.155966,12930.456,25.93914,0.8061736,8.4460125,21.881554,6.140416,1.9064662,12.156535,299.3775,74.153,8.626229,0.6432862,2.1355119,113.73599,1.7663455,147.14832,255.58131,2051.33,442.16428,95.87123,164.15099,331.15784,14.316428,16.544949,211.87268,24.738668,34.303318,12.278185,19.704662,156.76718,15.312966,11.283935,49.192783,13.357918,3724.318,18.890678,21.49832,16.230192,10.549814,202.2202,41.173023,16.544355,6.7977104,7.754737,12.725023,56.68302,104.60814,29.879938,158.41171,19.916885,4.9643464,48.992603,35.627087,71.96701,92.49662,11.918228,2.8272514,7.365154,18.13308,2316.0493,9.997445,2.4009848,49.388184,12.820431,136.76268,78.386116,116.89856,4.1969023,69.7159,431.5195,335.64114,30.371181,340.96085,49.628048,53.337345,72.44718,42.36346,6.8262234,27.698187,497.35184,0.9203958,2.081693,130.84366,23.990015,9.359016,14.968951,19.01423,179.63455,59.465843,161.14867,973.06104,229.29729,2134.5151,1819.5664,19.32244,24.776958,2108.2473,23.714579,38.815086,507.68152,69.22424,108.83733,50.111088,215.35706,313.0097,463.75742,8.972648,69.427444,297.63464,439.4028,13.379309,112.161354,14.51977,1.6612898,53.473705,1.1248333,1.2748415,4.4141965,12.288243,62.086597,22.95641,19.273924,323.08914,72.26467,43.037445,57.193886,18.23247,61.294018,11.983782,6.7841444,15.116868,95.036476,38.56983,16.976446,35.87069,10.681686,20.969719,23.19702,1.5587173,87.897896,14.883298,235.54376,9.424238,371.1521,20.982227,791.48364,183.95444,4.858421,11.688778,200.2883,273.7342,1100.7169,689.00195 +2023-12-05 12:00:00,0.0,3307.258,67.53714,29.503075,76.87087,47.256935,324.52386,41.683037,81.396355,21.855389,49.684174,356.76868,101.65311,22.974314,162.52667,0.3282112,0.1035942,63.354755,2.4473014,13.555965,1001.04144,14.5996,1207.9829,135.47844,2.6006322,34.810917,622.29474,51.67494,490.10214,214.55997,4052.1106,9.637422,2719.851,108.66906,4.048043,5.574973,20.897955,245.91902,298.87622,170.38669,51.258064,37.674908,11.464721,778.45074,72.54819,42.661747,10.782669,483.94006,14.318849,551.268,5.99158,38.69669,0.0,767.79846,2162.1533,0.24630797,165.97214,17.151482,12925.666,25.938766,0.80644447,8.441858,21.871637,6.1419315,1.9066627,12.150922,299.27734,74.12276,8.620224,0.64328235,2.1363616,113.741936,1.7652076,147.13364,255.39516,2050.812,441.79758,95.85652,164.12903,331.8447,14.3542185,16.568989,212.60182,24.786112,34.37139,12.274901,19.704247,156.819,15.305531,11.2823105,49.196484,13.362498,3724.7634,18.889345,21.495968,16.2293,10.548305,202.32373,41.186974,16.556452,6.798533,7.7527685,12.727704,56.681595,104.5607,29.881855,158.44556,19.914284,4.9635,48.985462,35.612015,71.919495,92.530815,11.932548,2.8254032,7.3880835,18.125536,2315.2393,10.013799,2.3985062,49.346638,12.818204,136.73627,78.4,116.87854,4.202491,69.74315,431.36417,335.4984,30.364588,340.80563,49.680645,53.328506,72.442665,42.440903,6.835615,27.71723,497.338,0.92363244,2.0872633,130.95131,23.990322,9.357911,14.983765,19.023304,179.7501,59.503025,161.1508,973.74426,229.0953,2133.8442,1819.2849,19.311855,24.757881,2107.6606,23.71446,38.784542,507.5805,69.17919,108.7746,50.078186,215.20837,312.93735,463.7155,8.967212,69.391,297.4358,439.30368,13.374572,112.128685,14.514112,1.6611595,53.48304,1.1246135,1.2745453,4.4121614,12.286451,62.039036,22.950481,19.277418,323.5435,72.235214,43.018436,57.16532,18.226498,61.330647,11.984409,6.816613,15.110484,95.00217,38.54645,17.00726,35.886948,10.681048,21.015898,23.222849,1.5582049,87.86228,14.876328,235.52296,9.421132,371.03958,20.984371,791.83154,183.87502,4.85577,11.68696,200.2187,273.60928,1100.4703,689.2939 +2023-12-05 13:00:00,0.0,3306.0298,67.5043,29.471716,76.82398,47.234314,324.4398,41.664448,81.35157,21.85102,49.651077,356.58005,101.70338,22.962595,162.36008,0.3282823,0.10414081,63.335556,2.4686337,13.573758,1000.46857,14.597021,1207.3381,135.46205,2.6193466,34.8317,621.95435,51.703266,490.64322,214.62172,4050.131,9.672255,2720.034,108.93803,4.069066,5.5938864,20.990332,245.89873,298.85538,170.8848,51.241936,37.653294,11.463489,778.02094,72.76801,42.675434,10.777159,484.0459,14.315606,551.33813,5.991432,38.681522,0.0,767.75903,2161.4995,0.24631731,165.85281,17.147,12920.877,25.93839,0.80671525,8.437705,21.861723,6.1434474,1.9068592,12.1453085,299.1772,74.092514,8.614219,0.6432785,2.137211,113.74788,1.7640697,147.11894,255.209,2050.2942,441.43088,95.84182,164.10709,332.5316,14.392009,16.59303,213.33098,24.833553,34.439465,12.271619,19.70383,156.87082,15.298095,11.280685,49.20018,13.367078,3725.2087,18.88801,21.493616,16.228409,10.546795,202.42726,41.20092,16.568548,6.799356,7.7508,12.730384,56.680172,104.51326,29.88377,158.4794,19.911682,4.9626536,48.978325,35.59694,71.87198,92.56502,11.946868,2.8235552,7.4110136,18.11799,2314.4294,10.030152,2.3960278,49.305096,12.815978,136.70987,78.41389,116.85852,4.20808,69.7704,431.20883,335.35568,30.357994,340.65045,49.733242,53.31967,72.438156,42.51834,6.8450074,27.73627,497.3242,0.9268691,2.0928338,131.05894,23.99063,9.356806,14.998578,19.032377,179.86566,59.540203,161.15295,974.4276,228.89333,2133.1733,1819.0035,19.30127,24.738804,2107.074,23.714342,38.753998,507.4795,69.13414,108.71186,50.045284,215.05968,312.865,463.6736,8.961776,69.35456,297.23697,439.20456,13.369836,112.096016,14.508456,1.6610293,53.492374,1.1243936,1.2742491,4.4101267,12.284659,61.99147,22.944553,19.280914,323.99783,72.20576,42.999424,57.13676,18.220528,61.36727,11.985036,6.849082,15.104099,94.96786,38.523075,17.038073,35.903202,10.680409,21.062077,23.248676,1.5576925,87.82667,14.869359,235.50217,9.418027,370.9271,20.986515,792.17944,183.7956,4.853119,11.685143,200.1491,273.48438,1100.2238,689.58575 +2023-12-05 14:00:00,0.0,3304.8015,67.471466,29.440355,76.777084,47.211693,324.35574,41.64586,81.30679,21.846655,49.617985,356.39145,101.75365,22.950876,162.19348,0.3283534,0.10468742,63.316357,2.4899662,13.59155,999.89575,14.594443,1206.6934,135.44566,2.6380608,34.852486,621.6139,51.731594,491.1843,214.68346,4048.1514,9.707087,2720.2168,109.20699,4.0900893,5.6127996,21.08271,245.87842,298.83456,171.38292,51.225807,37.631683,11.4622555,777.5912,72.98783,42.689125,10.771647,484.1518,14.312365,551.4082,5.991285,38.666355,0.0,767.71954,2160.846,0.24632666,165.73349,17.142515,12916.088,25.938015,0.8069861,8.433551,21.851807,6.144963,1.9070556,12.139695,299.07703,74.06227,8.608214,0.64327455,2.1380608,113.75382,1.7629317,147.10425,255.02284,2049.7761,441.0642,95.82712,164.08513,333.21844,14.429799,16.617073,214.06012,24.880995,34.507538,12.268336,19.703415,156.92264,15.290659,11.279061,49.203876,13.371658,3725.6543,18.886677,21.491264,16.227516,10.545284,202.53078,41.214867,16.580645,6.8001785,7.7488317,12.733065,56.67875,104.46582,29.885685,158.51323,19.909082,4.9618073,48.971188,35.581867,71.82447,92.59921,11.961187,2.821707,7.4339433,18.110445,2313.6196,10.046506,2.3935492,49.26355,12.813752,136.68346,78.42778,116.8385,4.213669,69.79765,431.0535,335.21298,30.3514,340.49527,49.785843,53.310833,72.43364,42.595783,6.854399,27.755314,497.3104,0.93010575,2.098404,131.16658,23.990936,9.3557005,15.013391,19.04145,179.98123,59.577385,161.15509,975.11084,228.69135,2132.5022,1818.722,19.290686,24.719728,2106.4873,23.714224,38.723454,507.37848,69.08909,108.64913,50.012383,214.911,312.79263,463.63168,8.95634,69.318115,297.03812,439.10544,13.365099,112.06335,14.5028,1.660899,53.50171,1.1241736,1.2739528,4.408092,12.282867,61.943905,22.938625,19.284409,324.45218,72.1763,42.980415,57.1082,18.214556,61.403896,11.985663,6.8815503,15.097715,94.93355,38.499695,17.068886,35.919456,10.679771,21.108255,23.274506,1.55718,87.79105,14.86239,235.48137,9.414921,370.81458,20.988657,792.5273,183.71617,4.850468,11.683326,200.0795,273.35944,1099.9773,689.8776 +2023-12-05 15:00:00,0.0,3303.573,67.43862,29.408995,76.730194,47.189075,324.27167,41.627274,81.26201,21.842287,49.584892,356.20282,101.80392,22.939156,162.0269,0.3284245,0.105234034,63.297157,2.5112984,13.609342,999.3229,14.591866,1206.0486,135.42928,2.6567752,34.873272,621.2735,51.759926,491.72534,214.74521,4046.1719,9.741919,2720.3997,109.47596,4.1111126,5.631713,21.175089,245.85812,298.81375,171.88104,51.20968,37.61007,11.461023,777.1614,73.20766,42.702812,10.766136,484.25766,14.309122,551.47833,5.9911375,38.651188,0.0,767.6801,2160.1921,0.246336,165.61417,17.138033,12911.299,25.93764,0.80725694,8.429398,21.841892,6.1464787,1.9072522,12.134083,298.97687,74.03203,8.602209,0.6432707,2.1389105,113.759766,1.7617939,147.08957,254.8367,2049.2583,440.6975,95.81241,164.06317,333.90533,14.467589,16.641115,214.78926,24.928436,34.57561,12.265054,19.703,156.97447,15.283222,11.277437,49.207577,13.376238,3726.0996,18.885344,21.48891,16.226625,10.543775,202.63431,41.228813,16.592741,6.8010015,7.7468634,12.735744,56.677322,104.41837,29.8876,158.54707,19.90648,4.960961,48.964046,35.56679,71.776955,92.633415,11.975508,2.819859,7.456873,18.1029,2312.8098,10.0628605,2.3910706,49.222008,12.811526,136.65706,78.441666,116.81848,4.219258,69.8249,430.89816,335.07025,30.344807,340.34006,49.83844,53.302,72.42912,42.67322,6.8637915,27.774355,497.29657,0.9333424,2.1039743,131.27422,23.991243,9.354595,15.028204,19.050524,180.09679,59.614567,161.15723,975.7942,228.48936,2131.8313,1818.4407,19.2801,24.700651,2105.9006,23.714104,38.69291,507.27747,69.04403,108.586395,49.97948,214.7623,312.72025,463.58978,8.950904,69.28168,296.8393,439.00635,13.360362,112.03067,14.497144,1.6607687,53.511044,1.1239538,1.2736566,4.406057,12.281075,61.89634,22.932697,19.287903,324.9065,72.14684,42.961407,57.079636,18.208584,61.440525,11.986291,6.914019,15.091331,94.89924,38.476315,17.099699,35.93571,10.679133,21.154434,23.300335,1.5566677,87.75544,14.85542,235.46057,9.411816,370.70206,20.9908,792.8752,183.63675,4.847817,11.681508,200.00989,273.23453,1099.7307,690.16956 +2023-12-05 16:00:00,0.0,3302.3447,67.405785,29.377634,76.683304,47.166454,324.18762,41.608685,81.217224,21.837921,49.551796,356.01422,101.854195,22.927437,161.8603,0.32849562,0.105780646,63.277958,2.5326307,13.627134,998.75,14.589287,1205.4038,135.41289,2.6754897,34.89406,620.9331,51.788254,492.26642,214.80696,4044.1924,9.7767515,2720.5825,109.74493,4.1321354,5.650626,21.267467,245.83783,298.7929,172.37915,51.19355,37.588455,11.45979,776.73157,73.427475,42.716503,10.760626,484.36353,14.30588,551.5484,5.99099,38.63602,0.0,767.6407,2159.5383,0.24634534,165.49483,17.133549,12906.509,25.937263,0.8075278,8.425243,21.83198,6.147994,1.9074486,12.128469,298.8767,74.00179,8.596204,0.6432668,2.13976,113.76571,1.7606559,147.07487,254.65054,2048.7402,440.3308,95.79771,164.04121,334.5922,14.50538,16.665155,215.51842,24.975878,34.643684,12.261771,19.702583,157.02629,15.275786,11.275813,49.211273,13.380818,3726.545,18.88401,21.486559,16.225733,10.542265,202.73784,41.24276,16.60484,6.8018246,7.7448945,12.738425,56.6759,104.37093,29.889515,158.58092,19.90388,4.9601145,48.95691,35.55172,71.72944,92.66761,11.989827,2.8180108,7.4798026,18.095354,2312.0,10.079214,2.388592,49.180466,12.809299,136.63065,78.45556,116.79846,4.224847,69.85215,430.74283,334.92752,30.338211,340.18488,49.89104,53.29316,72.424614,42.75066,6.8731833,27.793398,497.28278,0.93657905,2.1095448,131.38185,23.99155,9.35349,15.043017,19.059597,180.21234,59.65175,161.15936,976.4775,228.28738,2131.1604,1818.1592,19.269516,24.681574,2105.3142,23.713985,38.662365,507.17642,68.99898,108.52366,49.94658,214.61362,312.6479,463.54788,8.945468,69.24523,296.64044,438.90723,13.355625,111.998,14.4914875,1.6606385,53.52038,1.1237339,1.2733604,4.404022,12.279283,61.848778,22.92677,19.291397,325.36084,72.11738,42.942398,57.051075,18.202612,61.47715,11.9869175,6.946488,15.084947,94.86493,38.452934,17.130512,35.951965,10.678494,21.200613,23.326164,1.5561553,87.719826,14.848451,235.43976,9.40871,370.58954,20.992945,793.2231,183.55733,4.845166,11.679691,199.94029,273.1096,1099.4841,690.4614 +2023-12-05 17:00:00,0.0,3301.1165,67.37295,29.346273,76.636406,47.143833,324.10355,41.590096,81.17244,21.833553,49.518703,355.8256,101.904465,22.915718,161.69371,0.32856676,0.106327266,63.25876,2.553963,13.644926,998.1772,14.586709,1204.7592,135.39648,2.6942039,34.91484,620.59265,51.81658,492.8075,214.86871,4042.213,9.8115835,2720.7656,110.0139,4.1531587,5.66954,21.359844,245.81754,298.7721,172.87727,51.177418,37.566845,11.458558,776.30176,73.6473,42.730194,10.755115,484.46942,14.302638,551.6185,5.990843,38.620853,0.0,767.60126,2158.8848,0.24635468,165.3755,17.129065,12901.72,25.936888,0.80779856,8.421089,21.822063,6.1495094,1.9076451,12.122856,298.77655,73.97155,8.5901985,0.6432629,2.1406097,113.77165,1.7595179,147.06018,254.46439,2048.2224,439.96414,95.783005,164.01927,335.27908,14.54317,16.689198,216.24756,25.02332,34.711758,12.258489,19.702168,157.07811,15.268351,11.274189,49.21497,13.385398,3726.9902,18.882677,21.484207,16.224842,10.540755,202.84135,41.256706,16.616936,6.802647,7.742926,12.741105,56.674477,104.323494,29.891432,158.61476,19.90128,4.959268,48.94977,35.536644,71.68192,92.70181,12.004148,2.8161628,7.5027328,18.087809,2311.19,10.095568,2.3861134,49.13892,12.807074,136.60425,78.469444,116.77844,4.2304354,69.8794,430.5875,334.78482,30.331617,340.0297,49.943638,53.284325,72.4201,42.828102,6.8825755,27.812439,497.26895,0.9398157,2.1151152,131.4895,23.991858,9.352385,15.05783,19.06867,180.3279,59.688927,161.1615,977.16077,228.0854,2130.4895,1817.8778,19.258932,24.662497,2104.7275,23.713867,38.63182,507.0754,68.953926,108.46092,49.913677,214.46494,312.57553,463.50598,8.940032,69.20879,296.44162,438.8081,13.350888,111.96533,14.485831,1.6605083,53.529713,1.123514,1.2730641,4.401987,12.277491,61.801212,22.92084,19.294891,325.8152,72.08792,42.92339,57.022514,18.19664,61.51378,11.987545,6.978956,15.078562,94.83061,38.429554,17.161325,35.96822,10.677856,21.246792,23.351994,1.5556428,87.68421,14.841481,235.41896,9.405604,370.47702,20.995089,793.571,183.4779,4.842515,11.677874,199.8707,272.98468,1099.2375,690.7533 +2023-12-05 18:00:00,0.0,3299.8882,67.3401,29.314913,76.589516,47.121212,324.01947,41.57151,81.127655,21.829187,49.48561,355.637,101.954735,22.904,161.52711,0.32863787,0.10687388,63.23956,2.5752952,13.662718,997.6043,14.584131,1204.1144,135.3801,2.7129183,34.935627,620.25226,51.844913,493.34857,214.93047,4040.2332,9.8464155,2720.9485,110.28287,4.174182,5.688453,21.45222,245.79724,298.75128,173.3754,51.16129,37.54523,11.457325,775.872,73.86713,42.74388,10.749603,484.57526,14.299396,551.6886,5.9906955,38.605682,0.0,767.56177,2158.231,0.24636403,165.25618,17.124582,12896.931,25.936514,0.8080694,8.416936,21.81215,6.1510253,1.9078417,12.117243,298.6764,73.94131,8.584193,0.64325905,2.1414595,113.777596,1.75838,147.0455,254.27823,2047.7045,439.59744,95.768295,163.99731,335.96594,14.58096,16.71324,216.97672,25.07076,34.77983,12.255206,19.701752,157.12993,15.260914,11.272564,49.218666,13.389978,3727.4355,18.881344,21.481855,16.22395,10.539245,202.94489,41.270657,16.629032,6.80347,7.7409577,12.743786,56.67305,104.276054,29.893347,158.64859,19.898678,4.9584217,48.94263,35.521572,71.63441,92.73601,12.018467,2.8143146,7.5256624,18.080263,2310.3801,10.111921,2.3836348,49.097378,12.804848,136.57784,78.48334,116.75842,4.2360244,69.906654,430.43216,334.6421,30.325024,339.87448,49.996235,53.275486,72.41558,42.90554,6.8919673,27.83148,497.25513,0.94305235,2.1206853,131.59714,23.992165,9.351279,15.072643,19.077744,180.44345,59.72611,161.16364,977.844,227.88342,2129.8184,1817.5963,19.248346,24.643421,2104.1409,23.713749,38.601276,506.9744,68.90887,108.398186,49.880775,214.31624,312.50317,463.46405,8.934596,69.17235,296.24277,438.70898,13.346151,111.93266,14.480175,1.660378,53.539047,1.1232941,1.2727679,4.3999524,12.275699,61.753647,22.914911,19.298388,326.26953,72.058464,42.90438,56.99395,18.190668,61.550404,11.988173,7.011425,15.072178,94.7963,38.406178,17.192137,35.984474,10.6772175,21.29297,23.377821,1.5551305,87.6486,14.834512,235.39816,9.402498,370.3645,20.99723,793.9189,183.39848,4.8398643,11.676056,199.80109,272.85974,1098.991,691.0452 +2023-12-05 19:00:00,0.0,3298.66,67.30727,29.283552,76.542625,47.09859,323.93542,41.55292,81.08287,21.82482,49.452515,355.44836,102.005005,22.892279,161.36052,0.32870898,0.10742049,63.22036,2.5966275,13.6805105,997.0315,14.5815525,1203.4696,135.36371,2.7316327,34.956413,619.9118,51.87324,493.88962,214.99222,4038.2537,9.881248,2721.1313,110.551834,4.1952047,5.7073665,21.544598,245.77693,298.73047,173.8735,51.14516,37.523617,11.456093,775.4422,74.086945,42.757572,10.744092,484.68112,14.296154,551.7587,5.990548,38.590515,0.0,767.52234,2157.5771,0.24637336,165.13686,17.120098,12892.142,25.936138,0.80834025,8.412782,21.802235,6.1525407,1.9080381,12.1116295,298.57623,73.911064,8.578188,0.6432552,2.142309,113.78354,1.7572421,147.0308,254.09207,2047.1865,439.23074,95.75359,163.97536,336.65283,14.618751,16.73728,217.70586,25.118202,34.847904,12.251924,19.701336,157.18175,15.253478,11.27094,49.222366,13.394558,3727.8809,18.88001,21.479504,16.223059,10.537735,203.04842,41.284603,16.641129,6.8042927,7.7389894,12.746466,56.671627,104.228615,29.895262,158.68243,19.896076,4.9575753,48.935493,35.506496,71.58689,92.77021,12.032787,2.8124664,7.548592,18.072718,2309.5703,10.128276,2.3811564,49.055836,12.802622,136.55144,78.49722,116.7384,4.2416134,69.93391,430.27682,334.49936,30.31843,339.7193,50.048836,53.26665,72.41107,42.98298,6.9013596,27.850523,497.24133,0.946289,2.1262558,131.70477,23.992472,9.350174,15.087457,19.086817,180.559,59.76329,161.16577,978.5273,227.68144,2129.1475,1817.315,19.237762,24.624344,2103.5542,23.71363,38.570732,506.87338,68.863815,108.33545,49.847874,214.16756,312.43082,463.42215,8.92916,69.13591,296.04395,438.6099,13.341414,111.89999,14.474519,1.6602477,53.54838,1.1230742,1.2724717,4.3979173,12.273907,61.70608,22.908983,19.301882,326.72385,72.02901,42.88537,56.96539,18.184698,61.58703,11.9888,7.043894,15.065793,94.76199,38.382797,17.22295,36.00073,10.676579,21.339151,23.40365,1.5546181,87.61298,14.827542,235.37737,9.399393,370.25198,20.999374,794.2668,183.31906,4.8372135,11.674239,199.73149,272.73483,1098.7444,691.3371 +2023-12-05 20:00:00,0.0,3297.4316,67.27443,29.252192,76.49573,47.07597,323.85135,41.534332,81.03809,21.820454,49.419422,355.25977,102.055275,22.88056,161.19392,0.32878008,0.1079671,63.201164,2.6179597,13.698302,996.4586,14.578975,1202.8248,135.34732,2.7503471,34.977196,619.5714,51.90157,494.4307,215.05397,4036.2742,9.91608,2721.3142,110.8208,4.216228,5.7262797,21.636978,245.75664,298.70963,174.37163,51.129032,37.502007,11.45486,775.0124,74.30677,42.77126,10.738582,484.787,14.292912,551.8288,5.990401,38.575348,0.0,767.4829,2156.9236,0.2463827,165.01753,17.115616,12887.353,25.935762,0.80861104,8.4086275,21.79232,6.1540565,1.9082346,12.106016,298.47607,73.88082,8.572183,0.6432513,2.1431587,113.78948,1.7561041,147.01613,253.90591,2046.6686,438.86407,95.73889,163.9534,337.3397,14.656541,16.761322,218.435,25.165646,34.915977,12.248641,19.70092,157.23358,15.246042,11.269316,49.226063,13.399138,3728.3262,18.878677,21.47715,16.222166,10.536225,203.15195,41.29855,16.653225,6.8051157,7.737021,12.7491455,56.6702,104.181175,29.897177,158.71628,19.893475,4.956729,48.928356,35.491425,71.539375,92.804405,12.047107,2.8106184,7.5715218,18.065172,2308.7605,10.1446295,2.3786778,49.01429,12.800396,136.52502,78.511116,116.71838,4.2472024,69.96116,430.1215,334.35666,30.311836,339.5641,50.101433,53.257812,72.406555,43.06042,6.9107513,27.869564,497.2275,0.94952565,2.1318262,131.81241,23.992779,9.349069,15.102269,19.09589,180.67456,59.80047,161.16791,979.2106,227.47946,2128.4766,1817.0334,19.227177,24.605267,2102.9675,23.71351,38.540188,506.77237,68.81876,108.27272,49.814972,214.01886,312.35846,463.38025,8.923724,69.09947,295.8451,438.51077,13.336678,111.86732,14.468863,1.6601175,53.557716,1.1228544,1.2721753,4.3958826,12.272115,61.65852,22.903055,19.305376,327.1782,71.99955,42.86636,56.93683,18.178726,61.623657,11.989427,7.076362,15.059409,94.727684,38.359417,17.253763,36.016983,10.6759405,21.38533,23.42948,1.5541058,87.57737,14.820573,235.35657,9.396287,370.13947,21.001518,794.6147,183.23964,4.8345623,11.672421,199.66188,272.60992,1098.4978,691.62897 +2023-12-05 21:00:00,0.0,3296.2034,67.24159,29.22083,76.44884,47.05335,323.7673,41.515747,80.99331,21.816086,49.38633,355.07114,102.105545,22.868841,161.02733,0.3288512,0.10851371,63.181965,2.639292,13.716095,995.8858,14.576397,1202.1802,135.33093,2.7690613,34.997982,619.231,51.9299,494.97177,215.11572,4034.2947,9.950912,2721.497,111.08977,4.2372513,5.745193,21.729355,245.73634,298.6888,174.86975,51.112904,37.480392,11.453628,774.58264,74.52659,42.78495,10.73307,484.89285,14.289669,551.8989,5.9902534,38.56018,0.0,767.4435,2156.2698,0.24639204,164.89821,17.111132,12882.5625,25.935387,0.8088819,8.404474,21.782406,6.155572,1.908431,12.100404,298.37592,73.85058,8.566177,0.6432474,2.1440082,113.795425,1.7549663,147.00143,253.71976,2046.1506,438.49738,95.7242,163.93146,338.02658,14.694331,16.785364,219.16415,25.213087,34.98405,12.245358,19.700504,157.2854,15.238606,11.267692,49.22976,13.403718,3728.7715,18.877342,21.474798,16.221275,10.534716,203.25546,41.312496,16.665323,6.8059387,7.7350526,12.751826,56.668777,104.133736,29.899092,158.75012,19.890875,4.9558825,48.921215,35.47635,71.49186,92.83861,12.061427,2.8087702,7.594452,18.057627,2307.9504,10.160983,2.3761992,48.972748,12.798169,136.49863,78.525,116.698364,4.2527914,69.98841,429.96616,334.21393,30.305243,339.4089,50.154034,53.248978,72.40204,43.13786,6.9201436,27.888607,497.21368,0.9527623,2.1373963,131.92006,23.993086,9.347964,15.117083,19.104963,180.79012,59.83765,161.17006,979.89386,227.2775,2127.8057,1816.7521,19.216593,24.58619,2102.3809,23.713392,38.509644,506.67133,68.77371,108.209984,49.78207,213.87018,312.2861,463.33832,8.918288,69.06303,295.64627,438.41165,13.331941,111.83465,14.463205,1.6599872,53.56705,1.1226344,1.2718791,4.393848,12.270322,61.610954,22.897127,19.30887,327.63254,71.97009,42.84735,56.908268,18.172754,61.660282,11.990054,7.108831,15.053024,94.693375,38.336037,17.284576,36.033237,10.6753025,21.431509,23.455309,1.5535933,87.54176,14.813604,235.33575,9.393182,370.02698,21.003662,794.9626,183.16022,4.8319116,11.670604,199.59229,272.485,1098.2512,691.9209 +2023-12-05 22:00:00,0.0,3294.975,67.20875,29.189472,76.40195,47.030727,323.68323,41.497158,80.948524,21.81172,49.353233,354.88254,102.15582,22.85712,160.86075,0.3289223,0.109060325,63.162766,2.6606243,13.733887,995.3129,14.573818,1201.5354,135.31454,2.7877758,35.01877,618.89056,51.95823,495.51285,215.17747,4032.3152,9.985745,2721.6802,111.358734,4.258274,5.7641063,21.821732,245.71605,298.668,175.36786,51.096775,37.45878,11.452395,774.15283,74.746414,42.798637,10.727559,484.99872,14.2864275,551.96906,5.9901056,38.545013,0.0,767.40405,2155.616,0.24640138,164.77887,17.10665,12877.773,25.93501,0.8091527,8.40032,21.772491,6.1570873,1.9086276,12.09479,298.2758,73.820335,8.560172,0.64324355,2.144858,113.80137,1.7538283,146.98674,253.5336,2045.6327,438.13068,95.70949,163.9095,338.71344,14.732121,16.809406,219.8933,25.260529,35.052124,12.242076,19.700089,157.33722,15.23117,11.2660675,49.23346,13.4082985,3729.2168,18.876009,21.472446,16.220383,10.533205,203.359,41.326443,16.67742,6.8067613,7.7330837,12.754506,56.667355,104.086296,29.901007,158.78395,19.888273,4.955036,48.914078,35.461273,71.44435,92.87281,12.075747,2.8069222,7.6173816,18.050083,2307.1406,10.177337,2.3737206,48.931206,12.795943,136.47221,78.53889,116.678345,4.25838,70.01566,429.81082,334.0712,30.298649,339.25372,50.20663,53.24014,72.39753,43.215298,6.929536,27.907648,497.1999,0.95599896,2.1429667,132.0277,23.993395,9.346859,15.131895,19.114037,180.90567,59.874832,161.1722,980.57715,227.07552,2127.1348,1816.4706,19.206009,24.567112,2101.7942,23.713274,38.4791,506.5703,68.72865,108.14725,49.74917,213.7215,312.21375,463.29642,8.912852,69.02659,295.44742,438.31253,13.327204,111.80198,14.457549,1.6598569,53.576385,1.1224145,1.2715828,4.391813,12.26853,61.56339,22.8912,19.312365,328.08688,71.940636,42.828342,56.879704,18.166782,61.696907,11.990682,7.1412997,15.04664,94.659065,38.31266,17.31539,36.049496,10.674664,21.477688,23.481136,1.5530809,87.50615,14.806635,235.31496,9.390076,369.91446,21.005806,795.3105,183.0808,4.8292603,11.668787,199.52269,272.36008,1098.0046,692.21277 +2023-12-05 23:00:00,0.0,3293.7466,67.17591,29.158112,76.35505,47.008106,323.59918,41.47857,80.90374,21.807352,49.32014,354.6939,102.20609,22.845402,160.69415,0.3289934,0.10960694,63.143566,2.6819565,13.751678,994.7401,14.57124,1200.8906,135.29814,2.8064902,35.03955,618.5502,51.986557,496.0539,215.23921,4030.3354,10.020577,2721.863,111.6277,4.2792974,5.7830195,21.91411,245.69576,298.64716,175.86598,51.080647,37.43717,11.451162,773.723,74.96623,42.81233,10.722049,485.1046,14.283185,552.0391,5.9899583,38.529846,0.0,767.3646,2154.9624,0.24641073,164.65955,17.102165,12872.984,25.934635,0.80942357,8.396166,21.762577,6.158603,1.9088241,12.089177,298.17563,73.79009,8.554167,0.6432397,2.1457076,113.80731,1.7526903,146.97206,253.34744,2045.1147,437.764,95.694786,163.88754,339.40033,14.769912,16.833447,220.62245,25.30797,35.120197,12.238793,19.699675,157.38904,15.223734,11.264442,49.237156,13.412878,3729.6624,18.874676,21.470095,16.219492,10.531695,203.46252,41.34039,16.689516,6.8075843,7.7311153,12.757187,56.665928,104.03886,29.902924,158.8178,19.885672,4.95419,48.90694,35.4462,71.396835,92.907005,12.090067,2.805074,7.6403112,18.042538,2306.3308,10.19369,2.371242,48.88966,12.793717,136.44582,78.55278,116.658325,4.263969,70.042915,429.6555,333.9285,30.292055,339.0985,50.259228,53.231304,72.39301,43.29274,6.9389277,27.926691,497.18607,0.9592356,2.1485372,132.13533,23.993702,9.345754,15.1467085,19.12311,181.02122,59.912014,161.17433,981.2605,226.87354,2126.4636,1816.1892,19.195423,24.548037,2101.2075,23.713156,38.448555,506.4693,68.6836,108.08451,49.716267,213.5728,312.14136,463.25452,8.907417,68.99014,295.2486,438.21344,13.322467,111.76931,14.451893,1.6597266,53.58572,1.1221946,1.2712866,4.389778,12.266738,61.515823,22.885271,19.31586,328.5412,71.91118,42.809334,56.851143,18.16081,61.733536,11.991308,7.173768,15.040256,94.624756,38.28928,17.346203,36.06575,10.674026,21.523867,23.506966,1.5525686,87.470535,14.799665,235.29416,9.3869705,369.80194,21.007948,795.6584,183.00137,4.8266096,11.666969,199.45308,272.23514,1097.758,692.50464 +2023-12-06 00:00:00,0.0,3292.5183,67.143074,29.12675,76.30816,46.985485,323.5151,41.459984,80.858955,21.802986,49.287045,354.5053,102.25636,22.833683,160.52756,0.32906452,0.110153556,63.124367,2.7032888,13.769471,994.16724,14.568663,1200.2458,135.28175,2.8252044,35.060337,618.2097,52.01489,496.59497,215.30096,4028.356,10.055409,2722.046,111.89667,4.3003206,5.801933,22.006489,245.67545,298.62634,176.3641,51.064518,37.415554,11.44993,773.2932,75.18606,42.826015,10.716537,485.21045,14.2799425,552.10925,5.989811,38.51468,0.0,767.3252,2154.3086,0.24642007,164.54022,17.097681,12868.195,25.934261,0.80969435,8.392013,21.75266,6.1601186,1.9090205,12.083564,298.07547,73.75986,8.5481615,0.64323574,2.146557,113.81326,1.7515525,146.95737,253.16129,2044.5968,437.3973,95.680084,163.86559,340.0872,14.807702,16.857489,221.3516,25.355412,35.18827,12.235511,19.699257,157.44087,15.216298,11.262818,49.240852,13.417459,3730.1077,18.873343,21.467741,16.2186,10.530186,203.56604,41.35434,16.701612,6.8084073,7.729147,12.759867,56.664505,103.99142,29.904839,158.85164,19.883072,4.9533434,48.8998,35.431126,71.34932,92.94121,12.104386,2.803226,7.663241,18.034992,2305.521,10.210045,2.3687634,48.848118,12.7914915,136.4194,78.566666,116.638306,4.269558,70.07016,429.50015,333.78577,30.285461,338.94333,50.31183,53.22247,72.3885,43.37018,6.94832,27.945732,497.17227,0.96247226,2.1541073,132.24297,23.994009,9.344648,15.161522,19.132183,181.13678,59.949192,161.17647,981.9437,226.67155,2125.7927,1815.9077,19.18484,24.52896,2100.6208,23.713037,38.41801,506.3683,68.63855,108.021774,49.683365,213.42412,312.069,463.21262,8.901981,68.953705,295.04974,438.11432,13.31773,111.73663,14.446237,1.6595964,53.595055,1.1219747,1.2709904,4.387743,12.264946,61.46826,22.879343,19.319355,328.99554,71.88172,42.790325,56.822582,18.154839,61.77016,11.991936,7.206237,15.033871,94.59045,38.2659,17.377016,36.082005,10.673387,21.570045,23.532795,1.5520561,87.43492,14.792696,235.27336,9.383864,369.68942,21.010092,796.0063,182.92195,4.823959,11.665152,199.38348,272.11023,1097.5115,692.7966 +2023-12-06 01:00:00,0.0,3291.29,67.11023,29.09539,76.26127,46.962864,323.43106,41.441395,80.81417,21.79862,49.253952,354.31668,102.30663,22.821962,160.36096,0.32913563,0.11070017,63.105167,2.7246213,13.787263,993.59436,14.566084,1199.6011,135.26537,2.8439188,35.081123,617.8693,52.043217,497.13605,215.36272,4026.3765,10.090242,2722.2288,112.165634,4.3213434,5.8208466,22.098866,245.65515,298.60553,176.86223,51.048386,37.39394,11.448697,772.86346,75.40588,42.839706,10.711026,485.3163,14.276701,552.1793,5.9896636,38.49951,0.0,767.28577,2153.6548,0.24642941,164.4209,17.093199,12863.405,25.933886,0.8099652,8.387858,21.742746,6.161634,1.9092171,12.0779505,297.9753,73.729614,8.542156,0.64323187,2.1474068,113.81921,1.7504145,146.94267,252.97513,2044.0789,437.0306,95.665375,163.84364,340.77408,14.845491,16.88153,222.08073,25.402853,35.256344,12.232228,19.698841,157.49269,15.208861,11.261194,49.24455,13.422038,3730.553,18.87201,21.46539,16.217709,10.528676,203.66957,41.368286,16.713709,6.80923,7.7271786,12.7625475,56.663082,103.94398,29.906754,158.88548,19.88047,4.952497,48.892662,35.416054,71.3018,92.9754,12.118707,2.8013778,7.686171,18.027447,2304.711,10.226398,2.366285,48.806572,12.789265,136.39299,78.58056,116.618286,4.275147,70.09741,429.34482,333.64304,30.278866,338.78815,50.364426,53.21363,72.38399,43.44762,6.9577117,27.964775,497.15845,0.9657089,2.1596777,132.3506,23.994316,9.343543,15.176334,19.141254,181.25233,59.986374,161.1786,982.62695,226.46957,2125.1218,1815.6263,19.174253,24.509882,2100.0342,23.712917,38.387466,506.26727,68.59349,107.95904,49.650463,213.27542,311.99664,463.1707,8.896545,68.91726,294.85092,438.0152,13.312993,111.703964,14.44058,1.6594661,53.60439,1.1217548,1.2706941,4.3857083,12.263154,61.420696,22.873415,19.32285,329.4499,71.85226,42.771317,56.794018,18.148869,61.80679,11.992563,7.2387056,15.027487,94.55613,38.24252,17.40783,36.09826,10.672749,21.616224,23.558624,1.5515437,87.39931,14.785727,235.25256,9.380759,369.5769,21.012236,796.3542,182.84253,4.8213077,11.663335,199.31387,271.98532,1097.2649,693.08844 +2023-12-06 02:00:00,0.0,3290.0618,67.07739,29.06403,76.21437,46.940243,323.347,41.422806,80.769394,21.794252,49.22086,354.12808,102.3569,22.810244,160.19437,0.32920673,0.11124678,63.085968,2.7459536,13.805055,993.02155,14.563506,1198.9564,135.24898,2.8626332,35.101906,617.52893,52.071545,497.67712,215.42447,4024.397,10.125074,2722.4116,112.4346,4.3423667,5.83976,22.191244,245.63486,298.5847,177.36034,51.032257,37.37233,11.447465,772.43365,75.6257,42.853394,10.705516,485.42218,14.2734585,552.24945,5.9895163,38.48434,0.0,767.24634,2153.0012,0.24643874,164.30157,17.088715,12858.616,25.93351,0.81023604,8.383704,21.732834,6.16315,1.9094136,12.072337,297.87515,73.69937,8.536152,0.643228,2.1482565,113.82515,1.7492765,146.928,252.78897,2043.5609,436.66394,95.65067,163.82169,341.46094,14.883282,16.905571,222.80989,25.450294,35.324417,12.228946,19.698427,157.54451,15.201426,11.25957,49.24825,13.426619,3730.9983,18.870676,21.463037,16.216816,10.527165,203.7731,41.382233,16.725807,6.810053,7.72521,12.765227,56.661655,103.89654,29.908669,158.91931,19.877869,4.9516506,48.885525,35.400978,71.25429,93.009605,12.133026,2.7995296,7.7091007,18.019901,2303.9011,10.242752,2.3638065,48.76503,12.787039,136.3666,78.594444,116.59827,4.280736,70.124664,429.18948,333.50034,30.272272,338.63293,50.417027,53.204796,72.37947,43.52506,6.967104,27.983816,497.14462,0.96894556,2.1652482,132.45825,23.994623,9.342438,15.191148,19.150328,181.3679,60.023556,161.18074,983.3103,226.2676,2124.451,1815.3448,19.16367,24.490805,2099.4478,23.7128,38.356922,506.16623,68.54844,107.89631,49.61756,213.12674,311.9243,463.12878,8.891109,68.88082,294.65207,437.91608,13.308256,111.671295,14.434924,1.6593359,53.613724,1.121535,1.2703979,4.383673,12.261362,61.37313,22.867485,19.326344,329.90424,71.8228,42.752304,56.765457,18.142897,61.843414,11.993191,7.271174,15.021102,94.52182,38.21914,17.438643,36.114513,10.672111,21.662403,23.584452,1.5510314,87.36369,14.778757,235.23175,9.377653,369.4644,21.01438,796.7021,182.7631,4.818657,11.661517,199.24428,271.86038,1097.0184,693.3803 +2023-12-06 03:00:00,0.0,3288.8335,67.044556,29.03267,76.16748,46.91762,323.2629,41.40422,80.72461,21.789886,49.187763,353.93945,102.40718,22.798525,160.02777,0.32927784,0.11179339,63.06677,2.7672858,13.822847,992.44867,14.560928,1198.3116,135.23259,2.8813477,35.122692,617.1885,52.099876,498.21817,215.48622,4022.4175,10.159906,2722.5947,112.70357,4.36339,5.858673,22.283623,245.61456,298.56387,177.85846,51.01613,37.350716,11.446232,772.00385,75.84553,42.867085,10.700005,485.52805,14.270216,552.3195,5.989369,38.469173,0.0,767.2069,2152.3474,0.24644808,164.18225,17.084232,12853.827,25.933134,0.8105068,8.379551,21.72292,6.164665,1.90961,12.066725,297.775,73.66913,8.530147,0.6432241,2.149106,113.83109,1.7481387,146.9133,252.60283,2043.043,436.29724,95.63597,163.79973,342.14783,14.921072,16.929613,223.53903,25.497738,35.39249,12.225663,19.69801,157.59633,15.19399,11.257946,49.251945,13.431198,3731.4436,18.869343,21.460686,16.215925,10.525656,203.87663,41.39618,16.737904,6.8108754,7.7232413,12.767908,56.660233,103.8491,29.910583,158.95316,19.875267,4.950804,48.878384,35.385906,71.20677,93.0438,12.1473465,2.7976816,7.7320304,18.012356,2303.0913,10.259106,2.361328,48.723488,12.784813,136.34018,78.60834,116.57825,4.2863245,70.15192,429.03415,333.3576,30.265678,338.47775,50.469624,53.195957,72.374954,43.602497,6.9764957,28.00286,497.13083,0.9721822,2.1708186,132.56589,23.99493,9.341332,15.205961,19.1594,181.48346,60.060734,161.18288,983.9935,226.06561,2123.7798,1815.0635,19.153084,24.47173,2098.861,23.71268,38.326378,506.06522,68.50339,107.83357,49.58466,212.97804,311.85193,463.08688,8.8856735,68.844376,294.45325,437.817,13.303519,111.638626,14.429268,1.6592057,53.62306,1.121315,1.2701017,4.3816385,12.259569,61.325565,22.861557,19.329838,330.35855,71.79334,42.733295,56.736897,18.136925,61.88004,11.993817,7.3036427,15.014718,94.48751,38.195763,17.469454,36.130768,10.671472,21.708582,23.610281,1.5505189,87.32808,14.771788,235.21095,9.374548,369.35187,21.016521,797.05,182.68369,4.8160057,11.659699,199.17468,271.73547,1096.7719,693.67224 +2023-12-06 04:00:00,0.0,3287.6052,67.01171,29.001308,76.12059,46.895,323.17886,41.38563,80.679825,21.785519,49.15467,353.75085,102.45745,22.786806,159.86118,0.32934895,0.11234,63.04757,2.788618,13.840639,991.87585,14.55835,1197.6669,135.2162,2.9000618,35.14348,616.8481,52.128204,498.75925,215.54797,4020.4377,10.194738,2722.7776,112.972534,4.384413,5.8775864,22.376,245.59427,298.54306,178.35658,51.0,37.3291,11.445,771.5741,76.065346,42.880775,10.694493,485.6339,14.266974,552.38965,5.9892216,38.454006,0.0,767.1675,2151.6936,0.24645743,164.06293,17.079748,12849.038,25.932758,0.81077766,8.375397,21.713003,6.166181,1.9098065,12.061111,297.67484,73.638885,8.524141,0.64322025,2.1499557,113.837036,1.7470007,146.89862,252.41667,2042.525,435.93054,95.62126,163.77777,342.8347,14.958862,16.953655,224.26819,25.54518,35.460564,12.22238,19.697596,157.64815,15.186554,11.256321,49.255642,13.435779,3731.889,18.86801,21.458334,16.215033,10.524146,203.98015,41.410126,16.75,6.8116984,7.721273,12.770588,56.658806,103.80166,29.912498,158.987,19.872667,4.949958,48.871246,35.37083,71.159256,93.078,12.161666,2.7958333,7.75496,18.00481,2302.2815,10.275459,2.3588493,48.681942,12.782587,136.31378,78.62222,116.55823,4.2919135,70.17917,428.8788,333.21487,30.259085,338.32257,50.52222,53.187122,72.370445,43.67994,6.985888,28.0219,497.117,0.9754189,2.1763887,132.67352,23.995237,9.340227,15.220774,19.168474,181.59901,60.097916,161.18501,984.6769,225.86363,2123.109,1814.782,19.1425,24.452652,2098.2744,23.712563,38.295834,505.9642,68.45833,107.770836,49.551758,212.82936,311.77957,463.04498,8.880238,68.80794,294.2544,437.71786,13.298782,111.60595,14.423611,1.6590754,53.632393,1.1210951,1.2698054,4.3796034,12.257777,61.278004,22.855629,19.333332,330.8129,71.763885,42.714287,56.708332,18.130953,61.916668,11.994445,7.3361115,15.008333,94.4532,38.172382,17.500267,36.147022,10.670834,21.75476,23.63611,1.5500065,87.292465,14.764818,235.19016,9.371442,369.23935,21.018665,797.3979,182.60426,4.813355,11.657883,199.10507,271.61053,1096.5253,693.9641 +2023-12-06 05:00:00,0.0,3286.377,66.978874,28.969948,76.0737,46.87238,323.0948,41.367046,80.63504,21.781153,49.12158,353.56223,102.50772,22.775085,159.6946,0.32942006,0.112886615,63.02837,2.8099504,13.858431,991.303,14.555772,1197.0221,135.19981,2.9187763,35.164265,616.5076,52.156532,499.30032,215.60973,4018.4583,10.229571,2722.9604,113.2415,4.405436,5.8964996,22.468376,245.57396,298.52225,178.85469,50.98387,37.30749,11.443768,771.1443,76.28517,42.894463,10.688982,485.7398,14.263732,552.4598,5.989074,38.43884,0.0,767.12805,2151.04,0.24646677,163.94359,17.075266,12844.249,25.932384,0.8110485,8.3712435,21.703089,6.1676965,1.9100031,12.055498,297.57468,73.60864,8.518136,0.6432164,2.1508055,113.84298,1.7458627,146.88393,252.23051,2042.0071,435.56387,95.60656,163.75583,343.52158,14.996653,16.977697,224.99733,25.59262,35.528637,12.219097,19.69718,157.69998,15.179117,11.254697,49.259342,13.440358,3732.3342,18.866676,21.45598,16.214142,10.522636,204.08368,41.424072,16.762096,6.8125215,7.7193046,12.773269,56.657383,103.75422,29.914415,159.02084,19.870066,4.9491115,48.86411,35.35576,71.11174,93.1122,12.175986,2.7939854,7.77789,17.997265,2301.4714,10.291814,2.3563707,48.6404,12.780361,136.28737,78.636116,116.53821,4.2975025,70.20642,428.72348,333.07217,30.252491,338.16736,50.57482,53.178284,72.36593,43.757378,6.99528,28.040941,497.1032,0.9786556,2.1819592,132.78116,23.995544,9.339122,15.235587,19.177547,181.71457,60.135098,161.18715,985.3601,225.66165,2122.438,1814.5005,19.131916,24.433575,2097.6877,23.712442,38.26529,505.8632,68.41328,107.7081,49.518852,212.68068,311.7072,463.00305,8.874802,68.7715,294.05557,437.61874,13.294045,111.57328,14.417954,1.6589451,53.641727,1.1208752,1.2695091,4.3775687,12.255985,61.23044,22.8497,19.336828,331.26724,71.73443,42.69528,56.67977,18.12498,61.953293,11.995072,7.36858,15.001949,94.41889,38.149002,17.53108,36.163277,10.670195,21.80094,23.66194,1.5494941,87.25685,14.757849,235.16936,9.368337,369.12683,21.02081,797.7458,182.52484,4.810704,11.656065,199.03548,271.48563,1096.2787,694.25604 +2023-12-06 06:00:00,0.0,3285.1484,66.94604,28.938587,76.0268,46.84976,323.01074,41.348457,80.590256,21.776785,49.08848,353.37363,102.55799,22.763367,159.528,0.32949117,0.11343323,63.009174,2.8312826,13.876224,990.73016,14.553194,1196.3774,135.18341,2.9374907,35.185047,616.16724,52.18486,499.8414,215.67148,4016.4788,10.264403,2723.1433,113.51047,4.4264593,5.915413,22.560755,245.55367,298.5014,179.35281,50.967743,37.285877,11.442534,770.7145,76.50499,42.908154,10.683472,485.84567,14.26049,552.52985,5.988927,38.42367,0.0,767.0886,2150.3862,0.24647611,163.82426,17.070782,12839.459,25.932009,0.81131935,8.367089,21.693172,6.169212,1.9101995,12.049885,297.47452,73.5784,8.512131,0.6432125,2.151655,113.84892,1.7447248,146.86923,252.04436,2041.4891,435.19717,95.59186,163.73387,344.20844,15.034443,17.001738,225.72647,25.640062,35.59671,12.215815,19.696762,157.7518,15.171681,11.253073,49.26304,13.444939,3732.7795,18.865341,21.453629,16.21325,10.521126,204.18721,41.43802,16.774193,6.813344,7.717336,12.775949,56.65596,103.70678,29.91633,159.05469,19.867464,4.948265,48.856968,35.340683,71.064224,93.1464,12.190306,2.7921371,7.80082,17.98972,2300.6616,10.308167,2.3538923,48.598858,12.778134,136.26097,78.65,116.51819,4.3030915,70.23367,428.56815,332.92944,30.245897,338.01218,50.62742,53.16945,72.36141,43.834816,7.004672,28.059984,497.0894,0.9818922,2.1875296,132.88881,23.995852,9.338017,15.250401,19.18662,181.83012,60.17228,161.1893,986.04346,225.45967,2121.767,1814.2191,19.12133,24.414497,2097.101,23.712324,38.234745,505.76218,68.368225,107.64536,49.48595,212.53198,311.63486,462.96115,8.869366,68.735054,293.85672,437.51962,13.289309,111.54061,14.412298,1.6588148,53.651062,1.1206553,1.2692128,4.375534,12.254193,61.182873,22.843773,19.340322,331.7216,71.70497,42.67627,56.65121,18.11901,61.989918,11.995699,7.4010487,14.995564,94.38458,38.12562,17.561893,36.17953,10.669557,21.847118,23.687767,1.5489817,87.221245,14.750879,235.14856,9.365231,369.01434,21.022953,798.0937,182.44542,4.808053,11.654248,198.96587,271.3607,1096.0321,694.5479 +2023-12-06 07:00:00,0.0,3283.9202,66.91319,28.907228,75.97991,46.827137,322.92667,41.32987,80.54547,21.772419,49.05539,353.185,102.60826,22.751648,159.3614,0.3295623,0.113979846,62.989975,2.8526149,13.894015,990.1573,14.550616,1195.7327,135.16702,2.956205,35.205833,615.82684,52.213192,500.38245,215.73322,4014.4993,10.299235,2723.3262,113.779434,4.4474826,5.934326,22.653133,245.53337,298.4806,179.85094,50.951614,37.264263,11.441302,770.2847,76.724815,42.92184,10.67796,485.95154,14.257248,552.6,5.9887795,38.408504,0.0,767.0492,2149.7324,0.24648546,163.70494,17.066298,12834.67,25.931633,0.81159014,8.362935,21.68326,6.1707277,1.910396,12.044271,297.37436,73.54816,8.506125,0.6432086,2.1525047,113.854866,1.7435869,146.85455,251.8582,2040.9712,434.83047,95.57715,163.71191,344.89532,15.072233,17.02578,226.45563,25.687504,35.664787,12.212532,19.696348,157.80362,15.164246,11.251449,49.266735,13.449518,3733.225,18.864008,21.451277,16.212358,10.519616,204.29073,41.45197,16.786291,6.814167,7.715368,12.778629,56.654533,103.65934,29.918245,159.08852,19.864864,4.9474187,48.84983,35.32561,71.016716,93.180595,12.204626,2.7902892,7.8237495,17.982174,2299.8518,10.324521,2.3514137,48.557312,12.775908,136.23456,78.663895,116.49817,4.3086805,70.260925,428.4128,332.7867,30.239304,337.85696,50.68002,53.16061,72.3569,43.91226,7.014064,28.079025,497.07556,0.9851289,2.1930997,132.99644,23.996159,9.336912,15.265213,19.195694,181.94568,60.209457,161.19144,986.72675,225.25769,2121.096,1813.9376,19.110746,24.395422,2096.5144,23.712206,38.2042,505.66113,68.32317,107.582634,49.45305,212.3833,311.56247,462.91925,8.86393,68.698616,293.6579,437.42053,13.284572,111.50794,14.406642,1.6586846,53.660397,1.1204354,1.2689166,4.373499,12.252401,61.135307,22.837845,19.343817,332.1759,71.675514,42.65726,56.622646,18.113039,62.026546,11.996326,7.4335175,14.989181,94.35027,38.102245,17.592707,36.195786,10.668918,21.893297,23.713596,1.5484693,87.18563,14.74391,235.12775,9.362125,368.90182,21.025095,798.4416,182.366,4.8054023,11.652431,198.89627,271.23578,1095.7855,694.8398 +2023-12-06 08:00:00,0.0,3282.692,66.880356,28.875868,75.93302,46.804516,322.84262,41.311283,80.500694,21.768051,49.022293,352.9964,102.65854,22.739927,159.19481,0.3296334,0.11452646,62.970776,2.8739471,13.911807,989.5844,14.548038,1195.0879,135.15063,2.9749193,35.22662,615.4864,52.24152,500.92352,215.79497,4012.5195,10.334068,2723.5093,114.0484,4.4685054,5.95324,22.74551,245.51308,298.45978,180.34904,50.935482,37.242653,11.440069,769.8549,76.94464,42.93553,10.672449,486.05737,14.254005,552.67004,5.9886317,38.393337,0.0,767.00977,2149.0789,0.2464948,163.58562,17.061815,12829.881,25.931257,0.811861,8.358782,21.673346,6.172243,1.9105924,12.038659,297.2742,73.51792,8.50012,0.64320475,2.1533544,113.86081,1.7424489,146.83986,251.67204,2040.4532,434.4638,95.56245,163.68997,345.58218,15.1100235,17.049822,227.18477,25.734945,35.73286,12.2092495,19.695932,157.85544,15.15681,11.249825,49.270435,13.454099,3733.6704,18.862675,21.448925,16.211466,10.518106,204.39426,41.465916,16.798388,6.8149896,7.713399,12.781309,56.65311,103.6119,29.92016,159.12236,19.862263,4.9465723,48.842693,35.310535,70.9692,93.2148,12.2189455,2.788441,7.8466797,17.97463,2299.042,10.340875,2.3489351,48.51577,12.773683,136.20816,78.67778,116.47815,4.314269,70.28818,428.25748,332.644,30.23271,337.70178,50.732616,53.151775,72.35239,43.989697,7.023456,28.098068,497.06177,0.98836553,2.1986701,133.10408,23.996466,9.335807,15.280026,19.204767,182.06123,60.24664,161.19357,987.41,225.05571,2120.425,1813.6562,19.10016,24.376345,2095.9277,23.712088,38.173656,505.56012,68.278114,107.5199,49.420147,212.2346,311.4901,462.87732,8.858494,68.66217,293.45905,437.3214,13.279835,111.475266,14.400986,1.6585543,53.66973,1.1202155,1.2686204,4.3714643,12.250608,61.087746,22.831917,19.347311,332.63025,71.64606,42.63825,56.594086,18.107067,62.06317,11.996954,7.465986,14.982796,94.315956,38.078865,17.62352,36.212044,10.66828,21.939476,23.739426,1.547957,87.15002,14.736941,235.10695,9.359019,368.7893,21.027239,798.7895,182.28658,4.802751,11.650613,198.82668,271.11087,1095.539,695.1317 +2023-12-06 09:00:00,0.0,3281.4636,66.84752,28.844507,75.88612,46.781895,322.75854,41.292694,80.45591,21.763685,48.9892,352.80777,102.70881,22.728209,159.02821,0.32970452,0.11507307,62.951576,2.8952794,13.9296,989.0116,14.54546,1194.4431,135.13425,2.9936337,35.247402,615.146,52.269848,501.4646,215.85672,4010.54,10.3689,2723.6921,114.31737,4.4895287,5.972153,22.837889,245.49278,298.43893,180.84717,50.919353,37.22104,11.438837,769.4251,77.16446,42.94922,10.666939,486.16327,14.250764,552.7402,5.9884844,38.37817,0.0,766.97034,2148.425,0.24650413,163.4663,17.057331,12825.092,25.930882,0.8121318,8.354628,21.66343,6.173759,1.910789,12.033046,297.17404,73.48768,8.494115,0.6432008,2.154204,113.86675,1.741311,146.82516,251.48589,2039.9353,434.0971,95.547745,163.66801,346.26907,15.147814,17.073862,227.91393,25.782387,35.800934,12.205967,19.695515,157.90726,15.149373,11.2482,49.27413,13.458678,3734.1157,18.861341,21.446573,16.210575,10.516597,204.49779,41.479862,16.810484,6.8158126,7.7114305,12.783989,56.651688,103.56446,29.922075,159.1562,19.859661,4.945726,48.835552,35.295464,70.921684,93.24899,12.233266,2.7865927,7.8696094,17.967085,2298.232,10.357229,2.3464565,48.474224,12.771457,136.18175,78.691666,116.45813,4.319858,70.31542,428.10214,332.50128,30.226116,337.5466,50.785213,53.142937,72.34787,44.06714,7.032848,28.11711,497.04794,0.9916022,2.2042406,133.21172,23.996773,9.334702,15.29484,19.21384,182.17679,60.28382,161.19571,988.09326,224.85373,2119.7542,1813.3748,19.089577,24.357267,2095.341,23.71197,38.143112,505.4591,68.23306,107.45716,49.387245,212.08592,311.41776,462.83542,8.853058,68.62573,293.26022,437.2223,13.275098,111.4426,14.395329,1.658424,53.679066,1.1199956,1.2683241,4.369429,12.2488165,61.04018,22.825989,19.350805,333.0846,71.6166,42.61924,56.565525,18.101095,62.0998,11.9975815,7.4984546,14.976412,94.28165,38.055485,17.654333,36.2283,10.667641,21.985657,23.765255,1.5474445,87.1144,14.729972,235.08615,9.355914,368.6768,21.029383,799.1374,182.20715,4.8001003,11.648796,198.75706,270.98593,1095.2924,695.4236 +2023-12-06 10:00:00,0.0,3280.2354,66.814674,28.813147,75.83923,46.759274,322.67447,41.274105,80.411125,21.759317,48.95611,352.61917,102.75908,22.71649,158.86162,0.32977563,0.11561968,62.932377,2.9166117,13.9473915,988.4387,14.542882,1193.7983,135.11786,3.012348,35.26819,614.80554,52.29818,502.00568,215.91847,4008.5605,10.403732,2723.875,114.58634,4.510552,5.9910665,22.930267,245.47247,298.41812,181.34529,50.903225,37.199425,11.437604,768.9953,77.384285,42.96291,10.6614275,486.2691,14.247521,552.81024,5.988337,38.363,0.0,766.9309,2147.7712,0.24651347,163.34697,17.052849,12820.303,25.930506,0.8124026,8.350473,21.653515,6.1752744,1.9109855,12.027432,297.07388,73.457436,8.48811,0.64319694,2.1550536,113.872696,1.7401731,146.81049,251.29973,2039.4174,433.7304,95.533035,163.64606,346.95593,15.185604,17.097904,228.64307,25.829828,35.869007,12.202684,19.6951,157.95909,15.141937,11.246575,49.27783,13.463259,3734.561,18.860008,21.44422,16.209682,10.515086,204.60132,41.49381,16.82258,6.8166356,7.709462,12.78667,56.65026,103.51702,29.923992,159.19005,19.85706,4.9448795,48.828415,35.280388,70.87417,93.283195,12.247585,2.7847447,7.892539,17.95954,2297.422,10.373583,2.343978,48.432682,12.769231,136.15535,78.70556,116.43811,4.325447,70.342674,427.9468,332.35855,30.219522,337.3914,50.837814,53.1341,72.34336,44.144577,7.04224,28.136152,497.03412,0.99483883,2.2098107,133.31935,23.99708,9.333596,15.309652,19.222914,182.29234,60.321,161.19785,988.77655,224.65176,2119.0833,1813.0934,19.07899,24.33819,2094.7544,23.71185,38.112568,505.3581,68.18801,107.394424,49.354343,211.93724,311.3454,462.79352,8.847622,68.58929,293.06137,437.12317,13.270361,111.40993,14.389673,1.6582938,53.6884,1.1197757,1.2680279,4.3673944,12.247025,60.992615,22.820059,19.354301,333.53894,71.58714,42.60023,56.53696,18.095123,62.136425,11.998208,7.5309234,14.970027,94.24734,38.032104,17.685146,36.244553,10.667003,22.031836,23.791082,1.5469321,87.07879,14.723002,235.06535,9.352808,368.56427,21.031527,799.4853,182.12773,4.797449,11.646978,198.68747,270.86102,1095.0458,695.71545 +2023-12-06 11:00:00,0.0,3279.007,66.78184,28.781786,75.79234,46.736656,322.59042,41.25552,80.36634,21.754951,48.92301,352.43054,102.80935,22.704771,158.69502,0.32984674,0.11616629,62.913177,2.937944,13.965183,987.8659,14.540303,1193.1537,135.10147,3.0310624,35.288975,614.46515,52.326508,502.54672,215.98022,4006.581,10.438565,2724.0579,114.85531,4.5315747,6.0099797,23.022644,245.45218,298.3973,181.8434,50.887096,37.177814,11.436372,768.56555,77.6041,42.976597,10.655916,486.375,14.244279,552.8804,5.9881897,38.34783,0.0,766.8914,2147.1177,0.24652281,163.22763,17.048365,12815.513,25.930132,0.81267345,8.34632,21.6436,6.1767898,1.9111819,12.021819,296.97372,73.42719,8.482104,0.64319307,2.1559033,113.87864,1.7390351,146.79579,251.11357,2038.8994,433.36374,95.51833,163.6241,347.64282,15.223394,17.121946,229.37221,25.877272,35.93708,12.199402,19.694685,158.01091,15.134501,11.244951,49.281525,13.467838,3735.0063,18.858675,21.441868,16.208792,10.5135765,204.70483,41.507755,16.834677,6.817458,7.707494,12.78935,56.648838,103.469574,29.925907,159.22388,19.85446,4.944033,48.821278,35.265312,70.82665,93.31739,12.261906,2.7828965,7.9154687,17.951994,2296.6123,10.389936,2.3414993,48.39114,12.767004,136.12894,78.719444,116.41809,4.331036,70.36993,427.79147,332.21585,30.212927,337.2362,50.89041,53.125263,72.338844,44.222015,7.051632,28.155193,497.02032,0.9980755,2.2153811,133.427,23.997389,9.332491,15.324466,19.231987,182.4079,60.35818,161.19998,989.45984,224.44978,2118.412,1812.8119,19.068407,24.319113,2094.1677,23.711731,38.082024,505.25708,68.14295,107.33169,49.32144,211.78854,311.27304,462.75162,8.842186,68.55285,292.86255,437.02408,13.265624,111.37726,14.384017,1.6581635,53.697735,1.1195558,1.2677317,4.3653593,12.245233,60.94505,22.81413,19.357796,333.99326,71.55768,42.581223,56.5084,18.089151,62.17305,11.998836,7.5633917,14.963643,94.21303,38.008724,17.71596,36.260807,10.666364,22.078014,23.816912,1.5464197,87.043175,14.716033,235.04456,9.349703,368.45175,21.03367,799.8332,182.04831,4.7947984,11.645161,198.61786,270.73608,1094.7992,696.0074 +2023-12-06 12:00:00,0.0,3277.7788,66.749,28.750425,75.745445,46.714035,322.50635,41.23693,80.321556,21.750584,48.88992,352.24194,102.85962,22.69305,158.52844,0.32991785,0.116712905,62.89398,2.9592764,13.982976,987.293,14.537725,1192.5089,135.08508,3.0497768,35.309757,614.12476,52.354836,503.0878,216.04198,4004.6016,10.473397,2724.2407,115.124275,4.552598,6.028893,23.11502,245.43188,298.37646,182.34152,50.870968,37.1562,11.43514,768.13574,77.82393,42.990288,10.650406,486.48087,14.241037,552.9505,5.9880424,38.332664,0.0,766.852,2146.4639,0.24653216,163.1083,17.043882,12810.724,25.929756,0.8129443,8.342166,21.633686,6.1783056,1.9113785,12.016206,296.87357,73.39695,8.476099,0.6431892,2.1567528,113.88458,1.7378972,146.7811,250.92741,2038.3815,432.99704,95.50363,163.60216,348.32968,15.261185,17.145988,230.10136,25.924713,36.005154,12.196119,19.69427,158.06273,15.127065,11.243327,49.285225,13.472419,3735.4517,18.857342,21.439516,16.2079,10.512067,204.80836,41.5217,16.846775,6.818281,7.7055254,12.79203,56.647415,103.422134,29.927822,159.25772,19.851858,4.9431868,48.814137,35.25024,70.77914,93.35159,12.276225,2.7810485,7.938399,17.944448,2295.8025,10.40629,2.339021,48.349594,12.764778,136.10254,78.73334,116.39807,4.336625,70.39718,427.63614,332.07312,30.206333,337.08102,50.943012,53.11643,72.33433,44.299458,7.061024,28.174236,497.0065,1.0013121,2.2209516,133.53464,23.997696,9.331386,15.339279,19.24106,182.52345,60.395363,161.20212,990.1431,224.2478,2117.7412,1812.5305,19.057823,24.300037,2093.5813,23.711613,38.05148,505.15604,68.0979,107.26895,49.28854,211.63986,311.20068,462.7097,8.836751,68.5164,292.6637,436.92496,13.260887,111.34458,14.378361,1.6580333,53.70707,1.1193359,1.2674354,4.3633246,12.243441,60.897488,22.808203,19.36129,334.4476,71.52822,42.562214,56.47984,18.083181,62.20968,11.999463,7.5958605,14.957258,94.17872,37.985348,17.74677,36.27706,10.665726,22.124193,23.842741,1.5459073,87.00756,14.709064,235.02374,9.346597,368.33923,21.035812,800.1811,181.96889,4.7921476,11.643344,198.54826,270.61118,1094.5526,696.29926 +2023-12-06 13:00:00,0.0,3276.5503,66.71616,28.719065,75.698555,46.691414,322.4223,41.21834,80.27677,21.746218,48.856827,352.0533,102.9099,22.681332,158.36185,0.32998896,0.11725952,62.87478,2.9806087,14.000768,986.7202,14.535148,1191.8641,135.06868,3.0684912,35.330544,613.7843,52.383167,503.62888,216.10373,4002.6218,10.508229,2724.4238,115.39324,4.5736213,6.0478063,23.207401,245.41159,298.35565,182.83965,50.85484,37.134586,11.433907,767.70593,78.043755,43.003975,10.644895,486.58673,14.237795,553.02057,5.987895,38.317497,0.0,766.81256,2145.81,0.2465415,162.98898,17.039398,12805.935,25.92938,0.81321514,8.338012,21.623772,6.179821,1.911575,12.010592,296.7734,73.36671,8.470094,0.6431853,2.1576025,113.890526,1.7367593,146.76642,250.74126,2037.8635,432.63034,95.48893,163.5802,349.01657,15.298975,17.170029,230.8305,25.972155,36.073227,12.192837,19.693853,158.11455,15.119629,11.241703,49.28892,13.476998,3735.897,18.856009,21.437164,16.207008,10.510556,204.9119,41.535652,16.858871,6.819104,7.7035565,12.79471,56.64599,103.374695,29.929737,159.29156,19.849257,4.9423404,48.807,35.235165,70.73162,93.38579,12.290545,2.7792003,7.9613285,17.936903,2294.9927,10.422644,2.3365424,48.308052,12.762552,136.07613,78.74722,116.37805,4.3422136,70.42443,427.4808,331.9304,30.19974,336.9258,50.99561,53.107594,72.32982,44.376896,7.070416,28.193277,496.9927,1.0045488,2.226522,133.64227,23.998003,9.33028,15.354092,19.250134,182.639,60.432545,161.20425,990.8264,224.04582,2117.0703,1812.249,19.047237,24.28096,2092.9946,23.711494,38.02093,505.05502,68.05285,107.20622,49.25564,211.49117,311.12833,462.6678,8.831315,68.479965,292.46487,436.82584,13.25615,111.31191,14.372704,1.657903,53.716404,1.119116,1.2671391,4.36129,12.241649,60.849922,22.802275,19.364784,334.90195,71.498764,42.543205,56.45128,18.07721,62.246304,12.00009,7.6283293,14.950873,94.14441,37.961967,17.777584,36.293316,10.665088,22.170372,23.86857,1.5453949,86.97195,14.702094,235.00294,9.343492,368.2267,21.037956,800.529,181.88947,4.7894964,11.641526,198.47867,270.48624,1094.306,696.5911 +2023-12-06 14:00:00,0.0,3275.322,66.68332,28.687704,75.651665,46.668793,322.33823,41.199757,80.231995,21.741852,48.82373,351.86472,102.96017,22.669613,158.19525,0.33006006,0.11780614,62.85558,3.001941,14.01856,986.14734,14.532569,1191.2194,135.05229,3.0872054,35.35133,613.4439,52.411495,504.16995,216.16548,4000.6423,10.543062,2724.6067,115.66221,4.594644,6.0667195,23.299778,245.3913,298.33484,183.33775,50.83871,37.112976,11.432674,767.2762,78.26357,43.017666,10.639383,486.69263,14.234552,553.0907,5.9877477,38.30233,0.0,766.77313,2145.1565,0.24655084,162.86966,17.034914,12801.1455,25.929005,0.8134859,8.3338585,21.613857,6.181337,1.9117714,12.00498,296.67325,73.336464,8.464088,0.64318144,2.158452,113.89648,1.7356213,146.75172,250.55511,2037.3456,432.26367,95.47423,163.55824,349.70343,15.336765,17.19407,231.55966,26.019596,36.1413,12.189554,19.693438,158.16637,15.112193,11.240079,49.292618,13.481579,3736.3423,18.854675,21.434813,16.206116,10.509047,205.01543,41.5496,16.870968,6.8199267,7.701588,12.797391,56.644566,103.327255,29.931652,159.32541,19.846657,4.941494,48.799862,35.220093,70.684105,93.41999,12.304865,2.7773523,7.984258,17.929358,2294.1826,10.438998,2.3340638,48.26651,12.760326,136.04971,78.761116,116.35803,4.3478026,70.45168,427.32547,331.7877,30.193146,336.77063,51.048206,53.098755,72.3253,44.454334,7.079808,28.21232,496.97888,1.0077854,2.2320921,133.74991,23.99831,9.329175,15.368905,19.259207,182.75456,60.469723,161.20639,991.5097,223.84384,2116.3994,1811.9677,19.036654,24.261883,2092.408,23.711376,37.990387,504.954,68.0078,107.143486,49.222736,211.34248,311.05597,462.6259,8.825879,68.44353,292.26602,436.7267,13.251413,111.27924,14.367047,1.6577728,53.72574,1.1188961,1.2668428,4.359255,12.239856,60.802357,22.796347,19.368279,335.3563,71.46931,42.524197,56.422714,18.071238,62.28293,12.000717,7.6607976,14.9444895,94.1101,37.938587,17.808397,36.30957,10.664449,22.21655,23.894398,1.5448825,86.93633,14.695125,234.98215,9.340385,368.1142,21.0401,800.8769,181.81004,4.7868457,11.6397085,198.40906,270.36133,1094.0594,696.88306 +2023-12-06 15:00:00,0.0,3274.0938,66.65048,28.656345,75.60477,46.64617,322.25418,41.181168,80.18721,21.737484,48.790638,351.6761,103.01044,22.657892,158.02866,0.33013117,0.11835275,62.83638,3.0232732,14.036352,985.57446,14.529991,1190.5746,135.0359,3.1059198,35.372112,613.10345,52.439823,504.71103,216.22723,3998.6628,10.577894,2724.7896,115.931175,4.6156673,6.085633,23.392155,245.371,298.31403,183.83588,50.822582,37.091362,11.431441,766.8464,78.4834,43.031353,10.633872,486.79846,14.231311,553.16077,5.9876003,38.287163,0.0,766.73364,2144.5027,0.24656019,162.75034,17.030432,12796.355,25.928629,0.81375676,8.329704,21.603943,6.1828523,1.9119679,11.999367,296.5731,73.30623,8.458084,0.64317757,2.1593018,113.90242,1.7344834,146.73705,250.36896,2036.8276,431.89697,95.45952,163.53629,350.39032,15.374556,17.218113,232.2888,26.067038,36.209373,12.186272,19.693022,158.2182,15.104757,11.238454,49.296318,13.486158,3736.7876,18.85334,21.432459,16.205225,10.507537,205.11894,41.563545,16.883064,6.8207498,7.69962,12.800071,56.64314,103.279816,29.933567,159.35924,19.844055,4.9406476,48.79272,35.205017,70.6366,93.454185,12.319185,2.775504,8.007188,17.921812,2293.3728,10.455352,2.3315852,48.224964,12.7581,136.02332,78.775,116.33801,4.3533916,70.478935,427.17014,331.64496,30.186552,336.61542,51.100807,53.08992,72.320786,44.531776,7.0892,28.231361,496.96506,1.0110221,2.2376626,133.85756,23.998617,9.328071,15.383718,19.26828,182.87013,60.506905,161.20854,992.193,223.64186,2115.7283,1811.6862,19.026068,24.242805,2091.8213,23.711256,37.959843,504.853,67.96274,107.08075,49.189835,211.1938,310.98358,462.58395,8.820443,68.40708,292.0672,436.6276,13.246676,111.246574,14.361391,1.6576425,53.735073,1.1186762,1.2665466,4.35722,12.238064,60.75479,22.790419,19.371775,335.81064,71.43985,42.505184,56.394154,18.065266,62.319557,12.001345,7.6932664,14.938105,94.07579,37.915207,17.83921,36.325825,10.663811,22.26273,23.920227,1.5443702,86.90073,14.688155,234.96135,9.33728,368.0017,21.042244,801.2248,181.73062,4.7841945,11.637892,198.33946,270.23642,1093.813,697.1749 +2023-12-06 16:00:00,0.0,3272.8655,66.617645,28.624985,75.55788,46.62355,322.1701,41.16258,80.142426,21.733118,48.75754,351.4875,103.06071,22.646173,157.86206,0.33020228,0.11889936,62.817184,3.0446055,14.054144,985.00165,14.527413,1189.9299,135.01952,3.1246343,35.3929,612.76306,52.468155,505.25208,216.28897,3996.6833,10.612726,2724.9724,116.20014,4.6366906,6.1045465,23.484533,245.3507,298.29318,184.334,50.80645,37.069748,11.430209,766.41656,78.70322,43.045044,10.628362,486.9043,14.228068,553.2309,5.987453,38.271996,0.0,766.6942,2143.8489,0.24656953,162.63101,17.025948,12791.566,25.928253,0.8140276,8.32555,21.594028,6.1843677,1.9121644,11.993753,296.47293,73.275986,8.452079,0.6431737,2.1601515,113.90836,1.7333455,146.72235,250.1828,2036.3097,431.53027,95.44482,163.51434,351.07718,15.412346,17.242153,233.01794,26.11448,36.277447,12.182989,19.692606,158.27002,15.097321,11.23683,49.300014,13.490739,3737.2332,18.852007,21.430107,16.204332,10.506027,205.22247,41.57749,16.89516,6.8215723,7.6976514,12.802752,56.641716,103.232376,29.935484,159.39308,19.841454,4.939801,48.785583,35.189945,70.58908,93.48839,12.333505,2.773656,8.030118,17.914267,2292.563,10.471705,2.3291066,48.183422,12.755874,135.9969,78.788895,116.31799,4.3589807,70.50619,427.0148,331.50223,30.179958,336.46024,51.153404,53.08108,72.31628,44.609215,7.0985923,28.250402,496.95126,1.0142587,2.243233,133.9652,23.998924,9.326965,15.398531,19.277353,182.98569,60.544086,161.21068,992.8762,223.43988,2115.0574,1811.4048,19.015484,24.22373,2091.2346,23.711138,37.9293,504.75198,67.91769,107.01801,49.156933,211.0451,310.91122,462.54205,8.815007,68.37064,291.86835,436.5285,13.24194,111.2139,14.355735,1.6575122,53.744408,1.1184562,1.2662504,4.355185,12.236272,60.70723,22.78449,19.375269,336.26495,71.41039,42.486176,56.365593,18.059294,62.356182,12.001972,7.725735,14.931721,94.04147,37.89183,17.870024,36.34208,10.663172,22.308908,23.946056,1.5438577,86.86511,14.681186,234.94055,9.334174,367.8892,21.044386,801.5727,181.6512,4.7815437,11.636074,198.26985,270.11148,1093.5664,697.4668 +2023-12-06 17:00:00,0.0,3271.6372,66.5848,28.593624,75.51099,46.60093,322.08606,41.143993,80.09764,21.72875,48.72445,351.29886,103.11098,22.634455,157.69547,0.3302734,0.11944597,62.797985,3.0659378,14.071937,984.4288,14.524835,1189.2852,135.00313,3.1433485,35.413685,612.42267,52.496483,505.79315,216.35072,3994.7039,10.647559,2725.1553,116.46911,4.6577134,6.12346,23.576912,245.3304,298.27237,184.83212,50.79032,37.048138,11.428976,765.9868,78.92304,43.058735,10.62285,487.0102,14.224827,553.30096,5.987305,38.25683,0.0,766.6548,2143.1953,0.24657886,162.51167,17.021465,12786.777,25.92788,0.81429845,8.321397,21.584114,6.1858835,1.9123609,11.98814,296.37277,73.24574,8.446074,0.6431698,2.161001,113.91431,1.7322075,146.70766,249.99664,2035.7917,431.1636,95.430115,163.49239,351.76407,15.450136,17.266195,233.7471,26.16192,36.34552,12.179707,19.69219,158.32184,15.089885,11.235206,49.30371,13.495318,3737.6785,18.850674,21.427755,16.203442,10.504517,205.326,41.59144,16.907259,6.8223953,7.695683,12.805431,56.640293,103.18494,29.937399,159.42693,19.838852,4.938955,48.778446,35.17487,70.541565,93.52258,12.347825,2.771808,8.053047,17.906721,2291.7532,10.488059,2.326628,48.14188,12.753648,135.9705,78.80278,116.29797,4.364569,70.53344,426.85947,331.35953,30.173365,336.30505,51.206005,53.072247,72.31176,44.686653,7.107984,28.269445,496.93744,1.0174954,2.2488031,134.07283,23.999231,9.32586,15.413344,19.286427,183.10124,60.58127,161.21281,993.5596,223.2379,2114.3865,1811.1233,19.0049,24.204653,2090.648,23.71102,37.898754,504.65094,67.872635,106.95528,49.12403,210.89642,310.83887,462.50015,8.809571,68.3342,291.6695,436.42938,13.237203,111.18123,14.350079,1.6573819,53.753742,1.1182364,1.2659541,4.3531504,12.23448,60.659664,22.778563,19.378763,336.7193,71.380936,42.467167,56.33703,18.053322,62.39281,12.002599,7.7582035,14.925336,94.007164,37.86845,17.900837,36.358334,10.662534,22.355087,23.971886,1.5433453,86.8295,14.674216,234.91974,9.331069,367.77667,21.04653,801.9206,181.57178,4.778893,11.634256,198.20026,269.98657,1093.3198,697.7587 +2023-12-06 18:00:00,0.0,3270.409,66.55196,28.562263,75.46409,46.57831,322.00198,41.125404,80.05286,21.724384,48.691357,351.11026,103.161255,22.622734,157.52887,0.3303445,0.119992584,62.778786,3.08727,14.089728,983.85596,14.522257,1188.6404,134.98674,3.162063,35.43447,612.0822,52.52481,506.33423,216.41248,3992.724,10.682391,2725.3384,116.738075,4.6787367,6.142373,23.669289,245.3101,298.25156,185.33023,50.774193,37.026524,11.427744,765.557,79.14286,43.072422,10.617339,487.11606,14.221584,553.3711,5.987158,38.241657,0.0,766.61536,2142.5415,0.2465882,162.39235,17.016981,12781.988,25.927504,0.81456923,8.317243,21.5742,6.187399,1.9125574,11.982527,296.2726,73.2155,8.440068,0.64316595,2.1618507,113.92025,1.7310696,146.69298,249.81049,2035.2738,430.7969,95.415405,163.47043,352.45093,15.4879265,17.290237,234.47624,26.209364,36.413593,12.176424,19.691774,158.37366,15.082449,11.233582,49.307407,13.499899,3738.1238,18.84934,21.425404,16.202549,10.503007,205.42952,41.605385,16.919355,6.8232183,7.693714,12.808112,56.638866,103.1375,29.939314,159.46077,19.836252,4.9381084,48.771305,35.159798,70.49405,93.556786,12.362144,2.7699597,8.075977,17.899178,2290.943,10.504414,2.3241496,48.100334,12.751422,135.94409,78.816666,116.27795,4.370158,70.560684,426.70413,331.2168,30.16677,336.14984,51.258602,53.063408,72.30724,44.764095,7.1173763,28.288486,496.92365,1.020732,2.2543736,134.18047,23.999538,9.324755,15.428157,19.2955,183.2168,60.618446,161.21495,994.2428,223.03592,2113.7156,1810.8419,18.994314,24.185575,2090.0613,23.710901,37.86821,504.54993,67.827576,106.89254,49.09113,210.74773,310.7665,462.45825,8.804135,68.29776,291.47067,436.33026,13.232466,111.14856,14.344422,1.6572517,53.763077,1.1180165,1.2656579,4.351115,12.232688,60.6121,22.772635,19.382257,337.17365,71.35148,42.44816,56.308468,18.047352,62.429436,12.003226,7.7906723,14.918952,93.972855,37.84507,17.93165,36.37459,10.661895,22.401266,23.997713,1.542833,86.793884,14.667247,234.89894,9.327963,367.66415,21.048674,802.2685,181.49236,4.776242,11.63244,198.13066,269.86163,1093.0732,698.0506 +2023-12-06 19:00:00,0.0,3269.1807,66.51913,28.530903,75.4172,46.555687,321.9179,41.106815,80.00807,21.720016,48.65826,350.92163,103.211525,22.611015,157.36229,0.3304156,0.120539196,62.759586,3.1086023,14.10752,983.2831,14.519679,1187.9956,134.97035,3.1807773,35.455254,611.7418,52.553143,506.8753,216.47423,3990.7446,10.717223,2725.5212,117.00704,4.69976,6.1612864,23.761667,245.28981,298.2307,185.82835,50.758064,37.00491,11.426511,765.1272,79.362686,43.086113,10.611829,487.22192,14.218342,553.44116,5.9870105,38.22649,0.0,766.5759,2141.8877,0.24659754,162.27303,17.012499,12777.199,25.927128,0.8148401,8.313089,21.564283,6.188915,1.9127538,11.976913,296.17245,73.18526,8.434063,0.643162,2.1627004,113.92619,1.7299317,146.67828,249.62433,2034.7559,430.4302,95.4007,163.44847,353.13782,15.525717,17.314278,235.2054,26.256805,36.481667,12.1731415,19.691359,158.42548,15.075013,11.231957,49.311108,13.504478,3738.569,18.848007,21.423052,16.201658,10.501497,205.53305,41.619335,16.931452,6.824041,7.6917458,12.810792,56.637444,103.09006,29.941229,159.4946,19.83365,4.937262,48.764168,35.144722,70.44653,93.59098,12.376465,2.7681117,8.098907,17.891632,2290.1333,10.520767,2.321671,48.058792,12.749196,135.9177,78.83056,116.25793,4.375747,70.58794,426.5488,331.07407,30.160177,335.99466,51.3112,53.054573,72.302734,44.841534,7.126768,28.30753,496.90982,1.0239687,2.259944,134.2881,23.999846,9.323649,15.44297,19.304573,183.33235,60.65563,161.21709,994.92615,222.83394,2113.0444,1810.5604,18.98373,24.166498,2089.4746,23.710781,37.837666,504.4489,67.782524,106.82981,49.058228,210.59904,310.69415,462.41632,8.798699,68.261314,291.27182,436.23114,13.227729,111.11589,14.338766,1.6571214,53.77241,1.1177965,1.2653617,4.3490806,12.230896,60.564533,22.766705,19.385752,337.628,71.32202,42.42915,56.279907,18.04138,62.46606,12.003854,7.823141,14.912567,93.938545,37.82169,17.962463,36.390846,10.661257,22.447445,24.023542,1.5423205,86.75827,14.660278,234.87814,9.324858,367.55164,21.050817,802.6164,181.41293,4.773591,11.630622,198.06105,269.73672,1092.8267,698.34247 +2023-12-06 20:00:00,0.0,3267.9521,66.48628,28.499542,75.37031,46.533066,321.83386,41.08823,79.963295,21.71565,48.625168,350.73303,103.261795,22.599297,157.1957,0.33048674,0.12108581,62.740387,3.1299345,14.125313,982.71027,14.5171,1187.351,134.95395,3.1994917,35.47604,611.40137,52.58147,507.41635,216.53598,3988.7651,10.752056,2725.704,117.27601,4.720783,6.1801996,23.854046,245.26952,298.2099,186.32648,50.741936,36.9833,11.425279,764.6974,79.58251,43.0998,10.6063175,487.32782,14.2151,553.5113,5.986863,38.211323,0.0,766.5365,2141.2341,0.24660689,162.1537,17.008015,12772.409,25.926752,0.8151109,8.308935,21.554369,6.19043,1.9129504,11.971301,296.0723,73.155014,8.428058,0.64315814,2.16355,113.93214,1.7287937,146.66359,249.43817,2034.2379,430.06354,95.386,163.42653,353.82468,15.563507,17.33832,235.93454,26.304247,36.54974,12.169859,19.690943,158.47731,15.067576,11.230332,49.314804,13.509058,3739.0144,18.846674,21.420698,16.200766,10.499988,205.63658,41.63328,16.943548,6.824864,7.6897774,12.813473,56.63602,103.04262,29.943144,159.52844,19.831049,4.9364157,48.75703,35.12965,70.39902,93.62518,12.390784,2.7662635,8.121837,17.884087,2289.3235,10.537121,2.3191924,48.017246,12.746969,135.89128,78.844444,116.23791,4.381336,70.61519,426.39346,330.93137,30.153584,335.83948,51.3638,53.045734,72.29822,44.918976,7.1361604,28.32657,496.896,1.0272053,2.2655141,134.39575,24.000153,9.322544,15.457784,19.313644,183.4479,60.69281,161.21922,995.6094,222.63196,2112.3735,1810.279,18.973145,24.147423,2088.888,23.710663,37.80712,504.3479,67.73747,106.767075,49.025326,210.45036,310.6218,462.37442,8.793263,68.22488,291.073,436.13205,13.222993,111.08322,14.333109,1.6569911,53.781746,1.1175767,1.2650654,4.347046,12.229103,60.51697,22.760777,19.389248,338.0823,71.292564,42.41014,56.251343,18.035408,62.50269,12.00448,7.8556094,14.906183,93.904236,37.798313,17.993277,36.4071,10.660618,22.493624,24.049372,1.5418081,86.72266,14.653309,234.85735,9.321752,367.43912,21.052961,802.9643,181.33351,4.77094,11.628804,197.99146,269.61182,1092.5801,698.6344 +2023-12-06 21:00:00,0.0,3266.7239,66.453445,28.468182,75.32341,46.510445,321.7498,41.06964,79.91851,21.711283,48.592075,350.5444,103.312065,22.587578,157.0291,0.33055785,0.12163242,62.721188,3.1512668,14.143105,982.1374,14.514523,1186.7062,134.93756,3.218206,35.496826,611.061,52.6098,507.95743,216.59773,3986.7856,10.786888,2725.887,117.544975,4.741806,6.199113,23.946423,245.2492,298.1891,186.82458,50.725807,36.961685,11.4240465,764.26764,79.80233,43.11349,10.600806,487.43365,14.211858,553.5814,5.986716,38.196156,0.0,766.4971,2140.5803,0.24661623,162.03438,17.00353,12767.62,25.926376,0.8153817,8.304781,21.544456,6.1919456,1.9131469,11.965688,295.97214,73.12477,8.422052,0.64315426,2.1643996,113.93808,1.7276558,146.64891,249.25201,2033.72,429.69684,95.37129,163.40457,354.51157,15.601297,17.362362,236.66368,26.351688,36.617813,12.166575,19.690529,158.52913,15.060141,11.228708,49.3185,13.5136385,3739.4597,18.84534,21.418346,16.199875,10.498477,205.74011,41.64723,16.955645,6.8256865,7.687809,12.816153,56.634594,102.99518,29.94506,159.56229,19.82845,4.9355693,48.74989,35.114574,70.3515,93.659386,12.405105,2.7644155,8.144767,17.876541,2288.5137,10.553474,2.3167138,47.975704,12.744743,135.86488,78.85834,116.21789,4.386925,70.64244,426.23813,330.78864,30.146988,335.68427,51.416397,53.0369,72.2937,44.996414,7.1455526,28.345613,496.8822,1.030442,2.2710845,134.50339,24.00046,9.321439,15.472596,19.322718,183.56346,60.72999,161.22136,996.2927,222.42998,2111.7026,1809.9976,18.96256,24.128345,2088.3013,23.710545,37.776577,504.2469,67.69242,106.70434,48.992424,210.30167,310.54944,462.33252,8.7878275,68.18843,290.87415,436.03293,13.218256,111.050545,14.327453,1.656861,53.79108,1.1173568,1.2647692,4.3450108,12.227311,60.469406,22.754848,19.392742,338.53665,71.2631,42.39113,56.222782,18.029436,62.539314,12.005108,7.888078,14.899798,93.86993,37.774933,18.024088,36.423355,10.65998,22.539803,24.075201,1.5412958,86.68704,14.646339,234.83655,9.318646,367.3266,21.055103,803.3122,181.25409,4.768289,11.626987,197.92184,269.48688,1092.3335,698.9263 +2023-12-06 22:00:00,0.0,3265.4956,66.42061,28.436821,75.27652,46.487823,321.66574,41.051052,79.873726,21.706917,48.55898,350.3558,103.362335,22.575857,156.8625,0.33062896,0.12217904,62.70199,3.172599,14.160896,981.5645,14.511945,1186.0614,134.92117,3.2369204,35.51761,610.7206,52.63813,508.4985,216.65948,3984.806,10.82172,2726.0698,117.81394,4.7628293,6.218026,24.0388,245.22891,298.16824,187.32271,50.70968,36.94007,11.422813,763.8378,80.022156,43.12718,10.595296,487.53955,14.208615,553.6515,5.9865685,38.18099,0.0,766.45764,2139.9265,0.24662557,161.91505,16.999048,12762.831,25.926,0.81565255,8.300628,21.534542,6.1934614,1.9133433,11.960074,295.87198,73.09453,8.416047,0.6431504,2.1652493,113.94402,1.7265179,146.63422,249.06586,2033.202,429.33014,95.35659,163.38261,355.19843,15.639088,17.386404,237.39284,26.39913,36.685886,12.163293,19.690111,158.58095,15.052705,11.227084,49.3222,13.518218,3739.905,18.844007,21.415995,16.198982,10.496967,205.84363,41.661175,16.967741,6.8265095,7.6858406,12.818832,56.63317,102.94774,29.946976,159.59613,19.825848,4.934723,48.742752,35.099503,70.303986,93.69358,12.419424,2.7625673,8.167697,17.868996,2287.7036,10.569828,2.3142352,47.934162,12.742517,135.83847,78.87222,116.19787,4.3925138,70.66969,426.0828,330.6459,30.140394,335.52908,51.468994,53.02806,72.28919,45.073853,7.1549444,28.364655,496.86838,1.0336787,2.276655,134.61102,24.000767,9.3203335,15.48741,19.33179,183.67902,60.76717,161.2235,996.976,222.228,2111.0317,1809.7162,18.951975,24.109268,2087.7148,23.710426,37.746033,504.14584,67.64736,106.6416,48.959522,210.15298,310.47708,462.2906,8.782392,68.15199,290.67532,435.9338,13.213519,111.017876,14.321796,1.6567307,53.800415,1.1171368,1.2644728,4.342976,12.225519,60.42184,22.74892,19.396236,338.991,71.23364,42.37212,56.19422,18.023464,62.57594,12.005735,7.920547,14.8934145,93.83562,37.751553,18.054901,36.43961,10.659341,22.585981,24.101028,1.5407833,86.65143,14.63937,234.81575,9.31554,367.21408,21.057247,803.6601,181.17467,4.7656384,11.62517,197.85225,269.36197,1092.0869,699.21814 +2023-12-06 23:00:00,0.0,3264.2673,66.387764,28.40546,75.22963,46.465202,321.58167,41.032467,79.82894,21.702549,48.525887,350.16718,103.412605,22.564138,156.6959,0.33070007,0.12272565,62.68279,3.1939316,14.178689,980.9917,14.509366,1185.4166,134.90479,3.2556348,35.538395,610.3801,52.66646,509.03958,216.72124,3982.8264,10.856553,2726.253,118.08291,4.7838526,6.2369394,24.131178,245.20862,298.14743,187.82083,50.69355,36.91846,11.421581,763.408,80.241974,43.14087,10.589785,487.6454,14.205374,553.7216,5.986421,38.16582,0.0,766.4182,2139.273,0.24663492,161.79572,16.994564,12758.042,25.925627,0.8159234,8.2964735,21.524626,6.194977,1.9135399,11.954461,295.77182,73.06429,8.410042,0.6431465,2.1660988,113.94997,1.72538,146.61952,248.8797,2032.6841,428.96347,95.34189,163.36066,355.8853,15.676877,17.410444,238.12198,26.446571,36.75396,12.16001,19.689695,158.63277,15.045268,11.22546,49.325897,13.522799,3740.3503,18.842672,21.413643,16.198092,10.495458,205.94716,41.67512,16.97984,6.8273325,7.683872,12.821513,56.63175,102.9003,29.94889,159.62996,19.823246,4.9338765,48.735615,35.084427,70.25648,93.72778,12.433744,2.760719,8.190626,17.86145,2286.8938,10.586183,2.3117566,47.892616,12.740292,135.81207,78.886116,116.17785,4.3981028,70.696945,425.92746,330.5032,30.1338,335.3739,51.521595,53.019226,72.284676,45.151295,7.1643367,28.383698,496.85458,1.0369153,2.2822254,134.71866,24.001074,9.319228,15.502223,19.340864,183.79457,60.80435,161.22565,997.65924,222.02602,2110.3606,1809.4347,18.941391,24.09019,2087.1282,23.710308,37.71549,504.04483,67.60231,106.578865,48.92662,210.00429,310.40472,462.2487,8.776956,68.115555,290.47647,435.8347,13.208782,110.98521,14.31614,1.6566004,53.80975,1.116917,1.2641766,4.340941,12.223727,60.374275,22.742992,19.39973,339.44534,71.204185,42.35311,56.165657,18.017492,62.612568,12.006362,7.9530153,14.88703,93.80131,37.728172,18.085714,36.455864,10.658703,22.632162,24.126858,1.5402709,86.615814,14.6324005,234.79494,9.312435,367.1016,21.059391,804.008,181.09525,4.762987,11.623352,197.78265,269.23703,1091.8403,699.5101 +2023-12-07 00:00:00,0.0,3263.039,66.35493,28.374102,75.18273,46.44258,321.49762,41.013878,79.78416,21.698183,48.49279,349.97858,103.46288,22.55242,156.52931,0.33077118,0.12327226,62.66359,3.2152638,14.196481,980.4188,14.506788,1184.7719,134.8884,3.274349,35.55918,610.03973,52.694786,509.58063,216.78299,3980.847,10.891385,2726.4358,118.351875,4.8048754,6.255853,24.223557,245.18832,298.12662,188.31894,50.677418,36.896847,11.420348,762.9783,80.4618,43.154556,10.584273,487.75125,14.202131,553.7917,5.986274,38.150654,0.0,766.3788,2138.6191,0.24664424,161.67639,16.990082,12753.252,25.925251,0.81619424,8.292319,21.514711,6.1964927,1.9137363,11.948848,295.67166,73.03405,8.4040365,0.64314264,2.1669486,113.95591,1.724242,146.60484,248.69354,2032.1661,428.59677,95.32718,163.33871,356.57217,15.714667,17.434486,238.85114,26.494013,36.822033,12.156728,19.689281,158.68459,15.037832,11.223836,49.329594,13.527378,3740.7957,18.84134,21.411291,16.197199,10.493948,206.05069,41.689068,16.991936,6.828155,7.6819034,12.824193,56.63032,102.85286,29.950806,159.6638,19.820644,4.93303,48.728474,35.06935,70.20896,93.76198,12.448064,2.758871,8.213556,17.853905,2286.084,10.602536,2.3092782,47.851074,12.738065,135.78566,78.9,116.15783,4.403692,70.7242,425.77213,330.36047,30.127207,335.2187,51.574192,53.010387,72.28016,45.228733,7.1737285,28.402739,496.84076,1.040152,2.2877955,134.82631,24.00138,9.318123,15.5170355,19.349937,183.91013,60.841534,161.22778,998.3425,221.82405,2109.6897,1809.1533,18.930807,24.071114,2086.5415,23.710188,37.684944,503.94382,67.55726,106.51613,48.89372,209.8556,310.33234,462.2068,8.771521,68.07911,290.27765,435.7356,13.204045,110.95254,14.310484,1.6564701,53.819084,1.1166971,1.2638804,4.3389063,12.221935,60.326714,22.737064,19.403225,339.89966,71.17473,42.334103,56.137096,18.011522,62.649193,12.0069895,7.985484,14.880646,93.76699,37.704792,18.116528,36.47212,10.658065,22.67834,24.152687,1.5397586,86.5802,14.625431,234.77414,9.309329,366.98907,21.061535,804.3559,181.01582,4.7603364,11.621535,197.71304,269.11212,1091.5938,699.80194 +2023-12-07 01:00:00,0.0,3261.8108,66.32209,28.342741,75.13584,46.41996,321.41354,40.99529,79.73937,21.693817,48.459698,349.78995,103.51315,22.540699,156.36272,0.3308423,0.123818874,62.64439,3.236596,14.2142725,979.846,14.50421,1184.1272,134.87201,3.2930634,35.579964,609.6993,52.723118,510.1217,216.84473,3978.8674,10.926217,2726.6187,118.62084,4.8258986,6.2747664,24.315933,245.16803,298.1058,188.81706,50.66129,36.875233,11.419116,762.54846,80.68162,43.168247,10.578762,487.85712,14.198889,553.8618,5.9861264,38.135483,0.0,766.33936,2137.9653,0.24665359,161.55707,16.985598,12748.463,25.924875,0.816465,8.288166,21.504795,6.198008,1.9139328,11.943235,295.5715,73.00381,8.398031,0.64313877,2.1677983,113.96185,1.7231041,146.59015,248.50739,2031.6482,428.23007,95.31248,163.31676,357.25906,15.752458,17.458529,239.58028,26.541454,36.890106,12.153445,19.688866,158.73642,15.030396,11.222212,49.33329,13.531959,3741.2412,18.840006,21.408937,16.196308,10.492437,206.1542,41.70302,17.004032,6.828978,7.679935,12.826874,56.6289,102.80542,29.95272,159.69765,19.818045,4.9321837,48.721336,35.05428,70.161446,93.79618,12.462384,2.7570229,8.2364855,17.84636,2285.2742,10.61889,2.3067997,47.809532,12.735839,135.75926,78.913895,116.13781,4.409281,70.75145,425.6168,330.21774,30.120613,335.0635,51.626793,53.001553,72.27565,45.30617,7.1831207,28.42178,496.82693,1.0433886,2.293366,134.93394,24.00169,9.3170185,15.531849,19.35901,184.02568,60.87871,161.22992,999.0258,221.62207,2109.0188,1808.8718,18.920221,24.052038,2085.9548,23.71007,37.6544,503.8428,67.5122,106.4534,48.860817,209.70691,310.25998,462.1649,8.766085,68.04267,290.0788,435.63647,13.199308,110.91986,14.304828,1.6563399,53.82842,1.1164771,1.2635841,4.336871,12.220143,60.27915,22.731136,19.40672,340.354,71.14527,42.315094,56.108536,18.00555,62.68582,12.007617,8.017953,14.874261,93.73268,37.681416,18.14734,36.488373,10.657426,22.72452,24.178516,1.5392461,86.54459,14.618462,234.75334,9.306224,366.87656,21.063677,804.7038,180.9364,4.757685,11.619718,197.64345,268.98718,1091.3472,700.0938 +2023-12-07 02:00:00,0.0,3260.5825,66.289246,28.31138,75.08895,46.39734,321.3295,40.976704,79.694595,21.68945,48.426605,349.60135,103.56342,22.52898,156.19614,0.3309134,0.124365486,62.625195,3.2579284,14.232065,979.27313,14.501632,1183.4824,134.85562,3.3117778,35.60075,609.3589,52.751446,510.66278,216.90648,3976.888,10.96105,2726.8015,118.88981,4.846922,6.2936797,24.408312,245.14772,298.08496,189.31519,50.64516,36.853622,11.417883,762.11865,80.90144,43.181934,10.573252,487.963,14.195647,553.9319,5.9859786,38.120316,0.0,766.2999,2137.3118,0.24666293,161.43774,16.981115,12743.674,25.9245,0.81673586,8.284012,21.494883,6.1995234,1.9141293,11.937622,295.47134,72.973564,8.392026,0.6431349,2.1686478,113.9678,1.7219661,146.57547,248.32124,2031.1302,427.8634,95.297775,163.2948,357.94592,15.790248,17.482569,240.30942,26.588898,36.95818,12.150163,19.688448,158.78824,15.022961,11.220587,49.33699,13.536538,3741.6865,18.838673,21.406586,16.195415,10.490928,206.25774,41.716965,17.016129,6.8298006,7.6779666,12.829554,56.627472,102.75798,29.954636,159.73149,19.815443,4.9313374,48.7142,35.039204,70.11393,93.830376,12.476704,2.7551749,8.259416,17.838814,2284.464,10.635243,2.304321,47.767986,12.733613,135.73285,78.92778,116.11779,4.41487,70.7787,425.46146,330.07504,30.11402,334.9083,51.67939,52.992714,72.27113,45.383614,7.1925125,28.440823,496.81314,1.0466253,2.2989364,135.04158,24.001997,9.315913,15.546662,19.368084,184.14124,60.915894,161.23206,999.7091,221.42009,2108.348,1808.5903,18.909637,24.03296,2085.3682,23.709951,37.623856,503.7418,67.46715,106.39066,48.827915,209.55823,310.18762,462.12296,8.760649,68.006226,289.87997,435.53735,13.1945715,110.88719,14.299171,1.6562096,53.837753,1.1162573,1.2632879,4.3348365,12.21835,60.231583,22.725208,19.410215,340.80835,71.115814,42.296085,56.07997,17.999578,62.722446,12.0082445,8.050422,14.867877,93.69837,37.658035,18.178154,36.504627,10.656788,22.770699,24.204344,1.5387337,86.50898,14.611492,234.73254,9.303118,366.76404,21.06582,805.0517,180.85698,4.7550344,11.6179,197.57384,268.86227,1091.1006,700.38574 +2023-12-07 03:00:00,0.0,3259.354,66.25641,28.28002,75.04205,46.374718,321.24542,40.958115,79.64981,21.685083,48.39351,349.41272,103.61369,22.517262,156.02954,0.3309845,0.1249121,62.605995,3.2792606,14.249857,978.7003,14.499054,1182.8376,134.83922,3.3304923,35.621536,609.0185,52.779774,511.20386,216.96823,3974.9082,10.995882,2726.9844,119.158775,4.8679447,6.312593,24.50069,245.12743,298.06415,189.8133,50.629032,36.83201,11.416651,761.68884,81.12127,43.195625,10.56774,488.06885,14.192405,554.002,5.9858313,38.10515,0.0,766.2605,2136.658,0.24667227,161.31842,16.976631,12738.885,25.924124,0.8170067,8.279858,21.484968,6.2010393,1.9143258,11.932009,295.3712,72.94332,8.386021,0.643131,2.1694975,113.97374,1.7208282,146.56078,248.13509,2030.6123,427.4967,95.283066,163.27286,358.6328,15.828038,17.50661,241.03857,26.63634,37.026253,12.14688,19.688034,158.84006,15.015524,11.218963,49.340687,13.541119,3742.1318,18.83734,21.404234,16.194525,10.489418,206.36127,41.73091,17.028225,6.8306236,7.675998,12.832234,56.62605,102.71054,29.956553,159.76532,19.812841,4.930491,48.707058,35.02413,70.066414,93.86458,12.491024,2.7533267,8.282346,17.831268,2283.6543,10.651598,2.3018425,47.726444,12.731387,135.70645,78.941666,116.09777,4.4204583,70.80595,425.30612,329.9323,30.107426,334.7531,51.731987,52.98388,72.26662,45.461052,7.201905,28.459864,496.79932,1.0498619,2.3045065,135.14922,24.002304,9.314808,15.561475,19.377157,184.25679,60.953075,161.23419,1000.3924,221.21811,2107.677,1808.309,18.899052,24.013884,2084.7815,23.709833,37.59331,503.64075,67.4221,106.32793,48.795013,209.40955,310.11526,462.08105,8.755213,67.96979,289.68112,435.43823,13.189835,110.85452,14.293515,1.6560793,53.847088,1.1160374,1.2629917,4.332802,12.216558,60.184017,22.71928,19.41371,341.2627,71.08636,42.277077,56.05141,17.993607,62.75907,12.008871,8.08289,14.861492,93.66406,37.634655,18.208967,36.52088,10.656149,22.816877,24.230173,1.5382214,86.473366,14.604523,234.71175,9.300013,366.65152,21.067965,805.3996,180.77756,4.752383,11.616083,197.50424,268.73737,1090.854,700.6776 +2023-12-07 04:00:00,0.0,3258.1257,66.22357,28.24866,74.99516,46.352097,321.16135,40.93953,79.60503,21.680716,48.360416,349.22412,103.66396,22.505543,155.86295,0.3310556,0.12545872,62.586796,3.300593,14.26765,978.12744,14.496476,1182.1929,134.82283,3.3492064,35.64232,608.67804,52.808105,511.7449,217.02998,3972.9287,11.030714,2727.1675,119.42775,4.888968,6.3315063,24.593067,245.10713,298.04333,190.31142,50.612904,36.810394,11.415419,761.2591,81.34109,43.209316,10.562229,488.17474,14.189163,554.07214,5.985684,38.08998,0.0,766.22107,2136.0042,0.24668162,161.1991,16.972147,12734.096,25.923748,0.8172775,8.275704,21.475052,6.2025547,1.9145223,11.926395,295.27103,72.91308,8.380016,0.6431271,2.170347,113.97969,1.7196903,146.54608,247.94893,2030.0944,427.13,95.26837,163.2509,359.31967,15.8658285,17.530653,241.76772,26.68378,37.094326,12.143598,19.687618,158.89188,15.008088,11.217339,49.344383,13.545698,3742.5771,18.836006,21.401882,16.193632,10.487908,206.4648,41.744858,17.040323,6.8314466,7.67403,12.834914,56.624626,102.6631,29.958467,159.79916,19.810242,4.9296446,48.69992,35.009056,70.0189,93.89877,12.505343,2.7514787,8.305275,17.823725,2282.8445,10.667952,2.2993639,47.6849,12.729161,135.68004,78.95556,116.07775,4.4260473,70.8332,425.1508,329.78958,30.100832,334.59793,51.784588,52.975044,72.26211,45.538494,7.2112966,28.478907,496.7855,1.0530986,2.310077,135.25685,24.002611,9.313703,15.576288,19.38623,184.37236,60.990253,161.23633,1001.0757,221.01613,2107.0059,1808.0275,18.888468,23.994806,2084.1948,23.709715,37.562767,503.53973,67.377045,106.26519,48.76211,209.26085,310.0429,462.03915,8.749777,67.93334,289.4823,435.33914,13.185098,110.82185,14.287859,1.6559491,53.856422,1.1158174,1.2626954,4.3307667,12.2147665,60.136456,22.71335,19.417204,341.717,71.0569,42.258064,56.02285,17.987635,62.7957,12.009499,8.115358,14.855107,93.62975,37.611275,18.23978,36.53714,10.655511,22.863056,24.256002,1.5377089,86.43775,14.597553,234.69093,9.296906,366.539,21.070108,805.7475,180.69814,4.7497325,11.614265,197.43465,268.61243,1090.6075,700.9695 +2023-12-07 05:00:00,0.0,3256.8975,66.190735,28.217299,74.94827,46.329475,321.0773,40.92094,79.56024,21.67635,48.327324,349.0355,103.71424,22.493822,155.69635,0.33112672,0.12600532,62.567596,3.3219252,14.285441,977.55457,14.493897,1181.5482,134.80644,3.3679209,35.663105,608.33765,52.836433,512.286,217.09174,3970.9492,11.065546,2727.3503,119.69672,4.9099913,6.3504195,24.685444,245.08684,298.0225,190.80954,50.596775,36.788784,11.414186,760.8293,81.56091,43.223003,10.556719,488.2806,14.185921,554.1422,5.9855366,38.074814,0.0,766.18164,2135.3506,0.24669096,161.07976,16.967665,12729.306,25.923374,0.81754833,8.27155,21.465137,6.20407,1.9147187,11.920782,295.17087,72.882835,8.374011,0.6431232,2.1711967,113.985634,1.7185524,146.5314,247.76277,2029.5764,426.76334,95.25367,163.22894,360.00656,15.903619,17.554695,242.49687,26.731222,37.1624,12.140315,19.687202,158.9437,15.000652,11.215714,49.348083,13.550279,3743.0225,18.834673,21.39953,16.192741,10.486398,206.56831,41.758804,17.05242,6.832269,7.672061,12.837595,56.6232,102.61566,29.960382,159.83301,19.80764,4.928798,48.692783,34.993984,69.97138,93.932976,12.519664,2.7496305,8.328205,17.81618,2282.0347,10.684305,2.2968853,47.643356,12.726934,135.65363,78.969444,116.05773,4.4316363,70.86045,424.99545,329.64688,30.094238,334.44272,51.837185,52.966206,72.25759,45.615932,7.220689,28.497948,496.7717,1.0563352,2.3156474,135.3645,24.002918,9.312597,15.591102,19.395304,184.48792,61.027435,161.23846,1001.759,220.81415,2106.335,1807.7461,18.877884,23.97573,2083.6082,23.709595,37.532223,503.43872,67.331985,106.20245,48.72921,209.11217,309.97055,461.99725,8.744341,67.896904,289.28345,435.24002,13.180361,110.78918,14.282202,1.6558188,53.865757,1.1155976,1.2623992,4.328732,12.212975,60.08889,22.707422,19.420698,342.17136,71.02744,42.239056,55.99429,17.981663,62.832325,12.010126,8.147827,14.848723,93.59544,37.5879,18.270594,36.553394,10.654872,22.909235,24.281832,1.5371965,86.40214,14.590584,234.67014,9.293801,366.42648,21.072252,806.0954,180.61871,4.7470818,11.612448,197.36504,268.48752,1090.361,701.2614 +2023-12-07 06:00:00,0.0,3255.6692,66.15789,28.185938,74.901375,46.306854,320.99323,40.90235,79.51546,21.671982,48.294228,348.8469,103.76451,22.482103,155.52975,0.33119783,0.12655194,62.548397,3.3432574,14.303233,976.98175,14.49132,1180.9034,134.79005,3.3866353,35.68389,607.9972,52.86476,512.827,217.15349,3968.9697,11.100379,2727.5332,119.96568,4.931014,6.369333,24.777824,245.06654,298.00168,191.30765,50.580647,36.76717,11.412953,760.3995,81.78073,43.236694,10.551208,488.38644,14.182678,554.21234,5.985389,38.059647,0.0,766.1422,2134.6968,0.2467003,160.96043,16.96318,12724.517,25.922998,0.8178192,8.267396,21.455223,6.205586,1.9149153,11.915169,295.0707,72.85259,8.368006,0.64311934,2.1720464,113.99158,1.7174144,146.51671,247.57661,2029.0585,426.39664,95.23897,163.20699,360.69342,15.941409,17.578735,243.22601,26.778664,37.230473,12.1370325,19.686787,158.99553,14.993216,11.21409,49.35178,13.554858,3743.4678,18.83334,21.397177,16.191849,10.484888,206.67184,41.77275,17.064516,6.833092,7.6700926,12.840275,56.621777,102.56822,29.962297,159.86685,19.805038,4.927952,48.685642,34.97891,69.92387,93.96717,12.533983,2.7477822,8.351135,17.808634,2281.2249,10.700659,2.294407,47.601814,12.724709,135.62723,78.98334,116.03771,4.4372253,70.8877,424.84012,329.50415,30.087643,334.28754,51.889786,52.95737,72.253075,45.69337,7.2300806,28.51699,496.75787,1.0595719,2.3212175,135.47214,24.003225,9.311492,15.605914,19.404377,184.60347,61.064617,161.2406,1002.44226,220.61217,2105.664,1807.4646,18.867298,23.956654,2083.0215,23.709476,37.50168,503.3377,67.286934,106.13972,48.69631,208.96347,309.8982,461.95532,8.738905,67.86046,289.08463,435.1409,13.175624,110.75651,14.276546,1.6556885,53.87509,1.1153777,1.2621028,4.326697,12.211183,60.041325,22.701494,19.424192,342.6257,70.99798,42.220047,55.965725,17.975693,62.86895,12.010753,8.180296,14.842339,93.561134,37.564518,18.301405,36.56965,10.654234,22.955414,24.307661,1.5366842,86.36652,14.583615,234.64934,9.290695,366.31396,21.074394,806.4433,180.53929,4.7444305,11.610631,197.29544,268.36258,1090.1144,701.5533 +2023-12-07 07:00:00,0.0,3254.441,66.12505,28.154577,74.854485,46.284237,320.90918,40.883766,79.47067,21.667616,48.261135,348.65826,103.81478,22.470385,155.36316,0.33126894,0.12709855,62.529198,3.3645897,14.321026,976.4089,14.488742,1180.2587,134.77367,3.4053495,35.704678,607.6568,52.893093,513.3681,217.21524,3966.9902,11.135211,2727.716,120.23465,4.9520373,6.388246,24.870201,245.04623,297.98087,191.80577,50.564518,36.745556,11.41172,759.9697,82.00056,43.25038,10.545696,488.4923,14.179437,554.2824,5.985242,38.04448,0.0,766.1028,2134.043,0.24670964,160.84111,16.958698,12719.728,25.922623,0.81809,8.263243,21.445309,6.2071013,1.9151118,11.909556,294.97055,72.82236,8.362,0.64311546,2.172896,113.99752,1.7162765,146.50201,247.39046,2028.5405,426.02994,95.22426,163.18504,361.3803,15.979199,17.602777,243.95515,26.826105,37.298546,12.13375,19.68637,159.04735,14.98578,11.212465,49.355476,13.559439,3743.913,18.832006,21.394825,16.190958,10.483378,206.77538,41.7867,17.076612,6.833915,7.668124,12.842956,56.620354,102.520775,29.964212,159.90068,19.802437,4.9271054,48.678505,34.963837,69.87636,94.00137,12.548304,2.7459342,8.374064,17.801088,2280.4148,10.717012,2.2919283,47.56027,12.722483,135.60081,78.99722,116.01769,4.4428144,70.914955,424.68478,329.36142,30.081049,334.13235,51.942383,52.948532,72.248566,45.770813,7.239473,28.536032,496.74408,1.0628085,2.326788,135.57977,24.003532,9.310387,15.620728,19.41345,184.71902,61.1018,161.24274,1003.1255,220.41019,2104.9932,1807.1832,18.856714,23.937576,2082.435,23.709358,37.471134,503.2367,67.24188,106.07699,48.663406,208.81479,309.82584,461.91342,8.733469,67.82402,288.88577,435.04178,13.170887,110.72384,14.270889,1.6555582,53.884426,1.1151577,1.2618066,4.324662,12.209391,59.99376,22.695566,19.427689,343.08005,70.96852,42.20104,55.937164,17.96972,62.90558,12.01138,8.212765,14.835955,93.526825,37.541138,18.332218,36.585903,10.653595,23.001593,24.333488,1.5361718,86.33091,14.576646,234.62854,9.28759,366.20145,21.076538,806.7912,180.45987,4.74178,11.608813,197.22583,268.23767,1089.8678,701.84515 +2023-12-07 08:00:00,0.0,3253.2126,66.09222,28.123217,74.807594,46.261616,320.8251,40.865177,79.425896,21.663248,48.228043,348.46967,103.86505,22.458664,155.19656,0.33134004,0.12764516,62.51,3.385922,14.338818,975.83606,14.486163,1179.6139,134.75728,3.424064,35.72546,607.3164,52.92142,513.9092,217.277,3965.0105,11.170043,2727.899,120.50362,4.9730606,6.40716,24.962578,245.02594,297.96002,192.3039,50.548386,36.723946,11.410488,759.5399,82.220375,43.264072,10.540186,488.5982,14.176194,554.35254,5.9850945,38.029312,0.0,766.0633,2133.3894,0.24671897,160.72179,16.954214,12714.938,25.922247,0.8183608,8.2590885,21.435394,6.208617,1.9153082,11.903943,294.8704,72.792114,8.355995,0.6431116,2.1737456,114.00346,1.7151386,146.48734,247.2043,2028.0226,425.66327,95.20956,163.16309,362.06717,16.01699,17.62682,244.68431,26.873547,37.36662,12.130467,19.685955,159.09917,14.978344,11.210841,49.359177,13.564018,3744.3584,18.830671,21.392473,16.190065,10.481869,206.8789,41.800648,17.088709,6.834738,7.666156,12.845635,56.618927,102.473335,29.96613,159.93452,19.799837,4.926259,48.671368,34.94876,69.82884,94.03557,12.562623,2.744086,8.396995,17.793543,2279.605,10.733367,2.2894497,47.518726,12.720257,135.57442,79.011116,115.99767,4.448403,70.94221,424.52945,329.21872,30.074455,333.97714,51.99498,52.939697,72.24405,45.84825,7.2488647,28.555075,496.73026,1.0660452,2.3323584,135.68741,24.00384,9.309281,15.63554,19.422523,184.83458,61.138977,161.24489,1003.80884,220.2082,2104.322,1806.9017,18.846128,23.918499,2081.8484,23.70924,37.44059,503.13565,67.19682,106.01425,48.630505,208.6661,309.75345,461.87152,8.728033,67.78758,288.68695,434.9427,13.16615,110.69117,14.265233,1.655428,53.89376,1.1149379,1.2615104,4.322627,12.207598,59.946194,22.689638,19.431183,343.53436,70.939064,42.18203,55.908604,17.963749,62.942204,12.012008,8.245234,14.82957,93.49251,37.517757,18.363031,36.602158,10.652957,23.047771,24.359318,1.5356593,86.295296,14.569676,234.60774,9.284484,366.08896,21.078682,807.1391,180.38045,4.7391286,11.606997,197.15623,268.11276,1089.6212,702.1371 +2023-12-07 09:00:00,0.0,3251.9844,66.05937,28.091858,74.7607,46.238995,320.74106,40.84659,79.38111,21.658882,48.194946,348.28104,103.91532,22.446945,155.02998,0.33141118,0.12819178,62.4908,3.4072542,14.356609,975.2632,14.483585,1178.9691,134.74088,3.4427783,35.746246,606.97595,52.94975,514.45026,217.33875,3963.031,11.204876,2728.082,120.77258,4.9940834,6.426073,25.054956,245.00565,297.9392,192.802,50.532257,36.70233,11.409255,759.1101,82.4402,43.27776,10.534675,488.70407,14.172952,554.4226,5.984947,38.01414,0.0,766.02386,2132.7356,0.24672832,160.60246,16.949732,12710.148,25.921871,0.81863165,8.254934,21.42548,6.2101326,1.9155047,11.89833,294.77023,72.76187,8.34999,0.6431077,2.1745954,114.00941,1.7140006,146.47264,247.01814,2027.5046,425.29657,95.194855,163.14113,362.75406,16.054781,17.65086,245.41345,26.92099,37.434692,12.127185,19.68554,159.15099,14.970908,11.209217,49.362873,13.568599,3744.8037,18.829338,21.390121,16.189175,10.480358,206.98242,41.814594,17.100807,6.835561,7.6641874,12.848316,56.617504,102.425896,29.968044,159.96837,19.797235,4.9254127,48.664227,34.93369,69.78133,94.06977,12.576943,2.742238,8.419924,17.785997,2278.7952,10.749721,2.286971,47.477184,12.71803,135.548,79.025,115.97765,4.453992,70.96946,424.3741,329.076,30.067862,333.82196,52.04758,52.93086,72.23953,45.92569,7.258257,28.574116,496.71643,1.0692818,2.3379288,135.79506,24.004147,9.308176,15.650353,19.431597,184.95013,61.17616,161.24702,1004.49207,220.00623,2103.6511,1806.6204,18.835545,23.899424,2081.2617,23.709122,37.410046,503.03464,67.15177,105.951515,48.597603,208.51741,309.6811,461.8296,8.722597,67.75114,288.4881,434.84357,13.161413,110.65849,14.259577,1.6552978,53.903095,1.114718,1.2612141,4.3205924,12.205806,59.898632,22.68371,19.434677,343.9887,70.90961,42.16302,55.88004,17.957777,62.978832,12.012635,8.277702,14.823186,93.4582,37.494377,18.393845,36.618412,10.652318,23.09395,24.385147,1.535147,86.25968,14.562707,234.58693,9.281379,365.97644,21.080826,807.487,180.30103,4.736478,11.605179,197.08664,267.98782,1089.3746,702.42896 +2023-12-07 10:00:00,0.0,3250.7559,66.026535,28.060497,74.713806,46.216373,320.65698,40.828003,79.33633,21.654514,48.161854,348.09244,103.9656,22.435226,154.86339,0.3314823,0.12873839,62.4716,3.4285867,14.374402,974.69037,14.481008,1178.3245,134.72449,3.4614925,35.767033,606.63556,52.97808,514.99133,217.40048,3961.0515,11.239708,2728.265,121.04155,5.0151067,6.4449863,25.147335,244.98535,297.9184,193.30013,50.51613,36.680717,11.408023,758.68036,82.66003,43.29145,10.529163,488.80994,14.16971,554.49274,5.9848,37.998974,0.0,765.98444,2132.0818,0.24673766,160.48314,16.945248,12705.359,25.921495,0.8189025,8.250781,21.415565,6.211648,1.9157013,11.892716,294.67007,72.73163,8.343985,0.64310384,2.1754448,114.01535,1.7128627,146.45796,246.83199,2026.9867,424.92987,95.180145,163.11917,363.44092,16.09257,17.674902,246.14261,26.968431,37.502766,12.123902,19.685123,159.2028,14.963471,11.207593,49.36657,13.573178,3745.2493,18.828005,21.38777,16.188282,10.478848,207.08595,41.82854,17.112904,6.8363833,7.6622186,12.850996,56.616077,102.378456,29.96996,160.00221,19.794634,4.9245663,48.65709,34.918613,69.73381,94.103966,12.591263,2.7403898,8.442854,17.778452,2277.9854,10.766074,2.2844925,47.43564,12.715804,135.5216,79.038895,115.957634,4.459581,70.99671,424.21878,328.93326,30.061268,333.66675,52.100178,52.922024,72.23502,46.00313,7.2676487,28.593159,496.70264,1.0725185,2.343499,135.9027,24.004454,9.307072,15.665167,19.44067,185.06569,61.21334,161.24916,1005.1754,219.80424,2102.9802,1806.3389,18.824959,23.880346,2080.675,23.709002,37.3795,502.93362,67.10672,105.88878,48.5647,208.36873,309.60873,461.7877,8.717161,67.7147,288.28928,434.74445,13.156676,110.625824,14.253921,1.6551675,53.91243,1.114498,1.2609179,4.3185577,12.204014,59.851067,22.677782,19.438171,344.44305,70.88015,42.144012,55.85148,17.951805,63.015457,12.013262,8.31017,14.816801,93.42389,37.471,18.424658,36.634666,10.65168,23.14013,24.410976,1.5346346,86.224075,14.5557375,234.56613,9.278273,365.86392,21.082968,807.83484,180.2216,4.733827,11.603361,197.01703,267.8629,1089.128,702.7208 +2023-12-07 11:00:00,0.0,3249.5276,65.9937,28.029137,74.666916,46.193752,320.57294,40.809414,79.29154,21.650148,48.128757,347.9038,104.01587,22.423506,154.6968,0.3315534,0.12928501,62.4524,3.449919,14.392194,974.1175,14.478429,1177.6797,134.7081,3.480207,35.787815,606.2951,53.00641,515.5324,217.46223,3959.072,11.27454,2728.4478,121.31052,5.03613,6.4638996,25.239712,244.96506,297.89758,193.79825,50.5,36.659107,11.40679,758.25055,82.879845,43.305138,10.523652,488.9158,14.166468,554.56287,5.9846525,37.983807,0.0,765.945,2131.4282,0.246747,160.3638,16.940763,12700.57,25.921122,0.8191733,8.246627,21.40565,6.213164,1.9158977,11.887103,294.56992,72.701385,8.337979,0.64309996,2.1762946,114.02129,1.7117248,146.44327,246.64583,2026.4688,424.5632,95.16544,163.09723,364.1278,16.13036,17.698944,246.87175,27.015873,37.57084,12.12062,19.684708,159.25464,14.956036,11.205969,49.370266,13.577759,3745.6946,18.826672,21.385416,16.187391,10.477339,207.18948,41.842487,17.125,6.8372064,7.66025,12.853676,56.614655,102.33102,29.971874,160.03604,19.792034,4.92372,48.64995,34.90354,69.686295,94.13817,12.605583,2.7385418,8.465784,17.770906,2277.1753,10.782428,2.282014,47.394096,12.713578,135.4952,79.05278,115.937614,4.46517,71.02396,424.06345,328.79056,30.054674,333.51157,52.15278,52.913185,72.23051,46.08057,7.277041,28.6122,496.6888,1.0757551,2.3490694,136.01033,24.00476,9.305966,15.679979,19.449743,185.18124,61.25052,161.2513,1005.85864,219.60226,2102.3093,1806.0575,18.814375,23.861269,2080.0884,23.708883,37.348957,502.8326,67.06167,105.82604,48.5318,208.22003,309.53638,461.7458,8.711725,67.67825,288.09042,434.64532,13.151939,110.593155,14.248264,1.6550373,53.921764,1.1142782,1.2606217,4.3165226,12.202222,59.8035,22.671854,19.441666,344.8974,70.85069,42.125,55.822918,17.945833,63.052082,12.013889,8.342639,14.810417,93.38958,37.44762,18.455471,36.65092,10.651042,23.186308,24.436804,1.5341221,86.18846,14.548768,234.54533,9.275167,365.7514,21.085112,808.18274,180.14218,4.731176,11.601544,196.94743,267.73798,1088.8815,703.01276 +2023-12-07 12:00:00,0.0,3248.2993,65.96085,27.997776,74.62002,46.17113,320.48886,40.790825,79.24676,21.645782,48.095665,347.7152,104.06614,22.411787,154.5302,0.3316245,0.12983161,62.433205,3.4712512,14.409986,973.5447,14.475851,1177.0349,134.69171,3.4989214,35.8086,605.9547,53.034737,516.0735,217.52399,3957.0923,11.309373,2728.6306,121.57948,5.057153,6.482813,25.332088,244.94475,297.87674,194.29637,50.48387,36.637493,11.405558,757.82074,83.09967,43.31883,10.518142,489.02167,14.163225,554.63293,5.9845047,37.96864,0.0,765.9056,2130.7744,0.24675635,160.24448,16.936281,12695.781,25.920746,0.8194441,8.242474,21.395737,6.2146792,1.9160942,11.88149,294.46976,72.67114,8.331974,0.6430961,2.1771443,114.02724,1.7105868,146.42857,246.45967,2025.9508,424.1965,95.15074,163.07527,364.81467,16.16815,17.722984,247.60089,27.063314,37.638912,12.117337,19.684292,159.30646,14.9486,11.204344,49.373966,13.582338,3746.14,18.825338,21.383064,16.186499,10.475829,207.293,41.856434,17.137096,6.8380294,7.658282,12.856357,56.61323,102.28358,29.97379,160.06989,19.789433,4.9228735,48.64281,34.888466,69.63878,94.17236,12.619903,2.7366936,8.488713,17.763361,2276.3655,10.798782,2.2795355,47.352554,12.711352,135.4688,79.066666,115.917595,4.4707584,71.05121,423.9081,328.64783,30.04808,333.35638,52.205376,52.90435,72.22599,46.15801,7.2864327,28.63124,496.67502,1.0789918,2.3546398,136.11797,24.005068,9.304861,15.694793,19.458817,185.2968,61.2877,161.25343,1006.542,219.40028,2101.6382,1805.776,18.803791,23.842192,2079.5017,23.708765,37.318413,502.7316,67.01661,105.763306,48.498898,208.07135,309.46402,461.7039,8.706289,67.641815,287.8916,434.54623,13.1472025,110.560486,14.242607,1.654907,53.9311,1.1140583,1.2603254,4.314488,12.20043,59.755936,22.665926,19.445162,345.3517,70.821236,42.10599,55.794353,17.939863,63.08871,12.014517,8.375108,14.804032,93.35527,37.42424,18.486284,36.667175,10.650403,23.232489,24.462633,1.5336097,86.15285,14.541799,234.52454,9.272061,365.6389,21.087255,808.53064,180.06276,4.728525,11.599727,196.87782,267.61307,1088.6349,703.3046 +2023-12-07 13:00:00,0.0,3247.071,65.92802,27.966415,74.57313,46.14851,320.4048,40.77224,79.20197,21.641415,48.062572,347.52658,104.11641,22.400068,154.3636,0.33169562,0.13037823,62.414005,3.4925835,14.427778,972.9718,14.473273,1176.3901,134.67532,3.5176358,35.829388,605.6143,53.06307,516.61456,217.58574,3955.1128,11.344205,2728.8135,121.84845,5.078176,6.501726,25.424467,244.92445,297.85593,194.79448,50.467743,36.61588,11.4043255,757.3909,83.31949,43.332516,10.51263,489.1275,14.159984,554.70306,5.9843574,37.953472,0.0,765.8661,2130.1206,0.24676569,160.12515,16.931797,12690.992,25.92037,0.81971496,8.238319,21.385822,6.216195,1.9162906,11.875877,294.3696,72.6409,8.325969,0.6430922,2.1779938,114.03318,1.7094489,146.4139,246.27353,2025.4329,423.8298,95.13603,163.05331,365.50156,16.20594,17.747026,248.33005,27.110756,37.706985,12.114055,19.683876,159.35828,14.941164,11.20272,49.377663,13.586919,3746.5852,18.824005,21.380713,16.185608,10.4743185,207.39653,41.870384,17.149193,6.838852,7.6563134,12.859036,56.611805,102.23614,29.975704,160.10373,19.78683,4.922027,48.635674,34.87339,69.59126,94.206566,12.634223,2.7348454,8.511643,17.755816,2275.5557,10.815136,2.277057,47.31101,12.709126,135.44238,79.08056,115.897575,4.4763474,71.07846,423.75278,328.5051,30.041487,333.20117,52.257973,52.89551,72.22147,46.23545,7.295825,28.650284,496.6612,1.0822284,2.36021,136.2256,24.005375,9.303756,15.709606,19.46789,185.41235,61.324883,161.25557,1007.2252,219.19832,2100.9673,1805.4946,18.793205,23.823116,2078.915,23.708647,37.28787,502.63055,66.97156,105.70058,48.465996,207.92267,309.39166,461.66196,8.700854,67.60537,287.69275,434.4471,13.142466,110.52781,14.236951,1.6547767,53.940434,1.1138383,1.2600292,4.312453,12.198638,59.708374,22.659996,19.448656,345.80606,70.79178,42.086983,55.765793,17.933891,63.125336,12.015143,8.407577,14.797648,93.32096,37.40086,18.517097,36.68343,10.649765,23.278667,24.488462,1.5330974,86.11723,14.534829,234.50374,9.268956,365.52637,21.0894,808.87854,179.98334,4.725874,11.597909,196.80823,267.48813,1088.3883,703.5965 +2023-12-07 14:00:00,0.0,3245.8428,65.89518,27.935055,74.52624,46.12589,320.32074,40.75365,79.157196,21.637049,48.029476,347.33798,104.16668,22.38835,154.197,0.33176672,0.13092484,62.394806,3.5139158,14.44557,972.3989,14.470695,1175.7455,134.65894,3.53635,35.85017,605.27386,53.091396,517.1556,217.64749,3953.1333,11.379037,2728.9966,122.11742,5.0991993,6.5206394,25.516846,244.90416,297.8351,195.2926,50.451614,36.59427,11.403092,756.9612,83.539314,43.346207,10.507119,489.2334,14.156741,554.77313,5.98421,37.938305,0.0,765.82666,2129.467,0.24677503,160.00583,16.927315,12686.202,25.919994,0.8199858,8.234165,21.375908,6.2177105,1.9164872,11.870264,294.26944,72.61066,8.319963,0.6430883,2.1788435,114.03912,1.708311,146.3992,246.08737,2024.9149,423.46313,95.12133,163.03136,366.18842,16.24373,17.771069,249.05919,27.158197,37.77506,12.110771,19.68346,159.4101,14.933727,11.201096,49.38136,13.591498,3747.0305,18.822672,21.37836,16.184715,10.472809,207.50006,41.88433,17.161291,6.839675,7.654345,12.861717,56.610382,102.1887,29.977621,160.13757,19.78423,4.9211807,48.628532,34.85832,69.54375,94.24076,12.648542,2.7329974,8.534574,17.748272,2274.7458,10.83149,2.2745783,47.269466,12.7069,135.41599,79.094444,115.877556,4.4819365,71.10571,423.59744,328.3624,30.034893,333.046,52.310574,52.886677,72.216965,46.31289,7.305217,28.669325,496.64737,1.0854651,2.3657804,136.33325,24.005682,9.30265,15.724419,19.476963,185.52791,61.362064,161.2577,1007.9085,218.99634,2100.2964,1805.2131,18.782621,23.804039,2078.3284,23.708527,37.257324,502.52954,66.926506,105.63784,48.433094,207.77397,309.3193,461.62006,8.695418,67.56893,287.49393,434.348,13.137729,110.49514,14.231295,1.6546464,53.949768,1.1136185,1.259733,4.310418,12.196845,59.66081,22.654068,19.45215,346.2604,70.76232,42.067974,55.737232,17.92792,63.16196,12.015771,8.440045,14.791264,93.28665,37.377483,18.54791,36.699688,10.649126,23.324846,24.514292,1.5325849,86.08162,14.52786,234.48293,9.26585,365.41385,21.091543,809.22644,179.90392,4.723223,11.596092,196.73863,267.36322,1088.1417,703.8884 +2023-12-07 15:00:00,0.0,3244.6145,65.862335,27.903694,74.47934,46.103268,320.23666,40.73506,79.11241,21.63268,47.996384,347.14935,104.21696,22.376629,154.03041,0.33183783,0.13147146,62.375607,3.535248,14.463362,971.8261,14.468117,1175.1007,134.64255,3.5550644,35.870956,604.9335,53.119724,517.69666,217.70924,3951.1538,11.41387,2729.1794,122.38638,5.1202226,6.539553,25.609222,244.88387,297.81427,195.79073,50.435482,36.572655,11.40186,756.5314,83.75913,43.359898,10.501609,489.33926,14.153499,554.84326,5.9840627,37.923138,0.0,765.78723,2128.8132,0.24678436,159.8865,16.92283,12681.413,25.919619,0.8202566,8.230012,21.365992,6.219226,1.9166837,11.864651,294.16928,72.58042,8.313958,0.6430844,2.1796932,114.04507,1.707173,146.3845,245.90121,2024.397,423.09644,95.10663,163.00941,366.8753,16.28152,17.79511,249.78835,27.205639,37.843136,12.107489,19.683044,159.46191,14.926291,11.199471,49.38506,13.596079,3747.4758,18.821339,21.376009,16.183825,10.471299,207.60359,41.898277,17.173388,6.8404975,7.652376,12.864397,56.60896,102.14126,29.979536,160.17142,19.78163,4.9203343,48.621395,34.843243,69.49624,94.27496,12.662863,2.7311492,8.557503,17.740726,2273.9358,10.847843,2.2720997,47.22792,12.704674,135.38957,79.10834,115.85754,4.4875255,71.132965,423.4421,328.21967,30.0283,332.8908,52.36317,52.87784,72.21245,46.39033,7.314609,28.688368,496.63358,1.0887017,2.3713508,136.44089,24.005991,9.301545,15.739232,19.486034,185.64346,61.399242,161.25984,1008.5918,218.79436,2099.6255,1804.9318,18.772036,23.784962,2077.7417,23.708408,37.22678,502.42853,66.88145,105.5751,48.400192,207.62529,309.24695,461.57816,8.689982,67.532486,287.29507,434.24887,13.132992,110.46247,14.225638,1.6545162,53.959103,1.1133986,1.2594366,4.308383,12.195053,59.613243,22.64814,19.455645,346.71475,70.732864,42.048965,55.708668,17.921947,63.19859,12.016398,8.472514,14.78488,93.252335,37.354103,18.578722,36.715942,10.648488,23.371025,24.54012,1.5320725,86.046005,14.52089,234.46213,9.262745,365.30133,21.093685,809.57434,179.8245,4.720572,11.5942745,196.66902,267.2383,1087.8951,704.1803 +2023-12-07 16:00:00,0.0,3243.3862,65.8295,27.872334,74.43245,46.080647,320.15262,40.716476,79.06763,21.628315,47.96329,346.96075,104.26723,22.36491,153.86383,0.33190894,0.13201807,62.356407,3.5565803,14.481154,971.25323,14.465539,1174.4559,134.62614,3.5737789,35.891743,604.593,53.148056,518.23773,217.771,3949.1743,11.448702,2729.3623,122.65535,5.1412454,6.5584664,25.7016,244.86357,297.79346,196.28883,50.419353,36.55104,11.400627,756.10156,83.97896,43.373585,10.496098,489.44513,14.150257,554.9133,5.9839153,37.90797,0.0,765.7478,2128.1594,0.2467937,159.76718,16.918348,12676.624,25.919245,0.82052743,8.225858,21.356077,6.2207417,1.9168801,11.859037,294.06912,72.55018,8.307953,0.64308053,2.1805427,114.05101,1.7060351,146.36983,245.71506,2023.879,422.72974,95.09192,162.98746,367.56216,16.319311,17.81915,250.51749,27.253082,37.91121,12.104206,19.682629,159.51375,14.918856,11.197847,49.388756,13.600658,3747.9211,18.820005,21.373655,16.182934,10.469789,207.7071,41.912224,17.185484,6.8413205,7.650408,12.867078,56.607533,102.09382,29.981451,160.20525,19.779028,4.9194884,48.614258,34.82817,69.44872,94.30916,12.677182,2.7293012,8.580433,17.733181,2273.126,10.864197,2.2696211,47.18638,12.702448,135.36317,79.12222,115.83752,4.4931145,71.16022,423.28674,328.07693,30.021704,332.7356,52.41577,52.869003,72.20793,46.46777,7.324001,28.707409,496.61975,1.0919384,2.376921,136.54852,24.006298,9.30044,15.7540455,19.495108,185.75902,61.436424,161.26198,1009.2751,218.59238,2098.9543,1804.6503,18.761452,23.765884,2077.155,23.70829,37.196236,502.3275,66.836395,105.51237,48.36729,207.4766,309.17456,461.53622,8.684546,67.49605,287.09625,434.14975,13.128255,110.4298,14.219982,1.6543859,53.968437,1.1131787,1.2591404,4.3063483,12.193261,59.565678,22.642212,19.459139,347.1691,70.7034,42.029957,55.680107,17.915976,63.235214,12.017026,8.504982,14.778495,93.218025,37.330723,18.609535,36.732197,10.647849,23.417204,24.565948,1.5315602,86.01039,14.513921,234.44133,9.259639,365.1888,21.095829,809.92224,179.74507,4.7179213,11.592457,196.59943,267.11337,1087.6486,704.47217 +2023-12-07 17:00:00,0.0,3242.1577,65.79666,27.840975,74.38556,46.058025,320.06854,40.697887,79.02284,21.623947,47.930195,346.77213,104.3175,22.353191,153.69724,0.33198005,0.13256468,62.337208,3.5779126,14.498946,970.6804,14.46296,1173.8112,134.60976,3.592493,35.912525,604.2526,53.176384,518.7788,217.83275,3947.1946,11.483534,2729.5452,122.92432,5.1622686,6.5773797,25.793978,244.84326,297.77264,196.78696,50.403225,36.52943,11.399395,755.6718,84.198784,43.387276,10.490586,489.55103,14.147015,554.98346,5.983768,37.8928,0.0,765.7084,2127.5059,0.24680305,159.64784,16.913864,12671.835,25.918869,0.8207983,8.221704,21.346165,6.222257,1.9170767,11.853424,293.96896,72.519936,8.301949,0.64307666,2.1813924,114.05695,1.7048972,146.35513,245.5289,2023.3611,422.36307,95.07722,162.9655,368.24905,16.357101,17.843193,251.24663,27.300524,37.979282,12.100924,19.682213,159.56557,14.911419,11.196222,49.392452,13.605239,3748.3665,18.81867,21.371304,16.182041,10.468279,207.81064,41.92617,17.19758,6.8421435,7.6484394,12.869758,56.60611,102.04638,29.983366,160.23909,19.776426,4.918642,48.607117,34.813095,69.40121,94.34336,12.691503,2.727453,8.603362,17.725636,2272.3162,10.880551,2.2671425,47.144836,12.700222,135.33676,79.136116,115.8175,4.498703,71.18747,423.1314,327.93423,30.01511,332.5804,52.46837,52.86017,72.20342,46.545208,7.333393,28.726452,496.60596,1.095175,2.3824914,136.65616,24.006605,9.299335,15.768858,19.50418,185.87459,61.473606,161.26413,1009.9584,218.3904,2098.2834,1804.3689,18.750866,23.746807,2076.5686,23.708172,37.16569,502.2265,66.79134,105.44963,48.33439,207.32791,309.1022,461.49432,8.679111,67.45961,286.8974,434.05066,13.123518,110.397125,14.214326,1.6542556,53.97777,1.1129588,1.2588441,4.3043137,12.191469,59.518116,22.636284,19.462635,347.6234,70.67394,42.010944,55.651546,17.910004,63.271843,12.0176525,8.537451,14.77211,93.183716,37.307343,18.640348,36.74845,10.647211,23.463383,24.591778,1.5310477,85.97478,14.506951,234.42053,9.256534,365.07632,21.097973,810.27014,179.66565,4.7152705,11.59064,196.52982,266.98846,1087.4021,704.7641 +2023-12-07 18:00:00,0.0,3240.9294,65.76382,27.809614,74.33866,46.035404,319.9845,40.6793,78.97806,21.619581,47.897102,346.58353,104.36777,22.34147,153.53064,0.33205116,0.1331113,62.31801,3.5992448,14.516738,970.10754,14.460382,1173.1664,134.59337,3.6112075,35.93331,603.91223,53.204712,519.3199,217.89449,3945.215,11.518367,2729.728,123.19328,5.183292,6.596293,25.886356,244.82297,297.7518,197.28508,50.387096,36.507816,11.398162,755.242,84.4186,43.400963,10.485076,489.65686,14.143773,555.0535,5.9836206,37.877632,0.0,765.66895,2126.852,0.24681239,159.52852,16.90938,12667.046,25.918493,0.82106906,8.21755,21.336248,6.223773,1.9172732,11.847812,293.8688,72.48969,8.295943,0.6430728,2.1822422,114.062904,1.7037592,146.34044,245.34274,2022.8431,421.99637,95.062515,162.94354,368.9359,16.394892,17.867235,251.97578,27.347965,38.047356,12.097641,19.681797,159.61739,14.903983,11.194598,49.39615,13.609818,3748.812,18.817337,21.368952,16.18115,10.466769,207.91417,41.940117,17.209677,6.842966,7.646471,12.872438,56.604687,101.99894,29.985281,160.27293,19.773827,4.9177957,48.59998,34.798023,69.35369,94.377556,12.705822,2.725605,8.626292,17.71809,2271.5063,10.896905,2.2646642,47.10329,12.697996,135.31036,79.15,115.79748,4.504292,71.21472,422.97607,327.7915,30.008516,332.42523,52.520966,52.85133,72.198906,46.62265,7.342785,28.745493,496.59213,1.0984117,2.3880618,136.76381,24.006912,9.298229,15.783671,19.513254,185.99014,61.510784,161.26627,1010.64166,218.18842,2097.6125,1804.0874,18.740282,23.727732,2075.982,23.708054,37.135147,502.12546,66.74629,105.386894,48.301487,207.17921,309.02985,461.45242,8.673675,67.423164,286.69858,433.95154,13.118781,110.364456,14.20867,1.6541255,53.987106,1.1127388,1.2585479,4.3022785,12.189677,59.47055,22.630356,19.46613,348.07776,70.644485,41.991936,55.622982,17.904034,63.308468,12.01828,8.56992,14.765726,93.14941,37.283962,18.671162,36.764706,10.646572,23.509562,24.617607,1.5305353,85.93916,14.499983,234.39973,9.2534275,364.9638,21.100117,810.61804,179.58623,4.7126193,11.588822,196.46022,266.86353,1087.1555,705.05597 +2023-12-07 19:00:00,0.0,3239.7012,65.73098,27.778254,74.29177,46.012783,319.90042,40.660713,78.93327,21.615213,47.864006,346.3949,104.41804,22.329752,153.36404,0.33212227,0.1336579,62.29881,3.620577,14.534531,969.5347,14.457805,1172.5217,134.57698,3.629922,35.954098,603.5718,53.233044,519.86096,217.95624,3943.2356,11.553199,2729.9111,123.46225,5.2043147,6.6152062,25.978733,244.80267,297.731,197.78319,50.370968,36.486202,11.39693,754.8122,84.63843,43.414654,10.479565,489.76276,14.140531,555.12366,5.9834733,37.862465,0.0,765.6295,2126.1982,0.24682173,159.4092,16.904898,12662.256,25.918118,0.8213399,8.213396,21.326334,6.2252884,1.9174696,11.842198,293.76865,72.45945,8.289938,0.6430689,2.1830916,114.06885,1.7026213,146.32576,245.15659,2022.3252,421.62967,95.04781,162.9216,369.6228,16.432682,17.891275,252.70493,27.395407,38.11543,12.094358,19.681381,159.6692,14.896547,11.192974,49.39985,13.614399,3749.2573,18.816004,21.3666,16.180258,10.46526,208.01768,41.954067,17.221775,6.843789,7.6445026,12.875118,56.60326,101.9515,29.987198,160.30678,19.771225,4.9169493,48.592842,34.782948,69.306175,94.41176,12.720142,2.7237568,8.649222,17.710545,2270.6963,10.913259,2.2621856,47.06175,12.695769,135.28395,79.163895,115.77746,4.509881,71.241974,422.82074,327.64877,30.001923,332.27002,52.573566,52.842495,72.19439,46.70009,7.352177,28.764536,496.5783,1.1016483,2.3936322,136.87144,24.00722,9.297125,15.798485,19.522327,186.1057,61.547966,161.2684,1011.32495,217.98643,2096.9417,1803.806,18.729698,23.708654,2075.3953,23.707933,37.104603,502.02444,66.70123,105.324165,48.268585,207.03053,308.9575,461.41052,8.668239,67.38673,286.49973,433.85242,13.114044,110.33179,14.203013,1.6539952,53.99644,1.112519,1.2582517,4.300244,12.187885,59.422985,22.624428,19.469624,348.5321,70.61503,41.972927,55.59442,17.898062,63.345093,12.018908,8.602388,14.759341,93.1151,37.260586,18.701975,36.78096,10.645934,23.55574,24.643435,1.530023,85.90356,14.493013,234.37892,9.250322,364.8513,21.102259,810.96594,179.5068,4.7099686,11.587005,196.39061,266.73862,1086.9089,705.34784 +2023-12-07 20:00:00,0.0,3238.473,65.69814,27.746893,74.24488,45.99016,319.81638,40.642124,78.8885,21.610847,47.830914,346.2063,104.468315,22.318033,153.19745,0.33219337,0.13420452,62.27961,3.6419094,14.552322,968.96185,14.455226,1171.877,134.5606,3.6486363,35.974884,603.2314,53.26137,520.40204,218.01799,3941.256,11.588031,2730.094,123.73122,5.225338,6.6341195,26.071114,244.78238,297.71017,198.28131,50.35484,36.464592,11.395698,754.3824,84.858246,43.42834,10.474053,489.86862,14.137288,555.1938,5.983326,37.847298,0.0,765.5901,2125.5447,0.24683107,159.28987,16.900414,12657.467,25.917742,0.82161075,8.209242,21.316418,6.226804,1.9176661,11.836585,293.6685,72.42921,8.283933,0.64306504,2.1839414,114.07479,1.7014834,146.31107,244.97043,2021.8073,421.263,95.03311,162.89964,370.30966,16.470472,17.915318,253.43408,27.442848,38.183502,12.091076,19.680965,159.72104,14.8891115,11.19135,49.403545,13.6189785,3749.7026,18.81467,21.364246,16.179367,10.463749,208.12122,41.968014,17.233871,6.844612,7.642534,12.877799,56.601837,101.90406,29.989113,160.3406,19.768623,4.916103,48.5857,34.767876,69.25866,94.44596,12.734462,2.7219086,8.672152,17.703,2269.8865,10.929612,2.259707,47.020206,12.693543,135.25754,79.17778,115.75744,4.51547,71.26922,422.6654,327.50607,29.995329,332.11484,52.626163,52.833656,72.18988,46.777527,7.3615694,28.783577,496.5645,1.104885,2.3992023,136.97908,24.007526,9.29602,15.813297,19.5314,186.22125,61.585148,161.27054,1012.00824,217.78445,2096.2705,1803.5245,18.719112,23.689577,2074.8086,23.707815,37.07406,501.92343,66.65618,105.26143,48.235683,206.88185,308.88513,461.3686,8.662803,67.35028,286.3009,433.7533,13.109307,110.29912,14.197357,1.6538649,54.005775,1.1122991,1.2579554,4.2982087,12.186092,59.37542,22.6185,19.473118,348.98645,70.58557,41.95392,55.56586,17.89209,63.38172,12.019534,8.634857,14.752957,93.08079,37.237206,18.732788,36.797215,10.645295,23.60192,24.669264,1.5295105,85.86794,14.486044,234.35812,9.247216,364.73877,21.104403,811.31384,179.42738,4.7073174,11.585188,196.32101,266.6137,1086.6624,705.6398 +2023-12-07 21:00:00,0.0,3237.2446,65.665306,27.715532,74.19798,45.96754,319.7323,40.623535,78.84371,21.60648,47.79782,346.01767,104.518585,22.306314,153.03085,0.33226448,0.13475113,62.26041,3.6632419,14.570115,968.389,14.452648,1171.2322,134.5442,3.6673505,35.995667,602.8909,53.2897,520.9431,218.07974,3939.2766,11.622864,2730.2769,124.00019,5.2463613,6.653033,26.16349,244.76208,297.68936,198.77943,50.33871,36.442978,11.3944645,753.95264,85.07807,43.44203,10.468542,489.97446,14.134047,555.26385,5.983178,37.83213,0.0,765.55066,2124.8909,0.24684042,159.17055,16.895931,12652.678,25.917366,0.8218816,8.205089,21.306503,6.2283196,1.9178627,11.830972,293.56833,72.398964,8.277927,0.64306116,2.1847908,114.080734,1.7003454,146.29639,244.78427,2021.2893,420.8963,95.0184,162.87769,370.99655,16.508263,17.93936,254.16322,27.49029,38.251575,12.087793,19.68055,159.77286,14.881675,11.189726,49.40724,13.623559,3750.148,18.813337,21.361895,16.178474,10.462239,208.22475,41.98196,17.245968,6.8454347,7.6405654,12.880479,56.60041,101.85662,29.991028,160.37445,19.766022,4.9152565,48.578564,34.7528,69.21114,94.480156,12.748782,2.7200606,8.695082,17.695454,2269.0767,10.945967,2.2572284,46.97866,12.691318,135.23114,79.191666,115.73742,4.521059,71.29647,422.51007,327.36334,29.988735,331.95963,52.678764,52.82482,72.18536,46.85497,7.370961,28.80262,496.5507,1.1081216,2.4047728,137.08672,24.007833,9.294914,15.828111,19.540474,186.3368,61.62233,161.27267,1012.6915,217.58247,2095.5996,1803.2432,18.708529,23.6705,2074.222,23.707697,37.043514,501.82242,66.61113,105.19869,48.20278,206.73315,308.81277,461.3267,8.657367,67.31384,286.10205,433.6542,13.10457,110.26645,14.1917,1.6537346,54.01511,1.1120791,1.2576592,4.296174,12.1843,59.327858,22.612572,19.476612,349.44077,70.556114,41.93491,55.5373,17.886118,63.418346,12.020162,8.667326,14.7465725,93.04648,37.213825,18.763601,36.81347,10.644657,23.648098,24.695093,1.5289981,85.83233,14.4790745,234.33733,9.244111,364.62625,21.106546,811.66174,179.34796,4.7046666,11.58337,196.25142,266.48877,1086.4158,705.93164 +2023-12-07 22:00:00,0.0,3236.0164,65.63246,27.684172,74.15109,45.94492,319.64822,40.60495,78.79893,21.602114,47.764725,345.82907,104.568855,22.294594,152.86426,0.3323356,0.13529775,62.241215,3.6845741,14.587907,967.81616,14.45007,1170.5874,134.52782,3.686065,36.016453,602.55054,53.31803,521.4842,218.1415,3937.2969,11.657696,2730.4597,124.26916,5.267384,6.671946,26.255867,244.74178,297.66852,199.27754,50.322582,36.421364,11.393232,753.5228,85.29789,43.45572,10.463032,490.08032,14.130804,555.334,5.983031,37.816963,0.0,765.5112,2124.237,0.24684975,159.05122,16.891447,12647.889,25.916992,0.8221524,8.200934,21.29659,6.229835,1.9180591,11.825358,293.46817,72.36873,8.271922,0.6430573,2.1856406,114.08668,1.6992075,146.2817,244.59811,2020.7714,420.5296,95.0037,162.85574,371.6834,16.546053,17.963402,254.89236,27.537731,38.31965,12.084511,19.680134,159.82468,14.874239,11.188102,49.410942,13.628139,3750.5933,18.812004,21.359543,16.177584,10.46073,208.32828,41.995907,17.258064,6.8462577,7.638597,12.88316,56.598988,101.80918,29.992943,160.4083,19.763422,4.91441,48.571426,34.73773,69.16363,94.51436,12.763102,2.7182124,8.718012,17.687908,2268.2668,10.96232,2.2547498,46.93712,12.689092,135.20473,79.20556,115.7174,4.5266476,71.32372,422.35474,327.2206,29.982141,331.80444,52.73136,52.815983,72.18085,46.932407,7.3803535,28.821661,496.53687,1.1113583,2.4103432,137.19435,24.00814,9.293809,15.842924,19.549547,186.45236,61.659508,161.27481,1013.37476,217.3805,2094.9287,1802.9617,18.697943,23.651424,2073.6353,23.707579,37.01297,501.7214,66.56607,105.135956,48.16988,206.58447,308.74042,461.2848,8.651931,67.2774,285.90323,433.55508,13.0998335,110.23377,14.186044,1.6536044,54.024445,1.1118593,1.257363,4.294139,12.182508,59.280293,22.606642,19.480106,349.8951,70.52666,41.9159,55.508736,17.880146,63.45497,12.020789,8.699794,14.740189,93.01217,37.190445,18.794415,36.829723,10.644019,23.694277,24.720922,1.5284858,85.796715,14.472105,234.31653,9.241005,364.51373,21.10869,812.00964,179.26854,4.702016,11.5815525,196.18181,266.36386,1086.1692,706.2235 +2023-12-07 23:00:00,0.0,3234.788,65.599625,27.652811,74.1042,45.9223,319.56418,40.58636,78.75414,21.597746,47.731632,345.64044,104.619125,22.282875,152.69768,0.33240673,0.13584436,62.222015,3.7059064,14.605699,967.2433,14.447492,1169.9426,134.51141,3.7047794,36.03724,602.21014,53.34636,522.0252,218.20325,3935.3174,11.692528,2730.6426,124.538124,5.2884073,6.69086,26.348246,244.72148,297.6477,199.77567,50.30645,36.399754,11.391999,753.093,85.517715,43.46941,10.4575205,490.18622,14.127562,555.40405,5.9828835,37.801796,0.0,765.4718,2123.5835,0.24685909,158.93188,16.886965,12643.099,25.916616,0.8224232,8.19678,21.286674,6.231351,1.9182556,11.819745,293.368,72.338486,8.265917,0.64305335,2.1864903,114.09262,1.6980696,146.267,244.41196,2020.2534,420.16293,94.989,162.83379,372.3703,16.583843,17.987442,255.62152,27.585173,38.387722,12.081228,19.679718,159.8765,14.866803,11.186477,49.41464,13.632719,3751.0386,18.81067,21.357191,16.176691,10.45922,208.4318,42.009853,17.27016,6.84708,7.6366286,12.885839,56.597565,101.76174,29.994858,160.44214,19.76082,4.9135637,48.564285,34.722652,69.11612,94.54855,12.777422,2.7163644,8.740941,17.680363,2267.4568,10.978674,2.2522714,46.895573,12.686865,135.17833,79.219444,115.69738,4.5322366,71.350975,422.1994,327.0779,29.975548,331.64926,52.78396,52.807148,72.17634,47.00985,7.389745,28.840702,496.52307,1.1145949,2.4159133,137.302,24.008448,9.292704,15.857737,19.55862,186.56792,61.69669,161.27695,1014.0581,217.17851,2094.2578,1802.6802,18.687359,23.632347,2073.0486,23.70746,36.982426,501.62036,66.52102,105.07322,48.13698,206.43578,308.66806,461.2429,8.646495,67.24096,285.70438,433.45596,13.095097,110.2011,14.1803875,1.6534741,54.03378,1.1116394,1.2570666,4.2921042,12.1807165,59.232727,22.600714,19.483603,350.34946,70.4972,41.896893,55.480175,17.874176,63.4916,12.021417,8.732263,14.733804,92.97785,37.16707,18.825228,36.845978,10.64338,23.740456,24.74675,1.5279733,85.7611,14.465136,234.29573,9.237899,364.4012,21.110834,812.35754,179.18912,4.6993647,11.579736,196.11221,266.23892,1085.9226,706.51544 +2023-12-08 00:00:00,0.0,3233.5598,65.56679,27.62145,74.057304,45.899677,319.4801,40.567772,78.70936,21.59338,47.69854,345.45184,104.669395,22.271156,152.53108,0.33247784,0.13639097,62.202816,3.7272387,14.623491,966.6705,14.444914,1169.298,134.49503,3.7234936,36.05802,601.8697,53.374687,522.5663,218.265,3933.338,11.727361,2730.8257,124.80709,5.3094306,6.709773,26.440624,244.70119,297.6269,200.27379,50.29032,36.37814,11.390767,752.66327,85.73754,43.483097,10.452009,490.29205,14.12432,555.4742,5.982736,37.78663,0.0,765.4324,2122.9297,0.24686843,158.81256,16.88248,12638.31,25.91624,0.82269406,8.192627,21.27676,6.2328663,1.9184521,11.814133,293.26785,72.30824,8.259912,0.6430495,2.1873398,114.098564,1.6969316,146.25232,244.2258,2019.7355,419.79623,94.97429,162.81183,373.05716,16.621634,18.011484,256.35068,27.632616,38.455795,12.077946,19.679302,159.92831,14.859366,11.184853,49.418335,13.637299,3751.484,18.809338,21.35484,16.1758,10.457709,208.53532,42.0238,17.282259,6.8479033,7.6346602,12.888519,56.596138,101.7143,29.996773,160.47597,19.758219,4.9127173,48.557148,34.70758,69.0686,94.582756,12.791741,2.7145162,8.763871,17.672817,2266.647,10.995028,2.2497928,46.85403,12.684639,135.15192,79.23334,115.67736,4.5378256,71.37823,422.04407,326.93518,29.968954,331.49405,52.83656,52.79831,72.17182,47.087288,7.3991375,28.859745,496.50925,1.1178316,2.4214838,137.40964,24.008755,9.291598,15.87255,19.567694,186.68347,61.73387,161.27908,1014.74133,216.97653,2093.5867,1802.3988,18.676775,23.61327,2072.462,23.70734,36.95188,501.51935,66.47597,105.01048,48.104076,206.2871,308.59567,461.20096,8.641059,67.20451,285.50555,433.35684,13.09036,110.168434,14.174731,1.6533438,54.043114,1.1114194,1.2567704,4.2900696,12.178925,59.18516,22.594786,19.487097,350.8038,70.46774,41.87788,55.451614,17.868204,63.528225,12.022043,8.764731,14.72742,92.94354,37.14369,18.85604,36.862232,10.642742,23.786634,24.77258,1.5274609,85.72549,14.458166,234.27492,9.234794,364.2887,21.112976,812.70544,179.1097,4.696714,11.577918,196.0426,266.114,1085.676,706.8073 +2023-12-08 01:00:00,0.0,3232.3313,65.53394,27.59009,74.010414,45.877056,319.39606,40.549187,78.66458,21.589014,47.665443,345.2632,104.719666,22.259436,152.36449,0.33254895,0.13693759,62.183617,3.748571,14.641283,966.0976,14.442336,1168.6532,134.47864,3.742208,36.078808,601.5293,53.40302,523.10736,218.32675,3931.3584,11.762193,2731.0085,125.07606,5.330454,6.7286863,26.533,244.6809,297.60605,200.7719,50.274193,36.356525,11.389534,752.23346,85.95736,43.496788,10.446499,490.39795,14.121078,555.54425,5.982589,37.771458,0.0,765.3929,2122.276,0.24687777,158.69324,16.877996,12633.5205,25.915865,0.8229649,8.188473,21.266846,6.2343817,1.9186486,11.808519,293.1677,72.278,8.253906,0.6430456,2.1881895,114.10451,1.6957937,146.23763,244.03966,2019.2175,419.42953,94.95959,162.78987,373.74405,16.659424,18.035526,257.0798,27.680058,38.52387,12.074663,19.678886,159.98015,14.851931,11.1832285,49.422035,13.641879,3751.9292,18.808002,21.352486,16.174908,10.4562,208.63885,42.037746,17.294355,6.8487263,7.632692,12.8912,56.594715,101.66686,29.99869,160.50981,19.75562,4.911871,48.55001,34.692505,69.02109,94.61695,12.806062,2.7126682,8.7868,17.665274,2265.8372,11.011381,2.2473142,46.81249,12.682413,135.12552,79.24722,115.65734,4.5434146,71.40548,421.88873,326.79245,29.96236,331.33887,52.889156,52.789474,72.167305,47.164726,7.4085293,28.878786,496.49545,1.1210682,2.4270542,137.51727,24.009062,9.290493,15.8873625,19.576767,186.79903,61.771053,161.28123,1015.4247,216.77455,2092.9158,1802.1173,18.66619,23.594193,2071.8752,23.707222,36.921337,501.41833,66.430916,104.947754,48.071175,206.13841,308.52332,461.15906,8.635624,67.168076,285.3067,433.25775,13.085623,110.135765,14.169075,1.6532135,54.05245,1.1111996,1.2564741,4.2880344,12.177133,59.1376,22.588858,19.490591,351.25812,70.438286,41.85887,55.42305,17.862232,63.564854,12.022671,8.7972,14.721035,92.90923,37.120308,18.886852,36.87849,10.642103,23.832813,24.798409,1.5269486,85.68987,14.451197,234.25412,9.231688,364.1762,21.11512,813.05334,179.03027,4.6940627,11.5761,195.973,265.98907,1085.4294,707.0992 +2023-12-08 02:00:00,0.0,3231.103,65.50111,27.558731,73.963524,45.854435,319.31198,40.530598,78.6198,21.584646,47.63235,345.07462,104.76994,22.247717,152.19789,0.33262005,0.1374842,62.164417,3.7699032,14.659075,965.5248,14.439757,1168.0084,134.46225,3.7609224,36.099594,601.18884,53.431347,523.64844,218.3885,3929.3787,11.797025,2731.1914,125.345024,5.3514767,6.7475996,26.625378,244.6606,297.58524,201.27002,50.258064,36.334915,11.388302,751.80365,86.177185,43.51048,10.440988,490.5038,14.117835,555.6144,5.9824414,37.75629,0.0,765.35345,2121.6223,0.24688712,158.57391,16.873514,12628.731,25.91549,0.8232357,8.1843195,21.256931,6.2358975,1.918845,11.802906,293.06754,72.24776,8.247901,0.64304173,2.1890392,114.11045,1.6946558,146.22293,243.8535,2018.6996,419.06287,94.944885,162.76793,374.4309,16.697214,18.059566,257.80896,27.727499,38.59194,12.071381,19.67847,160.03197,14.844495,11.181604,49.42573,13.646459,3752.3745,18.80667,21.350134,16.174017,10.45469,208.74237,42.051697,17.306452,6.849549,7.630723,12.89388,56.593292,101.61942,30.000605,160.54366,19.753017,4.9110246,48.54287,34.67743,68.97357,94.65115,12.820381,2.71082,8.809731,17.657728,2265.0273,11.027736,2.2448356,46.770943,12.680187,135.0991,79.261116,115.63732,4.5490036,71.43273,421.7334,326.64975,29.955765,331.1837,52.941757,52.780636,72.162796,47.24217,7.4179215,28.89783,496.48163,1.1243049,2.4326243,137.62491,24.009369,9.289388,15.902176,19.58584,186.91458,61.80823,161.28337,1016.1079,216.57257,2092.2449,1801.8359,18.655605,23.575117,2071.2886,23.707104,36.890793,501.31732,66.38586,104.88502,48.038273,205.98972,308.45096,461.11716,8.630188,67.13164,285.10785,433.15863,13.080886,110.10309,14.163419,1.6530833,54.061783,1.1109797,1.2561779,4.286,12.17534,59.090034,22.58293,19.494085,351.71246,70.40882,41.839863,55.39449,17.85626,63.60148,12.023298,8.829669,14.714651,92.87492,37.096928,18.917665,36.894745,10.641465,23.878994,24.824238,1.5264362,85.65426,14.444227,234.23332,9.228582,364.0637,21.117264,813.40125,178.95085,4.691412,11.574284,195.90341,265.86417,1085.1829,707.3911 +2023-12-08 03:00:00,0.0,3229.8748,65.46827,27.52737,73.916626,45.831818,319.22794,40.512012,78.57501,21.58028,47.599255,344.886,104.82021,22.235998,152.0313,0.33269116,0.13803081,62.145218,3.7912354,14.6768675,964.9519,14.43718,1167.3636,134.44586,3.7796369,36.120377,600.84845,53.459675,524.1895,218.45024,3927.3992,11.831857,2731.3743,125.61399,5.3725,6.766513,26.717756,244.64029,297.56442,201.76814,50.241936,36.3133,11.38707,751.3739,86.397,43.524166,10.435476,490.60968,14.1145935,555.6845,5.982294,37.741123,0.0,765.314,2120.9685,0.24689646,158.45459,16.86903,12623.942,25.915113,0.82350653,8.180165,21.247017,6.237413,1.9190415,11.797293,292.96738,72.217514,8.241896,0.64303786,2.1898887,114.116394,1.6935178,146.20825,243.66734,2018.1816,418.69617,94.930176,162.74597,375.1178,16.735004,18.083609,258.53812,27.77494,38.660015,12.068098,19.678055,160.08379,14.837059,11.17998,49.42943,13.651039,3752.82,18.805336,21.347782,16.173124,10.45318,208.8459,42.065643,17.318548,6.850372,7.6287546,12.896561,56.591866,101.571976,30.00252,160.5775,19.750416,4.910178,48.535732,34.662357,68.926056,94.68535,12.834702,2.7089717,8.832661,17.650183,2264.2175,11.044089,2.242357,46.7294,12.677961,135.07271,79.275,115.6173,4.554592,71.459984,421.57806,326.50702,29.949171,331.02847,52.994354,52.7718,72.15828,47.319607,7.4273133,28.91687,496.4678,1.1275415,2.4381948,137.73256,24.009676,9.288282,15.916989,19.594913,187.03014,61.845413,161.2855,1016.79126,216.3706,2091.574,1801.5544,18.64502,23.55604,2070.7021,23.706985,36.86025,501.2163,66.340805,104.82228,48.00537,205.84103,308.3786,461.07523,8.624752,67.09519,284.90903,433.0595,13.07615,110.07042,14.157763,1.652953,54.071117,1.1107597,1.2558817,4.2839646,12.173548,59.04247,22.577002,19.49758,352.1668,70.379364,41.820854,55.36593,17.850288,63.638103,12.023925,8.862138,14.708266,92.840614,37.073547,18.948479,36.911,10.640826,23.925173,24.850065,1.5259237,85.618645,14.437258,234.21252,9.225476,363.95117,21.119408,813.74915,178.87143,4.688761,11.572466,195.8338,265.73926,1084.9363,707.683 +2023-12-08 04:00:00,0.0,3228.6465,65.435425,27.49601,73.869736,45.809196,319.14386,40.493423,78.53023,21.575912,47.566162,344.6974,104.87048,22.224277,151.8647,0.33276227,0.13857742,62.12602,3.8125677,14.694659,964.379,14.434602,1166.719,134.42947,3.798351,36.141163,600.50806,53.488007,524.7306,218.512,3925.4197,11.86669,2731.5571,125.88296,5.393523,6.785426,26.810135,244.62,297.54358,202.26627,50.225807,36.291687,11.385837,750.9441,86.61683,43.537857,10.429966,490.7155,14.111351,555.7546,5.9821467,37.725956,0.0,765.2746,2120.3147,0.2469058,158.33527,16.864548,12619.152,25.91474,0.8237774,8.176011,21.237103,6.238929,1.9192381,11.791679,292.86722,72.18727,8.23589,0.643034,2.1907384,114.12234,1.69238,146.19356,243.48119,2017.6637,418.32947,94.915474,162.72401,375.80466,16.772795,18.10765,259.26724,27.822382,38.72809,12.0648155,19.677639,160.1356,14.829622,11.178355,49.433125,13.655619,3753.2654,18.804003,21.34543,16.172234,10.45167,208.94943,42.07959,17.330645,6.8511944,7.626786,12.8992405,56.590443,101.524536,30.004435,160.61133,19.747814,4.909332,48.528595,34.64728,68.87854,94.71955,12.849021,2.7071238,8.85559,17.642637,2263.4075,11.060443,2.2398784,46.68786,12.6757345,135.0463,79.288895,115.59728,4.560181,71.487236,421.42273,326.3643,29.942577,330.8733,53.04695,52.762962,72.15376,47.397045,7.4367056,28.935913,496.454,1.1307782,2.4437652,137.8402,24.009983,9.287177,15.931802,19.603987,187.14569,61.882595,161.28764,1017.4745,216.16862,2090.903,1801.2731,18.634436,23.536963,2070.1155,23.706865,36.829704,501.11526,66.29575,104.759544,47.97247,205.69234,308.30624,461.03333,8.619316,67.058754,284.71017,432.9604,13.071413,110.03775,14.152105,1.6528227,54.080452,1.1105399,1.2555854,4.28193,12.171756,58.994904,22.571074,19.501076,352.62115,70.34991,41.801846,55.337364,17.844316,63.674732,12.024552,8.894606,14.701882,92.806305,37.05017,18.979292,36.927254,10.640188,23.971352,24.875895,1.5254114,85.58303,14.430288,234.19173,9.222371,363.83865,21.12155,814.09705,178.792,4.68611,11.570648,195.7642,265.61432,1084.6897,707.97485 +2023-12-08 05:00:00,0.0,3227.4182,65.40259,27.46465,73.822845,45.786575,319.0598,40.474834,78.48544,21.571547,47.53307,344.50876,104.92075,22.212559,151.6981,0.33283338,0.13912404,62.10682,3.8339,14.712451,963.8062,14.432023,1166.0742,134.41309,3.8170655,36.16195,600.1676,53.516335,525.27167,218.57375,3923.4402,11.901522,2731.7402,126.151924,5.414546,6.8043394,26.902512,244.5997,297.52277,202.76437,50.20968,36.270077,11.384604,750.5143,86.836655,43.551544,10.424455,490.8214,14.108109,555.8247,5.9819994,37.71079,0.0,765.2352,2119.6611,0.24691515,158.21593,16.860064,12614.363,25.914364,0.82404816,8.171858,21.227188,6.240444,1.9194345,11.786066,292.76706,72.15703,8.229885,0.6430301,2.1915882,114.12828,1.691242,146.17886,243.29503,2017.1458,417.9628,94.90077,162.70206,376.49155,16.810585,18.131693,259.9964,27.869823,38.79616,12.061533,19.677223,160.18742,14.822186,11.176731,49.436825,13.660199,3753.7107,18.80267,21.343079,16.17134,10.45016,209.05296,42.093536,17.342741,6.8520174,7.624818,12.901921,56.58902,101.4771,30.00635,160.64517,19.745214,4.9084854,48.521454,34.63221,68.831024,94.753746,12.863341,2.7052755,8.87852,17.635092,2262.5977,11.076797,2.2374,46.646313,12.673509,135.0199,79.30278,115.57726,4.56577,71.51448,421.2674,326.2216,29.935984,330.7181,53.099552,52.754128,72.149254,47.474487,7.4460974,28.954954,496.4402,1.1340148,2.4493356,137.94783,24.010292,9.286073,15.946615,19.61306,187.26125,61.919773,161.28978,1018.1578,215.96664,2090.232,1800.9916,18.62385,23.517885,2069.5288,23.706747,36.79916,501.01425,66.250694,104.69681,47.939568,205.54366,308.2339,460.99142,8.61388,67.02231,284.51135,432.8613,13.066676,110.00508,14.146449,1.6526926,54.089787,1.11032,1.2552892,4.279895,12.169964,58.947342,22.565145,19.50457,353.07547,70.32045,41.782837,55.308804,17.838346,63.711357,12.02518,8.927074,14.6954975,92.771996,37.02679,19.010105,36.94351,10.639549,24.01753,24.901724,1.524899,85.547424,14.42332,234.17093,9.219265,363.72614,21.123693,814.44495,178.71259,4.6834593,11.568831,195.6946,265.4894,1084.4431,708.2668 +2023-12-08 06:00:00,0.0,3226.19,65.36975,27.433289,73.77595,45.763954,318.97574,40.45625,78.44066,21.567179,47.499973,344.32016,104.97102,22.20084,151.53151,0.3329045,0.13967066,62.08762,3.8552322,14.730244,963.23334,14.429445,1165.4294,134.39668,3.83578,36.18273,599.8272,53.544662,525.81274,218.6355,3921.4607,11.936354,2731.923,126.42089,5.4355693,6.8232527,26.994888,244.5794,297.50195,203.2625,50.19355,36.248463,11.383371,750.0845,87.05647,43.565235,10.418943,490.92725,14.104867,555.8948,5.981852,37.69562,0.0,765.19574,2119.0073,0.24692447,158.0966,16.855581,12609.574,25.913988,0.824319,8.167704,21.217272,6.2419596,1.919631,11.780454,292.6669,72.12679,8.223881,0.64302623,2.1924376,114.134224,1.690104,146.16418,243.10887,2016.6278,417.5961,94.88606,162.68011,377.1784,16.848375,18.155733,260.72556,27.917265,38.864235,12.058249,19.676807,160.23926,14.814751,11.175107,49.44052,13.664779,3754.156,18.801336,21.340725,16.17045,10.44865,209.15648,42.107483,17.35484,6.8528404,7.6228495,12.904601,56.587593,101.42966,30.008266,160.67902,19.742613,4.907639,48.514317,34.617134,68.78351,94.78795,12.877661,2.7034276,8.90145,17.627546,2261.7878,11.093151,2.2349215,46.60477,12.671283,134.99348,79.316666,115.55724,4.571359,71.54173,421.11206,326.07886,29.92939,330.5629,53.15215,52.745293,72.14474,47.551926,7.4554896,28.973997,496.4264,1.1372515,2.4549057,138.05547,24.0106,9.284967,15.961429,19.622133,187.37682,61.956955,161.29192,1018.84106,215.76466,2089.561,1800.7102,18.613266,23.498808,2068.9421,23.706629,36.768616,500.91324,66.20564,104.63407,47.906666,205.39497,308.16153,460.94952,8.608444,66.98587,284.3125,432.76218,13.061939,109.972404,14.140793,1.6525623,54.09912,1.1101,1.254993,4.27786,12.168172,58.899776,22.559217,19.508064,353.52982,70.29099,41.763824,55.280243,17.832375,63.747982,12.025806,8.959543,14.689113,92.737686,37.00341,19.040918,36.959763,10.638911,24.06371,24.927553,1.5243865,85.51181,14.41635,234.15012,9.21616,363.61362,21.125837,814.79285,178.63316,4.680808,11.567014,195.625,265.36447,1084.1967,708.55865 +2023-12-08 07:00:00,0.0,3224.9617,65.33691,27.401928,73.72906,45.741333,318.89166,40.43766,78.39588,21.562813,47.46688,344.13153,105.0213,22.189121,151.36493,0.3329756,0.14021726,62.06842,3.8765645,14.748035,962.6605,14.4268675,1164.7847,134.3803,3.854494,36.203518,599.48676,53.572994,526.35376,218.69725,3919.481,11.971187,2732.106,126.68986,5.4565926,6.8421664,27.087269,244.55911,297.48114,203.76062,50.177418,36.22685,11.382139,749.6547,87.2763,43.578922,10.413432,491.03314,14.1016245,555.9649,5.981704,37.680454,0.0,765.1563,2118.3535,0.24693382,157.97728,16.851097,12604.785,25.913612,0.82458985,8.163549,21.207357,6.2434754,1.9198275,11.77484,292.56674,72.09655,8.2178755,0.64302236,2.1932874,114.14017,1.6889662,146.14949,242.92271,2016.1099,417.2294,94.87136,162.65816,377.8653,16.886166,18.179775,261.4547,27.964708,38.93231,12.054967,19.676392,160.29108,14.807315,11.173483,49.444218,13.669359,3754.6013,18.800003,21.338373,16.169558,10.447141,209.26001,42.12143,17.366936,6.853663,7.6208806,12.907282,56.58617,101.38222,30.010181,160.71286,19.740011,4.9067926,48.50718,34.602062,68.736,94.82214,12.891981,2.7015793,8.924379,17.62,2260.978,11.109505,2.2324429,46.56323,12.669057,134.96709,79.33056,115.537224,4.576948,71.568985,420.95673,325.93613,29.922796,330.4077,53.20475,52.736454,72.14022,47.629364,7.4648814,28.993038,496.41257,1.1404881,2.4604762,138.1631,24.010906,9.283862,15.976241,19.631207,187.49237,61.994137,161.29405,1019.52435,215.56268,2088.8901,1800.4287,18.602682,23.479733,2068.3555,23.70651,36.73807,500.81223,66.16059,104.57134,47.873764,205.24628,308.08917,460.9076,8.603008,66.949425,284.11368,432.66306,13.057202,109.939735,14.135137,1.652432,54.108456,1.1098802,1.2546967,4.275825,12.16638,58.85221,22.553288,19.511559,353.98416,70.261536,41.744816,55.25168,17.826403,63.78461,12.026434,8.992012,14.682729,92.70337,36.98003,19.071732,36.976017,10.638272,24.109888,24.95338,1.5238742,85.4762,14.409381,234.12932,9.213054,363.5011,21.127981,815.14075,178.55374,4.6781573,11.565196,195.5554,265.23956,1083.9501,708.8506 +2023-12-08 08:00:00,0.0,3223.7332,65.30407,27.370567,73.68217,45.71871,318.80762,40.41907,78.3511,21.558445,47.43379,343.94293,105.07157,22.1774,151.19833,0.3330467,0.14076388,62.049225,3.897897,14.765827,962.08765,14.42429,1164.1399,134.3639,3.8732085,36.224304,599.14636,53.601322,526.89484,218.759,3917.5015,12.006019,2732.2888,126.958824,5.4776154,6.8610797,27.179646,244.5388,297.4603,204.25873,50.16129,36.20524,11.380906,749.2249,87.49612,43.592613,10.407922,491.139,14.098383,556.035,5.981557,37.665287,0.0,765.1169,2117.7,0.24694316,157.85796,16.846613,12599.995,25.913237,0.8248607,8.159396,21.197445,6.244991,1.920024,11.769227,292.46658,72.06631,8.21187,0.6430185,2.194137,114.14612,1.6878282,146.13481,242.73656,2015.5919,416.86273,94.85666,162.6362,378.55215,16.923956,18.203817,262.18384,28.01215,39.00038,12.051684,19.675976,160.3429,14.799878,11.171859,49.447918,13.673939,3755.0466,18.79867,21.336021,16.168667,10.44563,209.36354,42.13538,17.379032,6.854486,7.618912,12.909962,56.584743,101.33478,30.012096,160.74669,19.737411,4.9059463,48.50004,34.586987,68.688484,94.856346,12.906301,2.6997313,8.9473095,17.612455,2260.168,11.125858,2.2299643,46.521683,12.66683,134.94067,79.344444,115.517204,4.5825367,71.59624,420.8014,325.79343,29.916203,330.2525,53.257347,52.72762,72.13571,47.706806,7.4742737,29.01208,496.39874,1.1437248,2.4660466,138.27075,24.011213,9.282757,15.991055,19.64028,187.60793,62.03132,161.29619,1020.20764,215.3607,2088.2192,1800.1473,18.592096,23.460655,2067.7688,23.706392,36.707527,500.7112,66.11554,104.508606,47.840862,205.0976,308.01678,460.8657,8.597572,66.91299,283.91483,432.56393,13.052465,109.90707,14.12948,1.6523017,54.11779,1.1096603,1.2544004,4.2737904,12.164587,58.804646,22.54736,19.515053,354.4385,70.23208,41.725807,55.223118,17.82043,63.821236,12.027061,9.024481,14.676344,92.66906,36.956654,19.102545,36.99227,10.637634,24.156067,24.97921,1.5233618,85.44058,14.402411,234.10852,9.209949,363.38858,21.130123,815.48865,178.47432,4.675506,11.563379,195.4858,265.11465,1083.7035,709.14246 +2023-12-08 09:00:00,0.0,3222.505,65.27123,27.339207,73.63527,45.69609,318.72354,40.400486,78.30631,21.55408,47.400692,343.7543,105.12184,22.165682,151.03174,0.3331178,0.14131048,62.030025,3.9192293,14.78362,961.51483,14.421711,1163.4952,134.34752,3.891923,36.24509,598.80597,53.62965,527.4359,218.82076,3915.522,12.040851,2732.4717,127.22779,5.4986386,6.879993,27.272024,244.51851,297.43948,204.75685,50.14516,36.183624,11.379674,748.7951,87.71594,43.6063,10.4024105,491.24487,14.09514,556.1051,5.9814095,37.650116,0.0,765.07745,2117.0461,0.2469525,157.73863,16.84213,12595.206,25.91286,0.8251315,8.155242,21.18753,6.246506,1.9202205,11.763614,292.36642,72.036064,8.205865,0.64301455,2.1949866,114.15206,1.6866902,146.12012,242.5504,2015.074,416.49603,94.84195,162.61424,379.23904,16.961746,18.227858,262.913,28.059591,39.068455,12.048402,19.675562,160.39471,14.792442,11.170234,49.451614,13.678519,3755.492,18.797337,21.33367,16.167774,10.44412,209.46707,42.149326,17.391129,6.8553085,7.616944,12.9126425,56.58332,101.28734,30.014011,160.78053,19.73481,4.9051,48.4929,34.571915,68.64097,94.89054,12.920621,2.6978831,8.970239,17.60491,2259.3582,11.142212,2.2274857,46.48014,12.664604,134.91428,79.35834,115.49718,4.5881257,71.62349,420.64606,325.6507,29.909609,330.09732,53.309944,52.71878,72.131195,47.784245,7.4836655,29.031122,496.38495,1.1469615,2.4716167,138.37839,24.01152,9.2816515,16.005867,19.649351,187.72348,62.068497,161.29832,1020.8909,215.15872,2087.548,1799.8658,18.581512,23.441578,2067.1821,23.706272,36.676983,500.61017,66.07048,104.44587,47.80796,204.9489,307.94443,460.8238,8.592136,66.87654,283.716,432.46484,13.047729,109.8744,14.123824,1.6521715,54.127125,1.1094403,1.2541041,4.2717557,12.162795,58.757084,22.541431,19.518549,354.89282,70.20262,41.7068,55.194557,17.814459,63.857864,12.027689,9.05695,14.66996,92.63475,36.933273,19.133356,37.008526,10.636996,24.202246,25.00504,1.5228493,85.40497,14.395442,234.08772,9.206842,363.27606,21.132267,815.83655,178.3949,4.6728554,11.561562,195.4162,264.98972,1083.4569,709.4343 +2023-12-08 10:00:00,0.0,3221.2766,65.23839,27.307846,73.58838,45.67347,318.6395,40.381897,78.26153,21.549711,47.3676,343.5657,105.17211,22.153963,150.86514,0.33318892,0.1418571,62.010826,3.9405615,14.801412,960.94196,14.419133,1162.8505,134.33113,3.9106371,36.265873,598.4655,53.65798,527.977,218.8825,3913.5425,12.075684,2732.6548,127.49676,5.519662,6.898906,27.364403,244.49821,297.41867,205.25497,50.129032,36.16201,11.378441,748.36536,87.93576,43.61999,10.396899,491.35077,14.091898,556.1752,5.981262,37.63495,0.0,765.03796,2116.3923,0.24696185,157.61931,16.837646,12590.417,25.912487,0.8254023,8.151088,21.177614,6.248022,1.920417,11.758,292.26627,72.00582,8.19986,0.6430107,2.1958363,114.158005,1.6855524,146.10542,242.36424,2014.556,416.12933,94.82725,162.5923,379.9259,16.999537,18.2519,263.64215,28.107033,39.136528,12.045119,19.675144,160.44653,14.7850065,11.16861,49.45531,13.683099,3755.9373,18.796001,21.331318,16.166883,10.442611,209.57059,42.163273,17.403225,6.8561316,7.6149755,12.915322,56.581898,101.2399,30.015926,160.81438,19.732208,4.9042535,48.485764,34.55684,68.59345,94.92474,12.93494,2.696035,8.993169,17.597364,2258.5483,11.1585655,2.225007,46.438595,12.662378,134.88786,79.37222,115.47716,4.5937147,71.65074,420.49072,325.50797,29.903015,329.94214,53.362545,52.709946,72.12668,47.861687,7.4930577,29.050163,496.37112,1.1501981,2.4771872,138.48602,24.011827,9.280546,16.020681,19.658424,187.83904,62.10568,161.30048,1021.5742,214.95674,2086.8772,1799.5845,18.570927,23.4225,2066.5955,23.706154,36.64644,500.50916,66.02543,104.38313,47.77506,204.80022,307.87207,460.78186,8.5867,66.8401,283.51715,432.36572,13.042992,109.84172,14.118168,1.6520412,54.13646,1.1092205,1.2538079,4.2697206,12.161003,58.70952,22.535503,19.522043,355.34717,70.173164,41.68779,55.165993,17.808487,63.89449,12.028316,9.089417,14.663575,92.60044,36.909893,19.16417,37.02478,10.636357,24.248425,25.030869,1.522337,85.369354,14.388473,234.06693,9.203737,363.16357,21.13441,816.18445,178.31548,4.6702046,11.559744,195.34659,264.8648,1083.2103,709.72626 +2023-12-08 11:00:00,0.0,3220.0483,65.20555,27.276487,73.54149,45.65085,318.55542,40.363308,78.21674,21.545345,47.334503,343.37708,105.22238,22.142242,150.69855,0.33326003,0.1424037,61.991627,3.9618938,14.819204,960.3691,14.416555,1162.2057,134.31474,3.9293516,36.28666,598.1251,53.68631,528.51807,218.94426,3911.563,12.110516,2732.8376,127.765724,5.5406847,6.9178195,27.45678,244.47792,297.39783,205.75308,50.112904,36.1404,11.377209,747.93555,88.15559,43.63368,10.391389,491.4566,14.088656,556.2453,5.981115,37.61978,0.0,764.99854,2115.7388,0.24697119,157.49997,16.833164,12585.628,25.912111,0.82567316,8.1469345,21.1677,6.2495375,1.9206135,11.752388,292.1661,71.97558,8.193854,0.6430068,2.1966858,114.16395,1.6844144,146.09074,242.17809,2014.0381,415.76266,94.81255,162.57034,380.6128,17.037327,18.275942,264.37128,28.154474,39.2046,12.041837,19.674728,160.49837,14.77757,11.1669855,49.459007,13.687679,3756.3826,18.794668,21.328964,16.16599,10.441101,209.67412,42.17722,17.415323,6.8569546,7.613007,12.918003,56.58047,101.19246,30.017841,160.84822,19.729607,4.903407,48.478622,34.541767,68.54594,94.95894,12.949261,2.694187,9.016099,17.58982,2257.7385,11.17492,2.2225287,46.397053,12.660152,134.86145,79.386116,115.45714,4.5993037,71.67799,420.3354,325.36526,29.89642,329.78693,53.415142,52.701107,72.12217,47.939125,7.5024495,29.069206,496.35733,1.1534348,2.4827576,138.59366,24.012135,9.279441,16.035494,19.667498,187.95459,62.14286,161.30261,1022.25745,214.75476,2086.2063,1799.303,18.560343,23.403425,2066.0088,23.706036,36.615894,500.40814,65.98038,104.3204,47.742157,204.65152,307.7997,460.73996,8.5812645,66.803665,283.31833,432.2666,13.038255,109.80905,14.112512,1.6519109,54.145794,1.1090006,1.2535117,4.267686,12.159211,58.661953,22.529575,19.525537,355.8015,70.1437,41.66878,55.137432,17.802517,63.931114,12.028943,9.121886,14.657191,92.56613,36.886513,19.194983,37.04104,10.635719,24.294603,25.056696,1.5218246,85.33374,14.381503,234.04611,9.200631,363.05106,21.136555,816.53235,178.23605,4.6675534,11.557927,195.277,264.73987,1082.9637,710.0181 +2023-12-08 12:00:00,0.0,3218.82,65.172714,27.245127,73.49459,45.628227,318.47137,40.344723,78.17196,21.540977,47.30141,343.18848,105.27266,22.130524,150.53195,0.33333117,0.14295033,61.972427,3.983226,14.836996,959.79626,14.413977,1161.5609,134.29836,3.948066,36.307446,597.7847,53.714638,529.05914,219.006,3909.5833,12.145348,2733.0205,128.0347,5.561708,6.936733,27.549156,244.45763,297.377,206.2512,50.096775,36.118786,11.375977,747.50574,88.37541,43.64737,10.385878,491.56247,14.085414,556.3154,5.9809675,37.604614,0.0,764.9591,2115.085,0.24698053,157.38065,16.82868,12580.839,25.911736,0.82594395,8.14278,21.157784,6.2510533,1.92081,11.746775,292.06595,71.945335,8.187849,0.6430029,2.1975355,114.16989,1.6832764,146.07605,241.99193,2013.5201,415.39597,94.79785,162.54839,381.29965,17.075117,18.299984,265.10043,28.201916,39.272675,12.038554,19.674314,160.55019,14.770134,11.165361,49.462708,13.692259,3756.8281,18.793335,21.326612,16.1651,10.43959,209.77765,42.191166,17.42742,6.857777,7.611038,12.920683,56.57905,101.14502,30.019758,160.88205,19.727007,4.9025607,48.471485,34.52669,68.49842,94.99314,12.96358,2.6923387,9.039028,17.582275,2256.9285,11.191274,2.22005,46.35551,12.657927,134.83505,79.4,115.43712,4.6048927,71.705246,420.18005,325.22253,29.889826,329.63174,53.467743,52.692272,72.11765,48.016563,7.511842,29.088247,496.3435,1.1566714,2.4883277,138.70131,24.012442,9.278336,16.050306,19.67657,188.07014,62.18004,161.30475,1022.94073,214.55278,2085.5354,1799.0216,18.549759,23.384348,2065.4224,23.705917,36.58535,500.30713,65.93532,104.25766,47.709255,204.50284,307.72736,460.69806,8.575829,66.76722,283.11948,432.16748,13.033518,109.77638,14.106855,1.6517807,54.15513,1.1087806,1.2532154,4.2656507,12.157419,58.614388,22.523647,19.529032,356.25586,70.11424,41.649773,55.10887,17.796545,63.967743,12.029571,9.154355,14.650806,92.53182,36.863136,19.225796,37.057293,10.63508,24.340782,25.082525,1.5213121,85.29813,14.374534,234.02531,9.197526,362.93854,21.138699,816.88025,178.15663,4.6649027,11.556109,195.2074,264.61496,1082.7172,710.31 +2023-12-08 13:00:00,0.0,3217.5918,65.13988,27.213766,73.4477,45.605606,318.3873,40.326134,78.12718,21.536612,47.26832,342.99985,105.32293,22.118805,150.36536,0.33340228,0.14349695,61.953228,4.004558,14.854788,959.2234,14.411399,1160.9163,134.28195,3.9667804,36.328228,597.4443,53.74297,529.6002,219.06775,3907.6038,12.180181,2733.2034,128.30367,5.5827312,6.955646,27.641535,244.43732,297.3562,206.74933,50.080647,36.09717,11.374743,747.076,88.59523,43.66106,10.380366,491.66833,14.082171,556.3855,5.98082,37.589447,0.0,764.9197,2114.4312,0.24698986,157.26132,16.824198,12576.049,25.91136,0.8262148,8.138626,21.147871,6.2525687,1.9210064,11.741161,291.9658,71.91509,8.181844,0.64299905,2.1983852,114.175835,1.6821386,146.06136,241.80579,2013.0022,415.02927,94.78314,162.52643,381.98654,17.112907,18.324024,265.8296,28.249357,39.340748,12.035272,19.673899,160.602,14.762698,11.163737,49.466404,13.696839,3757.2734,18.792002,21.32426,16.164207,10.438081,209.88116,42.205112,17.439516,6.8586,7.60907,12.923363,56.577625,101.09758,30.021673,160.9159,19.724405,4.9017143,48.464348,34.51162,68.450905,95.027336,12.9779005,2.6904907,9.061958,17.57473,2256.1187,11.207627,2.2175715,46.313965,12.6557,134.80864,79.413895,115.4171,4.6104813,71.7325,420.02472,325.0798,29.883232,329.47656,53.52034,52.683434,72.11314,48.094006,7.5212336,29.10729,496.32968,1.159908,2.4938982,138.80894,24.012749,9.27723,16.06512,19.685644,188.1857,62.21722,161.30688,1023.624,214.3508,2084.8643,1798.7401,18.539173,23.36527,2064.8357,23.7058,36.554806,500.20612,65.89027,104.19493,47.676353,204.35416,307.655,460.65616,8.570393,66.73078,282.92065,432.0684,13.028781,109.74371,14.101198,1.6516504,54.164463,1.1085608,1.2529192,4.263616,12.155627,58.566826,22.51772,19.532526,356.71017,70.084785,41.63076,55.08031,17.790573,64.00437,12.030197,9.186824,14.644423,92.49751,36.839756,19.256609,37.073547,10.634442,24.386961,25.108355,1.5207998,85.26251,14.367564,234.00452,9.19442,362.82602,21.14084,817.22815,178.07721,4.6622515,11.554293,195.13779,264.49002,1082.4706,710.6019 +2023-12-08 14:00:00,0.0,3216.3635,65.10703,27.182405,73.40081,45.582985,318.30322,40.307545,78.0824,21.532246,47.23522,342.81125,105.3732,22.107086,150.19878,0.33347338,0.14404355,61.93403,4.025891,14.872581,958.6506,14.408821,1160.2715,134.26556,3.9854946,36.349014,597.1039,53.771297,530.1413,219.1295,3905.6243,12.215013,2733.3862,128.57263,5.603754,6.9745593,27.733913,244.41702,297.33536,207.24744,50.064518,36.07556,11.373511,746.6462,88.815056,43.674747,10.374856,491.7742,14.07893,556.4556,5.980673,37.57428,0.0,764.88025,2113.7776,0.2469992,157.142,16.819714,12571.26,25.910984,0.82648563,8.134473,21.137957,6.254084,1.9212029,11.735548,291.86563,71.88486,8.175838,0.6429952,2.1992347,114.18178,1.6810006,146.04668,241.61963,2012.4843,414.6626,94.76844,162.50449,382.6734,17.150698,18.348066,266.55872,28.296799,39.40882,12.031989,19.673481,160.65382,14.755262,11.162113,49.4701,13.701419,3757.7188,18.790668,21.321909,16.163317,10.436571,209.9847,42.219063,17.451612,6.859423,7.6071014,12.9260435,56.5762,101.05014,30.023588,160.94974,19.721804,4.900868,48.457207,34.496544,68.40339,95.06154,12.99222,2.6886425,9.084888,17.567184,2255.3088,11.223981,2.215093,46.272423,12.653474,134.78224,79.42778,115.39708,4.6160703,71.75974,419.8694,324.9371,29.876638,329.32135,53.572937,52.6746,72.10863,48.171444,7.530626,29.126331,496.3159,1.1631447,2.4994686,138.91658,24.013056,9.276126,16.079933,19.694717,188.30125,62.254402,161.30902,1024.3074,214.14882,2084.1934,1798.4587,18.52859,23.346193,2064.249,23.705679,36.52426,500.10507,65.845215,104.132195,47.64345,204.20546,307.58264,460.61423,8.564958,66.694336,282.7218,431.96927,13.024044,109.71104,14.095542,1.6515201,54.173798,1.1083409,1.252623,4.261581,12.153834,58.51926,22.511791,19.53602,357.16452,70.05533,41.61175,55.051746,17.784601,64.04099,12.030825,9.219293,14.638038,92.4632,36.816376,19.287422,37.0898,10.633803,24.43314,25.134184,1.5202874,85.226906,14.360595,233.98372,9.191315,362.7135,21.142984,817.57605,177.99779,4.6596007,11.552475,195.06819,264.3651,1082.224,710.8938 +2023-12-08 15:00:00,0.0,3215.135,65.074196,27.151045,73.35391,45.560364,318.21918,40.28896,78.03761,21.527878,47.20213,342.62262,105.42347,22.095366,150.03218,0.3335445,0.14459017,61.91483,4.047223,14.890372,958.0777,14.406242,1159.6267,134.24918,4.004209,36.3698,596.7634,53.799625,530.6823,219.19125,3903.6448,12.249845,2733.5693,128.8416,5.6247773,6.993473,27.82629,244.39673,297.31454,207.74556,50.048386,36.053947,11.372278,746.2164,89.034874,43.68844,10.369345,491.88007,14.075687,556.5257,5.9805255,37.559113,0.0,764.8408,2113.1238,0.24700855,157.02267,16.81523,12566.471,25.910608,0.8267565,8.130319,21.12804,6.2556,1.9213995,11.729935,291.76547,71.854614,8.169833,0.6429913,2.2000844,114.18772,1.6798626,146.03198,241.43347,2011.9663,414.2959,94.75374,162.48253,383.3603,17.188488,18.372108,267.28787,28.344242,39.476894,12.028707,19.673067,160.70564,14.747826,11.160488,49.4738,13.705999,3758.164,18.789335,21.319557,16.162424,10.435061,210.08823,42.23301,17.463709,6.8602457,7.605133,12.928723,56.574776,101.0027,30.025503,160.98358,19.719204,4.9000216,48.45007,34.48147,68.35588,95.09573,13.00654,2.6867945,9.107818,17.559639,2254.499,11.240335,2.2126143,46.23088,12.651248,134.75583,79.441666,115.37706,4.6216593,71.786995,419.71405,324.79437,29.870045,329.16617,53.625538,52.66576,72.10411,48.248882,7.5400176,29.145374,496.30206,1.1663814,2.505039,139.02422,24.013363,9.275021,16.094746,19.70379,188.41681,62.291584,161.31116,1024.9906,213.94684,2083.5225,1798.1772,18.518003,23.327118,2063.6624,23.70556,36.493717,500.00406,65.80016,104.06946,47.61055,204.05678,307.51028,460.57233,8.559522,66.6579,282.52298,431.87015,13.019307,109.67837,14.089886,1.6513898,54.183132,1.1081209,1.2523267,4.2595463,12.152042,58.471695,22.505863,19.539516,357.61887,70.02587,41.592743,55.023186,17.77863,64.07762,12.031452,9.251761,14.631654,92.42889,36.792995,19.318235,37.106056,10.633165,24.47932,25.160011,1.5197749,85.19129,14.353625,233.96292,9.188209,362.60098,21.145128,817.92395,177.91837,4.65695,11.550657,194.99858,264.2402,1081.9774,711.18567 +2023-12-08 16:00:00,0.0,3213.9067,65.04136,27.119684,73.30702,45.537743,318.1351,40.27037,77.99283,21.523512,47.169037,342.43402,105.47374,22.083647,149.86559,0.3336156,0.14513677,61.89563,4.0685554,14.908164,957.5049,14.403665,1158.9819,134.23279,4.0229235,36.390583,596.42303,53.827957,531.2234,219.253,3901.665,12.2846775,2733.7522,129.11057,5.6458006,7.0123863,27.918667,244.37643,297.29373,208.24368,50.032257,36.032333,11.371046,745.78656,89.2547,43.702126,10.363833,491.98596,14.072446,556.5958,5.9803777,37.543945,0.0,764.8014,2112.47,0.24701789,156.90335,16.810747,12561.682,25.910234,0.82702726,8.126165,21.118126,6.2571154,1.9215959,11.724321,291.6653,71.82437,8.163828,0.64298743,2.2009342,114.193665,1.6787248,146.0173,241.24731,2011.4484,413.9292,94.73903,162.46057,384.04715,17.226278,18.396149,268.01703,28.391684,39.544968,12.025424,19.672651,160.75748,14.74039,11.158864,49.477497,13.710579,3758.6094,18.788002,21.317204,16.161533,10.433551,210.19176,42.246956,17.475807,6.8610687,7.6031647,12.931404,56.57335,100.95526,30.027418,161.01741,19.716602,4.899175,48.442932,34.466396,68.308365,95.12994,13.02086,2.6849463,9.130748,17.552094,2253.689,11.256689,2.2101357,46.189335,12.649022,134.72943,79.45556,115.35704,4.6272483,71.81425,419.55872,324.65164,29.863451,329.01096,53.678135,52.656925,72.099594,48.326324,7.54941,29.164415,496.28824,1.169618,2.5106091,139.13185,24.01367,9.273915,16.10956,19.712864,188.53236,62.328762,161.3133,1025.674,213.74486,2082.8516,1797.8959,18.50742,23.30804,2063.0757,23.705442,36.463173,499.90305,65.755104,104.00672,47.57765,203.90808,307.4379,460.53043,8.554086,66.62145,282.32413,431.77103,13.01457,109.6457,14.084229,1.6512597,54.192467,1.1079011,1.2520304,4.2575116,12.15025,58.42413,22.499933,19.54301,358.0732,69.996414,41.573734,54.994625,17.772657,64.11425,12.03208,9.284229,14.625269,92.39458,36.769615,19.349049,37.12231,10.632526,24.5255,25.18584,1.5192626,85.15568,14.346657,233.94211,9.185103,362.48846,21.147272,818.27185,177.83894,4.654299,11.5488405,194.92899,264.11526,1081.7308,711.4776 +2023-12-08 17:00:00,0.0,3212.6785,65.008514,27.088324,73.26013,45.51512,318.05106,40.25178,77.948044,21.519144,47.13594,342.2454,105.52402,22.071928,149.69899,0.3336867,0.1456834,61.87643,4.0898876,14.925957,956.932,14.401087,1158.3372,134.2164,4.041638,36.41137,596.08264,53.856285,531.76447,219.31476,3899.6855,12.3195095,2733.935,129.37953,5.666824,7.0312996,28.011045,244.35614,297.27292,208.74179,50.01613,36.010723,11.369813,745.3568,89.47452,43.715816,10.358322,492.0918,14.069203,556.6659,5.9802303,37.528774,0.0,764.76196,2111.8164,0.24702723,156.78401,16.806263,12556.892,25.909859,0.8272981,8.122011,21.108212,6.258631,1.9217924,11.718709,291.56516,71.79413,8.157823,0.64298356,2.2017837,114.19961,1.6775868,146.00261,241.06116,2010.9304,413.56253,94.72433,162.43861,384.73404,17.264069,18.42019,268.7462,28.439125,39.61304,12.022141,19.672235,160.8093,14.732954,11.15724,49.481194,13.715159,3759.0547,18.786669,21.314852,16.16064,10.432041,210.29527,42.260902,17.487904,6.8618913,7.601196,12.934084,56.571926,100.90782,30.029335,161.05125,19.714,4.898329,48.43579,34.45132,68.26085,95.16413,13.03518,2.683098,9.153677,17.544548,2252.8792,11.273043,2.2076573,46.147793,12.646795,134.70302,79.469444,115.33702,4.632837,71.8415,419.40338,324.50894,29.856857,328.85577,53.730736,52.648087,72.095085,48.403763,7.5588017,29.183458,496.27444,1.1728547,2.5161796,139.2395,24.013977,9.27281,16.124372,19.721937,188.64792,62.365944,161.31543,1026.3572,213.5429,2082.1804,1797.6144,18.496834,23.288963,2062.489,23.705324,36.43263,499.80203,65.71005,103.943985,47.544746,203.7594,307.36554,460.48853,8.54865,66.585014,282.1253,431.67194,13.009833,109.61303,14.078573,1.6511294,54.2018,1.1076812,1.2517341,4.2554765,12.1484585,58.376568,22.494005,19.546505,358.52753,69.96696,41.554726,54.96606,17.766687,64.15087,12.032706,9.316698,14.618885,92.36027,36.74624,19.379862,37.138565,10.631888,24.571678,25.21167,1.5187502,85.12006,14.339687,233.92131,9.181997,362.37595,21.149414,818.61975,177.75952,4.651648,11.547023,194.85939,263.99036,1081.4843,711.7695 +2023-12-08 18:00:00,0.0,3211.4502,64.97568,27.056963,73.213234,45.4925,317.96698,40.233196,77.90326,21.514778,47.102848,342.0568,105.57429,22.060207,149.5324,0.33375782,0.14623,61.85723,4.11122,14.943748,956.35913,14.398508,1157.6925,134.20001,4.0603523,36.432156,595.7422,53.884613,532.30554,219.37651,3897.706,12.3543415,2734.118,129.6485,5.6878467,7.050213,28.103424,244.33585,297.25208,209.23991,50.0,35.98911,11.368581,744.927,89.69434,43.729504,10.352812,492.1977,14.065961,556.736,5.980083,37.513607,0.0,764.72253,2111.1626,0.24703658,156.66469,16.80178,12552.103,25.909483,0.82756895,8.117857,21.098297,6.2601466,1.921989,11.713096,291.465,71.763885,8.151817,0.6429796,2.2026334,114.20555,1.6764488,145.98792,240.875,2010.4125,413.19583,94.709625,162.41667,385.4209,17.301859,18.444233,269.4753,28.486567,39.681114,12.018859,19.67182,160.86111,14.725517,11.155616,49.484894,13.719739,3759.5,18.785336,21.3125,16.15975,10.4305315,210.3988,42.27485,17.5,6.8627143,7.5992274,12.936765,56.570503,100.86038,30.03125,161.0851,19.7114,4.8974824,48.428654,34.43625,68.21333,95.19833,13.0494995,2.68125,9.176607,17.537003,2252.0693,11.289396,2.2051787,46.106247,12.644569,134.67662,79.48334,115.317,4.638426,71.86875,419.24805,324.3662,29.850264,328.7006,53.783333,52.63925,72.09057,48.4812,7.568194,29.2025,496.26062,1.1760913,2.52175,139.34714,24.014286,9.271705,16.139185,19.73101,188.76349,62.403126,161.31757,1027.0404,213.34091,2081.5095,1797.333,18.48625,23.269886,2061.9023,23.705204,36.402084,499.701,65.665,103.881256,47.511845,203.61072,307.29318,460.4466,8.543214,66.54857,281.92645,431.5728,13.005096,109.58035,14.072917,1.6509991,54.211136,1.1074612,1.2514379,4.253442,12.146667,58.329002,22.488077,19.55,358.98187,69.9375,41.535717,54.9375,17.760715,64.1875,12.033334,9.349167,14.6125,92.32596,36.72286,19.410675,37.15482,10.63125,24.617857,25.2375,1.5182378,85.08445,14.332718,233.90051,9.178892,362.26343,21.151558,818.96765,177.68008,4.648997,11.545205,194.78978,263.86542,1081.2378,712.06134 +2023-12-08 19:00:00,0.0,3210.222,64.94284,27.025602,73.16634,45.46988,317.88293,40.214607,77.85848,21.51041,47.069756,341.86816,105.62456,22.048489,149.3658,0.33382893,0.14677662,61.838036,4.132552,14.96154,955.7863,14.39593,1157.0477,134.18361,4.0790663,36.452938,595.4018,53.912945,532.8466,219.43826,3895.7266,12.389174,2734.3008,129.91747,5.70887,7.069126,28.195803,244.31554,297.23126,209.73804,49.98387,35.967495,11.367349,744.4972,89.91417,43.743195,10.347301,492.30353,14.062719,556.80615,5.9799356,37.49844,0.0,764.6831,2110.5088,0.24704592,156.54536,16.797297,12547.313,25.909107,0.82783973,8.113704,21.088383,6.261662,1.9221854,11.707482,291.36484,71.73364,8.145813,0.64297575,2.203483,114.211494,1.675311,145.97324,240.68884,2009.8945,412.82913,94.694916,162.39471,386.1078,17.33965,18.468273,270.20447,28.534008,39.749187,12.015576,19.671404,160.91293,14.718081,11.153992,49.48859,13.7243185,3759.9453,18.784,21.310148,16.158857,10.429021,210.50233,42.288795,17.512096,6.8635373,7.597259,12.939445,56.569077,100.81294,30.033165,161.11894,19.7088,4.896636,48.421516,34.421173,68.16582,95.23254,13.063819,2.6794019,9.199537,17.529457,2251.2595,11.30575,2.2027001,46.064705,12.6423435,134.6502,79.49722,115.29698,4.644015,71.896,419.0927,324.22348,29.84367,328.54538,53.83593,52.630417,72.08605,48.558643,7.577586,29.22154,496.24683,1.179328,2.5273201,139.45477,24.014593,9.270599,16.154,19.740084,188.87904,62.440304,161.31972,1027.7238,213.13893,2080.8386,1797.0515,18.475666,23.250809,2061.3157,23.705086,36.371536,499.59998,65.61994,103.81852,47.478943,203.46202,307.22083,460.4047,8.537778,66.51213,281.72763,431.4737,13.00036,109.54768,14.067261,1.6508689,54.22047,1.1072414,1.2511417,4.2514067,12.144875,58.281437,22.48215,19.553493,359.43622,69.90804,41.516705,54.90894,17.754744,64.22413,12.033961,9.381636,14.606115,92.29165,36.69948,19.441486,37.171074,10.630611,24.664036,25.263329,1.5177253,85.048836,14.325748,233.87971,9.175786,362.15094,21.153702,819.31555,177.60066,4.646346,11.543388,194.72018,263.7405,1080.9912,712.3533 +2023-12-08 20:00:00,0.0,3208.9937,64.909996,26.994244,73.11945,45.447258,317.79886,40.19602,77.8137,21.506044,47.03666,341.67957,105.67483,22.03677,149.1992,0.33390003,0.14732324,61.818836,4.1538844,14.979333,955.21344,14.3933525,1156.403,134.16722,4.0977807,36.473724,595.06134,53.941273,533.3877,219.50002,3893.747,12.424006,2734.484,130.18643,5.729893,7.0880394,28.288181,244.29524,297.21045,210.23615,49.967743,35.945885,11.366116,744.06744,90.13399,43.75688,10.341789,492.4094,14.059477,556.8762,5.9797883,37.483273,0.0,764.6437,2109.8552,0.24705525,156.42604,16.792814,12542.524,25.908731,0.8281106,8.1095495,21.078468,6.263178,1.9223819,11.701869,291.26468,71.7034,8.139808,0.6429719,2.2043326,114.21744,1.674173,145.95854,240.50269,2009.3766,412.46246,94.680214,162.37276,386.79465,17.37744,18.492315,270.93362,28.58145,39.81726,12.012294,19.670988,160.96475,14.710646,11.152367,49.492287,13.728899,3760.3906,18.782667,21.307796,16.157967,10.427511,210.60585,42.302746,17.524193,6.86436,7.5952907,12.942125,56.567654,100.7655,30.03508,161.15279,19.706198,4.8957896,48.414375,34.4061,68.1183,95.26673,13.078139,2.677554,9.222466,17.521912,2250.4497,11.322104,2.2002215,46.023163,12.640118,134.62381,79.511116,115.27696,4.649604,71.923256,418.93738,324.08078,29.837076,328.3902,53.88853,52.62158,72.08154,48.63608,7.586978,29.240583,496.233,1.1825646,2.5328906,139.56241,24.0149,9.269494,16.168812,19.749157,188.9946,62.477486,161.32185,1028.407,212.93695,2080.1677,1796.77,18.46508,23.231733,2060.729,23.704967,36.340992,499.49896,65.57489,103.75578,47.44604,203.31334,307.14847,460.3628,8.532342,66.47569,281.52878,431.37457,12.995623,109.515015,14.061604,1.6507386,54.229805,1.1070215,1.2508454,4.249372,12.143082,58.23387,22.476221,19.55699,359.89056,69.878586,41.497696,54.880375,17.748772,64.26075,12.034588,9.414104,14.599731,92.25734,36.676098,19.4723,37.18733,10.629973,24.710215,25.289156,1.517213,85.01322,14.318779,233.85892,9.172681,362.03842,21.155846,819.66345,177.52124,4.6436954,11.541571,194.65057,263.6156,1080.7446,712.64514 +2023-12-08 21:00:00,0.0,3207.7654,64.87716,26.962883,73.072556,45.424637,317.7148,40.177433,77.76891,21.501677,47.003567,341.49094,105.7251,22.02505,149.03262,0.33397114,0.14786984,61.799637,4.1752167,14.997125,954.6406,14.390774,1155.7582,134.15083,4.116495,36.49451,594.72095,53.9696,533.9288,219.56175,3891.7673,12.458838,2734.6667,130.4554,5.750916,7.1069527,28.380558,244.27495,297.1896,210.73427,49.951614,35.92427,11.364883,743.63763,90.35381,43.770573,10.336279,492.51526,14.056234,556.94635,5.979641,37.468105,0.0,764.60425,2109.2014,0.24706459,156.30672,16.78833,12537.735,25.908358,0.8283814,8.105395,21.068554,6.2646933,1.9225783,11.696256,291.16452,71.673164,8.133802,0.642968,2.2051823,114.22338,1.673035,145.94385,240.31653,2008.8586,412.09576,94.66551,162.35081,387.48154,17.41523,18.516357,271.66275,28.628891,39.885334,12.009011,19.670572,161.01659,14.70321,11.150743,49.495983,13.733479,3760.8362,18.781334,21.305443,16.157074,10.426002,210.70938,42.316692,17.536291,6.865183,7.5933223,12.944805,56.56623,100.71806,30.036995,161.18661,19.703596,4.894943,48.407238,34.391026,68.070786,95.300934,13.092459,2.6757057,9.245397,17.514368,2249.6396,11.338458,2.197743,45.981617,12.637892,134.5974,79.525,115.25694,4.655193,71.95051,418.78204,323.93805,29.83048,328.23502,53.941128,52.612743,72.07703,48.713524,7.59637,29.259624,496.21918,1.1858013,2.538461,139.67006,24.015207,9.268389,16.183624,19.75823,189.11015,62.514668,161.32399,1029.0903,212.73497,2079.4966,1796.4886,18.454496,23.212656,2060.1423,23.70485,36.310448,499.39795,65.52984,103.69305,47.41314,203.16464,307.0761,460.32086,8.526906,66.43925,281.32996,431.27545,12.990886,109.482346,14.055947,1.6506083,54.23914,1.1068015,1.2505492,4.247337,12.14129,58.18631,22.470293,19.560484,360.3449,69.84912,41.478687,54.851814,17.7428,64.29738,12.035215,9.446573,14.593347,92.22303,36.65272,19.503113,37.203587,10.629334,24.756393,25.314985,1.5167006,84.97761,14.31181,233.8381,9.169575,361.9259,21.15799,820.01135,177.44182,4.641044,11.539753,194.58098,263.49066,1080.498,712.937 +2023-12-08 22:00:00,0.0,3206.5369,64.84432,26.931522,73.025665,45.402016,317.63074,40.158844,77.72413,21.49731,46.97047,341.30234,105.775375,22.01333,148.86603,0.33404225,0.14841646,61.780437,4.196549,15.014916,954.06775,14.388196,1155.1134,134.13445,4.1352096,36.515297,594.38055,53.997932,534.46985,219.6235,3889.7878,12.493671,2734.8496,130.72437,5.7719393,7.1258664,28.472935,244.25465,297.1688,211.23239,49.935482,35.902657,11.36365,743.2078,90.57363,43.78426,10.330768,492.62115,14.052993,557.0164,5.9794936,37.452938,0.0,764.5648,2108.5476,0.24707393,156.1874,16.783846,12532.945,25.907982,0.82865226,8.101242,21.058638,6.266209,1.9227749,11.690642,291.06436,71.64292,8.127797,0.6429641,2.206032,114.22933,1.6718972,145.92917,240.13037,2008.3407,411.72906,94.6508,162.32886,388.1684,17.45302,18.5404,272.3919,28.676334,39.95341,12.005729,19.670156,161.0684,14.695773,11.149118,49.499683,13.738059,3761.2815,18.78,21.303091,16.156183,10.424492,210.81291,42.33064,17.548388,6.8660054,7.5913534,12.947486,56.564804,100.67062,30.03891,161.22046,19.700996,4.894097,48.4001,34.375954,68.02327,95.33513,13.106779,2.6738577,9.268327,17.506823,2248.8298,11.354812,2.1952643,45.940075,12.635665,134.571,79.538895,115.23692,4.6607814,71.97776,418.6267,323.79532,29.823887,328.0798,53.99373,52.603905,72.07251,48.790962,7.605762,29.278667,496.20538,1.1890379,2.5440311,139.7777,24.015514,9.267283,16.198439,19.767303,189.22571,62.55185,161.32613,1029.7737,212.53299,2078.8257,1796.2072,18.44391,23.193579,2059.556,23.704731,36.279903,499.29694,65.48479,103.63031,47.380238,203.01596,307.00375,460.27896,8.52147,66.40281,281.1311,431.17636,12.986149,109.44968,14.050291,1.650478,54.248474,1.1065817,1.250253,4.245302,12.139498,58.138744,22.464365,19.563978,360.79922,69.819664,41.45968,54.823254,17.736828,64.33401,12.035843,9.479041,14.586963,92.18871,36.62934,19.533926,37.21984,10.628696,24.802572,25.340815,1.5161881,84.94199,14.30484,233.8173,9.16647,361.8134,21.160131,820.35925,177.3624,4.6383934,11.537936,194.51138,263.36575,1080.2515,713.22894 +2023-12-08 23:00:00,0.0,3205.3086,64.81148,26.900162,72.978775,45.379395,317.54666,40.140255,77.679344,21.492943,46.937378,341.1137,105.825645,22.001612,148.69943,0.33411336,0.14896306,61.76124,4.217881,15.032709,953.49493,14.385618,1154.4688,134.11806,4.153924,36.53608,594.0401,54.02626,535.0109,219.68526,3887.8083,12.528503,2735.0325,130.99333,5.7929626,7.1447797,28.565311,244.23436,297.14798,211.73051,49.919353,35.881046,11.362418,742.778,90.79346,43.79795,10.325256,492.72702,14.04975,557.08655,5.9793463,37.43777,0.0,764.5253,2107.894,0.24708328,156.06805,16.779364,12528.156,25.907606,0.82892305,8.097088,21.048725,6.2677245,1.9229714,11.68503,290.9642,71.61268,8.121792,0.64296025,2.2068815,114.235275,1.6707592,145.91447,239.94421,2007.8228,411.3624,94.6361,162.3069,388.8553,17.49081,18.56444,273.12106,28.723776,40.021484,12.002445,19.66974,161.12022,14.688337,11.147494,49.50338,13.742639,3761.7268,18.778667,21.30074,16.15529,10.422981,210.91644,42.344585,17.560484,6.8668284,7.589385,12.950166,56.56338,100.623184,30.040827,161.2543,19.698395,4.8932505,48.39296,34.360878,67.97575,95.36933,13.1210985,2.6720095,9.291256,17.499277,2248.02,11.371165,2.192786,45.898533,12.633439,134.54459,79.55278,115.2169,4.6663704,72.005005,418.47137,323.65262,29.817293,327.92462,54.046326,52.59507,72.068,48.8684,7.6151543,29.297709,496.19156,1.1922746,2.5496016,139.88533,24.015821,9.266179,16.213251,19.776377,189.34126,62.589027,161.32826,1030.4569,212.33101,2078.1548,1795.9258,18.433327,23.174501,2058.9692,23.70461,36.24936,499.1959,65.43973,103.56757,47.347336,202.86728,306.9314,460.23706,8.516034,66.36636,280.93228,431.07724,12.981412,109.417,14.044635,1.6503478,54.25781,1.1063617,1.2499567,4.2432675,12.137706,58.09118,22.458437,19.567472,361.25357,69.79021,41.44067,54.79469,17.730858,64.37063,12.03647,9.51151,14.580578,92.1544,36.60596,19.56474,37.236095,10.6280575,24.848751,25.366644,1.5156758,84.90639,14.297871,233.79651,9.163363,361.70087,21.162275,820.70715,177.28297,4.635742,11.5361185,194.44177,263.2408,1080.0049,713.5208 +2023-12-09 00:00:00,0.0,3204.0803,64.77864,26.868801,72.93188,45.356777,317.46262,40.12167,77.63456,21.488577,46.904285,340.9251,105.875916,21.989893,148.53284,0.33418447,0.14950968,61.74204,4.2392135,15.050501,952.92206,14.383039,1153.824,134.10167,4.1726384,36.556866,593.6997,54.05459,535.55194,219.74701,3885.8289,12.563335,2735.2153,131.2623,5.8139853,7.163693,28.65769,244.21405,297.12714,212.22862,49.903225,35.859432,11.361185,742.34827,91.013275,43.81164,10.319746,492.8329,14.046508,557.1566,5.979199,37.4226,0.0,764.4859,2107.2402,0.24709262,155.94873,16.77488,12523.367,25.90723,0.8291939,8.092934,21.03881,6.26924,1.9231678,11.679417,290.86404,71.582436,8.115787,0.6429564,2.2077312,114.24122,1.6696212,145.89978,239.75807,2007.3048,410.9957,94.6214,162.28494,389.54214,17.5286,18.588482,273.8502,28.771217,40.089558,11.999163,19.669325,161.17204,14.680902,11.14587,49.507076,13.747219,3762.172,18.777334,21.298388,16.1544,10.421472,211.01996,42.358532,17.57258,6.8676515,7.5874166,12.952847,56.56196,100.57574,30.042742,161.28815,19.695793,4.892404,48.385822,34.345806,67.928246,95.40353,13.135419,2.6701612,9.314186,17.491732,2247.2102,11.38752,2.1903074,45.856987,12.631213,134.51819,79.566666,115.196884,4.6719594,72.03226,418.31604,323.5099,29.8107,327.76944,54.098923,52.58623,72.063484,48.945843,7.624546,29.316751,496.17776,1.1955112,2.555172,139.99297,24.016129,9.265074,16.228064,19.78545,189.45682,62.62621,161.3304,1031.1401,212.12903,2077.484,1795.6443,18.42274,23.155426,2058.3826,23.704493,36.218815,499.09488,65.39468,103.504845,47.314434,202.71858,306.85904,460.19516,8.510598,66.329926,280.73343,430.97812,12.976675,109.38433,14.038979,1.6502175,54.267143,1.1061418,1.2496605,4.2412324,12.135914,58.043613,22.452509,19.570967,361.70792,69.76075,41.42166,54.76613,17.724886,64.40726,12.037097,9.543979,14.574194,92.120094,36.58258,19.595552,37.25235,10.627419,24.89493,25.392471,1.5151634,84.87077,14.290901,233.77571,9.160258,361.58835,21.16442,821.05505,177.20355,4.6330914,11.534301,194.37218,263.1159,1079.7583,713.8127 +2023-12-09 01:00:00,0.0,3202.852,64.745804,26.83744,72.88499,45.334156,317.37854,40.10308,77.58978,21.484211,46.87119,340.73648,105.926186,21.978172,148.36624,0.3342556,0.15005629,61.72284,4.2605457,15.068293,952.34924,14.380462,1153.1792,134.08528,4.191353,36.577652,593.35925,54.08292,536.093,219.80876,3883.849,12.598167,2735.3984,131.53127,5.8350086,7.182606,28.750069,244.19376,297.10632,212.72675,49.887096,35.83782,11.359953,741.91846,91.2331,43.82533,10.314235,492.93875,14.043266,557.22675,5.9790516,37.407433,0.0,764.4465,2106.5864,0.24710196,155.8294,16.770397,12518.578,25.906855,0.82946473,8.08878,21.028896,6.270756,1.9233643,11.673803,290.7639,71.55219,8.109781,0.6429525,2.208581,114.24716,1.6684834,145.8851,239.57191,2006.7869,410.629,94.60669,162.263,390.22903,17.566391,18.612524,274.57935,28.818659,40.15763,11.99588,19.66891,161.22386,14.673466,11.144245,49.510777,13.751799,3762.6174,18.776001,21.296036,16.153507,10.419962,211.12349,42.37248,17.584677,6.868474,7.5854483,12.955526,56.56053,100.5283,30.044657,161.32198,19.693193,4.8915577,48.378685,34.33073,67.88073,95.43773,13.149738,2.6683133,9.337116,17.484186,2246.4001,11.403873,2.1878288,45.815445,12.628987,134.49178,79.58056,115.176865,4.6775484,72.05951,418.1607,323.36716,29.804106,327.61423,54.151524,52.577396,72.05897,49.02328,7.6339383,29.335793,496.16394,1.1987479,2.5607424,140.1006,24.016436,9.263968,16.242878,19.794523,189.57237,62.66339,161.33253,1031.8235,211.92705,2076.8127,1795.3629,18.412157,23.136349,2057.796,23.704374,36.18827,498.99387,65.349625,103.44211,47.281532,202.5699,306.78665,460.15323,8.505162,66.29348,280.5346,430.879,12.971938,109.35166,14.033322,1.6500872,54.276478,1.105922,1.2493641,4.2391977,12.134122,57.99605,22.446579,19.574463,362.16226,69.73129,41.402653,54.737568,17.718914,64.443886,12.0377245,9.5764475,14.567809,92.085785,36.5592,19.626366,37.268604,10.6267805,24.941109,25.4183,1.514651,84.83516,14.283932,233.75491,9.157152,361.47583,21.166563,821.40295,177.12413,4.63044,11.532484,194.30257,262.99097,1079.5117,714.1046 +2023-12-09 02:00:00,0.0,3201.6238,64.71297,26.80608,72.8381,45.311535,317.2945,40.084496,77.545,21.479843,46.838097,340.54788,105.976456,21.966454,148.19965,0.3343267,0.1506029,61.70364,4.281878,15.086085,951.77637,14.377884,1152.5344,134.06888,4.210067,36.598434,593.01886,54.111248,536.6341,219.87051,3881.8696,12.633,2735.5813,131.80023,5.856032,7.2015195,28.842445,244.17346,297.0855,213.22487,49.870968,35.816208,11.358721,741.48865,91.45293,43.83902,10.308723,493.04462,14.040024,557.2969,5.978904,37.392265,0.0,764.40704,2105.9329,0.2471113,155.71008,16.765913,12513.788,25.906479,0.8297356,8.084626,21.01898,6.272271,1.9235609,11.66819,290.66373,71.52195,8.103776,0.6429486,2.2094305,114.253105,1.6673454,145.8704,239.38576,2006.2689,410.26233,94.591995,162.24104,390.9159,17.604181,18.636564,275.3085,28.8661,40.225704,11.992598,19.668495,161.2757,14.666029,11.142621,49.514473,13.756379,3763.0627,18.774668,21.293682,16.152617,10.418452,211.22702,42.38643,17.596775,6.869297,7.58348,12.958206,56.55911,100.48086,30.046572,161.35582,19.690592,4.8907113,48.371544,34.31566,67.83321,95.471924,13.164059,2.666465,9.360045,17.47664,2245.5903,11.420227,2.1853502,45.773903,12.6267605,134.46536,79.594444,115.156845,4.6831374,72.08676,418.00537,323.22446,29.797512,327.45905,54.20412,52.568558,72.05446,49.10072,7.64333,29.354836,496.15012,1.2019845,2.5663126,140.20825,24.016743,9.262863,16.25769,19.803596,189.68793,62.700573,161.33467,1032.5067,211.72507,2076.1418,1795.0814,18.401573,23.117271,2057.2092,23.704256,36.157726,498.89285,65.304565,103.37937,47.24863,202.4212,306.7143,460.11133,8.499727,66.25704,280.33575,430.7799,12.967201,109.31899,14.027666,1.649957,54.285812,1.105702,1.2490679,4.2371626,12.132329,57.948486,22.44065,19.577957,362.61658,69.701836,41.38364,54.709007,17.712942,64.480515,12.038352,9.608916,14.561425,92.051476,36.535824,19.657179,37.28486,10.6261425,24.987288,25.44413,1.5141386,84.799545,14.276962,233.7341,9.154047,361.3633,21.168705,821.75085,177.04471,4.6277895,11.530666,194.23297,262.86606,1079.2651,714.3965 +2023-12-09 03:00:00,0.0,3200.3955,64.68012,26.77472,72.7912,45.288914,317.21042,40.065907,77.50021,21.475477,46.805004,340.35925,106.026726,21.954735,148.03305,0.33439782,0.15114953,61.68444,4.3032103,15.103877,951.2035,14.375305,1151.8898,134.05249,4.228781,36.61922,592.67847,54.139576,537.1752,219.93227,3879.8901,12.667832,2735.7642,132.0692,5.8770547,7.2204328,28.934822,244.15317,297.0647,213.72298,49.85484,35.794594,11.357488,741.0589,91.672745,43.852707,10.303212,493.15045,14.036782,557.36694,5.9787564,37.377098,0.0,764.36755,2105.279,0.24712065,155.59076,16.76143,12508.999,25.906105,0.83000636,8.080472,21.009066,6.273787,1.9237573,11.662577,290.56357,71.49171,8.097771,0.64294475,2.2102802,114.25905,1.6662074,145.85573,239.1996,2005.751,409.89563,94.577286,162.21909,391.60278,17.641972,18.660606,276.03766,28.913542,40.293777,11.989315,19.668077,161.32751,14.658593,11.140997,49.51817,13.760959,3763.508,18.773333,21.29133,16.151724,10.416942,211.33054,42.400375,17.608871,6.87012,7.5815115,12.960887,56.557682,100.43342,30.048487,161.38966,19.68799,4.889865,48.364407,34.300583,67.7857,95.50613,13.178378,2.664617,9.382976,17.469095,2244.7805,11.436581,2.1828716,45.732357,12.624535,134.43896,79.60834,115.136826,4.688726,72.11401,417.85004,323.08173,29.790918,327.30383,54.25672,52.559723,72.04994,49.17816,7.6527224,29.373877,496.13632,1.2052212,2.571883,140.31589,24.01705,9.261758,16.272503,19.81267,189.80348,62.73775,161.33682,1033.19,211.52309,2075.471,1794.8,18.390987,23.098194,2056.6226,23.704138,36.127182,498.79184,65.259514,103.316635,47.21573,202.27252,306.64194,460.06943,8.494291,66.220604,280.13693,430.6808,12.962464,109.286316,14.02201,1.6498268,54.295147,1.1054821,1.2487717,4.235128,12.130537,57.90092,22.434723,19.581451,363.07092,69.67238,41.36463,54.680443,17.70697,64.517136,12.038979,9.641385,14.55504,92.017166,36.512444,19.687992,37.301113,10.625504,25.033466,25.46996,1.5136262,84.76393,14.269994,233.7133,9.150941,361.25082,21.170849,822.09875,176.96529,4.6251388,11.528849,194.16338,262.74115,1079.0186,714.68835 +2023-12-09 04:00:00,0.0,3199.1672,64.647285,26.74336,72.74431,45.266293,317.12637,40.047318,77.45543,21.47111,46.771908,340.17065,106.077,21.943014,147.86647,0.33446893,0.15169613,61.66524,4.3245425,15.12167,950.6307,14.372727,1151.245,134.0361,4.2474957,36.640007,592.338,54.167908,537.71625,219.99402,3877.9106,12.702664,2735.947,132.33817,5.898078,7.239346,29.0272,244.13287,297.04385,214.2211,49.83871,35.77298,11.356256,740.6291,91.89257,43.866398,10.297702,493.25635,14.03354,557.4371,5.978609,37.36193,0.0,764.3281,2104.6252,0.24712998,155.47144,16.756947,12504.21,25.90573,0.8302772,8.076319,20.999151,6.2753024,1.9239538,11.656964,290.46344,71.461464,8.091765,0.6429408,2.2111297,114.26499,1.6650696,145.84103,239.01344,2005.233,409.52893,94.562584,162.19713,392.28964,17.679762,18.684649,276.76678,28.960983,40.36185,11.9860325,19.667662,161.37933,14.651157,11.139373,49.521866,13.765539,3763.9534,18.772,21.288979,16.150833,10.415432,211.43407,42.41432,17.620968,6.8709426,7.5795426,12.963567,56.55626,100.38598,30.050404,161.42351,19.685389,4.8890185,48.35727,34.285507,67.73818,95.54032,13.1926985,2.6627688,9.405905,17.46155,2243.9707,11.452934,2.180393,45.690815,12.622309,134.41255,79.62222,115.116806,4.694315,72.141266,417.6947,322.939,29.784325,327.14865,54.30932,52.550884,72.045425,49.2556,7.662114,29.39292,496.1225,1.2084578,2.5774534,140.42352,24.017357,9.260653,16.287315,19.821741,189.91904,62.774933,161.33896,1033.8733,211.3211,2074.8,1794.5186,18.380404,23.079119,2056.036,23.704018,36.096638,498.6908,65.21446,103.2539,47.182827,202.12384,306.56958,460.0275,8.488855,66.18416,279.93808,430.58167,12.957727,109.25365,14.016354,1.6496965,54.30448,1.1052623,1.2484754,4.233093,12.128745,57.853355,22.428795,19.584946,363.52527,69.64292,41.345623,54.651882,17.700998,64.553764,12.039606,9.673853,14.548656,91.98286,36.489063,19.718803,37.317368,10.624866,25.079645,25.495787,1.5131137,84.72832,14.263024,233.6925,9.147836,361.1383,21.172993,822.44666,176.88586,4.6224875,11.527032,194.09377,262.6162,1078.772,714.9803 +2023-12-09 05:00:00,0.0,3197.9387,64.61445,26.712,72.69742,45.24367,317.0423,40.028732,77.410645,21.466743,46.738815,339.98203,106.12727,21.931295,147.69987,0.33454004,0.15224275,61.646046,4.345875,15.1394615,950.0578,14.37015,1150.6002,134.01971,4.26621,36.66079,591.9976,54.196236,538.2573,220.05576,3875.9312,12.737497,2736.13,132.60713,5.919101,7.2582593,29.11958,244.11256,297.02304,214.71922,49.822582,35.75137,11.355022,740.1993,92.11239,43.880085,10.292191,493.3622,14.030297,557.50714,5.9784617,37.346764,0.0,764.2887,2103.9717,0.24713932,155.3521,16.752462,12499.421,25.905354,0.83054805,8.072165,20.989237,6.276818,1.9241503,11.651351,290.36328,71.43123,8.08576,0.64293694,2.2119794,114.270935,1.6639316,145.82634,238.82729,2004.7151,409.16226,94.54788,162.17519,392.97653,17.71755,18.70869,277.49594,29.008425,40.429924,11.98275,19.667248,161.43115,14.643721,11.137749,49.525566,13.770119,3764.399,18.770666,21.286627,16.14994,10.413922,211.5376,42.42827,17.633064,6.8717656,7.5775743,12.966248,56.554836,100.33854,30.052319,161.45734,19.682789,4.888172,48.35013,34.270435,67.69067,95.574524,13.207018,2.6609209,9.428835,17.454004,2243.1606,11.469289,2.1779146,45.64927,12.620083,134.38615,79.636116,115.09679,4.699904,72.16852,417.53937,322.7963,29.77773,326.99347,54.361916,52.54205,72.04092,49.333042,7.6715064,29.41196,496.1087,1.2116945,2.5830235,140.53116,24.017664,9.259547,16.30213,19.830814,190.03459,62.812115,161.3411,1034.5566,211.11913,2074.129,1794.2372,18.369818,23.060041,2055.4492,23.7039,36.066093,498.58978,65.16941,103.19116,47.149925,201.97514,306.49722,459.9856,8.483419,66.14772,279.73926,430.48254,12.952991,109.22098,14.010696,1.6495662,54.313816,1.1050423,1.2481792,4.231058,12.126953,57.805794,22.422867,19.58844,363.9796,69.613464,41.326614,54.62332,17.695028,64.59039,12.040234,9.706322,14.542272,91.94855,36.465683,19.749617,37.333622,10.624228,25.125826,25.521616,1.5126014,84.6927,14.256055,233.6717,9.14473,361.0258,21.175137,822.7945,176.80644,4.619837,11.525214,194.02417,262.4913,1078.5254,715.27216 +2023-12-09 06:00:00,0.0,3196.7104,64.581604,26.68064,72.65052,45.22105,316.95825,40.010143,77.36586,21.462376,46.70572,339.79343,106.17754,21.919577,147.53328,0.33461115,0.15278935,61.626846,4.367207,15.157253,949.485,14.367571,1149.9554,134.00333,4.2849245,36.681576,591.65717,54.224564,538.7984,220.11751,3873.9514,12.772329,2736.313,132.8761,5.9401245,7.277173,29.211958,244.09227,297.00223,215.21733,49.80645,35.729755,11.35379,739.76953,92.332214,43.893776,10.286679,493.46808,14.027056,557.5773,5.9783144,37.331596,0.0,764.24927,2103.3179,0.24714866,155.23277,16.74798,12494.632,25.904978,0.83081883,8.068011,20.979322,6.2783337,1.9243468,11.645738,290.26312,71.400986,8.079755,0.6429331,2.212829,114.27688,1.6627936,145.81166,238.64113,2004.1971,408.79556,94.53317,162.15323,393.6634,17.75534,18.73273,278.2251,29.055868,40.497997,11.979467,19.66683,161.48297,14.636285,11.136124,49.529263,13.774699,3764.8442,18.769333,21.284275,16.14905,10.412413,211.64113,42.442215,17.64516,6.872588,7.575606,12.968927,56.55341,100.2911,30.054234,161.49118,19.680187,4.887326,48.34299,34.25536,67.64315,95.60872,13.221338,2.6590726,9.451765,17.446459,2242.3508,11.485642,2.175436,45.607727,12.617857,134.35974,79.65,115.07677,4.705493,72.19577,417.38403,322.65356,29.771137,326.83826,54.414516,52.53321,72.0364,49.41048,7.680898,29.431002,496.09488,1.2149311,2.588594,140.63881,24.017971,9.258442,16.316942,19.839888,190.15015,62.849293,161.34323,1035.2399,210.91716,2073.458,1793.9557,18.359234,23.040964,2054.8625,23.703781,36.03555,498.48877,65.12435,103.12843,47.117023,201.82646,306.42487,459.9437,8.477983,66.111275,279.5404,430.38345,12.948254,109.18831,14.00504,1.649436,54.32315,1.1048224,1.247883,4.2290235,12.125161,57.75823,22.416939,19.591936,364.43393,69.58401,41.307606,54.594757,17.689056,64.627014,12.040861,9.7387905,14.535888,91.91423,36.442307,19.78043,37.349876,10.623589,25.172005,25.547445,1.512089,84.65709,14.249085,233.65091,9.141624,360.91327,21.17728,823.1424,176.72702,4.6171856,11.5233965,193.95456,262.36636,1078.2788,715.564 +2023-12-09 07:00:00,0.0,3195.4822,64.54877,26.649279,72.60363,45.19843,316.87418,39.991554,77.32108,21.45801,46.672626,339.6048,106.22781,21.907858,147.36668,0.33468226,0.15333597,61.607647,4.3885393,15.175046,948.9121,14.364993,1149.3107,133.98694,4.303639,36.702362,591.3168,54.252895,539.3395,220.17926,3871.972,12.807161,2736.4958,133.14507,5.9611473,7.2960863,29.304337,244.07198,296.98138,215.71545,49.79032,35.70814,11.352557,739.3397,92.55203,43.907463,10.281169,493.57397,14.023813,557.64734,5.978167,37.31643,0.0,764.20984,2102.664,0.247158,155.11345,16.743496,12489.842,25.904602,0.8310897,8.063857,20.969408,6.279849,1.9245433,11.640124,290.16296,71.37074,8.0737505,0.6429292,2.2136786,114.28282,1.6616558,145.79697,238.45497,2003.6792,408.42886,94.51847,162.13127,394.35028,17.79313,18.756773,278.95422,29.10331,40.56607,11.976185,19.666414,161.5348,14.628849,11.1345,49.53296,13.779279,3765.2896,18.768,21.281921,16.148157,10.410902,211.74464,42.45616,17.657259,6.873411,7.5736375,12.971608,56.551987,100.24366,30.056149,161.52502,19.677586,4.8864794,48.335854,34.240288,67.595634,95.64292,13.235658,2.6572244,9.474694,17.438915,2241.541,11.501996,2.1729574,45.566185,12.61563,134.33334,79.663895,115.05675,4.711082,72.22302,417.2287,322.51083,29.764542,326.68307,54.467113,52.524376,72.03188,49.48792,7.6902905,29.450045,496.08105,1.2181678,2.5941644,140.74644,24.018278,9.257337,16.331755,19.84896,190.26572,62.886475,161.34537,1035.9232,210.71518,2072.787,1793.6743,18.34865,23.021887,2054.276,23.703663,36.005005,498.38776,65.0793,103.0657,47.08412,201.67776,306.3525,459.9018,8.472548,66.07484,279.34158,430.28433,12.943517,109.15563,13.999384,1.6493057,54.332485,1.1046026,1.2475867,4.2269883,12.123369,57.710663,22.41101,19.59543,364.88828,69.55454,41.288597,54.566196,17.683084,64.66364,12.041488,9.771259,14.529503,91.87992,36.418926,19.811243,37.366135,10.622951,25.218184,25.573275,1.5115765,84.621475,14.242116,233.6301,9.138518,360.80075,21.179422,823.4903,176.6476,4.614535,11.52158,193.88496,262.24146,1078.0323,715.85596 +2023-12-09 08:00:00,0.0,3194.254,64.51593,26.617918,72.55674,45.175808,316.7901,39.97297,77.2763,21.453642,46.639534,339.4162,106.27808,21.896137,147.20009,0.33475336,0.15388258,61.588448,4.4098716,15.192838,948.3393,14.362415,1148.666,133.97055,4.3223534,36.723145,590.9764,54.281223,539.8805,220.24101,3869.9924,12.841994,2736.6787,133.41403,5.9821706,7.3149996,29.396713,244.05168,296.96057,216.21358,49.774193,35.68653,11.351325,738.9099,92.77186,43.921154,10.275658,493.6798,14.020571,557.71747,5.9780197,37.301258,0.0,764.1704,2102.0105,0.24716735,154.99413,16.739014,12485.053,25.904226,0.8313605,8.059703,20.959494,6.2813644,1.9247397,11.634511,290.0628,71.3405,8.067745,0.6429253,2.2145283,114.288765,1.6605178,145.78227,238.26881,2003.1613,408.0622,94.50377,162.10931,395.03714,17.830921,18.780815,279.68338,29.150751,40.634144,11.972902,19.666,161.58662,14.621413,11.132875,49.53666,13.783859,3765.7349,18.766666,21.27957,16.147266,10.409392,211.84818,42.47011,17.669355,6.874234,7.571669,12.974288,56.550564,100.19622,30.058064,161.55887,19.674986,4.885633,48.328712,34.225212,67.54813,95.67712,13.249978,2.6553764,9.497624,17.43137,2240.7312,11.51835,2.1704788,45.52464,12.613404,134.30693,79.67778,115.03673,4.7166705,72.25027,417.07336,322.36813,29.757948,326.5279,54.519714,52.51554,72.027374,49.56536,7.699682,29.469086,496.06726,1.2214044,2.5997345,140.85408,24.018587,9.256232,16.34657,19.858034,190.38127,62.923656,161.3475,1036.6064,210.5132,2072.1162,1793.3928,18.338064,23.002811,2053.6895,23.703545,35.97446,498.28674,65.03425,103.00296,47.05122,201.52908,306.28015,459.85986,8.467112,66.03839,279.14273,430.1852,12.93878,109.12296,13.993728,1.6491754,54.34182,1.1043826,1.2472905,4.2249537,12.121576,57.663097,22.405083,19.598925,365.34262,69.525085,41.269585,54.537636,17.677113,64.70027,12.042115,9.803728,14.523118,91.84561,36.395546,19.842056,37.38239,10.622312,25.264362,25.599102,1.5110642,84.58587,14.2351465,233.6093,9.135413,360.68823,21.181566,823.8382,176.56818,4.611884,11.519762,193.81537,262.11655,1077.7858,716.1478 +2023-12-09 09:00:00,0.0,3193.0256,64.483086,26.586557,72.50984,45.153187,316.70605,39.95438,77.231514,21.449276,46.606438,339.22757,106.32836,21.884418,147.0335,0.33482447,0.1544292,61.56925,4.431204,15.210629,947.7664,14.359837,1148.0212,133.95415,4.3410673,36.74393,590.6359,54.30955,540.4216,220.30276,3868.013,12.876826,2736.8616,133.683,6.003194,7.333913,29.48909,244.03139,296.93976,216.71169,49.758064,35.664917,11.350092,738.4801,92.991684,43.93484,10.270146,493.78564,14.017329,557.78754,5.9778724,37.28609,0.0,764.131,2101.3567,0.24717669,154.8748,16.73453,12480.264,25.903852,0.83163136,8.05555,20.949577,6.2828803,1.9249363,11.628898,289.96265,71.31026,8.06174,0.64292145,2.215378,114.29471,1.6593798,145.7676,238.08266,2002.6433,407.6955,94.48906,162.08737,395.72403,17.868711,18.804855,280.41254,29.198193,40.702217,11.96962,19.665583,161.63844,14.6139765,11.131251,49.540356,13.788439,3766.1802,18.765333,21.277218,16.146374,10.407883,211.9517,42.48406,17.681452,6.8750567,7.5697002,12.976969,56.549137,100.14878,30.059978,161.5927,19.672384,4.8847866,48.321575,34.21014,67.50061,95.71132,13.2642975,2.6535282,9.520555,17.423824,2239.9211,11.534704,2.1680002,45.483097,12.611178,134.28053,79.691666,115.01671,4.7222595,72.27752,416.91803,322.2254,29.751354,326.37268,54.57231,52.506702,72.02286,49.6428,7.7090745,29.488129,496.05344,1.2246411,2.605305,140.96172,24.018894,9.255127,16.361382,19.867107,190.49683,62.96084,161.34964,1037.2897,210.31122,2071.4453,1793.1115,18.32748,22.983734,2053.1028,23.703424,35.943916,498.1857,64.98919,102.94022,47.01832,201.38039,306.20776,459.81796,8.461676,66.00195,278.9439,430.0861,12.934043,109.090294,13.988071,1.6490451,54.351154,1.1041627,1.2469941,4.2229185,12.119784,57.615536,22.399155,19.602419,365.79697,69.49563,41.250576,54.50907,17.67114,64.73689,12.042743,9.836197,14.516734,91.8113,36.372166,19.87287,37.398643,10.621674,25.310541,25.624931,1.5105518,84.550255,14.228177,233.5885,9.132307,360.5757,21.18371,824.1861,176.48875,4.609233,11.517944,193.74576,261.9916,1077.5392,716.4397 +2023-12-09 10:00:00,0.0,3191.7974,64.45025,26.555197,72.46295,45.130566,316.62198,39.93579,77.18673,21.444908,46.573345,339.03897,106.37863,21.8727,146.8669,0.33489558,0.15497582,61.55005,4.452536,15.228422,947.19354,14.357259,1147.3765,133.93776,4.3597817,36.764717,590.29553,54.337883,540.96265,220.36452,3866.0334,12.911658,2737.0444,133.95197,6.0242167,7.352826,29.581469,244.01108,296.9189,217.20981,49.741936,35.643303,11.34886,738.05035,93.2115,43.948532,10.264636,493.89154,14.014087,557.85767,5.977725,37.270924,0.0,764.09155,2100.703,0.24718603,154.75548,16.730047,12475.475,25.903477,0.83190215,8.051395,20.939663,6.2843957,1.9251328,11.623285,289.8625,71.280014,8.055735,0.6429176,2.2162275,114.30065,1.658242,145.7529,237.8965,2002.1254,407.3288,94.47436,162.06541,396.4109,17.906502,18.828897,281.14166,29.245634,40.77029,11.966337,19.665169,161.69026,14.606541,11.129627,49.544052,13.793019,3766.6255,18.764,21.274866,16.145483,10.406373,212.05524,42.498005,17.693548,6.87588,7.567732,12.979649,56.547714,100.10134,30.061895,161.62654,19.669783,4.88394,48.314438,34.195065,67.453094,95.745514,13.278618,2.6516802,9.543484,17.416279,2239.1113,11.551058,2.1655216,45.441555,12.6089525,134.25412,79.70556,114.99669,4.7278485,72.30477,416.7627,322.08267,29.74476,326.2175,54.62491,52.497868,72.01834,49.720238,7.7184663,29.50717,496.0396,1.2278777,2.6108754,141.06935,24.019201,9.254022,16.376194,19.87618,190.61238,62.998016,161.35178,1037.973,210.10924,2070.7742,1792.83,18.316895,22.964657,2052.516,23.703306,35.913372,498.0847,64.94414,102.87749,46.985416,201.2317,306.1354,459.77606,8.45624,65.96551,278.74506,429.987,12.929307,109.057625,13.982415,1.6489149,54.36049,1.1039429,1.2466979,4.220884,12.117992,57.56797,22.393225,19.605913,366.25128,69.46617,41.231567,54.48051,17.665169,64.77352,12.043369,9.868665,14.510349,91.77699,36.348785,19.903683,37.414898,10.621035,25.35672,25.65076,1.5100393,84.51464,14.221208,233.5677,9.129202,360.4632,21.185854,824.534,176.40933,4.606582,11.516128,193.67616,261.8667,1077.2926,716.7316 +2023-12-09 11:00:00,0.0,3190.569,64.41741,26.523836,72.41606,45.107944,316.53793,39.917206,77.141945,21.440542,46.540253,338.85034,106.4289,21.86098,146.70032,0.3349667,0.15552242,61.53085,4.4738684,15.246214,946.6207,14.354681,1146.7317,133.92137,4.378496,36.785503,589.9551,54.36621,541.5037,220.42627,3864.0537,12.946491,2737.2275,134.22093,6.04524,7.3717394,29.673847,243.99078,296.8981,217.70793,49.725807,35.621693,11.347628,737.62054,93.43133,43.962223,10.259125,493.9974,14.010844,557.9278,5.977577,37.255756,0.0,764.0521,2100.0493,0.24719536,154.63614,16.725563,12470.686,25.903101,0.832173,8.047241,20.929749,6.2859116,1.9253292,11.617672,289.76233,71.24977,8.049729,0.6429137,2.2170773,114.306595,1.657104,145.7382,237.71034,2001.6074,406.96213,94.459656,162.04346,397.09778,17.944292,18.85294,281.87082,29.293076,40.838364,11.963055,19.664753,161.74208,14.599105,11.128003,49.54775,13.797599,3767.0708,18.762667,21.272514,16.14459,10.404862,212.15875,42.51195,17.705645,6.8767023,7.5657635,12.982329,56.54629,100.0539,30.06381,161.66039,19.667181,4.883094,48.307297,34.179993,67.40558,95.77972,13.292937,2.649832,9.566414,17.408733,2238.3015,11.567411,2.1630433,45.40001,12.606727,134.22772,79.719444,114.97667,4.7334375,72.33202,416.60736,321.93997,29.738167,326.06232,54.67751,52.48903,72.01383,49.79768,7.7278585,29.526213,496.02582,1.2311144,2.6164458,141.177,24.019508,9.252916,16.391008,19.885254,190.72794,63.0352,161.35391,1038.6562,209.90726,2070.1033,1792.5486,18.30631,22.94558,2051.9294,23.703188,35.882828,497.98367,64.899086,102.81475,46.952515,201.08302,306.06305,459.73416,8.450804,65.92907,278.5462,429.88788,12.92457,109.02495,13.976759,1.6487846,54.369823,1.1037229,1.2464017,4.2188487,12.1162,57.520405,22.387297,19.609407,366.70563,69.436714,41.21256,54.45195,17.659199,64.81015,12.043997,9.901134,14.503965,91.74268,36.32541,19.934496,37.431152,10.620397,25.402899,25.67659,1.509527,84.47903,14.214238,233.5469,9.126096,360.35068,21.187996,824.8819,176.32991,4.603931,11.51431,193.60655,261.74176,1077.046,717.0235 +2023-12-09 12:00:00,0.0,3189.3406,64.38457,26.492476,72.36916,45.085323,316.45386,39.898617,77.09716,21.436176,46.507156,338.66174,106.47917,21.84926,146.53372,0.3350378,0.15606904,61.51165,4.495201,15.264006,946.04785,14.352102,1146.087,133.90498,4.3972106,36.806286,589.6147,54.39454,542.0448,220.48802,3862.0742,12.981323,2737.4104,134.4899,6.066263,7.3906527,29.766224,243.97049,296.8773,218.20604,49.70968,35.60008,11.346395,737.19073,93.651146,43.97591,10.253613,494.10327,14.007603,557.99786,5.97743,37.24059,0.0,764.0127,2099.3955,0.2472047,154.51682,16.721079,12465.8955,25.902725,0.83244383,8.043088,20.919834,6.287427,1.9255257,11.612059,289.66217,71.21953,8.043724,0.6429098,2.217927,114.312546,1.655966,145.72353,237.5242,2001.0895,406.59543,94.44495,162.0215,397.78464,17.982082,18.87698,282.59998,29.340517,40.906437,11.959772,19.664335,161.79391,14.591669,11.126378,49.55145,13.802179,3767.516,18.761332,21.27016,16.1437,10.403353,212.26228,42.525898,17.717741,6.8775253,7.563795,12.985009,56.544865,100.00646,30.065725,161.69423,19.664581,4.8822474,48.30016,34.164917,67.35806,95.81391,13.307258,2.647984,9.589343,17.401188,2237.4917,11.583765,2.1605647,45.358467,12.6045,134.20131,79.73334,114.95665,4.739026,72.359276,416.45203,321.79724,29.731573,325.9071,54.730106,52.480194,72.009315,49.87512,7.7372503,29.545254,496.012,1.234351,2.622016,141.28464,24.019815,9.251811,16.40582,19.894327,190.84349,63.07238,161.35606,1039.3396,209.70528,2069.4324,1792.2671,18.295725,22.926502,2051.3428,23.70307,35.852283,497.88266,64.854034,102.75202,46.919613,200.93433,305.9907,459.69223,8.445368,65.89263,278.34738,429.78876,12.919833,108.99228,13.971102,1.6486543,54.379158,1.1035031,1.2461054,4.216814,12.1144085,57.47284,22.381369,19.612904,367.15997,69.40726,41.19355,54.423386,17.653227,64.84677,12.044624,9.933602,14.497581,91.708374,36.30203,19.96531,37.447407,10.619758,25.449078,25.702417,1.5090146,84.44341,14.207269,233.52611,9.122991,360.2382,21.19014,825.2298,176.25049,4.60128,11.512492,193.53696,261.61685,1076.7994,717.31537 +2023-12-09 13:00:00,0.0,3188.1123,64.35173,26.461117,72.32227,45.062702,316.3698,39.880028,77.05238,21.431808,46.474064,338.4731,106.52944,21.837542,146.36713,0.3351089,0.15661564,61.49245,4.5165334,15.281798,945.47504,14.3495245,1145.4423,133.8886,4.415925,36.827072,589.2743,54.42287,542.5859,220.54977,3860.0947,13.016155,2737.5933,134.75887,6.087286,7.409566,29.8586,243.9502,296.85648,218.70416,49.69355,35.578465,11.345162,736.761,93.87097,43.9896,10.248102,494.20917,14.00436,558.068,5.9772825,37.22542,0.0,763.97327,2098.7417,0.24721405,154.39749,16.716597,12461.106,25.90235,0.8327146,8.038934,20.90992,6.2889423,1.9257222,11.606445,289.562,71.18929,8.037719,0.64290595,2.2187765,114.31849,1.6548282,145.70883,237.33804,2000.5715,406.22873,94.430244,161.99956,398.47153,18.019873,18.901022,283.32913,29.38796,40.97451,11.95649,19.663921,161.84573,14.584232,11.124754,49.555145,13.806759,3767.9614,18.759998,21.267809,16.142807,10.401843,212.36581,42.539845,17.72984,6.8783484,7.5618267,12.98769,56.54344,99.95902,30.06764,161.72806,19.66198,4.881401,48.293022,34.149845,67.31055,95.848114,13.321577,2.6461358,9.612273,17.393642,2236.682,11.600119,2.158086,45.316925,12.602274,134.17491,79.74722,114.93663,4.744615,72.38653,416.2967,321.6545,29.72498,325.75192,54.782707,52.471355,72.0048,49.952557,7.7466426,29.564297,495.9982,1.2375877,2.6275864,141.39227,24.020123,9.250706,16.420633,19.9034,190.95905,63.10956,161.3582,1040.023,209.5033,2068.7615,1791.9857,18.285141,22.907427,2050.756,23.70295,35.82174,497.78165,64.808975,102.689285,46.88671,200.78564,305.91833,459.65033,8.439932,65.856186,278.14853,429.68964,12.915096,108.95961,13.9654455,1.6485242,54.388493,1.1032832,1.2458092,4.2147794,12.112617,57.425278,22.37544,19.616398,367.61432,69.3778,41.17454,54.394825,17.647255,64.8834,12.045251,9.966071,14.491197,91.674065,36.27865,19.99612,37.46366,10.61912,25.495256,25.728247,1.5085022,84.4078,14.200299,233.5053,9.1198845,360.12567,21.192284,825.5777,176.17107,4.5986295,11.510675,193.46736,261.4919,1076.5529,717.6073 +2023-12-09 14:00:00,0.0,3186.884,64.31889,26.429756,72.27538,45.04008,316.28574,39.861443,77.0076,21.427443,46.440968,338.28452,106.57972,21.825823,146.20053,0.33518004,0.15716226,61.47325,4.5378656,15.29959,944.90216,14.346947,1144.7975,133.87221,4.4346395,36.84786,588.93384,54.4512,543.12695,220.61151,3858.1152,13.050988,2737.7761,135.02783,6.1083093,7.4284797,29.95098,243.9299,296.83563,219.20229,49.677418,35.556854,11.343929,736.3312,94.0908,44.00329,10.242592,494.315,14.001118,558.13806,5.977135,37.210255,0.0,763.93384,2098.0881,0.24722339,154.27817,16.712112,12456.317,25.901974,0.83298546,8.03478,20.900005,6.290458,1.9259187,11.600832,289.46185,71.15905,8.0317135,0.642902,2.2196262,114.32443,1.6536902,145.69415,237.15189,2000.0536,405.86206,94.41554,161.9776,399.1584,18.057663,18.925064,284.05826,29.435402,41.042583,11.953207,19.663506,161.89755,14.576797,11.12313,49.55884,13.811339,3768.407,18.758665,21.265457,16.141916,10.400333,212.46933,42.553795,17.741936,6.879171,7.559858,12.99037,56.542015,99.91158,30.069555,161.7619,19.659378,4.8805547,48.28588,34.13477,67.26303,95.88231,13.335897,2.6442876,9.635203,17.386097,2235.8718,11.616473,2.1556075,45.27538,12.600048,134.1485,79.761116,114.91661,4.750204,72.41378,416.14136,321.5118,29.718386,325.5967,54.835304,52.46252,72.00029,50.03,7.7560344,29.583338,495.98438,1.2408243,2.6331568,141.49991,24.02043,9.2496,16.435448,19.912474,191.0746,63.14674,161.36034,1040.7062,209.30132,2068.0903,1791.7042,18.274557,22.88835,2050.1694,23.702831,35.791195,497.6806,64.76392,102.62655,46.85381,200.63695,305.84598,459.60843,8.434496,65.81975,277.9497,429.59055,12.910359,108.92694,13.959789,1.6483939,54.397827,1.1030632,1.245513,4.212744,12.110824,57.377712,22.369513,19.619892,368.06863,69.34834,41.155533,54.366264,17.641283,64.92003,12.045878,9.99854,14.484812,91.63975,36.25527,20.026934,37.479916,10.618481,25.541435,25.754076,1.5079898,84.372185,14.193331,233.4845,9.116779,360.01315,21.194427,825.9256,176.09164,4.5959783,11.508858,193.39775,261.367,1076.3063,717.8992 +2023-12-09 15:00:00,0.0,3185.6558,64.28605,26.398396,72.228485,45.01746,316.2017,39.842854,76.962814,21.423075,46.407875,338.0959,106.62999,21.814102,146.03394,0.33525115,0.15770887,61.454056,4.559198,15.317382,944.32935,14.344368,1144.1527,133.85582,4.4533534,36.86864,588.59344,54.479527,543.668,220.67326,3856.1355,13.08582,2737.959,135.2968,6.1293325,7.447393,30.043358,243.90959,296.81482,219.70041,49.66129,35.53524,11.342697,735.90137,94.310616,44.01698,10.237081,494.4209,13.997876,558.2082,5.976988,37.195087,0.0,763.8944,2097.4343,0.24723274,154.15884,16.70763,12451.528,25.9016,0.8332563,8.030626,20.89009,6.2919736,1.9261152,11.595219,289.3617,71.12881,8.025708,0.64289814,2.220476,114.330376,1.6525522,145.67946,236.96573,1999.5356,405.49536,94.40083,161.95564,399.84528,18.095453,18.949106,284.7874,29.482843,41.110657,11.9499235,19.66309,161.94937,14.569361,11.121506,49.562542,13.815919,3768.8523,18.757332,21.263105,16.141024,10.398823,212.57286,42.56774,17.754032,6.879994,7.5578895,12.99305,56.540592,99.86414,30.071472,161.79575,19.656778,4.8797083,48.278744,34.119698,67.215515,95.91651,13.350217,2.6424396,9.658133,17.378551,2235.062,11.632827,2.1531289,45.233837,12.597822,134.1221,79.775,114.89659,4.755793,72.44103,415.98602,321.36908,29.711792,325.44153,54.8879,52.453682,71.99577,50.107437,7.7654266,29.602379,495.97055,1.244061,2.638727,141.60756,24.020737,9.248495,16.45026,19.921547,191.19016,63.18392,161.36247,1041.3894,209.09933,2067.4194,1791.4227,18.263971,22.869272,2049.5828,23.702713,35.76065,497.5796,64.71887,102.56381,46.820904,200.48827,305.77362,459.5665,8.429061,65.7833,277.75085,429.49142,12.9056225,108.894264,13.954133,1.6482636,54.40716,1.1028434,1.2452167,4.2107096,12.109032,57.330147,22.363585,19.623386,368.52298,69.318886,41.13652,54.3377,17.635311,64.95665,12.046506,10.031009,14.478428,91.60544,36.23189,20.057747,37.49617,10.617843,25.587614,25.779905,1.5074774,84.33657,14.186361,233.4637,9.113673,359.90063,21.196571,826.2735,176.01222,4.5933275,11.507041,193.32816,261.2421,1076.0597,718.19104 +2023-12-09 16:00:00,0.0,3184.4275,64.25321,26.367035,72.181595,44.99484,316.1176,39.824265,76.91803,21.418709,46.374783,337.9073,106.68026,21.802383,145.86734,0.33532226,0.15825549,61.434856,4.58053,15.335175,943.7565,14.34179,1143.5079,133.83942,4.472068,36.889427,588.253,54.507854,544.20905,220.73502,3854.156,13.120652,2738.142,135.56578,6.1503553,7.466306,30.135735,243.8893,296.794,220.19852,49.64516,35.513626,11.341464,735.4716,94.53044,44.030666,10.231569,494.52673,13.994634,558.27826,5.9768405,37.179916,0.0,763.855,2096.7805,0.24724208,154.03952,16.703146,12446.738,25.901224,0.83352715,8.026472,20.880177,6.2934895,1.9263117,11.589606,289.26154,71.098564,8.019703,0.64289427,2.2213254,114.33632,1.6514143,145.66476,236.77957,1999.0177,405.12866,94.38613,161.9337,400.53214,18.133244,18.973146,285.51657,29.530285,41.17873,11.946641,19.662674,162.00119,14.561924,11.119882,49.56624,13.820499,3769.2976,18.755999,21.260754,16.140133,10.397313,212.67639,42.581688,17.766129,6.8808165,7.555921,12.99573,56.53917,99.8167,30.073387,161.82959,19.654177,4.878862,48.271606,34.10462,67.16801,95.95071,13.364537,2.6405914,9.681063,17.371006,2234.2522,11.64918,2.1506505,45.19229,12.595595,134.09569,79.788895,114.87657,4.761382,72.468285,415.8307,321.22635,29.705196,325.28635,54.940502,52.444847,71.99126,50.18488,7.7748184,29.621422,495.95676,1.2472976,2.6442974,141.7152,24.021044,9.24739,16.465073,19.93062,191.30571,63.221104,161.36461,1042.0728,208.89735,2066.7485,1791.1414,18.253387,22.850195,2048.996,23.702595,35.730106,497.47858,64.67381,102.501076,46.788002,200.33958,305.70126,459.5246,8.423625,65.746864,277.55203,429.3923,12.900886,108.861595,13.948477,1.6481333,54.416496,1.1026235,1.2449205,4.2086744,12.10724,57.28258,22.357656,19.62688,368.97733,69.28942,41.11751,54.30914,17.629341,64.99328,12.047133,10.063477,14.472043,91.57113,36.20851,20.08856,37.512424,10.617205,25.633793,25.805733,1.506965,84.30096,14.179392,233.4429,9.110568,359.78812,21.198713,826.6214,175.9328,4.5906763,11.505223,193.25854,261.11716,1075.8131,718.483 +2023-12-09 17:00:00,0.0,3183.1992,64.220375,26.335674,72.134705,44.972218,316.03354,39.80568,76.873245,21.414341,46.341686,337.71866,106.73053,21.790665,145.70074,0.33539337,0.1588021,61.415657,4.6018624,15.352966,943.1836,14.339212,1142.8633,133.82303,4.4907823,36.910213,587.9126,54.536186,544.7501,220.79677,3852.1765,13.155485,2738.325,135.83475,6.1713786,7.4852195,30.228115,243.869,296.77316,220.69664,49.629032,35.492016,11.340232,735.0418,94.75026,44.044357,10.226059,494.6326,13.991392,558.3484,5.976693,37.16475,0.0,763.81555,2096.127,0.24725142,153.92018,16.698664,12441.949,25.900848,0.83379793,8.022318,20.870262,6.295005,1.9265082,11.583993,289.16138,71.06832,8.013698,0.6428904,2.2221751,114.34226,1.6502764,145.65009,236.59341,1998.4998,404.762,94.37143,161.91174,401.21902,18.171034,18.997189,286.2457,29.577726,41.246803,11.943358,19.662258,162.05302,14.554488,11.118257,49.569935,13.825079,3769.743,18.754665,21.2584,16.13924,10.395803,212.77992,42.595634,17.778225,6.8816395,7.5539527,12.99841,56.537743,99.769264,30.075302,161.86342,19.651575,4.8780155,48.264465,34.089546,67.12049,95.98491,13.378857,2.6387434,9.703993,17.363462,2233.4424,11.665534,2.148172,45.15075,12.5933695,134.06927,79.80278,114.85655,4.7669706,72.49553,415.67535,321.08365,29.698603,325.13113,54.9931,52.43601,71.98675,50.262318,7.7842107,29.640463,495.94293,1.2505343,2.6498678,141.82283,24.02135,9.2462845,16.479887,19.939693,191.42126,63.25828,161.36674,1042.756,208.69537,2066.0776,1790.8599,18.242802,22.83112,2048.4094,23.702477,35.699562,497.37756,64.62876,102.43834,46.7551,200.19089,305.62888,459.4827,8.418189,65.71042,277.35318,429.29318,12.896149,108.828926,13.942821,1.6480031,54.42583,1.1024035,1.2446243,4.20664,12.105448,57.23502,22.351728,19.630377,369.43167,69.259964,41.098503,54.28058,17.62337,65.02991,12.04776,10.095945,14.465659,91.53682,36.18513,20.119373,37.528683,10.616566,25.679972,25.831562,1.5064526,84.26534,14.172422,233.4221,9.107462,359.6756,21.200857,826.9693,175.85338,4.5880256,11.503406,193.18895,260.99225,1075.5665,718.77484 +2023-12-09 18:00:00,0.0,3181.971,64.18754,26.304314,72.08781,44.949596,315.9495,39.78709,76.82846,21.409975,46.308594,337.53006,106.7808,21.778944,145.53416,0.33546448,0.15934871,61.396458,4.6231947,15.370759,942.6108,14.336634,1142.2185,133.80664,4.5094967,36.930996,587.5722,54.564514,545.2912,220.85852,3850.197,13.190317,2738.5078,136.10371,6.192402,7.5041327,30.320492,243.84871,296.75235,221.19476,49.612904,35.4704,11.339,734.612,94.970085,44.058044,10.220548,494.73846,13.98815,558.4185,5.976546,37.149582,0.0,763.7761,2095.4731,0.24726075,153.80086,16.69418,12437.16,25.900473,0.8340688,8.018165,20.860348,6.29652,1.9267046,11.57838,289.06122,71.03808,8.007692,0.6428865,2.2230246,114.348206,1.6491385,145.63539,236.40726,1997.9818,404.3953,94.356735,161.88979,401.90588,18.208824,19.02123,286.97485,29.625168,41.314877,11.940076,19.661842,162.10484,14.547052,11.116632,49.573635,13.829659,3770.1882,18.753332,21.256048,16.13835,10.394294,212.88344,42.60958,17.790323,6.8824625,7.5519843,13.001091,56.53632,99.721825,30.077217,161.89726,19.648973,4.877169,48.257328,34.074474,67.072975,96.01911,13.393177,2.6368952,9.726922,17.355917,2232.6323,11.681889,2.1456933,45.109207,12.591144,134.04288,79.816666,114.83653,4.7725596,72.52278,415.52002,320.94092,29.692009,324.97595,55.0457,52.427174,71.98223,50.339756,7.793603,29.659506,495.92914,1.253771,2.655438,141.93047,24.021658,9.24518,16.4947,19.948767,191.53682,63.295464,161.36888,1043.4392,208.4934,2065.4065,1790.5785,18.232218,22.812042,2047.8229,23.702356,35.669018,497.27655,64.58371,102.37561,46.7222,200.0422,305.55652,459.4408,8.412753,65.67398,277.15436,429.1941,12.891412,108.79626,13.937164,1.6478728,54.435165,1.1021837,1.2443279,4.2046046,12.103656,57.187454,22.3458,19.633871,369.886,69.23051,41.079494,54.252018,17.617397,65.066536,12.048388,10.128414,14.459274,91.50251,36.16175,20.150187,37.544937,10.615928,25.726152,25.857391,1.5059402,84.22974,14.165453,233.40129,9.104357,359.56308,21.203001,827.3172,175.77396,4.5853744,11.501589,193.11935,260.8673,1075.32,719.0667 +2023-12-09 19:00:00,0.0,3180.7427,64.15469,26.272953,72.04092,44.926975,315.86542,39.7685,76.78368,21.405607,46.2755,337.34143,106.83108,21.767225,145.36757,0.3355356,0.15989533,61.37726,4.644527,15.388551,942.0379,14.334056,1141.5737,133.79025,4.528211,36.951782,587.23175,54.592842,545.8323,220.92027,3848.2175,13.225149,2738.6907,136.37268,6.2134247,7.523046,30.412868,243.82841,296.73154,221.69287,49.596775,35.448788,11.337767,734.1822,95.1899,44.071735,10.215036,494.84436,13.984907,558.4886,5.9763985,37.134415,0.0,763.7367,2094.8193,0.24727009,153.68153,16.689695,12432.371,25.900097,0.8343396,8.01401,20.850431,6.298036,1.9269011,11.572766,288.96106,71.007835,8.001687,0.64288265,2.2238743,114.35415,1.6480005,145.6207,236.2211,1997.4639,404.0286,94.342026,161.86783,402.59277,18.246614,19.04527,287.704,29.67261,41.38295,11.936793,19.661427,162.15666,14.539617,11.115008,49.57733,13.834239,3770.6335,18.751999,21.253696,16.137457,10.392783,212.98697,42.623528,17.80242,6.883285,7.5500154,13.003771,56.534897,99.674385,30.079132,161.9311,19.646374,4.8763227,48.25019,34.0594,67.02546,96.05331,13.407496,2.6350472,9.749852,17.348372,2231.8225,11.698242,2.1432147,45.06766,12.588918,134.01646,79.83056,114.81651,4.7781487,72.55003,415.3647,320.7982,29.685415,324.82077,55.098297,52.418335,71.977715,50.4172,7.8029947,29.678547,495.9153,1.2570076,2.6610084,142.0381,24.021965,9.244075,16.509512,19.95784,191.65237,63.332645,161.37102,1044.1226,208.29141,2064.7356,1790.297,18.221634,22.792965,2047.2362,23.702238,35.638474,497.1755,64.53866,102.312874,46.689297,199.89351,305.48416,459.39886,8.407317,65.637535,276.9555,429.09497,12.886675,108.76359,13.931508,1.6477425,54.4445,1.1019638,1.2440317,4.20257,12.101864,57.13989,22.33987,19.637365,370.34033,69.20105,41.060486,54.223454,17.611425,65.10316,12.049015,10.160883,14.45289,91.4682,36.138374,20.181,37.56119,10.615289,25.772331,25.88322,1.5054278,84.19412,14.1584835,233.3805,9.101251,359.45056,21.205145,827.6651,175.69453,4.5827236,11.499771,193.04974,260.7424,1075.0734,719.35864 +2023-12-09 20:00:00,0.0,3179.5142,64.12186,26.241592,71.994026,44.904358,315.78137,39.749916,76.7389,21.401241,46.242405,337.15283,106.88135,21.755507,145.20097,0.3356067,0.16044194,61.35806,4.665859,15.4063425,941.4651,14.331478,1140.929,133.77386,4.5469255,36.97257,586.89136,54.621174,546.37335,220.98203,3846.2378,13.259982,2738.8735,136.64165,6.234448,7.5419593,30.505247,243.8081,296.7107,222.191,49.580647,35.427177,11.3365345,733.75244,95.40973,44.085423,10.209526,494.9502,13.981666,558.5587,5.9762506,37.119247,0.0,763.6972,2094.1658,0.24727944,153.56221,16.685213,12427.582,25.899721,0.8346104,8.009857,20.840519,6.2995515,1.9270977,11.567153,288.8609,70.97759,7.9956822,0.6428788,2.224724,114.36009,1.6468626,145.60602,236.03494,1996.9459,403.66193,94.327324,161.84589,403.27963,18.284405,19.069313,288.43314,29.72005,41.451023,11.933511,19.66101,162.20848,14.53218,11.113384,49.581028,13.8388195,3771.0789,18.750664,21.251345,16.136566,10.3912735,213.0905,42.637474,17.814516,6.884108,7.548047,13.006452,56.53347,99.62694,30.081047,161.96495,19.643772,4.8754764,48.24305,34.044327,66.97794,96.08751,13.421817,2.633199,9.772781,17.340826,2231.0127,11.714596,2.140736,45.02612,12.586692,133.99007,79.844444,114.79649,4.7837377,72.577286,415.20935,320.6555,29.678822,324.66556,55.150894,52.4095,71.973206,50.494637,7.812387,29.69759,495.9015,1.2602443,2.6665788,142.14575,24.022272,9.2429695,16.524326,19.966913,191.76794,63.369823,161.37317,1044.8059,208.08945,2064.0647,1790.0156,18.211048,22.773888,2046.6497,23.70212,35.60793,497.0745,64.4936,102.25014,46.656395,199.74483,305.4118,459.35696,8.401881,65.6011,276.75668,428.99585,12.881938,108.73091,13.925852,1.6476123,54.453835,1.1017438,1.2437354,4.2005353,12.100071,57.092323,22.333942,19.64086,370.79468,69.17159,41.041477,54.194893,17.605453,65.139786,12.049642,10.193352,14.446506,91.43389,36.114994,20.211813,37.577446,10.614651,25.81851,25.909048,1.5049154,84.15851,14.151514,233.3597,9.0981455,359.33807,21.207287,828.013,175.61511,4.580073,11.497953,192.98015,260.6175,1074.8269,719.6505 +2023-12-09 21:00:00,0.0,3178.286,64.08902,26.210232,71.94713,44.881737,315.6973,39.731327,76.694115,21.396873,46.209312,336.96423,106.93162,21.743786,145.03438,0.3356778,0.16098855,61.33886,4.6871915,15.424135,940.8922,14.328899,1140.2843,133.75748,4.56564,36.99335,586.5509,54.6495,546.9144,221.04378,3844.2583,13.294814,2739.0566,136.91061,6.255471,7.5608726,30.597626,243.78781,296.68988,222.68912,49.564518,35.405563,11.335301,733.32263,95.629555,44.099113,10.204015,495.0561,13.978423,558.6288,5.9761033,37.10408,0.0,763.6578,2093.512,0.24728878,153.44289,16.680729,12422.792,25.899347,0.83488125,8.005703,20.830603,6.3010674,1.9272941,11.561541,288.76074,70.94736,7.989677,0.6428749,2.2255735,114.366035,1.6457247,145.59132,235.84879,1996.428,403.29523,94.31262,161.82393,403.96652,18.322195,19.093355,289.1623,29.767494,41.519096,11.930228,19.660595,162.26031,14.524744,11.11176,49.584724,13.843399,3771.5242,18.74933,21.248991,16.135675,10.389764,213.19402,42.651424,17.826612,6.884931,7.5460787,13.009131,56.532047,99.5795,30.082964,161.99878,19.64117,4.87463,48.235912,34.02925,66.93043,96.121704,13.436136,2.6313508,9.7957115,17.33328,2230.203,11.730949,2.1382575,44.984577,12.584465,133.96365,79.85834,114.776474,4.7893267,72.60454,415.05402,320.51276,29.672228,324.51038,55.203495,52.400665,71.96869,50.572075,7.821779,29.71663,495.8877,1.2634809,2.6721492,142.25339,24.02258,9.241864,16.539139,19.975986,191.8835,63.407005,161.3753,1045.4891,207.88747,2063.3938,1789.7341,18.200464,22.754812,2046.063,23.702002,35.577385,496.97348,64.44855,102.1874,46.623493,199.59615,305.33945,459.31506,8.396445,65.56466,276.55783,428.89673,12.877201,108.69824,13.920195,1.647482,54.46317,1.101524,1.2434392,4.1985,12.098279,57.04476,22.328014,19.644354,371.24902,69.142136,41.02247,54.166332,17.599482,65.176414,12.050269,10.225821,14.440121,91.39958,36.091614,20.242626,37.5937,10.614012,25.864689,25.934877,1.504403,84.122894,14.144545,233.3389,9.095039,359.22556,21.20943,828.3609,175.53569,4.5774217,11.496137,192.91054,260.49255,1074.5803,719.9424 +2023-12-09 22:00:00,0.0,3177.0576,64.056175,26.178873,71.90024,44.859116,315.61325,39.712738,76.64933,21.392508,46.176216,336.7756,106.98189,21.732067,144.86778,0.3357489,0.16153516,61.31966,4.7085238,15.441927,940.3194,14.326322,1139.6395,133.74109,4.584354,37.014137,586.2105,54.67783,547.4555,221.10553,3842.2788,13.329646,2739.2395,137.17958,6.2764945,7.5797863,30.690002,243.76752,296.66907,223.18723,49.548386,35.38395,11.334069,732.8928,95.84937,44.1128,10.1985035,495.16196,13.975181,558.6989,5.975956,37.088913,0.0,763.61835,2092.8582,0.24729812,153.32356,16.676247,12418.003,25.898972,0.8351521,8.001549,20.820688,6.3025827,1.9274906,11.555927,288.66058,70.917114,7.9836717,0.642871,2.2264233,114.37198,1.6445867,145.57664,235.66263,1995.91,402.92853,94.29791,161.80197,404.65338,18.359985,19.117397,289.89145,29.814936,41.58717,11.926946,19.66018,162.31213,14.517308,11.110135,49.588425,13.84798,3771.9695,18.747997,21.24664,16.134783,10.388253,213.29755,42.66537,17.838709,6.8857536,7.5441103,13.011812,56.53062,99.53206,30.084879,162.03262,19.63857,4.8737836,48.228775,34.01418,66.88291,96.15591,13.450457,2.6295028,9.818642,17.325735,2229.3928,11.747303,2.1357791,44.94303,12.582239,133.93726,79.87222,114.756454,4.794915,72.63179,414.89868,320.37003,29.665634,324.35516,55.256092,52.391827,71.96417,50.649517,7.831171,29.735674,495.87387,1.2667176,2.6777194,142.36102,24.022888,9.240759,16.553951,19.985058,191.99905,63.444187,161.37744,1046.1725,207.68549,2062.7227,1789.4528,18.189878,22.735735,2045.4763,23.701883,35.54684,496.87247,64.403496,102.124664,46.59059,199.44745,305.2671,459.27313,8.391009,65.52821,276.359,428.7976,12.872464,108.66557,13.914538,1.6473517,54.472504,1.101304,1.243143,4.1964655,12.096487,56.997196,22.322086,19.64785,371.70337,69.11268,41.003456,54.137768,17.593512,65.213036,12.050897,10.258288,14.433737,91.365265,36.068233,20.273438,37.609955,10.613374,25.910868,25.960707,1.5038906,84.08728,14.137575,233.3181,9.091934,359.11304,21.211575,828.7088,175.45627,4.574771,11.494319,192.84094,260.36765,1074.3337,720.2343 +2023-12-09 23:00:00,0.0,3175.8293,64.02334,26.147512,71.85335,44.836494,315.52917,39.694153,76.604546,21.38814,46.143124,336.587,107.03216,21.720348,144.70119,0.33582002,0.16208178,61.30046,4.729856,15.459719,939.7465,14.323744,1138.9948,133.72469,4.6030684,37.034924,585.8701,54.70616,547.9966,221.16727,3840.2993,13.364478,2739.4224,137.44855,6.2975173,7.5986996,30.78238,243.74722,296.64825,223.68535,49.532257,35.36234,11.332836,732.4631,96.0692,44.12649,10.192992,495.26782,13.971939,558.769,5.9758086,37.073746,0.0,763.5789,2092.2046,0.24730746,153.20422,16.671762,12413.214,25.898596,0.83542293,7.997395,20.810774,6.304098,1.9276872,11.550314,288.56042,70.88687,7.977667,0.6428671,2.227273,114.37792,1.6434488,145.56195,235.47647,1995.3921,402.56186,94.28321,161.78001,405.34027,18.397776,19.141438,290.6206,29.862377,41.655243,11.923663,19.659763,162.36395,14.5098715,11.108511,49.59212,13.852559,3772.415,18.746664,21.244287,16.133892,10.386744,213.40108,42.679317,17.850807,6.8865767,7.542142,13.014492,56.529198,99.48462,30.086794,162.06647,19.63597,4.872937,48.221634,33.999104,66.835396,96.1901,13.464776,2.6276546,9.841571,17.31819,2228.583,11.763658,2.1333005,44.90149,12.580013,133.91084,79.886116,114.736435,4.800504,72.65904,414.74335,320.22733,29.65904,324.19998,55.308693,52.38299,71.95966,50.726955,7.840563,29.754715,495.86008,1.2699542,2.6832898,142.46866,24.023195,9.239654,16.568766,19.994131,192.11461,63.48137,161.37958,1046.8557,207.4835,2062.0518,1789.1713,18.179295,22.716658,2044.8896,23.701763,35.516296,496.77145,64.35844,102.06193,46.55769,199.29877,305.19473,459.23123,8.385573,65.491776,276.16016,428.69852,12.867727,108.632904,13.908882,1.6472214,54.48184,1.1010841,1.2428467,4.1944304,12.094695,56.94963,22.316158,19.651344,372.15768,69.08322,40.984447,54.109207,17.58754,65.249664,12.051524,10.290757,14.427352,91.330956,36.044853,20.30425,37.62621,10.612735,25.957047,25.986536,1.5033782,84.05167,14.130606,233.29729,9.088828,359.00052,21.213718,829.0567,175.37685,4.5721197,11.492501,192.77135,260.2427,1074.0872,720.5262 +2023-12-10 00:00:00,0.0,3174.601,63.990498,26.116152,71.80645,44.813873,315.44513,39.675564,76.55976,21.383774,46.11003,336.39838,107.082436,21.70863,144.53459,0.33589113,0.1626284,61.28126,4.7511883,15.477511,939.17365,14.321165,1138.35,133.7083,4.621783,37.05571,585.52966,54.73449,548.53766,221.22902,3838.3198,13.399311,2739.6052,137.71751,6.3185406,7.617613,30.874758,243.72693,296.6274,224.18347,49.51613,35.340725,11.331604,732.03326,96.28902,44.140182,10.187482,495.37366,13.968697,558.8391,5.9756613,37.058575,0.0,763.5394,2091.5508,0.24731681,153.0849,16.66728,12408.425,25.89822,0.8356937,7.9932413,20.80086,6.305614,1.9278836,11.544701,288.46027,70.85663,7.9716616,0.6428632,2.2281225,114.383865,1.6423109,145.54726,235.29033,1994.8741,402.19516,94.26851,161.75807,406.02713,18.435566,19.16548,291.34973,29.909819,41.723316,11.920381,19.659348,162.41577,14.502436,11.106887,49.595818,13.85714,3772.8604,18.74533,21.241936,16.133,10.385234,213.50461,42.693264,17.862904,6.887399,7.540173,13.017173,56.527775,99.43718,30.088709,162.10031,19.633368,4.872091,48.214497,33.98403,66.78789,96.224304,13.479096,2.6258066,9.864501,17.310644,2227.7732,11.780011,2.130822,44.859943,12.577787,133.88445,79.9,114.71641,4.806093,72.686295,414.588,320.0846,29.652447,324.0448,55.36129,52.374153,71.95515,50.804398,7.849955,29.773758,495.84625,1.2731909,2.6888602,142.57631,24.023502,9.238548,16.583578,20.003204,192.23016,63.518547,161.38171,1047.539,207.28152,2061.3809,1788.8899,18.168709,22.69758,2044.303,23.701645,35.485752,496.6704,64.313385,101.9992,46.524788,199.15007,305.12238,459.18933,8.380137,65.45533,275.96133,428.5994,12.86299,108.60023,13.903226,1.6470913,54.491173,1.1008643,1.2425505,4.1923957,12.092903,56.902065,22.31023,19.654839,372.61203,69.053764,40.96544,54.080647,17.581568,65.28629,12.052151,10.323226,14.420968,91.296646,36.021477,20.335064,37.642464,10.612097,26.003225,26.012363,1.5028658,84.01605,14.123636,233.27649,9.085723,358.888,21.215862,829.4046,175.29742,4.569469,11.4906845,192.70174,260.1178,1073.8406,720.81805 +2023-12-10 01:00:00,0.0,3173.3728,63.95766,26.084791,71.75956,44.791252,315.36105,39.65698,76.514984,21.379408,46.076935,336.20978,107.132706,21.696909,144.36801,0.33596224,0.163175,61.262066,4.7725205,15.495303,938.6008,14.318587,1137.7052,133.69191,4.640497,37.076492,585.1893,54.762817,549.0787,221.29077,3836.34,13.434143,2739.788,137.98648,6.339564,7.636526,30.967136,243.70662,296.6066,224.68158,49.5,35.31911,11.330372,731.60345,96.50884,44.15387,10.181971,495.47955,13.965454,558.9092,5.975514,37.043407,0.0,763.5,2090.897,0.24732615,152.96558,16.662796,12403.635,25.897844,0.83596456,7.9890876,20.790945,6.3071294,1.9280801,11.539087,288.3601,70.826385,7.9656563,0.64285934,2.2289722,114.38981,1.6411729,145.53258,235.10417,1994.3562,401.82846,94.2538,161.73611,406.71402,18.473356,19.189522,292.0789,29.95726,41.79139,11.917098,19.658932,162.46759,14.495,11.105263,49.599518,13.861719,3773.3057,18.743998,21.239584,16.132109,10.383724,213.60812,42.70721,17.875,6.888222,7.5382047,13.019853,56.52635,99.38974,30.090624,162.13416,19.630766,4.8712444,48.20736,33.968956,66.74037,96.2585,13.493416,2.6239583,9.887431,17.303099,2226.9634,11.796365,2.1283433,44.8184,12.575561,133.85803,79.913895,114.69639,4.811682,72.71355,414.43268,319.94186,29.645853,323.8896,55.413887,52.36532,71.95063,50.881836,7.859347,29.792799,495.83243,1.2764275,2.6944304,142.68394,24.02381,9.237443,16.59839,20.012278,192.34572,63.55573,161.38385,1048.2223,207.07954,2060.71,1788.6084,18.158125,22.678503,2043.7164,23.701527,35.455208,496.5694,64.26833,101.93646,46.491886,199.00139,305.05,459.14743,8.3747015,65.41889,275.76248,428.50027,12.8582535,108.56756,13.89757,1.646961,54.500507,1.1006444,1.2422543,4.1903605,12.091111,56.854504,22.304302,19.658333,373.06638,69.02431,40.94643,54.052082,17.575596,65.322914,12.052778,10.355695,14.414583,91.26234,35.998096,20.365877,37.65872,10.611458,26.049404,26.038193,1.5023534,83.98044,14.116668,233.25569,9.082617,358.77548,21.218004,829.7525,175.218,4.566818,11.488867,192.63214,259.99286,1073.594,721.11 +2023-12-10 02:00:00,0.0,3172.1445,63.92482,26.05343,71.71267,44.76863,315.27698,39.63839,76.4702,21.37504,46.043842,336.02115,107.182976,21.68519,144.20142,0.33603334,0.16372162,61.242867,4.793853,15.513095,938.02795,14.3160095,1137.0605,133.67552,4.6592116,37.09728,584.8488,54.79115,549.61975,221.35252,3834.3606,13.468975,2739.9712,138.25545,6.3605866,7.6554394,31.059513,243.68633,296.5858,225.1797,49.48387,35.2975,11.329139,731.17365,96.72866,44.16756,10.176459,495.58542,13.962213,558.9793,5.9753666,37.02824,0.0,763.4606,2090.2434,0.24733548,152.84625,16.658312,12398.846,25.89747,0.8362354,7.9849334,20.781029,6.3086452,1.9282765,11.533474,288.25995,70.79614,7.959651,0.64285547,2.229822,114.39576,1.640035,145.51788,234.91801,1993.8383,401.4618,94.2391,161.71416,407.40088,18.511147,19.213562,292.80804,30.004702,41.859463,11.9138155,19.658516,162.51942,14.487564,11.103639,49.603214,13.8663,3773.751,18.742664,21.23723,16.131216,10.382214,213.71165,42.721157,17.887096,6.8890452,7.5362363,13.022533,56.524925,99.3423,30.09254,162.16798,19.628166,4.870398,48.20022,33.953884,66.692856,96.2927,13.507736,2.6221104,9.91036,17.295553,2226.1533,11.812718,2.1258647,44.77686,12.573335,133.83163,79.92778,114.67637,4.817271,72.74079,414.27734,319.79916,29.639257,323.7344,55.466488,52.35648,71.94611,50.959274,7.868739,29.81184,495.81863,1.2796642,2.7000008,142.79158,24.024117,9.236338,16.613205,20.02135,192.46127,63.59291,161.38599,1048.9055,206.87756,2060.0388,1788.327,18.147541,22.659428,2043.1298,23.701408,35.424664,496.46838,64.22328,101.873726,46.458984,198.85269,304.97763,459.1055,8.369266,65.38245,275.56366,428.40115,12.853517,108.53489,13.891913,1.6468307,54.509842,1.1004244,1.241958,4.188326,12.089318,56.80694,22.298374,19.661827,373.52072,68.99484,40.92742,54.02352,17.569624,65.35954,12.053406,10.388164,14.408199,91.22803,35.974716,20.39669,37.674973,10.61082,26.095583,26.064022,1.501841,83.944824,14.109698,233.2349,9.079512,358.66296,21.220148,830.1004,175.13858,4.564167,11.487049,192.56253,259.86795,1073.3474,721.40186 +2023-12-10 03:00:00,0.0,3170.916,63.89198,26.02207,71.66577,44.74601,315.19293,39.6198,76.425415,21.370674,46.01075,335.83255,107.233246,21.673471,144.03482,0.33610445,0.16426823,61.223667,4.815185,15.530888,937.45514,14.313431,1136.4158,133.65913,4.677926,37.118065,584.5084,54.819477,550.1608,221.41428,3832.381,13.503808,2740.154,138.52441,6.38161,7.6743526,31.15189,243.66603,296.56494,225.67783,49.467743,35.275887,11.327907,730.7439,96.94849,44.181248,10.170949,495.69128,13.95897,559.04944,5.9752192,37.013073,0.0,763.42114,2089.5896,0.24734482,152.72693,16.65383,12394.057,25.897095,0.8365062,7.9807796,20.771116,6.3101606,1.9284731,11.527862,288.1598,70.7659,7.9536457,0.6428516,2.2306714,114.4017,1.6388971,145.50319,234.73186,1993.3203,401.0951,94.224396,161.6922,408.08777,18.548937,19.237604,293.53717,30.052143,41.927536,11.910533,19.6581,162.57124,14.480127,11.102014,49.60691,13.870879,3774.1963,18.741331,21.234879,16.130325,10.380704,213.81519,42.735107,17.899193,6.889868,7.534268,13.025213,56.523502,99.29486,30.094456,162.20183,19.625565,4.8695517,48.19308,33.93881,66.64534,96.3269,13.522056,2.6202621,9.9332905,17.288008,2225.3435,11.829073,2.1233861,44.735313,12.571109,133.80522,79.941666,114.65635,4.82286,72.76804,414.122,319.65643,29.632664,323.57922,55.519085,52.347645,71.941605,51.036716,7.878131,29.830883,495.8048,1.2829008,2.7055712,142.89922,24.024424,9.235233,16.628017,20.030424,192.57683,63.63009,161.38812,1049.5889,206.67558,2059.368,1788.0455,18.136955,22.64035,2042.5431,23.701288,35.39412,496.36737,64.17822,101.81099,46.426083,198.70401,304.90527,459.0636,8.363831,65.34601,275.3648,428.30206,12.84878,108.50222,13.886257,1.6467005,54.519176,1.1002046,1.2416617,4.186291,12.087526,56.759373,22.292446,19.665323,373.97504,68.965385,40.908413,53.99496,17.563652,65.39617,12.054032,10.420632,14.401814,91.19372,35.951336,20.427504,37.691227,10.610182,26.141762,26.089851,1.5013286,83.90922,14.102729,233.2141,9.076406,358.55045,21.222292,830.4483,175.05916,4.5615163,11.485232,192.49294,259.74304,1073.1008,721.6937 +2023-12-10 04:00:00,0.0,3169.6877,63.859142,25.99071,71.61888,44.72339,315.10886,39.601215,76.38063,21.366306,45.977654,335.64392,107.283516,21.66175,143.86823,0.3361756,0.16481484,61.204468,4.8365173,15.548679,936.88226,14.310853,1135.771,133.64275,4.6966405,37.138847,584.168,54.847805,550.7019,221.47603,3830.4016,13.53864,2740.337,138.79338,6.402633,7.693266,31.24427,243.64574,296.54413,226.17593,49.451614,35.254272,11.3266735,730.3141,97.16831,44.19494,10.165438,495.79715,13.955729,559.1195,5.975072,36.997906,0.0,763.3817,2088.9358,0.24735416,152.6076,16.649345,12389.268,25.896719,0.83677703,7.976626,20.7612,6.311676,1.9286696,11.522248,288.05963,70.735664,7.9476404,0.6428477,2.2315211,114.407646,1.6377591,145.48851,234.5457,1992.8024,400.7284,94.20969,161.67026,408.77463,18.586727,19.261646,294.26633,30.099586,41.99561,11.90725,19.657684,162.62306,14.472692,11.1003895,49.610607,13.87546,3774.6416,18.739998,21.232527,16.129433,10.379194,213.9187,42.749054,17.911291,6.890691,7.5322995,13.027893,56.522076,99.24742,30.09637,162.23567,19.622963,4.8687053,48.18594,33.923737,66.597824,96.3611,13.536376,2.618414,9.95622,17.280464,2224.5337,11.845427,2.1209078,44.69377,12.568883,133.77882,79.95556,114.63633,4.828449,72.795296,413.96667,319.5137,29.62607,323.424,55.571686,52.338806,71.93709,51.114155,7.887523,29.849924,495.791,1.2861375,2.7111413,143.00685,24.02473,9.234128,16.64283,20.039497,192.69238,63.66727,161.39026,1050.2722,206.4736,2058.697,1787.7642,18.126371,22.621273,2041.9564,23.70117,35.363575,496.26636,64.13317,101.74825,46.39318,198.55533,304.83292,459.0217,8.358395,65.30956,275.166,428.20294,12.844043,108.46954,13.8806,1.6465702,54.52851,1.0999846,1.2413654,4.184256,12.085734,56.711807,22.286516,19.668818,374.42938,68.93593,40.8894,53.966396,17.557682,65.43279,12.05466,10.4531,14.395431,91.15941,35.92796,20.458317,37.707485,10.609543,26.18794,26.115679,1.5008162,83.873604,14.095759,233.19328,9.0733,358.43793,21.224436,830.7962,174.97974,4.558865,11.483415,192.42334,259.6181,1072.8542,721.98566 +2023-12-10 05:00:00,0.0,3168.4595,63.8263,25.959349,71.57199,44.700768,315.0248,39.582626,76.335846,21.36194,45.94456,335.45532,107.333786,21.650032,143.70163,0.3362467,0.16536145,61.18527,4.8578496,15.566471,936.30945,14.308275,1135.1262,133.62634,4.7153544,37.159634,583.8276,54.876137,551.243,221.53778,3828.4219,13.573472,2740.5198,139.06235,6.423656,7.7121797,31.336647,243.62544,296.52332,226.67406,49.435482,35.232662,11.325441,729.8843,97.38813,44.208626,10.159926,495.903,13.952486,559.18964,5.9749246,36.98274,0.0,763.3423,2088.2822,0.24736351,152.48827,16.644863,12384.479,25.896343,0.8370479,7.9724717,20.751286,6.313192,1.928866,11.516635,287.95947,70.70542,7.941635,0.64284384,2.2323709,114.41359,1.6366212,145.47382,234.35954,1992.2844,400.36172,94.194984,161.6483,409.46152,18.624517,19.285688,294.99548,30.147028,42.063683,11.903968,19.657269,162.67488,14.465256,11.098765,49.614307,13.880039,3775.087,18.738663,21.230175,16.128542,10.377685,214.02223,42.763,17.923388,6.8915133,7.530331,13.030574,56.520653,99.19998,30.098286,162.26952,19.620363,4.867859,48.178802,33.90866,66.55031,96.395294,13.550695,2.616566,9.97915,17.272919,2223.7239,11.86178,2.1184292,44.65223,12.566657,133.75241,79.969444,114.61631,4.834038,72.82255,413.81134,319.371,29.619476,323.26883,55.624283,52.32997,71.93257,51.191593,7.896915,29.868967,495.7772,1.2893741,2.7167118,143.1145,24.025038,9.233023,16.657644,20.04857,192.80794,63.704453,161.39241,1050.9554,206.27162,2058.0261,1787.4827,18.115786,22.602196,2041.3698,23.701052,35.33303,496.1653,64.08812,101.68552,46.36028,198.40663,304.76056,458.9798,8.352959,65.273125,274.96713,428.10382,12.839306,108.436874,13.874944,1.6464399,54.537846,1.0997647,1.2410692,4.1822214,12.083942,56.664246,22.280588,19.672312,374.88373,68.90647,40.87039,53.937836,17.55171,65.46942,12.055287,10.485569,14.389046,91.12509,35.90458,20.48913,37.72374,10.608905,26.23412,26.141508,1.5003037,83.83799,14.08879,233.17249,9.070194,358.32544,21.226578,831.1441,174.90031,4.5562143,11.481597,192.35373,259.4932,1072.6077,722.2775 +2023-12-10 06:00:00,0.0,3167.2312,63.793465,25.92799,71.52509,44.678146,314.94073,39.564037,76.29106,21.357573,45.911465,335.2667,107.38406,21.638313,143.53503,0.3363178,0.16590807,61.16607,4.879182,15.584264,935.7366,14.3056965,1134.4814,133.60995,4.734069,37.18042,583.4872,54.904465,551.78406,221.59953,3826.4424,13.608305,2740.7026,139.33131,6.4446793,7.731093,31.429026,243.60513,296.50247,227.17218,49.419353,35.21105,11.324208,729.4545,97.607956,44.222317,10.154416,496.0089,13.949244,559.2597,5.9747767,36.96757,0.0,763.30286,2087.6284,0.24737285,152.36894,16.640379,12379.688,25.895967,0.8373187,7.968318,20.741371,6.3147073,1.9290625,11.511022,287.8593,70.67518,7.9356303,0.64283997,2.2332203,114.41953,1.6354833,145.45912,234.17339,1991.7665,399.99503,94.18028,161.62634,410.14838,18.662308,19.309729,295.7246,30.19447,42.13176,11.900685,19.656853,162.7267,14.45782,11.097141,49.618004,13.88462,3775.5322,18.73733,21.227823,16.12765,10.376174,214.12576,42.776947,17.935484,6.8923364,7.5283623,13.033254,56.51923,99.15254,30.1002,162.30334,19.617762,4.8670125,48.171665,33.893585,66.50279,96.4295,13.565016,2.6147177,10.00208,17.265373,2222.9138,11.878134,2.1159506,44.610683,12.56443,133.72601,79.98334,114.59629,4.839627,72.8498,413.656,319.22827,29.612883,323.11365,55.67688,52.321133,71.92806,51.269035,7.906307,29.888008,495.76337,1.2926108,2.7222822,143.22214,24.025345,9.231917,16.672457,20.057644,192.9235,63.741634,161.39455,1051.6387,206.06964,2057.355,1787.2013,18.105202,22.58312,2040.7832,23.700933,35.302486,496.0643,64.04306,101.62279,46.327377,198.25795,304.6882,458.93787,8.347523,65.23669,274.7683,428.0047,12.834569,108.404205,13.8692875,1.6463096,54.54718,1.0995449,1.240773,4.1801863,12.08215,56.61668,22.27466,19.675806,375.33807,68.877014,40.851383,53.909275,17.545738,65.50605,12.055915,10.518038,14.382662,91.09078,35.8812,20.519943,37.739994,10.608266,26.280298,26.167337,1.4997914,83.802376,14.0818205,233.15169,9.067089,358.21292,21.228722,831.492,174.82089,4.5535636,11.47978,192.28413,259.36826,1072.3611,722.5694 +2023-12-10 07:00:00,0.0,3166.003,63.760624,25.89663,71.4782,44.655525,314.8567,39.545452,76.246284,21.353207,45.878372,335.0781,107.43433,21.626595,143.36844,0.33638892,0.16645469,61.14687,4.900514,15.602056,935.16376,14.303119,1133.8368,133.59357,4.7527833,37.201202,583.1467,54.932793,552.32513,221.66129,3824.463,13.643137,2740.8857,139.60028,6.4657025,7.750006,31.521404,243.58484,296.48166,227.6703,49.403225,35.189434,11.322976,729.0247,97.827774,44.236004,10.148905,496.11475,13.946002,559.32983,5.9746294,36.952404,0.0,763.2634,2086.9746,0.2473822,152.24962,16.635897,12374.899,25.895592,0.8375895,7.9641643,20.731457,6.316223,1.9292591,11.505408,287.75916,70.644936,7.929625,0.6428361,2.23407,114.425476,1.6343453,145.44444,233.98723,1991.2485,399.62833,94.16557,161.60439,410.83527,18.700098,19.33377,296.45377,30.24191,42.199833,11.897403,19.656437,162.77853,14.450383,11.095517,49.6217,13.889199,3775.9775,18.735996,21.22547,16.126759,10.374664,214.2293,42.790894,17.94758,6.8931594,7.526394,13.035934,56.517803,99.1051,30.102116,162.33719,19.61516,4.866166,48.164524,33.878513,66.45528,96.46369,13.579335,2.6128697,10.025009,17.257828,2222.104,11.894487,2.113472,44.56914,12.562204,133.6996,79.99722,114.57627,4.845216,72.87705,413.50067,319.08554,29.606289,322.95844,55.72948,52.312298,71.923546,51.346474,7.915699,29.907051,495.74957,1.2958474,2.7278526,143.32977,24.025652,9.230812,16.68727,20.066717,193.03905,63.778812,161.39668,1052.322,205.86766,2056.684,1786.9198,18.094616,22.564043,2040.1965,23.700815,35.271942,495.9633,63.99801,101.56005,46.294476,198.10925,304.61584,458.89597,8.342087,65.20024,274.56946,427.9056,12.829832,108.37154,13.863631,1.6461794,54.556515,1.099325,1.2404767,4.1781516,12.0803585,56.569115,22.268732,19.6793,375.7924,68.84756,40.832375,53.88071,17.539766,65.54267,12.056541,10.550507,14.376277,91.05647,35.85782,20.550755,37.75625,10.607628,26.326477,26.193167,1.499279,83.76676,14.074851,233.13089,9.063983,358.1004,21.230865,831.8399,174.74147,4.5509124,11.4779625,192.21452,259.24335,1072.1145,722.8613 +2023-12-10 08:00:00,0.0,3164.7747,63.727783,25.865269,71.43131,44.632904,314.7726,39.526863,76.2015,21.348839,45.84528,334.88947,107.484604,21.614874,143.20186,0.33646002,0.16700129,61.12767,4.9218464,15.619847,934.5909,14.300541,1133.192,133.57718,4.7714977,37.22199,582.80634,54.961124,552.8662,221.72302,3822.4834,13.677969,2741.0686,139.86925,6.4867253,7.7689195,31.613781,243.56454,296.46085,228.16841,49.387096,35.167824,11.321743,728.5949,98.0476,44.249695,10.1433935,496.2206,13.9427595,559.3999,5.974482,36.937233,0.0,763.224,2086.321,0.24739154,152.1303,16.631413,12370.11,25.895218,0.83786035,7.9600105,20.721542,6.3177385,1.9294555,11.499795,287.659,70.61469,7.9236197,0.6428322,2.2349198,114.43142,1.6332074,145.42975,233.80107,1990.7307,399.26166,94.15087,161.58244,411.52213,18.737888,19.357813,297.18292,30.289352,42.267906,11.894119,19.656021,162.83035,14.442947,11.093893,49.6254,13.89378,3776.423,18.734663,21.223118,16.125866,10.373155,214.33281,42.80484,17.959677,6.893982,7.5244255,13.038614,56.51638,99.05766,30.104033,162.37103,19.612558,4.8653197,48.157387,33.863438,66.40777,96.497894,13.593656,2.6110215,10.047939,17.250282,2221.2942,11.910842,2.1109934,44.5276,12.5599785,133.67319,80.011116,114.55625,4.8508043,72.904305,413.34534,318.94284,29.599695,322.80325,55.782078,52.30346,71.91903,51.423912,7.9250913,29.926092,495.73575,1.2990841,2.7334228,143.43741,24.025959,9.229707,16.702084,20.07579,193.1546,63.815994,161.39882,1053.0052,205.66568,2056.0132,1786.6384,18.084032,22.544966,2039.6099,23.700695,35.241398,495.86227,63.952957,101.497314,46.261574,197.96057,304.5435,458.85406,8.336651,65.1638,274.37064,427.8065,12.825095,108.33886,13.857975,1.6460491,54.56585,1.099105,1.2401805,4.1761165,12.078566,56.52155,22.262804,19.682795,376.24673,68.8181,40.813366,53.85215,17.533794,65.5793,12.057169,10.582975,14.369893,91.02216,35.83444,20.581568,37.772503,10.606989,26.372658,26.218996,1.4987667,83.73115,14.067882,233.11009,9.060878,357.98788,21.23301,832.1878,174.66205,4.5482616,11.476145,192.14493,259.11844,1071.8679,723.1532 +2023-12-10 09:00:00,0.0,3163.5464,63.694946,25.833908,71.384415,44.610283,314.68854,39.508274,76.156715,21.344473,45.812183,334.70087,107.534874,21.603155,143.03526,0.33653113,0.16754791,61.10847,4.9431787,15.63764,934.018,14.297963,1132.5472,133.56079,4.790212,37.242775,582.46594,54.989452,553.4072,221.78477,3820.504,13.712802,2741.2515,140.13821,6.5077486,7.7878327,31.706158,243.54425,296.44003,228.66653,49.370968,35.14621,11.320511,728.16516,98.26742,44.263382,10.137882,496.32648,13.939517,559.47003,5.9743347,36.922066,0.0,763.1846,2085.6672,0.24740086,152.01097,16.626928,12365.321,25.894842,0.8381312,7.9558563,20.711628,6.319254,1.929652,11.494183,287.55884,70.58445,7.9176145,0.6428283,2.2357693,114.43736,1.6320695,145.41507,233.61491,1990.2128,398.89496,94.13617,161.56049,412.209,18.775679,19.381853,297.91208,30.336794,42.33598,11.890837,19.655605,162.88217,14.435512,11.092268,49.629097,13.898359,3776.8684,18.73333,21.220766,16.124975,10.371645,214.43634,42.81879,17.971775,6.894805,7.522457,13.041295,56.514954,99.01022,30.105947,162.40488,19.609959,4.8644733,48.15025,33.848366,66.36025,96.53209,13.607975,2.6091735,10.070869,17.242737,2220.4844,11.927196,2.1085148,44.486053,12.557753,133.64679,80.025,114.53623,4.8563933,72.93156,413.19,318.8001,29.593102,322.64804,55.83468,52.294624,71.91452,51.501354,7.934483,29.945135,495.72192,1.3023207,2.7389932,143.54506,24.026266,9.228601,16.716896,20.084864,193.27017,63.853176,161.40096,1053.6885,205.4637,2055.3423,1786.3569,18.073448,22.525888,2039.0232,23.700577,35.210854,495.76126,63.9079,101.43458,46.228672,197.81189,304.4711,458.81213,8.331215,65.12736,274.17178,427.70737,12.820358,108.30619,13.852319,1.6459188,54.575184,1.0988852,1.2398843,4.174082,12.076774,56.473984,22.256876,19.68629,376.70108,68.78864,40.794357,53.82359,17.527822,65.61593,12.0577965,10.615444,14.363508,90.987854,35.81106,20.612381,37.788757,10.606351,26.418837,26.244823,1.4982542,83.69553,14.060912,233.08928,9.057772,357.87537,21.235151,832.5357,174.58263,4.5456104,11.474328,192.07533,258.9935,1071.6215,723.4451 +2023-12-10 10:00:00,0.0,3162.3179,63.662106,25.802547,71.337524,44.58766,314.6045,39.48969,76.11193,21.340105,45.77909,334.51224,107.585144,21.591436,142.86867,0.33660224,0.16809452,61.08927,4.9645114,15.655432,933.4452,14.295384,1131.9025,133.5444,4.8089266,37.263557,582.1255,55.01778,553.9483,221.84653,3818.5242,13.747634,2741.4343,140.40718,6.528772,7.806746,31.798536,243.52396,296.4192,229.16466,49.35484,35.124596,11.319279,727.73535,98.48724,44.277073,10.132372,496.43237,13.9362755,559.54016,5.9741874,36.9069,0.0,763.14514,2085.0134,0.24741021,151.89165,16.622446,12360.531,25.894466,0.83840203,7.9517026,20.701714,6.32077,1.9298486,11.488569,287.45868,70.55421,7.911609,0.6428244,2.236619,114.443306,1.6309315,145.40038,233.42876,1989.6948,398.52826,94.12147,161.53853,412.89587,18.813469,19.405895,298.6412,30.384235,42.404053,11.887554,19.65519,162.93399,14.428075,11.090644,49.632793,13.90294,3777.3137,18.731997,21.218414,16.124083,10.370134,214.53987,42.832737,17.983871,6.895628,7.5204887,13.043975,56.51353,98.96278,30.107862,162.4387,19.607357,4.863627,48.14311,33.83329,66.31274,96.56629,13.622295,2.6073253,10.093799,17.235191,2219.6746,11.943549,2.1060364,44.44451,12.555526,133.62038,80.038895,114.51621,4.8619823,72.9588,413.03467,318.65738,29.586508,322.49286,55.887276,52.28579,71.91,51.578793,7.9438753,29.964176,495.70813,1.3055574,2.7445636,143.6527,24.026573,9.227496,16.731709,20.093937,193.38573,63.890358,161.40309,1054.3718,205.26173,2054.6711,1786.0756,18.062862,22.506813,2038.4365,23.700459,35.18031,495.66022,63.86285,101.37184,46.19577,197.6632,304.39874,458.77023,8.325779,65.09092,273.97296,427.60825,12.815621,108.27352,13.8466625,1.6457886,54.58452,1.0986652,1.239588,4.1720467,12.074982,56.426422,22.250948,19.689785,377.15543,68.759186,40.77535,53.79503,17.521852,65.65256,12.058423,10.647912,14.357123,90.953545,35.78768,20.643194,37.80501,10.605712,26.465015,26.270653,1.4977418,83.65992,14.053943,233.06848,9.0546665,357.76285,21.237295,832.8836,174.5032,4.5429597,11.47251,192.00572,258.8686,1071.3749,723.737 +2023-12-10 11:00:00,0.0,3161.0896,63.629265,25.771187,71.290634,44.56504,314.52042,39.4711,76.06715,21.33574,45.746,334.32364,107.63542,21.579716,142.70207,0.33667335,0.16864114,61.070076,4.9858437,15.673224,932.8723,14.292807,1131.2578,133.52802,4.827641,37.284344,581.7851,55.046112,554.4894,221.90828,3816.5447,13.782466,2741.6172,140.67615,6.549795,7.8256593,31.890915,243.50365,296.39838,229.66277,49.33871,35.102985,11.318046,727.30554,98.70707,44.290764,10.126861,496.5382,13.933033,559.6102,5.97404,36.89173,0.0,763.1057,2084.3599,0.24741955,151.77231,16.617962,12355.742,25.89409,0.8386728,7.947549,20.6918,6.322285,1.930045,11.482956,287.35852,70.523964,7.905604,0.64282054,2.2374685,114.44925,1.6297936,145.38568,233.24261,1989.1769,398.1616,94.106766,161.51657,413.58276,18.85126,19.429937,299.37036,30.431679,42.472126,11.884272,19.654774,162.98581,14.420639,11.08902,49.636494,13.907519,3777.759,18.730663,21.216063,16.123192,10.368625,214.6434,42.846684,17.995968,6.8964505,7.51852,13.046656,56.512108,98.915344,30.109777,162.47255,19.604755,4.8627806,48.13597,33.81822,66.26522,96.60049,13.636615,2.605477,10.116729,17.227646,2218.8645,11.959903,2.1035578,44.402966,12.5533,133.59398,80.05278,114.49619,4.8675714,72.98605,412.87933,318.51468,29.579914,322.33768,55.939873,52.27695,71.90549,51.656235,7.953267,29.98322,495.6943,1.308794,2.7501338,143.76033,24.02688,9.226391,16.746523,20.10301,193.50128,63.927536,161.40523,1055.0552,205.05975,2054.0002,1785.7941,18.052279,22.487736,2037.85,23.70034,35.149765,495.5592,63.817795,101.309105,46.16287,197.51451,304.3264,458.72833,8.320343,65.054474,273.7741,427.50916,12.810884,108.24085,13.841006,1.6456584,54.593853,1.0984453,1.2392917,4.170012,12.07319,56.378857,22.24502,19.69328,377.60974,68.72973,40.756336,53.766464,17.51588,65.68918,12.059051,10.680381,14.3507395,90.919235,35.7643,20.674007,37.821266,10.605074,26.511194,26.296482,1.4972295,83.624306,14.046973,233.04768,9.05156,357.65033,21.239439,833.2315,174.42378,4.5403085,11.470693,191.93613,258.74365,1071.1283,724.0289 +2023-12-10 12:00:00,0.0,3159.8613,63.596428,25.739826,71.24374,44.54242,314.43637,39.45251,76.02236,21.331371,45.712902,334.135,107.68569,21.567997,142.53548,0.33674446,0.16918774,61.050877,5.007176,15.691016,932.2995,14.290229,1130.613,133.51161,4.846355,37.30513,581.44464,55.07444,555.03046,221.97003,3814.5652,13.817299,2741.8003,140.94511,6.570818,7.8445725,31.983292,243.48335,296.37756,230.16089,49.322582,35.08137,11.316813,726.87573,98.92689,44.30445,10.121349,496.6441,13.9297905,559.68036,5.9738927,36.876564,0.0,763.0663,2083.706,0.2474289,151.65298,16.61348,12350.953,25.893715,0.83894366,7.9433947,20.681885,6.3238006,1.9302415,11.477343,287.25836,70.49373,7.899599,0.64281666,2.2383182,114.45519,1.6286557,145.371,233.05646,1988.6589,397.7949,94.09206,161.49463,414.26962,18.88905,19.45398,300.09952,30.47912,42.5402,11.880989,19.654358,163.03764,14.413203,11.087396,49.64019,13.9121,3778.2043,18.72933,21.213709,16.1223,10.367115,214.74692,42.86063,18.008064,6.8972735,7.5165515,13.0493355,56.51068,98.867905,30.111692,162.5064,19.602156,4.861934,48.128834,33.803143,66.217705,96.63469,13.650935,2.603629,10.139658,17.2201,2218.0547,11.976257,2.1010792,44.361423,12.551074,133.56757,80.066666,114.47617,4.8731604,73.013306,412.724,318.37195,29.573318,322.18246,55.992474,52.268116,71.90098,51.733673,7.9626594,30.00226,495.6805,1.3120307,2.7557042,143.86797,24.02719,9.2252865,16.761335,20.112083,193.61684,63.964718,161.40736,1055.7384,204.85777,2053.3293,1785.5126,18.041693,22.468658,2037.2633,23.700222,35.11922,495.4582,63.77274,101.246376,46.129967,197.36581,304.25403,458.68643,8.314907,65.018036,273.5753,427.41003,12.806148,108.208176,13.83535,1.6455281,54.603188,1.0982255,1.2389954,4.1679773,12.071398,56.33129,22.239092,19.696774,378.0641,68.700264,40.737328,53.737904,17.509909,65.72581,12.059678,10.71285,14.344355,90.884926,35.74092,20.70482,37.83752,10.604435,26.557373,26.322311,1.496717,83.5887,14.040005,233.02689,9.048455,357.5378,21.241583,833.5794,174.34436,4.5376577,11.468876,191.86652,258.61874,1070.8817,724.3208 +2023-12-10 13:00:00,0.0,3158.633,63.563587,25.708466,71.196846,44.5198,314.3523,39.433926,75.977585,21.327005,45.67981,333.9464,107.73596,21.556278,142.36888,0.33681557,0.16973436,61.031677,5.028508,15.708808,931.7266,14.28765,1129.9683,133.49522,4.8650694,37.325916,581.10425,55.102768,555.57153,222.03178,3812.5857,13.852131,2741.9832,141.21408,6.591841,7.8634863,32.07567,243.46306,296.35672,230.65901,49.30645,35.059757,11.31558,726.446,99.14671,44.318142,10.115839,496.74997,13.926549,559.7504,5.9737453,36.861397,0.0,763.02686,2083.0522,0.24743824,151.53366,16.608995,12346.164,25.89334,0.8392145,7.939241,20.67197,6.3253164,1.9304379,11.471729,287.1582,70.463486,7.893594,0.6428128,2.239168,114.461136,1.6275177,145.35631,232.8703,1988.141,397.4282,94.077354,161.47267,414.9565,18.92684,19.47802,300.82864,30.526562,42.608273,11.877707,19.653942,163.08946,14.405767,11.085772,49.643887,13.916679,3778.6497,18.727997,21.211357,16.121408,10.365605,214.85045,42.874577,18.02016,6.898096,7.514583,13.052016,56.50926,98.820465,30.11361,162.54024,19.599554,4.861088,48.121693,33.78807,66.17019,96.668884,13.665255,2.601781,10.162588,17.212555,2217.2449,11.992611,2.0986006,44.31988,12.548848,133.54117,80.08056,114.456154,4.878749,73.04056,412.56866,318.22922,29.566725,322.02728,56.04507,52.259277,71.89646,51.81111,7.972051,30.021301,495.6667,1.3152673,2.7612746,143.9756,24.027496,9.224181,16.776148,20.121157,193.73239,64.0019,161.4095,1056.4218,204.65579,2052.6584,1785.2312,18.031109,22.449581,2036.6766,23.700102,35.088676,495.35718,63.727688,101.18364,46.097065,197.21713,304.18167,458.6445,8.309471,64.98159,273.37643,427.3109,12.801411,108.17551,13.829693,1.6453978,54.612522,1.0980055,1.2386992,4.165942,12.069606,56.283726,22.233162,19.700268,378.51843,68.67081,40.71832,53.709343,17.503937,65.762436,12.060306,10.745318,14.337971,90.85061,35.717545,20.735634,37.853775,10.603797,26.603552,26.348139,1.4962046,83.553085,14.033035,233.00609,9.045349,357.4253,21.243727,833.9273,174.26494,4.535007,11.467058,191.79692,258.4938,1070.6351,724.6127 +2023-12-10 14:00:00,0.0,3157.4048,63.53075,25.677105,71.149956,44.497177,314.26825,39.415337,75.9328,21.32264,45.646717,333.75778,107.78623,21.544558,142.20229,0.33688667,0.17028098,61.012478,5.0498405,15.726601,931.1538,14.285072,1129.3235,133.47884,4.883784,37.3467,580.76385,55.1311,556.1126,222.09354,3810.6062,13.886963,2742.166,141.48305,6.6128645,7.8823996,32.168045,243.44276,296.3359,231.15712,49.29032,35.038147,11.314348,726.0162,99.36653,44.33183,10.110328,496.8558,13.923306,559.82056,5.973598,36.84623,0.0,762.9874,2082.3987,0.24744758,151.41434,16.604513,12341.375,25.892965,0.8394853,7.935087,20.662054,6.326832,1.9306345,11.466116,287.05804,70.43324,7.8875885,0.6428089,2.2400174,114.46708,1.6263798,145.34161,232.68414,1987.623,397.06152,94.06265,161.45071,415.64337,18.96463,19.502062,301.5578,30.574003,42.676346,11.874424,19.653528,163.14128,14.398331,11.0841465,49.647583,13.92126,3779.095,18.726662,21.209005,16.120516,10.364095,214.95398,42.888523,18.032259,6.898919,7.5126147,13.054696,56.507835,98.773026,30.115524,162.57407,19.596952,4.8602414,48.114555,33.772995,66.12267,96.70309,13.679575,2.599933,10.185518,17.205011,2216.435,12.008965,2.096122,44.278336,12.546622,133.51476,80.094444,114.436134,4.884338,73.06781,412.41333,318.08652,29.560131,321.8721,56.09767,52.250443,71.891945,51.888554,7.9814434,30.040344,495.65286,1.318504,2.7668447,144.08325,24.027803,9.223076,16.790962,20.13023,193.84795,64.03908,161.41165,1057.105,204.45381,2051.9875,1784.9497,18.020525,22.430504,2036.09,23.699984,35.058132,495.25616,63.682632,101.1209,46.064163,197.06845,304.1093,458.6026,8.304035,64.94515,273.1776,427.2118,12.796674,108.14284,13.824037,1.6452676,54.621857,1.0977856,1.238403,4.1639075,12.067813,56.236164,22.227234,19.703764,378.97278,68.64135,40.69931,53.68078,17.497965,65.79906,12.060932,10.777787,14.331586,90.8163,35.694164,20.766447,37.870033,10.603159,26.64973,26.373968,1.4956923,83.51747,14.026066,232.98528,9.042244,357.3128,21.245869,834.2752,174.18552,4.532356,11.4652405,191.72733,258.3689,1070.3885,724.90454 +2023-12-10 15:00:00,0.0,3156.1765,63.49791,25.645746,71.10306,44.474556,314.18417,39.396748,75.888016,21.318272,45.61362,333.56918,107.8365,21.532839,142.0357,0.33695778,0.17082758,60.99328,5.0711727,15.744392,930.58093,14.282495,1128.6787,133.46245,4.9024982,37.367485,580.4234,55.159428,556.6537,222.15529,3808.6265,13.921796,2742.3489,141.75201,6.6338873,7.901313,32.26042,243.42247,296.3151,231.65524,49.274193,35.016533,11.313115,725.58636,99.58636,44.34552,10.104816,496.96167,13.920065,559.8906,5.97345,36.831062,0.0,762.948,2081.7449,0.24745692,151.29501,16.600029,12336.585,25.89259,0.83975613,7.9309335,20.65214,6.3283477,1.930831,11.460504,286.9579,70.403,7.881583,0.64280504,2.2408671,114.47302,1.6252419,145.32693,232.49799,1987.1051,396.69482,94.04794,161.42877,416.33026,19.00242,19.526104,302.28696,30.621445,42.74442,11.871141,19.65311,163.1931,14.390895,11.082522,49.651283,13.925839,3779.5403,18.725328,21.206654,16.119625,10.362585,215.0575,42.902473,18.044355,6.899742,7.5106463,13.057376,56.50641,98.725586,30.11744,162.60791,19.59435,4.859395,48.107418,33.757923,66.07516,96.73728,13.693894,2.5980847,10.208447,17.197466,2215.625,12.025318,2.0936434,44.236794,12.544395,133.48836,80.10834,114.416115,4.889927,73.09506,412.258,317.9438,29.553537,321.7169,56.15027,52.241604,71.887436,51.965992,7.990835,30.059385,495.63907,1.3217406,2.7724152,144.19089,24.02811,9.221971,16.805775,20.139303,193.9635,64.07626,161.41379,1057.7882,204.25183,2051.3164,1784.6683,18.00994,22.411428,2035.5034,23.699865,35.027588,495.15512,63.63758,101.05817,46.03126,196.91975,304.03696,458.5607,8.298599,64.908714,272.97876,427.1127,12.791937,108.11017,13.81838,1.6451373,54.63119,1.0975658,1.2381067,4.1618724,12.066021,56.1886,22.221306,19.707258,379.4271,68.61189,40.6803,53.652218,17.491993,65.835686,12.06156,10.810256,14.325202,90.78199,35.670784,20.79726,37.886288,10.60252,26.69591,26.399797,1.4951798,83.48186,14.019096,232.96448,9.039138,357.2003,21.248013,834.6231,174.1061,4.529705,11.463424,191.65771,258.244,1070.142,725.1965 +2023-12-10 16:00:00,0.0,3154.9482,63.46507,25.614386,71.05617,44.45194,314.10013,39.378162,75.84323,21.313906,45.58053,333.38055,107.88678,21.52112,141.86911,0.3370289,0.1713742,60.97408,5.092505,15.762184,930.00806,14.279916,1128.034,133.44606,4.9212127,37.38827,580.083,55.187756,557.19476,222.21703,3806.647,13.956628,2742.5317,142.02098,6.6549106,7.920226,32.352802,243.40216,296.29425,232.15337,49.258064,34.99492,11.311883,725.1566,99.806175,44.359207,10.099306,497.06757,13.916822,559.96075,5.973303,36.81589,0.0,762.90857,2081.091,0.24746627,151.17569,16.595545,12331.796,25.892214,0.840027,7.9267793,20.642225,6.329863,1.9310274,11.45489,286.85773,70.37276,7.875578,0.64280117,2.2417169,114.47897,1.6241039,145.31224,232.31183,1986.5872,396.32812,94.03324,161.40681,417.01712,19.04021,19.550144,303.01608,30.668886,42.812492,11.867859,19.652695,163.24492,14.383459,11.080898,49.65498,13.93042,3779.9858,18.723995,21.204302,16.118732,10.361075,215.16103,42.91642,18.056452,6.9005647,7.5086775,13.060057,56.504986,98.67814,30.119354,162.64175,19.591751,4.8585486,48.100277,33.742847,66.02765,96.771484,13.708215,2.5962367,10.231378,17.18992,2214.8152,12.041672,2.091165,44.19525,12.54217,133.46194,80.12222,114.396095,4.895516,73.122314,412.10266,317.80106,29.546944,321.5617,56.202866,52.23277,71.88292,52.04343,8.000227,30.078428,495.62524,1.3249773,2.7779856,144.29852,24.028418,9.220865,16.820587,20.148376,194.07906,64.11344,161.41592,1058.4716,204.04985,2050.6455,1784.3868,17.999355,22.392351,2034.9167,23.699747,34.997044,495.0541,63.592525,100.99543,45.99836,196.77107,303.9646,458.51877,8.293164,64.87227,272.77994,427.01358,12.7872,108.07749,13.812724,1.645007,54.640526,1.0973458,1.2378105,4.1598377,12.064229,56.141033,22.215378,19.710752,379.88144,68.582436,40.661293,53.623657,17.486023,65.872314,12.062187,10.842724,14.318817,90.74768,35.647404,20.828072,37.902542,10.601882,26.742088,26.425627,1.4946674,83.44624,14.012127,232.94368,9.036033,357.08777,21.250156,834.971,174.02667,4.527054,11.461606,191.58812,258.11905,1069.8954,725.48834 +2023-12-10 17:00:00,0.0,3153.7197,63.43223,25.583025,71.00928,44.429317,314.01605,39.359573,75.79845,21.309538,45.547432,333.19196,107.93705,21.509401,141.70251,0.33710003,0.1719208,60.95488,5.1138372,15.779977,929.43524,14.277338,1127.3893,133.42967,4.939927,37.409054,579.74255,55.216087,557.7358,222.27878,3804.6675,13.99146,2742.7148,142.28995,6.675934,7.9391394,32.445183,243.38187,296.27344,232.65147,49.241936,34.97331,11.310651,724.7268,100.026,44.3729,10.093795,497.1734,13.91358,560.0309,5.9731555,36.800724,0.0,762.86914,2080.4375,0.2474756,151.05635,16.591063,12327.007,25.891838,0.8402978,7.9226255,20.63231,6.3313785,1.931224,11.449277,286.75757,70.342514,7.8695726,0.6427973,2.2425663,114.48492,1.622966,145.29755,232.12567,1986.0692,395.96146,94.01854,161.38486,417.704,19.078001,19.574186,303.74524,30.716328,42.880566,11.864576,19.65228,163.29675,14.376022,11.079274,49.658676,13.934999,3780.4312,18.722662,21.201948,16.117842,10.359566,215.26456,42.930367,18.068548,6.9013877,7.506709,13.0627365,56.503563,98.6307,30.12127,162.6756,19.58915,4.8577023,48.09314,33.727776,65.98013,96.80569,13.722534,2.5943885,10.254308,17.182375,2214.0054,12.058026,2.0886865,44.153706,12.539944,133.43555,80.136116,114.376076,4.9011045,73.14957,411.94733,317.65836,29.54035,321.40652,56.255466,52.22393,71.8784,52.120872,8.00962,30.09747,495.61145,1.3282139,2.783556,144.40616,24.028725,9.21976,16.8354,20.157448,194.19461,64.15062,161.41806,1059.1548,203.84787,2049.9746,1784.1055,17.98877,22.373274,2034.3301,23.699629,34.9665,494.9531,63.547474,100.93269,45.965458,196.62238,303.89224,458.47687,8.287728,64.83583,272.5811,426.91446,12.782464,108.04482,13.807068,1.6448767,54.64986,1.0971259,1.2375143,4.1578026,12.062437,56.093468,22.20945,19.714247,380.3358,68.55298,40.64228,53.595093,17.480051,65.908936,12.062814,10.875193,14.312433,90.71337,35.624023,20.858885,37.918797,10.601243,26.788267,26.451454,1.494155,83.41063,14.005157,232.92288,9.032927,356.97525,21.2523,835.3189,173.94725,4.524403,11.459788,191.51851,257.99414,1069.6488,725.7802 +2023-12-10 18:00:00,0.0,3152.4915,63.39939,25.551664,70.96238,44.406696,313.93198,39.340984,75.75366,21.305172,45.51434,333.00333,107.98732,21.49768,141.53592,0.33717114,0.17246743,60.93568,5.1351695,15.797769,928.86237,14.27476,1126.7445,133.41328,4.9586415,37.42984,579.40216,55.244415,558.27686,222.34053,3802.688,14.026293,2742.8977,142.55891,6.6969566,7.9580526,32.53756,243.36157,296.25262,233.1496,49.225807,34.951694,11.309418,724.297,100.24583,44.386585,10.088284,497.2793,13.910338,560.10095,5.973008,36.785557,0.0,762.82965,2079.7837,0.24748494,150.93703,16.586578,12322.218,25.891462,0.8405686,7.918472,20.622396,6.3328943,1.9314204,11.443664,286.6574,70.31227,7.8635674,0.64279336,2.243416,114.49086,1.6218281,145.28287,231.93951,1985.5513,395.59476,94.00383,161.3629,418.39087,19.115791,19.598228,304.4744,30.76377,42.94864,11.861294,19.651863,163.34857,14.368587,11.07765,49.662376,13.939579,3780.8765,18.721329,21.199596,16.11695,10.358055,215.36809,42.944313,18.080645,6.90221,7.5047407,13.065417,56.502136,98.58326,30.123184,162.70943,19.586548,4.856856,48.086002,33.7127,65.93262,96.83988,13.736855,2.5925403,10.277237,17.17483,2213.1956,12.07438,2.0862079,44.112164,12.537718,133.40913,80.15,114.35606,4.9066935,73.17682,411.792,317.51562,29.533756,321.2513,56.308064,52.215096,71.87389,52.19831,8.0190115,30.116512,495.59763,1.3314506,2.7891262,144.51381,24.029032,9.218655,16.850214,20.166521,194.31017,64.187805,161.4202,1059.8381,203.64589,2049.3037,1783.824,17.978186,22.354197,2033.7434,23.699509,34.935955,494.85208,63.50242,100.869965,45.932556,196.4737,303.81985,458.43497,8.282292,64.799385,272.38226,426.81534,12.777727,108.01215,13.801412,1.6447465,54.659195,1.0969061,1.237218,4.155768,12.060645,56.045906,22.203522,19.717741,380.79013,68.52352,40.623272,53.566532,17.47408,65.945564,12.063441,10.907661,14.306048,90.67906,35.600647,20.889698,37.93505,10.600605,26.834446,26.477283,1.4936426,83.375015,13.998188,232.90208,9.029821,356.86273,21.254442,835.6668,173.86783,4.5217524,11.457972,191.44891,257.8692,1069.4022,726.07214 +2023-12-10 19:00:00,0.0,3151.2632,63.36655,25.520304,70.91549,44.384075,313.84793,39.3224,75.708885,21.300804,45.481247,332.81473,108.03759,21.485962,141.36932,0.33724225,0.17301403,60.91648,5.156502,15.81556,928.28955,14.2721815,1126.0997,133.39688,4.9773555,37.450626,579.06177,55.272743,558.81793,222.40228,3800.7083,14.061125,2743.0806,142.82788,6.71798,7.976966,32.629936,243.34128,296.2318,233.64772,49.20968,34.93008,11.308186,723.8672,100.465645,44.400276,10.082772,497.38516,13.907096,560.1711,5.972861,36.77039,0.0,762.7902,2079.13,0.24749428,150.8177,16.582096,12317.429,25.891087,0.84083945,7.9143176,20.612482,6.3344097,1.9316169,11.43805,286.55725,70.28203,7.8575625,0.6427895,2.2442658,114.4968,1.6206901,145.26817,231.75336,1985.0333,395.22806,93.98913,161.34096,419.07776,19.153582,19.622269,305.20355,30.811213,43.016712,11.858011,19.65145,163.40039,14.361151,11.076025,49.666073,13.9441595,3781.3218,18.719995,21.197245,16.116058,10.356545,215.4716,42.95826,18.092741,6.9030333,7.5027723,13.068097,56.500713,98.53582,30.125101,162.74327,19.583948,4.8560095,48.07886,33.697624,65.8851,96.874084,13.751174,2.5906923,10.300167,17.167284,2212.3855,12.090734,2.0837293,44.070618,12.535492,133.38274,80.163895,114.33604,4.9122825,73.20406,411.63666,317.3729,29.527163,321.09613,56.36066,52.206257,71.86938,52.275753,8.028403,30.135553,495.5838,1.3346872,2.7946966,144.62144,24.029339,9.217549,16.865026,20.175594,194.42572,64.22498,161.42233,1060.5215,203.44391,2048.6326,1783.5426,17.9676,22.335121,2033.1567,23.69939,34.90541,494.75107,63.457363,100.80723,45.899654,196.32501,303.7475,458.39307,8.276856,64.76295,272.1834,426.71625,12.77299,107.979485,13.795755,1.6446162,54.66853,1.0966861,1.2369218,4.1537333,12.058853,55.99834,22.197594,19.721237,381.24445,68.494064,40.604263,53.53797,17.468107,65.98219,12.064069,10.94013,14.2996645,90.64475,35.577267,20.920511,37.951305,10.599966,26.880625,26.503113,1.4931302,83.3394,13.991219,232.88129,9.026715,356.7502,21.256586,836.0147,173.7884,4.519101,11.456154,191.37932,257.7443,1069.1556,726.364 +2023-12-10 20:00:00,0.0,3150.035,63.333714,25.488943,70.8686,44.361454,313.76385,39.30381,75.6641,21.296438,45.44815,332.6261,108.08786,21.474243,141.20273,0.33731335,0.17356065,60.89728,5.177834,15.833353,927.7167,14.269604,1125.4551,133.3805,4.99607,37.47141,578.7213,55.301075,559.359,222.46404,3798.7288,14.095957,2743.2634,143.09685,6.739003,7.995879,32.722313,243.32098,296.21097,234.14583,49.19355,34.90847,11.306952,723.43744,100.68547,44.413963,10.077262,497.49103,13.903853,560.24115,5.9727135,36.755222,0.0,762.7508,2078.4763,0.24750362,150.69838,16.577612,12312.639,25.890713,0.8411103,7.910164,20.602566,6.3359256,1.9318134,11.432438,286.4571,70.25179,7.8515573,0.6427856,2.2451153,114.50275,1.6195523,145.2535,231.5672,1984.5154,394.8614,93.97443,161.319,419.76462,19.191372,19.64631,305.93268,30.858654,43.084785,11.854729,19.651033,163.45221,14.353715,11.074401,49.66977,13.948739,3781.767,18.718662,21.194893,16.115166,10.355036,215.57513,42.972206,18.10484,6.9038563,7.500804,13.070778,56.499287,98.48838,30.127016,162.77711,19.581347,4.855163,48.071724,33.682552,65.837585,96.90828,13.765494,2.588844,10.323096,17.159739,2211.5757,12.107087,2.0812507,44.029076,12.533265,133.35632,80.17778,114.31602,4.9178715,73.231316,411.48132,317.2302,29.520569,320.94092,56.41326,52.197422,71.86486,52.35319,8.037796,30.154596,495.57,1.3379239,2.800267,144.72908,24.029646,9.216444,16.879839,20.184668,194.54128,64.26216,161.42447,1061.2047,203.24193,2047.9617,1783.2611,17.957016,22.316044,2032.5702,23.699272,34.874866,494.65002,63.41231,100.74449,45.866753,196.17632,303.67514,458.35114,8.2714205,64.7265,271.9846,426.61713,12.768253,107.946815,13.790098,1.644486,54.677864,1.0964662,1.2366254,4.151698,12.05706,55.950775,22.191666,19.724731,381.6988,68.46461,40.585255,53.509407,17.462135,66.018814,12.064695,10.972599,14.29328,90.61044,35.553886,20.951324,37.96756,10.599328,26.926804,26.528942,1.4926178,83.30379,13.984249,232.86047,9.02361,356.6377,21.25873,836.3626,173.70898,4.5164504,11.454337,191.30971,257.6194,1068.909,726.6559 +2023-12-10 21:00:00,0.0,3148.8066,63.300873,25.457582,70.8217,44.338833,313.6798,39.285225,75.619316,21.29207,45.41506,332.4375,108.13814,21.462523,141.03613,0.33738446,0.17410727,60.878086,5.1991663,15.851145,927.14386,14.267026,1124.8103,133.3641,5.0147843,37.492195,578.3809,55.329403,559.9001,222.52579,3796.7493,14.130789,2743.4463,143.36581,6.760026,8.014792,32.81469,243.30067,296.19016,234.64395,49.177418,34.886856,11.30572,723.0076,100.90529,44.427654,10.071751,497.59692,13.900612,560.3113,5.972566,36.740055,0.0,762.71136,2077.8225,0.24751297,150.57906,16.57313,12307.85,25.890337,0.8413811,7.90601,20.592651,6.337441,1.9320099,11.426825,286.35693,70.22155,7.845552,0.64278173,2.245965,114.50869,1.6184143,145.2388,231.38104,1983.9974,394.4947,93.95972,161.29704,420.4515,19.229162,19.670353,306.66183,30.906096,43.15286,11.851446,19.650616,163.50403,14.346278,11.072777,49.673466,13.95332,3782.2124,18.717329,21.192541,16.114275,10.353526,215.67867,42.986156,18.116936,6.904679,7.498835,13.073458,56.497864,98.44094,30.128931,162.81096,19.578745,4.8543167,48.064587,33.667477,65.79007,96.94248,13.779814,2.586996,10.346026,17.152193,2210.7659,12.123442,2.078772,43.987534,12.531039,133.32993,80.191666,114.296,4.9234605,73.25857,411.326,317.08746,29.513973,320.78574,56.46586,52.188583,71.86035,52.43063,8.047188,30.173637,495.55618,1.3411605,2.8058372,144.83672,24.029953,9.215339,16.894653,20.19374,194.65683,64.29935,161.4266,1061.888,203.03995,2047.2908,1782.9797,17.946432,22.296967,2031.9835,23.699154,34.844322,494.549,63.367256,100.681755,45.83385,196.02763,303.60278,458.30923,8.265985,64.69006,271.78574,426.518,12.763516,107.91414,13.784442,1.6443558,54.6872,1.0962464,1.2363292,4.1496634,12.055268,55.90321,22.185738,19.728226,382.15314,68.43514,40.566246,53.480846,17.456163,66.05544,12.065323,11.005068,14.286896,90.576126,35.530506,20.982138,37.983814,10.598689,26.972984,26.55477,1.4921054,83.26817,13.97728,232.83968,9.020504,356.52518,21.260874,836.7105,173.62956,4.513799,11.452519,191.24011,257.49445,1068.6625,726.9478 +2023-12-10 22:00:00,0.0,3147.5784,63.268036,25.426222,70.77481,44.31621,313.59573,39.266636,75.57453,21.287704,45.381966,332.24887,108.18841,21.450804,140.86955,0.33745557,0.17465387,60.858887,5.2204986,15.868937,926.571,14.264447,1124.1655,133.34772,5.033499,37.51298,578.04047,55.35773,560.44116,222.58754,3794.7698,14.165622,2743.6294,143.63478,6.7810493,8.033706,32.90707,243.28038,296.16934,235.14207,49.16129,34.865242,11.304487,722.5778,101.125114,44.441345,10.066239,497.70276,13.897369,560.38135,5.972419,36.724888,0.0,762.6719,2077.1687,0.24752231,150.45973,16.568645,12303.061,25.889961,0.8416519,7.9018564,20.582737,6.3389564,1.9322064,11.421211,286.25677,70.19131,7.8395467,0.64277786,2.2468147,114.51463,1.6172763,145.2241,231.19489,1983.4795,394.128,93.945015,161.27509,421.13837,19.266953,19.694395,307.391,30.953537,43.220932,11.848164,19.650202,163.55586,14.338842,11.071153,49.677166,13.957899,3782.6577,18.715994,21.190187,16.113382,10.3520155,215.78218,43.000103,18.129032,6.905502,7.4968667,13.0761385,56.49644,98.3935,30.130846,162.84479,19.576143,4.8534703,48.057446,33.652405,65.74255,96.97668,13.794134,2.5851479,10.368957,17.144648,2209.956,12.139795,2.0762937,43.945988,12.528813,133.30351,80.20556,114.27598,4.929049,73.28582,411.17065,316.94473,29.50738,320.63055,56.51846,52.17975,71.855835,52.50807,8.05658,30.192678,495.54236,1.3443972,2.8114076,144.94435,24.03026,9.214234,16.909466,20.202814,194.7724,64.336525,161.42876,1062.5713,202.83797,2046.6198,1782.6982,17.935846,22.27789,2031.3969,23.699034,34.813778,494.448,63.322205,100.61902,45.80095,195.87894,303.53043,458.26733,8.260549,64.65362,271.58688,426.41888,12.75878,107.88147,13.778786,1.6442255,54.696533,1.0960264,1.236033,4.1476283,12.053476,55.855648,22.179808,19.73172,382.60748,68.405685,40.547237,53.452286,17.450193,66.09207,12.06595,11.037536,14.280511,90.54182,35.50713,21.01295,38.00007,10.598051,27.019163,26.580599,1.491593,83.23257,13.97031,232.81888,9.017399,356.4127,21.263018,837.0584,173.55014,4.5111485,11.450702,191.1705,257.36954,1068.416,727.2397 +2023-12-10 23:00:00,0.0,3146.35,63.235195,25.394861,70.72792,44.29359,313.5117,39.248047,75.52975,21.283337,45.34887,332.06027,108.23868,21.439085,140.70296,0.33752668,0.17520049,60.839687,5.241831,15.886729,925.9981,14.261869,1123.5208,133.33133,5.052213,37.533764,577.7001,55.386063,560.98224,222.64929,3792.7903,14.200454,2743.8123,143.90375,6.8020725,8.052619,32.999447,243.26009,296.1485,235.64018,49.14516,34.84363,11.303255,722.1481,101.34493,44.455032,10.060729,497.8086,13.894127,560.4515,5.9722714,36.709717,0.0,762.63245,2076.5151,0.24753165,150.3404,16.564161,12298.271,25.889585,0.84192276,7.897702,20.572823,6.340472,1.9324028,11.415598,286.15662,70.161064,7.8335414,0.642774,2.2476642,114.52058,1.6161385,145.20943,231.00874,1982.9615,393.76132,93.93031,161.25314,421.82526,19.304743,19.718435,308.12012,31.000978,43.289005,11.844881,19.649786,163.60768,14.331407,11.069529,49.680862,13.96248,3783.103,18.71466,21.187836,16.112492,10.350506,215.88571,43.01405,18.141129,6.9063244,7.4948983,13.078818,56.495014,98.34606,30.132761,162.87863,19.573544,4.852624,48.05031,33.63733,65.69504,97.01088,13.808454,2.5832999,10.391886,17.137102,2209.146,12.156149,2.073815,43.904446,12.5265875,133.2771,80.219444,114.25596,4.934638,73.31307,411.01532,316.80203,29.500786,320.47534,56.571056,52.17091,71.85132,52.58551,8.065971,30.211721,495.52856,1.3476338,2.816978,145.052,24.030567,9.213129,16.924278,20.211887,194.88795,64.3737,161.4309,1063.2545,202.636,2045.9489,1782.4169,17.925262,22.258814,2030.8102,23.698915,34.783234,494.347,63.27715,100.55628,45.768047,195.73026,303.45807,458.22543,8.255113,64.61718,271.38806,426.3198,12.754043,107.8488,13.773129,1.6440952,54.705868,1.0958065,1.2357367,4.1455936,12.051684,55.808083,22.17388,19.735214,383.0618,68.37623,40.52823,53.42372,17.444221,66.12869,12.066578,11.070004,14.274127,90.50751,35.48375,21.043764,38.016323,10.597412,27.065342,26.606428,1.4910806,83.19695,13.963342,232.79808,9.014293,356.30017,21.26516,837.4063,173.47072,4.5084977,11.448885,191.1009,257.2446,1068.1694,727.53156 +2023-12-11 00:00:00,0.0,3145.1216,63.202354,25.363503,70.68102,44.27097,313.4276,39.22946,75.48496,21.27897,45.315777,331.87164,108.28895,21.427366,140.53636,0.3375978,0.1757471,60.820488,5.263163,15.904521,925.4253,14.259292,1122.876,133.31494,5.0709276,37.55455,577.3597,55.41439,561.5233,222.71104,3790.8105,14.235286,2743.995,144.17271,6.8230953,8.071532,33.091824,243.23979,296.1277,236.1383,49.129032,34.822018,11.302022,721.71826,101.56476,44.468723,10.055218,497.9145,13.890885,560.52155,5.972124,36.69455,0.0,762.593,2075.8613,0.24754098,150.22107,16.559679,12293.481,25.88921,0.8421936,7.8935485,20.562908,6.3419876,1.9325993,11.409985,286.05646,70.13082,7.827536,0.6427701,2.248514,114.52652,1.6150005,145.19473,230.82259,1982.4436,393.39462,93.9156,161.23119,422.51212,19.342533,19.742477,308.84927,31.04842,43.35708,11.841598,19.649368,163.6595,14.323971,11.067904,49.68456,13.967059,3783.5483,18.713327,21.185484,16.111599,10.348996,215.98924,43.027996,18.153225,6.9071474,7.49293,13.081499,56.49359,98.29862,30.134678,162.91248,19.570942,4.8517776,48.04317,33.622257,65.64753,97.045074,13.822774,2.5814517,10.414816,17.129559,2208.3362,12.1725025,2.0713365,43.862904,12.524361,133.2507,80.23334,114.23594,4.940227,73.340324,410.86,316.6593,29.494192,320.32016,56.623653,52.162075,71.84681,52.66295,8.075364,30.230762,495.51474,1.3508705,2.8225482,145.15964,24.030874,9.212024,16.939093,20.22096,195.00351,64.41089,161.43303,1063.9377,202.43402,2045.2778,1782.1354,17.914677,22.239737,2030.2235,23.698797,34.752686,494.24597,63.232098,100.49355,45.735146,195.58156,303.3857,458.1835,8.249677,64.58074,271.1892,426.22067,12.749306,107.81613,13.767473,1.6439649,54.715202,1.0955867,1.2354405,4.1435585,12.049892,55.760517,22.167952,19.738708,383.51614,68.34677,40.509216,53.39516,17.43825,66.16532,12.067204,11.102473,14.267742,90.4732,35.46037,21.074577,38.03258,10.596774,27.11152,26.632257,1.4905683,83.16134,13.956372,232.77728,9.011188,356.18765,21.267303,837.7542,173.3913,4.5058465,11.447067,191.03131,257.1197,1067.9229,727.8235 +2023-12-11 01:00:00,0.0,3143.8933,63.169518,25.332142,70.63413,44.24835,313.34357,39.210873,75.440186,21.274605,45.28268,331.68304,108.33922,21.415646,140.36977,0.3376689,0.17629372,60.80129,5.2844954,15.922314,924.8524,14.256713,1122.2313,133.29855,5.089642,37.575336,577.0192,55.44272,562.0644,222.77278,3788.831,14.270119,2744.178,144.44168,6.8441186,8.090446,33.184204,243.2195,296.10687,236.63643,49.112904,34.800404,11.30079,721.28845,101.784584,44.48241,10.049706,498.02036,13.887643,560.5917,5.9719763,36.679382,0.0,762.5536,2075.2075,0.24755032,150.10175,16.555195,12288.692,25.888834,0.8424644,7.8893948,20.552994,6.3435035,1.9327959,11.404371,285.9563,70.10058,7.8215313,0.64276624,2.2493634,114.53246,1.6138625,145.18004,230.63643,1981.9257,393.02792,93.90091,161.20923,423.199,19.380322,19.76652,309.57843,31.095861,43.42515,11.838315,19.648954,163.71132,14.316534,11.066279,49.68826,13.97164,3783.994,18.711994,21.183132,16.110708,10.347486,216.09277,43.041943,18.165323,6.9079704,7.4909616,13.084179,56.49217,98.25118,30.136593,162.94632,19.56834,4.850931,48.03603,33.60718,65.60001,97.07928,13.837093,2.5796034,10.437746,17.122013,2207.5264,12.188856,2.068858,43.821358,12.522135,133.22429,80.24722,114.21592,4.945816,73.36758,410.70465,316.51657,29.487598,320.16498,56.676254,52.15324,71.84229,52.74039,8.084756,30.249805,495.50095,1.3541071,2.8281186,145.26727,24.031181,9.210918,16.953905,20.230034,195.11906,64.44807,161.43517,1064.6211,202.23204,2044.6069,1781.854,17.904093,22.22066,2029.637,23.698679,34.72214,494.14493,63.187042,100.43082,45.702244,195.43288,303.31335,458.1416,8.244241,64.5443,270.9904,426.12155,12.744569,107.783455,13.761817,1.6438347,54.724537,1.0953667,1.2351443,4.141524,12.0481,55.71295,22.162024,19.742205,383.9705,68.317314,40.490208,53.3666,17.432278,66.20195,12.067832,11.134942,14.261357,90.43889,35.43699,21.105389,38.048836,10.596136,27.1577,26.658085,1.4900558,83.125725,13.949403,232.75647,9.008081,356.07513,21.269447,838.10205,173.31187,4.503196,11.44525,190.9617,256.99475,1067.6763,728.11536 +2023-12-11 02:00:00,0.0,3142.665,63.136677,25.300781,70.58724,44.225727,313.2595,39.192284,75.3954,21.270237,45.249588,331.49442,108.389496,21.403927,140.20317,0.33774,0.17684032,60.78209,5.3058276,15.940105,924.2796,14.254135,1121.5865,133.28215,5.108356,37.596123,576.67883,55.47105,562.6054,222.83453,3786.8516,14.304951,2744.3608,144.71065,6.865142,8.10936,33.27658,243.1992,296.08603,237.13455,49.096775,34.778793,11.299558,720.8587,102.0044,44.4961,10.044196,498.12622,13.8844,560.6618,5.971829,36.664215,0.0,762.51416,2074.554,0.24755967,149.98242,16.550713,12283.903,25.88846,0.84273523,7.8852406,20.54308,6.345019,1.9329923,11.398759,285.85614,70.070335,7.815526,0.64276236,2.2502131,114.53841,1.6127247,145.16536,230.45027,1981.4077,392.66125,93.88621,161.18727,423.88586,19.418112,19.79056,310.30756,31.143305,43.493225,11.835032,19.648539,163.76314,14.309098,11.064655,49.691956,13.976219,3784.4392,18.71066,21.18078,16.109816,10.345976,216.19629,43.05589,18.17742,6.908793,7.4889927,13.08686,56.49074,98.20374,30.138508,162.98015,19.56574,4.850085,48.028893,33.59211,65.5525,97.11347,13.851414,2.5777555,10.460675,17.114468,2206.7166,12.205211,2.0663793,43.779816,12.519909,133.19789,80.261116,114.1959,4.951405,73.39483,410.54932,316.37387,29.481005,320.00977,56.72885,52.1444,71.837776,52.81783,8.094148,30.268847,495.48712,1.3573438,2.833689,145.37491,24.03149,9.209813,16.968718,20.239107,195.23462,64.48525,161.4373,1065.3044,202.03006,2043.9359,1781.5725,17.893509,22.201582,2029.0503,23.69856,34.691597,494.0439,63.141987,100.36808,45.669342,195.2842,303.24097,458.0997,8.238805,64.50786,270.79153,426.02243,12.739832,107.750786,13.756161,1.6437044,54.73387,1.0951468,1.234848,4.139489,12.046308,55.66539,22.156096,19.745699,384.42484,68.28786,40.4712,53.33804,17.426306,66.23858,12.0684595,11.167411,14.254973,90.40458,35.41361,21.136202,38.06509,10.595497,27.203878,26.683914,1.4895434,83.09011,13.942433,232.73567,9.004976,355.96262,21.271591,838.44995,173.23245,4.5005445,11.443433,190.8921,256.86984,1067.4297,728.4072 +2023-12-11 03:00:00,0.0,3141.4368,63.103836,25.26942,70.540344,44.203106,313.1754,39.1737,75.35062,21.265871,45.216496,331.30582,108.439766,21.392208,140.03658,0.3378111,0.17738694,60.76289,5.32716,15.957897,923.7067,14.251557,1120.9418,133.26576,5.1270704,37.616905,576.3384,55.49938,563.1465,222.89629,3784.872,14.339783,2744.544,144.97963,6.886165,8.128273,33.368958,243.1789,296.06522,237.63266,49.080647,34.75718,11.298325,720.4289,102.22423,44.50979,10.038685,498.23212,13.881159,560.7319,5.9716816,36.649048,0.0,762.47473,2073.9001,0.24756901,149.8631,16.546228,12279.114,25.888084,0.8430061,7.881087,20.533165,6.3465343,1.9331888,11.393146,285.75598,70.0401,7.8095207,0.6427585,2.2510629,114.54435,1.6115867,145.15067,230.26411,1980.8898,392.29456,93.871506,161.16533,424.57275,19.455902,19.814602,311.0367,31.190746,43.5613,11.83175,19.648123,163.81497,14.301662,11.063031,49.695652,13.9808,3784.8845,18.709328,21.178427,16.108925,10.344466,216.29982,43.06984,18.189516,6.909616,7.4870243,13.08954,56.48932,98.1563,30.140423,163.01399,19.563139,4.8492384,48.021755,33.577034,65.50498,97.147675,13.865733,2.5759072,10.483605,17.106922,2205.9067,12.221564,2.0639007,43.738274,12.517683,133.17148,80.275,114.17588,4.9569936,73.42208,410.39398,316.23114,29.474411,319.85458,56.781452,52.135567,71.83327,52.895267,8.103539,30.28789,495.4733,1.3605804,2.8392594,145.48256,24.031797,9.208708,16.983532,20.24818,195.35017,64.52243,161.43944,1065.9877,201.82808,2043.265,1781.2911,17.882923,22.182507,2028.4636,23.69844,34.661053,493.9429,63.096935,100.30534,45.63644,195.1355,303.1686,458.05777,8.233369,64.47141,270.5927,425.9233,12.735095,107.71812,13.7505045,1.6435741,54.743206,1.094927,1.2345518,4.137454,12.044516,55.617825,22.150167,19.749193,384.87918,68.2584,40.45219,53.309475,17.420334,66.2752,12.069086,11.19988,14.248589,90.37027,35.390232,21.167015,38.081345,10.594859,27.250057,26.709743,1.4890311,83.0545,13.935464,232.71487,9.00187,355.8501,21.273733,838.79785,173.15303,4.497894,11.441615,190.8225,256.74493,1067.1831,728.69916 +2023-12-11 04:00:00,0.0,3140.2085,63.071,25.23806,70.493454,44.180485,313.09137,39.15511,75.30583,21.261503,45.1834,331.1172,108.490036,21.380487,139.86998,0.33788222,0.17793356,60.74369,5.348492,15.97569,923.1339,14.248979,1120.297,133.24937,5.145785,37.63769,575.998,55.527706,563.68756,222.95804,3782.8926,14.374616,2744.7268,145.2486,6.907188,8.147186,33.461338,243.1586,296.0444,238.13078,49.064518,34.735565,11.297092,719.9991,102.444046,44.52348,10.033174,498.33795,13.877916,560.802,5.9715343,36.63388,0.0,762.4353,2073.2463,0.24757835,149.74377,16.541746,12274.325,25.887709,0.84327686,7.876933,20.52325,6.34805,1.9333854,11.387532,285.65582,70.00986,7.8035154,0.64275455,2.2519124,114.55029,1.6104487,145.13599,230.07796,1980.3718,391.92786,93.8568,161.14337,425.2596,19.493692,19.838644,311.76587,31.238188,43.62937,11.828467,19.647707,163.86679,14.294226,11.061407,49.69935,13.985379,3785.3298,18.707994,21.176075,16.108032,10.342957,216.40335,43.083786,18.201612,6.910439,7.485056,13.092219,56.487892,98.108864,30.142338,163.04784,19.560537,4.848392,48.014614,33.561962,65.457466,97.18187,13.8800535,2.5740592,10.506535,17.099377,2205.0967,12.237918,2.0614223,43.696728,12.515457,133.14508,80.288895,114.15586,4.9625826,73.449326,410.23865,316.0884,29.467817,319.69937,56.83405,52.126728,71.82875,52.97271,8.112932,30.30693,495.4595,1.3638171,2.8448296,145.5902,24.032104,9.2076025,16.998344,20.257254,195.46573,64.55961,161.44157,1066.671,201.6261,2042.594,1781.0096,17.87234,22.16343,2027.877,23.698322,34.63051,493.8419,63.05188,100.24261,45.60354,194.98682,303.09625,458.01587,8.227934,64.434975,270.39386,425.82422,12.730358,107.68545,13.744848,1.643444,54.75254,1.094707,1.2342554,4.1354194,12.042724,55.57026,22.14424,19.752687,385.3335,68.22894,40.43318,53.280914,17.414364,66.31183,12.069714,11.2323475,14.242205,90.33596,35.36685,21.197828,38.0976,10.59422,27.296236,26.735573,1.4885186,83.01888,13.928494,232.69408,8.998765,355.73758,21.275877,839.14575,173.07361,4.4952426,11.439797,190.7529,256.62,1066.9365,728.991 +2023-12-11 05:00:00,0.0,3138.9802,63.03816,25.2067,70.44656,44.157864,313.0073,39.13652,75.26105,21.257137,45.150307,330.9286,108.540306,21.368769,139.70338,0.33795333,0.17848016,60.72449,5.3698244,15.993482,922.56104,14.246401,1119.6523,133.23299,5.1644993,37.658478,575.6576,55.556038,564.22864,223.01979,3780.9128,14.409448,2744.9097,145.51756,6.928211,8.1661,33.553715,243.1383,296.0236,238.6289,49.048386,34.713955,11.295859,719.5693,102.66387,44.537167,10.027662,498.44382,13.874675,560.8721,5.971387,36.618713,0.0,762.3959,2072.5928,0.2475877,149.62444,16.537262,12269.535,25.887333,0.8435477,7.8727794,20.513336,6.3495655,1.9335818,11.381919,285.55566,69.979614,7.79751,0.6427507,2.252762,114.55624,1.6093109,145.12129,229.8918,1979.8539,391.5612,93.842094,161.12141,425.9465,19.531483,19.862686,312.49503,31.28563,43.697445,11.825185,19.647291,163.91861,14.28679,11.059783,49.70305,13.98996,3785.7751,18.706661,21.173723,16.107141,10.341446,216.50688,43.097733,18.213709,6.9112616,7.4830875,13.0949,56.48647,98.061424,30.144253,163.08168,19.557936,4.8475456,48.007477,33.546886,65.40995,97.21607,13.894373,2.572211,10.529465,17.091831,2204.2869,12.2542715,2.0589437,43.655186,12.51323,133.11867,80.30278,114.13584,4.9681716,73.47658,410.0833,315.9457,29.461224,319.5442,56.886646,52.117893,71.824234,53.050148,8.122324,30.325974,495.44568,1.3670537,2.8504,145.69783,24.032412,9.206497,17.013157,20.266327,195.58128,64.596794,161.44371,1067.3542,201.42412,2041.9231,1780.7283,17.861753,22.144352,2027.2903,23.698204,34.599964,493.74088,63.00683,100.17987,45.570637,194.83812,303.0239,457.97397,8.222498,64.39853,270.19504,425.7251,12.725621,107.65277,13.739191,1.6433136,54.761875,1.0944871,1.2339592,4.133384,12.040932,55.522694,22.138311,19.756182,385.78784,68.199486,40.414173,53.252354,17.408392,66.34846,12.070341,11.264816,14.23582,90.30164,35.34347,21.228642,38.113853,10.593582,27.342415,26.7614,1.4880062,82.98327,13.921525,232.67328,8.995659,355.62506,21.27802,839.49365,172.99419,4.492592,11.437981,190.6833,256.4951,1066.69,729.2829 +2023-12-11 06:00:00,0.0,3137.752,63.00532,25.175339,70.399666,44.135242,312.92325,39.117935,75.21626,21.25277,45.117214,330.73996,108.590576,21.35705,139.5368,0.33802447,0.17902678,60.70529,5.3911567,16.011274,921.98816,14.243823,1119.0076,133.2166,5.1832137,37.67926,575.31714,55.584366,564.7697,223.08154,3778.9333,14.44428,2745.0925,145.78653,6.9492345,8.185013,33.64609,243.11801,296.00275,239.12701,49.032257,34.69234,11.294627,719.1395,102.8837,44.550858,10.022152,498.54968,13.871432,560.9422,5.9712396,36.603546,0.0,762.35645,2071.939,0.24759704,149.50511,16.532778,12264.746,25.886957,0.84381855,7.868625,20.503422,6.3510814,1.9337783,11.376306,285.4555,69.94937,7.791505,0.6427468,2.2536118,114.56219,1.6081729,145.1066,229.70564,1979.3359,391.1945,93.82739,161.09946,426.63336,19.569273,19.886726,313.22415,31.33307,43.76552,11.821902,19.646875,163.97043,14.279354,11.058158,49.706745,13.994539,3786.2205,18.705328,21.171371,16.106249,10.339936,216.6104,43.11168,18.225807,6.9120846,7.481119,13.09758,56.485046,98.013985,30.14617,163.11551,19.555336,4.846699,48.00034,33.531815,65.362434,97.25027,13.908693,2.570363,10.552395,17.084286,2203.477,12.270626,2.0564651,43.61364,12.511004,133.09227,80.316666,114.11582,4.9737606,73.50383,409.92798,315.80298,29.45463,319.389,56.939247,52.109055,71.819725,53.12759,8.131716,30.345015,495.4319,1.3702904,2.8559704,145.80547,24.032719,9.205392,17.027971,20.2754,195.69684,64.63397,161.44585,1068.0375,201.22214,2041.2521,1780.4468,17.85117,22.125275,2026.7037,23.698086,34.56942,493.63983,62.961773,100.11714,45.537735,194.68944,302.95154,457.93207,8.217062,64.36209,269.9962,425.62598,12.720884,107.6201,13.733535,1.6431834,54.77121,1.0942672,1.233663,4.1313496,12.03914,55.475132,22.132383,19.759678,386.2422,68.17003,40.39516,53.22379,17.40242,66.38508,12.070969,11.297285,14.229436,90.267334,35.32009,21.259455,38.130108,10.592943,27.388594,26.78723,1.4874939,82.947655,13.914556,232.65247,8.992554,355.51254,21.280165,839.84155,172.91476,4.489941,11.436163,190.6137,256.37015,1066.4434,729.5748 +2023-12-11 07:00:00,0.0,3136.5234,62.97248,25.143978,70.352776,44.11262,312.83917,39.099346,75.171486,21.248404,45.084118,330.55136,108.64085,21.34533,139.37021,0.33809558,0.17957339,60.686096,5.412489,16.029066,921.41534,14.241244,1118.3628,133.20021,5.201928,37.700047,574.97675,55.612694,565.3108,223.1433,3776.9539,14.479113,2745.2754,146.0555,6.9702573,8.203926,33.738472,243.09772,295.98193,239.62514,49.01613,34.670727,11.293394,718.7097,103.103516,44.564545,10.016641,498.65555,13.86819,561.01227,5.971092,36.588375,0.0,762.317,2071.2852,0.24760637,149.38579,16.528296,12259.957,25.886581,0.8440894,7.8644714,20.493507,6.3525968,1.9339747,11.370692,285.35535,69.91913,7.7855,0.64274293,2.2544613,114.56813,1.6070349,145.09192,229.51949,1978.818,390.8278,93.81268,161.07751,427.32025,19.607063,19.910769,313.9533,31.380512,43.83359,11.81862,19.64646,164.02225,14.271918,11.056534,49.71044,13.99912,3786.6658,18.703993,21.16902,16.105358,10.338427,216.71393,43.125626,18.237904,6.912907,7.479151,13.100261,56.48362,97.966545,30.148085,163.14935,19.552734,4.845853,47.9932,33.51674,65.31492,97.28447,13.923013,2.5685148,10.575324,17.07674,2202.6672,12.28698,2.0539865,43.572098,12.508779,133.06586,80.33056,114.0958,4.9793496,73.53108,409.77264,315.66025,29.448034,319.2338,56.991844,52.10022,71.81521,53.20503,8.141108,30.364058,495.41806,1.373527,2.8615406,145.9131,24.033026,9.204288,17.042784,20.284473,195.8124,64.67115,161.448,1068.7208,201.02016,2040.5812,1780.1654,17.840584,22.106197,2026.1171,23.697968,34.538876,493.53882,62.91672,100.054405,45.504833,194.54076,302.87918,457.89014,8.211626,64.325645,269.79736,425.52686,12.716147,107.58743,13.727879,1.643053,54.780544,1.0940473,1.2333667,4.1293144,12.037348,55.427567,22.126453,19.763172,386.69653,68.140564,40.376152,53.19523,17.396448,66.42171,12.071595,11.329754,14.223051,90.233025,35.296715,21.290268,38.146362,10.592305,27.434772,26.813059,1.4869814,82.91205,13.907586,232.63167,8.989448,355.40005,21.282309,840.18945,172.83534,4.48729,11.434345,190.5441,256.24524,1066.1968,729.8667 +2023-12-11 08:00:00,0.0,3135.2952,62.93964,25.112617,70.305885,44.09,312.75513,39.080757,75.1267,21.244036,45.051025,330.36273,108.691124,21.33361,139.20361,0.33816668,0.18012,60.666897,5.4338217,16.046858,920.84247,14.238667,1117.718,133.1838,5.220642,37.720833,574.63635,55.641026,565.85187,223.20505,3774.9744,14.513945,2745.4585,146.32446,6.9912806,8.222839,33.83085,243.07741,295.96112,240.12326,49.0,34.649117,11.292162,718.2799,103.32334,44.578236,10.011129,498.7614,13.864948,561.0824,5.970945,36.573208,0.0,762.2776,2070.6316,0.24761571,149.26646,16.523811,12255.168,25.886208,0.8443602,7.8603177,20.483591,6.354112,1.9341713,11.36508,285.2552,69.888885,7.779495,0.64273906,2.255311,114.57407,1.6058971,145.07722,229.33333,1978.3,390.46112,93.79798,161.05556,428.0071,19.644854,19.93481,314.68246,31.427954,43.901665,11.815337,19.646044,164.07408,14.264482,11.05491,49.71414,14.003699,3787.111,18.70266,21.166666,16.104465,10.336917,216.81746,43.139572,18.25,6.91373,7.477182,13.102941,56.482197,97.919106,30.15,163.1832,19.550133,4.8450065,47.98606,33.501663,65.26741,97.318665,13.937333,2.5666666,10.598254,17.069195,2201.8572,12.303333,2.051508,43.530556,12.506553,133.03946,80.344444,114.07578,4.984938,73.558334,409.6173,315.51755,29.44144,319.0786,57.044445,52.09138,71.81069,53.282467,8.1505,30.383099,495.40424,1.3767637,2.867111,146.02075,24.033333,9.203182,17.057596,20.293547,195.92795,64.708336,161.45013,1069.404,200.81818,2039.9102,1779.8839,17.83,22.087122,2025.5304,23.697847,34.50833,493.4378,62.871666,99.99167,45.47193,194.39206,302.80682,457.84824,8.20619,64.28921,269.5985,425.42776,12.7114105,107.55476,13.722222,1.6429229,54.78988,1.0938275,1.2330705,4.1272798,12.035555,55.38,22.120525,19.766666,387.15085,68.11111,40.357143,53.166668,17.390476,66.458336,12.072223,11.362223,14.216667,90.198715,35.273335,21.321081,38.162617,10.591666,27.480951,26.838888,1.486469,82.876434,13.900617,232.61087,8.986341,355.28754,21.28445,840.53735,172.75592,4.484639,11.4325285,190.47449,256.1203,1065.9502,730.15857 +2023-12-11 09:00:00,0.0,3134.067,62.906803,25.081259,70.25899,44.06738,312.67105,39.062172,75.08192,21.23967,45.01793,330.17413,108.741394,21.321892,139.03702,0.3382378,0.18066661,60.647697,5.455154,16.06465,920.26965,14.236089,1117.0732,133.16742,5.2393565,37.741615,574.2959,55.669353,566.39294,223.2668,3772.9946,14.548777,2745.6414,146.59343,7.012304,8.241753,33.923225,243.05711,295.94028,240.62137,48.98387,34.627502,11.29093,717.85016,103.54316,44.591927,10.005619,498.8673,13.861706,561.1525,5.9707975,36.55804,0.0,762.23816,2069.9778,0.24762505,149.14714,16.51933,12250.378,25.885832,0.844631,7.8561635,20.473677,6.355628,1.9343678,11.359467,285.15503,69.85864,7.7734895,0.6427352,2.2561607,114.58002,1.6047591,145.06253,229.14717,1977.7821,390.09442,93.78328,161.0336,428.694,19.682644,19.95885,315.4116,31.475395,43.969738,11.812055,19.645628,164.1259,14.257046,11.053286,49.71784,14.00828,3787.5564,18.701326,21.164314,16.103575,10.335406,216.92097,43.15352,18.262096,6.914553,7.4752135,13.105621,56.480774,97.871666,30.151915,163.21704,19.547533,4.84416,47.978924,33.48659,65.219894,97.35287,13.951653,2.5648186,10.621184,17.06165,2201.0474,12.319687,2.0490296,43.48901,12.504326,133.01305,80.35834,114.05576,4.990527,73.58559,409.46198,315.37482,29.434847,318.92343,57.097042,52.082546,71.80618,53.35991,8.159892,30.40214,495.39044,1.3800004,2.8726814,146.12839,24.03364,9.202077,17.07241,20.30262,196.0435,64.745514,161.45227,1070.0874,200.6162,2039.2393,1779.6024,17.819416,22.068045,2024.9437,23.69773,34.477787,493.3368,62.82661,99.92893,45.43903,194.24338,302.73447,457.80634,8.200754,64.25277,269.3997,425.32864,12.706674,107.52209,13.716566,1.6427926,54.799213,1.0936075,1.2327743,4.125245,12.033763,55.332436,22.114597,19.77016,387.6052,68.08165,40.338135,53.138103,17.384506,66.49496,12.07285,11.394691,14.210282,90.164406,35.249954,21.351894,38.17887,10.591028,27.52713,26.864716,1.4859567,82.84082,13.893647,232.59007,8.983236,355.17502,21.286594,840.88525,172.6765,4.481988,11.430711,190.40489,255.99539,1065.7036,730.4505 +2023-12-11 10:00:00,0.0,3132.8386,62.873962,25.049898,70.2121,44.044758,312.587,39.043583,75.03713,21.235302,44.984837,329.9855,108.791664,21.310173,138.87042,0.3383089,0.18121323,60.628498,5.476486,16.082441,919.6968,14.23351,1116.4286,133.15103,5.258071,37.7624,573.9555,55.69768,566.93396,223.32854,3771.0151,14.58361,2745.8242,146.8624,7.0333266,8.260666,34.015602,243.03682,295.91946,241.11949,48.967743,34.605892,11.289697,717.42035,103.762985,44.605614,10.000108,498.97314,13.858463,561.2226,5.9706497,36.542873,0.0,762.1987,2069.3242,0.2476344,149.02782,16.514845,12245.589,25.885456,0.84490186,7.85201,20.463762,6.3571434,1.9345642,11.353853,285.05487,69.8284,7.767484,0.6427313,2.2570102,114.58596,1.6036211,145.04785,228.96103,1977.2642,389.72772,93.76857,161.01166,429.38086,19.720434,19.982893,316.14075,31.522839,44.03781,11.808772,19.645212,164.17772,14.24961,11.0516615,49.721535,14.012859,3788.002,18.699993,21.161963,16.102682,10.333897,217.0245,43.16747,18.274193,6.9153757,7.473245,13.108301,56.479347,97.82423,30.15383,163.25089,19.544931,4.8433137,47.971783,33.471516,65.17238,97.38706,13.965973,2.5629704,10.644114,17.054106,2200.2375,12.3360405,2.046551,43.447468,12.5021,132.98665,80.37222,114.03574,4.996116,73.61284,409.30664,315.23212,29.428253,318.76822,57.14964,52.073708,71.80167,53.437347,8.169284,30.421183,495.37662,1.383237,2.8782516,146.23602,24.033947,9.200972,17.087223,20.311693,196.15906,64.78269,161.4544,1070.7708,200.41422,2038.5682,1779.321,17.80883,22.048967,2024.357,23.69761,34.447243,493.23578,62.78156,99.866196,45.406128,194.09468,302.66208,457.7644,8.195318,64.216324,269.20084,425.22952,12.701937,107.48942,13.71091,1.6426623,54.808548,1.0933876,1.232478,4.12321,12.031971,55.284874,22.10867,19.773655,388.05954,68.05219,40.319126,53.109543,17.378534,66.531586,12.073477,11.42716,14.203898,90.1301,35.226574,21.382706,38.19513,10.590389,27.573309,26.890545,1.4854442,82.80521,13.886679,232.56927,8.98013,355.0625,21.288738,841.23315,172.59708,4.479337,11.428893,190.3353,255.87047,1065.457,730.7424 +2023-12-11 11:00:00,0.0,3131.6104,62.84112,25.018538,70.16521,44.022137,312.50293,39.024994,74.99235,21.230936,44.951744,329.7969,108.841934,21.298452,138.70383,0.33838,0.18175985,60.6093,5.4978185,16.100235,919.12396,14.230932,1115.7838,133.13464,5.2767854,37.783188,573.61505,55.726013,567.47504,223.39029,3769.0356,14.618442,2746.007,147.13136,7.05435,8.279579,34.10798,243.01653,295.89865,241.61761,48.951614,34.58428,11.288465,716.99054,103.9828,44.619305,9.9945965,499.07904,13.855222,561.2927,5.9705024,36.527706,0.0,762.15924,2068.6704,0.24764374,148.9085,16.510363,12240.8,25.88508,0.84517264,7.847856,20.453848,6.3586593,1.9347607,11.34824,284.9547,69.798164,7.761479,0.64272743,2.25786,114.5919,1.6024833,145.03316,228.77487,1976.7462,389.36102,93.75387,160.9897,430.06775,19.758224,20.006935,316.8699,31.57028,44.105885,11.80549,19.644796,164.22954,14.242174,11.050036,49.725235,14.01744,3788.4473,18.69866,21.15961,16.101791,10.332387,217.12804,43.181416,18.286291,6.9161987,7.4712768,13.110982,56.477924,97.77679,30.155746,163.28471,19.54233,4.8424673,47.964645,33.456444,65.12486,97.421265,13.980292,2.5611224,10.667044,17.04656,2199.4277,12.352395,2.0440724,43.405926,12.499874,132.96024,80.386116,114.015724,5.001705,73.64009,409.1513,315.0894,29.42166,318.61304,57.20224,52.064873,71.79715,53.514786,8.178676,30.440224,495.3628,1.3864737,2.883822,146.34366,24.034254,9.199866,17.102036,20.320766,196.27463,64.81988,161.45654,1071.454,200.21223,2037.8973,1779.0396,17.798246,22.02989,2023.7705,23.697493,34.4167,493.13474,62.736504,99.80347,45.373226,193.946,302.58972,457.7225,8.189882,64.179886,269.002,425.1304,12.6972,107.45675,13.705254,1.6425321,54.817883,1.0931678,1.2321818,4.1211753,12.030179,55.23731,22.102741,19.777151,388.5139,68.022736,40.300117,53.080982,17.372562,66.568214,12.074104,11.459628,14.197514,90.09579,35.203197,21.413519,38.211384,10.589751,27.61949,26.916374,1.4849318,82.76959,13.879709,232.54846,8.977025,354.94998,21.290882,841.58105,172.51765,4.4766865,11.427076,190.26569,255.74554,1065.2106,731.03424 +2023-12-11 12:00:00,0.0,3130.382,62.808285,24.987177,70.11831,43.99952,312.41885,39.00641,74.94757,21.22657,44.918648,329.60828,108.892204,21.286734,138.53723,0.33845112,0.18230645,60.5901,5.5191507,16.118027,918.5511,14.228354,1115.139,133.11826,5.2955,37.80397,573.27466,55.75434,568.0161,223.45204,3767.0562,14.653274,2746.19,147.40033,7.075373,8.298492,34.20036,242.99623,295.8778,242.11572,48.935482,34.562664,11.287231,716.5608,104.20263,44.63299,9.989086,499.18488,13.851979,561.3628,5.970355,36.51254,0.0,762.1198,2068.0166,0.24765308,148.78915,16.505878,12236.011,25.884705,0.8454435,7.8437023,20.443933,6.3601747,1.9349573,11.342627,284.85455,69.76792,7.7554736,0.64272356,2.2587097,114.59785,1.6013453,145.01846,228.58871,1976.2283,388.99435,93.73917,160.96774,430.7546,19.796015,20.030975,317.59903,31.617722,44.173958,11.802207,19.64438,164.28136,14.234737,11.048412,49.72893,14.022019,3788.8926,18.697327,21.157259,16.100899,10.330877,217.23157,43.195362,18.298388,6.9170213,7.4693084,13.113662,56.4765,97.72934,30.157661,163.31856,19.539728,4.841621,47.957508,33.44137,65.07735,97.45546,13.994613,2.5592742,10.689974,17.039015,2198.6177,12.368749,2.0415938,43.36438,12.497648,132.93384,80.4,113.995705,5.0072937,73.66734,408.99597,314.94666,29.415066,318.45786,57.254837,52.056034,71.79264,53.592228,8.188068,30.459267,495.349,1.3897103,2.8893924,146.45131,24.034561,9.198761,17.11685,20.329838,196.39018,64.857056,161.45868,1072.1372,200.01025,2037.2263,1778.7582,17.78766,22.010815,2023.1838,23.697372,34.386154,493.03372,62.691452,99.74073,45.340324,193.79732,302.51736,457.6806,8.184446,64.14344,268.80316,425.0313,12.692463,107.42408,13.699596,1.6424018,54.827217,1.0929478,1.2318856,4.11914,12.028387,55.189743,22.096813,19.780645,388.9682,67.99328,40.28111,53.052418,17.36659,66.604836,12.074732,11.492097,14.19113,90.06147,35.179817,21.444332,38.22764,10.589113,27.665668,26.942204,1.4844195,82.73398,13.87274,232.52766,8.973919,354.83746,21.293024,841.92896,172.43823,4.4740353,11.425259,190.19609,255.62064,1064.964,731.3262 +2023-12-11 13:00:00,0.0,3129.1538,62.775444,24.955816,70.07142,43.9769,312.3348,38.98782,74.90279,21.222202,44.885555,329.41968,108.94248,21.275015,138.37065,0.33852223,0.18285307,60.5709,5.540483,16.135818,917.9782,14.225776,1114.4943,133.10187,5.314214,37.824757,572.93427,55.78267,568.5572,223.5138,3765.0767,14.688107,2746.373,147.6693,7.096396,8.317406,34.292736,242.97592,295.857,242.61385,48.919353,34.541054,11.285999,716.131,104.422455,44.646683,9.983575,499.29077,13.848737,561.4329,5.9702077,36.49737,0.0,762.08044,2067.363,0.24766243,148.66983,16.501394,12231.222,25.88433,0.84571433,7.839548,20.434017,6.36169,1.9351537,11.337014,284.7544,69.73768,7.7494683,0.6427196,2.2595592,114.60379,1.6002073,145.00378,228.40256,1975.7103,388.62766,93.72446,160.94579,431.4415,19.833805,20.055017,318.3282,31.665163,44.24203,11.798924,19.643965,164.33319,14.227302,11.046788,49.732628,14.0266,3789.338,18.695993,21.154905,16.100008,10.329367,217.33508,43.20931,18.310484,6.9178443,7.4673395,13.116343,56.475075,97.6819,30.159576,163.3524,19.537128,4.8407745,47.950367,33.426296,65.02983,97.48966,14.008932,2.5574262,10.712903,17.03147,2197.8079,12.385102,2.0391152,43.322838,12.495422,132.90742,80.413895,113.975685,5.0128827,73.69459,408.84064,314.80396,29.408472,318.30264,57.307438,52.0472,71.788124,53.669666,8.19746,30.478308,495.33517,1.392947,2.8949625,146.55894,24.034868,9.197656,17.131662,20.338911,196.50574,64.89423,161.46082,1072.8206,199.80829,2036.5554,1778.4767,17.777077,21.991737,2022.5972,23.697254,34.35561,492.9327,62.646397,99.67799,45.307423,193.64862,302.445,457.6387,8.17901,64.107,268.60434,424.9322,12.687726,107.3914,13.69394,1.6422715,54.83655,1.0927279,1.2315892,4.1171055,12.026594,55.142178,22.090885,19.78414,389.42255,67.96382,40.262096,53.023857,17.360619,66.641464,12.075359,11.524566,14.184745,90.02716,35.156437,21.475145,38.243893,10.588474,27.711847,26.96803,1.483907,82.698364,13.86577,232.50687,8.970814,354.72495,21.295168,842.27686,172.35881,4.4713845,11.423441,190.12648,255.49571,1064.7174,731.61804 +2023-12-11 14:00:00,0.0,3127.9253,62.742607,24.924456,70.02453,43.954277,312.25073,38.96923,74.858,21.217836,44.852463,329.23105,108.99275,21.263294,138.20406,0.33859333,0.18339968,60.5517,5.5618153,16.15361,917.4054,14.223198,1113.8495,133.08548,5.3329287,37.845543,572.5938,55.811,569.09827,223.57555,3763.097,14.722939,2746.556,147.93826,7.1174192,8.336319,34.385117,242.95563,295.83618,243.11197,48.903225,34.51944,11.284766,715.7012,104.64227,44.66037,9.978064,499.3966,13.845495,561.503,5.9700603,36.482204,0.0,762.041,2066.7092,0.24767177,148.5505,16.496912,12226.432,25.883955,0.8459852,7.8353944,20.424105,6.363206,1.9353502,11.331401,284.65424,69.707436,7.7434635,0.64271575,2.2604089,114.60973,1.5990695,144.98909,228.2164,1975.1924,388.26096,93.709755,160.92384,432.12836,19.871595,20.07906,319.05734,31.712605,44.31011,11.795642,19.643549,164.38501,14.219866,11.045164,49.736324,14.031179,3789.7832,18.69466,21.152554,16.099115,10.327857,217.43861,43.223255,18.32258,6.9186673,7.465371,13.119022,56.47365,97.63446,30.161491,163.38625,19.534527,4.839928,47.94323,33.41122,64.982315,97.52386,14.0232525,2.555578,10.735833,17.023924,2196.998,12.401456,2.0366366,43.281292,12.493196,132.88101,80.42778,113.955666,5.0184717,73.72184,408.6853,314.66122,29.401878,318.14746,57.360035,52.038364,71.78361,53.74711,8.206852,30.49735,495.32138,1.3961836,2.900533,146.66658,24.035175,9.19655,17.146475,20.347984,196.62129,64.93142,161.46295,1073.5038,199.60631,2035.8844,1778.1953,17.76649,21.97266,2022.0105,23.697136,34.325066,492.8317,62.601345,99.61526,45.27452,193.49994,302.37265,457.59677,8.173574,64.07056,268.4055,424.83307,12.682989,107.358734,13.688284,1.6421412,54.845886,1.0925081,1.231293,4.1150703,12.024802,55.094616,22.084957,19.787634,389.8769,67.934364,40.243088,52.995296,17.354647,66.67809,12.075986,11.5570345,14.17836,89.99285,35.133057,21.505959,38.260147,10.587836,27.758026,26.99386,1.4833946,82.66275,13.858801,232.48607,8.967708,354.61243,21.297312,842.62476,172.27939,4.4687333,11.421624,190.05688,255.37079,1064.4708,731.9099 +2023-12-11 15:00:00,0.0,3126.697,62.709766,24.893095,69.97763,43.931656,312.1667,38.950645,74.81322,21.213469,44.819366,329.04245,109.04302,21.251575,138.03746,0.33866444,0.1839463,60.5325,5.5831475,16.171402,916.8325,14.22062,1113.2048,133.06908,5.3516426,37.86633,572.2534,55.83933,569.63934,223.6373,3761.1174,14.757771,2746.7388,148.20723,7.1384425,8.355232,34.477493,242.93533,295.81537,243.61008,48.887096,34.497826,11.283534,715.27136,104.8621,44.67406,9.972552,499.5025,13.842253,561.5731,5.969913,36.467033,0.0,762.0015,2066.0554,0.2476811,148.43118,16.492428,12221.643,25.88358,0.84625596,7.8312407,20.414188,6.3647213,1.9355468,11.325788,284.55408,69.67719,7.737458,0.6427119,2.2612586,114.61568,1.5979315,144.97441,228.03024,1974.6744,387.8943,93.69505,160.90189,432.81525,19.909386,20.103102,319.7865,31.760046,44.37818,11.792359,19.643135,164.43683,14.212429,11.04354,49.740025,14.03576,3790.2285,18.693327,21.150202,16.098225,10.326347,217.54214,43.2372,18.334677,6.91949,7.4634027,13.121703,56.472225,97.58702,30.163406,163.42007,19.531925,4.839082,47.936092,33.39615,64.9348,97.55806,14.037572,2.55373,10.758762,17.016378,2196.1882,12.41781,2.0341582,43.23975,12.49097,132.85461,80.441666,113.93564,5.0240607,73.74909,408.52997,314.5185,29.395285,317.99225,57.412632,52.029526,71.7791,53.824547,8.216244,30.516392,495.30756,1.3994203,2.9061034,146.77422,24.035484,9.195445,17.16129,20.357058,196.73685,64.9686,161.46509,1074.187,199.40433,2035.2135,1777.9138,17.755907,21.953583,2021.4238,23.697018,34.29452,492.73068,62.55629,99.55252,45.24162,193.35124,302.3003,457.55487,8.1681385,64.03412,268.20667,424.73395,12.678252,107.326065,13.682628,1.642011,54.85522,1.0922881,1.2309967,4.1130357,12.02301,55.04705,22.07903,19.791128,390.33124,67.90491,40.22408,52.966732,17.348677,66.714714,12.076613,11.589503,14.171976,89.95854,35.109676,21.536772,38.2764,10.587197,27.804205,27.01969,1.4828823,82.62714,13.851831,232.46527,8.964602,354.4999,21.299456,842.97266,172.19997,4.4660826,11.4198065,189.98729,255.24586,1064.2242,732.20184 +2023-12-11 16:00:00,0.0,3125.4688,62.676926,24.861734,69.93074,43.909035,312.0826,38.932056,74.76843,21.209103,44.786274,328.85382,109.09329,21.239857,137.87086,0.33873555,0.1844929,60.5133,5.60448,16.189194,916.2597,14.218041,1112.56,133.05269,5.370357,37.88711,571.91296,55.867657,570.1804,223.69905,3759.138,14.7926035,2746.9216,148.4762,7.159466,8.374146,34.56987,242.91504,295.79453,244.1082,48.870968,34.476215,11.282302,714.8416,105.08192,44.687748,9.967042,499.60837,13.839011,561.64325,5.9697657,36.451866,0.0,761.9621,2065.4019,0.24769044,148.31186,16.487946,12216.854,25.883204,0.8465268,7.8270864,20.404274,6.3662367,1.9357432,11.320174,284.45392,69.64695,7.731453,0.642708,2.262108,114.62162,1.5967935,144.95972,227.84409,1974.1565,387.5276,93.68035,160.87993,433.5021,19.947176,20.127142,320.51562,31.807487,44.446255,11.789077,19.64272,164.48865,14.204993,11.041915,49.74372,14.040339,3790.6738,18.691992,21.14785,16.097332,10.324838,217.64566,43.251152,18.346775,6.920313,7.4614344,13.124383,56.470802,97.53958,30.165321,163.45392,19.529325,4.8382354,47.92895,33.381073,64.88728,97.59226,14.051892,2.5518818,10.7816925,17.008833,2195.3782,12.434164,2.0316796,43.198208,12.488744,132.8282,80.45556,113.91562,5.0296497,73.776344,408.37463,314.3758,29.38869,317.83707,57.465233,52.02069,71.77458,53.901985,8.2256365,30.535435,495.29373,1.4026569,2.9116738,146.88185,24.035791,9.194341,17.176102,20.36613,196.8524,65.00578,161.46724,1074.8704,199.20235,2034.5425,1777.6324,17.745323,21.934507,2020.8373,23.6969,34.263977,492.62964,62.511234,99.489784,45.208717,193.20256,302.22794,457.51297,8.162703,63.997677,268.0078,424.63486,12.673515,107.293396,13.676971,1.6418808,54.864555,1.0920682,1.2307005,4.111001,12.021218,54.999485,22.0731,19.794624,390.78555,67.87545,40.20507,52.93817,17.342705,66.75134,12.077241,11.621972,14.165591,89.92423,35.0863,21.567585,38.292656,10.586559,27.850384,27.045519,1.4823698,82.59153,13.844862,232.44446,8.961496,354.38742,21.3016,843.32056,172.12054,4.463432,11.417989,189.91768,255.12094,1063.9777,732.4937 +2023-12-11 17:00:00,0.0,3124.2405,62.64409,24.830376,69.88385,43.886414,311.99857,38.913467,74.72365,21.204735,44.753178,328.66522,109.14356,21.228138,137.70427,0.33880666,0.18503952,60.494106,5.625812,16.206987,915.6868,14.215464,1111.9153,133.0363,5.3890715,37.907898,571.5726,55.89599,570.7215,223.7608,3757.1584,14.8274355,2747.1045,148.74516,7.1804886,8.39306,34.662247,242.89474,295.7737,244.60632,48.85484,34.4546,11.281069,714.4118,105.30174,44.70144,9.961531,499.71423,13.835769,561.7133,5.9696183,36.4367,0.0,761.92267,2064.748,0.24769978,148.19254,16.483461,12212.064,25.882828,0.84679765,7.8229327,20.39436,6.3677526,1.9359397,11.314561,284.35376,69.61671,7.7254477,0.6427041,2.2629578,114.62756,1.5956557,144.94502,227.65793,1973.6385,387.1609,93.66565,160.85797,434.189,19.984966,20.151184,321.24478,31.85493,44.514328,11.785793,19.642302,164.54048,14.197557,11.040291,49.747417,14.04492,3791.1191,18.690659,21.145496,16.096441,10.323327,217.74919,43.2651,18.358871,6.921136,7.459466,13.127063,56.46938,97.49214,30.167238,163.48776,19.526724,4.837389,47.921814,33.366,64.839775,97.62646,14.066212,2.5500336,10.804623,17.001287,2194.5684,12.450518,2.029201,43.156662,12.486518,132.8018,80.469444,113.8956,5.0352383,73.8036,408.2193,314.23306,29.382095,317.6819,57.51783,52.011852,71.770065,53.979427,8.235028,30.554476,495.27994,1.4058936,2.917244,146.9895,24.036098,9.193235,17.190914,20.375204,196.96796,65.04296,161.46938,1075.5537,199.00037,2033.8716,1777.351,17.734737,21.91543,2020.2506,23.69678,34.233433,492.52863,62.466183,99.427055,45.175816,193.05386,302.15558,457.47104,8.157268,63.961235,267.809,424.53574,12.668778,107.26073,13.671315,1.6417505,54.87389,1.0918484,1.2304043,4.108966,12.019426,54.95192,22.067171,19.798119,391.2399,67.845985,40.18606,52.90961,17.336733,66.78797,12.0778675,11.65444,14.159207,89.88992,35.06292,21.598398,38.30891,10.58592,27.896563,27.071346,1.4818574,82.555916,13.837893,232.42366,8.958391,354.2749,21.303741,843.66846,172.04112,4.4607806,11.416172,189.84808,254.99602,1063.7311,732.7856 +2023-12-11 18:00:00,0.0,3123.0122,62.611248,24.799015,69.83695,43.863792,311.9145,38.894882,74.67887,21.200369,44.720085,328.4766,109.19384,21.216417,137.53767,0.33887777,0.18558614,60.474907,5.6471443,16.22478,915.114,14.212886,1111.2705,133.01991,5.407786,37.928684,571.2322,55.924316,571.2625,223.82256,3755.179,14.8622675,2747.2876,149.01413,7.201512,8.411973,34.754627,242.87444,295.7529,245.10445,48.83871,34.432987,11.279837,713.982,105.52156,44.715126,9.956019,499.8201,13.832526,561.78345,5.969471,36.42153,0.0,761.88324,2064.0942,0.24770913,148.0732,16.47898,12207.274,25.882452,0.8470685,7.818779,20.384445,6.369268,1.9361361,11.308948,284.2536,69.586464,7.7194424,0.64270025,2.2638073,114.63351,1.5945177,144.93034,227.47177,1973.1206,386.79422,93.65094,160.83603,434.87585,20.022757,20.175226,321.97394,31.902372,44.5824,11.782511,19.641888,164.5923,14.190122,11.038667,49.751118,14.0494995,3791.5645,18.689325,21.143145,16.095549,10.321817,217.85272,43.279045,18.370968,6.9219584,7.457497,13.129744,56.467953,97.4447,30.169153,163.5216,19.524122,4.8365426,47.914677,33.350925,64.79226,97.66066,14.080532,2.5481856,10.827552,16.993742,2193.7585,12.466871,2.0267224,43.11512,12.484291,132.77539,80.48334,113.87558,5.0408273,73.83085,408.06396,314.09033,29.375502,317.52667,57.57043,52.003017,71.76556,54.056866,8.24442,30.573519,495.2661,1.4091302,2.9228144,147.09714,24.036406,9.19213,17.205729,20.384277,197.08351,65.08014,161.47151,1076.2369,198.79839,2033.2007,1777.0696,17.724154,21.896353,2019.664,23.696661,34.20289,492.4276,62.421127,99.36432,45.142914,192.90518,302.0832,457.42914,8.151832,63.924793,267.61014,424.4366,12.6640415,107.22805,13.665659,1.6416202,54.883224,1.0916284,1.230108,4.106931,12.017634,54.904358,22.061243,19.801613,391.69424,67.81653,40.167053,52.88105,17.330761,66.8246,12.078495,11.686909,14.1528225,89.85561,35.03954,21.629211,38.325165,10.585282,27.942741,27.097176,1.481345,82.5203,13.830923,232.40286,8.955285,354.16238,21.305885,844.01636,171.9617,4.45813,11.414354,189.77847,254.87111,1063.4845,733.0775 +2023-12-11 19:00:00,0.0,3121.784,62.578407,24.767654,69.79006,43.84117,311.83044,38.876293,74.63409,21.196001,44.686993,328.288,109.24411,21.204699,137.37108,0.33894888,0.18613274,60.455708,5.6684766,16.24257,914.54114,14.210307,1110.6259,133.00352,5.4265003,37.949467,570.8917,55.952644,571.8036,223.8843,3753.1992,14.8971,2747.4705,149.2831,7.222535,8.430886,34.847004,242.85414,295.73206,245.60255,48.822582,34.411377,11.278604,713.55225,105.74139,44.728817,9.950509,499.92596,13.829285,561.8535,5.969323,36.406364,0.0,761.84375,2063.4407,0.24771847,147.95387,16.474495,12202.485,25.882078,0.8473393,7.8146253,20.37453,6.370784,1.9363327,11.303335,284.15344,69.55623,7.713437,0.6426964,2.264657,114.63945,1.5933797,144.91565,227.28561,1972.6027,386.42752,93.63624,160.81407,435.56274,20.060547,20.199266,322.70306,31.949814,44.650475,11.779228,19.641472,164.64412,14.182685,11.037043,49.754814,14.05408,3792.01,18.687992,21.140793,16.094658,10.320308,217.95625,43.29299,18.383064,6.9227815,7.4555287,13.132423,56.46653,97.39726,30.171068,163.55544,19.52152,4.835696,47.907536,33.335854,64.74474,97.694855,14.0948515,2.5463374,10.850482,16.986197,2192.9487,12.483225,2.0242438,43.073578,12.482065,132.749,80.49722,113.85556,5.0464163,73.8581,407.90863,313.94763,29.368908,317.3715,57.623028,51.99418,71.76104,54.134304,8.253813,30.59256,495.25232,1.4123669,2.9283848,147.20477,24.036713,9.191025,17.220541,20.39335,197.19907,65.117325,161.47365,1076.9202,198.5964,2032.5297,1776.7881,17.713568,21.877275,2019.0773,23.696543,34.172344,492.3266,62.376076,99.30158,45.110012,192.7565,302.01083,457.38724,8.146396,63.88835,267.41132,424.3375,12.659305,107.19538,13.660003,1.64149,54.89256,1.0914085,1.2298118,4.104896,12.0158415,54.856792,22.055315,19.805107,392.1486,67.78707,40.14804,52.852486,17.32479,66.86122,12.079123,11.7193775,14.146439,89.821304,35.01616,21.660023,38.34142,10.584643,27.98892,27.123005,1.4808327,82.48469,13.823954,232.38206,8.95218,354.04987,21.30803,844.36426,171.88228,4.4554787,11.412537,189.70888,254.74619,1063.2379,733.3694 +2023-12-11 20:00:00,0.0,3120.5557,62.54557,24.736294,69.74317,43.81855,311.74637,38.857708,74.5893,21.191635,44.653896,328.09937,109.29438,21.19298,137.2045,0.33902,0.18667936,60.43651,5.689809,16.260363,913.9683,14.207729,1109.9811,132.98714,5.4452147,37.970253,570.55133,55.980976,572.34467,223.94604,3751.2197,14.931932,2747.6533,149.55206,7.243558,8.4498,34.93938,242.83385,295.71124,246.10068,48.80645,34.389763,11.277371,713.12244,105.96121,44.742508,9.944998,500.0318,13.826042,561.92365,5.969176,36.391197,0.0,761.8043,2062.7869,0.24772781,147.83455,16.47001,12197.696,25.881702,0.8476101,7.810471,20.364616,6.372299,1.9365292,11.297722,284.05328,69.525986,7.7074323,0.6426925,2.2655067,114.6454,1.5922419,144.90096,227.09946,1972.0847,386.06082,93.62154,160.79211,436.2496,20.098337,20.223309,323.43222,31.997255,44.718548,11.775946,19.641054,164.69594,14.175249,11.0354185,49.75851,14.05866,3792.4553,18.686659,21.138441,16.093765,10.318798,218.05977,43.30694,18.39516,6.923604,7.4535604,13.135104,56.465107,97.34982,30.172983,163.58928,19.51892,4.83485,47.9004,33.320778,64.69723,97.72906,14.109172,2.5444894,10.873412,16.978653,2192.1387,12.499579,2.0217652,43.032032,12.479839,132.72258,80.511116,113.83554,5.0520053,73.88535,407.7533,313.8049,29.362314,317.2163,57.675625,51.985344,71.75652,54.211746,8.263205,30.6116,495.2385,1.4156035,2.933955,147.31241,24.03702,9.189919,17.235353,20.402424,197.31462,65.1545,161.47578,1077.6035,198.39442,2031.8588,1776.5067,17.702984,21.858198,2018.4906,23.696424,34.1418,492.2256,62.33102,99.238846,45.07711,192.6078,301.93848,457.34534,8.14096,63.85191,267.21246,424.2384,12.654568,107.16271,13.654346,1.6413597,54.901894,1.0911887,1.2295156,4.1028614,12.01405,54.809227,22.049387,19.808601,392.6029,67.757614,40.129032,52.823925,17.318817,66.89785,12.07975,11.751846,14.140054,89.78699,34.992783,21.690836,38.357677,10.584005,28.035099,27.148834,1.4803202,82.44907,13.816984,232.36127,8.949074,353.93735,21.310173,844.71216,171.80286,4.452828,11.41072,189.63928,254.62126,1062.9913,733.66125 +2023-12-11 21:00:00,0.0,3119.3274,62.51273,24.704933,69.69627,43.79593,311.6623,38.83912,74.54452,21.187267,44.620804,327.91077,109.34465,21.18126,137.0379,0.33909112,0.18722597,60.41731,5.711141,16.278154,913.39545,14.205152,1109.3363,132.97075,5.463929,37.99104,570.2109,56.009304,572.88574,224.0078,3749.2402,14.966764,2747.8362,149.82103,7.264581,8.468713,35.03176,242.81355,295.69043,246.5988,48.79032,34.36815,11.276138,712.6926,106.18103,44.756195,9.9394865,500.1377,13.8228,561.9937,5.9690285,36.37603,0.0,761.7649,2062.133,0.24773715,147.71523,16.465528,12192.907,25.881327,0.84788096,7.8063173,20.354702,6.3738146,1.9367256,11.292109,283.95312,69.49574,7.701427,0.64268863,2.2663562,114.651344,1.5911039,144.88628,226.9133,1971.5668,385.69415,93.60683,160.77016,436.9365,20.136127,20.24735,324.16138,32.044697,44.78662,11.772663,19.64064,164.74776,14.167813,11.033794,49.762207,14.06324,3792.9006,18.685326,21.13609,16.092875,10.317287,218.1633,43.320885,18.407259,6.924427,7.451592,13.137784,56.46368,97.30238,30.174898,163.62312,19.51632,4.8340034,47.89326,33.305706,64.64971,97.76325,14.123491,2.5426412,10.896341,16.971107,2191.3289,12.515933,2.0192869,42.99049,12.477613,132.69618,80.525,113.81552,5.0575943,73.912605,407.59796,313.66217,29.35572,317.0611,57.728226,51.976505,71.752014,54.289185,8.272596,30.630644,495.22467,1.4188402,2.9395254,147.42006,24.037327,9.188814,17.250168,20.411497,197.43018,65.19168,161.47792,1078.2867,198.19244,2031.1877,1776.2252,17.6924,21.839123,2017.904,23.696306,34.111256,492.12454,62.28597,99.17611,45.04421,192.45912,301.86612,457.3034,8.135524,63.815468,267.01364,424.13928,12.649831,107.13004,13.648689,1.6412294,54.91123,1.0909687,1.2292192,4.1008263,12.012258,54.76166,22.043459,19.812096,393.05725,67.72816,40.110023,52.795364,17.312847,66.93448,12.080377,11.784315,14.13367,89.75268,34.969402,21.72165,38.37393,10.583366,28.081278,27.174664,1.4798079,82.41346,13.810016,232.34045,8.945969,353.82483,21.312315,845.06006,171.72343,4.4501767,11.408902,189.56967,254.49634,1062.7448,733.9532 +2023-12-11 22:00:00,0.0,3118.0989,62.479893,24.673573,69.64938,43.773308,311.57825,38.82053,74.49973,21.182901,44.58771,327.72214,109.39492,21.16954,136.8713,0.33916223,0.18777259,60.39811,5.7324734,16.295946,912.8226,14.202573,1108.6915,132.95435,5.482643,38.01182,569.8705,56.037632,573.4268,224.06955,3747.2607,15.001596,2748.019,150.09,7.2856045,8.487626,35.124138,242.79326,295.6696,247.09691,48.774193,34.34654,11.274906,712.2628,106.400856,44.769886,9.933976,500.24356,13.819558,562.06384,5.968881,36.360863,0.0,761.72546,2061.4795,0.24774648,147.5959,16.461044,12188.118,25.88095,0.84815174,7.8021636,20.344788,6.3753304,1.9369222,11.286495,283.85297,69.4655,7.6954217,0.64268476,2.267206,114.65729,1.5899659,144.87158,226.72716,1971.0488,385.32745,93.592125,160.74821,437.62335,20.173918,20.271393,324.8905,32.09214,44.854694,11.769381,19.640224,164.79959,14.160377,11.032169,49.765907,14.06782,3793.346,18.683992,21.133736,16.091982,10.315778,218.26683,43.334835,18.419355,6.92525,7.4496236,13.140465,56.462257,97.254944,30.176815,163.65697,19.513718,4.833157,47.88612,33.29063,64.602196,97.797455,14.137812,2.5407932,10.919271,16.963562,2190.519,12.532287,2.0168083,42.948948,12.475388,132.66977,80.538895,113.7955,5.063183,73.93985,407.44263,313.51947,29.349127,316.9059,57.780823,51.96767,71.7475,54.366623,8.281988,30.649685,495.21088,1.4220768,2.9450958,147.5277,24.037634,9.187709,17.26498,20.42057,197.54573,65.22887,161.48006,1078.9701,197.99046,2030.5168,1775.9438,17.681814,21.820045,2017.3174,23.696186,34.08071,492.02353,62.240913,99.11337,45.011307,192.31042,301.79376,457.2615,8.130088,63.77903,266.8148,424.04016,12.645094,107.09737,13.643033,1.6410992,54.920563,1.0907488,1.228923,4.0987916,12.010466,54.7141,22.03753,19.815592,393.5116,67.6987,40.091015,52.7668,17.306875,66.9711,12.081004,11.816784,14.127285,89.71837,34.946022,21.752462,38.390186,10.582728,28.127457,27.20049,1.4792955,82.377846,13.803046,232.31966,8.9428625,353.7123,21.314459,845.40796,171.64401,4.447526,11.407085,189.50008,254.37141,1062.4982,734.24506 +2023-12-11 23:00:00,0.0,3116.8706,62.447052,24.642212,69.60249,43.750687,311.49417,38.801945,74.45495,21.178534,44.554615,327.53354,109.4452,21.157822,136.70471,0.33923334,0.18831919,60.37891,5.7538056,16.31374,912.24976,14.199995,1108.0468,132.93796,5.5013576,38.032608,569.5301,56.065964,573.9679,224.1313,3745.281,15.036429,2748.2021,150.35896,7.3066273,8.506539,35.216515,242.77295,295.64877,247.59503,48.758064,34.324924,11.273673,711.83307,106.620674,44.783573,9.928465,500.34943,13.816316,562.1339,5.968734,36.34569,0.0,761.68604,2060.8257,0.24775583,147.47658,16.456562,12183.328,25.880575,0.8484226,7.7980094,20.334873,6.376846,1.9371186,11.280882,283.7528,69.43526,7.6894164,0.6426808,2.2680557,114.66323,1.5888281,144.8569,226.541,1970.5309,384.96075,93.57742,160.72626,438.31024,20.211708,20.295433,325.61966,32.13958,44.922768,11.766098,19.639809,164.85141,14.152941,11.030545,49.769604,14.0724,3793.7913,18.68266,21.131384,16.091091,10.314268,218.37035,43.34878,18.431452,6.9260726,7.4476547,13.143145,56.46083,97.207504,30.17873,163.6908,19.511118,4.8323107,47.878983,33.275555,64.55468,97.83165,14.152131,2.538945,10.942201,16.956017,2189.7092,12.54864,2.0143297,42.907402,12.473161,132.64337,80.55278,113.77548,5.068772,73.9671,407.2873,313.37674,29.342533,316.7507,57.833424,51.95883,71.74298,54.444065,8.291381,30.668728,495.19705,1.4253135,2.950666,147.63533,24.037941,9.186604,17.279793,20.429644,197.6613,65.266045,161.4822,1079.6533,197.78848,2029.8458,1775.6624,17.67123,21.800968,2016.7307,23.696068,34.050167,491.92252,62.195858,99.050644,44.978405,192.16174,301.7214,457.2196,8.124652,63.742588,266.61597,423.94104,12.640357,107.0647,13.637377,1.6409689,54.929897,1.090529,1.2286267,4.096757,12.008674,54.666534,22.031603,19.819086,393.96594,67.66924,40.072006,52.73824,17.300903,67.00773,12.081632,11.849252,14.120901,89.68406,34.92264,21.783276,38.40644,10.58209,28.173635,27.22632,1.478783,82.34223,13.796077,232.29886,8.939757,353.5998,21.316603,845.75586,171.56459,4.4448752,11.405268,189.43047,254.24649,1062.2517,734.5369 +2023-12-12 00:00:00,0.0,3115.6423,62.41421,24.610851,69.555595,43.728065,311.41013,38.783356,74.41017,21.174168,44.521523,327.3449,109.49547,21.146101,136.53812,0.33930445,0.18886581,60.35971,5.775138,16.331532,911.6769,14.197417,1107.4021,132.92157,5.520072,38.053394,569.18964,56.09429,574.509,224.19305,3743.3015,15.071261,2748.385,150.62793,7.3276505,8.525453,35.30889,242.75266,295.62796,248.09315,48.741936,34.30331,11.272441,711.40326,106.8405,44.797264,9.922954,500.45532,13.813073,562.20404,5.9685864,36.330524,0.0,761.6466,2060.1719,0.24776517,147.35724,16.452078,12178.539,25.8802,0.84869343,7.7938557,20.324959,6.3783617,1.9373151,11.275269,283.65265,69.405014,7.683411,0.64267695,2.2689052,114.669174,1.5876901,144.84221,226.35484,1970.013,384.5941,93.56271,160.7043,438.9971,20.249498,20.319475,326.34882,32.187023,44.99084,11.762815,19.639393,164.90323,14.145505,11.028921,49.7733,14.07698,3794.2366,18.681324,21.129032,16.090199,10.312758,218.47388,43.36273,18.443548,6.9268956,7.4456863,13.145825,56.459408,97.160065,30.180645,163.72464,19.508516,4.8314643,47.871845,33.260483,64.507164,97.86585,14.166451,2.5370967,10.965131,16.948471,2188.8994,12.564995,2.011851,42.86586,12.470935,132.61696,80.566666,113.75546,5.074361,73.994354,407.13196,313.234,29.33594,316.59552,57.88602,51.949997,71.73847,54.521503,8.300773,30.687769,495.18326,1.4285501,2.9562364,147.74297,24.038248,9.185498,17.294607,20.438717,197.77686,65.30322,161.48434,1080.3367,197.5865,2029.1749,1775.381,17.660645,21.78189,2016.144,23.69595,34.019623,491.8215,62.150806,98.98791,44.945503,192.01306,301.64905,457.1777,8.119216,63.706146,266.4171,423.84195,12.635621,107.03203,13.631721,1.6408386,54.93923,1.090309,1.2283305,4.094722,12.006882,54.61897,22.025675,19.82258,394.42026,67.639786,40.052998,52.70968,17.294931,67.04436,12.082258,11.881721,14.114516,89.64975,34.89926,21.814089,38.422695,10.581451,28.219816,27.25215,1.4782706,82.30662,13.789107,232.27806,8.936651,353.4873,21.318747,846.10376,171.48517,4.442224,11.40345,189.36087,254.12158,1062.0051,734.82886 +2023-12-12 01:00:00,0.0,3114.414,62.381374,24.57949,69.508705,43.705444,311.32605,38.764767,74.36539,21.169802,44.48843,327.1563,109.54574,21.134382,136.37152,0.33937556,0.18941243,60.34051,5.79647,16.349323,911.10406,14.194839,1106.7573,132.90518,5.5387864,38.074177,568.84924,56.12262,575.05005,224.2548,3741.322,15.106093,2748.5679,150.8969,7.348674,8.544366,35.40127,242.73236,295.60715,248.59126,48.725807,34.2817,11.271209,710.97345,107.06032,44.81095,9.917442,500.56116,13.809832,562.2742,5.968439,36.315357,0.0,761.6072,2059.5183,0.24777451,147.23792,16.447596,12173.75,25.879826,0.8489643,7.789702,20.315042,6.379877,1.9375116,11.269656,283.5525,69.37477,7.677406,0.6426731,2.269755,114.67512,1.5865521,144.82751,226.16869,1969.495,384.2274,93.54801,160.68234,439.684,20.287289,20.343517,327.07797,32.234463,45.058914,11.759533,19.638977,164.95505,14.138069,11.027297,49.777,14.08156,3794.682,18.67999,21.12668,16.089308,10.311248,218.57741,43.376675,18.455645,6.927718,7.443718,13.148505,56.457985,97.112625,30.18256,163.75848,19.505915,4.830618,47.864704,33.245407,64.459656,97.90005,14.180771,2.5352488,10.988061,16.940926,2188.0894,12.581348,2.0093725,42.824314,12.468709,132.59056,80.58056,113.73544,5.07995,74.02161,406.97662,313.0913,29.329346,316.44034,57.938618,51.94116,71.733955,54.598946,8.310164,30.706812,495.16943,1.4317868,2.9618068,147.8506,24.038555,9.184393,17.30942,20.44779,197.89241,65.34041,161.48648,1081.02,197.38452,2028.5039,1775.0995,17.65006,21.762815,2015.5574,23.695831,33.98908,491.7205,62.10575,98.92517,44.9126,191.86436,301.5767,457.13577,8.11378,63.669704,266.2183,423.74283,12.630884,106.99936,13.626064,1.6407083,54.948566,1.0900891,1.2280343,4.092687,12.005089,54.571404,22.019745,19.826075,394.8746,67.61033,40.03399,52.681114,17.28896,67.08098,12.082886,11.914189,14.108132,89.61544,34.875885,21.844902,38.43895,10.580813,28.265995,27.277979,1.4777583,82.271,13.782138,232.25726,8.933546,353.3748,21.32089,846.45166,171.40575,4.4395733,11.401633,189.29128,253.99666,1061.7585,735.1207 +2023-12-12 02:00:00,0.0,3113.1858,62.348534,24.548132,69.461815,43.682823,311.242,38.74618,74.3206,21.165434,44.455334,326.96768,109.59601,21.122663,136.20493,0.33944666,0.18995903,60.321312,5.8178024,16.367115,910.5312,14.192261,1106.1125,132.8888,5.557501,38.094963,568.5088,56.15095,575.5911,224.31656,3739.3425,15.140926,2748.7507,151.16586,7.3696966,8.563279,35.49365,242.71207,295.5863,249.08939,48.70968,34.260086,11.269976,710.5437,107.28014,44.824642,9.911932,500.66705,13.806589,562.34424,5.9682918,36.30019,0.0,761.56775,2058.8645,0.24778385,147.11859,16.443111,12168.961,25.87945,0.84923506,7.7855477,20.30513,6.3813925,1.9377081,11.264043,283.45233,69.344536,7.6714005,0.6426692,2.2706046,114.68106,1.5854143,144.81284,225.98253,1968.977,383.8607,93.53331,160.6604,440.37085,20.325079,20.367558,327.8071,32.281906,45.126987,11.75625,19.638561,165.00687,14.130632,11.025673,49.780697,14.08614,3795.1272,18.678658,21.124329,16.088417,10.309738,218.68094,43.39062,18.467741,6.928541,7.4417496,13.151186,56.45656,97.065186,30.184475,163.79233,19.503315,4.829772,47.857567,33.230335,64.41214,97.93425,14.195091,2.5334005,11.01099,16.93338,2187.2795,12.597702,2.0068939,42.782772,12.466483,132.56415,80.594444,113.71542,5.085539,74.04886,406.82126,312.94858,29.32275,316.28513,57.99122,51.932323,71.72944,54.676384,8.319556,30.725853,495.1556,1.4350234,2.9673772,147.95825,24.038862,9.183289,17.324232,20.456863,198.00797,65.37759,161.48862,1081.7032,197.18254,2027.833,1774.8181,17.639475,21.743738,2014.9708,23.695713,33.958534,491.61945,62.0607,98.862434,44.8797,191.71568,301.5043,457.09387,8.108344,63.633263,266.01944,423.6437,12.626147,106.96668,13.620408,1.6405782,54.9579,1.0898693,1.227738,4.090652,12.003297,54.52384,22.013817,19.829569,395.32895,67.580864,40.014977,52.652554,17.282988,67.11761,12.083513,11.946658,14.1017475,89.58113,34.852505,21.875715,38.455204,10.580174,28.312174,27.303806,1.4772458,82.2354,13.775168,232.23647,8.93044,353.26227,21.323032,846.79956,171.32632,4.436922,11.399816,189.22166,253.87173,1061.512,735.4126 +2023-12-12 03:00:00,0.0,3111.9575,62.315693,24.516771,69.41492,43.660202,311.15793,38.727592,74.27582,21.161068,44.42224,326.77908,109.64628,21.110945,136.03835,0.33951777,0.19050565,60.302116,5.8391347,16.384907,909.9584,14.189683,1105.4678,132.8724,5.5762153,38.11575,568.1684,56.17928,576.13214,224.3783,3737.363,15.175758,2748.9336,151.43483,7.39072,8.582192,35.58603,242.69177,295.5655,249.58751,48.69355,34.238472,11.2687435,710.1139,107.49997,44.83833,9.906421,500.7729,13.803348,562.41437,5.9681444,36.285023,0.0,761.5283,2058.2107,0.2477932,146.99927,16.438627,12164.172,25.879074,0.8495059,7.781394,20.295214,6.3829083,1.9379046,11.25843,283.35217,69.31429,7.6653957,0.6426653,2.271454,114.687004,1.5842763,144.79814,225.79637,1968.4591,383.49402,93.5186,160.63844,441.05774,20.36287,20.3916,328.53625,32.329346,45.19506,11.752968,19.638145,165.0587,14.123197,11.024048,49.784393,14.09072,3795.5728,18.677324,21.121975,16.087524,10.3082285,218.78445,43.404568,18.47984,6.929364,7.439781,13.153866,56.455135,97.017746,30.18639,163.82616,19.500713,4.8289256,47.85043,33.21526,64.364624,97.968445,14.209411,2.5315526,11.03392,16.925835,2186.4697,12.614056,2.0044155,42.74123,12.464257,132.53775,80.60834,113.695404,5.0911274,74.07611,406.66592,312.80585,29.316156,316.12994,58.043816,51.92349,71.72493,54.753822,8.328949,30.744896,495.1418,1.4382601,2.9729474,148.06589,24.03917,9.182183,17.339045,20.465937,198.12352,65.414764,161.49075,1082.3865,196.98058,2027.162,1774.5366,17.628891,21.72466,2014.3842,23.695593,33.92799,491.51843,62.015644,98.7997,44.846798,191.56699,301.43195,457.05197,8.102908,63.59682,265.82062,423.5446,12.62141,106.93401,13.614752,1.6404479,54.967236,1.0896493,1.2274418,4.0886173,12.001505,54.476276,22.007889,19.833065,395.7833,67.55141,39.995968,52.623993,17.277018,67.154236,12.08414,11.979127,14.095363,89.54682,34.829124,21.906528,38.47146,10.579536,28.358353,27.329636,1.4767334,82.19978,13.768199,232.21565,8.927335,353.14975,21.325176,847.14746,171.2469,4.4342713,11.397998,189.15207,253.74681,1061.2654,735.7045 +2023-12-12 04:00:00,0.0,3110.7292,62.282856,24.48541,69.36803,43.63758,311.07388,38.709003,74.23103,21.1567,44.389145,326.59045,109.696556,21.099224,135.87175,0.33958888,0.19105226,60.282917,5.860467,16.4027,909.3855,14.187104,1104.8231,132.85602,5.5949297,38.136536,567.828,56.207607,576.6732,224.44005,3735.3833,15.21059,2749.1167,151.7038,7.411743,8.601106,35.678406,242.67146,295.54468,250.08562,48.677418,34.21686,11.26751,709.6841,107.71979,44.85202,9.900909,500.87875,13.800105,562.48444,5.967997,36.269855,0.0,761.4889,2057.5571,0.24780254,146.87994,16.434145,12159.382,25.878698,0.84977674,7.7772403,20.2853,6.3844237,1.938101,11.252816,283.252,69.28405,7.6593904,0.64266145,2.2723038,114.69295,1.5831383,144.78345,225.61021,1967.9412,383.12732,93.5039,160.61649,441.7446,20.40066,20.415642,329.2654,32.37679,45.263134,11.749685,19.63773,165.11052,14.115761,11.022424,49.788094,14.0953,3796.018,18.675991,21.119623,16.086634,10.306718,218.88799,43.418518,18.491936,6.9301867,7.4378123,13.156547,56.453712,96.97031,30.188307,163.86,19.498112,4.828079,47.84329,33.200188,64.31711,98.00265,14.223731,2.5297043,11.05685,16.91829,2185.66,12.630409,2.001937,42.699684,12.46203,132.51134,80.62222,113.675385,5.0967164,74.10336,406.5106,312.66315,29.309563,315.97476,58.096416,51.91465,71.72041,54.831264,8.338341,30.763937,495.128,1.4414967,2.9785178,148.17352,24.039476,9.181078,17.353859,20.47501,198.23907,65.45195,161.49289,1083.0698,196.7786,2026.4911,1774.2552,17.618307,21.705584,2013.7975,23.695475,33.897446,491.41742,61.970592,98.73696,44.813896,191.4183,301.3596,457.01004,8.097472,63.56038,265.62177,423.44547,12.616673,106.901344,13.609095,1.6403176,54.97657,1.0894294,1.2271456,4.086582,11.999713,54.42871,22.00196,19.83656,396.23764,67.52195,39.97696,52.59543,17.271046,67.19086,12.084767,12.011596,14.088979,89.512505,34.805744,21.93734,38.487713,10.578897,28.404531,27.355465,1.4762211,82.16417,13.7612295,232.19485,8.924229,353.03723,21.32732,847.49536,171.16748,4.4316206,11.396181,189.08246,253.62189,1061.0188,735.9964 +2023-12-12 05:00:00,0.0,3109.5007,62.250015,24.45405,69.32114,43.61496,310.9898,38.69042,74.18625,21.152334,44.356052,326.40186,109.746826,21.087505,135.70515,0.33966,0.19159888,60.263718,5.881799,16.420492,908.8126,14.184526,1104.1783,132.83961,5.6136436,38.15732,567.48755,56.23594,577.2143,224.5018,3733.4038,15.245423,2749.2996,151.97276,7.432766,8.620019,35.770782,242.65117,295.52383,250.58374,48.66129,34.195248,11.266278,709.25433,107.93961,44.865707,9.895399,500.98462,13.796863,562.55457,5.9678493,36.25469,0.0,761.44946,2056.9033,0.24781187,146.76062,16.42966,12154.593,25.878323,0.8500475,7.7730865,20.275385,6.3859396,1.9382975,11.247203,283.15186,69.25381,7.653385,0.6426576,2.2731535,114.69889,1.5820005,144.76877,225.42406,1967.4232,382.76062,93.4892,160.59454,442.4315,20.43845,20.439684,329.99454,32.424232,45.331207,11.746403,19.637314,165.16234,14.108325,11.0208,49.79179,14.09988,3796.4634,18.674658,21.117271,16.085741,10.305208,218.99152,43.432465,18.504032,6.93101,7.435844,13.159226,56.452286,96.92287,30.190222,163.89384,19.49551,4.827233,47.83615,33.185112,64.26959,98.03684,14.23805,2.5278563,11.07978,16.910744,2184.8499,12.646764,1.9994583,42.658142,12.459805,132.48492,80.636116,113.655365,5.1023054,74.130615,406.35526,312.52042,29.302969,315.81955,58.149014,51.905815,71.7159,54.908703,8.347733,30.782978,495.11417,1.4447334,2.9840882,148.28116,24.039785,9.179973,17.368671,20.484083,198.35463,65.48913,161.49503,1083.753,196.57661,2025.8201,1773.9738,17.607721,21.686508,2013.2108,23.695356,33.8669,491.3164,61.925537,98.67423,44.780994,191.26962,301.28723,456.96814,8.092037,63.523937,265.42294,423.34637,12.611937,106.868675,13.603438,1.6401874,54.985905,1.0892096,1.2268493,4.0845475,11.997921,54.381145,21.996033,19.840054,396.69196,67.49249,39.95795,52.566868,17.265074,67.227486,12.085395,12.044064,14.082594,89.478195,34.782368,21.968153,38.503967,10.578259,28.45071,27.381294,1.4757086,82.128555,13.75426,232.17406,8.9211235,352.9247,21.329464,847.84326,171.08806,4.4289694,11.394363,189.01286,253.49696,1060.7722,736.28827 +2023-12-12 06:00:00,0.0,3108.2725,62.21718,24.42269,69.27424,43.59234,310.90573,38.67183,74.14147,21.147966,44.32296,326.21323,109.7971,21.075787,135.53856,0.3397311,0.19214548,60.24452,5.903132,16.438284,908.2398,14.181949,1103.5336,132.82323,5.632358,38.178104,567.14716,56.264267,577.7554,224.56355,3731.4243,15.280255,2749.4824,152.24173,7.453789,8.638932,35.86316,242.63087,295.50302,251.08186,48.64516,34.173634,11.265045,708.8245,108.15943,44.8794,9.889888,501.0905,13.793621,562.62463,5.967702,36.23952,0.0,761.41003,2056.2495,0.24782121,146.64128,16.425179,12149.804,25.877947,0.8503184,7.7689323,20.26547,6.387455,1.9384941,11.2415905,283.0517,69.223564,7.64738,0.6426537,2.274003,114.704834,1.5808625,144.75407,225.2379,1966.9053,382.39395,93.47449,160.57259,443.11835,20.47624,20.463724,330.7237,32.471672,45.39928,11.74312,19.636898,165.21416,14.100888,11.019176,49.795486,14.10446,3796.9087,18.673325,21.11492,16.08485,10.303699,219.09505,43.44641,18.516129,6.9318323,7.4338756,13.161906,56.450863,96.87543,30.192137,163.92769,19.49291,4.8263865,47.829014,33.17004,64.22208,98.071045,14.252371,2.5260081,11.10271,16.903198,2184.04,12.663117,1.9969797,42.6166,12.457579,132.45853,80.65,113.635345,5.1078944,74.15787,406.19992,312.3777,29.296375,315.66437,58.20161,51.896976,71.71139,54.98614,8.357124,30.802021,495.10037,1.44797,2.9896584,148.38881,24.040092,9.178867,17.383484,20.493155,198.47018,65.52631,161.49716,1084.4363,196.37463,2025.1492,1773.6923,17.597137,21.66743,2012.6243,23.695238,33.836357,491.2154,61.88048,98.611496,44.748093,191.12093,301.21487,456.92624,8.086601,63.487495,265.2241,423.24725,12.6072,106.836,13.597782,1.6400571,54.99524,1.0889896,1.226553,4.082513,11.996129,54.333584,21.990105,19.843548,397.1463,67.463036,39.938942,52.538307,17.259102,67.264114,12.086022,12.076532,14.07621,89.443886,34.758987,21.998966,38.52022,10.5776205,28.49689,27.407122,1.4751962,82.09294,13.747291,232.15326,8.918017,352.8122,21.331606,848.19116,171.00864,4.4263186,11.392546,188.94325,253.37206,1060.5256,736.5802 +2023-12-12 07:00:00,0.0,3107.0442,62.184338,24.391329,69.22735,43.569717,310.8217,38.65324,74.09669,21.1436,44.289864,326.02463,109.84737,21.064066,135.37196,0.3398022,0.1926921,60.22532,5.924464,16.456076,907.66693,14.17937,1102.8888,132.80684,5.6510725,38.19889,566.8067,56.292595,578.29645,224.6253,3729.4448,15.315087,2749.6653,152.5107,7.4748125,8.6578455,35.955536,242.61058,295.4822,251.57997,48.629032,34.152023,11.263813,708.3947,108.37926,44.89309,9.884377,501.19635,13.790379,562.69476,5.9675546,36.22435,0.0,761.3706,2055.596,0.24783055,146.52196,16.420694,12145.015,25.877573,0.8505892,7.7647786,20.255556,6.3889704,1.9386905,11.235977,282.95154,69.19332,7.6413746,0.6426498,2.2748528,114.71078,1.5797246,144.73938,225.05174,1966.3873,382.02725,93.459785,160.55063,443.80524,20.51403,20.487766,331.45285,32.519115,45.467354,11.739838,19.636482,165.26598,14.093452,11.017551,49.799183,14.10904,3797.354,18.671991,21.112568,16.083958,10.302189,219.19856,43.460358,18.528225,6.9326553,7.431907,13.164587,56.44944,96.82799,30.194052,163.96152,19.490309,4.82554,47.821873,33.154964,64.17456,98.10524,14.26669,2.52416,11.125639,16.895655,2183.2302,12.679471,1.9945012,42.575054,12.455353,132.43211,80.663895,113.615326,5.1134834,74.18511,406.0446,312.235,29.289782,315.5092,58.25421,51.88814,71.70687,55.063583,8.366517,30.821062,495.08655,1.4512067,2.9952288,148.49644,24.0404,9.177762,17.398298,20.502228,198.58574,65.56349,161.4993,1085.1196,196.17265,2024.4781,1773.4109,17.586552,21.648354,2012.0376,23.695118,33.805813,491.11435,61.83543,98.54876,44.71519,190.97224,301.14252,456.88434,8.081165,63.451057,265.02524,423.14813,12.602463,106.80333,13.592126,1.6399268,55.004574,1.0887697,1.2262567,4.0804777,11.994336,54.28602,21.984177,19.847042,397.60065,67.43358,39.919933,52.509743,17.25313,67.300735,12.086649,12.109001,14.069825,89.40958,34.735607,22.02978,38.53648,10.5769825,28.543068,27.432951,1.4746839,82.05733,13.740321,232.13246,8.914912,352.69968,21.33375,848.53906,170.92921,4.4236674,11.390729,188.87366,253.24713,1060.279,736.8721 +2023-12-12 08:00:00,0.0,3105.816,62.151497,24.359968,69.18046,43.5471,310.7376,38.634655,74.0519,21.139233,44.25677,325.836,109.89764,21.052347,135.20537,0.3398733,0.19323872,60.20612,5.9457965,16.473867,907.0941,14.176792,1102.244,132.79045,5.669787,38.219673,566.4663,56.320927,578.8375,224.68706,3727.4653,15.34992,2749.8481,152.77966,7.495836,8.67676,36.047913,242.59029,295.46136,252.0781,48.612904,34.13041,11.262581,707.9649,108.599075,44.906776,9.878866,501.30225,13.787136,562.7649,5.967407,36.209183,0.0,761.3311,2054.9421,0.2478399,146.40263,16.416212,12140.225,25.877197,0.85086006,7.760625,20.24564,6.3904862,1.938887,11.230364,282.85138,69.16308,7.6353693,0.6426459,2.2757022,114.71672,1.5785867,144.7247,224.86559,1965.8694,381.66055,93.44509,160.52867,444.4921,20.55182,20.511808,332.18198,32.566555,45.535427,11.736555,19.636066,165.31781,14.086017,11.015926,49.802883,14.11362,3797.7993,18.670658,21.110214,16.083067,10.300678,219.3021,43.474304,18.540323,6.9334784,7.429939,13.167267,56.448013,96.78054,30.195967,163.99536,19.487707,4.8246937,47.814735,33.139893,64.127045,98.13944,14.281011,2.522312,11.148569,16.88811,2182.4204,12.695825,1.9920226,42.533512,12.453126,132.40572,80.67778,113.59531,5.119072,74.212364,405.88925,312.09225,29.283188,315.35397,58.30681,51.879303,71.702354,55.14102,8.375909,30.840105,495.07275,1.4544433,3.0007992,148.60408,24.040707,9.176657,17.41311,20.511301,198.7013,65.60067,161.50143,1085.803,195.97067,2023.8073,1773.1294,17.575968,21.629276,2011.4509,23.695,33.77527,491.01334,61.790375,98.48602,44.68229,190.82355,301.07016,456.8424,8.075729,63.414616,264.82642,423.049,12.597726,106.77066,13.58647,1.6397965,55.01391,1.0885499,1.2259605,4.078443,11.992544,54.238453,21.978249,19.850538,398.055,67.40412,39.900925,52.481182,17.247158,67.337364,12.087276,12.14147,14.063441,89.37527,34.712227,22.060593,38.552734,10.576344,28.589247,27.45878,1.4741714,82.02171,13.733352,232.11165,8.911806,352.58716,21.335894,848.88696,170.8498,4.4210167,11.388911,188.80406,253.12221,1060.0325,737.16394 +2023-12-12 09:00:00,0.0,3104.5876,62.11866,24.328608,69.13356,43.52448,310.65356,38.616066,74.00712,21.134867,44.22368,325.6474,109.94791,21.040628,135.03877,0.33994445,0.19378532,60.18692,5.9671288,16.49166,906.52124,14.174214,1101.5994,132.77406,5.6885014,38.24046,566.1259,56.349255,579.3786,224.74881,3725.4856,15.384752,2750.0312,153.04863,7.5168586,8.695673,36.140293,242.56998,295.44055,252.57622,48.596775,34.108795,11.261348,707.53516,108.8189,44.920467,9.873355,501.4081,13.783895,562.83496,5.96726,36.194016,0.0,761.2917,2054.2883,0.24784924,146.28331,16.411728,12135.436,25.876822,0.85113084,7.7564707,20.235725,6.3920016,1.9390836,11.2247505,282.75122,69.132835,7.6293645,0.642642,2.276552,114.722664,1.5774487,144.71,224.67943,1965.3514,381.29388,93.43039,160.50673,445.179,20.589611,20.535849,332.91113,32.614,45.6035,11.733272,19.63565,165.36963,14.07858,11.014302,49.80658,14.1182,3798.2446,18.669323,21.107862,16.082174,10.299169,219.40562,43.48825,18.55242,6.934301,7.4279704,13.169948,56.44659,96.7331,30.197884,164.0292,19.485107,4.8238473,47.8076,33.124817,64.07954,98.17364,14.29533,2.5204637,11.171499,16.880564,2181.6104,12.712179,1.989544,42.491966,12.4509,132.3793,80.691666,113.57529,5.124661,74.23962,405.73392,311.94952,29.276594,315.1988,58.35941,51.87047,71.697845,55.218464,8.385301,30.859146,495.05893,1.45768,3.0063694,148.71172,24.041014,9.175551,17.427923,20.520374,198.81685,65.637856,161.50359,1086.4862,195.76869,2023.1362,1772.848,17.565384,21.610199,2010.8643,23.694881,33.744724,490.91232,61.745323,98.42329,44.649387,190.67487,300.9978,456.8005,8.070293,63.378174,264.62756,422.94992,12.592989,106.73799,13.580813,1.6396663,55.023243,1.0883299,1.2256643,4.076408,11.990752,54.190887,21.97232,19.854033,398.5093,67.374664,39.881912,52.45262,17.241188,67.37399,12.087904,12.173939,14.057056,89.34096,34.688847,22.091406,38.56899,10.575706,28.635426,27.48461,1.473659,81.9861,13.726383,232.09085,8.908701,352.47467,21.338037,849.23486,170.77037,4.418366,11.387094,188.73445,252.99728,1059.7859,737.4559 +2023-12-12 10:00:00,0.0,3103.3594,62.08582,24.297247,69.08667,43.501858,310.5695,38.597477,73.96233,21.130499,44.190582,325.45877,109.998184,21.02891,134.8722,0.34001556,0.19433194,60.16772,5.988461,16.509453,905.9484,14.171637,1100.9546,132.75768,5.707216,38.261246,565.78546,56.377583,579.9197,224.81056,3723.506,15.419584,2750.214,153.3176,7.537882,8.714586,36.23267,242.54968,295.41974,253.07434,48.580647,34.087185,11.260116,707.10535,109.03873,44.934155,9.867844,501.51395,13.780652,562.9051,5.9671125,36.17885,0.0,761.25226,2053.6348,0.24785858,146.16399,16.407244,12130.646,25.876446,0.8514017,7.752317,20.225811,6.3935175,1.93928,11.219137,282.65106,69.1026,7.623359,0.64263815,2.2774017,114.728615,1.5763108,144.69533,224.49329,1964.8335,380.9272,93.41568,160.48477,445.86584,20.627401,20.55989,333.6403,32.661438,45.671574,11.729989,19.635235,165.42145,14.071144,11.012678,49.810276,14.12278,3798.69,18.66799,21.10551,16.081284,10.297659,219.50914,43.5022,18.564516,6.935124,7.4260015,13.172627,56.445164,96.68566,30.199799,164.06305,19.482506,4.823001,47.800457,33.109745,64.03202,98.20784,14.30965,2.5186157,11.194428,16.873018,2180.8005,12.728533,1.9870656,42.450424,12.448674,132.3529,80.70556,113.55527,5.13025,74.26687,405.57858,311.80682,29.27,315.04358,58.412006,51.86163,71.69333,55.295902,8.394692,30.87819,495.0451,1.4609166,3.0119398,148.81935,24.04132,9.174446,17.442738,20.529448,198.9324,65.67503,161.50572,1087.1694,195.56671,2022.4653,1772.5665,17.554798,21.591124,2010.2776,23.694763,33.71418,490.8113,61.700268,98.36055,44.616486,190.52617,300.9254,456.7586,8.0648575,63.341732,264.42874,422.8508,12.588252,106.705315,13.575157,1.639536,55.032578,1.08811,1.225368,4.0743732,11.98896,54.143326,21.96639,19.857527,398.96365,67.34521,39.862904,52.42406,17.235216,67.41062,12.088531,12.206408,14.050673,89.30665,34.66547,22.12222,38.585243,10.5750675,28.681604,27.510437,1.4731467,81.950485,13.719414,232.07005,8.905595,352.36215,21.34018,849.58276,170.69095,4.4157147,11.385277,188.66486,252.87236,1059.5393,737.74774 +2023-12-12 11:00:00,0.0,3102.131,62.05298,24.265888,69.03978,43.479237,310.48544,38.57889,73.91755,21.126133,44.15749,325.27017,110.048454,21.017189,134.7056,0.34008667,0.19487855,60.14852,6.0097933,16.527245,905.37555,14.169058,1100.3098,132.74129,5.72593,38.28203,565.44507,56.405914,580.4607,224.87231,3721.5266,15.454417,2750.397,153.58656,7.558905,8.7335,36.325047,242.52939,295.39893,253.57245,48.564518,34.06557,11.2588825,706.67554,109.258545,44.947845,9.862332,501.6198,13.77741,562.97516,5.966965,36.16368,0.0,761.2128,2052.981,0.24786793,146.04466,16.402761,12125.857,25.87607,0.85167253,7.748163,20.215897,6.395033,1.9394765,11.213524,282.55093,69.07236,7.617354,0.6426343,2.2782512,114.73456,1.5751729,144.68063,224.30713,1964.3156,380.5605,93.40098,160.46281,446.55273,20.665192,20.583933,334.36945,32.70888,45.739647,11.7267065,19.634819,165.47327,14.063708,11.011054,49.813976,14.12736,3799.1353,18.666656,21.103159,16.08039,10.296149,219.61267,43.516148,18.576612,6.935947,7.424033,13.175308,56.44374,96.63822,30.201714,164.09688,19.479904,4.8221545,47.79332,33.09467,63.984505,98.242035,14.32397,2.5167675,11.217359,16.865473,2179.9907,12.744886,1.984587,42.408882,12.446448,132.32649,80.719444,113.53525,5.135839,74.29412,405.42325,311.6641,29.263407,314.8884,58.464603,51.852795,71.68881,55.37334,8.404085,30.89723,495.0313,1.4641533,3.0175102,148.927,24.041628,9.173342,17.45755,20.53852,199.04796,65.71221,161.50786,1087.8528,195.36473,2021.7943,1772.2852,17.544214,21.572046,2009.691,23.694645,33.683636,490.7103,61.655216,98.29782,44.583584,190.37749,300.85306,456.71667,8.059422,63.30529,264.2299,422.75168,12.583515,106.672646,13.569501,1.6394057,55.041912,1.0878901,1.2250718,4.072338,11.987168,54.09576,21.960463,19.861021,399.418,67.31575,39.843895,52.395496,17.229244,67.44724,12.089158,12.238875,14.044288,89.27234,34.64209,22.153032,38.601498,10.574429,28.727783,27.536266,1.4726343,81.91488,13.712444,232.04926,8.90249,352.24963,21.342323,849.93066,170.61153,4.413064,11.383459,188.59525,252.74744,1059.2927,738.0397 +2023-12-12 12:00:00,0.0,3100.9026,62.02014,24.234528,68.99288,43.456615,310.40137,38.560303,73.87277,21.121765,44.124393,325.08154,110.098724,21.00547,134.539,0.34015778,0.19542517,60.129322,6.0311255,16.545036,904.8027,14.16648,1099.665,132.72488,5.744644,38.302814,565.1046,56.434242,581.0018,224.93405,3719.547,15.489249,2750.5798,153.85553,7.579928,8.752413,36.417427,242.5091,295.37808,254.07057,48.548386,34.043957,11.25765,706.2458,109.47837,44.961533,9.856822,501.7257,13.774168,563.0453,5.966818,36.148514,0.0,761.17334,2052.3271,0.24787727,145.92532,16.398277,12121.068,25.875694,0.8519433,7.7440095,20.205982,6.3965483,1.939673,11.2079115,282.45078,69.042114,7.6113486,0.6426304,2.279101,114.7405,1.5740349,144.66594,224.12097,1963.7976,380.19382,93.38628,160.44086,447.2396,20.702982,20.607975,335.09857,32.756325,45.80772,11.723424,19.634403,165.52509,14.0562725,11.00943,49.817673,14.13194,3799.5808,18.665323,21.100807,16.0795,10.294639,219.7162,43.530094,18.588709,6.9367695,7.422065,13.177988,56.442318,96.59078,30.203629,164.13072,19.477303,4.821308,47.786182,33.079594,63.93699,98.27624,14.33829,2.5149195,11.240289,16.857927,2179.181,12.76124,1.9821084,42.367336,12.444222,132.3001,80.73334,113.51523,5.141428,74.32137,405.2679,311.52136,29.256811,314.73322,58.517204,51.843956,71.6843,55.450783,8.413477,30.916273,495.0175,1.46739,3.0230806,149.03464,24.041935,9.172236,17.472363,20.547594,199.16353,65.7494,161.51,1088.536,195.16275,2021.1234,1772.0037,17.533628,21.552969,2009.1044,23.694525,33.65309,490.60925,61.61016,98.235085,44.550682,190.2288,300.7807,456.67477,8.053986,63.26885,264.03107,422.65256,12.578778,106.63998,13.563845,1.6392756,55.051247,1.0876702,1.2247756,4.0703034,11.985376,54.048195,21.954535,19.864515,399.87234,67.286285,39.824886,52.366936,17.223272,67.48387,12.089786,12.271344,14.037904,89.23802,34.61871,22.183846,38.617752,10.573791,28.773962,27.562096,1.4721218,81.879265,13.705475,232.02846,8.899384,352.13712,21.344467,850.27856,170.5321,4.410413,11.381641,188.52565,252.62253,1059.0463,738.33154 +2023-12-12 13:00:00,0.0,3099.6743,61.9873,24.203167,68.94599,43.433994,310.3173,38.541714,73.82799,21.1174,44.0913,324.89294,110.148994,20.993752,134.3724,0.3402289,0.19597177,60.110126,6.052458,16.562828,904.22986,14.163902,1099.0204,132.7085,5.7633586,38.3236,564.7642,56.46257,581.54285,224.9958,3717.5674,15.524081,2750.7627,154.12451,7.600951,8.771326,36.509804,242.4888,295.35727,254.5687,48.532257,34.022346,11.256417,705.816,109.69819,44.975224,9.851311,501.83154,13.7709255,563.11536,5.9666705,36.133347,0.0,761.1339,2051.6736,0.2478866,145.806,16.393795,12116.278,25.87532,0.85221416,7.7398553,20.196068,6.398064,1.9398695,11.202298,282.35062,69.01187,7.6053433,0.6426265,2.2799506,114.746445,1.572897,144.65126,223.93481,1963.2797,379.82712,93.37157,160.41891,447.92648,20.740772,20.632015,335.82773,32.803764,45.875793,11.720141,19.633987,165.57692,14.048836,11.007806,49.82137,14.13652,3800.0261,18.66399,21.098454,16.078608,10.293129,219.81973,43.54404,18.600807,6.9375925,7.4200964,13.180669,56.44089,96.54334,30.205544,164.16457,19.474703,4.8204618,47.77904,33.06452,63.889473,98.31043,14.35261,2.5130713,11.263218,16.850382,2178.3708,12.777594,1.9796299,42.325794,12.441996,132.27368,80.74722,113.49521,5.1470165,74.348625,405.11258,311.37866,29.250217,314.578,58.5698,51.83512,71.67979,55.52822,8.422869,30.935314,495.0037,1.4706266,3.0286508,149.14227,24.042242,9.171131,17.487177,20.556667,199.27908,65.786575,161.51213,1089.2194,194.96077,2020.4524,1771.7223,17.523045,21.533892,2008.5177,23.694407,33.622547,490.50824,61.565105,98.17235,44.51778,190.08011,300.70834,456.63287,8.04855,63.232407,263.8322,422.55347,12.574041,106.60731,13.5581875,1.6391453,55.06058,1.0874503,1.2244793,4.0682683,11.983583,54.00063,21.948606,19.86801,400.32666,67.25683,39.805878,52.338375,17.2173,67.5205,12.090413,12.303813,14.031519,89.20371,34.59533,22.214657,38.634007,10.573152,28.82014,27.587925,1.4716095,81.84365,13.698505,232.00764,8.896278,352.0246,21.346611,850.62646,170.45268,4.407762,11.379825,188.45605,252.4976,1058.7997,738.6234 +2023-12-12 14:00:00,0.0,3098.446,61.954464,24.171806,68.8991,43.411373,310.23325,38.52313,73.7832,21.113033,44.05821,324.7043,110.199265,20.98203,134.20581,0.3403,0.19651839,60.090927,6.07379,16.58062,903.657,14.161324,1098.3756,132.69211,5.782073,38.344383,564.4238,56.490902,582.0839,225.05756,3715.588,15.558914,2750.9458,154.39348,7.6219745,8.790239,36.60218,242.46849,295.33646,255.0668,48.51613,34.000732,11.255185,705.38617,109.918015,44.98891,9.845799,501.93744,13.767684,563.1855,5.9665227,36.11818,0.0,761.0945,2051.0198,0.24789594,145.68668,16.38931,12111.489,25.874945,0.852485,7.7357016,20.186153,6.3995795,1.940066,11.196685,282.25046,68.98163,7.599338,0.64262265,2.2808,114.75239,1.5717591,144.63657,223.74866,1962.7617,379.46042,93.356865,160.39696,448.61334,20.778563,20.656057,336.5569,32.851208,45.943867,11.716859,19.633572,165.62874,14.0414,11.006181,49.825066,14.1411,3800.4714,18.662657,21.096102,16.077717,10.291619,219.92325,43.557987,18.612904,6.938415,7.418128,13.183349,56.43947,96.4959,30.207458,164.19841,19.472101,4.8196154,47.771904,33.049446,63.841957,98.344635,14.36693,2.511223,11.286148,16.842836,2177.561,12.793948,1.9771513,42.284252,12.43977,132.24728,80.761116,113.47519,5.1526055,74.37588,404.95724,311.23593,29.243624,314.42282,58.622402,51.826283,71.67527,55.60566,8.4322605,30.954357,494.98987,1.4738632,3.0342212,149.24991,24.04255,9.170026,17.50199,20.56574,199.39464,65.82375,161.51427,1089.9026,194.75879,2019.7815,1771.4408,17.512459,21.514816,2007.931,23.694288,33.592003,490.40723,61.520054,98.10961,44.48488,189.93143,300.636,456.59097,8.043114,63.195965,263.6334,422.45435,12.569304,106.57463,13.552531,1.639015,55.069916,1.0872304,1.224183,4.0662336,11.9817915,53.953068,21.942678,19.871506,400.781,67.22737,39.78687,52.30981,17.211329,67.55712,12.09104,12.336282,14.025135,89.1694,34.571953,22.24547,38.65026,10.572514,28.866322,27.613752,1.4710971,81.80804,13.691536,231.98685,8.893172,351.91208,21.348755,850.97437,170.37326,4.405111,11.378007,188.38644,252.37268,1058.5531,738.91534 +2023-12-12 15:00:00,0.0,3097.2178,61.921623,24.140446,68.8522,43.388752,310.14917,38.50454,73.73842,21.108665,44.025112,324.51572,110.24954,20.970312,134.03922,0.3403711,0.19706501,60.071728,6.0951223,16.598412,903.08417,14.158746,1097.7308,132.67572,5.8007874,38.36517,564.0834,56.51923,582.625,225.11931,3713.6084,15.593746,2751.1287,154.66245,7.6429973,8.809153,36.69456,242.4482,295.3156,255.56493,48.5,33.97912,11.253952,704.9564,110.13783,45.0026,9.840289,502.0433,13.7644415,563.2556,5.9663754,36.10301,0.0,761.05505,2050.366,0.24790528,145.56735,16.384829,12106.7,25.874569,0.85275584,7.731548,20.176239,6.4010954,1.9402624,11.1910715,282.1503,68.951385,7.5933332,0.6426188,2.2816498,114.75833,1.5706211,144.62187,223.5625,1962.2438,379.09375,93.34216,160.375,449.30023,20.816353,20.6801,337.286,32.898647,46.01194,11.713576,19.633156,165.68056,14.033964,11.004557,49.828766,14.145679,3800.9167,18.661324,21.09375,16.076824,10.29011,220.02678,43.571934,18.625,6.939238,7.416159,13.186029,56.438046,96.44846,30.209375,164.23224,19.4695,4.818769,47.764763,33.034374,63.794445,98.37883,14.381249,2.509375,11.309077,16.83529,2176.7512,12.810302,1.9746727,42.242706,12.437544,132.22087,80.775,113.45517,5.1581945,74.40312,404.8019,311.0932,29.23703,314.26764,58.675,51.817448,71.67076,55.6831,8.441653,30.973398,494.97604,1.4770999,3.0397916,149.35756,24.042856,9.1689205,17.516802,20.574814,199.5102,65.86094,161.5164,1090.5859,194.55681,2019.1105,1771.1594,17.501875,21.495739,2007.3444,23.69417,33.56146,490.3062,61.475,98.046875,44.451977,189.78273,300.56363,456.54904,8.037678,63.159523,263.43454,422.35522,12.564568,106.54196,13.546875,1.6388847,55.079247,1.0870105,1.2238867,4.064199,11.98,53.905502,21.93675,19.875,401.23535,67.197914,39.767857,52.28125,17.205359,67.59375,12.091667,12.368751,14.01875,89.13509,34.548573,22.276283,38.666515,10.571875,28.9125,27.639582,1.4705846,81.77242,13.6845665,231.96605,8.890067,351.79956,21.350897,851.32227,170.29384,4.40246,11.376189,188.31685,252.24776,1058.3065,739.2072 +2023-12-12 16:00:00,0.0,3095.9895,61.888783,24.109085,68.80531,43.36613,310.06512,38.48595,73.693634,21.1043,43.99202,324.3271,110.29981,20.958593,133.87262,0.3404422,0.19761162,60.05253,6.1164546,16.616205,902.5113,14.156168,1097.086,132.65933,5.819502,38.385956,563.743,56.547558,583.1661,225.18106,3711.629,15.628578,2751.3115,154.93141,7.6640205,8.828066,36.786938,242.4279,295.2948,256.06305,48.48387,33.957508,11.25272,704.5266,110.35766,45.01629,9.834778,502.14917,13.761199,563.3257,5.966228,36.08784,0.0,761.0157,2049.7124,0.24791463,145.44803,16.380344,12101.911,25.874193,0.8530266,7.7273936,20.166325,6.402611,1.940459,11.185458,282.05014,68.92114,7.587328,0.6426149,2.2824996,114.764275,1.5694832,144.6072,223.37634,1961.7258,378.72705,93.32745,160.35304,449.9871,20.854143,20.70414,338.01517,32.94609,46.080013,11.710294,19.63274,165.73238,14.026527,11.002933,49.832462,14.15026,3801.362,18.65999,21.091398,16.075933,10.288599,220.13031,43.585884,18.637096,6.940061,7.414191,13.188709,56.43662,96.401024,30.21129,164.26608,19.4669,4.8179226,47.757626,33.0193,63.74693,98.41303,14.395569,2.5075269,11.332007,16.827745,2175.9414,12.826655,1.9721942,42.201164,12.435318,132.19447,80.788895,113.43515,5.1637836,74.430374,404.64658,310.9505,29.230436,314.11243,58.727596,51.808613,71.666245,55.76054,8.451045,30.99244,494.96225,1.4803365,3.0453618,149.4652,24.043163,9.167815,17.531616,20.583887,199.62575,65.89812,161.51854,1091.2693,194.35484,2018.4396,1770.8779,17.491291,21.476662,2006.7578,23.694052,33.530914,490.2052,61.429947,97.98414,44.419075,189.63405,300.49127,456.50714,8.032242,63.123085,263.23572,422.2561,12.559831,106.50929,13.541219,1.6387545,55.08858,1.0867906,1.2235905,4.062164,11.978208,53.857937,21.930822,19.878494,401.6897,67.16846,39.748848,52.25269,17.199387,67.63038,12.092295,12.401219,14.012365,89.100784,34.525192,22.307096,38.68277,10.571237,28.95868,27.665411,1.4700723,81.73681,13.677597,231.94525,8.886961,351.68704,21.35304,851.67017,170.21442,4.3998094,11.3743725,188.24724,252.12283,1058.0599,739.4991 +2023-12-12 17:00:00,0.0,3094.7612,61.855946,24.077724,68.75842,43.34351,309.98105,38.467365,73.64885,21.099932,43.958927,324.1385,110.35008,20.946873,133.70604,0.34051332,0.19815823,60.03333,6.137787,16.633997,901.9385,14.153589,1096.4413,132.64294,5.8382163,38.406742,563.4025,56.57589,583.70715,225.24281,3709.6494,15.663411,2751.4944,155.20038,7.685044,8.846979,36.879314,242.40761,295.274,256.56116,48.467743,33.935894,11.251488,704.0968,110.577484,45.02998,9.829267,502.255,13.757957,563.3958,5.9660807,36.072674,0.0,760.9762,2049.0586,0.24792397,145.3287,16.37586,12097.121,25.873817,0.8532975,7.72324,20.15641,6.404126,1.9406555,11.179845,281.94998,68.8909,7.5813227,0.642611,2.283349,114.77022,1.5683453,144.5925,223.19019,1961.2079,378.36035,93.31275,160.3311,450.67398,20.891933,20.728182,338.74432,32.99353,46.148087,11.707011,19.632324,165.7842,14.019092,11.001308,49.83616,14.1548395,3801.8074,18.658657,21.089046,16.07504,10.287089,220.23383,43.59983,18.649193,6.9408836,7.4122224,13.19139,56.435196,96.353584,30.213205,164.29993,19.464298,4.817076,47.75049,33.004227,63.699413,98.447235,14.409889,2.505679,11.354938,16.820202,2175.1316,12.843009,1.9697156,42.159622,12.433091,132.16806,80.80278,113.41513,5.169372,74.45763,404.49124,310.80777,29.223843,313.95724,58.780197,51.799774,71.66173,55.83798,8.460437,31.011482,494.94843,1.4835732,3.0509322,149.57283,24.04347,9.16671,17.546429,20.59296,199.7413,65.9353,161.52068,1091.9524,194.15286,2017.7686,1770.5966,17.480705,21.457584,2006.1711,23.693932,33.50037,490.10416,61.38489,97.92141,44.386173,189.48537,300.4189,456.46524,8.026806,63.086643,263.03687,422.157,12.555094,106.47662,13.5355625,1.6386242,55.097916,1.0865707,1.2232943,4.060129,11.976416,53.81037,21.924894,19.881989,402.144,67.139,39.72984,52.224125,17.193415,67.667,12.092921,12.433687,14.005981,89.066475,34.501812,22.33791,38.699028,10.570598,29.004858,27.69124,1.4695599,81.701195,13.670628,231.92445,8.883856,351.57452,21.355185,852.01807,170.135,4.397158,11.372555,188.17764,251.99791,1057.8134,739.791 +2023-12-12 18:00:00,0.0,3093.533,61.823105,24.046364,68.711525,43.32089,309.897,38.448776,73.60407,21.095566,43.92583,323.94986,110.40035,20.935154,133.53944,0.34058443,0.19870484,60.01413,6.159119,16.651789,901.3656,14.151011,1095.7966,132.62654,5.8569307,38.427525,563.06213,56.604218,584.2482,225.30457,3707.6697,15.698243,2751.6772,155.46935,7.7060666,8.865892,36.971695,242.38731,295.25314,257.05927,48.451614,33.91428,11.250255,703.667,110.7973,45.04367,9.823756,502.3609,13.754715,563.4659,5.9659333,36.057507,0.0,760.93677,2048.4048,0.24793331,145.20937,16.371378,12092.332,25.873444,0.8535683,7.719086,20.146496,6.405642,1.9408519,11.1742325,281.84982,68.860664,7.5753174,0.6426071,2.2841988,114.77616,1.5672073,144.5778,223.00403,1960.69,377.99368,93.29805,160.30914,451.36084,20.929724,20.752224,339.47345,33.040974,46.21616,11.703729,19.631908,165.83603,14.011656,10.999684,49.83986,14.15942,3802.2527,18.657322,21.086693,16.07415,10.28558,220.33736,43.613777,18.661291,6.9417067,7.410254,13.19407,56.433773,96.306145,30.21512,164.33377,19.461697,4.81623,47.743347,32.98915,63.651897,98.48143,14.424209,2.5038307,11.377867,16.812656,2174.3215,12.859364,1.967237,42.118076,12.430865,132.14166,80.816666,113.39511,5.174961,74.48488,404.3359,310.66504,29.217249,313.80206,58.832794,51.79094,71.65721,55.91542,8.46983,31.030523,494.93463,1.4868098,3.0565026,149.68047,24.043777,9.165605,17.561241,20.602034,199.85686,65.97248,161.52283,1092.6357,193.95088,2017.0977,1770.3151,17.470121,21.438509,2005.5845,23.693813,33.469826,490.00314,61.33984,97.85867,44.35327,189.33667,300.34656,456.42334,8.021371,63.0502,262.83804,422.0579,12.550357,106.443954,13.529906,1.6384939,55.10725,1.0863508,1.222998,4.058094,11.974624,53.76281,21.918966,19.885483,402.59836,67.10954,39.71083,52.195564,17.187443,67.70363,12.093549,12.466156,13.999597,89.032166,34.47843,22.368723,38.715282,10.56996,29.051037,27.717068,1.4690474,81.66558,13.663658,231.90364,8.88075,351.46204,21.357328,852.36597,170.05557,4.3945074,11.370737,188.10805,251.873,1057.5668,740.0829 +2023-12-12 19:00:00,0.0,3092.3044,61.790268,24.015005,68.664635,43.298267,309.81293,38.43019,73.55929,21.091198,43.89274,323.76126,110.45062,20.923435,133.37285,0.34065554,0.19925146,59.99493,6.1804514,16.66958,900.7927,14.148434,1095.1519,132.61015,5.8756447,38.44831,562.72174,56.632545,584.78925,225.36632,3705.6902,15.733075,2751.8604,155.73831,7.72709,8.884806,37.06407,242.367,295.23233,257.5574,48.435482,33.89267,11.2490225,703.23724,111.01713,45.057358,9.818245,502.46677,13.751472,563.536,5.965786,36.04234,0.0,760.89734,2047.7511,0.24794266,145.09004,16.366894,12087.543,25.873068,0.85383916,7.7149324,20.13658,6.4071574,1.9410484,11.168619,281.74966,68.83042,7.569312,0.6426032,2.2850485,114.782104,1.5660694,144.56313,222.81787,1960.172,377.62698,93.28334,160.28719,452.04773,20.967514,20.776264,340.2026,33.088417,46.284233,11.700446,19.631493,165.88785,14.00422,10.998059,49.843555,14.164,3802.698,18.655989,21.084341,16.073257,10.28407,220.44089,43.627724,18.673388,6.942529,7.4082856,13.19675,56.432346,96.258705,30.217035,164.36761,19.459095,4.8153834,47.73621,32.97408,63.604385,98.51563,14.438529,2.5019827,11.400797,16.80511,2173.5117,12.875717,1.9647585,42.076534,12.428639,132.11525,80.83056,113.37509,5.18055,74.51213,404.18057,310.52234,29.210655,313.64685,58.885395,51.7821,71.6527,55.99286,8.479221,31.049566,494.9208,1.4900465,3.0620728,149.7881,24.044086,9.164499,17.576056,20.611107,199.97241,66.00966,161.52496,1093.3191,193.7489,2016.4266,1770.0337,17.459536,21.419432,2004.9978,23.693695,33.43928,489.90213,61.294785,97.79594,44.32037,189.18799,300.27417,456.3814,8.015935,63.01376,262.6392,421.95877,12.54562,106.41128,13.52425,1.6383636,55.116585,1.0861309,1.2227018,4.0560594,11.972831,53.715244,21.913036,19.888979,403.0527,67.080086,39.691822,52.167004,17.18147,67.74026,12.094176,12.498625,13.993213,88.99785,34.455055,22.399536,38.731537,10.569321,29.097216,27.742897,1.4685351,81.62997,13.656689,231.88284,8.877645,351.34952,21.35947,852.71387,169.97615,4.391856,11.36892,188.03844,251.74808,1057.3202,740.37476 +2023-12-12 20:00:00,0.0,3091.0762,61.757427,23.983644,68.617744,43.275646,309.72888,38.411602,73.5145,21.086832,43.859642,323.57263,110.5009,20.911716,133.20625,0.34072664,0.19979806,59.97573,6.2017837,16.687372,900.2199,14.145855,1094.5071,132.59377,5.894359,38.469097,562.3813,56.660877,585.3303,225.42807,3703.7107,15.767907,2752.0432,156.00728,7.748113,8.903719,37.15645,242.34671,295.21152,258.0555,48.419353,33.871056,11.247789,702.80743,111.236946,45.07105,9.812734,502.57263,13.748231,563.6061,5.9656386,36.027172,0.0,760.8579,2047.0974,0.24795198,144.97072,16.362411,12082.754,25.872692,0.85410994,7.710778,20.126665,6.408673,1.941245,11.163006,281.6495,68.80018,7.563307,0.64259934,2.285898,114.78805,1.5649315,144.54843,222.63171,1959.654,377.26028,93.26864,160.26523,452.7346,21.005304,20.800306,340.93176,33.135857,46.352306,11.697164,19.631077,165.93967,13.996783,10.996435,49.84725,14.16858,3803.1433,18.654655,21.08199,16.072367,10.282559,220.54442,43.64167,18.685484,6.943352,7.4063168,13.19943,56.430923,96.211266,30.218952,164.40144,19.456495,4.814537,47.729073,32.959003,63.55687,98.54983,14.452848,2.5001345,11.423727,16.797565,2172.702,12.892071,1.9622799,42.03499,12.426414,132.08884,80.844444,113.35507,5.186139,74.53938,404.02524,310.3796,29.204062,313.49167,58.937992,51.773266,71.648186,56.0703,8.488613,31.068607,494.90698,1.4932832,3.0676432,149.89575,24.044394,9.163395,17.590868,20.62018,200.08797,66.046844,161.5271,1094.0023,193.54692,2015.7557,1769.7522,17.448952,21.400354,2004.4111,23.693577,33.408737,489.80112,61.24973,97.7332,44.287468,189.03929,300.2018,456.3395,8.010499,62.977318,262.44037,421.85965,12.540883,106.37861,13.518593,1.6382334,55.12592,1.085911,1.2224056,4.054024,11.971039,53.66768,21.907108,19.892473,403.50705,67.05063,39.672813,52.13844,17.175499,67.77688,12.094804,12.531094,13.986828,88.96354,34.431675,22.43035,38.74779,10.568683,29.143394,27.768726,1.4680227,81.59436,13.64972,231.86205,8.874538,351.237,21.361614,853.06177,169.89673,4.3892055,11.367103,187.96884,251.62315,1057.0736,740.6667 +2023-12-12 21:00:00,0.0,3089.848,61.724586,23.952284,68.57085,43.253025,309.6448,38.393013,73.46972,21.082464,43.82655,323.38403,110.55117,20.899996,133.03966,0.34079775,0.20034468,59.95653,6.223116,16.705166,899.64703,14.143277,1093.8623,132.57738,5.9130735,38.48988,562.0409,56.689205,585.8714,225.4898,3701.7312,15.80274,2752.226,156.27625,7.7691364,8.922632,37.248825,242.32642,295.1907,258.55365,48.403225,33.84944,11.246557,702.3776,111.45677,45.084736,9.807222,502.6785,13.744988,563.6762,5.9654913,36.012005,0.0,760.8185,2046.4436,0.24796133,144.8514,16.357927,12077.965,25.872316,0.8543808,7.7066245,20.11675,6.4101887,1.9414414,11.1573925,281.54935,68.769936,7.5573015,0.64259547,2.2867477,114.79399,1.5637935,144.53375,222.44557,1959.1361,376.89362,93.25394,160.24329,453.42148,21.043093,20.824348,341.66092,33.1833,46.420383,11.693881,19.630661,165.99149,13.989347,10.994811,49.850952,14.17316,3803.5889,18.653322,21.079638,16.071474,10.28105,220.64793,43.655617,18.69758,6.9441752,7.4043484,13.20211,56.429497,96.163826,30.220867,164.43529,19.453894,4.8136907,47.72193,32.94393,63.509354,98.58403,14.467169,2.4982862,11.446656,16.79002,2171.892,12.908424,1.9598013,41.993446,12.424188,132.06244,80.85834,113.33505,5.191728,74.566635,403.8699,310.23688,29.197468,313.33646,58.99059,51.764427,71.64367,56.14774,8.498005,31.08765,494.8932,1.4965198,3.0732136,150.00339,24.0447,9.16229,17.60568,20.629253,200.20352,66.08402,161.52924,1094.6855,193.34494,2015.0847,1769.4708,17.438366,21.381277,2003.8246,23.693457,33.378193,489.7001,61.204678,97.67046,44.254566,188.89061,300.12946,456.2976,8.005063,62.940876,262.24152,421.76056,12.536146,106.34594,13.512937,1.6381031,55.135254,1.0856911,1.2221093,4.0519896,11.969247,53.620113,21.90118,19.895967,403.96136,67.02117,39.653805,52.10988,17.169529,67.81351,12.09543,12.563562,13.980444,88.92923,34.408295,22.461163,38.764046,10.568045,29.189573,27.794556,1.4675102,81.55875,13.642751,231.84125,8.871433,351.12448,21.363758,853.4096,169.8173,4.3865547,11.365285,187.89923,251.49823,1056.827,740.95856 +2023-12-12 22:00:00,0.0,3088.6196,61.69175,23.920923,68.52396,43.230404,309.56073,38.374428,73.424934,21.078098,43.793457,323.1954,110.60144,20.888277,132.87306,0.3408689,0.2008913,59.937332,6.244448,16.722958,899.0742,14.140699,1093.2175,132.56099,5.931788,38.510666,561.70044,56.717533,586.4125,225.55156,3699.7515,15.837572,2752.409,156.54521,7.790159,8.9415455,37.3412,242.30612,295.16986,259.05176,48.387096,33.82783,11.245324,701.9479,111.6766,45.098427,9.801712,502.78436,13.741746,563.7463,5.965344,35.996834,0.0,760.77905,2045.7899,0.24797067,144.73207,16.353445,12073.175,25.87194,0.85465163,7.702471,20.106836,6.411704,1.9416379,11.151779,281.4492,68.73969,7.5512967,0.6425916,2.2875974,114.799934,1.5626556,144.51906,222.25941,1958.6182,376.52692,93.23923,160.22133,454.10834,21.080883,20.84839,342.39005,33.23074,46.488457,11.6905985,19.630245,166.0433,13.981912,10.993187,49.85465,14.17774,3804.0342,18.651989,21.077286,16.070583,10.27954,220.75146,43.669567,18.709677,6.944998,7.40238,13.204791,56.428074,96.11639,30.222782,164.46913,19.451292,4.8128443,47.714794,32.928856,63.461838,98.618225,14.481488,2.4964383,11.469586,16.782475,2171.082,12.924778,1.9573228,41.951904,12.421961,132.03603,80.87222,113.31503,5.1973166,74.59389,403.71457,310.09418,29.190872,313.18127,59.04319,51.755592,71.63916,56.225178,8.507398,31.106691,494.87936,1.4997565,3.078784,150.11102,24.045008,9.161184,17.620495,20.638327,200.31908,66.1212,161.53137,1095.3689,193.14296,2014.4138,1769.1893,17.427782,21.362202,2003.2379,23.693338,33.34765,489.59906,61.159622,97.60773,44.221664,188.74193,300.0571,456.25568,7.999627,62.904434,262.0427,421.66144,12.531409,106.31327,13.50728,1.6379728,55.14459,1.0854712,1.2218131,4.049955,11.967455,53.57255,21.895252,19.899462,404.4157,66.99171,39.634792,52.081318,17.163557,67.850136,12.096058,12.596031,13.974059,88.89492,34.384914,22.491974,38.7803,10.567406,29.235752,27.820383,1.4669979,81.52313,13.635781,231.82045,8.868327,351.01196,21.365902,853.7575,169.73788,4.3839035,11.363468,187.82964,251.3733,1056.5804,741.2504 +2023-12-12 23:00:00,0.0,3087.3914,61.65891,23.889563,68.477066,43.207783,309.47668,38.35584,73.38015,21.07373,43.76036,323.0068,110.65171,20.876558,132.70647,0.34094,0.2014379,59.918137,6.2657804,16.74075,898.50134,14.138121,1092.5729,132.5446,5.9505024,38.531452,561.36005,56.745865,586.95355,225.61331,3697.772,15.872404,2752.5918,156.81418,7.8111825,8.96046,37.433582,242.28583,295.14905,259.54987,48.370968,33.806217,11.244092,701.51807,111.896416,45.112114,9.796201,502.89026,13.738504,563.8164,5.9651966,35.981667,0.0,760.7396,2045.1362,0.24798001,144.61275,16.34896,12068.386,25.871565,0.8549224,7.6983166,20.096922,6.41322,1.9418343,11.146167,281.34903,68.70945,7.5452914,0.6425877,2.288447,114.80588,1.5615177,144.50436,222.07326,1958.1002,376.16022,93.22453,160.19937,454.79523,21.118673,20.87243,343.1192,33.278183,46.55653,11.687316,19.62983,166.09514,13.974476,10.991563,49.858345,14.18232,3804.4795,18.650656,21.074932,16.06969,10.27803,220.855,43.683514,18.721775,6.945821,7.4004116,13.207471,56.42665,96.06895,30.224697,164.50298,19.448692,4.811998,47.707657,32.913784,63.414326,98.65243,14.495809,2.49459,11.492516,16.77493,2170.2722,12.941133,1.9548442,41.91036,12.419735,132.00963,80.886116,113.29501,5.2029057,74.62114,403.55923,309.95145,29.184278,313.0261,59.095787,51.746754,71.63464,56.30262,8.516789,31.125734,494.86554,1.5029931,3.0843542,150.21866,24.045315,9.160079,17.635307,20.6474,200.43463,66.15839,161.53351,1096.0522,192.94098,2013.7429,1768.908,17.417198,21.343124,2002.6512,23.69322,33.317104,489.49805,61.11457,97.545,44.188763,188.59323,299.98474,456.21378,7.994191,62.867992,261.84384,421.56232,12.526672,106.280594,13.501624,1.6378427,55.153923,1.0852513,1.2215167,4.0479198,11.965663,53.524986,21.889324,19.902956,404.87006,66.96225,39.615784,52.052757,17.157585,67.886765,12.096685,12.628499,13.967675,88.86061,34.361538,22.522787,38.796555,10.566768,29.28193,27.846212,1.4664855,81.48752,13.628812,231.79964,8.865222,350.89944,21.368046,854.1054,169.65846,4.381253,11.36165,187.76004,251.24838,1056.3339,741.54236 +2023-12-13 00:00:00,0.0,3086.163,61.62607,23.858202,68.43017,43.18516,309.3926,38.33725,73.33537,21.069365,43.72727,322.81818,110.70198,20.864838,132.53989,0.3410111,0.20198452,59.898937,6.2871127,16.758541,897.9285,14.135543,1091.9281,132.52821,5.969217,38.552235,561.01965,56.774193,587.4946,225.67506,3695.7925,15.907237,2752.775,157.08315,7.832206,8.979373,37.525963,242.26552,295.12823,260.048,48.35484,33.784603,11.24286,701.08826,112.11624,45.125805,9.790689,502.9961,13.735262,563.88654,5.965049,35.9665,0.0,760.7002,2044.4824,0.24798936,144.49341,16.344477,12063.597,25.871191,0.85519326,7.694163,20.087008,6.4147353,1.9420309,11.140553,281.24887,68.67921,7.539286,0.64258385,2.2892966,114.81183,1.5603797,144.48969,221.8871,1957.5823,375.79355,93.20982,160.17741,455.4821,21.156464,20.896473,343.84836,33.325623,46.624603,11.684033,19.629416,166.14696,13.967039,10.989938,49.86204,14.1869,3804.9248,18.649323,21.07258,16.0688,10.27652,220.95851,43.69746,18.733871,6.946644,7.398443,13.210152,56.425224,96.02151,30.226612,164.5368,19.44609,4.8111515,47.700516,32.89871,63.36681,98.68662,14.510128,2.492742,11.515446,16.767384,2169.4624,12.957486,1.9523656,41.868816,12.417509,131.98322,80.9,113.274994,5.2084947,74.648384,403.4039,309.80872,29.177685,312.87088,59.148388,51.73792,71.63013,56.38006,8.526181,31.144775,494.85175,1.5062298,3.0899246,150.32631,24.045622,9.158974,17.65012,20.656473,200.55019,66.195564,161.53564,1096.7355,192.739,2013.0719,1768.6265,17.406612,21.324047,2002.0646,23.693102,33.28656,489.39703,61.069515,97.48226,44.15586,188.44455,299.91238,456.17188,7.988755,62.831554,261.64502,421.4632,12.521935,106.247925,13.495968,1.6377124,55.163258,1.0850314,1.2212205,4.045885,11.963871,53.47742,21.883396,19.906452,405.3244,66.93279,39.596775,52.024193,17.151613,67.923386,12.097312,12.660968,13.96129,88.8263,34.338158,22.5536,38.81281,10.566129,29.32811,27.872042,1.465973,81.451904,13.621842,231.77884,8.862116,350.78693,21.370188,854.4533,169.57904,4.3786016,11.359833,187.69043,251.12347,1056.0873,741.8342 +2023-12-13 01:00:00,0.0,3084.9348,61.59323,23.826841,68.38328,43.16254,309.30856,38.318665,73.29059,21.064999,43.694176,322.62958,110.75226,20.853119,132.37329,0.34108222,0.20253113,59.879738,6.308445,16.776333,897.35565,14.132965,1091.2833,132.51181,5.9879313,38.57302,560.6792,56.80252,588.0357,225.73682,3693.813,15.942069,2752.9578,157.35211,7.8532286,8.998286,37.61834,242.24522,295.1074,260.5461,48.33871,33.762993,11.241627,700.65845,112.33606,45.139492,9.785179,503.10196,13.732019,563.9566,5.9649014,35.951332,0.0,760.66077,2043.8287,0.2479987,144.37408,16.339994,12058.808,25.870815,0.8554641,7.690009,20.077093,6.4162507,1.9422274,11.13494,281.1487,68.648964,7.533281,0.64258,2.290146,114.81777,1.5592418,144.47499,221.70094,1957.0643,375.42685,93.19512,160.15547,456.16898,21.194254,20.920515,344.57748,33.373066,46.692677,11.680751,19.628998,166.19878,13.959603,10.988314,49.86574,14.19148,3805.37,18.64799,21.070229,16.067907,10.27501,221.06204,43.711407,18.745968,6.9474664,7.3964744,13.2128315,56.4238,95.97407,30.228527,164.57065,19.44349,4.810305,47.69338,32.883633,63.319294,98.720825,14.524448,2.4908938,11.538376,16.759838,2168.6526,12.97384,1.9498872,41.827274,12.415283,131.95682,80.913895,113.254974,5.2140837,74.67564,403.24857,309.66602,29.171091,312.7157,59.200985,51.72908,71.62562,56.457497,8.535573,31.163818,494.83792,1.5094664,3.095495,150.43394,24.045929,9.157868,17.664934,20.665545,200.66576,66.23274,161.53778,1097.4187,192.53702,2012.401,1768.3451,17.396029,21.30497,2001.4779,23.692984,33.256016,489.29602,61.024464,97.419525,44.12296,188.29585,299.84003,456.12997,7.9833193,62.795113,261.44617,421.3641,12.517199,106.215256,13.490312,1.6375821,55.172592,1.0848114,1.2209243,4.04385,11.962078,53.429855,21.877468,19.909946,405.77872,66.903336,39.577766,51.995632,17.145641,67.960014,12.0979395,12.693437,13.954906,88.79199,34.314777,22.584414,38.829063,10.565491,29.374289,27.897871,1.4654607,81.41629,13.614873,231.75804,8.859011,350.6744,21.372332,854.8012,169.49962,4.375951,11.358016,187.62083,250.99855,1055.8408,742.1261 +2023-12-13 02:00:00,0.0,3083.7063,61.56039,23.79548,68.33639,43.13992,309.2245,38.300076,73.245804,21.06063,43.66108,322.44095,110.80253,20.8414,132.2067,0.34115332,0.20307775,59.86054,6.3297772,16.794125,896.78284,14.130386,1090.6385,132.49542,6.006645,38.593807,560.3388,56.83085,588.5768,225.79857,3691.8335,15.976901,2753.1406,157.62108,7.874252,9.0171995,37.710716,242.22493,295.08658,261.04422,48.322582,33.74138,11.240395,700.2287,112.555885,45.153183,9.779668,503.20782,13.728778,564.02673,5.964754,35.936165,0.0,760.62134,2043.175,0.24800804,144.25476,16.33551,12054.018,25.87044,0.85573494,7.6858554,20.067177,6.4177666,1.9424238,11.129327,281.04855,68.61873,7.5272756,0.6425761,2.2909958,114.823715,1.5581038,144.4603,221.51479,1956.5464,375.06015,93.18042,160.13351,456.85583,21.232044,20.944555,345.30664,33.420506,46.76075,11.677467,19.628582,166.2506,13.9521675,10.98669,49.86944,14.19606,3805.8154,18.646654,21.067877,16.067017,10.2735,221.16557,43.725353,18.758064,6.9482894,7.394506,13.215512,56.42238,95.92663,30.230444,164.60449,19.440887,4.8094587,47.68624,32.86856,63.27178,98.75502,14.538768,2.4890459,11.561305,16.752293,2167.8425,12.990193,1.9474086,41.78573,12.413056,131.9304,80.92778,113.234955,5.2196727,74.70289,403.09323,309.5233,29.164497,312.56052,59.253582,51.720245,71.6211,56.53494,8.544966,31.18286,494.82413,1.5127031,3.1010652,150.54158,24.046236,9.156763,17.679747,20.674618,200.78131,66.26993,161.53993,1098.102,192.33504,2011.73,1768.0636,17.385443,21.285892,2000.8914,23.692863,33.22547,489.195,60.97941,97.35679,44.090054,188.14717,299.76767,456.08804,7.9778833,62.75867,261.24734,421.26498,12.512462,106.18259,13.484655,1.6374518,55.181927,1.0845916,1.220628,4.0418153,11.960286,53.382294,21.87154,19.91344,406.23306,66.87388,39.558758,51.96707,17.139671,67.99664,12.098567,12.725905,13.948522,88.75768,34.291397,22.615227,38.845318,10.564852,29.420467,27.923698,1.4649483,81.38068,13.6079035,231.73724,8.855905,350.56192,21.374475,855.1491,169.4202,4.3733,11.356198,187.55122,250.87363,1055.5942,742.418 +2023-12-13 03:00:00,0.0,3082.478,61.527554,23.76412,68.28949,43.1173,309.14044,38.281487,73.20102,21.056265,43.627987,322.25235,110.8528,20.829681,132.0401,0.34122443,0.20362435,59.84134,6.3511095,16.811918,896.20996,14.127809,1089.9939,132.47903,6.0253596,38.61459,559.99835,56.85918,589.1178,225.86032,3689.8538,16.011734,2753.3235,157.89005,7.895275,9.036113,37.803093,242.20464,295.06577,261.54236,48.30645,33.719765,11.2391615,699.7989,112.7757,45.16687,9.774157,503.31372,13.725535,564.0968,5.964607,35.920998,0.0,760.5819,2042.5212,0.24801737,144.13544,16.331028,12049.229,25.870064,0.8560057,7.681701,20.057262,6.419282,1.9426204,11.1237135,280.9484,68.588486,7.5212703,0.64257216,2.2918456,114.82966,1.556966,144.44562,221.32863,1956.0284,374.69348,93.16571,160.11156,457.54272,21.269835,20.968597,346.0358,33.46795,46.828823,11.674185,19.628168,166.30241,13.944731,10.985065,49.873135,14.20064,3806.2607,18.64532,21.065525,16.066124,10.271991,221.2691,43.7393,18.77016,6.949112,7.3925376,13.218192,56.42095,95.87919,30.232359,164.63834,19.438288,4.8086123,47.6791,32.853485,63.224266,98.78922,14.553088,2.4871976,11.584235,16.74475,2167.0327,13.006548,1.94493,41.744186,12.4108305,131.904,80.941666,113.214935,5.225261,74.73014,402.9379,309.38055,29.157904,312.4053,59.306183,51.711407,71.616585,56.612377,8.554358,31.2019,494.8103,1.5159397,3.1066356,150.64922,24.046543,9.155658,17.69456,20.683691,200.89687,66.307106,161.54207,1098.7853,192.13306,2011.0591,1767.7821,17.374859,21.266817,2000.3047,23.692745,33.194927,489.09396,60.934353,97.29405,44.05715,187.99849,299.69528,456.04614,7.972448,62.72223,261.0485,421.16586,12.507725,106.14991,13.478999,1.6373216,55.19126,1.0843717,1.2203318,4.03978,11.958494,53.33473,21.865612,19.916935,406.6874,66.84442,39.53975,51.938507,17.1337,68.033264,12.099195,12.758374,13.942138,88.723366,34.26802,22.64604,38.861576,10.564214,29.466648,27.949528,1.4644358,81.34506,13.600934,231.71645,8.852799,350.4494,21.37662,855.497,169.34077,4.370649,11.354382,187.48163,250.7487,1055.3477,742.7099 +2023-12-13 04:00:00,0.0,3081.2498,61.494713,23.732761,68.2426,43.09468,309.05637,38.2629,73.156235,21.051897,43.59489,322.06372,110.90307,20.81796,131.8735,0.34129554,0.20417097,59.82214,6.3724422,16.82971,895.6371,14.125231,1089.3491,132.46265,6.044074,38.635376,559.65796,56.88751,589.6589,225.92207,3687.8743,16.046566,2753.5063,158.15901,7.916298,9.055026,37.89547,242.18434,295.04492,262.04047,48.29032,33.698154,11.237929,699.3691,112.99553,45.18056,9.768646,503.41956,13.722294,564.16693,5.9644594,35.90583,0.0,760.5425,2041.8676,0.24802671,144.01611,16.326544,12044.439,25.869688,0.8562766,7.6775475,20.047348,6.420798,1.9428169,11.1181,280.84824,68.55824,7.5152655,0.6425683,2.292695,114.8356,1.555828,144.43092,221.14247,1955.5105,374.32678,93.15101,160.08961,458.22958,21.307625,20.99264,346.76492,33.515392,46.896896,11.670902,19.627752,166.35425,13.937295,10.983441,49.876835,14.20522,3806.706,18.643988,21.063171,16.065233,10.27048,221.37262,43.753246,18.782259,6.949935,7.390569,13.220873,56.41953,95.83174,30.234274,164.67216,19.435686,4.807766,47.671963,32.838413,63.17675,98.82342,14.567408,2.4853494,11.607165,16.737204,2166.223,13.022902,1.9424515,41.70264,12.408605,131.8776,80.95556,113.194916,5.23085,74.75739,402.78256,309.23785,29.15131,312.25012,59.35878,51.70257,71.612076,56.68982,8.563749,31.220943,494.79648,1.5191764,3.112206,150.75685,24.04685,9.154552,17.709373,20.692764,201.01242,66.344284,161.5442,1099.4686,191.93108,2010.3881,1767.5007,17.364275,21.24774,1999.718,23.692627,33.164383,488.99295,60.8893,97.231316,44.02425,187.8498,299.62292,456.00424,7.967012,62.685787,260.84967,421.06674,12.502988,106.11724,13.473343,1.6371913,55.200596,1.0841517,1.2200356,4.0377455,11.956702,53.287163,21.859682,19.92043,407.14175,66.814964,39.520737,51.909946,17.127728,68.06989,12.099821,12.790843,13.935753,88.68906,34.24464,22.676853,38.87783,10.563575,29.512827,27.975357,1.4639235,81.30945,13.593965,231.69563,8.849693,350.33688,21.378761,855.8449,169.26135,4.367998,11.352564,187.41203,250.62378,1055.1011,743.0018 +2023-12-13 05:00:00,0.0,3080.0215,61.461872,23.7014,68.19571,43.07206,308.97232,38.244312,73.11145,21.047531,43.5618,321.87512,110.95334,20.806242,131.70691,0.34136665,0.20471759,59.80294,6.3937745,16.847502,895.0643,14.122652,1088.7043,132.44626,6.0627885,38.656162,559.31757,56.915836,590.19995,225.98383,3685.8948,16.081398,2753.6895,158.42798,7.937321,9.073939,37.98785,242.16405,295.0241,262.53857,48.274193,33.67654,11.236696,698.93933,113.215355,45.19425,9.763135,503.52545,13.719051,564.237,5.964312,35.890663,0.0,760.503,2041.2139,0.24803606,143.89679,16.322062,12039.65,25.869312,0.8565474,7.6733937,20.037434,6.422313,1.9430133,11.112488,280.74808,68.528,7.50926,0.6425644,2.2935448,114.841545,1.55469,144.41624,220.95631,1954.9926,373.96008,93.13631,160.06766,458.91647,21.345415,21.016682,347.49408,33.56283,46.96497,11.66762,19.627335,166.40607,13.929859,10.981816,49.88053,14.2098,3807.1514,18.642654,21.06082,16.06434,10.2689705,221.47615,43.767197,18.794355,6.950758,7.388601,13.223553,56.418102,95.7843,30.236189,164.70601,19.433084,4.8069196,47.664825,32.823338,63.129234,98.85762,14.581728,2.4835014,11.630095,16.729658,2165.413,13.039255,1.9399729,41.6611,12.406379,131.8512,80.969444,113.1749,5.236439,74.784645,402.62723,309.09512,29.144716,312.0949,59.41138,51.693737,71.60756,56.767258,8.573141,31.239985,494.78268,1.522413,3.1177762,150.8645,24.047157,9.153448,17.724186,20.701838,201.12798,66.38147,161.54634,1100.1519,191.7291,2009.7172,1767.2192,17.35369,21.228662,1999.1313,23.692509,33.133835,488.89194,60.844246,97.16859,43.99135,187.70111,299.55057,455.9623,7.961576,62.649345,260.65082,420.96762,12.498251,106.08457,13.467686,1.637061,55.20993,1.0839319,1.2197393,4.035711,11.95491,53.239597,21.853754,19.923925,407.5961,66.78551,39.501728,51.881386,17.121756,68.10652,12.100449,12.823311,13.929368,88.65475,34.22126,22.707666,38.894085,10.562937,29.559006,28.001186,1.4634111,81.27384,13.586995,231.67484,8.846588,350.22437,21.380905,856.1928,169.18193,4.365347,11.350746,187.34242,250.49886,1054.8545,743.2937 +2023-12-13 06:00:00,0.0,3078.7932,61.429035,23.67004,68.14881,43.04944,308.88824,38.225723,73.06667,21.043163,43.528706,321.6865,111.00362,20.794523,131.54031,0.34143776,0.2052642,59.78374,6.415107,16.865294,894.4914,14.120074,1088.0596,132.42987,6.081503,38.67695,558.9771,56.944168,590.741,226.04556,3683.9153,16.11623,2753.8723,158.69695,7.9583445,9.092853,38.080227,242.14374,295.0033,263.0367,48.258064,33.654926,11.235464,698.5095,113.43517,45.20794,9.757624,503.63132,13.715809,564.3071,5.9641647,35.875492,0.0,760.46356,2040.56,0.2480454,143.77745,16.317577,12034.861,25.868938,0.8568182,7.6692395,20.02752,6.4238286,1.9432098,11.106874,280.64792,68.49776,7.503255,0.64256054,2.2943945,114.84749,1.5535522,144.40155,220.77016,1954.4746,373.5934,93.1216,160.0457,459.60333,21.383205,21.040722,348.22324,33.610275,47.033043,11.664337,19.62692,166.45789,13.922423,10.980192,49.884228,14.21438,3807.597,18.641321,21.058468,16.06345,10.267461,221.57968,43.781143,18.806452,6.9515805,7.386632,13.2262335,56.41668,95.73686,30.238104,164.73985,19.430485,4.806073,47.657684,32.808266,63.08172,98.891815,14.596047,2.4816532,11.653025,16.722113,2164.603,13.055609,1.9374943,41.619556,12.404153,131.82478,80.98334,113.15487,5.242028,74.8119,402.4719,308.9524,29.138123,311.93973,59.463978,51.6849,71.60304,56.844696,8.582534,31.259027,494.76886,1.5256497,3.1233466,150.97214,24.047464,9.152343,17.738998,20.71091,201.24353,66.41865,161.54848,1100.8352,191.52713,2009.0461,1766.9379,17.343105,21.209585,1998.5447,23.69239,33.10329,488.79092,60.799194,97.10585,43.958447,187.55241,299.4782,455.9204,7.95614,62.612904,260.452,420.86853,12.493514,106.0519,13.462029,1.6369308,55.219265,1.083712,1.2194431,4.0336757,11.953118,53.192036,21.847826,19.92742,408.0504,66.75605,39.48272,51.85282,17.115784,68.14314,12.101076,12.85578,13.922984,88.62044,34.19788,22.73848,38.91034,10.562298,29.605185,28.027014,1.4628987,81.23823,13.580026,231.65404,8.843482,350.11185,21.383049,856.5407,169.10251,4.362696,11.348929,187.27283,250.37395,1054.6079,743.5856 +2023-12-13 07:00:00,0.0,3077.565,61.396194,23.63868,68.10192,43.026817,308.80417,38.207138,73.02189,21.038797,43.49561,321.4979,111.05389,20.782803,131.37373,0.34150887,0.20581082,59.76454,6.436439,16.883085,893.9186,14.1174965,1087.4148,132.41348,6.1002173,38.69773,558.6367,56.972496,591.2821,226.10732,3681.9358,16.151062,2754.0552,158.96591,7.9793673,9.111766,38.172604,242.12344,294.98248,263.53482,48.241936,33.633316,11.234232,698.0797,113.655,45.22163,9.752112,503.73718,13.712567,564.37726,5.9640174,35.860325,0.0,760.42413,2039.9064,0.24805474,143.65813,16.313093,12030.071,25.868563,0.85708904,7.665086,20.017605,6.4253445,1.9434063,11.101261,280.54776,68.467514,7.4972496,0.64255667,2.295244,114.85343,1.5524142,144.38686,220.584,1953.9567,373.2267,93.106895,160.02374,460.29022,21.420996,21.064764,348.9524,33.657715,47.101116,11.661055,19.626505,166.5097,13.914987,10.978568,49.887924,14.21896,3808.0422,18.639988,21.056116,16.062557,10.26595,221.68321,43.79509,18.818548,6.9524035,7.3846636,13.228913,56.415257,95.68942,30.24002,164.7737,19.427883,4.805227,47.650547,32.79319,63.034206,98.92602,14.610368,2.4798052,11.675954,16.714567,2163.7932,13.071962,1.9350158,41.57801,12.401926,131.79839,80.99722,113.13485,5.2476172,74.83915,402.31656,308.8097,29.131527,311.78455,59.516575,51.676064,71.59853,56.92214,8.591926,31.278069,494.75507,1.5288863,3.128917,151.07977,24.047771,9.1512375,17.753813,20.719984,201.35909,66.45583,161.55061,1101.5184,191.32515,2008.3752,1766.6564,17.33252,21.19051,1997.9581,23.69227,33.072746,488.6899,60.75414,97.04311,43.925545,187.40373,299.40585,455.8785,7.950704,62.57646,260.25314,420.7694,12.488778,106.019226,13.456373,1.6368005,55.2286,1.0834922,1.2191468,4.031641,11.951325,53.14447,21.841898,19.930914,408.50476,66.726585,39.46371,51.82426,17.109812,68.17977,12.101703,12.888248,13.916599,88.58613,34.1745,22.76929,38.926594,10.56166,29.651363,28.052843,1.4623863,81.202614,13.573057,231.63324,8.840377,349.99933,21.385193,856.8886,169.02309,4.360045,11.347112,187.20322,250.24902,1054.3613,743.87744 +2023-12-13 08:00:00,0.0,3076.3367,61.363354,23.607319,68.05503,43.004196,308.72012,38.18855,72.977104,21.03443,43.462517,321.30927,111.10416,20.771084,131.20714,0.34157997,0.20635742,59.745342,6.4577713,16.900879,893.3457,14.114918,1086.7701,132.39708,6.1189313,38.718517,558.29626,57.000824,591.8232,226.16907,3679.956,16.185896,2754.238,159.23488,8.000391,9.130679,38.264984,242.10315,294.96164,264.03293,48.225807,33.611702,11.232999,697.64996,113.87482,45.235317,9.746602,503.84302,13.709325,564.4473,5.96387,35.845158,0.0,760.3847,2039.2527,0.24806409,143.5388,16.30861,12025.282,25.868187,0.8573599,7.660932,20.00769,6.42686,1.9436028,11.095648,280.4476,68.43727,7.4912443,0.6425528,2.2960937,114.859375,1.5512762,144.37218,220.39784,1953.4387,372.86002,93.09219,160.0018,460.97708,21.458786,21.088806,349.68152,33.70516,47.16919,11.657772,19.62609,166.56152,13.907551,10.976944,49.891624,14.22354,3808.4875,18.638655,21.053764,16.061666,10.264441,221.78673,43.809036,18.830645,6.953226,7.382695,13.231593,56.41383,95.64198,30.241936,164.80753,19.425282,4.8043804,47.64341,32.77812,62.98669,98.96021,14.624687,2.477957,11.698884,16.707022,2162.9834,13.088317,1.9325372,41.53647,12.3997,131.77197,81.011116,113.11483,5.253206,74.8664,402.16122,308.66696,29.124933,311.62933,59.569176,51.667225,71.59402,56.999577,8.601317,31.297112,494.74124,1.532123,3.1344874,151.18741,24.048079,9.150132,17.768625,20.729057,201.47464,66.49301,161.55275,1102.2017,191.12317,2007.7042,1766.375,17.321936,21.171432,1997.3715,23.692152,33.042202,488.58887,60.709087,96.98038,43.892643,187.25504,299.3335,455.8366,7.945268,62.54002,260.05432,420.6703,12.484041,105.98656,13.450717,1.6366702,55.237934,1.0832722,1.2188505,4.029606,11.949533,53.096905,21.83597,19.934408,408.9591,66.69713,39.444702,51.7957,17.103842,68.2164,12.10233,12.920717,13.910215,88.55182,34.151123,22.800104,38.94285,10.561022,29.697542,28.078672,1.4618739,81.167,13.566088,231.61244,8.837271,349.8868,21.387337,857.2365,168.94366,4.357394,11.345294,187.13362,250.1241,1054.1147,744.1694 +2023-12-13 09:00:00,0.0,3075.1082,61.330517,23.575958,68.00813,42.981575,308.63605,38.16996,72.93232,21.030064,43.429424,321.12067,111.15443,20.759365,131.04054,0.34165108,0.20690404,59.726147,6.4791036,16.91867,892.7729,14.11234,1086.1254,132.38069,6.1376457,38.739304,557.9559,57.029156,592.36426,226.23082,3677.9766,16.220728,2754.421,159.50385,8.021414,9.149592,38.35736,242.08286,294.94083,264.53107,48.20968,33.590088,11.231767,697.22015,114.09464,45.24901,9.741091,503.9489,13.706082,564.51746,5.963722,35.82999,0.0,760.3453,2038.5989,0.24807343,143.41948,16.304127,12020.493,25.867811,0.8576307,7.6567783,19.997776,6.4283757,1.9437993,11.0900345,280.34744,68.407036,7.485239,0.6425489,2.2969434,114.86532,1.5501384,144.35748,220.2117,1952.9208,372.49335,93.077484,159.97984,461.66397,21.496576,21.112846,350.41068,33.752598,47.237263,11.6544895,19.625673,166.61336,13.900115,10.97532,49.89532,14.22812,3808.9329,18.637321,21.05141,16.060774,10.262931,221.89026,43.822983,18.842741,6.954049,7.380727,13.234274,56.412407,95.59454,30.24385,164.84137,19.42268,4.803534,47.63627,32.763042,62.939175,98.994415,14.639008,2.476109,11.721814,16.699476,2162.1736,13.104671,1.9300586,41.494926,12.397474,131.74557,81.025,113.09481,5.258795,74.89365,402.0059,308.52423,29.11834,311.47415,59.621773,51.65839,71.5895,57.077015,8.610709,31.316153,494.72742,1.5353596,3.1400576,151.29506,24.048388,9.149027,17.783438,20.73813,201.5902,66.53019,161.55489,1102.885,190.92119,2007.0333,1766.0935,17.31135,21.152355,1996.7848,23.692034,33.011658,488.48785,60.664032,96.91764,43.85974,187.10635,299.26114,455.79468,7.9398327,62.503582,259.85547,420.57117,12.479304,105.95389,13.445061,1.6365399,55.24727,1.0830523,1.2185543,4.027571,11.9477415,53.04934,21.830042,19.937902,409.41345,66.66767,39.425694,51.767136,17.09787,68.25302,12.102958,12.953186,13.903831,88.51751,34.127743,22.830917,38.959103,10.560383,29.743721,28.104502,1.4613615,81.131386,13.559118,231.59164,8.834166,349.7743,21.389479,857.5844,168.86424,4.3547435,11.343477,187.06403,249.99918,1053.8682,744.46124 +2023-12-13 10:00:00,0.0,3073.88,61.297676,23.544598,67.96124,42.958954,308.552,38.151375,72.887535,21.025696,43.396328,320.93204,111.2047,20.747644,130.87395,0.3417222,0.20745064,59.706947,6.500436,16.936462,892.2,14.109762,1085.4806,132.3643,6.15636,38.760086,557.6155,57.057484,592.90533,226.29257,3675.997,16.25556,2754.604,159.77281,8.042437,9.168506,38.449738,242.06256,294.92,265.02917,48.19355,33.568478,11.230534,696.79034,114.31446,45.262695,9.7355795,504.05475,13.702841,564.5875,5.963575,35.814823,0.0,760.3058,2037.9452,0.24808277,143.30016,16.299644,12015.704,25.867435,0.8579015,7.652624,19.987862,6.429891,1.9439958,11.084421,280.24728,68.37679,7.4792337,0.64254504,2.297793,114.87126,1.5490004,144.34279,220.02554,1952.4028,372.12665,93.06278,159.95789,462.35083,21.534367,21.136889,351.13983,33.80004,47.305336,11.651207,19.625257,166.66518,13.892678,10.973696,49.899017,14.2327,3809.3782,18.635988,21.049059,16.059883,10.261421,221.99379,43.83693,18.85484,6.954872,7.3787584,13.236954,56.410984,95.547104,30.245766,164.87521,19.42008,4.8026876,47.62913,32.74797,62.89166,99.02861,14.653327,2.4742608,11.744743,16.69193,2161.3638,13.121024,1.9275801,41.45338,12.395248,131.71916,81.038895,113.07479,5.264384,74.9209,401.85056,308.38153,29.111746,311.31897,59.674374,51.64955,71.58499,57.154457,8.620102,31.335196,494.71362,1.5385963,3.145628,151.4027,24.048695,9.147922,17.798252,20.747204,201.70575,66.567375,161.55702,1103.5684,190.71921,2006.3623,1765.8121,17.300766,21.133278,1996.1981,23.691916,32.981113,488.38684,60.618977,96.854904,43.82684,186.95767,299.18878,455.75278,7.9343967,62.46714,259.65665,420.47208,12.474567,105.92122,13.4394045,1.6364098,55.256603,1.0828325,1.218258,4.025536,11.94595,53.001774,21.824114,19.941397,409.86777,66.638214,39.406685,51.738575,17.091898,68.28965,12.103584,12.985655,13.897447,88.4832,34.104362,22.86173,38.975357,10.559745,29.7899,28.130331,1.460849,81.09577,13.552149,231.57083,8.831059,349.66177,21.391623,857.9323,168.78482,4.3520923,11.34166,186.99442,249.87425,1053.6216,744.7531 +2023-12-13 11:00:00,0.0,3072.6516,61.26484,23.513237,67.91435,42.936333,308.46793,38.132786,72.84275,21.02133,43.363235,320.74344,111.25497,20.735926,130.70735,0.34179333,0.20799726,59.687748,6.521768,16.954254,891.62714,14.107183,1084.8358,132.34792,6.1750746,38.780872,557.275,57.08581,593.4464,226.35432,3674.0176,16.290392,2754.7869,160.04178,8.06346,9.187419,38.542118,242.04225,294.89917,265.52728,48.177418,33.546864,11.229301,696.36053,114.53429,45.276386,9.730069,504.16064,13.699598,564.65765,5.9634275,35.799656,0.0,760.26636,2037.2915,0.2480921,143.18083,16.29516,12010.914,25.86706,0.85817236,7.6484704,19.977947,6.4314065,1.9441923,11.078809,280.14713,68.34655,7.473229,0.64254117,2.2986426,114.877205,1.5478624,144.32811,219.83939,1951.8849,371.75995,93.04808,159.93593,463.03772,21.572157,21.16093,351.86896,33.847485,47.37341,11.647924,19.624842,166.717,13.885242,10.972071,49.902718,14.23728,3809.8235,18.634653,21.046707,16.05899,10.259911,222.0973,43.85088,18.866936,6.9556947,7.37679,13.2396345,56.409557,95.499664,30.24768,164.90906,19.417479,4.8018413,47.621994,32.732895,62.844147,99.06281,14.667647,2.4724126,11.7676735,16.684385,2160.5537,13.137378,1.9251015,41.41184,12.393022,131.69275,81.05278,113.05477,5.269973,74.94815,401.69522,308.2388,29.105152,311.16376,59.72697,51.640717,71.580475,57.231895,8.629494,31.354237,494.6998,1.5418329,3.1511984,151.51033,24.049002,9.146816,17.813065,20.756277,201.8213,66.60455,161.55917,1104.2516,190.51723,2005.6914,1765.5306,17.290182,21.114202,1995.6115,23.691797,32.95057,488.28583,60.573925,96.792175,43.793938,186.80898,299.1164,455.71088,7.928961,62.4307,259.4578,420.37296,12.4698305,105.88854,13.433748,1.6362795,55.265938,1.0826125,1.2179618,4.0235014,11.944158,52.954212,21.818186,19.944893,410.3221,66.60876,39.387672,51.710014,17.085926,68.32628,12.104212,13.018123,13.891062,88.44888,34.080982,22.892544,38.99161,10.559106,29.836079,28.156158,1.4603367,81.06016,13.545179,231.55003,8.827954,349.5493,21.393766,858.2802,168.7054,4.3494415,11.339842,186.92482,249.74933,1053.375,745.04504 +2023-12-13 12:00:00,0.0,3071.4233,61.232,23.481876,67.867455,42.91371,308.38388,38.114197,72.79797,21.016964,43.330143,320.5548,111.305244,20.724207,130.54076,0.34186444,0.20854388,59.66855,6.5431004,16.972046,891.0543,14.104606,1084.1912,132.33153,6.193789,38.80166,556.93463,57.114143,593.9874,226.41608,3672.0378,16.325224,2754.9697,160.31075,8.084483,9.206332,38.634495,242.02196,294.87836,266.02542,48.16129,33.52525,11.228068,695.9308,114.75411,45.290073,9.724558,504.2665,13.696356,564.7277,5.96328,35.78449,0.0,760.2269,2036.6377,0.24810144,143.0615,16.290678,12006.125,25.866686,0.8584432,7.6443167,19.96803,6.4329224,1.9443887,11.073195,280.04697,68.31631,7.4672236,0.6425373,2.2994924,114.88315,1.5467246,144.31342,219.65323,1951.367,371.39328,93.03337,159.91399,463.72458,21.609947,21.18497,352.5981,33.894924,47.441483,11.644642,19.624426,166.76881,13.877807,10.970447,49.906414,14.24186,3810.2688,18.63332,21.044355,16.0581,10.258401,222.20084,43.864826,18.879032,6.9565177,7.374821,13.242314,56.408134,95.452225,30.249596,164.94289,19.414877,4.800995,47.614853,32.717823,62.79663,99.09701,14.681967,2.4705646,11.790604,16.67684,2159.744,13.153732,1.9226229,41.370296,12.390796,131.66635,81.066666,113.03475,5.2755613,74.9754,401.5399,308.09607,29.098558,311.00858,59.779568,51.631878,71.57596,57.309334,8.6388855,31.373278,494.686,1.5450696,3.1567686,151.61797,24.049309,9.145711,17.827877,20.76535,201.93686,66.64173,161.56131,1104.9348,190.31525,2005.0204,1765.2493,17.279596,21.095125,1995.0249,23.691677,32.920025,488.1848,60.52887,96.72944,43.761036,186.6603,299.04404,455.66898,7.923525,62.394257,259.25897,420.27383,12.465094,105.85587,13.428091,1.6361492,55.275272,1.0823926,1.2176656,4.0214667,11.942366,52.906647,21.812258,19.948387,410.77646,66.5793,39.368664,51.68145,17.079954,68.3629,12.104839,13.050591,13.884678,88.41457,34.057606,22.923357,39.007866,10.558468,29.882257,28.181988,1.4598243,81.02454,13.53821,231.52924,8.824848,349.43677,21.39591,858.6281,168.62598,4.3467903,11.338025,186.85521,249.62442,1053.1284,745.3369 +2023-12-13 13:00:00,0.0,3070.195,61.199158,23.450518,67.820564,42.89109,308.2998,38.09561,72.75319,21.012596,43.297047,320.3662,111.355515,20.712488,130.37416,0.34193555,0.20909049,59.64935,6.5644326,16.989838,890.48145,14.102028,1083.5464,132.31514,6.2125034,38.82244,556.5942,57.14247,594.5285,226.47783,3670.0583,16.360056,2755.1526,160.57971,8.105506,9.225245,38.72687,242.00166,294.85754,266.52353,48.14516,33.50364,11.226836,695.501,114.97393,45.303764,9.719047,504.37238,13.693114,564.79785,5.963133,35.76932,0.0,760.1875,2035.984,0.24811079,142.94217,16.286194,12001.336,25.86631,0.858714,7.6401625,19.958118,6.4344378,1.9445852,11.067582,279.9468,68.286064,7.4612184,0.64253336,2.3003418,114.88909,1.5455866,144.29872,219.46707,1950.849,371.02658,93.01867,159.89203,464.41147,21.647738,21.209013,353.32727,33.942368,47.509556,11.641359,19.62401,166.82063,13.870371,10.9688225,49.91011,14.24644,3810.714,18.631987,21.042004,16.057207,10.256891,222.30437,43.878773,18.891129,6.9573402,7.372853,13.244995,56.40671,95.404785,30.251513,164.97673,19.412277,4.8001485,47.607716,32.702747,62.749115,99.13121,14.696287,2.4687164,11.813533,16.669296,2158.934,13.170086,1.9201444,41.32875,12.38857,131.63994,81.08056,113.01473,5.2811503,75.002655,401.38455,307.95337,29.091965,310.8534,59.83217,51.623043,71.57145,57.386776,8.648277,31.39232,494.67218,1.5483062,3.162339,151.7256,24.049616,9.144606,17.842691,20.774424,202.05241,66.67892,161.56345,1105.6182,190.11327,2004.3495,1764.9678,17.269012,21.076048,1994.4382,23.691559,32.88948,488.08377,60.483818,96.6667,43.728134,186.5116,298.97168,455.62704,7.918089,62.357815,259.06012,420.1747,12.460357,105.823204,13.422435,1.636019,55.284607,1.0821728,1.2173693,4.0194316,11.940573,52.85908,21.806328,19.951881,411.2308,66.54984,39.349655,51.65289,17.073982,68.39953,12.105467,13.08306,13.878293,88.380264,34.034225,22.95417,39.024124,10.557829,29.928436,28.207817,1.4593118,80.98893,13.53124,231.50844,8.821743,349.32425,21.398052,858.976,168.54655,4.3441396,11.336207,186.78561,249.4995,1052.8818,745.6288 +2023-12-13 14:00:00,0.0,3068.9668,61.16632,23.419157,67.773674,42.86847,308.21576,38.077023,72.708405,21.00823,43.263954,320.17758,111.405785,20.700768,130.20758,0.34200665,0.2096371,59.63015,6.585765,17.007631,889.9086,14.099449,1082.9016,132.29875,6.231218,38.843227,556.2538,57.1708,595.0696,226.53957,3668.0789,16.39489,2755.3354,160.84868,8.12653,9.244159,38.819252,241.98137,294.8367,267.02164,48.129032,33.482025,11.225603,695.07117,115.193756,45.31745,9.713536,504.47827,13.689872,564.8679,5.9629855,35.75415,0.0,760.1481,2035.3303,0.24812013,142.82285,16.28171,11996.547,25.865934,0.8589848,7.6360087,19.948202,6.4359536,1.9447818,11.061969,279.84665,68.25582,7.455213,0.6425295,2.3011916,114.89504,1.5444486,144.28404,219.28091,1950.331,370.65988,93.00397,159.87007,465.09833,21.685528,21.233055,354.0564,33.989807,47.57763,11.638077,19.623594,166.87247,13.862934,10.967198,49.913807,14.25102,3811.1597,18.630653,21.03965,16.056316,10.255382,222.4079,43.89272,18.903225,6.9581633,7.3708844,13.247675,56.405285,95.357346,30.253428,165.01057,19.409676,4.799302,47.60058,32.68767,62.7016,99.165405,14.710607,2.4668684,11.836463,16.66175,2158.1243,13.1864395,1.9176658,41.28721,12.386344,131.61354,81.094444,112.99471,5.2867393,75.02991,401.22922,307.81064,29.085371,310.69818,59.884766,51.614204,71.56693,57.464214,8.65767,31.411362,494.65836,1.5515429,3.1679094,151.83325,24.049923,9.1435,17.857504,20.783497,202.16798,66.716095,161.56558,1106.3015,189.91129,2003.6785,1764.6864,17.258427,21.05697,1993.8516,23.69144,32.858936,487.98276,60.438763,96.603966,43.695232,186.36292,298.89932,455.58514,7.912653,62.321373,258.8613,420.07562,12.45562,105.790535,13.416779,1.6358887,55.29394,1.0819528,1.2170731,4.017397,11.938781,52.811516,21.8004,19.955376,411.68512,66.520386,39.330647,51.62433,17.068012,68.43616,12.106093,13.115529,13.871909,88.345955,34.010845,22.984983,39.04038,10.557191,29.974615,28.233646,1.4587995,80.953316,13.524271,231.48764,8.818637,349.21173,21.400196,859.3239,168.46713,4.341489,11.33439,186.71602,249.37457,1052.6354,745.9207 +2023-12-13 15:00:00,0.0,3067.7385,61.13348,23.387796,67.726776,42.845848,308.13168,38.058434,72.66362,21.003862,43.230858,319.98898,111.456055,20.689049,130.04099,0.34207776,0.21018371,59.61095,6.607097,17.025423,889.33575,14.096871,1082.2568,132.28235,6.249932,38.864014,555.9134,57.19913,595.61066,226.60132,3666.0994,16.429722,2755.5186,161.11765,8.1475525,9.263073,38.91163,241.96107,294.8159,267.51978,48.112904,33.46041,11.224371,694.6414,115.413574,45.331142,9.708025,504.5841,13.68663,564.93805,5.962838,35.738983,0.0,760.10864,2034.6765,0.24812947,142.70352,16.277227,11991.758,25.865559,0.8592557,7.631855,19.938288,6.437469,1.9449782,11.056355,279.7465,68.22558,7.449208,0.6425256,2.302041,114.900986,1.5433108,144.26935,219.09476,1949.8131,370.2932,92.98927,159.84811,465.78522,21.723318,21.257097,354.78555,34.03725,47.645702,11.634794,19.623178,166.92429,13.855498,10.965574,49.917507,14.2556,3811.605,18.62932,21.037298,16.055424,10.253871,222.51141,43.906666,18.915323,6.9589863,7.368916,13.250356,56.403862,95.309906,30.255342,165.04442,19.407074,4.7984557,47.593437,32.6726,62.654087,99.19961,14.724927,2.4650202,11.859392,16.654205,2157.3142,13.202793,1.9151872,41.245663,12.384118,131.58713,81.10834,112.97469,5.2923284,75.05716,401.07388,307.6679,29.078777,310.543,59.937366,51.60537,71.562416,57.541656,8.667062,31.430405,494.64456,1.5547795,3.1734796,151.94089,24.05023,9.142396,17.872316,20.79257,202.28354,66.75327,161.56772,1106.9847,189.7093,2003.0076,1764.4049,17.247843,21.037893,1993.2649,23.691322,32.828392,487.88174,60.39371,96.54123,43.66233,186.21423,298.82697,455.54324,7.907217,62.28493,258.66245,419.9765,12.450883,105.757866,13.411122,1.6357584,55.303276,1.0817329,1.2167768,4.015362,11.936989,52.763954,21.794472,19.95887,412.13947,66.49093,39.311638,51.595768,17.06204,68.472786,12.106721,13.147998,13.865524,88.311646,33.987465,23.015797,39.056633,10.556552,30.020794,28.259474,1.4582871,80.91771,13.517302,231.46683,8.815532,349.0992,21.40234,859.6718,168.38771,4.3388376,11.332573,186.64641,249.24965,1052.3888,746.2126 +2023-12-13 16:00:00,0.0,3066.5103,61.10064,23.356436,67.679886,42.823227,308.0476,38.03985,72.618835,20.999496,43.197765,319.80035,111.506325,20.67733,129.87439,0.34214887,0.21073033,59.59175,6.6284294,17.043215,888.76294,14.094294,1081.612,132.26596,6.2686462,38.884796,555.57294,57.22746,596.15173,226.66307,3664.1199,16.464554,2755.7014,161.38661,8.168575,9.281986,39.004005,241.94077,294.79507,268.01788,48.096775,33.4388,11.223139,694.2116,115.6334,45.34483,9.702514,504.68994,13.683388,565.0082,5.962691,35.723816,0.0,760.0692,2034.0228,0.24813882,142.5842,16.272743,11986.968,25.865183,0.8595265,7.6277013,19.928373,6.4389844,1.9451747,11.050743,279.64633,68.195335,7.4432025,0.64252174,2.3028908,114.90693,1.5421728,144.25467,218.9086,1949.2952,369.9265,92.97456,159.82617,466.47208,21.761108,21.281137,355.5147,34.08469,47.713776,11.631512,19.622763,166.9761,13.8480625,10.963949,49.921204,14.26018,3812.0503,18.627987,21.034946,16.054533,10.252361,222.61494,43.920612,18.92742,6.959809,7.3669477,13.253036,56.402435,95.26247,30.257257,165.07825,19.404472,4.7976093,47.5863,32.657524,62.60657,99.23381,14.739246,2.4631722,11.882322,16.64666,2156.5044,13.219147,1.9127088,41.20412,12.381891,131.56073,81.12222,112.95467,5.2979174,75.08441,400.91855,307.5252,29.072184,310.3878,59.989964,51.59653,71.55791,57.619095,8.676454,31.449446,494.63074,1.5580162,3.17905,152.04852,24.050537,9.141291,17.887129,20.801643,202.3991,66.79046,161.56985,1107.668,189.50732,2002.3365,1764.1235,17.237259,21.018818,1992.6783,23.691202,32.797848,487.78073,60.348656,96.47849,43.62943,186.06554,298.7546,455.5013,7.9017816,62.24849,258.46362,419.87738,12.446146,105.72519,13.405466,1.6356281,55.31261,1.081513,1.2164805,4.013327,11.935197,52.71639,21.788544,19.962366,412.5938,66.46147,39.29263,51.567204,17.056068,68.50941,12.107348,13.180467,13.85914,88.277336,33.964085,23.046608,39.072887,10.555914,30.066973,28.285303,1.4577746,80.882095,13.510332,231.44603,8.812426,348.9867,21.404484,860.0197,168.30829,4.336187,11.330755,186.57681,249.12473,1052.1422,746.50446 +2023-12-13 17:00:00,0.0,3065.2817,61.067802,23.325075,67.632996,42.800606,307.96356,38.02126,72.57405,20.995129,43.164673,319.61176,111.5566,20.66561,129.7078,0.34221998,0.21127693,59.57255,6.6497617,17.061007,888.19006,14.091715,1080.9674,132.24957,6.2873607,38.905582,555.23254,57.255787,596.6928,226.72482,3662.1401,16.499386,2755.8843,161.65558,8.189599,9.3008995,39.096382,241.92047,294.77426,268.516,48.080647,33.417187,11.221906,693.7818,115.85322,45.35852,9.697002,504.79584,13.680145,565.07825,5.9625435,35.70865,0.0,760.0298,2033.3691,0.24814816,142.46487,16.268261,11982.179,25.864807,0.8597973,7.623547,19.918459,6.4405003,1.9453712,11.04513,279.54617,68.1651,7.4371977,0.64251786,2.3037405,114.91287,1.5410348,144.23997,218.72244,1948.7772,369.5598,92.95986,159.80421,467.15897,21.798899,21.30518,356.24387,34.132133,47.78185,11.628229,19.622347,167.02792,13.840627,10.962325,49.9249,14.26476,3812.4956,18.626654,21.032595,16.05364,10.250852,222.71848,43.934563,18.939516,6.960632,7.364979,13.255716,56.401012,95.21503,30.259172,165.11209,19.401873,4.796763,47.579163,32.642452,62.559055,99.268005,14.753567,2.461324,11.905252,16.639114,2155.6946,13.235501,1.9102302,41.16258,12.379665,131.53432,81.136116,112.934654,5.303506,75.111664,400.7632,307.38248,29.065588,310.2326,60.04256,51.587696,71.55339,57.696533,8.685846,31.468489,494.6169,1.5612528,3.1846204,152.15616,24.050844,9.140185,17.901943,20.810717,202.51465,66.82764,161.57199,1108.3513,189.30534,2001.6656,1763.842,17.226673,20.99974,1992.0917,23.691084,32.767303,487.67972,60.3036,96.415764,43.596527,185.91685,298.68225,455.4594,7.8963456,62.212048,258.26477,419.77826,12.441409,105.69252,13.39981,1.6354979,55.321945,1.0812931,1.2161843,4.011292,11.933405,52.668823,21.782616,19.96586,413.04816,66.43201,39.273617,51.538643,17.050097,68.546036,12.107975,13.2129345,13.852756,88.24303,33.94071,23.077421,39.08914,10.555275,30.113153,28.311132,1.4572623,80.84648,13.503363,231.42523,8.80932,348.87418,21.406628,860.3676,168.22887,4.3335357,11.328938,186.5072,248.9998,1051.8956,746.7964 +2023-12-13 18:00:00,0.0,3064.0535,61.03496,23.293715,67.5861,42.777985,307.8795,38.002674,72.529274,20.990763,43.131577,319.42313,111.60687,20.65389,129.5412,0.3422911,0.21182355,59.553352,6.671094,17.078798,887.6172,14.089137,1080.3226,132.23318,6.306075,38.92637,554.8921,57.28412,597.2339,226.78658,3660.1606,16.534218,2756.0671,161.92455,8.210622,9.319813,39.18876,241.90018,294.75342,269.01413,48.064518,33.395573,11.220674,693.352,116.073044,45.37221,9.691492,504.9017,13.676904,565.1484,5.962396,35.69348,0.0,759.99036,2032.7153,0.24815749,142.34554,16.263777,11977.39,25.864433,0.86006814,7.6193933,19.908545,6.4420156,1.9455677,11.039516,279.446,68.13486,7.4311924,0.642514,2.30459,114.918816,1.539897,144.22528,218.53629,1948.2593,369.19315,92.94516,159.78226,467.84583,21.836689,21.329222,356.973,34.179577,47.849922,11.624946,19.621931,167.07976,13.83319,10.960701,49.9286,14.2693405,3812.941,18.62532,21.030241,16.05275,10.249342,222.82199,43.94851,18.951612,6.961455,7.3630104,13.258396,56.39959,95.16759,30.26109,165.14594,19.399271,4.7959166,47.57202,32.627377,62.51154,99.30221,14.767886,2.4594758,11.928182,16.631569,2154.8848,13.251855,1.9077516,41.121033,12.3774395,131.50792,81.15,112.914635,5.309095,75.13891,400.60788,307.23975,29.058994,310.07742,60.09516,51.57886,71.548874,57.773975,8.695238,31.48753,494.60312,1.5644895,3.1901908,152.26381,24.051151,9.13908,17.916756,20.81979,202.6302,66.86482,161.57413,1109.0345,189.10336,2000.9946,1763.5607,17.21609,20.980663,1991.505,23.690966,32.73676,487.57867,60.25855,96.35303,43.563625,185.76816,298.6099,455.4175,7.8909097,62.17561,258.06592,419.67917,12.436672,105.65985,13.394154,1.6353676,55.33128,1.0810732,1.215888,4.0092573,11.931613,52.621258,21.776688,19.969355,413.50247,66.40255,39.25461,51.510082,17.044125,68.582664,12.108603,13.245403,13.846371,88.20872,33.917328,23.108234,39.105396,10.554637,30.159332,28.336962,1.4567499,80.81087,13.496394,231.40443,8.806214,348.76166,21.40877,860.7155,168.14944,4.330885,11.327121,186.4376,248.8749,1051.649,747.08826 +2023-12-13 19:00:00,0.0,3062.8252,61.002125,23.262354,67.53921,42.755363,307.79544,37.984085,72.48449,20.986395,43.098484,319.23453,111.65714,20.642172,129.3746,0.3423622,0.21237017,59.534157,6.692426,17.09659,887.0444,14.086559,1079.6779,132.2168,6.3247895,38.947155,554.5517,57.312447,597.77496,226.84833,3658.1812,16.56905,2756.25,162.19351,8.231645,9.338726,39.281136,241.87988,294.7326,269.51224,48.048386,33.373962,11.21944,692.92224,116.29287,45.3859,9.685981,505.00757,13.673661,565.21844,5.9622483,35.678314,0.0,759.9509,2032.0616,0.24816683,142.22621,16.259295,11972.601,25.864058,0.860339,7.6152396,19.898628,6.443531,1.9457642,11.033903,279.34586,68.104614,7.425187,0.6425101,2.3054397,114.92476,1.538759,144.2106,218.35013,1947.7413,368.82645,92.93045,159.7603,468.5327,21.87448,21.353262,357.70215,34.227016,47.917995,11.621663,19.621515,167.13158,13.825754,10.959077,49.932297,14.27392,3813.3862,18.623987,21.02789,16.051857,10.247831,222.92552,43.962456,18.963709,6.9622774,7.361042,13.261077,56.398163,95.12015,30.263004,165.17978,19.39667,4.79507,47.564884,32.612305,62.464027,99.3364,14.782207,2.4576278,11.951112,16.624023,2154.0747,13.2682085,1.9052731,41.07949,12.375214,131.4815,81.163895,112.894615,5.314684,75.16616,400.45255,307.09705,29.0524,309.9222,60.14776,51.570023,71.544365,57.851414,8.70463,31.506573,494.5893,1.5677261,3.195761,152.37144,24.051458,9.137975,17.931568,20.828861,202.74576,66.902,161.57626,1109.7179,188.90138,2000.3237,1763.2792,17.205503,20.961586,1990.9183,23.690847,32.706215,487.47766,60.213493,96.29029,43.530724,185.61948,298.5375,455.3756,7.8854737,62.139168,257.8671,419.58005,12.431935,105.62718,13.388497,1.6352373,55.340614,1.0808533,1.2155918,4.0072227,11.92982,52.573696,21.77076,19.972849,413.95682,66.37309,39.2356,51.481518,17.038153,68.619286,12.10923,13.277872,13.839987,88.1744,33.893948,23.139048,39.12165,10.553999,30.205511,28.36279,1.4562374,80.77525,13.489425,231.38364,8.803109,348.64914,21.410913,861.0634,168.07002,4.328234,11.325303,186.36801,248.74997,1051.4025,747.3801 +2023-12-13 20:00:00,0.0,3061.597,60.969284,23.230993,67.49232,42.732742,307.71136,37.965496,72.439705,20.982029,43.06539,319.0459,111.70741,20.630453,129.20801,0.3424333,0.21291678,59.514957,6.7137585,17.114384,886.4715,14.083981,1079.0331,132.20041,6.343504,38.967937,554.2113,57.340775,598.316,226.91008,3656.2017,16.603884,2756.433,162.46248,8.252668,9.357639,39.373516,241.85959,294.7118,270.01035,48.032257,33.35235,11.218208,692.49243,116.51269,45.39959,9.6804695,505.11346,13.670419,565.2886,5.962101,35.663147,0.0,759.9115,2031.408,0.24817617,142.10689,16.25481,11967.812,25.863682,0.86060977,7.6110854,19.888716,6.445047,1.9459606,11.02829,279.2457,68.07437,7.419182,0.64250624,2.3062894,114.9307,1.537621,144.1959,218.16397,1947.2234,368.45975,92.91575,159.73836,469.21957,21.91227,21.377304,358.4313,34.27446,47.98607,11.618381,19.621101,167.1834,13.818318,10.957453,49.935993,14.278501,3813.8315,18.622652,21.025537,16.050966,10.246322,223.02905,43.976402,18.975807,6.9631004,7.3590736,13.263757,56.39674,95.07271,30.26492,165.21361,19.39407,4.794224,47.557747,32.59723,62.41651,99.370605,14.796526,2.4557796,11.974042,16.616478,2153.265,13.284562,1.9027945,41.03795,12.372988,131.45511,81.17778,112.874596,5.320273,75.19341,400.2972,306.9543,29.045807,309.76703,60.20036,51.561188,71.53985,57.928852,8.714022,31.525614,494.5755,1.5709628,3.2013314,152.47908,24.051765,9.136869,17.946383,20.837934,202.86131,66.93918,161.57841,1110.4011,188.69942,1999.6527,1762.9978,17.19492,20.94251,1990.3317,23.69073,32.67567,487.37665,60.16844,96.227554,43.49782,185.4708,298.46515,455.33368,7.880038,62.102726,257.66824,419.48093,12.427198,105.594505,13.382841,1.6351072,55.34995,1.0806334,1.2152956,4.0051875,11.928028,52.52613,21.764832,19.976343,414.41116,66.343636,39.21659,51.452957,17.032183,68.655914,12.109858,13.310341,13.833602,88.14009,33.870567,23.16986,39.137905,10.55336,30.25169,28.388618,1.4557251,80.73964,13.482455,231.36282,8.800003,348.53665,21.413057,861.4113,167.9906,4.325583,11.323485,186.2984,248.62505,1051.1559,747.67206 +2023-12-13 21:00:00,0.0,3060.3687,60.936443,23.199635,67.44542,42.71012,307.62732,37.94691,72.39492,20.977661,43.032295,318.8573,111.75768,20.618732,129.04143,0.3425044,0.2134634,59.495758,6.7350907,17.132175,885.8987,14.081403,1078.3883,132.18402,6.3622184,38.988724,553.87085,57.369106,598.85706,226.97183,3654.2222,16.638716,2756.616,162.73145,8.273691,9.376553,39.465893,241.83928,294.69095,270.50848,48.01613,33.330734,11.216975,692.0626,116.73251,45.413277,9.674959,505.2193,13.667177,565.35864,5.9619536,35.64798,0.0,759.8721,2030.7542,0.24818552,141.98756,16.250326,11963.021,25.863306,0.8608806,7.6069317,19.8788,6.4465623,1.9461572,11.022676,279.14554,68.04413,7.4131765,0.64250237,2.307139,114.936646,1.5364832,144.18121,217.97783,1946.7054,368.09308,92.90105,159.7164,469.90646,21.95006,21.401346,359.16043,34.3219,48.054142,11.615098,19.620684,167.23521,13.810882,10.955828,49.939693,14.28308,3814.2769,18.621319,21.023186,16.050074,10.244812,223.13258,43.99035,18.987904,6.963923,7.3571053,13.266437,56.395317,95.02527,30.266834,165.24745,19.391468,4.7933774,47.550606,32.582157,62.368996,99.4048,14.810846,2.4539316,11.996971,16.608932,2152.455,13.300917,1.9003159,40.996403,12.370761,131.4287,81.191666,112.854576,5.325862,75.220665,400.14188,306.81158,29.039213,309.61185,60.252956,51.55235,71.53533,58.006294,8.723414,31.544657,494.56168,1.5741994,3.2069018,152.58672,24.052073,9.135764,17.961195,20.847008,202.97687,66.976364,161.58055,1111.0845,188.49744,1998.9818,1762.7163,17.184334,20.923433,1989.7451,23.690609,32.645126,487.27563,60.123386,96.16482,43.46492,185.3221,298.3928,455.29178,7.874602,62.066284,257.46942,419.3818,12.4224615,105.56184,13.377184,1.6349769,55.359283,1.0804135,1.2149993,4.003153,11.926236,52.478565,21.758904,19.97984,414.8655,66.31418,39.197582,51.424397,17.02621,68.69254,12.110484,13.34281,13.827218,88.10578,33.84719,23.200674,39.15416,10.552722,30.297869,28.414448,1.4552127,80.704025,13.475486,231.34203,8.796898,348.42413,21.415201,861.7592,167.91118,4.3229322,11.321669,186.2288,248.50012,1050.9093,747.9639 +2023-12-13 22:00:00,0.0,3059.1404,60.903606,23.168274,67.39853,42.6875,307.54324,37.92832,72.350136,20.973295,42.999203,318.66867,111.80796,20.607014,128.87483,0.34257552,0.21401,59.47656,6.756423,17.149967,885.3258,14.078825,1077.7437,132.16762,6.3809323,39.00951,553.53046,57.397434,599.39813,227.03358,3652.2424,16.673548,2756.7988,163.00041,8.294714,9.395466,39.558273,241.81898,294.67014,271.0066,48.0,33.309124,11.215743,691.6329,116.95233,45.426968,9.669448,505.32516,13.663935,565.4288,5.9618063,35.63281,0.0,759.83264,2030.1005,0.24819486,141.86824,16.245844,11958.232,25.86293,0.86115146,7.602778,19.868885,6.448078,1.9463537,11.017064,279.04538,68.013885,7.4071712,0.6424985,2.3079886,114.94259,1.5353452,144.16653,217.79167,1946.1875,367.72638,92.88634,159.69444,470.59332,21.98785,21.425388,359.8896,34.369343,48.122215,11.611815,19.620268,167.28703,13.803446,10.954204,49.94339,14.287661,3814.7222,18.619986,21.020834,16.049183,10.243302,223.2361,44.004295,19.0,6.964746,7.3551364,13.269117,56.39389,94.97783,30.26875,165.2813,19.388866,4.792531,47.54347,32.56708,62.32148,99.439,14.825166,2.4520833,12.019901,16.601387,2151.6453,13.31727,1.8978374,40.95486,12.368535,131.4023,81.20556,112.83456,5.3314505,75.24792,399.98654,306.66888,29.03262,309.45663,60.305553,51.543514,71.53082,58.083733,8.732806,31.563698,494.54785,1.5774361,3.212472,152.69435,24.05238,9.134659,17.976007,20.856081,203.09242,67.01354,161.58269,1111.7677,188.29546,1998.3108,1762.4348,17.17375,20.904356,1989.1584,23.69049,32.614582,487.17462,60.07833,96.10208,43.43202,185.17342,298.32043,455.24988,7.8691664,62.029842,257.27057,419.2827,12.417725,105.52917,13.371528,1.6348466,55.368618,1.0801936,1.2147031,4.0011177,11.924444,52.431,21.752974,19.983334,415.31982,66.28472,39.178574,51.395832,17.020239,68.729164,12.111112,13.375278,13.820833,88.07147,33.82381,23.231487,39.170414,10.552083,30.344048,28.440277,1.4547002,80.66841,13.468516,231.32123,8.793792,348.3116,21.417343,862.1071,167.83176,4.320281,11.319851,186.1592,248.3752,1050.6627,748.2558 +2023-12-13 23:00:00,0.0,3057.912,60.870766,23.136913,67.35164,42.66488,307.4592,37.909733,72.30535,20.968927,42.966106,318.48007,111.85823,20.595295,128.70824,0.34264663,0.21455662,59.45736,6.7777553,17.167759,884.753,14.076246,1077.0989,132.15123,6.3996468,39.030293,553.19,57.425762,599.9392,227.09532,3650.263,16.70838,2756.9817,163.26938,8.315738,9.414379,39.65065,241.79869,294.64932,271.5047,47.98387,33.28751,11.214511,691.20306,117.17216,45.440655,9.663937,505.43103,13.660692,565.4989,5.961659,35.61764,0.0,759.7932,2029.4468,0.2482042,141.74892,16.24136,11953.443,25.862556,0.8614223,7.598624,19.85897,6.4495935,1.9465501,11.011451,278.94522,67.98364,7.401166,0.64249456,2.3088384,114.94853,1.5342072,144.15184,217.60551,1945.6696,367.35968,92.871635,159.6725,471.2802,22.02564,21.449429,360.61874,34.416782,48.19029,11.608533,19.619854,167.33887,13.79601,10.9525795,49.947086,14.29224,3815.1677,18.618652,21.01848,16.04829,10.241792,223.33963,44.018246,19.012096,6.965569,7.353168,13.271797,56.392467,94.93039,30.270664,165.31514,19.386265,4.7916846,47.53633,32.55201,62.273964,99.4732,14.839486,2.4502354,12.042831,16.593843,2150.8352,13.333624,1.8953588,40.913315,12.366309,131.37589,81.219444,112.81454,5.3370395,75.27517,399.8312,306.52615,29.026026,309.30145,60.358154,51.534676,71.526306,58.161175,8.742198,31.582739,494.53406,1.5806727,3.2180424,152.802,24.052689,9.1335535,17.990822,20.865154,203.20798,67.05072,161.58482,1112.4509,188.09348,1997.6399,1762.1534,17.163166,20.885279,1988.5718,23.690372,32.584038,487.07358,60.03328,96.03935,43.399117,185.02472,298.24808,455.20795,7.8637304,61.9934,257.07175,419.1836,12.412988,105.4965,13.365871,1.6347163,55.377953,1.0799737,1.2144068,3.999083,11.922652,52.38344,21.747046,19.986828,415.77417,66.255264,39.159565,51.36727,17.014267,68.76579,12.111739,13.407746,13.814449,88.03716,33.80043,23.2623,39.186672,10.551445,30.390226,28.466105,1.4541879,80.6328,13.461547,231.30043,8.790687,348.1991,21.419487,862.455,167.75233,4.3176303,11.318033,186.0896,248.25027,1050.4161,748.5477 +2023-12-14 00:00:00,0.0,3056.6836,60.837925,23.105553,67.30474,42.64226,307.37512,37.891148,72.260574,20.964561,42.933014,318.29144,111.9085,20.583574,128.54164,0.34271774,0.21510322,59.43816,6.7990875,17.18555,884.1801,14.0736685,1076.4541,132.13484,6.418361,39.05108,552.8496,57.454094,600.4803,227.15707,3648.2834,16.743212,2757.1646,163.53836,8.3367605,9.433292,39.743027,241.7784,294.62848,272.00284,47.967743,33.265896,11.213278,690.77325,117.391975,45.454346,9.658426,505.5369,13.657451,565.569,5.9615116,35.602474,0.0,759.7538,2028.793,0.24821354,141.62958,16.236877,11948.654,25.86218,0.8616931,7.59447,19.849056,6.451109,1.9467466,11.005837,278.84506,67.9534,7.395161,0.6424907,2.3096879,114.954475,1.5330694,144.13715,217.41936,1945.1516,366.993,92.85693,159.65054,471.96707,22.06343,21.47347,361.34787,34.464226,48.25836,11.60525,19.619436,167.39069,13.788574,10.950955,49.950783,14.296821,3815.613,18.61732,21.016129,16.0474,10.240282,223.44316,44.032192,19.024193,6.9663916,7.3511996,13.274478,56.391045,94.88294,30.272581,165.34898,19.383665,4.7908382,47.52919,32.536934,62.22645,99.5074,14.853806,2.4483871,12.065761,16.586298,2150.0254,13.3499775,1.8928803,40.871773,12.364083,131.34949,81.23334,112.79452,5.3426285,75.30242,399.67587,306.38342,29.019432,309.14627,60.41075,51.52584,71.52179,58.238613,8.75159,31.601782,494.52023,1.5839094,3.2236128,152.90964,24.052996,9.132449,18.005634,20.874228,203.32353,67.087906,161.58696,1113.1343,187.8915,1996.9689,1761.872,17.15258,20.866203,1987.9851,23.690254,32.553493,486.97256,59.988224,95.976616,43.366215,184.87604,298.17572,455.16605,7.8582945,61.95696,256.8729,419.08447,12.408251,105.46382,13.360215,1.6345861,55.387287,1.0797538,1.2141106,3.9970481,11.92086,52.335873,21.741117,19.990322,416.22852,66.22581,39.140553,51.33871,17.008295,68.80242,12.112366,13.440215,13.808064,88.00285,33.77705,23.293114,39.202927,10.550806,30.436405,28.491934,1.4536755,80.59719,13.454577,231.27963,8.7875805,348.08658,21.42163,862.8029,167.67291,4.314979,11.316216,186.02,248.12537,1050.1696,748.8396 +2023-12-14 01:00:00,0.0,3055.4553,60.805088,23.074192,67.25785,42.61964,307.29105,37.87256,72.21579,20.960196,42.89992,318.10284,111.95877,20.571856,128.37505,0.34278888,0.21564984,59.41896,6.82042,17.203344,883.60724,14.071091,1075.8093,132.11845,6.4370756,39.071865,552.5092,57.48242,601.02136,227.21883,3646.304,16.778044,2757.3477,163.80733,8.357783,9.452206,39.835403,241.7581,294.60767,272.50095,47.951614,33.244286,11.212046,690.3435,117.6118,45.468033,9.652915,505.64276,13.654208,565.6391,5.9613643,35.587307,0.0,759.71436,2028.1393,0.24822289,141.51025,16.232393,11943.864,25.861805,0.8619639,7.5903163,19.839142,6.452625,1.9469432,11.000224,278.7449,67.923164,7.389156,0.6424868,2.3105376,114.96042,1.5319314,144.12247,217.2332,1944.6337,366.6263,92.842224,159.62859,472.65396,22.101221,21.497513,362.07703,34.51167,48.326435,11.601968,19.61902,167.4425,13.781137,10.949331,49.954483,14.3014,3816.0583,18.615986,21.013777,16.046507,10.238772,223.54668,44.04614,19.036291,6.9672146,7.3492312,13.277158,56.389618,94.8355,30.274496,165.38281,19.381063,4.789992,47.522053,32.521862,62.178936,99.541595,14.868126,2.446539,12.088691,16.578753,2149.2156,13.366331,1.8904017,40.83023,12.361856,131.32307,81.24722,112.7745,5.3482175,75.32967,399.52054,306.24072,29.012838,308.99106,60.463352,51.517002,71.51728,58.31605,8.7609825,31.620823,494.50644,1.587146,3.229183,153.01727,24.053303,9.131344,18.020447,20.8833,203.43909,67.125084,161.5891,1113.8176,187.68951,1996.298,1761.5906,17.141996,20.847126,1987.3984,23.690136,32.52295,486.87155,59.943172,95.91388,43.333313,184.72734,298.10336,455.12415,7.8528585,61.920517,256.67407,418.98535,12.403514,105.43115,13.354559,1.6344558,55.39662,1.0795339,1.2138143,3.9950132,11.919067,52.288307,21.73519,19.993816,416.68286,66.19635,39.121544,51.310146,17.002323,68.83904,12.112993,13.472684,13.801681,87.968544,33.75367,23.323927,39.21918,10.550168,30.482584,28.517763,1.4531631,80.56158,13.447608,231.25882,8.784475,347.97406,21.423775,863.1508,167.59349,4.3123283,11.314399,185.9504,248.00044,1049.923,749.1315 +2023-12-14 02:00:00,0.0,3054.227,60.772247,23.042831,67.21096,42.59702,307.207,37.85397,72.171005,20.955828,42.866825,317.9142,112.00904,20.560137,128.20845,0.34285998,0.21619646,59.39976,6.8417525,17.221136,883.0344,14.068512,1075.1647,132.10207,6.45579,39.092648,552.16876,57.51075,601.56244,227.28058,3644.3242,16.812878,2757.5305,164.0763,8.378807,9.471119,39.927784,241.7378,294.58685,272.99905,47.935482,33.22267,11.210813,689.9137,117.83163,45.481724,9.647404,505.74866,13.650967,565.70917,5.961217,35.57214,0.0,759.6749,2027.4856,0.24823222,141.39093,16.227911,11939.075,25.86143,0.8622348,7.5861626,19.829227,6.45414,1.9471396,10.994611,278.64474,67.89292,7.3831506,0.64248294,2.3113873,114.96636,1.5307934,144.10777,217.04704,1944.1157,366.2596,92.82752,159.60663,473.34082,22.139011,21.521553,362.80618,34.55911,48.39451,11.598685,19.618607,167.49432,13.773702,10.947706,49.95818,14.305981,3816.5037,18.614653,21.011425,16.045616,10.237263,223.6502,44.060085,19.048388,6.968037,7.347263,13.279839,56.388195,94.78806,30.276411,165.41666,19.378462,4.7891455,47.514915,32.506786,62.13142,99.5758,14.882445,2.444691,12.11162,16.571207,2148.4058,13.382686,1.8879231,40.788685,12.359631,131.29666,81.261116,112.75448,5.3538065,75.356926,399.3652,306.098,29.006245,308.83588,60.51595,51.508167,71.512764,58.393494,8.770374,31.639866,494.4926,1.5903827,3.2347534,153.12491,24.05361,9.130239,18.035261,20.892374,203.55464,67.16226,161.59123,1114.5009,187.48753,1995.627,1761.3091,17.13141,20.828049,1986.8119,23.690016,32.492405,486.77054,59.898117,95.85114,43.30041,184.57866,298.031,455.08224,7.8474226,61.884075,256.47522,418.88626,12.398777,105.39848,13.348903,1.6343255,55.405956,1.079314,1.213518,3.9929783,11.917275,52.24074,21.729261,19.997313,417.13718,66.16689,39.102535,51.281586,16.996353,68.87567,12.113621,13.505153,13.795296,87.93423,33.730293,23.354738,39.235435,10.549529,30.528763,28.543592,1.4526507,80.52596,13.440639,231.23802,8.781369,347.86154,21.425919,863.4987,167.51407,4.3096776,11.312581,185.8808,247.87552,1049.6764,749.4234 +2023-12-14 03:00:00,0.0,3052.9988,60.73941,23.01147,67.16406,42.574398,307.12292,37.835384,72.12622,20.951462,42.833733,317.72562,112.05932,20.548416,128.04185,0.3429311,0.21674307,59.38056,6.863085,17.238928,882.46155,14.065934,1074.5199,132.08568,6.4745045,39.113434,551.82837,57.53908,602.1035,227.34233,3642.3447,16.84771,2757.7134,164.34526,8.39983,9.490032,40.02016,241.7175,294.56604,273.4972,47.919353,33.201057,11.20958,689.4839,118.051445,45.49541,9.641892,505.8545,13.647724,565.7793,5.9610696,35.556973,0.0,759.63544,2026.8318,0.24824156,141.2716,16.223427,11934.286,25.861053,0.8625056,7.5820084,19.819313,6.455656,1.9473361,10.988997,278.5446,67.86268,7.3771453,0.64247906,2.3122368,114.972305,1.5296556,144.0931,216.86089,1943.5978,365.89294,92.81282,159.58469,474.0277,22.176802,21.545595,363.53534,34.606552,48.46258,11.595403,19.618189,167.54614,13.766266,10.946082,49.961876,14.31056,3816.949,18.61332,21.009073,16.044724,10.235752,223.75374,44.07403,19.060484,6.96886,7.345294,13.282518,56.38677,94.74062,30.278326,165.4505,19.375862,4.788299,47.507774,32.49171,62.083904,99.60999,14.896766,2.4428427,12.13455,16.563662,2147.5957,13.399039,1.8854446,40.747143,12.357405,131.27026,81.275,112.73446,5.359395,75.38417,399.20987,305.95526,28.99965,308.68066,60.568546,51.49933,71.50825,58.470932,8.779766,31.658907,494.4788,1.5936193,3.2403238,153.23256,24.053917,9.129133,18.050074,20.901447,203.67021,67.19945,161.59337,1115.1841,187.28555,1994.956,1761.0277,17.120827,20.808971,1986.2252,23.689898,32.46186,486.6695,59.853065,95.78841,43.26751,184.42998,297.95862,455.0403,7.8419867,61.847637,256.2764,418.78714,12.39404,105.365814,13.343246,1.6341952,55.41529,1.079094,1.2132218,3.9909434,11.915483,52.19318,21.723333,20.000807,417.59152,66.13743,39.083527,51.253025,16.990381,68.9123,12.114248,13.5376215,13.788912,87.89992,33.706913,23.385551,39.25169,10.548891,30.574942,28.56942,1.4521383,80.49035,13.433669,231.21722,8.778264,347.74902,21.42806,863.8466,167.43465,4.3070264,11.310764,185.81119,247.7506,1049.4299,749.7153 +2023-12-14 04:00:00,0.0,3051.7705,60.70657,22.98011,67.11717,42.551777,307.03888,37.816795,72.081436,20.947094,42.80064,317.537,112.10959,20.536697,127.87527,0.3430022,0.21728969,59.361362,6.884417,17.25672,881.88873,14.063356,1073.8751,132.06927,6.493219,39.13422,551.4879,57.56741,602.64453,227.40408,3640.3652,16.882542,2757.8962,164.61423,8.420853,9.508945,40.112537,241.6972,294.5452,273.9953,47.903225,33.179447,11.208347,689.0541,118.27127,45.5091,9.636382,505.9604,13.644482,565.84937,5.960922,35.541805,0.0,759.596,2026.1781,0.2482509,141.15228,16.218943,11929.497,25.860678,0.8627764,7.5778546,19.809399,6.4571714,1.9475325,10.983385,278.44443,67.832436,7.37114,0.6424752,2.3130865,114.97826,1.5285176,144.0784,216.67473,1943.0798,365.52625,92.79811,159.56273,474.71457,22.214592,21.569637,364.26447,34.65399,48.530655,11.59212,19.617775,167.59798,13.75883,10.944458,49.965576,14.315141,3817.3943,18.611984,21.00672,16.043833,10.234242,223.85727,44.08798,19.07258,6.969683,7.3433256,13.285199,56.385345,94.693184,30.280241,165.48434,19.37326,4.7874527,47.500637,32.47664,62.036392,99.644196,14.911085,2.4409947,12.15748,16.556116,2146.786,13.415393,1.882966,40.7056,12.355179,131.24385,81.288895,112.71444,5.364984,75.41142,399.05453,305.81256,28.993055,308.52548,60.621147,51.490494,71.50374,58.54837,8.789158,31.67795,494.465,1.596856,3.2458942,153.3402,24.054224,9.128028,18.064886,20.91052,203.78577,67.236626,161.59552,1115.8674,187.08357,1994.2852,1760.7462,17.11024,20.789894,1985.6385,23.68978,32.431316,486.56848,59.80801,95.72568,43.234608,184.28128,297.88626,454.9984,7.836551,61.811195,256.07755,418.68802,12.389303,105.33314,13.337589,1.634065,55.424625,1.0788742,1.2129256,3.9889085,11.9136915,52.145615,21.717405,20.004301,418.04587,66.10797,39.064518,51.22446,16.98441,68.94892,12.114875,13.57009,13.782527,87.86561,33.683533,23.416365,39.267944,10.548252,30.62112,28.59525,1.451626,80.454735,13.4267,231.19643,8.775158,347.63654,21.430204,864.1945,167.35522,4.3043756,11.308947,185.7416,247.62567,1049.1833,750.00714 +2023-12-14 05:00:00,0.0,3050.5422,60.67373,22.94875,67.07028,42.529156,306.9548,37.798206,72.03665,20.942728,42.767544,317.3484,112.15986,20.524979,127.70867,0.3430733,0.21783629,59.342167,6.9057493,17.274511,881.31586,14.060778,1073.2303,132.05289,6.511933,39.155003,551.1475,57.595737,603.1856,227.46584,3638.3857,16.917374,2758.079,164.8832,8.441876,9.527859,40.204918,241.67691,294.52438,274.49344,47.887096,33.157833,11.207115,688.6243,118.49109,45.522793,9.630871,506.06625,13.64124,565.9195,5.9607744,35.526638,0.0,759.5566,2025.5244,0.24826024,141.03296,16.21446,11924.708,25.860304,0.86304724,7.573701,19.799484,6.458687,1.9477291,10.977772,278.34427,67.80219,7.3651347,0.6424713,2.3139362,114.9842,1.5273796,144.0637,216.48857,1942.5619,365.15955,92.78341,159.54077,475.40146,22.252382,21.59368,364.99362,34.701435,48.598732,11.588838,19.61736,167.6498,13.751393,10.942834,49.969273,14.31972,3817.8396,18.610651,21.004368,16.04294,10.232733,223.96078,44.10193,19.084677,6.9705057,7.341357,13.287879,56.383923,94.645744,30.282158,165.51817,19.370659,4.7866063,47.4935,32.461563,61.988876,99.67839,14.9254055,2.4391465,12.180409,16.54857,2145.976,13.4317465,1.8804874,40.664055,12.352953,131.21745,81.30278,112.69442,5.370573,75.438675,398.8992,305.66983,28.986462,308.3703,60.673744,51.481655,71.49922,58.625813,8.798551,31.696991,494.45117,1.6000926,3.2514644,153.44783,24.054531,9.126923,18.0797,20.919594,203.90132,67.2738,161.59766,1116.5508,186.88159,1993.6141,1760.4648,17.099657,20.770819,1985.0519,23.689661,32.400772,486.46747,59.762955,95.66294,43.201706,184.1326,297.8139,454.9565,7.8311152,61.774754,255.87872,418.5889,12.384566,105.30047,13.331933,1.6339347,55.43396,1.0786543,1.2126293,3.9868736,11.9119,52.09805,21.711477,20.007795,418.5002,66.078514,39.04551,51.1959,16.978437,68.98555,12.115502,13.602558,13.776143,87.8313,33.660152,23.447178,39.2842,10.547614,30.6673,28.621078,1.4511135,80.41912,13.419731,231.17563,8.772053,347.52402,21.432348,864.5424,167.2758,4.3017244,11.30713,185.672,247.50075,1048.9368,750.2991 +2023-12-14 06:00:00,0.0,3049.314,60.640892,22.91739,67.023384,42.506535,306.87076,37.77962,71.991875,20.93836,42.73445,317.15976,112.21013,20.51326,127.54208,0.34314442,0.21838291,59.322968,6.9270816,17.292303,880.74304,14.0582,1072.5856,132.0365,6.5306473,39.17579,550.8071,57.62407,603.7267,227.52759,3636.4062,16.952206,2758.2622,165.15216,8.462899,9.546773,40.297295,241.65662,294.50357,274.99155,47.870968,33.13622,11.205883,688.1945,118.710915,45.53648,9.62536,506.17212,13.637998,565.9896,5.960627,35.511467,0.0,759.51715,2024.8706,0.24826959,140.91362,16.209976,11919.918,25.859928,0.8633181,7.569547,19.78957,6.4602027,1.9479256,10.972158,278.2441,67.77195,7.35913,0.64246744,2.3147857,114.99014,1.5262418,144.04903,216.30241,1942.044,364.79288,92.76871,159.51881,476.08832,22.290173,21.61772,365.72278,34.748875,48.666805,11.585555,19.616943,167.70161,13.7439575,10.94121,49.97297,14.324301,3818.285,18.609318,21.002016,16.04205,10.231223,224.06432,44.115875,19.096775,6.9713287,7.339389,13.29056,56.382496,94.598305,30.284073,165.55202,19.368057,4.78576,47.48636,32.44649,61.94136,99.71259,14.939725,2.4372985,12.20334,16.541025,2145.1663,13.448101,1.878009,40.622513,12.350726,131.19104,81.316666,112.6744,5.376162,75.46593,398.74387,305.5271,28.979868,308.2151,60.726345,51.47282,71.494705,58.70325,8.807942,31.716034,494.43738,1.6033293,3.2570348,153.55547,24.054838,9.125817,18.094513,20.928667,204.01688,67.31099,161.5998,1117.2339,186.67961,1992.9432,1760.1833,17.089073,20.751741,1984.4652,23.68954,32.370228,486.36646,59.717903,95.600204,43.168804,183.9839,297.74155,454.9146,7.8256793,61.73831,255.67989,418.4898,12.379829,105.2678,13.326277,1.6338044,55.443295,1.0784343,1.2123331,3.984839,11.910108,52.050484,21.70555,20.01129,418.95453,66.04906,39.026497,51.16734,16.972466,69.02218,12.11613,13.635027,13.769758,87.79699,33.636776,23.477991,39.300453,10.546976,30.71348,28.646908,1.4506011,80.38351,13.412762,231.15482,8.768947,347.4115,21.434492,864.8903,167.19638,4.2990737,11.305312,185.60239,247.37584,1048.6902,750.59094 +2023-12-14 07:00:00,0.0,3048.0854,60.60805,22.88603,66.976494,42.483913,306.78668,37.761032,71.94709,20.933994,42.701355,316.97116,112.2604,20.50154,127.37549,0.34321553,0.21892951,59.30377,6.948414,17.310097,880.17017,14.055622,1071.9409,132.02011,6.5493617,39.196575,550.4667,57.652397,604.26776,227.58934,3634.4265,16.987038,2758.445,165.42113,8.483922,9.565686,40.38967,241.6363,294.48273,275.48965,47.85484,33.11461,11.20465,687.7647,118.93074,45.55017,9.619849,506.27795,13.634755,566.0597,5.9604797,35.4963,0.0,759.47766,2024.2169,0.24827893,140.7943,16.205494,11915.129,25.859552,0.86358887,7.565393,19.779654,6.461718,1.948122,10.966545,278.14395,67.74171,7.3531246,0.64246356,2.3156354,114.996086,1.5251038,144.03433,216.11626,1941.526,364.42618,92.754005,159.49687,476.7752,22.327963,21.641762,366.4519,34.796318,48.73488,11.582273,19.616528,167.75343,13.736522,10.939586,49.976665,14.32888,3818.7302,18.607985,20.999664,16.041159,10.2297125,224.16785,44.12982,19.108871,6.9721518,7.3374205,13.29324,56.381073,94.550865,30.285988,165.58586,19.365458,4.7849135,47.47922,32.431416,61.893845,99.74679,14.954045,2.4354503,12.22627,16.53348,2144.3564,13.464455,1.8755304,40.58097,12.3485,131.16464,81.33056,112.65438,5.381751,75.49318,398.58853,305.3844,28.973274,308.0599,60.778942,51.463985,71.4902,58.78069,8.817334,31.735075,494.42355,1.606566,3.2626052,153.6631,24.055145,9.124712,18.109325,20.93774,204.13243,67.34817,161.60193,1117.9172,186.47763,1992.2722,1759.902,17.078487,20.732664,1983.8787,23.689423,32.339684,486.26544,59.672848,95.53747,43.135902,183.83522,297.6692,454.87268,7.8202434,61.70187,255.48105,418.3907,12.3750925,105.23513,13.320621,1.6336743,55.45263,1.0782145,1.2120368,3.982804,11.908315,52.002922,21.69962,20.014784,419.40887,66.0196,39.00749,51.13878,16.966494,69.05881,12.116756,13.667496,13.763373,87.76268,33.613396,23.508804,39.316708,10.546337,30.759659,28.672735,1.4500887,80.34789,13.405792,231.13402,8.7658415,347.29898,21.436634,865.2382,167.11696,4.296423,11.303494,185.53279,247.25092,1048.4436,750.8828 +2023-12-14 08:00:00,0.0,3046.8572,60.57521,22.85467,66.9296,42.461292,306.70264,37.742443,71.902306,20.929626,42.668262,316.78256,112.31068,20.48982,127.20889,0.34328663,0.21947613,59.28457,6.969746,17.327888,879.5973,14.053043,1071.2961,132.00372,6.568076,39.21736,550.1263,57.680725,604.80884,227.65108,3632.447,17.02187,2758.628,165.6901,8.504946,9.5845995,40.482048,241.61601,294.4619,275.9878,47.83871,33.092995,11.203418,687.33496,119.15056,45.563858,9.614338,506.38385,13.631514,566.1298,5.9603324,35.481133,0.0,759.43823,2023.5632,0.24828827,140.67497,16.20101,11910.34,25.859177,0.8638597,7.5612392,19.76974,6.463234,1.9483186,10.960932,278.0438,67.71147,7.3471193,0.64245963,2.316485,115.00203,1.5239658,144.01964,215.93011,1941.008,364.05948,92.7393,159.47491,477.46207,22.365753,21.665804,367.18106,34.84376,48.80295,11.57899,19.616112,167.80525,13.729085,10.937961,49.980366,14.333461,3819.1758,18.606651,20.997313,16.040266,10.228203,224.27138,44.14377,19.120968,6.9729743,7.3354516,13.29592,56.37965,94.503426,30.287903,165.6197,19.362856,4.784067,47.472084,32.416344,61.846333,99.78099,14.968365,2.433602,12.249199,16.525934,2143.5464,13.480808,1.8730518,40.539425,12.346274,131.13823,81.344444,112.63436,5.3873396,75.52043,398.4332,305.24167,28.96668,307.90472,60.83154,51.455147,71.48568,58.85813,8.826726,31.754118,494.40973,1.6098026,3.2681754,153.77075,24.055452,9.123607,18.12414,20.946814,204.24799,67.38535,161.60406,1118.6006,186.27565,1991.6013,1759.6205,17.067904,20.713587,1983.292,23.689304,32.30914,486.1644,59.627796,95.47473,43.103,183.68654,297.59683,454.83078,7.8148074,61.66543,255.28221,418.29156,12.370356,105.20245,13.314964,1.633544,55.461964,1.0779946,1.2117406,3.9807692,11.906523,51.955357,21.693691,20.01828,419.86322,65.99014,38.98848,51.110214,16.960524,69.09543,12.117384,13.699965,13.7569895,87.72837,33.590015,23.539618,39.332962,10.545699,30.805838,28.698565,1.4495763,80.31228,13.398823,231.11322,8.762735,347.18646,21.438778,865.5861,167.03754,4.2937717,11.301678,185.46318,247.12599,1048.197,751.17474 +2023-12-14 09:00:00,0.0,3045.629,60.542374,22.823309,66.882706,42.43867,306.61856,37.723858,71.85752,20.92526,42.63517,316.59393,112.36095,20.478102,127.0423,0.34335774,0.22002275,59.26537,6.9910784,17.34568,879.0245,14.050466,1070.6514,131.98734,6.5867906,39.238144,549.7859,57.709057,605.3499,227.71283,3630.4675,17.056704,2758.8108,165.95906,8.525969,9.603513,40.574425,241.59572,294.4411,276.4859,47.822582,33.07138,11.202185,686.90515,119.370384,45.57755,9.608827,506.48972,13.628271,566.1999,5.960185,35.465965,0.0,759.3988,2022.9094,0.2482976,140.55565,16.196527,11905.551,25.8588,0.86413056,7.5570855,19.759825,6.4647493,1.948515,10.955319,277.94363,67.68123,7.341114,0.64245576,2.3173347,115.00797,1.522828,144.00496,215.74396,1940.4901,363.6928,92.724594,159.45296,478.14896,22.403543,21.689844,367.91022,34.8912,48.871025,11.575707,19.615696,167.85709,13.721649,10.9363365,49.984062,14.33804,3819.621,18.605318,20.994959,16.039375,10.226693,224.3749,44.157715,19.133064,6.9737973,7.333483,13.2986,56.378223,94.455986,30.289818,165.65353,19.360254,4.783221,47.464943,32.401268,61.798817,99.815186,14.982685,2.431754,12.272129,16.518389,2142.7366,13.497162,1.8705733,40.497883,12.3440485,131.11183,81.35834,112.61434,5.3929286,75.54768,398.27786,305.09894,28.960087,307.7495,60.88414,51.446312,71.48116,58.93557,8.836119,31.773159,494.39594,1.6130393,3.2737458,153.87839,24.05576,9.122502,18.138952,20.955887,204.36354,67.42253,161.6062,1119.2838,186.07368,1990.9303,1759.3391,17.057318,20.694511,1982.7053,23.689186,32.278595,486.0634,59.58274,95.411995,43.0701,183.53784,297.52448,454.78888,7.8093715,61.628986,255.08337,418.19244,12.365619,105.169785,13.309308,1.6334137,55.4713,1.0777746,1.2114443,3.9787343,11.904731,51.90779,21.687763,20.021774,420.31757,65.960686,38.96947,51.081654,16.954552,69.13206,12.118011,13.732433,13.750605,87.69406,33.566635,23.57043,39.349216,10.54506,30.852016,28.724394,1.4490639,80.27667,13.391853,231.09242,8.75963,347.07394,21.440922,865.934,166.95811,4.291121,11.29986,185.39359,247.00107,1047.9504,751.4666 +2023-12-14 10:00:00,0.0,3044.4006,60.509533,22.791948,66.835815,42.41605,306.5345,37.70527,71.81274,20.920893,42.602074,316.40533,112.41122,20.466381,126.87571,0.34342885,0.22056936,59.24617,7.0124106,17.363472,878.4516,14.047888,1070.0066,131.97095,6.605505,39.25893,549.44543,57.737385,605.891,227.77458,3628.488,17.091536,2758.9937,166.22803,8.546992,9.622426,40.666805,241.57542,294.42026,276.984,47.80645,33.04977,11.200953,686.47534,119.5902,45.591236,9.603316,506.59558,13.625029,566.27,5.9600377,35.450798,0.0,759.3594,2022.2557,0.24830694,140.43633,16.192043,11900.761,25.858425,0.8644014,7.5529313,19.74991,6.4662647,1.9487115,10.949706,277.84348,67.650986,7.3351088,0.6424519,2.3181844,115.013916,1.52169,143.99026,215.5578,1939.9722,363.3261,92.70989,159.431,478.83582,22.441334,21.713886,368.63934,34.938644,48.9391,11.572425,19.61528,167.9089,13.714213,10.934712,49.98776,14.342621,3820.0664,18.603985,20.992607,16.038483,10.225183,224.47842,44.17166,19.14516,6.97462,7.331515,13.30128,56.3768,94.40855,30.291733,165.68738,19.357655,4.7823744,47.457806,32.386196,61.7513,99.84939,14.9970045,2.429906,12.295058,16.510845,2141.9268,13.513515,1.8680947,40.456337,12.341822,131.08542,81.37222,112.59432,5.3985176,75.574936,398.12253,304.95624,28.953493,307.59433,60.936737,51.437473,71.476654,59.013012,8.8455105,31.7922,494.3821,1.6162759,3.2793162,153.98602,24.056067,9.121397,18.153765,20.96496,204.4791,67.45971,161.60834,1119.9672,185.8717,1990.2594,1759.0576,17.046734,20.675434,1982.1187,23.689068,32.24805,485.96237,59.53769,95.349266,43.037197,183.38916,297.45212,454.74695,7.803936,61.592545,254.88452,418.09332,12.360882,105.137115,13.303652,1.6332834,55.480633,1.0775548,1.211148,3.9766994,11.902939,51.860226,21.681835,20.025269,420.7719,65.93123,38.950462,51.053093,16.94858,69.168686,12.118639,13.764902,13.744221,87.659744,33.543255,23.601244,39.365475,10.544422,30.898195,28.750223,1.4485515,80.24106,13.384884,231.07162,8.756524,346.96143,21.443066,866.2819,166.8787,4.28847,11.298042,185.32399,246.87614,1047.7039,751.7585 +2023-12-14 11:00:00,0.0,3043.1724,60.476696,22.760588,66.788925,42.39343,306.45044,37.68668,71.76795,20.916527,42.56898,316.2167,112.46149,20.454662,126.709114,0.34349996,0.22111598,59.22697,7.033743,17.381264,877.8788,14.04531,1069.3619,131.95454,6.6242194,39.279716,549.10504,57.765713,606.43207,227.83633,3626.5085,17.126368,2759.1768,166.497,8.568015,9.641339,40.759186,241.55513,294.39944,277.48215,47.79032,33.028156,11.199719,686.0456,119.81003,45.604927,9.597805,506.70145,13.621787,566.3401,5.9598904,35.43563,0.0,759.31995,2021.602,0.24831629,140.317,16.18756,11895.972,25.858051,0.8646722,7.5487776,19.739996,6.4677806,1.948908,10.944093,277.74332,67.62074,7.3291035,0.642448,2.3190339,115.01986,1.520552,143.97559,215.37164,1939.4542,362.9594,92.69519,159.40906,479.5227,22.479124,21.737928,369.3685,34.986084,49.00717,11.569141,19.614864,167.96072,13.706778,10.933088,49.99146,14.3472,3820.5117,18.602652,20.990255,16.037592,10.223673,224.58195,44.18561,19.157259,6.975443,7.3295465,13.303961,56.375374,94.36111,30.29365,165.72122,19.355053,4.781528,47.45067,32.37112,61.703785,99.88358,15.011325,2.428058,12.317988,16.5033,2141.117,13.52987,1.8656161,40.414795,12.339596,131.05902,81.386116,112.5743,5.4041066,75.60219,397.9672,304.8135,28.9469,307.43912,60.989338,51.42864,71.47214,59.09045,8.854902,31.811243,494.3683,1.6195126,3.2848864,154.09366,24.056374,9.120292,18.16858,20.974033,204.59465,67.496895,161.61047,1120.6504,185.66972,1989.5884,1758.7762,17.03615,20.656357,1981.532,23.688948,32.217506,485.86136,59.492634,95.28653,43.004295,183.24046,297.37973,454.70505,7.7985,61.556103,254.68568,417.99423,12.356145,105.10445,13.297996,1.6331532,55.489967,1.0773349,1.2108518,3.9746644,11.901147,51.812664,21.675907,20.028763,421.22623,65.90177,38.931454,51.02453,16.942608,69.20531,12.119266,13.79737,13.737836,87.625435,33.51988,23.632055,39.38173,10.543783,30.944374,28.77605,1.448039,80.205444,13.377914,231.05081,8.753419,346.8489,21.445208,866.6298,166.79927,4.285819,11.296226,185.25438,246.75122,1047.4573,752.0504 +2023-12-14 12:00:00,0.0,3041.944,60.443855,22.729227,66.74203,42.370808,306.36636,37.668095,71.723175,20.912159,42.53589,316.0281,112.51176,20.442944,126.54252,0.34357107,0.22166258,59.20777,7.055075,17.399055,877.3059,14.042731,1068.7172,131.93816,6.6429334,39.3005,548.7646,57.794044,606.97314,227.89809,3624.5288,17.1612,2759.3596,166.76596,8.589038,9.660253,40.851562,241.53482,294.37863,277.98026,47.774193,33.006542,11.198487,685.6158,120.02985,45.618614,9.592294,506.8073,13.618545,566.4102,5.959743,35.420464,0.0,759.2805,2020.9482,0.24832563,140.19766,16.183077,11891.183,25.857676,0.864943,7.544624,19.730082,6.469296,1.9491045,10.938479,277.64316,67.5905,7.3230987,0.64244413,2.3198836,115.0258,1.5194142,143.96089,215.18549,1938.9363,362.59274,92.68048,159.3871,480.20956,22.516914,21.76197,370.09766,35.033527,49.075245,11.565859,19.614449,168.01254,13.699341,10.931464,49.995155,14.351781,3820.957,18.601318,20.987904,16.0367,10.222163,224.68547,44.19956,19.169355,6.976266,7.327578,13.306641,56.37395,94.31367,30.295565,165.75507,19.352451,4.7806816,47.443527,32.35605,61.656273,99.917786,15.025644,2.4262097,12.340919,16.495754,2140.307,13.546224,1.8631376,40.373253,12.33737,131.03261,81.4,112.55428,5.4096956,75.62943,397.81186,304.67078,28.940304,307.28394,61.041935,51.4198,71.46762,59.16789,8.864294,31.830284,494.3545,1.6227492,3.2904568,154.20131,24.056683,9.119186,18.183392,20.983107,204.7102,67.53407,161.61261,1121.3337,185.46774,1988.9175,1758.4948,17.025564,20.63728,1980.9454,23.68883,32.186962,485.76035,59.44758,95.22379,42.971394,183.09178,297.30737,454.66315,7.793064,61.519665,254.48685,417.8951,12.351408,105.07177,13.292339,1.6330229,55.499302,1.0771149,1.2105556,3.9726295,11.899355,51.7651,21.66998,20.032257,421.68057,65.87231,38.912445,50.995968,16.936636,69.241936,12.119893,13.829839,13.731452,87.591125,33.4965,23.662868,39.397984,10.543145,30.990553,28.80188,1.4475267,80.16983,13.370945,231.03001,8.750313,346.7364,21.447351,866.9777,166.71985,4.2831683,11.294408,185.18478,246.62631,1047.2107,752.3423 +2023-12-14 13:00:00,0.0,3040.7158,60.411015,22.697866,66.69514,42.348186,306.28232,37.649506,71.67839,20.907793,42.502792,315.83948,112.56203,20.431225,126.37593,0.34364218,0.2222092,59.188572,7.0764074,17.41685,876.7331,14.0401535,1068.0724,131.92177,6.661648,39.321285,548.4242,57.822372,607.51416,227.95984,3622.5493,17.196032,2759.5425,167.03493,8.610062,9.679166,40.94394,241.51453,294.35782,278.47836,47.758064,32.984932,11.197254,685.186,120.24967,45.632305,9.586782,506.91315,13.615303,566.4803,5.959595,35.405296,0.0,759.2411,2020.2946,0.24833497,140.07834,16.178593,11886.394,25.8573,0.8652139,7.54047,19.720165,6.470812,1.949301,10.932866,277.543,67.56026,7.3170934,0.64244026,2.3207333,115.031746,1.5182762,143.9462,214.99933,1938.4183,362.22604,92.66578,159.36514,480.89645,22.554705,21.78601,370.8268,35.080967,49.14332,11.562576,19.614033,168.06436,13.691905,10.929839,49.99885,14.35636,3821.4023,18.599983,20.985552,16.035809,10.220654,224.789,44.213505,19.181452,6.9770885,7.3256097,13.309321,56.372528,94.26623,30.29748,165.7889,19.34985,4.779835,47.43639,32.340973,61.608757,99.95198,15.039965,2.4243617,12.363848,16.488209,2139.497,13.562577,1.860659,40.331707,12.335144,131.00621,81.413895,112.53426,5.415284,75.656685,397.65652,304.52808,28.93371,307.12875,61.094532,51.410965,71.46311,59.24533,8.873687,31.849327,494.34067,1.6259859,3.2960272,154.30894,24.05699,9.118081,18.198204,20.99218,204.82576,67.57125,161.61476,1122.017,185.26576,1988.2465,1758.2134,17.01498,20.618204,1980.3588,23.688711,32.156418,485.6593,59.402527,95.16106,42.93849,182.9431,297.23502,454.62125,7.787628,61.483223,254.28801,417.796,12.346671,105.0391,13.286682,1.6328926,55.508636,1.0768951,1.2102593,3.970595,11.897562,51.717533,21.664051,20.035753,422.13492,65.84285,38.893433,50.967407,16.930664,69.278564,12.120521,13.862308,13.725067,87.556816,33.473118,23.693682,39.414238,10.542506,31.036732,28.82771,1.4470143,80.13422,13.363976,231.00922,8.747208,346.6239,21.449495,867.3256,166.64043,4.280517,11.29259,185.11517,246.50139,1046.9641,752.6342 +2023-12-14 14:00:00,0.0,3039.4873,60.378178,22.666506,66.64825,42.325565,306.19824,37.630917,71.633606,20.903427,42.4697,315.65088,112.612305,20.419504,126.209335,0.3437133,0.2227558,59.169373,7.0977397,17.43464,876.1602,14.037576,1067.4276,131.90538,6.680362,39.34207,548.0838,57.8507,608.05524,228.02159,3620.5698,17.230864,2759.7253,167.3039,8.631084,9.698079,41.036316,241.49423,294.33698,278.9765,47.741936,32.963318,11.196022,684.75616,120.4695,45.645992,9.581272,507.01904,13.612061,566.5504,5.959448,35.390125,0.0,759.20166,2019.6409,0.24834432,139.95901,16.17411,11881.6045,25.856924,0.86548465,7.536316,19.710253,6.472327,1.9494975,10.927253,277.44284,67.530014,7.311088,0.6424364,2.3215828,115.03769,1.5171382,143.93152,214.81317,1937.9004,361.85934,92.65108,159.34319,481.5833,22.592495,21.810053,371.55594,35.12841,49.21139,11.559294,19.613617,168.1162,13.684469,10.928215,50.002552,14.36094,3821.8477,18.59865,20.983198,16.034916,10.219143,224.89253,44.22745,19.193548,6.9779115,7.323641,13.312001,56.3711,94.21879,30.299395,165.82274,19.34725,4.778989,47.429253,32.3259,61.56124,99.98618,15.054284,2.4225135,12.386778,16.480663,2138.6873,13.578931,1.8581804,40.290165,12.332918,130.9798,81.42778,112.514244,5.420873,75.68394,397.5012,304.38535,28.927116,306.97354,61.147133,51.402126,71.458595,59.32277,8.883079,31.868368,494.32687,1.6292225,3.3015976,154.41658,24.057297,9.116976,18.213018,21.001251,204.94131,67.60844,161.6169,1122.7002,185.06378,1987.5756,1757.9319,17.004395,20.599127,1979.7721,23.688593,32.125874,485.5583,59.35747,95.09832,42.90559,182.7944,297.16266,454.5793,7.782192,61.44678,254.08917,417.69687,12.341935,105.00643,13.281026,1.6327624,55.51797,1.0766752,1.2099631,3.96856,11.89577,51.669968,21.658123,20.039248,422.58926,65.81339,38.874424,50.938843,16.924694,69.315186,12.121147,13.894776,13.718683,87.52251,33.449738,23.724495,39.430492,10.541868,31.08291,28.853539,1.4465019,80.0986,13.357006,230.98842,8.744102,346.51138,21.45164,867.6735,166.561,4.2778664,11.290773,185.04558,246.37646,1046.7175,752.9261 +2023-12-14 15:00:00,0.0,3038.259,60.345337,22.635147,66.60135,42.302944,306.1142,37.61233,71.58882,20.89906,42.436604,315.46225,112.662575,20.407785,126.04274,0.34378442,0.22330242,59.150177,7.119072,17.452433,875.5874,14.034997,1066.7828,131.88899,6.6990767,39.362854,547.74335,57.879032,608.5963,228.08334,3618.5903,17.265697,2759.9082,167.57286,8.652107,9.716992,41.128693,241.47394,294.31616,279.4746,47.725807,32.941704,11.19479,684.3264,120.689316,45.659683,9.575761,507.1249,13.608818,566.62054,5.9593005,35.374958,0.0,759.16223,2018.987,0.24835366,139.83969,16.169626,11876.814,25.856548,0.8657555,7.532162,19.700336,6.4738426,1.949694,10.92164,277.34268,67.49977,7.305083,0.6424325,2.3224325,115.04363,1.5160004,143.91682,214.62701,1937.3824,361.49268,92.63637,159.32124,482.2702,22.630285,21.834095,372.2851,35.17585,49.279465,11.556011,19.613201,168.16801,13.677032,10.926591,50.00625,14.3655205,3822.293,18.597317,20.980846,16.034025,10.217633,224.99606,44.241398,19.205645,6.978734,7.3216724,13.314682,56.36968,94.17135,30.30131,165.85658,19.344648,4.7781425,47.42211,32.310825,61.513725,100.020386,15.068604,2.4206653,12.409708,16.473118,2137.8774,13.595285,1.8557019,40.248623,12.330691,130.9534,81.441666,112.494225,5.426462,75.71119,397.34586,304.2426,28.920523,306.81836,61.19973,51.39329,71.45408,59.400208,8.89247,31.887411,494.31305,1.6324592,3.3071678,154.52422,24.057604,9.11587,18.22783,21.010324,205.05687,67.645615,161.61903,1123.3835,184.8618,1986.9045,1757.6505,16.99381,20.58005,1979.1854,23.688475,32.09533,485.45728,59.31242,95.03558,42.87269,182.64572,297.0903,454.5374,7.7767563,61.41034,253.89034,417.59778,12.337198,104.97376,13.27537,1.6326321,55.527306,1.0764552,1.2096668,3.966525,11.893978,51.622406,21.652195,20.042742,423.04358,65.783936,38.855415,50.910282,16.918722,69.351814,12.121775,13.927245,13.712298,87.4882,33.42636,23.755308,39.446747,10.541229,31.12909,28.879366,1.4459895,80.06299,13.350037,230.96762,8.740996,346.39886,21.453783,868.0214,166.48158,4.275215,11.288956,184.97598,246.25154,1046.471,753.21796 +2023-12-14 16:00:00,0.0,3037.0308,60.312496,22.603786,66.55446,42.280323,306.03012,37.593742,71.54404,20.894693,42.40351,315.27365,112.712845,20.396067,125.876144,0.34385553,0.22384904,59.130978,7.140404,17.470224,875.0145,14.032419,1066.1382,131.8726,6.717791,39.38364,547.40295,57.90736,609.1374,228.1451,3616.6106,17.30053,2760.0913,167.84183,8.673131,9.735906,41.221073,241.45364,294.29535,279.97272,47.70968,32.920094,11.193557,683.8966,120.90914,45.673374,9.57025,507.23077,13.6055765,566.6906,5.959153,35.35979,0.0,759.1228,2018.3334,0.24836299,139.72037,16.165144,11872.025,25.856173,0.86602634,7.5280085,19.690422,6.4753585,1.9498905,10.916027,277.24252,67.469536,7.2990775,0.64242864,2.3232822,115.049576,1.5148624,143.90213,214.44086,1936.8645,361.12598,92.621666,159.29929,482.95706,22.668076,21.858135,373.01425,35.223293,49.347538,11.552729,19.612785,168.21983,13.669597,10.924967,50.009945,14.3701,3822.7383,18.595984,20.978495,16.033133,10.216124,225.09958,44.255344,19.217741,6.979557,7.319704,13.317362,56.368256,94.12391,30.303226,165.89043,19.342047,4.777296,47.414974,32.29575,61.466213,100.05458,15.082924,2.4188173,12.432637,16.465572,2137.0674,13.611639,1.8532233,40.207077,12.328465,130.92699,81.45556,112.474205,5.432051,75.73844,397.19052,304.0999,28.913929,306.66318,61.252327,51.384453,71.44957,59.47765,8.901863,31.906452,494.29922,1.6356958,3.3127382,154.63185,24.05791,9.114765,18.242643,21.019398,205.17244,67.68279,161.62117,1124.0669,184.65982,1986.2336,1757.369,16.983225,20.560972,1978.5988,23.688354,32.064785,485.35626,59.267365,94.972855,42.839787,182.49702,297.01794,454.4955,7.7713203,61.373898,253.6915,417.49866,12.332461,104.94109,13.269713,1.6325018,55.53664,1.0762354,1.2093706,3.9644902,11.892186,51.57484,21.646265,20.046236,423.49792,65.75448,38.836407,50.88172,16.91275,69.38844,12.122402,13.959714,13.7059145,87.45389,33.40298,23.786121,39.463,10.540591,31.175268,28.905195,1.4454771,80.027374,13.343068,230.94682,8.73789,346.28635,21.455925,868.3693,166.40216,4.2725644,11.287138,184.90637,246.12662,1046.2245,753.5099 +2023-12-14 17:00:00,0.0,3035.8025,60.27966,22.572426,66.50757,42.2577,305.94604,37.575157,71.49925,20.890326,42.37042,315.08502,112.763115,20.384346,125.70956,0.34392664,0.22439565,59.11178,7.1617365,17.488016,874.44165,14.029841,1065.4934,131.85622,6.7365055,39.404427,547.0625,57.935688,609.67847,228.20683,3614.631,17.335361,2760.2742,168.1108,8.694154,9.754819,41.31345,241.43333,294.2745,280.47086,47.69355,32.89848,11.192325,683.4668,121.12896,45.68706,9.564739,507.33667,13.602334,566.76074,5.959006,35.344624,0.0,759.0834,2017.6797,0.24837233,139.60104,16.16066,11867.236,25.855799,0.8662972,7.5238543,19.680508,6.476874,1.950087,10.910414,277.14236,67.43929,7.293072,0.64242476,2.3241317,115.05552,1.5137244,143.88745,214.2547,1936.3466,360.75928,92.606964,159.27733,483.64395,22.705864,21.882177,373.74338,35.270737,49.41561,11.549446,19.61237,168.27165,13.662161,10.923343,50.01364,14.3746805,3823.1838,18.59465,20.976143,16.032242,10.214614,225.20311,44.269295,19.22984,6.98038,7.3177357,13.320043,56.36683,94.07647,30.305141,165.92426,19.339447,4.7764497,47.407837,32.280678,61.418697,100.08878,15.097244,2.416969,12.455567,16.458027,2136.2576,13.627993,1.8507447,40.165535,12.32624,130.90057,81.469444,112.454185,5.4376397,75.76569,397.0352,303.95718,28.907335,306.50797,61.304928,51.375618,71.44505,59.555088,8.911255,31.925495,494.28543,1.6389325,3.3183086,154.7395,24.058218,9.11366,18.257458,21.028471,205.288,67.71998,161.6233,1124.7501,184.45784,1985.5626,1757.0876,16.972641,20.541897,1978.0122,23.688236,32.03424,485.25525,59.222313,94.91012,42.806885,182.34834,296.9456,454.45358,7.765885,61.337456,253.49266,417.39954,12.327724,104.90842,13.264057,1.6323715,55.545975,1.0760155,1.2090744,3.9624553,11.890394,51.527275,21.640337,20.04973,423.95227,65.72502,38.817398,50.853157,16.906778,69.425064,12.123029,13.992182,13.69953,87.41958,33.3796,23.816935,39.479256,10.539953,31.221447,28.931025,1.4449648,79.99176,13.336099,230.92601,8.734785,346.17383,21.458069,868.71716,166.32274,4.269913,11.285321,184.83678,246.0017,1045.9779,753.80176 +2023-12-14 18:00:00,0.0,3034.5742,60.24682,22.541065,66.46067,42.23508,305.862,37.55657,71.454475,20.88596,42.337322,314.89642,112.813385,20.372627,125.54296,0.34399775,0.22494227,59.09258,7.1830688,17.50581,873.86884,14.027263,1064.8486,131.83981,6.75522,39.42521,546.7221,57.96402,610.21954,228.26859,3612.6516,17.370193,2760.457,168.37976,8.715177,9.773732,41.405827,241.41304,294.2537,280.96896,47.677418,32.876865,11.191092,683.03705,121.348785,45.700752,9.559228,507.4425,13.599092,566.8308,5.9588585,35.329456,0.0,759.04395,2017.0259,0.24838167,139.4817,16.156176,11862.447,25.855423,0.86656797,7.5197005,19.670593,6.4783897,1.9502834,10.9048,277.0422,67.40905,7.287067,0.6424208,2.3249815,115.06147,1.5125866,143.87276,214.06854,1935.8286,360.3926,92.592255,159.25537,484.3308,22.743654,21.90622,374.47253,35.318176,49.483685,11.546164,19.611954,168.32347,13.654725,10.921718,50.01734,14.37926,3823.6292,18.593317,20.973791,16.03135,10.213103,225.30664,44.28324,19.241936,6.9812026,7.3157673,13.322722,56.365406,94.02903,30.307056,165.9581,19.336845,4.7756033,47.400696,32.265602,61.37118,100.12298,15.111564,2.415121,12.478497,16.450481,2135.4478,13.644346,1.8482662,40.12399,12.324014,130.87418,81.48334,112.434166,5.4432287,75.792946,396.87985,303.81445,28.900742,306.35278,61.357525,51.36678,71.44054,59.63253,8.920647,31.944536,494.2716,1.6421691,3.3238788,154.84714,24.058525,9.112555,18.27227,21.037544,205.40355,67.75716,161.62544,1125.4333,184.25586,1984.8917,1756.8062,16.962057,20.52282,1977.4255,23.688118,32.003696,485.1542,59.177258,94.84738,42.773983,182.19965,296.87323,454.41168,7.760449,61.301014,253.29382,417.3004,12.322988,104.87575,13.258401,1.6322414,55.55531,1.0757955,1.208778,3.9604204,11.888602,51.47971,21.634409,20.053226,424.40662,65.695564,38.79839,50.824596,16.900806,69.46169,12.123656,14.024651,13.693146,87.38526,33.35622,23.847748,39.49551,10.539314,31.267626,28.956854,1.4444523,79.95615,13.329129,230.90521,8.731679,346.0613,21.460213,869.06506,166.24332,4.2672625,11.283504,184.76717,245.87679,1045.7313,754.0936 +2023-12-14 19:00:00,0.0,3033.346,60.21398,22.509705,66.41378,42.21246,305.77792,37.53798,71.40969,20.881592,42.30423,314.7078,112.86366,20.360909,125.376366,0.34406886,0.22548887,59.07338,7.204401,17.523602,873.29596,14.024685,1064.2039,131.82343,6.773934,39.445995,546.3817,57.992348,610.7606,228.33034,3610.672,17.405025,2760.64,168.64873,8.7362,9.792645,41.498207,241.39275,294.23288,281.46707,47.66129,32.855255,11.189859,682.60724,121.5686,45.71444,9.553717,507.5484,13.59585,566.90094,5.958711,35.31429,0.0,759.0045,2016.3722,0.24839102,139.36238,16.151693,11857.657,25.855047,0.8668388,7.515547,19.660679,6.479905,1.95048,10.899187,276.94205,67.37881,7.281062,0.64241695,2.3258312,115.06741,1.5114486,143.85806,213.88239,1935.3107,360.0259,92.57755,159.23343,485.0177,22.781445,21.93026,375.2017,35.36562,49.551758,11.542881,19.611538,168.3753,13.647288,10.920094,50.021038,14.383841,3824.0745,18.591984,20.971437,16.030458,10.211594,225.41016,44.297188,19.254032,6.9820256,7.3137984,13.325403,56.363983,93.98159,30.308971,165.99194,19.334244,4.774757,47.39356,32.25053,61.323666,100.15718,15.125884,2.4132729,12.501427,16.442936,2134.638,13.6607,1.8457876,40.082447,12.321787,130.84776,81.49722,112.41415,5.4488177,75.8202,396.72452,303.67175,28.894148,306.1976,61.410126,51.357944,71.43603,59.70997,8.930038,31.963577,494.2578,1.6454058,3.3294492,154.95477,24.058832,9.11145,18.287083,21.046618,205.5191,67.79434,161.62758,1126.1167,184.05388,1984.2207,1756.5247,16.951471,20.503742,1976.8389,23.688,31.973152,485.0532,59.132202,94.784645,42.74108,182.05096,296.80087,454.36978,7.755013,61.264572,253.09499,417.20132,12.318251,104.84308,13.252745,1.6321111,55.564644,1.0755757,1.2084818,3.9583855,11.886809,51.432148,21.62848,20.05672,424.86093,65.66611,38.77938,50.796036,16.894836,69.49832,12.124284,14.057119,13.686761,87.35095,33.332844,23.878561,39.511765,10.538676,31.313805,28.982681,1.4439399,79.92054,13.32216,230.88441,8.728573,345.9488,21.462357,869.41296,166.1639,4.2646117,11.281686,184.69757,245.75186,1045.4847,754.38556 +2023-12-14 20:00:00,0.0,3032.1177,60.18114,22.478344,66.36689,42.189842,305.69388,37.519394,71.36491,20.877226,42.271137,314.5192,112.91393,20.349188,125.20977,0.34413996,0.22603549,59.05418,7.2257333,17.541393,872.72314,14.022107,1063.5592,131.80704,6.7926483,39.46678,546.04126,58.020676,611.3017,228.39209,3608.6926,17.439857,2760.8228,168.9177,8.757223,9.811559,41.590584,241.37245,294.21204,281.9652,47.64516,32.83364,11.188626,682.1774,121.78843,45.72813,9.548206,507.65424,13.5926075,566.971,5.958564,35.29912,0.0,758.965,2015.7185,0.24840036,139.24306,16.14721,11852.868,25.854671,0.86710966,7.511393,19.650764,6.4814205,1.9506764,10.893574,276.8419,67.348564,7.275057,0.6424131,2.3266807,115.07336,1.5103106,143.84338,213.69624,1934.7927,359.6592,92.56285,159.21147,485.70456,22.819235,21.954302,375.93082,35.41306,49.61983,11.539598,19.611122,168.42712,13.639853,10.918469,50.024734,14.38842,3824.5198,18.59065,20.969086,16.029566,10.210084,225.51369,44.311134,19.266129,6.982848,7.31183,13.328083,56.362556,93.93414,30.310886,166.02579,19.331642,4.7739105,47.38642,32.235455,61.276154,100.191376,15.140203,2.4114249,12.524357,16.435392,2133.828,13.677054,1.843309,40.040905,12.319561,130.82137,81.511116,112.39413,5.4544067,75.84745,396.56918,303.52902,28.887554,306.0424,61.462723,51.349106,71.43151,59.787407,8.939431,31.98262,494.244,1.6486424,3.3350196,155.06241,24.05914,9.110345,18.301897,21.05569,205.63466,67.83152,161.62971,1126.7999,183.8519,1983.5498,1756.2433,16.940887,20.484665,1976.2522,23.68788,31.942608,484.95218,59.08715,94.72191,42.70818,181.90228,296.7285,454.32788,7.749577,61.22813,252.89615,417.1022,12.313514,104.81041,13.2470875,1.6319808,55.57398,1.0753558,1.2081856,3.9563508,11.885017,51.384583,21.622553,20.060215,425.31528,65.63665,38.76037,50.76747,16.888865,69.53494,12.124911,14.089588,13.680377,87.31664,33.309464,23.909372,39.528023,10.538037,31.359985,29.00851,1.4434276,79.884926,13.31519,230.86362,8.725468,345.83627,21.464499,869.76086,166.08447,4.2619605,11.279869,184.62798,245.62694,1045.2382,754.6774 +2023-12-14 21:00:00,0.0,3030.8892,60.1483,22.446983,66.31999,42.16722,305.6098,37.500805,71.32012,20.872858,42.23804,314.33057,112.9642,20.33747,125.04318,0.34421107,0.2265821,59.03498,7.2470655,17.559185,872.15027,14.019528,1062.9144,131.79065,6.8113627,39.487568,545.70087,58.049007,611.8427,228.45384,3606.713,17.474691,2761.0059,169.18666,8.778246,9.830472,41.68296,241.35216,294.19122,282.46332,47.629032,32.812027,11.187394,681.7476,122.008255,45.741817,9.542695,507.7601,13.589365,567.04114,5.9584165,35.28395,0.0,758.92566,2015.0647,0.2484097,139.12373,16.142727,11848.079,25.854296,0.86738044,7.507239,19.64085,6.4829364,1.9508729,10.887961,276.74173,67.31832,7.2690516,0.6424092,2.3275304,115.0793,1.5091728,143.82869,213.51009,1934.2748,359.29254,92.54814,159.18951,486.39145,22.857025,21.978344,376.65997,35.460503,49.687904,11.536316,19.610706,168.47894,13.632417,10.916845,50.028435,14.393001,3824.965,18.589317,20.966734,16.028675,10.208574,225.61722,44.32508,19.278225,6.983671,7.3098617,13.330764,56.361134,93.8867,30.312801,166.05962,19.329042,4.773064,47.37928,32.220383,61.228638,100.22558,15.154524,2.4095767,12.547286,16.427847,2133.018,13.693408,1.8408306,39.99936,12.317335,130.79495,81.525,112.3741,5.4599957,75.874695,396.41385,303.3863,28.88096,305.8872,61.51532,51.34027,71.426994,59.86485,8.948823,32.001663,494.23016,1.6518791,3.3405898,155.17006,24.059446,9.10924,18.31671,21.064764,205.75021,67.8687,161.63185,1127.4832,183.64992,1982.8788,1755.9618,16.930302,20.465588,1975.6655,23.687761,31.912062,484.85117,59.042095,94.65917,42.675278,181.75359,296.65613,454.28595,7.744141,61.191692,252.69731,417.00308,12.308777,104.77773,13.241431,1.6318506,55.583313,1.0751358,1.2078893,3.954316,11.883225,51.337017,21.616625,20.06371,425.76962,65.60719,38.74136,50.73891,16.882893,69.57157,12.125538,14.122057,13.673992,87.28233,33.286083,23.940186,39.544277,10.537399,31.406164,29.03434,1.4429151,79.84931,13.308221,230.84282,8.722362,345.72375,21.466642,870.10876,166.00505,4.25931,11.278051,184.55836,245.50201,1044.9916,754.9693 +2023-12-14 22:00:00,0.0,3029.661,60.115463,22.415623,66.2731,42.1446,305.52576,37.482216,71.27534,20.868492,42.20495,314.14197,113.01447,20.32575,124.87659,0.34428218,0.22712871,59.01578,7.268398,17.576977,871.57745,14.016951,1062.2697,131.77426,6.830077,39.50835,545.3604,58.077335,612.3838,228.5156,3604.7334,17.509523,2761.1887,169.45563,8.79927,9.849386,41.77534,241.33185,294.1704,282.96143,47.612904,32.790417,11.186162,681.3179,122.22807,45.75551,9.537184,507.86597,13.586123,567.11127,5.958269,35.268784,0.0,758.8862,2014.411,0.24841905,139.00441,16.138243,11843.29,25.85392,0.8676513,7.503085,19.630936,6.484452,1.9510694,10.882348,276.64157,67.28808,7.2630463,0.64240533,2.3283799,115.08524,1.5080348,143.81401,213.32393,1933.7568,358.92584,92.53345,159.16757,487.0783,22.894815,22.002386,377.38913,35.507942,49.755978,11.533033,19.61029,168.53076,13.624981,10.915221,50.03213,14.39758,3825.4104,18.587982,20.964382,16.027782,10.207064,225.72075,44.339027,19.290323,6.984494,7.3078933,13.333444,56.359707,93.839264,30.314718,166.09346,19.32644,4.7722178,47.372143,32.205307,61.18112,100.25977,15.168843,2.4077284,12.570216,16.420301,2132.2083,13.709762,1.838352,39.957817,12.315109,130.76855,81.538895,112.35408,5.4655843,75.90195,396.2585,303.2436,28.874365,305.732,61.56792,51.331436,71.422485,59.942287,8.958215,32.020702,494.21637,1.6551157,3.3461602,155.2777,24.059753,9.108134,18.331522,21.073837,205.86577,67.90588,161.634,1128.1665,183.44794,1982.2079,1755.6804,16.919718,20.446512,1975.079,23.687643,31.881517,484.75015,58.997044,94.59644,42.642376,181.6049,296.58377,454.24405,7.738705,61.15525,252.49847,416.90396,12.30404,104.74506,13.235775,1.6317203,55.592648,1.074916,1.2075931,3.952281,11.8814335,51.28945,21.610697,20.067204,426.22397,65.57773,38.72235,50.71035,16.87692,69.6082,12.126165,14.154526,13.667607,87.248024,33.262703,23.970999,39.56053,10.53676,31.452343,29.06017,1.4424027,79.8137,13.301251,230.822,8.719256,345.61127,21.468786,870.45667,165.92563,4.2566586,11.276234,184.48877,245.37709,1044.745,755.2612 +2023-12-14 23:00:00,0.0,3028.4326,60.082623,22.384262,66.22621,42.12198,305.44168,37.46363,71.23056,20.864124,42.171856,313.95334,113.06474,20.314032,124.70999,0.3443533,0.22767533,58.996582,7.28973,17.594769,871.0046,14.014373,1061.6249,131.75787,6.8487916,39.529137,545.02,58.105663,612.92487,228.57735,3602.754,17.544355,2761.3716,169.7246,8.820292,9.8682995,41.867718,241.31155,294.1496,283.45956,47.596775,32.768803,11.184929,680.88806,122.4479,45.769196,9.5316725,507.97186,13.582881,567.18134,5.9581213,35.253616,0.0,758.8468,2013.7573,0.24842839,138.88509,16.13376,11838.501,25.853546,0.8679221,7.4989314,19.621021,6.485967,1.9512659,10.876735,276.5414,67.257835,7.257041,0.64240146,2.3292296,115.09119,1.5068969,143.79932,213.13777,1933.2389,358.55914,92.518745,159.14561,487.7652,22.932606,22.026426,378.1183,35.555386,49.82405,11.529751,19.609875,168.58258,13.617544,10.913597,50.035828,14.402161,3825.8557,18.586649,20.96203,16.026892,10.205554,225.82426,44.352974,19.30242,6.9853168,7.305925,13.336123,56.358284,93.791824,30.316633,166.1273,19.32384,4.7713714,47.365005,32.190235,61.133606,100.293976,15.183164,2.4058805,12.593146,16.412756,2131.3984,13.726115,1.8358734,39.916275,12.312883,130.74214,81.55278,112.33406,5.4711733,75.9292,396.10318,303.10086,28.867771,305.5768,61.620518,51.322598,71.41797,60.019726,8.967607,32.039745,494.20255,1.6583524,3.3517306,155.38533,24.06006,9.107029,18.346336,21.08291,205.98132,67.94306,161.63614,1128.8499,183.24597,1981.5369,1755.3989,16.909134,20.427435,1974.4923,23.687525,31.850973,484.6491,58.95199,94.53371,42.609474,181.4562,296.5114,454.20215,7.7332697,61.11881,252.29964,416.80487,12.299303,104.712395,13.230119,1.63159,55.601982,1.0746961,1.2072968,3.950246,11.879642,51.24189,21.604769,20.070698,426.67828,65.54827,38.703342,50.68179,16.870949,69.64483,12.126793,14.186994,13.661223,87.213715,33.239323,24.001812,39.576786,10.536122,31.498522,29.085999,1.4418904,79.77808,13.294282,230.80121,8.71615,345.49875,21.47093,870.80457,165.8462,4.254008,11.274417,184.41916,245.25217,1044.4984,755.5531 +2023-12-15 00:00:00,0.0,3027.2043,60.04978,22.352903,66.17931,42.099358,305.35764,37.44504,71.185776,20.859758,42.13876,313.76474,113.11502,20.30231,124.5434,0.3444244,0.22822194,58.977383,7.311063,17.612562,870.4317,14.011794,1060.9801,131.74149,6.867506,39.549923,544.6796,58.133995,613.46594,228.6391,3600.7744,17.579187,2761.5544,169.99356,8.841315,9.887213,41.960094,241.29126,294.12875,283.95767,47.580647,32.74719,11.183697,680.45825,122.66772,45.782887,9.526162,508.0777,13.5796385,567.25146,5.957974,35.23845,0.0,758.8073,2013.1035,0.24843772,138.76575,16.129276,11833.711,25.85317,0.868193,7.494777,19.611107,6.487483,1.9514624,10.871121,276.44125,67.2276,7.2510357,0.6423976,2.3300793,115.09713,1.505759,143.78462,212.95161,1932.721,358.19247,92.50404,159.12366,488.45206,22.970396,22.050468,378.8474,35.60283,49.892124,11.526468,19.609459,168.63441,13.610108,10.911972,50.039524,14.40674,3826.301,18.585316,20.959677,16.026,10.204044,225.9278,44.366924,19.314516,6.98614,7.303956,13.338804,56.35686,93.744385,30.318548,166.16115,19.32124,4.770525,47.357864,32.17516,61.086094,100.32817,15.197483,2.4040322,12.6160755,16.40521,2130.5886,13.74247,1.8333949,39.87473,12.310657,130.71574,81.566666,112.31404,5.4767623,75.95645,395.94785,302.95813,28.861177,305.42163,61.67312,51.313763,71.41345,60.097168,8.976999,32.05879,494.18875,1.661589,3.357301,155.49297,24.060368,9.105924,18.361149,21.091984,206.09688,67.98024,161.63828,1129.5331,183.04399,1980.866,1755.1176,16.898548,20.408358,1973.9056,23.687407,31.820429,484.5481,58.906937,94.47097,42.576572,181.30753,296.43906,454.16025,7.7278337,61.082367,252.1008,416.70575,12.294566,104.679726,13.2244625,1.6314597,55.611317,1.0744761,1.2070006,3.9482112,11.87785,51.194324,21.59884,20.074194,427.13263,65.518814,38.684334,50.653225,16.864977,69.68145,12.127419,14.219462,13.654839,87.179405,33.215946,24.032625,39.59304,10.535483,31.5447,29.111826,1.4413779,79.74247,13.2873125,230.78041,8.713045,345.38623,21.473074,871.15247,165.76678,4.251357,11.272599,184.34956,245.12726,1044.2518,755.845 +2023-12-15 01:00:00,0.0,3025.976,60.016945,22.321543,66.13242,42.076736,305.27356,37.426453,71.14099,20.855392,42.105667,313.5761,113.16529,20.290592,124.37681,0.3444955,0.22876856,58.958187,7.332395,17.630354,869.8589,14.009216,1060.3354,131.72508,6.88622,39.570705,544.3392,58.162323,614.007,228.70084,3598.795,17.61402,2761.7373,170.26253,8.862339,9.906126,42.052475,241.27097,294.10794,284.45578,47.564518,32.72558,11.182464,680.0285,122.88754,45.796574,9.520651,508.1836,13.576397,567.32153,5.9578266,35.22328,0.0,758.7679,2012.4498,0.24844706,138.64642,16.124792,11828.922,25.852795,0.86846375,7.4906235,19.60119,6.4889984,1.9516588,10.865508,276.3411,67.19736,7.245031,0.6423937,2.3309288,115.10307,1.504621,143.76994,212.76546,1932.203,357.82578,92.489334,159.1017,489.13895,23.008186,22.07451,379.57657,35.65027,49.960197,11.523186,19.609043,168.68623,13.602673,10.910348,50.043224,14.411321,3826.7466,18.583982,20.957325,16.025108,10.202535,226.03133,44.38087,19.326612,6.986963,7.3019876,13.341484,56.355434,93.696945,30.320463,166.19498,19.318638,4.7696786,47.350727,32.160088,61.038578,100.36237,15.211803,2.4021842,12.639006,16.397665,2129.7786,13.758823,1.8309163,39.833187,12.308431,130.68933,81.58056,112.29402,5.4823513,75.9837,395.7925,302.81543,28.854584,305.26642,61.725716,51.304924,71.40894,60.174606,8.986391,32.07783,494.17493,1.6648257,3.3628712,155.6006,24.060675,9.104818,18.375961,21.101057,206.21243,68.017426,161.64041,1130.2164,182.84201,1980.195,1754.836,16.887964,20.38928,1973.319,23.687286,31.789885,484.44708,58.86188,94.40823,42.54367,181.15884,296.3667,454.11832,7.722398,61.045925,251.90196,416.60663,12.289829,104.64705,13.218806,1.6313295,55.62065,1.0742563,1.2067044,3.9461763,11.876057,51.14676,21.59291,20.077688,427.58698,65.48936,38.665325,50.624664,16.859007,69.71808,12.128047,14.251931,13.648455,87.145096,33.192566,24.063438,39.609295,10.534845,31.59088,29.137655,1.4408655,79.706856,13.280343,230.75961,8.709939,345.2737,21.475216,871.50037,165.68736,4.248706,11.2707815,184.27997,245.00233,1044.0052,756.1369 +2023-12-15 02:00:00,0.0,3024.7478,59.984104,22.290182,66.08553,42.054115,305.18948,37.407867,71.09621,20.851025,42.07257,313.3875,113.21556,20.278873,124.21021,0.3445666,0.22931516,58.938988,7.3537273,17.648146,869.286,14.006639,1059.6907,131.7087,6.9049344,39.59149,543.9988,58.19065,614.5481,228.76259,3596.8152,17.648851,2761.9204,170.5315,8.883362,9.925039,42.14485,241.25067,294.08713,284.95392,47.548386,32.703964,11.1812315,679.5987,123.10736,45.810265,9.51514,508.28946,13.573154,567.39166,5.9576793,35.208115,0.0,758.72845,2011.7961,0.2484564,138.5271,16.12031,11824.133,25.852419,0.8687346,7.4864697,19.591276,6.4905143,1.9518554,10.859896,276.24094,67.167114,7.2390256,0.64238983,2.3317785,115.10902,1.503483,143.75525,212.5793,1931.685,357.45908,92.47463,159.07976,489.8258,23.045977,22.09855,380.30573,35.697712,50.02827,11.519903,19.608627,168.73805,13.595236,10.908724,50.04692,14.4159,3827.192,18.58265,20.954973,16.024216,10.201024,226.13486,44.394817,19.338709,6.9877853,7.3000193,13.344165,56.35401,93.649506,30.322378,166.22882,19.316036,4.768832,47.34359,32.14501,60.991062,100.39657,15.226123,2.400336,12.661935,16.39012,2128.9688,13.775177,1.8284377,39.791645,12.306205,130.66293,81.594444,112.274,5.4879403,76.010956,395.63718,302.6727,28.84799,305.11124,61.778313,51.29609,71.40443,60.252045,8.995783,32.09687,494.1611,1.6680623,3.3684416,155.70825,24.060984,9.103713,18.390774,21.11013,206.32799,68.0546,161.64255,1130.8997,182.64003,1979.524,1754.5547,16.877378,20.370205,1972.7324,23.687168,31.75934,484.34607,58.816826,94.3455,42.51077,181.01015,296.29434,454.07642,7.716962,61.009483,251.70312,416.5075,12.285092,104.61438,13.21315,1.6311992,55.629986,1.0740364,1.206408,3.9441414,11.874265,51.099194,21.586983,20.081182,428.04132,65.4599,38.646313,50.596104,16.853035,69.75471,12.1286745,14.2844,13.64207,87.11078,33.169186,24.094252,39.62555,10.534206,31.637058,29.163485,1.4403532,79.67124,13.273374,230.73882,8.706834,345.1612,21.47736,871.84827,165.60794,4.246055,11.268965,184.21036,244.87741,1043.7587,756.4288 +2023-12-15 03:00:00,0.0,3023.5195,59.951267,22.258821,66.038635,42.031494,305.10544,37.38928,71.05142,20.846659,42.03948,313.19888,113.26583,20.267153,124.04362,0.34463775,0.22986178,58.91979,7.3750596,17.665937,868.7132,14.00406,1059.0459,131.6923,6.923649,39.612278,543.6583,58.218983,615.0892,228.82434,3594.8357,17.683683,2762.1033,170.80046,8.904385,9.943953,42.23723,241.23036,294.06628,285.45203,47.532257,32.68235,11.179998,679.1689,123.32719,45.823956,9.509629,508.39532,13.569913,567.46173,5.957532,35.192947,0.0,758.689,2011.1423,0.24846575,138.40778,16.115826,11819.344,25.852043,0.86900544,7.4823155,19.581362,6.4920297,1.9520519,10.854282,276.14078,67.13687,7.2330203,0.6423859,2.3326283,115.11496,1.5023452,143.74055,212.39314,1931.1671,357.0924,92.45993,159.0578,490.5127,23.083767,22.122593,381.03485,35.74515,50.096344,11.51662,19.608212,168.78987,13.5878,10.9071,50.050617,14.420481,3827.6372,18.581316,20.952621,16.023325,10.199514,226.23837,44.408764,19.350807,6.9886084,7.298051,13.346845,56.35259,93.602066,30.324295,166.26266,19.313437,4.767986,47.33645,32.12994,60.943546,100.43077,15.240443,2.398488,12.684865,16.382574,2128.159,13.791531,1.8259592,39.7501,12.303979,130.63652,81.60834,112.25398,5.493529,76.03821,395.48184,302.52997,28.841396,304.95605,61.830914,51.28725,71.39991,60.329487,9.005175,32.115913,494.1473,1.671299,3.374012,155.81589,24.06129,9.102608,18.405588,21.119204,206.44354,68.09178,161.64468,1131.583,182.43805,1978.853,1754.2732,16.866795,20.351128,1972.1458,23.68705,31.728796,484.24506,58.771774,94.28276,42.477867,180.86147,296.222,454.03452,7.711526,60.97304,251.50429,416.40842,12.280355,104.58171,13.207494,1.631069,55.63932,1.0738165,1.2061118,3.9421065,11.872473,51.051632,21.581055,20.084677,428.49564,65.43044,38.627304,50.56754,16.847063,69.79133,12.129302,14.316869,13.635686,87.07647,33.145805,24.125065,39.641804,10.533568,31.683237,29.189314,1.4398407,79.63563,13.266405,230.718,8.703728,345.04868,21.479504,872.19617,165.52852,4.243404,11.267147,184.14076,244.75249,1043.5121,756.72064 +2023-12-15 04:00:00,0.0,3022.291,59.918427,22.22746,65.991745,42.008873,305.02136,37.37069,71.00664,20.84229,42.006386,313.01028,113.3161,20.255434,123.87703,0.34470886,0.23040839,58.90059,7.396392,17.68373,868.1403,14.001482,1058.4011,131.67592,6.9423633,39.63306,543.31793,58.24731,615.63025,228.8861,3592.8562,17.718517,2762.2861,171.06943,8.925408,9.962866,42.329605,241.21007,294.04547,285.95013,47.51613,32.66074,11.178766,678.73914,123.54701,45.837643,9.504118,508.50116,13.56667,567.53186,5.9573846,35.17778,0.0,758.64954,2010.4886,0.24847509,138.28845,16.111343,11814.555,25.851667,0.8692762,7.478162,19.571447,6.493545,1.9522483,10.848669,276.04062,67.10663,7.227015,0.642382,2.3334777,115.1209,1.5012072,143.72588,212.20699,1930.6492,356.7257,92.44522,159.03584,491.19955,23.121557,22.146635,381.764,35.792595,50.164417,11.513337,19.607796,168.84169,13.580364,10.905476,50.054317,14.42506,3828.0825,18.579983,20.95027,16.022432,10.198005,226.3419,44.42271,19.362904,6.989431,7.2960825,13.349525,56.351162,93.55463,30.32621,166.29651,19.310835,4.7671394,47.32931,32.114864,60.896034,100.464966,15.254763,2.3966398,12.707795,16.375029,2127.349,13.807884,1.8234806,39.708557,12.301753,130.61012,81.62222,112.23396,5.499118,76.06546,395.3265,302.38727,28.834803,304.80084,61.88351,51.278416,71.3954,60.406925,9.014567,32.134956,494.13348,1.6745356,3.3795822,155.92352,24.061598,9.101503,18.4204,21.128277,206.55911,68.12897,161.64682,1132.2662,182.23607,1978.1821,1753.9918,16.856209,20.33205,1971.5591,23.686932,31.698252,484.144,58.72672,94.22003,42.444965,180.71277,296.1496,453.99258,7.70609,60.9366,251.30545,416.3093,12.275619,104.54904,13.201838,1.6309388,55.648655,1.0735966,1.2058156,3.9400718,11.870681,51.004066,21.575127,20.088171,428.94998,65.400986,38.608295,50.53898,16.841091,69.82796,12.129929,14.349338,13.629301,87.04216,33.12243,24.155878,39.65806,10.53293,31.729416,29.215141,1.4393283,79.60002,13.259436,230.6972,8.700623,344.93616,21.481647,872.54407,165.4491,4.240753,11.265329,184.07115,244.62756,1043.2656,757.0126 +2023-12-15 05:00:00,0.0,3021.0627,59.885586,22.1961,65.944855,41.98625,304.93732,37.352104,70.96186,20.837925,41.97329,312.82166,113.36638,20.243715,123.710434,0.34477997,0.230955,58.88139,7.417724,17.701523,867.5675,13.998904,1057.7563,131.65953,6.9610777,39.653847,542.97754,58.27564,616.17126,228.94785,3590.8767,17.75335,2762.469,171.3384,8.946431,9.981779,42.42198,241.18977,294.02466,286.44827,47.5,32.639126,11.177534,678.3093,123.76683,45.851334,9.498607,508.60706,13.563428,567.6019,5.9572372,35.16261,0.0,758.6101,2009.835,0.24848443,138.16913,16.10686,11809.765,25.851294,0.86954707,7.474008,19.561533,6.495061,1.9524448,10.843056,275.94046,67.076385,7.2210097,0.64237815,2.3343275,115.12685,1.5000693,143.71118,212.02083,1930.1312,356.359,92.43052,159.01389,491.88644,23.159348,22.170677,382.49316,35.840034,50.23249,11.510055,19.607382,168.89352,13.572928,10.903851,50.058014,14.429641,3828.5278,18.57865,20.947916,16.021542,10.196495,226.44543,44.436657,19.375,6.990254,7.2941136,13.352205,56.34974,93.50719,30.328125,166.33035,19.308233,4.766293,47.322174,32.09979,60.84852,100.49917,15.269083,2.3947916,12.730724,16.367483,2126.539,13.824239,1.821002,39.66701,12.299526,130.58371,81.636116,112.21394,5.504707,76.09271,395.17117,302.24454,28.828209,304.64566,61.93611,51.269577,71.390884,60.484367,9.023959,32.154,494.11966,1.6777723,3.3851526,156.03116,24.061905,9.100398,18.435213,21.13735,206.67467,68.166145,161.64896,1132.9495,182.03409,1977.5111,1753.7103,16.845625,20.312973,1970.9724,23.686813,31.667707,484.043,58.681667,94.157295,42.412064,180.56409,296.07724,453.95068,7.7006545,60.90016,251.10661,416.21017,12.270882,104.516365,13.19618,1.6308085,55.65799,1.0733767,1.2055193,3.938037,11.868889,50.9565,21.569199,20.091667,429.40433,65.37153,38.589287,50.510418,16.83512,69.864586,12.130556,14.381805,13.622917,87.00785,33.09905,24.18669,39.674313,10.532291,31.775595,29.24097,1.438816,79.56441,13.252466,230.6764,8.697516,344.82364,21.48379,872.89197,165.36967,4.2381024,11.263513,184.00156,244.50264,1043.019,757.30444 +2023-12-15 06:00:00,0.0,3019.8345,59.85275,22.16474,65.89796,41.96363,304.85324,37.333515,70.917076,20.833557,41.940197,312.63306,113.41665,20.231997,123.54384,0.34485108,0.23150161,58.86219,7.4390564,17.719315,866.9946,13.9963255,1057.1117,131.64314,6.979792,39.674633,542.6371,58.30397,616.71234,229.0096,3588.897,17.788181,2762.6519,171.60736,8.967454,10.000692,42.514362,241.16948,294.0038,286.94638,47.48387,32.61751,11.176301,677.8795,123.98666,45.86502,9.493096,508.7129,13.560186,567.67206,5.95709,35.14744,0.0,758.5707,2009.1812,0.24849378,138.04979,16.102377,11804.976,25.850918,0.8698179,7.4698544,19.551617,6.4965763,1.9526414,10.837442,275.8403,67.04614,7.2150044,0.6423743,2.3351772,115.13279,1.4989314,143.69649,211.83467,1929.6133,355.99234,92.41582,158.99194,492.5733,23.197138,22.194717,383.2223,35.887478,50.300564,11.506772,19.606964,168.94534,13.565492,10.902226,50.06171,14.43422,3828.9731,18.577314,20.945564,16.020649,10.194984,226.54895,44.450607,19.387096,6.991077,7.2921453,13.354886,56.348316,93.45975,30.33004,166.36418,19.305632,4.7654467,47.315033,32.084717,60.801003,100.53336,15.283402,2.3929436,12.7536545,16.35994,2125.7292,13.840592,1.8185235,39.62547,12.2973,130.55731,81.65,112.193924,5.510296,76.11996,395.01584,302.1018,28.821615,304.49048,61.98871,51.260742,71.38637,60.561806,9.033351,32.17304,494.10587,1.6810089,3.390723,156.13881,24.062212,9.099293,18.450027,21.146423,206.79022,68.20332,161.65111,1133.6328,181.8321,1976.8402,1753.429,16.835041,20.293898,1970.3857,23.686693,31.637163,483.942,58.636612,94.09456,42.37916,180.4154,296.00488,453.90878,7.6952186,60.86372,250.90778,416.11105,12.266145,104.483696,13.190524,1.6306782,55.667324,1.0731568,1.2052231,3.936002,11.867097,50.908936,21.56327,20.095161,429.85867,65.34207,38.57028,50.481853,16.829147,69.90121,12.131184,14.414274,13.616532,86.97354,33.07567,24.217503,39.69057,10.531653,31.821774,29.2668,1.4383035,79.52879,13.245497,230.65561,8.694411,344.71115,21.485933,873.23987,165.29025,4.235451,11.261695,183.93196,244.37773,1042.7725,757.5963 +2023-12-15 07:00:00,0.0,3018.6062,59.81991,22.133379,65.85107,41.94101,304.7692,37.314926,70.87229,20.829191,41.907104,312.44443,113.46692,20.220276,123.37725,0.34492218,0.23204823,58.84299,7.4603887,17.737106,866.42175,13.993748,1056.4669,131.62675,6.9985065,39.695415,542.2967,58.3323,617.2534,229.07135,3586.9175,17.823013,2762.835,171.87633,8.988478,10.019606,42.60674,241.14919,293.983,287.4445,47.467743,32.5959,11.175069,677.4497,124.206474,45.87871,9.487585,508.8188,13.556944,567.7422,5.9569426,35.132275,0.0,758.53125,2008.5275,0.2485031,137.93047,16.097893,11800.187,25.850542,0.87008876,7.4657,19.541704,6.498092,1.9528378,10.831829,275.74014,67.0159,7.208999,0.6423704,2.3360267,115.13873,1.4977934,143.68181,211.64853,1929.0953,355.62564,92.40111,158.96999,493.2602,23.234928,22.21876,383.95145,35.93492,50.368637,11.5034895,19.606548,168.99716,13.558056,10.900602,50.06541,14.438801,3829.4185,18.575981,20.943213,16.019758,10.193475,226.65248,44.464554,19.399193,6.9918995,7.290177,13.357566,56.34689,93.41231,30.331955,166.39803,19.303032,4.7646003,47.307896,32.06964,60.753487,100.567566,15.297723,2.3910954,12.776585,16.352394,2124.9194,13.856946,1.8160449,39.583927,12.295074,130.5309,81.663895,112.173904,5.515885,76.14721,394.8605,301.9591,28.815022,304.33527,62.041306,51.251904,71.38185,60.639244,9.042743,32.19208,494.09204,1.6842456,3.3962932,156.24644,24.06252,9.098187,18.46484,21.155497,206.90578,68.24051,161.65324,1134.3162,181.63013,1976.1692,1753.1475,16.824455,20.27482,1969.7992,23.686575,31.606619,483.84097,58.59156,94.03182,42.34626,180.26671,295.93253,453.86688,7.6897826,60.82728,250.70894,416.01196,12.261408,104.45103,13.184868,1.6305479,55.67666,1.0729369,1.2049268,3.933967,11.865304,50.861374,21.557343,20.098656,430.313,65.312614,38.55127,50.453293,16.823177,69.937836,12.13181,14.446743,13.610148,86.93923,33.052288,24.248316,39.706825,10.531014,31.867952,29.29263,1.4377911,79.49318,13.238527,230.63481,8.691305,344.59863,21.488077,873.58777,165.21083,4.2328005,11.259877,183.86235,244.2528,1042.5259,757.88824 +2023-12-15 08:00:00,0.0,3017.378,59.787067,22.10202,65.80418,41.91839,304.68512,37.29634,70.82751,20.824823,41.87401,312.25583,113.51719,20.208557,123.210655,0.3449933,0.23259485,58.82379,7.481721,17.754898,865.84894,13.99117,1055.8221,131.61035,7.0172205,39.7162,541.95624,58.360626,617.7945,229.1331,3584.938,17.857845,2763.0178,172.1453,9.0095005,10.038519,42.69912,241.12888,293.9622,287.94263,47.451614,32.574287,11.173836,677.01996,124.4263,45.8924,9.482074,508.92465,13.553701,567.81226,5.9567947,35.117107,0.0,758.4918,2007.8738,0.24851245,137.81114,16.093409,11795.397,25.850166,0.87035954,7.4615464,19.531788,6.4996076,1.9530343,10.826217,275.63998,66.985664,7.2029943,0.6423665,2.3368764,115.144684,1.4966555,143.66711,211.46237,1928.5774,355.25894,92.386406,158.94803,493.94705,23.272718,22.242802,384.6806,35.98236,50.43671,11.500207,19.606134,169.04898,13.55062,10.898978,50.069107,14.44338,3829.8638,18.574648,20.94086,16.018866,10.191965,226.75601,44.4785,19.411291,6.9927225,7.2882085,13.360247,56.345467,93.36487,30.33387,166.43187,19.30043,4.763754,47.300755,32.05457,60.705975,100.60176,15.312042,2.3892474,12.799514,16.344849,2124.1096,13.8733,1.8135663,39.54238,12.292849,130.50449,81.67778,112.153885,5.5214734,76.17446,394.70517,301.81638,28.808426,304.18008,62.093906,51.24307,71.37734,60.716686,9.052135,32.211124,494.07825,1.6874822,3.4018636,156.35408,24.062826,9.097082,18.479652,21.16457,207.02133,68.27769,161.65538,1134.9994,181.42815,1975.4983,1752.8661,16.813871,20.255743,1969.2125,23.686457,31.576075,483.73996,58.546505,93.969086,42.31336,180.11803,295.86017,453.82495,7.6843467,60.790836,250.5101,415.91284,12.256671,104.41836,13.179212,1.6304177,55.685993,1.072717,1.2046306,3.9319322,11.863512,50.81381,21.551414,20.10215,430.76733,65.28315,38.53226,50.424732,16.817205,69.974464,12.132438,14.479212,13.603764,86.90492,33.028908,24.279129,39.72308,10.530376,31.914131,29.318457,1.4372787,79.457565,13.231558,230.614,8.6882,344.4861,21.490221,873.93567,165.13141,4.2301493,11.25806,183.79276,244.12788,1042.2793,758.1801 +2023-12-15 09:00:00,0.0,3016.1497,59.75423,22.07066,65.75728,41.895767,304.60107,37.277752,70.78272,20.820457,41.840916,312.0672,113.56746,20.196838,123.04406,0.3450644,0.23314145,58.804592,7.503053,17.77269,865.27606,13.988591,1055.1774,131.59396,7.035935,39.736988,541.61584,58.388958,618.3356,229.19485,3582.9585,17.892677,2763.2007,172.41426,9.030523,10.057432,42.791496,241.10858,293.94138,288.44073,47.435482,32.552673,11.172604,676.59015,124.64612,45.90609,9.4765625,509.03052,13.55046,567.8824,5.9566474,35.10194,0.0,758.4524,2007.22,0.24852179,137.69182,16.088926,11790.607,25.84979,0.8706304,7.4573927,19.521875,6.501123,1.9532309,10.820603,275.53983,66.95542,7.196989,0.64236265,2.337726,115.15063,1.4955176,143.65244,211.27621,1928.0594,354.89227,92.371704,158.92607,494.63394,23.310509,22.266842,385.40976,36.029804,50.504784,11.496924,19.605717,169.1008,13.543183,10.897354,50.072803,14.447961,3830.309,18.573315,20.938509,16.017975,10.190455,226.85954,44.492447,19.423388,6.993545,7.28624,13.3629265,56.34404,93.31743,30.335787,166.46571,19.297829,4.7629075,47.293617,32.039494,60.65846,100.63596,15.326363,2.3873992,12.822444,16.337303,2123.2996,13.889654,1.8110878,39.50084,12.290622,130.47809,81.691666,112.133865,5.5270624,76.20171,394.54984,301.67365,28.801832,304.02487,62.146503,51.23423,71.372826,60.794125,9.061527,32.230164,494.06442,1.6907189,3.407434,156.46172,24.063133,9.095977,18.494467,21.173641,207.13689,68.31487,161.65752,1135.6826,181.22617,1974.8274,1752.5846,16.803286,20.236666,1968.6259,23.686338,31.54553,483.63892,58.50145,93.90635,42.280457,179.96933,295.7878,453.78305,7.6789107,60.754395,250.31126,415.81372,12.251934,104.38568,13.173555,1.6302874,55.695328,1.0724971,1.2043344,3.9298973,11.86172,50.766243,21.545486,20.105644,431.22168,65.25369,38.51325,50.396168,16.811234,70.011086,12.133065,14.511681,13.59738,86.870605,33.00553,24.309942,39.739334,10.529737,31.960312,29.344286,1.4367663,79.42195,13.224588,230.5932,8.685094,344.3736,21.492365,874.28357,165.05199,4.2274985,11.256243,183.72314,244.00296,1042.0327,758.472 +2023-12-15 10:00:00,0.0,3014.9214,59.72139,22.039299,65.71039,41.873146,304.517,37.259163,70.73794,20.81609,41.80782,311.8786,113.61774,20.185118,122.877464,0.3451355,0.23368807,58.785393,7.5243855,17.790482,864.70325,13.986013,1054.5327,131.57758,7.0546494,39.757774,541.27545,58.417286,618.87665,229.25659,3580.979,17.927511,2763.3835,172.68323,9.051547,10.076345,42.883873,241.08829,293.92053,288.93884,47.419353,32.531063,11.1713705,676.16034,124.865944,45.919777,9.471052,509.1364,13.547217,567.95245,5.9565,35.086773,0.0,758.41296,2006.5663,0.24853113,137.5725,16.084442,11785.818,25.849417,0.8709012,7.4532385,19.51196,6.502639,1.9534273,10.81499,275.43967,66.92518,7.190984,0.6423588,2.3385756,115.15657,1.4943796,143.63774,211.09006,1927.5415,354.52557,92.356995,158.90413,495.3208,23.348299,22.290884,386.1389,36.077244,50.572857,11.493642,19.6053,169.15263,13.535748,10.895729,50.0765,14.45254,3830.7546,18.571981,20.936155,16.017082,10.188945,226.96306,44.506393,19.435484,6.994368,7.2842712,13.365607,56.342617,93.26999,30.337702,166.49954,19.295229,4.762061,47.28648,32.02442,60.610943,100.67016,15.340682,2.3855512,12.845373,16.329758,2122.4897,13.906008,1.8086092,39.459297,12.288396,130.45168,81.70556,112.113846,5.5326514,76.228966,394.3945,301.53094,28.795238,303.8697,62.199104,51.225395,71.36831,60.871563,9.070919,32.249207,494.0506,1.6939555,3.4130044,156.56935,24.06344,9.0948715,18.50928,21.182714,207.25244,68.35205,161.65965,1136.366,181.02419,1974.1564,1752.3032,16.792702,20.217588,1968.0392,23.68622,31.514986,483.5379,58.456398,93.84362,42.247555,179.82065,295.71545,453.74115,7.673475,60.717953,250.11243,415.7146,12.247197,104.35301,13.167899,1.6301571,55.704662,1.0722772,1.2040381,3.9278624,11.859928,50.718678,21.539557,20.10914,431.67603,65.224236,38.49424,50.367607,16.805262,70.047714,12.133693,14.544149,13.590995,86.836296,32.98215,24.340755,39.75559,10.529099,32.00649,29.370115,1.4362539,79.38634,13.217619,230.5724,8.681989,344.26108,21.494507,874.6315,164.97256,4.2248473,11.254426,183.65355,243.87804,1041.7861,758.7639 +2023-12-15 11:00:00,0.0,3013.6929,59.688553,22.007938,65.6635,41.850525,304.43292,37.240578,70.69316,20.811724,41.774727,311.68997,113.66801,20.173399,122.71088,0.34520662,0.23423468,58.766197,7.5457177,17.808275,864.1304,13.983436,1053.888,131.56119,7.073364,39.778557,540.935,58.445614,619.4177,229.31834,3578.9993,17.962343,2763.5664,172.95221,9.07257,10.095259,42.97625,241.068,293.89972,289.43698,47.403225,32.50945,11.170138,675.7306,125.08577,45.933468,9.465541,509.24225,13.543975,568.0226,5.9563527,35.071606,0.0,758.37354,2005.9126,0.24854048,137.45317,16.07996,11781.029,25.849041,0.8711721,7.4490848,19.502045,6.504154,1.9536238,10.809377,275.3395,66.894936,7.1849785,0.6423549,2.3394253,115.16251,1.4932417,143.62305,210.9039,1927.0236,354.15887,92.34229,158.88217,496.0077,23.38609,22.314926,386.86804,36.124687,50.64093,11.490359,19.604887,169.20445,13.528312,10.894105,50.0802,14.457121,3831.2,18.570648,20.933804,16.016191,10.187435,227.06659,44.52034,19.44758,6.995191,7.282303,13.368287,56.341194,93.22255,30.339617,166.53339,19.292627,4.7612147,47.27934,32.009346,60.563427,100.70436,15.355002,2.383703,12.868303,16.322212,2121.68,13.922361,1.8061306,39.41775,12.28617,130.42528,81.719444,112.09383,5.5382404,76.25622,394.23917,301.3882,28.788645,303.7145,62.2517,51.21656,71.3638,60.949005,9.080311,32.26825,494.0368,1.6971922,3.4185746,156.677,24.063747,9.093766,18.524092,21.191788,207.368,68.38923,161.66179,1137.0492,180.8222,1973.4855,1752.0217,16.782116,20.198513,1967.4525,23.6861,31.484442,483.4369,58.411343,93.78088,42.214653,179.67197,295.6431,453.69922,7.6680393,60.68151,249.91359,415.61548,12.24246,104.32034,13.162243,1.6300268,55.713997,1.0720572,1.2037418,3.9258277,11.858136,50.671116,21.533628,20.112635,432.13037,65.19478,38.47523,50.339046,16.79929,70.08434,12.134319,14.576617,13.58461,86.80199,32.95877,24.371569,39.771843,10.5284605,32.05267,29.395945,1.4357415,79.35072,13.2106495,230.5516,8.678883,344.14856,21.49665,874.9794,164.89314,4.2221966,11.252608,183.58395,243.75311,1041.5396,759.0558 +2023-12-15 12:00:00,0.0,3012.4646,59.655712,21.976578,65.6166,41.827904,304.34888,37.22199,70.64838,20.807358,41.741634,311.50137,113.71828,20.16168,122.54428,0.34527773,0.2347813,58.746998,7.56705,17.826067,863.55756,13.980857,1053.2432,131.5448,7.092078,39.799343,540.5946,58.473946,619.9588,229.3801,3577.0198,17.997175,2763.7495,173.22118,9.093593,10.114172,43.068626,241.0477,293.8789,289.9351,47.387096,32.487835,11.168905,675.3008,125.30559,45.947155,9.46003,509.3481,13.540733,568.09265,5.9562054,35.05644,0.0,758.3341,2005.2588,0.24854982,137.33383,16.075476,11776.24,25.848665,0.87144285,7.444931,19.49213,6.50567,1.9538202,10.803763,275.23935,66.86469,7.178973,0.64235103,2.340275,115.16846,1.4921038,143.60837,210.71774,1926.5056,353.7922,92.32759,158.86021,496.69455,23.42388,22.338966,387.5972,36.172127,50.709003,11.487077,19.60447,169.25627,13.520876,10.892481,50.083897,14.4617,3831.6453,18.569315,20.931452,16.015299,10.1859255,227.17012,44.53429,19.459677,6.9960136,7.2803345,13.370967,56.339767,93.17511,30.341532,166.56723,19.290026,4.7603683,47.2722,31.994272,60.515915,100.738556,15.369322,2.3818548,12.891233,16.314667,2120.87,13.938715,1.8036522,39.37621,12.283944,130.39886,81.73334,112.07381,5.543829,76.28347,394.08383,301.24548,28.782051,303.5593,62.3043,51.20772,71.35928,61.026443,9.089704,32.287292,494.02298,1.7004288,3.424145,156.78464,24.064054,9.092661,18.538906,21.200861,207.48355,68.426414,161.66393,1137.7324,180.62022,1972.8145,1751.7404,16.771532,20.179436,1966.866,23.685982,31.453897,483.33588,58.36629,93.71815,42.18175,179.52327,295.5707,453.65732,7.6626034,60.64507,249.71475,415.5164,12.237723,104.287674,13.156586,1.6298966,55.72333,1.0718374,1.2034456,3.9237928,11.856344,50.62355,21.5277,20.116129,432.5847,65.16532,38.456223,50.310482,16.793318,70.120964,12.134947,14.609086,13.578226,86.76768,32.93539,24.402382,39.788097,10.5278225,32.098846,29.421772,1.4352292,79.31511,13.20368,230.5308,8.675777,344.03604,21.498795,875.3273,164.81372,4.219546,11.250791,183.51434,243.6282,1041.293,759.34766 +2023-12-15 13:00:00,0.0,3011.2363,59.62287,21.945217,65.56971,41.805283,304.2648,37.2034,70.60359,20.80299,41.708538,311.31274,113.76855,20.149961,122.377686,0.34534883,0.2353279,58.7278,7.5883822,17.843859,862.9847,13.978279,1052.5984,131.52841,7.1107926,39.82013,540.25415,58.502274,620.4999,229.44185,3575.0403,18.032007,2763.9324,173.49014,9.114616,10.133086,43.161007,241.0274,293.85806,290.4332,47.370968,32.466225,11.167673,674.871,125.52541,45.960846,9.454519,509.45398,13.537491,568.1628,5.956058,35.041267,0.0,758.2947,2004.6051,0.24855916,137.21451,16.070993,11771.451,25.84829,0.8717137,7.4407773,19.482216,6.5071855,1.9540168,10.79815,275.1392,66.83445,7.172968,0.6423471,2.3411245,115.1744,1.4909658,143.59367,210.53159,1925.9877,353.4255,92.31289,158.83826,497.38144,23.46167,22.363008,388.32632,36.21957,50.77708,11.483794,19.604055,169.30809,13.513439,10.890857,50.087593,14.466281,3832.0906,18.567982,20.9291,16.014408,10.184415,227.27364,44.548237,19.471775,6.9968367,7.278366,13.373648,56.338345,93.12767,30.343447,166.60107,19.287424,4.759522,47.265064,31.979198,60.4684,100.77276,15.383642,2.3800068,12.914163,16.307121,2120.06,13.955069,1.8011736,39.334663,12.281718,130.37247,81.74722,112.05379,5.549418,76.31072,393.9285,301.10278,28.775457,303.4041,62.3569,51.198887,71.35477,61.103886,9.099095,32.30633,494.0092,1.7036655,3.4297154,156.89227,24.064362,9.091557,18.553719,21.209934,207.5991,68.46359,161.66606,1138.4158,180.41826,1972.1436,1751.4589,16.760948,20.160358,1966.2793,23.685863,31.423353,483.23486,58.321236,93.65541,42.14885,179.37459,295.49835,453.61542,7.6571674,60.608627,249.51591,415.41727,12.232986,104.255005,13.150929,1.6297663,55.732666,1.0716175,1.2031493,3.921758,11.854551,50.575985,21.521772,20.119623,433.03903,65.135864,38.437214,50.28192,16.787348,70.15759,12.135574,14.641555,13.571841,86.73337,32.912014,24.433195,39.80435,10.527184,32.145027,29.447601,1.4347167,79.2795,13.196711,230.51,8.672671,343.92352,21.500938,875.6752,164.7343,4.2168946,11.248974,183.44475,243.50328,1041.0464,759.6396 +2023-12-15 14:00:00,0.0,3010.008,59.590034,21.913857,65.52282,41.78266,304.18076,37.184814,70.55881,20.798624,41.675446,311.12415,113.81882,20.13824,122.2111,0.34541994,0.23587452,58.7086,7.6097145,17.86165,862.4118,13.975701,1051.9536,131.51201,7.129507,39.84091,539.91376,58.5306,621.0409,229.5036,3573.0608,18.06684,2764.1152,173.75911,9.135639,10.151999,43.253384,241.0071,293.83725,290.93134,47.35484,32.44461,11.166441,674.44116,125.74523,45.974537,9.449008,509.55984,13.534249,568.2329,5.9559107,35.0261,0.0,758.25525,2003.9514,0.24856849,137.09518,16.06651,11766.661,25.847914,0.87198454,7.436623,19.472301,6.508701,1.9542133,10.792538,275.03903,66.80421,7.166963,0.6423432,2.3419743,115.18034,1.4898279,143.57898,210.34543,1925.4697,353.0588,92.29819,158.81631,498.0683,23.49946,22.38705,389.05548,36.267014,50.845154,11.480512,19.60364,169.35992,13.506003,10.889233,50.091293,14.4708605,3832.536,18.566648,20.926746,16.013515,10.182905,227.37717,44.562183,19.483871,6.9976597,7.2763977,13.3763275,56.33692,93.08023,30.345364,166.6349,19.284824,4.7586756,47.257923,31.964125,60.420883,100.80696,15.397962,2.3781586,12.937093,16.299576,2119.2502,13.971423,1.798695,39.29312,12.279491,130.34605,81.761116,112.03377,5.555007,76.33797,393.77316,300.96005,28.768864,303.24893,62.409496,51.19005,71.35026,61.181324,9.108487,32.325375,493.99536,1.7069021,3.4352856,156.99991,24.064669,9.090451,18.568531,21.219007,207.71466,68.50077,161.6682,1139.0991,180.21628,1971.4725,1751.1775,16.750362,20.141281,1965.6926,23.685745,31.392809,483.13382,58.276184,93.592674,42.115948,179.22589,295.426,453.57352,7.6517315,60.57219,249.31708,415.31815,12.22825,104.22233,13.145273,1.629636,55.742,1.0713975,1.2028531,3.919723,11.852759,50.52842,21.515844,20.123117,433.49338,65.10641,38.418205,50.25336,16.781376,70.19422,12.136201,14.674024,13.565457,86.69906,32.888634,24.464006,39.820606,10.526546,32.191204,29.47343,1.4342043,79.24389,13.189742,230.4892,8.669566,343.811,21.50308,876.0231,164.65488,4.214244,11.247156,183.37514,243.37836,1040.7998,759.93146 +2023-12-15 15:00:00,0.0,3008.7798,59.557194,21.882496,65.47592,41.76004,304.09668,37.166225,70.51402,20.794256,41.642353,310.93552,113.86909,20.126522,122.0445,0.34549105,0.23642114,58.6894,7.631047,17.879442,861.839,13.973123,1051.309,131.49562,7.148221,39.8617,539.57336,58.558933,621.582,229.56535,3571.0813,18.101671,2764.298,174.02808,9.156663,10.170913,43.34576,240.9868,293.81644,291.42944,47.33871,32.422997,11.165208,674.0114,125.96506,45.988224,9.443497,509.6657,13.531007,568.303,5.9557633,35.010933,0.0,758.2158,2003.2976,0.24857783,136.97586,16.062025,11761.872,25.847538,0.8722553,7.4324694,19.462387,6.5102167,1.9544097,10.786924,274.93887,66.77397,7.160958,0.64233935,2.3428237,115.18629,1.48869,143.5643,210.15927,1924.9518,352.69214,92.28348,158.79436,498.7552,23.53725,22.411093,389.78464,36.314453,50.913227,11.477229,19.603222,169.41174,13.498568,10.887608,50.09499,14.475441,3832.9812,18.565313,20.924395,16.012625,10.181396,227.4807,44.57613,19.495968,6.998482,7.2744293,13.379008,56.335495,93.03279,30.347279,166.66875,19.282223,4.757829,47.250786,31.94905,60.373367,100.841156,15.412282,2.3763106,12.960023,16.29203,2118.4404,13.987777,1.7962165,39.25158,12.277266,130.31966,81.775,112.01375,5.560596,76.36522,393.61783,300.81732,28.76227,303.09372,62.462097,51.181213,71.34574,61.258762,9.11788,32.344418,493.98154,1.7101388,3.440856,157.10756,24.064976,9.089346,18.583345,21.22808,207.83022,68.53796,161.67035,1139.7823,180.0143,1970.8016,1750.896,16.739779,20.122206,1965.106,23.685625,31.362265,483.0328,58.23113,93.52994,42.083046,179.07721,295.35364,453.5316,7.6462955,60.535748,249.11824,415.21902,12.223513,104.18966,13.139617,1.6295059,55.751335,1.0711777,1.2025568,3.9176881,11.850967,50.480858,21.509916,20.126614,433.94772,65.07695,38.399193,50.2248,16.775404,70.23085,12.136828,14.706492,13.5590725,86.66475,32.865253,24.49482,39.83686,10.5259075,32.237385,29.49926,1.433692,79.208275,13.182773,230.4684,8.66646,343.69852,21.505224,876.371,164.57545,4.2115927,11.245338,183.30554,243.25343,1040.5532,760.2233 +2023-12-15 16:00:00,0.0,3007.5515,59.524353,21.851135,65.42903,41.737423,304.01263,37.14764,70.46924,20.78989,41.609257,310.74692,113.919365,20.114803,121.87791,0.34556216,0.23696774,58.6702,7.652379,17.897234,861.2661,13.970545,1050.6642,131.47923,7.1669354,39.882484,539.2329,58.58726,622.12305,229.6271,3569.1016,18.136505,2764.481,174.29704,9.177686,10.189826,43.43814,240.9665,293.7956,291.92758,47.322582,32.401386,11.163976,673.5816,126.184875,46.001915,9.437986,509.7716,13.527764,568.3731,5.955616,34.995766,0.0,758.1764,2002.6439,0.24858718,136.85654,16.057543,11757.083,25.847164,0.87252617,7.4283156,19.452473,6.511732,1.9546062,10.781311,274.8387,66.74373,7.1549525,0.6423355,2.3436735,115.19223,1.487552,143.5496,209.97311,1924.4338,352.32544,92.268776,158.7724,499.44205,23.57504,22.435133,390.51376,36.361897,50.9813,11.473947,19.602808,169.46356,13.491132,10.885983,50.098686,14.4800205,3833.4265,18.56398,20.922043,16.011732,10.179886,227.58423,44.590076,19.508064,6.9993052,7.2724605,13.381688,56.334072,92.985344,30.349194,166.70259,19.279621,4.756983,47.24365,31.933977,60.325855,100.87536,15.426601,2.3744624,12.982952,16.284487,2117.6306,14.00413,1.7937379,39.210033,12.27504,130.29324,81.788895,111.99373,5.566185,76.39247,393.4625,300.67462,28.755676,302.93854,62.514694,51.172375,71.341225,61.336205,9.127272,32.363457,493.96774,1.7133754,3.4464264,157.2152,24.065285,9.088241,18.598158,21.237154,207.94577,68.575134,161.67249,1140.4657,179.81232,1970.1306,1750.6145,16.729193,20.103128,1964.5193,23.685507,31.33172,482.9318,58.186073,93.46721,42.050144,178.92851,295.28128,453.4897,7.6408596,60.499306,248.9194,415.11993,12.218776,104.15699,13.133961,1.6293756,55.76067,1.0709578,1.2022606,3.9156532,11.849175,50.433292,21.503988,20.130108,434.40204,65.04749,38.380184,50.196236,16.769432,70.26747,12.137456,14.738961,13.552689,86.63044,32.841873,24.525633,39.85312,10.525269,32.283566,29.525087,1.4331795,79.17266,13.175803,230.4476,8.663355,343.586,21.507368,876.7189,164.49603,4.208942,11.243522,183.23595,243.12851,1040.3066,760.51526 +2023-12-15 17:00:00,0.0,3006.3232,59.491516,21.819777,65.38214,41.7148,303.92856,37.12905,70.42446,20.785522,41.576164,310.5583,113.969635,20.103083,121.71131,0.3456333,0.23751436,58.651,7.6737113,17.915028,860.6933,13.967967,1050.0194,131.46284,7.18565,39.903267,538.8925,58.61559,622.6641,229.68886,3567.122,18.171337,2764.664,174.56601,9.198709,10.208739,43.530518,240.94621,293.77478,292.4257,47.30645,32.379772,11.162743,673.1518,126.4047,46.015602,9.432475,509.87744,13.524523,568.4432,5.9554687,34.9806,0.0,758.1369,2001.9902,0.24859652,136.73721,16.053059,11752.294,25.846788,0.872797,7.4241614,19.442558,6.513248,1.9548028,10.775698,274.7386,66.713486,7.1489472,0.6423316,2.3445232,115.19817,1.4864141,143.53493,209.78696,1923.9159,351.95874,92.254074,158.75046,500.12894,23.612831,22.459175,391.24292,36.409336,51.049374,11.470664,19.602392,169.51538,13.483695,10.884359,50.102383,14.484601,3833.8718,18.562647,20.919691,16.010841,10.178375,227.68774,44.604023,19.52016,7.000128,7.270492,13.384369,56.332645,92.937904,30.351109,166.73643,19.277021,4.7561364,47.236507,31.918903,60.27834,100.90955,15.440922,2.3726144,13.005882,16.276941,2116.8206,14.020484,1.7912594,39.16849,12.272814,130.26685,81.80278,111.97371,5.5717735,76.41972,393.30716,300.5319,28.74908,302.78333,62.56729,51.16354,71.336716,61.413643,9.136663,32.3825,493.95392,1.7166121,3.4519966,157.32283,24.065592,9.087135,18.61297,21.246227,208.06134,68.61231,161.67462,1141.1489,179.61034,1969.4597,1750.3331,16.718609,20.084051,1963.9327,23.685389,31.301176,482.83078,58.14102,93.40447,42.017242,178.77983,295.20892,453.44778,7.6354237,60.462864,248.72057,415.0208,12.214039,104.12432,13.1283045,1.6292453,55.770004,1.0707378,1.2019644,3.9136183,11.8473835,50.385727,21.49806,20.133602,434.85638,65.01803,38.361176,50.167675,16.76346,70.3041,12.138083,14.77143,13.546304,86.59612,32.818493,24.556446,39.869373,10.524631,32.329742,29.550917,1.4326671,79.13705,13.168834,230.4268,8.660249,343.47348,21.509512,877.0668,164.41661,4.206291,11.241704,183.16634,243.00359,1040.0602,760.8071 +2023-12-15 18:00:00,0.0,3005.095,59.458675,21.788416,65.33524,41.69218,303.8445,37.110462,70.37968,20.781157,41.543068,310.3697,114.019905,20.091364,121.54472,0.3457044,0.23806097,58.6318,7.6950436,17.93282,860.1204,13.965388,1049.3746,131.44646,7.2043643,39.924053,538.55206,58.64392,623.2052,229.75061,3565.1426,18.20617,2764.847,174.83498,9.219732,10.227653,43.622894,240.92592,293.75397,292.9238,47.29032,32.35816,11.16151,672.72205,126.62453,46.029293,9.426964,509.9833,13.52128,568.5133,5.955321,34.96543,0.0,758.0975,2001.3364,0.24860586,136.61787,16.048576,11747.504,25.846413,0.87306786,7.4200077,19.432642,6.5147634,1.9549992,10.770084,274.63843,66.68324,7.142942,0.6423277,2.3453727,115.20412,1.4852762,143.52023,209.6008,1923.398,351.59207,92.239365,158.7285,500.8158,23.650621,22.483217,391.97208,36.45678,51.117447,11.4673815,19.601976,169.5672,13.476259,10.882735,50.106083,14.489181,3834.3171,18.561314,20.91734,16.009949,10.176866,227.79128,44.617973,19.532259,7.000951,7.2685237,13.387049,56.331223,92.890465,30.353024,166.77026,19.27442,4.75529,47.22937,31.90383,60.230824,100.943756,15.455241,2.3707662,13.028811,16.269396,2116.0107,14.036839,1.7887808,39.12695,12.270587,130.24043,81.816666,111.95369,5.5773625,76.446976,393.15182,300.38916,28.742487,302.62814,62.619892,51.1547,71.3322,61.49108,9.146055,32.401543,493.94012,1.7198488,3.457567,157.43047,24.065899,9.08603,18.627785,21.2553,208.1769,68.6495,161.67676,1141.8322,179.40836,1968.7887,1750.0516,16.708025,20.064974,1963.3461,23.68527,31.270632,482.72977,58.095966,93.341736,41.98434,178.63115,295.13657,453.40588,7.629988,60.426422,248.52173,414.9217,12.209302,104.091644,13.122648,1.629115,55.77934,1.070518,1.2016681,3.9115837,11.845592,50.33816,21.492132,20.137096,435.31073,64.98857,38.342167,50.139114,16.757488,70.34073,12.13871,14.803898,13.53992,86.56181,32.795116,24.58726,39.885628,10.523992,32.375923,29.576746,1.4321548,79.10143,13.161864,230.40599,8.657144,343.36096,21.511656,877.4147,164.33719,4.20364,11.239886,183.09674,242.87868,1039.8136,761.099 +2023-12-15 19:00:00,0.0,3003.8665,59.42584,21.757055,65.28835,41.66956,303.76044,37.091877,70.33489,20.776789,41.509975,310.18106,114.070175,20.079645,121.37813,0.3457755,0.23860759,58.612602,7.716376,17.950611,859.5476,13.9628105,1048.73,131.43007,7.2230787,39.94484,538.2117,58.67225,623.7463,229.81235,3563.163,18.241001,2765.0298,175.10394,9.240755,10.246566,43.71527,240.90561,293.73315,293.42194,47.274193,32.336548,11.160277,672.29224,126.844345,46.04298,9.4214525,510.08917,13.518038,568.5834,5.9551735,34.950264,0.0,758.05804,2000.6827,0.2486152,136.49855,16.044092,11742.715,25.846037,0.87333864,7.415854,19.42273,6.5162787,1.9551957,10.764472,274.53827,66.653,7.1369367,0.64232385,2.3462224,115.21006,1.4841383,143.50554,209.41466,1922.88,351.22537,92.22466,158.70654,501.5027,23.688412,22.507257,392.70123,36.50422,51.18552,11.464099,19.60156,169.61903,13.468823,10.881111,50.10978,14.493761,3834.7627,18.55998,20.914986,16.009058,10.175356,227.8948,44.63192,19.544355,7.001774,7.2665553,13.3897295,56.3298,92.843025,30.354939,166.80411,19.271818,4.7544436,47.222233,31.888756,60.183308,100.97795,15.469562,2.368918,13.051742,16.26185,2115.201,14.053192,1.7863022,39.085403,12.268361,130.21404,81.83056,111.93367,5.5829515,76.47423,392.9965,300.24646,28.735893,302.47296,62.67249,51.145866,71.32768,61.568523,9.155448,32.420586,493.9263,1.7230854,3.4631374,157.5381,24.066206,9.084925,18.642597,21.264374,208.29245,68.686676,161.6789,1142.5155,179.20638,1968.1178,1749.7703,16.69744,20.045898,1962.7594,23.685152,31.240088,482.62872,58.050915,93.279,41.95144,178.48245,295.0642,453.36395,7.6245522,60.38998,248.32289,414.82257,12.204565,104.058975,13.116992,1.6289848,55.788673,1.0702981,1.2013718,3.9095488,11.843799,50.2906,21.486202,20.14059,435.76508,64.959114,38.32316,50.11055,16.751518,70.37735,12.139338,14.836367,13.533535,86.527504,32.771736,24.618073,39.901882,10.523354,32.4221,29.602575,1.4316423,79.06582,13.154895,230.3852,8.654037,343.24844,21.513798,877.7626,164.25777,4.2009892,11.23807,183.02713,242.75375,1039.567,761.3909 +2023-12-15 20:00:00,0.0,3002.6382,59.392998,21.725695,65.24146,41.64694,303.67636,37.073288,70.29011,20.772423,41.476883,309.99246,114.120445,20.067924,121.21153,0.34584662,0.23915419,58.593403,7.737708,17.968403,858.97473,13.960233,1048.0852,131.41368,7.241793,39.965622,537.8713,58.700577,624.28735,229.8741,3561.1833,18.275833,2765.2126,175.37291,9.261778,10.265479,43.80765,240.88531,293.7123,293.92004,47.258064,32.314934,11.159045,671.8624,127.06417,46.05667,9.415942,510.19507,13.514796,568.6535,5.955026,34.935097,0.0,758.0186,2000.029,0.24862455,136.37923,16.03961,11737.926,25.845661,0.8736095,7.4117002,19.412813,6.5177946,1.9553922,10.758859,274.4381,66.62276,7.130932,0.64232,2.3470721,115.216,1.4830003,143.49086,209.2285,1922.362,350.85867,92.20996,158.68459,502.18954,23.726202,22.5313,393.43036,36.551662,51.253593,11.460815,19.601145,169.67085,13.461387,10.879487,50.113476,14.498341,3835.208,18.558647,20.912634,16.008165,10.173846,227.99832,44.645866,19.556452,7.0025964,7.264587,13.392409,56.328373,92.795586,30.356855,166.83795,19.269217,4.7535973,47.21509,31.873682,60.135796,101.01215,15.483881,2.36707,13.074672,16.254305,2114.391,14.069546,1.7838237,39.04386,12.266135,130.18762,81.844444,111.91365,5.5885406,76.50148,392.84116,300.10373,28.7293,302.31775,62.72509,51.137028,71.32317,61.64596,9.16484,32.439625,493.91248,1.726322,3.4687078,157.64575,24.066513,9.083819,18.65741,21.273447,208.408,68.723854,161.68103,1143.1987,179.0044,1967.4468,1749.4888,16.686855,20.026821,1962.1727,23.685032,31.209543,482.5277,58.00586,93.21626,41.918537,178.33377,294.99182,453.32205,7.6191163,60.35354,248.12404,414.72348,12.199828,104.026306,13.111336,1.6288545,55.798008,1.0700781,1.2010756,3.9075139,11.842007,50.243034,21.480274,20.144085,436.2194,64.92966,38.30415,50.08199,16.745546,70.41398,12.139965,14.868835,13.527151,86.493195,32.748356,24.648886,39.918137,10.522715,32.46828,29.628403,1.4311299,79.030205,13.147925,230.3644,8.650932,343.13593,21.515942,878.1105,164.17834,4.198338,11.236252,182.95753,242.62883,1039.3204,761.6828 +2023-12-15 21:00:00,0.0,3001.41,59.360157,21.694334,65.194565,41.624317,303.59232,37.0547,70.24532,20.768055,41.443787,309.80383,114.17072,20.056206,121.044945,0.34591773,0.23970081,58.574207,7.7590404,17.986195,858.4019,13.957654,1047.4404,131.39728,7.2605076,39.98641,537.5308,58.72891,624.8284,229.93585,3559.2039,18.310665,2765.3955,175.64188,9.282802,10.284392,43.90003,240.86502,293.6915,294.41815,47.241936,32.29332,11.157813,671.4327,127.28399,46.07036,9.410431,510.3009,13.511554,568.72363,5.954879,34.919926,0.0,757.9792,1999.3752,0.24863389,136.2599,16.035126,11733.137,25.845285,0.8738803,7.407546,19.402899,6.51931,1.9555887,10.753245,274.33795,66.592514,7.1249266,0.6423161,2.3479216,115.22195,1.4818624,143.47617,209.04234,1921.8441,350.492,92.19525,158.66264,502.87643,23.763992,22.555342,394.15952,36.599102,51.321667,11.457533,19.600729,169.72267,13.453951,10.877862,50.117176,14.502921,3835.6533,18.557314,20.910282,16.007275,10.172336,228.10185,44.659813,19.568548,7.0034194,7.262618,13.39509,56.32695,92.748146,30.35877,166.8718,19.266617,4.752751,47.207954,31.858608,60.08828,101.04635,15.498201,2.3652217,13.097601,16.24676,2113.5813,14.085899,1.7813451,39.00232,12.263909,130.16122,81.85834,111.89363,5.5941296,76.52873,392.68582,299.961,28.722706,302.16257,62.777687,51.128193,71.31866,61.7234,9.174232,32.458668,493.89868,1.7295587,3.474278,157.75339,24.06682,9.082714,18.672224,21.28252,208.52356,68.76104,161.68317,1143.8821,178.80241,1966.7759,1749.2074,16.67627,20.007744,1961.586,23.684914,31.178999,482.4267,57.960808,93.15353,41.885635,178.18507,294.91946,453.28015,7.6136804,60.317097,247.9252,414.62436,12.195092,103.99364,13.105679,1.6287242,55.807343,1.0698583,1.2007793,3.905479,11.840215,50.19547,21.474346,20.147581,436.67374,64.9002,38.28514,50.05343,16.739574,70.45061,12.140592,14.901304,13.520766,86.458885,32.724976,24.679699,39.93439,10.522077,32.514458,29.654232,1.4306176,78.99459,13.140956,230.3436,8.647826,343.0234,21.518085,878.4584,164.09892,4.1956873,11.234434,182.88794,242.5039,1039.0739,761.9747 +2023-12-15 22:00:00,0.0,3000.1816,59.32732,21.662973,65.147675,41.601696,303.50824,37.036114,70.20054,20.763689,41.410694,309.61523,114.22099,20.044487,120.87835,0.34598884,0.24024743,58.555008,7.780373,18.003988,857.82904,13.955076,1046.7957,131.38089,7.2792215,40.007195,537.1904,58.757236,625.36945,229.9976,3557.2244,18.345499,2765.5786,175.91084,9.303824,10.303306,43.99241,240.84473,293.6707,294.9163,47.225807,32.27171,11.15658,671.00287,127.503815,46.08405,9.40492,510.4068,13.508311,568.7937,5.9547315,34.90476,0.0,757.9397,1998.7216,0.24864322,136.14058,16.030642,11728.348,25.844912,0.8741511,7.4033923,19.392984,6.520826,1.9557852,10.747632,274.2378,66.56227,7.1189213,0.64231217,2.3487713,115.2279,1.4807245,143.46147,208.85619,1921.3262,350.1253,92.18055,158.64069,503.5633,23.801783,22.579384,394.88867,36.646545,51.38974,11.45425,19.600313,169.77449,13.446515,10.876238,50.120872,14.507501,3836.0986,18.55598,20.90793,16.006382,10.170826,228.20538,44.67376,19.580645,7.004242,7.2606497,13.39777,56.325527,92.70071,30.360685,166.90562,19.264015,4.7519045,47.200817,31.843534,60.040764,101.08055,15.512521,2.3633738,13.120531,16.239214,2112.7712,14.102253,1.7788665,38.960773,12.261683,130.13481,81.87222,111.87361,5.599718,76.555984,392.5305,299.8183,28.716112,302.0074,62.830284,51.119354,71.31414,61.800842,9.183623,32.47771,493.88486,1.7327954,3.4798484,157.86102,24.067127,9.081609,18.687037,21.291594,208.63911,68.79822,161.6853,1144.5654,178.60043,1966.1049,1748.9259,16.665686,19.988667,1960.9995,23.684795,31.148455,482.32568,57.915752,93.0908,41.852734,178.03639,294.8471,453.23822,7.6082444,60.280655,247.72636,414.52524,12.190355,103.96096,13.100022,1.628594,55.816677,1.0696384,1.2004831,3.903444,11.838423,50.147903,21.468418,20.151075,437.12808,64.87074,38.26613,50.024864,16.733603,70.48723,12.141219,14.933773,13.514382,86.424576,32.7016,24.710512,39.950645,10.521438,32.56064,29.680061,1.4301051,78.95898,13.133986,230.3228,8.644721,342.9109,21.52023,878.8063,164.0195,4.1930366,11.232617,182.81833,242.37898,1038.8273,762.2666 +2023-12-15 23:00:00,0.0,2998.9534,59.29448,21.631613,65.100784,41.579075,303.4242,37.017525,70.15576,20.759321,41.3776,309.4266,114.27126,20.032768,120.711754,0.34605995,0.24079403,58.53581,7.8017054,18.02178,857.25616,13.952498,1046.1509,131.3645,7.297936,40.02798,536.85,58.785564,625.9105,230.05936,3555.2449,18.380331,2765.7615,176.17981,9.324847,10.322219,44.084785,240.82443,293.64984,295.4144,47.20968,32.250095,11.155348,670.57306,127.72364,46.097736,9.399409,510.51266,13.50507,568.86383,5.954584,34.88959,0.0,757.9003,1998.0679,0.24865256,136.02126,16.02616,11723.558,25.844536,0.87442195,7.3992386,19.38307,6.5223413,1.9559816,10.742019,274.13763,66.532036,7.112916,0.6423083,2.349621,115.23384,1.4795865,143.4468,208.67003,1920.8082,349.7586,92.16585,158.61873,504.25018,23.839573,22.603424,395.6178,36.69399,51.457813,11.450968,19.599897,169.82631,13.439079,10.874614,50.12457,14.512081,3836.544,18.554647,20.905579,16.005491,10.169316,228.30891,44.687706,19.592741,7.005065,7.2586813,13.400451,56.3241,92.65327,30.3626,166.93947,19.261414,4.751058,47.193676,31.828459,59.993248,101.114746,15.526841,2.3615255,13.143461,16.231668,2111.9614,14.1186075,1.776388,38.91923,12.259457,130.1084,81.886116,111.85359,5.605307,76.58323,392.37515,299.67557,28.709518,301.85217,62.882885,51.11052,71.30963,61.87828,9.193016,32.496754,493.87103,1.736032,3.4854188,157.96866,24.067434,9.080504,18.701849,21.300667,208.75467,68.8354,161.68744,1145.2487,178.39845,1965.434,1748.6445,16.6551,19.96959,1960.4128,23.684677,31.117908,482.22467,57.870697,93.02806,41.81983,177.88771,294.77475,453.19632,7.6028085,60.244217,247.52753,414.42612,12.185618,103.92829,13.094366,1.6284637,55.82601,1.0694184,1.2001868,3.9014091,11.836631,50.10034,21.46249,20.15457,437.58243,64.841286,38.24712,49.996304,16.72763,70.52386,12.141847,14.966242,13.5079975,86.39027,32.67822,24.741323,39.9669,10.5208,32.606815,29.70589,1.4295927,78.92337,13.127017,230.302,8.641615,342.79837,21.522371,879.1542,163.94008,4.1903853,11.2308,182.74873,242.25406,1038.5807,762.5585 +2023-12-16 00:00:00,0.0,2997.725,59.26164,21.600252,65.05389,41.556454,303.34012,36.998936,70.11098,20.754955,41.344505,309.238,114.32153,20.021048,120.54516,0.34613106,0.24134065,58.51661,7.8230376,18.039572,856.68335,13.94992,1045.5062,131.34811,7.3166504,40.048763,536.5096,58.813896,626.4516,230.12111,3553.2654,18.415163,2765.9443,176.44878,9.345871,10.341132,44.177162,240.80412,293.62903,295.9125,47.19355,32.22848,11.154115,670.14325,127.94346,46.111427,9.393898,510.61853,13.501827,568.9339,5.954437,34.874424,0.0,757.8609,1997.4141,0.2486619,135.90192,16.021675,11718.769,25.84416,0.8746928,7.3950844,19.373156,6.5238566,1.9561782,10.736405,274.03748,66.50179,7.1069107,0.6423044,2.3504705,115.239784,1.4784486,143.4321,208.48387,1920.2903,349.39194,92.15114,158.59677,504.93704,23.877363,22.627466,396.34695,36.74143,51.525887,11.447685,19.599482,169.87814,13.431643,10.87299,50.128265,14.516661,3836.9893,18.553312,20.903225,16.004599,10.167807,228.41243,44.701656,19.60484,7.005888,7.256713,13.403131,56.322678,92.60583,30.364515,166.97331,19.258814,4.7502117,47.18654,31.813385,59.945736,101.14895,15.541161,2.3596776,13.16639,16.224123,2111.1516,14.134961,1.7739094,38.877686,12.257231,130.082,81.9,111.83357,5.610896,76.61048,392.21982,299.53284,28.702925,301.697,62.935482,51.101685,71.305115,61.955723,9.202408,32.515793,493.85724,1.7392687,3.490989,158.07631,24.067741,9.079399,18.716663,21.30974,208.87022,68.87258,161.68959,1145.9319,178.19647,1964.763,1748.363,16.644516,19.950514,1959.8262,23.684559,31.087364,482.12363,57.825645,92.965324,41.78693,177.73901,294.7024,453.15442,7.597373,60.207775,247.32869,414.32703,12.1808815,103.89562,13.08871,1.6283334,55.835346,1.0691986,1.1998906,3.8993742,11.834839,50.052776,21.456562,20.158064,438.03674,64.81183,38.22811,49.967743,16.721659,70.560486,12.142473,14.99871,13.501613,86.35596,32.65484,24.772137,39.983154,10.520161,32.652996,29.731718,1.4290804,78.88776,13.120048,230.28119,8.63851,342.68588,21.524515,879.5021,163.86066,4.1877346,11.228982,182.67912,242.12915,1038.3341,762.85034 +2023-12-16 01:00:00,0.0,2996.4968,59.2288,21.568892,65.006996,41.533833,303.25607,36.98035,70.06619,20.75059,41.311413,309.04938,114.3718,20.009329,120.37857,0.34620216,0.24188726,58.49741,7.84437,18.057364,856.1105,13.947342,1044.8615,131.33173,7.335365,40.06955,536.1692,58.842224,626.9927,230.18286,3551.2856,18.449995,2766.1272,176.71774,9.366894,10.360045,44.26954,240.78383,293.60822,296.41064,47.177418,32.20687,11.152883,669.7135,128.16328,46.12512,9.388387,510.7244,13.498586,569.004,5.9542894,34.859257,0.0,757.8215,1996.7604,0.24867125,135.7826,16.017193,11713.9795,25.843784,0.87496364,7.3909307,19.363241,6.5253725,1.9563746,10.730793,273.93732,66.47155,7.1009054,0.64230055,2.3513203,115.24573,1.4773107,143.4174,208.29771,1919.7723,349.02524,92.13644,158.57483,505.62393,23.915154,22.651508,397.0761,36.78887,51.59396,11.444403,19.599066,169.92996,13.424207,10.871366,50.131966,14.521241,3837.4346,18.55198,20.900873,16.003708,10.166296,228.51596,44.715603,19.616936,7.0067105,7.2547445,13.40581,56.321255,92.55839,30.366432,167.00716,19.256212,4.7493653,47.1794,31.798311,59.89822,101.18314,15.555481,2.3578293,13.189321,16.216578,2110.3418,14.151315,1.7714309,38.836143,12.255005,130.05559,81.913895,111.81355,5.616485,76.63773,392.06448,299.39014,28.696331,301.5418,62.988083,51.092846,71.3006,62.03316,9.2118,32.534836,493.8434,1.7425053,3.4965594,158.18394,24.068048,9.078294,18.731476,21.318813,208.98578,68.90976,161.69173,1146.6152,177.99449,1964.092,1748.0817,16.633932,19.931437,1959.2395,23.684439,31.05682,482.0226,57.78059,92.90259,41.75403,177.59033,294.63004,453.11252,7.591937,60.171333,247.12985,414.2279,12.176145,103.86295,13.083054,1.6282032,55.84468,1.0689787,1.1995944,3.8973393,11.833046,50.00521,21.450634,20.161558,438.4911,64.78237,38.209103,49.93918,16.715689,70.59711,12.143101,15.031178,13.495229,86.32164,32.63146,24.80295,39.99941,10.519523,32.699173,29.757547,1.4285679,78.85214,13.113079,230.26039,8.635404,342.57336,21.526659,879.85,163.78123,4.1850834,11.227165,182.60953,242.00423,1038.0875,763.1423 +2023-12-16 02:00:00,0.0,2995.2683,59.19596,21.537533,64.960106,41.51121,303.172,36.96176,70.02141,20.746222,41.278316,308.86078,114.42208,19.99761,120.211975,0.34627327,0.24243388,58.47821,7.865702,18.075155,855.53766,13.944764,1044.2167,131.31534,7.3540792,40.090336,535.82874,58.870552,627.53375,230.24461,3549.3062,18.484827,2766.31,176.98671,9.387917,10.378959,44.361916,240.76353,293.58737,296.90875,47.16129,32.185257,11.151649,669.2837,128.3831,46.138805,9.382876,510.83026,13.495343,569.0741,5.954142,34.84409,0.0,757.782,1996.1067,0.24868059,135.66327,16.012709,11709.19,25.843409,0.8752344,7.386777,19.353325,6.526888,1.9565711,10.72518,273.83716,66.44131,7.0949,0.6422967,2.35217,115.25167,1.4761727,143.40273,208.11156,1919.2544,348.65854,92.121735,158.55287,506.3108,23.952944,22.675549,397.80524,36.83631,51.662033,11.44112,19.59865,169.98178,13.416771,10.8697405,50.135662,14.525821,3837.88,18.550646,20.898521,16.002815,10.164786,228.61949,44.72955,19.629032,7.0075336,7.2527757,13.408491,56.319828,92.51095,30.368347,167.04099,19.25361,4.748519,47.17226,31.783237,59.850704,101.21735,15.5698,2.355981,13.21225,16.209034,2109.5317,14.167668,1.7689524,38.7946,12.252779,130.02919,81.92778,111.79353,5.622074,76.664986,391.90915,299.2474,28.689737,301.3866,63.04068,51.08401,71.29609,62.1106,9.221191,32.55388,493.82962,1.745742,3.5021298,158.29158,24.068356,9.0771885,18.746288,21.327887,209.10133,68.946945,161.69386,1147.2985,177.79253,1963.421,1747.8002,16.623346,19.91236,1958.6528,23.68432,31.026276,481.9216,57.73554,92.83985,41.721127,177.44164,294.55768,453.0706,7.586501,60.13489,246.93102,414.12878,12.171408,103.83028,13.077397,1.628073,55.854015,1.0687587,1.1992981,3.8953047,11.831254,49.957645,21.444706,20.165054,438.94543,64.752914,38.190094,49.910618,16.709717,70.633736,12.143728,15.063647,13.488844,86.28733,32.608078,24.833763,40.015667,10.518885,32.745354,29.783377,1.4280555,78.81653,13.10611,230.2396,8.632298,342.46085,21.528803,880.1979,163.70181,4.1824327,11.2253475,182.53993,241.8793,1037.841,763.43414 +2023-12-16 03:00:00,0.0,2994.04,59.163124,21.506172,64.91321,41.48859,303.08795,36.943172,69.97662,20.741856,41.245224,308.67215,114.47235,19.98589,120.04538,0.34634438,0.24298048,58.45901,7.8870344,18.092947,854.9648,13.942185,1043.5719,131.29895,7.3727937,40.11112,535.48834,58.898884,628.0748,230.30637,3547.3267,18.519659,2766.4932,177.25568,9.40894,10.397872,44.454296,240.74324,293.56656,297.40686,47.14516,32.163643,11.150417,668.8539,128.60292,46.152496,9.377365,510.9361,13.492101,569.1442,5.9539943,34.828922,0.0,757.74255,1995.4529,0.24868993,135.54395,16.008226,11704.4,25.843033,0.87550527,7.382623,19.34341,6.5284033,1.9567677,10.719566,273.737,66.411064,7.0888953,0.6422928,2.3530195,115.257614,1.4750348,143.38803,207.9254,1918.7365,348.29187,92.107025,158.53091,506.99768,23.990734,22.69959,398.5344,36.883755,51.730106,11.437838,19.598234,170.0336,13.409334,10.868116,50.13936,14.530401,3838.3252,18.549313,20.89617,16.001925,10.163277,228.72302,44.743496,19.641129,7.008356,7.2508073,13.411171,56.318405,92.46351,30.370262,167.07483,19.251009,4.7476726,47.165123,31.768164,59.80319,101.25154,15.584121,2.3541331,13.23518,16.201488,2108.722,14.184023,1.7664738,38.753056,12.250552,130.00278,81.941666,111.77351,5.6276627,76.69224,391.7538,299.10468,28.683142,301.2314,63.093277,51.075172,71.29157,62.18804,9.230584,32.572918,493.8158,1.7489786,3.5077,158.39922,24.068663,9.076083,18.761103,21.336958,209.21689,68.98412,161.696,1147.9817,177.59055,1962.7501,1747.5188,16.612762,19.893282,1958.0663,23.684202,30.995731,481.8206,57.690483,92.777115,41.688225,177.29295,294.48532,453.0287,7.581065,60.09845,246.73218,414.02966,12.166671,103.79761,13.071741,1.6279427,55.86335,1.0685389,1.1990019,3.8932698,11.829462,49.910084,21.438778,20.168549,439.39978,64.72345,38.171085,49.882057,16.703745,70.670364,12.144356,15.096116,13.48246,86.25302,32.5847,24.864576,40.03192,10.518246,32.79153,29.809206,1.4275432,78.780914,13.09914,230.2188,8.629192,342.34833,21.530947,880.5458,163.62239,4.1797814,11.22353,182.47032,241.75438,1037.5944,763.726 +2023-12-16 04:00:00,0.0,2992.8118,59.130283,21.474812,64.86632,41.46597,303.00388,36.924587,69.93184,20.737488,41.21213,308.48355,114.52262,19.97417,119.878784,0.3464155,0.2435271,58.43981,7.9083667,18.11074,854.39197,13.939608,1042.9272,131.28255,7.391508,40.131905,535.1479,58.92721,628.6159,230.3681,3545.3472,18.554491,2766.676,177.52464,9.429963,10.416785,44.546673,240.72295,293.54575,297.905,47.129032,32.142033,11.149184,668.42413,128.82275,46.166183,9.371854,511.042,13.488859,569.2143,5.953847,34.813755,0.0,757.7031,1994.7992,0.24869928,135.42462,16.003742,11699.611,25.842659,0.8757761,7.378469,19.333496,6.529919,1.9569641,10.713953,273.63684,66.38082,7.08289,0.6422889,2.3538692,115.26356,1.4738969,143.37335,207.73924,1918.2185,347.92517,92.09232,158.50896,507.68454,24.028524,22.723633,399.26355,36.931194,51.79818,11.434555,19.597818,170.08542,13.401898,10.866492,50.14306,14.534981,3838.7708,18.54798,20.893818,16.001032,10.161767,228.82654,44.757442,19.653225,7.009179,7.248839,13.413852,56.31698,92.41607,30.372177,167.10867,19.24841,4.746826,47.157986,31.75309,59.755676,101.28574,15.59844,2.352285,13.25811,16.193943,2107.912,14.2003765,1.7639952,38.711514,12.248326,129.97638,81.95556,111.753494,5.6332517,76.71949,391.59848,298.96198,28.676548,301.0762,63.145878,51.066338,71.287056,62.26548,9.239976,32.59196,493.80197,1.7522153,3.5132704,158.50685,24.06897,9.074978,18.775915,21.346031,209.33244,69.0213,161.69814,1148.665,177.38857,1962.0791,1747.2373,16.602177,19.874207,1957.4796,23.684084,30.965187,481.71957,57.64543,92.714386,41.655323,177.14427,294.41293,452.9868,7.575629,60.062008,246.53334,413.93057,12.161934,103.76494,13.066084,1.6278124,55.872684,1.068319,1.1987056,3.8912349,11.82767,49.86252,21.432848,20.172043,439.8541,64.69399,38.152073,49.853493,16.697773,70.706985,12.144982,15.128585,13.476075,86.21871,32.56132,24.89539,40.048176,10.517608,32.83771,29.835033,1.4270308,78.7453,13.092171,230.198,8.626087,342.2358,21.533089,880.8937,163.54297,4.1771307,11.221713,182.40073,241.62946,1037.3478,764.01794 +2023-12-16 05:00:00,0.0,2991.5835,59.097443,21.44345,64.81943,41.443348,302.9198,36.906,69.88706,20.733122,41.179035,308.29492,114.57289,19.962452,119.7122,0.3464866,0.24407372,58.420612,7.929699,18.128532,853.8191,13.93703,1042.2825,131.26616,7.410222,40.15269,534.8075,58.95554,629.157,230.42986,3543.3677,18.589325,2766.859,177.79361,9.450986,10.435699,44.63905,240.70264,293.52493,298.4031,47.112904,32.12042,11.147952,667.9943,129.04257,46.179874,9.366343,511.14786,13.485617,569.2844,5.9536996,34.798584,0.0,757.6637,1994.1455,0.2487086,135.3053,15.999259,11694.822,25.842283,0.8760469,7.3743153,19.323582,6.5314345,1.9571606,10.70834,273.53668,66.35058,7.0768847,0.64228505,2.3547187,115.2695,1.4727589,143.35866,207.55309,1917.7006,347.55847,92.07763,158.48701,508.37143,24.066315,22.747675,399.9927,36.978638,51.866253,11.4312725,19.597403,170.13725,13.394463,10.864868,50.146755,14.539561,3839.216,18.546646,20.891464,16.000141,10.160256,228.93007,44.77139,19.665323,7.010002,7.2468705,13.416532,56.315556,92.36863,30.374092,167.14252,19.245808,4.74598,47.150845,31.738016,59.70816,101.31994,15.612761,2.350437,13.281039,16.186398,2107.1023,14.21673,1.7615167,38.66997,12.2461,129.94997,81.969444,111.733475,5.6388407,76.74674,391.44315,298.81924,28.669954,300.92102,63.198475,51.0575,71.28255,62.34292,9.249368,32.611004,493.78818,1.7554519,3.5188408,158.6145,24.069277,9.073873,18.790728,21.355104,209.448,69.05849,161.70027,1149.3484,177.18658,1961.4082,1746.9559,16.591593,19.85513,1956.893,23.683964,30.934643,481.61853,57.600376,92.65165,41.62242,176.99557,294.34058,452.94485,7.5701933,60.025566,246.3345,413.83145,12.157197,103.73227,13.060428,1.6276822,55.88202,1.068099,1.1984093,3.8892,11.825878,49.814953,21.42692,20.175537,440.30844,64.664536,38.133064,49.824932,16.691801,70.743614,12.14561,15.161054,13.469691,86.1844,32.53794,24.926203,40.06443,10.516969,32.88389,29.860863,1.4265183,78.70969,13.085201,230.17719,8.622981,342.1233,21.535233,881.2416,163.46355,4.17448,11.219895,182.33112,241.50453,1037.1012,764.3098 +2023-12-16 06:00:00,0.0,2990.3552,59.064606,21.41209,64.77253,41.420727,302.83575,36.88741,69.84228,20.728754,41.145943,308.10632,114.62316,19.950733,119.5456,0.34655774,0.24462032,58.401413,7.951031,18.146324,853.2462,13.934451,1041.6377,131.24977,7.4289365,40.173473,534.4671,58.98387,629.698,230.49161,3541.388,18.624157,2767.0417,178.06258,9.47201,10.454613,44.73143,240.68234,293.5041,298.9012,47.096775,32.098804,11.14672,667.5645,129.26239,46.19356,9.360832,511.25372,13.482374,569.35455,5.9535522,34.783417,0.0,757.62427,1993.4917,0.24871795,135.18596,15.994776,11690.033,25.841908,0.87631774,7.3701615,19.313667,6.5329504,1.957357,10.702726,273.43652,66.320335,7.0708795,0.6422812,2.3555684,115.275444,1.471621,143.34396,207.36693,1917.1826,347.1918,92.06293,158.46506,509.0583,24.104105,22.771715,400.72183,37.02608,51.934326,11.42799,19.596987,170.18907,13.387027,10.863244,50.15045,14.544141,3839.6614,18.545313,20.889112,15.999249,10.158747,229.0336,44.78534,19.67742,7.0108247,7.244902,13.419212,56.314133,92.32119,30.376007,167.17635,19.243206,4.7451334,47.143707,31.722942,59.660645,101.35414,15.62708,2.3485887,13.303969,16.178852,2106.2922,14.233084,1.7590381,38.628426,12.243875,129.92357,81.98334,111.713455,5.6444297,76.773994,391.2878,298.6765,28.66336,300.76584,63.251076,51.048664,71.27803,62.42036,9.2587595,32.630047,493.77435,1.7586886,3.5244112,158.72214,24.069586,9.072767,18.805542,21.364178,209.56357,69.095665,161.70241,1150.0316,176.9846,1960.7372,1746.6744,16.581009,19.836052,1956.3063,23.683846,30.904099,481.51752,57.55532,92.58891,41.58952,176.8469,294.26822,452.90295,7.564758,59.989124,246.13567,413.73233,12.15246,103.69959,13.054771,1.6275519,55.891354,1.0678792,1.1981131,3.887165,11.824086,49.767387,21.420992,20.179031,440.7628,64.63508,38.114056,49.79637,16.68583,70.78024,12.146237,15.1935215,13.463306,86.15009,32.51456,24.957016,40.080685,10.516331,32.93007,29.886692,1.426006,78.67407,13.078232,230.15639,8.619876,342.01077,21.537376,881.5895,163.38412,4.1718287,11.218078,182.26152,241.37962,1036.8547,764.6017 +2023-12-16 07:00:00,0.0,2989.127,59.031765,21.38073,64.72564,41.398106,302.75168,36.868824,69.79749,20.724388,41.11285,307.9177,114.67344,19.939013,119.379005,0.34662884,0.24516694,58.382217,7.9723635,18.164116,852.6734,13.931873,1040.9929,131.23338,7.447651,40.19426,534.12665,59.0122,630.2391,230.55336,3539.4084,18.658989,2767.2246,178.33154,9.493032,10.473526,44.823807,240.66205,293.48328,299.39935,47.080647,32.077194,11.145487,667.13477,129.48222,46.207253,9.355321,511.35962,13.479133,569.4246,5.953405,34.76825,0.0,757.58484,1992.838,0.24872729,135.06664,15.990293,11685.244,25.841532,0.8765886,7.3660073,19.303753,6.534466,1.9575536,10.697114,273.33636,66.2901,7.064874,0.6422773,2.3564181,115.28139,1.4704831,143.32928,207.18079,1916.6647,346.8251,92.04822,158.4431,509.74518,24.141895,22.795757,401.451,37.07352,52.0024,11.424707,19.596573,170.24089,13.37959,10.861619,50.154152,14.548721,3840.1067,18.54398,20.88676,15.998358,10.157237,229.13712,44.799286,19.689516,7.0116477,7.2429333,13.421892,56.312706,92.27375,30.377924,167.21019,19.240606,4.744287,47.13657,31.707869,59.61313,101.388336,15.6414,2.3467407,13.3269,16.171307,2105.4824,14.249437,1.7565595,38.586884,12.241649,129.89716,81.99722,111.693436,5.6500187,76.80125,391.13248,298.5338,28.656767,300.61063,63.303673,51.039825,71.27351,62.4978,9.268152,32.649086,493.76056,1.7619252,3.5299814,158.82977,24.069893,9.071662,18.820354,21.373251,209.67912,69.13284,161.70454,1150.715,176.78262,1960.0663,1746.3931,16.570423,19.816975,1955.7196,23.683727,30.873554,481.4165,57.51027,92.52618,41.556618,176.6982,294.19586,452.86105,7.559322,59.952682,245.93683,413.6332,12.147723,103.66692,13.049115,1.6274216,55.90069,1.0676593,1.1978168,3.8851302,11.822293,49.719826,21.415064,20.182528,441.21713,64.60562,38.095047,49.76781,16.67986,70.81687,12.146864,15.22599,13.456923,86.11578,32.491184,24.98783,40.09694,10.515692,32.97625,29.912521,1.4254936,78.63846,13.071262,230.13559,8.61677,341.89825,21.53952,881.9374,163.3047,4.169178,11.216261,182.19193,241.2547,1036.6082,764.8936 +2023-12-16 08:00:00,0.0,2987.8987,58.998924,21.34937,64.67875,41.375484,302.66763,36.850235,69.75271,20.72002,41.079754,307.7291,114.72371,19.927294,119.21242,0.34669995,0.24571355,58.363018,7.9936957,18.181908,852.1005,13.929296,1040.3481,131.217,7.4663653,40.215046,533.78625,59.040527,630.78015,230.61511,3537.429,18.69382,2767.4077,178.60051,9.514055,10.492439,44.916183,240.64175,293.46246,299.89746,47.064518,32.05558,11.144255,666.70496,129.70204,46.22094,9.34981,511.46545,13.47589,569.49475,5.9532576,34.753082,0.0,757.5454,1992.1843,0.24873663,134.94731,15.985809,11680.454,25.841156,0.8768594,7.3618536,19.293839,6.535981,1.9577501,10.691501,273.2362,66.25986,7.058869,0.64227337,2.3572676,115.28733,1.4693451,143.31459,206.99463,1916.1467,346.4584,92.033516,158.42114,510.43204,24.179686,22.8198,402.18015,37.120964,52.070473,11.421425,19.596155,170.29271,13.372154,10.859995,50.15785,14.553301,3840.552,18.542645,20.884409,15.997466,10.155727,229.24065,44.813232,19.701612,7.0124707,7.240965,13.424573,56.311283,92.22631,30.379839,167.24403,19.238005,4.7434406,47.12943,31.692795,59.565617,101.42254,15.65572,2.3448925,13.349829,16.163761,2104.6726,14.265792,1.754081,38.545338,12.239422,129.87076,82.011116,111.673416,5.655607,76.82849,390.97714,298.39108,28.650173,300.45544,63.35627,51.03099,71.269005,62.57524,9.277544,32.66813,493.74673,1.7651619,3.5355518,158.93741,24.0702,9.070558,18.835167,21.382324,209.79468,69.17003,161.7067,1151.3982,176.58064,1959.3953,1746.1116,16.55984,19.7979,1955.133,23.683609,30.84301,481.3155,57.465214,92.46344,41.523716,176.54951,294.1235,452.81915,7.553886,59.916245,245.73799,413.53412,12.142986,103.634254,13.043459,1.6272913,55.910023,1.0674393,1.1975206,3.8830953,11.820501,49.67226,21.409136,20.186022,441.67145,64.576164,38.07604,49.739246,16.673887,70.85349,12.147491,15.258459,13.450538,86.081474,32.467804,25.01864,40.113194,10.515054,33.022427,29.938349,1.4249811,78.60285,13.064293,230.11479,8.613665,341.78577,21.541662,882.2853,163.22528,4.166527,11.214443,182.12231,241.12978,1036.3616,765.1855 +2023-12-16 09:00:00,0.0,2986.6702,58.966087,21.318008,64.63185,41.352863,302.58356,36.831646,69.707924,20.715654,41.04666,307.54047,114.77398,19.915575,119.04582,0.34677106,0.24626017,58.34382,8.015028,18.1997,851.5277,13.926717,1039.7035,131.2006,7.48508,40.23583,533.4458,59.06886,631.3212,230.67686,3535.4495,18.728653,2767.5906,178.86948,9.535079,10.511353,45.008564,240.62146,293.44162,300.39557,47.048386,32.033966,11.143022,666.27515,129.92186,46.23463,9.344299,511.5713,13.472648,569.5648,5.95311,34.737915,0.0,757.506,1991.5305,0.24874598,134.82799,15.981325,11675.665,25.84078,0.8771302,7.3577,19.283924,6.537497,1.9579465,10.685887,273.13605,66.229614,7.052864,0.6422695,2.3581173,115.293274,1.4682072,143.2999,206.80847,1915.6288,346.09174,92.018814,158.3992,511.11893,24.217476,22.84384,402.90927,37.168404,52.138546,11.418142,19.595741,170.34453,13.364718,10.858371,50.161545,14.557881,3840.9973,18.541311,20.882057,15.996574,10.154217,229.34418,44.82718,19.713709,7.0132933,7.2389965,13.427253,56.30986,92.17887,30.381754,167.27788,19.235403,4.7425942,47.12229,31.677721,59.5181,101.45673,15.67004,2.3430443,13.372759,16.156216,2103.8628,14.2821455,1.7516024,38.503796,12.237196,129.84435,82.025,111.6534,5.661196,76.85574,390.8218,298.24835,28.64358,300.30026,63.40887,51.022152,71.26449,62.65268,9.286936,32.687172,493.7329,1.7683985,3.5411222,159.04506,24.070507,9.069452,18.849981,21.391397,209.91023,69.20721,161.70883,1152.0814,176.37866,1958.7244,1745.8302,16.549253,19.778822,1954.5464,23.68349,30.812466,481.21448,57.420162,92.4007,41.490814,176.40082,294.05115,452.77722,7.54845,59.879803,245.53915,413.435,12.138249,103.601585,13.037803,1.6271611,55.919357,1.0672195,1.1972244,3.8810606,11.818709,49.624695,21.403208,20.189516,442.1258,64.54671,38.05703,49.710686,16.667915,70.89012,12.148119,15.290928,13.444154,86.04716,32.444424,25.049454,40.129448,10.514415,33.068607,29.964178,1.4244688,78.56724,13.057323,230.094,8.6105585,341.67325,21.543806,882.6332,163.14586,4.163876,11.2126255,182.05272,241.00485,1036.115,765.47736 +2023-12-16 10:00:00,0.0,2985.442,58.933247,21.28665,64.58496,41.330242,302.4995,36.81306,69.66314,20.711287,41.013565,307.35187,114.82425,19.903854,118.87923,0.34684217,0.24680677,58.32462,8.036361,18.217493,850.95483,13.924139,1039.0587,131.18422,7.503794,40.256615,533.1054,59.097187,631.8623,230.73862,3533.4697,18.763485,2767.7734,179.13844,9.556102,10.530266,45.10094,240.60115,293.4208,300.8937,47.032257,32.012356,11.141789,665.84534,130.14168,46.248318,9.338788,511.6772,13.469406,569.63495,5.952963,34.722748,0.0,757.46655,1990.8768,0.24875532,134.70866,15.976842,11670.876,25.840406,0.87740105,7.353546,19.27401,6.5390124,1.958143,10.680274,273.0359,66.19937,7.046859,0.6422656,2.358967,115.29922,1.4670693,143.28522,206.62231,1915.1108,345.72504,92.004105,158.37724,511.8058,24.255266,22.867882,403.63843,37.215847,52.20662,11.41486,19.595325,170.39636,13.357283,10.856747,50.16524,14.562461,3841.4426,18.539978,20.879704,15.995683,10.152707,229.44771,44.841125,19.725807,7.0141163,7.237028,13.429934,56.308434,92.13143,30.383669,167.3117,19.232801,4.741748,47.115154,31.662647,59.470585,101.49094,15.68436,2.3411963,13.395688,16.14867,2103.0527,14.298499,1.7491238,38.462254,12.23497,129.81795,82.038895,111.63338,5.6667852,76.882996,390.66647,298.10565,28.636986,300.14505,63.461468,51.013317,71.25997,62.730118,9.296328,32.706215,493.71912,1.7716352,3.5466924,159.1527,24.070814,9.068347,18.864794,21.40047,210.02579,69.24439,161.71097,1152.7648,176.17668,1958.0533,1745.5487,16.53867,19.759745,1953.9597,23.68337,30.781921,481.11343,57.375107,92.337975,41.457912,176.25214,293.9788,452.73532,7.543014,59.84336,245.34032,413.33588,12.1335125,103.56891,13.032146,1.6270308,55.92869,1.0669996,1.1969281,3.8790257,11.816917,49.57713,21.39728,20.19301,442.58014,64.51725,38.03802,49.682125,16.661943,70.92675,12.1487465,15.323397,13.437769,86.01285,32.421043,25.080267,40.145702,10.513777,33.114784,29.990007,1.4239564,78.531624,13.050354,230.07318,8.607453,341.56073,21.54595,882.9811,163.06644,4.1612253,11.210809,181.98311,240.87993,1035.8684,765.7693 +2023-12-16 11:00:00,0.0,2984.2136,58.90041,21.25529,64.53807,41.30762,302.41544,36.79447,69.61836,20.70692,40.980473,307.16324,114.87452,19.892136,118.71263,0.34691328,0.24735339,58.30542,8.057693,18.235285,850.382,13.921561,1038.414,131.16782,7.5225086,40.2774,532.765,59.125515,632.4034,230.80037,3531.4902,18.798319,2767.9563,179.40741,9.577125,10.549179,45.193317,240.58086,293.4,301.3918,47.01613,31.990742,11.140556,665.4156,130.36151,46.26201,9.333277,511.78305,13.466164,569.705,5.9528155,34.70758,0.0,757.4271,1990.2231,0.24876466,134.58934,15.972359,11666.087,25.84003,0.8776719,7.349392,19.264095,6.5405283,1.9583396,10.674661,272.93573,66.16913,7.0408535,0.64226174,2.3598166,115.30516,1.4659313,143.27052,206.43616,1914.5929,345.35834,91.9894,158.35529,512.4927,24.293056,22.891924,404.36758,37.263287,52.274693,11.411577,19.594908,170.44818,13.349846,10.855123,50.16894,14.567041,3841.888,18.538645,20.877352,15.994791,10.151197,229.55122,44.855072,19.737904,7.014939,7.2350597,13.432613,56.30701,92.08399,30.385584,167.34555,19.230202,4.7409015,47.108013,31.647573,59.42307,101.52513,15.69868,2.339348,13.418618,16.141125,2102.243,14.314853,1.7466453,38.420708,12.232744,129.79153,82.05278,111.61336,5.6723742,76.91025,390.51114,297.96292,28.630392,299.98987,63.51407,51.00448,71.25546,62.80756,9.30572,32.725254,493.7053,1.7748718,3.5522628,159.26033,24.071121,9.067242,18.879606,21.409544,210.14134,69.28157,161.7131,1153.448,175.9747,1957.3824,1745.2673,16.528084,19.740667,1953.373,23.683252,30.751377,481.01242,57.330055,92.27524,41.42501,176.10345,293.90643,452.69342,7.537578,59.80692,245.14148,413.23676,12.128776,103.53624,13.02649,1.6269006,55.938026,1.0667796,1.1966319,3.8769908,11.815125,49.529568,21.391352,20.196505,443.0345,64.48779,38.01901,49.65356,16.655972,70.96337,12.149373,15.3558655,13.431385,85.97854,32.397667,25.11108,40.161957,10.513138,33.160965,30.015837,1.4234439,78.49601,13.043385,230.05238,8.604347,341.4482,21.548094,883.329,162.98701,4.158574,11.208991,181.91351,240.755,1035.6218,766.06116 +2023-12-16 12:00:00,0.0,2982.9854,58.86757,21.223928,64.49118,41.285004,302.33136,36.775887,69.57358,20.702553,40.94738,306.97464,114.92479,19.880417,118.54604,0.3469844,0.24790001,58.28622,8.079025,18.253077,849.80914,13.918983,1037.7692,131.15143,7.5412226,40.298187,532.42456,59.153847,632.94446,230.86212,3529.5107,18.83315,2768.1392,179.67638,9.598148,10.568092,45.285698,240.56056,293.37915,301.88992,47.0,31.969128,11.139324,664.9858,130.58133,46.275696,9.327766,511.88892,13.462921,569.77515,5.952668,34.692413,0.0,757.3877,1989.5693,0.24877399,134.47,15.9678755,11661.297,25.839655,0.8779427,7.345238,19.254179,6.5420437,1.958536,10.669048,272.83557,66.138885,7.034848,0.64225787,2.3606663,115.31111,1.4647934,143.25583,206.25,1914.075,344.99167,91.9747,158.33334,513.17957,24.330845,22.915966,405.09674,37.31073,52.342766,11.408295,19.594494,170.5,13.34241,10.853498,50.172638,14.571621,3842.3335,18.537312,20.875,15.993899,10.149687,229.65475,44.86902,19.75,7.015762,7.2330914,13.435293,56.305588,92.036545,30.3875,167.3794,19.2276,4.740055,47.100876,31.6325,59.375557,101.55933,15.712999,2.3375,13.441548,16.13358,2101.433,14.331207,1.7441667,38.379166,12.230518,129.76514,82.066666,111.59334,5.6779633,76.9375,390.35577,297.8202,28.623798,299.83466,63.566666,50.995644,71.250946,62.885,9.315112,32.744297,493.69147,1.7781085,3.5578332,159.36797,24.071428,9.066136,18.89442,21.418617,210.2569,69.31875,161.71524,1154.1313,175.77272,1956.7114,1744.9858,16.5175,19.721592,1952.7864,23.683134,30.720833,480.9114,57.285,92.2125,41.392105,175.95476,293.83405,452.6515,7.5321426,59.770477,244.94264,413.13763,12.124039,103.50357,13.020834,1.6267703,55.94736,1.0665598,1.1963356,3.874956,11.8133335,49.482002,21.385422,20.2,443.48883,64.45833,38.0,49.625,16.650002,71.0,12.150001,15.388333,13.425,85.94423,32.374287,25.141893,40.178215,10.5125,33.20714,30.041664,1.4229316,78.460396,13.036415,230.03159,8.601242,341.3357,21.550236,883.6769,162.9076,4.1559234,11.207174,181.8439,240.6301,1035.3752,766.353 +2023-12-16 13:00:00,0.0,2981.757,58.83473,21.192568,64.44428,41.262383,302.2473,36.757298,69.52879,20.698187,40.914284,306.786,114.97507,19.868696,118.37945,0.3470555,0.24844661,58.26702,8.100357,18.270868,849.23627,13.916405,1037.1244,131.13504,7.559937,40.31897,532.08417,59.182175,633.48553,230.92386,3527.5312,18.867983,2768.3223,179.94534,9.619171,10.587006,45.378075,240.54027,293.35834,302.38806,46.98387,31.947515,11.138092,664.55597,130.80115,46.289387,9.322255,511.9948,13.45968,569.8453,5.9525204,34.677242,0.0,757.34827,1988.9156,0.24878334,134.35068,15.963392,11656.508,25.83928,0.8782135,7.3410845,19.244265,6.543559,1.9587325,10.663435,272.7354,66.10864,7.028843,0.642254,2.361516,115.317055,1.4636555,143.24115,206.06384,1913.5571,344.62497,91.95999,158.31139,513.86646,24.368635,22.940006,405.82587,37.358173,52.41084,11.405011,19.594078,170.55182,13.334974,10.851873,50.176334,14.5762005,3842.7788,18.535978,20.872648,15.993008,10.148177,229.75829,44.88297,19.762096,7.016585,7.2311225,13.437974,56.30416,91.989105,30.389416,167.41324,19.224998,4.739209,47.09374,31.617424,59.32804,101.59354,15.727319,2.3356519,13.464478,16.126036,2100.6233,14.347561,1.7416881,38.337624,12.2282915,129.73872,82.08056,111.57331,5.683552,76.96475,390.20044,297.6775,28.617203,299.67947,63.619263,50.98681,71.24643,62.962437,9.324504,32.76334,493.67767,1.7813451,3.5634034,159.4756,24.071735,9.065031,18.909233,21.42769,210.37245,69.355934,161.71738,1154.8147,175.57074,1956.0405,1744.7043,16.506916,19.702515,1952.1998,23.683016,30.690289,480.8104,57.239944,92.149765,41.359203,175.80608,293.7617,452.6096,7.5267067,59.734035,244.7438,413.03854,12.119302,103.4709,13.015177,1.6266401,55.956696,1.0663399,1.1960393,3.872921,11.811541,49.434437,21.379494,20.203495,443.94315,64.42887,37.98099,49.59644,16.64403,71.03663,12.150628,15.420802,13.418615,85.90992,32.350906,25.172707,40.19447,10.511862,33.253323,30.067493,1.4224192,78.42478,13.029447,230.01079,8.598136,341.22318,21.55238,884.0247,162.82817,4.153272,11.205357,181.7743,240.50517,1035.1287,766.64496 +2023-12-16 14:00:00,0.0,2980.5288,58.80189,21.161207,64.39739,41.23976,302.16324,36.73871,69.48401,20.69382,40.88119,306.5974,115.02534,19.856977,118.21285,0.3471266,0.24899323,58.24782,8.12169,18.28866,848.66345,13.913827,1036.4797,131.11865,7.5786514,40.339756,531.7437,59.210503,634.0266,230.98561,3525.5518,18.902815,2768.5051,180.21431,9.640194,10.605919,45.47045,240.51997,293.33752,302.88617,46.967743,31.925903,11.136859,664.1262,131.02098,46.303078,9.316744,512.10065,13.456437,569.91534,5.952373,34.662075,0.0,757.30884,1988.262,0.24879268,134.23135,15.958909,11651.719,25.838903,0.87848437,7.3369303,19.23435,6.545075,1.9589291,10.657822,272.63525,66.07841,7.0228376,0.6422501,2.3623655,115.323,1.4625175,143.22646,205.87769,1913.0392,344.25827,91.94529,158.28943,514.5533,24.406425,22.964048,406.55502,37.405613,52.478912,11.401729,19.593662,170.60364,13.327538,10.850249,50.180035,14.580781,3843.224,18.534645,20.870296,15.992116,10.1466675,229.8618,44.896915,19.774193,7.0174074,7.229154,13.440654,56.30274,91.941666,30.39133,167.44708,19.222399,4.738363,47.086597,31.60235,59.280525,101.62773,15.741639,2.333804,13.487408,16.11849,2099.8135,14.3639145,1.7392097,38.296078,12.226066,129.71231,82.094444,111.55329,5.689141,76.992004,390.0451,297.53476,28.61061,299.5243,63.671864,50.97797,71.24192,63.03988,9.333897,32.78238,493.66385,1.7845818,3.5689738,159.58325,24.072042,9.063926,18.924046,21.436764,210.488,69.39311,161.71951,1155.4979,175.36876,1955.3696,1744.423,16.49633,19.683437,1951.6132,23.682898,30.659744,480.70938,57.194893,92.08703,41.3263,175.65738,293.68933,452.5677,7.5212708,59.697594,244.54497,412.93942,12.114565,103.43823,13.009521,1.6265098,55.96603,1.0661199,1.1957431,3.870886,11.809749,49.38687,21.373566,20.20699,444.3975,64.399414,37.961983,49.567875,16.638058,71.07325,12.151255,15.453271,13.412231,85.87561,32.327526,25.20352,40.210724,10.511223,33.2995,30.093323,1.4219067,78.38917,13.022477,229.98999,8.595031,341.11066,21.554523,884.3726,162.74875,4.1506214,11.203539,181.70471,240.38025,1034.8821,766.9368 +2023-12-16 15:00:00,0.0,2979.3005,58.76905,21.129847,64.3505,41.21714,302.0792,36.720123,69.439224,20.689453,40.8481,306.40878,115.07561,19.845259,118.046265,0.3471977,0.24953984,58.228622,8.143022,18.306454,848.0906,13.911249,1035.835,131.10226,7.597366,40.360542,531.4033,59.23883,634.5676,231.04736,3523.572,18.937647,2768.688,180.48328,9.661218,10.624832,45.562828,240.49966,293.3167,303.38428,46.951614,31.904291,11.135627,663.6964,131.2408,46.316765,9.311233,512.20654,13.453196,569.9855,5.9522257,34.646908,0.0,757.26935,1987.6083,0.24880202,134.11203,15.954426,11646.93,25.83853,0.8787552,7.3327765,19.224436,6.5465903,1.9591255,10.652208,272.5351,66.048164,7.0168324,0.64224625,2.3632152,115.32894,1.4613795,143.21178,205.69153,1912.5212,343.8916,91.93059,158.26747,515.2402,24.444216,22.98809,407.28418,37.453056,52.546986,11.398446,19.593246,170.65547,13.320102,10.848625,50.18373,14.585361,3843.6694,18.533312,20.867943,15.991224,10.145158,229.96533,44.910862,19.786291,7.0182304,7.2271857,13.443335,56.30131,91.894226,30.393246,167.48091,19.219797,4.7375164,47.07946,31.587276,59.23301,101.661934,15.755959,2.3319557,13.510338,16.110945,2099.0034,14.380268,1.736731,38.254536,12.22384,129.68591,82.10834,111.53327,5.69473,77.01926,389.88977,297.39203,28.604015,299.36908,63.72446,50.969135,71.237404,63.117317,9.343288,32.801422,493.65005,1.7878184,3.5745442,159.69089,24.07235,9.06282,18.938858,21.445837,210.60356,69.43029,161.72165,1156.1812,175.16678,1954.6986,1744.1415,16.485746,19.66436,1951.0265,23.682777,30.6292,480.60834,57.149837,92.0243,41.2934,175.5087,293.61697,452.5258,7.515835,59.66115,244.34613,412.8403,12.109828,103.405556,13.003864,1.6263795,55.975365,1.0659001,1.1954468,3.8688512,11.807957,49.339306,21.367638,20.210484,444.85184,64.36996,37.942974,49.539314,16.632086,71.10988,12.151882,15.48574,13.405847,85.8413,32.304146,25.234333,40.22698,10.510585,33.34568,30.119152,1.4213943,78.35355,13.015508,229.96918,8.591925,340.99814,21.556667,884.7205,162.66933,4.1479707,11.201722,181.6351,240.25533,1034.6355,767.22876 +2023-12-16 16:00:00,0.0,2978.072,58.736214,21.098486,64.303604,41.19452,301.99512,36.701534,69.39444,20.685087,40.815002,306.22018,115.12588,19.83354,117.87967,0.34726882,0.25008646,58.209423,8.164354,18.324245,847.51776,13.90867,1035.1902,131.08588,7.6160803,40.381325,531.0629,59.267162,635.1087,231.10912,3521.5925,18.972479,2768.8708,180.75224,9.6822405,10.643745,45.655205,240.47937,293.29587,303.88242,46.935482,31.882677,11.134394,663.2666,131.46062,46.330456,9.305722,512.3124,13.449953,570.05554,5.9520783,34.63174,0.0,757.2299,1986.9545,0.24881136,133.9927,15.949942,11642.141,25.838154,0.879026,7.328623,19.214521,6.548106,1.959322,10.646595,272.43494,66.01792,7.0108275,0.6422424,2.364065,115.334885,1.4602417,143.19708,205.50537,1912.0033,343.5249,91.91588,158.24553,515.92706,24.482006,23.01213,408.0133,37.500496,52.61506,11.395164,19.59283,170.70729,13.312666,10.847001,50.187428,14.589941,3844.1147,18.531979,20.865591,15.990333,10.143647,230.06886,44.92481,19.798388,7.019053,7.2252173,13.446014,56.29989,91.84679,30.39516,167.51476,19.217196,4.73667,47.072323,31.572203,59.185493,101.69613,15.770279,2.3301075,13.533267,16.1034,2098.1936,14.396622,1.7342525,38.212994,12.221614,129.6595,82.12222,111.51325,5.700319,77.04651,389.73444,297.24933,28.597422,299.2139,63.77706,50.960297,71.23289,63.194756,9.35268,32.820465,493.63623,1.7910551,3.5801146,159.79852,24.072657,9.061715,18.953672,21.45491,210.71912,69.467476,161.72379,1156.8645,174.96481,1954.0277,1743.8601,16.47516,19.645283,1950.4398,23.68266,30.598656,480.50732,57.104786,91.96156,41.260498,175.36002,293.54462,452.48386,7.510399,59.62471,244.1473,412.74118,12.105091,103.37289,12.998208,1.6262493,55.9847,1.0656801,1.1951506,3.8668165,11.806165,49.291744,21.36171,20.213978,445.30618,64.3405,37.923965,49.510754,16.626114,71.14651,12.15251,15.5182085,13.399463,85.806984,32.28077,25.265146,40.243233,10.509946,33.391857,30.144981,1.420882,78.31794,13.008538,229.94838,8.5888195,340.88562,21.558811,885.0684,162.5899,4.1453195,11.199904,181.5655,240.1304,1034.3889,767.5206 +2023-12-16 17:00:00,0.0,2976.8438,58.703373,21.067125,64.256714,41.171898,301.91107,36.682945,69.34966,20.68072,40.78191,306.03156,115.17615,19.82182,117.71307,0.34733993,0.25063306,58.190224,8.185686,18.342037,846.9449,13.906093,1034.5454,131.06949,7.6347947,40.40211,530.7225,59.29549,635.6498,231.17087,3519.613,19.007313,2769.054,181.02121,9.703263,10.662659,45.747585,240.45908,293.27505,304.38052,46.919353,31.861065,11.133162,662.8368,131.68044,46.344143,9.300211,512.4182,13.446711,570.1257,5.951931,34.616573,0.0,757.1905,1986.3008,0.2488207,133.87338,15.945458,11637.351,25.837778,0.87929684,7.324469,19.204607,6.5496216,1.9595184,10.640982,272.33478,65.98768,7.0048223,0.64223844,2.3649144,115.34083,1.4591037,143.18239,205.31921,1911.4854,343.1582,91.90118,158.22357,516.61395,24.519796,23.036173,408.74246,37.54794,52.683132,11.391881,19.592415,170.75911,13.30523,10.845377,50.191124,14.594521,3844.56,18.530643,20.86324,15.989441,10.142138,230.1724,44.938755,19.810484,7.019876,7.223249,13.448695,56.298466,91.79935,30.397076,167.5486,19.214594,4.7358236,47.06518,31.557129,59.13798,101.73033,15.784598,2.3282595,13.556197,16.095854,2097.3838,14.412976,1.731774,38.171448,12.219387,129.6331,82.136116,111.49323,5.7059073,77.07375,389.5791,297.1066,28.590828,299.05872,63.82966,50.95146,71.22838,63.272198,9.362072,32.839508,493.6224,1.7942917,3.5856848,159.90616,24.072964,9.060611,18.968485,21.463984,210.83467,69.504654,161.72594,1157.5477,174.76283,1953.3567,1743.5786,16.464577,19.626207,1949.8533,23.68254,30.568111,480.4063,57.05973,91.89883,41.227596,175.21132,293.47226,452.44196,7.504963,59.588272,243.94846,412.6421,12.100354,103.34022,12.992552,1.626119,55.994034,1.0654602,1.1948544,3.8647816,11.804373,49.24418,21.355782,20.217472,445.7605,64.31104,37.904953,49.48219,16.620142,71.18313,12.153137,15.550677,13.393078,85.772675,32.25739,25.295958,40.259487,10.509308,33.438038,30.170809,1.4203695,78.28233,13.001569,229.92758,8.585713,340.77313,21.560953,885.4163,162.51048,4.1426687,11.198087,181.4959,240.00548,1034.1423,767.8125 +2023-12-16 18:00:00,0.0,2975.6155,58.670532,21.035765,64.20982,41.149277,301.827,36.66436,69.30488,20.676353,40.748817,305.84296,115.226425,19.8101,117.54648,0.34741104,0.2511797,58.17103,8.207019,18.359829,846.3721,13.903515,1033.9008,131.05309,7.6535087,40.422897,530.3821,59.32382,636.19086,231.23262,3517.6335,19.042145,2769.2368,181.29018,9.724287,10.681572,45.839966,240.43878,293.25424,304.87863,46.903225,31.839453,11.131928,662.40704,131.90027,46.357834,9.2947,512.5241,13.443469,570.19574,5.9517837,34.601406,0.0,757.15106,1985.6471,0.24883005,133.75406,15.940975,11632.562,25.837402,0.8795677,7.320315,19.194693,6.551137,1.959715,10.635369,272.23462,65.957436,6.998817,0.64223456,2.3657641,115.34677,1.4579657,143.16771,205.13307,1910.9674,342.79153,91.886475,158.20161,517.3008,24.557587,23.060215,409.47162,37.59538,52.751205,11.388598,19.592,170.81093,13.297793,10.843752,50.194824,14.599101,3845.0054,18.52931,20.860888,15.988549,10.140628,230.27591,44.9527,19.82258,7.020699,7.22128,13.451375,56.29704,91.75191,30.398993,167.58244,19.211994,4.7349772,47.058044,31.542055,59.090466,101.76453,15.798919,2.3264112,13.579127,16.088308,2096.574,14.42933,1.7292954,38.129906,12.217161,129.60669,82.15,111.47321,5.7114964,77.101006,389.42377,296.96387,28.584234,298.9035,63.882256,50.942623,71.22386,63.349636,9.371465,32.858547,493.6086,1.7975284,3.5912552,160.01381,24.07327,9.059505,18.983297,21.473057,210.95023,69.54183,161.72807,1158.231,174.56085,1952.6858,1743.2972,16.45399,19.60713,1949.2666,23.682423,30.537567,480.3053,57.01468,91.83609,41.194695,175.06264,293.3999,452.40005,7.499527,59.55183,243.74962,412.54297,12.095617,103.30755,12.986896,1.6259887,56.00337,1.0652404,1.1945581,3.8627467,11.80258,49.196613,21.349854,20.220968,446.21484,64.281586,37.885944,49.45363,16.614172,71.21976,12.153764,15.583145,13.386694,85.738365,32.23401,25.32677,40.27574,10.508669,33.484215,30.196638,1.4198571,78.24672,12.994599,229.90678,8.582608,340.6606,21.563097,885.7642,162.43106,4.1400175,11.19627,181.4263,239.88055,1033.8958,768.10443 +2023-12-16 19:00:00,0.0,2974.3872,58.637695,21.004406,64.162926,41.126656,301.74295,36.64577,69.26009,20.671986,40.71572,305.65433,115.276695,19.798382,117.37989,0.34748217,0.2517263,58.15183,8.228351,18.37762,845.7992,13.900936,1033.256,131.0367,7.672223,40.44368,530.0416,59.35215,636.73193,231.29437,3515.6538,19.076977,2769.4197,181.55914,9.74531,10.700485,45.932343,240.41849,293.2334,305.37677,46.887096,31.817839,11.130696,661.97723,132.12009,46.37152,9.289189,512.63,13.440227,570.26587,5.9516363,34.58624,0.0,757.1116,1984.9933,0.2488394,133.63472,15.936492,11627.772,25.837027,0.8798385,7.316161,19.184776,6.552653,1.9599115,10.629756,272.13446,65.92719,6.9928117,0.6422307,2.3666139,115.352715,1.4568279,143.15302,204.94691,1910.4495,342.42484,91.871765,158.17966,517.9877,24.595377,23.084255,410.20074,37.642822,52.81928,11.385316,19.591583,170.86275,13.290358,10.842128,50.19852,14.603681,3845.4507,18.527977,20.858536,15.987658,10.139118,230.37944,44.966652,19.834677,7.0215216,7.2193117,13.454056,56.295616,91.70447,30.400908,167.61627,19.209393,4.734131,47.050907,31.526981,59.04295,101.79873,15.813238,2.3245633,13.6020565,16.080763,2095.764,14.4456835,1.7268168,38.08836,12.214935,129.58029,82.163895,111.45319,5.7170854,77.12826,389.26843,296.82117,28.57764,298.74832,63.934856,50.93379,71.219345,63.42708,9.3808565,32.87759,493.5948,1.800765,3.5968256,160.12144,24.07358,9.0584,18.998112,21.48213,211.0658,69.57902,161.73021,1158.9143,174.35887,1952.0148,1743.0157,16.443407,19.588053,1948.6799,23.682304,30.507023,480.20428,56.969624,91.77335,41.161793,174.91394,293.32755,452.35815,7.4940915,59.51539,243.55078,412.44385,12.09088,103.27487,12.981239,1.6258584,56.012703,1.0650204,1.1942619,3.8607118,11.800788,49.149048,21.343925,20.224463,446.6692,64.25213,37.866936,49.425068,16.6082,71.256386,12.154391,15.615614,13.380309,85.704056,32.21063,25.357584,40.291996,10.508031,33.530396,30.222467,1.4193448,78.211105,12.98763,229.88599,8.579502,340.5481,21.56524,886.1121,162.35164,4.137367,11.194452,181.3567,239.75565,1033.6493,768.3963 +2023-12-16 20:00:00,0.0,2973.159,58.604855,20.973045,64.116035,41.104034,301.65887,36.627182,69.21531,20.66762,40.68263,305.46573,115.326965,19.786661,117.213295,0.34755328,0.2522729,58.13263,8.249683,18.395412,845.2263,13.898358,1032.6112,131.02031,7.6909375,40.464466,529.70123,59.380478,637.273,231.35612,3513.6743,19.111809,2769.6025,181.82811,9.766334,10.719399,46.02472,240.39818,293.2126,305.87488,46.870968,31.796227,11.129464,661.5474,132.3399,46.385212,9.283678,512.73584,13.436984,570.336,5.951489,34.571068,0.0,757.07214,1984.3396,0.24884872,133.5154,15.932009,11622.983,25.83665,0.8801093,7.3120074,19.174864,6.554168,1.9601079,10.624143,272.0343,65.89695,6.9868064,0.6422268,2.3674634,115.35866,1.4556899,143.13832,204.76076,1909.9315,342.05814,91.85707,158.15771,518.67456,24.633167,23.108297,410.9299,37.690266,52.887356,11.382033,19.591167,170.91458,13.282922,10.840504,50.202217,14.608261,3845.896,18.526644,20.856182,15.986766,10.137608,230.48297,44.9806,19.846775,7.0223446,7.2173433,13.456736,56.294193,91.65703,30.402822,167.65012,19.20679,4.7332845,47.043766,31.511908,58.995434,101.832924,15.8275585,2.322715,13.624987,16.073217,2094.954,14.462037,1.7243383,38.046818,12.212709,129.55388,82.17778,111.433174,5.7226744,77.15551,389.1131,296.67844,28.571047,298.59314,63.987453,50.92495,71.214836,63.504517,9.390248,32.896633,493.581,1.8040017,3.6023958,160.22908,24.073887,9.057295,19.012924,21.491203,211.18135,69.616196,161.73235,1159.5977,174.15689,1951.3439,1742.7344,16.432823,19.568975,1948.0933,23.682184,30.476479,480.10324,56.92457,91.71062,41.12889,174.76526,293.2552,452.31622,7.4886556,59.478947,243.35194,412.34473,12.0861435,103.2422,12.975582,1.6257282,56.022038,1.0648005,1.1939657,3.858677,11.798996,49.101486,21.337997,20.227957,447.12354,64.22267,37.847927,49.396507,16.602228,71.293015,12.155019,15.648083,13.373925,85.66975,32.187252,25.388397,40.30825,10.507392,33.576576,30.248297,1.4188323,78.17549,12.98066,229.86517,8.576397,340.43558,21.567385,886.46,162.27222,4.1347156,11.192635,181.2871,239.63072,1033.4027,768.6882 +2023-12-16 21:00:00,0.0,2971.9307,58.572014,20.941685,64.069145,41.081413,301.5748,36.608597,69.170525,20.663252,40.649532,305.2771,115.377235,19.774942,117.0467,0.3476244,0.2528195,58.11343,8.271015,18.413206,844.6535,13.895781,1031.9664,131.00392,7.709652,40.485252,529.36084,59.408806,637.8141,231.41786,3511.6948,19.14664,2769.7854,182.09709,9.787356,10.738313,46.117096,240.37788,293.19177,306.373,46.85484,31.774614,11.128231,661.1177,132.55974,46.3989,9.278167,512.84174,13.433743,570.40607,5.9513416,34.5559,0.0,757.0327,1983.6859,0.24885806,133.39607,15.9275255,11618.194,25.836277,0.88038015,7.307853,19.164948,6.555684,1.9603044,10.618529,271.93414,65.86671,6.980801,0.64222294,2.368313,115.3646,1.4545519,143.12364,204.5746,1909.4136,341.69147,91.84236,158.13576,519.36145,24.670958,23.13234,411.65906,37.737705,52.95543,11.378751,19.590752,170.9664,13.275486,10.83888,50.205917,14.612841,3846.3416,18.52531,20.85383,15.985874,10.136098,230.58649,44.994545,19.858871,7.0231676,7.215375,13.459416,56.292767,91.60959,30.404737,167.68396,19.204191,4.732438,47.03663,31.496834,58.94792,101.86713,15.841878,2.320867,13.647916,16.065672,2094.1443,14.478391,1.7218597,38.005276,12.210484,129.52748,82.19167,111.413155,5.7282634,77.18276,388.95776,296.5357,28.564453,298.43793,64.040054,50.916115,71.21032,63.581955,9.39964,32.915676,493.56717,1.8072383,3.6079662,160.33672,24.074194,9.05619,19.027737,21.500277,211.2969,69.65337,161.73448,1160.2809,173.95491,1950.6729,1742.4529,16.422237,19.5499,1947.5066,23.682066,30.445934,480.00223,56.879517,91.64789,41.09599,174.61658,293.1828,452.27432,7.4832196,59.442505,243.1531,412.24564,12.081407,103.20953,12.969926,1.625598,56.031372,1.0645807,1.1936693,3.856642,11.797204,49.05392,21.332067,20.231451,447.57785,64.193214,37.82892,49.367943,16.596256,71.329636,12.155645,15.680552,13.36754,85.63544,32.16387,25.41921,40.324505,10.506754,33.622753,30.274124,1.41832,78.13988,12.973691,229.84438,8.573291,340.32306,21.569527,886.8079,162.1928,4.132065,11.190818,181.2175,239.5058,1033.1561,768.9801 +2023-12-16 22:00:00,0.0,2970.7024,58.539177,20.910324,64.02225,41.058792,301.49075,36.590008,69.12574,20.658886,40.61644,305.0885,115.427505,19.763224,116.88011,0.3476955,0.25336614,58.09423,8.292348,18.430998,844.0806,13.893202,1031.3217,130.98753,7.7283664,40.506035,529.0204,59.437138,638.35516,231.47961,3509.7153,19.181473,2769.9685,182.36606,9.808379,10.757226,46.209473,240.35759,293.17096,306.87112,46.83871,31.753,11.126999,660.68787,132.77956,46.41259,9.2726555,512.94763,13.4305,570.4762,5.951194,34.540733,0.0,756.9933,1983.0321,0.2488674,133.27675,15.923042,11613.404,25.835901,0.880651,7.3036995,19.155033,6.5571995,1.960501,10.612916,271.83398,65.83647,6.9747963,0.64221907,2.3691626,115.370544,1.4534141,143.10895,204.38844,1908.8956,341.32477,91.82766,158.1138,520.0483,24.708748,23.156382,412.3882,37.78515,53.023502,11.375468,19.590336,171.01822,13.268049,10.8372555,50.209614,14.617421,3846.7869,18.523977,20.851479,15.9849825,10.134588,230.69002,45.00849,19.870968,7.02399,7.2134066,13.462096,56.291344,91.56215,30.406652,167.7178,19.20159,4.7315917,47.02949,31.48176,58.900406,101.90132,15.856198,2.3190188,13.670846,16.058126,2093.3345,14.494745,1.7193811,37.96373,12.208257,129.50107,82.20556,111.393135,5.733852,77.210014,388.80243,296.393,28.557858,298.28275,64.09265,50.907276,71.2058,63.659397,9.409033,32.934715,493.55334,1.810475,3.6135366,160.44435,24.074501,9.055084,19.042551,21.509348,211.41246,69.69056,161.73662,1160.9642,173.75293,1950.002,1742.1715,16.411654,19.530823,1946.92,23.681948,30.41539,479.9012,56.83446,91.58515,41.063087,174.46788,293.11044,452.23242,7.4777837,59.406063,242.95427,412.1465,12.07667,103.176865,12.96427,1.6254677,56.040707,1.0643607,1.1933731,3.854607,11.795412,49.006355,21.32614,20.234945,448.0322,64.16375,37.80991,49.339382,16.590284,71.366264,12.156273,15.71302,13.361156,85.60113,32.14049,25.450024,40.34076,10.506115,33.668934,30.299953,1.4178076,78.10426,12.966722,229.82358,8.570186,340.21054,21.57167,887.1558,162.11337,4.129414,11.189,181.14789,239.38087,1032.9095,769.272 +2023-12-16 23:00:00,0.0,2969.4739,58.506336,20.878963,63.975357,41.03617,301.40668,36.57142,69.08096,20.654518,40.583347,304.89987,115.47778,19.751505,116.71352,0.3477666,0.25391275,58.07503,8.31368,18.44879,843.5078,13.890624,1030.677,130.97115,7.747081,40.52682,528.68,59.465466,638.8962,231.54137,3507.7358,19.216307,2770.1514,182.63503,9.829403,10.776139,46.30185,240.3373,293.15012,307.36923,46.822582,31.731388,11.125766,660.25806,132.99937,46.426277,9.267145,513.05347,13.427258,570.54626,5.9510465,34.525566,0.0,756.95386,1982.3784,0.24887675,133.15742,15.918558,11608.615,25.835526,0.8809218,7.299546,19.145119,6.558715,1.9606974,10.607303,271.73383,65.80623,6.968791,0.6422152,2.3700123,115.37649,1.4522761,143.09427,204.20229,1908.3777,340.95807,91.81296,158.09184,520.73517,24.746538,23.180422,413.11734,37.83259,53.091576,11.372186,19.58992,171.07004,13.260613,10.83563,50.21331,14.622001,3847.2322,18.522644,20.849127,15.984091,10.133079,230.79355,45.022438,19.883064,7.024813,7.2114377,13.464777,56.289917,91.51471,30.408567,167.75163,19.198988,4.7307453,47.02235,31.466686,58.85289,101.935524,15.870518,2.3171706,13.693776,16.050583,2092.5244,14.511099,1.7169026,37.922188,12.206031,129.47467,82.219444,111.373116,5.739441,77.23727,388.6471,296.25027,28.551264,298.12753,64.14525,50.89844,71.201294,63.736835,9.418425,32.95376,493.53955,1.8137116,3.6191068,160.552,24.074808,9.053979,19.057364,21.518421,211.52802,69.72774,161.73875,1161.6475,173.55095,1949.3309,1741.89,16.401068,19.511745,1946.3334,23.68183,30.384846,479.8002,56.78941,91.522415,41.030186,174.3192,293.0381,452.1905,7.4723477,59.36962,242.75543,412.0474,12.071933,103.14419,12.958613,1.6253375,56.05004,1.0641408,1.1930768,3.8525724,11.79362,48.95879,21.320211,20.238441,448.48654,64.13429,37.7909,49.31082,16.584312,71.40289,12.1569,15.745489,13.354772,85.56682,32.11711,25.480837,40.357018,10.505477,33.71511,30.325783,1.4172952,78.06865,12.959752,229.80278,8.56708,340.09802,21.573814,887.5037,162.03395,4.126763,11.187182,181.0783,239.25595,1032.663,769.56384 +2023-12-17 00:00:00,0.0,2968.2456,58.4735,20.847603,63.928463,41.01355,301.32263,36.552834,69.03618,20.650152,40.55025,304.71127,115.52805,19.739784,116.54692,0.34783772,0.25445935,58.055832,8.335012,18.466581,842.93494,13.888046,1030.0322,130.95474,7.765795,40.547607,528.33954,59.493793,639.43726,231.60312,3505.756,19.251139,2770.3342,182.90399,9.850426,10.795053,46.39423,240.317,293.1293,307.86734,46.80645,31.709776,11.124534,659.8283,133.2192,46.43997,9.261634,513.1593,13.424016,570.6164,5.950899,34.5104,0.0,756.9144,1981.7247,0.2488861,133.0381,15.914075,11603.826,25.83515,0.8811926,7.295392,19.135204,6.5602307,1.9608939,10.60169,271.63367,65.775986,6.9627857,0.6422113,2.370862,115.38243,1.4511381,143.07957,204.01613,1907.8597,340.5914,91.79825,158.0699,521.42206,24.784328,23.204464,413.8465,37.88003,53.15965,11.368903,19.589504,171.12186,13.253178,10.834006,50.21701,14.626581,3847.6775,18.52131,20.846775,15.983199,10.131568,230.89708,45.036385,19.89516,7.0256357,7.2094693,13.467457,56.288494,91.46727,30.410484,167.78548,19.196386,4.729899,47.015213,31.451612,58.805374,101.96972,15.884838,2.3153226,13.716705,16.043037,2091.7146,14.527452,1.714424,37.880646,12.203805,129.44826,82.23334,111.353096,5.74503,77.26452,388.49176,296.10754,28.54467,297.97235,64.197845,50.889603,71.19678,63.814274,9.427816,32.9728,493.52573,1.8169483,3.6246772,160.65964,24.075115,9.052874,19.072176,21.527494,211.64357,69.76492,161.74089,1162.3307,173.34897,1948.66,1741.6086,16.390484,19.492668,1945.7467,23.68171,30.354301,479.6992,56.744354,91.45968,40.997284,174.1705,292.96573,452.1486,7.466912,59.33318,242.5566,411.94827,12.067196,103.11152,12.952957,1.6252072,56.059376,1.063921,1.1927806,3.8505375,11.791827,48.91123,21.314283,20.241936,448.9409,64.104836,37.77189,49.282257,16.578342,71.439514,12.157528,15.777957,13.348388,85.5325,32.09373,25.51165,40.373272,10.504839,33.76129,30.351612,1.4167827,78.033035,12.952784,229.78198,8.563974,339.9855,21.575958,887.8516,161.95453,4.124112,11.185366,181.0087,239.13103,1032.4164,769.8558 +2023-12-17 01:00:00,0.0,2967.0173,58.44066,20.816242,63.88157,40.99093,301.23856,36.534245,68.991394,20.645786,40.51716,304.52264,115.57832,19.728065,116.380325,0.34790882,0.255006,58.036633,8.356344,18.484373,842.3621,13.885468,1029.3875,130.93835,7.784509,40.56839,527.99915,59.522125,639.97833,231.66487,3503.7766,19.28597,2770.517,183.17296,9.8714485,10.813966,46.486607,240.29669,293.1085,308.36548,46.79032,31.688162,11.123301,659.3985,133.43903,46.45366,9.256123,513.2652,13.4207735,570.68646,5.950752,34.49523,0.0,756.875,1981.0709,0.24889544,132.91876,15.909592,11599.037,25.834774,0.88146347,7.291238,19.12529,6.561746,1.9610904,10.596077,271.5335,65.74574,6.9567804,0.64220744,2.3717115,115.388374,1.4500003,143.06488,203.82997,1907.3418,340.2247,91.78355,158.04794,522.10895,24.822119,23.228506,414.57565,37.92747,53.227722,11.365621,19.589088,171.17369,13.245741,10.832382,50.220707,14.631161,3848.1228,18.519976,20.844421,15.982307,10.130058,231.0006,45.050335,19.907259,7.0264587,7.207501,13.470137,56.28707,91.41983,30.4124,167.81932,19.193787,4.7290525,47.008076,31.436539,58.757862,102.00392,15.899158,2.3134744,13.739635,16.035492,2090.9048,14.543806,1.7119454,37.8391,12.201579,129.42186,82.24722,111.33308,5.750619,77.29177,388.33643,295.96484,28.538076,297.81717,64.25045,50.880768,71.19226,63.891716,9.437208,32.99184,493.51193,1.820185,3.6302476,160.76727,24.075422,9.051768,19.08699,21.536568,211.75912,69.8021,161.74304,1163.014,173.14699,1947.989,1741.3271,16.3799,19.473593,1945.16,23.681591,30.323757,479.59814,56.699303,91.39694,40.964382,174.02182,292.89337,452.1067,7.4614763,59.296738,242.35776,411.84918,12.062459,103.07885,12.947301,1.6250769,56.06871,1.063701,1.1924844,3.8485026,11.790035,48.863663,21.308355,20.24543,449.3952,64.07538,37.75288,49.253696,16.57237,71.47614,12.1581545,15.810426,13.342003,85.49819,32.070354,25.542463,40.389526,10.5042,33.80747,30.37744,1.4162704,77.99742,12.945814,229.76117,8.560868,339.87302,21.578102,888.1995,161.8751,4.121461,11.183548,180.93909,239.00612,1032.1698,770.14764 +2023-12-17 02:00:00,0.0,2965.789,58.407818,20.784882,63.83468,40.968307,301.1545,36.515656,68.94661,20.641418,40.484066,304.33405,115.62859,19.716347,116.21374,0.34797993,0.2555526,58.017433,8.377677,18.502165,841.78925,13.88289,1028.7427,130.92197,7.8032236,40.589176,527.65875,59.550453,640.5194,231.72662,3501.797,19.320803,2770.7,183.44193,9.892472,10.832879,46.578983,240.2764,293.08765,308.8636,46.774193,31.66655,11.122068,658.9687,133.65884,46.467346,9.250612,513.3711,13.417532,570.7566,5.9506044,34.480064,0.0,756.8356,1980.4172,0.24890478,132.79944,15.905108,11594.247,25.834398,0.8817343,7.287084,19.115376,6.5632615,1.9612869,10.590464,271.43335,65.7155,6.950775,0.64220357,2.3725612,115.39432,1.4488623,143.0502,203.64381,1906.8239,339.858,91.768845,158.02599,522.7958,24.85991,23.252546,415.30478,37.974915,53.295795,11.362338,19.588673,171.22551,13.238305,10.830758,50.224403,14.635741,3848.568,18.518642,20.84207,15.981416,10.128549,231.10413,45.06428,19.919355,7.0272818,7.2055326,13.472817,56.285645,91.37239,30.414314,167.85316,19.191185,4.728206,47.000935,31.421463,58.710346,102.03812,15.913478,2.3116264,13.762566,16.027946,2090.095,14.560161,1.7094669,37.797558,12.199352,129.39545,82.261116,111.31306,5.756208,77.319016,388.1811,295.8221,28.531483,297.66196,64.30305,50.871933,71.18775,63.969154,9.446601,33.010883,493.4981,1.8234216,3.635818,160.87491,24.07573,9.050664,19.101803,21.54564,211.87468,69.83928,161.74518,1163.6973,172.945,1947.3181,1741.0458,16.369314,19.454515,1944.5734,23.681473,30.293211,479.49713,56.654247,91.334206,40.93148,173.87314,292.821,452.0648,7.4560404,59.2603,242.15892,411.75006,12.057722,103.04618,12.941645,1.6249466,56.078045,1.0634812,1.1921881,3.8464677,11.788243,48.816097,21.302427,20.248924,449.84955,64.04592,37.73387,49.225136,16.566399,71.51277,12.158782,15.842895,13.335618,85.46388,32.046974,25.573275,40.40578,10.503562,33.85365,30.403269,1.415758,77.961815,12.938845,229.74037,8.557763,339.7605,21.580244,888.5474,161.79568,4.11881,11.18173,180.86949,238.8812,1031.9232,770.4395 +2023-12-17 03:00:00,0.0,2964.5608,58.37498,20.753521,63.787785,40.945686,301.07043,36.49707,68.901825,20.637053,40.45097,304.14542,115.67886,19.704626,116.04714,0.34805104,0.2560992,57.998234,8.399009,18.519958,841.2164,13.880312,1028.098,130.90558,7.821938,40.609962,527.3183,59.57878,641.0605,231.78838,3499.8176,19.355635,2770.883,183.71089,9.913495,10.851792,46.671364,240.2561,293.06683,309.36172,46.758064,31.644938,11.120835,658.5389,133.87866,46.481037,9.245101,513.4769,13.414289,570.82666,5.950457,34.464897,0.0,756.79614,1979.7635,0.24891411,132.68011,15.900625,11589.458,25.834024,0.8820051,7.2829304,19.105461,6.5647774,1.9614834,10.58485,271.3332,65.68526,6.94477,0.64219964,2.373411,115.40027,1.4477243,143.0355,203.45766,1906.3059,339.49133,91.754135,158.00403,523.48267,24.8977,23.276588,416.03394,38.022358,53.36387,11.3590555,19.588257,171.27733,13.230869,10.829134,50.2281,14.640321,3849.0134,18.51731,20.839718,15.980524,10.127039,231.20766,45.078228,19.931452,7.0281043,7.203564,13.475497,56.28422,91.32495,30.41623,167.887,19.188583,4.72736,46.993797,31.40639,58.66283,102.07232,15.927797,2.3097782,13.785495,16.020401,2089.285,14.576514,1.7069883,37.756012,12.197126,129.36903,82.275,111.29304,5.7617965,77.34627,388.02576,295.67938,28.524889,297.50677,64.355644,50.863094,71.183235,64.04659,9.455993,33.029926,493.48428,1.8266582,3.6413882,160.98256,24.076036,9.049559,19.116615,21.554714,211.99023,69.876465,161.74731,1164.3806,172.74303,1946.6471,1740.7643,16.35873,19.435438,1943.9868,23.681355,30.262667,479.39612,56.60919,91.27148,40.89858,173.72444,292.74866,452.02286,7.4506044,59.223858,241.96008,411.65094,12.052985,103.013504,12.935988,1.6248164,56.08738,1.0632613,1.1918919,3.8444328,11.786451,48.76853,21.2965,20.252419,450.3039,64.016464,37.714863,49.19657,16.560427,71.54939,12.1594095,15.875363,13.329234,85.42957,32.023594,25.604088,40.422035,10.502923,33.899826,30.429098,1.4152455,77.9262,12.931875,229.71957,8.554657,339.64798,21.582388,888.8953,161.71626,4.1161594,11.1799135,180.79988,238.75627,1031.6766,770.73145 +2023-12-17 04:00:00,0.0,2963.3325,58.34214,20.722162,63.74089,40.923065,300.9864,36.47848,68.85704,20.632685,40.417877,303.95682,115.72914,19.692907,115.88055,0.34812215,0.2566458,57.97904,8.4203415,18.53775,840.64355,13.877733,1027.4532,130.88919,7.8406525,40.63075,526.9779,59.607113,641.60156,231.85013,3497.8381,19.390467,2771.066,183.97986,9.934518,10.870706,46.76374,240.23581,293.04602,309.85983,46.741936,31.623323,11.119603,658.10913,134.0985,46.494724,9.23959,513.58276,13.411047,570.8968,5.9503098,34.449726,0.0,756.7567,1979.1097,0.24892345,132.56079,15.896142,11584.669,25.833649,0.88227594,7.278776,19.095547,6.566293,1.9616798,10.579237,271.23303,65.655014,6.9387646,0.64219576,2.3742604,115.40621,1.4465865,143.02081,203.2715,1905.788,339.12463,91.73943,157.98209,524.16956,24.93549,23.30063,416.7631,38.069798,53.431942,11.355773,19.587841,171.32915,13.2234335,10.827509,50.2318,14.644901,3849.4587,18.515976,20.837366,15.979632,10.125528,231.31119,45.092175,19.943548,7.0289273,7.2015953,13.478178,56.2828,91.27751,30.418144,167.92084,19.185984,4.7265134,46.98666,31.391315,58.615314,102.106514,15.942118,2.3079302,13.808425,16.012856,2088.475,14.592868,1.7045097,37.71447,12.1949005,129.34264,82.288895,111.27302,5.7673855,77.37352,387.87042,295.53668,28.518295,297.3516,64.40824,50.85426,71.17872,64.12403,9.4653845,33.04897,493.4705,1.8298949,3.6469586,161.0902,24.076344,9.048453,19.13143,21.563787,212.10579,69.91364,161.74945,1165.064,172.54105,1945.9762,1740.4829,16.348145,19.41636,1943.4001,23.681236,30.232122,479.2951,56.56414,91.20874,40.865677,173.57576,292.6763,451.98096,7.4451685,59.187416,241.76125,411.55182,12.048249,102.980835,12.930332,1.6246861,56.096714,1.0630413,1.1915957,3.842398,11.784659,48.72097,21.290571,20.255915,450.75824,63.987007,37.695854,49.16801,16.554455,71.58602,12.160036,15.907832,13.322849,85.39526,32.000214,25.634901,40.43829,10.502285,33.946007,30.454927,1.4147332,77.89059,12.924906,229.69878,8.551552,339.53546,21.584532,889.2432,161.63684,4.113508,11.178096,180.73029,238.63135,1031.43,771.0233 +2023-12-17 05:00:00,0.0,2962.1042,58.3093,20.690802,63.694,40.900444,300.9023,36.459892,68.81226,20.628319,40.38478,303.7682,115.77941,19.681189,115.71396,0.34819326,0.25719243,57.95984,8.441673,18.555542,840.0707,13.875155,1026.8085,130.8728,7.859367,40.65153,526.63745,59.63544,642.14264,231.91188,3495.8584,19.425299,2771.2488,184.24883,9.955542,10.889619,46.856117,240.21552,293.02518,310.35794,46.725807,31.601711,11.118371,657.6793,134.31831,46.508415,9.234079,513.68866,13.407805,570.9669,5.9501624,34.43456,0.0,756.7173,1978.456,0.2489328,132.44147,15.891659,11579.88,25.833273,0.8825468,7.2746224,19.08563,6.5678086,1.9618764,10.573624,271.13287,65.62477,6.93276,0.6421919,2.3751101,115.412155,1.4454485,143.00613,203.08534,1905.27,338.75793,91.72473,157.96013,524.85645,24.97328,23.324673,417.49222,38.11724,53.500015,11.352489,19.587425,171.38097,13.215997,10.825885,50.235497,14.649481,3849.904,18.514643,20.835014,15.978741,10.124019,231.4147,45.10612,19.955645,7.02975,7.199627,13.480858,56.281372,91.23007,30.420061,167.95468,19.183382,4.725667,46.97952,31.376242,58.567802,102.14072,15.956437,2.306082,13.831354,16.00531,2087.6653,14.609221,1.7020313,37.672928,12.192675,129.31622,82.30278,111.253,5.7729745,77.40077,387.7151,295.39395,28.511702,297.19638,64.46084,50.84542,71.17421,64.20148,9.474776,33.06801,493.45667,1.8331316,3.652529,161.19783,24.07665,9.047348,19.146242,21.57286,212.22134,69.95082,161.75159,1165.7472,172.33907,1945.3052,1740.2014,16.33756,19.397284,1942.8135,23.681116,30.201578,479.1941,56.519085,91.146,40.832775,173.42706,292.6039,451.93906,7.4397326,59.150974,241.5624,411.45273,12.043512,102.948166,12.924675,1.6245558,56.10605,1.0628215,1.1912994,3.840363,11.782867,48.673405,21.284643,20.259409,451.21255,63.957546,37.676846,49.13945,16.548483,71.62265,12.160664,15.940301,13.316465,85.360954,31.976835,25.665714,40.454544,10.501646,33.992184,30.480755,1.4142208,77.85497,12.917936,229.67798,8.548446,339.42294,21.586676,889.5911,161.55742,4.1108575,11.176278,180.66069,238.50642,1031.1835,771.3152 +2023-12-17 06:00:00,0.0,2960.8757,58.276463,20.659441,63.647106,40.877823,300.81824,36.441307,68.76748,20.623951,40.35169,303.5796,115.82968,19.669468,115.54736,0.34826437,0.25773904,57.94064,8.463006,18.573334,839.49786,13.872578,1026.1637,130.85641,7.8780813,40.672318,526.29706,59.66377,642.6837,231.97362,3493.879,19.460133,2771.4316,184.51779,9.976564,10.908532,46.948494,240.1952,293.00436,310.85608,46.70968,31.5801,11.117138,657.2495,134.53813,46.522102,9.228568,513.79456,13.404563,571.037,5.950015,34.41939,0.0,756.67786,1977.8024,0.24894214,132.32214,15.887175,11575.091,25.832897,0.88281757,7.2704687,19.075718,6.569324,1.9620728,10.568011,271.0327,65.594536,6.9267545,0.642188,2.3759599,115.4181,1.4443105,142.99144,202.8992,1904.7521,338.39127,91.71002,157.93817,525.5433,25.01107,23.348713,418.22137,38.16468,53.56809,11.349207,19.58701,171.4328,13.208561,10.824261,50.239193,14.654061,3850.3496,18.51331,20.83266,15.977849,10.122509,231.51823,45.120068,19.967741,7.030573,7.1976585,13.483539,56.27995,91.18263,30.421976,167.98853,19.18078,4.7248206,46.97238,31.361168,58.520287,102.17491,15.9707575,2.3042338,13.854284,15.997766,2086.8555,14.625575,1.6995527,37.631382,12.190449,129.28983,82.31667,111.23298,5.7785635,77.428024,387.55975,295.25122,28.505108,297.0412,64.51344,50.836586,71.16969,64.278915,9.484169,33.08705,493.44284,1.8363682,3.6580992,161.30547,24.076958,9.046243,19.161055,21.581934,212.3369,69.98801,161.75372,1166.4304,172.1371,1944.6343,1739.92,16.326975,19.378208,1942.2268,23.680998,30.171034,479.09305,56.474033,91.08327,40.799873,173.27838,292.53156,451.89713,7.4342966,59.114532,241.36356,411.3536,12.038775,102.9155,12.919019,1.6244256,56.115383,1.0626016,1.1910031,3.8383281,11.781075,48.62584,21.278713,20.262903,451.6669,63.92809,37.657837,49.110886,16.542513,71.65927,12.161291,15.972769,13.310081,85.326645,31.953457,25.696527,40.4708,10.501008,34.038364,30.506584,1.4137083,77.81936,12.910967,229.65718,8.545341,339.31042,21.588818,889.939,161.478,4.1082063,11.174461,180.59108,238.3815,1030.9369,771.6071 +2023-12-17 07:00:00,0.0,2959.6475,58.24362,20.62808,63.600212,40.8552,300.7342,36.422718,68.722694,20.619585,40.318596,303.39096,115.87995,19.65775,115.38077,0.34833547,0.25828564,57.92144,8.484339,18.591125,838.925,13.869999,1025.5189,130.84001,7.8967957,40.693104,525.95667,59.6921,643.22473,232.03537,3491.8994,19.494965,2771.6145,184.78676,9.997587,10.927445,47.04087,240.17491,292.98355,311.3542,46.69355,31.558485,11.115906,656.81976,134.75795,46.535793,9.223057,513.9004,13.40132,571.1071,5.9498672,34.404224,0.0,756.6384,1977.1486,0.24895148,132.2028,15.882691,11570.301,25.832521,0.8830884,7.266315,19.065802,6.5708394,1.9622693,10.562398,270.93256,65.56429,6.920749,0.64218414,2.3768094,115.42404,1.4431727,142.97675,202.71304,1904.2341,338.02457,91.69532,157.91621,526.23016,25.04886,23.372755,418.95053,38.212124,53.63616,11.345924,19.586594,171.48462,13.201125,10.822637,50.242893,14.658641,3850.795,18.511976,20.830309,15.976957,10.120999,231.62177,45.134018,19.97984,7.031396,7.19569,13.486218,56.278526,91.13519,30.423891,168.02235,19.178179,4.723974,46.965244,31.346094,58.47277,102.209114,15.985077,2.3023858,13.877214,15.99022,2086.0457,14.64193,1.697074,37.58984,12.188222,129.26341,82.33056,111.21296,5.7841525,77.45528,387.40442,295.10852,28.498514,296.88602,64.56604,50.827747,71.16518,64.35635,9.493561,33.106094,493.42905,1.8396049,3.6636696,161.4131,24.077265,9.045137,19.175869,21.591007,212.45245,70.025185,161.75586,1167.1138,171.93512,1943.9633,1739.6385,16.316391,19.35913,1941.6401,23.68088,30.14049,478.99203,56.428978,91.02053,40.76697,173.12968,292.4592,451.85522,7.428861,59.07809,241.16472,411.2545,12.034039,102.88282,12.9133625,1.6242954,56.124718,1.0623816,1.1907068,3.8362935,11.779283,48.578274,21.272785,20.266397,452.12125,63.898632,37.638824,49.082325,16.536541,71.6959,12.161918,16.005238,13.303697,85.292336,31.930077,25.72734,40.487053,10.500369,34.08454,30.532413,1.413196,77.783745,12.903997,229.63637,8.542234,339.1979,21.590961,890.2869,161.39857,4.1055555,11.172644,180.52148,238.25659,1030.6903,771.899 +2023-12-17 08:00:00,0.0,2958.4192,58.210785,20.59672,63.55332,40.83258,300.65012,36.40413,68.67791,20.615217,40.2855,303.20236,115.93022,19.64603,115.21417,0.3484066,0.25883228,57.90224,8.505671,18.60892,838.3522,13.867421,1024.8743,130.82362,7.9155097,40.713886,525.6162,59.72043,643.7658,232.09712,3489.92,19.529797,2771.7976,185.05573,10.018611,10.946359,47.13325,240.15462,292.96274,311.8523,46.677418,31.536873,11.114673,656.38995,134.97778,46.54948,9.2175455,514.0062,13.398079,571.1772,5.94972,34.389057,0.0,756.599,1976.4949,0.24896082,132.08348,15.878208,11565.512,25.832146,0.88335925,7.262161,19.05589,6.5723553,1.9624659,10.556785,270.8324,65.53405,6.914744,0.64218026,2.377659,115.429985,1.4420347,142.96207,202.52689,1903.7162,337.65787,91.68062,157.89427,526.91705,25.08665,23.396797,419.6797,38.259563,53.704235,11.342642,19.586178,171.53644,13.193688,10.8210125,50.24659,14.663221,3851.2402,18.510643,20.827957,15.976066,10.119489,231.72528,45.147964,19.991936,7.0322185,7.193722,13.488899,56.2771,91.08775,30.425806,168.0562,19.17558,4.723128,46.958103,31.33102,58.425255,102.24331,15.999397,2.3005376,13.900144,15.982675,2085.2356,14.658283,1.6945956,37.548298,12.185996,129.23701,82.344444,111.19294,5.789741,77.48253,387.24908,294.9658,28.491919,296.7308,64.61864,50.818913,71.16067,64.43379,9.502953,33.125137,493.41522,1.8428415,3.66924,161.52075,24.077572,9.044032,19.190681,21.60008,212.56802,70.06236,161.758,1167.797,171.73314,1943.2924,1739.3572,16.305807,19.340054,1941.0536,23.680761,30.109945,478.89102,56.383926,90.957794,40.73407,172.981,292.38684,451.81332,7.423425,59.04165,240.96588,411.15536,12.029302,102.85015,12.907706,1.624165,56.134052,1.0621618,1.1904106,3.8342586,11.777491,48.530712,21.266857,20.269892,452.5756,63.869175,37.619816,49.053764,16.53057,71.73253,12.162545,16.037706,13.297312,85.25802,31.906698,25.758154,40.503307,10.499731,34.130722,30.558243,1.4126836,77.74813,12.897028,229.61557,8.539129,339.0854,21.593105,890.6348,161.31915,4.102905,11.170826,180.45187,238.13167,1030.4438,772.19086 +2023-12-17 09:00:00,0.0,2957.191,58.177944,20.56536,63.506428,40.809963,300.56607,36.385544,68.633125,20.610851,40.252407,303.01373,115.9805,19.634312,115.047585,0.34847772,0.25937888,57.88304,8.527003,18.62671,837.7793,13.864843,1024.2295,130.80724,7.934224,40.734673,525.2758,59.748756,644.3069,232.15887,3487.9402,19.564629,2771.9805,185.32469,10.039634,10.965272,47.225628,240.13432,292.9419,312.35043,46.66129,31.51526,11.1134405,655.96014,135.1976,46.56317,9.212035,514.1121,13.394836,571.2473,5.9495726,34.37389,0.0,756.5596,1975.8412,0.24897017,131.96416,15.873725,11560.723,25.831772,0.8836301,7.258007,19.045973,6.5738707,1.9626623,10.551171,270.73224,65.50381,6.9087386,0.6421764,2.3785088,115.43593,1.4408967,142.94737,202.34073,1903.1982,337.2912,91.66591,157.87231,527.60394,25.124441,23.420837,420.4088,38.307007,53.77231,11.339359,19.585762,171.58826,13.186253,10.819388,50.250286,14.667801,3851.6855,18.50931,20.825605,15.975174,10.117979,231.82881,45.16191,20.004032,7.0330415,7.191753,13.491579,56.275677,91.040306,30.427721,168.09004,19.172977,4.7222815,46.950966,31.315947,58.377743,102.27751,16.013718,2.2986896,13.923074,15.975129,2084.4258,14.674637,1.692117,37.506752,12.18377,129.2106,82.35834,111.17292,5.79533,77.50978,387.09375,294.82306,28.485325,296.57562,64.671234,50.810074,71.15615,64.51123,9.512344,33.144176,493.40143,1.8460782,3.6748102,161.62839,24.07788,9.042927,19.205494,21.609154,212.68358,70.09955,161.76013,1168.4802,171.53116,1942.6213,1739.0757,16.295221,19.320976,1940.4669,23.680643,30.079401,478.79,56.33887,90.895065,40.701168,172.83232,292.31448,451.77142,7.4179893,59.005207,240.76704,411.05627,12.024565,102.81748,12.90205,1.6240348,56.143387,1.0619419,1.1901144,3.8322237,11.775699,48.483147,21.26093,20.273386,453.0299,63.839718,37.600807,49.0252,16.524597,71.76915,12.163173,16.070175,13.290928,85.22371,31.883318,25.788967,40.519566,10.499092,34.176903,30.58407,1.4121711,77.71252,12.8900585,229.59477,8.536023,338.97287,21.59525,890.9827,161.23973,4.1002536,11.169009,180.38228,238.00674,1030.1973,772.4828 +2023-12-17 10:00:00,0.0,2955.9626,58.145103,20.533998,63.459534,40.787342,300.482,36.366955,68.58834,20.606483,40.219315,302.82513,116.03077,19.622591,114.88099,0.34854883,0.25992548,57.863842,8.548335,18.644503,837.2065,13.862265,1023.5847,130.79085,7.9529386,40.75546,524.9354,59.77709,644.84796,232.22063,3485.9607,19.59946,2772.1633,185.59366,10.060657,10.984185,47.318005,240.11403,292.92108,312.84854,46.64516,31.493647,11.112207,655.5304,135.41742,46.57686,9.206524,514.218,13.391594,571.3174,5.949425,34.358723,0.0,756.52014,1975.1874,0.24897951,131.84483,15.869242,11555.934,25.831396,0.8839009,7.2538533,19.036058,6.5753865,1.9628588,10.545558,270.63208,65.473564,6.9027333,0.6421725,2.3793583,115.44187,1.4397589,142.9327,202.15457,1902.6803,336.9245,91.65121,157.85036,528.2908,25.162231,23.44488,421.13797,38.354446,53.84038,11.336077,19.585346,171.64008,13.178817,10.817763,50.253983,14.672381,3852.1309,18.507975,20.823254,15.974282,10.116469,231.93234,45.175858,20.016129,7.033864,7.1897845,13.49426,56.27425,90.99287,30.429636,168.12389,19.170376,4.721435,46.94383,31.300873,58.330227,102.31171,16.028036,2.2968414,13.946004,15.967584,2083.616,14.69099,1.6896385,37.46521,12.181544,129.1842,82.37222,111.1529,5.800919,77.53703,386.93842,294.68036,28.478731,296.4204,64.72383,50.80124,71.151634,64.58868,9.521737,33.16322,493.3876,1.8493148,3.6803806,161.73602,24.078188,9.0418215,19.220308,21.618227,212.79913,70.13673,161.76228,1169.1636,171.32918,1941.9504,1738.7942,16.284637,19.3019,1939.8802,23.680523,30.048857,478.689,56.293816,90.83233,40.668266,172.68362,292.24213,451.7295,7.4125533,58.968765,240.5682,410.95715,12.019828,102.78481,12.896394,1.6239046,56.15272,1.0617219,1.1898181,3.8301888,11.773907,48.43558,21.255001,20.276882,453.48425,63.810257,37.5818,48.99664,16.518625,71.80578,12.1638,16.102644,13.284543,85.1894,31.859938,25.81978,40.53582,10.498454,34.22308,30.6099,1.4116588,77.6769,12.883089,229.57397,8.532918,338.86038,21.597393,891.3306,161.16031,4.097603,11.1671915,180.31268,237.88182,1029.9507,772.77466 +2023-12-17 11:00:00,0.0,2954.7344,58.112267,20.502638,63.412643,40.76472,300.39795,36.34837,68.543564,20.602118,40.18622,302.6365,116.08104,19.610872,114.71439,0.34861994,0.2604721,57.844643,8.569668,18.662294,836.6336,13.859687,1022.94,130.77446,7.971653,40.77624,524.595,59.805416,645.38904,232.28238,3483.9812,19.634293,2772.3462,185.86263,10.08168,11.0030985,47.410385,240.09372,292.90027,313.34665,46.629032,31.472034,11.110975,655.1006,135.63725,46.59055,9.201013,514.32385,13.388352,571.3875,5.949278,34.343555,0.0,756.4807,1974.5337,0.24898884,131.72551,15.8647585,11551.144,25.83102,0.8841717,7.249699,19.026144,6.576902,1.9630553,10.539946,270.53192,65.44332,6.8967285,0.64216864,2.380208,115.447815,1.4386209,142.918,201.96841,1902.1624,336.5578,91.636505,157.82841,528.97766,25.200022,23.468922,421.86713,38.40189,53.908455,11.332794,19.58493,171.69191,13.171381,10.816139,50.257683,14.676961,3852.5762,18.506641,20.8209,15.973391,10.11496,232.03587,45.189804,20.028225,7.034687,7.187816,13.49694,56.272827,90.94543,30.431553,168.15771,19.167776,4.7205887,46.936687,31.285799,58.28271,102.34591,16.042356,2.2949934,13.968933,15.960039,2082.8062,14.707345,1.6871599,37.423668,12.179317,129.15779,82.386116,111.13288,5.806508,77.56428,386.78308,294.53763,28.472137,296.26523,64.776436,50.7924,71.147125,64.666115,9.531129,33.182262,493.37378,1.8525515,3.685951,161.84366,24.078495,9.040716,19.23512,21.6273,212.91469,70.17391,161.76442,1169.8469,171.1272,1941.2794,1738.5128,16.274052,19.282824,1939.2936,23.680405,30.018312,478.58795,56.248764,90.76959,40.635365,172.53494,292.16977,451.6876,7.4071174,58.932327,240.36937,410.85803,12.015091,102.75214,12.890738,1.6237743,56.162056,1.0615021,1.1895219,3.8281538,11.772115,48.388016,21.249073,20.280376,453.9386,63.7808,37.56279,48.96808,16.512653,71.84241,12.164427,16.135113,13.278159,85.15509,31.83656,25.850592,40.552074,10.497816,34.26926,30.635729,1.4111464,77.64129,12.876121,229.55318,8.529812,338.74786,21.599535,891.6785,161.08089,4.0949516,11.165374,180.24307,237.7569,1029.7041,773.0665 +2023-12-17 12:00:00,0.0,2953.506,58.079426,20.47128,63.36575,40.7421,300.31387,36.32978,68.49878,20.597752,40.153126,302.4479,116.13131,19.599154,114.547806,0.34869105,0.26101872,57.825443,8.591,18.680086,836.0607,13.857109,1022.2952,130.75807,7.9903674,40.797028,524.2546,59.833744,645.9301,232.34413,3482.0017,19.669127,2772.529,186.13159,10.102703,11.022013,47.502766,240.07343,292.87943,313.8448,46.612904,31.450422,11.109743,654.6708,135.85707,46.60424,9.195502,514.42975,13.38511,571.45764,5.9491305,34.328384,0.0,756.4412,1973.88,0.24899818,131.60619,15.860275,11546.3545,25.830645,0.88444257,7.2455454,19.01623,6.5784173,1.9632518,10.534332,270.43176,65.41308,6.890723,0.6421647,2.3810575,115.45376,1.437483,142.9033,201.78226,1901.6444,336.19113,91.62181,157.80646,529.66455,25.237812,23.492962,422.59625,38.449333,53.97653,11.329512,19.584515,171.74373,13.163944,10.814515,50.26138,14.681541,3853.0215,18.505308,20.818548,15.972499,10.113449,232.13939,45.20375,20.040323,7.03551,7.1858478,13.49962,56.271404,90.89799,30.433468,168.19156,19.165174,4.7197423,46.92955,31.270725,58.235195,102.38011,16.056677,2.2931452,13.991863,15.952494,2081.996,14.723699,1.6846813,37.382122,12.177092,129.1314,82.4,111.11286,5.8120966,77.59153,386.62775,294.3949,28.465544,296.11005,64.82903,50.783566,71.14261,64.74355,9.540521,33.2013,493.36,1.8557881,3.6915214,161.95131,24.078802,9.039612,19.249933,21.636374,213.03024,70.21109,161.76656,1170.5302,170.92522,1940.6085,1738.2313,16.263468,19.263746,1938.7069,23.680286,29.987768,478.48694,56.20371,90.706856,40.602463,172.38625,292.0974,451.6457,7.4016814,58.895885,240.17053,410.7589,12.010354,102.71947,12.88508,1.623644,56.17139,1.0612822,1.1892257,3.826119,11.770322,48.340454,21.243145,20.28387,454.39294,63.751343,37.54378,48.939518,16.506683,71.879036,12.165054,16.167582,13.271774,85.12078,31.813179,25.881405,40.56833,10.497177,34.315437,30.661558,1.4106339,77.60568,12.869151,229.53236,8.526707,338.63535,21.601679,892.0264,161.00146,4.092301,11.163557,180.17348,237.63197,1029.4575,773.35846 +2023-12-17 13:00:00,0.0,2952.2778,58.046585,20.439919,63.318855,40.71948,300.22983,36.31119,68.453995,20.593384,40.12003,302.25928,116.18158,19.587433,114.38121,0.34876215,0.26156533,57.806244,8.612332,18.697878,835.4879,13.85453,1021.65045,130.74168,8.009082,40.817814,523.9141,59.862076,646.4712,232.40588,3480.0222,19.703959,2772.7122,186.40056,10.123726,11.040926,47.595142,240.05313,292.8586,314.3429,46.596775,31.428808,11.10851,654.24097,136.07689,46.617928,9.189991,514.53564,13.381868,571.5277,5.948983,34.313217,0.0,756.4018,1973.2262,0.24900752,131.48685,15.855791,11541.565,25.830269,0.88471335,7.2413917,19.006315,6.579933,1.9634483,10.528719,270.3316,65.382835,6.884718,0.64216083,2.3819072,115.4597,1.4363451,142.88863,201.5961,1901.1265,335.82443,91.6071,157.7845,530.35144,25.275602,23.517004,423.3254,38.496773,54.0446,11.326229,19.584099,171.79555,13.156508,10.812891,50.265076,14.686121,3853.4668,18.503975,20.816196,15.971607,10.111939,232.24292,45.2177,20.05242,7.0363326,7.1838794,13.5023,56.269978,90.85055,30.435383,168.2254,19.162573,4.718896,46.922413,31.255651,58.187683,102.41431,16.070997,2.291297,14.014792,15.944948,2081.1863,14.740052,1.6822028,37.34058,12.174866,129.10498,82.413895,111.09284,5.8176856,77.61878,386.4724,294.2522,28.45895,295.95483,64.88163,50.774727,71.13809,64.82099,9.549913,33.220345,493.34616,1.8590248,3.6970916,162.05894,24.07911,9.0385065,19.264748,21.645447,213.1458,70.24827,161.76869,1171.2135,170.72324,1939.9375,1737.95,16.252884,19.244669,1938.1204,23.680168,29.957224,478.38593,56.158657,90.64412,40.56956,172.23756,292.02502,451.6038,7.3962455,58.859444,239.9717,410.65982,12.005617,102.6868,12.879424,1.6235138,56.180725,1.0610622,1.1889294,3.824084,11.76853,48.29289,21.237217,20.287365,454.84726,63.721886,37.52477,48.910954,16.500711,71.91566,12.165682,16.20005,13.26539,85.08647,31.7898,25.912218,40.584583,10.496539,34.361618,30.687386,1.4101216,77.57007,12.862182,229.51157,8.523601,338.52283,21.603823,892.3743,160.92204,4.0896497,11.161739,180.10387,237.50706,1029.2109,773.6503 +2023-12-17 14:00:00,0.0,2951.0493,58.01375,20.408558,63.271965,40.696857,300.14575,36.292606,68.40921,20.589018,40.086937,302.07068,116.23185,19.575714,114.214615,0.34883326,0.26211193,57.78705,8.633664,18.715672,834.91504,13.851953,1021.00574,130.72528,8.027796,40.838596,523.5737,59.890404,647.01227,232.46764,3478.0425,19.73879,2772.895,186.66953,10.14475,11.059839,47.68752,240.03284,292.8378,314.841,46.580647,31.407196,11.107278,653.8112,136.2967,46.63162,9.18448,514.6415,13.378626,571.59784,5.948836,34.29805,0.0,756.36237,1972.5725,0.24901687,131.36752,15.851308,11536.776,25.829893,0.8849842,7.237238,18.996399,6.5814486,1.9636447,10.523106,270.23145,65.3526,6.8787127,0.64215696,2.382757,115.465645,1.4352071,142.87393,201.40994,1900.6085,335.45773,91.5924,157.76254,531.03827,25.313393,23.541046,424.05457,38.544216,54.112675,11.322947,19.583683,171.84737,13.149073,10.811267,50.268776,14.6907015,3853.912,18.502642,20.813845,15.9707155,10.11043,232.34645,45.231647,20.064516,7.0371556,7.181911,13.50498,56.268555,90.80311,30.437298,168.25925,19.159971,4.7180495,46.91527,31.240578,58.140167,102.44851,16.085316,2.289449,14.037723,15.937403,2080.3765,14.756406,1.6797242,37.299034,12.17264,129.07858,82.42778,111.07282,5.8232746,77.646034,386.31708,294.10947,28.452356,295.79965,64.93423,50.765892,71.13358,64.89843,9.559305,33.239388,493.33237,1.8622614,3.702662,162.16658,24.079416,9.037401,19.27956,21.65452,213.26135,70.28545,161.77083,1171.8967,170.52126,1939.2666,1737.6685,16.242298,19.225594,1937.5337,23.680048,29.92668,478.2849,56.1136,90.58138,40.53666,172.08888,291.95267,451.56186,7.39081,58.823,239.77286,410.5607,12.00088,102.65413,12.873768,1.6233835,56.19006,1.0608424,1.1886331,3.8220494,11.766738,48.245323,21.231289,20.29086,455.3016,63.69243,37.50576,48.882393,16.49474,71.952286,12.166308,16.23252,13.259006,85.05216,31.76642,25.943031,40.600838,10.4959,34.407795,30.713215,1.4096092,77.534454,12.855212,229.49077,8.520495,338.4103,21.605967,892.7222,160.84262,4.086999,11.159922,180.03427,237.38214,1028.9644,773.9422 +2023-12-17 15:00:00,0.0,2949.821,57.980907,20.377197,63.22507,40.674236,300.06168,36.274017,68.364426,20.58465,40.053844,301.88205,116.28213,19.563995,114.04802,0.34890437,0.26265857,57.76785,8.654997,18.733463,834.3422,13.849375,1020.36096,130.7089,8.046511,40.859383,523.23334,59.91873,647.55334,232.52937,3476.063,19.773623,2773.078,186.93849,10.165772,11.0787525,47.7799,240.01254,292.81696,315.33914,46.564518,31.385584,11.106045,653.3814,136.51654,46.645306,9.178969,514.7473,13.375383,571.6679,5.9486885,34.282883,0.0,756.32294,1971.9188,0.24902621,131.2482,15.846825,11531.987,25.82952,0.88525504,7.2330837,18.986485,6.5829644,1.9638412,10.517492,270.1313,65.32236,6.8727074,0.6421531,2.3836064,115.47159,1.4340692,142.85924,201.22379,1900.0906,335.09106,91.5777,157.7406,531.72516,25.351183,23.565088,424.7837,38.591656,54.180748,11.319664,19.583267,171.8992,13.141637,10.809642,50.272472,14.695281,3854.3577,18.501308,20.811491,15.969825,10.108919,232.44997,45.245594,20.076612,7.0379786,7.179942,13.507661,56.26713,90.75567,30.439213,168.29308,19.157372,4.717203,46.908134,31.225502,58.09265,102.482704,16.099636,2.2876008,14.060653,15.929857,2079.5667,14.772759,1.6772456,37.257492,12.170414,129.05217,82.44167,111.0528,5.8288636,77.67329,386.16174,293.96674,28.445763,295.64447,64.986824,50.757057,71.12907,64.97587,9.568697,33.25843,493.31854,1.8654981,3.7082324,162.27422,24.079723,9.036296,19.294373,21.663593,213.3769,70.32263,161.77296,1172.58,170.31927,1938.5956,1737.3871,16.231714,19.206516,1936.947,23.67993,29.896135,478.1839,56.06855,90.518654,40.503757,171.94019,291.8803,451.51996,7.385374,58.78656,239.57402,410.46158,11.996143,102.62146,12.868112,1.6232532,56.199394,1.0606225,1.1883368,3.8200145,11.764946,48.197758,21.225359,20.294355,455.75595,63.662968,37.48675,48.853832,16.488768,71.988914,12.166936,16.264986,13.252621,85.01785,31.743042,25.973845,40.617092,10.495262,34.453976,30.739044,1.4090968,77.49884,12.848243,229.46997,8.517389,338.2978,21.608109,893.0701,160.7632,4.084348,11.158105,179.96468,237.25722,1028.7178,774.23413 +2023-12-17 16:00:00,0.0,2948.5928,57.94807,20.345837,63.178177,40.651615,299.97763,36.25543,68.31964,20.580284,40.02075,301.69345,116.3324,19.552277,113.88143,0.34897548,0.26320517,57.74865,8.676329,18.751255,833.76935,13.846796,1019.71625,130.6925,8.065225,40.88017,522.8929,59.947063,648.09436,232.59113,3474.0835,19.808455,2773.2607,187.20746,10.186795,11.097666,47.872276,239.99225,292.79614,315.83725,46.548386,31.36397,11.104813,652.9516,136.73636,46.658997,9.173458,514.8532,13.372142,571.73804,5.948541,34.267715,0.0,756.28345,1971.265,0.24903555,131.12888,15.842341,11527.197,25.829144,0.8855259,7.22893,18.97657,6.58448,1.9640378,10.511879,270.03113,65.292114,6.866702,0.6421492,2.3844562,115.47753,1.4329313,142.84456,201.03763,1899.5726,334.72437,91.56299,157.71864,532.41205,25.388973,23.589128,425.51285,38.6391,54.24882,11.316381,19.582851,171.95102,13.1342,10.808018,50.27617,14.699862,3854.803,18.499975,20.80914,15.968933,10.1074095,232.5535,45.25954,20.088709,7.038801,7.1779737,13.510341,56.265705,90.70823,30.44113,168.32692,19.15477,4.7163568,46.900997,31.210428,58.045135,102.51691,16.113956,2.2857528,14.083582,15.922312,2078.7566,14.789114,1.6747671,37.21595,12.168187,129.02577,82.45556,111.03278,5.8344526,77.70054,386.0064,293.82404,28.439169,295.48926,65.03943,50.74822,71.12455,65.053314,9.578089,33.27747,493.30472,1.8687347,3.7138026,162.38185,24.08003,9.035191,19.309187,21.672665,213.49246,70.35981,161.7751,1173.2633,170.1173,1937.9247,1737.1056,16.221128,19.187439,1936.3604,23.679811,29.865591,478.08286,56.023495,90.45592,40.470856,171.7915,291.80795,451.47806,7.379938,58.75012,239.37518,410.36246,11.991406,102.58878,12.862455,1.6231229,56.20873,1.0604025,1.1880406,3.8179796,11.763154,48.150196,21.21943,20.29785,456.2103,63.63351,37.467743,48.825268,16.482796,72.025536,12.167563,16.297455,13.246237,84.983536,31.719662,26.004658,40.633347,10.494623,34.500153,30.764874,1.4085844,77.46323,12.841273,229.44917,8.514284,338.18527,21.610252,893.418,160.68378,4.081697,11.156287,179.89507,237.1323,1028.4712,774.526 +2023-12-17 17:00:00,0.0,2947.3645,57.91523,20.314476,63.131287,40.628994,299.89355,36.236843,68.274864,20.575916,39.987656,301.50482,116.38267,19.540556,113.714836,0.3490466,0.26375178,57.72945,8.697661,18.769047,833.19653,13.844218,1019.0715,130.67612,8.08394,40.900955,522.5525,59.97539,648.63544,232.65288,3472.104,19.843287,2773.4436,187.47643,10.207819,11.116579,47.964653,239.97194,292.77533,316.33536,46.532257,31.342358,11.1035795,652.52185,136.95618,46.672684,9.167947,514.95905,13.368899,571.8081,5.9483933,34.25255,0.0,756.244,1970.6113,0.2490449,131.00955,15.837858,11522.408,25.828768,0.88579667,7.2247763,18.966656,6.585995,1.9642342,10.506267,269.93097,65.26187,6.8606973,0.64214534,2.385306,115.48348,1.4317933,142.82986,200.85147,1899.0547,334.35767,91.54829,157.69669,533.09894,25.426764,23.61317,426.242,38.68654,54.316895,11.313099,19.582436,172.00284,13.126764,10.806394,50.279865,14.704441,3855.2483,18.498642,20.806787,15.968041,10.1059,232.65703,45.273487,20.100807,7.039624,7.1760054,13.513021,56.264282,90.66079,30.443045,168.36076,19.152168,4.7155104,46.893856,31.195354,57.997623,102.5511,16.128277,2.2839046,14.106512,15.914767,2077.9468,14.805468,1.6722885,37.174404,12.165961,128.99936,82.469444,111.012764,5.840041,77.72779,385.85107,293.6813,28.432573,295.33408,65.092026,50.739384,71.12004,65.13075,9.5874815,33.296513,493.29092,1.8719714,3.719373,162.4895,24.080338,9.034085,19.324,21.681738,213.60802,70.396996,161.77724,1173.9465,169.91531,1937.2538,1736.8242,16.210545,19.168362,1935.7737,23.679693,29.835047,477.98184,55.97844,90.39318,40.437954,171.6428,291.7356,451.43613,7.374502,58.713676,239.17635,410.26334,11.98667,102.556114,12.856799,1.6229928,56.218063,1.0601827,1.1877444,3.8159447,11.761362,48.10263,21.213503,20.301344,456.66464,63.604053,37.448734,48.796707,16.476824,72.062164,12.168191,16.329924,13.239852,84.94923,31.696283,26.035471,40.6496,10.493985,34.546333,30.7907,1.408072,77.42761,12.834304,229.42836,8.511178,338.07275,21.612396,893.7659,160.60435,4.0790462,11.15447,179.82547,237.00737,1028.2246,774.8179 +2023-12-17 18:00:00,0.0,2946.1362,57.88239,20.283115,63.084393,40.606373,299.8095,36.218254,68.23008,20.57155,39.954563,301.31622,116.43294,19.528837,113.54824,0.3491177,0.26429838,57.71025,8.718993,18.786839,832.62366,13.84164,1018.42676,130.65973,8.1026535,40.921738,522.21204,60.00372,649.1765,232.71463,3470.1245,19.87812,2773.6267,187.74539,10.228842,11.135492,48.05703,239.95164,292.75452,316.8335,46.51613,31.320745,11.102347,652.09204,137.17601,46.686375,9.162436,515.06494,13.365657,571.87823,5.948246,34.23738,0.0,756.2046,1969.9576,0.24905422,130.89023,15.833375,11517.619,25.828392,0.8860675,7.220622,18.956741,6.587511,1.9644307,10.500653,269.8308,65.23163,6.854692,0.64214146,2.3861554,115.489426,1.4306554,142.81519,200.66533,1898.5367,333.991,91.533585,157.67473,533.78577,25.464554,23.637213,426.97116,38.733982,54.384968,11.309816,19.582022,172.05466,13.1193285,10.8047695,50.283566,14.709022,3855.6936,18.497309,20.804436,15.96715,10.10439,232.76056,45.287434,20.112904,7.0404468,7.174037,13.515701,56.262856,90.61335,30.44496,168.3946,19.149569,4.714664,46.88672,31.18028,57.950108,102.585304,16.142595,2.2820566,14.129442,15.907222,2077.137,14.821821,1.6698099,37.132862,12.163735,128.97295,82.48334,110.992744,5.84563,77.75504,385.69574,293.53857,28.42598,295.17886,65.14462,50.730545,71.115524,65.20819,9.596873,33.315556,493.2771,1.875208,3.7249434,162.59714,24.080645,9.03298,19.338812,21.690811,213.72357,70.43417,161.77937,1174.6299,169.71333,1936.5828,1736.5427,16.199959,19.149284,1935.1871,23.679575,29.804502,477.88083,55.933388,90.330444,40.405052,171.49413,291.66324,451.39423,7.369066,58.677235,238.97751,410.16425,11.981933,102.523445,12.851143,1.6228625,56.227398,1.0599627,1.1874481,3.8139098,11.759569,48.055065,21.207575,20.304838,457.11896,63.574596,37.429726,48.768147,16.470854,72.09879,12.1688175,16.362392,13.233468,84.91492,31.672903,26.066284,40.665855,10.493346,34.59251,30.81653,1.4075596,77.392,12.827334,229.40756,8.508073,337.96024,21.61454,894.11383,160.52493,4.076395,11.152653,179.75586,236.88245,1027.978,775.1098 +2023-12-17 19:00:00,0.0,2944.908,57.849552,20.251755,63.0375,40.58375,299.72543,36.199665,68.185295,20.567183,39.921467,301.1276,116.48321,19.517118,113.381645,0.3491888,0.264845,57.69105,8.740326,18.80463,832.0508,13.839062,1017.782,130.64334,8.121367,40.942524,521.87164,60.03205,649.7176,232.77638,3468.1448,19.912952,2773.8096,188.01436,10.249865,11.154406,48.149406,239.93135,292.73367,317.3316,46.5,31.299131,11.101114,651.66223,137.39583,46.70006,9.156925,515.1708,13.362415,571.94836,5.9480987,34.222214,0.0,756.16516,1969.3038,0.24906357,130.77089,15.828892,11512.83,25.828016,0.88633835,7.2164683,18.946827,6.5890265,1.9646273,10.49504,269.73065,65.201385,6.8486867,0.6421376,2.387005,115.49537,1.4295175,142.80049,200.47917,1898.0188,333.6243,91.518875,157.65279,534.47266,25.502344,23.661253,427.7003,38.781425,54.45304,11.306534,19.581604,172.10648,13.111892,10.803145,50.287262,14.713601,3856.139,18.495974,20.802084,15.966258,10.10288,232.86407,45.301384,20.125,7.04127,7.1720686,13.518382,56.261433,90.56591,30.446875,168.42844,19.146967,4.7138176,46.879578,31.165207,57.90259,102.6195,16.156916,2.2802083,14.152371,15.899676,2076.3271,14.838175,1.6673315,37.09132,12.1615095,128.94655,82.49722,110.972725,5.851219,77.78229,385.5404,293.39587,28.419386,295.02368,65.19722,50.72171,71.11101,65.28563,9.606265,33.334595,493.2633,1.8784447,3.7305136,162.70477,24.080952,9.031875,19.353626,21.699884,213.83913,70.47135,161.78152,1175.3132,169.51137,1935.9119,1736.2614,16.189375,19.130209,1934.6005,23.679455,29.773958,477.77982,55.888332,90.26771,40.37215,171.34544,291.59088,451.35233,7.3636303,58.640793,238.77867,410.06512,11.977196,102.490776,12.845487,1.6227322,56.236732,1.0597428,1.1871519,3.8118749,11.757777,48.0075,21.201647,20.308332,457.5733,63.54514,37.410717,48.739582,16.464882,72.135414,12.169445,16.394861,13.227083,84.88061,31.649523,26.097097,40.682114,10.492708,34.63869,30.84236,1.4070472,77.356384,12.820365,229.38676,8.504967,337.84775,21.616684,894.46173,160.44551,4.0737443,11.150835,179.68626,236.75754,1027.7314,775.4017 +2023-12-17 20:00:00,0.0,2943.6797,57.81671,20.220394,62.99061,40.56113,299.6414,36.18108,68.14051,20.562817,39.888374,300.939,116.533485,19.505398,113.21506,0.3492599,0.26539162,57.671852,8.761658,18.822424,831.47797,13.836484,1017.1372,130.62695,8.140082,40.96331,521.53125,60.06038,650.25867,232.83813,3466.1653,19.947784,2773.9924,188.28333,10.270888,11.173319,48.241787,239.91106,292.71286,317.8297,46.48387,31.27752,11.099882,651.2324,137.61565,46.713753,9.151414,515.2767,13.359173,572.01843,5.9479513,34.207043,0.0,756.12573,1968.6501,0.24907291,130.65157,15.824408,11508.04,25.827642,0.8866092,7.2123146,18.936913,6.5905423,1.9648237,10.489427,269.6305,65.17114,6.8426814,0.6421337,2.3878548,115.50131,1.4283795,142.7858,200.29301,1897.5009,333.2576,91.50417,157.63083,535.15955,25.540134,23.685295,428.42944,38.828865,54.521114,11.303251,19.581188,172.15831,13.104456,10.80152,50.29096,14.718182,3856.5842,18.49464,20.79973,15.965366,10.10137,232.9676,45.31533,20.137096,7.042093,7.1700997,13.521062,56.26001,90.51847,30.44879,168.46228,19.144365,4.712971,46.87244,31.150133,57.855076,102.6537,16.171236,2.2783601,14.175302,15.892131,2075.517,14.854529,1.6648529,37.049774,12.159283,128.92014,82.511116,110.952705,5.856808,77.80954,385.38507,293.25314,28.412792,294.8685,65.24982,50.71287,71.10649,65.36307,9.615657,33.353638,493.24948,1.8816813,3.736084,162.81241,24.081259,9.030769,19.368439,21.708958,213.95468,70.50854,161.78366,1175.9965,169.30939,1935.2408,1735.9799,16.178791,19.111132,1934.0138,23.679337,29.743414,477.6788,55.84328,90.20497,40.33925,171.19675,291.51852,451.31042,7.358195,58.604355,238.57983,409.966,11.972459,102.4581,12.83983,1.6226019,56.246067,1.059523,1.1868557,3.80984,11.755985,47.959938,21.195719,20.311829,458.02765,63.51568,37.391705,48.71102,16.45891,72.17204,12.170073,16.42733,13.220699,84.8463,31.626144,26.127909,40.698368,10.492069,34.684868,30.868189,1.4065348,77.32077,12.8133955,229.36597,8.501862,337.73523,21.618826,894.80963,160.36609,4.0710936,11.149018,179.61667,236.63261,1027.4849,775.69354 +2023-12-17 21:00:00,0.0,2942.4512,57.78387,20.189035,62.943714,40.53851,299.5573,36.16249,68.095726,20.558449,39.855278,300.75037,116.583755,19.49368,113.04846,0.34933102,0.26593822,57.652653,8.78299,18.840216,830.9051,13.833906,1016.4925,130.61055,8.158796,40.984093,521.1908,60.088707,650.79974,232.89989,3464.1858,19.982616,2774.1753,188.55229,10.291911,11.192232,48.334164,239.89076,292.69205,318.32785,46.467743,31.255907,11.09865,650.8027,137.83546,46.72744,9.145903,515.3825,13.35593,572.08856,5.947804,34.191875,0.0,756.0863,1967.9965,0.24908225,130.53224,15.819924,11503.251,25.827267,0.88688,7.208161,18.926998,6.5920577,1.9650202,10.483813,269.53033,65.14091,6.836676,0.64212984,2.3887043,115.507256,1.4272416,142.77112,200.10686,1896.9829,332.89093,91.48947,157.60887,535.84644,25.577925,23.709337,429.1586,38.87631,54.589188,11.299969,19.580774,172.21013,13.09702,10.799896,50.29466,14.722761,3857.0295,18.493307,20.797379,15.964475,10.09986,233.07114,45.329277,20.149193,7.0429153,7.1681314,13.523743,56.258583,90.47103,30.450705,168.49612,19.141764,4.712125,46.865303,31.13506,57.807564,102.6879,16.185556,2.2765121,14.198231,15.884585,2074.7073,14.870883,1.6623743,37.008232,12.157057,128.89374,82.525,110.932686,5.862397,77.83679,385.22974,293.1104,28.406199,294.7133,65.30242,50.704037,71.10198,65.44051,9.62505,33.37268,493.23566,1.884918,3.7416544,162.92006,24.081566,9.029665,19.383251,21.71803,214.07025,70.545715,161.7858,1176.6797,169.1074,1934.57,1735.6985,16.168205,19.092054,1933.4271,23.679218,29.71287,477.57776,55.798225,90.14224,40.306347,171.04807,291.44614,451.2685,7.352759,58.567913,238.381,409.86688,11.967722,102.42543,12.834173,1.6224717,56.2554,1.059303,1.1865594,3.8078053,11.754193,47.912373,21.18979,20.315323,458.482,63.48622,37.372696,48.68246,16.452938,72.20867,12.170699,16.459799,13.214314,84.81199,31.602764,26.158722,40.714622,10.491431,34.73105,30.894016,1.4060224,77.285164,12.806426,229.34517,8.498755,337.6227,21.62097,895.15753,160.28667,4.0684423,11.147201,179.54706,236.50769,1027.2384,775.9855 +2023-12-17 22:00:00,0.0,2941.223,57.751034,20.157675,62.89682,40.51589,299.47327,36.1439,68.05094,20.554083,39.822186,300.56177,116.634026,19.48196,112.88187,0.34940216,0.26648486,57.633453,8.804322,18.858007,830.3323,13.831327,1015.8477,130.59416,8.177511,41.00488,520.8504,60.11704,651.3408,232.96164,3462.2063,20.017448,2774.3582,188.82126,10.312934,11.211145,48.42654,239.87045,292.6712,318.82596,46.451614,31.234293,11.097417,650.37286,138.0553,46.74113,9.140392,515.4884,13.352689,572.1586,5.9476566,34.17671,0.0,756.0469,1967.3427,0.2490916,130.41292,15.815441,11498.462,25.82689,0.8871508,7.2040067,18.917084,6.593573,1.9652166,10.4782,269.43018,65.110664,6.830671,0.6421259,2.389554,115.5132,1.4261037,142.75642,199.9207,1896.465,332.52423,91.47476,157.58691,536.53326,25.615715,23.73338,429.88773,38.923748,54.65726,11.296685,19.580359,172.26195,13.089584,10.798272,50.298355,14.727342,3857.4749,18.491974,20.795027,15.963583,10.098351,233.17465,45.343224,20.161291,7.0437384,7.166163,13.5264225,56.25716,90.42359,30.452621,168.52997,19.139164,4.7112784,46.858162,31.119986,57.760048,102.7221,16.199875,2.274664,14.221161,15.877041,2073.8975,14.887237,1.6598958,36.966686,12.154831,128.86732,82.538895,110.91267,5.8679857,77.864044,385.0744,292.9677,28.399605,294.5581,65.35502,50.695198,71.097466,65.51795,9.634441,33.391724,493.22186,1.8881546,3.7472248,163.0277,24.081873,9.02856,19.398066,21.727104,214.1858,70.58289,161.78793,1177.363,168.90543,1933.8989,1735.417,16.157621,19.072977,1932.8405,23.6791,29.682325,477.47675,55.753174,90.079506,40.273445,170.89937,291.37378,451.2266,7.347323,58.53147,238.18216,409.7678,11.962985,102.39276,12.828517,1.6223414,56.264736,1.0590831,1.1862632,3.8057704,11.752401,47.864807,21.183863,20.318817,458.9363,63.456764,37.353687,48.653896,16.446966,72.24529,12.171327,16.492268,13.207931,84.77768,31.579386,26.189535,40.730877,10.490793,34.77723,30.919846,1.40551,77.24955,12.799458,229.32436,8.49565,337.5102,21.623114,895.50543,160.20724,4.0657916,11.145383,179.47746,236.38277,1026.9918,776.27734 +2023-12-17 23:00:00,0.0,2939.9946,57.718193,20.126314,62.84993,40.493267,299.3892,36.125317,68.006165,20.549715,39.789093,300.37314,116.684296,19.47024,112.71528,0.34947327,0.26703146,57.614254,8.825655,18.8758,829.7594,13.82875,1015.203,130.57777,8.196225,41.025665,520.50995,60.145367,651.8819,233.02339,3460.2266,20.05228,2774.5413,189.09023,10.333958,11.230059,48.51892,239.85016,292.6504,319.32407,46.435482,31.21268,11.096185,649.94305,138.27512,46.75482,9.134881,515.59424,13.349446,572.22876,5.9475093,34.16154,0.0,756.00745,1966.689,0.24910094,130.2936,15.810958,11493.673,25.826515,0.88742167,7.199853,18.90717,6.595089,1.9654132,10.472588,269.33002,65.08042,6.8246655,0.64212203,2.3904037,115.51914,1.4249657,142.74173,199.73454,1895.947,332.15753,91.46006,157.56497,537.22015,25.653505,23.75742,430.61688,38.97119,54.725334,11.293403,19.57994,172.31377,13.082148,10.796648,50.30205,14.731921,3857.9202,18.49064,20.792675,15.962691,10.09684,233.27818,45.35717,20.173388,7.044561,7.1641946,13.529103,56.255737,90.37615,30.454536,168.56381,19.136562,4.710432,46.851025,31.104912,57.712532,102.756294,16.214195,2.272816,14.244091,15.869495,2073.0876,14.90359,1.6574172,36.925144,12.152605,128.84093,82.55278,110.89265,5.8735747,77.8913,384.91907,292.82498,28.393011,294.40292,65.407616,50.686363,71.09295,65.59539,9.643833,33.410763,493.20804,1.8913913,3.752795,163.13533,24.082182,9.027454,19.412878,21.736177,214.30136,70.62008,161.79007,1178.0463,168.70345,1933.228,1735.1356,16.147036,19.053902,1932.2539,23.678982,29.651781,477.37573,55.70812,90.01677,40.240543,170.75069,291.30142,451.1847,7.341887,58.49503,237.98332,409.66867,11.958248,102.36009,12.822861,1.6222111,56.27407,1.0588633,1.1859668,3.8037355,11.750609,47.81724,21.177935,20.322311,459.39066,63.427307,37.33468,48.625336,16.440994,72.28192,12.171954,16.524736,13.201546,84.74336,31.556005,26.220348,40.74713,10.490154,34.823406,30.945675,1.4049976,77.213936,12.792488,229.30356,8.492544,337.39767,21.625257,895.85333,160.12782,4.0631404,11.143566,179.40785,236.25784,1026.7452,776.5692 +2023-12-18 00:00:00,0.0,2938.7664,57.685356,20.094954,62.803036,40.470646,299.3051,36.106728,67.96138,20.54535,39.755997,300.18454,116.734566,19.45852,112.54868,0.34954438,0.26757807,57.59506,8.846987,18.89359,829.1866,13.826172,1014.5582,130.56139,8.21494,41.046448,520.16956,60.173695,652.4229,233.08513,3458.247,20.087112,2774.724,189.35919,10.35498,11.248972,48.611298,239.82986,292.62958,319.8222,46.419353,31.191069,11.094952,649.5133,138.49493,46.76851,9.12937,515.70013,13.346205,572.2988,5.947362,34.146374,0.0,755.968,1966.0353,0.24911028,130.17427,15.806475,11488.884,25.82614,0.88769245,7.195699,18.897255,6.5966043,1.9656097,10.466974,269.22986,65.05018,6.8186607,0.64211816,2.3912532,115.525085,1.4238278,142.72705,199.54839,1895.4291,331.79086,91.44536,157.54301,537.90704,25.691296,23.781462,431.34604,39.01863,54.793407,11.29012,19.579527,172.36559,13.074712,10.795024,50.30575,14.736502,3858.3657,18.489307,20.790323,15.9618,10.09533,233.38171,45.371117,20.185484,7.045384,7.162226,13.531783,56.25431,90.32871,30.456451,168.59764,19.13396,4.7095857,46.843887,31.089838,57.665016,102.7905,16.228516,2.2709677,14.26702,15.86195,2072.2776,14.919944,1.6549386,36.883602,12.150379,128.81451,82.56667,110.87263,5.8791637,77.91855,384.76373,292.68225,28.386417,294.2477,65.46021,50.677525,71.08844,65.67283,9.653225,33.429806,493.1942,1.8946279,3.7583654,163.24297,24.082489,9.026349,19.42769,21.74525,214.41692,70.65726,161.7922,1178.7295,168.50146,1932.557,1734.8541,16.136452,19.034824,1931.6672,23.678862,29.621237,477.27472,55.663063,89.95403,40.20764,170.60199,291.22906,451.14276,7.336451,58.458588,237.78448,409.56955,11.953511,102.327415,12.817204,1.6220809,56.283405,1.0586433,1.1856706,3.8017006,11.7488165,47.76968,21.172005,20.325806,459.845,63.39785,37.31567,48.596775,16.435024,72.31855,12.172582,16.557205,13.195162,84.70905,31.532627,26.251162,40.763386,10.489516,34.869587,30.971504,1.4044852,77.17832,12.785519,229.28276,8.489439,337.28516,21.6274,896.20123,160.0484,4.0604897,11.141748,179.33826,236.13292,1026.4987,776.86115 +2023-12-18 01:00:00,0.0,2937.538,57.652515,20.063593,62.75614,40.448025,299.22107,36.08814,67.916595,20.540983,39.722904,299.9959,116.78484,19.446802,112.38209,0.34961548,0.26812467,57.57586,8.8683195,18.911385,828.6137,13.823593,1013.9135,130.545,8.233654,41.067234,519.82916,60.202026,652.964,233.14688,3456.2676,20.121946,2774.907,189.62816,10.376004,11.267885,48.703674,239.80957,292.60873,320.3203,46.403225,31.169455,11.0937195,649.0835,138.71477,46.7822,9.123859,515.806,13.342962,572.36896,5.9472146,34.131207,0.0,755.9286,1965.3815,0.24911961,130.05493,15.801991,11484.094,25.825764,0.8879633,7.191545,18.887339,6.59812,1.9658061,10.461361,269.1297,65.019936,6.8126554,0.6421143,2.392103,115.53103,1.4226899,142.71236,199.36223,1894.9111,331.42416,91.43065,157.52106,538.59393,25.729086,23.805504,432.07516,39.066074,54.86148,11.286838,19.579111,172.41742,13.067276,10.793399,50.30945,14.741081,3858.811,18.487974,20.78797,15.960908,10.093821,233.48524,45.385067,20.19758,7.046207,7.1602573,13.534464,56.252888,90.28127,30.458366,168.63148,19.131361,4.7087393,46.836746,31.074764,57.617504,102.82469,16.242836,2.2691197,14.28995,15.854404,2071.4678,14.936298,1.6524601,36.842056,12.148152,128.78812,82.58056,110.85261,5.8847528,77.9458,384.6084,292.53955,28.379824,294.09253,65.51281,50.66869,71.08392,65.75027,9.662618,33.44885,493.18042,1.8978646,3.7639358,163.3506,24.082796,9.025244,19.442503,21.754324,214.53247,70.69444,161.79434,1179.4128,168.29948,1931.8861,1734.5728,16.125866,19.015747,1931.0806,23.678743,29.590693,477.1737,55.61801,89.8913,40.17474,170.45331,291.1567,451.10086,7.331015,58.422146,237.58565,409.47043,11.948774,102.29475,12.811548,1.6219506,56.29274,1.0584234,1.1853744,3.7996657,11.747025,47.722115,21.166077,20.329302,460.29935,63.36839,37.29666,48.56821,16.429052,72.35517,12.173208,16.589674,13.188777,84.67474,31.509247,26.281975,40.77964,10.488877,34.915764,30.997332,1.4039727,77.14271,12.778549,229.26196,8.486333,337.17264,21.629543,896.54913,159.96898,4.057839,11.139931,179.26866,236.00801,1026.2521,777.153 +2023-12-18 02:00:00,0.0,2936.3098,57.619675,20.032232,62.70925,40.425404,299.137,36.069553,67.87181,20.536615,39.68981,299.8073,116.83511,19.435083,112.21549,0.3496866,0.2686713,57.55666,8.889651,18.929176,828.04083,13.821015,1013.26874,130.52861,8.252368,41.08802,519.4887,60.230354,653.50507,233.20863,3454.288,20.156778,2775.0898,189.89713,10.397027,11.2867985,48.79605,239.78928,292.58792,320.81842,46.387096,31.147842,11.092486,648.6537,138.93459,46.795887,9.118348,515.91187,13.33972,572.439,5.947067,34.11604,0.0,755.88916,1964.7278,0.24912895,129.93561,15.797508,11479.305,25.82539,0.88823414,7.1873913,18.877424,6.5996356,1.9660027,10.455748,269.02954,64.98969,6.80665,0.6421104,2.3929527,115.53697,1.421552,142.69766,199.17607,1894.3932,331.05746,91.41595,157.4991,539.28076,25.766876,23.829544,432.80432,39.113518,54.929554,11.283555,19.578695,172.46924,13.059839,10.791775,50.313145,14.745662,3859.2563,18.48664,20.785618,15.960016,10.092311,233.58876,45.399014,20.209677,7.0470295,7.158289,13.537144,56.251465,90.23383,30.460281,168.66533,19.12876,4.707893,46.82961,31.05969,57.56999,102.858894,16.257154,2.2672715,14.3128805,15.846859,2070.658,14.952652,1.6499815,36.800514,12.145926,128.7617,82.594444,110.83259,5.8903418,77.97305,384.45306,292.39682,28.37323,293.93735,65.565414,50.65985,71.07941,65.827705,9.672009,33.46789,493.1666,1.9011012,3.769506,163.45825,24.083103,9.024138,19.457317,21.763397,214.64803,70.73162,161.79648,1180.0962,168.0975,1931.2151,1734.2913,16.115282,18.99667,1930.4939,23.678625,29.560148,477.07266,55.572956,89.82856,40.141838,170.30463,291.08435,451.05896,7.3255796,58.385704,237.38681,409.37134,11.944037,102.26208,12.805892,1.6218203,56.302074,1.0582036,1.1850781,3.7976308,11.745233,47.67455,21.160149,20.332796,460.75366,63.338932,37.27765,48.53965,16.42308,72.3918,12.173836,16.622143,13.182393,84.640434,31.485868,26.312788,40.795895,10.488239,34.961945,31.02316,1.4034604,77.10709,12.77158,229.24117,8.483228,337.06012,21.631687,896.89703,159.88956,4.0551877,11.138114,179.19905,235.88309,1026.0055,777.4449 +2023-12-18 03:00:00,0.0,2935.0815,57.586838,20.000872,62.662357,40.402782,299.05295,36.050964,67.82703,20.53225,39.656715,299.61868,116.88538,19.423363,112.048904,0.3497577,0.2692179,57.53746,8.910984,18.946968,827.468,13.818438,1012.624,130.51222,8.271083,41.108803,519.1483,60.258682,654.04614,233.27039,3452.3086,20.19161,2775.2727,190.16609,10.41805,11.305713,48.888428,239.76897,292.5671,321.31656,46.370968,31.12623,11.091254,648.22394,139.1544,46.809578,9.112837,516.01776,13.336478,572.50916,5.9469194,34.100872,0.0,755.84973,1964.0741,0.2491383,129.81628,15.793024,11474.516,25.825014,0.888505,7.1832376,18.86751,6.601151,1.9661992,10.450134,268.92938,64.95945,6.800645,0.64210653,2.3938022,115.542915,1.420414,142.68298,198.98991,1893.8752,330.6908,91.401245,157.47716,539.96765,25.804667,23.853586,433.53348,39.160957,54.997627,11.2802725,19.57828,172.52106,13.052403,10.790151,50.31684,14.750241,3859.7017,18.485306,20.783266,15.959125,10.0908,233.69229,45.41296,20.221775,7.0478525,7.1563206,13.539824,56.25004,90.18639,30.462198,168.69917,19.126158,4.7070465,46.82247,31.044617,57.522472,102.89309,16.271475,2.2654233,14.33581,15.839314,2069.8481,14.969006,1.6475029,36.758972,12.143701,128.7353,82.60834,110.81257,5.8959303,78.000305,384.29773,292.2541,28.366634,293.78214,65.61801,50.651016,71.0749,65.90515,9.681401,33.48693,493.1528,1.9043379,3.7750764,163.56589,24.08341,9.023033,19.47213,21.77247,214.76358,70.7688,161.79863,1180.7794,167.89552,1930.5442,1734.0099,16.104698,18.977594,1929.9073,23.678507,29.529604,476.97165,55.527905,89.76583,40.108936,170.15593,291.012,451.01706,7.3201437,58.349262,237.18797,409.27222,11.939301,102.22941,12.800236,1.62169,56.31141,1.0579836,1.1847819,3.795596,11.743441,47.626984,21.15422,20.33629,461.208,63.309475,37.25864,48.51109,16.417109,72.42843,12.174463,16.65461,13.176008,84.606125,31.462488,26.343601,40.81215,10.4876,35.00812,31.04899,1.402948,77.07148,12.76461,229.22035,8.480122,336.94763,21.633831,897.24493,159.81013,4.052537,11.136296,179.12946,235.75816,1025.7589,777.7368 +2023-12-18 04:00:00,0.0,2933.853,57.553997,19.969511,62.615463,40.38016,298.96887,36.032375,67.78224,20.527882,39.623623,299.43008,116.93565,19.411644,111.88231,0.3498288,0.2697645,57.51826,8.932316,18.96476,826.89514,13.815859,1011.97925,130.49582,8.289797,41.12959,518.80786,60.287014,654.5872,233.33214,3450.3289,20.226442,2775.4558,190.43506,10.439074,11.324626,48.98081,239.74867,292.5463,321.81467,46.35484,31.104616,11.090022,647.7941,139.37424,46.823265,9.107326,516.1236,13.333236,572.5793,5.946772,34.0857,0.0,755.8103,1963.4203,0.24914764,129.69696,15.788541,11469.727,25.824638,0.88877577,7.1790833,18.857595,6.602667,1.9663956,10.444522,268.82922,64.92921,6.7946396,0.64210266,2.394652,115.54886,1.4192761,142.66829,198.80376,1893.3573,330.3241,91.38654,157.4552,540.65454,25.842457,23.877628,434.26263,39.2084,55.065704,11.27699,19.577864,172.57288,13.044968,10.788527,50.32054,14.754822,3860.147,18.483973,20.780914,15.958233,10.089291,233.79582,45.426907,20.233871,7.0486755,7.154352,13.542504,56.248615,90.138954,30.464113,168.733,19.123558,4.7062,46.81533,31.029541,57.474957,102.92729,16.285795,2.2635753,14.35874,15.831769,2069.0383,14.985359,1.6450244,36.717426,12.141475,128.7089,82.62222,110.79254,5.9015193,78.02755,384.1424,292.1114,28.36004,293.62695,65.67061,50.64218,71.07038,65.98259,9.690793,33.505974,493.13898,1.9075745,3.7806468,163.67352,24.083717,9.021928,19.486942,21.781544,214.87914,70.805984,161.80077,1181.4628,167.69354,1929.8732,1733.7284,16.094112,18.958517,1929.3207,23.678389,29.499058,476.87064,55.48285,89.703094,40.076035,170.00725,290.93964,450.97513,7.3147078,58.312824,236.98914,409.1731,11.934564,102.19673,12.794579,1.6215599,56.320744,1.0577637,1.1844857,3.793561,11.741649,47.579422,21.148293,20.339785,461.66235,63.280018,37.23963,48.48253,16.411137,72.46506,12.17509,16.687078,13.169623,84.571815,31.43911,26.374414,40.828403,10.486962,35.054302,31.07482,1.4024355,77.035866,12.757641,229.19955,8.477016,336.8351,21.635975,897.59283,159.73071,4.0498857,11.134479,179.05984,235.63324,1025.5123,778.0287 +2023-12-18 05:00:00,0.0,2932.6248,57.521156,19.93815,62.568573,40.357544,298.88483,36.01379,67.737465,20.523516,39.59053,299.24146,116.98592,19.399925,111.71571,0.34989992,0.27031115,57.49906,8.953649,18.982552,826.3223,13.813281,1011.3345,130.47943,8.308512,41.150375,518.46747,60.315342,655.1283,233.39389,3448.3494,20.261274,2775.6387,190.70403,10.460096,11.343539,49.073185,239.72838,292.52545,322.31277,46.33871,31.083004,11.088789,647.3643,139.59406,46.836956,9.101815,516.2295,13.329993,572.64935,5.9466248,34.070534,0.0,755.7709,1962.7666,0.24915698,129.57764,15.784058,11464.9375,25.824263,0.8890466,7.1749296,18.847681,6.6041822,1.9665921,10.438909,268.72906,64.89897,6.7886343,0.6420988,2.3955014,115.5548,1.4181381,142.65361,198.61761,1892.8394,329.9574,91.37184,157.43324,541.34143,25.880247,23.90167,434.99176,39.25584,55.133778,11.273707,19.577448,172.6247,13.037532,10.786902,50.324238,14.759401,3860.5923,18.48264,20.778563,15.957341,10.087781,233.89935,45.440853,20.245968,7.049498,7.152384,13.545184,56.24719,90.09151,30.466028,168.76685,19.120956,4.7053537,46.808193,31.014467,57.427444,102.96149,16.300116,2.261727,14.381669,15.8242235,2068.2283,15.001714,1.6425458,36.675884,12.139249,128.6825,82.636116,110.77252,5.9071083,78.0548,383.98706,291.96866,28.353447,293.47174,65.723206,50.633343,71.065865,66.06003,9.700186,33.525017,493.12515,1.9108112,3.786217,163.78116,24.084024,9.020823,19.501757,21.790617,214.99469,70.84316,161.8029,1182.146,167.49156,1929.2023,1733.447,16.083529,18.93944,1928.734,23.678268,29.468513,476.76962,55.437798,89.64036,40.043133,169.85855,290.86725,450.93323,7.309272,58.276382,236.7903,409.07397,11.929827,102.16406,12.788922,1.6214296,56.33008,1.0575439,1.1841894,3.7915263,11.739857,47.531857,21.142365,20.343279,462.1167,63.25056,37.220623,48.453964,16.405165,72.50168,12.175717,16.719547,13.1632395,84.537506,31.41573,26.405226,40.84466,10.486323,35.10048,31.100649,1.4019232,77.00025,12.750671,229.17876,8.47391,336.7226,21.638117,897.94073,159.65129,4.047235,11.132662,178.99025,235.50832,1025.2657,778.32056 +2023-12-18 06:00:00,0.0,2931.3965,57.48832,19.906792,62.52168,40.334923,298.80075,35.9952,67.69268,20.519148,39.557434,299.05286,117.0362,19.388205,111.549126,0.34997103,0.27085775,57.479862,8.974981,19.000343,825.74945,13.810703,1010.68976,130.46304,8.327226,41.17116,518.1271,60.34367,655.6694,233.45564,3446.3699,20.296106,2775.8215,190.97299,10.481119,11.3624525,49.16556,239.70808,292.50464,322.8109,46.322582,31.061392,11.087557,646.9345,139.81387,46.850643,9.096304,516.3353,13.326752,572.7195,5.9464774,34.055367,0.0,755.73145,1962.1129,0.24916632,129.45831,15.779574,11460.147,25.823887,0.88931745,7.170776,18.837765,6.6056976,1.9667886,10.433295,268.6289,64.86873,6.7826295,0.6420949,2.396351,115.560745,1.4170002,142.63892,198.43146,1892.3214,329.59073,91.35713,157.4113,542.02826,25.918037,23.92571,435.72092,39.303284,55.20185,11.270425,19.577032,172.67653,13.030095,10.785278,50.327934,14.763982,3861.0376,18.481306,20.776209,15.9564495,10.086271,234.00287,45.4548,20.258064,7.050321,7.150415,13.547865,56.245766,90.04407,30.467943,168.80069,19.118355,4.7045074,46.801056,30.999393,57.37993,102.99569,16.314434,2.259879,14.404599,15.816678,2067.4185,15.018067,1.6400672,36.634342,12.137022,128.65608,82.65,110.7525,5.9126973,78.082054,383.83173,291.82593,28.346853,293.31656,65.7758,50.624508,71.061356,66.13747,9.709578,33.544056,493.11136,1.9140478,3.7917874,163.88881,24.084332,9.019718,19.51657,21.79969,215.11024,70.88034,161.80504,1182.8292,167.28958,1928.5312,1733.1655,16.072943,18.920362,1928.1473,23.67815,29.43797,476.6686,55.392742,89.57762,40.01023,169.70987,290.7949,450.89133,7.303836,58.23994,236.59146,408.97488,11.92509,102.13139,12.783266,1.6212993,56.339413,1.0573239,1.1838932,3.7894914,11.738064,47.48429,21.136436,20.346773,462.571,63.2211,37.201614,48.425404,16.399195,72.53831,12.176345,16.752016,13.156855,84.5032,31.39235,26.436039,40.860916,10.485685,35.14666,31.126476,1.4014108,76.964645,12.743702,229.15796,8.470804,336.61008,21.64026,898.28864,159.57187,4.044584,11.130844,178.92065,235.38339,1025.0192,778.6125 +2023-12-18 07:00:00,0.0,2930.1682,57.45548,19.875431,62.474785,40.3123,298.7167,35.976612,67.647896,20.514782,39.52434,298.86423,117.08647,19.376486,111.38253,0.35004213,0.27140436,57.460663,8.996313,19.018137,825.17664,13.808125,1010.045,130.44666,8.345941,41.191944,517.7866,60.372,656.21045,233.5174,3444.3904,20.33094,2776.0044,191.24196,10.502143,11.381366,49.257942,239.68779,292.48383,323.30902,46.30645,31.039778,11.086324,646.50476,140.03369,46.864334,9.090793,516.44116,13.323509,572.78955,5.94633,34.0402,0.0,755.692,1961.4591,0.24917567,129.33897,15.775091,11455.358,25.823511,0.88958824,7.166622,18.827852,6.6072135,1.9669851,10.427682,268.52875,64.838486,6.776624,0.642091,2.3972008,115.566696,1.4158623,142.62422,198.2453,1891.8035,329.22403,91.34243,157.38934,542.71515,25.955828,23.949753,436.45007,39.350723,55.269924,11.267142,19.576616,172.72835,13.022659,10.783653,50.331635,14.768561,3861.483,18.479973,20.773857,15.955558,10.084761,234.1064,45.468746,20.27016,7.0511436,7.1484466,13.550545,56.244343,89.99663,30.469858,168.83453,19.115753,4.703661,46.793915,30.98432,57.332413,103.029884,16.328754,2.258031,14.427529,15.809133,2066.6086,15.034421,1.6375887,36.592796,12.134796,128.62968,82.663895,110.73248,5.9182863,78.10931,383.6764,291.68323,28.34026,293.16138,65.82841,50.61567,71.05684,66.214905,9.718969,33.5631,493.09753,1.9172845,3.7973578,163.99644,24.084639,9.018613,19.531382,21.808764,215.2258,70.91753,161.80717,1183.5126,167.0876,1927.8604,1732.884,16.062359,18.901285,1927.5607,23.678032,29.407425,476.56757,55.347687,89.514885,39.97733,169.56119,290.72253,450.84943,7.2984,58.2035,236.39262,408.87576,11.920353,102.098724,12.77761,1.6211691,56.348747,1.057104,1.1835968,3.7874565,11.736272,47.436726,21.130508,20.35027,463.02536,63.191643,37.182606,48.396843,16.393223,72.574936,12.176972,16.784485,13.150471,84.46888,31.36897,26.466852,40.87717,10.485046,35.192837,31.152306,1.4008983,76.92903,12.7367325,229.13716,8.467699,336.49756,21.642405,898.63654,159.49245,4.041933,11.129026,178.85104,235.25848,1024.7726,778.90436 +2023-12-18 08:00:00,0.0,2928.94,57.42264,19.84407,62.427895,40.28968,298.63263,35.958027,67.60311,20.510414,39.491245,298.67563,117.13674,19.364767,111.215935,0.35011324,0.27195096,57.441463,9.017646,19.035929,824.60376,13.805547,1009.40027,130.43027,8.364655,41.21273,517.4462,60.40033,656.75146,233.57913,3442.411,20.365772,2776.1873,191.51094,10.523166,11.400279,49.35032,239.66748,292.46298,323.80713,46.29032,31.018166,11.085092,646.07495,140.25352,46.87802,9.085282,516.54706,13.320267,572.8597,5.9461827,34.025032,0.0,755.6526,1960.8054,0.24918501,129.21965,15.770608,11450.569,25.823137,0.8898591,7.162468,18.817936,6.608729,1.9671816,10.422069,268.4286,64.80824,6.770619,0.6420871,2.3980503,115.57264,1.4147243,142.60954,198.05914,1891.2855,328.85733,91.32773,157.36739,543.40204,25.993616,23.973795,437.1792,39.398167,55.337997,11.26386,19.5762,172.78017,13.0152235,10.782029,50.33533,14.773142,3861.9285,18.47864,20.771505,15.954666,10.083251,234.20993,45.482697,20.282259,7.0519667,7.146478,13.5532255,56.242916,89.94919,30.471773,168.86836,19.113153,4.7028146,46.786777,30.969246,57.284897,103.06409,16.343075,2.256183,14.450459,15.801588,2065.7988,15.050775,1.6351101,36.551254,12.13257,128.60327,82.67778,110.71246,5.923875,78.13656,383.52106,291.5405,28.333666,293.00616,65.881004,50.606834,71.05232,66.29235,9.728361,33.58214,493.08374,1.9205211,3.8029282,164.10408,24.084946,9.017508,19.546196,21.817837,215.34135,70.954704,161.80931,1184.1958,166.88562,1927.1893,1732.6027,16.051775,18.88221,1926.9741,23.677914,29.37688,476.46655,55.302635,89.45215,39.944427,169.41249,290.65018,450.8075,7.2929645,58.167057,236.19379,408.77664,11.915616,102.06605,12.771954,1.6210388,56.35808,1.0568842,1.1833006,3.7854216,11.73448,47.389164,21.12458,20.353764,463.4797,63.162186,37.163597,48.36828,16.38725,72.61156,12.177599,16.816954,13.144086,84.43457,31.34559,26.497665,40.893425,10.484408,35.239017,31.178135,1.400386,76.89342,12.729763,229.11635,8.464593,336.38504,21.644548,898.9844,159.41302,4.0392823,11.12721,178.78145,235.13356,1024.526,779.1962 +2023-12-18 09:00:00,0.0,2927.7117,57.3898,19.81271,62.381,40.26706,298.54855,35.939438,67.55833,20.506048,39.458153,298.487,117.18701,19.353048,111.04934,0.35018435,0.2724976,57.422264,9.038978,19.05372,824.0309,13.802969,1008.7555,130.41388,8.3833685,41.233517,517.1058,60.428658,657.29254,233.64088,3440.4312,20.400604,2776.3704,191.7799,10.5441885,11.419192,49.442696,239.64719,292.44217,324.30527,46.274193,30.996553,11.0838585,645.64514,140.47334,46.891712,9.079771,516.65295,13.317025,572.92975,5.9460354,34.009865,0.0,755.6131,1960.1517,0.24919434,129.10033,15.766125,11445.78,25.822762,0.8901299,7.158314,18.808022,6.6102448,1.967378,10.416455,268.32843,64.778,6.7646136,0.6420832,2.3989,115.57858,1.4135864,142.59485,197.87299,1890.7676,328.49066,91.31302,157.34543,544.0889,26.031406,23.997835,437.90836,39.44561,55.40607,11.260577,19.575785,172.83199,13.007788,10.780405,50.339027,14.777721,3862.3738,18.477306,20.769154,15.953774,10.081741,234.31345,45.496643,20.294355,7.0527897,7.14451,13.555905,56.241493,89.90175,30.47369,168.9022,19.110552,4.701968,46.77964,30.954172,57.237385,103.09828,16.357395,2.2543347,14.473389,15.794043,2064.9888,15.067128,1.6326315,36.50971,12.130344,128.57686,82.69167,110.692444,5.929464,78.16381,383.36572,291.39777,28.327072,292.85098,65.9336,50.597996,71.04781,66.36979,9.737754,33.601185,493.06992,1.9237578,3.8084984,164.21172,24.085253,9.016402,19.561008,21.82691,215.45692,70.99188,161.81145,1184.8792,166.68365,1926.5184,1732.3212,16.04119,18.863132,1926.3875,23.677794,29.346336,476.36554,55.25758,89.38942,39.911526,169.26381,290.57782,450.7656,7.2875285,58.130615,235.99495,408.67752,11.910879,102.03338,12.766297,1.6209085,56.367416,1.0566642,1.1830044,3.7833867,11.732688,47.3416,21.11865,20.357258,463.93405,63.13273,37.144585,48.339718,16.381279,72.648186,12.178226,16.849422,13.137702,84.40026,31.322212,26.528479,40.90968,10.48377,35.285194,31.203964,1.3998736,76.8578,12.722795,229.09555,8.461488,336.27252,21.64669,899.3323,159.3336,4.036631,11.125392,178.71184,235.00864,1024.2795,779.48816 +2023-12-18 10:00:00,0.0,2926.4834,57.35696,19.78135,62.334106,40.24444,298.4645,35.920853,67.51355,20.50168,39.42506,298.2984,117.23728,19.341328,110.88275,0.35025546,0.2730442,57.40307,9.06031,19.071512,823.45807,13.80039,1008.1108,130.39748,8.402083,41.2543,516.7654,60.45699,657.8336,233.70264,3438.4517,20.435436,2776.5532,192.04887,10.565212,11.438106,49.535076,239.62689,292.42136,324.80338,46.258064,30.97494,11.082626,645.2154,140.69316,46.905403,9.07426,516.7588,13.313783,572.9999,5.945888,33.994698,0.0,755.57367,1959.4979,0.24920368,128.981,15.761641,11440.99,25.822386,0.89040077,7.1541605,18.798107,6.61176,1.9675746,10.410843,268.22827,64.74776,6.7586083,0.64207935,2.3997498,115.584526,1.4124485,142.58015,197.68683,1890.2496,328.12396,91.29832,157.32349,544.77576,26.069197,24.021877,438.6375,39.49305,55.474144,11.257295,19.575369,172.8838,13.000351,10.778781,50.342724,14.782302,3862.819,18.475973,20.766802,15.952883,10.080232,234.41698,45.51059,20.306452,7.053612,7.1425414,13.558586,56.24007,89.85431,30.475605,168.93605,19.10795,4.701122,46.7725,30.939098,57.18987,103.132484,16.371714,2.2524867,14.496319,15.786497,2064.179,15.083483,1.6301531,36.468166,12.128118,128.55046,82.70556,110.672424,5.935053,78.19106,383.2104,291.25507,28.320478,292.6958,65.9862,50.58916,71.0433,66.44723,9.747146,33.620224,493.0561,1.9269944,3.8140688,164.31935,24.08556,9.015297,19.57582,21.835983,215.57248,71.02907,161.81358,1185.5624,166.48167,1925.8474,1732.0398,16.030605,18.844055,1925.8008,23.677675,29.315792,476.26453,55.21253,89.32668,39.878624,169.11511,290.50546,450.7237,7.2820926,58.094173,235.79611,408.57843,11.906142,102.00071,12.760641,1.6207782,56.37675,1.0564443,1.1827081,3.7813518,11.730896,47.294033,21.112722,20.360752,464.38837,63.103268,37.125576,48.311157,16.375307,72.684814,12.178854,16.881891,13.131317,84.36595,31.298832,26.559292,40.925934,10.483131,35.331375,31.229792,1.3993613,76.82219,12.715825,229.07475,8.458382,336.16,21.648834,899.6802,159.25418,4.0339804,11.123574,178.64224,234.88371,1024.033,779.78 +2023-12-18 11:00:00,0.0,2925.255,57.324123,19.749989,62.287216,40.221817,298.38043,35.902264,67.468765,20.497314,39.391964,298.10977,117.28756,19.329609,110.716156,0.3503266,0.2735908,57.38387,9.081642,19.089304,822.8852,13.797812,1007.466,130.38109,8.420797,41.275085,516.425,60.485317,658.3747,233.76439,3436.4722,20.470268,2776.736,192.31784,10.586235,11.457019,49.627457,239.6066,292.4005,325.30148,46.241936,30.953327,11.081394,644.7856,140.913,46.91909,9.068749,516.8647,13.31054,573.07,5.9457407,33.979527,0.0,755.53424,1958.8442,0.24921302,128.86168,15.757157,11436.201,25.82201,0.89067155,7.1500063,18.788193,6.6132755,1.967771,10.40523,268.1281,64.717514,6.752603,0.6420755,2.4005992,115.59047,1.4113106,142.56548,197.50067,1889.7317,327.75726,91.283615,157.30153,545.46265,26.106987,24.04592,439.36664,39.540493,55.542217,11.254012,19.574955,172.93564,12.992915,10.777157,50.346424,14.786881,3863.2644,18.47464,20.764448,15.951991,10.078721,234.52051,45.524536,20.318548,7.0544353,7.1405725,13.561266,56.238644,89.80687,30.47752,168.9699,19.10535,4.7002754,46.76536,30.924025,57.142353,103.16669,16.386034,2.2506385,14.519248,15.778952,2063.3691,15.099836,1.6276745,36.426624,12.125892,128.52405,82.719444,110.652405,5.940642,78.218315,383.05505,291.11234,28.313885,292.5406,66.038795,50.580322,71.03878,66.524666,9.756537,33.639267,493.0423,1.9302311,3.8196392,164.427,24.085867,9.014192,19.590635,21.845055,215.68803,71.066246,161.81572,1186.2457,166.2797,1925.1765,1731.7583,16.02002,18.824978,1925.2141,23.677557,29.285248,476.1635,55.167473,89.26395,39.845722,168.96643,290.4331,450.68176,7.2766566,58.05773,235.59727,408.4793,11.901406,101.96804,12.754985,1.620648,56.386086,1.0562245,1.1824119,3.779317,11.729104,47.246468,21.106794,20.364246,464.8427,63.07381,37.106567,48.282593,16.369337,72.721436,12.179481,16.91436,13.124933,84.33164,31.275454,26.590105,40.94219,10.482493,35.377552,31.255621,1.3988488,76.786575,12.708856,229.05396,8.4552765,336.0475,21.650978,900.0281,159.17476,4.031329,11.1217575,178.57265,234.75879,1023.7863,780.0719 +2023-12-18 12:00:00,0.0,2924.0266,57.291283,19.718628,62.240322,40.199196,298.2964,35.883675,67.42398,20.492947,39.35887,297.92117,117.33783,19.31789,110.54956,0.3503977,0.27413744,57.36467,9.102975,19.107098,822.3124,13.795235,1006.8212,130.3647,8.439512,41.29587,516.08453,60.513645,658.9158,233.82614,3434.4927,20.5051,2776.919,192.5868,10.607258,11.475932,49.719833,239.5863,292.3797,325.79962,46.225807,30.931715,11.080161,644.3558,141.13281,46.93278,9.063238,516.9705,13.307299,573.1401,5.945593,33.96436,0.0,755.4948,1958.1906,0.24922237,128.74236,15.752674,11431.412,25.821634,0.8909424,7.1458526,18.778278,6.6147914,1.9679675,10.399616,268.02795,64.68727,6.746598,0.6420716,2.401449,115.59641,1.4101726,142.55078,197.31451,1889.2137,327.3906,91.268906,157.27957,546.14954,26.144777,24.069962,440.0958,39.587933,55.61029,11.25073,19.574537,172.98746,12.985479,10.775532,50.35012,14.791461,3863.7097,18.473305,20.762096,15.951099,10.077211,234.62404,45.538483,20.330645,7.055258,7.138604,13.563947,56.23722,89.75943,30.479435,169.00372,19.102749,4.699429,46.758224,30.90895,57.094837,103.20088,16.400354,2.2487903,14.542178,15.771406,2062.5593,15.11619,1.6251959,36.38508,12.123666,128.49765,82.73334,110.632385,5.946231,78.24557,382.89972,290.9696,28.307291,292.3854,66.0914,50.571487,71.03427,66.602104,9.76593,33.65831,493.02847,1.9334677,3.8252094,164.53464,24.086174,9.013086,19.605448,21.854128,215.80359,71.10343,161.81787,1186.929,166.07771,1924.5055,1731.4769,16.009436,18.805902,1924.6274,23.677439,29.254704,476.06247,55.12242,89.20121,39.81282,168.81775,290.36075,450.63986,7.2712207,58.02129,235.39844,408.3802,11.896669,101.93537,12.749329,1.6205177,56.39542,1.0560045,1.1821157,3.7772822,11.727311,47.198906,21.100866,20.367743,465.29706,63.044353,37.08756,48.254032,16.363365,72.758064,12.180108,16.946829,13.118548,84.29733,31.252073,26.620918,40.958443,10.481854,35.423733,31.28145,1.3983364,76.75096,12.701886,229.03316,8.45217,335.935,21.653122,900.376,159.09534,4.0286784,11.11994,178.50304,234.63387,1023.53973,780.36383 +2023-12-18 13:00:00,0.0,2922.7983,57.258442,19.687267,62.193428,40.176575,298.2123,35.86509,67.379196,20.48858,39.32578,297.73254,117.3881,19.30617,110.38297,0.3504688,0.27468404,57.34547,9.124307,19.12489,821.7395,13.792656,1006.1765,130.34831,8.458226,41.316654,515.74414,60.541977,659.45685,233.8879,3432.513,20.539934,2777.1018,192.85577,10.628282,11.494845,49.81221,239.566,292.3589,326.29773,46.20968,30.9101,11.078929,643.92596,141.35263,46.94647,9.057727,517.0764,13.304056,573.2102,5.9454455,33.949192,0.0,755.4554,1957.5367,0.24923171,128.62302,15.748191,11426.623,25.821259,0.89121324,7.141699,18.768364,6.616307,1.9681641,10.394003,267.9278,64.657036,6.740593,0.64206773,2.4022987,115.602356,1.4090347,142.53609,197.12836,1888.6958,327.0239,91.2542,157.25761,546.8364,26.182568,24.094002,440.82495,39.635376,55.678364,11.247447,19.574121,173.03928,12.978043,10.773908,50.353817,14.7960415,3864.155,18.471972,20.759745,15.950208,10.075702,234.72755,45.55243,20.342741,7.056081,7.136636,13.566627,56.235798,89.71199,30.48135,169.03757,19.100147,4.6985826,46.751083,30.893877,57.047325,103.235085,16.414675,2.2469423,14.565107,15.763862,2061.7493,15.132544,1.6227174,36.343536,12.12144,128.47124,82.74722,110.612366,5.9518194,78.27281,382.7444,290.8269,28.300695,292.23022,66.144,50.56265,71.029755,66.67955,9.775322,33.677353,493.01468,1.9367044,3.8307798,164.64227,24.086483,9.011981,19.62026,21.863201,215.91914,71.14061,161.82,1187.6123,165.87573,1923.8346,1731.1954,15.998851,18.786825,1924.0409,23.67732,29.22416,475.96146,55.077366,89.13847,39.77992,168.66905,290.2884,450.59796,7.2657847,57.98485,235.1996,408.28107,11.8919325,101.902695,12.743671,1.6203874,56.404755,1.0557846,1.1818194,3.7752473,11.725519,47.15134,21.094938,20.371237,465.7514,63.014896,37.06855,48.22547,16.357393,72.79469,12.180736,16.979298,13.1121645,84.26302,31.228695,26.651731,40.974697,10.481216,35.469913,31.30728,1.397824,76.71535,12.694917,229.01236,8.449065,335.82248,21.655266,900.7239,159.01591,4.0260277,11.118122,178.43344,234.50896,1023.2932,780.6557 +2023-12-18 14:00:00,0.0,2921.57,57.225605,19.655907,62.146538,40.153954,298.12827,35.8465,67.33441,20.484215,39.292683,297.54395,117.43837,19.29445,110.21638,0.35053992,0.27523065,57.32627,9.145639,19.142681,821.1667,13.790078,1005.53174,130.33192,8.476941,41.33744,515.4037,60.570305,659.9979,233.94965,3430.5334,20.574766,2777.285,193.12474,10.649304,11.513759,49.904587,239.5457,292.33807,326.79587,46.19355,30.888489,11.077696,643.4962,141.57245,46.96016,9.052216,517.18225,13.300815,573.2803,5.945298,33.934025,0.0,755.4159,1956.883,0.24924105,128.5037,15.743708,11421.834,25.820885,0.891484,7.137545,18.75845,6.6178226,1.9683605,10.38839,267.82764,64.62679,6.7345877,0.64206386,2.4031482,115.6083,1.4078968,142.52141,196.9422,1888.1779,326.6572,91.2395,157.23567,547.52325,26.220358,24.118044,441.5541,39.682816,55.746437,11.2441635,19.573708,173.0911,12.970607,10.772284,50.357517,14.800621,3864.6003,18.470638,20.757393,15.949316,10.074192,234.83109,45.56638,20.35484,7.056904,7.1346674,13.569307,56.23437,89.66455,30.483267,169.07141,19.097546,4.6977363,46.743946,30.878803,56.99981,103.26928,16.428993,2.245094,14.5880375,15.756316,2060.9395,15.148898,1.6202388,36.301994,12.119214,128.44484,82.761116,110.59235,5.9574084,78.300064,382.58905,290.68417,28.294102,292.075,66.196594,50.553814,71.02524,66.75699,9.784714,33.696392,493.00085,1.939941,3.8363502,164.74991,24.08679,9.010876,19.635075,21.872274,216.0347,71.17779,161.82214,1188.2955,165.67375,1923.1636,1730.9141,15.988266,18.767748,1923.4542,23.6772,29.193615,475.86044,55.03231,89.07574,39.747017,168.52037,290.216,450.55606,7.260349,57.94841,235.00076,408.18198,11.887196,101.870026,12.738015,1.6202573,56.41409,1.0555648,1.1815232,3.7732124,11.723727,47.103775,21.08901,20.374731,466.20572,62.98544,37.04954,48.196907,16.351421,72.831314,12.181362,17.011766,13.10578,84.228714,31.205315,26.682543,40.99095,10.480577,35.51609,31.333107,1.3973116,76.67973,12.687947,228.99155,8.445959,335.70996,21.657408,901.0718,158.9365,4.0233765,11.116305,178.36383,234.38403,1023.04663,780.94763 +2023-12-18 15:00:00,0.0,2920.3418,57.192764,19.624548,62.099644,40.131332,298.0442,35.82791,67.28963,20.479847,39.25959,297.35532,117.48864,19.282732,110.04978,0.35061103,0.27577725,57.30707,9.166971,19.160473,820.5938,13.7875,1004.887,130.31554,8.495655,41.358227,515.0633,60.598633,660.539,234.0114,3428.554,20.609598,2777.4678,193.3937,10.670327,11.532672,49.996964,239.5254,292.31723,327.29398,46.177418,30.866877,11.076464,643.0664,141.79228,46.973846,9.046705,517.28815,13.297572,573.3504,5.945151,33.918858,0.0,755.37646,1956.2294,0.2492504,128.38437,15.739224,11417.044,25.820509,0.89175487,7.133391,18.748535,6.619338,1.968557,10.382776,267.72748,64.59655,6.7285824,0.64206,2.403998,115.61424,1.4067588,142.50671,196.75604,1887.6599,326.29053,91.22479,157.21371,548.21014,26.258148,24.142086,442.28323,39.73026,55.81451,11.240881,19.57329,173.14291,12.963171,10.770659,50.361214,14.805202,3865.0457,18.469305,20.755041,15.948424,10.072681,234.93462,45.580326,20.366936,7.0577264,7.132699,13.571987,56.23295,89.61711,30.485182,169.10526,19.094946,4.69689,46.73681,30.86373,56.952293,103.30348,16.443314,2.243246,14.610968,15.748771,2060.1296,15.165252,1.6177602,36.26045,12.116987,128.41843,82.775,110.57233,5.9629974,78.32732,382.43372,290.54144,28.287508,291.91983,66.24919,50.544975,71.02073,66.83443,9.794106,33.715435,492.98703,1.9431777,3.8419204,164.85756,24.087097,9.00977,19.649887,21.881348,216.15025,71.21497,161.82428,1188.9788,165.47177,1922.4927,1730.6326,15.977681,18.74867,1922.8676,23.677082,29.16307,475.75943,54.98726,89.01301,39.714115,168.37167,290.14365,450.51413,7.2549133,57.91197,234.80191,408.08286,11.882459,101.83736,12.732359,1.620127,56.423424,1.0553448,1.181227,3.7711775,11.721935,47.05621,21.083082,20.378225,466.66006,62.95598,37.03053,48.168346,16.34545,72.86794,12.18199,17.044233,13.099396,84.1944,31.181934,26.713356,41.00721,10.479939,35.56227,31.358936,1.3967992,76.64412,12.680978,228.97075,8.442854,335.59744,21.659552,901.4197,158.85707,4.0207257,11.114488,178.29424,234.25911,1022.80005,781.2395 +2023-12-18 16:00:00,0.0,2919.1135,57.159927,19.593187,62.05275,40.10871,297.9601,35.809326,67.24485,20.475481,39.226494,297.16672,117.53891,19.271011,109.88319,0.35068214,0.27632388,57.287872,9.188304,19.178265,820.021,13.784923,1004.24225,130.29915,8.514369,41.37901,514.7229,60.626965,661.08,234.07315,3426.5745,20.64443,2777.6506,193.66267,10.691351,11.551585,50.08934,239.50511,292.29642,327.79208,46.16129,30.845263,11.075231,642.6366,142.0121,46.987537,9.041194,517.39404,13.29433,573.4205,5.9450035,33.90369,0.0,755.33704,1955.5756,0.24925973,128.26505,15.734741,11412.255,25.820133,0.8920257,7.129237,18.73862,6.6208534,1.9687535,10.377164,267.62732,64.56631,6.722577,0.6420561,2.4048476,115.620186,1.4056209,142.49203,196.56989,1887.142,325.92383,91.21009,157.19176,548.89703,26.295938,24.166126,443.0124,39.7777,55.882584,11.237598,19.572874,173.19475,12.955735,10.769035,50.36491,14.809781,3865.491,18.467972,20.752687,15.947533,10.071172,235.03813,45.594273,20.379032,7.0585494,7.1307306,13.574667,56.23152,89.56967,30.487097,169.13908,19.092344,4.6960435,46.729668,30.848656,56.904778,103.33768,16.457634,2.2413979,14.633897,15.741225,2059.3198,15.181605,1.6152817,36.218906,12.114761,128.39203,82.788895,110.55231,5.9685864,78.35457,382.27838,290.39874,28.280914,291.76462,66.30179,50.53614,71.01621,66.911865,9.803498,33.734478,492.97324,1.9464144,3.8474908,164.9652,24.087404,9.008666,19.6647,21.89042,216.26581,71.25215,161.82642,1189.6621,165.26979,1921.8217,1730.3512,15.967096,18.729595,1922.2809,23.676964,29.132526,475.65842,54.942204,88.95027,39.681213,168.22299,290.0713,450.47223,7.2494774,57.875526,234.60307,407.98373,11.877722,101.80469,12.726703,1.6199967,56.43276,1.0551249,1.1809306,3.7691426,11.720143,47.008648,21.077154,20.38172,467.1144,62.92652,37.01152,48.139786,16.339478,72.90457,12.182617,17.076702,13.093011,84.16009,31.158556,26.74417,41.023464,10.4793005,35.608448,31.384766,1.3962868,76.60851,12.674008,228.94995,8.439748,335.48492,21.661695,901.7676,158.77765,4.0180745,11.11267,178.22464,234.13419,1022.55347,781.5314 +2023-12-18 17:00:00,0.0,2917.8853,57.127087,19.561827,62.00586,40.08609,297.87607,35.790737,67.200066,20.471113,39.1934,296.9781,117.58919,19.259293,109.7166,0.35075325,0.2768705,57.268673,9.209636,19.196056,819.4481,13.782344,1003.59753,130.28275,8.533084,41.399796,514.38245,60.655293,661.6211,234.13489,3424.595,20.679262,2777.8335,193.93164,10.712374,11.570498,50.18172,239.48482,292.2756,328.29022,46.14516,30.82365,11.073998,642.20685,142.23192,47.001225,9.035683,517.4999,13.291088,573.4906,5.944856,33.888523,0.0,755.2976,1954.9219,0.24926907,128.14572,15.730257,11407.466,25.819757,0.89229655,7.1250834,18.728706,6.6223693,1.96895,10.371551,267.52716,64.536064,6.716572,0.6420522,2.405697,115.62613,1.404483,142.47734,196.38374,1886.624,325.55713,91.19539,157.1698,549.5839,26.333729,24.190168,443.74155,39.82514,55.950657,11.234316,19.57246,173.24657,12.948298,10.76741,50.36861,14.814362,3865.9365,18.466639,20.750336,15.946641,10.069662,235.14166,45.60822,20.391129,7.059372,7.128762,13.577348,56.2301,89.52223,30.489012,169.17293,19.089743,4.695197,46.72253,30.83358,56.857265,103.37188,16.471954,2.2395499,14.656827,15.73368,2058.5098,15.197959,1.6128031,36.17736,12.112535,128.36562,82.80278,110.53229,5.974175,78.38182,382.12305,290.256,28.27432,291.60944,66.35439,50.5273,71.011696,66.9893,9.81289,33.753517,492.9594,1.949651,3.8530612,165.07283,24.087711,9.007561,19.679514,21.899494,216.38136,71.28933,161.82855,1190.3455,165.06781,1921.1508,1730.0697,15.956512,18.710518,1921.6942,23.676846,29.101982,475.55737,54.897152,88.887535,39.64831,168.0743,289.99893,450.43033,7.2440414,57.839085,234.40424,407.8846,11.872985,101.77201,12.721046,1.6198664,56.442093,1.054905,1.1806344,3.7671077,11.718351,46.961082,21.071226,20.385216,467.56876,62.897064,36.99251,48.11122,16.333508,72.94119,12.183245,17.10917,13.086627,84.12578,31.135176,26.774982,41.03972,10.4786625,35.65463,31.410595,1.3957744,76.5729,12.667039,228.92915,8.436643,335.3724,21.66384,902.1155,158.69823,4.015424,11.110853,178.15503,234.00926,1022.3069,781.8233 +2023-12-18 18:00:00,0.0,2916.6567,57.094246,19.530466,61.958965,40.06347,297.792,35.77215,67.15528,20.466747,39.16031,296.7895,117.63946,19.247574,109.55,0.35082436,0.2774171,57.249474,9.230968,19.21385,818.87524,13.779766,1002.95276,130.26636,8.551798,41.42058,514.04205,60.68362,662.1622,234.19664,3422.6152,20.714094,2778.0164,194.2006,10.733397,11.589412,50.274097,239.46451,292.25476,328.78833,46.129032,30.802038,11.072765,641.77704,142.45175,47.014915,9.030172,517.6057,13.287846,573.56067,5.944709,33.873356,0.0,755.2582,1954.2682,0.24927841,128.0264,15.725774,11402.677,25.819382,0.89256734,7.1209292,18.71879,6.6238847,1.9691465,10.365937,267.427,64.50582,6.7105665,0.6420483,2.4065468,115.63207,1.403345,142.46265,196.19759,1886.1061,325.19046,91.18068,157.14786,550.27075,26.37152,24.21421,444.47067,39.872585,56.01873,11.231033,19.572042,173.29839,12.940863,10.765786,50.372307,14.818941,3866.3818,18.465305,20.747984,15.945749,10.068151,235.2452,45.622166,20.403225,7.060195,7.1267934,13.580028,56.228676,89.47479,30.490927,169.20677,19.087143,4.6943507,46.715393,30.818506,56.80975,103.406075,16.486273,2.2377017,14.679757,15.726135,2057.7,15.214313,1.6103245,36.13582,12.11031,128.33922,82.81667,110.51227,5.979764,78.40907,381.9677,290.11328,28.267727,291.45425,66.40699,50.518467,71.00719,67.06674,9.822282,33.77256,492.9456,1.9528877,3.8586316,165.18047,24.088018,9.006455,19.694326,21.908567,216.49692,71.326515,161.83069,1191.0287,164.86583,1920.4797,1729.7883,15.945928,18.69144,1921.1077,23.676727,29.071438,475.45636,54.852097,88.8248,39.61541,167.92561,289.92657,450.3884,7.2386055,57.802643,234.2054,407.7855,11.868248,101.73934,12.71539,1.6197362,56.451427,1.0546851,1.1803381,3.7650728,11.716558,46.913517,21.065296,20.38871,468.0231,62.867607,36.973503,48.08266,16.327536,72.97782,12.183871,17.14164,13.080242,84.09147,31.111797,26.805796,41.055973,10.478024,35.700806,31.436422,1.395262,76.537285,12.660069,228.90836,8.433537,335.2599,21.665981,902.4634,158.6188,4.012773,11.1090355,178.08543,233.88434,1022.0603,782.1152 +2023-12-18 19:00:00,0.0,2915.4285,57.06141,19.499105,61.91207,40.040848,297.70795,35.753563,67.1105,20.46238,39.127213,296.6009,117.68973,19.235855,109.38341,0.35089546,0.27796373,57.230274,9.2523,19.231642,818.3024,13.777188,1002.30804,130.24997,8.570513,41.44137,513.7016,60.711952,662.70325,234.25839,3420.6357,20.748928,2778.1995,194.46957,10.75442,11.608326,50.366474,239.44421,292.23395,329.28644,46.112904,30.780424,11.071533,641.3472,142.67157,47.028603,9.024661,517.7116,13.284603,573.6308,5.9445615,33.858185,0.0,755.21875,1953.6144,0.24928775,127.90707,15.721291,11397.887,25.819006,0.8928382,7.1167755,18.708878,6.6254005,1.969343,10.360324,267.32684,64.47558,6.7045617,0.6420444,2.4073963,115.638016,1.4022071,142.44797,196.01143,1885.5881,324.82376,91.165985,157.1259,550.95764,26.40931,24.23825,445.19983,39.920025,56.086803,11.227751,19.571629,173.3502,12.933427,10.764162,50.376003,14.823522,3866.8271,18.463972,20.745632,15.944858,10.066642,235.34872,45.636112,20.415323,7.061018,7.124825,13.582708,56.22725,89.42735,30.492842,169.24062,19.084541,4.6935043,46.708252,30.803432,56.762234,103.44028,16.500593,2.2358534,14.702686,15.71859,2056.8901,15.230667,1.607846,36.094276,12.108083,128.3128,82.83056,110.49225,5.985353,78.436325,381.81238,289.97058,28.261133,291.29904,66.45959,50.509632,71.00267,67.14419,9.831674,33.791603,492.9318,1.9561243,3.8642018,165.2881,24.088326,9.00535,19.709139,21.91764,216.61247,71.36369,161.83282,1191.7119,164.66385,1919.8088,1729.5068,15.935343,18.672363,1920.521,23.676607,29.040894,475.35535,54.807045,88.76206,39.582508,167.77693,289.85422,450.3465,7.2331696,57.7662,234.00656,407.6864,11.863511,101.70667,12.709734,1.6196059,56.460762,1.0544652,1.1800419,3.7630382,11.7147665,46.86595,21.059368,20.392204,468.47742,62.83815,36.954494,48.0541,16.321564,73.01445,12.184499,17.174109,13.073857,84.05716,31.088417,26.836609,41.072227,10.4773855,35.746986,31.462252,1.3947496,76.50167,12.6531,228.88754,8.430431,335.14737,21.668125,902.8113,158.53938,4.010122,11.107218,178.01582,233.75943,1021.8138,782.40704 +2023-12-18 20:00:00,0.0,2914.2002,57.02857,19.467745,61.86518,40.018227,297.62387,35.734974,67.06571,20.458014,39.09412,296.41226,117.74,19.224134,109.21682,0.35096657,0.27851033,57.21108,9.273633,19.249434,817.72955,13.77461,1001.66327,130.23358,8.589227,41.46215,513.3612,60.74028,663.2443,234.32014,3418.6562,20.78376,2778.3823,194.73854,10.775443,11.627239,50.458855,239.42392,292.21313,329.78458,46.096775,30.758812,11.070301,640.9175,142.89139,47.042294,9.01915,517.81744,13.281362,573.7009,5.944414,33.843018,0.0,755.1793,1952.9607,0.2492971,127.787735,15.716807,11393.098,25.818632,0.893109,7.112622,18.698961,6.626916,1.9695395,10.354711,267.22668,64.44534,6.6985564,0.64204055,2.408246,115.64396,1.4010692,142.43327,195.82527,1885.0702,324.45706,91.15128,157.10394,551.64453,26.4471,24.262293,445.929,39.96747,56.154877,11.224468,19.571213,173.40202,12.92599,10.762538,50.3797,14.828101,3867.2725,18.462639,20.74328,15.943966,10.065132,235.45224,45.650063,20.42742,7.0618405,7.1228566,13.585388,56.225826,89.37991,30.494759,169.27444,19.08194,4.692658,46.701115,30.788359,56.714718,103.47447,16.514914,2.2340055,14.725616,15.711044,2056.0803,15.247021,1.6053674,36.05273,12.105857,128.2864,82.844444,110.47223,5.990942,78.46358,381.65704,289.82785,28.25454,291.14386,66.512184,50.500793,70.99815,67.22163,9.841066,33.810646,492.91797,1.959361,3.8697722,165.39575,24.088633,9.004245,19.723953,21.926714,216.72803,71.40087,161.83496,1192.3953,164.46187,1919.1378,1729.2255,15.924758,18.653288,1919.9343,23.676489,29.01035,475.25433,54.76199,88.699326,39.549606,167.62823,289.78186,450.3046,7.2277336,57.72976,233.80772,407.58728,11.858774,101.674,12.704077,1.6194756,56.470097,1.0542454,1.1797457,3.7610033,11.712975,46.81839,21.05344,20.395699,468.93176,62.80869,36.935486,48.02554,16.315592,73.05108,12.185126,17.206577,13.067473,84.02285,31.065039,26.867422,41.08848,10.4767475,35.793163,31.488081,1.3942372,76.46606,12.6461315,228.86674,8.427325,335.03485,21.670269,903.1592,158.45996,4.007471,11.105401,177.94623,233.6345,1021.5672,782.699 +2023-12-18 21:00:00,0.0,2912.972,56.995728,19.436384,61.818287,39.995605,297.53983,35.716385,67.02093,20.453646,39.061028,296.22366,117.79027,19.212416,109.050224,0.35103768,0.27905694,57.19188,9.294965,19.267225,817.15674,13.772032,1001.0185,130.2172,8.607942,41.482937,513.0208,60.76861,663.7854,234.3819,3416.6768,20.818592,2778.5652,195.0075,10.796466,11.6461525,50.55123,239.40363,292.1923,330.28268,46.080647,30.7372,11.069068,640.4877,143.1112,47.055984,9.013639,517.92334,13.278119,573.771,5.9442663,33.82785,0.0,755.1399,1952.307,0.24930644,127.66841,15.712324,11388.309,25.818256,0.8933798,7.108468,18.689047,6.6284313,1.969736,10.349098,267.12653,64.4151,6.692551,0.6420367,2.4090958,115.64991,1.3999312,142.41858,195.63911,1884.5522,324.0904,91.13658,157.08199,552.3314,26.48489,24.286335,446.6581,40.014908,56.22295,11.221186,19.570797,173.45386,12.918554,10.760914,50.3834,14.832682,3867.7178,18.461304,20.740927,15.943074,10.063622,235.55577,45.66401,20.439516,7.0626636,7.120888,13.588069,56.224403,89.33247,30.496674,169.30829,19.079338,4.6918116,46.693977,30.773285,56.667206,103.508675,16.529234,2.2321572,14.748546,15.703499,2055.2705,15.263374,1.6028888,36.01119,12.103631,128.26,82.85834,110.45221,5.996531,78.49083,381.5017,289.68512,28.247946,290.98868,66.56478,50.49196,70.993645,67.299065,9.850458,33.829685,492.90417,1.9625976,3.8753426,165.50339,24.08894,9.0031395,19.738766,21.935787,216.84358,71.43806,161.83711,1193.0785,164.25989,1918.4669,1728.944,15.914173,18.63421,1919.3477,23.67637,28.979805,475.15332,54.716934,88.6366,39.516705,167.47955,289.7095,450.2627,7.222298,57.693317,233.60889,407.48816,11.854037,101.64133,12.698421,1.6193454,56.47943,1.0540254,1.1794494,3.7589684,11.711183,46.770824,21.047512,20.399193,469.3861,62.779232,36.916477,47.996975,16.30962,73.0877,12.185753,17.239046,13.061089,83.98854,31.041658,26.898235,41.104736,10.476109,35.839344,31.51391,1.3937248,76.43044,12.639162,228.84595,8.42422,334.92236,21.672413,903.5071,158.38054,4.00482,11.103583,177.87663,233.50958,1021.3206,782.99084 +2023-12-18 22:00:00,0.0,2911.7437,56.96289,19.405024,61.771393,39.972984,297.45575,35.6978,66.97615,20.44928,39.02793,296.03503,117.840546,19.200697,108.88363,0.3511088,0.27960354,57.17268,9.316298,19.285017,816.58386,13.769454,1000.3738,130.2008,8.626656,41.503723,512.68036,60.79694,664.3265,234.44365,3414.6973,20.853424,2778.748,195.27647,10.81749,11.665066,50.64361,239.38333,292.17148,330.7808,46.064518,30.715586,11.067836,640.05786,143.33104,47.06967,9.008128,518.0292,13.274877,573.8411,5.944119,33.812683,0.0,755.10046,1951.6532,0.24931578,127.54909,15.707841,11383.52,25.81788,0.89365065,7.104314,18.679132,6.629947,1.9699324,10.343485,267.02637,64.38486,6.686546,0.6420328,2.4099452,115.65585,1.3987933,142.4039,195.45296,1884.0343,323.7237,91.12187,157.06004,553.01825,26.52268,24.310377,447.38727,40.06235,56.291023,11.217903,19.570381,173.50568,12.9111185,10.75929,50.387096,14.837261,3868.163,18.45997,20.738575,15.942183,10.062112,235.6593,45.677956,20.451612,7.0634866,7.1189194,13.590749,56.222977,89.285034,30.498589,169.34213,19.076738,4.690965,46.686836,30.758211,56.61969,103.54287,16.543552,2.2303092,14.771476,15.695953,2054.4604,15.279728,1.6004103,35.969646,12.101405,128.2336,82.87222,110.43219,6.0021195,78.518074,381.34637,289.54242,28.24135,290.83347,66.617386,50.48312,70.98913,67.3765,9.85985,33.84873,492.89035,1.9658343,3.8809128,165.61102,24.089247,9.002034,19.753578,21.94486,216.95915,71.475235,161.83925,1193.7618,164.0579,1917.796,1728.6626,15.903588,18.615133,1918.761,23.676252,28.94926,475.05228,54.671883,88.57386,39.483803,167.33086,289.63712,450.22076,7.216862,57.65688,233.41005,407.38904,11.8493,101.60866,12.692764,1.6192151,56.488766,1.0538056,1.1791532,3.7569335,11.709391,46.72326,21.041584,20.402687,469.84045,62.749775,36.897465,47.968414,16.303648,73.12433,12.18638,17.271515,13.054705,83.95423,31.01828,26.929049,41.12099,10.475471,35.88552,31.539738,1.3932124,76.39483,12.632193,228.82515,8.421114,334.80984,21.674555,903.855,158.30112,4.002169,11.101767,177.80702,233.38466,1021.07404,783.2827 +2023-12-18 23:00:00,0.0,2910.5154,56.93005,19.373665,61.724503,39.950363,297.3717,35.67921,66.931366,20.444912,38.99484,295.84644,117.890816,19.188976,108.71703,0.3511799,0.28015018,57.15348,9.337629,19.302809,816.01105,13.766875,999.729,130.18442,8.64537,41.524506,512.33997,60.825268,664.86755,234.5054,3412.7175,20.888256,2778.931,195.54544,10.838512,11.683979,50.735985,239.36302,292.15067,331.27893,46.048386,30.693974,11.066603,639.62805,143.55086,47.083363,9.002617,518.1351,13.271635,573.9112,5.9439716,33.797516,0.0,755.06104,1950.9995,0.24932511,127.429756,15.703358,11378.73,25.817505,0.8939215,7.10016,18.669218,6.6314626,1.9701289,10.337872,266.92624,64.354614,6.6805406,0.6420289,2.410795,115.6618,1.3976554,142.3892,195.2668,1883.5164,323.357,91.10717,157.03809,553.70514,26.56047,24.334417,448.11642,40.10979,56.359097,11.214621,19.569965,173.5575,12.903683,10.757665,50.390793,14.841842,3868.6084,18.458637,20.736223,15.941291,10.060602,235.76283,45.691902,20.463709,7.064309,7.116951,13.59343,56.221554,89.237595,30.500504,169.37598,19.074137,4.690119,46.6797,30.743137,56.572174,103.57707,16.557873,2.228461,14.794406,15.688409,2053.6506,15.2960825,1.5979317,35.9281,12.099179,128.20718,82.886116,110.41217,6.0077085,78.54533,381.19104,289.3997,28.234756,290.67828,66.66998,50.474285,70.98461,67.45394,9.869242,33.86777,492.87653,1.9690709,3.8864832,165.71866,24.089554,9.000929,19.768393,21.953934,217.0747,71.51241,161.84138,1194.4451,163.85594,1917.125,1728.3811,15.893004,18.596056,1918.1744,23.676132,28.918716,474.95126,54.626827,88.51112,39.4509,167.18217,289.56476,450.17886,7.2114263,57.620438,233.21121,407.28995,11.8445635,101.57599,12.687108,1.6190848,56.4981,1.0535856,1.178857,3.7548985,11.707599,46.675694,21.035656,20.406183,470.29477,62.720318,36.878456,47.939854,16.297678,73.16096,12.187008,17.303984,13.04832,83.919914,30.9949,26.95986,41.137245,10.474832,35.9317,31.565567,1.3927,76.359215,12.625223,228.80435,8.418009,334.69733,21.676699,904.2029,158.2217,3.9995182,11.099949,177.73743,233.25974,1020.82745,783.57465 +2023-12-19 00:00:00,0.0,2909.287,56.897213,19.342304,61.67761,39.927742,297.28763,35.66062,66.88658,20.440546,38.961742,295.6578,117.941086,19.177258,108.550446,0.35125104,0.28069678,57.13428,9.358962,19.320602,815.4382,13.7642975,999.0843,130.16801,8.664084,41.54529,511.99954,60.853596,665.4086,234.56715,3410.738,20.923088,2779.114,195.8144,10.859535,11.702892,50.82836,239.34273,292.12985,331.77704,46.032257,30.672361,11.065371,639.1983,143.77068,47.09705,8.997106,518.24097,13.268393,573.9813,5.9438243,33.78235,0.0,755.0216,1950.3458,0.24933445,127.31043,15.6988735,11373.94,25.81713,0.89419234,7.0960064,18.659304,6.6329784,1.9703255,10.332258,266.82608,64.32437,6.6745353,0.64202505,2.4116447,115.66774,1.3965174,142.37453,195.08064,1882.9984,322.99033,91.09247,157.01613,554.392,26.59826,24.35846,448.84558,40.157234,56.42717,11.211338,19.56955,173.60931,12.896246,10.756041,50.394493,14.846421,3869.0537,18.457304,20.733871,15.940399,10.0590925,235.86635,45.70585,20.475807,7.065132,7.1149826,13.596109,56.220127,89.190155,30.502419,169.4098,19.071535,4.6892724,46.67256,30.728064,56.52466,103.61127,16.572193,2.226613,14.817335,15.680863,2052.8408,15.312436,1.5954531,35.88656,12.096952,128.18077,82.9,110.39215,6.0132976,78.57258,381.0357,289.25696,28.228163,290.52307,66.72258,50.465446,70.9801,67.53139,9.878634,33.886814,492.86273,1.9723076,3.8920536,165.82631,24.08986,8.999824,19.783205,21.963007,217.19026,71.5496,161.84352,1195.1284,163.65396,1916.4541,1728.0997,15.88242,18.576979,1917.5878,23.676014,28.888172,474.85025,54.581776,88.44839,39.418,167.0335,289.4924,450.13696,7.2059903,57.583996,233.01237,407.19083,11.839827,101.54332,12.681452,1.6189545,56.507435,1.0533657,1.1785606,3.7528636,11.705806,46.62813,21.029728,20.409678,470.7491,62.69086,36.859447,47.91129,16.291706,73.19758,12.187635,17.336452,13.041936,83.885605,30.971521,26.990673,41.1535,10.474194,35.97788,31.591396,1.3921876,76.3236,12.618254,228.78354,8.414903,334.5848,21.678843,904.5508,158.14227,3.9968672,11.098131,177.66782,233.13481,1020.5809,783.8665 +2023-12-19 01:00:00,0.0,2908.0586,56.864372,19.310944,61.630714,39.905125,297.20355,35.642036,66.8418,20.43618,38.92865,295.4692,117.991356,19.165539,108.38385,0.35132214,0.28124338,57.11508,9.380294,19.338394,814.8653,13.76172,998.4395,130.15163,8.682798,41.56608,511.65912,60.881927,665.94965,234.6289,3408.7585,20.95792,2779.2969,196.08337,10.880559,11.721806,50.920742,239.32243,292.109,332.27515,46.01613,30.650747,11.064137,638.7685,143.99051,47.11074,8.991595,518.3468,13.265151,574.0514,5.943677,33.76718,0.0,754.9822,1949.692,0.2493438,127.19111,15.69439,11369.151,25.816753,0.8944631,7.091852,18.649387,6.634494,1.9705219,10.326645,266.72592,64.29413,6.6685305,0.6420212,2.4124942,115.67368,1.3953795,142.35983,194.89449,1882.4805,322.62363,91.07776,156.99417,555.0789,26.636051,24.382502,449.5747,40.204678,56.495243,11.2080555,19.569134,173.66113,12.88881,10.754416,50.39819,14.851002,3869.499,18.45597,20.73152,15.9395075,10.057583,235.96988,45.719795,20.487904,7.0659547,7.113014,13.59879,56.218704,89.14271,30.504335,169.44365,19.068935,4.688426,46.66542,30.71299,56.477146,103.64547,16.586514,2.2247648,14.840265,15.673318,2052.031,15.32879,1.5929747,35.845016,12.094727,128.15437,82.913895,110.37213,6.0188866,78.59983,380.88037,289.11426,28.22157,290.3679,66.77518,50.45661,70.975586,67.608826,9.888026,33.905853,492.8489,1.9755442,3.8976238,165.93394,24.090168,8.998719,19.798018,21.97208,217.30582,71.58678,161.84566,1195.8116,163.45198,1915.7831,1727.8182,15.871835,18.557903,1917.0011,23.675896,28.857628,474.74924,54.53672,88.38565,39.385098,166.8848,289.42004,450.09506,7.2005544,57.547554,232.81354,407.0917,11.83509,101.51064,12.675796,1.6188244,56.51677,1.0531459,1.1782644,3.7508287,11.704014,46.580566,21.0238,20.413172,471.20346,62.6614,36.84044,47.88273,16.285734,73.23421,12.188262,17.368921,13.035551,83.851295,30.948141,27.021486,41.169754,10.473555,36.02406,31.617226,1.3916752,76.287994,12.611284,228.76274,8.411798,334.4723,21.680986,904.8987,158.06285,3.9942162,11.096314,177.59822,233.0099,1020.33435,784.1584 +2023-12-19 02:00:00,0.0,2906.8303,56.83153,19.279583,61.583824,39.882504,297.1195,35.623447,66.79701,20.431812,38.895557,295.28058,118.041626,19.15382,108.217255,0.35139325,0.28179002,57.095882,9.401627,19.356186,814.2925,13.759141,997.7948,130.13524,8.701513,41.58686,511.3187,60.910255,666.4907,234.69064,3406.779,20.992754,2779.4797,196.35234,10.901582,11.740719,51.01312,239.30214,292.0882,332.7733,46.0,30.629135,11.062905,638.3387,144.21033,47.124428,8.986084,518.4527,13.261909,574.1215,5.9435296,33.752014,0.0,754.9427,1949.0383,0.24935314,127.07178,15.689907,11364.362,25.81638,0.89473397,7.0876985,18.639475,6.636009,1.9707184,10.321032,266.62576,64.263885,6.662525,0.64201725,2.413344,115.67963,1.3942416,142.34514,194.70833,1881.9625,322.25693,91.06306,156.97223,555.76575,26.673841,24.406542,450.30386,40.252117,56.563316,11.204773,19.568718,173.71297,12.881374,10.752792,50.401886,14.855581,3869.9446,18.454638,20.729166,15.938616,10.056072,236.07341,45.733746,20.5,7.0667777,7.111046,13.60147,56.21728,89.09527,30.50625,169.4775,19.066334,4.6875796,46.658283,30.697916,56.42963,103.679665,16.600832,2.2229166,14.863195,15.665772,2051.221,15.345143,1.5904961,35.80347,12.092501,128.12796,82.92778,110.35211,6.0244756,78.62708,380.72504,288.97153,28.214975,290.2127,66.827774,50.447773,70.97107,67.686264,9.897418,33.924896,492.8351,1.9787809,3.9031942,166.04158,24.090477,8.997614,19.812832,21.981153,217.42137,71.62396,161.8478,1196.4949,163.25,1915.1122,1727.5369,15.86125,18.538826,1916.4144,23.675777,28.827084,474.6482,54.49167,88.32292,39.352196,166.73611,289.3477,450.05313,7.1951184,57.511112,232.6147,406.99258,11.830353,101.477974,12.670139,1.6186941,56.526104,1.052926,1.1779681,3.748794,11.702222,46.533,21.017872,20.416666,471.6578,62.631943,36.82143,47.854168,16.279762,73.270836,12.1888895,17.40139,13.029167,83.816986,30.92476,27.0523,41.186012,10.472917,36.07024,31.643053,1.3911629,76.25238,12.604315,228.74194,8.408691,334.35977,21.68313,905.2466,157.98343,3.9915652,11.094497,177.52863,232.88498,1020.08777,784.4503 +2023-12-19 03:00:00,0.0,2905.602,56.798695,19.248222,61.53693,39.859882,297.03543,35.60486,66.75223,20.427446,38.86246,295.09198,118.0919,19.1421,108.05066,0.35146436,0.28233662,57.076683,9.422958,19.373978,813.7196,13.756563,997.15,130.11885,8.720227,41.607647,510.97827,60.938583,667.0318,234.7524,3404.7993,21.027586,2779.6626,196.6213,10.922605,11.759632,51.105495,239.28185,292.06738,333.2714,45.98387,30.607523,11.061673,637.90894,144.43015,47.13812,8.980573,518.55853,13.258666,574.19165,5.9433823,33.736843,0.0,754.90326,1948.3846,0.24936248,126.95245,15.685424,11359.573,25.816004,0.8950048,7.0835447,18.629559,6.637525,1.9709148,10.315419,266.5256,64.23364,6.65652,0.6420134,2.4141936,115.68557,1.3931036,142.33046,194.52217,1881.4446,321.89026,91.048355,156.95027,556.45264,26.711632,24.430584,451.03302,40.29956,56.63139,11.20149,19.568302,173.76479,12.873939,10.751168,50.405582,14.860162,3870.39,18.453304,20.726814,15.937724,10.054563,236.17693,45.747692,20.512096,7.0676007,7.109077,13.604151,56.215855,89.04783,30.508165,169.51134,19.063732,4.6867332,46.651146,30.682842,56.382114,103.71387,16.615152,2.2210686,14.886125,15.658227,2050.4111,15.361497,1.5880176,35.76193,12.090275,128.10156,82.94167,110.33209,6.030064,78.654335,380.5697,288.8288,28.208382,290.0575,66.88038,50.43894,70.96656,67.7637,9.90681,33.94394,492.8213,1.9820175,3.9087646,166.14922,24.090784,8.996509,19.827644,21.990227,217.53693,71.66114,161.84993,1197.1782,163.04802,1914.4412,1727.2554,15.850665,18.519749,1915.8278,23.67566,28.79654,474.54718,54.446613,88.260185,39.319294,166.58742,289.27533,450.01123,7.189683,57.47467,232.41586,406.8935,11.825616,101.445305,12.664483,1.6185638,56.53544,1.052706,1.1776719,3.7467592,11.70043,46.485435,21.011942,20.42016,472.11212,62.602486,36.80242,47.825603,16.27379,73.30746,12.189517,17.433857,13.022782,83.78268,30.901382,27.083113,41.202267,10.472278,36.116417,31.668882,1.3906504,76.21677,12.597345,228.72115,8.405586,334.24725,21.685272,905.5945,157.904,3.9889145,11.092679,177.45901,232.76006,1019.8412,784.7422 +2023-12-19 04:00:00,0.0,2904.3738,56.765854,19.216862,61.49004,39.83726,296.9514,35.586273,66.70745,20.423079,38.82937,294.90335,118.14217,19.13038,107.88407,0.35153547,0.28288323,57.057484,9.444291,19.39177,813.1468,13.753985,996.50525,130.10246,8.738942,41.628433,510.63788,60.966915,667.5729,234.81415,3402.8198,21.062418,2779.8455,196.89027,10.943628,11.778545,51.197876,239.26154,292.04654,333.7695,45.967743,30.585909,11.06044,637.4791,144.64996,47.151806,8.975062,518.6644,13.2554245,574.2617,5.943235,33.721676,0.0,754.86383,1947.7308,0.24937183,126.83313,15.680941,11354.783,25.815628,0.89527565,7.079391,18.619644,6.6390405,1.9711114,10.309806,266.42545,64.20341,6.6505146,0.6420095,2.415043,115.69151,1.3919657,142.31577,194.33603,1880.9266,321.52356,91.033646,156.92831,557.1395,26.749422,24.454626,451.76215,40.347,56.699463,11.198208,19.567886,173.8166,12.866502,10.749543,50.409283,14.864741,3870.8352,18.451971,20.724463,15.936832,10.053053,236.28046,45.76164,20.524193,7.0684233,7.1071086,13.606831,56.21443,89.00039,30.51008,169.54518,19.06113,4.685887,46.644005,30.667768,56.3346,103.74806,16.629473,2.2192204,14.909055,15.650682,2049.6013,15.3778515,1.585539,35.720383,12.088048,128.07515,82.95556,110.31207,6.035653,78.68159,380.41437,288.6861,28.201788,289.9023,66.932976,50.4301,70.96204,67.84114,9.916203,33.96298,492.80746,1.9852542,3.914335,166.25685,24.091091,8.995403,19.842457,21.9993,217.65248,71.69832,161.85207,1197.8616,162.84604,1913.7703,1726.9739,15.84008,18.500671,1915.2412,23.675539,28.765995,474.44617,54.401558,88.19745,39.286392,166.43874,289.20297,449.96933,7.184247,57.43823,232.21703,406.79437,11.820879,101.412636,12.658827,1.6184335,56.544773,1.0524862,1.1773757,3.7447243,11.698638,46.437874,21.006014,20.423656,472.56647,62.57303,36.78341,47.797043,16.267818,73.344086,12.190144,17.466326,13.016398,83.74837,30.878002,27.113926,41.21852,10.47164,36.162598,31.694712,1.390138,76.18115,12.590376,228.70035,8.40248,334.13474,21.687416,905.9424,157.82458,3.9862635,11.090862,177.38942,232.63513,1019.5946,785.03406 +2023-12-19 05:00:00,0.0,2903.1455,56.733013,19.185501,61.443146,39.81464,296.8673,35.567684,66.66267,20.418713,38.796276,294.71475,118.192444,19.118662,107.717476,0.35160658,0.28342983,57.038284,9.465624,19.409563,812.5739,13.751407,995.86053,130.08607,8.757656,41.649216,510.29745,60.995243,668.11395,234.8759,3400.8403,21.09725,2780.0286,197.15924,10.964651,11.797459,51.290253,239.24124,292.02573,334.26764,45.951614,30.564297,11.059208,637.0493,144.8698,47.165497,8.969551,518.77026,13.252182,574.33185,5.9430876,33.70651,0.0,754.8244,1947.0771,0.24938117,126.713806,15.676457,11349.994,25.815252,0.89554644,7.075237,18.60973,6.6405563,1.9713079,10.304193,266.3253,64.173164,6.6445093,0.6420056,2.4158928,115.69746,1.3908278,142.30107,194.14987,1880.4087,321.15686,91.01894,156.90637,557.8264,26.787212,24.478668,452.4913,40.394444,56.767536,11.194925,19.56747,173.86842,12.859066,10.747919,50.41298,14.869322,3871.2805,18.450636,20.72211,15.935941,10.051543,236.38399,45.775585,20.536291,7.0692463,7.10514,13.60951,56.21301,88.95295,30.511995,169.57901,19.05853,4.6850405,46.636868,30.652695,56.287083,103.782265,16.643793,2.2173724,14.931985,15.643137,2048.7915,15.394205,1.5830604,35.67884,12.085822,128.04875,82.969444,110.29205,6.041242,78.70884,380.25903,288.54337,28.195194,289.74713,66.98557,50.421265,70.95753,67.91858,9.925594,33.98202,492.79367,1.9884908,3.9199052,166.3645,24.091398,8.994298,19.857271,22.008373,217.76804,71.735504,161.85422,1198.5448,162.64406,1913.0992,1726.6925,15.829495,18.481596,1914.6545,23.67542,28.73545,474.34515,54.356506,88.13471,39.25349,166.29005,289.1306,449.9274,7.178811,57.401787,232.01819,406.69525,11.816142,101.37996,12.65317,1.6183033,56.554108,1.0522662,1.1770794,3.7426894,11.696846,46.39031,21.000086,20.42715,473.0208,62.54357,36.7644,47.768482,16.261848,73.380714,12.190771,17.498795,13.010014,83.71406,30.854624,27.14474,41.234776,10.471001,36.208775,31.720541,1.3896257,76.14554,12.583406,228.67953,8.399375,334.02225,21.68956,906.2903,157.74516,3.9836125,11.089045,177.31981,232.51021,1019.348,785.326 +2023-12-19 06:00:00,0.0,2901.9172,56.700176,19.15414,61.39625,39.79202,296.78326,35.549095,66.61788,20.414345,38.76318,294.52612,118.242714,19.106941,107.55088,0.3516777,0.28397647,57.01909,9.486956,19.427355,812.0011,13.748829,995.21576,130.06969,8.77637,41.670002,509.95703,61.02357,668.655,234.93765,3398.8608,21.132082,2780.2114,197.4282,10.985675,11.816372,51.38263,239.22095,292.0049,334.76575,45.935482,30.542685,11.057975,636.61957,145.08961,47.179184,8.96404,518.87616,13.2489395,574.4019,5.9429398,33.69134,0.0,754.785,1946.4235,0.24939051,126.594475,15.671974,11345.205,25.814877,0.8958173,7.071083,18.599815,6.6420717,1.9715043,10.298579,266.22513,64.14292,6.638504,0.64200175,2.4167426,115.7034,1.3896898,142.28639,193.96371,1879.8907,320.7902,91.00424,156.88441,558.51324,26.825003,24.502708,453.22046,40.441883,56.83561,11.191643,19.567055,173.92024,12.85163,10.746295,50.416676,14.873901,3871.7258,18.449303,20.719759,15.935049,10.050033,236.48752,45.78953,20.548388,7.070069,7.103172,13.612191,56.211582,88.90551,30.51391,169.61285,19.05593,4.684194,46.62973,30.637619,56.23957,103.81646,16.658112,2.2155242,14.954914,15.6355915,2047.9816,15.410559,1.5805819,35.6373,12.083596,128.02234,82.98334,110.27203,6.046831,78.73609,380.1037,288.40063,28.1886,289.59192,67.03817,50.412426,70.95302,67.996025,9.934986,34.001064,492.77985,1.9917275,3.9254756,166.47214,24.091705,8.993193,19.872084,22.017445,217.88359,71.77268,161.85635,1199.228,162.44208,1912.4283,1726.411,15.818912,18.462519,1914.0679,23.675303,28.704906,474.24414,54.31145,88.071976,39.22059,166.14136,289.05823,449.8855,7.173375,57.365345,231.81935,406.59613,11.811405,101.34729,12.647513,1.618173,56.563442,1.0520463,1.1767832,3.7406545,11.695053,46.342743,20.994158,20.430645,473.47516,62.51411,36.74539,47.739918,16.255877,73.417336,12.191399,17.531263,13.00363,83.67974,30.831244,27.175552,41.25103,10.470363,36.254955,31.746368,1.3891132,76.109924,12.576437,228.65874,8.396269,333.90973,21.691704,906.6382,157.66574,3.9809616,11.087227,177.25021,232.38528,1019.10144,785.61786 +2023-12-19 07:00:00,0.0,2900.689,56.667336,19.12278,61.34936,39.769398,296.6992,35.53051,66.5731,20.409979,38.730087,294.33752,118.292984,19.095222,107.38429,0.3517488,0.28452307,56.99989,9.508288,19.445147,811.4282,13.746251,994.57104,130.05328,8.795085,41.69079,509.6166,61.051903,669.1961,234.9994,3396.8813,21.166914,2780.3943,197.69717,11.006698,11.835285,51.475006,239.20065,291.98407,335.26385,45.919353,30.52107,11.056743,636.18976,145.30943,47.192875,8.958529,518.982,13.245698,574.47205,5.9427924,33.676174,0.0,754.74554,1945.7697,0.24939984,126.47515,15.66749,11340.416,25.814503,0.8960881,7.0669293,18.589901,6.643587,1.9717009,10.292966,266.12497,64.11268,6.6324987,0.6419979,2.417592,115.70934,1.388552,142.2717,193.77756,1879.3728,320.4235,90.98953,156.86246,559.20013,26.862793,24.52675,453.9496,40.489326,56.903683,11.188359,19.566639,173.97208,12.844193,10.744671,50.420376,14.878482,3872.1711,18.44797,20.717405,15.934157,10.048523,236.59103,45.80348,20.560484,7.070892,7.1012034,13.614871,56.21016,88.85807,30.515827,169.6467,19.053328,4.6833477,46.62259,30.622545,56.192055,103.85066,16.672432,2.2136762,14.977844,15.628046,2047.1716,15.426912,1.5781033,35.595753,12.08137,127.99593,82.99722,110.252014,6.05242,78.763336,379.94836,288.25793,28.182007,289.43674,67.09077,50.40359,70.9485,68.07346,9.944378,34.020107,492.76605,1.9949641,3.931046,166.57977,24.092012,8.992087,19.886896,22.026518,217.99915,71.80986,161.85849,1199.9114,162.2401,1911.7573,1726.1296,15.808327,18.443441,1913.4812,23.675184,28.67436,474.1431,54.2664,88.00924,39.187687,165.99268,288.98587,449.8436,7.167939,57.328907,231.62051,406.49704,11.806668,101.31462,12.641857,1.6180427,56.572777,1.0518265,1.176487,3.7386196,11.693261,46.295177,20.98823,20.43414,473.92947,62.484653,36.726383,47.711357,16.249905,73.453964,12.192026,17.563732,12.997245,83.64543,30.807865,27.206366,41.267284,10.469725,36.301132,31.772198,1.3886008,76.07431,12.5694685,228.63794,8.393164,333.7972,21.693846,906.9861,157.58632,3.9783106,11.08541,177.18062,232.26038,1018.85486,785.9097 +2023-12-19 08:00:00,0.0,2899.4604,56.6345,19.091421,61.302467,39.746777,296.61514,35.51192,66.52831,20.405611,38.69699,294.1489,118.34326,19.083504,107.2177,0.3518199,0.28506967,56.98069,9.52962,19.462938,810.85535,13.743672,993.9263,130.0369,8.813799,41.711575,509.27618,61.08023,669.7372,235.06116,3394.9016,21.201748,2780.5771,197.96614,11.02772,11.854198,51.56739,239.18036,291.96326,335.762,45.903225,30.499458,11.05551,635.75995,145.52927,47.206566,8.953018,519.0879,13.2424555,574.5421,5.942645,33.661007,0.0,754.7061,1945.116,0.24940918,126.35583,15.663007,11335.627,25.814127,0.8963589,7.062775,18.579987,6.645103,1.9718974,10.287353,266.0248,64.082436,6.626494,0.641994,2.4184418,115.71529,1.387414,142.257,193.5914,1878.8549,320.0568,90.97483,156.8405,559.887,26.900583,24.550793,454.67874,40.53677,56.971756,11.185077,19.566223,174.0239,12.836758,10.743047,50.424072,14.883061,3872.6165,18.446636,20.715054,15.933266,10.047013,236.69456,45.81743,20.57258,7.071715,7.0992346,13.617552,56.208736,88.81063,30.517742,169.68054,19.050728,4.6825013,46.61545,30.607471,56.14454,103.88486,16.686752,2.211828,15.000773,15.620501,2046.3618,15.443267,1.5756247,35.55421,12.0791445,127.96953,83.011116,110.231995,6.0580087,78.79059,379.79303,288.1152,28.175411,289.28156,67.14337,50.394756,70.943985,68.1509,9.953771,34.039146,492.75223,1.9982008,3.9366162,166.68741,24.09232,8.990982,19.90171,22.035591,218.1147,71.847046,161.86063,1200.5947,162.03812,1911.0864,1725.8481,15.797742,18.424364,1912.8945,23.675066,28.643816,474.04208,54.221344,87.94651,39.154785,165.84398,288.9135,449.8017,7.1625032,57.292465,231.42168,406.39792,11.801931,101.28195,12.636201,1.6179125,56.58211,1.0516065,1.1761907,3.7365847,11.691469,46.247616,20.982302,20.437634,474.38382,62.455196,36.707375,47.682796,16.243933,73.49059,12.192653,17.5962,12.99086,83.61112,30.784485,27.237179,41.28354,10.469086,36.347313,31.798027,1.3880885,76.0387,12.562499,228.61714,8.390058,333.6847,21.69599,907.334,157.5069,3.9756596,11.083592,177.11101,232.13545,1018.60834,786.20166 +2023-12-19 09:00:00,0.0,2898.2322,56.601658,19.06006,61.255573,39.724155,296.53107,35.493336,66.48353,20.401245,38.6639,293.9603,118.39353,19.071783,107.0511,0.351891,0.2856163,56.96149,9.550953,19.48073,810.28253,13.741095,993.28156,130.02051,8.832514,41.732357,508.9358,61.10856,670.2782,235.12291,3392.922,21.23658,2780.76,198.2351,11.048744,11.873112,51.659767,239.16005,291.94244,336.2601,45.887096,30.477846,11.054277,635.33014,145.74908,47.220253,8.947507,519.1937,13.239213,574.61224,5.9424977,33.64584,0.0,754.6667,1944.4623,0.24941853,126.236496,15.658524,11330.837,25.813751,0.89662975,7.0586214,18.570072,6.6466184,1.9720938,10.28174,265.92465,64.05219,6.6204886,0.6419901,2.4192915,115.72123,1.386276,142.24232,193.40524,1878.3369,319.69012,90.96013,156.81856,560.5739,26.938374,24.574833,455.4079,40.58421,57.03983,11.181794,19.565807,174.07571,12.829322,10.741422,50.42777,14.887642,3873.0618,18.445303,20.712702,15.932374,10.045504,236.7981,45.831375,20.584677,7.0725374,7.097266,13.620232,56.20731,88.76319,30.519657,169.71437,19.048126,4.681655,46.608315,30.592398,56.097023,103.91906,16.701073,2.2099798,15.023704,15.612956,2045.5519,15.45962,1.5731462,35.51267,12.076918,127.94312,83.025,110.211975,6.0635977,78.81784,379.6377,287.97247,28.168818,289.12634,67.19597,50.385918,70.939476,68.22834,9.963162,34.05819,492.7384,2.0014374,3.9421866,166.79506,24.092627,8.989877,19.916523,22.044664,218.23026,71.884224,161.86276,1201.278,161.83614,1910.4154,1725.5668,15.787157,18.405289,1912.308,23.674946,28.613272,473.94107,54.17629,87.88377,39.121883,165.6953,288.84116,449.75977,7.157068,57.256023,231.22284,406.2988,11.7971945,101.249275,12.630545,1.6177822,56.591446,1.0513866,1.1758944,3.7345498,11.689677,46.20005,20.976374,20.44113,474.83817,62.42574,36.688366,47.654232,16.23796,73.527214,12.19328,17.62867,12.984476,83.57681,30.761106,27.26799,41.299793,10.468448,36.39349,31.823856,1.387576,76.00308,12.55553,228.59634,8.386952,333.57217,21.698133,907.6819,157.42747,3.9730089,11.081775,177.04141,232.01053,1018.36176,786.4935 +2023-12-19 10:00:00,0.0,2897.004,56.568817,19.0287,61.208683,39.701534,296.447,35.474747,66.43875,20.396877,38.630806,293.77167,118.4438,19.060064,106.88451,0.35196212,0.2861629,56.94229,9.572285,19.498522,809.70966,13.738517,992.6368,130.00412,8.851228,41.753143,508.59537,61.13689,670.8193,235.18466,3390.9426,21.271412,2780.943,198.50407,11.069767,11.892026,51.752144,239.13976,291.92163,336.7582,45.870968,30.456232,11.053045,634.9004,145.9689,47.233944,8.941996,519.29956,13.235971,574.6824,5.9423504,33.630672,0.0,754.62726,1943.8085,0.24942787,126.11717,15.65404,11326.048,25.813375,0.8969006,7.0544677,18.560158,6.6481338,1.9722903,10.276127,265.8245,64.02195,6.6144834,0.64198625,2.420141,115.72717,1.3851382,142.22763,193.21909,1877.819,319.32343,90.94543,156.7966,561.26074,26.976164,24.598875,456.13705,40.631653,57.107903,11.178512,19.565392,174.12753,12.821886,10.739798,50.43147,14.892221,3873.507,18.44397,20.71035,15.931482,10.043993,236.90161,45.84532,20.596775,7.0733604,7.095298,13.622912,56.205887,88.71575,30.521572,169.74821,19.045525,4.6808085,46.601173,30.577324,56.04951,103.95326,16.715391,2.2081318,15.046634,15.605411,2044.7421,15.475974,1.5706676,35.471123,12.074692,127.91672,83.038895,110.191956,6.0691867,78.84509,379.48236,287.82977,28.162224,288.97116,67.248566,50.377083,70.93496,68.30578,9.972554,34.077232,492.7246,2.0046742,3.947757,166.9027,24.092934,8.988772,19.931335,22.053738,218.34581,71.9214,161.8649,1201.9612,161.63416,1909.7445,1725.2853,15.776572,18.386211,1911.7213,23.674828,28.582727,473.84006,54.131237,87.82104,39.08898,165.54662,288.7688,449.71786,7.151632,57.21958,231.024,406.19968,11.792458,101.216606,12.624888,1.6176519,56.60078,1.0511668,1.1755981,3.732515,11.687885,46.152485,20.970446,20.444624,475.2925,62.396282,36.669357,47.62567,16.231989,73.56384,12.193908,17.661139,12.978091,83.5425,30.737726,27.298803,41.316048,10.467809,36.43967,31.849684,1.3870636,75.967476,12.54856,228.57553,8.383846,333.45966,21.700277,908.0298,157.34805,3.970358,11.079958,176.9718,231.8856,1018.1152,786.7854 +2023-12-19 11:00:00,0.0,2895.7756,56.53598,18.99734,61.16179,39.678913,296.36295,35.456158,66.39397,20.392511,38.59771,293.58307,118.49407,19.048346,106.71792,0.35203323,0.28670952,56.92309,9.593617,19.516315,809.13684,13.735938,991.99207,129.98773,8.869942,41.77393,508.25494,61.16522,671.36035,235.2464,3388.9631,21.306244,2781.126,198.77304,11.09079,11.910939,51.84452,239.11946,291.9008,337.25635,45.85484,30.43462,11.051812,634.4706,146.18872,47.24763,8.936485,519.40546,13.232729,574.75244,5.942203,33.6155,0.0,754.58777,1943.1548,0.24943721,125.99785,15.649557,11321.259,25.813,0.89717144,7.050314,18.550243,6.6496496,1.9724869,10.270514,265.72433,63.99171,6.608478,0.6419824,2.4209907,115.73312,1.3840002,142.21295,193.03293,1877.301,318.95673,90.930725,156.77464,561.94763,27.013954,24.622917,456.86618,40.679092,57.175976,11.175229,19.564976,174.17937,12.814449,10.7381735,50.435165,14.896802,3873.9526,18.442636,20.707996,15.930591,10.042483,237.00514,45.85927,20.608871,7.0741835,7.0933294,13.625592,56.20446,88.66831,30.523487,169.78206,19.042923,4.679962,46.594036,30.56225,56.001995,103.98746,16.729712,2.2062836,15.069563,15.597865,2043.9321,15.492328,1.568189,35.42958,12.072466,127.89031,83.05278,110.171936,6.0747757,78.872345,379.32703,287.68704,28.15563,288.81595,67.30116,50.368244,70.93044,68.383224,9.981947,34.096275,492.7108,2.0079107,3.9533272,167.01033,24.09324,8.987667,19.946148,22.06281,218.46138,71.95859,161.86703,1202.6445,161.43217,1909.0735,1725.0039,15.765987,18.367134,1911.1346,23.67471,28.552183,473.73904,54.08618,87.7583,39.05608,165.39792,288.69644,449.67596,7.146196,57.18314,230.82516,406.1006,11.787721,101.18394,12.619232,1.6175216,56.610115,1.0509468,1.1753019,3.7304802,11.686093,46.10492,20.964518,20.448118,475.74683,62.36682,36.650345,47.59711,16.226019,73.60047,12.194534,17.693607,12.971707,83.508194,30.714346,27.329617,41.332302,10.467171,36.485847,31.875513,1.3865513,75.93186,12.541591,228.55473,8.380741,333.34714,21.702421,908.3777,157.26863,3.967707,11.07814,176.9022,231.76068,1017.8686,787.07733 +2023-12-19 12:00:00,0.0,2894.5474,56.50314,18.965979,61.114895,39.656292,296.27887,35.437572,66.34918,20.388145,38.564617,293.39444,118.54434,19.036627,106.55132,0.35210434,0.28725612,56.903893,9.614949,19.534107,808.56396,13.73336,991.3473,129.97134,8.888657,41.794712,507.91452,61.193546,671.9014,235.30815,3386.9836,21.341076,2781.3088,199.042,11.111814,11.9298525,51.936897,239.09917,291.87997,337.75446,45.83871,30.413008,11.05058,634.0408,146.40855,47.261322,8.930974,519.51135,13.229487,574.8226,5.9420557,33.600334,0.0,754.54834,1942.5011,0.24944656,125.87852,15.645074,11316.47,25.812624,0.8974422,7.0461597,18.540329,6.651165,1.9726833,10.2649,265.62418,63.961468,6.602473,0.64197844,2.4218402,115.73907,1.3828622,142.19826,192.84677,1876.7831,318.59006,90.916016,156.75269,562.6345,27.051744,24.646957,457.59534,40.726536,57.244053,11.171947,19.56456,174.23119,12.8070135,10.736549,50.43886,14.9013815,3874.398,18.441303,20.705645,15.929699,10.040974,237.10867,45.873215,20.620968,7.075006,7.091361,13.628273,56.203037,88.62087,30.525404,169.8159,19.040323,4.679116,46.5869,30.547176,55.95448,104.02166,16.744032,2.2044356,15.092493,15.59032,2043.1223,15.508681,1.5657105,35.388035,12.07024,127.86391,83.06667,110.15192,6.080364,78.8996,379.1717,287.5443,28.149036,288.66077,67.35376,50.35941,70.925934,68.46066,9.991339,34.115314,492.69696,2.0111475,3.9588976,167.11797,24.093548,8.986562,19.960962,22.071884,218.57693,71.995766,161.86917,1203.3278,161.23021,1908.4026,1724.7224,15.7554035,18.348057,1910.548,23.674591,28.521639,473.638,54.04113,87.695564,39.02318,165.24924,288.62408,449.63403,7.14076,57.146698,230.62633,406.00146,11.782984,101.15127,12.613575,1.6173915,56.61945,1.0507269,1.1750057,3.7284453,11.6843,46.057358,20.958588,20.451612,476.20117,62.337364,36.631336,47.56855,16.220047,73.6371,12.195162,17.726076,12.9653225,83.473885,30.690968,27.36043,41.34856,10.466532,36.53203,31.901342,1.3860388,75.89625,12.534621,228.53394,8.377635,333.23462,21.704563,908.7256,157.18921,3.965056,11.076323,176.83261,231.63576,1017.622,787.3692 +2023-12-19 13:00:00,0.0,2893.319,56.4703,18.934618,61.068005,39.63367,296.19482,35.418983,66.3044,20.383778,38.531525,293.20584,118.59462,19.024906,106.38473,0.35217544,0.28780276,56.884693,9.636282,19.551899,807.99115,13.7307825,990.7025,129.95496,8.907371,41.8155,507.57413,61.221878,672.4425,235.3699,3385.004,21.375908,2781.4917,199.31097,11.132836,11.948766,52.029278,239.07887,291.85916,338.25256,45.822582,30.391394,11.049347,633.611,146.62837,47.27501,8.925463,519.6172,13.226245,574.89264,5.9419084,33.585167,0.0,754.5089,1941.8473,0.2494559,125.75919,15.640591,11311.681,25.81225,0.89771307,7.042006,18.530413,6.652681,1.9728798,10.259287,265.52402,63.931225,6.5964675,0.64197457,2.42269,115.74501,1.3817244,142.18356,192.66061,1876.2651,318.22336,90.90131,156.73074,563.3214,27.089535,24.671,458.3245,40.773975,57.312126,11.168664,19.564144,174.283,12.799578,10.734925,50.44256,14.905962,3874.8433,18.43997,20.703293,15.928807,10.039464,237.2122,45.88716,20.633064,7.075829,7.089392,13.630953,56.201614,88.57343,30.527319,169.84973,19.037722,4.6782694,46.579758,30.532103,55.906963,104.055855,16.758352,2.2025874,15.115423,15.582774,2042.3124,15.525036,1.563232,35.346493,12.068014,127.8375,83.08056,110.1319,6.085953,78.92685,379.01636,287.4016,28.142443,288.50558,67.406364,50.35057,70.92142,68.5381,10.0007305,34.134357,492.68317,2.014384,3.964468,167.2256,24.093855,8.985456,19.975775,22.080957,218.69249,72.03294,161.8713,1204.0111,161.02823,1907.7316,1724.441,15.744819,18.32898,1909.9614,23.67447,28.491095,473.537,53.996075,87.63283,38.990276,165.10054,288.55173,449.59213,7.135324,57.110256,230.42749,405.90234,11.778247,101.1186,12.607919,1.6172612,56.628784,1.0505071,1.1747094,3.7264104,11.682508,46.009792,20.95266,20.455107,476.65552,62.307907,36.612328,47.539986,16.214075,73.67372,12.195789,17.758545,12.958939,83.439575,30.667587,27.391243,41.364815,10.465894,36.578205,31.927172,1.3855264,75.860634,12.527652,228.51314,8.37453,333.1221,21.706707,909.0735,157.10979,3.962405,11.074506,176.763,231.51085,1017.3754,787.6611 +2023-12-19 14:00:00,0.0,2892.0908,56.43746,18.903257,61.02111,39.61105,296.11075,35.400394,66.25961,20.379412,38.49843,293.0172,118.64489,19.013187,106.21814,0.35224658,0.28834936,56.865494,9.657614,19.56969,807.4183,13.728204,990.0578,129.93855,8.926085,41.836285,507.2337,61.250206,672.9836,235.43166,3383.0244,21.410742,2781.6746,199.57994,11.153859,11.967679,52.121655,239.05856,291.83832,338.7507,45.80645,30.369781,11.048115,633.1812,146.84819,47.2887,8.919952,519.7231,13.223002,574.96277,5.941761,33.57,0.0,754.4695,1941.1936,0.24946523,125.63987,15.6361065,11306.891,25.811874,0.8979839,7.0378523,18.520498,6.6541963,1.9730762,10.2536745,265.42386,63.900986,6.5904627,0.6419707,2.4235396,115.75095,1.3805864,142.16888,192.47446,1875.7472,317.85666,90.88661,156.70879,564.00824,27.127325,24.695042,459.05362,40.82142,57.3802,11.165381,19.563728,174.33482,12.792142,10.7333,50.44626,14.910542,3875.2886,18.438635,20.700941,15.927916,10.037953,237.31572,45.90111,20.64516,7.0766516,7.087424,13.633634,56.200188,88.52599,30.529234,169.88358,19.03512,4.677423,46.57262,30.517029,55.85945,104.09006,16.77267,2.2007394,15.138352,15.57523,2041.5026,15.541389,1.5607533,35.30495,12.065787,127.8111,83.094444,110.11188,6.0915422,78.9541,378.86102,287.25888,28.135849,288.35037,67.45896,50.341736,70.9169,68.61554,10.010122,34.1534,492.66934,2.0176208,3.9700384,167.33325,24.094162,8.984351,19.990587,22.09003,218.80804,72.07013,161.87346,1204.6943,160.82625,1907.0607,1724.1595,15.734234,18.309904,1909.3748,23.674353,28.46055,473.43597,53.951023,87.5701,38.957375,164.95186,288.47934,449.55023,7.129888,57.073814,230.22865,405.80322,11.77351,101.08592,12.6022625,1.6171309,56.63812,1.0502871,1.1744132,3.7243755,11.6807165,45.962227,20.946732,20.458603,477.10986,62.27845,36.59332,47.511425,16.208103,73.71035,12.196417,17.791014,12.952554,83.40526,30.644209,27.422056,41.38107,10.465255,36.624386,31.953,1.385014,75.82502,12.520682,228.49234,8.371424,333.0096,21.70885,909.4214,157.03036,3.9597542,11.072688,176.6934,231.38593,1017.1289,787.953 +2023-12-19 15:00:00,0.0,2890.8625,56.40462,18.871897,60.974216,39.58843,296.0267,35.38181,66.21483,20.375044,38.465336,292.8286,118.69516,19.001469,106.051544,0.3523177,0.28889596,56.846294,9.6789465,19.587482,806.8454,13.725626,989.413,129.92216,8.944799,41.857067,506.89328,61.278534,673.52466,235.49341,3381.045,21.445574,2781.8577,199.8489,11.174883,11.986592,52.21403,239.03827,291.8175,339.2488,45.79032,30.34817,11.046882,632.7514,147.06802,47.302387,8.914441,519.829,13.219761,575.03284,5.9416137,33.554832,0.0,754.43005,1940.5399,0.24947457,125.52054,15.631623,11302.102,25.811499,0.8982547,7.033698,18.510584,6.6557117,1.9732728,10.248061,265.3237,63.870743,6.5844574,0.6419668,2.4243891,115.7569,1.3794484,142.15419,192.2883,1875.2292,317.49,90.8719,156.68683,564.6951,27.165115,24.719084,459.78278,40.868862,57.448273,11.162099,19.563313,174.38664,12.784705,10.731676,50.449955,14.915122,3875.734,18.437302,20.69859,15.927024,10.036444,237.41925,45.91506,20.657259,7.0774746,7.0854554,13.636313,56.198765,88.47855,30.531149,169.91742,19.03252,4.6765766,46.565483,30.501955,55.811935,104.12425,16.786991,2.1988912,15.161283,15.567684,2040.6927,15.557743,1.5582749,35.263405,12.063561,127.78469,83.10834,110.09186,6.0971313,78.98135,378.7057,287.11615,28.129255,288.1952,67.51156,50.332897,70.91239,68.69298,10.019515,34.17244,492.65555,2.0208573,3.9756086,167.44089,24.09447,8.983246,20.005402,22.099104,218.9236,72.10731,161.8756,1205.3777,160.62427,1906.3896,1723.8782,15.723649,18.290827,1908.7881,23.674234,28.430006,473.33496,53.905968,87.50736,38.924473,164.80316,288.40698,449.50833,7.124452,57.037373,230.02982,405.70413,11.768773,101.05325,12.596606,1.6170007,56.647453,1.0500672,1.174117,3.7223406,11.678925,45.91466,20.940804,20.462097,477.56418,62.24899,36.57431,47.482864,16.202131,73.74698,12.197043,17.823483,12.94617,83.37095,30.620829,27.45287,41.397324,10.464617,36.670567,31.978828,1.3845016,75.789406,12.513713,228.47153,8.368319,332.8971,21.710995,909.7693,156.95094,3.9571033,11.07087,176.6238,231.261,1016.8823,788.2449 +2023-12-19 16:00:00,0.0,2889.634,56.371784,18.840536,60.927326,39.565807,295.94263,35.36322,66.17005,20.370678,38.432243,292.63998,118.74543,18.989748,105.88495,0.3523888,0.2894426,56.8271,9.700278,19.605274,806.2726,13.723048,988.7683,129.90578,8.963514,41.877853,506.55286,61.306866,674.06573,235.55516,3379.0654,21.480406,2782.0405,200.11787,11.195906,12.005506,52.30641,239.01797,291.7967,339.74692,45.774193,30.326555,11.04565,632.3216,147.28784,47.31608,8.90893,519.9348,13.216518,575.10297,5.941466,33.539665,0.0,754.3906,1939.8861,0.24948391,125.401215,15.62714,11297.3125,25.811123,0.89852554,7.0295444,18.50067,6.6572275,1.9734693,10.242448,265.22354,63.8405,6.578452,0.64196295,2.4252388,115.76284,1.3783106,142.1395,192.10216,1874.7113,317.1233,90.8572,156.66487,565.382,27.202906,24.743124,460.51193,40.9163,57.516346,11.158816,19.562897,174.43848,12.777269,10.730052,50.45365,14.919702,3876.1792,18.435968,20.696236,15.926132,10.034934,237.52278,45.929005,20.669355,7.0782976,7.083487,13.638994,56.197342,88.431114,30.533064,169.95126,19.029919,4.67573,46.558342,30.486881,55.76442,104.158455,16.801311,2.197043,15.184212,15.560139,2039.8828,15.574097,1.5557963,35.221863,12.061336,127.758286,83.12222,110.07184,6.1027203,79.0086,378.55035,286.97345,28.122662,288.04,67.564156,50.324062,70.907875,68.77042,10.028907,34.191483,492.64172,2.024094,3.981179,167.54852,24.094778,8.982141,20.020214,22.108177,219.03915,72.14449,161.87773,1206.0609,160.42229,1905.7188,1723.5967,15.713064,18.27175,1908.2014,23.674116,28.399462,473.23395,53.860912,87.444626,38.89157,164.65448,288.33463,449.4664,7.1190166,57.000935,229.83098,405.605,11.764036,101.020584,12.59095,1.6168704,56.656788,1.0498474,1.1738207,3.7203057,11.677133,45.867096,20.934875,20.465591,478.01852,62.219532,36.5553,47.4543,16.19616,73.7836,12.197671,17.85595,12.939785,83.33664,30.59745,27.483683,41.413578,10.463978,36.716743,32.004658,1.3839892,75.75379,12.506743,228.45073,8.365212,332.78458,21.713137,910.1172,156.87152,3.9544523,11.069054,176.5542,231.13608,1016.63574,788.53674 +2023-12-19 17:00:00,0.0,2888.4058,56.338943,18.809177,60.880432,39.543186,295.85858,35.34463,66.12527,20.36631,38.399147,292.4514,118.7957,18.97803,105.71835,0.3524599,0.2899892,56.8079,9.721611,19.623068,805.6997,13.720469,988.12354,129.88939,8.982228,41.89864,506.21243,61.335194,674.60675,235.61691,3377.0857,21.515238,2782.2234,200.38684,11.2169285,12.024419,52.39879,238.99768,291.77585,340.24506,45.758064,30.304943,11.044416,631.89185,147.50766,47.329765,8.9034195,520.04065,13.213276,575.17303,5.9413185,33.524498,0.0,754.3512,1939.2324,0.24949326,125.28189,15.622657,11292.523,25.810747,0.8987964,7.0253906,18.490755,6.658743,1.9736657,10.236835,265.12338,63.810257,6.572447,0.6419591,2.4260886,115.76878,1.3771726,142.12482,191.916,1874.1934,316.7566,90.8425,156.64293,566.0689,27.240696,24.767166,461.24106,40.963745,57.58442,11.155534,19.56248,174.4903,12.769834,10.728428,50.45735,14.924282,3876.6245,18.434635,20.693884,15.9252405,10.033424,237.6263,45.94295,20.681452,7.07912,7.0815187,13.641674,56.195915,88.383675,30.534979,169.98509,19.027317,4.674884,46.551205,30.471807,55.716904,104.19265,16.815632,2.195195,15.207142,15.552593,2039.073,15.590451,1.5533177,35.18032,12.05911,127.73188,83.136116,110.05182,6.108309,79.03585,378.39502,286.83072,28.116068,287.8848,67.61675,50.315224,70.90336,68.84786,10.038299,34.210526,492.6279,2.0273306,3.9867494,167.65616,24.095085,8.981035,20.035027,22.11725,219.15471,72.18167,161.87987,1206.7441,160.2203,1905.0477,1723.3153,15.702479,18.252672,1907.6147,23.673998,28.368917,473.1329,53.81586,87.38189,38.85867,164.5058,288.26227,449.4245,7.1135807,56.964493,229.63214,405.5059,11.759299,100.987915,12.585294,1.6167401,56.666122,1.0496274,1.1735244,3.718271,11.675341,45.819534,20.928947,20.469086,478.47287,62.190075,36.536293,47.42574,16.19019,73.82023,12.198298,17.888418,12.933401,83.30233,30.57407,27.514496,41.429832,10.46334,36.762924,32.030487,1.3834769,75.71818,12.499774,228.42993,8.362107,332.67206,21.71528,910.4651,156.7921,3.9518013,11.067236,176.4846,231.01115,1016.38916,788.8287 +2023-12-19 18:00:00,0.0,2887.1775,56.306103,18.777817,60.833538,39.520565,295.7745,35.326046,66.08048,20.361944,38.366055,292.26276,118.84597,18.96631,105.551765,0.35253102,0.2905358,56.7887,9.742943,19.64086,805.1269,13.717892,987.4788,129.873,9.000942,41.919422,505.87204,61.36352,675.1478,235.67867,3375.1062,21.55007,2782.4062,200.65582,11.237952,12.043332,52.491165,238.97739,291.75504,340.74316,45.741936,30.28333,11.043184,631.46204,147.72748,47.343456,8.897908,520.14655,13.210034,575.24316,5.941171,33.50933,0.0,754.31177,1938.5787,0.2495026,125.16256,15.618174,11287.733,25.810371,0.8990672,7.021237,18.48084,6.660259,1.9738623,10.231221,265.02322,63.780018,6.5664415,0.6419552,2.426938,115.77473,1.3760346,142.11012,191.72984,1873.6754,316.38992,90.82779,156.62097,566.75574,27.278486,24.791208,461.9702,41.011185,57.652493,11.152251,19.562065,174.54211,12.762397,10.726804,50.46105,14.928862,3877.0698,18.433302,20.691532,15.924349,10.031914,237.72983,45.956898,20.693548,7.079943,7.0795503,13.644354,56.194492,88.336235,30.536896,170.01894,19.024715,4.6740375,46.544067,30.456734,55.66939,104.22685,16.82995,2.1933467,15.230072,15.545048,2038.2631,15.606805,1.5508392,35.138775,12.056883,127.705475,83.15,110.0318,6.113898,79.0631,378.2397,286.688,28.109472,287.7296,67.66936,50.30639,70.89885,68.9253,10.04769,34.22957,492.6141,2.0305674,3.9923196,167.76381,24.095392,8.97993,20.04984,22.126324,219.27026,72.21885,161.882,1207.4275,160.01833,1904.3768,1723.0338,15.6918955,18.233597,1907.0282,23.673878,28.338373,473.0319,53.770805,87.31915,38.825768,164.3571,288.1899,449.3826,7.1081448,56.92805,229.4333,405.40677,11.754563,100.95524,12.579638,1.6166098,56.675457,1.0494075,1.1732281,3.716236,11.673548,45.77197,20.92302,20.47258,478.92722,62.160618,36.51728,47.39718,16.184217,73.85686,12.198925,17.920887,12.927016,83.26802,30.550692,27.545307,41.446087,10.462702,36.8091,32.056316,1.3829644,75.68256,12.4928055,228.40913,8.359001,332.55954,21.717424,910.813,156.71268,3.9491503,11.065418,176.415,230.88623,1016.1426,789.12054 +2023-12-19 19:00:00,0.0,2885.9492,56.273266,18.746456,60.786648,39.497944,295.69043,35.307457,66.0357,20.357576,38.33296,292.07416,118.89625,18.954592,105.38517,0.35260212,0.2910824,56.7695,9.764276,19.658651,804.554,13.715314,986.83405,129.85661,9.019657,41.94021,505.53162,61.391853,675.6889,235.7404,3373.1267,21.584902,2782.589,200.92479,11.258975,12.062245,52.58354,238.95708,291.73422,341.24127,45.725807,30.261717,11.041952,631.0322,147.94731,47.357147,8.892397,520.25244,13.206792,575.3133,5.941024,33.49416,0.0,754.27234,1937.9249,0.24951194,125.043236,15.61369,11282.944,25.809998,0.899338,7.0170827,18.470924,6.661774,1.9740587,10.225608,264.92307,63.749775,6.5604362,0.6419513,2.4277878,115.78067,1.3748968,142.09543,191.54369,1873.1575,316.02322,90.81309,156.59901,567.4426,27.316277,24.815248,462.69937,41.058628,57.720566,11.148969,19.56165,174.59393,12.754961,10.72518,50.464745,14.933442,3877.5154,18.431969,20.68918,15.923457,10.030404,237.83336,45.970844,20.705645,7.0807657,7.0775814,13.647035,56.19307,88.288795,30.53881,170.05278,19.022116,4.673191,46.536926,30.441658,55.621876,104.26105,16.84427,2.1914988,15.253001,15.537503,2037.4532,15.623158,1.5483606,35.097233,12.054657,127.67907,83.163895,110.01177,6.119487,79.090355,378.08435,286.5453,28.102879,287.57443,67.721954,50.29755,70.89433,69.00274,10.057083,34.248608,492.60028,2.033804,3.99789,167.87144,24.0957,8.978825,20.064653,22.135397,219.38582,72.256035,161.88414,1208.1108,159.81635,1903.7058,1722.7524,15.681311,18.21452,1906.4415,23.67376,28.307829,472.93088,53.725754,87.25642,38.792866,164.20842,288.11755,449.3407,7.102709,56.89161,229.23447,405.30768,11.749826,100.92257,12.573981,1.6164796,56.68479,1.0491877,1.1729319,3.7142012,11.671756,45.724403,20.917091,20.476074,479.38153,62.13116,36.498272,47.368614,16.178246,73.89348,12.199553,17.953356,12.920632,83.23371,30.527311,27.57612,41.46234,10.462063,36.85528,32.082146,1.382452,75.64695,12.485836,228.38834,8.355896,332.44702,21.719568,911.1609,156.63326,3.9464993,11.0636015,176.3454,230.76132,1015.896,789.4124 +2023-12-19 20:00:00,0.0,2884.721,56.240425,18.715096,60.739754,39.475323,295.60638,35.288868,65.99091,20.35321,38.299866,291.88553,118.94652,18.942871,105.218575,0.35267323,0.29162905,56.7503,9.785607,19.676443,803.9812,13.712735,986.1893,129.84021,9.038371,41.960995,505.1912,61.42018,676.23,235.80215,3371.1472,21.619734,2782.7722,201.19376,11.279998,12.081159,52.67592,238.93678,291.7134,341.7394,45.70968,30.240105,11.040719,630.6025,148.16713,47.370834,8.886886,520.3583,13.203549,575.38336,5.9408765,33.478992,0.0,754.2329,1937.2712,0.24952129,124.92391,15.609207,11278.155,25.809622,0.89960885,7.012929,18.46101,6.6632895,1.9742552,10.2199955,264.8229,63.719532,6.554431,0.64194745,2.4286375,115.78661,1.3737588,142.08075,191.35753,1872.6395,315.65652,90.798386,156.57706,568.1295,27.354067,24.83929,463.42853,41.106068,57.78864,11.145686,19.561234,174.64575,12.747525,10.723555,50.46844,14.938022,3877.9607,18.430635,20.686829,15.922566,10.028894,237.93689,45.984795,20.717741,7.0815887,7.075613,13.649714,56.191643,88.241356,30.540726,170.08662,19.019514,4.6723447,46.52979,30.426584,55.57436,104.29525,16.858591,2.1896505,15.275931,15.529958,2036.6433,15.639512,1.545882,35.05569,12.052431,127.652664,83.17778,109.99175,6.125076,79.11761,377.92902,286.40256,28.096285,287.41922,67.77455,50.288715,70.88982,69.08018,10.066475,34.26765,492.5865,2.0370407,4.0034604,167.97908,24.096006,8.97772,20.079466,22.14447,219.50137,72.29321,161.88628,1208.7941,159.61436,1903.0349,1722.471,15.670726,18.195442,1905.8549,23.673641,28.277285,472.82986,53.6807,87.19369,38.759964,164.05972,288.0452,449.29877,7.097273,56.855167,229.03563,405.20856,11.74509,100.8899,12.568325,1.6163493,56.694126,1.0489677,1.1726357,3.7121663,11.669964,45.676838,20.911163,20.47957,479.83588,62.1017,36.479263,47.340054,16.172274,73.93011,12.20018,17.985825,12.9142475,83.1994,30.503933,27.606934,41.478596,10.461425,36.90146,32.107975,1.3819396,75.61134,12.478867,228.36754,8.35279,332.3345,21.721712,911.5088,156.55383,3.9438486,11.061784,176.27579,230.6364,1015.6494,789.70435 +2023-12-19 21:00:00,0.0,2883.4927,56.207584,18.683735,60.69286,39.452705,295.5223,35.270283,65.94613,20.348843,38.266773,291.69693,118.99679,18.931152,105.05199,0.35274434,0.29217565,56.731102,9.80694,19.694235,803.4083,13.710157,985.54456,129.82382,9.057086,41.98178,504.85077,61.44851,676.77106,235.8639,3369.1677,21.654568,2782.955,201.46272,11.301022,12.100072,52.7683,238.91649,291.69257,342.23752,45.69355,30.218493,11.039487,630.17267,148.38695,47.384525,8.881375,520.4641,13.200308,575.4535,5.940729,33.463825,0.0,754.1935,1936.6176,0.24953063,124.80458,15.604723,11273.366,25.809246,0.8998797,7.008775,18.451096,6.6648054,1.9744517,10.214382,264.72275,63.689293,6.548426,0.6419436,2.429487,115.79256,1.3726208,142.06606,191.17137,1872.1216,315.28986,90.783676,156.55511,568.8164,27.391857,24.863333,464.15765,41.15351,57.856712,11.142404,19.560818,174.69759,12.740089,10.7219305,50.47214,14.942602,3878.406,18.429302,20.684475,15.921675,10.027384,238.0404,45.99874,20.72984,7.082412,7.0736446,13.652395,56.19022,88.19391,30.54264,170.12045,19.016912,4.6714983,46.52265,30.41151,55.526844,104.329445,16.872911,2.1878026,15.2988615,15.522412,2035.8335,15.655866,1.5434035,35.014145,12.050205,127.62626,83.19167,109.97173,6.130665,79.14486,377.77368,286.25983,28.089691,287.26404,67.82715,50.27988,70.88531,69.157616,10.075867,34.286694,492.57266,2.0402772,4.009031,168.08672,24.096313,8.976615,20.09428,22.153543,219.61693,72.33039,161.88841,1209.4773,159.41238,1902.3639,1722.1896,15.660141,18.176365,1905.2682,23.673523,28.24674,472.72885,53.635647,87.13095,38.727062,163.91104,287.97284,449.25687,7.091837,56.818726,228.83679,405.10944,11.740353,100.85723,12.562668,1.616219,56.70346,1.0487478,1.1723394,3.7101314,11.668172,45.629276,20.905233,20.483065,480.29022,62.072243,36.460255,47.311493,16.166302,73.966736,12.200807,18.018293,12.907863,83.16509,30.480553,27.637747,41.49485,10.460786,36.94764,32.1338,1.3814273,75.57573,12.471897,228.34673,8.349685,332.222,21.723854,911.8567,156.47441,3.9411976,11.059966,176.20619,230.51147,1015.4029,789.9962 +2023-12-19 22:00:00,0.0,2882.2644,56.174747,18.652374,60.64597,39.430084,295.43826,35.251694,65.90135,20.344477,38.233677,291.5083,119.04706,18.919434,104.88539,0.35281545,0.29272225,56.711903,9.828272,19.712029,802.83545,13.70758,984.8998,129.80743,9.0758,42.002563,504.51035,61.47684,677.31213,235.92566,3367.188,21.6894,2783.138,201.73169,11.322044,12.118985,52.860676,238.8962,291.67175,342.73566,45.677418,30.196878,11.038254,629.74286,148.60678,47.398212,8.875864,520.57,13.197065,575.52356,5.940582,33.448658,0.0,754.15405,1935.9637,0.24953996,124.68526,15.60024,11268.577,25.80887,0.9001505,7.004621,18.441181,6.666321,1.9746482,10.208769,264.6226,63.65905,6.542421,0.64193964,2.4303367,115.7985,1.371483,142.05138,190.98521,1871.6036,314.92316,90.768974,156.53316,569.50323,27.429647,24.887375,464.8868,41.200954,57.924786,11.139121,19.560402,174.7494,12.732653,10.720306,50.475838,14.947182,3878.8513,18.427969,20.682123,15.920783,10.025874,238.14394,46.012688,20.741936,7.0832343,7.0716763,13.655075,56.188793,88.14647,30.544556,170.1543,19.014313,4.670652,46.51551,30.396437,55.479332,104.36365,16.88723,2.1859543,15.321791,15.514867,2035.0236,15.67222,1.5409249,34.972603,12.047979,127.599846,83.20556,109.95171,6.1362534,79.17211,377.61835,286.11713,28.083097,287.10883,67.879745,50.27104,70.88079,69.23506,10.0852585,34.305737,492.55884,2.043514,4.014601,168.19435,24.09662,8.97551,20.109093,22.162617,219.73248,72.36758,161.89055,1210.1606,159.2104,1901.693,1721.9081,15.649556,18.15729,1904.6815,23.673405,28.216196,472.6278,53.59059,87.068214,38.69416,163.76236,287.90045,449.21497,7.0864015,56.782284,228.63795,405.0103,11.735616,100.824554,12.557012,1.6160889,56.712795,1.048528,1.1720432,3.7080965,11.66638,45.58171,20.899305,20.486559,480.74457,62.042786,36.441246,47.28293,16.16033,74.00336,12.201434,18.050762,12.901479,83.130775,30.457172,27.66856,41.51111,10.460148,36.993816,32.15963,1.3809148,75.540115,12.464928,228.32593,8.346579,332.10947,21.725998,912.2046,156.39499,3.9385467,11.058149,176.1366,230.38655,1015.1563,790.2881 +2023-12-19 23:00:00,0.0,2881.036,56.141907,18.621014,60.599075,39.407463,295.3542,35.233105,65.85657,20.340109,38.200584,291.3197,119.09733,18.907713,104.718796,0.35288656,0.2932689,56.692703,9.849605,19.72982,802.26263,13.705001,984.25507,129.79105,9.094515,42.02335,504.16995,61.50517,677.8532,235.98741,3365.2085,21.724232,2783.3208,202.00066,11.343067,12.137898,52.953053,238.8759,291.65094,343.23376,45.66129,30.175266,11.037022,629.3131,148.8266,47.411903,8.870353,520.6759,13.193824,575.5937,5.9404345,33.43349,0.0,754.1146,1935.31,0.2495493,124.56593,15.595757,11263.787,25.808495,0.9004213,7.0004673,18.431267,6.6678367,1.9748447,10.2031555,264.52243,63.628807,6.5364156,0.64193577,2.4311864,115.80444,1.370345,142.03668,190.79906,1871.0857,314.55646,90.75427,156.5112,570.1901,27.467438,24.911415,465.61597,41.248394,57.99286,11.135838,19.559988,174.80122,12.725217,10.718682,50.479534,14.951762,3879.2966,18.426634,20.679771,15.919891,10.024364,238.24747,46.026634,20.754032,7.0840573,7.069708,13.657756,56.18737,88.09903,30.546473,170.18814,19.011711,4.6698055,46.508373,30.381363,55.431816,104.39784,16.90155,2.184106,15.344721,15.507321,2034.2137,15.688574,1.5384463,34.931057,12.045753,127.57344,83.219444,109.931694,6.1418424,79.19936,377.463,285.9744,28.076504,286.95364,67.93235,50.262207,70.876274,69.3125,10.094651,34.324776,492.54504,2.0467505,4.020171,168.302,24.096928,8.974404,20.123905,22.17169,219.84804,72.404755,161.8927,1210.844,159.00842,1901.022,1721.6266,15.638971,18.138212,1904.095,23.673285,28.185652,472.5268,53.545536,87.00548,38.661255,163.61366,287.8281,449.17303,7.0809655,56.745842,228.43912,404.9112,11.730879,100.791885,12.551355,1.6159586,56.72213,1.048308,1.171747,3.7060616,11.664588,45.534145,20.893377,20.490053,481.1989,62.01333,36.422237,47.254368,16.15436,74.039986,12.202062,18.083231,12.895094,83.096466,30.433794,27.699373,41.527363,10.459509,37.039997,32.18546,1.3804024,75.5045,12.457958,228.30513,8.343473,331.99698,21.728142,912.5525,156.31557,3.9358957,11.056332,176.06699,230.26163,1014.9097,790.58 +2023-12-20 00:00:00,0.0,2879.8076,56.10907,18.589653,60.55218,39.384842,295.27014,35.21452,65.81178,20.335743,38.167492,291.13107,119.147606,18.895994,104.5522,0.35295767,0.2938155,56.673504,9.870936,19.747612,801.68976,13.702423,983.6103,129.77466,9.113229,42.044136,503.82953,61.533497,678.3943,236.04916,3363.229,21.759064,2783.5037,202.26962,11.364091,12.156812,53.045433,238.8556,291.6301,343.73187,45.64516,30.153654,11.035789,628.8833,149.04642,47.42559,8.864842,520.78174,13.190581,575.66376,5.940287,33.418324,0.0,754.07513,1934.6564,0.24955864,124.4466,15.591273,11258.998,25.808119,0.90069216,6.9963136,18.421352,6.669352,1.9750412,10.197542,264.42227,63.598564,6.5304103,0.6419319,2.432036,115.81039,1.369207,142.02199,190.6129,1870.5677,314.1898,90.73956,156.48926,570.877,27.505228,24.935457,466.3451,41.295837,58.060932,11.132555,19.55957,174.85304,12.717781,10.717058,50.483234,14.956342,3879.742,18.4253,20.67742,15.919,10.022855,238.351,46.04058,20.766129,7.08488,7.067739,13.660436,56.185947,88.05159,30.548388,170.22198,19.00911,4.668959,46.501236,30.36629,55.3843,104.432045,16.91587,2.1822581,15.36765,15.499776,2033.4038,15.704927,1.5359678,34.889515,12.043527,127.547035,83.23334,109.911674,6.1474314,79.226616,377.30768,285.83167,28.06991,286.79846,67.98495,50.25337,70.871765,69.38994,10.104043,34.34382,492.53122,2.0499873,4.0257416,168.40964,24.097235,8.973299,20.13872,22.180761,219.96361,72.44193,161.89484,1211.5271,158.80644,1900.3511,1721.3452,15.628387,18.119135,1903.5083,23.673166,28.155107,472.42578,53.500484,86.94274,38.628353,163.46498,287.75574,449.13113,7.0755296,56.7094,228.24028,404.8121,11.726142,100.75922,12.545699,1.6158283,56.731464,1.0480881,1.1714507,3.704027,11.662795,45.48658,20.88745,20.493547,481.65323,61.98387,36.403225,47.225807,16.148388,74.076614,12.202689,18.1157,12.88871,83.06216,30.410414,27.730186,41.543617,10.458871,37.086174,32.21129,1.3798901,75.46889,12.450989,228.28433,8.340367,331.88446,21.730286,912.9004,156.23615,3.9332447,11.054515,175.99739,230.1367,1014.66315,790.8719 +2023-12-20 01:00:00,0.0,2878.5793,56.07623,18.558294,60.50529,39.36222,295.18607,35.19593,65.767,20.331377,38.134396,290.94247,119.197876,18.884275,104.38561,0.35302877,0.2943621,56.654305,9.892269,19.765404,801.11694,13.699845,982.9656,129.75827,9.131943,42.06492,503.4891,61.561825,678.93536,236.11092,3361.2495,21.793896,2783.6868,202.53859,11.385114,12.175725,53.13781,238.8353,291.60928,344.23,45.629032,30.13204,11.034556,628.4535,149.26624,47.43928,8.859331,520.8876,13.187339,575.7339,5.9401393,33.403156,0.0,754.0357,1934.0026,0.24956799,124.32728,15.58679,11254.209,25.807745,0.900963,6.99216,18.411438,6.6708674,1.9752377,10.191929,264.3221,63.568325,6.524405,0.641928,2.4328856,115.81634,1.368069,142.00731,190.42674,1870.0498,313.8231,90.72486,156.4673,571.5639,27.543018,24.9595,467.07425,41.343277,58.129005,11.129272,19.559155,174.90486,12.710344,10.715433,50.48693,14.960922,3880.1873,18.423967,20.675068,15.918108,10.021344,238.45451,46.054527,20.778225,7.085703,7.0657706,13.663116,56.18452,88.00415,30.550303,170.25581,19.006508,4.6681128,46.494095,30.351215,55.336784,104.46624,16.930191,2.18041,15.39058,15.492231,2032.594,15.721281,1.5334892,34.847973,12.041301,127.52063,83.24722,109.891655,6.1530204,79.25386,377.15234,285.68896,28.063316,286.64325,68.037544,50.244534,70.86725,69.46738,10.113435,34.36286,492.51743,2.0532238,4.031312,168.51727,24.097542,8.972194,20.153532,22.189835,220.07916,72.47912,161.89697,1212.2104,158.60446,1899.68,1721.0637,15.617803,18.100058,1902.9216,23.673048,28.124563,472.32477,53.45543,86.880005,38.59545,163.31628,287.68338,449.08923,7.0700936,56.672962,228.04143,404.71298,11.721405,100.72655,12.540043,1.615698,56.7408,1.0478683,1.1711545,3.701992,11.661003,45.43902,20.881521,20.497044,482.10757,61.95441,36.384216,47.197243,16.142416,74.113235,12.203316,18.148169,12.882325,83.02785,30.387035,27.761,41.55987,10.458232,37.132355,32.237118,1.3793776,75.43327,12.444019,228.26353,8.337262,331.77194,21.732428,913.2483,156.15672,3.9305937,11.052697,175.92778,230.0118,1014.41656,791.16376 +2023-12-20 02:00:00,0.0,2877.351,56.04339,18.526934,60.458397,39.3396,295.10202,35.17734,65.72221,20.32701,38.101303,290.75385,119.248146,18.872555,104.21902,0.35309988,0.2949087,56.63511,9.913602,19.783195,800.54407,13.697267,982.3208,129.74188,9.150658,42.085705,503.14868,61.590157,679.4764,236.17267,3359.27,21.828728,2783.8696,202.80756,11.4061365,12.194639,53.230186,238.815,291.58847,344.72812,45.612904,30.110428,11.033324,628.0237,149.48607,47.45297,8.85382,520.99347,13.184097,575.804,5.939992,33.38799,0.0,753.9963,1933.3489,0.24957733,124.207954,15.582307,11249.42,25.80737,0.9012338,6.9880056,18.401524,6.6723833,1.9754342,10.1863165,264.22195,63.538082,6.5183997,0.64192414,2.4337351,115.82228,1.3669312,141.99261,190.24059,1869.5319,313.4564,90.71017,156.44534,572.25073,27.580809,24.98354,467.8034,41.39072,58.19708,11.12599,19.55874,174.9567,12.7029085,10.713809,50.490627,14.965502,3880.6326,18.422634,20.672714,15.917216,10.0198345,238.55804,46.068474,20.790323,7.086526,7.0638022,13.665796,56.183098,87.95671,30.552217,170.28966,19.003908,4.6672664,46.486958,30.336142,55.289272,104.50044,16.94451,2.178562,15.41351,15.484686,2031.784,15.737636,1.5310106,34.806427,12.039075,127.494225,83.261116,109.871635,6.1586094,79.28111,376.997,285.54623,28.056723,286.48807,68.09014,50.235695,70.86273,69.544815,10.122827,34.3819,492.5036,2.0564606,4.0368824,168.62491,24.097849,8.971088,20.168344,22.198908,220.19472,72.5163,161.89911,1212.8938,158.4025,1899.0092,1720.7823,15.607218,18.08098,1902.335,23.67293,28.094019,472.22375,53.410378,86.817276,38.56255,163.1676,287.61102,449.04733,7.0646577,56.63652,227.84259,404.61386,11.716668,100.69387,12.534387,1.6155678,56.750134,1.0476483,1.1708581,3.6999571,11.659211,45.391453,20.875593,20.500538,482.56192,61.924953,36.365208,47.168682,16.136444,74.149864,12.203943,18.180637,12.875941,82.99354,30.363655,27.791813,41.576126,10.457594,37.17853,32.262947,1.3788652,75.39766,12.43705,228.24272,8.334156,331.65942,21.734571,913.5962,156.0773,3.927943,11.0508795,175.85818,229.88687,1014.17,791.4557 +2023-12-20 03:00:00,0.0,2876.1228,56.01055,18.495573,60.411503,39.31698,295.01794,35.158756,65.67743,20.322643,38.068207,290.56525,119.298416,18.860836,104.05242,0.35317102,0.29545534,56.61591,9.934934,19.800987,799.97125,13.694689,981.6761,129.72548,9.169372,42.10649,502.80826,61.618484,680.01746,236.23442,3357.2903,21.863562,2784.0525,203.07652,11.42716,12.213552,53.322563,238.79471,291.56763,345.22623,45.596775,30.088816,11.032091,627.59393,149.70589,47.46666,8.8483095,521.09937,13.180855,575.8741,5.9398446,33.372818,0.0,753.95685,1932.6952,0.24958667,124.08862,15.577824,11244.63,25.806993,0.90150464,6.983852,18.39161,6.6738987,1.9756306,10.180703,264.1218,63.50784,6.512395,0.64192027,2.4345849,115.828224,1.3657932,141.97792,190.05443,1869.0139,313.08972,90.695465,156.42339,572.9376,27.618599,25.007582,468.53253,41.43816,58.265152,11.122707,19.558323,175.00851,12.695473,10.712185,50.494324,14.970082,3881.078,18.4213,20.670362,15.916325,10.018325,238.66158,46.082424,20.80242,7.0873485,7.061834,13.668477,56.181675,87.90927,30.554132,170.3235,19.001307,4.66642,46.47982,30.321068,55.241756,104.53464,16.95883,2.1767137,15.4364395,15.47714,2030.9742,15.753989,1.5285321,34.764885,12.036848,127.46782,83.275,109.851616,6.164198,79.308365,376.84167,285.4035,28.050127,286.3329,68.14274,50.22686,70.85822,69.62226,10.132219,34.400944,492.48978,2.0596972,4.042453,168.73256,24.098156,8.969983,20.183159,22.207981,220.31027,72.55348,161.90125,1213.577,158.20052,1898.3383,1720.5009,15.596633,18.061905,1901.7483,23.672812,28.063475,472.1227,53.365322,86.75454,38.529648,163.01892,287.53867,449.0054,7.0592217,56.60008,227.64375,404.51474,11.711931,100.6612,12.52873,1.6154375,56.759468,1.0474284,1.1705619,3.6979222,11.657419,45.343887,20.869665,20.504032,483.01627,61.895496,36.3462,47.14012,16.130472,74.18649,12.204571,18.213106,12.869556,82.95923,30.340277,27.822624,41.59238,10.456955,37.224712,32.288776,1.3783529,75.362045,12.43008,228.22192,8.331051,331.5469,21.736715,913.9441,155.99788,3.925292,11.049063,175.78859,229.76195,1013.92346,791.74756 +2023-12-20 04:00:00,0.0,2874.8945,55.97771,18.464212,60.364613,39.294357,294.93387,35.140167,65.63265,20.318275,38.035114,290.37662,119.34869,18.849117,103.88583,0.35324213,0.29600194,56.59671,9.956266,19.81878,799.3984,13.692111,981.0313,129.70909,9.1880865,42.127274,502.46786,61.646812,680.55853,236.29616,3355.3108,21.898394,2784.2354,203.34549,11.448183,12.232466,53.41494,238.77441,291.5468,345.72437,45.580647,30.067202,11.030859,627.1641,149.9257,47.480347,8.842798,521.2052,13.177612,575.9442,5.9396973,33.35765,0.0,753.91736,1932.0414,0.24959601,123.9693,15.573339,11239.841,25.806618,0.9017755,6.979698,18.381695,6.6754146,1.9758271,10.17509,264.02164,63.477596,6.5063896,0.6419164,2.4354346,115.83417,1.3646553,141.96324,189.86829,1868.496,312.72302,90.680756,156.40144,573.6245,27.656387,25.031624,469.2617,41.485603,58.333225,11.119425,19.557907,175.06033,12.688037,10.710561,50.498024,14.974662,3881.5234,18.419968,20.66801,15.915433,10.016815,238.76509,46.09637,20.814516,7.0881715,7.0598655,13.671157,56.18025,87.86183,30.556047,170.35735,18.998705,4.6655736,46.47268,30.305994,55.19424,104.56884,16.97315,2.1748657,15.45937,15.469595,2030.1643,15.770343,1.5260535,34.723343,12.034622,127.441414,83.288895,109.8316,6.169787,79.33562,376.68634,285.2608,28.043533,286.17767,68.19534,50.21802,70.85371,69.6997,10.141611,34.419987,492.47598,2.062934,4.048023,168.8402,24.098463,8.968878,20.197971,22.217054,220.42583,72.59066,161.90338,1214.2604,157.99854,1897.6672,1720.2195,15.586048,18.042828,1901.1617,23.672691,28.03293,472.0217,53.32027,86.6918,38.496746,162.87022,287.4663,448.9635,7.0537863,56.563637,227.44492,404.41565,11.707194,100.62853,12.523073,1.6153072,56.768803,1.0472085,1.1702657,3.6958873,11.655627,45.29632,20.863737,20.507526,483.47058,61.86604,36.32719,47.11156,16.124502,74.22312,12.205197,18.245573,12.863173,82.92492,30.316896,27.853437,41.608635,10.456317,37.270893,32.314606,1.3778404,75.32643,12.423111,228.20113,8.327945,331.4344,21.73886,914.29193,155.91846,3.922641,11.047245,175.71898,229.63702,1013.6769,792.0394 +2023-12-20 05:00:00,0.0,2873.6663,55.94487,18.432852,60.31772,39.271736,294.84982,35.12158,65.58787,20.31391,38.00202,290.18802,119.398964,18.837399,103.71924,0.35331324,0.29654855,56.57751,9.977598,19.836573,798.82556,13.689532,980.38654,129.6927,9.2068,42.14806,502.12744,61.675144,681.0996,236.35791,3353.3313,21.933226,2784.4182,203.61446,11.469206,12.251379,53.507317,238.75412,291.526,346.22247,45.564518,30.04559,11.029626,626.7343,150.14554,47.494038,8.837287,521.3111,13.174371,576.0143,5.93955,33.342484,0.0,753.8779,1931.3877,0.24960534,123.849976,15.568856,11235.052,25.806242,0.90204626,6.975544,18.37178,6.67693,1.9760237,10.1694765,263.92148,63.447357,6.5003843,0.6419125,2.436284,115.84011,1.3635174,141.94855,189.68213,1867.978,312.35632,90.66605,156.37949,574.3114,27.694178,25.055666,469.99084,41.533043,58.4013,11.116142,19.557493,175.11215,12.6806,10.708937,50.50172,14.979242,3881.9688,18.418634,20.665659,15.914541,10.015305,238.86862,46.110317,20.826612,7.0889945,7.0578966,13.673838,56.178825,87.81439,30.557964,170.39117,18.996105,4.664727,46.46554,30.29092,55.146725,104.603035,16.98747,2.1730175,15.4823,15.4620495,2029.3545,15.786696,1.523575,34.681797,12.032396,127.41501,83.30278,109.81158,6.175376,79.36287,376.531,285.11807,28.03694,286.0225,68.24794,50.209187,70.84919,69.77714,10.151003,34.43903,492.46216,2.0661705,4.0535936,168.94783,24.09877,8.967773,20.212784,22.226128,220.54138,72.62784,161.90552,1214.9436,157.79655,1896.9963,1719.938,15.575463,18.02375,1900.5751,23.672573,28.002386,471.9207,53.275215,86.62907,38.463844,162.72154,287.39395,448.9216,7.0483503,56.527195,227.24608,404.31653,11.702457,100.59586,12.517417,1.615177,56.778137,1.0469886,1.1699694,3.6938524,11.653835,45.24876,20.85781,20.51102,483.92493,61.836582,36.30818,47.082996,16.11853,74.25974,12.205825,18.278042,12.856788,82.89061,30.293518,27.88425,41.62489,10.455679,37.31707,32.34043,1.377328,75.290825,12.416142,228.18033,8.32484,331.32187,21.741003,914.63983,155.83904,3.91999,11.045427,175.64938,229.5121,1013.4303,792.33136 +2023-12-20 06:00:00,0.0,2872.4377,55.912033,18.401491,60.270824,39.249115,294.76575,35.102993,65.54308,20.309542,37.968925,289.9994,119.449234,18.825678,103.55264,0.35338435,0.29709518,56.55831,9.998931,19.854364,798.2527,13.6869545,979.7418,129.67632,9.225515,42.168846,501.78702,61.703472,681.6407,236.41966,3351.3518,21.968058,2784.6013,203.88342,11.49023,12.270292,53.599697,238.73381,291.5052,346.72058,45.548386,30.023977,11.028394,626.30457,150.36536,47.507725,8.831776,521.417,13.171128,576.0844,5.9394026,33.327316,0.0,753.8385,1930.734,0.24961469,123.730644,15.564373,11230.263,25.805866,0.9023171,6.9713902,18.361866,6.6784453,1.9762201,10.163863,263.82132,63.417114,6.494379,0.64190865,2.4371338,115.846054,1.3623794,141.93387,189.49597,1867.4601,311.98965,90.65135,156.35753,574.9982,27.731968,25.079706,470.72,41.580486,58.46937,11.11286,19.557076,175.16397,12.673164,10.707312,50.505417,14.983822,3882.414,18.417301,20.663307,15.91365,10.013795,238.97215,46.124264,20.838709,7.089817,7.055928,13.6765175,56.1774,87.76695,30.55988,170.42502,18.993504,4.663881,46.458405,30.275846,55.099213,104.63724,17.00179,2.1711693,15.505229,15.454505,2028.5446,15.80305,1.5210965,34.640255,12.03017,127.3886,83.31667,109.79156,6.180965,79.39012,376.37567,284.97534,28.030346,285.86728,68.30054,50.200348,70.84468,69.854576,10.160395,34.45807,492.44833,2.0694072,4.0591636,169.05547,24.09908,8.966668,20.227598,22.2352,220.65694,72.66502,161.90765,1215.627,157.59457,1896.3253,1719.6566,15.564879,18.004673,1899.9884,23.672455,27.971842,471.81967,53.23016,86.56633,38.430943,162.57285,287.32156,448.87967,7.0429144,56.490753,227.04724,404.2174,11.697721,100.56319,12.511761,1.6150467,56.78747,1.0467687,1.1696732,3.6918175,11.652042,45.201195,20.85188,20.514517,484.37927,61.80712,36.289173,47.054436,16.112558,74.29637,12.206452,18.31051,12.850404,82.85629,30.270138,27.915064,41.641144,10.45504,37.36325,32.36626,1.3768157,75.25521,12.409173,228.15953,8.321733,331.20935,21.743145,914.98773,155.75961,3.917339,11.043611,175.57977,229.38718,1013.1837,792.6232 +2023-12-20 07:00:00,0.0,2871.2095,55.879192,18.37013,60.223934,39.226494,294.6817,35.084404,65.4983,20.305176,37.935833,289.8108,119.499504,18.81396,103.38605,0.35345545,0.29764178,56.539112,10.020263,19.872156,797.6798,13.684377,979.09705,129.65993,9.244229,42.18963,501.4466,61.7318,682.18176,236.48141,3349.372,22.00289,2784.7842,204.15239,11.511252,12.289206,53.692078,238.71352,291.48434,347.21872,45.532257,30.002363,11.027161,625.87476,150.58517,47.521416,8.826265,521.5228,13.167886,576.1545,5.939255,33.31215,0.0,753.7991,1930.0802,0.24962403,123.61132,15.55989,11225.474,25.805492,0.90258795,6.9672365,18.35195,6.679961,1.9764166,10.158251,263.72116,63.38687,6.4883738,0.6419047,2.4379835,115.852,1.3612415,141.91917,189.30981,1866.9421,311.62296,90.63664,156.33557,575.6851,27.769758,25.103748,471.44913,41.62793,58.537445,11.109577,19.556662,175.2158,12.665729,10.7056875,50.509117,14.988402,3882.8594,18.415966,20.660954,15.912758,10.012285,239.07568,46.13821,20.850807,7.09064,7.05396,13.679197,56.175976,87.71951,30.561794,170.45886,18.990902,4.6630344,46.451263,30.260773,55.051697,104.67143,17.01611,2.1693213,15.528159,15.4469595,2027.7347,15.819405,1.5186179,34.59871,12.027945,127.3622,83.33056,109.77154,6.186554,79.41737,376.22034,284.83264,28.023752,285.7121,68.353134,50.191513,70.840164,69.932014,10.169787,34.47711,492.43454,2.0726438,4.064734,169.1631,24.099386,8.965563,20.24241,22.244274,220.77249,72.7022,161.9098,1216.3102,157.3926,1895.6544,1719.3751,15.554295,17.985598,1899.4017,23.672337,27.941298,471.71866,53.18511,86.50359,38.39804,162.42416,287.2492,448.83777,7.0374784,56.45431,226.8484,404.1183,11.692984,100.53052,12.506104,1.6149164,56.796806,1.0465488,1.169377,3.6897826,11.65025,45.15363,20.845951,20.518011,484.83362,61.777664,36.27016,47.025875,16.106586,74.333,12.20708,18.34298,12.844019,82.82198,30.246758,27.945877,41.6574,10.454402,37.409428,32.39209,1.3763032,75.2196,12.402204,228.13872,8.318628,331.09686,21.745289,915.33563,155.68019,3.9146883,11.041793,175.51018,229.26227,1012.93713,792.9151 +2023-12-20 08:00:00,0.0,2869.9812,55.846355,18.33877,60.17704,39.203873,294.59763,35.06582,65.453514,20.300808,37.90274,289.62216,119.549774,18.80224,103.21946,0.35352656,0.2981884,56.519913,10.041595,19.889948,797.107,13.681798,978.45233,129.64354,9.262943,42.210415,501.10617,61.76013,682.72284,236.54317,3347.3926,22.037722,2784.967,204.42136,11.532275,12.308119,53.784454,238.69322,291.46353,347.71683,45.51613,29.980751,11.0259285,625.44495,150.805,47.535107,8.820754,521.62866,13.164644,576.2246,5.939108,33.29698,0.0,753.75964,1929.4265,0.24963337,123.492,15.555407,11220.684,25.805117,0.9028588,6.963083,18.342035,6.6814766,1.976613,10.1526375,263.621,63.35663,6.4823685,0.64190084,2.438833,115.85794,1.3601036,141.90448,189.12366,1866.4242,311.25626,90.62194,156.31363,576.372,27.807549,25.12779,472.17828,41.67537,58.60552,11.106295,19.556246,175.26762,12.658293,10.704063,50.512814,14.992982,3883.3047,18.414633,20.658602,15.911866,10.010776,239.1792,46.152157,20.862904,7.0914626,7.0519915,13.681878,56.174553,87.67207,30.56371,170.4927,18.9883,4.662188,46.444126,30.245697,55.00418,104.705635,17.03043,2.167473,15.551088,15.439414,2026.9248,15.835758,1.5161393,34.557167,12.025718,127.33579,83.344444,109.75152,6.1921425,79.444626,376.065,284.6899,28.017159,285.55692,68.40573,50.182674,70.83565,70.00945,10.179179,34.496155,492.42072,2.0758805,4.0703044,169.27075,24.099693,8.9644575,20.257223,22.253347,220.88805,72.73938,161.91194,1216.9934,157.19061,1894.9834,1719.0938,15.54371,17.96652,1898.8151,23.672216,27.910753,471.6176,53.140053,86.440865,38.36514,162.27547,287.17685,448.79587,7.0320425,56.41787,226.64957,404.0192,11.688247,100.49785,12.500448,1.6147861,56.80614,1.0463289,1.1690807,3.687748,11.6484585,45.106064,20.840023,20.521505,485.28793,61.748207,36.251152,46.99731,16.100615,74.36962,12.207706,18.375448,12.837635,82.787674,30.22338,27.97669,41.673656,10.453763,37.45561,32.41792,1.3757908,75.18398,12.395234,228.11792,8.315522,330.98434,21.747433,915.68353,155.60077,3.9120374,11.039975,175.44058,229.13734,1012.69055,793.20703 +2023-12-20 09:00:00,0.0,2868.753,55.813515,18.30741,60.130146,39.18125,294.51358,35.04723,65.40873,20.296442,37.869644,289.43356,119.600044,18.79052,103.052864,0.35359767,0.298735,56.500713,10.062927,19.907742,796.5341,13.67922,977.80756,129.62715,9.281658,42.2312,500.76578,61.78846,683.2639,236.60492,3345.413,22.072556,2785.15,204.69032,11.553299,12.327032,53.87683,238.67293,291.44272,348.21494,45.5,29.959139,11.024696,625.01514,151.02483,47.548794,8.815243,521.73456,13.161402,576.2947,5.9389606,33.281815,0.0,753.7202,1928.7728,0.24964271,123.372665,15.550923,11215.895,25.80474,0.9031296,6.9589286,18.33212,6.682992,1.9768096,10.147024,263.52084,63.32639,6.476363,0.64189696,2.4396827,115.863884,1.3589656,141.8898,188.9375,1865.9062,310.8896,90.60724,156.29167,577.0589,27.845339,25.15183,472.90744,41.722813,58.67359,11.103012,19.55583,175.31944,12.650856,10.702439,50.51651,14.997562,3883.75,18.4133,20.65625,15.9109745,10.009265,239.28273,46.166107,20.875,7.0922856,7.050023,13.684558,56.173126,87.62463,30.565624,170.52655,18.9857,4.6613417,46.43699,30.230623,54.956665,104.73984,17.04475,2.165625,15.5740185,15.431869,2026.115,15.852112,1.5136608,34.515625,12.023492,127.30939,83.35834,109.7315,6.1977315,79.47188,375.90967,284.54718,28.010565,285.4017,68.45833,50.17384,70.83113,70.0869,10.188571,34.515198,492.40692,2.079117,4.075875,169.37839,24.1,8.963352,20.272038,22.26242,221.0036,72.776566,161.91408,1217.6768,156.98863,1894.3125,1718.8123,15.533125,17.947443,1898.2285,23.672098,27.880207,471.5166,53.095,86.37813,38.332237,162.12679,287.1045,448.75397,7.0266066,56.38143,226.45073,403.92007,11.68351,100.46518,12.494792,1.614656,56.815475,1.046109,1.1687845,3.685713,11.646667,45.058502,20.834095,20.525,485.74228,61.71875,36.232143,46.96875,16.094643,74.40625,12.208334,18.407917,12.83125,82.753365,30.199999,28.007504,41.68991,10.453125,37.501785,32.44375,1.3752785,75.14837,12.388265,228.09712,8.312417,330.87183,21.749577,916.03143,155.52135,3.9093864,11.038158,175.37097,229.01242,1012.444,793.4989 +2023-12-20 10:00:00,0.0,2867.5247,55.780674,18.27605,60.083256,39.15863,294.4295,35.02864,65.36395,20.292074,37.83655,289.24493,119.65032,18.778801,102.88627,0.35366878,0.29928163,56.481514,10.08426,19.925533,795.9613,13.676642,977.16284,129.61075,9.300372,42.251987,500.42535,61.816788,683.80493,236.66667,3343.4336,22.107388,2785.3328,204.95929,11.574322,12.345945,53.96921,238.65263,291.42188,348.71307,45.48387,29.937525,11.023463,624.5854,151.24464,47.562485,8.809732,521.8404,13.158159,576.3648,5.938813,33.266644,0.0,753.6808,1928.119,0.24965206,123.25334,15.54644,11211.105,25.804365,0.9034004,6.954775,18.322206,6.684508,1.9770061,10.141411,263.4207,63.296146,6.4703584,0.6418931,2.4405324,115.86983,1.3578277,141.8751,188.75134,1865.3883,310.5229,90.59253,156.26971,577.7457,27.88313,25.175873,473.63657,41.770252,58.741665,11.09973,19.555414,175.37126,12.64342,10.700815,50.52021,15.002142,3884.1953,18.411966,20.653898,15.910083,10.007755,239.38626,46.180054,20.887096,7.0931087,7.048054,13.687239,56.171703,87.577194,30.567541,170.56038,18.983099,4.6604953,46.429848,30.21555,54.909153,104.77403,17.059069,2.1637769,15.596949,15.424323,2025.3052,15.868465,1.5111822,34.47408,12.021266,127.28298,83.37222,109.71148,6.2033205,79.49912,375.75433,284.40448,28.003971,285.24652,68.51093,50.165005,70.82662,70.16434,10.197964,34.534237,492.3931,2.0823538,4.081445,169.48602,24.100307,8.962247,20.28685,22.271494,221.11916,72.81374,161.91621,1218.3601,156.78665,1893.6415,1718.5309,15.52254,17.928366,1897.6418,23.67198,27.849663,471.4156,53.049946,86.31539,38.299335,161.9781,287.03214,448.71204,7.021171,56.34499,226.25189,403.82095,11.678773,100.43251,12.489136,1.6145257,56.824806,1.0458891,1.1684883,3.6836782,11.644875,45.010937,20.828167,20.528494,486.19662,61.689293,36.213135,46.94019,16.088673,74.44288,12.2089615,18.440386,12.824865,82.719055,30.17662,28.038317,41.706165,10.452486,37.547966,32.469578,1.374766,75.112755,12.381295,228.07632,8.309311,330.7593,21.751719,916.37933,155.44193,3.9067354,11.036341,175.30138,228.8875,1012.19745,793.7908 +2023-12-20 11:00:00,0.0,2866.2964,55.747837,18.24469,60.03636,39.13601,294.34546,35.010056,65.31917,20.287708,37.803455,289.05634,119.70059,18.767082,102.71968,0.3537399,0.29982823,56.462315,10.105592,19.943325,795.3884,13.674064,976.51807,129.59436,9.319087,42.27277,500.08493,61.84512,684.346,236.72842,3341.454,22.14222,2785.5159,205.22826,11.5953455,12.364859,54.06159,238.63232,291.40106,349.21118,45.467743,29.915913,11.022231,624.1556,151.46446,47.57617,8.804221,521.9463,13.154918,576.43494,5.9386654,33.251476,0.0,753.64136,1927.4653,0.2496614,123.13402,15.541956,11206.316,25.80399,0.90367126,6.950621,18.312292,6.686023,1.9772025,10.1357975,263.32053,63.265903,6.464353,0.6418892,2.441382,115.87577,1.3566898,141.86041,188.56519,1864.8704,310.1562,90.57783,156.24776,578.4326,27.92092,25.199915,474.36572,41.817696,58.80974,11.096447,19.554998,175.42308,12.635984,10.69919,50.523907,15.0067215,3884.6406,18.410633,20.651546,15.909191,10.006246,239.48978,46.194,20.899193,7.093931,7.046086,13.6899185,56.17028,87.529755,30.569456,170.59422,18.980497,4.659649,46.42271,30.200476,54.861637,104.808235,17.07339,2.161929,15.619878,15.416779,2024.4952,15.88482,1.5087036,34.432537,12.01904,127.25658,83.386116,109.69146,6.2089095,79.526375,375.599,284.26175,27.997377,285.09134,68.56353,50.156166,70.822105,70.241776,10.2073555,34.55328,492.37927,2.0855904,4.0870156,169.59366,24.100615,8.961142,20.301662,22.280567,221.23471,72.85092,161.91835,1219.0433,156.58467,1892.9706,1718.2494,15.511955,17.90929,1897.0552,23.671862,27.819118,471.31458,53.004894,86.252655,38.266434,161.8294,286.95978,448.67014,7.015735,56.308548,226.05305,403.72183,11.674036,100.39983,12.4834795,1.6143954,56.83414,1.0456692,1.1681919,3.6816432,11.643083,44.96337,20.822239,20.53199,486.65097,61.659832,36.194126,46.911625,16.0827,74.4795,12.209588,18.472855,12.818481,82.684746,30.15324,28.06913,41.72242,10.451848,37.594143,32.495407,1.3742536,75.07714,12.374326,228.05553,8.306206,330.6468,21.753862,916.72723,155.3625,3.9040844,11.034523,175.23177,228.76257,1011.95087,794.0827 +2023-12-20 12:00:00,0.0,2865.068,55.714996,18.21333,59.989468,39.113388,294.26138,34.991467,65.27438,20.28334,37.770363,288.8677,119.75086,18.755363,102.553085,0.353811,0.30037484,56.44312,10.1269245,19.961117,794.8156,13.671486,975.8733,129.57797,9.337801,42.293556,499.7445,61.873447,684.8871,236.79018,3339.4744,22.177052,2785.6987,205.49722,11.616368,12.383772,54.153965,238.61203,291.38025,349.7093,45.451614,29.8943,11.020998,623.72577,151.6843,47.589863,8.79871,522.0521,13.151675,576.505,5.938518,33.23631,0.0,753.6019,1926.8116,0.24967073,123.01469,15.537473,11201.526,25.803616,0.9039421,6.946467,18.302376,6.687539,1.9773991,10.130184,263.22037,63.23566,6.458348,0.64188534,2.4422317,115.881714,1.3555518,141.84573,188.37903,1864.3524,309.78952,90.563126,156.22581,579.1195,27.95871,25.223957,475.09488,41.865135,58.87781,11.093164,19.554583,175.47491,12.628548,10.697566,50.527603,15.011302,3885.086,18.4093,20.649193,15.908299,10.004736,239.5933,46.207947,20.911291,7.094754,7.0441175,13.692599,56.168854,87.482315,30.571371,170.62807,18.977898,4.6588025,46.41557,30.185402,54.81412,104.84243,17.08771,2.1600807,15.642808,15.409233,2023.6854,15.901174,1.5062251,34.390995,12.016813,127.23017,83.4,109.67144,6.2144985,79.55363,375.44366,284.11902,27.990784,284.93613,68.61613,50.14733,70.81759,70.319214,10.216747,34.572323,492.36548,2.0888271,4.0925856,169.70131,24.100922,8.960036,20.316477,22.28964,221.35027,72.88811,161.92049,1219.7266,156.38269,1892.2996,1717.968,15.50137,17.890213,1896.4685,23.671743,27.788574,471.21356,52.95984,86.18992,38.233532,161.68073,286.88742,448.62823,7.010299,56.272106,225.85422,403.62274,11.669299,100.367165,12.477823,1.6142651,56.843475,1.0454493,1.1678957,3.6796083,11.64129,44.915806,20.81631,20.535484,487.1053,61.630375,36.175117,46.883064,16.076729,74.51613,12.210216,18.505323,12.812097,82.65044,30.129862,28.099941,41.738674,10.451209,37.640324,32.521236,1.3737413,75.04153,12.367356,228.03471,8.3031,330.53427,21.756006,917.07513,155.28308,3.9014335,11.032706,175.16217,228.63765,1011.7043,794.3746 +2023-12-20 13:00:00,0.0,2863.8396,55.68216,18.181969,59.942577,39.090767,294.1773,34.972878,65.2296,20.278975,37.73727,288.6791,119.80113,18.743643,102.38649,0.3538821,0.30092147,56.42392,10.148256,19.978909,794.24274,13.668908,975.2286,129.56158,9.356516,42.314342,499.40408,61.901775,685.42816,236.85191,3337.4949,22.211884,2785.8816,205.76619,11.637391,12.402685,54.246346,238.59174,291.3594,350.20743,45.435482,29.872686,11.019766,623.296,151.90411,47.60355,8.7932,522.158,13.148434,576.57513,5.9383707,33.22114,0.0,753.5625,1926.1578,0.24968007,122.89536,15.5329895,11196.737,25.80324,0.9042129,6.942313,18.292463,6.6890545,1.9775956,10.124572,263.1202,63.20542,6.4523425,0.64188147,2.4430814,115.88766,1.3544139,141.83104,188.19287,1863.8345,309.42282,90.548416,156.20386,579.8064,27.9965,25.247997,475.824,41.91258,58.945885,11.089882,19.554167,175.52673,12.621112,10.695942,50.5313,15.015882,3885.5315,18.407967,20.646841,15.907408,10.003225,239.69684,46.221893,20.923388,7.095577,7.042149,13.695279,56.16743,87.434875,30.573286,170.66191,18.975296,4.657956,46.408432,30.170328,54.766605,104.87663,17.102028,2.1582325,15.665738,15.401688,2022.8755,15.917527,1.5037465,34.34945,12.014587,127.20376,83.413895,109.65142,6.220087,79.58088,375.28833,283.97632,27.984188,284.78094,68.668724,50.138493,70.81308,70.39665,10.226139,34.591362,492.35165,2.0920637,4.098156,169.80894,24.101229,8.958931,20.33129,22.298714,221.46584,72.925285,161.92262,1220.4099,156.18071,1891.6287,1717.6865,15.490787,17.871136,1895.8818,23.671623,27.75803,471.11252,52.914783,86.12718,38.20063,161.53203,286.81506,448.58633,7.0048633,56.235664,225.65538,403.52362,11.664562,100.334496,12.472166,1.6141349,56.85281,1.0452294,1.1675994,3.6775734,11.639498,44.868244,20.810383,20.538979,487.55963,61.600918,36.156105,46.854504,16.070757,74.55276,12.210843,18.537792,12.805713,82.61612,30.106482,28.130754,41.75493,10.450571,37.6865,32.547062,1.3732288,75.00591,12.360387,228.01392,8.299994,330.42175,21.75815,917.42303,155.20366,3.8987827,11.030889,175.09258,228.51274,1011.4577,794.66644 +2023-12-20 14:00:00,0.0,2862.6113,55.64932,18.150608,59.895683,39.068146,294.09326,34.954292,65.184814,20.274609,37.704174,288.49048,119.8514,18.731924,102.219894,0.3539532,0.30146807,56.40472,10.169589,19.9967,793.66986,13.666329,974.5838,129.5452,9.37523,42.335125,499.0637,61.930107,685.96924,236.91367,3335.5154,22.246716,2786.0645,206.03516,11.658415,12.421598,54.338722,238.57144,291.3386,350.70554,45.419353,29.851074,11.018533,622.8662,152.12393,47.61724,8.787688,522.2639,13.145191,576.6452,5.9382234,33.205975,0.0,753.5231,1925.5042,0.24968942,122.77604,15.528506,11191.948,25.802864,0.90448374,6.9381595,18.282547,6.69057,1.977792,10.118958,263.02005,63.17518,6.446337,0.6418776,2.4439309,115.8936,1.353276,141.81635,188.00671,1863.3165,309.05612,90.533714,156.1819,580.4932,28.03429,25.27204,476.55316,41.960022,59.013958,11.086599,19.553751,175.57855,12.613676,10.694318,50.535,15.020462,3885.9768,18.406633,20.64449,15.906516,10.001716,239.80037,46.23584,20.935484,7.0964,7.0401807,13.69796,56.166008,87.387436,30.575201,170.69574,18.972694,4.6571097,46.401295,30.155254,54.719093,104.91083,17.116348,2.1563845,15.688667,15.394142,2022.0657,15.933881,1.5012679,34.307907,12.012362,127.17735,83.42778,109.6314,6.225676,79.60813,375.133,283.8336,27.977594,284.62576,68.72132,50.129658,70.80856,70.4741,10.235532,34.610405,492.33786,2.0953004,4.1037264,169.91658,24.101536,8.957827,20.346102,22.307787,221.58139,72.96246,161.92476,1221.0933,155.97873,1890.9576,1717.4052,15.480202,17.852058,1895.2953,23.671505,27.727486,471.0115,52.86973,86.06445,38.16773,161.38335,286.7427,448.5444,6.9994273,56.199223,225.45654,403.4245,11.659825,100.30183,12.46651,1.6140046,56.862144,1.0450095,1.1673032,3.6755385,11.637706,44.82068,20.804455,20.542473,488.01398,61.57146,36.137096,46.82594,16.064785,74.58938,12.211471,18.570261,12.799328,82.58181,30.083103,28.161568,41.771183,10.449932,37.73268,32.57289,1.3727164,74.97031,12.353417,227.99312,8.296888,330.30923,21.760294,917.77094,155.12424,3.8961318,11.029071,175.02296,228.38782,1011.2111,794.9584 +2023-12-20 15:00:00,0.0,2861.383,55.616478,18.119247,59.84879,39.045525,294.0092,34.935703,65.14003,20.27024,37.67108,288.30188,119.90168,18.720205,102.05331,0.35402432,0.30201468,56.38552,10.190921,20.014494,793.09705,13.663752,973.9391,129.52881,9.393944,42.35591,498.72327,61.958435,686.5103,236.97542,3333.536,22.28155,2786.2473,206.30412,11.679438,12.440512,54.4311,238.55115,291.31778,351.20364,45.403225,29.829462,11.017301,622.4364,152.34375,47.630928,8.782177,522.36975,13.141949,576.71533,5.938076,33.190807,0.0,753.48364,1924.8505,0.24969876,122.65671,15.524023,11187.159,25.802488,0.9047546,6.9340057,18.272633,6.6920857,1.9779885,10.113345,262.9199,63.144936,6.440332,0.6418737,2.4447806,115.89955,1.352138,141.80167,187.82057,1862.7986,308.68945,90.51901,156.15994,581.1801,28.07208,25.296082,477.28232,42.00746,59.08203,11.083317,19.553335,175.63037,12.60624,10.692694,50.538696,15.025042,3886.422,18.4053,20.642138,15.905624,10.000206,239.90388,46.24979,20.94758,7.097223,7.038212,13.70064,56.16458,87.34,30.577116,170.72958,18.970093,4.6562634,46.394154,30.14018,54.671577,104.94503,17.130669,2.1545362,15.711597,15.386597,2021.2557,15.950234,1.4987894,34.266365,12.010136,127.15095,83.44167,109.61138,6.231265,79.63538,374.97766,283.69086,27.971,284.47055,68.773926,50.12082,70.80405,70.55154,10.244924,34.629448,492.32404,2.098537,4.109297,170.02422,24.101843,8.956721,20.360916,22.31686,221.69695,72.99965,161.9269,1221.7764,155.77676,1890.2867,1717.1237,15.469617,17.832983,1894.7086,23.671387,27.696941,470.9105,52.824677,86.00172,38.134827,161.23466,286.67032,448.5025,6.9939914,56.16278,225.2577,403.32538,11.655088,100.26915,12.460854,1.6138743,56.87148,1.0447896,1.167007,3.6735039,11.635914,44.773113,20.798525,20.545967,488.46832,61.542004,36.118088,46.79738,16.058813,74.62601,12.212097,18.60273,12.792944,82.5475,30.059723,28.19238,41.787437,10.449294,37.77886,32.59872,1.3722041,74.93469,12.346448,227.97232,8.293783,330.19672,21.762436,918.11884,155.04482,3.8934808,11.027254,174.95337,228.2629,1010.96454,795.25024 +2023-12-20 16:00:00,0.0,2860.1548,55.58364,18.087887,59.8019,39.022903,293.92514,34.917114,65.09525,20.265875,37.63799,288.11325,119.95195,18.708485,101.88671,0.35409546,0.30256128,56.36632,10.212254,20.032286,792.5242,13.661174,973.2943,129.51242,9.412659,42.376698,498.38284,61.986763,687.0514,237.03717,3331.5562,22.316381,2786.4304,206.57309,11.70046,12.459425,54.523476,238.53084,291.29697,351.70178,45.387096,29.807848,11.0160675,622.00665,152.56358,47.64462,8.776666,522.4756,13.138707,576.7854,5.9379287,33.17564,0.0,753.4442,1924.1967,0.2497081,122.537384,15.51954,11182.37,25.802113,0.90502536,6.9298515,18.262718,6.693601,1.978185,10.107732,262.81973,63.114693,6.434327,0.64186984,2.4456303,115.905495,1.3510001,141.78697,187.63441,1862.2806,308.32275,90.5043,156.138,581.867,28.10987,25.320122,478.01147,42.054905,59.150105,11.080033,19.55292,175.68219,12.5988035,10.69107,50.542393,15.029622,3886.8674,18.403965,20.639786,15.904733,9.998696,240.00742,46.263737,20.959677,7.0980453,7.0362434,13.7033205,56.16316,87.29256,30.579033,170.76343,18.967493,4.655417,46.387016,30.125107,54.62406,104.979225,17.144989,2.1526883,15.734527,15.379052,2020.4459,15.966589,1.4963108,34.22482,12.00791,127.12454,83.45556,109.59136,6.236854,79.662636,374.82233,283.54816,27.964407,284.31537,68.82652,50.111984,70.79954,70.628975,10.254315,34.64849,492.3102,2.1017737,4.114867,170.13185,24.10215,8.955616,20.375729,22.325933,221.8125,73.03683,161.92905,1222.4597,155.57478,1889.6157,1716.8423,15.459032,17.813906,1894.122,23.671268,27.666397,470.80948,52.779625,85.93898,38.101925,161.08597,286.59796,448.4606,6.9885554,56.12634,225.05887,403.2263,11.650352,100.23648,12.455197,1.6137441,56.880814,1.0445697,1.1667107,3.671469,11.634122,44.725548,20.792597,20.549461,488.92264,61.512543,36.09908,46.768818,16.052843,74.662636,12.212725,18.635197,12.786559,82.51319,30.036345,28.223194,41.80369,10.448656,37.82504,32.62455,1.3716917,74.89908,12.339479,227.95152,8.290677,330.08423,21.76458,918.46674,154.9654,3.8908298,11.025436,174.88376,228.13797,1010.718,795.5422 +2023-12-20 17:00:00,0.0,2858.9265,55.5508,18.056526,59.755005,39.000286,293.84106,34.89853,65.05047,20.261507,37.604893,287.92465,120.00222,18.696766,101.720116,0.35416657,0.30310792,56.347122,10.233585,20.050077,791.95135,13.658596,972.6496,129.49602,9.431373,42.39748,498.04242,62.015095,687.59247,237.09892,3329.5767,22.351213,2786.6133,206.84206,11.721484,12.478339,54.615852,238.51054,291.27612,352.1999,45.370968,29.786236,11.014835,621.57684,152.7834,47.658306,8.771155,522.5815,13.135465,576.8555,5.9377813,33.160473,0.0,753.4048,1923.543,0.24971744,122.41806,15.515057,11177.58,25.801737,0.9052962,6.925698,18.252804,6.695117,1.9783815,10.1021185,262.71957,63.084454,6.428322,0.6418659,2.4464798,115.91144,1.3498622,141.7723,187.44826,1861.7627,307.95605,90.48961,156.11604,582.5539,28.147661,25.344164,478.7406,42.102345,59.218178,11.076751,19.552504,175.73402,12.591368,10.689445,50.546093,15.034202,3887.3127,18.402632,20.637432,15.903841,9.997186,240.11095,46.277683,20.971775,7.0988684,7.034275,13.706,56.16173,87.24511,30.580948,170.79727,18.964891,4.6545706,46.37988,30.110033,54.576546,105.01343,17.159307,2.15084,15.757457,15.371507,2019.636,15.982943,1.4938322,34.183277,12.005683,127.09814,83.469444,109.57134,6.2424426,79.68989,374.667,283.40543,27.957813,284.16016,68.87912,50.103146,70.79502,70.70641,10.263707,34.66753,492.29642,2.1050103,4.1204376,170.2395,24.102457,8.954511,20.390541,22.335007,221.92805,73.07401,161.93118,1223.1431,155.3728,1888.9448,1716.5608,15.448447,17.794828,1893.5353,23.67115,27.635853,470.70847,52.73457,85.87624,38.069023,160.93729,286.5256,448.41867,6.98312,56.089897,224.86003,403.12717,11.645615,100.20381,12.449541,1.6136138,56.89015,1.0443498,1.1664145,3.669434,11.63233,44.677986,20.786669,20.552958,489.37698,61.483086,36.08007,46.740257,16.046871,74.699265,12.213352,18.667665,12.780175,82.47888,30.012964,28.254007,41.819946,10.448017,37.871216,32.65038,1.3711792,74.863464,12.33251,227.93071,8.287572,329.9717,21.766724,918.81464,154.88597,3.8881788,11.023619,174.81416,228.01305,1010.47144,795.83405 +2023-12-20 18:00:00,0.0,2857.6982,55.51796,18.025166,59.70811,38.977665,293.75702,34.87994,65.005684,20.257141,37.5718,287.73602,120.05249,18.685047,101.55352,0.35423768,0.30365452,56.327923,10.254918,20.06787,791.3785,13.656017,972.0048,129.47963,9.450088,42.418266,497.702,62.043423,688.1335,237.16068,3327.5972,22.386045,2786.7961,207.11102,11.742507,12.497252,54.708233,238.49025,291.2553,352.698,45.35484,29.764624,11.013603,621.14703,153.00322,47.671997,8.765644,522.6874,13.132222,576.92566,5.937634,33.1453,0.0,753.36536,1922.8893,0.24972679,122.29873,15.510572,11172.791,25.801363,0.90556705,6.921544,18.24289,6.6966324,1.978578,10.096505,262.61942,63.05421,6.4223166,0.64186203,2.4473295,115.91738,1.3487242,141.7576,187.2621,1861.2448,307.5894,90.4749,156.09409,583.2407,28.185452,25.368206,479.46976,42.149788,59.28625,11.073468,19.552088,175.78584,12.583932,10.68782,50.54979,15.038782,3887.758,18.401299,20.63508,15.902949,9.995676,240.21446,46.29163,20.983871,7.0996914,7.0323067,13.708681,56.16031,87.19767,30.582863,170.8311,18.96229,4.653724,46.372738,30.09496,54.529034,105.04762,17.173628,2.148992,15.780387,15.363961,2018.8262,15.999296,1.4913538,34.14173,12.003457,127.07173,83.48334,109.55132,6.2480316,79.71713,374.51166,283.2627,27.95122,284.00497,68.93172,50.09431,70.790504,70.78385,10.2731,34.686573,492.2826,2.108247,4.126008,170.34714,24.102764,8.953405,20.405355,22.34408,222.04361,73.11119,161.93332,1223.8263,155.17082,1888.2738,1716.2794,15.437862,17.775751,1892.9486,23.67103,27.605309,470.60742,52.689518,85.81351,38.03612,160.78859,286.45325,448.37677,6.977684,56.05346,224.6612,403.02805,11.640878,100.17114,12.443885,1.6134835,56.899483,1.04413,1.1661183,3.6673992,11.630537,44.63042,20.78074,20.556452,489.83133,61.45363,36.06106,46.711693,16.0409,74.735886,12.213979,18.700134,12.77379,82.44457,29.989584,28.28482,41.836205,10.447379,37.917397,32.67621,1.3706669,74.82785,12.325541,227.90991,8.284466,329.8592,21.768867,919.16254,154.80655,3.8855278,11.021802,174.74457,227.88812,1010.22485,796.1259 +2023-12-20 19:00:00,0.0,2856.47,55.485123,17.993807,59.66122,38.955044,293.67294,34.86135,64.9609,20.252773,37.538704,287.54742,120.10276,18.673328,101.38693,0.35430878,0.30420113,56.308723,10.27625,20.08566,790.80566,13.6534395,971.36005,129.46324,9.4688015,42.439053,497.3616,62.07175,688.67456,237.22243,3325.6177,22.420877,2786.979,207.37999,11.76353,12.516166,54.80061,238.46996,291.2345,353.19614,45.33871,29.74301,11.01237,620.7172,153.22305,47.685688,8.760133,522.7932,13.128981,576.9957,5.9374866,33.130135,0.0,753.3259,1922.2355,0.24973613,122.179405,15.506089,11168.002,25.800987,0.9058379,6.91739,18.232975,6.698148,1.9787745,10.090893,262.51926,63.023968,6.4163113,0.64185816,2.448179,115.923325,1.3475863,141.7429,187.07594,1860.7268,307.2227,90.4602,156.07213,583.9276,28.223242,25.392246,480.1989,42.197227,59.35433,11.070186,19.551672,175.83766,12.576495,10.686196,50.553486,15.043362,3888.2034,18.399965,20.632729,15.902058,9.994166,240.318,46.305576,20.995968,7.100514,7.0303383,13.711361,56.158886,87.15023,30.584778,170.86494,18.95969,4.652878,46.3656,30.079885,54.481518,105.081825,17.187948,2.1471438,15.803316,15.356416,2018.0162,16.01565,1.4888752,34.10019,12.001231,127.04533,83.49722,109.5313,6.2536206,79.744385,374.35632,283.12,27.944626,283.8498,68.984314,50.085472,70.785995,70.86129,10.282492,34.705616,492.2688,2.1114836,4.131578,170.45477,24.103071,8.9523,20.420168,22.353151,222.15916,73.14837,161.93546,1224.5096,154.96884,1887.6029,1715.9979,15.4272785,17.756674,1892.362,23.670912,27.574764,470.5064,52.644463,85.75077,38.00322,160.63991,286.3809,448.33487,6.972248,56.017017,224.46236,402.92892,11.636141,100.138466,12.438229,1.6133533,56.908817,1.04391,1.1658219,3.6653643,11.628745,44.582855,20.774813,20.559946,490.28568,61.42417,36.042053,46.683132,16.034927,74.772514,12.214606,18.732603,12.767406,82.41026,29.966206,28.315634,41.85246,10.44674,37.963577,32.702038,1.3701545,74.79224,12.318571,227.88911,8.281361,329.74667,21.77101,919.51044,154.72713,3.882877,11.019984,174.67496,227.76321,1009.9783,796.41785 +2023-12-20 20:00:00,0.0,2855.2415,55.452282,17.962446,59.614326,38.932423,293.58887,34.842766,64.916115,20.248407,37.50561,287.3588,120.15303,18.661608,101.22034,0.3543799,0.30474773,56.289524,10.297583,20.103453,790.2328,13.650862,970.71533,129.44685,9.487516,42.459835,497.02118,62.100082,689.21564,237.28418,3323.6382,22.45571,2787.1619,207.64896,11.784554,12.535079,54.892986,238.44966,291.21365,353.69424,45.322582,29.721397,11.011138,620.2875,153.44287,47.699375,8.754622,522.8991,13.125738,577.06586,5.937339,33.114967,0.0,753.2865,1921.5818,0.24974546,122.06008,15.501606,11163.213,25.800611,0.9061087,6.913236,18.22306,6.6996636,1.978971,10.085279,262.4191,62.993725,6.410306,0.6418543,2.4490287,115.92927,1.3464484,141.72823,186.88979,1860.2089,306.856,90.445496,156.05019,584.6145,28.261032,25.416288,480.92804,42.24467,59.4224,11.066903,19.551256,175.88948,12.569059,10.684572,50.557182,15.047942,3888.6487,18.398632,20.630377,15.901166,9.992657,240.42152,46.319523,21.008064,7.101337,7.02837,13.714041,56.15746,87.10279,30.586693,170.89879,18.957088,4.6520314,46.358463,30.064812,54.434002,105.11602,17.202269,2.1452956,15.826246,15.34887,2017.2064,16.032003,1.4863967,34.058647,11.999005,127.01892,83.511116,109.511284,6.2592096,79.77164,374.201,282.97726,27.938032,283.69458,69.03692,50.076637,70.78148,70.938736,10.291883,34.724655,492.25497,2.1147203,4.1371484,170.56241,24.10338,8.951195,20.43498,22.362225,222.27472,73.185555,161.93759,1225.1929,154.76686,1886.9319,1715.7164,15.416694,17.737598,1891.7754,23.670794,27.54422,470.4054,52.599407,85.68804,37.970318,160.49123,286.30853,448.29297,6.966812,55.980576,224.26352,402.82983,11.631404,100.1058,12.432571,1.6132231,56.91815,1.0436901,1.1655257,3.6633294,11.626953,44.53529,20.768885,20.56344,490.74,61.39471,36.02304,46.65457,16.028955,74.80914,12.215234,18.765072,12.761022,82.37595,29.942825,28.346447,41.868713,10.446102,38.009754,32.727867,1.369642,74.75662,12.311602,227.86832,8.2782545,329.63416,21.773153,919.85834,154.6477,3.8802261,11.018167,174.60536,227.63829,1009.7317,796.7097 +2023-12-20 21:00:00,0.0,2854.0132,55.419445,17.931086,59.567432,38.9098,293.50482,34.824177,64.87133,20.24404,37.47252,287.1702,120.20331,18.649889,101.05374,0.354451,0.30529436,56.270325,10.318914,20.121246,789.6599,13.648283,970.07056,129.43047,9.50623,42.48062,496.68076,62.12841,689.7567,237.34593,3321.6584,22.490541,2787.345,207.91792,11.805576,12.553992,54.985367,238.42935,291.19284,354.19235,45.30645,29.699785,11.009905,619.85767,153.66269,47.713066,8.749111,523.00494,13.122496,577.1359,5.9371915,33.0998,0.0,753.247,1920.9281,0.2497548,121.94075,15.497123,11158.423,25.800236,0.9063795,6.9090824,18.213146,6.701179,1.9791675,10.079666,262.31894,62.963486,6.4043007,0.6418504,2.4498785,115.93521,1.3453104,141.71353,186.70363,1859.6909,306.48932,90.430786,156.02823,585.3014,28.298822,25.44033,481.6572,42.292114,59.490475,11.063621,19.55084,175.9413,12.561624,10.682948,50.560883,15.052522,3889.094,18.397299,20.628025,15.900274,9.991146,240.52505,46.333473,21.02016,7.1021595,7.026401,13.716722,56.156036,87.05535,30.58861,170.93263,18.954487,4.651185,46.351322,30.049736,54.386486,105.15022,17.216587,2.1434476,15.849176,15.341326,2016.3965,16.048357,1.4839181,34.0171,11.9967785,126.992516,83.525,109.491264,6.2647986,79.79889,374.04565,282.83453,27.931438,283.5394,69.089516,50.0678,70.77696,71.016174,10.301275,34.7437,492.24115,2.1179569,4.142719,170.67006,24.103687,8.950089,20.449795,22.371298,222.39027,73.22273,161.93973,1225.8762,154.56488,1886.261,1715.435,15.406109,17.718521,1891.1887,23.670675,27.513676,470.30438,52.554356,85.625305,37.937416,160.34253,286.23618,448.25104,6.961376,55.944134,224.06468,402.7307,11.626667,100.07313,12.426915,1.6130928,56.927486,1.0434703,1.1652294,3.6612945,11.625161,44.48773,20.762957,20.566935,491.19434,61.365253,36.004032,46.626007,16.022984,74.845764,12.215861,18.79754,12.754638,82.34164,29.919447,28.377258,41.884968,10.445463,38.055935,32.753693,1.3691297,74.72101,12.304632,227.84752,8.275149,329.52164,21.775297,920.20624,154.56828,3.8775752,11.01635,174.53575,227.51337,1009.4851,797.0016 +2023-12-20 22:00:00,0.0,2852.785,55.386604,17.899725,59.520542,38.88718,293.42075,34.805588,64.82655,20.239674,37.439423,286.98157,120.25358,18.63817,100.88715,0.3545221,0.30584097,56.25113,10.340247,20.139038,789.0871,13.645705,969.42584,129.41408,9.524944,42.501408,496.34033,62.15674,690.2978,237.40767,3319.679,22.525375,2787.5278,208.18689,11.826599,12.572906,55.077744,238.40906,291.17203,354.6905,45.29032,29.678171,11.008673,619.42786,153.8825,47.726753,8.7436,523.11084,13.119254,577.20605,5.937044,33.084633,0.0,753.2076,1920.2743,0.24976414,121.82143,15.49264,11153.634,25.79986,0.90665036,6.9049287,18.203232,6.702695,1.9793639,10.074053,262.21878,62.933243,6.398296,0.64184654,2.450728,115.941154,1.3441725,141.69884,186.51747,1859.173,306.12262,90.416084,156.00627,585.9882,28.336613,25.464373,482.38635,42.339554,59.558548,11.060338,19.550426,175.99313,12.554188,10.681323,50.56458,15.057102,3889.5396,18.395966,20.625671,15.899383,9.989636,240.62857,46.34742,21.032259,7.1029825,7.0244327,13.719401,56.154613,87.00791,30.590525,170.96646,18.951885,4.6503386,46.344185,30.034662,54.338974,105.18442,17.230907,2.1415994,15.872106,15.33378,2015.5867,16.064713,1.4814395,33.97556,11.994553,126.96611,83.538895,109.471245,6.270387,79.82614,373.89032,282.69183,27.924845,283.38422,69.14211,50.058964,70.77245,71.09361,10.310668,34.76274,492.22736,2.1211936,4.148289,170.7777,24.103994,8.948984,20.464607,22.380371,222.50583,73.25991,161.94186,1226.5594,154.3629,1885.59,1715.1536,15.395524,17.699444,1890.602,23.670555,27.483131,470.20337,52.5093,85.56257,37.904514,160.19385,286.16382,448.20914,6.9559402,55.907692,223.86584,402.6316,11.62193,100.04046,12.421259,1.6129625,56.93682,1.0432503,1.1649332,3.6592598,11.623369,44.440163,20.757029,20.57043,491.64868,61.335796,35.985023,46.597446,16.017014,74.88239,12.216488,18.83001,12.748253,82.30733,29.896067,28.408072,41.901222,10.444825,38.10211,32.779522,1.3686173,74.685394,12.297663,227.8267,8.272043,329.40912,21.777441,920.55414,154.48886,3.8749242,11.014532,174.46616,227.38844,1009.2386,797.2935 +2023-12-20 23:00:00,0.0,2851.5566,55.353764,17.868364,59.473648,38.86456,293.3367,34.787003,64.78177,20.235306,37.40633,286.79297,120.30385,18.62645,100.72056,0.35459322,0.30638757,56.23193,10.361579,20.15683,788.5142,13.643127,968.78107,129.39769,9.543659,42.522194,495.99994,62.18507,690.83887,237.46942,3317.6995,22.560207,2787.7107,208.45586,11.847623,12.591819,55.17012,238.38876,291.15118,355.1886,45.274193,29.656559,11.00744,618.9981,154.10234,47.740444,8.73809,523.2167,13.116012,577.2761,5.936897,33.069466,0.0,753.16815,1919.6206,0.24977349,121.7021,15.488156,11148.845,25.799484,0.90692115,6.9007745,18.193317,6.7042103,1.9795605,10.0684395,262.11862,62.903,6.3922906,0.64184266,2.4515777,115.9471,1.3430346,141.68416,186.33131,1858.655,305.75592,90.40138,155.98433,586.6751,28.374403,25.488413,483.11548,42.386997,59.62662,11.057055,19.550009,176.04495,12.546751,10.679699,50.568275,15.061682,3889.9849,18.394632,20.62332,15.898491,9.988127,240.7321,46.361366,21.044355,7.1038055,7.0224643,13.722082,56.153187,86.96047,30.59244,171.0003,18.949286,4.6494927,46.337048,30.019588,54.29146,105.21862,17.245228,2.1397514,15.895036,15.326235,2014.7767,16.081066,1.478961,33.934017,11.992327,126.939705,83.55278,109.451225,6.275976,79.85339,373.73495,282.5491,27.91825,283.229,69.19471,50.05013,70.76794,71.17105,10.32006,34.781784,492.21353,2.1244302,4.1538596,170.88533,24.104301,8.94788,20.47942,22.389444,222.62138,73.2971,161.944,1227.2427,154.16092,1884.9191,1714.8722,15.384939,17.680367,1890.0155,23.670437,27.452587,470.10233,52.46425,85.49983,37.871613,160.04515,286.09143,448.16724,6.950505,55.87125,223.667,402.53247,11.617193,100.00778,12.415603,1.6128323,56.946156,1.0430304,1.164637,3.657225,11.621577,44.392597,20.7511,20.573925,492.10303,61.30634,35.966015,46.568886,16.011042,74.91902,12.217115,18.862478,12.741868,82.27302,29.872688,28.438885,41.917477,10.444186,38.148293,32.80535,1.3681048,74.64979,12.290693,227.80591,8.268938,329.2966,21.779583,920.90204,154.40944,3.8722732,11.012714,174.39655,227.26352,1008.992,797.5854 +2023-12-21 00:00:00,0.0,2850.3284,55.320927,17.837004,59.426754,38.841938,293.25262,34.768414,64.736984,20.23094,37.373238,286.60434,120.35412,18.61473,100.55396,0.35466433,0.3069342,56.21273,10.382912,20.174622,787.9414,13.640549,968.13635,129.38129,9.562373,42.542976,495.65952,62.213398,691.37994,237.53117,3315.72,22.59504,2787.8936,208.72482,11.868646,12.610732,55.262497,238.36847,291.13037,355.6867,45.258064,29.634947,11.006207,618.5683,154.32216,47.75413,8.732578,523.3225,13.11277,577.34625,5.9367495,33.0543,0.0,753.1287,1918.9669,0.24978283,121.58277,15.483673,11144.056,25.79911,0.907192,6.8966208,18.183401,6.7057257,1.979757,10.062827,262.01846,62.87276,6.3862853,0.6418388,2.4524274,115.95304,1.3418967,141.66946,186.14516,1858.1371,305.38925,90.38667,155.96237,587.362,28.412193,25.512455,483.84464,42.434437,59.694695,11.053773,19.549595,176.09677,12.539315,10.678075,50.571976,15.066262,3890.4302,18.3933,20.620968,15.897599,9.986616,240.83563,46.375313,21.056452,7.104628,7.020496,13.724762,56.151764,86.91303,30.594355,171.03415,18.946684,4.6486464,46.329906,30.004515,54.243942,105.252815,17.259548,2.1379032,15.917965,15.318689,2013.9669,16.09742,1.4764824,33.89247,11.990101,126.9133,83.56667,109.431206,6.281565,79.880646,373.57962,282.40637,27.911655,283.07382,69.24731,50.04129,70.76342,71.24849,10.329452,34.800823,492.1997,2.127667,4.15943,170.99297,24.104609,8.9467745,20.494232,22.398518,222.73694,73.334274,161.94614,1227.926,153.95894,1884.248,1714.5907,15.374354,17.661291,1889.4288,23.670319,27.422043,470.0013,52.419193,85.437096,37.83871,159.89647,286.01907,448.1253,6.945069,55.83481,223.46817,402.43335,11.612456,99.97511,12.409946,1.612702,56.95549,1.0428106,1.1643407,3.65519,11.619784,44.34503,20.74517,20.57742,492.55737,61.276882,35.947006,46.54032,16.00507,74.95564,12.217743,18.894947,12.735484,82.23871,29.849308,28.469698,41.93373,10.443548,38.19447,32.83118,1.3675925,74.614174,12.283724,227.78511,8.265832,329.18408,21.781727,921.24994,154.33002,3.8696225,11.010898,174.32695,227.1386,1008.7454,797.87726 +2023-12-21 01:00:00,0.0,2849.1,55.288086,17.805643,59.379864,38.819317,293.16858,34.749825,64.6922,20.226574,37.34014,286.41574,120.40439,18.603012,100.38737,0.35473543,0.3074808,56.19353,10.404244,20.192413,787.3685,13.637971,967.4916,129.3649,9.581088,42.563763,495.3191,62.241726,691.921,237.59293,3313.7405,22.629871,2788.0764,208.99379,11.889668,12.629645,55.354874,238.34818,291.10956,356.18484,45.241936,29.613333,11.004975,618.1385,154.54198,47.767822,8.727067,523.4284,13.109528,577.4164,5.936602,33.03913,0.0,753.0893,1918.3131,0.24979217,121.46345,15.479189,11139.267,25.798735,0.90746284,6.892467,18.173489,6.7072415,1.9799534,10.057214,261.9183,62.842518,6.38028,0.6418349,2.4532769,115.958984,1.3407587,141.65477,185.959,1857.6191,305.02255,90.37197,155.94041,588.0489,28.449984,25.536497,484.5738,42.48188,59.762768,11.05049,19.54918,176.14859,12.531879,10.676451,50.575672,15.070842,3890.8755,18.391964,20.618616,15.896708,9.985106,240.93916,46.38926,21.068548,7.105451,7.0185275,13.727443,56.15034,86.86559,30.59627,171.068,18.944082,4.6478,46.32277,29.98944,54.196426,105.28702,17.273867,2.1360552,15.940895,15.311144,2013.157,16.113773,1.4740038,33.85093,11.987875,126.886894,83.58056,109.41119,6.287154,79.9079,373.4243,282.26367,27.905062,282.91864,69.29991,50.032455,70.75891,71.325935,10.338843,34.819866,492.1859,2.1309035,4.1650004,171.1006,24.104916,8.945669,20.509047,22.40759,222.8525,73.37145,161.94829,1228.6094,153.75696,1883.5771,1714.3093,15.3637705,17.642214,1888.8422,23.6702,27.391499,469.9003,52.37414,85.37436,37.80581,159.74777,285.94672,448.0834,6.939633,55.798367,223.26933,402.33426,11.60772,99.942444,12.40429,1.6125717,56.964825,1.0425906,1.1640445,3.653155,11.617992,44.29747,20.739243,20.580914,493.0117,61.24742,35.927998,46.51176,15.999098,74.99227,12.2183695,18.927416,12.729099,82.2044,29.82593,28.500511,41.949986,10.442909,38.24065,32.85701,1.3670801,74.57856,12.276754,227.76431,8.262727,329.0716,21.78387,921.59784,154.2506,3.8669715,11.00908,174.25735,227.01369,1008.49884,798.1692 +2023-12-21 02:00:00,0.0,2847.8718,55.255245,17.774282,59.33297,38.796696,293.0845,34.73124,64.647415,20.222206,37.30705,286.2271,120.454666,18.591291,100.22078,0.35480654,0.30802742,56.17433,10.425576,20.210207,786.7957,13.635393,966.84686,129.34851,9.599802,42.58455,494.97867,62.270058,692.4621,237.65468,3311.7607,22.664703,2788.2595,209.26276,11.910692,12.648559,55.44725,238.32787,291.08875,356.68295,45.225807,29.59172,11.003742,617.70874,154.76181,47.78151,8.721556,523.5343,13.106285,577.48645,5.936455,33.02396,0.0,753.0498,1917.6594,0.24980152,121.344124,15.474706,11134.477,25.798359,0.9077337,6.888313,18.163572,6.708757,1.9801499,10.0516,261.81815,62.812275,6.3742747,0.641831,2.4541266,115.96493,1.3396208,141.64009,185.77284,1857.1012,304.65585,90.35727,155.91846,588.7357,28.487774,25.560537,485.30295,42.52932,59.83084,11.047208,19.548761,176.20041,12.524444,10.674827,50.57937,15.075422,3891.3208,18.39063,20.616264,15.895816,9.983597,241.04268,46.403206,21.080645,7.1062737,7.0165586,13.730123,56.148914,86.81815,30.598185,171.10182,18.941483,4.6469536,46.31563,29.974367,54.148914,105.32121,17.288187,2.134207,15.963825,15.303599,2012.3472,16.130127,1.4715253,33.809383,11.985648,126.86049,83.594444,109.39117,6.292743,79.93515,373.26895,282.12094,27.898468,282.76343,69.35251,50.023617,70.754395,71.40337,10.348236,34.83891,492.1721,2.1341403,4.1705704,171.20825,24.105223,8.944564,20.523859,22.416664,222.96806,73.40864,161.95042,1229.2926,153.55498,1882.9061,1714.0278,15.353186,17.623137,1888.2555,23.670082,27.360954,469.7993,52.329086,85.31163,37.772907,159.59909,285.87436,448.0415,6.934197,55.761925,223.0705,402.23514,11.602983,99.909775,12.398634,1.6124414,56.97416,1.0423707,1.1637483,3.6511202,11.6162,44.249905,20.733315,20.584408,493.46603,61.217964,35.908985,46.4832,15.993127,75.0289,12.218997,18.959885,12.722715,82.17009,29.80255,28.531324,41.96624,10.442271,38.286827,32.88284,1.3665676,74.542946,12.269785,227.74352,8.259621,328.95908,21.786015,921.94574,154.17117,3.8643205,11.007262,174.18774,226.88876,1008.25226,798.46106 +2023-12-21 03:00:00,0.0,2846.6433,55.22241,17.742924,59.286076,38.774075,293.00046,34.71265,64.60263,20.21784,37.273952,286.0385,120.50494,18.579573,100.054184,0.35487765,0.30857402,56.155132,10.446909,20.227999,786.22284,13.632814,966.2021,129.33212,9.618517,42.60533,494.63824,62.298386,693.0031,237.71643,3309.7812,22.699535,2788.4424,209.53172,11.931715,12.667472,55.53963,238.30757,291.0679,357.18106,45.20968,29.570108,11.00251,617.27893,154.98163,47.7952,8.716045,523.64014,13.103044,577.5566,5.9363074,33.008793,0.0,753.0104,1917.0057,0.24981084,121.22479,15.470222,11129.6875,25.797983,0.90800446,6.884159,18.153658,6.710273,1.9803464,10.045987,261.718,62.782032,6.3682694,0.6418271,2.4549763,115.97087,1.3384829,141.6254,185.5867,1856.5833,304.28918,90.34256,155.89651,589.4226,28.525564,25.58458,486.03207,42.576763,59.898914,11.043925,19.548347,176.25224,12.517007,10.673202,50.58307,15.080002,3891.766,18.389297,20.61391,15.894924,9.982087,241.14621,46.417156,21.092741,7.1070967,7.0145903,13.732803,56.14749,86.77071,30.600101,171.13567,18.93888,4.646107,46.30849,29.959293,54.1014,105.355415,17.302507,2.1323588,15.986754,15.296054,2011.5372,16.14648,1.4690467,33.76784,11.983422,126.83408,83.60834,109.37115,6.2983317,79.962395,373.11362,281.9782,27.891874,282.60825,69.405106,50.014782,70.74988,71.48081,10.357628,34.857952,492.1583,2.1373768,4.176141,171.31589,24.10553,8.943459,20.538671,22.425737,223.08362,73.445816,161.95256,1229.9758,153.353,1882.2352,1713.7465,15.342601,17.60406,1887.6688,23.669962,27.33041,469.69827,52.28403,85.24889,37.740005,159.45041,285.802,447.9996,6.928761,55.725487,222.87166,402.13602,11.598247,99.8771,12.392978,1.6123112,56.983494,1.0421509,1.163452,3.6490853,11.6144085,44.20234,20.727386,20.587904,493.92038,61.188507,35.889977,46.454636,15.987155,75.06552,12.2196245,18.992353,12.716331,82.13578,29.77917,28.562138,41.982494,10.441633,38.333008,32.90867,1.3660553,74.50733,12.262815,227.72272,8.2565155,328.84656,21.788158,922.29364,154.09175,3.8616695,11.0054455,174.11815,226.76384,1008.0057,798.7529 +2023-12-21 04:00:00,0.0,2845.415,55.189568,17.711563,59.239185,38.751453,292.91638,34.69406,64.55785,20.213472,37.24086,285.84988,120.55521,18.567854,99.88759,0.35494876,0.30912066,56.135933,10.468241,20.24579,785.64996,13.630237,965.5573,129.31573,9.637231,42.626118,494.29785,62.326714,693.5442,237.77818,3307.8018,22.73437,2788.6252,209.80069,11.952738,12.686385,55.632008,238.28728,291.0471,357.6792,45.19355,29.548494,11.001277,616.8491,155.20145,47.808887,8.710534,523.74603,13.099801,577.62665,5.93616,32.993626,0.0,752.97095,1916.3519,0.24982019,121.10547,15.465739,11124.898,25.797607,0.9082753,6.8800054,18.143744,6.711788,1.9805429,10.040374,261.61783,62.751793,6.362264,0.64182323,2.4558258,115.976814,1.3373449,141.61072,185.40054,1856.0653,303.9225,90.32786,155.87456,590.1095,28.563354,25.608622,486.76123,42.624207,59.966988,11.040643,19.547932,176.30406,12.509571,10.671577,50.586765,15.084582,3892.2114,18.387964,20.611559,15.8940325,9.9805765,241.24974,46.431103,21.10484,7.1079197,7.012622,13.735483,56.146065,86.723274,30.602016,171.16951,18.93628,4.645261,46.301353,29.94422,54.053883,105.38961,17.316828,2.1305108,16.009684,15.288508,2010.7274,16.162834,1.4665681,33.7263,11.981196,126.80767,83.62222,109.35113,6.3039207,79.98965,372.95828,281.8355,27.88528,282.45303,69.4577,50.005943,70.74537,71.55825,10.36702,34.87699,492.14447,2.1406136,4.181711,171.42352,24.105837,8.942353,20.553486,22.43481,223.19917,73.483,161.9547,1230.6592,153.15102,1881.5642,1713.465,15.332016,17.584984,1887.0823,23.669844,27.299866,469.59723,52.23898,85.18616,37.707104,159.30171,285.72964,447.95767,6.923325,55.689045,222.67282,402.0369,11.59351,99.84443,12.387321,1.612181,56.99283,1.0419309,1.1631557,3.6470504,11.612617,44.154774,20.721458,20.591398,494.37473,61.15905,35.870968,46.426075,15.981183,75.10215,12.220251,19.02482,12.709947,82.10147,29.75579,28.59295,41.99875,10.440994,38.379185,32.934498,1.3655429,74.47172,12.255847,227.7019,8.253409,328.73404,21.7903,922.64154,154.01233,3.8590186,11.003628,174.04854,226.63892,1007.7591,799.04486 +2023-12-21 05:00:00,0.0,2844.1868,55.15673,17.680202,59.19229,38.728832,292.8323,34.675476,64.51307,20.209106,37.207767,285.6613,120.60548,18.556135,99.721,0.3550199,0.30966726,56.116734,10.4895735,20.263582,785.07715,13.627659,964.9126,129.29935,9.655945,42.646904,493.95743,62.355045,694.08527,237.83994,3305.8223,22.769201,2788.808,210.06967,11.973762,12.705298,55.72439,238.26698,291.02628,358.1773,45.177418,29.526882,11.000045,616.4193,155.42128,47.82258,8.705023,523.8519,13.096559,577.6968,5.9360127,32.97846,0.0,752.9315,1915.6982,0.24982953,120.986145,15.461256,11120.109,25.797232,0.90854615,6.875851,18.13383,6.7133036,1.9807394,10.03476,261.51767,62.72155,6.3562593,0.64181936,2.4566755,115.982765,1.336207,141.59602,185.21439,1855.5474,303.5558,90.313156,155.8526,590.7964,28.601145,25.632664,487.4904,42.671646,60.03506,11.03736,19.547514,176.35588,12.502135,10.669953,50.59046,15.089162,3892.6567,18.386631,20.609207,15.893141,9.979067,241.35326,46.44505,21.116936,7.108742,7.0106535,13.738164,56.14464,86.675835,30.603931,171.20335,18.93368,4.6444144,46.294216,29.929146,54.006367,105.42381,17.331146,2.1286626,16.032614,15.280963,2009.9176,16.179188,1.4640896,33.684753,11.978971,126.781265,83.636116,109.33111,6.3095098,80.0169,372.80295,281.69278,27.878687,282.29785,69.5103,49.99711,70.74085,71.63569,10.376411,34.896034,492.13065,2.14385,4.1872816,171.53116,24.106144,8.941248,20.568298,22.443884,223.31473,73.52018,161.95683,1231.3425,152.94905,1880.8933,1713.1836,15.321431,17.565907,1886.4956,23.669725,27.269321,469.49622,52.193924,85.12342,37.674202,159.15303,285.6573,447.91577,6.9178896,55.652603,222.47398,401.9378,11.588773,99.81176,12.381664,1.6120507,57.002163,1.041711,1.1628594,3.6450155,11.610825,44.107212,20.71553,20.594893,494.82904,61.129593,35.85196,46.397514,15.975212,75.13878,12.220879,19.05729,12.703562,82.067154,29.73241,28.623764,42.015007,10.440356,38.425365,32.960327,1.3650304,74.436104,12.248878,227.6811,8.250304,328.62152,21.792444,922.98944,153.9329,3.8563676,11.001811,173.97894,226.51399,1007.5126,799.33673 +2023-12-21 06:00:00,0.0,2842.9585,55.12389,17.648842,59.145397,38.70621,292.74826,34.656887,64.468285,20.204739,37.17467,285.47266,120.65575,18.544415,99.554405,0.355091,0.31021386,56.097534,10.510905,20.281374,784.5043,13.62508,964.2678,129.28294,9.67466,42.667686,493.617,62.383373,694.62634,237.90167,3303.8425,22.804033,2788.991,210.33864,11.994784,12.724212,55.816765,238.24669,291.00543,358.6754,45.16129,29.50527,10.998812,615.98956,155.6411,47.83627,8.6995125,523.95776,13.093317,577.76685,5.935865,32.96329,0.0,752.8921,1915.0446,0.24983887,120.86681,15.456773,11115.32,25.796858,0.90881693,6.8716974,18.123915,6.7148194,1.9809359,10.029148,261.4175,62.691307,6.350254,0.6418155,2.4575253,115.98871,1.3350691,141.58133,185.02823,1855.0294,303.18912,90.29845,155.83064,591.4832,28.638935,25.656704,488.2195,42.71909,60.103134,11.034078,19.5471,176.4077,12.494699,10.668329,50.59416,15.093742,3893.1023,18.385298,20.606855,15.892249,9.977557,241.45679,46.458996,21.129032,7.1095653,7.008685,13.740844,56.14322,86.628395,30.605846,171.23718,18.931078,4.643568,46.287075,29.914072,53.958855,105.45801,17.345467,2.1268146,16.055544,15.273417,2009.1077,16.195541,1.461611,33.64321,11.976745,126.75486,83.65,109.31109,6.315099,80.04415,372.6476,281.55005,27.872093,282.14267,69.562904,49.98827,70.736336,71.71313,10.385804,34.915077,492.11685,2.1470869,4.192852,171.63881,24.106451,8.940143,20.58311,22.452957,223.43028,73.55736,161.95897,1232.0256,152.74707,1880.2223,1712.9021,15.310846,17.54683,1885.9089,23.669607,27.238777,469.3952,52.148872,85.060684,37.6413,159.00433,285.58493,447.87387,6.9124537,55.61616,222.27515,401.83868,11.584036,99.77909,12.376008,1.6119205,57.011497,1.0414912,1.1625632,3.6429808,11.609032,44.059647,20.709602,20.598387,495.2834,61.100132,35.83295,46.36895,15.96924,75.1754,12.221506,19.089758,12.697178,82.032845,29.709032,28.654575,42.03126,10.439717,38.471542,32.986153,1.364518,74.40049,12.241908,227.66031,8.247198,328.509,21.794588,923.33734,153.85349,3.8537169,10.999993,173.90935,226.38907,1007.266,799.6286 +2023-12-21 07:00:00,0.0,2841.7302,55.09105,17.617481,59.098507,38.68359,292.66418,34.6383,64.4235,20.200373,37.14158,285.28406,120.706024,18.532696,99.38781,0.3551621,0.3107605,56.078335,10.532238,20.299166,783.93146,13.622502,963.6231,129.26656,9.693374,42.688473,493.27658,62.4117,695.1674,237.96342,3301.863,22.838865,2789.174,210.6076,12.015807,12.743125,55.909145,238.22638,290.98462,359.17355,45.14516,29.483656,10.99758,615.55975,155.86092,47.849957,8.694001,524.0636,13.090075,577.837,5.9357176,32.948124,0.0,752.85266,1914.3907,0.24984822,120.74749,15.45229,11110.53,25.796482,0.9090878,6.8675437,18.113998,6.716335,1.9811324,10.023535,261.31735,62.661064,6.344249,0.6418116,2.4583747,115.99465,1.3339311,141.56665,184.84207,1854.5115,302.82242,90.283745,155.8087,592.1701,28.676725,25.680746,488.94867,42.76653,60.171207,11.030795,19.546684,176.45952,12.487263,10.666705,50.59786,15.098322,3893.5476,18.383965,20.604504,15.891357,9.9760475,241.56032,46.472942,21.141129,7.110388,7.0067163,13.743525,56.141792,86.580956,30.607761,171.27103,18.928476,4.6427217,46.279938,29.898998,53.91134,105.49221,17.359787,2.1249664,16.078474,15.265873,2008.2979,16.211897,1.4591324,33.60167,11.974518,126.728455,83.663895,109.29107,6.320688,80.0714,372.49228,281.40735,27.8655,281.98746,69.6155,49.979435,70.73183,71.79057,10.395196,34.934116,492.10303,2.1503234,4.1984224,171.74644,24.106758,8.939037,20.597925,22.46203,223.54584,73.59454,161.9611,1232.709,152.54509,1879.5514,1712.6207,15.300262,17.527752,1885.3223,23.669489,27.208233,469.2942,52.103817,84.99795,37.6084,158.85565,285.51254,447.83197,6.9070177,55.57972,222.07631,401.73956,11.579299,99.746414,12.370352,1.6117902,57.020832,1.0412712,1.162267,3.640946,11.60724,44.01208,20.703674,20.601881,495.73773,61.070675,35.813942,46.34039,15.963268,75.21203,12.222134,19.122227,12.690793,81.998535,29.685652,28.685389,42.047516,10.439079,38.517723,33.011982,1.3640057,74.364876,12.234939,227.63951,8.244093,328.39648,21.796732,923.68524,153.77406,3.8510659,10.998176,173.83974,226.26416,1007.0194,799.92053 +2023-12-21 08:00:00,0.0,2840.502,55.058212,17.58612,59.051613,38.66097,292.58014,34.619713,64.378716,20.196005,37.108486,285.09543,120.756294,18.520977,99.221214,0.35523322,0.3113071,56.05914,10.55357,20.31696,783.3586,13.619925,962.97833,129.25017,9.712089,42.70926,492.93616,62.440033,695.7085,238.02518,3299.8835,22.873697,2789.357,210.87657,12.036831,12.762038,56.001522,238.20609,290.9638,359.67166,45.129032,29.462044,10.996346,615.12994,156.08073,47.863647,8.68849,524.1695,13.086832,577.90704,5.9355702,32.932957,0.0,752.81323,1913.737,0.24985756,120.62817,15.447805,11105.741,25.796106,0.9093586,6.86339,18.104084,6.7178507,1.9813288,10.017921,261.2172,62.630825,6.3382435,0.64180773,2.4592245,116.000595,1.3327932,141.55196,184.65591,1853.9935,302.45572,90.26904,155.78674,592.857,28.714516,25.704788,489.67783,42.813972,60.23928,11.027512,19.546268,176.51135,12.479827,10.665081,50.601555,15.102902,3893.993,18.382631,20.60215,15.890466,9.974537,241.66385,46.48689,21.153225,7.111211,7.004748,13.746204,56.14037,86.533516,30.609678,171.30487,18.925875,4.6418753,46.2728,29.883924,53.863823,105.526405,17.374107,2.1231184,16.101404,15.2583275,2007.4879,16.22825,1.456654,33.560123,11.972292,126.70205,83.67778,109.27105,6.3262763,80.098656,372.33694,281.26462,27.858904,281.83228,69.6681,49.970596,70.72731,71.86801,10.404588,34.95316,492.08923,2.1535602,4.2039924,171.85408,24.107065,8.937932,20.612738,22.471104,223.66139,73.63172,161.96324,1233.3923,152.34311,1878.8805,1712.3392,15.289678,17.508675,1884.7356,23.669369,27.177689,469.19318,52.058765,84.93522,37.575497,158.70697,285.4402,447.79004,6.901582,55.543278,221.87747,401.64044,11.574562,99.713745,12.364696,1.6116599,57.030167,1.0410513,1.1619707,3.638911,11.605448,43.964516,20.697746,20.605375,496.19208,61.041218,35.794933,46.31183,15.957297,75.24866,12.22276,19.154696,12.684409,81.964226,29.662273,28.716202,42.06377,10.43844,38.563904,33.03781,1.3634933,74.32926,12.227969,227.61871,8.240987,328.28397,21.798874,924.03314,153.69464,3.848415,10.996359,173.77014,226.13924,1006.7728,800.2124 +2023-12-21 09:00:00,0.0,2839.2737,55.02537,17.55476,59.00472,38.638348,292.49606,34.601124,64.33393,20.191639,37.07539,284.90683,120.806564,18.509256,99.05463,0.35530433,0.3118537,56.03994,10.574903,20.334751,782.78577,13.617346,962.3336,129.23378,9.730803,42.73004,492.59576,62.46836,696.2496,238.08693,3297.904,22.90853,2789.5398,211.14554,12.057854,12.780952,56.093903,238.18579,290.94296,360.1698,45.112904,29.440432,10.995114,614.7002,156.30057,47.877335,8.68298,524.2754,13.0835905,577.9772,5.935423,32.91779,0.0,752.7738,1913.0834,0.2498669,120.508835,15.443322,11100.952,25.79573,0.90962946,6.859236,18.09417,6.719366,1.9815253,10.012308,261.11703,62.600582,6.332238,0.64180386,2.460074,116.00654,1.3316553,141.53726,184.46976,1853.4756,302.08905,90.25435,155.76479,593.5439,28.752306,25.728828,490.40695,42.861412,60.307354,11.024229,19.545853,176.56317,12.472391,10.663456,50.60525,15.107482,3894.4382,18.381296,20.599798,15.889574,9.973027,241.76736,46.50084,21.165323,7.112034,7.0027795,13.748884,56.138947,86.48608,30.611593,171.33871,18.923275,4.641029,46.26566,29.86885,53.816307,105.56061,17.388426,2.1212702,16.124334,15.250782,2006.6781,16.244604,1.4541754,33.51858,11.970066,126.675644,83.69167,109.25103,6.3318653,80.12591,372.1816,281.1219,27.85231,281.6771,69.720695,49.96176,70.72279,71.94545,10.4139805,34.972202,492.0754,2.1567967,4.209563,171.96172,24.107372,8.936828,20.62755,22.480177,223.77695,73.6689,161.9654,1234.0756,152.14113,1878.2095,1712.0579,15.279093,17.4896,1884.149,23.66925,27.147144,469.09213,52.01371,84.87248,37.542595,158.55827,285.36783,447.74814,6.896146,55.506836,221.67863,401.54135,11.569825,99.681076,12.359039,1.6115296,57.0395,1.0408314,1.1616745,3.636876,11.603656,43.916954,20.691816,20.608871,496.6464,61.01176,35.77592,46.283268,15.951325,75.285286,12.223388,19.187164,12.678024,81.92992,29.638893,28.747015,42.080025,10.437802,38.61008,33.06364,1.3629808,74.293655,12.221,227.5979,8.237882,328.17148,21.801018,924.38104,153.61522,3.845764,10.994541,173.70053,226.01431,1006.52625,800.5043 +2023-12-21 10:00:00,0.0,2838.0454,54.99253,17.5234,58.95783,38.615726,292.41202,34.58254,64.289154,20.187271,37.042297,284.7182,120.856834,18.497538,98.88803,0.35537544,0.3124003,56.02074,10.596234,20.352543,782.2129,13.614768,961.68884,129.21739,9.749517,42.750828,492.25534,62.49669,696.79065,238.14868,3295.9246,22.943363,2789.7227,211.4145,12.0788765,12.799866,56.18628,238.1655,290.92215,360.6679,45.096775,29.418818,10.993882,614.2704,156.52039,47.891026,8.677468,524.3812,13.080348,578.0473,5.9352756,32.90262,0.0,752.7344,1912.4296,0.24987623,120.38951,15.438839,11096.163,25.795355,0.90990025,6.855082,18.084255,6.7208815,1.9817219,10.006695,261.01688,62.57034,6.326233,0.6418,2.4609237,116.01248,1.3305173,141.52258,184.2836,1852.9576,301.72235,90.23964,155.74283,594.2307,28.790096,25.75287,491.1361,42.908855,60.375427,11.0209465,19.545437,176.61499,12.464954,10.661832,50.60895,15.112062,3894.8835,18.379963,20.597446,15.888682,9.971518,241.8709,46.514786,21.17742,7.1128564,7.000811,13.751565,56.13752,86.43864,30.613508,171.37254,18.920673,4.6401825,46.258522,29.853775,53.768795,105.59481,17.402746,2.119422,16.147263,15.243237,2005.8682,16.260958,1.4516968,33.47704,11.96784,126.64924,83.70556,109.231,6.3374543,80.15316,372.02628,280.9792,27.845716,281.52188,69.77329,49.952923,70.718285,72.02289,10.423372,34.991245,492.06158,2.1600335,4.215133,172.06935,24.107681,8.935722,20.642365,22.48925,223.8925,73.706085,161.96753,1234.7589,151.93915,1877.5386,1711.7764,15.268508,17.470522,1883.5624,23.669132,27.1166,468.99112,51.968655,84.809746,37.509693,158.40959,285.29547,447.70624,6.89071,55.470394,221.4798,401.44223,11.565088,99.64841,12.353383,1.6113994,57.048836,1.0406115,1.1613783,3.6348412,11.601864,43.86939,20.685888,20.612366,497.10074,60.982304,35.756912,46.254704,15.9453535,75.32191,12.224015,19.219633,12.67164,81.89561,29.615515,28.777828,42.09628,10.437163,38.65626,33.08947,1.3624685,74.25804,12.21403,227.5771,8.234776,328.05896,21.803162,924.72894,153.5358,3.843113,10.992723,173.63094,225.88939,1006.27966,800.7962 +2023-12-21 11:00:00,0.0,2836.817,54.959694,17.492039,58.910934,38.593105,292.32794,34.56395,64.24437,20.182905,37.009205,284.5296,120.907104,18.485819,98.721436,0.35544655,0.31294695,56.00154,10.617567,20.370335,781.6401,13.61219,961.04407,129.201,9.768231,42.771614,491.91492,62.52502,697.33167,238.21043,3293.9448,22.978195,2789.9055,211.68347,12.0999,12.818779,56.278656,238.1452,290.90134,361.16602,45.080647,29.397205,10.992649,613.8406,156.7402,47.904713,8.671957,524.48706,13.077106,578.1174,5.935128,32.88745,0.0,752.69495,1911.7759,0.24988557,120.27019,15.434356,11091.373,25.79498,0.9101711,6.8509283,18.07434,6.7223973,1.9819183,10.001081,260.91672,62.540096,6.320228,0.6417961,2.4617734,116.018425,1.3293794,141.50789,184.09744,1852.4397,301.35565,90.22494,155.72089,594.9176,28.827887,25.776913,491.86526,42.956295,60.4435,11.017664,19.545021,176.66681,12.457519,10.660208,50.612648,15.116642,3895.3289,18.37863,20.595095,15.887791,9.970008,241.97443,46.528732,21.189516,7.1136794,6.9988427,13.754245,56.136097,86.3912,30.615423,171.40639,18.918072,4.639336,46.251385,29.838701,53.72128,105.629005,17.417067,2.117574,16.170193,15.235691,2005.0583,16.277311,1.4492183,33.435493,11.965613,126.62283,83.719444,109.21098,6.3430433,80.18041,371.87094,280.83646,27.839123,281.3667,69.8259,49.944088,70.71377,72.10033,10.432764,35.010284,492.0478,2.16327,4.2207036,172.177,24.107988,8.934617,20.657177,22.498323,224.00806,73.74326,161.96967,1235.4421,151.73717,1876.8676,1711.495,15.257923,17.451445,1882.9757,23.669014,27.086056,468.8901,51.923603,84.74701,37.47679,158.2609,285.2231,447.6643,6.8852744,55.433952,221.28094,401.3431,11.560351,99.61574,12.347727,1.6112691,57.05817,1.0403916,1.161082,3.6328063,11.600072,43.821823,20.67996,20.61586,497.55508,60.952843,35.737904,46.226143,15.939383,75.358536,12.224642,19.252102,12.665256,81.8613,29.592134,28.808641,42.112534,10.436525,38.70244,33.1153,1.3619561,74.22243,12.207061,227.5563,8.23167,327.94644,21.805305,925.07684,153.45638,3.840462,10.990907,173.56134,225.76447,1006.03314,801.0881 +2023-12-21 12:00:00,0.0,2835.5886,54.926853,17.46068,58.86404,38.570484,292.2439,34.54536,64.199585,20.17854,36.97611,284.34097,120.95738,18.4741,98.55485,0.35551766,0.31349355,55.98234,10.638899,20.388126,781.0672,13.6096115,960.39935,129.18462,9.786945,42.7924,491.5745,62.55335,697.87274,238.27219,3291.9653,23.013027,2790.0886,211.95244,12.120923,12.837692,56.371033,238.1249,290.88052,361.66415,45.064518,29.375593,10.991417,613.41077,156.96004,47.918404,8.666446,524.59296,13.073864,578.1875,5.934981,32.872284,0.0,752.6555,1911.1222,0.24989492,120.150856,15.4298725,11086.584,25.794605,0.91044194,6.846774,18.064426,6.7239127,1.9821148,9.995469,260.81656,62.509857,6.314223,0.6417922,2.462623,116.02437,1.3282415,141.49321,183.91129,1851.9218,300.98898,90.210236,155.69893,595.6045,28.865677,25.800953,492.59442,43.00374,60.511574,11.014381,19.544605,176.71864,12.450083,10.658584,50.616344,15.1212225,3895.7742,18.377296,20.592741,15.886899,9.968497,242.07794,46.54268,21.201612,7.1145024,6.996874,13.756926,56.13467,86.34376,30.617338,171.44023,18.915472,4.6384897,46.244244,29.823627,53.673763,105.66321,17.431387,2.1157258,16.193123,15.228147,2004.2484,16.293665,1.4467397,33.39395,11.9633875,126.59643,83.73334,109.19096,6.348632,80.20766,371.7156,280.69373,27.83253,281.2115,69.878494,49.935253,70.70925,72.17777,10.442156,35.029327,492.03397,2.1665068,4.226274,172.28464,24.108295,8.933512,20.67199,22.507397,224.12361,73.78044,161.9718,1236.1255,151.53519,1876.1967,1711.2135,15.247338,17.432367,1882.389,23.668896,27.05551,468.7891,51.878548,84.68427,37.44389,158.11221,285.15076,447.6224,6.8798385,55.397514,221.0821,401.244,11.555614,99.58306,12.34207,1.6111388,57.067505,1.0401717,1.1607857,3.6307714,11.598279,43.774258,20.674032,20.619354,498.00943,60.923386,35.718895,46.197582,15.933411,75.395164,12.225269,19.28457,12.658871,81.82699,29.568756,28.839455,42.128788,10.435886,38.74862,33.14113,1.3614436,74.18681,12.200091,227.5355,8.228564,327.83392,21.80745,925.42474,153.37695,3.8378112,10.989089,173.49173,225.63954,1005.78656,801.37994 +2023-12-21 13:00:00,0.0,2834.3604,54.894016,17.42932,58.81715,38.547867,292.15982,34.526775,64.1548,20.174171,36.943016,284.15237,121.00765,18.46238,98.38825,0.35558876,0.31404015,55.963142,10.660232,20.405918,780.4943,13.607034,959.7546,129.16821,9.80566,42.813183,491.23407,62.581676,698.4138,238.33394,3289.9858,23.04786,2790.2715,212.2214,12.141946,12.856606,56.46341,238.1046,290.85968,362.16226,45.048386,29.35398,10.990184,612.981,157.17986,47.93209,8.660935,524.6988,13.0706215,578.25757,5.9348335,32.857117,0.0,752.6161,1910.4684,0.24990426,120.03153,15.425389,11081.795,25.79423,0.9107128,6.8426204,18.054512,6.725428,1.9823114,9.989856,260.7164,62.479614,6.3082175,0.6417883,2.4634726,116.03031,1.3271035,141.47852,183.72513,1851.4038,300.62228,90.195526,155.67697,596.2914,28.903467,25.824995,493.32355,43.05118,60.579647,11.011099,19.54419,176.77046,12.442646,10.65696,50.62004,15.125802,3896.2195,18.375963,20.59039,15.886007,9.966988,242.18147,46.556625,21.213709,7.115325,6.9949055,13.759605,56.133247,86.29631,30.619253,171.47408,18.91287,4.6376433,46.237106,29.808554,53.626247,105.6974,17.445705,2.1138778,16.216053,15.220601,2003.4386,16.310019,1.4442611,33.352406,11.961162,126.57002,83.74722,109.170944,6.354221,80.23491,371.56027,280.55103,27.825935,281.0563,69.93109,49.926414,70.70474,72.25521,10.451549,35.04837,492.02017,2.1697433,4.2318444,172.39227,24.108603,8.932406,20.686804,22.516468,224.23917,73.81763,161.97394,1236.8087,151.3332,1875.5256,1710.9321,15.236754,17.413292,1881.8024,23.668776,27.024965,468.68808,51.833496,84.62154,37.410988,157.96353,285.0784,447.5805,6.8744025,55.361073,220.88327,401.1449,11.550878,99.55039,12.336413,1.6110085,57.07684,1.0399518,1.1604894,3.6287367,11.596487,43.726696,20.668104,20.622849,498.46375,60.89393,35.699886,46.169018,15.927439,75.431786,12.225897,19.31704,12.652487,81.79267,29.545376,28.870268,42.145042,10.435248,38.794796,33.166958,1.3609313,74.1512,12.193122,227.51471,8.225459,327.7214,21.809591,925.77264,153.29753,3.8351603,10.987271,173.42213,225.51463,1005.54,801.6719 +2023-12-21 14:00:00,0.0,2833.132,54.861176,17.397959,58.770256,38.525246,292.07574,34.508186,64.110016,20.169806,36.90992,283.96375,121.05792,18.45066,98.22166,0.35565987,0.3145868,55.943943,10.681563,20.423712,779.9215,13.604456,959.10986,129.15182,9.824374,42.83397,490.89368,62.61001,698.9549,238.39569,3288.0063,23.082691,2790.4543,212.49037,12.16297,12.875519,56.555786,238.0843,290.83887,362.66037,45.032257,29.332367,10.988952,612.5512,157.39967,47.94578,8.655424,524.8047,13.06738,578.3277,5.934686,32.84195,0.0,752.57666,1909.8147,0.2499136,119.91221,15.420906,11077.006,25.793854,0.91098356,6.8384666,18.044598,6.726944,1.9825078,9.984242,260.61624,62.44937,6.302212,0.6417844,2.4643223,116.036255,1.3259656,141.46382,183.53897,1850.8859,300.25558,90.180824,155.65501,596.9782,28.941257,25.849037,494.0527,43.09862,60.64772,11.007816,19.543774,176.82228,12.43521,10.655334,50.62374,15.130383,3896.6648,18.37463,20.588037,15.885116,9.965478,242.285,46.57057,21.225807,7.116148,6.992937,13.762286,56.131824,86.24887,30.62117,171.5079,18.910269,4.636797,46.22997,29.79348,53.578735,105.731606,17.460026,2.1120296,16.238983,15.213056,2002.6287,16.326372,1.4417826,33.310863,11.958936,126.54362,83.761116,109.150925,6.35981,80.26216,371.40494,280.4083,27.819342,280.90112,69.98369,49.91758,70.700226,72.33265,10.46094,35.067413,492.00635,2.17298,4.237415,172.49991,24.10891,8.931301,20.701616,22.525541,224.35474,73.854805,161.97607,1237.492,151.13123,1874.8547,1710.6506,15.22617,17.394215,1881.2158,23.668657,26.994421,468.58704,51.78844,84.55881,37.378086,157.81483,285.00604,447.5386,6.8689666,55.32463,220.68443,401.04578,11.546141,99.51772,12.330757,1.6108783,57.086174,1.0397319,1.1601932,3.6267018,11.594695,43.67913,20.662176,20.626345,498.9181,60.86447,35.680878,46.140457,15.921468,75.468414,12.226524,19.349508,12.646102,81.75836,29.521996,28.901081,42.161297,10.43461,38.840977,33.192783,1.3604189,74.115585,12.186152,227.4939,8.222353,327.6089,21.811735,926.12054,153.21811,3.8325093,10.985455,173.35252,225.38971,1005.2934,801.96375 +2023-12-21 15:00:00,0.0,2831.9038,54.828335,17.366598,58.723362,38.502625,291.9917,34.489597,64.06523,20.165438,36.876827,283.77515,121.10819,18.438942,98.05506,0.35573098,0.3151334,55.924744,10.702896,20.441504,779.34863,13.601877,958.4651,129.13544,9.843089,42.854755,490.55325,62.638336,699.496,238.45743,3286.0269,23.117523,2790.6372,212.75934,12.183992,12.894432,56.648167,238.06401,290.81805,363.1585,45.01613,29.310755,10.987719,612.1214,157.61949,47.95947,8.649913,524.9105,13.064137,578.39777,5.9345384,32.826782,0.0,752.53723,1909.161,0.24992295,119.79288,15.416422,11072.217,25.793478,0.9112544,6.834313,18.034683,6.7284594,1.9827043,9.978629,260.51608,62.41913,6.296207,0.64178056,2.4651718,116.0422,1.3248277,141.44914,183.35283,1850.3679,299.88892,90.16612,155.63307,597.6651,28.979048,25.87308,494.78186,43.146065,60.715794,11.004534,19.543358,176.8741,12.427774,10.65371,50.627438,15.134962,3897.1104,18.373297,20.585686,15.884224,9.963968,242.38853,46.584522,21.237904,7.1169705,6.9909687,13.764966,56.130398,86.20143,30.623085,171.54175,18.907667,4.6359506,46.222828,29.778406,53.53122,105.7658,17.474346,2.1101816,16.261911,15.20551,2001.8188,16.342726,1.439304,33.26932,11.95671,126.51721,83.775,109.130905,6.365399,80.28941,371.2496,280.26556,27.812748,280.7459,70.036285,49.90874,70.69571,72.41009,10.470332,35.086452,491.99252,2.1762166,4.242985,172.60756,24.109217,8.930196,20.716429,22.534615,224.47029,73.89198,161.97821,1238.1753,150.92924,1874.1837,1710.3693,15.215585,17.375137,1880.6292,23.66854,26.963877,468.48602,51.74339,84.49607,37.345184,157.66615,284.93365,447.49667,6.8635306,55.28819,220.4856,400.94666,11.541404,99.485054,12.325101,1.610748,57.09551,1.039512,1.159897,3.624667,11.592903,43.631565,20.656248,20.629839,499.37244,60.835014,35.661865,46.111897,15.915496,75.50504,12.227151,19.381977,12.639718,81.72405,29.498617,28.931892,42.177555,10.433971,38.887154,33.218613,1.3599064,74.07997,12.179184,227.4731,8.219248,327.49637,21.813879,926.46844,153.13869,3.8298583,10.983637,173.28293,225.26479,1005.0468,802.2556 +2023-12-21 16:00:00,0.0,2830.6755,54.795498,17.335238,58.67647,38.480003,291.90762,34.471012,64.020454,20.161072,36.843735,283.58652,121.15846,18.427221,97.88847,0.3558021,0.31568,55.905544,10.724228,20.459295,778.7758,13.599299,957.8204,129.11905,9.861803,42.875538,490.21283,62.666664,700.03705,238.51918,3284.047,23.152355,2790.82,213.0283,12.205015,12.913345,56.740543,238.04372,290.7972,363.65662,45.0,29.28914,10.986486,611.69165,157.83932,47.97316,8.6444025,525.0164,13.060895,578.4679,5.934391,32.811615,0.0,752.4978,1908.5072,0.24993229,119.67355,15.411939,11067.427,25.793102,0.91152525,6.8301587,18.024769,6.729975,1.9829007,9.973016,260.41592,62.38889,6.2902017,0.6417767,2.4660215,116.04814,1.3236897,141.43445,183.16667,1849.85,299.52222,90.15141,155.61111,598.352,29.016838,25.89712,495.511,43.193504,60.783867,11.001251,19.542942,176.92592,12.420339,10.652086,50.631134,15.139543,3897.5557,18.371964,20.583334,15.883332,9.962458,242.49205,46.59847,21.25,7.1177936,6.9890003,13.767647,56.128975,86.15399,30.625,171.57559,18.905067,4.635104,46.21569,29.763332,53.483704,105.8,17.488667,2.1083333,16.284842,15.197965,2001.0089,16.359081,1.4368254,33.227776,11.954483,126.49081,83.788895,109.110886,6.370988,80.316666,371.09427,280.12286,27.806154,280.59073,70.08889,49.899906,70.6912,72.487526,10.479724,35.105495,491.97873,2.1794534,4.248555,172.7152,24.109524,8.9290905,20.731243,22.543688,224.58585,73.92917,161.98035,1238.8586,150.72726,1873.5128,1710.0878,15.205,17.35606,1880.0425,23.66842,26.933332,468.385,51.698334,84.433334,37.312283,157.51746,284.8613,447.45477,6.8580947,55.251747,220.28676,400.84753,11.536667,99.45238,12.319445,1.6106178,57.104843,1.0392921,1.1596007,3.622632,11.591111,43.584,20.65032,20.633333,499.82678,60.805553,35.642857,46.083332,15.909524,75.541664,12.227778,19.414444,12.633333,81.68974,29.475237,28.962706,42.19381,10.433333,38.933334,33.244442,1.3593941,74.04436,12.1722145,227.4523,8.216142,327.38385,21.816023,926.81635,153.05927,3.8272073,10.981819,173.21333,225.13986,1004.80023,802.54755 +2023-12-21 17:00:00,0.0,2829.4473,54.762657,17.303877,58.629578,38.457382,291.82358,34.452423,63.97567,20.156704,36.81064,283.39792,121.20874,18.415503,97.72188,0.3558732,0.3162266,55.886345,10.745561,20.477087,778.20294,13.596722,957.1756,129.10266,9.880518,42.896324,489.8724,62.694996,700.5781,238.58093,3282.0676,23.18719,2791.0032,213.29727,12.226039,12.932259,56.832924,238.0234,290.7764,364.15472,44.98387,29.267529,10.985254,611.26184,158.05914,47.98685,8.638891,525.1223,13.057653,578.538,5.9342437,32.796448,0.0,752.4584,1907.8535,0.24994163,119.55423,15.407455,11062.638,25.792728,0.91179603,6.826005,18.014854,6.7314906,1.9830973,9.967403,260.31577,62.358646,6.2841964,0.6417728,2.4668713,116.054085,1.3225518,141.41975,182.98051,1849.332,299.15552,90.13671,155.58916,599.0389,29.054628,25.921162,496.24014,43.240948,60.85194,10.997969,19.542526,176.97775,12.412902,10.650462,50.634834,15.144122,3898.001,18.37063,20.58098,15.882441,9.960948,242.59558,46.612415,21.262096,7.1186166,6.9870315,13.770327,56.127552,86.10655,30.626915,171.60944,18.902466,4.634258,46.208553,29.748259,53.436188,105.8342,17.502985,2.1064851,16.307772,15.19042,2000.1991,16.375435,1.4343469,33.186234,11.952257,126.4644,83.80278,109.090866,6.3765764,80.34392,370.93893,279.98013,27.79956,280.43555,70.14149,49.891068,70.68668,72.56497,10.489117,35.12454,491.9649,2.18269,4.2541256,172.82283,24.10983,8.927985,20.746056,22.552761,224.7014,73.96635,161.98248,1239.5419,150.52528,1872.8418,1709.8063,15.194415,17.336985,1879.4558,23.6683,26.902788,468.284,51.65328,84.3706,37.27938,157.36877,284.78894,447.41287,6.8526587,55.215305,220.08792,400.74844,11.53193,99.41971,12.313788,1.6104876,57.114178,1.0390722,1.1593045,3.6205971,11.589318,43.536438,20.644392,20.636827,500.2811,60.776096,35.623848,46.05477,15.903553,75.57829,12.228406,19.446913,12.626949,81.65543,29.451859,28.993519,42.210064,10.432694,38.97951,33.27027,1.3588817,74.00874,12.165245,227.4315,8.213036,327.27133,21.818165,927.16425,152.97984,3.8245566,10.980002,173.14372,225.01494,1004.55365,802.8394 +2023-12-21 18:00:00,0.0,2828.2188,54.729816,17.272516,58.582684,38.43476,291.7395,34.433834,63.930885,20.152338,36.777546,283.2093,121.25901,18.403784,97.55528,0.3559443,0.31677324,55.86715,10.766892,20.494879,777.6301,13.594143,956.5309,129.08627,9.899232,42.91711,489.53198,62.723324,701.1192,238.64268,3280.0881,23.222021,2791.186,213.56624,12.247062,12.951172,56.9253,238.00311,290.75558,364.65286,44.967743,29.245916,10.984021,610.83203,158.27896,48.000538,8.63338,525.22815,13.054411,578.6081,5.9340963,32.781277,0.0,752.41895,1907.1998,0.24995096,119.4349,15.402972,11057.849,25.792353,0.9120669,6.8218513,18.004938,6.733006,1.9832938,9.96179,260.2156,62.328403,6.2781916,0.64176893,2.4677207,116.06003,1.3214139,141.40508,182.79436,1848.8141,298.78885,90.12201,155.56721,599.7257,29.092419,25.945204,496.9693,43.288387,60.920013,10.994686,19.54211,177.02957,12.405466,10.648838,50.63853,15.148703,3898.4463,18.369295,20.578629,15.881549,9.959438,242.69911,46.62636,21.274193,7.119439,6.985063,13.773007,56.126125,86.05911,30.62883,171.64328,18.899864,4.6334114,46.201412,29.733185,53.38867,105.8684,17.517305,2.1046371,16.330702,15.182875,1999.3892,16.391788,1.4318683,33.14469,11.950031,126.437996,83.81667,109.07085,6.3821654,80.37117,370.7836,279.8374,27.792965,280.28033,70.194084,49.882233,70.68217,72.64241,10.498508,35.143578,491.95108,2.1859267,4.259696,172.93047,24.110138,8.926881,20.760868,22.561834,224.81696,74.00353,161.98463,1240.2251,150.3233,1872.1709,1709.5249,15.18383,17.317907,1878.8691,23.668182,26.872244,468.18298,51.608227,84.30786,37.24648,157.2201,284.71658,447.37094,6.8472233,55.178864,219.88908,400.64932,11.527193,99.38704,12.308132,1.6103573,57.123512,1.0388523,1.1590083,3.6185622,11.587526,43.488873,20.638462,20.640322,500.73544,60.74664,35.60484,46.02621,15.897581,75.61492,12.2290325,19.479382,12.620564,81.621124,29.428478,29.024332,42.22632,10.432056,39.025692,33.2961,1.3583692,73.97314,12.158276,227.4107,8.20993,327.15884,21.820309,927.51215,152.90042,3.8219056,10.978185,173.07413,224.89001,1004.3071,803.1313 +2023-12-21 19:00:00,0.0,2826.9905,54.69698,17.241156,58.535793,38.41214,291.65546,34.41525,63.8861,20.14797,36.744453,283.0207,121.30928,18.392063,97.388695,0.35601544,0.31731984,55.84795,10.788225,20.512672,777.05725,13.591565,955.8861,129.06989,9.917946,42.937893,489.1916,62.75165,701.6602,238.70444,3278.1086,23.256853,2791.369,213.8352,12.2680855,12.970085,57.017677,237.98282,290.73474,365.15097,44.951614,29.224302,10.982789,610.4023,158.4988,48.01423,8.62787,525.33405,13.051168,578.6782,5.933949,32.76611,0.0,752.37946,1906.546,0.2499603,119.315575,15.398489,11053.06,25.791977,0.9123377,6.817697,17.995024,6.734522,1.9834902,9.956177,260.11545,62.29816,6.2721863,0.64176506,2.4685705,116.06598,1.3202759,141.39038,182.6082,1848.2961,298.42215,90.1073,155.54526,600.4126,29.130209,25.969244,497.69843,43.33583,60.988087,10.991404,19.541695,177.08139,12.39803,10.647213,50.642227,15.153282,3898.8916,18.367962,20.576277,15.880657,9.957929,242.80263,46.64031,21.286291,7.120262,6.9830947,13.775687,56.124702,86.01167,30.630747,171.67711,18.897264,4.632565,46.194275,29.718111,53.34116,105.902596,17.531626,2.102789,16.353632,15.175329,1998.5793,16.408142,1.4293897,33.103146,11.947805,126.41158,83.83056,109.05083,6.3877544,80.39842,370.62827,279.6947,27.786371,280.12515,70.24668,49.873394,70.67766,72.71985,10.5079,35.16262,491.9373,2.1891632,4.2652664,173.03812,24.110445,8.925776,20.775682,22.570908,224.93251,74.04071,161.98677,1240.9084,150.12134,1871.4999,1709.2434,15.173245,17.29883,1878.2826,23.668064,26.8417,468.08194,51.56317,84.24513,37.213577,157.0714,284.64423,447.32904,6.8417873,55.14242,219.69025,400.5502,11.522456,99.35437,12.302476,1.610227,57.132847,1.0386324,1.158712,3.6165273,11.585734,43.441307,20.632534,20.643818,501.1898,60.717182,35.58583,45.997646,15.891609,75.65154,12.22966,19.51185,12.614181,81.586815,29.4051,29.055145,42.242573,10.431417,39.07187,33.32193,1.3578569,73.93752,12.151306,227.3899,8.206824,327.04633,21.822453,927.86005,152.821,3.8192546,10.976367,173.00452,224.76509,1004.06055,803.4232 +2023-12-21 20:00:00,0.0,2825.7622,54.66414,17.209795,58.4889,38.38952,291.57138,34.39666,63.84132,20.143604,36.711357,282.83206,121.35955,18.380344,97.2221,0.35608655,0.31786644,55.82875,10.809557,20.530464,776.4844,13.588987,955.24133,129.05348,9.936661,42.95868,488.85117,62.779984,702.2013,238.76619,3276.129,23.291685,2791.5518,214.10417,12.289108,12.988998,57.110054,237.96252,290.71393,365.64908,44.935482,29.20269,10.981556,609.9725,158.71861,48.027916,8.622358,525.4399,13.047927,578.7483,5.9338017,32.750942,0.0,752.34,1905.8923,0.24996965,119.19625,15.394006,11048.27,25.791601,0.91260856,6.8135433,17.98511,6.7360373,1.9836867,9.950563,260.0153,62.26792,6.266181,0.6417612,2.4694202,116.07192,1.319138,141.37569,182.42204,1847.7782,298.05545,90.0926,155.5233,601.0995,29.168,25.993286,498.42758,43.383274,61.05616,10.988121,19.541279,177.13321,12.3905945,10.645589,50.645927,15.157863,3899.337,18.366629,20.573925,15.8797655,9.956418,242.90616,46.654255,21.298388,7.1210847,6.9811263,13.778368,56.12328,85.96423,30.632662,171.71095,18.894663,4.6317186,46.187138,29.703037,53.293644,105.9368,17.545946,2.100941,16.376562,15.167784,1997.7694,16.424496,1.4269112,33.061604,11.945579,126.38518,83.844444,109.03081,6.3933434,80.425674,370.47293,279.55197,27.779778,279.96997,70.29928,49.86456,70.67314,72.79729,10.517292,35.181664,491.92346,2.1924,4.270837,173.14575,24.110752,8.92467,20.790495,22.57998,225.04807,74.07789,161.9889,1241.5917,149.91936,1870.829,1708.962,15.162662,17.279753,1877.6959,23.667946,26.811155,467.98093,51.51812,84.182396,37.180676,156.92271,284.57187,447.28714,6.8363514,55.10598,219.49141,400.45108,11.517719,99.32169,12.29682,1.6100967,57.14218,1.0384125,1.1584158,3.6144927,11.583942,43.39374,20.626606,20.647312,501.64413,60.687725,35.566822,45.969086,15.885638,75.68817,12.230288,19.54432,12.607796,81.5525,29.38172,29.085958,42.258827,10.430779,39.11805,33.34776,1.3573445,73.90191,12.144337,227.3691,8.203719,326.9338,21.824596,928.20795,152.74158,3.8166037,10.97455,172.93492,224.64018,1003.81396,803.7151 +2023-12-21 21:00:00,0.0,2824.534,54.6313,17.178436,58.442005,38.366898,291.48734,34.37807,63.796535,20.139236,36.678265,282.64346,121.40982,18.368626,97.055504,0.35615766,0.31841308,55.80955,10.83089,20.548256,775.91156,13.586409,954.5966,129.0371,9.955375,42.979465,488.51074,62.80831,702.7424,238.82794,3274.1494,23.326517,2791.7346,214.37314,12.310131,13.007912,57.20243,237.94223,290.6931,366.14722,44.919353,29.181078,10.980324,609.54266,158.93843,48.041607,8.616847,525.5458,13.044684,578.8184,5.9336543,32.735775,0.0,752.3006,1905.2386,0.24997899,119.07692,15.389523,11043.48,25.791225,0.91287935,6.8093896,17.975195,6.737553,1.9838833,9.94495,259.91513,62.23768,6.2601757,0.64175725,2.4702697,116.077866,1.3180001,141.36101,182.23589,1847.2603,297.68878,90.077896,155.50134,601.7864,29.20579,26.017328,499.15674,43.430714,61.124233,10.9848385,19.540863,177.18503,12.383158,10.643965,50.649624,15.162442,3899.7822,18.365295,20.571573,15.878874,9.954908,243.00969,46.6682,21.310484,7.1219077,6.979158,13.781048,56.121853,85.916794,30.634577,171.7448,18.892061,4.6308722,46.179996,29.687963,53.246128,105.97099,17.560265,2.0990927,16.39949,15.160238,1996.9596,16.44085,1.4244326,33.020058,11.943353,126.35877,83.85834,109.01079,6.3989325,80.45292,370.3176,279.40924,27.773184,279.81476,70.35188,49.85572,70.668625,72.874725,10.526685,35.200706,491.90967,2.1956365,4.276407,173.25339,24.11106,8.923565,20.805307,22.589054,225.16362,74.115074,161.99104,1242.2749,149.71738,1870.158,1708.6805,15.152077,17.260675,1877.1093,23.667828,26.780611,467.8799,51.473064,84.11966,37.147774,156.77402,284.4995,447.24524,6.8309155,55.069542,219.29257,400.352,11.512982,99.289024,12.2911625,1.6099665,57.151516,1.0381926,1.1581194,3.6124578,11.58215,43.34618,20.620678,20.650806,502.09845,60.658264,35.547813,45.940525,15.879666,75.7248,12.230915,19.576788,12.601412,81.51819,29.358341,29.116772,42.27508,10.4301405,39.16423,33.37359,1.356832,73.866295,12.137367,227.3483,8.200613,326.8213,21.82674,928.55585,152.66216,3.8139527,10.972733,172.86533,224.51526,1003.5674,804.00696 +2023-12-21 22:00:00,0.0,2823.3057,54.59846,17.147076,58.395115,38.344276,291.40326,34.359486,63.75175,20.13487,36.64517,282.45483,121.46009,18.356907,96.88891,0.35622877,0.31895968,55.79035,10.852222,20.566048,775.3387,13.583831,953.95184,129.0207,9.97409,43.000248,488.17032,62.83664,703.28345,238.8897,3272.17,23.36135,2791.9177,214.6421,12.331155,13.026825,57.294807,237.92192,290.6723,366.64532,44.903225,29.159464,10.979091,609.11285,159.15825,48.055294,8.611336,525.6516,13.041443,578.8885,5.933507,32.720608,0.0,752.26117,1904.5848,0.24998833,118.957596,15.385038,11038.691,25.79085,0.9131502,6.805236,17.96528,6.7390685,1.9840797,9.939337,259.81497,62.207436,6.2541704,0.6417534,2.4711194,116.08381,1.3168621,141.34631,182.04973,1846.7423,297.32208,90.06319,155.4794,602.4732,29.24358,26.04137,499.8859,43.478157,61.192307,10.981556,19.540447,177.23686,12.375722,10.642341,50.65332,15.167023,3900.2275,18.363962,20.56922,15.877982,9.953399,243.11322,46.68215,21.32258,7.1227307,6.9771895,13.783728,56.12043,85.869354,30.636492,171.77864,18.88946,4.630026,46.17286,29.67289,53.198612,106.005196,17.574585,2.0972447,16.42242,15.152694,1996.1497,16.457203,1.421954,32.978516,11.941127,126.33237,83.87222,108.99077,6.404521,80.48017,370.16226,279.26654,27.76659,279.65958,70.40448,49.846886,70.664116,72.95216,10.536077,35.219746,491.89584,2.1988733,4.281977,173.36102,24.111366,8.92246,20.820122,22.598127,225.27917,74.15225,161.99318,1242.9583,149.5154,1869.487,1708.3992,15.141492,17.2416,1876.5226,23.667707,26.750067,467.7789,51.428013,84.05692,37.114872,156.62534,284.42715,447.2033,6.8254795,55.0331,219.09373,400.25287,11.508245,99.256355,12.285506,1.6098362,57.16085,1.0379727,1.1578232,3.6104228,11.5803585,43.298615,20.61475,20.6543,502.5528,60.628807,35.5288,45.91196,15.873694,75.76142,12.231542,19.609257,12.595027,81.48388,29.33496,29.147585,42.291336,10.4295025,39.210407,33.399414,1.3563197,73.83068,12.130398,227.3275,8.197508,326.70877,21.828882,928.90375,152.58273,3.8113017,10.970915,172.79572,224.39034,1003.3208,804.2989 +2023-12-21 23:00:00,0.0,2822.0774,54.56562,17.115715,58.34822,38.321655,291.31918,34.340897,63.70697,20.130503,36.612076,282.26624,121.51037,18.345186,96.72232,0.35629988,0.3195063,55.771152,10.873554,20.58384,774.76587,13.581253,953.3071,129.00432,9.992804,43.021034,487.8299,62.86497,703.8245,238.95145,3270.1904,23.396183,2792.1006,214.91107,12.352178,13.045738,57.387188,237.90163,290.65146,367.14343,44.887096,29.137852,10.977859,608.6831,159.37808,48.068985,8.605825,525.7575,13.0382,578.9586,5.9333596,32.70544,0.0,752.2217,1903.9312,0.24999768,118.83827,15.380555,11033.902,25.790476,0.91342103,6.8010817,17.955364,6.740584,1.9842762,9.933724,259.7148,62.177193,6.248165,0.6417495,2.4719691,116.08975,1.3157243,141.33163,181.86357,1846.2244,296.95538,90.048485,155.45744,603.1601,29.28137,26.06541,500.61502,43.525597,61.26038,10.978273,19.540031,177.28868,12.368286,10.640717,50.657017,15.171602,3900.6729,18.362629,20.566868,15.87709,9.951889,243.21674,46.6961,21.334677,7.1235533,6.9752207,13.786408,56.119003,85.821915,30.638407,171.81247,18.88686,4.6291795,46.16572,29.657814,53.1511,106.03939,17.588905,2.0953965,16.44535,15.145148,1995.3398,16.473557,1.4194756,32.936974,11.938901,126.30596,83.886116,108.97075,6.41011,80.50742,370.00693,279.1238,27.759996,279.50436,70.45708,49.838047,70.6596,73.02961,10.545468,35.23879,491.88202,2.2021098,4.2875476,173.46866,24.111675,8.921354,20.834934,22.6072,225.39473,74.18943,161.99532,1243.6416,149.31342,1868.816,1708.1177,15.130907,17.222523,1875.9359,23.66759,26.719522,467.6779,51.382957,83.99419,37.08197,156.47664,284.35477,447.1614,6.8200436,54.99666,218.8949,400.15375,11.503509,99.22369,12.27985,1.6097059,57.170185,1.0377527,1.157527,3.608388,11.578566,43.25105,20.608822,20.657795,503.00714,60.59935,35.509792,45.8834,15.867723,75.79805,12.232169,19.641726,12.588643,81.44957,29.31158,29.178398,42.30759,10.428864,39.256588,33.425243,1.3558073,73.79507,12.123428,227.3067,8.194402,326.59625,21.831026,929.25165,152.50331,3.808651,10.969098,172.72612,224.26541,1003.0742,804.59076 +2023-12-22 00:00:00,0.0,2820.849,54.532784,17.084354,58.301327,38.299034,291.23514,34.322308,63.662186,20.126137,36.578983,282.0776,121.56064,18.333467,96.555725,0.356371,0.3200529,55.751953,10.894887,20.601631,774.193,13.578674,952.66235,128.98793,10.0115185,43.04182,487.4895,62.8933,704.3656,239.01318,3268.211,23.431015,2792.2834,215.18004,12.3732,13.064652,57.479565,237.88133,290.63065,367.64157,44.870968,29.11624,10.976626,608.2533,159.5979,48.082672,8.600314,525.86334,13.034958,579.02875,5.933212,32.690273,0.0,752.18225,1903.2775,0.250007,118.71894,15.376072,11029.113,25.7901,0.9136918,6.796928,17.945452,6.7421,1.9844728,9.928111,259.61465,62.146954,6.2421603,0.6417456,2.4728186,116.095695,1.3145863,141.31694,181.67741,1845.7064,296.5887,90.03378,155.43549,603.847,29.319159,26.089453,501.34418,43.57304,61.328453,10.974991,19.539616,177.3405,12.360849,10.6390915,50.660717,15.176183,3901.1184,18.361296,20.564516,15.876199,9.950378,243.32027,46.710045,21.346775,7.1243763,6.9732523,13.789088,56.11758,85.774475,30.640322,171.84631,18.884258,4.628333,46.15858,29.64274,53.103584,106.07359,17.603226,2.0935483,16.46828,15.137603,1994.53,16.48991,1.416997,32.895428,11.936675,126.27956,83.9,108.95073,6.415699,80.534676,369.8516,278.98108,27.753403,279.34918,70.509674,49.829212,70.65508,73.10705,10.55486,35.25783,491.86823,2.2053466,4.293118,173.57631,24.111982,8.920249,20.849747,22.616274,225.51028,74.226616,161.99745,1244.3248,149.11143,1868.1451,1707.8363,15.120322,17.203445,1875.3494,23.66747,26.688978,467.57684,51.337902,83.93145,37.04907,156.32796,284.2824,447.1195,6.814608,54.960217,218.69606,400.05463,11.498772,99.19101,12.274194,1.6095757,57.17952,1.0375329,1.1572307,3.606353,11.576774,43.203484,20.602894,20.661291,503.4615,60.569893,35.490784,45.85484,15.861752,75.83468,12.232797,19.674194,12.582258,81.41526,29.288202,29.20921,42.323845,10.4282255,39.302765,33.451073,1.3552948,73.75945,12.116459,227.28589,8.191297,326.48373,21.83317,929.5995,152.42389,3.806,10.96728,172.65651,224.14049,1002.8277,804.8826 +2023-12-22 01:00:00,0.0,2819.6206,54.499943,17.052994,58.254436,38.276413,291.15106,34.303722,63.6174,20.12177,36.545887,281.889,121.61091,18.321749,96.38913,0.3564421,0.32059953,55.732754,10.916219,20.619425,773.6202,13.576097,952.01764,128.97154,10.030232,43.062607,487.14908,62.921627,704.9067,239.07494,3266.2312,23.465847,2792.4663,215.449,12.394224,13.083566,57.571945,237.86104,290.60983,368.13968,44.85484,29.094625,10.975393,607.8235,159.81772,48.096363,8.594803,525.96924,13.031716,579.0988,5.9330645,32.675106,0.0,752.1428,1902.6237,0.25001636,118.59962,15.371589,11024.323,25.789724,0.91396266,6.792774,17.935535,6.743615,1.9846692,9.922498,259.5145,62.11671,6.236155,0.64174175,2.4736683,116.10164,1.3134483,141.30225,181.49126,1845.1885,296.22202,90.01908,155.41353,604.5339,29.356949,26.113495,502.07333,43.62048,61.396526,10.971707,19.5392,177.39232,12.353414,10.637467,50.664413,15.180762,3901.5637,18.359962,20.562164,15.875308,9.948869,243.4238,46.72399,21.358871,7.1251993,6.971284,13.791769,56.116158,85.727036,30.642239,171.88016,18.881657,4.6274867,46.151443,29.627666,53.05607,106.10779,17.617544,2.0917003,16.49121,15.130057,1993.7201,16.506264,1.4145184,32.853886,11.934448,126.25315,83.913895,108.93071,6.421288,80.56193,369.69626,278.83838,27.746809,279.194,70.56227,49.820377,70.65057,73.18449,10.564253,35.276875,491.8544,2.208583,4.2986884,173.68394,24.11229,8.919144,20.864561,22.625347,225.62584,74.263794,161.99959,1245.0082,148.90945,1867.4741,1707.5548,15.109737,17.184368,1874.7627,23.667353,26.658434,467.47583,51.29285,83.86872,37.016167,156.17928,284.21005,447.07758,6.809172,54.923775,218.49722,399.9555,11.494035,99.15834,12.2685375,1.6094455,57.188854,1.037313,1.1569345,3.6043181,11.574982,43.155922,20.596966,20.664785,503.91583,60.540432,35.471775,45.82628,15.85578,75.87131,12.233423,19.706663,12.575873,81.38095,29.264822,29.240023,42.340103,10.4275875,39.348946,33.476902,1.3547825,73.72384,12.109489,227.26509,8.18819,326.37122,21.835314,929.9474,152.34447,3.803349,10.965463,172.58691,224.01556,1002.5811,805.17456 +2023-12-22 02:00:00,0.0,2818.3923,54.467102,17.021633,58.207542,38.25379,291.06702,34.285133,63.57262,20.117403,36.512794,281.70038,121.66118,18.310028,96.222534,0.3565132,0.32114613,55.713554,10.9375515,20.637217,773.0473,13.573519,951.37286,128.95515,10.048946,43.08339,486.80865,62.94996,705.44775,239.13669,3264.2517,23.500679,2792.6492,215.71797,12.415247,13.102479,57.66432,237.84074,290.589,368.6378,44.83871,29.073013,10.974161,607.39374,160.03755,48.11005,8.589293,526.0751,13.028474,579.16895,5.932917,32.659935,0.0,752.1034,1901.97,0.2500257,118.48029,15.3671055,11019.534,25.789349,0.9142335,6.78862,17.925621,6.745131,1.9848657,9.916884,259.41434,62.086468,6.2301497,0.6417379,2.4745178,116.10758,1.3123105,141.28757,181.30511,1844.6705,295.85532,90.00438,155.39159,605.2207,29.39474,26.137535,502.80246,43.667923,61.4646,10.968425,19.538784,177.44414,12.345978,10.635843,50.66811,15.185343,3902.009,18.35863,20.559813,15.874416,9.947359,243.52733,46.737938,21.370968,7.126022,6.9693155,13.794449,56.11473,85.679596,30.644154,171.914,18.879057,4.6266403,46.144306,29.612593,53.008553,106.14199,17.631865,2.089852,16.51414,15.122512,1992.9103,16.52262,1.4120399,32.812344,11.932222,126.226746,83.92778,108.91069,6.426877,80.58918,369.54092,278.69565,27.740215,279.0388,70.614876,49.81154,70.64606,73.261925,10.573645,35.295914,491.8406,2.21182,4.304259,173.79158,24.112597,8.918038,20.879374,22.63442,225.7414,74.30097,162.00172,1245.6914,148.70747,1866.8032,1707.2734,15.0991535,17.165293,1874.176,23.667234,26.62789,467.37482,51.247795,83.805984,36.983265,156.03058,284.1377,447.03568,6.803736,54.887333,218.29839,399.8564,11.489298,99.12567,12.262881,1.6093152,57.19819,1.037093,1.1566383,3.6022832,11.57319,43.108356,20.591038,20.66828,504.37015,60.510975,35.452766,45.797714,15.849809,75.90793,12.234051,19.739132,12.5694895,81.34664,29.241444,29.270836,42.356358,10.426949,39.395123,33.50273,1.3542701,73.688225,12.102521,227.2443,8.185085,326.2587,21.837456,930.2953,152.26505,3.800698,10.963646,172.51732,223.89066,1002.33453,805.46643 +2023-12-22 03:00:00,0.0,2817.164,54.434265,16.990273,58.16065,38.23117,290.98294,34.266544,63.527836,20.113037,36.479702,281.51178,121.71145,18.29831,96.05595,0.3565843,0.32169273,55.694355,10.958883,20.655008,772.4744,13.57094,950.7281,128.93875,10.067661,43.104176,486.46823,62.978287,705.98883,239.19844,3262.2722,23.535511,2792.8323,215.98694,12.43627,13.121392,57.7567,237.82045,290.56818,369.13593,44.822582,29.051401,10.972928,606.9639,160.25737,48.12374,8.583781,526.1809,13.025231,579.239,5.93277,32.644768,0.0,752.06396,1901.3163,0.25003505,118.36096,15.362622,11014.745,25.788973,0.91450435,6.7844663,17.915707,6.7466464,1.9850621,9.911271,259.31418,62.05623,6.2241445,0.641734,2.4753675,116.113525,1.3111725,141.27287,181.11896,1844.1526,295.48865,89.98967,155.36963,605.9076,29.43253,26.161577,503.53162,43.715366,61.532677,10.965142,19.538368,177.49597,12.338542,10.634219,50.67181,15.189922,3902.4543,18.357294,20.557459,15.873525,9.945848,243.63084,46.751884,21.383064,7.126845,6.967347,13.79713,56.113308,85.63216,30.646069,171.94783,18.876455,4.625794,46.137165,29.597519,52.96104,106.176186,17.646185,2.088004,16.53707,15.114966,1992.1003,16.538973,1.4095613,32.770798,11.9299965,126.20034,83.94167,108.89067,6.4324656,80.61643,369.3856,278.55292,27.733622,278.8836,70.66747,49.802704,70.64154,73.33936,10.583036,35.314957,491.82678,2.2150564,4.309829,173.89922,24.112904,8.916934,20.894186,22.643494,225.85696,74.33816,162.00388,1246.3746,148.5055,1866.1322,1706.992,15.088569,17.146215,1873.5894,23.667114,26.597345,467.2738,51.202744,83.74325,36.950363,155.8819,284.06534,446.99377,6.7983003,54.85089,218.09955,399.7573,11.484561,99.093,12.257225,1.6091849,57.207523,1.0368732,1.156342,3.6002486,11.571398,43.06079,20.585108,20.671774,504.8245,60.481518,35.433758,45.769154,15.843837,75.94456,12.234678,19.7716,12.563105,81.31233,29.218063,29.30165,42.372612,10.426311,39.441303,33.52856,1.3537577,73.65262,12.0955515,227.2235,8.181979,326.1462,21.8396,930.6432,152.18562,3.798047,10.961828,172.44771,223.76573,1002.08795,805.7583 +2023-12-22 04:00:00,0.0,2815.9358,54.401424,16.958912,58.113758,38.20855,290.8989,34.24796,63.48305,20.10867,36.446606,281.32315,121.76173,18.28659,95.88935,0.35665542,0.32223937,55.67516,10.980216,20.6728,771.9016,13.568362,950.0834,128.92236,10.086375,43.12496,486.1278,63.006615,706.52985,239.2602,3260.2927,23.570343,2793.0151,216.2559,12.4572935,13.1403055,57.84908,237.80014,290.54736,369.63403,44.80645,29.029787,10.971696,606.5341,160.47719,48.137432,8.57827,526.2868,13.02199,579.30914,5.9326224,32.6296,0.0,752.02454,1900.6625,0.25004438,118.24164,15.358139,11009.956,25.788597,0.91477513,6.7803125,17.905792,6.748162,1.9852587,9.905658,259.21402,62.025986,6.218139,0.6417301,2.4762173,116.11947,1.3100345,141.25818,180.9328,1843.6346,295.12195,89.97497,155.34767,606.5945,29.47032,26.18562,504.26077,43.762806,61.60075,10.96186,19.537952,177.54779,12.331105,10.632595,50.675507,15.194503,3902.8997,18.35596,20.555107,15.872633,9.944339,243.73438,46.765835,21.39516,7.1276674,6.9653783,13.799809,56.111885,85.58472,30.647984,171.98167,18.873854,4.6249475,46.130028,29.582445,52.913525,106.21039,17.660505,2.086156,16.56,15.107422,1991.2905,16.555326,1.4070827,32.729256,11.927771,126.173935,83.95556,108.87065,6.4380546,80.643684,369.23026,278.41022,27.727026,278.72842,70.72007,49.793865,70.63703,73.41681,10.592428,35.334,491.81296,2.2182932,4.315399,174.00687,24.11321,8.915829,20.909,22.652567,225.97252,74.375336,162.00601,1247.058,148.30351,1865.4613,1706.7106,15.077984,17.127138,1873.0027,23.666996,26.566801,467.1728,51.15769,83.68051,36.91746,155.7332,283.99298,446.95187,6.7928643,54.81445,217.90071,399.65817,11.479824,99.060326,12.251568,1.6090547,57.216858,1.0366533,1.1560458,3.5982137,11.569606,43.013226,20.57918,20.675268,505.27884,60.45206,35.41475,45.740593,15.837865,75.981186,12.235306,19.804068,12.556721,81.278015,29.194685,29.332462,42.388866,10.425672,39.48748,33.55439,1.3532453,73.617004,12.088582,227.2027,8.178874,326.0337,21.841743,930.9911,152.1062,3.795396,10.960011,172.37811,223.64081,1001.8414,806.05023 +2023-12-22 05:00:00,0.0,2814.7075,54.368587,16.927551,58.066864,38.18593,290.81482,34.22937,63.43827,20.104303,36.413513,281.13455,121.812,18.274872,95.722755,0.35672653,0.32278597,55.65596,11.001548,20.690592,771.32874,13.565784,949.4386,128.90598,10.10509,43.145744,485.7874,63.034946,707.0709,239.32195,3258.3132,23.605177,2793.198,216.52487,12.478316,13.159219,57.94146,237.77985,290.52652,370.13214,44.79032,29.008175,10.970463,606.1044,160.697,48.15112,8.57276,526.3927,13.018747,579.3792,5.932475,32.614433,0.0,751.9851,1900.0088,0.2500537,118.122314,15.353655,11005.166,25.788223,0.915046,6.776159,17.895878,6.7496777,1.9854552,9.900045,259.11386,61.995743,6.212134,0.64172626,2.4770668,116.12541,1.3088967,141.2435,180.74664,1843.1167,294.75525,89.960266,155.32571,607.2814,29.50811,26.209661,504.9899,43.81025,61.668823,10.958577,19.537537,177.59961,12.323669,10.630971,50.679203,15.199082,3903.345,18.354628,20.552755,15.871741,9.942829,243.8379,46.77978,21.407259,7.1284904,6.96341,13.80249,56.11046,85.53728,30.649899,172.01552,18.871252,4.624101,46.12289,29.567371,52.86601,106.24458,17.674824,2.084308,16.58293,15.099876,1990.4806,16.57168,1.4046042,32.687714,11.925544,126.14753,83.969444,108.85063,6.4436436,80.67094,369.07492,278.2675,27.720432,278.5732,70.77267,49.78503,70.632515,73.49425,10.601821,35.35304,491.79916,2.2215297,4.3209696,174.1145,24.113518,8.914723,20.923813,22.66164,226.08807,74.41252,162.00815,1247.7412,148.10153,1864.7903,1706.4291,15.067399,17.10806,1872.4161,23.666878,26.536257,467.07175,51.112637,83.617775,36.88456,155.58452,283.92062,446.90994,6.7874284,54.778008,217.70187,399.55905,11.475087,99.02766,12.245912,1.6089244,57.226192,1.0364333,1.1557494,3.5961788,11.567813,42.965664,20.573252,20.678762,505.7332,60.422604,35.395737,45.71203,15.831894,76.01781,12.235932,19.836536,12.550336,81.243706,29.171305,29.363276,42.40512,10.425034,39.53366,33.58022,1.3527329,73.58139,12.081613,227.18188,8.175768,325.92117,21.843887,931.339,152.02678,3.7927454,10.958194,172.3085,223.51588,1001.5948,806.3421 +2023-12-22 06:00:00,0.0,2813.4792,54.335747,16.896193,58.01997,38.163307,290.73077,34.210785,63.393486,20.099936,36.380417,280.94592,121.86227,18.263151,95.55617,0.35679764,0.32333258,55.63676,11.022881,20.708384,770.7559,13.563206,948.7939,128.88959,10.123804,43.16653,485.447,63.063274,707.612,239.3837,3256.3335,23.640009,2793.3809,216.79384,12.499339,13.178132,58.033836,237.75955,290.5057,370.63028,44.774193,28.986563,10.969231,605.67456,160.91684,48.16481,8.567248,526.49854,13.015505,579.44934,5.9323277,32.599266,0.0,751.9457,1899.3551,0.25006306,118.00298,15.349172,11000.377,25.787848,0.9153168,6.7720046,17.885963,6.751193,1.9856516,9.894432,259.01373,61.9655,6.206129,0.6417224,2.4779165,116.131355,1.3077587,141.2288,180.56049,1842.5988,294.38858,89.94556,155.30377,607.9682,29.5459,26.233702,505.71906,43.85769,61.736897,10.955295,19.53712,177.65143,12.316234,10.629346,50.6829,15.203663,3903.7903,18.353294,20.550404,15.87085,9.941319,243.94142,46.793728,21.419355,7.1293135,6.9614415,13.80517,56.109035,85.48984,30.651815,172.04936,18.868652,4.623255,46.11575,29.552298,52.818493,106.278786,17.689144,2.0824597,16.60586,15.092331,1989.6708,16.588034,1.4021256,32.646168,11.923318,126.121124,83.98334,108.83061,6.4492326,80.69818,368.9196,278.12476,27.713839,278.41803,70.825264,49.77619,70.628,73.571686,10.611213,35.37208,491.78534,2.2247665,4.32654,174.22214,24.113825,8.913618,20.938625,22.670713,226.20363,74.4497,162.01028,1248.4246,147.89955,1864.1194,1706.1477,15.056814,17.088985,1871.8295,23.66676,26.505713,466.97073,51.06758,83.55504,36.851658,155.43584,283.84827,446.86804,6.781993,54.74157,217.50304,399.45996,11.47035,98.99499,12.240255,1.6087941,57.235527,1.0362135,1.1554532,3.5941439,11.566021,42.9181,20.567324,20.682259,506.1875,60.393143,35.376728,45.683468,15.825922,76.054436,12.23656,19.869005,12.543952,81.2094,29.147926,29.394089,42.421375,10.424395,39.579838,33.606045,1.3522205,73.54578,12.074643,227.16109,8.172663,325.80865,21.846031,931.6869,151.94736,3.7900944,10.956376,172.2389,223.39096,1001.34827,806.634 +2023-12-22 07:00:00,0.0,2812.251,54.302906,16.864832,57.97308,38.140686,290.6467,34.192196,63.3487,20.09557,36.347324,280.75732,121.91254,18.251432,95.38957,0.35686874,0.32387918,55.61756,11.044212,20.726177,770.18304,13.560628,948.1491,128.8732,10.142519,43.187317,485.10657,63.091602,708.1531,239.44545,3254.354,23.67484,2793.5637,217.0628,12.520363,13.197045,58.126213,237.73926,290.4849,371.1284,44.758064,28.964949,10.967998,605.24475,161.13666,48.178497,8.561737,526.60443,13.012263,579.5194,5.9321804,32.5841,0.0,751.90625,1898.7013,0.2500724,117.88366,15.344688,10995.588,25.787472,0.9155876,6.767851,17.876049,6.752709,1.9858481,9.888819,258.91357,61.93526,6.200124,0.64171845,2.4787662,116.1373,1.3066207,141.21413,180.37433,1842.0808,294.02188,89.930855,155.28181,608.6551,29.58369,26.257744,506.4482,43.905132,61.80497,10.952012,19.536705,177.70325,12.308798,10.627722,50.6866,15.208242,3904.2356,18.351961,20.548052,15.869958,9.939809,244.04495,46.807674,21.431452,7.130136,6.959473,13.807851,56.10761,85.4424,30.65373,172.08319,18.86605,4.6224084,46.108612,29.537224,52.77098,106.31298,17.703465,2.0806115,16.628788,15.084785,1988.8608,16.604387,1.399647,32.604626,11.921092,126.09472,83.99722,108.81059,6.4548216,80.72543,368.76425,277.98206,27.707245,278.26282,70.87787,49.767357,70.62349,73.649124,10.6206045,35.391125,491.7715,2.228003,4.3321104,174.32977,24.114132,8.912513,20.95344,22.679787,226.31918,74.48688,162.01242,1249.1079,147.69757,1863.4484,1705.8662,15.046229,17.069908,1871.2428,23.66664,26.475168,466.86972,51.022526,83.49231,36.818756,155.28714,283.77588,446.82614,6.776557,54.705128,217.3042,399.36084,11.465613,98.96232,12.234599,1.6086639,57.24486,1.0359936,1.155157,3.592109,11.564229,42.870533,20.561396,20.685753,506.64185,60.363686,35.35772,45.654907,15.81995,76.091064,12.237187,19.901474,12.537567,81.17509,29.124546,29.424902,42.43763,10.423757,39.62602,33.631874,1.351708,73.51016,12.067674,227.14029,8.169557,325.69614,21.848173,932.0348,151.86794,3.7874434,10.954559,172.16931,223.26604,1001.1017,806.9259 +2023-12-22 08:00:00,0.0,2811.0225,54.27007,16.833471,57.926186,38.118065,290.56262,34.173607,63.30392,20.091202,36.31423,280.5687,121.96281,18.239714,95.22298,0.35693988,0.32442582,55.598362,11.065545,20.743969,769.6102,13.55805,947.5044,128.85681,10.161233,43.2081,484.76614,63.119934,708.69415,239.5072,3252.3745,23.709673,2793.7468,217.33177,12.541386,13.215959,58.21859,237.71896,290.46408,371.6265,44.741936,28.943336,10.966765,604.81494,161.35648,48.19219,8.556226,526.7103,13.009021,579.58954,5.932033,32.56893,0.0,751.8668,1898.0476,0.25008175,117.764336,15.340205,10990.799,25.787096,0.91585845,6.763697,17.866135,6.7542243,1.9860446,9.883205,258.81342,61.905018,6.1941185,0.6417146,2.4796157,116.14324,1.3054829,141.19943,180.18817,1841.5629,293.65518,89.91615,155.25986,609.342,29.62148,26.281786,507.17737,43.95257,61.873043,10.9487295,19.53629,177.75508,12.301361,10.626098,50.690296,15.212822,3904.681,18.350628,20.545698,15.869066,9.938299,244.14848,46.82162,21.443548,7.130959,6.9575047,13.810531,56.106186,85.39496,30.655645,172.11703,18.86345,4.621562,46.101475,29.52215,52.723465,106.34718,17.717785,2.0787635,16.651718,15.07724,1988.051,16.62074,1.3971685,32.56308,11.918866,126.06831,84.011116,108.79057,6.46041,80.752686,368.60892,277.83932,27.700651,278.10764,70.930466,49.75852,70.61897,73.72656,10.629997,35.410168,491.75772,2.2312398,4.337681,174.43741,24.114439,8.911407,20.968252,22.688858,226.43474,74.52406,162.01456,1249.7911,147.4956,1862.7775,1705.5848,15.0356455,17.05083,1870.6561,23.666521,26.444624,466.7687,50.977474,83.42957,36.785854,155.13846,283.70352,446.78424,6.771121,54.668686,217.10536,399.26172,11.460877,98.92965,12.228943,1.6085336,57.254196,1.0357736,1.1548607,3.590074,11.562437,42.822968,20.555468,20.689247,507.0962,60.33423,35.33871,45.626343,15.813979,76.127686,12.237814,19.933943,12.531183,81.14078,29.101168,29.455715,42.453884,10.423118,39.672195,33.657703,1.3511957,73.47455,12.060704,227.11949,8.166451,325.58362,21.850317,932.3827,151.78851,3.7847924,10.952742,172.0997,223.14113,1000.8551,807.2178 +2023-12-22 09:00:00,0.0,2809.7942,54.23723,16.80211,57.87929,38.095448,290.47858,34.15502,63.259136,20.086836,36.281136,280.3801,122.013084,18.227993,95.05638,0.357011,0.32497242,55.579163,11.086877,20.76176,769.03735,13.555471,946.8596,128.84041,10.179947,43.228886,484.42572,63.148262,709.2352,239.56894,3250.395,23.744505,2793.9297,217.60074,12.562408,13.234872,58.310966,237.69865,290.44324,372.12463,44.725807,28.921724,10.965533,604.3852,161.57631,48.205875,8.550715,526.81616,13.005778,579.65967,5.9318857,32.55376,0.0,751.8274,1897.3939,0.25009108,117.645004,15.335722,10986.01,25.78672,0.9161293,6.759543,17.85622,6.7557397,1.9862411,9.877592,258.71326,61.874775,6.188113,0.6417107,2.4804654,116.14919,1.3043449,141.18474,180.00201,1841.0449,293.2885,89.90144,155.2379,610.0289,29.659271,26.305826,507.9065,44.000015,61.941116,10.945447,19.535875,177.8069,12.293925,10.624474,50.693993,15.217402,3905.1265,18.349295,20.543346,15.868175,9.9367895,244.25201,46.835567,21.455645,7.1317816,6.955536,13.813211,56.104763,85.34751,30.65756,172.15088,18.86085,4.6207156,46.094334,29.507076,52.67595,106.381386,17.732103,2.0769153,16.674648,15.069695,1987.2411,16.637094,1.3946899,32.521538,11.91664,126.04191,84.025,108.77055,6.465999,80.77994,368.45358,277.6966,27.694057,277.95245,70.98306,49.749683,70.614456,73.804,10.639389,35.429207,491.7439,2.2344763,4.343251,174.54506,24.114746,8.910302,20.983065,22.697931,226.5503,74.56124,162.0167,1250.4744,147.29362,1862.1064,1705.3033,15.025061,17.031754,1870.0695,23.666403,26.41408,466.6677,50.93242,83.36684,36.752953,154.98976,283.63116,446.7423,6.765685,54.632244,216.90652,399.1626,11.4561405,98.89697,12.223287,1.6084033,57.26353,1.0355538,1.1545645,3.5880392,11.560645,42.775406,20.54954,20.692741,507.55054,60.30477,35.319702,45.597782,15.808007,76.164314,12.238441,19.966412,12.524798,81.10647,29.077787,29.486526,42.47014,10.42248,39.718376,33.683533,1.3506833,73.438934,12.053735,227.0987,8.163345,325.4711,21.85246,932.7306,151.70909,3.7821414,10.950924,172.0301,223.0162,1000.6085,807.50964 +2023-12-22 10:00:00,0.0,2808.566,54.204388,16.77075,57.8324,38.072826,290.3945,34.136433,63.21435,20.082468,36.248043,280.19147,122.063354,18.216274,94.88979,0.3570821,0.32551903,55.559963,11.10821,20.779552,768.4645,13.552894,946.2149,128.82402,10.198662,43.249672,484.08533,63.17659,709.7763,239.63069,3248.4153,23.779337,2794.1125,217.8697,12.583432,13.253785,58.403343,237.67836,290.42242,372.62274,44.70968,28.90011,10.9643,603.9554,161.79613,48.219566,8.545204,526.92206,13.002537,579.72974,5.931738,32.538593,0.0,751.78796,1896.7401,0.25010043,117.52568,15.331239,10981.22,25.786345,0.91640013,6.755389,17.846306,6.7572556,1.9864376,9.87198,258.6131,61.844532,6.182108,0.6417068,2.4813151,116.155136,1.3032069,141.17006,179.81586,1840.527,292.9218,89.88674,155.21596,610.7157,29.697062,26.329868,508.63565,44.04746,62.00919,10.942164,19.535458,177.85872,12.2864895,10.622849,50.697693,15.221982,3905.5718,18.347961,20.540995,15.867283,9.93528,244.35553,46.849518,21.467741,7.1326046,6.9535675,13.815891,56.103336,85.30007,30.659475,172.18472,18.858248,4.619869,46.087196,29.492002,52.628433,106.41558,17.746424,2.0750673,16.697578,15.06215,1986.4313,16.653448,1.3922113,32.479996,11.914413,126.015495,84.038895,108.750534,6.471588,80.80719,368.29825,277.5539,27.687464,277.79724,71.03566,49.740845,70.60995,73.88145,10.648781,35.44825,491.7301,2.237713,4.3488216,174.6527,24.115053,8.909197,20.997877,22.707005,226.66585,74.59842,162.01883,1251.1577,147.09164,1861.4355,1705.022,15.014476,17.012678,1869.4829,23.666285,26.383535,466.56665,50.887367,83.3041,36.72005,154.84108,283.5588,446.7004,6.760249,54.595802,216.70769,399.0635,11.451404,98.8643,12.21763,1.608273,57.272865,1.0353339,1.1542683,3.5860043,11.558853,42.72784,20.543612,20.696236,508.00485,60.275314,35.300694,45.56922,15.802035,76.20094,12.239069,19.99888,12.5184145,81.07216,29.054407,29.51734,42.486393,10.421841,39.764553,33.709362,1.3501709,73.40332,12.046765,227.0779,8.16024,325.35858,21.854605,933.0785,151.62967,3.7794907,10.949107,171.9605,222.89128,1000.36194,807.8016 +2023-12-22 11:00:00,0.0,2807.3376,54.17155,16.73939,57.785507,38.050205,290.31046,34.117844,63.16957,20.078102,36.21495,280.00287,122.113625,18.204556,94.7232,0.3571532,0.32606566,55.540764,11.129541,20.797344,767.89166,13.550316,945.5701,128.80763,10.217376,43.270454,483.7449,63.20492,710.3174,239.69244,3246.4358,23.81417,2794.2954,218.13867,12.604455,13.272698,58.495724,237.65807,290.4016,373.12085,44.69355,28.878498,10.963068,603.5256,162.01595,48.233253,8.539693,527.0279,12.999294,579.79987,5.9315906,32.523426,0.0,751.74854,1896.0864,0.25010976,117.40636,15.326756,10976.431,25.78597,0.9166709,6.7512355,17.83639,6.758771,1.9866341,9.866366,258.51294,61.814293,6.1761026,0.64170295,2.4821646,116.16108,1.3020691,141.15536,179.6297,1840.009,292.5551,89.87204,155.194,611.4026,29.734852,26.35391,509.3648,44.0949,62.077263,10.938882,19.535042,177.91054,12.279053,10.621224,50.70139,15.2265625,3906.017,18.346626,20.538643,15.866391,9.933769,244.45906,46.863464,21.47984,7.1334276,6.951599,13.818571,56.101913,85.25263,30.66139,172.21855,18.855646,4.619023,46.08006,29.476929,52.58092,106.44978,17.760744,2.073219,16.720509,15.054605,1985.6213,16.669804,1.3897328,32.43845,11.912188,125.98909,84.05278,108.730515,6.477177,80.83444,368.1429,277.41116,27.68087,277.64206,71.08826,49.73201,70.60543,73.958885,10.658173,35.467293,491.71628,2.2409496,4.3543916,174.76033,24.11536,8.908092,21.012691,22.716078,226.7814,74.635605,162.02098,1251.841,146.88966,1860.7645,1704.7405,15.003891,16.9936,1868.8962,23.666166,26.352991,466.46564,50.84231,83.24136,36.68715,154.6924,283.48645,446.6585,6.754813,54.55936,216.50885,398.9644,11.446667,98.831635,12.211974,1.6081429,57.2822,1.0351139,1.153972,3.5839696,11.55706,42.680275,20.537683,20.699732,508.4592,60.245853,35.28168,45.540657,15.796064,76.237564,12.239696,20.03135,12.51203,81.03785,29.031029,29.548153,42.50265,10.421203,39.810734,33.73519,1.3496585,73.36771,12.039796,227.05708,8.157134,325.2461,21.856747,933.4264,151.55025,3.7768397,10.947289,171.8909,222.76636,1000.11536,808.09344 +2023-12-22 12:00:00,0.0,2806.1094,54.13871,16.708029,57.738613,38.027584,290.22638,34.09926,63.124786,20.073734,36.181854,279.81424,122.163895,18.192835,94.5566,0.35722432,0.32661226,55.521564,11.150874,20.815138,767.3188,13.547737,944.92535,128.79124,10.236091,43.29124,483.40448,63.23325,710.8584,239.7542,3244.4563,23.849003,2794.4783,218.40764,12.625478,13.291612,58.5881,237.63777,290.38077,373.619,44.677418,28.856886,10.961835,603.0958,162.23576,48.246944,8.534183,527.1338,12.996053,579.86993,5.931443,32.50826,0.0,751.70905,1895.4327,0.2501191,117.287025,15.322271,10971.642,25.785595,0.91694176,6.7470818,17.826477,6.760287,1.9868306,9.860753,258.41278,61.78405,6.1700974,0.6416991,2.4830143,116.16702,1.3009311,141.14067,179.44354,1839.4911,292.18845,89.85733,155.17204,612.0895,29.772642,26.377953,510.09393,44.14234,62.145336,10.935599,19.534628,177.96236,12.271617,10.6196,50.705086,15.231142,3906.4624,18.345293,20.536291,15.8654995,9.93226,244.56259,46.87741,21.491936,7.13425,6.9496307,13.821252,56.10049,85.20519,30.663307,172.2524,18.853045,4.6181765,46.072918,29.461853,52.533405,106.48398,17.775064,2.071371,16.743439,15.047059,1984.8115,16.686157,1.3872542,32.396908,11.909962,125.962685,84.06667,108.710495,6.482766,80.861694,367.98758,277.26843,27.674276,277.48688,71.14086,49.72317,70.600914,74.03632,10.667565,35.486336,491.70245,2.2441864,4.359962,174.86797,24.115667,8.906986,21.027504,22.725151,226.89696,74.67278,162.02312,1252.5242,146.68768,1860.0936,1704.4591,14.993306,16.974524,1868.3096,23.666046,26.322447,466.36462,50.79726,83.17863,36.654247,154.5437,283.4141,446.61658,6.7493777,54.52292,216.31001,398.86526,11.44193,98.798965,12.206318,1.6080126,57.291534,1.0348941,1.1536758,3.5819347,11.555268,42.63271,20.531754,20.703226,508.91354,60.216396,35.262672,45.512096,15.790092,76.27419,12.240323,20.063818,12.505646,81.00353,29.007648,29.578966,42.518906,10.420565,39.856915,33.76102,1.3491461,73.33209,12.032826,227.03629,8.154029,325.13358,21.85889,933.7743,151.47083,3.7741888,10.945472,171.8213,222.64143,999.8688,808.3853 +2023-12-22 13:00:00,0.0,2804.881,54.105873,16.676668,57.691723,38.004963,290.14233,34.08067,63.08,20.069368,36.14876,279.62564,122.214165,18.181116,94.390015,0.35729542,0.32715887,55.502365,11.172206,20.83293,766.746,13.545159,944.28064,128.77486,10.254805,43.312027,483.06406,63.261578,711.3995,239.81595,3242.4768,23.883835,2794.6614,218.6766,12.646502,13.310525,58.680477,237.61748,290.35995,374.1171,44.66129,28.835272,10.960603,602.666,162.4556,48.26063,8.528671,527.2396,12.99281,579.94006,5.931296,32.49309,0.0,751.6696,1894.7789,0.25012845,117.1677,15.317788,10966.853,25.78522,0.9172126,6.7429276,17.81656,6.761802,1.987027,9.85514,258.31262,61.753807,6.1640925,0.6416952,2.483864,116.172966,1.2997931,141.12599,179.25739,1838.9731,291.82175,89.84263,155.1501,612.77637,29.810432,26.401993,510.8231,44.18978,62.21341,10.932317,19.534212,178.01419,12.264181,10.617976,50.708782,15.235723,3906.9077,18.34396,20.533937,15.864608,9.93075,244.6661,46.891357,21.504032,7.135073,6.9476624,13.823932,56.099064,85.15775,30.665222,172.28624,18.850445,4.61733,46.06578,29.44678,52.48589,106.51818,17.789383,2.0695229,16.766367,15.039514,1984.0016,16.70251,1.3847758,32.355366,11.907736,125.93628,84.08056,108.690475,6.4883547,80.88895,367.83224,277.12573,27.66768,277.33167,71.19346,49.714336,70.596405,74.11376,10.676957,35.505375,491.68866,2.247423,4.3655324,174.97562,24.115976,8.905882,21.042316,22.734224,227.01251,74.70996,162.02525,1253.2075,146.4857,1859.4227,1704.1776,14.982721,16.955446,1867.7229,23.665928,26.291903,466.2636,50.752205,83.1159,36.621346,154.39502,283.34174,446.57468,6.743942,54.486477,216.11118,398.76614,11.437193,98.76629,12.200661,1.6078823,57.30087,1.0346742,1.1533796,3.5798998,11.553476,42.585148,20.525826,20.70672,509.3679,60.18694,35.243664,45.483536,15.7841215,76.31082,12.240951,20.096287,12.499261,80.96922,28.98427,29.60978,42.53516,10.419926,39.90309,33.78685,1.3486336,73.296486,12.025858,227.01549,8.150923,325.02106,21.861034,934.1222,151.3914,3.7715378,10.943655,171.7517,222.51651,999.62225,808.67725 +2023-12-22 14:00:00,0.0,2803.6528,54.073032,16.64531,57.64483,37.98234,290.05826,34.06208,63.03522,20.065002,36.115665,279.437,122.26444,18.169397,94.22342,0.35736653,0.32770547,55.48317,11.193539,20.850721,766.1731,13.542582,943.63586,128.75847,10.2735195,43.332813,482.72366,63.28991,711.94055,239.8777,3240.4973,23.918667,2794.8442,218.94557,12.667524,13.329438,58.772858,237.59717,290.33914,374.6152,44.64516,28.81366,10.95937,602.2362,162.67542,48.274323,8.52316,527.34546,12.989568,580.01013,5.9311485,32.477924,0.0,751.6302,1894.1252,0.25013778,117.04838,15.313305,10962.063,25.784843,0.9174834,6.738774,17.806646,6.7633176,1.9872235,9.849526,258.21246,61.723564,6.1580873,0.6416913,2.4847136,116.17891,1.2986553,141.1113,179.07124,1838.4552,291.45505,89.82793,155.12814,613.4632,29.848223,26.426035,511.55225,44.237225,62.281483,10.929034,19.533794,178.06601,12.256745,10.616352,50.712482,15.240302,3907.353,18.342627,20.531586,15.863716,9.92924,244.76964,46.905304,21.516129,7.1358957,6.9456935,13.826612,56.09764,85.11031,30.667137,172.32008,18.847843,4.6164837,46.058643,29.431705,52.438374,106.552376,17.803703,2.0676746,16.789297,15.031969,1983.1918,16.718864,1.3822972,32.31382,11.90551,125.909874,84.094444,108.670456,6.4939437,80.9162,367.6769,276.983,27.661087,277.17648,71.246056,49.705498,70.59189,74.1912,10.686349,35.524418,491.67484,2.2506597,4.371103,175.08325,24.116283,8.904777,21.05713,22.743298,227.12807,74.74715,162.02739,1253.8909,146.28372,1858.7517,1703.8961,14.972137,16.936369,1867.1364,23.66581,26.261358,466.1626,50.70715,83.05316,36.588444,154.24632,283.26938,446.53278,6.738506,54.450035,215.91234,398.66705,11.432456,98.73362,12.195004,1.6077521,57.310204,1.0344542,1.1530832,3.577865,11.551684,42.537582,20.519897,20.710215,509.8222,60.157482,35.224655,45.45497,15.77815,76.34744,12.241578,20.128756,12.492877,80.93491,28.96089,29.640593,42.551414,10.419288,39.949272,33.812675,1.3481213,73.26087,12.018888,226.99469,8.147818,324.90854,21.863178,934.4701,151.31198,3.7688868,10.941837,171.6821,222.3916,999.3757,808.9691 +2023-12-22 15:00:00,0.0,2802.4243,54.04019,16.613949,57.597935,37.95972,289.9742,34.043495,62.990437,20.060635,36.082573,279.2484,122.31471,18.157679,94.05682,0.35743764,0.3282521,55.46397,11.21487,20.868513,765.6003,13.540003,942.99115,128.74208,10.292233,43.353596,482.38324,63.318237,712.4816,239.93945,3238.5176,23.953499,2795.027,219.21454,12.688547,13.3483515,58.865234,237.57687,290.3183,375.11334,44.629032,28.792048,10.9581375,601.8064,162.89523,48.288013,8.51765,527.45135,12.986326,580.08026,5.931001,32.462757,0.0,751.5908,1893.4716,0.25014713,116.92905,15.308822,10957.273,25.784468,0.91775423,6.73462,17.796732,6.7648335,1.9874201,9.843913,258.1123,61.693325,6.152082,0.64168745,2.4855633,116.18485,1.2975173,141.0966,178.88509,1837.9373,291.08838,89.81322,155.10619,614.1501,29.886013,26.450077,512.2814,44.284664,62.349556,10.925752,19.53338,178.11783,12.249309,10.614728,50.71618,15.244883,3907.7983,18.341293,20.529234,15.862824,9.92773,244.87317,46.91925,21.528225,7.1367188,6.943725,13.829292,56.09622,85.062874,30.669052,172.35391,18.845242,4.6156373,46.051502,29.416632,52.39086,106.58658,17.818024,2.0658267,16.812227,15.024424,1982.3818,16.735218,1.3798186,32.272278,11.903283,125.88347,84.10834,108.65044,6.4995327,80.94344,367.52158,276.84027,27.654493,277.0213,71.29865,49.696663,70.58737,74.26865,10.695741,35.54346,491.66104,2.2538962,4.376673,175.19089,24.11659,8.903671,21.071943,22.75237,227.24362,74.784325,162.02953,1254.5741,146.08174,1858.0808,1703.6147,14.961553,16.917294,1866.5497,23.665691,26.230812,466.06155,50.662098,82.990425,36.555542,154.09764,283.19702,446.49088,6.73307,54.413597,215.7135,398.56793,11.427719,98.70095,12.189348,1.6076218,57.31954,1.0342344,1.152787,3.57583,11.549892,42.490017,20.51397,20.713709,510.27655,60.128025,35.205647,45.42641,15.772178,76.38407,12.242205,20.161224,12.486492,80.900604,28.937511,29.671406,42.56767,10.418649,39.99545,33.838505,1.3476089,73.22526,12.011919,226.97389,8.1447115,324.79602,21.865322,934.818,151.23256,3.7662358,10.94002,171.61249,222.26668,999.1291,809.261 +2023-12-22 16:00:00,0.0,2801.196,54.007355,16.582588,57.551044,37.9371,289.89014,34.024906,62.945652,20.056269,36.04948,279.05978,122.36498,18.145958,93.89023,0.35750875,0.3287987,55.44477,11.236203,20.886305,765.0274,13.537425,942.3464,128.72568,10.310947,43.374382,482.04282,63.346565,713.0227,240.0012,3236.538,23.98833,2795.21,219.48352,12.709571,13.367266,58.95761,237.55658,290.2975,375.61145,44.612904,28.770433,10.956905,601.37665,163.11507,48.3017,8.512138,527.55725,12.983084,580.1504,5.930854,32.44759,0.0,751.55133,1892.8177,0.25015646,116.80972,15.304338,10952.484,25.784092,0.9180251,6.730466,17.786818,6.766349,1.9876165,9.838301,258.01215,61.663082,6.1460767,0.6416835,2.4864128,116.190796,1.2963793,141.08192,178.69893,1837.4193,290.72168,89.79852,155.08423,614.837,29.923803,26.474117,513.01056,44.332108,62.41763,10.922469,19.532965,178.16965,12.241873,10.613103,50.719875,15.249462,3908.2437,18.33996,20.526882,15.861933,9.92622,244.9767,46.9332,21.540323,7.137542,6.9417567,13.831973,56.09479,85.015434,30.670967,172.38776,18.842642,4.614791,46.044365,29.401558,52.343346,106.62077,17.832344,2.0639784,16.835157,15.016878,1981.572,16.751572,1.3773401,32.230732,11.901057,125.85706,84.12222,108.63042,6.5051217,80.970695,367.36624,276.69757,27.6479,276.8661,71.35125,49.687828,70.58286,74.346085,10.705133,35.5625,491.64722,2.257133,4.3822436,175.29852,24.116898,8.902566,21.086756,22.761444,227.35919,74.8215,162.03166,1255.2574,145.87976,1857.4098,1703.3333,14.950968,16.898216,1865.963,23.665573,26.200268,465.96054,50.617043,82.92769,36.52264,153.94894,283.12463,446.44894,6.727634,54.377155,215.51466,398.4688,11.422982,98.66828,12.183692,1.6074915,57.328873,1.0340145,1.1524907,3.573795,11.5481,42.44245,20.508041,20.717205,510.7309,60.098564,35.186638,45.39785,15.766207,76.4207,12.242832,20.193691,12.480107,80.866295,28.914131,29.702219,42.583923,10.418011,40.04163,33.864334,1.3470964,73.189644,12.00495,226.95308,8.141606,324.6835,21.867464,935.1659,151.15314,3.763585,10.938203,171.5429,222.14175,998.8825,809.5529 +2023-12-22 17:00:00,0.0,2799.9678,53.974514,16.551228,57.50415,37.91448,289.80606,34.006317,62.90087,20.0519,36.016384,278.8712,122.41525,18.13424,93.72364,0.35757986,0.32934532,55.42557,11.257535,20.904097,764.4545,13.534847,941.70166,128.70929,10.329662,43.39517,481.7024,63.374897,713.5638,240.06294,3234.5586,24.023163,2795.3928,219.75249,12.730594,13.386179,59.049988,237.53629,290.27667,376.10956,44.596775,28.748821,10.955672,600.94684,163.33488,48.31539,8.506627,527.6631,12.979841,580.22046,5.9307065,32.43242,0.0,751.5119,1892.1641,0.25016582,116.6904,15.299855,10947.695,25.783718,0.9182959,6.726312,17.776903,6.767864,1.987813,9.832687,257.912,61.63284,6.1400714,0.64167964,2.4872625,116.19674,1.2952415,141.06723,178.51277,1836.9015,290.35498,89.78382,155.06229,615.52386,29.961594,26.49816,513.7397,44.37955,62.485703,10.919186,19.532549,178.22147,12.234437,10.611479,50.723576,15.254043,3908.6892,18.338627,20.52453,15.861041,9.92471,245.08022,46.947147,21.55242,7.1383643,6.9397883,13.834653,56.09337,84.967995,30.672884,172.4216,18.84004,4.6139445,46.037228,29.386484,52.29583,106.654976,17.846663,2.0621305,16.858088,15.009333,1980.7622,16.767925,1.3748615,32.18919,11.898831,125.83066,84.136116,108.6104,6.5107102,80.99795,367.2109,276.55484,27.641306,276.7109,71.403854,49.67899,70.57835,74.42352,10.714525,35.581543,491.6334,2.2603695,4.3878136,175.40616,24.117205,8.901461,21.10157,22.770517,227.47475,74.85869,162.0338,1255.9407,145.67778,1856.7389,1703.0519,14.940383,16.879139,1865.3763,23.665453,26.169724,465.85953,50.57199,82.86495,36.48974,153.80026,283.05228,446.40704,6.722198,54.340714,215.31583,398.3697,11.418245,98.635605,12.178036,1.6073612,57.338207,1.0337946,1.1521945,3.5717602,11.546308,42.394886,20.502113,20.7207,511.18524,60.069107,35.16763,45.36929,15.760235,76.45733,12.24346,20.22616,12.473723,80.831985,28.890753,29.733032,42.600178,10.417372,40.087807,33.890163,1.3465841,73.15403,11.99798,226.93228,8.1385,324.57098,21.869608,935.5138,151.07372,3.760934,10.936385,171.4733,222.01683,998.6359,809.8448 +2023-12-22 18:00:00,0.0,2798.7395,53.941673,16.519867,57.457256,37.891857,289.72202,33.987732,62.856087,20.047535,35.98329,278.68256,122.46552,18.12252,93.557045,0.35765097,0.32989195,55.406372,11.278868,20.92189,763.8817,13.5322695,941.0569,128.6929,10.348376,43.41595,481.36197,63.403225,714.10486,240.1247,3232.579,24.057997,2795.576,220.02145,12.7516165,13.405092,59.142365,237.51599,290.25586,376.6077,44.580647,28.72721,10.95444,600.517,163.5547,48.32908,8.501116,527.7689,12.9766,580.2906,5.930559,32.41725,0.0,751.4725,1891.5104,0.25017515,116.57107,15.295372,10942.906,25.783342,0.9185667,6.7221584,17.766987,6.76938,1.9880096,9.827074,257.81183,61.602596,6.134066,0.6416758,2.4881122,116.20268,1.2941035,141.05255,178.32661,1836.3835,289.9883,89.76912,155.04033,616.2107,29.999384,26.522202,514.4688,44.42699,62.553776,10.915903,19.532133,178.2733,12.227,10.609855,50.727272,15.258622,3909.1345,18.337294,20.522177,15.860149,9.923201,245.18375,46.961094,21.564516,7.1391873,6.93782,13.837334,56.09194,84.920555,30.674799,172.45544,18.837439,4.613098,46.030087,29.37141,52.248314,106.68917,17.860983,2.0602822,16.881016,15.001787,1979.9523,16.784279,1.3723829,32.147648,11.8966055,125.80425,84.15,108.59038,6.5162992,81.0252,367.05557,276.4121,27.634712,276.5557,71.45645,49.670155,70.57383,74.50096,10.723917,35.600586,491.6196,2.2636063,4.393384,175.51381,24.117512,8.900355,21.116383,22.77959,227.5903,74.89587,162.03593,1256.6239,145.4758,1856.0679,1702.7704,14.929798,16.860062,1864.7897,23.665335,26.13918,465.7585,50.526936,82.802216,36.456837,153.65158,282.97992,446.36514,6.716762,54.30427,215.11699,398.2706,11.413508,98.602936,12.1723795,1.607231,57.34754,1.0335747,1.1518983,3.5697255,11.544516,42.347324,20.496185,20.724194,511.63956,60.03965,35.148617,45.340725,15.754263,76.49395,12.244086,20.258629,12.467339,80.797676,28.867373,29.763844,42.616432,10.416734,40.133987,33.915993,1.3460717,73.118416,11.991011,226.91148,8.135395,324.45847,21.871752,935.8617,150.9943,3.7582831,10.934567,171.40369,221.8919,998.38934,810.1367 +2023-12-22 19:00:00,0.0,2797.5112,53.908836,16.488506,57.410366,37.869236,289.63794,33.969143,62.811302,20.043167,35.9502,278.49396,122.5158,18.1108,93.39045,0.35772207,0.33043855,55.387173,11.3001995,20.939682,763.30884,13.529691,940.4121,128.67651,10.367091,43.436737,481.02158,63.431553,714.64594,240.18645,3230.5996,24.092829,2795.7588,220.29042,12.77264,13.4240055,59.23474,237.49568,290.23502,377.1058,44.564518,28.705595,10.953207,600.0873,163.77452,48.34277,8.495605,527.8748,12.973357,580.36066,5.9304113,32.402084,0.0,751.43304,1890.8566,0.2501845,116.451744,15.290888,10938.116,25.782967,0.91883755,6.7180047,17.757074,6.7708955,1.988206,9.821461,257.71167,61.572357,6.1280613,0.6416719,2.4889617,116.208626,1.2929655,141.03786,178.14046,1835.8656,289.6216,89.75441,155.01837,616.8976,30.037174,26.546242,515.198,44.474434,62.62185,10.912621,19.531717,178.32512,12.219564,10.608231,50.73097,15.263203,3909.5798,18.33596,20.519825,15.859258,9.92169,245.28728,46.97504,21.576612,7.1400104,6.935851,13.8400135,56.09052,84.873116,30.676714,172.48927,18.834837,4.6122518,46.02295,29.356337,52.2008,106.72337,17.875303,2.0584342,16.903946,14.994243,1979.1425,16.800632,1.3699044,32.106102,11.894379,125.77785,84.163895,108.57036,6.5218883,81.05245,366.90024,276.2694,27.628119,276.4005,71.50905,49.661316,70.56932,74.5784,10.733309,35.61963,491.60577,2.2668428,4.3989544,175.62144,24.117819,8.89925,21.131195,22.788664,227.70586,74.93305,162.03807,1257.3073,145.27382,1855.397,1702.489,14.919213,16.840986,1864.2031,23.665216,26.108635,465.6575,50.481884,82.73949,36.423935,153.50288,282.90756,446.3232,6.7113266,54.26783,214.91815,398.17148,11.4087715,98.57027,12.166723,1.6071007,57.356876,1.0333548,1.151602,3.5676906,11.542724,42.29976,20.490257,20.727688,512.09393,60.010193,35.12961,45.312164,15.748292,76.53058,12.244714,20.291098,12.460955,80.76337,28.843992,29.794657,42.632687,10.416095,40.180164,33.941822,1.3455594,73.0828,11.984041,226.89069,8.132289,324.34595,21.873896,936.2096,150.91487,3.7556322,10.932751,171.33409,221.76698,998.1428,810.4286 +2023-12-22 20:00:00,0.0,2796.283,53.875996,16.457146,57.363472,37.846615,289.5539,33.950554,62.76652,20.038801,35.917103,278.30533,122.56607,18.099081,93.22386,0.35779318,0.33098516,55.367973,11.321532,20.957474,762.736,13.527113,939.7674,128.66013,10.385805,43.457523,480.68115,63.459885,715.18695,240.2482,3228.6199,24.12766,2795.9417,220.55939,12.793663,13.442919,59.32712,237.47539,290.2142,377.60394,44.548386,28.683983,10.951975,599.6575,163.99435,48.356457,8.490094,527.9807,12.970115,580.4308,5.930264,32.386917,0.0,751.39355,1890.2029,0.25019383,116.33242,15.286405,10933.327,25.78259,0.9191084,6.7138505,17.747158,6.7724113,1.9884025,9.815847,257.6115,61.542114,6.122056,0.641668,2.4898114,116.21457,1.2918277,141.02316,177.9543,1835.3477,289.2549,89.73971,154.99641,617.5845,30.074965,26.570284,515.9271,44.521873,62.689922,10.909338,19.531301,178.37694,12.212129,10.6066065,50.73467,15.267782,3910.0251,18.334625,20.517473,15.858366,9.92018,245.39081,46.988987,21.588709,7.140833,6.9338827,13.842694,56.089096,84.825676,30.678629,172.52312,18.832237,4.6114054,46.015812,29.341263,52.153286,106.75757,17.889624,2.056586,16.926876,14.986697,1978.3325,16.816988,1.3674258,32.06456,11.892153,125.75144,84.17778,108.55034,6.5274773,81.079704,366.7449,276.12668,27.621525,276.24533,71.561646,49.65248,70.564804,74.65584,10.742702,35.638668,491.59198,2.2700796,4.404525,175.72908,24.118126,8.898145,21.14601,22.797737,227.82141,74.97023,162.04022,1257.9905,145.07184,1854.726,1702.2075,14.908629,16.821909,1863.6165,23.665098,26.07809,465.55646,50.43683,82.67675,36.391033,153.3542,282.8352,446.2813,6.7058907,54.231388,214.71931,398.07236,11.404035,98.5376,12.161066,1.6069704,57.36621,1.0331349,1.1513058,3.5656557,11.540932,42.252193,20.48433,20.731182,512.5482,59.980736,35.1106,45.283604,15.74232,76.56721,12.245341,20.323566,12.45457,80.72905,28.820614,29.82547,42.64894,10.415457,40.226345,33.96765,1.3450469,73.04719,11.977072,226.86989,8.129184,324.23346,21.876038,936.5575,150.83545,3.7529812,10.930933,171.26448,221.64207,997.89624,810.72046 +2023-12-22 21:00:00,0.0,2795.0547,53.84316,16.425785,57.316578,37.823994,289.46982,33.93197,62.721737,20.034433,35.88401,278.11673,122.61634,18.087362,93.05727,0.35786432,0.33153176,55.348774,11.342865,20.975266,762.16315,13.524535,939.1226,128.64374,10.40452,43.478306,480.34073,63.488213,715.728,240.30995,3226.6404,24.162493,2796.1245,220.82835,12.814686,13.461832,59.4195,237.4551,290.1934,378.10205,44.532257,28.66237,10.950742,599.22766,164.21417,48.370148,8.484583,528.08655,12.966873,580.50085,5.9301167,32.37175,0.0,751.3541,1889.5492,0.25020316,116.21309,15.281921,10928.538,25.782215,0.91937923,6.709697,17.737244,6.7739267,1.988599,9.810234,257.51135,61.51187,6.1160507,0.64166415,2.4906611,116.22051,1.2906897,141.00848,177.76814,1834.8297,288.88824,89.725006,154.97447,618.27136,30.112755,26.594326,516.65625,44.569317,62.757996,10.906055,19.530886,178.42876,12.204693,10.604982,50.738365,15.272363,3910.4705,18.333292,20.515121,15.857474,9.918671,245.49432,47.002934,21.600807,7.141656,6.9319143,13.845374,56.08767,84.77824,30.680544,172.55696,18.829636,4.610559,46.00867,29.326189,52.10577,106.79177,17.903942,2.0547378,16.949806,14.979152,1977.5227,16.833342,1.3649472,32.023018,11.889927,125.72504,84.19167,108.53032,6.5330663,81.10696,366.58957,275.98395,27.614931,276.09012,71.61424,49.643642,70.56029,74.733284,10.752093,35.65771,491.57816,2.2733161,4.410095,175.83672,24.118433,8.897039,21.160822,22.80681,227.93697,75.00741,162.04236,1258.6738,144.86986,1854.055,1701.9261,14.898045,16.802832,1863.0298,23.66498,26.047546,465.45544,50.391773,82.61401,36.35813,153.2055,282.76285,446.2394,6.7004547,54.194946,214.52046,397.97324,11.399298,98.50492,12.15541,1.6068401,57.375546,1.032915,1.1510096,3.5636208,11.53914,42.204628,20.4784,20.734676,513.00256,59.951275,35.09159,45.25504,15.736348,76.60383,12.245969,20.356035,12.448186,80.69474,28.797234,29.856283,42.6652,10.414818,40.272522,33.99348,1.3445345,73.01157,11.970102,226.84908,8.126078,324.12094,21.878181,936.9054,150.75603,3.7503302,10.929115,171.19489,221.51715,997.64966,811.0124 +2023-12-22 22:00:00,0.0,2793.8262,53.810318,16.394424,57.269688,37.801373,289.38577,33.91338,62.676952,20.030067,35.850918,277.9281,122.66661,18.075644,92.89067,0.35793543,0.3320784,55.329575,11.364197,20.993057,761.59033,13.521956,938.4779,128.62735,10.423234,43.499092,480.0003,63.51654,716.2691,240.3717,3224.661,24.197325,2796.3074,221.09732,12.83571,13.480745,59.51188,237.4348,290.17255,378.60016,44.51613,28.640757,10.94951,598.7979,164.43399,48.383835,8.479073,528.19244,12.963631,580.571,5.9299693,32.356583,0.0,751.3147,1888.8954,0.25021252,116.093765,15.277438,10923.749,25.78184,0.91965,6.705543,17.72733,6.775442,1.9887955,9.804622,257.4112,61.48163,6.1100454,0.6416603,2.4915106,116.226456,1.2895517,140.99379,177.58199,1834.3118,288.52155,89.7103,154.95251,618.9582,30.150545,26.618368,517.38544,44.616756,62.82607,10.902773,19.53047,178.48058,12.197256,10.603357,50.74206,15.276942,3910.9158,18.331959,20.51277,15.856583,9.917161,245.59785,47.016884,21.612904,7.1424785,6.929946,13.848054,56.086246,84.7308,30.682459,172.5908,18.827034,4.6097126,46.001534,29.311115,52.058254,106.825966,17.918262,2.0528898,16.972736,14.971606,1976.7128,16.849695,1.3624687,31.981474,11.887701,125.69863,84.20556,108.5103,6.538655,81.13421,366.43423,275.84125,27.608337,275.93494,71.66685,49.634808,70.55578,74.81072,10.761485,35.676754,491.56433,2.276553,4.4156656,175.94437,24.11874,8.895935,21.175634,22.815884,228.05252,75.04459,162.0445,1259.3572,144.6679,1853.384,1701.6447,14.88746,16.783754,1862.4431,23.66486,26.017002,465.35443,50.34672,82.55128,36.32523,153.05682,282.6905,446.1975,6.695019,54.158504,214.32162,397.87415,11.394561,98.47225,12.149754,1.60671,57.38488,1.032695,1.1507132,3.561586,11.537348,42.157066,20.472471,20.738173,513.4569,59.921818,35.072582,45.22648,15.730377,76.64046,12.246595,20.388504,12.441801,80.66043,28.773855,29.887096,42.681454,10.41418,40.318703,34.01931,1.3440222,72.97597,11.963133,226.82828,8.1229725,324.00842,21.880325,937.2533,150.6766,3.7476795,10.927299,171.12529,221.39223,997.4031,811.30426 +2023-12-22 23:00:00,0.0,2792.598,53.777477,16.363066,57.222794,37.77875,289.3017,33.89479,62.63217,20.0257,35.81782,277.7395,122.71688,18.063923,92.724075,0.35800654,0.332625,55.310375,11.3855295,21.010849,761.01746,13.519379,937.8331,128.61095,10.441948,43.51988,479.65988,63.544872,716.8102,240.43346,3222.6814,24.232157,2796.4905,221.36629,12.856732,13.499659,59.604256,237.4145,290.15173,379.0983,44.5,28.619144,10.9482765,598.3681,164.65382,48.397526,8.473561,528.29834,12.960389,580.6411,5.929822,32.341415,0.0,751.27527,1888.2417,0.25022185,115.97444,15.272955,10918.96,25.781466,0.91992086,6.701389,17.717415,6.776958,1.988992,9.799008,257.31104,61.45139,6.10404,0.6416564,2.4923604,116.23241,1.2884139,140.9791,177.39583,1833.7938,288.15485,89.695595,154.93056,619.6451,30.188335,26.642408,518.11456,44.6642,62.894142,10.89949,19.530054,178.53241,12.18982,10.601733,50.745758,15.281523,3911.361,18.330626,20.510416,15.855691,9.91565,245.70139,47.03083,21.625,7.1433015,6.9279776,13.850735,56.084824,84.68336,30.684376,172.62463,18.824434,4.608866,45.994392,29.296041,52.010742,106.86017,17.932583,2.0510416,16.995665,14.964061,1975.903,16.866049,1.3599901,31.93993,11.885475,125.672226,84.219444,108.49028,6.544244,81.16145,366.2789,275.69852,27.601742,275.77975,71.719444,49.62597,70.55126,74.88816,10.770877,35.695793,491.55054,2.2797894,4.421236,176.052,24.119047,8.89483,21.190449,22.824957,228.16808,75.08177,162.04663,1260.0404,144.46591,1852.7131,1701.3633,14.876875,16.764679,1861.8564,23.664742,25.986458,465.25342,50.301666,82.48854,36.292328,152.90814,282.61813,446.15558,6.689583,54.122063,214.12279,397.77502,11.389824,98.43958,12.144097,1.6065797,57.394215,1.0324752,1.150417,3.559551,11.535555,42.1095,20.466543,20.741667,513.91125,59.89236,35.053574,45.197918,15.724405,76.677086,12.247223,20.420973,12.435417,80.62612,28.750475,29.91791,42.69771,10.413542,40.36488,34.045135,1.3435097,72.94035,11.956163,226.80748,8.119866,323.8959,21.88247,937.6012,150.59718,3.7450285,10.925481,171.05568,221.2673,997.1565,811.5961 +2023-12-23 00:00:00,0.0,2791.3696,53.74464,16.331705,57.1759,37.75613,289.21762,33.876205,62.587387,20.021334,35.78473,277.55087,122.76715,18.052204,92.55749,0.35807765,0.3331716,55.29118,11.406861,21.028643,760.44464,13.516801,937.1884,128.59456,10.460663,43.54066,479.3195,63.5732,717.35126,240.49521,3220.7017,24.26699,2796.6733,221.63525,12.877756,13.518572,59.696632,237.3942,290.13092,379.5964,44.48387,28.597532,10.947044,597.9383,164.87364,48.411213,8.46805,528.4042,12.957147,580.7112,5.9296746,32.32625,0.0,751.23584,1887.588,0.2502312,115.85511,15.268472,10914.17,25.78109,0.9201917,6.697235,17.7075,6.7784734,1.9891884,9.793395,257.21088,61.421146,6.098035,0.6416525,2.49321,116.23835,1.2872759,140.96442,177.20967,1833.2759,287.78818,89.68089,154.9086,620.332,30.226126,26.66645,518.8437,44.71164,62.962215,10.896208,19.529638,178.58423,12.1823845,10.600109,50.74946,15.286102,3911.8064,18.329292,20.508064,15.854799,9.914141,245.8049,47.044777,21.637096,7.1441245,6.926009,13.853415,56.083397,84.63592,30.68629,172.65848,18.821833,4.60802,45.987255,29.280968,51.963226,106.89436,17.946903,2.0491936,17.018595,14.956516,1975.093,16.882402,1.3575115,31.898386,11.883248,125.64582,84.23334,108.47026,6.549833,81.188705,366.12357,275.5558,27.595148,275.62454,71.77204,49.617134,70.546745,74.9656,10.78027,35.714836,491.5367,2.2830262,4.426806,176.15964,24.119354,8.893724,21.205261,22.83403,228.28363,75.11895,162.04877,1260.7236,144.26393,1852.0421,1701.0818,14.86629,16.745602,1861.2699,23.664623,25.955914,465.1524,50.256615,82.425804,36.259426,152.75945,282.54575,446.11368,6.684147,54.085625,213.92395,397.6759,11.385087,98.40691,12.138441,1.6064494,57.40355,1.0322553,1.1501207,3.557516,11.533763,42.061935,20.460615,20.745161,514.3656,59.862904,35.03456,45.169353,15.718433,76.71371,12.24785,20.453442,12.429032,80.59181,28.727097,29.948723,42.713963,10.412903,40.41106,34.070965,1.3429973,72.90474,11.949195,226.78668,8.116761,323.7834,21.884611,937.9491,150.51776,3.7423775,10.923663,170.98608,221.14238,996.9099,811.88806 +2023-12-23 01:00:00,0.0,2790.1414,53.7118,16.300344,57.12901,37.73351,289.13358,33.857616,62.542603,20.016968,35.751633,277.36227,122.81743,18.040485,92.39089,0.35814875,0.33371824,55.27198,11.428194,21.046434,759.87177,13.514222,936.54364,128.57817,10.479377,43.561447,478.97906,63.60153,717.89233,240.55696,3218.7222,24.301823,2796.8562,221.90422,12.898779,13.537485,59.78901,237.3739,290.11008,380.0945,44.467743,28.575918,10.945812,597.5085,165.09346,48.424904,8.46254,528.51,12.953904,580.7813,5.9295273,32.311077,0.0,751.1964,1886.9342,0.25024053,115.73579,15.2639885,10909.381,25.780714,0.9204625,6.6930814,17.697586,6.7799892,1.9893849,9.787782,257.11072,61.390903,6.0920296,0.64164865,2.4940596,116.24429,1.2861379,140.94972,177.02353,1832.7579,287.42148,89.66618,154.88666,621.01886,30.263916,26.690493,519.5729,44.759083,63.03029,10.892925,19.529222,178.63605,12.174949,10.598485,50.753155,15.290683,3912.2517,18.32796,20.505713,15.853908,9.912631,245.90843,47.058723,21.649193,7.144947,6.9240403,13.856095,56.081974,84.58848,30.688206,172.69232,18.819231,4.6071734,45.980118,29.265892,51.91571,106.928566,17.961222,2.0473454,17.041525,14.948971,1974.2832,16.898756,1.355033,31.856842,11.881022,125.61941,84.24722,108.45023,6.555422,81.21596,365.96823,275.4131,27.588554,275.46936,71.82464,49.608295,70.54223,75.04304,10.789661,35.73388,491.5229,2.2862628,4.4323764,176.26727,24.119661,8.892619,21.220074,22.843103,228.39919,75.156136,162.0509,1261.407,144.06195,1851.3712,1700.8004,14.855705,16.726524,1860.6832,23.664505,25.92537,465.05136,50.21156,82.363075,36.226524,152.61076,282.4734,446.07178,6.6787114,54.049183,213.72511,397.57678,11.38035,98.37424,12.132785,1.6063192,57.412884,1.0320354,1.1498245,3.5554814,11.531971,42.01437,20.454687,20.748655,514.81995,59.833447,35.015553,45.140793,15.712462,76.750336,12.248477,20.48591,12.422648,80.5575,28.703716,29.979536,42.730217,10.412265,40.45724,34.096794,1.342485,72.869125,11.942225,226.76588,8.113655,323.67087,21.886755,938.297,150.43834,3.7397265,10.921846,170.91647,221.01746,996.6633,812.17993 +2023-12-23 02:00:00,0.0,2788.913,53.67896,16.268984,57.082115,37.710888,289.0495,33.83903,62.49782,20.0126,35.71854,277.17365,122.8677,18.028765,92.2243,0.35821986,0.33426484,55.25278,11.449526,21.064226,759.2989,13.511644,935.8989,128.56178,10.498092,43.582233,478.63864,63.62986,718.4334,240.6187,3216.7427,24.336655,2797.039,222.17319,12.919802,13.556398,59.881393,237.3536,290.08926,380.59265,44.451614,28.554306,10.944579,597.07874,165.31328,48.438595,8.457028,528.6159,12.950663,580.8514,5.92938,32.29591,0.0,751.157,1886.2805,0.2502499,115.61646,15.259504,10904.592,25.780338,0.92073333,6.6889277,17.687672,6.7815046,1.9895815,9.782168,257.01056,61.36066,6.0860248,0.6416447,2.4949093,116.25024,1.2850001,140.93503,176.83737,1832.24,287.05478,89.65148,154.8647,621.7057,30.301706,26.714533,520.302,44.806526,63.098362,10.889643,19.528807,178.68787,12.167512,10.596861,50.75685,15.295262,3912.6973,18.326626,20.50336,15.853016,9.911121,246.01196,47.07267,21.661291,7.14577,6.922072,13.858775,56.08055,84.54104,30.69012,172.72617,18.81663,4.606327,45.972977,29.250818,51.868195,106.96276,17.975542,2.0454974,17.064455,14.941425,1973.4733,16.91511,1.3525544,31.8153,11.878797,125.593,84.261116,108.430214,6.561011,81.24321,365.8129,275.27036,27.58196,275.31418,71.877235,49.59946,70.53772,75.12048,10.799053,35.752922,491.5091,2.2894995,4.437947,176.37491,24.119968,8.891514,21.234888,22.852177,228.51474,75.19331,162.05304,1262.0902,143.85997,1850.7002,1700.5189,14.84512,16.707447,1860.0966,23.664385,25.894825,464.95035,50.166508,82.30034,36.193623,152.46207,282.40103,446.02988,6.6732755,54.01274,213.52628,397.4777,11.375613,98.34157,12.127129,1.6061889,57.42222,1.0318155,1.1495283,3.5534465,11.530179,41.96681,20.44876,20.75215,515.2743,59.803986,34.996544,45.112232,15.7064905,76.786964,12.2491045,20.51838,12.416264,80.52319,28.680338,30.01035,42.74647,10.411626,40.503418,34.122623,1.3419725,72.83351,11.935256,226.74507,8.11055,323.55835,21.888899,938.6449,150.35892,3.7370756,10.920029,170.84688,220.89255,996.4168,812.4718 +2023-12-23 03:00:00,0.0,2787.6848,53.646122,16.237623,57.03522,37.688267,288.96545,33.820442,62.453037,20.008234,35.685448,276.98505,122.91797,18.017046,92.05771,0.35829097,0.33481145,55.23358,11.470859,21.082018,758.7261,13.509067,935.25415,128.5454,10.516806,43.60302,478.29822,63.658188,718.9745,240.68045,3214.7632,24.371487,2797.222,222.44215,12.940825,13.575312,59.97377,237.33331,290.06845,381.09076,44.435482,28.532694,10.943347,596.6489,165.53311,48.452282,8.451517,528.72174,12.94742,580.9215,5.9292326,32.280743,0.0,751.11755,1885.6268,0.25025922,115.49713,15.255021,10899.803,25.779963,0.9210042,6.6847734,17.677757,6.78302,1.9897779,9.776555,256.9104,61.33042,6.0800195,0.64164084,2.495759,116.25618,1.2838621,140.92035,176.65121,1831.722,286.6881,89.63678,154.84274,622.3926,30.339497,26.738575,521.0311,44.853966,63.166435,10.88636,19.52839,178.73969,12.160076,10.595236,50.76055,15.299843,3913.1426,18.325293,20.501009,15.852124,9.909611,246.1155,47.086617,21.673388,7.1465926,6.9201035,13.861456,56.079124,84.4936,30.692036,172.76001,18.81403,4.6054807,45.96584,29.235744,51.820683,106.99696,17.989862,2.0436492,17.087385,14.93388,1972.6635,16.931463,1.3500758,31.773756,11.876571,125.5666,84.275,108.410194,6.5665994,81.27046,365.65756,275.12762,27.575367,275.15897,71.92984,49.590622,70.5332,75.19792,10.808445,35.77196,491.49527,2.292736,4.443517,176.48256,24.120277,8.8904085,21.2497,22.861248,228.6303,75.23049,162.05518,1262.7734,143.65799,1850.0293,1700.2375,14.834537,16.68837,1859.5099,23.664267,25.86428,464.84933,50.121452,82.2376,36.16072,152.31339,282.32867,445.98795,6.6678395,53.9763,213.32744,397.37857,11.370876,98.3089,12.121472,1.6060586,57.431553,1.0315956,1.149232,3.5514116,11.528387,41.919243,20.442831,20.755646,515.72864,59.77453,34.977535,45.083668,15.700519,76.823586,12.249732,20.550848,12.40988,80.48888,28.656958,30.04116,42.762726,10.410988,40.5496,34.148453,1.3414601,72.7979,11.928287,226.72427,8.107444,323.44583,21.891043,938.9928,150.2795,3.7344246,10.918211,170.77728,220.76762,996.1702,812.76373 +2023-12-23 04:00:00,0.0,2786.4565,53.61328,16.206263,56.98833,37.665646,288.88138,33.801853,62.408253,20.003866,35.65235,276.79645,122.96824,18.005327,91.89111,0.35836208,0.33535805,55.214382,11.49219,21.09981,758.1532,13.506488,934.6094,128.529,10.53552,43.623802,477.9578,63.686516,719.51556,240.7422,3212.7837,24.406319,2797.405,222.71112,12.961848,13.594225,60.066147,237.31302,290.04764,381.58887,44.419353,28.51108,10.942114,596.2191,165.75293,48.465973,8.446006,528.82764,12.944178,580.9916,5.9290853,32.265575,0.0,751.0781,1884.973,0.25026855,115.37781,15.250538,10895.013,25.779589,0.921275,6.6806197,17.667843,6.784536,1.9899744,9.770943,256.81024,61.30018,6.074014,0.64163697,2.4966085,116.26212,1.2827241,140.90565,176.46506,1831.2041,286.3214,89.62207,154.82079,623.07947,30.377287,26.762617,521.7603,44.90141,63.23451,10.883078,19.527975,178.79152,12.15264,10.593612,50.764248,15.304422,3913.588,18.32396,20.498655,15.851233,9.908101,246.21901,47.100567,21.685484,7.1474156,6.918135,13.864136,56.0777,84.44616,30.693953,172.79384,18.811428,4.6046343,45.958702,29.22067,51.773167,107.03116,18.004183,2.041801,17.110315,14.926334,1971.8535,16.947817,1.3475974,31.732212,11.874344,125.54019,84.288895,108.390175,6.5721884,81.297714,365.50223,274.98492,27.568773,275.00378,71.98244,49.581787,70.52869,75.27536,10.817838,35.791004,491.48148,2.2959728,4.4490876,176.5902,24.120584,8.889303,21.264513,22.870321,228.74585,75.26768,162.05731,1263.4568,143.45601,1849.3583,1699.956,14.823952,16.669294,1858.9232,23.664148,25.833736,464.74832,50.076397,82.174866,36.12782,152.1647,282.25632,445.94604,6.6624036,53.939857,213.1286,397.27945,11.366139,98.27623,12.115816,1.6059283,57.440887,1.0313756,1.1489358,3.5493767,11.526595,41.871677,20.436903,20.75914,516.183,59.74507,34.958527,45.055107,15.694548,76.860214,12.25036,20.583315,12.403495,80.45457,28.63358,30.071974,42.77898,10.410349,40.595776,34.174282,1.3409477,72.76228,11.921317,226.70348,8.104339,323.3333,21.893187,939.3407,150.20007,3.7317739,10.916394,170.70767,220.6427,995.92365,813.0556 +2023-12-23 05:00:00,0.0,2785.228,53.580444,16.174902,56.941437,37.64303,288.79733,33.783268,62.363472,19.9995,35.61926,276.60782,123.01851,17.993607,91.72452,0.3584332,0.3359047,55.195183,11.513523,21.117603,757.5804,13.50391,933.96466,128.51262,10.5542345,43.64459,477.6174,63.714848,720.0566,240.80396,3210.804,24.44115,2797.588,222.98009,12.982871,13.613138,60.158524,237.29271,290.0268,382.087,44.403225,28.489468,10.940882,595.78937,165.97275,48.47966,8.4404955,528.9335,12.940936,581.0617,5.9289374,32.25041,0.0,751.0387,1884.3193,0.2502779,115.258484,15.246055,10890.224,25.779213,0.9215458,6.676466,17.657928,6.7860513,1.990171,9.765329,256.71008,61.269936,6.068009,0.6416331,2.4974582,116.26807,1.2815863,140.89098,176.2789,1830.6862,285.9547,89.60737,154.79884,623.76636,30.415077,26.78666,522.48944,44.94885,63.30258,10.879795,19.527561,178.84334,12.145204,10.591988,50.767944,15.309003,3914.0332,18.322624,20.496304,15.850341,9.906591,246.32254,47.114513,21.69758,7.1482387,6.916167,13.8668165,56.076275,84.39871,30.695868,172.82768,18.808826,4.603788,45.95156,29.205597,51.72565,107.06536,18.018501,2.039953,17.133244,14.91879,1971.0437,16.964172,1.3451188,31.690668,11.872118,125.51379,84.30278,108.370155,6.5777774,81.32497,365.3469,274.8422,27.56218,274.84857,72.035034,49.572952,70.52418,75.3528,10.8272295,35.810047,491.46765,2.2992094,4.454658,176.69783,24.120892,8.888198,21.279327,22.879395,228.86142,75.304855,162.05946,1264.1401,143.25403,1848.6874,1699.6747,14.813367,16.650217,1858.3367,23.66403,25.803192,464.6473,50.031345,82.11213,36.094917,152.016,282.18396,445.90414,6.6569676,53.903416,212.92976,397.18033,11.3614025,98.24355,12.110159,1.6057981,57.450222,1.0311558,1.1486396,3.5473418,11.524802,41.824112,20.430975,20.762634,516.63727,59.715614,34.939518,45.026546,15.688576,76.89684,12.250986,20.615784,12.39711,80.42026,28.610199,30.102787,42.795235,10.409711,40.641956,34.20011,1.3404353,72.72667,11.914348,226.68268,8.101233,323.22083,21.895329,939.6886,150.12065,3.7291229,10.914577,170.63808,220.51778,995.67706,813.3475 +2023-12-23 06:00:00,0.0,2783.9998,53.547604,16.143541,56.894543,37.620407,288.71326,33.76468,62.318687,19.995132,35.586166,276.41922,123.06879,17.981888,91.55792,0.3585043,0.3364513,55.175983,11.534855,21.135395,757.0075,13.501332,933.3199,128.49622,10.572948,43.665375,477.27698,63.743176,720.59766,240.8657,3208.8245,24.475985,2797.7708,223.24905,13.003895,13.632051,60.2509,237.27242,290.00598,382.5851,44.387096,28.467855,10.939649,595.35956,166.19258,48.49335,8.434984,529.03937,12.937694,581.1318,5.92879,32.23524,0.0,750.99927,1883.6656,0.25028723,115.13915,15.241571,10885.435,25.778837,0.92181665,6.672312,17.648012,6.787567,1.9903674,9.759716,256.60992,61.239697,6.0620036,0.6416292,2.498308,116.27401,1.2804483,140.87628,176.09274,1830.1682,285.58804,89.59267,154.77689,624.4532,30.452868,26.8107,523.21857,44.996292,63.370655,10.876513,19.527143,178.89516,12.137768,10.5903635,50.77164,15.313582,3914.4785,18.321291,20.493952,15.849449,9.905081,246.42607,47.12846,21.709677,7.149061,6.914198,13.869496,56.074852,84.35127,30.697783,172.86153,18.806227,4.6029415,45.944424,29.190523,51.678135,107.099556,18.032822,2.0381048,17.156174,14.911244,1970.2338,16.980526,1.3426402,31.649126,11.869892,125.48738,84.31667,108.350136,6.5833664,81.35222,365.19156,274.69946,27.555586,274.6934,72.08763,49.564114,70.51966,75.43024,10.836621,35.82909,491.45383,2.3024461,4.4602284,176.80547,24.121199,8.887093,21.29414,22.888468,228.97697,75.34203,162.0616,1264.8234,143.05205,1848.0164,1699.3932,14.802782,16.63114,1857.75,23.663912,25.772648,464.54626,49.98629,82.04939,36.062016,151.86732,282.1116,445.8622,6.6515317,53.866974,212.73093,397.0812,11.356666,98.210884,12.104503,1.6056678,57.459557,1.0309359,1.1483433,3.545307,11.52301,41.77655,20.425045,20.766129,517.0916,59.686153,34.92051,44.997982,15.682604,76.933464,12.251614,20.648252,12.390726,80.38595,28.586819,30.1336,42.81149,10.409072,40.688133,34.22594,1.3399229,72.691055,11.907378,226.66188,8.098127,323.1083,21.897472,940.0365,150.04123,3.726472,10.912759,170.56847,220.39285,995.4305,813.6394 +2023-12-23 07:00:00,0.0,2782.7715,53.514763,16.11218,56.847652,37.597786,288.6292,33.74609,62.273903,19.990767,35.55307,276.2306,123.11906,17.97017,91.391335,0.3585754,0.3369979,55.156784,11.556188,21.153187,756.4347,13.498754,932.6752,128.47983,10.591663,43.686157,476.93655,63.771503,721.13873,240.92746,3206.845,24.510817,2797.9536,223.51802,13.024918,13.650966,60.343277,237.25212,289.98517,383.08322,44.370968,28.446241,10.9384165,594.92975,166.4124,48.50704,8.429473,529.14526,12.934451,581.2019,5.9286427,32.220074,0.0,750.95984,1883.0118,0.2502966,115.01983,15.237088,10880.6455,25.778461,0.9220875,6.668158,17.638098,6.7890825,1.9905639,9.754103,256.50977,61.209454,6.0559983,0.64162534,2.4991574,116.27995,1.2793103,140.86159,175.90659,1829.6503,285.22134,89.577965,154.75493,625.1401,30.490658,26.834742,523.94775,45.04373,63.43873,10.87323,19.526728,178.94698,12.130332,10.588739,50.77534,15.318163,3914.9238,18.319958,20.4916,15.848557,9.903571,246.52959,47.142406,21.721775,7.149884,6.9122295,13.872177,56.07343,84.30383,30.699697,172.89537,18.803625,4.602095,45.937286,29.17545,51.630623,107.13376,18.047142,2.0362568,17.179104,14.903699,1969.424,16.99688,1.3401617,31.607582,11.867666,125.460976,84.33056,108.33012,6.5889554,81.37947,365.03622,274.55676,27.548992,274.5382,72.14023,49.55528,70.515144,75.50768,10.846014,35.84813,491.44003,2.3056827,4.4657984,176.91312,24.121506,8.885988,21.308952,22.897541,229.09253,75.37922,162.06374,1265.5067,142.85007,1847.3455,1699.1118,14.792197,16.612062,1857.1633,23.663792,25.742104,464.44525,49.94124,81.986664,36.029114,151.71863,282.03925,445.8203,6.646096,53.830532,212.53209,396.98212,11.351929,98.178215,12.098846,1.6055375,57.46889,1.030716,1.148047,3.543272,11.521218,41.728985,20.419117,20.769623,517.54596,59.656696,34.901497,44.96942,15.676633,76.97009,12.252241,20.680721,12.384341,80.35164,28.56344,30.164413,42.827744,10.408434,40.734314,34.251766,1.3394105,72.65545,11.900409,226.64107,8.095021,322.9958,21.899616,940.3844,149.9618,3.723821,10.910942,170.49887,220.26793,995.1839,813.9313 +2023-12-23 08:00:00,0.0,2781.5432,53.481926,16.080822,56.80076,37.575165,288.54514,33.727505,62.229122,19.986399,35.519978,276.042,123.16933,17.95845,91.22474,0.3586465,0.33754453,55.137585,11.577519,21.170979,755.8618,13.496176,932.0304,128.46344,10.610377,43.706944,476.59613,63.799835,721.6798,240.98921,3204.8655,24.545649,2798.1365,223.78699,13.04594,13.669879,60.435658,237.23183,289.96432,383.58136,44.35484,28.42463,10.937184,594.49994,166.63222,48.52073,8.423963,529.2511,12.93121,581.27203,5.9284954,32.204906,0.0,750.9204,1882.3582,0.25030592,114.900505,15.232605,10875.856,25.778086,0.9223583,6.6640043,17.628183,6.790598,1.9907603,9.748489,256.4096,61.17921,6.0499935,0.6416215,2.5000072,116.2859,1.2781725,140.84691,175.72043,1829.1323,284.85464,89.56326,154.73297,625.82697,30.528448,26.858784,524.6769,45.091175,63.5068,10.869947,19.526314,178.99881,12.122896,10.587114,50.779037,15.322742,3915.3691,18.318624,20.489246,15.847666,9.902061,246.63312,47.156353,21.733871,7.1507072,6.910261,13.874857,56.072002,84.25639,30.701612,172.9292,18.801023,4.6012487,45.930145,29.160376,51.583107,107.16796,18.061462,2.0344086,17.202034,14.896153,1968.614,17.013233,1.3376831,31.566038,11.86544,125.43457,84.344444,108.3101,6.594544,81.406715,364.8809,274.41403,27.542398,274.383,72.19283,49.54644,70.510635,75.58512,10.855406,35.867172,491.4262,2.3089194,4.471369,177.02075,24.121813,8.884883,21.323767,22.906614,229.20808,75.4164,162.06587,1266.19,142.64809,1846.6744,1698.8303,14.781612,16.592987,1856.5767,23.663673,25.71156,464.34424,49.896183,81.92393,35.996212,151.56995,281.96686,445.7784,6.6406603,53.794094,212.33325,396.883,11.347192,98.145546,12.09319,1.6054074,57.478226,1.0304961,1.1477507,3.541237,11.519426,41.68142,20.413189,20.773119,518.0003,59.62724,34.88249,44.94086,15.670661,77.00672,12.252868,20.71319,12.377957,80.31733,28.54006,30.195227,42.844,10.407795,40.78049,34.277596,1.3388981,72.619835,11.893439,226.62027,8.091916,322.88327,21.90176,940.7323,149.88239,3.72117,10.909124,170.42928,220.14302,994.9374,814.22314 +2023-12-23 09:00:00,0.0,2780.315,53.449085,16.049461,56.753864,37.552544,288.46106,33.708916,62.184338,19.982033,35.48688,275.85336,123.2196,17.94673,91.05814,0.35871762,0.33809114,55.118385,11.598852,21.18877,755.28894,13.493598,931.3857,128.44705,10.629092,43.72773,476.2557,63.828163,722.2209,241.05096,3202.886,24.58048,2798.3196,224.05595,13.066964,13.688792,60.528034,237.21153,289.9435,384.07947,44.33871,28.403017,10.935951,594.0702,166.85204,48.534416,8.418451,529.35693,12.927967,581.3421,5.928348,32.189735,0.0,750.8809,1881.7045,0.25031528,114.78117,15.228121,10871.066,25.77771,0.9226291,6.6598506,17.618269,6.792114,1.9909569,9.742877,256.30945,61.148968,6.043988,0.6416176,2.5008566,116.29184,1.2770345,140.83221,175.53427,1828.6144,284.48798,89.54855,154.71103,626.51385,30.566238,26.882824,525.40607,45.13862,63.574875,10.866665,19.525896,179.05063,12.115459,10.58549,50.782734,15.327323,3915.8145,18.317291,20.486895,15.846774,9.900552,246.73665,47.1703,21.745968,7.15153,6.908293,13.877538,56.07058,84.208954,30.703527,172.96304,18.798422,4.6004024,45.923008,29.145302,51.53559,107.202156,18.07578,2.0325606,17.224964,14.888608,1967.8042,17.029587,1.3352045,31.524494,11.863214,125.408165,84.35834,108.29008,6.600133,81.43397,364.72556,274.2713,27.535803,274.2278,72.24543,49.537605,70.50612,75.66256,10.864798,35.886215,491.4124,2.312156,4.476939,177.12839,24.12212,8.883778,21.33858,22.915688,229.32364,75.45358,162.06801,1266.8732,142.4461,1846.0035,1698.549,14.7710285,16.57391,1855.99,23.663555,25.681015,464.24323,49.85113,81.86119,35.96331,151.42125,281.8945,445.7365,6.6352243,53.757652,212.13441,396.78387,11.342455,98.11288,12.087534,1.6052771,57.48756,1.0302762,1.1474545,3.5392025,11.517634,41.633854,20.40726,20.776613,518.45465,59.597782,34.86348,44.9123,15.664689,77.04335,12.253495,20.745659,12.3715725,80.28302,28.516682,30.22604,42.860256,10.407157,40.82667,34.303425,1.3383857,72.58422,11.88647,226.59947,8.08881,322.77075,21.903902,941.0802,149.80296,3.7185192,10.907307,170.35966,220.0181,994.6908,814.5151 +2023-12-23 10:00:00,0.0,2779.0867,53.416245,16.0181,56.706974,37.529922,288.377,33.690327,62.139557,19.977665,35.45379,275.66476,123.26987,17.93501,90.89155,0.35878873,0.33863774,55.09919,11.620184,21.206562,754.7161,13.491019,930.7409,128.43066,10.647806,43.748512,475.9153,63.85649,722.76196,241.11272,3200.9062,24.615313,2798.5024,224.32492,13.087987,13.7077055,60.620415,237.19122,289.9227,384.57758,44.322582,28.381403,10.934719,593.6404,167.07187,48.548107,8.41294,529.4628,12.924726,581.41223,5.9282007,32.17457,0.0,750.8415,1881.0507,0.2503246,114.66185,15.223638,10866.277,25.777336,0.92289996,6.6556964,17.608355,6.793629,1.9911534,9.737264,256.2093,61.11873,6.037983,0.6416137,2.5017064,116.29778,1.2758965,140.81752,175.34811,1828.0964,284.12128,89.53385,154.68907,627.2007,30.604029,26.906866,526.1352,45.186058,63.64295,10.863381,19.52548,179.10245,12.108024,10.583866,50.786434,15.3319025,3916.2598,18.315958,20.484543,15.845882,9.899041,246.84018,47.184246,21.758064,7.152353,6.9063244,13.880218,56.069157,84.161514,30.705444,172.99689,18.795822,4.599556,45.91587,29.130228,51.488075,107.23636,18.090101,2.0307124,17.247892,14.881063,1966.9943,17.04594,1.332726,31.482952,11.860988,125.38176,84.37222,108.27006,6.605722,81.46122,364.57022,274.1286,27.52921,274.07263,72.29803,49.528767,70.5016,75.74,10.874189,35.905254,491.3986,2.3153927,4.4825096,177.23602,24.122427,8.882672,21.353392,22.92476,229.4392,75.49076,162.07014,1267.5565,142.24413,1845.3325,1698.2675,14.760444,16.554832,1855.4034,23.663437,25.65047,464.1422,49.806076,81.798454,35.930405,151.27257,281.82214,445.69458,6.6297884,53.72121,211.93558,396.68475,11.337718,98.0802,12.081878,1.6051468,57.496895,1.0300562,1.1471583,3.5371675,11.515842,41.586292,20.401333,20.780107,518.909,59.568325,34.84447,44.883736,15.658718,77.07997,12.254123,20.778128,12.365189,80.24871,28.493301,30.256853,42.87651,10.406519,40.87285,34.329254,1.3378733,72.54861,11.8795,226.57867,8.085705,322.65823,21.906046,941.4281,149.72354,3.7158682,10.90549,170.29007,219.89317,994.4442,814.80695 +2023-12-23 11:00:00,0.0,2777.8584,53.383408,15.98674,56.66008,37.5073,288.29294,33.67174,62.094772,19.973299,35.420696,275.47614,123.320145,17.923292,90.72496,0.35885987,0.33918434,55.07999,11.641517,21.224356,754.14325,13.488441,930.0961,128.41428,10.66652,43.7693,475.5749,63.88482,723.30304,241.17445,3198.9268,24.650145,2798.6853,224.59389,13.10901,13.726619,60.71279,237.17093,289.90186,385.0757,44.30645,28.35979,10.933486,593.2106,167.29169,48.561794,8.40743,529.5687,12.921483,581.4823,5.9280534,32.1594,0.0,750.80206,1880.397,0.25033394,114.54253,15.219154,10861.488,25.77696,0.9231708,6.6515427,17.59844,6.795145,1.9913498,9.73165,256.10913,61.088486,6.0319777,0.6416098,2.502556,116.30373,1.2747586,140.80284,175.16196,1827.5785,283.75458,89.51915,154.66711,627.8876,30.641819,26.930908,526.8643,45.2335,63.711025,10.860099,19.525066,179.15427,12.100588,10.582242,50.79013,15.336483,3916.7053,18.314625,20.482191,15.844991,9.8975315,246.9437,47.198196,21.77016,7.1531754,6.9043555,13.882897,56.06773,84.114075,30.70736,173.03073,18.79322,4.5987096,45.90873,29.115154,51.440563,107.27055,18.104422,2.0288641,17.270823,14.873518,1966.1844,17.062294,1.3302474,31.441408,11.858762,125.355354,84.386116,108.25004,6.611311,81.48847,364.4149,273.98587,27.522615,273.91742,72.350624,49.51993,70.49709,75.81744,10.883582,35.924297,491.38477,2.3186293,4.48808,177.34366,24.122734,8.881567,21.368206,22.933834,229.55475,75.52794,162.07228,1268.2397,142.04214,1844.6616,1697.986,14.749859,16.535755,1854.8168,23.663319,25.619926,464.04117,49.76102,81.73572,35.897503,151.12389,281.7498,445.65268,6.6243525,53.68477,211.73674,396.58566,11.332981,98.04753,12.076221,1.6050165,57.50623,1.0298364,1.146862,3.5351326,11.51405,41.538727,20.395405,20.783602,519.36334,59.538864,34.825462,44.855175,15.652746,77.1166,12.25475,20.810596,12.358804,80.21439,28.469923,30.287666,42.892765,10.40588,40.91903,34.355083,1.3373609,72.51299,11.872532,226.55788,8.082599,322.54572,21.90819,941.776,149.64412,3.7132173,10.903672,170.22046,219.76825,994.19763,815.0988 +2023-12-23 12:00:00,0.0,2776.6301,53.350567,15.9553795,56.613186,37.48468,288.2089,33.653152,62.049988,19.968933,35.3876,275.28754,123.370415,17.911572,90.558365,0.35893098,0.33973098,55.06079,11.662848,21.242147,753.57043,13.485864,929.4514,128.39789,10.685235,43.790085,475.23447,63.91315,723.8441,241.2362,3196.9473,24.684978,2798.8682,224.86285,13.1300335,13.745532,60.80517,237.15063,289.88104,385.57382,44.29032,28.338179,10.932254,592.7808,167.5115,48.575485,8.401918,529.67456,12.918241,581.5524,5.927906,32.144234,0.0,750.76263,1879.7433,0.2503433,114.423195,15.214671,10856.699,25.776585,0.9234416,6.647389,17.588524,6.7966604,1.9915464,9.726037,256.00897,61.058243,6.0259724,0.6416059,2.5034056,116.30967,1.2736207,140.78815,174.9758,1827.0605,283.3879,89.50444,154.64517,628.57446,30.67961,26.954948,527.5935,45.28094,63.7791,10.856816,19.52465,179.20609,12.093151,10.580618,50.793827,15.341063,3917.1506,18.313292,20.47984,15.844099,9.896022,247.04723,47.212143,21.782259,7.1539984,6.902387,13.885578,56.066307,84.066635,30.709274,173.06456,18.790619,4.597863,45.901592,29.10008,51.393047,107.304756,18.118742,2.0270162,17.293753,14.8659725,1965.3746,17.078648,1.3277688,31.399864,11.856536,125.32895,84.4,108.23002,6.6168995,81.515724,364.25955,273.84314,27.516022,273.76224,72.40322,49.511093,70.49258,75.894875,10.892974,35.94334,491.37097,2.321866,4.4936504,177.45131,24.123041,8.880462,21.383018,22.942907,229.6703,75.565125,162.07442,1268.9231,141.84018,1843.9906,1697.7046,14.739274,16.51668,1854.2301,23.663198,25.589382,463.94016,49.71597,81.67298,35.8646,150.97519,281.67743,445.61078,6.6189165,53.648327,211.5379,396.48654,11.328244,98.01486,12.070564,1.6048863,57.515564,1.0296165,1.1465658,3.5330977,11.512258,41.49116,20.389477,20.787096,519.8177,59.509407,34.806454,44.826614,15.646774,77.15323,12.255377,20.843065,12.35242,80.180084,28.446543,30.318478,42.90902,10.405242,40.965206,34.380913,1.3368485,72.47738,11.865562,226.53706,8.0794935,322.4332,21.910334,942.1239,149.5647,3.7105663,10.901855,170.15086,219.64333,993.95105,815.39075 +2023-12-23 13:00:00,0.0,2775.4016,53.31773,15.924019,56.566296,37.46206,288.12482,33.634563,62.005207,19.964565,35.354507,275.0989,123.420685,17.899853,90.39177,0.35900208,0.34027758,55.04159,11.684181,21.25994,752.99756,13.483285,928.80664,128.38148,10.703949,43.810867,474.89404,63.94148,724.38513,241.29796,3194.9678,24.71981,2799.051,225.13182,13.151056,13.764445,60.897545,237.13034,289.86023,386.07193,44.274193,28.316565,10.931021,592.351,167.73134,48.589172,8.396407,529.78046,12.914999,581.6225,5.9277587,32.129066,0.0,750.72314,1879.0895,0.25035262,114.30387,15.210188,10851.909,25.776209,0.92371243,6.6432347,17.578611,6.798176,1.9917428,9.720424,255.90881,61.028,6.019967,0.64160204,2.5042553,116.31562,1.2724828,140.77347,174.78966,1826.5426,283.0212,89.48974,154.62321,629.26135,30.7174,26.97899,528.32263,45.328384,63.84717,10.853534,19.524235,179.25792,12.085715,10.578993,50.797527,15.345643,3917.596,18.311956,20.477486,15.843207,9.894512,247.15076,47.22609,21.794355,7.1548214,6.9004188,13.888258,56.06488,84.019196,30.71119,173.0984,18.78802,4.597017,45.894455,29.085007,51.34553,107.33895,18.13306,2.025168,17.316683,14.858427,1964.5647,17.095001,1.3252903,31.358322,11.854309,125.30254,84.413895,108.21,6.6224885,81.54298,364.10422,273.70044,27.509428,273.60703,72.455826,49.50226,70.48806,75.97232,10.902366,35.962383,491.35715,2.3251026,4.4992204,177.55894,24.123348,8.879356,21.397831,22.95198,229.78586,75.6023,162.07657,1269.6064,141.6382,1843.3197,1697.4231,14.728689,16.497602,1853.6434,23.66308,25.558838,463.83914,49.670914,81.61025,35.8317,150.8265,281.60507,445.56885,6.613481,53.611885,211.33907,396.38742,11.323507,97.98219,12.064908,1.604756,57.5249,1.0293965,1.1462696,3.5310628,11.510466,41.443596,20.383549,20.790592,520.272,59.47995,34.78744,44.79805,15.640803,77.18985,12.256004,20.875534,12.346035,80.145775,28.423164,30.34929,42.925274,10.404603,41.011387,34.406742,1.3363361,72.441765,11.858593,226.51627,8.076387,322.3207,21.912477,942.4718,149.48528,3.7079153,10.900038,170.08127,219.5184,993.70447,815.6826 +2023-12-23 14:00:00,0.0,2774.1733,53.28489,15.892659,56.5194,37.439438,288.04077,33.61598,61.960423,19.9602,35.321415,274.9103,123.470955,17.888134,90.22518,0.3590732,0.3408242,55.022392,11.705513,21.27773,752.42474,13.480707,928.1619,128.3651,10.722664,43.831654,474.55362,63.969807,724.9262,241.35971,3192.988,24.754642,2799.2341,225.40079,13.172079,13.783359,60.98992,237.11005,289.83942,386.57007,44.258064,28.294952,10.929789,591.9212,167.95116,48.602863,8.390896,529.8863,12.9117565,581.6926,5.927611,32.1139,0.0,750.6837,1878.4358,0.25036198,114.18455,15.205705,10847.12,25.775833,0.9239833,6.639081,17.568695,6.7996917,1.9919393,9.71481,255.80865,60.99776,6.0139623,0.64159817,2.505105,116.32156,1.2713448,140.75877,174.6035,1826.0247,282.6545,89.47504,154.60126,629.9482,30.75519,27.003033,529.05176,45.375824,63.915245,10.850251,19.523819,179.30974,12.0782795,10.577369,50.801224,15.350223,3918.0413,18.310623,20.475134,15.842316,9.893002,247.25427,47.240036,21.806452,7.155644,6.8984504,13.890939,56.063457,83.971756,30.713104,173.13225,18.785418,4.5961704,45.887314,29.069931,51.298016,107.37315,18.14738,2.02332,17.339613,14.850882,1963.7549,17.111357,1.3228117,31.316778,11.852083,125.27614,84.42778,108.18998,6.6280775,81.57023,363.94888,273.5577,27.502834,273.45184,72.50842,49.49342,70.48355,76.04976,10.911757,35.981422,491.34335,2.3283393,4.504791,177.66658,24.123655,8.878251,21.412645,22.961054,229.90141,75.63948,162.0787,1270.2897,141.43622,1842.6487,1697.1417,14.718104,16.478525,1853.0568,23.662962,25.528294,463.73813,49.625862,81.547516,35.798798,150.67781,281.5327,445.52695,6.608045,53.575443,211.14023,396.2883,11.31877,97.94952,12.059252,1.6046257,57.534233,1.0291767,1.1459733,3.529028,11.508674,41.396034,20.37762,20.794086,520.7263,59.450493,34.768433,44.76949,15.634831,77.22648,12.256632,20.908003,12.339651,80.111465,28.399784,30.380104,42.94153,10.403965,41.057568,34.43257,1.3358238,72.40615,11.851624,226.49547,8.073282,322.2082,21.91462,942.8197,149.40585,3.7052643,10.89822,170.01166,219.3935,993.45795,815.9745 +2023-12-23 15:00:00,0.0,2772.945,53.25205,15.861299,56.472507,37.416817,287.9567,33.59739,61.915638,19.955832,35.28832,274.72168,123.521225,17.876415,90.058586,0.3591443,0.34137082,55.003193,11.726846,21.295523,751.85187,13.478129,927.51715,128.34871,10.741378,43.85244,474.21323,63.99814,725.4673,241.42146,3191.0085,24.789474,2799.417,225.66975,13.193103,13.802272,61.0823,237.08974,289.81857,387.06818,44.241936,28.27334,10.928556,591.49146,168.17097,48.616554,8.3853855,529.9922,12.908514,581.76276,5.9274635,32.098732,0.0,750.6443,1877.7821,0.2503713,114.065216,15.201221,10842.331,25.775457,0.92425406,6.6349273,17.55878,6.801207,1.9921358,9.709198,255.7085,60.967518,6.007957,0.6415943,2.5059545,116.32751,1.2702069,140.74408,174.41734,1825.5067,282.28784,89.46033,154.5793,630.6351,30.79298,27.027075,529.78094,45.423267,63.98332,10.846969,19.523403,179.36156,12.070844,10.575745,50.80492,15.354803,3918.4866,18.30929,20.472782,15.841424,9.891492,247.3578,47.253983,21.818548,7.156467,6.896482,13.893619,56.062035,83.92432,30.715021,173.16609,18.782816,4.595324,45.880177,29.054857,51.250504,107.40735,18.161701,2.0214717,17.362541,14.843337,1962.945,17.12771,1.3203331,31.275234,11.849857,125.24973,84.44167,108.16996,6.6336665,81.59748,363.79355,273.41498,27.49624,273.29666,72.56102,49.484585,70.479034,76.1272,10.92115,36.000465,491.32953,2.3315759,4.510361,177.77422,24.123962,8.877146,21.427458,22.970127,230.01697,75.67667,162.08084,1270.9729,141.23424,1841.9778,1696.8602,14.7075205,16.459448,1852.4702,23.662844,25.49775,463.63712,49.580807,81.48478,35.765896,150.52913,281.46036,445.48505,6.602609,53.539,210.94139,396.1892,11.314034,97.91685,12.053596,1.6044955,57.543568,1.0289568,1.1456771,3.526993,11.506882,41.34847,20.37169,20.79758,521.18066,59.421036,34.749424,44.74093,15.6288595,77.26311,12.257258,20.940472,12.333266,80.077156,28.376404,30.410917,42.957783,10.403326,41.103745,34.458397,1.3353113,72.37054,11.844654,226.47467,8.070176,322.09567,21.916763,943.1676,149.32643,3.7026136,10.896403,169.94206,219.26857,993.21136,816.2664 +2023-12-23 16:00:00,0.0,2771.7168,53.21921,15.829938,56.425617,37.394196,287.87265,33.5788,61.870857,19.951466,35.255226,274.53308,123.5715,17.864695,89.89199,0.3592154,0.34191743,54.983994,11.748178,21.313316,751.279,13.475551,926.87244,128.33232,10.760093,43.873226,473.8728,64.02647,726.00836,241.48322,3189.029,24.824306,2799.5999,225.93872,13.214126,13.821185,61.17468,237.06944,289.79776,387.56628,44.225807,28.251726,10.927323,591.06165,168.3908,48.63024,8.379874,530.098,12.9052725,581.8328,5.927316,32.083565,0.0,750.60486,1877.1283,0.25038067,113.94589,15.196737,10837.542,25.775084,0.9245249,6.6307735,17.548866,6.802723,1.9923323,9.703585,255.60834,60.937275,6.0019517,0.6415904,2.5068042,116.33345,1.269069,140.7294,174.23119,1824.9888,281.92114,89.445625,154.55736,631.32196,30.83077,27.051115,530.5101,45.47071,64.05139,10.843686,19.522987,179.41338,12.063407,10.5741205,50.808617,15.359383,3918.932,18.307957,20.47043,15.840532,9.889982,247.46133,47.26793,21.830645,7.1572895,6.894513,13.896299,56.060608,83.87688,30.716936,173.19992,18.780214,4.5944777,45.87304,29.039783,51.202988,107.44155,18.176022,2.0196238,17.385471,14.835792,1962.1351,17.144064,1.3178546,31.23369,11.847631,125.22332,84.45556,108.14994,6.6392555,81.62473,363.6382,273.27228,27.489647,273.14145,72.61362,49.475746,70.47452,76.204636,10.930542,36.01951,491.3157,2.3348126,4.5159316,177.88187,24.12427,8.87604,21.44227,22.9792,230.13252,75.713844,162.08298,1271.6562,141.03226,1841.3069,1696.5789,14.696936,16.44037,1851.8835,23.662724,25.467205,463.53607,49.535755,81.42204,35.732994,150.38045,281.38797,445.44315,6.597173,53.50256,210.74255,396.0901,11.309298,97.88418,12.047939,1.6043652,57.552902,1.0287368,1.1453807,3.5249584,11.50509,41.300903,20.365763,20.801075,521.635,59.391575,34.730415,44.712364,15.622889,77.29973,12.257886,20.972939,12.326882,80.04285,28.353025,30.44173,42.974037,10.402688,41.149925,34.484226,1.3347989,72.33492,11.837685,226.45387,8.067071,321.98315,21.918907,943.5155,149.24701,3.6999626,10.894586,169.87245,219.14365,992.9648,816.5583 +2023-12-23 17:00:00,0.0,2770.4885,53.18637,15.798577,56.378723,37.371574,287.78857,33.560215,61.826073,19.947098,35.22213,274.34445,123.62177,17.852976,89.725395,0.35928652,0.34246403,54.964794,11.76951,21.331108,750.7062,13.472973,926.22766,128.31593,10.778807,43.89401,473.53238,64.054794,726.54944,241.54497,3187.0496,24.859138,2799.7827,226.20769,13.235148,13.840098,61.267056,237.04915,289.77695,388.06442,44.20968,28.230114,10.926091,590.63184,168.61063,48.643932,8.374363,530.20386,12.90203,581.90295,5.927169,32.068394,0.0,750.5655,1876.4746,0.25039,113.82657,15.192254,10832.753,25.774708,0.92479575,6.6266193,17.538952,6.8042383,1.9925288,9.697971,255.50818,60.907032,5.9959464,0.64158654,2.507654,116.33939,1.267931,140.7147,174.04503,1824.4708,281.55444,89.43092,154.5354,632.00885,30.86856,27.075157,531.2392,45.51815,64.11946,10.840404,19.522572,179.4652,12.055971,10.572496,50.812317,15.363963,3919.3772,18.306623,20.468079,15.839641,9.888473,247.56487,47.28188,21.842741,7.1581125,6.8925447,13.898979,56.059185,83.82944,30.718851,173.23376,18.777615,4.5936313,45.8659,29.02471,51.15547,107.475746,18.19034,2.0177755,17.408401,14.828246,1961.3252,17.160418,1.315376,31.192148,11.845406,125.196915,84.469444,108.12992,6.644844,81.65198,363.48288,273.12955,27.483053,272.98627,72.666214,49.46691,70.47001,76.282074,10.939934,36.03855,491.3019,2.3380492,4.521502,177.9895,24.124578,8.874936,21.457085,22.988274,230.24808,75.75102,162.08511,1272.3395,140.83028,1840.6359,1696.2974,14.686351,16.421295,1851.2969,23.662605,25.436659,463.43506,49.4907,81.35931,35.700092,150.23175,281.3156,445.4012,6.5917373,53.46612,210.54372,395.99097,11.304561,97.85151,12.042283,1.6042349,57.562237,1.028517,1.1450845,3.5229235,11.503297,41.253338,20.359835,20.80457,522.08936,59.362118,34.711407,44.683804,15.616917,77.33636,12.258513,21.005407,12.3204975,80.00854,28.329645,30.472544,42.99029,10.402049,41.196102,34.510056,1.3342866,72.29932,11.830715,226.43307,8.063965,321.87064,21.921051,943.8634,149.16759,3.6973116,10.892768,169.80286,219.01872,992.7182,816.85016 +2023-12-23 18:00:00,0.0,2769.2603,53.15353,15.767217,56.33183,37.348953,287.7045,33.541626,61.78129,19.942732,35.189037,274.15585,123.67204,17.841257,89.55881,0.35935763,0.34301063,54.945595,11.790843,21.3489,750.1333,13.470395,925.58295,128.29955,10.797521,43.914795,473.19196,64.08312,727.0905,241.60672,3185.07,24.89397,2799.9656,226.47665,13.256172,13.859012,61.359436,237.02885,289.7561,388.56253,44.19355,28.208502,10.924858,590.202,168.83044,48.65762,8.368853,530.30975,12.8987875,581.973,5.9270215,32.053226,0.0,750.526,1875.8209,0.25039932,113.70724,15.187771,10827.963,25.774332,0.9250666,6.6224656,17.529037,6.8057537,1.9927253,9.692358,255.40802,60.876793,5.989941,0.64158267,2.5085034,116.34534,1.2667931,140.70001,173.85887,1823.9529,281.18777,89.416214,154.51344,632.6957,30.906351,27.0992,531.9684,45.565594,64.18754,10.837121,19.522156,179.51703,12.048535,10.570872,50.816013,15.368543,3919.8225,18.30529,20.465725,15.838749,9.886962,247.66838,47.295826,21.85484,7.1589355,6.8905764,13.90166,56.057762,83.782,30.720766,173.26761,18.775013,4.592785,45.85876,29.009636,51.107956,107.50995,18.20466,2.0159273,17.431332,14.820701,1960.5154,17.176771,1.3128974,31.150604,11.843179,125.17051,84.48334,108.1099,6.650433,81.67923,363.32755,272.98682,27.476458,272.8311,72.71882,49.458076,70.46549,76.35952,10.949326,36.05759,491.2881,2.341286,4.5270724,178.09714,24.124886,8.873831,21.471897,22.997347,230.36365,75.78821,162.08725,1273.0227,140.6283,1839.965,1696.016,14.675766,16.402218,1850.7102,23.662487,25.406115,463.33405,49.445644,81.29657,35.66719,150.08307,281.24326,445.3593,6.5863013,53.42968,210.34488,395.89185,11.299824,97.81883,12.036627,1.6041046,57.57157,1.0282971,1.1447883,3.5208886,11.501505,41.205776,20.353907,20.808064,522.5437,59.33266,34.692398,44.655243,15.610945,77.372986,12.25914,21.037876,12.314113,79.97423,28.306267,30.503357,43.00655,10.401411,41.242283,34.535885,1.3337741,72.2637,11.823746,226.41226,8.06086,321.75812,21.923193,944.2113,149.08817,3.6946607,10.890951,169.73326,218.8938,992.4716,817.1421 +2023-12-23 19:00:00,0.0,2768.032,53.120693,15.735857,56.28494,37.326332,287.62045,33.523037,61.736507,19.938364,35.155945,273.96722,123.72231,17.829536,89.39221,0.35942873,0.34355727,54.926395,11.812175,21.366692,749.5605,13.467816,924.9382,128.28314,10.816236,43.93558,472.85153,64.11146,727.6316,241.66847,3183.0903,24.928804,2800.1487,226.74562,13.277195,13.877925,61.451813,237.00856,289.7353,389.06064,44.177418,28.186888,10.923626,589.7723,169.05026,48.67131,8.363341,530.41565,12.895546,582.04315,5.926874,32.03806,0.0,750.4866,1875.1671,0.25040868,113.58791,15.183288,10823.174,25.773956,0.9253374,6.618312,17.519123,6.8072696,1.9929217,9.686745,255.30786,60.84655,5.983936,0.6415788,2.5093532,116.35128,1.2656552,140.68533,173.67271,1823.4349,280.82108,89.40151,154.49149,633.38257,30.944141,27.12324,532.6975,45.613033,64.25561,10.833838,19.52174,179.56885,12.0411,10.569247,50.81971,15.373123,3920.2678,18.303957,20.463373,15.837857,9.885452,247.77191,47.309772,21.866936,7.159758,6.888608,13.90434,56.056335,83.73456,30.722681,173.30145,18.772411,4.5919385,45.851624,28.994562,51.060444,107.54414,18.21898,2.0140793,17.454262,14.813155,1959.7054,17.193125,1.310419,31.10906,11.840953,125.144104,84.49722,108.08988,6.656022,81.70648,363.1722,272.84412,27.469864,272.67587,72.771416,49.449238,70.460976,76.43696,10.958718,36.076633,491.27426,2.3445225,4.532643,178.20477,24.125193,8.8727255,21.48671,23.00642,230.4792,75.825386,162.08939,1273.706,140.42632,1839.294,1695.7345,14.665181,16.38314,1850.1235,23.662369,25.37557,463.23303,49.400593,81.23384,35.63429,149.93437,281.1709,445.3174,6.5808654,53.393238,210.14604,395.79276,11.295087,97.78616,12.030971,1.6039745,57.580906,1.0280771,1.144492,3.5188537,11.499713,41.15821,20.347979,20.81156,522.99805,59.303204,34.67339,44.62668,15.604974,77.40961,12.259768,21.070345,12.307729,79.93991,28.282887,30.53417,43.022804,10.400772,41.28846,34.561714,1.3332617,72.22809,11.816776,226.39146,8.057754,321.6456,21.925337,944.5592,149.00874,3.6920097,10.889133,169.66365,218.76888,992.22504,817.43396 +2023-12-23 20:00:00,0.0,2766.8035,53.087852,15.704496,56.238045,37.30371,287.53638,33.50445,61.691723,19.933998,35.12285,273.77863,123.77258,17.817818,89.22562,0.35949984,0.34410387,54.9072,11.833508,21.384483,748.9876,13.465239,924.2934,128.26675,10.8349495,43.956364,472.51114,64.139786,728.17267,241.73021,3181.1108,24.963636,2800.3315,227.01459,13.298218,13.896838,61.54419,236.98825,289.71448,389.55878,44.16129,28.165276,10.922393,589.34247,169.2701,48.684998,8.35783,530.5215,12.892303,582.1132,5.926727,32.022892,0.0,750.44714,1874.5134,0.250418,113.46859,15.178804,10818.385,25.77358,0.9256082,6.6141577,17.509209,6.808785,1.9931183,9.681131,255.2077,60.816307,5.9779305,0.6415749,2.510203,116.35722,1.2645172,140.67064,173.48656,1822.917,280.45438,89.38681,154.46954,634.06946,30.98193,27.147282,533.42664,45.660477,64.323685,10.830556,19.521324,179.62067,12.033663,10.567623,50.82341,15.377703,3920.7134,18.302624,20.461021,15.836966,9.883943,247.87544,47.32372,21.879032,7.160581,6.8866396,13.907021,56.054913,83.68712,30.724596,173.33528,18.769812,4.591092,45.844482,28.979488,51.012928,107.57835,18.233301,2.012231,17.477192,14.805611,1958.8956,17.209478,1.3079404,31.067516,11.838727,125.1177,84.511116,108.06986,6.661611,81.733734,363.01688,272.7014,27.46327,272.5207,72.82401,49.440403,70.45647,76.5144,10.96811,36.095676,491.26047,2.3477592,4.538213,178.31241,24.1255,8.87162,21.501524,23.015493,230.59476,75.86257,162.09152,1274.3894,140.22433,1838.623,1695.4531,14.654596,16.364063,1849.537,23.66225,25.345026,463.13202,49.355537,81.171104,35.601387,149.78569,281.09854,445.2755,6.57543,53.356796,209.9472,395.69363,11.29035,97.753494,12.025314,1.6038442,57.59024,1.0278573,1.1441958,3.5168188,11.497921,41.110645,20.34205,20.815054,523.4524,59.273746,34.654377,44.598118,15.599002,77.446236,12.260395,21.102814,12.301344,79.9056,28.259508,30.564983,43.03906,10.400134,41.33464,34.587543,1.3327494,72.192474,11.809807,226.37067,8.054648,321.53308,21.92748,944.90704,148.92932,3.6893587,10.887316,169.59406,218.64397,991.97845,817.7258 +2023-12-23 21:00:00,0.0,2765.5752,53.055016,15.673136,56.19115,37.28109,287.45233,33.485863,61.64694,19.92963,35.089756,273.59,123.82286,17.806099,89.05903,0.35957095,0.34465048,54.888,11.854839,21.402275,748.4148,13.462661,923.6487,128.25037,10.853664,43.97715,472.17072,64.16811,728.7137,241.79196,3179.1313,24.998468,2800.5144,227.28355,13.319242,13.915751,61.636566,236.96796,289.69363,390.0569,44.14516,28.143663,10.921161,588.91266,169.48991,48.69869,8.35232,530.6274,12.889061,582.18335,5.9265795,32.007725,0.0,750.4077,1873.8597,0.25042737,113.34926,15.174321,10813.596,25.773205,0.92587906,6.610004,17.499294,6.8103004,1.9933147,9.675519,255.10754,60.786064,5.9719257,0.641571,2.5110524,116.36317,1.2633793,140.65594,173.3004,1822.399,280.0877,89.3721,154.44759,634.75635,31.01972,27.171324,534.1558,45.707916,64.391754,10.827273,19.520908,179.67249,12.026227,10.565999,50.827106,15.382283,3921.1587,18.30129,20.45867,15.836074,9.882433,247.97897,47.337666,21.891129,7.1614037,6.8846707,13.9097,56.05349,83.63968,30.726513,173.36913,18.76721,4.5902457,45.837345,28.964415,50.965412,107.61254,18.24762,2.0103831,17.50012,14.798065,1958.0857,17.225832,1.3054618,31.025974,11.836501,125.09129,84.525,108.04984,6.6672,81.76099,362.86154,272.55865,27.456676,272.3655,72.87661,49.431564,70.45195,76.591835,10.977502,36.114716,491.24664,2.3509958,4.543783,178.42006,24.125807,8.870515,21.516336,23.024565,230.71031,75.89975,162.09366,1275.0726,140.02235,1837.952,1695.1716,14.644012,16.344988,1848.9503,23.66213,25.314482,463.03098,49.310486,81.10837,35.568485,149.63701,281.02618,445.23358,6.569994,53.320354,209.74837,395.5945,11.285613,97.720825,12.019657,1.6037139,57.599575,1.0276374,1.1438996,3.5147839,11.496129,41.06308,20.336123,20.818548,523.9067,59.244286,34.63537,44.569557,15.59303,77.482864,12.261023,21.135283,12.29496,79.87129,28.236128,30.595795,43.055313,10.399496,41.380817,34.613373,1.3322369,72.15686,11.802837,226.34987,8.051542,321.42056,21.929625,945.25494,148.8499,3.686708,10.885499,169.52444,218.51904,991.73193,818.01776 +2023-12-23 22:00:00,0.0,2764.347,53.022175,15.641775,56.14426,37.25847,287.36826,33.467274,61.602158,19.925264,35.056664,273.4014,123.87313,17.794378,88.89243,0.35964206,0.3451971,54.8688,11.876172,21.420069,747.8419,13.460082,923.0039,128.23398,10.872378,43.997936,471.8303,64.19644,729.25476,241.85371,3177.1519,25.0333,2800.6973,227.55252,13.340264,13.934665,61.728943,236.94766,289.67282,390.555,44.129032,28.12205,10.919928,588.4829,169.70973,48.712376,8.346808,530.7333,12.885819,582.2534,5.926432,31.992558,0.0,750.3683,1873.2059,0.2504367,113.229935,15.169838,10808.807,25.772831,0.92614985,6.60585,17.48938,6.811816,1.9935112,9.669906,255.00739,60.755825,5.9659204,0.6415671,2.511902,116.36911,1.2622414,140.64127,173.11424,1821.8811,279.721,89.3574,154.42563,635.4432,31.05751,27.195366,534.88495,45.75536,64.45983,10.823991,19.520493,179.7243,12.018791,10.564375,50.830803,15.386863,3921.604,18.299955,20.456318,15.835182,9.880922,248.08249,47.351612,21.903225,7.1622267,6.8827024,13.912381,56.052063,83.59224,30.728428,173.40297,18.764608,4.5893993,45.830208,28.94934,50.917896,107.64674,18.26194,2.008535,17.52305,14.79052,1957.2759,17.242186,1.3029833,30.98443,11.834275,125.06489,84.538895,108.02982,6.6727886,81.78824,362.7062,272.41595,27.450083,272.2103,72.92921,49.42273,70.44743,76.66927,10.986894,36.13376,491.23285,2.3542325,4.5493536,178.5277,24.126114,8.86941,21.531149,23.033638,230.82587,75.93693,162.09581,1275.756,139.82037,1837.2811,1694.8903,14.633428,16.32591,1848.3636,23.662012,25.283937,462.92996,49.26543,81.04563,35.535583,149.48831,280.95383,445.19168,6.564558,53.283913,209.54953,395.4954,11.280876,97.68815,12.014001,1.6035837,57.60891,1.0274174,1.1436033,3.512749,11.494337,41.01552,20.330194,20.822042,524.361,59.21483,34.61636,44.540993,15.587059,77.519485,12.261649,21.167751,12.288575,79.83698,28.21275,30.626608,43.071568,10.398857,41.427,34.639202,1.3317245,72.12125,11.795869,226.32907,8.048437,321.30807,21.931768,945.60284,148.77048,3.684057,10.883681,169.45485,218.39412,991.48535,818.30963 +2023-12-23 23:00:00,0.0,2763.1187,52.989334,15.610415,56.097366,37.235847,287.2842,33.44869,61.557373,19.920897,35.023567,273.21277,123.9234,17.78266,88.72584,0.35971317,0.34574372,54.8496,11.897504,21.43786,747.26904,13.457504,922.3592,128.21759,10.891093,44.01872,471.48987,64.22477,729.79584,241.91547,3175.1724,25.068132,2800.8801,227.82149,13.361287,13.953579,61.82132,236.92737,289.652,391.05313,44.112904,28.100437,10.918695,588.0531,169.92955,48.726067,8.341297,530.8391,12.882577,582.32355,5.9262843,31.977388,0.0,750.32886,1872.5522,0.25044605,113.11061,15.165354,10804.017,25.772455,0.9264207,6.6016965,17.479465,6.8133316,1.9937078,9.664292,254.90723,60.725582,5.959915,0.64156324,2.5127516,116.37505,1.2611034,140.62657,172.92809,1821.3632,279.3543,89.342705,154.40367,636.13007,31.0953,27.219406,535.6141,45.802803,64.5279,10.820708,19.520077,179.77614,12.011354,10.562751,50.8345,15.391443,3922.0493,18.298622,20.453964,15.8342905,9.879413,248.18602,47.365562,21.915323,7.1630497,6.880734,13.915061,56.05064,83.5448,30.730343,173.43681,18.762007,4.588553,45.823067,28.934267,50.870384,107.68094,18.27626,2.006687,17.54598,14.782974,1956.466,17.258541,1.3005047,30.942886,11.832048,125.03848,84.55278,108.0098,6.6783776,81.81549,362.55087,272.27322,27.44349,272.0551,72.98181,49.41389,70.442924,76.74671,10.996286,36.1528,491.21902,2.357469,4.554924,178.63533,24.126421,8.868304,21.545961,23.042711,230.94142,75.97411,162.09795,1276.4392,139.6184,1836.6101,1694.6088,14.622843,16.306833,1847.777,23.661894,25.253393,462.82895,49.22038,80.982895,35.50268,149.33963,280.88147,445.14978,6.559122,53.24747,209.3507,395.3963,11.276139,97.65548,12.008345,1.6034534,57.618244,1.0271976,1.1433071,3.5107143,11.492544,40.967953,20.324266,20.825537,524.81537,59.18537,34.59735,44.512432,15.581087,77.556114,12.262277,21.20022,12.282191,79.80267,28.18937,30.657421,43.087822,10.398219,41.473175,34.665028,1.3312122,72.08563,11.788899,226.30826,8.045331,321.19556,21.93391,945.95074,148.69106,3.681406,10.881864,169.38525,218.2692,991.2388,818.6015 +2023-12-24 00:00:00,0.0,2761.8904,52.956497,15.579055,56.050472,37.213226,287.20013,33.4301,61.51259,19.91653,34.990475,273.02417,123.97367,17.77094,88.55924,0.3597843,0.34629032,54.830402,11.918837,21.455652,746.6962,13.4549265,921.7144,128.2012,10.909807,44.039505,471.14948,64.2531,730.3369,241.97722,3173.1926,25.102964,2801.0632,228.09045,13.382311,13.972492,61.9137,236.90707,289.6312,391.55124,44.096775,28.078825,10.917463,587.6233,170.14938,48.739754,8.335786,530.94495,12.879335,582.3937,5.926137,31.962221,0.0,750.2894,1871.8986,0.25045538,112.99128,15.160871,10799.228,25.77208,0.92669153,6.5975423,17.46955,6.8148475,1.9939042,9.658679,254.80707,60.69534,5.95391,0.64155936,2.5136013,116.381,1.2599655,140.6119,172.74193,1820.8452,278.98764,89.328,154.38173,636.81696,31.133091,27.243448,536.34326,45.850243,64.59598,10.817426,19.51966,179.82796,12.003919,10.561126,50.8382,15.396023,3922.4946,18.297289,20.451612,15.833399,9.877903,248.28955,47.37951,21.92742,7.1638722,6.8787656,13.917741,56.049213,83.49736,30.732258,173.47064,18.759407,4.5877066,45.81593,28.919193,50.82287,107.71514,18.29058,2.0048387,17.56891,14.775429,1955.6561,17.274895,1.2980261,30.901342,11.829823,125.01208,84.56667,107.989784,6.6839666,81.84274,362.39554,272.1305,27.436895,271.8999,73.03441,49.405056,70.43841,76.82416,11.005678,36.171844,491.2052,2.3607059,4.5604944,178.74297,24.126728,8.867199,21.560776,23.051785,231.05698,76.01129,162.10008,1277.1224,139.41641,1835.9392,1694.3274,14.612258,16.287756,1847.1904,23.661776,25.222849,462.72794,49.175323,80.92016,35.46978,149.19093,280.80908,445.10785,6.553686,53.21103,209.15186,395.29718,11.271402,97.62281,12.002688,1.6033231,57.62758,1.0269777,1.1430107,3.5086794,11.490752,40.920387,20.318336,20.829033,525.2697,59.155914,34.578342,44.48387,15.575115,77.59274,12.262904,21.232689,12.275806,79.768364,28.16599,30.688234,43.104076,10.39758,41.519356,34.690857,1.3306997,72.05002,11.78193,226.28746,8.042226,321.08304,21.936054,946.29865,148.61163,3.678755,10.880047,169.31564,218.14427,990.9922,818.89343 +2023-12-24 01:00:00,0.0,2760.662,52.923656,15.547694,56.003582,37.19061,287.1161,33.411514,61.467808,19.912165,34.95738,272.83554,124.02394,17.759222,88.392654,0.3598554,0.34683692,54.811203,11.940168,21.473444,746.12335,13.452348,921.0697,128.18481,10.928521,44.06029,470.80905,64.28143,730.878,242.03897,3171.2131,25.137798,2801.246,228.35942,13.403334,13.9914055,62.00608,236.88676,289.61035,392.04935,44.080647,28.05721,10.91623,587.19354,170.3692,48.753445,8.330276,531.05084,12.876093,582.46375,5.9259896,31.947054,0.0,750.25,1871.2448,0.2504647,112.871956,15.156387,10794.438,25.771704,0.9269624,6.5933886,17.459635,6.816363,1.9941007,9.653066,254.70691,60.665096,5.9479046,0.6415555,2.514451,116.38694,1.2588276,140.5972,172.55579,1820.3273,278.62094,89.31329,154.35977,637.50385,31.170881,27.26749,537.0724,45.897686,64.66405,10.814143,19.519245,179.87978,11.996483,10.559502,50.841896,15.400603,3922.94,18.295956,20.44926,15.832507,9.876393,248.39307,47.393456,21.939516,7.1646953,6.876797,13.920422,56.04779,83.44991,30.734173,173.50449,18.756805,4.58686,45.808792,28.90412,50.775352,107.74934,18.3049,2.0029905,17.59184,14.767884,1954.8462,17.291248,1.2955476,30.8598,11.827597,124.98567,84.58056,107.969765,6.6895556,81.869995,362.2402,271.9878,27.430302,271.74472,73.087006,49.396217,70.43389,76.901596,11.01507,36.190884,491.1914,2.3639424,4.566065,178.85062,24.127035,8.866094,21.575588,23.060858,231.17253,76.04847,162.10222,1277.8058,139.21445,1835.2682,1694.0459,14.601673,16.26868,1846.6038,23.661657,25.192305,462.62692,49.13027,80.85743,35.43688,149.04225,280.73672,445.06595,6.54825,53.174587,208.95302,395.19806,11.266665,97.59014,11.997032,1.6031928,57.636913,1.0267577,1.1427145,3.5066445,11.48896,40.87282,20.312408,20.832527,525.72406,59.126457,34.559334,44.45531,15.569144,77.62937,12.263531,21.265158,12.269423,79.734055,28.14261,30.719048,43.12033,10.396942,41.565533,34.716686,1.3301873,72.014404,11.7749605,226.26666,8.03912,320.97052,21.938198,946.64655,148.53221,3.676104,10.878229,169.24605,218.01935,990.7456,819.1853 +2023-12-24 02:00:00,0.0,2759.4338,52.890816,15.516334,55.956688,37.167988,287.032,33.392925,61.423023,19.907797,34.924286,272.64694,124.07421,17.747501,88.22606,0.35992652,0.34738356,54.792004,11.961501,21.491236,745.55054,13.44977,920.4249,128.16841,10.947236,44.081074,470.46863,64.30976,731.41907,242.10072,3169.2336,25.17263,2801.429,228.6284,13.424356,14.010319,62.098457,236.86647,289.58954,392.5475,44.064518,28.035599,10.914998,586.76373,170.58902,48.767136,8.324764,531.15674,12.87285,582.5339,5.9258423,31.931887,0.0,750.2106,1870.5911,0.25047407,112.75263,15.151904,10789.649,25.771328,0.92723316,6.589235,17.44972,6.8178782,1.9942971,9.647453,254.60675,60.634857,5.9418993,0.6415516,2.5153005,116.39288,1.2576896,140.5825,172.36963,1819.8093,278.25424,89.29859,154.33781,638.1907,31.208672,27.29153,537.8015,45.945126,64.732124,10.81086,19.51883,179.9316,11.989047,10.557878,50.845592,15.405183,3923.3853,18.294622,20.446909,15.831615,9.874883,248.4966,47.407402,21.951612,7.1655183,6.874829,13.923101,56.046368,83.40247,30.73609,173.53833,18.754204,4.586014,45.80165,28.889046,50.727837,107.78354,18.31922,2.0011425,17.614769,14.760339,1954.0364,17.307602,1.293069,30.818256,11.825371,124.95927,84.594444,107.949745,6.6951447,81.89724,362.08487,271.84506,27.423708,271.58954,73.1396,49.387383,70.42938,76.979034,11.024462,36.209927,491.17758,2.3671792,4.5716352,178.95825,24.127342,8.864989,21.5904,23.069931,231.28809,76.085655,162.10435,1278.489,139.01247,1834.5973,1693.7645,14.591088,16.249603,1846.0171,23.661537,25.16176,462.52588,49.085217,80.79469,35.403976,148.89357,280.66437,445.02405,6.5428147,53.13815,208.75418,395.09894,11.261929,97.557465,11.991376,1.6030626,57.646248,1.0265379,1.1424183,3.5046096,11.487168,40.82526,20.30648,20.836021,526.1784,59.096996,34.54032,44.426746,15.563172,77.66599,12.264158,21.297626,12.263038,79.699745,28.11923,30.74986,43.136585,10.396303,41.611713,34.742516,1.329675,71.9788,11.767991,226.24586,8.036015,320.858,21.940342,946.99445,148.45279,3.6734533,10.876411,169.17644,217.89444,990.499,819.4772 +2023-12-24 03:00:00,0.0,2758.2053,52.85798,15.484974,55.909794,37.145367,286.94794,33.374336,61.37824,19.90343,34.891193,272.4583,124.12449,17.735783,88.05946,0.35999763,0.34793016,54.772804,11.982833,21.509027,744.97766,13.447192,919.78015,128.15202,10.96595,44.10186,470.1282,64.33809,731.96014,242.16248,3167.2542,25.207462,2801.6118,228.89737,13.44538,14.029232,62.190834,236.84618,289.56873,393.0456,44.048386,28.013987,10.913765,586.3339,170.80885,48.780823,8.319253,531.2626,12.869609,582.60394,5.925695,31.916718,0.0,750.17114,1869.9374,0.2504834,112.6333,15.147421,10784.859,25.770952,0.927504,6.5850806,17.439806,6.819394,1.9944937,9.64184,254.50659,60.604614,5.9358945,0.64154774,2.5161502,116.398834,1.2565517,140.56783,172.18347,1819.2914,277.88757,89.28389,154.31586,638.87756,31.246462,27.315573,538.5307,45.99257,64.8002,10.807577,19.518414,179.98341,11.98161,10.556253,50.849293,15.409763,3923.8306,18.29329,20.444557,15.830724,9.873373,248.60013,47.42135,21.963709,7.166341,6.87286,13.925782,56.04494,83.355034,30.738005,173.57217,18.751604,4.5851674,45.794514,28.87397,50.680325,107.81773,18.33354,1.9992944,17.6377,14.752793,1953.2264,17.323956,1.2905904,30.776712,11.823144,124.93286,84.60834,107.929726,6.700733,81.92449,361.92953,271.70233,27.417114,271.43433,73.1922,49.378544,70.424866,77.05647,11.0338545,36.22897,491.1638,2.3704157,4.577205,179.06589,24.12765,8.863884,21.605215,23.079004,231.40364,76.12283,162.10649,1279.1724,138.81049,1833.9263,1693.483,14.580504,16.230526,1845.4304,23.661419,25.131216,462.42487,49.04016,80.73196,35.371075,148.74487,280.592,444.98215,6.537379,53.101707,208.55534,394.99985,11.257192,97.524796,11.98572,1.6029323,57.655582,1.026318,1.142122,3.5025747,11.485376,40.777695,20.300552,20.839516,526.63275,59.06754,34.521313,44.398186,15.5572,77.70262,12.264786,21.330095,12.256654,79.66543,28.095852,30.780674,43.15284,10.395665,41.657894,34.768345,1.3291625,71.943184,11.761022,226.22507,8.032908,320.74548,21.942484,947.34235,148.37337,3.6708024,10.874595,169.10684,217.76952,990.2525,819.7691 +2023-12-24 04:00:00,0.0,2756.977,52.825138,15.453613,55.862904,37.122746,286.8639,33.35575,61.333458,19.899063,34.858097,272.2697,124.17476,17.724064,87.892876,0.36006874,0.34847677,54.753605,12.004166,21.526821,744.40485,13.444613,919.13544,128.13564,10.984665,44.122646,469.78778,64.36642,732.5012,242.22421,3165.2744,25.242294,2801.7947,229.16634,13.466403,14.048145,62.28321,236.82588,289.54788,393.54373,44.032257,27.992373,10.912533,585.9041,171.02867,48.794514,8.313743,531.36847,12.866366,582.6741,5.9255476,31.90155,0.0,750.1317,1869.2836,0.25049275,112.51398,15.142938,10780.07,25.770578,0.92777485,6.580927,17.429892,6.8209095,1.9946902,9.636227,254.40643,60.57437,5.929889,0.64154387,2.517,116.40478,1.2554138,140.55313,171.99731,1818.7734,277.52087,89.26918,154.29391,639.56445,31.284252,27.339615,539.2598,46.04001,64.86827,10.804295,19.517998,180.03525,11.9741745,10.554629,50.85299,15.414343,3924.2761,18.291956,20.442204,15.829832,9.871863,248.70366,47.435295,21.975807,7.167164,6.8708916,13.928462,56.043518,83.307594,30.73992,173.606,18.749002,4.584321,45.787376,28.858896,50.63281,107.85194,18.34786,1.9974463,17.66063,14.745248,1952.4166,17.34031,1.2881119,30.735168,11.820918,124.906456,84.62222,107.909706,6.706322,81.951744,361.7742,271.55963,27.410519,271.27914,73.244804,49.36971,70.42035,77.13391,11.043246,36.248013,491.14996,2.3736525,4.5827756,179.17352,24.127956,8.862779,21.620028,23.088078,231.5192,76.16001,162.10863,1279.8556,138.6085,1833.2554,1693.2017,14.56992,16.211449,1844.8438,23.6613,25.100672,462.32385,48.99511,80.66922,35.338173,148.59619,280.51965,444.94022,6.531943,53.065266,208.3565,394.90073,11.252455,97.49213,11.9800625,1.602802,57.664917,1.026098,1.1418258,3.5005398,11.483584,40.73013,20.294624,20.84301,527.0871,59.038082,34.502304,44.369625,15.5512295,77.73925,12.265413,21.362564,12.250269,79.63112,28.072472,30.811487,43.169098,10.395026,41.70407,34.794174,1.3286501,71.90757,11.754052,226.20425,8.029803,320.63297,21.944628,947.69025,148.29395,3.6681514,10.872777,169.03725,217.64459,990.0059,820.061 +2023-12-24 05:00:00,0.0,2755.7488,52.7923,15.422253,55.81601,37.100124,286.77982,33.337162,61.288673,19.894697,34.825005,272.0811,124.22503,17.712343,87.72628,0.36013985,0.3490234,54.734406,12.025497,21.544613,743.832,13.442036,918.49066,128.11925,11.003379,44.143433,469.4474,64.394745,733.04224,242.28596,3163.295,25.277126,2801.9778,229.4353,13.487427,14.067059,62.37559,236.80559,289.52707,394.04184,44.01613,27.97076,10.9113,585.47437,171.24849,48.8082,8.308231,531.4743,12.863124,582.74414,5.9254003,31.886383,0.0,750.0923,1868.6299,0.25050208,112.39465,15.138454,10775.281,25.770203,0.9280457,6.576773,17.419977,6.8224254,1.9948866,9.630613,254.30627,60.54413,5.923884,0.64154,2.5178494,116.41072,1.2542758,140.53844,171.81116,1818.2555,277.15417,89.25448,154.27196,640.25134,31.322042,27.363657,539.989,46.087452,64.93635,10.801012,19.517582,180.08707,11.966739,10.553004,50.856686,15.418923,3924.7214,18.290623,20.439852,15.82894,9.870354,248.80717,47.449245,21.987904,7.1679864,6.868923,13.931143,56.042095,83.260155,30.741835,173.63985,18.7464,4.5834746,45.780235,28.843822,50.585293,107.88613,18.362179,1.9955981,17.68356,14.737702,1951.6067,17.356663,1.2856333,30.693626,11.818692,124.88005,84.636116,107.88969,6.711911,81.979,361.61887,271.4169,27.403925,271.12396,73.2974,49.36087,70.41584,77.21136,11.052638,36.26705,491.13614,2.376889,4.588346,179.28116,24.128263,8.861673,21.63484,23.09715,231.63475,76.1972,162.11076,1280.539,138.40652,1832.5844,1692.9202,14.559335,16.192373,1844.2572,23.661182,25.070127,462.22284,48.950054,80.60648,35.30527,148.4475,280.4473,444.89832,6.526507,53.028824,208.15767,394.8016,11.247718,97.45946,11.974406,1.6026717,57.67425,1.0258782,1.1415296,3.4985049,11.4817915,40.682564,20.288696,20.846506,527.5414,59.008625,34.483295,44.34106,15.545258,77.77587,12.26604,21.395031,12.243885,79.59681,28.049093,30.8423,43.185352,10.394388,41.75025,34.820004,1.3281378,71.871956,11.747083,226.18346,8.026697,320.52045,21.946772,948.03815,148.21452,3.6655004,10.870959,168.96764,217.51967,989.75934,820.35284 +2023-12-24 06:00:00,0.0,2754.5205,52.75946,15.390892,55.76912,37.077503,286.69577,33.318573,61.24389,19.89033,34.791912,271.8925,124.2753,17.700624,87.559685,0.36021096,0.34957,54.71521,12.04683,21.562405,743.25916,13.439458,917.84595,128.10286,11.022094,44.164215,469.10696,64.42307,733.5833,242.34772,3161.3154,25.311958,2802.1606,229.70427,13.50845,14.085972,62.467968,236.78528,289.50626,394.53995,44.0,27.949148,10.910068,585.04456,171.46832,48.82189,8.30272,531.58014,12.859882,582.8143,5.925253,31.871216,0.0,750.05286,1867.9762,0.25051144,112.27533,15.13397,10770.492,25.769827,0.9283165,6.5726194,17.410063,6.8239408,1.9950831,9.625,254.20612,60.51389,5.9178786,0.6415361,2.5186992,116.416664,1.253138,140.52376,171.625,1817.7375,276.7875,89.23978,154.25,640.9382,31.359833,27.387697,540.71814,46.134895,65.00442,10.7977295,19.517166,180.13889,11.959303,10.55138,50.860382,15.423503,3925.1667,18.289288,20.4375,15.828049,9.868843,248.9107,47.463192,22.0,7.1688094,6.866955,13.933823,56.04067,83.212715,30.74375,173.67369,18.743801,4.5826283,45.773098,28.828749,50.537777,107.920334,18.3765,1.99375,17.70649,14.730158,1950.7969,17.373016,1.2831547,30.652082,11.816466,124.85364,84.65,107.86967,6.7175,82.00625,361.46353,271.27417,27.397331,270.96875,73.35,49.352036,70.41132,77.288795,11.062031,36.286095,491.12234,2.3801258,4.5939164,179.38881,24.12857,8.860568,21.649654,23.106224,231.7503,76.234375,162.11292,1281.2222,138.20454,1831.9135,1692.6387,14.54875,16.173296,1843.6705,23.661064,25.039583,462.12183,48.905,80.54375,35.27237,148.29881,280.37494,444.8564,6.521071,52.992382,207.95883,394.70248,11.242981,97.42679,11.96875,1.6025416,57.683586,1.0256582,1.1412333,3.49647,11.48,40.635002,20.282768,20.85,527.9957,58.979164,34.464287,44.3125,15.539286,77.8125,12.266667,21.4275,12.2375,79.5625,28.025713,30.873112,43.201607,10.393749,41.79643,34.845833,1.3276253,71.83634,11.740113,226.16266,8.023592,320.40796,21.948915,948.38605,148.1351,3.6628494,10.869143,168.89804,217.39474,989.51276,820.6448 +2023-12-24 07:00:00,0.0,2753.2922,52.72662,15.359531,55.722225,37.054882,286.6117,33.299988,61.19911,19.885963,34.758816,271.70386,124.32557,17.688906,87.39309,0.36028206,0.3501166,54.69601,12.068162,21.580196,742.6863,13.436879,917.2012,128.08647,11.040808,44.185,468.76654,64.45141,734.1244,242.40947,3159.336,25.346792,2802.3435,229.97324,13.529472,14.104885,62.56035,236.76498,289.4854,395.0381,43.98387,27.927534,10.908835,584.61475,171.68814,48.83558,8.29721,531.68604,12.85664,582.8844,5.9251056,31.856047,0.0,750.01337,1867.3224,0.25052077,112.156,15.129487,10765.703,25.769451,0.9285873,6.568465,17.400146,6.825456,1.9952797,9.619387,254.10596,60.483646,5.9118733,0.6415322,2.519549,116.42261,1.252,140.50906,171.43884,1817.2196,276.4208,89.22507,154.22806,641.62506,31.397623,27.41174,541.44727,46.182335,65.072495,10.794447,19.51675,180.1907,11.951866,10.549756,50.864082,15.428082,3925.612,18.287954,20.435148,15.827158,9.867333,249.01424,47.47714,22.012096,7.1696324,6.8649864,13.936503,56.039246,83.165276,30.745665,173.70753,18.7412,4.581782,45.76596,28.813675,50.49026,107.95454,18.39082,1.9919019,17.72942,14.722612,1949.987,17.38937,1.2806762,30.610538,11.81424,124.82723,84.663895,107.84965,6.723089,82.0335,361.3082,271.13147,27.390738,270.81357,73.402596,49.3432,70.40681,77.366234,11.071423,36.305138,491.10852,2.3833623,4.599487,179.49644,24.12888,8.859463,21.664467,23.115297,231.86588,76.27155,162.11505,1281.9055,138.00256,1831.2424,1692.3573,14.538165,16.154219,1843.0839,23.660944,25.009039,462.02078,48.859947,80.48102,35.239468,148.15012,280.30258,444.81448,6.515635,52.95594,207.75998,394.60336,11.238244,97.39411,11.963094,1.6024113,57.69292,1.0254383,1.1409371,3.4944353,11.478208,40.587437,20.27684,20.853495,528.4501,58.949707,34.44528,44.28394,15.533315,77.84913,12.267295,21.459969,12.231115,79.52819,28.002335,30.903925,43.21786,10.393111,41.84261,34.871662,1.3271129,71.80073,11.733144,226.14186,8.020486,320.29544,21.95106,948.73395,148.05566,3.6601985,10.867325,168.82843,217.26982,989.2662,820.93665 +2023-12-24 08:00:00,0.0,2752.064,52.693783,15.328172,55.67533,37.03226,286.52765,33.2814,61.154324,19.881596,34.725723,271.51526,124.37585,17.677187,87.2265,0.36035317,0.35066321,54.67681,12.089495,21.597988,742.1134,13.434301,916.55646,128.07008,11.059522,44.205788,468.42612,64.47974,734.66547,242.47122,3157.3564,25.381624,2802.5264,230.2422,13.550496,14.123798,62.652725,236.74469,289.4646,395.5362,43.967743,27.905922,10.907602,584.185,171.90796,48.84927,8.291698,531.7919,12.853397,582.95447,5.924958,31.84088,0.0,749.97394,1866.6687,0.2505301,112.036674,15.125004,10760.913,25.769075,0.92885816,6.5643115,17.390234,6.826972,1.9954761,9.613774,254.0058,60.453403,5.905868,0.6415283,2.5203984,116.42855,1.250862,140.49437,171.25269,1816.7017,276.0541,89.210365,154.2061,642.31195,31.435413,27.435781,542.17645,46.22978,65.140564,10.791164,19.516335,180.24252,11.94443,10.548132,50.86778,15.432663,3926.0574,18.286621,20.432796,15.826266,9.865824,249.11775,47.491085,22.024193,7.170455,6.8630176,13.939183,56.037823,83.117836,30.747581,173.74138,18.738598,4.5809355,45.75882,28.798601,50.44275,107.98873,18.405138,1.9900538,17.752348,14.715067,1949.1771,17.405725,1.2781976,30.568996,11.812014,124.80083,84.67778,107.82963,6.7286777,82.06075,361.15286,270.98874,27.384144,270.6584,73.45519,49.334362,70.4023,77.44367,11.080814,36.324177,491.09473,2.386599,4.6050572,179.60408,24.129187,8.858357,21.67928,23.12437,231.98143,76.30874,162.11719,1282.5887,137.80058,1830.5715,1692.0758,14.52758,16.135141,1842.4972,23.660826,24.978495,461.91977,48.81489,80.41828,35.206566,148.00143,280.23022,444.77258,6.5101995,52.9195,207.56114,394.50427,11.233507,97.36144,11.9574375,1.602281,57.702255,1.0252185,1.1406409,3.4924004,11.476416,40.53987,20.270912,20.856989,528.9044,58.92025,34.42627,44.255375,15.527343,77.88575,12.267921,21.492437,12.224731,79.49388,27.978954,30.934738,43.234116,10.392473,41.888786,34.897488,1.3266006,71.765114,11.726174,226.12106,8.017381,320.18292,21.953201,949.08185,147.97624,3.6575477,10.865507,168.75883,217.14491,989.0196,821.2285 +2023-12-24 09:00:00,0.0,2750.8357,52.660942,15.296811,55.62844,37.00964,286.44357,33.26281,61.10954,19.87723,34.69263,271.32663,124.42612,17.665466,87.059906,0.36042428,0.35120985,54.65761,12.1108265,21.615782,741.5406,13.431724,915.9117,128.05368,11.078237,44.22657,468.0857,64.508064,735.20654,242.53297,3155.3767,25.416456,2802.7092,230.51117,13.571519,14.142712,62.745102,236.7244,289.4438,396.0343,43.951614,27.88431,10.90637,583.7552,172.12778,48.862957,8.286187,531.89777,12.850156,583.0246,5.9248104,31.825712,0.0,749.9345,1866.015,0.25053945,111.91735,15.120521,10756.124,25.768702,0.92912894,6.560158,17.380318,6.8284874,1.9956726,9.608161,253.90564,60.423164,5.899863,0.64152443,2.521248,116.434494,1.2497241,140.47969,171.06653,1816.1837,275.68744,89.19566,154.18414,642.99884,31.473204,27.459822,542.9056,46.277218,65.20864,10.787882,19.515919,180.29436,11.936995,10.546508,50.871475,15.4372425,3926.5027,18.285288,20.430443,15.825375,9.864313,249.22128,47.50503,22.036291,7.171278,6.861049,13.941864,56.036396,83.0704,30.749496,173.7752,18.735996,4.580089,45.751682,28.783527,50.395233,108.022934,18.419458,1.9882057,17.775278,14.707521,1948.3673,17.42208,1.2757192,30.527452,11.809788,124.77442,84.69167,107.80961,6.7342668,82.088005,360.99753,270.846,27.37755,270.50317,73.5078,49.325527,70.39778,77.52111,11.090206,36.34322,491.0809,2.3898356,4.610627,179.71172,24.129494,8.857252,21.694094,23.133444,232.09698,76.34592,162.11932,1283.272,137.5986,1829.9005,1691.7944,14.516995,16.116064,1841.9105,23.660707,24.94795,461.81876,48.76984,80.355545,35.173664,147.85275,280.15784,444.73068,6.5047636,52.883057,207.3623,394.40515,11.22877,97.32877,11.951781,1.6021508,57.71159,1.0249985,1.1403445,3.4903655,11.474624,40.492306,20.264982,20.860483,529.35876,58.890793,34.407257,44.226814,15.521372,77.92238,12.268549,21.524906,12.218347,79.45957,27.955576,30.965551,43.25037,10.391834,41.934967,34.923317,1.3260882,71.7295,11.719206,226.10025,8.014275,320.0704,21.955345,949.42975,147.89682,3.6548967,10.86369,168.68924,217.01999,988.773,821.52045 +2023-12-24 10:00:00,0.0,2749.6072,52.628105,15.2654505,55.581547,36.98702,286.35953,33.244225,61.06476,19.872862,34.659534,271.13803,124.47639,17.653748,86.89331,0.3604954,0.35175645,54.638412,12.132159,21.633574,740.9677,13.429145,915.2669,128.0373,11.096951,44.247356,467.7453,64.53639,735.7476,242.59473,3153.3972,25.451288,2802.8923,230.78014,13.592542,14.161625,62.83748,236.7041,289.42297,396.53244,43.935482,27.862696,10.905137,583.3254,172.34761,48.876648,8.280676,532.00366,12.846913,583.09467,5.924663,31.810543,0.0,749.8951,1865.3612,0.25054878,111.79802,15.116037,10751.335,25.768326,0.9293998,6.5560036,17.370403,6.8300033,1.9958692,9.602548,253.80548,60.39292,5.893858,0.64152056,2.5220978,116.44044,1.2485862,140.465,170.88037,1815.6658,275.32074,89.180954,154.16219,643.68567,31.510994,27.483864,543.6347,46.32466,65.27671,10.784599,19.515503,180.34618,11.929558,10.544883,50.875175,15.441823,3926.948,18.283955,20.428091,15.824483,9.862803,249.32481,47.51898,22.048388,7.1721005,6.859081,13.944544,56.034973,83.02296,30.751411,173.80905,18.733397,4.5792427,45.744545,28.768454,50.347717,108.05713,18.433779,1.9863576,17.798208,14.699976,1947.5574,17.438433,1.2732406,30.485909,11.807562,124.74802,84.70556,107.78959,6.739856,82.11526,360.8422,270.7033,27.370956,270.348,73.560394,49.31669,70.393265,77.59855,11.099599,36.362263,491.06708,2.3930724,4.6161976,179.81937,24.1298,8.856147,21.708906,23.142517,232.21254,76.3831,162.12146,1283.9553,137.39662,1829.2296,1691.513,14.506412,16.096989,1841.324,23.66059,24.917406,461.71774,48.724785,80.29281,35.140762,147.70406,280.08548,444.68878,6.4993277,52.846615,207.16347,394.30603,11.224033,97.296104,11.946125,1.6020205,57.720924,1.0247786,1.1400483,3.4883306,11.472832,40.444744,20.259054,20.86398,529.8131,58.861336,34.38825,44.198254,15.5154,77.95901,12.2691765,21.557375,12.211963,79.425255,27.932196,30.996365,43.266624,10.391196,41.981144,34.949146,1.3255757,71.693886,11.712236,226.07945,8.011169,319.9579,21.957489,949.77765,147.8174,3.6522458,10.861873,168.61963,216.89507,988.5265,821.8123 +2023-12-24 11:00:00,0.0,2748.379,52.595264,15.23409,55.534653,36.964397,286.27545,33.225636,61.019974,19.868496,34.626442,270.9494,124.52666,17.642029,86.72672,0.3605665,0.35230306,54.619213,12.153491,21.651365,740.3949,13.426567,914.6222,128.0209,11.115665,44.268143,467.40488,64.56472,736.2887,242.65648,3151.4177,25.48612,2803.0752,231.0491,13.613565,14.180538,62.929855,236.6838,289.40213,397.03055,43.919353,27.841084,10.903905,582.89557,172.56743,48.890335,8.275166,532.1095,12.843672,583.1648,5.9245157,31.795376,0.0,749.8556,1864.7075,0.25055814,111.678696,15.111554,10746.546,25.76795,0.92967063,6.55185,17.360489,6.8315187,1.9960656,9.596934,253.70532,60.36268,5.8878527,0.6415167,2.5229473,116.44638,1.2474482,140.45032,170.69421,1815.1478,274.95404,89.16625,154.14024,644.37256,31.548784,27.507906,544.3639,46.3721,65.34479,10.781317,19.515087,180.398,11.922122,10.543259,50.878872,15.446403,3927.3933,18.282621,20.42574,15.823591,9.861294,249.42834,47.53293,22.060484,7.1729236,6.8571124,13.947225,56.033546,82.97552,30.753326,173.8429,18.730795,4.5783963,45.737404,28.75338,50.3002,108.09133,18.4481,1.9845095,17.821138,14.6924305,1946.7476,17.454786,1.270762,30.444365,11.805336,124.72161,84.719444,107.76957,6.745445,82.1425,360.68686,270.56058,27.364363,270.19278,73.61299,49.307854,70.388756,77.675995,11.108991,36.381306,491.05328,2.396309,4.621768,179.927,24.130108,8.855042,21.723719,23.15159,232.3281,76.42028,162.1236,1284.6387,137.19464,1828.5586,1691.2316,14.495827,16.077911,1840.7373,23.66047,24.886862,461.6167,48.679733,80.23007,35.10786,147.55537,280.01312,444.64685,6.4938917,52.810177,206.96463,394.2069,11.219296,97.26343,11.940469,1.6018902,57.73026,1.0245588,1.139752,3.4862957,11.471039,40.39718,20.253126,20.867474,530.26746,58.831875,34.36924,44.16969,15.509428,77.99563,12.269804,21.589844,12.205578,79.390945,27.908817,31.027178,43.28288,10.390557,42.027325,34.974976,1.3250633,71.65828,11.705267,226.05865,8.008063,319.84537,21.959633,950.12555,147.73798,3.6495948,10.860055,168.55003,216.77014,988.2799,822.1042 +2023-12-24 12:00:00,0.0,2747.1506,52.562424,15.20273,55.487762,36.941776,286.19138,33.207047,60.97519,19.864128,34.593346,270.7608,124.57693,17.630308,86.56013,0.3606376,0.3528497,54.600014,12.174824,21.669157,739.822,13.423989,913.9774,128.00452,11.134379,44.288925,467.06445,64.59305,736.8298,242.71823,3149.4382,25.520952,2803.258,231.31807,13.634588,14.199451,63.022232,236.6635,289.38132,397.52866,43.903225,27.819471,10.902672,582.4658,172.78725,48.904026,8.269654,532.2154,12.840429,583.23486,5.9243684,31.780209,0.0,749.81616,1864.0538,0.25056747,111.55937,15.107071,10741.756,25.767574,0.9299415,6.547696,17.350574,6.833034,1.9962621,9.591321,253.60516,60.332436,5.8818474,0.6415128,2.523797,116.452324,1.2463104,140.43562,170.50807,1814.6299,274.58737,89.15155,154.11829,645.05945,31.586575,27.531948,545.093,46.419544,65.41286,10.778034,19.514671,180.44981,11.914686,10.541635,50.88257,15.450983,3927.8386,18.281288,20.423388,15.8227,9.859784,249.53186,47.546875,22.07258,7.1737466,6.855144,13.949904,56.032124,82.92808,30.755241,173.87674,18.728193,4.57755,45.730267,28.738306,50.25269,108.12553,18.462418,1.9826612,17.844069,14.684886,1945.9376,17.47114,1.2682835,30.402822,11.803109,124.695206,84.73334,107.74955,6.751034,82.169754,360.53152,270.41785,27.357769,270.0376,73.66559,49.299015,70.38424,77.75343,11.118382,36.400345,491.03946,2.3995457,4.6273384,180.03464,24.130415,8.853937,21.738533,23.160664,232.44365,76.45746,162.12573,1285.3219,136.99266,1827.8877,1690.9501,14.485242,16.058834,1840.1506,23.66035,24.856318,461.5157,48.634678,80.16734,35.07496,147.40668,279.94077,444.60495,6.488456,52.773735,206.7658,394.10782,11.21456,97.23076,11.934813,1.6017599,57.739594,1.0243388,1.1394558,3.4842608,11.469247,40.349613,20.247198,20.870968,530.7218,58.802418,34.35023,44.14113,15.503457,78.03226,12.270431,21.622313,12.199194,79.356636,27.885437,31.057991,43.299133,10.389919,42.0735,35.000805,1.324551,71.622665,11.6982975,226.03786,8.004958,319.73285,21.961775,950.47345,147.65855,3.6469438,10.858238,168.48042,216.64522,988.0333,822.3961 +2023-12-24 13:00:00,0.0,2745.9224,52.529587,15.17137,55.44087,36.919155,286.10733,33.18846,60.93041,19.859762,34.560253,270.57217,124.627205,17.61859,86.39353,0.36070874,0.3533963,54.580814,12.196156,21.686949,739.2492,13.421411,913.3327,127.98813,11.153094,44.30971,466.72403,64.62138,737.37085,242.77997,3147.4585,25.555784,2803.441,231.58704,13.655611,14.218365,63.114613,236.6432,289.3605,398.0268,43.887096,27.797857,10.90144,582.036,173.00708,48.917717,8.264143,532.3213,12.837187,583.305,5.924221,31.765041,0.0,749.77673,1863.4,0.25057682,111.44004,15.102588,10736.967,25.767199,0.93021226,6.543542,17.34066,6.83455,1.9964585,9.585708,253.505,60.302197,5.875842,0.64150894,2.5246468,116.45827,1.2451724,140.42093,170.32191,1814.1119,274.22067,89.13684,154.09633,645.74634,31.624365,27.555988,545.82214,46.466984,65.480934,10.774752,19.514256,180.50163,11.90725,10.54001,50.88627,15.455563,3928.2842,18.279955,20.421036,15.821808,9.8582735,249.63539,47.56082,22.084677,7.174569,6.853175,13.952584,56.0307,82.88064,30.757158,173.91057,18.725594,4.5767035,45.72313,28.723232,50.205173,108.15973,18.476738,1.9808131,17.866997,14.6773405,1945.1278,17.487494,1.2658049,30.361279,11.800883,124.6688,84.74722,107.72953,6.7566223,82.19701,360.3762,270.27515,27.351175,269.88242,73.718185,49.29018,70.37972,77.83087,11.127774,36.419388,491.02563,2.4027822,4.632909,180.14227,24.130722,8.852832,21.753345,23.169737,232.5592,76.494644,162.12787,1286.0052,136.79068,1827.2167,1690.6687,14.474657,16.039757,1839.564,23.660233,24.825773,461.41467,48.589622,80.10461,35.042057,147.258,279.8684,444.56305,6.48302,52.737293,206.56696,394.0087,11.209823,97.19809,11.929155,1.6016297,57.748928,1.024119,1.1391596,3.482226,11.467455,40.302048,20.24127,20.874462,531.17615,58.77296,34.331223,44.112568,15.497485,78.068886,12.271058,21.654781,12.192809,79.32233,27.862057,31.088804,43.315388,10.38928,42.119682,35.026634,1.3240385,71.58705,11.691328,226.01706,8.001852,319.62033,21.963919,950.82135,147.57913,3.6442928,10.8564205,168.41083,216.5203,987.78674,822.688 +2023-12-24 14:00:00,0.0,2744.694,52.496746,15.140009,55.393974,36.896534,286.02325,33.169872,60.885624,19.855396,34.52716,270.38358,124.677475,17.60687,86.22694,0.36077985,0.3539429,54.561615,12.217488,21.70474,738.67633,13.418833,912.6879,127.97173,11.171808,44.330498,466.3836,64.64971,737.91187,242.84172,3145.479,25.590618,2803.6238,231.856,13.676635,14.237279,63.20699,236.62291,289.33966,398.5249,43.870968,27.776245,10.9002075,581.6062,173.2269,48.931404,8.258633,532.4271,12.833945,583.3751,5.9240737,31.749872,0.0,749.7373,1862.7463,0.25058615,111.32072,15.098104,10732.178,25.766823,0.9304831,6.539388,17.330746,6.8360653,1.9966551,9.580095,253.40485,60.271954,5.869837,0.64150506,2.5254962,116.46421,1.2440344,140.40625,170.13576,1813.594,273.85397,89.12215,154.07437,646.43317,31.662155,27.58003,546.55133,46.514427,65.549,10.771469,19.513842,180.55347,11.899814,10.538386,50.889965,15.460143,3928.7295,18.278622,20.418682,15.820916,9.856764,249.73892,47.574768,22.096775,7.175392,6.851207,13.955265,56.029274,82.8332,30.759073,173.94441,18.722992,4.575857,45.71599,28.708158,50.157658,108.193924,18.491058,1.978965,17.889927,14.669795,1944.3179,17.503847,1.2633263,30.319735,11.798657,124.642395,84.761116,107.70951,6.7622113,82.22426,360.22086,270.13242,27.34458,269.7272,73.77079,49.28134,70.37521,77.90831,11.137167,36.43843,491.01184,2.406019,4.638479,180.24991,24.13103,8.851727,21.768158,23.17881,232.67476,76.53182,162.13,1286.6885,136.5887,1826.5458,1690.3872,14.464072,16.020681,1838.9773,23.660114,24.795229,461.31366,48.54457,80.04187,35.009155,147.10931,279.79605,444.52115,6.4775844,52.70085,206.36812,393.90958,11.205086,97.16542,11.923499,1.6014994,57.758263,1.0238991,1.1388633,3.4801912,11.465663,40.254486,20.235342,20.877956,531.63043,58.743504,34.312214,44.084007,15.491513,78.105515,12.271686,21.68725,12.186425,79.28802,27.838678,31.119617,43.331646,10.388642,42.16586,35.052464,1.3235261,71.55144,11.684359,225.99625,7.9987464,319.5078,21.966063,951.16925,147.49971,3.641642,10.854604,168.34123,216.39539,987.54016,822.97986 +2023-12-24 15:00:00,0.0,2743.4658,52.463905,15.108648,55.347084,36.873913,285.9392,33.151283,60.84084,19.851028,34.494064,270.19495,124.727745,17.59515,86.06035,0.36085096,0.3544895,54.542416,12.23882,21.722534,738.10345,13.416255,912.0432,127.955345,11.190522,44.35128,466.0432,64.67804,738.45294,242.90347,3143.4995,25.62545,2803.807,232.12497,13.697658,14.256192,63.29937,236.60262,289.31885,399.023,43.85484,27.754633,10.898974,581.17645,173.44672,48.945095,8.253121,532.53296,12.830703,583.4452,5.9239264,31.734705,0.0,749.6979,1862.0927,0.2505955,111.20139,15.09362,10727.389,25.766449,0.93075395,6.5352345,17.320831,6.837581,1.9968516,9.574482,253.30469,60.24171,5.8638315,0.6415012,2.526346,116.47015,1.2428966,140.39156,169.9496,1813.076,273.4873,89.10744,154.05243,647.12006,31.699945,27.604073,547.28046,46.56187,65.61708,10.768187,19.513424,180.60529,11.892378,10.536762,50.89366,15.464723,3929.1748,18.277287,20.41633,15.8200245,9.855254,249.84244,47.588715,22.108871,7.176215,6.8492384,13.957945,56.02785,82.78576,30.760988,173.97826,18.72039,4.575011,45.70885,28.693085,50.11014,108.22813,18.505379,1.977117,17.912857,14.66225,1943.508,17.5202,1.2608478,30.27819,11.796432,124.61599,84.775,107.68949,6.7678003,82.25151,360.06552,269.9897,27.337986,269.57202,73.82339,49.272507,70.3707,77.98575,11.146559,36.457474,490.99802,2.4092555,4.6440496,180.35756,24.131336,8.850621,21.782972,23.187883,232.79031,76.569,162.13216,1287.3717,136.38673,1825.8748,1690.1058,14.453487,16.001604,1838.3907,23.659996,24.764685,461.21265,48.499516,79.97913,34.976254,146.96062,279.7237,444.47922,6.4721484,52.66441,206.16928,393.81046,11.200349,97.132744,11.917843,1.6013691,57.767597,1.0236791,1.1385671,3.4781563,11.463871,40.20692,20.229414,20.88145,532.0848,58.714046,34.293205,44.055443,15.485542,78.142136,12.272312,21.719719,12.18004,79.25371,27.815298,31.15043,43.3479,10.388003,42.21204,35.078293,1.3230138,71.51582,11.677389,225.97545,7.9956408,319.39532,21.968206,951.51715,147.42029,3.638991,10.852786,168.27162,216.27046,987.2936,823.2718 +2023-12-24 16:00:00,0.0,2742.2375,52.43107,15.077289,55.30019,36.85129,285.85513,33.132698,60.79606,19.846663,34.46097,270.00635,124.778015,17.583431,85.89375,0.36092207,0.35503614,54.523216,12.260153,21.740326,737.53064,13.413676,911.39844,127.93896,11.209237,44.372066,465.7028,64.70637,738.994,242.96523,3141.52,25.660282,2803.9897,232.39394,13.71868,14.275105,63.391747,236.58232,289.29803,399.52115,43.83871,27.733019,10.897742,580.74664,173.66653,48.958782,8.24761,532.63885,12.82746,583.5153,5.923779,31.719538,0.0,749.65845,1861.4388,0.25060484,111.08206,15.089137,10722.6,25.766073,0.93102473,6.5310807,17.310917,6.8390965,1.997048,9.568869,253.20454,60.211468,5.8578267,0.64149725,2.5271955,116.4761,1.2417586,140.37686,169.76344,1812.5581,273.1206,89.092735,154.03047,647.80695,31.737736,27.628113,548.0096,46.60931,65.68515,10.764904,19.513008,180.6571,11.884942,10.535137,50.897358,15.469303,3929.62,18.275953,20.413979,15.819133,9.8537445,249.94597,47.60266,22.120968,7.1770377,6.84727,13.960626,56.02643,82.73832,30.762903,174.0121,18.717789,4.5741644,45.701714,28.678009,50.06263,108.26232,18.519697,1.9752688,17.935787,14.654704,1942.6981,17.536554,1.2583692,30.236649,11.794206,124.589584,84.788895,107.669464,6.7733893,82.27876,359.9102,269.847,27.331392,269.41684,73.875984,49.263668,70.36618,78.063194,11.155951,36.476513,490.98422,2.4124923,4.6496196,180.4652,24.131643,8.849516,21.797785,23.196955,232.90587,76.606186,162.1343,1288.055,136.18475,1825.2039,1689.8243,14.4429035,15.982527,1837.8041,23.659876,24.73414,461.1116,48.454464,79.9164,34.94335,146.81194,279.65134,444.43732,6.4667125,52.627968,205.97044,393.71136,11.195612,97.100075,11.912187,1.601239,57.77693,1.0234593,1.1382709,3.4761214,11.462079,40.159355,20.223486,20.884947,532.5391,58.684586,34.274193,44.026882,15.47957,78.178764,12.27294,21.752188,12.173656,79.2194,27.79192,31.181242,43.364155,10.387365,42.258217,35.10412,1.3225013,71.48021,11.67042,225.95465,7.992535,319.2828,21.97035,951.86505,147.34087,3.6363401,10.850968,168.20203,216.14554,987.04706,823.56366 +2023-12-24 17:00:00,0.0,2741.009,52.398228,15.045928,55.253296,36.82867,285.7711,33.11411,60.751274,19.842295,34.42788,269.81772,124.828285,17.571712,85.72716,0.36099318,0.35558274,54.50402,12.281486,21.758118,736.95776,13.4110985,910.7537,127.92257,11.227951,44.392853,465.36237,64.734695,739.5351,243.02698,3139.5405,25.695114,2804.1726,232.6629,13.739704,14.294019,63.484123,236.56201,289.2772,400.01926,43.822582,27.711407,10.896509,580.31683,173.88637,48.972473,8.2421,532.7447,12.824219,583.5854,5.9236317,31.70437,0.0,749.619,1860.7852,0.25061417,110.96274,15.084654,10717.81,25.765697,0.9312956,6.5269265,17.301,6.840612,1.9972446,9.563255,253.10439,60.18123,5.8518214,0.6414934,2.5280452,116.48205,1.2406206,140.36218,169.57729,1812.0402,272.7539,89.07803,154.00851,648.49384,31.775526,27.652155,548.7388,46.656754,65.75323,10.761621,19.512594,180.70892,11.877505,10.533513,50.90106,15.473883,3930.0654,18.27462,20.411627,15.818241,9.852234,250.0495,47.61661,22.133064,7.1778607,6.8453016,13.963305,56.025,82.69088,30.764818,174.04593,18.715189,4.573318,45.694572,28.662935,50.015114,108.296524,18.534018,1.9734207,17.958717,14.64716,1941.8883,17.55291,1.2558906,30.195105,11.791979,124.56318,84.80278,107.649445,6.778978,82.306015,359.75485,269.70425,27.324799,269.26163,73.92858,49.254833,70.36167,78.14063,11.165342,36.495556,490.9704,2.4157288,4.65519,180.57283,24.13195,8.848411,21.812597,23.206028,233.02142,76.643364,162.13643,1288.7383,135.98277,1824.5328,1689.543,14.432319,15.96345,1837.2174,23.659758,24.703596,461.0106,48.40941,79.85366,34.91045,146.66324,279.57895,444.39542,6.4612765,52.591526,205.7716,393.61224,11.190875,97.067406,11.90653,1.6011087,57.786266,1.0232394,1.1379745,3.4740865,11.460286,40.11179,20.217558,20.888441,532.99347,58.65513,34.255184,43.99832,15.4735985,78.21539,12.273567,21.784655,12.167272,79.18509,27.76854,31.212055,43.38041,10.386727,42.304398,35.129948,1.3219889,71.444595,11.66345,225.93385,7.9894295,319.1703,21.972492,952.21295,147.26144,3.6336892,10.849152,168.13242,216.02061,986.8005,823.8555 +2023-12-24 18:00:00,0.0,2739.7808,52.36539,15.014567,55.206406,36.80605,285.687,33.09552,60.70649,19.837929,34.394783,269.62912,124.87856,17.559994,85.56057,0.36106429,0.35612935,54.48482,12.302817,21.77591,736.38495,13.408521,910.10895,127.90617,11.246666,44.41364,465.02194,64.76302,740.0762,243.08873,3137.5608,25.729946,2804.3555,232.93187,13.760727,14.312932,63.5765,236.54172,289.25638,400.51736,43.80645,27.689795,10.895277,579.8871,174.10619,48.98616,8.2365885,532.8506,12.820976,583.6555,5.923484,31.689201,0.0,749.5796,1860.1315,0.25062352,110.843414,15.080171,10713.0205,25.765322,0.9315664,6.522773,17.291088,6.842128,1.997441,9.557642,253.00423,60.150986,5.845816,0.6414895,2.528895,116.48799,1.2394828,140.34749,169.39113,1811.5222,272.38724,89.063324,153.98656,649.18066,31.813316,27.676197,549.4679,46.704193,65.8213,10.758339,19.512177,180.76074,11.8700695,10.531889,50.904755,15.478463,3930.5107,18.273287,20.409275,15.817349,9.850724,250.15303,47.630558,22.14516,7.1786833,6.843333,13.965986,56.02358,82.64344,30.766733,174.07977,18.712587,4.5724716,45.687435,28.647861,49.967598,108.33072,18.548338,1.9715726,17.981646,14.639614,1941.0784,17.569263,1.2534121,30.15356,11.789753,124.53677,84.81667,107.629425,6.784567,82.33327,359.59952,269.56152,27.318205,269.10645,73.98118,49.245995,70.357155,78.21807,11.174735,36.5146,490.95657,2.4189656,4.6607604,180.68047,24.132257,8.847305,21.827412,23.215101,233.13698,76.68054,162.13857,1289.4216,135.78079,1823.8619,1689.2615,14.421734,15.944373,1836.6307,23.65964,24.673052,460.90958,48.364357,79.79093,34.87755,146.51456,279.5066,444.3535,6.4558406,52.555084,205.57277,393.51312,11.186138,97.03474,11.900874,1.6009784,57.7956,1.0230194,1.1376783,3.4720516,11.458494,40.064228,20.211628,20.891935,533.4478,58.62567,34.236176,43.969757,15.467628,78.252014,12.274195,21.817123,12.160888,79.15077,27.745161,31.242868,43.396664,10.386088,42.35058,35.155777,1.3214766,71.40898,11.656481,225.91306,7.986324,319.05777,21.974636,952.56085,147.18202,3.6310382,10.847334,168.06282,215.89569,986.5539,824.14746 +2023-12-24 19:00:00,0.0,2738.5525,52.33255,14.983207,55.15951,36.78343,285.60294,33.076935,60.66171,19.83356,34.36169,269.4405,124.92883,17.548273,85.393974,0.3611354,0.35667598,54.465622,12.32415,21.793701,735.8121,13.405943,909.4642,127.889786,11.26538,44.43442,464.68152,64.79136,740.61725,243.15048,3135.5813,25.764778,2804.5383,233.20084,13.78175,14.331845,63.668877,236.52142,289.23557,401.0155,43.79032,27.66818,10.894044,579.4573,174.326,48.99985,8.231077,532.9564,12.817734,583.7256,5.9233365,31.674034,0.0,749.54016,1859.4777,0.25063285,110.72408,15.075687,10708.231,25.764946,0.93183726,6.518619,17.281172,6.843643,1.9976375,9.55203,252.90407,60.120743,5.839811,0.64148563,2.5297444,116.493935,1.2383448,140.33281,169.20497,1811.0043,272.02054,89.04862,153.96461,649.86755,31.851107,27.700237,550.197,46.751637,65.88937,10.755055,19.51176,180.81258,11.862634,10.530265,50.90845,15.483043,3930.956,18.271954,20.406921,15.816458,9.849215,250.25655,47.644505,22.157259,7.1795063,6.8413644,13.968666,56.022152,82.596,30.76865,174.11362,18.709986,4.571625,45.680298,28.632788,49.920082,108.36492,18.562658,1.9697244,18.004576,14.632069,1940.2686,17.585617,1.2509335,30.112017,11.787527,124.51037,84.83056,107.609406,6.790156,82.36052,359.44418,269.41882,27.311611,268.95123,74.03378,49.23716,70.35264,78.29551,11.184127,36.533638,490.94278,2.422202,4.666331,180.78812,24.132565,8.8462,21.842224,23.224174,233.25255,76.71773,162.1407,1290.1049,135.57881,1823.1909,1688.9801,14.411149,15.925297,1836.0441,23.659521,24.642508,460.80856,48.3193,79.728195,34.844646,146.36588,279.43423,444.31158,6.4504046,52.518642,205.37393,393.414,11.181401,97.00206,11.895218,1.6008481,57.804935,1.0227996,1.137382,3.4700167,11.456702,40.016663,20.2057,20.89543,533.90216,58.596214,34.217167,43.941196,15.461656,78.28864,12.274821,21.849592,12.154503,79.11646,27.72178,31.273682,43.412918,10.38545,42.396755,35.181606,1.3209641,71.37337,11.649511,225.89224,7.983218,318.94525,21.97678,952.90875,147.1026,3.6283875,10.845516,167.99323,215.77077,986.3073,824.43933 +2023-12-24 20:00:00,0.0,2737.3242,52.29971,14.951846,55.112617,36.760807,285.5189,33.058346,60.616924,19.829195,34.328594,269.2519,124.9791,17.536554,85.22738,0.3612065,0.3572226,54.446423,12.345482,21.811493,735.23926,13.403364,908.81946,127.8734,11.284095,44.455208,464.34113,64.81969,741.1583,243.21223,3133.6018,25.799612,2804.7214,233.4698,13.802773,14.350759,63.761253,236.50113,289.21475,401.5136,43.774193,27.646568,10.892812,579.02747,174.54584,49.01354,8.225566,533.0623,12.814492,583.7957,5.923189,31.658867,0.0,749.50073,1858.824,0.2506422,110.60476,15.071204,10703.442,25.76457,0.93210804,6.514465,17.271257,6.8451586,1.997834,9.546416,252.80391,60.0905,5.8338056,0.64148176,2.530594,116.49988,1.2372068,140.31812,169.01881,1810.4863,271.65384,89.03392,153.94266,650.55444,31.888897,27.72428,550.9262,46.799076,65.95744,10.751773,19.511347,180.8644,11.855198,10.528641,50.91215,15.487623,3931.4014,18.27062,20.40457,15.815566,9.847705,250.36008,47.65845,22.169355,7.1803293,6.839396,13.971347,56.02073,82.54856,30.770565,174.14746,18.707386,4.570779,45.673157,28.617714,49.87257,108.39912,18.576977,1.9678763,18.027506,14.624523,1939.4586,17.60197,1.2484549,30.070475,11.785301,124.48396,84.844444,107.589386,6.795745,82.387764,359.28885,269.2761,27.305017,268.79605,74.08638,49.228325,70.34813,78.37295,11.193519,36.55268,490.92896,2.425439,4.671901,180.89575,24.132874,8.845096,21.857037,23.233248,233.3681,76.754906,162.14284,1290.7882,135.37683,1822.52,1688.6986,14.400564,15.9062195,1835.4575,23.659403,24.611961,460.70755,48.274246,79.66546,34.811745,146.21718,279.36188,444.26968,6.4449687,52.482204,205.1751,393.3149,11.176664,96.96939,11.889561,1.6007179,57.81427,1.0225797,1.1370858,3.4679818,11.45491,39.969097,20.199772,20.898924,534.3565,58.566757,34.19816,43.912636,15.455684,78.32527,12.275449,21.882061,12.148118,79.08215,27.698402,31.304495,43.429173,10.384811,42.442936,35.207436,1.3204517,71.33776,11.642543,225.87144,7.9801126,318.83273,21.978924,953.25665,147.02318,3.6257365,10.843699,167.92361,215.64586,986.0607,824.73126 +2023-12-24 21:00:00,0.0,2736.096,52.266872,14.920486,55.065727,36.738186,285.4348,33.039757,60.57214,19.824827,34.2955,269.06326,125.02937,17.524836,85.06078,0.3612776,0.3577692,54.427223,12.366815,21.829287,734.6664,13.400786,908.1747,127.857,11.302809,44.475994,464.0007,64.848015,741.6994,243.27399,3131.6223,25.834444,2804.9043,233.73877,13.823796,14.369672,63.853634,236.48083,289.1939,402.01172,43.758064,27.624956,10.891579,578.59766,174.76566,49.02723,8.220056,533.16815,12.81125,583.8658,5.923042,31.6437,0.0,749.4613,1858.1703,0.25065154,110.485435,15.06672,10698.652,25.764196,0.9323789,6.510311,17.261343,6.8466744,1.9980305,9.540803,252.70375,60.06026,5.8278003,0.6414779,2.5314438,116.50582,1.236069,140.30342,168.83266,1809.9684,271.28717,89.01921,153.9207,651.24133,31.926687,27.748322,551.65533,46.84652,66.02552,10.74849,19.51093,180.91621,11.847761,10.527016,50.915848,15.492203,3931.8467,18.269287,20.402218,15.814674,9.846194,250.46361,47.672398,22.181452,7.181152,6.8374276,13.974027,56.019306,82.50112,30.77248,174.18129,18.704784,4.5699325,45.66602,28.60264,49.825054,108.43332,18.591297,1.9660282,18.050436,14.616978,1938.6488,17.618324,1.2459764,30.02893,11.783074,124.45755,84.85834,107.56937,6.801334,82.415016,359.1335,269.13336,27.298424,268.64087,74.13898,49.219486,70.34361,78.45039,11.20291,36.571724,490.91516,2.4286754,4.6774716,181.00339,24.13318,8.84399,21.871851,23.242321,233.48366,76.79209,162.14497,1291.4714,135.17485,1821.8491,1688.4172,14.389979,15.887142,1834.8708,23.659283,24.581417,460.6065,48.229195,79.60272,34.778843,146.0685,279.28952,444.22778,6.439533,52.445763,204.97626,393.2158,11.171927,96.93672,11.883904,1.6005876,57.823605,1.0223597,1.1367896,3.4659472,11.453118,39.92153,20.193844,20.90242,534.81085,58.537296,34.17915,43.88407,15.449713,78.36189,12.276076,21.91453,12.141734,79.047844,27.675022,31.335308,43.445427,10.384173,42.489113,35.233265,1.3199394,71.30215,11.635573,225.85065,7.977007,318.7202,21.981066,953.60455,146.94376,3.6230855,10.841882,167.85402,215.52094,985.81415,825.02313 +2023-12-24 22:00:00,0.0,2734.8677,52.23403,14.889126,55.018833,36.71557,285.35077,33.02117,60.52736,19.820461,34.26241,268.87466,125.07964,17.513115,84.894196,0.36134872,0.3583158,54.408024,12.388146,21.847078,734.0935,13.398209,907.52997,127.840614,11.321523,44.496777,463.66028,64.87634,742.2404,243.33572,3129.6428,25.869276,2805.0872,234.00774,13.844819,14.388585,63.94601,236.46053,289.1731,402.50986,43.741936,27.603342,10.890347,578.1679,174.98547,49.040916,8.214544,533.27405,12.808008,583.9359,5.9228945,31.62853,0.0,749.4219,1857.5165,0.2506609,110.366104,15.062237,10693.863,25.76382,0.93264973,6.5061574,17.251429,6.84819,1.998227,9.53519,252.60359,60.030018,5.821795,0.641474,2.5322933,116.511765,1.234931,140.28874,168.6465,1809.4504,270.92047,89.00451,153.89874,651.92816,31.964478,27.772364,552.38446,46.893963,66.09359,10.745208,19.510515,180.96803,11.840325,10.525392,50.919544,15.496783,3932.2922,18.267954,20.399866,15.813783,9.844685,250.56714,47.686344,22.193548,7.181975,6.835459,13.976707,56.01788,82.453674,30.774395,174.21513,18.702183,4.569086,45.658882,28.587566,49.77754,108.467514,18.605618,1.9641801,18.073366,14.609433,1937.8389,17.634678,1.2434978,29.987387,11.7808485,124.431145,84.87222,107.54935,6.8069224,82.44227,358.97818,268.99066,27.29183,268.48566,74.191574,49.21065,70.339096,78.52783,11.212303,36.590767,490.90134,2.4319122,4.683042,181.11102,24.133488,8.842885,21.886663,23.251394,233.59921,76.82927,162.14711,1292.1548,134.97287,1821.1781,1688.1357,14.3793955,15.868066,1834.2842,23.659164,24.550873,460.5055,48.18414,79.539986,34.74594,145.9198,279.21716,444.18585,6.4340973,52.40932,204.77742,393.11667,11.1671915,96.90405,11.878248,1.6004573,57.83294,1.0221399,1.1364933,3.4639122,11.451326,39.87397,20.187916,20.905914,535.26514,58.50784,34.160137,43.85551,15.443741,78.39852,12.276703,21.946999,12.135349,79.013535,27.651642,31.366121,43.46168,10.383534,42.535294,35.259094,1.3194269,71.26653,11.628604,225.82985,7.9739013,318.6077,21.98321,953.95245,146.86433,3.6204345,10.840064,167.78441,215.39601,985.56757,825.315 +2023-12-24 23:00:00,0.0,2733.6394,52.20119,14.857765,54.97194,36.692947,285.2667,33.002583,60.482574,19.816093,34.229313,268.68604,125.12992,17.501396,84.7276,0.36141983,0.35886243,54.388824,12.409479,21.86487,733.5207,13.39563,906.8852,127.82423,11.340238,44.517563,463.31985,64.90467,742.7815,243.39748,3127.663,25.904108,2805.27,234.2767,13.865843,14.407498,64.03839,236.44023,289.15228,403.00797,43.725807,27.58173,10.889114,577.7381,175.20529,49.054607,8.209033,533.3799,12.804766,584.00604,5.922747,31.613363,0.0,749.38245,1856.8628,0.25067022,110.24678,15.057754,10689.074,25.763445,0.9329205,6.5020037,17.241514,6.8497057,1.9984235,9.529576,252.50343,59.999775,5.81579,0.64147013,2.533143,116.51771,1.233793,140.27405,168.46034,1808.9325,270.55377,88.98981,153.8768,652.61505,32.002266,27.796404,553.11365,46.941402,66.16167,10.741925,19.5101,181.01985,11.83289,10.523767,50.92324,15.501363,3932.7375,18.26662,20.397514,15.812891,9.843175,250.67065,47.700294,22.205645,7.1827974,6.8334904,13.979387,56.016457,82.406235,30.77631,174.24898,18.699581,4.5682397,45.65174,28.572493,49.730022,108.50172,18.619938,1.962332,18.096296,14.601888,1937.029,17.651031,1.2410192,29.945843,11.778623,124.40474,84.886116,107.52933,6.8125114,82.46952,358.82285,268.84793,27.285234,268.33047,74.24417,49.201813,70.33459,78.60527,11.221695,36.609806,490.8875,2.4351487,4.688612,181.21866,24.133795,8.84178,21.901476,23.260468,233.71477,76.86645,162.14925,1292.838,134.77089,1820.5072,1687.8544,14.368811,15.848989,1833.6975,23.659046,24.520329,460.40448,48.139088,79.47725,34.71304,145.77112,279.1448,444.14395,6.4286613,52.37288,204.57858,393.01755,11.162455,96.871376,11.872592,1.6003271,57.842274,1.02192,1.1361971,3.4618773,11.449533,39.826405,20.181988,20.909409,535.7195,58.478382,34.14113,43.82695,15.437769,78.43515,12.27733,21.979467,12.128965,78.979225,27.628263,31.396935,43.477936,10.382896,42.58147,35.284924,1.3189145,71.23092,11.6216345,225.80905,7.9707956,318.49518,21.985353,954.30035,146.78491,3.6177835,10.838247,167.71481,215.27109,985.32104,825.60693 +2023-12-25 00:00:00,0.0,2732.411,52.168354,14.826405,54.92505,36.670326,285.18265,32.983997,60.43779,19.811728,34.19622,268.49744,125.18019,17.489677,84.561005,0.36149094,0.35940903,54.369625,12.430811,21.882662,732.9478,13.393052,906.2405,127.80783,11.358952,44.53835,462.97943,64.933,743.3226,243.45923,3125.6836,25.93894,2805.453,234.54567,13.886866,14.426412,64.13077,236.41994,289.13144,403.50607,43.70968,27.560118,10.887881,577.3083,175.42513,49.0683,8.203523,533.4858,12.801523,584.0761,5.9226,31.598196,0.0,749.343,1856.2091,0.25067955,110.12746,15.05327,10684.285,25.76307,0.93319136,6.4978495,17.2316,6.851221,1.9986199,9.523963,252.40327,59.969532,5.809785,0.64146626,2.5339928,116.52365,1.2326552,140.25935,168.2742,1808.4146,270.1871,88.9751,153.85484,653.30194,32.04006,27.820446,553.8428,46.988846,66.22974,10.738643,19.509682,181.07169,11.825454,10.522143,50.92694,15.505943,3933.1829,18.265285,20.39516,15.811999,9.841665,250.77419,47.71424,22.217741,7.1836205,6.831522,13.982068,56.015034,82.358795,30.778227,174.28282,18.696981,4.5673933,45.644604,28.557419,49.68251,108.53591,18.634256,1.9604839,18.119225,14.594342,1936.2191,17.667385,1.2385408,29.9043,11.776397,124.378334,84.9,107.50931,6.8181005,82.49677,358.6675,268.7052,27.27864,268.1753,74.296776,49.192978,70.33007,78.68271,11.231087,36.62885,490.87372,2.4383855,4.6941824,181.32631,24.134102,8.840674,21.91629,23.26954,233.83032,76.90363,162.1514,1293.5212,134.56891,1819.8362,1687.5729,14.358226,15.829912,1833.1108,23.658928,24.489784,460.30347,48.094032,79.41452,34.680138,145.62242,279.07245,444.10205,6.4232254,52.336437,204.37975,392.91846,11.157718,96.83871,11.866936,1.6001968,57.85161,1.0217,1.1359009,3.4598424,11.4477415,39.77884,20.17606,20.912903,536.1738,58.448925,34.12212,43.798386,15.431798,78.47177,12.277958,22.011936,12.122581,78.944916,27.604883,31.427748,43.494194,10.382257,42.62765,35.31075,1.3184022,71.195305,11.614665,225.78825,7.96769,318.3827,21.987497,954.64825,146.70549,3.6151326,10.83643,167.64522,215.14616,985.07446,825.8988 +2023-12-25 01:00:00,0.0,2731.1826,52.135513,14.795045,54.878155,36.647705,285.09857,32.96541,60.39301,19.807362,34.163128,268.3088,125.23046,17.477959,84.39441,0.36156204,0.35995564,54.350426,12.452144,21.900454,732.375,13.390474,905.5957,127.79144,11.377666,44.55913,462.63904,64.961334,743.86365,243.52098,3123.704,25.973772,2805.636,234.81464,13.907888,14.445325,64.223145,236.39964,289.11063,404.0042,43.69355,27.538504,10.886649,576.87854,175.64494,49.081985,8.198011,533.5917,12.798282,584.14624,5.9224524,31.583029,0.0,749.3036,1855.5553,0.2506889,110.008125,15.048787,10679.496,25.762693,0.9334622,6.4936957,17.221684,6.8527365,1.9988165,9.518351,252.30312,59.939293,5.8037796,0.6414624,2.5348423,116.529594,1.2315172,140.24467,168.08804,1807.8966,269.8204,88.960396,153.83289,653.98883,32.077847,27.844488,554.57196,47.036285,66.29781,10.73536,19.509268,181.1235,11.818017,10.520519,50.930637,15.510523,3933.6282,18.263952,20.392809,15.811108,9.840155,250.87772,47.728188,22.22984,7.1844435,6.8295536,13.984748,56.013607,82.311356,30.780142,174.31665,18.69438,4.566547,45.637466,28.542345,49.634995,108.570114,18.648577,1.9586358,18.142155,14.586797,1935.4093,17.683739,1.2360622,29.862757,11.774171,124.35193,84.913895,107.48929,6.8236895,82.524025,358.51218,268.5625,27.272047,268.02008,74.34937,49.18414,70.325554,78.76015,11.2404785,36.647892,490.8599,2.441622,4.699753,181.43394,24.134409,8.839569,21.931103,23.278614,233.94588,76.94081,162.15353,1294.2046,134.36693,1819.1653,1687.2915,14.347641,15.810835,1832.5243,23.658808,24.45924,460.20245,48.04898,79.35178,34.647236,145.47374,279.00006,444.06012,6.4177895,52.299995,204.18091,392.81934,11.152981,96.80604,11.8612795,1.6000665,57.860943,1.0214802,1.1356046,3.4578075,11.44595,39.731274,20.170132,20.916397,536.6282,58.419468,34.10311,43.769825,15.425826,78.5084,12.2785845,22.044405,12.116197,78.91061,27.581505,31.458559,43.51045,10.381619,42.67383,35.33658,1.3178898,71.15969,11.607696,225.76744,7.9645844,318.27017,21.98964,954.99615,146.62607,3.6124818,10.834612,167.5756,215.02124,984.8279,826.1907 +2023-12-25 02:00:00,0.0,2729.9543,52.102676,14.763684,54.83126,36.625084,285.01453,32.94682,60.348225,19.802994,34.13003,268.1202,125.28073,17.466238,84.22782,0.36163318,0.36050227,54.331226,12.473475,21.918247,731.8021,13.387896,904.9509,127.775055,11.39638,44.579918,462.2986,64.98966,744.4047,243.58273,3121.7246,26.008606,2805.8188,235.0836,13.928912,14.464238,64.31552,236.37935,289.0898,404.50232,43.677418,27.516891,10.885416,576.4487,175.86476,49.095676,8.1925,533.6975,12.795039,584.2163,5.922305,31.56786,0.0,749.26416,1854.9016,0.25069824,109.8888,15.044304,10674.706,25.762318,0.93373305,6.489542,17.21177,6.8542523,1.999013,9.512737,252.20296,59.90905,5.7977743,0.64145845,2.535692,116.53554,1.2303792,140.22998,167.90189,1807.3787,269.4537,88.945694,153.81093,654.67566,32.11564,27.868528,555.3011,47.08373,66.36588,10.732078,19.508852,181.17532,11.810581,10.518894,50.934334,15.515103,3934.0735,18.262619,20.390457,15.810216,9.838645,250.98123,47.742134,22.241936,7.185266,6.827585,13.987428,56.012184,82.263916,30.782057,174.3505,18.691778,4.5657005,45.630325,28.527271,49.58748,108.60431,18.662897,1.9567876,18.165085,14.579251,1934.5995,17.700094,1.2335836,29.821213,11.771944,124.32552,84.92778,107.46927,6.8292785,82.55128,358.35684,268.41977,27.265453,267.8649,74.40197,49.175304,70.321045,78.837585,11.249871,36.666935,490.8461,2.4448588,4.705323,181.54158,24.134716,8.838464,21.945915,23.287687,234.06143,76.97799,162.15567,1294.888,134.16495,1818.4943,1687.01,14.337056,15.791759,1831.9376,23.65869,24.428696,460.1014,48.003925,79.28905,34.614334,145.32506,278.9277,444.01822,6.4123535,52.263554,203.98207,392.7202,11.148244,96.77337,11.855623,1.5999362,57.870277,1.0212603,1.1353083,3.4557726,11.444158,39.683712,20.164204,20.919893,537.0825,58.390007,34.084103,43.741264,15.419854,78.54503,12.279212,22.076874,12.109812,78.87629,27.558125,31.489372,43.526703,10.3809805,42.72001,35.362408,1.3173773,71.12408,11.600726,225.74664,7.9614787,318.15765,21.991783,955.34406,146.54665,3.6098309,10.832795,167.50601,214.89633,984.5813,826.4826 +2023-12-25 03:00:00,0.0,2728.726,52.069836,14.732324,54.78437,36.602463,284.93045,32.928234,60.30344,19.798628,34.09694,267.93158,125.331,17.45452,84.061226,0.3617043,0.36104888,54.31203,12.494808,21.936039,731.2293,13.385318,904.3062,127.75867,11.415095,44.600704,461.9582,65.01799,744.9458,243.64449,3119.7449,26.043438,2806.0017,235.35257,13.949935,14.483151,64.407906,236.35904,289.06897,405.00043,43.66129,27.49528,10.884184,576.0189,176.0846,49.109364,8.18699,533.8034,12.791797,584.28644,5.922158,31.552692,0.0,749.22473,1854.2479,0.2507076,109.76948,15.039821,10669.917,25.761944,0.93400383,6.485388,17.201855,6.8557677,1.9992094,9.507124,252.1028,59.878807,5.791769,0.6414546,2.5365417,116.54148,1.2292414,140.21529,167.71573,1806.8607,269.08704,88.930984,153.78899,655.36255,32.153427,27.89257,556.0302,47.13117,66.43396,10.728795,19.508436,181.22714,11.803145,10.51727,50.938034,15.519683,3934.5188,18.261286,20.388105,15.809324,9.837135,251.08476,47.75608,22.254032,7.186089,6.825617,13.9901085,56.01076,82.21648,30.783972,174.38434,18.689178,4.564854,45.623188,28.512197,49.539963,108.63851,18.677217,1.9549395,18.188015,14.571707,1933.7896,17.716448,1.2311051,29.77967,11.769718,124.29912,84.94167,107.44925,6.834867,82.57853,358.2015,268.27704,27.25886,267.70972,74.45457,49.166466,70.31653,78.91503,11.259263,36.685974,490.83228,2.4480953,4.7108936,181.64922,24.135023,8.837358,21.96073,23.29676,234.17699,77.015175,162.1578,1295.5712,133.96297,1817.8234,1686.7285,14.326471,15.772681,1831.351,23.658571,24.398151,460.0004,47.95887,79.22631,34.581432,145.17636,278.85535,443.97632,6.406918,52.22711,203.78323,392.6211,11.143507,96.74069,11.849967,1.5998061,57.879612,1.0210403,1.135012,3.4537377,11.442366,39.636147,20.158274,20.923388,537.53687,58.36055,34.065094,43.7127,15.413883,78.58165,12.2798395,22.109343,12.103428,78.84198,27.534746,31.520185,43.542957,10.3803425,42.766186,35.388237,1.316865,71.08846,11.593757,225.72585,7.958373,318.04514,21.993927,955.69196,146.46722,3.6071799,10.830977,167.4364,214.77141,984.3347,826.7745 +2023-12-25 04:00:00,0.0,2727.4978,52.036995,14.700963,54.737476,36.57984,284.84637,32.909645,60.25866,19.79426,34.063843,267.74298,125.38127,17.4428,83.89463,0.3617754,0.36159548,54.29283,12.51614,21.95383,730.65643,13.38274,903.66144,127.74227,11.433809,44.621487,461.61777,65.04632,745.4869,243.70624,3117.7654,26.07827,2806.1846,235.62154,13.970958,14.502065,64.50028,236.33875,289.04816,405.49857,43.64516,27.473665,10.882951,575.5892,176.30441,49.123055,8.1814785,533.90924,12.788555,584.3565,5.92201,31.537525,0.0,749.18524,1853.5941,0.25071692,109.65015,15.0353365,10665.128,25.761568,0.9342747,6.481234,17.19194,6.8572836,1.999406,9.501511,252.00264,59.848564,5.7857637,0.6414507,2.5373912,116.547424,1.2281034,140.2006,167.52957,1806.3428,268.72034,88.91628,153.76703,656.04944,32.19122,27.916613,556.7594,47.17861,66.50203,10.7255125,19.50802,181.27896,11.795709,10.515646,50.94173,15.524263,3934.964,18.259953,20.385754,15.808433,9.835626,251.1883,47.770027,22.266129,7.1869116,6.8236485,13.992788,56.009335,82.16904,30.785887,174.41818,18.686577,4.5640078,45.61605,28.497124,49.49245,108.67271,18.691536,1.9530914,18.210945,14.564161,1932.9797,17.732801,1.2286265,29.738127,11.767492,124.27271,84.95556,107.42923,6.840456,82.60578,358.04617,268.13434,27.252266,267.5545,74.507164,49.15763,70.31201,78.99247,11.268655,36.705017,490.81845,2.451332,4.716464,181.75687,24.13533,8.836253,21.975542,23.305834,234.29254,77.05235,162.15994,1296.2544,133.76099,1817.1523,1686.4471,14.315887,15.753605,1830.7643,23.658453,24.367607,459.89938,47.91382,79.163574,34.54853,145.02768,278.783,443.93442,6.401482,52.19067,203.5844,392.522,11.13877,96.70802,11.844311,1.5996758,57.888947,1.0208205,1.1347158,3.451703,11.440574,39.58858,20.152346,20.926882,537.9912,58.331093,34.046085,43.68414,15.407911,78.61828,12.280467,22.141811,12.097043,78.80767,27.511366,31.550999,43.55921,10.379704,42.812366,35.414066,1.3163526,71.05285,11.586787,225.70505,7.9552674,317.93262,21.99607,956.03986,146.3878,3.604529,10.82916,167.3668,214.64648,984.08813,827.06635 +2023-12-25 05:00:00,0.0,2726.2695,52.004158,14.669603,54.690582,36.55722,284.76233,32.891056,60.213875,19.789894,34.03075,267.55435,125.43155,17.43108,83.72804,0.3618465,0.3621421,54.273632,12.537473,21.971622,730.08356,13.380161,903.0167,127.72588,11.452523,44.642273,461.27734,65.074646,746.02795,243.76799,3115.786,26.113102,2806.3674,235.8905,13.9919815,14.520978,64.59266,236.31845,289.02734,405.99667,43.629032,27.452053,10.881719,575.15936,176.52423,49.13674,8.175967,534.01514,12.785313,584.42664,5.9218626,31.522358,0.0,749.1458,1852.9404,0.25072628,109.53082,15.030853,10660.339,25.761192,0.9345455,6.4770803,17.182026,6.858799,1.9996024,9.495897,251.90248,59.818325,5.779759,0.6414468,2.538241,116.55337,1.2269654,140.18591,167.34341,1805.8248,268.35364,88.90158,153.74507,656.7363,32.229008,27.940655,557.4885,47.226055,66.57011,10.72223,19.507605,181.3308,11.788273,10.514022,50.945427,15.528843,3935.4094,18.25862,20.3834,15.807541,9.834115,251.29182,47.783974,22.278225,7.1877346,6.8216796,13.995469,56.00791,82.1216,30.787802,174.45201,18.683975,4.5631614,45.60891,28.482048,49.444935,108.70691,18.705856,1.9512433,18.233873,14.556616,1932.1698,17.749155,1.2261479,29.696583,11.765266,124.24631,84.969444,107.40921,6.846045,82.633026,357.89084,267.9916,27.245672,267.39932,74.55977,49.148792,70.3075,79.06991,11.278047,36.72406,490.80466,2.4545686,4.722034,181.8645,24.135637,8.835148,21.990355,23.314907,234.4081,77.08953,162.16208,1296.9377,133.55902,1816.4814,1686.1656,14.305303,15.734528,1830.1776,23.658335,24.337063,459.79837,47.868763,79.10084,34.51563,144.87898,278.71063,443.8925,6.396046,52.154232,203.38556,392.42288,11.134033,96.675354,11.838654,1.5995455,57.89828,1.0206006,1.1344196,3.4496682,11.438781,39.541016,20.146418,20.930376,538.44556,58.301636,34.027073,43.65558,15.401939,78.65491,12.281094,22.174278,12.090659,78.77336,27.487988,31.581812,43.575466,10.3790655,42.858543,35.439896,1.3158401,71.017235,11.579818,225.68425,7.952162,317.8201,21.998215,956.38776,146.30838,3.601878,10.827343,167.29721,214.52156,983.8416,827.3583 +2023-12-25 06:00:00,0.0,2725.0413,51.971317,14.638243,54.643692,36.5346,284.67825,32.87247,60.16909,19.785526,33.997658,267.36575,125.48182,17.419361,83.56145,0.36191761,0.36268872,54.254433,12.5588045,21.989414,729.51074,13.3775835,902.37195,127.709496,11.471238,44.66306,460.93695,65.102974,746.569,243.82974,3113.8064,26.147934,2806.5505,236.15947,14.013004,14.539892,64.685036,236.29816,289.00653,406.49478,43.612904,27.43044,10.8804865,574.72955,176.74405,49.150433,8.170456,534.121,12.78207,584.49677,5.9217153,31.507189,0.0,749.1064,1852.2867,0.2507356,109.4115,15.02637,10655.549,25.760817,0.93481636,6.4729266,17.172112,6.8603144,1.9997989,9.490284,251.80232,59.788082,5.7737536,0.64144295,2.5390904,116.55931,1.2258276,140.17123,167.15726,1805.3069,267.98697,88.88689,153.72313,657.42316,32.2668,27.964695,558.21765,47.273495,66.638176,10.718947,19.507189,181.38261,11.780837,10.512398,50.949127,15.533423,3935.8547,18.257286,20.381048,15.806649,9.832605,251.39534,47.797924,22.290323,7.1885576,6.819711,13.998149,56.006485,82.07416,30.789719,174.48586,18.681374,4.562315,45.601772,28.466974,49.39742,108.74111,18.720177,1.9493952,18.256804,14.54907,1931.36,17.765509,1.2236694,29.655039,11.76304,124.2199,84.98334,107.38919,6.851634,82.66028,357.7355,267.84888,27.239079,267.2441,74.612366,49.139957,70.302986,79.14735,11.287439,36.7431,490.79083,2.4578054,4.7276044,181.97214,24.135944,8.8340435,22.005169,23.32398,234.52365,77.12672,162.16422,1297.621,133.35704,1815.8104,1685.8843,14.294718,15.715451,1829.5911,23.658215,24.306519,459.69736,47.82371,79.03811,34.482727,144.7303,278.63828,443.8506,6.39061,52.11779,203.18672,392.32376,11.129296,96.642685,11.832997,1.5994152,57.907616,1.0203806,1.1341233,3.4476333,11.436989,39.493454,20.14049,20.93387,538.89984,58.27218,34.008064,43.627018,15.395968,78.691536,12.281721,22.206747,12.084274,78.73905,27.464607,31.612625,43.59172,10.3784275,42.904724,35.465725,1.3153278,70.98163,11.572848,225.66344,7.949056,317.70758,22.000357,956.73566,146.22896,3.599227,10.825525,167.2276,214.39664,983.59503,827.65015 +2023-12-25 07:00:00,0.0,2723.813,51.938477,14.606882,54.596798,36.51198,284.5942,32.85388,60.12431,19.78116,33.96456,267.17712,125.53209,17.407642,83.39485,0.36198872,0.36323532,54.235233,12.580137,22.007206,728.93787,13.375006,901.72723,127.6931,11.489952,44.683846,460.59653,65.1313,747.11005,243.89148,3111.827,26.182766,2806.7334,236.42844,14.034027,14.558805,64.77741,236.27786,288.9857,406.99292,43.596775,27.408827,10.879253,574.29974,176.96388,49.16412,8.164946,534.2268,12.778829,584.56683,5.921568,31.492022,0.0,749.06696,1851.6329,0.25074494,109.29217,15.021887,10650.76,25.76044,0.93508714,6.4687724,17.162197,6.86183,1.9999954,9.484672,251.70216,59.75784,5.7677484,0.6414391,2.53994,116.56526,1.2246896,140.15654,166.9711,1804.789,267.62027,88.87218,153.70117,658.11005,32.30459,27.988737,558.94684,47.32094,66.70625,10.715665,19.506773,181.43443,11.773401,10.510774,50.952824,15.538003,3936.3003,18.255953,20.378696,15.8057575,9.831096,251.49887,47.81187,22.30242,7.18938,6.817743,14.00083,56.005062,82.02672,30.791634,174.5197,18.678774,4.5614686,45.594635,28.4519,49.349903,108.77531,18.734497,1.9475471,18.279734,14.541525,1930.55,17.781862,1.2211908,29.613497,11.760814,124.1935,84.99722,107.36917,6.857223,82.68753,357.58017,267.70618,27.232485,267.08893,74.66496,49.13112,70.29847,79.224785,11.296831,36.762142,490.777,2.461042,4.733175,182.07977,24.136251,8.832938,22.019981,23.333054,234.6392,77.163895,162.16635,1298.3043,133.15506,1815.1395,1685.6028,14.284133,15.696374,1829.0044,23.658096,24.275974,459.5963,47.778656,78.97537,34.449825,144.58162,278.56592,443.8087,6.3851743,52.08135,202.98788,392.22464,11.124559,96.610016,11.827341,1.599285,57.91695,1.0201608,1.1338271,3.4455984,11.435197,39.44589,20.134562,20.937365,539.3542,58.242718,33.989056,43.598454,15.389997,78.72816,12.282349,22.239216,12.07789,78.70474,27.441229,31.643438,43.607975,10.377789,42.950905,35.491554,1.3148154,70.946014,11.56588,225.64264,7.9459505,317.59506,22.0025,957.08356,146.14954,3.5965762,10.823708,167.158,214.27171,983.34845,827.942 +2023-12-25 08:00:00,0.0,2722.5845,51.90564,14.575521,54.549904,36.489357,284.51013,32.835293,60.079525,19.776793,33.93147,266.98853,125.58236,17.395922,83.22826,0.36205983,0.36378193,54.216034,12.601469,22.025,728.36505,13.372427,901.08246,127.67671,11.508667,44.704628,460.2561,65.15964,747.6511,243.95323,3109.8472,26.2176,2806.9163,236.6974,14.055051,14.577719,64.86979,236.25755,288.96487,407.49103,43.580647,27.387215,10.878021,573.87,177.1837,49.17781,8.159434,534.3327,12.775586,584.63696,5.9214206,31.476854,0.0,749.02747,1850.9792,0.2507543,109.172844,15.017404,10645.971,25.760065,0.935358,6.4646187,17.152283,6.8633456,2.000192,9.479058,251.602,59.727596,5.761743,0.6414352,2.5407898,116.571205,1.2235516,140.14185,166.78494,1804.271,267.25357,88.857475,153.67921,658.79694,32.34238,28.01278,559.67596,47.368378,66.77432,10.712382,19.506357,181.48625,11.7659645,10.509149,50.95652,15.542583,3936.7456,18.254618,20.376345,15.804866,9.829586,251.6024,47.825817,22.314516,7.190203,6.8157744,14.0035095,56.00364,81.97928,30.793549,174.55354,18.676172,4.560622,45.587494,28.436827,49.30239,108.80951,18.748816,1.945699,18.302664,14.53398,1929.7402,17.798216,1.2187122,29.571953,11.758588,124.16709,85.011116,107.34915,6.8628116,82.71478,357.42484,267.56345,27.225891,266.93375,74.71756,49.122284,70.29396,79.30223,11.306223,36.781185,490.7632,2.4642787,4.738745,182.18741,24.136559,8.831833,22.034794,23.342127,234.75478,77.20107,162.1685,1298.9875,132.95308,1814.4685,1685.3214,14.273548,15.677298,1828.4177,23.657978,24.24543,459.4953,47.733604,78.912636,34.416924,144.43292,278.49356,443.76678,6.3797383,52.044907,202.78905,392.12555,11.1198225,96.57734,11.821685,1.5991547,57.926285,1.0199409,1.1335309,3.4435635,11.433405,39.398323,20.128633,20.94086,539.80853,58.21326,33.970047,43.569893,15.384025,78.764786,12.282975,22.271685,12.071506,78.67043,27.417849,31.674252,43.62423,10.377151,42.99708,35.51738,1.3143029,70.9104,11.55891,225.62184,7.942845,317.48257,22.004644,957.43146,146.07011,3.5939252,10.821891,167.0884,214.1468,983.10187,828.23395 +2023-12-25 09:00:00,0.0,2721.3562,51.8728,14.544161,54.503014,36.466736,284.4261,32.816708,60.03474,19.772427,33.898376,266.7999,125.63263,17.384203,83.06167,0.36213094,0.36432856,54.196835,12.622802,22.042791,727.7922,13.369849,900.43774,127.660324,11.527381,44.725414,459.91568,65.187965,748.1922,244.01498,3107.8677,26.252432,2807.099,236.96637,14.076074,14.596632,64.96217,236.23726,288.94406,407.98914,43.564518,27.365602,10.876788,573.4402,177.40352,49.191498,8.153923,534.4386,12.772345,584.70703,5.921273,31.461687,0.0,748.98804,1850.3256,0.25076362,109.05352,15.01292,10641.182,25.759691,0.93562883,6.460465,17.142368,6.8648615,2.0003884,9.473445,251.50185,59.697357,5.755738,0.64143133,2.5416393,116.57715,1.2224138,140.12717,166.59879,1803.753,266.8869,88.84277,153.65726,659.4838,32.38017,28.03682,560.4051,47.41582,66.8424,10.7091,19.505941,181.53809,11.758529,10.5075245,50.960217,15.547163,3937.191,18.253284,20.373991,15.803974,9.828075,251.70592,47.839764,22.326612,7.191026,6.813806,14.00619,56.002213,81.93184,30.795464,174.58737,18.67357,4.5597763,45.580357,28.421753,49.254875,108.843704,18.763136,1.9438508,18.325594,14.526435,1928.9303,17.81457,1.2162337,29.530409,11.756362,124.140686,85.025,107.32913,6.8684006,82.742035,357.26947,267.42072,27.219296,266.77853,74.77016,49.11345,70.289444,79.37967,11.315616,36.80023,490.7494,2.4675152,4.7443156,182.29506,24.136866,8.830728,22.049606,23.3512,234.87033,77.23826,162.17064,1299.6709,132.7511,1813.7976,1685.0399,14.262963,15.65822,1827.831,23.65786,24.214886,459.3943,47.68855,78.8499,34.38402,144.28424,278.42117,443.72485,6.374303,52.008465,202.59021,392.02643,11.115086,96.54467,11.816029,1.5990244,57.93562,1.0197209,1.1332346,3.4415286,11.431613,39.350758,20.122705,20.944355,540.2629,58.183804,33.95104,43.541332,15.378054,78.801414,12.283603,22.304153,12.065121,78.63612,27.394468,31.705065,43.640484,10.376512,43.043262,35.54321,1.3137906,70.87479,11.551941,225.60104,7.939739,317.37006,22.006788,957.77936,145.99069,3.5912743,10.820073,167.0188,214.02188,982.8553,828.5258 +2023-12-25 10:00:00,0.0,2720.128,51.839962,14.512801,54.45612,36.444115,284.342,32.79812,59.98996,19.768059,33.86528,266.6113,125.68291,17.372484,82.89507,0.36220205,0.36487517,54.177635,12.644134,22.060583,727.21936,13.367271,899.79297,127.643936,11.546096,44.7462,459.5753,65.21629,748.7333,244.07674,3105.8882,26.287264,2807.282,237.23534,14.097097,14.615545,65.05455,236.21696,288.92322,408.48727,43.548386,27.343988,10.875556,573.0104,177.62335,49.20519,8.148413,534.54443,12.769102,584.77716,5.921126,31.446518,0.0,748.9486,1849.6718,0.25077298,108.93419,15.008437,10636.393,25.759315,0.9358996,6.4563107,17.132454,6.866377,2.0005848,9.467832,251.40169,59.667114,5.7497325,0.64142746,2.542489,116.58309,1.2212758,140.11247,166.41263,1803.2351,266.5202,88.828064,153.63531,660.17065,32.41796,28.060862,561.1343,47.46326,66.91048,10.705817,19.505526,181.5899,11.751093,10.5059,50.963917,15.5517435,3937.6362,18.251951,20.37164,15.803082,9.826566,251.80945,47.85371,22.338709,7.1918488,6.811837,14.00887,56.00079,81.8844,30.797379,174.62122,18.67097,4.55893,45.57322,28.40668,49.20736,108.87791,18.777456,1.9420027,18.348522,14.518889,1928.1205,17.830923,1.2137551,29.488865,11.754136,124.11428,85.038895,107.30911,6.8739896,82.76929,357.11414,267.278,27.212702,266.62335,74.82276,49.10461,70.28493,79.45711,11.325007,36.819267,490.7356,2.470752,4.749886,182.4027,24.137175,8.829622,22.06442,23.360271,234.98589,77.27544,162.17278,1300.3541,132.54912,1813.1266,1684.7585,14.252379,15.639144,1827.2445,23.657742,24.184341,459.29327,47.643494,78.78716,34.35112,144.13554,278.34882,443.68295,6.368867,51.972023,202.39137,391.9273,11.110349,96.512,11.810372,1.5988942,57.944954,1.0195011,1.1329383,3.4394937,11.429821,39.303196,20.116777,20.94785,540.7172,58.154346,33.93203,43.512768,15.372082,78.838036,12.28423,22.336622,12.058737,78.60181,27.37109,31.735876,43.65674,10.375874,43.08944,35.56904,1.3132782,70.83917,11.544971,225.58025,7.9366336,317.25754,22.00893,958.12726,145.91127,3.5886233,10.818255,166.94919,213.89696,982.6087,828.8177 +2023-12-25 11:00:00,0.0,2718.8997,51.80712,14.481441,54.409225,36.421494,284.25797,32.77953,59.945175,19.763693,33.832188,266.42267,125.73318,17.360765,82.72848,0.36227316,0.36542177,54.158436,12.665466,22.078375,726.6465,13.364693,899.1482,127.62754,11.56481,44.766983,459.23486,65.24462,749.27435,244.13849,3103.9087,26.322096,2807.465,237.5043,14.11812,14.634459,65.14693,236.19667,288.9024,408.98538,43.532257,27.322376,10.874323,572.5806,177.84317,49.21888,8.142901,534.6503,12.76586,584.8472,5.9209785,31.43135,0.0,748.9092,1849.0181,0.2507823,108.814865,15.003953,10631.603,25.75894,0.93617046,6.452157,17.122538,6.8678923,2.0007813,9.462218,251.30153,59.63687,5.7437277,0.6414235,2.5433388,116.589035,1.2201378,140.09778,166.22647,1802.7172,266.1535,88.81336,153.61336,660.85754,32.45575,28.084904,561.8634,47.510704,66.978546,10.702534,19.50511,181.64172,11.743656,10.504276,50.967613,15.556323,3938.0815,18.250618,20.369287,15.802191,9.825056,251.91298,47.867657,22.350807,7.192672,6.809869,14.011551,55.999367,81.83696,30.799295,174.65506,18.66837,4.5580835,45.56608,28.391605,49.159843,108.9121,18.791777,1.9401546,18.371452,14.511344,1927.3105,17.847279,1.2112765,29.447323,11.751909,124.087875,85.05278,107.28909,6.8795786,82.79654,356.9588,267.13528,27.206108,266.46817,74.87536,49.095776,70.28042,79.534546,11.334399,36.83831,490.72177,2.4739885,4.7554564,182.51033,24.137482,8.828517,22.079233,23.369345,235.10144,77.31262,162.17491,1301.0375,132.34714,1812.4557,1684.477,14.241795,15.620067,1826.6578,23.657621,24.153797,459.19226,47.598442,78.72443,34.31822,143.98686,278.27646,443.64105,6.363431,51.93558,202.19254,391.8282,11.105612,96.47933,11.804716,1.598764,57.95429,1.0192811,1.132642,3.4374588,11.428028,39.25563,20.11085,20.951344,541.1716,58.124886,33.913017,43.484207,15.36611,78.874664,12.284858,22.369091,12.052352,78.5675,27.34771,31.76669,43.672997,10.375235,43.13562,35.594868,1.3127657,70.80356,11.538002,225.55943,7.933528,317.14502,22.011074,958.47516,145.83185,3.5859723,10.816439,166.8796,213.77203,982.3622,829.1096 +2023-12-25 12:00:00,0.0,2717.6714,51.77428,14.45008,54.362335,36.398872,284.1739,32.760944,59.90039,19.759327,33.79909,266.23407,125.78345,17.349045,82.56189,0.36234426,0.36596838,54.139236,12.686798,22.096167,726.0736,13.362115,898.5035,127.61115,11.583524,44.78777,458.89444,65.27295,749.8154,244.20024,3101.9292,26.356928,2807.648,237.77327,14.139143,14.653372,65.2393,236.17638,288.8816,409.4835,43.51613,27.300764,10.873091,572.1508,178.06299,49.232567,8.13739,534.75616,12.762618,584.91736,5.920831,31.416183,0.0,748.86975,1848.3644,0.25079167,108.69554,14.99947,10626.813,25.758564,0.9364413,6.4480033,17.112623,6.869408,2.0009778,9.456606,251.20137,59.606632,5.7377224,0.64141965,2.5441883,116.59498,1.219,140.0831,166.04033,1802.1992,265.78683,88.79866,153.5914,661.54443,32.49354,28.108944,562.5925,47.558147,67.04662,10.699251,19.504694,181.69354,11.73622,10.502652,50.97131,15.560904,3938.5269,18.249285,20.366936,15.801299,9.823545,252.01651,47.881607,22.362904,7.1934943,6.8079004,14.014231,55.99794,81.78952,30.80121,174.6889,18.665768,4.557237,45.55894,28.376532,49.11233,108.946304,18.806095,1.9383065,18.394382,14.5037985,1926.5007,17.863632,1.208798,29.405779,11.749683,124.06146,85.06667,107.26907,6.885167,82.82379,356.80347,266.99255,27.199514,266.31296,74.927956,49.086937,70.2759,79.611984,11.343791,36.857353,490.70795,2.4772253,4.7610264,182.61797,24.137789,8.827412,22.094046,23.378418,235.217,77.3498,162.17705,1301.7207,132.14516,1811.7847,1684.1957,14.23121,15.600989,1826.0712,23.657503,24.123253,459.09122,47.553387,78.6617,34.285316,143.83818,278.2041,443.59912,6.357995,51.89914,201.9937,391.72906,11.100875,96.446655,11.799059,1.5986336,57.963623,1.0190612,1.1323458,3.435424,11.426236,39.208065,20.10492,20.954838,541.6259,58.09543,33.89401,43.455647,15.360139,78.91129,12.285484,22.40156,12.045968,78.53319,27.324331,31.797503,43.68925,10.374597,43.181797,35.620697,1.3122534,70.767944,11.531033,225.53864,7.9304223,317.0325,22.013218,958.82306,145.75243,3.5833216,10.814621,166.81,213.64711,982.1156,829.4015 +2023-12-25 13:00:00,0.0,2716.443,51.741444,14.418719,54.31544,36.37625,284.0898,32.742355,59.85561,19.75496,33.766,266.04544,125.83372,17.337326,82.395294,0.36241537,0.366515,54.12004,12.708131,22.11396,725.5008,13.359537,897.8587,127.594765,11.602239,44.808556,458.55402,65.30128,750.3565,244.262,3099.9495,26.39176,2807.8308,238.04225,14.160167,14.672285,65.33168,236.15607,288.86075,409.98163,43.5,27.27915,10.871859,571.721,178.2828,49.246258,8.13188,534.86206,12.759376,584.9874,5.9206834,31.401016,0.0,748.8303,1847.7106,0.250801,108.57621,14.994987,10622.024,25.758188,0.93671215,6.4438496,17.102709,6.8709235,2.0011744,9.450993,251.10121,59.57639,5.731717,0.6414158,2.545038,116.60092,1.217862,140.0684,165.85417,1801.6813,265.42014,88.78395,153.56944,662.2313,32.53133,28.132986,563.3217,47.605587,67.11469,10.695969,19.50428,181.74536,11.728785,10.501027,50.97501,15.565483,3938.9722,18.247952,20.364584,15.800407,9.822036,252.12003,47.895554,22.375,7.1943173,6.805932,14.0169115,55.996517,81.74208,30.803125,174.72275,18.663166,4.556391,45.551804,28.361458,49.064816,108.9805,18.820415,1.9364583,18.417313,14.496254,1925.6908,17.879986,1.2063195,29.364235,11.7474575,124.03506,85.08056,107.249054,6.890756,82.85104,356.64813,266.84985,27.19292,266.15778,74.98055,49.078102,70.271385,79.68942,11.353184,36.876396,490.69415,2.4804618,4.766597,182.72562,24.138096,8.826306,22.10886,23.387491,235.33255,77.38698,162.17918,1302.404,131.94318,1811.1138,1683.9142,14.220625,15.581913,1825.4845,23.657385,24.092709,458.9902,47.508335,78.59896,34.252415,143.68948,278.13174,443.55722,6.352559,51.8627,201.79486,391.62997,11.096138,96.41399,11.793403,1.5985034,57.972958,1.0188414,1.1320496,3.4333892,11.424444,39.1605,20.098991,20.958334,542.08026,58.06597,33.875,43.427082,15.354167,78.947914,12.286112,22.434029,12.039583,78.49888,27.300951,31.828316,43.705505,10.373958,43.227978,35.646526,1.311741,70.73233,11.524063,225.51784,7.9273167,316.91998,22.015362,959.17096,145.673,3.5806706,10.812803,166.74039,213.52219,981.869,829.69336 +2023-12-25 14:00:00,0.0,2715.2148,51.708603,14.38736,54.268547,36.35363,284.00577,32.723766,59.810825,19.750593,33.732906,265.85684,125.88399,17.325607,82.2287,0.36248648,0.36706161,54.10084,12.729464,22.131752,724.9279,13.356958,897.214,127.57837,11.620953,44.829338,458.2136,65.32961,750.8976,244.32375,3097.97,26.426592,2808.0137,238.31122,14.18119,14.691198,65.42406,236.13577,288.83994,410.47974,43.48387,27.257538,10.8706255,571.2912,178.50264,49.259945,8.1263685,534.9679,12.756133,585.05756,5.920536,31.385847,0.0,748.7909,1847.0569,0.25081033,108.45689,14.990503,10617.235,25.757814,0.9369829,6.4396954,17.092794,6.8724394,2.001371,9.445379,251.00105,59.546146,5.725712,0.6414119,2.5458877,116.606865,1.216724,140.05371,165.66801,1801.1633,265.05344,88.76925,153.5475,662.91815,32.569122,28.157028,564.05084,47.65303,67.18277,10.692686,19.503862,181.7972,11.721349,10.499403,50.978706,15.570064,3939.4175,18.246618,20.36223,15.799516,9.820526,252.22356,47.9095,22.387096,7.1951404,6.8039637,14.019591,55.995094,81.69464,30.80504,174.75658,18.660566,4.5555444,45.544662,28.346384,49.0173,109.0147,18.834736,1.9346102,18.440243,14.4887085,1924.881,17.89634,1.2038409,29.322691,11.745232,124.00865,85.094444,107.229034,6.896345,82.87829,356.4928,266.70712,27.186327,266.0026,75.03315,49.069263,70.26687,79.76687,11.362576,36.895435,490.68033,2.4836986,4.772167,182.83325,24.138403,8.825201,22.123672,23.396564,235.4481,77.424164,162.18132,1303.0873,131.7412,1810.4427,1683.6328,14.21004,15.562836,1824.8978,23.657267,24.062164,458.8892,47.46328,78.536224,34.219513,143.5408,278.0594,443.51532,6.347123,51.82626,201.59602,391.53085,11.091401,96.38132,11.787746,1.5983732,57.982292,1.0186214,1.1317533,3.4313543,11.422652,39.112938,20.093063,20.961828,542.5346,58.036514,33.85599,43.39852,15.348195,78.98454,12.286739,22.466497,12.033199,78.46457,27.277573,31.859129,43.72176,10.37332,43.274155,35.672356,1.3112285,70.69672,11.517094,225.49704,7.924211,316.80746,22.017506,959.51886,145.59358,3.5780196,10.8109865,166.67079,213.39728,981.62244,829.9853 +2023-12-25 15:00:00,0.0,2713.9863,51.675762,14.355999,54.221657,36.33101,283.9217,32.70518,59.76604,19.746225,33.69981,265.6682,125.934265,17.313887,82.0621,0.3625576,0.36760822,54.081642,12.750795,22.149544,724.3551,13.354381,896.5692,127.56198,11.6396675,44.850124,457.8732,65.35794,751.4386,244.38548,3095.9905,26.461426,2808.1965,238.58018,14.202212,14.710112,65.51643,236.11548,288.81912,410.97787,43.467743,27.235926,10.869393,570.86145,178.72246,49.273636,8.120857,535.0738,12.752892,585.1277,5.9203887,31.37068,0.0,748.75146,1846.4032,0.25081968,108.33756,14.98602,10612.446,25.757439,0.9372538,6.4355416,17.08288,6.873955,2.0015674,9.439766,250.9009,59.515903,5.7197065,0.641408,2.5467372,116.61281,1.2155862,140.03903,165.48186,1800.6454,264.68677,88.75455,153.52554,663.60504,32.60691,28.18107,564.77997,47.70047,67.25084,10.689404,19.503447,181.84901,11.713912,10.497779,50.982403,15.574643,3939.863,18.245285,20.359879,15.798624,9.819016,252.32709,47.923447,22.399193,7.195963,6.801995,14.022271,55.993668,81.6472,30.806955,174.79042,18.657965,4.554698,45.537525,28.33131,48.969784,109.0489,18.849056,1.9327621,18.463173,14.481163,1924.071,17.912693,1.2013624,29.281149,11.743006,123.98225,85.10834,107.209015,6.901934,82.90554,356.33746,266.5644,27.179733,265.84738,75.085754,49.06043,70.26236,79.84431,11.371967,36.91448,490.66653,2.4869351,4.7777376,182.94089,24.13871,8.824097,22.138485,23.405638,235.56366,77.46134,162.18346,1303.7705,131.53922,1809.7719,1683.3513,14.199455,15.543759,1824.3113,23.657146,24.03162,458.78818,47.41823,78.47349,34.18661,143.3921,277.98703,443.47342,6.3416877,51.789818,201.39719,391.43173,11.086664,96.34865,11.78209,1.5982429,57.991627,1.0184015,1.1314571,3.4293194,11.42086,39.065372,20.087135,20.965322,542.9889,58.007057,33.836983,43.36996,15.342224,79.02117,12.287366,22.498966,12.026814,78.43026,27.254192,31.889942,43.738014,10.372682,43.320335,35.698185,1.3107162,70.66111,11.510124,225.47624,7.9211054,316.69495,22.019648,959.8667,145.51416,3.5753686,10.809169,166.60118,213.27235,981.37585,830.27716 +2023-12-25 16:00:00,0.0,2712.758,51.642925,14.324638,54.174763,36.308388,283.83765,32.686592,59.72126,19.74186,33.666718,265.4796,125.984535,17.302168,81.895515,0.36262873,0.36815485,54.062443,12.772128,22.167336,723.7822,13.351803,895.9245,127.54559,11.658381,44.87091,457.53278,65.38627,751.9797,244.44724,3094.011,26.496258,2808.3796,238.84915,14.223236,14.729025,65.60881,236.09518,288.7983,411.47598,43.451614,27.214312,10.86816,570.43164,178.94228,49.287323,8.115346,535.1797,12.749649,585.19775,5.9202414,31.355513,0.0,748.71204,1845.7494,0.250829,108.21823,14.981537,10607.656,25.757063,0.9375246,6.431388,17.072966,6.87547,2.0017638,9.434153,250.80074,59.485664,5.7137012,0.64140415,2.547587,116.61875,1.2144482,140.02434,165.2957,1800.1274,264.32007,88.73984,153.50359,664.29193,32.644703,28.20511,565.50916,47.747913,67.31892,10.686121,19.503033,181.90083,11.706476,10.496155,50.9861,15.579224,3940.3083,18.243952,20.357527,15.797732,9.817506,252.4306,47.937393,22.411291,7.196786,6.8000264,14.024952,55.992245,81.59976,30.80887,174.82426,18.655363,4.5538516,45.530384,28.316236,48.92227,109.0831,18.863375,1.9309139,18.486101,14.473618,1923.2612,17.929047,1.1988838,29.239605,11.740779,123.95584,85.12222,107.188995,6.907523,82.93279,356.18213,266.4217,27.17314,265.6922,75.13835,49.05159,70.25784,79.921745,11.381359,36.93352,490.6527,2.490172,4.783308,183.04852,24.139017,8.822991,22.1533,23.414711,235.67921,77.49852,162.1856,1304.4539,131.33723,1809.1008,1683.07,14.18887,15.524682,1823.7246,23.657028,24.001076,458.68716,47.373173,78.41075,34.15371,143.24342,277.91467,443.4315,6.3362517,51.753376,201.19833,391.3326,11.081927,96.31597,11.776434,1.5981126,58.00096,1.0181817,1.1311609,3.4272845,11.419068,39.017807,20.081207,20.968817,543.44324,57.977596,33.817974,43.341396,15.336252,79.05779,12.287993,22.531435,12.020431,78.39595,27.230814,31.920755,43.75427,10.372043,43.366512,35.72401,1.3102038,70.625496,11.503155,225.45543,7.9179997,316.58243,22.021791,960.2146,145.43474,3.5727177,10.807351,166.53159,213.14743,981.1293,830.56903 +2023-12-25 17:00:00,0.0,2711.5298,51.610085,14.293278,54.12787,36.285767,283.75357,32.668003,59.676476,19.737492,33.633625,265.291,126.034805,17.29045,81.72892,0.36269984,0.36870146,54.043243,12.79346,22.185127,723.2094,13.349224,895.2797,127.5292,11.677096,44.891693,457.19235,65.4146,752.52075,244.50899,3092.0312,26.53109,2808.5625,239.11812,14.244259,14.747938,65.70119,236.07489,288.77747,411.9741,43.435482,27.1927,10.866928,570.00183,179.16211,49.301014,8.109836,535.2855,12.746407,585.2679,5.920094,31.340345,0.0,748.6726,1845.0957,0.25083837,108.09891,14.977054,10602.867,25.756687,0.9377954,6.4272337,17.063051,6.876986,2.0019603,9.428539,250.70058,59.45542,5.707696,0.6414003,2.5484366,116.624695,1.2133102,140.00966,165.10954,1799.6095,263.95337,88.725136,153.48163,664.9788,32.68249,28.229153,566.2383,47.795353,67.386986,10.682838,19.502615,181.95265,11.69904,10.494531,50.9898,15.583803,3940.7537,18.242617,20.355175,15.796841,9.815996,252.53413,47.95134,22.423388,7.1976085,6.798058,14.027632,55.990818,81.55232,30.810787,174.85811,18.652763,4.553005,45.523247,28.301163,48.874756,109.117294,18.877695,1.9290658,18.509031,14.466072,1922.4513,17.9454,1.1964052,29.198061,11.738553,123.929436,85.136116,107.168976,6.9131117,82.960045,356.0268,266.27896,27.166546,265.537,75.19095,49.042755,70.25333,79.99918,11.390752,36.95256,490.6389,2.4934084,4.7888784,183.15616,24.139324,8.821886,22.168112,23.423784,235.79477,77.535706,162.18774,1305.1372,131.13525,1808.4299,1682.7885,14.178287,15.505606,1823.138,23.65691,23.970531,458.58612,47.328117,78.348015,34.120808,143.09474,277.8423,443.3896,6.330816,51.716934,200.9995,391.23352,11.07719,96.2833,11.770778,1.5979824,58.010296,1.0179617,1.1308646,3.4252496,11.417275,38.97024,20.07528,20.972311,543.8976,57.94814,33.798965,43.312836,15.33028,79.09442,12.288621,22.563902,12.014046,78.36163,27.207434,31.951569,43.770523,10.371405,43.412693,35.74984,1.3096913,70.58988,11.496185,225.43463,7.914894,316.46994,22.023935,960.5625,145.35532,3.5700667,10.805534,166.46199,213.0225,980.8827,830.86096 +2023-12-25 18:00:00,0.0,2710.3015,51.577248,14.261918,54.08098,36.26315,283.66953,32.649418,59.63169,19.733126,33.60053,265.1024,126.085075,17.27873,81.562325,0.36277094,0.36924806,54.024044,12.814793,22.202919,722.63654,13.346646,894.63495,127.51281,11.69581,44.91248,456.85193,65.442924,753.0618,244.57074,3090.0518,26.565922,2808.7454,239.38708,14.265282,14.766851,65.793564,236.05458,288.75665,412.47223,43.419353,27.171087,10.865695,569.5721,179.38193,49.3147,8.104324,535.3914,12.743165,585.33795,5.9199467,31.325176,0.0,748.6332,1844.442,0.2508477,107.97958,14.972569,10598.078,25.756311,0.93806624,6.42308,17.053135,6.8785014,2.0021567,9.422927,250.60042,59.42518,5.701691,0.6413964,2.5492861,116.63064,1.2121724,139.99496,164.92339,1799.0916,263.5867,88.710434,153.45969,665.66565,32.720284,28.253195,566.9674,47.842796,67.45506,10.679556,19.502201,182.00447,11.691605,10.492906,50.993496,15.588384,3941.199,18.241283,20.352823,15.795949,9.8144865,252.63766,47.96529,22.435484,7.1984315,6.7960896,14.030313,55.989395,81.504875,30.812702,174.89194,18.650162,4.552159,45.51611,28.286087,48.82724,109.1515,18.892015,1.9272177,18.531961,14.458528,1921.6415,17.961754,1.1939267,29.156517,11.736327,123.90303,85.15,107.14896,6.9187007,82.9873,355.87146,266.13623,27.159952,265.3818,75.243546,49.033916,70.24882,80.07662,11.400144,36.971603,490.6251,2.4966452,4.794449,183.26381,24.139631,8.820781,22.182924,23.432858,235.91032,77.57288,162.18988,1305.8204,130.93329,1807.7589,1682.5071,14.167702,15.486528,1822.5513,23.656792,23.939987,458.4851,47.283066,78.285286,34.087906,142.94604,277.76993,443.3477,6.32538,51.680492,200.80066,391.1344,11.0724535,96.25063,11.765121,1.5978521,58.01963,1.0177418,1.1305684,3.4232147,11.415483,38.92268,20.069351,20.975807,544.3519,57.918682,33.779953,43.284275,15.324309,79.13105,12.289248,22.59637,12.007662,78.327324,27.184053,31.982382,43.786777,10.370766,43.45887,35.77567,1.309179,70.55427,11.489216,225.41383,7.9117885,316.35742,22.02608,960.9104,145.2759,3.567416,10.803717,166.39238,212.89758,980.63617,831.15283 +2023-12-25 19:00:00,0.0,2709.0732,51.544407,14.230557,54.034084,36.24053,283.58545,32.63083,59.58691,19.728758,33.567436,264.91376,126.135345,17.26701,81.39574,0.36284205,0.36979467,54.004845,12.836124,22.220713,722.0637,13.344069,893.99023,127.49642,11.714524,44.933266,456.5115,65.47125,753.6029,244.63249,3088.0723,26.600754,2808.9282,239.65605,14.286305,14.785765,65.88594,236.03429,288.73584,412.97034,43.403225,27.149473,10.864463,569.1423,179.60175,49.328392,8.098813,535.49725,12.739923,585.4081,5.9197993,31.310009,0.0,748.59375,1843.7882,0.25085706,107.86025,14.968086,10593.289,25.755936,0.9383371,6.4189262,17.043222,6.8800173,2.0023532,9.417314,250.50026,59.394936,5.695686,0.6413925,2.5501359,116.63658,1.2110344,139.98027,164.73723,1798.5736,263.22,88.695724,153.43773,666.35254,32.75807,28.277235,567.6966,47.890236,67.52313,10.676273,19.501785,182.0563,11.684168,10.4912815,50.997192,15.592963,3941.6443,18.23995,20.35047,15.795057,9.812977,252.7412,47.979237,22.44758,7.1992545,6.7941213,14.032992,55.987972,81.457436,30.814617,174.92578,18.64756,4.5513124,45.50897,28.271013,48.779724,109.18569,18.906336,1.9253696,18.554892,14.450982,1920.8315,17.978107,1.1914481,29.114975,11.734101,123.876625,85.163895,107.12894,6.9242897,83.01455,355.71613,265.99353,27.153357,265.22662,75.29614,49.02508,70.2443,80.15407,11.409535,36.990646,490.61127,2.4998817,4.800019,183.37144,24.139938,8.819675,22.197739,23.44193,236.02588,77.61006,162.19202,1306.5037,130.73131,1807.088,1682.2256,14.157117,15.467452,1821.9646,23.656673,23.909443,458.3841,47.23801,78.22255,34.055004,142.79736,277.69757,443.30576,6.319944,51.64405,200.60182,391.03528,11.067717,96.217964,11.759465,1.5977218,58.028965,1.017522,1.130272,3.42118,11.4136915,38.875114,20.063423,20.979301,544.8063,57.889225,33.760944,43.25571,15.318337,79.16767,12.289875,22.62884,12.001277,78.293015,27.160675,32.013195,43.803032,10.370128,43.50505,35.8015,1.3086666,70.518654,11.482247,225.39304,7.908683,316.2449,22.028221,961.2583,145.19647,3.564765,10.8019,166.32278,212.77266,980.3896,831.4447 +2023-12-25 20:00:00,0.0,2707.845,51.511566,14.199197,53.98719,36.217907,283.5014,32.61224,59.542126,19.724392,33.534344,264.72516,126.18562,17.255291,81.22914,0.36291316,0.3703413,53.985645,12.857457,22.238504,721.49084,13.34149,893.34546,127.480034,11.733239,44.954052,456.1711,65.49959,754.144,244.69424,3086.0928,26.635586,2809.111,239.92502,14.307328,14.804678,65.978325,236.01399,288.715,413.46844,43.387096,27.127861,10.86323,568.71246,179.82156,49.34208,8.093303,535.6031,12.73668,585.47815,5.919652,31.294842,0.0,748.5543,1843.1345,0.25086638,107.74093,14.963603,10588.499,25.755562,0.93860793,6.4147725,17.033306,6.8815327,2.00255,9.4117,250.4001,59.364697,5.6896806,0.64138865,2.5509856,116.642525,1.2098964,139.96559,164.55107,1798.0557,262.8533,88.68102,153.41577,667.0394,32.795864,28.301277,568.4257,47.93768,67.59121,10.672991,19.501368,182.10812,11.676732,10.489657,51.000893,15.597544,3942.0896,18.238617,20.348118,15.794166,9.811466,252.84471,47.993183,22.459677,7.200077,6.7921524,14.035673,55.986546,81.409996,30.816532,174.95963,18.644958,4.550466,45.50183,28.25594,48.732212,109.219894,18.920654,1.9235215,18.577822,14.443437,1920.0217,17.994463,1.1889695,29.073431,11.731874,123.85022,85.17778,107.10892,6.9298787,83.0418,355.5608,265.8508,27.146763,265.0714,75.34875,49.016243,70.239784,80.23151,11.418927,37.00969,490.59747,2.5031185,4.805589,183.47908,24.140245,8.81857,22.212551,23.451004,236.14143,77.64725,162.19415,1307.187,130.52933,1806.417,1681.9442,14.146532,15.448375,1821.378,23.656553,23.878899,458.28308,47.19296,78.15981,34.022102,142.64867,277.6252,443.26385,6.314508,51.60761,200.40298,390.93616,11.06298,96.18529,11.753809,1.5975915,58.0383,1.017302,1.1299758,3.419145,11.4119,38.82755,20.057495,20.982796,545.2606,57.859768,33.741936,43.22715,15.312366,79.2043,12.290503,22.661308,11.994893,78.258705,27.137295,32.044006,43.819286,10.369489,43.55123,35.827328,1.3081542,70.48304,11.475278,225.37224,7.905577,316.1324,22.030365,961.6062,145.11705,3.562114,10.800082,166.25317,212.64775,980.143,831.73663 +2023-12-25 21:00:00,0.0,2706.6167,51.47873,14.167836,53.9403,36.195286,283.41733,32.593655,59.49734,19.720024,33.501247,264.53653,126.23589,17.243572,81.062546,0.36298427,0.3708879,53.966446,12.878789,22.256296,720.91797,13.338912,892.70074,127.46364,11.751953,44.974834,455.8307,65.527916,754.68506,244.756,3084.1133,26.67042,2809.2942,240.19398,14.328351,14.823592,66.0707,235.9937,288.69418,413.96658,43.370968,27.106249,10.861998,568.2827,180.0414,49.35577,8.087791,535.709,12.7334385,585.5483,5.9195046,31.279675,0.0,748.51483,1842.4808,0.2508757,107.621605,14.95912,10583.71,25.755186,0.9388787,6.4106183,17.023392,6.883048,2.0027463,9.406087,250.29994,59.334454,5.6836753,0.6413847,2.551835,116.648476,1.2087586,139.9509,164.36491,1797.5377,262.48663,88.66632,153.39381,667.7263,32.833652,28.32532,569.1549,47.985123,67.65928,10.669708,19.500954,182.15994,11.669296,10.488033,51.00459,15.602123,3942.535,18.237284,20.345766,15.793274,9.809957,252.94824,48.00713,22.471775,7.2009,6.790184,14.038353,55.985123,81.36256,30.818447,174.99347,18.642359,4.5496197,45.494694,28.240866,48.684696,109.25409,18.934975,1.9216734,18.60075,14.435891,1919.2119,18.010817,1.186491,29.031887,11.729649,123.823814,85.19167,107.0889,6.9354677,83.06905,355.40546,265.70807,27.14017,264.91623,75.401344,49.00741,70.235275,80.308945,11.42832,37.02873,490.58365,2.506355,4.8111596,183.58672,24.140553,8.817465,22.227364,23.460077,236.257,77.684425,162.19629,1307.8702,130.32735,1805.7461,1681.6627,14.135947,15.429298,1820.7914,23.656435,23.848354,458.18207,47.147903,78.09708,33.9892,142.49998,277.55286,443.22195,6.309072,51.571167,200.20415,390.83707,11.058243,96.15262,11.748152,1.5974613,58.047634,1.0170821,1.1296796,3.4171102,11.410108,38.779984,20.051565,20.98629,545.71497,57.830307,33.722927,43.19859,15.306395,79.24093,12.29113,22.693777,11.988508,78.224396,27.113916,32.07482,43.835545,10.368851,43.59741,35.853157,1.3076417,70.447426,11.468308,225.35143,7.9024715,316.01987,22.032509,961.9541,145.03763,3.559463,10.7982645,166.18358,212.52283,979.8964,832.0285 +2023-12-25 22:00:00,0.0,2705.3882,51.44589,14.136476,53.893406,36.172665,283.33325,32.575066,59.45256,19.715658,33.468155,264.34793,126.28616,17.231852,80.89595,0.36305538,0.3714345,53.947247,12.900122,22.274088,720.34515,13.336334,892.05597,127.44725,11.770668,44.99562,455.49026,65.556244,755.22614,244.81775,3082.1335,26.705252,2809.477,240.46295,14.349375,14.842505,66.163086,235.9734,288.67337,414.4647,43.35484,27.084635,10.860765,567.8529,180.26122,49.36946,8.08228,535.8148,12.730196,585.6184,5.9193573,31.264505,0.0,748.47546,1841.827,0.25088507,107.50227,14.954637,10578.921,25.75481,0.93914956,6.4064646,17.013477,6.884564,2.0029428,9.400474,250.19978,59.30421,5.67767,0.64138085,2.5526848,116.65442,1.2076206,139.9362,164.17876,1797.0198,262.11993,88.65162,153.37187,668.41315,32.871445,28.349361,569.88403,48.032562,67.727356,10.666426,19.500538,182.21176,11.6618595,10.486409,51.008286,15.606704,3942.9802,18.23595,20.343414,15.792382,9.808447,253.05177,48.021076,22.483871,7.201723,6.7882156,14.041034,55.9837,81.31512,30.820364,175.0273,18.639757,4.5487733,45.487553,28.225792,48.63718,109.28829,18.949295,1.9198253,18.62368,14.428346,1918.402,18.02717,1.1840124,28.990345,11.727423,123.79741,85.20556,107.06888,6.9410563,83.0963,355.25012,265.56537,27.133575,264.76105,75.45394,48.998573,70.23076,80.38638,11.437712,37.04777,490.56982,2.5095918,4.81673,183.69437,24.14086,8.8163595,22.242178,23.46915,236.37256,77.72161,162.19843,1308.5536,130.12537,1805.0751,1681.3813,14.125362,15.410221,1820.2047,23.656317,23.817808,458.08102,47.10285,78.03434,33.9563,142.35129,277.4805,443.18005,6.3036366,51.53473,200.00531,390.73795,11.053506,96.11995,11.742496,1.597331,58.05697,1.0168623,1.1293833,3.4150753,11.408316,38.732418,20.045637,20.989784,546.1693,57.80085,33.70392,43.17003,15.300423,79.27756,12.291757,22.726246,11.982123,78.19009,27.090536,32.105633,43.8518,10.368212,43.64359,35.878986,1.3071294,70.41181,11.461339,225.33063,7.899366,315.90735,22.034653,962.302,144.9582,3.556812,10.796448,166.11398,212.3979,979.64984,832.3204 +2023-12-25 23:00:00,0.0,2704.16,51.413048,14.105116,53.84651,36.150043,283.2492,32.55648,59.407776,19.71129,33.43506,264.1593,126.33643,17.220133,80.72936,0.3631265,0.37198114,53.92805,12.921453,22.29188,719.7723,13.3337555,891.41125,127.43086,11.789382,45.016407,455.14984,65.58457,755.76715,244.8795,3080.154,26.740084,2809.66,240.73192,14.370398,14.861419,66.25546,235.9531,288.65253,414.9628,43.33871,27.063023,10.859532,567.4231,180.48103,49.38315,8.07677,535.9207,12.726954,585.6885,5.9192095,31.249338,0.0,748.43604,1841.1733,0.2508944,107.38295,14.950153,10574.132,25.754435,0.9394204,6.402311,17.003563,6.8860793,2.0031393,9.39486,250.09962,59.273968,5.6716647,0.641377,2.5535343,116.66036,1.2064826,139.92152,163.99261,1796.5018,261.75323,88.63692,153.34991,669.10004,32.909233,28.373402,570.61316,48.080006,67.795425,10.663143,19.50012,182.26358,11.654424,10.484784,51.011986,15.611283,3943.4255,18.234617,20.341063,15.791491,9.806937,253.1553,48.035023,22.495968,7.2025456,6.7862473,14.043714,55.982273,81.26768,30.822279,175.06114,18.637156,4.547927,45.480415,28.210718,48.589664,109.32249,18.963615,1.9179771,18.64661,14.420801,1917.5922,18.043524,1.1815338,28.948801,11.725197,123.771,85.219444,107.04886,6.9466453,83.12355,355.0948,265.42264,27.126982,264.60583,75.50654,48.989735,70.22624,80.46382,11.4471035,37.066814,490.55603,2.5128284,4.8223004,183.802,24.141167,8.815254,22.25699,23.478224,236.48811,77.75879,162.20056,1309.2368,129.92339,1804.4042,1681.0999,14.1147785,15.391145,1819.618,23.656199,23.787264,457.98,47.057796,77.9716,33.923397,142.2026,277.40814,443.13812,6.2982006,51.498287,199.80647,390.63882,11.048769,96.08728,11.736839,1.5972008,58.066303,1.0166423,1.1290871,3.4130404,11.406523,38.684856,20.03971,20.99328,546.6236,57.771393,33.68491,43.141464,15.294451,79.31418,12.292384,22.758715,11.9757395,78.15578,27.067158,32.136444,43.868053,10.367574,43.689766,35.904816,1.306617,70.3762,11.45437,225.30983,7.8962603,315.79483,22.036797,962.6499,144.87878,3.554161,10.79463,166.04437,212.27298,979.40326,832.6123 +2023-12-26 00:00:00,0.0,2702.9316,51.38021,14.073755,53.79962,36.127422,283.16513,32.53789,59.36299,19.706924,33.401966,263.9707,126.3867,17.208414,80.56277,0.3631976,0.37252775,53.90885,12.942786,22.309671,719.19946,13.331178,890.7665,127.41447,11.808097,45.03719,454.80942,65.6129,756.3082,244.94124,3078.1746,26.774916,2809.8428,241.00089,14.39142,14.880332,66.34784,235.9328,288.6317,415.46094,43.322582,27.04141,10.8583,566.9933,180.70087,49.39684,8.071259,536.0266,12.723712,585.7586,5.919062,31.23417,0.0,748.3966,1840.5197,0.25090376,107.263626,14.94567,10569.343,25.754059,0.9396912,6.3981566,16.993649,6.8875947,2.0033357,9.389248,249.99947,59.24373,5.66566,0.6413731,2.554384,116.666306,1.2053448,139.90683,163.80646,1795.9839,261.38657,88.62221,153.32796,669.7869,32.947025,28.397444,571.34235,48.127445,67.8635,10.659861,19.499706,182.31541,11.646988,10.48316,51.015682,15.615864,3943.871,18.233284,20.338709,15.790599,9.805427,253.25882,48.048973,22.508064,7.2033687,6.784279,14.046394,55.98085,81.22024,30.824194,175.09499,18.634556,4.5470805,45.473278,28.195644,48.542152,109.35669,18.977934,1.916129,18.66954,14.413256,1916.7822,18.059877,1.1790553,28.907257,11.722971,123.7446,85.23334,107.02884,6.9522343,83.1508,354.93945,265.2799,27.120388,264.45065,75.559135,48.9809,70.22173,80.54126,11.456495,37.085854,490.5422,2.5160651,4.827871,183.90964,24.141476,8.81415,22.271803,23.487297,236.60367,77.79597,162.2027,1309.9202,129.7214,1803.7332,1680.8184,14.104194,15.372067,1819.0314,23.65608,23.75672,457.879,47.01274,77.908875,33.890495,142.05392,277.3358,443.09622,6.2927647,51.461845,199.60764,390.5397,11.044032,96.0546,11.731183,1.5970706,58.075638,1.0164224,1.1287909,3.4110055,11.404731,38.63729,20.033781,20.996775,547.07794,57.741936,33.665897,43.112904,15.28848,79.35081,12.293012,22.791183,11.969355,78.12147,27.043777,32.16726,43.884308,10.366935,43.735947,35.930645,1.3061045,70.34059,11.4474,225.28903,7.8931546,315.6823,22.038939,962.9978,144.79936,3.5515103,10.792812,165.97478,212.14806,979.15674,832.9042 +2023-12-26 01:00:00,0.0,2701.7034,51.34737,14.042395,53.752728,36.1048,283.0811,32.519302,59.31821,19.702559,33.368874,263.78207,126.43698,17.196693,80.39617,0.3632687,0.37307435,53.889652,12.964118,22.327465,718.6266,13.3286,890.12177,127.39808,11.826811,45.057976,454.46902,65.64123,756.8493,245.00299,3076.195,26.809748,2810.0256,241.26985,14.412444,14.899245,66.440216,235.9125,288.6109,415.95905,43.30645,27.019796,10.857067,566.56354,180.92068,49.410526,8.065747,536.13245,12.720469,585.8287,5.918915,31.219004,0.0,748.3571,1839.8658,0.25091308,107.144295,14.941186,10564.553,25.753683,0.939962,6.394003,16.983734,6.8891106,2.0035322,9.383635,249.8993,59.213486,5.6596546,0.6413692,2.5552337,116.67225,1.2042068,139.89215,163.6203,1795.466,261.01987,88.607506,153.30602,670.4738,32.984814,28.421486,572.0715,48.17489,67.93157,10.656578,19.49929,182.36723,11.639552,10.481536,51.01938,15.620443,3944.3164,18.23195,20.336357,15.789707,9.803917,253.36235,48.06292,22.52016,7.204191,6.78231,14.049074,55.979424,81.1728,30.826109,175.12883,18.631954,4.546234,45.466137,28.18057,48.494637,109.390884,18.992254,1.9142809,18.69247,14.40571,1915.9724,18.076231,1.1765767,28.865713,11.720744,123.71819,85.24722,107.00882,6.9578233,83.178055,354.78412,265.1372,27.113794,264.29544,75.61174,48.97206,70.21722,80.618706,11.465888,37.104897,490.52838,2.5193017,4.833441,184.01727,24.141783,8.813045,22.286617,23.49637,236.71922,77.83315,162.20483,1310.6034,129.51942,1803.0623,1680.537,14.093609,15.35299,1818.4448,23.65596,23.726175,457.77798,46.96769,77.84614,33.857594,141.90523,277.2634,443.05432,6.2873287,51.425404,199.4088,390.4406,11.039295,96.021935,11.725527,1.5969403,58.084972,1.0162026,1.1284946,3.4089706,11.402939,38.589725,20.027853,21.000269,547.5323,57.71248,33.64689,43.084343,15.282508,79.387436,12.293639,22.823652,11.962971,78.08715,27.0204,32.19807,43.900562,10.366297,43.782124,35.95647,1.3055922,70.30498,11.440431,225.26823,7.890049,315.5698,22.041082,963.3457,144.71994,3.5488594,10.790996,165.90517,212.02313,978.91016,833.19604 +2023-12-26 02:00:00,0.0,2700.475,51.314533,14.011034,53.705833,36.08218,282.997,32.500717,59.273426,19.69819,33.335777,263.59348,126.48725,17.184975,80.22958,0.3633398,0.37362096,53.870453,12.985451,22.345257,718.0538,13.326021,889.477,127.38169,11.845525,45.078762,454.1286,65.66956,757.3904,245.06474,3074.2156,26.84458,2810.2087,241.53882,14.433467,14.918159,66.53259,235.89221,288.5901,416.45715,43.29032,26.998184,10.855835,566.1337,181.1405,49.424217,8.060236,536.2383,12.717228,585.8988,5.9187675,31.203835,0.0,748.3177,1839.2122,0.25092244,107.02497,14.936703,10559.764,25.75331,0.9402329,6.389849,16.97382,6.890626,2.0037286,9.378021,249.79915,59.183243,5.6536493,0.64136535,2.5560832,116.67819,1.2030689,139.87746,163.43414,1794.948,260.65317,88.592804,153.28406,671.16064,33.022606,28.445526,572.8006,48.22233,67.99965,10.6532955,19.498875,182.41905,11.632115,10.479912,51.023075,15.625024,3944.7617,18.230616,20.334005,15.7888155,9.802407,253.46588,48.076866,22.532259,7.205014,6.7803416,14.051755,55.978,81.12536,30.828024,175.16266,18.629353,4.5453877,45.459,28.165497,48.44712,109.42509,19.006575,1.9124328,18.715399,14.398165,1915.1625,18.092585,1.1740983,28.824171,11.718518,123.69179,85.261116,106.9888,6.9634123,83.20531,354.62878,264.99448,27.1072,264.14026,75.66434,48.963226,70.2127,80.696144,11.47528,37.12394,490.5146,2.5225384,4.839011,184.12491,24.14209,8.811939,22.30143,23.505444,236.83478,77.87033,162.20699,1311.2866,129.31744,1802.3914,1680.2555,14.083024,15.333914,1817.8582,23.655842,23.695631,457.67697,46.922634,77.7834,33.82469,141.75655,277.19104,443.01242,6.281893,51.38896,199.20996,390.3415,11.034558,95.989265,11.719871,1.59681,58.094307,1.0159826,1.1281984,3.406936,11.401147,38.54216,20.021925,21.003763,547.98663,57.683018,33.62788,43.05578,15.276537,79.42406,12.294266,22.856121,11.956586,78.05284,26.997019,32.228886,43.916817,10.365659,43.828304,35.9823,1.3050798,70.26936,11.433461,225.24742,7.8869433,315.4573,22.043226,963.6936,144.64052,3.5462084,10.789178,165.83557,211.89822,978.6636,833.488 +2023-12-26 03:00:00,0.0,2699.2468,51.281693,13.979674,53.658943,36.05956,282.91296,32.48213,59.22864,19.693825,33.302685,263.40485,126.53752,17.173256,80.06299,0.36341092,0.3741676,53.851254,13.006783,22.363049,717.4809,13.323443,888.8322,127.3653,11.86424,45.099545,453.78818,65.69789,757.93146,245.1265,3072.2358,26.879414,2810.3916,241.80779,14.45449,14.937072,66.62497,235.87192,288.56924,416.9553,43.274193,26.976572,10.854602,565.7039,181.36032,49.437904,8.054726,536.3442,12.713985,585.9689,5.91862,31.188667,0.0,748.27826,1838.5585,0.25093177,106.90565,14.9322195,10554.975,25.752934,0.9405037,6.3856955,16.963905,6.892142,2.003925,9.372408,249.69899,59.153,5.647644,0.6413615,2.556933,116.684135,1.201931,139.86276,163.24799,1794.43,260.2865,88.578094,153.2621,671.84753,33.060394,28.469568,573.5298,48.26977,68.06772,10.650013,19.498459,182.47087,11.62468,10.478288,51.026775,15.629603,3945.207,18.229282,20.331654,15.787924,9.800898,253.5694,48.090813,22.544355,7.2058372,6.7783732,14.054435,55.976578,81.07792,30.829939,175.1965,18.62675,4.5445414,45.451862,28.150423,48.399605,109.45928,19.020895,1.9105847,18.738329,14.390619,1914.3527,18.108938,1.1716197,28.782627,11.716292,123.665375,85.275,106.96878,6.969001,83.23256,354.47345,264.85175,27.100607,263.98508,75.716934,48.954388,70.20819,80.77358,11.484672,37.142982,490.50076,2.525775,4.8445816,184.23256,24.142397,8.810834,22.316242,23.514517,236.95033,77.90751,162.20912,1311.97,129.11546,1801.7203,1679.9741,14.072439,15.3148365,1817.2715,23.655724,23.665087,457.57593,46.877583,77.720665,33.79179,141.60785,277.11868,442.9705,6.276457,51.35252,199.01112,390.24237,11.029821,95.9566,11.714214,1.5966797,58.10364,1.0157627,1.127902,3.404901,11.399355,38.4946,20.015997,21.007257,548.441,57.65356,33.60887,43.027218,15.270565,79.460686,12.294893,22.88859,11.950202,78.01853,26.97364,32.259697,43.93307,10.36502,43.87448,36.00813,1.3045673,70.23375,11.426492,225.22662,7.8838377,315.3448,22.04537,964.0415,144.5611,3.5435574,10.78736,165.76598,211.7733,978.417,833.77985 +2023-12-26 04:00:00,0.0,2698.0186,51.24885,13.948314,53.61205,36.036938,282.8289,32.46354,59.18386,19.689457,33.269592,263.21625,126.58779,17.161537,79.89639,0.36348203,0.3747142,53.832054,13.028115,22.38084,716.908,13.320866,888.1875,127.34891,11.882954,45.12033,453.44775,65.72622,758.47253,245.18825,3070.2563,26.914246,2810.5745,242.07675,14.475513,14.955985,66.71735,235.85161,288.54843,417.4534,43.258064,26.954958,10.85337,565.2742,181.58015,49.451595,8.049214,536.4501,12.710743,586.039,5.918473,31.1735,0.0,748.23883,1837.9047,0.25094113,106.786316,14.927736,10550.186,25.752558,0.9407745,6.3815413,16.953989,6.893657,2.0041218,9.366795,249.59883,59.12276,5.6416388,0.6413576,2.5577826,116.69008,1.200793,139.84808,163.06183,1793.9121,259.9198,88.56339,153.24014,672.5344,33.098186,28.49361,574.2589,48.317215,68.135796,10.646729,19.498043,182.52269,11.617244,10.476664,51.03047,15.634184,3945.6523,18.22795,20.329302,15.787032,9.799387,253.67293,48.10476,22.556452,7.20666,6.776405,14.057115,55.97515,81.03048,30.831856,175.23035,18.624151,4.543695,45.44472,28.13535,48.352093,109.493484,19.035213,1.9087366,18.76126,14.383075,1913.5427,18.125292,1.169141,28.741083,11.7140665,123.63897,85.288895,106.94876,6.97459,83.25981,354.3181,264.70905,27.094011,263.82986,75.76953,48.945553,70.203674,80.85102,11.494063,37.16202,490.48697,2.5290117,4.850152,184.3402,24.142704,8.809729,22.331057,23.52359,237.06589,77.944695,162.21126,1312.6533,128.91348,1801.0494,1679.6926,14.061854,15.29576,1816.6848,23.655605,23.634542,457.4749,46.832527,77.65793,33.75889,141.45917,277.04633,442.9286,6.2710214,51.31608,198.81229,390.14325,11.0250845,95.92392,11.708557,1.5965495,58.112976,1.0155429,1.1276058,3.4028661,11.397563,38.447033,20.010069,21.010752,548.8953,57.624104,33.589863,42.998657,15.264593,79.497314,12.295521,22.921059,11.943817,77.98422,26.95026,32.290512,43.949326,10.364382,43.920662,36.03396,1.304055,70.198135,11.419522,225.20583,7.880732,315.23227,22.047512,964.3894,144.48167,3.5409064,10.785543,165.69637,211.64838,978.1704,834.0717 +2023-12-26 05:00:00,0.0,2696.79,51.216015,13.916953,53.565155,36.014317,282.74484,32.444954,59.139076,19.685091,33.236496,263.02762,126.63806,17.149817,79.7298,0.36355317,0.3752608,53.812855,13.049447,22.398632,716.3352,13.318287,887.5427,127.33252,11.901669,45.141117,453.10733,65.75455,759.0136,245.25,3068.2769,26.949078,2810.7573,242.34572,14.496536,14.974898,66.80972,235.83131,288.52762,417.9515,43.241936,26.933346,10.852138,564.84436,181.79997,49.465282,8.043703,536.5559,12.707501,586.10913,5.9183254,31.15833,0.0,748.1994,1837.251,0.25095046,106.66699,14.923253,10545.3955,25.752182,0.94104534,6.3773875,16.944077,6.8951726,2.0043182,9.361182,249.49867,59.092518,5.6356335,0.6413537,2.5586321,116.69602,1.199655,139.83339,162.87567,1793.3942,259.5531,88.54869,153.2182,673.2213,33.135975,28.517653,574.98804,48.364655,68.203865,10.643447,19.497627,182.57452,11.609807,10.475039,51.03417,15.638763,3946.0977,18.226616,20.326948,15.78614,9.797877,253.77646,48.118706,22.568548,7.207483,6.7744365,14.059795,55.97373,80.98304,30.83377,175.26419,18.62155,4.5428486,45.437584,28.120275,48.304577,109.52769,19.049534,1.9068885,18.78419,14.375529,1912.7329,18.141647,1.1666626,28.69954,11.71184,123.612564,85.30278,106.92874,6.980179,83.28706,354.16278,264.5663,27.087418,263.67468,75.82213,48.936714,70.19916,80.92846,11.503456,37.181065,490.47314,2.5322483,4.8557224,184.44783,24.143011,8.808623,22.34587,23.532661,237.18144,77.98187,162.2134,1313.3365,128.7115,1800.3784,1679.4113,14.0512705,15.276683,1816.0981,23.655487,23.603998,457.3739,46.787476,77.59519,33.725986,141.31049,276.97397,442.8867,6.2655854,51.279636,198.61345,390.04416,11.020349,95.89125,11.702901,1.5964192,58.12231,1.0153229,1.1273096,3.4008312,11.39577,38.399467,20.00414,21.014248,549.3497,57.594646,33.570854,42.970093,15.258622,79.533936,12.296147,22.953526,11.937433,77.94991,26.92688,32.321323,43.96558,10.363743,43.96684,36.059788,1.3035426,70.16252,11.412553,225.18503,7.8776264,315.11975,22.049656,964.7373,144.40225,3.5382557,10.783726,165.62677,211.52345,977.9238,834.36365 +2023-12-26 06:00:00,0.0,2695.5618,51.183174,13.885592,53.518265,35.991695,282.66077,32.426365,59.09429,19.680723,33.203403,262.83902,126.68833,17.138098,79.56321,0.36362427,0.37580743,53.793655,13.07078,22.416426,715.7623,13.315709,886.898,127.31613,11.9203825,45.1619,452.76694,65.782875,759.5547,245.31175,3066.2974,26.98391,2810.9402,242.61469,14.517559,14.993812,66.9021,235.81102,288.50677,418.44965,43.225807,26.911734,10.850904,564.41455,182.01979,49.478973,8.038193,536.6618,12.704259,586.1792,5.918178,31.143164,0.0,748.1599,1836.5973,0.25095978,106.54767,14.91877,10540.606,25.751806,0.9413162,6.373234,16.93416,6.8966885,2.0045147,9.355569,249.39851,59.062275,5.629628,0.6413498,2.5594819,116.701965,1.1985172,139.8187,162.68951,1792.8762,259.18643,88.53398,153.19624,673.90814,33.173767,28.541693,575.7172,48.412098,68.27194,10.640164,19.497211,182.62634,11.602371,10.473414,51.03787,15.643343,3946.543,18.225283,20.324596,15.785249,9.796368,253.87999,48.132656,22.580645,7.2083054,6.772468,14.062475,55.972305,80.9356,30.835686,175.29802,18.618948,4.542002,45.430447,28.105202,48.25706,109.56188,19.063854,1.9050403,18.80712,14.367984,1911.923,18.158,1.164184,28.657997,11.709614,123.58616,85.31667,106.90872,6.985768,83.314316,354.00745,264.42358,27.080824,263.5195,75.87473,48.92788,70.19465,81.005905,11.512848,37.200108,490.45932,2.535485,4.861293,184.55547,24.143318,8.807518,22.360682,23.541735,237.297,78.01905,162.21553,1314.0198,128.50952,1799.7075,1679.1298,14.040686,15.2576065,1815.5116,23.655367,23.573454,457.2729,46.74242,77.53246,33.693085,141.16179,276.9016,442.84476,6.2601495,51.243195,198.41461,389.94504,11.015612,95.85858,11.697245,1.5962889,58.131645,1.015103,1.1270133,3.3987963,11.393978,38.351902,19.99821,21.017742,549.804,57.56519,33.551846,42.941532,15.25265,79.570564,12.296775,22.985994,11.931048,77.9156,26.903502,32.35214,43.981834,10.363105,44.01302,36.085617,1.3030301,70.12691,11.405584,225.16423,7.874521,315.00723,22.0518,965.0852,144.32283,3.5356047,10.781908,165.55716,211.39853,977.67725,834.6555 +2023-12-26 07:00:00,0.0,2694.3335,51.150333,13.854233,53.47137,35.969074,282.5767,32.407776,59.04951,19.676357,33.170307,262.6504,126.73861,17.126379,79.396614,0.36369538,0.37635404,53.774456,13.092112,22.434217,715.1895,13.313131,886.25323,127.299736,11.939097,45.182686,452.4265,65.8112,760.0957,245.3735,3064.3176,27.018742,2811.1233,242.88365,14.538583,15.012725,66.99448,235.79073,288.48596,418.94775,43.20968,26.89012,10.849672,563.98474,182.23962,49.49266,8.032681,536.76764,12.701016,586.2493,5.9180307,31.127996,0.0,748.1205,1835.9435,0.25096914,106.42834,14.914287,10535.817,25.75143,0.941587,6.3690796,16.924246,6.898204,2.0047112,9.349956,249.29837,59.032032,5.6236234,0.6413459,2.5603316,116.70791,1.1973792,139.80402,162.50336,1792.3583,258.81973,88.51928,153.17429,674.59503,33.211555,28.565735,576.44635,48.459538,68.34001,10.636882,19.496796,182.67816,11.594935,10.47179,51.041565,15.647923,3946.9883,18.22395,20.322245,15.784357,9.794858,253.9835,48.146603,22.592741,7.2091284,6.770499,14.065156,55.97088,80.88816,30.8376,175.33186,18.616348,4.541156,45.423306,28.090126,48.209545,109.596085,19.078175,1.9031922,18.83005,14.360438,1911.1132,18.174355,1.1617054,28.616453,11.707388,123.55975,85.33056,106.888695,6.991357,83.34156,353.8521,264.28088,27.07423,263.3643,75.92733,48.91904,70.19013,81.08334,11.52224,37.21915,490.44553,2.5387216,4.8668633,184.66312,24.143625,8.806413,22.375496,23.550808,237.41255,78.05624,162.21767,1314.7031,128.30754,1799.0365,1678.8484,14.030101,15.238529,1814.9249,23.655249,23.54291,457.17188,46.697365,77.46973,33.660183,141.0131,276.82925,442.80286,6.2547135,51.206757,198.21577,389.84592,11.010875,95.82591,11.691588,1.5961587,58.14098,1.0148832,1.1267171,3.3967614,11.392186,38.30434,19.992283,21.021236,550.2583,57.53573,33.532833,42.91297,15.246678,79.60719,12.297402,23.018463,11.9246645,77.881294,26.880121,32.38295,43.998093,10.362466,44.059196,36.111446,1.3025178,70.09129,11.398615,225.14343,7.871415,314.8947,22.053944,965.4331,144.24341,3.5329537,10.780091,165.48756,211.2736,977.4307,834.9474 +2023-12-26 08:00:00,0.0,2693.1052,51.117496,13.822872,53.424477,35.946453,282.49265,32.38919,59.004726,19.67199,33.137215,262.4618,126.78888,17.114658,79.23002,0.3637665,0.37690064,53.755257,13.113444,22.45201,714.61664,13.310553,885.6085,127.28335,11.957811,45.203472,452.0861,65.83954,760.6368,245.43526,3062.3381,27.053574,2811.3062,243.15262,14.559606,15.031638,67.08686,235.77043,288.46515,419.44586,43.19355,26.868507,10.848439,563.555,182.45944,49.50635,8.02717,536.87354,12.697775,586.3194,5.917883,31.11283,0.0,748.08105,1835.2898,0.25097847,106.30901,14.909802,10531.028,25.751057,0.9418578,6.364926,16.914331,6.8997197,2.0049076,9.344342,249.19821,59.001793,5.617618,0.64134204,2.561181,116.71385,1.1962413,139.78932,162.3172,1791.8403,258.45303,88.50458,153.15233,675.2819,33.249348,28.589777,577.1755,48.50698,68.40809,10.633599,19.49638,182.72998,11.5875,10.470166,51.04526,15.652503,3947.4336,18.222616,20.319893,15.783465,9.793347,254.08704,48.16055,22.60484,7.2099514,6.768531,14.067836,55.969456,80.84072,30.839516,175.3657,18.613747,4.5403094,45.41617,28.075052,48.162033,109.63028,19.092493,1.9013441,18.852978,14.352893,1910.3032,18.190708,1.1592269,28.57491,11.705162,123.53335,85.344444,106.868675,6.9969454,83.36881,353.69678,264.13815,27.067636,263.2091,75.97993,48.910206,70.185616,81.16078,11.531632,37.23819,490.4317,2.5419583,4.872433,184.77075,24.143932,8.805307,22.390308,23.559881,237.5281,78.093414,162.2198,1315.3865,128.10558,1798.3656,1678.5669,14.019516,15.219453,1814.3383,23.65513,23.512365,457.07083,46.652313,77.40699,33.62728,140.86441,276.7569,442.76096,6.2492776,51.170315,198.01694,389.7468,11.006138,95.79324,11.685932,1.5960284,58.150314,1.0146632,1.1264209,3.3947265,11.390394,38.256775,19.986355,21.02473,550.71265,57.50627,33.513824,42.884407,15.240707,79.643814,12.298029,23.050932,11.91828,77.846985,26.856743,32.41376,44.014347,10.361828,44.105377,36.137276,1.3020054,70.05568,11.391645,225.12262,7.8683095,314.7822,22.056087,965.781,144.16399,3.5303028,10.778274,165.41797,211.1487,977.18414,835.2393 +2023-12-26 09:00:00,0.0,2691.877,51.084656,13.791512,53.377586,35.923832,282.40857,32.3706,58.95994,19.667624,33.104122,262.27316,126.83915,17.10294,79.06342,0.3638376,0.37744725,53.73606,13.134776,22.4698,714.0438,13.307975,884.96375,127.26696,11.976525,45.22426,451.74567,65.86787,761.17786,245.497,3060.3586,27.088406,2811.489,243.42159,14.580628,15.050551,67.17924,235.75012,288.4443,419.944,43.177418,26.846895,10.847207,563.1252,182.67926,49.520042,8.02166,536.9794,12.694532,586.3895,5.9177356,31.09766,0.0,748.0416,1834.6361,0.25098783,106.18969,14.905319,10526.239,25.75068,0.94212866,6.360772,16.904417,6.901235,2.005104,9.338729,249.09805,58.97155,5.611613,0.64133817,2.5620308,116.719795,1.1951034,139.77463,162.13104,1791.3224,258.08636,88.48987,153.13039,675.9688,33.287136,28.613817,577.90466,48.55442,68.47616,10.630317,19.495964,182.7818,11.580063,10.468542,51.048958,15.6570835,3947.8792,18.221283,20.317541,15.782574,9.791838,254.19057,48.174496,22.616936,7.210774,6.7665625,14.070517,55.968033,80.79328,30.841433,175.39955,18.611145,4.539463,45.40903,28.059978,48.114517,109.66448,19.106813,1.899496,18.875908,14.345348,1909.4934,18.207062,1.1567483,28.533365,11.702936,123.50694,85.35834,106.848656,7.0025344,83.396065,353.54144,263.99542,27.061043,263.05392,76.032524,48.901367,70.18111,81.23822,11.541024,37.257233,490.4179,2.5451949,4.8780036,184.87839,24.14424,8.804202,22.40512,23.568954,237.64366,78.13059,162.22194,1316.0697,127.90359,1797.6946,1678.2855,14.008931,15.200376,1813.7516,23.655012,23.481821,456.96982,46.607258,77.34425,33.59438,140.71573,276.68454,442.71906,6.2438416,51.133873,197.8181,389.6477,11.001401,95.76057,11.680276,1.5958982,58.15965,1.0144434,1.1261246,3.3926916,11.388602,38.20921,19.980427,21.028225,551.167,57.476814,33.494816,42.855846,15.2347355,79.68044,12.298656,23.0834,11.911896,77.81267,26.833363,32.444576,44.0306,10.361189,44.151558,36.1631,1.3014929,70.020065,11.384676,225.10182,7.865204,314.66968,22.05823,966.1289,144.08456,3.5276518,10.776456,165.34836,211.02377,976.93756,835.5312 +2023-12-26 10:00:00,0.0,2690.6487,51.05182,13.760151,53.330692,35.90121,282.32452,32.352013,58.91516,19.663256,33.071026,262.08456,126.88942,17.09122,78.896835,0.3639087,0.37799388,53.71686,13.156109,22.487593,713.47095,13.305397,884.319,127.250565,11.99524,45.24504,451.40524,65.896194,761.71893,245.55875,3058.3792,27.12324,2811.6719,243.69055,14.601652,15.069465,67.271614,235.72983,288.4235,420.4421,43.16129,26.825281,10.845974,562.6954,182.89908,49.53373,8.016149,537.0852,12.691291,586.4596,5.917588,31.082493,0.0,748.0022,1833.9823,0.25099716,106.07036,14.900836,10521.449,25.750305,0.9423995,6.3566184,16.894503,6.9027505,2.0053005,9.333116,248.9979,58.941307,5.6056075,0.6413343,2.5628805,116.72574,1.1939654,139.75995,161.94489,1790.8044,257.71967,88.47517,153.10843,676.65564,33.32493,28.63786,578.6338,48.601864,68.544235,10.627034,19.495548,182.83363,11.572627,10.466917,51.052658,15.661663,3948.3245,18.219948,20.315187,15.781682,9.790328,254.29408,48.188442,22.629032,7.211597,6.764594,14.073196,55.966606,80.74584,30.843348,175.43338,18.608543,4.5386167,45.40189,28.044905,48.067,109.69868,19.121134,1.8976479,18.898838,14.337803,1908.6835,18.223415,1.1542697,28.491823,11.700709,123.48054,85.37222,106.828636,7.0081234,83.42332,353.3861,263.85272,27.05445,262.8987,76.08512,48.892532,70.17659,81.31566,11.550416,37.276276,490.40408,2.5484316,4.883574,184.98602,24.144547,8.803098,22.419935,23.578028,237.75923,78.16778,162.22409,1316.7529,127.70161,1797.0237,1678.004,13.998346,15.181299,1813.1649,23.654892,23.451277,456.8688,46.562206,77.28152,33.561478,140.56705,276.61215,442.67712,6.238406,51.09743,197.61926,389.54858,10.996664,95.7279,11.67462,1.5957679,58.168983,1.0142235,1.1258284,3.390657,11.38681,38.161644,19.974499,21.031721,551.62134,57.447357,33.475807,42.827286,15.228764,79.71707,12.299284,23.11587,11.905511,77.77836,26.809984,32.475388,44.046856,10.360551,44.197735,36.18893,1.3009806,69.98446,11.377707,225.08102,7.862098,314.5572,22.060373,966.4768,144.00514,3.5250008,10.774639,165.27876,210.89885,976.691,835.82306 +2023-12-26 11:00:00,0.0,2689.4204,51.01898,13.72879,53.2838,35.87859,282.24045,32.333427,58.870377,19.65889,33.037933,261.89594,126.93969,17.079502,78.73024,0.36397982,0.3785405,53.697662,13.177441,22.505384,712.8981,13.302818,883.67426,127.23418,12.013954,45.265827,451.06485,65.92452,762.26,245.6205,3056.3997,27.158072,2811.8547,243.95952,14.622675,15.088378,67.36399,235.70953,288.40268,420.94022,43.14516,26.803669,10.844742,562.2656,183.11891,49.54742,8.010637,537.1911,12.688048,586.5297,5.917441,31.067326,0.0,747.96277,1833.3286,0.2510065,105.951035,14.896353,10516.66,25.74993,0.9426703,6.352464,16.884588,6.9042664,2.0054972,9.327503,248.89774,58.911064,5.599602,0.6413304,2.56373,116.73169,1.1928275,139.74525,161.75874,1790.2865,257.35297,88.460464,153.08647,677.3425,33.362717,28.661901,579.3629,48.649307,68.612305,10.623752,19.495132,182.88545,11.565191,10.465293,51.056355,15.666244,3948.7698,18.218615,20.312836,15.78079,9.788818,254.39761,48.20239,22.641129,7.2124195,6.7626257,14.075877,55.965183,80.6984,30.845263,175.46722,18.605944,4.5377703,45.394753,28.02983,48.019485,109.73288,19.135454,1.8957998,18.921768,14.330257,1907.8737,18.239769,1.1517912,28.45028,11.698483,123.45413,85.386116,106.80862,7.0137124,83.45057,353.23077,263.71,27.047855,262.74353,76.137726,48.883694,70.17207,81.393105,11.559808,37.295315,490.39026,2.5516682,4.8891444,185.09366,24.144854,8.801992,22.434748,23.587101,237.87479,78.204956,162.22623,1317.4363,127.49963,1796.3527,1677.7227,13.987762,15.162222,1812.5784,23.654774,23.420732,456.7678,46.51715,77.21878,33.528576,140.41835,276.5398,442.63522,6.23297,51.06099,197.42043,389.44946,10.991927,95.69523,11.668963,1.5956377,58.178318,1.0140035,1.1255322,3.388622,11.385017,38.114082,19.96857,21.035215,552.0757,57.4179,33.4568,42.79872,15.222793,79.75369,12.2999115,23.148338,11.899127,77.74405,26.786604,32.506203,44.06311,10.359912,44.243916,36.21476,1.3004682,69.948845,11.370737,225.06023,7.8589926,314.44467,22.062517,966.8247,143.92572,3.52235,10.772821,165.20915,210.77393,976.4444,836.115 +2023-12-26 12:00:00,0.0,2688.192,50.986137,13.697431,53.236908,35.85597,282.1564,32.31484,58.825592,19.654522,33.00484,261.70734,126.98997,17.067781,78.563644,0.36405092,0.3790871,53.678463,13.198773,22.523178,712.32526,13.3002405,883.0295,127.21779,12.032669,45.286613,450.72443,65.95285,762.8011,245.68225,3054.42,27.192904,2812.0378,244.22849,14.643698,15.107291,67.45637,235.68924,288.38187,421.43835,43.129032,26.782057,10.843509,561.8358,183.33873,49.561108,8.005126,537.297,12.684806,586.5998,5.9172935,31.052158,0.0,747.92334,1832.6749,0.25101584,105.83171,14.89187,10511.871,25.749554,0.9429411,6.3483105,16.874674,6.9057817,2.0056937,9.32189,248.79758,58.880825,5.593597,0.64132655,2.5645797,116.73763,1.1916896,139.73058,161.57259,1789.7686,256.9863,88.445755,153.06451,678.0294,33.40051,28.685944,580.0921,48.696747,68.68038,10.620469,19.494717,182.93727,11.557755,10.463669,51.06005,15.670823,3949.215,18.217281,20.310484,15.7799,9.787308,254.50114,48.21634,22.653225,7.2132425,6.760657,14.078557,55.963757,80.65096,30.847178,175.50107,18.603342,4.536924,45.387615,28.014757,47.971973,109.767075,19.149773,1.8939517,18.944698,14.322712,1907.0637,18.256123,1.1493126,28.408735,11.696258,123.42773,85.4,106.7886,7.0193014,83.47782,353.07544,263.56726,27.041262,262.58832,76.19032,48.87486,70.167564,81.47054,11.5692005,37.314358,490.37646,2.554905,4.894715,185.20131,24.14516,8.800887,22.44956,23.596174,237.99034,78.24214,162.22836,1318.1195,127.29765,1795.6818,1677.4412,13.977178,15.143146,1811.9917,23.654655,23.390188,456.66678,46.4721,77.15605,33.495674,140.26967,276.46744,442.59332,6.2275343,51.024548,197.22159,389.35034,10.98719,95.66256,11.663307,1.5955074,58.187653,1.0137837,1.1252358,3.3865871,11.383225,38.066517,19.962643,21.03871,552.53,57.38844,33.43779,42.77016,15.216821,79.79032,12.300538,23.180807,11.892742,77.70974,26.763226,32.537014,44.079365,10.359274,44.290092,36.24059,1.2999558,69.91323,11.363768,225.03943,7.855887,314.33215,22.064661,967.1726,143.8463,3.519699,10.771004,165.13956,210.649,976.1978,836.40686 +2023-12-26 13:00:00,0.0,2686.9636,50.9533,13.66607,53.190014,35.833347,282.07233,32.29625,58.78081,19.650156,32.971745,261.5187,127.04024,17.056063,78.39706,0.36412203,0.37963372,53.659264,13.220106,22.54097,711.7524,13.297663,882.38477,127.2014,12.051383,45.307396,450.384,65.98118,763.34216,245.744,3052.4404,27.227736,2812.2207,244.49745,14.6647215,15.126205,67.548744,235.66895,288.36102,421.93646,43.112904,26.760443,10.842277,561.406,183.55855,49.5748,7.999615,537.40283,12.681564,586.6699,5.917146,31.03699,0.0,747.8839,1832.0211,0.25102517,105.71238,14.887386,10507.082,25.749178,0.943212,6.3441567,16.864758,6.9072976,2.0058901,9.316277,248.69742,58.850582,5.587592,0.6413227,2.5654292,116.743576,1.1905516,139.71588,161.38643,1789.2506,256.6196,88.43106,153.04257,678.7163,33.438297,28.709984,580.8212,48.74419,68.74845,10.617187,19.4943,182.98909,11.550319,10.462045,51.06375,15.675404,3949.6604,18.215948,20.308132,15.779008,9.785798,254.60468,48.230286,22.665323,7.2140656,6.7586884,14.081238,55.962334,80.60352,30.849092,175.53491,18.60074,4.5360775,45.380474,27.999683,47.924458,109.80128,19.164093,1.8921034,18.967627,14.315166,1906.2539,18.272476,1.146834,28.367191,11.694032,123.40132,85.413895,106.76858,7.02489,83.50507,352.9201,263.42456,27.034668,262.43314,76.24292,48.866024,70.16305,81.54798,11.578592,37.3334,490.36264,2.5581415,4.9002852,185.30894,24.145468,8.799782,22.464375,23.605247,238.1059,78.27932,162.2305,1318.8029,127.09567,1795.0107,1677.1598,13.966593,15.124068,1811.405,23.654537,23.359644,456.56573,46.427044,77.093315,33.462772,140.12097,276.39508,442.5514,6.2220984,50.988106,197.02275,389.25122,10.982453,95.62988,11.65765,1.5953771,58.196987,1.0135638,1.1249396,3.3845522,11.3814335,38.01895,19.956715,21.042204,552.9844,57.358982,33.418777,42.7416,15.210849,79.82695,12.301166,23.213276,11.886357,77.67543,26.739845,32.56783,44.09562,10.358636,44.336273,36.26642,1.2994434,69.87762,11.356798,225.01862,7.8527813,314.21964,22.066803,967.5205,143.76688,3.5170481,10.769187,165.06996,210.52408,975.9513,836.6987 +2023-12-26 14:00:00,0.0,2685.7354,50.92046,13.634709,53.14312,35.81073,281.98828,32.277664,58.736027,19.64579,32.938652,261.3301,127.09051,17.044344,78.23046,0.36419314,0.38018033,53.640064,13.241438,22.558762,711.17957,13.295084,881.74,127.185005,12.070098,45.328182,450.04358,66.009514,763.88324,245.80576,3050.461,27.262568,2812.4036,244.76642,14.685744,15.145119,67.64113,235.64865,288.3402,422.43457,43.096775,26.73883,10.841044,560.97626,183.77838,49.588486,7.9941044,537.5087,12.678322,586.74005,5.916999,31.021822,0.0,747.8445,1831.3674,0.25103453,105.593056,14.882903,10502.292,25.748804,0.9434828,6.3400025,16.854843,6.908813,2.0060866,9.310663,248.59726,58.82034,5.581587,0.6413188,2.566279,116.74952,1.1894137,139.70119,161.20027,1788.7327,256.2529,88.41636,153.02061,679.40314,33.476086,28.734026,581.55035,48.79163,68.81653,10.613904,19.493885,183.04091,11.542883,10.460421,51.067448,15.679983,3950.1057,18.214615,20.30578,15.778116,9.784288,254.70819,48.244232,22.67742,7.214888,6.75672,14.083918,55.96091,80.556076,30.851007,175.56874,18.59814,4.535231,45.373337,27.98461,47.87694,109.83547,19.178413,1.8902553,18.990557,14.307621,1905.4441,18.288832,1.1443555,28.32565,11.691805,123.374916,85.42778,106.74856,7.030479,83.532326,352.76477,263.28183,27.028072,262.27795,76.29552,48.857185,70.15853,81.62542,11.587984,37.352444,490.34885,2.5613782,4.9058557,185.41658,24.145777,8.7986765,22.479187,23.61432,238.22145,78.3165,162.23264,1319.4861,126.89369,1794.3398,1676.8783,13.956008,15.104992,1810.8184,23.654419,23.3291,456.46472,46.38199,77.03058,33.42987,139.97229,276.32272,442.5095,6.2166624,50.951664,196.82391,389.15213,10.977716,95.59721,11.651994,1.5952468,58.20632,1.0133438,1.1246433,3.3825173,11.379642,37.971386,19.950787,21.045698,553.4387,57.329525,33.39977,42.71304,15.204878,79.86358,12.301793,23.245745,11.879973,77.64112,26.716465,32.59864,44.111874,10.357997,44.38245,36.292248,1.298931,69.842,11.349829,224.99782,7.8496757,314.10712,22.068947,967.8684,143.68745,3.5143971,10.767369,165.00035,210.39917,975.7047,836.99066 +2023-12-26 15:00:00,0.0,2684.507,50.88762,13.603349,53.09623,35.78811,281.9042,32.259075,58.691242,19.641422,32.905556,261.14148,127.14078,17.032623,78.063866,0.36426425,0.38072693,53.620865,13.262771,22.576553,710.6067,13.292506,881.0953,127.16862,12.088812,45.34897,449.70316,66.03784,764.4243,245.86751,3048.4814,27.2974,2812.5864,245.03539,14.706768,15.164032,67.733505,235.62834,288.3194,422.9327,43.080647,26.717218,10.839811,560.54645,183.9982,49.602177,7.9885936,537.6146,12.675079,586.8101,5.9168515,31.006655,0.0,747.80505,1830.7137,0.25104386,105.47373,14.878419,10497.503,25.748428,0.9437536,6.335849,16.844929,6.9103284,2.006283,9.30505,248.4971,58.7901,5.5755816,0.6413149,2.5671287,116.75546,1.1882758,139.68651,161.01411,1788.2147,255.88622,88.40166,152.99866,680.09,33.513878,28.758068,582.27954,48.839073,68.8846,10.610621,19.49347,183.09274,11.535447,10.458796,51.071144,15.684564,3950.551,18.213282,20.303427,15.777225,9.782778,254.81172,48.25818,22.689516,7.215711,6.7547517,14.086598,55.959484,80.50864,30.852924,175.60258,18.59554,4.5343847,45.3662,27.969536,47.829426,109.869675,19.192734,1.8884072,19.013487,14.3000765,1904.6342,18.305185,1.1418769,28.284105,11.689579,123.34851,85.44167,106.72854,7.036068,83.55958,352.60944,263.1391,27.021479,262.12274,76.348114,48.84835,70.15402,81.70286,11.597376,37.371483,490.33502,2.5646148,4.9114256,185.52422,24.146084,8.797571,22.494,23.623394,238.337,78.35368,162.23477,1320.1694,126.69171,1793.6688,1676.5969,13.945423,15.085915,1810.2317,23.654299,23.298555,456.3637,46.336937,76.96784,33.39697,139.8236,276.25037,442.4676,6.2112265,50.915222,196.62508,389.053,10.97298,95.564545,11.6463375,1.5951166,58.215656,1.013124,1.1243471,3.3804824,11.37785,37.923824,19.944857,21.049194,553.89307,57.300068,33.38076,42.684475,15.198906,79.9002,12.30242,23.278214,11.873589,77.60681,26.693087,32.629456,44.128128,10.357359,44.42863,36.318077,1.2984186,69.80639,11.342859,224.97702,7.84657,313.9946,22.07109,968.2163,143.60803,3.5117462,10.765552,164.93076,210.27425,975.4581,837.28253 +2023-12-26 16:00:00,0.0,2683.2788,50.854782,13.571989,53.049335,35.765488,281.82013,32.240486,58.64646,19.637056,32.872463,260.95288,127.19105,17.020905,77.89727,0.36433536,0.38127354,53.601665,13.284102,22.594345,710.0339,13.289928,880.4505,127.15223,12.107526,45.36975,449.36276,66.06617,764.96533,245.92926,3046.502,27.332233,2812.7693,245.30435,14.727791,15.182945,67.82588,235.60805,288.29855,423.43082,43.064518,26.695604,10.838579,560.11664,184.21802,49.615864,7.9830823,537.72046,12.671838,586.88025,5.916704,30.991488,0.0,747.7656,1830.0599,0.2510532,105.3544,14.873936,10492.714,25.748053,0.94402444,6.331695,16.835014,6.9118443,2.0064795,9.299437,248.39694,58.759857,5.5695763,0.641311,2.5679781,116.761406,1.1871378,139.67181,160.82796,1787.6968,255.51953,88.38695,152.9767,680.7769,33.551666,28.782108,583.00867,48.886513,68.952675,10.607339,19.493053,183.14456,11.52801,10.457171,51.07484,15.689143,3950.9963,18.211948,20.301075,15.776333,9.781268,254.91525,48.272125,22.701612,7.216534,6.7527833,14.089278,55.95806,80.4612,30.85484,175.63643,18.592937,4.5335383,45.35906,27.954462,47.781914,109.90387,19.207052,1.8865591,19.036417,14.292531,1903.8243,18.321539,1.1393983,28.242561,11.687353,123.322105,85.45556,106.70852,7.041657,83.58682,352.4541,262.9964,27.014885,261.96756,76.40072,48.83951,70.149506,81.7803,11.606769,37.390526,490.3212,2.5678515,4.916996,185.63187,24.14639,8.796466,22.508814,23.632467,238.45256,78.39086,162.23691,1320.8527,126.48973,1792.9979,1676.3154,13.934838,15.066837,1809.6451,23.65418,23.268011,456.2627,46.29188,76.905106,33.364067,139.67491,276.178,442.4257,6.205791,50.878784,196.42624,388.9539,10.968243,95.531876,11.640681,1.5949863,58.22499,1.012904,1.1240509,3.3784475,11.376058,37.87626,19.938929,21.052689,554.34735,57.270607,33.36175,42.655914,15.192934,79.93683,12.303047,23.310682,11.867205,77.5725,26.669706,32.660267,44.144382,10.35672,44.474808,36.343906,1.2979062,69.770775,11.33589,224.95622,7.8434644,313.88208,22.073235,968.5642,143.52861,3.5090952,10.763735,164.86115,210.14932,975.21155,837.5744 +2023-12-26 17:00:00,0.0,2682.0505,50.82194,13.540628,53.00244,35.742867,281.73608,32.2219,58.601677,19.632689,32.83937,260.76425,127.241325,17.009186,77.73068,0.36440647,0.38182017,53.582466,13.305435,22.612137,709.461,13.28735,879.8058,127.13583,12.126241,45.390537,449.02234,66.0945,765.5064,245.99101,3044.5222,27.367065,2812.9524,245.57332,14.748814,15.2018585,67.91826,235.58775,288.27774,423.92892,43.048386,26.673992,10.837346,559.6868,184.43784,49.629555,7.9775715,537.8263,12.668595,586.9503,5.9165564,30.976318,0.0,747.7262,1829.4062,0.25106254,105.23508,14.869452,10487.925,25.747677,0.9442953,6.3275414,16.8251,6.9133596,2.006676,9.293824,248.29678,58.729614,5.563571,0.6413071,2.5688279,116.76735,1.1859999,139.65712,160.6418,1787.1788,255.15285,88.372246,152.95476,681.4638,33.58946,28.80615,583.73785,48.933956,69.020744,10.604056,19.492638,183.19638,11.520575,10.455547,51.07854,15.693724,3951.4417,18.210615,20.298723,15.775441,9.779758,255.01878,48.28607,22.713709,7.2173567,6.7508144,14.091958,55.95664,80.41376,30.856754,175.67027,18.590336,4.532692,45.35192,27.939388,47.734398,109.93807,19.221373,1.884711,19.059347,14.284986,1903.0144,18.337893,1.1369199,28.20102,11.685127,123.2957,85.469444,106.6885,7.0472455,83.614075,352.29877,262.85367,27.008291,261.81238,76.453316,48.830677,70.14499,81.85774,11.61616,37.40957,490.3074,2.571088,4.9225664,185.7395,24.146698,8.795361,22.523626,23.64154,238.56812,78.42804,162.23904,1321.5359,126.28775,1792.3269,1676.034,13.924254,15.047761,1809.0585,23.654062,23.237467,456.16168,46.24683,76.84237,33.331165,139.52623,276.10565,442.38376,6.200355,50.842342,196.2274,388.85477,10.963506,95.4992,11.635025,1.594856,58.234325,1.0126841,1.1237546,3.3764129,11.374265,37.828693,19.933,21.056183,554.8017,57.24115,33.342743,42.627354,15.186963,79.97346,12.303675,23.34315,11.86082,77.538185,26.646328,32.69108,44.16064,10.356082,44.52099,36.36973,1.2973938,69.73516,11.328921,224.93542,7.8403587,313.76956,22.075378,968.9121,143.44919,3.5064445,10.761917,164.79155,210.0244,974.96497,837.86633 +2023-12-26 18:00:00,0.0,2680.8223,50.789104,13.509268,52.95555,35.720245,281.652,32.203312,58.556892,19.628323,32.806274,260.57565,127.291595,16.997467,77.56409,0.3644776,0.38236678,53.563267,13.326767,22.62993,708.8881,13.284772,879.161,127.119446,12.144955,45.411324,448.68192,66.122826,766.0475,246.05275,3042.5427,27.401897,2813.1353,245.84229,14.769837,15.220772,68.010635,235.56746,288.25693,424.42706,43.032257,26.65238,10.836114,559.2571,184.65767,49.64324,7.97206,537.9322,12.665353,587.02045,5.916409,30.961151,0.0,747.6867,1828.7526,0.2510719,105.11575,14.864969,10483.136,25.747301,0.9445661,6.323387,16.815186,6.9148755,2.0068727,9.288211,248.19662,58.69937,5.5575657,0.64130324,2.5696776,116.77329,1.184862,139.64244,160.45564,1786.6609,254.78615,88.357544,152.9328,682.15063,33.627247,28.830193,584.467,48.9814,69.08882,10.600774,19.492222,183.2482,11.513139,10.453923,51.082237,15.698303,3951.8872,18.209282,20.296371,15.7745495,9.778249,255.1223,48.300022,22.725807,7.2181797,6.748846,14.094639,55.95521,80.36632,30.85867,175.7041,18.587736,4.5318456,45.344784,27.924314,47.686882,109.97227,19.235693,1.8828629,19.082275,14.27744,1902.2046,18.354246,1.1344413,28.159475,11.682901,123.26929,85.48334,106.66848,7.0528345,83.64133,352.14343,262.71094,27.001698,261.65717,76.50591,48.82184,70.14048,81.93518,11.625552,37.42861,490.29358,2.5743248,4.928137,185.84714,24.147005,8.794255,22.538439,23.650614,238.68367,78.465225,162.24118,1322.2192,126.08578,1791.656,1675.7526,13.91367,15.028684,1808.4718,23.653944,23.206923,456.06064,46.201775,76.77964,33.298264,139.37753,276.03326,442.34186,6.194919,50.8059,196.02856,388.75568,10.958769,95.46653,11.629369,1.5947258,58.24366,1.0124643,1.1234584,3.374378,11.372473,37.781128,19.927073,21.059677,555.25604,57.211693,33.323734,42.59879,15.180991,80.01008,12.304302,23.375618,11.854436,77.503876,26.622948,32.721893,44.176895,10.355443,44.567165,36.39556,1.2968814,69.69955,11.321952,224.91461,7.837253,313.65704,22.07752,969.26,143.36977,3.5037935,10.760099,164.72195,209.89948,974.7184,838.1582 +2023-12-26 19:00:00,0.0,2679.5938,50.756264,13.477907,52.908657,35.697624,281.56796,32.184723,58.51211,19.623955,32.773182,260.38702,127.341866,16.985746,77.39749,0.3645487,0.38291338,53.54407,13.3481,22.647722,708.3153,13.282194,878.51624,127.10306,12.16367,45.432106,448.3415,66.15115,766.58856,246.1145,3040.5632,27.43673,2813.318,246.11125,14.79086,15.239685,68.10301,235.54716,288.23608,424.92517,43.01613,26.630766,10.834881,558.8273,184.87749,49.656933,7.9665494,538.0381,12.662111,587.0905,5.9162617,30.945984,0.0,747.6473,1828.0988,0.25108123,104.99642,14.860486,10478.346,25.746925,0.9448369,6.3192334,16.805271,6.916391,2.007069,9.282598,248.09647,58.669132,5.551561,0.64129937,2.570527,116.779236,1.183724,139.62775,160.26949,1786.143,254.41946,88.342834,152.91084,682.8375,33.66504,28.854233,585.1961,49.02884,69.1569,10.597491,19.491806,183.30002,11.505703,10.452299,51.085934,15.702884,3952.3325,18.207947,20.29402,15.773658,9.776738,255.22583,48.31397,22.737904,7.2190022,6.7468777,14.097319,55.95379,80.31888,30.860584,175.73795,18.585135,4.530999,45.337643,27.90924,47.639366,110.00647,19.250013,1.8810148,19.105206,14.269895,1901.3947,18.3706,1.1319627,28.117931,11.680675,123.24288,85.49722,106.64846,7.0584235,83.66858,351.9881,262.56824,26.995104,261.50198,76.55851,48.813004,70.13596,82.01262,11.634944,37.44765,490.27975,2.5775614,4.933707,185.95477,24.147312,8.793151,22.553253,23.659687,238.79922,78.5024,162.24333,1322.9026,125.8838,1790.985,1675.4712,13.903085,15.009607,1807.8851,23.653826,23.176378,455.95963,46.156723,76.7169,33.26536,139.22885,275.9609,442.29996,6.189483,50.76946,195.82973,388.65656,10.954032,95.43386,11.623713,1.5945956,58.252995,1.0122443,1.1231622,3.372343,11.370681,37.733566,19.921144,21.063171,555.7104,57.182236,33.304726,42.57023,15.175019,80.04671,12.304929,23.408087,11.848051,77.46957,26.59957,32.752705,44.19315,10.354805,44.613346,36.42139,1.296369,69.66394,11.314982,224.89381,7.8341475,313.54456,22.079664,969.6079,143.29034,3.5011425,10.758283,164.65234,209.77455,974.47186,838.4501 +2023-12-26 20:00:00,0.0,2678.3655,50.723423,13.446547,52.861763,35.675003,281.4839,32.166138,58.467327,19.619589,32.74009,260.19843,127.392136,16.974028,77.2309,0.36461982,0.38346002,53.52487,13.3694315,22.665514,707.74243,13.279615,877.8715,127.08667,12.182384,45.452892,448.0011,66.17949,767.12964,246.17625,3038.5837,27.471561,2813.501,246.38022,14.811883,15.258598,68.19539,235.52686,288.21527,425.42328,43.0,26.609154,10.833649,558.39746,185.0973,49.670624,7.9610386,538.1439,12.658869,587.16064,5.9161143,30.930817,0.0,747.60785,1827.4451,0.25109056,104.8771,14.856003,10473.557,25.746552,0.94510776,6.3150797,16.795357,6.9179063,2.0072656,9.276984,247.9963,58.63889,5.5455556,0.6412955,2.5713768,116.78518,1.1825861,139.61307,160.08333,1785.625,254.05276,88.32813,152.88889,683.5244,33.702827,28.878275,585.9253,49.076283,69.22497,10.594208,19.49139,183.35185,11.498266,10.450674,51.089634,15.707463,3952.7778,18.206614,20.291666,15.772766,9.7752285,255.32936,48.327915,22.75,7.2198253,6.7449093,14.099999,55.952362,80.27144,30.8625,175.77179,18.582533,4.530153,45.330505,27.894165,47.59185,110.040665,19.264332,1.8791666,19.128136,14.26235,1900.5848,18.386953,1.1294842,28.076387,11.678449,123.21648,85.511116,106.62844,7.0640125,83.69583,351.83276,262.4255,26.98851,261.3468,76.61111,48.804165,70.13145,82.09006,11.644337,37.466694,490.26596,2.5807981,4.9392776,186.06241,24.14762,8.792046,22.568066,23.66876,238.91478,78.53958,162.24547,1323.5858,125.681816,1790.3141,1675.1897,13.8925,14.99053,1807.2986,23.653706,23.145834,455.8586,46.111668,76.65417,33.23246,139.08015,275.88855,442.25806,6.184047,50.733017,195.63089,388.55743,10.949295,95.40119,11.618055,1.5944653,58.26233,1.0120244,1.1228659,3.3703082,11.368889,37.686,19.915216,21.066666,556.16473,57.15278,33.285713,42.541668,15.169048,80.083336,12.305556,23.440556,11.841667,77.43526,26.576189,32.78352,44.209404,10.354166,44.659523,36.44722,1.2958566,69.62833,11.308013,224.87302,7.8310413,313.43204,22.081808,969.9558,143.21092,3.4984915,10.756465,164.58275,209.64963,974.2253,838.742 +2023-12-26 21:00:00,0.0,2677.1372,50.690586,13.415187,52.814873,35.65238,281.39984,32.14755,58.422546,19.615221,32.706993,260.0098,127.442406,16.962309,77.06431,0.36469093,0.38400662,53.505672,13.390764,22.683306,707.1696,13.277038,877.22675,127.070274,12.2010975,45.47368,447.66068,66.20782,767.6707,246.238,3036.604,27.506393,2813.6838,246.64919,14.832907,15.277512,68.28777,235.50656,288.19446,425.92142,42.98387,26.587542,10.832417,557.9677,185.31714,49.68431,7.9555273,538.2498,12.655627,587.2308,5.915967,30.915648,0.0,747.5684,1826.7914,0.2510999,104.757774,14.85152,10468.768,25.746176,0.9453786,6.3109255,16.785442,6.919422,2.007462,9.271371,247.89615,58.608646,5.5395503,0.6412916,2.5722265,116.79112,1.1814481,139.59837,159.89717,1785.107,253.68608,88.31343,152.86694,684.2113,33.74062,28.902317,586.6544,49.123722,69.293045,10.590925,19.490974,183.40367,11.49083,10.44905,51.09333,15.712044,3953.2231,18.20528,20.289314,15.771874,9.773719,255.43288,48.34186,22.762096,7.2206483,6.742941,14.102679,55.95094,80.224,30.864416,175.80563,18.579933,4.5293064,45.323368,27.879091,47.54434,110.07487,19.278652,1.8773185,19.151066,14.254805,1899.7749,18.403307,1.1270056,28.034845,11.676223,123.19007,85.525,106.60842,7.0696015,83.72308,351.67743,262.28278,26.981916,261.1916,76.66371,48.79533,70.12694,82.167496,11.6537285,37.485737,490.25214,2.5840347,4.9448476,186.17006,24.147926,8.79094,22.582878,23.677834,239.03033,78.57677,162.2476,1324.269,125.479836,1789.6431,1674.9082,13.881915,14.971454,1806.7119,23.653587,23.11529,455.7576,46.066612,76.59143,33.199554,138.93147,275.8162,442.21613,6.1786113,50.696575,195.43205,388.4583,10.944558,95.368515,11.612399,1.594335,58.271664,1.0118046,1.1225696,3.3682733,11.367097,37.638435,19.909288,21.070162,556.6191,57.123318,33.266705,42.513103,15.163076,80.11996,12.306184,23.473024,11.835282,77.40095,26.55281,32.81433,44.22566,10.353528,44.705704,36.47305,1.2953442,69.59271,11.3010435,224.85222,7.8279357,313.31952,22.083952,970.3037,143.1315,3.4958405,10.754648,164.51314,209.52472,973.9787,839.0339 +2023-12-26 22:00:00,0.0,2675.909,50.657745,13.383826,52.76798,35.62976,281.31577,32.128963,58.37776,19.610855,32.6739,259.8212,127.49268,16.950588,76.89771,0.36476204,0.38455322,53.486473,13.412096,22.701097,706.59674,13.27446,876.58203,127.05389,12.219812,45.494465,447.32025,66.236145,768.2118,246.29976,3034.6245,27.541227,2813.867,246.91815,14.8539295,15.296425,68.38015,235.48627,288.17365,426.41953,42.967743,26.56593,10.831183,557.5379,185.53696,49.698,7.9500165,538.35565,12.652385,587.30084,5.9158196,30.90048,0.0,747.529,1826.1377,0.25110924,104.63844,14.847035,10463.979,25.7458,0.9456494,6.3067718,16.775528,6.9209375,2.0076585,9.2657585,247.79599,58.578403,5.533545,0.64128774,2.573076,116.797066,1.1803102,139.58368,159.71103,1784.5891,253.3194,88.29872,152.84499,684.89813,33.778408,28.92636,587.38354,49.171165,69.361115,10.587643,19.490559,183.45549,11.483395,10.447426,51.097027,15.716623,3953.6685,18.203947,20.286963,15.770983,9.772209,255.5364,48.35581,22.774193,7.221471,6.740972,14.10536,55.949516,80.17656,30.866331,175.83948,18.577332,4.52846,45.316227,27.864017,47.496822,110.10906,19.292973,1.8754704,19.173996,14.247259,1898.9651,18.41966,1.124527,27.993301,11.673997,123.163666,85.538895,106.5884,7.07519,83.750336,351.5221,262.14008,26.975323,261.0364,76.71631,48.78649,70.12242,82.24494,11.66312,37.504776,490.23834,2.5872715,4.950418,186.2777,24.148233,8.789835,22.59769,23.686907,239.14589,78.613945,162.24974,1324.9524,125.277855,1788.9722,1674.6268,13.87133,14.952376,1806.1252,23.65347,23.084745,455.6566,46.02156,76.528694,33.166653,138.78279,275.74384,442.17422,6.1731753,50.660133,195.23322,388.35922,10.939821,95.335846,11.606743,1.5942048,58.281,1.0115846,1.1222733,3.3662384,11.365304,37.59087,19.90336,21.073656,557.0734,57.09386,33.247696,42.484543,15.1571045,80.156586,12.30681,23.505493,11.828898,77.36664,26.52943,32.845146,44.241913,10.352889,44.75188,36.49888,1.2948318,69.5571,11.294074,224.83142,7.82483,313.207,22.086094,970.6516,143.05208,3.4931898,10.7528305,164.44354,209.3998,973.7321,839.3258 +2023-12-26 23:00:00,0.0,2674.6807,50.624905,13.352466,52.721085,35.60714,281.2317,32.110374,58.332977,19.606487,32.640804,259.63257,127.54295,16.93887,76.73112,0.36483315,0.38509983,53.467274,13.433429,22.718891,706.0239,13.271882,875.93726,127.0375,12.238526,45.515247,446.97983,66.26447,768.75287,246.36151,3032.645,27.57606,2814.0498,247.18713,14.874952,15.315338,68.47253,235.46597,288.1528,426.91763,42.951614,26.544315,10.829951,557.1081,185.75677,49.71169,7.944505,538.46155,12.649142,587.371,5.9156723,30.885313,0.0,747.4895,1825.4839,0.2511186,104.51912,14.842552,10459.189,25.745424,0.9459202,6.302618,16.765612,6.9224534,2.007855,9.260145,247.69583,58.548164,5.5275397,0.64128387,2.5739257,116.80301,1.1791723,139.569,159.52487,1784.0712,252.9527,88.28402,152.82303,685.585,33.8162,28.9504,588.11273,49.218605,69.42919,10.58436,19.490143,183.50731,11.475959,10.445802,51.100727,15.721204,3954.1138,18.202614,20.28461,15.770091,9.770699,255.63994,48.369755,22.786291,7.222294,6.7390037,14.10804,55.94809,80.12912,30.868246,175.8733,18.57473,4.5276136,45.30909,27.848944,47.449306,110.143265,19.307293,1.8736223,19.196926,14.239714,1898.1552,18.436016,1.1220485,27.951757,11.671771,123.13726,85.55278,106.56838,7.080779,83.77759,351.36676,261.99734,26.968729,260.8812,76.768906,48.777657,70.117905,82.32238,11.672512,37.52382,490.22452,2.590508,4.9559884,186.38533,24.14854,8.78873,22.612505,23.69598,239.26146,78.65112,162.25188,1325.6357,125.075874,1788.3011,1674.3453,13.860745,14.9333,1805.5386,23.65335,23.054201,455.55554,45.976505,76.465965,33.13375,138.6341,275.67148,442.13232,6.16774,50.62369,195.03438,388.2601,10.935084,95.30318,11.601087,1.5940745,58.290333,1.0113647,1.1219771,3.3642035,11.363512,37.54331,19.89743,21.07715,557.5278,57.064404,33.228687,42.455982,15.151134,80.193214,12.307438,23.537962,11.822514,77.33233,26.506052,32.875957,44.258167,10.352251,44.79806,36.524708,1.2943194,69.521484,11.287105,224.81061,7.8217244,313.09448,22.088238,970.9995,142.97266,3.4905388,10.751013,164.37395,209.27487,973.48553,839.6177 +2023-12-27 00:00:00,0.0,2673.4524,50.592068,13.321105,52.674194,35.58452,281.14764,32.091785,58.288197,19.602121,32.60771,259.44397,127.59322,16.92715,76.56453,0.36490425,0.38564646,53.448074,13.454761,22.736683,705.45105,13.269303,875.29254,127.0211,12.257241,45.536034,446.6394,66.2928,769.2939,246.42326,3030.6655,27.610891,2814.2327,247.4561,14.895976,15.334251,68.5649,235.44568,288.132,427.41577,42.935482,26.522703,10.828718,556.67834,185.9766,49.72538,7.9389944,538.5674,12.645901,587.44104,5.915525,30.870146,0.0,747.4501,1824.8302,0.25112793,104.399796,14.838069,10454.399,25.745049,0.9461911,6.2984643,16.755697,6.923969,2.0080514,9.254532,247.59567,58.51792,5.5215344,0.64128,2.5747755,116.80895,1.1780343,139.5543,159.33871,1783.5532,252.58601,88.26932,152.80109,686.2719,33.85399,28.974442,588.84186,49.26605,69.49726,10.581078,19.489727,183.55913,11.468522,10.444178,51.104424,15.725783,3954.559,18.20128,20.282259,15.769199,9.769189,255.74347,48.3837,22.798388,7.2231164,6.7370353,14.110721,55.946667,80.08168,30.870161,175.90715,18.572128,4.5267673,45.301952,27.83387,47.40179,110.17746,19.321611,1.8717742,19.219854,14.232168,1897.3453,18.45237,1.1195699,27.910213,11.669544,123.110855,85.56667,106.54836,7.086368,83.80484,351.21143,261.8546,26.962133,260.726,76.8215,48.768818,70.113396,82.39982,11.681905,37.542862,490.2107,2.5937448,4.961559,186.49297,24.148848,8.787624,22.627317,23.705051,239.37701,78.68831,162.25401,1326.3188,124.87389,1787.6302,1674.064,13.850162,14.914223,1804.9519,23.65323,23.023657,455.45453,45.931454,76.40323,33.10085,138.48541,275.59912,442.0904,6.162304,50.58725,194.83554,388.16098,10.930347,95.27051,11.59543,1.5939442,58.299667,1.0111449,1.1216809,3.3621688,11.36172,37.495743,19.891502,21.080645,557.98206,57.034946,33.20968,42.427418,15.145162,80.229836,12.308065,23.57043,11.81613,77.29801,26.482672,32.906773,44.27442,10.351613,44.844242,36.550537,1.293807,69.48587,11.280135,224.78981,7.818619,312.98196,22.090382,971.3474,142.89323,3.4878879,10.749196,164.30434,209.14995,973.23895,839.90955 +2023-12-27 01:00:00,0.0,2672.224,50.559227,13.289745,52.6273,35.561897,281.06357,32.0732,58.243412,19.597755,32.57462,259.25534,127.64349,16.91543,76.397934,0.36497536,0.38619307,53.428875,13.476093,22.754475,704.8782,13.266726,874.64777,127.004715,12.275955,45.55682,446.299,66.32113,769.83496,246.48502,3028.686,27.645723,2814.4155,247.72507,14.916999,15.353165,68.65728,235.42537,288.11118,427.91388,42.919353,26.501091,10.827486,556.24854,186.19643,49.739067,7.9334836,538.6732,12.642658,587.51117,5.9153776,30.854977,0.0,747.4107,1824.1765,0.2511373,104.280464,14.833586,10449.61,25.744675,0.94646186,6.29431,16.745783,6.925484,2.008248,9.248919,247.49551,58.48768,5.515529,0.64127606,2.575625,116.8149,1.1768965,139.53961,159.15256,1783.0353,252.21933,88.25461,152.77913,686.9588,33.89178,28.998484,589.571,49.31349,69.56534,10.577795,19.489311,183.61096,11.461086,10.4425535,51.10812,15.730364,3955.0044,18.199947,20.279905,15.768308,9.767679,255.84698,48.39765,22.810484,7.2239394,6.735067,14.1134,55.945244,80.03424,30.872076,175.941,18.569529,4.525921,45.29481,27.818796,47.35428,110.21166,19.335932,1.8699261,19.242785,14.224624,1896.5354,18.468723,1.1170913,27.868671,11.667318,123.08445,85.58056,106.52834,7.091957,83.832085,351.0561,261.7119,26.95554,260.57083,76.8741,48.759983,70.10888,82.47726,11.691297,37.561905,490.1969,2.5969813,4.967129,186.60062,24.149155,8.786519,22.64213,23.714125,239.49257,78.72549,162.25615,1327.0022,124.67192,1786.9592,1673.7825,13.839577,14.895146,1804.3654,23.653112,22.99311,455.35352,45.8864,76.34049,33.067947,138.33672,275.52676,442.0485,6.156868,50.55081,194.6367,388.06186,10.925611,95.23783,11.589774,1.593814,58.309002,1.0109249,1.1213846,3.360134,11.359928,37.448177,19.885574,21.084139,558.4364,57.00549,33.19067,42.398857,15.13919,80.266464,12.308693,23.6029,11.809745,77.2637,26.459291,32.937584,44.290676,10.350974,44.89042,36.576363,1.2932945,69.45026,11.273166,224.76901,7.815513,312.86945,22.092525,971.6953,142.81381,3.485237,10.747378,164.23474,209.02502,972.9924,840.2015 +2023-12-27 02:00:00,0.0,2670.9956,50.52639,13.258385,52.580406,35.539276,280.97952,32.05461,58.198627,19.593388,32.541523,259.06674,127.69376,16.903711,76.23134,0.36504647,0.38673967,53.409676,13.497425,22.772266,704.30536,13.264148,874.003,126.98833,12.29467,45.577602,445.9586,66.349464,770.37604,246.54675,3026.7063,27.680555,2814.5984,247.99403,14.938022,15.372078,68.749664,235.40508,288.09033,428.41202,42.903225,26.479477,10.826253,555.8187,186.41624,49.752758,7.9279723,538.7791,12.639416,587.58124,5.9152303,30.83981,0.0,747.3713,1823.5227,0.2511466,104.16114,14.8291025,10444.821,25.744299,0.9467327,6.2901564,16.735868,6.927,2.0084445,9.243305,247.39536,58.457436,5.5095243,0.6412722,2.5764747,116.82085,1.1757585,139.52493,158.9664,1782.5173,251.85263,88.23991,152.75717,687.6456,33.92957,29.022524,590.3002,49.36093,69.63341,10.5745125,19.488895,183.66278,11.45365,10.440928,51.111816,15.734943,3955.45,18.198614,20.277554,15.767416,9.76617,255.95052,48.4116,22.82258,7.2247624,6.7330985,14.116081,55.943817,79.9868,30.873993,175.97484,18.566927,4.5250745,45.287674,27.803722,47.306763,110.24586,19.350252,1.868078,19.265715,14.217078,1895.7256,18.485077,1.1146128,27.827127,11.665092,123.058044,85.59445,106.50832,7.097546,83.85934,350.90076,261.56918,26.948946,260.41562,76.926704,48.75115,70.10436,82.554695,11.700688,37.580944,490.18307,2.600218,4.9726996,186.70825,24.149462,8.785414,22.656944,23.723198,239.60812,78.76267,162.25829,1327.6855,124.46994,1786.2883,1673.5011,13.828992,14.876069,1803.7787,23.652994,22.962566,455.2525,45.841347,76.277756,33.035046,138.18803,275.45438,442.0066,6.151432,50.51437,194.43785,387.96277,10.920874,95.20516,11.584118,1.5936837,58.318336,1.010705,1.1210884,3.358099,11.358136,37.40061,19.879646,21.087635,558.89075,56.97603,33.17166,42.370296,15.133219,80.30309,12.3093195,23.635368,11.80336,77.22939,26.435913,32.9684,44.30693,10.350336,44.9366,36.602192,1.2927822,69.41464,11.266196,224.74821,7.8124075,312.75693,22.094667,972.0432,142.73439,3.482586,10.745561,164.16513,208.9001,972.74585,840.49335 +2023-12-27 03:00:00,0.0,2669.7673,50.49355,13.227024,52.533516,35.516655,280.89545,32.036022,58.153847,19.589022,32.50843,258.8781,127.74404,16.891993,76.06475,0.36511758,0.3872863,53.390476,13.518758,22.790058,703.7325,13.261569,873.3583,126.97193,12.313384,45.59839,445.61816,66.37779,770.9171,246.6085,3024.7268,27.715387,2814.7815,248.263,14.959045,15.390991,68.84204,235.38478,288.06952,428.91013,42.887096,26.457865,10.825021,555.3889,186.63606,49.766445,7.9224615,538.885,12.636174,587.65137,5.9150825,30.824642,0.0,747.3318,1822.869,0.25115594,104.04182,14.824619,10440.032,25.743923,0.94700354,6.2860026,16.725954,6.9285154,2.008641,9.237692,247.2952,58.427197,5.503519,0.6412683,2.5773244,116.82679,1.1746205,139.51024,158.78024,1781.9994,251.48595,88.225204,152.73521,688.3325,33.96736,29.046566,591.0293,49.408375,69.701485,10.57123,19.488482,183.7146,11.446214,10.439304,51.115517,15.739524,3955.8953,18.19728,20.275202,15.766524,9.764659,256.05405,48.425545,22.834677,7.225585,6.7311296,14.118761,55.942394,79.93936,30.875908,176.00867,18.564325,4.524228,45.280537,27.788649,47.259247,110.28006,19.364573,1.8662299,19.288645,14.209533,1894.9156,18.50143,1.1121342,27.785583,11.662867,123.03164,85.60834,106.488304,7.1031346,83.88659,350.74542,261.42645,26.942352,260.26044,76.9793,48.74231,70.09985,82.63213,11.71008,37.599987,490.16928,2.6034546,4.97827,186.81589,24.14977,8.784308,22.671757,23.732271,239.72368,78.79985,162.26042,1328.3688,124.26796,1785.6173,1673.2196,13.818407,14.856993,1803.192,23.652876,22.932022,455.1515,45.79629,76.21502,33.002144,138.03935,275.38202,441.9647,6.145996,50.47793,194.23901,387.86365,10.916137,95.17249,11.578462,1.5935534,58.32767,1.0104852,1.1207922,3.356064,11.356344,37.35305,19.873718,21.09113,559.3451,56.94657,33.15265,42.341732,15.127247,80.339714,12.309947,23.667837,11.796976,77.19508,26.412533,32.99921,44.32319,10.349697,44.982777,36.62802,1.2922698,69.37903,11.259227,224.72742,7.809302,312.6444,22.096811,972.3911,142.65497,3.479935,10.743744,164.09554,208.77519,972.49927,840.7852 +2023-12-27 04:00:00,0.0,2668.539,50.46071,13.195663,52.48662,35.494034,280.8114,32.017437,58.109062,19.584654,32.475338,258.6895,127.79431,16.880274,75.898155,0.3651887,0.3878329,53.371277,13.54009,22.80785,703.15967,13.258991,872.7135,126.95554,12.332098,45.619175,445.27774,66.40612,771.4582,246.67026,3022.7473,27.750221,2814.9644,248.53197,14.980068,15.409905,68.93442,235.36449,288.0487,429.40823,42.870968,26.436253,10.823789,554.95917,186.8559,49.780136,7.91695,538.99084,12.632932,587.7215,5.914935,30.809475,0.0,747.29236,1822.2153,0.2511653,103.922485,14.820136,10435.242,25.743547,0.9472744,6.2818484,16.71604,6.930031,2.0088375,9.2320795,247.19504,58.396954,5.497514,0.64126444,2.5781739,116.83273,1.1734827,139.49554,158.59409,1781.4814,251.11926,88.2105,152.71327,689.0194,34.00515,29.070608,591.7584,49.455814,69.769554,10.567947,19.488066,183.76642,11.438778,10.43768,51.119213,15.744103,3956.3406,18.195946,20.27285,15.765633,9.763149,256.15756,48.43949,22.846775,7.226408,6.7291613,14.121442,55.94097,79.89192,30.877823,176.04251,18.561726,4.5233817,45.273396,27.773575,47.21173,110.31426,19.378891,1.8643817,19.311575,14.201987,1894.1058,18.517784,1.1096556,27.74404,11.66064,123.00523,85.62222,106.468285,7.1087236,83.91384,350.5901,261.28375,26.935759,260.10526,77.0319,48.733475,70.09534,82.70958,11.719473,37.61903,490.15546,2.6066914,4.98384,186.92352,24.150078,8.783204,22.68657,23.741344,239.83923,78.83703,162.26257,1329.0521,124.06598,1784.9464,1672.9382,13.807822,14.837915,1802.6053,23.652758,22.901478,455.05045,45.751236,76.15228,32.969242,137.89066,275.30966,441.92276,6.14056,50.441486,194.04018,387.76453,10.9114,95.139824,11.572805,1.5934231,58.337006,1.0102652,1.1204959,3.3540292,11.354551,37.305485,19.86779,21.094624,559.79944,56.917114,33.13364,42.31317,15.121275,80.37634,12.310575,23.700306,11.790591,77.160774,26.389154,33.03002,44.339443,10.349059,45.028957,36.65385,1.2917573,69.34342,11.252258,224.7066,7.806196,312.53192,22.098955,972.739,142.57555,3.4772842,10.741926,164.02594,208.65027,972.2527,841.07715 +2023-12-27 05:00:00,0.0,2667.3108,50.42787,13.164304,52.439728,35.471413,280.72733,31.998848,58.064278,19.580288,32.44224,258.5009,127.84458,16.868553,75.73156,0.3652598,0.3883795,53.35208,13.561422,22.825644,702.5868,13.256413,872.0688,126.939156,12.350813,45.639957,444.93732,66.43445,771.99927,246.73201,3020.7678,27.785053,2815.1472,248.80093,15.001091,15.428819,69.026794,235.3442,288.02786,429.90637,42.85484,26.414639,10.822556,554.52936,187.07571,49.793823,7.9114394,539.09674,12.629689,587.79156,5.914788,30.794306,0.0,747.2529,1821.5615,0.25117463,103.80316,14.815652,10430.453,25.743172,0.9475452,6.2776947,16.706123,6.9315467,2.009034,9.226466,247.09488,58.36671,5.4915085,0.64126056,2.5790236,116.83868,1.1723447,139.48087,158.40793,1780.9635,250.75256,88.1958,152.69131,689.7063,34.042942,29.09465,592.4876,49.503258,69.83763,10.564665,19.487648,183.81825,11.431342,10.436056,51.12291,15.748684,3956.786,18.194613,20.270496,15.764741,9.76164,256.2611,48.453438,22.858871,7.227231,6.727193,14.124122,55.939545,79.84448,30.879738,176.07635,18.559124,4.5225353,45.26626,27.758501,47.16422,110.34846,19.393211,1.8625336,19.334503,14.194442,1893.2959,18.534138,1.1071771,27.702497,11.658414,122.97883,85.636116,106.448265,7.1143126,83.94109,350.43475,261.14102,26.929165,259.95004,77.084496,48.724636,70.09082,82.78702,11.728865,37.638073,490.14163,2.609928,4.9894104,187.03116,24.150385,8.782099,22.701384,23.750418,239.95479,78.874214,162.26471,1329.7354,123.864,1784.2754,1672.6567,13.797237,14.818839,1802.0187,23.652637,22.870934,454.94943,45.706184,76.089554,32.93634,137.74197,275.2373,441.88086,6.1351247,50.405045,193.84134,387.6654,10.906663,95.107155,11.567148,1.593293,58.34634,1.0100453,1.1201996,3.3519943,11.352759,37.25792,19.861862,21.098118,560.2538,56.887657,33.11463,42.28461,15.115304,80.41297,12.311201,23.732773,11.784207,77.126465,26.365774,33.060837,44.355698,10.34842,45.075134,36.67968,1.291245,69.30781,11.245289,224.6858,7.8030906,312.4194,22.101099,973.0869,142.49612,3.4746332,10.7401085,163.95633,208.52534,972.0061,841.369 +2023-12-27 06:00:00,0.0,2666.0825,50.39503,13.132943,52.392838,35.44879,280.64328,31.98026,58.019497,19.57592,32.40915,258.3123,127.89485,16.856834,75.564964,0.3653309,0.38892612,53.332882,13.582754,22.843435,702.014,13.253835,871.424,126.92277,12.369527,45.660744,444.59692,66.462776,772.54034,246.79376,3018.7883,27.819885,2815.33,249.0699,15.022115,15.447732,69.11917,235.32388,288.00705,430.40448,42.83871,26.393026,10.821323,554.09955,187.29553,49.807514,7.9059286,539.20264,12.626448,587.8617,5.9146404,30.779139,0.0,747.2135,1820.9078,0.251184,103.68384,14.811169,10425.664,25.742796,0.947816,6.273541,16.69621,6.933062,2.0092304,9.220853,246.99472,58.336468,5.485503,0.6412567,2.579873,116.84462,1.1712067,139.46617,158.22177,1780.4456,250.38588,88.18109,152.66936,690.3931,34.08073,29.11869,593.21674,49.550697,69.9057,10.561382,19.487234,183.87007,11.423906,10.434432,51.12661,15.753263,3957.2312,18.19328,20.268145,15.763849,9.76013,256.36462,48.467384,22.870968,7.2280536,6.7252245,14.1268015,55.93812,79.79704,30.881653,176.1102,18.556522,4.521689,45.25912,27.743427,47.116703,110.38266,19.407532,1.8606855,19.357433,14.186897,1892.4861,18.550491,1.1046985,27.660954,11.656188,122.95242,85.65,106.428246,7.1199017,83.968346,350.27942,260.9983,26.922571,259.79486,77.13709,48.7158,70.08631,82.864456,11.738256,37.657112,490.12784,2.6131647,4.994981,187.13881,24.150692,8.780993,22.716196,23.759491,240.07034,78.91139,162.26685,1330.4187,123.66202,1783.6045,1672.3754,13.7866535,14.799762,1801.4321,23.65252,22.84039,454.84842,45.66113,76.02682,32.90344,137.59328,275.16495,441.83896,6.1296887,50.368603,193.6425,387.5663,10.901926,95.07448,11.561492,1.5931627,58.355675,1.0098255,1.1199033,3.3499594,11.350967,37.210354,19.855934,21.101612,560.7081,56.8582,33.095623,42.25605,15.109332,80.4496,12.311829,23.765242,11.7778225,77.092155,26.342396,33.09165,44.371952,10.347782,45.121315,36.70551,1.2907326,69.272194,11.238319,224.66501,7.799985,312.3069,22.103243,973.4348,142.4167,3.4719822,10.738292,163.88673,208.40042,971.7595,841.6609 +2023-12-27 07:00:00,0.0,2664.8542,50.36219,13.101583,52.345943,35.42617,280.5592,31.961672,57.974712,19.571554,32.376053,258.12366,127.94512,16.845116,75.39838,0.365402,0.38947275,53.313683,13.604087,22.861227,701.4411,13.251257,870.7793,126.90637,12.388242,45.68153,444.2565,66.491104,773.0814,246.85551,3016.8086,27.854717,2815.513,249.33887,15.043138,15.466645,69.21155,235.30359,287.98624,430.9026,42.822582,26.371414,10.82009,553.6698,187.51535,49.8212,7.9004173,539.3085,12.623205,587.93176,5.914493,30.763971,0.0,747.1741,1820.2542,0.2511933,103.56451,14.806685,10420.875,25.742422,0.94808686,6.2693872,16.686295,6.934578,2.0094268,9.21524,246.89456,58.30623,5.479498,0.6412528,2.5807228,116.85056,1.1700689,139.45149,158.03561,1779.9276,250.0192,88.16639,152.6474,691.08,34.118523,29.142733,593.94586,49.59814,69.97378,10.5581,19.486818,183.92189,11.41647,10.432807,51.130306,15.757844,3957.6765,18.191946,20.265793,15.762958,9.758619,256.46814,48.481335,22.883064,7.2288766,6.723256,14.129482,55.936695,79.7496,30.883568,176.14403,18.55392,4.5208426,45.25198,27.728354,47.069187,110.416855,19.421852,1.8588374,19.380363,14.179352,1891.6761,18.566845,1.1022199,27.61941,11.653962,122.92602,85.663895,106.408226,7.1254907,83.9956,350.12408,260.8556,26.915977,259.63965,77.1897,48.706963,70.081795,82.941895,11.747649,37.676155,490.114,2.6164012,5.000551,187.24644,24.151,8.779888,22.731009,23.768564,240.1859,78.94857,162.26898,1331.1019,123.46004,1782.9336,1672.0939,13.776069,14.780684,1800.8455,23.652401,22.809845,454.7474,45.616077,75.96408,32.870537,137.4446,275.0926,441.79703,6.124253,50.33216,193.44366,387.4672,10.897189,95.04181,11.555836,1.5930324,58.36501,1.0096055,1.1196071,3.3479247,11.349175,37.162792,19.850006,21.105108,561.1625,56.82874,33.076614,42.227486,15.10336,80.48622,12.312456,23.79771,11.771439,77.057846,26.319016,33.122463,44.388206,10.347143,45.167492,36.73134,1.2902203,69.23658,11.23135,224.64421,7.7968793,312.19437,22.105385,973.7827,142.33728,3.4693313,10.736474,163.81712,208.2755,971.51294,841.9528 +2023-12-27 08:00:00,0.0,2663.626,50.329353,13.070222,52.29905,35.40355,280.47513,31.943085,57.929928,19.567186,32.34296,257.93506,127.99539,16.833395,75.23178,0.36547315,0.39001936,53.294483,13.625419,22.879019,700.8683,13.248679,870.1345,126.889984,12.406956,45.702312,443.91608,66.51944,773.62244,246.91727,3014.829,27.88955,2815.696,249.60783,15.06416,15.4855585,69.303925,235.2833,287.96542,431.40073,42.80645,26.3498,10.818858,553.24,187.73518,49.834892,7.8949065,539.4143,12.619964,588.0019,5.9143457,30.748804,0.0,747.13464,1819.6003,0.25120267,103.44518,14.802202,10416.086,25.742046,0.94835764,6.265233,16.67638,6.9360933,2.0096233,9.209626,246.7944,58.275986,5.473493,0.64124894,2.5815725,116.85651,1.1689309,139.4368,157.84946,1779.4097,249.6525,88.15169,152.62546,691.7669,34.15631,29.166775,594.67505,49.64558,70.04185,10.554817,19.4864,183.97371,11.409034,10.431183,51.134003,15.7624235,3958.1218,18.190613,20.263441,15.762066,9.75711,256.5717,48.49528,22.89516,7.229699,6.7212877,14.132162,55.935272,79.70216,30.885485,176.17787,18.551321,4.519996,45.244843,27.71328,47.02167,110.45106,19.43617,1.8569893,19.403294,14.171806,1890.8663,18.5832,1.0997415,27.577866,11.651736,122.89961,85.67778,106.38821,7.131079,84.02285,349.96875,260.71286,26.909384,259.48447,77.242294,48.698128,70.07728,83.01933,11.757041,37.695198,490.1002,2.619638,5.0061216,187.35408,24.151306,8.778783,22.745823,23.777637,240.30145,78.985756,162.27112,1331.7852,123.258064,1782.2626,1671.8125,13.765484,14.761608,1800.2588,23.652283,22.7793,454.6464,45.571022,75.901344,32.837635,137.2959,275.02023,441.75513,6.118817,50.29572,193.24483,387.36807,10.892452,95.00914,11.5501795,1.5929022,58.374344,1.0093856,1.1193109,3.3458898,11.3473835,37.115227,19.844076,21.108603,561.61676,56.799282,33.057606,42.198925,15.097389,80.52285,12.313084,23.83018,11.765054,77.02353,26.295637,33.153275,44.40446,10.346505,45.213673,36.757168,1.2897078,69.200966,11.2243805,224.62341,7.7937737,312.08185,22.107529,974.1306,142.25786,3.4666803,10.734656,163.74753,208.15057,971.2664,842.2447 +2023-12-27 09:00:00,0.0,2662.3977,50.296513,13.038861,52.25216,35.380928,280.39108,31.924498,57.885147,19.56282,32.309868,257.74643,128.04567,16.821676,75.065186,0.36554426,0.39056596,53.275284,13.646751,22.89681,700.2954,13.2461,869.4898,126.8736,12.425671,45.7231,443.57565,66.54777,774.1635,246.97902,3012.8496,27.924381,2815.879,249.8768,15.085184,15.504472,69.3963,235.263,287.94458,431.89883,42.79032,26.328188,10.817625,552.8102,187.955,49.848583,7.889395,539.5202,12.616721,588.07196,5.9141984,30.733635,0.0,747.0952,1818.9467,0.251212,103.32586,14.797719,10411.296,25.74167,0.9486285,6.2610793,16.666466,6.9376087,2.00982,9.204013,246.69424,58.245743,5.467488,0.64124507,2.582422,116.86245,1.1677929,139.4221,157.6633,1778.8917,249.28581,88.13698,152.6035,692.4538,34.194103,29.190815,595.4042,49.693024,70.109924,10.551535,19.485987,184.02553,11.401598,10.429559,51.1377,15.767004,3958.5671,18.18928,20.26109,15.761174,9.7556,256.6752,48.509228,22.907259,7.230522,6.719319,14.134843,55.93385,79.654724,30.8874,176.21172,18.54872,4.51915,45.237705,27.698206,46.97416,110.48525,19.45049,1.8551412,19.426224,14.164261,1890.0565,18.599554,1.0972629,27.536324,11.649509,122.8732,85.69167,106.36819,7.136668,84.0501,349.81342,260.57013,26.902788,259.32928,77.29489,48.68929,70.07277,83.09678,11.766433,37.714237,490.0864,2.6228745,5.011692,187.46172,24.151613,8.777678,22.760635,23.78671,240.417,79.022934,162.27325,1332.4685,123.05608,1781.5917,1671.531,13.754899,14.742531,1799.6721,23.652164,22.748756,454.54535,45.52597,75.83861,32.804733,137.14722,274.94788,441.71323,6.113381,50.259277,193.04599,387.26895,10.887715,94.97647,11.544523,1.5927719,58.38368,1.0091658,1.1190146,3.343855,11.345592,37.06766,19.838148,21.112097,562.0711,56.769825,33.038593,42.170364,15.091417,80.55948,12.31371,23.862648,11.75867,76.98922,26.272257,33.18409,44.420715,10.345866,45.25985,36.782997,1.2891954,69.16535,11.217411,224.6026,7.790668,311.96933,22.109673,974.4785,142.17844,3.4640293,10.73284,163.67793,208.02567,971.01984,842.53656 +2023-12-27 10:00:00,0.0,2661.1692,50.263676,13.007502,52.205265,35.35831,280.307,31.905909,57.840363,19.558453,32.27677,257.55783,128.09593,16.809958,74.8986,0.36561537,0.3911126,53.256084,13.668084,22.914602,699.72253,13.243523,868.84503,126.8572,12.444385,45.743885,443.23523,66.576096,774.7046,247.04077,3010.87,27.959213,2816.0618,250.14577,15.106207,15.523385,69.48868,235.2427,287.92377,432.39694,42.774193,26.306576,10.816393,552.3804,188.17482,49.86227,7.8838844,539.62604,12.613479,588.1421,5.914051,30.718468,0.0,747.0558,1818.293,0.25122133,103.20653,14.793236,10406.507,25.741295,0.9488993,6.2569256,16.656551,6.9391246,2.0100164,9.1984005,246.59409,58.2155,5.4614825,0.6412412,2.5832717,116.86839,1.1666551,139.40742,157.47716,1778.3738,248.91913,88.12228,152.58154,693.1406,34.23189,29.214857,596.1333,49.740467,70.17799,10.548252,19.48557,184.07736,11.394161,10.427935,51.1414,15.771584,3959.0125,18.187946,20.258736,15.7602825,9.75409,256.77872,48.523174,22.919355,7.231345,6.7173505,14.137523,55.932423,79.60728,30.889315,176.24556,18.546118,4.5183034,45.230564,27.68313,46.926643,110.519455,19.464811,1.8532931,19.449154,14.156715,1889.2466,18.615908,1.0947843,27.49478,11.647284,122.846794,85.70556,106.34817,7.142257,84.07735,349.65808,260.42743,26.896194,259.17407,77.34749,48.680454,70.06825,83.17422,11.775825,37.73328,490.07257,2.6261113,5.0172625,187.56937,24.15192,8.776572,22.775448,23.795784,240.53256,79.06011,162.27539,1333.1519,122.8541,1780.9207,1671.2496,13.744314,14.723454,1799.0854,23.652044,22.718212,454.44434,45.480915,75.77587,32.77183,136.99854,274.8755,441.67133,6.107945,50.22284,192.84715,387.16986,10.882978,94.943794,11.538867,1.5926416,58.393013,1.0089458,1.1187184,3.34182,11.343799,37.020096,19.83222,21.115591,562.52545,56.740368,33.019585,42.1418,15.085445,80.5961,12.314338,23.895117,11.752285,76.95491,26.248877,33.2149,44.43697,10.345228,45.30603,36.808823,1.288683,69.12974,11.210442,224.5818,7.7875624,311.8568,22.111816,974.8264,142.09901,3.4613786,10.731022,163.60832,207.90074,970.77325,842.8285 +2023-12-27 11:00:00,0.0,2659.941,50.230835,12.976141,52.15837,35.33569,280.22296,31.887321,57.795578,19.554087,32.24368,257.3692,128.14621,16.798239,74.732,0.36568648,0.3916592,53.236885,13.689416,22.932396,699.1497,13.240945,868.20026,126.84081,12.463099,45.76467,442.89484,66.60442,775.24567,247.10251,3008.8904,27.994047,2816.2446,250.41473,15.12723,15.542298,69.581055,235.2224,287.90295,432.89508,42.758064,26.284962,10.81516,551.9506,188.39465,49.87596,7.8783736,539.73193,12.610237,588.21216,5.9139037,30.7033,0.0,747.01636,1817.6392,0.2512307,103.087204,14.788753,10401.718,25.74092,0.9491702,6.2527714,16.646637,6.94064,2.010213,9.192787,246.49393,58.18526,5.455477,0.64123726,2.5841215,116.87434,1.1655171,139.39273,157.291,1777.8558,248.55243,88.107574,152.55959,693.8275,34.269684,29.2389,596.8625,49.787907,70.24607,10.54497,19.485155,184.12918,11.386725,10.426311,51.145096,15.776164,3959.458,18.186613,20.256384,15.759391,9.75258,256.88226,48.53712,22.931452,7.2321677,6.715382,14.140203,55.931,79.55984,30.89123,176.27939,18.543518,4.517457,45.223427,27.668056,46.879128,110.55365,19.479132,1.8514448,19.472082,14.149171,1888.4368,18.632261,1.0923058,27.453236,11.645058,122.82039,85.71945,106.32815,7.147846,84.1046,349.50275,260.2847,26.8896,259.0189,77.400085,48.671616,70.063736,83.251656,11.785217,37.752323,490.05878,2.6293478,5.0228324,187.677,24.152227,8.775467,22.790262,23.804857,240.64813,79.0973,162.27753,1333.8351,122.65212,1780.2498,1670.9681,13.733729,14.704377,1798.4989,23.651926,22.687668,454.34332,45.43586,75.71314,32.73893,136.84984,274.80313,441.6294,6.1025095,50.186398,192.64832,387.07074,10.878242,94.911125,11.533211,1.5925113,58.402348,1.0087259,1.1184222,3.339785,11.342007,36.972534,19.826292,21.119085,562.9798,56.71091,33.000576,42.11324,15.079474,80.63273,12.314965,23.927586,11.745901,76.9206,26.225498,33.245716,44.453224,10.34459,45.352207,36.834652,1.2881706,69.094124,11.203472,224.561,7.7844567,311.7443,22.113958,975.17426,142.01959,3.4587276,10.729204,163.53873,207.77582,970.5267,843.12036 +2023-12-27 12:00:00,0.0,2658.7126,50.197994,12.94478,52.11148,35.31307,280.1389,31.868734,57.750797,19.54972,32.210587,257.1806,128.19649,16.786518,74.56541,0.36575758,0.3922058,53.217686,13.710749,22.950188,698.57684,13.238366,867.55554,126.824425,12.481813,45.785454,442.5544,66.63275,775.78674,247.16426,3006.911,28.02888,2816.4275,250.6837,15.148253,15.561212,69.67343,235.2021,287.8821,433.3932,42.741936,26.26335,10.813928,551.5208,188.61447,49.88965,7.8728623,539.83777,12.606995,588.2823,5.913756,30.688133,0.0,746.9769,1816.9855,0.25124002,102.96788,14.784268,10396.929,25.740543,0.94944096,6.2486176,16.636723,6.942156,2.0104094,9.187174,246.39377,58.155018,5.449472,0.6412334,2.584971,116.88028,1.1643791,139.37804,157.10484,1777.3379,248.18575,88.092865,152.53764,694.5144,34.307472,29.26294,597.5916,49.83535,70.31414,10.541687,19.48474,184.181,11.37929,10.4246855,51.148792,15.780744,3959.9033,18.185278,20.254032,15.758499,9.75107,256.98578,48.551067,22.943548,7.2329907,6.7134137,14.142883,55.929577,79.5124,30.893145,176.31323,18.540916,4.5166106,45.21629,27.652983,46.83161,110.58785,19.49345,1.8495967,19.495012,14.141625,1887.6268,18.648615,1.0898272,27.411694,11.642832,122.79398,85.73334,106.30813,7.1534348,84.13185,349.3474,260.14197,26.883007,258.8637,77.45269,48.66278,70.05923,83.329094,11.794609,37.771366,490.04495,2.6325846,5.028403,187.78464,24.152534,8.774362,22.805075,23.81393,240.76369,79.134476,162.27968,1334.5183,122.45014,1779.5787,1670.6868,13.7231455,14.685301,1797.9122,23.651808,22.657124,454.2423,45.39081,75.650406,32.706028,136.70116,274.73077,441.5875,6.0970736,50.149956,192.44948,386.97162,10.873506,94.878456,11.527554,1.5923811,58.411682,1.0085061,1.1181259,3.3377502,11.340215,36.92497,19.820364,21.122581,563.43414,56.68145,32.981567,42.08468,15.073503,80.66936,12.315592,23.960054,11.739516,76.88629,26.202118,33.276527,44.46948,10.343951,45.398388,36.86048,1.2876582,69.05851,11.196503,224.5402,7.781351,311.6318,22.116102,975.52216,141.94017,3.4560766,10.727387,163.46912,207.6509,970.2801,843.41223 +2023-12-27 13:00:00,0.0,2657.4844,50.165157,12.91342,52.064587,35.290447,280.05484,31.850147,57.706013,19.545353,32.17749,256.99197,128.24675,16.7748,74.39881,0.3658287,0.3927524,53.198486,13.73208,22.96798,698.004,13.235788,866.91077,126.80803,12.500527,45.80624,442.214,66.66108,776.3278,247.22601,3004.9314,28.063711,2816.6106,250.95267,15.169276,15.580125,69.765816,235.18181,287.8613,433.8913,42.725807,26.241737,10.8126955,551.091,188.83429,49.90334,7.8673515,539.94366,12.603752,588.3524,5.9136086,30.672964,0.0,746.9375,1816.3318,0.25124937,102.84855,14.779785,10392.139,25.74017,0.9497118,6.244464,16.626808,6.943671,2.0106058,9.1815605,246.29361,58.124775,5.4434667,0.6412295,2.5858207,116.88622,1.1632413,139.36336,156.91869,1776.82,247.81906,88.07816,152.51569,695.2013,34.345264,29.286982,598.3208,49.88279,70.38222,10.5384035,19.484324,184.23282,11.371854,10.423061,51.152493,15.785324,3960.3486,18.183945,20.25168,15.757607,9.74956,257.0893,48.565018,22.955645,7.2338133,6.7114453,14.145564,55.92815,79.46496,30.895061,176.34708,18.538315,4.515764,45.20915,27.637909,46.7841,110.62205,19.50777,1.8477486,19.517942,14.13408,1886.817,18.664968,1.0873486,27.37015,11.640605,122.76758,85.74722,106.28811,7.159024,84.1591,349.19208,259.99927,26.876413,258.7085,77.50529,48.653942,70.05471,83.40653,11.804001,37.790405,490.03113,2.635821,5.033973,187.89227,24.152842,8.773256,22.819887,23.823004,240.87924,79.17166,162.28181,1335.2017,122.24816,1778.9078,1670.4053,13.712561,14.666224,1797.3256,23.65169,22.62658,454.1413,45.345753,75.58767,32.673126,136.55246,274.65842,441.5456,6.0916376,50.113514,192.25064,386.8725,10.868769,94.84579,11.521897,1.5922508,58.421017,1.0082861,1.1178297,3.3357153,11.338423,36.877403,19.814436,21.126076,563.8885,56.651993,32.96256,42.056114,15.067531,80.70598,12.316219,23.992523,11.733132,76.85198,26.17874,33.30734,44.485737,10.343313,45.44457,36.88631,1.2871459,69.022896,11.189533,224.51941,7.7782454,311.5193,22.118246,975.87006,141.86075,3.4534256,10.72557,163.39952,207.52597,970.0335,843.70416 +2023-12-27 14:00:00,0.0,2656.256,50.132317,12.88206,52.017693,35.267826,279.97076,31.831558,57.66123,19.540987,32.144398,256.80338,128.29703,16.76308,74.23222,0.3658998,0.39329904,53.179287,13.753413,22.985771,697.43115,13.233211,866.26605,126.79164,12.519242,45.827026,441.87357,66.689415,776.8689,247.28777,3002.952,28.098543,2816.7935,251.22163,15.190299,15.599038,69.85819,235.16151,287.84048,434.38943,42.70968,26.220123,10.811462,550.66125,189.05412,49.917027,7.8618402,540.04956,12.600511,588.4225,5.913461,30.657797,0.0,746.8981,1815.678,0.2512587,102.729225,14.775302,10387.35,25.739794,0.94998264,6.2403097,16.616894,6.9451866,2.0108023,9.175947,246.19345,58.094536,5.4374614,0.64122564,2.5866704,116.892166,1.1621033,139.34866,156.73253,1776.302,247.45236,88.06346,152.49373,695.8881,34.383053,29.311024,599.0499,49.930233,70.45029,10.535121,19.483908,184.28464,11.364417,10.421437,51.15619,15.789904,3960.794,18.182611,20.249329,15.756716,9.74805,257.19284,48.578964,22.967741,7.2346363,6.7094765,14.148244,55.926727,79.41752,30.896976,176.38092,18.535715,4.514918,45.20201,27.622835,46.736584,110.65625,19.52209,1.8459005,19.540873,14.126534,1886.0071,18.681322,1.0848701,27.328606,11.638379,122.74117,85.761116,106.26809,7.164613,84.186356,349.03674,259.85654,26.86982,258.5533,77.557884,48.645107,70.05019,83.48397,11.813393,37.80945,490.01733,2.6390579,5.0395436,187.99991,24.153149,8.772152,22.834702,23.832077,240.9948,79.20884,162.28395,1335.885,122.04618,1778.2368,1670.1239,13.701976,14.647147,1796.7389,23.651571,22.596035,454.04025,45.3007,75.52493,32.640224,136.40378,274.58606,441.50366,6.0862017,50.077072,192.0518,386.77338,10.864032,94.81311,11.516241,1.5921205,58.43035,1.0080662,1.1175333,3.3336804,11.336631,36.829838,19.808508,21.12957,564.34283,56.622536,32.94355,42.027554,15.06156,80.74261,12.316847,24.024992,11.7267475,76.81767,26.15536,33.338154,44.50199,10.342674,45.490746,36.91214,1.2866334,68.98729,11.182564,224.49861,7.77514,311.40677,22.12039,976.21796,141.78133,3.4507747,10.723752,163.32993,207.40105,969.7869,843.99603 +2023-12-27 15:00:00,0.0,2655.0278,50.099476,12.850699,51.970802,35.245205,279.88672,31.812971,57.616447,19.53662,32.111305,256.61478,128.34729,16.75136,74.06563,0.3659709,0.39384565,53.16009,13.774745,23.003563,696.85834,13.230632,865.6213,126.77525,12.537956,45.84781,441.53314,66.71774,777.41,247.34952,3000.9724,28.133375,2816.9763,251.4906,15.211323,15.617951,69.95057,235.14122,287.81964,434.88754,42.69355,26.198511,10.81023,550.23145,189.27394,49.930717,7.8563294,540.1554,12.597268,588.4926,5.913314,30.64263,0.0,746.85864,1815.0243,0.25126806,102.6099,14.770819,10382.561,25.739418,0.9502534,6.236156,16.60698,6.9467025,2.0109987,9.170335,246.09329,58.064293,5.4314566,0.64122176,2.58752,116.89812,1.1609653,139.33397,156.54637,1775.784,247.08568,88.04875,152.47177,696.575,34.420845,29.335066,599.77905,49.977673,70.518364,10.531838,19.483492,184.33647,11.356981,10.419813,51.159885,15.794484,3961.2393,18.181278,20.246975,15.755824,9.74654,257.29636,48.59291,22.97984,7.2354593,6.707508,14.150925,55.925304,79.37008,30.898891,176.41475,18.533113,4.5140715,45.194874,27.607761,46.689068,110.690445,19.536411,1.8440524,19.563803,14.118989,1885.1973,18.697676,1.0823915,27.287062,11.636153,122.71477,85.775,106.24807,7.170202,84.21361,348.8814,259.7138,26.863226,258.39813,77.61048,48.636272,70.045685,83.56142,11.822785,37.82849,490.0035,2.6422944,5.045114,188.10756,24.153456,8.771047,22.849514,23.84115,241.11035,79.24602,162.28609,1336.5681,121.84421,1777.5659,1669.8424,13.691391,14.62807,1796.1522,23.651451,22.56549,453.93924,45.255646,75.4622,32.607323,136.2551,274.5137,441.46176,6.0807657,50.04063,191.85297,386.6743,10.859295,94.78044,11.510585,1.5919904,58.439686,1.0078464,1.1172371,3.3316457,11.334839,36.782276,19.80258,21.133064,564.7972,56.59308,32.92454,41.998993,15.055588,80.779236,12.317473,24.05746,11.720363,76.78336,26.13198,33.368965,44.518246,10.342036,45.536926,36.93797,1.286121,68.951675,11.175595,224.4778,7.772034,311.29425,22.122534,976.56586,141.7019,3.448124,10.721935,163.26031,207.27614,969.5404,844.2879 +2023-12-27 16:00:00,0.0,2653.7996,50.06664,12.819339,51.92391,35.222584,279.80264,31.794384,57.571663,19.532253,32.07821,256.42615,128.39757,16.739641,73.89903,0.36604202,0.39439225,53.140892,13.796078,23.021357,696.28546,13.228054,864.97656,126.758865,12.556671,45.868595,441.19275,66.74607,777.95105,247.41127,2998.9927,28.168207,2817.1592,251.75957,15.232346,15.636865,70.042946,235.12091,287.79883,435.38565,42.677418,26.176899,10.808997,549.80164,189.49376,49.944405,7.8508186,540.2612,12.594026,588.5627,5.9131665,30.627462,0.0,746.81915,1814.3706,0.2512774,102.49057,14.7663355,10377.771,25.739042,0.9505243,6.2320023,16.597065,6.948218,2.0111954,9.1647215,245.99313,58.03405,5.4254513,0.6412179,2.5883696,116.90406,1.1598275,139.31929,156.36021,1775.2661,246.719,88.03405,152.44983,697.2619,34.458633,29.359106,600.50824,50.025116,70.58643,10.528556,19.483076,184.38829,11.3495455,10.418189,51.163586,15.799064,3961.6846,18.179945,20.244623,15.754932,9.74503,257.3999,48.606857,22.991936,7.236282,6.7055397,14.1536045,55.923878,79.32264,30.900806,176.4486,18.530512,4.513225,45.187733,27.592688,46.641552,110.72465,19.55073,1.8422043,19.586731,14.111444,1884.3873,18.71403,1.0799129,27.24552,11.633927,122.68836,85.788895,106.22805,7.175791,84.24086,348.72607,259.5711,26.856632,258.24292,77.66308,48.627434,70.04117,83.638855,11.832177,37.847534,489.98972,2.6455312,5.0506845,188.2152,24.153763,8.769941,22.864326,23.850224,241.2259,79.2832,162.28822,1337.2515,121.64223,1776.8949,1669.561,13.680806,14.608994,1795.5657,23.651333,22.534946,453.83823,45.210594,75.39946,32.57442,136.1064,274.44135,441.41986,6.07533,50.00419,191.65413,386.57516,10.854558,94.74777,11.504929,1.59186,58.44902,1.0076264,1.1169409,3.3296108,11.333046,36.73471,19.796652,21.136559,565.2515,56.56362,32.90553,41.97043,15.049616,80.81586,12.318101,24.08993,11.713979,76.74905,26.1086,33.39978,44.5345,10.341397,45.583103,36.9638,1.2856086,68.91606,11.168626,224.457,7.7689285,311.18173,22.124676,976.91376,141.62248,3.445473,10.720118,163.19072,207.15121,969.2938,844.57983 +2023-12-27 17:00:00,0.0,2652.571,50.0338,12.787978,51.877014,35.199963,279.71857,31.775795,57.52688,19.527885,32.045116,256.23755,128.44785,16.727922,73.73244,0.36611313,0.3949389,53.121693,13.8174095,23.039148,695.7126,13.225476,864.3318,126.74247,12.575385,45.88938,440.85233,66.7744,778.49207,247.47302,2997.0132,28.203041,2817.342,252.02853,15.253368,15.655778,70.13532,235.10062,287.778,435.8838,42.66129,26.155285,10.807765,549.3719,189.71358,49.958096,7.8453074,540.3671,12.590784,588.6328,5.913019,30.612293,0.0,746.7797,1813.7168,0.25128672,102.37125,14.761852,10372.982,25.738667,0.9507951,6.2278485,16.587149,6.9497337,2.0113919,9.159108,245.89297,58.003807,5.419446,0.641214,2.5892193,116.91,1.1586895,139.3046,156.17406,1774.7482,246.3523,88.01935,152.42787,697.9488,34.496426,29.383148,601.23737,50.07256,70.65451,10.525273,19.48266,184.44011,11.34211,10.416565,51.167282,15.803644,3962.13,18.178612,20.242271,15.754041,9.743521,257.50342,48.620804,23.004032,7.237105,6.7035713,14.156285,55.922455,79.2752,30.902721,176.48244,18.52791,4.5123787,45.180595,27.577614,46.59404,110.75884,19.56505,1.8403562,19.609661,14.103899,1883.5775,18.730385,1.0774344,27.203976,11.631701,122.66196,85.80278,106.20803,7.1813793,84.26811,348.57074,259.42838,26.850039,258.08774,77.71568,48.6186,70.03665,83.71629,11.841569,37.866573,489.9759,2.6487677,5.0562544,188.32283,24.154072,8.768836,22.87914,23.859297,241.34146,79.32038,162.29036,1337.9348,121.44025,1776.224,1669.2795,13.670221,14.589916,1794.979,23.651215,22.504402,453.7372,45.16554,75.33673,32.54152,135.95772,274.369,441.37796,6.0698943,49.967747,191.45529,386.47604,10.849821,94.7151,11.499272,1.5917298,58.458355,1.0074065,1.1166446,3.327576,11.331254,36.687145,19.790722,21.140053,565.7058,56.53416,32.88652,41.941868,15.043645,80.852486,12.318728,24.122396,11.707594,76.71474,26.085222,33.43059,44.550755,10.340759,45.629284,36.989628,1.2850962,68.88045,11.161656,224.4362,7.765823,311.0692,22.12682,977.26166,141.54306,3.442822,10.7183,163.12111,207.02629,969.04724,844.8717 +2023-12-27 18:00:00,0.0,2651.3428,50.00096,12.7566185,51.830124,35.17734,279.63452,31.757208,57.482098,19.52352,32.01202,256.04892,128.49811,16.716202,73.56585,0.36618423,0.3954855,53.102493,13.838742,23.05694,695.1398,13.222898,863.687,126.72608,12.594099,45.910164,440.5119,66.80273,779.03314,247.53477,2995.0337,28.237873,2817.5251,252.2975,15.274392,15.674691,70.2277,235.08032,287.7572,436.3819,42.64516,26.133673,10.806532,548.9421,189.93341,49.971783,7.8397965,540.473,12.587542,588.7029,5.912872,30.597126,0.0,746.7403,1813.0631,0.25129607,102.25192,14.757369,10368.192,25.73829,0.95106596,6.2236943,16.577234,6.951249,2.0115883,9.153495,245.79282,57.973568,5.4134407,0.64121014,2.5900688,116.91595,1.1575515,139.28992,155.9879,1774.2302,245.98561,88.00464,152.40591,698.6356,34.534214,29.40719,601.9665,50.12,70.72258,10.521991,19.482244,184.49193,11.334673,10.41494,51.17098,15.808224,3962.5752,18.177279,20.23992,15.753149,9.74201,257.60693,48.63475,23.016129,7.2379274,6.701603,14.158965,55.92103,79.22776,30.904636,176.51628,18.52531,4.5115323,45.17346,27.56254,46.546524,110.793045,19.57937,1.838508,19.632591,14.096354,1882.7676,18.746738,1.0749558,27.162432,11.629475,122.63555,85.81667,106.18801,7.1869683,84.295364,348.4154,259.28564,26.843445,257.93253,77.76828,48.60976,70.03214,83.79373,11.850961,37.885616,489.96207,2.6520045,5.061825,188.43047,24.154379,8.767731,22.893953,23.868368,241.45702,79.35756,162.2925,1338.618,121.238266,1775.553,1668.998,13.659637,14.57084,1794.3923,23.651096,22.473858,453.6362,45.120483,75.273994,32.508617,135.80902,274.2966,441.33603,6.0644584,49.931305,191.25645,386.37692,10.845084,94.68243,11.493616,1.5915995,58.46769,1.0071867,1.1163484,3.325541,11.329462,36.63958,19.784794,21.143549,566.16016,56.504704,32.86751,41.913307,15.037673,80.889114,12.319356,24.154865,11.70121,76.68043,26.061842,33.461407,44.56701,10.34012,45.67546,37.015453,1.2845838,68.84483,11.154687,224.4154,7.7627172,310.9567,22.128963,977.60956,141.46364,3.440171,10.716483,163.05151,206.90137,968.80066,845.1636 +2023-12-27 19:00:00,0.0,2650.1145,49.96812,12.725258,51.78323,35.15472,279.55045,31.73862,57.437313,19.519152,31.978928,255.8603,128.54839,16.704483,73.399254,0.36625534,0.3960321,53.083294,13.860074,23.074732,694.5669,13.22032,863.0423,126.709694,12.612814,45.93095,440.17148,66.831055,779.5742,247.59653,2993.0542,28.272705,2817.708,252.56647,15.295415,15.693604,70.32008,235.06003,287.73636,436.88,42.629032,26.11206,10.8053,548.51227,190.15323,49.985474,7.8342853,540.57886,12.584299,588.773,5.9127245,30.581959,0.0,746.70087,1812.4094,0.2513054,102.13259,14.752885,10363.403,25.737917,0.95133674,6.2195406,16.56732,6.9527645,2.0117848,9.1478815,245.69266,57.943325,5.4074354,0.64120626,2.5909185,116.92189,1.1564137,139.27522,155.80174,1773.7123,245.61893,87.98994,152.38397,699.3225,34.572006,29.43123,602.6957,50.167442,70.79066,10.518708,19.481829,184.54375,11.327237,10.413316,51.174675,15.812804,3963.0205,18.175945,20.237568,15.752257,9.7405,257.71048,48.6487,23.028225,7.2387505,6.699634,14.161645,55.919605,79.18032,30.906553,176.55011,18.522709,4.510686,45.166317,27.547466,46.49901,110.82724,19.59369,1.8366599,19.655521,14.088808,1881.9578,18.763092,1.0724773,27.120888,11.627249,122.609146,85.83056,106.16799,7.1925573,84.32261,348.26007,259.14294,26.83685,257.77734,77.82088,48.600925,70.027626,83.87117,11.860353,37.90466,489.94827,2.655241,5.067395,188.53812,24.154686,8.766625,22.908766,23.877441,241.57257,79.394745,162.29463,1339.3014,121.036285,1774.8821,1668.7167,13.649053,14.551763,1793.8057,23.650976,22.443314,453.53516,45.07543,75.21126,32.475716,135.66034,274.22424,441.29413,6.0590224,49.894867,191.05762,386.27783,10.840347,94.64976,11.48796,1.5914693,58.477024,1.0069667,1.1160522,3.323506,11.32767,36.59202,19.778866,21.147043,566.6145,56.475246,32.848503,41.884743,15.031702,80.925735,12.319983,24.187334,11.694825,76.64612,26.038464,33.492218,44.583263,10.339482,45.72164,37.041283,1.2840714,68.80922,11.147717,224.3946,7.7596116,310.84418,22.131107,977.95746,141.38422,3.43752,10.714665,162.98192,206.77644,968.5541,845.4555 +2023-12-27 20:00:00,0.0,2648.8862,49.93528,12.693897,51.736336,35.1321,279.4664,31.720032,57.39253,19.514786,31.945833,255.67169,128.59865,16.692764,73.23266,0.36632645,0.3965787,53.064095,13.881407,23.092524,693.9941,13.217742,862.3975,126.6933,12.631528,45.951736,439.83105,66.85939,780.1153,247.65826,2991.0747,28.307537,2817.8909,252.83543,15.316439,15.712519,70.41246,235.03973,287.71555,437.37814,42.612904,26.090446,10.804068,548.08246,190.37305,49.999165,7.8287745,540.68475,12.581058,588.84314,5.912577,30.566792,0.0,746.6614,1811.7556,0.25131476,102.01327,14.748402,10358.614,25.737541,0.9516076,6.215387,16.557405,6.9542804,2.0119812,9.142268,245.5925,57.913082,5.40143,0.64120233,2.591768,116.92783,1.1552757,139.26053,155.61559,1773.1943,245.25223,87.97524,152.36201,700.0094,34.609795,29.455273,603.4248,50.21488,70.85873,10.515426,19.481413,184.59558,11.319801,10.411692,51.178375,15.817384,3963.466,18.174612,20.235214,15.751366,9.738991,257.814,48.662647,23.040323,7.2395735,6.6976657,14.164326,55.918182,79.13288,30.908468,176.58395,18.520107,4.5098395,45.15918,27.532393,46.451492,110.86144,19.60801,1.8348118,19.678452,14.081263,1881.1478,18.779446,1.0699987,27.079346,11.625023,122.58274,85.84445,106.14797,7.1981463,84.34986,348.10474,259.0002,26.830256,257.62216,77.873474,48.592087,70.02311,83.948616,11.869745,37.9237,489.93445,2.6584778,5.0729656,188.64575,24.154993,8.76552,22.92358,23.886515,241.68813,79.43192,162.29677,1339.9846,120.834305,1774.211,1668.4352,13.638468,14.532685,1793.219,23.650858,22.41277,453.43414,45.030376,75.14852,32.442814,135.51166,274.1519,441.25223,6.0535865,49.858425,190.85878,386.1787,10.83561,94.61709,11.482304,1.591339,58.48636,1.0067468,1.1157559,3.3214712,11.325878,36.544453,19.772938,21.150537,567.06885,56.44579,32.829494,41.856182,15.02573,80.962364,12.32061,24.219803,11.688441,76.61181,26.015083,33.523033,44.599518,10.338843,45.76782,37.067112,1.283559,68.773605,11.140748,224.3738,7.756506,310.73166,22.13325,978.30536,141.3048,3.434869,10.712848,162.91231,206.65152,968.3075,845.7474 +2023-12-27 21:00:00,0.0,2647.658,49.902443,12.662537,51.689445,35.109478,279.38232,31.701445,57.347748,19.510418,31.91274,255.48308,128.64893,16.681046,73.06607,0.3663976,0.39712533,53.044895,13.902739,23.110315,693.4212,13.215163,861.7528,126.67691,12.650243,45.97252,439.49066,66.88772,780.6564,247.72002,2989.095,28.34237,2818.0737,253.1044,15.337461,15.731432,70.50484,235.01942,287.69473,437.87625,42.596775,26.068834,10.8028345,547.6527,190.59288,50.01285,7.8232636,540.7906,12.577815,588.9132,5.91243,30.551622,0.0,746.62195,1811.1019,0.2513241,101.89394,14.743918,10353.825,25.737165,0.9518784,6.2112327,16.547491,6.955796,2.0121777,9.136656,245.49234,57.88284,5.3954253,0.64119846,2.5926178,116.93378,1.1541377,139.24585,155.42943,1772.6764,244.88554,87.96054,152.34006,700.6963,34.647587,29.479315,604.15393,50.262325,70.9268,10.512143,19.480997,184.6474,11.312365,10.410068,51.18207,15.821964,3963.9114,18.173277,20.232862,15.750474,9.737481,257.9175,48.676594,23.05242,7.240396,6.6956973,14.167006,55.916756,79.08544,30.910383,176.6178,18.517508,4.508993,45.152042,27.517319,46.40398,110.89564,19.62233,1.8329637,19.70138,14.073718,1880.338,18.7958,1.0675201,27.037802,11.622797,122.556335,85.85834,106.12795,7.2037354,84.37711,347.9494,258.85748,26.823662,257.46695,77.92607,48.583252,70.0186,84.026054,11.879137,37.94274,489.92065,2.6617143,5.078536,188.75339,24.1553,8.764415,22.938393,23.895588,241.80368,79.4691,162.29892,1340.668,120.632324,1773.5402,1668.1538,13.627883,14.513609,1792.6324,23.65074,22.382225,453.33313,44.985325,75.085785,32.409912,135.36296,274.07953,441.21033,6.0481505,49.821983,190.65994,386.0796,10.8308735,94.58442,11.476646,1.5912087,58.495693,1.006527,1.1154597,3.3194363,11.324086,36.496887,19.76701,21.154032,567.5232,56.41633,32.810486,41.82762,15.019758,80.99899,12.321238,24.252272,11.682056,76.5775,25.991703,33.553844,44.615772,10.338205,45.814,37.09294,1.2830466,68.73799,11.133779,224.353,7.7534003,310.61917,22.135393,978.65326,141.22537,3.4322183,10.711031,162.84271,206.52661,968.061,846.03925 +2023-12-27 22:00:00,0.0,2646.4297,49.869602,12.631176,51.64255,35.086857,279.29828,31.682858,57.302963,19.506052,31.879646,255.29446,128.6992,16.669325,72.899475,0.3664687,0.39767194,53.025696,13.924071,23.128109,692.8484,13.212585,861.10803,126.66052,12.668957,45.993305,439.15024,66.916046,781.19745,247.78177,2987.1155,28.377201,2818.2566,253.37337,15.358484,15.750345,70.59721,234.99913,287.6739,438.37436,42.580647,26.047222,10.801602,547.2229,190.8127,50.026543,7.8177524,540.8965,12.5745735,588.98334,5.912282,30.536455,0.0,746.5825,1810.4482,0.25133345,101.77461,14.739435,10349.035,25.73679,0.9521493,6.207079,16.537577,6.9573116,2.0123742,9.1310425,245.39218,57.8526,5.38942,0.6411946,2.5934675,116.93972,1.1529999,139.23116,155.24329,1772.1584,244.51886,87.94583,152.3181,701.3831,34.685375,29.503357,604.8831,50.309765,70.99487,10.508861,19.480581,184.69922,11.304929,10.408443,51.18577,15.826544,3964.3567,18.171944,20.23051,15.749582,9.7359705,258.02106,48.69054,23.064516,7.241219,6.693729,14.169686,55.915333,79.038,30.912298,176.65164,18.514906,4.508147,45.1449,27.502245,46.356464,110.92984,19.63665,1.8311156,19.72431,14.066173,1879.5281,18.812153,1.0650417,26.996258,11.62057,122.52993,85.87222,106.10793,7.209324,84.404366,347.79407,258.71478,26.817068,257.31177,77.978676,48.574413,70.014084,84.10349,11.888529,37.961784,489.90683,2.664951,5.0841064,188.86102,24.155607,8.7633095,22.953205,23.904661,241.91924,79.50629,162.30106,1341.3512,120.43035,1772.8691,1667.8723,13.617298,14.494532,1792.0458,23.650621,22.35168,453.23212,44.94027,75.02305,32.37701,135.21428,274.00717,441.1684,6.0427146,49.78554,190.4611,385.98047,10.826137,94.55174,11.47099,1.5910784,58.505028,1.006307,1.1151633,3.3174016,11.322293,36.44932,19.761082,21.157526,567.97754,56.38687,32.791473,41.79906,15.013787,81.03562,12.321864,24.28474,11.675673,76.54319,25.968325,33.584656,44.632027,10.337567,45.860176,37.11877,1.2825342,68.70238,11.126809,224.3322,7.7502947,310.50665,22.137537,979.00116,141.14595,3.4295673,10.709213,162.7731,206.40169,967.8144,846.3312 +2023-12-27 23:00:00,0.0,2645.2014,49.83676,12.599816,51.595657,35.064236,279.2142,31.664268,57.25818,19.501684,31.846552,255.10585,128.74947,16.657606,72.73288,0.3665398,0.39821854,53.006496,13.945403,23.1459,692.2755,13.210008,860.4633,126.644135,12.687672,46.01409,438.8098,66.944374,781.7385,247.84352,2985.136,28.412035,2818.4397,253.64233,15.379508,15.7692585,70.68959,234.97884,287.65308,438.8725,42.564518,26.025608,10.800369,546.7931,191.03252,50.04023,7.8122416,541.0023,12.571331,589.0534,5.9121346,30.521288,0.0,746.5431,1809.7944,0.25134277,101.65529,14.734952,10344.246,25.736414,0.95242006,6.202925,16.527662,6.958827,2.0125709,9.125429,245.29204,57.822357,5.3834147,0.6411907,2.594317,116.94566,1.1518619,139.21646,155.05713,1771.6405,244.15216,87.93113,152.29616,702.07,34.723167,29.527397,605.61224,50.35721,71.06295,10.505578,19.480167,184.75104,11.297493,10.406818,51.18947,15.831124,3964.802,18.17061,20.228159,15.748691,9.734461,258.12457,48.704487,23.076612,7.242042,6.6917605,14.172366,55.91391,78.99056,30.914213,176.68547,18.512304,4.5073004,45.137764,27.48717,46.30895,110.964035,19.65097,1.8292675,19.74724,14.058627,1878.7183,18.828506,1.0625631,26.954714,11.618344,122.503525,85.886116,106.087906,7.214913,84.43162,347.63873,258.57205,26.810474,257.1566,78.03127,48.56558,70.00957,84.18093,11.897922,37.980827,489.893,2.6681876,5.089677,188.96866,24.155914,8.762205,22.96802,23.913734,242.03479,79.543465,162.30319,1342.0344,120.22837,1772.1982,1667.591,13.606713,14.475455,1791.4591,23.650503,22.321136,453.1311,44.895218,74.96032,32.34411,135.06558,273.9348,441.1265,6.0372787,49.7491,190.26227,385.88138,10.8214,94.51907,11.465334,1.5909482,58.514362,1.0060871,1.1148671,3.3153667,11.320501,36.40176,19.755154,21.161022,568.4319,56.357414,32.772465,41.770496,15.007815,81.07224,12.322492,24.31721,11.669288,76.50888,25.944944,33.61547,44.64828,10.336928,45.906357,37.1446,1.2820219,68.66677,11.11984,224.3114,7.747189,310.39413,22.13968,979.34906,141.06653,3.4269164,10.707396,162.7035,206.27676,967.5678,846.62305 +2023-12-28 00:00:00,0.0,2643.973,49.803925,12.568456,51.548767,35.041615,279.13016,31.645681,57.213398,19.497318,31.813457,254.91724,128.79974,16.645887,72.566284,0.3666109,0.39876518,52.987297,13.966736,23.163692,691.70264,13.207429,859.81854,126.62774,12.706386,46.034878,438.4694,66.9727,782.2796,247.90527,2983.1565,28.446867,2818.6226,253.9113,15.400531,15.788172,70.78197,234.95854,287.63226,439.3706,42.548386,26.003996,10.799137,546.36334,191.25233,50.05392,7.8067303,541.1082,12.568089,589.12354,5.9119873,30.50612,0.0,746.50366,1809.1407,0.25135213,101.535965,14.730469,10339.457,25.736038,0.9526909,6.1987715,16.517746,6.9603424,2.0127673,9.119816,245.19188,57.792114,5.3774095,0.64118683,2.5951667,116.95161,1.1507239,139.20178,154.87097,1771.1226,243.78548,87.91643,152.2742,702.7569,34.760956,29.55144,606.3414,50.40465,71.13102,10.5022955,19.47975,184.80286,11.290057,10.405194,51.193165,15.835704,3965.2473,18.169277,20.225807,15.747799,9.732951,258.2281,48.718433,23.088709,7.2428646,6.6897917,14.175047,55.912483,78.94312,30.91613,176.71931,18.509703,4.506454,45.130627,27.472095,46.261433,110.99824,19.665289,1.8274194,19.77017,14.051082,1877.9083,18.84486,1.0600845,26.913172,11.616118,122.47711,85.9,106.06789,7.220502,84.45887,347.4834,258.42932,26.80388,257.00137,78.08387,48.55674,70.00506,84.25837,11.907313,37.999866,489.8792,2.6714244,5.095247,189.07631,24.156221,8.7611,22.982832,23.922808,242.15036,79.58064,162.30533,1342.7178,120.02639,1771.5272,1667.3094,13.596129,14.456378,1790.8724,23.650383,22.290592,453.03006,44.850163,74.89758,32.311207,134.9169,273.86246,441.0846,6.031843,49.712658,190.06343,385.78226,10.816663,94.486404,11.459678,1.5908179,58.523697,1.0058672,1.1145709,3.3133318,11.318709,36.354195,19.749226,21.164516,568.8862,56.327957,32.753456,41.741936,15.001843,81.10887,12.323119,24.349678,11.662904,76.47456,25.921566,33.646282,44.66454,10.33629,45.952534,37.17043,1.2815094,68.63116,11.11287,224.2906,7.7440834,310.28162,22.141825,979.69696,140.9871,3.4242654,10.705579,162.63391,206.15184,967.3212,846.9149 +2023-12-28 01:00:00,0.0,2642.7446,49.771084,12.537095,51.501873,35.018993,279.04608,31.627094,57.168613,19.492952,31.780365,254.72862,128.85,16.634167,72.3997,0.36668202,0.39931178,52.9681,13.988068,23.181484,691.1298,13.204851,859.1738,126.61135,12.7251,46.05566,438.12897,67.00103,782.8206,247.96703,2981.1768,28.481699,2818.8054,254.18027,15.421554,15.807085,70.87435,234.93825,287.61142,439.8687,42.532257,25.982384,10.797904,545.93353,191.47217,50.067608,7.8012195,541.21405,12.564847,589.1936,5.91184,30.490952,0.0,746.46423,1808.487,0.25136146,101.41663,14.725986,10334.668,25.735664,0.95296174,6.1946173,16.507833,6.9618583,2.0129638,9.1142025,245.09172,57.76187,5.371404,0.64118296,2.5960164,116.95755,1.1495861,139.18709,154.68481,1770.6046,243.4188,87.90172,152.25224,703.4438,34.798748,29.575481,607.07056,50.45209,71.1991,10.499013,19.479334,184.85469,11.28262,10.40357,51.19686,15.840284,3965.6926,18.167944,20.223454,15.746907,9.7314415,258.33163,48.732384,23.100807,7.2436876,6.6878233,14.177727,55.91106,78.89568,30.918045,176.75316,18.507103,4.5056076,45.123486,27.457022,46.21392,111.03243,19.67961,1.8255712,19.7931,14.043536,1877.0985,18.861214,1.057606,26.871628,11.613893,122.45071,85.913895,106.04787,7.226091,84.48612,347.32806,258.28662,26.797287,256.8462,78.13647,48.547905,70.00054,84.335815,11.916705,38.01891,489.8654,2.674661,5.100817,189.18394,24.156528,8.7599945,22.997644,23.93188,242.26591,79.61783,162.30746,1343.4011,119.82441,1770.8563,1667.0281,13.585545,14.437302,1790.2858,23.650265,22.260048,452.92905,44.805107,74.83485,32.278305,134.76822,273.7901,441.04266,6.0264072,49.676216,189.8646,385.68314,10.811926,94.453735,11.454021,1.5906876,58.53303,1.0056473,1.1142746,3.311297,11.316917,36.30663,19.743298,21.16801,569.3405,56.2985,32.734447,41.713375,14.9958725,81.1455,12.323747,24.382147,11.656519,76.440254,25.898186,33.677097,44.680794,10.335651,45.998714,37.19626,1.280997,68.59554,11.105901,224.26979,7.740978,310.1691,22.143967,980.04486,140.90768,3.4216144,10.703761,162.5643,206.02692,967.07465,847.20685 +2023-12-28 02:00:00,0.0,2641.5164,49.738247,12.505734,51.45498,34.996372,278.962,31.608507,57.12383,19.488585,31.74727,254.54001,128.90028,16.622448,72.2331,0.36675313,0.3998584,52.948902,14.0094,23.199276,690.55695,13.202273,858.52905,126.59496,12.743814,46.076447,437.78857,67.029366,783.3617,248.02878,2979.1973,28.516531,2818.9883,254.44923,15.442577,15.825998,70.96673,234.91794,287.5906,440.36685,42.51613,25.96077,10.796672,545.5037,191.69199,50.0813,7.7957087,541.31995,12.5616045,589.26373,5.9116926,30.475784,0.0,746.4248,1807.8333,0.2513708,101.29731,14.721501,10329.879,25.735289,0.9532325,6.1904635,16.497917,6.9633737,2.0131602,9.108589,244.99156,57.731632,5.365399,0.6411791,2.596866,116.96349,1.1484481,139.17241,154.49866,1770.0867,243.0521,87.88702,152.23029,704.1306,34.836536,29.599522,607.7997,50.499535,71.26717,10.49573,19.47892,184.90651,11.275185,10.401946,51.200558,15.844864,3966.138,18.16661,20.221102,15.746016,9.729931,258.43515,48.74633,23.112904,7.24451,6.685855,14.180408,55.909634,78.84824,30.91996,176.787,18.504501,4.504761,45.11635,27.441948,46.166405,111.066635,19.69393,1.8237231,19.81603,14.035992,1876.2886,18.87757,1.0551274,26.830084,11.611667,122.4243,85.92778,106.02785,7.23168,84.513374,347.17273,258.1439,26.790693,256.69098,78.189064,48.539066,69.996025,84.41325,11.926097,38.037952,489.85156,2.6778977,5.1063876,189.29158,24.156836,8.758889,23.012459,23.940954,242.38147,79.65501,162.3096,1344.0844,119.62243,1770.1853,1666.7466,13.57496,14.418224,1789.6992,23.650146,22.229504,452.82803,44.760056,74.77211,32.245403,134.61952,273.7177,441.00076,6.0209713,49.639774,189.66576,385.584,10.807189,94.42106,11.448365,1.5905575,58.542366,1.0054274,1.1139784,3.309262,11.315125,36.259064,19.737368,21.171505,569.79486,56.26904,32.71544,41.68481,14.989901,81.18212,12.324373,24.414616,11.650135,76.405945,25.874807,33.70791,44.69705,10.335013,46.044895,37.222084,1.2804847,68.55993,11.098932,224.249,7.737872,310.05658,22.14611,980.39276,140.82826,3.4189634,10.701944,162.4947,205.902,966.82806,847.4987 +2023-12-28 03:00:00,0.0,2640.288,49.705406,12.474375,51.40809,34.97375,278.87796,31.589918,57.07905,19.484219,31.714176,254.3514,128.95056,16.61073,72.066505,0.36682424,0.400405,52.929703,14.030732,23.217068,689.98413,13.199695,857.8843,126.57857,12.762528,46.097233,437.44815,67.05769,783.9028,248.09053,2977.2178,28.551363,2819.1711,254.7182,15.4636,15.844912,71.059105,234.89764,287.5698,440.86496,42.5,25.939157,10.795439,545.074,191.9118,50.094986,7.7901974,541.4258,12.558362,589.33386,5.9115453,30.460617,0.0,746.3854,1807.1796,0.25138015,101.177986,14.717018,10325.089,25.734913,0.9535034,6.18631,16.488003,6.9648895,2.0133567,9.102977,244.8914,57.70139,5.359394,0.6411752,2.5977156,116.96944,1.1473101,139.15771,154.3125,1769.5687,242.68541,87.872314,152.20834,704.8175,34.87433,29.623564,608.5288,50.546974,71.33524,10.492448,19.478502,184.95833,11.267749,10.400322,51.204258,15.849443,3966.5833,18.165277,20.21875,15.745124,9.728421,258.5387,48.760277,23.125,7.245333,6.6838865,14.183087,55.90821,78.800804,30.921875,176.82083,18.5019,4.503915,45.109207,27.426874,46.11889,111.10083,19.708248,1.821875,19.838959,14.028446,1875.4788,18.893923,1.0526488,26.78854,11.60944,122.397896,85.94167,106.00783,7.2372684,84.54062,347.0174,258.00116,26.7841,256.5358,78.24167,48.53023,69.991516,84.49069,11.93549,38.05699,489.83777,2.6811342,5.111958,189.39922,24.157143,8.757784,23.027271,23.950027,242.49702,79.69219,162.31174,1344.7676,119.42045,1769.5144,1666.4652,13.564375,14.399148,1789.1125,23.650028,22.19896,452.72702,44.715,74.70937,32.2125,134.47084,273.64536,440.95886,6.0155354,49.603333,189.46692,385.48492,10.802452,94.38839,11.442709,1.5904272,58.551697,1.0052075,1.1136822,3.3072271,11.3133335,36.211502,19.73144,21.175,570.2492,56.239582,32.69643,41.65625,14.983929,81.21875,12.325001,24.447084,11.64375,76.371635,25.851427,33.738724,44.713303,10.334374,46.091072,37.247913,1.2799722,68.524315,11.091963,224.2282,7.7347665,309.94406,22.148254,980.74066,140.74884,3.4163127,10.700127,162.4251,205.77708,966.58154,847.7906 +2023-12-28 04:00:00,0.0,2639.0598,49.672565,12.443014,51.361195,34.95113,278.79388,31.571331,57.034264,19.47985,31.681082,254.16278,129.00082,16.59901,71.89992,0.36689535,0.40095162,52.910503,14.052065,23.234861,689.41125,13.197117,857.23956,126.56218,12.781243,46.118015,437.10773,67.08602,784.44385,248.15228,2975.2383,28.586195,2819.3542,254.98717,15.484623,15.863825,71.15148,234.87735,287.54898,441.36307,42.48387,25.917545,10.794207,544.64417,192.13164,50.108677,7.7846866,541.5317,12.55512,589.40393,5.911398,30.445448,0.0,746.34595,1806.5259,0.25138947,101.058655,14.712535,10320.3,25.734537,0.9537742,6.1821556,16.478088,6.966405,2.0135531,9.097363,244.79124,57.671146,5.353389,0.64117134,2.5985653,116.97538,1.1461723,139.14302,154.12634,1769.0508,242.31873,87.857605,152.18639,705.5044,34.912117,29.647606,609.258,50.594418,71.40332,10.489165,19.478088,185.01015,11.260312,10.398697,51.207954,15.854024,3967.0286,18.163944,20.216398,15.744232,9.726912,258.6422,48.774223,23.137096,7.246156,6.681918,14.185768,55.906788,78.753365,30.92379,176.85468,18.4993,4.5030684,45.10207,27.4118,46.071373,111.13503,19.722569,1.8200269,19.861889,14.020901,1874.669,18.910276,1.0501703,26.746998,11.607214,122.37149,85.95556,105.98781,7.2428575,84.56787,346.86206,257.85846,26.777506,256.3806,78.294266,48.521397,69.987,84.56813,11.944881,38.076035,489.82394,2.684371,5.1175284,189.50687,24.15745,8.756679,23.042084,23.9591,242.61258,79.72937,162.31387,1345.4509,119.218475,1768.8434,1666.1837,13.55379,14.380071,1788.5259,23.64991,22.168413,452.626,44.66995,74.64664,32.1796,134.32214,273.573,440.91696,6.0100994,49.566895,189.26808,385.3858,10.797715,94.35572,11.437052,1.5902969,58.56103,1.0049876,1.1133859,3.3051922,11.311541,36.163937,19.725512,21.178495,570.70355,56.210125,32.67742,41.62769,14.977958,81.25538,12.325628,24.479553,11.637365,76.337326,25.828049,33.769535,44.729557,10.333736,46.137253,37.273743,1.2794598,68.4887,11.084993,224.2074,7.731661,309.83154,22.150398,981.08856,140.66942,3.4136617,10.698309,162.3555,205.65216,966.33496,848.0825 +2023-12-28 05:00:00,0.0,2637.8315,49.63973,12.4116535,51.3143,34.92851,278.70984,31.552744,56.98948,19.475485,31.64799,253.97417,129.0511,16.58729,71.73332,0.36696646,0.40149823,52.891304,14.073397,23.252653,688.83844,13.194539,856.5948,126.54579,12.799957,46.1388,436.7673,67.11435,784.9849,248.21402,2973.2588,28.621029,2819.537,255.25613,15.505647,15.882738,71.24386,234.85706,287.52814,441.8612,42.467743,25.895931,10.792974,544.21436,192.35146,50.122364,7.7791753,541.6375,12.551878,589.47406,5.9112506,30.43028,0.0,746.3065,1805.8721,0.25139883,100.93933,14.708052,10315.511,25.734161,0.95404506,6.178002,16.468174,6.9679203,2.0137496,9.09175,244.69109,57.640903,5.3473835,0.64116746,2.5994148,116.98133,1.1450343,139.12834,153.94019,1768.5328,241.95203,87.8429,152.16443,706.1913,34.94991,29.671648,609.9871,50.641857,71.47139,10.485883,19.477673,185.06197,11.252876,10.397073,51.21165,15.8586035,3967.474,18.162611,20.214046,15.7433405,9.725402,258.74573,48.78817,23.149193,7.2469788,6.6799493,14.188448,55.90536,78.705925,30.925705,176.88852,18.496698,4.502222,45.094933,27.396727,46.02386,111.169235,19.736889,1.8181788,19.884819,14.013355,1873.859,18.92663,1.0476917,26.705454,11.604988,122.345085,85.96945,105.96779,7.2484465,84.59512,346.70673,257.71573,26.77091,256.2254,78.34686,48.512558,69.98248,84.64557,11.954273,38.095078,489.81015,2.6876075,5.123099,189.6145,24.157757,8.755573,23.056898,23.968174,242.72813,79.76655,162.31601,1346.1342,119.016495,1768.1725,1665.9023,13.543205,14.360994,1787.9392,23.64979,22.137869,452.52496,44.624893,74.58391,32.146698,134.17346,273.50064,440.87503,6.0046635,49.530453,189.06924,385.28668,10.792978,94.32305,11.431396,1.5901666,58.570366,1.0047677,1.1130897,3.3031576,11.309749,36.11637,19.719584,21.18199,571.1579,56.180668,32.65841,41.599125,14.971986,81.292,12.326255,24.512022,11.630981,76.30302,25.804668,33.80035,44.74581,10.333097,46.18343,37.299572,1.2789475,68.45309,11.078024,224.1866,7.728555,309.71902,22.15254,981.43646,140.59,3.4110107,10.696492,162.2859,205.52724,966.0884,848.3744 +2023-12-28 06:00:00,0.0,2636.6033,49.606888,12.380293,51.26741,34.90589,278.62576,31.534155,56.9447,19.471117,31.614895,253.78555,129.10136,16.575571,71.56673,0.36703756,0.40204483,52.872105,14.094729,23.270445,688.26556,13.19196,855.9501,126.529396,12.818672,46.159588,436.42688,67.14268,785.526,248.27577,2971.279,28.65586,2819.72,255.5251,15.5266695,15.901651,71.336235,234.83676,287.50732,442.3593,42.451614,25.87432,10.791741,543.78455,192.57127,50.136055,7.7736645,541.7434,12.5486355,589.5441,5.9111032,30.415113,0.0,746.2671,1805.2184,0.25140816,100.82001,14.703568,10310.722,25.733788,0.95431584,6.173848,16.45826,6.969436,2.0139463,9.086137,244.59093,57.610664,5.341378,0.6411635,2.6002645,116.987274,1.1438963,139.11365,153.75403,1768.0149,241.58534,87.8282,152.14247,706.8781,34.987698,29.695688,610.71625,50.6893,71.53947,10.482599,19.477257,185.1138,11.2454405,10.395449,51.21535,15.863184,3967.9194,18.161276,20.211693,15.742449,9.723891,258.84927,48.802116,23.161291,7.247802,6.677981,14.191129,55.90394,78.65848,30.927622,176.92236,18.494097,4.5013757,45.08779,27.381653,45.976345,111.20343,19.75121,1.8163307,19.90775,14.00581,1873.0492,18.942984,1.0452131,26.66391,11.602762,122.31868,85.98334,105.94777,7.2540355,84.622375,346.5514,257.573,26.764317,256.07022,78.39946,48.503723,69.97797,84.72301,11.963666,38.11412,489.79633,2.6908443,5.1286693,189.72214,24.158064,8.754468,23.07171,23.977247,242.84369,79.803734,162.31816,1346.8174,118.814514,1767.5015,1665.6208,13.53262,14.341917,1787.3525,23.649672,22.107325,452.42395,44.57984,74.52117,32.113796,134.02477,273.42828,440.83313,5.999228,49.49401,188.8704,385.18756,10.788241,94.29038,11.425739,1.5900364,58.5797,1.0045478,1.1127934,3.3011227,11.307957,36.068806,19.713655,21.185484,571.61224,56.15121,32.6394,41.570564,14.966014,81.32863,12.326882,24.544489,11.624597,76.26871,25.781288,33.83116,44.762066,10.332459,46.22961,37.3254,1.278435,68.41747,11.071054,224.16579,7.7254496,309.60654,22.154684,981.78436,140.51057,3.4083598,10.6946745,162.2163,205.40231,965.8418,848.66626 +2023-12-28 07:00:00,0.0,2635.3748,49.57405,12.348933,51.220516,34.88327,278.54172,31.515568,56.899914,19.466751,31.5818,253.59694,129.15164,16.563852,71.40013,0.36710867,0.40259147,52.852905,14.116061,23.288237,687.6927,13.189383,855.3053,126.51301,12.837386,46.18037,436.0865,67.171005,786.0671,248.33752,2969.2996,28.690693,2819.9028,255.79407,15.547692,15.920565,71.42862,234.81645,287.4865,442.85742,42.435482,25.852707,10.790509,543.3548,192.79109,50.149746,7.7681537,541.84924,12.545394,589.61426,5.9109554,30.399946,0.0,746.22766,1804.5647,0.25141752,100.700676,14.699085,10305.932,25.733412,0.9545867,6.1696944,16.448345,6.9709516,2.0141428,9.0805235,244.49077,57.58042,5.335373,0.64115965,2.6011143,116.99322,1.1427585,139.09895,153.56787,1767.497,241.21866,87.81349,152.12053,707.565,35.02549,29.71973,611.44543,50.736744,71.60754,10.479317,19.476841,185.16562,11.238005,10.393825,51.219048,15.8677635,3968.3647,18.159943,20.209341,15.741557,9.722382,258.9528,48.816067,23.173388,7.2486243,6.6760125,14.193809,55.902515,78.61104,30.929537,176.9562,18.491495,4.5005293,45.080654,27.36658,45.92883,111.23763,19.765528,1.8144826,19.93068,13.998265,1872.2393,18.959337,1.0427346,26.622368,11.600535,122.292274,85.99722,105.92775,7.2596245,84.64963,346.39606,257.4303,26.757723,255.91502,78.45206,48.494884,69.97346,84.80045,11.973058,38.13316,489.7825,2.6940808,5.134239,189.82977,24.158373,8.753363,23.086523,23.98632,242.95924,79.84091,162.3203,1347.5007,118.61253,1766.8306,1665.3395,13.522037,14.322841,1786.766,23.649553,22.07678,452.32294,44.534786,74.458435,32.080894,133.87608,273.35593,440.79123,5.993792,49.45757,188.67157,385.08847,10.7835045,94.257706,11.420083,1.5899061,58.589035,1.0043279,1.1124971,3.2990878,11.306165,36.021244,19.707727,21.188978,572.0666,56.12175,32.62039,41.542004,14.960043,81.36526,12.32751,24.576958,11.618213,76.23439,25.75791,33.861973,44.77832,10.3318205,46.275787,37.35123,1.2779226,68.38186,11.064085,224.14499,7.722344,309.49402,22.156828,982.13226,140.43115,3.4057088,10.692857,162.1467,205.27739,965.5952,848.9582 +2023-12-28 08:00:00,0.0,2634.1465,49.54121,12.317573,51.173622,34.86065,278.45764,31.49698,56.85513,19.462383,31.548706,253.40833,129.20192,16.552132,71.23354,0.36717978,0.40313807,52.833706,14.137394,23.306028,687.1199,13.186805,854.6606,126.49662,12.8561,46.201157,435.74606,67.19934,786.60815,248.39928,2967.32,28.725525,2820.0857,256.06305,15.568716,15.939478,71.520996,234.79616,287.46567,443.35556,42.419353,25.831093,10.789276,542.925,193.01093,50.163433,7.7626424,541.95514,12.542151,589.6843,5.910808,30.384777,0.0,746.18823,1803.9109,0.25142685,100.58135,14.694602,10301.143,25.733036,0.9548575,6.16554,16.43843,6.972467,2.0143392,9.074911,244.39061,57.55018,5.3293676,0.6411558,2.6019638,116.99916,1.1416205,139.08427,153.38171,1766.979,240.85196,87.79879,152.09857,708.2519,35.06328,29.743773,612.17456,50.784184,71.67561,10.476034,19.476425,185.21744,11.230568,10.3922,51.222744,15.872344,3968.81,18.15861,20.20699,15.740665,9.720872,259.0563,48.830013,23.185484,7.2494473,6.674044,14.196488,55.90109,78.5636,30.931452,176.99004,18.488895,4.499683,45.073517,27.351505,45.881313,111.27183,19.779848,1.8126343,19.953608,13.99072,1871.4294,18.97569,1.040256,26.580824,11.5983095,122.26587,86.011116,105.90773,7.265213,84.67688,346.24072,257.28757,26.75113,255.75984,78.504654,48.48605,69.96894,84.87789,11.98245,38.152203,489.7687,2.6973176,5.1398096,189.93741,24.15868,8.752258,23.101336,23.995394,243.0748,79.87809,162.32243,1348.1841,118.41055,1766.1595,1665.058,13.511452,14.303763,1786.1793,23.649435,22.046236,452.22192,44.48973,74.3957,32.047993,133.7274,273.28357,440.7493,5.988356,49.421127,188.47273,384.98935,10.778768,94.22504,11.414427,1.5897758,58.59837,1.0041081,1.1122009,3.2970529,11.304373,35.97368,19.7018,21.192472,572.52094,56.092293,32.601383,41.51344,14.954071,81.40188,12.328137,24.609426,11.611828,76.20008,25.73453,33.892788,44.794575,10.3311825,46.321968,37.37706,1.2774103,68.34625,11.057116,224.12419,7.7192383,309.3815,22.158972,982.48016,140.35173,3.403058,10.69104,162.07709,205.15247,965.34863,849.25006 +2023-12-28 09:00:00,0.0,2632.9182,49.50837,12.286212,51.12673,34.838028,278.3736,31.478392,56.81035,19.458017,31.515614,253.21971,129.25218,16.540413,71.06695,0.3672509,0.40368468,52.814507,14.158727,23.323822,686.547,13.184226,854.0158,126.48023,12.874815,46.221943,435.40564,67.22767,787.1492,248.46103,2965.3406,28.760357,2820.2688,256.332,15.589739,15.958391,71.61337,234.77586,287.44485,443.85367,42.403225,25.80948,10.788044,542.4952,193.23074,50.177124,7.7571316,542.06104,12.53891,589.75446,5.9106607,30.36961,0.0,746.1488,1803.2572,0.25143617,100.46203,14.690118,10296.354,25.73266,0.9551283,6.1613865,16.428516,6.973983,2.0145357,9.069298,244.29045,57.519936,5.3233624,0.6411519,2.6028135,117.005104,1.1404825,139.06958,153.19557,1766.461,240.48528,87.78409,152.07661,708.9388,35.101067,29.767813,612.90375,50.831627,71.74368,10.472752,19.47601,185.26926,11.223132,10.390575,51.226444,15.876924,3969.2554,18.157276,20.204638,15.739774,9.719362,259.15985,48.84396,23.19758,7.2502704,6.6720757,14.199169,55.899666,78.51616,30.933367,177.02388,18.486294,4.4988365,45.066376,27.336432,45.8338,111.30603,19.794168,1.8107862,19.976538,13.983174,1870.6195,18.992044,1.0377774,26.53928,11.596084,122.23946,86.025,105.88771,7.270802,84.70413,346.0854,257.14484,26.744535,255.60464,78.55726,48.47721,69.964424,84.95533,11.991841,38.171246,489.75488,2.7005541,5.14538,190.04506,24.158987,8.751153,23.11615,24.004467,243.19035,79.915276,162.32457,1348.8673,118.20857,1765.4886,1664.7766,13.500867,14.284687,1785.5927,23.649315,22.015692,452.1209,44.44468,74.33296,32.01509,133.5787,273.2112,440.7074,5.98292,49.384686,188.2739,384.89023,10.774031,94.19237,11.408771,1.5896456,58.607704,1.0038881,1.1119046,3.295018,11.302581,35.926113,19.695871,21.195969,572.9752,56.062836,32.582375,41.48488,14.948099,81.43851,12.328764,24.641895,11.605444,76.16577,25.711151,33.9236,44.81083,10.330544,46.368145,37.40289,1.2768978,68.31064,11.050146,224.1034,7.7161326,309.26898,22.161116,982.82806,140.27231,3.400407,10.689222,162.00749,205.02756,965.10205,849.54193 +2023-12-28 10:00:00,0.0,2631.69,49.475533,12.254851,51.079838,34.815407,278.28952,31.459805,56.765564,19.45365,31.48252,253.0311,129.30246,16.528694,70.90035,0.36732203,0.40423128,52.795307,14.1800585,23.341614,685.9742,13.181648,853.37103,126.46384,12.893529,46.242725,435.06522,67.256,787.69025,248.52278,2963.3608,28.795189,2820.4517,256.60098,15.610762,15.977304,71.70575,234.75557,287.42404,444.35178,42.387096,25.787868,10.786811,542.0654,193.45056,50.19081,7.7516203,542.1669,12.535667,589.8245,5.9105134,30.354443,0.0,746.1094,1802.6035,0.25144553,100.3427,14.685635,10291.564,25.732285,0.95539916,6.1572328,16.4186,6.975498,2.0147321,9.063684,244.19029,57.489697,5.3173575,0.64114803,2.6036632,117.01105,1.1393447,139.05489,153.00941,1765.9431,240.11859,87.76938,152.05466,709.6256,35.13886,29.791855,613.6329,50.879066,71.81176,10.469469,19.475594,185.32108,11.215696,10.388951,51.23014,15.881504,3969.7007,18.155943,20.202286,15.738882,9.717852,259.26337,48.857906,23.209677,7.251093,6.6701074,14.201849,55.898243,78.46872,30.935282,177.05772,18.483692,4.49799,45.05924,27.321358,45.786285,111.340225,19.808489,1.8089381,19.999468,13.975629,1869.8097,19.008398,1.035299,26.497736,11.593858,122.21306,86.038895,105.86769,7.276391,84.731384,345.93005,257.00214,26.737942,255.44945,78.609856,48.468376,69.959915,85.03277,12.001234,38.19029,489.7411,2.703791,5.1509504,190.1527,24.159294,8.750048,23.130962,24.01354,243.30591,79.95245,162.3267,1349.5507,118.00659,1764.8176,1664.4951,13.490282,14.26561,1785.006,23.649197,21.985147,452.01987,44.399624,74.270226,31.98219,133.43002,273.13885,440.6655,5.977484,49.348244,188.07506,384.7911,10.769294,94.1597,11.403114,1.5895153,58.61704,1.0036682,1.1116084,3.292983,11.300788,35.878548,19.689943,21.199463,573.42957,56.03338,32.563366,41.456318,14.942128,81.475136,12.3293915,24.674364,11.599059,76.13146,25.68777,33.954414,44.827087,10.3299055,46.414326,37.428715,1.2763854,68.275024,11.043177,224.0826,7.713027,309.15646,22.163258,983.17596,140.19289,3.397756,10.687405,161.9379,204.90263,964.8555,849.83386 +2023-12-28 11:00:00,0.0,2630.4617,49.44269,12.223491,51.032944,34.792786,278.20544,31.441217,56.72078,19.449284,31.449425,252.84248,129.35272,16.516973,70.733765,0.36739314,0.4047779,52.77611,14.201391,23.359406,685.4013,13.17907,852.7263,126.44745,12.912244,46.26351,434.72482,67.284325,788.2313,248.58453,2961.3813,28.83002,2820.6345,256.86993,15.631785,15.996219,71.79813,234.73528,287.4032,444.8499,42.370968,25.766254,10.785579,541.6356,193.6704,50.204502,7.7461095,542.27277,12.532425,589.89465,5.910366,30.339275,0.0,746.06995,1801.9497,0.25145486,100.22337,14.681151,10286.775,25.731909,0.95567,6.1530786,16.408688,6.977014,2.0149286,9.058071,244.09013,57.459454,5.3113523,0.64114416,2.6045127,117.01699,1.1382067,139.0402,152.82326,1765.4252,239.75189,87.754684,152.03271,710.3125,35.176647,29.815897,614.362,50.92651,71.87983,10.466187,19.475178,185.37291,11.208261,10.387327,51.233837,15.886084,3970.146,18.15461,20.199932,15.73799,9.716342,259.36688,48.871853,23.221775,7.251916,6.6681385,14.20453,55.896816,78.42128,30.937199,177.09157,18.481092,4.4971437,45.0521,27.306284,45.73877,111.37443,19.822807,1.80709,20.022398,13.968083,1868.9998,19.024754,1.0328203,26.456194,11.591632,122.18665,86.05278,105.84767,7.28198,84.75864,345.77472,256.8594,26.731348,255.29425,78.66245,48.459538,69.9554,85.11021,12.010626,38.209328,489.72726,2.7070274,5.156521,190.26033,24.159601,8.748942,23.145775,24.022614,243.42146,79.98963,162.32884,1350.2339,117.80462,1764.1467,1664.2137,13.479697,14.246532,1784.4194,23.649078,21.954603,451.91885,44.354572,74.2075,31.949287,133.28133,273.06647,440.6236,5.9720483,49.311802,187.87622,384.69202,10.764557,94.12702,11.397458,1.589385,58.626373,1.0034484,1.1113122,3.2909482,11.298996,35.830986,19.684013,21.202957,573.8839,56.00392,32.544353,41.427757,14.936156,81.511765,12.330019,24.706833,11.592675,76.09715,25.664392,33.985226,44.84334,10.3292675,46.460503,37.454544,1.2758731,68.23941,11.036207,224.06178,7.7099214,309.04395,22.165401,983.52386,140.11346,3.3951051,10.685588,161.86829,204.77771,964.60895,850.12573 +2023-12-28 12:00:00,0.0,2629.2334,49.40985,12.192131,50.986053,34.770164,278.1214,31.42263,56.676,19.444916,31.41633,252.65387,129.403,16.505255,70.56717,0.36746424,0.40532452,52.756912,14.222723,23.377197,684.8285,13.176492,852.08154,126.43106,12.930958,46.284298,434.3844,67.31265,788.7724,248.64629,2959.4019,28.864855,2820.8174,257.13892,15.652808,16.015131,71.8905,234.71497,287.3824,445.34802,42.35484,25.744642,10.784347,541.2058,193.89021,50.21819,7.7405987,542.3786,12.529183,589.9648,5.9102187,30.324106,0.0,746.0305,1801.296,0.25146422,100.10405,14.676668,10281.985,25.731535,0.95594084,6.148925,16.398771,6.9785295,2.015125,9.052458,243.98997,57.42921,5.305347,0.6411403,2.6053624,117.022934,1.1370687,139.02551,152.6371,1764.9072,239.38521,87.739975,152.01076,710.9994,35.21444,29.83994,615.0912,50.97395,71.94791,10.462904,19.474762,185.42473,11.200824,10.385703,51.237534,15.890664,3970.5913,18.153276,20.19758,15.737099,9.714832,259.47043,48.8858,23.233871,7.252739,6.66617,14.20721,55.895393,78.37384,30.939114,177.1254,18.47849,4.4962974,45.04496,27.291208,45.691254,111.40862,19.837128,1.805242,20.045328,13.960539,1868.19,19.041107,1.0303417,26.41465,11.589405,122.16025,86.06667,105.82765,7.287569,84.78588,345.6194,256.71667,26.724754,255.13907,78.71505,48.450703,69.95088,85.18765,12.020018,38.22837,489.71344,2.7102642,5.1620913,190.36797,24.159908,8.747837,23.16059,24.031687,243.53702,80.02682,162.33098,1350.9172,117.60264,1763.4758,1663.9323,13.469112,14.227456,1783.8328,23.64896,21.924059,451.81784,44.309517,74.14476,31.916386,133.13264,272.9941,440.58167,5.966613,49.275364,187.67737,384.5929,10.75982,94.09435,11.391802,1.5892547,58.635708,1.0032284,1.1110159,3.2889132,11.297204,35.78342,19.678085,21.206451,574.33826,55.97446,32.525345,41.399193,14.930184,81.548386,12.330646,24.739302,11.58629,76.06284,25.641012,34.01604,44.859596,10.328629,46.506683,37.480373,1.2753606,68.2038,11.029238,224.04099,7.7068157,308.93143,22.167545,983.87177,140.03404,3.3924541,10.68377,161.79869,204.65279,964.36237,850.4176 +2023-12-28 13:00:00,0.0,2628.0051,49.377014,12.16077,50.93916,34.747543,278.03732,31.404041,56.631214,19.44055,31.383238,252.46526,129.45328,16.493536,70.40057,0.36753535,0.40587112,52.737713,14.244056,23.394989,684.2556,13.173914,851.4368,126.414665,12.949673,46.305084,434.04398,67.34098,789.3135,248.70802,2957.4224,28.899687,2821.0002,257.40787,15.673831,16.034044,71.98288,234.69467,287.36157,445.84616,42.33871,25.72303,10.7831135,540.776,194.11003,50.23188,7.7350874,542.48444,12.525941,590.03485,5.9100714,30.308939,0.0,745.991,1800.6423,0.25147355,99.98472,14.672185,10277.196,25.73116,0.9562116,6.144771,16.388857,6.980045,2.0153217,9.0468445,243.88982,57.398968,5.2993417,0.6411364,2.606212,117.02888,1.1359309,139.01083,152.45094,1764.3893,239.01852,87.72527,151.9888,711.6863,35.252228,29.86398,615.8203,51.021393,72.015976,10.459621,19.474346,185.47655,11.193388,10.384079,51.241234,15.895244,3971.0369,18.151943,20.195229,15.736207,9.713323,259.57394,48.89975,23.245968,7.2535615,6.6642017,14.20989,55.893967,78.3264,30.941029,177.15924,18.47589,4.495451,45.037823,27.276134,45.64374,111.442825,19.851448,1.8033938,20.068256,13.952993,1867.38,19.05746,1.0278633,26.373106,11.587179,122.13384,86.08056,105.80763,7.2931576,84.81313,345.46405,256.57397,26.71816,254.98387,78.76765,48.441864,69.94637,85.26509,12.029409,38.247414,489.69965,2.7135007,5.167661,190.47562,24.160215,8.746732,23.175402,24.040758,243.65259,80.063995,162.33311,1351.6005,117.40066,1762.8048,1663.6509,13.4585285,14.208379,1783.2461,23.648842,21.893515,451.71683,44.264465,74.08202,31.883484,132.98396,272.92175,440.53976,5.961177,49.238922,187.47853,384.49377,10.755083,94.06168,11.386145,1.5891246,58.645042,1.0030085,1.1107197,3.2868786,11.295412,35.735855,19.672157,21.209946,574.7926,55.945004,32.506336,41.370632,14.924213,81.585014,12.331273,24.77177,11.579906,76.028534,25.617634,34.046852,44.87585,10.327991,46.55286,37.506203,1.2748482,68.16818,11.022269,224.02019,7.70371,308.8189,22.16969,984.21967,139.95462,3.3898032,10.681952,161.72908,204.52786,964.1158,850.70953 +2023-12-28 14:00:00,0.0,2626.7766,49.344173,12.12941,50.892265,34.724922,277.95328,31.385454,56.58643,19.436184,31.350143,252.27664,129.50354,16.481817,70.23398,0.36760646,0.40641776,52.718513,14.265388,23.41278,683.6828,13.171336,850.79205,126.39828,12.968387,46.325867,433.70355,67.36931,789.85455,248.76978,2955.4429,28.934519,2821.1833,257.67685,15.694855,16.052958,72.07526,234.67438,287.34076,446.34427,42.322582,25.701416,10.781881,540.34625,194.32985,50.245567,7.7295766,542.59033,12.522698,590.105,5.909924,30.293772,0.0,745.9516,1799.9885,0.2514829,99.865395,14.667702,10272.407,25.730783,0.95648247,6.1406174,16.378942,6.9815607,2.0155182,9.041232,243.78966,57.36873,5.2933364,0.64113253,2.6070616,117.03482,1.1347929,138.99614,152.26479,1763.8713,238.65182,87.71057,151.96686,712.3731,35.29002,29.888021,616.54944,51.068832,72.08405,10.456339,19.47393,185.52837,11.185952,10.382455,51.24493,15.899824,3971.4822,18.150608,20.192877,15.735315,9.711812,259.67746,48.913696,23.258064,7.2543845,6.6622334,14.21257,55.892544,78.27896,30.942944,177.19308,18.473288,4.4946046,45.030685,27.26106,45.596226,111.47702,19.865768,1.8015457,20.091187,13.945448,1866.5702,19.073814,1.0253847,26.331562,11.584953,122.10744,86.09445,105.78761,7.2987466,84.840385,345.30872,256.43124,26.711565,254.82867,78.82025,48.43303,69.94186,85.34253,12.038802,38.266453,489.68582,2.7167375,5.1732316,190.58325,24.160522,8.745626,23.190214,24.049831,243.76814,80.10118,162.33527,1352.2837,117.19868,1762.1339,1663.3694,13.447944,14.189302,1782.6594,23.648722,21.86297,451.6158,44.21941,74.01929,31.850582,132.83527,272.8494,440.49786,5.955741,49.20248,187.2797,384.39465,10.750346,94.029015,11.380488,1.5889943,58.654377,1.0027887,1.1104234,3.2848437,11.29362,35.68829,19.66623,21.21344,575.24695,55.915546,32.487328,41.34207,14.9182415,81.62164,12.331901,24.80424,11.573522,75.994225,25.594254,34.077667,44.892105,10.327352,46.59904,37.532032,1.2743359,68.13257,11.0153,223.99939,7.7006044,308.70642,22.171831,984.56757,139.8752,3.3871524,10.680136,161.65948,204.40294,963.8692,851.0014 +2023-12-28 15:00:00,0.0,2625.5483,49.311337,12.098049,50.845375,34.7023,277.8692,31.366867,56.54165,19.431816,31.317049,252.08803,129.55382,16.470097,70.06739,0.36767757,0.40696436,52.699314,14.28672,23.430574,683.1099,13.168757,850.14734,126.38189,12.987101,46.346653,433.36313,67.397644,790.3956,248.83153,2953.4631,28.96935,2821.3662,257.9458,15.715878,16.07187,72.16763,234.65408,287.31992,446.84238,42.30645,25.679804,10.780648,539.91644,194.54968,50.25926,7.7240653,542.69617,12.519457,590.17505,5.9097767,30.278605,0.0,745.9122,1799.3348,0.25149223,99.74607,14.6632185,10267.618,25.730408,0.9567533,6.136463,16.369028,6.983076,2.0157146,9.035619,243.6895,57.338486,5.287331,0.6411286,2.6079113,117.040764,1.133655,138.98145,152.07863,1763.3534,238.28514,87.69586,151.9449,713.06,35.32781,29.912064,617.2786,51.116276,72.15212,10.453056,19.473515,185.58018,11.178515,10.38083,51.248627,15.904404,3971.9275,18.149275,20.190525,15.734424,9.710302,259.781,48.927643,23.27016,7.255207,6.660265,14.215251,55.89112,78.23152,30.944859,177.22693,18.470688,4.493758,45.023544,27.245987,45.54871,111.51122,19.880087,1.7996975,20.114117,13.937902,1865.7603,19.090168,1.0229061,26.29002,11.582727,122.081024,86.10834,105.76759,7.3043356,84.86764,345.15338,256.2885,26.704971,254.67348,78.87285,48.42419,69.93734,85.41997,12.048194,38.285496,489.67203,2.719974,5.178802,190.69089,24.16083,8.744521,23.205029,24.058905,243.8837,80.13836,162.3374,1352.967,116.9967,1761.4629,1663.0879,13.437359,14.170225,1782.0728,23.648603,21.832426,451.51477,44.174355,73.95655,31.81768,132.68658,272.77704,440.45596,5.950305,49.16604,187.08086,384.29556,10.745609,93.99634,11.374832,1.588864,58.66371,1.0025687,1.1101271,3.2828088,11.291828,35.640728,19.660301,21.216936,575.7013,55.88609,32.46832,41.313507,14.91227,81.658264,12.332528,24.836708,11.567138,75.95991,25.570875,34.10848,44.90836,10.326714,46.64522,37.55786,1.2738234,68.096954,11.00833,223.97859,7.697499,308.5939,22.173975,984.91547,139.79578,3.3845015,10.678318,161.58989,204.27803,963.6226,851.2933 +2023-12-28 16:00:00,0.0,2624.32,49.278496,12.0666895,50.79848,34.67968,277.78516,31.348278,56.496864,19.42745,31.283955,251.89941,129.60408,16.458378,69.900795,0.36774868,0.40751097,52.680115,14.308052,23.448366,682.53705,13.16618,849.50256,126.3655,13.0058155,46.36744,433.02274,67.42597,790.9367,248.89328,2951.4836,29.004183,2821.549,258.21478,15.7369,16.090784,72.26001,234.63379,287.2991,447.3405,42.29032,25.658192,10.779416,539.48663,194.7695,50.272945,7.7185545,542.80206,12.516214,590.2452,5.909629,30.263435,0.0,745.87274,1798.6812,0.25150156,99.62674,14.658734,10262.829,25.730032,0.9570241,6.1323094,16.359114,6.984592,2.015911,9.030005,243.58934,57.308243,5.2813263,0.6411247,2.6087608,117.04671,1.1325171,138.96677,151.89247,1762.8354,237.91846,87.68116,151.92294,713.7469,35.3656,29.936104,618.00775,51.16372,72.2202,10.449774,19.473099,185.63202,11.17108,10.379206,51.252327,15.908984,3972.3728,18.147942,20.188171,15.733532,9.708793,259.88452,48.94159,23.282259,7.25603,6.658296,14.217931,55.889694,78.18408,30.946774,177.26076,18.468086,4.492912,45.016407,27.230913,45.501194,111.54542,19.894407,1.7978494,20.137047,13.930357,1864.9504,19.106522,1.0204276,26.248476,11.580502,122.05462,86.12222,105.747574,7.3099246,84.89489,344.99805,256.1458,26.698378,254.5183,78.925446,48.415356,69.93283,85.497406,12.057586,38.30454,489.6582,2.7232108,5.1843724,190.79852,24.161137,8.743416,23.219841,24.067978,243.99925,80.17554,162.33954,1353.6504,116.794716,1760.792,1662.8065,13.426774,14.151149,1781.4862,23.648485,21.801882,451.41376,44.129303,73.893814,31.784779,132.53789,272.70468,440.41403,5.944869,49.129597,186.88202,384.19644,10.740872,93.96367,11.369176,1.5887338,58.673046,1.0023488,1.1098309,3.2807739,11.290035,35.593163,19.654373,21.22043,576.15564,55.856632,32.44931,41.284946,14.906299,81.69489,12.333155,24.869177,11.560753,75.9256,25.547495,34.13929,44.924614,10.326075,46.6914,37.58369,1.273311,68.06134,11.001361,223.95778,7.694393,308.48138,22.176119,985.26337,139.71635,3.3818505,10.6765,161.52028,204.1531,963.3761,851.5852 +2023-12-28 17:00:00,0.0,2623.0918,49.245655,12.035329,50.751587,34.65706,277.70108,31.32969,56.45208,19.423082,31.250862,251.7108,129.65436,16.44666,69.7342,0.3678198,0.40805757,52.660915,14.329385,23.466158,681.96423,13.163602,848.8578,126.349106,13.024529,46.38822,432.6823,67.4543,791.4778,248.95503,2949.5042,29.039015,2821.732,258.48373,15.757924,16.109697,72.352394,234.6135,287.2783,447.83862,42.274193,25.636578,10.778183,539.0569,194.98932,50.286636,7.7130437,542.90796,12.512972,590.31525,5.9094815,30.248268,0.0,745.83325,1798.0273,0.25151092,99.507416,14.654251,10258.039,25.729656,0.95729494,6.1281557,16.3492,6.9861073,2.0161076,9.024392,243.48918,57.278004,5.275321,0.64112085,2.6096106,117.05265,1.1313791,138.95207,151.70631,1762.3175,237.55176,87.66646,151.90099,714.4338,35.40339,29.960146,618.7369,51.21116,72.28827,10.446491,19.472683,185.68384,11.163644,10.377582,51.256023,15.913564,3972.818,18.146608,20.18582,15.732641,9.707282,259.98807,48.955536,23.294355,7.256853,6.6563277,14.220612,55.88827,78.13664,30.94869,177.2946,18.465485,4.4920654,45.00927,27.21584,45.453682,111.57962,19.908728,1.7960013,20.159977,13.9228115,1864.1405,19.122875,1.017949,26.206932,11.578275,122.02821,86.136116,105.727554,7.315513,84.92214,344.8427,256.00308,26.691784,254.3631,78.97804,48.40652,69.928314,85.574844,12.0669775,38.32358,489.64438,2.7264473,5.189943,190.90616,24.161444,8.7423115,23.234653,24.077051,244.1148,80.21272,162.34167,1354.3336,116.592735,1760.121,1662.525,13.416189,14.1320715,1780.8995,23.648367,21.771338,451.31274,44.084248,73.831085,31.751877,132.3892,272.63232,440.37213,5.939433,49.093155,186.68318,384.09732,10.7361355,93.931,11.36352,1.5886035,58.68238,1.002129,1.1095346,3.278739,11.288243,35.545597,19.648445,21.223925,576.61,55.82717,32.4303,41.256386,14.900327,81.73152,12.333782,24.901646,11.554368,75.89129,25.524115,34.170105,44.94087,10.325437,46.73758,37.60952,1.2727987,68.025734,10.994391,223.93698,7.6912875,308.36887,22.178263,985.61127,139.63693,3.3791995,10.674684,161.45068,204.02818,963.1295,851.8771 +2023-12-28 18:00:00,0.0,2621.8635,49.21282,12.003968,50.704697,34.634438,277.61703,31.311104,56.4073,19.418716,31.217768,251.52219,129.70464,16.434938,69.56761,0.3678909,0.4086042,52.641716,14.350717,23.48395,681.39136,13.161023,848.2131,126.33272,13.043244,46.409008,432.3419,67.48263,792.0188,249.01678,2947.5247,29.073849,2821.9148,258.75272,15.778947,16.12861,72.44477,234.59319,287.25745,448.33673,42.258064,25.614965,10.776951,538.6271,195.20915,50.300327,7.7075324,543.0138,12.50973,590.3854,5.909334,30.2331,0.0,745.7938,1797.3737,0.25152025,99.38809,14.649768,10253.25,25.729282,0.9575658,6.1240015,16.339283,6.9876227,2.016304,9.018779,243.38902,57.24776,5.2693157,0.641117,2.6104603,117.05859,1.1302412,138.93738,151.52016,1761.7996,237.18507,87.65175,151.87904,715.1206,35.44118,29.984188,619.46606,51.258602,72.356346,10.443209,19.472267,185.73566,11.156208,10.3759575,51.25972,15.918144,3973.2634,18.145275,20.183468,15.73175,9.705772,260.09158,48.969482,23.306452,7.2576756,6.6543593,14.223291,55.88685,78.0892,30.950605,177.32845,18.462885,4.491219,45.00213,27.200766,45.406166,111.613815,19.923048,1.7941532,20.182907,13.915267,1863.3307,19.139229,1.0154704,26.165388,11.576049,122.00181,86.15,105.707535,7.321102,84.949394,344.68738,255.86037,26.68519,254.2079,79.03064,48.397682,69.9238,85.65229,12.07637,38.34262,489.63058,2.729684,5.1955132,191.01381,24.16175,8.741206,23.249468,24.086124,244.23036,80.2499,162.34381,1355.0168,116.39076,1759.4501,1662.2437,13.405604,14.112995,1780.3129,23.648249,21.740793,451.21173,44.039196,73.76835,31.718975,132.24052,272.55997,440.33023,5.9339976,49.056713,186.48434,383.9982,10.731399,93.89833,11.357863,1.5884732,58.691715,1.001909,1.1092384,3.276704,11.286451,35.49803,19.642517,21.227419,577.0643,55.797714,32.41129,41.22782,14.894355,81.76814,12.33441,24.934113,11.547984,75.85698,25.500736,34.200916,44.957123,10.324798,46.783756,37.635345,1.2722863,67.99012,10.987422,223.91618,7.688182,308.25635,22.180407,985.95917,139.55751,3.3765485,10.672866,161.38107,203.90326,962.88293,852.16895 +2023-12-28 19:00:00,0.0,2620.6353,49.179977,11.972608,50.657803,34.611816,277.53296,31.292515,56.362514,19.414349,31.184673,251.33357,129.7549,16.42322,69.40102,0.367962,0.4091508,52.622517,14.372049,23.501741,680.81854,13.158445,847.5683,126.31633,13.061958,46.429794,432.00146,67.510956,792.5599,249.07854,2945.5452,29.10868,2822.098,259.02167,15.79997,16.147526,72.537155,234.57289,287.23663,448.83487,42.241936,25.593353,10.775719,538.19727,195.42897,50.314014,7.7020216,543.1197,12.506488,590.4555,5.909187,30.217934,0.0,745.7544,1796.72,0.2515296,99.26876,14.645285,10248.461,25.728907,0.9578366,6.119848,16.329369,6.9891386,2.0165005,9.013165,243.28886,57.217518,5.2633104,0.6411131,2.6113098,117.064545,1.1291033,138.9227,151.334,1761.2816,236.81839,87.63705,151.85709,715.8075,35.47897,30.008228,620.1952,51.30604,72.424416,10.439926,19.471851,185.78748,11.148771,10.374333,51.263416,15.922724,3973.7087,18.143942,20.181116,15.730858,9.704263,260.1951,48.98343,23.318548,7.2584987,6.652391,14.225972,55.88542,78.04176,30.95252,177.36229,18.460283,4.4903727,44.99499,27.185692,45.35865,111.64802,19.937366,1.7923051,20.205835,13.9077215,1862.5208,19.155582,1.0129919,26.123846,11.573823,121.9754,86.163895,105.687515,7.326691,84.97665,344.53204,255.71765,26.678596,254.05272,79.083244,48.388847,69.91929,85.72973,12.085762,38.361664,489.61676,2.7329206,5.2010837,191.12144,24.162058,8.740101,23.26428,24.095198,244.34592,80.28708,162.34595,1355.7002,116.18878,1758.779,1661.9622,13.3950205,14.093918,1779.7262,23.648129,21.710249,451.11072,43.99414,73.70561,31.686073,132.09183,272.48758,440.2883,5.9285617,49.02027,186.2855,383.89908,10.726663,93.865654,11.352207,1.5883429,58.70105,1.0016891,1.1089422,3.2746692,11.284659,35.45047,19.63659,21.230913,577.5186,55.768257,32.39228,41.19926,14.888384,81.80477,12.335036,24.966581,11.541599,75.82267,25.477356,34.23173,44.973377,10.32416,46.829937,37.661175,1.2717738,67.954506,10.980453,223.89539,7.685076,308.14383,22.182549,986.30707,139.47809,3.3738976,10.671048,161.31148,203.77834,962.63635,852.4609 +2023-12-28 20:00:00,0.0,2619.407,49.147137,11.941248,50.61091,34.589195,277.44888,31.273928,56.31773,19.409983,31.151579,251.14496,129.80518,16.4115,69.23442,0.3680331,0.4096974,52.603317,14.393381,23.519535,680.24567,13.155868,846.9236,126.299934,13.080673,46.450577,431.66104,67.53928,793.10095,249.14029,2943.5654,29.143513,2822.2808,259.29065,15.820993,16.16644,72.62953,234.5526,287.21582,449.33298,42.225807,25.57174,10.774486,537.7675,195.64879,50.327705,7.6965103,543.2255,12.503246,590.5256,5.9090395,30.202765,0.0,745.71497,1796.0662,0.25153893,99.14944,14.640801,10243.672,25.72853,0.9581074,6.115694,16.319454,6.990654,2.016697,9.007553,243.1887,57.187275,5.257305,0.6411092,2.6121595,117.07049,1.1279653,138.908,151.14784,1760.7637,236.45169,87.622345,151.83513,716.4944,35.51676,30.03227,620.9243,51.353485,72.49249,10.436644,19.471436,185.8393,11.1413355,10.372708,51.267117,15.927304,3974.154,18.142609,20.178764,15.729966,9.702753,260.29865,48.99738,23.330645,7.259321,6.6504226,14.228652,55.884,77.99432,30.954435,177.39612,18.457682,4.4895263,44.987854,27.170618,45.311134,111.68221,19.951687,1.790457,20.228765,13.900176,1861.7109,19.171938,1.0105133,26.082302,11.571597,121.949,86.17778,105.667496,7.33228,85.0039,344.3767,255.57492,26.672003,253.89752,79.13584,48.38001,69.91477,85.80717,12.095154,38.380707,489.60294,2.7361574,5.2066536,191.22908,24.162365,8.738996,23.279093,24.10427,244.46147,80.324265,162.34808,1356.3834,115.9868,1758.1082,1661.6808,13.384436,14.0748415,1779.1395,23.64801,21.679705,451.00967,43.94909,73.642876,31.653172,131.94315,272.41522,440.2464,5.9231257,48.98383,186.08667,383.8,10.721926,93.832985,11.34655,1.5882127,58.710384,1.0014693,1.1086459,3.2726345,11.282867,35.402905,19.63066,21.23441,577.97296,55.7388,32.373272,41.1707,14.882412,81.8414,12.335664,24.99905,11.535215,75.78836,25.453978,34.262543,44.989635,10.323522,46.876114,37.687004,1.2712615,67.91889,10.973483,223.87459,7.6819706,308.0313,22.184692,986.65497,139.39867,3.3712468,10.669231,161.24188,203.65341,962.3898,852.75275 +2023-12-28 21:00:00,0.0,2618.1785,49.1143,11.909887,50.56402,34.566574,277.36484,31.25534,56.27295,19.405615,31.118486,250.95634,129.85544,16.399782,69.067825,0.36810422,0.41024405,52.58412,14.414714,23.537327,679.67285,13.153289,846.2788,126.28355,13.099387,46.471363,431.32065,67.56762,793.642,249.20204,2941.586,29.178345,2822.4636,259.5596,15.842016,16.185352,72.72191,234.5323,287.19498,449.8311,42.20968,25.550127,10.773253,537.3377,195.8686,50.341393,7.6909995,543.3314,12.500004,590.5957,5.908892,30.187597,0.0,745.67554,1795.4125,0.2515483,99.03011,14.636318,10238.882,25.728155,0.95837826,6.1115403,16.30954,6.99217,2.0168936,9.00194,243.08855,57.157036,5.2513,0.64110535,2.6130092,117.07643,1.1268274,138.89331,150.9617,1760.2457,236.085,87.607635,151.81317,717.1813,35.55455,30.056313,621.6535,51.400925,72.56056,10.433361,19.47102,185.89113,11.1339,10.371084,51.270813,15.931884,3974.5994,18.141275,20.17641,15.7290745,9.701242,260.40216,49.011326,23.342741,7.260144,6.6484537,14.231332,55.882576,77.946884,30.95635,177.42996,18.45508,4.48868,44.980713,27.155544,45.263622,111.716415,19.966007,1.7886089,20.251696,13.892631,1860.901,19.188292,1.0080347,26.040758,11.56937,121.92259,86.19167,105.64748,7.337869,85.03114,344.22137,255.4322,26.66541,253.74232,79.18844,48.371174,69.910255,85.884605,12.104546,38.39975,489.58914,2.739394,5.212224,191.33672,24.162674,8.73789,23.293907,24.113344,244.57703,80.36144,162.35022,1357.0667,115.78482,1757.4371,1661.3993,13.373851,14.055764,1778.553,23.647892,21.64916,450.90866,43.904034,73.58014,31.62027,131.79445,272.34286,440.2045,5.91769,48.94739,185.88783,383.70087,10.717189,93.800316,11.340894,1.5880824,58.71972,1.0012493,1.1083497,3.2705996,11.2810755,35.35534,19.624731,21.237904,578.4273,55.709343,32.354263,41.142136,14.87644,81.87802,12.336291,25.031519,11.528831,75.75405,25.430597,34.293358,45.00589,10.322883,46.922295,37.712833,1.2707491,67.88328,10.966514,223.85379,7.678865,307.9188,22.186836,987.00287,139.31924,3.3685958,10.667414,161.17227,203.5285,962.1432,853.0446 +2023-12-28 22:00:00,0.0,2616.9502,49.08146,11.878527,50.517124,34.543953,277.28076,31.236752,56.228165,19.401249,31.085392,250.76773,129.90572,16.388062,68.90124,0.36817533,0.41079065,52.564922,14.436046,23.555119,679.1,13.150711,845.6341,126.26716,13.118101,46.49215,430.98022,67.59595,794.1831,249.26378,2939.6064,29.213177,2822.6465,259.82858,15.863039,16.204266,72.814285,234.51201,287.17416,450.32922,42.19355,25.528515,10.77202,536.9079,196.08844,50.355083,7.6854887,543.43726,12.496761,590.6658,5.908745,30.17243,0.0,745.6361,1794.7588,0.25155762,98.91078,14.631835,10234.093,25.72778,0.9586491,6.107386,16.299625,6.9936852,2.01709,8.996326,242.98839,57.126793,5.2452946,0.6411015,2.6138587,117.082375,1.1256895,138.87863,150.77554,1759.7279,235.71832,87.59293,151.79123,717.8681,35.592342,30.080355,622.3826,51.448368,72.62864,10.430078,19.470604,185.94295,11.126463,10.36946,51.27451,15.936464,3975.045,18.139942,20.174059,15.728183,9.699733,260.50568,49.025272,23.35484,7.2609673,6.6464853,14.234013,55.88115,77.899445,30.958267,177.4638,18.45248,4.4878335,44.973576,27.14047,45.216106,111.75061,19.980328,1.7867607,20.274626,13.885085,1860.0912,19.204645,1.0055562,25.999216,11.567144,121.89619,86.20556,105.62746,7.3434577,85.058395,344.06604,255.28949,26.658815,253.58713,79.241035,48.362335,69.90575,85.96204,12.113938,38.41879,489.57532,2.7426307,5.2177944,191.44437,24.162981,8.736785,23.30872,24.122417,244.69258,80.39862,162.35236,1357.75,115.58284,1756.7662,1661.1179,13.363266,14.036688,1777.9663,23.647774,21.618616,450.80765,43.85898,73.5174,31.587368,131.64577,272.2705,440.1626,5.912254,48.91095,185.689,383.60175,10.712452,93.76765,11.3352375,1.5879521,58.729053,1.0010294,1.1080534,3.2685647,11.279283,35.307774,19.618803,21.241398,578.88165,55.679882,32.335255,41.113575,14.870469,81.91465,12.336918,25.063988,11.522447,75.71974,25.407219,34.32417,45.022144,10.322245,46.96847,37.738663,1.2702366,67.847664,10.959544,223.83298,7.6757593,307.80627,22.18898,987.35077,139.23982,3.3659449,10.665596,161.10268,203.40358,961.8966,853.33655 +2023-12-28 23:00:00,0.0,2615.722,49.048622,11.847166,50.47023,34.52133,277.19672,31.218164,56.18338,19.396881,31.052298,250.57912,129.95598,16.376343,68.73464,0.36824647,0.41133726,52.545723,14.457378,23.57291,678.5271,13.148133,844.9893,126.25076,13.136816,46.51293,430.6398,67.624275,794.7242,249.32553,2937.627,29.248009,2822.8293,260.09753,15.884063,16.223179,72.90666,234.4917,287.15335,450.82733,42.177418,25.5069,10.770788,536.4781,196.30826,50.36877,7.6799774,543.54315,12.49352,590.7359,5.9085975,30.157263,0.0,745.5967,1794.105,0.25156695,98.79146,14.627351,10229.304,25.727404,0.95891994,6.1032324,16.289711,6.9952006,2.0172865,8.990713,242.88823,57.09655,5.2392898,0.6410976,2.6147084,117.08832,1.1245515,138.86394,150.58939,1759.21,235.35162,87.57823,151.76927,718.555,35.63013,30.104395,623.11176,51.49581,72.69671,10.426795,19.470188,185.99477,11.119027,10.367836,51.27821,15.941044,3975.4902,18.138607,20.171707,15.727291,9.698223,260.60922,49.03922,23.366936,7.26179,6.644517,14.236692,55.879726,77.852005,30.960182,177.49765,18.449879,4.486987,44.96644,27.125397,45.16859,111.78481,19.994646,1.7849126,20.297556,13.877541,1859.2814,19.220999,1.0030776,25.957672,11.5649185,121.86978,86.21945,105.60744,7.3490467,85.08565,343.9107,255.14676,26.652222,253.43195,79.29363,48.3535,69.90123,86.03949,12.12333,38.43783,489.56152,2.7458673,5.223365,191.552,24.163288,8.73568,23.323532,24.13149,244.80814,80.43581,162.3545,1358.4333,115.38086,1756.0952,1660.8364,13.352681,14.017611,1777.3796,23.647655,21.588072,450.70663,43.813927,73.45467,31.554466,131.49707,272.19815,440.12067,5.906818,48.874508,185.49016,383.50262,10.707715,93.73497,11.329581,1.5878218,58.738388,1.0008096,1.1077572,3.2665298,11.277491,35.26021,19.612875,21.244892,579.336,55.650425,32.316246,41.085014,14.864497,81.95128,12.337545,25.096457,11.516062,75.685425,25.383839,34.354984,45.0384,10.321606,47.014652,37.764492,1.2697242,67.81205,10.952575,223.81218,7.6726537,307.6938,22.191122,987.69867,139.1604,3.363294,10.663779,161.03307,203.27866,961.6501,853.6284 +2023-12-29 00:00:00,0.0,2614.4937,49.01578,11.815805,50.42334,34.49871,277.11264,31.199577,56.1386,19.392515,31.019205,250.3905,130.00626,16.364624,68.56805,0.36831757,0.41188386,52.526524,14.47871,23.590702,677.9543,13.1455555,844.3446,126.234375,13.15553,46.53372,430.29938,67.6526,795.26526,249.38728,2935.6472,29.282843,2823.0125,260.36652,15.905086,16.242092,72.99904,234.4714,287.13254,451.32544,42.16129,25.485289,10.769555,536.04834,196.52808,50.38246,7.6744666,543.649,12.490277,590.80597,5.90845,30.142094,0.0,745.55725,1793.4513,0.2515763,98.672134,14.622868,10224.515,25.72703,0.9591907,6.0990787,16.279797,6.9967165,2.017483,8.9851,242.78807,57.066307,5.2332845,0.64109373,2.6155581,117.09426,1.1234136,138.84926,150.40323,1758.692,234.98494,87.56352,151.74731,719.2419,35.667923,30.128437,623.84094,51.54325,72.764786,10.423512,19.469772,186.04659,11.111591,10.366212,51.281906,15.945624,3975.9355,18.137274,20.169355,15.726399,9.696713,260.71274,49.053165,23.379032,7.262613,6.6425486,14.239373,55.8783,77.804565,30.962097,177.53148,18.447277,4.4861407,44.959297,27.110323,45.121075,111.81901,20.008966,1.7830645,20.320484,13.869995,1858.4714,19.237352,1.000599,25.916128,11.562693,121.843376,86.23334,105.58742,7.3546357,85.1129,343.75537,255.00404,26.645626,253.27675,79.34624,48.34466,69.89671,86.11693,12.132722,38.456875,489.5477,2.749104,5.2289352,191.65964,24.163595,8.734574,23.338346,24.140564,244.92369,80.472984,162.35664,1359.1166,115.17888,1755.4243,1660.555,13.342096,13.998534,1776.793,23.647535,21.557528,450.60562,43.76887,73.39194,31.521564,131.34839,272.1258,440.07877,5.901382,48.838066,185.29132,383.40353,10.702978,93.7023,11.323925,1.5876917,58.747723,1.0005896,1.1074609,3.264495,11.275699,35.212646,19.606947,21.248386,579.79034,55.620968,32.297234,41.05645,14.858525,81.9879,12.338173,25.128925,11.509678,75.651115,25.36046,34.385796,45.054653,10.320968,47.06083,37.79032,1.2692119,67.776436,10.945606,223.79138,7.669548,307.58127,22.193266,988.0466,139.08098,3.360643,10.661962,160.96347,203.15373,961.4035,853.92035 +2023-12-29 01:00:00,0.0,2613.2654,48.98294,11.784446,50.376446,34.47609,277.0286,31.18099,56.093815,19.38815,30.98611,250.20189,130.05653,16.352903,68.40146,0.36838868,0.4124305,52.507324,14.500043,23.608494,677.3814,13.142977,843.6998,126.21799,13.174245,46.554504,429.95895,67.68093,795.80634,249.44904,2933.6677,29.317675,2823.1953,260.63547,15.926109,16.261005,73.091415,234.45111,287.1117,451.82358,42.14516,25.463676,10.768323,535.6185,196.74791,50.39615,7.6689553,543.7549,12.487035,590.8761,5.908303,30.126926,0.0,745.5178,1792.7976,0.25158563,98.5528,14.618384,10219.726,25.726654,0.95946157,6.0949244,16.269882,6.998232,2.0176795,8.979486,242.68791,57.036068,5.227279,0.6410898,2.6164076,117.100204,1.1222757,138.83456,150.21707,1758.1741,234.61826,87.54882,151.72536,719.9288,35.70571,30.15248,624.57007,51.590694,72.832855,10.42023,19.469357,186.0984,11.104156,10.364587,51.285603,15.950204,3976.3809,18.13594,20.167004,15.725508,9.695203,260.81625,49.067112,23.391129,7.2634354,6.64058,14.242053,55.876877,77.757126,30.964012,177.56532,18.444677,4.4852943,44.95216,27.095247,45.073563,111.85321,20.023287,1.7812164,20.343414,13.86245,1857.6616,19.253706,0.99812055,25.874584,11.560467,121.81697,86.24722,105.5674,7.3602247,85.14015,343.60004,254.86133,26.639032,253.12155,79.398834,48.335827,69.892204,86.19437,12.142114,38.475914,489.53387,2.7523406,5.2345057,191.76727,24.163902,8.733469,23.353159,24.149637,245.03925,80.51016,162.35878,1359.7999,114.976906,1754.7533,1660.2736,13.331512,13.979457,1776.2063,23.647417,21.526983,450.50458,43.72382,73.3292,31.488663,131.1997,272.05344,440.03687,5.8959465,48.801624,185.09248,383.3044,10.698241,93.66963,11.318269,1.5875614,58.757057,1.0003697,1.1071646,3.26246,11.273907,35.16508,19.601019,21.251883,580.2447,55.59151,32.278225,41.02789,14.852554,82.02453,12.3388,25.161394,11.503293,75.616806,25.33708,34.416607,45.070908,10.320329,47.10701,37.81615,1.2686994,67.74082,10.938637,223.77058,7.6664424,307.46875,22.19541,988.3945,139.00156,3.357992,10.660144,160.89388,203.02881,961.1569,854.2122 +2023-12-29 02:00:00,0.0,2612.037,48.950104,11.753085,50.32955,34.453472,276.94452,31.162401,56.04903,19.383781,30.953016,250.01328,130.1068,16.341185,68.23486,0.3684598,0.4129771,52.488125,14.521375,23.626287,676.8086,13.140399,843.05505,126.2016,13.192959,46.57529,429.61856,67.70926,796.34735,249.51079,2931.6882,29.352507,2823.3782,260.90445,15.947132,16.279919,73.18379,234.43082,287.09088,452.3217,42.129032,25.442062,10.76709,535.1887,196.96773,50.40984,7.6634445,543.8607,12.483793,590.94617,5.908155,30.11176,0.0,745.4784,1792.1438,0.251595,98.43348,14.613901,10214.936,25.726278,0.9597324,6.0907707,16.259968,6.9997478,2.017876,8.973874,242.58775,57.005825,5.221274,0.6410859,2.6172574,117.10615,1.1211377,138.81987,150.03091,1757.6561,234.25156,87.53412,151.70341,720.6156,35.743504,30.17652,625.2992,51.638134,72.90093,10.416947,19.46894,186.15024,11.096719,10.362963,51.2893,15.954784,3976.8262,18.134607,20.16465,15.724616,9.693693,260.9198,49.081062,23.403225,7.2642584,6.6386113,14.244734,55.875454,77.70968,30.965927,177.59917,18.442076,4.484448,44.945023,27.080173,45.026047,111.887405,20.037607,1.7793683,20.366344,13.854904,1856.8517,19.27006,0.99564195,25.833042,11.55824,121.790565,86.261116,105.54738,7.3658137,85.167404,343.4447,254.7186,26.632439,252.96635,79.45143,48.32699,69.88769,86.271805,12.151506,38.494957,489.52008,2.7555773,5.240076,191.87491,24.16421,8.732364,23.367971,24.15871,245.15482,80.54735,162.36092,1360.4832,114.774925,1754.0824,1659.9922,13.320928,13.96038,1775.6198,23.647299,21.496439,450.40356,43.678764,73.266464,31.455761,131.05101,271.98108,439.99493,5.8905106,48.765182,184.89365,383.2053,10.693504,93.63696,11.312613,1.5874311,58.76639,1.0001498,1.1068684,3.260425,11.272115,35.117516,19.59509,21.255377,580.699,55.56205,32.259216,40.99933,14.846582,82.06116,12.339427,25.193863,11.496909,75.5825,25.3137,34.447422,45.087162,10.319691,47.153187,37.84198,1.268187,67.70521,10.931667,223.74979,7.6633368,307.35623,22.197554,988.7424,138.92213,3.3553412,10.658327,160.82426,202.90388,960.91034,854.5041 +2023-12-29 03:00:00,0.0,2610.8088,48.917263,11.7217245,50.28266,34.43085,276.86044,31.143814,56.00425,19.379416,30.919922,249.82466,130.15707,16.329466,68.06827,0.3685309,0.4135237,52.468925,14.542707,23.64408,676.2357,13.137821,842.41034,126.1852,13.211674,46.596073,429.27814,67.737595,796.8884,249.57254,2929.7087,29.387339,2823.561,261.17343,15.968155,16.298832,73.27617,234.41052,287.07007,452.8198,42.112904,25.42045,10.765858,534.759,197.18755,50.423527,7.6579337,543.96655,12.480551,591.0163,5.9080076,30.096592,0.0,745.43896,1791.4901,0.25160432,98.314156,14.609418,10210.146,25.725903,0.9600032,6.086617,16.250053,7.001263,2.0180724,8.968261,242.4876,56.975582,5.2152686,0.64108205,2.6181068,117.11209,1.1199998,138.80519,149.84476,1757.1382,233.88487,87.519424,151.68146,721.3025,35.781292,30.200562,626.0284,51.685577,72.969,10.413665,19.468525,186.20206,11.089283,10.361339,51.293,15.959364,3977.2715,18.133274,20.162298,15.723724,9.6921835,261.02332,49.09501,23.415323,7.2650814,6.636643,14.247414,55.874027,77.66224,30.967842,177.63301,18.439474,4.4836016,44.93788,27.0651,44.97853,111.92161,20.051926,1.7775202,20.389275,13.847359,1856.0419,19.286413,0.9931634,25.791498,11.556014,121.76416,86.275,105.52736,7.3714023,85.19466,343.28937,254.57588,26.625845,252.81117,79.50403,48.318153,69.88317,86.34924,12.160898,38.514,489.50626,2.7588139,5.245646,191.98256,24.164516,8.731259,23.382786,24.167784,245.27037,80.584526,162.36305,1361.1664,114.572945,1753.4114,1659.7107,13.310343,13.941303,1775.0331,23.64718,21.465895,450.30255,43.633713,73.20373,31.42286,130.90233,271.9087,439.95303,5.8850746,48.72874,184.69481,383.10617,10.688767,93.604294,11.306956,1.5873009,58.775726,0.9999299,1.1065722,3.2583904,11.270323,35.06995,19.589163,21.258871,581.1533,55.532593,32.240208,40.970768,14.8406105,82.097786,12.3400545,25.226332,11.490524,75.54819,25.290321,34.478233,45.103416,10.319052,47.199368,37.867805,1.2676747,67.6696,10.924698,223.72897,7.660231,307.2437,22.199696,989.0903,138.84271,3.3526902,10.656509,160.75467,202.77898,960.66376,854.796 +2023-12-29 04:00:00,0.0,2609.5806,48.884422,11.690364,50.235767,34.40823,276.7764,31.125227,55.959465,19.375048,30.88683,249.63605,130.20734,16.317745,67.90167,0.368602,0.41407034,52.449726,14.564039,23.661871,675.6629,13.135242,841.76556,126.168816,13.230388,46.61686,428.9377,67.76592,797.4295,249.6343,2927.7292,29.42217,2823.744,261.44238,15.989179,16.317745,73.368546,234.39021,287.04922,453.31793,42.096775,25.398838,10.764626,534.32916,197.40736,50.437218,7.6524224,544.07245,12.477308,591.0864,5.9078603,30.081423,0.0,745.39954,1790.8364,0.25161368,98.194824,14.604935,10205.357,25.725527,0.96027404,6.0824633,16.240137,7.0027785,2.018269,8.962647,242.38744,56.94534,5.2092633,0.6410782,2.6189566,117.118034,1.1188619,138.7905,149.6586,1756.6202,233.51819,87.504715,151.6595,721.9894,35.819084,30.224604,626.7575,51.733017,73.03708,10.410382,19.46811,186.25388,11.081847,10.3597145,51.296696,15.963944,3977.7168,18.13194,20.159946,15.722833,9.690674,261.12686,49.108955,23.42742,7.265904,6.6346745,14.250094,55.872604,77.6148,30.969759,177.66684,18.436872,4.482755,44.930744,27.050026,44.931015,111.95581,20.066246,1.7756721,20.412205,13.839814,1855.2319,19.302767,0.99068487,25.749954,11.553788,121.737755,86.288895,105.50734,7.3769913,85.22191,343.13403,254.43317,26.619251,252.65598,79.556625,48.309315,69.87866,86.42668,12.17029,38.533043,489.49246,2.7620506,5.2512164,192.0902,24.164824,8.730154,23.397598,24.176857,245.38593,80.62171,162.36519,1361.8497,114.370964,1752.7405,1659.4293,13.299758,13.922226,1774.4464,23.64706,21.43535,450.20154,43.588657,73.14099,31.389957,130.75363,271.83633,439.91113,5.8796387,48.6923,184.49597,383.00708,10.684031,93.57162,11.3013,1.5871706,58.78506,0.99971,1.1062759,3.2563555,11.26853,35.02239,19.583235,21.262365,581.60767,55.503136,32.2212,40.942204,14.83464,82.13441,12.340682,25.2588,11.48414,75.51388,25.266941,34.50905,45.11967,10.318414,47.245544,37.893635,1.2671622,67.63399,10.917728,223.70818,7.6571255,307.1312,22.20184,989.4382,138.76329,3.3500392,10.654693,160.68506,202.65405,960.4172,855.0879 +2023-12-29 05:00:00,0.0,2608.352,48.851585,11.659004,50.188873,34.38561,276.69232,31.106638,55.91468,19.370682,30.853735,249.44743,130.25761,16.306026,67.735085,0.36867312,0.41461694,52.430527,14.585372,23.679663,675.09,13.132665,841.12085,126.15243,13.249102,46.637646,428.5973,67.79425,797.9706,249.69604,2925.7495,29.457003,2823.927,261.71136,16.0102,16.336658,73.46092,234.36992,287.0284,453.81604,42.080647,25.377224,10.763392,533.89935,197.6272,50.45091,7.6469116,544.17834,12.474067,591.1565,5.907713,30.066256,0.0,745.3601,1790.1826,0.251623,98.0755,14.600451,10200.568,25.725151,0.9605449,6.078309,16.230223,7.0042944,2.0184655,8.957034,242.28728,56.9151,5.2032585,0.6410743,2.6198063,117.12398,1.117724,138.7758,149.47244,1756.1023,233.15149,87.49001,151.63754,722.6763,35.856873,30.248646,627.4867,51.78046,73.10515,10.4071,19.467693,186.3057,11.074411,10.35809,51.300392,15.968524,3978.162,18.130608,20.157595,15.721941,9.689163,261.23038,49.122902,23.439516,7.266727,6.632706,14.252774,55.87118,77.56736,30.971674,177.70068,18.434273,4.481909,44.923607,27.034952,44.883503,111.990005,20.080566,1.7738239,20.435133,13.832269,1854.4221,19.319122,0.98820627,25.70841,11.551562,121.71135,86.30278,105.48732,7.3825803,85.24916,342.9787,254.29044,26.612658,252.50078,79.60923,48.30048,69.874146,86.50413,12.179683,38.552082,489.47864,2.7652872,5.256787,192.19783,24.16513,8.729049,23.41241,24.18593,245.50148,80.65889,162.36732,1362.533,114.16898,1752.0695,1659.1478,13.289173,13.90315,1773.8597,23.646942,21.404806,450.10052,43.543602,73.07826,31.357056,130.60495,271.76398,439.86923,5.8742027,48.655857,184.29713,382.90796,10.679294,93.53895,11.295643,1.5870403,58.794395,0.9994901,1.1059797,3.2543206,11.266738,34.974823,19.577305,21.26586,582.062,55.47368,32.20219,40.913643,14.828668,82.171036,12.341309,25.29127,11.477756,75.47957,25.243563,34.53986,45.135925,10.317775,47.291725,37.919464,1.2666498,67.59837,10.910759,223.68738,7.65402,307.01868,22.203983,989.7861,138.68387,3.3473883,10.652875,160.61546,202.52913,960.17065,855.37976 +2023-12-29 06:00:00,0.0,2607.1238,48.818745,11.627644,50.141983,34.362988,276.60828,31.08805,55.8699,19.366314,30.82064,249.25882,130.30789,16.294308,67.56849,0.36874422,0.41516355,52.411327,14.606705,23.697454,674.51715,13.130087,840.4761,126.13603,13.267817,46.65843,428.25687,67.82258,798.51166,249.7578,2923.77,29.491835,2824.1099,261.98032,16.031225,16.355572,73.55331,234.34962,287.0076,454.31415,42.064518,25.355612,10.76216,533.46954,197.84702,50.464596,7.6414003,544.2842,12.470824,591.2266,5.9075656,30.051088,0.0,745.3207,1789.5289,0.25163233,97.95618,14.595967,10195.778,25.724777,0.9608157,6.0741553,16.220308,7.00581,2.018662,8.951421,242.18712,56.884857,5.197253,0.6410704,2.6206558,117.12992,1.116586,138.76112,149.28629,1755.5844,232.7848,87.47531,151.6156,723.3631,35.894665,30.272686,628.2158,51.827904,73.173225,10.403817,19.467278,186.35753,11.066975,10.356466,51.304092,15.9731045,3978.6074,18.129274,20.155241,15.721049,9.687654,261.3339,49.13685,23.451612,7.26755,6.630738,14.255455,55.869755,77.51992,30.973589,177.73453,18.431671,4.4810624,44.916466,27.019878,44.835987,112.02421,20.094887,1.7719758,20.458063,13.824723,1853.6122,19.335476,0.9857277,25.666868,11.5493355,121.68494,86.31667,105.4673,7.3881693,85.276405,342.82336,254.14772,26.606064,252.34558,79.66183,48.291645,69.86963,86.581566,12.1890745,38.571125,489.4648,2.768524,5.262357,192.30547,24.165438,8.727943,23.427225,24.195004,245.61703,80.69607,162.36946,1363.2163,113.967,1751.3986,1658.8665,13.278588,13.884072,1773.2731,23.646824,21.37426,449.99948,43.49855,73.015526,31.324154,130.45627,271.69162,439.8273,5.868767,48.61942,184.0983,382.80884,10.674557,93.50628,11.289987,1.58691,58.80373,0.9992702,1.1056834,3.2522857,11.264946,34.927258,19.571377,21.269354,582.51636,55.44422,32.18318,40.885082,14.822696,82.207664,12.341936,25.323736,11.471371,75.44526,25.220182,34.570675,45.152184,10.317137,47.337906,37.945293,1.2661375,67.56276,10.9037895,223.66658,7.650914,306.90616,22.206127,990.134,138.60445,3.3447373,10.651057,160.54587,202.4042,959.9241,855.6717 +2023-12-29 07:00:00,0.0,2605.8955,48.785908,11.596283,50.09509,34.340366,276.5242,31.069464,55.825115,19.361948,30.787546,249.0702,130.35815,16.282589,67.40189,0.36881533,0.41571015,52.39213,14.6280365,23.715246,673.94434,13.127508,839.83136,126.119644,13.2865305,46.679214,427.91647,67.85091,799.05273,249.81953,2921.7905,29.526669,2824.2927,262.2493,16.052248,16.374485,73.64568,234.32933,286.98676,454.8123,42.048386,25.334,10.760927,533.0398,198.06683,50.478287,7.6358895,544.3901,12.467582,591.2967,5.9074183,30.035921,0.0,745.28125,1788.8752,0.2516417,97.836845,14.591484,10190.989,25.724401,0.9610865,6.0700016,16.210394,7.007325,2.0188584,8.945808,242.08696,56.854614,5.191248,0.64106655,2.6215055,117.135864,1.1154481,138.74643,149.10013,1755.0664,232.41812,87.4606,151.59364,724.05,35.932453,30.296728,628.94495,51.875343,73.241295,10.400535,19.466862,186.40935,11.059539,10.354841,51.30779,15.977684,3979.053,18.127941,20.15289,15.720158,9.686144,261.43744,49.150795,23.463709,7.2683725,6.628769,14.258135,55.868332,77.47248,30.975504,177.76837,18.42907,4.480216,44.90933,27.004805,44.78847,112.0584,20.109205,1.7701277,20.480993,13.817178,1852.8024,19.35183,0.9832492,25.625324,11.54711,121.65853,86.33056,105.44728,7.3937583,85.30366,342.66803,254.005,26.59947,252.1904,79.714424,48.282806,69.86512,86.659004,12.198466,38.590168,489.45102,2.7717605,5.2679276,192.41312,24.165745,8.726838,23.442038,24.204075,245.73259,80.73325,162.3716,1363.8997,113.76502,1750.7275,1658.585,13.268004,13.864996,1772.6865,23.646706,21.343716,449.89847,43.453495,72.95279,31.291252,130.30757,271.61926,439.7854,5.8633313,48.582977,183.89946,382.70972,10.66982,93.47361,11.28433,1.5867798,58.813065,0.9990503,1.1053872,3.2502508,11.263154,34.879692,19.565449,21.27285,582.9707,55.41476,32.16417,40.856518,14.816725,82.244286,12.342564,25.356205,11.464987,75.41094,25.196804,34.601486,45.168438,10.316499,47.384083,37.971123,1.265625,67.527145,10.89682,223.64578,7.6478086,306.79364,22.208271,990.4818,138.52502,3.3420866,10.6492405,160.47626,202.27928,959.6775,855.96356 +2023-12-29 08:00:00,0.0,2604.6672,48.753067,11.564922,50.048195,34.317745,276.44016,31.050875,55.78033,19.35758,30.754454,248.88159,130.40843,16.270868,67.2353,0.36888644,0.4162568,52.372932,14.649369,23.73304,673.37146,13.12493,839.1866,126.10326,13.305245,46.7,427.57605,67.879234,799.5938,249.88129,2919.811,29.5615,2824.4756,262.51825,16.07327,16.393398,73.73806,234.30904,286.96594,455.3104,42.032257,25.312386,10.759695,532.61,198.28667,50.491974,7.6303787,544.496,12.46434,591.3668,5.907271,30.020752,0.0,745.2418,1788.2214,0.25165102,97.71752,14.587001,10186.2,25.724026,0.96135736,6.0658474,16.20048,7.008841,2.019055,8.940195,241.9868,56.82437,5.1852427,0.6410627,2.6223552,117.14181,1.1143101,138.73175,148.91397,1754.5485,232.05142,87.4459,151.57169,724.7369,35.970245,30.32077,629.67413,51.922787,73.30937,10.397252,19.466448,186.46117,11.052103,10.353217,51.311485,15.9822645,3979.4983,18.126606,20.150537,15.719266,9.684634,261.54095,49.164745,23.475807,7.2691956,6.6268005,14.260815,55.866905,77.42504,30.977419,177.8022,18.42647,4.4793696,44.90219,26.98973,44.740955,112.092606,20.123526,1.7682796,20.503923,13.809632,1851.9924,19.368183,0.9807706,25.58378,11.544884,121.632126,86.34445,105.42726,7.399347,85.33091,342.5127,253.86227,26.592876,252.0352,79.76702,48.27397,69.8606,86.73644,12.207858,38.60921,489.4372,2.7749972,5.273498,192.52075,24.166052,8.725733,23.45685,24.213148,245.84814,80.77043,162.37375,1364.5828,113.56305,1750.0566,1658.3036,13.25742,13.845919,1772.0999,23.646587,21.313171,449.79745,43.408443,72.89005,31.25835,130.15889,271.5469,439.7435,5.8578954,48.546535,183.70062,382.61063,10.665083,93.44093,11.278674,1.5866495,58.8224,0.9988304,1.1050909,3.248216,11.261362,34.83213,19.55952,21.276344,583.42505,55.385303,32.14516,40.827957,14.810753,82.280914,12.343191,25.388674,11.458602,75.37663,25.173424,34.6323,45.184692,10.31586,47.430264,37.996952,1.2651126,67.49153,10.889851,223.62497,7.644703,306.68115,22.210413,990.8297,138.4456,3.3394356,10.647423,160.40666,202.15436,959.4309,856.25543 +2023-12-29 09:00:00,0.0,2603.439,48.720226,11.533563,50.001305,34.295124,276.35608,31.032288,55.73555,19.353214,30.72136,248.69298,130.4587,16.25915,67.06871,0.36895755,0.4168034,52.353733,14.670701,23.750832,672.79865,13.122353,838.5418,126.08687,13.323959,46.720783,427.23563,67.90757,800.1349,249.94304,2917.8315,29.596333,2824.6584,262.78723,16.094294,16.412312,73.83044,234.28873,286.94513,455.8085,42.01613,25.290773,10.758462,532.1802,198.50648,50.505665,7.6248674,544.6018,12.461098,591.4369,5.9071236,30.005585,0.0,745.2024,1787.5677,0.25166038,97.5982,14.582518,10181.411,25.72365,0.9616282,6.0616937,16.190565,7.0103564,2.0192513,8.934582,241.88664,56.794132,5.1792374,0.6410588,2.6232047,117.14776,1.1131722,138.71706,148.72783,1754.0305,231.68474,87.4312,151.54973,725.42377,36.008034,30.34481,630.40326,51.970226,73.37745,10.39397,19.46603,186.51299,11.044666,10.351593,51.315186,15.986844,3979.9436,18.125273,20.148186,15.718374,9.683124,261.64447,49.17869,23.487904,7.270018,6.624832,14.263495,55.865482,77.3776,30.979336,177.83604,18.423868,4.4785233,44.89505,26.974657,44.693443,112.1268,20.137846,1.7664315,20.526854,13.802088,1851.1826,19.384537,0.97829205,25.542236,11.542658,121.60572,86.35834,105.40724,7.404936,85.35816,342.35736,253.71956,26.586283,251.88,79.81962,48.265133,69.85609,86.81388,12.217251,38.62825,489.4234,2.7782338,5.279068,192.62839,24.166359,8.7246275,23.471664,24.222221,245.9637,80.80761,162.37589,1365.2661,113.36107,1749.3856,1658.0221,13.246835,13.826842,1771.5132,23.646467,21.282627,449.69644,43.363388,72.82732,31.225449,130.0102,271.47455,439.7016,5.8524594,48.510094,183.50179,382.5115,10.660346,93.408264,11.273018,1.5865192,58.831734,0.9986105,1.1047946,3.246181,11.25957,34.784565,19.553593,21.279839,583.8794,55.355846,32.126152,40.799397,14.804781,82.31754,12.343818,25.421143,11.452218,75.34232,25.150045,34.663113,45.200947,10.315222,47.47644,38.02278,1.2646003,67.45592,10.882881,223.60417,7.6415973,306.56863,22.212557,991.1776,138.36618,3.3367846,10.645605,160.33705,202.02945,959.1843,856.54736 +2023-12-29 10:00:00,0.0,2602.2107,48.68739,11.502202,49.95441,34.272503,276.27203,31.0137,55.690765,19.348846,30.688265,248.50436,130.50897,16.24743,66.902115,0.36902866,0.41735,52.334534,14.692034,23.768623,672.22577,13.119774,837.8971,126.07047,13.342674,46.74157,426.8952,67.9359,800.6759,250.00479,2915.8518,29.631165,2824.8416,263.05618,16.115316,16.431225,73.92281,234.26843,286.92432,456.30664,42.0,25.269161,10.75723,531.7504,198.7263,50.519352,7.6193566,544.7077,12.457856,591.507,5.906976,29.990417,0.0,745.1629,1786.9141,0.2516697,97.47887,14.578034,10176.622,25.723274,0.961899,6.05754,16.18065,7.0118723,2.0194478,8.928968,241.78648,56.76389,5.173232,0.64105487,2.6240544,117.1537,1.1120343,138.70236,148.54167,1753.5126,231.31805,87.41649,151.52779,726.1106,36.045826,30.368853,631.1324,52.01767,73.44552,10.390687,19.465614,186.5648,11.0372305,10.349969,51.318882,15.991425,3980.389,18.12394,20.145834,15.717483,9.681614,261.74802,49.19264,23.5,7.270841,6.622864,14.266175,55.86406,77.33016,30.98125,177.86989,18.421267,4.477677,44.887913,26.959583,44.645927,112.161,20.152166,1.7645833,20.549784,13.794542,1850.3727,19.40089,0.9758135,25.500694,11.540432,121.579315,86.37222,105.38722,7.410525,85.385414,342.20203,253.57684,26.579687,251.72482,79.87222,48.256298,69.85158,86.89133,12.226643,38.647293,489.40958,2.7814705,5.2846384,192.73602,24.166668,8.723522,23.486477,24.231295,246.07925,80.844795,162.37802,1365.9495,113.15909,1748.7147,1657.7407,13.23625,13.807765,1770.9265,23.646349,21.252083,449.5954,43.318336,72.76459,31.192547,129.86151,271.4022,439.65967,5.8470235,48.47365,183.30295,382.41238,10.655609,93.375595,11.267362,1.5863891,58.84107,0.9983906,1.1044984,3.2441463,11.257777,34.737,19.547665,21.283333,584.3337,55.32639,32.107143,40.770832,14.79881,82.354164,12.344445,25.453611,11.445833,75.308014,25.126665,34.693924,45.2172,10.314583,47.52262,38.04861,1.2640879,67.4203,10.875912,223.58337,7.6384916,306.45612,22.2147,991.5255,138.28676,3.3341336,10.643788,160.26746,201.90453,958.93774,856.83923 +2023-12-29 11:00:00,0.0,2600.9824,48.65455,11.470841,49.90752,34.24988,276.18796,30.995113,55.64598,19.34448,30.65517,248.31575,130.55925,16.23571,66.73552,0.36909977,0.41789663,52.315334,14.713366,23.786415,671.65295,13.117196,837.2523,126.054085,13.361388,46.762356,426.55478,67.964226,801.217,250.06654,2913.8723,29.665997,2825.0244,263.32516,16.13634,16.450138,74.01519,234.24814,286.90347,456.80475,41.98387,25.247547,10.755998,531.3206,198.94612,50.533043,7.6138453,544.81354,12.454614,591.57715,5.9068284,29.97525,0.0,745.1235,1786.2603,0.25167906,97.35954,14.573551,10171.832,25.7229,0.9621698,6.053386,16.170734,7.0133877,2.0196445,8.923355,241.68633,56.733646,5.167227,0.641051,2.6249042,117.159645,1.1108963,138.68768,148.35551,1752.9946,230.95135,87.40179,151.50583,726.7975,36.083614,30.392895,631.8616,52.06511,73.513596,10.387404,19.4652,186.61664,11.029795,10.348345,51.32258,15.996004,3980.8342,18.122606,20.14348,15.716591,9.680104,261.85153,49.206585,23.512096,7.271664,6.6208954,14.268856,55.862633,77.28272,30.983166,177.90373,18.418665,4.4768305,44.880775,26.94451,44.59841,112.1952,20.166485,1.7627352,20.572712,13.786997,1849.5629,19.417244,0.9733349,25.45915,11.538205,121.55291,86.386116,105.3672,7.416114,85.41267,342.0467,253.43411,26.573093,251.56963,79.92482,48.24746,69.84706,86.968765,12.236034,38.666336,489.39575,2.784707,5.290209,192.84366,24.166975,8.722417,23.50129,24.240368,246.19481,80.88197,162.38016,1366.6328,112.95711,1748.0437,1657.4592,13.225665,13.788689,1770.3398,23.64623,21.221539,449.4944,43.27328,72.70185,31.159643,129.71283,271.3298,439.61777,5.8415875,48.43721,183.10411,382.31326,10.650872,93.342926,11.261705,1.5862588,58.850403,0.9981707,1.1042022,3.2421114,11.255985,34.689434,19.541737,21.286827,584.788,55.296932,32.088135,40.74227,14.792838,82.39079,12.345073,25.48608,11.439449,75.273705,25.103287,34.72474,45.233456,10.313945,47.568798,38.074436,1.2635754,67.38469,10.868943,223.56258,7.635386,306.3436,22.216845,991.8734,138.20734,3.3314826,10.641971,160.19786,201.7796,958.69116,857.1311 +2023-12-29 12:00:00,0.0,2599.754,48.621708,11.439481,49.860626,34.22726,276.10388,30.976524,55.6012,19.340115,30.622078,248.12714,130.60951,16.223991,66.56893,0.36917087,0.41844323,52.296135,14.734698,23.804207,671.0801,13.114618,836.6076,126.0377,13.380102,46.78314,426.2144,67.99255,801.75806,250.1283,2911.8928,29.700829,2825.2073,263.59412,16.157364,16.469051,74.107574,234.22784,286.88266,457.30286,41.967743,25.225935,10.754765,530.8908,199.16595,50.54673,7.6083345,544.91943,12.451371,591.6472,5.906681,29.960081,0.0,745.08405,1785.6066,0.2516884,97.24022,14.569068,10167.043,25.722525,0.96244067,6.049232,16.160822,7.014903,2.019841,8.917742,241.58617,56.703403,5.161222,0.6410471,2.6257536,117.16559,1.1097584,138.67299,148.16936,1752.4767,230.58467,87.387085,151.48387,727.4844,36.121407,30.416935,632.5907,52.112553,73.581665,10.384122,19.464783,186.66846,11.022359,10.34672,51.326275,16.000584,3981.2795,18.121273,20.141129,15.715699,9.678595,261.95505,49.22053,23.524193,7.2724867,6.618927,14.271536,55.86121,77.23528,30.98508,177.93758,18.416065,4.475984,44.873634,26.929436,44.550896,112.2294,20.180805,1.760887,20.595642,13.779451,1848.7529,19.433598,0.97085637,25.417606,11.535979,121.526505,86.4,105.34718,7.4217024,85.43992,341.89136,253.2914,26.5665,251.41443,79.97742,48.238625,69.842545,87.0462,12.245426,38.685375,489.38196,2.7879438,5.295779,192.95131,24.167282,8.7213125,23.516104,24.249441,246.31036,80.91915,162.3823,1367.3159,112.75513,1747.3728,1657.1777,13.21508,13.769611,1769.7533,23.646112,21.190994,449.39337,43.228226,72.639114,31.126741,129.56413,271.25745,439.57587,5.8361516,48.40077,182.90527,382.21417,10.646135,93.31025,11.256048,1.5861285,58.859737,0.9979508,1.1039059,3.2400765,11.254193,34.641872,19.535809,21.290323,585.2424,55.26747,32.069126,40.71371,14.786867,82.42742,12.345699,25.518549,11.433064,75.239395,25.079906,34.75555,45.24971,10.313306,47.61498,38.100266,1.2630631,67.34908,10.861974,223.54178,7.6322803,306.23108,22.218987,992.2213,138.12791,3.3288317,10.640153,160.12825,201.65468,958.44464,857.42303 +2023-12-29 13:00:00,0.0,2598.5256,48.58887,11.40812,49.813732,34.20464,276.01984,30.957937,55.556416,19.335747,30.588984,247.93852,130.65979,16.212273,66.402336,0.369242,0.41898984,52.276936,14.75603,23.822,670.5072,13.11204,835.9628,126.0213,13.398817,46.803925,425.87396,68.02088,802.29913,250.19005,2909.9133,29.735662,2825.3901,263.8631,16.178387,16.487965,74.19995,234.20755,286.86185,457.801,41.951614,25.204323,10.753532,530.46106,199.38577,50.56042,7.6028237,545.02527,12.44813,591.71735,5.9065337,29.944914,0.0,745.0446,1784.9529,0.25169775,97.120895,14.564584,10162.254,25.722149,0.9627115,6.0450783,16.150906,7.016419,2.0200374,8.912129,241.48601,56.673164,5.1552167,0.64104325,2.6266034,117.17153,1.1086205,138.6583,147.9832,1751.9587,230.21799,87.372375,151.46193,728.17126,36.159195,30.440977,633.3198,52.159996,73.64974,10.380839,19.464367,186.72028,11.014922,10.345096,51.329975,16.005165,3981.7249,18.11994,20.138777,15.7148075,9.677084,262.0586,49.234478,23.536291,7.2733097,6.616958,14.274217,55.859787,77.18784,30.986996,177.9714,18.413464,4.4751377,44.866497,26.914362,44.50338,112.263596,20.195126,1.7590389,20.618572,13.771906,1847.9431,19.449951,0.9683778,25.376062,11.533753,121.5001,86.413895,105.32716,7.4272914,85.46717,341.73602,253.14868,26.559906,251.25923,80.030014,48.229786,69.838036,87.12364,12.254819,38.70442,489.36813,2.7911804,5.3013496,193.05894,24.16759,8.720207,23.530916,24.258514,246.42592,80.95634,162.38443,1367.9993,112.55315,1746.7018,1656.8964,13.204495,13.750535,1769.1666,23.645994,21.16045,449.29236,43.183174,72.57638,31.09384,129.41545,271.1851,439.53394,5.830716,48.364326,182.70644,382.11505,10.641398,93.27758,11.250392,1.5859982,58.869072,0.9977309,1.1036097,3.2380416,11.252401,34.594307,19.52988,21.293818,585.6967,55.238014,32.050117,40.685146,14.780895,82.46404,12.346327,25.551018,11.426681,75.205086,25.056526,34.786366,45.265965,10.312668,47.661156,38.126095,1.2625507,67.31347,10.855004,223.52097,7.6291747,306.11856,22.22113,992.5692,138.0485,3.326181,10.638336,160.05865,201.52975,958.19806,857.7149 +2023-12-29 14:00:00,0.0,2597.2974,48.55603,11.3767605,49.76684,34.18202,275.93576,30.93935,55.51163,19.33138,30.55589,247.74991,130.71005,16.200554,66.23574,0.36931312,0.41953644,52.257736,14.777363,23.839792,669.9344,13.109462,835.3181,126.00491,13.417531,46.82471,425.53354,68.04921,802.8402,250.2518,2907.9336,29.770494,2825.573,264.13205,16.19941,16.506878,74.29233,234.18724,286.841,458.2991,41.935482,25.182709,10.752299,530.03125,199.60559,50.57411,7.5973125,545.13116,12.444887,591.7874,5.9063864,29.929747,0.0,745.0052,1784.2991,0.25170708,97.001564,14.560101,10157.465,25.721773,0.9629823,6.0409245,16.140993,7.0179343,2.0202339,8.906516,241.38586,56.64292,5.1492114,0.6410394,2.627453,117.177475,1.1074826,138.64362,147.79704,1751.4408,229.85129,87.35767,151.43997,728.8581,36.196987,30.46502,634.049,52.207436,73.71781,10.377557,19.463953,186.7721,11.007486,10.343472,51.33367,16.009745,3982.1702,18.118607,20.136425,15.713916,9.675574,262.1621,49.24843,23.548388,7.2741323,6.6149898,14.276896,55.85836,77.1404,30.98891,178.00525,18.410862,4.4742913,44.85936,26.899286,44.455868,112.2978,20.209446,1.7571908,20.641502,13.764361,1847.1332,19.466307,0.9658992,25.33452,11.5315275,121.473694,86.42778,105.30714,7.4328804,85.49442,341.5807,253.00595,26.553312,251.10405,80.08261,48.22095,69.83352,87.20108,12.264211,38.72346,489.3543,2.7944171,5.30692,193.16658,24.167896,8.719102,23.545729,24.267588,246.54147,80.993515,162.38657,1368.6826,112.35117,1746.0309,1656.6149,13.193912,13.731458,1768.58,23.645874,21.129906,449.19135,43.13812,72.51364,31.060938,129.26675,271.11273,439.49203,5.82528,48.327885,182.5076,382.01593,10.636662,93.24491,11.244736,1.585868,58.878407,0.99751097,1.1033134,3.2360067,11.250609,34.54674,19.52395,21.297312,586.15106,55.208557,32.031105,40.656586,14.774923,82.50067,12.346954,25.583487,11.420296,75.17077,25.033148,34.817177,45.28222,10.312029,47.707336,38.151924,1.2620382,67.277855,10.848035,223.50017,7.626069,306.00604,22.223274,992.9171,137.96907,3.32353,10.6365185,159.98904,201.40483,957.9515,858.0068 +2023-12-29 15:00:00,0.0,2596.069,48.523193,11.3454,49.719948,34.159397,275.8517,30.920761,55.46685,19.327013,30.522795,247.5613,130.76033,16.188833,66.069145,0.36938423,0.42008308,52.238537,14.798695,23.857584,669.3615,13.106884,834.67334,125.988525,13.436246,46.845497,425.1931,68.077545,803.3813,250.31355,2905.954,29.805326,2825.756,264.40103,16.220432,16.525791,74.384705,234.16695,286.8202,458.7972,41.919353,25.161097,10.751067,529.60144,199.82542,50.5878,7.5918016,545.237,12.441645,591.85754,5.906239,29.91458,0.0,744.9657,1783.6454,0.2517164,96.88224,14.555617,10152.675,25.721397,0.96325314,6.0367703,16.131077,7.01945,2.0204303,8.900903,241.2857,56.61268,5.143206,0.6410355,2.6283026,117.18342,1.1063446,138.62892,147.61089,1750.9229,229.4846,87.34297,151.41801,729.545,36.234776,30.489061,634.77814,52.25488,73.78589,10.374273,19.463535,186.82391,11.000051,10.341847,51.337368,16.014324,3982.6155,18.117273,20.134073,15.713024,9.674065,262.26562,49.262375,23.560484,7.2749553,6.6130214,14.279577,55.856937,77.092964,30.990828,178.0391,18.408262,4.473445,44.85222,26.884212,44.40835,112.33199,20.223764,1.7553427,20.664433,13.756816,1846.3234,19.48266,0.9634207,25.292976,11.529301,121.44729,86.44167,105.28712,7.4384694,85.52167,341.42535,252.86324,26.546719,250.94885,80.135216,48.212112,69.829,87.27853,12.2736025,38.742504,489.3405,2.7976537,5.3124905,193.27422,24.168203,8.717997,23.560543,24.27666,246.65704,81.0307,162.3887,1369.3658,112.14919,1745.36,1656.3335,13.183327,13.71238,1767.9933,23.645756,21.099361,449.0903,43.093067,72.450905,31.028036,129.11807,271.04037,439.45013,5.8198442,48.291447,182.30876,381.9168,10.631925,93.21224,11.239079,1.5857377,58.88774,0.9972911,1.1030172,3.2339718,11.248817,34.499176,19.518023,21.300806,586.6054,55.1791,32.012096,40.628025,14.768952,82.5373,12.347582,25.615955,11.413912,75.13646,25.009768,34.847992,45.298473,10.311391,47.753513,38.177753,1.2615259,67.24224,10.841065,223.47937,7.6229634,305.89352,22.225418,993.265,137.88965,3.320879,10.634701,159.91945,201.27992,957.7049,858.2987 +2023-12-29 16:00:00,0.0,2594.8408,48.490353,11.314039,49.673054,34.136776,275.76764,30.902174,55.422066,19.322647,30.489702,247.37268,130.81061,16.177114,65.90256,0.36945534,0.42062968,52.219337,14.820027,23.875376,668.7887,13.104305,834.0286,125.97213,13.45496,46.86628,424.8527,68.10587,803.92236,250.37529,2903.9746,29.840158,2825.939,264.66998,16.241455,16.544704,74.47708,234.14665,286.79938,459.29535,41.903225,25.139484,10.749834,529.17163,200.04524,50.60149,7.5862904,545.3429,12.438403,591.9276,5.9060917,29.89941,0.0,744.9263,1782.9917,0.25172576,96.76292,14.551134,10147.886,25.721022,0.963524,6.0326166,16.121162,7.0209656,2.0206268,8.895289,241.18555,56.582436,5.137201,0.6410316,2.6291523,117.18936,1.1052067,138.61423,147.42473,1750.4049,229.11792,87.32826,151.39606,730.2319,36.272568,30.513102,635.50726,52.30232,73.85396,10.370991,19.463121,186.87575,10.992615,10.340223,51.34107,16.018904,3983.061,18.115938,20.13172,15.712132,9.672555,262.36917,49.27632,23.57258,7.2757783,6.611053,14.282257,55.855515,77.045525,30.992743,178.07294,18.40566,4.4725986,44.84508,26.869139,44.360836,112.366196,20.238085,1.7534946,20.68736,13.74927,1845.5134,19.499014,0.96094215,25.251432,11.527075,121.42088,86.45556,105.2671,7.4440584,85.54892,341.27002,252.72052,26.540125,250.79366,80.18781,48.203278,69.82449,87.355965,12.282994,38.761543,489.3267,2.8008904,5.3180604,193.38187,24.16851,8.716891,23.575356,24.285734,246.7726,81.06788,162.39085,1370.0492,111.94721,1744.689,1656.052,13.172742,13.693304,1767.4066,23.645638,21.068817,448.9893,43.04801,72.388176,30.995134,128.96938,270.96802,439.40823,5.8144083,48.255005,182.10992,381.81772,10.627188,93.179565,11.233423,1.5856074,58.897076,0.9970712,1.102721,3.231937,11.247025,34.451614,19.512094,21.3043,587.05975,55.149643,31.993088,40.59946,14.76298,82.57392,12.348208,25.648424,11.407527,75.10215,24.98639,34.878803,45.31473,10.310752,47.799694,38.203583,1.2610135,67.20663,10.834096,223.45857,7.619858,305.78104,22.227562,993.6129,137.81023,3.318228,10.632884,159.84985,201.155,957.4583,858.5906 +2023-12-29 17:00:00,0.0,2593.6125,48.45751,11.282679,49.626163,34.114155,275.6836,30.883587,55.37728,19.31828,30.456608,247.18407,130.86087,16.165396,65.73596,0.36952645,0.42117628,52.20014,14.841359,23.893167,668.2158,13.1017275,833.38385,125.95574,13.473675,46.887066,424.5123,68.1342,804.46344,250.43704,2901.995,29.87499,2826.1218,264.93896,16.26248,16.563618,74.56946,234.12636,286.77853,459.79346,41.887096,25.11787,10.748602,528.7419,200.26506,50.615177,7.5807796,545.4487,12.435161,591.99774,5.9059443,29.884243,0.0,744.88684,1782.3379,0.2517351,96.643585,14.546651,10143.097,25.720648,0.96379477,6.028463,16.111248,7.022481,2.0208232,8.889676,241.08539,56.552197,5.1311955,0.64102775,2.630002,117.195305,1.1040688,138.59955,147.23857,1749.887,228.75122,87.31356,151.37411,730.91876,36.310356,30.537144,636.23645,52.349762,73.922035,10.367708,19.462706,186.92757,10.985178,10.338598,51.344765,16.023485,3983.5063,18.114605,20.129368,15.711241,9.671044,262.4727,49.290268,23.584677,7.276601,6.6090846,14.284938,55.854088,76.998085,30.994658,178.10677,18.403059,4.471752,44.837944,26.854065,44.31332,112.40039,20.252405,1.7516465,20.71029,13.741725,1844.7036,19.515368,0.95846355,25.20989,11.524849,121.39448,86.46945,105.24708,7.449647,85.57617,341.1147,252.57779,26.533531,250.63846,80.24041,48.19444,69.81998,87.4334,12.292387,38.780586,489.3129,2.804127,5.323631,193.4895,24.168818,8.715786,23.590168,24.294807,246.88815,81.10506,162.39299,1370.7324,111.74523,1744.0181,1655.7706,13.162157,13.674227,1766.8201,23.64552,21.038273,448.88828,43.002956,72.32544,30.962233,128.8207,270.89566,439.3663,5.8089724,48.218563,181.91109,381.7186,10.622451,93.1469,11.227767,1.5854772,58.90641,0.9968513,1.1024246,3.229902,11.245233,34.40405,19.506166,21.307796,587.5141,55.120182,31.97408,40.5709,14.757009,82.61055,12.348836,25.680893,11.401143,75.06784,24.963009,34.90962,45.330986,10.310114,47.84587,38.229412,1.260501,67.17101,10.8271265,223.43777,7.616752,305.66852,22.229704,993.9608,137.7308,3.315577,10.631066,159.78024,201.03008,957.21173,858.88245 +2023-12-29 18:00:00,0.0,2592.3843,48.424675,11.251319,49.57927,34.091534,275.59952,30.864998,55.3325,19.313913,30.423513,246.99545,130.91115,16.153675,65.56937,0.36959755,0.42172292,52.180943,14.862692,23.91096,667.643,13.09915,832.7391,125.939354,13.492389,46.907852,424.17188,68.16253,805.00446,250.4988,2900.0156,29.909822,2826.3047,265.20792,16.283503,16.582531,74.66184,234.10606,286.75772,460.29156,41.870968,25.096258,10.74737,528.3121,200.48488,50.62887,7.5752687,545.55457,12.431918,592.0679,5.905797,29.869076,0.0,744.8474,1781.6842,0.25174445,96.52426,14.542168,10138.308,25.720272,0.9640656,6.024309,16.101334,7.023997,2.02102,8.884063,240.98523,56.521954,5.1251907,0.6410239,2.6308515,117.20125,1.1029308,138.58485,147.05241,1749.369,228.38454,87.29886,151.35216,731.6056,36.34815,30.561186,636.9656,52.3972,73.990105,10.364426,19.46229,186.97939,10.977742,10.336974,51.34846,16.028065,3983.9517,18.113272,20.127016,15.710349,9.669535,262.57623,49.304214,23.596775,7.277424,6.6071157,14.287618,55.852665,76.950645,30.996572,178.14061,18.400457,4.470906,44.830803,26.838991,44.26581,112.43459,20.266726,1.7497984,20.733221,13.7341795,1843.8938,19.531721,0.955985,25.168346,11.522623,121.36807,86.48334,105.22706,7.455236,85.603424,340.95935,252.43507,26.526937,250.48328,80.29301,48.185604,69.81546,87.51084,12.301779,38.79963,489.29907,2.8073637,5.329201,193.59714,24.169125,8.714681,23.604982,24.30388,247.00371,81.14224,162.39513,1371.4158,111.54325,1743.347,1655.4891,13.151572,13.65515,1766.2334,23.6454,21.007729,448.78726,42.957905,72.2627,30.92933,128.67201,270.8233,439.3244,5.8035364,48.18212,181.71225,381.61948,10.617714,93.11423,11.222111,1.5853469,58.915745,0.9966314,1.1021284,3.2278674,11.243441,34.356483,19.500238,21.31129,587.9684,55.090725,31.955069,40.54234,14.751038,82.64718,12.349463,25.71336,11.394758,75.03353,24.93963,34.94043,45.34724,10.309476,47.89205,38.25524,1.2599887,67.1354,10.820157,223.41696,7.6136465,305.556,22.231848,994.3087,137.65138,3.312926,10.629249,159.71065,200.90515,956.9652,859.1744 +2023-12-29 19:00:00,0.0,2591.1558,48.391834,11.219958,49.532375,34.068913,275.51547,30.84641,55.287716,19.309546,30.390419,246.80685,130.96141,16.141956,65.40278,0.36966866,0.42226952,52.161743,14.884024,23.928753,667.0701,13.096571,832.09436,125.922966,13.511103,46.928635,423.83145,68.19086,805.54553,250.56055,2898.036,29.944656,2826.4875,265.4769,16.304525,16.601444,74.75422,234.08575,286.7369,460.7897,41.85484,25.074646,10.746137,527.88226,200.70471,50.642555,7.5697575,545.66046,12.428677,592.13794,5.9056497,29.853909,0.0,744.808,1781.0305,0.25175378,96.40494,14.537684,10133.519,25.719896,0.96433645,6.020155,16.09142,7.025512,2.0212164,8.87845,240.88507,56.49171,5.1191854,0.64102,2.6317012,117.20719,1.1017929,138.57018,146.86626,1748.8511,228.01785,87.28416,151.3302,732.2925,36.385937,30.585226,637.6947,52.444645,74.05818,10.361143,19.461874,187.0312,10.970306,10.33535,51.352158,16.032644,3984.397,18.111938,20.124664,15.709457,9.668025,262.67975,49.31816,23.608871,7.278247,6.6051474,14.290298,55.85124,76.903206,30.998487,178.17445,18.397858,4.47006,44.823666,26.823917,44.218292,112.46879,20.281044,1.7479502,20.756151,13.726635,1843.0839,19.548075,0.95350647,25.126802,11.520397,121.34167,86.49722,105.20704,7.460825,85.63068,340.804,252.29236,26.520342,250.32808,80.345604,48.17677,69.81095,87.58828,12.311171,38.818672,489.28525,2.8106003,5.3347716,193.70477,24.169432,8.713575,23.619795,24.312954,247.11926,81.17942,162.39726,1372.099,111.34127,1742.6761,1655.2078,13.140987,13.636073,1765.6467,23.64528,20.977184,448.68625,42.91285,72.19997,30.89643,128.52332,270.75092,439.2825,5.798101,48.14568,181.51341,381.52036,10.612977,93.08156,11.2164545,1.5852166,58.92508,0.9964115,1.1018322,3.2258325,11.241649,34.308918,19.49431,21.314785,588.4227,55.061268,31.93606,40.51378,14.745066,82.68381,12.35009,25.745829,11.388373,74.99922,24.91625,34.97124,45.363495,10.308837,47.938232,38.281067,1.2594763,67.099785,10.813188,223.39616,7.610541,305.44348,22.233992,994.6566,137.57196,3.3102753,10.627432,159.64104,200.78023,956.7186,859.46625 +2023-12-29 20:00:00,0.0,2589.9275,48.358994,11.188598,49.485485,34.04629,275.4314,30.827824,55.24293,19.30518,30.357327,246.61824,131.01169,16.130238,65.23618,0.36973977,0.42281613,52.142544,14.905356,23.946545,666.49725,13.093993,831.4496,125.90657,13.529818,46.94942,423.49103,68.219185,806.0866,250.6223,2896.0564,29.979488,2826.6707,265.74585,16.325548,16.620358,74.846596,234.06546,286.7161,461.2878,41.83871,25.053032,10.7449045,527.4525,200.92453,50.656246,7.5642467,545.76636,12.425434,592.20807,5.9055023,29.83874,0.0,744.76855,1780.3767,0.25176314,96.28561,14.5332,10128.729,25.71952,0.9646073,6.016001,16.081505,7.027028,2.0214128,8.872837,240.78491,56.46147,5.11318,0.64101607,2.6325507,117.213135,1.100655,138.55548,146.68011,1748.3331,227.65115,87.269455,151.30824,732.9794,36.42373,30.609268,638.4239,52.49209,74.12625,10.357861,19.461458,187.08302,10.96287,10.333726,51.355858,16.037224,3984.8423,18.110605,20.122313,15.708566,9.666514,262.78326,49.33211,23.620968,7.2790694,6.603179,14.292978,55.849815,76.85577,31.000404,178.2083,18.395256,4.4692135,44.81653,26.808844,44.170776,112.50299,20.295364,1.7461021,20.779081,13.7190895,1842.274,19.564428,0.95102787,25.085258,11.51817,121.315254,86.511116,105.18702,7.466414,85.65793,340.64865,252.14963,26.513748,250.17288,80.39821,48.16793,69.806435,87.66572,12.320562,38.83771,489.27145,2.813837,5.340342,193.81241,24.169739,8.71247,23.634607,24.322027,247.23482,81.2166,162.3994,1372.7823,111.13929,1742.0051,1654.9263,13.1304035,13.616997,1765.06,23.645163,20.94664,448.5852,42.867798,72.13723,30.863527,128.37463,270.67856,439.24057,5.792665,48.109238,181.31458,381.42123,10.60824,93.04888,11.210798,1.5850863,58.934414,0.9961916,1.1015359,3.2237976,11.239857,34.261356,19.488382,21.31828,588.8771,55.03181,31.917051,40.485214,14.739094,82.72043,12.350718,25.778297,11.3819895,74.96491,24.892872,35.002056,45.37975,10.308199,47.98441,38.306896,1.2589638,67.06417,10.806218,223.37537,7.607435,305.33096,22.236135,995.0045,137.49254,3.3076243,10.625614,159.57144,200.6553,956.47205,859.7581 +2023-12-29 21:00:00,0.0,2588.6992,48.326157,11.157237,49.43859,34.02367,275.34732,30.809235,55.19815,19.300812,30.324232,246.42963,131.06197,16.118517,65.06959,0.36981088,0.42336273,52.123344,14.926688,23.964336,665.92444,13.091415,830.8049,125.89018,13.548532,46.970207,423.15063,68.24752,806.6277,250.68405,2894.077,30.01432,2826.8535,266.01483,16.346571,16.63927,74.93897,234.04517,286.69525,461.78595,41.822582,25.03142,10.743671,527.0227,201.14435,50.669933,7.5587354,545.8722,12.422193,592.27814,5.9053545,29.823572,0.0,744.7291,1779.723,0.25177246,96.16628,14.528717,10123.939,25.719145,0.9648781,6.0118475,16.071589,7.0285435,2.0216093,8.867224,240.68475,56.43123,5.107175,0.6410122,2.6334004,117.21908,1.099517,138.54079,146.49396,1747.8152,227.28447,87.254745,151.2863,733.66626,36.461517,30.63331,639.153,52.539528,74.19433,10.354578,19.461042,187.13486,10.955434,10.332102,51.359554,16.041805,3985.2876,18.109272,20.119959,15.707674,9.665005,262.8868,49.346058,23.633064,7.2798924,6.6012106,14.295658,55.848392,76.80833,31.00232,178.24213,18.392654,4.468367,44.809387,26.79377,44.12326,112.537186,20.309685,1.744254,20.802011,13.711544,1841.4641,19.580782,0.94854933,25.043716,11.5159445,121.28885,86.525,105.167,7.472003,85.68518,340.49332,252.00691,26.507154,250.01768,80.450806,48.159096,69.80192,87.743164,12.329955,38.856754,489.25763,2.8170736,5.3459125,193.92006,24.170046,8.711366,23.64942,24.3311,247.35037,81.253784,162.40154,1373.4656,110.93732,1741.3342,1654.6449,13.119819,13.597919,1764.4735,23.645044,20.916096,448.4842,42.822742,72.07449,30.830626,128.22594,270.6062,439.19867,5.787229,48.072796,181.11574,381.32214,10.603503,93.01621,11.205141,1.5849562,58.94375,0.9959717,1.1012397,3.2217627,11.238065,34.21379,19.482454,21.321774,589.3314,55.002354,31.898043,40.456654,14.733123,82.75706,12.351345,25.810766,11.375605,74.9306,24.869492,35.032867,45.396004,10.30756,48.03059,38.332726,1.2584515,67.028564,10.799249,223.35457,7.6043296,305.21844,22.238277,995.3524,137.41312,3.3049734,10.623796,159.50183,200.5304,956.22546,860.05005 +2023-12-29 22:00:00,0.0,2587.471,48.293316,11.125877,49.391697,34.001053,275.26328,30.790648,55.153366,19.296446,30.291138,246.24101,131.11223,16.106798,64.90299,0.369882,0.42390937,52.104145,14.948021,23.982128,665.35156,13.088837,830.1601,125.873795,13.567246,46.99099,422.8102,68.27585,807.16876,250.7458,2892.0974,30.049152,2827.0364,266.28378,16.367594,16.658184,75.03135,234.02487,286.67444,462.28406,41.80645,25.009808,10.742439,526.5929,201.36418,50.683624,7.5532246,545.9781,12.41895,592.34827,5.905207,29.808405,0.0,744.6897,1779.0693,0.2517818,96.04696,14.524234,10119.15,25.71877,0.9651489,6.0076933,16.061676,7.030059,2.0218058,8.86161,240.5846,56.400986,5.1011696,0.6410083,2.6342502,117.22502,1.0983791,138.52611,146.3078,1747.2972,226.91779,87.24004,151.26434,734.3531,36.49931,30.657352,639.88214,52.58697,74.2624,10.351295,19.460627,187.18668,10.947998,10.330477,51.36325,16.046385,3985.733,18.107939,20.117607,15.706782,9.663495,262.99033,49.360004,23.64516,7.280715,6.599242,14.298339,55.846966,76.76088,31.004234,178.27597,18.390055,4.4675207,44.80225,26.778696,44.07575,112.57139,20.324005,1.7424059,20.82494,13.703999,1840.6543,19.597136,0.9460708,25.002172,11.513719,121.26244,86.538895,105.14698,7.4775915,85.71243,340.33798,251.8642,26.50056,249.8625,80.5034,48.150257,69.79741,87.8206,12.339347,38.875797,489.24384,2.8203104,5.351483,194.0277,24.170353,8.71026,23.664234,24.340174,247.46593,81.29096,162.40367,1374.1488,110.73534,1740.6632,1654.3634,13.109234,13.578843,1763.8868,23.644926,20.885551,448.38318,42.77769,72.011765,30.797724,128.07726,270.53384,439.15677,5.781793,48.036354,180.91689,381.22302,10.598766,92.98354,11.199485,1.5848259,58.953083,0.9957518,1.1009434,3.2197278,11.236272,34.166225,19.476526,21.32527,589.78577,54.972893,31.879032,40.428093,14.727151,82.793686,12.351973,25.843235,11.369221,74.896286,24.846111,35.063683,45.41226,10.306922,48.076767,38.358555,1.2579391,66.99295,10.792279,223.33377,7.601224,305.10593,22.240421,995.7003,137.3337,3.3023224,10.62198,159.43224,200.40547,955.9789,860.3419 +2023-12-29 23:00:00,0.0,2586.2427,48.26048,11.094517,49.344807,33.97843,275.1792,30.77206,55.10858,19.292078,30.258043,246.0524,131.1625,16.09508,64.736404,0.3699531,0.42445597,52.084946,14.969353,23.99992,664.77875,13.086259,829.5154,125.8574,13.58596,47.011776,422.4698,68.30418,807.70984,250.80756,2890.118,30.083984,2827.2192,266.55276,16.388618,16.677097,75.123726,234.00458,286.65363,462.78217,41.79032,24.988194,10.741206,526.16315,201.584,50.69731,7.5477138,546.084,12.415708,592.41833,5.90506,29.793238,0.0,744.65027,1778.4155,0.25179115,95.92763,14.519751,10114.361,25.718395,0.96541977,6.0035396,16.05176,7.0315747,2.0220022,8.855997,240.48444,56.370743,5.0951643,0.64100444,2.6350996,117.23097,1.0972412,138.51141,146.12164,1746.7793,226.55109,87.22534,151.24239,735.04,36.537098,30.681393,640.6113,52.63441,74.330475,10.348013,19.46021,187.2385,10.940562,10.328853,51.36695,16.050964,3986.1782,18.106606,20.115255,15.705891,9.661985,263.09384,49.37395,23.657259,7.281538,6.5972733,14.301019,55.845543,76.71344,31.00615,178.30981,18.387453,4.4666743,44.795113,26.763622,44.028233,112.60558,20.338324,1.7405578,20.84787,13.696453,1839.8444,19.613491,0.94359225,24.960629,11.511493,121.23604,86.55278,105.12696,7.4831805,85.739685,340.18265,251.72147,26.493967,249.7073,80.556,48.141422,69.79289,87.89804,12.348739,38.894836,489.23,2.823547,5.357053,194.13533,24.17066,8.709155,23.679047,24.349247,247.58148,81.32814,162.4058,1374.8322,110.533356,1739.9923,1654.082,13.098649,13.559766,1763.3002,23.644806,20.855007,448.28217,42.732635,71.94903,30.764822,127.928566,270.4615,439.11487,5.776357,47.999912,180.71805,381.1239,10.594029,92.950874,11.193829,1.5846956,58.962418,0.9955319,1.1006472,3.2176929,11.23448,34.11866,19.470596,21.328764,590.2401,54.943436,31.860023,40.39953,14.721179,82.83031,12.352599,25.875704,11.362836,74.86198,24.822733,35.094494,45.428513,10.306283,48.122948,38.384384,1.2574266,66.95734,10.785311,223.31296,7.5981183,304.9934,22.242565,996.0482,137.25427,3.2996714,10.620162,159.36264,200.28055,955.7323,860.6338 +2023-12-30 00:00:00,0.0,2585.0144,48.22764,11.063156,49.297913,33.95581,275.09515,30.753473,55.0638,19.287712,30.22495,245.86378,131.21277,16.08336,64.56981,0.3700242,0.42500257,52.065746,14.990685,24.017712,664.2059,13.083681,828.8706,125.84101,13.604675,47.032562,422.12936,68.332504,808.2509,250.8693,2888.1382,30.118816,2827.402,266.82172,16.409641,16.69601,75.21611,233.98427,286.63278,463.2803,41.774193,24.966581,10.739974,525.73334,201.80382,50.711002,7.5422025,546.1898,12.412466,592.48846,5.9049125,29.778069,0.0,744.61084,1777.7618,0.25180048,95.808304,14.515267,10109.572,25.71802,0.96569055,5.999386,16.041847,7.03309,2.0221987,8.850385,240.38428,56.340504,5.0891595,0.64100057,2.6359494,117.236916,1.0961032,138.49672,145.93549,1746.2614,226.1844,87.21063,151.22043,735.72687,36.57489,30.705435,641.34045,52.681854,74.398544,10.34473,19.459795,187.29031,10.9331255,10.327229,51.370647,16.055544,3986.6238,18.105272,20.112904,15.704999,9.660475,263.1974,49.387897,23.669355,7.282361,6.595305,14.3036995,55.84412,76.666,31.008064,178.34366,18.384851,4.465828,44.78797,26.748549,43.980717,112.639786,20.352644,1.7387097,20.8708,13.688909,1839.0345,19.629845,0.94111365,24.919085,11.509267,121.20963,86.56667,105.10694,7.4887695,85.76693,340.0273,251.57875,26.487373,249.55211,80.6086,48.132584,69.788376,87.97548,12.35813,38.91388,489.2162,2.8267837,5.362623,194.24297,24.170969,8.70805,23.69386,24.35832,247.69704,81.365326,162.40794,1375.5154,110.331375,1739.3213,1653.8005,13.088064,13.540689,1762.7135,23.644688,20.824463,448.18115,42.68758,71.88629,30.73192,127.77988,270.38913,439.07294,5.770921,47.963474,180.51921,381.02478,10.589293,92.9182,11.188172,1.5845654,58.971752,0.995312,1.100351,3.215658,11.232688,34.0711,19.464668,21.332258,590.69446,54.91398,31.841015,40.370968,14.715208,82.866936,12.353227,25.908173,11.356452,74.82767,24.799353,35.12531,45.444767,10.305645,48.169125,38.410213,1.2569143,66.92172,10.778341,223.29216,7.5950127,304.8809,22.244709,996.3961,137.17485,3.2970207,10.618344,159.29303,200.15562,955.4858,860.9257 +2023-12-30 01:00:00,0.0,2583.7861,48.194798,11.0317955,49.25102,33.93319,275.01108,30.734884,55.019016,19.283346,30.191856,245.67517,131.26305,16.07164,64.40321,0.3700953,0.4255492,52.046547,15.012017,24.035505,663.63306,13.081102,828.2258,125.82462,13.623389,47.053345,421.78894,68.36083,808.792,250.93105,2886.1587,30.15365,2827.5852,267.0907,16.430664,16.714924,75.30849,233.96397,286.61197,463.7784,41.758064,24.94497,10.738741,525.3035,202.02364,50.72469,7.5366917,546.29565,12.409224,592.55853,5.904765,29.762901,0.0,744.5714,1777.1082,0.25180984,95.68898,14.510784,10104.782,25.717644,0.9659614,5.995232,16.03193,7.034606,2.0223951,8.844771,240.28412,56.31026,5.083154,0.6409967,2.636799,117.24286,1.0949653,138.48204,145.74933,1745.7434,225.81772,87.19593,151.19849,736.41376,36.61268,30.729477,642.06964,52.729294,74.46662,10.341448,19.45938,187.34213,10.92569,10.325604,51.374344,16.060125,3987.069,18.103937,20.110552,15.704107,9.658965,263.3009,49.401844,23.681452,7.2831836,6.5933366,14.306379,55.842693,76.61856,31.00998,178.37749,18.38225,4.4649816,44.780834,26.733475,43.9332,112.67398,20.366964,1.7368616,20.89373,13.681363,1838.2246,19.646198,0.9386351,24.877542,11.50704,121.18323,86.58056,105.08692,7.4943585,85.79418,339.87198,251.43604,26.48078,249.39691,80.6612,48.12375,69.78387,88.05292,12.367523,38.932922,489.2024,2.8300202,5.3681936,194.35062,24.171276,8.706944,23.708673,24.367393,247.81259,81.402504,162.4101,1376.1987,110.129395,1738.6504,1653.5192,13.077479,13.521612,1762.1268,23.64457,20.793919,448.0801,42.64253,71.823555,30.699018,127.631195,270.31677,439.03104,5.7654853,47.927032,180.32037,380.9257,10.584556,92.88553,11.182516,1.5844351,58.981087,0.9950921,1.1000546,3.2136233,11.230896,34.023533,19.45874,21.335752,591.1488,54.88452,31.822004,40.342407,14.709236,82.903564,12.353854,25.940641,11.350067,74.79336,24.775974,35.15612,45.46102,10.305006,48.215305,38.436043,1.2564019,66.88611,10.771372,223.27136,7.591907,304.7684,22.246853,996.744,137.09543,3.2943697,10.616528,159.22343,200.0307,955.2392,861.2176 +2023-12-30 02:00:00,0.0,2582.5576,48.16196,11.000435,49.20413,33.91057,274.92703,30.716297,54.97423,19.278978,30.158762,245.48656,131.31332,16.059921,64.236626,0.37016645,0.4260958,52.027348,15.03335,24.053297,663.0602,13.078525,827.5811,125.808235,13.642103,47.07413,421.44855,68.38916,809.33307,250.9928,2884.1792,30.188482,2827.768,267.35965,16.451687,16.733839,75.40086,233.94368,286.59116,464.27652,41.741936,24.923355,10.737509,524.8737,202.24347,50.73838,7.5311804,546.40155,12.405981,592.62866,5.904618,29.747734,0.0,744.532,1776.4543,0.25181916,95.56965,14.506301,10099.993,25.717268,0.96623224,5.991078,16.022017,7.0361214,2.0225918,8.839158,240.18396,56.280018,5.077149,0.6409928,2.6376486,117.2488,1.0938274,138.46735,145.56317,1745.2255,225.45102,87.18123,151.17653,737.1006,36.65047,30.753517,642.79877,52.776737,74.53469,10.338165,19.458963,187.39397,10.918254,10.32398,51.378044,16.064705,3987.5144,18.102604,20.108198,15.703216,9.657455,263.40442,49.415794,23.693548,7.2840066,6.591368,14.30906,55.84127,76.57112,31.011896,178.41133,18.37965,4.464135,44.773697,26.718401,43.88569,112.70818,20.381285,1.7350134,20.91666,13.673818,1837.4148,19.662552,0.9361566,24.835999,11.504814,121.15682,86.59445,105.0669,7.4999475,85.821434,339.71664,251.2933,26.474186,249.24173,80.7138,48.11491,69.77935,88.13036,12.376915,38.951965,489.18857,2.833257,5.373764,194.45825,24.171583,8.705839,23.723486,24.376465,247.92815,81.43968,162.41223,1376.882,109.927414,1737.9794,1653.2377,13.0668955,13.502536,1761.5403,23.644451,20.763374,447.9791,42.597473,71.76082,30.666117,127.482506,270.24442,438.98914,5.76005,47.89059,180.12154,380.82657,10.57982,92.85286,11.17686,1.5843048,58.99042,0.9948722,1.0997584,3.2115884,11.229104,33.975967,19.452812,21.339247,591.60315,54.855064,31.802996,40.313843,14.703264,82.940186,12.354481,25.97311,11.343683,74.75905,24.752594,35.186935,45.477276,10.304368,48.261482,38.461872,1.2558894,66.850494,10.764402,223.25056,7.5888014,304.65588,22.248995,997.0919,137.016,3.2917187,10.61471,159.15382,199.90578,954.9926,861.50946 +2023-12-30 03:00:00,0.0,2581.3293,48.12912,10.969075,49.157234,33.887947,274.84296,30.69771,54.92945,19.274612,30.125668,245.29794,131.36359,16.048203,64.07003,0.37023756,0.42664242,52.008152,15.054682,24.071089,662.48737,13.075947,826.93634,125.79184,13.660818,47.094917,421.10812,68.417496,809.8741,251.05455,2882.1997,30.223314,2827.951,267.62863,16.47271,16.752752,75.49324,233.92339,286.5703,464.77466,41.725807,24.901743,10.736277,524.444,202.46329,50.75207,7.5256696,546.5074,12.40274,592.6988,5.9044704,29.732565,0.0,744.49255,1775.8007,0.25182852,95.450325,14.501817,10095.204,25.716892,0.9665031,5.986924,16.012102,7.0376368,2.0227883,8.833545,240.0838,56.249775,5.0711436,0.64098895,2.6384983,117.254745,1.0926894,138.45265,145.37701,1744.7075,225.08434,87.16652,151.15457,737.7875,36.68826,30.77756,643.5279,52.824177,74.60277,10.334883,19.458548,187.44579,10.910817,10.322356,51.38174,16.069284,3987.9597,18.10127,20.105846,15.702324,9.655946,263.50797,49.42974,23.705645,7.284829,6.5894,14.31174,55.839848,76.52368,31.013811,178.44518,18.377048,4.463289,44.766556,26.703325,43.838173,112.742386,20.395603,1.7331653,20.939589,13.666272,1836.6049,19.678905,0.933678,24.794455,11.502588,121.13042,86.60834,105.04688,7.505536,85.84869,339.5613,251.15059,26.467592,249.08653,80.766396,48.106075,69.77483,88.2078,12.386307,38.971004,489.17477,2.8364935,5.3793344,194.56589,24.17189,8.704734,23.738298,24.385538,248.0437,81.47687,162.41437,1377.5653,109.72543,1737.3085,1652.9563,13.056311,13.4834585,1760.9536,23.644333,20.73283,447.87808,42.55242,71.69808,30.633215,127.33382,270.17206,438.94724,5.754614,47.85415,179.9227,380.72745,10.575083,92.82019,11.171204,1.5841745,58.999756,0.9946523,1.0994622,3.2095535,11.227312,33.928402,19.446884,21.342741,592.05743,54.825603,31.783987,40.285282,14.697293,82.976814,12.355108,26.005579,11.337298,74.72474,24.729216,35.217747,45.493534,10.303729,48.307663,38.487698,1.255377,66.81488,10.757433,223.22977,7.5856957,304.54337,22.251139,997.4398,136.93658,3.2890677,10.612892,159.08423,199.78087,954.74603,861.8014 +2023-12-30 04:00:00,0.0,2580.101,48.09628,10.937715,49.11034,33.865326,274.7589,30.679121,54.884666,19.270245,30.092575,245.10933,131.41386,16.036482,63.903435,0.37030867,0.42718902,51.988953,15.0760145,24.08888,661.9145,13.073368,826.2916,125.77545,13.679532,47.115704,420.7677,68.44582,810.41516,251.1163,2880.22,30.258146,2828.1338,267.89758,16.493732,16.771666,75.58562,233.90309,286.5495,465.27277,41.70968,24.88013,10.735044,524.01416,202.6831,50.76576,7.520159,546.6133,12.399497,592.76886,5.904323,29.717398,0.0,744.45306,1775.147,0.25183785,95.331,14.497334,10090.415,25.716516,0.96677387,5.9827704,16.002188,7.0391526,2.0229847,8.827931,239.98364,56.219536,5.0651383,0.6409851,2.639348,117.26069,1.0915515,138.43797,145.19086,1744.1896,224.71765,87.15182,151.13261,738.47437,36.72605,30.801601,644.2571,52.87162,74.67084,10.3316,19.458132,187.4976,10.903381,10.320731,51.385437,16.073864,3988.405,18.099937,20.103495,15.701432,9.654435,263.61148,49.443687,23.717741,7.285652,6.587431,14.314421,55.83842,76.47624,31.015726,178.47902,18.374447,4.4624424,44.75942,26.688251,43.790657,112.77658,20.409924,1.7313172,20.962519,13.658727,1835.795,19.69526,0.93119943,24.75291,11.500362,121.10401,86.62222,105.02686,7.511125,85.87594,339.40598,251.00787,26.460999,248.93134,80.81899,48.097237,69.770325,88.28524,12.3956995,38.990047,489.16095,2.8397303,5.384905,194.67352,24.172197,8.703629,23.753113,24.394611,248.15927,81.514046,162.4165,1378.2485,109.52346,1736.6375,1652.6748,13.045726,13.464382,1760.367,23.644213,20.702286,447.77707,42.507366,71.63535,30.600313,127.18513,270.09967,438.9053,5.749178,47.817707,179.72386,380.62833,10.570346,92.78752,11.165546,1.5840443,59.00909,0.9944324,1.0991659,3.2075186,11.225519,33.88084,19.440956,21.346237,592.5118,54.796146,31.764977,40.25672,14.691321,83.01344,12.355736,26.038048,11.3309145,74.69043,24.705835,35.248558,45.50979,10.303091,48.35384,38.513527,1.2548647,66.77927,10.7504635,223.20897,7.58259,304.43085,22.253283,997.7877,136.85716,3.2864168,10.611075,159.01463,199.65594,954.49945,862.09326 +2023-12-30 05:00:00,0.0,2578.8728,48.063442,10.906354,49.06345,33.842705,274.67484,30.660534,54.83988,19.265879,30.05948,244.92072,131.46413,16.024763,63.736843,0.37037978,0.42773566,51.969753,15.097347,24.106672,661.3416,13.07079,825.64685,125.75906,13.698247,47.136486,420.42728,68.47415,810.95624,251.17805,2878.2405,30.292978,2828.3167,268.16656,16.514757,16.790579,75.67799,233.88278,286.5287,465.77087,41.69355,24.858517,10.733811,523.58435,202.90294,50.77945,7.5146475,546.7191,12.396255,592.839,5.9041758,29.70223,0.0,744.41364,1774.4932,0.25184718,95.21167,14.49285,10085.625,25.716143,0.9670447,5.978616,15.992273,7.040668,2.0231812,8.822318,239.88348,56.189293,5.059133,0.6409812,2.6401975,117.26663,1.0904136,138.42328,145.0047,1743.6716,224.35095,87.137115,151.11067,739.16125,36.76384,30.825644,644.9862,52.919064,74.738914,10.328318,19.457716,187.54942,10.895946,10.319107,51.389133,16.078444,3988.8503,18.098604,20.101143,15.700541,9.6529255,263.71503,49.457634,23.72984,7.286475,6.5854626,14.317101,55.836998,76.4288,31.017641,178.51285,18.371847,4.461596,44.75228,26.673178,43.74314,112.81078,20.424244,1.7294691,20.985449,13.651182,1834.9851,19.711613,0.9287209,24.711369,11.498136,121.07761,86.636116,105.00684,7.516714,85.90319,339.25064,250.86514,26.454403,248.77615,80.87159,48.0884,69.76581,88.36268,12.405091,39.00909,489.14713,2.8429668,5.390475,194.78116,24.172504,8.702523,23.767925,24.403685,248.27483,81.55123,162.41864,1378.9318,109.32148,1735.9666,1652.3934,13.035141,13.445305,1759.7803,23.644094,20.671741,447.67606,42.462315,71.57262,30.567411,127.03644,270.0273,438.8634,5.743742,47.781265,179.52502,380.52924,10.565609,92.754845,11.15989,1.583914,59.018425,0.9942125,1.0988697,3.2054837,11.223727,33.833275,19.435028,21.349731,592.9661,54.76669,31.745968,40.228157,14.685349,83.050064,12.356362,26.070517,11.32453,74.65612,24.682457,35.279373,45.526043,10.302453,48.40002,38.539356,1.2543523,66.74365,10.743494,223.18816,7.5794845,304.31833,22.255426,998.1356,136.77774,3.2837658,10.609258,158.94502,199.53102,954.25287,862.38513 +2023-12-30 06:00:00,0.0,2577.6445,48.0306,10.874993,49.016556,33.820084,274.59076,30.641947,54.7951,19.26151,30.026386,244.7321,131.5144,16.013044,63.570248,0.37045088,0.42828226,51.950554,15.118679,24.124466,660.7688,13.0682125,825.00214,125.74267,13.716961,47.157272,420.08685,68.50248,811.4973,251.2398,2876.261,30.32781,2828.4998,268.43552,16.53578,16.809492,75.77037,233.86249,286.50787,466.269,41.677418,24.836905,10.732578,523.1546,203.12276,50.793137,7.5091367,546.825,12.393013,592.90906,5.904028,29.687063,0.0,744.3742,1773.8395,0.25185654,95.09235,14.488367,10080.836,25.715767,0.96731555,5.9744625,15.982358,7.042184,2.0233777,8.816706,239.78333,56.15905,5.053128,0.64097726,2.6410472,117.272575,1.0892756,138.4086,144.81854,1743.1537,223.98427,87.122406,151.08871,739.8481,36.80163,30.849684,645.71533,52.966503,74.806984,10.325035,19.4573,187.60124,10.88851,10.317483,51.392834,16.083025,3989.2957,18.097271,20.098791,15.699649,9.651416,263.81854,49.47158,23.741936,7.2872977,6.583494,14.319781,55.83557,76.38136,31.019556,178.54669,18.369246,4.4607496,44.74514,26.658104,43.69563,112.84498,20.438564,1.727621,21.008379,13.643637,1834.1753,19.727966,0.9262423,24.669825,11.49591,121.0512,86.65,104.986824,7.522303,85.93044,339.0953,250.72243,26.44781,248.62096,80.924194,48.079563,69.76129,88.44012,12.414483,39.028133,489.13333,2.8462036,5.396045,194.88881,24.172812,8.701418,23.782738,24.412758,248.39038,81.58841,162.42078,1379.6151,109.1195,1735.2955,1652.1119,13.024556,13.426228,1759.1936,23.643976,20.641197,447.575,42.41726,71.50988,30.53451,126.88775,269.95496,438.8215,5.738306,47.744823,179.32619,380.4301,10.560872,92.722176,11.154234,1.5837837,59.02776,0.99399257,1.0985734,3.2034488,11.221935,33.78571,19.4291,21.353226,593.4205,54.737232,31.72696,40.199596,14.6793785,83.08669,12.35699,26.102983,11.318146,74.6218,24.659077,35.310184,45.542297,10.301814,48.446198,38.565186,1.2538399,66.70804,10.736525,223.16736,7.576379,304.2058,22.257568,998.4835,136.69832,3.281115,10.60744,158.87543,199.4061,954.0063,862.67706 +2023-12-30 07:00:00,0.0,2576.4163,47.997765,10.843634,48.96966,33.797462,274.5067,30.623358,54.750317,19.257145,29.993292,244.54349,131.56468,16.001326,63.403656,0.370522,0.42882887,51.931355,15.140012,24.142258,660.1959,13.065634,824.35736,125.72628,13.735675,47.17806,419.74646,68.53081,812.0384,251.30156,2874.2815,30.362642,2828.6826,268.7045,16.556803,16.828405,75.86275,233.8422,286.48703,466.76712,41.66129,24.815292,10.731346,522.7248,203.34258,50.806828,7.5036254,546.9309,12.3897705,592.9792,5.9038806,29.671894,0.0,744.3348,1773.1858,0.25186586,94.97302,14.483884,10076.047,25.715391,0.9675864,5.970309,15.972443,7.0436993,2.023574,8.811092,239.68317,56.128807,5.047123,0.6409734,2.641897,117.27852,1.0881376,138.3939,144.63239,1742.6357,223.61758,87.107704,151.06676,740.535,36.83942,30.873726,646.4445,53.013947,74.87506,10.321752,19.456886,187.65308,10.881073,10.315859,51.39653,16.087605,3989.741,18.095938,20.096437,15.698757,9.649906,263.92206,49.485527,23.754032,7.2881207,6.581526,14.322461,55.83415,76.33392,31.021473,178.58054,18.366644,4.4599032,44.738003,26.64303,43.648113,112.87918,20.452883,1.7257729,21.03131,13.636091,1833.3654,19.74432,0.92376375,24.62828,11.493684,121.024796,86.663895,104.966805,7.527892,85.957695,338.93997,250.57971,26.441216,248.46576,80.97679,48.07073,69.75678,88.517555,12.423875,39.047173,489.1195,2.84944,5.4016156,194.99644,24.173119,8.700314,23.797552,24.421831,248.50594,81.62559,162.42291,1380.2983,108.91752,1734.6246,1651.8304,13.013971,13.407151,1758.607,23.643858,20.610653,447.474,42.372204,71.44714,30.501608,126.73907,269.8826,438.77957,5.73287,47.70838,179.12735,380.331,10.556135,92.68951,11.148578,1.5836535,59.037094,0.9937727,1.0982772,3.2014139,11.220143,33.738144,19.423172,21.35672,593.8748,54.70777,31.70795,40.171036,14.673407,83.12332,12.357617,26.135452,11.311761,74.587494,24.635698,35.341,45.55855,10.301176,48.49238,38.591015,1.2533275,66.67243,10.729555,223.14656,7.5732727,304.0933,22.259712,998.8314,136.6189,3.278464,10.605623,158.80582,199.28117,953.75977,862.96893 +2023-12-30 08:00:00,0.0,2575.188,47.964924,10.812273,48.92277,33.77484,274.42264,30.60477,54.705536,19.252777,29.9602,244.35487,131.61494,15.989605,63.23706,0.3705931,0.4293755,51.912155,15.161344,24.16005,659.6231,13.063056,823.71265,125.70989,13.75439,47.19884,419.40604,68.559135,812.57947,251.36331,2872.302,30.397476,2828.8655,268.97345,16.577826,16.847319,75.955124,233.8219,286.46622,467.26523,41.64516,24.793678,10.730113,522.295,203.5624,50.820515,7.4981146,547.03674,12.386529,593.04926,5.9037333,29.656727,0.0,744.2953,1772.532,0.25187522,94.85369,14.479401,10071.258,25.715015,0.9678572,5.966155,15.962529,7.0452147,2.0237706,8.805479,239.58301,56.098568,5.0411177,0.6409695,2.6427464,117.28446,1.0869998,138.37921,144.44624,1742.1178,223.25089,87.093,151.04482,741.22186,36.87721,30.897768,647.17365,53.061386,74.94313,10.318469,19.456469,187.7049,10.873637,10.314235,51.400227,16.092184,3990.1863,18.094604,20.094086,15.6978655,9.648396,264.0256,49.499474,23.766129,7.2889433,6.5795574,14.325142,55.832726,76.28648,31.023388,178.61438,18.364042,4.459057,44.730865,26.627956,43.600597,112.913376,20.467203,1.7239248,21.054237,13.628546,1832.5555,19.760675,0.9212852,24.586737,11.491458,120.99839,86.67778,104.946785,7.5334806,85.98495,338.78464,250.43698,26.434622,248.31056,81.02939,48.06189,69.752266,88.595,12.433268,39.066216,489.10568,2.8526769,5.407186,195.10408,24.173426,8.699208,23.812365,24.430904,248.62149,81.66277,162.42505,1380.9817,108.71554,1733.9536,1651.5491,13.003387,13.388074,1758.0204,23.643738,20.580109,447.373,42.327152,71.38441,30.468706,126.59038,269.81024,438.73767,5.7274346,47.67194,178.92851,380.23187,10.551398,92.65684,11.142921,1.5835233,59.04643,0.9935528,1.097981,3.1993792,11.218351,33.690582,19.417242,21.360214,594.32916,54.678314,31.68894,40.14247,14.667435,83.15994,12.358245,26.167921,11.305377,74.553185,24.612318,35.37181,45.574806,10.300537,48.53856,38.616844,1.2528151,66.63682,10.722586,223.12576,7.570167,303.98077,22.261856,999.1793,136.53947,3.275813,10.603806,158.73622,199.15625,953.5132,863.2608 +2023-12-30 09:00:00,0.0,2573.9595,47.932083,10.780912,48.875877,33.75222,274.3386,30.586184,54.66075,19.248411,29.927105,244.16626,131.66522,15.977886,63.07047,0.3706642,0.4299221,51.892956,15.182676,24.177841,659.05023,13.060478,823.0679,125.6935,13.773104,47.219627,419.0656,68.58747,813.12054,251.42505,2870.3223,30.432308,2829.0483,269.24243,16.598848,16.866232,76.0475,233.8016,286.4454,467.76337,41.629032,24.772066,10.728881,521.8652,203.78223,50.834206,7.492604,547.1426,12.383286,593.1194,5.903586,29.64156,0.0,744.2559,1771.8783,0.25188455,94.73437,14.474917,10066.469,25.71464,0.968128,5.962001,15.952614,7.0467305,2.0239673,8.799866,239.48285,56.068325,5.0351124,0.64096564,2.6435962,117.290405,1.0858618,138.36453,144.26009,1741.5999,222.8842,87.07829,151.02286,741.90875,36.915,30.921808,647.9028,53.10883,75.01121,10.3151865,19.456055,187.75671,10.866201,10.31261,51.403927,16.096764,3990.6318,18.093271,20.091734,15.696974,9.646886,264.12912,49.513424,23.778225,7.2897663,6.5775886,14.327822,55.8313,76.239044,31.025303,178.64821,18.361443,4.4582105,44.723724,26.612883,43.55308,112.94758,20.481524,1.7220767,21.077168,13.621,1831.7456,19.777029,0.9188066,24.545195,11.489232,120.971985,86.69167,104.926765,7.5390697,86.01219,338.6293,250.29427,26.428028,248.15538,81.081985,48.053055,69.74775,88.67244,12.442659,39.08526,489.0919,2.8559134,5.4127564,195.21172,24.173733,8.698103,23.827177,24.439978,248.73705,81.69995,162.42719,1381.6649,108.51356,1733.2827,1651.2676,12.992803,13.368998,1757.4337,23.64362,20.549562,447.27197,42.282097,71.32167,30.435804,126.44169,269.73788,438.69577,5.7219987,47.6355,178.72968,380.13278,10.546661,92.62416,11.137265,1.583393,59.055763,0.99333286,1.0976847,3.1973443,11.216559,33.643017,19.411314,21.36371,594.7835,54.648857,31.669931,40.11391,14.661464,83.19657,12.358871,26.20039,11.298992,74.518875,24.588938,35.402626,45.59106,10.299899,48.584736,38.642673,1.2523026,66.601204,10.715616,223.10497,7.5670614,303.86826,22.264,999.5272,136.46005,3.2731621,10.601989,158.66663,199.03134,953.2666,863.55273 +2023-12-30 10:00:00,0.0,2572.7312,47.899246,10.749552,48.828983,33.7296,274.25452,30.567596,54.615967,19.244043,29.89401,243.97765,131.71548,15.9661665,62.903877,0.37073532,0.4304687,51.873756,15.204008,24.195633,658.4774,13.057899,822.4231,125.67711,13.791819,47.240414,418.7252,68.6158,813.6616,251.4868,2868.3428,30.46714,2829.2312,269.51138,16.619871,16.885145,76.13988,233.7813,286.42456,468.26147,41.612904,24.750454,10.727649,521.4354,204.00204,50.847893,7.4870925,547.2485,12.380044,593.1895,5.9034386,29.626392,0.0,744.2165,1771.2246,0.2518939,94.61504,14.470433,10061.679,25.714264,0.96839887,5.957847,15.942699,7.048246,2.0241637,8.794252,239.38269,56.038082,5.029107,0.64096177,2.6444457,117.29635,1.0847238,138.34984,144.07393,1741.0819,222.51752,87.0636,151.0009,742.5956,36.95279,30.94585,648.63196,53.15627,75.07928,10.311904,19.455639,187.80853,10.858766,10.310986,51.407623,16.101345,3991.0771,18.091936,20.089382,15.696082,9.645376,264.23264,49.52737,23.790323,7.2905893,6.57562,14.330502,55.829876,76.191605,31.027218,178.68205,18.35884,4.457364,44.716587,26.597809,43.50557,112.98177,20.495844,1.7202284,21.100098,13.613456,1830.9358,19.793383,0.9163281,24.50365,11.487005,120.94558,86.70556,104.906746,7.5446587,86.039444,338.47397,250.15155,26.421434,248.00018,81.13458,48.04422,69.74324,88.74988,12.452051,39.104298,489.07806,2.8591502,5.418327,195.31937,24.17404,8.696998,23.841991,24.44905,248.8526,81.73713,162.42934,1382.3483,108.31158,1732.6117,1650.9862,12.982218,13.34992,1756.847,23.643501,20.519018,447.17096,42.237045,71.25894,30.402903,126.293,269.66553,438.65387,5.7165627,47.59906,178.53084,380.03366,10.541924,92.59149,11.131609,1.5832627,59.065098,0.993113,1.0973884,3.1953094,11.2147665,33.59545,19.405386,21.367205,595.23785,54.6194,31.650923,40.08535,14.655492,83.2332,12.359499,26.232859,11.292607,74.484566,24.56556,35.433437,45.607315,10.29926,48.630917,38.668503,1.2517903,66.56559,10.708648,223.08415,7.563956,303.75577,22.266144,999.8751,136.38063,3.2705112,10.600171,158.59702,198.90642,953.02,863.8446 +2023-12-30 11:00:00,0.0,2571.503,47.866405,10.718191,48.782093,33.706978,274.17047,30.549007,54.571186,19.239677,29.860918,243.78903,131.76576,15.954448,62.73728,0.37080643,0.4310153,51.854557,15.225341,24.213425,657.90454,13.055322,821.7784,125.66072,13.810533,47.261196,418.38477,68.64413,814.20264,251.54855,2866.3633,30.501972,2829.4143,269.78036,16.640896,16.904058,76.23226,233.761,286.40375,468.75958,41.596775,24.72884,10.726416,521.0056,204.22186,50.861584,7.4815817,547.3544,12.376802,593.2596,5.903291,29.611223,0.0,744.17706,1770.5708,0.25190324,94.49571,14.46595,10056.89,25.71389,0.96866965,5.9536934,15.932785,7.0497613,2.0243602,8.788639,239.28253,56.00784,5.023102,0.6409579,2.6452954,117.30229,1.083586,138.33514,143.88777,1740.564,222.15082,87.0489,150.97894,743.2825,36.99058,30.969893,649.3611,53.203712,75.147354,10.308621,19.455221,187.86035,10.851329,10.309361,51.41132,16.105925,3991.5225,18.090603,20.08703,15.69519,9.643867,264.33618,49.541317,23.80242,7.291412,6.573652,14.333182,55.828453,76.144165,31.029133,178.7159,18.35624,4.4565177,44.70945,26.582735,43.458054,113.015976,20.510162,1.7183803,21.123028,13.60591,1830.126,19.809736,0.91384953,24.462107,11.484779,120.91917,86.71945,104.88673,7.5502477,86.066696,338.31863,250.00882,26.41484,247.84499,81.18719,48.03538,69.73872,88.82732,12.461443,39.12334,489.06427,2.8623867,5.4238973,195.427,24.174347,8.695892,23.856804,24.458124,248.96815,81.774315,162.43147,1383.0315,108.109604,1731.9408,1650.7047,12.971633,13.330844,1756.2604,23.643383,20.488474,447.06992,42.19199,71.196205,30.37,126.14431,269.59317,438.61194,5.711127,47.56262,178.332,379.93454,10.537188,92.55882,11.125953,1.5831325,59.074432,0.9928931,1.0970922,3.1932745,11.212975,33.547886,19.399458,21.370699,595.69214,54.589943,31.631912,40.05679,14.64952,83.26983,12.3601265,26.265327,11.286223,74.45026,24.54218,35.464252,45.62357,10.298622,48.677094,38.694332,1.2512779,66.529976,10.701678,223.06335,7.56085,303.64325,22.268286,1000.223,136.30121,3.2678602,10.598353,158.52742,198.7815,952.77344,864.1365 +2023-12-30 12:00:00,0.0,2570.2747,47.833565,10.686831,48.7352,33.684357,274.0864,30.53042,54.5264,19.23531,29.827824,243.60042,131.81604,15.942728,62.57069,0.37087753,0.43156195,51.835358,15.246673,24.231218,657.33167,13.052744,821.1336,125.64433,13.829247,47.281982,418.04437,68.672455,814.7437,251.6103,2864.3838,30.536804,2829.5972,270.04932,16.661919,16.922972,76.32464,233.7407,286.38293,469.25772,41.580647,24.707228,10.7251835,520.5758,204.4417,50.87527,7.4760704,547.4602,12.37356,593.3297,5.903144,29.596056,0.0,744.1376,1769.9171,0.25191256,94.37639,14.461467,10052.101,25.713514,0.9689405,5.949539,15.92287,7.051277,2.0245566,8.783027,239.18237,55.9776,5.0170965,0.640954,2.646145,117.308235,1.082448,138.32047,143.70161,1740.046,221.78413,87.034195,150.957,743.96936,37.02837,30.993935,650.0902,53.251156,75.21542,10.305339,19.454807,187.91219,10.843893,10.307737,51.415016,16.110504,3991.9678,18.08927,20.084677,15.694299,9.642356,264.4397,49.555264,23.814516,7.292235,6.5716834,14.335862,55.827026,76.096725,31.031048,178.74974,18.35364,4.4556713,44.70231,26.567661,43.410538,113.05017,20.524483,1.7165322,21.145958,13.598365,1829.316,19.82609,0.91137093,24.420565,11.4825535,120.89276,86.73334,104.86671,7.5558367,86.09395,338.1633,249.8661,26.408247,247.68979,81.239784,48.026546,69.73421,88.904755,12.470836,39.142384,489.05045,2.8656235,5.429467,195.53464,24.174654,8.694787,23.871616,24.467197,249.08371,81.81149,162.43361,1383.7147,107.90762,1731.2698,1650.4233,12.961048,13.311767,1755.6738,23.643265,20.45793,446.9689,42.14694,71.13347,30.3371,125.99563,269.52078,438.57004,5.705691,47.526176,178.13316,379.83542,10.532451,92.52615,11.1202965,1.5830022,59.083767,0.99267316,1.0967959,3.1912396,11.211183,33.500324,19.39353,21.374193,596.1465,54.560482,31.612904,40.028225,14.643549,83.30645,12.360753,26.297796,11.279839,74.41595,24.5188,35.495064,45.639824,10.297983,48.723274,38.720158,1.2507654,66.49436,10.694709,223.04256,7.5577445,303.53073,22.27043,1000.5709,136.22179,3.2652094,10.596537,158.45781,198.65657,952.52686,864.4284 +2023-12-30 13:00:00,0.0,2569.0464,47.800728,10.655471,48.688305,33.661736,274.00235,30.511833,54.481617,19.230944,29.79473,243.4118,131.8663,15.931009,62.404095,0.37094864,0.43210855,51.816162,15.268005,24.24901,656.75885,13.050165,820.4889,125.62794,13.847961,47.30277,417.70395,68.70078,815.2848,251.67206,2862.4043,30.571636,2829.78,270.3183,16.682941,16.941885,76.417015,233.72041,286.3621,469.75583,41.564518,24.685616,10.72395,520.14606,204.66151,50.88896,7.4705596,547.5661,12.370317,593.3998,5.9029965,29.580889,0.0,744.09814,1769.2634,0.25192192,94.257065,14.456984,10047.312,25.713139,0.96921134,5.9453855,15.912956,7.0527925,2.024753,8.777413,239.08221,55.947357,5.0110917,0.64095014,2.6469946,117.314186,1.08131,138.30577,143.51546,1739.5281,221.41745,87.019485,150.93504,744.65625,37.066162,31.017975,650.8194,53.298595,75.2835,10.302056,19.454391,187.964,10.836457,10.306113,51.418716,16.115084,3992.413,18.087936,20.082325,15.693407,9.640846,264.5432,49.56921,23.826612,7.293058,6.569715,14.338543,55.825603,76.049286,31.032965,178.78357,18.351038,4.454825,44.69517,26.552588,43.36302,113.08437,20.538803,1.7146841,21.168888,13.590819,1828.5062,19.842443,0.9088924,24.37902,11.480328,120.866356,86.74722,104.84669,7.561425,86.1212,338.00797,249.72339,26.401653,247.5346,81.29238,48.017708,69.7297,88.9822,12.480227,39.161427,489.03662,2.86886,5.4350376,195.64227,24.174961,8.693682,23.88643,24.47627,249.19926,81.84867,162.43575,1384.3981,107.70564,1730.5989,1650.1418,12.950463,13.29269,1755.0872,23.643145,20.427385,446.8679,42.101883,71.07073,30.304197,125.84694,269.44843,438.52814,5.700255,47.489735,177.93433,379.73633,10.527714,92.49348,11.114639,1.5828719,59.0931,0.9924533,1.0964997,3.1892047,11.209391,33.45276,19.387602,21.377687,596.6008,54.531025,31.593895,39.999664,14.637577,83.34308,12.361381,26.330265,11.273455,74.38164,24.49542,35.525875,45.656082,10.297345,48.76945,38.745987,1.2502531,66.45875,10.687739,223.02176,7.554639,303.4182,22.272573,1000.9188,136.14236,3.2625585,10.594719,158.38821,198.53165,952.28033,864.7203 +2023-12-30 14:00:00,0.0,2567.818,47.767887,10.62411,48.641415,33.639114,273.91827,30.493244,54.436836,19.226578,29.761635,243.22319,131.91658,15.91929,62.237503,0.37101975,0.43265516,51.796963,15.289337,24.266802,656.186,13.047587,819.8441,125.61155,13.866675,47.32355,417.36353,68.72911,815.82587,251.73381,2860.4246,30.60647,2829.963,270.58728,16.703964,16.960798,76.50939,233.70012,286.34128,470.25394,41.548386,24.664001,10.722718,519.71625,204.88133,50.90265,7.465049,547.67194,12.367076,593.4699,5.902849,29.565722,0.0,744.0587,1768.6096,0.25193125,94.13773,14.4525,10042.521,25.712763,0.9694822,5.9412317,15.903041,7.0543084,2.0249496,8.7718,238.98206,55.917114,5.0050864,0.64094627,2.6478443,117.32013,1.0801722,138.29109,143.3293,1739.0101,221.05075,87.00478,150.91309,745.3431,37.10395,31.042017,651.5485,53.34604,75.35157,10.298774,19.453974,188.01582,10.8290205,10.304488,51.422413,16.119665,3992.8584,18.086603,20.079973,15.692515,9.639337,264.64676,49.583157,23.838709,7.2938805,6.5677466,14.341223,55.824177,76.00185,31.03488,178.81741,18.348436,4.4539785,44.688034,26.537514,43.31551,113.11857,20.553123,1.712836,21.191816,13.583274,1827.6963,19.858797,0.90641385,24.337477,11.478101,120.83995,86.761116,104.82667,7.567014,86.14845,337.85263,249.58066,26.39506,247.37941,81.34498,48.008873,69.72518,89.05964,12.489619,39.180466,489.02283,2.8720968,5.440608,195.74991,24.17527,8.692576,23.901243,24.485344,249.31482,81.88586,162.43788,1385.0813,107.50366,1729.9279,1649.8605,12.939879,13.273613,1754.5005,23.643026,20.396841,446.76688,42.056828,71.007996,30.271296,125.69825,269.37607,438.4862,5.6948195,47.453293,177.73549,379.6372,10.522977,92.46081,11.108983,1.5827416,59.102436,0.9922334,1.0962034,3.1871698,11.207599,33.405193,19.381674,21.381184,597.0552,54.501568,31.574884,39.971104,14.631605,83.37971,12.362008,26.362734,11.26707,74.34732,24.472042,35.55669,45.672337,10.296706,48.81563,38.771816,1.2497407,66.423134,10.68077,223.00096,7.551533,303.3057,22.274717,1001.2667,136.06294,3.2599075,10.592901,158.31862,198.40672,952.03375,865.01215 +2023-12-30 15:00:00,0.0,2566.5898,47.73505,10.59275,48.59452,33.616493,273.8342,30.474657,54.39205,19.22221,29.728542,243.03458,131.96684,15.90757,62.070908,0.3710909,0.4332018,51.777763,15.31067,24.284594,655.61316,13.04501,819.1994,125.59516,13.88539,47.344337,417.0231,68.75745,816.36694,251.79556,2858.445,30.641302,2830.1458,270.85623,16.724987,16.979712,76.601776,233.67981,286.32047,470.75208,41.532257,24.64239,10.721485,519.28644,205.10117,50.91634,7.4595375,547.77783,12.363833,593.54,5.902702,29.550552,0.0,744.0193,1767.9559,0.2519406,94.01841,14.448017,10037.732,25.712387,0.96975297,5.9370775,15.893127,7.055824,2.025146,8.766187,238.8819,55.88687,4.999081,0.64094234,2.648694,117.32607,1.0790342,138.2764,143.14314,1738.4922,220.68407,86.99008,150.89113,746.02997,37.141743,31.06606,652.27765,53.39348,75.41965,10.295491,19.45356,188.06764,10.821585,10.302864,51.42611,16.124245,3993.3037,18.08527,20.077621,15.691624,9.637827,264.75027,49.597107,23.850807,7.2947035,6.565778,14.343904,55.822754,75.95441,31.036795,178.85126,18.345837,4.453132,44.680893,26.52244,43.267994,113.15277,20.567442,1.7109879,21.214746,13.575729,1826.8865,19.87515,0.90393525,24.295933,11.475875,120.813545,86.775,104.80665,7.572603,86.175705,337.6973,249.43794,26.388464,247.22421,81.397575,48.000034,69.720665,89.13708,12.499011,39.19951,489.009,2.8753333,5.4461784,195.85756,24.175577,8.691471,23.916056,24.494417,249.43037,81.923035,162.44002,1385.7646,107.30168,1729.257,1649.579,12.929295,13.254537,1753.9138,23.642908,20.366297,446.66586,42.011776,70.94526,30.238394,125.54956,269.3037,438.4443,5.6893835,47.41685,177.53665,379.5381,10.51824,92.42814,11.103327,1.5826114,59.11177,0.9920135,1.0959072,3.185135,11.205807,33.357628,19.375746,21.384678,597.5095,54.47211,31.555876,39.94254,14.625634,83.41633,12.362636,26.395203,11.260686,74.31301,24.448662,35.5875,45.68859,10.296068,48.86181,38.797646,1.2492282,66.38752,10.6738,222.98015,7.5484276,303.19318,22.27686,1001.6146,135.98352,3.2572565,10.5910845,158.24901,198.28181,951.7872,865.3041 +2023-12-30 16:00:00,0.0,2565.3613,47.70221,10.56139,48.547626,33.593872,273.75015,30.45607,54.347267,19.217844,29.695448,242.84596,132.01712,15.895851,61.904316,0.371162,0.4337484,51.758564,15.332002,24.302385,655.0403,13.042431,818.5546,125.578766,13.904104,47.365124,416.68268,68.785774,816.908,251.85732,2856.4656,30.676134,2830.3289,271.1252,16.74601,16.998625,76.69415,233.65952,286.29965,471.25018,41.51613,24.620777,10.720253,518.8567,205.32098,50.93003,7.4540267,547.88367,12.360591,593.6101,5.902554,29.535385,0.0,743.97986,1767.3022,0.25194994,93.899086,14.443534,10032.943,25.712011,0.9700238,5.932924,15.883212,7.057339,2.0253427,8.760573,238.78174,55.856632,4.993076,0.64093846,2.6495435,117.332016,1.0778962,138.2617,142.95699,1737.9742,220.31738,86.97537,150.86919,746.71686,37.17953,31.0901,653.00684,53.44092,75.48772,10.292209,19.453144,188.11946,10.814149,10.30124,51.42981,16.128824,3993.749,18.083937,20.07527,15.690732,9.636316,264.8538,49.611053,23.862904,7.295526,6.5638094,14.346583,55.82133,75.90697,31.03871,178.8851,18.343235,4.452286,44.673756,26.507364,43.220478,113.186966,20.581762,1.7091398,21.237677,13.568184,1826.0765,19.891504,0.9014567,24.25439,11.473649,120.78714,86.788895,104.78663,7.578192,86.20296,337.54196,249.29523,26.38187,247.06902,81.45018,47.9912,69.716156,89.214516,12.508404,39.21855,488.9952,2.87857,5.451749,195.9652,24.175884,8.690367,23.93087,24.50349,249.54594,81.96021,162.44215,1386.448,107.0997,1728.5859,1649.2976,12.91871,13.235459,1753.3271,23.64279,20.335752,446.56482,41.96672,70.88253,30.205492,125.40087,269.23135,438.4024,5.6839476,47.38041,177.33781,379.43896,10.513503,92.39547,11.097671,1.5824811,59.121105,0.9917936,1.095611,3.1831002,11.204014,33.310066,19.369818,21.388172,597.96387,54.442654,31.536867,39.91398,14.619662,83.45296,12.363262,26.427671,11.254301,74.2787,24.425283,35.618317,45.704845,10.29543,48.90799,38.823475,1.2487159,66.35191,10.666831,222.95935,7.545322,303.08066,22.279003,1001.9625,135.9041,3.2546055,10.589267,158.17941,198.15689,951.5406,865.59595 +2023-12-30 17:00:00,0.0,2564.133,47.66937,10.530029,48.500736,33.57125,273.66608,30.43748,54.302486,19.213476,29.662354,242.65735,132.0674,15.884131,61.737724,0.3712331,0.434295,51.739365,15.353334,24.320179,654.46747,13.039853,817.90985,125.56238,13.922819,47.38591,416.3423,68.8141,817.4491,251.91907,2854.486,30.710966,2830.5117,271.39417,16.767035,17.017538,76.78653,233.63922,286.2788,471.7483,41.5,24.599163,10.719021,518.4269,205.5408,50.943718,7.4485154,547.98956,12.357349,593.6802,5.9024067,29.520218,0.0,743.9404,1766.6484,0.2519593,93.779755,14.43905,10028.154,25.711637,0.97029465,5.92877,15.873297,7.058855,2.0255392,8.754961,238.68158,55.82639,4.9870706,0.6409346,2.6503932,117.33796,1.0767584,138.24702,142.77083,1737.4563,219.95068,86.96067,150.84723,747.40375,37.217323,31.114141,653.73596,53.48836,75.55579,10.288926,19.452728,188.1713,10.806713,10.299616,51.433506,16.133404,3994.1943,18.082603,20.072916,15.68984,9.634807,264.95734,49.625,23.875,7.296349,6.561841,14.349264,55.819904,75.85953,31.040625,178.91895,18.340633,4.4514394,44.66662,26.49229,43.172962,113.22117,20.596083,1.7072916,21.260607,13.560638,1825.2667,19.90786,0.8989782,24.212847,11.471423,120.760735,86.80278,104.76661,7.583781,86.23021,337.38663,249.1525,26.375277,246.91383,81.50278,47.98236,69.71164,89.291954,12.517796,39.237595,488.98138,2.8818066,5.4573193,196.07283,24.176191,8.689261,23.945683,24.512564,249.6615,81.9974,162.44429,1387.1313,106.89772,1727.915,1649.0161,12.908125,13.216383,1752.7406,23.642672,20.305208,446.4638,41.92167,70.81979,30.17259,125.25218,269.159,438.3605,5.6785116,47.34397,177.13898,379.33987,10.508766,92.36279,11.092014,1.5823509,59.13044,0.9915737,1.0953147,3.1810653,11.202222,33.2625,19.363888,21.391666,598.4182,54.413193,31.517857,39.885418,14.61369,83.489586,12.36389,26.46014,11.247917,74.24439,24.401903,35.649128,45.7211,10.294791,48.954166,38.849304,1.2482035,66.3163,10.659862,222.93855,7.5422163,302.96814,22.281147,1002.3104,135.82468,3.2519548,10.587449,158.1098,198.03197,951.294,865.8878 +2023-12-30 18:00:00,0.0,2562.9048,47.63653,10.498669,48.453842,33.548634,273.58203,30.418894,54.2577,19.20911,29.62926,242.46873,132.11766,15.872413,61.57113,0.3713042,0.4348416,51.720165,15.374666,24.33797,653.8946,13.037275,817.26514,125.54599,13.941533,47.406693,416.00186,68.84243,817.9902,251.9808,2852.5063,30.745798,2830.6946,271.66315,16.788057,17.036451,76.87891,233.61893,286.258,472.24643,41.48387,24.57755,10.717788,517.9971,205.76062,50.95741,7.4430046,548.0954,12.354107,593.7503,5.9022593,29.50505,0.0,743.901,1765.9948,0.25196862,93.66043,14.4345665,10023.365,25.711262,0.97056544,5.9246163,15.863382,7.0603704,2.0257356,8.749348,238.58142,55.796146,4.9810653,0.6409307,2.651243,117.3439,1.0756204,138.23233,142.58467,1736.9384,219.584,86.94597,150.82527,748.0906,37.25511,31.138184,654.4651,53.535805,75.62387,10.285644,19.452312,188.22311,10.799276,10.297992,51.437202,16.137985,3994.64,18.081268,20.070564,15.688949,9.633297,265.06085,49.638947,23.887096,7.297172,6.5598726,14.351944,55.81848,75.81208,31.042542,178.95277,18.338032,4.450593,44.659477,26.477217,43.12545,113.25536,20.610403,1.7054435,21.283537,13.553093,1824.4568,19.924213,0.89649963,24.171303,11.469197,120.73433,86.81667,104.74659,7.58937,86.257454,337.2313,249.00978,26.368683,246.75864,81.555374,47.973526,69.70712,89.36939,12.527187,39.256634,488.96756,2.8850434,5.4628897,196.18047,24.176498,8.688156,23.960495,24.521637,249.77705,82.03458,162.44644,1387.8145,106.69575,1727.244,1648.7347,12.89754,13.197306,1752.1539,23.642551,20.274664,446.3628,41.876614,70.75706,30.139688,125.1035,269.08664,438.31857,5.6730757,47.30753,176.94014,379.24075,10.504029,92.330124,11.086358,1.5822207,59.139774,0.9913538,1.0950185,3.1790304,11.20043,33.214935,19.35796,21.39516,598.87256,54.383736,31.498848,39.856853,14.607719,83.52621,12.364517,26.492607,11.241532,74.21008,24.378523,35.679943,45.737354,10.294153,49.000347,38.875134,1.247691,66.280685,10.652892,222.91776,7.5391107,302.85565,22.28329,1002.6583,135.74525,3.2493038,10.585632,158.0402,197.90704,951.0474,866.17975 +2023-12-30 19:00:00,0.0,2561.6765,47.60369,10.467308,48.406948,33.526012,273.49796,30.400307,54.212917,19.204742,29.596167,242.28012,132.16794,15.860693,61.404537,0.37137532,0.43538824,51.700966,15.395999,24.355762,653.3217,13.034697,816.62036,125.5296,13.960248,47.42748,415.66144,68.87076,818.5312,252.04256,2850.5269,30.78063,2830.8774,271.9321,16.80908,17.055365,76.97128,233.59863,286.23718,472.74454,41.467743,24.555939,10.716556,517.56726,205.98045,50.971096,7.437494,548.2013,12.350865,593.82043,5.902112,29.489882,0.0,743.8616,1765.3411,0.25197795,93.54111,14.430083,10018.575,25.710886,0.9708363,5.920462,15.853468,7.0618863,2.025932,8.743734,238.48126,55.765903,4.97506,0.64092684,2.6520925,117.349846,1.0744824,138.21764,142.39853,1736.4204,219.21732,86.93126,150.80331,748.77747,37.292904,31.162224,655.1943,53.58325,75.69194,10.282361,19.451897,188.27493,10.791841,10.296367,51.440903,16.142565,3995.0852,18.079935,20.068213,15.688057,9.631787,265.1644,49.652893,23.899193,7.2979946,6.5579042,14.354625,55.81706,75.76464,31.044456,178.98662,18.335432,4.4497466,44.65234,26.462143,43.077934,113.289566,20.624722,1.7035954,21.306465,13.5455475,1823.647,19.940567,0.89402103,24.129759,11.46697,120.707924,86.83056,104.72657,7.594959,86.284706,337.07596,248.86707,26.36209,246.60344,81.60797,47.964687,69.70261,89.44684,12.536579,39.275677,488.95377,2.88828,5.4684596,196.28812,24.176805,8.687051,23.97531,24.53071,249.89261,82.07176,162.44858,1388.4978,106.49377,1726.5731,1648.4532,12.886955,13.178229,1751.5673,23.642433,20.24412,446.26178,41.831562,70.69432,30.106787,124.95481,269.01428,438.27667,5.6676397,47.271088,176.7413,379.14163,10.499292,92.297455,11.080702,1.5820904,59.14911,0.99113387,1.0947222,3.1769955,11.198638,33.16737,19.352032,21.398657,599.32684,54.35428,31.47984,39.828293,14.6017475,83.562836,12.365144,26.525076,11.235148,74.17577,24.355145,35.710754,45.75361,10.293514,49.046524,38.900963,1.2471787,66.24507,10.645923,222.89696,7.536005,302.74313,22.285435,1003.0062,135.66583,3.2466528,10.583815,157.97061,197.78212,950.80084,866.4716 +2023-12-30 20:00:00,0.0,2560.4482,47.57085,10.435948,48.360058,33.50339,273.4139,30.38172,54.168137,19.200377,29.563072,242.0915,132.2182,15.848973,61.23794,0.37144643,0.43593484,51.681767,15.417331,24.373554,652.7489,13.032119,815.97565,125.51321,13.978962,47.448265,415.321,68.899086,819.07227,252.10431,2848.5474,30.815464,2831.0603,272.20108,16.830103,17.074278,77.06366,233.57832,286.21634,473.24265,41.451614,24.534325,10.7153225,517.1375,206.20027,50.984787,7.4319825,548.3071,12.347623,593.8905,5.9019647,29.474714,0.0,743.82214,1764.6873,0.2519873,93.421776,14.4256,10013.786,25.71051,0.9711071,5.9163084,15.843554,7.0634017,2.0261285,8.738121,238.3811,55.735664,4.969055,0.64092296,2.6529422,117.35579,1.0733446,138.20296,142.21237,1735.9025,218.85062,86.91656,150.78137,749.46436,37.330692,31.186266,655.9234,53.630688,75.76002,10.2790785,19.45148,188.32675,10.784405,10.294743,51.4446,16.147144,3995.5305,18.078602,20.06586,15.687165,9.630277,265.2679,49.66684,23.911291,7.2988176,6.5559354,14.357305,55.81563,75.7172,31.046371,179.02046,18.33283,4.4489,44.6452,26.44707,43.03042,113.32376,20.639042,1.7017473,21.329395,13.538003,1822.837,19.95692,0.8915425,24.088217,11.464745,120.68152,86.84445,104.70655,7.600548,86.31196,336.92062,248.72433,26.355495,246.44826,81.66057,47.955853,69.6981,89.52428,12.545972,39.29472,488.93994,2.8915167,5.47403,196.39575,24.177113,8.6859455,23.990122,24.539783,250.00816,82.10894,162.45071,1389.1812,106.29179,1725.9022,1648.1719,12.87637,13.159152,1750.9806,23.642315,20.213575,446.16077,41.786507,70.631584,30.073885,124.80612,268.9419,438.23477,5.6622043,47.234646,176.54247,379.0425,10.494555,92.264786,11.075045,1.5819601,59.158443,0.990914,1.0944259,3.1749606,11.196846,33.11981,19.346104,21.402151,599.7812,54.32482,31.46083,39.799732,14.595776,83.599464,12.365771,26.557545,11.228764,74.141464,24.331764,35.74157,45.769863,10.292876,49.092705,38.92679,1.2466663,66.20946,10.638953,222.87614,7.5328994,302.6306,22.287577,1003.3541,135.58641,3.2440019,10.581997,157.901,197.6572,950.5543,866.7635 +2023-12-30 21:00:00,0.0,2559.22,47.538013,10.404588,48.313164,33.48077,273.32983,30.36313,54.123352,19.196009,29.529978,241.9029,132.26848,15.837255,61.07135,0.37151754,0.43648145,51.662567,15.4386635,24.391346,652.176,13.029541,815.3309,125.49682,13.997676,47.469048,414.9806,68.92742,819.61334,252.16606,2846.5679,30.850296,2831.2434,272.47003,16.851126,17.093191,77.15604,233.55803,286.19553,473.74078,41.435482,24.512712,10.71409,516.7077,206.42009,50.998474,7.4264717,548.413,12.34438,593.96063,5.9018173,29.459547,0.0,743.7827,1764.0336,0.25199664,93.30245,14.421117,10008.997,25.710135,0.97137797,5.9121547,15.833639,7.064917,2.026325,8.732508,238.28094,55.70542,4.96305,0.6409191,2.653792,117.36173,1.0722066,138.18826,142.02621,1735.3845,218.48393,86.901855,150.75941,750.15125,37.368484,31.210308,656.6526,53.67813,75.82809,10.275796,19.451065,188.37857,10.776968,10.2931185,51.448296,16.151724,3995.9758,18.077269,20.063509,15.686274,9.628767,265.37143,49.68079,23.923388,7.29964,6.553967,14.359985,55.81421,75.66976,31.048286,179.0543,18.330229,4.448054,44.63806,26.431995,42.982903,113.35796,20.653362,1.6998992,21.352325,13.5304575,1822.0272,19.973274,0.88906395,24.046673,11.462519,120.65511,86.85834,104.68653,7.606137,86.33921,336.7653,248.58162,26.348902,246.29306,81.71317,47.947014,69.69358,89.601715,12.555364,39.31376,488.92615,2.8947532,5.4796004,196.50339,24.17742,8.68484,24.004934,24.548855,250.12372,82.14612,162.45285,1389.8643,106.089806,1725.2312,1647.8904,12.865787,13.140075,1750.3939,23.642197,20.183031,446.05972,41.74145,70.56885,30.040983,124.65743,268.86954,438.19287,5.6567683,47.198204,176.34363,378.94342,10.489819,92.23211,11.069388,1.5818298,59.167778,0.9906941,1.0941297,3.1729257,11.195054,33.072243,19.340176,21.405645,600.23553,54.295364,31.44182,39.771168,14.589805,83.636086,12.366399,26.590014,11.22238,74.10715,24.308386,35.77238,45.786118,10.292237,49.138885,38.952618,1.2461538,66.17384,10.631985,222.85535,7.5297937,302.5181,22.28972,1003.702,135.50699,3.241351,10.58018,157.8314,197.53229,950.30774,867.0554 +2023-12-30 22:00:00,0.0,2557.9917,47.505173,10.373227,48.26627,33.45815,273.2458,30.344543,54.078568,19.191643,29.496883,241.71428,132.31876,15.825535,60.904755,0.37158865,0.43702808,51.643368,15.459995,24.409138,651.6032,13.026962,814.68616,125.48043,14.016391,47.489834,414.6402,68.95575,820.1544,252.22781,2844.5884,30.885128,2831.4263,272.739,16.87215,17.112104,77.24841,233.53773,286.1747,474.2389,41.419353,24.4911,10.712857,516.2779,206.63992,51.012165,7.4209604,548.5189,12.341139,594.0307,5.90167,29.44438,0.0,743.7433,1763.3799,0.252006,93.18313,14.416634,10004.208,25.70976,0.97164875,5.9080005,15.823724,7.066433,2.0265214,8.726894,238.18079,55.67518,4.9570446,0.6409152,2.6546414,117.367676,1.0710686,138.17357,141.84006,1734.8666,218.11725,86.887146,150.73746,750.8381,37.406273,31.23435,657.3817,53.72557,75.896164,10.272513,19.45065,188.4304,10.769532,10.291494,51.451992,16.156305,3996.4211,18.075935,20.061155,15.685383,9.627257,265.47498,49.694736,23.935484,7.300463,6.5519986,14.362665,55.812786,75.62232,31.050201,179.08813,18.32763,4.4472075,44.630924,26.416922,42.93539,113.39216,20.667683,1.6980511,21.375256,13.522912,1821.2173,19.989628,0.88658535,24.005129,11.460293,120.62871,86.87222,104.66651,7.6117253,86.36646,336.60995,248.4389,26.342308,246.13786,81.76577,47.93818,69.689064,89.67915,12.564755,39.3328,488.91232,2.89799,5.485171,196.61102,24.177727,8.683735,24.019749,24.557928,250.23927,82.183304,162.45499,1390.5477,105.887825,1724.5603,1647.609,12.855202,13.120998,1749.8074,23.642078,20.152487,445.9587,41.6964,70.50612,30.008081,124.50874,268.79718,438.15094,5.6513324,47.161762,176.14479,378.8443,10.485082,92.19944,11.063732,1.5816996,59.177113,0.99047416,1.0938334,3.1708908,11.193261,33.024677,19.334248,21.40914,600.6899,54.265903,31.422812,39.742607,14.583833,83.672714,12.367026,26.622482,11.215995,74.07284,24.285006,35.803192,45.802372,10.291599,49.185062,38.978447,1.2456415,66.13823,10.625015,222.83455,7.526688,302.40558,22.291864,1004.0499,135.42757,3.2387,10.578362,157.7618,197.40736,950.06116,867.3473 +2023-12-30 23:00:00,0.0,2556.7632,47.472336,10.3418665,48.21938,33.435528,273.1617,30.325956,54.033787,19.187275,29.46379,241.52567,132.36902,15.813816,60.738163,0.37165976,0.43757468,51.624172,15.481328,24.426931,651.03033,13.0243845,814.0414,125.464035,14.035105,47.51062,414.29977,68.98408,820.6955,252.28957,2842.6086,30.91996,2831.6091,273.00797,16.893173,17.131018,77.3408,233.51744,286.15387,474.737,41.403225,24.469486,10.711625,515.84814,206.85974,51.025852,7.4154496,548.62476,12.337896,594.1008,5.9015226,29.42921,0.0,743.70386,1762.7261,0.25201532,93.0638,14.41215,9999.418,25.709385,0.9719196,5.9038467,15.81381,7.0679483,2.0267181,8.721282,238.08063,55.64494,4.9510393,0.64091134,2.655491,117.37362,1.0699308,138.15889,141.6539,1734.3486,217.75055,86.872444,150.7155,751.52496,37.444065,31.25839,658.11084,53.773014,75.96423,10.269231,19.450233,188.48222,10.762096,10.28987,51.455692,16.160885,3996.8665,18.074602,20.058804,15.684491,9.625747,265.5785,49.708683,23.94758,7.301286,6.55003,14.365345,55.81136,75.57488,31.052116,179.12198,18.325027,4.446361,44.623783,26.401848,42.887875,113.42636,20.682001,1.696203,21.398186,13.515367,1820.4075,20.005981,0.8841068,23.963585,11.458066,120.6023,86.886116,104.64649,7.6173143,86.393715,336.45462,248.29617,26.335714,245.98267,81.81837,47.929344,69.684555,89.75659,12.574147,39.351845,488.8985,2.9012265,5.4907413,196.71866,24.178034,8.68263,24.034561,24.567001,250.35483,82.22048,162.45712,1391.231,105.685844,1723.8893,1647.3275,12.844617,13.101921,1749.2207,23.641958,20.121943,445.8577,41.651344,70.44338,29.97518,124.36006,268.72482,438.10904,5.6458964,47.12532,175.94595,378.74518,10.480345,92.16677,11.058076,1.5815693,59.186447,0.9902543,1.0935372,3.1688561,11.191469,32.97711,19.32832,21.412634,601.1442,54.236446,31.403803,39.714046,14.577861,83.70934,12.367653,26.654951,11.20961,74.03853,24.261627,35.834007,45.81863,10.29096,49.231243,39.004276,1.2451291,66.102615,10.618046,222.81375,7.5235825,302.29306,22.294008,1004.3978,135.34814,3.2360492,10.576545,157.6922,197.28244,949.8146,867.63916 +2023-12-31 00:00:00,0.0,2555.535,47.439495,10.310506,48.172485,33.412907,273.07764,30.307367,53.989002,19.182909,29.430696,241.33705,132.4193,15.802096,60.571568,0.37173086,0.4381213,51.604973,15.50266,24.444723,650.4575,13.021807,813.39667,125.44765,14.05382,47.531403,413.95935,69.012405,821.2366,252.35132,2840.6292,30.954792,2831.792,273.27695,16.914196,17.149931,77.433174,233.49715,286.13306,475.23514,41.387096,24.447874,10.710392,515.41833,207.07956,51.039543,7.409939,548.7306,12.334654,594.1709,5.9013753,29.414043,0.0,743.6644,1762.0724,0.25202468,92.94447,14.407666,9994.629,25.70901,0.97219044,5.899693,15.803895,7.069464,2.0269146,8.715669,237.98047,55.614697,4.945034,0.64090747,2.6563408,117.37956,1.0687928,138.1442,141.46774,1733.8307,217.38387,86.85774,150.69356,752.21185,37.481853,31.282433,658.84,53.820454,76.03231,10.265947,19.449818,188.53404,10.754661,10.288246,51.45939,16.165464,3997.3118,18.073269,20.056452,15.683599,9.624237,265.682,49.72263,23.959677,7.302109,6.548062,14.368026,55.809937,75.52744,31.054033,179.15582,18.322426,4.4455147,44.616646,26.386774,42.84036,113.460556,20.696321,1.6943548,21.421114,13.507821,1819.5975,20.022335,0.8816283,23.922043,11.45584,120.5759,86.9,104.62647,7.6229033,86.42097,336.2993,248.15346,26.329119,245.82748,81.870964,47.920506,69.68004,89.83404,12.58354,39.370888,488.8847,2.9044633,5.4963117,196.82631,24.17834,8.681524,24.049374,24.576075,250.47038,82.25766,162.45926,1391.9143,105.483864,1723.2184,1647.0461,12.834032,13.082845,1748.634,23.64184,20.091398,445.75668,41.606293,70.380646,29.942278,124.21137,268.65247,438.06714,5.6404605,47.08888,175.74712,378.64606,10.475608,92.1341,11.05242,1.581439,59.19578,0.9900344,1.093241,3.1668212,11.189677,32.92955,19.322392,21.416128,601.5986,54.20699,31.384792,39.685482,14.57189,83.745964,12.36828,26.68742,11.203226,74.00422,24.238247,35.86482,45.834885,10.290322,49.27742,39.030106,1.2446167,66.067,10.611076,222.79295,7.520477,302.18054,22.29615,1004.7457,135.26872,3.2333982,10.574728,157.6226,197.15752,949.568,867.9311 +2023-12-31 01:00:00,0.0,2554.3066,47.406654,10.279146,48.12559,33.390285,272.9936,30.28878,53.944218,19.178543,29.397602,241.14844,132.46956,15.790378,60.404976,0.37180197,0.4386679,51.585773,15.523993,24.462515,649.88464,13.019229,812.7519,125.43126,14.072534,47.55219,413.61893,69.04073,821.77765,252.41307,2838.6497,30.989624,2831.9749,273.5459,16.935219,17.168844,77.52555,233.47685,286.11224,475.73325,41.370968,24.426262,10.70916,514.9885,207.29938,51.05323,7.4044275,548.8365,12.331412,594.241,5.9012275,29.398876,0.0,743.62494,1761.4187,0.252034,92.82515,14.403183,9989.84,25.708633,0.9724612,5.8955393,15.793981,7.0709796,2.027111,8.710055,237.88031,55.584454,4.9390287,0.64090353,2.6571903,117.385506,1.0676548,138.12952,141.28159,1733.3127,217.01718,86.84304,150.6716,752.89874,37.519646,31.306475,659.56915,53.867897,76.10038,10.262665,19.449402,188.58586,10.747224,10.286621,51.463085,16.170044,3997.757,18.071936,20.0541,15.682708,9.622727,265.78555,49.736576,23.971775,7.302932,6.546093,14.370706,55.80851,75.48,31.055948,179.18967,18.319824,4.4446683,44.60951,26.3717,42.792843,113.49476,20.710642,1.6925067,21.444044,13.500276,1818.7877,20.038689,0.8791497,23.880499,11.453614,120.54949,86.913895,104.60645,7.6284924,86.44822,336.14395,248.01074,26.322525,245.67229,81.92356,47.91167,69.67552,89.911476,12.592932,39.389927,488.87088,2.9076998,5.5018816,196.93394,24.178648,8.68042,24.064188,24.585148,250.58594,82.294846,162.4614,1392.5975,105.28189,1722.5474,1646.7646,12.823447,13.063767,1748.0474,23.641722,20.060854,445.65567,41.561237,70.31791,29.909376,124.06268,268.5801,438.0252,5.6350245,47.052437,175.54828,378.54694,10.470871,92.10143,11.046763,1.5813088,59.205116,0.98981446,1.0929447,3.1647863,11.187885,32.881985,19.316463,21.419624,602.0529,54.177532,31.365784,39.65692,14.565918,83.78259,12.368908,26.719889,11.196841,73.96991,24.214869,35.895634,45.85114,10.289683,49.3236,39.055935,1.2441043,66.031395,10.604107,222.77214,7.517371,302.06802,22.298294,1005.0936,135.1893,3.2307472,10.57291,157.553,197.0326,949.3214,868.22296 +2023-12-31 02:00:00,0.0,2553.0784,47.373817,10.247786,48.0787,33.367664,272.90952,30.270193,53.899437,19.174175,29.364508,240.95982,132.51984,15.778658,60.238384,0.37187308,0.43921453,51.566574,15.545325,24.480307,649.31177,13.01665,812.1071,125.41486,14.0912485,47.572975,413.2785,69.06906,822.3187,252.47482,2836.6702,31.024456,2832.158,273.81488,16.956242,17.187757,77.61793,233.45654,286.09143,476.23135,41.35484,24.404648,10.707928,514.5587,207.51921,51.06692,7.3989167,548.9424,12.32817,594.31116,5.90108,29.383709,0.0,743.5855,1760.7649,0.25204334,92.70582,14.3987,9985.051,25.708258,0.97273207,5.891385,15.784065,7.072495,2.0273075,8.704442,237.78015,55.55421,4.933024,0.64089966,2.65804,117.39145,1.066517,138.11482,141.09543,1732.7948,216.65048,86.82834,150.64964,753.5856,37.557434,31.330515,660.2983,53.91534,76.16846,10.259382,19.448986,188.6377,10.739788,10.284997,51.466785,16.174625,3998.2024,18.070602,20.051746,15.681816,9.621218,265.88907,49.750523,23.983871,7.303755,6.5441246,14.373386,55.807087,75.43256,31.057863,179.2235,18.317225,4.443822,44.602367,26.356627,42.74533,113.52896,20.724962,1.6906586,21.466974,13.492731,1817.9778,20.055044,0.87667114,23.838955,11.451388,120.52308,86.92778,104.58643,7.6340814,86.475464,335.98862,247.86801,26.315931,245.51709,81.976166,47.902832,69.67101,89.988914,12.602324,39.40897,488.85706,2.9109366,5.507452,197.04158,24.178955,8.679315,24.079,24.594221,250.70149,82.33202,162.46353,1393.2809,105.07991,1721.8765,1646.4833,12.812862,13.044691,1747.4607,23.641603,20.03031,445.55463,41.516186,70.25517,29.876474,123.913994,268.50775,437.9833,5.6295886,47.016,175.34944,378.44785,10.466134,92.068756,11.041107,1.5811785,59.21445,0.9895946,1.0926485,3.1627514,11.186093,32.83442,19.310534,21.423119,602.50726,54.148075,31.346775,39.62836,14.559946,83.81922,12.3695345,26.752357,11.190457,73.9356,24.191488,35.926445,45.867393,10.289045,49.369778,39.081764,1.2435919,65.99578,10.597137,222.75134,7.5142655,301.9555,22.300438,1005.4415,135.10988,3.2280962,10.571093,157.4834,196.90767,949.0749,868.5149 +2023-12-31 03:00:00,0.0,2551.85,47.340977,10.216425,48.031807,33.345043,272.82547,30.251604,53.854652,19.16981,29.331415,240.77121,132.5701,15.766938,60.07179,0.3719442,0.43976113,51.547375,15.566657,24.498098,648.73895,13.014072,811.4624,125.398476,14.109962,47.593758,412.9381,69.0974,822.8598,252.53656,2834.6907,31.05929,2832.3408,274.08383,16.977264,17.20667,77.710304,233.43625,286.0706,476.7295,41.33871,24.383036,10.706695,514.12897,207.73903,51.080612,7.3934054,549.0482,12.324927,594.3812,5.900933,29.36854,0.0,743.5461,1760.1112,0.2520527,92.586494,14.394217,9980.262,25.707882,0.9730029,5.8872313,15.774152,7.074011,2.027504,8.698829,237.68,55.52397,4.9270186,0.6408958,2.6588895,117.3974,1.065379,138.10013,140.90927,1732.2769,216.2838,86.81363,150.62769,754.27246,37.595226,31.354557,661.02747,53.96278,76.23653,10.2561,19.44857,188.68951,10.732352,10.283373,51.47048,16.179205,3998.648,18.069267,20.049395,15.680924,9.619707,265.99258,49.764473,23.995968,7.3045774,6.542156,14.376066,55.805664,75.385124,31.059778,179.25734,18.314623,4.4429755,44.59523,26.341553,42.697815,113.563156,20.73928,1.6888105,21.489904,13.485186,1817.168,20.071398,0.8741926,23.797411,11.4491625,120.49667,86.94167,104.566414,7.63967,86.502716,335.83328,247.7253,26.309338,245.3619,82.02876,47.893997,69.6665,90.06635,12.611716,39.428013,488.84326,2.9141731,5.5130224,197.14922,24.179262,8.678209,24.093813,24.603294,250.81705,82.3692,162.46568,1393.9641,104.87793,1721.2054,1646.2018,12.8022785,13.025614,1746.8741,23.641483,19.999765,445.4536,41.47113,70.19244,29.843573,123.765305,268.4354,437.9414,5.624153,46.979557,175.1506,378.34872,10.461397,92.03609,11.035451,1.5810483,59.223785,0.9893747,1.0923522,3.1607165,11.184301,32.786854,19.304605,21.426613,602.9616,54.118614,31.327765,39.5998,14.553975,83.85585,12.370162,26.784826,11.1840725,73.90129,24.16811,35.95726,45.883648,10.288407,49.41596,39.107594,1.2430795,65.96017,10.590168,222.73055,7.51116,301.84302,22.302582,1005.78937,135.03046,3.2254453,10.569276,157.41379,196.78276,948.8283,868.80676 +2023-12-31 04:00:00,0.0,2550.6218,47.308136,10.185064,47.984913,33.322422,272.7414,30.233017,53.809868,19.165442,29.29832,240.5826,132.62038,15.755219,59.905197,0.3720153,0.44030774,51.528175,15.58799,24.51589,648.1661,13.011495,810.8176,125.38209,14.128676,47.614544,412.5977,69.125725,823.4008,252.59831,2832.711,31.094122,2832.5237,274.3528,16.99829,17.225584,77.80268,233.41595,286.04977,477.2276,41.322582,24.361423,10.705462,513.69916,207.95885,51.0943,7.3878946,549.1541,12.321686,594.45135,5.9007854,29.353373,0.0,743.50665,1759.4575,0.25206202,92.46717,14.389733,9975.472,25.707508,0.97327375,5.8830776,15.764236,7.075526,2.0277004,8.693215,237.57983,55.49373,4.9210134,0.6408919,2.6597393,117.40334,1.064241,138.08545,140.72311,1731.7589,215.91711,86.79893,150.60574,754.95935,37.633015,31.3786,661.7566,54.010223,76.3046,10.252817,19.448154,188.74133,10.724916,10.281749,51.47418,16.183784,3999.0933,18.067934,20.047043,15.680033,9.618197,266.09613,49.77842,24.008064,7.3054004,6.540188,14.378747,55.804237,75.337685,31.061693,179.29118,18.312021,4.442129,44.588093,26.326479,42.6503,113.59736,20.753601,1.6869624,21.512835,13.47764,1816.358,20.087751,0.871714,23.755869,11.446936,120.47027,86.95556,104.546394,7.645259,86.52997,335.67795,247.58258,26.302744,245.20671,82.08136,47.88516,69.66198,90.14379,12.621108,39.447052,488.82944,2.91741,5.518593,197.25687,24.179571,8.677104,24.108627,24.612368,250.9326,82.40639,162.46782,1394.6473,104.67595,1720.5345,1645.9203,12.791694,13.006537,1746.2875,23.641365,19.969221,445.3526,41.426075,70.12971,29.810669,123.616615,268.363,437.8995,5.618717,46.943115,174.95177,378.2496,10.45666,92.00342,11.029795,1.580918,59.23312,0.98915476,1.0920559,3.1586816,11.182508,32.739292,19.298677,21.430107,603.4159,54.089157,31.308756,39.571236,14.548003,83.89247,12.37079,26.817295,11.177689,73.86698,24.14473,35.98807,45.899902,10.287768,49.462135,39.13342,1.2425671,65.92455,10.583199,222.70975,7.5080543,301.7305,22.304724,1006.13727,134.95103,3.2227943,10.567458,157.3442,196.65784,948.5817,869.09863 +2023-12-31 05:00:00,0.0,2549.3936,47.2753,10.153705,47.938023,33.2998,272.65735,30.21443,53.765087,19.161076,29.265226,240.39398,132.67065,15.7435,59.7386,0.37208644,0.44085437,51.508976,15.609322,24.533684,647.59326,13.008916,810.1729,125.3657,14.147391,47.63533,412.25726,69.15405,823.9419,252.66006,2830.7314,31.128954,2832.7065,274.62177,17.019312,17.244497,77.895065,233.39566,286.02896,477.7257,41.30645,24.33981,10.704229,513.26935,208.17868,51.10799,7.382384,549.25995,12.318443,594.5214,5.900638,29.338205,0.0,743.46716,1758.8037,0.25207138,92.34784,14.38525,9970.683,25.707132,0.97354454,5.8789234,15.754322,7.077042,2.027897,8.687603,237.47969,55.463486,4.915008,0.64088804,2.660589,117.40929,1.0631032,138.07076,140.53696,1731.241,215.55042,86.784225,150.58379,755.64624,37.670807,31.402641,662.4857,54.057663,76.37267,10.249535,19.447739,188.79315,10.71748,10.280125,51.477875,16.188364,3999.5386,18.0666,20.044691,15.679141,9.616688,266.19965,49.792366,24.02016,7.306223,6.5382195,14.381427,55.802814,75.290245,31.06361,179.32503,18.309422,4.4412827,44.58095,26.311403,42.602783,113.63155,20.767921,1.6851143,21.535765,13.470095,1815.5482,20.104105,0.86923546,23.714325,11.44471,120.44386,86.96945,104.52637,7.650848,86.55722,335.5226,247.43985,26.29615,245.05151,82.13396,47.876324,69.65747,90.22124,12.6305,39.466095,488.81564,2.9206464,5.5241632,197.3645,24.179878,8.675999,24.12344,24.62144,251.04817,82.443565,162.46996,1395.3307,104.47397,1719.8635,1645.6389,12.781109,12.98746,1745.7008,23.641247,19.938677,445.2516,41.381023,70.06697,29.777767,123.46793,268.29065,437.85757,5.6132812,46.906673,174.75293,378.15048,10.451923,91.97075,11.0241375,1.5807878,59.242455,0.9889349,1.0917597,3.1566467,11.1807165,32.691727,19.29275,21.433601,603.87024,54.0597,31.289747,39.542675,14.542032,83.9291,12.371417,26.849764,11.171304,73.832664,24.12135,36.018887,45.916157,10.28713,49.508316,39.15925,1.2420547,65.88894,10.576229,222.68895,7.5049486,301.61798,22.306868,1006.48517,134.87161,3.2201436,10.56564,157.2746,196.53291,948.33514,869.39056 +2023-12-31 06:00:00,0.0,2548.1653,47.24246,10.122344,47.89113,33.27718,272.57327,30.19584,53.720303,19.156708,29.232132,240.20537,132.72092,15.731781,59.57201,0.37215754,0.44140097,51.489777,15.630654,24.551476,647.0204,13.006338,809.52814,125.349304,14.166105,47.656116,411.91684,69.18238,824.483,252.72182,2828.752,31.163786,2832.8894,274.89075,17.040335,17.26341,77.98744,233.37537,286.00812,478.22385,41.29032,24.318197,10.702997,512.8396,208.3985,51.121677,7.3768725,549.3658,12.315201,594.59155,5.9004908,29.323038,0.0,743.42773,1758.15,0.2520807,92.228516,14.380767,9965.894,25.706757,0.9738154,5.8747697,15.744408,7.0785575,2.0280936,8.68199,237.37953,55.433243,4.909003,0.64088416,2.6614385,117.41523,1.0619652,138.05606,140.3508,1730.723,215.18373,86.769516,150.56183,756.33307,37.708595,31.426682,663.2149,54.105106,76.44075,10.246252,19.447323,188.84497,10.710044,10.2785,51.481575,16.192945,3999.984,18.065268,20.04234,15.678249,9.615178,266.3032,49.806313,24.032259,7.307046,6.5362506,14.384108,55.80139,75.242805,31.065525,179.35886,18.30682,4.4404364,44.573814,26.29633,42.55527,113.66576,20.782242,1.6832662,21.558693,13.462549,1814.7384,20.120459,0.8667569,23.672781,11.442484,120.41746,86.98334,104.50635,7.656437,86.58447,335.36728,247.29713,26.289557,244.89632,82.186554,47.867485,69.652954,90.298676,12.639892,39.485138,488.80182,2.9238832,5.5297337,197.47214,24.180185,8.674893,24.138252,24.630514,251.16373,82.48075,162.47209,1396.0139,104.27199,1719.1926,1645.3574,12.770524,12.968384,1745.1141,23.641129,19.908133,445.15057,41.335968,70.004234,29.744865,123.319244,268.2183,437.81567,5.6078453,46.87023,174.5541,378.0514,10.447186,91.93807,11.018481,1.5806575,59.25179,0.988715,1.0914634,3.154612,11.178925,32.64416,19.286821,21.437098,604.3246,54.030243,31.270737,39.514114,14.53606,83.96573,12.372044,26.88223,11.16492,73.798355,24.097971,36.049698,45.93241,10.286491,49.554493,39.185078,1.2415423,65.853325,10.56926,222.66814,7.501843,301.50546,22.309011,1006.83307,134.79219,3.2174926,10.563824,157.20499,196.40799,948.08856,869.68243 +2023-12-31 07:00:00,0.0,2546.9368,47.20962,10.090983,47.844234,33.25456,272.4892,30.177254,53.675518,19.152342,29.19904,240.01675,132.7712,15.720061,59.405415,0.37222865,0.44194758,51.470577,15.651986,24.569267,646.4476,13.00376,808.8834,125.33292,14.18482,47.6769,411.57645,69.21071,825.02405,252.78357,2826.7725,31.198618,2833.0725,275.1597,17.061357,17.282324,78.07982,233.35506,285.9873,478.72195,41.274193,24.296585,10.701764,512.4098,208.61832,51.13537,7.3713617,549.4717,12.311959,594.6616,5.9003434,29.307869,0.0,743.3883,1757.4963,0.25209007,92.10919,14.376283,9961.1045,25.70638,0.9740862,5.870616,15.734493,7.080073,2.02829,8.676376,237.27937,55.403004,4.9029975,0.6408803,2.6622882,117.42117,1.0608273,138.04138,140.16466,1730.2051,214.81705,86.754814,150.53989,757.01996,37.746387,31.450724,663.94403,54.152546,76.50882,10.2429695,19.446907,188.8968,10.702608,10.2768755,51.48527,16.197525,4000.4292,18.063934,20.039986,15.677358,9.6136675,266.4067,49.82026,24.044355,7.307869,6.534282,14.386787,55.799965,75.195366,31.06744,179.3927,18.304218,4.43959,44.566677,26.281256,42.507755,113.69995,20.79656,1.681418,21.581623,13.455005,1813.9285,20.136812,0.8642783,23.631239,11.440258,120.39105,86.99722,104.48633,7.662026,86.611725,335.21194,247.15442,26.282963,244.74112,82.23916,47.85865,69.64844,90.376114,12.649284,39.50418,488.788,2.9271197,5.535304,197.57977,24.180492,8.673788,24.153065,24.639587,251.27928,82.51793,162.47423,1396.6973,104.070015,1718.5216,1645.076,12.759939,12.9493065,1744.5276,23.64101,19.877588,445.04953,41.290916,69.9415,29.711964,123.170555,268.14594,437.77377,5.6024094,46.83379,174.35526,377.95227,10.44245,91.9054,11.012825,1.5805272,59.261124,0.98849505,1.0911672,3.1525772,11.177133,32.596596,19.280893,21.440592,604.77893,54.000786,31.251728,39.48555,14.530088,84.00235,12.372671,26.9147,11.158535,73.764046,24.07459,36.08051,45.948666,10.285853,49.600674,39.210907,1.2410299,65.81771,10.56229,222.64734,7.4987373,301.39294,22.311155,1007.18097,134.71277,3.2148416,10.562006,157.13539,196.28307,947.842,869.9743 +2023-12-31 08:00:00,0.0,2545.7085,47.17678,10.059623,47.797344,33.231937,272.40515,30.158667,53.630737,19.147974,29.165945,239.82814,132.82146,15.708342,59.238823,0.37229976,0.44249418,51.451378,15.673319,24.587059,645.8747,13.001182,808.23865,125.31653,14.203534,47.697685,411.23602,69.23904,825.5651,252.84532,2824.7927,31.23345,2833.2554,275.42868,17.08238,17.301237,78.172195,233.33476,285.9665,479.2201,41.258064,24.274971,10.700532,511.98,208.83813,51.149055,7.3658504,549.5775,12.308717,594.73175,5.900196,29.292702,0.0,743.3489,1756.8425,0.2520994,91.98986,14.371799,9956.315,25.706005,0.974357,5.866462,15.724579,7.0815887,2.0284865,8.670763,237.17921,55.37276,4.8969927,0.6408764,2.663138,117.42712,1.0596894,138.02669,139.9785,1729.6871,214.45035,86.74011,150.51793,757.70685,37.784176,31.474766,664.67316,54.19999,76.5769,10.239687,19.446491,188.94862,10.695171,10.275251,51.488968,16.202105,4000.8745,18.062601,20.037634,15.676466,9.612158,266.51022,49.834206,24.056452,7.3086915,6.532314,14.389468,55.798542,75.14793,31.069355,179.42654,18.301617,4.4387436,44.559536,26.266182,42.46024,113.73415,20.81088,1.6795698,21.604553,13.447459,1813.1187,20.153166,0.8617998,23.589695,11.438032,120.36465,87.011116,104.46631,7.6676145,86.63898,335.0566,247.01169,26.27637,244.58594,82.291756,47.84981,69.64393,90.45355,12.658676,39.52322,488.7742,2.9303565,5.540874,197.68741,24.1808,8.672683,24.16788,24.64866,251.39484,82.55511,162.47636,1397.3805,103.868034,1717.8507,1644.7946,12.749354,12.93023,1743.9409,23.64089,19.847044,444.94852,41.24586,69.87876,29.679062,123.021866,268.07358,437.73184,5.5969734,46.797348,174.1564,377.85315,10.437713,91.872734,11.007169,1.580397,59.27046,0.9882752,1.090871,3.1505423,11.175341,32.549034,19.274965,21.444086,605.2333,53.971325,31.23272,39.45699,14.524117,84.03898,12.373299,26.947168,11.152151,73.72974,24.051212,36.111324,45.96492,10.285214,49.64685,39.236736,1.2405175,65.7821,10.555322,222.62654,7.4956317,301.28043,22.3133,1007.5289,134.63335,3.2121906,10.560188,157.06578,196.15814,947.59546,870.26624 +2023-12-31 09:00:00,0.0,2544.4802,47.14394,10.028263,47.75045,33.209316,272.32108,30.14008,53.585953,19.143608,29.13285,239.63953,132.87173,15.696623,59.07223,0.37237087,0.44304082,51.432182,15.694651,24.60485,645.3019,12.998604,807.5939,125.30013,14.222249,47.71847,410.8956,69.26737,826.1062,252.90707,2822.8132,31.268284,2833.4382,275.69763,17.103403,17.320152,78.26457,233.31447,285.94565,479.7182,41.241936,24.253359,10.6993,511.5502,209.05797,51.162746,7.3603396,549.6834,12.305475,594.8019,5.9000487,29.277534,0.0,743.30945,1756.1888,0.25210875,91.87054,14.367316,9951.525,25.70563,0.97462785,5.862308,15.7146635,7.083104,2.028683,8.66515,237.07906,55.342518,4.8909874,0.64087254,2.6639874,117.43306,1.0585514,138.012,139.79234,1729.1692,214.08366,86.7254,150.49597,758.39374,37.821968,31.498806,665.40234,54.24743,76.644966,10.236404,19.446075,189.00044,10.687736,10.273627,51.49267,16.206684,4001.3198,18.061268,20.035282,15.675574,9.610648,266.61377,49.848156,24.068548,7.3095145,6.5303454,14.392148,55.79712,75.10049,31.07127,179.46039,18.299017,4.437897,44.5524,26.251108,42.412724,113.76835,20.825201,1.6777217,21.627483,13.439914,1812.3087,20.16952,0.85932124,23.548151,11.435805,120.33824,87.025,104.44629,7.6732035,86.66623,334.90128,246.86897,26.269775,244.43074,82.34435,47.840977,69.63941,90.53099,12.668068,39.542263,488.76038,2.933593,5.5464444,197.79506,24.181107,8.671577,24.182692,24.657734,251.51039,82.59229,162.4785,1398.0638,103.66605,1717.1797,1644.5132,12.7387705,12.911153,1743.3542,23.640772,19.8165,444.8475,41.20081,69.816025,29.64616,122.87318,268.00122,437.68994,5.591538,46.760906,173.95757,377.75403,10.432977,91.840065,11.001513,1.5802667,59.279793,0.9880553,1.0905747,3.1485074,11.173549,32.50147,19.269037,21.44758,605.6876,53.941868,31.21371,39.42843,14.518146,84.07561,12.373925,26.979637,11.145766,73.69543,24.027832,36.142136,45.98118,10.284576,49.69303,39.262566,1.2400051,65.74648,10.548352,222.60574,7.492526,301.1679,22.315441,1007.8768,134.55392,3.2095397,10.558372,156.99619,196.03323,947.3489,870.5581 +2023-12-31 10:00:00,0.0,2543.252,47.111103,9.996902,47.703556,33.186695,272.23703,30.12149,53.54117,19.13924,29.099756,239.45091,132.92201,15.684903,58.905636,0.37244198,0.44358742,51.412983,15.715983,24.622644,644.729,12.996026,806.94916,125.283745,14.240963,47.739254,410.55518,69.2957,826.6473,252.96883,2820.8337,31.303116,2833.621,275.9666,17.124428,17.339066,78.35695,233.29417,285.92484,480.2163,41.225807,24.231747,10.698067,511.12042,209.27779,51.176434,7.354829,549.7893,12.302233,594.87195,5.899901,29.262367,0.0,743.27,1755.5352,0.25211808,91.75121,14.362833,9946.736,25.705256,0.9748987,5.8581543,15.704748,7.08462,2.0288794,8.659537,236.9789,55.312275,4.884982,0.6408686,2.6648371,117.439,1.0574135,137.99731,139.60619,1728.6512,213.71698,86.7107,150.47401,759.08057,37.859756,31.522848,666.1315,54.294872,76.71304,10.233122,19.44566,189.05226,10.6803,10.272003,51.496365,16.211266,4001.7651,18.059935,20.03293,15.674683,9.6091385,266.7173,49.862103,24.080645,7.310337,6.528377,14.394829,55.795692,75.05305,31.073185,179.49422,18.296415,4.437051,44.54526,26.236034,42.36521,113.80255,20.839521,1.6758736,21.650414,13.432368,1811.4989,20.185873,0.85684264,23.506607,11.433579,120.31184,87.038895,104.42627,7.6787925,86.69348,334.74594,246.72626,26.26318,244.27554,82.39695,47.832138,69.634895,90.60843,12.67746,39.561306,488.74658,2.9368298,5.552015,197.9027,24.181414,8.670472,24.197504,24.666807,251.62595,82.62947,162.48064,1398.7471,103.46407,1716.5088,1644.2317,12.728186,12.892076,1742.7676,23.640654,19.785955,444.7465,41.155754,69.753296,29.613258,122.72449,267.92886,437.64804,5.586102,46.724464,173.75873,377.65494,10.42824,91.80739,10.995856,1.5801364,59.289127,0.98783535,1.0902785,3.1464725,11.171756,32.453903,19.26311,21.451075,606.14197,53.91241,31.1947,39.399864,14.512174,84.11223,12.374553,27.012106,11.139382,73.66112,24.004454,36.17295,45.997433,10.283937,49.73921,39.288395,1.2394927,65.71087,10.541383,222.58495,7.4894204,301.0554,22.317585,1008.2247,134.4745,3.206889,10.556554,156.92659,195.90831,947.1023,870.85 +2023-12-31 11:00:00,0.0,2542.0237,47.078262,9.965542,47.656666,33.164074,272.15295,30.102903,53.496387,19.134874,29.066664,239.2623,132.97227,15.673184,58.739044,0.3725131,0.44413403,51.393784,15.737315,24.640436,644.1561,12.993447,806.3044,125.26736,14.259677,47.76004,410.21475,69.32403,827.18835,253.03056,2818.8542,31.337948,2833.804,276.23557,17.14545,17.357979,78.449326,233.27388,285.90402,480.71445,41.20968,24.210133,10.696835,510.6906,209.4976,51.190125,7.3493176,549.89514,12.29899,594.9421,5.8997536,29.247198,0.0,743.2306,1754.8813,0.2521274,91.63188,14.35835,9941.947,25.70488,0.97516954,5.8540006,15.694835,7.0861354,2.0290759,8.653924,236.87874,55.282036,4.878977,0.64086473,2.6656868,117.44495,1.0562756,137.98262,139.42003,1728.1333,213.35028,86.696,150.45207,759.76746,37.89755,31.54689,666.8606,54.342316,76.78111,10.229839,19.445244,189.10408,10.672864,10.270378,51.50006,16.215845,4002.2107,18.058601,20.030579,15.673791,9.607628,266.8208,49.87605,24.092741,7.31116,6.526408,14.397509,55.79427,75.00561,31.075102,179.52806,18.293814,4.4362044,44.53812,26.22096,42.317696,113.83675,20.85384,1.6740255,21.673342,13.424823,1810.689,20.202229,0.8543641,23.465065,11.431354,120.28543,87.05278,104.40625,7.6843815,86.720726,334.5906,246.58353,26.256586,244.12036,82.44955,47.823303,69.63039,90.685875,12.686852,39.58035,488.73276,2.9400663,5.5575852,198.01033,24.18172,8.669368,24.212318,24.67588,251.7415,82.66665,162.48277,1399.4303,103.26209,1715.8378,1643.9503,12.717601,12.872999,1742.1809,23.640535,19.75541,444.64548,41.1107,69.69056,29.580357,122.575806,267.8565,437.60614,5.580666,46.688026,173.55989,377.55582,10.423503,91.77472,10.9902,1.5800061,59.298462,0.98761547,1.0899823,3.1444376,11.169964,32.406338,19.25718,21.45457,606.5963,53.882954,31.175692,39.371304,14.506203,84.14886,12.37518,27.044575,11.1329975,73.62681,23.981073,36.203762,46.013687,10.283299,49.78539,39.314224,1.2389803,65.67526,10.534413,222.56415,7.486315,300.94287,22.319729,1008.5726,134.39508,3.204238,10.554737,156.85698,195.78339,946.8557,871.1419 +2023-12-31 12:00:00,0.0,2540.7954,47.04542,9.934181,47.60977,33.141453,272.0689,30.084316,53.451603,19.130508,29.03357,239.07368,133.02255,15.661465,58.57245,0.3725842,0.44468066,51.374584,15.758648,24.658228,643.5833,12.9908695,805.65967,125.25097,14.278392,47.780827,409.87436,69.352356,827.7294,253.09232,2816.8748,31.37278,2833.987,276.50455,17.166473,17.376892,78.5417,233.25357,285.8832,481.21255,41.19355,24.18852,10.695601,510.26083,209.71744,51.20381,7.3438067,550.00104,12.295749,595.01215,5.899606,29.23203,0.0,743.19116,1754.2277,0.25213677,91.51256,14.353867,9937.158,25.704504,0.9754403,5.8498464,15.684919,7.087651,2.0292723,8.648311,236.77858,55.251793,4.8729715,0.64086086,2.6665363,117.45089,1.0551376,137.96794,139.23387,1727.6154,212.9836,86.68129,150.43011,760.45435,37.935337,31.57093,667.5898,54.389755,76.84919,10.226557,19.444828,189.15591,10.665427,10.268754,51.503757,16.220425,4002.656,18.057266,20.028225,15.672899,9.606118,266.92435,49.889996,24.10484,7.311983,6.52444,14.400188,55.792843,74.95817,31.077017,179.5619,18.291214,4.435358,44.530983,26.205887,42.27018,113.87095,20.86816,1.6721774,21.696272,13.417278,1809.8792,20.218582,0.85188556,23.423521,11.429128,120.259026,87.06667,104.38623,7.68997,86.74798,334.43527,246.44081,26.249992,243.96516,82.50215,47.81447,69.62587,90.76331,12.696244,39.59939,488.71893,2.943303,5.5631557,198.11797,24.182028,8.6682625,24.22713,24.684954,251.85706,82.703835,162.48492,1400.1136,103.06011,1715.1669,1643.6688,12.707016,12.853922,1741.5944,23.640417,19.724865,444.54443,41.065647,69.62782,29.547455,122.42712,267.78412,437.5642,5.57523,46.651585,173.36105,377.4567,10.418766,91.74205,10.984543,1.579876,59.307796,0.9873956,1.0896859,3.1424026,11.168172,32.358776,19.251251,21.458065,607.0506,53.853493,31.156683,39.342743,14.500231,84.185486,12.375807,27.077044,11.126613,73.5925,23.957695,36.234577,46.02994,10.2826605,49.83157,39.34005,1.2384679,65.63965,10.527444,222.54333,7.483209,300.83038,22.321873,1008.9205,134.31566,3.201587,10.552919,156.78738,195.65846,946.60913,871.4338 +2023-12-31 13:00:00,0.0,2539.5671,47.012585,9.902821,47.562878,33.11883,271.98483,30.065727,53.40682,19.12614,29.000475,238.88507,133.07281,15.649745,58.405857,0.3726553,0.44522727,51.355385,15.77998,24.67602,643.01044,12.988292,805.0149,125.23457,14.297106,47.80161,409.53394,69.380684,828.27045,253.15407,2814.895,31.407612,2834.17,276.7735,17.187496,17.395805,78.63409,233.23328,285.86237,481.71066,41.177418,24.166908,10.694369,509.83102,209.93726,51.217503,7.3382955,550.10693,12.292506,595.0823,5.899459,29.216864,0.0,743.15173,1753.574,0.2521461,91.393234,14.349383,9932.368,25.704128,0.97571117,5.8456926,15.675006,7.0891666,2.0294688,8.642697,236.67842,55.22155,4.8669662,0.640857,2.667386,117.45683,1.0539997,137.95325,139.04771,1727.0974,212.61691,86.66659,150.40816,761.14124,37.97313,31.594973,668.3189,54.4372,76.91726,10.223274,19.444412,189.20773,10.657991,10.26713,51.507458,16.225004,4003.1013,18.055933,20.025873,15.672008,9.604609,267.02786,49.903942,24.116936,7.3128057,6.5224714,14.402869,55.79142,74.91073,31.078932,179.59575,18.288612,4.4345117,44.523846,26.190813,42.222664,113.90514,20.88248,1.6703293,21.719202,13.409733,1809.0692,20.234936,0.84940696,23.381977,11.426901,120.23262,87.08056,104.36621,7.695559,86.77523,334.27994,246.2981,26.243399,243.80997,82.55475,47.80563,69.62135,90.84075,12.705636,39.61843,488.70514,2.9465396,5.568726,198.22562,24.182335,8.667157,24.241943,24.694027,251.97261,82.74101,162.48706,1400.7969,102.85813,1714.4958,1643.3875,12.696431,12.834846,1741.0077,23.640297,19.69432,444.44342,41.02059,69.56509,29.514553,122.27843,267.71176,437.5223,5.569794,46.615143,173.16222,377.35757,10.414029,91.70938,10.978887,1.5797457,59.31713,0.9871757,1.0893897,3.1403677,11.16638,32.31121,19.245323,21.46156,607.50494,53.824036,31.137672,39.31418,14.494259,84.22211,12.376434,27.109512,11.120229,73.55818,23.934315,36.26539,46.046196,10.282022,49.877747,39.36588,1.2379555,65.604034,10.520474,222.52254,7.4801035,300.71786,22.324015,1009.2684,134.23624,3.198936,10.551102,156.71777,195.53354,946.36255,871.72565 +2023-12-31 14:00:00,0.0,2538.3386,46.979744,9.871461,47.515987,33.096214,271.9008,30.04714,53.362038,19.121775,28.96738,238.69646,133.1231,15.638026,58.23926,0.3727264,0.44577387,51.336185,15.801312,24.693811,642.4376,12.985713,804.3702,125.218185,14.315821,47.822395,409.1935,69.40901,828.8115,253.21582,2812.9155,31.442444,2834.3528,277.04248,17.208519,17.414719,78.72646,233.21298,285.84155,482.2088,41.16129,24.145294,10.693136,509.40125,210.15707,51.231194,7.3327847,550.21277,12.289264,595.15234,5.8993115,29.201696,0.0,743.1123,1752.9202,0.25215545,91.2739,14.344899,9927.579,25.703753,0.975982,5.841539,15.665091,7.090682,2.0296655,8.637084,236.57826,55.191307,4.860961,0.6408531,2.6682358,117.462776,1.0528618,137.93855,138.86156,1726.5795,212.25021,86.651886,150.3862,761.82806,38.010918,31.619015,669.04803,54.48464,76.98534,10.219992,19.443996,189.25955,10.650556,10.265506,51.511154,16.229586,4003.5466,18.0546,20.023521,15.671116,9.603099,267.13138,49.91789,24.129032,7.3136287,6.520503,14.405549,55.789997,74.86328,31.080847,179.62958,18.28601,4.4336653,44.516705,26.17574,42.17515,113.93935,20.896801,1.6684811,21.742132,13.402187,1808.2594,20.25129,0.8469284,23.340433,11.424675,120.206215,87.09445,104.34619,7.701148,86.80248,334.1246,246.15536,26.236805,243.65477,82.607346,47.796795,69.616844,90.91819,12.715028,39.637474,488.6913,2.9497764,5.5742965,198.33325,24.182642,8.666052,24.256758,24.7031,252.08817,82.77819,162.4892,1401.4802,102.65616,1713.825,1643.106,12.685846,12.815768,1740.421,23.640179,19.663776,444.3424,40.97554,69.50235,29.481651,122.12974,267.6394,437.4804,5.564358,46.5787,172.96338,377.25848,10.409292,91.676704,10.97323,1.5796154,59.326466,0.98695576,1.0890934,3.138333,11.164588,32.263645,19.239395,21.465054,607.9593,53.79458,31.118664,39.285618,14.488288,84.258736,12.377062,27.141981,11.113844,73.52387,23.910934,36.296204,46.06245,10.281384,49.923927,39.39171,1.2374431,65.56842,10.513505,222.50174,7.476998,300.60535,22.326159,1009.6163,134.15681,3.196285,10.549285,156.64818,195.40862,946.11597,872.0176 +2023-12-31 15:00:00,0.0,2537.1104,46.946907,9.8401,47.469093,33.073593,271.8167,30.028553,53.317253,19.117407,28.934288,238.50784,133.17337,15.626307,58.07267,0.37279752,0.44632047,51.316986,15.822644,24.711603,641.86475,12.983135,803.7254,125.2018,14.334535,47.84318,408.8531,69.43735,829.3526,253.27757,2810.936,31.477278,2834.5356,277.31143,17.229542,17.433632,78.81884,233.19269,285.82074,482.7069,41.14516,24.123682,10.691904,508.97147,210.37689,51.24488,7.327274,550.3186,12.286022,595.2225,5.899164,29.186527,0.0,743.0729,1752.2665,0.25216478,91.15458,14.340416,9922.79,25.703377,0.97625285,5.837385,15.655176,7.0921974,2.029862,8.631471,236.4781,55.161068,4.854956,0.64084923,2.6690853,117.46872,1.0517238,137.92387,138.6754,1726.0615,211.88353,86.63718,150.36426,762.51495,38.04871,31.643057,669.7772,54.53208,77.053406,10.216709,19.44358,189.31137,10.643119,10.263882,51.51485,16.234165,4003.992,18.053267,20.02117,15.670224,9.601588,267.23492,49.93184,24.141129,7.314451,6.5185347,14.40823,55.78857,74.81584,31.082762,179.66342,18.28341,4.432819,44.509567,26.160666,42.127636,113.97354,20.91112,1.666633,21.765062,13.394642,1807.4495,20.267643,0.8444499,23.298891,11.422449,120.17981,87.10834,104.32617,7.706737,86.829735,333.96927,246.01265,26.230211,243.49959,82.65994,47.787956,69.61233,90.99563,12.724421,39.656513,488.67752,2.953013,5.5798664,198.44089,24.18295,8.664947,24.27157,24.712172,252.20372,82.81538,162.49133,1402.1635,102.45418,1713.1539,1642.8246,12.675262,12.796692,1739.8344,23.64006,19.633232,444.2414,40.930485,69.43961,29.44875,121.98105,267.56705,437.4385,5.558923,46.54226,172.76454,377.15936,10.404555,91.644035,10.967574,1.579485,59.3358,0.9867359,1.0887972,3.1362982,11.162796,32.21608,19.233467,21.468548,608.41364,53.76512,31.099655,39.257057,14.482316,84.295364,12.377689,27.17445,11.10746,73.48956,23.887556,36.327015,46.078705,10.2807455,49.970104,39.417538,1.2369307,65.53281,10.506536,222.48094,7.473892,300.49283,22.328302,1009.9642,134.0774,3.193634,10.547467,156.57858,195.2837,945.86945,872.30945 +2023-12-31 16:00:00,0.0,2535.882,46.914066,9.80874,47.4222,33.050972,271.73264,30.009964,53.27247,19.11304,28.901194,238.31923,133.22363,15.614588,57.906075,0.37286863,0.4468671,51.297787,15.843977,24.729397,641.29193,12.980557,803.0807,125.1854,14.35325,47.863964,408.51266,69.465675,829.8937,253.33932,2808.9565,31.51211,2834.7185,277.5804,17.250566,17.452545,78.91122,233.1724,285.7999,483.20502,41.129032,24.10207,10.690671,508.54166,210.59673,51.25857,7.3217626,550.4245,12.28278,595.29254,5.899017,29.17136,0.0,743.03345,1751.6128,0.25217414,91.035255,14.335933,9918.001,25.703003,0.97652364,5.833231,15.645262,7.0937133,2.0300584,8.625858,236.37794,55.130825,4.848951,0.64084536,2.669935,117.47466,1.0505859,137.90918,138.48924,1725.5436,211.51685,86.622475,150.3423,763.20184,38.0865,31.667097,670.50635,54.57952,77.12148,10.213426,19.443165,189.36319,10.635683,10.262258,51.51855,16.238745,4004.4373,18.051933,20.018818,15.6693325,9.600079,267.33844,49.945786,24.153225,7.3152742,6.5165663,14.41091,55.787148,74.7684,31.084679,179.69727,18.28081,4.4319725,44.50243,26.145592,42.08012,114.007744,20.92544,1.6647849,21.78799,13.387096,1806.6396,20.283997,0.84197134,23.257347,11.420223,120.153404,87.12222,104.30615,7.712326,86.85699,333.81393,245.86993,26.223618,243.34439,82.71254,47.77912,69.60781,91.073074,12.733812,39.675556,488.6637,2.9562497,5.585437,198.54852,24.183256,8.663841,24.286383,24.721245,252.31927,82.852554,162.49347,1402.8468,102.2522,1712.483,1642.5431,12.664678,12.777615,1739.2477,23.639942,19.602688,444.14038,40.885433,69.376884,29.415848,121.83237,267.4947,437.39658,5.553487,46.505817,172.5657,377.06024,10.399818,91.61137,10.961918,1.5793549,59.345135,0.986516,1.088501,3.1342633,11.161003,32.168518,19.22754,21.472042,608.868,53.735664,31.080645,39.228493,14.476344,84.331985,12.378316,27.206919,11.101075,73.45525,23.864176,36.357826,46.09496,10.2801075,50.016285,39.443367,1.2364184,65.49719,10.499566,222.46014,7.4707866,300.3803,22.330446,1010.3121,133.99797,3.1909833,10.54565,156.50897,195.15878,945.62286,872.6013 +2023-12-31 17:00:00,0.0,2534.6538,46.881226,9.777379,47.37531,33.02835,271.6486,29.991377,53.227688,19.108673,28.8681,238.13062,133.27391,15.602868,57.739483,0.37293974,0.4474137,51.278587,15.865309,24.747189,640.71906,12.977979,802.4359,125.169014,14.3719635,47.88475,408.17227,69.494,830.43475,253.40108,2806.977,31.546942,2834.9016,277.84937,17.27159,17.471458,79.0036,233.15208,285.77908,483.70316,41.112904,24.080456,10.689439,508.11188,210.81654,51.27226,7.3162518,550.53033,12.279537,595.3627,5.8988695,29.156193,0.0,742.994,1750.959,0.25218347,90.915924,14.3314495,9913.212,25.702627,0.9767945,5.8290772,15.635346,7.0952287,2.0302548,8.620245,236.27779,55.100582,4.8429456,0.6408415,2.6707845,117.48061,1.049448,137.89449,138.30309,1725.0256,211.15015,86.60778,150.32034,763.88873,38.12429,31.69114,671.23553,54.626965,77.18955,10.210143,19.442749,189.41502,10.628247,10.2606325,51.522247,16.243324,4004.8826,18.0506,20.016464,15.668441,9.598569,267.44196,49.959732,24.165323,7.3160973,6.5145974,14.41359,55.785725,74.72096,31.086594,179.73111,18.278208,4.431126,44.49529,26.130518,42.032604,114.04194,20.93976,1.6629368,21.81092,13.379552,1805.8297,20.30035,0.83949274,23.215803,11.417997,120.12699,87.136116,104.28613,7.7179146,86.88424,333.6586,245.7272,26.217024,243.1892,82.765144,47.770283,69.6033,91.15051,12.743204,39.6946,488.64987,2.9594862,5.591007,198.65616,24.183563,8.662736,24.301197,24.730318,252.43483,82.88973,162.4956,1403.53,102.05022,1711.812,1642.2617,12.654093,12.758538,1738.6611,23.639822,19.572144,444.03934,40.840378,69.31415,29.382946,121.68368,267.42233,437.35468,5.548051,46.469376,172.36687,376.96112,10.3950815,91.5787,10.956262,1.5792246,59.35447,0.98629606,1.0882047,3.1322284,11.159211,32.120953,19.221611,21.475538,609.3223,53.706203,31.061636,39.199932,14.470373,84.368614,12.378943,27.239388,11.094691,73.420944,23.840797,36.38864,46.111214,10.279469,50.06246,39.469196,1.2359059,65.46158,10.492597,222.43933,7.467681,300.2678,22.33259,1010.66,133.91855,3.1883323,10.543833,156.43938,195.03386,945.3763,872.89325 +2023-12-31 18:00:00,0.0,2533.4255,46.84839,9.746019,47.328415,33.00573,271.5645,29.97279,53.182903,19.104307,28.835005,237.942,133.32417,15.591149,57.57289,0.37301087,0.44796032,51.259388,15.8866415,24.76498,640.1462,12.975401,801.79114,125.152626,14.390677,47.905537,407.83185,69.52233,830.9758,253.46283,2804.9973,31.581774,2835.0845,278.11835,17.292612,17.490372,79.09598,233.13179,285.75827,484.20126,41.096775,24.058844,10.688207,507.68207,211.03636,51.28595,7.3107405,550.6362,12.276296,595.4328,5.898722,29.141026,0.0,742.9546,1750.3053,0.2521928,90.7966,14.326966,9908.422,25.702251,0.9770653,5.8249235,15.625433,7.0967445,2.0304513,8.614632,236.17763,55.07034,4.8369403,0.6408376,2.6716342,117.48656,1.04831,137.8798,138.11693,1724.5077,210.78346,86.59308,150.29839,764.57556,38.16208,31.715181,671.96466,54.674408,77.25763,10.206861,19.442333,189.46684,10.620811,10.259008,51.525944,16.247906,4005.328,18.049267,20.014112,15.667549,9.597059,267.5455,49.97368,24.17742,7.31692,6.512629,14.41627,55.784298,74.67352,31.088509,179.76494,18.275606,4.4302797,44.48815,26.115442,41.985092,114.07614,20.95408,1.6610887,21.83385,13.372006,1805.0199,20.316704,0.8370142,23.17426,11.415771,120.100586,87.15,104.26611,7.7235036,86.91149,333.50327,245.58449,26.21043,243.034,82.81774,47.761448,69.598785,91.22795,12.752596,39.713642,488.63608,2.962723,5.5965776,198.76381,24.183872,8.661631,24.31601,24.739391,252.5504,82.92692,162.49774,1404.2133,101.848236,1711.1411,1641.9802,12.643508,12.739461,1738.0745,23.639704,19.5416,443.93832,40.795322,69.25141,29.350044,121.53499,267.34998,437.31277,5.542615,46.432934,172.16803,376.86203,10.390345,91.54602,10.950605,1.5790943,59.363804,0.9860762,1.0879085,3.1301935,11.157419,32.073387,19.215683,21.479033,609.7767,53.676746,31.042627,39.17137,14.464401,84.40524,12.379571,27.271854,11.088306,73.386635,23.817417,36.419453,46.12747,10.278831,50.108643,39.495026,1.2353935,65.425964,10.485627,222.41853,7.4645753,300.15527,22.334732,1011.0079,133.83913,3.1856813,10.542015,156.36977,194.90894,945.1297,873.1851 +2023-12-31 19:00:00,0.0,2532.1973,46.815548,9.714659,47.28152,32.98311,271.48047,29.954203,53.13812,19.09994,28.801912,237.75339,133.37445,15.57943,57.406296,0.37308198,0.44850695,51.240192,15.907973,24.782772,639.57336,12.972823,801.1464,125.13623,14.409392,47.926323,407.49142,69.55066,831.5169,253.52458,2803.0178,31.616606,2835.2673,278.3873,17.313635,17.509285,79.188354,233.1115,285.73743,484.69937,41.080647,24.037231,10.686974,507.2523,211.2562,51.299637,7.3052297,550.74207,12.273053,595.50287,5.898575,29.125856,0.0,742.91516,1749.6516,0.25220215,90.67728,14.322483,9903.633,25.701876,0.9773361,5.8207693,15.615518,7.09826,2.0306478,8.609018,236.07747,55.0401,4.830935,0.64083374,2.672484,117.4925,1.0471721,137.86511,137.93079,1723.9897,210.41678,86.57837,150.27644,765.26245,38.19987,31.739222,672.6938,54.721848,77.3257,10.203578,19.44192,189.51866,10.613375,10.257384,51.529644,16.252485,4005.7732,18.047934,20.01176,15.666657,9.595549,267.64902,49.987625,24.189516,7.317743,6.5106606,14.418951,55.782875,74.62608,31.090424,179.79878,18.273006,4.4294333,44.481014,26.100368,41.937576,114.11034,20.9684,1.6592406,21.856781,13.364461,1804.21,20.333057,0.83453566,23.132717,11.413545,120.07418,87.163895,104.24609,7.7290926,86.93874,333.34793,245.44177,26.203836,242.87881,82.87034,47.75261,69.59427,91.30539,12.761989,39.73268,488.62225,2.9659595,5.602148,198.87144,24.18418,8.660525,24.330822,24.748465,252.66595,82.964096,162.49988,1404.8966,101.646255,1710.4701,1641.6989,12.632923,12.720385,1737.4878,23.639585,19.511055,443.8373,40.75027,69.188675,29.317142,121.3863,267.27762,437.27084,5.537179,46.396492,171.9692,376.7629,10.385608,91.51335,10.944949,1.5789641,59.37314,0.9858563,1.0876123,3.1281586,11.155627,32.02582,19.209755,21.482527,610.231,53.64729,31.023619,39.14281,14.458429,84.44187,12.380198,27.304323,11.081923,73.352325,23.794039,36.450268,46.143726,10.278192,50.15482,39.520855,1.2348812,65.39035,10.478659,222.39774,7.4614697,300.04276,22.336876,1011.3558,133.7597,3.1830304,10.540197,156.30017,194.78401,944.8831,873.477 +2023-12-31 20:00:00,0.0,2530.969,46.782707,9.683298,47.23463,32.960487,271.3964,29.935614,53.093338,19.095573,28.768818,237.56477,133.42473,15.56771,57.239704,0.3731531,0.44905356,51.220993,15.929306,24.800564,639.0005,12.970244,800.50165,125.11984,14.428106,47.947105,407.151,69.57899,832.0579,253.58632,2801.0383,31.651438,2835.4502,278.65628,17.334658,17.528198,79.28073,233.0912,285.7166,485.1975,41.064518,24.015617,10.685741,506.8225,211.47601,51.313328,7.299719,550.84796,12.269812,595.573,5.898427,29.11069,0.0,742.87573,1748.9978,0.25221148,90.557945,14.318,9898.844,25.7015,0.97760695,5.8166156,15.605602,7.0997753,2.0308442,8.603405,235.97731,55.009857,4.8249297,0.6408298,2.6733334,117.49844,1.0460342,137.85043,137.74463,1723.4718,210.05008,86.56367,150.25449,765.94934,38.23766,31.763264,673.423,54.76929,77.393776,10.200295,19.441502,189.57048,10.605939,10.25576,51.53334,16.257065,4006.2188,18.046598,20.009409,15.665766,9.594039,267.75256,50.00157,24.201612,7.318566,6.5086923,14.421631,55.78145,74.57864,31.092339,179.83263,18.270405,4.428587,44.473873,26.085295,41.89006,114.14454,20.98272,1.6573925,21.879711,13.356915,1803.4001,20.349413,0.83205706,23.091173,11.411319,120.047775,87.17778,104.226074,7.7346816,86.96599,333.1926,245.29904,26.19724,242.72362,82.922935,47.743774,69.58976,91.38283,12.77138,39.751724,488.60843,2.9691963,5.6077185,198.97908,24.184486,8.659421,24.345636,24.757538,252.78151,83.00128,162.50203,1405.5798,101.444275,1709.7992,1641.4174,12.622338,12.701307,1736.9011,23.639467,19.48051,443.7363,40.705215,69.12594,29.28424,121.23761,267.20523,437.22894,5.531743,46.360054,171.77036,376.6638,10.380871,91.48068,10.939293,1.5788338,59.382473,0.98563635,1.0873159,3.1261237,11.153835,31.978258,19.203825,21.486021,610.6853,53.617832,31.004608,39.114246,14.452458,84.47849,12.380825,27.336792,11.075538,73.318016,23.770658,36.48108,46.15998,10.277554,50.201,39.54668,1.2343687,65.354744,10.471689,222.37694,7.458364,299.93027,22.33902,1011.7037,133.68028,3.1803794,10.538381,156.23058,194.65909,944.63654,873.7689 +2023-12-31 21:00:00,0.0,2529.7405,46.74987,9.6519375,47.187737,32.937866,271.31235,29.917027,53.048553,19.091206,28.735723,237.37616,133.47499,15.555991,57.07311,0.3732242,0.44960016,51.201794,15.950638,24.818356,638.4277,12.967667,799.85693,125.103455,14.446821,47.96789,406.81058,69.60732,832.599,253.64807,2799.0588,31.686272,2835.633,278.92523,17.35568,17.547112,79.37311,233.0709,285.6958,485.69562,41.048386,23.994005,10.684508,506.3927,211.69583,51.327015,7.2942076,550.9538,12.266569,595.64307,5.8982797,29.095522,0.0,742.8363,1748.3441,0.25222084,90.43862,14.313516,9894.055,25.701124,0.9778778,5.812462,15.595689,7.101291,2.031041,8.597792,235.87715,54.979614,4.818925,0.6408259,2.6741831,117.50439,1.0448962,137.83574,137.55847,1722.9539,209.6834,86.548965,150.23253,766.6362,38.27545,31.787306,674.1521,54.81673,77.461845,10.197013,19.441088,189.6223,10.598503,10.254136,51.537037,16.261644,4006.664,18.045265,20.007057,15.664874,9.592529,267.85608,50.015522,24.213709,7.3193884,6.506724,14.424312,55.780025,74.531204,31.094254,179.86647,18.267803,4.4277406,44.466736,26.07022,41.842545,114.178734,20.99704,1.6555443,21.902641,13.34937,1802.5902,20.365767,0.8295785,23.04963,11.409093,120.02137,87.19167,104.206055,7.7402706,86.99324,333.03726,245.15633,26.190647,242.56842,82.97553,47.734936,69.58524,91.460266,12.780772,39.770767,488.59464,2.9724329,5.6132884,199.08672,24.184793,8.658316,24.360449,24.766611,252.89706,83.03846,162.50417,1406.2632,101.2423,1709.1282,1641.136,12.611754,12.682231,1736.3145,23.639349,19.449966,443.63528,40.660164,69.0632,29.251339,121.08892,267.13287,437.18704,5.5263076,46.323612,171.57152,376.56467,10.376134,91.44801,10.933636,1.5787035,59.391808,0.9854165,1.0870197,3.124089,11.152043,31.930695,19.197897,21.489515,611.13965,53.588375,30.9856,39.085686,14.446486,84.51512,12.381453,27.36926,11.069154,73.2837,23.74728,36.511894,46.176235,10.276915,50.247177,39.57251,1.2338563,65.31913,10.46472,222.35614,7.4552584,299.81775,22.341164,1012.0516,133.60086,3.1777284,10.536563,156.16096,194.53418,944.39,874.0608 +2023-12-31 22:00:00,0.0,2528.5122,46.71703,9.620578,47.140842,32.915245,271.22827,29.89844,53.00377,19.08684,28.70263,237.18755,133.52527,15.544271,56.906517,0.3732953,0.45014676,51.182594,15.971971,24.83615,637.8548,12.965089,799.21216,125.08707,14.465535,47.988678,406.47018,69.63565,833.1401,253.70982,2797.079,31.721104,2835.8162,279.1942,17.376705,17.566025,79.465485,233.0506,285.675,486.19373,41.032257,23.972393,10.683276,505.96292,211.91565,51.340706,7.288697,551.0597,12.263327,595.7132,5.8981323,29.080355,0.0,742.7968,1747.6904,0.25223017,90.3193,14.309032,9889.265,25.70075,0.97814864,5.808308,15.585773,7.1028066,2.0312374,8.592179,235.777,54.94937,4.8129196,0.64082205,2.6750329,117.51033,1.0437583,137.82104,137.37231,1722.4359,209.31671,86.534256,150.21057,767.32306,38.31324,31.811348,674.8812,54.864174,77.52992,10.19373,19.440672,189.67413,10.591067,10.252511,51.540733,16.266226,4007.1094,18.043932,20.004704,15.663982,9.59102,267.9596,50.02947,24.225807,7.3202114,6.504755,14.426991,55.778603,74.483765,31.09617,179.9003,18.265202,4.426894,44.4596,26.055147,41.795033,114.21294,21.01136,1.6536962,21.92557,13.3418255,1801.7804,20.38212,0.8271,23.008085,11.406866,119.994965,87.20556,104.186035,7.745859,87.02049,332.88193,245.01361,26.184053,242.41322,83.02814,47.7261,69.58073,91.53771,12.790164,39.78981,488.5808,2.9756696,5.618859,199.19437,24.1851,8.65721,24.375261,24.775684,253.01262,83.07564,162.5063,1406.9465,101.04032,1708.4573,1640.8545,12.60117,12.663154,1735.7279,23.639229,19.419422,443.53424,40.61511,69.00047,29.218437,120.94024,267.06052,437.14514,5.5208716,46.28717,171.37268,376.46558,10.371397,91.41534,10.927979,1.5785732,59.401142,0.9851966,1.0867234,3.122054,11.15025,31.88313,19.191969,21.493011,611.594,53.558914,30.96659,39.057125,14.440515,84.55175,12.38208,27.40173,11.062769,73.24939,23.7239,36.542706,46.19249,10.276277,50.293358,39.59834,1.233344,65.283516,10.45775,222.33533,7.4521527,299.70523,22.343306,1012.3995,133.52144,3.1750777,10.534745,156.09137,194.40926,944.14343,874.35266 +2023-12-31 23:00:00,0.0,2527.284,46.684193,9.589217,47.093952,32.892624,271.14423,29.87985,52.95899,19.082472,28.669537,236.99893,133.57553,15.532553,56.73992,0.37336642,0.4506934,51.163395,15.993302,24.853941,637.282,12.96251,798.56744,125.07067,14.48425,48.00946,406.12976,69.66398,833.68115,253.77158,2795.0996,31.755936,2835.999,279.46317,17.397728,17.584938,79.55786,233.0303,285.65414,486.69186,41.01613,23.950779,10.682043,505.5331,212.13548,51.354393,7.2831855,551.1655,12.260085,595.78326,5.897985,29.065186,0.0,742.7574,1747.0366,0.25223953,90.19997,14.304549,9884.476,25.700375,0.9784194,5.804154,15.575859,7.1043224,2.0314338,8.586566,235.67683,54.919132,4.8069143,0.6408182,2.6758823,117.51627,1.0426204,137.80637,137.18616,1721.918,208.95001,86.519554,150.18863,768.00995,38.351032,31.835388,675.6104,54.911613,77.59799,10.190448,19.440254,189.72595,10.583631,10.250887,51.544434,16.270805,4007.5547,18.042599,20.002352,15.663091,9.589509,268.06314,50.043415,24.237904,7.321034,6.5027866,14.429672,55.777176,74.436325,31.098085,179.93414,18.262602,4.426048,44.452457,26.040073,41.747517,114.24713,21.025679,1.6518481,21.9485,13.33428,1800.9705,20.398474,0.8246214,22.966543,11.40464,119.96856,87.21945,104.166016,7.751448,87.047745,332.7266,244.87088,26.17746,242.25804,83.080734,47.717262,69.57622,91.61515,12.799557,39.80885,488.56702,2.9789062,5.624429,199.302,24.185408,8.656105,24.390076,24.784758,253.12817,83.11282,162.50844,1407.6299,100.83834,1707.7863,1640.5731,12.590585,12.644077,1735.1412,23.63911,19.388878,443.43323,40.570057,68.93774,29.185535,120.79155,266.98816,437.1032,5.5154357,46.25073,171.17384,376.36646,10.36666,91.38267,10.922323,1.578443,59.410477,0.98497665,1.0864272,3.1200192,11.1484585,31.835566,19.18604,21.496506,612.04834,53.529457,30.94758,39.02856,14.434544,84.58837,12.382707,27.434198,11.056385,73.21508,23.700521,36.57352,46.208744,10.275638,50.339535,39.62417,1.2328315,65.2479,10.450781,222.31453,7.449047,299.5927,22.34545,1012.7474,133.44202,3.1724267,10.532928,156.02176,194.28433,943.89685,874.6446 +2024-01-01 00:00:00,0.0,2526.0557,46.651352,9.557857,47.04706,32.870003,271.06015,29.861263,52.914204,19.078106,28.636442,236.81032,133.62581,15.520833,56.57333,0.37343752,0.45124,51.144196,16.014635,24.871733,636.7091,12.959932,797.92267,125.05428,14.502964,48.030247,405.78934,69.69231,834.2222,253.83333,2793.12,31.790768,2836.182,279.73215,17.41875,17.603851,79.65024,233.01001,285.63333,487.18997,41.0,23.929167,10.680811,505.10333,212.3553,51.368084,7.2776747,551.2714,12.256843,595.8534,5.8978376,29.050018,0.0,742.71796,1746.3829,0.25224885,90.08064,14.300066,9879.687,25.699999,0.97869027,5.8,15.565945,7.105838,2.0316303,8.580953,235.57668,54.88889,4.800909,0.6408143,2.676732,117.52222,1.0414824,137.79167,137.0,1721.4,208.58333,86.50485,150.16667,768.69684,38.38882,31.85943,676.33954,54.959057,77.66607,10.187165,19.43984,189.77777,10.576195,10.249263,51.54813,16.275385,4008.0,18.041265,20.0,15.662199,9.587999,268.16666,50.05736,24.25,7.321857,6.5008183,14.432352,55.775753,74.388885,31.1,179.96799,18.26,4.4252014,44.44532,26.025,41.7,114.281334,21.039999,1.65,21.97143,13.326735,1800.1606,20.414827,0.82214284,22.925,11.402414,119.942154,87.23334,104.145996,7.757037,87.075,332.57126,244.72816,26.170866,242.10284,83.13333,47.708427,69.5717,91.69259,12.8089485,39.827892,488.5532,2.982143,5.6299996,199.40964,24.185715,8.655,24.404888,24.79383,253.24373,83.15,162.51057,1408.313,100.63636,1707.1154,1640.2916,12.58,12.625,1734.5546,23.638992,19.358334,443.3322,40.525,68.875,29.152634,120.64286,266.9158,437.0613,5.5099998,46.214287,170.975,376.26733,10.361923,91.35,10.916667,1.5783128,59.41981,0.98475677,1.086131,3.1179843,11.146667,31.788,19.180113,21.5,612.5027,53.5,30.928572,39.0,14.428572,84.625,12.383334,27.466667,11.05,73.18077,23.677141,36.604332,46.225,10.275,50.385715,39.649998,1.2323191,65.21229,10.443811,222.29373,7.4459414,299.4802,22.347593,1013.0953,133.3626,3.1697757,10.531111,155.95216,194.15941,943.65027,874.93646 diff --git a/src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/README b/src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/README new file mode 100644 index 000000000..2897f47af --- /dev/null +++ b/src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/README @@ -0,0 +1 @@ +Climatology data diff --git a/src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/gen_sourcesink_oper.py b/src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/gen_sourcesink_oper.py new file mode 100644 index 000000000..c513aab03 --- /dev/null +++ b/src/Utility/Pre-Processing/STOFS-3D-Pac-operation/NWM/gen_sourcesink_oper.py @@ -0,0 +1,250 @@ +import os +from datetime import datetime, timedelta +import glob +import argparse +import json + +import numpy as np +import pandas as pd +from netCDF4 import Dataset + +def read_featureID_file(filename): + + with open(filename) as f: + lines = f.readlines() + feature_ids = [] + for line in lines: + feature_ids.append(line.split('\n')[0]) + return feature_ids + +def write_th_file(dataset, timeinterval, fname, issource=True): + + data = [] + for values, interval in zip(dataset, timeinterval): + if issource: + data.append(" ".join([f"{interval:G}", *[f'{x: .4f}' for x in values], '\n'])) + else: + data.append(" ".join([f"{interval:G}", *[f'{-x: .4f}' for x in values], '\n'])) + + with open(fname, 'w+') as fid: + fid.writelines(data) + +def write_mth_file(temp, salinity, timeinterval, fname): + + data = [] + for interval in timeinterval: + data.append(" ".join([f"{interval:G}", *[f'{x: .4f}' for x in temp], '\n'])) + for interval in timeinterval: + data.append(" ".join([f"{interval:G}", *[f'{x: .4f}' for x in salinity], '\n'])) + + with open(fname, 'w+') as fid: + fid.writelines(data) + +def get_aggregated_features(nc_feature_id, features): + + aggregated_features = [] + for source_feats in features: + aggregated_features.extend(list(source_feats)) + + in_file=[] + for feature in aggregated_features: + idx=np.where(nc_feature_id == int(feature))[0] + in_file.append(idx.item()) + + in_file_2 = [] + sidx = 0 + for source_feats in features: + eidx = sidx + len(source_feats) + #in_file_2.append(in_file[sidx:eidx].tolist()) + in_file_2.append(in_file[sidx:eidx]) + sidx = eidx + return in_file_2 + +def streamflow_lookup(file, indexes, threshold=-1e-5): + nc = Dataset(file) + streamflow = nc["streamflow"][:] + streamflow[np.where(streamflow < threshold)] = 0.0 + #change masked value to zero + streamflow[np.where(streamflow.mask)] = 0.0 + data = [] + for indxs in indexes: + # Note: Dataset already consideres scale factor and offset. + data.append(np.sum(streamflow[indxs])) + nc.close() + return data + +if __name__ == '__main__': + ''' + Usage: python extract2asci.py "yyyy-mm-dd" or "yyyy-mm-dd hh:mm:ss" + Inputs are: + 1. sources_{conus, alaska, hawaii}_global.json + sinks_{conus, alaska, hawaii}_global.json + 2. climatology file "Dai_Trenberth_climatology_1990-2018_hourly.csv" + 3. work direcotry "basepath" + 4. cached/ (all nwm netcdf files) + + ''' + + #input paramters + #argparser = argparse.ArgumentParser() + #argparser.add_argument('date', type=datetime.fromisoformat, help='input file date') + #args=argparser.parse_args() + #startdate=args.date + #startdate = datetime.now().date() - timedelta(days=1) + date = datetime.now() - timedelta(days=1) + startdate = datetime(date.year, date.month, date.day) + print(f'startdate is {startdate}') + + #1. region name + layers = ['conus', 'alaska', 'hawaii'] + + #2. + clima_filename = 'Dai_Trenberth_climatology_1990-2018_hourly.csv' + + #3. base path + basepath = '/home1/06923/hyu05/work/oper_3D_Pac/river/NWM' + + #generate timevector + rnday = timedelta(days=3) + timevector1 = np.arange(startdate, rnday-timedelta(days=1), timedelta(days=1)).astype(datetime) + timevector2 = np.arange(startdate, rnday+timedelta(hours=1), timedelta(hours=1)).astype(datetime) + + sources_all = {} + sinks_all = {} + eid_sources = [] + eid_sinks = [] + times = [] + dates = [] + + for layer in layers: + print(f'layer is {layer}') + fname_source = f'./sources_{layer}_global.json' + fname_sink = f'./sinks_{layer}_global.json' + sources_fid = json.load(open(fname_source)) + sinks_fid = json.load(open(fname_sink)) + + #add to the final list + eid_sources.extend(list(sources_fid.keys())) + eid_sinks.extend(list(sinks_fid.keys())) + + + #link data + files = glob.glob(f'./cached/nwm*.{layer}.nc') + #remove old files + if files is not None: + print('Remove old files') + for f in files: + try: + os.remove(f) + except OSError as e: + print("Error: %s : %s" % (f, e.strerror)) + + #link new data + for i, date in enumerate(timevector2): + if i == 0: + date2 = timevector1[0] - timedelta(days=1) + if layer == 'conus' or layer == 'alaska': + src = f'{basepath}/{date2.strftime("%Y%m%d")}/nwm.t00z.medium_range.channel_rt_1.f024.{layer}.nc' + elif layer == 'hawaii': + src = f'{basepath}/{date2.strftime("%Y%m%d")}/nwm.t00z.short_range.channel_rt.f02400.{layer}.nc' + elif i >= 1 and i <= 24: + date2 = timevector1[0] + if i == 24: + it = f'{int(date.hour)+24:03d}' + else: + it = f'{int(date.hour):03d}' + if layer == 'conus' or layer == 'alaska': + src = f'{basepath}/{date2.strftime("%Y%m%d")}/nwm.t00z.medium_range.channel_rt_1.f{it}.{layer}.nc' + elif layer == 'hawaii': + src = f'{basepath}/{date2.strftime("%Y%m%d")}/nwm.t00z.short_range.channel_rt.f{it}00.{layer}.nc' + else: + date2 = timevector1[1] + if i >= 25 and i <= 47: + it = f'{int(date.hour):03d}' + elif i >= 48 and i <= 71: + it = f'{int(date.hour)+24:03d}' + else: + it = f'{int(date.hour)+48:03d}' + if layer == 'conus' or layer == 'alaska': + src = f'{basepath}/{date2.strftime("%Y%m%d")}/nwm.t00z.medium_range.channel_rt_1.f{it}.{layer}.nc' + elif layer == 'hawaii': + src = f'{basepath}/{date2.strftime("%Y%m%d")}/nwm.t00z.short_range.channel_rt.f{it}00.{layer}.nc' + dst = f'{basepath}/cached/nwm.t00z.{date.strftime("%Y%m%d%H")}.{layer}.nc' + os.symlink(src, dst) + + files = glob.glob(f'./cached/nwm*.{layer}.nc') + files.sort() + print(f'file 0 is {files[0]}') + nc_fid0 = Dataset(files[0])["feature_id"][:] + src_idxs = get_aggregated_features(nc_fid0, sources_fid.values()) + snk_idxs = get_aggregated_features(nc_fid0, sinks_fid.values()) + + sources = [] + sinks = [] + for fname in files: + ds = Dataset(fname) + ncfeatureid=ds['feature_id'][:] + if not np.all(ncfeatureid == nc_fid0): + print(f'Indexes of feature_id are changed in {fname}') + src_idxs=get_aggregated_features(ncfeatureid, sources_fid.values()) + snk_idxs=get_aggregated_features(ncfeatureid, sinks_fid.values()) + nc_fid0 = ncfeatureid + + sources.append(streamflow_lookup(fname, src_idxs)) + sinks.append(streamflow_lookup(fname, snk_idxs)) + + model_time = datetime.strptime(ds.model_output_valid_time, "%Y-%m-%d_%H:%M:%S") + if layer == 'conus': + dates.append(str(model_time)) + times.append((model_time - startdate).total_seconds()) + ds.close() + sources_all[layer] = np.array(sources) + sinks_all[layer] = np.array(sinks) + + sources = np.concatenate((sources_all['conus'], sources_all['alaska'], sources_all['hawaii']), axis=1) + sinks = np.concatenate((sinks_all['conus'], sinks_all['alaska'], sinks_all['hawaii']), axis=1) + print(sources.shape) + print(sinks.shape) + + #combine with Dai_Trenberth_climatology + df = pd.read_csv(clima_filename) + df.set_index('date', inplace=True) + mask = (pd.to_datetime(df.index) >= dates[0]) & (pd.to_datetime(df.index) <=dates[-1]) + df_forecast = df[mask] + df_nwm = pd.DataFrame(data=sources, columns=np.array(eid_sources), index=np.array(dates)) + df_nwm_transposed = df_nwm.T + df_forecast_transposed = df_forecast.T + + #concat two dataframe + df_nwm_transposed.reset_index(inplace=True) + df_forecast_transposed.reset_index(inplace=True) + + df_source = pd.concat([df_nwm_transposed, df_forecast_transposed]) + + #Combine redundatn elem + df_source_final = df_source.groupby(by='index', sort=False).sum() + + #write to file + sources2 = df_source_final.T.values + write_th_file(sources2, times, 'vsource.th', issource=True) + write_th_file(sinks, times, 'vsink.th', issource=False) + + #write msource.th + eid_sources2 = df_source_final.index.values + nsource = eid_sources2.shape[0] + print(f'nsource is {nsource}') + #temp = np.full(nsource, -9999.0) + #salt = np.full(nsource, 30.0) + #write_mth_file(temp, salt, times, 'msource.th') + + nsink = np.array(eid_sinks).shape[0] + #write source_sink.in + with open('source_sink.in', 'w+') as f: + f.write('{: 0) & ((lat - point[0]) < 0.2) + lat_idx = np.where(idxs)[0] + idxs = ((lon - point[1]) > 0) & ((lon - point[1]) < 0.2) + lon_idx = np.where(idxs)[0] + + times = ds['time'][:] + sflux_startdate = pd.Timestamp(ds['time'].units.split('since ')[-1], tz='UTC') + timestamps = [sflux_startdate + round(dt*86400)*Second() for dt in times] + airT = np.squeeze(ds['stmp'][:, lat_idx, lon_idx] - 273.15) + waterT = 0.83 * airT + 2.817 + #set waterT below zero to zero + idxs = waterT < 0 + waterT[idxs] = 0 + df = pd.DataFrame(waterT, index=timestamps) + + indices = np.where(np.isin(timestamps, datevectors2))[0] + temp['Fraser'] = df.iloc[np.array(indices)][0].values + + #write file + data = [] + for i, date in enumerate(datevectors2[:-1]): + line = [] + dt = (date - datevectors[0]).total_seconds() + print(f'time = {dt}') + line.append(dt) + for riv in rivers: + print(f'river: {riv}') + line.append(temp[riv][i]) + + data.append(line) + + newset = np.array(data) + np.savetxt('TEM_1.th', newset, fmt='%.3f')